diff --git a/README.md b/README.md index 946d6fc..a4665b2 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ cd iot-backend ### Launch Docker Containers ```sh -docker-compose up -d +docker-compose --file software/container/docker-compose.yml up --force-recreate --build ``` ## Usage @@ -59,13 +59,11 @@ It provides a browser-based editor that makes it easy to wire together flows usi NodeRed is also running in Docker: http://localhost:1880/ -A simple introduction to Node-RED can be found - along with the nodes / the code - in [this repository, please have a look](./docs/flow/README.md)! - ### InfluxDB [InfluxDB](https://www.influxdata.com) is a database for any time series data with a single. It runs in Docker and is exposed on port `8086`: -InfluxDb is running here: http://localhost:8086/ (admin:adminadmin) +InfluxDb is running here: http://localhost:8086/ (you have to create an initial user in just a few simple steps) ### Grafana @@ -75,6 +73,13 @@ You can login to Grafana: http://localhost:3000/login (admin:admin) Have a look at the [HowTo in this repository](./docs/dashboard/README.md). +## Usage + +### Setting up a simple Flow + +A simple introduction to Node-RED can be found - along with the nodes / the code - in [this repository, please have a look](./docs/flow/README.md)! + + ## Contribution Feel free to open an issue for bugs, feature requests, or questions. Contributions are welcome. diff --git a/docs/.DS_Store b/docs/.DS_Store index 6282d59..271d1fa 100644 Binary files a/docs/.DS_Store and b/docs/.DS_Store differ diff --git a/docs/flow/README.md b/docs/flow/README.md index 19acbf5..0800fb9 100644 --- a/docs/flow/README.md +++ b/docs/flow/README.md @@ -23,8 +23,6 @@ Flows are an organized sequence of nodes. Let's do the "first steps" by creating ## Plugins -> The plugin folder is pushed into this Git repository and is mounted in Docker. Maybe we should use an own Docker file, instead. - Node-RED uses plugins (e.g. for InfluxDB or own Dashboard capabilites). You can access the plugins in the right burger menu. @@ -33,7 +31,7 @@ You can access the plugins in the right burger menu. ## First steps -For debuging I already added Node-RED's own dashboard (sure, we are going to use Grafana, later). +For debuging you can add Node-RED's own dashboard (sure, we are going to use Grafana, later). ![Overview](./docs/images/1-overview.png) diff --git a/software/container/docker-compose.yml b/software/container/docker-compose.yml index 94c3a50..9a785a0 100644 --- a/software/container/docker-compose.yml +++ b/software/container/docker-compose.yml @@ -34,7 +34,6 @@ services: nodered: # https://hub.docker.com/r/grafana/grafana # https://nodered.org/docs/getting-started/docker - image: nodered/node-red:3.0.2 depends_on: - influxdb restart: always @@ -46,6 +45,8 @@ services: - FLOWS=flows.json volumes: - nodered-data:/data + build: ../flow + volumes: influxdb2: grafana-dashboards: diff --git a/software/dashboard/grafana/alerting/1/__default__.tmpl b/software/dashboard/grafana/alerting/1/__default__.tmpl deleted file mode 100755 index 5cae8cc..0000000 --- a/software/dashboard/grafana/alerting/1/__default__.tmpl +++ /dev/null @@ -1,53 +0,0 @@ - -{{ define "__subject" }}[{{ .Status | toUpper }}{{ if eq .Status "firing" }}:{{ .Alerts.Firing | len }}{{ if gt (.Alerts.Resolved | len) 0 }}, RESOLVED:{{ .Alerts.Resolved | len }}{{ end }}{{ end }}] {{ .GroupLabels.SortedPairs.Values | join " " }} {{ if gt (len .CommonLabels) (len .GroupLabels) }}({{ with .CommonLabels.Remove .GroupLabels.Names }}{{ .Values | join " " }}{{ end }}){{ end }}{{ end }} - -{{ define "__text_values_list" }}{{ $len := len .Values }}{{ if $len }}{{ $first := gt $len 1 }}{{ range $refID, $value := .Values -}} -{{ $refID }}={{ $value }}{{ if $first }}, {{ end }}{{ $first = false }}{{ end -}} -{{ else }}[no value]{{ end }}{{ end }} - -{{ define "__text_alert_list" }}{{ range . }} -Value: {{ template "__text_values_list" . }} -Labels: -{{ range .Labels.SortedPairs }} - {{ .Name }} = {{ .Value }} -{{ end }}Annotations: -{{ range .Annotations.SortedPairs }} - {{ .Name }} = {{ .Value }} -{{ end }}{{ if gt (len .GeneratorURL) 0 }}Source: {{ .GeneratorURL }} -{{ end }}{{ if gt (len .SilenceURL) 0 }}Silence: {{ .SilenceURL }} -{{ end }}{{ if gt (len .DashboardURL) 0 }}Dashboard: {{ .DashboardURL }} -{{ end }}{{ if gt (len .PanelURL) 0 }}Panel: {{ .PanelURL }} -{{ end }}{{ end }}{{ end }} - -{{ define "default.title" }}{{ template "__subject" . }}{{ end }} - -{{ define "default.message" }}{{ if gt (len .Alerts.Firing) 0 }}**Firing** -{{ template "__text_alert_list" .Alerts.Firing }}{{ if gt (len .Alerts.Resolved) 0 }} - -{{ end }}{{ end }}{{ if gt (len .Alerts.Resolved) 0 }}**Resolved** -{{ template "__text_alert_list" .Alerts.Resolved }}{{ end }}{{ end }} - - -{{ define "__teams_text_alert_list" }}{{ range . }} -Value: {{ template "__text_values_list" . }} -Labels: -{{ range .Labels.SortedPairs }} - {{ .Name }} = {{ .Value }} -{{ end }} -Annotations: -{{ range .Annotations.SortedPairs }} - {{ .Name }} = {{ .Value }} -{{ end }} -{{ if gt (len .GeneratorURL) 0 }}Source: [{{ .GeneratorURL }}]({{ .GeneratorURL }}) - -{{ end }}{{ if gt (len .SilenceURL) 0 }}Silence: [{{ .SilenceURL }}]({{ .SilenceURL }}) - -{{ end }}{{ if gt (len .DashboardURL) 0 }}Dashboard: [{{ .DashboardURL }}]({{ .DashboardURL }}) - -{{ end }}{{ if gt (len .PanelURL) 0 }}Panel: [{{ .PanelURL }}]({{ .PanelURL }}) - -{{ end }} -{{ end }}{{ end }} - - -{{ define "teams.default.message" }}{{ if gt (len .Alerts.Firing) 0 }}**Firing** -{{ template "__teams_text_alert_list" .Alerts.Firing }}{{ if gt (len .Alerts.Resolved) 0 }} - -{{ end }}{{ end }}{{ if gt (len .Alerts.Resolved) 0 }}**Resolved** -{{ template "__teams_text_alert_list" .Alerts.Resolved }}{{ end }}{{ end }} diff --git a/software/dashboard/grafana/co2/dashboard_input_CO2-emissions.csv b/software/dashboard/grafana/co2/dashboard_input_CO2-emissions.csv deleted file mode 100755 index 7d62f55..0000000 --- a/software/dashboard/grafana/co2/dashboard_input_CO2-emissions.csv +++ /dev/null @@ -1,14 +0,0 @@ -Jahr,Verarbeitendes Gewerbe (in kt),Verkehr gesamt (in kt),Straßenverkehr (in kt),Haushalte und GHD gesamt (in kt),Haushalte (in kt),"Gewerbe, Handel, Dienstleistungen GHD (in kt)",CO2-Emissionen gesamt (in kt) -2020-01-01,3702,3760,2989,6070,3165,2905,13532 -2019-01-01,3956,4708,3313,6477,3451,3026,15140 -2018-01-01,4220,4755,3294,6982,3600,3382,15957 -2017-01-01,4630,4653,3333,7012,3509,3503,16294 -2016-01-01,4661,4577,3287,7314,3637,3677,16552 -2015-01-01,5135,4460,3198,7434,3593,3841,17029 -2014-01-01,5388,4417,3178,7419,3657,3762,17224 -2013-01-01,5224,4337,3165,8277,4056,4221,17839 -2012-01-01,5848,4259,3033,8313,4030,4283,18419 -2011-01-01,5714,4279,3045,8143,4052,4091,18136 -2010-01-01,5899,4243,3065,8611,4245,4366,18753 -2009-01-01,5442,4172,3013,8360,4159,4201,17974 -2008-01-01,5835,4234,3019,8462,4284,4178,18531 diff --git a/software/dashboard/grafana/co2/job_cncCutter.csv b/software/dashboard/grafana/co2/job_cncCutter.csv deleted file mode 100755 index 3e92978..0000000 --- a/software/dashboard/grafana/co2/job_cncCutter.csv +++ /dev/null @@ -1,3 +0,0 @@ -ID,Path,StartTime,EndTime -0,C:\Users\InMachines\Desktop\MQTT\bCNC-laser\tests\static\sample.gcode,2023-03-01 12:31:30.351399,2023-03-01 12:31:52.538042 -1,C:\Users\InMachines\Desktop\MQTT\bCNC-laser\tests\static\sample.gcode,2023-03-01 12:32:17.547355,2023-03-01 12:32:38.265005 diff --git a/software/dashboard/grafana/co2/state_cnc.csv b/software/dashboard/grafana/co2/state_cnc.csv deleted file mode 100755 index 0ab422f..0000000 --- a/software/dashboard/grafana/co2/state_cnc.csv +++ /dev/null @@ -1,13 +0,0 @@ -Time,State-CNC,State-Lasercutter,State-3D-Printer -2023-03-01 12:31:28,Connected,Connected,Connected -2023-03-01 12:31:29,Idle,Idle,Idle -2023-03-01 12:31:30,Idle, Run,Idle -2023-03-01 12:31:31,Run,Idle,Run -2023-03-01 12:31:32,Idle,Run,Run -2023-03-01 12:31:33,Run,Run,Run -2023-03-01 12:31:52,Idle,Idle,Run -2023-03-01 12:31:52,Idle,Run,Idle -2023-03-01 12:32:17,Idle,Run,Idle -2023-03-01 12:32:20,Run,Idle,Run -2023-03-01 12:32:39,Idle,Run,Run -2023-03-01 12:32:39,Idle,Idle,Idle diff --git a/software/dashboard/grafana/csv/Node-RED_files/debug-utils.js b/software/dashboard/grafana/csv/Node-RED_files/debug-utils.js deleted file mode 100755 index 70dc336..0000000 --- a/software/dashboard/grafana/csv/Node-RED_files/debug-utils.js +++ /dev/null @@ -1,733 +0,0 @@ -/** - * Copyright JS Foundation and other contributors, http://js.foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - **/ - -if (!RED) { - var RED = {} -} -RED.debug = (function() { - var config; - var messageList; - var messageTable; - var filterType = "filterAll"; - var filteredNodes = {}; // id->true means hide, so default to all visible - - var view = 'list'; - var messages = []; - var messagesByNode = {}; - var sbc; - var activeWorkspace; - var numMessages = 100; // Hardcoded number of message to show in debug window scrollback - - var debugNodeTreeList; - - function init(_config) { - config = _config; - - var content = $("
").css({"position":"relative","height":"100%"}); - var toolbar = $('
'+ - ''+ - ' '+ - ''+ - ''+ - ' all' + - ''+ - '
').appendTo(content); - - var footerToolbar = $('
'+ - ' ' + - '
'); - - messageList = $('
').appendTo(content); - sbc = messageList[0]; - messageTable = $('
').appendTo(content); - - var filterDialogCloseTimeout; - var filterDialogShown = false; - var filterDialog = $('
').appendTo(toolbar);//content); - filterDialog.on('mouseleave' ,function(evt) { - if (filterDialogShown) { - filterDialogCloseTimeout = setTimeout(function() { - filterDialog.slideUp(200); - filterDialogShown = false; - },500) - } - }) - filterDialog.on('mouseenter' ,function(evt) { - clearTimeout(filterDialogCloseTimeout) - }) - var filterToolbar = $('
'+ - ''+ - '' + - '' + - ''+ - ''+ - '
').appendTo(filterDialog); - - filterToolbar.find("#red-ui-sidebar-filter-select-close").on('click', function(evt) { - clearTimeout(filterDialogCloseTimeout) - filterDialogShown = false; - filterDialog.slideUp(200); - }) - - filterToolbar.find("#red-ui-sidebar-filter-select-all").on('click', function(evt) { - evt.preventDefault(); - var data = debugNodeTreeList.treeList('data'); - data.forEach(function(flow) { - if (!flow.selected) { - if (flow.treeList.checkbox) { - flow.treeList.checkbox.trigger('click') - } - } else { - flow.children.forEach(function(item) { - if (!item.selected) { - item.treeList.select(); - } - }) - } - }); - refreshMessageList(); - }) - - filterToolbar.find("#red-ui-sidebar-filter-select-none").on('click', function(evt) { - evt.preventDefault(); - debugNodeTreeList.treeList('clearSelection'); - var data = debugNodeTreeList.treeList('data'); - data.forEach(function(flow) { - if (flow.children) { - flow.children.forEach(function(item) { - filteredNodes[item.node.id] = true; - }) - } - }); - RED.settings.set('debug.filteredNodes',Object.keys(filteredNodes)) - refreshMessageList(); - }) - var debugNodeListRow = $('
').appendTo(filterDialog); - debugNodeTreeList = $("
").appendTo(debugNodeListRow).css({width: "100%", height: "300px"}) - .treeList({autoSelect: false}).on("treelistitemmouseover", function(e, item) { - if (item.node) { - item.node.highlighted = true; - item.node.dirty = true; - RED.view.redraw(); - } - }).on("treelistitemmouseout", function(e, item) { - if (item.node) { - item.node.highlighted = false; - item.node.dirty = true; - RED.view.redraw(); - } - }).on("treelistselect", function(e, item) { - if (item.children) { - item.children.forEach(function(child) { - if (child.checkbox) { - child.treeList.select(item.selected) - } - }) - } else { - if (item.node) { - if (item.selected) { - delete filteredNodes[item.node.id] - } else { - filteredNodes[item.node.id] = true; - } - RED.settings.set('debug.filteredNodes',Object.keys(filteredNodes)) - refreshMessageList(); - } - } - }) - - try { - content.i18n(); - } catch(err) { - console.log("TODO: i18n library support"); - } - - toolbar.find('#red-ui-sidebar-debug-filter span').text(RED._('node-red:debug.sidebar.filterAll')); - - toolbar.find('#red-ui-sidebar-debug-filter').on("click",function(e) { - e.preventDefault(); - var options = [ - { label: $(' ').i18n() , value: "filterAll" }, - { label: $(' ...').i18n(), value: "filterSelected" }, - { label: $(' ').i18n(), value: "filterCurrent" } - ] - var menu = RED.popover.menu({ - options: options, - onselect: function(item) { - if (item.value !== filterType) { - filterType = item.value; - $('#red-ui-sidebar-debug-filter span').text(RED._('node-red:debug.sidebar.'+filterType)); - refreshMessageList(); - RED.settings.set("debug.filter",filterType) - } - if (filterType === 'filterSelected') { - refreshDebugNodeList(); - filterDialog.slideDown(200); - filterDialogShown = true; - debugNodeTreeList.focus(); - } - - } - }); - menu.show({ - target: $("#red-ui-sidebar-debug-filter"), - align: "left", - offset: [$("#red-ui-sidebar-debug-filter").outerWidth()-2, -1] - }) - $('input[name="filter-type"][value="'+RED.settings.get("debug.filter","filterAll")+'"]').prop("checked", true) - }); - RED.popover.tooltip(toolbar.find('#red-ui-sidebar-debug-filter'),RED._('node-red:debug.sidebar.filterLog')); - - toolbar.find("#red-ui-sidebar-debug-clear").on("click", function(e) { - e.preventDefault(); - var action = RED.settings.get("debug.clearType","all") - clearMessageList(false, action === 'filtered'); - }); - var clearTooltip = RED.popover.tooltip(toolbar.find("#red-ui-sidebar-debug-clear"),RED._('node-red:debug.sidebar.clearLog'),"core:clear-debug-messages"); - toolbar.find("#red-ui-sidebar-debug-clear-opts").on("click", function(e) { - e.preventDefault(); - var options = [ - { label: $(' ').i18n() , value: "all" }, - { label: $(' ').i18n(), value: "filtered" } - ] - var menu = RED.popover.menu({ - options: options, - onselect: function(item) { - if (item.value === "all") { - $("#red-ui-sidebar-debug-clear > span").text(RED._('node-red:debug.sidebar.all')); - clearTooltip.setAction("core:clear-debug-messages"); - clearTooltip.setContent(RED._('node-red:debug.sidebar.clearLog')) - RED.settings.set("debug.clearType","all") - } else { - $("#red-ui-sidebar-debug-clear > span").text(RED._('node-red:debug.sidebar.filtered')); - clearTooltip.setAction("core:clear-filtered-debug-messages"); - clearTooltip.setContent(RED._('node-red:debug.sidebar.clearFilteredLog')) - RED.settings.set("debug.clearType","filtered") - } - } - }); - menu.show({ - target: $("#red-ui-sidebar-debug-clear-opts"), - align: "left", - offset: [$("#red-ui-sidebar-debug-clear-opts").outerWidth()-2, -1] - }) - $('input[name="clear-type"][value="'+RED.settings.get("debug.clearType","all")+'"]').prop("checked", true) - }) - - var clearType = RED.settings.get("debug.clearType","all"); - if (clearType === "all") { - toolbar.find("#red-ui-sidebar-debug-clear > span").text(RED._('node-red:debug.sidebar.all')); - clearTooltip.setAction("core:clear-debug-messages"); - clearTooltip.setContent(RED._('node-red:debug.sidebar.clearLog')) - } else { - toolbar.find("#red-ui-sidebar-debug-clear > span").text(RED._('node-red:debug.sidebar.filtered')); - clearTooltip.setAction("core:clear-filtered-debug-messages"); - clearTooltip.setContent(RED._('node-red:debug.sidebar.clearFilteredLog')) - } - - filterType = RED.settings.get("debug.filter","filterAll") - var filteredNodeList = RED.settings.get("debug.filteredNodes",[]); - filteredNodes = {} - filteredNodeList.forEach(function(id) { - filteredNodes[id] = true - }) - toolbar.find('#red-ui-sidebar-debug-filter span').text(RED._('node-red:debug.sidebar.'+filterType)); - refreshMessageList(); - - return { - content: content, - footer: footerToolbar - }; - - } - - - function containsDebug(sid, map) { - var item = map[sid]; - if (item) { - if (item.debug === undefined) { - var sfs = Object.keys(item.subflows); - var contain = false; - for (var i = 0; i < sfs.length; i++) { - var sf = sfs[i]; - if (containsDebug(sf, map)) { - contain = true; - break; - } - } - item.debug = contain; - } - return item.debug; - } - return false; - } - - - function refreshDebugNodeList() { - var workspaceOrder = RED.nodes.getWorkspaceOrder(); - var workspaceOrderMap = {}; - workspaceOrder.forEach(function(ws,i) { - workspaceOrderMap[ws] = i; - }); - - var candidateNodes = []; - var candidateSFs = []; - var subflows = {}; - RED.nodes.eachNode(function (n) { - var nt = n.type; - if (nt === "debug") { - if (n.z in workspaceOrderMap) { - candidateNodes.push(n); - } - else { - var sf = RED.nodes.subflow(n.z); - if (sf) { - subflows[sf.id] = { - debug: true, - subflows: {} - }; - } - } - } - else if(nt.substring(0, 8) === "subflow:") { - if (n.z in workspaceOrderMap) { - candidateSFs.push(n); - } - else { - var psf = RED.nodes.subflow(n.z); - if (psf) { - var sid = nt.substring(8); - var item = subflows[psf.id]; - if (!item) { - item = { - debug: undefined, - subflows: {} - }; - subflows[psf.id] = item; - } - item.subflows[sid] = true; - } - } - } - }); - candidateSFs.forEach(function (sf) { - var sid = sf.type.substring(8); - if (containsDebug(sid, subflows)) { - candidateNodes.push(sf); - } - }); - - candidateNodes.sort(function(A,B) { - var wsA = workspaceOrderMap[A.z]; - var wsB = workspaceOrderMap[B.z]; - if (wsA !== wsB) { - return wsA-wsB; - } - var labelA = RED.utils.getNodeLabel(A,A.id); - var labelB = RED.utils.getNodeLabel(B,B.id); - return labelA.localeCompare(labelB); - }); - var currentWs = null; - var data = []; - var currentFlow; - var currentSelectedCount = 0; - candidateNodes.forEach(function(node) { - if (currentWs !== node.z) { - if (currentFlow && currentFlow.checkbox) { - currentFlow.selected = currentSelectedCount === currentFlow.children.length - } - currentSelectedCount = 0; - currentWs = node.z; - var parent = RED.nodes.workspace(currentWs) || RED.nodes.subflow(currentWs); - currentFlow = { - label: RED.utils.getNodeLabel(parent, currentWs), - } - if (!parent.disabled) { - currentFlow.children = []; - currentFlow.checkbox = true; - } else { - currentFlow.class = "disabled" - } - data.push(currentFlow); - } - if (currentFlow.children) { - if (!filteredNodes[node.id]) { - currentSelectedCount++; - } - currentFlow.children.push({ - label: RED.utils.getNodeLabel(node,node.id), - node: node, - checkbox: true, - selected: !filteredNodes[node.id] - }); - } - }); - if (currentFlow && currentFlow.checkbox) { - currentFlow.selected = currentSelectedCount === currentFlow.children.length - } - - debugNodeTreeList.treeList("data", data); - } - - function getTimestamp() { - var d = new Date(); - return d.toLocaleString(); - } - - function sanitize(m) { - return m.replace(/&/g,"&").replace(//g,">"); - } - - var refreshTimeout; - function refreshMessageList(_activeWorkspace) { - if (refreshTimeout) { - clearTimeout(refreshTimeout); - } - refreshTimeout = setTimeout(function() { - _refreshMessageList(_activeWorkspace); - },200); - } - function _refreshMessageList(_activeWorkspace) { - if (_activeWorkspace) { - activeWorkspace = _activeWorkspace.replace(/\./g,"_"); - } - if (filterType === "filterAll") { - $(".red-ui-debug-msg").removeClass("hide"); - } else { - $(".red-ui-debug-msg").each(function() { - if (filterType === 'filterCurrent') { - $(this).toggleClass('hide',!$(this).hasClass('red-ui-debug-msg-flow-'+activeWorkspace)); - } else if (filterType === 'filterSelected') { - var id = $(this).data('source'); - if (id) { - $(this).toggleClass('hide',!!filteredNodes[id]); - } - } - }); - } - } - function refreshMessageTable() { - - } - - function showMessageList() { - view = 'list'; - messageTable.hide(); - messageTable.empty(); - - messages.forEach(function(m) { - messageList.append(m.el); - }) - messageList.show(); - } - function showMessageTable() { - view = 'table'; - messageList.hide(); - messageList.empty(); - - Object.keys(messagesByNode).forEach(function(id) { - var m = messagesByNode[id]; - var msg = m.el; - var sourceNode = m.source; - if (sourceNode) { - var wrapper = $("
",{id:"red-ui-debug-msg-source-"+sourceNode.id.replace(/\./g,"_")}).appendTo(messageTable); - wrapper.append(msg); - } - }); - messageTable.show(); - } - function formatString(str) { - return str.replace(/\n/g,"↵").replace(/\t/g,"→"); - } - - - var menuOptionMenu; - var activeMenuMessage; - function showMessageMenu(button,dbgMessage,sourceId) { - activeMenuMessage = dbgMessage; - if (!menuOptionMenu) { - var opts = [ - {id:"red-ui-debug-msg-menu-item-collapse",label:RED._("node-red:debug.messageMenu.collapseAll"),onselect:function(){ - activeMenuMessage.collapse(); - }}, - ]; - if (activeMenuMessage.clearPinned) { - opts.push( - {id:"red-ui-debug-msg-menu-item-clear-pins",label:RED._("node-red:debug.messageMenu.clearPinned"),onselect:function(){ - activeMenuMessage.clearPinned(); - }}, - ); - } - opts.push( - null, - {id:"red-ui-debug-msg-menu-item-filter", label:RED._("node-red:debug.messageMenu.filterNode"),onselect:function(){ - var candidateNodes = RED.nodes.filterNodes({type:'debug'}); - candidateNodes.forEach(function(n) { - filteredNodes[n.id] = true; - }); - delete filteredNodes[sourceId]; - $("#red-ui-sidebar-debug-filterSelected").trigger("click"); - RED.settings.set('debug.filteredNodes',Object.keys(filteredNodes)) - refreshMessageList(); - }}, - {id:"red-ui-debug-msg-menu-item-clear-filter",label:RED._("node-red:debug.messageMenu.clearFilter"),onselect:function(){ - $("#red-ui-sidebar-debug-filterAll").trigger("click"); - refreshMessageList(); - }} - ); - - menuOptionMenu = RED.menu.init({id:"red-ui-debug-msg-option-menu", - options: opts - }); - menuOptionMenu.css({ - position: "absolute" - }) - menuOptionMenu.on('mouseleave', function(){ $(this).hide() }); - menuOptionMenu.on('mouseup', function() { $(this).hide() }); - menuOptionMenu.appendTo("body"); - } - - var filterOptionDisabled = false; - var sourceNode = RED.nodes.node(sourceId); - if (sourceNode && sourceNode.type !== 'debug') { - filterOptionDisabled = true; - } - RED.menu.setDisabled('red-ui-debug-msg-menu-item-filter',filterOptionDisabled); - RED.menu.setDisabled('red-ui-debug-msg-menu-item-clear-filter',filterOptionDisabled); - - var elementPos = button.offset(); - menuOptionMenu.css({ - top: elementPos.top+"px", - left: (elementPos.left - menuOptionMenu.width() + 20)+"px" - }) - menuOptionMenu.show(); - } - - var stack = []; - var busy = false; - function handleDebugMessage(o) { - if (o) { stack.push(o); } - if (!busy && (stack.length > 0)) { - busy = true; - processDebugMessage(stack.shift()); - setTimeout(function() { - busy = false; - handleDebugMessage(); - }, 15); // every 15mS = 66 times a second - if (stack.length > numMessages) { stack = stack.splice(-numMessages); } - } - } - - function processDebugMessage(o) { - var msg = $("
"); - var sourceNode = o._source; - - msg.on("mouseenter", function() { - msg.addClass('red-ui-debug-msg-hover'); - if (o._source) { - // highlight the top-level node (could be subflow instance) - config.messageMouseEnter(o._source.id); - if (o._source._alias) { - // this is inside a subflow - highlight the node itself - config.messageMouseEnter(o._source._alias); - } - // if path.length > 2, we are nested - highlight subflow instances - for (var i=2;i
').appendTo(msg); - $(''+ getTimestamp()+'').appendTo(metaRow); - if (sourceNode) { - - var nodeLink = $('',{href:"#",class:"red-ui-debug-msg-name"}).text(RED._("node-red:debug.node")+": "+(o.name||sourceNode.name||sourceNode.id)) - .appendTo(metaRow) - .on("click", function(evt) { - evt.preventDefault(); - config.messageSourceClick(sourceNode.id, sourceNode._alias, sourceNode.path); - }); - - if (sourceNode.pathHierarchy) { - RED.popover.create({ - tooltip: true, - target:nodeLink, - trigger: "hover", - size: "small", - direction: "bottom", - interactive: true, - content: function() { - const content = $("
") - sourceNode.pathHierarchy.forEach((pathPart,idx) => { - const link = $("", {href:"#" ,style:'display: block'}) - .css({ - paddingLeft:((idx*10)+((idx === sourceNode.pathHierarchy.length - 1)?10:0))+"px", - paddingRight:'2px' - }) - .text(pathPart.label) - .appendTo(content) - .on("click", function(evt) { - evt.preventDefault(); - config.messageSourceClick(pathPart.id); - }) - if (idx < sourceNode.pathHierarchy.length - 1) { - $('').prependTo(link) - } - }) - return content - }, - delay: { show: 50, hide: 150 } - }); - } - } else if (name) { - $(''+name+'').appendTo(metaRow); - } - - payload = RED.utils.decodeObject(payload,format); - - var el = $('').appendTo(msg); - var path = o.property||''; - var debugMessage = RED.utils.createObjectElement(payload, { - key: /*true*/null, - typeHint: format, - hideKey: false, - path: path, - sourceId: sourceNode&&sourceNode.id, - rootPath: path - }); - // Do this in a separate step so the element functions aren't stripped - debugMessage.appendTo(el); - // NOTE: relying on function error to have a "type" that all other msgs don't - if (o.hasOwnProperty("type") && (o.type === "function")) { - var errorLvlType = 'error'; - var errorLvl = 20; - if (o.hasOwnProperty("level") && o.level === 30) { - errorLvl = 30; - errorLvlType = 'warn'; - } - msg.addClass('red-ui-debug-msg-level-' + errorLvl); - $('function : (' + errorLvlType + ')').appendTo(metaRow); - } else { - var tools = $('').appendTo(metaRow); - var filterMessage = $('').appendTo(tools); - filterMessage.on("click", function(e) { - e.preventDefault(); - e.stopPropagation(); - showMessageMenu(filterMessage,debugMessage,sourceNode&&sourceNode.id); - }); - $(''+ - (o.topic?topic+' : ':'')+ - (o.property?'msg.'+property:'msg')+" : "+format+ - '').appendTo(metaRow); - } - - var atBottom = (sbc.scrollHeight-messageList.height()-sbc.scrollTop) < 5; - var m = { - el: msg - }; - messages.push(m); - if (sourceNode) { - m.source = sourceNode; - messagesByNode[sourceNode.id] = m; - } - if (view == "list") { - messageList.append(msg); - } else { - if (sourceNode) { - var wrapper = $("#red-ui-debug-msg-source-"+sourceNode.id.replace(/\./g,"_")); - if (wrapper.length === 0 ) { - wrapper = $("
",{id:"red-ui-debug-msg-source-"+sourceNode.id.replace(/\./g,"_")}).appendTo(messageTable); - } - wrapper.empty(); - wrapper.append(msg); - } - } - - if (messages.length === numMessages) { - m = messages.shift(); - if (view === "list") { - m.el.remove(); - } - } - if (atBottom) { - messageList.scrollTop(sbc.scrollHeight); - } - } - - function clearMessageList(clearFilter, filteredOnly) { - if (!filteredOnly) { - $(".red-ui-debug-msg").remove(); - } else { - $(".red-ui-debug-msg:not(.hide)").remove(); - } - config.clear(); - if (!!clearFilter) { - clearFilterSettings(); - } - refreshDebugNodeList(); - } - - function clearFilterSettings() { - filteredNodes = {}; - filterType = 'filterAll'; - RED.settings.set("debug.filter",filterType); - RED.settings.set('debug.filteredNodes',Object.keys(filteredNodes)) - $('#red-ui-sidebar-debug-filter span').text(RED._('node-red:debug.sidebar.filterAll')); - } - - return { - init: init, - refreshMessageList:refreshMessageList, - handleDebugMessage: handleDebugMessage, - clearMessageList: clearMessageList - } -})(); diff --git a/software/dashboard/grafana/csv/Node-RED_files/deploy-flows.svg b/software/dashboard/grafana/csv/Node-RED_files/deploy-flows.svg deleted file mode 100755 index 0b00692..0000000 --- a/software/dashboard/grafana/csv/Node-RED_files/deploy-flows.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/software/dashboard/grafana/csv/Node-RED_files/deploy-full-o.svg b/software/dashboard/grafana/csv/Node-RED_files/deploy-full-o.svg deleted file mode 100755 index fc3221f..0000000 --- a/software/dashboard/grafana/csv/Node-RED_files/deploy-full-o.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/software/dashboard/grafana/csv/Node-RED_files/deploy-full.svg b/software/dashboard/grafana/csv/Node-RED_files/deploy-full.svg deleted file mode 100755 index e4448e1..0000000 --- a/software/dashboard/grafana/csv/Node-RED_files/deploy-full.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/software/dashboard/grafana/csv/Node-RED_files/deploy-nodes.svg b/software/dashboard/grafana/csv/Node-RED_files/deploy-nodes.svg deleted file mode 100755 index 12d4c89..0000000 --- a/software/dashboard/grafana/csv/Node-RED_files/deploy-nodes.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/software/dashboard/grafana/csv/Node-RED_files/deploy-reload.svg b/software/dashboard/grafana/csv/Node-RED_files/deploy-reload.svg deleted file mode 100755 index 00f3190..0000000 --- a/software/dashboard/grafana/csv/Node-RED_files/deploy-reload.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/software/dashboard/grafana/csv/Node-RED_files/editor.js b/software/dashboard/grafana/csv/Node-RED_files/editor.js deleted file mode 100755 index 51feda7..0000000 --- a/software/dashboard/grafana/csv/Node-RED_files/editor.js +++ /dev/null @@ -1,2 +0,0 @@ -/*! For license information please see editor.js.LICENSE.txt */ -!function(){var e={89982:function(e,t,i){"use strict";function n(e,t){let i;return i=0===t.length?e:e.replace(/\{(\d+)\}/g,(function(e,i){const n=i[0];return void 0!==t[n]?t[n]:e})),i}function o(e,t,i){const o="object"==typeof t?t.key:t,r=(window.MonacoLocale||{}||{}).data||{};let s=(r[e]||{})[o];s||(s=i);const a=[];for(let e=3;e .action-label {\n\tmargin-right: 1px;\n}\n",""]),t.Z=s},15479:function(e,t,i){"use strict";var n=i(8081),o=i.n(n),r=i(23645),s=i.n(r)()(o());s.push([e.id,"/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\n\n.monaco-aria-container {\n\tposition: absolute; /* try to hide from window but not from screen readers */\n\tleft:-999em;\n}",""]),t.Z=s},33767:function(e,t,i){"use strict";var n=i(8081),o=i.n(n),r=i(23645),s=i.n(r)()(o());s.push([e.id,"/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\n\n.monaco-text-button {\n\tbox-sizing: border-box;\n\tdisplay: flex;\n\twidth: 100%;\n\tpadding: 4px;\n\ttext-align: center;\n\tcursor: pointer;\n\tjustify-content: center;\n\talign-items: center;\n}\n\n.monaco-text-button:focus {\n\toutline-offset: 2px !important;\n}\n\n.monaco-text-button:hover {\n\ttext-decoration: none !important;\n}\n\n.monaco-button.disabled:focus,\n.monaco-button.disabled {\n\topacity: 0.4 !important;\n\tcursor: default;\n}\n\n.monaco-text-button > .codicon {\n\tmargin: 0 0.2em;\n\tcolor: inherit !important;\n}\n\n.monaco-button-dropdown {\n\tdisplay: flex;\n\tcursor: pointer;\n}\n\n.monaco-button-dropdown > .monaco-dropdown-button {\n\tmargin-left: 1px;\n}\n\n.monaco-description-button {\n\tflex-direction: column;\n}\n\n.monaco-description-button .monaco-button-label {\n\tfont-weight: 500;\n}\n\n.monaco-description-button .monaco-button-description {\n\tfont-style: italic;\n}\n\n.monaco-description-button .monaco-button-label,\n.monaco-description-button .monaco-button-description\n{\n\tdisplay: flex;\n\tjustify-content: center;\n\talign-items: center;\n}\n\n.monaco-description-button .monaco-button-label > .codicon,\n.monaco-description-button .monaco-button-description > .codicon\n{\n\tmargin: 0 0.2em;\n\tcolor: inherit !important;\n}\n",""]),t.Z=s},25222:function(e,t,i){"use strict";var n=i(8081),o=i.n(n),r=i(23645),s=i.n(r)()(o());s.push([e.id,"/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\n\n.monaco-custom-checkbox {\n\tmargin-left: 2px;\n\tfloat: left;\n\tcursor: pointer;\n\toverflow: hidden;\n\twidth: 20px;\n\theight: 20px;\n\tborder-radius: 3px;\n\tborder: 1px solid transparent;\n\tpadding: 1px;\n\tbox-sizing:\tborder-box;\n\tuser-select: none;\n\t-webkit-user-select: none;\n\t-ms-user-select: none;\n}\n\n.monaco-custom-checkbox:hover {\n\tbackground-color: var(--vscode-inputOption-hoverBackground);\n}\n\n.hc-black .monaco-custom-checkbox:hover {\n\tborder: 1px dashed var(--vscode-focusBorder);\n}\n\n.hc-black .monaco-custom-checkbox {\n\tbackground: none;\n}\n\n.hc-black .monaco-custom-checkbox:hover {\n\tbackground: none;\n}\n\n.monaco-custom-checkbox.monaco-simple-checkbox {\n\theight: 18px;\n\twidth: 18px;\n\tborder: 1px solid transparent;\n\tborder-radius: 3px;\n\tmargin-right: 9px;\n\tmargin-left: 0px;\n\tpadding: 0px;\n\topacity: 1;\n\tbackground-size: 16px !important;\n}\n\n/* hide check when unchecked */\n.monaco-custom-checkbox.monaco-simple-checkbox:not(.checked)::before {\n\tvisibility: hidden;\n}\n",""]),t.Z=s},38533:function(e,t,i){"use strict";var n=i(8081),o=i.n(n),r=i(23645),s=i.n(r)()(o());s.push([e.id,"/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\n\n.codicon-wrench-subaction {\n\topacity: 0.5;\n}\n\n@keyframes codicon-spin {\n\t100% {\n\t\ttransform:rotate(360deg);\n\t}\n}\n\n.codicon-sync.codicon-modifier-spin,\n.codicon-loading.codicon-modifier-spin,\n.codicon-gear.codicon-modifier-spin,\n.codicon-notebook-state-executing.codicon-modifier-spin {\n\t/* Use steps to throttle FPS to reduce CPU usage */\n\tanimation: codicon-spin 1.5s steps(30) infinite;\n}\n\n.codicon-modifier-disabled {\n\topacity: 0.4;\n}\n\n/* custom speed & easing for loading icon */\n.codicon-loading,\n.codicon-tree-item-loading::before {\n\tanimation-duration: 1s !important;\n\tanimation-timing-function: cubic-bezier(0.53, 0.21, 0.29, 0.67) !important;\n}\n",""]),t.Z=s},65077:function(e,t,i){"use strict";var n=i(8081),o=i.n(n),r=i(23645),s=i.n(r),a=i(61667),l=i.n(a),c=new URL(i(38137),i.b),d=s()(o()),u=l()(c);d.push([e.id,'/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\n\n@font-face {\n\tfont-family: "codicon";\n\tfont-display: block;\n\tsrc: url('+u+") format(\"truetype\");\n}\n\n.codicon[class*='codicon-'] {\n\tfont: normal normal normal 16px/1 codicon;\n\tdisplay: inline-block;\n\ttext-decoration: none;\n\ttext-rendering: auto;\n\ttext-align: center;\n\ttext-transform: none;\n\t-webkit-font-smoothing: antialiased;\n\t-moz-osx-font-smoothing: grayscale;\n\tuser-select: none;\n\t-webkit-user-select: none;\n\t-ms-user-select: none;\n}\n\n/* icon rules are dynamically created by the platform theme service (see iconsStyleSheet.ts) */\n",""]),t.Z=d},3726:function(e,t,i){"use strict";var n=i(8081),o=i.n(n),r=i(23645),s=i.n(r)()(o());s.push([e.id,"/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\n\n.context-view {\n\tposition: absolute;\n\tz-index: 2500;\n}\n\n.context-view.fixed {\n\tall: initial;\n\tfont-family: inherit;\n\tfont-size: 13px;\n\tposition: fixed;\n\tz-index: 2500;\n\tcolor: inherit;\n}\n",""]),t.Z=s},76558:function(e,t,i){"use strict";var n=i(8081),o=i.n(n),r=i(23645),s=i.n(r)()(o());s.push([e.id,"/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\n\n.monaco-count-badge {\n\tpadding: 3px 6px;\n\tborder-radius: 11px;\n\tfont-size: 11px;\n\tmin-width: 18px;\n\tmin-height: 18px;\n\tline-height: 11px;\n\tfont-weight: normal;\n\ttext-align: center;\n\tdisplay: inline-block;\n\tbox-sizing: border-box;\n}\n\n.monaco-count-badge.long {\n\tpadding: 2px 3px;\n\tborder-radius: 2px;\n\tmin-height: auto;\n\tline-height: normal;\n}\n",""]),t.Z=s},68904:function(e,t,i){"use strict";var n=i(8081),o=i.n(n),r=i(23645),s=i.n(r)()(o());s.push([e.id,"/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\n\n.monaco-dropdown {\n\theight: 100%;\n\tpadding: 0;\n}\n\n.monaco-dropdown > .dropdown-label {\n\tcursor: pointer;\n\theight: 100%;\n\tdisplay: flex;\n\talign-items: center;\n\tjustify-content: center;\n}\n\n.monaco-dropdown > .dropdown-label > .action-label.disabled {\n\tcursor: default;\n}\n\n.monaco-dropdown-with-primary {\n\tdisplay: flex !important;\n\tflex-direction: row;\n\tborder-radius: 5px;\n}\n\n.monaco-dropdown-with-primary > .action-container > .action-label {\n\tmargin-right: 0;\n}\n\n.monaco-dropdown-with-primary > .dropdown-action-container > .monaco-dropdown > .dropdown-label .codicon[class*='codicon-'] {\n\tfont-size: 12px;\n\tpadding-left: 0px;\n\tpadding-right: 0px;\n\tline-height: 16px;\n\tmargin-left: -3px;\n}\n\n.monaco-dropdown-with-primary > .dropdown-action-container > .monaco-dropdown > .dropdown-label > .action-label {\n\tdisplay: block;\n\tbackground-size: 16px;\n\tbackground-position: center center;\n\tbackground-repeat: no-repeat;\n}\n",""]),t.Z=s},13737:function(e,t,i){"use strict";var n=i(8081),o=i.n(n),r=i(23645),s=i.n(r)()(o());s.push([e.id,"/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\n/* ---------- Find input ---------- */\n\n.monaco-findInput {\n\tposition: relative;\n}\n\n.monaco-findInput .monaco-inputbox {\n\tfont-size: 13px;\n\twidth: 100%;\n}\n\n.monaco-findInput > .controls {\n\tposition: absolute;\n\ttop: 3px;\n\tright: 2px;\n}\n\n.vs .monaco-findInput.disabled {\n\tbackground-color: #E1E1E1;\n}\n\n/* Theming */\n.vs-dark .monaco-findInput.disabled {\n\tbackground-color: #333;\n}\n\n/* Highlighting */\n.monaco-findInput.highlight-0 .controls {\n\tanimation: monaco-findInput-highlight-0 100ms linear 0s;\n}\n.monaco-findInput.highlight-1 .controls {\n\tanimation: monaco-findInput-highlight-1 100ms linear 0s;\n}\n.hc-black .monaco-findInput.highlight-0 .controls,\n.vs-dark .monaco-findInput.highlight-0 .controls {\n\tanimation: monaco-findInput-highlight-dark-0 100ms linear 0s;\n}\n.hc-black .monaco-findInput.highlight-1 .controls,\n.vs-dark .monaco-findInput.highlight-1 .controls {\n\tanimation: monaco-findInput-highlight-dark-1 100ms linear 0s;\n}\n\n@keyframes monaco-findInput-highlight-0 {\n\t0% { background: rgba(253, 255, 0, 0.8); }\n\t100% { background: transparent; }\n}\n@keyframes monaco-findInput-highlight-1 {\n\t0% { background: rgba(253, 255, 0, 0.8); }\n\t/* Made intentionally different such that the CSS minifier does not collapse the two animations into a single one*/\n\t99% { background: transparent; }\n}\n\n@keyframes monaco-findInput-highlight-dark-0 {\n\t0% { background: rgba(255, 255, 255, 0.44); }\n\t100% { background: transparent; }\n}\n@keyframes monaco-findInput-highlight-dark-1 {\n\t0% { background: rgba(255, 255, 255, 0.44); }\n\t/* Made intentionally different such that the CSS minifier does not collapse the two animations into a single one*/\n\t99% { background: transparent; }\n}",""]),t.Z=s},33016:function(e,t,i){"use strict";var n=i(8081),o=i.n(n),r=i(23645),s=i.n(r)()(o());s.push([e.id,"/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\n\n.monaco-hover {\n\tcursor: default;\n\tposition: absolute;\n\toverflow: hidden;\n\tz-index: 50;\n\tuser-select: text;\n\t-webkit-user-select: text;\n\t-ms-user-select: text;\n\tbox-sizing: initial;\n\tanimation: fadein 100ms linear;\n\tline-height: 1.5em;\n}\n\n.monaco-hover.hidden {\n\tdisplay: none;\n}\n\n.monaco-hover a:hover {\n\tcursor: pointer;\n}\n\n.monaco-hover .hover-contents:not(.html-hover-contents) {\n\tpadding: 4px 8px;\n}\n\n.monaco-hover .markdown-hover > .hover-contents:not(.code-hover-contents) {\n\tmax-width: 500px;\n\tword-wrap: break-word;\n}\n\n.monaco-hover .markdown-hover > .hover-contents:not(.code-hover-contents) hr {\n\tmin-width: 100%;\n}\n\n.monaco-hover p,\n.monaco-hover .code,\n.monaco-hover ul {\n\tmargin: 8px 0;\n}\n\n.monaco-hover code {\n\tfont-family: var(--monaco-monospace-font);\n}\n\n.monaco-hover hr {\n\tbox-sizing: border-box;\n\tborder-left: 0px;\n\tborder-right: 0px;\n\tmargin-top: 4px;\n\tmargin-bottom: -4px;\n\tmargin-left: -8px;\n\tmargin-right: -8px;\n\theight: 1px;\n}\n\n.monaco-hover p:first-child,\n.monaco-hover .code:first-child,\n.monaco-hover ul:first-child {\n\tmargin-top: 0;\n}\n\n.monaco-hover p:last-child,\n.monaco-hover .code:last-child,\n.monaco-hover ul:last-child {\n\tmargin-bottom: 0;\n}\n\n/* MarkupContent Layout */\n.monaco-hover ul {\n\tpadding-left: 20px;\n}\n.monaco-hover ol {\n\tpadding-left: 20px;\n}\n\n.monaco-hover li > p {\n\tmargin-bottom: 0;\n}\n\n.monaco-hover li > ul {\n\tmargin-top: 0;\n}\n\n.monaco-hover code {\n\tborder-radius: 3px;\n\tpadding: 0 0.4em;\n}\n\n.monaco-hover .monaco-tokenized-source {\n\twhite-space: pre-wrap;\n}\n\n.monaco-hover .hover-row.status-bar {\n\tfont-size: 12px;\n\tline-height: 22px;\n}\n\n.monaco-hover .hover-row.status-bar .actions {\n\tdisplay: flex;\n\tpadding: 0px 8px;\n}\n\n.monaco-hover .hover-row.status-bar .actions .action-container {\n\tmargin-right: 16px;\n\tcursor: pointer;\n}\n\n.monaco-hover .hover-row.status-bar .actions .action-container .action .icon {\n\tpadding-right: 4px;\n}\n\n.monaco-hover .markdown-hover .hover-contents .codicon {\n\tcolor: inherit;\n\tfont-size: inherit;\n\tvertical-align: middle;\n}\n\n.monaco-hover .hover-contents a.code-link:hover,\n.monaco-hover .hover-contents a.code-link {\n\tcolor: inherit;\n}\n\n.monaco-hover .hover-contents a.code-link:before {\n\tcontent: '(';\n}\n\n.monaco-hover .hover-contents a.code-link:after {\n\tcontent: ')';\n}\n\n.monaco-hover .hover-contents a.code-link > span {\n\ttext-decoration: underline;\n\t/** Hack to force underline to show **/\n\tborder-bottom: 1px solid transparent;\n\ttext-underline-position: under;\n}\n\n/** Spans in markdown hovers need a margin-bottom to avoid looking cramped: https://github.com/microsoft/vscode/issues/101496 **/\n.monaco-hover .markdown-hover .hover-contents:not(.code-hover-contents):not(.html-hover-contents) span {\n\tmargin-bottom: 4px;\n\tdisplay: inline-block;\n}\n\n.monaco-hover-content .action-container a {\n\t-webkit-user-select: none;\n\tuser-select: none;\n}\n\n.monaco-hover-content .action-container.disabled {\n\tpointer-events: none;\n\topacity: 0.4;\n\tcursor: default;\n}\n",""]),t.Z=s},78963:function(e,t,i){"use strict";var n=i(8081),o=i.n(n),r=i(23645),s=i.n(r)()(o());s.push([e.id,"/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\n\n/* ---------- Icon label ---------- */\n\n.monaco-icon-label {\n\tdisplay: flex; /* required for icons support :before rule */\n\toverflow: hidden;\n\ttext-overflow: ellipsis;\n}\n\n.monaco-icon-label::before {\n\n\t/* svg icons rendered as background image */\n\tbackground-size: 16px;\n\tbackground-position: left center;\n\tbackground-repeat: no-repeat;\n\tpadding-right: 6px;\n\twidth: 16px;\n\theight: 22px;\n\tline-height: inherit !important;\n\tdisplay: inline-block;\n\n\t/* fonts icons */\n\t-webkit-font-smoothing: antialiased;\n\t-moz-osx-font-smoothing: grayscale;\n\tvertical-align: top;\n\n\tflex-shrink: 0; /* fix for https://github.com/microsoft/vscode/issues/13787 */\n}\n\n.monaco-icon-label > .monaco-icon-label-container {\n\tmin-width: 0;\n\toverflow: hidden;\n\ttext-overflow: ellipsis;\n\tflex: 1;\n}\n\n.monaco-icon-label > .monaco-icon-label-container > .monaco-icon-name-container > .label-name {\n\tcolor: inherit;\n\twhite-space: pre; /* enable to show labels that include multiple whitespaces */\n}\n\n.monaco-icon-label > .monaco-icon-label-container > .monaco-icon-name-container > .label-name > .label-separator {\n\tmargin: 0 2px;\n\topacity: 0.5;\n}\n\n.monaco-icon-label > .monaco-icon-label-container > .monaco-icon-description-container > .label-description {\n\topacity: .7;\n\tmargin-left: 0.5em;\n\tfont-size: 0.9em;\n\twhite-space: pre; /* enable to show labels that include multiple whitespaces */\n}\n\n.monaco-icon-label.nowrap > .monaco-icon-label-container > .monaco-icon-description-container > .label-description{\n\twhite-space: nowrap\n}\n\n.vs .monaco-icon-label > .monaco-icon-label-container > .monaco-icon-description-container > .label-description {\n\topacity: .95;\n}\n\n.monaco-icon-label.italic > .monaco-icon-label-container > .monaco-icon-name-container > .label-name,\n.monaco-icon-label.italic > .monaco-icon-label-container > .monaco-icon-description-container > .label-description {\n\tfont-style: italic;\n}\n\n.monaco-icon-label.deprecated {\n\ttext-decoration: line-through;\n\topacity: 0.66;\n}\n\n/* make sure apply italic font style to decorations as well */\n.monaco-icon-label.italic::after {\n\tfont-style: italic;\n}\n\n.monaco-icon-label.strikethrough > .monaco-icon-label-container > .monaco-icon-name-container > .label-name,\n.monaco-icon-label.strikethrough > .monaco-icon-label-container > .monaco-icon-description-container > .label-description {\n\ttext-decoration: line-through;\n}\n\n.monaco-icon-label::after {\n\topacity: 0.75;\n\tfont-size: 90%;\n\tfont-weight: 600;\n\tmargin: auto 16px 0 5px; /* https://github.com/microsoft/vscode/issues/113223 */\n\ttext-align: center;\n}\n\n/* make sure selection color wins when a label is being selected */\n.monaco-list:focus .selected .monaco-icon-label, /* list */\n.monaco-list:focus .selected .monaco-icon-label::after\n{\n\tcolor: inherit !important;\n}\n\n.monaco-list-row.focused.selected .label-description,\n.monaco-list-row.selected .label-description {\n\topacity: .8;\n}\n",""]),t.Z=s},7121:function(e,t,i){"use strict";var n=i(8081),o=i.n(n),r=i(23645),s=i.n(r)()(o());s.push([e.id,"/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\n\n.monaco-inputbox {\n\tposition: relative;\n\tdisplay: block;\n\tpadding: 0;\n\tbox-sizing:\tborder-box;\n\n\t/* Customizable */\n\tfont-size: inherit;\n}\n\n.monaco-inputbox.idle {\n\tborder: 1px solid transparent;\n}\n\n.monaco-inputbox > .ibwrapper > .input,\n.monaco-inputbox > .ibwrapper > .mirror {\n\n\t/* Customizable */\n\tpadding: 4px;\n}\n\n.monaco-inputbox > .ibwrapper {\n\tposition: relative;\n\twidth: 100%;\n\theight: 100%;\n}\n\n.monaco-inputbox > .ibwrapper > .input {\n\tdisplay: inline-block;\n\tbox-sizing:\tborder-box;\n\twidth: 100%;\n\theight: 100%;\n\tline-height: inherit;\n\tborder: none;\n\tfont-family: inherit;\n\tfont-size: inherit;\n\tresize: none;\n\tcolor: inherit;\n}\n\n.monaco-inputbox > .ibwrapper > input {\n\ttext-overflow: ellipsis;\n}\n\n.monaco-inputbox > .ibwrapper > textarea.input {\n\tdisplay: block;\n\t-ms-overflow-style: none; /* IE 10+: hide scrollbars */\n\tscrollbar-width: none; /* Firefox: hide scrollbars */\n\toutline: none;\n}\n\n.monaco-inputbox > .ibwrapper > textarea.input::-webkit-scrollbar {\n\tdisplay: none; /* Chrome + Safari: hide scrollbar */\n}\n\n.monaco-inputbox > .ibwrapper > textarea.input.empty {\n\twhite-space: nowrap;\n}\n\n.monaco-inputbox > .ibwrapper > .mirror {\n\tposition: absolute;\n\tdisplay: inline-block;\n\twidth: 100%;\n\ttop: 0;\n\tleft: 0;\n\tbox-sizing: border-box;\n\twhite-space: pre-wrap;\n\tvisibility: hidden;\n\tword-wrap: break-word;\n}\n\n/* Context view */\n\n.monaco-inputbox-container {\n\ttext-align: right;\n}\n\n.monaco-inputbox-container .monaco-inputbox-message {\n\tdisplay: inline-block;\n\toverflow: hidden;\n\ttext-align: left;\n\twidth: 100%;\n\tbox-sizing:\tborder-box;\n\tpadding: 0.4em;\n\tfont-size: 12px;\n\tline-height: 17px;\n\tmargin-top: -1px;\n\tword-wrap: break-word;\n}\n\n/* Action bar support */\n.monaco-inputbox .monaco-action-bar {\n\tposition: absolute;\n\tright: 2px;\n\ttop: 4px;\n}\n\n.monaco-inputbox .monaco-action-bar .action-item {\n\tmargin-left: 2px;\n}\n\n.monaco-inputbox .monaco-action-bar .action-item .codicon {\n\tbackground-repeat: no-repeat;\n\twidth: 16px;\n\theight: 16px;\n}\n",""]),t.Z=s},17200:function(e,t,i){"use strict";var n=i(8081),o=i.n(n),r=i(23645),s=i.n(r)()(o());s.push([e.id,"/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\n\n.monaco-keybinding {\n\tdisplay: flex;\n\talign-items: center;\n\tline-height: 10px;\n}\n\n.monaco-keybinding > .monaco-keybinding-key {\n\tdisplay: inline-block;\n\tborder-style: solid;\n\tborder-width: 1px;\n\tborder-radius: 3px;\n\tvertical-align: middle;\n\tfont-size: 11px;\n\tpadding: 3px 5px;\n\tmargin: 0 2px;\n}\n\n.monaco-keybinding > .monaco-keybinding-key:first-child {\n\tmargin-left: 0;\n}\n\n.monaco-keybinding > .monaco-keybinding-key:last-child {\n\tmargin-right: 0;\n}\n\n.monaco-keybinding > .monaco-keybinding-key-separator {\n\tdisplay: inline-block;\n}\n\n.monaco-keybinding > .monaco-keybinding-key-chord-separator {\n\twidth: 6px;\n}\n",""]),t.Z=s},41859:function(e,t,i){"use strict";var n=i(8081),o=i.n(n),r=i(23645),s=i.n(r)()(o());s.push([e.id,"/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\n\n.monaco-list {\n\tposition: relative;\n\theight: 100%;\n\twidth: 100%;\n\twhite-space: nowrap;\n}\n\n.monaco-list.mouse-support {\n\tuser-select: none;\n\t-webkit-user-select: none;\n\t-ms-user-select: none;\n}\n\n.monaco-list > .monaco-scrollable-element {\n\theight: 100%;\n}\n\n.monaco-list-rows {\n\tposition: relative;\n\twidth: 100%;\n\theight: 100%;\n}\n\n.monaco-list.horizontal-scrolling .monaco-list-rows {\n\twidth: auto;\n\tmin-width: 100%;\n}\n\n.monaco-list-row {\n\tposition: absolute;\n\tbox-sizing: border-box;\n\toverflow: hidden;\n\twidth: 100%;\n}\n\n.monaco-list.mouse-support .monaco-list-row {\n\tcursor: pointer;\n\ttouch-action: none;\n}\n\n/* for OS X ballistic scrolling */\n.monaco-list-row.scrolling {\n\tdisplay: none !important;\n}\n\n/* Focus */\n.monaco-list.element-focused,\n.monaco-list.selection-single,\n.monaco-list.selection-multiple {\n\toutline: 0 !important;\n}\n\n/* Dnd */\n.monaco-drag-image {\n\tdisplay: inline-block;\n\tpadding: 1px 7px;\n\tborder-radius: 10px;\n\tfont-size: 12px;\n\tposition: absolute;\n\tz-index: 1000;\n}\n\n/* Type filter */\n\n.monaco-list-type-filter {\n\tdisplay: flex;\n\talign-items: center;\n\tposition: absolute;\n\tborder-radius: 2px;\n\tpadding: 0px 3px;\n\tmax-width: calc(100% - 10px);\n\ttext-overflow: ellipsis;\n\toverflow: hidden;\n\ttext-align: right;\n\tbox-sizing: border-box;\n\tcursor: all-scroll;\n\tfont-size: 13px;\n\tline-height: 18px;\n\theight: 20px;\n\tz-index: 1;\n\ttop: 4px;\n}\n\n.monaco-list-type-filter.dragging {\n\ttransition: top 0.2s, left 0.2s;\n}\n\n.monaco-list-type-filter.ne {\n\tright: 4px;\n}\n\n.monaco-list-type-filter.nw {\n\tleft: 4px;\n}\n\n.monaco-list-type-filter > .controls {\n\tdisplay: flex;\n\talign-items: center;\n\tbox-sizing: border-box;\n\ttransition: width 0.2s;\n\twidth: 0;\n}\n\n.monaco-list-type-filter.dragging > .controls,\n.monaco-list-type-filter:hover > .controls {\n\twidth: 36px;\n}\n\n.monaco-list-type-filter > .controls > * {\n\tborder: none;\n\tbox-sizing: border-box;\n\t-webkit-appearance: none;\n\t-moz-appearance: none;\n\tbackground: none;\n\twidth: 16px;\n\theight: 16px;\n\tflex-shrink: 0;\n\tmargin: 0;\n\tpadding: 0;\n\tdisplay: flex;\n\talign-items: center;\n\tjustify-content: center;\n\tcursor: pointer;\n}\n\n.monaco-list-type-filter > .controls > .filter {\n\tmargin-left: 4px;\n}\n\n.monaco-list-type-filter-message {\n\tposition: absolute;\n\tbox-sizing: border-box;\n\twidth: 100%;\n\theight: 100%;\n\ttop: 0;\n\tleft: 0;\n\tpadding: 40px 1em 1em 1em;\n\ttext-align: center;\n\twhite-space: normal;\n\topacity: 0.7;\n\tpointer-events: none;\n}\n\n.monaco-list-type-filter-message:empty {\n\tdisplay: none;\n}\n\n/* Electron */\n\n.monaco-list-type-filter {\n\tcursor: grab;\n}\n\n.monaco-list-type-filter.dragging {\n\tcursor: grabbing;\n}\n",""]),t.Z=s},12422:function(e,t,i){"use strict";var n=i(8081),o=i.n(n),r=i(23645),s=i.n(r)()(o());s.push([e.id,"/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\n\n.monaco-mouse-cursor-text {\n\tcursor: text;\n}\n",""]),t.Z=s},451:function(e,t,i){"use strict";var n=i(8081),o=i.n(n),r=i(23645),s=i.n(r)()(o());s.push([e.id,"/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\n\n.monaco-progress-container {\n\twidth: 100%;\n\theight: 5px;\n\toverflow: hidden; /* keep progress bit in bounds */\n}\n\n.monaco-progress-container .progress-bit {\n\twidth: 2%;\n\theight: 5px;\n\tposition: absolute;\n\tleft: 0;\n\tdisplay: none;\n}\n\n.monaco-progress-container.active .progress-bit {\n\tdisplay: inherit;\n}\n\n.monaco-progress-container.discrete .progress-bit {\n\tleft: 0;\n\ttransition: width 100ms linear;\n}\n\n.monaco-progress-container.discrete.done .progress-bit {\n\twidth: 100%;\n}\n\n.monaco-progress-container.infinite .progress-bit {\n\tanimation-name: progress;\n\tanimation-duration: 4s;\n\tanimation-iteration-count: infinite;\n\ttransform: translate3d(0px, 0px, 0px);\n\tanimation-timing-function: linear;\n}\n\n.monaco-progress-container.infinite.infinite-long-running .progress-bit {\n\t/*\n\t\tThe more smooth `linear` timing function can cause\n\t\thigher GPU consumption as indicated in\n\t\thttps://github.com/microsoft/vscode/issues/97900 &\n\t\thttps://github.com/microsoft/vscode/issues/138396\n\t*/\n\tanimation-timing-function: steps(100);\n}\n\n/**\n * The progress bit has a width: 2% (1/50) of the parent container. The animation moves it from 0% to 100% of\n * that container. Since translateX is relative to the progress bit size, we have to multiple it with\n * its relative size to the parent container:\n * parent width: 5000%\n * bit width: 100%\n * translateX should be as follow:\n * 50%: 5000% * 50% - 50% (set to center) = 2450%\n * 100%: 5000% * 100% - 100% (do not overflow) = 4900%\n */\n@keyframes progress { from { transform: translateX(0%) scaleX(1) } 50% { transform: translateX(2500%) scaleX(3) } to { transform: translateX(4900%) scaleX(1) } }\n",""]),t.Z=s},68126:function(e,t,i){"use strict";var n=i(8081),o=i.n(n),r=i(23645),s=i.n(r)()(o());s.push([e.id,"/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\n\n:root {\n\t--sash-size: 4px;\n}\n\n.monaco-sash {\n\tposition: absolute;\n\tz-index: 35;\n\ttouch-action: none;\n}\n\n.monaco-sash.disabled {\n\tpointer-events: none;\n}\n\n.monaco-sash.mac.vertical {\n\tcursor: col-resize;\n}\n\n.monaco-sash.vertical.minimum {\n\tcursor: e-resize;\n}\n\n.monaco-sash.vertical.maximum {\n\tcursor: w-resize;\n}\n\n.monaco-sash.mac.horizontal {\n\tcursor: row-resize;\n}\n\n.monaco-sash.horizontal.minimum {\n\tcursor: s-resize;\n}\n\n.monaco-sash.horizontal.maximum {\n\tcursor: n-resize;\n}\n\n.monaco-sash.disabled {\n\tcursor: default !important;\n\tpointer-events: none !important;\n}\n\n.monaco-sash.vertical {\n\tcursor: ew-resize;\n\ttop: 0;\n\twidth: var(--sash-size);\n\theight: 100%;\n}\n\n.monaco-sash.horizontal {\n\tcursor: ns-resize;\n\tleft: 0;\n\twidth: 100%;\n\theight: var(--sash-size);\n}\n\n.monaco-sash:not(.disabled) > .orthogonal-drag-handle {\n\tcontent: \" \";\n\theight: calc(var(--sash-size) * 2);\n\twidth: calc(var(--sash-size) * 2);\n\tz-index: 100;\n\tdisplay: block;\n\tcursor: all-scroll;\n\tposition: absolute;\n}\n\n.monaco-sash.horizontal.orthogonal-edge-north:not(.disabled)\n\t> .orthogonal-drag-handle.start,\n.monaco-sash.horizontal.orthogonal-edge-south:not(.disabled)\n\t> .orthogonal-drag-handle.end {\n\tcursor: nwse-resize;\n}\n\n.monaco-sash.horizontal.orthogonal-edge-north:not(.disabled)\n\t> .orthogonal-drag-handle.end,\n.monaco-sash.horizontal.orthogonal-edge-south:not(.disabled)\n\t> .orthogonal-drag-handle.start {\n\tcursor: nesw-resize;\n}\n\n.monaco-sash.vertical > .orthogonal-drag-handle.start {\n\tleft: calc(var(--sash-size) * -0.5);\n\ttop: calc(var(--sash-size) * -1);\n}\n.monaco-sash.vertical > .orthogonal-drag-handle.end {\n\tleft: calc(var(--sash-size) * -0.5);\n\tbottom: calc(var(--sash-size) * -1);\n}\n.monaco-sash.horizontal > .orthogonal-drag-handle.start {\n\ttop: calc(var(--sash-size) * -0.5);\n\tleft: calc(var(--sash-size) * -1);\n}\n.monaco-sash.horizontal > .orthogonal-drag-handle.end {\n\ttop: calc(var(--sash-size) * -0.5);\n\tright: calc(var(--sash-size) * -1);\n}\n\n.monaco-sash:before {\n\tcontent: '';\n\tpointer-events: none;\n\tposition: absolute;\n\twidth: 100%;\n\theight: 100%;\n\ttransition: background-color 0.1s ease-out;\n\tbackground: transparent;\n}\n\n.monaco-sash.vertical:before {\n\twidth: var(--sash-hover-size);\n\tleft: calc(50% - (var(--sash-hover-size) / 2));\n}\n\n.monaco-sash.horizontal:before {\n\theight: var(--sash-hover-size);\n\ttop: calc(50% - (var(--sash-hover-size) / 2));\n}\n\n.pointer-events-disabled {\n\tpointer-events: none !important;\n}\n\n/** Debug **/\n\n.monaco-sash.debug {\n\tbackground: cyan;\n}\n\n.monaco-sash.debug.disabled {\n\tbackground: rgba(0, 255, 255, 0.2);\n}\n\n.monaco-sash.debug:not(.disabled) > .orthogonal-drag-handle {\n\tbackground: red;\n}\n",""]),t.Z=s},33304:function(e,t,i){"use strict";var n=i(8081),o=i.n(n),r=i(23645),s=i.n(r)()(o());s.push([e.id,"/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\n\n/* Arrows */\n.monaco-scrollable-element > .scrollbar > .scra {\n\tcursor: pointer;\n\tfont-size: 11px !important;\n}\n\n.monaco-scrollable-element > .visible {\n\topacity: 1;\n\n\t/* Background rule added for IE9 - to allow clicks on dom node */\n\tbackground:rgba(0,0,0,0);\n\n\ttransition: opacity 100ms linear;\n}\n.monaco-scrollable-element > .invisible {\n\topacity: 0;\n\tpointer-events: none;\n}\n.monaco-scrollable-element > .invisible.fade {\n\ttransition: opacity 800ms linear;\n}\n\n/* Scrollable Content Inset Shadow */\n.monaco-scrollable-element > .shadow {\n\tposition: absolute;\n\tdisplay: none;\n}\n.monaco-scrollable-element > .shadow.top {\n\tdisplay: block;\n\ttop: 0;\n\tleft: 3px;\n\theight: 3px;\n\twidth: 100%;\n}\n.monaco-scrollable-element > .shadow.left {\n\tdisplay: block;\n\ttop: 3px;\n\tleft: 0;\n\theight: 100%;\n\twidth: 3px;\n}\n.monaco-scrollable-element > .shadow.top-left-corner {\n\tdisplay: block;\n\ttop: 0;\n\tleft: 0;\n\theight: 3px;\n\twidth: 3px;\n}\n",""]),t.Z=s},42254:function(e,t,i){"use strict";var n=i(8081),o=i.n(n),r=i(23645),s=i.n(r)()(o());s.push([e.id,"/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\n\n.monaco-split-view2 {\n\tposition: relative;\n\twidth: 100%;\n\theight: 100%;\n}\n\n.monaco-split-view2 > .sash-container {\n\tposition: absolute;\n\twidth: 100%;\n\theight: 100%;\n\tpointer-events: none;\n}\n\n.monaco-split-view2 > .sash-container > .monaco-sash {\n\tpointer-events: initial;\n}\n\n.monaco-split-view2 > .monaco-scrollable-element {\n\twidth: 100%;\n\theight: 100%;\n}\n\n.monaco-split-view2 > .monaco-scrollable-element > .split-view-container {\n\twidth: 100%;\n\theight: 100%;\n\twhite-space: nowrap;\n\tposition: relative;\n}\n\n.monaco-split-view2 > .monaco-scrollable-element > .split-view-container > .split-view-view {\n\twhite-space: initial;\n\tposition: absolute;\n}\n\n.monaco-split-view2 > .monaco-scrollable-element > .split-view-container > .split-view-view:not(.visible) {\n\tdisplay: none;\n}\n\n.monaco-split-view2.vertical > .monaco-scrollable-element > .split-view-container > .split-view-view {\n\twidth: 100%;\n}\n\n.monaco-split-view2.horizontal > .monaco-scrollable-element > .split-view-container > .split-view-view {\n\theight: 100%;\n}\n\n.monaco-split-view2.separator-border > .monaco-scrollable-element > .split-view-container > .split-view-view:not(:first-child)::before {\n\tcontent: ' ';\n\tposition: absolute;\n\ttop: 0;\n\tleft: 0;\n\tz-index: 5;\n\tpointer-events: none;\n\tbackground-color: var(--separator-border);\n}\n\n.monaco-split-view2.separator-border.horizontal > .monaco-scrollable-element > .split-view-container > .split-view-view:not(:first-child)::before {\n\theight: 100%;\n\twidth: 1px;\n}\n\n.monaco-split-view2.separator-border.vertical > .monaco-scrollable-element > .split-view-container > .split-view-view:not(:first-child)::before {\n\theight: 1px;\n\twidth: 100%;\n}\n",""]),t.Z=s},51383:function(e,t,i){"use strict";var n=i(8081),o=i.n(n),r=i(23645),s=i.n(r)()(o());s.push([e.id,'/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\n\n.monaco-table {\n\tdisplay: flex;\n\tflex-direction: column;\n\tposition: relative;\n\theight: 100%;\n\twidth: 100%;\n\twhite-space: nowrap;\n}\n\n.monaco-table > .monaco-split-view2 {\n\tborder-bottom: 1px solid transparent;\n}\n\n.monaco-table > .monaco-list {\n\tflex: 1;\n}\n\n.monaco-table-tr {\n\tdisplay: flex;\n\theight: 100%;\n}\n\n.monaco-table-th {\n\twidth: 100%;\n\theight: 100%;\n\tfont-weight: bold;\n\toverflow: hidden;\n\ttext-overflow: ellipsis;\n}\n\n.monaco-table-th,\n.monaco-table-td {\n\tbox-sizing: border-box;\n\tflex-shrink: 0;\n\toverflow: hidden;\n\twhite-space: nowrap;\n\ttext-overflow: ellipsis;\n}\n\n.monaco-table > .monaco-split-view2 .monaco-sash.vertical::before {\n\tcontent: "";\n\tposition: absolute;\n\tleft: calc(var(--sash-size) / 2);\n\twidth: 0;\n\tborder-left: 1px solid transparent;\n}\n\n.monaco-table > .monaco-split-view2,\n.monaco-table > .monaco-split-view2 .monaco-sash.vertical::before {\n\ttransition: border-color 0.2s ease-out;\n}\n/*\n.monaco-table:hover > .monaco-split-view2,\n.monaco-table:hover > .monaco-split-view2 .monaco-sash.vertical::before {\n\tborder-color: rgba(204, 204, 204, 0.2);\n} */\n',""]),t.Z=s},4434:function(e,t,i){"use strict";var n=i(8081),o=i.n(n),r=i(23645),s=i.n(r)()(o());s.push([e.id,"/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\n\n.monaco-tl-row {\n\tdisplay: flex;\n\theight: 100%;\n\talign-items: center;\n\tposition: relative;\n}\n\n.monaco-tl-indent {\n\theight: 100%;\n\tposition: absolute;\n\ttop: 0;\n\tleft: 16px;\n\tpointer-events: none;\n}\n\n.hide-arrows .monaco-tl-indent {\n\tleft: 12px;\n}\n\n.monaco-tl-indent > .indent-guide {\n\tdisplay: inline-block;\n\tbox-sizing: border-box;\n\theight: 100%;\n\tborder-left: 1px solid transparent;\n}\n\n.monaco-tl-indent > .indent-guide {\n\ttransition: border-color 0.1s linear;\n}\n\n.monaco-tl-twistie,\n.monaco-tl-contents {\n\theight: 100%;\n}\n\n.monaco-tl-twistie {\n\tfont-size: 10px;\n\ttext-align: right;\n\tpadding-right: 6px;\n\tflex-shrink: 0;\n\twidth: 16px;\n\tdisplay: flex !important;\n\talign-items: center;\n\tjustify-content: center;\n\ttransform: translateX(3px);\n}\n\n.monaco-tl-contents {\n\tflex: 1;\n\toverflow: hidden;\n}\n\n.monaco-tl-twistie::before {\n\tborder-radius: 20px;\n}\n\n.monaco-tl-twistie.collapsed::before {\n\ttransform: rotate(-90deg);\n}\n\n.monaco-tl-twistie.codicon-tree-item-loading::before {\n\t/* Use steps to throttle FPS to reduce CPU usage */\n\tanimation: codicon-spin 1.25s steps(30) infinite;\n}\n",""]),t.Z=s},61699:function(e,t,i){"use strict";var n=i(8081),o=i.n(n),r=i(23645),s=i.n(r)()(o());s.push([e.id,"/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\n\n.quick-input-widget {\n\tposition: absolute;\n\twidth: 600px;\n\tz-index: 2000;\n\tpadding: 0 1px 1px 1px;\n\tleft: 50%;\n\tmargin-left: -300px;\n}\n\n.quick-input-titlebar {\n\tdisplay: flex;\n\talign-items: center;\n}\n\n.quick-input-left-action-bar {\n\tdisplay: flex;\n\tmargin-left: 4px;\n\tflex: 1;\n}\n\n.quick-input-title {\n\tpadding: 3px 0px;\n\ttext-align: center;\n\ttext-overflow: ellipsis;\n\toverflow: hidden;\n}\n\n.quick-input-right-action-bar {\n\tdisplay: flex;\n\tmargin-right: 4px;\n\tflex: 1;\n}\n\n.quick-input-right-action-bar > .actions-container {\n\tjustify-content: flex-end;\n}\n\n.quick-input-titlebar .monaco-action-bar .action-label.codicon {\n\tbackground-position: center;\n\tbackground-repeat: no-repeat;\n\tpadding: 2px;\n}\n\n.quick-input-description {\n\tmargin: 6px;\n}\n\n.quick-input-header .quick-input-description {\n\tmargin: 4px 2px;\n}\n\n.quick-input-header {\n\tdisplay: flex;\n\tpadding: 6px 6px 0px 6px;\n\tmargin-bottom: -2px;\n}\n\n.quick-input-widget.hidden-input .quick-input-header {\n\t/* reduce margins and paddings when input box hidden */\n\tpadding: 0;\n\tmargin-bottom: 0;\n}\n\n.quick-input-and-message {\n\tdisplay: flex;\n\tflex-direction: column;\n\tflex-grow: 1;\n\tmin-width: 0;\n\tposition: relative;\n}\n\n.quick-input-check-all {\n\talign-self: center;\n\tmargin: 0;\n}\n\n.quick-input-filter {\n\tflex-grow: 1;\n\tdisplay: flex;\n\tposition: relative;\n}\n\n.quick-input-box {\n\tflex-grow: 1;\n}\n\n.quick-input-widget.show-checkboxes .quick-input-box,\n.quick-input-widget.show-checkboxes .quick-input-message {\n\tmargin-left: 5px;\n}\n\n.quick-input-visible-count {\n\tposition: absolute;\n\tleft: -10000px;\n}\n\n.quick-input-count {\n\talign-self: center;\n\tposition: absolute;\n\tright: 4px;\n\tdisplay: flex;\n\talign-items: center;\n}\n\n.quick-input-count .monaco-count-badge {\n\tvertical-align: middle;\n\tpadding: 2px 4px;\n\tborder-radius: 2px;\n\tmin-height: auto;\n\tline-height: normal;\n}\n\n.quick-input-action {\n\tmargin-left: 6px;\n}\n\n.quick-input-action .monaco-text-button {\n\tfont-size: 11px;\n\tpadding: 0 6px;\n\tdisplay: flex;\n\theight: 27.5px;\n\talign-items: center;\n}\n\n.quick-input-message {\n\tmargin-top: -1px;\n\tpadding: 5px;\n\toverflow-wrap: break-word;\n}\n\n.quick-input-message > .codicon {\n\tmargin: 0 0.2em;\n\tvertical-align: text-bottom;\n}\n\n.quick-input-progress.monaco-progress-container {\n\tposition: relative;\n}\n\n.quick-input-progress.monaco-progress-container,\n.quick-input-progress.monaco-progress-container .progress-bit {\n\theight: 2px;\n}\n\n.quick-input-list {\n\tline-height: 22px;\n\tmargin-top: 6px;\n}\n\n.quick-input-widget.hidden-input .quick-input-list {\n\tmargin-top: 0; /* reduce margins when input box hidden */\n}\n\n.quick-input-list .monaco-list {\n\toverflow: hidden;\n\tmax-height: calc(20 * 22px);\n}\n\n.quick-input-list .quick-input-list-entry {\n\tbox-sizing: border-box;\n\toverflow: hidden;\n\tdisplay: flex;\n\theight: 100%;\n\tpadding: 0 6px;\n}\n\n.quick-input-list .quick-input-list-entry.quick-input-list-separator-border {\n\tborder-top-width: 1px;\n\tborder-top-style: solid;\n}\n\n.quick-input-list .monaco-list-row[data-index=\"0\"] .quick-input-list-entry.quick-input-list-separator-border {\n\tborder-top-style: none;\n}\n\n.quick-input-list .quick-input-list-label {\n\toverflow: hidden;\n\tdisplay: flex;\n\theight: 100%;\n\tflex: 1;\n}\n\n.quick-input-list .quick-input-list-checkbox {\n\talign-self: center;\n\tmargin: 0;\n}\n\n.quick-input-list .quick-input-list-rows {\n\toverflow: hidden;\n\ttext-overflow: ellipsis;\n\tdisplay: flex;\n\tflex-direction: column;\n\theight: 100%;\n\tflex: 1;\n\tmargin-left: 5px;\n}\n\n.quick-input-widget.show-checkboxes .quick-input-list .quick-input-list-rows {\n\tmargin-left: 10px;\n}\n\n.quick-input-widget .quick-input-list .quick-input-list-checkbox {\n\tdisplay: none;\n}\n.quick-input-widget.show-checkboxes .quick-input-list .quick-input-list-checkbox {\n\tdisplay: inline;\n}\n\n.quick-input-list .quick-input-list-rows > .quick-input-list-row {\n\tdisplay: flex;\n\talign-items: center;\n}\n\n.quick-input-list .quick-input-list-rows > .quick-input-list-row .monaco-icon-label,\n.quick-input-list .quick-input-list-rows > .quick-input-list-row .monaco-icon-label .monaco-icon-label-container > .monaco-icon-name-container {\n\tflex: 1; /* make sure the icon label grows within the row */\n}\n\n.quick-input-list .quick-input-list-rows > .quick-input-list-row .codicon[class*='codicon-'] {\n\tvertical-align: text-bottom;\n}\n\n.quick-input-list .quick-input-list-rows .monaco-highlighted-label span {\n\topacity: 1;\n}\n\n.quick-input-list .quick-input-list-entry .quick-input-list-entry-keybinding {\n\tmargin-right: 8px; /* separate from the separator label or scrollbar if any */\n}\n\n.quick-input-list .quick-input-list-label-meta {\n\topacity: 0.7;\n\tline-height: normal;\n\ttext-overflow: ellipsis;\n\toverflow: hidden;\n}\n\n.quick-input-list .monaco-highlighted-label .highlight {\n\tfont-weight: bold;\n}\n\n.quick-input-list .quick-input-list-entry .quick-input-list-separator {\n\tmargin-right: 8px; /* separate from keybindings or actions */\n}\n\n.quick-input-list .quick-input-list-entry-action-bar {\n\tdisplay: flex;\n\tflex: 0;\n\toverflow: visible;\n}\n\n.quick-input-list .quick-input-list-entry-action-bar .action-label {\n\t/*\n\t * By default, actions in the quick input action bar are hidden\n\t * until hovered over them or selected.\n\t */\n\tdisplay: none;\n}\n\n.quick-input-list .quick-input-list-entry-action-bar .action-label.codicon {\n\tmargin-right: 4px;\n\tpadding: 0px 2px 2px 2px;\n}\n\n.quick-input-list .quick-input-list-entry-action-bar {\n\tmargin-top: 1px;\n}\n\n.quick-input-list .quick-input-list-entry-action-bar {\n\tmargin-right: 4px; /* separate from scrollbar */\n}\n\n.quick-input-list .quick-input-list-entry .quick-input-list-entry-action-bar .action-label.always-visible,\n.quick-input-list .quick-input-list-entry:hover .quick-input-list-entry-action-bar .action-label,\n.quick-input-list .monaco-list-row.focused .quick-input-list-entry-action-bar .action-label {\n\tdisplay: flex;\n}\n\n/* focused items in quick pick */\n.quick-input-list .monaco-list-row.focused .monaco-keybinding-key,\n.quick-input-list .monaco-list-row.focused .quick-input-list-entry .quick-input-list-separator {\n\tcolor: inherit\n}\n.quick-input-list .monaco-list-row.focused .monaco-keybinding-key {\n\tbackground: none;\n}\n",""]),t.Z=s},58767:function(e,t,i){"use strict";var n=i(8081),o=i.n(n),r=i(23645),s=i.n(r)()(o());s.push([e.id,"/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\n\n.monaco-editor .inputarea {\n\tmin-width: 0;\n\tmin-height: 0;\n\tmargin: 0;\n\tpadding: 0;\n\tposition: absolute;\n\toutline: none !important;\n\tresize: none;\n\tborder: none;\n\toverflow: hidden;\n\tcolor: transparent;\n\tbackground-color: transparent;\n}\n/*.monaco-editor .inputarea {\n\tposition: fixed !important;\n\twidth: 800px !important;\n\theight: 500px !important;\n\ttop: initial !important;\n\tleft: initial !important;\n\tbottom: 0 !important;\n\tright: 0 !important;\n\tcolor: black !important;\n\tbackground: white !important;\n\tline-height: 15px !important;\n\tfont-size: 14px !important;\n}*/\n.monaco-editor .inputarea.ime-input {\n\tz-index: 10;\n}\n",""]),t.Z=s},77884:function(e,t,i){"use strict";var n=i(8081),o=i.n(n),r=i(23645),s=i.n(r)()(o());s.push([e.id,"/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\n\n.monaco-editor .view-overlays .current-line {\n\tdisplay: block;\n\tposition: absolute;\n\tleft: 0;\n\ttop: 0;\n\tbox-sizing: border-box;\n}\n\n.monaco-editor .margin-view-overlays .current-line {\n\tdisplay: block;\n\tposition: absolute;\n\tleft: 0;\n\ttop: 0;\n\tbox-sizing: border-box;\n}\n\n.monaco-editor .margin-view-overlays .current-line.current-line-margin.current-line-margin-both {\n\tborder-right: 0;\n}\n",""]),t.Z=s},10408:function(e,t,i){"use strict";var n=i(8081),o=i.n(n),r=i(23645),s=i.n(r)()(o());s.push([e.id,"/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\n\n/*\n\tKeeping name short for faster parsing.\n\tcdr = core decorations rendering (div)\n*/\n.monaco-editor .lines-content .cdr {\n\tposition: absolute;\n}",""]),t.Z=s},91745:function(e,t,i){"use strict";var n=i(8081),o=i.n(n),r=i(23645),s=i.n(r)()(o());s.push([e.id,"/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\n\n.monaco-editor .glyph-margin {\n\tposition: absolute;\n\ttop: 0;\n}\n\n/*\n\tKeeping name short for faster parsing.\n\tcgmr = core glyph margin rendering (div)\n*/\n.monaco-editor .margin-view-overlays .cgmr {\n\tposition: absolute;\n\tdisplay: flex;\n\talign-items: center;\n\tjustify-content: center;\n}\n",""]),t.Z=s},4088:function(e,t,i){"use strict";var n=i(8081),o=i.n(n),r=i(23645),s=i.n(r)()(o());s.push([e.id,"/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\n\n.monaco-editor .lines-content .core-guide {\n\tposition: absolute;\n\tbox-sizing: border-box;\n}\n",""]),t.Z=s},20013:function(e,t,i){"use strict";var n=i(8081),o=i.n(n),r=i(23645),s=i.n(r)()(o());s.push([e.id,"/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\n\n.monaco-editor .margin-view-overlays .line-numbers {\n\tfont-variant-numeric: tabular-nums;\n\tposition: absolute;\n\ttext-align: right;\n\tdisplay: inline-block;\n\tvertical-align: middle;\n\tbox-sizing: border-box;\n\tcursor: default;\n\theight: 100%;\n}\n\n.monaco-editor .relative-current-line-number {\n\ttext-align: left;\n\tdisplay: inline-block;\n\twidth: 100%;\n}\n\n.monaco-editor .margin-view-overlays .line-numbers.lh-odd {\n\tmargin-top: 1px;\n}\n",""]),t.Z=s},14076:function(e,t,i){"use strict";var n=i(8081),o=i.n(n),r=i(23645),s=i.n(r)()(o());s.push([e.id,"/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\n.monaco-editor .lines-decorations {\n\tposition: absolute;\n\ttop: 0;\n\tbackground: white;\n}\n\n/*\n\tKeeping name short for faster parsing.\n\tcldr = core lines decorations rendering (div)\n*/\n.monaco-editor .margin-view-overlays .cldr {\n\tposition: absolute;\n\theight: 100%;\n}",""]),t.Z=s},75354:function(e,t,i){"use strict";var n=i(8081),o=i.n(n),r=i(23645),s=i.n(r)()(o());s.push([e.id,"/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\n\n/* Uncomment to see lines flashing when they're painted */\n/*.monaco-editor .view-lines > .view-line {\n\tbackground-color: none;\n\tanimation-name: flash-background;\n\tanimation-duration: 800ms;\n}\n@keyframes flash-background {\n\t0% { background-color: lightgreen; }\n\t100% { background-color: none }\n}*/\n\n.mtkcontrol {\n\tcolor: rgb(255, 255, 255) !important;\n\tbackground: rgb(150, 0, 0) !important;\n}\n\n.monaco-editor.no-user-select .lines-content,\n.monaco-editor.no-user-select .view-line,\n.monaco-editor.no-user-select .view-lines {\n\tuser-select: none;\n\t-webkit-user-select: none;\n\t-ms-user-select: none;\n}\n\n.monaco-editor .view-lines {\n\twhite-space: nowrap;\n}\n\n.monaco-editor .view-line {\n\tposition: absolute;\n\twidth: 100%;\n}\n\n.monaco-editor .mtkz {\n\tdisplay: inline-block;\n}\n\n/* TODO@tokenization bootstrap fix */\n/*.monaco-editor .view-line > span > span {\n\tfloat: none;\n\tmin-height: inherit;\n\tmargin-left: inherit;\n}*/\n",""]),t.Z=s},87690:function(e,t,i){"use strict";var n=i(8081),o=i.n(n),r=i(23645),s=i.n(r)()(o());s.push([e.id,"/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\n\n/*\n\tKeeping name short for faster parsing.\n\tcmdr = core margin decorations rendering (div)\n*/\n.monaco-editor .margin-view-overlays .cmdr {\n\tposition: absolute;\n\tleft: 0;\n\twidth: 100%;\n\theight: 100%;\n}",""]),t.Z=s},78846:function(e,t,i){"use strict";var n=i(8081),o=i.n(n),r=i(23645),s=i.n(r)()(o());s.push([e.id,"/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\n\n/* START cover the case that slider is visible on mouseover */\n.monaco-editor .minimap.slider-mouseover .minimap-slider {\n\topacity: 0;\n\ttransition: opacity 100ms linear;\n}\n.monaco-editor .minimap.slider-mouseover:hover .minimap-slider {\n\topacity: 1;\n}\n.monaco-editor .minimap.slider-mouseover .minimap-slider.active {\n\topacity: 1;\n}\n/* END cover the case that slider is visible on mouseover */\n\n.monaco-editor .minimap-shadow-hidden {\n\tposition: absolute;\n\twidth: 0;\n}\n.monaco-editor .minimap-shadow-visible {\n\tposition: absolute;\n\tleft: -6px;\n\twidth: 6px;\n}\n.monaco-editor.no-minimap-shadow .minimap-shadow-visible {\n\tposition: absolute;\n\tleft: -1px;\n\twidth: 1px;\n}\n",""]),t.Z=s},32083:function(e,t,i){"use strict";var n=i(8081),o=i.n(n),r=i(23645),s=i.n(r)()(o());s.push([e.id,"/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\n.monaco-editor .overlayWidgets {\n\tposition: absolute;\n\ttop: 0;\n\tleft:0;\n}",""]),t.Z=s},66945:function(e,t,i){"use strict";var n=i(8081),o=i.n(n),r=i(23645),s=i.n(r)()(o());s.push([e.id,"/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\n\n.monaco-editor .view-ruler {\n\tposition: absolute;\n\ttop: 0;\n}",""]),t.Z=s},50297:function(e,t,i){"use strict";var n=i(8081),o=i.n(n),r=i(23645),s=i.n(r)()(o());s.push([e.id,"/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\n\n.monaco-editor .scroll-decoration {\n\tposition: absolute;\n\ttop: 0;\n\tleft: 0;\n\theight: 6px;\n}",""]),t.Z=s},91618:function(e,t,i){"use strict";var n=i(8081),o=i.n(n),r=i(23645),s=i.n(r)()(o());s.push([e.id,"/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\n\n/*\n\tKeeping name short for faster parsing.\n\tcslr = core selections layer rendering (div)\n*/\n.monaco-editor .lines-content .cslr {\n\tposition: absolute;\n}\n\n.monaco-editor\t\t\t.top-left-radius\t\t{ border-top-left-radius: 3px; }\n.monaco-editor\t\t\t.bottom-left-radius\t\t{ border-bottom-left-radius: 3px; }\n.monaco-editor\t\t\t.top-right-radius\t\t{ border-top-right-radius: 3px; }\n.monaco-editor\t\t\t.bottom-right-radius\t{ border-bottom-right-radius: 3px; }\n\n.monaco-editor.hc-black .top-left-radius\t\t{ border-top-left-radius: 0; }\n.monaco-editor.hc-black .bottom-left-radius\t\t{ border-bottom-left-radius: 0; }\n.monaco-editor.hc-black .top-right-radius\t\t{ border-top-right-radius: 0; }\n.monaco-editor.hc-black .bottom-right-radius\t{ border-bottom-right-radius: 0; }\n",""]),t.Z=s},29038:function(e,t,i){"use strict";var n=i(8081),o=i.n(n),r=i(23645),s=i.n(r)()(o());s.push([e.id,"/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\n.monaco-editor .cursors-layer {\n\tposition: absolute;\n\ttop: 0;\n}\n\n.monaco-editor .cursors-layer > .cursor {\n\tposition: absolute;\n\toverflow: hidden;\n}\n\n/* -- smooth-caret-animation -- */\n.monaco-editor .cursors-layer.cursor-smooth-caret-animation > .cursor {\n\ttransition: all 80ms;\n}\n\n/* -- block-outline-style -- */\n.monaco-editor .cursors-layer.cursor-block-outline-style > .cursor {\n\tbox-sizing: border-box;\n\tbackground: transparent !important;\n\tborder-style: solid;\n\tborder-width: 1px;\n}\n\n/* -- underline-style -- */\n.monaco-editor .cursors-layer.cursor-underline-style > .cursor {\n\tborder-bottom-width: 2px;\n\tborder-bottom-style: solid;\n\tbackground: transparent !important;\n\tbox-sizing: border-box;\n}\n\n/* -- underline-thin-style -- */\n.monaco-editor .cursors-layer.cursor-underline-thin-style > .cursor {\n\tborder-bottom-width: 1px;\n\tborder-bottom-style: solid;\n\tbackground: transparent !important;\n\tbox-sizing: border-box;\n}\n\n@keyframes monaco-cursor-smooth {\n\t0%,\n\t20% {\n\t\topacity: 1;\n\t}\n\t60%,\n\t100% {\n\t\topacity: 0;\n\t}\n}\n\n@keyframes monaco-cursor-phase {\n\t0%,\n\t20% {\n\t\topacity: 1;\n\t}\n\t90%,\n\t100% {\n\t\topacity: 0;\n\t}\n}\n\n@keyframes monaco-cursor-expand {\n\t0%,\n\t20% {\n\t\ttransform: scaleY(1);\n\t}\n\t80%,\n\t100% {\n\t\ttransform: scaleY(0);\n\t}\n}\n\n.cursor-smooth {\n\tanimation: monaco-cursor-smooth 0.5s ease-in-out 0s 20 alternate;\n}\n\n.cursor-phase {\n\tanimation: monaco-cursor-phase 0.5s ease-in-out 0s 20 alternate;\n}\n\n.cursor-expand > .cursor {\n\tanimation: monaco-cursor-expand 0.5s ease-in-out 0s 20 alternate;\n}\n",""]),t.Z=s},67093:function(e,t,i){"use strict";var n=i(8081),o=i.n(n),r=i(23645),s=i.n(r)()(o());s.push([e.id,"/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\n/* ---------- DiffEditor ---------- */\n\n.monaco-diff-editor .diffOverview {\n\tz-index: 9;\n}\n\n.monaco-diff-editor .diffOverview .diffViewport {\n\tz-index: 10;\n}\n\n/* colors not externalized: using transparancy on background */\n.monaco-diff-editor.vs\t\t\t.diffOverview { background: rgba(0, 0, 0, 0.03); }\n.monaco-diff-editor.vs-dark\t\t.diffOverview { background: rgba(255, 255, 255, 0.01); }\n\n.monaco-scrollable-element.modified-in-monaco-diff-editor.vs\t\t.scrollbar { background: rgba(0,0,0,0); }\n.monaco-scrollable-element.modified-in-monaco-diff-editor.vs-dark\t.scrollbar { background: rgba(0,0,0,0); }\n.monaco-scrollable-element.modified-in-monaco-diff-editor.hc-black\t.scrollbar { background: none; }\n\n.monaco-scrollable-element.modified-in-monaco-diff-editor .slider {\n\tz-index: 10;\n}\n.modified-in-monaco-diff-editor\t\t\t\t.slider.active { background: rgba(171, 171, 171, .4); }\n.modified-in-monaco-diff-editor.hc-black\t.slider.active { background: none; }\n\n/* ---------- Diff ---------- */\n\n.monaco-editor .insert-sign,\n.monaco-diff-editor .insert-sign,\n.monaco-editor .delete-sign,\n.monaco-diff-editor .delete-sign {\n\tfont-size: 11px !important;\n\topacity: 0.7 !important;\n\tdisplay: flex !important;\n\talign-items: center;\n}\n.monaco-editor.hc-black .insert-sign,\n.monaco-diff-editor.hc-black .insert-sign,\n.monaco-editor.hc-black .delete-sign,\n.monaco-diff-editor.hc-black .delete-sign {\n\topacity: 1;\n}\n\n.monaco-editor .inline-deleted-margin-view-zone {\n\ttext-align: right;\n}\n.monaco-editor .inline-added-margin-view-zone {\n\ttext-align: right;\n}\n\n/* ---------- Inline Diff ---------- */\n\n.monaco-editor .view-zones .view-lines .view-line span {\n\tdisplay: inline-block;\n}\n\n.monaco-editor .margin-view-zones .lightbulb-glyph:hover {\n\tcursor: pointer;\n}\n",""]),t.Z=s},5899:function(e,t,i){"use strict";var n=i(8081),o=i.n(n),r=i(23645),s=i.n(r)()(o());s.push([e.id,"/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\n\n.monaco-diff-editor .diff-review-line-number {\n\ttext-align: right;\n\tdisplay: inline-block;\n}\n\n.monaco-diff-editor .diff-review {\n\tposition: absolute;\n\tuser-select: none;\n\t-webkit-user-select: none;\n\t-ms-user-select: none;\n}\n\n.monaco-diff-editor .diff-review-summary {\n\tpadding-left: 10px;\n}\n\n.monaco-diff-editor .diff-review-shadow {\n\tposition: absolute;\n}\n\n.monaco-diff-editor .diff-review-row {\n\twhite-space: pre;\n}\n\n.monaco-diff-editor .diff-review-table {\n\tdisplay: table;\n\tmin-width: 100%;\n}\n\n.monaco-diff-editor .diff-review-row {\n\tdisplay: table-row;\n\twidth: 100%;\n}\n\n.monaco-diff-editor .diff-review-spacer {\n\tdisplay: inline-block;\n\twidth: 10px;\n\tvertical-align: middle;\n}\n\n.monaco-diff-editor .diff-review-spacer > .codicon {\n\tfont-size: 9px !important;\n}\n\n.monaco-diff-editor .diff-review-actions {\n\tdisplay: inline-block;\n\tposition: absolute;\n\tright: 10px;\n\ttop: 2px;\n}\n\n.monaco-diff-editor .diff-review-actions .action-label {\n\twidth: 16px;\n\theight: 16px;\n\tmargin: 2px 0;\n}\n",""]),t.Z=s},6698:function(e,t,i){"use strict";var n=i(8081),o=i.n(n),r=i(23645),s=i.n(r)()(o());s.push([e.id,"/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\n\n/* -------------------- IE10 remove auto clear button -------------------- */\n\n::-ms-clear {\n\tdisplay: none;\n}\n\n/* All widgets */\n/* I am not a big fan of this rule */\n.monaco-editor .editor-widget input {\n\tcolor: inherit;\n}\n\n/* -------------------- Editor -------------------- */\n\n.monaco-editor {\n\tposition: relative;\n\toverflow: visible;\n\t-webkit-text-size-adjust: 100%;\n}\n\n/* -------------------- Misc -------------------- */\n\n.monaco-editor .overflow-guard {\n\tposition: relative;\n\toverflow: hidden;\n}\n\n.monaco-editor .view-overlays {\n\tposition: absolute;\n\ttop: 0;\n}\n\n/*\n.monaco-editor .auto-closed-character {\n\topacity: 0.3;\n}\n*/\n",""]),t.Z=s},21674:function(e,t,i){"use strict";var n=i(8081),o=i.n(n),r=i(23645),s=i.n(r)()(o());s.push([e.id,"/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\n\n.monaco-editor .selection-anchor {\n\tbackground-color: #007ACC;\n\twidth: 2px !important;\n}\n",""]),t.Z=s},86777:function(e,t,i){"use strict";var n=i(8081),o=i.n(n),r=i(23645),s=i.n(r)()(o());s.push([e.id,"/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\n\n.monaco-editor .bracket-match {\n\tbox-sizing: border-box;\n}\n",""]),t.Z=s},70825:function(e,t,i){"use strict";var n=i(8081),o=i.n(n),r=i(23645),s=i.n(r)()(o());s.push([e.id,"/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\n\n.monaco-editor .contentWidgets .codicon-light-bulb,\n.monaco-editor .contentWidgets .codicon-lightbulb-autofix {\n\tdisplay: flex;\n\talign-items: center;\n\tjustify-content: center;\n}\n\n.monaco-editor .contentWidgets .codicon-light-bulb:hover,\n.monaco-editor .contentWidgets .codicon-lightbulb-autofix:hover {\n\tcursor: pointer;\n}\n",""]),t.Z=s},66064:function(e,t,i){"use strict";var n=i(8081),o=i.n(n),r=i(23645),s=i.n(r)()(o());s.push([e.id,"/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\n\n.monaco-editor .codelens-decoration {\n\toverflow: hidden;\n\tdisplay: inline-block;\n\ttext-overflow: ellipsis;\n\twhite-space: nowrap;\n\tcolor: var(--vscode-editorCodeLens-foreground)\n}\n\n.monaco-editor .codelens-decoration > span,\n.monaco-editor .codelens-decoration > a {\n\tuser-select: none;\n\t-webkit-user-select: none;\n\t-ms-user-select: none;\n\twhite-space: nowrap;\n\tvertical-align: sub;\n}\n\n.monaco-editor .codelens-decoration > a {\n\ttext-decoration: none;\n}\n\n.monaco-editor .codelens-decoration > a:hover {\n\tcursor: pointer;\n\tcolor: var(--vscode-editorLink-activeForeground) !important;\n}\n\n.monaco-editor .codelens-decoration > a:hover .codicon {\n\tcolor: var(--vscode-editorLink-activeForeground) !important;\n}\n\n.monaco-editor .codelens-decoration .codicon {\n\tvertical-align: middle;\n\tcolor: currentColor !important;\n\tcolor: var(--vscode-editorCodeLens-foreground);\n}\n\n.monaco-editor .codelens-decoration > a:hover .codicon::before {\n\tcursor: pointer;\n}\n\n@keyframes fadein {\n\t0% { opacity: 0; visibility: visible;}\n\t100% { opacity: 1; }\n}\n\n.monaco-editor .codelens-decoration.fadein {\n\tanimation: fadein 0.1s linear;\n}\n",""]),t.Z=s},59033:function(e,t,i){"use strict";var n=i(8081),o=i.n(n),r=i(23645),s=i.n(r),a=i(61667),l=i.n(a),c=new URL(i(94748),i.b),d=s()(o()),u=l()(c);d.push([e.id,"/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\n\n.colorpicker-widget {\n\theight: 190px;\n\tuser-select: none;\n\t-webkit-user-select: none;\n\t-ms-user-select: none;\n}\n\n/* Decoration */\n\n.colorpicker-color-decoration {\n\tborder: solid 0.1em #000;\n\tbox-sizing: border-box;\n\tmargin: 0.1em 0.2em 0 0.2em;\n\twidth: 0.8em;\n\theight: 0.8em;\n\tline-height: 0.8em;\n\tdisplay: inline-block;\n\tcursor: pointer;\n}\n\n.hc-black .colorpicker-color-decoration,\n.vs-dark .colorpicker-color-decoration {\n\tborder: solid 0.1em #eee;\n}\n\n/* Header */\n\n.colorpicker-header {\n\tdisplay: flex;\n\theight: 24px;\n\tposition: relative;\n\tbackground: url("+u+");\n\tbackground-size: 9px 9px;\n\timage-rendering: pixelated;\n}\n\n.colorpicker-header .picked-color {\n\twidth: 216px;\n\tdisplay: flex;\n\talign-items: center;\n\tjustify-content: center;\n\tline-height: 24px;\n\tcursor: pointer;\n\tcolor: white;\n\tflex: 1;\n}\n\n.colorpicker-header .picked-color .codicon {\n\tcolor: inherit;\n\tfont-size: 14px;\n\tposition: absolute;\n\tleft: 8px;\n}\n\n.colorpicker-header .picked-color.light {\n\tcolor: black;\n}\n\n.colorpicker-header .original-color {\n\twidth: 74px;\n\tz-index: inherit;\n\tcursor: pointer;\n}\n\n\n/* Body */\n\n.colorpicker-body {\n\tdisplay: flex;\n\tpadding: 8px;\n\tposition: relative;\n}\n\n.colorpicker-body .saturation-wrap {\n\toverflow: hidden;\n\theight: 150px;\n\tposition: relative;\n\tmin-width: 220px;\n\tflex: 1;\n}\n\n.colorpicker-body .saturation-box {\n\theight: 150px;\n\tposition: absolute;\n}\n\n.colorpicker-body .saturation-selection {\n\twidth: 9px;\n\theight: 9px;\n\tmargin: -5px 0 0 -5px;\n\tborder: 1px solid rgb(255, 255, 255);\n\tborder-radius: 100%;\n\tbox-shadow: 0px 0px 2px rgba(0, 0, 0, 0.8);\n\tposition: absolute;\n}\n\n.colorpicker-body .strip {\n\twidth: 25px;\n\theight: 150px;\n}\n\n.colorpicker-body .hue-strip {\n\tposition: relative;\n\tmargin-left: 8px;\n\tcursor: grab;\n\tbackground: linear-gradient(to bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);\n}\n\n.colorpicker-body .opacity-strip {\n\tposition: relative;\n\tmargin-left: 8px;\n\tcursor: grab;\n\tbackground: url("+u+");\n\tbackground-size: 9px 9px;\n\timage-rendering: pixelated;\n}\n\n.colorpicker-body .strip.grabbing {\n\tcursor: grabbing;\n}\n\n.colorpicker-body .slider {\n\tposition: absolute;\n\ttop: 0;\n\tleft: -2px;\n\twidth: calc(100% + 4px);\n\theight: 4px;\n\tbox-sizing: border-box;\n\tborder: 1px solid rgba(255, 255, 255, 0.71);\n\tbox-shadow: 0px 0px 1px rgba(0, 0, 0, 0.85);\n}\n\n.colorpicker-body .strip .overlay {\n\theight: 150px;\n\tpointer-events: none;\n}\n",""]),t.Z=d},71525:function(e,t,i){"use strict";var n=i(8081),o=i.n(n),r=i(23645),s=i.n(r)()(o());s.push([e.id,"/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\n\n.monaco-editor.vs .dnd-target {\n\tborder-right: 2px dotted black;\n\tcolor: white; /* opposite of black */\n}\n.monaco-editor.vs-dark .dnd-target {\n\tborder-right: 2px dotted #AEAFAD;\n\tcolor: #51504f; /* opposite of #AEAFAD */\n}\n.monaco-editor.hc-black .dnd-target {\n\tborder-right: 2px dotted #fff;\n\tcolor: #000; /* opposite of #fff */\n}\n\n.monaco-editor.mouse-default .view-lines,\n.monaco-editor.vs-dark.mac.mouse-default .view-lines,\n.monaco-editor.hc-black.mac.mouse-default .view-lines {\n\tcursor: default;\n}\n.monaco-editor.mouse-copy .view-lines,\n.monaco-editor.vs-dark.mac.mouse-copy .view-lines,\n.monaco-editor.hc-black.mac.mouse-copy .view-lines {\n\tcursor: copy;\n}",""]),t.Z=s},99096:function(e,t,i){"use strict";var n=i(8081),o=i.n(n),r=i(23645),s=i.n(r)()(o());s.push([e.id,"/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\n\n/* Find widget */\n.monaco-editor .find-widget {\n\tposition: absolute;\n\tz-index: 35;\n\theight: 33px;\n\toverflow: hidden;\n\tline-height: 19px;\n\ttransition: transform 200ms linear;\n\tpadding: 0 4px;\n\tbox-sizing: border-box;\n\ttransform: translateY(calc(-100% - 10px)); /* shadow (10px) */\n}\n\n.monaco-editor .find-widget textarea {\n\tmargin: 0px;\n}\n\n.monaco-editor .find-widget.hiddenEditor {\n\tdisplay: none;\n}\n\n/* Find widget when replace is toggled on */\n.monaco-editor .find-widget.replaceToggled > .replace-part {\n\tdisplay: flex;\n}\n\n.monaco-editor .find-widget.visible {\n\ttransform: translateY(0);\n}\n\n.monaco-editor .find-widget .monaco-inputbox.synthetic-focus {\n\toutline: 1px solid -webkit-focus-ring-color;\n\toutline-offset: -1px;\n}\n\n.monaco-editor .find-widget .monaco-inputbox .input {\n\tbackground-color: transparent;\n\tmin-height: 0;\n}\n\n.monaco-editor .find-widget .monaco-findInput .input {\n\tfont-size: 13px;\n}\n\n.monaco-editor .find-widget > .find-part,\n.monaco-editor .find-widget > .replace-part {\n\tmargin: 4px 0 0 17px;\n\tfont-size: 12px;\n\tdisplay: flex;\n}\n\n.monaco-editor .find-widget > .find-part .monaco-inputbox,\n.monaco-editor .find-widget > .replace-part .monaco-inputbox {\n\tmin-height: 25px;\n}\n\n\n.monaco-editor .find-widget > .replace-part .monaco-inputbox > .ibwrapper > .mirror {\n\tpadding-right: 22px;\n}\n\n.monaco-editor .find-widget > .find-part .monaco-inputbox > .ibwrapper > .input,\n.monaco-editor .find-widget > .find-part .monaco-inputbox > .ibwrapper > .mirror,\n.monaco-editor .find-widget > .replace-part .monaco-inputbox > .ibwrapper > .input,\n.monaco-editor .find-widget > .replace-part .monaco-inputbox > .ibwrapper > .mirror {\n\tpadding-top: 2px;\n\tpadding-bottom: 2px;\n}\n\n.monaco-editor .find-widget > .find-part .find-actions {\n\theight: 25px;\n\tdisplay: flex;\n\talign-items: center;\n}\n\n.monaco-editor .find-widget > .replace-part .replace-actions {\n\theight: 25px;\n\tdisplay: flex;\n\talign-items: center;\n}\n\n.monaco-editor .find-widget .monaco-findInput {\n\tvertical-align: middle;\n\tdisplay: flex;\n\tflex:1;\n}\n\n.monaco-editor .find-widget .monaco-findInput .monaco-scrollable-element {\n\t/* Make sure textarea inherits the width correctly */\n\twidth: 100%;\n}\n\n.monaco-editor .find-widget .monaco-findInput .monaco-scrollable-element .scrollbar.vertical {\n\t/* Hide vertical scrollbar */\n\topacity: 0;\n}\n\n.monaco-editor .find-widget .matchesCount {\n\tdisplay: flex;\n\tflex: initial;\n\tmargin: 0 0 0 3px;\n\tpadding: 2px 0 0 2px;\n\theight: 25px;\n\tvertical-align: middle;\n\tbox-sizing: border-box;\n\ttext-align: center;\n\tline-height: 23px;\n}\n\n.monaco-editor .find-widget .button {\n\twidth: 16px;\n\theight: 16px;\n\tpadding: 3px;\n\tborder-radius: 5px;\n\tdisplay: flex;\n\tflex: initial;\n\tmargin-left: 3px;\n\tbackground-position: center center;\n\tbackground-repeat: no-repeat;\n\tcursor: pointer;\n\tdisplay: flex;\n\talign-items: center;\n\tjustify-content: center;\n}\n\n/* find in selection button */\n.monaco-editor .find-widget .codicon-find-selection {\n\twidth: 22px;\n\theight: 22px;\n\tpadding: 3px;\n\tborder-radius: 5px;\n}\n\n.monaco-editor .find-widget .button.left {\n\tmargin-left: 0;\n\tmargin-right: 3px;\n}\n\n.monaco-editor .find-widget .button.wide {\n\twidth: auto;\n\tpadding: 1px 6px;\n\ttop: -1px;\n}\n\n.monaco-editor .find-widget .button.toggle {\n\tposition: absolute;\n\ttop: 0;\n\tleft: 3px;\n\twidth: 18px;\n\theight: 100%;\n\tborder-radius: 0;\n\tbox-sizing: border-box;\n}\n\n.monaco-editor .find-widget .button.toggle.disabled {\n\tdisplay: none;\n}\n\n.monaco-editor .find-widget .disabled {\n\topacity: 0.3;\n\tcursor: default;\n}\n\n.monaco-editor .find-widget > .replace-part {\n\tdisplay: none;\n}\n\n.monaco-editor .find-widget > .replace-part > .monaco-findInput {\n\tposition: relative;\n\tdisplay: flex;\n\tvertical-align: middle;\n\tflex: auto;\n\tflex-grow: 0;\n\tflex-shrink: 0;\n}\n\n.monaco-editor .find-widget > .replace-part > .monaco-findInput > .controls {\n\tposition: absolute;\n\ttop: 3px;\n\tright: 2px;\n}\n\n/* REDUCED */\n.monaco-editor .find-widget.reduced-find-widget .matchesCount {\n\tdisplay:none;\n}\n\n/* NARROW (SMALLER THAN REDUCED) */\n.monaco-editor .find-widget.narrow-find-widget {\n\tmax-width: 257px !important;\n}\n\n/* COLLAPSED (SMALLER THAN NARROW) */\n.monaco-editor .find-widget.collapsed-find-widget {\n\tmax-width: 170px !important;\n}\n\n.monaco-editor .find-widget.collapsed-find-widget .button.previous,\n.monaco-editor .find-widget.collapsed-find-widget .button.next,\n.monaco-editor .find-widget.collapsed-find-widget .button.replace,\n.monaco-editor .find-widget.collapsed-find-widget .button.replace-all,\n.monaco-editor .find-widget.collapsed-find-widget > .find-part .monaco-findInput .controls {\n\tdisplay:none;\n}\n\n.monaco-editor .findMatch {\n\tanimation-duration: 0;\n\tanimation-name: inherit !important;\n}\n\n.monaco-editor .find-widget .monaco-sash {\n\tleft: 0 !important;\n}\n\n.monaco-editor.hc-black .find-widget .button:before {\n\tposition: relative;\n\ttop: 1px;\n\tleft: 2px;\n}\n",""]),t.Z=s},56610:function(e,t,i){"use strict";var n=i(8081),o=i.n(n),r=i(23645),s=i.n(r)()(o());s.push([e.id,'/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\n\n.monaco-editor .margin-view-overlays .codicon-folding-expanded,\n.monaco-editor .margin-view-overlays .codicon-folding-collapsed {\n\tcursor: pointer;\n\topacity: 0;\n\ttransition: opacity 0.5s;\n\tdisplay: flex;\n\talign-items: center;\n\tjustify-content: center;\n\tfont-size: 140%;\n\tmargin-left: 2px;\n}\n\n.monaco-editor .margin-view-overlays:hover .codicon,\n.monaco-editor .margin-view-overlays .codicon.codicon-folding-collapsed,\n.monaco-editor .margin-view-overlays .codicon.alwaysShowFoldIcons {\n\topacity: 1;\n}\n\n.monaco-editor .inline-folded:after {\n\tcolor: grey;\n\tmargin: 0.1em 0.2em 0 0.2em;\n\tcontent: "⋯";\n\tdisplay: inline;\n\tline-height: 1em;\n\tcursor: pointer;\n}\n',""]),t.Z=s},77200:function(e,t,i){"use strict";var n=i(8081),o=i.n(n),r=i(23645),s=i.n(r)()(o());s.push([e.id,"/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\n\n/* marker zone */\n\n.monaco-editor .peekview-widget .head .peekview-title .severity-icon {\n\tdisplay: inline-block;\n\tvertical-align: text-top;\n\tmargin-right: 4px;\n}\n\n.monaco-editor .marker-widget {\n\ttext-overflow: ellipsis;\n\twhite-space: nowrap;\n}\n\n.monaco-editor .marker-widget > .stale {\n\topacity: 0.6;\n\tfont-style: italic;\n}\n\n.monaco-editor .marker-widget .title {\n\tdisplay: inline-block;\n\tpadding-right: 5px;\n}\n\n.monaco-editor .marker-widget .descriptioncontainer {\n\tposition: absolute;\n\twhite-space: pre;\n\tuser-select: text;\n\t-webkit-user-select: text;\n\t-ms-user-select: text;\n\tpadding: 8px 12px 0 20px;\n}\n\n.monaco-editor .marker-widget .descriptioncontainer .message {\n\tdisplay: flex;\n\tflex-direction: column;\n}\n\n.monaco-editor .marker-widget .descriptioncontainer .message .details {\n\tpadding-left: 6px;\n}\n\n.monaco-editor .marker-widget .descriptioncontainer .message .source,\n.monaco-editor .marker-widget .descriptioncontainer .message span.code {\n\topacity: 0.6;\n}\n\n.monaco-editor .marker-widget .descriptioncontainer .message a.code-link {\n\topacity: 0.6;\n\tcolor: inherit;\n}\n\n.monaco-editor .marker-widget .descriptioncontainer .message a.code-link:before {\n\tcontent: '(';\n}\n\n.monaco-editor .marker-widget .descriptioncontainer .message a.code-link:after {\n\tcontent: ')';\n}\n\n.monaco-editor .marker-widget .descriptioncontainer .message a.code-link > span {\n\ttext-decoration: underline;\n\t/** Hack to force underline to show **/\n\tborder-bottom: 1px solid transparent;\n\ttext-underline-position: under;\n\tcolor: var(--vscode-textLink-foreground);\n}\n\n.monaco-editor .marker-widget .descriptioncontainer .message a.code-link > span {\n\tcolor: var(--vscode-textLink-activeForeground);\n}\n\n.monaco-editor .marker-widget .descriptioncontainer .filename {\n\tcursor: pointer;\n}\n",""]),t.Z=s},71072:function(e,t,i){"use strict";var n=i(8081),o=i.n(n),r=i(23645),s=i.n(r)()(o());s.push([e.id,"/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\n\n.monaco-editor .goto-definition-link {\n\ttext-decoration: underline;\n\tcursor: pointer;\n}",""]),t.Z=s},4633:function(e,t,i){"use strict";var n=i(8081),o=i.n(n),r=i(23645),s=i.n(r)()(o());s.push([e.id,"/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\n\n/* -- zone widget */\n.monaco-editor .zone-widget .zone-widget-container.reference-zone-widget {\n\tborder-top-width: 1px;\n\tborder-bottom-width: 1px;\n}\n\n.monaco-editor .reference-zone-widget .inline {\n\tdisplay: inline-block;\n\tvertical-align: top;\n}\n\n.monaco-editor .reference-zone-widget .messages {\n\theight: 100%;\n\twidth: 100%;\n\ttext-align: center;\n\tpadding: 3em 0;\n}\n\n.monaco-editor .reference-zone-widget .ref-tree {\n\tline-height: 23px;\n\tbackground-color: var(--vscode-peekViewResult-background);\n\tcolor: var(--vscode-peekViewResult-lineForeground);\n}\n\n.monaco-editor .reference-zone-widget .ref-tree .reference {\n\ttext-overflow: ellipsis;\n\toverflow: hidden;\n}\n\n.monaco-editor .reference-zone-widget .ref-tree .reference-file {\n\tdisplay: inline-flex;\n\twidth: 100%;\n\theight: 100%;\n\tcolor: var(--vscode-peekViewResult-fileForeground);\n}\n\n.monaco-editor .reference-zone-widget .ref-tree .monaco-list:focus .selected .reference-file {\n\tcolor: inherit !important;\n}\n\n.monaco-editor .reference-zone-widget .ref-tree .monaco-list:focus .monaco-list-rows > .monaco-list-row.selected:not(.highlighted) {\n\tbackground-color: var(--vscode-peekViewResult-selectionBackground);\n\tcolor: var(--vscode-peekViewResult-selectionForeground) !important;\n}\n\n.monaco-editor .reference-zone-widget .ref-tree .reference-file .count {\n\tmargin-right: 12px;\n\tmargin-left: auto;\n}\n\n.monaco-editor .reference-zone-widget .ref-tree .referenceMatch .highlight {\n\tbackground-color: var(--vscode-peekViewResult-matchHighlightBackground);\n}\n\n.monaco-editor .reference-zone-widget .preview .reference-decoration {\n\tbackground-color: var(--vscode-peekViewEditor-matchHighlightBackground);\n\tborder: 2px solid var(--vscode-peekViewEditor-matchHighlightBorder);\n\tbox-sizing: border-box;\n}\n\n.monaco-editor .reference-zone-widget .preview .monaco-editor .monaco-editor-background,\n.monaco-editor .reference-zone-widget .preview .monaco-editor .inputarea.ime-input {\n\tbackground-color: var(--vscode-peekViewEditor-background);\n}\n\n.monaco-editor .reference-zone-widget .preview .monaco-editor .margin {\n\tbackground-color: var(--vscode-peekViewEditorGutter-background);\n}\n\n/* High Contrast Theming */\n\n.monaco-editor.hc-black .reference-zone-widget .ref-tree .reference-file {\n\tfont-weight: bold;\n}\n\n.monaco-editor.hc-black .reference-zone-widget .ref-tree .referenceMatch .highlight {\n\tborder: 1px dotted var(--vscode-contrastActiveBorder, transparent);\n\tbox-sizing: border-box;\n}\n",""]),t.Z=s},22740:function(e,t,i){"use strict";var n=i(8081),o=i.n(n),r=i(23645),s=i.n(r)()(o());s.push([e.id,"/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\n\n.monaco-editor .suggest-preview-additional-widget {\n\twhite-space: nowrap;\n}\n\n.monaco-editor .suggest-preview-additional-widget .content-spacer {\n\tcolor: transparent;\n\twhite-space: pre;\n}\n\n.monaco-editor .suggest-preview-additional-widget .button {\n\tdisplay: inline-block;\n\tcursor: pointer;\n\ttext-decoration: underline;\n\ttext-underline-position: under;\n}\n\n.monaco-editor .ghost-text-hidden {\n\topacity: 0;\n\tfont-size: 0;\n}\n\n.monaco-editor .ghost-text-decoration {\n\tfont-style: italic;\n}\n\n.monaco-editor .suggest-preview-text {\n\tfont-style: italic;\n}\n",""]),t.Z=s},42938:function(e,t,i){"use strict";var n=i(8081),o=i.n(n),r=i(23645),s=i.n(r)()(o());s.push([e.id,"/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\n.monaco-editor .detected-link,\n.monaco-editor .detected-link-active {\n\ttext-decoration: underline;\n\ttext-underline-position: under;\n}\n\n.monaco-editor .detected-link-active {\n\tcursor: pointer;\n}\n",""]),t.Z=s},89009:function(e,t,i){"use strict";var n=i(8081),o=i.n(n),r=i(23645),s=i.n(r)()(o());s.push([e.id,"/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\n\n.monaco-editor .monaco-editor-overlaymessage {\n\tpadding-bottom: 8px;\n\tz-index: 10000;\n}\n\n.monaco-editor .monaco-editor-overlaymessage.below {\n\tpadding-bottom: 0;\n\tpadding-top: 8px;\n\tz-index: 10000;\n}\n\n@keyframes fadeIn {\n\tfrom { opacity: 0; }\n\tto { opacity: 1; }\n}\n.monaco-editor .monaco-editor-overlaymessage.fadeIn {\n\tanimation: fadeIn 150ms ease-out;\n}\n\n@keyframes fadeOut {\n\tfrom { opacity: 1; }\n\tto { opacity: 0; }\n}\n.monaco-editor .monaco-editor-overlaymessage.fadeOut {\n\tanimation: fadeOut 100ms ease-out;\n}\n\n.monaco-editor .monaco-editor-overlaymessage .message {\n\tpadding: 1px 4px;\n\tcolor: var(--vscode-inputValidation-infoForeground);\n\tbackground-color: var(--vscode-inputValidation-infoBackground);\n\tborder: 1px solid var(--vscode-inputValidation-infoBorder);\n}\n\n.monaco-editor.hc-black .monaco-editor-overlaymessage .message {\n\tborder-width: 2px;\n}\n\n.monaco-editor .monaco-editor-overlaymessage .anchor {\n\twidth: 0 !important;\n\theight: 0 !important;\n\tborder-color: transparent;\n\tborder-style: solid;\n\tz-index: 1000;\n\tborder-width: 8px;\n\tposition: absolute;\n}\n\n.monaco-editor .monaco-editor-overlaymessage .anchor.top {\n\tborder-bottom-color: var(--vscode-inputValidation-infoBorder);\n}\n\n.monaco-editor .monaco-editor-overlaymessage .anchor.below {\n\tborder-top-color: var(--vscode-inputValidation-infoBorder);\n}\n\n.monaco-editor .monaco-editor-overlaymessage:not(.below) .anchor.top,\n.monaco-editor .monaco-editor-overlaymessage.below .anchor.below {\n\tdisplay: none;\n}\n\n.monaco-editor .monaco-editor-overlaymessage.below .anchor.top {\n\tdisplay: inherit;\n\ttop: -8px;\n}\n",""]),t.Z=s},88846:function(e,t,i){"use strict";var n=i(8081),o=i.n(n),r=i(23645),s=i.n(r)()(o());s.push([e.id,"/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\n\n.monaco-editor .parameter-hints-widget {\n\t/* Must be higher than the sash's z-index and terminal canvases but lower than the suggest widget */\n\tz-index: 39;\n\tdisplay: flex;\n\tflex-direction: column;\n\tline-height: 1.5em;\n}\n\n.monaco-editor .parameter-hints-widget > .phwrapper {\n\tmax-width: 440px;\n\tdisplay: flex;\n\tflex-direction: row;\n}\n\n.monaco-editor .parameter-hints-widget.multiple {\n\tmin-height: 3.3em;\n\tpadding: 0;\n}\n\n.monaco-editor .parameter-hints-widget.visible {\n\ttransition: left .05s ease-in-out;\n}\n\n.monaco-editor .parameter-hints-widget p,\n.monaco-editor .parameter-hints-widget ul {\n\tmargin: 8px 0;\n}\n\n.monaco-editor .parameter-hints-widget .monaco-scrollable-element,\n.monaco-editor .parameter-hints-widget .body {\n\tdisplay: flex;\n\tflex: 1;\n\tflex-direction: column;\n\tmin-height: 100%;\n}\n\n.monaco-editor .parameter-hints-widget .signature {\n\tpadding: 4px 5px;\n}\n\n.monaco-editor .parameter-hints-widget .docs {\n\tpadding: 0 10px 0 5px;\n\twhite-space: pre-wrap;\n}\n\n.monaco-editor .parameter-hints-widget .docs.empty {\n\tdisplay: none;\n}\n\n.monaco-editor .parameter-hints-widget .docs .markdown-docs {\n\twhite-space: initial;\n}\n\n.monaco-editor .parameter-hints-widget .docs .markdown-docs code {\n\tfont-family: var(--monaco-monospace-font);\n}\n\n.monaco-editor .parameter-hints-widget .docs .monaco-tokenized-source,\n.monaco-editor .parameter-hints-widget .docs .code {\n\twhite-space: pre-wrap;\n}\n\n.monaco-editor .parameter-hints-widget .docs code {\n\tborder-radius: 3px;\n\tpadding: 0 0.4em;\n}\n\n.monaco-editor .parameter-hints-widget .controls {\n\tdisplay: none;\n\tflex-direction: column;\n\talign-items: center;\n\tmin-width: 22px;\n\tjustify-content: flex-end;\n}\n\n.monaco-editor .parameter-hints-widget.multiple .controls {\n\tdisplay: flex;\n\tpadding: 0 2px;\n}\n\n.monaco-editor .parameter-hints-widget.multiple .button {\n\twidth: 16px;\n\theight: 16px;\n\tbackground-repeat: no-repeat;\n\tcursor: pointer;\n}\n\n.monaco-editor .parameter-hints-widget .button.previous {\n\tbottom: 24px;\n}\n\n.monaco-editor .parameter-hints-widget .overloads {\n\ttext-align: center;\n\theight: 12px;\n\tline-height: 12px;\n\tfont-family: var(--monaco-monospace-font);\n}\n\n.monaco-editor .parameter-hints-widget .signature .parameter.active {\n\tfont-weight: bold;\n}\n\n.monaco-editor .parameter-hints-widget .documentation-parameter > .parameter {\n\tfont-weight: bold;\n\tmargin-right: 0.5em;\n}\n",""]),t.Z=s},66458:function(e,t,i){"use strict";var n=i(8081),o=i.n(n),r=i(23645),s=i.n(r)()(o());s.push([e.id,"/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\n\n.monaco-editor .peekview-widget .head {\n\tbox-sizing: border-box;\n\tdisplay: flex;\n\tjustify-content: space-between;\n\tflex-wrap: nowrap;\n}\n\n.monaco-editor .peekview-widget .head .peekview-title {\n\tdisplay: flex;\n\talign-items: center;\n\tfont-size: 13px;\n\tmargin-left: 20px;\n\tmin-width: 0;\n\ttext-overflow: ellipsis;\n\toverflow: hidden;\n}\n\n.monaco-editor .peekview-widget .head .peekview-title.clickable {\n\tcursor: pointer;\n}\n\n.monaco-editor .peekview-widget .head .peekview-title .dirname:not(:empty) {\n\tfont-size: 0.9em;\n\tmargin-left: 0.5em;\n\ttext-overflow: ellipsis;\n\toverflow: hidden;\n}\n\n.monaco-editor .peekview-widget .head .peekview-title .meta {\n\twhite-space: nowrap;\n\toverflow: hidden;\n\ttext-overflow: ellipsis;\n}\n\n.monaco-editor .peekview-widget .head .peekview-title .dirname {\n\twhite-space: nowrap;\n}\n\n.monaco-editor .peekview-widget .head .peekview-title .filename {\n\toverflow: hidden;\n\ttext-overflow: ellipsis;\n\twhite-space: nowrap;\n}\n\n.monaco-editor .peekview-widget .head .peekview-title .meta:not(:empty)::before {\n\tcontent: '-';\n\tpadding: 0 0.3em;\n}\n\n.monaco-editor .peekview-widget .head .peekview-actions {\n\tflex: 1;\n\ttext-align: right;\n\tpadding-right: 2px;\n}\n\n.monaco-editor .peekview-widget .head .peekview-actions > .monaco-action-bar {\n\tdisplay: inline-block;\n}\n\n.monaco-editor .peekview-widget .head .peekview-actions > .monaco-action-bar,\n.monaco-editor .peekview-widget .head .peekview-actions > .monaco-action-bar > .actions-container {\n\theight: 100%;\n}\n\n.monaco-editor .peekview-widget > .body {\n\tborder-top: 1px solid;\n\tposition: relative;\n}\n\n.monaco-editor .peekview-widget .head .peekview-title .codicon {\n\tmargin-right: 4px;\n}\n\n.monaco-editor .peekview-widget .monaco-list .monaco-list-row.focused .codicon {\n\tcolor: inherit !important;\n}\n",""]),t.Z=s},68747:function(e,t,i){"use strict";var n=i(8081),o=i.n(n),r=i(23645),s=i.n(r)()(o());s.push([e.id,"/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\n\n.monaco-editor .rename-box {\n\tz-index: 100;\n\tcolor: inherit;\n}\n\n.monaco-editor .rename-box.preview {\n\tpadding: 3px 3px 0 3px;\n}\n\n.monaco-editor .rename-box .rename-input {\n\tpadding: 3px;\n\twidth: calc(100% - 6px);\n}\n\n.monaco-editor .rename-box .rename-label {\n\tdisplay: none;\n\topacity: .8;\n}\n\n.monaco-editor .rename-box.preview .rename-label {\n\tdisplay: inherit;\n}\n",""]),t.Z=s},842:function(e,t,i){"use strict";var n=i(8081),o=i.n(n),r=i(23645),s=i.n(r)()(o());s.push([e.id,"/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\n\n.monaco-editor .snippet-placeholder {\n\tmin-width: 2px;\n\toutline-style: solid;\n\toutline-width: 1px;\n\tbackground-color: var(--vscode-editor-snippetTabstopHighlightBackground, transparent);\n\toutline-color: var(--vscode-editor-snippetTabstopHighlightBorder, transparent);\n}\n\n.monaco-editor .finish-snippet-placeholder {\n\toutline-style: solid;\n\toutline-width: 1px;\n\tbackground-color: var(--vscode-editor-snippetFinalTabstopHighlightBackground, transparent);\n\toutline-color: var(--vscode-editor-snippetFinalTabstopHighlightBorder, transparent);\n}\n",""]),t.Z=s},73929:function(e,t,i){"use strict";var n=i(8081),o=i.n(n),r=i(23645),s=i.n(r)()(o());s.push([e.id,"/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\n\n/* Suggest widget*/\n\n.monaco-editor .suggest-widget {\n\twidth: 430px;\n\tz-index: 40;\n\tdisplay: flex;\n\tflex-direction: column;\n}\n\n.monaco-editor .suggest-widget.message {\n\tflex-direction: row;\n\talign-items: center;\n}\n\n.monaco-editor .suggest-widget,\n.monaco-editor .suggest-details {\n\tflex: 0 1 auto;\n\twidth: 100%;\n\tborder-style: solid;\n\tborder-width: 1px;\n\tborder-color: var(--vscode-editorSuggestWidget-border);\n\tbackground-color: var(--vscode-editorSuggestWidget-background);\n}\n\n.monaco-editor.hc-black .suggest-widget,\n.monaco-editor.hc-black .suggest-details {\n\tborder-width: 2px;\n}\n\n/* Styles for status bar part */\n\n\n.monaco-editor .suggest-widget .suggest-status-bar {\n\tbox-sizing: border-box;\n\tdisplay: none;\n\tflex-flow: row nowrap;\n\tjustify-content: space-between;\n\twidth: 100%;\n\tfont-size: 80%;\n\tpadding: 0 4px 0 4px;\n\tborder-top: 1px solid var(--vscode-editorSuggestWidget-border);\n\toverflow: hidden;\n}\n\n.monaco-editor .suggest-widget.with-status-bar .suggest-status-bar {\n\tdisplay: flex;\n}\n\n.monaco-editor .suggest-widget .suggest-status-bar .left {\n\tpadding-right: 8px;\n}\n\n.monaco-editor .suggest-widget.with-status-bar .suggest-status-bar .action-label {\n\tcolor: var(--vscode-editorSuggestWidgetStatus-foreground);\n}\n\n.monaco-editor .suggest-widget.with-status-bar .suggest-status-bar .action-item:not(:last-of-type) .action-label {\n\tmargin-right: 0;\n}\n\n.monaco-editor .suggest-widget.with-status-bar .suggest-status-bar .action-item:not(:last-of-type) .action-label::after {\n\tcontent: ', ';\n\tmargin-right: 0.3em;\n}\n\n.monaco-editor .suggest-widget.with-status-bar .monaco-list .monaco-list-row>.contents>.main>.right>.readMore,\n.monaco-editor .suggest-widget.with-status-bar .monaco-list .monaco-list-row.focused.string-label>.contents>.main>.right>.readMore {\n\tdisplay: none;\n}\n\n.monaco-editor .suggest-widget.with-status-bar:not(.docs-side) .monaco-list .monaco-list-row:hover>.contents>.main>.right.can-expand-details>.details-label {\n\twidth: 100%;\n}\n\n/* Styles for Message element for when widget is loading or is empty */\n\n.monaco-editor .suggest-widget>.message {\n\tpadding-left: 22px;\n}\n\n/** Styles for the list element **/\n\n.monaco-editor .suggest-widget>.tree {\n\theight: 100%;\n\twidth: 100%;\n}\n\n.monaco-editor .suggest-widget .monaco-list {\n\tuser-select: none;\n\t-webkit-user-select: none;\n\t-ms-user-select: none;\n}\n\n/** Styles for each row in the list element **/\n\n.monaco-editor .suggest-widget .monaco-list .monaco-list-row {\n\tdisplay: flex;\n\t-mox-box-sizing: border-box;\n\tbox-sizing: border-box;\n\tpadding-right: 10px;\n\tbackground-repeat: no-repeat;\n\tbackground-position: 2px 2px;\n\twhite-space: nowrap;\n\tcursor: pointer;\n\ttouch-action: none;\n}\n\n.monaco-editor .suggest-widget .monaco-list .monaco-list-row.focused {\n\tcolor: var(--vscode-editorSuggestWidget-selectedForeground);\n}\n\n.monaco-editor .suggest-widget .monaco-list .monaco-list-row.focused .codicon {\n\tcolor: var(--vscode-editorSuggestWidget-selectedIconForeground);\n}\n\n.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents {\n\tflex: 1;\n\theight: 100%;\n\toverflow: hidden;\n\tpadding-left: 2px;\n}\n\n.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main {\n\tdisplay: flex;\n\toverflow: hidden;\n\ttext-overflow: ellipsis;\n\twhite-space: pre;\n\tjustify-content: space-between;\n}\n\n.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.left, .monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right {\n\tdisplay: flex;\n}\n\n.monaco-editor .suggest-widget .monaco-list .monaco-list-row:not(.focused)>.contents>.main .monaco-icon-label {\n\tcolor: var(--vscode-editorSuggestWidget-foreground);\n}\n\n.monaco-editor .suggest-widget:not(.frozen) .monaco-highlighted-label .highlight {\n\tfont-weight: bold;\n}\n\n.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main .monaco-highlighted-label .highlight {\n\tcolor: var(--vscode-editorSuggestWidget-highlightForeground);\n}\n\n.monaco-editor .suggest-widget .monaco-list .monaco-list-row.focused>.contents>.main .monaco-highlighted-label .highlight {\n\tcolor: var(--vscode-editorSuggestWidget-focusHighlightForeground);\n}\n\n/** ReadMore Icon styles **/\n\n.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.header>.codicon-close,\n.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right>.readMore::before {\n\tcolor: inherit;\n\topacity: 1;\n\tfont-size: 14px;\n\tcursor: pointer;\n}\n\n.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.header>.codicon-close {\n\tposition: absolute;\n\ttop: 6px;\n\tright: 2px;\n}\n\n.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.header>.codicon-close:hover,\n.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right>.readMore:hover {\n\topacity: 1;\n}\n\n/** signature, qualifier, type/details opacity **/\n\n.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right>.details-label {\n\topacity: 0.7;\n}\n\n.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.left>.signature-label {\n\toverflow: hidden;\n\ttext-overflow: ellipsis;\n\topacity: 0.6;\n}\n\n.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.left>.qualifier-label {\n\tmargin-left: 12px;\n\topacity: 0.4;\n\tfont-size: 85%;\n\tline-height: initial;\n\ttext-overflow: ellipsis;\n\toverflow: hidden;\n\talign-self: center;\n}\n\n/** Type Info and icon next to the label in the focused completion item **/\n\n.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right>.details-label {\n\tfont-size: 85%;\n\tmargin-left: 1.1em;\n\toverflow: hidden;\n\ttext-overflow: ellipsis;\n\twhite-space: nowrap;\n}\n\n.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right>.details-label>.monaco-tokenized-source {\n\tdisplay: inline;\n}\n\n/** Details: if using CompletionItem#details, show on focus **/\n\n.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right>.details-label {\n\tdisplay: none;\n}\n\n.monaco-editor .suggest-widget:not(.shows-details) .monaco-list .monaco-list-row.focused>.contents>.main>.right>.details-label {\n\tdisplay: inline;\n}\n\n/** Details: if using CompletionItemLabel#details, always show **/\n\n.monaco-editor .suggest-widget .monaco-list .monaco-list-row:not(.string-label)>.contents>.main>.right>.details-label,\n.monaco-editor .suggest-widget.docs-side .monaco-list .monaco-list-row.focused:not(.string-label)>.contents>.main>.right>.details-label {\n\tdisplay: inline;\n}\n\n/** Ellipsis on hover **/\n\n.monaco-editor .suggest-widget:not(.docs-side) .monaco-list .monaco-list-row.focused:hover>.contents>.main>.right.can-expand-details>.details-label {\n\twidth: calc(100% - 26px);\n}\n\n.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.left {\n\tflex-shrink: 1;\n\tflex-grow: 1;\n\toverflow: hidden;\n}\n\n.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.left>.monaco-icon-label {\n\tflex-shrink: 0;\n}\n\n.monaco-editor .suggest-widget .monaco-list .monaco-list-row:not(.string-label)>.contents>.main>.left>.monaco-icon-label {\n\tmax-width: 100%;\n}\n\n.monaco-editor .suggest-widget .monaco-list .monaco-list-row.string-label>.contents>.main>.left>.monaco-icon-label {\n\tflex-shrink: 1;\n}\n\n.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right {\n\toverflow: hidden;\n\tflex-shrink: 4;\n\tmax-width: 70%;\n}\n\n.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right>.readMore {\n\tdisplay: inline-block;\n\tposition: absolute;\n\tright: 10px;\n\twidth: 18px;\n\theight: 18px;\n\tvisibility: hidden;\n}\n\n/** Do NOT display ReadMore when docs is side/below **/\n\n.monaco-editor .suggest-widget.docs-side .monaco-list .monaco-list-row>.contents>.main>.right>.readMore {\n\tdisplay: none !important;\n}\n\n/** Do NOT display ReadMore when using plain CompletionItemLabel (details/documentation might not be resolved) **/\n\n.monaco-editor .suggest-widget .monaco-list .monaco-list-row.string-label>.contents>.main>.right>.readMore {\n\tdisplay: none;\n}\n\n/** Focused item can show ReadMore, but can't when docs is side/below **/\n\n.monaco-editor .suggest-widget .monaco-list .monaco-list-row.focused.string-label>.contents>.main>.right>.readMore {\n\tdisplay: inline-block;\n}\n\n.monaco-editor .suggest-widget .monaco-list .monaco-list-row.focused:hover>.contents>.main>.right>.readMore {\n\tvisibility: visible;\n}\n\n/** Styles for each row in the list **/\n\n.monaco-editor .suggest-widget .monaco-list .monaco-list-row .monaco-icon-label.deprecated {\n\topacity: 0.66;\n\ttext-decoration: unset;\n}\n\n.monaco-editor .suggest-widget .monaco-list .monaco-list-row .monaco-icon-label.deprecated>.monaco-icon-label-container>.monaco-icon-name-container {\n\ttext-decoration: line-through;\n}\n\n.monaco-editor .suggest-widget .monaco-list .monaco-list-row .monaco-icon-label::before {\n\theight: 100%;\n}\n\n.monaco-editor .suggest-widget .monaco-list .monaco-list-row .icon {\n\tdisplay: block;\n\theight: 16px;\n\twidth: 16px;\n\tmargin-left: 2px;\n\tbackground-repeat: no-repeat;\n\tbackground-size: 80%;\n\tbackground-position: center;\n}\n\n.monaco-editor .suggest-widget .monaco-list .monaco-list-row .icon.hide {\n\tdisplay: none;\n}\n\n.monaco-editor .suggest-widget .monaco-list .monaco-list-row .suggest-icon {\n\tdisplay: flex;\n\talign-items: center;\n\tmargin-right: 4px;\n}\n\n.monaco-editor .suggest-widget.no-icons .monaco-list .monaco-list-row .icon, .monaco-editor .suggest-widget.no-icons .monaco-list .monaco-list-row .suggest-icon::before {\n\tdisplay: none;\n}\n\n.monaco-editor .suggest-widget .monaco-list .monaco-list-row .icon.customcolor .colorspan {\n\tmargin: 0 0 0 0.3em;\n\tborder: 0.1em solid #000;\n\twidth: 0.7em;\n\theight: 0.7em;\n\tdisplay: inline-block;\n}\n\n/** Styles for the docs of the completion item in focus **/\n\n.monaco-editor .suggest-details-container {\n\tz-index: 41;\n}\n\n.monaco-editor .suggest-details {\n\tdisplay: flex;\n\tflex-direction: column;\n\tcursor: default;\n\tcolor: var(--vscode-editorSuggestWidget-foreground);\n}\n\n.monaco-editor .suggest-details.focused {\n\tborder-color: var(--vscode-focusBorder);\n}\n\n.monaco-editor .suggest-details a {\n\tcolor: var(--vscode-textLink-foreground);\n}\n\n.monaco-editor .suggest-details a:hover {\n\tcolor: var(--vscode-textLink-activeForeground);\n}\n\n.monaco-editor .suggest-details code {\n\tbackground-color: var(--vscode-textCodeBlock-background);\n}\n\n.monaco-editor .suggest-details.no-docs {\n\tdisplay: none;\n}\n\n.monaco-editor .suggest-details>.monaco-scrollable-element {\n\tflex: 1;\n}\n\n.monaco-editor .suggest-details>.monaco-scrollable-element>.body {\n\tbox-sizing: border-box;\n\theight: 100%;\n\twidth: 100%;\n}\n\n.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.header>.type {\n\tflex: 2;\n\toverflow: hidden;\n\ttext-overflow: ellipsis;\n\topacity: 0.7;\n\twhite-space: pre;\n\tmargin: 0 24px 0 0;\n\tpadding: 4px 0 12px 5px;\n}\n\n.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.header>.type.auto-wrap {\n\twhite-space: normal;\n\tword-break: break-all;\n}\n\n.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs {\n\tmargin: 0;\n\tpadding: 4px 5px;\n\twhite-space: pre-wrap;\n}\n\n.monaco-editor .suggest-details.no-type>.monaco-scrollable-element>.body>.docs {\n\tmargin-right: 24px;\n\toverflow: hidden;\n}\n\n.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs.markdown-docs {\n\tpadding: 0;\n\twhite-space: initial;\n\tmin-height: calc(1rem + 8px);\n}\n\n.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs.markdown-docs>div,\n.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs.markdown-docs>span:not(:empty) {\n\tpadding: 4px 5px;\n}\n\n.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs.markdown-docs>div>p:first-child {\n\tmargin-top: 0;\n}\n\n.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs.markdown-docs>div>p:last-child {\n\tmargin-bottom: 0;\n}\n\n.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs.markdown-docs .monaco-tokenized-source {\n\twhite-space: pre;\n}\n\n.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs .code {\n\twhite-space: pre-wrap;\n\tword-wrap: break-word;\n}\n\n.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs.markdown-docs .codicon {\n\tvertical-align: sub;\n}\n\n.monaco-editor .suggest-details>.monaco-scrollable-element>.body>p:empty {\n\tdisplay: none;\n}\n\n.monaco-editor .suggest-details code {\n\tborder-radius: 3px;\n\tpadding: 0 0.4em;\n}\n\n.monaco-editor .suggest-details ul {\n\tpadding-left: 20px;\n}\n\n.monaco-editor .suggest-details ol {\n\tpadding-left: 20px;\n}\n\n.monaco-editor .suggest-details p code {\n\tfont-family: var(--monaco-monospace-font);\n}\n",""]),t.Z=s},9604:function(e,t,i){"use strict";var n=i(8081),o=i.n(n),r=i(23645),s=i.n(r)()(o());s.push([e.id,"/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\n\n.editor-banner {\n\tbox-sizing: border-box;\n\tcursor: default;\n\twidth: 100%;\n\tfont-size: 12px;\n\tdisplay: flex;\n\toverflow: visible;\n\n\theight: 26px;\n\n\tbackground: var(--vscode-banner-background);\n}\n\n\n.editor-banner .icon-container {\n\tdisplay: flex;\n\tflex-shrink: 0;\n\talign-items: center;\n\tpadding: 0 6px 0 10px;\n}\n\n.editor-banner .icon-container.custom-icon {\n\tbackground-repeat: no-repeat;\n\tbackground-position: center center;\n\tbackground-size: 16px;\n\twidth: 16px;\n\tpadding: 0;\n\tmargin: 0 6px 0 10px;\n}\n\n.editor-banner .message-container {\n\tdisplay: flex;\n\talign-items: center;\n\tline-height: 26px;\n\ttext-overflow: ellipsis;\n\twhite-space: nowrap;\n\toverflow: hidden;\n}\n\n.editor-banner .message-container p {\n\tmargin-block-start: 0;\n\tmargin-block-end: 0;\n}\n\n.editor-banner .message-actions-container {\n\tflex-grow: 1;\n\tflex-shrink: 0;\n\tline-height: 26px;\n\tmargin: 0 4px;\n}\n\n.editor-banner .message-actions-container a.monaco-button {\n\twidth: inherit;\n\tmargin: 2px 8px;\n\tpadding: 0px 12px;\n}\n\n.editor-banner .message-actions-container a {\n\tpadding: 3px;\n\tmargin-left: 12px;\n\ttext-decoration: underline;\n}\n\n.editor-banner .action-container {\n\tpadding: 0 10px 0 6px;\n}\n\n.editor-banner {\n\tbackground-color: var(--vscode-banner-background);\n}\n\n.editor-banner,\n.editor-banner .action-container .codicon,\n.editor-banner .message-actions-container .monaco-link {\n\tcolor: var(--vscode-banner-foreground);\n}\n\n.editor-banner .icon-container .codicon {\n\tcolor: var(--vscode-banner-iconForeground);\n}\n",""]),t.Z=s},18557:function(e,t,i){"use strict";var n=i(8081),o=i.n(n),r=i(23645),s=i.n(r)()(o());s.push([e.id,"/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\n\n.monaco-editor .unicode-highlight {\n\tborder: 1px solid var(--vscode-editorUnicodeHighlight-border);\n\tbox-sizing: border-box;\n}\n",""]),t.Z=s},75853:function(e,t,i){"use strict";var n=i(8081),o=i.n(n),r=i(23645),s=i.n(r)()(o());s.push([e.id,"/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\n.monaco-editor .zone-widget {\n\tposition: absolute;\n\tz-index: 10;\n}\n\n\n.monaco-editor .zone-widget .zone-widget-container {\n\tborder-top-style: solid;\n\tborder-bottom-style: solid;\n\tborder-top-width: 0;\n\tborder-bottom-width: 0;\n\tposition: relative;\n}\n",""]),t.Z=s},20450:function(e,t,i){"use strict";var n=i(8081),o=i.n(n),r=i(23645),s=i.n(r)()(o());s.push([e.id,"/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\n\n.monaco-editor .accessibilityHelpWidget {\n\tpadding: 10px;\n\tvertical-align: middle;\n\toverflow: scroll;\n}",""]),t.Z=s},8986:function(e,t,i){"use strict";var n=i(8081),o=i.n(n),r=i(23645),s=i.n(r),a=i(61667),l=i.n(a),c=new URL(i(6161),i.b),d=new URL(i(51096),i.b),u=s()(o()),h=l()(c),g=l()(d);u.push([e.id,"/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\n\n.monaco-editor .iPadShowKeyboard {\n\twidth: 58px;\n\tmin-width: 0;\n\theight: 36px;\n\tmin-height: 0;\n\tmargin: 0;\n\tpadding: 0;\n\tposition: absolute;\n\tresize: none;\n\toverflow: hidden;\n\tbackground: url("+h+") center center no-repeat;\n\tborder: 4px solid #F6F6F6;\n\tborder-radius: 4px;\n}\n\n.monaco-editor.vs-dark .iPadShowKeyboard {\n\tbackground: url("+g+") center center no-repeat;\n\tborder: 4px solid #252526;\n}",""]),t.Z=u},2885:function(e,t,i){"use strict";var n=i(8081),o=i.n(n),r=i(23645),s=i.n(r)()(o());s.push([e.id,"/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\n\n.monaco-editor .tokens-inspect-widget {\n\tz-index: 50;\n\tuser-select: text;\n\t-webkit-user-select: text;\n\t-ms-user-select: text;\n\tpadding: 10px;\n}\n\n.tokens-inspect-separator {\n\theight: 1px;\n\tborder: 0;\n}\n\n.monaco-editor .tokens-inspect-widget .tm-token {\n\tfont-family: var(--monaco-monospace-font);\n}\n\n.monaco-editor .tokens-inspect-widget .tm-token-length {\n\tfont-weight: normal;\n\tfont-size: 60%;\n\tfloat: right;\n}\n\n.monaco-editor .tokens-inspect-widget .tm-metadata-table {\n\twidth: 100%;\n}\n\n.monaco-editor .tokens-inspect-widget .tm-metadata-value {\n\tfont-family: var(--monaco-monospace-font);\n\ttext-align: right;\n}\n\n.monaco-editor .tokens-inspect-widget .tm-token-type {\n\tfont-family: var(--monaco-monospace-font);\n}\n",""]),t.Z=s},98581:function(e,t,i){"use strict";var n=i(8081),o=i.n(n),r=i(23645),s=i.n(r)()(o());s.push([e.id,"/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\n\n.quick-input-widget {\n\tfont-size: 13px;\n}\n\n.quick-input-widget .monaco-highlighted-label .highlight,\n.quick-input-widget .monaco-highlighted-label .highlight {\n\tcolor: #0066BF;\n}\n\n.vs .quick-input-widget .monaco-list-row.focused .monaco-highlighted-label .highlight,\n.vs .quick-input-widget .monaco-list-row.focused .monaco-highlighted-label .highlight {\n\tcolor: #9DDDFF;\n}\n\n.vs-dark .quick-input-widget .monaco-highlighted-label .highlight,\n.vs-dark .quick-input-widget .monaco-highlighted-label .highlight {\n\tcolor: #0097fb;\n}\n\n.hc-black .quick-input-widget .monaco-highlighted-label .highlight,\n.hc-black .quick-input-widget .monaco-highlighted-label .highlight {\n\tcolor: #F38518;\n}\n\n.monaco-keybinding > .monaco-keybinding-key {\n\tbackground-color: rgba(221, 221, 221, 0.4);\n\tborder: solid 1px rgba(204, 204, 204, 0.4);\n\tborder-bottom-color: rgba(187, 187, 187, 0.4);\n\tbox-shadow: inset 0 -1px 0 rgba(187, 187, 187, 0.4);\n\tcolor: #555;\n}\n\n.hc-black .monaco-keybinding > .monaco-keybinding-key {\n\tbackground-color: transparent;\n\tborder: solid 1px rgb(111, 195, 223);\n\tbox-shadow: none;\n\tcolor: #fff;\n}\n\n.vs-dark .monaco-keybinding > .monaco-keybinding-key {\n\tbackground-color: rgba(128, 128, 128, 0.17);\n\tborder: solid 1px rgba(51, 51, 51, 0.6);\n\tborder-bottom-color: rgba(68, 68, 68, 0.6);\n\tbox-shadow: inset 0 -1px 0 rgba(68, 68, 68, 0.6);\n\tcolor: #ccc;\n}\n",""]),t.Z=s},98835:function(e,t,i){"use strict";var n=i(8081),o=i.n(n),r=i(23645),s=i.n(r)()(o());s.push([e.id,'/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\n\n\n/* Default standalone editor fonts */\n.monaco-editor {\n\tfont-family: -apple-system, BlinkMacSystemFont, "Segoe WPC", "Segoe UI", "HelveticaNeue-Light", system-ui, "Ubuntu", "Droid Sans", sans-serif;\n\t--monaco-monospace-font: "SF Mono", Monaco, Menlo, Consolas, "Ubuntu Mono", "Liberation Mono", "DejaVu Sans Mono", "Courier New", monospace;\n}\n\n.monaco-menu .monaco-action-bar.vertical .action-item .action-menu-item:focus .action-label {\n\tstroke-width: 1.2px;\n}\n\n.monaco-editor.vs-dark .monaco-menu .monaco-action-bar.vertical .action-menu-item:focus .action-label,\n.monaco-editor.hc-black .monaco-menu .monaco-action-bar.vertical .action-menu-item:focus .action-label {\n\tstroke-width: 1.2px;\n}\n\n.monaco-hover p {\n\tmargin: 0;\n}\n\n/* See https://github.com/microsoft/monaco-editor/issues/2168#issuecomment-780078600 */\n.monaco-aria-container {\n\tposition: absolute !important;\n\ttop: 0; /* avoid being placed underneath a sibling element */\n\theight: 1px;\n\twidth: 1px;\n\tmargin: -1px;\n\toverflow: hidden;\n\tpadding: 0;\n\tclip: rect(1px, 1px, 1px, 1px);\n\tclip-path: inset(50%);\n}\n\n/* The hc-black theme is already high contrast optimized */\n.monaco-editor.hc-black {\n\t-ms-high-contrast-adjust: none;\n}\n/* In case the browser goes into high contrast mode and the editor is not configured with the hc-black theme */\n@media screen and (-ms-high-contrast:active) {\n\n\t/* current line highlight */\n\t.monaco-editor.vs .view-overlays .current-line,\n\t.monaco-editor.vs-dark .view-overlays .current-line {\n\t\tborder-color: windowtext !important;\n\t\tborder-left: 0;\n\t\tborder-right: 0;\n\t}\n\n\t/* view cursors */\n\t.monaco-editor.vs .cursor,\n\t.monaco-editor.vs-dark .cursor {\n\t\tbackground-color: windowtext !important;\n\t}\n\t/* dnd target */\n\t.monaco-editor.vs .dnd-target,\n\t.monaco-editor.vs-dark .dnd-target {\n\t\tborder-color: windowtext !important;\n\t}\n\n\t/* selected text background */\n\t.monaco-editor.vs .selected-text,\n\t.monaco-editor.vs-dark .selected-text {\n\t\tbackground-color: highlight !important;\n\t}\n\n\t/* allow the text to have a transparent background. */\n\t.monaco-editor.vs .view-line,\n\t.monaco-editor.vs-dark .view-line {\n\t\t-ms-high-contrast-adjust: none;\n\t}\n\n\t/* text color */\n\t.monaco-editor.vs .view-line span,\n\t.monaco-editor.vs-dark .view-line span {\n\t\tcolor: windowtext !important;\n\t}\n\t/* selected text color */\n\t.monaco-editor.vs .view-line span.inline-selected-text,\n\t.monaco-editor.vs-dark .view-line span.inline-selected-text {\n\t\tcolor: highlighttext !important;\n\t}\n\n\t/* allow decorations */\n\t.monaco-editor.vs .view-overlays,\n\t.monaco-editor.vs-dark .view-overlays {\n\t\t-ms-high-contrast-adjust: none;\n\t}\n\n\t/* various decorations */\n\t.monaco-editor.vs .selectionHighlight,\n\t.monaco-editor.vs-dark .selectionHighlight,\n\t.monaco-editor.vs .wordHighlight,\n\t.monaco-editor.vs-dark .wordHighlight,\n\t.monaco-editor.vs .wordHighlightStrong,\n\t.monaco-editor.vs-dark .wordHighlightStrong,\n\t.monaco-editor.vs .reference-decoration,\n\t.monaco-editor.vs-dark .reference-decoration {\n\t\tborder: 2px dotted highlight !important;\n\t\tbackground: transparent !important;\n\t\tbox-sizing: border-box;\n\t}\n\t.monaco-editor.vs .rangeHighlight,\n\t.monaco-editor.vs-dark .rangeHighlight {\n\t\tbackground: transparent !important;\n\t\tborder: 1px dotted activeborder !important;\n\t\tbox-sizing: border-box;\n\t}\n\t.monaco-editor.vs .bracket-match,\n\t.monaco-editor.vs-dark .bracket-match {\n\t\tborder-color: windowtext !important;\n\t\tbackground: transparent !important;\n\t}\n\n\t/* find widget */\n\t.monaco-editor.vs .findMatch,\n\t.monaco-editor.vs-dark .findMatch,\n\t.monaco-editor.vs .currentFindMatch,\n\t.monaco-editor.vs-dark .currentFindMatch {\n\t\tborder: 2px dotted activeborder !important;\n\t\tbackground: transparent !important;\n\t\tbox-sizing: border-box;\n\t}\n\t.monaco-editor.vs .find-widget,\n\t.monaco-editor.vs-dark .find-widget {\n\t\tborder: 1px solid windowtext;\n\t}\n\n\t/* list - used by suggest widget */\n\t.monaco-editor.vs .monaco-list .monaco-list-row,\n\t.monaco-editor.vs-dark .monaco-list .monaco-list-row {\n\t\t-ms-high-contrast-adjust: none;\n\t\tcolor: windowtext !important;\n\t}\n\t.monaco-editor.vs .monaco-list .monaco-list-row.focused,\n\t.monaco-editor.vs-dark .monaco-list .monaco-list-row.focused {\n\t\tcolor: highlighttext !important;\n\t\tbackground-color: highlight !important;\n\t}\n\t.monaco-editor.vs .monaco-list .monaco-list-row:hover,\n\t.monaco-editor.vs-dark .monaco-list .monaco-list-row:hover {\n\t\tbackground: transparent !important;\n\t\tborder: 1px solid highlight;\n\t\tbox-sizing: border-box;\n\t}\n\n\t/* scrollbars */\n\t.monaco-editor.vs .monaco-scrollable-element > .scrollbar,\n\t.monaco-editor.vs-dark .monaco-scrollable-element > .scrollbar {\n\t\t-ms-high-contrast-adjust: none;\n\t\tbackground: background !important;\n\t\tborder: 1px solid windowtext;\n\t\tbox-sizing: border-box;\n\t}\n\t.monaco-editor.vs .monaco-scrollable-element > .scrollbar > .slider,\n\t.monaco-editor.vs-dark .monaco-scrollable-element > .scrollbar > .slider {\n\t\tbackground: windowtext !important;\n\t}\n\t.monaco-editor.vs .monaco-scrollable-element > .scrollbar > .slider:hover,\n\t.monaco-editor.vs-dark .monaco-scrollable-element > .scrollbar > .slider:hover {\n\t\tbackground: highlight !important;\n\t}\n\t.monaco-editor.vs .monaco-scrollable-element > .scrollbar > .slider.active,\n\t.monaco-editor.vs-dark .monaco-scrollable-element > .scrollbar > .slider.active {\n\t\tbackground: highlight !important;\n\t}\n\n\t/* overview ruler */\n\t.monaco-editor.vs .decorationsOverviewRuler,\n\t.monaco-editor.vs-dark .decorationsOverviewRuler {\n\t\topacity: 0;\n\t}\n\n\t/* minimap */\n\t.monaco-editor.vs .minimap,\n\t.monaco-editor.vs-dark .minimap {\n\t\tdisplay: none;\n\t}\n\n\t/* squiggles */\n\t.monaco-editor.vs .squiggly-d-error,\n\t.monaco-editor.vs-dark .squiggly-d-error {\n\t\tbackground: transparent !important;\n\t\tborder-bottom: 4px double #E47777;\n\t}\n\t.monaco-editor.vs .squiggly-c-warning,\n\t.monaco-editor.vs-dark .squiggly-c-warning {\n\t\tborder-bottom: 4px double #71B771;\n\t}\n\t.monaco-editor.vs .squiggly-b-info,\n\t.monaco-editor.vs-dark .squiggly-b-info {\n\t\tborder-bottom: 4px double #71B771;\n\t}\n\t.monaco-editor.vs .squiggly-a-hint,\n\t.monaco-editor.vs-dark .squiggly-a-hint {\n\t\tborder-bottom: 4px double #6c6c6c;\n\t}\n\n\t/* contextmenu */\n\t.monaco-editor.vs .monaco-menu .monaco-action-bar.vertical .action-menu-item:focus .action-label,\n\t.monaco-editor.vs-dark .monaco-menu .monaco-action-bar.vertical .action-menu-item:focus .action-label {\n\t\t-ms-high-contrast-adjust: none;\n\t\tcolor: highlighttext !important;\n\t\tbackground-color: highlight !important;\n\t}\n\t.monaco-editor.vs .monaco-menu .monaco-action-bar.vertical .action-menu-item:hover .action-label,\n\t.monaco-editor.vs-dark .monaco-menu .monaco-action-bar.vertical .action-menu-item:hover .action-label {\n\t\t-ms-high-contrast-adjust: none;\n\t\tbackground: transparent !important;\n\t\tborder: 1px solid highlight;\n\t\tbox-sizing: border-box;\n\t}\n\n\t/* diff editor */\n\t.monaco-diff-editor.vs .diffOverviewRuler,\n\t.monaco-diff-editor.vs-dark .diffOverviewRuler {\n\t\tdisplay: none;\n\t}\n\t.monaco-editor.vs .line-insert,\n\t.monaco-editor.vs-dark .line-insert,\n\t.monaco-editor.vs .line-delete,\n\t.monaco-editor.vs-dark .line-delete {\n\t\tbackground: transparent !important;\n\t\tborder: 1px solid highlight !important;\n\t\tbox-sizing: border-box;\n\t}\n\t.monaco-editor.vs .char-insert,\n\t.monaco-editor.vs-dark .char-insert,\n\t.monaco-editor.vs .char-delete,\n\t.monaco-editor.vs-dark .char-delete {\n\t\tbackground: transparent !important;\n\t}\n}\n\n/*.monaco-editor.vs [tabindex="0"]:focus {\n\toutline: 1px solid rgba(0, 122, 204, 0.4);\n\toutline-offset: -1px;\n\topacity: 1 !important;\n}\n\n.monaco-editor.vs-dark [tabindex="0"]:focus {\n\toutline: 1px solid rgba(14, 99, 156, 0.6);\n\toutline-offset: -1px;\n\topacity: 1 !important;\n}*/\n',""]),t.Z=s},55723:function(e,t,i){"use strict";var n=i(8081),o=i.n(n),r=i(23645),s=i.n(r)()(o());s.push([e.id,"/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\n\n.monaco-action-bar .action-item.menu-entry .action-label.icon {\n\twidth: 16px;\n\theight: 16px;\n\tbackground-repeat: no-repeat;\n\tbackground-position: 50%;\n\tbackground-size: 16px;\n}\n\n.monaco-action-bar .action-item.menu-entry .action-label {\n\tbackground-image: var(--menu-entry-icon-light);\n}\n\n.vs-dark .monaco-action-bar .action-item.menu-entry .action-label,\n.hc-black .monaco-action-bar .action-item.menu-entry .action-label {\n\tbackground-image: var(--menu-entry-icon-dark);\n}\n\n\n.monaco-dropdown-with-default {\n\tdisplay: flex !important;\n\tflex-direction: row;\n\tborder-radius: 5px;\n}\n\n.monaco-dropdown-with-default > .action-container > .action-label {\n\tmargin-right: 0;\n}\n\n.monaco-dropdown-with-default > .action-container.menu-entry > .action-label.icon {\n\twidth: 16px;\n\theight: 16px;\n\tbackground-repeat: no-repeat;\n\tbackground-position: 50%;\n\tbackground-size: 16px;\n}\n\n.monaco-dropdown-with-default > .action-container.menu-entry > .action-label {\n\tbackground-image: var(--menu-entry-icon-light);\n}\n\n.vs-dark .monaco-dropdown-with-default > .action-container.menu-entry > .action-label,\n.hc-black .monaco-dropdown-with-default > .action-container.menu-entry > .action-label {\n\tbackground-image: var(--menu-entry-icon-dark);\n}\n\n.monaco-dropdown-with-default > .dropdown-action-container > .monaco-dropdown > .dropdown-label .codicon[class*='codicon-'] {\n\tfont-size: 12px;\n\tpadding-left: 0px;\n\tpadding-right: 0px;\n\tline-height: 16px;\n\tmargin-left: -3px;\n}\n\n.monaco-dropdown-with-default > .dropdown-action-container > .monaco-dropdown > .dropdown-label > .action-label {\n\tdisplay: block;\n\tbackground-size: 16px;\n\tbackground-position: center center;\n\tbackground-repeat: no-repeat;\n}\n",""]),t.Z=s},39919:function(e,t,i){"use strict";var n=i(8081),o=i.n(n),r=i(23645),s=i.n(r)()(o());s.push([e.id,"/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\n\n.context-view .monaco-menu {\n\tmin-width: 130px;\n}\n\n",""]),t.Z=s},23645:function(e){"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var i="",n=void 0!==t[5];return t[4]&&(i+="@supports (".concat(t[4],") {")),t[2]&&(i+="@media ".concat(t[2]," {")),n&&(i+="@layer".concat(t[5].length>0?" ".concat(t[5]):""," {")),i+=e(t),n&&(i+="}"),t[2]&&(i+="}"),t[4]&&(i+="}"),i})).join("")},t.i=function(e,i,n,o,r){"string"==typeof e&&(e=[[null,e,void 0]]);var s={};if(n)for(var a=0;a0?" ".concat(d[5]):""," {").concat(d[1],"}")),d[5]=r),i&&(d[2]?(d[1]="@media ".concat(d[2]," {").concat(d[1],"}"),d[2]=i):d[2]=i),o&&(d[4]?(d[1]="@supports (".concat(d[4],") {").concat(d[1],"}"),d[4]=o):d[4]="".concat(o)),t.push(d))}},t}},61667:function(e){"use strict";e.exports=function(e,t){return t||(t={}),e?(e=String(e.__esModule?e.default:e),/^['"].*['"]$/.test(e)&&(e=e.slice(1,-1)),t.hash&&(e+=t.hash),/["'() \t\n]|(%20)/.test(e)||t.needQuotes?'"'.concat(e.replace(/"/g,'\\"').replace(/\n/g,"\\n"),'"'):e):e}},8081:function(e){"use strict";e.exports=function(e){return e[1]}},26641:function(e,t,i){"use strict";i.r(t),i.d(t,{PixelRatio:function(){return l},getZoomFactor:function(){return c},isAndroid:function(){return _},isChrome:function(){return g},isElectron:function(){return f},isFirefox:function(){return u},isSafari:function(){return p},isStandalone:function(){return b},isWebKit:function(){return h},isWebkitWebView:function(){return m}});var n=i(46718),o=i(4004);class r{constructor(){this._zoomFactor=1}getZoomFactor(){return this._zoomFactor}}r.INSTANCE=new r;class s extends o.JT{constructor(){super(),this._onDidChange=this._register(new n.Q5),this.onDidChange=this._onDidChange.event,this._listener=()=>this._handleChange(!0),this._mediaQueryList=null,this._handleChange(!1)}_handleChange(e){this._mediaQueryList&&this._mediaQueryList.removeEventListener("change",this._listener),this._mediaQueryList=matchMedia(`(resolution: ${window.devicePixelRatio}dppx)`),this._mediaQueryList.addEventListener("change",this._listener),e&&this._onDidChange.fire()}}class a extends o.JT{constructor(){super(),this._onDidChange=this._register(new n.Q5),this.onDidChange=this._onDidChange.event,this._value=this._getPixelRatio();const e=this._register(new s);this._register(e.onDidChange((()=>{this._value=this._getPixelRatio(),this._onDidChange.fire(this._value)})))}get value(){return this._value}_getPixelRatio(){const e=document.createElement("canvas").getContext("2d");return(window.devicePixelRatio||1)/(e.webkitBackingStorePixelRatio||e.mozBackingStorePixelRatio||e.msBackingStorePixelRatio||e.oBackingStorePixelRatio||e.backingStorePixelRatio||1)}}const l=new class{constructor(){this._pixelRatioMonitor=null}_getOrCreatePixelRatioMonitor(){return this._pixelRatioMonitor||(this._pixelRatioMonitor=new a),this._pixelRatioMonitor}get value(){return this._getOrCreatePixelRatioMonitor().value}get onDidChange(){return this._getOrCreatePixelRatioMonitor().onDidChange}};function c(){return r.INSTANCE.getZoomFactor()}const d=navigator.userAgent,u=d.indexOf("Firefox")>=0,h=d.indexOf("AppleWebKit")>=0,g=d.indexOf("Chrome")>=0,p=!g&&d.indexOf("Safari")>=0,m=!g&&!p&&h,f=d.indexOf("Electron/")>=0,_=d.indexOf("Android")>=0,b=window.matchMedia&&window.matchMedia("(display-mode: standalone)").matches},85860:function(e,t,i){"use strict";i.d(t,{D:function(){return r}});var n=i(26641),o=i(6954);const r={clipboard:{writeText:o.tY||document.queryCommandSupported&&document.queryCommandSupported("copy")||!!(navigator&&navigator.clipboard&&navigator.clipboard.writeText),readText:o.tY||!!(navigator&&navigator.clipboard&&navigator.clipboard.readText)},keyboard:o.tY||n.isStandalone?0:navigator.keyboard||n.isSafari?1:2,touch:"ontouchstart"in window||navigator.maxTouchPoints>0,pointerEvents:window.PointerEvent&&("ontouchstart"in window||window.navigator.maxTouchPoints>0||navigator.maxTouchPoints>0)}},42560:function(e,t,i){"use strict";i.d(t,{P$:function(){return r},TN:function(){return o},go:function(){return n}});const n={RESOURCES:"ResourceURLs",DOWNLOAD_URL:"DownloadURL",FILES:"Files",TEXT:i(25227).v.text,TERMINALS:"Terminals"};class o{constructor(e){this.data=e}update(){}getData(){return this.data}}const r={CurrentDragAndDropData:void 0}},68695:function(e,t,i){"use strict";i.d(t,{$:function(){return me},$Z:function(){return fe},Ay:function(){return Z},Ce:function(){return de},Cp:function(){return _e},D6:function(){return R},DI:function(){return W},Dx:function(){return A},FK:function(){return H},Fx:function(){return j},GQ:function(){return v},H$:function(){return be},IC:function(){return x},If:function(){return z},OO:function(){return G},PO:function(){return g},R3:function(){return ce},RE:function(){return S},Re:function(){return ie},Ro:function(){return O},Uh:function(){return ve},Uw:function(){return p},V3:function(){return Ce},Y_:function(){return T},_0:function(){return se},_h:function(){return Se},_q:function(){return xe},dS:function(){return Q},dp:function(){return F},fk:function(){return ee},go:function(){return le},i:function(){return B},jL:function(){return L},j_:function(){return y},jg:function(){return U},jt:function(){return we},lI:function(){return k},mc:function(){return ue},mu:function(){return b},nm:function(){return f},q6:function(){return w},tw:function(){return ne},u0:function(){return C},uB:function(){return ke},uN:function(){return te},uU:function(){return K},vL:function(){return re},vY:function(){return Y},w:function(){return V},wY:function(){return ye},wn:function(){return $},xQ:function(){return P},zB:function(){return oe}});var n=i(26641),o=i(85860),r=i(33200),s=i(80428),a=i(40027),l=i(16182),c=i(46718),d=i(4004),u=i(9734),h=i(6954);function g(e){for(;e.firstChild;)e.firstChild.remove()}function p(e){var t;return null!==(t=null==e?void 0:e.isConnected)&&void 0!==t&&t}class m{constructor(e,t,i,n){this._node=e,this._type=t,this._handler=i,this._options=n||!1,this._node.addEventListener(this._type,this._handler,this._options)}dispose(){this._handler&&(this._node.removeEventListener(this._type,this._handler,this._options),this._node=null,this._handler=null)}}function f(e,t,i,n){return new m(e,t,i,n)}function _(e){return function(t){return e(new s.n(t))}}let b=function(e,t,i,n){let o=i;return"click"===t||"mousedown"===t?o=_(i):"keydown"!==t&&"keypress"!==t&&"keyup"!==t||(o=function(e){return function(t){return e(new r.y(t))}}(i)),f(e,t,o,n)},v=function(e,t,i){return C(e,_(t),i)};function C(e,t,i){return f(e,h.gn&&o.D.pointerEvents?ne.POINTER_DOWN:ne.MOUSE_DOWN,t,i)}function w(e,t,i){return f(e,h.gn&&o.D.pointerEvents?ne.POINTER_UP:ne.MOUSE_UP,t,i)}function y(e,t){return f(e,"mouseout",(i=>{let n=i.relatedTarget;for(;n&&n!==e;)n=n.parentNode;n!==e&&t(i)}))}function S(e,t){return f(e,"pointerout",(i=>{let n=i.relatedTarget;for(;n&&n!==e;)n=n.parentNode;n!==e&&t(i)}))}function x(e,t,i){let n=null;const o=e=>r.fire(e),r=new c.Q5({onFirstListenerAdd:()=>{n||(n=new m(e,t,o,i))},onLastListenerRemove:()=>{n&&(n.dispose(),n=null)}});return r}let k,L,E=null;class N{constructor(e,t=0){this._runner=e,this.priority=t,this._canceled=!1}dispose(){this._canceled=!0}execute(){if(!this._canceled)try{this._runner()}catch(e){(0,l.dL)(e)}}static sort(e,t){return t.priority-e.priority}}!function(){let e=[],t=null,i=!1,n=!1,o=()=>{for(i=!1,t=e,e=[],n=!0;t.length>0;)t.sort(N.sort),t.shift().execute();n=!1};L=(t,n=0)=>{let r=new N(t,n);return e.push(r),i||(i=!0,function(e){if(!E){const e=e=>setTimeout((()=>e((new Date).getTime())),0);E=self.requestAnimationFrame||self.msRequestAnimationFrame||self.webkitRequestAnimationFrame||self.mozRequestAnimationFrame||self.oRequestAnimationFrame||e}E.call(self,e)}(o)),r},k=(e,i)=>{if(n){let n=new N(e,i);return t.push(n),n}return L(e,i)}}();const D=function(e,t){return t};class I extends d.JT{constructor(e,t,i,n=D,o=8){super();let r=null,s=0,l=this._register(new a._F),c=()=>{s=(new Date).getTime(),i(r),r=null};this._register(f(e,t,(e=>{r=n(r,e);let t=(new Date).getTime()-s;t>=o?(l.cancel(),c()):l.setIfNotSet(c,o-t)})))}}function T(e,t,i,n,o){return new I(e,t,i,n,o)}function A(e){return document.defaultView.getComputedStyle(e,null)}function R(e){if(e!==document.body)return new O(e.clientWidth,e.clientHeight);if(h.gn&&window.visualViewport)return new O(window.visualViewport.width,window.visualViewport.height);if(window.innerWidth&&window.innerHeight)return new O(window.innerWidth,window.innerHeight);if(document.body&&document.body.clientWidth&&document.body.clientHeight)return new O(document.body.clientWidth,document.body.clientHeight);if(document.documentElement&&document.documentElement.clientWidth&&document.documentElement.clientHeight)return new O(document.documentElement.clientWidth,document.documentElement.clientHeight);throw new Error("Unable to figure out browser width and height")}class M{static convertToPixels(e,t){return parseFloat(t)||0}static getDimension(e,t,i){let n=A(e),o="0";return n&&(o=n.getPropertyValue?n.getPropertyValue(t):n.getAttribute(i)),M.convertToPixels(e,o)}static getBorderLeftWidth(e){return M.getDimension(e,"border-left-width","borderLeftWidth")}static getBorderRightWidth(e){return M.getDimension(e,"border-right-width","borderRightWidth")}static getBorderTopWidth(e){return M.getDimension(e,"border-top-width","borderTopWidth")}static getBorderBottomWidth(e){return M.getDimension(e,"border-bottom-width","borderBottomWidth")}static getPaddingLeft(e){return M.getDimension(e,"padding-left","paddingLeft")}static getPaddingRight(e){return M.getDimension(e,"padding-right","paddingRight")}static getPaddingTop(e){return M.getDimension(e,"padding-top","paddingTop")}static getPaddingBottom(e){return M.getDimension(e,"padding-bottom","paddingBottom")}static getMarginLeft(e){return M.getDimension(e,"margin-left","marginLeft")}static getMarginTop(e){return M.getDimension(e,"margin-top","marginTop")}static getMarginRight(e){return M.getDimension(e,"margin-right","marginRight")}static getMarginBottom(e){return M.getDimension(e,"margin-bottom","marginBottom")}}class O{constructor(e,t){this.width=e,this.height=t}with(e=this.width,t=this.height){return e!==this.width||t!==this.height?new O(e,t):this}static is(e){return"object"==typeof e&&"number"==typeof e.height&&"number"==typeof e.width}static lift(e){return e instanceof O?e:new O(e.width,e.height)}static equals(e,t){return e===t||!(!e||!t)&&e.width===t.width&&e.height===t.height}}function P(e){let t=e.offsetParent,i=e.offsetTop,n=e.offsetLeft;for(;null!==(e=e.parentNode)&&e!==document.body&&e!==document.documentElement;){i-=e.scrollTop;const o=q(e)?null:A(e);o&&(n-="rtl"!==o.direction?e.scrollLeft:-e.scrollLeft),e===t&&(n+=M.getBorderLeftWidth(e),i+=M.getBorderTopWidth(e),i+=e.offsetTop,n+=e.offsetLeft,t=e.offsetParent)}return{left:n,top:i}}function F(e,t,i){"number"==typeof t&&(e.style.width=`${t}px`),"number"==typeof i&&(e.style.height=`${i}px`)}function B(e){let t=e.getBoundingClientRect();return{left:t.left+W.scrollX,top:t.top+W.scrollY,width:t.width,height:t.height}}O.None=new O(0,0);const W=new class{get scrollX(){return"number"==typeof window.scrollX?window.scrollX:document.body.scrollLeft+document.documentElement.scrollLeft}get scrollY(){return"number"==typeof window.scrollY?window.scrollY:document.body.scrollTop+document.documentElement.scrollTop}};function V(e){let t=M.getMarginLeft(e)+M.getMarginRight(e);return e.offsetWidth+t}function H(e){let t=M.getBorderLeftWidth(e)+M.getBorderRightWidth(e),i=M.getPaddingLeft(e)+M.getPaddingRight(e);return e.offsetWidth-t-i}function z(e){let t=M.getBorderTopWidth(e)+M.getBorderBottomWidth(e),i=M.getPaddingTop(e)+M.getPaddingBottom(e);return e.offsetHeight-t-i}function $(e){let t=M.getMarginTop(e)+M.getMarginBottom(e);return e.offsetHeight+t}function U(e,t){for(;e;){if(e===t)return!0;e=e.parentNode}return!1}function j(e,t,i){for(;e&&e.nodeType===e.ELEMENT_NODE;){if(e.classList.contains(t))return e;if(i)if("string"==typeof i){if(e.classList.contains(i))return null}else if(e===i)return null;e=e.parentNode}return null}function K(e,t,i){return!!j(e,t,i)}function q(e){return e&&!!e.host&&!!e.mode}function G(e){return!!Z(e)}function Z(e){for(;e.parentNode;){if(e===document.body)return null;e=e.parentNode}return q(e)?e:null}function Y(){let e=document.activeElement;for(;null==e?void 0:e.shadowRoot;)e=e.shadowRoot.activeElement;return e}function Q(e=document.getElementsByTagName("head")[0]){let t=document.createElement("style");return t.type="text/css",t.media="screen",e.appendChild(t),t}let X=null;function J(){return X||(X=Q()),X}function ee(e,t,i=J()){i&&t&&i.sheet.insertRule(e+"{"+t+"}",0)}function te(e,t=J()){if(!t)return;let i=function(e){var t,i;return(null===(t=null==e?void 0:e.sheet)||void 0===t?void 0:t.rules)?e.sheet.rules:(null===(i=null==e?void 0:e.sheet)||void 0===i?void 0:i.cssRules)?e.sheet.cssRules:[]}(t),n=[];for(let t=0;t=0;e--)t.sheet.deleteRule(n[e])}function ie(e){return"object"==typeof HTMLElement?e instanceof HTMLElement:e&&"object"==typeof e&&1===e.nodeType&&"string"==typeof e.nodeName}const ne={CLICK:"click",AUXCLICK:"auxclick",DBLCLICK:"dblclick",MOUSE_UP:"mouseup",MOUSE_DOWN:"mousedown",MOUSE_OVER:"mouseover",MOUSE_MOVE:"mousemove",MOUSE_OUT:"mouseout",MOUSE_ENTER:"mouseenter",MOUSE_LEAVE:"mouseleave",MOUSE_WHEEL:"wheel",POINTER_UP:"pointerup",POINTER_DOWN:"pointerdown",POINTER_MOVE:"pointermove",CONTEXT_MENU:"contextmenu",WHEEL:"wheel",KEY_DOWN:"keydown",KEY_PRESS:"keypress",KEY_UP:"keyup",LOAD:"load",BEFORE_UNLOAD:"beforeunload",UNLOAD:"unload",PAGE_SHOW:"pageshow",PAGE_HIDE:"pagehide",ABORT:"abort",ERROR:"error",RESIZE:"resize",SCROLL:"scroll",FULLSCREEN_CHANGE:"fullscreenchange",WK_FULLSCREEN_CHANGE:"webkitfullscreenchange",SELECT:"select",CHANGE:"change",SUBMIT:"submit",RESET:"reset",FOCUS:"focus",FOCUS_IN:"focusin",FOCUS_OUT:"focusout",BLUR:"blur",INPUT:"input",STORAGE:"storage",DRAG_START:"dragstart",DRAG:"drag",DRAG_ENTER:"dragenter",DRAG_LEAVE:"dragleave",DRAG_OVER:"dragover",DROP:"drop",DRAG_END:"dragend",ANIMATION_START:n.isWebKit?"webkitAnimationStart":"animationstart",ANIMATION_END:n.isWebKit?"webkitAnimationEnd":"animationend",ANIMATION_ITERATION:n.isWebKit?"webkitAnimationIteration":"animationiteration"},oe={stop:function(e,t){e.preventDefault?e.preventDefault():e.returnValue=!1,t&&(e.stopPropagation?e.stopPropagation():e.cancelBubble=!0)}};function re(e){let t=[];for(let i=0;e&&e.nodeType===e.ELEMENT_NODE;i++)t[i]=e.scrollTop,e=e.parentNode;return t}function se(e,t){for(let i=0;e&&e.nodeType===e.ELEMENT_NODE;i++)e.scrollTop!==t[i]&&(e.scrollTop=t[i]),e=e.parentNode}class ae extends d.JT{constructor(e){super(),this._onDidFocus=this._register(new c.Q5),this.onDidFocus=this._onDidFocus.event,this._onDidBlur=this._register(new c.Q5),this.onDidBlur=this._onDidBlur.event;let t=ae.hasFocusWithin(e),i=!1;const n=()=>{i=!1,t||(t=!0,this._onDidFocus.fire())},o=()=>{t&&(i=!0,window.setTimeout((()=>{i&&(i=!1,t=!1,this._onDidBlur.fire())}),0))};this._refreshStateHandler=()=>{ae.hasFocusWithin(e)!==t&&(t?o():n())},this._register(f(e,ne.FOCUS,n,!0)),this._register(f(e,ne.BLUR,o,!0)),this._register(f(e,ne.FOCUS_IN,(()=>this._refreshStateHandler()))),this._register(f(e,ne.FOCUS_OUT,(()=>this._refreshStateHandler())))}static hasFocusWithin(e){const t=Z(e);return U(t?t.activeElement:document.activeElement,e)}}function le(e){return new ae(e)}function ce(e,...t){if(e.append(...t),1===t.length&&"string"!=typeof t[0])return t[0]}function de(e,t){return e.insertBefore(t,e.firstChild),t}function ue(e,...t){e.innerText="",ce(e,...t)}const he=/([\w\-]+)?(#([\w\-]+))?((\.([\w\-]+))*)/;var ge;function pe(e,t,i,...n){let o=he.exec(t);if(!o)throw new Error("Bad use of emmet");i=Object.assign({},i||{});let r,s=o[1]||"div";return r=e!==ge.HTML?document.createElementNS(e,s):document.createElement(s),o[3]&&(r.id=o[3]),o[4]&&(r.className=o[4].replace(/\./g," ").trim()),Object.keys(i).forEach((e=>{const t=i[e];void 0!==t&&(/^on\w+$/.test(e)?r[e]=t:"selected"===e?t&&r.setAttribute(e,"true"):r.setAttribute(e,t))})),r.append(...n),r}function me(e,t,...i){return pe(ge.HTML,e,t,...i)}function fe(...e){for(let t of e)t.style.display="",t.removeAttribute("aria-hidden")}function _e(...e){for(let t of e)t.style.display="none",t.setAttribute("aria-hidden","true")}function be(e){return Array.prototype.slice.call(document.getElementsByTagName(e),0)}function ve(e){const t=window.devicePixelRatio*e;return Math.max(1,Math.floor(t))/window.devicePixelRatio}function Ce(e){window.open(e,"_blank","noopener")}function we(e){const t=()=>{e(),i=L(t)};let i=L(t);return(0,d.OF)((()=>i.dispose()))}function ye(e){return e?`url('${u.Gi.asBrowserUri(e).toString(!0).replace(/'/g,"%27")}')`:"url('')"}function Se(e){return`'${e.replace(/'/g,"%27")}'`}!function(e){e.HTML="http://www.w3.org/1999/xhtml",e.SVG="http://www.w3.org/2000/svg"}(ge||(ge={})),me.SVG=function(e,t,...i){return pe(ge.SVG,e,t,...i)},u.WX.setPreferredWebSchema(/^https:/.test(window.location.href)?"https":"http");class xe extends c.Q5{constructor(){super(),this._subscriptions=new d.SL,this._keyStatus={altKey:!1,shiftKey:!1,ctrlKey:!1,metaKey:!1},this._subscriptions.add(f(window,"keydown",(e=>{if(e.defaultPrevented)return;const t=new r.y(e);if(6!==t.keyCode||!e.repeat){if(e.altKey&&!this._keyStatus.altKey)this._keyStatus.lastKeyPressed="alt";else if(e.ctrlKey&&!this._keyStatus.ctrlKey)this._keyStatus.lastKeyPressed="ctrl";else if(e.metaKey&&!this._keyStatus.metaKey)this._keyStatus.lastKeyPressed="meta";else if(e.shiftKey&&!this._keyStatus.shiftKey)this._keyStatus.lastKeyPressed="shift";else{if(6===t.keyCode)return;this._keyStatus.lastKeyPressed=void 0}this._keyStatus.altKey=e.altKey,this._keyStatus.ctrlKey=e.ctrlKey,this._keyStatus.metaKey=e.metaKey,this._keyStatus.shiftKey=e.shiftKey,this._keyStatus.lastKeyPressed&&(this._keyStatus.event=e,this.fire(this._keyStatus))}}),!0)),this._subscriptions.add(f(window,"keyup",(e=>{e.defaultPrevented||(!e.altKey&&this._keyStatus.altKey?this._keyStatus.lastKeyReleased="alt":!e.ctrlKey&&this._keyStatus.ctrlKey?this._keyStatus.lastKeyReleased="ctrl":!e.metaKey&&this._keyStatus.metaKey?this._keyStatus.lastKeyReleased="meta":!e.shiftKey&&this._keyStatus.shiftKey?this._keyStatus.lastKeyReleased="shift":this._keyStatus.lastKeyReleased=void 0,this._keyStatus.lastKeyPressed!==this._keyStatus.lastKeyReleased&&(this._keyStatus.lastKeyPressed=void 0),this._keyStatus.altKey=e.altKey,this._keyStatus.ctrlKey=e.ctrlKey,this._keyStatus.metaKey=e.metaKey,this._keyStatus.shiftKey=e.shiftKey,this._keyStatus.lastKeyReleased&&(this._keyStatus.event=e,this.fire(this._keyStatus)))}),!0)),this._subscriptions.add(f(document.body,"mousedown",(()=>{this._keyStatus.lastKeyPressed=void 0}),!0)),this._subscriptions.add(f(document.body,"mouseup",(()=>{this._keyStatus.lastKeyPressed=void 0}),!0)),this._subscriptions.add(f(document.body,"mousemove",(e=>{e.buttons&&(this._keyStatus.lastKeyPressed=void 0)}),!0)),this._subscriptions.add(f(window,"blur",(()=>{this.resetKeyStatus()})))}get keyStatus(){return this._keyStatus}resetKeyStatus(){this.doResetKeyStatus(),this.fire(this._keyStatus)}doResetKeyStatus(){this._keyStatus={altKey:!1,shiftKey:!1,ctrlKey:!1,metaKey:!1}}static getInstance(){return xe.instance||(xe.instance=new xe),xe.instance}dispose(){super.dispose(),this._subscriptions.dispose()}}function ke(e,t){window.matchMedia(e).addEventListener("change",t)}},27163:function(e,t,i){"use strict";i.d(t,{Y:function(){return o},p:function(){return r}});var n=i(46718);class o{constructor(e,t,i){const o=e=>this.emitter.fire(e);this.emitter=new n.Q5({onFirstListenerAdd:()=>e.addEventListener(t,o,i),onLastListenerRemove:()=>e.removeEventListener(t,o,i)})}get event(){return this.emitter.event}dispose(){this.emitter.dispose()}}function r(e){return e.preventDefault(),e.stopPropagation(),e}},17762:function(e,t,i){"use strict";i.d(t,{X:function(){return o},Z:function(){return n}});class n{constructor(e){this.domNode=e,this._maxWidth=-1,this._width=-1,this._height=-1,this._top=-1,this._left=-1,this._bottom=-1,this._right=-1,this._fontFamily="",this._fontWeight="",this._fontSize=-1,this._fontStyle="",this._fontFeatureSettings="",this._textDecoration="",this._lineHeight=-1,this._letterSpacing=-100,this._className="",this._display="",this._position="",this._visibility="",this._color="",this._backgroundColor="",this._layerHint=!1,this._contain="none",this._boxShadow=""}setMaxWidth(e){this._maxWidth!==e&&(this._maxWidth=e,this.domNode.style.maxWidth=this._maxWidth+"px")}setWidth(e){this._width!==e&&(this._width=e,this.domNode.style.width=this._width+"px")}setHeight(e){this._height!==e&&(this._height=e,this.domNode.style.height=this._height+"px")}setTop(e){this._top!==e&&(this._top=e,this.domNode.style.top=this._top+"px")}unsetTop(){-1!==this._top&&(this._top=-1,this.domNode.style.top="")}setLeft(e){this._left!==e&&(this._left=e,this.domNode.style.left=this._left+"px")}setBottom(e){this._bottom!==e&&(this._bottom=e,this.domNode.style.bottom=this._bottom+"px")}setRight(e){this._right!==e&&(this._right=e,this.domNode.style.right=this._right+"px")}setFontFamily(e){this._fontFamily!==e&&(this._fontFamily=e,this.domNode.style.fontFamily=this._fontFamily)}setFontWeight(e){this._fontWeight!==e&&(this._fontWeight=e,this.domNode.style.fontWeight=this._fontWeight)}setFontSize(e){this._fontSize!==e&&(this._fontSize=e,this.domNode.style.fontSize=this._fontSize+"px")}setFontStyle(e){this._fontStyle!==e&&(this._fontStyle=e,this.domNode.style.fontStyle=this._fontStyle)}setFontFeatureSettings(e){this._fontFeatureSettings!==e&&(this._fontFeatureSettings=e,this.domNode.style.fontFeatureSettings=this._fontFeatureSettings)}setTextDecoration(e){this._textDecoration!==e&&(this._textDecoration=e,this.domNode.style.textDecoration=this._textDecoration)}setLineHeight(e){this._lineHeight!==e&&(this._lineHeight=e,this.domNode.style.lineHeight=this._lineHeight+"px")}setLetterSpacing(e){this._letterSpacing!==e&&(this._letterSpacing=e,this.domNode.style.letterSpacing=this._letterSpacing+"px")}setClassName(e){this._className!==e&&(this._className=e,this.domNode.className=this._className)}toggleClassName(e,t){this.domNode.classList.toggle(e,t),this._className=this.domNode.className}setDisplay(e){this._display!==e&&(this._display=e,this.domNode.style.display=this._display)}setPosition(e){this._position!==e&&(this._position=e,this.domNode.style.position=this._position)}setVisibility(e){this._visibility!==e&&(this._visibility=e,this.domNode.style.visibility=this._visibility)}setColor(e){this._color!==e&&(this._color=e,this.domNode.style.color=this._color)}setBackgroundColor(e){this._backgroundColor!==e&&(this._backgroundColor=e,this.domNode.style.backgroundColor=this._backgroundColor)}setLayerHinting(e){this._layerHint!==e&&(this._layerHint=e,this.domNode.style.transform=this._layerHint?"translate3d(0px, 0px, 0px)":"")}setBoxShadow(e){this._boxShadow!==e&&(this._boxShadow=e,this.domNode.style.boxShadow=e)}setContain(e){this._contain!==e&&(this._contain=e,this.domNode.style.contain=this._contain)}setAttribute(e,t){this.domNode.setAttribute(e,t)}removeAttribute(e){this.domNode.removeAttribute(e)}appendChild(e){this.domNode.appendChild(e.domNode)}removeChild(e){this.domNode.removeChild(e.domNode)}}function o(e){return new n(e)}},61604:function(e,t,i){"use strict";i.d(t,{BO:function(){return r},IY:function(){return o},az:function(){return s}});var n=i(68695);function o(e,t={}){const i=s(t);return i.textContent=e,i}function r(e,t={}){const i=s(t);return l(i,function(e,t){const i={type:1,children:[]};let n=0,o=i;const r=[],s=new a(e);for(;!s.eos();){let e=s.next();const i="\\"===e&&0!==c(s.peek(),t);if(i&&(e=s.next()),i||0===c(e,t)||e!==s.peek())if("\n"===e)2===o.type&&(o=r.pop()),o.children.push({type:8});else if(2!==o.type){const t={type:2,content:e};o.children.push(t),r.push(o),o=t}else o.content+=e;else{s.advance(),2===o.type&&(o=r.pop());const i=c(e,t);if(o.type===i||5===o.type&&6===i)o=r.pop();else{const e={type:i,children:[]};5===i&&(e.index=n,n++),o.children.push(e),r.push(o),o=e}}}return 2===o.type&&(o=r.pop()),r.length,i}(e,!!t.renderCodeSegments),t.actionHandler,t.renderCodeSegments),i}function s(e){const t=e.inline?"span":"div",i=document.createElement(t);return e.className&&(i.className=e.className),i}class a{constructor(e){this.source=e,this.index=0}eos(){return this.index>=this.source.length}next(){const e=this.peek();return this.advance(),e}peek(){return this.source[this.index]}advance(){this.index++}}function l(e,t,i,o){let r;if(2===t.type)r=document.createTextNode(t.content||"");else if(3===t.type)r=document.createElement("b");else if(4===t.type)r=document.createElement("i");else if(7===t.type&&o)r=document.createElement("code");else if(5===t.type&&i){const e=document.createElement("a");i.disposables.add(n.mu(e,"click",(e=>{i.callback(String(t.index),e)}))),r=e}else 8===t.type?r=document.createElement("br"):1===t.type&&(r=e);r&&e!==r&&e.appendChild(r),r&&Array.isArray(t.children)&&t.children.forEach((e=>{l(r,e,i,o)}))}function c(e,t){switch(e){case"*":return 3;case"_":return 4;case"[":return 5;case"]":return 6;case"`":return t?7:0;default:return 0}}},9630:function(e,t,i){"use strict";i.d(t,{Z:function(){return c},e:function(){return l}});var n=i(68695),o=i(61769),r=i(80428),s=i(4004),a=i(6954);function l(e,t){let i=new r.n(t);return i.preventDefault(),{leftButton:i.leftButton,buttons:i.buttons,posx:i.posx,posy:i.posy}}class c{constructor(){this._hooks=new s.SL,this._mouseMoveEventMerger=null,this._mouseMoveCallback=null,this._onStopCallback=null}dispose(){this.stopMonitoring(!1),this._hooks.dispose()}stopMonitoring(e,t){if(!this.isMonitoring())return;this._hooks.clear(),this._mouseMoveEventMerger=null,this._mouseMoveCallback=null;const i=this._onStopCallback;this._onStopCallback=null,e&&i&&i(t)}isMonitoring(){return!!this._mouseMoveEventMerger}startMonitoring(e,t,i,s,l){if(this.isMonitoring())return;this._mouseMoveEventMerger=i,this._mouseMoveCallback=s,this._onStopCallback=l;const c=o.E.getSameOriginWindowChain(),d=a.gn?"pointermove":"mousemove",u=c.map((e=>e.window.document)),h=n.Ay(e);h&&u.unshift(h);for(const e of u)this._hooks.add(n.Y_(e,d,(e=>{e.buttons===t?this._mouseMoveCallback(e):this.stopMonitoring(!0)}),((e,t)=>this._mouseMoveEventMerger(e,t)))),this._hooks.add(n.nm(e,"mouseup",(e=>this.stopMonitoring(!0))));if(o.E.hasDifferentOriginAncestor()){let e=c[c.length-1];this._hooks.add(n.nm(e.window.document,"mouseout",(e=>{"html"===new r.n(e).target.tagName.toLowerCase()&&this.stopMonitoring(!0)}))),this._hooks.add(n.nm(e.window.document,"mouseover",(e=>{"html"===new r.n(e).target.tagName.toLowerCase()&&this.stopMonitoring(!0)}))),this._hooks.add(n.nm(e.window.document.body,"mouseleave",(e=>{this.stopMonitoring(!0)})))}}}},61769:function(e,t,i){"use strict";i.d(t,{E:function(){return s}});let n=!1,o=null;function r(e){if(!e.parent||e.parent===e)return null;try{let t=e.location,i=e.parent.location;if("null"!==t.origin&&"null"!==i.origin&&t.origin!==i.origin)return n=!0,null}catch(e){return n=!0,null}return e.parent}class s{static getSameOriginWindowChain(){if(!o){o=[];let e,t=window;do{e=r(t),e?o.push({window:t,iframeElement:t.frameElement||null}):o.push({window:t,iframeElement:null}),t=e}while(t)}return o.slice(0)}static hasDifferentOriginAncestor(){return o||this.getSameOriginWindowChain(),n}static getPositionOfChildWindowRelativeToAncestorWindow(e,t){if(!t||e===t)return{top:0,left:0};let i=0,n=0,o=this.getSameOriginWindowChain();for(const e of o){if(i+=e.window.scrollY,n+=e.window.scrollX,e.window===t)break;if(!e.iframeElement)break;let o=e.iframeElement.getBoundingClientRect();i+=o.top,n+=o.left}return{top:i,left:n}}}},33200:function(e,t,i){"use strict";i.d(t,{y:function(){return c}});var n=i(26641),o=i(37808),r=i(99410),s=i(6954);const a=s.dz?256:2048,l=s.dz?2048:256;class c{constructor(e){this._standardKeyboardEventBrand=!0;let t=e;this.browserEvent=t,this.target=t.target,this.ctrlKey=t.ctrlKey,this.shiftKey=t.shiftKey,this.altKey=t.altKey,this.metaKey=t.metaKey,this.keyCode=function(e){if(e.charCode){let t=String.fromCharCode(e.charCode).toUpperCase();return o.kL.fromString(t)}const t=e.keyCode;if(3===t)return 7;if(n.isFirefox){if(59===t)return 80;if(107===t)return 81;if(109===t)return 83;if(s.dz&&224===t)return 57}else if(n.isWebKit){if(91===t)return 57;if(s.dz&&93===t)return 57;if(!s.dz&&92===t)return 57}return o.H_[t]||0}(t),this.code=t.code,this.ctrlKey=this.ctrlKey||5===this.keyCode,this.altKey=this.altKey||6===this.keyCode,this.shiftKey=this.shiftKey||4===this.keyCode,this.metaKey=this.metaKey||57===this.keyCode,this._asKeybinding=this._computeKeybinding(),this._asRuntimeKeybinding=this._computeRuntimeKeybinding()}preventDefault(){this.browserEvent&&this.browserEvent.preventDefault&&this.browserEvent.preventDefault()}stopPropagation(){this.browserEvent&&this.browserEvent.stopPropagation&&this.browserEvent.stopPropagation()}toKeybinding(){return this._asRuntimeKeybinding}equals(e){return this._asKeybinding===e}_computeKeybinding(){let e=0;5!==this.keyCode&&4!==this.keyCode&&6!==this.keyCode&&57!==this.keyCode&&(e=this.keyCode);let t=0;return this.ctrlKey&&(t|=a),this.altKey&&(t|=512),this.shiftKey&&(t|=1024),this.metaKey&&(t|=l),t|=e,t}_computeRuntimeKeybinding(){let e=0;return 5!==this.keyCode&&4!==this.keyCode&&6!==this.keyCode&&57!==this.keyCode&&(e=this.keyCode),new r.QC(this.ctrlKey,this.shiftKey,this.altKey,this.metaKey,e)}}},80428:function(e,t,i){"use strict";i.d(t,{n:function(){return s},q:function(){return a}});var n=i(26641),o=i(61769),r=i(6954);class s{constructor(e){this.timestamp=Date.now(),this.browserEvent=e,this.leftButton=0===e.button,this.middleButton=1===e.button,this.rightButton=2===e.button,this.buttons=e.buttons,this.target=e.target,this.detail=e.detail||1,"dblclick"===e.type&&(this.detail=2),this.ctrlKey=e.ctrlKey,this.shiftKey=e.shiftKey,this.altKey=e.altKey,this.metaKey=e.metaKey,"number"==typeof e.pageX?(this.posx=e.pageX,this.posy=e.pageY):(this.posx=e.clientX+document.body.scrollLeft+document.documentElement.scrollLeft,this.posy=e.clientY+document.body.scrollTop+document.documentElement.scrollTop);let t=o.E.getPositionOfChildWindowRelativeToAncestorWindow(self,e.view);this.posx-=t.left,this.posy-=t.top}preventDefault(){this.browserEvent.preventDefault()}stopPropagation(){this.browserEvent.stopPropagation()}}class a{constructor(e,t=0,i=0){if(this.browserEvent=e||null,this.target=e?e.target||e.targetNode||e.srcElement:null,this.deltaY=i,this.deltaX=t,e){let t=e,i=e;if(void 0!==t.wheelDeltaY)this.deltaY=t.wheelDeltaY/120;else if(void 0!==i.VERTICAL_AXIS&&i.axis===i.VERTICAL_AXIS)this.deltaY=-i.detail/3;else if("wheel"===e.type){const t=e;t.deltaMode===t.DOM_DELTA_LINE?n.isFirefox&&!r.dz?this.deltaY=-e.deltaY/3:this.deltaY=-e.deltaY:this.deltaY=-e.deltaY/40}if(void 0!==t.wheelDeltaX)n.isSafari&&r.ED?this.deltaX=-t.wheelDeltaX/120:this.deltaX=t.wheelDeltaX/120;else if(void 0!==i.HORIZONTAL_AXIS&&i.axis===i.HORIZONTAL_AXIS)this.deltaX=-e.detail/3;else if("wheel"===e.type){const t=e;t.deltaMode===t.DOM_DELTA_LINE?n.isFirefox&&!r.dz?this.deltaX=-e.deltaX/3:this.deltaX=-e.deltaX:this.deltaX=-e.deltaX/40}0===this.deltaY&&0===this.deltaX&&e.wheelDelta&&(this.deltaY=e.wheelDelta/120)}}preventDefault(){this.browserEvent&&this.browserEvent.preventDefault()}stopPropagation(){this.browserEvent&&this.browserEvent.stopPropagation()}}},83055:function(e,t,i){"use strict";i.d(t,{o:function(){return l},t:function(){return n}});var n,o=i(68695),r=i(57800),s=i(79945),a=i(4004);!function(e){e.Tap="-monaco-gesturetap",e.Change="-monaco-gesturechange",e.Start="-monaco-gesturestart",e.End="-monaco-gesturesend",e.Contextmenu="-monaco-gesturecontextmenu"}(n||(n={}));class l extends a.JT{constructor(){super(),this.dispatched=!1,this.activeTouches={},this.handle=null,this.targets=[],this.ignoreTargets=[],this._lastSetTapCountTime=0,this._register(o.nm(document,"touchstart",(e=>this.onTouchStart(e)),{passive:!1})),this._register(o.nm(document,"touchend",(e=>this.onTouchEnd(e)))),this._register(o.nm(document,"touchmove",(e=>this.onTouchMove(e)),{passive:!1}))}static addTarget(e){return l.isTouchDevice()?(l.INSTANCE||(l.INSTANCE=new l),l.INSTANCE.targets.push(e),{dispose:()=>{l.INSTANCE.targets=l.INSTANCE.targets.filter((t=>t!==e))}}):a.JT.None}static ignoreTarget(e){return l.isTouchDevice()?(l.INSTANCE||(l.INSTANCE=new l),l.INSTANCE.ignoreTargets.push(e),{dispose:()=>{l.INSTANCE.ignoreTargets=l.INSTANCE.ignoreTargets.filter((t=>t!==e))}}):a.JT.None}static isTouchDevice(){return"ontouchstart"in window||navigator.maxTouchPoints>0}dispose(){this.handle&&(this.handle.dispose(),this.handle=null),super.dispose()}onTouchStart(e){let t=Date.now();this.handle&&(this.handle.dispose(),this.handle=null);for(let i=0,o=e.targetTouches.length;i=l.HOLD_DELAY&&Math.abs(a.initialPageX-r.Gb(a.rollingPageX))<30&&Math.abs(a.initialPageY-r.Gb(a.rollingPageY))<30){let e=this.newGestureEvent(n.Contextmenu,a.initialTarget);e.pageX=r.Gb(a.rollingPageX),e.pageY=r.Gb(a.rollingPageY),this.dispatchEvent(e)}else if(1===i){let e=r.Gb(a.rollingPageX),i=r.Gb(a.rollingPageY),n=r.Gb(a.rollingTimestamps)-a.rollingTimestamps[0],o=e-a.rollingPageX[0],s=i-a.rollingPageY[0];const l=this.targets.filter((e=>a.initialTarget instanceof Node&&e.contains(a.initialTarget)));this.inertia(l,t,Math.abs(o)/n,o>0?1:-1,e,Math.abs(s)/n,s>0?1:-1,i)}this.dispatchEvent(this.newGestureEvent(n.End,a.initialTarget)),delete this.activeTouches[s.identifier]}this.dispatched&&(e.preventDefault(),e.stopPropagation(),this.dispatched=!1)}newGestureEvent(e,t){let i=document.createEvent("CustomEvent");return i.initEvent(e,!1,!0),i.initialTarget=t,i.tapCount=0,i}dispatchEvent(e){if(e.type===n.Tap){const t=(new Date).getTime();let i=0;i=t-this._lastSetTapCountTime>l.CLEAR_TAP_COUNT_TIME?1:2,this._lastSetTapCountTime=t,e.tapCount=i}else e.type!==n.Change&&e.type!==n.Contextmenu||(this._lastSetTapCountTime=0);for(let t=0;t{e.initialTarget instanceof Node&&t.contains(e.initialTarget)&&(t.dispatchEvent(e),this.dispatched=!0)}))}inertia(e,t,i,r,s,a,c,d){this.handle=o.jL((()=>{let o=Date.now(),u=o-t,h=0,g=0,p=!0;i+=l.SCROLL_FRICTION*u,a+=l.SCROLL_FRICTION*u,i>0&&(p=!1,h=r*i*u),a>0&&(p=!1,g=c*a*u);let m=this.newGestureEvent(n.Change);m.translationX=h,m.translationY=g,e.forEach((e=>e.dispatchEvent(m))),p||this.inertia(e,o,i,r,s+h,a,c,d+g)}))}onTouchMove(e){let t=Date.now();for(let i=0,o=e.changedTouches.length;i3&&(s.rollingPageX.shift(),s.rollingPageY.shift(),s.rollingTimestamps.shift()),s.rollingPageX.push(o.pageX),s.rollingPageY.push(o.pageY),s.rollingTimestamps.push(t)}this.dispatched&&(e.preventDefault(),e.stopPropagation(),this.dispatched=!1)}}l.SCROLL_FRICTION=-.005,l.HOLD_DELAY=700,l.CLEAR_TAP_COUNT_TIME=400,function(e,t,i,n){var o,r=arguments.length,s=r<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,i):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,i,s):o(t,i))||s);r>3&&s&&Object.defineProperty(t,i,s)}([s.H],l,"isTouchDevice",null)},99512:function(e,t,i){"use strict";i.d(t,{Y:function(){return h},g:function(){return g}});var n=i(26641),o=i(42560),r=i(68695),s=i(83055),a=i(11007),l=i(4004),c=i(6954),d=i(28295),u=(i(63050),i(89982));class h extends l.JT{constructor(e,t,i={}){super(),this.options=i,this._context=e||this,this._action=t,t instanceof a.aU&&this._register(t.onDidChange((e=>{this.element&&this.handleActionChangeEvent(e)})))}handleActionChangeEvent(e){void 0!==e.enabled&&this.updateEnabled(),void 0!==e.checked&&this.updateChecked(),void 0!==e.class&&this.updateClass(),void 0!==e.label&&(this.updateLabel(),this.updateTooltip()),void 0!==e.tooltip&&this.updateTooltip()}get actionRunner(){return this._actionRunner||(this._actionRunner=this._register(new a.Wi)),this._actionRunner}set actionRunner(e){this._actionRunner=e}getAction(){return this._action}isEnabled(){return this._action.enabled}setActionContext(e){this._context=e}render(e){const t=this.element=e;this._register(s.o.addTarget(e));const i=this.options&&this.options.draggable;i&&(e.draggable=!0,n.isFirefox&&this._register((0,r.nm)(e,r.tw.DRAG_START,(e=>{var t;return null===(t=e.dataTransfer)||void 0===t?void 0:t.setData(o.go.TEXT,this._action.label)})))),this._register((0,r.nm)(t,s.t.Tap,(e=>this.onClick(e,!0)))),this._register((0,r.nm)(t,r.tw.MOUSE_DOWN,(e=>{i||r.zB.stop(e,!0),this._action.enabled&&0===e.button&&t.classList.add("active")}))),c.dz&&this._register((0,r.nm)(t,r.tw.CONTEXT_MENU,(e=>{0===e.button&&!0===e.ctrlKey&&this.onClick(e)}))),this._register((0,r.nm)(t,r.tw.CLICK,(e=>{r.zB.stop(e,!0),this.options&&this.options.isMenu||this.onClick(e)}))),this._register((0,r.nm)(t,r.tw.DBLCLICK,(e=>{r.zB.stop(e,!0)}))),[r.tw.MOUSE_UP,r.tw.MOUSE_OUT].forEach((e=>{this._register((0,r.nm)(t,e,(e=>{r.zB.stop(e),t.classList.remove("active")})))}))}onClick(e,t=!1){var i;r.zB.stop(e,!0);const n=d.Jp(this._context)?(null===(i=this.options)||void 0===i?void 0:i.useEventAsContext)?e:{preserveFocus:t}:this._context;this.actionRunner.run(this._action,n)}focus(){this.element&&(this.element.tabIndex=0,this.element.focus(),this.element.classList.add("focused"))}blur(){this.element&&(this.element.blur(),this.element.tabIndex=-1,this.element.classList.remove("focused"))}setFocusable(e){this.element&&(this.element.tabIndex=e?0:-1)}get trapsArrowNavigation(){return!1}updateEnabled(){}updateLabel(){}updateTooltip(){}updateClass(){}updateChecked(){}dispose(){this.element&&(this.element.remove(),this.element=void 0),super.dispose()}}class g extends h{constructor(e,t,i={}){super(e,t,i),this.options=i,this.options.icon=void 0!==i.icon&&i.icon,this.options.label=void 0===i.label||i.label,this.cssClass=""}render(e){super.render(e),this.element&&(this.label=(0,r.R3)(this.element,(0,r.$)("a.action-label"))),this.label&&(this._action.id===a.Z0.ID?this.label.setAttribute("role","presentation"):this.options.isMenu?this.label.setAttribute("role","menuitem"):this.label.setAttribute("role","button")),this.options.label&&this.options.keybinding&&this.element&&((0,r.R3)(this.element,(0,r.$)("span.keybinding")).textContent=this.options.keybinding),this.updateClass(),this.updateLabel(),this.updateTooltip(),this.updateEnabled(),this.updateChecked()}focus(){this.label&&(this.label.tabIndex=0,this.label.focus())}blur(){this.label&&(this.label.tabIndex=-1)}setFocusable(e){this.label&&(this.label.tabIndex=e?0:-1)}updateLabel(){this.options.label&&this.label&&(this.label.textContent=this.getAction().label)}updateTooltip(){let e=null;this.getAction().tooltip?e=this.getAction().tooltip:!this.options.label&&this.getAction().label&&this.options.icon&&(e=this.getAction().label,this.options.keybinding&&(e=u.NC("vs/base/browser/ui/actionbar/actionViewItems",{key:"titleLabel",comment:["action title","action keybinding"]},"{0} ({1})",e,this.options.keybinding))),e&&this.label&&(this.label.title=e)}updateClass(){this.cssClass&&this.label&&this.label.classList.remove(...this.cssClass.split(" ")),this.options.icon?(this.cssClass=this.getAction().class,this.label&&(this.label.classList.add("codicon"),this.cssClass&&this.label.classList.add(...this.cssClass.split(" "))),this.updateEnabled()):this.label&&this.label.classList.remove("codicon")}updateEnabled(){this.getAction().enabled?(this.label&&(this.label.removeAttribute("aria-disabled"),this.label.classList.remove("disabled")),this.element&&this.element.classList.remove("disabled")):(this.label&&(this.label.setAttribute("aria-disabled","true"),this.label.classList.add("disabled")),this.element&&this.element.classList.add("disabled"))}updateChecked(){this.label&&(this.getAction().checked?this.label.classList.add("checked"):this.label.classList.remove("checked"))}}},47995:function(e,t,i){"use strict";i.d(t,{o:function(){return u}});var n=i(68695),o=i(33200),r=i(99512),s=i(11007),a=i(46718),l=i(4004),c=i(28295),d=(i(63050),function(e,t,i,n){return new(i||(i=Promise))((function(o,r){function s(e){try{l(n.next(e))}catch(e){r(e)}}function a(e){try{l(n.throw(e))}catch(e){r(e)}}function l(e){var t;e.done?o(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(s,a)}l((n=n.apply(e,t||[])).next())}))});class u extends l.JT{constructor(e,t={}){var i,l,c,d,u,h;let g,p;switch(super(),this.triggerKeyDown=!1,this.focusable=!0,this._onDidBlur=this._register(new a.Q5),this.onDidBlur=this._onDidBlur.event,this._onDidCancel=this._register(new a.Q5({onFirstListenerAdd:()=>this.cancelHasListener=!0})),this.onDidCancel=this._onDidCancel.event,this.cancelHasListener=!1,this._onDidRun=this._register(new a.Q5),this.onDidRun=this._onDidRun.event,this._onBeforeRun=this._register(new a.Q5),this.onBeforeRun=this._onBeforeRun.event,this.options=t,this._context=null!==(i=t.context)&&void 0!==i?i:null,this._orientation=null!==(l=this.options.orientation)&&void 0!==l?l:0,this._triggerKeys={keyDown:null!==(d=null===(c=this.options.triggerKeys)||void 0===c?void 0:c.keyDown)&&void 0!==d&&d,keys:null!==(h=null===(u=this.options.triggerKeys)||void 0===u?void 0:u.keys)&&void 0!==h?h:[3,10]},this.options.actionRunner?this._actionRunner=this.options.actionRunner:(this._actionRunner=new s.Wi,this._register(this._actionRunner)),this._register(this._actionRunner.onDidRun((e=>this._onDidRun.fire(e)))),this._register(this._actionRunner.onBeforeRun((e=>this._onBeforeRun.fire(e)))),this._actionIds=[],this.viewItems=[],this.focusedItem=void 0,this.domNode=document.createElement("div"),this.domNode.className="monaco-action-bar",!1!==t.animated&&this.domNode.classList.add("animated"),this._orientation){case 0:g=[15],p=[17];break;case 1:g=[16],p=[18],this.domNode.className+=" vertical"}this._register(n.nm(this.domNode,n.tw.KEY_DOWN,(e=>{const t=new o.y(e);let i=!0;const n="number"==typeof this.focusedItem?this.viewItems[this.focusedItem]:void 0;g&&(t.equals(g[0])||t.equals(g[1]))?i=this.focusPrevious():p&&(t.equals(p[0])||t.equals(p[1]))?i=this.focusNext():t.equals(9)&&this.cancelHasListener?this._onDidCancel.fire():t.equals(14)?i=this.focusFirst():t.equals(13)?i=this.focusLast():t.equals(2)&&n instanceof r.Y&&n.trapsArrowNavigation?i=this.focusNext():this.isTriggerKeyEvent(t)?this._triggerKeys.keyDown?this.doTrigger(t):this.triggerKeyDown=!0:i=!1,i&&(t.preventDefault(),t.stopPropagation())}))),this._register(n.nm(this.domNode,n.tw.KEY_UP,(e=>{const t=new o.y(e);this.isTriggerKeyEvent(t)?(!this._triggerKeys.keyDown&&this.triggerKeyDown&&(this.triggerKeyDown=!1,this.doTrigger(t)),t.preventDefault(),t.stopPropagation()):(t.equals(2)||t.equals(1026))&&this.updateFocusedItem()}))),this.focusTracker=this._register(n.go(this.domNode)),this._register(this.focusTracker.onDidBlur((()=>{n.vY()!==this.domNode&&n.jg(n.vY(),this.domNode)||(this._onDidBlur.fire(),this.focusedItem=void 0,this.previouslyFocusedItem=void 0,this.triggerKeyDown=!1)}))),this._register(this.focusTracker.onDidFocus((()=>this.updateFocusedItem()))),this.actionsList=document.createElement("ul"),this.actionsList.className="actions-container",this.actionsList.setAttribute("role","toolbar"),this.options.ariaLabel&&this.actionsList.setAttribute("aria-label",this.options.ariaLabel),this.domNode.appendChild(this.actionsList),e.appendChild(this.domNode)}refreshRole(){this.length()>=2?this.actionsList.setAttribute("role","toolbar"):this.actionsList.setAttribute("role","presentation")}setFocusable(e){if(this.focusable=e,this.focusable){const e=this.viewItems.find((e=>e instanceof r.Y&&e.isEnabled()));e instanceof r.Y&&e.setFocusable(!0)}else this.viewItems.forEach((e=>{e instanceof r.Y&&e.setFocusable(!1)}))}isTriggerKeyEvent(e){let t=!1;return this._triggerKeys.keys.forEach((i=>{t=t||e.equals(i)})),t}updateFocusedItem(){for(let e=0;et.setActionContext(e)))}get actionRunner(){return this._actionRunner}set actionRunner(e){e&&(this._actionRunner=e,this.viewItems.forEach((t=>t.actionRunner=e)))}getContainer(){return this.domNode}push(e,t={}){const i=Array.isArray(e)?e:[e];let o=c.hj(t.index)?t.index:null;i.forEach((e=>{const i=document.createElement("li");let s;i.className="action-item",i.setAttribute("role","presentation"),this.options.allowContextMenu||this._register(n.nm(i,n.tw.CONTEXT_MENU,(e=>{n.zB.stop(e,!0)}))),this.options.actionViewItemProvider&&(s=this.options.actionViewItemProvider(e)),s||(s=new r.g(this.context,e,t)),s.actionRunner=this._actionRunner,s.setActionContext(this.context),s.render(i),this.focusable&&s instanceof r.Y&&0===this.viewItems.length&&s.setFocusable(!0),null===o||o<0||o>=this.actionsList.children.length?(this.actionsList.appendChild(i),this.viewItems.push(s),this._actionIds.push(e.id)):(this.actionsList.insertBefore(i,this.actionsList.children[o]),this.viewItems.splice(o,0,s),this._actionIds.splice(o,0,e.id),o++)})),"number"==typeof this.focusedItem&&this.focus(this.focusedItem),this.refreshRole()}clear(){(0,l.B9)(this.viewItems),this.viewItems=[],this._actionIds=[],n.PO(this.actionsList),this.refreshRole()}length(){return this.viewItems.length}focus(e){let t,i=!1;if(void 0===e?i=!0:"number"==typeof e?t=e:"boolean"==typeof e&&(i=e),i&&void 0===this.focusedItem){const e=this.viewItems.findIndex((e=>e.isEnabled()));this.focusedItem=-1===e?void 0:e,this.updateFocus(void 0,void 0,!0)}else void 0!==t&&(this.focusedItem=t),this.updateFocus(void 0,void 0,!0)}focusFirst(){return this.focusedItem=this.length()-1,this.focusNext(!0)}focusLast(){return this.focusedItem=0,this.focusPrevious(!0)}focusNext(e){if(void 0===this.focusedItem)this.focusedItem=this.viewItems.length-1;else if(this.viewItems.length<=1)return!1;const t=this.focusedItem;let i;do{if(!e&&this.options.preventLoopNavigation&&this.focusedItem+1>=this.viewItems.length)return this.focusedItem=t,!1;this.focusedItem=(this.focusedItem+1)%this.viewItems.length,i=this.viewItems[this.focusedItem]}while(this.focusedItem!==t&&this.options.focusOnlyEnabledItems&&!i.isEnabled());return this.updateFocus(),!0}focusPrevious(e){if(void 0===this.focusedItem)this.focusedItem=0;else if(this.viewItems.length<=1)return!1;const t=this.focusedItem;let i;do{if(this.focusedItem=this.focusedItem-1,this.focusedItem<0){if(!e&&this.options.preventLoopNavigation)return this.focusedItem=t,!1;this.focusedItem=this.viewItems.length-1}i=this.viewItems[this.focusedItem]}while(this.focusedItem!==t&&this.options.focusOnlyEnabledItems&&!i.isEnabled());return this.updateFocus(!0),!0}updateFocus(e,t,i=!1){var n;void 0===this.focusedItem&&this.actionsList.focus({preventScroll:t}),void 0!==this.previouslyFocusedItem&&this.previouslyFocusedItem!==this.focusedItem&&(null===(n=this.viewItems[this.previouslyFocusedItem])||void 0===n||n.blur());const o=void 0!==this.focusedItem&&this.viewItems[this.focusedItem];if(o){let n=!0;c.mf(o.focus)||(n=!1),this.options.focusOnlyEnabledItems&&c.mf(o.isEnabled)&&!o.isEnabled()&&(n=!1),n?(i||this.previouslyFocusedItem!==this.focusedItem)&&(o.focus(e),this.previouslyFocusedItem=this.focusedItem):(this.actionsList.focus({preventScroll:t}),this.previouslyFocusedItem=void 0)}}doTrigger(e){if(void 0===this.focusedItem)return;const t=this.viewItems[this.focusedItem];if(t instanceof r.Y){const i=null===t._context||void 0===t._context?e:t._context;this.run(t._action,i)}}run(e,t){return d(this,void 0,void 0,(function*(){yield this._actionRunner.run(e,t)}))}dispose(){(0,l.B9)(this.viewItems),this.viewItems=[],this._actionIds=[],this.getContainer().remove(),super.dispose()}}},77339:function(e,t,i){"use strict";i.d(t,{Z9:function(){return k},wW:function(){return x},i7:function(){return L}});var n=i(68695),o=i(6954),r=i(93379),s=i.n(r),a=i(7795),l=i.n(a),c=i(90569),d=i.n(c),u=i(3565),h=i.n(u),g=i(19216),p=i.n(g),m=i(44589),f=i.n(m),_=i(15479),b={};let v,C,w,y,S;function x(e){v=document.createElement("div"),v.className="monaco-aria-container";const t=()=>{const e=document.createElement("div");return e.className="monaco-alert",e.setAttribute("role","alert"),e.setAttribute("aria-atomic","true"),v.appendChild(e),e};C=t(),w=t();const i=()=>{const e=document.createElement("div");return e.className="monaco-status",e.setAttribute("role","complementary"),e.setAttribute("aria-live","polite"),e.setAttribute("aria-atomic","true"),v.appendChild(e),e};y=i(),S=i(),e.appendChild(v)}function k(e){v&&(C.textContent!==e?(n.PO(w),E(C,e)):(n.PO(C),E(w,e)))}function L(e){v&&(o.dz?k(e):y.textContent!==e?(n.PO(S),E(y,e)):(n.PO(y),E(S,e)))}function E(e,t){n.PO(e),t.length>2e4&&(t=t.substr(0,2e4)),e.textContent=t,e.style.visibility="hidden",e.style.visibility="visible"}b.styleTagTransform=f(),b.setAttributes=h(),b.insert=d().bind(null,"head"),b.domAPI=l(),b.insertStyleElement=p(),s()(_.Z,b),_.Z&&_.Z.locals&&_.Z.locals},98973:function(e,t,i){"use strict";i.d(t,{X:function(){return y}});var n=i(43479),o=i(4821),r=i(18689),s=i(46718),a=i(93379),l=i.n(a),c=i(7795),d=i.n(c),u=i(90569),h=i.n(u),g=i(3565),p=i.n(g),m=i(19216),f=i.n(m),_=i(44589),b=i.n(_),v=i(25222),C={};C.styleTagTransform=b(),C.setAttributes=p(),C.insert=h().bind(null,"head"),C.domAPI=d(),C.insertStyleElement=f(),l()(v.Z,C),v.Z&&v.Z.locals&&v.Z.locals;const w={inputActiveOptionBorder:r.Il.fromHex("#007ACC00"),inputActiveOptionForeground:r.Il.fromHex("#FFFFFF"),inputActiveOptionBackground:r.Il.fromHex("#0E639C50")};class y extends n.${constructor(e){super(),this._onChange=this._register(new s.Q5),this.onChange=this._onChange.event,this._onKeyDown=this._register(new s.Q5),this.onKeyDown=this._onKeyDown.event,this._opts=Object.assign(Object.assign({},w),e),this._checked=this._opts.isChecked;const t=["monaco-custom-checkbox"];this._opts.icon&&t.push(...o.dT.asClassNameArray(this._opts.icon)),this._opts.actionClassName&&t.push(...this._opts.actionClassName.split(" ")),this._checked&&t.push("checked"),this.domNode=document.createElement("div"),this.domNode.title=this._opts.title,this.domNode.classList.add(...t),this._opts.notFocusable||(this.domNode.tabIndex=0),this.domNode.setAttribute("role","checkbox"),this.domNode.setAttribute("aria-checked",String(this._checked)),this.domNode.setAttribute("aria-label",this._opts.title),this.applyStyles(),this.onclick(this.domNode,(e=>{this.enabled&&(this.checked=!this._checked,this._onChange.fire(!1),e.preventDefault())})),this.ignoreGesture(this.domNode),this.onkeydown(this.domNode,(e=>{if(10===e.keyCode||3===e.keyCode)return this.checked=!this._checked,this._onChange.fire(!0),void e.preventDefault();this._onKeyDown.fire(e)}))}get enabled(){return"true"!==this.domNode.getAttribute("aria-disabled")}focus(){this.domNode.focus()}get checked(){return this._checked}set checked(e){this._checked=e,this.domNode.setAttribute("aria-checked",String(this._checked)),this.domNode.classList.toggle("checked",this._checked),this.applyStyles()}width(){return 22}style(e){e.inputActiveOptionBorder&&(this._opts.inputActiveOptionBorder=e.inputActiveOptionBorder),e.inputActiveOptionForeground&&(this._opts.inputActiveOptionForeground=e.inputActiveOptionForeground),e.inputActiveOptionBackground&&(this._opts.inputActiveOptionBackground=e.inputActiveOptionBackground),this.applyStyles()}applyStyles(){this.domNode&&(this.domNode.style.borderColor=this._checked&&this._opts.inputActiveOptionBorder?this._opts.inputActiveOptionBorder.toString():"",this.domNode.style.color=this._checked&&this._opts.inputActiveOptionForeground?this._opts.inputActiveOptionForeground.toString():"inherit",this.domNode.style.backgroundColor=this._checked&&this._opts.inputActiveOptionBackground?this._opts.inputActiveOptionBackground.toString():"")}enable(){this.domNode.setAttribute("aria-disabled",String(!1))}disable(){this.domNode.setAttribute("aria-disabled",String(!0))}}},6622:function(e,t,i){"use strict";i.d(t,{a:function(){return C}});var n=i(4821),o=i(93379),r=i.n(o),s=i(7795),a=i.n(s),l=i(90569),c=i.n(l),d=i(3565),u=i.n(d),h=i(19216),g=i.n(h),p=i(44589),m=i.n(p),f=i(65077),_={};_.styleTagTransform=m(),_.setAttributes=u(),_.insert=c().bind(null,"head"),_.domAPI=a(),_.insertStyleElement=g(),r()(f.Z,_),f.Z&&f.Z.locals&&f.Z.locals;var b=i(38533),v={};function C(e){let t=e.definition;for(;t instanceof n.lA;)t=t.definition;return`.codicon-${e.id}:before { content: '${t.fontCharacter}'; }`}v.styleTagTransform=m(),v.setAttributes=u(),v.insert=c().bind(null,"head"),v.domAPI=a(),v.insertStyleElement=g(),r()(b.Z,v),b.Z&&b.Z.locals&&b.Z.locals},38408:function(e,t,i){"use strict";i.d(t,{Z:function(){return y}});var n=i(68695),o=i(18689),r=i(90584),s=i(18039),a=i(93379),l=i.n(a),c=i(7795),d=i.n(c),u=i(90569),h=i.n(u),g=i(3565),p=i.n(g),m=i(19216),f=i.n(m),_=i(44589),b=i.n(_),v=i(76558),C={};C.styleTagTransform=b(),C.setAttributes=p(),C.insert=h().bind(null,"head"),C.domAPI=d(),C.insertStyleElement=f(),l()(v.Z,C),v.Z&&v.Z.locals&&v.Z.locals;const w={badgeBackground:o.Il.fromHex("#4D4D4D"),badgeForeground:o.Il.fromHex("#FFFFFF")};class y{constructor(e,t){this.count=0,this.options=t||Object.create(null),(0,r.jB)(this.options,w,!1),this.badgeBackground=this.options.badgeBackground,this.badgeForeground=this.options.badgeForeground,this.badgeBorder=this.options.badgeBorder,this.element=(0,n.R3)(e,(0,n.$)(".monaco-count-badge")),this.countFormat=this.options.countFormat||"{0}",this.titleFormat=this.options.titleFormat||"",this.setCount(this.options.count||0)}setCount(e){this.count=e,this.render()}setTitleFormat(e){this.titleFormat=e,this.render()}render(){this.element.textContent=(0,s.WU)(this.countFormat,this.count),this.element.title=(0,s.WU)(this.titleFormat,this.count),this.applyStyles()}style(e){this.badgeBackground=e.badgeBackground,this.badgeForeground=e.badgeForeground,this.badgeBorder=e.badgeBorder,this.applyStyles()}applyStyles(){if(this.element){const e=this.badgeBackground?this.badgeBackground.toString():"",t=this.badgeForeground?this.badgeForeground.toString():"",i=this.badgeBorder?this.badgeBorder.toString():"";this.element.style.backgroundColor=e,this.element.style.color=t,this.element.style.borderWidth=i?"1px":"",this.element.style.borderStyle=i?"solid":"",this.element.style.borderColor=i}}}},41174:function(e,t,i){"use strict";i.d(t,{am:function(){return u},n3:function(){return d},vk:function(){return c}});var n=i(98973),o=i(4821),r=i(89982);const s=r.NC("vs/base/browser/ui/findinput/findInputCheckboxes","caseDescription","Match Case"),a=r.NC("vs/base/browser/ui/findinput/findInputCheckboxes","wordsDescription","Match Whole Word"),l=r.NC("vs/base/browser/ui/findinput/findInputCheckboxes","regexDescription","Use Regular Expression");class c extends n.X{constructor(e){super({icon:o.lA.caseSensitive,title:s+e.appendTitle,isChecked:e.isChecked,inputActiveOptionBorder:e.inputActiveOptionBorder,inputActiveOptionForeground:e.inputActiveOptionForeground,inputActiveOptionBackground:e.inputActiveOptionBackground})}}class d extends n.X{constructor(e){super({icon:o.lA.wholeWord,title:a+e.appendTitle,isChecked:e.isChecked,inputActiveOptionBorder:e.inputActiveOptionBorder,inputActiveOptionForeground:e.inputActiveOptionForeground,inputActiveOptionBackground:e.inputActiveOptionBackground})}}class u extends n.X{constructor(e){super({icon:o.lA.regex,title:l+e.appendTitle,isChecked:e.isChecked,inputActiveOptionBorder:e.inputActiveOptionBorder,inputActiveOptionForeground:e.inputActiveOptionForeground,inputActiveOptionBackground:e.inputActiveOptionBackground})}}},35090:function(e,t,i){"use strict";i.d(t,{q:function(){return s}});var n=i(68695),o=i(80563),r=i(90584);class s{constructor(e,t){var i;this.text="",this.title="",this.highlights=[],this.didEverRender=!1,this.supportIcons=null!==(i=null==t?void 0:t.supportIcons)&&void 0!==i&&i,this.domNode=n.R3(e,n.$("span.monaco-highlighted-label"))}get element(){return this.domNode}set(e,t=[],i="",n){e||(e=""),n&&(e=s.escapeNewLines(e,t)),this.didEverRender&&this.text===e&&this.title===i&&r.fS(this.highlights,t)||(this.text=e,this.title=i,this.highlights=t,this.render())}render(){const e=[];let t=0;for(const i of this.highlights){if(i.end===i.start)continue;if(t{n="\r\n"===e?-1:0,o+=i;for(const e of t)e.end<=o||(e.start>=o&&(e.start+=n),e.end>=o&&(e.end+=n));return i+=n,"⏎"}))}}},77982:function(e,t,i){"use strict";i.d(t,{g:function(){return T}});var n=i(68695),o=i(35090),r=i(40027),s=i(60677),a=i(66978),l=i(14329),c=i(4004),d=i(28295),u=i(89982),h=function(e,t,i,n){return new(i||(i=Promise))((function(o,r){function s(e){try{l(n.next(e))}catch(e){r(e)}}function a(e){try{l(n.throw(e))}catch(e){r(e)}}function l(e){var t;e.done?o(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(s,a)}l((n=n.apply(e,t||[])).next())}))};class g{constructor(e,t,i){this.hoverDelegate=e,this.target=t,this.fadeInAnimation=i}update(e,t){var i;return h(this,void 0,void 0,(function*(){if(this._cancellationTokenSource&&(this._cancellationTokenSource.dispose(!0),this._cancellationTokenSource=void 0),this.isDisposed)return;let n;if(void 0===e||(0,d.HD)(e)||e instanceof HTMLElement)n=e;else if((0,d.mf)(e.markdown)){this._hoverWidget||this.show((0,u.NC)("vs/base/browser/ui/iconLabel/iconLabelHover","iconLabel.loading","Loading..."),t),this._cancellationTokenSource=new s.A;const i=this._cancellationTokenSource.token;if(n=yield e.markdown(i),void 0===n&&(n=e.markdownNotSupportedFallback),this.isDisposed||i.isCancellationRequested)return}else n=null!==(i=e.markdown)&&void 0!==i?i:e.markdownNotSupportedFallback;this.show(n,t)}))}show(e,t){const i=this._hoverWidget;if(this.hasContent(e)){const n={content:e,target:this.target,showPointer:"element"===this.hoverDelegate.placement,hoverPosition:2,skipFadeInAnimation:!this.fadeInAnimation||!!i};this._hoverWidget=this.hoverDelegate.showHover(n,t)}null==i||i.dispose()}hasContent(e){return!(!e||(0,a.Fr)(e)&&!e.value)}get isDisposed(){var e;return null===(e=this._hoverWidget)||void 0===e?void 0:e.isDisposed}dispose(){var e,t;null===(e=this._hoverWidget)||void 0===e||e.dispose(),null===(t=this._cancellationTokenSource)||void 0===t||t.dispose(!0),this._cancellationTokenSource=void 0}}var p=i(90584),m=i(14747),f=i(93379),_=i.n(f),b=i(7795),v=i.n(b),C=i(90569),w=i.n(C),y=i(3565),S=i.n(y),x=i(19216),k=i.n(x),L=i(44589),E=i.n(L),N=i(78963),D={};D.styleTagTransform=E(),D.setAttributes=S(),D.insert=w().bind(null,"head"),D.domAPI=v(),D.insertStyleElement=k(),_()(N.Z,D),N.Z&&N.Z.locals&&N.Z.locals;class I{constructor(e){this._element=e}get element(){return this._element}set textContent(e){this.disposed||e===this._textContent||(this._textContent=e,this._element.textContent=e)}set className(e){this.disposed||e===this._className||(this._className=e,this._element.className=e)}set empty(e){this.disposed||e===this._empty||(this._empty=e,this._element.style.marginLeft=e?"0":"")}dispose(){this.disposed=!0}}class T extends c.JT{constructor(e,t){super(),this.customHovers=new Map,this.domNode=this._register(new I(n.R3(e,n.$(".monaco-icon-label")))),this.labelContainer=n.R3(this.domNode.element,n.$(".monaco-icon-label-container"));const i=n.R3(this.labelContainer,n.$("span.monaco-icon-name-container"));this.descriptionContainer=this._register(new I(n.R3(this.labelContainer,n.$("span.monaco-icon-description-container")))),(null==t?void 0:t.supportHighlights)||(null==t?void 0:t.supportIcons)?this.nameNode=new R(i,!!t.supportIcons):this.nameNode=new A(i),(null==t?void 0:t.supportDescriptionHighlights)?this.descriptionNodeFactory=()=>new o.q(n.R3(this.descriptionContainer.element,n.$("span.label-description")),{supportIcons:!!t.supportIcons}):this.descriptionNodeFactory=()=>this._register(new I(n.R3(this.descriptionContainer.element,n.$("span.label-description")))),this.hoverDelegate=null==t?void 0:t.hoverDelegate}get element(){return this.domNode.element}setLabel(e,t,i){const n=["monaco-icon-label"];i&&(i.extraClasses&&n.push(...i.extraClasses),i.italic&&n.push("italic"),i.strikethrough&&n.push("strikethrough")),this.domNode.className=n.join(" "),this.setupHover((null==i?void 0:i.descriptionTitle)?this.labelContainer:this.element,null==i?void 0:i.title),this.nameNode.setLabel(e,i),(t||this.descriptionNode)&&(this.descriptionNode||(this.descriptionNode=this.descriptionNodeFactory()),this.descriptionNode instanceof o.q?(this.descriptionNode.set(t||"",i?i.descriptionMatches:void 0),this.setupHover(this.descriptionNode.element,null==i?void 0:i.descriptionTitle)):(this.descriptionNode.textContent=t||"",this.setupHover(this.descriptionNode.element,(null==i?void 0:i.descriptionTitle)||""),this.descriptionNode.empty=!t))}setupHover(e,t){const i=this.customHovers.get(e);if(i&&(i.dispose(),this.customHovers.delete(e)),t)if(this.hoverDelegate){const i=function(e,t,i){let o,s;const a=(t,i)=>{var n;t&&(null==s||s.dispose(),s=void 0),i&&(null==o||o.dispose(),o=void 0),null===(n=e.onDidHideHover)||void 0===n||n.call(e)},l=(n,o,a)=>new r._F((()=>h(this,void 0,void 0,(function*(){s&&!s.isDisposed||(s=new g(e,a||t,n>0),yield s.update(i,o))}))),n),d=n.nm(t,n.tw.MOUSE_OVER,(()=>{if(o)return;const i=new c.SL;i.add(n.nm(t,n.tw.MOUSE_LEAVE,(e=>a(!1,e.fromElement===t)),!0)),i.add(n.nm(t,n.tw.MOUSE_DOWN,(()=>a(!0,!0)),!0));const r={targetElements:[t],dispose:()=>{}};if(void 0===e.placement||"mouse"===e.placement){const e=e=>r.x=e.x+10;i.add(n.nm(t,n.tw.MOUSE_MOVE,e,!0))}i.add(l(e.delay,!1,r)),o=i}),!0);return{show:e=>{a(!1,!0),l(0,e)},hide:()=>{a(!0,!0)},update:e=>h(this,void 0,void 0,(function*(){i=e,yield null==s?void 0:s.update(i)})),dispose:()=>{d.dispose(),a(!0,!0)}}}(this.hoverDelegate,e,t);i&&this.customHovers.set(e,i)}else!function(e,t){(0,d.HD)(t)?e.title=(0,l.x$)(t):(null==t?void 0:t.markdownNotSupportedFallback)?e.title=t.markdownNotSupportedFallback:e.removeAttribute("title")}(e,t);else e.removeAttribute("title")}dispose(){super.dispose();for(const e of this.customHovers.values())e.dispose();this.customHovers.clear()}}class A{constructor(e){this.container=e,this.label=void 0,this.singleLabel=void 0}setLabel(e,t){if(this.label!==e||!(0,p.fS)(this.options,t))if(this.label=e,this.options=t,"string"==typeof e)this.singleLabel||(this.container.innerText="",this.container.classList.remove("multiple"),this.singleLabel=n.R3(this.container,n.$("a.label-name",{id:null==t?void 0:t.domId}))),this.singleLabel.textContent=e;else{this.container.innerText="",this.container.classList.add("multiple"),this.singleLabel=void 0;for(let i=0;i{const o={start:n,end:n+e.length},r=i.map((e=>m.e.intersect(o,e))).filter((e=>!m.e.isEmpty(e))).map((({start:e,end:t})=>({start:e-n,end:t-n})));return n=o.end+t.length,r}))}(e,i,null==t?void 0:t.matches);for(let s=0;sthis._limit&&this._initialize(e.slice(e.length-this._limit))}_currentPosition(){const e=this._navigator.current();return e?this._elements.indexOf(e):-1}_initialize(e){this._history=new Set;for(const t of e)this._history.add(t)}get _elements(){const e=[];return this._history.forEach((t=>e.push(t))),e}}var p=i(90584),m=i(93379),f=i.n(m),_=i(7795),b=i.n(_),v=i(90569),C=i.n(v),w=i(3565),y=i.n(w),S=i(19216),x=i.n(S),k=i(44589),L=i.n(k),E=i(7121),N={};N.styleTagTransform=L(),N.setAttributes=y(),N.insert=C().bind(null,"head"),N.domAPI=b(),N.insertStyleElement=x(),f()(E.Z,N),E.Z&&E.Z.locals&&E.Z.locals;var D=i(89982);const I=n.$,T={inputBackground:d.Il.fromHex("#3C3C3C"),inputForeground:d.Il.fromHex("#CCCCCC"),inputValidationInfoBorder:d.Il.fromHex("#55AAFF"),inputValidationInfoBackground:d.Il.fromHex("#063B49"),inputValidationWarningBorder:d.Il.fromHex("#B89500"),inputValidationWarningBackground:d.Il.fromHex("#352A05"),inputValidationErrorBorder:d.Il.fromHex("#BE1100"),inputValidationErrorBackground:d.Il.fromHex("#5A1D1D")};class A extends c.${constructor(e,t,i){var r;super(),this.state="idle",this.maxHeight=Number.POSITIVE_INFINITY,this._onDidChange=this._register(new u.Q5),this.onDidChange=this._onDidChange.event,this._onDidHeightChange=this._register(new u.Q5),this.onDidHeightChange=this._onDidHeightChange.event,this.contextViewProvider=t,this.options=i||Object.create(null),(0,p.jB)(this.options,T,!1),this.message=null,this.placeholder=this.options.placeholder||"",this.tooltip=null!==(r=this.options.tooltip)&&void 0!==r?r:this.placeholder||"",this.ariaLabel=this.options.ariaLabel||"",this.inputBackground=this.options.inputBackground,this.inputForeground=this.options.inputForeground,this.inputBorder=this.options.inputBorder,this.inputValidationInfoBorder=this.options.inputValidationInfoBorder,this.inputValidationInfoBackground=this.options.inputValidationInfoBackground,this.inputValidationInfoForeground=this.options.inputValidationInfoForeground,this.inputValidationWarningBorder=this.options.inputValidationWarningBorder,this.inputValidationWarningBackground=this.options.inputValidationWarningBackground,this.inputValidationWarningForeground=this.options.inputValidationWarningForeground,this.inputValidationErrorBorder=this.options.inputValidationErrorBorder,this.inputValidationErrorBackground=this.options.inputValidationErrorBackground,this.inputValidationErrorForeground=this.options.inputValidationErrorForeground,this.options.validationOptions&&(this.validation=this.options.validationOptions.validation),this.element=n.R3(e,I(".monaco-inputbox.idle"));let a=this.options.flexibleHeight?"textarea":"input",c=n.R3(this.element,I(".ibwrapper"));if(this.input=n.R3(c,I(a+".input.empty")),this.input.setAttribute("autocorrect","off"),this.input.setAttribute("autocapitalize","off"),this.input.setAttribute("spellcheck","false"),this.onfocus(this.input,(()=>this.element.classList.add("synthetic-focus"))),this.onblur(this.input,(()=>this.element.classList.remove("synthetic-focus"))),this.options.flexibleHeight){this.maxHeight="number"==typeof this.options.flexibleMaxHeight?this.options.flexibleMaxHeight:Number.POSITIVE_INFINITY,this.mirror=n.R3(c,I("div.mirror")),this.mirror.innerText=" ",this.scrollableElement=new l.NB(this.element,{vertical:1}),this.options.flexibleWidth&&(this.input.setAttribute("wrap","off"),this.mirror.style.whiteSpace="pre",this.mirror.style.wordWrap="initial"),n.R3(e,this.scrollableElement.getDomNode()),this._register(this.scrollableElement),this._register(this.scrollableElement.onScroll((e=>this.input.scrollTop=e.scrollTop)));const t=this._register(new o.Y(document,"selectionchange")),i=u.ju.filter(t.event,(()=>{const e=document.getSelection();return(null==e?void 0:e.anchorNode)===c}));this._register(i(this.updateScrollDimensions,this)),this._register(this.onDidHeightChange(this.updateScrollDimensions,this))}else this.input.type=this.options.type||"text",this.input.setAttribute("wrap","off");this.ariaLabel&&this.input.setAttribute("aria-label",this.ariaLabel),this.placeholder&&!this.options.showPlaceholderOnFocus&&this.setPlaceHolder(this.placeholder),this.tooltip&&this.setTooltip(this.tooltip),this.oninput(this.input,(()=>this.onValueChange())),this.onblur(this.input,(()=>this.onBlur())),this.onfocus(this.input,(()=>this.onFocus())),this.ignoreGesture(this.input),setTimeout((()=>this.updateMirror()),0),this.options.actions&&(this.actionbar=this._register(new s.o(this.element)),this.actionbar.push(this.options.actions,{icon:!0,label:!1})),this.applyStyles()}onBlur(){this._hideMessage(),this.options.showPlaceholderOnFocus&&this.input.setAttribute("placeholder","")}onFocus(){this._showMessage(),this.options.showPlaceholderOnFocus&&this.input.setAttribute("placeholder",this.placeholder||"")}setPlaceHolder(e){this.placeholder=e,this.input.setAttribute("placeholder",e)}setTooltip(e){this.tooltip=e,this.input.title=e}setAriaLabel(e){this.ariaLabel=e,e?this.input.setAttribute("aria-label",this.ariaLabel):this.input.removeAttribute("aria-label")}getAriaLabel(){return this.ariaLabel}get inputElement(){return this.input}get value(){return this.input.value}set value(e){this.input.value!==e&&(this.input.value=e,this.onValueChange())}get height(){return"number"==typeof this.cachedHeight?this.cachedHeight:n.wn(this.element)}focus(){this.input.focus()}blur(){this.input.blur()}hasFocus(){return document.activeElement===this.input}select(e=null){this.input.select(),e&&(this.input.setSelectionRange(e.start,e.end),e.end===this.input.value.length&&(this.input.scrollLeft=this.input.scrollWidth))}isSelectionAtEnd(){return this.input.selectionEnd===this.input.value.length&&this.input.selectionStart===this.input.selectionEnd}enable(){this.input.removeAttribute("disabled")}disable(){this.blur(),this.input.disabled=!0,this._hideMessage()}get width(){return n.w(this.input)}set width(e){if(this.options.flexibleHeight&&this.options.flexibleWidth){let t=0;this.mirror&&(t=(parseFloat(this.mirror.style.paddingLeft||"")||0)+(parseFloat(this.mirror.style.paddingRight||"")||0)),this.input.style.width=e-t+"px"}else this.input.style.width=e+"px";this.mirror&&(this.mirror.style.width=e+"px")}set paddingRight(e){this.input.style.width=`calc(100% - ${e}px)`,this.mirror&&(this.mirror.style.paddingRight=e+"px")}updateScrollDimensions(){if("number"!=typeof this.cachedContentHeight||"number"!=typeof this.cachedHeight||!this.scrollableElement)return;const e=this.cachedContentHeight,t=this.cachedHeight,i=this.input.scrollTop;this.scrollableElement.setScrollDimensions({scrollHeight:e,height:t}),this.scrollableElement.setScrollPosition({scrollTop:i})}showMessage(e,t){this.message=e,this.element.classList.remove("idle"),this.element.classList.remove("info"),this.element.classList.remove("warning"),this.element.classList.remove("error"),this.element.classList.add(this.classForType(e.type));const i=this.stylesForType(this.message.type);this.element.style.border=i.border?`1px solid ${i.border}`:"",(this.hasFocus()||t)&&this._showMessage()}hideMessage(){this.message=null,this.element.classList.remove("info"),this.element.classList.remove("warning"),this.element.classList.remove("error"),this.element.classList.add("idle"),this._hideMessage(),this.applyStyles()}validate(){let e=null;return this.validation&&(e=this.validation(this.value),e?(this.inputElement.setAttribute("aria-invalid","true"),this.showMessage(e)):this.inputElement.hasAttribute("aria-invalid")&&(this.inputElement.removeAttribute("aria-invalid"),this.hideMessage())),null==e?void 0:e.type}stylesForType(e){switch(e){case 1:return{border:this.inputValidationInfoBorder,background:this.inputValidationInfoBackground,foreground:this.inputValidationInfoForeground};case 2:return{border:this.inputValidationWarningBorder,background:this.inputValidationWarningBackground,foreground:this.inputValidationWarningForeground};default:return{border:this.inputValidationErrorBorder,background:this.inputValidationErrorBackground,foreground:this.inputValidationErrorForeground}}}classForType(e){switch(e){case 1:return"info";case 2:return"warning";default:return"error"}}_showMessage(){if(!this.contextViewProvider||!this.message)return;let e,t,i=()=>e.style.width=n.w(this.element)+"px";this.contextViewProvider.showContextView({getAnchor:()=>this.element,anchorAlignment:1,render:t=>{if(!this.message)return null;e=n.R3(t,I(".monaco-inputbox-container")),i();const o={inline:!0,className:"monaco-inputbox-message"},s=this.message.formatContent?(0,r.BO)(this.message.content,o):(0,r.IY)(this.message.content,o);s.classList.add(this.classForType(this.message.type));const a=this.stylesForType(this.message.type);return s.style.backgroundColor=a.background?a.background.toString():"",s.style.color=a.foreground?a.foreground.toString():"",s.style.border=a.border?`1px solid ${a.border}`:"",n.R3(e,s),null},onHide:()=>{this.state="closed"},layout:i}),t=3===this.message.type?D.NC("vs/base/browser/ui/inputbox/inputBox","alertErrorMessage","Error: {0}",this.message.content):2===this.message.type?D.NC("vs/base/browser/ui/inputbox/inputBox","alertWarningMessage","Warning: {0}",this.message.content):D.NC("vs/base/browser/ui/inputbox/inputBox","alertInfoMessage","Info: {0}",this.message.content),a.Z9(t),this.state="open"}_hideMessage(){this.contextViewProvider&&("open"===this.state&&this.contextViewProvider.hideContextView(),this.state="idle")}onValueChange(){this._onDidChange.fire(this.value),this.validate(),this.updateMirror(),this.input.classList.toggle("empty",!this.value),"open"===this.state&&this.contextViewProvider&&this.contextViewProvider.layout()}updateMirror(){if(!this.mirror)return;const e=this.value,t=10===e.charCodeAt(e.length-1)?" ":"";(e+t).replace(/\u000c/g,"")?this.mirror.textContent=e+t:this.mirror.innerText=" ",this.layout()}style(e){this.inputBackground=e.inputBackground,this.inputForeground=e.inputForeground,this.inputBorder=e.inputBorder,this.inputValidationInfoBackground=e.inputValidationInfoBackground,this.inputValidationInfoForeground=e.inputValidationInfoForeground,this.inputValidationInfoBorder=e.inputValidationInfoBorder,this.inputValidationWarningBackground=e.inputValidationWarningBackground,this.inputValidationWarningForeground=e.inputValidationWarningForeground,this.inputValidationWarningBorder=e.inputValidationWarningBorder,this.inputValidationErrorBackground=e.inputValidationErrorBackground,this.inputValidationErrorForeground=e.inputValidationErrorForeground,this.inputValidationErrorBorder=e.inputValidationErrorBorder,this.applyStyles()}applyStyles(){const e=this.inputBackground?this.inputBackground.toString():"",t=this.inputForeground?this.inputForeground.toString():"",i=this.inputBorder?this.inputBorder.toString():"";this.element.style.backgroundColor=e,this.element.style.color=t,this.input.style.backgroundColor="inherit",this.input.style.color=t,this.element.style.borderWidth=i?"1px":"",this.element.style.borderStyle=i?"solid":"",this.element.style.borderColor=i}layout(){if(!this.mirror)return;const e=this.cachedContentHeight;this.cachedContentHeight=n.wn(this.mirror),e!==this.cachedContentHeight&&(this.cachedHeight=Math.min(this.cachedContentHeight,this.maxHeight),this.input.style.height=this.cachedHeight+"px",this._onDidHeightChange.fire(this.cachedContentHeight))}insertAtCursor(e){const t=this.inputElement,i=t.selectionStart,n=t.selectionEnd,o=t.value;null!==i&&null!==n&&(this.value=o.substr(0,i)+e+o.substr(n),t.setSelectionRange(i+1,i+1),this.layout())}dispose(){this._hideMessage(),this.message=null,this.actionbar&&this.actionbar.dispose(),super.dispose()}}class R extends A{constructor(e,t,i){const n=D.NC("vs/base/browser/ui/inputbox/inputBox",{key:"history.inputbox.hint",comment:["Text will be prefixed with ⇅ plus a single space, then used as a hint where input field keeps history"]},"for history"),o=` or ⇅ ${n}`,r=` (⇅ ${n})`;super(e,t,i),this.history=new g(i.history,100);const s=()=>{if(i.showHistoryHint&&i.showHistoryHint()&&!this.placeholder.endsWith(o)&&!this.placeholder.endsWith(r)&&this.history.getHistory().length){const e=this.placeholder.endsWith(")")?o:r,t=this.placeholder+e;i.showPlaceholderOnFocus&&document.activeElement!==this.input?this.placeholder=t:this.setPlaceHolder(t)}};this.observer=new MutationObserver(((e,t)=>{e.forEach((e=>{e.target.textContent||s()}))})),this.observer.observe(this.input,{attributeFilter:["class"]}),this.onfocus(this.input,(()=>s())),this.onblur(this.input,(()=>{const e=e=>{if(this.placeholder.endsWith(e)){const t=this.placeholder.slice(0,this.placeholder.length-e.length);return i.showPlaceholderOnFocus?this.placeholder=t:this.setPlaceHolder(t),!0}return!1};e(r)||e(o)}))}dispose(){super.dispose(),this.observer&&(this.observer.disconnect(),this.observer=void 0)}addToHistory(){this.value&&this.value!==this.getCurrentValue()&&this.history.add(this.value)}showNextValue(){this.history.has(this.value)||this.addToHistory();let e=this.getNextValue();e&&(e=e===this.value?this.getNextValue():e),e&&(this.value=e,a.i7(this.value))}showPreviousValue(){this.history.has(this.value)||this.addToHistory();let e=this.getPreviousValue();e&&(e=e===this.value?this.getPreviousValue():e),e&&(this.value=e,a.i7(this.value))}getCurrentValue(){let e=this.history.current();return e||(e=this.history.last(),this.history.next()),e}getPreviousValue(){return this.history.previous()||this.history.first()}getNextValue(){return this.history.next()||this.history.last()}}},20768:function(e,t,i){"use strict";i.d(t,{kX:function(){return S},Bv:function(){return E}});var n=i(26641),o=i(42560),r=i(68695),s=i(27163),a=i(83055),l=i(98677),c=i(57800),d=i(40027),u=i(79945),h=i(46718),g=i(4004),p=i(90584),m=i(14747),f=i(98729);function _(e,t){const i=[];for(let n of t){if(e.start>=n.range.end)continue;if(e.end({range:b(e.range,n),size:e.size}))),s=i.map(((t,i)=>({range:{start:e+i,end:e+i+1},size:t.size})));this.groups=function(...e){return function(e){const t=[];let i=null;for(let n of e){const e=n.range.start,o=n.range.end,r=n.size;i&&r===i.size?i.range.end=o:(i={range:{start:e,end:o},size:r},t.push(i))}return t}(e.reduce(((e,t)=>e.concat(t)),[]))}(o,s,r),this._size=this.groups.reduce(((e,t)=>e+t.size*(t.range.end-t.range.start)),0)}get count(){const e=this.groups.length;return e?this.groups[e-1].range.end:0}get size(){return this._size}indexAt(e){if(e<0)return-1;let t=0,i=0;for(let n of this.groups){const o=n.range.end-n.range.start,r=i+o*n.size;if(e{for(const i of e)this.getRenderer(t).disposeTemplate(i.templateData),i.templateData=null})),this.cache.clear()}getRenderer(e){const t=this.renderers.get(e);if(!t)throw new Error(`No renderer found for ${e}`);return t}}var w=function(e,t,i,n){var o,r=arguments.length,s=r<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,i):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,i,s):o(t,i))||s);return r>3&&s&&Object.defineProperty(t,i,s),s};const y={useShadows:!0,verticalScrollMode:1,setRowLineHeight:!0,setRowHeight:!0,supportDynamicHeights:!1,dnd:{getDragElements:e=>[e],getDragURI:()=>null,onDragStart(){},onDragOver:()=>!1,drop(){}},horizontalScrolling:!1,transformOptimization:!0,alwaysConsumeMouseWheel:!0};class S{constructor(e){this.elements=e}update(){}getData(){return this.elements}}class x{constructor(e){this.elements=e}update(){}getData(){return this.elements}}class k{constructor(){this.types=[],this.files=[]}update(e){if(e.types&&this.types.splice(0,this.types.length,...e.types),e.files){this.files.splice(0,this.files.length);for(let t=0;ti,(null==e?void 0:e.getPosInSet)?this.getPosInSet=e.getPosInSet.bind(e):this.getPosInSet=(e,t)=>t+1,(null==e?void 0:e.getRole)?this.getRole=e.getRole.bind(e):this.getRole=e=>"listitem",(null==e?void 0:e.isChecked)?this.isChecked=e.isChecked.bind(e):this.isChecked=e=>{}}}class E{constructor(e,t,i,n=y){if(this.virtualDelegate=t,this.domId="list_id_"+ ++E.InstanceCount,this.renderers=new Map,this.renderWidth=0,this._scrollHeight=0,this.scrollableElementUpdateDisposable=null,this.scrollableElementWidthDelayer=new d.vp(50),this.splicing=!1,this.dragOverAnimationStopDisposable=g.JT.None,this.dragOverMouseY=0,this.canDrop=!1,this.currentDragFeedbackDisposable=g.JT.None,this.onDragLeaveTimeout=g.JT.None,this.disposables=new g.SL,this._onDidChangeContentHeight=new h.Q5,this._horizontalScrolling=!1,n.horizontalScrolling&&n.supportDynamicHeights)throw new Error("Horizontal scrolling and dynamic heights not supported simultaneously");this.items=[],this.itemId=0,this.rangeMap=new v;for(const e of i)this.renderers.set(e.templateId,e);this.cache=this.disposables.add(new C(this.renderers)),this.lastRenderTop=0,this.lastRenderHeight=0,this.domNode=document.createElement("div"),this.domNode.className="monaco-list",this.domNode.classList.add(this.domId),this.domNode.tabIndex=0,this.domNode.classList.toggle("mouse-support","boolean"!=typeof n.mouseSupport||n.mouseSupport),this._horizontalScrolling=(0,p.CJ)(n,(e=>e.horizontalScrolling),y.horizontalScrolling),this.domNode.classList.toggle("horizontal-scrolling",this._horizontalScrolling),this.additionalScrollHeight=void 0===n.additionalScrollHeight?0:n.additionalScrollHeight,this.accessibilityProvider=new L(n.accessibilityProvider),this.rowsContainer=document.createElement("div"),this.rowsContainer.className="monaco-list-rows",(0,p.CJ)(n,(e=>e.transformOptimization),y.transformOptimization)&&(this.rowsContainer.style.transform="translate3d(0px, 0px, 0px)"),this.disposables.add(a.o.addTarget(this.rowsContainer)),this.scrollable=new f.Rm({forceIntegerValues:!0,smoothScrollDuration:(0,p.CJ)(n,(e=>e.smoothScrolling),!1)?125:0,scheduleAtNextAnimationFrame:e=>(0,r.jL)(e)}),this.scrollableElement=this.disposables.add(new l.$Z(this.rowsContainer,{alwaysConsumeMouseWheel:(0,p.CJ)(n,(e=>e.alwaysConsumeMouseWheel),y.alwaysConsumeMouseWheel),horizontal:1,vertical:(0,p.CJ)(n,(e=>e.verticalScrollMode),y.verticalScrollMode),useShadows:(0,p.CJ)(n,(e=>e.useShadows),y.useShadows),mouseWheelScrollSensitivity:n.mouseWheelScrollSensitivity,fastScrollSensitivity:n.fastScrollSensitivity},this.scrollable)),this.domNode.appendChild(this.scrollableElement.getDomNode()),e.appendChild(this.domNode),this.scrollableElement.onScroll(this.onScroll,this,this.disposables),this.disposables.add((0,r.nm)(this.rowsContainer,a.t.Change,(e=>this.onTouchChange(e)))),this.disposables.add((0,r.nm)(this.scrollableElement.getDomNode(),"scroll",(e=>e.target.scrollTop=0))),this.disposables.add((0,r.nm)(this.domNode,"dragover",(e=>this.onDragOver(this.toDragEvent(e))))),this.disposables.add((0,r.nm)(this.domNode,"drop",(e=>this.onDrop(this.toDragEvent(e))))),this.disposables.add((0,r.nm)(this.domNode,"dragleave",(e=>this.onDragLeave(this.toDragEvent(e))))),this.disposables.add((0,r.nm)(this.domNode,"dragend",(e=>this.onDragEnd(e)))),this.setRowLineHeight=(0,p.CJ)(n,(e=>e.setRowLineHeight),y.setRowLineHeight),this.setRowHeight=(0,p.CJ)(n,(e=>e.setRowHeight),y.setRowHeight),this.supportDynamicHeights=(0,p.CJ)(n,(e=>e.supportDynamicHeights),y.supportDynamicHeights),this.dnd=(0,p.CJ)(n,(e=>e.dnd),y.dnd),this.layout()}get contentHeight(){return this.rangeMap.size}get horizontalScrolling(){return this._horizontalScrolling}set horizontalScrolling(e){if(e!==this._horizontalScrolling){if(e&&this.supportDynamicHeights)throw new Error("Horizontal scrolling and dynamic heights not supported simultaneously");if(this._horizontalScrolling=e,this.domNode.classList.toggle("horizontal-scrolling",this._horizontalScrolling),this._horizontalScrolling){for(const e of this.items)this.measureItemWidth(e);this.updateScrollWidth(),this.scrollableElement.setScrollDimensions({width:(0,r.FK)(this.domNode)}),this.rowsContainer.style.width=`${Math.max(this.scrollWidth||0,this.renderWidth)}px`}else this.scrollableElementWidthDelayer.cancel(),this.scrollableElement.setScrollDimensions({width:this.renderWidth,scrollWidth:this.renderWidth}),this.rowsContainer.style.width=""}}updateOptions(e){void 0!==e.additionalScrollHeight&&(this.additionalScrollHeight=e.additionalScrollHeight,this.scrollableElement.setScrollDimensions({scrollHeight:this.scrollHeight})),void 0!==e.smoothScrolling&&this.scrollable.setSmoothScrollDuration(e.smoothScrolling?125:0),void 0!==e.horizontalScrolling&&(this.horizontalScrolling=e.horizontalScrolling),void 0!==e.mouseWheelScrollSensitivity&&this.scrollableElement.updateOptions({mouseWheelScrollSensitivity:e.mouseWheelScrollSensitivity}),void 0!==e.fastScrollSensitivity&&this.scrollableElement.updateOptions({fastScrollSensitivity:e.fastScrollSensitivity})}splice(e,t,i=[]){if(this.splicing)throw new Error("Can't run recursive splices.");this.splicing=!0;try{return this._splice(e,t,i)}finally{this.splicing=!1,this._onDidChangeContentHeight.fire(this.contentHeight)}}_splice(e,t,i=[]){const n=this.getRenderRange(this.lastRenderTop,this.lastRenderHeight),o={start:e,end:e+t},r=m.e.intersect(n,o),s=new Map;for(let e=r.end-1;e>=r.start;e--){const t=this.items[e];if(t.dragStartDisposable.dispose(),t.row){let i=s.get(t.templateId);i||(i=[],s.set(t.templateId,i));const n=this.renderers.get(t.templateId);n&&n.disposeElement&&n.disposeElement(t.element,e,t.row.templateData,t.size),i.push(t.row)}t.row=null}const a={start:e+t,end:this.items.length},l=m.e.intersect(a,n),c=m.e.relativeComplement(a,n),d=i.map((e=>({id:String(this.itemId++),element:e,templateId:this.virtualDelegate.getTemplateId(e),size:this.virtualDelegate.getHeight(e),width:void 0,hasDynamicHeight:!!this.virtualDelegate.hasDynamicHeight&&this.virtualDelegate.hasDynamicHeight(e),lastDynamicHeightWidth:void 0,row:null,uri:void 0,dropTarget:!1,dragStartDisposable:g.JT.None,checkedDisposable:g.JT.None})));let u;0===e&&t>=this.items.length?(this.rangeMap=new v,this.rangeMap.splice(0,0,d),u=this.items,this.items=d):(this.rangeMap.splice(e,t,d),u=this.items.splice(e,t,...d));const h=i.length-t,p=this.getRenderRange(this.lastRenderTop,this.lastRenderHeight),f=b(l,h),_=m.e.intersect(p,f);for(let e=_.start;e<_.end;e++)this.updateItemInDOM(this.items[e],e);const C=m.e.relativeComplement(f,p);for(const e of C)for(let t=e.start;tb(e,h))),y=[{start:e,end:e+i.length},...w].map((e=>m.e.intersect(p,e))),S=this.getNextToLastElement(y);for(const e of y)for(let t=e.start;te.element))}eventuallyUpdateScrollDimensions(){this._scrollHeight=this.contentHeight,this.rowsContainer.style.height=`${this._scrollHeight}px`,this.scrollableElementUpdateDisposable||(this.scrollableElementUpdateDisposable=(0,r.jL)((()=>{this.scrollableElement.setScrollDimensions({scrollHeight:this.scrollHeight}),this.updateScrollWidth(),this.scrollableElementUpdateDisposable=null})))}eventuallyUpdateScrollWidth(){this.horizontalScrolling?this.scrollableElementWidthDelayer.trigger((()=>this.updateScrollWidth())):this.scrollableElementWidthDelayer.cancel()}updateScrollWidth(){if(!this.horizontalScrolling)return;let e=0;for(const t of this.items)void 0!==t.width&&(e=Math.max(e,t.width));this.scrollWidth=e,this.scrollableElement.setScrollDimensions({scrollWidth:0===e?0:e+10})}rerender(){if(this.supportDynamicHeights){for(const e of this.items)e.lastDynamicHeightWidth=void 0;this._rerender(this.lastRenderTop,this.lastRenderHeight)}}get length(){return this.items.length}get renderHeight(){return this.scrollableElement.getScrollDimensions().height}element(e){return this.items[e].element}domElement(e){const t=this.items[e].row;return t&&t.domNode}elementHeight(e){return this.items[e].size}elementTop(e){return this.rangeMap.positionAt(e)}indexAt(e){return this.rangeMap.indexAt(e)}indexAfter(e){return this.rangeMap.indexAfter(e)}layout(e,t){let i={height:"number"==typeof e?e:(0,r.If)(this.domNode)};this.scrollableElementUpdateDisposable&&(this.scrollableElementUpdateDisposable.dispose(),this.scrollableElementUpdateDisposable=null,i.scrollHeight=this.scrollHeight),this.scrollableElement.setScrollDimensions(i),void 0!==t&&(this.renderWidth=t,this.supportDynamicHeights&&this._rerender(this.scrollTop,this.renderHeight)),this.horizontalScrolling&&this.scrollableElement.setScrollDimensions({width:"number"==typeof t?t:(0,r.FK)(this.domNode)})}render(e,t,i,n,o,r=!1){const s=this.getRenderRange(t,i),a=m.e.relativeComplement(s,e),l=m.e.relativeComplement(e,s),c=this.getNextToLastElement(a);if(r){const t=m.e.intersect(e,s);for(let e=t.start;en.row.domNode.setAttribute("aria-checked",String(!!e));e(s.value),n.checkedDisposable=s.onDidChange(e)}n.row.domNode.parentElement||(t?this.rowsContainer.insertBefore(n.row.domNode,t):this.rowsContainer.appendChild(n.row.domNode)),this.updateItemInDOM(n,e);const a=this.renderers.get(n.templateId);if(!a)throw new Error(`No renderer found for template id ${n.templateId}`);a&&a.renderElement(n.element,e,n.row.templateData,n.size);const l=this.dnd.getDragURI(n.element);n.dragStartDisposable.dispose(),n.row.domNode.draggable=!!l,l&&(n.dragStartDisposable=(0,r.nm)(n.row.domNode,"dragstart",(e=>this.onDragStart(n.element,l,e)))),this.horizontalScrolling&&(this.measureItemWidth(n),this.eventuallyUpdateScrollWidth())}measureItemWidth(e){if(!e.row||!e.row.domNode)return;e.row.domNode.style.width=n.isFirefox?"-moz-fit-content":"fit-content",e.width=(0,r.FK)(e.row.domNode);const t=window.getComputedStyle(e.row.domNode);t.paddingLeft&&(e.width+=parseFloat(t.paddingLeft)),t.paddingRight&&(e.width+=parseFloat(t.paddingRight)),e.row.domNode.style.width=""}updateItemInDOM(e,t){e.row.domNode.style.top=`${this.elementTop(t)}px`,this.setRowHeight&&(e.row.domNode.style.height=`${e.size}px`),this.setRowLineHeight&&(e.row.domNode.style.lineHeight=`${e.size}px`),e.row.domNode.setAttribute("data-index",`${t}`),e.row.domNode.setAttribute("data-last-element",t===this.length-1?"true":"false"),e.row.domNode.setAttribute("data-parity",t%2==0?"even":"odd"),e.row.domNode.setAttribute("aria-setsize",String(this.accessibilityProvider.getSetSize(e.element,t,this.length))),e.row.domNode.setAttribute("aria-posinset",String(this.accessibilityProvider.getPosInSet(e.element,t))),e.row.domNode.setAttribute("id",this.getElementDomId(t)),e.row.domNode.classList.toggle("drop-target",e.dropTarget)}removeItemFromDOM(e){const t=this.items[e];if(t.dragStartDisposable.dispose(),t.checkedDisposable.dispose(),t.row){const i=this.renderers.get(t.templateId);i&&i.disposeElement&&i.disposeElement(t.element,e,t.row.templateData,t.size),this.cache.release(t.row),t.row=null}this.horizontalScrolling&&this.eventuallyUpdateScrollWidth()}getScrollTop(){return this.scrollableElement.getScrollPosition().scrollTop}setScrollTop(e,t){this.scrollableElementUpdateDisposable&&(this.scrollableElementUpdateDisposable.dispose(),this.scrollableElementUpdateDisposable=null,this.scrollableElement.setScrollDimensions({scrollHeight:this.scrollHeight})),this.scrollableElement.setScrollPosition({scrollTop:e,reuseAnimation:t})}get scrollTop(){return this.getScrollTop()}set scrollTop(e){this.setScrollTop(e)}get scrollHeight(){return this._scrollHeight+(this.horizontalScrolling?10:0)+this.additionalScrollHeight}get onMouseClick(){return h.ju.map(this.disposables.add(new s.Y(this.domNode,"click")).event,(e=>this.toMouseEvent(e)))}get onMouseDblClick(){return h.ju.map(this.disposables.add(new s.Y(this.domNode,"dblclick")).event,(e=>this.toMouseEvent(e)))}get onMouseMiddleClick(){return h.ju.filter(h.ju.map(this.disposables.add(new s.Y(this.domNode,"auxclick")).event,(e=>this.toMouseEvent(e))),(e=>1===e.browserEvent.button))}get onMouseDown(){return h.ju.map(this.disposables.add(new s.Y(this.domNode,"mousedown")).event,(e=>this.toMouseEvent(e)))}get onContextMenu(){return h.ju.any(h.ju.map(this.disposables.add(new s.Y(this.domNode,"contextmenu")).event,(e=>this.toMouseEvent(e))),h.ju.map(this.disposables.add(new s.Y(this.domNode,a.t.Contextmenu)).event,(e=>this.toGestureEvent(e))))}get onTouchStart(){return h.ju.map(this.disposables.add(new s.Y(this.domNode,"touchstart")).event,(e=>this.toTouchEvent(e)))}get onTap(){return h.ju.map(this.disposables.add(new s.Y(this.rowsContainer,a.t.Tap)).event,(e=>this.toGestureEvent(e)))}toMouseEvent(e){const t=this.getItemIndexFromEventTarget(e.target||null),i=void 0===t?void 0:this.items[t];return{browserEvent:e,index:t,element:i&&i.element}}toTouchEvent(e){const t=this.getItemIndexFromEventTarget(e.target||null),i=void 0===t?void 0:this.items[t];return{browserEvent:e,index:t,element:i&&i.element}}toGestureEvent(e){const t=this.getItemIndexFromEventTarget(e.initialTarget||null),i=void 0===t?void 0:this.items[t];return{browserEvent:e,index:t,element:i&&i.element}}toDragEvent(e){const t=this.getItemIndexFromEventTarget(e.target||null),i=void 0===t?void 0:this.items[t];return{browserEvent:e,index:t,element:i&&i.element}}onScroll(e){try{const t=this.getRenderRange(this.lastRenderTop,this.lastRenderHeight);this.render(t,e.scrollTop,e.height,e.scrollLeft,e.scrollWidth),this.supportDynamicHeights&&this._rerender(e.scrollTop,e.height,e.inSmoothScrolling)}catch(t){throw console.error("Got bad scroll event:",e),t}}onTouchChange(e){e.preventDefault(),e.stopPropagation(),this.scrollTop-=e.translationY}onDragStart(e,t,i){if(!i.dataTransfer)return;const n=this.dnd.getDragElements(e);if(i.dataTransfer.effectAllowed="copyMove",i.dataTransfer.setData(o.go.TEXT,t),i.dataTransfer.setDragImage){let e;this.dnd.getDragLabel&&(e=this.dnd.getDragLabel(n,i)),void 0===e&&(e=String(n.length));const t=(0,r.$)(".monaco-drag-image");t.textContent=e,document.body.appendChild(t),i.dataTransfer.setDragImage(t,-10,-10),setTimeout((()=>document.body.removeChild(t)),0)}this.currentDragData=new S(n),o.P$.CurrentDragAndDropData=new x(n),this.dnd.onDragStart&&this.dnd.onDragStart(this.currentDragData,i)}onDragOver(e){if(e.browserEvent.preventDefault(),this.onDragLeaveTimeout.dispose(),o.P$.CurrentDragAndDropData&&"vscode-ui"===o.P$.CurrentDragAndDropData.getData())return!1;if(this.setupDragAndDropScrollTopAnimation(e.browserEvent),!e.browserEvent.dataTransfer)return!1;if(!this.currentDragData)if(o.P$.CurrentDragAndDropData)this.currentDragData=o.P$.CurrentDragAndDropData;else{if(!e.browserEvent.dataTransfer.types)return!1;this.currentDragData=new k}const t=this.dnd.onDragOver(this.currentDragData,e.element,e.index,e.browserEvent);if(this.canDrop="boolean"==typeof t?t:t.accept,!this.canDrop)return this.currentDragFeedback=void 0,this.currentDragFeedbackDisposable.dispose(),!1;let i;if(e.browserEvent.dataTransfer.dropEffect="boolean"!=typeof t&&0===t.effect?"copy":"move",i="boolean"!=typeof t&&t.feedback?t.feedback:void 0===e.index?[-1]:[e.index],i=(0,c.EB)(i).filter((e=>e>=-1&&ee-t)),i=-1===i[0]?[-1]:i,n=this.currentDragFeedback,r=i,Array.isArray(n)&&Array.isArray(r)?(0,c.fS)(n,r):n===r)return!0;var n,r;if(this.currentDragFeedback=i,this.currentDragFeedbackDisposable.dispose(),-1===i[0])this.domNode.classList.add("drop-target"),this.rowsContainer.classList.add("drop-target"),this.currentDragFeedbackDisposable=(0,g.OF)((()=>{this.domNode.classList.remove("drop-target"),this.rowsContainer.classList.remove("drop-target")}));else{for(const e of i){const t=this.items[e];t.dropTarget=!0,t.row&&t.row.domNode.classList.add("drop-target")}this.currentDragFeedbackDisposable=(0,g.OF)((()=>{for(const e of i){const t=this.items[e];t.dropTarget=!1,t.row&&t.row.domNode.classList.remove("drop-target")}}))}return!0}onDragLeave(e){var t,i;this.onDragLeaveTimeout.dispose(),this.onDragLeaveTimeout=(0,d.Vg)((()=>this.clearDragOverFeedback()),100),this.currentDragData&&(null===(i=(t=this.dnd).onDragLeave)||void 0===i||i.call(t,this.currentDragData,e.element,e.index,e.browserEvent))}onDrop(e){if(!this.canDrop)return;const t=this.currentDragData;this.teardownDragAndDropScrollTopAnimation(),this.clearDragOverFeedback(),this.currentDragData=void 0,o.P$.CurrentDragAndDropData=void 0,t&&e.browserEvent.dataTransfer&&(e.browserEvent.preventDefault(),t.update(e.browserEvent.dataTransfer),this.dnd.drop(t,e.element,e.index,e.browserEvent))}onDragEnd(e){this.canDrop=!1,this.teardownDragAndDropScrollTopAnimation(),this.clearDragOverFeedback(),this.currentDragData=void 0,o.P$.CurrentDragAndDropData=void 0,this.dnd.onDragEnd&&this.dnd.onDragEnd(e)}clearDragOverFeedback(){this.currentDragFeedback=void 0,this.currentDragFeedbackDisposable.dispose(),this.currentDragFeedbackDisposable=g.JT.None}setupDragAndDropScrollTopAnimation(e){if(!this.dragOverAnimationDisposable){const e=(0,r.xQ)(this.domNode).top;this.dragOverAnimationDisposable=(0,r.jt)(this.animateDragAndDropScrollTop.bind(this,e))}this.dragOverAnimationStopDisposable.dispose(),this.dragOverAnimationStopDisposable=(0,d.Vg)((()=>{this.dragOverAnimationDisposable&&(this.dragOverAnimationDisposable.dispose(),this.dragOverAnimationDisposable=void 0)}),1e3),this.dragOverMouseY=e.pageY}animateDragAndDropScrollTop(e){if(void 0===this.dragOverMouseY)return;const t=this.dragOverMouseY-e,i=this.renderHeight-35;t<35?this.scrollTop+=Math.max(-14,Math.floor(.3*(t-35))):t>i&&(this.scrollTop+=Math.min(14,Math.floor(.3*(t-i))))}teardownDragAndDropScrollTopAnimation(){this.dragOverAnimationStopDisposable.dispose(),this.dragOverAnimationDisposable&&(this.dragOverAnimationDisposable.dispose(),this.dragOverAnimationDisposable=void 0)}getItemIndexFromEventTarget(e){const t=this.scrollableElement.getDomNode();let i=e;for(;i instanceof HTMLElement&&i!==this.rowsContainer&&t.contains(i);){const e=i.getAttribute("data-index");if(e){const t=Number(e);if(!isNaN(t))return t}i=i.parentElement}}getRenderRange(e,t){return{start:this.rangeMap.indexAt(e),end:this.rangeMap.indexAfter(e+t-1)}}_rerender(e,t,i){const n=this.getRenderRange(e,t);let o,r;e===this.elementTop(n.start)?(o=n.start,r=0):n.end-n.start>1&&(o=n.start+1,r=this.elementTop(o)-e);let s=0;for(;;){const a=this.getRenderRange(e,t);let l=!1;for(let e=a.start;en.splice(e,t,i)))}}var c=i(57800),d=i(40027),u=i(18689),h=i(79945),g=i(46718),p=i(34604),m=i(4004),f=i(1478),_=i(90584),b=i(6954),v=i(28295);i(99704);class C extends Error{constructor(e,t){super(`ListError [${e}] ${t}`)}}var w,y=i(20768),S=function(e,t,i,n){var o,r=arguments.length,s=r<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,i):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,i,s):o(t,i))||s);return r>3&&s&&Object.defineProperty(t,i,s),s},x=function(e,t,i,n){return new(i||(i=Promise))((function(o,r){function s(e){try{l(n.next(e))}catch(e){r(e)}}function a(e){try{l(n.throw(e))}catch(e){r(e)}}function l(e){var t;e.done?o(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(s,a)}l((n=n.apply(e,t||[])).next())}))};class k{constructor(e){this.trait=e,this.renderedElements=[]}get templateId(){return`template:${this.trait.name}`}renderTemplate(e){return e}renderElement(e,t,i){const n=this.renderedElements.findIndex((e=>e.templateData===i));if(n>=0){const e=this.renderedElements[n];this.trait.unrender(i),e.index=t}else{const e={index:t,templateData:i};this.renderedElements.push(e)}this.trait.renderIndex(t,i)}splice(e,t,i){const n=[];for(const o of this.renderedElements)o.index=e+t&&n.push({index:o.index+i-t,templateData:o.templateData});this.renderedElements=n}renderIndexes(e){for(const{index:t,templateData:i}of this.renderedElements)e.indexOf(t)>-1&&this.trait.renderIndex(t,i)}disposeTemplate(e){const t=this.renderedElements.findIndex((t=>t.templateData===e));t<0||this.renderedElements.splice(t,1)}}class L{constructor(e){this._trait=e,this.length=0,this.indexes=[],this.sortedIndexes=[],this._onChange=new g.Q5,this.onChange=this._onChange.event}get name(){return this._trait}get renderer(){return new k(this)}splice(e,t,i){var n;t=Math.max(0,Math.min(t,this.length-e));const o=i.length-t,r=e+t,s=[...this.sortedIndexes.filter((t=>tt?i+e:-1)).filter((e=>-1!==e)),...this.sortedIndexes.filter((e=>e>=r)).map((e=>e+o))],a=this.length+o;if(this.sortedIndexes.length>0&&0===s.length&&a>0){const t=null!==(n=this.sortedIndexes.find((t=>t>=e)))&&void 0!==n?n:a-1;s.push(Math.min(t,a-1))}this.renderer.splice(e,t,i.length),this._set(s,s),this.length=a}renderIndex(e,t){t.classList.toggle(this._trait,this.contains(e))}unrender(e){e.classList.remove(this._trait)}set(e,t){return this._set(e,[...e].sort($),t)}_set(e,t,i){const n=this.indexes,o=this.sortedIndexes;this.indexes=e,this.sortedIndexes=t;const r=z(o,e);return this.renderer.renderIndexes(r),this._onChange.fire({indexes:e,browserEvent:i}),n}get(){return this.indexes}contains(e){return(0,c.ry)(this.sortedIndexes,e,$)>=0}dispose(){(0,m.B9)(this._onChange)}}S([h.H],L.prototype,"renderer",null);class E extends L{constructor(e){super("selected"),this.setAriaSelected=e}renderIndex(e,t){super.renderIndex(e,t),this.setAriaSelected&&(this.contains(e)?t.setAttribute("aria-selected","true"):t.setAttribute("aria-selected","false"))}}class N{constructor(e,t,i){this.trait=e,this.view=t,this.identityProvider=i}splice(e,t,i){if(!this.identityProvider)return this.trait.splice(e,t,i.map((()=>!1)));const n=this.trait.get().map((e=>this.identityProvider.getId(this.view.element(e)).toString())),o=i.map((e=>n.indexOf(this.identityProvider.getId(e).toString())>-1));this.trait.splice(e,t,o)}}function D(e){return"INPUT"===e.tagName||"TEXTAREA"===e.tagName}function I(e){return!!e.classList.contains("monaco-editor")||!e.classList.contains("monaco-list")&&!!e.parentElement&&I(e.parentElement)}class T{constructor(e,t,i){this.list=e,this.view=t,this.disposables=new m.SL,this.multipleSelectionDisposables=new m.SL,this.onKeyDown.filter((e=>3===e.keyCode)).on(this.onEnter,this,this.disposables),this.onKeyDown.filter((e=>16===e.keyCode)).on(this.onUpArrow,this,this.disposables),this.onKeyDown.filter((e=>18===e.keyCode)).on(this.onDownArrow,this,this.disposables),this.onKeyDown.filter((e=>11===e.keyCode)).on(this.onPageUpArrow,this,this.disposables),this.onKeyDown.filter((e=>12===e.keyCode)).on(this.onPageDownArrow,this,this.disposables),this.onKeyDown.filter((e=>9===e.keyCode)).on(this.onEscape,this,this.disposables),!1!==i.multipleSelectionSupport&&this.onKeyDown.filter((e=>(b.dz?e.metaKey:e.ctrlKey)&&31===e.keyCode)).on(this.onCtrlA,this,this.multipleSelectionDisposables)}get onKeyDown(){return g.ju.chain(this.disposables.add(new o.Y(this.view.domNode,"keydown")).event).filter((e=>!D(e.target))).map((e=>new r.y(e)))}updateOptions(e){void 0!==e.multipleSelectionSupport&&(this.multipleSelectionDisposables.clear(),e.multipleSelectionSupport&&this.onKeyDown.filter((e=>(b.dz?e.metaKey:e.ctrlKey)&&31===e.keyCode)).on(this.onCtrlA,this,this.multipleSelectionDisposables))}onEnter(e){e.preventDefault(),e.stopPropagation(),this.list.setSelection(this.list.getFocus(),e.browserEvent)}onUpArrow(e){e.preventDefault(),e.stopPropagation(),this.list.focusPrevious(1,!1,e.browserEvent);const t=this.list.getFocus()[0];this.list.setAnchor(t),this.list.reveal(t),this.view.domNode.focus()}onDownArrow(e){e.preventDefault(),e.stopPropagation(),this.list.focusNext(1,!1,e.browserEvent);const t=this.list.getFocus()[0];this.list.setAnchor(t),this.list.reveal(t),this.view.domNode.focus()}onPageUpArrow(e){e.preventDefault(),e.stopPropagation(),this.list.focusPreviousPage(e.browserEvent);const t=this.list.getFocus()[0];this.list.setAnchor(t),this.list.reveal(t),this.view.domNode.focus()}onPageDownArrow(e){e.preventDefault(),e.stopPropagation(),this.list.focusNextPage(e.browserEvent);const t=this.list.getFocus()[0];this.list.setAnchor(t),this.list.reveal(t),this.view.domNode.focus()}onCtrlA(e){e.preventDefault(),e.stopPropagation(),this.list.setSelection((0,c.w6)(this.list.length),e.browserEvent),this.list.setAnchor(void 0),this.view.domNode.focus()}onEscape(e){this.list.getSelection().length&&(e.preventDefault(),e.stopPropagation(),this.list.setSelection([],e.browserEvent),this.list.setAnchor(void 0),this.view.domNode.focus())}dispose(){this.disposables.dispose(),this.multipleSelectionDisposables.dispose()}}S([h.H],T.prototype,"onKeyDown",null),function(e){e[e.Idle=0]="Idle",e[e.Typing=1]="Typing"}(w||(w={}));const A=new class{mightProducePrintableCharacter(e){return!(e.ctrlKey||e.metaKey||e.altKey)&&(e.keyCode>=31&&e.keyCode<=56||e.keyCode>=21&&e.keyCode<=30||e.keyCode>=93&&e.keyCode<=102||e.keyCode>=80&&e.keyCode<=90)}};class R{constructor(e,t,i,n){this.list=e,this.view=t,this.keyboardNavigationLabelProvider=i,this.delegate=n,this.enabled=!1,this.state=w.Idle,this.automaticKeyboardNavigation=!0,this.triggered=!1,this.previouslyFocused=-1,this.enabledDisposables=new m.SL,this.disposables=new m.SL,this.updateOptions(e.options)}updateOptions(e){void 0===e.enableKeyboardNavigation||e.enableKeyboardNavigation?this.enable():this.disable(),void 0!==e.automaticKeyboardNavigation&&(this.automaticKeyboardNavigation=e.automaticKeyboardNavigation)}enable(){if(this.enabled)return;const e=g.ju.chain(this.enabledDisposables.add(new o.Y(this.view.domNode,"keydown")).event).filter((e=>!D(e.target))).filter((()=>this.automaticKeyboardNavigation||this.triggered)).map((e=>new r.y(e))).filter((e=>this.delegate.mightProducePrintableCharacter(e))).forEach((e=>e.preventDefault())).map((e=>e.browserEvent.key)).event,t=g.ju.debounce(e,(()=>null),800);g.ju.reduce(g.ju.any(e,t),((e,t)=>null===t?null:(e||"")+t))(this.onInput,this,this.enabledDisposables),t(this.onClear,this,this.enabledDisposables),this.enabled=!0,this.triggered=!1}disable(){this.enabled&&(this.enabledDisposables.clear(),this.enabled=!1,this.triggered=!1)}onClear(){var e;const t=this.list.getFocus();if(t.length>0&&t[0]===this.previouslyFocused){const i=null===(e=this.list.options.accessibilityProvider)||void 0===e?void 0:e.getAriaLabel(this.list.element(t[0]));i&&(0,a.Z9)(i)}this.previouslyFocused=-1}onInput(e){if(!e)return this.state=w.Idle,void(this.triggered=!1);const t=this.list.getFocus(),i=t.length>0?t[0]:0,n=this.state===w.Idle?1:0;this.state=w.Typing;for(let t=0;t!D(e.target))).map((e=>new r.y(e))).filter((e=>!(2!==e.keyCode||e.ctrlKey||e.metaKey||e.shiftKey||e.altKey))).on(this.onTab,this,this.disposables)}onTab(e){if(e.target!==this.view.domNode)return;const t=this.list.getFocus();if(0===t.length)return;const i=this.view.domElement(t[0]);if(!i)return;const n=i.querySelector("[tabIndex]");if(!(n&&n instanceof HTMLElement&&-1!==n.tabIndex))return;const o=window.getComputedStyle(n);"hidden"!==o.visibility&&"none"!==o.display&&(e.preventDefault(),e.stopPropagation(),n.focus())}dispose(){this.disposables.dispose()}}function O(e){return b.dz?e.browserEvent.metaKey:e.browserEvent.ctrlKey}function P(e){return e.browserEvent.shiftKey}const F={isSelectionSingleChangeEvent:O,isSelectionRangeChangeEvent:P};class B{constructor(e){this.list=e,this.disposables=new m.SL,this._onPointer=new g.Q5,this.onPointer=this._onPointer.event,!1!==e.options.multipleSelectionSupport&&(this.multipleSelectionController=this.list.options.multipleSelectionController||F),this.mouseSupport=void 0===e.options.mouseSupport||!!e.options.mouseSupport,this.mouseSupport&&(e.onMouseDown(this.onMouseDown,this,this.disposables),e.onContextMenu(this.onContextMenu,this,this.disposables),e.onMouseDblClick(this.onDoubleClick,this,this.disposables),e.onTouchStart(this.onMouseDown,this,this.disposables),this.disposables.add(s.o.addTarget(e.getHTMLElement()))),g.ju.any(e.onMouseClick,e.onMouseMiddleClick,e.onTap)(this.onViewPointer,this,this.disposables)}updateOptions(e){void 0!==e.multipleSelectionSupport&&(this.multipleSelectionController=void 0,e.multipleSelectionSupport&&(this.multipleSelectionController=this.list.options.multipleSelectionController||F))}isSelectionSingleChangeEvent(e){return!!this.multipleSelectionController&&this.multipleSelectionController.isSelectionSingleChangeEvent(e)}isSelectionRangeChangeEvent(e){return!!this.multipleSelectionController&&this.multipleSelectionController.isSelectionRangeChangeEvent(e)}isSelectionChangeEvent(e){return this.isSelectionSingleChangeEvent(e)||this.isSelectionRangeChangeEvent(e)}onMouseDown(e){I(e.browserEvent.target)||document.activeElement!==e.browserEvent.target&&this.list.domFocus()}onContextMenu(e){if(I(e.browserEvent.target))return;const t=void 0===e.index?[]:[e.index];this.list.setFocus(t,e.browserEvent)}onViewPointer(e){if(!this.mouseSupport)return;if(D(e.browserEvent.target)||I(e.browserEvent.target))return;const t=e.index;return void 0===t?(this.list.setFocus([],e.browserEvent),this.list.setSelection([],e.browserEvent),void this.list.setAnchor(void 0)):this.isSelectionRangeChangeEvent(e)||this.isSelectionChangeEvent(e)?this.changeSelection(e):(this.list.setFocus([t],e.browserEvent),this.list.setAnchor(t),(i=e.browserEvent)instanceof MouseEvent&&2===i.button||this.list.setSelection([t],e.browserEvent),void this._onPointer.fire(e));var i}onDoubleClick(e){if(D(e.browserEvent.target)||I(e.browserEvent.target))return;if(this.isSelectionChangeEvent(e))return;const t=this.list.getFocus();this.list.setSelection(t,e.browserEvent)}changeSelection(e){const t=e.index;let i=this.list.getAnchor();if(this.isSelectionRangeChangeEvent(e)){if(void 0===i){const e=this.list.getFocus()[0];i=null!=e?e:t,this.list.setAnchor(i)}const n=Math.min(i,t),o=Math.max(i,t),r=(0,c.w6)(n,o+1),s=this.list.getSelection(),a=function(e,t){const i=e.indexOf(t);if(-1===i)return[];const n=[];let o=i-1;for(;o>=0&&e[o]===t-(i-o);)n.push(e[o--]);for(n.reverse(),o=i;o=e.length)i.push(t[o++]);else if(o>=t.length)i.push(e[n++]);else{if(e[n]===t[o]){n++,o++;continue}e[n]e!==t));this.list.setFocus([t]),this.list.setAnchor(t),i.length===n.length?this.list.setSelection([...n,t],e.browserEvent):this.list.setSelection(n,e.browserEvent)}}dispose(){this.disposables.dispose()}}class W{constructor(e,t){this.styleElement=e,this.selectorSuffix=t}style(e){const t=this.selectorSuffix&&`.${this.selectorSuffix}`,i=[];e.listBackground&&(e.listBackground.isOpaque()?i.push(`.monaco-list${t} .monaco-list-rows { background: ${e.listBackground}; }`):b.dz||console.warn(`List with id '${this.selectorSuffix}' was styled with a non-opaque background color. This will break sub-pixel antialiasing.`)),e.listFocusBackground&&(i.push(`.monaco-list${t}:focus .monaco-list-row.focused { background-color: ${e.listFocusBackground}; }`),i.push(`.monaco-list${t}:focus .monaco-list-row.focused:hover { background-color: ${e.listFocusBackground}; }`)),e.listFocusForeground&&i.push(`.monaco-list${t}:focus .monaco-list-row.focused { color: ${e.listFocusForeground}; }`),e.listActiveSelectionBackground&&(i.push(`.monaco-list${t}:focus .monaco-list-row.selected { background-color: ${e.listActiveSelectionBackground}; }`),i.push(`.monaco-list${t}:focus .monaco-list-row.selected:hover { background-color: ${e.listActiveSelectionBackground}; }`)),e.listActiveSelectionForeground&&i.push(`.monaco-list${t}:focus .monaco-list-row.selected { color: ${e.listActiveSelectionForeground}; }`),e.listActiveSelectionIconForeground&&i.push(`.monaco-list${t}:focus .monaco-list-row.selected .codicon { color: ${e.listActiveSelectionIconForeground}; }`),e.listFocusAndSelectionBackground&&i.push(`\n\t\t\t\t.monaco-drag-image,\n\t\t\t\t.monaco-list${t}:focus .monaco-list-row.selected.focused { background-color: ${e.listFocusAndSelectionBackground}; }\n\t\t\t`),e.listFocusAndSelectionForeground&&i.push(`\n\t\t\t\t.monaco-drag-image,\n\t\t\t\t.monaco-list${t}:focus .monaco-list-row.selected.focused { color: ${e.listFocusAndSelectionForeground}; }\n\t\t\t`),e.listInactiveFocusForeground&&(i.push(`.monaco-list${t} .monaco-list-row.focused { color: ${e.listInactiveFocusForeground}; }`),i.push(`.monaco-list${t} .monaco-list-row.focused:hover { color: ${e.listInactiveFocusForeground}; }`)),e.listInactiveSelectionIconForeground&&i.push(`.monaco-list${t} .monaco-list-row.focused .codicon { color: ${e.listInactiveSelectionIconForeground}; }`),e.listInactiveFocusBackground&&(i.push(`.monaco-list${t} .monaco-list-row.focused { background-color: ${e.listInactiveFocusBackground}; }`),i.push(`.monaco-list${t} .monaco-list-row.focused:hover { background-color: ${e.listInactiveFocusBackground}; }`)),e.listInactiveSelectionBackground&&(i.push(`.monaco-list${t} .monaco-list-row.selected { background-color: ${e.listInactiveSelectionBackground}; }`),i.push(`.monaco-list${t} .monaco-list-row.selected:hover { background-color: ${e.listInactiveSelectionBackground}; }`)),e.listInactiveSelectionForeground&&i.push(`.monaco-list${t} .monaco-list-row.selected { color: ${e.listInactiveSelectionForeground}; }`),e.listHoverBackground&&i.push(`.monaco-list${t}:not(.drop-target) .monaco-list-row:hover:not(.selected):not(.focused) { background-color: ${e.listHoverBackground}; }`),e.listHoverForeground&&i.push(`.monaco-list${t} .monaco-list-row:hover:not(.selected):not(.focused) { color: ${e.listHoverForeground}; }`),e.listSelectionOutline&&i.push(`.monaco-list${t} .monaco-list-row.selected { outline: 1px dotted ${e.listSelectionOutline}; outline-offset: -1px; }`),e.listFocusOutline&&i.push(`\n\t\t\t\t.monaco-drag-image,\n\t\t\t\t.monaco-list${t}:focus .monaco-list-row.focused { outline: 1px solid ${e.listFocusOutline}; outline-offset: -1px; }\n\t\t\t\t.monaco-workbench.context-menu-visible .monaco-list${t}.last-focused .monaco-list-row.focused { outline: 1px solid ${e.listFocusOutline}; outline-offset: -1px; }\n\t\t\t`),e.listInactiveFocusOutline&&i.push(`.monaco-list${t} .monaco-list-row.focused { outline: 1px dotted ${e.listInactiveFocusOutline}; outline-offset: -1px; }`),e.listHoverOutline&&i.push(`.monaco-list${t} .monaco-list-row:hover { outline: 1px dashed ${e.listHoverOutline}; outline-offset: -1px; }`),e.listDropBackground&&i.push(`\n\t\t\t\t.monaco-list${t}.drop-target,\n\t\t\t\t.monaco-list${t} .monaco-list-rows.drop-target,\n\t\t\t\t.monaco-list${t} .monaco-list-row.drop-target { background-color: ${e.listDropBackground} !important; color: inherit !important; }\n\t\t\t`),e.listFilterWidgetBackground&&i.push(`.monaco-list-type-filter { background-color: ${e.listFilterWidgetBackground} }`),e.listFilterWidgetOutline&&i.push(`.monaco-list-type-filter { border: 1px solid ${e.listFilterWidgetOutline}; }`),e.listFilterWidgetNoMatchesOutline&&i.push(`.monaco-list-type-filter.no-matches { border: 1px solid ${e.listFilterWidgetNoMatchesOutline}; }`),e.listMatchesShadow&&i.push(`.monaco-list-type-filter { box-shadow: 1px 1px 1px ${e.listMatchesShadow}; }`),e.tableColumnsBorder&&i.push(`\n\t\t\t\t.monaco-table:hover > .monaco-split-view2,\n\t\t\t\t.monaco-table:hover > .monaco-split-view2 .monaco-sash.vertical::before {\n\t\t\t\t\tborder-color: ${e.tableColumnsBorder};\n\t\t\t}`),e.tableOddRowsBackgroundColor&&i.push(`\n\t\t\t\t.monaco-table .monaco-list-row[data-parity=odd]:not(.focused):not(.selected):not(:hover) .monaco-table-tr,\n\t\t\t\t.monaco-table .monaco-list:not(:focus) .monaco-list-row[data-parity=odd].focused:not(.selected):not(:hover) .monaco-table-tr,\n\t\t\t\t.monaco-table .monaco-list:not(.focused) .monaco-list-row[data-parity=odd].focused:not(.selected):not(:hover) .monaco-table-tr {\n\t\t\t\t\tbackground-color: ${e.tableOddRowsBackgroundColor};\n\t\t\t\t}\n\t\t\t`),this.styleElement.textContent=i.join("\n")}}const V={listFocusBackground:u.Il.fromHex("#7FB0D0"),listActiveSelectionBackground:u.Il.fromHex("#0E639C"),listActiveSelectionForeground:u.Il.fromHex("#FFFFFF"),listActiveSelectionIconForeground:u.Il.fromHex("#FFFFFF"),listFocusAndSelectionBackground:u.Il.fromHex("#094771"),listFocusAndSelectionForeground:u.Il.fromHex("#FFFFFF"),listInactiveSelectionBackground:u.Il.fromHex("#3F3F46"),listInactiveSelectionIconForeground:u.Il.fromHex("#FFFFFF"),listHoverBackground:u.Il.fromHex("#2A2D2E"),listDropBackground:u.Il.fromHex("#383B3D"),treeIndentGuidesStroke:u.Il.fromHex("#a9a9a9"),tableColumnsBorder:u.Il.fromHex("#cccccc").transparent(.2),tableOddRowsBackgroundColor:u.Il.fromHex("#cccccc").transparent(.04)},H={keyboardSupport:!0,mouseSupport:!0,multipleSelectionSupport:!0,dnd:{getDragURI:()=>null,onDragStart(){},onDragOver:()=>!1,drop(){}}};function z(e,t){const i=[];let n=0,o=0;for(;n=e.length)i.push(t[o++]);else if(o>=t.length)i.push(e[n++]);else{if(e[n]===t[o]){i.push(e[n]),n++,o++;continue}e[n]e-t;class U{constructor(e,t){this._templateId=e,this.renderers=t}get templateId(){return this._templateId}renderTemplate(e){return this.renderers.map((t=>t.renderTemplate(e)))}renderElement(e,t,i,n){let o=0;for(const r of this.renderers)r.renderElement(e,t,i[o++],n)}disposeElement(e,t,i,n){let o=0;for(const r of this.renderers)r.disposeElement&&r.disposeElement(e,t,i[o],n),o+=1}disposeTemplate(e){let t=0;for(const i of this.renderers)i.disposeTemplate(e[t++])}}class j{constructor(e){this.accessibilityProvider=e,this.templateId="a18n"}renderTemplate(e){return e}renderElement(e,t,i){const n=this.accessibilityProvider.getAriaLabel(e);n?i.setAttribute("aria-label",n):i.removeAttribute("aria-label");const o=this.accessibilityProvider.getAriaLevel&&this.accessibilityProvider.getAriaLevel(e);"number"==typeof o?i.setAttribute("aria-level",`${o}`):i.removeAttribute("aria-level")}disposeTemplate(e){}}class K{constructor(e,t){this.list=e,this.dnd=t}getDragElements(e){const t=this.list.getSelectedElements();return t.indexOf(e)>-1?t:[e]}getDragURI(e){return this.dnd.getDragURI(e)}getDragLabel(e,t){if(this.dnd.getDragLabel)return this.dnd.getDragLabel(e,t)}onDragStart(e,t){this.dnd.onDragStart&&this.dnd.onDragStart(e,t)}onDragOver(e,t,i,n){return this.dnd.onDragOver(e,t,i,n)}onDragLeave(e,t,i,n){var o,r;null===(r=(o=this.dnd).onDragLeave)||void 0===r||r.call(o,e,t,i,n)}onDragEnd(e){this.dnd.onDragEnd&&this.dnd.onDragEnd(e)}drop(e,t,i,n){this.dnd.drop(e,t,i,n)}}class q{constructor(e,t,i,o,r=H){var s;this.user=e,this._options=r,this.focus=new L("focused"),this.anchor=new L("anchor"),this.eventBufferer=new g.E7,this._ariaLabel="",this.disposables=new m.SL,this._onDidDispose=new g.Q5,this.onDidDispose=this._onDidDispose.event;const a=this._options.accessibilityProvider&&this._options.accessibilityProvider.getWidgetRole?null===(s=this._options.accessibilityProvider)||void 0===s?void 0:s.getWidgetRole():"list";this.selection=new E("listbox"!==a),(0,_.jB)(r,V,!1);const c=[this.focus.renderer,this.selection.renderer];this.accessibilityProvider=r.accessibilityProvider,this.accessibilityProvider&&(c.push(new j(this.accessibilityProvider)),this.accessibilityProvider.onDidChangeActiveDescendant&&this.accessibilityProvider.onDidChangeActiveDescendant(this.onDidChangeActiveDescendant,this,this.disposables)),o=o.map((e=>new U(e.templateId,[...c,e])));const d=Object.assign(Object.assign({},r),{dnd:r.dnd&&new K(this,r.dnd)});if(this.view=new y.Bv(t,i,o,d),this.view.domNode.setAttribute("role",a),r.styleController)this.styleController=r.styleController(this.view.domId);else{const e=(0,n.dS)(this.view.domNode);this.styleController=new W(e,this.view.domId)}if(this.spliceable=new l([new N(this.focus,this.view,r.identityProvider),new N(this.selection,this.view,r.identityProvider),new N(this.anchor,this.view,r.identityProvider),this.view]),this.disposables.add(this.focus),this.disposables.add(this.selection),this.disposables.add(this.anchor),this.disposables.add(this.view),this.disposables.add(this._onDidDispose),this.disposables.add(new M(this,this.view)),("boolean"!=typeof r.keyboardSupport||r.keyboardSupport)&&(this.keyboardController=new T(this,this.view,r),this.disposables.add(this.keyboardController)),r.keyboardNavigationLabelProvider){const e=r.keyboardNavigationDelegate||A;this.typeLabelController=new R(this,this.view,r.keyboardNavigationLabelProvider,e),this.disposables.add(this.typeLabelController)}this.mouseController=this.createMouseController(r),this.disposables.add(this.mouseController),this.onDidChangeFocus(this._onFocusChange,this,this.disposables),this.onDidChangeSelection(this._onSelectionChange,this,this.disposables),this.accessibilityProvider&&(this.ariaLabel=this.accessibilityProvider.getWidgetAriaLabel()),!1!==this._options.multipleSelectionSupport&&this.view.domNode.setAttribute("aria-multiselectable","true")}get onDidChangeFocus(){return g.ju.map(this.eventBufferer.wrapEvent(this.focus.onChange),(e=>this.toListEvent(e)))}get onDidChangeSelection(){return g.ju.map(this.eventBufferer.wrapEvent(this.selection.onChange),(e=>this.toListEvent(e)))}get domId(){return this.view.domId}get onMouseClick(){return this.view.onMouseClick}get onMouseDblClick(){return this.view.onMouseDblClick}get onMouseMiddleClick(){return this.view.onMouseMiddleClick}get onPointer(){return this.mouseController.onPointer}get onMouseDown(){return this.view.onMouseDown}get onTouchStart(){return this.view.onTouchStart}get onTap(){return this.view.onTap}get onContextMenu(){let e=!1;const t=g.ju.chain(this.disposables.add(new o.Y(this.view.domNode,"keydown")).event).map((e=>new r.y(e))).filter((t=>e=58===t.keyCode||t.shiftKey&&68===t.keyCode)).map(o.p).filter((()=>!1)).event,i=g.ju.chain(this.disposables.add(new o.Y(this.view.domNode,"keyup")).event).forEach((()=>e=!1)).map((e=>new r.y(e))).filter((e=>58===e.keyCode||e.shiftKey&&68===e.keyCode)).map(o.p).map((({browserEvent:e})=>{const t=this.getFocus(),i=t.length?t[0]:void 0;return{index:i,element:void 0!==i?this.view.element(i):void 0,anchor:void 0!==i?this.view.domElement(i):this.view.domNode,browserEvent:e}})).event,n=g.ju.chain(this.view.onContextMenu).filter((t=>!e)).map((({element:e,index:t,browserEvent:i})=>({element:e,index:t,anchor:{x:i.pageX+1,y:i.pageY},browserEvent:i}))).event;return g.ju.any(t,i,n)}get onKeyDown(){return this.disposables.add(new o.Y(this.view.domNode,"keydown")).event}get onDidFocus(){return g.ju.signal(this.disposables.add(new o.Y(this.view.domNode,"focus",!0)).event)}createMouseController(e){return new B(this)}updateOptions(e={}){var t;this._options=Object.assign(Object.assign({},this._options),e),this.typeLabelController&&this.typeLabelController.updateOptions(this._options),void 0!==this._options.multipleSelectionController&&(this._options.multipleSelectionSupport?this.view.domNode.setAttribute("aria-multiselectable","true"):this.view.domNode.removeAttribute("aria-multiselectable")),this.mouseController.updateOptions(e),null===(t=this.keyboardController)||void 0===t||t.updateOptions(e),this.view.updateOptions(e)}get options(){return this._options}splice(e,t,i=[]){if(e<0||e>this.view.length)throw new C(this.user,`Invalid start index: ${e}`);if(t<0)throw new C(this.user,`Invalid delete count: ${t}`);0===t&&0===i.length||this.eventBufferer.bufferEvents((()=>this.spliceable.splice(e,t,i)))}rerender(){this.view.rerender()}element(e){return this.view.element(e)}get length(){return this.view.length}get contentHeight(){return this.view.contentHeight}get scrollTop(){return this.view.getScrollTop()}set scrollTop(e){this.view.setScrollTop(e)}get ariaLabel(){return this._ariaLabel}set ariaLabel(e){this._ariaLabel=e,this.view.domNode.setAttribute("aria-label",e)}domFocus(){this.view.domNode.focus({preventScroll:!0})}layout(e,t){this.view.layout(e,t)}setSelection(e,t){for(const t of e)if(t<0||t>=this.length)throw new C(this.user,`Invalid index ${t}`);this.selection.set(e,t)}getSelection(){return this.selection.get()}getSelectedElements(){return this.getSelection().map((e=>this.view.element(e)))}setAnchor(e){if(void 0!==e){if(e<0||e>=this.length)throw new C(this.user,`Invalid index ${e}`);this.anchor.set([e])}else this.anchor.set([])}getAnchor(){return(0,c.Xh)(this.anchor.get(),void 0)}getAnchorElement(){const e=this.getAnchor();return void 0===e?void 0:this.element(e)}setFocus(e,t){for(const t of e)if(t<0||t>=this.length)throw new C(this.user,`Invalid index ${t}`);this.focus.set(e,t)}focusNext(e=1,t=!1,i,n){if(0===this.length)return;const o=this.focus.get(),r=this.findNextIndex(o.length>0?o[0]+e:0,t,n);r>-1&&this.setFocus([r],i)}focusPrevious(e=1,t=!1,i,n){if(0===this.length)return;const o=this.focus.get(),r=this.findPreviousIndex(o.length>0?o[0]-e:0,t,n);r>-1&&this.setFocus([r],i)}focusNextPage(e,t){return x(this,void 0,void 0,(function*(){let i=this.view.indexAt(this.view.getScrollTop()+this.view.renderHeight);i=0===i?0:i-1;const n=this.view.element(i),o=this.getFocusedElements()[0];if(o!==n){const n=this.findPreviousIndex(i,!1,t);n>-1&&o!==this.view.element(n)?this.setFocus([n],e):this.setFocus([i],e)}else{const n=this.view.getScrollTop();this.view.setScrollTop(n+this.view.renderHeight-this.view.elementHeight(i)),this.view.getScrollTop()!==n&&(this.setFocus([]),yield(0,d.Vs)(0),yield this.focusNextPage(e,t))}}))}focusPreviousPage(e,t){return x(this,void 0,void 0,(function*(){let i;const n=this.view.getScrollTop();i=0===n?this.view.indexAt(n):this.view.indexAfter(n-1);const o=this.view.element(i),r=this.getFocusedElements()[0];if(r!==o){const n=this.findNextIndex(i,!1,t);n>-1&&r!==this.view.element(n)?this.setFocus([n],e):this.setFocus([i],e)}else{const i=n;this.view.setScrollTop(n-this.view.renderHeight),this.view.getScrollTop()!==i&&(this.setFocus([]),yield(0,d.Vs)(0),yield this.focusPreviousPage(e,t))}}))}focusLast(e,t){if(0===this.length)return;const i=this.findPreviousIndex(this.length-1,!1,t);i>-1&&this.setFocus([i],e)}focusFirst(e,t){this.focusNth(0,e,t)}focusNth(e,t,i){if(0===this.length)return;const n=this.findNextIndex(e,!1,i);n>-1&&this.setFocus([n],t)}findNextIndex(e,t=!1,i){for(let n=0;n=this.length&&!t)return-1;if(e%=this.length,!i||i(this.element(e)))return e;e++}return-1}findPreviousIndex(e,t=!1,i){for(let n=0;nthis.view.element(e)))}reveal(e,t){if(e<0||e>=this.length)throw new C(this.user,`Invalid index ${e}`);const i=this.view.getScrollTop(),n=this.view.elementTop(e),o=this.view.elementHeight(e);if((0,v.hj)(t)){const e=o-this.view.renderHeight;this.view.setScrollTop(e*(0,f.uZ)(t,0,1)+n)}else{const e=n+o,t=i+this.view.renderHeight;n=t||(n=t&&o>=this.view.renderHeight?this.view.setScrollTop(n):e>=t&&this.view.setScrollTop(e-this.view.renderHeight))}}getRelativeTop(e){if(e<0||e>=this.length)throw new C(this.user,`Invalid index ${e}`);const t=this.view.getScrollTop(),i=this.view.elementTop(e),n=this.view.elementHeight(e);if(it+this.view.renderHeight)return null;const o=n-this.view.renderHeight;return Math.abs((t-i)/o)}getHTMLElement(){return this.view.domNode}style(e){this.styleController.style(e)}toListEvent({indexes:e,browserEvent:t}){return{indexes:e,elements:e.map((e=>this.view.element(e))),browserEvent:t}}_onFocusChange(){const e=this.focus.get();this.view.domNode.classList.toggle("element-focused",e.length>0),this.onDidChangeActiveDescendant()}onDidChangeActiveDescendant(){var e;const t=this.focus.get();if(t.length>0){let i;(null===(e=this.accessibilityProvider)||void 0===e?void 0:e.getActiveDescendantId)&&(i=this.accessibilityProvider.getActiveDescendantId(this.view.element(t[0]))),this.view.domNode.setAttribute("aria-activedescendant",i||this.view.getElementDomId(t[0]))}else this.view.domNode.removeAttribute("aria-activedescendant")}_onSelectionChange(){const e=this.selection.get();this.view.domNode.classList.toggle("selection-none",0===e.length),this.view.domNode.classList.toggle("selection-single",1===e.length),this.view.domNode.classList.toggle("selection-multiple",e.length>1)}dispose(){this._onDidDispose.fire(),this.disposables.dispose(),this._onDidDispose.dispose()}}S([h.H],q.prototype,"onDidChangeFocus",null),S([h.H],q.prototype,"onDidChangeSelection",null),S([h.H],q.prototype,"onContextMenu",null),S([h.H],q.prototype,"onKeyDown",null),S([h.H],q.prototype,"onDidFocus",null)},32082:function(e,t,i){"use strict";i.d(t,{S:function(){return _}});var n=i(93379),o=i.n(n),r=i(7795),s=i.n(r),a=i(90569),l=i.n(a),c=i(3565),d=i.n(c),u=i(19216),h=i.n(u),g=i(44589),p=i.n(g),m=i(12422),f={};f.styleTagTransform=p(),f.setAttributes=d(),f.insert=l().bind(null,"head"),f.domAPI=s(),f.insertStyleElement=h(),o()(m.Z,f),m.Z&&m.Z.locals&&m.Z.locals;const _="monaco-mouse-cursor-text"},71036:function(e,t,i){"use strict";i.d(t,{l:function(){return k},g:function(){return R}});var n=i(68695),o=i(27163),r=i(83055),s=i(40027),a=i(79945),l=i(46718),c=i(4004),d=i(6954),u=i(93379),h=i.n(u),g=i(7795),p=i.n(g),m=i(90569),f=i.n(m),_=i(3565),b=i.n(_),v=i(19216),C=i.n(v),w=i(44589),y=i.n(w),S=i(68126),x={};x.styleTagTransform=y(),x.setAttributes=b(),x.insert=f().bind(null,"head"),x.domAPI=p(),x.insertStyleElement=C(),h()(S.Z,x),S.Z&&S.Z.locals&&S.Z.locals;var k,L=function(e,t,i,n){var o,r=arguments.length,s=r<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,i):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,i,s):o(t,i))||s);return r>3&&s&&Object.defineProperty(t,i,s),s};!function(e){e.North="north",e.South="south",e.East="east",e.West="west"}(k||(k={}));const E=new l.Q5,N=new l.Q5;class D{constructor(){this.disposables=new c.SL}get onPointerMove(){return this.disposables.add(new o.Y(window,"mousemove")).event}get onPointerUp(){return this.disposables.add(new o.Y(window,"mouseup")).event}dispose(){this.disposables.dispose()}}L([a.H],D.prototype,"onPointerMove",null),L([a.H],D.prototype,"onPointerUp",null);class I{constructor(e){this.el=e,this.disposables=new c.SL}get onPointerMove(){return this.disposables.add(new o.Y(this.el,r.t.Change)).event}get onPointerUp(){return this.disposables.add(new o.Y(this.el,r.t.End)).event}dispose(){this.disposables.dispose()}}L([a.H],I.prototype,"onPointerMove",null),L([a.H],I.prototype,"onPointerUp",null);class T{constructor(e){this.factory=e}get onPointerMove(){return this.factory.onPointerMove}get onPointerUp(){return this.factory.onPointerUp}dispose(){}}L([a.H],T.prototype,"onPointerMove",null),L([a.H],T.prototype,"onPointerUp",null);const A="pointer-events-disabled";class R extends c.JT{constructor(e,t,i){super(),this.hoverDelay=300,this.hoverDelayer=this._register(new s.vp(this.hoverDelay)),this._state=3,this.onDidEnablementChange=this._register(new l.Q5),this._onDidStart=this._register(new l.Q5),this._onDidChange=this._register(new l.Q5),this._onDidReset=this._register(new l.Q5),this._onDidEnd=this._register(new l.Q5),this.orthogonalStartSashDisposables=this._register(new c.SL),this.orthogonalStartDragHandleDisposables=this._register(new c.SL),this.orthogonalEndSashDisposables=this._register(new c.SL),this.orthogonalEndDragHandleDisposables=this._register(new c.SL),this.onDidStart=this._onDidStart.event,this.onDidChange=this._onDidChange.event,this.onDidReset=this._onDidReset.event,this.onDidEnd=this._onDidEnd.event,this.linkedSash=void 0,this.el=(0,n.R3)(e,(0,n.$)(".monaco-sash")),i.orthogonalEdge&&this.el.classList.add(`orthogonal-edge-${i.orthogonalEdge}`),d.dz&&this.el.classList.add("mac");const a=this._register(new o.Y(this.el,"mousedown")).event;this._register(a((e=>this.onPointerStart(e,new D)),this));const u=this._register(new o.Y(this.el,"dblclick")).event;this._register(u(this.onPointerDoublePress,this));const h=this._register(new o.Y(this.el,"mouseenter")).event;this._register(h((()=>R.onMouseEnter(this))));const g=this._register(new o.Y(this.el,"mouseleave")).event;this._register(g((()=>R.onMouseLeave(this)))),this._register(r.o.addTarget(this.el));const p=l.ju.map(this._register(new o.Y(this.el,r.t.Start)).event,(e=>{var t;return Object.assign(Object.assign({},e),{target:null!==(t=e.initialTarget)&&void 0!==t?t:null})}));this._register(p((e=>this.onPointerStart(e,new I(this.el))),this));const m=this._register(new o.Y(this.el,r.t.Tap)).event,f=l.ju.map(l.ju.filter(l.ju.debounce(m,((e,t)=>{var i;return{event:t,count:(null!==(i=null==e?void 0:e.count)&&void 0!==i?i:0)+1}}),250),(({count:e})=>2===e)),(({event:e})=>{var t;return Object.assign(Object.assign({},e),{target:null!==(t=e.initialTarget)&&void 0!==t?t:null})}));this._register(f(this.onPointerDoublePress,this)),"number"==typeof i.size?(this.size=i.size,0===i.orientation?this.el.style.width=`${this.size}px`:this.el.style.height=`${this.size}px`):(this.size=4,this._register(E.event((e=>{this.size=e,this.layout()})))),this._register(N.event((e=>this.hoverDelay=e))),this.layoutProvider=t,this.orthogonalStartSash=i.orthogonalStartSash,this.orthogonalEndSash=i.orthogonalEndSash,this.orientation=i.orientation||0,1===this.orientation?(this.el.classList.add("horizontal"),this.el.classList.remove("vertical")):(this.el.classList.remove("horizontal"),this.el.classList.add("vertical")),this.el.classList.toggle("debug",!1),this.layout()}get state(){return this._state}get orthogonalStartSash(){return this._orthogonalStartSash}get orthogonalEndSash(){return this._orthogonalEndSash}set state(e){this._state!==e&&(this.el.classList.toggle("disabled",0===e),this.el.classList.toggle("minimum",1===e),this.el.classList.toggle("maximum",2===e),this._state=e,this.onDidEnablementChange.fire(e))}set orthogonalStartSash(e){if(this.orthogonalStartDragHandleDisposables.clear(),this.orthogonalStartSashDisposables.clear(),e){const t=t=>{this.orthogonalStartDragHandleDisposables.clear(),0!==t&&(this._orthogonalStartDragHandle=(0,n.R3)(this.el,(0,n.$)(".orthogonal-drag-handle.start")),this.orthogonalStartDragHandleDisposables.add((0,c.OF)((()=>this._orthogonalStartDragHandle.remove()))),this.orthogonalStartDragHandleDisposables.add(new o.Y(this._orthogonalStartDragHandle,"mouseenter")).event((()=>R.onMouseEnter(e)),void 0,this.orthogonalStartDragHandleDisposables),this.orthogonalStartDragHandleDisposables.add(new o.Y(this._orthogonalStartDragHandle,"mouseleave")).event((()=>R.onMouseLeave(e)),void 0,this.orthogonalStartDragHandleDisposables))};this.orthogonalStartSashDisposables.add(e.onDidEnablementChange.event(t,this)),t(e.state)}this._orthogonalStartSash=e}set orthogonalEndSash(e){if(this.orthogonalEndDragHandleDisposables.clear(),this.orthogonalEndSashDisposables.clear(),e){const t=t=>{this.orthogonalEndDragHandleDisposables.clear(),0!==t&&(this._orthogonalEndDragHandle=(0,n.R3)(this.el,(0,n.$)(".orthogonal-drag-handle.end")),this.orthogonalEndDragHandleDisposables.add((0,c.OF)((()=>this._orthogonalEndDragHandle.remove()))),this.orthogonalEndDragHandleDisposables.add(new o.Y(this._orthogonalEndDragHandle,"mouseenter")).event((()=>R.onMouseEnter(e)),void 0,this.orthogonalEndDragHandleDisposables),this.orthogonalEndDragHandleDisposables.add(new o.Y(this._orthogonalEndDragHandle,"mouseleave")).event((()=>R.onMouseLeave(e)),void 0,this.orthogonalEndDragHandleDisposables))};this.orthogonalEndSashDisposables.add(e.onDidEnablementChange.event(t,this)),t(e.state)}this._orthogonalEndSash=e}onPointerStart(e,t){n.zB.stop(e);let i=!1;if(!e.__orthogonalSashEvent){const n=this.getOrthogonalSash(e);n&&(i=!0,e.__orthogonalSashEvent=!0,n.onPointerStart(e,new T(t)))}if(this.linkedSash&&!e.__linkedSashEvent&&(e.__linkedSashEvent=!0,this.linkedSash.onPointerStart(e,new T(t))),!this.state)return;const o=(0,n.H$)("iframe");for(const e of o)e.classList.add(A);const r=e.pageX,s=e.pageY,a=e.altKey,l={startX:r,currentX:r,startY:s,currentY:s,altKey:a};this.el.classList.add("active"),this._onDidStart.fire(l);const u=(0,n.dS)(this.el),h=()=>{let e="";e=i?"all-scroll":1===this.orientation?1===this.state?"s-resize":2===this.state?"n-resize":d.dz?"row-resize":"ns-resize":1===this.state?"e-resize":2===this.state?"w-resize":d.dz?"col-resize":"ew-resize",u.textContent=`* { cursor: ${e} !important; }`},g=new c.SL;h(),i||this.onDidEnablementChange.event(h,null,g),t.onPointerMove((e=>{n.zB.stop(e,!1);const t={startX:r,currentX:e.pageX,startY:s,currentY:e.pageY,altKey:a};this._onDidChange.fire(t)}),null,g),t.onPointerUp((e=>{n.zB.stop(e,!1),this.el.removeChild(u),this.el.classList.remove("active"),this._onDidEnd.fire(),g.dispose();for(const e of o)e.classList.remove(A)}),null,g),g.add(t)}onPointerDoublePress(e){const t=this.getOrthogonalSash(e);t&&t._onDidReset.fire(),this.linkedSash&&this.linkedSash._onDidReset.fire(),this._onDidReset.fire()}static onMouseEnter(e,t=!1){e.el.classList.contains("active")?(e.hoverDelayer.cancel(),e.el.classList.add("hover")):e.hoverDelayer.trigger((()=>e.el.classList.add("hover")),e.hoverDelay).then(void 0,(()=>{})),!t&&e.linkedSash&&R.onMouseEnter(e.linkedSash,!0)}static onMouseLeave(e,t=!1){e.hoverDelayer.cancel(),e.el.classList.remove("hover"),!t&&e.linkedSash&&R.onMouseLeave(e.linkedSash,!0)}clearSashHoverState(){R.onMouseLeave(this)}layout(){if(0===this.orientation){const e=this.layoutProvider;this.el.style.left=e.getVerticalSashLeft(this)-this.size/2+"px",e.getVerticalSashTop&&(this.el.style.top=e.getVerticalSashTop(this)+"px"),e.getVerticalSashHeight&&(this.el.style.height=e.getVerticalSashHeight(this)+"px")}else{const e=this.layoutProvider;this.el.style.top=e.getHorizontalSashTop(this)-this.size/2+"px",e.getHorizontalSashLeft&&(this.el.style.left=e.getHorizontalSashLeft(this)+"px"),e.getHorizontalSashWidth&&(this.el.style.width=e.getHorizontalSashWidth(this)+"px")}}getOrthogonalSash(e){if(e.target&&e.target instanceof HTMLElement)return e.target.classList.contains("orthogonal-drag-handle")?e.target.classList.contains("start")?this.orthogonalStartSash:this.orthogonalEndSash:void 0}dispose(){super.dispose(),this.el.remove()}}},98677:function(e,t,i){"use strict";i.d(t,{s$:function(){return V},NB:function(){return B},$Z:function(){return W}});var n=i(26641),o=i(68695),r=i(17762),s=i(80428),a=i(9630),l=i(43479),c=i(40027);class d extends l.${constructor(e){super(),this._onActivate=e.onActivate,this.bgDomNode=document.createElement("div"),this.bgDomNode.className="arrow-background",this.bgDomNode.style.position="absolute",this.bgDomNode.style.width=e.bgWidth+"px",this.bgDomNode.style.height=e.bgHeight+"px",void 0!==e.top&&(this.bgDomNode.style.top="0px"),void 0!==e.left&&(this.bgDomNode.style.left="0px"),void 0!==e.bottom&&(this.bgDomNode.style.bottom="0px"),void 0!==e.right&&(this.bgDomNode.style.right="0px"),this.domNode=document.createElement("div"),this.domNode.className=e.className,this.domNode.classList.add(...e.icon.classNamesArray),this.domNode.style.position="absolute",this.domNode.style.width="11px",this.domNode.style.height="11px",void 0!==e.top&&(this.domNode.style.top=e.top+"px"),void 0!==e.left&&(this.domNode.style.left=e.left+"px"),void 0!==e.bottom&&(this.domNode.style.bottom=e.bottom+"px"),void 0!==e.right&&(this.domNode.style.right=e.right+"px"),this._mouseMoveMonitor=this._register(new a.Z),this.onmousedown(this.bgDomNode,(e=>this._arrowMouseDown(e))),this.onmousedown(this.domNode,(e=>this._arrowMouseDown(e))),this._mousedownRepeatTimer=this._register(new c.zh),this._mousedownScheduleRepeatTimer=this._register(new c._F)}_arrowMouseDown(e){this._onActivate(),this._mousedownRepeatTimer.cancel(),this._mousedownScheduleRepeatTimer.cancelAndSet((()=>{this._mousedownRepeatTimer.cancelAndSet((()=>this._onActivate()),1e3/24)}),200),this._mouseMoveMonitor.startMonitoring(e.target,e.buttons,a.e,(e=>{}),(()=>{this._mousedownRepeatTimer.cancel(),this._mousedownScheduleRepeatTimer.cancel()})),e.preventDefault()}}var u=i(4004);class h extends u.JT{constructor(e,t,i){super(),this._visibility=e,this._visibleClassName=t,this._invisibleClassName=i,this._domNode=null,this._isVisible=!1,this._isNeeded=!1,this._rawShouldBeVisible=!1,this._shouldBeVisible=!1,this._revealTimer=this._register(new c._F)}setVisibility(e){this._visibility!==e&&(this._visibility=e,this._updateShouldBeVisible())}setShouldBeVisible(e){this._rawShouldBeVisible=e,this._updateShouldBeVisible()}_applyVisibilitySetting(){return 2!==this._visibility&&(3===this._visibility||this._rawShouldBeVisible)}_updateShouldBeVisible(){const e=this._applyVisibilitySetting();this._shouldBeVisible!==e&&(this._shouldBeVisible=e,this.ensureVisibility())}setIsNeeded(e){this._isNeeded!==e&&(this._isNeeded=e,this.ensureVisibility())}setDomNode(e){this._domNode=e,this._domNode.setClassName(this._invisibleClassName),this.setShouldBeVisible(!1)}ensureVisibility(){this._isNeeded?this._shouldBeVisible?this._reveal():this._hide(!0):this._hide(!1)}_reveal(){this._isVisible||(this._isVisible=!0,this._revealTimer.setIfNotSet((()=>{this._domNode&&this._domNode.setClassName(this._visibleClassName)}),0))}_hide(e){this._revealTimer.cancel(),this._isVisible&&(this._isVisible=!1,this._domNode&&this._domNode.setClassName(this._invisibleClassName+(e?" fade":"")))}}var g=i(6954);class p extends l.${constructor(e){super(),this._lazyRender=e.lazyRender,this._host=e.host,this._scrollable=e.scrollable,this._scrollByPage=e.scrollByPage,this._scrollbarState=e.scrollbarState,this._visibilityController=this._register(new h(e.visibility,"visible scrollbar "+e.extraScrollbarClassName,"invisible scrollbar "+e.extraScrollbarClassName)),this._visibilityController.setIsNeeded(this._scrollbarState.isNeeded()),this._mouseMoveMonitor=this._register(new a.Z),this._shouldRender=!0,this.domNode=(0,r.X)(document.createElement("div")),this.domNode.setAttribute("role","presentation"),this.domNode.setAttribute("aria-hidden","true"),this._visibilityController.setDomNode(this.domNode),this.domNode.setPosition("absolute"),this.onmousedown(this.domNode.domNode,(e=>this._domNodeMouseDown(e)))}_createArrow(e){const t=this._register(new d(e));this.domNode.domNode.appendChild(t.bgDomNode),this.domNode.domNode.appendChild(t.domNode)}_createSlider(e,t,i,n){this.slider=(0,r.X)(document.createElement("div")),this.slider.setClassName("slider"),this.slider.setPosition("absolute"),this.slider.setTop(e),this.slider.setLeft(t),"number"==typeof i&&this.slider.setWidth(i),"number"==typeof n&&this.slider.setHeight(n),this.slider.setLayerHinting(!0),this.slider.setContain("strict"),this.domNode.domNode.appendChild(this.slider.domNode),this.onmousedown(this.slider.domNode,(e=>{e.leftButton&&(e.preventDefault(),this._sliderMouseDown(e,(()=>{})))})),this.onclick(this.slider.domNode,(e=>{e.leftButton&&e.stopPropagation()}))}_onElementSize(e){return this._scrollbarState.setVisibleSize(e)&&(this._visibilityController.setIsNeeded(this._scrollbarState.isNeeded()),this._shouldRender=!0,this._lazyRender||this.render()),this._shouldRender}_onElementScrollSize(e){return this._scrollbarState.setScrollSize(e)&&(this._visibilityController.setIsNeeded(this._scrollbarState.isNeeded()),this._shouldRender=!0,this._lazyRender||this.render()),this._shouldRender}_onElementScrollPosition(e){return this._scrollbarState.setScrollPosition(e)&&(this._visibilityController.setIsNeeded(this._scrollbarState.isNeeded()),this._shouldRender=!0,this._lazyRender||this.render()),this._shouldRender}beginReveal(){this._visibilityController.setShouldBeVisible(!0)}beginHide(){this._visibilityController.setShouldBeVisible(!1)}render(){this._shouldRender&&(this._shouldRender=!1,this._renderDomNode(this._scrollbarState.getRectangleLargeSize(),this._scrollbarState.getRectangleSmallSize()),this._updateSlider(this._scrollbarState.getSliderSize(),this._scrollbarState.getArrowSize()+this._scrollbarState.getSliderPosition()))}_domNodeMouseDown(e){e.target===this.domNode.domNode&&this._onMouseDown(e)}delegateMouseDown(e){const t=this.domNode.domNode.getClientRects()[0].top,i=t+this._scrollbarState.getSliderPosition(),n=t+this._scrollbarState.getSliderPosition()+this._scrollbarState.getSliderSize(),o=this._sliderMousePosition(e);i<=o&&o<=n?e.leftButton&&(e.preventDefault(),this._sliderMouseDown(e,(()=>{}))):this._onMouseDown(e)}_onMouseDown(e){let t,i;if(e.target===this.domNode.domNode&&"number"==typeof e.browserEvent.offsetX&&"number"==typeof e.browserEvent.offsetY)t=e.browserEvent.offsetX,i=e.browserEvent.offsetY;else{const n=o.i(this.domNode.domNode);t=e.posx-n.left,i=e.posy-n.top}const n=this._mouseDownRelativePosition(t,i);this._setDesiredScrollPositionNow(this._scrollByPage?this._scrollbarState.getDesiredScrollPositionFromOffsetPaged(n):this._scrollbarState.getDesiredScrollPositionFromOffset(n)),e.leftButton&&(e.preventDefault(),this._sliderMouseDown(e,(()=>{})))}_sliderMouseDown(e,t){const i=this._sliderMousePosition(e),n=this._sliderOrthogonalMousePosition(e),o=this._scrollbarState.clone();this.slider.toggleClassName("active",!0),this._mouseMoveMonitor.startMonitoring(e.target,e.buttons,a.e,(e=>{const t=this._sliderOrthogonalMousePosition(e),r=Math.abs(t-n);if(g.ED&&r>140)return void this._setDesiredScrollPositionNow(o.getScrollPosition());const s=this._sliderMousePosition(e)-i;this._setDesiredScrollPositionNow(o.getDesiredScrollPositionFromDelta(s))}),(()=>{this.slider.toggleClassName("active",!1),this._host.onDragEnd(),t()})),this._host.onDragStart()}_setDesiredScrollPositionNow(e){const t={};this.writeScrollPosition(t,e),this._scrollable.setScrollPositionNow(t)}updateScrollbarSize(e){this._updateScrollbarSize(e),this._scrollbarState.setScrollbarSize(e),this._shouldRender=!0,this._lazyRender||this.render()}isNeeded(){return this._scrollbarState.isNeeded()}}class m{constructor(e,t,i,n,o,r){this._scrollbarSize=Math.round(t),this._oppositeScrollbarSize=Math.round(i),this._arrowSize=Math.round(e),this._visibleSize=n,this._scrollSize=o,this._scrollPosition=r,this._computedAvailableSize=0,this._computedIsNeeded=!1,this._computedSliderSize=0,this._computedSliderRatio=0,this._computedSliderPosition=0,this._refreshComputedValues()}clone(){return new m(this._arrowSize,this._scrollbarSize,this._oppositeScrollbarSize,this._visibleSize,this._scrollSize,this._scrollPosition)}setVisibleSize(e){const t=Math.round(e);return this._visibleSize!==t&&(this._visibleSize=t,this._refreshComputedValues(),!0)}setScrollSize(e){const t=Math.round(e);return this._scrollSize!==t&&(this._scrollSize=t,this._refreshComputedValues(),!0)}setScrollPosition(e){const t=Math.round(e);return this._scrollPosition!==t&&(this._scrollPosition=t,this._refreshComputedValues(),!0)}setScrollbarSize(e){this._scrollbarSize=Math.round(e)}setOppositeScrollbarSize(e){this._oppositeScrollbarSize=Math.round(e)}static _computeValues(e,t,i,n,o){const r=Math.max(0,i-e),s=Math.max(0,r-2*t),a=n>0&&n>i;if(!a)return{computedAvailableSize:Math.round(r),computedIsNeeded:a,computedSliderSize:Math.round(s),computedSliderRatio:0,computedSliderPosition:0};const l=Math.round(Math.max(20,Math.floor(i*s/n))),c=(s-l)/(n-i),d=o*c;return{computedAvailableSize:Math.round(r),computedIsNeeded:a,computedSliderSize:Math.round(l),computedSliderRatio:c,computedSliderPosition:Math.round(d)}}_refreshComputedValues(){const e=m._computeValues(this._oppositeScrollbarSize,this._arrowSize,this._visibleSize,this._scrollSize,this._scrollPosition);this._computedAvailableSize=e.computedAvailableSize,this._computedIsNeeded=e.computedIsNeeded,this._computedSliderSize=e.computedSliderSize,this._computedSliderRatio=e.computedSliderRatio,this._computedSliderPosition=e.computedSliderPosition}getArrowSize(){return this._arrowSize}getScrollPosition(){return this._scrollPosition}getRectangleLargeSize(){return this._computedAvailableSize}getRectangleSmallSize(){return this._scrollbarSize}isNeeded(){return this._computedIsNeeded}getSliderSize(){return this._computedSliderSize}getSliderPosition(){return this._computedSliderPosition}getDesiredScrollPositionFromOffset(e){if(!this._computedIsNeeded)return 0;const t=e-this._arrowSize-this._computedSliderSize/2;return Math.round(t/this._computedSliderRatio)}getDesiredScrollPositionFromOffsetPaged(e){if(!this._computedIsNeeded)return 0;const t=e-this._arrowSize;let i=this._scrollPosition;return tthis._host.onMouseWheel(new s.q(null,1,0))}),this._createArrow({className:"scra",icon:f.lA.scrollbarButtonRight,top:i,left:void 0,bottom:void 0,right:e,bgWidth:t.arrowSize,bgHeight:t.horizontalScrollbarSize,onActivate:()=>this._host.onMouseWheel(new s.q(null,-1,0))})}this._createSlider(Math.floor((t.horizontalScrollbarSize-t.horizontalSliderSize)/2),0,void 0,t.horizontalSliderSize)}_updateSlider(e,t){this.slider.setWidth(e),this.slider.setLeft(t)}_renderDomNode(e,t){this.domNode.setWidth(e),this.domNode.setHeight(t),this.domNode.setLeft(0),this.domNode.setBottom(0)}onDidScroll(e){return this._shouldRender=this._onElementScrollSize(e.scrollWidth)||this._shouldRender,this._shouldRender=this._onElementScrollPosition(e.scrollLeft)||this._shouldRender,this._shouldRender=this._onElementSize(e.width)||this._shouldRender,this._shouldRender}_mouseDownRelativePosition(e,t){return e}_sliderMousePosition(e){return e.posx}_sliderOrthogonalMousePosition(e){return e.posy}_updateScrollbarSize(e){this.slider.setHeight(e)}writeScrollPosition(e,t){e.scrollLeft=t}updateOptions(e){this.updateScrollbarSize(2===e.horizontal?0:e.horizontalScrollbarSize),this._scrollbarState.setOppositeScrollbarSize(2===e.vertical?0:e.verticalScrollbarSize),this._visibilityController.setVisibility(e.horizontal),this._scrollByPage=e.scrollByPage}}class b extends p{constructor(e,t,i){const n=e.getScrollDimensions(),o=e.getCurrentScrollPosition();if(super({lazyRender:t.lazyRender,host:i,scrollbarState:new m(t.verticalHasArrows?t.arrowSize:0,2===t.vertical?0:t.verticalScrollbarSize,0,n.height,n.scrollHeight,o.scrollTop),visibility:t.vertical,extraScrollbarClassName:"vertical",scrollable:e,scrollByPage:t.scrollByPage}),t.verticalHasArrows){const e=(t.arrowSize-11)/2,i=(t.verticalScrollbarSize-11)/2;this._createArrow({className:"scra",icon:f.lA.scrollbarButtonUp,top:e,left:i,bottom:void 0,right:void 0,bgWidth:t.verticalScrollbarSize,bgHeight:t.arrowSize,onActivate:()=>this._host.onMouseWheel(new s.q(null,0,1))}),this._createArrow({className:"scra",icon:f.lA.scrollbarButtonDown,top:void 0,left:i,bottom:e,right:void 0,bgWidth:t.verticalScrollbarSize,bgHeight:t.arrowSize,onActivate:()=>this._host.onMouseWheel(new s.q(null,0,-1))})}this._createSlider(0,Math.floor((t.verticalScrollbarSize-t.verticalSliderSize)/2),t.verticalSliderSize,void 0)}_updateSlider(e,t){this.slider.setHeight(e),this.slider.setTop(t)}_renderDomNode(e,t){this.domNode.setWidth(t),this.domNode.setHeight(e),this.domNode.setRight(0),this.domNode.setTop(0)}onDidScroll(e){return this._shouldRender=this._onElementScrollSize(e.scrollHeight)||this._shouldRender,this._shouldRender=this._onElementScrollPosition(e.scrollTop)||this._shouldRender,this._shouldRender=this._onElementSize(e.height)||this._shouldRender,this._shouldRender}_mouseDownRelativePosition(e,t){return t}_sliderMousePosition(e){return e.posy}_sliderOrthogonalMousePosition(e){return e.posx}_updateScrollbarSize(e){this.slider.setWidth(e)}writeScrollPosition(e,t){e.scrollTop=t}updateOptions(e){this.updateScrollbarSize(2===e.vertical?0:e.verticalScrollbarSize),this._scrollbarState.setOppositeScrollbarSize(0),this._visibilityController.setVisibility(e.vertical),this._scrollByPage=e.scrollByPage}}var v=i(46718),C=i(98729),w=i(93379),y=i.n(w),S=i(7795),x=i.n(S),k=i(90569),L=i.n(k),E=i(3565),N=i.n(E),D=i(19216),I=i.n(D),T=i(44589),A=i.n(T),R=i(33304),M={};M.styleTagTransform=A(),M.setAttributes=N(),M.insert=L().bind(null,"head"),M.domAPI=x(),M.insertStyleElement=I(),y()(R.Z,M),R.Z&&R.Z.locals&&R.Z.locals;class O{constructor(e,t,i){this.timestamp=e,this.deltaX=t,this.deltaY=i,this.score=0}}class P{constructor(){this._capacity=5,this._memory=[],this._front=-1,this._rear=-1}isPhysicalMouseWheel(){if(-1===this._front&&-1===this._rear)return!1;let e=1,t=0,i=1,n=this._rear;for(;;){const o=n===this._front?e:Math.pow(2,-i);if(e-=o,t+=this._memory[n].score*o,n===this._front)break;n=(this._capacity+n-1)%this._capacity,i++}return t<=.5}accept(e,t,i){const n=new O(e,t,i);n.score=this._computeScore(n),-1===this._front&&-1===this._rear?(this._memory[0]=n,this._front=0,this._rear=0):(this._rear=(this._rear+1)%this._capacity,this._rear===this._front&&(this._front=(this._front+1)%this._capacity),this._memory[this._rear]=n)}_computeScore(e){if(Math.abs(e.deltaX)>0&&Math.abs(e.deltaY)>0)return 1;let t=.5;return-1===this._front&&-1===this._rear||this._memory[this._rear],this._isAlmostInt(e.deltaX)&&this._isAlmostInt(e.deltaY)||(t+=.25),Math.min(Math.max(t,0),1)}_isAlmostInt(e){return Math.abs(Math.round(e)-e)<.01}}P.INSTANCE=new P;class F extends l.${constructor(e,t,i){super(),this._onScroll=this._register(new v.Q5),this.onScroll=this._onScroll.event,this._onWillScroll=this._register(new v.Q5),e.style.overflow="hidden",this._options=function(e){const t={lazyRender:void 0!==e.lazyRender&&e.lazyRender,className:void 0!==e.className?e.className:"",useShadows:void 0===e.useShadows||e.useShadows,handleMouseWheel:void 0===e.handleMouseWheel||e.handleMouseWheel,flipAxes:void 0!==e.flipAxes&&e.flipAxes,consumeMouseWheelIfScrollbarIsNeeded:void 0!==e.consumeMouseWheelIfScrollbarIsNeeded&&e.consumeMouseWheelIfScrollbarIsNeeded,alwaysConsumeMouseWheel:void 0!==e.alwaysConsumeMouseWheel&&e.alwaysConsumeMouseWheel,scrollYToX:void 0!==e.scrollYToX&&e.scrollYToX,mouseWheelScrollSensitivity:void 0!==e.mouseWheelScrollSensitivity?e.mouseWheelScrollSensitivity:1,fastScrollSensitivity:void 0!==e.fastScrollSensitivity?e.fastScrollSensitivity:5,scrollPredominantAxis:void 0===e.scrollPredominantAxis||e.scrollPredominantAxis,mouseWheelSmoothScroll:void 0===e.mouseWheelSmoothScroll||e.mouseWheelSmoothScroll,arrowSize:void 0!==e.arrowSize?e.arrowSize:11,listenOnDomNode:void 0!==e.listenOnDomNode?e.listenOnDomNode:null,horizontal:void 0!==e.horizontal?e.horizontal:1,horizontalScrollbarSize:void 0!==e.horizontalScrollbarSize?e.horizontalScrollbarSize:10,horizontalSliderSize:void 0!==e.horizontalSliderSize?e.horizontalSliderSize:0,horizontalHasArrows:void 0!==e.horizontalHasArrows&&e.horizontalHasArrows,vertical:void 0!==e.vertical?e.vertical:1,verticalScrollbarSize:void 0!==e.verticalScrollbarSize?e.verticalScrollbarSize:10,verticalHasArrows:void 0!==e.verticalHasArrows&&e.verticalHasArrows,verticalSliderSize:void 0!==e.verticalSliderSize?e.verticalSliderSize:0,scrollByPage:void 0!==e.scrollByPage&&e.scrollByPage};return t.horizontalSliderSize=void 0!==e.horizontalSliderSize?e.horizontalSliderSize:t.horizontalScrollbarSize,t.verticalSliderSize=void 0!==e.verticalSliderSize?e.verticalSliderSize:t.verticalScrollbarSize,g.dz&&(t.className+=" mac"),t}(t),this._scrollable=i,this._register(this._scrollable.onScroll((e=>{this._onWillScroll.fire(e),this._onDidScroll(e),this._onScroll.fire(e)})));const n={onMouseWheel:e=>this._onMouseWheel(e),onDragStart:()=>this._onDragStart(),onDragEnd:()=>this._onDragEnd()};this._verticalScrollbar=this._register(new b(this._scrollable,this._options,n)),this._horizontalScrollbar=this._register(new _(this._scrollable,this._options,n)),this._domNode=document.createElement("div"),this._domNode.className="monaco-scrollable-element "+this._options.className,this._domNode.setAttribute("role","presentation"),this._domNode.style.position="relative",this._domNode.style.overflow="hidden",this._domNode.appendChild(e),this._domNode.appendChild(this._horizontalScrollbar.domNode.domNode),this._domNode.appendChild(this._verticalScrollbar.domNode.domNode),this._options.useShadows?(this._leftShadowDomNode=(0,r.X)(document.createElement("div")),this._leftShadowDomNode.setClassName("shadow"),this._domNode.appendChild(this._leftShadowDomNode.domNode),this._topShadowDomNode=(0,r.X)(document.createElement("div")),this._topShadowDomNode.setClassName("shadow"),this._domNode.appendChild(this._topShadowDomNode.domNode),this._topLeftShadowDomNode=(0,r.X)(document.createElement("div")),this._topLeftShadowDomNode.setClassName("shadow"),this._domNode.appendChild(this._topLeftShadowDomNode.domNode)):(this._leftShadowDomNode=null,this._topShadowDomNode=null,this._topLeftShadowDomNode=null),this._listenOnDomNode=this._options.listenOnDomNode||this._domNode,this._mouseWheelToDispose=[],this._setListeningToMouseWheel(this._options.handleMouseWheel),this.onmouseover(this._listenOnDomNode,(e=>this._onMouseOver(e))),this.onnonbubblingmouseout(this._listenOnDomNode,(e=>this._onMouseOut(e))),this._hideTimeout=this._register(new c._F),this._isDragging=!1,this._mouseIsOver=!1,this._shouldRender=!0,this._revealOnScroll=!0}get options(){return this._options}dispose(){this._mouseWheelToDispose=(0,u.B9)(this._mouseWheelToDispose),super.dispose()}getDomNode(){return this._domNode}getOverviewRulerLayoutInfo(){return{parent:this._domNode,insertBefore:this._verticalScrollbar.domNode.domNode}}delegateVerticalScrollbarMouseDown(e){this._verticalScrollbar.delegateMouseDown(e)}getScrollDimensions(){return this._scrollable.getScrollDimensions()}setScrollDimensions(e){this._scrollable.setScrollDimensions(e,!1)}updateClassName(e){this._options.className=e,g.dz&&(this._options.className+=" mac"),this._domNode.className="monaco-scrollable-element "+this._options.className}updateOptions(e){void 0!==e.handleMouseWheel&&(this._options.handleMouseWheel=e.handleMouseWheel,this._setListeningToMouseWheel(this._options.handleMouseWheel)),void 0!==e.mouseWheelScrollSensitivity&&(this._options.mouseWheelScrollSensitivity=e.mouseWheelScrollSensitivity),void 0!==e.fastScrollSensitivity&&(this._options.fastScrollSensitivity=e.fastScrollSensitivity),void 0!==e.scrollPredominantAxis&&(this._options.scrollPredominantAxis=e.scrollPredominantAxis),void 0!==e.horizontal&&(this._options.horizontal=e.horizontal),void 0!==e.vertical&&(this._options.vertical=e.vertical),void 0!==e.horizontalScrollbarSize&&(this._options.horizontalScrollbarSize=e.horizontalScrollbarSize),void 0!==e.verticalScrollbarSize&&(this._options.verticalScrollbarSize=e.verticalScrollbarSize),void 0!==e.scrollByPage&&(this._options.scrollByPage=e.scrollByPage),this._horizontalScrollbar.updateOptions(this._options),this._verticalScrollbar.updateOptions(this._options),this._options.lazyRender||this._render()}_setListeningToMouseWheel(e){if(this._mouseWheelToDispose.length>0!==e&&(this._mouseWheelToDispose=(0,u.B9)(this._mouseWheelToDispose),e)){const e=e=>{this._onMouseWheel(new s.q(e))};this._mouseWheelToDispose.push(o.nm(this._listenOnDomNode,o.tw.MOUSE_WHEEL,e,{passive:!1}))}}_onMouseWheel(e){const t=P.INSTANCE;{const i=window.devicePixelRatio/(0,n.getZoomFactor)();g.ED||g.IJ?t.accept(Date.now(),e.deltaX/i,e.deltaY/i):t.accept(Date.now(),e.deltaX,e.deltaY)}let i=!1;if(e.deltaY||e.deltaX){let n=e.deltaY*this._options.mouseWheelScrollSensitivity,o=e.deltaX*this._options.mouseWheelScrollSensitivity;this._options.scrollPredominantAxis&&(Math.abs(n)>=Math.abs(o)?o=0:n=0),this._options.flipAxes&&([n,o]=[o,n]);const r=!g.dz&&e.browserEvent&&e.browserEvent.shiftKey;!this._options.scrollYToX&&!r||o||(o=n,n=0),e.browserEvent&&e.browserEvent.altKey&&(o*=this._options.fastScrollSensitivity,n*=this._options.fastScrollSensitivity);const s=this._scrollable.getFutureScrollPosition();let a={};if(n){const e=50*n,t=s.scrollTop-(e<0?Math.floor(e):Math.ceil(e));this._verticalScrollbar.writeScrollPosition(a,t)}if(o){const e=50*o,t=s.scrollLeft-(e<0?Math.floor(e):Math.ceil(e));this._horizontalScrollbar.writeScrollPosition(a,t)}a=this._scrollable.validateScrollPosition(a),(s.scrollLeft!==a.scrollLeft||s.scrollTop!==a.scrollTop)&&(this._options.mouseWheelSmoothScroll&&t.isPhysicalMouseWheel()?this._scrollable.setScrollPositionSmooth(a):this._scrollable.setScrollPositionNow(a),i=!0)}let o=i;!o&&this._options.alwaysConsumeMouseWheel&&(o=!0),!o&&this._options.consumeMouseWheelIfScrollbarIsNeeded&&(this._verticalScrollbar.isNeeded()||this._horizontalScrollbar.isNeeded())&&(o=!0),o&&(e.preventDefault(),e.stopPropagation())}_onDidScroll(e){this._shouldRender=this._horizontalScrollbar.onDidScroll(e)||this._shouldRender,this._shouldRender=this._verticalScrollbar.onDidScroll(e)||this._shouldRender,this._options.useShadows&&(this._shouldRender=!0),this._revealOnScroll&&this._reveal(),this._options.lazyRender||this._render()}renderNow(){if(!this._options.lazyRender)throw new Error("Please use `lazyRender` together with `renderNow`!");this._render()}_render(){if(this._shouldRender&&(this._shouldRender=!1,this._horizontalScrollbar.render(),this._verticalScrollbar.render(),this._options.useShadows)){const e=this._scrollable.getCurrentScrollPosition(),t=e.scrollTop>0,i=e.scrollLeft>0,n=i?" left":"",o=t?" top":"",r=i||t?" top-left-corner":"";this._leftShadowDomNode.setClassName(`shadow${n}`),this._topShadowDomNode.setClassName(`shadow${o}`),this._topLeftShadowDomNode.setClassName(`shadow${r}${o}${n}`)}}_onDragStart(){this._isDragging=!0,this._reveal()}_onDragEnd(){this._isDragging=!1,this._hide()}_onMouseOut(e){this._mouseIsOver=!1,this._hide()}_onMouseOver(e){this._mouseIsOver=!0,this._reveal()}_reveal(){this._verticalScrollbar.beginReveal(),this._horizontalScrollbar.beginReveal(),this._scheduleHide()}_hide(){this._mouseIsOver||this._isDragging||(this._verticalScrollbar.beginHide(),this._horizontalScrollbar.beginHide())}_scheduleHide(){this._mouseIsOver||this._isDragging||this._hideTimeout.cancelAndSet((()=>this._hide()),500)}}class B extends F{constructor(e,t){(t=t||{}).mouseWheelSmoothScroll=!1;const i=new C.Rm({forceIntegerValues:!0,smoothScrollDuration:0,scheduleAtNextAnimationFrame:e=>o.jL(e)});super(e,t,i),this._register(i)}setScrollPosition(e){this._scrollable.setScrollPositionNow(e)}}class W extends F{constructor(e,t,i){super(e,t,i)}setScrollPosition(e){e.reuseAnimation?this._scrollable.setScrollPositionSmooth(e,e.reuseAnimation):this._scrollable.setScrollPositionNow(e)}getScrollPosition(){return this._scrollable.getCurrentScrollPosition()}}class V extends F{constructor(e,t){(t=t||{}).mouseWheelSmoothScroll=!1;const i=new C.Rm({forceIntegerValues:!1,smoothScrollDuration:0,scheduleAtNextAnimationFrame:e=>o.jL(e)});super(e,t,i),this._register(i),this._element=e,this.onScroll((e=>{e.scrollTopChanged&&(this._element.scrollTop=e.scrollTop),e.scrollLeftChanged&&(this._element.scrollLeft=e.scrollLeft)})),this.scanDomNode()}setScrollPosition(e){this._scrollable.setScrollPositionNow(e)}getScrollPosition(){return this._scrollable.getCurrentScrollPosition()}scanDomNode(){this.setScrollDimensions({width:this._element.clientWidth,scrollWidth:this._element.scrollWidth,height:this._element.clientHeight,scrollHeight:this._element.scrollHeight}),this.setScrollPosition({scrollLeft:this._element.scrollLeft,scrollTop:this._element.scrollTop})}}},92987:function(e,t,i){"use strict";i.d(t,{M:function(){return A},z:function(){return R}});var n=i(68695),o=i(71036),r=i(98677),s=i(57800),a=i(18689),l=i(46718),c=i(4004),d=i(1478),u=i(98729),h=i(28295),g=i(93379),p=i.n(g),m=i(7795),f=i.n(m),_=i(90569),b=i.n(_),v=i(3565),C=i.n(v),w=i(19216),y=i.n(w),S=i(44589),x=i.n(S),k=i(42254),L={};L.styleTagTransform=x(),L.setAttributes=C(),L.insert=b().bind(null,"head"),L.domAPI=f(),L.insertStyleElement=y(),p()(k.Z,L),k.Z&&k.Z.locals&&k.Z.locals;const E={separatorBorder:a.Il.transparent};class N{constructor(e,t,i,n){this.container=e,this.view=t,this.disposable=n,this._cachedVisibleSize=void 0,"number"==typeof i?(this._size=i,this._cachedVisibleSize=void 0,e.classList.add("visible")):(this._size=0,this._cachedVisibleSize=i.cachedVisibleSize)}set size(e){this._size=e}get size(){return this._size}get visible(){return void 0===this._cachedVisibleSize}setVisible(e,t){e!==this.visible&&(e?(this.size=(0,d.uZ)(this._cachedVisibleSize,this.viewMinimumSize,this.viewMaximumSize),this._cachedVisibleSize=void 0):(this._cachedVisibleSize="number"==typeof t?t:this.size,this.size=0),this.container.classList.toggle("visible",e),this.view.setVisible&&this.view.setVisible(e))}get minimumSize(){return this.visible?this.view.minimumSize:0}get viewMinimumSize(){return this.view.minimumSize}get maximumSize(){return this.visible?this.view.maximumSize:0}get viewMaximumSize(){return this.view.maximumSize}get priority(){return this.view.priority}get snap(){return!!this.view.snap}set enabled(e){this.container.style.pointerEvents=e?"":"none"}layout(e,t){this.layoutContainer(e),this.view.layout(this.size,e,t)}dispose(){return this.disposable.dispose(),this.view}}class D extends N{layoutContainer(e){this.container.style.top=`${e}px`,this.container.style.height=`${this.size}px`}}class I extends N{layoutContainer(e){this.container.style.left=`${e}px`,this.container.style.width=`${this.size}px`}}var T,A;!function(e){e[e.Idle=0]="Idle",e[e.Busy=1]="Busy"}(T||(T={})),function(e){e.Distribute={type:"distribute"},e.Split=function(e){return{type:"split",index:e}},e.Invisible=function(e){return{type:"invisible",cachedVisibleSize:e}}}(A||(A={}));class R extends c.JT{constructor(e,t={}){var i,o,s,a,c;super(),this.size=0,this.contentSize=0,this.proportions=void 0,this.viewItems=[],this.sashItems=[],this.state=T.Idle,this._onDidSashChange=this._register(new l.Q5),this._onDidSashReset=this._register(new l.Q5),this._startSnappingEnabled=!0,this._endSnappingEnabled=!0,this.onDidSashChange=this._onDidSashChange.event,this.onDidSashReset=this._onDidSashReset.event,this.orientation=null!==(i=t.orientation)&&void 0!==i?i:0,this.inverseAltBehavior=null!==(o=t.inverseAltBehavior)&&void 0!==o&&o,this.proportionalLayout=null===(s=t.proportionalLayout)||void 0===s||s,this.getSashOrthogonalSize=t.getSashOrthogonalSize,this.el=document.createElement("div"),this.el.classList.add("monaco-split-view2"),this.el.classList.add(0===this.orientation?"vertical":"horizontal"),e.appendChild(this.el),this.sashContainer=(0,n.R3)(this.el,(0,n.$)(".sash-container")),this.viewContainer=(0,n.$)(".split-view-container"),this.scrollable=new u.Rm({forceIntegerValues:!0,smoothScrollDuration:125,scheduleAtNextAnimationFrame:n.jL}),this.scrollableElement=this._register(new r.$Z(this.viewContainer,{vertical:0===this.orientation?null!==(a=t.scrollbarVisibility)&&void 0!==a?a:1:2,horizontal:1===this.orientation?null!==(c=t.scrollbarVisibility)&&void 0!==c?c:1:2},this.scrollable)),this.onDidScroll=this.scrollableElement.onScroll,this._register(this.onDidScroll((e=>{this.viewContainer.scrollTop=e.scrollTop,this.viewContainer.scrollLeft=e.scrollLeft}))),(0,n.R3)(this.el,this.scrollableElement.getDomNode()),this.style(t.styles||E),t.descriptor&&(this.size=t.descriptor.size,t.descriptor.views.forEach(((e,t)=>{const i=h.o8(e.visible)||e.visible?e.size:{type:"invisible",cachedVisibleSize:e.size},n=e.view;this.doAddView(n,i,t,!0)})),this.contentSize=this.viewItems.reduce(((e,t)=>e+t.size),0),this.saveProportions())}get orthogonalStartSash(){return this._orthogonalStartSash}get orthogonalEndSash(){return this._orthogonalEndSash}get startSnappingEnabled(){return this._startSnappingEnabled}get endSnappingEnabled(){return this._endSnappingEnabled}set orthogonalStartSash(e){for(const t of this.sashItems)t.sash.orthogonalStartSash=e;this._orthogonalStartSash=e}set orthogonalEndSash(e){for(const t of this.sashItems)t.sash.orthogonalEndSash=e;this._orthogonalEndSash=e}set startSnappingEnabled(e){this._startSnappingEnabled!==e&&(this._startSnappingEnabled=e,this.updateSashEnablement())}set endSnappingEnabled(e){this._endSnappingEnabled!==e&&(this._endSnappingEnabled=e,this.updateSashEnablement())}style(e){e.separatorBorder.isTransparent()?(this.el.classList.remove("separator-border"),this.el.style.removeProperty("--separator-border")):(this.el.classList.add("separator-border"),this.el.style.setProperty("--separator-border",e.separatorBorder.toString()))}addView(e,t,i=this.viewItems.length,n){this.doAddView(e,t,i,n)}layout(e,t){const i=Math.max(this.size,this.contentSize);if(this.size=e,this.layoutContext=t,this.proportions)for(let t=0;t1===this.viewItems[e].priority)),o=t.filter((e=>2===this.viewItems[e].priority));this.resize(this.viewItems.length-1,e-i,void 0,n,o)}this.distributeEmptySpace(),this.layoutViews()}saveProportions(){this.proportionalLayout&&this.contentSize>0&&(this.proportions=this.viewItems.map((e=>e.size/this.contentSize)))}onSashStart({sash:e,start:t,alt:i}){for(const e of this.viewItems)e.enabled=!1;const o=this.sashItems.findIndex((t=>t.sash===e)),r=(0,c.F8)((0,n.nm)(document.body,"keydown",(e=>a(this.sashDragState.current,e.altKey))),(0,n.nm)(document.body,"keyup",(()=>a(this.sashDragState.current,!1)))),a=(e,t)=>{const i=this.viewItems.map((e=>e.size));let n,a,l=Number.NEGATIVE_INFINITY,c=Number.POSITIVE_INFINITY;if(this.inverseAltBehavior&&(t=!t),t)if(o===this.sashItems.length-1){const e=this.viewItems[o];l=(e.minimumSize-e.size)/2,c=(e.maximumSize-e.size)/2}else{const e=this.viewItems[o+1];l=(e.size-e.maximumSize)/2,c=(e.size-e.minimumSize)/2}if(!t){const e=(0,s.w6)(o,-1),t=(0,s.w6)(o+1,this.viewItems.length),r=e.reduce(((e,t)=>e+(this.viewItems[t].minimumSize-i[t])),0),l=e.reduce(((e,t)=>e+(this.viewItems[t].viewMaximumSize-i[t])),0),c=0===t.length?Number.POSITIVE_INFINITY:t.reduce(((e,t)=>e+(i[t]-this.viewItems[t].minimumSize)),0),d=0===t.length?Number.NEGATIVE_INFINITY:t.reduce(((e,t)=>e+(i[t]-this.viewItems[t].viewMaximumSize)),0),u=Math.max(r,d),h=Math.min(c,l),g=this.findFirstSnapIndex(e),p=this.findFirstSnapIndex(t);if("number"==typeof g){const e=this.viewItems[g],t=Math.floor(e.viewMinimumSize/2);n={index:g,limitDelta:e.visible?u-t:u+t,size:e.size}}if("number"==typeof p){const e=this.viewItems[p],t=Math.floor(e.viewMinimumSize/2);a={index:p,limitDelta:e.visible?h+t:h-t,size:e.size}}}this.sashDragState={start:e,current:e,index:o,sizes:i,minDelta:l,maxDelta:c,alt:t,snapBefore:n,snapAfter:a,disposable:r}};a(t,i)}onSashChange({current:e}){const{index:t,start:i,sizes:n,alt:o,minDelta:r,maxDelta:s,snapBefore:a,snapAfter:l}=this.sashDragState;this.sashDragState.current=e;const c=e-i,d=this.resize(t,c,n,void 0,void 0,r,s,a,l);if(o){const e=t===this.sashItems.length-1,i=this.viewItems.map((e=>e.size)),n=e?t:t+1,o=this.viewItems[n],r=o.size-o.maximumSize,s=o.size-o.minimumSize,a=e?t-1:t+1;this.resize(a,-d,i,void 0,void 0,r,s)}this.distributeEmptySpace(),this.layoutViews()}onSashEnd(e){this._onDidSashChange.fire(e),this.sashDragState.disposable.dispose(),this.saveProportions();for(const e of this.viewItems)e.enabled=!0}onViewChange(e,t){const i=this.viewItems.indexOf(e);i<0||i>=this.viewItems.length||(t="number"==typeof t?t:e.size,t=(0,d.uZ)(t,e.minimumSize,e.maximumSize),this.inverseAltBehavior&&i>0?(this.resize(i-1,Math.floor((e.size-t)/2)),this.distributeEmptySpace(),this.layoutViews()):(e.size=t,this.relayout([i],void 0)))}resizeView(e,t){if(this.state!==T.Idle)throw new Error("Cant modify splitview");if(this.state=T.Busy,e<0||e>=this.viewItems.length)return;const i=(0,s.w6)(this.viewItems.length).filter((t=>t!==e)),n=[...i.filter((e=>1===this.viewItems[e].priority)),e],o=i.filter((e=>2===this.viewItems[e].priority)),r=this.viewItems[e];t=Math.round(t),t=(0,d.uZ)(t,r.minimumSize,Math.min(r.maximumSize,this.size)),r.size=t,this.relayout(n,o),this.state=T.Idle}distributeViewSizes(){const e=[];let t=0;for(const i of this.viewItems)i.maximumSize-i.minimumSize>0&&(e.push(i),t+=i.size);const i=Math.floor(t/e.length);for(const t of e)t.size=(0,d.uZ)(i,t.minimumSize,t.maximumSize);const n=(0,s.w6)(this.viewItems.length),o=n.filter((e=>1===this.viewItems[e].priority)),r=n.filter((e=>2===this.viewItems[e].priority));this.relayout(o,r)}getViewSize(e){return e<0||e>=this.viewItems.length?-1:this.viewItems[e].size}doAddView(e,t,i=this.viewItems.length,r){if(this.state!==T.Idle)throw new Error("Cant modify splitview");this.state=T.Busy;const a=(0,n.$)(".split-view-view");i===this.viewItems.length?this.viewContainer.appendChild(a):this.viewContainer.insertBefore(a,this.viewContainer.children.item(i));const d=e.onDidChange((e=>this.onViewChange(p,e))),u=(0,c.OF)((()=>this.viewContainer.removeChild(a))),h=(0,c.F8)(d,u);let g;g="number"==typeof t?t:"split"===t.type?this.getViewSize(t.index)/2:"invisible"===t.type?{cachedVisibleSize:t.cachedVisibleSize}:e.minimumSize;const p=0===this.orientation?new D(a,e,g,h):new I(a,e,g,h);if(this.viewItems.splice(i,0,p),this.viewItems.length>1){let e={orthogonalStartSash:this.orthogonalStartSash,orthogonalEndSash:this.orthogonalEndSash};const t=0===this.orientation?new o.g(this.sashContainer,{getHorizontalSashTop:e=>this.getSashPosition(e),getHorizontalSashWidth:this.getSashOrthogonalSize},Object.assign(Object.assign({},e),{orientation:1})):new o.g(this.sashContainer,{getVerticalSashLeft:e=>this.getSashPosition(e),getVerticalSashHeight:this.getSashOrthogonalSize},Object.assign(Object.assign({},e),{orientation:0})),n=0===this.orientation?e=>({sash:t,start:e.startY,current:e.currentY,alt:e.altKey}):e=>({sash:t,start:e.startX,current:e.currentX,alt:e.altKey}),r=l.ju.map(t.onDidStart,n)(this.onSashStart,this),a=l.ju.map(t.onDidChange,n)(this.onSashChange,this),d=l.ju.map(t.onDidEnd,(()=>this.sashItems.findIndex((e=>e.sash===t)))),u=d(this.onSashEnd,this),h=t.onDidReset((()=>{const e=this.sashItems.findIndex((e=>e.sash===t)),i=(0,s.w6)(e,-1),n=(0,s.w6)(e+1,this.viewItems.length),o=this.findFirstSnapIndex(i),r=this.findFirstSnapIndex(n);("number"!=typeof o||this.viewItems[o].visible)&&("number"!=typeof r||this.viewItems[r].visible)&&this._onDidSashReset.fire(e)})),g=(0,c.F8)(r,a,u,h,t),p={sash:t,disposable:g};this.sashItems.splice(i-1,0,p)}let m;a.appendChild(e.element),"number"!=typeof t&&"split"===t.type&&(m=[t.index]),r||this.relayout([i],m),this.state=T.Idle,r||"number"==typeof t||"distribute"!==t.type||this.distributeViewSizes()}relayout(e,t){const i=this.viewItems.reduce(((e,t)=>e+t.size),0);this.resize(this.viewItems.length-1,this.size-i,void 0,e,t),this.distributeEmptySpace(),this.layoutViews(),this.saveProportions()}resize(e,t,i=this.viewItems.map((e=>e.size)),n,o,r=Number.NEGATIVE_INFINITY,a=Number.POSITIVE_INFINITY,l,c){if(e<0||e>=this.viewItems.length)return 0;const u=(0,s.w6)(e,-1),h=(0,s.w6)(e+1,this.viewItems.length);if(o)for(const e of o)(0,s.zI)(u,e),(0,s.zI)(h,e);if(n)for(const e of n)(0,s.al)(u,e),(0,s.al)(h,e);const g=u.map((e=>this.viewItems[e])),p=u.map((e=>i[e])),m=h.map((e=>this.viewItems[e])),f=h.map((e=>i[e])),_=u.reduce(((e,t)=>e+(this.viewItems[t].minimumSize-i[t])),0),b=u.reduce(((e,t)=>e+(this.viewItems[t].maximumSize-i[t])),0),v=0===h.length?Number.POSITIVE_INFINITY:h.reduce(((e,t)=>e+(i[t]-this.viewItems[t].minimumSize)),0),C=0===h.length?Number.NEGATIVE_INFINITY:h.reduce(((e,t)=>e+(i[t]-this.viewItems[t].maximumSize)),0),w=Math.max(_,C,r),y=Math.min(v,b,a);let S=!1;if(l){const e=this.viewItems[l.index],i=t>=l.limitDelta;S=i!==e.visible,e.setVisible(i,l.size)}if(!S&&c){const e=this.viewItems[c.index],i=te+t.size),0);let i=this.size-t;const n=(0,s.w6)(this.viewItems.length-1,-1),o=n.filter((e=>1===this.viewItems[e].priority)),r=n.filter((e=>2===this.viewItems[e].priority));for(const e of r)(0,s.zI)(n,e);for(const e of o)(0,s.al)(n,e);"number"==typeof e&&(0,s.al)(n,e);for(let e=0;0!==i&&ee+t.size),0);let e=0;for(const t of this.viewItems)t.layout(e,this.layoutContext),e+=t.size;this.sashItems.forEach((e=>e.sash.layout())),this.updateSashEnablement(),this.updateScrollableElement()}updateScrollableElement(){0===this.orientation?this.scrollableElement.setScrollDimensions({height:this.size,scrollHeight:this.contentSize}):this.scrollableElement.setScrollDimensions({width:this.size,scrollWidth:this.contentSize})}updateSashEnablement(){let e=!1;const t=this.viewItems.map((t=>e=t.size-t.minimumSize>0||e));e=!1;const i=this.viewItems.map((t=>e=t.maximumSize-t.size>0||e)),n=[...this.viewItems].reverse();e=!1;const o=n.map((t=>e=t.size-t.minimumSize>0||e)).reverse();e=!1;const r=n.map((t=>e=t.maximumSize-t.size>0||e)).reverse();let a=0;for(let e=0;e0||this.startSnappingEnabled)?n.state=1:u&&t[e]&&(a0)return;if(!e.visible&&e.snap)return t}}dispose(){super.dispose(),(0,c.B9)(this.viewItems),this.viewItems=[],this.sashItems.forEach((e=>e.disposable.dispose())),this.sashItems=[]}}},43479:function(e,t,i){"use strict";i.d(t,{$:function(){return l}});var n=i(68695),o=i(33200),r=i(80428),s=i(83055),a=i(4004);class l extends a.JT{onclick(e,t){this._register(n.nm(e,n.tw.CLICK,(e=>t(new r.n(e)))))}onmousedown(e,t){this._register(n.nm(e,n.tw.MOUSE_DOWN,(e=>t(new r.n(e)))))}onmouseover(e,t){this._register(n.nm(e,n.tw.MOUSE_OVER,(e=>t(new r.n(e)))))}onnonbubblingmouseout(e,t){this._register(n.j_(e,(e=>t(new r.n(e)))))}onkeydown(e,t){this._register(n.nm(e,n.tw.KEY_DOWN,(e=>t(new o.y(e)))))}onkeyup(e,t){this._register(n.nm(e,n.tw.KEY_UP,(e=>t(new o.y(e)))))}oninput(e,t){this._register(n.nm(e,n.tw.INPUT,t))}onblur(e,t){this._register(n.nm(e,n.tw.BLUR,t))}onfocus(e,t){this._register(n.nm(e,n.tw.FOCUS,t))}ignoreGesture(e){s.o.ignoreTarget(e)}}},11007:function(e,t,i){"use strict";i.d(t,{Wi:function(){return l},Z0:function(){return c},aU:function(){return a},eZ:function(){return u},wY:function(){return d}});var n=i(46718),o=i(4004),r=i(89982),s=function(e,t,i,n){return new(i||(i=Promise))((function(o,r){function s(e){try{l(n.next(e))}catch(e){r(e)}}function a(e){try{l(n.throw(e))}catch(e){r(e)}}function l(e){var t;e.done?o(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(s,a)}l((n=n.apply(e,t||[])).next())}))};class a extends o.JT{constructor(e,t="",i="",o=!0,r){super(),this._onDidChange=this._register(new n.Q5),this.onDidChange=this._onDidChange.event,this._enabled=!0,this._id=e,this._label=t,this._cssClass=i,this._enabled=o,this._actionCallback=r}get id(){return this._id}get label(){return this._label}set label(e){this._setLabel(e)}_setLabel(e){this._label!==e&&(this._label=e,this._onDidChange.fire({label:e}))}get tooltip(){return this._tooltip||""}set tooltip(e){this._setTooltip(e)}_setTooltip(e){this._tooltip!==e&&(this._tooltip=e,this._onDidChange.fire({tooltip:e}))}get class(){return this._cssClass}set class(e){this._setClass(e)}_setClass(e){this._cssClass!==e&&(this._cssClass=e,this._onDidChange.fire({class:e}))}get enabled(){return this._enabled}set enabled(e){this._setEnabled(e)}_setEnabled(e){this._enabled!==e&&(this._enabled=e,this._onDidChange.fire({enabled:e}))}get checked(){return this._checked}set checked(e){this._setChecked(e)}_setChecked(e){this._checked!==e&&(this._checked=e,this._onDidChange.fire({checked:e}))}run(e,t){return s(this,void 0,void 0,(function*(){this._actionCallback&&(yield this._actionCallback(e))}))}}class l extends o.JT{constructor(){super(...arguments),this._onBeforeRun=this._register(new n.Q5),this.onBeforeRun=this._onBeforeRun.event,this._onDidRun=this._register(new n.Q5),this.onDidRun=this._onDidRun.event}run(e,t){return s(this,void 0,void 0,(function*(){if(!e.enabled)return;let i;this._onBeforeRun.fire({action:e});try{yield this.runAction(e,t)}catch(e){i=e}this._onDidRun.fire({action:e,error:i})}))}runAction(e,t){return s(this,void 0,void 0,(function*(){yield e.run(t)}))}}class c extends a{constructor(e){super(c.ID,e,e?"separator text":"separator"),this.checked=!1,this.enabled=!1}}c.ID="vs.actions.separator";class d{constructor(e,t,i,n){this.tooltip="",this.enabled=!0,this.checked=void 0,this.id=e,this.label=t,this.class=n,this._actions=i}get actions(){return this._actions}dispose(){}run(){return s(this,void 0,void 0,(function*(){}))}}class u extends a{constructor(){super(u.ID,r.NC("vs/base/common/actions","submenu.empty","(empty)"),void 0,!1)}}u.ID="vs.actions.empty"},57800:function(e,t,i){"use strict";function n(e,t=0){return e[e.length-(1+t)]}function o(e){if(0===e.length)throw new Error("Invalid tail call");return[e.slice(0,e.length-1),e[e.length-1]]}function r(e,t,i=((e,t)=>e===t)){if(e===t)return!0;if(!e||!t)return!1;if(e.length!==t.length)return!1;for(let n=0,o=e.length;n0))return r;o=r-1}}return-(n+1)}function a(e,t){let i=0,n=e.length;if(0===n)return 0;for(;i=t.length)throw new TypeError("invalid index");let n=t[Math.floor(t.length*Math.random())],o=[],r=[],s=[];for(let e of t){const t=i(e,n);t<0?o.push(e):t>0?r.push(e):s.push(e)}return e!!e))}function u(e){return!Array.isArray(e)||0===e.length}function h(e){return Array.isArray(e)&&e.length>0}function g(e,t=(e=>e)){const i=new Set;return e.filter((e=>{const n=t(e);return!i.has(n)&&(i.add(n),!0)}))}function p(e,t){const i=function(e,t){for(let i=e.length-1;i>=0;i--)if(t(e[i]))return i;return-1}(e,t);if(-1!==i)return e[i]}function m(e,t){return e.length>0?e[0]:t}function f(e){return[].concat(...e)}function _(e,t){let i="number"==typeof t?e:0;"number"==typeof t?i=e:(i=0,t=e);const n=[];if(i<=t)for(let e=i;et;e--)n.push(e);return n}function b(e,t,i){const n=e.slice(0,t),o=e.slice(t);return n.concat(i,o)}function v(e,t){const i=e.indexOf(t);i>-1&&(e.splice(i,1),e.unshift(t))}function C(e,t){const i=e.indexOf(t);i>-1&&(e.splice(i,1),e.push(t))}function w(e){return Array.isArray(e)?e:[e]}function y(e,t,i,n){const o=S(e,t),r=e.splice(o,i);return function(e,t,i){const n=S(e,t),o=e.length,r=i.length;e.length=o+r;for(let t=o-1;t>=n;t--)e[t+r]=e[t];for(let t=0;tt(e(i),e(n))}i.d(t,{Dc:function(){return L},EB:function(){return g},Gb:function(){return n},H9:function(){return D},HW:function(){return l},JH:function(){return o},Of:function(){return h},VJ:function(){return N},XY:function(){return u},Xh:function(){return m},Zv:function(){return b},_2:function(){return w},al:function(){return C},dF:function(){return p},db:function(){return y},fS:function(){return r},fv:function(){return k},jV:function(){return E},kX:function(){return d},lG:function(){return a},ry:function(){return s},tT:function(){return x},vM:function(){return c},w6:function(){return _},xH:function(){return f},zI:function(){return v}});const k=(e,t)=>e-t;function L(e,t){if(0===e.length)return;let i=e[0];for(let n=1;n0&&(i=o)}return i}function E(e,t){if(0===e.length)return;let i=e[0];for(let n=1;n=0&&(i=o)}return i}function N(e,t){return L(e,((e,i)=>-t(e,i)))}class D{constructor(e){this.items=e,this.firstIdx=0,this.lastIdx=this.items.length-1}takeWhile(e){let t=this.firstIdx;for(;t=0&&e(this.items[t]);)t--;const i=t===this.lastIdx?null:this.items.slice(t+1,this.lastIdx+1);return this.lastIdx=t,i}peek(){return this.items[this.firstIdx]}dequeue(){const e=this.items[this.firstIdx];return this.firstIdx++,e}takeCount(e){const t=this.items.slice(this.firstIdx,this.firstIdx+e);return this.firstIdx+=e,t}}},69974:function(e,t,i){"use strict";function n(e,t){if(!e)throw new Error(t?`Assertion failed (${t})`:"Assertion Failed")}i.d(t,{ok:function(){return n}})},40027:function(e,t,i){"use strict";i.d(t,{Aq:function(){return E},CR:function(){return k},J8:function(){return d},PG:function(){return u},Ps:function(){return v},To:function(){return S},Ue:function(){return x},Vg:function(){return b},Vs:function(){return _},_F:function(){return C},eP:function(){return h},jT:function(){return L},ne:function(){return p},pY:function(){return y},rH:function(){return f},vp:function(){return m},zS:function(){return D},zh:function(){return w}});var n=i(60677),o=i(16182),r=i(46718),s=i(4004),a=i(6954),l=function(e,t,i,n){return new(i||(i=Promise))((function(o,r){function s(e){try{l(n.next(e))}catch(e){r(e)}}function a(e){try{l(n.throw(e))}catch(e){r(e)}}function l(e){var t;e.done?o(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(s,a)}l((n=n.apply(e,t||[])).next())}))},c=function(e){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var t,i=e[Symbol.asyncIterator];return i?i.call(e):(e="function"==typeof __values?__values(e):e[Symbol.iterator](),t={},n("next"),n("throw"),n("return"),t[Symbol.asyncIterator]=function(){return this},t);function n(i){t[i]=e[i]&&function(t){return new Promise((function(n,o){!function(e,t,i,n){Promise.resolve(n).then((function(t){e({value:t,done:i})}),t)}(n,o,(t=e[i](t)).done,t.value)}))}}};function d(e){return!!e&&"function"==typeof e.then}function u(e){const t=new n.A,i=e(t.token),r=new Promise(((e,n)=>{const r=t.token.onCancellationRequested((()=>{r.dispose(),t.dispose(),n(new o.FU)}));Promise.resolve(i).then((i=>{r.dispose(),t.dispose(),e(i)}),(e=>{r.dispose(),t.dispose(),n(e)}))}));return new class{cancel(){t.cancel()}then(e,t){return r.then(e,t)}catch(e){return this.then(void 0,e)}finally(e){return r.finally(e)}}}function h(e,t,i){return new Promise(((n,o)=>{const r=t.onCancellationRequested((()=>{r.dispose(),n(i)}));e.then(n,o).finally((()=>r.dispose()))}))}class g{constructor(){this.activePromise=null,this.queuedPromise=null,this.queuedPromiseFactory=null}queue(e){if(this.activePromise){if(this.queuedPromiseFactory=e,!this.queuedPromise){const e=()=>{this.queuedPromise=null;const e=this.queue(this.queuedPromiseFactory);return this.queuedPromiseFactory=null,e};this.queuedPromise=new Promise((t=>{this.activePromise.then(e,e).then(t)}))}return new Promise(((e,t)=>{this.queuedPromise.then(e,t)}))}return this.activePromise=e(),new Promise(((e,t)=>{this.activePromise.then((t=>{this.activePromise=null,e(t)}),(e=>{this.activePromise=null,t(e)}))}))}}const p=Symbol("MicrotaskDelay");class m{constructor(e){this.defaultDelay=e,this.deferred=null,this.completionPromise=null,this.doResolve=null,this.doReject=null,this.task=null}trigger(e,t=this.defaultDelay){this.task=e,this.cancelTimeout(),this.completionPromise||(this.completionPromise=new Promise(((e,t)=>{this.doResolve=e,this.doReject=t})).then((()=>{if(this.completionPromise=null,this.doResolve=null,this.task){const e=this.task;return this.task=null,e()}})));const i=()=>{var e;this.deferred=null,null===(e=this.doResolve)||void 0===e||e.call(this,null)};return this.deferred=t===p?(e=>{let t=!0;return queueMicrotask((()=>{t&&(t=!1,e())})),{isTriggered:()=>t,dispose:()=>{t=!1}}})(i):((e,t)=>{let i=!0;const n=setTimeout((()=>{i=!1,t()}),e);return{isTriggered:()=>i,dispose:()=>{clearTimeout(n),i=!1}}})(t,i),this.completionPromise}isTriggered(){var e;return!!(null===(e=this.deferred)||void 0===e?void 0:e.isTriggered())}cancel(){this.cancelTimeout(),this.completionPromise&&(this.doReject&&this.doReject(new o.FU),this.completionPromise=null)}cancelTimeout(){var e;null===(e=this.deferred)||void 0===e||e.dispose(),this.deferred=null}dispose(){this.cancel()}}class f{constructor(e){this.delayer=new m(e),this.throttler=new g}trigger(e,t){return this.delayer.trigger((()=>this.throttler.queue(e)),t)}dispose(){this.delayer.dispose()}}function _(e,t){return t?new Promise(((i,n)=>{const r=setTimeout((()=>{s.dispose(),i()}),e),s=t.onCancellationRequested((()=>{clearTimeout(r),s.dispose(),n(new o.FU)}))})):u((t=>_(e,t)))}function b(e,t=0){const i=setTimeout(e,t);return(0,s.OF)((()=>clearTimeout(i)))}function v(e,t=(e=>!!e),i=null){let n=0;const o=e.length,r=()=>{if(n>=o)return Promise.resolve(i);const s=e[n++];return Promise.resolve(s()).then((e=>t(e)?Promise.resolve(e):r()))};return r()}class C{constructor(e,t){this._token=-1,"function"==typeof e&&"number"==typeof t&&this.setIfNotSet(e,t)}dispose(){this.cancel()}cancel(){-1!==this._token&&(clearTimeout(this._token),this._token=-1)}cancelAndSet(e,t){this.cancel(),this._token=setTimeout((()=>{this._token=-1,e()}),t)}setIfNotSet(e,t){-1===this._token&&(this._token=setTimeout((()=>{this._token=-1,e()}),t))}}class w{constructor(){this._token=-1}dispose(){this.cancel()}cancel(){-1!==this._token&&(clearInterval(this._token),this._token=-1)}cancelAndSet(e,t){this.cancel(),this._token=setInterval((()=>{e()}),t)}}class y{constructor(e,t){this.timeoutToken=-1,this.runner=e,this.timeout=t,this.timeoutHandler=this.onTimeout.bind(this)}dispose(){this.cancel(),this.runner=null}cancel(){this.isScheduled()&&(clearTimeout(this.timeoutToken),this.timeoutToken=-1)}schedule(e=this.timeout){this.cancel(),this.timeoutToken=setTimeout(this.timeoutHandler,e)}get delay(){return this.timeout}set delay(e){this.timeout=e}isScheduled(){return-1!==this.timeoutToken}onTimeout(){this.timeoutToken=-1,this.runner&&this.doRun()}doRun(){this.runner&&this.runner()}}let S;S="function"!=typeof requestIdleCallback||"function"!=typeof cancelIdleCallback?e=>{(0,a.fn)((()=>{if(t)return;const i=Date.now()+15;e(Object.freeze({didTimeout:!0,timeRemaining:()=>Math.max(0,i-Date.now())}))}));let t=!1;return{dispose(){t||(t=!0)}}}:(e,t)=>{const i=requestIdleCallback(e,"number"==typeof t?{timeout:t}:void 0);let n=!1;return{dispose(){n||(n=!0,cancelIdleCallback(i))}}};class x{constructor(e){this._didRun=!1,this._executor=()=>{try{this._value=e()}catch(e){this._error=e}finally{this._didRun=!0}},this._handle=S((()=>this._executor()))}dispose(){this._handle.dispose()}get value(){if(this._didRun||(this._handle.dispose(),this._executor()),this._error)throw this._error;return this._value}get isInitialized(){return this._didRun}}class k{constructor(){this.rejected=!1,this.resolved=!1,this.p=new Promise(((e,t)=>{this.completeCallback=e,this.errorCallback=t}))}get isRejected(){return this.rejected}get isSettled(){return this.rejected||this.resolved}complete(e){return new Promise((t=>{this.completeCallback(e),this.resolved=!0,t()}))}cancel(){new Promise((e=>{this.errorCallback(new o.FU),this.rejected=!0,e()}))}}var L;!function(e){e.settled=function(e){return l(this,void 0,void 0,(function*(){let t;const i=yield Promise.all(e.map((e=>e.then((e=>e),(e=>{t||(t=e)})))));if(void 0!==t)throw t;return i}))},e.withAsyncBody=function(e){return new Promise(((t,i)=>l(this,void 0,void 0,(function*(){try{yield e(t,i)}catch(e){i(e)}}))))}}(L||(L={}));class E{constructor(e){this._state=0,this._results=[],this._error=null,this._onStateChanged=new r.Q5,queueMicrotask((()=>l(this,void 0,void 0,(function*(){const t={emitOne:e=>this.emitOne(e),emitMany:e=>this.emitMany(e),reject:e=>this.reject(e)};try{yield Promise.resolve(e(t)),this.resolve()}catch(e){this.reject(e)}finally{t.emitOne=void 0,t.emitMany=void 0,t.reject=void 0}}))))}static fromArray(e){return new E((t=>{t.emitMany(e)}))}static fromPromise(e){return new E((t=>l(this,void 0,void 0,(function*(){t.emitMany(yield e)}))))}static fromPromises(e){return new E((t=>l(this,void 0,void 0,(function*(){yield Promise.all(e.map((e=>l(this,void 0,void 0,(function*(){return t.emitOne(yield e)})))))}))))}static merge(e){return new E((t=>l(this,void 0,void 0,(function*(){yield Promise.all(e.map((e=>{var i,n;return l(this,void 0,void 0,(function*(){var o,r;try{for(i=c(e);!(n=yield i.next()).done;){const e=n.value;t.emitOne(e)}}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=i.return)&&(yield r.call(i))}finally{if(o)throw o.error}}}))})))}))))}[Symbol.asyncIterator](){let e=0;return{next:()=>l(this,void 0,void 0,(function*(){for(;;){if(2===this._state)throw this._error;if(el(this,void 0,void 0,(function*(){var n,o;try{for(var r,s=c(e);!(r=yield s.next()).done;){const e=r.value;i.emitOne(t(e))}}catch(e){n={error:e}}finally{try{r&&!r.done&&(o=s.return)&&(yield o.call(s))}finally{if(n)throw n.error}}}))))}map(e){return E.map(this,e)}static filter(e,t){return new E((i=>l(this,void 0,void 0,(function*(){var n,o;try{for(var r,s=c(e);!(r=yield s.next()).done;){const e=r.value;t(e)&&i.emitOne(e)}}catch(e){n={error:e}}finally{try{r&&!r.done&&(o=s.return)&&(yield o.call(s))}finally{if(n)throw n.error}}}))))}filter(e){return E.filter(this,e)}static coalesce(e){return E.filter(e,(e=>!!e))}coalesce(){return E.coalesce(this)}static toPromise(e){var t,i,n,o;return l(this,void 0,void 0,(function*(){const r=[];try{for(t=c(e);!(i=yield t.next()).done;){const e=i.value;r.push(e)}}catch(e){n={error:e}}finally{try{i&&!i.done&&(o=t.return)&&(yield o.call(t))}finally{if(n)throw n.error}}return r}))}toPromise(){return E.toPromise(this)}emitOne(e){0===this._state&&(this._results.push(e),this._onStateChanged.fire())}emitMany(e){0===this._state&&(this._results=this._results.concat(e),this._onStateChanged.fire())}resolve(){0===this._state&&(this._state=1,this._onStateChanged.fire())}reject(e){0===this._state&&(this._state=2,this._error=e,this._onStateChanged.fire())}}E.EMPTY=E.fromArray([]);class N extends E{constructor(e,t){super(t),this._source=e}cancel(){this._source.cancel()}}function D(e){const t=new n.A,i=e(t.token);return new N(t,(e=>l(this,void 0,void 0,(function*(){var n,r;const s=t.token.onCancellationRequested((()=>{s.dispose(),t.dispose(),e.reject(new o.FU)}));try{try{for(var a,l=c(i);!(a=yield l.next()).done;){const i=a.value;if(t.token.isCancellationRequested)return;e.emitOne(i)}}catch(e){n={error:e}}finally{try{a&&!a.done&&(r=l.return)&&(yield r.call(l))}finally{if(n)throw n.error}}s.dispose(),t.dispose()}catch(i){s.dispose(),t.dispose(),e.reject(i)}}))))}},75527:function(e,t,i){"use strict";i.d(t,{Ag:function(){return l},Cg:function(){return u},KN:function(){return r},Q$:function(){return d},T4:function(){return c},mP:function(){return s},oq:function(){return a}});const n="undefined"!=typeof Buffer;let o;class r{constructor(e){this.buffer=e,this.byteLength=this.buffer.byteLength}static wrap(e){return n&&!Buffer.isBuffer(e)&&(e=Buffer.from(e.buffer,e.byteOffset,e.byteLength)),new r(e)}toString(){return n?this.buffer.toString():(o||(o=new TextDecoder),o.decode(this.buffer))}}function s(e,t){return e[t+0]<<0>>>0|e[t+1]<<8>>>0}function a(e,t,i){e[i+0]=255&t,t>>>=8,e[i+1]=255&t}function l(e,t){return e[t]*Math.pow(2,24)+e[t+1]*Math.pow(2,16)+e[t+2]*Math.pow(2,8)+e[t+3]}function c(e,t,i){e[i+3]=t,t>>>=8,e[i+2]=t,t>>>=8,e[i+1]=t,t>>>=8,e[i]=t}function d(e,t){return e[t]}function u(e,t,i){e[i]=t}},60677:function(e,t,i){"use strict";i.d(t,{A:function(){return a},T:function(){return r}});var n=i(46718);const o=Object.freeze((function(e,t){const i=setTimeout(e.bind(t),0);return{dispose(){clearTimeout(i)}}}));var r;!function(e){e.isCancellationToken=function(t){return t===e.None||t===e.Cancelled||t instanceof s||!(!t||"object"!=typeof t)&&"boolean"==typeof t.isCancellationRequested&&"function"==typeof t.onCancellationRequested},e.None=Object.freeze({isCancellationRequested:!1,onCancellationRequested:n.ju.None}),e.Cancelled=Object.freeze({isCancellationRequested:!0,onCancellationRequested:o})}(r||(r={}));class s{constructor(){this._isCancelled=!1,this._emitter=null}cancel(){this._isCancelled||(this._isCancelled=!0,this._emitter&&(this._emitter.fire(void 0),this.dispose()))}get isCancellationRequested(){return this._isCancelled}get onCancellationRequested(){return this._isCancelled?o:(this._emitter||(this._emitter=new n.Q5),this._emitter.event)}dispose(){this._emitter&&(this._emitter.dispose(),this._emitter=null)}}class a{constructor(e){this._token=void 0,this._parentListener=void 0,this._parentListener=e&&e.onCancellationRequested(this.cancel,this)}get token(){return this._token||(this._token=new s),this._token}cancel(){this._token?this._token instanceof s&&this._token.cancel():this._token=r.Cancelled}dispose(e=!1){e&&this.cancel(),this._parentListener&&this._parentListener.dispose(),this._token?this._token instanceof s&&this._token.dispose():this._token=r.None}}},4821:function(e,t,i){"use strict";function n(e){return e?e.replace(/\$\((.*?)\)/g,((e,t)=>` ${t} `)).trim():""}i.d(t,{JL:function(){return n},dT:function(){return r},lA:function(){return o}});class o{constructor(e,t,i){this.id=e,this.definition=t,this.description=i,o._allCodicons.push(this)}get classNames(){return"codicon codicon-"+this.id}get classNamesArray(){return["codicon","codicon-"+this.id]}get cssSelector(){return".codicon.codicon-"+this.id}static getAll(){return o._allCodicons}}var r;o._allCodicons=[],o.add=new o("add",{fontCharacter:"\\ea60"}),o.plus=new o("plus",o.add.definition),o.gistNew=new o("gist-new",o.add.definition),o.repoCreate=new o("repo-create",o.add.definition),o.lightbulb=new o("lightbulb",{fontCharacter:"\\ea61"}),o.lightBulb=new o("light-bulb",{fontCharacter:"\\ea61"}),o.repo=new o("repo",{fontCharacter:"\\ea62"}),o.repoDelete=new o("repo-delete",{fontCharacter:"\\ea62"}),o.gistFork=new o("gist-fork",{fontCharacter:"\\ea63"}),o.repoForked=new o("repo-forked",{fontCharacter:"\\ea63"}),o.gitPullRequest=new o("git-pull-request",{fontCharacter:"\\ea64"}),o.gitPullRequestAbandoned=new o("git-pull-request-abandoned",{fontCharacter:"\\ea64"}),o.recordKeys=new o("record-keys",{fontCharacter:"\\ea65"}),o.keyboard=new o("keyboard",{fontCharacter:"\\ea65"}),o.tag=new o("tag",{fontCharacter:"\\ea66"}),o.tagAdd=new o("tag-add",{fontCharacter:"\\ea66"}),o.tagRemove=new o("tag-remove",{fontCharacter:"\\ea66"}),o.person=new o("person",{fontCharacter:"\\ea67"}),o.personFollow=new o("person-follow",{fontCharacter:"\\ea67"}),o.personOutline=new o("person-outline",{fontCharacter:"\\ea67"}),o.personFilled=new o("person-filled",{fontCharacter:"\\ea67"}),o.gitBranch=new o("git-branch",{fontCharacter:"\\ea68"}),o.gitBranchCreate=new o("git-branch-create",{fontCharacter:"\\ea68"}),o.gitBranchDelete=new o("git-branch-delete",{fontCharacter:"\\ea68"}),o.sourceControl=new o("source-control",{fontCharacter:"\\ea68"}),o.mirror=new o("mirror",{fontCharacter:"\\ea69"}),o.mirrorPublic=new o("mirror-public",{fontCharacter:"\\ea69"}),o.star=new o("star",{fontCharacter:"\\ea6a"}),o.starAdd=new o("star-add",{fontCharacter:"\\ea6a"}),o.starDelete=new o("star-delete",{fontCharacter:"\\ea6a"}),o.starEmpty=new o("star-empty",{fontCharacter:"\\ea6a"}),o.comment=new o("comment",{fontCharacter:"\\ea6b"}),o.commentAdd=new o("comment-add",{fontCharacter:"\\ea6b"}),o.alert=new o("alert",{fontCharacter:"\\ea6c"}),o.warning=new o("warning",{fontCharacter:"\\ea6c"}),o.search=new o("search",{fontCharacter:"\\ea6d"}),o.searchSave=new o("search-save",{fontCharacter:"\\ea6d"}),o.logOut=new o("log-out",{fontCharacter:"\\ea6e"}),o.signOut=new o("sign-out",{fontCharacter:"\\ea6e"}),o.logIn=new o("log-in",{fontCharacter:"\\ea6f"}),o.signIn=new o("sign-in",{fontCharacter:"\\ea6f"}),o.eye=new o("eye",{fontCharacter:"\\ea70"}),o.eyeUnwatch=new o("eye-unwatch",{fontCharacter:"\\ea70"}),o.eyeWatch=new o("eye-watch",{fontCharacter:"\\ea70"}),o.circleFilled=new o("circle-filled",{fontCharacter:"\\ea71"}),o.primitiveDot=new o("primitive-dot",{fontCharacter:"\\ea71"}),o.closeDirty=new o("close-dirty",{fontCharacter:"\\ea71"}),o.debugBreakpoint=new o("debug-breakpoint",{fontCharacter:"\\ea71"}),o.debugBreakpointDisabled=new o("debug-breakpoint-disabled",{fontCharacter:"\\ea71"}),o.debugHint=new o("debug-hint",{fontCharacter:"\\ea71"}),o.primitiveSquare=new o("primitive-square",{fontCharacter:"\\ea72"}),o.edit=new o("edit",{fontCharacter:"\\ea73"}),o.pencil=new o("pencil",{fontCharacter:"\\ea73"}),o.info=new o("info",{fontCharacter:"\\ea74"}),o.issueOpened=new o("issue-opened",{fontCharacter:"\\ea74"}),o.gistPrivate=new o("gist-private",{fontCharacter:"\\ea75"}),o.gitForkPrivate=new o("git-fork-private",{fontCharacter:"\\ea75"}),o.lock=new o("lock",{fontCharacter:"\\ea75"}),o.mirrorPrivate=new o("mirror-private",{fontCharacter:"\\ea75"}),o.close=new o("close",{fontCharacter:"\\ea76"}),o.removeClose=new o("remove-close",{fontCharacter:"\\ea76"}),o.x=new o("x",{fontCharacter:"\\ea76"}),o.repoSync=new o("repo-sync",{fontCharacter:"\\ea77"}),o.sync=new o("sync",{fontCharacter:"\\ea77"}),o.clone=new o("clone",{fontCharacter:"\\ea78"}),o.desktopDownload=new o("desktop-download",{fontCharacter:"\\ea78"}),o.beaker=new o("beaker",{fontCharacter:"\\ea79"}),o.microscope=new o("microscope",{fontCharacter:"\\ea79"}),o.vm=new o("vm",{fontCharacter:"\\ea7a"}),o.deviceDesktop=new o("device-desktop",{fontCharacter:"\\ea7a"}),o.file=new o("file",{fontCharacter:"\\ea7b"}),o.fileText=new o("file-text",{fontCharacter:"\\ea7b"}),o.more=new o("more",{fontCharacter:"\\ea7c"}),o.ellipsis=new o("ellipsis",{fontCharacter:"\\ea7c"}),o.kebabHorizontal=new o("kebab-horizontal",{fontCharacter:"\\ea7c"}),o.mailReply=new o("mail-reply",{fontCharacter:"\\ea7d"}),o.reply=new o("reply",{fontCharacter:"\\ea7d"}),o.organization=new o("organization",{fontCharacter:"\\ea7e"}),o.organizationFilled=new o("organization-filled",{fontCharacter:"\\ea7e"}),o.organizationOutline=new o("organization-outline",{fontCharacter:"\\ea7e"}),o.newFile=new o("new-file",{fontCharacter:"\\ea7f"}),o.fileAdd=new o("file-add",{fontCharacter:"\\ea7f"}),o.newFolder=new o("new-folder",{fontCharacter:"\\ea80"}),o.fileDirectoryCreate=new o("file-directory-create",{fontCharacter:"\\ea80"}),o.trash=new o("trash",{fontCharacter:"\\ea81"}),o.trashcan=new o("trashcan",{fontCharacter:"\\ea81"}),o.history=new o("history",{fontCharacter:"\\ea82"}),o.clock=new o("clock",{fontCharacter:"\\ea82"}),o.folder=new o("folder",{fontCharacter:"\\ea83"}),o.fileDirectory=new o("file-directory",{fontCharacter:"\\ea83"}),o.symbolFolder=new o("symbol-folder",{fontCharacter:"\\ea83"}),o.logoGithub=new o("logo-github",{fontCharacter:"\\ea84"}),o.markGithub=new o("mark-github",{fontCharacter:"\\ea84"}),o.github=new o("github",{fontCharacter:"\\ea84"}),o.terminal=new o("terminal",{fontCharacter:"\\ea85"}),o.console=new o("console",{fontCharacter:"\\ea85"}),o.repl=new o("repl",{fontCharacter:"\\ea85"}),o.zap=new o("zap",{fontCharacter:"\\ea86"}),o.symbolEvent=new o("symbol-event",{fontCharacter:"\\ea86"}),o.error=new o("error",{fontCharacter:"\\ea87"}),o.stop=new o("stop",{fontCharacter:"\\ea87"}),o.variable=new o("variable",{fontCharacter:"\\ea88"}),o.symbolVariable=new o("symbol-variable",{fontCharacter:"\\ea88"}),o.array=new o("array",{fontCharacter:"\\ea8a"}),o.symbolArray=new o("symbol-array",{fontCharacter:"\\ea8a"}),o.symbolModule=new o("symbol-module",{fontCharacter:"\\ea8b"}),o.symbolPackage=new o("symbol-package",{fontCharacter:"\\ea8b"}),o.symbolNamespace=new o("symbol-namespace",{fontCharacter:"\\ea8b"}),o.symbolObject=new o("symbol-object",{fontCharacter:"\\ea8b"}),o.symbolMethod=new o("symbol-method",{fontCharacter:"\\ea8c"}),o.symbolFunction=new o("symbol-function",{fontCharacter:"\\ea8c"}),o.symbolConstructor=new o("symbol-constructor",{fontCharacter:"\\ea8c"}),o.symbolBoolean=new o("symbol-boolean",{fontCharacter:"\\ea8f"}),o.symbolNull=new o("symbol-null",{fontCharacter:"\\ea8f"}),o.symbolNumeric=new o("symbol-numeric",{fontCharacter:"\\ea90"}),o.symbolNumber=new o("symbol-number",{fontCharacter:"\\ea90"}),o.symbolStructure=new o("symbol-structure",{fontCharacter:"\\ea91"}),o.symbolStruct=new o("symbol-struct",{fontCharacter:"\\ea91"}),o.symbolParameter=new o("symbol-parameter",{fontCharacter:"\\ea92"}),o.symbolTypeParameter=new o("symbol-type-parameter",{fontCharacter:"\\ea92"}),o.symbolKey=new o("symbol-key",{fontCharacter:"\\ea93"}),o.symbolText=new o("symbol-text",{fontCharacter:"\\ea93"}),o.symbolReference=new o("symbol-reference",{fontCharacter:"\\ea94"}),o.goToFile=new o("go-to-file",{fontCharacter:"\\ea94"}),o.symbolEnum=new o("symbol-enum",{fontCharacter:"\\ea95"}),o.symbolValue=new o("symbol-value",{fontCharacter:"\\ea95"}),o.symbolRuler=new o("symbol-ruler",{fontCharacter:"\\ea96"}),o.symbolUnit=new o("symbol-unit",{fontCharacter:"\\ea96"}),o.activateBreakpoints=new o("activate-breakpoints",{fontCharacter:"\\ea97"}),o.archive=new o("archive",{fontCharacter:"\\ea98"}),o.arrowBoth=new o("arrow-both",{fontCharacter:"\\ea99"}),o.arrowDown=new o("arrow-down",{fontCharacter:"\\ea9a"}),o.arrowLeft=new o("arrow-left",{fontCharacter:"\\ea9b"}),o.arrowRight=new o("arrow-right",{fontCharacter:"\\ea9c"}),o.arrowSmallDown=new o("arrow-small-down",{fontCharacter:"\\ea9d"}),o.arrowSmallLeft=new o("arrow-small-left",{fontCharacter:"\\ea9e"}),o.arrowSmallRight=new o("arrow-small-right",{fontCharacter:"\\ea9f"}),o.arrowSmallUp=new o("arrow-small-up",{fontCharacter:"\\eaa0"}),o.arrowUp=new o("arrow-up",{fontCharacter:"\\eaa1"}),o.bell=new o("bell",{fontCharacter:"\\eaa2"}),o.bold=new o("bold",{fontCharacter:"\\eaa3"}),o.book=new o("book",{fontCharacter:"\\eaa4"}),o.bookmark=new o("bookmark",{fontCharacter:"\\eaa5"}),o.debugBreakpointConditionalUnverified=new o("debug-breakpoint-conditional-unverified",{fontCharacter:"\\eaa6"}),o.debugBreakpointConditional=new o("debug-breakpoint-conditional",{fontCharacter:"\\eaa7"}),o.debugBreakpointConditionalDisabled=new o("debug-breakpoint-conditional-disabled",{fontCharacter:"\\eaa7"}),o.debugBreakpointDataUnverified=new o("debug-breakpoint-data-unverified",{fontCharacter:"\\eaa8"}),o.debugBreakpointData=new o("debug-breakpoint-data",{fontCharacter:"\\eaa9"}),o.debugBreakpointDataDisabled=new o("debug-breakpoint-data-disabled",{fontCharacter:"\\eaa9"}),o.debugBreakpointLogUnverified=new o("debug-breakpoint-log-unverified",{fontCharacter:"\\eaaa"}),o.debugBreakpointLog=new o("debug-breakpoint-log",{fontCharacter:"\\eaab"}),o.debugBreakpointLogDisabled=new o("debug-breakpoint-log-disabled",{fontCharacter:"\\eaab"}),o.briefcase=new o("briefcase",{fontCharacter:"\\eaac"}),o.broadcast=new o("broadcast",{fontCharacter:"\\eaad"}),o.browser=new o("browser",{fontCharacter:"\\eaae"}),o.bug=new o("bug",{fontCharacter:"\\eaaf"}),o.calendar=new o("calendar",{fontCharacter:"\\eab0"}),o.caseSensitive=new o("case-sensitive",{fontCharacter:"\\eab1"}),o.check=new o("check",{fontCharacter:"\\eab2"}),o.checklist=new o("checklist",{fontCharacter:"\\eab3"}),o.chevronDown=new o("chevron-down",{fontCharacter:"\\eab4"}),o.dropDownButton=new o("drop-down-button",o.chevronDown.definition),o.chevronLeft=new o("chevron-left",{fontCharacter:"\\eab5"}),o.chevronRight=new o("chevron-right",{fontCharacter:"\\eab6"}),o.chevronUp=new o("chevron-up",{fontCharacter:"\\eab7"}),o.chromeClose=new o("chrome-close",{fontCharacter:"\\eab8"}),o.chromeMaximize=new o("chrome-maximize",{fontCharacter:"\\eab9"}),o.chromeMinimize=new o("chrome-minimize",{fontCharacter:"\\eaba"}),o.chromeRestore=new o("chrome-restore",{fontCharacter:"\\eabb"}),o.circleOutline=new o("circle-outline",{fontCharacter:"\\eabc"}),o.debugBreakpointUnverified=new o("debug-breakpoint-unverified",{fontCharacter:"\\eabc"}),o.circleSlash=new o("circle-slash",{fontCharacter:"\\eabd"}),o.circuitBoard=new o("circuit-board",{fontCharacter:"\\eabe"}),o.clearAll=new o("clear-all",{fontCharacter:"\\eabf"}),o.clippy=new o("clippy",{fontCharacter:"\\eac0"}),o.closeAll=new o("close-all",{fontCharacter:"\\eac1"}),o.cloudDownload=new o("cloud-download",{fontCharacter:"\\eac2"}),o.cloudUpload=new o("cloud-upload",{fontCharacter:"\\eac3"}),o.code=new o("code",{fontCharacter:"\\eac4"}),o.collapseAll=new o("collapse-all",{fontCharacter:"\\eac5"}),o.colorMode=new o("color-mode",{fontCharacter:"\\eac6"}),o.commentDiscussion=new o("comment-discussion",{fontCharacter:"\\eac7"}),o.compareChanges=new o("compare-changes",{fontCharacter:"\\eafd"}),o.creditCard=new o("credit-card",{fontCharacter:"\\eac9"}),o.dash=new o("dash",{fontCharacter:"\\eacc"}),o.dashboard=new o("dashboard",{fontCharacter:"\\eacd"}),o.database=new o("database",{fontCharacter:"\\eace"}),o.debugContinue=new o("debug-continue",{fontCharacter:"\\eacf"}),o.debugDisconnect=new o("debug-disconnect",{fontCharacter:"\\ead0"}),o.debugPause=new o("debug-pause",{fontCharacter:"\\ead1"}),o.debugRestart=new o("debug-restart",{fontCharacter:"\\ead2"}),o.debugStart=new o("debug-start",{fontCharacter:"\\ead3"}),o.debugStepInto=new o("debug-step-into",{fontCharacter:"\\ead4"}),o.debugStepOut=new o("debug-step-out",{fontCharacter:"\\ead5"}),o.debugStepOver=new o("debug-step-over",{fontCharacter:"\\ead6"}),o.debugStop=new o("debug-stop",{fontCharacter:"\\ead7"}),o.debug=new o("debug",{fontCharacter:"\\ead8"}),o.deviceCameraVideo=new o("device-camera-video",{fontCharacter:"\\ead9"}),o.deviceCamera=new o("device-camera",{fontCharacter:"\\eada"}),o.deviceMobile=new o("device-mobile",{fontCharacter:"\\eadb"}),o.diffAdded=new o("diff-added",{fontCharacter:"\\eadc"}),o.diffIgnored=new o("diff-ignored",{fontCharacter:"\\eadd"}),o.diffModified=new o("diff-modified",{fontCharacter:"\\eade"}),o.diffRemoved=new o("diff-removed",{fontCharacter:"\\eadf"}),o.diffRenamed=new o("diff-renamed",{fontCharacter:"\\eae0"}),o.diff=new o("diff",{fontCharacter:"\\eae1"}),o.discard=new o("discard",{fontCharacter:"\\eae2"}),o.editorLayout=new o("editor-layout",{fontCharacter:"\\eae3"}),o.emptyWindow=new o("empty-window",{fontCharacter:"\\eae4"}),o.exclude=new o("exclude",{fontCharacter:"\\eae5"}),o.extensions=new o("extensions",{fontCharacter:"\\eae6"}),o.eyeClosed=new o("eye-closed",{fontCharacter:"\\eae7"}),o.fileBinary=new o("file-binary",{fontCharacter:"\\eae8"}),o.fileCode=new o("file-code",{fontCharacter:"\\eae9"}),o.fileMedia=new o("file-media",{fontCharacter:"\\eaea"}),o.filePdf=new o("file-pdf",{fontCharacter:"\\eaeb"}),o.fileSubmodule=new o("file-submodule",{fontCharacter:"\\eaec"}),o.fileSymlinkDirectory=new o("file-symlink-directory",{fontCharacter:"\\eaed"}),o.fileSymlinkFile=new o("file-symlink-file",{fontCharacter:"\\eaee"}),o.fileZip=new o("file-zip",{fontCharacter:"\\eaef"}),o.files=new o("files",{fontCharacter:"\\eaf0"}),o.filter=new o("filter",{fontCharacter:"\\eaf1"}),o.flame=new o("flame",{fontCharacter:"\\eaf2"}),o.foldDown=new o("fold-down",{fontCharacter:"\\eaf3"}),o.foldUp=new o("fold-up",{fontCharacter:"\\eaf4"}),o.fold=new o("fold",{fontCharacter:"\\eaf5"}),o.folderActive=new o("folder-active",{fontCharacter:"\\eaf6"}),o.folderOpened=new o("folder-opened",{fontCharacter:"\\eaf7"}),o.gear=new o("gear",{fontCharacter:"\\eaf8"}),o.gift=new o("gift",{fontCharacter:"\\eaf9"}),o.gistSecret=new o("gist-secret",{fontCharacter:"\\eafa"}),o.gist=new o("gist",{fontCharacter:"\\eafb"}),o.gitCommit=new o("git-commit",{fontCharacter:"\\eafc"}),o.gitCompare=new o("git-compare",{fontCharacter:"\\eafd"}),o.gitMerge=new o("git-merge",{fontCharacter:"\\eafe"}),o.githubAction=new o("github-action",{fontCharacter:"\\eaff"}),o.githubAlt=new o("github-alt",{fontCharacter:"\\eb00"}),o.globe=new o("globe",{fontCharacter:"\\eb01"}),o.grabber=new o("grabber",{fontCharacter:"\\eb02"}),o.graph=new o("graph",{fontCharacter:"\\eb03"}),o.gripper=new o("gripper",{fontCharacter:"\\eb04"}),o.heart=new o("heart",{fontCharacter:"\\eb05"}),o.home=new o("home",{fontCharacter:"\\eb06"}),o.horizontalRule=new o("horizontal-rule",{fontCharacter:"\\eb07"}),o.hubot=new o("hubot",{fontCharacter:"\\eb08"}),o.inbox=new o("inbox",{fontCharacter:"\\eb09"}),o.issueClosed=new o("issue-closed",{fontCharacter:"\\eba4"}),o.issueReopened=new o("issue-reopened",{fontCharacter:"\\eb0b"}),o.issues=new o("issues",{fontCharacter:"\\eb0c"}),o.italic=new o("italic",{fontCharacter:"\\eb0d"}),o.jersey=new o("jersey",{fontCharacter:"\\eb0e"}),o.json=new o("json",{fontCharacter:"\\eb0f"}),o.kebabVertical=new o("kebab-vertical",{fontCharacter:"\\eb10"}),o.key=new o("key",{fontCharacter:"\\eb11"}),o.law=new o("law",{fontCharacter:"\\eb12"}),o.lightbulbAutofix=new o("lightbulb-autofix",{fontCharacter:"\\eb13"}),o.linkExternal=new o("link-external",{fontCharacter:"\\eb14"}),o.link=new o("link",{fontCharacter:"\\eb15"}),o.listOrdered=new o("list-ordered",{fontCharacter:"\\eb16"}),o.listUnordered=new o("list-unordered",{fontCharacter:"\\eb17"}),o.liveShare=new o("live-share",{fontCharacter:"\\eb18"}),o.loading=new o("loading",{fontCharacter:"\\eb19"}),o.location=new o("location",{fontCharacter:"\\eb1a"}),o.mailRead=new o("mail-read",{fontCharacter:"\\eb1b"}),o.mail=new o("mail",{fontCharacter:"\\eb1c"}),o.markdown=new o("markdown",{fontCharacter:"\\eb1d"}),o.megaphone=new o("megaphone",{fontCharacter:"\\eb1e"}),o.mention=new o("mention",{fontCharacter:"\\eb1f"}),o.milestone=new o("milestone",{fontCharacter:"\\eb20"}),o.mortarBoard=new o("mortar-board",{fontCharacter:"\\eb21"}),o.move=new o("move",{fontCharacter:"\\eb22"}),o.multipleWindows=new o("multiple-windows",{fontCharacter:"\\eb23"}),o.mute=new o("mute",{fontCharacter:"\\eb24"}),o.noNewline=new o("no-newline",{fontCharacter:"\\eb25"}),o.note=new o("note",{fontCharacter:"\\eb26"}),o.octoface=new o("octoface",{fontCharacter:"\\eb27"}),o.openPreview=new o("open-preview",{fontCharacter:"\\eb28"}),o.package_=new o("package",{fontCharacter:"\\eb29"}),o.paintcan=new o("paintcan",{fontCharacter:"\\eb2a"}),o.pin=new o("pin",{fontCharacter:"\\eb2b"}),o.play=new o("play",{fontCharacter:"\\eb2c"}),o.run=new o("run",{fontCharacter:"\\eb2c"}),o.plug=new o("plug",{fontCharacter:"\\eb2d"}),o.preserveCase=new o("preserve-case",{fontCharacter:"\\eb2e"}),o.preview=new o("preview",{fontCharacter:"\\eb2f"}),o.project=new o("project",{fontCharacter:"\\eb30"}),o.pulse=new o("pulse",{fontCharacter:"\\eb31"}),o.question=new o("question",{fontCharacter:"\\eb32"}),o.quote=new o("quote",{fontCharacter:"\\eb33"}),o.radioTower=new o("radio-tower",{fontCharacter:"\\eb34"}),o.reactions=new o("reactions",{fontCharacter:"\\eb35"}),o.references=new o("references",{fontCharacter:"\\eb36"}),o.refresh=new o("refresh",{fontCharacter:"\\eb37"}),o.regex=new o("regex",{fontCharacter:"\\eb38"}),o.remoteExplorer=new o("remote-explorer",{fontCharacter:"\\eb39"}),o.remote=new o("remote",{fontCharacter:"\\eb3a"}),o.remove=new o("remove",{fontCharacter:"\\eb3b"}),o.replaceAll=new o("replace-all",{fontCharacter:"\\eb3c"}),o.replace=new o("replace",{fontCharacter:"\\eb3d"}),o.repoClone=new o("repo-clone",{fontCharacter:"\\eb3e"}),o.repoForcePush=new o("repo-force-push",{fontCharacter:"\\eb3f"}),o.repoPull=new o("repo-pull",{fontCharacter:"\\eb40"}),o.repoPush=new o("repo-push",{fontCharacter:"\\eb41"}),o.report=new o("report",{fontCharacter:"\\eb42"}),o.requestChanges=new o("request-changes",{fontCharacter:"\\eb43"}),o.rocket=new o("rocket",{fontCharacter:"\\eb44"}),o.rootFolderOpened=new o("root-folder-opened",{fontCharacter:"\\eb45"}),o.rootFolder=new o("root-folder",{fontCharacter:"\\eb46"}),o.rss=new o("rss",{fontCharacter:"\\eb47"}),o.ruby=new o("ruby",{fontCharacter:"\\eb48"}),o.saveAll=new o("save-all",{fontCharacter:"\\eb49"}),o.saveAs=new o("save-as",{fontCharacter:"\\eb4a"}),o.save=new o("save",{fontCharacter:"\\eb4b"}),o.screenFull=new o("screen-full",{fontCharacter:"\\eb4c"}),o.screenNormal=new o("screen-normal",{fontCharacter:"\\eb4d"}),o.searchStop=new o("search-stop",{fontCharacter:"\\eb4e"}),o.server=new o("server",{fontCharacter:"\\eb50"}),o.settingsGear=new o("settings-gear",{fontCharacter:"\\eb51"}),o.settings=new o("settings",{fontCharacter:"\\eb52"}),o.shield=new o("shield",{fontCharacter:"\\eb53"}),o.smiley=new o("smiley",{fontCharacter:"\\eb54"}),o.sortPrecedence=new o("sort-precedence",{fontCharacter:"\\eb55"}),o.splitHorizontal=new o("split-horizontal",{fontCharacter:"\\eb56"}),o.splitVertical=new o("split-vertical",{fontCharacter:"\\eb57"}),o.squirrel=new o("squirrel",{fontCharacter:"\\eb58"}),o.starFull=new o("star-full",{fontCharacter:"\\eb59"}),o.starHalf=new o("star-half",{fontCharacter:"\\eb5a"}),o.symbolClass=new o("symbol-class",{fontCharacter:"\\eb5b"}),o.symbolColor=new o("symbol-color",{fontCharacter:"\\eb5c"}),o.symbolCustomColor=new o("symbol-customcolor",{fontCharacter:"\\eb5c"}),o.symbolConstant=new o("symbol-constant",{fontCharacter:"\\eb5d"}),o.symbolEnumMember=new o("symbol-enum-member",{fontCharacter:"\\eb5e"}),o.symbolField=new o("symbol-field",{fontCharacter:"\\eb5f"}),o.symbolFile=new o("symbol-file",{fontCharacter:"\\eb60"}),o.symbolInterface=new o("symbol-interface",{fontCharacter:"\\eb61"}),o.symbolKeyword=new o("symbol-keyword",{fontCharacter:"\\eb62"}),o.symbolMisc=new o("symbol-misc",{fontCharacter:"\\eb63"}),o.symbolOperator=new o("symbol-operator",{fontCharacter:"\\eb64"}),o.symbolProperty=new o("symbol-property",{fontCharacter:"\\eb65"}),o.wrench=new o("wrench",{fontCharacter:"\\eb65"}),o.wrenchSubaction=new o("wrench-subaction",{fontCharacter:"\\eb65"}),o.symbolSnippet=new o("symbol-snippet",{fontCharacter:"\\eb66"}),o.tasklist=new o("tasklist",{fontCharacter:"\\eb67"}),o.telescope=new o("telescope",{fontCharacter:"\\eb68"}),o.textSize=new o("text-size",{fontCharacter:"\\eb69"}),o.threeBars=new o("three-bars",{fontCharacter:"\\eb6a"}),o.thumbsdown=new o("thumbsdown",{fontCharacter:"\\eb6b"}),o.thumbsup=new o("thumbsup",{fontCharacter:"\\eb6c"}),o.tools=new o("tools",{fontCharacter:"\\eb6d"}),o.triangleDown=new o("triangle-down",{fontCharacter:"\\eb6e"}),o.triangleLeft=new o("triangle-left",{fontCharacter:"\\eb6f"}),o.triangleRight=new o("triangle-right",{fontCharacter:"\\eb70"}),o.triangleUp=new o("triangle-up",{fontCharacter:"\\eb71"}),o.twitter=new o("twitter",{fontCharacter:"\\eb72"}),o.unfold=new o("unfold",{fontCharacter:"\\eb73"}),o.unlock=new o("unlock",{fontCharacter:"\\eb74"}),o.unmute=new o("unmute",{fontCharacter:"\\eb75"}),o.unverified=new o("unverified",{fontCharacter:"\\eb76"}),o.verified=new o("verified",{fontCharacter:"\\eb77"}),o.versions=new o("versions",{fontCharacter:"\\eb78"}),o.vmActive=new o("vm-active",{fontCharacter:"\\eb79"}),o.vmOutline=new o("vm-outline",{fontCharacter:"\\eb7a"}),o.vmRunning=new o("vm-running",{fontCharacter:"\\eb7b"}),o.watch=new o("watch",{fontCharacter:"\\eb7c"}),o.whitespace=new o("whitespace",{fontCharacter:"\\eb7d"}),o.wholeWord=new o("whole-word",{fontCharacter:"\\eb7e"}),o.window=new o("window",{fontCharacter:"\\eb7f"}),o.wordWrap=new o("word-wrap",{fontCharacter:"\\eb80"}),o.zoomIn=new o("zoom-in",{fontCharacter:"\\eb81"}),o.zoomOut=new o("zoom-out",{fontCharacter:"\\eb82"}),o.listFilter=new o("list-filter",{fontCharacter:"\\eb83"}),o.listFlat=new o("list-flat",{fontCharacter:"\\eb84"}),o.listSelection=new o("list-selection",{fontCharacter:"\\eb85"}),o.selection=new o("selection",{fontCharacter:"\\eb85"}),o.listTree=new o("list-tree",{fontCharacter:"\\eb86"}),o.debugBreakpointFunctionUnverified=new o("debug-breakpoint-function-unverified",{fontCharacter:"\\eb87"}),o.debugBreakpointFunction=new o("debug-breakpoint-function",{fontCharacter:"\\eb88"}),o.debugBreakpointFunctionDisabled=new o("debug-breakpoint-function-disabled",{fontCharacter:"\\eb88"}),o.debugStackframeActive=new o("debug-stackframe-active",{fontCharacter:"\\eb89"}),o.debugStackframeDot=new o("debug-stackframe-dot",{fontCharacter:"\\eb8a"}),o.debugStackframe=new o("debug-stackframe",{fontCharacter:"\\eb8b"}),o.debugStackframeFocused=new o("debug-stackframe-focused",{fontCharacter:"\\eb8b"}),o.debugBreakpointUnsupported=new o("debug-breakpoint-unsupported",{fontCharacter:"\\eb8c"}),o.symbolString=new o("symbol-string",{fontCharacter:"\\eb8d"}),o.debugReverseContinue=new o("debug-reverse-continue",{fontCharacter:"\\eb8e"}),o.debugStepBack=new o("debug-step-back",{fontCharacter:"\\eb8f"}),o.debugRestartFrame=new o("debug-restart-frame",{fontCharacter:"\\eb90"}),o.callIncoming=new o("call-incoming",{fontCharacter:"\\eb92"}),o.callOutgoing=new o("call-outgoing",{fontCharacter:"\\eb93"}),o.menu=new o("menu",{fontCharacter:"\\eb94"}),o.expandAll=new o("expand-all",{fontCharacter:"\\eb95"}),o.feedback=new o("feedback",{fontCharacter:"\\eb96"}),o.groupByRefType=new o("group-by-ref-type",{fontCharacter:"\\eb97"}),o.ungroupByRefType=new o("ungroup-by-ref-type",{fontCharacter:"\\eb98"}),o.account=new o("account",{fontCharacter:"\\eb99"}),o.bellDot=new o("bell-dot",{fontCharacter:"\\eb9a"}),o.debugConsole=new o("debug-console",{fontCharacter:"\\eb9b"}),o.library=new o("library",{fontCharacter:"\\eb9c"}),o.output=new o("output",{fontCharacter:"\\eb9d"}),o.runAll=new o("run-all",{fontCharacter:"\\eb9e"}),o.syncIgnored=new o("sync-ignored",{fontCharacter:"\\eb9f"}),o.pinned=new o("pinned",{fontCharacter:"\\eba0"}),o.githubInverted=new o("github-inverted",{fontCharacter:"\\eba1"}),o.debugAlt=new o("debug-alt",{fontCharacter:"\\eb91"}),o.serverProcess=new o("server-process",{fontCharacter:"\\eba2"}),o.serverEnvironment=new o("server-environment",{fontCharacter:"\\eba3"}),o.pass=new o("pass",{fontCharacter:"\\eba4"}),o.stopCircle=new o("stop-circle",{fontCharacter:"\\eba5"}),o.playCircle=new o("play-circle",{fontCharacter:"\\eba6"}),o.record=new o("record",{fontCharacter:"\\eba7"}),o.debugAltSmall=new o("debug-alt-small",{fontCharacter:"\\eba8"}),o.vmConnect=new o("vm-connect",{fontCharacter:"\\eba9"}),o.cloud=new o("cloud",{fontCharacter:"\\ebaa"}),o.merge=new o("merge",{fontCharacter:"\\ebab"}),o.exportIcon=new o("export",{fontCharacter:"\\ebac"}),o.graphLeft=new o("graph-left",{fontCharacter:"\\ebad"}),o.magnet=new o("magnet",{fontCharacter:"\\ebae"}),o.notebook=new o("notebook",{fontCharacter:"\\ebaf"}),o.redo=new o("redo",{fontCharacter:"\\ebb0"}),o.checkAll=new o("check-all",{fontCharacter:"\\ebb1"}),o.pinnedDirty=new o("pinned-dirty",{fontCharacter:"\\ebb2"}),o.passFilled=new o("pass-filled",{fontCharacter:"\\ebb3"}),o.circleLargeFilled=new o("circle-large-filled",{fontCharacter:"\\ebb4"}),o.circleLargeOutline=new o("circle-large-outline",{fontCharacter:"\\ebb5"}),o.combine=new o("combine",{fontCharacter:"\\ebb6"}),o.gather=new o("gather",{fontCharacter:"\\ebb6"}),o.table=new o("table",{fontCharacter:"\\ebb7"}),o.variableGroup=new o("variable-group",{fontCharacter:"\\ebb8"}),o.typeHierarchy=new o("type-hierarchy",{fontCharacter:"\\ebb9"}),o.typeHierarchySub=new o("type-hierarchy-sub",{fontCharacter:"\\ebba"}),o.typeHierarchySuper=new o("type-hierarchy-super",{fontCharacter:"\\ebbb"}),o.gitPullRequestCreate=new o("git-pull-request-create",{fontCharacter:"\\ebbc"}),o.runAbove=new o("run-above",{fontCharacter:"\\ebbd"}),o.runBelow=new o("run-below",{fontCharacter:"\\ebbe"}),o.notebookTemplate=new o("notebook-template",{fontCharacter:"\\ebbf"}),o.debugRerun=new o("debug-rerun",{fontCharacter:"\\ebc0"}),o.workspaceTrusted=new o("workspace-trusted",{fontCharacter:"\\ebc1"}),o.workspaceUntrusted=new o("workspace-untrusted",{fontCharacter:"\\ebc2"}),o.workspaceUnspecified=new o("workspace-unspecified",{fontCharacter:"\\ebc3"}),o.terminalCmd=new o("terminal-cmd",{fontCharacter:"\\ebc4"}),o.terminalDebian=new o("terminal-debian",{fontCharacter:"\\ebc5"}),o.terminalLinux=new o("terminal-linux",{fontCharacter:"\\ebc6"}),o.terminalPowershell=new o("terminal-powershell",{fontCharacter:"\\ebc7"}),o.terminalTmux=new o("terminal-tmux",{fontCharacter:"\\ebc8"}),o.terminalUbuntu=new o("terminal-ubuntu",{fontCharacter:"\\ebc9"}),o.terminalBash=new o("terminal-bash",{fontCharacter:"\\ebca"}),o.arrowSwap=new o("arrow-swap",{fontCharacter:"\\ebcb"}),o.copy=new o("copy",{fontCharacter:"\\ebcc"}),o.personAdd=new o("person-add",{fontCharacter:"\\ebcd"}),o.filterFilled=new o("filter-filled",{fontCharacter:"\\ebce"}),o.wand=new o("wand",{fontCharacter:"\\ebcf"}),o.debugLineByLine=new o("debug-line-by-line",{fontCharacter:"\\ebd0"}),o.inspect=new o("inspect",{fontCharacter:"\\ebd1"}),o.layers=new o("layers",{fontCharacter:"\\ebd2"}),o.layersDot=new o("layers-dot",{fontCharacter:"\\ebd3"}),o.layersActive=new o("layers-active",{fontCharacter:"\\ebd4"}),o.compass=new o("compass",{fontCharacter:"\\ebd5"}),o.compassDot=new o("compass-dot",{fontCharacter:"\\ebd6"}),o.compassActive=new o("compass-active",{fontCharacter:"\\ebd7"}),o.azure=new o("azure",{fontCharacter:"\\ebd8"}),o.issueDraft=new o("issue-draft",{fontCharacter:"\\ebd9"}),o.gitPullRequestClosed=new o("git-pull-request-closed",{fontCharacter:"\\ebda"}),o.gitPullRequestDraft=new o("git-pull-request-draft",{fontCharacter:"\\ebdb"}),o.debugAll=new o("debug-all",{fontCharacter:"\\ebdc"}),o.debugCoverage=new o("debug-coverage",{fontCharacter:"\\ebdd"}),o.runErrors=new o("run-errors",{fontCharacter:"\\ebde"}),o.folderLibrary=new o("folder-library",{fontCharacter:"\\ebdf"}),o.debugContinueSmall=new o("debug-continue-small",{fontCharacter:"\\ebe0"}),o.beakerStop=new o("beaker-stop",{fontCharacter:"\\ebe1"}),o.graphLine=new o("graph-line",{fontCharacter:"\\ebe2"}),o.graphScatter=new o("graph-scatter",{fontCharacter:"\\ebe3"}),o.pieChart=new o("pie-chart",{fontCharacter:"\\ebe4"}),o.bracket=new o("bracket",o.json.definition),o.bracketDot=new o("bracket-dot",{fontCharacter:"\\ebe5"}),o.bracketError=new o("bracket-error",{fontCharacter:"\\ebe6"}),o.lockSmall=new o("lock-small",{fontCharacter:"\\ebe7"}),o.azureDevops=new o("azure-devops",{fontCharacter:"\\ebe8"}),o.verifiedFilled=new o("verified-filled",{fontCharacter:"\\ebe9"}),o.newLine=new o("newline",{fontCharacter:"\\ebea"}),o.layout=new o("layout",{fontCharacter:"\\ebeb"}),o.layoutActivitybarLeft=new o("layout-activitybar-left",{fontCharacter:"\\ebec"}),o.layoutActivitybarRight=new o("layout-activitybar-right",{fontCharacter:"\\ebed"}),o.layoutPanelLeft=new o("layout-panel-left",{fontCharacter:"\\ebee"}),o.layoutPanelCenter=new o("layout-panel-center",{fontCharacter:"\\ebef"}),o.layoutPanelJustify=new o("layout-panel-justify",{fontCharacter:"\\ebf0"}),o.layoutPanelRight=new o("layout-panel-right",{fontCharacter:"\\ebf1"}),o.layoutPanel=new o("layout-panel",{fontCharacter:"\\ebf2"}),o.layoutSidebarLeft=new o("layout-sidebar-left",{fontCharacter:"\\ebf3"}),o.layoutSidebarRight=new o("layout-sidebar-right",{fontCharacter:"\\ebf4"}),o.layoutStatusbar=new o("layout-statusbar",{fontCharacter:"\\ebf5"}),o.layoutMenubar=new o("layout-menubar",{fontCharacter:"\\ebf6"}),o.layoutCentered=new o("layout-centered",{fontCharacter:"\\ebf7"}),o.target=new o("target",{fontCharacter:"\\ebf8"}),o.indent=new o("indent",{fontCharacter:"\\ebf9"}),o.recordSmall=new o("record-small",{fontCharacter:"\\ebfa"}),o.errorSmall=new o("error-small",{fontCharacter:"\\ebfb"}),o.arrowCircleDown=new o("arrow-circle-down",{fontCharacter:"\\ebfc"}),o.arrowCircleLeft=new o("arrow-circle-left",{fontCharacter:"\\ebfd"}),o.arrowCircleRight=new o("arrow-circle-right",{fontCharacter:"\\ebfe"}),o.arrowCircleUp=new o("arrow-circle-up",{fontCharacter:"\\ebff"}),o.dialogError=new o("dialog-error",o.error.definition),o.dialogWarning=new o("dialog-warning",o.warning.definition),o.dialogInfo=new o("dialog-info",o.info.definition),o.dialogClose=new o("dialog-close",o.close.definition),o.treeItemExpanded=new o("tree-item-expanded",o.chevronDown.definition),o.treeFilterOnTypeOn=new o("tree-filter-on-type-on",o.listFilter.definition),o.treeFilterOnTypeOff=new o("tree-filter-on-type-off",o.listSelection.definition),o.treeFilterClear=new o("tree-filter-clear",o.close.definition),o.treeItemLoading=new o("tree-item-loading",o.loading.definition),o.menuSelection=new o("menu-selection",o.check.definition),o.menuSubmenu=new o("menu-submenu",o.chevronRight.definition),o.menuBarMore=new o("menubar-more",o.more.definition),o.scrollbarButtonLeft=new o("scrollbar-button-left",o.triangleLeft.definition),o.scrollbarButtonRight=new o("scrollbar-button-right",o.triangleRight.definition),o.scrollbarButtonUp=new o("scrollbar-button-up",o.triangleUp.definition),o.scrollbarButtonDown=new o("scrollbar-button-down",o.triangleDown.definition),o.toolBarMore=new o("toolbar-more",o.more.definition),o.quickInputBack=new o("quick-input-back",o.arrowLeft.definition),function(e){e.iconNameSegment="[A-Za-z0-9]+",e.iconNameExpression="[A-Za-z0-9-]+",e.iconModifierExpression="~[A-Za-z]+",e.iconNameCharacter="[A-Za-z0-9~-]";const t=new RegExp(`^(${e.iconNameExpression})(${e.iconModifierExpression})?$`);function i(e){if(e instanceof o)return["codicon","codicon-"+e.id];const n=t.exec(e.id);if(!n)return i(o.error);let[,r,s]=n;const a=["codicon","codicon-"+r];return s&&a.push("codicon-modifier-"+s.substr(1)),a}e.asClassNameArray=i,e.asClassName=function(e){return i(e).join(" ")},e.asCSSSelector=function(e){return"."+i(e).join(".")}}(r||(r={}))},64870:function(e,t,i){"use strict";i.d(t,{E:function(){return o},r:function(){return r}});const n=Object.prototype.hasOwnProperty;function o(e,t){for(let i in e)if(n.call(e,i)&&!1===t({key:i,value:e[i]},(function(){delete e[i]})))return}class r{constructor(){this.map=new Map}add(e,t){let i=this.map.get(e);i||(i=new Set,this.map.set(e,i)),i.add(t)}delete(e,t){const i=this.map.get(e);i&&(i.delete(t),0===i.size&&this.map.delete(e))}forEach(e,t){const i=this.map.get(e);i&&i.forEach(t)}}},18689:function(e,t,i){"use strict";function n(e,t){const i=Math.pow(10,t);return Math.round(e*i)/i}i.d(t,{Il:function(){return a},VS:function(){return o},tx:function(){return s}});class o{constructor(e,t,i,o=1){this._rgbaBrand=void 0,this.r=0|Math.min(255,Math.max(0,e)),this.g=0|Math.min(255,Math.max(0,t)),this.b=0|Math.min(255,Math.max(0,i)),this.a=n(Math.max(Math.min(1,o),0),3)}static equals(e,t){return e.r===t.r&&e.g===t.g&&e.b===t.b&&e.a===t.a}}class r{constructor(e,t,i,o){this._hslaBrand=void 0,this.h=0|Math.max(Math.min(360,e),0),this.s=n(Math.max(Math.min(1,t),0),3),this.l=n(Math.max(Math.min(1,i),0),3),this.a=n(Math.max(Math.min(1,o),0),3)}static equals(e,t){return e.h===t.h&&e.s===t.s&&e.l===t.l&&e.a===t.a}static fromRGBA(e){const t=e.r/255,i=e.g/255,n=e.b/255,o=e.a,s=Math.max(t,i,n),a=Math.min(t,i,n);let l=0,c=0;const d=(a+s)/2,u=s-a;if(u>0){switch(c=Math.min(d<=.5?u/(2*d):u/(2-2*d),1),s){case t:l=(i-n)/u+(i1&&(i-=1),i<1/6?e+6*(t-e)*i:i<.5?t:i<2/3?e+(t-e)*(2/3-i)*6:e}static toRGBA(e){const t=e.h/360,{s:i,l:n,a:s}=e;let a,l,c;if(0===i)a=l=c=n;else{const e=n<.5?n*(1+i):n+i-n*i,o=2*n-e;a=r._hue2rgb(o,e,t+1/3),l=r._hue2rgb(o,e,t),c=r._hue2rgb(o,e,t-1/3)}return new o(Math.round(255*a),Math.round(255*l),Math.round(255*c),s)}}class s{constructor(e,t,i,o){this._hsvaBrand=void 0,this.h=0|Math.max(Math.min(360,e),0),this.s=n(Math.max(Math.min(1,t),0),3),this.v=n(Math.max(Math.min(1,i),0),3),this.a=n(Math.max(Math.min(1,o),0),3)}static equals(e,t){return e.h===t.h&&e.s===t.s&&e.v===t.v&&e.a===t.a}static fromRGBA(e){const t=e.r/255,i=e.g/255,n=e.b/255,o=Math.max(t,i,n),r=o-Math.min(t,i,n),a=0===o?0:r/o;let l;return l=0===r?0:o===t?((i-n)/r%6+6)%6:o===i?(n-t)/r+2:(t-i)/r+4,new s(Math.round(60*l),a,o,e.a)}static toRGBA(e){const{h:t,s:i,v:n,a:r}=e,s=n*i,a=s*(1-Math.abs(t/60%2-1)),l=n-s;let[c,d,u]=[0,0,0];return t<60?(c=s,d=a):t<120?(c=a,d=s):t<180?(d=s,u=a):t<240?(d=a,u=s):t<300?(c=a,u=s):t<=360&&(c=s,u=a),c=Math.round(255*(c+l)),d=Math.round(255*(d+l)),u=Math.round(255*(u+l)),new o(c,d,u,r)}}class a{constructor(e){if(!e)throw new Error("Color needs a value");if(e instanceof o)this.rgba=e;else if(e instanceof r)this._hsla=e,this.rgba=r.toRGBA(e);else{if(!(e instanceof s))throw new Error("Invalid color ctor argument");this._hsva=e,this.rgba=s.toRGBA(e)}}static fromHex(e){return a.Format.CSS.parseHex(e)||a.red}get hsla(){return this._hsla?this._hsla:r.fromRGBA(this.rgba)}get hsva(){return this._hsva?this._hsva:s.fromRGBA(this.rgba)}equals(e){return!!e&&o.equals(this.rgba,e.rgba)&&r.equals(this.hsla,e.hsla)&&s.equals(this.hsva,e.hsva)}getRelativeLuminance(){return n(.2126*a._relativeLuminanceForComponent(this.rgba.r)+.7152*a._relativeLuminanceForComponent(this.rgba.g)+.0722*a._relativeLuminanceForComponent(this.rgba.b),4)}static _relativeLuminanceForComponent(e){const t=e/255;return t<=.03928?t/12.92:Math.pow((t+.055)/1.055,2.4)}isLighter(){return(299*this.rgba.r+587*this.rgba.g+114*this.rgba.b)/1e3>=128}isLighterThan(e){return this.getRelativeLuminance()>e.getRelativeLuminance()}isDarkerThan(e){return this.getRelativeLuminance()0||this.m_modifiedCount>0)&&this.m_changes.push(new n(this.m_originalStart,this.m_originalCount,this.m_modifiedStart,this.m_modifiedCount)),this.m_originalCount=0,this.m_modifiedCount=0,this.m_originalStart=1073741824,this.m_modifiedStart=1073741824}AddOriginalElement(e,t){this.m_originalStart=Math.min(this.m_originalStart,e),this.m_modifiedStart=Math.min(this.m_modifiedStart,t),this.m_originalCount++}AddModifiedElement(e,t){this.m_originalStart=Math.min(this.m_originalStart,e),this.m_modifiedStart=Math.min(this.m_modifiedStart,t),this.m_modifiedCount++}getChanges(){return(this.m_originalCount>0||this.m_modifiedCount>0)&&this.MarkNextChange(),this.m_changes}getReverseChanges(){return(this.m_originalCount>0||this.m_modifiedCount>0)&&this.MarkNextChange(),this.m_changes.reverse(),this.m_changes}}class d{constructor(e,t,i=null){this.ContinueProcessingPredicate=i,this._originalSequence=e,this._modifiedSequence=t;const[n,o,r]=d._getElements(e),[s,a,l]=d._getElements(t);this._hasStrings=r&&l,this._originalStringElements=n,this._originalElementsOrHash=o,this._modifiedStringElements=s,this._modifiedElementsOrHash=a,this.m_forwardHistory=[],this.m_reverseHistory=[]}static _isStringArray(e){return e.length>0&&"string"==typeof e[0]}static _getElements(e){const t=e.getElements();if(d._isStringArray(t)){const e=new Int32Array(t.length);for(let i=0,n=t.length;i=e&&o>=i&&this.ElementsAreEqual(t,o);)t--,o--;if(e>t||i>o){let r;return i<=o?(a.Assert(e===t+1,"originalStart should only be one more than originalEnd"),r=[new n(e,0,i,o-i+1)]):e<=t?(a.Assert(i===o+1,"modifiedStart should only be one more than modifiedEnd"),r=[new n(e,t-e+1,i,0)]):(a.Assert(e===t+1,"originalStart should only be one more than originalEnd"),a.Assert(i===o+1,"modifiedStart should only be one more than modifiedEnd"),r=[]),r}const s=[0],l=[0],c=this.ComputeRecursionPoint(e,t,i,o,s,l,r),d=s[0],u=l[0];if(null!==c)return c;if(!r[0]){const s=this.ComputeDiffRecursive(e,d,i,u,r);let a=[];return a=r[0]?[new n(d+1,t-(d+1)+1,u+1,o-(u+1)+1)]:this.ComputeDiffRecursive(d+1,t,u+1,o,r),this.ConcatenateChanges(s,a)}return[new n(e,t-e+1,i,o-i+1)]}WALKTRACE(e,t,i,o,r,s,a,l,d,u,h,g,p,m,f,_,b,v){let C=null,w=null,y=new c,S=t,x=i,k=p[0]-_[0]-o,L=-1073741824,E=this.m_forwardHistory.length-1;do{const t=k+e;t===S||t=0&&(e=(d=this.m_forwardHistory[E])[0],S=1,x=d.length-1)}while(--E>=-1);if(C=y.getReverseChanges(),v[0]){let e=p[0]+1,t=_[0]+1;if(null!==C&&C.length>0){const i=C[C.length-1];e=Math.max(e,i.getOriginalEnd()),t=Math.max(t,i.getModifiedEnd())}w=[new n(e,g-e+1,t,f-t+1)]}else{y=new c,S=s,x=a,k=p[0]-_[0]-l,L=1073741824,E=b?this.m_reverseHistory.length-1:this.m_reverseHistory.length-2;do{const e=k+r;e===S||e=u[e+1]?(m=(h=u[e+1]-1)-k-l,h>L&&y.MarkNextChange(),L=h+1,y.AddOriginalElement(h+1,m+1),k=e+1-r):(m=(h=u[e-1])-k-l,h>L&&y.MarkNextChange(),L=h,y.AddModifiedElement(h+1,m+1),k=e-1-r),E>=0&&(r=(u=this.m_reverseHistory[E])[0],S=1,x=u.length-1)}while(--E>=-1);w=y.getChanges()}return this.ConcatenateChanges(C,w)}ComputeRecursionPoint(e,t,i,o,r,s,a){let c=0,d=0,u=0,h=0,g=0,p=0;e--,i--,r[0]=0,s[0]=0,this.m_forwardHistory=[],this.m_reverseHistory=[];const m=t-e+(o-i),f=m+1,_=new Int32Array(f),b=new Int32Array(f),v=o-i,C=t-e,w=e-i,y=t-o,S=(C-v)%2==0;_[v]=e,b[C]=t,a[0]=!1;for(let x=1;x<=m/2+1;x++){let m=0,k=0;u=this.ClipDiagonalBound(v-x,x,v,f),h=this.ClipDiagonalBound(v+x,x,v,f);for(let e=u;e<=h;e+=2){c=e===u||em+k&&(m=c,k=d),!S&&Math.abs(e-C)<=x-1&&c>=b[e])return r[0]=c,s[0]=d,i<=b[e]&&x<=1448?this.WALKTRACE(v,u,h,w,C,g,p,y,_,b,c,t,r,d,o,s,S,a):null}const L=(m-e+(k-i)-x)/2;if(null!==this.ContinueProcessingPredicate&&!this.ContinueProcessingPredicate(m,L))return a[0]=!0,r[0]=m,s[0]=k,L>0&&x<=1448?this.WALKTRACE(v,u,h,w,C,g,p,y,_,b,c,t,r,d,o,s,S,a):(e++,i++,[new n(e,t-e+1,i,o-i+1)]);g=this.ClipDiagonalBound(C-x,x,C,f),p=this.ClipDiagonalBound(C+x,x,C,f);for(let n=g;n<=p;n+=2){c=n===g||n=b[n+1]?b[n+1]-1:b[n-1],d=c-(n-C)-y;const l=c;for(;c>e&&d>i&&this.ElementsAreEqual(c,d);)c--,d--;if(b[n]=c,S&&Math.abs(n-v)<=x&&c<=_[n])return r[0]=c,s[0]=d,l>=_[n]&&x<=1448?this.WALKTRACE(v,u,h,w,C,g,p,y,_,b,c,t,r,d,o,s,S,a):null}if(x<=1447){let e=new Int32Array(h-u+2);e[0]=v-u+1,l.Copy2(_,u,e,1,h-u+1),this.m_forwardHistory.push(e),e=new Int32Array(p-g+2),e[0]=C-g+1,l.Copy2(b,g,e,1,p-g+1),this.m_reverseHistory.push(e)}}return this.WALKTRACE(v,u,h,w,C,g,p,y,_,b,c,t,r,d,o,s,S,a)}PrettifyChanges(e){for(let t=0;t0,s=i.modifiedLength>0;for(;i.originalStart+i.originalLength=0;t--){const i=e[t];let n=0,o=0;if(t>0){const i=e[t-1];n=i.originalStart+i.originalLength,o=i.modifiedStart+i.modifiedLength}const r=i.originalLength>0,s=i.modifiedLength>0;let a=0,l=this._boundaryScore(i.originalStart,i.originalLength,i.modifiedStart,i.modifiedLength);for(let e=1;;e++){const t=i.originalStart-e,c=i.modifiedStart-e;if(tl&&(l=d,a=e)}i.originalStart-=a,i.modifiedStart-=a;const c=[null];t>0&&this.ChangesOverlap(e[t-1],e[t],c)&&(e[t-1]=c[0],e.splice(t,1),t++)}if(this._hasStrings)for(let t=1,i=e.length;t0&&i>a&&(a=i,l=t,c=e)}return a>0?[l,c]:null}_contiguousSequenceScore(e,t,i){let n=0;for(let o=0;o=this._originalElementsOrHash.length-1||this._hasStrings&&/^\s*$/.test(this._originalStringElements[e])}_OriginalRegionIsBoundary(e,t){if(this._OriginalIsBoundary(e)||this._OriginalIsBoundary(e-1))return!0;if(t>0){const i=e+t;if(this._OriginalIsBoundary(i-1)||this._OriginalIsBoundary(i))return!0}return!1}_ModifiedIsBoundary(e){return e<=0||e>=this._modifiedElementsOrHash.length-1||this._hasStrings&&/^\s*$/.test(this._modifiedStringElements[e])}_ModifiedRegionIsBoundary(e,t){if(this._ModifiedIsBoundary(e)||this._ModifiedIsBoundary(e-1))return!0;if(t>0){const i=e+t;if(this._ModifiedIsBoundary(i-1)||this._ModifiedIsBoundary(i))return!0}return!1}_boundaryScore(e,t,i,n){return(this._OriginalRegionIsBoundary(e,t)?1:0)+(this._ModifiedRegionIsBoundary(i,n)?1:0)}ConcatenateChanges(e,t){let i=[];if(0===e.length||0===t.length)return t.length>0?t:e;if(this.ChangesOverlap(e[e.length-1],t[0],i)){const n=new Array(e.length+t.length-1);return l.Copy(e,0,n,0,e.length-1),n[e.length-1]=i[0],l.Copy(t,1,n,e.length,t.length-1),n}{const i=new Array(e.length+t.length);return l.Copy(e,0,i,0,e.length),l.Copy(t,0,i,e.length,t.length),i}}ChangesOverlap(e,t,i){if(a.Assert(e.originalStart<=t.originalStart,"Left change is not less than or equal to right change"),a.Assert(e.modifiedStart<=t.modifiedStart,"Left change is not less than or equal to right change"),e.originalStart+e.originalLength>=t.originalStart||e.modifiedStart+e.modifiedLength>=t.modifiedStart){const o=e.originalStart;let r=e.originalLength;const s=e.modifiedStart;let a=e.modifiedLength;return e.originalStart+e.originalLength>=t.originalStart&&(r=t.originalStart+t.originalLength-e.originalStart),e.modifiedStart+e.modifiedLength>=t.modifiedStart&&(a=t.modifiedStart+t.modifiedLength-e.modifiedStart),i[0]=new n(o,r,s,a),!0}return i[0]=null,!1}ClipDiagonalBound(e,t,i,n){if(e>=0&&e{if(e.stack)throw new Error(e.message+"\n\n"+e.stack);throw e}),0)}}emit(e){this.listeners.forEach((t=>{t(e)}))}onUnexpectedError(e){this.unexpectedErrorHandler(e),this.emit(e)}onUnexpectedExternalError(e){this.unexpectedErrorHandler(e)}};function o(e){l(e)||n.onUnexpectedError(e)}function r(e){l(e)||n.onUnexpectedExternalError(e)}function s(e){if(e instanceof Error){let{name:t,message:i}=e;return{$isError:!0,name:t,message:i,stack:e.stacktrace||e.stack}}return e}const a="Canceled";function l(e){return e instanceof c||e instanceof Error&&e.name===a&&e.message===a}class c extends Error{constructor(){super(a),this.name=this.message}}function d(){const e=new Error(a);return e.name=e.message,e}function u(e){return e?new Error(`Illegal argument: ${e}`):new Error("Illegal argument")}function h(e){return e?new Error(`Illegal state: ${e}`):new Error("Illegal state")}class g extends Error{constructor(e){super("NotSupported"),e&&(this.message=e)}}},46718:function(e,t,i){"use strict";i.d(t,{D0:function(){return g},E7:function(){return p},K3:function(){return h},Q5:function(){return u},ZD:function(){return m},ju:function(){return n}});var n,o=i(16182),r=i(4004),s=i(57512),a=i(52150);!function(e){function t(e){return(t,i=null,n)=>{let o,r=!1;return o=e((e=>{if(!r)return o?o.dispose():r=!0,t.call(i,e)}),null,n),r&&o.dispose(),o}}function i(e,t,i){return a(((i,n=null,o)=>e((e=>i.call(n,t(e))),null,o)),i)}function n(e,t,i){return a(((i,n=null,o)=>e((e=>{t(e),i.call(n,e)}),null,o)),i)}function o(e,t,i){return a(((i,n=null,o)=>e((e=>t(e)&&i.call(n,e)),null,o)),i)}function s(e,t,n,o){let r=n;return i(e,(e=>(r=t(r,e),r)),o)}function a(e,t){let i;const n=new u({onFirstListenerAdd(){i=e(n.fire,n)},onLastListenerRemove(){i.dispose()}});return t&&t.add(n),n.event}function l(e,t,i=100,n=!1,o,r){let s,a,l,c=0;const d=new u({leakWarningThreshold:o,onFirstListenerAdd(){s=e((e=>{c++,a=t(a,e),n&&!l&&(d.fire(a),a=void 0),clearTimeout(l),l=setTimeout((()=>{const e=a;a=void 0,l=void 0,(!n||c>1)&&d.fire(e),c=0}),i)}))},onLastListenerRemove(){s.dispose()}});return r&&r.add(d),d.event}function c(e,t=((e,t)=>e===t),i){let n,r=!0;return o(e,(e=>{const i=r||!t(e,n);return r=!1,n=e,i}),i)}e.None=()=>r.JT.None,e.once=t,e.map=i,e.forEach=n,e.filter=o,e.signal=function(e){return e},e.any=function(...e){return(t,i=null,n)=>(0,r.F8)(...e.map((e=>e((e=>t.call(i,e)),null,n))))},e.reduce=s,e.debounce=l,e.latch=c,e.split=function(t,i,n){return[e.filter(t,i,n),e.filter(t,(e=>!i(e)),n)]},e.buffer=function(e,t=!1,i=[]){let n=i.slice(),o=e((e=>{n?n.push(e):s.fire(e)}));const r=()=>{n&&n.forEach((e=>s.fire(e))),n=null},s=new u({onFirstListenerAdd(){o||(o=e((e=>s.fire(e))))},onFirstListenerDidAdd(){n&&(t?setTimeout(r):r())},onLastListenerRemove(){o&&o.dispose(),o=null}});return s.event};class d{constructor(e){this.event=e}map(e){return new d(i(this.event,e))}forEach(e){return new d(n(this.event,e))}filter(e){return new d(o(this.event,e))}reduce(e,t){return new d(s(this.event,e,t))}latch(){return new d(c(this.event))}debounce(e,t=100,i=!1,n){return new d(l(this.event,e,t,i,n))}on(e,t,i){return this.event(e,t,i)}once(e,i,n){return t(this.event)(e,i,n)}}e.chain=function(e){return new d(e)},e.fromNodeEventEmitter=function(e,t,i=(e=>e)){const n=(...e)=>o.fire(i(...e)),o=new u({onFirstListenerAdd:()=>e.on(t,n),onLastListenerRemove:()=>e.removeListener(t,n)});return o.event},e.fromDOMEventEmitter=function(e,t,i=(e=>e)){const n=(...e)=>o.fire(i(...e)),o=new u({onFirstListenerAdd:()=>e.addEventListener(t,n),onLastListenerRemove:()=>e.removeEventListener(t,n)});return o.event},e.toPromise=function(e){return new Promise((i=>t(e)(i)))},e.runAndSubscribe=function(e,t){return t(void 0),e((e=>t(e)))},e.runAndSubscribeWithStore=function(e,t){let i=null;function n(e){null==i||i.dispose(),i=new r.SL,t(e,i)}n(void 0);const o=e((e=>n(e)));return(0,r.OF)((()=>{o.dispose(),null==i||i.dispose()}))}}(n||(n={}));class l{constructor(e){this._listenerCount=0,this._invocationCount=0,this._elapsedOverall=0,this._name=`${e}_${l._idPool++}`}start(e){this._stopWatch=new a.G(!0),this._listenerCount=e}stop(){if(this._stopWatch){const e=this._stopWatch.elapsed();this._elapsedOverall+=e,this._invocationCount+=1,console.info(`did FIRE ${this._name}: elapsed_ms: ${e.toFixed(5)}, listener: ${this._listenerCount} (elapsed_overall: ${this._elapsedOverall.toFixed(2)}, invocations: ${this._invocationCount})`),this._stopWatch=void 0}}}l._idPool=0;class c{constructor(e){this.value=e}static create(){var e;return new c(null!==(e=(new Error).stack)&&void 0!==e?e:"")}print(){console.warn(this.value.split("\n").slice(2).join("\n"))}}class d{constructor(e,t,i){this.callback=e,this.callbackThis=t,this.stack=i,this.subscription=new r.dt}invoke(e){this.callback.call(this.callbackThis,e)}}class u{constructor(e){var t;this._disposed=!1,this._options=e,this._leakageMon=void 0,this._perfMon=(null===(t=this._options)||void 0===t?void 0:t._profName)?new l(this._options._profName):void 0}dispose(){var e,t,i,n;this._disposed||(this._disposed=!0,this._listeners&&this._listeners.clear(),null===(e=this._deliveryQueue)||void 0===e||e.clear(),null===(i=null===(t=this._options)||void 0===t?void 0:t.onLastListenerRemove)||void 0===i||i.call(t),null===(n=this._leakageMon)||void 0===n||n.dispose())}get event(){return this._event||(this._event=(e,t,i)=>{var n,o,a;this._listeners||(this._listeners=new s.S);const l=this._listeners.isEmpty();let u,h;l&&(null===(n=this._options)||void 0===n?void 0:n.onFirstListenerAdd)&&this._options.onFirstListenerAdd(this),this._leakageMon&&this._listeners.size>=30&&(h=c.create(),u=this._leakageMon.check(h,this._listeners.size+1));const g=new d(e,t,h),p=this._listeners.push(g);l&&(null===(o=this._options)||void 0===o?void 0:o.onFirstListenerDidAdd)&&this._options.onFirstListenerDidAdd(this),(null===(a=this._options)||void 0===a?void 0:a.onListenerDidAdd)&&this._options.onListenerDidAdd(this,e,t);const m=g.subscription.set((()=>{u&&u(),!this._disposed&&(p(),this._options&&this._options.onLastListenerRemove)&&(this._listeners&&!this._listeners.isEmpty()||this._options.onLastListenerRemove(this))}));return i instanceof r.SL?i.add(m):Array.isArray(i)&&i.push(m),m}),this._event}fire(e){var t,i;if(this._listeners){this._deliveryQueue||(this._deliveryQueue=new s.S);for(let t of this._listeners)this._deliveryQueue.push([t,e]);for(null===(t=this._perfMon)||void 0===t||t.start(this._deliveryQueue.size);this._deliveryQueue.size>0;){const[e,t]=this._deliveryQueue.shift();try{e.invoke(t)}catch(e){(0,o.dL)(e)}}null===(i=this._perfMon)||void 0===i||i.stop()}}}class h extends u{constructor(e){super(e),this._isPaused=0,this._eventQueue=new s.S,this._mergeFn=null==e?void 0:e.merge}pause(){this._isPaused++}resume(){if(0!==this._isPaused&&0==--this._isPaused)if(this._mergeFn){const e=Array.from(this._eventQueue);this._eventQueue.clear(),super.fire(this._mergeFn(e))}else for(;!this._isPaused&&0!==this._eventQueue.size;)super.fire(this._eventQueue.shift())}fire(e){this._listeners&&(0!==this._isPaused?this._eventQueue.push(e):super.fire(e))}}class g extends h{constructor(e){var t;super(e),this._delay=null!==(t=e.delay)&&void 0!==t?t:100}fire(e){this._handle||(this.pause(),this._handle=setTimeout((()=>{this._handle=void 0,this.resume()}),this._delay)),super.fire(e)}}class p{constructor(){this.buffers=[]}wrapEvent(e){return(t,i,n)=>e((e=>{const n=this.buffers[this.buffers.length-1];n?n.push((()=>t.call(i,e))):t.call(i,e)}),void 0,n)}bufferEvents(e){const t=[];this.buffers.push(t);const i=e();return this.buffers.pop(),t.forEach((e=>e())),i}}class m{constructor(){this.listening=!1,this.inputEvent=n.None,this.inputEventListener=r.JT.None,this.emitter=new u({onFirstListenerDidAdd:()=>{this.listening=!0,this.inputEventListener=this.inputEvent(this.emitter.fire,this.emitter)},onLastListenerRemove:()=>{this.listening=!1,this.inputEventListener.dispose()}}),this.event=this.emitter.event}set input(e){this.inputEvent=e,this.listening&&(this.inputEventListener.dispose(),this.inputEventListener=e(this.emitter.fire,this.emitter))}dispose(){this.inputEventListener.dispose(),this.emitter.dispose()}}},56855:function(e,t,i){"use strict";i.d(t,{KM:function(){return d},ej:function(){return a},fn:function(){return l},oP:function(){return g},vY:function(){return h},yj:function(){return c}});var n=i(14477),o=i(6954),r=i(18039);function s(e){return 47===e||92===e}function a(e){return e.replace(/[\\/]/g,n.KR.sep)}function l(e){return-1===e.indexOf("/")&&(e=a(e)),/^[a-zA-Z]:(\/|$)/.test(e)&&(e="/"+e),e}function c(e,t=n.KR.sep){if(!e)return"";const i=e.length,o=e.charCodeAt(0);if(s(o)){if(s(e.charCodeAt(1))&&!s(e.charCodeAt(2))){let n=3;const o=n;for(;ne.length)return!1;if(i){if(!(0,r.ok)(e,t))return!1;if(t.length===e.length)return!0;let i=t.length;return t.charAt(t.length-1)===o&&i--,e.charAt(i)===o}return t.charAt(t.length-1)!==o&&(t+=o),0===e.indexOf(t)}function u(e){return e>=65&&e<=90||e>=97&&e<=122}function h(e){const t=(0,n.Fv)(e);return o.ED?!(e.length>3)&&g(t)&&(2===e.length||92===t.charCodeAt(2)):t===n.KR.sep}function g(e,t){return!!(void 0!==t?t:o.ED)&&u(e.charCodeAt(0))&&58===e.charCodeAt(1)}},34604:function(e,t,i){"use strict";i.d(t,{CL:function(){return H},EW:function(){return z},Ji:function(){return s},KZ:function(){return w},Oh:function(){return E},ir:function(){return l},jB:function(){return N},l7:function(){return U},mB:function(){return D},or:function(){return r}});var n=i(38455),o=i(18039);function r(...e){return function(t,i){for(let n=0,o=e.length;n0?[{start:0,end:t.length}]:[]:null}function l(e,t){const i=t.toLowerCase().indexOf(e.toLowerCase());return-1===i?null:[{start:i,end:i+e.length}]}function c(e,t,i,n){if(i===e.length)return[];if(n===t.length)return null;if(e[i]===t[n]){let o=null;return(o=c(e,t,i+1,n+1))?_({start:n,end:n+1},o):null}return c(e,t,i,n+1)}function d(e){return 97<=e&&e<=122}function u(e){return 65<=e&&e<=90}function h(e){return 48<=e&&e<=57}function g(e){return 32===e||9===e||10===e||13===e}const p=new Set;function m(e){return g(e)||p.has(e)}function f(e){return d(e)||u(e)||h(e)}function _(e,t){return 0===t.length?t=[e]:e.end===t[0].start?t[0].start=e.start:t.unshift(e),t}function b(e,t){for(let i=t;i0&&!f(e.charCodeAt(i-1)))return i}return e.length}function v(e,t,i,n){if(i===e.length)return[];if(n===t.length)return null;if(e[i]!==t[n].toLowerCase())return null;{let o=null,r=n+1;for(o=v(e,t,i+1,n+1);!o&&(r=b(t,r))60)return null;const i=function(e){let t=0,i=0,n=0,o=0,r=0;for(let s=0;s.2&&t<.8&&n>.6&&o<.2}(i)){if(!function(e){const{upperPercent:t,lowerPercent:i}=e;return 0===i&&t>.6}(i))return null;t=t.toLowerCase()}let n=null,o=0;for(e=e.toLowerCase();o0&&m(e.charCodeAt(i-1)))return i;return e.length}"()[]{}<>`'\"-/;:,.?!".split("").forEach((e=>p.add(e.charCodeAt(0))));const x=r(s,C,l),k=r(s,C,(function(e,t){return c(e.toLowerCase(),t.toLowerCase(),0,0)})),L=new n.z6(1e4);function E(e,t,i=!1){if("string"!=typeof e||"string"!=typeof t)return null;let n=L.get(e);n||(n=new RegExp(o.un(e),"i"),L.set(e,n));const r=n.exec(t);return r?[{start:r.index,end:r.index+r[0].length}]:i?k(e,t):x(e,t)}function N(e,t,i,n,o,r){const s=Math.min(13,e.length);for(;i1;n--){const o=e[n]+i,r=t[t.length-1];r&&r.end===o?r.end=o+1:t.push({start:o,end:o+1})}return t}const I=128;function T(){const e=[],t=[];for(let e=0;e<=I;e++)t[e]=0;for(let i=0;i<=I;i++)e.push(t.slice(0));return e}function A(e){const t=[];for(let i=0;i<=e;i++)t[i]=0;return t}const R=A(256),M=A(256),O=T(),P=T(),F=T();function B(e,t){if(t<0||t>=e.length)return!1;const i=e.codePointAt(t);switch(i){case 95:case 45:case 46:case 32:case 47:case 92:case 39:case 34:case 58:case 36:case 60:case 40:case 91:return!0;case void 0:return!1;default:return!!o.C8(i)}}function W(e,t){if(t<0||t>=e.length)return!1;switch(e.charCodeAt(t)){case 32:case 9:return!0;default:return!1}}function V(e,t,i){return t[e]!==i[e]}var H;function z(e,t,i,n,o,r,s){const a=e.length>I?I:e.length,l=n.length>I?I:n.length;if(i>=a||r>=l||a-i>l-r)return;if(!function(e,t,i,n,o,r,s=!1){for(;t=i&&a>=n;)o[s]===r[a]&&(M[s]=a,s--),a--}(a,l,i,r,t,o);let c=1,d=1,u=i,h=r;const g=[!1];for(c=1,u=i;us,b=_?P[c][d-1]+(O[c][d-1]>0?-5:0):0,v=h>s+1&&O[c][d-1]>0,C=v?P[c][d-2]+(O[c][d-2]>0?-5:0):0;if(v&&(!_||C>=b)&&(!m||C>=f))P[c][d]=C,F[c][d]=3,O[c][d]=0;else if(_&&(!m||b>=f))P[c][d]=b,F[c][d]=2,O[c][d]=0;else{if(!m)throw new Error("not possible");P[c][d]=f,F[c][d]=1,O[c][d]=O[c-1][d-1]+1}}}if(!g[0]&&!s)return;c--,d--;const p=[P[c][d],r];let m=0,f=0;for(;c>=1;){let e=d;do{const t=F[c][e];if(3===t)e-=2;else{if(2!==t)break;e-=1}}while(e>=1);m>1&&t[i+c-1]===o[r+d-1]&&!V(e+r-1,n,o)&&m+1>O[c][e]&&(e=d),e===d?m++:m=1,f||(f=e),c--,d=e-1,p.push(d)}l===a&&(p[0]+=2);const _=f-a;return p[0]-=_,p}function $(e,t,i,n,o,r,s,a,l,c,d){if(t[i]!==r[s])return Number.MIN_SAFE_INTEGER;let u=1,h=!1;return s===i-n?u=e[i]===o[s]?7:5:!V(s,o,r)||0!==s&&V(s-1,o,r)?!B(r,s)||0!==s&&B(r,s-1)?(B(r,s-1)||W(r,s-1))&&(u=5,h=!0):u=5:(u=e[i]===o[s]?7:5,h=!0),u>1&&i===n&&(d[0]=!0),h||(h=V(s,o,r)||B(r,s-1)||W(r,s-1)),i===n?s>l&&(u-=h?3:5):u+=c?h?2:0:h?0:1,s+1===a&&(u-=h?3:5),u}function U(e,t,i,n,o,r,s){return function(e,t,i,n,o,r,s,a){let l=z(e,t,i,n,o,r,a);if(e.length>=3){const t=Math.min(7,e.length-1);for(let s=i+1;sl[0])&&(l=e))}}}return l}(e,t,i,n,o,r,0,s)}function j(e,t){if(t+1>=e.length)return;const i=e[t],n=e[t+1];return i!==n?e.slice(0,t)+n+i+e.slice(t+2):void 0}!function(e){e.Default=[-100,0],e.isDefault=function(e){return!e||2===e.length&&-100===e[0]&&0===e[1]}}(H||(H={}))},58143:function(e,t,i){"use strict";function n(e){const t=this;let i,n=!1;return function(){return n||(n=!0,i=e.apply(t,arguments)),i}}i.d(t,{I:function(){return n}})},25672:function(e,t,i){"use strict";i.d(t,{Cv:function(){return a},SP:function(){return r},vp:function(){return o},yP:function(){return u}});var n=i(18039);function o(e){return r(e,0)}function r(e,t){switch(typeof e){case"object":return null===e?s(349,t):Array.isArray(e)?(i=e,n=s(104579,n=t),i.reduce(((e,t)=>r(t,e)),n)):function(e,t){return t=s(181387,t),Object.keys(e).sort().reduce(((t,i)=>(t=a(i,t),r(e[i],t))),t)}(e,t);case"string":return a(e,t);case"boolean":return function(e,t){return s(e?433:863,t)}(e,t);case"number":return s(e,t);case"undefined":return s(937,t);default:return s(617,t)}var i,n}function s(e,t){return(t<<5)-t+e|0}function a(e,t){t=s(149417,t);for(let i=0,n=e.length;i>>n)>>>0}function c(e,t=0,i=e.byteLength,n=0){for(let o=0;oe.toString(16).padStart(2,"0"))).join(""):function(e,t,i="0"){for(;e.length>>0).toString(16),t/4)}class u{constructor(){this._h0=1732584193,this._h1=4023233417,this._h2=2562383102,this._h3=271733878,this._h4=3285377520,this._buff=new Uint8Array(67),this._buffDV=new DataView(this._buff.buffer),this._buffLen=0,this._totalLen=0,this._leftoverHighSurrogate=0,this._finished=!1}update(e){const t=e.length;if(0===t)return;const i=this._buff;let o,r,s=this._buffLen,a=this._leftoverHighSurrogate;for(0!==a?(o=a,r=-1,a=0):(o=e.charCodeAt(0),r=0);;){let l=o;if(n.ZG(o)){if(!(r+1>>6,e[t++]=128|(63&i)>>>0):i<65536?(e[t++]=224|(61440&i)>>>12,e[t++]=128|(4032&i)>>>6,e[t++]=128|(63&i)>>>0):(e[t++]=240|(1835008&i)>>>18,e[t++]=128|(258048&i)>>>12,e[t++]=128|(4032&i)>>>6,e[t++]=128|(63&i)>>>0),t>=64&&(this._step(),t-=64,this._totalLen+=64,e[0]=e[64],e[1]=e[65],e[2]=e[66]),t}digest(){return this._finished||(this._finished=!0,this._leftoverHighSurrogate&&(this._leftoverHighSurrogate=0,this._buffLen=this._push(this._buff,this._buffLen,65533)),this._totalLen+=this._buffLen,this._wrapUp()),d(this._h0)+d(this._h1)+d(this._h2)+d(this._h3)+d(this._h4)}_wrapUp(){this._buff[this._buffLen++]=128,c(this._buff,this._buffLen),this._buffLen>56&&(this._step(),c(this._buff));const e=8*this._totalLen;this._buffDV.setUint32(56,Math.floor(e/4294967296),!1),this._buffDV.setUint32(60,e%4294967296,!1),this._step()}_step(){const e=u._bigBlock32,t=this._buffDV;for(let i=0;i<64;i+=4)e.setUint32(i,t.getUint32(i,!1),!1);for(let t=64;t<320;t+=4)e.setUint32(t,l(e.getUint32(t-12,!1)^e.getUint32(t-32,!1)^e.getUint32(t-56,!1)^e.getUint32(t-64,!1),1),!1);let i,n,o,r=this._h0,s=this._h1,a=this._h2,c=this._h3,d=this._h4;for(let t=0;t<80;t++)t<20?(i=s&a|~s&c,n=1518500249):t<40?(i=s^a^c,n=1859775393):t<60?(i=s&a|s&c|a&c,n=2400959708):(i=s^a^c,n=3395469782),o=l(r,5)+i+d+n+e.getUint32(4*t,!1)&4294967295,d=c,c=a,a=l(s,30),s=r,r=o;this._h0=this._h0+r&4294967295,this._h1=this._h1+s&4294967295,this._h2=this._h2+a&4294967295,this._h3=this._h3+c&4294967295,this._h4=this._h4+d&4294967295}}u._bigBlock32=new DataView(new ArrayBuffer(320))},66978:function(e,t,i){"use strict";i.d(t,{CP:function(){return s},Fr:function(){return a},W5:function(){return r},oR:function(){return l},v1:function(){return c}});var n=i(16182),o=i(14329);class r{constructor(e="",t=!1){var i,o,r;if(this.value=e,"string"!=typeof this.value)throw(0,n.b1)("value");"boolean"==typeof t?(this.isTrusted=t,this.supportThemeIcons=!1,this.supportHtml=!1):(this.isTrusted=null!==(i=t.isTrusted)&&void 0!==i?i:void 0,this.supportThemeIcons=null!==(o=t.supportThemeIcons)&&void 0!==o&&o,this.supportHtml=null!==(r=t.supportHtml)&&void 0!==r&&r)}appendText(e,t=0){var i;return this.value+=(i=this.supportThemeIcons?(0,o.Qo)(e):e,i.replace(/[\\`*_{}[\]()#+\-!]/g,"\\$&")).replace(/([ \t]+)/g,((e,t)=>" ".repeat(t.length))).replace(/\>/gm,"\\>").replace(/\n/g,1===t?"\\\n":"\n\n"),this}appendMarkdown(e){return this.value+=e,this}appendCodeblock(e,t){return this.value+="\n```",this.value+=e,this.value+="\n",this.value+=t,this.value+="\n```\n",this}}function s(e){return a(e)?!e.value:!Array.isArray(e)||e.every(s)}function a(e){return e instanceof r||!(!e||"object"!=typeof e)&&!("string"!=typeof e.value||"boolean"!=typeof e.isTrusted&&void 0!==e.isTrusted||"boolean"!=typeof e.supportThemeIcons&&void 0!==e.supportThemeIcons)}function l(e){return e?e.replace(/\\([\\`*_{}[\]()#+\-.!])/g,"$1"):e}function c(e){const t=[],i=e.split("|").map((e=>e.trim()));e=i[0];const n=i[1];if(n){const e=/height=(\d+)/.exec(n),i=/width=(\d+)/.exec(n),o=e?e[1]:"",r=i?i[1]:"",s=isFinite(parseInt(r)),a=isFinite(parseInt(o));s&&t.push(`width="${r}"`),a&&t.push(`height="${o}"`)}return{href:e,dimensions:t}}},14329:function(e,t,i){"use strict";i.d(t,{Gt:function(){return f},Ho:function(){return m},Qo:function(){return d},f$:function(){return h},x$:function(){return p}});var n=i(4821),o=i(34604),r=i(18039);const s="$(",a=new RegExp(`\\$\\(${n.dT.iconNameExpression}(?:${n.dT.iconModifierExpression})?\\)`,"g"),l=new RegExp(n.dT.iconNameCharacter),c=new RegExp(`(\\\\)?${a.source}`,"g");function d(e){return e.replace(c,((e,t)=>t?e:`\\${e}`))}const u=new RegExp(`\\\\${a.source}`,"g");function h(e){return e.replace(u,(e=>`\\${e}`))}const g=new RegExp(`(\\s)?(\\\\)?${a.source}(\\s)?`,"g");function p(e){return-1===(e=e||"").indexOf(s)?e:e.replace(g,((e,t,i,n)=>i?e:t||n||""))}function m(e){const t=e.indexOf(s);return-1===t?{text:e}:function(e,t){const i=[];let n="";function o(e){if(e){n+=e;for(const t of e)i.push(u)}}let r,a,c=-1,d="",u=0,h=t;const g=e.length;for(o(e.substr(0,t));he.length&&(i=e.length);to}]},e.equals=function(e,t,i=((e,t)=>e===t)){const n=e[Symbol.iterator](),o=t[Symbol.iterator]();for(;;){const e=n.next(),t=o.next();if(e.done!==t.done)return!1;if(e.done)return!0;if(!i(e.value,t.value))return!1}}}(n||(n={}))},37808:function(e,t,i){"use strict";i.d(t,{H_:function(){return a},Vd:function(){return h},gx:function(){return m},kL:function(){return p}});class n{constructor(){this._keyCodeToStr=[],this._strToKeyCode=Object.create(null)}define(e,t){this._keyCodeToStr[e]=t,this._strToKeyCode[t.toLowerCase()]=e}keyCodeToStr(e){return this._keyCodeToStr[e]}strToKeyCode(e){return this._strToKeyCode[e.toLowerCase()]||0}}const o=new n,r=new n,s=new n,a=new Array(230),l={},c=[],d=Object.create(null),u=Object.create(null),h=[],g=[];for(let e=0;e<=193;e++)h[e]=-1;for(let e=0;e<=127;e++)g[e]=-1;var p;function m(e,t){return(e|(65535&t)<<16>>>0)>>>0}!function(){const e="",t=[[0,1,0,"None",0,"unknown",0,"VK_UNKNOWN",e,e],[0,1,1,"Hyper",0,e,0,e,e,e],[0,1,2,"Super",0,e,0,e,e,e],[0,1,3,"Fn",0,e,0,e,e,e],[0,1,4,"FnLock",0,e,0,e,e,e],[0,1,5,"Suspend",0,e,0,e,e,e],[0,1,6,"Resume",0,e,0,e,e,e],[0,1,7,"Turbo",0,e,0,e,e,e],[0,1,8,"Sleep",0,e,0,"VK_SLEEP",e,e],[0,1,9,"WakeUp",0,e,0,e,e,e],[31,0,10,"KeyA",31,"A",65,"VK_A",e,e],[32,0,11,"KeyB",32,"B",66,"VK_B",e,e],[33,0,12,"KeyC",33,"C",67,"VK_C",e,e],[34,0,13,"KeyD",34,"D",68,"VK_D",e,e],[35,0,14,"KeyE",35,"E",69,"VK_E",e,e],[36,0,15,"KeyF",36,"F",70,"VK_F",e,e],[37,0,16,"KeyG",37,"G",71,"VK_G",e,e],[38,0,17,"KeyH",38,"H",72,"VK_H",e,e],[39,0,18,"KeyI",39,"I",73,"VK_I",e,e],[40,0,19,"KeyJ",40,"J",74,"VK_J",e,e],[41,0,20,"KeyK",41,"K",75,"VK_K",e,e],[42,0,21,"KeyL",42,"L",76,"VK_L",e,e],[43,0,22,"KeyM",43,"M",77,"VK_M",e,e],[44,0,23,"KeyN",44,"N",78,"VK_N",e,e],[45,0,24,"KeyO",45,"O",79,"VK_O",e,e],[46,0,25,"KeyP",46,"P",80,"VK_P",e,e],[47,0,26,"KeyQ",47,"Q",81,"VK_Q",e,e],[48,0,27,"KeyR",48,"R",82,"VK_R",e,e],[49,0,28,"KeyS",49,"S",83,"VK_S",e,e],[50,0,29,"KeyT",50,"T",84,"VK_T",e,e],[51,0,30,"KeyU",51,"U",85,"VK_U",e,e],[52,0,31,"KeyV",52,"V",86,"VK_V",e,e],[53,0,32,"KeyW",53,"W",87,"VK_W",e,e],[54,0,33,"KeyX",54,"X",88,"VK_X",e,e],[55,0,34,"KeyY",55,"Y",89,"VK_Y",e,e],[56,0,35,"KeyZ",56,"Z",90,"VK_Z",e,e],[22,0,36,"Digit1",22,"1",49,"VK_1",e,e],[23,0,37,"Digit2",23,"2",50,"VK_2",e,e],[24,0,38,"Digit3",24,"3",51,"VK_3",e,e],[25,0,39,"Digit4",25,"4",52,"VK_4",e,e],[26,0,40,"Digit5",26,"5",53,"VK_5",e,e],[27,0,41,"Digit6",27,"6",54,"VK_6",e,e],[28,0,42,"Digit7",28,"7",55,"VK_7",e,e],[29,0,43,"Digit8",29,"8",56,"VK_8",e,e],[30,0,44,"Digit9",30,"9",57,"VK_9",e,e],[21,0,45,"Digit0",21,"0",48,"VK_0",e,e],[3,1,46,"Enter",3,"Enter",13,"VK_RETURN",e,e],[9,1,47,"Escape",9,"Escape",27,"VK_ESCAPE",e,e],[1,1,48,"Backspace",1,"Backspace",8,"VK_BACK",e,e],[2,1,49,"Tab",2,"Tab",9,"VK_TAB",e,e],[10,1,50,"Space",10,"Space",32,"VK_SPACE",e,e],[83,0,51,"Minus",83,"-",189,"VK_OEM_MINUS","-","OEM_MINUS"],[81,0,52,"Equal",81,"=",187,"VK_OEM_PLUS","=","OEM_PLUS"],[87,0,53,"BracketLeft",87,"[",219,"VK_OEM_4","[","OEM_4"],[89,0,54,"BracketRight",89,"]",221,"VK_OEM_6","]","OEM_6"],[88,0,55,"Backslash",88,"\\",220,"VK_OEM_5","\\","OEM_5"],[0,0,56,"IntlHash",0,e,0,e,e,e],[80,0,57,"Semicolon",80,";",186,"VK_OEM_1",";","OEM_1"],[90,0,58,"Quote",90,"'",222,"VK_OEM_7","'","OEM_7"],[86,0,59,"Backquote",86,"`",192,"VK_OEM_3","`","OEM_3"],[82,0,60,"Comma",82,",",188,"VK_OEM_COMMA",",","OEM_COMMA"],[84,0,61,"Period",84,".",190,"VK_OEM_PERIOD",".","OEM_PERIOD"],[85,0,62,"Slash",85,"/",191,"VK_OEM_2","/","OEM_2"],[8,1,63,"CapsLock",8,"CapsLock",20,"VK_CAPITAL",e,e],[59,1,64,"F1",59,"F1",112,"VK_F1",e,e],[60,1,65,"F2",60,"F2",113,"VK_F2",e,e],[61,1,66,"F3",61,"F3",114,"VK_F3",e,e],[62,1,67,"F4",62,"F4",115,"VK_F4",e,e],[63,1,68,"F5",63,"F5",116,"VK_F5",e,e],[64,1,69,"F6",64,"F6",117,"VK_F6",e,e],[65,1,70,"F7",65,"F7",118,"VK_F7",e,e],[66,1,71,"F8",66,"F8",119,"VK_F8",e,e],[67,1,72,"F9",67,"F9",120,"VK_F9",e,e],[68,1,73,"F10",68,"F10",121,"VK_F10",e,e],[69,1,74,"F11",69,"F11",122,"VK_F11",e,e],[70,1,75,"F12",70,"F12",123,"VK_F12",e,e],[0,1,76,"PrintScreen",0,e,0,e,e,e],[79,1,77,"ScrollLock",79,"ScrollLock",145,"VK_SCROLL",e,e],[7,1,78,"Pause",7,"PauseBreak",19,"VK_PAUSE",e,e],[19,1,79,"Insert",19,"Insert",45,"VK_INSERT",e,e],[14,1,80,"Home",14,"Home",36,"VK_HOME",e,e],[11,1,81,"PageUp",11,"PageUp",33,"VK_PRIOR",e,e],[20,1,82,"Delete",20,"Delete",46,"VK_DELETE",e,e],[13,1,83,"End",13,"End",35,"VK_END",e,e],[12,1,84,"PageDown",12,"PageDown",34,"VK_NEXT",e,e],[17,1,85,"ArrowRight",17,"RightArrow",39,"VK_RIGHT","Right",e],[15,1,86,"ArrowLeft",15,"LeftArrow",37,"VK_LEFT","Left",e],[18,1,87,"ArrowDown",18,"DownArrow",40,"VK_DOWN","Down",e],[16,1,88,"ArrowUp",16,"UpArrow",38,"VK_UP","Up",e],[78,1,89,"NumLock",78,"NumLock",144,"VK_NUMLOCK",e,e],[108,1,90,"NumpadDivide",108,"NumPad_Divide",111,"VK_DIVIDE",e,e],[103,1,91,"NumpadMultiply",103,"NumPad_Multiply",106,"VK_MULTIPLY",e,e],[106,1,92,"NumpadSubtract",106,"NumPad_Subtract",109,"VK_SUBTRACT",e,e],[104,1,93,"NumpadAdd",104,"NumPad_Add",107,"VK_ADD",e,e],[3,1,94,"NumpadEnter",3,e,0,e,e,e],[94,1,95,"Numpad1",94,"NumPad1",97,"VK_NUMPAD1",e,e],[95,1,96,"Numpad2",95,"NumPad2",98,"VK_NUMPAD2",e,e],[96,1,97,"Numpad3",96,"NumPad3",99,"VK_NUMPAD3",e,e],[97,1,98,"Numpad4",97,"NumPad4",100,"VK_NUMPAD4",e,e],[98,1,99,"Numpad5",98,"NumPad5",101,"VK_NUMPAD5",e,e],[99,1,100,"Numpad6",99,"NumPad6",102,"VK_NUMPAD6",e,e],[100,1,101,"Numpad7",100,"NumPad7",103,"VK_NUMPAD7",e,e],[101,1,102,"Numpad8",101,"NumPad8",104,"VK_NUMPAD8",e,e],[102,1,103,"Numpad9",102,"NumPad9",105,"VK_NUMPAD9",e,e],[93,1,104,"Numpad0",93,"NumPad0",96,"VK_NUMPAD0",e,e],[107,1,105,"NumpadDecimal",107,"NumPad_Decimal",110,"VK_DECIMAL",e,e],[92,0,106,"IntlBackslash",92,"OEM_102",226,"VK_OEM_102",e,e],[58,1,107,"ContextMenu",58,"ContextMenu",93,e,e,e],[0,1,108,"Power",0,e,0,e,e,e],[0,1,109,"NumpadEqual",0,e,0,e,e,e],[71,1,110,"F13",71,"F13",124,"VK_F13",e,e],[72,1,111,"F14",72,"F14",125,"VK_F14",e,e],[73,1,112,"F15",73,"F15",126,"VK_F15",e,e],[74,1,113,"F16",74,"F16",127,"VK_F16",e,e],[75,1,114,"F17",75,"F17",128,"VK_F17",e,e],[76,1,115,"F18",76,"F18",129,"VK_F18",e,e],[77,1,116,"F19",77,"F19",130,"VK_F19",e,e],[0,1,117,"F20",0,e,0,"VK_F20",e,e],[0,1,118,"F21",0,e,0,"VK_F21",e,e],[0,1,119,"F22",0,e,0,"VK_F22",e,e],[0,1,120,"F23",0,e,0,"VK_F23",e,e],[0,1,121,"F24",0,e,0,"VK_F24",e,e],[0,1,122,"Open",0,e,0,e,e,e],[0,1,123,"Help",0,e,0,e,e,e],[0,1,124,"Select",0,e,0,e,e,e],[0,1,125,"Again",0,e,0,e,e,e],[0,1,126,"Undo",0,e,0,e,e,e],[0,1,127,"Cut",0,e,0,e,e,e],[0,1,128,"Copy",0,e,0,e,e,e],[0,1,129,"Paste",0,e,0,e,e,e],[0,1,130,"Find",0,e,0,e,e,e],[0,1,131,"AudioVolumeMute",112,"AudioVolumeMute",173,"VK_VOLUME_MUTE",e,e],[0,1,132,"AudioVolumeUp",113,"AudioVolumeUp",175,"VK_VOLUME_UP",e,e],[0,1,133,"AudioVolumeDown",114,"AudioVolumeDown",174,"VK_VOLUME_DOWN",e,e],[105,1,134,"NumpadComma",105,"NumPad_Separator",108,"VK_SEPARATOR",e,e],[110,0,135,"IntlRo",110,"ABNT_C1",193,"VK_ABNT_C1",e,e],[0,1,136,"KanaMode",0,e,0,e,e,e],[0,0,137,"IntlYen",0,e,0,e,e,e],[0,1,138,"Convert",0,e,0,e,e,e],[0,1,139,"NonConvert",0,e,0,e,e,e],[0,1,140,"Lang1",0,e,0,e,e,e],[0,1,141,"Lang2",0,e,0,e,e,e],[0,1,142,"Lang3",0,e,0,e,e,e],[0,1,143,"Lang4",0,e,0,e,e,e],[0,1,144,"Lang5",0,e,0,e,e,e],[0,1,145,"Abort",0,e,0,e,e,e],[0,1,146,"Props",0,e,0,e,e,e],[0,1,147,"NumpadParenLeft",0,e,0,e,e,e],[0,1,148,"NumpadParenRight",0,e,0,e,e,e],[0,1,149,"NumpadBackspace",0,e,0,e,e,e],[0,1,150,"NumpadMemoryStore",0,e,0,e,e,e],[0,1,151,"NumpadMemoryRecall",0,e,0,e,e,e],[0,1,152,"NumpadMemoryClear",0,e,0,e,e,e],[0,1,153,"NumpadMemoryAdd",0,e,0,e,e,e],[0,1,154,"NumpadMemorySubtract",0,e,0,e,e,e],[0,1,155,"NumpadClear",126,"Clear",12,"VK_CLEAR",e,e],[0,1,156,"NumpadClearEntry",0,e,0,e,e,e],[5,1,0,e,5,"Ctrl",17,"VK_CONTROL",e,e],[4,1,0,e,4,"Shift",16,"VK_SHIFT",e,e],[6,1,0,e,6,"Alt",18,"VK_MENU",e,e],[57,1,0,e,57,"Meta",0,"VK_COMMAND",e,e],[5,1,157,"ControlLeft",5,e,0,"VK_LCONTROL",e,e],[4,1,158,"ShiftLeft",4,e,0,"VK_LSHIFT",e,e],[6,1,159,"AltLeft",6,e,0,"VK_LMENU",e,e],[57,1,160,"MetaLeft",57,e,0,"VK_LWIN",e,e],[5,1,161,"ControlRight",5,e,0,"VK_RCONTROL",e,e],[4,1,162,"ShiftRight",4,e,0,"VK_RSHIFT",e,e],[6,1,163,"AltRight",6,e,0,"VK_RMENU",e,e],[57,1,164,"MetaRight",57,e,0,"VK_RWIN",e,e],[0,1,165,"BrightnessUp",0,e,0,e,e,e],[0,1,166,"BrightnessDown",0,e,0,e,e,e],[0,1,167,"MediaPlay",0,e,0,e,e,e],[0,1,168,"MediaRecord",0,e,0,e,e,e],[0,1,169,"MediaFastForward",0,e,0,e,e,e],[0,1,170,"MediaRewind",0,e,0,e,e,e],[114,1,171,"MediaTrackNext",119,"MediaTrackNext",176,"VK_MEDIA_NEXT_TRACK",e,e],[115,1,172,"MediaTrackPrevious",120,"MediaTrackPrevious",177,"VK_MEDIA_PREV_TRACK",e,e],[116,1,173,"MediaStop",121,"MediaStop",178,"VK_MEDIA_STOP",e,e],[0,1,174,"Eject",0,e,0,e,e,e],[117,1,175,"MediaPlayPause",122,"MediaPlayPause",179,"VK_MEDIA_PLAY_PAUSE",e,e],[0,1,176,"MediaSelect",123,"LaunchMediaPlayer",181,"VK_MEDIA_LAUNCH_MEDIA_SELECT",e,e],[0,1,177,"LaunchMail",124,"LaunchMail",180,"VK_MEDIA_LAUNCH_MAIL",e,e],[0,1,178,"LaunchApp2",125,"LaunchApp2",183,"VK_MEDIA_LAUNCH_APP2",e,e],[0,1,179,"LaunchApp1",0,e,0,"VK_MEDIA_LAUNCH_APP1",e,e],[0,1,180,"SelectTask",0,e,0,e,e,e],[0,1,181,"LaunchScreenSaver",0,e,0,e,e,e],[0,1,182,"BrowserSearch",115,"BrowserSearch",170,"VK_BROWSER_SEARCH",e,e],[0,1,183,"BrowserHome",116,"BrowserHome",172,"VK_BROWSER_HOME",e,e],[112,1,184,"BrowserBack",117,"BrowserBack",166,"VK_BROWSER_BACK",e,e],[113,1,185,"BrowserForward",118,"BrowserForward",167,"VK_BROWSER_FORWARD",e,e],[0,1,186,"BrowserStop",0,e,0,"VK_BROWSER_STOP",e,e],[0,1,187,"BrowserRefresh",0,e,0,"VK_BROWSER_REFRESH",e,e],[0,1,188,"BrowserFavorites",0,e,0,"VK_BROWSER_FAVORITES",e,e],[0,1,189,"ZoomToggle",0,e,0,e,e,e],[0,1,190,"MailReply",0,e,0,e,e,e],[0,1,191,"MailForward",0,e,0,e,e,e],[0,1,192,"MailSend",0,e,0,e,e,e],[109,1,0,e,109,"KeyInComposition",229,e,e,e],[111,1,0,e,111,"ABNT_C2",194,"VK_ABNT_C2",e,e],[91,1,0,e,91,"OEM_8",223,"VK_OEM_8",e,e],[0,1,0,e,0,e,0,"VK_KANA",e,e],[0,1,0,e,0,e,0,"VK_HANGUL",e,e],[0,1,0,e,0,e,0,"VK_JUNJA",e,e],[0,1,0,e,0,e,0,"VK_FINAL",e,e],[0,1,0,e,0,e,0,"VK_HANJA",e,e],[0,1,0,e,0,e,0,"VK_KANJI",e,e],[0,1,0,e,0,e,0,"VK_CONVERT",e,e],[0,1,0,e,0,e,0,"VK_NONCONVERT",e,e],[0,1,0,e,0,e,0,"VK_ACCEPT",e,e],[0,1,0,e,0,e,0,"VK_MODECHANGE",e,e],[0,1,0,e,0,e,0,"VK_SELECT",e,e],[0,1,0,e,0,e,0,"VK_PRINT",e,e],[0,1,0,e,0,e,0,"VK_EXECUTE",e,e],[0,1,0,e,0,e,0,"VK_SNAPSHOT",e,e],[0,1,0,e,0,e,0,"VK_HELP",e,e],[0,1,0,e,0,e,0,"VK_APPS",e,e],[0,1,0,e,0,e,0,"VK_PROCESSKEY",e,e],[0,1,0,e,0,e,0,"VK_PACKET",e,e],[0,1,0,e,0,e,0,"VK_DBE_SBCSCHAR",e,e],[0,1,0,e,0,e,0,"VK_DBE_DBCSCHAR",e,e],[0,1,0,e,0,e,0,"VK_ATTN",e,e],[0,1,0,e,0,e,0,"VK_CRSEL",e,e],[0,1,0,e,0,e,0,"VK_EXSEL",e,e],[0,1,0,e,0,e,0,"VK_EREOF",e,e],[0,1,0,e,0,e,0,"VK_PLAY",e,e],[0,1,0,e,0,e,0,"VK_ZOOM",e,e],[0,1,0,e,0,e,0,"VK_NONAME",e,e],[0,1,0,e,0,e,0,"VK_PA1",e,e],[0,1,0,e,0,e,0,"VK_OEM_CLEAR",e,e]];let i=[],n=[];for(const e of t){const[t,p,m,f,_,b,v,C,w,y]=e;if(n[m]||(n[m]=!0,c[m]=f,d[f]=m,u[f.toLowerCase()]=m,p&&(h[m]=_,0!==_&&3!==_&&5!==_&&4!==_&&6!==_&&57!==_&&(g[_]=m))),!i[_]){if(i[_]=!0,!b)throw new Error(`String representation missing for key code ${_} around scan code ${f}`);o.define(_,b),r.define(_,w||b),s.define(_,y||w||b)}v&&(a[v]=_),C&&(l[C]=_)}g[3]=46}(),function(e){e.toString=function(e){return o.keyCodeToStr(e)},e.fromString=function(e){return o.strToKeyCode(e)},e.toUserSettingsUS=function(e){return r.keyCodeToStr(e)},e.toUserSettingsGeneral=function(e){return s.keyCodeToStr(e)},e.fromUserSettings=function(e){return r.strToKeyCode(e)||s.strToKeyCode(e)},e.toElectronAccelerator=function(e){if(e>=93&&e<=108)return null;switch(e){case 16:return"Up";case 18:return"Down";case 15:return"Left";case 17:return"Right"}return o.keyCodeToStr(e)}}(p||(p={}))},34670:function(e,t,i){"use strict";i.d(t,{X4:function(){return s},jC:function(){return a},xo:function(){return r}});var n=i(89982);class o{constructor(e,t,i=t){this.modifierLabels=[null],this.modifierLabels[2]=e,this.modifierLabels[1]=t,this.modifierLabels[3]=i}toLabel(e,t,i){if(0===t.length)return null;const n=[];for(let o=0,r=t.length;o>>0,n=(4294901760&e)>>>16;return new a(0!==n?[r(i,t),r(n,t)]:[r(i,t)])}function r(e,t){const i=!!(2048&e),n=!!(256&e);return new s(2===t?n:i,!!(1024&e),!!(512&e),2===t?i:n,255&e)}class s{constructor(e,t,i,n,o){this.ctrlKey=e,this.shiftKey=t,this.altKey=i,this.metaKey=n,this.keyCode=o}equals(e){return this.ctrlKey===e.ctrlKey&&this.shiftKey===e.shiftKey&&this.altKey===e.altKey&&this.metaKey===e.metaKey&&this.keyCode===e.keyCode}isModifierKey(){return 0===this.keyCode||5===this.keyCode||57===this.keyCode||6===this.keyCode||4===this.keyCode}toChord(){return new a([this])}isDuplicateModifierCase(){return this.ctrlKey&&5===this.keyCode||this.shiftKey&&4===this.keyCode||this.altKey&&6===this.keyCode||this.metaKey&&57===this.keyCode}}class a{constructor(e){if(0===e.length)throw(0,n.b1)("parts");this.parts=e}}class l{constructor(e,t,i,n,o,r){this.ctrlKey=e,this.shiftKey=t,this.altKey=i,this.metaKey=n,this.keyLabel=o,this.keyAriaLabel=r}}class c{}},70722:function(e,t,i){"use strict";i.d(t,{D:function(){return c},p:function(){return l}});var n=i(56855),o=i(9734),r=i(6954),s=i(10804),a=i(39675);function l(e){if(!e)return;"string"==typeof e&&(e=a.o.file(e));const t=(0,s.EZ)(e)||(e.scheme===o.lg.file?e.fsPath:e.path);return r.ED&&(0,n.vY)(t)?c(t):t}function c(e,t){return(0,n.oP)(e,t)?e.charAt(0).toUpperCase()+e.slice(1):e}Object.create(null)},84305:function(e,t,i){"use strict";i.d(t,{o:function(){return n}});class n{constructor(e){this.executor=e,this._didRun=!1}getValue(){if(!this._didRun)try{this._value=this.executor()}catch(e){this._error=e}finally{this._didRun=!0}if(this._error)throw this._error;return this._value}get rawValue(){return this._value}}},4004:function(e,t,i){"use strict";i.d(t,{B9:function(){return l},F8:function(){return c},JT:function(){return h},Jz:function(){return m},OF:function(){return d},SL:function(){return u},Wf:function(){return a},XK:function(){return g},dk:function(){return r},dt:function(){return p}});var n=i(58143),o=i(44780);function r(e){return e}class s extends Error{constructor(e){super(`Encountered errors while disposing of store. Errors: [${e.join(", ")}]`),this.errors=e}}function a(e){return"function"==typeof e.dispose&&0===e.dispose.length}function l(e){if(o.$.is(e)){let t=[];for(const i of e)if(i)try{i.dispose()}catch(e){t.push(e)}if(1===t.length)throw t[0];if(t.length>1)throw new s(t);return Array.isArray(e)?[]:e}if(e)return e.dispose(),e}function c(...e){const t=d((()=>l(e)));return t}function d(e){const t={dispose:(0,n.I)((()=>{e()}))};return t}class u{constructor(){this._toDispose=new Set,this._isDisposed=!1}dispose(){this._isDisposed||(this._isDisposed=!0,this.clear())}get isDisposed(){return this._isDisposed}clear(){try{l(this._toDispose.values())}finally{this._toDispose.clear()}}add(e){if(!e)return e;if(e===this)throw new Error("Cannot register a disposable on itself!");return this._isDisposed?u.DISABLE_DISPOSED_WARNING||console.warn(new Error("Trying to add a disposable to a DisposableStore that has already been disposed of. The added object will be leaked!").stack):this._toDispose.add(e),e}}u.DISABLE_DISPOSED_WARNING=!1;class h{constructor(){this._store=new u,this._store}dispose(){this._store.dispose()}_register(e){if(e===this)throw new Error("Cannot register a disposable on itself!");return this._store.add(e)}}h.None=Object.freeze({dispose(){}});class g{constructor(){this._isDisposed=!1}get value(){return this._isDisposed?void 0:this._value}set value(e){var t;this._isDisposed||e===this._value||(null===(t=this._value)||void 0===t||t.dispose(),this._value=e)}clear(){this.value=void 0}dispose(){var e;this._isDisposed=!0,null===(e=this._value)||void 0===e||e.dispose(),this._value=void 0}clearAndLeak(){const e=this._value;return this._value=void 0,e}}class p{constructor(){this.dispose=()=>{},this.unset=()=>{},this.isset=()=>!1}set(e){let t=e;return this.unset=()=>t=void 0,this.isset=()=>void 0!==t,this.dispose=()=>{t&&(t(),t=void 0)},this}}class m{constructor(e){this.object=e}dispose(){}}},57512:function(e,t,i){"use strict";i.d(t,{S:function(){return o}});class n{constructor(e){this.element=e,this.next=n.Undefined,this.prev=n.Undefined}}n.Undefined=new n(void 0);class o{constructor(){this._first=n.Undefined,this._last=n.Undefined,this._size=0}get size(){return this._size}isEmpty(){return this._first===n.Undefined}clear(){let e=this._first;for(;e!==n.Undefined;){const t=e.next;e.prev=n.Undefined,e.next=n.Undefined,e=t}this._first=n.Undefined,this._last=n.Undefined,this._size=0}unshift(e){return this._insert(e,!1)}push(e){return this._insert(e,!0)}_insert(e,t){const i=new n(e);if(this._first===n.Undefined)this._first=i,this._last=i;else if(t){const e=this._last;this._last=i,i.prev=e,e.next=i}else{const e=this._first;this._first=i,i.next=e,e.prev=i}this._size+=1;let o=!1;return()=>{o||(o=!0,this._remove(i))}}shift(){if(this._first!==n.Undefined){const e=this._first.element;return this._remove(this._first),e}}pop(){if(this._last!==n.Undefined){const e=this._last.element;return this._remove(this._last),e}}_remove(e){if(e.prev!==n.Undefined&&e.next!==n.Undefined){const t=e.prev;t.next=e.next,e.next.prev=t}else e.prev===n.Undefined&&e.next===n.Undefined?(this._first=n.Undefined,this._last=n.Undefined):e.next===n.Undefined?(this._last=this._last.prev,this._last.next=n.Undefined):e.prev===n.Undefined&&(this._first=this._first.next,this._first.prev=n.Undefined);this._size-=1}*[Symbol.iterator](){let e=this._first;for(;e!==n.Undefined;)yield e.element,e=e.next}}},38455:function(e,t,i){"use strict";i.d(t,{Id:function(){return u},Y9:function(){return g},z6:function(){return m}});var n,o,r=i(18039);class s{constructor(){this._value="",this._pos=0}reset(e){return this._value=e,this._pos=0,this}next(){return this._pos+=1,this}hasNext(){return this._pos=0;t--,this._valueLen--){const e=this._value.charCodeAt(t);if(!(47===e||this._splitOnBackslash&&92===e))break}return this.next()}hasNext(){return this._to!1)){return new u(new c(e))}static forStrings(){return new u(new s)}static forConfigKeys(){return new u(new a)}clear(){this._root=void 0}set(e,t){const i=this._iter.reset(e);let n;this._root||(this._root=new d,this._root.segment=i.value());const o=[];for(n=this._root;;){const e=i.cmp(n.segment);if(e>0)n.left||(n.left=new d,n.left.segment=i.value()),o.push([-1,n]),n=n.left;else if(e<0)n.right||(n.right=new d,n.right.segment=i.value()),o.push([1,n]),n=n.right;else{if(!i.hasNext())break;i.next(),n.mid||(n.mid=new d,n.mid.segment=i.value()),o.push([0,n]),n=n.mid}}const r=n.value;n.value=t,n.key=e;for(let e=o.length-1;e>=0;e--){const t=o[e][1];t.updateHeight();const i=t.balanceFactor();if(i<-1||i>1){const i=o[e][0],n=o[e+1][0];if(1===i&&1===n)o[e][1]=t.rotateLeft();else if(-1===i&&-1===n)o[e][1]=t.rotateRight();else if(1===i&&-1===n)t.right=o[e+1][1]=o[e+1][1].rotateRight(),o[e][1]=t.rotateLeft();else{if(-1!==i||1!==n)throw new Error;t.left=o[e+1][1]=o[e+1][1].rotateLeft(),o[e][1]=t.rotateRight()}if(e>0)switch(o[e-1][0]){case-1:o[e-1][1].left=o[e][1];break;case 1:o[e-1][1].right=o[e][1];break;case 0:o[e-1][1].mid=o[e][1]}else this._root=o[0][1]}}return r}get(e){var t;return null===(t=this._getNode(e))||void 0===t?void 0:t.value}_getNode(e){const t=this._iter.reset(e);let i=this._root;for(;i;){const e=t.cmp(i.segment);if(e>0)i=i.left;else if(e<0)i=i.right;else{if(!t.hasNext())break;t.next(),i=i.mid}}return i}has(e){const t=this._getNode(e);return!(void 0===(null==t?void 0:t.value)&&void 0===(null==t?void 0:t.mid))}delete(e){return this._delete(e,!1)}deleteSuperstr(e){return this._delete(e,!0)}_delete(e,t){var i;const n=this._iter.reset(e),o=[];let r=this._root;for(;r;){const e=n.cmp(r.segment);if(e>0)o.push([-1,r]),r=r.left;else if(e<0)o.push([1,r]),r=r.right;else{if(!n.hasNext())break;n.next(),o.push([0,r]),r=r.mid}}if(r){if(t?(r.left=void 0,r.mid=void 0,r.right=void 0,r.height=1):(r.key=void 0,r.value=void 0),!r.mid&&!r.value)if(r.left&&r.right){const e=this._min(r.right),{key:t,value:i,segment:n}=e;this._delete(e.key,!1),r.key=t,r.value=i,r.segment=n}else{const e=null!==(i=r.left)&&void 0!==i?i:r.right;if(o.length>0){const[t,i]=o[o.length-1];switch(t){case-1:i.left=e;break;case 0:i.mid=e;break;case 1:i.right=e}}else this._root=e}for(let e=o.length-1;e>=0;e--){const t=o[e][1];t.updateHeight();const i=t.balanceFactor();if(i>1?(t.right.balanceFactor()>=0||(t.right=t.right.rotateRight()),o[e][1]=t.rotateLeft()):i<-1&&(t.left.balanceFactor()<=0||(t.left=t.left.rotateLeft()),o[e][1]=t.rotateRight()),e>0)switch(o[e-1][0]){case-1:o[e-1][1].left=o[e][1];break;case 1:o[e-1][1].right=o[e][1];break;case 0:o[e-1][1].mid=o[e][1]}else this._root=o[0][1]}}}_min(e){for(;e.left;)e=e.left;return e}findSubstr(e){const t=this._iter.reset(e);let i,n=this._root;for(;n;){const e=t.cmp(n.segment);if(e>0)n=n.left;else if(e<0)n=n.right;else{if(!t.hasNext())break;t.next(),i=n.value||i,n=n.mid}}return n&&n.value||i}findSuperstr(e){const t=this._iter.reset(e);let i=this._root;for(;i;){const e=t.cmp(i.segment);if(e>0)i=i.left;else if(e<0)i=i.right;else{if(!t.hasNext())return i.mid?this._entries(i.mid):void 0;t.next(),i=i.mid}}}forEach(e){for(const[t,i]of this)e(i,t)}*[Symbol.iterator](){yield*this._entries(this._root)}*_entries(e){e&&(e.left&&(yield*this._entries(e.left)),e.value&&(yield[e.key,e.value]),e.mid&&(yield*this._entries(e.mid)),e.right&&(yield*this._entries(e.right)))}}class h{constructor(e,t){this.uri=e,this.value=t}}class g{constructor(e,t){this[n]="ResourceMap",e instanceof g?(this.map=new Map(e.map),this.toKey=null!=t?t:g.defaultToKey):(this.map=new Map,this.toKey=null!=e?e:g.defaultToKey)}set(e,t){return this.map.set(this.toKey(e),new h(e,t)),this}get(e){var t;return null===(t=this.map.get(this.toKey(e)))||void 0===t?void 0:t.value}has(e){return this.map.has(this.toKey(e))}get size(){return this.map.size}clear(){this.map.clear()}delete(e){return this.map.delete(this.toKey(e))}forEach(e,t){void 0!==t&&(e=e.bind(t));for(let[t,i]of this.map)e(i.value,i.uri,this)}*values(){for(let e of this.map.values())yield e.value}*keys(){for(let e of this.map.values())yield e.uri}*entries(){for(let e of this.map.values())yield[e.uri,e.value]}*[(n=Symbol.toStringTag,Symbol.iterator)](){for(let[,e]of this.map)yield[e.uri,e.value]}}g.defaultToKey=e=>e.toString();class p{constructor(){this[o]="LinkedMap",this._map=new Map,this._head=void 0,this._tail=void 0,this._size=0,this._state=0}clear(){this._map.clear(),this._head=void 0,this._tail=void 0,this._size=0,this._state++}isEmpty(){return!this._head&&!this._tail}get size(){return this._size}get first(){var e;return null===(e=this._head)||void 0===e?void 0:e.value}get last(){var e;return null===(e=this._tail)||void 0===e?void 0:e.value}has(e){return this._map.has(e)}get(e,t=0){const i=this._map.get(e);if(i)return 0!==t&&this.touch(i,t),i.value}set(e,t,i=0){let n=this._map.get(e);if(n)n.value=t,0!==i&&this.touch(n,i);else{switch(n={key:e,value:t,next:void 0,previous:void 0},i){case 0:case 2:default:this.addItemLast(n);break;case 1:this.addItemFirst(n)}this._map.set(e,n),this._size++}return this}delete(e){return!!this.remove(e)}remove(e){const t=this._map.get(e);if(t)return this._map.delete(e),this.removeItem(t),this._size--,t.value}shift(){if(!this._head&&!this._tail)return;if(!this._head||!this._tail)throw new Error("Invalid list");const e=this._head;return this._map.delete(e.key),this.removeItem(e),this._size--,e.value}forEach(e,t){const i=this._state;let n=this._head;for(;n;){if(t?e.bind(t)(n.value,n.key,this):e(n.value,n.key,this),this._state!==i)throw new Error("LinkedMap got modified during iteration.");n=n.next}}keys(){const e=this,t=this._state;let i=this._head;const n={[Symbol.iterator]:()=>n,next(){if(e._state!==t)throw new Error("LinkedMap got modified during iteration.");if(i){const e={value:i.key,done:!1};return i=i.next,e}return{value:void 0,done:!0}}};return n}values(){const e=this,t=this._state;let i=this._head;const n={[Symbol.iterator]:()=>n,next(){if(e._state!==t)throw new Error("LinkedMap got modified during iteration.");if(i){const e={value:i.value,done:!1};return i=i.next,e}return{value:void 0,done:!0}}};return n}entries(){const e=this,t=this._state;let i=this._head;const n={[Symbol.iterator]:()=>n,next(){if(e._state!==t)throw new Error("LinkedMap got modified during iteration.");if(i){const e={value:[i.key,i.value],done:!1};return i=i.next,e}return{value:void 0,done:!0}}};return n}[(o=Symbol.toStringTag,Symbol.iterator)](){return this.entries()}trimOld(e){if(e>=this.size)return;if(0===e)return void this.clear();let t=this._head,i=this.size;for(;t&&i>e;)this._map.delete(t.key),t=t.next,i--;this._head=t,this._size=i,t&&(t.previous=void 0),this._state++}addItemFirst(e){if(this._head||this._tail){if(!this._head)throw new Error("Invalid list");e.next=this._head,this._head.previous=e}else this._tail=e;this._head=e,this._state++}addItemLast(e){if(this._head||this._tail){if(!this._tail)throw new Error("Invalid list");e.previous=this._tail,this._tail.next=e}else this._head=e;this._tail=e,this._state++}removeItem(e){if(e===this._head&&e===this._tail)this._head=void 0,this._tail=void 0;else if(e===this._head){if(!e.next)throw new Error("Invalid list");e.next.previous=void 0,this._head=e.next}else if(e===this._tail){if(!e.previous)throw new Error("Invalid list");e.previous.next=void 0,this._tail=e.previous}else{const t=e.next,i=e.previous;if(!t||!i)throw new Error("Invalid list");t.previous=i,i.next=t}e.next=void 0,e.previous=void 0,this._state++}touch(e,t){if(!this._head||!this._tail)throw new Error("Invalid list");if(1===t||2===t)if(1===t){if(e===this._head)return;const t=e.next,i=e.previous;e===this._tail?(i.next=void 0,this._tail=i):(t.previous=i,i.next=t),e.previous=void 0,e.next=this._head,this._head.previous=e,this._head=e,this._state++}else if(2===t){if(e===this._tail)return;const t=e.next,i=e.previous;e===this._head?(t.previous=void 0,this._head=t):(t.previous=i,i.next=t),e.next=void 0,e.previous=this._tail,this._tail.next=e,this._tail=e,this._state++}}toJSON(){const e=[];return this.forEach(((t,i)=>{e.push([i,t])})),e}fromJSON(e){this.clear();for(const[t,i]of e)this.set(t,i)}}class m extends p{constructor(e,t=1){super(),this._limit=e,this._ratio=Math.min(Math.max(0,t),1)}get limit(){return this._limit}set limit(e){this._limit=e,this.checkTrim()}get(e,t=2){return super.get(e,t)}peek(e){return super.get(e,0)}set(e,t){return super.set(e,t,2),this.checkTrim(),this}checkTrim(){this.size>this._limit&&this.trimOld(Math.round(this._limit*this._ratio))}}},60491:function(e,t,i){"use strict";i.d(t,{Q:function(){return r}});var n=i(75527),o=i(39675);function r(e){let t=JSON.parse(e);return t=s(t),t}function s(e,t=0){if(!e||t>200)return e;if("object"==typeof e){switch(e.$mid){case 1:return o.o.revive(e);case 2:return new RegExp(e.source,e.flags);case 14:return new Date(e.source)}if(e instanceof n.KN||e instanceof Uint8Array)return e;if(Array.isArray(e))for(let i=0;i{e[i]&&"object"==typeof e[i]?t[i]=o(e[i]):t[i]=e[i]})),t}function r(e){if(!e||"object"!=typeof e)return e;const t=[e];for(;t.length>0;){const e=t.shift();Object.freeze(e);for(const i in e)if(s.call(e,i)){const n=e[i];"object"!=typeof n||Object.isFrozen(n)||t.push(n)}}return e}const s=Object.prototype.hasOwnProperty;function a(e,t){return l(e,t,new Set)}function l(e,t,i){if((0,n.Jp)(e))return e;const o=t(e);if(void 0!==o)return o;if((0,n.kJ)(e)){const n=[];for(const o of e)n.push(l(o,t,i));return n}if((0,n.Kn)(e)){if(i.has(e))throw new Error("Cannot clone recursive data-structure");i.add(e);const n={};for(let o in e)s.call(e,o)&&(n[o]=l(e[o],t,i));return i.delete(e),n}return e}function c(e,t,i=!0){return(0,n.Kn)(e)?((0,n.Kn)(t)&&Object.keys(t).forEach((o=>{o in e?i&&((0,n.Kn)(e[o])&&(0,n.Kn)(t[o])?c(e[o],t[o],i):e[o]=t[o]):e[o]=t[o]})),e):t}function d(e,t){if(e===t)return!0;if(null==e||null==t)return!1;if(typeof e!=typeof t)return!1;if("object"!=typeof e)return!1;if(Array.isArray(e)!==Array.isArray(t))return!1;let i,n;if(Array.isArray(e)){if(e.length!==t.length)return!1;for(i=0;ie.cwd()}}else o="undefined"!=typeof process?{get platform(){return process.platform},get arch(){return process.arch},get env(){return process.env},cwd:()=>process.env.VSCODE_CWD||process.cwd()}:{get platform(){return n.ED?"win32":n.dz?"darwin":"linux"},get arch(){},get env(){return{}},cwd:()=>"/"};const r=o.cwd,s=o.env,a=o.platform,l=46,c=47,d=92,u=58;class h extends Error{constructor(e,t,i){let n;"string"==typeof t&&0===t.indexOf("not ")?(n="must not be",t=t.replace(/^not /,"")):n="must be";const o=-1!==e.indexOf(".")?"property":"argument";let r=`The "${e}" ${o} ${n} of type ${t}`;r+=". Received type "+typeof i,super(r),this.code="ERR_INVALID_ARG_TYPE"}}function g(e,t){if("string"!=typeof e)throw new h(t,"string",e)}function p(e){return e===c||e===d}function m(e){return e===c}function f(e){return e>=65&&e<=90||e>=97&&e<=122}function _(e,t,i,n){let o="",r=0,s=-1,a=0,d=0;for(let u=0;u<=e.length;++u){if(u2){const e=o.lastIndexOf(i);-1===e?(o="",r=0):(o=o.slice(0,e),r=o.length-1-o.lastIndexOf(i)),s=u,a=0;continue}if(0!==o.length){o="",r=0,s=u,a=0;continue}}t&&(o+=o.length>0?`${i}..`:"..",r=2)}else o.length>0?o+=`${i}${e.slice(s+1,u)}`:o=e.slice(s+1,u),r=u-s-1;s=u,a=0}else d===l&&-1!==a?++a:a=-1}return o}function b(e,t){if(null===t||"object"!=typeof t)throw new h("pathObject","Object",t);const i=t.dir||t.root,n=t.base||`${t.name||""}${t.ext||""}`;return i?i===t.root?`${i}${n}`:`${i}${e}${n}`:n}const v={resolve(...e){let t="",i="",n=!1;for(let o=e.length-1;o>=-1;o--){let a;if(o>=0){if(a=e[o],g(a,"path"),0===a.length)continue}else 0===t.length?a=r():(a=s[`=${t}`]||r(),(void 0===a||a.slice(0,2).toLowerCase()!==t.toLowerCase()&&a.charCodeAt(2)===d)&&(a=`${t}\\`));const l=a.length;let c=0,h="",m=!1;const _=a.charCodeAt(0);if(1===l)p(_)&&(c=1,m=!0);else if(p(_))if(m=!0,p(a.charCodeAt(1))){let e=2,t=e;for(;e2&&p(a.charCodeAt(2))&&(m=!0,c=3));if(h.length>0)if(t.length>0){if(h.toLowerCase()!==t.toLowerCase())continue}else t=h;if(n){if(t.length>0)break}else if(i=`${a.slice(c)}\\${i}`,n=m,m&&t.length>0)break}return i=_(i,!n,"\\",p),n?`${t}\\${i}`:`${t}${i}`||"."},normalize(e){g(e,"path");const t=e.length;if(0===t)return".";let i,n=0,o=!1;const r=e.charCodeAt(0);if(1===t)return m(r)?"\\":e;if(p(r))if(o=!0,p(e.charCodeAt(1))){let o=2,r=o;for(;o2&&p(e.charCodeAt(2))&&(o=!0,n=3));let s=n0&&p(e.charCodeAt(t-1))&&(s+="\\"),void 0===i?o?`\\${s}`:s:o?`${i}\\${s}`:`${i}${s}`},isAbsolute(e){g(e,"path");const t=e.length;if(0===t)return!1;const i=e.charCodeAt(0);return p(i)||t>2&&f(i)&&e.charCodeAt(1)===u&&p(e.charCodeAt(2))},join(...e){if(0===e.length)return".";let t,i;for(let n=0;n0&&(void 0===t?t=i=o:t+=`\\${o}`)}if(void 0===t)return".";let n=!0,o=0;if("string"==typeof i&&p(i.charCodeAt(0))){++o;const e=i.length;e>1&&p(i.charCodeAt(1))&&(++o,e>2&&(p(i.charCodeAt(2))?++o:n=!1))}if(n){for(;o=2&&(t=`\\${t.slice(o)}`)}return v.normalize(t)},relative(e,t){if(g(e,"from"),g(t,"to"),e===t)return"";const i=v.resolve(e),n=v.resolve(t);if(i===n)return"";if((e=i.toLowerCase())===(t=n.toLowerCase()))return"";let o=0;for(;oo&&e.charCodeAt(r-1)===d;)r--;const s=r-o;let a=0;for(;aa&&t.charCodeAt(l-1)===d;)l--;const c=l-a,u=su){if(t.charCodeAt(a+p)===d)return n.slice(a+p+1);if(2===p)return n.slice(a+p)}s>u&&(e.charCodeAt(o+p)===d?h=p:2===p&&(h=3)),-1===h&&(h=0)}let m="";for(p=o+h+1;p<=r;++p)p!==r&&e.charCodeAt(p)!==d||(m+=0===m.length?"..":"\\..");return a+=h,m.length>0?`${m}${n.slice(a,l)}`:(n.charCodeAt(a)===d&&++a,n.slice(a,l))},toNamespacedPath(e){if("string"!=typeof e)return e;if(0===e.length)return"";const t=v.resolve(e);if(t.length<=2)return e;if(t.charCodeAt(0)===d){if(t.charCodeAt(1)===d){const e=t.charCodeAt(2);if(63!==e&&e!==l)return`\\\\?\\UNC\\${t.slice(2)}`}}else if(f(t.charCodeAt(0))&&t.charCodeAt(1)===u&&t.charCodeAt(2)===d)return`\\\\?\\${t}`;return e},dirname(e){g(e,"path");const t=e.length;if(0===t)return".";let i=-1,n=0;const o=e.charCodeAt(0);if(1===t)return p(o)?e:".";if(p(o)){if(i=n=1,p(e.charCodeAt(1))){let o=2,r=o;for(;o2&&p(e.charCodeAt(2))?3:2,n=i);let r=-1,s=!0;for(let i=t-1;i>=n;--i)if(p(e.charCodeAt(i))){if(!s){r=i;break}}else s=!1;if(-1===r){if(-1===i)return".";r=i}return e.slice(0,r)},basename(e,t){void 0!==t&&g(t,"ext"),g(e,"path");let i,n=0,o=-1,r=!0;if(e.length>=2&&f(e.charCodeAt(0))&&e.charCodeAt(1)===u&&(n=2),void 0!==t&&t.length>0&&t.length<=e.length){if(t===e)return"";let s=t.length-1,a=-1;for(i=e.length-1;i>=n;--i){const l=e.charCodeAt(i);if(p(l)){if(!r){n=i+1;break}}else-1===a&&(r=!1,a=i+1),s>=0&&(l===t.charCodeAt(s)?-1==--s&&(o=i):(s=-1,o=a))}return n===o?o=a:-1===o&&(o=e.length),e.slice(n,o)}for(i=e.length-1;i>=n;--i)if(p(e.charCodeAt(i))){if(!r){n=i+1;break}}else-1===o&&(r=!1,o=i+1);return-1===o?"":e.slice(n,o)},extname(e){g(e,"path");let t=0,i=-1,n=0,o=-1,r=!0,s=0;e.length>=2&&e.charCodeAt(1)===u&&f(e.charCodeAt(0))&&(t=n=2);for(let a=e.length-1;a>=t;--a){const t=e.charCodeAt(a);if(p(t)){if(!r){n=a+1;break}}else-1===o&&(r=!1,o=a+1),t===l?-1===i?i=a:1!==s&&(s=1):-1!==i&&(s=-1)}return-1===i||-1===o||0===s||1===s&&i===o-1&&i===n+1?"":e.slice(i,o)},format:b.bind(null,"\\"),parse(e){g(e,"path");const t={root:"",dir:"",base:"",ext:"",name:""};if(0===e.length)return t;const i=e.length;let n=0,o=e.charCodeAt(0);if(1===i)return p(o)?(t.root=t.dir=e,t):(t.base=t.name=e,t);if(p(o)){if(n=1,p(e.charCodeAt(1))){let t=2,o=t;for(;t0&&(t.root=e.slice(0,n));let r=-1,s=n,a=-1,c=!0,d=e.length-1,h=0;for(;d>=n;--d)if(o=e.charCodeAt(d),p(o)){if(!c){s=d+1;break}}else-1===a&&(c=!1,a=d+1),o===l?-1===r?r=d:1!==h&&(h=1):-1!==r&&(h=-1);return-1!==a&&(-1===r||0===h||1===h&&r===a-1&&r===s+1?t.base=t.name=e.slice(s,a):(t.name=e.slice(s,r),t.base=e.slice(s,a),t.ext=e.slice(r,a))),t.dir=s>0&&s!==n?e.slice(0,s-1):t.root,t},sep:"\\",delimiter:";",win32:null,posix:null},C={resolve(...e){let t="",i=!1;for(let n=e.length-1;n>=-1&&!i;n--){const o=n>=0?e[n]:r();g(o,"path"),0!==o.length&&(t=`${o}/${t}`,i=o.charCodeAt(0)===c)}return t=_(t,!i,"/",m),i?`/${t}`:t.length>0?t:"."},normalize(e){if(g(e,"path"),0===e.length)return".";const t=e.charCodeAt(0)===c,i=e.charCodeAt(e.length-1)===c;return 0===(e=_(e,!t,"/",m)).length?t?"/":i?"./":".":(i&&(e+="/"),t?`/${e}`:e)},isAbsolute:e=>(g(e,"path"),e.length>0&&e.charCodeAt(0)===c),join(...e){if(0===e.length)return".";let t;for(let i=0;i0&&(void 0===t?t=n:t+=`/${n}`)}return void 0===t?".":C.normalize(t)},relative(e,t){if(g(e,"from"),g(t,"to"),e===t)return"";if((e=C.resolve(e))===(t=C.resolve(t)))return"";const i=e.length,n=i-1,o=t.length-1,r=nr){if(t.charCodeAt(1+a)===c)return t.slice(1+a+1);if(0===a)return t.slice(1+a)}else n>r&&(e.charCodeAt(1+a)===c?s=a:0===a&&(s=0));let l="";for(a=1+s+1;a<=i;++a)a!==i&&e.charCodeAt(a)!==c||(l+=0===l.length?"..":"/..");return`${l}${t.slice(1+s)}`},toNamespacedPath:e=>e,dirname(e){if(g(e,"path"),0===e.length)return".";const t=e.charCodeAt(0)===c;let i=-1,n=!0;for(let t=e.length-1;t>=1;--t)if(e.charCodeAt(t)===c){if(!n){i=t;break}}else n=!1;return-1===i?t?"/":".":t&&1===i?"//":e.slice(0,i)},basename(e,t){void 0!==t&&g(t,"ext"),g(e,"path");let i,n=0,o=-1,r=!0;if(void 0!==t&&t.length>0&&t.length<=e.length){if(t===e)return"";let s=t.length-1,a=-1;for(i=e.length-1;i>=0;--i){const l=e.charCodeAt(i);if(l===c){if(!r){n=i+1;break}}else-1===a&&(r=!1,a=i+1),s>=0&&(l===t.charCodeAt(s)?-1==--s&&(o=i):(s=-1,o=a))}return n===o?o=a:-1===o&&(o=e.length),e.slice(n,o)}for(i=e.length-1;i>=0;--i)if(e.charCodeAt(i)===c){if(!r){n=i+1;break}}else-1===o&&(r=!1,o=i+1);return-1===o?"":e.slice(n,o)},extname(e){g(e,"path");let t=-1,i=0,n=-1,o=!0,r=0;for(let s=e.length-1;s>=0;--s){const a=e.charCodeAt(s);if(a!==c)-1===n&&(o=!1,n=s+1),a===l?-1===t?t=s:1!==r&&(r=1):-1!==t&&(r=-1);else if(!o){i=s+1;break}}return-1===t||-1===n||0===r||1===r&&t===n-1&&t===i+1?"":e.slice(t,n)},format:b.bind(null,"/"),parse(e){g(e,"path");const t={root:"",dir:"",base:"",ext:"",name:""};if(0===e.length)return t;const i=e.charCodeAt(0)===c;let n;i?(t.root="/",n=1):n=0;let o=-1,r=0,s=-1,a=!0,d=e.length-1,u=0;for(;d>=n;--d){const t=e.charCodeAt(d);if(t!==c)-1===s&&(a=!1,s=d+1),t===l?-1===o?o=d:1!==u&&(u=1):-1!==o&&(u=-1);else if(!a){r=d+1;break}}if(-1!==s){const n=0===r&&i?1:r;-1===o||0===u||1===u&&o===s-1&&o===r+1?t.base=t.name=e.slice(n,s):(t.name=e.slice(n,o),t.base=e.slice(n,s),t.ext=e.slice(o,s))}return r>0?t.dir=e.slice(0,r-1):i&&(t.dir="/"),t},sep:"/",delimiter:":",win32:null,posix:null};C.win32=v.win32=v,C.posix=v.posix=C;const w="win32"===a?v.normalize:C.normalize,y="win32"===a?v.resolve:C.resolve,S="win32"===a?v.relative:C.relative,x="win32"===a?v.dirname:C.dirname,k="win32"===a?v.basename:C.basename,L="win32"===a?v.extname:C.extname,E="win32"===a?v.sep:C.sep},6954:function(e,t,i){"use strict";var n;i.d(t,{$L:function(){return E},ED:function(){return S},G6:function(){return W},IJ:function(){return k},OS:function(){return R},dK:function(){return T},dz:function(){return x},fn:function(){return A},gn:function(){return D},i7:function(){return F},li:function(){return b},n2:function(){return N},r:function(){return P},tY:function(){return L},un:function(){return V},vU:function(){return B}});const o="en";let r,s,a=!1,l=!1,c=!1,d=!1,u=!1,h=!1,g=!1,p=!1,m=!1,f=o,_=null;const b="object"==typeof self?self:"object"==typeof i.g?i.g:{};let v;void 0!==b.vscode&&void 0!==b.vscode.process?v=b.vscode.process:"undefined"!=typeof process&&(v=process);const C="string"==typeof(null===(n=null==v?void 0:v.versions)||void 0===n?void 0:n.electron),w=C&&"renderer"===(null==v?void 0:v.type);if("object"!=typeof navigator||w)if("object"==typeof v){a="win32"===v.platform,l="darwin"===v.platform,c="linux"===v.platform,d=c&&!!v.env.SNAP&&!!v.env.SNAP_REVISION,g=C,m=!!v.env.CI||!!v.env.BUILD_ARTIFACTSTAGINGDIRECTORY,r=o,f=o;const e=v.env.VSCODE_NLS_CONFIG;if(e)try{const t=JSON.parse(e),i=t.availableLanguages["*"];r=t.locale,f=i||o,_=t._translationsConfigFile}catch(e){}u=!0}else console.error("Unable to resolve platform.");else s=navigator.userAgent,a=s.indexOf("Windows")>=0,l=s.indexOf("Macintosh")>=0,p=(s.indexOf("Macintosh")>=0||s.indexOf("iPad")>=0||s.indexOf("iPhone")>=0)&&!!navigator.maxTouchPoints&&navigator.maxTouchPoints>0,c=s.indexOf("Linux")>=0,h=!0,r=navigator.language,f=r;let y=0;l?y=1:a?y=3:c&&(y=2);const S=a,x=l,k=c,L=u,E=h,N=h&&"function"==typeof b.importScripts,D=p,I=s,T=f,A=(()=>{if("function"==typeof b.postMessage&&!b.importScripts){let e=[];b.addEventListener("message",(t=>{if(t.data&&t.data.vscodeScheduleAsyncWork)for(let i=0,n=e.length;i{const n=++t;e.push({id:n,callback:i}),b.postMessage({vscodeScheduleAsyncWork:n},"*")}}return e=>setTimeout(e)})(),R=l||p?2:a?1:3;let M=!0,O=!1;function P(){if(!O){O=!0;const e=new Uint8Array(2);e[0]=1,e[1]=2;const t=new Uint16Array(e.buffer);M=513===t[0]}return M}const F=!!(I&&I.indexOf("Chrome")>=0),B=!!(I&&I.indexOf("Firefox")>=0),W=!!(!F&&I&&I.indexOf("Safari")>=0),V=!!(I&&I.indexOf("Edg/")>=0);I&&I.indexOf("Android")},14747:function(e,t,i){"use strict";var n;i.d(t,{e:function(){return n}}),function(e){function t(e,t){if(e.start>=t.end||t.start>=e.end)return{start:0,end:0};const i=Math.max(e.start,t.start),n=Math.min(e.end,t.end);return n-i<=0?{start:0,end:0}:{start:i,end:n}}function i(e){return e.end-e.start<=0}e.intersect=t,e.isEmpty=i,e.intersects=function(e,n){return!i(t(e,n))},e.relativeComplement=function(e,t){const n=[],o={start:e.start,end:Math.min(t.start,e.end)},r={start:Math.max(t.end,e.start),end:e.end};return i(o)||n.push(o),i(r)||n.push(r),n}}(n||(n={}))},10804:function(e,t,i){"use strict";i.d(t,{AH:function(){return b},DZ:function(){return m},EZ:function(){return p},Hx:function(){return g},SF:function(){return u},Vb:function(){return y},Vo:function(){return _},XX:function(){return f},Xy:function(){return h},i3:function(){return v},z_:function(){return c}});var n=i(56855),o=i(9734),r=i(14477),s=i(6954),a=i(18039),l=i(39675);function c(e){return(0,l.q)(e,!0)}class d{constructor(e){this._ignorePathCasing=e}compare(e,t,i=!1){return e===t?0:(0,a.qu)(this.getComparisonKey(e,i),this.getComparisonKey(t,i))}isEqual(e,t,i=!1){return e===t||!(!e||!t)&&this.getComparisonKey(e,i)===this.getComparisonKey(t,i)}getComparisonKey(e,t=!1){return e.with({path:this._ignorePathCasing(e)?e.path.toLowerCase():void 0,fragment:t?null:void 0}).toString()}isEqualOrParent(e,t,i=!1){if(e.scheme===t.scheme){if(e.scheme===o.lg.file)return n.KM(c(e),c(t),this._ignorePathCasing(e))&&e.query===t.query&&(i||e.fragment===t.fragment);if(C(e.authority,t.authority))return n.KM(e.path,t.path,this._ignorePathCasing(e),"/")&&e.query===t.query&&(i||e.fragment===t.fragment)}return!1}joinPath(e,...t){return l.o.joinPath(e,...t)}basenameOrAuthority(e){return p(e)||e.authority}basename(e){return r.KR.basename(e.path)}extname(e){return r.KR.extname(e.path)}dirname(e){if(0===e.path.length)return e;let t;return e.scheme===o.lg.file?t=l.o.file(r.XX(c(e))).path:(t=r.KR.dirname(e.path),e.authority&&t.length&&47!==t.charCodeAt(0)&&(console.error(`dirname("${e.toString})) resulted in a relative path`),t="/")),e.with({path:t})}normalizePath(e){if(!e.path.length)return e;let t;return t=e.scheme===o.lg.file?l.o.file(r.Fv(c(e))).path:r.KR.normalize(e.path),e.with({path:t})}relativePath(e,t){if(e.scheme!==t.scheme||!C(e.authority,t.authority))return;if(e.scheme===o.lg.file){const i=r.Gf(c(e),c(t));return s.ED?n.ej(i):i}let i=e.path||"/",a=t.path||"/";if(this._ignorePathCasing(e)){let e=0;for(const t=Math.min(i.length,a.length);en.yj(i).length&&i[i.length-1]===t}{const t=e.path;return t.length>1&&47===t.charCodeAt(t.length-1)&&!/^[a-zA-Z]:(\/$|\\$)/.test(e.fsPath)}}removeTrailingPathSeparator(e,t=r.ir){return w(e,t)?e.with({path:e.path.substr(0,e.path.length-1)}):e}addTrailingPathSeparator(e,t=r.ir){let i=!1;if(e.scheme===o.lg.file){const o=c(e);i=void 0!==o&&o.length===n.yj(o).length&&o[o.length-1]===t}else{t="/";const n=e.path;i=1===n.length&&47===n.charCodeAt(n.length-1)}return i||w(e,t)?e:e.with({path:e.path+"/"})}}const u=new d((()=>!1)),h=(new d((e=>e.scheme!==o.lg.file||!s.IJ)),new d((e=>!0)),u.isEqual.bind(u)),g=(u.isEqualOrParent.bind(u),u.getComparisonKey.bind(u),u.basenameOrAuthority.bind(u)),p=u.basename.bind(u),m=u.extname.bind(u),f=u.dirname.bind(u),_=u.joinPath.bind(u),b=u.normalizePath.bind(u),v=(u.relativePath.bind(u),u.resolvePath.bind(u)),C=(u.isAbsolutePath.bind(u),u.isEqualAuthority.bind(u)),w=u.hasTrailingPathSeparator.bind(u);var y;u.removeTrailingPathSeparator.bind(u),u.addTrailingPathSeparator.bind(u),function(e){e.META_DATA_LABEL="label",e.META_DATA_DESCRIPTION="description",e.META_DATA_SIZE="size",e.META_DATA_MIME="mime",e.parseMetaData=function(t){const i=new Map;t.path.substring(t.path.indexOf(";")+1,t.path.lastIndexOf(";")).split(";").forEach((e=>{const[t,n]=e.split(":");t&&n&&i.set(t,n)}));const n=t.path.substring(0,t.path.indexOf(";"));return n&&i.set(e.META_DATA_MIME,n),i}}(y||(y={}))},98729:function(e,t,i){"use strict";i.d(t,{Rm:function(){return s}});var n=i(46718),o=i(4004);class r{constructor(e,t,i,n,o,r,s){this._forceIntegerValues=e,this._scrollStateBrand=void 0,this._forceIntegerValues&&(t|=0,i|=0,n|=0,o|=0,r|=0,s|=0),this.rawScrollLeft=n,this.rawScrollTop=s,t<0&&(t=0),n+t>i&&(n=i-t),n<0&&(n=0),o<0&&(o=0),s+o>r&&(s=r-o),s<0&&(s=0),this.width=t,this.scrollWidth=i,this.scrollLeft=n,this.height=o,this.scrollHeight=r,this.scrollTop=s}equals(e){return this.rawScrollLeft===e.rawScrollLeft&&this.rawScrollTop===e.rawScrollTop&&this.width===e.width&&this.scrollWidth===e.scrollWidth&&this.scrollLeft===e.scrollLeft&&this.height===e.height&&this.scrollHeight===e.scrollHeight&&this.scrollTop===e.scrollTop}withScrollDimensions(e,t){return new r(this._forceIntegerValues,void 0!==e.width?e.width:this.width,void 0!==e.scrollWidth?e.scrollWidth:this.scrollWidth,t?this.rawScrollLeft:this.scrollLeft,void 0!==e.height?e.height:this.height,void 0!==e.scrollHeight?e.scrollHeight:this.scrollHeight,t?this.rawScrollTop:this.scrollTop)}withScrollPosition(e){return new r(this._forceIntegerValues,this.width,this.scrollWidth,void 0!==e.scrollLeft?e.scrollLeft:this.rawScrollLeft,this.height,this.scrollHeight,void 0!==e.scrollTop?e.scrollTop:this.rawScrollTop)}createScrollEvent(e,t){const i=this.width!==e.width,n=this.scrollWidth!==e.scrollWidth,o=this.scrollLeft!==e.scrollLeft,r=this.height!==e.height,s=this.scrollHeight!==e.scrollHeight,a=this.scrollTop!==e.scrollTop;return{inSmoothScrolling:t,oldWidth:e.width,oldScrollWidth:e.scrollWidth,oldScrollLeft:e.scrollLeft,width:this.width,scrollWidth:this.scrollWidth,scrollLeft:this.scrollLeft,oldHeight:e.height,oldScrollHeight:e.scrollHeight,oldScrollTop:e.scrollTop,height:this.height,scrollHeight:this.scrollHeight,scrollTop:this.scrollTop,widthChanged:i,scrollWidthChanged:n,scrollLeftChanged:o,heightChanged:r,scrollHeightChanged:s,scrollTopChanged:a}}}class s extends o.JT{constructor(e){super(),this._scrollableBrand=void 0,this._onScroll=this._register(new n.Q5),this.onScroll=this._onScroll.event,this._smoothScrollDuration=e.smoothScrollDuration,this._scheduleAtNextAnimationFrame=e.scheduleAtNextAnimationFrame,this._state=new r(e.forceIntegerValues,0,0,0,0,0,0),this._smoothScrolling=null}dispose(){this._smoothScrolling&&(this._smoothScrolling.dispose(),this._smoothScrolling=null),super.dispose()}setSmoothScrollDuration(e){this._smoothScrollDuration=e}validateScrollPosition(e){return this._state.withScrollPosition(e)}getScrollDimensions(){return this._state}setScrollDimensions(e,t){const i=this._state.withScrollDimensions(e,t);this._setState(i,Boolean(this._smoothScrolling)),this._smoothScrolling&&this._smoothScrolling.acceptScrollDimensions(this._state)}getFutureScrollPosition(){return this._smoothScrolling?this._smoothScrolling.to:this._state}getCurrentScrollPosition(){return this._state}setScrollPositionNow(e){const t=this._state.withScrollPosition(e);this._smoothScrolling&&(this._smoothScrolling.dispose(),this._smoothScrolling=null),this._setState(t,!1)}setScrollPositionSmooth(e,t){if(0===this._smoothScrollDuration)return this.setScrollPositionNow(e);if(this._smoothScrolling){e={scrollLeft:void 0===e.scrollLeft?this._smoothScrolling.to.scrollLeft:e.scrollLeft,scrollTop:void 0===e.scrollTop?this._smoothScrolling.to.scrollTop:e.scrollTop};const i=this._state.withScrollPosition(e);if(this._smoothScrolling.to.scrollLeft===i.scrollLeft&&this._smoothScrolling.to.scrollTop===i.scrollTop)return;let n;n=t?new c(this._smoothScrolling.from,i,this._smoothScrolling.startTime,this._smoothScrolling.duration):this._smoothScrolling.combine(this._state,i,this._smoothScrollDuration),this._smoothScrolling.dispose(),this._smoothScrolling=n}else{const t=this._state.withScrollPosition(e);this._smoothScrolling=c.start(this._state,t,this._smoothScrollDuration)}this._smoothScrolling.animationFrameDisposable=this._scheduleAtNextAnimationFrame((()=>{this._smoothScrolling&&(this._smoothScrolling.animationFrameDisposable=null,this._performSmoothScrolling())}))}_performSmoothScrolling(){if(!this._smoothScrolling)return;const e=this._smoothScrolling.tick(),t=this._state.withScrollPosition(e);return this._setState(t,!0),this._smoothScrolling?e.isDone?(this._smoothScrolling.dispose(),void(this._smoothScrolling=null)):void(this._smoothScrolling.animationFrameDisposable=this._scheduleAtNextAnimationFrame((()=>{this._smoothScrolling&&(this._smoothScrolling.animationFrameDisposable=null,this._performSmoothScrolling())}))):void 0}_setState(e,t){const i=this._state;i.equals(e)||(this._state=e,this._onScroll.fire(this._state.createScrollEvent(i,t)))}}class a{constructor(e,t,i){this.scrollLeft=e,this.scrollTop=t,this.isDone=i}}function l(e,t){const i=t-e;return function(t){return e+i*(1-(n=1-t,Math.pow(n,3)));var n}}class c{constructor(e,t,i,n){this.from=e,this.to=t,this.duration=n,this.startTime=i,this.animationFrameDisposable=null,this._initAnimations()}_initAnimations(){this.scrollLeft=this._initAnimation(this.from.scrollLeft,this.to.scrollLeft,this.to.width),this.scrollTop=this._initAnimation(this.from.scrollTop,this.to.scrollTop,this.to.height)}_initAnimation(e,t,i){if(Math.abs(e-t)>2.5*i){let s,a;return e=t.length?e:t[n]}))}function l(e){return e.replace(/[<>&]/g,(function(e){switch(e){case"<":return"<";case">":return">";case"&":return"&";default:return e}}))}function c(e){return e.replace(/[\\\{\}\*\+\?\|\^\$\.\[\]\(\)]/g,"\\$&")}function d(e,t=" "){return h(u(e,t),t)}function u(e,t){if(!e||!t)return e;const i=t.length;if(0===i||0===e.length)return e;let n=0;for(;e.indexOf(t,n)===n;)n+=i;return e.substring(n)}function h(e,t){if(!e||!t)return e;const i=t.length,n=e.length;if(0===i||0===n)return e;let o=n,r=-1;for(;r=e.lastIndexOf(t,o-1),-1!==r&&r+i===o;){if(0===r)return"";o=r}return e.substring(0,o)}function g(e){return e.replace(/[\-\\\{\}\+\?\|\^\$\.\,\[\]\(\)\#\s]/g,"\\$&").replace(/[\*]/g,".*")}function p(e){return e.replace(/\*/g,"")}function m(e,t,i={}){if(!e)throw new Error("Cannot create regex from empty string");t||(e=c(e)),i.wholeWord&&(/\B/.test(e.charAt(0))||(e="\\b"+e),/\B/.test(e.charAt(e.length-1))||(e+="\\b"));let n="";return i.global&&(n+="g"),i.matchCase||(n+="i"),i.multiline&&(n+="m"),i.unicode&&(n+="u"),new RegExp(e,n)}function f(e){return"^"!==e.source&&"^$"!==e.source&&"$"!==e.source&&"^\\s*$"!==e.source&&!(!e.exec("")||0!==e.lastIndex)}function _(e){return(e.global?"g":"")+(e.ignoreCase?"i":"")+(e.multiline?"m":"")+(e.unicode?"u":"")}function b(e){return e.split(/\r\n|\r|\n/)}function v(e){for(let t=0,i=e.length;t=0;i--){const t=e.charCodeAt(i);if(32!==t&&9!==t)return i}return-1}function y(e,t){return et?1:0}function S(e,t,i=0,n=e.length,o=0,r=t.length){for(;ir)return 1}const s=n-i,a=r-o;return sa?1:0}function x(e,t){return k(e,t,0,e.length,0,t.length)}function k(e,t,i=0,n=e.length,o=0,r=t.length){for(;i=128||a>=128)return S(e.toLowerCase(),t.toLowerCase(),i,n,o,r);L(s)&&(s-=32),L(a)&&(a-=32);const l=s-a;if(0!==l)return l}const s=n-i,a=r-o;return sa?1:0}function L(e){return e>=97&&e<=122}function E(e){return e>=65&&e<=90}function N(e,t){return e.length===t.length&&0===k(e,t)}function D(e,t){const i=t.length;return!(t.length>e.length)&&0===k(e,t,0,i)}function I(e,t){let i,n=Math.min(e.length,t.length);for(i=0;i1){const n=e.charCodeAt(t-2);if(A(n))return M(n,i)}return i}(this._str,this._offset);return this._offset-=e>=65536?2:1,e}nextCodePoint(){const e=O(this._str,this._len,this._offset);return this._offset+=e>=65536?2:1,e}eol(){return this._offset>=this._len}}class F{constructor(e,t=0){this._iterator=new P(e,t)}get offset(){return this._iterator.offset}nextGraphemeLength(){const e=ee.getInstance(),t=this._iterator,i=t.offset;let n=e.getGraphemeBreakType(t.nextCodePoint());for(;!t.eol();){const i=t.offset,o=e.getGraphemeBreakType(t.nextCodePoint());if(J(n,o)){t.setOffset(i);break}n=o}return t.offset-i}prevGraphemeLength(){const e=ee.getInstance(),t=this._iterator,i=t.offset;let n=e.getGraphemeBreakType(t.prevCodePoint());for(;t.offset>0;){const i=t.offset,o=e.getGraphemeBreakType(t.prevCodePoint());if(J(o,n)){t.setOffset(i);break}n=o}return i-t.offset}eol(){return this._iterator.eol()}}function B(e,t){return new F(e,t).nextGraphemeLength()}function W(e,t){return new F(e,t).prevGraphemeLength()}function V(e,t){t>0&&R(e.charCodeAt(t))&&t--;const i=t+B(e,t);return[i-W(e,i),i]}const H=/(?:[\u05BE\u05C0\u05C3\u05C6\u05D0-\u05F4\u0608\u060B\u060D\u061B-\u064A\u066D-\u066F\u0671-\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u0710\u0712-\u072F\u074D-\u07A5\u07B1-\u07EA\u07F4\u07F5\u07FA\u07FE-\u0815\u081A\u0824\u0828\u0830-\u0858\u085E-\u088E\u08A0-\u08C9\u200F\uFB1D\uFB1F-\uFB28\uFB2A-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFC\uFE70-\uFEFC]|\uD802[\uDC00-\uDD1B\uDD20-\uDE00\uDE10-\uDE35\uDE40-\uDEE4\uDEEB-\uDF35\uDF40-\uDFFF]|\uD803[\uDC00-\uDD23\uDE80-\uDEA9\uDEAD-\uDF45\uDF51-\uDF81\uDF86-\uDFF6]|\uD83A[\uDC00-\uDCCF\uDD00-\uDD43\uDD4B-\uDFFF]|\uD83B[\uDC00-\uDEBB])/;function z(e){return H.test(e)}const $=/^[\t\n\r\x20-\x7E]*$/;function U(e){return $.test(e)}const j=/[\u2028\u2029]/;function K(e){return j.test(e)}function q(e){return e>=11904&&e<=55215||e>=63744&&e<=64255||e>=65281&&e<=65374}function G(e){return e>=127462&&e<=127487||8986===e||8987===e||9200===e||9203===e||e>=9728&&e<=10175||11088===e||11093===e||e>=127744&&e<=128591||e>=128640&&e<=128764||e>=128992&&e<=129008||e>=129280&&e<=129535||e>=129648&&e<=129782}const Z=String.fromCharCode(65279);function Y(e){return!!(e&&e.length>0&&65279===e.charCodeAt(0))}function Q(e,t=!1){return!!e&&(t&&(e=e.replace(/\\./g,"")),e.toLowerCase()!==e)}function X(e){return(e%=52)<26?String.fromCharCode(97+e):String.fromCharCode(65+e-26)}function J(e,t){return 0===e?5!==t&&7!==t:!(2===e&&3===t||4!==e&&2!==e&&3!==e&&4!==t&&2!==t&&3!==t&&(8===e&&(8===t||9===t||11===t||12===t)||!(11!==e&&9!==e||9!==t&&10!==t)||(12===e||10===e)&&10===t||5===t||13===t||7===t||1===e||13===e&&14===t||6===e&&6===t))}class ee{constructor(){this._data=JSON.parse("[0,0,0,51229,51255,12,44061,44087,12,127462,127487,6,7083,7085,5,47645,47671,12,54813,54839,12,128678,128678,14,3270,3270,5,9919,9923,14,45853,45879,12,49437,49463,12,53021,53047,12,71216,71218,7,128398,128399,14,129360,129374,14,2519,2519,5,4448,4519,9,9742,9742,14,12336,12336,14,44957,44983,12,46749,46775,12,48541,48567,12,50333,50359,12,52125,52151,12,53917,53943,12,69888,69890,5,73018,73018,5,127990,127990,14,128558,128559,14,128759,128760,14,129653,129655,14,2027,2035,5,2891,2892,7,3761,3761,5,6683,6683,5,8293,8293,4,9825,9826,14,9999,9999,14,43452,43453,5,44509,44535,12,45405,45431,12,46301,46327,12,47197,47223,12,48093,48119,12,48989,49015,12,49885,49911,12,50781,50807,12,51677,51703,12,52573,52599,12,53469,53495,12,54365,54391,12,65279,65279,4,70471,70472,7,72145,72147,7,119173,119179,5,127799,127818,14,128240,128244,14,128512,128512,14,128652,128652,14,128721,128722,14,129292,129292,14,129445,129450,14,129734,129743,14,1476,1477,5,2366,2368,7,2750,2752,7,3076,3076,5,3415,3415,5,4141,4144,5,6109,6109,5,6964,6964,5,7394,7400,5,9197,9198,14,9770,9770,14,9877,9877,14,9968,9969,14,10084,10084,14,43052,43052,5,43713,43713,5,44285,44311,12,44733,44759,12,45181,45207,12,45629,45655,12,46077,46103,12,46525,46551,12,46973,46999,12,47421,47447,12,47869,47895,12,48317,48343,12,48765,48791,12,49213,49239,12,49661,49687,12,50109,50135,12,50557,50583,12,51005,51031,12,51453,51479,12,51901,51927,12,52349,52375,12,52797,52823,12,53245,53271,12,53693,53719,12,54141,54167,12,54589,54615,12,55037,55063,12,69506,69509,5,70191,70193,5,70841,70841,7,71463,71467,5,72330,72342,5,94031,94031,5,123628,123631,5,127763,127765,14,127941,127941,14,128043,128062,14,128302,128317,14,128465,128467,14,128539,128539,14,128640,128640,14,128662,128662,14,128703,128703,14,128745,128745,14,129004,129007,14,129329,129330,14,129402,129402,14,129483,129483,14,129686,129704,14,130048,131069,14,173,173,4,1757,1757,1,2200,2207,5,2434,2435,7,2631,2632,5,2817,2817,5,3008,3008,5,3201,3201,5,3387,3388,5,3542,3542,5,3902,3903,7,4190,4192,5,6002,6003,5,6439,6440,5,6765,6770,7,7019,7027,5,7154,7155,7,8205,8205,13,8505,8505,14,9654,9654,14,9757,9757,14,9792,9792,14,9852,9853,14,9890,9894,14,9937,9937,14,9981,9981,14,10035,10036,14,11035,11036,14,42654,42655,5,43346,43347,7,43587,43587,5,44006,44007,7,44173,44199,12,44397,44423,12,44621,44647,12,44845,44871,12,45069,45095,12,45293,45319,12,45517,45543,12,45741,45767,12,45965,45991,12,46189,46215,12,46413,46439,12,46637,46663,12,46861,46887,12,47085,47111,12,47309,47335,12,47533,47559,12,47757,47783,12,47981,48007,12,48205,48231,12,48429,48455,12,48653,48679,12,48877,48903,12,49101,49127,12,49325,49351,12,49549,49575,12,49773,49799,12,49997,50023,12,50221,50247,12,50445,50471,12,50669,50695,12,50893,50919,12,51117,51143,12,51341,51367,12,51565,51591,12,51789,51815,12,52013,52039,12,52237,52263,12,52461,52487,12,52685,52711,12,52909,52935,12,53133,53159,12,53357,53383,12,53581,53607,12,53805,53831,12,54029,54055,12,54253,54279,12,54477,54503,12,54701,54727,12,54925,54951,12,55149,55175,12,68101,68102,5,69762,69762,7,70067,70069,7,70371,70378,5,70720,70721,7,71087,71087,5,71341,71341,5,71995,71996,5,72249,72249,7,72850,72871,5,73109,73109,5,118576,118598,5,121505,121519,5,127245,127247,14,127568,127569,14,127777,127777,14,127872,127891,14,127956,127967,14,128015,128016,14,128110,128172,14,128259,128259,14,128367,128368,14,128424,128424,14,128488,128488,14,128530,128532,14,128550,128551,14,128566,128566,14,128647,128647,14,128656,128656,14,128667,128673,14,128691,128693,14,128715,128715,14,128728,128732,14,128752,128752,14,128765,128767,14,129096,129103,14,129311,129311,14,129344,129349,14,129394,129394,14,129413,129425,14,129466,129471,14,129511,129535,14,129664,129666,14,129719,129722,14,129760,129767,14,917536,917631,5,13,13,2,1160,1161,5,1564,1564,4,1807,1807,1,2085,2087,5,2307,2307,7,2382,2383,7,2497,2500,5,2563,2563,7,2677,2677,5,2763,2764,7,2879,2879,5,2914,2915,5,3021,3021,5,3142,3144,5,3263,3263,5,3285,3286,5,3398,3400,7,3530,3530,5,3633,3633,5,3864,3865,5,3974,3975,5,4155,4156,7,4229,4230,5,5909,5909,7,6078,6085,7,6277,6278,5,6451,6456,7,6744,6750,5,6846,6846,5,6972,6972,5,7074,7077,5,7146,7148,7,7222,7223,5,7416,7417,5,8234,8238,4,8417,8417,5,9000,9000,14,9203,9203,14,9730,9731,14,9748,9749,14,9762,9763,14,9776,9783,14,9800,9811,14,9831,9831,14,9872,9873,14,9882,9882,14,9900,9903,14,9929,9933,14,9941,9960,14,9974,9974,14,9989,9989,14,10006,10006,14,10062,10062,14,10160,10160,14,11647,11647,5,12953,12953,14,43019,43019,5,43232,43249,5,43443,43443,5,43567,43568,7,43696,43696,5,43765,43765,7,44013,44013,5,44117,44143,12,44229,44255,12,44341,44367,12,44453,44479,12,44565,44591,12,44677,44703,12,44789,44815,12,44901,44927,12,45013,45039,12,45125,45151,12,45237,45263,12,45349,45375,12,45461,45487,12,45573,45599,12,45685,45711,12,45797,45823,12,45909,45935,12,46021,46047,12,46133,46159,12,46245,46271,12,46357,46383,12,46469,46495,12,46581,46607,12,46693,46719,12,46805,46831,12,46917,46943,12,47029,47055,12,47141,47167,12,47253,47279,12,47365,47391,12,47477,47503,12,47589,47615,12,47701,47727,12,47813,47839,12,47925,47951,12,48037,48063,12,48149,48175,12,48261,48287,12,48373,48399,12,48485,48511,12,48597,48623,12,48709,48735,12,48821,48847,12,48933,48959,12,49045,49071,12,49157,49183,12,49269,49295,12,49381,49407,12,49493,49519,12,49605,49631,12,49717,49743,12,49829,49855,12,49941,49967,12,50053,50079,12,50165,50191,12,50277,50303,12,50389,50415,12,50501,50527,12,50613,50639,12,50725,50751,12,50837,50863,12,50949,50975,12,51061,51087,12,51173,51199,12,51285,51311,12,51397,51423,12,51509,51535,12,51621,51647,12,51733,51759,12,51845,51871,12,51957,51983,12,52069,52095,12,52181,52207,12,52293,52319,12,52405,52431,12,52517,52543,12,52629,52655,12,52741,52767,12,52853,52879,12,52965,52991,12,53077,53103,12,53189,53215,12,53301,53327,12,53413,53439,12,53525,53551,12,53637,53663,12,53749,53775,12,53861,53887,12,53973,53999,12,54085,54111,12,54197,54223,12,54309,54335,12,54421,54447,12,54533,54559,12,54645,54671,12,54757,54783,12,54869,54895,12,54981,55007,12,55093,55119,12,55243,55291,10,66045,66045,5,68325,68326,5,69688,69702,5,69817,69818,5,69957,69958,7,70089,70092,5,70198,70199,5,70462,70462,5,70502,70508,5,70750,70750,5,70846,70846,7,71100,71101,5,71230,71230,7,71351,71351,5,71737,71738,5,72000,72000,7,72160,72160,5,72273,72278,5,72752,72758,5,72882,72883,5,73031,73031,5,73461,73462,7,94192,94193,7,119149,119149,7,121403,121452,5,122915,122916,5,126980,126980,14,127358,127359,14,127535,127535,14,127759,127759,14,127771,127771,14,127792,127793,14,127825,127867,14,127897,127899,14,127945,127945,14,127985,127986,14,128000,128007,14,128021,128021,14,128066,128100,14,128184,128235,14,128249,128252,14,128266,128276,14,128335,128335,14,128379,128390,14,128407,128419,14,128444,128444,14,128481,128481,14,128499,128499,14,128526,128526,14,128536,128536,14,128543,128543,14,128556,128556,14,128564,128564,14,128577,128580,14,128643,128645,14,128649,128649,14,128654,128654,14,128660,128660,14,128664,128664,14,128675,128675,14,128686,128689,14,128695,128696,14,128705,128709,14,128717,128719,14,128725,128725,14,128736,128741,14,128747,128748,14,128755,128755,14,128762,128762,14,128981,128991,14,129009,129023,14,129160,129167,14,129296,129304,14,129320,129327,14,129340,129342,14,129356,129356,14,129388,129392,14,129399,129400,14,129404,129407,14,129432,129442,14,129454,129455,14,129473,129474,14,129485,129487,14,129648,129651,14,129659,129660,14,129671,129679,14,129709,129711,14,129728,129730,14,129751,129753,14,129776,129782,14,917505,917505,4,917760,917999,5,10,10,3,127,159,4,768,879,5,1471,1471,5,1536,1541,1,1648,1648,5,1767,1768,5,1840,1866,5,2070,2073,5,2137,2139,5,2274,2274,1,2363,2363,7,2377,2380,7,2402,2403,5,2494,2494,5,2507,2508,7,2558,2558,5,2622,2624,7,2641,2641,5,2691,2691,7,2759,2760,5,2786,2787,5,2876,2876,5,2881,2884,5,2901,2902,5,3006,3006,5,3014,3016,7,3072,3072,5,3134,3136,5,3157,3158,5,3260,3260,5,3266,3266,5,3274,3275,7,3328,3329,5,3391,3392,7,3405,3405,5,3457,3457,5,3536,3537,7,3551,3551,5,3636,3642,5,3764,3772,5,3895,3895,5,3967,3967,7,3993,4028,5,4146,4151,5,4182,4183,7,4226,4226,5,4253,4253,5,4957,4959,5,5940,5940,7,6070,6070,7,6087,6088,7,6158,6158,4,6432,6434,5,6448,6449,7,6679,6680,5,6742,6742,5,6754,6754,5,6783,6783,5,6912,6915,5,6966,6970,5,6978,6978,5,7042,7042,7,7080,7081,5,7143,7143,7,7150,7150,7,7212,7219,5,7380,7392,5,7412,7412,5,8203,8203,4,8232,8232,4,8265,8265,14,8400,8412,5,8421,8432,5,8617,8618,14,9167,9167,14,9200,9200,14,9410,9410,14,9723,9726,14,9733,9733,14,9745,9745,14,9752,9752,14,9760,9760,14,9766,9766,14,9774,9774,14,9786,9786,14,9794,9794,14,9823,9823,14,9828,9828,14,9833,9850,14,9855,9855,14,9875,9875,14,9880,9880,14,9885,9887,14,9896,9897,14,9906,9916,14,9926,9927,14,9935,9935,14,9939,9939,14,9962,9962,14,9972,9972,14,9978,9978,14,9986,9986,14,9997,9997,14,10002,10002,14,10017,10017,14,10055,10055,14,10071,10071,14,10133,10135,14,10548,10549,14,11093,11093,14,12330,12333,5,12441,12442,5,42608,42610,5,43010,43010,5,43045,43046,5,43188,43203,7,43302,43309,5,43392,43394,5,43446,43449,5,43493,43493,5,43571,43572,7,43597,43597,7,43703,43704,5,43756,43757,5,44003,44004,7,44009,44010,7,44033,44059,12,44089,44115,12,44145,44171,12,44201,44227,12,44257,44283,12,44313,44339,12,44369,44395,12,44425,44451,12,44481,44507,12,44537,44563,12,44593,44619,12,44649,44675,12,44705,44731,12,44761,44787,12,44817,44843,12,44873,44899,12,44929,44955,12,44985,45011,12,45041,45067,12,45097,45123,12,45153,45179,12,45209,45235,12,45265,45291,12,45321,45347,12,45377,45403,12,45433,45459,12,45489,45515,12,45545,45571,12,45601,45627,12,45657,45683,12,45713,45739,12,45769,45795,12,45825,45851,12,45881,45907,12,45937,45963,12,45993,46019,12,46049,46075,12,46105,46131,12,46161,46187,12,46217,46243,12,46273,46299,12,46329,46355,12,46385,46411,12,46441,46467,12,46497,46523,12,46553,46579,12,46609,46635,12,46665,46691,12,46721,46747,12,46777,46803,12,46833,46859,12,46889,46915,12,46945,46971,12,47001,47027,12,47057,47083,12,47113,47139,12,47169,47195,12,47225,47251,12,47281,47307,12,47337,47363,12,47393,47419,12,47449,47475,12,47505,47531,12,47561,47587,12,47617,47643,12,47673,47699,12,47729,47755,12,47785,47811,12,47841,47867,12,47897,47923,12,47953,47979,12,48009,48035,12,48065,48091,12,48121,48147,12,48177,48203,12,48233,48259,12,48289,48315,12,48345,48371,12,48401,48427,12,48457,48483,12,48513,48539,12,48569,48595,12,48625,48651,12,48681,48707,12,48737,48763,12,48793,48819,12,48849,48875,12,48905,48931,12,48961,48987,12,49017,49043,12,49073,49099,12,49129,49155,12,49185,49211,12,49241,49267,12,49297,49323,12,49353,49379,12,49409,49435,12,49465,49491,12,49521,49547,12,49577,49603,12,49633,49659,12,49689,49715,12,49745,49771,12,49801,49827,12,49857,49883,12,49913,49939,12,49969,49995,12,50025,50051,12,50081,50107,12,50137,50163,12,50193,50219,12,50249,50275,12,50305,50331,12,50361,50387,12,50417,50443,12,50473,50499,12,50529,50555,12,50585,50611,12,50641,50667,12,50697,50723,12,50753,50779,12,50809,50835,12,50865,50891,12,50921,50947,12,50977,51003,12,51033,51059,12,51089,51115,12,51145,51171,12,51201,51227,12,51257,51283,12,51313,51339,12,51369,51395,12,51425,51451,12,51481,51507,12,51537,51563,12,51593,51619,12,51649,51675,12,51705,51731,12,51761,51787,12,51817,51843,12,51873,51899,12,51929,51955,12,51985,52011,12,52041,52067,12,52097,52123,12,52153,52179,12,52209,52235,12,52265,52291,12,52321,52347,12,52377,52403,12,52433,52459,12,52489,52515,12,52545,52571,12,52601,52627,12,52657,52683,12,52713,52739,12,52769,52795,12,52825,52851,12,52881,52907,12,52937,52963,12,52993,53019,12,53049,53075,12,53105,53131,12,53161,53187,12,53217,53243,12,53273,53299,12,53329,53355,12,53385,53411,12,53441,53467,12,53497,53523,12,53553,53579,12,53609,53635,12,53665,53691,12,53721,53747,12,53777,53803,12,53833,53859,12,53889,53915,12,53945,53971,12,54001,54027,12,54057,54083,12,54113,54139,12,54169,54195,12,54225,54251,12,54281,54307,12,54337,54363,12,54393,54419,12,54449,54475,12,54505,54531,12,54561,54587,12,54617,54643,12,54673,54699,12,54729,54755,12,54785,54811,12,54841,54867,12,54897,54923,12,54953,54979,12,55009,55035,12,55065,55091,12,55121,55147,12,55177,55203,12,65024,65039,5,65520,65528,4,66422,66426,5,68152,68154,5,69291,69292,5,69633,69633,5,69747,69748,5,69811,69814,5,69826,69826,5,69932,69932,7,70016,70017,5,70079,70080,7,70095,70095,5,70196,70196,5,70367,70367,5,70402,70403,7,70464,70464,5,70487,70487,5,70709,70711,7,70725,70725,7,70833,70834,7,70843,70844,7,70849,70849,7,71090,71093,5,71103,71104,5,71227,71228,7,71339,71339,5,71344,71349,5,71458,71461,5,71727,71735,5,71985,71989,7,71998,71998,5,72002,72002,7,72154,72155,5,72193,72202,5,72251,72254,5,72281,72283,5,72344,72345,5,72766,72766,7,72874,72880,5,72885,72886,5,73023,73029,5,73104,73105,5,73111,73111,5,92912,92916,5,94095,94098,5,113824,113827,4,119142,119142,7,119155,119162,4,119362,119364,5,121476,121476,5,122888,122904,5,123184,123190,5,125252,125258,5,127183,127183,14,127340,127343,14,127377,127386,14,127491,127503,14,127548,127551,14,127744,127756,14,127761,127761,14,127769,127769,14,127773,127774,14,127780,127788,14,127796,127797,14,127820,127823,14,127869,127869,14,127894,127895,14,127902,127903,14,127943,127943,14,127947,127950,14,127972,127972,14,127988,127988,14,127992,127994,14,128009,128011,14,128019,128019,14,128023,128041,14,128064,128064,14,128102,128107,14,128174,128181,14,128238,128238,14,128246,128247,14,128254,128254,14,128264,128264,14,128278,128299,14,128329,128330,14,128348,128359,14,128371,128377,14,128392,128393,14,128401,128404,14,128421,128421,14,128433,128434,14,128450,128452,14,128476,128478,14,128483,128483,14,128495,128495,14,128506,128506,14,128519,128520,14,128528,128528,14,128534,128534,14,128538,128538,14,128540,128542,14,128544,128549,14,128552,128555,14,128557,128557,14,128560,128563,14,128565,128565,14,128567,128576,14,128581,128591,14,128641,128642,14,128646,128646,14,128648,128648,14,128650,128651,14,128653,128653,14,128655,128655,14,128657,128659,14,128661,128661,14,128663,128663,14,128665,128666,14,128674,128674,14,128676,128677,14,128679,128685,14,128690,128690,14,128694,128694,14,128697,128702,14,128704,128704,14,128710,128714,14,128716,128716,14,128720,128720,14,128723,128724,14,128726,128727,14,128733,128735,14,128742,128744,14,128746,128746,14,128749,128751,14,128753,128754,14,128756,128758,14,128761,128761,14,128763,128764,14,128884,128895,14,128992,129003,14,129008,129008,14,129036,129039,14,129114,129119,14,129198,129279,14,129293,129295,14,129305,129310,14,129312,129319,14,129328,129328,14,129331,129338,14,129343,129343,14,129351,129355,14,129357,129359,14,129375,129387,14,129393,129393,14,129395,129398,14,129401,129401,14,129403,129403,14,129408,129412,14,129426,129431,14,129443,129444,14,129451,129453,14,129456,129465,14,129472,129472,14,129475,129482,14,129484,129484,14,129488,129510,14,129536,129647,14,129652,129652,14,129656,129658,14,129661,129663,14,129667,129670,14,129680,129685,14,129705,129708,14,129712,129718,14,129723,129727,14,129731,129733,14,129744,129750,14,129754,129759,14,129768,129775,14,129783,129791,14,917504,917504,4,917506,917535,4,917632,917759,4,918000,921599,4,0,9,4,11,12,4,14,31,4,169,169,14,174,174,14,1155,1159,5,1425,1469,5,1473,1474,5,1479,1479,5,1552,1562,5,1611,1631,5,1750,1756,5,1759,1764,5,1770,1773,5,1809,1809,5,1958,1968,5,2045,2045,5,2075,2083,5,2089,2093,5,2192,2193,1,2250,2273,5,2275,2306,5,2362,2362,5,2364,2364,5,2369,2376,5,2381,2381,5,2385,2391,5,2433,2433,5,2492,2492,5,2495,2496,7,2503,2504,7,2509,2509,5,2530,2531,5,2561,2562,5,2620,2620,5,2625,2626,5,2635,2637,5,2672,2673,5,2689,2690,5,2748,2748,5,2753,2757,5,2761,2761,7,2765,2765,5,2810,2815,5,2818,2819,7,2878,2878,5,2880,2880,7,2887,2888,7,2893,2893,5,2903,2903,5,2946,2946,5,3007,3007,7,3009,3010,7,3018,3020,7,3031,3031,5,3073,3075,7,3132,3132,5,3137,3140,7,3146,3149,5,3170,3171,5,3202,3203,7,3262,3262,7,3264,3265,7,3267,3268,7,3271,3272,7,3276,3277,5,3298,3299,5,3330,3331,7,3390,3390,5,3393,3396,5,3402,3404,7,3406,3406,1,3426,3427,5,3458,3459,7,3535,3535,5,3538,3540,5,3544,3550,7,3570,3571,7,3635,3635,7,3655,3662,5,3763,3763,7,3784,3789,5,3893,3893,5,3897,3897,5,3953,3966,5,3968,3972,5,3981,3991,5,4038,4038,5,4145,4145,7,4153,4154,5,4157,4158,5,4184,4185,5,4209,4212,5,4228,4228,7,4237,4237,5,4352,4447,8,4520,4607,10,5906,5908,5,5938,5939,5,5970,5971,5,6068,6069,5,6071,6077,5,6086,6086,5,6089,6099,5,6155,6157,5,6159,6159,5,6313,6313,5,6435,6438,7,6441,6443,7,6450,6450,5,6457,6459,5,6681,6682,7,6741,6741,7,6743,6743,7,6752,6752,5,6757,6764,5,6771,6780,5,6832,6845,5,6847,6862,5,6916,6916,7,6965,6965,5,6971,6971,7,6973,6977,7,6979,6980,7,7040,7041,5,7073,7073,7,7078,7079,7,7082,7082,7,7142,7142,5,7144,7145,5,7149,7149,5,7151,7153,5,7204,7211,7,7220,7221,7,7376,7378,5,7393,7393,7,7405,7405,5,7415,7415,7,7616,7679,5,8204,8204,5,8206,8207,4,8233,8233,4,8252,8252,14,8288,8292,4,8294,8303,4,8413,8416,5,8418,8420,5,8482,8482,14,8596,8601,14,8986,8987,14,9096,9096,14,9193,9196,14,9199,9199,14,9201,9202,14,9208,9210,14,9642,9643,14,9664,9664,14,9728,9729,14,9732,9732,14,9735,9741,14,9743,9744,14,9746,9746,14,9750,9751,14,9753,9756,14,9758,9759,14,9761,9761,14,9764,9765,14,9767,9769,14,9771,9773,14,9775,9775,14,9784,9785,14,9787,9791,14,9793,9793,14,9795,9799,14,9812,9822,14,9824,9824,14,9827,9827,14,9829,9830,14,9832,9832,14,9851,9851,14,9854,9854,14,9856,9861,14,9874,9874,14,9876,9876,14,9878,9879,14,9881,9881,14,9883,9884,14,9888,9889,14,9895,9895,14,9898,9899,14,9904,9905,14,9917,9918,14,9924,9925,14,9928,9928,14,9934,9934,14,9936,9936,14,9938,9938,14,9940,9940,14,9961,9961,14,9963,9967,14,9970,9971,14,9973,9973,14,9975,9977,14,9979,9980,14,9982,9985,14,9987,9988,14,9992,9996,14,9998,9998,14,10000,10001,14,10004,10004,14,10013,10013,14,10024,10024,14,10052,10052,14,10060,10060,14,10067,10069,14,10083,10083,14,10085,10087,14,10145,10145,14,10175,10175,14,11013,11015,14,11088,11088,14,11503,11505,5,11744,11775,5,12334,12335,5,12349,12349,14,12951,12951,14,42607,42607,5,42612,42621,5,42736,42737,5,43014,43014,5,43043,43044,7,43047,43047,7,43136,43137,7,43204,43205,5,43263,43263,5,43335,43345,5,43360,43388,8,43395,43395,7,43444,43445,7,43450,43451,7,43454,43456,7,43561,43566,5,43569,43570,5,43573,43574,5,43596,43596,5,43644,43644,5,43698,43700,5,43710,43711,5,43755,43755,7,43758,43759,7,43766,43766,5,44005,44005,5,44008,44008,5,44012,44012,7,44032,44032,11,44060,44060,11,44088,44088,11,44116,44116,11,44144,44144,11,44172,44172,11,44200,44200,11,44228,44228,11,44256,44256,11,44284,44284,11,44312,44312,11,44340,44340,11,44368,44368,11,44396,44396,11,44424,44424,11,44452,44452,11,44480,44480,11,44508,44508,11,44536,44536,11,44564,44564,11,44592,44592,11,44620,44620,11,44648,44648,11,44676,44676,11,44704,44704,11,44732,44732,11,44760,44760,11,44788,44788,11,44816,44816,11,44844,44844,11,44872,44872,11,44900,44900,11,44928,44928,11,44956,44956,11,44984,44984,11,45012,45012,11,45040,45040,11,45068,45068,11,45096,45096,11,45124,45124,11,45152,45152,11,45180,45180,11,45208,45208,11,45236,45236,11,45264,45264,11,45292,45292,11,45320,45320,11,45348,45348,11,45376,45376,11,45404,45404,11,45432,45432,11,45460,45460,11,45488,45488,11,45516,45516,11,45544,45544,11,45572,45572,11,45600,45600,11,45628,45628,11,45656,45656,11,45684,45684,11,45712,45712,11,45740,45740,11,45768,45768,11,45796,45796,11,45824,45824,11,45852,45852,11,45880,45880,11,45908,45908,11,45936,45936,11,45964,45964,11,45992,45992,11,46020,46020,11,46048,46048,11,46076,46076,11,46104,46104,11,46132,46132,11,46160,46160,11,46188,46188,11,46216,46216,11,46244,46244,11,46272,46272,11,46300,46300,11,46328,46328,11,46356,46356,11,46384,46384,11,46412,46412,11,46440,46440,11,46468,46468,11,46496,46496,11,46524,46524,11,46552,46552,11,46580,46580,11,46608,46608,11,46636,46636,11,46664,46664,11,46692,46692,11,46720,46720,11,46748,46748,11,46776,46776,11,46804,46804,11,46832,46832,11,46860,46860,11,46888,46888,11,46916,46916,11,46944,46944,11,46972,46972,11,47000,47000,11,47028,47028,11,47056,47056,11,47084,47084,11,47112,47112,11,47140,47140,11,47168,47168,11,47196,47196,11,47224,47224,11,47252,47252,11,47280,47280,11,47308,47308,11,47336,47336,11,47364,47364,11,47392,47392,11,47420,47420,11,47448,47448,11,47476,47476,11,47504,47504,11,47532,47532,11,47560,47560,11,47588,47588,11,47616,47616,11,47644,47644,11,47672,47672,11,47700,47700,11,47728,47728,11,47756,47756,11,47784,47784,11,47812,47812,11,47840,47840,11,47868,47868,11,47896,47896,11,47924,47924,11,47952,47952,11,47980,47980,11,48008,48008,11,48036,48036,11,48064,48064,11,48092,48092,11,48120,48120,11,48148,48148,11,48176,48176,11,48204,48204,11,48232,48232,11,48260,48260,11,48288,48288,11,48316,48316,11,48344,48344,11,48372,48372,11,48400,48400,11,48428,48428,11,48456,48456,11,48484,48484,11,48512,48512,11,48540,48540,11,48568,48568,11,48596,48596,11,48624,48624,11,48652,48652,11,48680,48680,11,48708,48708,11,48736,48736,11,48764,48764,11,48792,48792,11,48820,48820,11,48848,48848,11,48876,48876,11,48904,48904,11,48932,48932,11,48960,48960,11,48988,48988,11,49016,49016,11,49044,49044,11,49072,49072,11,49100,49100,11,49128,49128,11,49156,49156,11,49184,49184,11,49212,49212,11,49240,49240,11,49268,49268,11,49296,49296,11,49324,49324,11,49352,49352,11,49380,49380,11,49408,49408,11,49436,49436,11,49464,49464,11,49492,49492,11,49520,49520,11,49548,49548,11,49576,49576,11,49604,49604,11,49632,49632,11,49660,49660,11,49688,49688,11,49716,49716,11,49744,49744,11,49772,49772,11,49800,49800,11,49828,49828,11,49856,49856,11,49884,49884,11,49912,49912,11,49940,49940,11,49968,49968,11,49996,49996,11,50024,50024,11,50052,50052,11,50080,50080,11,50108,50108,11,50136,50136,11,50164,50164,11,50192,50192,11,50220,50220,11,50248,50248,11,50276,50276,11,50304,50304,11,50332,50332,11,50360,50360,11,50388,50388,11,50416,50416,11,50444,50444,11,50472,50472,11,50500,50500,11,50528,50528,11,50556,50556,11,50584,50584,11,50612,50612,11,50640,50640,11,50668,50668,11,50696,50696,11,50724,50724,11,50752,50752,11,50780,50780,11,50808,50808,11,50836,50836,11,50864,50864,11,50892,50892,11,50920,50920,11,50948,50948,11,50976,50976,11,51004,51004,11,51032,51032,11,51060,51060,11,51088,51088,11,51116,51116,11,51144,51144,11,51172,51172,11,51200,51200,11,51228,51228,11,51256,51256,11,51284,51284,11,51312,51312,11,51340,51340,11,51368,51368,11,51396,51396,11,51424,51424,11,51452,51452,11,51480,51480,11,51508,51508,11,51536,51536,11,51564,51564,11,51592,51592,11,51620,51620,11,51648,51648,11,51676,51676,11,51704,51704,11,51732,51732,11,51760,51760,11,51788,51788,11,51816,51816,11,51844,51844,11,51872,51872,11,51900,51900,11,51928,51928,11,51956,51956,11,51984,51984,11,52012,52012,11,52040,52040,11,52068,52068,11,52096,52096,11,52124,52124,11,52152,52152,11,52180,52180,11,52208,52208,11,52236,52236,11,52264,52264,11,52292,52292,11,52320,52320,11,52348,52348,11,52376,52376,11,52404,52404,11,52432,52432,11,52460,52460,11,52488,52488,11,52516,52516,11,52544,52544,11,52572,52572,11,52600,52600,11,52628,52628,11,52656,52656,11,52684,52684,11,52712,52712,11,52740,52740,11,52768,52768,11,52796,52796,11,52824,52824,11,52852,52852,11,52880,52880,11,52908,52908,11,52936,52936,11,52964,52964,11,52992,52992,11,53020,53020,11,53048,53048,11,53076,53076,11,53104,53104,11,53132,53132,11,53160,53160,11,53188,53188,11,53216,53216,11,53244,53244,11,53272,53272,11,53300,53300,11,53328,53328,11,53356,53356,11,53384,53384,11,53412,53412,11,53440,53440,11,53468,53468,11,53496,53496,11,53524,53524,11,53552,53552,11,53580,53580,11,53608,53608,11,53636,53636,11,53664,53664,11,53692,53692,11,53720,53720,11,53748,53748,11,53776,53776,11,53804,53804,11,53832,53832,11,53860,53860,11,53888,53888,11,53916,53916,11,53944,53944,11,53972,53972,11,54000,54000,11,54028,54028,11,54056,54056,11,54084,54084,11,54112,54112,11,54140,54140,11,54168,54168,11,54196,54196,11,54224,54224,11,54252,54252,11,54280,54280,11,54308,54308,11,54336,54336,11,54364,54364,11,54392,54392,11,54420,54420,11,54448,54448,11,54476,54476,11,54504,54504,11,54532,54532,11,54560,54560,11,54588,54588,11,54616,54616,11,54644,54644,11,54672,54672,11,54700,54700,11,54728,54728,11,54756,54756,11,54784,54784,11,54812,54812,11,54840,54840,11,54868,54868,11,54896,54896,11,54924,54924,11,54952,54952,11,54980,54980,11,55008,55008,11,55036,55036,11,55064,55064,11,55092,55092,11,55120,55120,11,55148,55148,11,55176,55176,11,55216,55238,9,64286,64286,5,65056,65071,5,65438,65439,5,65529,65531,4,66272,66272,5,68097,68099,5,68108,68111,5,68159,68159,5,68900,68903,5,69446,69456,5,69632,69632,7,69634,69634,7,69744,69744,5,69759,69761,5,69808,69810,7,69815,69816,7,69821,69821,1,69837,69837,1,69927,69931,5,69933,69940,5,70003,70003,5,70018,70018,7,70070,70078,5,70082,70083,1,70094,70094,7,70188,70190,7,70194,70195,7,70197,70197,7,70206,70206,5,70368,70370,7,70400,70401,5,70459,70460,5,70463,70463,7,70465,70468,7,70475,70477,7,70498,70499,7,70512,70516,5,70712,70719,5,70722,70724,5,70726,70726,5,70832,70832,5,70835,70840,5,70842,70842,5,70845,70845,5,70847,70848,5,70850,70851,5,71088,71089,7,71096,71099,7,71102,71102,7,71132,71133,5,71219,71226,5,71229,71229,5,71231,71232,5,71340,71340,7,71342,71343,7,71350,71350,7,71453,71455,5,71462,71462,7,71724,71726,7,71736,71736,7,71984,71984,5,71991,71992,7,71997,71997,7,71999,71999,1,72001,72001,1,72003,72003,5,72148,72151,5,72156,72159,7,72164,72164,7,72243,72248,5,72250,72250,1,72263,72263,5,72279,72280,7,72324,72329,1,72343,72343,7,72751,72751,7,72760,72765,5,72767,72767,5,72873,72873,7,72881,72881,7,72884,72884,7,73009,73014,5,73020,73021,5,73030,73030,1,73098,73102,7,73107,73108,7,73110,73110,7,73459,73460,5,78896,78904,4,92976,92982,5,94033,94087,7,94180,94180,5,113821,113822,5,118528,118573,5,119141,119141,5,119143,119145,5,119150,119154,5,119163,119170,5,119210,119213,5,121344,121398,5,121461,121461,5,121499,121503,5,122880,122886,5,122907,122913,5,122918,122922,5,123566,123566,5,125136,125142,5,126976,126979,14,126981,127182,14,127184,127231,14,127279,127279,14,127344,127345,14,127374,127374,14,127405,127461,14,127489,127490,14,127514,127514,14,127538,127546,14,127561,127567,14,127570,127743,14,127757,127758,14,127760,127760,14,127762,127762,14,127766,127768,14,127770,127770,14,127772,127772,14,127775,127776,14,127778,127779,14,127789,127791,14,127794,127795,14,127798,127798,14,127819,127819,14,127824,127824,14,127868,127868,14,127870,127871,14,127892,127893,14,127896,127896,14,127900,127901,14,127904,127940,14,127942,127942,14,127944,127944,14,127946,127946,14,127951,127955,14,127968,127971,14,127973,127984,14,127987,127987,14,127989,127989,14,127991,127991,14,127995,127999,5,128008,128008,14,128012,128014,14,128017,128018,14,128020,128020,14,128022,128022,14,128042,128042,14,128063,128063,14,128065,128065,14,128101,128101,14,128108,128109,14,128173,128173,14,128182,128183,14,128236,128237,14,128239,128239,14,128245,128245,14,128248,128248,14,128253,128253,14,128255,128258,14,128260,128263,14,128265,128265,14,128277,128277,14,128300,128301,14,128326,128328,14,128331,128334,14,128336,128347,14,128360,128366,14,128369,128370,14,128378,128378,14,128391,128391,14,128394,128397,14,128400,128400,14,128405,128406,14,128420,128420,14,128422,128423,14,128425,128432,14,128435,128443,14,128445,128449,14,128453,128464,14,128468,128475,14,128479,128480,14,128482,128482,14,128484,128487,14,128489,128494,14,128496,128498,14,128500,128505,14,128507,128511,14,128513,128518,14,128521,128525,14,128527,128527,14,128529,128529,14,128533,128533,14,128535,128535,14,128537,128537,14]")}static getInstance(){return ee._INSTANCE||(ee._INSTANCE=new ee),ee._INSTANCE}getGraphemeBreakType(e){if(e<32)return 10===e?3:13===e?2:4;if(e<127)return 0;const t=this._data,i=t.length/3;let n=1;for(;n<=i;)if(et[3*n+1]))return t[3*n+2];n=2*n+1}return 0}}function te(e,t){if(0===e)return 0;const i=function(e,t){const i=new P(t,e);let n=i.prevCodePoint();for(;ie(n)||65039===n||8419===n;){if(0===i.offset)return;n=i.prevCodePoint()}if(!G(n))return;let o=i.offset;return o>0&&8205===i.prevCodePoint()&&(o=i.offset),o}(e,t);if(void 0!==i)return i;const n=new P(t,e);return n.prevCodePoint(),n.offset}function ie(e){return 127995<=e&&e<=127999}ee._INSTANCE=null;const ne=" ";class oe{constructor(e){this.confusableDictionary=e}static getInstance(e){return oe.cache.get(Array.from(e))}static getLocales(){return oe._locales.getValue()}isAmbiguous(e){return this.confusableDictionary.has(e)}getPrimaryConfusable(e){return this.confusableDictionary.get(e)}getConfusableCodePoints(){return new Set(this.confusableDictionary.keys())}}n=oe,oe.ambiguousCharacterData=new o.o((()=>JSON.parse('{"_common":[8232,32,8233,32,5760,32,8192,32,8193,32,8194,32,8195,32,8196,32,8197,32,8198,32,8200,32,8201,32,8202,32,8287,32,8199,32,8239,32,2042,95,65101,95,65102,95,65103,95,8208,45,8209,45,8210,45,65112,45,1748,45,8259,45,727,45,8722,45,10134,45,11450,45,1549,44,1643,44,8218,44,184,44,42233,44,894,59,2307,58,2691,58,1417,58,1795,58,1796,58,5868,58,65072,58,6147,58,6153,58,8282,58,1475,58,760,58,42889,58,8758,58,720,58,42237,58,451,33,11601,33,660,63,577,63,2429,63,5038,63,42731,63,119149,46,8228,46,1793,46,1794,46,42510,46,68176,46,1632,46,1776,46,42232,46,1373,96,65287,96,8219,96,8242,96,1370,96,1523,96,8175,96,65344,96,900,96,8189,96,8125,96,8127,96,8190,96,697,96,884,96,712,96,714,96,715,96,756,96,699,96,701,96,700,96,702,96,42892,96,1497,96,2036,96,2037,96,5194,96,5836,96,94033,96,94034,96,65339,91,10088,40,10098,40,12308,40,64830,40,65341,93,10089,41,10099,41,12309,41,64831,41,10100,123,119060,123,10101,125,65342,94,8270,42,1645,42,8727,42,66335,42,5941,47,8257,47,8725,47,8260,47,9585,47,10187,47,10744,47,119354,47,12755,47,12339,47,11462,47,20031,47,12035,47,65340,92,65128,92,8726,92,10189,92,10741,92,10745,92,119311,92,119355,92,12756,92,20022,92,12034,92,42872,38,708,94,710,94,5869,43,10133,43,66203,43,8249,60,10094,60,706,60,119350,60,5176,60,5810,60,5120,61,11840,61,12448,61,42239,61,8250,62,10095,62,707,62,119351,62,5171,62,94015,62,8275,126,732,126,8128,126,8764,126,65372,124,65293,45,120784,50,120794,50,120804,50,120814,50,120824,50,130034,50,42842,50,423,50,1000,50,42564,50,5311,50,42735,50,119302,51,120785,51,120795,51,120805,51,120815,51,120825,51,130035,51,42923,51,540,51,439,51,42858,51,11468,51,1248,51,94011,51,71882,51,120786,52,120796,52,120806,52,120816,52,120826,52,130036,52,5070,52,71855,52,120787,53,120797,53,120807,53,120817,53,120827,53,130037,53,444,53,71867,53,120788,54,120798,54,120808,54,120818,54,120828,54,130038,54,11474,54,5102,54,71893,54,119314,55,120789,55,120799,55,120809,55,120819,55,120829,55,130039,55,66770,55,71878,55,2819,56,2538,56,2666,56,125131,56,120790,56,120800,56,120810,56,120820,56,120830,56,130040,56,547,56,546,56,66330,56,2663,57,2920,57,2541,57,3437,57,120791,57,120801,57,120811,57,120821,57,120831,57,130041,57,42862,57,11466,57,71884,57,71852,57,71894,57,9082,97,65345,97,119834,97,119886,97,119938,97,119990,97,120042,97,120094,97,120146,97,120198,97,120250,97,120302,97,120354,97,120406,97,120458,97,593,97,945,97,120514,97,120572,97,120630,97,120688,97,120746,97,65313,65,119808,65,119860,65,119912,65,119964,65,120016,65,120068,65,120120,65,120172,65,120224,65,120276,65,120328,65,120380,65,120432,65,913,65,120488,65,120546,65,120604,65,120662,65,120720,65,5034,65,5573,65,42222,65,94016,65,66208,65,119835,98,119887,98,119939,98,119991,98,120043,98,120095,98,120147,98,120199,98,120251,98,120303,98,120355,98,120407,98,120459,98,388,98,5071,98,5234,98,5551,98,65314,66,8492,66,119809,66,119861,66,119913,66,120017,66,120069,66,120121,66,120173,66,120225,66,120277,66,120329,66,120381,66,120433,66,42932,66,914,66,120489,66,120547,66,120605,66,120663,66,120721,66,5108,66,5623,66,42192,66,66178,66,66209,66,66305,66,65347,99,8573,99,119836,99,119888,99,119940,99,119992,99,120044,99,120096,99,120148,99,120200,99,120252,99,120304,99,120356,99,120408,99,120460,99,7428,99,1010,99,11429,99,43951,99,66621,99,128844,67,71922,67,71913,67,65315,67,8557,67,8450,67,8493,67,119810,67,119862,67,119914,67,119966,67,120018,67,120174,67,120226,67,120278,67,120330,67,120382,67,120434,67,1017,67,11428,67,5087,67,42202,67,66210,67,66306,67,66581,67,66844,67,8574,100,8518,100,119837,100,119889,100,119941,100,119993,100,120045,100,120097,100,120149,100,120201,100,120253,100,120305,100,120357,100,120409,100,120461,100,1281,100,5095,100,5231,100,42194,100,8558,68,8517,68,119811,68,119863,68,119915,68,119967,68,120019,68,120071,68,120123,68,120175,68,120227,68,120279,68,120331,68,120383,68,120435,68,5024,68,5598,68,5610,68,42195,68,8494,101,65349,101,8495,101,8519,101,119838,101,119890,101,119942,101,120046,101,120098,101,120150,101,120202,101,120254,101,120306,101,120358,101,120410,101,120462,101,43826,101,1213,101,8959,69,65317,69,8496,69,119812,69,119864,69,119916,69,120020,69,120072,69,120124,69,120176,69,120228,69,120280,69,120332,69,120384,69,120436,69,917,69,120492,69,120550,69,120608,69,120666,69,120724,69,11577,69,5036,69,42224,69,71846,69,71854,69,66182,69,119839,102,119891,102,119943,102,119995,102,120047,102,120099,102,120151,102,120203,102,120255,102,120307,102,120359,102,120411,102,120463,102,43829,102,42905,102,383,102,7837,102,1412,102,119315,70,8497,70,119813,70,119865,70,119917,70,120021,70,120073,70,120125,70,120177,70,120229,70,120281,70,120333,70,120385,70,120437,70,42904,70,988,70,120778,70,5556,70,42205,70,71874,70,71842,70,66183,70,66213,70,66853,70,65351,103,8458,103,119840,103,119892,103,119944,103,120048,103,120100,103,120152,103,120204,103,120256,103,120308,103,120360,103,120412,103,120464,103,609,103,7555,103,397,103,1409,103,119814,71,119866,71,119918,71,119970,71,120022,71,120074,71,120126,71,120178,71,120230,71,120282,71,120334,71,120386,71,120438,71,1292,71,5056,71,5107,71,42198,71,65352,104,8462,104,119841,104,119945,104,119997,104,120049,104,120101,104,120153,104,120205,104,120257,104,120309,104,120361,104,120413,104,120465,104,1211,104,1392,104,5058,104,65320,72,8459,72,8460,72,8461,72,119815,72,119867,72,119919,72,120023,72,120179,72,120231,72,120283,72,120335,72,120387,72,120439,72,919,72,120494,72,120552,72,120610,72,120668,72,120726,72,11406,72,5051,72,5500,72,42215,72,66255,72,731,105,9075,105,65353,105,8560,105,8505,105,8520,105,119842,105,119894,105,119946,105,119998,105,120050,105,120102,105,120154,105,120206,105,120258,105,120310,105,120362,105,120414,105,120466,105,120484,105,618,105,617,105,953,105,8126,105,890,105,120522,105,120580,105,120638,105,120696,105,120754,105,1110,105,42567,105,1231,105,43893,105,5029,105,71875,105,65354,106,8521,106,119843,106,119895,106,119947,106,119999,106,120051,106,120103,106,120155,106,120207,106,120259,106,120311,106,120363,106,120415,106,120467,106,1011,106,1112,106,65322,74,119817,74,119869,74,119921,74,119973,74,120025,74,120077,74,120129,74,120181,74,120233,74,120285,74,120337,74,120389,74,120441,74,42930,74,895,74,1032,74,5035,74,5261,74,42201,74,119844,107,119896,107,119948,107,120000,107,120052,107,120104,107,120156,107,120208,107,120260,107,120312,107,120364,107,120416,107,120468,107,8490,75,65323,75,119818,75,119870,75,119922,75,119974,75,120026,75,120078,75,120130,75,120182,75,120234,75,120286,75,120338,75,120390,75,120442,75,922,75,120497,75,120555,75,120613,75,120671,75,120729,75,11412,75,5094,75,5845,75,42199,75,66840,75,1472,108,8739,73,9213,73,65512,73,1633,108,1777,73,66336,108,125127,108,120783,73,120793,73,120803,73,120813,73,120823,73,130033,73,65321,73,8544,73,8464,73,8465,73,119816,73,119868,73,119920,73,120024,73,120128,73,120180,73,120232,73,120284,73,120336,73,120388,73,120440,73,65356,108,8572,73,8467,108,119845,108,119897,108,119949,108,120001,108,120053,108,120105,73,120157,73,120209,73,120261,73,120313,73,120365,73,120417,73,120469,73,448,73,120496,73,120554,73,120612,73,120670,73,120728,73,11410,73,1030,73,1216,73,1493,108,1503,108,1575,108,126464,108,126592,108,65166,108,65165,108,1994,108,11599,73,5825,73,42226,73,93992,73,66186,124,66313,124,119338,76,8556,76,8466,76,119819,76,119871,76,119923,76,120027,76,120079,76,120131,76,120183,76,120235,76,120287,76,120339,76,120391,76,120443,76,11472,76,5086,76,5290,76,42209,76,93974,76,71843,76,71858,76,66587,76,66854,76,65325,77,8559,77,8499,77,119820,77,119872,77,119924,77,120028,77,120080,77,120132,77,120184,77,120236,77,120288,77,120340,77,120392,77,120444,77,924,77,120499,77,120557,77,120615,77,120673,77,120731,77,1018,77,11416,77,5047,77,5616,77,5846,77,42207,77,66224,77,66321,77,119847,110,119899,110,119951,110,120003,110,120055,110,120107,110,120159,110,120211,110,120263,110,120315,110,120367,110,120419,110,120471,110,1400,110,1404,110,65326,78,8469,78,119821,78,119873,78,119925,78,119977,78,120029,78,120081,78,120185,78,120237,78,120289,78,120341,78,120393,78,120445,78,925,78,120500,78,120558,78,120616,78,120674,78,120732,78,11418,78,42208,78,66835,78,3074,111,3202,111,3330,111,3458,111,2406,111,2662,111,2790,111,3046,111,3174,111,3302,111,3430,111,3664,111,3792,111,4160,111,1637,111,1781,111,65359,111,8500,111,119848,111,119900,111,119952,111,120056,111,120108,111,120160,111,120212,111,120264,111,120316,111,120368,111,120420,111,120472,111,7439,111,7441,111,43837,111,959,111,120528,111,120586,111,120644,111,120702,111,120760,111,963,111,120532,111,120590,111,120648,111,120706,111,120764,111,11423,111,4351,111,1413,111,1505,111,1607,111,126500,111,126564,111,126596,111,65259,111,65260,111,65258,111,65257,111,1726,111,64428,111,64429,111,64427,111,64426,111,1729,111,64424,111,64425,111,64423,111,64422,111,1749,111,3360,111,4125,111,66794,111,71880,111,71895,111,66604,111,1984,79,2534,79,2918,79,12295,79,70864,79,71904,79,120782,79,120792,79,120802,79,120812,79,120822,79,130032,79,65327,79,119822,79,119874,79,119926,79,119978,79,120030,79,120082,79,120134,79,120186,79,120238,79,120290,79,120342,79,120394,79,120446,79,927,79,120502,79,120560,79,120618,79,120676,79,120734,79,11422,79,1365,79,11604,79,4816,79,2848,79,66754,79,42227,79,71861,79,66194,79,66219,79,66564,79,66838,79,9076,112,65360,112,119849,112,119901,112,119953,112,120005,112,120057,112,120109,112,120161,112,120213,112,120265,112,120317,112,120369,112,120421,112,120473,112,961,112,120530,112,120544,112,120588,112,120602,112,120646,112,120660,112,120704,112,120718,112,120762,112,120776,112,11427,112,65328,80,8473,80,119823,80,119875,80,119927,80,119979,80,120031,80,120083,80,120187,80,120239,80,120291,80,120343,80,120395,80,120447,80,929,80,120504,80,120562,80,120620,80,120678,80,120736,80,11426,80,5090,80,5229,80,42193,80,66197,80,119850,113,119902,113,119954,113,120006,113,120058,113,120110,113,120162,113,120214,113,120266,113,120318,113,120370,113,120422,113,120474,113,1307,113,1379,113,1382,113,8474,81,119824,81,119876,81,119928,81,119980,81,120032,81,120084,81,120188,81,120240,81,120292,81,120344,81,120396,81,120448,81,11605,81,119851,114,119903,114,119955,114,120007,114,120059,114,120111,114,120163,114,120215,114,120267,114,120319,114,120371,114,120423,114,120475,114,43847,114,43848,114,7462,114,11397,114,43905,114,119318,82,8475,82,8476,82,8477,82,119825,82,119877,82,119929,82,120033,82,120189,82,120241,82,120293,82,120345,82,120397,82,120449,82,422,82,5025,82,5074,82,66740,82,5511,82,42211,82,94005,82,65363,115,119852,115,119904,115,119956,115,120008,115,120060,115,120112,115,120164,115,120216,115,120268,115,120320,115,120372,115,120424,115,120476,115,42801,115,445,115,1109,115,43946,115,71873,115,66632,115,65331,83,119826,83,119878,83,119930,83,119982,83,120034,83,120086,83,120138,83,120190,83,120242,83,120294,83,120346,83,120398,83,120450,83,1029,83,1359,83,5077,83,5082,83,42210,83,94010,83,66198,83,66592,83,119853,116,119905,116,119957,116,120009,116,120061,116,120113,116,120165,116,120217,116,120269,116,120321,116,120373,116,120425,116,120477,116,8868,84,10201,84,128872,84,65332,84,119827,84,119879,84,119931,84,119983,84,120035,84,120087,84,120139,84,120191,84,120243,84,120295,84,120347,84,120399,84,120451,84,932,84,120507,84,120565,84,120623,84,120681,84,120739,84,11430,84,5026,84,42196,84,93962,84,71868,84,66199,84,66225,84,66325,84,119854,117,119906,117,119958,117,120010,117,120062,117,120114,117,120166,117,120218,117,120270,117,120322,117,120374,117,120426,117,120478,117,42911,117,7452,117,43854,117,43858,117,651,117,965,117,120534,117,120592,117,120650,117,120708,117,120766,117,1405,117,66806,117,71896,117,8746,85,8899,85,119828,85,119880,85,119932,85,119984,85,120036,85,120088,85,120140,85,120192,85,120244,85,120296,85,120348,85,120400,85,120452,85,1357,85,4608,85,66766,85,5196,85,42228,85,94018,85,71864,85,8744,118,8897,118,65366,118,8564,118,119855,118,119907,118,119959,118,120011,118,120063,118,120115,118,120167,118,120219,118,120271,118,120323,118,120375,118,120427,118,120479,118,7456,118,957,118,120526,118,120584,118,120642,118,120700,118,120758,118,1141,118,1496,118,71430,118,43945,118,71872,118,119309,86,1639,86,1783,86,8548,86,119829,86,119881,86,119933,86,119985,86,120037,86,120089,86,120141,86,120193,86,120245,86,120297,86,120349,86,120401,86,120453,86,1140,86,11576,86,5081,86,5167,86,42719,86,42214,86,93960,86,71840,86,66845,86,623,119,119856,119,119908,119,119960,119,120012,119,120064,119,120116,119,120168,119,120220,119,120272,119,120324,119,120376,119,120428,119,120480,119,7457,119,1121,119,1309,119,1377,119,71434,119,71438,119,71439,119,43907,119,71919,87,71910,87,119830,87,119882,87,119934,87,119986,87,120038,87,120090,87,120142,87,120194,87,120246,87,120298,87,120350,87,120402,87,120454,87,1308,87,5043,87,5076,87,42218,87,5742,120,10539,120,10540,120,10799,120,65368,120,8569,120,119857,120,119909,120,119961,120,120013,120,120065,120,120117,120,120169,120,120221,120,120273,120,120325,120,120377,120,120429,120,120481,120,5441,120,5501,120,5741,88,9587,88,66338,88,71916,88,65336,88,8553,88,119831,88,119883,88,119935,88,119987,88,120039,88,120091,88,120143,88,120195,88,120247,88,120299,88,120351,88,120403,88,120455,88,42931,88,935,88,120510,88,120568,88,120626,88,120684,88,120742,88,11436,88,11613,88,5815,88,42219,88,66192,88,66228,88,66327,88,66855,88,611,121,7564,121,65369,121,119858,121,119910,121,119962,121,120014,121,120066,121,120118,121,120170,121,120222,121,120274,121,120326,121,120378,121,120430,121,120482,121,655,121,7935,121,43866,121,947,121,8509,121,120516,121,120574,121,120632,121,120690,121,120748,121,1199,121,4327,121,71900,121,65337,89,119832,89,119884,89,119936,89,119988,89,120040,89,120092,89,120144,89,120196,89,120248,89,120300,89,120352,89,120404,89,120456,89,933,89,978,89,120508,89,120566,89,120624,89,120682,89,120740,89,11432,89,1198,89,5033,89,5053,89,42220,89,94019,89,71844,89,66226,89,119859,122,119911,122,119963,122,120015,122,120067,122,120119,122,120171,122,120223,122,120275,122,120327,122,120379,122,120431,122,120483,122,7458,122,43923,122,71876,122,66293,90,71909,90,65338,90,8484,90,8488,90,119833,90,119885,90,119937,90,119989,90,120041,90,120197,90,120249,90,120301,90,120353,90,120405,90,120457,90,918,90,120493,90,120551,90,120609,90,120667,90,120725,90,5059,90,42204,90,71849,90,65282,34,65284,36,65285,37,65286,38,65290,42,65291,43,65294,46,65295,47,65296,48,65297,49,65298,50,65299,51,65300,52,65301,53,65302,54,65303,55,65304,56,65305,57,65308,60,65309,61,65310,62,65312,64,65316,68,65318,70,65319,71,65324,76,65329,81,65330,82,65333,85,65334,86,65335,87,65343,95,65346,98,65348,100,65350,102,65355,107,65357,109,65358,110,65361,113,65362,114,65364,116,65365,117,65367,119,65370,122,65371,123,65373,125],"_default":[160,32,8211,45,65374,126,65306,58,65281,33,8216,96,8217,96,8245,96,180,96,12494,47,1047,51,1073,54,1072,97,1040,65,1068,98,1042,66,1089,99,1057,67,1077,101,1045,69,1053,72,305,105,1050,75,921,73,1052,77,1086,111,1054,79,1009,112,1088,112,1056,80,1075,114,1058,84,215,120,1093,120,1061,88,1091,121,1059,89,65283,35,65288,40,65289,41,65292,44,65307,59,65311,63],"cs":[65374,126,65306,58,65281,33,8216,96,8217,96,8245,96,180,96,12494,47,1047,51,1073,54,1072,97,1040,65,1068,98,1042,66,1089,99,1057,67,1077,101,1045,69,1053,72,305,105,1050,75,921,73,1052,77,1086,111,1054,79,1009,112,1088,112,1056,80,1075,114,1058,84,1093,120,1061,88,1091,121,1059,89,65283,35,65288,40,65289,41,65292,44,65307,59,65311,63],"de":[65374,126,65306,58,65281,33,8216,96,8217,96,8245,96,180,96,12494,47,1047,51,1073,54,1072,97,1040,65,1068,98,1042,66,1089,99,1057,67,1077,101,1045,69,1053,72,305,105,1050,75,921,73,1052,77,1086,111,1054,79,1009,112,1088,112,1056,80,1075,114,1058,84,1093,120,1061,88,1091,121,1059,89,65283,35,65288,40,65289,41,65292,44,65307,59,65311,63],"es":[8211,45,65374,126,65306,58,65281,33,8245,96,180,96,12494,47,1047,51,1073,54,1072,97,1040,65,1068,98,1042,66,1089,99,1057,67,1077,101,1045,69,1053,72,305,105,1050,75,1052,77,1086,111,1054,79,1009,112,1088,112,1056,80,1075,114,1058,84,215,120,1093,120,1061,88,1091,121,1059,89,65283,35,65288,40,65289,41,65292,44,65307,59,65311,63],"fr":[65374,126,65306,58,65281,33,8216,96,8245,96,12494,47,1047,51,1073,54,1072,97,1040,65,1068,98,1042,66,1089,99,1057,67,1077,101,1045,69,1053,72,305,105,1050,75,921,73,1052,77,1086,111,1054,79,1009,112,1088,112,1056,80,1075,114,1058,84,215,120,1093,120,1061,88,1091,121,1059,89,65283,35,65288,40,65289,41,65292,44,65307,59,65311,63],"it":[160,32,8211,45,65374,126,65306,58,65281,33,8216,96,8245,96,180,96,12494,47,1047,51,1073,54,1072,97,1040,65,1068,98,1042,66,1089,99,1057,67,1077,101,1045,69,1053,72,305,105,1050,75,921,73,1052,77,1086,111,1054,79,1009,112,1088,112,1056,80,1075,114,1058,84,215,120,1093,120,1061,88,1091,121,1059,89,65283,35,65288,40,65289,41,65292,44,65307,59,65311,63],"ja":[8211,45,65306,58,65281,33,8216,96,8217,96,8245,96,180,96,1047,51,1073,54,1072,97,1040,65,1068,98,1042,66,1089,99,1057,67,1077,101,1045,69,1053,72,305,105,1050,75,921,73,1052,77,1086,111,1054,79,1009,112,1088,112,1056,80,1075,114,1058,84,215,120,1093,120,1061,88,1091,121,1059,89,65283,35,65292,44,65307,59],"ko":[8211,45,65374,126,65306,58,65281,33,8245,96,180,96,12494,47,1047,51,1073,54,1072,97,1040,65,1068,98,1042,66,1089,99,1057,67,1077,101,1045,69,1053,72,305,105,1050,75,921,73,1052,77,1086,111,1054,79,1009,112,1088,112,1056,80,1075,114,1058,84,215,120,1093,120,1061,88,1091,121,1059,89,65283,35,65288,40,65289,41,65292,44,65307,59,65311,63],"pl":[65374,126,65306,58,65281,33,8216,96,8217,96,8245,96,180,96,12494,47,1047,51,1073,54,1072,97,1040,65,1068,98,1042,66,1089,99,1057,67,1077,101,1045,69,1053,72,305,105,1050,75,921,73,1052,77,1086,111,1054,79,1009,112,1088,112,1056,80,1075,114,1058,84,215,120,1093,120,1061,88,1091,121,1059,89,65283,35,65288,40,65289,41,65292,44,65307,59,65311,63],"pt-BR":[65374,126,65306,58,65281,33,8216,96,8217,96,8245,96,180,96,12494,47,1047,51,1073,54,1072,97,1040,65,1068,98,1042,66,1089,99,1057,67,1077,101,1045,69,1053,72,305,105,1050,75,921,73,1052,77,1086,111,1054,79,1009,112,1088,112,1056,80,1075,114,1058,84,215,120,1093,120,1061,88,1091,121,1059,89,65283,35,65288,40,65289,41,65292,44,65307,59,65311,63],"qps-ploc":[160,32,8211,45,65374,126,65306,58,65281,33,8216,96,8217,96,8245,96,180,96,12494,47,1047,51,1073,54,1072,97,1040,65,1068,98,1042,66,1089,99,1057,67,1077,101,1045,69,1053,72,305,105,1050,75,921,73,1052,77,1086,111,1054,79,1088,112,1056,80,1075,114,1058,84,215,120,1093,120,1061,88,1091,121,1059,89,65283,35,65288,40,65289,41,65292,44,65307,59,65311,63],"ru":[65374,126,65306,58,65281,33,8216,96,8217,96,8245,96,180,96,12494,47,305,105,921,73,1009,112,215,120,65283,35,65288,40,65289,41,65292,44,65307,59,65311,63],"tr":[160,32,8211,45,65374,126,65306,58,65281,33,8245,96,180,96,12494,47,1047,51,1073,54,1072,97,1040,65,1068,98,1042,66,1089,99,1057,67,1077,101,1045,69,1053,72,1050,75,921,73,1052,77,1086,111,1054,79,1009,112,1088,112,1056,80,1075,114,1058,84,215,120,1093,120,1061,88,1091,121,1059,89,65283,35,65288,40,65289,41,65292,44,65307,59,65311,63],"zh-hans":[65374,126,65306,58,65281,33,8245,96,180,96,12494,47,1047,51,1073,54,1072,97,1040,65,1068,98,1042,66,1089,99,1057,67,1077,101,1045,69,1053,72,305,105,1050,75,921,73,1052,77,1086,111,1054,79,1009,112,1088,112,1056,80,1075,114,1058,84,215,120,1093,120,1061,88,1091,121,1059,89,65288,40,65289,41],"zh-hant":[8211,45,65374,126,180,96,12494,47,1047,51,1073,54,1072,97,1040,65,1068,98,1042,66,1089,99,1057,67,1077,101,1045,69,1053,72,305,105,1050,75,921,73,1052,77,1086,111,1054,79,1009,112,1088,112,1056,80,1075,114,1058,84,215,120,1093,120,1061,88,1091,121,1059,89,65283,35,65307,59]}'))),oe.cache=new class{constructor(e){this.computeFn=e,this.lastCache=void 0,this.lastArgKey=void 0}get(e){const t=JSON.stringify(e);return this.lastArgKey!==t&&(this.lastArgKey=t,this.lastCache=this.computeFn(e)),this.lastCache}}((e=>{function t(e){const t=new Map;for(let i=0;i!e.startsWith("_")&&e in o));0===s.length&&(s=["_default"]);for(const e of s)r=i(r,t(o[e]));const a=function(e,t){const i=new Map(e);for(const[e,n]of t)i.set(e,n);return i}(t(o._common),r);return new oe(a)})),oe._locales=new o.o((()=>Object.keys(oe.ambiguousCharacterData.getValue()).filter((e=>!e.startsWith("_")))));class re{static getRawData(){return JSON.parse("[9,10,11,12,13,32,127,160,173,847,1564,4447,4448,6068,6069,6155,6156,6157,6158,7355,7356,8192,8193,8194,8195,8196,8197,8198,8199,8200,8201,8202,8203,8204,8205,8206,8207,8234,8235,8236,8237,8238,8239,8287,8288,8289,8290,8291,8292,8293,8294,8295,8296,8297,8298,8299,8300,8301,8302,8303,10240,12288,12644,65024,65025,65026,65027,65028,65029,65030,65031,65032,65033,65034,65035,65036,65037,65038,65039,65279,65440,65520,65521,65522,65523,65524,65525,65526,65527,65528,65532,78844,119155,119156,119157,119158,119159,119160,119161,119162,917504,917505,917506,917507,917508,917509,917510,917511,917512,917513,917514,917515,917516,917517,917518,917519,917520,917521,917522,917523,917524,917525,917526,917527,917528,917529,917530,917531,917532,917533,917534,917535,917536,917537,917538,917539,917540,917541,917542,917543,917544,917545,917546,917547,917548,917549,917550,917551,917552,917553,917554,917555,917556,917557,917558,917559,917560,917561,917562,917563,917564,917565,917566,917567,917568,917569,917570,917571,917572,917573,917574,917575,917576,917577,917578,917579,917580,917581,917582,917583,917584,917585,917586,917587,917588,917589,917590,917591,917592,917593,917594,917595,917596,917597,917598,917599,917600,917601,917602,917603,917604,917605,917606,917607,917608,917609,917610,917611,917612,917613,917614,917615,917616,917617,917618,917619,917620,917621,917622,917623,917624,917625,917626,917627,917628,917629,917630,917631,917760,917761,917762,917763,917764,917765,917766,917767,917768,917769,917770,917771,917772,917773,917774,917775,917776,917777,917778,917779,917780,917781,917782,917783,917784,917785,917786,917787,917788,917789,917790,917791,917792,917793,917794,917795,917796,917797,917798,917799,917800,917801,917802,917803,917804,917805,917806,917807,917808,917809,917810,917811,917812,917813,917814,917815,917816,917817,917818,917819,917820,917821,917822,917823,917824,917825,917826,917827,917828,917829,917830,917831,917832,917833,917834,917835,917836,917837,917838,917839,917840,917841,917842,917843,917844,917845,917846,917847,917848,917849,917850,917851,917852,917853,917854,917855,917856,917857,917858,917859,917860,917861,917862,917863,917864,917865,917866,917867,917868,917869,917870,917871,917872,917873,917874,917875,917876,917877,917878,917879,917880,917881,917882,917883,917884,917885,917886,917887,917888,917889,917890,917891,917892,917893,917894,917895,917896,917897,917898,917899,917900,917901,917902,917903,917904,917905,917906,917907,917908,917909,917910,917911,917912,917913,917914,917915,917916,917917,917918,917919,917920,917921,917922,917923,917924,917925,917926,917927,917928,917929,917930,917931,917932,917933,917934,917935,917936,917937,917938,917939,917940,917941,917942,917943,917944,917945,917946,917947,917948,917949,917950,917951,917952,917953,917954,917955,917956,917957,917958,917959,917960,917961,917962,917963,917964,917965,917966,917967,917968,917969,917970,917971,917972,917973,917974,917975,917976,917977,917978,917979,917980,917981,917982,917983,917984,917985,917986,917987,917988,917989,917990,917991,917992,917993,917994,917995,917996,917997,917998,917999]")}static getData(){return this._data||(this._data=new Set(re.getRawData())),this._data}static isInvisibleCharacter(e){return re.getData().has(e)}static get codePoints(){return re.getData()}}re._data=void 0},28295:function(e,t,i){"use strict";function n(e){return Array.isArray(e)}function o(e){return"string"==typeof e}function r(e){return!("object"!=typeof e||null===e||Array.isArray(e)||e instanceof RegExp||e instanceof Date)}function s(e){return"number"==typeof e&&!isNaN(e)}function a(e){return!!e&&"function"==typeof e[Symbol.iterator]}function l(e){return!0===e||!1===e}function c(e){return void 0===e}function d(e){return!u(e)}function u(e){return c(e)||null===e}function h(e,t){if(!e)throw new Error(t?`Unexpected type, expected '${t}'`:"Unexpected type")}function g(e){if(u(e))throw new Error("Assertion Failed: argument is undefined or null");return e}function p(e){return"function"==typeof e}function m(e,t){const i=Math.min(e.length,t.length);for(let n=0;nfunction(){const i=Array.prototype.slice.call(arguments,0);return t(e,i)};let n={};for(const t of e)n[t]=i(t);return n}function v(e){return null===e?void 0:e}function C(e,t="Unreachable"){throw new Error(t)}i.d(t,{$E:function(){return _},$K:function(){return d},D8:function(){return m},HD:function(){return o},IU:function(){return b},Jp:function(){return u},Kn:function(){return r},TW:function(){return a},cW:function(){return g},f6:function(){return v},hj:function(){return s},jn:function(){return l},kJ:function(){return n},mf:function(){return p},o8:function(){return c},p_:function(){return h},vE:function(){return C}})},16987:function(e,t,i){"use strict";function n(e){return e<0?0:e>255?255:0|e}function o(e){return e<0?0:e>4294967295?4294967295:0|e}i.d(t,{A:function(){return o},K:function(){return n}})},39675:function(e,t,i){"use strict";i.d(t,{o:function(){return h},q:function(){return b}});var n=i(14477),o=i(6954);const r=/^\w[\w\d+.-]*$/,s=/^\//,a=/^\/\//;function l(e,t){if(!e.scheme&&t)throw new Error(`[UriError]: Scheme is missing: {scheme: "", authority: "${e.authority}", path: "${e.path}", query: "${e.query}", fragment: "${e.fragment}"}`);if(e.scheme&&!r.test(e.scheme))throw new Error("[UriError]: Scheme contains illegal characters.");if(e.path)if(e.authority){if(!s.test(e.path))throw new Error('[UriError]: If a URI contains an authority component, then the path component must either be empty or begin with a slash ("/") character')}else if(a.test(e.path))throw new Error('[UriError]: If a URI does not contain an authority component, then the path cannot begin with two slash characters ("//")')}const c="",d="/",u=/^(([^:/?#]+?):)?(\/\/([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?/;class h{constructor(e,t,i,n,o,r=!1){"object"==typeof e?(this.scheme=e.scheme||c,this.authority=e.authority||c,this.path=e.path||c,this.query=e.query||c,this.fragment=e.fragment||c):(this.scheme=function(e,t){return e||t?e:"file"}(e,r),this.authority=t||c,this.path=function(e,t){switch(e){case"https":case"http":case"file":t?t[0]!==d&&(t=d+t):t=d}return t}(this.scheme,i||c),this.query=n||c,this.fragment=o||c,l(this,r))}static isUri(e){return e instanceof h||!!e&&"string"==typeof e.authority&&"string"==typeof e.fragment&&"string"==typeof e.path&&"string"==typeof e.query&&"string"==typeof e.scheme&&"string"==typeof e.fsPath&&"function"==typeof e.with&&"function"==typeof e.toString}get fsPath(){return b(this,!1)}with(e){if(!e)return this;let{scheme:t,authority:i,path:n,query:o,fragment:r}=e;return void 0===t?t=this.scheme:null===t&&(t=c),void 0===i?i=this.authority:null===i&&(i=c),void 0===n?n=this.path:null===n&&(n=c),void 0===o?o=this.query:null===o&&(o=c),void 0===r?r=this.fragment:null===r&&(r=c),t===this.scheme&&i===this.authority&&n===this.path&&o===this.query&&r===this.fragment?this:new p(t,i,n,o,r)}static parse(e,t=!1){const i=u.exec(e);return i?new p(i[2]||c,y(i[4]||c),y(i[5]||c),y(i[7]||c),y(i[9]||c),t):new p(c,c,c,c,c)}static file(e){let t=c;if(o.ED&&(e=e.replace(/\\/g,d)),e[0]===d&&e[1]===d){const i=e.indexOf(d,2);-1===i?(t=e.substring(2),e=d):(t=e.substring(2,i),e=e.substring(i)||d)}return new p("file",t,e,c,c)}static from(e){const t=new p(e.scheme,e.authority,e.path,e.query,e.fragment);return l(t,!0),t}static joinPath(e,...t){if(!e.path)throw new Error("[UriError]: cannot call joinPath on URI without path");let i;return i=o.ED&&"file"===e.scheme?h.file(n.Ku.join(b(e,!0),...t)).path:n.KR.join(e.path,...t),e.with({path:i})}toString(e=!1){return v(this,e)}toJSON(){return this}static revive(e){if(e){if(e instanceof h)return e;{const t=new p(e);return t._formatted=e.external,t._fsPath=e._sep===g?e.fsPath:null,t}}return e}}const g=o.ED?1:void 0;class p extends h{constructor(){super(...arguments),this._formatted=null,this._fsPath=null}get fsPath(){return this._fsPath||(this._fsPath=b(this,!1)),this._fsPath}toString(e=!1){return e?v(this,!0):(this._formatted||(this._formatted=v(this,!1)),this._formatted)}toJSON(){const e={$mid:1};return this._fsPath&&(e.fsPath=this._fsPath,e._sep=g),this._formatted&&(e.external=this._formatted),this.path&&(e.path=this.path),this.scheme&&(e.scheme=this.scheme),this.authority&&(e.authority=this.authority),this.query&&(e.query=this.query),this.fragment&&(e.fragment=this.fragment),e}}const m={58:"%3A",47:"%2F",63:"%3F",35:"%23",91:"%5B",93:"%5D",64:"%40",33:"%21",36:"%24",38:"%26",39:"%27",40:"%28",41:"%29",42:"%2A",43:"%2B",44:"%2C",59:"%3B",61:"%3D",32:"%20"};function f(e,t){let i,n=-1;for(let o=0;o=97&&r<=122||r>=65&&r<=90||r>=48&&r<=57||45===r||46===r||95===r||126===r||t&&47===r)-1!==n&&(i+=encodeURIComponent(e.substring(n,o)),n=-1),void 0!==i&&(i+=e.charAt(o));else{void 0===i&&(i=e.substr(0,o));const t=m[r];void 0!==t?(-1!==n&&(i+=encodeURIComponent(e.substring(n,o)),n=-1),i+=t):-1===n&&(n=o)}}return-1!==n&&(i+=encodeURIComponent(e.substring(n))),void 0!==i?i:e}function _(e){let t;for(let i=0;i1&&"file"===e.scheme?`//${e.authority}${e.path}`:47===e.path.charCodeAt(0)&&(e.path.charCodeAt(1)>=65&&e.path.charCodeAt(1)<=90||e.path.charCodeAt(1)>=97&&e.path.charCodeAt(1)<=122)&&58===e.path.charCodeAt(2)?t?e.path.substr(1):e.path[1].toLowerCase()+e.path.substr(2):e.path,o.ED&&(i=i.replace(/\//g,"\\")),i}function v(e,t){const i=t?_:f;let n="",{scheme:o,authority:r,path:s,query:a,fragment:l}=e;if(o&&(n+=o,n+=":"),(r||"file"===o)&&(n+=d,n+=d),r){let e=r.indexOf("@");if(-1!==e){const t=r.substr(0,e);r=r.substr(e+1),e=t.indexOf(":"),-1===e?n+=i(t,!1):(n+=i(t.substr(0,e),!1),n+=":",n+=i(t.substr(e+1),!1)),n+="@"}r=r.toLowerCase(),e=r.indexOf(":"),-1===e?n+=i(r,!1):(n+=i(r.substr(0,e),!1),n+=r.substr(e))}if(s){if(s.length>=3&&47===s.charCodeAt(0)&&58===s.charCodeAt(2)){const e=s.charCodeAt(1);e>=65&&e<=90&&(s=`/${String.fromCharCode(e+32)}:${s.substr(3)}`)}else if(s.length>=2&&58===s.charCodeAt(1)){const e=s.charCodeAt(0);e>=65&&e<=90&&(s=`${String.fromCharCode(e+32)}:${s.substr(2)}`)}n+=i(s,!0)}return a&&(n+="?",n+=i(a,!1)),l&&(n+="#",n+=t?l:f(l,!1)),n}function C(e){try{return decodeURIComponent(e)}catch(t){return e.length>3?e.substr(0,3)+C(e.substr(3)):e}}const w=/(%[0-9A-Za-z][0-9A-Za-z])+/g;function y(e){return e.match(w)?e.replace(w,(e=>C(e))):e}},55470:function(e,t,i){"use strict";i.d(t,{Jq:function(){return o},X5:function(){return n},jG:function(){return r}});const n={ctrlCmd:!1,alt:!1};var o,r;!function(e){e[e.Blur=1]="Blur",e[e.Gesture=2]="Gesture",e[e.Other=3]="Other"}(o||(o={})),function(e){e[e.NONE=0]="NONE",e[e.FIRST=1]="FIRST",e[e.SECOND=2]="SECOND",e[e.LAST=3]="LAST"}(r||(r={})),new class{constructor(e){this.options=e}}},70266:function(e,t,i){"use strict";i.d(t,{H:function(){return h}});var n=i(54918),o=Object.defineProperty,r=Object.getOwnPropertyDescriptor,s=Object.getOwnPropertyNames,a=Object.prototype.hasOwnProperty,l={};((e,t,i,n)=>{if(t&&"object"==typeof t||"function"==typeof t)for(let i of s(t))a.call(e,i)||"default"===i||o(e,i,{get:()=>t[i],enumerable:!(n=r(t,i))||n.enumerable})})(l,n);var c={},d={},u=class{static getOrCreate(e){return d[e]||(d[e]=new u(e)),d[e]}_languageId;_loadingTriggered;_lazyLoadPromise;_lazyLoadPromiseResolve;_lazyLoadPromiseReject;constructor(e){this._languageId=e,this._loadingTriggered=!1,this._lazyLoadPromise=new Promise(((e,t)=>{this._lazyLoadPromiseResolve=e,this._lazyLoadPromiseReject=t}))}load(){return this._loadingTriggered||(this._loadingTriggered=!0,c[this._languageId].loader().then((e=>this._lazyLoadPromiseResolve(e)),(e=>this._lazyLoadPromiseReject(e)))),this._lazyLoadPromise}};function h(e){const t=e.id;c[t]=e,l.languages.register(e);const i=u.getOrCreate(t);l.languages.registerTokensProviderFactory(t,{create:async()=>(await i.load()).language}),l.languages.onLanguage(t,(async()=>{const e=await i.load();l.languages.setLanguageConfiguration(t,e.conf)}))}},47729:function(e,t,i){"use strict";i.r(t),(0,i(70266).H)({id:"abap",extensions:[".abap"],aliases:["abap","ABAP"],loader:()=>Promise.resolve().then(i.bind(i,47408))})},47408:function(e,t,i){"use strict";i.r(t),i.d(t,{conf:function(){return n},language:function(){return o}});var n={comments:{lineComment:"*"},brackets:[["[","]"],["(",")"]]},o={defaultToken:"invalid",ignoreCase:!0,tokenPostfix:".abap",keywords:["abap-source","abbreviated","abstract","accept","accepting","according","activation","actual","add","add-corresponding","adjacent","after","alias","aliases","align","all","allocate","alpha","analysis","analyzer","and","append","appendage","appending","application","archive","area","arithmetic","as","ascending","aspect","assert","assign","assigned","assigning","association","asynchronous","at","attributes","authority","authority-check","avg","back","background","backup","backward","badi","base","before","begin","between","big","binary","bintohex","bit","black","blank","blanks","blob","block","blocks","blue","bound","boundaries","bounds","boxed","break-point","buffer","by","bypassing","byte","byte-order","call","calling","case","cast","casting","catch","center","centered","chain","chain-input","chain-request","change","changing","channels","character","char-to-hex","check","checkbox","ci_","circular","class","class-coding","class-data","class-events","class-methods","class-pool","cleanup","clear","client","clob","clock","close","coalesce","code","coding","col_background","col_group","col_heading","col_key","col_negative","col_normal","col_positive","col_total","collect","color","column","columns","comment","comments","commit","common","communication","comparing","component","components","compression","compute","concat","concat_with_space","concatenate","cond","condense","condition","connect","connection","constants","context","contexts","continue","control","controls","conv","conversion","convert","copies","copy","corresponding","country","cover","cpi","create","creating","critical","currency","currency_conversion","current","cursor","cursor-selection","customer","customer-function","dangerous","data","database","datainfo","dataset","date","dats_add_days","dats_add_months","dats_days_between","dats_is_valid","daylight","dd/mm/yy","dd/mm/yyyy","ddmmyy","deallocate","decimal_shift","decimals","declarations","deep","default","deferred","define","defining","definition","delete","deleting","demand","department","descending","describe","destination","detail","dialog","directory","disconnect","display","display-mode","distinct","divide","divide-corresponding","division","do","dummy","duplicate","duplicates","duration","during","dynamic","dynpro","edit","editor-call","else","elseif","empty","enabled","enabling","encoding","end","endat","endcase","endcatch","endchain","endclass","enddo","endenhancement","end-enhancement-section","endexec","endform","endfunction","endian","endif","ending","endinterface","end-lines","endloop","endmethod","endmodule","end-of-definition","end-of-editing","end-of-file","end-of-page","end-of-selection","endon","endprovide","endselect","end-test-injection","end-test-seam","endtry","endwhile","endwith","engineering","enhancement","enhancement-point","enhancements","enhancement-section","entries","entry","enum","environment","equiv","errormessage","errors","escaping","event","events","exact","except","exception","exceptions","exception-table","exclude","excluding","exec","execute","exists","exit","exit-command","expand","expanding","expiration","explicit","exponent","export","exporting","extend","extended","extension","extract","fail","fetch","field","field-groups","fields","field-symbol","field-symbols","file","filter","filters","filter-table","final","find","first","first-line","fixed-point","fkeq","fkge","flush","font","for","form","format","forward","found","frame","frames","free","friends","from","function","functionality","function-pool","further","gaps","generate","get","giving","gkeq","gkge","global","grant","green","group","groups","handle","handler","harmless","hashed","having","hdb","header","headers","heading","head-lines","help-id","help-request","hextobin","hide","high","hint","hold","hotspot","icon","id","identification","identifier","ids","if","ignore","ignoring","immediately","implementation","implementations","implemented","implicit","import","importing","in","inactive","incl","include","includes","including","increment","index","index-line","infotypes","inheriting","init","initial","initialization","inner","inout","input","insert","instance","instances","instr","intensified","interface","interface-pool","interfaces","internal","intervals","into","inverse","inverted-date","is","iso","job","join","keep","keeping","kernel","key","keys","keywords","kind","language","last","late","layout","leading","leave","left","left-justified","leftplus","leftspace","legacy","length","let","level","levels","like","line","lines","line-count","linefeed","line-selection","line-size","list","listbox","list-processing","little","llang","load","load-of-program","lob","local","locale","locator","logfile","logical","log-point","long","loop","low","lower","lpad","lpi","ltrim","mail","main","major-id","mapping","margin","mark","mask","match","matchcode","max","maximum","medium","members","memory","mesh","message","message-id","messages","messaging","method","methods","min","minimum","minor-id","mm/dd/yy","mm/dd/yyyy","mmddyy","mode","modif","modifier","modify","module","move","move-corresponding","multiply","multiply-corresponding","name","nametab","native","nested","nesting","new","new-line","new-page","new-section","next","no","no-display","no-extension","no-gap","no-gaps","no-grouping","no-heading","no-scrolling","no-sign","no-title","no-topofpage","no-zero","node","nodes","non-unicode","non-unique","not","null","number","object","objects","obligatory","occurrence","occurrences","occurs","of","off","offset","ole","on","only","open","option","optional","options","or","order","other","others","out","outer","output","output-length","overflow","overlay","pack","package","pad","padding","page","pages","parameter","parameters","parameter-table","part","partially","pattern","percentage","perform","performing","person","pf1","pf10","pf11","pf12","pf13","pf14","pf15","pf2","pf3","pf4","pf5","pf6","pf7","pf8","pf9","pf-status","pink","places","pool","pos_high","pos_low","position","pragmas","precompiled","preferred","preserving","primary","print","print-control","priority","private","procedure","process","program","property","protected","provide","public","push","pushbutton","put","queue-only","quickinfo","radiobutton","raise","raising","range","ranges","read","reader","read-only","receive","received","receiver","receiving","red","redefinition","reduce","reduced","ref","reference","refresh","regex","reject","remote","renaming","replace","replacement","replacing","report","request","requested","reserve","reset","resolution","respecting","responsible","result","results","resumable","resume","retry","return","returncode","returning","returns","right","right-justified","rightplus","rightspace","risk","rmc_communication_failure","rmc_invalid_status","rmc_system_failure","role","rollback","rows","rpad","rtrim","run","sap","sap-spool","saving","scale_preserving","scale_preserving_scientific","scan","scientific","scientific_with_leading_zero","scroll","scroll-boundary","scrolling","search","secondary","seconds","section","select","selection","selections","selection-screen","selection-set","selection-sets","selection-table","select-options","send","separate","separated","set","shared","shift","short","shortdump-id","sign_as_postfix","single","size","skip","skipping","smart","some","sort","sortable","sorted","source","specified","split","spool","spots","sql","sqlscript","stable","stamp","standard","starting","start-of-editing","start-of-selection","state","statement","statements","static","statics","statusinfo","step-loop","stop","structure","structures","style","subkey","submatches","submit","subroutine","subscreen","subtract","subtract-corresponding","suffix","sum","summary","summing","supplied","supply","suppress","switch","switchstates","symbol","syncpoints","syntax","syntax-check","syntax-trace","system-call","system-exceptions","system-exit","tab","tabbed","table","tables","tableview","tabstrip","target","task","tasks","test","testing","test-injection","test-seam","text","textpool","then","throw","time","times","timestamp","timezone","tims_is_valid","title","titlebar","title-lines","to","tokenization","tokens","top-lines","top-of-page","trace-file","trace-table","trailing","transaction","transfer","transformation","translate","transporting","trmac","truncate","truncation","try","tstmp_add_seconds","tstmp_current_utctimestamp","tstmp_is_valid","tstmp_seconds_between","type","type-pool","type-pools","types","uline","unassign","under","unicode","union","unique","unit_conversion","unix","unpack","until","unwind","up","update","upper","user","user-command","using","utf-8","valid","value","value-request","values","vary","varying","verification-message","version","via","view","visible","wait","warning","when","whenever","where","while","width","window","windows","with","with-heading","without","with-title","word","work","write","writer","xml","xsd","yellow","yes","yymmdd","zero","zone","abap_system_timezone","abap_user_timezone","access","action","adabas","adjust_numbers","allow_precision_loss","allowed","amdp","applicationuser","as_geo_json","as400","associations","balance","behavior","breakup","bulk","cds","cds_client","check_before_save","child","clients","corr","corr_spearman","cross","cycles","datn_add_days","datn_add_months","datn_days_between","dats_from_datn","dats_tims_to_tstmp","dats_to_datn","db2","db6","ddl","dense_rank","depth","deterministic","discarding","entities","entity","error","failed","finalize","first_value","fltp_to_dec","following","fractional","full","graph","grouping","hierarchy","hierarchy_ancestors","hierarchy_ancestors_aggregate","hierarchy_descendants","hierarchy_descendants_aggregate","hierarchy_siblings","incremental","indicators","lag","last_value","lead","leaves","like_regexpr","link","locale_sap","lock","locks","many","mapped","matched","measures","median","mssqlnt","multiple","nodetype","ntile","nulls","occurrences_regexpr","one","operations","oracle","orphans","over","parent","parents","partition","pcre","period","pfcg_mapping","preceding","privileged","product","projection","rank","redirected","replace_regexpr","reported","response","responses","root","row","row_number","sap_system_date","save","schema","session","sets","shortdump","siblings","spantree","start","stddev","string_agg","subtotal","sybase","tims_from_timn","tims_to_timn","to_blob","to_clob","total","trace-entry","tstmp_to_dats","tstmp_to_dst","tstmp_to_tims","tstmpl_from_utcl","tstmpl_to_utcl","unbounded","utcl_add_seconds","utcl_current","utcl_seconds_between","uuid","var","verbatim"],builtinFunctions:["abs","acos","asin","atan","bit-set","boolc","boolx","ceil","char_off","charlen","cmax","cmin","concat_lines_of","contains","contains_any_not_of","contains_any_of","cos","cosh","count","count_any_not_of","count_any_of","dbmaxlen","distance","escape","exp","find_any_not_of","find_any_of","find_end","floor","frac","from_mixed","ipow","line_exists","line_index","log","log10","matches","nmax","nmin","numofchar","repeat","rescale","reverse","round","segment","shift_left","shift_right","sign","sin","sinh","sqrt","strlen","substring","substring_after","substring_before","substring_from","substring_to","tan","tanh","to_lower","to_mixed","to_upper","trunc","utclong_add","utclong_current","utclong_diff","xsdbool","xstrlen"],typeKeywords:["b","c","d","decfloat16","decfloat34","f","i","int8","n","p","s","string","t","utclong","x","xstring","any","clike","csequence","decfloat","numeric","simple","xsequence","accp","char","clnt","cuky","curr","datn","dats","d16d","d16n","d16r","d34d","d34n","d34r","dec","df16_dec","df16_raw","df34_dec","df34_raw","fltp","geom_ewkb","int1","int2","int4","lang","lchr","lraw","numc","quan","raw","rawstring","sstring","timn","tims","unit","utcl","df16_scl","df34_scl","prec","varc","abap_bool","abap_false","abap_true","abap_undefined","me","screen","space","super","sy","syst","table_line","*sys*"],builtinMethods:["class_constructor","constructor"],derivedTypes:["%CID","%CID_REF","%CONTROL","%DATA","%ELEMENT","%FAIL","%KEY","%MSG","%PARAM","%PID","%PID_ASSOC","%PID_PARENT","%_HINTS"],cdsLanguage:["@AbapAnnotation","@AbapCatalog","@AccessControl","@API","@ClientDependent","@ClientHandling","@CompatibilityContract","@DataAging","@EndUserText","@Environment","@LanguageDependency","@MappingRole","@Metadata","@MetadataExtension","@ObjectModel","@Scope","@Semantics","$EXTENSION","$SELF"],selectors:["->","->*","=>","~","~*"],operators:[" +"," -","/","*","**","div","mod","=","#","@","+=","-=","*=","/=","**=","&&=","?=","&","&&","bit-and","bit-not","bit-or","bit-xor","m","o","z","<"," >","<=",">=","<>","><","=<","=>","bt","byte-ca","byte-cn","byte-co","byte-cs","byte-na","byte-ns","ca","cn","co","cp","cs","eq","ge","gt","le","lt","na","nb","ne","np","ns","*/","*:","--","/*","//"],symbols:/[=>))*/,{cases:{"@typeKeywords":"type","@keywords":"keyword","@cdsLanguage":"annotation","@derivedTypes":"type","@builtinFunctions":"type","@builtinMethods":"type","@operators":"key","@default":"identifier"}}],[/<[\w]+>/,"identifier"],[/##[\w|_]+/,"comment"],{include:"@whitespace"},[/[:,.]/,"delimiter"],[/[{}()\[\]]/,"@brackets"],[/@symbols/,{cases:{"@selectors":"tag","@operators":"key","@default":""}}],[/'/,{token:"string",bracket:"@open",next:"@stringquote"}],[/`/,{token:"string",bracket:"@open",next:"@stringping"}],[/\|/,{token:"string",bracket:"@open",next:"@stringtemplate"}],[/\d+/,"number"]],stringtemplate:[[/[^\\\|]+/,"string"],[/\\\|/,"string"],[/\|/,{token:"string",bracket:"@close",next:"@pop"}]],stringping:[[/[^\\`]+/,"string"],[/`/,{token:"string",bracket:"@close",next:"@pop"}]],stringquote:[[/[^\\']+/,"string"],[/'/,{token:"string",bracket:"@close",next:"@pop"}]],whitespace:[[/[ \t\r\n]+/,""],[/^\*.*$/,"comment"],[/\".*$/,"comment"]]}}},24900:function(e,t,i){"use strict";i.r(t),(0,i(70266).H)({id:"apex",extensions:[".cls"],aliases:["Apex","apex"],mimetypes:["text/x-apex-source","text/x-apex"],loader:()=>Promise.resolve().then(i.bind(i,13820))})},13820:function(e,t,i){"use strict";i.r(t),i.d(t,{conf:function(){return n},language:function(){return r}});var n={wordPattern:/(-?\d*\.\d\w*)|([^\`\~\!\#\%\^\&\*\(\)\-\=\+\[\{\]\}\\\|\;\:\'\"\,\.\<\>\/\?\s]+)/g,comments:{lineComment:"//",blockComment:["/*","*/"]},brackets:[["{","}"],["[","]"],["(",")"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"}],surroundingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"},{open:"<",close:">"}],folding:{markers:{start:new RegExp("^\\s*//\\s*(?:(?:#?region\\b)|(?:))")}}},o=[];["abstract","activate","and","any","array","as","asc","assert","autonomous","begin","bigdecimal","blob","boolean","break","bulk","by","case","cast","catch","char","class","collect","commit","const","continue","convertcurrency","decimal","default","delete","desc","do","double","else","end","enum","exception","exit","export","extends","false","final","finally","float","for","from","future","get","global","goto","group","having","hint","if","implements","import","in","inner","insert","instanceof","int","interface","into","join","last_90_days","last_month","last_n_days","last_week","like","limit","list","long","loop","map","merge","native","new","next_90_days","next_month","next_n_days","next_week","not","null","nulls","number","object","of","on","or","outer","override","package","parallel","pragma","private","protected","public","retrieve","return","returning","rollback","savepoint","search","select","set","short","sort","stat","static","strictfp","super","switch","synchronized","system","testmethod","then","this","this_month","this_week","throw","throws","today","tolabel","tomorrow","transaction","transient","trigger","true","try","type","undelete","update","upsert","using","virtual","void","volatile","webservice","when","where","while","yesterday"].forEach((e=>{o.push(e),o.push(e.toUpperCase()),o.push((e=>e.charAt(0).toUpperCase()+e.substr(1))(e))}));var r={defaultToken:"",tokenPostfix:".apex",keywords:o,operators:["=",">","<","!","~","?",":","==","<=",">=","!=","&&","||","++","--","+","-","*","/","&","|","^","%","<<",">>",">>>","+=","-=","*=","/=","&=","|=","^=","%=","<<=",">>=",">>>="],symbols:/[=>](?!@symbols)/,"@brackets"],[/@symbols/,{cases:{"@operators":"delimiter","@default":""}}],[/@\s*[a-zA-Z_\$][\w\$]*/,"annotation"],[/(@digits)[eE]([\-+]?(@digits))?[fFdD]?/,"number.float"],[/(@digits)\.(@digits)([eE][\-+]?(@digits))?[fFdD]?/,"number.float"],[/(@digits)[fFdD]/,"number.float"],[/(@digits)[lL]?/,"number"],[/[;,.]/,"delimiter"],[/"([^"\\]|\\.)*$/,"string.invalid"],[/'([^'\\]|\\.)*$/,"string.invalid"],[/"/,"string",'@string."'],[/'/,"string","@string.'"],[/'[^\\']'/,"string"],[/(')(@escapes)(')/,["string","string.escape","string"]],[/'/,"string.invalid"]],whitespace:[[/[ \t\r\n]+/,""],[/\/\*\*(?!\/)/,"comment.doc","@apexdoc"],[/\/\*/,"comment","@comment"],[/\/\/.*$/,"comment"]],comment:[[/[^\/*]+/,"comment"],[/\*\//,"comment","@pop"],[/[\/*]/,"comment"]],apexdoc:[[/[^\/*]+/,"comment.doc"],[/\*\//,"comment.doc","@pop"],[/[\/*]/,"comment.doc"]],string:[[/[^\\"']+/,"string"],[/@escapes/,"string.escape"],[/\\./,"string.escape.invalid"],[/["']/,{cases:{"$#==$S2":{token:"string",next:"@pop"},"@default":"string"}}]]}}},23434:function(e,t,i){"use strict";i.r(t),(0,i(70266).H)({id:"azcli",extensions:[".azcli"],aliases:["Azure CLI","azcli"],loader:()=>Promise.resolve().then(i.bind(i,64523))})},64523:function(e,t,i){"use strict";i.r(t),i.d(t,{conf:function(){return n},language:function(){return o}});var n={comments:{lineComment:"#"}},o={defaultToken:"keyword",ignoreCase:!0,tokenPostfix:".azcli",str:/[^#\s]/,tokenizer:{root:[{include:"@comment"},[/\s-+@str*\s*/,{cases:{"@eos":{token:"key.identifier",next:"@popall"},"@default":{token:"key.identifier",next:"@type"}}}],[/^-+@str*\s*/,{cases:{"@eos":{token:"key.identifier",next:"@popall"},"@default":{token:"key.identifier",next:"@type"}}}]],type:[{include:"@comment"},[/-+@str*\s*/,{cases:{"@eos":{token:"key.identifier",next:"@popall"},"@default":"key.identifier"}}],[/@str+\s*/,{cases:{"@eos":{token:"string",next:"@popall"},"@default":"string"}}]],comment:[[/#.*$/,{cases:{"@eos":{token:"comment",next:"@popall"}}}]]}}},63631:function(e,t,i){"use strict";i.r(t),(0,i(70266).H)({id:"bat",extensions:[".bat",".cmd"],aliases:["Batch","bat"],loader:()=>Promise.resolve().then(i.bind(i,41557))})},41557:function(e,t,i){"use strict";i.r(t),i.d(t,{conf:function(){return n},language:function(){return o}});var n={comments:{lineComment:"REM"},brackets:[["{","}"],["[","]"],["(",")"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'}],surroundingPairs:[{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'}],folding:{markers:{start:new RegExp("^\\s*(::\\s*|REM\\s+)#region"),end:new RegExp("^\\s*(::\\s*|REM\\s+)#endregion")}}},o={defaultToken:"",ignoreCase:!0,tokenPostfix:".bat",brackets:[{token:"delimiter.bracket",open:"{",close:"}"},{token:"delimiter.parenthesis",open:"(",close:")"},{token:"delimiter.square",open:"[",close:"]"}],keywords:/call|defined|echo|errorlevel|exist|for|goto|if|pause|set|shift|start|title|not|pushd|popd/,symbols:/[=>Promise.resolve().then(i.bind(i,20862))})},20862:function(e,t,i){"use strict";i.r(t),i.d(t,{conf:function(){return n},language:function(){return o}});var n={comments:{lineComment:"//",blockComment:["/*","*/"]},brackets:[["{","}"],["[","]"],["(",")"]],surroundingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:"'",close:"'"},{open:"'''",close:"'''"}],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:"'",close:"'",notIn:["string","comment"]},{open:"'''",close:"'''",notIn:["string","comment"]}],autoCloseBefore:":.,=}])' \n\t",indentationRules:{increaseIndentPattern:new RegExp("^((?!\\/\\/).)*(\\{[^}\"'`]*|\\([^)\"'`]*|\\[[^\\]\"'`]*)$"),decreaseIndentPattern:new RegExp("^((?!.*?\\/\\*).*\\*/)?\\s*[\\}\\]].*$")}},o={defaultToken:"",tokenPostfix:".bicep",brackets:[{open:"{",close:"}",token:"delimiter.curly"},{open:"[",close:"]",token:"delimiter.square"},{open:"(",close:")",token:"delimiter.parenthesis"}],symbols:/[=>Promise.resolve().then(i.bind(i,71718))})},71718:function(e,t,i){"use strict";i.r(t),i.d(t,{conf:function(){return n},language:function(){return o}});var n={comments:{lineComment:"//",blockComment:["(*","*)"]},brackets:[["{","}"],["[","]"],["(",")"],["<",">"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:"<",close:">"},{open:"'",close:"'"},{open:'"',close:'"'},{open:"(*",close:"*)"}],surroundingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:"<",close:">"},{open:"'",close:"'"},{open:'"',close:'"'},{open:"(*",close:"*)"}]},o={defaultToken:"",tokenPostfix:".cameligo",ignoreCase:!0,brackets:[{open:"{",close:"}",token:"delimiter.curly"},{open:"[",close:"]",token:"delimiter.square"},{open:"(",close:")",token:"delimiter.parenthesis"},{open:"<",close:">",token:"delimiter.angle"}],keywords:["abs","assert","block","Bytes","case","Crypto","Current","else","failwith","false","for","fun","if","in","let","let%entry","let%init","List","list","Map","map","match","match%nat","mod","not","operation","Operation","of","record","Set","set","sender","skip","source","String","then","to","true","type","with"],typeKeywords:["int","unit","string","tz","nat","bool"],operators:["=",">","<","<=",">=","<>",":",":=","and","mod","or","+","-","*","/","@","&","^","%","->","<-","&&","||"],symbols:/[=><:@\^&|+\-*\/\^%]+/,tokenizer:{root:[[/[a-zA-Z_][\w]*/,{cases:{"@keywords":{token:"keyword.$0"},"@default":"identifier"}}],{include:"@whitespace"},[/[{}()\[\]]/,"@brackets"],[/[<>](?!@symbols)/,"@brackets"],[/@symbols/,{cases:{"@operators":"delimiter","@default":""}}],[/\d*\.\d+([eE][\-+]?\d+)?/,"number.float"],[/\$[0-9a-fA-F]{1,16}/,"number.hex"],[/\d+/,"number"],[/[;,.]/,"delimiter"],[/'([^'\\]|\\.)*$/,"string.invalid"],[/'/,"string","@string"],[/'[^\\']'/,"string"],[/'/,"string.invalid"],[/\#\d+/,"string"]],comment:[[/[^\(\*]+/,"comment"],[/\*\)/,"comment","@pop"],[/\(\*/,"comment"]],string:[[/[^\\']+/,"string"],[/\\./,"string.escape.invalid"],[/'/,{token:"string.quote",bracket:"@close",next:"@pop"}]],whitespace:[[/[ \t\r\n]+/,"white"],[/\(\*/,"comment","@comment"],[/\/\/.*$/,"comment"]]}}},98184:function(e,t,i){"use strict";i.r(t),(0,i(70266).H)({id:"clojure",extensions:[".clj",".cljs",".cljc",".edn"],aliases:["clojure","Clojure"],loader:()=>Promise.resolve().then(i.bind(i,37942))})},37942:function(e,t,i){"use strict";i.r(t),i.d(t,{conf:function(){return n},language:function(){return o}});var n={comments:{lineComment:";;"},brackets:[["[","]"],["(",")"],["{","}"]],autoClosingPairs:[{open:"[",close:"]"},{open:'"',close:'"'},{open:"(",close:")"},{open:"{",close:"}"}],surroundingPairs:[{open:"[",close:"]"},{open:'"',close:'"'},{open:"(",close:")"},{open:"{",close:"}"}]},o={defaultToken:"",ignoreCase:!0,tokenPostfix:".clj",brackets:[{open:"[",close:"]",token:"delimiter.square"},{open:"(",close:")",token:"delimiter.parenthesis"},{open:"{",close:"}",token:"delimiter.curly"}],constants:["true","false","nil"],numbers:/^(?:[+\-]?\d+(?:(?:N|(?:[eE][+\-]?\d+))|(?:\.?\d*(?:M|(?:[eE][+\-]?\d+))?)|\/\d+|[xX][0-9a-fA-F]+|r[0-9a-zA-Z]+)?(?=[\\\[\]\s"#'(),;@^`{}~]|$))/,characters:/^(?:\\(?:backspace|formfeed|newline|return|space|tab|o[0-7]{3}|u[0-9A-Fa-f]{4}|x[0-9A-Fa-f]{4}|.)?(?=[\\\[\]\s"(),;@^`{}~]|$))/,escapes:/^\\(?:["'\\bfnrt]|x[0-9A-Fa-f]{1,4}|u[0-9A-Fa-f]{4}|U[0-9A-Fa-f]{8})/,qualifiedSymbols:/^(?:(?:[^\\\/\[\]\d\s"#'(),;@^`{}~][^\\\[\]\s"(),;@^`{}~]*(?:\.[^\\\/\[\]\d\s"#'(),;@^`{}~][^\\\[\]\s"(),;@^`{}~]*)*\/)?(?:\/|[^\\\/\[\]\d\s"#'(),;@^`{}~][^\\\[\]\s"(),;@^`{}~]*)*(?=[\\\[\]\s"(),;@^`{}~]|$))/,specialForms:[".","catch","def","do","if","monitor-enter","monitor-exit","new","quote","recur","set!","throw","try","var"],coreSymbols:["*","*'","*1","*2","*3","*agent*","*allow-unresolved-vars*","*assert*","*clojure-version*","*command-line-args*","*compile-files*","*compile-path*","*compiler-options*","*data-readers*","*default-data-reader-fn*","*e","*err*","*file*","*flush-on-newline*","*fn-loader*","*in*","*math-context*","*ns*","*out*","*print-dup*","*print-length*","*print-level*","*print-meta*","*print-namespace-maps*","*print-readably*","*read-eval*","*reader-resolver*","*source-path*","*suppress-read*","*unchecked-math*","*use-context-classloader*","*verbose-defrecords*","*warn-on-reflection*","+","+'","-","-'","->","->>","->ArrayChunk","->Eduction","->Vec","->VecNode","->VecSeq","-cache-protocol-fn","-reset-methods","..","/","<","<=","=","==",">",">=","EMPTY-NODE","Inst","StackTraceElement->vec","Throwable->map","accessor","aclone","add-classpath","add-watch","agent","agent-error","agent-errors","aget","alength","alias","all-ns","alter","alter-meta!","alter-var-root","amap","ancestors","and","any?","apply","areduce","array-map","as->","aset","aset-boolean","aset-byte","aset-char","aset-double","aset-float","aset-int","aset-long","aset-short","assert","assoc","assoc!","assoc-in","associative?","atom","await","await-for","await1","bases","bean","bigdec","bigint","biginteger","binding","bit-and","bit-and-not","bit-clear","bit-flip","bit-not","bit-or","bit-set","bit-shift-left","bit-shift-right","bit-test","bit-xor","boolean","boolean-array","boolean?","booleans","bound-fn","bound-fn*","bound?","bounded-count","butlast","byte","byte-array","bytes","bytes?","case","cast","cat","char","char-array","char-escape-string","char-name-string","char?","chars","chunk","chunk-append","chunk-buffer","chunk-cons","chunk-first","chunk-next","chunk-rest","chunked-seq?","class","class?","clear-agent-errors","clojure-version","coll?","comment","commute","comp","comparator","compare","compare-and-set!","compile","complement","completing","concat","cond","cond->","cond->>","condp","conj","conj!","cons","constantly","construct-proxy","contains?","count","counted?","create-ns","create-struct","cycle","dec","dec'","decimal?","declare","dedupe","default-data-readers","definline","definterface","defmacro","defmethod","defmulti","defn","defn-","defonce","defprotocol","defrecord","defstruct","deftype","delay","delay?","deliver","denominator","deref","derive","descendants","destructure","disj","disj!","dissoc","dissoc!","distinct","distinct?","doall","dorun","doseq","dosync","dotimes","doto","double","double-array","double?","doubles","drop","drop-last","drop-while","eduction","empty","empty?","ensure","ensure-reduced","enumeration-seq","error-handler","error-mode","eval","even?","every-pred","every?","ex-data","ex-info","extend","extend-protocol","extend-type","extenders","extends?","false?","ffirst","file-seq","filter","filterv","find","find-keyword","find-ns","find-protocol-impl","find-protocol-method","find-var","first","flatten","float","float-array","float?","floats","flush","fn","fn?","fnext","fnil","for","force","format","frequencies","future","future-call","future-cancel","future-cancelled?","future-done?","future?","gen-class","gen-interface","gensym","get","get-in","get-method","get-proxy-class","get-thread-bindings","get-validator","group-by","halt-when","hash","hash-combine","hash-map","hash-ordered-coll","hash-set","hash-unordered-coll","ident?","identical?","identity","if-let","if-not","if-some","ifn?","import","in-ns","inc","inc'","indexed?","init-proxy","inst-ms","inst-ms*","inst?","instance?","int","int-array","int?","integer?","interleave","intern","interpose","into","into-array","ints","io!","isa?","iterate","iterator-seq","juxt","keep","keep-indexed","key","keys","keyword","keyword?","last","lazy-cat","lazy-seq","let","letfn","line-seq","list","list*","list?","load","load-file","load-reader","load-string","loaded-libs","locking","long","long-array","longs","loop","macroexpand","macroexpand-1","make-array","make-hierarchy","map","map-entry?","map-indexed","map?","mapcat","mapv","max","max-key","memfn","memoize","merge","merge-with","meta","method-sig","methods","min","min-key","mix-collection-hash","mod","munge","name","namespace","namespace-munge","nat-int?","neg-int?","neg?","newline","next","nfirst","nil?","nnext","not","not-any?","not-empty","not-every?","not=","ns","ns-aliases","ns-imports","ns-interns","ns-map","ns-name","ns-publics","ns-refers","ns-resolve","ns-unalias","ns-unmap","nth","nthnext","nthrest","num","number?","numerator","object-array","odd?","or","parents","partial","partition","partition-all","partition-by","pcalls","peek","persistent!","pmap","pop","pop!","pop-thread-bindings","pos-int?","pos?","pr","pr-str","prefer-method","prefers","primitives-classnames","print","print-ctor","print-dup","print-method","print-simple","print-str","printf","println","println-str","prn","prn-str","promise","proxy","proxy-call-with-super","proxy-mappings","proxy-name","proxy-super","push-thread-bindings","pvalues","qualified-ident?","qualified-keyword?","qualified-symbol?","quot","rand","rand-int","rand-nth","random-sample","range","ratio?","rational?","rationalize","re-find","re-groups","re-matcher","re-matches","re-pattern","re-seq","read","read-line","read-string","reader-conditional","reader-conditional?","realized?","record?","reduce","reduce-kv","reduced","reduced?","reductions","ref","ref-history-count","ref-max-history","ref-min-history","ref-set","refer","refer-clojure","reify","release-pending-sends","rem","remove","remove-all-methods","remove-method","remove-ns","remove-watch","repeat","repeatedly","replace","replicate","require","reset!","reset-meta!","reset-vals!","resolve","rest","restart-agent","resultset-seq","reverse","reversible?","rseq","rsubseq","run!","satisfies?","second","select-keys","send","send-off","send-via","seq","seq?","seqable?","seque","sequence","sequential?","set","set-agent-send-executor!","set-agent-send-off-executor!","set-error-handler!","set-error-mode!","set-validator!","set?","short","short-array","shorts","shuffle","shutdown-agents","simple-ident?","simple-keyword?","simple-symbol?","slurp","some","some->","some->>","some-fn","some?","sort","sort-by","sorted-map","sorted-map-by","sorted-set","sorted-set-by","sorted?","special-symbol?","spit","split-at","split-with","str","string?","struct","struct-map","subs","subseq","subvec","supers","swap!","swap-vals!","symbol","symbol?","sync","tagged-literal","tagged-literal?","take","take-last","take-nth","take-while","test","the-ns","thread-bound?","time","to-array","to-array-2d","trampoline","transduce","transient","tree-seq","true?","type","unchecked-add","unchecked-add-int","unchecked-byte","unchecked-char","unchecked-dec","unchecked-dec-int","unchecked-divide-int","unchecked-double","unchecked-float","unchecked-inc","unchecked-inc-int","unchecked-int","unchecked-long","unchecked-multiply","unchecked-multiply-int","unchecked-negate","unchecked-negate-int","unchecked-remainder-int","unchecked-short","unchecked-subtract","unchecked-subtract-int","underive","unquote","unquote-splicing","unreduced","unsigned-bit-shift-right","update","update-in","update-proxy","uri?","use","uuid?","val","vals","var-get","var-set","var?","vary-meta","vec","vector","vector-of","vector?","volatile!","volatile?","vreset!","vswap!","when","when-first","when-let","when-not","when-some","while","with-bindings","with-bindings*","with-in-str","with-loading-context","with-local-vars","with-meta","with-open","with-out-str","with-precision","with-redefs","with-redefs-fn","xml-seq","zero?","zipmap"],tokenizer:{root:[{include:"@whitespace"},[/@numbers/,"number"],[/@characters/,"string"],{include:"@string"},[/[()\[\]{}]/,"@brackets"],[/\/#"(?:\.|(?:")|[^"\n])*"\/g/,"regexp"],[/[#'@^`~]/,"meta"],[/@qualifiedSymbols/,{cases:{"^:.+$":"constant","@specialForms":"keyword","@coreSymbols":"keyword","@constants":"constant","@default":"identifier"}}]],whitespace:[[/[\s,]+/,"white"],[/;.*$/,"comment"],[/\(comment\b/,"comment","@comment"]],comment:[[/\(/,"comment","@push"],[/\)/,"comment","@pop"],[/[^()]/,"comment"]],string:[[/"/,"string","@multiLineString"]],multiLineString:[[/"/,"string","@popall"],[/@escapes/,"string.escape"],[/./,"string"]]}}},3186:function(e,t,i){"use strict";i.r(t),(0,i(70266).H)({id:"coffeescript",extensions:[".coffee"],aliases:["CoffeeScript","coffeescript","coffee"],mimetypes:["text/x-coffeescript","text/coffeescript"],loader:()=>Promise.resolve().then(i.bind(i,90072))})},90072:function(e,t,i){"use strict";i.r(t),i.d(t,{conf:function(){return n},language:function(){return o}});var n={wordPattern:/(-?\d*\.\d\w*)|([^\`\~\!\@\#%\^\&\*\(\)\=\$\-\+\[\{\]\}\\\|\;\:\'\"\,\.\<\>\/\?\s]+)/g,comments:{blockComment:["###","###"],lineComment:"#"},brackets:[["{","}"],["[","]"],["(",")"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"}],surroundingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"}],folding:{markers:{start:new RegExp("^\\s*#region\\b"),end:new RegExp("^\\s*#endregion\\b")}}},o={defaultToken:"",ignoreCase:!0,tokenPostfix:".coffee",brackets:[{open:"{",close:"}",token:"delimiter.curly"},{open:"[",close:"]",token:"delimiter.square"},{open:"(",close:")",token:"delimiter.parenthesis"}],regEx:/\/(?!\/\/)(?:[^\/\\]|\\.)*\/[igm]*/,keywords:["and","or","is","isnt","not","on","yes","@","no","off","true","false","null","this","new","delete","typeof","in","instanceof","return","throw","break","continue","debugger","if","else","switch","for","while","do","try","catch","finally","class","extends","super","undefined","then","unless","until","loop","of","by","when"],symbols:/[=>Promise.resolve().then(i.bind(i,97193))}),(0,n.H)({id:"cpp",extensions:[".cpp",".cc",".cxx",".hpp",".hh",".hxx"],aliases:["C++","Cpp","cpp"],loader:()=>Promise.resolve().then(i.bind(i,97193))})},97193:function(e,t,i){"use strict";i.r(t),i.d(t,{conf:function(){return n},language:function(){return o}});var n={comments:{lineComment:"//",blockComment:["/*","*/"]},brackets:[["{","}"],["[","]"],["(",")"]],autoClosingPairs:[{open:"[",close:"]"},{open:"{",close:"}"},{open:"(",close:")"},{open:"'",close:"'",notIn:["string","comment"]},{open:'"',close:'"',notIn:["string"]}],surroundingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"}],folding:{markers:{start:new RegExp("^\\s*#pragma\\s+region\\b"),end:new RegExp("^\\s*#pragma\\s+endregion\\b")}}},o={defaultToken:"",tokenPostfix:".cpp",brackets:[{token:"delimiter.curly",open:"{",close:"}"},{token:"delimiter.parenthesis",open:"(",close:")"},{token:"delimiter.square",open:"[",close:"]"},{token:"delimiter.angle",open:"<",close:">"}],keywords:["abstract","amp","array","auto","bool","break","case","catch","char","class","const","constexpr","const_cast","continue","cpu","decltype","default","delegate","delete","do","double","dynamic_cast","each","else","enum","event","explicit","export","extern","false","final","finally","float","for","friend","gcnew","generic","goto","if","in","initonly","inline","int","interface","interior_ptr","internal","literal","long","mutable","namespace","new","noexcept","nullptr","__nullptr","operator","override","partial","pascal","pin_ptr","private","property","protected","public","ref","register","reinterpret_cast","restrict","return","safe_cast","sealed","short","signed","sizeof","static","static_assert","static_cast","struct","switch","template","this","thread_local","throw","tile_static","true","try","typedef","typeid","typename","union","unsigned","using","virtual","void","volatile","wchar_t","where","while","_asm","_based","_cdecl","_declspec","_fastcall","_if_exists","_if_not_exists","_inline","_multiple_inheritance","_pascal","_single_inheritance","_stdcall","_virtual_inheritance","_w64","__abstract","__alignof","__asm","__assume","__based","__box","__builtin_alignof","__cdecl","__clrcall","__declspec","__delegate","__event","__except","__fastcall","__finally","__forceinline","__gc","__hook","__identifier","__if_exists","__if_not_exists","__inline","__int128","__int16","__int32","__int64","__int8","__interface","__leave","__m128","__m128d","__m128i","__m256","__m256d","__m256i","__m64","__multiple_inheritance","__newslot","__nogc","__noop","__nounwind","__novtordisp","__pascal","__pin","__pragma","__property","__ptr32","__ptr64","__raise","__restrict","__resume","__sealed","__single_inheritance","__stdcall","__super","__thiscall","__try","__try_cast","__typeof","__unaligned","__unhook","__uuidof","__value","__virtual_inheritance","__w64","__wchar_t"],operators:["=",">","<","!","~","?",":","==","<=",">=","!=","&&","||","++","--","+","-","*","/","&","|","^","%","<<",">>",">>>","+=","-=","*=","/=","&=","|=","^=","%=","<<=",">>=",">>>="],symbols:/[=>](?!@symbols)/,"@brackets"],[/@symbols/,{cases:{"@operators":"delimiter","@default":""}}],[/\d*\d+[eE]([\-+]?\d+)?(@floatsuffix)/,"number.float"],[/\d*\.\d+([eE][\-+]?\d+)?(@floatsuffix)/,"number.float"],[/0[xX][0-9a-fA-F']*[0-9a-fA-F](@integersuffix)/,"number.hex"],[/0[0-7']*[0-7](@integersuffix)/,"number.octal"],[/0[bB][0-1']*[0-1](@integersuffix)/,"number.binary"],[/\d[\d']*\d(@integersuffix)/,"number"],[/\d(@integersuffix)/,"number"],[/[;,.]/,"delimiter"],[/"([^"\\]|\\.)*$/,"string.invalid"],[/"/,"string","@string"],[/'[^\\']'/,"string"],[/(')(@escapes)(')/,["string","string.escape","string"]],[/'/,"string.invalid"]],whitespace:[[/[ \t\r\n]+/,""],[/\/\*\*(?!\/)/,"comment.doc","@doccomment"],[/\/\*/,"comment","@comment"],[/\/\/.*\\$/,"comment","@linecomment"],[/\/\/.*$/,"comment"]],comment:[[/[^\/*]+/,"comment"],[/\*\//,"comment","@pop"],[/[\/*]/,"comment"]],linecomment:[[/.*[^\\]$/,"comment","@pop"],[/[^]+/,"comment"]],doccomment:[[/[^\/*]+/,"comment.doc"],[/\*\//,"comment.doc","@pop"],[/[\/*]/,"comment.doc"]],string:[[/[^\\"]+/,"string"],[/@escapes/,"string.escape"],[/\\./,"string.escape.invalid"],[/"/,"string","@pop"]],raw:[[/(.*)(\))(?:([^ ()\\\t"]*))(\")/,{cases:{"$3==$S2":["string.raw","string.raw.end","string.raw.end",{token:"string.raw.end",next:"@pop"}],"@default":["string.raw","string.raw","string.raw","string.raw"]}}],[/.*/,"string.raw"]],annotation:[{include:"@whitespace"},[/using|alignas/,"keyword"],[/[a-zA-Z0-9_]+/,"annotation"],[/[,:]/,"delimiter"],[/[()]/,"@brackets"],[/\]\s*\]/,{token:"annotation",next:"@pop"}]],include:[[/(\s*)(<)([^<>]*)(>)/,["","keyword.directive.include.begin","string.include.identifier",{token:"keyword.directive.include.end",next:"@pop"}]],[/(\s*)(")([^"]*)(")/,["","keyword.directive.include.begin","string.include.identifier",{token:"keyword.directive.include.end",next:"@pop"}]]]}}},34669:function(e,t,i){"use strict";i.r(t),(0,i(70266).H)({id:"csharp",extensions:[".cs",".csx",".cake"],aliases:["C#","csharp"],loader:()=>Promise.resolve().then(i.bind(i,90165))})},90165:function(e,t,i){"use strict";i.r(t),i.d(t,{conf:function(){return n},language:function(){return o}});var n={wordPattern:/(-?\d*\.\d\w*)|([^\`\~\!\#\$\%\^\&\*\(\)\-\=\+\[\{\]\}\\\|\;\:\'\"\,\.\<\>\/\?\s]+)/g,comments:{lineComment:"//",blockComment:["/*","*/"]},brackets:[["{","}"],["[","]"],["(",")"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:"'",close:"'",notIn:["string","comment"]},{open:'"',close:'"',notIn:["string","comment"]}],surroundingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:"<",close:">"},{open:"'",close:"'"},{open:'"',close:'"'}],folding:{markers:{start:new RegExp("^\\s*#region\\b"),end:new RegExp("^\\s*#endregion\\b")}}},o={defaultToken:"",tokenPostfix:".cs",brackets:[{open:"{",close:"}",token:"delimiter.curly"},{open:"[",close:"]",token:"delimiter.square"},{open:"(",close:")",token:"delimiter.parenthesis"},{open:"<",close:">",token:"delimiter.angle"}],keywords:["extern","alias","using","bool","decimal","sbyte","byte","short","ushort","int","uint","long","ulong","char","float","double","object","dynamic","string","assembly","is","as","ref","out","this","base","new","typeof","void","checked","unchecked","default","delegate","var","const","if","else","switch","case","while","do","for","foreach","in","break","continue","goto","return","throw","try","catch","finally","lock","yield","from","let","where","join","on","equals","into","orderby","ascending","descending","select","group","by","namespace","partial","class","field","event","method","param","public","protected","internal","private","abstract","sealed","static","struct","readonly","volatile","virtual","override","params","get","set","add","remove","operator","true","false","implicit","explicit","interface","enum","null","async","await","fixed","sizeof","stackalloc","unsafe","nameof","when"],namespaceFollows:["namespace","using"],parenFollows:["if","for","while","switch","foreach","using","catch","when"],operators:["=","??","||","&&","|","^","&","==","!=","<=",">=","<<","+","-","*","/","%","!","~","++","--","+=","-=","*=","/=","%=","&=","|=","^=","<<=",">>=",">>","=>"],symbols:/[=>](?!@symbols)/,"@brackets"],[/@symbols/,{cases:{"@operators":"delimiter","@default":""}}],[/[0-9_]*\.[0-9_]+([eE][\-+]?\d+)?[fFdD]?/,"number.float"],[/0[xX][0-9a-fA-F_]+/,"number.hex"],[/0[bB][01_]+/,"number.hex"],[/[0-9_]+/,"number"],[/[;,.]/,"delimiter"],[/"([^"\\]|\\.)*$/,"string.invalid"],[/"/,{token:"string.quote",next:"@string"}],[/\$\@"/,{token:"string.quote",next:"@litinterpstring"}],[/\@"/,{token:"string.quote",next:"@litstring"}],[/\$"/,{token:"string.quote",next:"@interpolatedstring"}],[/'[^\\']'/,"string"],[/(')(@escapes)(')/,["string","string.escape","string"]],[/'/,"string.invalid"]],qualified:[[/[a-zA-Z_][\w]*/,{cases:{"@keywords":{token:"keyword.$0"},"@default":"identifier"}}],[/\./,"delimiter"],["","","@pop"]],namespace:[{include:"@whitespace"},[/[A-Z]\w*/,"namespace"],[/[\.=]/,"delimiter"],["","","@pop"]],comment:[[/[^\/*]+/,"comment"],["\\*/","comment","@pop"],[/[\/*]/,"comment"]],string:[[/[^\\"]+/,"string"],[/@escapes/,"string.escape"],[/\\./,"string.escape.invalid"],[/"/,{token:"string.quote",next:"@pop"}]],litstring:[[/[^"]+/,"string"],[/""/,"string.escape"],[/"/,{token:"string.quote",next:"@pop"}]],litinterpstring:[[/[^"{]+/,"string"],[/""/,"string.escape"],[/{{/,"string.escape"],[/}}/,"string.escape"],[/{/,{token:"string.quote",next:"root.litinterpstring"}],[/"/,{token:"string.quote",next:"@pop"}]],interpolatedstring:[[/[^\\"{]+/,"string"],[/@escapes/,"string.escape"],[/\\./,"string.escape.invalid"],[/{{/,"string.escape"],[/}}/,"string.escape"],[/{/,{token:"string.quote",next:"root.interpolatedstring"}],[/"/,{token:"string.quote",next:"@pop"}]],whitespace:[[/^[ \t\v\f]*#((r)|(load))(?=\s)/,"directive.csx"],[/^[ \t\v\f]*#\w.*$/,"namespace.cpp"],[/[ \t\v\f\r\n]+/,""],[/\/\*/,"comment","@comment"],[/\/\/.*$/,"comment"]]}}},3654:function(e,t,i){"use strict";i.r(t),(0,i(70266).H)({id:"csp",extensions:[],aliases:["CSP","csp"],loader:()=>Promise.resolve().then(i.bind(i,49713))})},49713:function(e,t,i){"use strict";i.r(t),i.d(t,{conf:function(){return n},language:function(){return o}});var n={brackets:[],autoClosingPairs:[],surroundingPairs:[]},o={keywords:[],typeKeywords:[],tokenPostfix:".csp",operators:[],symbols:/[=>Promise.resolve().then(i.bind(i,33845))})},33845:function(e,t,i){"use strict";i.r(t),i.d(t,{conf:function(){return n},language:function(){return o}});var n={wordPattern:/(#?-?\d*\.\d\w*%?)|((::|[@#.!:])?[\w-?]+%?)|::|[@#.!:]/g,comments:{blockComment:["/*","*/"]},brackets:[["{","}"],["[","]"],["(",")"]],autoClosingPairs:[{open:"{",close:"}",notIn:["string","comment"]},{open:"[",close:"]",notIn:["string","comment"]},{open:"(",close:")",notIn:["string","comment"]},{open:'"',close:'"',notIn:["string","comment"]},{open:"'",close:"'",notIn:["string","comment"]}],surroundingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"}],folding:{markers:{start:new RegExp("^\\s*\\/\\*\\s*#region\\b\\s*(.*?)\\s*\\*\\/"),end:new RegExp("^\\s*\\/\\*\\s*#endregion\\b.*\\*\\/")}}},o={defaultToken:"",tokenPostfix:".css",ws:"[ \t\n\r\f]*",identifier:"-?-?([a-zA-Z]|(\\\\(([0-9a-fA-F]{1,6}\\s?)|[^[0-9a-fA-F])))([\\w\\-]|(\\\\(([0-9a-fA-F]{1,6}\\s?)|[^[0-9a-fA-F])))*",brackets:[{open:"{",close:"}",token:"delimiter.bracket"},{open:"[",close:"]",token:"delimiter.bracket"},{open:"(",close:")",token:"delimiter.parenthesis"},{open:"<",close:">",token:"delimiter.angle"}],tokenizer:{root:[{include:"@selector"}],selector:[{include:"@comments"},{include:"@import"},{include:"@strings"},["[@](keyframes|-webkit-keyframes|-moz-keyframes|-o-keyframes)",{token:"keyword",next:"@keyframedeclaration"}],["[@](page|content|font-face|-moz-document)",{token:"keyword"}],["[@](charset|namespace)",{token:"keyword",next:"@declarationbody"}],["(url-prefix)(\\()",["attribute.value",{token:"delimiter.parenthesis",next:"@urldeclaration"}]],["(url)(\\()",["attribute.value",{token:"delimiter.parenthesis",next:"@urldeclaration"}]],{include:"@selectorname"},["[\\*]","tag"],["[>\\+,]","delimiter"],["\\[",{token:"delimiter.bracket",next:"@selectorattribute"}],["{",{token:"delimiter.bracket",next:"@selectorbody"}]],selectorbody:[{include:"@comments"},["[*_]?@identifier@ws:(?=(\\s|\\d|[^{;}]*[;}]))","attribute.name","@rulevalue"],["}",{token:"delimiter.bracket",next:"@pop"}]],selectorname:[["(\\.|#(?=[^{])|%|(@identifier)|:)+","tag"]],selectorattribute:[{include:"@term"},["]",{token:"delimiter.bracket",next:"@pop"}]],term:[{include:"@comments"},["(url-prefix)(\\()",["attribute.value",{token:"delimiter.parenthesis",next:"@urldeclaration"}]],["(url)(\\()",["attribute.value",{token:"delimiter.parenthesis",next:"@urldeclaration"}]],{include:"@functioninvocation"},{include:"@numbers"},{include:"@name"},{include:"@strings"},["([<>=\\+\\-\\*\\/\\^\\|\\~,])","delimiter"],[",","delimiter"]],rulevalue:[{include:"@comments"},{include:"@strings"},{include:"@term"},["!important","keyword"],[";","delimiter","@pop"],["(?=})",{token:"",next:"@pop"}]],warndebug:[["[@](warn|debug)",{token:"keyword",next:"@declarationbody"}]],import:[["[@](import)",{token:"keyword",next:"@declarationbody"}]],urldeclaration:[{include:"@strings"},["[^)\r\n]+","string"],["\\)",{token:"delimiter.parenthesis",next:"@pop"}]],parenthizedterm:[{include:"@term"},["\\)",{token:"delimiter.parenthesis",next:"@pop"}]],declarationbody:[{include:"@term"},[";","delimiter","@pop"],["(?=})",{token:"",next:"@pop"}]],comments:[["\\/\\*","comment","@comment"],["\\/\\/+.*","comment"]],comment:[["\\*\\/","comment","@pop"],[/[^*/]+/,"comment"],[/./,"comment"]],name:[["@identifier","attribute.value"]],numbers:[["-?(\\d*\\.)?\\d+([eE][\\-+]?\\d+)?",{token:"attribute.value.number",next:"@units"}],["#[0-9a-fA-F_]+(?!\\w)","attribute.value.hex"]],units:[["(em|ex|ch|rem|vmin|vmax|vw|vh|vm|cm|mm|in|px|pt|pc|deg|grad|rad|turn|s|ms|Hz|kHz|%)?","attribute.value.unit","@pop"]],keyframedeclaration:[["@identifier","attribute.value"],["{",{token:"delimiter.bracket",switchTo:"@keyframebody"}]],keyframebody:[{include:"@term"},["{",{token:"delimiter.bracket",next:"@selectorbody"}],["}",{token:"delimiter.bracket",next:"@pop"}]],functioninvocation:[["@identifier\\(",{token:"attribute.value",next:"@functionarguments"}]],functionarguments:[["\\$@identifier@ws:","attribute.name"],["[,]","delimiter"],{include:"@term"},["\\)",{token:"attribute.value",next:"@pop"}]],strings:[['~?"',{token:"string",next:"@stringenddoublequote"}],["~?'",{token:"string",next:"@stringendquote"}]],stringenddoublequote:[["\\\\.","string"],['"',{token:"string",next:"@pop"}],[/[^\\"]+/,"string"],[".","string"]],stringendquote:[["\\\\.","string"],["'",{token:"string",next:"@pop"}],[/[^\\']+/,"string"],[".","string"]]}}},73151:function(e,t,i){"use strict";i.r(t),(0,i(70266).H)({id:"dart",extensions:[".dart"],aliases:["Dart","dart"],mimetypes:["text/x-dart-source","text/x-dart"],loader:()=>Promise.resolve().then(i.bind(i,83453))})},83453:function(e,t,i){"use strict";i.r(t),i.d(t,{conf:function(){return n},language:function(){return o}});var n={comments:{lineComment:"//",blockComment:["/*","*/"]},brackets:[["{","}"],["[","]"],["(",")"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:"'",close:"'",notIn:["string","comment"]},{open:'"',close:'"',notIn:["string"]},{open:"`",close:"`",notIn:["string","comment"]},{open:"/**",close:" */",notIn:["string"]}],surroundingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:"<",close:">"},{open:"'",close:"'"},{open:"(",close:")"},{open:'"',close:'"'},{open:"`",close:"`"}],folding:{markers:{start:/^\s*\s*#?region\b/,end:/^\s*\s*#?endregion\b/}}},o={defaultToken:"invalid",tokenPostfix:".dart",keywords:["abstract","dynamic","implements","show","as","else","import","static","assert","enum","in","super","async","export","interface","switch","await","extends","is","sync","break","external","library","this","case","factory","mixin","throw","catch","false","new","true","class","final","null","try","const","finally","on","typedef","continue","for","operator","var","covariant","Function","part","void","default","get","rethrow","while","deferred","hide","return","with","do","if","set","yield"],typeKeywords:["int","double","String","bool"],operators:["+","-","*","/","~/","%","++","--","==","!=",">","<",">=","<=","=","-=","/=","%=",">>=","^=","+=","*=","~/=","<<=","&=","!=","||","&&","&","|","^","~","<<",">>","!",">>>","??","?",":","|="],symbols:/[=>](?!@symbols)/,"@brackets"],[/!(?=([^=]|$))/,"delimiter"],[/@symbols/,{cases:{"@operators":"delimiter","@default":""}}],[/(@digits)[eE]([\-+]?(@digits))?/,"number.float"],[/(@digits)\.(@digits)([eE][\-+]?(@digits))?/,"number.float"],[/0[xX](@hexdigits)n?/,"number.hex"],[/0[oO]?(@octaldigits)n?/,"number.octal"],[/0[bB](@binarydigits)n?/,"number.binary"],[/(@digits)n?/,"number"],[/[;,.]/,"delimiter"],[/"([^"\\]|\\.)*$/,"string.invalid"],[/'([^'\\]|\\.)*$/,"string.invalid"],[/"/,"string","@string_double"],[/'/,"string","@string_single"]],whitespace:[[/[ \t\r\n]+/,""],[/\/\*\*(?!\/)/,"comment.doc","@jsdoc"],[/\/\*/,"comment","@comment"],[/\/\/\/.*$/,"comment.doc"],[/\/\/.*$/,"comment"]],comment:[[/[^\/*]+/,"comment"],[/\*\//,"comment","@pop"],[/[\/*]/,"comment"]],jsdoc:[[/[^\/*]+/,"comment.doc"],[/\*\//,"comment.doc","@pop"],[/[\/*]/,"comment.doc"]],regexp:[[/(\{)(\d+(?:,\d*)?)(\})/,["regexp.escape.control","regexp.escape.control","regexp.escape.control"]],[/(\[)(\^?)(?=(?:[^\]\\\/]|\\.)+)/,["regexp.escape.control",{token:"regexp.escape.control",next:"@regexrange"}]],[/(\()(\?:|\?=|\?!)/,["regexp.escape.control","regexp.escape.control"]],[/[()]/,"regexp.escape.control"],[/@regexpctl/,"regexp.escape.control"],[/[^\\\/]/,"regexp"],[/@regexpesc/,"regexp.escape"],[/\\\./,"regexp.invalid"],[/(\/)([gimsuy]*)/,[{token:"regexp",bracket:"@close",next:"@pop"},"keyword.other"]]],regexrange:[[/-/,"regexp.escape.control"],[/\^/,"regexp.invalid"],[/@regexpesc/,"regexp.escape"],[/[^\]]/,"regexp"],[/\]/,{token:"regexp.escape.control",next:"@pop",bracket:"@close"}]],string_double:[[/[^\\"\$]+/,"string"],[/[^\\"]+/,"string"],[/@escapes/,"string.escape"],[/\\./,"string.escape.invalid"],[/"/,"string","@pop"],[/\$\w+/,"identifier"]],string_single:[[/[^\\'\$]+/,"string"],[/@escapes/,"string.escape"],[/\\./,"string.escape.invalid"],[/'/,"string","@pop"],[/\$\w+/,"identifier"]]}}},80631:function(e,t,i){"use strict";i.r(t),(0,i(70266).H)({id:"dockerfile",extensions:[".dockerfile"],filenames:["Dockerfile"],aliases:["Dockerfile"],loader:()=>Promise.resolve().then(i.bind(i,56265))})},56265:function(e,t,i){"use strict";i.r(t),i.d(t,{conf:function(){return n},language:function(){return o}});var n={brackets:[["{","}"],["[","]"],["(",")"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"}],surroundingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"}]},o={defaultToken:"",tokenPostfix:".dockerfile",variable:/\${?[\w]+}?/,tokenizer:{root:[{include:"@whitespace"},{include:"@comment"},[/(ONBUILD)(\s+)/,["keyword",""]],[/(ENV)(\s+)([\w]+)/,["keyword","",{token:"variable",next:"@arguments"}]],[/(FROM|MAINTAINER|RUN|EXPOSE|ENV|ADD|ARG|VOLUME|LABEL|USER|WORKDIR|COPY|CMD|STOPSIGNAL|SHELL|HEALTHCHECK|ENTRYPOINT)/,{token:"keyword",next:"@arguments"}]],arguments:[{include:"@whitespace"},{include:"@strings"},[/(@variable)/,{cases:{"@eos":{token:"variable",next:"@popall"},"@default":"variable"}}],[/\\/,{cases:{"@eos":"","@default":""}}],[/./,{cases:{"@eos":{token:"",next:"@popall"},"@default":""}}]],whitespace:[[/\s+/,{cases:{"@eos":{token:"",next:"@popall"},"@default":""}}]],comment:[[/(^#.*$)/,"comment","@popall"]],strings:[[/\\'$/,"","@popall"],[/\\'/,""],[/'$/,"string","@popall"],[/'/,"string","@stringBody"],[/"$/,"string","@popall"],[/"/,"string","@dblStringBody"]],stringBody:[[/[^\\\$']/,{cases:{"@eos":{token:"string",next:"@popall"},"@default":"string"}}],[/\\./,"string.escape"],[/'$/,"string","@popall"],[/'/,"string","@pop"],[/(@variable)/,"variable"],[/\\$/,"string"],[/$/,"string","@popall"]],dblStringBody:[[/[^\\\$"]/,{cases:{"@eos":{token:"string",next:"@popall"},"@default":"string"}}],[/\\./,"string.escape"],[/"$/,"string","@popall"],[/"/,"string","@pop"],[/(@variable)/,"variable"],[/\\$/,"string"],[/$/,"string","@popall"]]}}},10944:function(e,t,i){"use strict";i.r(t),(0,i(70266).H)({id:"ecl",extensions:[".ecl"],aliases:["ECL","Ecl","ecl"],loader:()=>Promise.resolve().then(i.bind(i,82542))})},82542:function(e,t,i){"use strict";i.r(t),i.d(t,{conf:function(){return n},language:function(){return o}});var n={comments:{lineComment:"//",blockComment:["/*","*/"]},brackets:[["{","}"],["[","]"],["(",")"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:"'",close:"'",notIn:["string","comment"]},{open:'"',close:'"',notIn:["string","comment"]}],surroundingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:"<",close:">"},{open:"'",close:"'"},{open:'"',close:'"'}]},o={defaultToken:"",tokenPostfix:".ecl",ignoreCase:!0,brackets:[{open:"{",close:"}",token:"delimiter.curly"},{open:"[",close:"]",token:"delimiter.square"},{open:"(",close:")",token:"delimiter.parenthesis"},{open:"<",close:">",token:"delimiter.angle"}],pounds:["append","break","declare","demangle","end","for","getdatatype","if","inmodule","loop","mangle","onwarning","option","set","stored","uniquename"].join("|"),keywords:["__compressed__","after","all","and","any","as","atmost","before","beginc","best","between","case","cluster","compressed","compression","const","counter","csv","default","descend","embed","encoding","encrypt","end","endc","endembed","endmacro","enum","escape","except","exclusive","expire","export","extend","fail","few","fileposition","first","flat","forward","from","full","function","functionmacro","group","grouped","heading","hole","ifblock","import","in","inner","interface","internal","joined","keep","keyed","last","left","limit","linkcounted","literal","little_endian","load","local","locale","lookup","lzw","macro","many","maxcount","maxlength","min skew","module","mofn","multiple","named","namespace","nocase","noroot","noscan","nosort","not","noxpath","of","onfail","only","opt","or","outer","overwrite","packed","partition","penalty","physicallength","pipe","prefetch","quote","record","repeat","retry","return","right","right1","right2","rows","rowset","scan","scope","self","separator","service","shared","skew","skip","smart","soapaction","sql","stable","store","terminator","thor","threshold","timelimit","timeout","token","transform","trim","type","unicodeorder","unordered","unsorted","unstable","update","use","validate","virtual","whole","width","wild","within","wnotrim","xml","xpath"],functions:["abs","acos","aggregate","allnodes","apply","ascii","asin","assert","asstring","atan","atan2","ave","build","buildindex","case","catch","choose","choosen","choosesets","clustersize","combine","correlation","cos","cosh","count","covariance","cron","dataset","dedup","define","denormalize","dictionary","distribute","distributed","distribution","ebcdic","enth","error","evaluate","event","eventextra","eventname","exists","exp","fail","failcode","failmessage","fetch","fromunicode","fromxml","getenv","getisvalid","global","graph","group","hash","hash32","hash64","hashcrc","hashmd5","having","httpcall","httpheader","if","iff","index","intformat","isvalid","iterate","join","keydiff","keypatch","keyunicode","length","library","limit","ln","loadxml","local","log","loop","map","matched","matchlength","matchposition","matchtext","matchunicode","max","merge","mergejoin","min","nofold","nolocal","nonempty","normalize","nothor","notify","output","parallel","parse","pipe","power","preload","process","project","pull","random","range","rank","ranked","realformat","recordof","regexfind","regexreplace","regroup","rejected","rollup","round","roundup","row","rowdiff","sample","sequential","set","sin","sinh","sizeof","soapcall","sort","sorted","sqrt","stepped","stored","sum","table","tan","tanh","thisnode","topn","tounicode","toxml","transfer","transform","trim","truncate","typeof","ungroup","unicodeorder","variance","wait","which","workunit","xmldecode","xmlencode","xmltext","xmlunicode"],typesint:["integer","unsigned"].join("|"),typesnum:["data","qstring","string","unicode","utf8","varstring","varunicode"],typesone:["ascii","big_endian","boolean","data","decimal","ebcdic","grouped","integer","linkcounted","pattern","qstring","real","record","rule","set of","streamed","string","token","udecimal","unicode","unsigned","utf8","varstring","varunicode"].join("|"),operators:["+","-","/",":=","<","<>","=",">","\\","and","in","not","or"],symbols:/[=>](?!@symbols)/,"@brackets"],[/@symbols/,{cases:{"@operators":"delimiter","@default":""}}],[/[0-9_]*\.[0-9_]+([eE][\-+]?\d+)?/,"number.float"],[/0[xX][0-9a-fA-F_]+/,"number.hex"],[/0[bB][01]+/,"number.hex"],[/[0-9_]+/,"number"],[/[;,.]/,"delimiter"],[/"([^"\\]|\\.)*$/,"string.invalid"],[/"/,"string","@string"],[/'[^\\']'/,"string"],[/(')(@escapes)(')/,["string","string.escape","string"]],[/'/,"string.invalid"]],whitespace:[[/[ \t\v\f\r\n]+/,""],[/\/\*/,"comment","@comment"],[/\/\/.*$/,"comment"]],comment:[[/[^\/*]+/,"comment"],[/\*\//,"comment","@pop"],[/[\/*]/,"comment"]],string:[[/[^\\']+/,"string"],[/@escapes/,"string.escape"],[/\\./,"string.escape.invalid"],[/'/,"string","@pop"]]}}},25456:function(e,t,i){"use strict";i.r(t),(0,i(70266).H)({id:"elixir",extensions:[".ex",".exs"],aliases:["Elixir","elixir","ex"],loader:()=>Promise.resolve().then(i.bind(i,37125))})},37125:function(e,t,i){"use strict";i.r(t),i.d(t,{conf:function(){return n},language:function(){return o}});var n={comments:{lineComment:"#"},brackets:[["{","}"],["[","]"],["(",")"]],surroundingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:"'",close:"'"},{open:'"',close:'"'}],autoClosingPairs:[{open:"'",close:"'",notIn:["string","comment"]},{open:'"',close:'"',notIn:["comment"]},{open:'"""',close:'"""'},{open:"`",close:"`",notIn:["string","comment"]},{open:"(",close:")"},{open:"{",close:"}"},{open:"[",close:"]"},{open:"<<",close:">>"}],indentationRules:{increaseIndentPattern:/^\s*(after|else|catch|rescue|fn|[^#]*(do|<\-|\->|\{|\[|\=))\s*$/,decreaseIndentPattern:/^\s*((\}|\])\s*$|(after|else|catch|rescue|end)\b)/}},o={defaultToken:"source",tokenPostfix:".elixir",brackets:[{open:"[",close:"]",token:"delimiter.square"},{open:"(",close:")",token:"delimiter.parenthesis"},{open:"{",close:"}",token:"delimiter.curly"},{open:"<<",close:">>",token:"delimiter.angle.special"}],declarationKeywords:["def","defp","defn","defnp","defguard","defguardp","defmacro","defmacrop","defdelegate","defcallback","defmacrocallback","defmodule","defprotocol","defexception","defimpl","defstruct"],operatorKeywords:["and","in","not","or","when"],namespaceKeywords:["alias","import","require","use"],otherKeywords:["after","case","catch","cond","do","else","end","fn","for","if","quote","raise","receive","rescue","super","throw","try","unless","unquote_splicing","unquote","with"],constants:["true","false","nil"],nameBuiltin:["__MODULE__","__DIR__","__ENV__","__CALLER__","__STACKTRACE__"],operator:/-[->]?|!={0,2}|\*{1,2}|\/|\\\\|&{1,3}|\.\.?|\^(?:\^\^)?|\+\+?|<(?:-|<<|=|>|\|>|~>?)?|=~|={1,3}|>(?:=|>>)?|\|~>|\|>|\|{1,3}|~>>?|~~~|::/,variableName:/[a-z_][a-zA-Z0-9_]*[?!]?/,atomName:/[a-zA-Z_][a-zA-Z0-9_@]*[?!]?|@specialAtomName|@operator/,specialAtomName:/\.\.\.|<<>>|%\{\}|%|\{\}/,aliasPart:/[A-Z][a-zA-Z0-9_]*/,moduleName:/@aliasPart(?:\.@aliasPart)*/,sigilSymmetricDelimiter:/"""|'''|"|'|\/|\|/,sigilStartDelimiter:/@sigilSymmetricDelimiter|<|\{|\[|\(/,sigilEndDelimiter:/@sigilSymmetricDelimiter|>|\}|\]|\)/,sigilModifiers:/[a-zA-Z0-9]*/,decimal:/\d(?:_?\d)*/,hex:/[0-9a-fA-F](_?[0-9a-fA-F])*/,octal:/[0-7](_?[0-7])*/,binary:/[01](_?[01])*/,escape:/\\u[0-9a-fA-F]{4}|\\x[0-9a-fA-F]{2}|\\./,tokenizer:{root:[{include:"@whitespace"},{include:"@comments"},{include:"@keywordsShorthand"},{include:"@numbers"},{include:"@identifiers"},{include:"@strings"},{include:"@atoms"},{include:"@sigils"},{include:"@attributes"},{include:"@symbols"}],whitespace:[[/\s+/,"white"]],comments:[[/(#)(.*)/,["comment.punctuation","comment"]]],keywordsShorthand:[[/(@atomName)(:)/,["constant","constant.punctuation"]],[/"(?=([^"]|#\{.*?\}|\\")*":)/,{token:"constant.delimiter",next:"@doubleQuotedStringKeyword"}],[/'(?=([^']|#\{.*?\}|\\')*':)/,{token:"constant.delimiter",next:"@singleQuotedStringKeyword"}]],doubleQuotedStringKeyword:[[/":/,{token:"constant.delimiter",next:"@pop"}],{include:"@stringConstantContentInterpol"}],singleQuotedStringKeyword:[[/':/,{token:"constant.delimiter",next:"@pop"}],{include:"@stringConstantContentInterpol"}],numbers:[[/0b@binary/,"number.binary"],[/0o@octal/,"number.octal"],[/0x@hex/,"number.hex"],[/@decimal\.@decimal([eE]-?@decimal)?/,"number.float"],[/@decimal/,"number"]],identifiers:[[/\b(defp?|defnp?|defmacrop?|defguardp?|defdelegate)(\s+)(@variableName)(?!\s+@operator)/,["keyword.declaration","white",{cases:{unquote:"keyword","@default":"function"}}]],[/(@variableName)(?=\s*\.?\s*\()/,{cases:{"@declarationKeywords":"keyword.declaration","@namespaceKeywords":"keyword","@otherKeywords":"keyword","@default":"function.call"}}],[/(@moduleName)(\s*)(\.)(\s*)(@variableName)/,["type.identifier","white","operator","white","function.call"]],[/(:)(@atomName)(\s*)(\.)(\s*)(@variableName)/,["constant.punctuation","constant","white","operator","white","function.call"]],[/(\|>)(\s*)(@variableName)/,["operator","white",{cases:{"@otherKeywords":"keyword","@default":"function.call"}}]],[/(&)(\s*)(@variableName)/,["operator","white","function.call"]],[/@variableName/,{cases:{"@declarationKeywords":"keyword.declaration","@operatorKeywords":"keyword.operator","@namespaceKeywords":"keyword","@otherKeywords":"keyword","@constants":"constant.language","@nameBuiltin":"variable.language","_.*":"comment.unused","@default":"identifier"}}],[/@moduleName/,"type.identifier"]],strings:[[/"""/,{token:"string.delimiter",next:"@doubleQuotedHeredoc"}],[/'''/,{token:"string.delimiter",next:"@singleQuotedHeredoc"}],[/"/,{token:"string.delimiter",next:"@doubleQuotedString"}],[/'/,{token:"string.delimiter",next:"@singleQuotedString"}]],doubleQuotedHeredoc:[[/"""/,{token:"string.delimiter",next:"@pop"}],{include:"@stringContentInterpol"}],singleQuotedHeredoc:[[/'''/,{token:"string.delimiter",next:"@pop"}],{include:"@stringContentInterpol"}],doubleQuotedString:[[/"/,{token:"string.delimiter",next:"@pop"}],{include:"@stringContentInterpol"}],singleQuotedString:[[/'/,{token:"string.delimiter",next:"@pop"}],{include:"@stringContentInterpol"}],atoms:[[/(:)(@atomName)/,["constant.punctuation","constant"]],[/:"/,{token:"constant.delimiter",next:"@doubleQuotedStringAtom"}],[/:'/,{token:"constant.delimiter",next:"@singleQuotedStringAtom"}]],doubleQuotedStringAtom:[[/"/,{token:"constant.delimiter",next:"@pop"}],{include:"@stringConstantContentInterpol"}],singleQuotedStringAtom:[[/'/,{token:"constant.delimiter",next:"@pop"}],{include:"@stringConstantContentInterpol"}],sigils:[[/~[a-z]@sigilStartDelimiter/,{token:"@rematch",next:"@sigil.interpol"}],[/~[A-Z]@sigilStartDelimiter/,{token:"@rematch",next:"@sigil.noInterpol"}]],sigil:[[/~([a-zA-Z])\{/,{token:"@rematch",switchTo:"@sigilStart.$S2.$1.{.}"}],[/~([a-zA-Z])\[/,{token:"@rematch",switchTo:"@sigilStart.$S2.$1.[.]"}],[/~([a-zA-Z])\(/,{token:"@rematch",switchTo:"@sigilStart.$S2.$1.(.)"}],[/~([a-zA-Z])\"}],[/~([a-zA-Z])(@sigilSymmetricDelimiter)/,{token:"@rematch",switchTo:"@sigilStart.$S2.$1.$2.$2"}]],"sigilStart.interpol.s":[[/~s@sigilStartDelimiter/,{token:"string.delimiter",switchTo:"@sigilContinue.$S2.$S3.$S4.$S5"}]],"sigilContinue.interpol.s":[[/(@sigilEndDelimiter)@sigilModifiers/,{cases:{"$1==$S5":{token:"string.delimiter",next:"@pop"},"@default":"string"}}],{include:"@stringContentInterpol"}],"sigilStart.noInterpol.S":[[/~S@sigilStartDelimiter/,{token:"string.delimiter",switchTo:"@sigilContinue.$S2.$S3.$S4.$S5"}]],"sigilContinue.noInterpol.S":[[/(^|[^\\])\\@sigilEndDelimiter/,"string"],[/(@sigilEndDelimiter)@sigilModifiers/,{cases:{"$1==$S5":{token:"string.delimiter",next:"@pop"},"@default":"string"}}],{include:"@stringContent"}],"sigilStart.interpol.r":[[/~r@sigilStartDelimiter/,{token:"regexp.delimiter",switchTo:"@sigilContinue.$S2.$S3.$S4.$S5"}]],"sigilContinue.interpol.r":[[/(@sigilEndDelimiter)@sigilModifiers/,{cases:{"$1==$S5":{token:"regexp.delimiter",next:"@pop"},"@default":"regexp"}}],{include:"@regexpContentInterpol"}],"sigilStart.noInterpol.R":[[/~R@sigilStartDelimiter/,{token:"regexp.delimiter",switchTo:"@sigilContinue.$S2.$S3.$S4.$S5"}]],"sigilContinue.noInterpol.R":[[/(^|[^\\])\\@sigilEndDelimiter/,"regexp"],[/(@sigilEndDelimiter)@sigilModifiers/,{cases:{"$1==$S5":{token:"regexp.delimiter",next:"@pop"},"@default":"regexp"}}],{include:"@regexpContent"}],"sigilStart.interpol":[[/~([a-zA-Z])@sigilStartDelimiter/,{token:"sigil.delimiter",switchTo:"@sigilContinue.$S2.$S3.$S4.$S5"}]],"sigilContinue.interpol":[[/(@sigilEndDelimiter)@sigilModifiers/,{cases:{"$1==$S5":{token:"sigil.delimiter",next:"@pop"},"@default":"sigil"}}],{include:"@sigilContentInterpol"}],"sigilStart.noInterpol":[[/~([a-zA-Z])@sigilStartDelimiter/,{token:"sigil.delimiter",switchTo:"@sigilContinue.$S2.$S3.$S4.$S5"}]],"sigilContinue.noInterpol":[[/(^|[^\\])\\@sigilEndDelimiter/,"sigil"],[/(@sigilEndDelimiter)@sigilModifiers/,{cases:{"$1==$S5":{token:"sigil.delimiter",next:"@pop"},"@default":"sigil"}}],{include:"@sigilContent"}],attributes:[[/\@(module|type)?doc (~[sS])?"""/,{token:"comment.block.documentation",next:"@doubleQuotedHeredocDocstring"}],[/\@(module|type)?doc (~[sS])?"/,{token:"comment.block.documentation",next:"@doubleQuotedStringDocstring"}],[/\@(module|type)?doc false/,"comment.block.documentation"],[/\@(@variableName)/,"variable"]],doubleQuotedHeredocDocstring:[[/"""/,{token:"comment.block.documentation",next:"@pop"}],{include:"@docstringContent"}],doubleQuotedStringDocstring:[[/"/,{token:"comment.block.documentation",next:"@pop"}],{include:"@docstringContent"}],symbols:[[/\?(\\.|[^\\\s])/,"number.constant"],[/&\d+/,"operator"],[/<<<|>>>/,"operator"],[/[()\[\]\{\}]|<<|>>/,"@brackets"],[/\.\.\./,"identifier"],[/=>/,"punctuation"],[/@operator/,"operator"],[/[:;,.%]/,"punctuation"]],stringContentInterpol:[{include:"@interpolation"},{include:"@escapeChar"},{include:"@stringContent"}],stringContent:[[/./,"string"]],stringConstantContentInterpol:[{include:"@interpolation"},{include:"@escapeChar"},{include:"@stringConstantContent"}],stringConstantContent:[[/./,"constant"]],regexpContentInterpol:[{include:"@interpolation"},{include:"@escapeChar"},{include:"@regexpContent"}],regexpContent:[[/(\s)(#)(\s.*)$/,["white","comment.punctuation","comment"]],[/./,"regexp"]],sigilContentInterpol:[{include:"@interpolation"},{include:"@escapeChar"},{include:"@sigilContent"}],sigilContent:[[/./,"sigil"]],docstringContent:[[/./,"comment.block.documentation"]],escapeChar:[[/@escape/,"constant.character.escape"]],interpolation:[[/#{/,{token:"delimiter.bracket.embed",next:"@interpolationContinue"}]],interpolationContinue:[[/}/,{token:"delimiter.bracket.embed",next:"@pop"}],{include:"@root"}]}}},2395:function(e,t,i){"use strict";i.r(t),(0,i(70266).H)({id:"flow9",extensions:[".flow"],aliases:["Flow9","Flow","flow9","flow"],loader:()=>Promise.resolve().then(i.bind(i,91898))})},91898:function(e,t,i){"use strict";i.r(t),i.d(t,{conf:function(){return n},language:function(){return o}});var n={comments:{blockComment:["/*","*/"],lineComment:"//"},brackets:[["{","}"],["[","]"],["(",")"]],autoClosingPairs:[{open:"{",close:"}",notIn:["string"]},{open:"[",close:"]",notIn:["string"]},{open:"(",close:")",notIn:["string"]},{open:'"',close:'"',notIn:["string"]},{open:"'",close:"'",notIn:["string"]}],surroundingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"},{open:"<",close:">"}]},o={defaultToken:"",tokenPostfix:".flow",keywords:["import","require","export","forbid","native","if","else","cast","unsafe","switch","default"],types:["io","mutable","bool","int","double","string","flow","void","ref","true","false","with"],operators:["=",">","<","<=",">=","==","!","!=",":=","::=","&&","||","+","-","*","/","@","&","%",":","->","\\","$","??","^"],symbols:/[@$=>](?!@symbols)/,"delimiter"],[/@symbols/,{cases:{"@operators":"delimiter","@default":""}}],[/((0(x|X)[0-9a-fA-F]*)|(([0-9]+\.?[0-9]*)|(\.[0-9]+))((e|E)(\+|-)?[0-9]+)?)/,"number"],[/[;,.]/,"delimiter"],[/"([^"\\]|\\.)*$/,"string.invalid"],[/"/,"string","@string"]],whitespace:[[/[ \t\r\n]+/,""],[/\/\*/,"comment","@comment"],[/\/\/.*$/,"comment"]],comment:[[/[^\/*]+/,"comment"],[/\*\//,"comment","@pop"],[/[\/*]/,"comment"]],string:[[/[^\\"]+/,"string"],[/@escapes/,"string.escape"],[/\\./,"string.escape.invalid"],[/"/,"string","@pop"]]}}},630:function(e,t,i){"use strict";i.r(t);var n=i(70266);(0,n.H)({id:"freemarker2",extensions:[".ftl",".ftlh",".ftlx"],aliases:["FreeMarker2","Apache FreeMarker2"],loader:()=>Promise.resolve().then(i.bind(i,18993)).then((e=>e.TagAutoInterpolationDollar))}),(0,n.H)({id:"freemarker2.tag-angle.interpolation-dollar",aliases:["FreeMarker2 (Angle/Dollar)","Apache FreeMarker2 (Angle/Dollar)"],loader:()=>Promise.resolve().then(i.bind(i,18993)).then((e=>e.TagAngleInterpolationDollar))}),(0,n.H)({id:"freemarker2.tag-bracket.interpolation-dollar",aliases:["FreeMarker2 (Bracket/Dollar)","Apache FreeMarker2 (Bracket/Dollar)"],loader:()=>Promise.resolve().then(i.bind(i,18993)).then((e=>e.TagBracketInterpolationDollar))}),(0,n.H)({id:"freemarker2.tag-angle.interpolation-bracket",aliases:["FreeMarker2 (Angle/Bracket)","Apache FreeMarker2 (Angle/Bracket)"],loader:()=>Promise.resolve().then(i.bind(i,18993)).then((e=>e.TagAngleInterpolationBracket))}),(0,n.H)({id:"freemarker2.tag-bracket.interpolation-bracket",aliases:["FreeMarker2 (Bracket/Bracket)","Apache FreeMarker2 (Bracket/Bracket)"],loader:()=>Promise.resolve().then(i.bind(i,18993)).then((e=>e.TagBracketInterpolationBracket))}),(0,n.H)({id:"freemarker2.tag-auto.interpolation-dollar",aliases:["FreeMarker2 (Auto/Dollar)","Apache FreeMarker2 (Auto/Dollar)"],loader:()=>Promise.resolve().then(i.bind(i,18993)).then((e=>e.TagAutoInterpolationDollar))}),(0,n.H)({id:"freemarker2.tag-auto.interpolation-bracket",aliases:["FreeMarker2 (Auto/Bracket)","Apache FreeMarker2 (Auto/Bracket)"],loader:()=>Promise.resolve().then(i.bind(i,18993)).then((e=>e.TagAutoInterpolationBracket))})},18993:function(e,t,i){"use strict";i.r(t),i.d(t,{TagAngleInterpolationBracket:function(){return y},TagAngleInterpolationDollar:function(){return C},TagAutoInterpolationBracket:function(){return k},TagAutoInterpolationDollar:function(){return x},TagBracketInterpolationBracket:function(){return S},TagBracketInterpolationDollar:function(){return w}});var n=i(54918),o=Object.defineProperty,r=Object.getOwnPropertyDescriptor,s=Object.getOwnPropertyNames,a=Object.prototype.hasOwnProperty,l={};((e,t,i,n)=>{if(t&&"object"==typeof t||"function"==typeof t)for(let i of s(t))a.call(e,i)||"default"===i||o(e,i,{get:()=>t[i],enumerable:!(n=r(t,i))||n.enumerable})})(l,n);var c=["assign","flush","ftl","return","global","import","include","break","continue","local","nested","nt","setting","stop","t","lt","rt","fallback"],d=["attempt","autoesc","autoEsc","compress","comment","escape","noescape","function","if","list","items","sep","macro","noparse","noParse","noautoesc","noAutoEsc","outputformat","switch","visit","recurse"],u={close:">",id:"angle",open:"<"},h={close:"\\]",id:"bracket",open:"\\["},g={close:"[>\\]]",id:"auto",open:"[<\\[]"},p={close:"\\}",id:"dollar",open1:"\\$",open2:"\\{"},m={close:"\\]",id:"bracket",open1:"\\[",open2:"="};function f(e){return{brackets:[["<",">"],["[","]"],["(",")"],["{","}"]],comments:{blockComment:[`${e.open}--`,`--${e.close}`]},autoCloseBefore:"\n\r\t }]),.:;=",autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"',notIn:["string"]},{open:"'",close:"'",notIn:["string"]}],surroundingPairs:[{open:'"',close:'"'},{open:"'",close:"'"},{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:"<",close:">"}],folding:{markers:{start:new RegExp(`${e.open}#(?:${d.join("|")})([^/${e.close}]*(?!/)${e.close})[^${e.open}]*$`),end:new RegExp(`${e.open}/#(?:${d.join("|")})[\\r\\n\\t ]*>`)}},onEnterRules:[{beforeText:new RegExp(`${e.open}#(?!(?:${c.join("|")}))([a-zA-Z_]+)([^/${e.close}]*(?!/)${e.close})[^${e.open}]*$`),afterText:new RegExp(`^${e.open}/#([a-zA-Z_]+)[\\r\\n\\t ]*${e.close}$`),action:{indentAction:l.languages.IndentAction.IndentOutdent}},{beforeText:new RegExp(`${e.open}#(?!(?:${c.join("|")}))([a-zA-Z_]+)([^/${e.close}]*(?!/)${e.close})[^${e.open}]*$`),action:{indentAction:l.languages.IndentAction.Indent}}]}}function _(){return{brackets:[["<",">"],["[","]"],["(",")"],["{","}"]],autoCloseBefore:"\n\r\t }]),.:;=",autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"',notIn:["string"]},{open:"'",close:"'",notIn:["string"]}],surroundingPairs:[{open:'"',close:'"'},{open:"'",close:"'"},{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:"<",close:">"}],folding:{markers:{start:new RegExp(`[<\\[]#(?:${d.join("|")})([^/>\\]]*(?!/)[>\\]])[^<\\[]*$`),end:new RegExp(`[<\\[]/#(?:${d.join("|")})[\\r\\n\\t ]*>`)}},onEnterRules:[{beforeText:new RegExp(`[<\\[]#(?!(?:${c.join("|")}))([a-zA-Z_]+)([^/>\\]]*(?!/)[>\\]])[^[<\\[]]*$`),afterText:new RegExp("^[<\\[]/#([a-zA-Z_]+)[\\r\\n\\t ]*[>\\]]$"),action:{indentAction:l.languages.IndentAction.IndentOutdent}},{beforeText:new RegExp(`[<\\[]#(?!(?:${c.join("|")}))([a-zA-Z_]+)([^/>\\]]*(?!/)[>\\]])[^[<\\[]]*$`),action:{indentAction:l.languages.IndentAction.Indent}}]}}function b(e,t){const i=`_${e.id}_${t.id}`,n=e=>e.replace(/__id__/g,i),o=e=>{const t=e.source.replace(/__id__/g,i);return new RegExp(t,e.flags)};return{unicode:!0,includeLF:!1,start:n("default__id__"),ignoreCase:!1,defaultToken:"invalid",tokenPostfix:".freemarker2",brackets:[{open:"{",close:"}",token:"delimiter.curly"},{open:"[",close:"]",token:"delimiter.square"},{open:"(",close:")",token:"delimiter.parenthesis"},{open:"<",close:">",token:"delimiter.angle"}],[n("open__id__")]:new RegExp(e.open),[n("close__id__")]:new RegExp(e.close),[n("iOpen1__id__")]:new RegExp(t.open1),[n("iOpen2__id__")]:new RegExp(t.open2),[n("iClose__id__")]:new RegExp(t.close),[n("startTag__id__")]:o(/(@open__id__)(#)/),[n("endTag__id__")]:o(/(@open__id__)(\/#)/),[n("startOrEndTag__id__")]:o(/(@open__id__)(\/?#)/),[n("closeTag1__id__")]:o(/((?:@blank)*)(@close__id__)/),[n("closeTag2__id__")]:o(/((?:@blank)*\/?)(@close__id__)/),blank:/[ \t\n\r]/,keywords:["false","true","in","as","using"],directiveStartCloseTag1:/attempt|recover|sep|auto[eE]sc|no(?:autoe|AutoE)sc|compress|default|no[eE]scape|comment|no[pP]arse/,directiveStartCloseTag2:/else|break|continue|return|stop|flush|t|lt|rt|nt|nested|recurse|fallback|ftl/,directiveStartBlank:/if|else[iI]f|list|for[eE]ach|switch|case|assign|global|local|include|import|function|macro|transform|visit|stop|return|call|setting|output[fF]ormat|nested|recurse|escape|ftl|items/,directiveEndCloseTag1:/if|list|items|sep|recover|attempt|for[eE]ach|local|global|assign|function|macro|output[fF]ormat|auto[eE]sc|no(?:autoe|AutoE)sc|compress|transform|switch|escape|no[eE]scape/,escapedChar:/\\(?:[ntrfbgla\\'"\{=]|(?:x[0-9A-Fa-f]{1,4}))/,asciiDigit:/[0-9]/,integer:/[0-9]+/,nonEscapedIdStartChar:/[\$@-Z_a-z\u00AA\u00B5\u00BA\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u1FFF\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2183-\u2184\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2-\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005-\u3006\u3031-\u3035\u303B-\u303C\u3040-\u318F\u31A0-\u31BA\u31F0-\u31FF\u3300-\u337F\u3400-\u4DB5\u4E00-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66E\uA67F-\uA697\uA6A0-\uA6E5\uA717-\uA71F\uA722-\uA788\uA78B-\uA78E\uA790-\uA793\uA7A0-\uA7AA\uA7F8-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8D0-\uA8D9\uA8F2-\uA8F7\uA8FB\uA900-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF-\uA9D9\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA50-\uAA59\uAA60-\uAA76\uAA7A\uAA80-\uAAAF\uAAB1\uAAB5-\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uABC0-\uABE2\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40-\uFB41\uFB43-\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]/,escapedIdChar:/\\[\-\.:#]/,idStartChar:/(?:@nonEscapedIdStartChar)|(?:@escapedIdChar)/,id:/(?:@idStartChar)(?:(?:@idStartChar)|(?:@asciiDigit))*/,specialHashKeys:/\*\*|\*|false|true|in|as|using/,namedSymbols:/<=|>=|\\lte|\\lt|<|\\gte|\\gt|>|&&|\\and|->|->|==|!=|\+=|-=|\*=|\/=|%=|\+\+|--|<=|&&|\|\||:|\.\.\.|\.\.\*|\.\.<|\.\.!|\?\?|=|<|\+|-|\*|\/|%|\||\.\.|\?|!|&|\.|,|;/,arrows:["->","->"],delimiters:[";",":",",","."],stringOperators:["lte","lt","gte","gt"],noParseTags:["noparse","noParse","comment"],tokenizer:{[n("default__id__")]:[{include:n("@directive_token__id__")},{include:n("@interpolation_and_text_token__id__")}],[n("fmExpression__id__.directive")]:[{include:n("@blank_and_expression_comment_token__id__")},{include:n("@directive_end_token__id__")},{include:n("@expression_token__id__")}],[n("fmExpression__id__.interpolation")]:[{include:n("@blank_and_expression_comment_token__id__")},{include:n("@expression_token__id__")},{include:n("@greater_operators_token__id__")}],[n("inParen__id__.plain")]:[{include:n("@blank_and_expression_comment_token__id__")},{include:n("@directive_end_token__id__")},{include:n("@expression_token__id__")}],[n("inParen__id__.gt")]:[{include:n("@blank_and_expression_comment_token__id__")},{include:n("@expression_token__id__")},{include:n("@greater_operators_token__id__")}],[n("noSpaceExpression__id__")]:[{include:n("@no_space_expression_end_token__id__")},{include:n("@directive_end_token__id__")},{include:n("@expression_token__id__")}],[n("unifiedCall__id__")]:[{include:n("@unified_call_token__id__")}],[n("singleString__id__")]:[{include:n("@string_single_token__id__")}],[n("doubleString__id__")]:[{include:n("@string_double_token__id__")}],[n("rawSingleString__id__")]:[{include:n("@string_single_raw_token__id__")}],[n("rawDoubleString__id__")]:[{include:n("@string_double_raw_token__id__")}],[n("expressionComment__id__")]:[{include:n("@expression_comment_token__id__")}],[n("noParse__id__")]:[{include:n("@no_parse_token__id__")}],[n("terseComment__id__")]:[{include:n("@terse_comment_token__id__")}],[n("directive_token__id__")]:[[o(/(?:@startTag__id__)(@directiveStartCloseTag1)(?:@closeTag1__id__)/),"auto"===e.id?{cases:{"$1==<":{token:"@rematch",switchTo:`@default_angle_${t.id}`},"$1==[":{token:"@rematch",switchTo:`@default_bracket_${t.id}`}}}:[{token:"@brackets.directive"},{token:"delimiter.directive"},{cases:{"@noParseTags":{token:"tag",next:n("@noParse__id__.$3")},"@default":{token:"tag"}}},{token:"delimiter.directive"},{token:"@brackets.directive"}]],[o(/(?:@startTag__id__)(@directiveStartCloseTag2)(?:@closeTag2__id__)/),"auto"===e.id?{cases:{"$1==<":{token:"@rematch",switchTo:`@default_angle_${t.id}`},"$1==[":{token:"@rematch",switchTo:`@default_bracket_${t.id}`}}}:[{token:"@brackets.directive"},{token:"delimiter.directive"},{token:"tag"},{token:"delimiter.directive"},{token:"@brackets.directive"}]],[o(/(?:@startTag__id__)(@directiveStartBlank)(@blank)/),"auto"===e.id?{cases:{"$1==<":{token:"@rematch",switchTo:`@default_angle_${t.id}`},"$1==[":{token:"@rematch",switchTo:`@default_bracket_${t.id}`}}}:[{token:"@brackets.directive"},{token:"delimiter.directive"},{token:"tag"},{token:"",next:n("@fmExpression__id__.directive")}]],[o(/(?:@endTag__id__)(@directiveEndCloseTag1)(?:@closeTag1__id__)/),"auto"===e.id?{cases:{"$1==<":{token:"@rematch",switchTo:`@default_angle_${t.id}`},"$1==[":{token:"@rematch",switchTo:`@default_bracket_${t.id}`}}}:[{token:"@brackets.directive"},{token:"delimiter.directive"},{token:"tag"},{token:"delimiter.directive"},{token:"@brackets.directive"}]],[o(/(@open__id__)(@)/),"auto"===e.id?{cases:{"$1==<":{token:"@rematch",switchTo:`@default_angle_${t.id}`},"$1==[":{token:"@rematch",switchTo:`@default_bracket_${t.id}`}}}:[{token:"@brackets.directive"},{token:"delimiter.directive",next:n("@unifiedCall__id__")}]],[o(/(@open__id__)(\/@)((?:(?:@id)(?:\.(?:@id))*)?)(?:@closeTag1__id__)/),[{token:"@brackets.directive"},{token:"delimiter.directive"},{token:"tag"},{token:"delimiter.directive"},{token:"@brackets.directive"}]],[o(/(@open__id__)#--/),"auto"===e.id?{cases:{"$1==<":{token:"@rematch",switchTo:`@default_angle_${t.id}`},"$1==[":{token:"@rematch",switchTo:`@default_bracket_${t.id}`}}}:{token:"comment",next:n("@terseComment__id__")}],[o(/(?:@startOrEndTag__id__)([a-zA-Z_]+)/),"auto"===e.id?{cases:{"$1==<":{token:"@rematch",switchTo:`@default_angle_${t.id}`},"$1==[":{token:"@rematch",switchTo:`@default_bracket_${t.id}`}}}:[{token:"@brackets.directive"},{token:"delimiter.directive"},{token:"tag.invalid",next:n("@fmExpression__id__.directive")}]]],[n("interpolation_and_text_token__id__")]:[[o(/(@iOpen1__id__)(@iOpen2__id__)/),[{token:"bracket"===t.id?"@brackets.interpolation":"delimiter.interpolation"},{token:"bracket"===t.id?"delimiter.interpolation":"@brackets.interpolation",next:n("@fmExpression__id__.interpolation")}]],[/[\$#<\[\{]|(?:@blank)+|[^\$<#\[\{\n\r\t ]+/,{token:"source"}]],[n("string_single_token__id__")]:[[/[^'\\]/,{token:"string"}],[/@escapedChar/,{token:"string.escape"}],[/'/,{token:"string",next:"@pop"}]],[n("string_double_token__id__")]:[[/[^"\\]/,{token:"string"}],[/@escapedChar/,{token:"string.escape"}],[/"/,{token:"string",next:"@pop"}]],[n("string_single_raw_token__id__")]:[[/[^']+/,{token:"string.raw"}],[/'/,{token:"string.raw",next:"@pop"}]],[n("string_double_raw_token__id__")]:[[/[^"]+/,{token:"string.raw"}],[/"/,{token:"string.raw",next:"@pop"}]],[n("expression_token__id__")]:[[/(r?)(['"])/,{cases:{"r'":[{token:"keyword"},{token:"string.raw",next:n("@rawSingleString__id__")}],'r"':[{token:"keyword"},{token:"string.raw",next:n("@rawDoubleString__id__")}],"'":[{token:"source"},{token:"string",next:n("@singleString__id__")}],'"':[{token:"source"},{token:"string",next:n("@doubleString__id__")}]}}],[/(?:@integer)(?:\.(?:@integer))?/,{cases:{"(?:@integer)":{token:"number"},"@default":{token:"number.float"}}}],[/(\.)(@blank*)(@specialHashKeys)/,[{token:"delimiter"},{token:""},{token:"identifier"}]],[/(?:@namedSymbols)/,{cases:{"@arrows":{token:"meta.arrow"},"@delimiters":{token:"delimiter"},"@default":{token:"operators"}}}],[/@id/,{cases:{"@keywords":{token:"keyword.$0"},"@stringOperators":{token:"operators"},"@default":{token:"identifier"}}}],[/[\[\]\(\)\{\}]/,{cases:{"\\[":{cases:{"$S2==gt":{token:"@brackets",next:n("@inParen__id__.gt")},"@default":{token:"@brackets",next:n("@inParen__id__.plain")}}},"\\]":{cases:{..."bracket"===t.id?{"$S2==interpolation":{token:"@brackets.interpolation",next:"@popall"}}:{},..."bracket"===e.id?{"$S2==directive":{token:"@brackets.directive",next:"@popall"}}:{},[n("$S1==inParen__id__")]:{token:"@brackets",next:"@pop"},"@default":{token:"@brackets"}}},"\\(":{token:"@brackets",next:n("@inParen__id__.gt")},"\\)":{cases:{[n("$S1==inParen__id__")]:{token:"@brackets",next:"@pop"},"@default":{token:"@brackets"}}},"\\{":{cases:{"$S2==gt":{token:"@brackets",next:n("@inParen__id__.gt")},"@default":{token:"@brackets",next:n("@inParen__id__.plain")}}},"\\}":{cases:{..."bracket"===t.id?{}:{"$S2==interpolation":{token:"@brackets.interpolation",next:"@popall"}},[n("$S1==inParen__id__")]:{token:"@brackets",next:"@pop"},"@default":{token:"@brackets"}}}}}],[/\$\{/,{token:"delimiter.invalid"}]],[n("blank_and_expression_comment_token__id__")]:[[/(?:@blank)+/,{token:""}],[/[<\[][#!]--/,{token:"comment",next:n("@expressionComment__id__")}]],[n("directive_end_token__id__")]:[[/>/,"bracket"===e.id?{token:"operators"}:{token:"@brackets.directive",next:"@popall"}],[o(/(\/)(@close__id__)/),[{token:"delimiter.directive"},{token:"@brackets.directive",next:"@popall"}]]],[n("greater_operators_token__id__")]:[[/>/,{token:"operators"}],[/>=/,{token:"operators"}]],[n("no_space_expression_end_token__id__")]:[[/(?:@blank)+/,{token:"",switchTo:n("@fmExpression__id__.directive")}]],[n("unified_call_token__id__")]:[[/(@id)((?:@blank)+)/,[{token:"tag"},{token:"",next:n("@fmExpression__id__.directive")}]],[o(/(@id)(\/?)(@close__id__)/),[{token:"tag"},{token:"delimiter.directive"},{token:"@brackets.directive",next:"@popall"}]],[/./,{token:"@rematch",next:n("@noSpaceExpression__id__")}]],[n("no_parse_token__id__")]:[[o(/(@open__id__)(\/#?)([a-zA-Z]+)((?:@blank)*)(@close__id__)/),{cases:{"$S2==$3":[{token:"@brackets.directive"},{token:"delimiter.directive"},{token:"tag"},{token:""},{token:"@brackets.directive",next:"@popall"}],"$S2==comment":[{token:"comment"},{token:"comment"},{token:"comment"},{token:"comment"},{token:"comment"}],"@default":[{token:"source"},{token:"source"},{token:"source"},{token:"source"},{token:"source"}]}}],[/[^<\[\-]+|[<\[\-]/,{cases:{"$S2==comment":{token:"comment"},"@default":{token:"source"}}}]],[n("expression_comment_token__id__")]:[[/--[>\]]/,{token:"comment",next:"@pop"}],[/[^\->\]]+|[>\]\-]/,{token:"comment"}]],[n("terse_comment_token__id__")]:[[o(/--(?:@close__id__)/),{token:"comment",next:"@popall"}],[/[^<\[\-]+|[<\[\-]/,{token:"comment"}]]}}}function v(e){const t=b(u,e),i=b(h,e),n=b(g,e);return{...t,...i,...n,unicode:!0,includeLF:!1,start:`default_auto_${e.id}`,ignoreCase:!1,defaultToken:"invalid",tokenPostfix:".freemarker2",brackets:[{open:"{",close:"}",token:"delimiter.curly"},{open:"[",close:"]",token:"delimiter.square"},{open:"(",close:")",token:"delimiter.parenthesis"},{open:"<",close:">",token:"delimiter.angle"}],tokenizer:{...t.tokenizer,...i.tokenizer,...n.tokenizer}}}var C={conf:f(u),language:b(u,p)},w={conf:f(h),language:b(h,p)},y={conf:f(u),language:b(u,m)},S={conf:f(h),language:b(h,m)},x={conf:_(),language:v(p)},k={conf:_(),language:v(m)}},4275:function(e,t,i){"use strict";i.r(t),(0,i(70266).H)({id:"fsharp",extensions:[".fs",".fsi",".ml",".mli",".fsx",".fsscript"],aliases:["F#","FSharp","fsharp"],loader:()=>Promise.resolve().then(i.bind(i,74950))})},74950:function(e,t,i){"use strict";i.r(t),i.d(t,{conf:function(){return n},language:function(){return o}});var n={comments:{lineComment:"//",blockComment:["(*","*)"]},brackets:[["{","}"],["[","]"],["(",")"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'}],surroundingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"}],folding:{markers:{start:new RegExp("^\\s*//\\s*#region\\b|^\\s*\\(\\*\\s*#region(.*)\\*\\)"),end:new RegExp("^\\s*//\\s*#endregion\\b|^\\s*\\(\\*\\s*#endregion\\s*\\*\\)")}}},o={defaultToken:"",tokenPostfix:".fs",keywords:["abstract","and","atomic","as","assert","asr","base","begin","break","checked","component","const","constraint","constructor","continue","class","default","delegate","do","done","downcast","downto","elif","else","end","exception","eager","event","external","extern","false","finally","for","fun","function","fixed","functor","global","if","in","include","inherit","inline","interface","internal","land","lor","lsl","lsr","lxor","lazy","let","match","member","mod","module","mutable","namespace","method","mixin","new","not","null","of","open","or","object","override","private","parallel","process","protected","pure","public","rec","return","static","sealed","struct","sig","then","to","true","tailcall","trait","try","type","upcast","use","val","void","virtual","volatile","when","while","with","yield"],symbols:/[=>\]/,"annotation"],[/^#(if|else|endif)/,"keyword"],[/[{}()\[\]]/,"@brackets"],[/[<>](?!@symbols)/,"@brackets"],[/@symbols/,"delimiter"],[/\d*\d+[eE]([\-+]?\d+)?(@floatsuffix)/,"number.float"],[/\d*\.\d+([eE][\-+]?\d+)?(@floatsuffix)/,"number.float"],[/0x[0-9a-fA-F]+LF/,"number.float"],[/0x[0-9a-fA-F]+(@integersuffix)/,"number.hex"],[/0b[0-1]+(@integersuffix)/,"number.bin"],[/\d+(@integersuffix)/,"number"],[/[;,.]/,"delimiter"],[/"([^"\\]|\\.)*$/,"string.invalid"],[/"""/,"string",'@string."""'],[/"/,"string",'@string."'],[/\@"/,{token:"string.quote",next:"@litstring"}],[/'[^\\']'B?/,"string"],[/(')(@escapes)(')/,["string","string.escape","string"]],[/'/,"string.invalid"]],whitespace:[[/[ \t\r\n]+/,""],[/\(\*(?!\))/,"comment","@comment"],[/\/\/.*$/,"comment"]],comment:[[/[^*(]+/,"comment"],[/\*\)/,"comment","@pop"],[/\*/,"comment"],[/\(\*\)/,"comment"],[/\(/,"comment"]],string:[[/[^\\"]+/,"string"],[/@escapes/,"string.escape"],[/\\./,"string.escape.invalid"],[/("""|"B?)/,{cases:{"$#==$S2":{token:"string",next:"@pop"},"@default":"string"}}]],litstring:[[/[^"]+/,"string"],[/""/,"string.escape"],[/"/,{token:"string.quote",next:"@pop"}]]}}},61089:function(e,t,i){"use strict";i.r(t),(0,i(70266).H)({id:"go",extensions:[".go"],aliases:["Go"],loader:()=>Promise.resolve().then(i.bind(i,13238))})},13238:function(e,t,i){"use strict";i.r(t),i.d(t,{conf:function(){return n},language:function(){return o}});var n={comments:{lineComment:"//",blockComment:["/*","*/"]},brackets:[["{","}"],["[","]"],["(",")"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:"`",close:"`",notIn:["string"]},{open:'"',close:'"',notIn:["string"]},{open:"'",close:"'",notIn:["string","comment"]}],surroundingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:"`",close:"`"},{open:'"',close:'"'},{open:"'",close:"'"}]},o={defaultToken:"",tokenPostfix:".go",keywords:["break","case","chan","const","continue","default","defer","else","fallthrough","for","func","go","goto","if","import","interface","map","package","range","return","select","struct","switch","type","var","bool","true","false","uint8","uint16","uint32","uint64","int8","int16","int32","int64","float32","float64","complex64","complex128","byte","rune","uint","int","uintptr","string","nil"],operators:["+","-","*","/","%","&","|","^","<<",">>","&^","+=","-=","*=","/=","%=","&=","|=","^=","<<=",">>=","&^=","&&","||","<-","++","--","==","<",">","=","!","!=","<=",">=",":=","...","(",")","","]","{","}",",",";",".",":"],symbols:/[=>](?!@symbols)/,"@brackets"],[/@symbols/,{cases:{"@operators":"delimiter","@default":""}}],[/\d*\d+[eE]([\-+]?\d+)?/,"number.float"],[/\d*\.\d+([eE][\-+]?\d+)?/,"number.float"],[/0[xX][0-9a-fA-F']*[0-9a-fA-F]/,"number.hex"],[/0[0-7']*[0-7]/,"number.octal"],[/0[bB][0-1']*[0-1]/,"number.binary"],[/\d[\d']*/,"number"],[/\d/,"number"],[/[;,.]/,"delimiter"],[/"([^"\\]|\\.)*$/,"string.invalid"],[/"/,"string","@string"],[/`/,"string","@rawstring"],[/'[^\\']'/,"string"],[/(')(@escapes)(')/,["string","string.escape","string"]],[/'/,"string.invalid"]],whitespace:[[/[ \t\r\n]+/,""],[/\/\*\*(?!\/)/,"comment.doc","@doccomment"],[/\/\*/,"comment","@comment"],[/\/\/.*$/,"comment"]],comment:[[/[^\/*]+/,"comment"],[/\*\//,"comment","@pop"],[/[\/*]/,"comment"]],doccomment:[[/[^\/*]+/,"comment.doc"],[/\/\*/,"comment.doc.invalid"],[/\*\//,"comment.doc","@pop"],[/[\/*]/,"comment.doc"]],string:[[/[^\\"]+/,"string"],[/@escapes/,"string.escape"],[/\\./,"string.escape.invalid"],[/"/,"string","@pop"]],rawstring:[[/[^\`]/,"string"],[/`/,"string","@pop"]]}}},80527:function(e,t,i){"use strict";i.r(t),(0,i(70266).H)({id:"graphql",extensions:[".graphql",".gql"],aliases:["GraphQL","graphql","gql"],mimetypes:["application/graphql"],loader:()=>Promise.resolve().then(i.bind(i,43634))})},43634:function(e,t,i){"use strict";i.r(t),i.d(t,{conf:function(){return n},language:function(){return o}});var n={comments:{lineComment:"#"},brackets:[["{","}"],["[","]"],["(",")"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"""',close:'"""',notIn:["string","comment"]},{open:'"',close:'"',notIn:["string","comment"]}],surroundingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"""',close:'"""'},{open:'"',close:'"'}],folding:{offSide:!0}},o={defaultToken:"invalid",tokenPostfix:".gql",keywords:["null","true","false","query","mutation","subscription","extend","schema","directive","scalar","type","interface","union","enum","input","implements","fragment","on"],typeKeywords:["Int","Float","String","Boolean","ID"],directiveLocations:["SCHEMA","SCALAR","OBJECT","FIELD_DEFINITION","ARGUMENT_DEFINITION","INTERFACE","UNION","ENUM","ENUM_VALUE","INPUT_OBJECT","INPUT_FIELD_DEFINITION","QUERY","MUTATION","SUBSCRIPTION","FIELD","FRAGMENT_DEFINITION","FRAGMENT_SPREAD","INLINE_FRAGMENT","VARIABLE_DEFINITION"],operators:["=","!","?",":","&","|"],symbols:/[=!?:&|]+/,escapes:/\\(?:["\\\/bfnrt]|u[0-9A-Fa-f]{4})/,tokenizer:{root:[[/[a-z_][\w$]*/,{cases:{"@keywords":"keyword","@default":"key.identifier"}}],[/[$][\w$]*/,{cases:{"@keywords":"keyword","@default":"argument.identifier"}}],[/[A-Z][\w\$]*/,{cases:{"@typeKeywords":"keyword","@default":"type.identifier"}}],{include:"@whitespace"},[/[{}()\[\]]/,"@brackets"],[/@symbols/,{cases:{"@operators":"operator","@default":""}}],[/@\s*[a-zA-Z_\$][\w\$]*/,{token:"annotation",log:"annotation token: $0"}],[/\d*\.\d+([eE][\-+]?\d+)?/,"number.float"],[/0[xX][0-9a-fA-F]+/,"number.hex"],[/\d+/,"number"],[/[;,.]/,"delimiter"],[/"""/,{token:"string",next:"@mlstring",nextEmbedded:"markdown"}],[/"([^"\\]|\\.)*$/,"string.invalid"],[/"/,{token:"string.quote",bracket:"@open",next:"@string"}]],mlstring:[[/[^"]+/,"string"],['"""',{token:"string",next:"@pop",nextEmbedded:"@pop"}]],string:[[/[^\\"]+/,"string"],[/@escapes/,"string.escape"],[/\\./,"string.escape.invalid"],[/"/,{token:"string.quote",bracket:"@close",next:"@pop"}]],whitespace:[[/[ \t\r\n]+/,""],[/#.*$/,"comment"]]}}},9243:function(e,t,i){"use strict";i.r(t),(0,i(70266).H)({id:"handlebars",extensions:[".handlebars",".hbs"],aliases:["Handlebars","handlebars","hbs"],mimetypes:["text/x-handlebars-template"],loader:()=>Promise.resolve().then(i.bind(i,41750))})},41750:function(e,t,i){"use strict";i.r(t),i.d(t,{conf:function(){return d},language:function(){return u}});var n=i(54918),o=Object.defineProperty,r=Object.getOwnPropertyDescriptor,s=Object.getOwnPropertyNames,a=Object.prototype.hasOwnProperty,l={};((e,t,i,n)=>{if(t&&"object"==typeof t||"function"==typeof t)for(let i of s(t))a.call(e,i)||"default"===i||o(e,i,{get:()=>t[i],enumerable:!(n=r(t,i))||n.enumerable})})(l,n);var c=["area","base","br","col","embed","hr","img","input","keygen","link","menuitem","meta","param","source","track","wbr"],d={wordPattern:/(-?\d*\.\d\w*)|([^\`\~\!\@\$\^\&\*\(\)\=\+\[\{\]\}\\\|\;\:\'\"\,\.\<\>\/\s]+)/g,comments:{blockComment:["{{!--","--}}"]},brackets:[["\x3c!--","--\x3e"],["<",">"],["{{","}}"],["{","}"],["(",")"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"}],surroundingPairs:[{open:"<",close:">"},{open:'"',close:'"'},{open:"'",close:"'"}],onEnterRules:[{beforeText:new RegExp(`<(?!(?:${c.join("|")}))(\\w[\\w\\d]*)([^/>]*(?!/)>)[^<]*$`,"i"),afterText:/^<\/(\w[\w\d]*)\s*>$/i,action:{indentAction:l.languages.IndentAction.IndentOutdent}},{beforeText:new RegExp(`<(?!(?:${c.join("|")}))(\\w[\\w\\d]*)([^/>]*(?!/)>)[^<]*$`,"i"),action:{indentAction:l.languages.IndentAction.Indent}}]},u={defaultToken:"",tokenPostfix:"",tokenizer:{root:[[/\{\{!--/,"comment.block.start.handlebars","@commentBlock"],[/\{\{!/,"comment.start.handlebars","@comment"],[/\{\{/,{token:"@rematch",switchTo:"@handlebarsInSimpleState.root"}],[/)/,["delimiter.html","tag.html","delimiter.html"]],[/(<)(script)/,["delimiter.html",{token:"tag.html",next:"@script"}]],[/(<)(style)/,["delimiter.html",{token:"tag.html",next:"@style"}]],[/(<)([:\w]+)/,["delimiter.html",{token:"tag.html",next:"@otherTag"}]],[/(<\/)(\w+)/,["delimiter.html",{token:"tag.html",next:"@otherTag"}]],[/]+/,"metatag.content.html"],[/>/,"metatag.html","@pop"]],comment:[[/\}\}/,"comment.end.handlebars","@pop"],[/./,"comment.content.handlebars"]],commentBlock:[[/--\}\}/,"comment.block.end.handlebars","@pop"],[/./,"comment.content.handlebars"]],commentHtml:[[/\{\{/,{token:"@rematch",switchTo:"@handlebarsInSimpleState.comment"}],[/-->/,"comment.html","@pop"],[/[^-]+/,"comment.content.html"],[/./,"comment.content.html"]],otherTag:[[/\{\{/,{token:"@rematch",switchTo:"@handlebarsInSimpleState.otherTag"}],[/\/?>/,"delimiter.html","@pop"],[/"([^"]*)"/,"attribute.value"],[/'([^']*)'/,"attribute.value"],[/[\w\-]+/,"attribute.name"],[/=/,"delimiter"],[/[ \t\r\n]+/]],script:[[/\{\{/,{token:"@rematch",switchTo:"@handlebarsInSimpleState.script"}],[/type/,"attribute.name","@scriptAfterType"],[/"([^"]*)"/,"attribute.value"],[/'([^']*)'/,"attribute.value"],[/[\w\-]+/,"attribute.name"],[/=/,"delimiter"],[/>/,{token:"delimiter.html",next:"@scriptEmbedded.text/javascript",nextEmbedded:"text/javascript"}],[/[ \t\r\n]+/],[/(<\/)(script\s*)(>)/,["delimiter.html","tag.html",{token:"delimiter.html",next:"@pop"}]]],scriptAfterType:[[/\{\{/,{token:"@rematch",switchTo:"@handlebarsInSimpleState.scriptAfterType"}],[/=/,"delimiter","@scriptAfterTypeEquals"],[/>/,{token:"delimiter.html",next:"@scriptEmbedded.text/javascript",nextEmbedded:"text/javascript"}],[/[ \t\r\n]+/],[/<\/script\s*>/,{token:"@rematch",next:"@pop"}]],scriptAfterTypeEquals:[[/\{\{/,{token:"@rematch",switchTo:"@handlebarsInSimpleState.scriptAfterTypeEquals"}],[/"([^"]*)"/,{token:"attribute.value",switchTo:"@scriptWithCustomType.$1"}],[/'([^']*)'/,{token:"attribute.value",switchTo:"@scriptWithCustomType.$1"}],[/>/,{token:"delimiter.html",next:"@scriptEmbedded.text/javascript",nextEmbedded:"text/javascript"}],[/[ \t\r\n]+/],[/<\/script\s*>/,{token:"@rematch",next:"@pop"}]],scriptWithCustomType:[[/\{\{/,{token:"@rematch",switchTo:"@handlebarsInSimpleState.scriptWithCustomType.$S2"}],[/>/,{token:"delimiter.html",next:"@scriptEmbedded.$S2",nextEmbedded:"$S2"}],[/"([^"]*)"/,"attribute.value"],[/'([^']*)'/,"attribute.value"],[/[\w\-]+/,"attribute.name"],[/=/,"delimiter"],[/[ \t\r\n]+/],[/<\/script\s*>/,{token:"@rematch",next:"@pop"}]],scriptEmbedded:[[/\{\{/,{token:"@rematch",switchTo:"@handlebarsInEmbeddedState.scriptEmbedded.$S2",nextEmbedded:"@pop"}],[/<\/script/,{token:"@rematch",next:"@pop",nextEmbedded:"@pop"}]],style:[[/\{\{/,{token:"@rematch",switchTo:"@handlebarsInSimpleState.style"}],[/type/,"attribute.name","@styleAfterType"],[/"([^"]*)"/,"attribute.value"],[/'([^']*)'/,"attribute.value"],[/[\w\-]+/,"attribute.name"],[/=/,"delimiter"],[/>/,{token:"delimiter.html",next:"@styleEmbedded.text/css",nextEmbedded:"text/css"}],[/[ \t\r\n]+/],[/(<\/)(style\s*)(>)/,["delimiter.html","tag.html",{token:"delimiter.html",next:"@pop"}]]],styleAfterType:[[/\{\{/,{token:"@rematch",switchTo:"@handlebarsInSimpleState.styleAfterType"}],[/=/,"delimiter","@styleAfterTypeEquals"],[/>/,{token:"delimiter.html",next:"@styleEmbedded.text/css",nextEmbedded:"text/css"}],[/[ \t\r\n]+/],[/<\/style\s*>/,{token:"@rematch",next:"@pop"}]],styleAfterTypeEquals:[[/\{\{/,{token:"@rematch",switchTo:"@handlebarsInSimpleState.styleAfterTypeEquals"}],[/"([^"]*)"/,{token:"attribute.value",switchTo:"@styleWithCustomType.$1"}],[/'([^']*)'/,{token:"attribute.value",switchTo:"@styleWithCustomType.$1"}],[/>/,{token:"delimiter.html",next:"@styleEmbedded.text/css",nextEmbedded:"text/css"}],[/[ \t\r\n]+/],[/<\/style\s*>/,{token:"@rematch",next:"@pop"}]],styleWithCustomType:[[/\{\{/,{token:"@rematch",switchTo:"@handlebarsInSimpleState.styleWithCustomType.$S2"}],[/>/,{token:"delimiter.html",next:"@styleEmbedded.$S2",nextEmbedded:"$S2"}],[/"([^"]*)"/,"attribute.value"],[/'([^']*)'/,"attribute.value"],[/[\w\-]+/,"attribute.name"],[/=/,"delimiter"],[/[ \t\r\n]+/],[/<\/style\s*>/,{token:"@rematch",next:"@pop"}]],styleEmbedded:[[/\{\{/,{token:"@rematch",switchTo:"@handlebarsInEmbeddedState.styleEmbedded.$S2",nextEmbedded:"@pop"}],[/<\/style/,{token:"@rematch",next:"@pop",nextEmbedded:"@pop"}]],handlebarsInSimpleState:[[/\{\{\{?/,"delimiter.handlebars"],[/\}\}\}?/,{token:"delimiter.handlebars",switchTo:"@$S2.$S3"}],{include:"handlebarsRoot"}],handlebarsInEmbeddedState:[[/\{\{\{?/,"delimiter.handlebars"],[/\}\}\}?/,{token:"delimiter.handlebars",switchTo:"@$S2.$S3",nextEmbedded:"$S3"}],{include:"handlebarsRoot"}],handlebarsRoot:[[/"[^"]*"/,"string.handlebars"],[/[#/][^\s}]+/,"keyword.helper.handlebars"],[/else\b/,"keyword.helper.handlebars"],[/[\s]+/],[/[^}]/,"variable.parameter.handlebars"]]}}},64825:function(e,t,i){"use strict";i.r(t),(0,i(70266).H)({id:"hcl",extensions:[".tf",".tfvars",".hcl"],aliases:["Terraform","tf","HCL","hcl"],loader:()=>Promise.resolve().then(i.bind(i,17042))})},17042:function(e,t,i){"use strict";i.r(t),i.d(t,{conf:function(){return n},language:function(){return o}});var n={comments:{lineComment:"#",blockComment:["/*","*/"]},brackets:[["{","}"],["[","]"],["(",")"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"',notIn:["string"]}],surroundingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'}]},o={defaultToken:"",tokenPostfix:".hcl",keywords:["var","local","path","for_each","any","string","number","bool","true","false","null","if ","else ","endif ","for ","in","endfor"],operators:["=",">=","<=","==","!=","+","-","*","/","%","&&","||","!","<",">","?","...",":"],symbols:/[=>](?!@symbols)/,"@brackets"],[/@symbols/,{cases:{"@operators":"operator","@default":""}}],[/\d*\d+[eE]([\-+]?\d+)?/,"number.float"],[/\d*\.\d+([eE][\-+]?\d+)?/,"number.float"],[/\d[\d']*/,"number"],[/\d/,"number"],[/[;,.]/,"delimiter"],[/"/,"string","@string"],[/'/,"invalid"]],heredoc:[[/<<[-]*\s*["]?([\w\-]+)["]?/,{token:"string.heredoc.delimiter",next:"@heredocBody.$1"}]],heredocBody:[[/([\w\-]+)$/,{cases:{"$1==$S2":[{token:"string.heredoc.delimiter",next:"@popall"}],"@default":"string.heredoc"}}],[/./,"string.heredoc"]],whitespace:[[/[ \t\r\n]+/,""],[/\/\*/,"comment","@comment"],[/\/\/.*$/,"comment"],[/#.*$/,"comment"]],comment:[[/[^\/*]+/,"comment"],[/\*\//,"comment","@pop"],[/[\/*]/,"comment"]],string:[[/\$\{/,{token:"delimiter",next:"@stringExpression"}],[/[^\\"\$]+/,"string"],[/@escapes/,"string.escape"],[/\\./,"string.escape.invalid"],[/"/,"string","@popall"]],stringInsideExpression:[[/[^\\"]+/,"string"],[/@escapes/,"string.escape"],[/\\./,"string.escape.invalid"],[/"/,"string","@pop"]],stringExpression:[[/\}/,{token:"delimiter",next:"@pop"}],[/"/,"string","@stringInsideExpression"],{include:"@terraform"}]}}},77322:function(e,t,i){"use strict";i.r(t),(0,i(70266).H)({id:"html",extensions:[".html",".htm",".shtml",".xhtml",".mdoc",".jsp",".asp",".aspx",".jshtm"],aliases:["HTML","htm","html","xhtml"],mimetypes:["text/html","text/x-jshtm","text/template","text/ng-template"],loader:()=>Promise.resolve().then(i.bind(i,25231))})},25231:function(e,t,i){"use strict";i.r(t),i.d(t,{conf:function(){return d},language:function(){return u}});var n=i(54918),o=Object.defineProperty,r=Object.getOwnPropertyDescriptor,s=Object.getOwnPropertyNames,a=Object.prototype.hasOwnProperty,l={};((e,t,i,n)=>{if(t&&"object"==typeof t||"function"==typeof t)for(let i of s(t))a.call(e,i)||"default"===i||o(e,i,{get:()=>t[i],enumerable:!(n=r(t,i))||n.enumerable})})(l,n);var c=["area","base","br","col","embed","hr","img","input","keygen","link","menuitem","meta","param","source","track","wbr"],d={wordPattern:/(-?\d*\.\d\w*)|([^\`\~\!\@\$\^\&\*\(\)\=\+\[\{\]\}\\\|\;\:\'\"\,\.\<\>\/\s]+)/g,comments:{blockComment:["\x3c!--","--\x3e"]},brackets:[["\x3c!--","--\x3e"],["<",">"],["{","}"],["(",")"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"}],surroundingPairs:[{open:'"',close:'"'},{open:"'",close:"'"},{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:"<",close:">"}],onEnterRules:[{beforeText:new RegExp(`<(?!(?:${c.join("|")}))([_:\\w][_:\\w-.\\d]*)([^/>]*(?!/)>)[^<]*$`,"i"),afterText:/^<\/([_:\w][_:\w-.\d]*)\s*>$/i,action:{indentAction:l.languages.IndentAction.IndentOutdent}},{beforeText:new RegExp(`<(?!(?:${c.join("|")}))(\\w[\\w\\d]*)([^/>]*(?!/)>)[^<]*$`,"i"),action:{indentAction:l.languages.IndentAction.Indent}}],folding:{markers:{start:new RegExp("^\\s*\x3c!--\\s*#region\\b.*--\x3e"),end:new RegExp("^\\s*\x3c!--\\s*#endregion\\b.*--\x3e")}}},u={defaultToken:"",tokenPostfix:".html",ignoreCase:!0,tokenizer:{root:[[/)/,["delimiter","tag","","delimiter"]],[/(<)(script)/,["delimiter",{token:"tag",next:"@script"}]],[/(<)(style)/,["delimiter",{token:"tag",next:"@style"}]],[/(<)((?:[\w\-]+:)?[\w\-]+)/,["delimiter",{token:"tag",next:"@otherTag"}]],[/(<\/)((?:[\w\-]+:)?[\w\-]+)/,["delimiter",{token:"tag",next:"@otherTag"}]],[/]+/,"metatag.content"],[/>/,"metatag","@pop"]],comment:[[/-->/,"comment","@pop"],[/[^-]+/,"comment.content"],[/./,"comment.content"]],otherTag:[[/\/?>/,"delimiter","@pop"],[/"([^"]*)"/,"attribute.value"],[/'([^']*)'/,"attribute.value"],[/[\w\-]+/,"attribute.name"],[/=/,"delimiter"],[/[ \t\r\n]+/]],script:[[/type/,"attribute.name","@scriptAfterType"],[/"([^"]*)"/,"attribute.value"],[/'([^']*)'/,"attribute.value"],[/[\w\-]+/,"attribute.name"],[/=/,"delimiter"],[/>/,{token:"delimiter",next:"@scriptEmbedded",nextEmbedded:"text/javascript"}],[/[ \t\r\n]+/],[/(<\/)(script\s*)(>)/,["delimiter","tag",{token:"delimiter",next:"@pop"}]]],scriptAfterType:[[/=/,"delimiter","@scriptAfterTypeEquals"],[/>/,{token:"delimiter",next:"@scriptEmbedded",nextEmbedded:"text/javascript"}],[/[ \t\r\n]+/],[/<\/script\s*>/,{token:"@rematch",next:"@pop"}]],scriptAfterTypeEquals:[[/"([^"]*)"/,{token:"attribute.value",switchTo:"@scriptWithCustomType.$1"}],[/'([^']*)'/,{token:"attribute.value",switchTo:"@scriptWithCustomType.$1"}],[/>/,{token:"delimiter",next:"@scriptEmbedded",nextEmbedded:"text/javascript"}],[/[ \t\r\n]+/],[/<\/script\s*>/,{token:"@rematch",next:"@pop"}]],scriptWithCustomType:[[/>/,{token:"delimiter",next:"@scriptEmbedded.$S2",nextEmbedded:"$S2"}],[/"([^"]*)"/,"attribute.value"],[/'([^']*)'/,"attribute.value"],[/[\w\-]+/,"attribute.name"],[/=/,"delimiter"],[/[ \t\r\n]+/],[/<\/script\s*>/,{token:"@rematch",next:"@pop"}]],scriptEmbedded:[[/<\/script/,{token:"@rematch",next:"@pop",nextEmbedded:"@pop"}],[/[^<]+/,""]],style:[[/type/,"attribute.name","@styleAfterType"],[/"([^"]*)"/,"attribute.value"],[/'([^']*)'/,"attribute.value"],[/[\w\-]+/,"attribute.name"],[/=/,"delimiter"],[/>/,{token:"delimiter",next:"@styleEmbedded",nextEmbedded:"text/css"}],[/[ \t\r\n]+/],[/(<\/)(style\s*)(>)/,["delimiter","tag",{token:"delimiter",next:"@pop"}]]],styleAfterType:[[/=/,"delimiter","@styleAfterTypeEquals"],[/>/,{token:"delimiter",next:"@styleEmbedded",nextEmbedded:"text/css"}],[/[ \t\r\n]+/],[/<\/style\s*>/,{token:"@rematch",next:"@pop"}]],styleAfterTypeEquals:[[/"([^"]*)"/,{token:"attribute.value",switchTo:"@styleWithCustomType.$1"}],[/'([^']*)'/,{token:"attribute.value",switchTo:"@styleWithCustomType.$1"}],[/>/,{token:"delimiter",next:"@styleEmbedded",nextEmbedded:"text/css"}],[/[ \t\r\n]+/],[/<\/style\s*>/,{token:"@rematch",next:"@pop"}]],styleWithCustomType:[[/>/,{token:"delimiter",next:"@styleEmbedded.$S2",nextEmbedded:"$S2"}],[/"([^"]*)"/,"attribute.value"],[/'([^']*)'/,"attribute.value"],[/[\w\-]+/,"attribute.name"],[/=/,"delimiter"],[/[ \t\r\n]+/],[/<\/style\s*>/,{token:"@rematch",next:"@pop"}]],styleEmbedded:[[/<\/style/,{token:"@rematch",next:"@pop",nextEmbedded:"@pop"}],[/[^<]+/,""]]}}},62965:function(e,t,i){"use strict";i.r(t),(0,i(70266).H)({id:"ini",extensions:[".ini",".properties",".gitconfig"],filenames:["config",".gitattributes",".gitconfig",".editorconfig"],aliases:["Ini","ini"],loader:()=>Promise.resolve().then(i.bind(i,9178))})},9178:function(e,t,i){"use strict";i.r(t),i.d(t,{conf:function(){return n},language:function(){return o}});var n={comments:{lineComment:"#"},brackets:[["{","}"],["[","]"],["(",")"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"}],surroundingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"}]},o={defaultToken:"",tokenPostfix:".ini",escapes:/\\(?:[abfnrtv\\"']|x[0-9A-Fa-f]{1,4}|u[0-9A-Fa-f]{4}|U[0-9A-Fa-f]{8})/,tokenizer:{root:[[/^\[[^\]]*\]/,"metatag"],[/(^\w+)(\s*)(\=)/,["key","","delimiter"]],{include:"@whitespace"},[/\d+/,"number"],[/"([^"\\]|\\.)*$/,"string.invalid"],[/'([^'\\]|\\.)*$/,"string.invalid"],[/"/,"string",'@string."'],[/'/,"string","@string.'"]],whitespace:[[/[ \t\r\n]+/,""],[/^\s*[#;].*$/,"comment"]],string:[[/[^\\"']+/,"string"],[/@escapes/,"string.escape"],[/\\./,"string.escape.invalid"],[/["']/,{cases:{"$#==$S2":{token:"string",next:"@pop"},"@default":"string"}}]]}}},80571:function(e,t,i){"use strict";i.r(t),(0,i(70266).H)({id:"java",extensions:[".java",".jav"],aliases:["Java","java"],mimetypes:["text/x-java-source","text/x-java"],loader:()=>Promise.resolve().then(i.bind(i,65311))})},65311:function(e,t,i){"use strict";i.r(t),i.d(t,{conf:function(){return n},language:function(){return o}});var n={wordPattern:/(-?\d*\.\d\w*)|([^\`\~\!\#\%\^\&\*\(\)\-\=\+\[\{\]\}\\\|\;\:\'\"\,\.\<\>\/\?\s]+)/g,comments:{lineComment:"//",blockComment:["/*","*/"]},brackets:[["{","}"],["[","]"],["(",")"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"}],surroundingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"},{open:"<",close:">"}],folding:{markers:{start:new RegExp("^\\s*//\\s*(?:(?:#?region\\b)|(?:))")}}},o={defaultToken:"",tokenPostfix:".java",keywords:["abstract","continue","for","new","switch","assert","default","goto","package","synchronized","boolean","do","if","private","this","break","double","implements","protected","throw","byte","else","import","public","throws","case","enum","instanceof","return","transient","catch","extends","int","short","try","char","final","interface","static","void","class","finally","long","strictfp","volatile","const","float","native","super","while","true","false","yield","record","sealed","non-sealed","permits"],operators:["=",">","<","!","~","?",":","==","<=",">=","!=","&&","||","++","--","+","-","*","/","&","|","^","%","<<",">>",">>>","+=","-=","*=","/=","&=","|=","^=","%=","<<=",">>=",">>>="],symbols:/[=>](?!@symbols)/,"@brackets"],[/@symbols/,{cases:{"@operators":"delimiter","@default":""}}],[/@\s*[a-zA-Z_\$][\w\$]*/,"annotation"],[/(@digits)[eE]([\-+]?(@digits))?[fFdD]?/,"number.float"],[/(@digits)\.(@digits)([eE][\-+]?(@digits))?[fFdD]?/,"number.float"],[/0[xX](@hexdigits)[Ll]?/,"number.hex"],[/0(@octaldigits)[Ll]?/,"number.octal"],[/0[bB](@binarydigits)[Ll]?/,"number.binary"],[/(@digits)[fFdD]/,"number.float"],[/(@digits)[lL]?/,"number"],[/[;,.]/,"delimiter"],[/"([^"\\]|\\.)*$/,"string.invalid"],[/"""/,"string","@multistring"],[/"/,"string","@string"],[/'[^\\']'/,"string"],[/(')(@escapes)(')/,["string","string.escape","string"]],[/'/,"string.invalid"]],whitespace:[[/[ \t\r\n]+/,""],[/\/\*\*(?!\/)/,"comment.doc","@javadoc"],[/\/\*/,"comment","@comment"],[/\/\/.*$/,"comment"]],comment:[[/[^\/*]+/,"comment"],[/\*\//,"comment","@pop"],[/[\/*]/,"comment"]],javadoc:[[/[^\/*]+/,"comment.doc"],[/\/\*/,"comment.doc.invalid"],[/\*\//,"comment.doc","@pop"],[/[\/*]/,"comment.doc"]],string:[[/[^\\"]+/,"string"],[/@escapes/,"string.escape"],[/\\./,"string.escape.invalid"],[/"/,"string","@pop"]],multistring:[[/[^\\"]+/,"string"],[/@escapes/,"string.escape"],[/\\./,"string.escape.invalid"],[/"""/,"string","@pop"],[/./,"string"]]}}},89852:function(e,t,i){"use strict";i.r(t),(0,i(70266).H)({id:"javascript",extensions:[".js",".es6",".jsx",".mjs",".cjs"],firstLine:"^#!.*\\bnode",filenames:["jakefile"],aliases:["JavaScript","javascript","js"],mimetypes:["text/javascript"],loader:()=>Promise.resolve().then(i.bind(i,79785))})},79785:function(e,t,i){"use strict";i.r(t),i.d(t,{conf:function(){return o},language:function(){return r}});var n=i(18815),o=n.conf,r={defaultToken:"invalid",tokenPostfix:".js",keywords:["break","case","catch","class","continue","const","constructor","debugger","default","delete","do","else","export","extends","false","finally","for","from","function","get","if","import","in","instanceof","let","new","null","return","set","super","switch","symbol","this","throw","true","try","typeof","undefined","var","void","while","with","yield","async","await","of"],typeKeywords:[],operators:n.language.operators,symbols:n.language.symbols,escapes:n.language.escapes,digits:n.language.digits,octaldigits:n.language.octaldigits,binarydigits:n.language.binarydigits,hexdigits:n.language.hexdigits,regexpctl:n.language.regexpctl,regexpesc:n.language.regexpesc,tokenizer:n.language.tokenizer}},66424:function(e,t,i){"use strict";i.r(t),(0,i(70266).H)({id:"julia",extensions:[".jl"],aliases:["julia","Julia"],loader:()=>Promise.resolve().then(i.bind(i,80594))})},80594:function(e,t,i){"use strict";i.r(t),i.d(t,{conf:function(){return n},language:function(){return o}});var n={brackets:[["{","}"],["[","]"],["(",")"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"}],surroundingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"}]},o={tokenPostfix:".julia",keywords:["begin","while","if","for","try","return","break","continue","function","macro","quote","let","local","global","const","do","struct","module","baremodule","using","import","export","end","else","elseif","catch","finally","mutable","primitive","abstract","type","in","isa","where","new"],types:["LinRange","LineNumberNode","LinearIndices","LoadError","MIME","Matrix","Method","MethodError","Missing","MissingException","Module","NTuple","NamedTuple","Nothing","Number","OrdinalRange","OutOfMemoryError","OverflowError","Pair","PartialQuickSort","PermutedDimsArray","Pipe","Ptr","QuoteNode","Rational","RawFD","ReadOnlyMemoryError","Real","ReentrantLock","Ref","Regex","RegexMatch","RoundingMode","SegmentationFault","Set","Signed","Some","StackOverflowError","StepRange","StepRangeLen","StridedArray","StridedMatrix","StridedVecOrMat","StridedVector","String","StringIndexError","SubArray","SubString","SubstitutionString","Symbol","SystemError","Task","Text","TextDisplay","Timer","Tuple","Type","TypeError","TypeVar","UInt","UInt128","UInt16","UInt32","UInt64","UInt8","UndefInitializer","AbstractArray","UndefKeywordError","AbstractChannel","UndefRefError","AbstractChar","UndefVarError","AbstractDict","Union","AbstractDisplay","UnionAll","AbstractFloat","UnitRange","AbstractIrrational","Unsigned","AbstractMatrix","AbstractRange","Val","AbstractSet","Vararg","AbstractString","VecElement","AbstractUnitRange","VecOrMat","AbstractVecOrMat","Vector","AbstractVector","VersionNumber","Any","WeakKeyDict","ArgumentError","WeakRef","Array","AssertionError","BigFloat","BigInt","BitArray","BitMatrix","BitSet","BitVector","Bool","BoundsError","CapturedException","CartesianIndex","CartesianIndices","Cchar","Cdouble","Cfloat","Channel","Char","Cint","Cintmax_t","Clong","Clonglong","Cmd","Colon","Complex","ComplexF16","ComplexF32","ComplexF64","CompositeException","Condition","Cptrdiff_t","Cshort","Csize_t","Cssize_t","Cstring","Cuchar","Cuint","Cuintmax_t","Culong","Culonglong","Cushort","Cvoid","Cwchar_t","Cwstring","DataType","DenseArray","DenseMatrix","DenseVecOrMat","DenseVector","Dict","DimensionMismatch","Dims","DivideError","DomainError","EOFError","Enum","ErrorException","Exception","ExponentialBackOff","Expr","Float16","Float32","Float64","Function","GlobalRef","HTML","IO","IOBuffer","IOContext","IOStream","IdDict","IndexCartesian","IndexLinear","IndexStyle","InexactError","InitError","Int","Int128","Int16","Int32","Int64","Int8","Integer","InterruptException","InvalidStateException","Irrational","KeyError"],keywordops:["<:",">:",":","=>","...",".","->","?"],allops:/[^\w\d\s()\[\]{}"'#]+/,constants:["true","false","nothing","missing","undef","Inf","pi","NaN","π","ℯ","ans","PROGRAM_FILE","ARGS","C_NULL","VERSION","DEPOT_PATH","LOAD_PATH"],operators:["!","!=","!==","%","&","*","+","-","/","//","<","<<","<=","==","===","=>",">",">=",">>",">>>","\\","^","|","|>","~","÷","∈","∉","∋","∌","∘","√","∛","∩","∪","≈","≉","≠","≡","≢","≤","≥","⊆","⊇","⊈","⊉","⊊","⊋","⊻"],brackets:[{open:"(",close:")",token:"delimiter.parenthesis"},{open:"{",close:"}",token:"delimiter.curly"},{open:"[",close:"]",token:"delimiter.square"}],ident:/π|ℯ|\b(?!\d)\w+\b/,escape:/(?:[abefnrstv\\"'\n\r]|[0-7]{1,3}|x[0-9A-Fa-f]{1,2}|u[0-9A-Fa-f]{4})/,escapes:/\\(?:C\-(@escape|.)|c(@escape|.)|@escape)/,tokenizer:{root:[[/(::)\s*|\b(isa)\s+/,"keyword","@typeanno"],[/\b(isa)(\s*\(@ident\s*,\s*)/,["keyword",{token:"",next:"@typeanno"}]],[/\b(type|struct)[ \t]+/,"keyword","@typeanno"],[/^\s*:@ident[!?]?/,"metatag"],[/(return)(\s*:@ident[!?]?)/,["keyword","metatag"]],[/(\(|\[|\{|@allops)(\s*:@ident[!?]?)/,["","metatag"]],[/:\(/,"metatag","@quote"],[/r"""/,"regexp.delim","@tregexp"],[/r"/,"regexp.delim","@sregexp"],[/raw"""/,"string.delim","@rtstring"],[/[bv]?"""/,"string.delim","@dtstring"],[/raw"/,"string.delim","@rsstring"],[/[bv]?"/,"string.delim","@dsstring"],[/(@ident)\{/,{cases:{"$1@types":{token:"type",next:"@gen"},"@default":{token:"type",next:"@gen"}}}],[/@ident[!?'']?(?=\.?\()/,{cases:{"@types":"type","@keywords":"keyword","@constants":"variable","@default":"keyword.flow"}}],[/@ident[!?']?/,{cases:{"@types":"type","@keywords":"keyword","@constants":"variable","@default":"identifier"}}],[/\$\w+/,"key"],[/\$\(/,"key","@paste"],[/@@@ident/,"annotation"],{include:"@whitespace"},[/'(?:@escapes|.)'/,"string.character"],[/[()\[\]{}]/,"@brackets"],[/@allops/,{cases:{"@keywordops":"keyword","@operators":"operator"}}],[/[;,]/,"delimiter"],[/0[xX][0-9a-fA-F](_?[0-9a-fA-F])*/,"number.hex"],[/0[_oO][0-7](_?[0-7])*/,"number.octal"],[/0[bB][01](_?[01])*/,"number.binary"],[/[+\-]?\d+(\.\d+)?(im?|[eE][+\-]?\d+(\.\d+)?)?/,"number"]],typeanno:[[/[a-zA-Z_]\w*(?:\.[a-zA-Z_]\w*)*\{/,"type","@gen"],[/([a-zA-Z_]\w*(?:\.[a-zA-Z_]\w*)*)(\s*<:\s*)/,["type","keyword"]],[/[a-zA-Z_]\w*(?:\.[a-zA-Z_]\w*)*/,"type","@pop"],["","","@pop"]],gen:[[/[a-zA-Z_]\w*(?:\.[a-zA-Z_]\w*)*\{/,"type","@push"],[/[a-zA-Z_]\w*(?:\.[a-zA-Z_]\w*)*/,"type"],[/<:/,"keyword"],[/(\})(\s*<:\s*)/,["type",{token:"keyword",next:"@pop"}]],[/\}/,"type","@pop"],{include:"@root"}],quote:[[/\$\(/,"key","@paste"],[/\(/,"@brackets","@paren"],[/\)/,"metatag","@pop"],{include:"@root"}],paste:[[/:\(/,"metatag","@quote"],[/\(/,"@brackets","@paren"],[/\)/,"key","@pop"],{include:"@root"}],paren:[[/\$\(/,"key","@paste"],[/:\(/,"metatag","@quote"],[/\(/,"@brackets","@push"],[/\)/,"@brackets","@pop"],{include:"@root"}],sregexp:[[/^.*/,"invalid"],[/[^\\"()\[\]{}]/,"regexp"],[/[()\[\]{}]/,"@brackets"],[/\\./,"operator.scss"],[/"[imsx]*/,"regexp.delim","@pop"]],tregexp:[[/[^\\"()\[\]{}]/,"regexp"],[/[()\[\]{}]/,"@brackets"],[/\\./,"operator.scss"],[/"(?!"")/,"string"],[/"""[imsx]*/,"regexp.delim","@pop"]],rsstring:[[/^.*/,"invalid"],[/[^\\"]/,"string"],[/\\./,"string.escape"],[/"/,"string.delim","@pop"]],rtstring:[[/[^\\"]/,"string"],[/\\./,"string.escape"],[/"(?!"")/,"string"],[/"""/,"string.delim","@pop"]],dsstring:[[/^.*/,"invalid"],[/[^\\"\$]/,"string"],[/\$/,"","@interpolated"],[/@escapes/,"string.escape"],[/\\./,"string.escape.invalid"],[/"/,"string.delim","@pop"]],dtstring:[[/[^\\"\$]/,"string"],[/\$/,"","@interpolated"],[/@escapes/,"string.escape"],[/\\./,"string.escape.invalid"],[/"(?!"")/,"string"],[/"""/,"string.delim","@pop"]],interpolated:[[/\(/,{token:"",switchTo:"@interpolated_compound"}],[/[a-zA-Z_]\w*/,"identifier"],["","","@pop"]],interpolated_compound:[[/\)/,"","@pop"],{include:"@root"}],whitespace:[[/[ \t\r\n]+/,""],[/#=/,"comment","@multi_comment"],[/#.*$/,"comment"]],multi_comment:[[/#=/,"comment","@push"],[/=#/,"comment","@pop"],[/=(?!#)|#(?!=)/,"comment"],[/[^#=]+/,"comment"]]}}},93741:function(e,t,i){"use strict";i.r(t),(0,i(70266).H)({id:"kotlin",extensions:[".kt"],aliases:["Kotlin","kotlin"],mimetypes:["text/x-kotlin-source","text/x-kotlin"],loader:()=>Promise.resolve().then(i.bind(i,78933))})},78933:function(e,t,i){"use strict";i.r(t),i.d(t,{conf:function(){return n},language:function(){return o}});var n={wordPattern:/(-?\d*\.\d\w*)|([^\`\~\!\#\%\^\&\*\(\)\-\=\+\[\{\]\}\\\|\;\:\'\"\,\.\<\>\/\?\s]+)/g,comments:{lineComment:"//",blockComment:["/*","*/"]},brackets:[["{","}"],["[","]"],["(",")"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"}],surroundingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"},{open:"<",close:">"}],folding:{markers:{start:new RegExp("^\\s*//\\s*(?:(?:#?region\\b)|(?:))")}}},o={defaultToken:"",tokenPostfix:".kt",keywords:["as","as?","break","class","continue","do","else","false","for","fun","if","in","!in","interface","is","!is","null","object","package","return","super","this","throw","true","try","typealias","val","var","when","while","by","catch","constructor","delegate","dynamic","field","file","finally","get","import","init","param","property","receiver","set","setparam","where","actual","abstract","annotation","companion","const","crossinline","data","enum","expect","external","final","infix","inline","inner","internal","lateinit","noinline","open","operator","out","override","private","protected","public","reified","sealed","suspend","tailrec","vararg","field","it"],operators:["+","-","*","/","%","=","+=","-=","*=","/=","%=","++","--","&&","||","!","==","!=","===","!==",">","<","<=",">=","[","]","!!","?.","?:","::","..",":","?","->","@",";","$","_"],symbols:/[=>](?!@symbols)/,"@brackets"],[/@symbols/,{cases:{"@operators":"delimiter","@default":""}}],[/@\s*[a-zA-Z_\$][\w\$]*/,"annotation"],[/(@digits)[eE]([\-+]?(@digits))?[fFdD]?/,"number.float"],[/(@digits)\.(@digits)([eE][\-+]?(@digits))?[fFdD]?/,"number.float"],[/0[xX](@hexdigits)[Ll]?/,"number.hex"],[/0(@octaldigits)[Ll]?/,"number.octal"],[/0[bB](@binarydigits)[Ll]?/,"number.binary"],[/(@digits)[fFdD]/,"number.float"],[/(@digits)[lL]?/,"number"],[/[;,.]/,"delimiter"],[/"([^"\\]|\\.)*$/,"string.invalid"],[/"""/,"string","@multistring"],[/"/,"string","@string"],[/'[^\\']'/,"string"],[/(')(@escapes)(')/,["string","string.escape","string"]],[/'/,"string.invalid"]],whitespace:[[/[ \t\r\n]+/,""],[/\/\*\*(?!\/)/,"comment.doc","@javadoc"],[/\/\*/,"comment","@comment"],[/\/\/.*$/,"comment"]],comment:[[/[^\/*]+/,"comment"],[/\/\*/,"comment","@comment"],[/\*\//,"comment","@pop"],[/[\/*]/,"comment"]],javadoc:[[/[^\/*]+/,"comment.doc"],[/\/\*/,"comment.doc","@push"],[/\/\*/,"comment.doc.invalid"],[/\*\//,"comment.doc","@pop"],[/[\/*]/,"comment.doc"]],string:[[/[^\\"]+/,"string"],[/@escapes/,"string.escape"],[/\\./,"string.escape.invalid"],[/"/,"string","@pop"]],multistring:[[/[^\\"]+/,"string"],[/@escapes/,"string.escape"],[/\\./,"string.escape.invalid"],[/"""/,"string","@pop"],[/./,"string"]]}}},27174:function(e,t,i){"use strict";i.r(t),(0,i(70266).H)({id:"less",extensions:[".less"],aliases:["Less","less"],mimetypes:["text/x-less","text/less"],loader:()=>Promise.resolve().then(i.bind(i,1474))})},1474:function(e,t,i){"use strict";i.r(t),i.d(t,{conf:function(){return n},language:function(){return o}});var n={wordPattern:/(#?-?\d*\.\d\w*%?)|([@#!.:]?[\w-?]+%?)|[@#!.]/g,comments:{blockComment:["/*","*/"],lineComment:"//"},brackets:[["{","}"],["[","]"],["(",")"]],autoClosingPairs:[{open:"{",close:"}",notIn:["string","comment"]},{open:"[",close:"]",notIn:["string","comment"]},{open:"(",close:")",notIn:["string","comment"]},{open:'"',close:'"',notIn:["string","comment"]},{open:"'",close:"'",notIn:["string","comment"]}],surroundingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"}],folding:{markers:{start:new RegExp("^\\s*\\/\\*\\s*#region\\b\\s*(.*?)\\s*\\*\\/"),end:new RegExp("^\\s*\\/\\*\\s*#endregion\\b.*\\*\\/")}}},o={defaultToken:"",tokenPostfix:".less",identifier:"-?-?([a-zA-Z]|(\\\\(([0-9a-fA-F]{1,6}\\s?)|[^[0-9a-fA-F])))([\\w\\-]|(\\\\(([0-9a-fA-F]{1,6}\\s?)|[^[0-9a-fA-F])))*",identifierPlus:"-?-?([a-zA-Z:.]|(\\\\(([0-9a-fA-F]{1,6}\\s?)|[^[0-9a-fA-F])))([\\w\\-:.]|(\\\\(([0-9a-fA-F]{1,6}\\s?)|[^[0-9a-fA-F])))*",brackets:[{open:"{",close:"}",token:"delimiter.curly"},{open:"[",close:"]",token:"delimiter.bracket"},{open:"(",close:")",token:"delimiter.parenthesis"},{open:"<",close:">",token:"delimiter.angle"}],tokenizer:{root:[{include:"@nestedJSBegin"},["[ \\t\\r\\n]+",""],{include:"@comments"},{include:"@keyword"},{include:"@strings"},{include:"@numbers"},["[*_]?[a-zA-Z\\-\\s]+(?=:.*(;|(\\\\$)))","attribute.name","@attribute"],["url(\\-prefix)?\\(",{token:"tag",next:"@urldeclaration"}],["[{}()\\[\\]]","@brackets"],["[,:;]","delimiter"],["#@identifierPlus","tag.id"],["&","tag"],["\\.@identifierPlus(?=\\()","tag.class","@attribute"],["\\.@identifierPlus","tag.class"],["@identifierPlus","tag"],{include:"@operators"},["@(@identifier(?=[:,\\)]))","variable","@attribute"],["@(@identifier)","variable"],["@","key","@atRules"]],nestedJSBegin:[["``","delimiter.backtick"],["`",{token:"delimiter.backtick",next:"@nestedJSEnd",nextEmbedded:"text/javascript"}]],nestedJSEnd:[["`",{token:"delimiter.backtick",next:"@pop",nextEmbedded:"@pop"}]],operators:[["[<>=\\+\\-\\*\\/\\^\\|\\~]","operator"]],keyword:[["(@[\\s]*import|![\\s]*important|true|false|when|iscolor|isnumber|isstring|iskeyword|isurl|ispixel|ispercentage|isem|hue|saturation|lightness|alpha|lighten|darken|saturate|desaturate|fadein|fadeout|fade|spin|mix|round|ceil|floor|percentage)\\b","keyword"]],urldeclaration:[{include:"@strings"},["[^)\r\n]+","string"],["\\)",{token:"tag",next:"@pop"}]],attribute:[{include:"@nestedJSBegin"},{include:"@comments"},{include:"@strings"},{include:"@numbers"},{include:"@keyword"},["[a-zA-Z\\-]+(?=\\()","attribute.value","@attribute"],[">","operator","@pop"],["@identifier","attribute.value"],{include:"@operators"},["@(@identifier)","variable"],["[)\\}]","@brackets","@pop"],["[{}()\\[\\]>]","@brackets"],["[;]","delimiter","@pop"],["[,=:]","delimiter"],["\\s",""],[".","attribute.value"]],comments:[["\\/\\*","comment","@comment"],["\\/\\/+.*","comment"]],comment:[["\\*\\/","comment","@pop"],[".","comment"]],numbers:[["(\\d*\\.)?\\d+([eE][\\-+]?\\d+)?",{token:"attribute.value.number",next:"@units"}],["#[0-9a-fA-F_]+(?!\\w)","attribute.value.hex"]],units:[["(em|ex|ch|rem|vmin|vmax|vw|vh|vm|cm|mm|in|px|pt|pc|deg|grad|rad|turn|s|ms|Hz|kHz|%)?","attribute.value.unit","@pop"]],strings:[['~?"',{token:"string.delimiter",next:"@stringsEndDoubleQuote"}],["~?'",{token:"string.delimiter",next:"@stringsEndQuote"}]],stringsEndDoubleQuote:[['\\\\"',"string"],['"',{token:"string.delimiter",next:"@popall"}],[".","string"]],stringsEndQuote:[["\\\\'","string"],["'",{token:"string.delimiter",next:"@popall"}],[".","string"]],atRules:[{include:"@comments"},{include:"@strings"},["[()]","delimiter"],["[\\{;]","delimiter","@pop"],[".","key"]]}}},68971:function(e,t,i){"use strict";i.r(t),(0,i(70266).H)({id:"lexon",extensions:[".lex"],aliases:["Lexon"],loader:()=>Promise.resolve().then(i.bind(i,95897))})},95897:function(e,t,i){"use strict";i.r(t),i.d(t,{conf:function(){return n},language:function(){return o}});var n={comments:{lineComment:"COMMENT"},brackets:[["(",")"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:":",close:"."}],surroundingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:"`",close:"`"},{open:'"',close:'"'},{open:"'",close:"'"},{open:":",close:"."}],folding:{markers:{start:new RegExp("^\\s*(::\\s*|COMMENT\\s+)#region"),end:new RegExp("^\\s*(::\\s*|COMMENT\\s+)#endregion")}}},o={tokenPostfix:".lexon",ignoreCase:!0,keywords:["lexon","lex","clause","terms","contracts","may","pay","pays","appoints","into","to"],typeKeywords:["amount","person","key","time","date","asset","text"],operators:["less","greater","equal","le","gt","or","and","add","added","subtract","subtracted","multiply","multiplied","times","divide","divided","is","be","certified"],symbols:/[=>](?!@symbols)/,"@brackets"],[/@symbols/,"delimiter"],[/\d*\.\d*\.\d*/,"number.semver"],[/\d*\.\d+([eE][\-+]?\d+)?/,"number.float"],[/0[xX][0-9a-fA-F]+/,"number.hex"],[/\d+/,"number"],[/[;,.]/,"delimiter"]],quoted_identifier:[[/[^\\"]+/,"identifier"],[/"/,{token:"identifier.quote",bracket:"@close",next:"@pop"}]],space_identifier_until_period:[[":","delimiter"],[" ",{token:"white",next:"@identifier_rest"}]],identifier_until_period:[{include:"@whitespace"},[":",{token:"delimiter",next:"@identifier_rest"}],[/[^\\.]+/,"identifier"],[/\./,{token:"delimiter",bracket:"@close",next:"@pop"}]],identifier_rest:[[/[^\\.]+/,"identifier"],[/\./,{token:"delimiter",bracket:"@close",next:"@pop"}]],semver:[{include:"@whitespace"},[":","delimiter"],[/\d*\.\d*\.\d*/,{token:"number.semver",bracket:"@close",next:"@pop"}]],whitespace:[[/[ \t\r\n]+/,"white"]]}}},21401:function(e,t,i){"use strict";i.r(t),(0,i(70266).H)({id:"liquid",extensions:[".liquid",".html.liquid"],aliases:["Liquid","liquid"],mimetypes:["application/liquid"],loader:()=>Promise.resolve().then(i.bind(i,77801))})},77801:function(e,t,i){"use strict";i.r(t),i.d(t,{conf:function(){return d},language:function(){return u}});var n=i(54918),o=Object.defineProperty,r=Object.getOwnPropertyDescriptor,s=Object.getOwnPropertyNames,a=Object.prototype.hasOwnProperty,l={};((e,t,i,n)=>{if(t&&"object"==typeof t||"function"==typeof t)for(let i of s(t))a.call(e,i)||"default"===i||o(e,i,{get:()=>t[i],enumerable:!(n=r(t,i))||n.enumerable})})(l,n);var c=["area","base","br","col","embed","hr","img","input","keygen","link","menuitem","meta","param","source","track","wbr"],d={wordPattern:/(-?\d*\.\d\w*)|([^\`\~\!\@\$\^\&\*\(\)\=\+\[\{\]\}\\\|\;\:\'\"\,\.\<\>\/\s]+)/g,brackets:[["\x3c!--","--\x3e"],["<",">"],["{{","}}"],["{%","%}"],["{","}"],["(",")"]],autoClosingPairs:[{open:"{",close:"}"},{open:"%",close:"%"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"}],surroundingPairs:[{open:"<",close:">"},{open:'"',close:'"'},{open:"'",close:"'"}],onEnterRules:[{beforeText:new RegExp(`<(?!(?:${c.join("|")}))(\\w[\\w\\d]*)([^/>]*(?!/)>)[^<]*$`,"i"),afterText:/^<\/(\w[\w\d]*)\s*>$/i,action:{indentAction:l.languages.IndentAction.IndentOutdent}},{beforeText:new RegExp(`<(?!(?:${c.join("|")}))(\\w[\\w\\d]*)([^/>]*(?!/)>)[^<]*$`,"i"),action:{indentAction:l.languages.IndentAction.Indent}}]},u={defaultToken:"",tokenPostfix:"",builtinTags:["if","else","elseif","endif","render","assign","capture","endcapture","case","endcase","comment","endcomment","cycle","decrement","for","endfor","include","increment","layout","raw","endraw","render","tablerow","endtablerow","unless","endunless"],builtinFilters:["abs","append","at_least","at_most","capitalize","ceil","compact","date","default","divided_by","downcase","escape","escape_once","first","floor","join","json","last","lstrip","map","minus","modulo","newline_to_br","plus","prepend","remove","remove_first","replace","replace_first","reverse","round","rstrip","size","slice","sort","sort_natural","split","strip","strip_html","strip_newlines","times","truncate","truncatewords","uniq","upcase","url_decode","url_encode","where"],constants:["true","false"],operators:["==","!=",">","<",">=","<="],symbol:/[=>)/,["delimiter.html","tag.html","delimiter.html"]],[/(<)([:\w]+)/,["delimiter.html",{token:"tag.html",next:"@otherTag"}]],[/(<\/)([\w\-]+)/,["delimiter.html",{token:"tag.html",next:"@otherTag"}]],[//,"delimiter.html","@pop"],[/"([^"]*)"/,"attribute.value"],[/'([^']*)'/,"attribute.value"],[/[\w\-]+/,"attribute.name"],[/=/,"delimiter"],[/[ \t\r\n]+/]],liquidState:[[/\{\{/,"delimiter.output.liquid"],[/\}\}/,{token:"delimiter.output.liquid",switchTo:"@$S2.$S3"}],[/\{\%/,"delimiter.tag.liquid"],[/raw\s*\%\}/,"delimiter.tag.liquid","@liquidRaw"],[/\%\}/,{token:"delimiter.tag.liquid",switchTo:"@$S2.$S3"}],{include:"liquidRoot"}],liquidRaw:[[/^(?!\{\%\s*endraw\s*\%\}).+/],[/\{\%/,"delimiter.tag.liquid"],[/@identifier/],[/\%\}/,{token:"delimiter.tag.liquid",next:"@root"}]],liquidRoot:[[/\d+(\.\d+)?/,"number.liquid"],[/"[^"]*"/,"string.liquid"],[/'[^']*'/,"string.liquid"],[/\s+/],[/@symbol/,{cases:{"@operators":"operator.liquid","@default":""}}],[/\./],[/@identifier/,{cases:{"@constants":"keyword.liquid","@builtinFilters":"predefined.liquid","@builtinTags":"predefined.liquid","@default":"variable.liquid"}}],[/[^}|%]/,"variable.liquid"]]}}},50612:function(e,t,i){"use strict";i.r(t),(0,i(70266).H)({id:"lua",extensions:[".lua"],aliases:["Lua","lua"],loader:()=>Promise.resolve().then(i.bind(i,21428))})},21428:function(e,t,i){"use strict";i.r(t),i.d(t,{conf:function(){return n},language:function(){return o}});var n={comments:{lineComment:"--",blockComment:["--[[","]]"]},brackets:[["{","}"],["[","]"],["(",")"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"}],surroundingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"}]},o={defaultToken:"",tokenPostfix:".lua",keywords:["and","break","do","else","elseif","end","false","for","function","goto","if","in","local","nil","not","or","repeat","return","then","true","until","while"],brackets:[{token:"delimiter.bracket",open:"{",close:"}"},{token:"delimiter.array",open:"[",close:"]"},{token:"delimiter.parenthesis",open:"(",close:")"}],operators:["+","-","*","/","%","^","#","==","~=","<=",">=","<",">","=",";",":",",",".","..","..."],symbols:/[=>Promise.resolve().then(i.bind(i,76540))})},76540:function(e,t,i){"use strict";i.r(t),i.d(t,{conf:function(){return n},language:function(){return o}});var n={comments:{blockComment:["(*","*)"]},brackets:[["{","}"],["[","]"],["(",")"]],autoClosingPairs:[{open:"[",close:"]"},{open:"{",close:"}"},{open:"(",close:")"},{open:"(*",close:"*)"},{open:"<*",close:"*>"},{open:"'",close:"'",notIn:["string","comment"]},{open:'"',close:'"',notIn:["string","comment"]}]},o={defaultToken:"",tokenPostfix:".m3",brackets:[{token:"delimiter.curly",open:"{",close:"}"},{token:"delimiter.parenthesis",open:"(",close:")"},{token:"delimiter.square",open:"[",close:"]"}],keywords:["AND","ANY","ARRAY","AS","BEGIN","BITS","BRANDED","BY","CASE","CONST","DIV","DO","ELSE","ELSIF","END","EVAL","EXCEPT","EXCEPTION","EXIT","EXPORTS","FINALLY","FOR","FROM","GENERIC","IF","IMPORT","IN","INTERFACE","LOCK","LOOP","METHODS","MOD","MODULE","NOT","OBJECT","OF","OR","OVERRIDES","PROCEDURE","RAISE","RAISES","READONLY","RECORD","REF","REPEAT","RETURN","REVEAL","SET","THEN","TO","TRY","TYPE","TYPECASE","UNSAFE","UNTIL","UNTRACED","VALUE","VAR","WHILE","WITH"],reservedConstNames:["ABS","ADR","ADRSIZE","BITSIZE","BYTESIZE","CEILING","DEC","DISPOSE","FALSE","FIRST","FLOAT","FLOOR","INC","ISTYPE","LAST","LOOPHOLE","MAX","MIN","NARROW","NEW","NIL","NUMBER","ORD","ROUND","SUBARRAY","TRUE","TRUNC","TYPECODE","VAL"],reservedTypeNames:["ADDRESS","ANY","BOOLEAN","CARDINAL","CHAR","EXTENDED","INTEGER","LONGCARD","LONGINT","LONGREAL","MUTEX","NULL","REAL","REFANY","ROOT","TEXT"],operators:["+","-","*","/","&","^","."],relations:["=","#","<","<=",">",">=","<:",":"],delimiters:["|","..","=>",",",";",":="],symbols:/[>=<#.,:;+\-*/&^]+/,escapes:/\\(?:[\\fnrt"']|[0-7]{3})/,tokenizer:{root:[[/_\w*/,"invalid"],[/[a-zA-Z][a-zA-Z0-9_]*/,{cases:{"@keywords":{token:"keyword.$0"},"@reservedConstNames":{token:"constant.reserved.$0"},"@reservedTypeNames":{token:"type.reserved.$0"},"@default":"identifier"}}],{include:"@whitespace"},[/[{}()\[\]]/,"@brackets"],[/[0-9]+\.[0-9]+(?:[DdEeXx][\+\-]?[0-9]+)?/,"number.float"],[/[0-9]+(?:\_[0-9a-fA-F]+)?L?/,"number"],[/@symbols/,{cases:{"@operators":"operators","@relations":"operators","@delimiters":"delimiter","@default":"invalid"}}],[/'[^\\']'/,"string.char"],[/(')(@escapes)(')/,["string.char","string.escape","string.char"]],[/'/,"invalid"],[/"([^"\\]|\\.)*$/,"invalid"],[/"/,"string.text","@text"]],text:[[/[^\\"]+/,"string.text"],[/@escapes/,"string.escape"],[/\\./,"invalid"],[/"/,"string.text","@pop"]],comment:[[/\(\*/,"comment","@push"],[/\*\)/,"comment","@pop"],[/./,"comment"]],pragma:[[/<\*/,"keyword.pragma","@push"],[/\*>/,"keyword.pragma","@pop"],[/./,"keyword.pragma"]],whitespace:[[/[ \t\r\n]+/,"white"],[/\(\*/,"comment","@comment"],[/<\*/,"keyword.pragma","@pragma"]]}}},20366:function(e,t,i){"use strict";i.r(t),(0,i(70266).H)({id:"markdown",extensions:[".md",".markdown",".mdown",".mkdn",".mkd",".mdwn",".mdtxt",".mdtext"],aliases:["Markdown","markdown"],loader:()=>Promise.resolve().then(i.bind(i,21261))})},21261:function(e,t,i){"use strict";i.r(t),i.d(t,{conf:function(){return n},language:function(){return o}});var n={comments:{blockComment:["\x3c!--","--\x3e"]},brackets:[["{","}"],["[","]"],["(",")"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:"<",close:">",notIn:["string"]}],surroundingPairs:[{open:"(",close:")"},{open:"[",close:"]"},{open:"`",close:"`"}],folding:{markers:{start:new RegExp("^\\s*\x3c!--\\s*#?region\\b.*--\x3e"),end:new RegExp("^\\s*\x3c!--\\s*#?endregion\\b.*--\x3e")}}},o={defaultToken:"",tokenPostfix:".md",control:/[\\`*_\[\]{}()#+\-\.!]/,noncontrol:/[^\\`*_\[\]{}()#+\-\.!]/,escapes:/\\(?:@control)/,jsescapes:/\\(?:[btnfr\\"']|[0-7][0-7]?|[0-3][0-7]{2})/,empty:["area","base","basefont","br","col","frame","hr","img","input","isindex","link","meta","param"],tokenizer:{root:[[/^\s*\|/,"@rematch","@table_header"],[/^(\s{0,3})(#+)((?:[^\\#]|@escapes)+)((?:#+)?)/,["white","keyword","keyword","keyword"]],[/^\s*(=+|\-+)\s*$/,"keyword"],[/^\s*((\*[ ]?)+)\s*$/,"meta.separator"],[/^\s*>+/,"comment"],[/^\s*([\*\-+:]|\d+\.)\s/,"keyword"],[/^(\t|[ ]{4})[^ ].*$/,"string"],[/^\s*~~~\s*((?:\w|[\/\-#])+)?\s*$/,{token:"string",next:"@codeblock"}],[/^\s*```\s*((?:\w|[\/\-#])+).*$/,{token:"string",next:"@codeblockgh",nextEmbedded:"$1"}],[/^\s*```\s*$/,{token:"string",next:"@codeblock"}],{include:"@linecontent"}],table_header:[{include:"@table_common"},[/[^\|]+/,"keyword.table.header"]],table_body:[{include:"@table_common"},{include:"@linecontent"}],table_common:[[/\s*[\-:]+\s*/,{token:"keyword",switchTo:"table_body"}],[/^\s*\|/,"keyword.table.left"],[/^\s*[^\|]/,"@rematch","@pop"],[/^\s*$/,"@rematch","@pop"],[/\|/,{cases:{"@eos":"keyword.table.right","@default":"keyword.table.middle"}}]],codeblock:[[/^\s*~~~\s*$/,{token:"string",next:"@pop"}],[/^\s*```\s*$/,{token:"string",next:"@pop"}],[/.*$/,"variable.source"]],codeblockgh:[[/```\s*$/,{token:"string",next:"@pop",nextEmbedded:"@pop"}],[/[^`]+/,"variable.source"]],linecontent:[[/&\w+;/,"string.escape"],[/@escapes/,"escape"],[/\b__([^\\_]|@escapes|_(?!_))+__\b/,"strong"],[/\*\*([^\\*]|@escapes|\*(?!\*))+\*\*/,"strong"],[/\b_[^_]+_\b/,"emphasis"],[/\*([^\\*]|@escapes)+\*/,"emphasis"],[/`([^\\`]|@escapes)+`/,"variable"],[/\{+[^}]+\}+/,"string.target"],[/(!?\[)((?:[^\]\\]|@escapes)*)(\]\([^\)]+\))/,["string.link","","string.link"]],[/(!?\[)((?:[^\]\\]|@escapes)*)(\])/,"string.link"],{include:"html"}],html:[[/<(\w+)\/>/,"tag"],[/<(\w+)(\-|\w)*/,{cases:{"@empty":{token:"tag",next:"@tag.$1"},"@default":{token:"tag",next:"@tag.$1"}}}],[/<\/(\w+)(\-|\w)*\s*>/,{token:"tag"}],[//,"comment","@pop"],[//,"comment.html","@pop"],[/[^-]+/,"comment.content.html"],[/./,"comment.content.html"]],otherTag:[[/<\?((php)|=)?/,{token:"@rematch",switchTo:"@phpInSimpleState.otherTag"}],[/\/?>/,"delimiter.html","@pop"],[/"([^"]*)"/,"attribute.value"],[/'([^']*)'/,"attribute.value"],[/[\w\-]+/,"attribute.name"],[/=/,"delimiter"],[/[ \t\r\n]+/]],script:[[/<\?((php)|=)?/,{token:"@rematch",switchTo:"@phpInSimpleState.script"}],[/type/,"attribute.name","@scriptAfterType"],[/"([^"]*)"/,"attribute.value"],[/'([^']*)'/,"attribute.value"],[/[\w\-]+/,"attribute.name"],[/=/,"delimiter"],[/>/,{token:"delimiter.html",next:"@scriptEmbedded.text/javascript",nextEmbedded:"text/javascript"}],[/[ \t\r\n]+/],[/(<\/)(script\s*)(>)/,["delimiter.html","tag.html",{token:"delimiter.html",next:"@pop"}]]],scriptAfterType:[[/<\?((php)|=)?/,{token:"@rematch",switchTo:"@phpInSimpleState.scriptAfterType"}],[/=/,"delimiter","@scriptAfterTypeEquals"],[/>/,{token:"delimiter.html",next:"@scriptEmbedded.text/javascript",nextEmbedded:"text/javascript"}],[/[ \t\r\n]+/],[/<\/script\s*>/,{token:"@rematch",next:"@pop"}]],scriptAfterTypeEquals:[[/<\?((php)|=)?/,{token:"@rematch",switchTo:"@phpInSimpleState.scriptAfterTypeEquals"}],[/"([^"]*)"/,{token:"attribute.value",switchTo:"@scriptWithCustomType.$1"}],[/'([^']*)'/,{token:"attribute.value",switchTo:"@scriptWithCustomType.$1"}],[/>/,{token:"delimiter.html",next:"@scriptEmbedded.text/javascript",nextEmbedded:"text/javascript"}],[/[ \t\r\n]+/],[/<\/script\s*>/,{token:"@rematch",next:"@pop"}]],scriptWithCustomType:[[/<\?((php)|=)?/,{token:"@rematch",switchTo:"@phpInSimpleState.scriptWithCustomType.$S2"}],[/>/,{token:"delimiter.html",next:"@scriptEmbedded.$S2",nextEmbedded:"$S2"}],[/"([^"]*)"/,"attribute.value"],[/'([^']*)'/,"attribute.value"],[/[\w\-]+/,"attribute.name"],[/=/,"delimiter"],[/[ \t\r\n]+/],[/<\/script\s*>/,{token:"@rematch",next:"@pop"}]],scriptEmbedded:[[/<\?((php)|=)?/,{token:"@rematch",switchTo:"@phpInEmbeddedState.scriptEmbedded.$S2",nextEmbedded:"@pop"}],[/<\/script/,{token:"@rematch",next:"@pop",nextEmbedded:"@pop"}]],style:[[/<\?((php)|=)?/,{token:"@rematch",switchTo:"@phpInSimpleState.style"}],[/type/,"attribute.name","@styleAfterType"],[/"([^"]*)"/,"attribute.value"],[/'([^']*)'/,"attribute.value"],[/[\w\-]+/,"attribute.name"],[/=/,"delimiter"],[/>/,{token:"delimiter.html",next:"@styleEmbedded.text/css",nextEmbedded:"text/css"}],[/[ \t\r\n]+/],[/(<\/)(style\s*)(>)/,["delimiter.html","tag.html",{token:"delimiter.html",next:"@pop"}]]],styleAfterType:[[/<\?((php)|=)?/,{token:"@rematch",switchTo:"@phpInSimpleState.styleAfterType"}],[/=/,"delimiter","@styleAfterTypeEquals"],[/>/,{token:"delimiter.html",next:"@styleEmbedded.text/css",nextEmbedded:"text/css"}],[/[ \t\r\n]+/],[/<\/style\s*>/,{token:"@rematch",next:"@pop"}]],styleAfterTypeEquals:[[/<\?((php)|=)?/,{token:"@rematch",switchTo:"@phpInSimpleState.styleAfterTypeEquals"}],[/"([^"]*)"/,{token:"attribute.value",switchTo:"@styleWithCustomType.$1"}],[/'([^']*)'/,{token:"attribute.value",switchTo:"@styleWithCustomType.$1"}],[/>/,{token:"delimiter.html",next:"@styleEmbedded.text/css",nextEmbedded:"text/css"}],[/[ \t\r\n]+/],[/<\/style\s*>/,{token:"@rematch",next:"@pop"}]],styleWithCustomType:[[/<\?((php)|=)?/,{token:"@rematch",switchTo:"@phpInSimpleState.styleWithCustomType.$S2"}],[/>/,{token:"delimiter.html",next:"@styleEmbedded.$S2",nextEmbedded:"$S2"}],[/"([^"]*)"/,"attribute.value"],[/'([^']*)'/,"attribute.value"],[/[\w\-]+/,"attribute.name"],[/=/,"delimiter"],[/[ \t\r\n]+/],[/<\/style\s*>/,{token:"@rematch",next:"@pop"}]],styleEmbedded:[[/<\?((php)|=)?/,{token:"@rematch",switchTo:"@phpInEmbeddedState.styleEmbedded.$S2",nextEmbedded:"@pop"}],[/<\/style/,{token:"@rematch",next:"@pop",nextEmbedded:"@pop"}]],phpInSimpleState:[[/<\?((php)|=)?/,"metatag.php"],[/\?>/,{token:"metatag.php",switchTo:"@$S2.$S3"}],{include:"phpRoot"}],phpInEmbeddedState:[[/<\?((php)|=)?/,"metatag.php"],[/\?>/,{token:"metatag.php",switchTo:"@$S2.$S3",nextEmbedded:"$S3"}],{include:"phpRoot"}],phpRoot:[[/[a-zA-Z_]\w*/,{cases:{"@phpKeywords":{token:"keyword.php"},"@phpCompileTimeConstants":{token:"constant.php"},"@default":"identifier.php"}}],[/[$a-zA-Z_]\w*/,{cases:{"@phpPreDefinedVariables":{token:"variable.predefined.php"},"@default":"variable.php"}}],[/[{}]/,"delimiter.bracket.php"],[/[\[\]]/,"delimiter.array.php"],[/[()]/,"delimiter.parenthesis.php"],[/[ \t\r\n]+/],[/(#|\/\/)$/,"comment.php"],[/(#|\/\/)/,"comment.php","@phpLineComment"],[/\/\*/,"comment.php","@phpComment"],[/"/,"string.php","@phpDoubleQuoteString"],[/'/,"string.php","@phpSingleQuoteString"],[/[\+\-\*\%\&\|\^\~\!\=\<\>\/\?\;\:\.\,\@]/,"delimiter.php"],[/\d*\d+[eE]([\-+]?\d+)?/,"number.float.php"],[/\d*\.\d+([eE][\-+]?\d+)?/,"number.float.php"],[/0[xX][0-9a-fA-F']*[0-9a-fA-F]/,"number.hex.php"],[/0[0-7']*[0-7]/,"number.octal.php"],[/0[bB][0-1']*[0-1]/,"number.binary.php"],[/\d[\d']*/,"number.php"],[/\d/,"number.php"]],phpComment:[[/\*\//,"comment.php","@pop"],[/[^*]+/,"comment.php"],[/./,"comment.php"]],phpLineComment:[[/\?>/,{token:"@rematch",next:"@pop"}],[/.$/,"comment.php","@pop"],[/[^?]+$/,"comment.php","@pop"],[/[^?]+/,"comment.php"],[/./,"comment.php"]],phpDoubleQuoteString:[[/[^\\"]+/,"string.php"],[/@escapes/,"string.escape.php"],[/\\./,"string.escape.invalid.php"],[/"/,"string.php","@pop"]],phpSingleQuoteString:[[/[^\\']+/,"string.php"],[/@escapes/,"string.escape.php"],[/\\./,"string.escape.invalid.php"],[/'/,"string.php","@pop"]]},phpKeywords:["abstract","and","array","as","break","callable","case","catch","cfunction","class","clone","const","continue","declare","default","do","else","elseif","enddeclare","endfor","endforeach","endif","endswitch","endwhile","extends","false","final","for","foreach","function","global","goto","if","implements","interface","instanceof","insteadof","namespace","new","null","object","old_function","or","private","protected","public","resource","static","switch","throw","trait","try","true","use","var","while","xor","die","echo","empty","exit","eval","include","include_once","isset","list","require","require_once","return","print","unset","yield","__construct"],phpCompileTimeConstants:["__CLASS__","__DIR__","__FILE__","__LINE__","__NAMESPACE__","__METHOD__","__FUNCTION__","__TRAIT__"],phpPreDefinedVariables:["$GLOBALS","$_SERVER","$_GET","$_POST","$_FILES","$_REQUEST","$_SESSION","$_ENV","$_COOKIE","$php_errormsg","$HTTP_RAW_POST_DATA","$http_response_header","$argc","$argv"],escapes:/\\(?:[abfnrtv\\"']|x[0-9A-Fa-f]{1,4}|u[0-9A-Fa-f]{4}|U[0-9A-Fa-f]{8})/}},79931:function(e,t,i){"use strict";i.r(t),(0,i(70266).H)({id:"pla",extensions:[".pla"],loader:()=>Promise.resolve().then(i.bind(i,16638))})},16638:function(e,t,i){"use strict";i.r(t),i.d(t,{conf:function(){return n},language:function(){return o}});var n={comments:{lineComment:"#"},brackets:[["[","]"],["<",">"],["(",")"]],autoClosingPairs:[{open:"[",close:"]"},{open:"<",close:">"},{open:"(",close:")"}],surroundingPairs:[{open:"[",close:"]"},{open:"<",close:">"},{open:"(",close:")"}]},o={defaultToken:"",tokenPostfix:".pla",brackets:[{open:"[",close:"]",token:"delimiter.square"},{open:"<",close:">",token:"delimiter.angle"},{open:"(",close:")",token:"delimiter.parenthesis"}],keywords:[".i",".o",".mv",".ilb",".ob",".label",".type",".phase",".pair",".symbolic",".symbolic-output",".kiss",".p",".e",".end"],comment:/#.*$/,identifier:/[a-zA-Z]+[a-zA-Z0-9_\-]*/,plaContent:/[01\-~\|]+/,tokenizer:{root:[{include:"@whitespace"},[/@comment/,"comment"],[/\.([a-zA-Z_\-]+)/,{cases:{"@eos":{token:"keyword.$1"},"@keywords":{cases:{".type":{token:"keyword.$1",next:"@type"},"@default":{token:"keyword.$1",next:"@keywordArg"}}},"@default":{token:"keyword.$1"}}}],[/@identifier/,"identifier"],[/@plaContent/,"string"]],whitespace:[[/[ \t\r\n]+/,""]],type:[{include:"@whitespace"},[/\w+/,{token:"type",next:"@pop"}]],keywordArg:[[/[ \t\r\n]+/,{cases:{"@eos":{token:"",next:"@pop"},"@default":""}}],[/@comment/,"comment","@pop"],[/[<>()\[\]]/,{cases:{"@eos":{token:"@brackets",next:"@pop"},"@default":"@brackets"}}],[/\-?\d+/,{cases:{"@eos":{token:"number",next:"@pop"},"@default":"number"}}],[/@identifier/,{cases:{"@eos":{token:"identifier",next:"@pop"},"@default":"identifier"}}],[/[;=]/,{cases:{"@eos":{token:"delimiter",next:"@pop"},"@default":"delimiter"}}]]}}},53828:function(e,t,i){"use strict";i.r(t),(0,i(70266).H)({id:"postiats",extensions:[".dats",".sats",".hats"],aliases:["ATS","ATS/Postiats"],loader:()=>Promise.resolve().then(i.bind(i,86958))})},86958:function(e,t,i){"use strict";i.r(t),i.d(t,{conf:function(){return n},language:function(){return o}});var n={comments:{lineComment:"//",blockComment:["(*","*)"]},brackets:[["{","}"],["[","]"],["(",")"],["<",">"]],autoClosingPairs:[{open:'"',close:'"',notIn:["string","comment"]},{open:"{",close:"}",notIn:["string","comment"]},{open:"[",close:"]",notIn:["string","comment"]},{open:"(",close:")",notIn:["string","comment"]}]},o={tokenPostfix:".pats",defaultToken:"invalid",keywords:["abstype","abst0ype","absprop","absview","absvtype","absviewtype","absvt0ype","absviewt0ype","as","and","assume","begin","classdec","datasort","datatype","dataprop","dataview","datavtype","dataviewtype","do","end","extern","extype","extvar","exception","fn","fnx","fun","prfn","prfun","praxi","castfn","if","then","else","ifcase","in","infix","infixl","infixr","prefix","postfix","implmnt","implement","primplmnt","primplement","import","let","local","macdef","macrodef","nonfix","symelim","symintr","overload","of","op","rec","sif","scase","sortdef","sta","stacst","stadef","static","staload","dynload","try","tkindef","typedef","propdef","viewdef","vtypedef","viewtypedef","prval","var","prvar","when","where","with","withtype","withprop","withview","withvtype","withviewtype"],keywords_dlr:["$delay","$ldelay","$arrpsz","$arrptrsize","$d2ctype","$effmask","$effmask_ntm","$effmask_exn","$effmask_ref","$effmask_wrt","$effmask_all","$extern","$extkind","$extype","$extype_struct","$extval","$extfcall","$extmcall","$literal","$myfilename","$mylocation","$myfunction","$lst","$lst_t","$lst_vt","$list","$list_t","$list_vt","$rec","$rec_t","$rec_vt","$record","$record_t","$record_vt","$tup","$tup_t","$tup_vt","$tuple","$tuple_t","$tuple_vt","$break","$continue","$raise","$showtype","$vcopyenv_v","$vcopyenv_vt","$tempenver","$solver_assert","$solver_verify"],keywords_srp:["#if","#ifdef","#ifndef","#then","#elif","#elifdef","#elifndef","#else","#endif","#error","#prerr","#print","#assert","#undef","#define","#include","#require","#pragma","#codegen2","#codegen3"],irregular_keyword_list:["val+","val-","val","case+","case-","case","addr@","addr","fold@","free@","fix@","fix","lam@","lam","llam@","llam","viewt@ype+","viewt@ype-","viewt@ype","viewtype+","viewtype-","viewtype","view+","view-","view@","view","type+","type-","type","vtype+","vtype-","vtype","vt@ype+","vt@ype-","vt@ype","viewt@ype+","viewt@ype-","viewt@ype","viewtype+","viewtype-","viewtype","prop+","prop-","prop","type+","type-","type","t@ype","t@ype+","t@ype-","abst@ype","abstype","absviewt@ype","absvt@ype","for*","for","while*","while"],keywords_types:["bool","double","byte","int","short","char","void","unit","long","float","string","strptr"],keywords_effects:["0","fun","clo","prf","funclo","cloptr","cloref","ref","ntm","1"],operators:["@","!","|","`",":","$",".","=","#","~","..","...","=>","=<>","=/=>","=>>","=/=>>","<",">","><",".<",">.",".<>.","->","-<>"],brackets:[{open:",(",close:")",token:"delimiter.parenthesis"},{open:"`(",close:")",token:"delimiter.parenthesis"},{open:"%(",close:")",token:"delimiter.parenthesis"},{open:"'(",close:")",token:"delimiter.parenthesis"},{open:"'{",close:"}",token:"delimiter.parenthesis"},{open:"@(",close:")",token:"delimiter.parenthesis"},{open:"@{",close:"}",token:"delimiter.brace"},{open:"@[",close:"]",token:"delimiter.square"},{open:"#[",close:"]",token:"delimiter.square"},{open:"{",close:"}",token:"delimiter.curly"},{open:"[",close:"]",token:"delimiter.square"},{open:"(",close:")",token:"delimiter.parenthesis"},{open:"<",close:">",token:"delimiter.angle"}],symbols:/[=>]/,digit:/[0-9]/,digitseq0:/@digit*/,xdigit:/[0-9A-Za-z]/,xdigitseq0:/@xdigit*/,INTSP:/[lLuU]/,FLOATSP:/[fFlL]/,fexponent:/[eE][+-]?[0-9]+/,fexponent_bin:/[pP][+-]?[0-9]+/,deciexp:/\.[0-9]*@fexponent?/,hexiexp:/\.[0-9a-zA-Z]*@fexponent_bin?/,irregular_keywords:/val[+-]?|case[+-]?|addr\@?|fold\@|free\@|fix\@?|lam\@?|llam\@?|prop[+-]?|type[+-]?|view[+-@]?|viewt@?ype[+-]?|t@?ype[+-]?|v(iew)?t@?ype[+-]?|abst@?ype|absv(iew)?t@?ype|for\*?|while\*?/,ESCHAR:/[ntvbrfa\\\?'"\(\[\{]/,start:"root",tokenizer:{root:[{regex:/[ \t\r\n]+/,action:{token:""}},{regex:/\(\*\)/,action:{token:"invalid"}},{regex:/\(\*/,action:{token:"comment",next:"lexing_COMMENT_block_ml"}},{regex:/\(/,action:"@brackets"},{regex:/\)/,action:"@brackets"},{regex:/\[/,action:"@brackets"},{regex:/\]/,action:"@brackets"},{regex:/\{/,action:"@brackets"},{regex:/\}/,action:"@brackets"},{regex:/,\(/,action:"@brackets"},{regex:/,/,action:{token:"delimiter.comma"}},{regex:/;/,action:{token:"delimiter.semicolon"}},{regex:/@\(/,action:"@brackets"},{regex:/@\[/,action:"@brackets"},{regex:/@\{/,action:"@brackets"},{regex:/:/,action:{token:"@rematch",next:"@pop"}}],lexing_EXTCODE:[{regex:/^%}/,action:{token:"@rematch",next:"@pop",nextEmbedded:"@pop"}},{regex:/[^%]+/,action:""}],lexing_DQUOTE:[{regex:/"/,action:{token:"string.quote",next:"@pop"}},{regex:/(\{\$)(@IDENTFST@IDENTRST*)(\})/,action:[{token:"string.escape"},{token:"identifier"},{token:"string.escape"}]},{regex:/\\$/,action:{token:"string.escape"}},{regex:/\\(@ESCHAR|[xX]@xdigit+|@digit+)/,action:{token:"string.escape"}},{regex:/[^\\"]+/,action:{token:"string"}}]}}},7406:function(e,t,i){"use strict";i.r(t),(0,i(70266).H)({id:"powerquery",extensions:[".pq",".pqm"],aliases:["PQ","M","Power Query","Power Query M"],loader:()=>Promise.resolve().then(i.bind(i,74947))})},74947:function(e,t,i){"use strict";i.r(t),i.d(t,{conf:function(){return n},language:function(){return o}});var n={comments:{lineComment:"//",blockComment:["/*","*/"]},brackets:[["[","]"],["(",")"],["{","}"]],autoClosingPairs:[{open:'"',close:'"',notIn:["string","comment","identifier"]},{open:"[",close:"]",notIn:["string","comment","identifier"]},{open:"(",close:")",notIn:["string","comment","identifier"]},{open:"{",close:"}",notIn:["string","comment","identifier"]}]},o={defaultToken:"",tokenPostfix:".pq",ignoreCase:!1,brackets:[{open:"[",close:"]",token:"delimiter.square"},{open:"{",close:"}",token:"delimiter.brackets"},{open:"(",close:")",token:"delimiter.parenthesis"}],operatorKeywords:["and","not","or"],keywords:["as","each","else","error","false","if","in","is","let","meta","otherwise","section","shared","then","true","try","type"],constructors:["#binary","#date","#datetime","#datetimezone","#duration","#table","#time"],constants:["#infinity","#nan","#sections","#shared"],typeKeywords:["action","any","anynonnull","none","null","logical","number","time","date","datetime","datetimezone","duration","text","binary","list","record","table","function"],builtinFunctions:["Access.Database","Action.Return","Action.Sequence","Action.Try","ActiveDirectory.Domains","AdoDotNet.DataSource","AdoDotNet.Query","AdobeAnalytics.Cubes","AnalysisServices.Database","AnalysisServices.Databases","AzureStorage.BlobContents","AzureStorage.Blobs","AzureStorage.Tables","Binary.Buffer","Binary.Combine","Binary.Compress","Binary.Decompress","Binary.End","Binary.From","Binary.FromList","Binary.FromText","Binary.InferContentType","Binary.Length","Binary.ToList","Binary.ToText","BinaryFormat.7BitEncodedSignedInteger","BinaryFormat.7BitEncodedUnsignedInteger","BinaryFormat.Binary","BinaryFormat.Byte","BinaryFormat.ByteOrder","BinaryFormat.Choice","BinaryFormat.Decimal","BinaryFormat.Double","BinaryFormat.Group","BinaryFormat.Length","BinaryFormat.List","BinaryFormat.Null","BinaryFormat.Record","BinaryFormat.SignedInteger16","BinaryFormat.SignedInteger32","BinaryFormat.SignedInteger64","BinaryFormat.Single","BinaryFormat.Text","BinaryFormat.Transform","BinaryFormat.UnsignedInteger16","BinaryFormat.UnsignedInteger32","BinaryFormat.UnsignedInteger64","Byte.From","Character.FromNumber","Character.ToNumber","Combiner.CombineTextByDelimiter","Combiner.CombineTextByEachDelimiter","Combiner.CombineTextByLengths","Combiner.CombineTextByPositions","Combiner.CombineTextByRanges","Comparer.Equals","Comparer.FromCulture","Comparer.Ordinal","Comparer.OrdinalIgnoreCase","Csv.Document","Cube.AddAndExpandDimensionColumn","Cube.AddMeasureColumn","Cube.ApplyParameter","Cube.AttributeMemberId","Cube.AttributeMemberProperty","Cube.CollapseAndRemoveColumns","Cube.Dimensions","Cube.DisplayFolders","Cube.Measures","Cube.Parameters","Cube.Properties","Cube.PropertyKey","Cube.ReplaceDimensions","Cube.Transform","Currency.From","DB2.Database","Date.AddDays","Date.AddMonths","Date.AddQuarters","Date.AddWeeks","Date.AddYears","Date.Day","Date.DayOfWeek","Date.DayOfWeekName","Date.DayOfYear","Date.DaysInMonth","Date.EndOfDay","Date.EndOfMonth","Date.EndOfQuarter","Date.EndOfWeek","Date.EndOfYear","Date.From","Date.FromText","Date.IsInCurrentDay","Date.IsInCurrentMonth","Date.IsInCurrentQuarter","Date.IsInCurrentWeek","Date.IsInCurrentYear","Date.IsInNextDay","Date.IsInNextMonth","Date.IsInNextNDays","Date.IsInNextNMonths","Date.IsInNextNQuarters","Date.IsInNextNWeeks","Date.IsInNextNYears","Date.IsInNextQuarter","Date.IsInNextWeek","Date.IsInNextYear","Date.IsInPreviousDay","Date.IsInPreviousMonth","Date.IsInPreviousNDays","Date.IsInPreviousNMonths","Date.IsInPreviousNQuarters","Date.IsInPreviousNWeeks","Date.IsInPreviousNYears","Date.IsInPreviousQuarter","Date.IsInPreviousWeek","Date.IsInPreviousYear","Date.IsInYearToDate","Date.IsLeapYear","Date.Month","Date.MonthName","Date.QuarterOfYear","Date.StartOfDay","Date.StartOfMonth","Date.StartOfQuarter","Date.StartOfWeek","Date.StartOfYear","Date.ToRecord","Date.ToText","Date.WeekOfMonth","Date.WeekOfYear","Date.Year","DateTime.AddZone","DateTime.Date","DateTime.FixedLocalNow","DateTime.From","DateTime.FromFileTime","DateTime.FromText","DateTime.IsInCurrentHour","DateTime.IsInCurrentMinute","DateTime.IsInCurrentSecond","DateTime.IsInNextHour","DateTime.IsInNextMinute","DateTime.IsInNextNHours","DateTime.IsInNextNMinutes","DateTime.IsInNextNSeconds","DateTime.IsInNextSecond","DateTime.IsInPreviousHour","DateTime.IsInPreviousMinute","DateTime.IsInPreviousNHours","DateTime.IsInPreviousNMinutes","DateTime.IsInPreviousNSeconds","DateTime.IsInPreviousSecond","DateTime.LocalNow","DateTime.Time","DateTime.ToRecord","DateTime.ToText","DateTimeZone.FixedLocalNow","DateTimeZone.FixedUtcNow","DateTimeZone.From","DateTimeZone.FromFileTime","DateTimeZone.FromText","DateTimeZone.LocalNow","DateTimeZone.RemoveZone","DateTimeZone.SwitchZone","DateTimeZone.ToLocal","DateTimeZone.ToRecord","DateTimeZone.ToText","DateTimeZone.ToUtc","DateTimeZone.UtcNow","DateTimeZone.ZoneHours","DateTimeZone.ZoneMinutes","Decimal.From","Diagnostics.ActivityId","Diagnostics.Trace","DirectQueryCapabilities.From","Double.From","Duration.Days","Duration.From","Duration.FromText","Duration.Hours","Duration.Minutes","Duration.Seconds","Duration.ToRecord","Duration.ToText","Duration.TotalDays","Duration.TotalHours","Duration.TotalMinutes","Duration.TotalSeconds","Embedded.Value","Error.Record","Excel.CurrentWorkbook","Excel.Workbook","Exchange.Contents","Expression.Constant","Expression.Evaluate","Expression.Identifier","Facebook.Graph","File.Contents","Folder.Contents","Folder.Files","Function.From","Function.Invoke","Function.InvokeAfter","Function.IsDataSource","GoogleAnalytics.Accounts","Guid.From","HdInsight.Containers","HdInsight.Contents","HdInsight.Files","Hdfs.Contents","Hdfs.Files","Informix.Database","Int16.From","Int32.From","Int64.From","Int8.From","ItemExpression.From","Json.Document","Json.FromValue","Lines.FromBinary","Lines.FromText","Lines.ToBinary","Lines.ToText","List.Accumulate","List.AllTrue","List.Alternate","List.AnyTrue","List.Average","List.Buffer","List.Combine","List.Contains","List.ContainsAll","List.ContainsAny","List.Count","List.Covariance","List.DateTimeZones","List.DateTimes","List.Dates","List.Difference","List.Distinct","List.Durations","List.FindText","List.First","List.FirstN","List.Generate","List.InsertRange","List.Intersect","List.IsDistinct","List.IsEmpty","List.Last","List.LastN","List.MatchesAll","List.MatchesAny","List.Max","List.MaxN","List.Median","List.Min","List.MinN","List.Mode","List.Modes","List.NonNullCount","List.Numbers","List.PositionOf","List.PositionOfAny","List.Positions","List.Product","List.Random","List.Range","List.RemoveFirstN","List.RemoveItems","List.RemoveLastN","List.RemoveMatchingItems","List.RemoveNulls","List.RemoveRange","List.Repeat","List.ReplaceMatchingItems","List.ReplaceRange","List.ReplaceValue","List.Reverse","List.Select","List.Single","List.SingleOrDefault","List.Skip","List.Sort","List.StandardDeviation","List.Sum","List.Times","List.Transform","List.TransformMany","List.Union","List.Zip","Logical.From","Logical.FromText","Logical.ToText","MQ.Queue","MySQL.Database","Number.Abs","Number.Acos","Number.Asin","Number.Atan","Number.Atan2","Number.BitwiseAnd","Number.BitwiseNot","Number.BitwiseOr","Number.BitwiseShiftLeft","Number.BitwiseShiftRight","Number.BitwiseXor","Number.Combinations","Number.Cos","Number.Cosh","Number.Exp","Number.Factorial","Number.From","Number.FromText","Number.IntegerDivide","Number.IsEven","Number.IsNaN","Number.IsOdd","Number.Ln","Number.Log","Number.Log10","Number.Mod","Number.Permutations","Number.Power","Number.Random","Number.RandomBetween","Number.Round","Number.RoundAwayFromZero","Number.RoundDown","Number.RoundTowardZero","Number.RoundUp","Number.Sign","Number.Sin","Number.Sinh","Number.Sqrt","Number.Tan","Number.Tanh","Number.ToText","OData.Feed","Odbc.DataSource","Odbc.Query","OleDb.DataSource","OleDb.Query","Oracle.Database","Percentage.From","PostgreSQL.Database","RData.FromBinary","Record.AddField","Record.Combine","Record.Field","Record.FieldCount","Record.FieldNames","Record.FieldOrDefault","Record.FieldValues","Record.FromList","Record.FromTable","Record.HasFields","Record.RemoveFields","Record.RenameFields","Record.ReorderFields","Record.SelectFields","Record.ToList","Record.ToTable","Record.TransformFields","Replacer.ReplaceText","Replacer.ReplaceValue","RowExpression.Column","RowExpression.From","Salesforce.Data","Salesforce.Reports","SapBusinessWarehouse.Cubes","SapHana.Database","SharePoint.Contents","SharePoint.Files","SharePoint.Tables","Single.From","Soda.Feed","Splitter.SplitByNothing","Splitter.SplitTextByAnyDelimiter","Splitter.SplitTextByDelimiter","Splitter.SplitTextByEachDelimiter","Splitter.SplitTextByLengths","Splitter.SplitTextByPositions","Splitter.SplitTextByRanges","Splitter.SplitTextByRepeatedLengths","Splitter.SplitTextByWhitespace","Sql.Database","Sql.Databases","SqlExpression.SchemaFrom","SqlExpression.ToExpression","Sybase.Database","Table.AddColumn","Table.AddIndexColumn","Table.AddJoinColumn","Table.AddKey","Table.AggregateTableColumn","Table.AlternateRows","Table.Buffer","Table.Column","Table.ColumnCount","Table.ColumnNames","Table.ColumnsOfType","Table.Combine","Table.CombineColumns","Table.Contains","Table.ContainsAll","Table.ContainsAny","Table.DemoteHeaders","Table.Distinct","Table.DuplicateColumn","Table.ExpandListColumn","Table.ExpandRecordColumn","Table.ExpandTableColumn","Table.FillDown","Table.FillUp","Table.FilterWithDataTable","Table.FindText","Table.First","Table.FirstN","Table.FirstValue","Table.FromColumns","Table.FromList","Table.FromPartitions","Table.FromRecords","Table.FromRows","Table.FromValue","Table.Group","Table.HasColumns","Table.InsertRows","Table.IsDistinct","Table.IsEmpty","Table.Join","Table.Keys","Table.Last","Table.LastN","Table.MatchesAllRows","Table.MatchesAnyRows","Table.Max","Table.MaxN","Table.Min","Table.MinN","Table.NestedJoin","Table.Partition","Table.PartitionValues","Table.Pivot","Table.PositionOf","Table.PositionOfAny","Table.PrefixColumns","Table.Profile","Table.PromoteHeaders","Table.Range","Table.RemoveColumns","Table.RemoveFirstN","Table.RemoveLastN","Table.RemoveMatchingRows","Table.RemoveRows","Table.RemoveRowsWithErrors","Table.RenameColumns","Table.ReorderColumns","Table.Repeat","Table.ReplaceErrorValues","Table.ReplaceKeys","Table.ReplaceMatchingRows","Table.ReplaceRelationshipIdentity","Table.ReplaceRows","Table.ReplaceValue","Table.ReverseRows","Table.RowCount","Table.Schema","Table.SelectColumns","Table.SelectRows","Table.SelectRowsWithErrors","Table.SingleRow","Table.Skip","Table.Sort","Table.SplitColumn","Table.ToColumns","Table.ToList","Table.ToRecords","Table.ToRows","Table.TransformColumnNames","Table.TransformColumnTypes","Table.TransformColumns","Table.TransformRows","Table.Transpose","Table.Unpivot","Table.UnpivotOtherColumns","Table.View","Table.ViewFunction","TableAction.DeleteRows","TableAction.InsertRows","TableAction.UpdateRows","Tables.GetRelationships","Teradata.Database","Text.AfterDelimiter","Text.At","Text.BeforeDelimiter","Text.BetweenDelimiters","Text.Clean","Text.Combine","Text.Contains","Text.End","Text.EndsWith","Text.Format","Text.From","Text.FromBinary","Text.Insert","Text.Length","Text.Lower","Text.Middle","Text.NewGuid","Text.PadEnd","Text.PadStart","Text.PositionOf","Text.PositionOfAny","Text.Proper","Text.Range","Text.Remove","Text.RemoveRange","Text.Repeat","Text.Replace","Text.ReplaceRange","Text.Select","Text.Split","Text.SplitAny","Text.Start","Text.StartsWith","Text.ToBinary","Text.ToList","Text.Trim","Text.TrimEnd","Text.TrimStart","Text.Upper","Time.EndOfHour","Time.From","Time.FromText","Time.Hour","Time.Minute","Time.Second","Time.StartOfHour","Time.ToRecord","Time.ToText","Type.AddTableKey","Type.ClosedRecord","Type.Facets","Type.ForFunction","Type.ForRecord","Type.FunctionParameters","Type.FunctionRequiredParameters","Type.FunctionReturn","Type.Is","Type.IsNullable","Type.IsOpenRecord","Type.ListItem","Type.NonNullable","Type.OpenRecord","Type.RecordFields","Type.ReplaceFacets","Type.ReplaceTableKeys","Type.TableColumn","Type.TableKeys","Type.TableRow","Type.TableSchema","Type.Union","Uri.BuildQueryString","Uri.Combine","Uri.EscapeDataString","Uri.Parts","Value.Add","Value.As","Value.Compare","Value.Divide","Value.Equals","Value.Firewall","Value.FromText","Value.Is","Value.Metadata","Value.Multiply","Value.NativeQuery","Value.NullableEquals","Value.RemoveMetadata","Value.ReplaceMetadata","Value.ReplaceType","Value.Subtract","Value.Type","ValueAction.NativeStatement","ValueAction.Replace","Variable.Value","Web.Contents","Web.Page","WebAction.Request","Xml.Document","Xml.Tables"],builtinConstants:["BinaryEncoding.Base64","BinaryEncoding.Hex","BinaryOccurrence.Optional","BinaryOccurrence.Repeating","BinaryOccurrence.Required","ByteOrder.BigEndian","ByteOrder.LittleEndian","Compression.Deflate","Compression.GZip","CsvStyle.QuoteAfterDelimiter","CsvStyle.QuoteAlways","Culture.Current","Day.Friday","Day.Monday","Day.Saturday","Day.Sunday","Day.Thursday","Day.Tuesday","Day.Wednesday","ExtraValues.Error","ExtraValues.Ignore","ExtraValues.List","GroupKind.Global","GroupKind.Local","JoinAlgorithm.Dynamic","JoinAlgorithm.LeftHash","JoinAlgorithm.LeftIndex","JoinAlgorithm.PairwiseHash","JoinAlgorithm.RightHash","JoinAlgorithm.RightIndex","JoinAlgorithm.SortMerge","JoinKind.FullOuter","JoinKind.Inner","JoinKind.LeftAnti","JoinKind.LeftOuter","JoinKind.RightAnti","JoinKind.RightOuter","JoinSide.Left","JoinSide.Right","MissingField.Error","MissingField.Ignore","MissingField.UseNull","Number.E","Number.Epsilon","Number.NaN","Number.NegativeInfinity","Number.PI","Number.PositiveInfinity","Occurrence.All","Occurrence.First","Occurrence.Last","Occurrence.Optional","Occurrence.Repeating","Occurrence.Required","Order.Ascending","Order.Descending","Precision.Decimal","Precision.Double","QuoteStyle.Csv","QuoteStyle.None","RelativePosition.FromEnd","RelativePosition.FromStart","RoundingMode.AwayFromZero","RoundingMode.Down","RoundingMode.ToEven","RoundingMode.TowardZero","RoundingMode.Up","SapHanaDistribution.All","SapHanaDistribution.Connection","SapHanaDistribution.Off","SapHanaDistribution.Statement","SapHanaRangeOperator.Equals","SapHanaRangeOperator.GreaterThan","SapHanaRangeOperator.GreaterThanOrEquals","SapHanaRangeOperator.LessThan","SapHanaRangeOperator.LessThanOrEquals","SapHanaRangeOperator.NotEquals","TextEncoding.Ascii","TextEncoding.BigEndianUnicode","TextEncoding.Unicode","TextEncoding.Utf16","TextEncoding.Utf8","TextEncoding.Windows","TraceLevel.Critical","TraceLevel.Error","TraceLevel.Information","TraceLevel.Verbose","TraceLevel.Warning","WebMethod.Delete","WebMethod.Get","WebMethod.Head","WebMethod.Patch","WebMethod.Post","WebMethod.Put"],builtinTypes:["Action.Type","Any.Type","Binary.Type","BinaryEncoding.Type","BinaryOccurrence.Type","Byte.Type","ByteOrder.Type","Character.Type","Compression.Type","CsvStyle.Type","Currency.Type","Date.Type","DateTime.Type","DateTimeZone.Type","Day.Type","Decimal.Type","Double.Type","Duration.Type","ExtraValues.Type","Function.Type","GroupKind.Type","Guid.Type","Int16.Type","Int32.Type","Int64.Type","Int8.Type","JoinAlgorithm.Type","JoinKind.Type","JoinSide.Type","List.Type","Logical.Type","MissingField.Type","None.Type","Null.Type","Number.Type","Occurrence.Type","Order.Type","Password.Type","Percentage.Type","Precision.Type","QuoteStyle.Type","Record.Type","RelativePosition.Type","RoundingMode.Type","SapHanaDistribution.Type","SapHanaRangeOperator.Type","Single.Type","Table.Type","Text.Type","TextEncoding.Type","Time.Type","TraceLevel.Type","Type.Type","Uri.Type","WebMethod.Type"],tokenizer:{root:[[/#"[\w \.]+"/,"identifier.quote"],[/\d*\.\d+([eE][\-+]?\d+)?/,"number.float"],[/0[xX][0-9a-fA-F]+/,"number.hex"],[/\d+([eE][\-+]?\d+)?/,"number"],[/(#?[a-z]+)\b/,{cases:{"@typeKeywords":"type","@keywords":"keyword","@constants":"constant","@constructors":"constructor","@operatorKeywords":"operators","@default":"identifier"}}],[/\b([A-Z][a-zA-Z0-9]+\.Type)\b/,{cases:{"@builtinTypes":"type","@default":"identifier"}}],[/\b([A-Z][a-zA-Z0-9]+\.[A-Z][a-zA-Z0-9]+)\b/,{cases:{"@builtinFunctions":"keyword.function","@builtinConstants":"constant","@default":"identifier"}}],[/\b([a-zA-Z_][\w\.]*)\b/,"identifier"],{include:"@whitespace"},{include:"@comments"},{include:"@strings"},[/[{}()\[\]]/,"@brackets"],[/([=\+<>\-\*&@\?\/!])|([<>]=)|(<>)|(=>)|(\.\.\.)|(\.\.)/,"operators"],[/[,;]/,"delimiter"]],whitespace:[[/\s+/,"white"]],comments:[["\\/\\*","comment","@comment"],["\\/\\/+.*","comment"]],comment:[["\\*\\/","comment","@pop"],[".","comment"]],strings:[['"',"string","@string"]],string:[['""',"string.escape"],['"',"string","@pop"],[".","string"]]}}},64026:function(e,t,i){"use strict";i.r(t),(0,i(70266).H)({id:"powershell",extensions:[".ps1",".psm1",".psd1"],aliases:["PowerShell","powershell","ps","ps1"],loader:()=>Promise.resolve().then(i.bind(i,8397))})},8397:function(e,t,i){"use strict";i.r(t),i.d(t,{conf:function(){return n},language:function(){return o}});var n={wordPattern:/(-?\d*\.\d\w*)|([^\`\~\!\@\#%\^\&\*\(\)\=\+\[\{\]\}\\\|\;\:\'\"\,\.\<\>\/\?\s]+)/g,comments:{lineComment:"#",blockComment:["<#","#>"]},brackets:[["{","}"],["[","]"],["(",")"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"',notIn:["string"]},{open:"'",close:"'",notIn:["string","comment"]}],surroundingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"}],folding:{markers:{start:new RegExp("^\\s*#region\\b"),end:new RegExp("^\\s*#endregion\\b")}}},o={defaultToken:"",ignoreCase:!0,tokenPostfix:".ps1",brackets:[{token:"delimiter.curly",open:"{",close:"}"},{token:"delimiter.square",open:"[",close:"]"},{token:"delimiter.parenthesis",open:"(",close:")"}],keywords:["begin","break","catch","class","continue","data","define","do","dynamicparam","else","elseif","end","exit","filter","finally","for","foreach","from","function","if","in","param","process","return","switch","throw","trap","try","until","using","var","while","workflow","parallel","sequence","inlinescript","configuration"],helpKeywords:/SYNOPSIS|DESCRIPTION|PARAMETER|EXAMPLE|INPUTS|OUTPUTS|NOTES|LINK|COMPONENT|ROLE|FUNCTIONALITY|FORWARDHELPTARGETNAME|FORWARDHELPCATEGORY|REMOTEHELPRUNSPACE|EXTERNALHELP/,symbols:/[=>/,"comment","@pop"],[/(\.)(@helpKeywords)(?!\w)/,{token:"comment.keyword.$2"}],[/[\.#]/,"comment"]]}}},33173:function(e,t,i){"use strict";i.r(t),(0,i(70266).H)({id:"proto",extensions:[".proto"],aliases:["protobuf","Protocol Buffers"],loader:()=>Promise.resolve().then(i.bind(i,66460))})},66460:function(e,t,i){"use strict";i.r(t),i.d(t,{conf:function(){return n},language:function(){return o}});var n={comments:{lineComment:"//",blockComment:["/*","*/"]},brackets:[["{","}"],["[","]"],["(",")"],["<",">"]],surroundingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:"<",close:">"},{open:'"',close:'"'},{open:"'",close:"'"}],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:"<",close:">"},{open:'"',close:'"',notIn:["string"]},{open:"'",close:"'",notIn:["string"]}],autoCloseBefore:".,=}])>' \n\t",indentationRules:{increaseIndentPattern:new RegExp("^((?!\\/\\/).)*(\\{[^}\"'`]*|\\([^)\"'`]*|\\[[^\\]\"'`]*)$"),decreaseIndentPattern:new RegExp("^((?!.*?\\/\\*).*\\*/)?\\s*[\\}\\]].*$")}},o={defaultToken:"",tokenPostfix:".proto",brackets:[{open:"{",close:"}",token:"delimiter.curly"},{open:"[",close:"]",token:"delimiter.square"},{open:"(",close:")",token:"delimiter.parenthesis"},{open:"<",close:">",token:"delimiter.angle"}],symbols:/[=>/,{token:"@brackets",bracket:"@close",switchTo:"identifier"}]],field:[{include:"@whitespace"},["group",{cases:{"$S2==proto2":{token:"keyword",switchTo:"@groupDecl.$S2"}}}],[/(@identifier)(\s*)(=)/,["identifier","white",{token:"delimiter",next:"@pop"}]],[/@fullIdentifier|\./,{cases:{"@builtinTypes":"keyword","@default":"type.identifier"}}]],groupDecl:[{include:"@whitespace"},[/@identifier/,"identifier"],["=","operator"],[/{/,{token:"@brackets",bracket:"@open",switchTo:"@messageBody.$S2"}],{include:"@constant"}],type:[{include:"@whitespace"},[/@identifier/,"type.identifier","@pop"],[/./,"delimiter"]],identifier:[{include:"@whitespace"},[/@identifier/,"identifier","@pop"]],serviceDecl:[{include:"@whitespace"},[/@identifier/,"identifier"],[/{/,{token:"@brackets",bracket:"@open",switchTo:"@serviceBody.$S2"}]],serviceBody:[{include:"@whitespace"},{include:"@constant"},[/;/,"delimiter"],[/option\b/,"keyword","@option.$S2"],[/rpc\b/,"keyword","@rpc.$S2"],[/\[/,{token:"@brackets",bracket:"@open",next:"@options.$S2"}],[/}/,{token:"@brackets",bracket:"@close",next:"@pop"}]],rpc:[{include:"@whitespace"},[/@identifier/,"identifier"],[/\(/,{token:"@brackets",bracket:"@open",switchTo:"@request.$S2"}],[/{/,{token:"@brackets",bracket:"@open",next:"@methodOptions.$S2"}],[/;/,"delimiter","@pop"]],request:[{include:"@whitespace"},[/@messageType/,{cases:{stream:{token:"keyword",next:"@type.$S2"},"@default":"type.identifier"}}],[/\)/,{token:"@brackets",bracket:"@close",switchTo:"@returns.$S2"}]],returns:[{include:"@whitespace"},[/returns\b/,"keyword"],[/\(/,{token:"@brackets",bracket:"@open",switchTo:"@response.$S2"}]],response:[{include:"@whitespace"},[/@messageType/,{cases:{stream:{token:"keyword",next:"@type.$S2"},"@default":"type.identifier"}}],[/\)/,{token:"@brackets",bracket:"@close",switchTo:"@rpc.$S2"}]],methodOptions:[{include:"@whitespace"},{include:"@constant"},[/;/,"delimiter"],["option","keyword"],[/@optionName/,"annotation"],[/[()]/,"annotation.brackets"],[/=/,"operator"],[/}/,{token:"@brackets",bracket:"@close",next:"@pop"}]],comment:[[/[^\/*]+/,"comment"],[/\/\*/,"comment","@push"],["\\*/","comment","@pop"],[/[\/*]/,"comment"]],string:[[/[^\\"]+/,"string"],[/@escapes/,"string.escape"],[/\\./,"string.escape.invalid"],[/"/,{token:"string.quote",bracket:"@close",next:"@pop"}]],stringSingle:[[/[^\\']+/,"string"],[/@escapes/,"string.escape"],[/\\./,"string.escape.invalid"],[/'/,{token:"string.quote",bracket:"@close",next:"@pop"}]],constant:[["@boolLit","keyword.constant"],["@hexLit","number.hex"],["@octalLit","number.octal"],["@decimalLit","number"],["@floatLit","number.float"],[/("([^"\\]|\\.)*|'([^'\\]|\\.)*)$/,"string.invalid"],[/"/,{token:"string.quote",bracket:"@open",next:"@string"}],[/'/,{token:"string.quote",bracket:"@open",next:"@stringSingle"}],[/{/,{token:"@brackets",bracket:"@open",next:"@prototext"}],[/identifier/,"identifier"]],whitespace:[[/[ \t\r\n]+/,"white"],[/\/\*/,"comment","@comment"],[/\/\/.*$/,"comment"]],prototext:[{include:"@whitespace"},{include:"@constant"},[/@identifier/,"identifier"],[/[:;]/,"delimiter"],[/}/,{token:"@brackets",bracket:"@close",next:"@pop"}]]}}},11138:function(e,t,i){"use strict";i.r(t),(0,i(70266).H)({id:"pug",extensions:[".jade",".pug"],aliases:["Pug","Jade","jade"],loader:()=>Promise.resolve().then(i.bind(i,46378))})},46378:function(e,t,i){"use strict";i.r(t),i.d(t,{conf:function(){return n},language:function(){return o}});var n={comments:{lineComment:"//"},brackets:[["{","}"],["[","]"],["(",")"]],autoClosingPairs:[{open:'"',close:'"',notIn:["string","comment"]},{open:"'",close:"'",notIn:["string","comment"]},{open:"{",close:"}",notIn:["string","comment"]},{open:"[",close:"]",notIn:["string","comment"]},{open:"(",close:")",notIn:["string","comment"]}],folding:{offSide:!0}},o={defaultToken:"",tokenPostfix:".pug",ignoreCase:!0,brackets:[{token:"delimiter.curly",open:"{",close:"}"},{token:"delimiter.array",open:"[",close:"]"},{token:"delimiter.parenthesis",open:"(",close:")"}],keywords:["append","block","case","default","doctype","each","else","extends","for","if","in","include","mixin","typeof","unless","var","when"],tags:["a","abbr","acronym","address","area","article","aside","audio","b","base","basefont","bdi","bdo","blockquote","body","br","button","canvas","caption","center","cite","code","col","colgroup","command","datalist","dd","del","details","dfn","div","dl","dt","em","embed","fieldset","figcaption","figure","font","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","keygen","kbd","label","li","link","map","mark","menu","meta","meter","nav","noframes","noscript","object","ol","optgroup","option","output","p","param","pre","progress","q","rp","rt","ruby","s","samp","script","section","select","small","source","span","strike","strong","style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","title","tr","tracks","tt","u","ul","video","wbr"],symbols:/[\+\-\*\%\&\|\!\=\/\.\,\:]+/,escapes:/\\(?:[abfnrtv\\"']|x[0-9A-Fa-f]{1,4}|u[0-9A-Fa-f]{4}|U[0-9A-Fa-f]{8})/,tokenizer:{root:[[/^(\s*)([a-zA-Z_-][\w-]*)/,{cases:{"$2@tags":{cases:{"@eos":["","tag"],"@default":["",{token:"tag",next:"@tag.$1"}]}},"$2@keywords":["",{token:"keyword.$2"}],"@default":["",""]}}],[/^(\s*)(#[a-zA-Z_-][\w-]*)/,{cases:{"@eos":["","tag.id"],"@default":["",{token:"tag.id",next:"@tag.$1"}]}}],[/^(\s*)(\.[a-zA-Z_-][\w-]*)/,{cases:{"@eos":["","tag.class"],"@default":["",{token:"tag.class",next:"@tag.$1"}]}}],[/^(\s*)(\|.*)$/,""],{include:"@whitespace"},[/[a-zA-Z_$][\w$]*/,{cases:{"@keywords":{token:"keyword.$0"},"@default":""}}],[/[{}()\[\]]/,"@brackets"],[/@symbols/,"delimiter"],[/\d+\.\d+([eE][\-+]?\d+)?/,"number.float"],[/\d+/,"number"],[/"/,"string",'@string."'],[/'/,"string","@string.'"]],tag:[[/(\.)(\s*$)/,[{token:"delimiter",next:"@blockText.$S2."},""]],[/\s+/,{token:"",next:"@simpleText"}],[/#[a-zA-Z_-][\w-]*/,{cases:{"@eos":{token:"tag.id",next:"@pop"},"@default":"tag.id"}}],[/\.[a-zA-Z_-][\w-]*/,{cases:{"@eos":{token:"tag.class",next:"@pop"},"@default":"tag.class"}}],[/\(/,{token:"delimiter.parenthesis",next:"@attributeList"}]],simpleText:[[/[^#]+$/,{token:"",next:"@popall"}],[/[^#]+/,{token:""}],[/(#{)([^}]*)(})/,{cases:{"@eos":["interpolation.delimiter","interpolation",{token:"interpolation.delimiter",next:"@popall"}],"@default":["interpolation.delimiter","interpolation","interpolation.delimiter"]}}],[/#$/,{token:"",next:"@popall"}],[/#/,""]],attributeList:[[/\s+/,""],[/(\w+)(\s*=\s*)("|')/,["attribute.name","delimiter",{token:"attribute.value",next:"@value.$3"}]],[/\w+/,"attribute.name"],[/,/,{cases:{"@eos":{token:"attribute.delimiter",next:"@popall"},"@default":"attribute.delimiter"}}],[/\)$/,{token:"delimiter.parenthesis",next:"@popall"}],[/\)/,{token:"delimiter.parenthesis",next:"@pop"}]],whitespace:[[/^(\s*)(\/\/.*)$/,{token:"comment",next:"@blockText.$1.comment"}],[/[ \t\r\n]+/,""],[//,{token:"comment",next:"@pop"}],[//,"comment.html","@pop"],[/[^-]+/,"comment.content.html"],[/./,"comment.content.html"]],otherTag:[[/@[^@]/,{token:"@rematch",switchTo:"@razorInSimpleState.otherTag"}],[/\/?>/,"delimiter.html","@pop"],[/"([^"]*)"/,"attribute.value"],[/'([^']*)'/,"attribute.value"],[/[\w\-]+/,"attribute.name"],[/=/,"delimiter"],[/[ \t\r\n]+/]],script:[[/@[^@]/,{token:"@rematch",switchTo:"@razorInSimpleState.script"}],[/type/,"attribute.name","@scriptAfterType"],[/"([^"]*)"/,"attribute.value"],[/'([^']*)'/,"attribute.value"],[/[\w\-]+/,"attribute.name"],[/=/,"delimiter"],[/>/,{token:"delimiter.html",next:"@scriptEmbedded.text/javascript",nextEmbedded:"text/javascript"}],[/[ \t\r\n]+/],[/(<\/)(script\s*)(>)/,["delimiter.html","tag.html",{token:"delimiter.html",next:"@pop"}]]],scriptAfterType:[[/@[^@]/,{token:"@rematch",switchTo:"@razorInSimpleState.scriptAfterType"}],[/=/,"delimiter","@scriptAfterTypeEquals"],[/>/,{token:"delimiter.html",next:"@scriptEmbedded.text/javascript",nextEmbedded:"text/javascript"}],[/[ \t\r\n]+/],[/<\/script\s*>/,{token:"@rematch",next:"@pop"}]],scriptAfterTypeEquals:[[/@[^@]/,{token:"@rematch",switchTo:"@razorInSimpleState.scriptAfterTypeEquals"}],[/"([^"]*)"/,{token:"attribute.value",switchTo:"@scriptWithCustomType.$1"}],[/'([^']*)'/,{token:"attribute.value",switchTo:"@scriptWithCustomType.$1"}],[/>/,{token:"delimiter.html",next:"@scriptEmbedded.text/javascript",nextEmbedded:"text/javascript"}],[/[ \t\r\n]+/],[/<\/script\s*>/,{token:"@rematch",next:"@pop"}]],scriptWithCustomType:[[/@[^@]/,{token:"@rematch",switchTo:"@razorInSimpleState.scriptWithCustomType.$S2"}],[/>/,{token:"delimiter.html",next:"@scriptEmbedded.$S2",nextEmbedded:"$S2"}],[/"([^"]*)"/,"attribute.value"],[/'([^']*)'/,"attribute.value"],[/[\w\-]+/,"attribute.name"],[/=/,"delimiter"],[/[ \t\r\n]+/],[/<\/script\s*>/,{token:"@rematch",next:"@pop"}]],scriptEmbedded:[[/@[^@]/,{token:"@rematch",switchTo:"@razorInEmbeddedState.scriptEmbedded.$S2",nextEmbedded:"@pop"}],[/<\/script/,{token:"@rematch",next:"@pop",nextEmbedded:"@pop"}]],style:[[/@[^@]/,{token:"@rematch",switchTo:"@razorInSimpleState.style"}],[/type/,"attribute.name","@styleAfterType"],[/"([^"]*)"/,"attribute.value"],[/'([^']*)'/,"attribute.value"],[/[\w\-]+/,"attribute.name"],[/=/,"delimiter"],[/>/,{token:"delimiter.html",next:"@styleEmbedded.text/css",nextEmbedded:"text/css"}],[/[ \t\r\n]+/],[/(<\/)(style\s*)(>)/,["delimiter.html","tag.html",{token:"delimiter.html",next:"@pop"}]]],styleAfterType:[[/@[^@]/,{token:"@rematch",switchTo:"@razorInSimpleState.styleAfterType"}],[/=/,"delimiter","@styleAfterTypeEquals"],[/>/,{token:"delimiter.html",next:"@styleEmbedded.text/css",nextEmbedded:"text/css"}],[/[ \t\r\n]+/],[/<\/style\s*>/,{token:"@rematch",next:"@pop"}]],styleAfterTypeEquals:[[/@[^@]/,{token:"@rematch",switchTo:"@razorInSimpleState.styleAfterTypeEquals"}],[/"([^"]*)"/,{token:"attribute.value",switchTo:"@styleWithCustomType.$1"}],[/'([^']*)'/,{token:"attribute.value",switchTo:"@styleWithCustomType.$1"}],[/>/,{token:"delimiter.html",next:"@styleEmbedded.text/css",nextEmbedded:"text/css"}],[/[ \t\r\n]+/],[/<\/style\s*>/,{token:"@rematch",next:"@pop"}]],styleWithCustomType:[[/@[^@]/,{token:"@rematch",switchTo:"@razorInSimpleState.styleWithCustomType.$S2"}],[/>/,{token:"delimiter.html",next:"@styleEmbedded.$S2",nextEmbedded:"$S2"}],[/"([^"]*)"/,"attribute.value"],[/'([^']*)'/,"attribute.value"],[/[\w\-]+/,"attribute.name"],[/=/,"delimiter"],[/[ \t\r\n]+/],[/<\/style\s*>/,{token:"@rematch",next:"@pop"}]],styleEmbedded:[[/@[^@]/,{token:"@rematch",switchTo:"@razorInEmbeddedState.styleEmbedded.$S2",nextEmbedded:"@pop"}],[/<\/style/,{token:"@rematch",next:"@pop",nextEmbedded:"@pop"}]],razorInSimpleState:[[/@\*/,"comment.cs","@razorBlockCommentTopLevel"],[/@[{(]/,"metatag.cs","@razorRootTopLevel"],[/(@)(\s*[\w]+)/,["metatag.cs",{token:"identifier.cs",switchTo:"@$S2.$S3"}]],[/[})]/,{token:"metatag.cs",switchTo:"@$S2.$S3"}],[/\*@/,{token:"comment.cs",switchTo:"@$S2.$S3"}]],razorInEmbeddedState:[[/@\*/,"comment.cs","@razorBlockCommentTopLevel"],[/@[{(]/,"metatag.cs","@razorRootTopLevel"],[/(@)(\s*[\w]+)/,["metatag.cs",{token:"identifier.cs",switchTo:"@$S2.$S3",nextEmbedded:"$S3"}]],[/[})]/,{token:"metatag.cs",switchTo:"@$S2.$S3",nextEmbedded:"$S3"}],[/\*@/,{token:"comment.cs",switchTo:"@$S2.$S3",nextEmbedded:"$S3"}]],razorBlockCommentTopLevel:[[/\*@/,"@rematch","@pop"],[/[^*]+/,"comment.cs"],[/./,"comment.cs"]],razorBlockComment:[[/\*@/,"comment.cs","@pop"],[/[^*]+/,"comment.cs"],[/./,"comment.cs"]],razorRootTopLevel:[[/\{/,"delimiter.bracket.cs","@razorRoot"],[/\(/,"delimiter.parenthesis.cs","@razorRoot"],[/[})]/,"@rematch","@pop"],{include:"razorCommon"}],razorRoot:[[/\{/,"delimiter.bracket.cs","@razorRoot"],[/\(/,"delimiter.parenthesis.cs","@razorRoot"],[/\}/,"delimiter.bracket.cs","@pop"],[/\)/,"delimiter.parenthesis.cs","@pop"],{include:"razorCommon"}],razorCommon:[[/[a-zA-Z_]\w*/,{cases:{"@razorKeywords":{token:"keyword.cs"},"@default":"identifier.cs"}}],[/[\[\]]/,"delimiter.array.cs"],[/[ \t\r\n]+/],[/\/\/.*$/,"comment.cs"],[/@\*/,"comment.cs","@razorBlockComment"],[/"([^"]*)"/,"string.cs"],[/'([^']*)'/,"string.cs"],[/(<)([\w\-]+)(\/>)/,["delimiter.html","tag.html","delimiter.html"]],[/(<)([\w\-]+)(>)/,["delimiter.html","tag.html","delimiter.html"]],[/(<\/)([\w\-]+)(>)/,["delimiter.html","tag.html","delimiter.html"]],[/[\+\-\*\%\&\|\^\~\!\=\<\>\/\?\;\:\.\,]/,"delimiter.cs"],[/\d*\d+[eE]([\-+]?\d+)?/,"number.float.cs"],[/\d*\.\d+([eE][\-+]?\d+)?/,"number.float.cs"],[/0[xX][0-9a-fA-F']*[0-9a-fA-F]/,"number.hex.cs"],[/0[0-7']*[0-7]/,"number.octal.cs"],[/0[bB][0-1']*[0-1]/,"number.binary.cs"],[/\d[\d']*/,"number.cs"],[/\d/,"number.cs"]]},razorKeywords:["abstract","as","async","await","base","bool","break","by","byte","case","catch","char","checked","class","const","continue","decimal","default","delegate","do","double","descending","explicit","event","extern","else","enum","false","finally","fixed","float","for","foreach","from","goto","group","if","implicit","in","int","interface","internal","into","is","lock","long","nameof","new","null","namespace","object","operator","out","override","orderby","params","private","protected","public","readonly","ref","return","switch","struct","sbyte","sealed","short","sizeof","stackalloc","static","string","select","this","throw","true","try","typeof","uint","ulong","unchecked","unsafe","ushort","using","var","virtual","volatile","void","when","while","where","yield","model","inject"],escapes:/\\(?:[abfnrtv\\"']|x[0-9A-Fa-f]{1,4}|u[0-9A-Fa-f]{4}|U[0-9A-Fa-f]{8})/}},99032:function(e,t,i){"use strict";i.r(t),(0,i(70266).H)({id:"redis",extensions:[".redis"],aliases:["redis"],loader:()=>Promise.resolve().then(i.bind(i,36709))})},36709:function(e,t,i){"use strict";i.r(t),i.d(t,{conf:function(){return n},language:function(){return o}});var n={brackets:[["{","}"],["[","]"],["(",")"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"}],surroundingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"}]},o={defaultToken:"",tokenPostfix:".redis",ignoreCase:!0,brackets:[{open:"[",close:"]",token:"delimiter.square"},{open:"(",close:")",token:"delimiter.parenthesis"}],keywords:["APPEND","AUTH","BGREWRITEAOF","BGSAVE","BITCOUNT","BITFIELD","BITOP","BITPOS","BLPOP","BRPOP","BRPOPLPUSH","CLIENT","KILL","LIST","GETNAME","PAUSE","REPLY","SETNAME","CLUSTER","ADDSLOTS","COUNT-FAILURE-REPORTS","COUNTKEYSINSLOT","DELSLOTS","FAILOVER","FORGET","GETKEYSINSLOT","INFO","KEYSLOT","MEET","NODES","REPLICATE","RESET","SAVECONFIG","SET-CONFIG-EPOCH","SETSLOT","SLAVES","SLOTS","COMMAND","COUNT","GETKEYS","CONFIG","GET","REWRITE","SET","RESETSTAT","DBSIZE","DEBUG","OBJECT","SEGFAULT","DECR","DECRBY","DEL","DISCARD","DUMP","ECHO","EVAL","EVALSHA","EXEC","EXISTS","EXPIRE","EXPIREAT","FLUSHALL","FLUSHDB","GEOADD","GEOHASH","GEOPOS","GEODIST","GEORADIUS","GEORADIUSBYMEMBER","GETBIT","GETRANGE","GETSET","HDEL","HEXISTS","HGET","HGETALL","HINCRBY","HINCRBYFLOAT","HKEYS","HLEN","HMGET","HMSET","HSET","HSETNX","HSTRLEN","HVALS","INCR","INCRBY","INCRBYFLOAT","KEYS","LASTSAVE","LINDEX","LINSERT","LLEN","LPOP","LPUSH","LPUSHX","LRANGE","LREM","LSET","LTRIM","MGET","MIGRATE","MONITOR","MOVE","MSET","MSETNX","MULTI","PERSIST","PEXPIRE","PEXPIREAT","PFADD","PFCOUNT","PFMERGE","PING","PSETEX","PSUBSCRIBE","PUBSUB","PTTL","PUBLISH","PUNSUBSCRIBE","QUIT","RANDOMKEY","READONLY","READWRITE","RENAME","RENAMENX","RESTORE","ROLE","RPOP","RPOPLPUSH","RPUSH","RPUSHX","SADD","SAVE","SCARD","SCRIPT","FLUSH","LOAD","SDIFF","SDIFFSTORE","SELECT","SETBIT","SETEX","SETNX","SETRANGE","SHUTDOWN","SINTER","SINTERSTORE","SISMEMBER","SLAVEOF","SLOWLOG","SMEMBERS","SMOVE","SORT","SPOP","SRANDMEMBER","SREM","STRLEN","SUBSCRIBE","SUNION","SUNIONSTORE","SWAPDB","SYNC","TIME","TOUCH","TTL","TYPE","UNSUBSCRIBE","UNLINK","UNWATCH","WAIT","WATCH","ZADD","ZCARD","ZCOUNT","ZINCRBY","ZINTERSTORE","ZLEXCOUNT","ZRANGE","ZRANGEBYLEX","ZREVRANGEBYLEX","ZRANGEBYSCORE","ZRANK","ZREM","ZREMRANGEBYLEX","ZREMRANGEBYRANK","ZREMRANGEBYSCORE","ZREVRANGE","ZREVRANGEBYSCORE","ZREVRANK","ZSCORE","ZUNIONSTORE","SCAN","SSCAN","HSCAN","ZSCAN"],operators:[],builtinFunctions:[],builtinVariables:[],pseudoColumns:[],tokenizer:{root:[{include:"@whitespace"},{include:"@pseudoColumns"},{include:"@numbers"},{include:"@strings"},{include:"@scopes"},[/[;,.]/,"delimiter"],[/[()]/,"@brackets"],[/[\w@#$]+/,{cases:{"@keywords":"keyword","@operators":"operator","@builtinVariables":"predefined","@builtinFunctions":"predefined","@default":"identifier"}}],[/[<>=!%&+\-*/|~^]/,"operator"]],whitespace:[[/\s+/,"white"]],pseudoColumns:[[/[$][A-Za-z_][\w@#$]*/,{cases:{"@pseudoColumns":"predefined","@default":"identifier"}}]],numbers:[[/0[xX][0-9a-fA-F]*/,"number"],[/[$][+-]*\d*(\.\d*)?/,"number"],[/((\d+(\.\d*)?)|(\.\d+))([eE][\-+]?\d+)?/,"number"]],strings:[[/'/,{token:"string",next:"@string"}],[/"/,{token:"string.double",next:"@stringDouble"}]],string:[[/[^']+/,"string"],[/''/,"string"],[/'/,{token:"string",next:"@pop"}]],stringDouble:[[/[^"]+/,"string.double"],[/""/,"string.double"],[/"/,{token:"string.double",next:"@pop"}]],scopes:[]}}},28897:function(e,t,i){"use strict";i.r(t),(0,i(70266).H)({id:"redshift",extensions:[],aliases:["Redshift","redshift"],loader:()=>Promise.resolve().then(i.bind(i,35777))})},35777:function(e,t,i){"use strict";i.r(t),i.d(t,{conf:function(){return n},language:function(){return o}});var n={comments:{lineComment:"--",blockComment:["/*","*/"]},brackets:[["{","}"],["[","]"],["(",")"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"}],surroundingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"}]},o={defaultToken:"",tokenPostfix:".sql",ignoreCase:!0,brackets:[{open:"[",close:"]",token:"delimiter.square"},{open:"(",close:")",token:"delimiter.parenthesis"}],keywords:["AES128","AES256","ALL","ALLOWOVERWRITE","ANALYSE","ANALYZE","AND","ANY","ARRAY","AS","ASC","AUTHORIZATION","AZ64","BACKUP","BETWEEN","BINARY","BLANKSASNULL","BOTH","BYTEDICT","BZIP2","CASE","CAST","CHECK","COLLATE","COLUMN","CONSTRAINT","CREATE","CREDENTIALS","CROSS","CURRENT_DATE","CURRENT_TIME","CURRENT_TIMESTAMP","CURRENT_USER","CURRENT_USER_ID","DEFAULT","DEFERRABLE","DEFLATE","DEFRAG","DELTA","DELTA32K","DESC","DISABLE","DISTINCT","DO","ELSE","EMPTYASNULL","ENABLE","ENCODE","ENCRYPT","ENCRYPTION","END","EXCEPT","EXPLICIT","FALSE","FOR","FOREIGN","FREEZE","FROM","FULL","GLOBALDICT256","GLOBALDICT64K","GRANT","GROUP","GZIP","HAVING","IDENTITY","IGNORE","ILIKE","IN","INITIALLY","INNER","INTERSECT","INTO","IS","ISNULL","JOIN","LANGUAGE","LEADING","LEFT","LIKE","LIMIT","LOCALTIME","LOCALTIMESTAMP","LUN","LUNS","LZO","LZOP","MINUS","MOSTLY16","MOSTLY32","MOSTLY8","NATURAL","NEW","NOT","NOTNULL","NULL","NULLS","OFF","OFFLINE","OFFSET","OID","OLD","ON","ONLY","OPEN","OR","ORDER","OUTER","OVERLAPS","PARALLEL","PARTITION","PERCENT","PERMISSIONS","PLACING","PRIMARY","RAW","READRATIO","RECOVER","REFERENCES","RESPECT","REJECTLOG","RESORT","RESTORE","RIGHT","SELECT","SESSION_USER","SIMILAR","SNAPSHOT","SOME","SYSDATE","SYSTEM","TABLE","TAG","TDES","TEXT255","TEXT32K","THEN","TIMESTAMP","TO","TOP","TRAILING","TRUE","TRUNCATECOLUMNS","UNION","UNIQUE","USER","USING","VERBOSE","WALLET","WHEN","WHERE","WITH","WITHOUT"],operators:["AND","BETWEEN","IN","LIKE","NOT","OR","IS","NULL","INTERSECT","UNION","INNER","JOIN","LEFT","OUTER","RIGHT"],builtinFunctions:["current_schema","current_schemas","has_database_privilege","has_schema_privilege","has_table_privilege","age","current_time","current_timestamp","localtime","isfinite","now","ascii","get_bit","get_byte","set_bit","set_byte","to_ascii","approximate percentile_disc","avg","count","listagg","max","median","min","percentile_cont","stddev_samp","stddev_pop","sum","var_samp","var_pop","bit_and","bit_or","bool_and","bool_or","cume_dist","first_value","lag","last_value","lead","nth_value","ratio_to_report","dense_rank","ntile","percent_rank","rank","row_number","case","coalesce","decode","greatest","least","nvl","nvl2","nullif","add_months","at time zone","convert_timezone","current_date","date_cmp","date_cmp_timestamp","date_cmp_timestamptz","date_part_year","dateadd","datediff","date_part","date_trunc","extract","getdate","interval_cmp","last_day","months_between","next_day","sysdate","timeofday","timestamp_cmp","timestamp_cmp_date","timestamp_cmp_timestamptz","timestamptz_cmp","timestamptz_cmp_date","timestamptz_cmp_timestamp","timezone","to_timestamp","trunc","abs","acos","asin","atan","atan2","cbrt","ceil","ceiling","checksum","cos","cot","degrees","dexp","dlog1","dlog10","exp","floor","ln","log","mod","pi","power","radians","random","round","sin","sign","sqrt","tan","to_hex","bpcharcmp","btrim","bttext_pattern_cmp","char_length","character_length","charindex","chr","concat","crc32","func_sha1","initcap","left and rights","len","length","lower","lpad and rpads","ltrim","md5","octet_length","position","quote_ident","quote_literal","regexp_count","regexp_instr","regexp_replace","regexp_substr","repeat","replace","replicate","reverse","rtrim","split_part","strpos","strtol","substring","textlen","translate","trim","upper","cast","convert","to_char","to_date","to_number","json_array_length","json_extract_array_element_text","json_extract_path_text","current_setting","pg_cancel_backend","pg_terminate_backend","set_config","current_database","current_user","current_user_id","pg_backend_pid","pg_last_copy_count","pg_last_copy_id","pg_last_query_id","pg_last_unload_count","session_user","slice_num","user","version","abbrev","acosd","any","area","array_agg","array_append","array_cat","array_dims","array_fill","array_length","array_lower","array_ndims","array_position","array_positions","array_prepend","array_remove","array_replace","array_to_json","array_to_string","array_to_tsvector","array_upper","asind","atan2d","atand","bit","bit_length","bound_box","box","brin_summarize_new_values","broadcast","cardinality","center","circle","clock_timestamp","col_description","concat_ws","convert_from","convert_to","corr","cosd","cotd","covar_pop","covar_samp","current_catalog","current_query","current_role","currval","cursor_to_xml","diameter","div","encode","enum_first","enum_last","enum_range","every","family","format","format_type","generate_series","generate_subscripts","get_current_ts_config","gin_clean_pending_list","grouping","has_any_column_privilege","has_column_privilege","has_foreign_data_wrapper_privilege","has_function_privilege","has_language_privilege","has_sequence_privilege","has_server_privilege","has_tablespace_privilege","has_type_privilege","height","host","hostmask","inet_client_addr","inet_client_port","inet_merge","inet_same_family","inet_server_addr","inet_server_port","isclosed","isempty","isopen","json_agg","json_object","json_object_agg","json_populate_record","json_populate_recordset","json_to_record","json_to_recordset","jsonb_agg","jsonb_object_agg","justify_days","justify_hours","justify_interval","lastval","left","line","localtimestamp","lower_inc","lower_inf","lpad","lseg","make_date","make_interval","make_time","make_timestamp","make_timestamptz","masklen","mode","netmask","network","nextval","npoints","num_nonnulls","num_nulls","numnode","obj_description","overlay","parse_ident","path","pclose","percentile_disc","pg_advisory_lock","pg_advisory_lock_shared","pg_advisory_unlock","pg_advisory_unlock_all","pg_advisory_unlock_shared","pg_advisory_xact_lock","pg_advisory_xact_lock_shared","pg_backup_start_time","pg_blocking_pids","pg_client_encoding","pg_collation_is_visible","pg_column_size","pg_conf_load_time","pg_control_checkpoint","pg_control_init","pg_control_recovery","pg_control_system","pg_conversion_is_visible","pg_create_logical_replication_slot","pg_create_physical_replication_slot","pg_create_restore_point","pg_current_xlog_flush_location","pg_current_xlog_insert_location","pg_current_xlog_location","pg_database_size","pg_describe_object","pg_drop_replication_slot","pg_export_snapshot","pg_filenode_relation","pg_function_is_visible","pg_get_constraintdef","pg_get_expr","pg_get_function_arguments","pg_get_function_identity_arguments","pg_get_function_result","pg_get_functiondef","pg_get_indexdef","pg_get_keywords","pg_get_object_address","pg_get_owned_sequence","pg_get_ruledef","pg_get_serial_sequence","pg_get_triggerdef","pg_get_userbyid","pg_get_viewdef","pg_has_role","pg_identify_object","pg_identify_object_as_address","pg_index_column_has_property","pg_index_has_property","pg_indexam_has_property","pg_indexes_size","pg_is_in_backup","pg_is_in_recovery","pg_is_other_temp_schema","pg_is_xlog_replay_paused","pg_last_committed_xact","pg_last_xact_replay_timestamp","pg_last_xlog_receive_location","pg_last_xlog_replay_location","pg_listening_channels","pg_logical_emit_message","pg_logical_slot_get_binary_changes","pg_logical_slot_get_changes","pg_logical_slot_peek_binary_changes","pg_logical_slot_peek_changes","pg_ls_dir","pg_my_temp_schema","pg_notification_queue_usage","pg_opclass_is_visible","pg_operator_is_visible","pg_opfamily_is_visible","pg_options_to_table","pg_postmaster_start_time","pg_read_binary_file","pg_read_file","pg_relation_filenode","pg_relation_filepath","pg_relation_size","pg_reload_conf","pg_replication_origin_create","pg_replication_origin_drop","pg_replication_origin_oid","pg_replication_origin_progress","pg_replication_origin_session_is_setup","pg_replication_origin_session_progress","pg_replication_origin_session_reset","pg_replication_origin_session_setup","pg_replication_origin_xact_reset","pg_replication_origin_xact_setup","pg_rotate_logfile","pg_size_bytes","pg_size_pretty","pg_sleep","pg_sleep_for","pg_sleep_until","pg_start_backup","pg_stat_file","pg_stop_backup","pg_switch_xlog","pg_table_is_visible","pg_table_size","pg_tablespace_databases","pg_tablespace_location","pg_tablespace_size","pg_total_relation_size","pg_trigger_depth","pg_try_advisory_lock","pg_try_advisory_lock_shared","pg_try_advisory_xact_lock","pg_try_advisory_xact_lock_shared","pg_ts_config_is_visible","pg_ts_dict_is_visible","pg_ts_parser_is_visible","pg_ts_template_is_visible","pg_type_is_visible","pg_typeof","pg_xact_commit_timestamp","pg_xlog_location_diff","pg_xlog_replay_pause","pg_xlog_replay_resume","pg_xlogfile_name","pg_xlogfile_name_offset","phraseto_tsquery","plainto_tsquery","point","polygon","popen","pqserverversion","query_to_xml","querytree","quote_nullable","radius","range_merge","regexp_matches","regexp_split_to_array","regexp_split_to_table","regr_avgx","regr_avgy","regr_count","regr_intercept","regr_r2","regr_slope","regr_sxx","regr_sxy","regr_syy","right","row_security_active","row_to_json","rpad","scale","set_masklen","setseed","setval","setweight","shobj_description","sind","sprintf","statement_timestamp","stddev","string_agg","string_to_array","strip","substr","table_to_xml","table_to_xml_and_xmlschema","tand","text","to_json","to_regclass","to_regnamespace","to_regoper","to_regoperator","to_regproc","to_regprocedure","to_regrole","to_regtype","to_tsquery","to_tsvector","transaction_timestamp","ts_debug","ts_delete","ts_filter","ts_headline","ts_lexize","ts_parse","ts_rank","ts_rank_cd","ts_rewrite","ts_stat","ts_token_type","tsquery_phrase","tsvector_to_array","tsvector_update_trigger","tsvector_update_trigger_column","txid_current","txid_current_snapshot","txid_snapshot_xip","txid_snapshot_xmax","txid_snapshot_xmin","txid_visible_in_snapshot","unnest","upper_inc","upper_inf","variance","width","width_bucket","xml_is_well_formed","xml_is_well_formed_content","xml_is_well_formed_document","xmlagg","xmlcomment","xmlconcat","xmlelement","xmlexists","xmlforest","xmlparse","xmlpi","xmlroot","xmlserialize","xpath","xpath_exists"],builtinVariables:[],pseudoColumns:[],tokenizer:{root:[{include:"@comments"},{include:"@whitespace"},{include:"@pseudoColumns"},{include:"@numbers"},{include:"@strings"},{include:"@complexIdentifiers"},{include:"@scopes"},[/[;,.]/,"delimiter"],[/[()]/,"@brackets"],[/[\w@#$]+/,{cases:{"@keywords":"keyword","@operators":"operator","@builtinVariables":"predefined","@builtinFunctions":"predefined","@default":"identifier"}}],[/[<>=!%&+\-*/|~^]/,"operator"]],whitespace:[[/\s+/,"white"]],comments:[[/--+.*/,"comment"],[/\/\*/,{token:"comment.quote",next:"@comment"}]],comment:[[/[^*/]+/,"comment"],[/\*\//,{token:"comment.quote",next:"@pop"}],[/./,"comment"]],pseudoColumns:[[/[$][A-Za-z_][\w@#$]*/,{cases:{"@pseudoColumns":"predefined","@default":"identifier"}}]],numbers:[[/0[xX][0-9a-fA-F]*/,"number"],[/[$][+-]*\d*(\.\d*)?/,"number"],[/((\d+(\.\d*)?)|(\.\d+))([eE][\-+]?\d+)?/,"number"]],strings:[[/'/,{token:"string",next:"@string"}]],string:[[/[^']+/,"string"],[/''/,"string"],[/'/,{token:"string",next:"@pop"}]],complexIdentifiers:[[/"/,{token:"identifier.quote",next:"@quotedIdentifier"}]],quotedIdentifier:[[/[^"]+/,"identifier"],[/""/,"identifier"],[/"/,{token:"identifier.quote",next:"@pop"}]],scopes:[]}}},45439:function(e,t,i){"use strict";i.r(t),(0,i(70266).H)({id:"restructuredtext",extensions:[".rst"],aliases:["reStructuredText","restructuredtext"],loader:()=>Promise.resolve().then(i.bind(i,56876))})},56876:function(e,t,i){"use strict";i.r(t),i.d(t,{conf:function(){return n},language:function(){return o}});var n={brackets:[["{","}"],["[","]"],["(",")"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:"<",close:">",notIn:["string"]}],surroundingPairs:[{open:"(",close:")"},{open:"[",close:"]"},{open:"`",close:"`"}],folding:{markers:{start:new RegExp("^\\s*\x3c!--\\s*#?region\\b.*--\x3e"),end:new RegExp("^\\s*\x3c!--\\s*#?endregion\\b.*--\x3e")}}},o={defaultToken:"",tokenPostfix:".rst",control:/[\\`*_\[\]{}()#+\-\.!]/,escapes:/\\(?:@control)/,empty:["area","base","basefont","br","col","frame","hr","img","input","isindex","link","meta","param"],alphanumerics:/[A-Za-z0-9]/,simpleRefNameWithoutBq:/(?:@alphanumerics[-_+:.]*@alphanumerics)+|(?:@alphanumerics+)/,simpleRefName:/(?:`@phrase`|@simpleRefNameWithoutBq)/,phrase:/@simpleRefNameWithoutBq(?:\s@simpleRefNameWithoutBq)*/,citationName:/[A-Za-z][A-Za-z0-9-_.]*/,blockLiteralStart:/(?:[!"#$%&'()*+,-./:;<=>?@\[\]^_`{|}~]|[\s])/,precedingChars:/(?:[ -:/'"<([{])/,followingChars:/(?:[ -.,:;!?/'")\]}>]|$)/,punctuation:/(=|-|~|`|#|"|\^|\+|\*|:|\.|'|_|\+)/,tokenizer:{root:[[/^(@punctuation{3,}$){1,1}?/,"keyword"],[/^\s*([\*\-+‣•]|[a-zA-Z0-9]+\.|\([a-zA-Z0-9]+\)|[a-zA-Z0-9]+\))\s/,"keyword"],[/([ ]::)\s*$/,"keyword","@blankLineOfLiteralBlocks"],[/(::)\s*$/,"keyword","@blankLineOfLiteralBlocks"],{include:"@tables"},{include:"@explicitMarkupBlocks"},{include:"@inlineMarkup"}],explicitMarkupBlocks:[{include:"@citations"},{include:"@footnotes"},[/^(\.\.\s)(@simpleRefName)(::\s)(.*)$/,[{token:"",next:"subsequentLines"},"keyword","",""]],[/^(\.\.)(\s+)(_)(@simpleRefName)(:)(\s+)(.*)/,[{token:"",next:"hyperlinks"},"","","string.link","","","string.link"]],[/^((?:(?:\.\.)(?:\s+))?)(__)(:)(\s+)(.*)/,[{token:"",next:"subsequentLines"},"","","","string.link"]],[/^(__\s+)(.+)/,["","string.link"]],[/^(\.\.)( \|)([^| ]+[^|]*[^| ]*)(\| )(@simpleRefName)(:: .*)/,[{token:"",next:"subsequentLines"},"","string.link","","keyword",""],"@rawBlocks"],[/(\|)([^| ]+[^|]*[^| ]*)(\|_{0,2})/,["","string.link",""]],[/^(\.\.)([ ].*)$/,[{token:"",next:"@comments"},"comment"]]],inlineMarkup:[{include:"@citationsReference"},{include:"@footnotesReference"},[/(@simpleRefName)(_{1,2})/,["string.link",""]],[/(`)([^<`]+\s+)(<)(.*)(>)(`)(_)/,["","string.link","","string.link","","",""]],[/\*\*([^\\*]|\*(?!\*))+\*\*/,"strong"],[/\*[^*]+\*/,"emphasis"],[/(``)((?:[^`]|\`(?!`))+)(``)/,["","keyword",""]],[/(__\s+)(.+)/,["","keyword"]],[/(:)((?:@simpleRefNameWithoutBq)?)(:`)([^`]+)(`)/,["","keyword","","",""]],[/(`)([^`]+)(`:)((?:@simpleRefNameWithoutBq)?)(:)/,["","","","keyword",""]],[/(`)([^`]+)(`)/,""],[/(_`)(@phrase)(`)/,["","string.link",""]]],citations:[[/^(\.\.\s+\[)((?:@citationName))(\]\s+)(.*)/,[{token:"",next:"@subsequentLines"},"string.link","",""]]],citationsReference:[[/(\[)(@citationName)(\]_)/,["","string.link",""]]],footnotes:[[/^(\.\.\s+\[)((?:[0-9]+))(\]\s+.*)/,[{token:"",next:"@subsequentLines"},"string.link",""]],[/^(\.\.\s+\[)((?:#@simpleRefName?))(\]\s+)(.*)/,[{token:"",next:"@subsequentLines"},"string.link","",""]],[/^(\.\.\s+\[)((?:\*))(\]\s+)(.*)/,[{token:"",next:"@subsequentLines"},"string.link","",""]]],footnotesReference:[[/(\[)([0-9]+)(\])(_)/,["","string.link","",""]],[/(\[)(#@simpleRefName?)(\])(_)/,["","string.link","",""]],[/(\[)(\*)(\])(_)/,["","string.link","",""]]],blankLineOfLiteralBlocks:[[/^$/,"","@subsequentLinesOfLiteralBlocks"],[/^.*$/,"","@pop"]],subsequentLinesOfLiteralBlocks:[[/(@blockLiteralStart+)(.*)/,["keyword",""]],[/^(?!blockLiteralStart)/,"","@popall"]],subsequentLines:[[/^[\s]+.*/,""],[/^(?!\s)/,"","@pop"]],hyperlinks:[[/^[\s]+.*/,"string.link"],[/^(?!\s)/,"","@pop"]],comments:[[/^[\s]+.*/,"comment"],[/^(?!\s)/,"","@pop"]],tables:[[/\+-[+-]+/,"keyword"],[/\+=[+=]+/,"keyword"]]}}},94184:function(e,t,i){"use strict";i.r(t),(0,i(70266).H)({id:"ruby",extensions:[".rb",".rbx",".rjs",".gemspec",".pp"],filenames:["rakefile","Gemfile"],aliases:["Ruby","rb"],loader:()=>Promise.resolve().then(i.bind(i,1636))})},1636:function(e,t,i){"use strict";i.r(t),i.d(t,{conf:function(){return n},language:function(){return o}});var n={comments:{lineComment:"#",blockComment:["=begin","=end"]},brackets:[["(",")"],["{","}"],["[","]"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"}],surroundingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"}],indentationRules:{increaseIndentPattern:new RegExp("^\\s*((begin|class|(private|protected)\\s+def|def|else|elsif|ensure|for|if|module|rescue|unless|until|when|while|case)|([^#]*\\sdo\\b)|([^#]*=\\s*(case|if|unless)))\\b([^#\\{;]|(\"|'|/).*\\4)*(#.*)?$"),decreaseIndentPattern:new RegExp("^\\s*([}\\]]([,)]?\\s*(#|$)|\\.[a-zA-Z_]\\w*\\b)|(end|rescue|ensure|else|elsif|when)\\b)")}},o={tokenPostfix:".ruby",keywords:["__LINE__","__ENCODING__","__FILE__","BEGIN","END","alias","and","begin","break","case","class","def","defined?","do","else","elsif","end","ensure","for","false","if","in","module","next","nil","not","or","redo","rescue","retry","return","self","super","then","true","undef","unless","until","when","while","yield"],keywordops:["::","..","...","?",":","=>"],builtins:["require","public","private","include","extend","attr_reader","protected","private_class_method","protected_class_method","new"],declarations:["module","class","def","case","do","begin","for","if","while","until","unless"],linedecls:["def","case","do","begin","for","if","while","until","unless"],operators:["^","&","|","<=>","==","===","!~","=~",">",">=","<","<=","<<",">>","+","-","*","/","%","**","~","+@","-@","[]","[]=","`","+=","-=","*=","**=","/=","^=","%=","<<=",">>=","&=","&&=","||=","|="],brackets:[{open:"(",close:")",token:"delimiter.parenthesis"},{open:"{",close:"}",token:"delimiter.curly"},{open:"[",close:"]",token:"delimiter.square"}],symbols:/[=>"}],[/%([qws])(@delim)/,{token:"string.$1.delim",switchTo:"@qstring.$1.$2.$2"}],[/%r\(/,{token:"regexp.delim",switchTo:"@pregexp.(.)"}],[/%r\[/,{token:"regexp.delim",switchTo:"@pregexp.[.]"}],[/%r\{/,{token:"regexp.delim",switchTo:"@pregexp.{.}"}],[/%r"}],[/%r(@delim)/,{token:"regexp.delim",switchTo:"@pregexp.$1.$1"}],[/%(x|W|Q?)\(/,{token:"string.$1.delim",switchTo:"@qqstring.$1.(.)"}],[/%(x|W|Q?)\[/,{token:"string.$1.delim",switchTo:"@qqstring.$1.[.]"}],[/%(x|W|Q?)\{/,{token:"string.$1.delim",switchTo:"@qqstring.$1.{.}"}],[/%(x|W|Q?)"}],[/%(x|W|Q?)(@delim)/,{token:"string.$1.delim",switchTo:"@qqstring.$1.$2.$2"}],[/%([rqwsxW]|Q?)./,{token:"invalid",next:"@pop"}],[/./,{token:"invalid",next:"@pop"}]],qstring:[[/\\$/,"string.$S2.escape"],[/\\./,"string.$S2.escape"],[/./,{cases:{"$#==$S4":{token:"string.$S2.delim",next:"@pop"},"$#==$S3":{token:"string.$S2.delim",next:"@push"},"@default":"string.$S2"}}]],qqstring:[[/#/,"string.$S2.escape","@interpolated"],{include:"@qstring"}],whitespace:[[/[ \t\r\n]+/,""],[/^\s*=begin\b/,"comment","@comment"],[/#.*$/,"comment"]],comment:[[/[^=]+/,"comment"],[/^\s*=begin\b/,"comment.invalid"],[/^\s*=end\b.*/,"comment","@pop"],[/[=]/,"comment"]]}}},48367:function(e,t,i){"use strict";i.r(t),(0,i(70266).H)({id:"rust",extensions:[".rs",".rlib"],aliases:["Rust","rust"],loader:()=>Promise.resolve().then(i.bind(i,35056))})},35056:function(e,t,i){"use strict";i.r(t),i.d(t,{conf:function(){return n},language:function(){return o}});var n={comments:{lineComment:"//",blockComment:["/*","*/"]},brackets:[["{","}"],["[","]"],["(",")"]],autoClosingPairs:[{open:"[",close:"]"},{open:"{",close:"}"},{open:"(",close:")"},{open:'"',close:'"',notIn:["string"]}],surroundingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"}],folding:{markers:{start:new RegExp("^\\s*#pragma\\s+region\\b"),end:new RegExp("^\\s*#pragma\\s+endregion\\b")}}},o={tokenPostfix:".rust",defaultToken:"invalid",keywords:["as","async","await","box","break","const","continue","crate","dyn","else","enum","extern","false","fn","for","if","impl","in","let","loop","match","mod","move","mut","pub","ref","return","self","static","struct","super","trait","true","try","type","unsafe","use","where","while","catch","default","union","static","abstract","alignof","become","do","final","macro","offsetof","override","priv","proc","pure","sizeof","typeof","unsized","virtual","yield"],typeKeywords:["Self","m32","m64","m128","f80","f16","f128","int","uint","float","char","bool","u8","u16","u32","u64","f32","f64","i8","i16","i32","i64","str","Option","Either","c_float","c_double","c_void","FILE","fpos_t","DIR","dirent","c_char","c_schar","c_uchar","c_short","c_ushort","c_int","c_uint","c_long","c_ulong","size_t","ptrdiff_t","clock_t","time_t","c_longlong","c_ulonglong","intptr_t","uintptr_t","off_t","dev_t","ino_t","pid_t","mode_t","ssize_t"],constants:["true","false","Some","None","Left","Right","Ok","Err"],supportConstants:["EXIT_FAILURE","EXIT_SUCCESS","RAND_MAX","EOF","SEEK_SET","SEEK_CUR","SEEK_END","_IOFBF","_IONBF","_IOLBF","BUFSIZ","FOPEN_MAX","FILENAME_MAX","L_tmpnam","TMP_MAX","O_RDONLY","O_WRONLY","O_RDWR","O_APPEND","O_CREAT","O_EXCL","O_TRUNC","S_IFIFO","S_IFCHR","S_IFBLK","S_IFDIR","S_IFREG","S_IFMT","S_IEXEC","S_IWRITE","S_IREAD","S_IRWXU","S_IXUSR","S_IWUSR","S_IRUSR","F_OK","R_OK","W_OK","X_OK","STDIN_FILENO","STDOUT_FILENO","STDERR_FILENO"],supportMacros:["format!","print!","println!","panic!","format_args!","unreachable!","write!","writeln!"],operators:["!","!=","%","%=","&","&=","&&","*","*=","+","+=","-","-=","->",".","..","...","/","/=",":",";","<<","<<=","<","<=","=","==","=>",">",">=",">>",">>=","@","^","^=","|","|=","||","_","?","#"],escapes:/\\([nrt0\"''\\]|x\h{2}|u\{\h{1,6}\})/,delimiters:/[,]/,symbols:/[\#\!\%\&\*\+\-\.\/\:\;\<\=\>\@\^\|_\?]+/,intSuffixes:/[iu](8|16|32|64|128|size)/,floatSuffixes:/f(32|64)/,tokenizer:{root:[[/r(#*)"/,{token:"string.quote",bracket:"@open",next:"@stringraw.$1"}],[/[a-zA-Z][a-zA-Z0-9_]*!?|_[a-zA-Z0-9_]+/,{cases:{"@typeKeywords":"keyword.type","@keywords":"keyword","@supportConstants":"keyword","@supportMacros":"keyword","@constants":"keyword","@default":"identifier"}}],[/\$/,"identifier"],[/'[a-zA-Z_][a-zA-Z0-9_]*(?=[^\'])/,"identifier"],[/'(\S|@escapes)'/,"string.byteliteral"],[/"/,{token:"string.quote",bracket:"@open",next:"@string"}],{include:"@numbers"},{include:"@whitespace"},[/@delimiters/,{cases:{"@keywords":"keyword","@default":"delimiter"}}],[/[{}()\[\]<>]/,"@brackets"],[/@symbols/,{cases:{"@operators":"operator","@default":""}}]],whitespace:[[/[ \t\r\n]+/,"white"],[/\/\*/,"comment","@comment"],[/\/\/.*$/,"comment"]],comment:[[/[^\/*]+/,"comment"],[/\/\*/,"comment","@push"],["\\*/","comment","@pop"],[/[\/*]/,"comment"]],string:[[/[^\\"]+/,"string"],[/@escapes/,"string.escape"],[/\\./,"string.escape.invalid"],[/"/,{token:"string.quote",bracket:"@close",next:"@pop"}]],stringraw:[[/[^"#]+/,{token:"string"}],[/"(#*)/,{cases:{"$1==$S2":{token:"string.quote",bracket:"@close",next:"@pop"},"@default":{token:"string"}}}],[/["#]/,{token:"string"}]],numbers:[[/(0o[0-7_]+)(@intSuffixes)?/,{token:"number"}],[/(0b[0-1_]+)(@intSuffixes)?/,{token:"number"}],[/[\d][\d_]*(\.[\d][\d_]*)?[eE][+-][\d_]+(@floatSuffixes)?/,{token:"number"}],[/\b(\d\.?[\d_]*)(@floatSuffixes)?\b/,{token:"number"}],[/(0x[\da-fA-F]+)_?(@intSuffixes)?/,{token:"number"}],[/[\d][\d_]*(@intSuffixes?)?/,{token:"number"}]]}}},33464:function(e,t,i){"use strict";i.r(t),(0,i(70266).H)({id:"sb",extensions:[".sb"],aliases:["Small Basic","sb"],loader:()=>Promise.resolve().then(i.bind(i,77673))})},77673:function(e,t,i){"use strict";i.r(t),i.d(t,{conf:function(){return n},language:function(){return o}});var n={comments:{lineComment:"'"},brackets:[["(",")"],["[","]"],["If","EndIf"],["While","EndWhile"],["For","EndFor"],["Sub","EndSub"]],autoClosingPairs:[{open:'"',close:'"',notIn:["string","comment"]},{open:"(",close:")",notIn:["string","comment"]},{open:"[",close:"]",notIn:["string","comment"]}]},o={defaultToken:"",tokenPostfix:".sb",ignoreCase:!0,brackets:[{token:"delimiter.array",open:"[",close:"]"},{token:"delimiter.parenthesis",open:"(",close:")"},{token:"keyword.tag-if",open:"If",close:"EndIf"},{token:"keyword.tag-while",open:"While",close:"EndWhile"},{token:"keyword.tag-for",open:"For",close:"EndFor"},{token:"keyword.tag-sub",open:"Sub",close:"EndSub"}],keywords:["Else","ElseIf","EndFor","EndIf","EndSub","EndWhile","For","Goto","If","Step","Sub","Then","To","While"],tagwords:["If","Sub","While","For"],operators:[">","<","<>","<=",">=","And","Or","+","-","*","/","="],identifier:/[a-zA-Z_][\w]*/,symbols:/[=><:+\-*\/%\.,]+/,escapes:/\\(?:[abfnrtv\\"']|x[0-9A-Fa-f]{1,4}|u[0-9A-Fa-f]{4}|U[0-9A-Fa-f]{8})/,tokenizer:{root:[{include:"@whitespace"},[/(@identifier)(?=[.])/,"type"],[/@identifier/,{cases:{"@keywords":{token:"keyword.$0"},"@operators":"operator","@default":"variable.name"}}],[/([.])(@identifier)/,{cases:{$2:["delimiter","type.member"],"@default":""}}],[/\d*\.\d+/,"number.float"],[/\d+/,"number"],[/[()\[\]]/,"@brackets"],[/@symbols/,{cases:{"@operators":"operator","@default":"delimiter"}}],[/"([^"\\]|\\.)*$/,"string.invalid"],[/"/,"string","@string"]],whitespace:[[/[ \t\r\n]+/,""],[/(\').*$/,"comment"]],string:[[/[^\\"]+/,"string"],[/@escapes/,"string.escape"],[/\\./,"string.escape.invalid"],[/"C?/,"string","@pop"]]}}},4595:function(e,t,i){"use strict";i.r(t),(0,i(70266).H)({id:"scala",extensions:[".scala",".sc",".sbt"],aliases:["Scala","scala","SBT","Sbt","sbt","Dotty","dotty"],mimetypes:["text/x-scala-source","text/x-scala","text/x-sbt","text/x-dotty"],loader:()=>Promise.resolve().then(i.bind(i,14892))})},14892:function(e,t,i){"use strict";i.r(t),i.d(t,{conf:function(){return n},language:function(){return o}});var n={wordPattern:/(unary_[@~!#%^&*()\-=+\\|:<>\/?]+)|([a-zA-Z_$][\w$]*?_=)|(`[^`]+`)|([a-zA-Z_$][\w$]*)/g,comments:{lineComment:"//",blockComment:["/*","*/"]},brackets:[["{","}"],["[","]"],["(",")"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"}],surroundingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"}],folding:{markers:{start:new RegExp("^\\s*//\\s*(?:(?:#?region\\b)|(?:))")}}},o={tokenPostfix:".scala",keywords:["asInstanceOf","catch","class","classOf","def","do","else","extends","finally","for","foreach","forSome","if","import","isInstanceOf","macro","match","new","object","package","return","throw","trait","try","type","until","val","var","while","with","yield","given","enum","then"],softKeywords:["as","export","extension","end","derives","on"],constants:["true","false","null","this","super"],modifiers:["abstract","final","implicit","lazy","override","private","protected","sealed"],softModifiers:["inline","opaque","open","transparent","using"],name:/(?:[a-z_$][\w$]*|`[^`]+`)/,type:/(?:[A-Z][\w$]*)/,symbols:/[=>))/,["@brackets","white","variable"]],[/@name/,{cases:{"@keywords":"keyword","@softKeywords":"keyword","@modifiers":"keyword.modifier","@softModifiers":"keyword.modifier","@constants":{token:"constant",next:"@allowMethod"},"@default":{token:"identifier",next:"@allowMethod"}}}],[/@type/,"type","@allowMethod"],{include:"@whitespace"},[/@[a-zA-Z_$][\w$]*(?:\.[a-zA-Z_$][\w$]*)*/,"annotation"],[/[{(]/,"@brackets"],[/[})]/,"@brackets","@allowMethod"],[/\[/,"operator.square"],[/](?!\s*(?:va[rl]|def|type)\b)/,"operator.square","@allowMethod"],[/]/,"operator.square"],[/([=-]>|<-|>:|<:|:>|<%)(?=[\s\w()[\]{},\."'`])/,"keyword"],[/@symbols/,"operator"],[/[;,\.]/,"delimiter"],[/'[a-zA-Z$][\w$]*(?!')/,"attribute.name"],[/'[^\\']'/,"string","@allowMethod"],[/(')(@escapes)(')/,["string","string.escape",{token:"string",next:"@allowMethod"}]],[/'/,"string.invalid"]],import:[[/;/,"delimiter","@pop"],[/^|$/,"","@pop"],[/[ \t]+/,"white"],[/[\n\r]+/,"white","@pop"],[/\/\*/,"comment","@comment"],[/@name|@type/,"type"],[/[(){}]/,"@brackets"],[/[[\]]/,"operator.square"],[/[\.,]/,"delimiter"]],allowMethod:[[/^|$/,"","@pop"],[/[ \t]+/,"white"],[/[\n\r]+/,"white","@pop"],[/\/\*/,"comment","@comment"],[/(?==>[\s\w([{])/,"keyword","@pop"],[/(@name|@symbols)(?=[ \t]*[[({"'`]|[ \t]+(?:[+-]?\.?\d|\w))/,{cases:{"@keywords":{token:"keyword",next:"@pop"},"->|<-|>:|<:|<%":{token:"keyword",next:"@pop"},"@default":{token:"@rematch",next:"@pop"}}}],["","","@pop"]],comment:[[/[^\/*]+/,"comment"],[/\/\*/,"comment","@push"],[/\*\//,"comment","@pop"],[/[\/*]/,"comment"]],case:[[/\b_\*/,"key"],[/\b(_|true|false|null|this|super)\b/,"keyword","@allowMethod"],[/\bif\b|=>/,"keyword","@pop"],[/`[^`]+`/,"identifier","@allowMethod"],[/@name/,"variable","@allowMethod"],[/:::?|\||@(?![a-z_$])/,"keyword"],{include:"@root"}],vardef:[[/\b_\*/,"key"],[/\b(_|true|false|null|this|super)\b/,"keyword"],[/@name/,"variable"],[/:::?|\||@(?![a-z_$])/,"keyword"],[/=|:(?!:)/,"operator","@pop"],[/$/,"white","@pop"],{include:"@root"}],string:[[/[^\\"\n\r]+/,"string"],[/@escapes/,"string.escape"],[/\\./,"string.escape.invalid"],[/"/,{token:"string.quote",bracket:"@close",switchTo:"@allowMethod"}]],stringt:[[/[^\\"\n\r]+/,"string"],[/@escapes/,"string.escape"],[/\\./,"string.escape.invalid"],[/"(?=""")/,"string"],[/"""/,{token:"string.quote",bracket:"@close",switchTo:"@allowMethod"}],[/"/,"string"]],fstring:[[/@escapes/,"string.escape"],[/"/,{token:"string.quote",bracket:"@close",switchTo:"@allowMethod"}],[/\$\$/,"string"],[/(\$)([a-z_]\w*)/,["operator","identifier"]],[/\$\{/,"operator","@interp"],[/%%/,"string"],[/(%)([\-#+ 0,(])(\d+|\.\d+|\d+\.\d+)(@fstring_conv)/,["metatag","keyword.modifier","number","metatag"]],[/(%)(\d+|\.\d+|\d+\.\d+)(@fstring_conv)/,["metatag","number","metatag"]],[/(%)([\-#+ 0,(])(@fstring_conv)/,["metatag","keyword.modifier","metatag"]],[/(%)(@fstring_conv)/,["metatag","metatag"]],[/./,"string"]],fstringt:[[/@escapes/,"string.escape"],[/"(?=""")/,"string"],[/"""/,{token:"string.quote",bracket:"@close",switchTo:"@allowMethod"}],[/\$\$/,"string"],[/(\$)([a-z_]\w*)/,["operator","identifier"]],[/\$\{/,"operator","@interp"],[/%%/,"string"],[/(%)([\-#+ 0,(])(\d+|\.\d+|\d+\.\d+)(@fstring_conv)/,["metatag","keyword.modifier","number","metatag"]],[/(%)(\d+|\.\d+|\d+\.\d+)(@fstring_conv)/,["metatag","number","metatag"]],[/(%)([\-#+ 0,(])(@fstring_conv)/,["metatag","keyword.modifier","metatag"]],[/(%)(@fstring_conv)/,["metatag","metatag"]],[/./,"string"]],sstring:[[/@escapes/,"string.escape"],[/"/,{token:"string.quote",bracket:"@close",switchTo:"@allowMethod"}],[/\$\$/,"string"],[/(\$)([a-z_]\w*)/,["operator","identifier"]],[/\$\{/,"operator","@interp"],[/./,"string"]],sstringt:[[/@escapes/,"string.escape"],[/"(?=""")/,"string"],[/"""/,{token:"string.quote",bracket:"@close",switchTo:"@allowMethod"}],[/\$\$/,"string"],[/(\$)([a-z_]\w*)/,["operator","identifier"]],[/\$\{/,"operator","@interp"],[/./,"string"]],interp:[[/{/,"operator","@push"],[/}/,"operator","@pop"],{include:"@root"}],rawstring:[[/[^"]/,"string"],[/"/,{token:"string.quote",bracket:"@close",switchTo:"@allowMethod"}]],rawstringt:[[/[^"]/,"string"],[/"(?=""")/,"string"],[/"""/,{token:"string.quote",bracket:"@close",switchTo:"@allowMethod"}],[/"/,"string"]],whitespace:[[/[ \t\r\n]+/,"white"],[/\/\*/,"comment","@comment"],[/\/\/.*$/,"comment"]]}}},8592:function(e,t,i){"use strict";i.r(t),(0,i(70266).H)({id:"scheme",extensions:[".scm",".ss",".sch",".rkt"],aliases:["scheme","Scheme"],loader:()=>Promise.resolve().then(i.bind(i,33616))})},33616:function(e,t,i){"use strict";i.r(t),i.d(t,{conf:function(){return n},language:function(){return o}});var n={comments:{lineComment:";",blockComment:["#|","|#"]},brackets:[["(",")"],["{","}"],["[","]"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'}],surroundingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'}]},o={defaultToken:"",ignoreCase:!0,tokenPostfix:".scheme",brackets:[{open:"(",close:")",token:"delimiter.parenthesis"},{open:"{",close:"}",token:"delimiter.curly"},{open:"[",close:"]",token:"delimiter.square"}],keywords:["case","do","let","loop","if","else","when","cons","car","cdr","cond","lambda","lambda*","syntax-rules","format","set!","quote","eval","append","list","list?","member?","load"],constants:["#t","#f"],operators:["eq?","eqv?","equal?","and","or","not","null?"],tokenizer:{root:[[/#[xXoObB][0-9a-fA-F]+/,"number.hex"],[/[+-]?\d+(?:(?:\.\d*)?(?:[eE][+-]?\d+)?)?/,"number.float"],[/(?:\b(?:(define|define-syntax|define-macro))\b)(\s+)((?:\w|\-|\!|\?)*)/,["keyword","white","variable"]],{include:"@whitespace"},{include:"@strings"},[/[a-zA-Z_#][a-zA-Z0-9_\-\?\!\*]*/,{cases:{"@keywords":"keyword","@constants":"constant","@operators":"operators","@default":"identifier"}}]],comment:[[/[^\|#]+/,"comment"],[/#\|/,"comment","@push"],[/\|#/,"comment","@pop"],[/[\|#]/,"comment"]],whitespace:[[/[ \t\r\n]+/,"white"],[/#\|/,"comment","@comment"],[/;.*$/,"comment"]],strings:[[/"$/,"string","@popall"],[/"(?=.)/,"string","@multiLineString"]],multiLineString:[[/[^\\"]+$/,"string","@popall"],[/[^\\"]+/,"string"],[/\\./,"string.escape"],[/"/,"string","@popall"],[/\\$/,"string"]]}}},49607:function(e,t,i){"use strict";i.r(t),(0,i(70266).H)({id:"scss",extensions:[".scss"],aliases:["Sass","sass","scss"],mimetypes:["text/x-scss","text/scss"],loader:()=>Promise.resolve().then(i.bind(i,58933))})},58933:function(e,t,i){"use strict";i.r(t),i.d(t,{conf:function(){return n},language:function(){return o}});var n={wordPattern:/(#?-?\d*\.\d\w*%?)|([@$#!.:]?[\w-?]+%?)|[@#!.]/g,comments:{blockComment:["/*","*/"],lineComment:"//"},brackets:[["{","}"],["[","]"],["(",")"]],autoClosingPairs:[{open:"{",close:"}",notIn:["string","comment"]},{open:"[",close:"]",notIn:["string","comment"]},{open:"(",close:")",notIn:["string","comment"]},{open:'"',close:'"',notIn:["string","comment"]},{open:"'",close:"'",notIn:["string","comment"]}],surroundingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"}],folding:{markers:{start:new RegExp("^\\s*\\/\\*\\s*#region\\b\\s*(.*?)\\s*\\*\\/"),end:new RegExp("^\\s*\\/\\*\\s*#endregion\\b.*\\*\\/")}}},o={defaultToken:"",tokenPostfix:".scss",ws:"[ \t\n\r\f]*",identifier:"-?-?([a-zA-Z]|(\\\\(([0-9a-fA-F]{1,6}\\s?)|[^[0-9a-fA-F])))([\\w\\-]|(\\\\(([0-9a-fA-F]{1,6}\\s?)|[^[0-9a-fA-F])))*",brackets:[{open:"{",close:"}",token:"delimiter.curly"},{open:"[",close:"]",token:"delimiter.bracket"},{open:"(",close:")",token:"delimiter.parenthesis"},{open:"<",close:">",token:"delimiter.angle"}],tokenizer:{root:[{include:"@selector"}],selector:[{include:"@comments"},{include:"@import"},{include:"@variabledeclaration"},{include:"@warndebug"},["[@](include)",{token:"keyword",next:"@includedeclaration"}],["[@](keyframes|-webkit-keyframes|-moz-keyframes|-o-keyframes)",{token:"keyword",next:"@keyframedeclaration"}],["[@](page|content|font-face|-moz-document)",{token:"keyword"}],["[@](charset|namespace)",{token:"keyword",next:"@declarationbody"}],["[@](function)",{token:"keyword",next:"@functiondeclaration"}],["[@](mixin)",{token:"keyword",next:"@mixindeclaration"}],["url(\\-prefix)?\\(",{token:"meta",next:"@urldeclaration"}],{include:"@controlstatement"},{include:"@selectorname"},["[&\\*]","tag"],["[>\\+,]","delimiter"],["\\[",{token:"delimiter.bracket",next:"@selectorattribute"}],["{",{token:"delimiter.curly",next:"@selectorbody"}]],selectorbody:[["[*_]?@identifier@ws:(?=(\\s|\\d|[^{;}]*[;}]))","attribute.name","@rulevalue"],{include:"@selector"},["[@](extend)",{token:"keyword",next:"@extendbody"}],["[@](return)",{token:"keyword",next:"@declarationbody"}],["}",{token:"delimiter.curly",next:"@pop"}]],selectorname:[["#{",{token:"meta",next:"@variableinterpolation"}],["(\\.|#(?=[^{])|%|(@identifier)|:)+","tag"]],selectorattribute:[{include:"@term"},["]",{token:"delimiter.bracket",next:"@pop"}]],term:[{include:"@comments"},["url(\\-prefix)?\\(",{token:"meta",next:"@urldeclaration"}],{include:"@functioninvocation"},{include:"@numbers"},{include:"@strings"},{include:"@variablereference"},["(and\\b|or\\b|not\\b)","operator"],{include:"@name"},["([<>=\\+\\-\\*\\/\\^\\|\\~,])","operator"],[",","delimiter"],["!default","literal"],["\\(",{token:"delimiter.parenthesis",next:"@parenthizedterm"}]],rulevalue:[{include:"@term"},["!important","literal"],[";","delimiter","@pop"],["{",{token:"delimiter.curly",switchTo:"@nestedproperty"}],["(?=})",{token:"",next:"@pop"}]],nestedproperty:[["[*_]?@identifier@ws:","attribute.name","@rulevalue"],{include:"@comments"},["}",{token:"delimiter.curly",next:"@pop"}]],warndebug:[["[@](warn|debug)",{token:"keyword",next:"@declarationbody"}]],import:[["[@](import)",{token:"keyword",next:"@declarationbody"}]],variabledeclaration:[["\\$@identifier@ws:","variable.decl","@declarationbody"]],urldeclaration:[{include:"@strings"},["[^)\r\n]+","string"],["\\)",{token:"meta",next:"@pop"}]],parenthizedterm:[{include:"@term"},["\\)",{token:"delimiter.parenthesis",next:"@pop"}]],declarationbody:[{include:"@term"},[";","delimiter","@pop"],["(?=})",{token:"",next:"@pop"}]],extendbody:[{include:"@selectorname"},["!optional","literal"],[";","delimiter","@pop"],["(?=})",{token:"",next:"@pop"}]],variablereference:[["\\$@identifier","variable.ref"],["\\.\\.\\.","operator"],["#{",{token:"meta",next:"@variableinterpolation"}]],variableinterpolation:[{include:"@variablereference"},["}",{token:"meta",next:"@pop"}]],comments:[["\\/\\*","comment","@comment"],["\\/\\/+.*","comment"]],comment:[["\\*\\/","comment","@pop"],[".","comment"]],name:[["@identifier","attribute.value"]],numbers:[["(\\d*\\.)?\\d+([eE][\\-+]?\\d+)?",{token:"number",next:"@units"}],["#[0-9a-fA-F_]+(?!\\w)","number.hex"]],units:[["(em|ex|ch|rem|vmin|vmax|vw|vh|vm|cm|mm|in|px|pt|pc|deg|grad|rad|turn|s|ms|Hz|kHz|%)?","number","@pop"]],functiondeclaration:[["@identifier@ws\\(",{token:"meta",next:"@parameterdeclaration"}],["{",{token:"delimiter.curly",switchTo:"@functionbody"}]],mixindeclaration:[["@identifier@ws\\(",{token:"meta",next:"@parameterdeclaration"}],["@identifier","meta"],["{",{token:"delimiter.curly",switchTo:"@selectorbody"}]],parameterdeclaration:[["\\$@identifier@ws:","variable.decl"],["\\.\\.\\.","operator"],[",","delimiter"],{include:"@term"},["\\)",{token:"meta",next:"@pop"}]],includedeclaration:[{include:"@functioninvocation"},["@identifier","meta"],[";","delimiter","@pop"],["(?=})",{token:"",next:"@pop"}],["{",{token:"delimiter.curly",switchTo:"@selectorbody"}]],keyframedeclaration:[["@identifier","meta"],["{",{token:"delimiter.curly",switchTo:"@keyframebody"}]],keyframebody:[{include:"@term"},["{",{token:"delimiter.curly",next:"@selectorbody"}],["}",{token:"delimiter.curly",next:"@pop"}]],controlstatement:[["[@](if|else|for|while|each|media)",{token:"keyword.flow",next:"@controlstatementdeclaration"}]],controlstatementdeclaration:[["(in|from|through|if|to)\\b",{token:"keyword.flow"}],{include:"@term"},["{",{token:"delimiter.curly",switchTo:"@selectorbody"}]],functionbody:[["[@](return)",{token:"keyword"}],{include:"@variabledeclaration"},{include:"@term"},{include:"@controlstatement"},[";","delimiter"],["}",{token:"delimiter.curly",next:"@pop"}]],functioninvocation:[["@identifier\\(",{token:"meta",next:"@functionarguments"}]],functionarguments:[["\\$@identifier@ws:","attribute.name"],["[,]","delimiter"],{include:"@term"},["\\)",{token:"meta",next:"@pop"}]],strings:[['~?"',{token:"string.delimiter",next:"@stringenddoublequote"}],["~?'",{token:"string.delimiter",next:"@stringendquote"}]],stringenddoublequote:[["\\\\.","string"],['"',{token:"string.delimiter",next:"@pop"}],[".","string"]],stringendquote:[["\\\\.","string"],["'",{token:"string.delimiter",next:"@pop"}],[".","string"]]}}},78027:function(e,t,i){"use strict";i.r(t),(0,i(70266).H)({id:"shell",extensions:[".sh",".bash"],aliases:["Shell","sh"],loader:()=>Promise.resolve().then(i.bind(i,70718))})},70718:function(e,t,i){"use strict";i.r(t),i.d(t,{conf:function(){return n},language:function(){return o}});var n={comments:{lineComment:"#"},brackets:[["{","}"],["[","]"],["(",")"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"},{open:"`",close:"`"}],surroundingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"},{open:"`",close:"`"}]},o={defaultToken:"",ignoreCase:!0,tokenPostfix:".shell",brackets:[{token:"delimiter.bracket",open:"{",close:"}"},{token:"delimiter.parenthesis",open:"(",close:")"},{token:"delimiter.square",open:"[",close:"]"}],keywords:["if","then","do","else","elif","while","until","for","in","esac","fi","fin","fil","done","exit","set","unset","export","function"],builtins:["ab","awk","bash","beep","cat","cc","cd","chown","chmod","chroot","clear","cp","curl","cut","diff","echo","find","gawk","gcc","get","git","grep","hg","kill","killall","ln","ls","make","mkdir","openssl","mv","nc","node","npm","ping","ps","restart","rm","rmdir","sed","service","sh","shopt","shred","source","sort","sleep","ssh","start","stop","su","sudo","svn","tee","telnet","top","touch","vi","vim","wall","wc","wget","who","write","yes","zsh"],startingWithDash:/\-+\w+/,identifiersWithDashes:/[a-zA-Z]\w+(?:@startingWithDash)+/,symbols:/[=>Promise.resolve().then(i.bind(i,94393))})},94393:function(e,t,i){"use strict";i.r(t),i.d(t,{conf:function(){return n},language:function(){return o}});var n={comments:{lineComment:"//",blockComment:["/*","*/"]},brackets:[["{","}"],["[","]"],["(",")"],["<",">"]],autoClosingPairs:[{open:'"',close:'"',notIn:["string","comment"]},{open:"{",close:"}",notIn:["string","comment"]},{open:"[",close:"]",notIn:["string","comment"]},{open:"(",close:")",notIn:["string","comment"]}]},o={defaultToken:"",tokenPostfix:".sol",brackets:[{token:"delimiter.curly",open:"{",close:"}"},{token:"delimiter.parenthesis",open:"(",close:")"},{token:"delimiter.square",open:"[",close:"]"},{token:"delimiter.angle",open:"<",close:">"}],keywords:["pragma","solidity","contract","library","using","struct","function","modifier","constructor","address","string","bool","Int","Uint","Byte","Fixed","Ufixed","int","int8","int16","int24","int32","int40","int48","int56","int64","int72","int80","int88","int96","int104","int112","int120","int128","int136","int144","int152","int160","int168","int176","int184","int192","int200","int208","int216","int224","int232","int240","int248","int256","uint","uint8","uint16","uint24","uint32","uint40","uint48","uint56","uint64","uint72","uint80","uint88","uint96","uint104","uint112","uint120","uint128","uint136","uint144","uint152","uint160","uint168","uint176","uint184","uint192","uint200","uint208","uint216","uint224","uint232","uint240","uint248","uint256","byte","bytes","bytes1","bytes2","bytes3","bytes4","bytes5","bytes6","bytes7","bytes8","bytes9","bytes10","bytes11","bytes12","bytes13","bytes14","bytes15","bytes16","bytes17","bytes18","bytes19","bytes20","bytes21","bytes22","bytes23","bytes24","bytes25","bytes26","bytes27","bytes28","bytes29","bytes30","bytes31","bytes32","fixed","fixed0x8","fixed0x16","fixed0x24","fixed0x32","fixed0x40","fixed0x48","fixed0x56","fixed0x64","fixed0x72","fixed0x80","fixed0x88","fixed0x96","fixed0x104","fixed0x112","fixed0x120","fixed0x128","fixed0x136","fixed0x144","fixed0x152","fixed0x160","fixed0x168","fixed0x176","fixed0x184","fixed0x192","fixed0x200","fixed0x208","fixed0x216","fixed0x224","fixed0x232","fixed0x240","fixed0x248","fixed0x256","fixed8x8","fixed8x16","fixed8x24","fixed8x32","fixed8x40","fixed8x48","fixed8x56","fixed8x64","fixed8x72","fixed8x80","fixed8x88","fixed8x96","fixed8x104","fixed8x112","fixed8x120","fixed8x128","fixed8x136","fixed8x144","fixed8x152","fixed8x160","fixed8x168","fixed8x176","fixed8x184","fixed8x192","fixed8x200","fixed8x208","fixed8x216","fixed8x224","fixed8x232","fixed8x240","fixed8x248","fixed16x8","fixed16x16","fixed16x24","fixed16x32","fixed16x40","fixed16x48","fixed16x56","fixed16x64","fixed16x72","fixed16x80","fixed16x88","fixed16x96","fixed16x104","fixed16x112","fixed16x120","fixed16x128","fixed16x136","fixed16x144","fixed16x152","fixed16x160","fixed16x168","fixed16x176","fixed16x184","fixed16x192","fixed16x200","fixed16x208","fixed16x216","fixed16x224","fixed16x232","fixed16x240","fixed24x8","fixed24x16","fixed24x24","fixed24x32","fixed24x40","fixed24x48","fixed24x56","fixed24x64","fixed24x72","fixed24x80","fixed24x88","fixed24x96","fixed24x104","fixed24x112","fixed24x120","fixed24x128","fixed24x136","fixed24x144","fixed24x152","fixed24x160","fixed24x168","fixed24x176","fixed24x184","fixed24x192","fixed24x200","fixed24x208","fixed24x216","fixed24x224","fixed24x232","fixed32x8","fixed32x16","fixed32x24","fixed32x32","fixed32x40","fixed32x48","fixed32x56","fixed32x64","fixed32x72","fixed32x80","fixed32x88","fixed32x96","fixed32x104","fixed32x112","fixed32x120","fixed32x128","fixed32x136","fixed32x144","fixed32x152","fixed32x160","fixed32x168","fixed32x176","fixed32x184","fixed32x192","fixed32x200","fixed32x208","fixed32x216","fixed32x224","fixed40x8","fixed40x16","fixed40x24","fixed40x32","fixed40x40","fixed40x48","fixed40x56","fixed40x64","fixed40x72","fixed40x80","fixed40x88","fixed40x96","fixed40x104","fixed40x112","fixed40x120","fixed40x128","fixed40x136","fixed40x144","fixed40x152","fixed40x160","fixed40x168","fixed40x176","fixed40x184","fixed40x192","fixed40x200","fixed40x208","fixed40x216","fixed48x8","fixed48x16","fixed48x24","fixed48x32","fixed48x40","fixed48x48","fixed48x56","fixed48x64","fixed48x72","fixed48x80","fixed48x88","fixed48x96","fixed48x104","fixed48x112","fixed48x120","fixed48x128","fixed48x136","fixed48x144","fixed48x152","fixed48x160","fixed48x168","fixed48x176","fixed48x184","fixed48x192","fixed48x200","fixed48x208","fixed56x8","fixed56x16","fixed56x24","fixed56x32","fixed56x40","fixed56x48","fixed56x56","fixed56x64","fixed56x72","fixed56x80","fixed56x88","fixed56x96","fixed56x104","fixed56x112","fixed56x120","fixed56x128","fixed56x136","fixed56x144","fixed56x152","fixed56x160","fixed56x168","fixed56x176","fixed56x184","fixed56x192","fixed56x200","fixed64x8","fixed64x16","fixed64x24","fixed64x32","fixed64x40","fixed64x48","fixed64x56","fixed64x64","fixed64x72","fixed64x80","fixed64x88","fixed64x96","fixed64x104","fixed64x112","fixed64x120","fixed64x128","fixed64x136","fixed64x144","fixed64x152","fixed64x160","fixed64x168","fixed64x176","fixed64x184","fixed64x192","fixed72x8","fixed72x16","fixed72x24","fixed72x32","fixed72x40","fixed72x48","fixed72x56","fixed72x64","fixed72x72","fixed72x80","fixed72x88","fixed72x96","fixed72x104","fixed72x112","fixed72x120","fixed72x128","fixed72x136","fixed72x144","fixed72x152","fixed72x160","fixed72x168","fixed72x176","fixed72x184","fixed80x8","fixed80x16","fixed80x24","fixed80x32","fixed80x40","fixed80x48","fixed80x56","fixed80x64","fixed80x72","fixed80x80","fixed80x88","fixed80x96","fixed80x104","fixed80x112","fixed80x120","fixed80x128","fixed80x136","fixed80x144","fixed80x152","fixed80x160","fixed80x168","fixed80x176","fixed88x8","fixed88x16","fixed88x24","fixed88x32","fixed88x40","fixed88x48","fixed88x56","fixed88x64","fixed88x72","fixed88x80","fixed88x88","fixed88x96","fixed88x104","fixed88x112","fixed88x120","fixed88x128","fixed88x136","fixed88x144","fixed88x152","fixed88x160","fixed88x168","fixed96x8","fixed96x16","fixed96x24","fixed96x32","fixed96x40","fixed96x48","fixed96x56","fixed96x64","fixed96x72","fixed96x80","fixed96x88","fixed96x96","fixed96x104","fixed96x112","fixed96x120","fixed96x128","fixed96x136","fixed96x144","fixed96x152","fixed96x160","fixed104x8","fixed104x16","fixed104x24","fixed104x32","fixed104x40","fixed104x48","fixed104x56","fixed104x64","fixed104x72","fixed104x80","fixed104x88","fixed104x96","fixed104x104","fixed104x112","fixed104x120","fixed104x128","fixed104x136","fixed104x144","fixed104x152","fixed112x8","fixed112x16","fixed112x24","fixed112x32","fixed112x40","fixed112x48","fixed112x56","fixed112x64","fixed112x72","fixed112x80","fixed112x88","fixed112x96","fixed112x104","fixed112x112","fixed112x120","fixed112x128","fixed112x136","fixed112x144","fixed120x8","fixed120x16","fixed120x24","fixed120x32","fixed120x40","fixed120x48","fixed120x56","fixed120x64","fixed120x72","fixed120x80","fixed120x88","fixed120x96","fixed120x104","fixed120x112","fixed120x120","fixed120x128","fixed120x136","fixed128x8","fixed128x16","fixed128x24","fixed128x32","fixed128x40","fixed128x48","fixed128x56","fixed128x64","fixed128x72","fixed128x80","fixed128x88","fixed128x96","fixed128x104","fixed128x112","fixed128x120","fixed128x128","fixed136x8","fixed136x16","fixed136x24","fixed136x32","fixed136x40","fixed136x48","fixed136x56","fixed136x64","fixed136x72","fixed136x80","fixed136x88","fixed136x96","fixed136x104","fixed136x112","fixed136x120","fixed144x8","fixed144x16","fixed144x24","fixed144x32","fixed144x40","fixed144x48","fixed144x56","fixed144x64","fixed144x72","fixed144x80","fixed144x88","fixed144x96","fixed144x104","fixed144x112","fixed152x8","fixed152x16","fixed152x24","fixed152x32","fixed152x40","fixed152x48","fixed152x56","fixed152x64","fixed152x72","fixed152x80","fixed152x88","fixed152x96","fixed152x104","fixed160x8","fixed160x16","fixed160x24","fixed160x32","fixed160x40","fixed160x48","fixed160x56","fixed160x64","fixed160x72","fixed160x80","fixed160x88","fixed160x96","fixed168x8","fixed168x16","fixed168x24","fixed168x32","fixed168x40","fixed168x48","fixed168x56","fixed168x64","fixed168x72","fixed168x80","fixed168x88","fixed176x8","fixed176x16","fixed176x24","fixed176x32","fixed176x40","fixed176x48","fixed176x56","fixed176x64","fixed176x72","fixed176x80","fixed184x8","fixed184x16","fixed184x24","fixed184x32","fixed184x40","fixed184x48","fixed184x56","fixed184x64","fixed184x72","fixed192x8","fixed192x16","fixed192x24","fixed192x32","fixed192x40","fixed192x48","fixed192x56","fixed192x64","fixed200x8","fixed200x16","fixed200x24","fixed200x32","fixed200x40","fixed200x48","fixed200x56","fixed208x8","fixed208x16","fixed208x24","fixed208x32","fixed208x40","fixed208x48","fixed216x8","fixed216x16","fixed216x24","fixed216x32","fixed216x40","fixed224x8","fixed224x16","fixed224x24","fixed224x32","fixed232x8","fixed232x16","fixed232x24","fixed240x8","fixed240x16","fixed248x8","ufixed","ufixed0x8","ufixed0x16","ufixed0x24","ufixed0x32","ufixed0x40","ufixed0x48","ufixed0x56","ufixed0x64","ufixed0x72","ufixed0x80","ufixed0x88","ufixed0x96","ufixed0x104","ufixed0x112","ufixed0x120","ufixed0x128","ufixed0x136","ufixed0x144","ufixed0x152","ufixed0x160","ufixed0x168","ufixed0x176","ufixed0x184","ufixed0x192","ufixed0x200","ufixed0x208","ufixed0x216","ufixed0x224","ufixed0x232","ufixed0x240","ufixed0x248","ufixed0x256","ufixed8x8","ufixed8x16","ufixed8x24","ufixed8x32","ufixed8x40","ufixed8x48","ufixed8x56","ufixed8x64","ufixed8x72","ufixed8x80","ufixed8x88","ufixed8x96","ufixed8x104","ufixed8x112","ufixed8x120","ufixed8x128","ufixed8x136","ufixed8x144","ufixed8x152","ufixed8x160","ufixed8x168","ufixed8x176","ufixed8x184","ufixed8x192","ufixed8x200","ufixed8x208","ufixed8x216","ufixed8x224","ufixed8x232","ufixed8x240","ufixed8x248","ufixed16x8","ufixed16x16","ufixed16x24","ufixed16x32","ufixed16x40","ufixed16x48","ufixed16x56","ufixed16x64","ufixed16x72","ufixed16x80","ufixed16x88","ufixed16x96","ufixed16x104","ufixed16x112","ufixed16x120","ufixed16x128","ufixed16x136","ufixed16x144","ufixed16x152","ufixed16x160","ufixed16x168","ufixed16x176","ufixed16x184","ufixed16x192","ufixed16x200","ufixed16x208","ufixed16x216","ufixed16x224","ufixed16x232","ufixed16x240","ufixed24x8","ufixed24x16","ufixed24x24","ufixed24x32","ufixed24x40","ufixed24x48","ufixed24x56","ufixed24x64","ufixed24x72","ufixed24x80","ufixed24x88","ufixed24x96","ufixed24x104","ufixed24x112","ufixed24x120","ufixed24x128","ufixed24x136","ufixed24x144","ufixed24x152","ufixed24x160","ufixed24x168","ufixed24x176","ufixed24x184","ufixed24x192","ufixed24x200","ufixed24x208","ufixed24x216","ufixed24x224","ufixed24x232","ufixed32x8","ufixed32x16","ufixed32x24","ufixed32x32","ufixed32x40","ufixed32x48","ufixed32x56","ufixed32x64","ufixed32x72","ufixed32x80","ufixed32x88","ufixed32x96","ufixed32x104","ufixed32x112","ufixed32x120","ufixed32x128","ufixed32x136","ufixed32x144","ufixed32x152","ufixed32x160","ufixed32x168","ufixed32x176","ufixed32x184","ufixed32x192","ufixed32x200","ufixed32x208","ufixed32x216","ufixed32x224","ufixed40x8","ufixed40x16","ufixed40x24","ufixed40x32","ufixed40x40","ufixed40x48","ufixed40x56","ufixed40x64","ufixed40x72","ufixed40x80","ufixed40x88","ufixed40x96","ufixed40x104","ufixed40x112","ufixed40x120","ufixed40x128","ufixed40x136","ufixed40x144","ufixed40x152","ufixed40x160","ufixed40x168","ufixed40x176","ufixed40x184","ufixed40x192","ufixed40x200","ufixed40x208","ufixed40x216","ufixed48x8","ufixed48x16","ufixed48x24","ufixed48x32","ufixed48x40","ufixed48x48","ufixed48x56","ufixed48x64","ufixed48x72","ufixed48x80","ufixed48x88","ufixed48x96","ufixed48x104","ufixed48x112","ufixed48x120","ufixed48x128","ufixed48x136","ufixed48x144","ufixed48x152","ufixed48x160","ufixed48x168","ufixed48x176","ufixed48x184","ufixed48x192","ufixed48x200","ufixed48x208","ufixed56x8","ufixed56x16","ufixed56x24","ufixed56x32","ufixed56x40","ufixed56x48","ufixed56x56","ufixed56x64","ufixed56x72","ufixed56x80","ufixed56x88","ufixed56x96","ufixed56x104","ufixed56x112","ufixed56x120","ufixed56x128","ufixed56x136","ufixed56x144","ufixed56x152","ufixed56x160","ufixed56x168","ufixed56x176","ufixed56x184","ufixed56x192","ufixed56x200","ufixed64x8","ufixed64x16","ufixed64x24","ufixed64x32","ufixed64x40","ufixed64x48","ufixed64x56","ufixed64x64","ufixed64x72","ufixed64x80","ufixed64x88","ufixed64x96","ufixed64x104","ufixed64x112","ufixed64x120","ufixed64x128","ufixed64x136","ufixed64x144","ufixed64x152","ufixed64x160","ufixed64x168","ufixed64x176","ufixed64x184","ufixed64x192","ufixed72x8","ufixed72x16","ufixed72x24","ufixed72x32","ufixed72x40","ufixed72x48","ufixed72x56","ufixed72x64","ufixed72x72","ufixed72x80","ufixed72x88","ufixed72x96","ufixed72x104","ufixed72x112","ufixed72x120","ufixed72x128","ufixed72x136","ufixed72x144","ufixed72x152","ufixed72x160","ufixed72x168","ufixed72x176","ufixed72x184","ufixed80x8","ufixed80x16","ufixed80x24","ufixed80x32","ufixed80x40","ufixed80x48","ufixed80x56","ufixed80x64","ufixed80x72","ufixed80x80","ufixed80x88","ufixed80x96","ufixed80x104","ufixed80x112","ufixed80x120","ufixed80x128","ufixed80x136","ufixed80x144","ufixed80x152","ufixed80x160","ufixed80x168","ufixed80x176","ufixed88x8","ufixed88x16","ufixed88x24","ufixed88x32","ufixed88x40","ufixed88x48","ufixed88x56","ufixed88x64","ufixed88x72","ufixed88x80","ufixed88x88","ufixed88x96","ufixed88x104","ufixed88x112","ufixed88x120","ufixed88x128","ufixed88x136","ufixed88x144","ufixed88x152","ufixed88x160","ufixed88x168","ufixed96x8","ufixed96x16","ufixed96x24","ufixed96x32","ufixed96x40","ufixed96x48","ufixed96x56","ufixed96x64","ufixed96x72","ufixed96x80","ufixed96x88","ufixed96x96","ufixed96x104","ufixed96x112","ufixed96x120","ufixed96x128","ufixed96x136","ufixed96x144","ufixed96x152","ufixed96x160","ufixed104x8","ufixed104x16","ufixed104x24","ufixed104x32","ufixed104x40","ufixed104x48","ufixed104x56","ufixed104x64","ufixed104x72","ufixed104x80","ufixed104x88","ufixed104x96","ufixed104x104","ufixed104x112","ufixed104x120","ufixed104x128","ufixed104x136","ufixed104x144","ufixed104x152","ufixed112x8","ufixed112x16","ufixed112x24","ufixed112x32","ufixed112x40","ufixed112x48","ufixed112x56","ufixed112x64","ufixed112x72","ufixed112x80","ufixed112x88","ufixed112x96","ufixed112x104","ufixed112x112","ufixed112x120","ufixed112x128","ufixed112x136","ufixed112x144","ufixed120x8","ufixed120x16","ufixed120x24","ufixed120x32","ufixed120x40","ufixed120x48","ufixed120x56","ufixed120x64","ufixed120x72","ufixed120x80","ufixed120x88","ufixed120x96","ufixed120x104","ufixed120x112","ufixed120x120","ufixed120x128","ufixed120x136","ufixed128x8","ufixed128x16","ufixed128x24","ufixed128x32","ufixed128x40","ufixed128x48","ufixed128x56","ufixed128x64","ufixed128x72","ufixed128x80","ufixed128x88","ufixed128x96","ufixed128x104","ufixed128x112","ufixed128x120","ufixed128x128","ufixed136x8","ufixed136x16","ufixed136x24","ufixed136x32","ufixed136x40","ufixed136x48","ufixed136x56","ufixed136x64","ufixed136x72","ufixed136x80","ufixed136x88","ufixed136x96","ufixed136x104","ufixed136x112","ufixed136x120","ufixed144x8","ufixed144x16","ufixed144x24","ufixed144x32","ufixed144x40","ufixed144x48","ufixed144x56","ufixed144x64","ufixed144x72","ufixed144x80","ufixed144x88","ufixed144x96","ufixed144x104","ufixed144x112","ufixed152x8","ufixed152x16","ufixed152x24","ufixed152x32","ufixed152x40","ufixed152x48","ufixed152x56","ufixed152x64","ufixed152x72","ufixed152x80","ufixed152x88","ufixed152x96","ufixed152x104","ufixed160x8","ufixed160x16","ufixed160x24","ufixed160x32","ufixed160x40","ufixed160x48","ufixed160x56","ufixed160x64","ufixed160x72","ufixed160x80","ufixed160x88","ufixed160x96","ufixed168x8","ufixed168x16","ufixed168x24","ufixed168x32","ufixed168x40","ufixed168x48","ufixed168x56","ufixed168x64","ufixed168x72","ufixed168x80","ufixed168x88","ufixed176x8","ufixed176x16","ufixed176x24","ufixed176x32","ufixed176x40","ufixed176x48","ufixed176x56","ufixed176x64","ufixed176x72","ufixed176x80","ufixed184x8","ufixed184x16","ufixed184x24","ufixed184x32","ufixed184x40","ufixed184x48","ufixed184x56","ufixed184x64","ufixed184x72","ufixed192x8","ufixed192x16","ufixed192x24","ufixed192x32","ufixed192x40","ufixed192x48","ufixed192x56","ufixed192x64","ufixed200x8","ufixed200x16","ufixed200x24","ufixed200x32","ufixed200x40","ufixed200x48","ufixed200x56","ufixed208x8","ufixed208x16","ufixed208x24","ufixed208x32","ufixed208x40","ufixed208x48","ufixed216x8","ufixed216x16","ufixed216x24","ufixed216x32","ufixed216x40","ufixed224x8","ufixed224x16","ufixed224x24","ufixed224x32","ufixed232x8","ufixed232x16","ufixed232x24","ufixed240x8","ufixed240x16","ufixed248x8","event","enum","let","mapping","private","public","external","inherited","payable","true","false","var","import","constant","if","else","for","else","for","while","do","break","continue","throw","returns","return","suicide","new","is","this","super"],operators:["=",">","<","!","~","?",":","==","<=",">=","!=","&&","||","++","--","+","-","*","/","&","|","^","%","<<",">>",">>>","+=","-=","*=","/=","&=","|=","^=","%=","<<=",">>=",">>>="],symbols:/[=>](?!@symbols)/,"@brackets"],[/@symbols/,{cases:{"@operators":"delimiter","@default":""}}],[/\d*\d+[eE]([\-+]?\d+)?(@floatsuffix)/,"number.float"],[/\d*\.\d+([eE][\-+]?\d+)?(@floatsuffix)/,"number.float"],[/0[xX][0-9a-fA-F']*[0-9a-fA-F](@integersuffix)/,"number.hex"],[/0[0-7']*[0-7](@integersuffix)/,"number.octal"],[/0[bB][0-1']*[0-1](@integersuffix)/,"number.binary"],[/\d[\d']*\d(@integersuffix)/,"number"],[/\d(@integersuffix)/,"number"],[/[;,.]/,"delimiter"],[/"([^"\\]|\\.)*$/,"string.invalid"],[/"/,"string","@string"],[/'[^\\']'/,"string"],[/(')(@escapes)(')/,["string","string.escape","string"]],[/'/,"string.invalid"]],whitespace:[[/[ \t\r\n]+/,""],[/\/\*\*(?!\/)/,"comment.doc","@doccomment"],[/\/\*/,"comment","@comment"],[/\/\/.*$/,"comment"]],comment:[[/[^\/*]+/,"comment"],[/\*\//,"comment","@pop"],[/[\/*]/,"comment"]],doccomment:[[/[^\/*]+/,"comment.doc"],[/\*\//,"comment.doc","@pop"],[/[\/*]/,"comment.doc"]],string:[[/[^\\"]+/,"string"],[/@escapes/,"string.escape"],[/\\./,"string.escape.invalid"],[/"/,"string","@pop"]]}}},22900:function(e,t,i){"use strict";i.r(t),(0,i(70266).H)({id:"aes",extensions:[".aes"],aliases:["aes","sophia","Sophia"],loader:()=>Promise.resolve().then(i.bind(i,23412))})},23412:function(e,t,i){"use strict";i.r(t),i.d(t,{conf:function(){return n},language:function(){return o}});var n={comments:{lineComment:"//",blockComment:["/*","*/"]},brackets:[["{","}"],["[","]"],["(",")"],["<",">"]],autoClosingPairs:[{open:'"',close:'"',notIn:["string","comment"]},{open:"{",close:"}",notIn:["string","comment"]},{open:"[",close:"]",notIn:["string","comment"]},{open:"(",close:")",notIn:["string","comment"]}]},o={defaultToken:"",tokenPostfix:".aes",brackets:[{token:"delimiter.curly",open:"{",close:"}"},{token:"delimiter.parenthesis",open:"(",close:")"},{token:"delimiter.square",open:"[",close:"]"},{token:"delimiter.angle",open:"<",close:">"}],keywords:["contract","library","entrypoint","function","stateful","state","hash","signature","tuple","list","address","string","bool","int","record","datatype","type","option","oracle","oracle_query","Call","Bits","Bytes","Oracle","String","Crypto","Address","Auth","Chain","None","Some","bits","bytes","event","let","map","private","public","true","false","var","if","else","throw"],operators:["=",">","<","!","~","?","::",":","==","<=",">=","!=","&&","||","++","--","+","-","*","/","&","|","^","%","<<",">>",">>>","+=","-=","*=","/=","&=","|=","^=","%=","<<=",">>=",">>>="],symbols:/[=>](?!@symbols)/,"@brackets"],[/@symbols/,{cases:{"@operators":"delimiter","@default":""}}],[/\d*\d+[eE]([\-+]?\d+)?(@floatsuffix)/,"number.float"],[/\d*\.\d+([eE][\-+]?\d+)?(@floatsuffix)/,"number.float"],[/0[xX][0-9a-fA-F']*[0-9a-fA-F](@integersuffix)/,"number.hex"],[/0[0-7']*[0-7](@integersuffix)/,"number.octal"],[/0[bB][0-1']*[0-1](@integersuffix)/,"number.binary"],[/\d[\d']*\d(@integersuffix)/,"number"],[/\d(@integersuffix)/,"number"],[/[;,.]/,"delimiter"],[/"([^"\\]|\\.)*$/,"string.invalid"],[/"/,"string","@string"],[/'[^\\']'/,"string"],[/(')(@escapes)(')/,["string","string.escape","string"]],[/'/,"string.invalid"]],whitespace:[[/[ \t\r\n]+/,""],[/\/\*\*(?!\/)/,"comment.doc","@doccomment"],[/\/\*/,"comment","@comment"],[/\/\/.*$/,"comment"]],comment:[[/[^\/*]+/,"comment"],[/\*\//,"comment","@pop"],[/[\/*]/,"comment"]],doccomment:[[/[^\/*]+/,"comment.doc"],[/\*\//,"comment.doc","@pop"],[/[\/*]/,"comment.doc"]],string:[[/[^\\"]+/,"string"],[/@escapes/,"string.escape"],[/\\./,"string.escape.invalid"],[/"/,"string","@pop"]]}}},6714:function(e,t,i){"use strict";i.r(t),(0,i(70266).H)({id:"sparql",extensions:[".rq"],aliases:["sparql","SPARQL"],loader:()=>Promise.resolve().then(i.bind(i,40632))})},40632:function(e,t,i){"use strict";i.r(t),i.d(t,{conf:function(){return n},language:function(){return o}});var n={comments:{lineComment:"#"},brackets:[["{","}"],["[","]"],["(",")"]],autoClosingPairs:[{open:"'",close:"'",notIn:["string"]},{open:'"',close:'"',notIn:["string"]},{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"}]},o={defaultToken:"",tokenPostfix:".rq",brackets:[{token:"delimiter.curly",open:"{",close:"}"},{token:"delimiter.parenthesis",open:"(",close:")"},{token:"delimiter.square",open:"[",close:"]"},{token:"delimiter.angle",open:"<",close:">"}],keywords:["add","as","asc","ask","base","by","clear","construct","copy","create","data","delete","desc","describe","distinct","drop","false","filter","from","graph","group","having","in","insert","limit","load","minus","move","named","not","offset","optional","order","prefix","reduced","select","service","silent","to","true","undef","union","using","values","where","with"],builtinFunctions:["a","abs","avg","bind","bnode","bound","ceil","coalesce","concat","contains","count","datatype","day","encode_for_uri","exists","floor","group_concat","hours","if","iri","isblank","isiri","isliteral","isnumeric","isuri","lang","langmatches","lcase","max","md5","min","minutes","month","now","rand","regex","replace","round","sameterm","sample","seconds","sha1","sha256","sha384","sha512","str","strafter","strbefore","strdt","strends","strlang","strlen","strstarts","struuid","substr","sum","timezone","tz","ucase","uri","uuid","year"],ignoreCase:!0,tokenizer:{root:[[/<[^\s\u00a0>]*>?/,"tag"],{include:"@strings"},[/#.*/,"comment"],[/[{}()\[\]]/,"@brackets"],[/[;,.]/,"delimiter"],[/[_\w\d]+:(\.(?=[\w_\-\\%])|[:\w_-]|\\[-\\_~.!$&'()*+,;=/?#@%]|%[a-f\d][a-f\d])*/,"tag"],[/:(\.(?=[\w_\-\\%])|[:\w_-]|\\[-\\_~.!$&'()*+,;=/?#@%]|%[a-f\d][a-f\d])+/,"tag"],[/[$?]?[_\w\d]+/,{cases:{"@keywords":{token:"keyword"},"@builtinFunctions":{token:"predefined.sql"},"@default":"identifier"}}],[/\^\^/,"operator.sql"],[/\^[*+\-<>=&|^\/!?]*/,"operator.sql"],[/[*+\-<>=&|\/!?]/,"operator.sql"],[/@[a-z\d\-]*/,"metatag.html"],[/\s+/,"white"]],strings:[[/'([^'\\]|\\.)*$/,"string.invalid"],[/'$/,"string.sql","@pop"],[/'/,"string.sql","@stringBody"],[/"([^"\\]|\\.)*$/,"string.invalid"],[/"$/,"string.sql","@pop"],[/"/,"string.sql","@dblStringBody"]],stringBody:[[/[^\\']+/,"string.sql"],[/\\./,"string.escape"],[/'/,"string.sql","@pop"]],dblStringBody:[[/[^\\"]+/,"string.sql"],[/\\./,"string.escape"],[/"/,"string.sql","@pop"]]}}},59305:function(e,t,i){"use strict";i.r(t),(0,i(70266).H)({id:"sql",extensions:[".sql"],aliases:["SQL"],loader:()=>Promise.resolve().then(i.bind(i,17013))})},17013:function(e,t,i){"use strict";i.r(t),i.d(t,{conf:function(){return n},language:function(){return o}});var n={comments:{lineComment:"--",blockComment:["/*","*/"]},brackets:[["{","}"],["[","]"],["(",")"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"}],surroundingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"}]},o={defaultToken:"",tokenPostfix:".sql",ignoreCase:!0,brackets:[{open:"[",close:"]",token:"delimiter.square"},{open:"(",close:")",token:"delimiter.parenthesis"}],keywords:["ABORT","ABSOLUTE","ACTION","ADA","ADD","AFTER","ALL","ALLOCATE","ALTER","ALWAYS","ANALYZE","AND","ANY","ARE","AS","ASC","ASSERTION","AT","ATTACH","AUTHORIZATION","AUTOINCREMENT","AVG","BACKUP","BEFORE","BEGIN","BETWEEN","BIT","BIT_LENGTH","BOTH","BREAK","BROWSE","BULK","BY","CASCADE","CASCADED","CASE","CAST","CATALOG","CHAR","CHARACTER","CHARACTER_LENGTH","CHAR_LENGTH","CHECK","CHECKPOINT","CLOSE","CLUSTERED","COALESCE","COLLATE","COLLATION","COLUMN","COMMIT","COMPUTE","CONFLICT","CONNECT","CONNECTION","CONSTRAINT","CONSTRAINTS","CONTAINS","CONTAINSTABLE","CONTINUE","CONVERT","CORRESPONDING","COUNT","CREATE","CROSS","CURRENT","CURRENT_DATE","CURRENT_TIME","CURRENT_TIMESTAMP","CURRENT_USER","CURSOR","DATABASE","DATE","DAY","DBCC","DEALLOCATE","DEC","DECIMAL","DECLARE","DEFAULT","DEFERRABLE","DEFERRED","DELETE","DENY","DESC","DESCRIBE","DESCRIPTOR","DETACH","DIAGNOSTICS","DISCONNECT","DISK","DISTINCT","DISTRIBUTED","DO","DOMAIN","DOUBLE","DROP","DUMP","EACH","ELSE","END","END-EXEC","ERRLVL","ESCAPE","EXCEPT","EXCEPTION","EXCLUDE","EXCLUSIVE","EXEC","EXECUTE","EXISTS","EXIT","EXPLAIN","EXTERNAL","EXTRACT","FAIL","FALSE","FETCH","FILE","FILLFACTOR","FILTER","FIRST","FLOAT","FOLLOWING","FOR","FOREIGN","FORTRAN","FOUND","FREETEXT","FREETEXTTABLE","FROM","FULL","FUNCTION","GENERATED","GET","GLOB","GLOBAL","GO","GOTO","GRANT","GROUP","GROUPS","HAVING","HOLDLOCK","HOUR","IDENTITY","IDENTITYCOL","IDENTITY_INSERT","IF","IGNORE","IMMEDIATE","IN","INCLUDE","INDEX","INDEXED","INDICATOR","INITIALLY","INNER","INPUT","INSENSITIVE","INSERT","INSTEAD","INT","INTEGER","INTERSECT","INTERVAL","INTO","IS","ISNULL","ISOLATION","JOIN","KEY","KILL","LANGUAGE","LAST","LEADING","LEFT","LEVEL","LIKE","LIMIT","LINENO","LOAD","LOCAL","LOWER","MATCH","MATERIALIZED","MAX","MERGE","MIN","MINUTE","MODULE","MONTH","NAMES","NATIONAL","NATURAL","NCHAR","NEXT","NO","NOCHECK","NONCLUSTERED","NONE","NOT","NOTHING","NOTNULL","NULL","NULLIF","NULLS","NUMERIC","OCTET_LENGTH","OF","OFF","OFFSET","OFFSETS","ON","ONLY","OPEN","OPENDATASOURCE","OPENQUERY","OPENROWSET","OPENXML","OPTION","OR","ORDER","OTHERS","OUTER","OUTPUT","OVER","OVERLAPS","PAD","PARTIAL","PARTITION","PASCAL","PERCENT","PIVOT","PLAN","POSITION","PRAGMA","PRECEDING","PRECISION","PREPARE","PRESERVE","PRIMARY","PRINT","PRIOR","PRIVILEGES","PROC","PROCEDURE","PUBLIC","QUERY","RAISE","RAISERROR","RANGE","READ","READTEXT","REAL","RECONFIGURE","RECURSIVE","REFERENCES","REGEXP","REINDEX","RELATIVE","RELEASE","RENAME","REPLACE","REPLICATION","RESTORE","RESTRICT","RETURN","RETURNING","REVERT","REVOKE","RIGHT","ROLLBACK","ROW","ROWCOUNT","ROWGUIDCOL","ROWS","RULE","SAVE","SAVEPOINT","SCHEMA","SCROLL","SECOND","SECTION","SECURITYAUDIT","SELECT","SEMANTICKEYPHRASETABLE","SEMANTICSIMILARITYDETAILSTABLE","SEMANTICSIMILARITYTABLE","SESSION","SESSION_USER","SET","SETUSER","SHUTDOWN","SIZE","SMALLINT","SOME","SPACE","SQL","SQLCA","SQLCODE","SQLERROR","SQLSTATE","SQLWARNING","STATISTICS","SUBSTRING","SUM","SYSTEM_USER","TABLE","TABLESAMPLE","TEMP","TEMPORARY","TEXTSIZE","THEN","TIES","TIME","TIMESTAMP","TIMEZONE_HOUR","TIMEZONE_MINUTE","TO","TOP","TRAILING","TRAN","TRANSACTION","TRANSLATE","TRANSLATION","TRIGGER","TRIM","TRUE","TRUNCATE","TRY_CONVERT","TSEQUAL","UNBOUNDED","UNION","UNIQUE","UNKNOWN","UNPIVOT","UPDATE","UPDATETEXT","UPPER","USAGE","USE","USER","USING","VACUUM","VALUE","VALUES","VARCHAR","VARYING","VIEW","VIRTUAL","WAITFOR","WHEN","WHENEVER","WHERE","WHILE","WINDOW","WITH","WITHIN GROUP","WITHOUT","WORK","WRITE","WRITETEXT","YEAR","ZONE"],operators:["ALL","AND","ANY","BETWEEN","EXISTS","IN","LIKE","NOT","OR","SOME","EXCEPT","INTERSECT","UNION","APPLY","CROSS","FULL","INNER","JOIN","LEFT","OUTER","RIGHT","CONTAINS","FREETEXT","IS","NULL","PIVOT","UNPIVOT","MATCHED"],builtinFunctions:["AVG","CHECKSUM_AGG","COUNT","COUNT_BIG","GROUPING","GROUPING_ID","MAX","MIN","SUM","STDEV","STDEVP","VAR","VARP","CUME_DIST","FIRST_VALUE","LAG","LAST_VALUE","LEAD","PERCENTILE_CONT","PERCENTILE_DISC","PERCENT_RANK","COLLATE","COLLATIONPROPERTY","TERTIARY_WEIGHTS","FEDERATION_FILTERING_VALUE","CAST","CONVERT","PARSE","TRY_CAST","TRY_CONVERT","TRY_PARSE","ASYMKEY_ID","ASYMKEYPROPERTY","CERTPROPERTY","CERT_ID","CRYPT_GEN_RANDOM","DECRYPTBYASYMKEY","DECRYPTBYCERT","DECRYPTBYKEY","DECRYPTBYKEYAUTOASYMKEY","DECRYPTBYKEYAUTOCERT","DECRYPTBYPASSPHRASE","ENCRYPTBYASYMKEY","ENCRYPTBYCERT","ENCRYPTBYKEY","ENCRYPTBYPASSPHRASE","HASHBYTES","IS_OBJECTSIGNED","KEY_GUID","KEY_ID","KEY_NAME","SIGNBYASYMKEY","SIGNBYCERT","SYMKEYPROPERTY","VERIFYSIGNEDBYCERT","VERIFYSIGNEDBYASYMKEY","CURSOR_STATUS","DATALENGTH","IDENT_CURRENT","IDENT_INCR","IDENT_SEED","IDENTITY","SQL_VARIANT_PROPERTY","CURRENT_TIMESTAMP","DATEADD","DATEDIFF","DATEFROMPARTS","DATENAME","DATEPART","DATETIME2FROMPARTS","DATETIMEFROMPARTS","DATETIMEOFFSETFROMPARTS","DAY","EOMONTH","GETDATE","GETUTCDATE","ISDATE","MONTH","SMALLDATETIMEFROMPARTS","SWITCHOFFSET","SYSDATETIME","SYSDATETIMEOFFSET","SYSUTCDATETIME","TIMEFROMPARTS","TODATETIMEOFFSET","YEAR","CHOOSE","COALESCE","IIF","NULLIF","ABS","ACOS","ASIN","ATAN","ATN2","CEILING","COS","COT","DEGREES","EXP","FLOOR","LOG","LOG10","PI","POWER","RADIANS","RAND","ROUND","SIGN","SIN","SQRT","SQUARE","TAN","APP_NAME","APPLOCK_MODE","APPLOCK_TEST","ASSEMBLYPROPERTY","COL_LENGTH","COL_NAME","COLUMNPROPERTY","DATABASE_PRINCIPAL_ID","DATABASEPROPERTYEX","DB_ID","DB_NAME","FILE_ID","FILE_IDEX","FILE_NAME","FILEGROUP_ID","FILEGROUP_NAME","FILEGROUPPROPERTY","FILEPROPERTY","FULLTEXTCATALOGPROPERTY","FULLTEXTSERVICEPROPERTY","INDEX_COL","INDEXKEY_PROPERTY","INDEXPROPERTY","OBJECT_DEFINITION","OBJECT_ID","OBJECT_NAME","OBJECT_SCHEMA_NAME","OBJECTPROPERTY","OBJECTPROPERTYEX","ORIGINAL_DB_NAME","PARSENAME","SCHEMA_ID","SCHEMA_NAME","SCOPE_IDENTITY","SERVERPROPERTY","STATS_DATE","TYPE_ID","TYPE_NAME","TYPEPROPERTY","DENSE_RANK","NTILE","RANK","ROW_NUMBER","PUBLISHINGSERVERNAME","OPENDATASOURCE","OPENQUERY","OPENROWSET","OPENXML","CERTENCODED","CERTPRIVATEKEY","CURRENT_USER","HAS_DBACCESS","HAS_PERMS_BY_NAME","IS_MEMBER","IS_ROLEMEMBER","IS_SRVROLEMEMBER","LOGINPROPERTY","ORIGINAL_LOGIN","PERMISSIONS","PWDENCRYPT","PWDCOMPARE","SESSION_USER","SESSIONPROPERTY","SUSER_ID","SUSER_NAME","SUSER_SID","SUSER_SNAME","SYSTEM_USER","USER","USER_ID","USER_NAME","ASCII","CHAR","CHARINDEX","CONCAT","DIFFERENCE","FORMAT","LEFT","LEN","LOWER","LTRIM","NCHAR","PATINDEX","QUOTENAME","REPLACE","REPLICATE","REVERSE","RIGHT","RTRIM","SOUNDEX","SPACE","STR","STUFF","SUBSTRING","UNICODE","UPPER","BINARY_CHECKSUM","CHECKSUM","CONNECTIONPROPERTY","CONTEXT_INFO","CURRENT_REQUEST_ID","ERROR_LINE","ERROR_NUMBER","ERROR_MESSAGE","ERROR_PROCEDURE","ERROR_SEVERITY","ERROR_STATE","FORMATMESSAGE","GETANSINULL","GET_FILESTREAM_TRANSACTION_CONTEXT","HOST_ID","HOST_NAME","ISNULL","ISNUMERIC","MIN_ACTIVE_ROWVERSION","NEWID","NEWSEQUENTIALID","ROWCOUNT_BIG","XACT_STATE","TEXTPTR","TEXTVALID","COLUMNS_UPDATED","EVENTDATA","TRIGGER_NESTLEVEL","UPDATE","CHANGETABLE","CHANGE_TRACKING_CONTEXT","CHANGE_TRACKING_CURRENT_VERSION","CHANGE_TRACKING_IS_COLUMN_IN_MASK","CHANGE_TRACKING_MIN_VALID_VERSION","CONTAINSTABLE","FREETEXTTABLE","SEMANTICKEYPHRASETABLE","SEMANTICSIMILARITYDETAILSTABLE","SEMANTICSIMILARITYTABLE","FILETABLEROOTPATH","GETFILENAMESPACEPATH","GETPATHLOCATOR","PATHNAME","GET_TRANSMISSION_STATUS"],builtinVariables:["@@DATEFIRST","@@DBTS","@@LANGID","@@LANGUAGE","@@LOCK_TIMEOUT","@@MAX_CONNECTIONS","@@MAX_PRECISION","@@NESTLEVEL","@@OPTIONS","@@REMSERVER","@@SERVERNAME","@@SERVICENAME","@@SPID","@@TEXTSIZE","@@VERSION","@@CURSOR_ROWS","@@FETCH_STATUS","@@DATEFIRST","@@PROCID","@@ERROR","@@IDENTITY","@@ROWCOUNT","@@TRANCOUNT","@@CONNECTIONS","@@CPU_BUSY","@@IDLE","@@IO_BUSY","@@PACKET_ERRORS","@@PACK_RECEIVED","@@PACK_SENT","@@TIMETICKS","@@TOTAL_ERRORS","@@TOTAL_READ","@@TOTAL_WRITE"],pseudoColumns:["$ACTION","$IDENTITY","$ROWGUID","$PARTITION"],tokenizer:{root:[{include:"@comments"},{include:"@whitespace"},{include:"@pseudoColumns"},{include:"@numbers"},{include:"@strings"},{include:"@complexIdentifiers"},{include:"@scopes"},[/[;,.]/,"delimiter"],[/[()]/,"@brackets"],[/[\w@#$]+/,{cases:{"@operators":"operator","@builtinVariables":"predefined","@builtinFunctions":"predefined","@keywords":"keyword","@default":"identifier"}}],[/[<>=!%&+\-*/|~^]/,"operator"]],whitespace:[[/\s+/,"white"]],comments:[[/--+.*/,"comment"],[/\/\*/,{token:"comment.quote",next:"@comment"}]],comment:[[/[^*/]+/,"comment"],[/\*\//,{token:"comment.quote",next:"@pop"}],[/./,"comment"]],pseudoColumns:[[/[$][A-Za-z_][\w@#$]*/,{cases:{"@pseudoColumns":"predefined","@default":"identifier"}}]],numbers:[[/0[xX][0-9a-fA-F]*/,"number"],[/[$][+-]*\d*(\.\d*)?/,"number"],[/((\d+(\.\d*)?)|(\.\d+))([eE][\-+]?\d+)?/,"number"]],strings:[[/N'/,{token:"string",next:"@string"}],[/'/,{token:"string",next:"@string"}]],string:[[/[^']+/,"string"],[/''/,"string"],[/'/,{token:"string",next:"@pop"}]],complexIdentifiers:[[/\[/,{token:"identifier.quote",next:"@bracketedIdentifier"}],[/"/,{token:"identifier.quote",next:"@quotedIdentifier"}]],bracketedIdentifier:[[/[^\]]+/,"identifier"],[/]]/,"identifier"],[/]/,{token:"identifier.quote",next:"@pop"}]],quotedIdentifier:[[/[^"]+/,"identifier"],[/""/,"identifier"],[/"/,{token:"identifier.quote",next:"@pop"}]],scopes:[[/BEGIN\s+(DISTRIBUTED\s+)?TRAN(SACTION)?\b/i,"keyword"],[/BEGIN\s+TRY\b/i,{token:"keyword.try"}],[/END\s+TRY\b/i,{token:"keyword.try"}],[/BEGIN\s+CATCH\b/i,{token:"keyword.catch"}],[/END\s+CATCH\b/i,{token:"keyword.catch"}],[/(BEGIN|CASE)\b/i,{token:"keyword.block"}],[/END\b/i,{token:"keyword.block"}],[/WHEN\b/i,{token:"keyword.choice"}],[/THEN\b/i,{token:"keyword.choice"}]]}}},51345:function(e,t,i){"use strict";i.r(t),(0,i(70266).H)({id:"st",extensions:[".st",".iecst",".iecplc",".lc3lib"],aliases:["StructuredText","scl","stl"],loader:()=>Promise.resolve().then(i.bind(i,192))})},192:function(e,t,i){"use strict";i.r(t),i.d(t,{conf:function(){return n},language:function(){return o}});var n={comments:{lineComment:"//",blockComment:["(*","*)"]},brackets:[["{","}"],["[","]"],["(",")"],["var","end_var"],["var_input","end_var"],["var_output","end_var"],["var_in_out","end_var"],["var_temp","end_var"],["var_global","end_var"],["var_access","end_var"],["var_external","end_var"],["type","end_type"],["struct","end_struct"],["program","end_program"],["function","end_function"],["function_block","end_function_block"],["action","end_action"],["step","end_step"],["initial_step","end_step"],["transaction","end_transaction"],["configuration","end_configuration"],["tcp","end_tcp"],["recource","end_recource"],["channel","end_channel"],["library","end_library"],["folder","end_folder"],["binaries","end_binaries"],["includes","end_includes"],["sources","end_sources"]],autoClosingPairs:[{open:"[",close:"]"},{open:"{",close:"}"},{open:"(",close:")"},{open:"/*",close:"*/"},{open:"'",close:"'",notIn:["string_sq"]},{open:'"',close:'"',notIn:["string_dq"]},{open:"var_input",close:"end_var"},{open:"var_output",close:"end_var"},{open:"var_in_out",close:"end_var"},{open:"var_temp",close:"end_var"},{open:"var_global",close:"end_var"},{open:"var_access",close:"end_var"},{open:"var_external",close:"end_var"},{open:"type",close:"end_type"},{open:"struct",close:"end_struct"},{open:"program",close:"end_program"},{open:"function",close:"end_function"},{open:"function_block",close:"end_function_block"},{open:"action",close:"end_action"},{open:"step",close:"end_step"},{open:"initial_step",close:"end_step"},{open:"transaction",close:"end_transaction"},{open:"configuration",close:"end_configuration"},{open:"tcp",close:"end_tcp"},{open:"recource",close:"end_recource"},{open:"channel",close:"end_channel"},{open:"library",close:"end_library"},{open:"folder",close:"end_folder"},{open:"binaries",close:"end_binaries"},{open:"includes",close:"end_includes"},{open:"sources",close:"end_sources"}],surroundingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"},{open:"var",close:"end_var"},{open:"var_input",close:"end_var"},{open:"var_output",close:"end_var"},{open:"var_in_out",close:"end_var"},{open:"var_temp",close:"end_var"},{open:"var_global",close:"end_var"},{open:"var_access",close:"end_var"},{open:"var_external",close:"end_var"},{open:"type",close:"end_type"},{open:"struct",close:"end_struct"},{open:"program",close:"end_program"},{open:"function",close:"end_function"},{open:"function_block",close:"end_function_block"},{open:"action",close:"end_action"},{open:"step",close:"end_step"},{open:"initial_step",close:"end_step"},{open:"transaction",close:"end_transaction"},{open:"configuration",close:"end_configuration"},{open:"tcp",close:"end_tcp"},{open:"recource",close:"end_recource"},{open:"channel",close:"end_channel"},{open:"library",close:"end_library"},{open:"folder",close:"end_folder"},{open:"binaries",close:"end_binaries"},{open:"includes",close:"end_includes"},{open:"sources",close:"end_sources"}],folding:{markers:{start:new RegExp("^\\s*#pragma\\s+region\\b"),end:new RegExp("^\\s*#pragma\\s+endregion\\b")}}},o={defaultToken:"",tokenPostfix:".st",ignoreCase:!0,brackets:[{token:"delimiter.curly",open:"{",close:"}"},{token:"delimiter.parenthesis",open:"(",close:")"},{token:"delimiter.square",open:"[",close:"]"}],keywords:["if","end_if","elsif","else","case","of","to","__try","__catch","__finally","do","with","by","while","repeat","end_while","end_repeat","end_case","for","end_for","task","retain","non_retain","constant","with","at","exit","return","interval","priority","address","port","on_channel","then","iec","file","uses","version","packagetype","displayname","copyright","summary","vendor","common_source","from","extends"],constant:["false","true","null"],defineKeywords:["var","var_input","var_output","var_in_out","var_temp","var_global","var_access","var_external","end_var","type","end_type","struct","end_struct","program","end_program","function","end_function","function_block","end_function_block","interface","end_interface","method","end_method","property","end_property","namespace","end_namespace","configuration","end_configuration","tcp","end_tcp","resource","end_resource","channel","end_channel","library","end_library","folder","end_folder","binaries","end_binaries","includes","end_includes","sources","end_sources","action","end_action","step","initial_step","end_step","transaction","end_transaction"],typeKeywords:["int","sint","dint","lint","usint","uint","udint","ulint","real","lreal","time","date","time_of_day","date_and_time","string","bool","byte","word","dword","array","pointer","lword"],operators:["=",">","<",":",":=","<=",">=","<>","&","+","-","*","**","MOD","^","or","and","not","xor","abs","acos","asin","atan","cos","exp","expt","ln","log","sin","sqrt","tan","sel","max","min","limit","mux","shl","shr","rol","ror","indexof","sizeof","adr","adrinst","bitadr","is_valid","ref","ref_to"],builtinVariables:[],builtinFunctions:["sr","rs","tp","ton","tof","eq","ge","le","lt","ne","round","trunc","ctd","сtu","ctud","r_trig","f_trig","move","concat","delete","find","insert","left","len","replace","right","rtc"],symbols:/[=>Promise.resolve().then(i.bind(i,58834))})},58834:function(e,t,i){"use strict";i.r(t),i.d(t,{conf:function(){return n},language:function(){return o}});var n={comments:{lineComment:"//",blockComment:["/*","*/"]},brackets:[["{","}"],["[","]"],["(",")"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"},{open:"`",close:"`"}],surroundingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"},{open:"`",close:"`"}]},o={defaultToken:"",tokenPostfix:".swift",identifier:/[a-zA-Z_][\w$]*/,attributes:["@GKInspectable","@IBAction","@IBDesignable","@IBInspectable","@IBOutlet","@IBSegueAction","@NSApplicationMain","@NSCopying","@NSManaged","@Sendable","@UIApplicationMain","@autoclosure","@actorIndependent","@asyncHandler","@available","@convention","@derivative","@differentiable","@discardableResult","@dynamicCallable","@dynamicMemberLookup","@escaping","@frozen","@globalActor","@inlinable","@inline","@main","@noDerivative","@nonobjc","@noreturn","@objc","@objcMembers","@preconcurrency","@propertyWrapper","@requires_stored_property_inits","@resultBuilder","@testable","@unchecked","@unknown","@usableFromInline","@warn_unqualified_access"],accessmodifiers:["open","public","internal","fileprivate","private"],keywords:["#available","#colorLiteral","#column","#dsohandle","#else","#elseif","#endif","#error","#file","#fileID","#fileLiteral","#filePath","#function","#if","#imageLiteral","#keyPath","#line","#selector","#sourceLocation","#warning","Any","Protocol","Self","Type","actor","as","assignment","associatedtype","associativity","async","await","break","case","catch","class","continue","convenience","default","defer","deinit","didSet","do","dynamic","dynamicType","else","enum","extension","fallthrough","false","fileprivate","final","for","func","get","guard","higherThan","if","import","in","indirect","infix","init","inout","internal","is","isolated","lazy","left","let","lowerThan","mutating","nil","none","nonisolated","nonmutating","open","operator","optional","override","postfix","precedence","precedencegroup","prefix","private","protocol","public","repeat","required","rethrows","return","right","safe","self","set","some","static","struct","subscript","super","switch","throw","throws","true","try","typealias","unowned","unsafe","var","weak","where","while","willSet","__consuming","__owned"],symbols:/[=(){}\[\].,:;@#\_&\-<>`?!+*\\\/]/,operatorstart:/[\/=\-+!*%<>&|^~?\u00A1-\u00A7\u00A9\u00AB\u00AC\u00AE\u00B0-\u00B1\u00B6\u00BB\u00BF\u00D7\u00F7\u2016-\u2017\u2020-\u2027\u2030-\u203E\u2041-\u2053\u2055-\u205E\u2190-\u23FF\u2500-\u2775\u2794-\u2BFF\u2E00-\u2E7F\u3001-\u3003\u3008-\u3030]/,operatorend:/[\u0300-\u036F\u1DC0-\u1DFF\u20D0-\u20FF\uFE00-\uFE0F\uFE20-\uFE2F\uE0100-\uE01EF]/,operators:/(@operatorstart)((@operatorstart)|(@operatorend))*/,escapes:/\\(?:[abfnrtv\\"']|x[0-9A-Fa-f]{1,4}|u[0-9A-Fa-f]{4}|U[0-9A-Fa-f]{8})/,tokenizer:{root:[{include:"@whitespace"},{include:"@comment"},{include:"@attribute"},{include:"@literal"},{include:"@keyword"},{include:"@invokedmethod"},{include:"@symbol"}],whitespace:[[/\s+/,"white"],[/"""/,"string.quote","@endDblDocString"]],endDblDocString:[[/[^"]+/,"string"],[/\\"/,"string"],[/"""/,"string.quote","@popall"],[/"/,"string"]],symbol:[[/[{}()\[\]]/,"@brackets"],[/[<>](?!@symbols)/,"@brackets"],[/[.]/,"delimiter"],[/@operators/,"operator"],[/@symbols/,"operator"]],comment:[[/\/\/\/.*$/,"comment.doc"],[/\/\*\*/,"comment.doc","@commentdocbody"],[/\/\/.*$/,"comment"],[/\/\*/,"comment","@commentbody"]],commentdocbody:[[/\/\*/,"comment","@commentbody"],[/\*\//,"comment.doc","@pop"],[/\:[a-zA-Z]+\:/,"comment.doc.param"],[/./,"comment.doc"]],commentbody:[[/\/\*/,"comment","@commentbody"],[/\*\//,"comment","@pop"],[/./,"comment"]],attribute:[[/@@@identifier/,{cases:{"@attributes":"keyword.control","@default":""}}]],literal:[[/"/,{token:"string.quote",next:"@stringlit"}],[/0[b]([01]_?)+/,"number.binary"],[/0[o]([0-7]_?)+/,"number.octal"],[/0[x]([0-9a-fA-F]_?)+([pP][\-+](\d_?)+)?/,"number.hex"],[/(\d_?)*\.(\d_?)+([eE][\-+]?(\d_?)+)?/,"number.float"],[/(\d_?)+/,"number"]],stringlit:[[/\\\(/,{token:"operator",next:"@interpolatedexpression"}],[/@escapes/,"string"],[/\\./,"string.escape.invalid"],[/"/,{token:"string.quote",next:"@pop"}],[/./,"string"]],interpolatedexpression:[[/\(/,{token:"operator",next:"@interpolatedexpression"}],[/\)/,{token:"operator",next:"@pop"}],{include:"@literal"},{include:"@keyword"},{include:"@symbol"}],keyword:[[/`/,{token:"operator",next:"@escapedkeyword"}],[/@identifier/,{cases:{"@keywords":"keyword","[A-Z][a-zA-Z0-9$]*":"type.identifier","@default":"identifier"}}]],escapedkeyword:[[/`/,{token:"operator",next:"@pop"}],[/./,"identifier"]],invokedmethod:[[/([.])(@identifier)/,{cases:{$2:["delimeter","type.identifier"],"@default":""}}]]}}},86:function(e,t,i){"use strict";i.r(t);var n=i(70266);(0,n.H)({id:"systemverilog",extensions:[".sv",".svh"],aliases:["SV","sv","SystemVerilog","systemverilog"],loader:()=>Promise.resolve().then(i.bind(i,21112))}),(0,n.H)({id:"verilog",extensions:[".v",".vh"],aliases:["V","v","Verilog","verilog"],loader:()=>Promise.resolve().then(i.bind(i,21112))})},21112:function(e,t,i){"use strict";i.r(t),i.d(t,{conf:function(){return n},language:function(){return o}});var n={comments:{lineComment:"//",blockComment:["/*","*/"]},brackets:[["{","}"],["[","]"],["(",")"],["begin","end"],["case","endcase"],["casex","endcase"],["casez","endcase"],["checker","endchecker"],["class","endclass"],["clocking","endclocking"],["config","endconfig"],["function","endfunction"],["generate","endgenerate"],["group","endgroup"],["interface","endinterface"],["module","endmodule"],["package","endpackage"],["primitive","endprimitive"],["program","endprogram"],["property","endproperty"],["specify","endspecify"],["sequence","endsequence"],["table","endtable"],["task","endtask"]],autoClosingPairs:[{open:"[",close:"]"},{open:"{",close:"}"},{open:"(",close:")"},{open:"'",close:"'",notIn:["string","comment"]},{open:'"',close:'"',notIn:["string"]}],surroundingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"}],folding:{offSide:!1,markers:{start:new RegExp("^(?:\\s*|.*(?!\\/[\\/\\*])[^\\w])(?:begin|case(x|z)?|class|clocking|config|covergroup|function|generate|interface|module|package|primitive|property|program|sequence|specify|table|task)\\b"),end:new RegExp("^(?:\\s*|.*(?!\\/[\\/\\*])[^\\w])(?:end|endcase|endclass|endclocking|endconfig|endgroup|endfunction|endgenerate|endinterface|endmodule|endpackage|endprimitive|endproperty|endprogram|endsequence|endspecify|endtable|endtask)\\b")}}},o={defaultToken:"",tokenPostfix:".sv",brackets:[{token:"delimiter.curly",open:"{",close:"}"},{token:"delimiter.parenthesis",open:"(",close:")"},{token:"delimiter.square",open:"[",close:"]"},{token:"delimiter.angle",open:"<",close:">"}],keywords:["accept_on","alias","always","always_comb","always_ff","always_latch","and","assert","assign","assume","automatic","before","begin","bind","bins","binsof","bit","break","buf","bufif0","bufif1","byte","case","casex","casez","cell","chandle","checker","class","clocking","cmos","config","const","constraint","context","continue","cover","covergroup","coverpoint","cross","deassign","default","defparam","design","disable","dist","do","edge","else","end","endcase","endchecker","endclass","endclocking","endconfig","endfunction","endgenerate","endgroup","endinterface","endmodule","endpackage","endprimitive","endprogram","endproperty","endspecify","endsequence","endtable","endtask","enum","event","eventually","expect","export","extends","extern","final","first_match","for","force","foreach","forever","fork","forkjoin","function","generate","genvar","global","highz0","highz1","if","iff","ifnone","ignore_bins","illegal_bins","implements","implies","import","incdir","include","initial","inout","input","inside","instance","int","integer","interconnect","interface","intersect","join","join_any","join_none","large","let","liblist","library","local","localparam","logic","longint","macromodule","matches","medium","modport","module","nand","negedge","nettype","new","nexttime","nmos","nor","noshowcancelled","not","notif0","notif1","null","or","output","package","packed","parameter","pmos","posedge","primitive","priority","program","property","protected","pull0","pull1","pulldown","pullup","pulsestyle_ondetect","pulsestyle_onevent","pure","rand","randc","randcase","randsequence","rcmos","real","realtime","ref","reg","reject_on","release","repeat","restrict","return","rnmos","rpmos","rtran","rtranif0","rtranif1","s_always","s_eventually","s_nexttime","s_until","s_until_with","scalared","sequence","shortint","shortreal","showcancelled","signed","small","soft","solve","specify","specparam","static","string","strong","strong0","strong1","struct","super","supply0","supply1","sync_accept_on","sync_reject_on","table","tagged","task","this","throughout","time","timeprecision","timeunit","tran","tranif0","tranif1","tri","tri0","tri1","triand","trior","trireg","type","typedef","union","unique","unique0","unsigned","until","until_with","untyped","use","uwire","var","vectored","virtual","void","wait","wait_order","wand","weak","weak0","weak1","while","wildcard","wire","with","within","wor","xnor","xor"],builtin_gates:["and","nand","nor","or","xor","xnor","buf","not","bufif0","bufif1","notif1","notif0","cmos","nmos","pmos","rcmos","rnmos","rpmos","tran","tranif1","tranif0","rtran","rtranif1","rtranif0"],operators:["=","+=","-=","*=","/=","%=","&=","|=","^=","<<=",">>+","<<<=",">>>=","?",":","+","-","!","~","&","~&","|","~|","^","~^","^~","+","-","*","/","%","==","!=","===","!==","==?","!=?","&&","||","**","<","<=",">",">=","&","|","^",">>","<<",">>>","<<<","++","--","->","<->","inside","dist","::","+:","-:","*>","&&&","|->","|=>","#=#"],symbols:/[=>](?!@symbols)/,"@brackets"],[/@symbols/,{cases:{"@operators":"delimiter","@default":""}}],{include:"@numbers"},[/[;,.]/,"delimiter"],{include:"@strings"}],identifier_or_keyword:[[/@identifier/,{cases:{"@keywords":{token:"keyword.$0"},"@default":"identifier"}}]],numbers:[[/\d+?[\d_]*(?:\.[\d_]+)?[eE][\-+]?\d+/,"number.float"],[/\d+?[\d_]*\.[\d_]+(?:\s*@timeunits)?/,"number.float"],[/(?:\d+?[\d_]*\s*)?'[sS]?[dD]\s*[0-9xXzZ?]+?[0-9xXzZ?_]*/,"number"],[/(?:\d+?[\d_]*\s*)?'[sS]?[bB]\s*[0-1xXzZ?]+?[0-1xXzZ?_]*/,"number.binary"],[/(?:\d+?[\d_]*\s*)?'[sS]?[oO]\s*[0-7xXzZ?]+?[0-7xXzZ?_]*/,"number.octal"],[/(?:\d+?[\d_]*\s*)?'[sS]?[hH]\s*[0-9a-fA-FxXzZ?]+?[0-9a-fA-FxXzZ?_]*/,"number.hex"],[/1step/,"number"],[/[\dxXzZ]+?[\dxXzZ_]*(?:\s*@timeunits)?/,"number"],[/'[01xXzZ]+/,"number"]],module_instance:[{include:"@whitespace"},[/(#?)(\()/,["",{token:"@brackets",next:"@port_connection"}]],[/@identifier\s*[;={}\[\],]/,{token:"@rematch",next:"@pop"}],[/@symbols|[;={}\[\],]/,{token:"@rematch",next:"@pop"}],[/@identifier/,"type"],[/;/,"delimiter","@pop"]],port_connection:[{include:"@identifier_or_keyword"},{include:"@whitespace"},[/@systemcall/,"variable.predefined"],{include:"@numbers"},{include:"@strings"},[/[,]/,"delimiter"],[/\(/,"@brackets","@port_connection"],[/\)/,"@brackets","@pop"]],whitespace:[[/[ \t\r\n]+/,""],[/\/\*/,"comment","@comment"],[/\/\/.*$/,"comment"]],comment:[[/[^\/*]+/,"comment"],[/\*\//,"comment","@pop"],[/[\/*]/,"comment"]],strings:[[/"([^"\\]|\\.)*$/,"string.invalid"],[/"/,"string","@string"]],string:[[/[^\\"]+/,"string"],[/@escapes/,"string.escape"],[/\\./,"string.escape.invalid"],[/"/,"string","@pop"]],include:[[/(\s*)(")([\w*\/*]*)(.\w*)(")/,["","string.include.identifier","string.include.identifier","string.include.identifier",{token:"string.include.identifier",next:"@pop"}]],[/(\s*)(<)([\w*\/*]*)(.\w*)(>)/,["","string.include.identifier","string.include.identifier","string.include.identifier",{token:"string.include.identifier",next:"@pop"}]]],table:[{include:"@whitespace"},[/[()]/,"@brackets"],[/[:;]/,"delimiter"],[/[01\-*?xXbBrRfFpPnN]/,"variable.predefined"],["endtable","keyword.endtable","@pop"]]}}},35184:function(e,t,i){"use strict";i.r(t),(0,i(70266).H)({id:"tcl",extensions:[".tcl"],aliases:["tcl","Tcl","tcltk","TclTk","tcl/tk","Tcl/Tk"],loader:()=>Promise.resolve().then(i.bind(i,96040))})},96040:function(e,t,i){"use strict";i.r(t),i.d(t,{conf:function(){return n},language:function(){return o}});var n={brackets:[["{","}"],["[","]"],["(",")"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"}],surroundingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"}]},o={tokenPostfix:".tcl",specialFunctions:["set","unset","rename","variable","proc","coroutine","foreach","incr","append","lappend","linsert","lreplace"],mainFunctions:["if","then","elseif","else","case","switch","while","for","break","continue","return","package","namespace","catch","exit","eval","expr","uplevel","upvar"],builtinFunctions:["file","info","concat","join","lindex","list","llength","lrange","lsearch","lsort","split","array","parray","binary","format","regexp","regsub","scan","string","subst","dict","cd","clock","exec","glob","pid","pwd","close","eof","fblocked","fconfigure","fcopy","fileevent","flush","gets","open","puts","read","seek","socket","tell","interp","after","auto_execok","auto_load","auto_mkindex","auto_reset","bgerror","error","global","history","load","source","time","trace","unknown","unset","update","vwait","winfo","wm","bind","event","pack","place","grid","font","bell","clipboard","destroy","focus","grab","lower","option","raise","selection","send","tk","tkwait","tk_bisque","tk_focusNext","tk_focusPrev","tk_focusFollowsMouse","tk_popup","tk_setPalette"],symbols:/[=>Promise.resolve().then(i.bind(i,3679))})},3679:function(e,t,i){"use strict";i.r(t),i.d(t,{conf:function(){return n},language:function(){return o}});var n={wordPattern:/(-?\d*\.\d\w*)|([^\`\~\!\@\$\^\&\*\(\)\=\+\[\{\]\}\\\|\;\:\'\"\,\.\<\>\/\s]+)/g,comments:{blockComment:["{#","#}"]},brackets:[["{#","#}"],["{%","%}"],["{{","}}"],["(",")"],["[","]"],["\x3c!--","--\x3e"],["<",">"]],autoClosingPairs:[{open:"{# ",close:" #}"},{open:"{% ",close:" %}"},{open:"{{ ",close:" }}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"}],surroundingPairs:[{open:'"',close:'"'},{open:"'",close:"'"},{open:"<",close:">"}]},o={defaultToken:"",tokenPostfix:"",ignoreCase:!0,keywords:["apply","autoescape","block","deprecated","do","embed","extends","flush","for","from","if","import","include","macro","sandbox","set","use","verbatim","with","endapply","endautoescape","endblock","endembed","endfor","endif","endmacro","endsandbox","endset","endwith","true","false"],tokenizer:{root:[[/\s+/],[/{#/,"comment.twig","@commentState"],[/{%[-~]?/,"delimiter.twig","@blockState"],[/{{[-~]?/,"delimiter.twig","@variableState"],[/)/,["delimiter.html","tag.html","","delimiter.html"]],[/(<)(script)/,["delimiter.html",{token:"tag.html",next:"@script"}]],[/(<)(style)/,["delimiter.html",{token:"tag.html",next:"@style"}]],[/(<)((?:[\w\-]+:)?[\w\-]+)/,["delimiter.html",{token:"tag.html",next:"@otherTag"}]],[/(<\/)((?:[\w\-]+:)?[\w\-]+)/,["delimiter.html",{token:"tag.html",next:"@otherTag"}]],[/|>=|<=/,"operators.twig"],[/(starts with|ends with|matches)(\s+)/,["operators.twig",""]],[/(in)(\s+)/,["operators.twig",""]],[/(is)(\s+)/,["operators.twig",""]],[/\||~|:|\.{1,2}|\?{1,2}/,"operators.twig"],[/[^\W\d][\w]*/,{cases:{"@keywords":"keyword.twig","@default":"variable.twig"}}],[/\d+(\.\d+)?/,"number.twig"],[/\(|\)|\[|\]|{|}|,/,"delimiter.twig"],[/"([^#"\\]*(?:\\.[^#"\\]*)*)"|\'([^\'\\]*(?:\\.[^\'\\]*)*)\'/,"string.twig"],[/"/,"string.twig","@stringState"],[/=>/,"operators.twig"],[/=/,"operators.twig"]],doctype:[[/[^>]+/,"metatag.content.html"],[/>/,"metatag.html","@pop"]],comment:[[/-->/,"comment.html","@pop"],[/[^-]+/,"comment.content.html"],[/./,"comment.content.html"]],otherTag:[[/\/?>/,"delimiter.html","@pop"],[/"([^"]*)"/,"attribute.value.html"],[/'([^']*)'/,"attribute.value.html"],[/[\w\-]+/,"attribute.name.html"],[/=/,"delimiter.html"],[/[ \t\r\n]+/]],script:[[/type/,"attribute.name.html","@scriptAfterType"],[/"([^"]*)"/,"attribute.value.html"],[/'([^']*)'/,"attribute.value.html"],[/[\w\-]+/,"attribute.name.html"],[/=/,"delimiter.html"],[/>/,{token:"delimiter.html",next:"@scriptEmbedded",nextEmbedded:"text/javascript"}],[/[ \t\r\n]+/],[/(<\/)(script\s*)(>)/,["delimiter.html","tag.html",{token:"delimiter.html",next:"@pop"}]]],scriptAfterType:[[/=/,"delimiter.html","@scriptAfterTypeEquals"],[/>/,{token:"delimiter.html",next:"@scriptEmbedded",nextEmbedded:"text/javascript"}],[/[ \t\r\n]+/],[/<\/script\s*>/,{token:"@rematch",next:"@pop"}]],scriptAfterTypeEquals:[[/"([^"]*)"/,{token:"attribute.value.html",switchTo:"@scriptWithCustomType.$1"}],[/'([^']*)'/,{token:"attribute.value.html",switchTo:"@scriptWithCustomType.$1"}],[/>/,{token:"delimiter.html",next:"@scriptEmbedded",nextEmbedded:"text/javascript"}],[/[ \t\r\n]+/],[/<\/script\s*>/,{token:"@rematch",next:"@pop"}]],scriptWithCustomType:[[/>/,{token:"delimiter.html",next:"@scriptEmbedded.$S2",nextEmbedded:"$S2"}],[/"([^"]*)"/,"attribute.value.html"],[/'([^']*)'/,"attribute.value.html"],[/[\w\-]+/,"attribute.name.html"],[/=/,"delimiter.html"],[/[ \t\r\n]+/],[/<\/script\s*>/,{token:"@rematch",next:"@pop"}]],scriptEmbedded:[[/<\/script/,{token:"@rematch",next:"@pop",nextEmbedded:"@pop"}],[/[^<]+/,""]],style:[[/type/,"attribute.name.html","@styleAfterType"],[/"([^"]*)"/,"attribute.value.html"],[/'([^']*)'/,"attribute.value.html"],[/[\w\-]+/,"attribute.name.html"],[/=/,"delimiter.html"],[/>/,{token:"delimiter.html",next:"@styleEmbedded",nextEmbedded:"text/css"}],[/[ \t\r\n]+/],[/(<\/)(style\s*)(>)/,["delimiter.html","tag.html",{token:"delimiter.html",next:"@pop"}]]],styleAfterType:[[/=/,"delimiter.html","@styleAfterTypeEquals"],[/>/,{token:"delimiter.html",next:"@styleEmbedded",nextEmbedded:"text/css"}],[/[ \t\r\n]+/],[/<\/style\s*>/,{token:"@rematch",next:"@pop"}]],styleAfterTypeEquals:[[/"([^"]*)"/,{token:"attribute.value.html",switchTo:"@styleWithCustomType.$1"}],[/'([^']*)'/,{token:"attribute.value.html",switchTo:"@styleWithCustomType.$1"}],[/>/,{token:"delimiter.html",next:"@styleEmbedded",nextEmbedded:"text/css"}],[/[ \t\r\n]+/],[/<\/style\s*>/,{token:"@rematch",next:"@pop"}]],styleWithCustomType:[[/>/,{token:"delimiter.html",next:"@styleEmbedded.$S2",nextEmbedded:"$S2"}],[/"([^"]*)"/,"attribute.value.html"],[/'([^']*)'/,"attribute.value.html"],[/[\w\-]+/,"attribute.name.html"],[/=/,"delimiter.html"],[/[ \t\r\n]+/],[/<\/style\s*>/,{token:"@rematch",next:"@pop"}]],styleEmbedded:[[/<\/style/,{token:"@rematch",next:"@pop",nextEmbedded:"@pop"}],[/[^<]+/,""]]}}},59114:function(e,t,i){"use strict";i.r(t),(0,i(70266).H)({id:"typescript",extensions:[".ts",".tsx"],aliases:["TypeScript","ts","typescript"],mimetypes:["text/typescript"],loader:()=>Promise.resolve().then(i.bind(i,18815))})},18815:function(e,t,i){"use strict";i.r(t),i.d(t,{conf:function(){return c},language:function(){return d}});var n=i(54918),o=Object.defineProperty,r=Object.getOwnPropertyDescriptor,s=Object.getOwnPropertyNames,a=Object.prototype.hasOwnProperty,l={};((e,t,i,n)=>{if(t&&"object"==typeof t||"function"==typeof t)for(let i of s(t))a.call(e,i)||"default"===i||o(e,i,{get:()=>t[i],enumerable:!(n=r(t,i))||n.enumerable})})(l,n);var c={wordPattern:/(-?\d*\.\d\w*)|([^\`\~\!\@\#\%\^\&\*\(\)\-\=\+\[\{\]\}\\\|\;\:\'\"\,\.\<\>\/\?\s]+)/g,comments:{lineComment:"//",blockComment:["/*","*/"]},brackets:[["{","}"],["[","]"],["(",")"]],onEnterRules:[{beforeText:/^\s*\/\*\*(?!\/)([^\*]|\*(?!\/))*$/,afterText:/^\s*\*\/$/,action:{indentAction:l.languages.IndentAction.IndentOutdent,appendText:" * "}},{beforeText:/^\s*\/\*\*(?!\/)([^\*]|\*(?!\/))*$/,action:{indentAction:l.languages.IndentAction.None,appendText:" * "}},{beforeText:/^(\t|(\ \ ))*\ \*(\ ([^\*]|\*(?!\/))*)?$/,action:{indentAction:l.languages.IndentAction.None,appendText:"* "}},{beforeText:/^(\t|(\ \ ))*\ \*\/\s*$/,action:{indentAction:l.languages.IndentAction.None,removeText:1}}],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"',notIn:["string"]},{open:"'",close:"'",notIn:["string","comment"]},{open:"`",close:"`",notIn:["string","comment"]},{open:"/**",close:" */",notIn:["string"]}],folding:{markers:{start:new RegExp("^\\s*//\\s*#?region\\b"),end:new RegExp("^\\s*//\\s*#?endregion\\b")}}},d={defaultToken:"invalid",tokenPostfix:".ts",keywords:["abstract","any","as","asserts","bigint","boolean","break","case","catch","class","continue","const","constructor","debugger","declare","default","delete","do","else","enum","export","extends","false","finally","for","from","function","get","if","implements","import","in","infer","instanceof","interface","is","keyof","let","module","namespace","never","new","null","number","object","package","private","protected","public","override","readonly","require","global","return","set","static","string","super","switch","symbol","this","throw","true","try","type","typeof","undefined","unique","unknown","var","void","while","with","yield","async","await","of"],operators:["<=",">=","==","!=","===","!==","=>","+","-","**","*","/","%","++","--","<<",">",">>>","&","|","^","!","~","&&","||","??","?",":","=","+=","-=","*=","**=","/=","%=","<<=",">>=",">>>=","&=","|=","^=","@"],symbols:/[=>](?!@symbols)/,"@brackets"],[/!(?=([^=]|$))/,"delimiter"],[/@symbols/,{cases:{"@operators":"delimiter","@default":""}}],[/(@digits)[eE]([\-+]?(@digits))?/,"number.float"],[/(@digits)\.(@digits)([eE][\-+]?(@digits))?/,"number.float"],[/0[xX](@hexdigits)n?/,"number.hex"],[/0[oO]?(@octaldigits)n?/,"number.octal"],[/0[bB](@binarydigits)n?/,"number.binary"],[/(@digits)n?/,"number"],[/[;,.]/,"delimiter"],[/"([^"\\]|\\.)*$/,"string.invalid"],[/'([^'\\]|\\.)*$/,"string.invalid"],[/"/,"string","@string_double"],[/'/,"string","@string_single"],[/`/,"string","@string_backtick"]],whitespace:[[/[ \t\r\n]+/,""],[/\/\*\*(?!\/)/,"comment.doc","@jsdoc"],[/\/\*/,"comment","@comment"],[/\/\/.*$/,"comment"]],comment:[[/[^\/*]+/,"comment"],[/\*\//,"comment","@pop"],[/[\/*]/,"comment"]],jsdoc:[[/[^\/*]+/,"comment.doc"],[/\*\//,"comment.doc","@pop"],[/[\/*]/,"comment.doc"]],regexp:[[/(\{)(\d+(?:,\d*)?)(\})/,["regexp.escape.control","regexp.escape.control","regexp.escape.control"]],[/(\[)(\^?)(?=(?:[^\]\\\/]|\\.)+)/,["regexp.escape.control",{token:"regexp.escape.control",next:"@regexrange"}]],[/(\()(\?:|\?=|\?!)/,["regexp.escape.control","regexp.escape.control"]],[/[()]/,"regexp.escape.control"],[/@regexpctl/,"regexp.escape.control"],[/[^\\\/]/,"regexp"],[/@regexpesc/,"regexp.escape"],[/\\\./,"regexp.invalid"],[/(\/)([dgimsuy]*)/,[{token:"regexp",bracket:"@close",next:"@pop"},"keyword.other"]]],regexrange:[[/-/,"regexp.escape.control"],[/\^/,"regexp.invalid"],[/@regexpesc/,"regexp.escape"],[/[^\]]/,"regexp"],[/\]/,{token:"regexp.escape.control",next:"@pop",bracket:"@close"}]],string_double:[[/[^\\"]+/,"string"],[/@escapes/,"string.escape"],[/\\./,"string.escape.invalid"],[/"/,"string","@pop"]],string_single:[[/[^\\']+/,"string"],[/@escapes/,"string.escape"],[/\\./,"string.escape.invalid"],[/'/,"string","@pop"]],string_backtick:[[/\$\{/,{token:"delimiter.bracket",next:"@bracketCounting"}],[/[^\\`$]+/,"string"],[/@escapes/,"string.escape"],[/\\./,"string.escape.invalid"],[/`/,"string","@pop"]],bracketCounting:[[/\{/,"delimiter.bracket","@bracketCounting"],[/\}/,"delimiter.bracket","@pop"],{include:"common"}]}}},19396:function(e,t,i){"use strict";i.r(t),(0,i(70266).H)({id:"vb",extensions:[".vb"],aliases:["Visual Basic","vb"],loader:()=>Promise.resolve().then(i.bind(i,96047))})},96047:function(e,t,i){"use strict";i.r(t),i.d(t,{conf:function(){return n},language:function(){return o}});var n={comments:{lineComment:"'",blockComment:["/*","*/"]},brackets:[["{","}"],["[","]"],["(",")"],["<",">"],["addhandler","end addhandler"],["class","end class"],["enum","end enum"],["event","end event"],["function","end function"],["get","end get"],["if","end if"],["interface","end interface"],["module","end module"],["namespace","end namespace"],["operator","end operator"],["property","end property"],["raiseevent","end raiseevent"],["removehandler","end removehandler"],["select","end select"],["set","end set"],["structure","end structure"],["sub","end sub"],["synclock","end synclock"],["try","end try"],["while","end while"],["with","end with"],["using","end using"],["do","loop"],["for","next"]],autoClosingPairs:[{open:"{",close:"}",notIn:["string","comment"]},{open:"[",close:"]",notIn:["string","comment"]},{open:"(",close:")",notIn:["string","comment"]},{open:'"',close:'"',notIn:["string","comment"]},{open:"<",close:">",notIn:["string","comment"]}],folding:{markers:{start:new RegExp("^\\s*#Region\\b"),end:new RegExp("^\\s*#End Region\\b")}}},o={defaultToken:"",tokenPostfix:".vb",ignoreCase:!0,brackets:[{token:"delimiter.bracket",open:"{",close:"}"},{token:"delimiter.array",open:"[",close:"]"},{token:"delimiter.parenthesis",open:"(",close:")"},{token:"delimiter.angle",open:"<",close:">"},{token:"keyword.tag-addhandler",open:"addhandler",close:"end addhandler"},{token:"keyword.tag-class",open:"class",close:"end class"},{token:"keyword.tag-enum",open:"enum",close:"end enum"},{token:"keyword.tag-event",open:"event",close:"end event"},{token:"keyword.tag-function",open:"function",close:"end function"},{token:"keyword.tag-get",open:"get",close:"end get"},{token:"keyword.tag-if",open:"if",close:"end if"},{token:"keyword.tag-interface",open:"interface",close:"end interface"},{token:"keyword.tag-module",open:"module",close:"end module"},{token:"keyword.tag-namespace",open:"namespace",close:"end namespace"},{token:"keyword.tag-operator",open:"operator",close:"end operator"},{token:"keyword.tag-property",open:"property",close:"end property"},{token:"keyword.tag-raiseevent",open:"raiseevent",close:"end raiseevent"},{token:"keyword.tag-removehandler",open:"removehandler",close:"end removehandler"},{token:"keyword.tag-select",open:"select",close:"end select"},{token:"keyword.tag-set",open:"set",close:"end set"},{token:"keyword.tag-structure",open:"structure",close:"end structure"},{token:"keyword.tag-sub",open:"sub",close:"end sub"},{token:"keyword.tag-synclock",open:"synclock",close:"end synclock"},{token:"keyword.tag-try",open:"try",close:"end try"},{token:"keyword.tag-while",open:"while",close:"end while"},{token:"keyword.tag-with",open:"with",close:"end with"},{token:"keyword.tag-using",open:"using",close:"end using"},{token:"keyword.tag-do",open:"do",close:"loop"},{token:"keyword.tag-for",open:"for",close:"next"}],keywords:["AddHandler","AddressOf","Alias","And","AndAlso","As","Async","Boolean","ByRef","Byte","ByVal","Call","Case","Catch","CBool","CByte","CChar","CDate","CDbl","CDec","Char","CInt","Class","CLng","CObj","Const","Continue","CSByte","CShort","CSng","CStr","CType","CUInt","CULng","CUShort","Date","Decimal","Declare","Default","Delegate","Dim","DirectCast","Do","Double","Each","Else","ElseIf","End","EndIf","Enum","Erase","Error","Event","Exit","False","Finally","For","Friend","Function","Get","GetType","GetXMLNamespace","Global","GoSub","GoTo","Handles","If","Implements","Imports","In","Inherits","Integer","Interface","Is","IsNot","Let","Lib","Like","Long","Loop","Me","Mod","Module","MustInherit","MustOverride","MyBase","MyClass","NameOf","Namespace","Narrowing","New","Next","Not","Nothing","NotInheritable","NotOverridable","Object","Of","On","Operator","Option","Optional","Or","OrElse","Out","Overloads","Overridable","Overrides","ParamArray","Partial","Private","Property","Protected","Public","RaiseEvent","ReadOnly","ReDim","RemoveHandler","Resume","Return","SByte","Select","Set","Shadows","Shared","Short","Single","Static","Step","Stop","String","Structure","Sub","SyncLock","Then","Throw","To","True","Try","TryCast","TypeOf","UInteger","ULong","UShort","Using","Variant","Wend","When","While","Widening","With","WithEvents","WriteOnly","Xor"],tagwords:["If","Sub","Select","Try","Class","Enum","Function","Get","Interface","Module","Namespace","Operator","Set","Structure","Using","While","With","Do","Loop","For","Next","Property","Continue","AddHandler","RemoveHandler","Event","RaiseEvent","SyncLock"],symbols:/[=>Promise.resolve().then(i.bind(i,13674))})},13674:function(e,t,i){"use strict";i.r(t),i.d(t,{conf:function(){return c},language:function(){return d}});var n=i(54918),o=Object.defineProperty,r=Object.getOwnPropertyDescriptor,s=Object.getOwnPropertyNames,a=Object.prototype.hasOwnProperty,l={};((e,t,i,n)=>{if(t&&"object"==typeof t||"function"==typeof t)for(let i of s(t))a.call(e,i)||"default"===i||o(e,i,{get:()=>t[i],enumerable:!(n=r(t,i))||n.enumerable})})(l,n);var c={comments:{blockComment:["\x3c!--","--\x3e"]},brackets:[["<",">"]],autoClosingPairs:[{open:"<",close:">"},{open:"'",close:"'"},{open:'"',close:'"'}],surroundingPairs:[{open:"<",close:">"},{open:"'",close:"'"},{open:'"',close:'"'}],onEnterRules:[{beforeText:new RegExp("<([_:\\w][_:\\w-.\\d]*)([^/>]*(?!/)>)[^<]*$","i"),afterText:/^<\/([_:\w][_:\w-.\d]*)\s*>$/i,action:{indentAction:l.languages.IndentAction.IndentOutdent}},{beforeText:new RegExp("<(\\w[\\w\\d]*)([^/>]*(?!/)>)[^<]*$","i"),action:{indentAction:l.languages.IndentAction.Indent}}]},d={defaultToken:"",tokenPostfix:".xml",ignoreCase:!0,qualifiedName:/(?:[\w\.\-]+:)?[\w\.\-]+/,tokenizer:{root:[[/[^<&]+/,""],{include:"@whitespace"},[/(<)(@qualifiedName)/,[{token:"delimiter"},{token:"tag",next:"@tag"}]],[/(<\/)(@qualifiedName)(\s*)(>)/,[{token:"delimiter"},{token:"tag"},"",{token:"delimiter"}]],[/(<\?)(@qualifiedName)/,[{token:"delimiter"},{token:"metatag",next:"@tag"}]],[/(<\!)(@qualifiedName)/,[{token:"delimiter"},{token:"metatag",next:"@tag"}]],[/<\!\[CDATA\[/,{token:"delimiter.cdata",next:"@cdata"}],[/&\w+;/,"string.escape"]],cdata:[[/[^\]]+/,""],[/\]\]>/,{token:"delimiter.cdata",next:"@pop"}],[/\]/,""]],tag:[[/[ \t\r\n]+/,""],[/(@qualifiedName)(\s*=\s*)("[^"]*"|'[^']*')/,["attribute.name","","attribute.value"]],[/(@qualifiedName)(\s*=\s*)("[^">?\/]*|'[^'>?\/]*)(?=[\?\/]\>)/,["attribute.name","","attribute.value"]],[/(@qualifiedName)(\s*=\s*)("[^">]*|'[^'>]*)/,["attribute.name","","attribute.value"]],[/@qualifiedName/,"attribute.name"],[/\?>/,{token:"delimiter",next:"@pop"}],[/(\/)(>)/,[{token:"tag"},{token:"delimiter",next:"@pop"}]],[/>/,{token:"delimiter",next:"@pop"}]],whitespace:[[/[ \t\r\n]+/,""],[//,{token:"comment",next:"@pop"}],[/|$)/,T.html=m(T.html,"i").replace("comment",T._comment).replace("tag",T._tag).replace("attribute",/ +[a-zA-Z:_][\w.:-]*(?: *= *"[^"\n]*"| *= *'[^'\n]*'| *= *[^\s"'=<>`]+)?/).getRegex(),T.paragraph=m(T._paragraph).replace("hr",T.hr).replace("heading"," {0,3}#{1,6} ").replace("|lheading","").replace("|table","").replace("blockquote"," {0,3}>").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html",")|<(?:script|pre|style|textarea|!--)").replace("tag",T._tag).getRegex(),T.blockquote=m(T.blockquote).replace("paragraph",T.paragraph).getRegex(),T.normal=x({},T),T.gfm=x({},T.normal,{table:"^ *([^\\n ].*\\|.*)\\n {0,3}(?:\\| *)?(:?-+:? *(?:\\| *:?-+:? *)*)(?:\\| *)?(?:\\n((?:(?! *\\n|hr|heading|blockquote|code|fences|list|html).*(?:\\n|$))*)\\n*|$)"}),T.gfm.table=m(T.gfm.table).replace("hr",T.hr).replace("heading"," {0,3}#{1,6} ").replace("blockquote"," {0,3}>").replace("code"," {4}[^\\n]").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html",")|<(?:script|pre|style|textarea|!--)").replace("tag",T._tag).getRegex(),T.gfm.paragraph=m(T._paragraph).replace("hr",T.hr).replace("heading"," {0,3}#{1,6} ").replace("|lheading","").replace("table",T.gfm.table).replace("blockquote"," {0,3}>").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html",")|<(?:script|pre|style|textarea|!--)").replace("tag",T._tag).getRegex(),T.pedantic=x({},T.normal,{html:m("^ *(?:comment *(?:\\n|\\s*$)|<(tag)[\\s\\S]+? *(?:\\n{2,}|\\s*$)|\\s]*)*?/?> *(?:\\n{2,}|\\s*$))").replace("comment",T._comment).replace(/tag/g,"(?!(?:a|em|strong|small|s|cite|q|dfn|abbr|data|time|code|var|samp|kbd|sub|sup|i|b|u|mark|ruby|rt|rp|bdi|bdo|span|br|wbr|ins|del|img)\\b)\\w+(?!:|[^\\w\\s@]*@)\\b").getRegex(),def:/^ *\[([^\]]+)\]: *]+)>?(?: +(["(][^\n]+[")]))? *(?:\n+|$)/,heading:/^(#{1,6})(.*)(?:\n+|$)/,fences:S,paragraph:m(T.normal._paragraph).replace("hr",T.hr).replace("heading"," *#{1,6} *[^\n]").replace("lheading",T.lheading).replace("blockquote"," {0,3}>").replace("|fences","").replace("|list","").replace("|html","").getRegex()});var A={escape:/^\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/,autolink:/^<(scheme:[^\s\x00-\x1f<>]*|email)>/,url:S,tag:"^comment|^|^<[a-zA-Z][\\w-]*(?:attribute)*?\\s*/?>|^<\\?[\\s\\S]*?\\?>|^|^",link:/^!?\[(label)\]\(\s*(href)(?:\s+(title))?\s*\)/,reflink:/^!?\[(label)\]\[(ref)\]/,nolink:/^!?\[(ref)\](?:\[\])?/,reflinkSearch:"reflink|nolink(?!\\()",emStrong:{lDelim:/^(?:\*+(?:([punct_])|[^\s*]))|^_+(?:([punct*])|([^\s_]))/,rDelimAst:/^[^_*]*?\_\_[^_*]*?\*[^_*]*?(?=\_\_)|[punct_](\*+)(?=[\s]|$)|[^punct*_\s](\*+)(?=[punct_\s]|$)|[punct_\s](\*+)(?=[^punct*_\s])|[\s](\*+)(?=[punct_])|[punct_](\*+)(?=[punct_])|[^punct*_\s](\*+)(?=[^punct*_\s])/,rDelimUnd:/^[^_*]*?\*\*[^_*]*?\_[^_*]*?(?=\*\*)|[punct*](\_+)(?=[\s]|$)|[^punct*_\s](\_+)(?=[punct*\s]|$)|[punct*\s](\_+)(?=[^punct*_\s])|[\s](\_+)(?=[punct*])|[punct*](\_+)(?=[punct*])/},code:/^(`+)([^`]|[^`][\s\S]*?[^`])\1(?!`)/,br:/^( {2,}|\\)\n(?!\s*$)/,del:S,text:/^(`+|[^`])(?:(?= {2,}\n)|[\s\S]*?(?:(?=[\\.5&&(i="x"+i.toString(16)),n+="&#"+i+";";return n}A._punctuation="!\"#$%&'()+\\-.,/:;<=>?@\\[\\]`^{|}~",A.punctuation=m(A.punctuation).replace(/punctuation/g,A._punctuation).getRegex(),A.blockSkip=/\[[^\]]*?\]\([^\)]*?\)|`[^`]*?`|<[^>]*?>/g,A.escapedEmSt=/\\\*|\\_/g,A._comment=m(T._comment).replace("(?:--\x3e|$)","--\x3e").getRegex(),A.emStrong.lDelim=m(A.emStrong.lDelim).replace(/punct/g,A._punctuation).getRegex(),A.emStrong.rDelimAst=m(A.emStrong.rDelimAst,"g").replace(/punct/g,A._punctuation).getRegex(),A.emStrong.rDelimUnd=m(A.emStrong.rDelimUnd,"g").replace(/punct/g,A._punctuation).getRegex(),A._escapes=/\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/g,A._scheme=/[a-zA-Z][a-zA-Z0-9+.-]{1,31}/,A._email=/[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+(@)[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)+(?![-_])/,A.autolink=m(A.autolink).replace("scheme",A._scheme).replace("email",A._email).getRegex(),A._attribute=/\s+[a-zA-Z:_][\w.:-]*(?:\s*=\s*"[^"]*"|\s*=\s*'[^']*'|\s*=\s*[^\s"'=<>`]+)?/,A.tag=m(A.tag).replace("comment",A._comment).replace("attribute",A._attribute).getRegex(),A._label=/(?:\[(?:\\.|[^\[\]\\])*\]|\\.|`[^`]*`|[^\[\]\\`])*?/,A._href=/<(?:\\.|[^\n<>\\])+>|[^\s\x00-\x1f]*/,A._title=/"(?:\\"?|[^"\\])*"|'(?:\\'?|[^'\\])*'|\((?:\\\)?|[^)\\])*\)/,A.link=m(A.link).replace("label",A._label).replace("href",A._href).replace("title",A._title).getRegex(),A.reflink=m(A.reflink).replace("label",A._label).replace("ref",T._label).getRegex(),A.nolink=m(A.nolink).replace("ref",T._label).getRegex(),A.reflinkSearch=m(A.reflinkSearch,"g").replace("reflink",A.reflink).replace("nolink",A.nolink).getRegex(),A.normal=x({},A),A.pedantic=x({},A.normal,{strong:{start:/^__|\*\*/,middle:/^__(?=\S)([\s\S]*?\S)__(?!_)|^\*\*(?=\S)([\s\S]*?\S)\*\*(?!\*)/,endAst:/\*\*(?!\*)/g,endUnd:/__(?!_)/g},em:{start:/^_|\*/,middle:/^()\*(?=\S)([\s\S]*?\S)\*(?!\*)|^_(?=\S)([\s\S]*?\S)_(?!_)/,endAst:/\*(?!\*)/g,endUnd:/_(?!_)/g},link:m(/^!?\[(label)\]\((.*?)\)/).replace("label",A._label).getRegex(),reflink:m(/^!?\[(label)\]\s*\[([^\]]*)\]/).replace("label",A._label).getRegex()}),A.gfm=x({},A.normal,{escape:m(A.escape).replace("])","~|])").getRegex(),_extended_email:/[A-Za-z0-9._+-]+(@)[a-zA-Z0-9-_]+(?:\.[a-zA-Z0-9-_]*[a-zA-Z0-9])+(?![-_])/,url:/^((?:ftp|https?):\/\/|www\.)(?:[a-zA-Z0-9\-]+\.?)+[^\s<]*|^email/,_backpedal:/(?:[^?!.,:;*_~()&]+|\([^)]*\)|&(?![a-zA-Z0-9]+;$)|[?!.,:;*_~)]+(?!$))+/,del:/^(~~?)(?=[^\s~])([\s\S]*?[^\s~])\1(?=[^~]|$)/,text:/^([`~]+|[^`~])(?:(?= {2,}\n)|(?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@)|[\s\S]*?(?:(?=[\\0?t[t.length-1].raw+="\n":t.push(i);else if(i=this.tokenizer.code(e))e=e.substring(i.raw.length),!(n=t[t.length-1])||"paragraph"!==n.type&&"text"!==n.type?t.push(i):(n.raw+="\n"+i.raw,n.text+="\n"+i.text,this.inlineQueue[this.inlineQueue.length-1].src=n.text);else if(i=this.tokenizer.fences(e))e=e.substring(i.raw.length),t.push(i);else if(i=this.tokenizer.heading(e))e=e.substring(i.raw.length),t.push(i);else if(i=this.tokenizer.hr(e))e=e.substring(i.raw.length),t.push(i);else if(i=this.tokenizer.blockquote(e))e=e.substring(i.raw.length),t.push(i);else if(i=this.tokenizer.list(e))e=e.substring(i.raw.length),t.push(i);else if(i=this.tokenizer.html(e))e=e.substring(i.raw.length),t.push(i);else if(i=this.tokenizer.def(e))e=e.substring(i.raw.length),!(n=t[t.length-1])||"paragraph"!==n.type&&"text"!==n.type?this.tokens.links[i.tag]||(this.tokens.links[i.tag]={href:i.href,title:i.title}):(n.raw+="\n"+i.raw,n.text+="\n"+i.raw,this.inlineQueue[this.inlineQueue.length-1].src=n.text);else if(i=this.tokenizer.table(e))e=e.substring(i.raw.length),t.push(i);else if(i=this.tokenizer.lheading(e))e=e.substring(i.raw.length),t.push(i);else if(o=e,this.options.extensions&&this.options.extensions.startBlock&&function(){var t=1/0,i=e.slice(1),n=void 0;s.options.extensions.startBlock.forEach((function(e){"number"==typeof(n=e.call({lexer:this},i))&&n>=0&&(t=Math.min(t,n))})),t<1/0&&t>=0&&(o=e.substring(0,t+1))}(),this.state.top&&(i=this.tokenizer.paragraph(o)))n=t[t.length-1],r&&"paragraph"===n.type?(n.raw+="\n"+i.raw,n.text+="\n"+i.text,this.inlineQueue.pop(),this.inlineQueue[this.inlineQueue.length-1].src=n.text):t.push(i),r=o.length!==e.length,e=e.substring(i.raw.length);else if(i=this.tokenizer.text(e))e=e.substring(i.raw.length),(n=t[t.length-1])&&"text"===n.type?(n.raw+="\n"+i.raw,n.text+="\n"+i.text,this.inlineQueue.pop(),this.inlineQueue[this.inlineQueue.length-1].src=n.text):t.push(i);else if(e){var a="Infinite loop on byte: "+e.charCodeAt(0);if(this.options.silent){console.error(a);break}throw new Error(a)}return this.state.top=!0,t},r.inline=function(e,t){this.inlineQueue.push({src:e,tokens:t})},r.inlineTokens=function(e,t){var i,n,o,r=this;void 0===t&&(t=[]);var s,a,l,c=e;if(this.tokens.links){var d=Object.keys(this.tokens.links);if(d.length>0)for(;null!=(s=this.tokenizer.rules.inline.reflinkSearch.exec(c));)d.includes(s[0].slice(s[0].lastIndexOf("[")+1,-1))&&(c=c.slice(0,s.index)+"["+N("a",s[0].length-2)+"]"+c.slice(this.tokenizer.rules.inline.reflinkSearch.lastIndex))}for(;null!=(s=this.tokenizer.rules.inline.blockSkip.exec(c));)c=c.slice(0,s.index)+"["+N("a",s[0].length-2)+"]"+c.slice(this.tokenizer.rules.inline.blockSkip.lastIndex);for(;null!=(s=this.tokenizer.rules.inline.escapedEmSt.exec(c));)c=c.slice(0,s.index)+"++"+c.slice(this.tokenizer.rules.inline.escapedEmSt.lastIndex);for(;e;)if(a||(l=""),a=!1,!(this.options.extensions&&this.options.extensions.inline&&this.options.extensions.inline.some((function(n){return!!(i=n.call({lexer:r},e,t))&&(e=e.substring(i.raw.length),t.push(i),!0)}))))if(i=this.tokenizer.escape(e))e=e.substring(i.raw.length),t.push(i);else if(i=this.tokenizer.tag(e))e=e.substring(i.raw.length),(n=t[t.length-1])&&"text"===i.type&&"text"===n.type?(n.raw+=i.raw,n.text+=i.text):t.push(i);else if(i=this.tokenizer.link(e))e=e.substring(i.raw.length),t.push(i);else if(i=this.tokenizer.reflink(e,this.tokens.links))e=e.substring(i.raw.length),(n=t[t.length-1])&&"text"===i.type&&"text"===n.type?(n.raw+=i.raw,n.text+=i.text):t.push(i);else if(i=this.tokenizer.emStrong(e,c,l))e=e.substring(i.raw.length),t.push(i);else if(i=this.tokenizer.codespan(e))e=e.substring(i.raw.length),t.push(i);else if(i=this.tokenizer.br(e))e=e.substring(i.raw.length),t.push(i);else if(i=this.tokenizer.del(e))e=e.substring(i.raw.length),t.push(i);else if(i=this.tokenizer.autolink(e,M))e=e.substring(i.raw.length),t.push(i);else if(this.state.inLink||!(i=this.tokenizer.url(e,M))){if(o=e,this.options.extensions&&this.options.extensions.startInline&&function(){var t=1/0,i=e.slice(1),n=void 0;r.options.extensions.startInline.forEach((function(e){"number"==typeof(n=e.call({lexer:this},i))&&n>=0&&(t=Math.min(t,n))})),t<1/0&&t>=0&&(o=e.substring(0,t+1))}(),i=this.tokenizer.inlineText(o,R))e=e.substring(i.raw.length),"_"!==i.raw.slice(-1)&&(l=i.raw.slice(-1)),a=!0,(n=t[t.length-1])&&"text"===n.type?(n.raw+=i.raw,n.text+=i.text):t.push(i);else if(e){var u="Infinite loop on byte: "+e.charCodeAt(0);if(this.options.silent){console.error(u);break}throw new Error(u)}}else e=e.substring(i.raw.length),t.push(i);return t},n=i,o=[{key:"rules",get:function(){return{block:T,inline:A}}}],null&&t(n.prototype,null),o&&t(n,o),Object.defineProperty(n,"prototype",{writable:!1}),i}(),P=function(){function t(t){this.options=t||e.defaults}var i=t.prototype;return i.code=function(e,t,i){var n=(t||"").match(/\S*/)[0];if(this.options.highlight){var o=this.options.highlight(e,n);null!=o&&o!==e&&(i=!0,e=o)}return e=e.replace(/\n$/,"")+"\n",n?'
'+(i?e:u(e,!0))+"
\n":"
"+(i?e:u(e,!0))+"
\n"},i.blockquote=function(e){return"
\n"+e+"
\n"},i.html=function(e){return e},i.heading=function(e,t,i,n){return this.options.headerIds?"'+e+"\n":""+e+"\n"},i.hr=function(){return this.options.xhtml?"
\n":"
\n"},i.list=function(e,t,i){var n=t?"ol":"ul";return"<"+n+(t&&1!==i?' start="'+i+'"':"")+">\n"+e+"\n"},i.listitem=function(e){return"
  • "+e+"
  • \n"},i.checkbox=function(e){return" "},i.paragraph=function(e){return"

    "+e+"

    \n"},i.table=function(e,t){return t&&(t=""+t+""),"\n\n"+e+"\n"+t+"
    \n"},i.tablerow=function(e){return"\n"+e+"\n"},i.tablecell=function(e,t){var i=t.header?"th":"td";return(t.align?"<"+i+' align="'+t.align+'">':"<"+i+">")+e+"\n"},i.strong=function(e){return""+e+""},i.em=function(e){return""+e+""},i.codespan=function(e){return""+e+""},i.br=function(){return this.options.xhtml?"
    ":"
    "},i.del=function(e){return""+e+""},i.link=function(e,t,i){if(null===(e=b(this.options.sanitize,this.options.baseUrl,e)))return i;var n='
    "+i+""},i.image=function(e,t,i){if(null===(e=b(this.options.sanitize,this.options.baseUrl,e)))return i;var n=''+i+'":">")},i.text=function(e){return e},t}(),F=function(){function e(){}var t=e.prototype;return t.strong=function(e){return e},t.em=function(e){return e},t.codespan=function(e){return e},t.del=function(e){return e},t.html=function(e){return e},t.text=function(e){return e},t.link=function(e,t,i){return""+i},t.image=function(e,t,i){return""+i},t.br=function(){return""},e}(),B=function(){function e(){this.seen={}}var t=e.prototype;return t.serialize=function(e){return e.toLowerCase().trim().replace(/<[!\/a-z].*?>/gi,"").replace(/[\u2000-\u206F\u2E00-\u2E7F\\'!"#$%&()*+,./:;<=>?@[\]^`{|}~]/g,"").replace(/\s/g,"-")},t.getNextSafeSlug=function(e,t){var i=e,n=0;if(this.seen.hasOwnProperty(i)){n=this.seen[e];do{i=e+"-"+ ++n}while(this.seen.hasOwnProperty(i))}return t||(this.seen[e]=n,this.seen[i]=0),i},t.slug=function(e,t){void 0===t&&(t={});var i=this.serialize(e);return this.getNextSafeSlug(i,t.dryrun)},e}(),W=function(){function t(t){this.options=t||e.defaults,this.options.renderer=this.options.renderer||new P,this.renderer=this.options.renderer,this.renderer.options=this.options,this.textRenderer=new F,this.slugger=new B}t.parse=function(e,i){return new t(i).parse(e)},t.parseInline=function(e,i){return new t(i).parseInline(e)};var i=t.prototype;return i.parse=function(e,t){void 0===t&&(t=!0);var i,n,o,r,s,a,l,c,d,u,h,p,m,f,_,b,v,C,w,y="",S=e.length;for(i=0;i0&&"paragraph"===_.tokens[0].type?(_.tokens[0].text=C+" "+_.tokens[0].text,_.tokens[0].tokens&&_.tokens[0].tokens.length>0&&"text"===_.tokens[0].tokens[0].type&&(_.tokens[0].tokens[0].text=C+" "+_.tokens[0].tokens[0].text)):_.tokens.unshift({type:"text",text:C}):f+=C),f+=this.parse(_.tokens,m),d+=this.renderer.listitem(f,v,b);y+=this.renderer.list(d,h,p);continue;case"html":y+=this.renderer.html(u.text);continue;case"paragraph":y+=this.renderer.paragraph(this.parseInline(u.tokens));continue;case"text":for(d=u.tokens?this.parseInline(u.tokens):u.text;i+1An error occurred:

    "+u(e.message+"",!0)+"
    ";throw e}}V.options=V.setOptions=function(t){var i;return x(V.defaults,t),i=V.defaults,e.defaults=i,V},V.getDefaults=o,V.defaults=e.defaults,V.use=function(){for(var e=arguments.length,t=new Array(e),i=0;iAn error occurred:

    "+u(e.message+"",!0)+"
    ";throw e}},V.Parser=W,V.parser=W.parse,V.Renderer=P,V.TextRenderer=F,V.Lexer=O,V.lexer=O.lex,V.Tokenizer=I,V.Slugger=B,V.parse=V;var H=V.options,z=V.setOptions,$=V.use,U=V.walkTokens,j=V.parseInline,K=V,q=W.parse,G=O.lex;e.Lexer=O,e.Parser=W,e.Renderer=P,e.Slugger=B,e.TextRenderer=F,e.Tokenizer=I,e.getDefaults=o,e.lexer=G,e.marked=V,e.options=H,e.parse=K,e.parseInline=j,e.parser=q,e.setOptions=z,e.use=$,e.walkTokens=U,Object.defineProperty(e,"__esModule",{value:!0})},"object"==typeof exports?i(exports):e.amd?e(0,i):i((t="undefined"!=typeof globalThis?globalThis:t||self).marked={})}();var me=pe||exports,fe=i(60491),_e=i(9734),be=i(90584),ve=i(10804),Ce=i(18039),we=i(39675);function ye(e,t){return/^\w[\w\d+.-]*:/.test(t)?t:e.path.endsWith("/")?(0,ve.i3)(e,t).toString():(0,ve.i3)((0,ve.XX)(e),t).toString()}function Se(e,t){const{config:i,allowedSchemes:n}=function(e){const t=[_e.lg.http,_e.lg.https,_e.lg.mailto,_e.lg.data,_e.lg.file,_e.lg.vscodeFileResource,_e.lg.vscodeRemote,_e.lg.vscodeRemoteResource];return e.isTrusted&&t.push(_e.lg.command),{config:{ALLOWED_TAGS:["ul","li","p","b","i","code","blockquote","ol","h1","h2","h3","h4","h5","h6","hr","em","pre","table","thead","tbody","tr","th","td","div","del","a","strong","br","img","span"],ALLOWED_ATTR:["href","data-href","target","title","src","alt","class","style","data-code","width","height","align"],ALLOW_UNKNOWN_PROTOCOLS:!0},allowedSchemes:t}}(e);ee("uponSanitizeAttribute",((e,t)=>{if("style"!==t.attrName&&"class"!==t.attrName);else{if("SPAN"===e.tagName){if("style"===t.attrName)return void(t.keepAttr=/^(color\:#[0-9a-fA-F]+;)?(background-color\:#[0-9a-fA-F]+;)?$/.test(t.attrValue));if("class"===t.attrName)return void(t.keepAttr=/^codicon codicon-[a-z\-]+( codicon-modifier-[a-z\-]+)?$/.test(t.attrValue))}t.keepAttr=!1}}));const o=document.createElement("a");ee("afterSanitizeAttributes",(e=>{for(const t of["href","src"])e.hasAttribute(t)&&(o.href=e.getAttribute(t),n.includes(o.protocol.replace(/:$/,""))||e.removeAttribute(t))}));try{return J(t,Object.assign(Object.assign({},i),{RETURN_TRUSTED_TYPE:!0}))}finally{te("uponSanitizeAttribute"),te("afterSanitizeAttributes")}}var xe,ke=i(82523),Le=i(10940),Ee=i(54571),Ne=i(18226),De=i(11233),Ie=function(e,t){return function(i,n){t(i,n,e)}};let Te=class e{constructor(e,t,i){this._options=e,this._languageService=t,this._openerService=i,this._onDidRenderAsync=new ce.Q5,this.onDidRenderAsync=this._onDidRenderAsync.event}dispose(){this._onDidRenderAsync.dispose()}render(e,t,i){if(!e)return{element:document.createElement("span"),dispose:()=>{}};const o=new ge.SL,r=o.add(function(e,t={},i={}){var o;const r=new ge.SL;let s=!1;const a=r.add(new ae.A),l=(0,ne.az)(t),c=function(t){let i;try{i=(0,fe.Q)(decodeURIComponent(t))}catch(e){}return i?(i=(0,be.rs)(i,(t=>e.uris&&e.uris[t]?we.o.revive(e.uris[t]):void 0)),encodeURIComponent(JSON.stringify(i))):t},d=function(t,i){const n=e.uris&&e.uris[t];let o=we.o.revive(n);return i?t.startsWith(_e.lg.data+":")?t:(o||(o=we.o.parse(t)),_e.Gi.asBrowserUri(o).toString(!0)):o?we.o.parse(t).toString()===o.toString()?t:(o.query&&(o=o.with({query:c(o.query)})),o.toString()):t};let u;const h=new Promise((e=>u=e)),g=new me.Renderer;if(g.image=(e,t,i)=>{let n=[],o=[];return e&&(({href:e,dimensions:n}=(0,de.v1)(e)),o.push(`src="${e}"`)),i&&o.push(`alt="${i}"`),t&&o.push(`title="${t}"`),n.length&&(o=o.concat(n)),""},g.link=(t,i,n)=>"string"!=typeof t?"":(t===n&&(n=(0,de.oR)(n)),t=d(t,!1),e.baseUri&&(t=ye(we.o.from(e.baseUri),t)),i="string"==typeof i?(0,de.oR)(i):"",!(t=(0,de.oR)(t))||/^data:|javascript:/i.test(t)||/^command:/i.test(t)&&!e.isTrusted||/^command:(\/\/\/)?_workbench\.downloadResource/i.test(t)?n:`/g,">").replace(/"/g,""").replace(/'/g,"'")}" title="${i||t}">${n}`),g.paragraph=e=>`

    ${e}

    `,t.codeBlockRenderer&&(g.code=(e,i)=>{const o=t.codeBlockRenderer(null!=i?i:"",e),r=he.a.nextId();return(0,se.eP)(Promise.all([o,h]),a.token).then((e=>{var i;if(!s&&e){const o=l.querySelector(`div[data-code="${r}"]`);o&&n.mc(o,e[0]),null===(i=t.asyncRenderCallback)||void 0===i||i.call(t)}})).catch((()=>{})),`
    ${(0,Ce.YU)(e)}
    `}),t.actionHandler){const i=t.actionHandler.disposables.add(new ie.Y(l,"click")),n=t.actionHandler.disposables.add(new ie.Y(l,"auxclick"));t.actionHandler.disposables.add(ce.ju.any(i.event,n.event)((i=>{const n=new oe.n(i);if(!n.leftButton&&!n.middleButton)return;let o=n.target;if("A"===o.tagName||(o=o.parentElement,o&&"A"===o.tagName))try{let i=o.dataset.href;i&&(e.baseUri&&(i=ye(we.o.from(e.baseUri),i)),t.actionHandler.callback(i,n))}catch(e){(0,le.dL)(e)}finally{n.preventDefault()}})))}e.supportHtml||(i.sanitizer=t=>(e.isTrusted?t.match(/^(]+>)|(<\/\s*span>)$/):void 0)?t:"",i.sanitize=!0,i.silent=!0),i.renderer=g;let p=null!==(o=e.value)&&void 0!==o?o:"";p.length>1e5&&(p=`${p.substr(0,1e5)}…`),e.supportThemeIcons&&(p=(0,ue.f$)(p));let m=me.parse(p,i);e.supportThemeIcons&&(m=(0,re.T)(m).map((e=>"string"==typeof e?e:e.outerHTML)).join(""));const f=(new DOMParser).parseFromString(Se(e,m),"text/html");if(f.body.querySelectorAll("img").forEach((t=>{const i=t.getAttribute("src");if(i){let n=i;try{e.baseUri&&(n=ye(we.o.from(e.baseUri),n))}catch(e){}t.src=d(n,!0)}})),l.innerHTML=Se(e,f.body.innerHTML),u(),t.asyncRenderCallback)for(const e of l.getElementsByTagName("img")){const i=r.add(n.nm(e,"load",(()=>{i.dispose(),t.asyncRenderCallback()})))}return{element:l,dispose:()=>{s=!0,a.cancel(),r.dispose()}}}(e,Object.assign(Object.assign({},this._getRenderOptions(e,o)),t),i));return{element:r.element,dispose:()=>o.dispose()}}_getRenderOptions(t,i){return{codeBlockRenderer:(t,i)=>{return n=this,o=void 0,s=function*(){var n,o,r;let s;t?s=this._languageService.getLanguageIdByLanguageName(t):this._options.editor&&(s=null===(n=this._options.editor.getModel())||void 0===n?void 0:n.getLanguageId()),s||(s=De.bd);const a=yield(0,Ee.C2)(this._languageService,i,s),l=document.createElement("span");if(l.innerHTML=null!==(r=null===(o=e._ttpTokenizer)||void 0===o?void 0:o.createHTML(a))&&void 0!==r?r:a,this._options.editor){const e=this._options.editor.getOption(44);(0,Ne.N)(l,e)}else this._options.codeBlockFontFamily&&(l.style.fontFamily=this._options.codeBlockFontFamily);return l},new((r=void 0)||(r=Promise))((function(e,t){function i(e){try{l(s.next(e))}catch(e){t(e)}}function a(e){try{l(s.throw(e))}catch(e){t(e)}}function l(t){var n;t.done?e(t.value):(n=t.value,n instanceof r?n:new r((function(e){e(n)}))).then(i,a)}l((s=s.apply(n,o||[])).next())}));var n,o,r,s},asyncRenderCallback:()=>this._onDidRenderAsync.fire(),actionHandler:{callback:e=>this._openerService.open(e,{fromUserGesture:!0,allowContributedOpeners:!0,allowCommands:t.isTrusted}).catch(le.dL),disposables:i}}}};Te._ttpTokenizer=null===(xe=window.trustedTypes)||void 0===xe?void 0:xe.createPolicy("tokenizeToString",{createHTML:e=>e}),Te=function(e,t,i,n){var o,r=arguments.length,s=r<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,i):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,i,s):o(t,i))||s);return r>3&&s&&Object.defineProperty(t,i,s),s}([Ie(1,Le.O),Ie(2,ke.v4)],Te)},52974:function(e,t,i){"use strict";i.d(t,{O:function(){return x}});var n=i(77339),o=i(40027),r=i(4004),s=i(93379),a=i.n(s),l=i(7795),c=i.n(l),d=i(90569),u=i.n(d),h=i(3565),g=i.n(h),p=i(19216),m=i.n(p),f=i(44589),_=i.n(f),b=i(89009),v={};v.styleTagTransform=_(),v.setAttributes=g(),v.insert=u().bind(null,"head"),v.domAPI=c(),v.insertStyleElement=m(),a()(b.Z,v),b.Z&&b.Z.locals&&b.Z.locals;var C=i(4189),w=i(11465),y=i(89982),S=i(60393);let x=class e{constructor(t,i){this._messageWidget=new r.XK,this._messageListeners=new r.SL,this._editor=t,this._visible=e.MESSAGE_VISIBLE.bindTo(i),this._editorListener=this._editor.onDidAttemptReadOnlyEdit((()=>this._onDidAttemptReadOnlyEdit()))}static get(t){return t.getContribution(e.ID)}dispose(){this._editorListener.dispose(),this._messageListeners.dispose(),this._messageWidget.dispose(),this._visible.reset()}showMessage(e,t){let i;(0,n.Z9)(e),this._visible.set(!0),this._messageWidget.clear(),this._messageListeners.clear(),this._messageWidget.value=new N(this._editor,t,e),this._messageListeners.add(this._editor.onDidBlurEditorText((()=>this.closeMessage()))),this._messageListeners.add(this._editor.onDidChangeCursorPosition((()=>this.closeMessage()))),this._messageListeners.add(this._editor.onDidDispose((()=>this.closeMessage()))),this._messageListeners.add(this._editor.onDidChangeModel((()=>this.closeMessage()))),this._messageListeners.add(new o._F((()=>this.closeMessage()),3e3)),this._messageListeners.add(this._editor.onMouseMove((e=>{e.target.position&&(i?i.containsPosition(e.target.position)||this.closeMessage():i=new w.e(t.lineNumber-3,1,e.target.position.lineNumber+3,1))})))}closeMessage(){this._visible.reset(),this._messageListeners.clear(),this._messageWidget.value&&this._messageListeners.add(N.fadeOut(this._messageWidget.value))}_onDidAttemptReadOnlyEdit(){this._editor.hasModel()&&this.showMessage(y.NC("vs/editor/contrib/message/browser/messageController","editor.readonly","Cannot edit in read-only editor"),this._editor.getPosition())}};var k,L;x.ID="editor.contrib.messageController",x.MESSAGE_VISIBLE=new S.uy("messageVisible",!1,y.NC("vs/editor/contrib/message/browser/messageController","messageVisible","Whether the editor is currently showing an inline message")),x=function(e,t,i,n){var o,r=arguments.length,s=r<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,i):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,i,s):o(t,i))||s);return r>3&&s&&Object.defineProperty(t,i,s),s}([(k=1,L=S.i6,function(e,t){L(e,t,k)})],x);const E=C._l.bindToContribution(x.get);(0,C.fK)(new E({id:"leaveEditorMessage",precondition:x.MESSAGE_VISIBLE,handler:e=>e.closeMessage(),kbOpts:{weight:130,primary:9}}));class N{constructor(e,{lineNumber:t,column:i},n){this.allowEditorOverflow=!0,this.suppressMouseDown=!1,this._editor=e,this._editor.revealLinesInCenterIfOutsideViewport(t,t,0),this._position={lineNumber:t,column:i-1},this._domNode=document.createElement("div"),this._domNode.classList.add("monaco-editor-overlaymessage");const o=document.createElement("div");o.classList.add("anchor","top"),this._domNode.appendChild(o);const r=document.createElement("div");r.classList.add("message"),r.textContent=n,this._domNode.appendChild(r);const s=document.createElement("div");s.classList.add("anchor","below"),this._domNode.appendChild(s),this._editor.addContentWidget(this),this._domNode.classList.add("fadeIn")}static fadeOut(e){let t;const i=()=>{e.dispose(),clearTimeout(t),e.getDomNode().removeEventListener("animationend",i)};return t=setTimeout(i,110),e.getDomNode().addEventListener("animationend",i),e.getDomNode().classList.add("fadeOut"),{dispose:i}}dispose(){this._editor.removeContentWidget(this)}getId(){return"messageoverlay"}getDomNode(){return this._domNode}getPosition(){return{position:this._position,preference:[1,2]}}afterRender(e){this._domNode.classList.toggle("below",2===e)}}(0,C._K)(x.ID,x)},78053:function(e,t,i){"use strict";i.r(t),i.d(t,{AddSelectionToNextFindMatchAction:function(){return T},AddSelectionToPreviousFindMatchAction:function(){return A},CompatChangeAll:function(){return P},InsertCursorAbove:function(){return y},InsertCursorBelow:function(){return S},MoveSelectionToNextFindMatchAction:function(){return R},MoveSelectionToPreviousFindMatchAction:function(){return M},MultiCursorSelectionController:function(){return D},MultiCursorSelectionControllerAction:function(){return I},MultiCursorSession:function(){return N},MultiCursorSessionResult:function(){return E},SelectHighlightsAction:function(){return O},SelectionHighlighter:function(){return B}});var n=i(77339),o=i(40027),r=i(37808),s=i(4004),a=i(4189),l=i(64649),c=i(11465),d=i(59744),u=i(38673),h=i(77324),g=i(25732),p=i(90251),m=i(89982),f=i(3337),_=i(60393),b=i(45164),v=i(81585),C=i(66988);function w(e,t){const i=t.filter((t=>!e.find((e=>e.equals(t)))));if(i.length>=1){const e=i.map((e=>`line ${e.viewState.position.lineNumber} column ${e.viewState.position.column}`)).join(", "),t=1===i.length?m.NC("vs/editor/contrib/multicursor/browser/multicursor","cursorAdded","Cursor added: {0}",e):m.NC("vs/editor/contrib/multicursor/browser/multicursor","cursorsAdded","Cursors added: {0}",e);(0,n.i7)(t)}}class y extends a.R6{constructor(){super({id:"editor.action.insertCursorAbove",label:m.NC("vs/editor/contrib/multicursor/browser/multicursor","mutlicursor.insertAbove","Add Cursor Above"),alias:"Add Cursor Above",precondition:void 0,kbOpts:{kbExpr:u.u.editorTextFocus,primary:2576,linux:{primary:1552,secondary:[3088]},weight:100},menuOpts:{menuId:f.eH.MenubarSelectionMenu,group:"3_multi",title:m.NC("vs/editor/contrib/multicursor/browser/multicursor",{key:"miInsertCursorAbove",comment:["&& denotes a mnemonic"]},"&&Add Cursor Above"),order:2}})}run(e,t,i){if(!t.hasModel())return;let n=!0;i&&!1===i.logicalLine&&(n=!1);const o=t._getViewModel();if(o.cursorConfig.readOnly)return;o.model.pushStackElement();const r=o.getCursorStates();o.setCursorStates(i.source,3,l.P.addCursorUp(o,r,n)),o.revealTopMostCursor(i.source),w(r,o.getCursorStates())}}class S extends a.R6{constructor(){super({id:"editor.action.insertCursorBelow",label:m.NC("vs/editor/contrib/multicursor/browser/multicursor","mutlicursor.insertBelow","Add Cursor Below"),alias:"Add Cursor Below",precondition:void 0,kbOpts:{kbExpr:u.u.editorTextFocus,primary:2578,linux:{primary:1554,secondary:[3090]},weight:100},menuOpts:{menuId:f.eH.MenubarSelectionMenu,group:"3_multi",title:m.NC("vs/editor/contrib/multicursor/browser/multicursor",{key:"miInsertCursorBelow",comment:["&& denotes a mnemonic"]},"A&&dd Cursor Below"),order:3}})}run(e,t,i){if(!t.hasModel())return;let n=!0;i&&!1===i.logicalLine&&(n=!1);const o=t._getViewModel();if(o.cursorConfig.readOnly)return;o.model.pushStackElement();const r=o.getCursorStates();o.setCursorStates(i.source,3,l.P.addCursorDown(o,r,n)),o.revealBottomMostCursor(i.source),w(r,o.getCursorStates())}}class x extends a.R6{constructor(){super({id:"editor.action.insertCursorAtEndOfEachLineSelected",label:m.NC("vs/editor/contrib/multicursor/browser/multicursor","mutlicursor.insertAtEndOfEachLineSelected","Add Cursors to Line Ends"),alias:"Add Cursors to Line Ends",precondition:void 0,kbOpts:{kbExpr:u.u.editorTextFocus,primary:1575,weight:100},menuOpts:{menuId:f.eH.MenubarSelectionMenu,group:"3_multi",title:m.NC("vs/editor/contrib/multicursor/browser/multicursor",{key:"miInsertCursorAtEndOfEachLineSelected",comment:["&& denotes a mnemonic"]},"Add C&&ursors to Line Ends"),order:4}})}getCursorsForSelection(e,t,i){if(!e.isEmpty()){for(let n=e.startLineNumber;n1&&i.push(new d.Y(e.endLineNumber,e.endColumn,e.endLineNumber,e.endColumn))}}run(e,t){if(!t.hasModel())return;const i=t.getModel(),n=t.getSelections(),o=t._getViewModel(),r=o.getCursorStates();let s=[];n.forEach((e=>this.getCursorsForSelection(e,i,s))),s.length>0&&t.setSelections(s),w(r,o.getCursorStates())}}class k extends a.R6{constructor(){super({id:"editor.action.addCursorsToBottom",label:m.NC("vs/editor/contrib/multicursor/browser/multicursor","mutlicursor.addCursorsToBottom","Add Cursors To Bottom"),alias:"Add Cursors To Bottom",precondition:void 0})}run(e,t){if(!t.hasModel())return;const i=t.getSelections(),n=t.getModel().getLineCount();let o=[];for(let e=i[0].startLineNumber;e<=n;e++)o.push(new d.Y(e,i[0].startColumn,e,i[0].endColumn));const r=t._getViewModel(),s=r.getCursorStates();o.length>0&&t.setSelections(o),w(s,r.getCursorStates())}}class L extends a.R6{constructor(){super({id:"editor.action.addCursorsToTop",label:m.NC("vs/editor/contrib/multicursor/browser/multicursor","mutlicursor.addCursorsToTop","Add Cursors To Top"),alias:"Add Cursors To Top",precondition:void 0})}run(e,t){if(!t.hasModel())return;const i=t.getSelections();let n=[];for(let e=i[0].startLineNumber;e>=1;e--)n.push(new d.Y(e,i[0].startColumn,e,i[0].endColumn));const o=t._getViewModel(),r=o.getCursorStates();n.length>0&&t.setSelections(n),w(r,o.getCursorStates())}}class E{constructor(e,t,i){this.selections=e,this.revealRange=t,this.revealScrollType=i}}class N{constructor(e,t,i,n,o,r,s){this._editor=e,this.findController=t,this.isDisconnectedFromFindController=i,this.searchText=n,this.wholeWord=o,this.matchCase=r,this.currentMatch=s}static create(e,t){if(!e.hasModel())return null;const i=t.getState();if(!e.hasTextFocus()&&i.isRevealed&&i.searchString.length>0)return new N(e,t,!1,i.searchString,i.wholeWord,i.matchCase,null);let n,o,r=!1;const s=e.getSelections();1===s.length&&s[0].isEmpty()?(r=!0,n=!0,o=!0):(n=i.wholeWord,o=i.matchCase);const a=e.getSelection();let l,c=null;if(a.isEmpty()){const t=e.getConfiguredWordAtPosition(a.getStartPosition());if(!t)return null;l=t.word,c=new d.Y(a.startLineNumber,t.startColumn,a.startLineNumber,t.endColumn)}else l=e.getModel().getValueInRange(a).replace(/\r\n/g,"\n");return new N(e,t,r,l,n,o,c)}addSelectionToNextFindMatch(){if(!this._editor.hasModel())return null;const e=this._getNextMatch();if(!e)return null;const t=this._editor.getSelections();return new E(t.concat(e),e,0)}moveSelectionToNextFindMatch(){if(!this._editor.hasModel())return null;const e=this._getNextMatch();if(!e)return null;const t=this._editor.getSelections();return new E(t.slice(0,t.length-1).concat(e),e,0)}_getNextMatch(){if(!this._editor.hasModel())return null;if(this.currentMatch){const e=this.currentMatch;return this.currentMatch=null,e}this.findController.highlightFindOptions();const e=this._editor.getSelections(),t=e[e.length-1],i=this._editor.getModel().findNextMatch(this.searchText,t.getEndPosition(),!1,this.matchCase,this.wholeWord?this._editor.getOption(117):null,!1);return i?new d.Y(i.range.startLineNumber,i.range.startColumn,i.range.endLineNumber,i.range.endColumn):null}addSelectionToPreviousFindMatch(){if(!this._editor.hasModel())return null;const e=this._getPreviousMatch();if(!e)return null;const t=this._editor.getSelections();return new E(t.concat(e),e,0)}moveSelectionToPreviousFindMatch(){if(!this._editor.hasModel())return null;const e=this._getPreviousMatch();if(!e)return null;const t=this._editor.getSelections();return new E(t.slice(0,t.length-1).concat(e),e,0)}_getPreviousMatch(){if(!this._editor.hasModel())return null;if(this.currentMatch){const e=this.currentMatch;return this.currentMatch=null,e}this.findController.highlightFindOptions();const e=this._editor.getSelections(),t=e[e.length-1],i=this._editor.getModel().findPreviousMatch(this.searchText,t.getStartPosition(),!1,this.matchCase,this.wholeWord?this._editor.getOption(117):null,!1);return i?new d.Y(i.range.startLineNumber,i.range.startColumn,i.range.endLineNumber,i.range.endColumn):null}selectAll(){return this._editor.hasModel()?(this.findController.highlightFindOptions(),this._editor.getModel().findMatches(this.searchText,!0,!1,this.matchCase,this.wholeWord?this._editor.getOption(117):null,!1,1073741824)):[]}}class D extends s.JT{constructor(e){super(),this._sessionDispose=this._register(new s.SL),this._editor=e,this._ignoreSelectionChange=!1,this._session=null}static get(e){return e.getContribution(D.ID)}dispose(){this._endSession(),super.dispose()}_beginSessionIfNeeded(e){if(!this._session){const t=N.create(this._editor,e);if(!t)return;this._session=t;const i={searchString:this._session.searchText};this._session.isDisconnectedFromFindController&&(i.wholeWordOverride=1,i.matchCaseOverride=1,i.isRegexOverride=2),e.getState().change(i,!1),this._sessionDispose.add(this._editor.onDidChangeCursorSelection((e=>{this._ignoreSelectionChange||this._endSession()}))),this._sessionDispose.add(this._editor.onDidBlurEditorText((()=>{this._endSession()}))),this._sessionDispose.add(e.getState().onFindReplaceStateChange((e=>{(e.matchCase||e.wholeWord)&&this._endSession()})))}}_endSession(){if(this._sessionDispose.clear(),this._session&&this._session.isDisconnectedFromFindController){const e={wholeWordOverride:0,matchCaseOverride:0,isRegexOverride:0};this._session.findController.getState().change(e,!1)}this._session=null}_setSelections(e){this._ignoreSelectionChange=!0,this._editor.setSelections(e),this._ignoreSelectionChange=!1}_expandEmptyToWord(e,t){if(!t.isEmpty())return t;const i=this._editor.getConfiguredWordAtPosition(t.getStartPosition());return i?new d.Y(t.startLineNumber,i.startColumn,t.startLineNumber,i.endColumn):t}_applySessionResult(e){e&&(this._setSelections(e.selections),e.revealRange&&this._editor.revealRangeInCenterIfOutsideViewport(e.revealRange,e.revealScrollType))}getSession(e){return this._session}addSelectionToNextFindMatch(e){if(this._editor.hasModel()){if(!this._session){const t=this._editor.getSelections();if(t.length>1){const i=e.getState().matchCase;if(!W(this._editor.getModel(),t,i)){const e=this._editor.getModel();let i=[];for(let n=0,o=t.length;n0&&i.isRegex)t=this._editor.getModel().findMatches(i.searchString,!0,i.isRegex,i.matchCase,i.wholeWord?this._editor.getOption(117):null,!1,1073741824);else{if(this._beginSessionIfNeeded(e),!this._session)return;t=this._session.selectAll()}if(i.searchScope){const e=i.searchScope;let n=[];t.forEach((t=>{e.forEach((e=>{t.range.endLineNumber<=e.endLineNumber&&t.range.startLineNumber>=e.startLineNumber&&n.push(t)}))})),t=n}if(t.length>0){const e=this._editor.getSelection();for(let i=0,n=t.length;inew d.Y(e.range.startLineNumber,e.range.startColumn,e.range.endLineNumber,e.range.endColumn))))}}}D.ID="editor.contrib.multiCursorController";class I extends a.R6{run(e,t){const i=D.get(t);if(!i)return;const n=p.CommonFindController.get(t);if(!n)return;const o=t._getViewModel();if(o){const e=o.getCursorStates();this._run(i,n),w(e,o.getCursorStates())}}}class T extends I{constructor(){super({id:"editor.action.addSelectionToNextFindMatch",label:m.NC("vs/editor/contrib/multicursor/browser/multicursor","addSelectionToNextFindMatch","Add Selection To Next Find Match"),alias:"Add Selection To Next Find Match",precondition:void 0,kbOpts:{kbExpr:u.u.focus,primary:2082,weight:100},menuOpts:{menuId:f.eH.MenubarSelectionMenu,group:"3_multi",title:m.NC("vs/editor/contrib/multicursor/browser/multicursor",{key:"miAddSelectionToNextFindMatch",comment:["&& denotes a mnemonic"]},"Add &&Next Occurrence"),order:5}})}_run(e,t){e.addSelectionToNextFindMatch(t)}}class A extends I{constructor(){super({id:"editor.action.addSelectionToPreviousFindMatch",label:m.NC("vs/editor/contrib/multicursor/browser/multicursor","addSelectionToPreviousFindMatch","Add Selection To Previous Find Match"),alias:"Add Selection To Previous Find Match",precondition:void 0,menuOpts:{menuId:f.eH.MenubarSelectionMenu,group:"3_multi",title:m.NC("vs/editor/contrib/multicursor/browser/multicursor",{key:"miAddSelectionToPreviousFindMatch",comment:["&& denotes a mnemonic"]},"Add P&&revious Occurrence"),order:6}})}_run(e,t){e.addSelectionToPreviousFindMatch(t)}}class R extends I{constructor(){super({id:"editor.action.moveSelectionToNextFindMatch",label:m.NC("vs/editor/contrib/multicursor/browser/multicursor","moveSelectionToNextFindMatch","Move Last Selection To Next Find Match"),alias:"Move Last Selection To Next Find Match",precondition:void 0,kbOpts:{kbExpr:u.u.focus,primary:(0,r.gx)(2089,2082),weight:100}})}_run(e,t){e.moveSelectionToNextFindMatch(t)}}class M extends I{constructor(){super({id:"editor.action.moveSelectionToPreviousFindMatch",label:m.NC("vs/editor/contrib/multicursor/browser/multicursor","moveSelectionToPreviousFindMatch","Move Last Selection To Previous Find Match"),alias:"Move Last Selection To Previous Find Match",precondition:void 0})}_run(e,t){e.moveSelectionToPreviousFindMatch(t)}}class O extends I{constructor(){super({id:"editor.action.selectHighlights",label:m.NC("vs/editor/contrib/multicursor/browser/multicursor","selectAllOccurrencesOfFindMatch","Select All Occurrences of Find Match"),alias:"Select All Occurrences of Find Match",precondition:void 0,kbOpts:{kbExpr:u.u.focus,primary:3114,weight:100},menuOpts:{menuId:f.eH.MenubarSelectionMenu,group:"3_multi",title:m.NC("vs/editor/contrib/multicursor/browser/multicursor",{key:"miSelectHighlights",comment:["&& denotes a mnemonic"]},"Select All &&Occurrences"),order:7}})}_run(e,t){e.selectAll(t)}}class P extends I{constructor(){super({id:"editor.action.changeAll",label:m.NC("vs/editor/contrib/multicursor/browser/multicursor","changeAll.label","Change All Occurrences"),alias:"Change All Occurrences",precondition:_.Ao.and(u.u.writable,u.u.editorTextFocus),kbOpts:{kbExpr:u.u.editorTextFocus,primary:2108,weight:100},contextMenuOpts:{group:"1_modification",order:1.2}})}_run(e,t){e.selectAll(t)}}class F{constructor(e,t,i,n,o){this._model=e,this._searchText=t,this._matchCase=i,this._wordSeparators=n,this._modelVersionId=this._model.getVersionId(),this._cachedFindMatches=null,o&&this._model===o._model&&this._searchText===o._searchText&&this._matchCase===o._matchCase&&this._wordSeparators===o._wordSeparators&&this._modelVersionId===o._modelVersionId&&(this._cachedFindMatches=o._cachedFindMatches)}findMatches(){return null===this._cachedFindMatches&&(this._cachedFindMatches=this._model.findMatches(this._searchText,!0,!1,this._matchCase,this._wordSeparators,!1).map((e=>e.range)),this._cachedFindMatches.sort(c.e.compareRangesUsingStarts)),this._cachedFindMatches}}let B=class e extends s.JT{constructor(e,t){super(),this._languageFeaturesService=t,this.editor=e,this._isEnabled=e.getOption(97),this.decorations=[],this.updateSoon=this._register(new o.pY((()=>this._update()),300)),this.state=null,this._register(e.onDidChangeConfiguration((t=>{this._isEnabled=e.getOption(97)}))),this._register(e.onDidChangeCursorSelection((e=>{this._isEnabled&&(e.selection.isEmpty()?3===e.reason?(this.state&&this._setState(null),this.updateSoon.schedule()):this._setState(null):this._update())}))),this._register(e.onDidChangeModel((e=>{this._setState(null)}))),this._register(e.onDidChangeModelContent((e=>{this._isEnabled&&this.updateSoon.schedule()})));const i=p.CommonFindController.get(e);i&&this._register(i.getState().onFindReplaceStateChange((e=>{this._update()})))}_update(){this._setState(e._createState(this.state,this._isEnabled,this.editor))}static _createState(e,t,i){if(!t)return null;if(!i.hasModel())return null;const n=i.getSelection();if(n.startLineNumber!==n.endLineNumber)return null;const o=D.get(i);if(!o)return null;const r=p.CommonFindController.get(i);if(!r)return null;let s=o.getSession(r);if(!s){const e=i.getSelections();if(e.length>1){const t=r.getState().matchCase;if(!W(i.getModel(),e,t))return null}s=N.create(i,r)}if(!s)return null;if(s.currentMatch)return null;if(/^[ \t]+$/.test(s.searchText))return null;if(s.searchText.length>200)return null;const a=r.getState(),l=a.matchCase;if(a.isRevealed){let e=a.searchString;l||(e=e.toLowerCase());let t=s.searchText;if(l||(t=t.toLowerCase()),e===t&&s.matchCase===a.matchCase&&s.wholeWord===a.wholeWord&&!a.isRegex)return null}return new F(i.getModel(),s.searchText,s.matchCase,s.wholeWord?i.getOption(117):null,e)}_setState(t){if(this.state=t,!this.state)return void(this.decorations=this.editor.deltaDecorations(this.decorations,[]));if(!this.editor.hasModel())return;const i=this.editor.getModel();if(i.isTooLargeForTokenization())return;const n=this.state.findMatches(),o=this.editor.getSelections();o.sort(c.e.compareRangesUsingStarts);const r=[];for(let e=0,t=0,i=n.length,s=o.length;e=s)r.push(i),e++;else{const n=c.e.compareRangesUsingStarts(i,o[t]);n<0?(!o[t].isEmpty()&&c.e.areIntersecting(i,o[t])||r.push(i),e++):(n>0||e++,t++)}}const s=this._languageFeaturesService.documentHighlightProvider.has(i)&&this.editor.getOption(72),a=r.map((t=>({range:t,options:s?e._SELECTION_HIGHLIGHT:e._SELECTION_HIGHLIGHT_OVERVIEW})));this.decorations=this.editor.deltaDecorations(this.decorations,a)}dispose(){this._setState(null),super.dispose()}};function W(e,t,i){const n=V(e,t[0],!i);for(let o=1,r=t.length;o=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,i,s):o(t,i))||s);return r>3&&s&&Object.defineProperty(t,i,s),s}([(H=1,z=C.p,function(e,t){z(e,t,H)})],B),(0,a._K)(D.ID,D),(0,a._K)(B.ID,B),(0,a.Qr)(y),(0,a.Qr)(S),(0,a.Qr)(x),(0,a.Qr)(T),(0,a.Qr)(A),(0,a.Qr)(R),(0,a.Qr)(M),(0,a.Qr)(O),(0,a.Qr)(P),(0,a.Qr)(k),(0,a.Qr)(L)},99966:function(e,t,i){"use strict";i.r(t),i.d(t,{TriggerParameterHintsAction:function(){return le}});var n=i(4004),o=i(4189),r=i(38673),s=i(74893),a=i(60677),l=i(16182),c=i(28295),d=i(39675),u=i(72248),h=i(20010),g=i(14756),p=i(60393),m=i(66988),f=function(e,t,i,n){return new(i||(i=Promise))((function(o,r){function s(e){try{l(n.next(e))}catch(e){r(e)}}function a(e){try{l(n.throw(e))}catch(e){r(e)}}function l(e){var t;e.done?o(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(s,a)}l((n=n.apply(e,t||[])).next())}))};const _={Visible:new p.uy("parameterHintsVisible",!1),MultipleSignatures:new p.uy("parameterHintsMultipleSignatures",!1)};function b(e,t,i,n,o){return f(this,void 0,void 0,(function*(){const r=e.ordered(t);for(const e of r)try{const r=yield e.provideSignatureHelp(t,i,o,n);if(r)return r}catch(e){(0,l.Cp)(e)}}))}g.P0.registerCommand("_executeSignatureHelpProvider",((e,...t)=>f(void 0,void 0,void 0,(function*(){const[i,n,o]=t;(0,c.p_)(d.o.isUri(i)),(0,c.p_)(u.L.isIPosition(n)),(0,c.p_)("string"==typeof o||!o);const r=e.get(m.p),l=yield e.get(h.S).createModelReference(i);try{const e=yield b(r.signatureHelpProvider,l.object.textEditorModel,u.L.lift(n),{triggerKind:s.WW.Invoke,isRetrigger:!1,triggerCharacter:o},a.T.None);if(!e)return;return setTimeout((()=>e.dispose()),0),e.value}finally{l.dispose()}}))));var v=i(89982),C=i(12260),w=i(68695),y=i(77339),S=i(98677),x=i(4821),k=i(46718),L=i(18039),E=i(93379),N=i.n(E),D=i(7795),I=i.n(D),T=i(90569),A=i.n(T),R=i(3565),M=i.n(R),O=i(19216),P=i.n(O),F=i(44589),B=i.n(F),W=i(88846),V={};V.styleTagTransform=B(),V.setAttributes=M(),V.insert=A().bind(null,"head"),V.domAPI=I(),V.insertStyleElement=P(),N()(W.Z,V),W.Z&&W.Z.locals&&W.Z.locals;var H,z=i(72956),$=i(10940),U=i(40027),j=i(93423);!function(e){e.Default={type:0},e.Pending=class{constructor(e,t){this.request=e,this.previouslyActiveHints=t,this.type=2}},e.Active=class{constructor(e){this.hints=e,this.type=1}}}(H||(H={}));class K extends n.JT{constructor(e,t,i=K.DEFAULT_DELAY){super(),this._onChangedHints=this._register(new k.Q5),this.onChangedHints=this._onChangedHints.event,this.triggerOnType=!1,this._state=H.Default,this._pendingTriggers=[],this._lastSignatureHelpResult=this._register(new n.XK),this.triggerChars=new j.q,this.retriggerChars=new j.q,this.triggerId=0,this.editor=e,this.providers=t,this.throttledDelayer=new U.vp(i),this._register(this.editor.onDidBlurEditorWidget((()=>this.cancel()))),this._register(this.editor.onDidChangeConfiguration((()=>this.onEditorConfigurationChange()))),this._register(this.editor.onDidChangeModel((e=>this.onModelChanged()))),this._register(this.editor.onDidChangeModelLanguage((e=>this.onModelChanged()))),this._register(this.editor.onDidChangeCursorSelection((e=>this.onCursorChange(e)))),this._register(this.editor.onDidChangeModelContent((e=>this.onModelContentChange()))),this._register(this.providers.onDidChange(this.onModelChanged,this)),this._register(this.editor.onDidType((e=>this.onDidType(e)))),this.onEditorConfigurationChange(),this.onModelChanged()}get state(){return this._state}set state(e){2===this._state.type&&this._state.request.cancel(),this._state=e}cancel(e=!1){this.state=H.Default,this.throttledDelayer.cancel(),e||this._onChangedHints.fire(void 0)}trigger(e,t){const i=this.editor.getModel();if(!i||!this.providers.has(i))return;const n=++this.triggerId;this._pendingTriggers.push(e),this.throttledDelayer.trigger((()=>this.doTrigger(n)),t).catch(l.dL)}next(){if(1!==this.state.type)return;const e=this.state.hints.signatures.length,t=this.state.hints.activeSignature,i=t%e==e-1,n=this.editor.getOption(76).cycle;!(e<2||i)||n?this.updateActiveSignature(i&&n?0:t+1):this.cancel()}previous(){if(1!==this.state.type)return;const e=this.state.hints.signatures.length,t=this.state.hints.activeSignature,i=0===t,n=this.editor.getOption(76).cycle;!(e<2||i)||n?this.updateActiveSignature(i&&n?e-1:t-1):this.cancel()}updateActiveSignature(e){1===this.state.type&&(this.state=new H.Active(Object.assign(Object.assign({},this.state.hints),{activeSignature:e})),this._onChangedHints.fire(this.state.hints))}doTrigger(e){return t=this,i=void 0,o=function*(){const t=1===this.state.type||2===this.state.type,i=this.getLastActiveHints();if(this.cancel(!0),0===this._pendingTriggers.length)return!1;const n=this._pendingTriggers.reduce(q);this._pendingTriggers=[];const o={triggerKind:n.triggerKind,triggerCharacter:n.triggerCharacter,isRetrigger:t,activeSignatureHelp:i};if(!this.editor.hasModel())return!1;const r=this.editor.getModel(),s=this.editor.getPosition();this.state=new H.Pending((0,U.PG)((e=>b(this.providers,r,s,o,e))),i);try{const t=yield this.state.request;return e!==this.triggerId?(null==t||t.dispose(),!1):t&&t.value.signatures&&0!==t.value.signatures.length?(this.state=new H.Active(t.value),this._lastSignatureHelpResult.value=t,this._onChangedHints.fire(this.state.hints),!0):(null==t||t.dispose(),this._lastSignatureHelpResult.clear(),this.cancel(),!1)}catch(t){return e===this.triggerId&&(this.state=H.Default),(0,l.dL)(t),!1}},new((n=void 0)||(n=Promise))((function(e,r){function s(e){try{l(o.next(e))}catch(e){r(e)}}function a(e){try{l(o.throw(e))}catch(e){r(e)}}function l(t){var i;t.done?e(t.value):(i=t.value,i instanceof n?i:new n((function(e){e(i)}))).then(s,a)}l((o=o.apply(t,i||[])).next())}));var t,i,n,o}getLastActiveHints(){switch(this.state.type){case 1:return this.state.hints;case 2:return this.state.previouslyActiveHints;default:return}}get isTriggered(){return 1===this.state.type||2===this.state.type||this.throttledDelayer.isTriggered()}onModelChanged(){this.cancel(),this.triggerChars=new j.q,this.retriggerChars=new j.q;const e=this.editor.getModel();if(e)for(const t of this.providers.ordered(e)){for(const e of t.signatureHelpTriggerCharacters||[])this.triggerChars.add(e.charCodeAt(0)),this.retriggerChars.add(e.charCodeAt(0));for(const e of t.signatureHelpRetriggerCharacters||[])this.retriggerChars.add(e.charCodeAt(0))}}onDidType(e){if(!this.triggerOnType)return;const t=e.length-1,i=e.charCodeAt(t);(this.triggerChars.has(i)||this.isTriggered&&this.retriggerChars.has(i))&&this.trigger({triggerKind:s.WW.TriggerCharacter,triggerCharacter:e.charAt(t)})}onCursorChange(e){"mouse"===e.source?this.cancel():this.isTriggered&&this.trigger({triggerKind:s.WW.ContentChange})}onModelContentChange(){this.isTriggered&&this.trigger({triggerKind:s.WW.ContentChange})}onEditorConfigurationChange(){this.triggerOnType=this.editor.getOption(76).enabled,this.triggerOnType||this.cancel()}dispose(){this.cancel(!0),super.dispose()}}function q(e,t){switch(t.triggerKind){case s.WW.Invoke:return t;case s.WW.ContentChange:return e;case s.WW.TriggerCharacter:default:return t}}K.DEFAULT_DELAY=120;var G=i(82523),Z=i(45164),Y=i(26181),Q=i(14540),X=i(81585),J=function(e,t){return function(i,n){t(i,n,e)}};const ee=w.$,te=(0,Y.q5)("parameter-hints-next",x.lA.chevronDown,v.NC("vs/editor/contrib/parameterHints/browser/parameterHintsWidget","parameterHintsNextIcon","Icon for show next parameter hint.")),ie=(0,Y.q5)("parameter-hints-previous",x.lA.chevronUp,v.NC("vs/editor/contrib/parameterHints/browser/parameterHintsWidget","parameterHintsPreviousIcon","Icon for show previous parameter hint."));let ne=class e extends n.JT{constructor(e,t,i,o,r){super(),this.editor=e,this.renderDisposeables=this._register(new n.SL),this.visible=!1,this.announcedLabel=null,this.allowEditorOverflow=!0,this.markdownRenderer=this._register(new z.$({editor:e},o,i)),this.model=this._register(new K(e,r.signatureHelpProvider)),this.keyVisible=_.Visible.bindTo(t),this.keyMultipleSignatures=_.MultipleSignatures.bindTo(t),this._register(this.model.onChangedHints((e=>{e?(this.show(),this.render(e)):this.hide()})))}createParameterHintDOMNodes(){const e=ee(".editor-widget.parameter-hints-widget"),t=w.R3(e,ee(".phwrapper"));t.tabIndex=-1;const i=w.R3(t,ee(".controls")),n=w.R3(i,ee(".button"+X.kS.asCSSSelector(ie))),o=w.R3(i,ee(".overloads")),r=w.R3(i,ee(".button"+X.kS.asCSSSelector(te)));this._register(w.nm(n,"click",(e=>{w.zB.stop(e),this.previous()}))),this._register(w.nm(r,"click",(e=>{w.zB.stop(e),this.next()})));const s=ee(".body"),a=new S.s$(s,{});this._register(a),t.appendChild(a.getDomNode());const l=w.R3(s,ee(".signature")),c=w.R3(s,ee(".docs"));e.style.userSelect="text",this.domNodes={element:e,signature:l,overloads:o,docs:c,scrollbar:a},this.editor.addContentWidget(this),this.hide(),this._register(this.editor.onDidChangeCursorSelection((e=>{this.visible&&this.editor.layoutContentWidget(this)})));const d=()=>{if(!this.domNodes)return;const e=this.editor.getOption(44);this.domNodes.element.style.fontSize=`${e.fontSize}px`,this.domNodes.element.style.lineHeight=""+e.lineHeight/e.fontSize};d(),this._register(k.ju.chain(this.editor.onDidChangeConfiguration.bind(this.editor)).filter((e=>e.hasChanged(44))).on(d,null)),this._register(this.editor.onDidLayoutChange((e=>this.updateMaxHeight()))),this.updateMaxHeight()}show(){this.visible||(this.domNodes||this.createParameterHintDOMNodes(),this.keyVisible.set(!0),this.visible=!0,setTimeout((()=>{this.domNodes&&this.domNodes.element.classList.add("visible")}),100),this.editor.layoutContentWidget(this))}hide(){this.renderDisposeables.clear(),this.visible&&(this.keyVisible.reset(),this.visible=!1,this.announcedLabel=null,this.domNodes&&this.domNodes.element.classList.remove("visible"),this.editor.layoutContentWidget(this))}getPosition(){return this.visible?{position:this.editor.getPosition(),preference:[1,2]}:null}render(e){var t;if(this.renderDisposeables.clear(),!this.domNodes)return;const i=e.signatures.length>1;this.domNodes.element.classList.toggle("multiple",i),this.keyMultipleSignatures.set(i),this.domNodes.signature.innerText="",this.domNodes.docs.innerText="";const n=e.signatures[e.activeSignature];if(!n)return;const o=w.R3(this.domNodes.signature,ee(".code")),r=this.editor.getOption(44);o.style.fontSize=`${r.fontSize}px`,o.style.fontFamily=r.fontFamily;const s=n.parameters.length>0,a=null!==(t=n.activeParameter)&&void 0!==t?t:e.activeParameter;s?this.renderParameters(o,n,a):w.R3(o,ee("span")).textContent=n.label;const l=n.parameters[a];if(null==l?void 0:l.documentation){const e=ee("span.documentation");if("string"==typeof l.documentation)e.textContent=l.documentation;else{const t=this.renderMarkdownDocs(l.documentation);e.appendChild(t.element)}w.R3(this.domNodes.docs,ee("p",{},e))}if(void 0===n.documentation);else if("string"==typeof n.documentation)w.R3(this.domNodes.docs,ee("p",{},n.documentation));else{const e=this.renderMarkdownDocs(n.documentation);w.R3(this.domNodes.docs,e.element)}const c=this.hasDocs(n,l);if(this.domNodes.signature.classList.toggle("has-docs",c),this.domNodes.docs.classList.toggle("empty",!c),this.domNodes.overloads.textContent=String(e.activeSignature+1).padStart(e.signatures.length.toString().length,"0")+"/"+e.signatures.length,l){let e="";const t=n.parameters[a];e=Array.isArray(t.label)?n.label.substring(t.label[0],t.label[1]):t.label,t.documentation&&(e+="string"==typeof t.documentation?`, ${t.documentation}`:`, ${t.documentation.value}`),n.documentation&&(e+="string"==typeof n.documentation?`, ${n.documentation}`:`, ${n.documentation.value}`),this.announcedLabel!==e&&(y.Z9(v.NC("vs/editor/contrib/parameterHints/browser/parameterHintsWidget","hint","{0}, hint",e)),this.announcedLabel=e)}this.editor.layoutContentWidget(this),this.domNodes.scrollbar.scanDomNode()}renderMarkdownDocs(e){const t=this.renderDisposeables.add(this.markdownRenderer.render(e,{asyncRenderCallback:()=>{var e;null===(e=this.domNodes)||void 0===e||e.scrollbar.scanDomNode()}}));return t.element.classList.add("markdown-docs"),t}hasDocs(e,t){return!!(t&&"string"==typeof t.documentation&&(0,c.cW)(t.documentation).length>0||t&&"object"==typeof t.documentation&&(0,c.cW)(t.documentation).value.length>0||e.documentation&&"string"==typeof e.documentation&&(0,c.cW)(e.documentation).length>0||e.documentation&&"object"==typeof e.documentation&&(0,c.cW)(e.documentation.value).length>0)}renderParameters(e,t,i){const[n,o]=this.getParameterLabelOffsets(t,i),r=document.createElement("span");r.textContent=t.label.substring(0,n);const s=document.createElement("span");s.textContent=t.label.substring(n,o),s.className="parameter active";const a=document.createElement("span");a.textContent=t.label.substring(o),w.R3(e,r,s,a)}getParameterLabelOffsets(e,t){const i=e.parameters[t];if(i){if(Array.isArray(i.label))return i.label;if(i.label.length){const t=new RegExp(`(\\W|^)${(0,L.ec)(i.label)}(?=\\W|$)`,"g");t.test(e.label);const n=t.lastIndex-i.label.length;return n>=0?[n,t.lastIndex]:[0,0]}return[0,0]}return[0,0]}next(){this.editor.focus(),this.model.next()}previous(){this.editor.focus(),this.model.previous()}cancel(){this.model.cancel()}getDomNode(){return this.domNodes||this.createParameterHintDOMNodes(),this.domNodes.element}getId(){return e.ID}trigger(e){this.model.trigger(e,0)}updateMaxHeight(){if(!this.domNodes)return;const e=`${Math.max(this.editor.getLayoutInfo().height/4,250)}px`;this.domNodes.element.style.maxHeight=e;const t=this.domNodes.element.getElementsByClassName("phwrapper");t.length&&(t[0].style.maxHeight=e)}};ne.ID="editor.widget.parameterHintsWidget",ne=function(e,t,i,n){var o,r=arguments.length,s=r<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,i):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,i,s):o(t,i))||s);return r>3&&s&&Object.defineProperty(t,i,s),s}([J(1,p.i6),J(2,G.v4),J(3,$.O),J(4,m.p)],ne);const oe=(0,Z.P6G)("editorHoverWidget.highlightForeground",{dark:Z.Gwp,light:Z.Gwp,hc:Z.Gwp},v.NC("vs/editor/contrib/parameterHints/browser/parameterHintsWidget","editorHoverWidgetHighlightForeground","Foreground color of the active item in the parameter hint."));(0,X.Ic)(((e,t)=>{const i=e.getColor(Z.CNo);if(i){const n=e.type===Q.e.HIGH_CONTRAST?2:1;t.addRule(`.monaco-editor .parameter-hints-widget { border: ${n}px solid ${i}; }`),t.addRule(`.monaco-editor .parameter-hints-widget.multiple .body { border-left: 1px solid ${i.transparent(.5)}; }`),t.addRule(`.monaco-editor .parameter-hints-widget .signature.has-docs { border-bottom: 1px solid ${i.transparent(.5)}; }`)}const n=e.getColor(Z.yJx);n&&t.addRule(`.monaco-editor .parameter-hints-widget { background-color: ${n}; }`);const o=e.getColor(Z.url);o&&t.addRule(`.monaco-editor .parameter-hints-widget a { color: ${o}; }`);const r=e.getColor(Z.sgC);r&&t.addRule(`.monaco-editor .parameter-hints-widget a:hover { color: ${r}; }`);const s=e.getColor(Z.Sbf);s&&t.addRule(`.monaco-editor .parameter-hints-widget { color: ${s}; }`);const a=e.getColor(Z.SwI);a&&t.addRule(`.monaco-editor .parameter-hints-widget code { background-color: ${a}; }`);const l=e.getColor(oe);l&&t.addRule(`.monaco-editor .parameter-hints-widget .parameter.active { color: ${l}}`)}));let re=class e extends n.JT{constructor(e,t){super(),this.editor=e,this.widget=this._register(t.createInstance(ne,this.editor))}static get(t){return t.getContribution(e.ID)}cancel(){this.widget.cancel()}previous(){this.widget.previous()}next(){this.widget.next()}trigger(e){this.widget.trigger(e)}};var se,ae;re.ID="editor.controller.parameterHints",re=function(e,t,i,n){var o,r=arguments.length,s=r<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,i):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,i,s):o(t,i))||s);return r>3&&s&&Object.defineProperty(t,i,s),s}([(se=1,ae=C.TG,function(e,t){ae(e,t,se)})],re);class le extends o.R6{constructor(){super({id:"editor.action.triggerParameterHints",label:v.NC("vs/editor/contrib/parameterHints/browser/parameterHints","parameterHints.trigger.label","Trigger Parameter Hints"),alias:"Trigger Parameter Hints",precondition:r.u.hasSignatureHelpProvider,kbOpts:{kbExpr:r.u.editorTextFocus,primary:3082,weight:100}})}run(e,t){const i=re.get(t);i&&i.trigger({triggerKind:s.WW.Invoke})}}(0,o._K)(re.ID,re),(0,o.Qr)(le);const ce=o._l.bindToContribution(re.get);(0,o.fK)(new ce({id:"closeParameterHints",precondition:_.Visible,handler:e=>e.cancel(),kbOpts:{weight:175,kbExpr:r.u.focus,primary:9,secondary:[1033]}})),(0,o.fK)(new ce({id:"showPrevParameterHint",precondition:p.Ao.and(_.Visible,_.MultipleSignatures),handler:e=>e.previous(),kbOpts:{weight:175,kbExpr:r.u.focus,primary:16,secondary:[528],mac:{primary:16,secondary:[528,302]}}})),(0,o.fK)(new ce({id:"showNextParameterHint",precondition:p.Ao.and(_.Visible,_.MultipleSignatures),handler:e=>e.next(),kbOpts:{weight:175,kbExpr:r.u.focus,primary:18,secondary:[530],mac:{primary:18,secondary:[530,300]}}}))},13919:function(e,t,i){"use strict";i.d(t,{Fw:function(){return q},Jy:function(){return G},vk:function(){return X},rc:function(){return Y},SC:function(){return ie},M8:function(){return ne},KY:function(){return J},IH:function(){return ee},R7:function(){return te}});var n=i(68695),o=i(47995),r=i(11007),s=i(4821),a=i(18689),l=i(46718),c=i(90584),d=i(93379),u=i.n(d),h=i(7795),g=i.n(h),p=i(90569),m=i.n(p),f=i(3565),_=i.n(f),b=i(19216),v=i.n(b),C=i(44589),w=i.n(C),y=i(66458),S={};S.styleTagTransform=w(),S.setAttributes=_(),S.insert=m().bind(null,"head"),S.domAPI=g(),S.insertStyleElement=v(),u()(y.Z,S),y.Z&&y.Z.locals&&y.Z.locals;var x=i(4189),k=i(3622),L=i(9709),E=i(71036),N=i(68332),D=i(4004),I=i(75853),T={};T.styleTagTransform=w(),T.setAttributes=_(),T.insert=m().bind(null,"head"),T.domAPI=g(),T.insertStyleElement=v(),u()(I.Z,T),I.Z&&I.Z.locals&&I.Z.locals;var A=i(11465),R=i(25732);const M=new a.Il(new a.VS(0,122,204)),O={showArrow:!0,showFrame:!0,className:"",frameColor:M,arrowColor:M,keepEditorSelection:!1};class P{constructor(e,t,i,n,o,r){this.id="",this.domNode=e,this.afterLineNumber=t,this.afterColumn=i,this.heightInLines=n,this._onDomNodeTop=o,this._onComputedHeight=r}onDomNodeTop(e){this._onDomNodeTop(e)}onComputedHeight(e){this._onComputedHeight(e)}}class F{constructor(e,t){this._id=e,this._domNode=t}getId(){return this._id}getDomNode(){return this._domNode}getPosition(){return null}}class B{constructor(e){this._editor=e,this._ruleName=B._IdGenerator.nextId(),this._decorations=[],this._color=null,this._height=-1}dispose(){this.hide(),n.uN(this._ruleName)}set color(e){this._color!==e&&(this._color=e,this._updateStyle())}set height(e){this._height!==e&&(this._height=e,this._updateStyle())}_updateStyle(){n.uN(this._ruleName),n.fk(`.monaco-editor ${this._ruleName}`,`border-style: solid; border-color: transparent; border-bottom-color: ${this._color}; border-width: ${this._height}px; bottom: -${this._height}px; margin-left: -${this._height}px; `)}show(e){1===e.column&&(e={lineNumber:e.lineNumber,column:2}),this._decorations=this._editor.deltaDecorations(this._decorations,[{range:A.e.fromPositions(e),options:{description:"zone-widget-arrow",className:this._ruleName,stickiness:1}}])}hide(){this._editor.deltaDecorations(this._decorations,[])}}B._IdGenerator=new N.R(".arrow-decoration-");var W=i(89982),V=i(83390),H=i(60393),z=i(14472),$=i(12260),U=i(45164),j=function(e,t,i,n){var o,r=arguments.length,s=r<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,i):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,i,s):o(t,i))||s);return r>3&&s&&Object.defineProperty(t,i,s),s},K=function(e,t){return function(i,n){t(i,n,e)}};const q=(0,$.yh)("IPeekViewService");var G;(0,z.z)(q,class{constructor(){this._widgets=new Map}addExclusiveWidget(e,t){const i=this._widgets.get(e);i&&(i.listener.dispose(),i.widget.dispose()),this._widgets.set(e,{widget:t,listener:t.onDidClose((()=>{const i=this._widgets.get(e);i&&i.widget===t&&(i.listener.dispose(),this._widgets.delete(e))}))})}}),function(e){e.inPeekEditor=new H.uy("inReferenceSearchEditor",!0,W.NC("vs/editor/contrib/peekView/browser/peekView","inReferenceSearchEditor","Whether the current code editor is embedded inside peek")),e.notInPeekEditor=e.inPeekEditor.toNegated()}(G||(G={}));let Z=class{constructor(e,t){e instanceof L.H&&G.inPeekEditor.bindTo(t)}dispose(){}};function Y(e){let t=e.get(k.$).getFocusedCodeEditor();return t instanceof L.H?t.getParentEditor():t}Z.ID="editor.contrib.referenceController",Z=j([K(1,H.i6)],Z),(0,x._K)(Z.ID,Z);const Q={headerBackgroundColor:a.Il.white,primaryHeadingColor:a.Il.fromHex("#333333"),secondaryHeadingColor:a.Il.fromHex("#6c6c6cb3")};let X=class extends class{constructor(e,t={}){this._arrow=null,this._overlayWidget=null,this._resizeSash=null,this._positionMarkerId=[],this._viewZone=null,this._disposables=new D.SL,this.container=null,this._isShowing=!1,this.editor=e,this.options=c.I8(t),c.jB(this.options,O,!1),this.domNode=document.createElement("div"),this.options.isAccessible||(this.domNode.setAttribute("aria-hidden","true"),this.domNode.setAttribute("role","presentation")),this._disposables.add(this.editor.onDidLayoutChange((e=>{const t=this._getWidth(e);this.domNode.style.width=t+"px",this.domNode.style.left=this._getLeft(e)+"px",this._onWidth(t)})))}dispose(){this._overlayWidget&&(this.editor.removeOverlayWidget(this._overlayWidget),this._overlayWidget=null),this._viewZone&&this.editor.changeViewZones((e=>{this._viewZone&&e.removeZone(this._viewZone.id),this._viewZone=null})),this.editor.deltaDecorations(this._positionMarkerId,[]),this._positionMarkerId=[],this._disposables.dispose()}create(){this.domNode.classList.add("zone-widget"),this.options.className&&this.domNode.classList.add(this.options.className),this.container=document.createElement("div"),this.container.classList.add("zone-widget-container"),this.domNode.appendChild(this.container),this.options.showArrow&&(this._arrow=new B(this.editor),this._disposables.add(this._arrow)),this._fillContainer(this.container),this._initSash(),this._applyStyles()}style(e){e.frameColor&&(this.options.frameColor=e.frameColor),e.arrowColor&&(this.options.arrowColor=e.arrowColor),this._applyStyles()}_applyStyles(){if(this.container&&this.options.frameColor){let e=this.options.frameColor.toString();this.container.style.borderTopColor=e,this.container.style.borderBottomColor=e}if(this._arrow&&this.options.arrowColor){let e=this.options.arrowColor.toString();this._arrow.color=e}}_getWidth(e){return e.width-e.minimap.minimapWidth-e.verticalScrollbarWidth}_getLeft(e){return e.minimap.minimapWidth>0&&0===e.minimap.minimapLeft?e.minimap.minimapWidth:0}_onViewZoneTop(e){this.domNode.style.top=e+"px"}_onViewZoneHeight(e){if(this.domNode.style.height=`${e}px`,this.container){let t=e-this._decoratingElementsHeight();this.container.style.height=`${t}px`;const i=this.editor.getLayoutInfo();this._doLayout(t,this._getWidth(i))}this._resizeSash&&this._resizeSash.layout()}get position(){const[e]=this._positionMarkerId;if(!e)return;const t=this.editor.getModel();if(!t)return;const i=t.getDecorationRange(e);return i?i.getStartPosition():void 0}show(e,t){const i=A.e.isIRange(e)?A.e.lift(e):A.e.fromPositions(e);this._isShowing=!0,this._showImpl(i,t),this._isShowing=!1,this._positionMarkerId=this.editor.deltaDecorations(this._positionMarkerId,[{range:i,options:R.qx.EMPTY}])}hide(){this._viewZone&&(this.editor.changeViewZones((e=>{this._viewZone&&e.removeZone(this._viewZone.id)})),this._viewZone=null),this._overlayWidget&&(this.editor.removeOverlayWidget(this._overlayWidget),this._overlayWidget=null),this._arrow&&this._arrow.hide()}_decoratingElementsHeight(){let e=this.editor.getOption(59),t=0;return this.options.showArrow&&(t+=2*Math.round(e/3)),this.options.showFrame&&(t+=2*Math.round(e/9)),t}_showImpl(e,t){const i=e.getStartPosition(),n=this.editor.getLayoutInfo(),o=this._getWidth(n);this.domNode.style.width=`${o}px`,this.domNode.style.left=this._getLeft(n)+"px";const r=document.createElement("div");r.style.overflow="hidden";const s=this.editor.getOption(59),a=Math.max(12,this.editor.getLayoutInfo().height/s*.8);t=Math.min(t,a);let l=0,c=0;if(this._arrow&&this.options.showArrow&&(l=Math.round(s/3),this._arrow.height=l,this._arrow.show(i)),this.options.showFrame&&(c=Math.round(s/9)),this.editor.changeViewZones((e=>{this._viewZone&&e.removeZone(this._viewZone.id),this._overlayWidget&&(this.editor.removeOverlayWidget(this._overlayWidget),this._overlayWidget=null),this.domNode.style.top="-1000px",this._viewZone=new P(r,i.lineNumber,i.column,t,(e=>this._onViewZoneTop(e)),(e=>this._onViewZoneHeight(e))),this._viewZone.id=e.addZone(this._viewZone),this._overlayWidget=new F("vs.editor.contrib.zoneWidget"+this._viewZone.id,this.domNode),this.editor.addOverlayWidget(this._overlayWidget)})),this.container&&this.options.showFrame){const e=this.options.frameWidth?this.options.frameWidth:c;this.container.style.borderTopWidth=e+"px",this.container.style.borderBottomWidth=e+"px"}let d=t*s-this._decoratingElementsHeight();this.container&&(this.container.style.top=l+"px",this.container.style.height=d+"px",this.container.style.overflow="hidden"),this._doLayout(d,o),this.options.keepEditorSelection||this.editor.setSelection(e);const u=this.editor.getModel();if(u){const t=e.endLineNumber+1;t<=u.getLineCount()?this.revealLine(t,!1):this.revealLine(u.getLineCount(),!0)}}revealLine(e,t){t?this.editor.revealLineInCenter(e,0):this.editor.revealLine(e,0)}setCssClass(e,t){this.container&&(t&&this.container.classList.remove(t),this.container.classList.add(e))}_onWidth(e){}_doLayout(e,t){}_relayout(e){this._viewZone&&this._viewZone.heightInLines!==e&&this.editor.changeViewZones((t=>{this._viewZone&&(this._viewZone.heightInLines=e,t.layoutZone(this._viewZone.id))}))}_initSash(){if(this._resizeSash)return;let e;this._resizeSash=this._disposables.add(new E.g(this.domNode,this,{orientation:1})),this.options.isResizeable||(this._resizeSash.state=0),this._disposables.add(this._resizeSash.onDidStart((t=>{this._viewZone&&(e={startY:t.startY,heightInLines:this._viewZone.heightInLines})}))),this._disposables.add(this._resizeSash.onDidEnd((()=>{e=void 0}))),this._disposables.add(this._resizeSash.onDidChange((t=>{if(e){let i=(t.currentY-e.startY)/this.editor.getOption(59),n=i<0?Math.ceil(i):Math.floor(i),o=e.heightInLines+n;o>5&&o<35&&this._relayout(o)}})))}getHorizontalSashLeft(){return 0}getHorizontalSashTop(){return(null===this.domNode.style.height?0:parseInt(this.domNode.style.height))-this._decoratingElementsHeight()/2}getHorizontalSashWidth(){const e=this.editor.getLayoutInfo();return e.width-e.minimap.minimapWidth}}{constructor(e,t,i){super(e,t),this.instantiationService=i,this._onDidClose=new l.Q5,this.onDidClose=this._onDidClose.event,c.jB(this.options,Q,!1)}dispose(){this.disposed||(this.disposed=!0,super.dispose(),this._onDidClose.fire(this))}style(e){let t=this.options;e.headerBackgroundColor&&(t.headerBackgroundColor=e.headerBackgroundColor),e.primaryHeadingColor&&(t.primaryHeadingColor=e.primaryHeadingColor),e.secondaryHeadingColor&&(t.secondaryHeadingColor=e.secondaryHeadingColor),super.style(e)}_applyStyles(){super._applyStyles();let e=this.options;this._headElement&&e.headerBackgroundColor&&(this._headElement.style.backgroundColor=e.headerBackgroundColor.toString()),this._primaryHeading&&e.primaryHeadingColor&&(this._primaryHeading.style.color=e.primaryHeadingColor.toString()),this._secondaryHeading&&e.secondaryHeadingColor&&(this._secondaryHeading.style.color=e.secondaryHeadingColor.toString()),this._bodyElement&&e.frameColor&&(this._bodyElement.style.borderColor=e.frameColor.toString())}_fillContainer(e){this.setCssClass("peekview-widget"),this._headElement=n.$(".head"),this._bodyElement=n.$(".body"),this._fillHead(this._headElement),this._fillBody(this._bodyElement),e.appendChild(this._headElement),e.appendChild(this._bodyElement)}_fillHead(e,t){const i=n.$(".peekview-title");this.options.supportOnTitleClick&&(i.classList.add("clickable"),n.mu(i,"click",(e=>this._onTitleClick(e)))),n.R3(this._headElement,i),this._fillTitleIcon(i),this._primaryHeading=n.$("span.filename"),this._secondaryHeading=n.$("span.dirname"),this._metaHeading=n.$("span.meta"),n.R3(i,this._primaryHeading,this._secondaryHeading,this._metaHeading);const a=n.$(".peekview-actions");n.R3(this._headElement,a);const l=this._getActionBarOptions();this._actionbarWidget=new o.o(a,l),this._disposables.add(this._actionbarWidget),t||this._actionbarWidget.push(new r.aU("peekview.close",W.NC("vs/editor/contrib/peekView/browser/peekView","label.close","Close"),s.lA.close.classNames,!0,(()=>(this.dispose(),Promise.resolve()))),{label:!1,icon:!0})}_fillTitleIcon(e){}_getActionBarOptions(){return{actionViewItemProvider:V.Id.bind(void 0,this.instantiationService),orientation:0}}_onTitleClick(e){}setTitle(e,t){this._primaryHeading&&this._secondaryHeading&&(this._primaryHeading.innerText=e,this._primaryHeading.setAttribute("title",e),t?this._secondaryHeading.innerText=t:n.PO(this._secondaryHeading))}setMetaTitle(e){this._metaHeading&&(e?(this._metaHeading.innerText=e,n.$Z(this._metaHeading)):n.Cp(this._metaHeading))}_doLayout(e,t){if(!this._isShowing&&e<0)return void this.dispose();const i=Math.ceil(1.2*this.editor.getOption(59)),n=Math.round(e-(i+2));this._doLayoutHead(i,t),this._doLayoutBody(n,t)}_doLayoutHead(e,t){this._headElement&&(this._headElement.style.height=`${e}px`,this._headElement.style.lineHeight=this._headElement.style.height)}_doLayoutBody(e,t){this._bodyElement&&(this._bodyElement.style.height=`${e}px`)}};X=j([K(2,$.TG)],X);const J=(0,U.P6G)("peekViewTitle.background",{dark:(0,U.ZnX)(U.c63,.1),light:(0,U.ZnX)(U.c63,.1),hc:null},W.NC("vs/editor/contrib/peekView/browser/peekView","peekViewTitleBackground","Background color of the peek view title area.")),ee=(0,U.P6G)("peekViewTitleLabel.foreground",{dark:a.Il.white,light:a.Il.black,hc:a.Il.white},W.NC("vs/editor/contrib/peekView/browser/peekView","peekViewTitleForeground","Color of the peek view title.")),te=(0,U.P6G)("peekViewTitleDescription.foreground",{dark:"#ccccccb3",light:"#616161",hc:"#FFFFFF99"},W.NC("vs/editor/contrib/peekView/browser/peekView","peekViewTitleInfoForeground","Color of the peek view title info.")),ie=(0,U.P6G)("peekView.border",{dark:U.c63,light:U.c63,hc:U.lRK},W.NC("vs/editor/contrib/peekView/browser/peekView","peekViewBorder","Color of the peek view borders and arrow.")),ne=(0,U.P6G)("peekViewResult.background",{dark:"#252526",light:"#F3F3F3",hc:a.Il.black},W.NC("vs/editor/contrib/peekView/browser/peekView","peekViewResultsBackground","Background color of the peek view result list.")),oe=((0,U.P6G)("peekViewResult.lineForeground",{dark:"#bbbbbb",light:"#646465",hc:a.Il.white},W.NC("vs/editor/contrib/peekView/browser/peekView","peekViewResultsMatchForeground","Foreground color for line nodes in the peek view result list.")),(0,U.P6G)("peekViewResult.fileForeground",{dark:a.Il.white,light:"#1E1E1E",hc:a.Il.white},W.NC("vs/editor/contrib/peekView/browser/peekView","peekViewResultsFileForeground","Foreground color for file nodes in the peek view result list.")),(0,U.P6G)("peekViewResult.selectionBackground",{dark:"#3399ff33",light:"#3399ff33",hc:null},W.NC("vs/editor/contrib/peekView/browser/peekView","peekViewResultsSelectionBackground","Background color of the selected entry in the peek view result list.")),(0,U.P6G)("peekViewResult.selectionForeground",{dark:a.Il.white,light:"#6C6C6C",hc:a.Il.white},W.NC("vs/editor/contrib/peekView/browser/peekView","peekViewResultsSelectionForeground","Foreground color of the selected entry in the peek view result list.")),(0,U.P6G)("peekViewEditor.background",{dark:"#001F33",light:"#F2F8FC",hc:a.Il.black},W.NC("vs/editor/contrib/peekView/browser/peekView","peekViewEditorBackground","Background color of the peek view editor.")));(0,U.P6G)("peekViewEditorGutter.background",{dark:oe,light:oe,hc:oe},W.NC("vs/editor/contrib/peekView/browser/peekView","peekViewEditorGutterBackground","Background color of the gutter in the peek view editor.")),(0,U.P6G)("peekViewResult.matchHighlightBackground",{dark:"#ea5c004d",light:"#ea5c004d",hc:null},W.NC("vs/editor/contrib/peekView/browser/peekView","peekViewResultsMatchHighlight","Match highlight color in the peek view result list.")),(0,U.P6G)("peekViewEditor.matchHighlightBackground",{dark:"#ff8f0099",light:"#f5d802de",hc:null},W.NC("vs/editor/contrib/peekView/browser/peekView","peekViewEditorMatchHighlight","Match highlight color in the peek view editor.")),(0,U.P6G)("peekViewEditor.matchHighlightBorder",{dark:null,light:null,hc:U.xL1},W.NC("vs/editor/contrib/peekView/browser/peekView","peekViewEditorMatchHighlightBorder","Match highlight border in the peek view editor."))},10600:function(e,t,i){"use strict";i.d(t,{X:function(){return d}});var n=i(58143),o=i(4004),r=i(28295),s=i(28281),a=i(77324),l=i(4773),c=i(81585);class d{constructor(e){this.options=e,this.rangeHighlightDecorationId=void 0}provide(e,t){var i;const n=new o.SL;e.canAcceptInBackground=!!(null===(i=this.options)||void 0===i?void 0:i.canAcceptInBackground),e.matchOnLabel=e.matchOnDescription=e.matchOnDetail=e.sortByLabel=!1;const r=n.add(new o.XK);return r.value=this.doProvide(e,t),n.add(this.onDidActiveTextEditorControlChange((()=>{r.value=void 0,r.value=this.doProvide(e,t)}))),n}doProvide(e,t){const i=new o.SL,a=this.activeTextEditorControl;if(a&&this.canProvideWithTextEditor(a)){const l={editor:a},c=(0,s.Pi)(a);if(c){let e=(0,r.f6)(a.saveViewState());i.add(c.onDidChangeCursorPosition((()=>{e=(0,r.f6)(a.saveViewState())}))),l.restoreViewState=()=>{e&&a===this.activeTextEditorControl&&a.restoreViewState(e)},i.add((0,n.I)(t.onCancellationRequested)((()=>{var e;return null===(e=l.restoreViewState)||void 0===e?void 0:e.call(l)})))}i.add((0,o.OF)((()=>this.clearDecorations(a)))),i.add(this.provideWithTextEditor(l,e,t))}else i.add(this.provideWithoutTextEditor(e,t));return i}canProvideWithTextEditor(e){return!0}gotoLocation({editor:e},t){e.setSelection(t.range),e.revealRangeInCenter(t.range,0),t.preserveFocus||e.focus()}getModel(e){var t;return(0,s.QI)(e)?null===(t=e.getModel())||void 0===t?void 0:t.modified:e.getModel()}addDecorations(e,t){e.changeDecorations((e=>{const i=[];this.rangeHighlightDecorationId&&(i.push(this.rangeHighlightDecorationId.overviewRulerDecorationId),i.push(this.rangeHighlightDecorationId.rangeHighlightId),this.rangeHighlightDecorationId=void 0);const n=[{range:t,options:{description:"quick-access-range-highlight",className:"rangeHighlight",isWholeLine:!0}},{range:t,options:{description:"quick-access-range-highlight-overview",overviewRuler:{color:(0,c.EN)(l.m9),position:a.sh.Full}}}],[o,r]=e.deltaDecorations(i,n);this.rangeHighlightDecorationId={rangeHighlightId:o,overviewRulerDecorationId:r}}))}clearDecorations(e){const t=this.rangeHighlightDecorationId;t&&(e.changeDecorations((e=>{e.deltaDecorations([t.overviewRulerDecorationId,t.rangeHighlightId],[])})),this.rangeHighlightDecorationId=void 0)}}},98483:function(e,t,i){"use strict";i.r(t),i.d(t,{RenameAction:function(){return J},rename:function(){return Q}});var n=i(77339),o=i(40027),r=i(60677),s=i(16182),a=i(4004),l=i(28295),c=i(39675),d=i(78507),u=i(4189),h=i(86789),g=i(3622),p=i(72248),m=i(11465),f=i(38673),_=i(72837),b=i(52974),v=i(89982),C=i(97618),w=i(60393),y=i(12260),S=i(16592),x=i(66877),k=i(35073),L=i(73403),E=i(93379),N=i.n(E),D=i(7795),I=i.n(D),T=i(90569),A=i.n(T),R=i(3565),M=i.n(R),O=i(19216),P=i.n(O),F=i(44589),B=i.n(F),W=i(68747),V={};V.styleTagTransform=B(),V.setAttributes=M(),V.insert=A().bind(null,"head"),V.domAPI=I(),V.insertStyleElement=P(),N()(W.Z,V),W.Z&&W.Z.locals&&W.Z.locals;var H=i(67517),z=i(45164),$=i(81585),U=function(e,t){return function(i,n){t(i,n,e)}};const j=new w.uy("renameInputVisible",!1,(0,v.NC)("vs/editor/contrib/rename/browser/renameInputField","renameInputVisible","Whether the rename input widget is visible"));let K=class{constructor(e,t,i,n,o){this._editor=e,this._acceptKeybindings=t,this._themeService=i,this._keybindingService=n,this._disposables=new a.SL,this.allowEditorOverflow=!0,this._visibleContextKey=j.bindTo(o),this._editor.addContentWidget(this),this._disposables.add(this._editor.onDidChangeConfiguration((e=>{e.hasChanged(44)&&this._updateFont()}))),this._disposables.add(i.onDidColorThemeChange(this._updateStyles,this))}dispose(){this._disposables.dispose(),this._editor.removeContentWidget(this)}getId(){return"__renameInputWidget"}getDomNode(){if(!this._domNode){this._domNode=document.createElement("div"),this._domNode.className="monaco-editor rename-box",this._input=document.createElement("input"),this._input.className="rename-input",this._input.type="text",this._input.setAttribute("aria-label",(0,v.NC)("vs/editor/contrib/rename/browser/renameInputField","renameAriaLabel","Rename input. Type new name and press Enter to commit.")),this._domNode.appendChild(this._input),this._label=document.createElement("div"),this._label.className="rename-label",this._domNode.appendChild(this._label);const e=()=>{var e,t;const[i,n]=this._acceptKeybindings;this._keybindingService.lookupKeybinding(i),this._label.innerText=(0,v.NC)("vs/editor/contrib/rename/browser/renameInputField",{key:"label",comment:['placeholders are keybindings, e.g "F2 to Rename, Shift+F2 to Preview"']},"{0} to Rename, {1} to Preview",null===(e=this._keybindingService.lookupKeybinding(i))||void 0===e?void 0:e.getLabel(),null===(t=this._keybindingService.lookupKeybinding(n))||void 0===t?void 0:t.getLabel())};e(),this._disposables.add(this._keybindingService.onDidUpdateKeybindings(e)),this._updateFont(),this._updateStyles(this._themeService.getColorTheme())}return this._domNode}_updateStyles(e){var t,i,n,o;if(!this._input||!this._domNode)return;const r=e.getColor(z.rh);this._domNode.style.backgroundColor=String(null!==(t=e.getColor(z.D0T))&&void 0!==t?t:""),this._domNode.style.boxShadow=r?` 0 0 8px 2px ${r}`:"",this._domNode.style.color=String(null!==(i=e.getColor(z.zJb))&&void 0!==i?i:""),this._input.style.backgroundColor=String(null!==(n=e.getColor(z.sEe))&&void 0!==n?n:"");const s=e.getColor(z.dt_);this._input.style.borderWidth=s?"1px":"0px",this._input.style.borderStyle=s?"solid":"none",this._input.style.borderColor=null!==(o=null==s?void 0:s.toString())&&void 0!==o?o:"none"}_updateFont(){if(!this._input||!this._label)return;const e=this._editor.getOption(44);this._input.style.fontFamily=e.fontFamily,this._input.style.fontWeight=e.fontWeight,this._input.style.fontSize=`${e.fontSize}px`,this._label.style.fontSize=.8*e.fontSize+"px"}getPosition(){return this._visible?{position:this._position,preference:[2,1]}:null}afterRender(e){e||this.cancelInput(!0)}acceptInput(e){this._currentAcceptInput&&this._currentAcceptInput(e)}cancelInput(e){this._currentCancelInput&&this._currentCancelInput(e)}getInput(e,t,i,n,o,r){this._domNode.classList.toggle("preview",o),this._position=new p.L(e.startLineNumber,e.startColumn),this._input.value=t,this._input.setAttribute("selectionStart",i.toString()),this._input.setAttribute("selectionEnd",n.toString()),this._input.size=Math.max(1.1*(e.endColumn-e.startColumn),20);const s=new a.SL;return new Promise((e=>{this._currentCancelInput=t=>(this._currentAcceptInput=void 0,this._currentCancelInput=void 0,e(t),!0),this._currentAcceptInput=i=>{0!==this._input.value.trim().length&&this._input.value!==t?(this._currentAcceptInput=void 0,this._currentCancelInput=void 0,e({newName:this._input.value,wantsPreview:o&&i})):this.cancelInput(!0)},s.add(r.onCancellationRequested((()=>this.cancelInput(!0)))),s.add(this._editor.onDidBlurEditorWidget((()=>this.cancelInput(!1)))),this._show()})).finally((()=>{s.dispose(),this._hide()}))}_show(){this._editor.revealLineInCenterIfOutsideViewport(this._position.lineNumber,0),this._visible=!0,this._visibleContextKey.set(!0),this._editor.layoutContentWidget(this),setTimeout((()=>{this._input.focus(),this._input.setSelectionRange(parseInt(this._input.getAttribute("selectionStart")),parseInt(this._input.getAttribute("selectionEnd")))}),100)}_hide(){this._visible=!1,this._visibleContextKey.reset(),this._editor.layoutContentWidget(this)}};K=function(e,t,i,n){var o,r=arguments.length,s=r<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,i):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,i,s):o(t,i))||s);return r>3&&s&&Object.defineProperty(t,i,s),s}([U(2,$.XE),U(3,H.d),U(4,w.i6)],K);var q=i(66988),G=function(e,t){return function(i,n){t(i,n,e)}},Z=function(e,t,i,n){return new(i||(i=Promise))((function(o,r){function s(e){try{l(n.next(e))}catch(e){r(e)}}function a(e){try{l(n.throw(e))}catch(e){r(e)}}function l(e){var t;e.done?o(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(s,a)}l((n=n.apply(e,t||[])).next())}))};class Y{constructor(e,t,i){this.model=e,this.position=t,this._providerRenameIdx=0,this._providers=i.ordered(e)}hasProvider(){return this._providers.length>0}resolveRenameLocation(e){return Z(this,void 0,void 0,(function*(){const t=[];for(this._providerRenameIdx=0;this._providerRenameIdx0?t.join("\n"):void 0}:{range:m.e.fromPositions(this.position),text:"",rejectReason:t.length>0?t.join("\n"):void 0}}))}provideRenameEdits(e,t){return Z(this,void 0,void 0,(function*(){return this._provideRenameEdits(e,this._providerRenameIdx,[],t)}))}_provideRenameEdits(e,t,i,n){return Z(this,void 0,void 0,(function*(){const o=this._providers[t];if(!o)return{edits:[],rejectReason:i.join("\n")};const r=yield o.provideRenameEdits(this.model,this.position,e,n);return r?r.rejectReason?this._provideRenameEdits(e,t+1,i.concat(r.rejectReason),n):r:this._provideRenameEdits(e,t+1,i.concat(v.NC("vs/editor/contrib/rename/browser/rename","no result","No result.")),n)}))}}function Q(e,t,i,n){return Z(this,void 0,void 0,(function*(){const o=new Y(t,i,e),s=yield o.resolveRenameLocation(r.T.None);return(null==s?void 0:s.rejectReason)?{edits:[],rejectReason:s.rejectReason}:o.provideRenameEdits(n,r.T.None)}))}let X=class e{constructor(e,t,i,n,s,l,c,d){this.editor=e,this._instaService=t,this._notificationService=i,this._bulkEditService=n,this._progressService=s,this._logService=l,this._configService=c,this._languageFeaturesService=d,this._dispoableStore=new a.SL,this._cts=new r.A,this._renameInputField=this._dispoableStore.add(new o.Ue((()=>this._dispoableStore.add(this._instaService.createInstance(K,this.editor,["acceptRenameInput","acceptRenameInputWithPreview"])))))}static get(t){return t.getContribution(e.ID)}dispose(){this._dispoableStore.dispose(),this._cts.dispose(!0)}run(){var e,t;return Z(this,void 0,void 0,(function*(){if(this._cts.dispose(!0),!this.editor.hasModel())return;const i=this.editor.getPosition(),r=new Y(this.editor.getModel(),i,this._languageFeaturesService.renameProvider);if(!r.hasProvider())return;let s;this._cts=new d.Dl(this.editor,5);try{const e=r.resolveRenameLocation(this._cts.token);this._progressService.showWhile(e,250),s=yield e}catch(t){return void(null===(e=b.O.get(this.editor))||void 0===e||e.showMessage(t||v.NC("vs/editor/contrib/rename/browser/rename","resolveRenameLocationFailed","An unknown error occurred while resolving rename location"),i))}if(!s)return;if(s.rejectReason)return void(null===(t=b.O.get(this.editor))||void 0===t||t.showMessage(s.rejectReason,i));if(this._cts.token.isCancellationRequested)return;this._cts.dispose(),this._cts=new d.Dl(this.editor,5,s.range);let a=this.editor.getSelection(),l=0,c=s.text.length;m.e.isEmpty(a)||m.e.spansMultipleLines(a)||!m.e.containsRange(s.range,a)||(l=Math.max(0,a.startColumn-s.range.startColumn),c=Math.min(s.range.endColumn,a.endColumn)-s.range.startColumn);const u=this._bulkEditService.hasPreviewHandler()&&this._configService.getValue(this.editor.getModel().uri,"editor.rename.enablePreview"),g=yield this._renameInputField.value.getInput(s.range,s.text,l,c,u,this._cts.token);if("boolean"==typeof g)return void(g&&this.editor.focus());this.editor.focus();const p=(0,o.eP)(r.provideRenameEdits(g.newName,this._cts.token),this._cts.token).then((e=>Z(this,void 0,void 0,(function*(){e&&this.editor.hasModel()&&(e.rejectReason?this._notificationService.info(e.rejectReason):(this.editor.setSelection(m.e.fromPositions(this.editor.getSelection().getPosition())),this._bulkEditService.apply(h.fo.convert(e),{editor:this.editor,showPreview:g.wantsPreview,label:v.NC("vs/editor/contrib/rename/browser/rename","label","Renaming '{0}'",null==s?void 0:s.text),quotableLabel:v.NC("vs/editor/contrib/rename/browser/rename","quotableLabel","Renaming {0}",null==s?void 0:s.text)}).then((e=>{e.ariaSummary&&(0,n.Z9)(v.NC("vs/editor/contrib/rename/browser/rename","aria","Successfully renamed '{0}' to '{1}'. Summary: {2}",s.text,g.newName,e.ariaSummary))})).catch((e=>{this._notificationService.error(v.NC("vs/editor/contrib/rename/browser/rename","rename.failedApply","Rename failed to apply edits")),this._logService.error(e)}))))}))),(e=>{this._notificationService.error(v.NC("vs/editor/contrib/rename/browser/rename","rename.failed","Rename failed to compute edits")),this._logService.error(e)}));return this._progressService.showWhile(p,250),p}))}acceptRenameInput(e){this._renameInputField.value.acceptInput(e)}cancelRenameInput(){this._renameInputField.value.cancelInput(!0)}};X.ID="editor.contrib.renameController",X=function(e,t,i,n){var o,r=arguments.length,s=r<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,i):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,i,s):o(t,i))||s);return r>3&&s&&Object.defineProperty(t,i,s),s}([G(1,y.TG),G(2,x.lT),G(3,h.vu),G(4,k.ek),G(5,S.VZ),G(6,_.V),G(7,q.p)],X);class J extends u.R6{constructor(){super({id:"editor.action.rename",label:v.NC("vs/editor/contrib/rename/browser/rename","rename.label","Rename Symbol"),alias:"Rename Symbol",precondition:w.Ao.and(f.u.writable,f.u.hasRenameProvider),kbOpts:{kbExpr:f.u.editorTextFocus,primary:60,weight:100},contextMenuOpts:{group:"1_modification",order:1.1}})}runCommand(e,t){const i=e.get(g.$),[n,o]=Array.isArray(t)&&t||[void 0,void 0];return c.o.isUri(n)&&p.L.isIPosition(o)?i.openCodeEditor({resource:n},i.getActiveCodeEditor()).then((e=>{e&&(e.setPosition(o),e.invokeWithinContext((t=>(this.reportTelemetry(t,e),this.run(t,e)))))}),s.dL):super.runCommand(e,t)}run(e,t){const i=X.get(t);return i?i.run():Promise.resolve()}}(0,u._K)(X.ID,X),(0,u.Qr)(J);const ee=u._l.bindToContribution(X.get);(0,u.fK)(new ee({id:"acceptRenameInput",precondition:j,handler:e=>e.acceptRenameInput(!1),kbOpts:{weight:199,kbExpr:f.u.focus,primary:3}})),(0,u.fK)(new ee({id:"acceptRenameInputWithPreview",precondition:w.Ao.and(j,w.Ao.has("config.editor.rename.enablePreview")),handler:e=>e.acceptRenameInput(!0),kbOpts:{weight:199,kbExpr:f.u.focus,primary:1027}})),(0,u.fK)(new ee({id:"cancelRenameInput",precondition:j,handler:e=>e.cancelRenameInput(),kbOpts:{weight:199,kbExpr:f.u.focus,primary:9,secondary:[1033]}})),(0,u.sb)("_executeDocumentRenameProvider",(function(e,t,i,...n){const[o]=n;(0,l.p_)("string"==typeof o);const{renameProvider:r}=e.get(q.p);return Q(r,t,i,o)})),(0,u.sb)("_executePrepareRename",(function(e,t,i){return Z(this,void 0,void 0,(function*(){const{renameProvider:n}=e.get(q.p),o=new Y(t,i,n),s=yield o.resolveRenameLocation(r.T.None);if(null==s?void 0:s.rejectReason)throw new Error(s.rejectReason);return s}))})),L.B.as(C.IP.Configuration).registerConfiguration({id:"editor",properties:{"editor.rename.enablePreview":{scope:5,description:v.NC("vs/editor/contrib/rename/browser/rename","enablePreview","Enable/disable the ability to preview changes before renaming"),default:!0,type:"boolean"}}})},75058:function(e,t,i){"use strict";i.d(t,{x:function(){return s}});var n=i(57512),o=i(72248),r=i(11465);class s{provideSelectionRanges(e,t){return i=this,n=void 0,r=function*(){const i=[];for(const n of t){const t=[];i.push(t);const o=new Map;yield new Promise((t=>s._bracketsRightYield(t,0,e,n,o))),yield new Promise((i=>s._bracketsLeftYield(i,0,e,n,o,t)))}return i},new((o=void 0)||(o=Promise))((function(e,t){function s(e){try{l(r.next(e))}catch(e){t(e)}}function a(e){try{l(r.throw(e))}catch(e){t(e)}}function l(t){var i;t.done?e(t.value):(i=t.value,i instanceof o?i:new o((function(e){e(i)}))).then(s,a)}l((r=r.apply(i,n||[])).next())}));var i,n,o,r}static _bracketsRightYield(e,t,i,o,r){const a=new Map,l=Date.now();for(;;){if(t>=s._maxRounds){e();break}if(!o){e();break}let c=i.bracketPairs.findNextBracket(o);if(!c){e();break}if(Date.now()-l>s._maxDuration){setTimeout((()=>s._bracketsRightYield(e,t+1,i,o,r)));break}const d=c.close[0];if(c.isOpen){let e=a.has(d)?a.get(d):0;a.set(d,e+1)}else{let e=a.has(d)?a.get(d):0;if(e-=1,a.set(d,Math.max(0,e)),e<0){let e=r.get(d);e||(e=new n.S,r.set(d,e)),e.push(c.range)}}o=c.range.getEndPosition()}}static _bracketsLeftYield(e,t,i,n,o,a){const l=new Map,c=Date.now();for(;;){if(t>=s._maxRounds&&0===o.size){e();break}if(!n){e();break}let d=i.bracketPairs.findPrevBracket(n);if(!d){e();break}if(Date.now()-c>s._maxDuration){setTimeout((()=>s._bracketsLeftYield(e,t+1,i,n,o,a)));break}const u=d.close[0];if(d.isOpen){let e=l.has(u)?l.get(u):0;if(e-=1,l.set(u,Math.max(0,e)),e<0){let e=o.get(u);if(e){let t=e.shift();0===e.size&&o.delete(u);const n=r.e.fromPositions(d.range.getEndPosition(),t.getStartPosition()),l=r.e.fromPositions(d.range.getStartPosition(),t.getEndPosition());a.push({range:n}),a.push({range:l}),s._addBracketLeading(i,l,a)}}}else{let e=l.has(u)?l.get(u):0;l.set(u,e+1)}n=d.range.getStartPosition()}}static _addBracketLeading(e,t,i){if(t.startLineNumber===t.endLineNumber)return;const n=t.startLineNumber,s=e.getLineFirstNonWhitespaceColumn(n);0!==s&&s!==t.startColumn&&(i.push({range:r.e.fromPositions(new o.L(n,s),t.getEndPosition())}),i.push({range:r.e.fromPositions(new o.L(n,1),t.getEndPosition())}));const a=n-1;if(a>0){const n=e.getLineFirstNonWhitespaceColumn(a);n===t.startColumn&&n!==e.getLineLastNonWhitespaceColumn(a)&&(i.push({range:r.e.fromPositions(new o.L(a,n),t.getEndPosition())}),i.push({range:r.e.fromPositions(new o.L(a,1),t.getEndPosition())}))}}}s._maxDuration=30,s._maxRounds=2},32072:function(e,t,i){"use strict";i.r(t),i.d(t,{provideSelectionRanges:function(){return E}});var n=i(57800),o=i(60677),r=i(16182),s=i(4189),a=i(72248),l=i(11465),c=i(59744),d=i(38673),u=i(75058),h=i(18039);class g{provideSelectionRanges(e,t){const i=[];for(const n of t){const t=[];i.push(t),this._addInWordRanges(t,e,n),this._addWordRanges(t,e,n),this._addWhitespaceLine(t,e,n),t.push({range:e.getFullModelRange()})}return i}_addInWordRanges(e,t,i){const n=t.getWordAtPosition(i);if(!n)return;let{word:o,startColumn:r}=n,s=i.column-r,a=s,c=s,d=0;for(;a>=0;a--){let e=o.charCodeAt(a);if(a!==s&&(95===e||45===e))break;if((0,h.mK)(e)&&(0,h.df)(d))break;d=e}for(a+=1;c0&&0===t.getLineFirstNonWhitespaceColumn(i.lineNumber)&&0===t.getLineLastNonWhitespaceColumn(i.lineNumber)&&e.push({range:new l.e(i.lineNumber,1,i.lineNumber,t.getLineMaxColumn(i.lineNumber))})}}var p=i(89982),m=i(3337),f=i(14756),_=i(66988),b=i(20010),v=i(28295),C=i(39675),w=function(e,t,i,n){return new(i||(i=Promise))((function(o,r){function s(e){try{l(n.next(e))}catch(e){r(e)}}function a(e){try{l(n.throw(e))}catch(e){r(e)}}function l(e){var t;e.done?o(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(s,a)}l((n=n.apply(e,t||[])).next())}))};class y{constructor(e,t){this.index=e,this.ranges=t}mov(e){let t=this.index+(e?1:-1);if(t<0||t>=this.ranges.length)return this;const i=new y(t,this.ranges);return i.ranges[t].equalsRange(this.ranges[this.index])?i.mov(e):i}}let S=class e{constructor(e,t){this._editor=e,this._languageFeaturesService=t,this._ignoreSelection=!1}static get(t){return t.getContribution(e.ID)}dispose(){var e;null===(e=this._selectionListener)||void 0===e||e.dispose()}run(e){return w(this,void 0,void 0,(function*(){if(!this._editor.hasModel())return;const t=this._editor.getSelections(),i=this._editor.getModel();if(this._state||(yield E(this._languageFeaturesService.selectionRangeProvider,i,t.map((e=>e.getPosition())),this._editor.getOption(102),o.T.None).then((e=>{var i;if(n.Of(e)&&e.length===t.length&&this._editor.hasModel()&&n.fS(this._editor.getSelections(),t,((e,t)=>e.equalsSelection(t)))){for(let i=0;ie.containsPosition(t[i].getStartPosition())&&e.containsPosition(t[i].getEndPosition()))),e[i].unshift(t[i]);this._state=e.map((e=>new y(0,e))),null===(i=this._selectionListener)||void 0===i||i.dispose(),this._selectionListener=this._editor.onDidChangeCursorPosition((()=>{var e;this._ignoreSelection||(null===(e=this._selectionListener)||void 0===e||e.dispose(),this._state=void 0)}))}}))),!this._state)return;this._state=this._state.map((t=>t.mov(e)));const r=this._state.map((e=>c.Y.fromPositions(e.ranges[e.index].getStartPosition(),e.ranges[e.index].getEndPosition())));this._ignoreSelection=!0;try{this._editor.setSelections(r)}finally{this._ignoreSelection=!1}}))}};var x,k;S.ID="editor.contrib.smartSelectController",S=function(e,t,i,n){var o,r=arguments.length,s=r<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,i):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,i,s):o(t,i))||s);return r>3&&s&&Object.defineProperty(t,i,s),s}([(x=1,k=_.p,function(e,t){k(e,t,x)})],S);class L extends s.R6{constructor(e,t){super(t),this._forward=e}run(e,t){return w(this,void 0,void 0,(function*(){let e=S.get(t);e&&(yield e.run(this._forward))}))}}function E(e,t,i,o,s){return w(this,void 0,void 0,(function*(){const c=e.all(t).concat(new g);1===c.length&&c.unshift(new u.x);let d=[],h=[];for(const e of c)d.push(Promise.resolve(e.provideSelectionRanges(t,i,s)).then((e=>{if(n.Of(e)&&e.length===i.length)for(let t=0;t{if(0===e.length)return[];e.sort(((e,t)=>a.L.isBefore(e.getStartPosition(),t.getStartPosition())?1:a.L.isBefore(t.getStartPosition(),e.getStartPosition())||a.L.isBefore(e.getEndPosition(),t.getEndPosition())?-1:a.L.isBefore(t.getEndPosition(),e.getEndPosition())?1:0));let i,n=[];for(const t of e)(!i||l.e.containsRange(t,i)&&!l.e.equalsRange(t,i))&&(n.push(t),i=t);if(!o.selectLeadingAndTrailingWhitespace)return n;let r=[n[0]];for(let e=1;e")}}_doInsert(e,t){this._editor.hasModel()&&(this._snippetListener.clear(),t.undoStopBefore&&this._editor.getModel().pushStackElement(),this._session?this._session.merge(e,t):(this._modelVersionId=this._editor.getModel().getAlternativeVersionId(),this._session=new g.l(this._editor,e,t),this._session.insert()),t.undoStopAfter&&this._editor.getModel().pushStackElement(),this._updateState(),this._snippetListener.add(this._editor.onDidChangeModelContent((e=>e.isFlush&&this.cancel()))),this._snippetListener.add(this._editor.onDidChangeModel((()=>this.cancel()))),this._snippetListener.add(this._editor.onDidChangeCursorSelection((()=>this._updateState()))))}_updateState(){if(this._session&&this._editor.hasModel()){if(this._modelVersionId===this._editor.getModel().getAlternativeVersionId())return this.cancel();if(!this._session.hasPlaceholder)return this.cancel();if(this._session.isAtLastPlaceholder||!this._session.isSelectionWithinPlaceholders())return this._editor.getModel().pushStackElement(),this.cancel();this._inSnippet.set(!0),this._hasPrevTabstop.set(!this._session.isAtFirstPlaceholder),this._hasNextTabstop.set(!this._session.isAtLastPlaceholder),this._handleChoice()}}_handleChoice(){if(!this._session||!this._editor.hasModel())return void(this._currentChoice=void 0);const{choice:e}=this._session;if(e){if(this._currentChoice!==e){this._currentChoice=e,this._editor.setSelections(this._editor.getSelections().map((e=>s.Y.fromPositions(e.getStartPosition()))));const[t]=e.options;this._instantiationService.invokeFunction(l.i5,this._editor,e.options.map(((e,i)=>({kind:13,label:e.value,insertText:e.value,sortText:"a".repeat(i+1),range:r.e.fromPositions(this._editor.getPosition(),this._editor.getPosition().delta(0,t.value.length))}))))}}else this._currentChoice=void 0}finish(){for(;this._inSnippet.get();)this.next()}cancel(e=!1){var t;this._inSnippet.reset(),this._hasPrevTabstop.reset(),this._hasNextTabstop.reset(),this._snippetListener.clear(),null===(t=this._session)||void 0===t||t.dispose(),this._session=void 0,this._modelVersionId=-1,e&&this._editor.setSelections([this._editor.getSelection()])}prev(){this._session&&this._session.prev(),this._updateState()}next(){this._session&&this._session.next(),this._updateState()}isInSnippet(){return Boolean(this._inSnippet.get())}};f.ID="snippetController2",f.InSnippetMode=new d.uy("inSnippetMode",!1,(0,c.NC)("vs/editor/contrib/snippet/browser/snippetController2","inSnippetMode","Whether the editor in current in snippet mode")),f.HasNextTabstop=new d.uy("hasNextTabstop",!1,(0,c.NC)("vs/editor/contrib/snippet/browser/snippetController2","hasNextTabstop","Whether there is a next tab stop when in snippet mode")),f.HasPrevTabstop=new d.uy("hasPrevTabstop",!1,(0,c.NC)("vs/editor/contrib/snippet/browser/snippetController2","hasPrevTabstop","Whether there is a previous tab stop when in snippet mode")),f=function(e,t,i,n){var o,r=arguments.length,s=r<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,i):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,i,s):o(t,i))||s);return r>3&&s&&Object.defineProperty(t,i,s),s}([p(1,u.TG),p(2,h.VZ),p(3,d.i6)],f),(0,o._K)(f.ID,f);const _=o._l.bindToContribution(f.get);(0,o.fK)(new _({id:"jumpToNextSnippetPlaceholder",precondition:d.Ao.and(f.InSnippetMode,f.HasNextTabstop),handler:e=>e.next(),kbOpts:{weight:130,kbExpr:a.u.editorTextFocus,primary:2}})),(0,o.fK)(new _({id:"jumpToPrevSnippetPlaceholder",precondition:d.Ao.and(f.InSnippetMode,f.HasPrevTabstop),handler:e=>e.prev(),kbOpts:{weight:130,kbExpr:a.u.editorTextFocus,primary:1026}})),(0,o.fK)(new _({id:"leaveSnippet",precondition:f.InSnippetMode,handler:e=>e.cancel(!0),kbOpts:{weight:130,kbExpr:a.u.editorTextFocus,primary:9,secondary:[1033]}})),(0,o.fK)(new _({id:"acceptSnippet",precondition:f.InSnippetMode,handler:e=>e.finish()}))},57693:function(e,t,i){"use strict";i.d(t,{Lv:function(){return l},Vm:function(){return a},Yj:function(){return p},xv:function(){return r}});class n{constructor(){this.value="",this.pos=0}static isDigitCharacter(e){return e>=48&&e<=57}static isVariableCharacter(e){return 95===e||e>=97&&e<=122||e>=65&&e<=90}text(e){this.value=e,this.pos=0}tokenText(e){return this.value.substr(e.pos,e.len)}next(){if(this.pos>=this.value.length)return{type:14,pos:this.pos,len:0};let e,t=this.pos,i=0,o=this.value.charCodeAt(t);if(e=n._table[o],"number"==typeof e)return this.pos+=1,{type:e,pos:t,len:1};if(n.isDigitCharacter(o)){e=8;do{i+=1,o=this.value.charCodeAt(t+i)}while(n.isDigitCharacter(o));return this.pos+=i,{type:e,pos:t,len:i}}if(n.isVariableCharacter(o)){e=9;do{o=this.value.charCodeAt(t+ ++i)}while(n.isVariableCharacter(o)||n.isDigitCharacter(o));return this.pos+=i,{type:e,pos:t,len:i}}e=10;do{i+=1,o=this.value.charCodeAt(t+i)}while(!isNaN(o)&&void 0===n._table[o]&&!n.isDigitCharacter(o)&&!n.isVariableCharacter(o));return this.pos+=i,{type:e,pos:t,len:i}}}n._table={36:0,58:1,44:2,123:3,125:4,92:5,47:6,124:7,43:11,45:12,63:13};class o{constructor(){this._children=[]}appendChild(e){return e instanceof r&&this._children[this._children.length-1]instanceof r?this._children[this._children.length-1].value+=e.value:(e.parent=this,this._children.push(e)),this}replace(e,t){const{parent:i}=e,n=i.children.indexOf(e),o=i.children.slice(0);o.splice(n,1,...t),i._children=o,function e(t,i){for(const n of t)n.parent=i,e(n.children,n)}(t,i)}get children(){return this._children}get snippet(){let e=this;for(;;){if(!e)return;if(e instanceof g)return e;e=e.parent}}toString(){return this.children.reduce(((e,t)=>e+t.toString()),"")}len(){return 0}}class r extends o{constructor(e){super(),this.value=e}toString(){return this.value}len(){return this.value.length}clone(){return new r(this.value)}}class s extends o{}class a extends s{constructor(e){super(),this.index=e}static compareByIndex(e,t){return e.index===t.index?0:e.isFinalTabstop?1:t.isFinalTabstop||e.indext.index?1:0}get isFinalTabstop(){return 0===this.index}get choice(){return 1===this._children.length&&this._children[0]instanceof l?this._children[0]:void 0}clone(){let e=new a(this.index);return this.transform&&(e.transform=this.transform.clone()),e._children=this.children.map((e=>e.clone())),e}}class l extends o{constructor(){super(...arguments),this.options=[]}appendChild(e){return e instanceof r&&(e.parent=this,this.options.push(e)),this}toString(){return this.options[0].value}len(){return this.options[0].len()}clone(){let e=new l;return this.options.forEach(e.appendChild,e),e}}class c extends o{constructor(){super(...arguments),this.regexp=new RegExp("")}resolve(e){const t=this;let i=!1,n=e.replace(this.regexp,(function(){return i=!0,t._replace(Array.prototype.slice.call(arguments,0,-2))}));return!i&&this._children.some((e=>e instanceof d&&Boolean(e.elseValue)))&&(n=this._replace([])),n}_replace(e){let t="";for(const i of this._children)if(i instanceof d){let n=e[i.index]||"";n=i.resolve(n),t+=n}else t+=i.toString();return t}toString(){return""}clone(){let e=new c;return e.regexp=new RegExp(this.regexp.source,(this.regexp.ignoreCase?"i":"")+(this.regexp.global?"g":"")),e._children=this.children.map((e=>e.clone())),e}}class d extends o{constructor(e,t,i,n){super(),this.index=e,this.shorthandName=t,this.ifValue=i,this.elseValue=n}resolve(e){return"upcase"===this.shorthandName?e?e.toLocaleUpperCase():"":"downcase"===this.shorthandName?e?e.toLocaleLowerCase():"":"capitalize"===this.shorthandName?e?e[0].toLocaleUpperCase()+e.substr(1):"":"pascalcase"===this.shorthandName?e?this._toPascalCase(e):"":"camelcase"===this.shorthandName?e?this._toCamelCase(e):"":Boolean(e)&&"string"==typeof this.ifValue?this.ifValue:Boolean(e)||"string"!=typeof this.elseValue?e||"":this.elseValue}_toPascalCase(e){const t=e.match(/[a-z0-9]+/gi);return t?t.map((e=>e.charAt(0).toUpperCase()+e.substr(1).toLowerCase())).join(""):e}_toCamelCase(e){const t=e.match(/[a-z0-9]+/gi);return t?t.map(((e,t)=>0===t?e.toLowerCase():e.charAt(0).toUpperCase()+e.substr(1).toLowerCase())).join(""):e}clone(){return new d(this.index,this.shorthandName,this.ifValue,this.elseValue)}}class u extends s{constructor(e){super(),this.name=e}resolve(e){let t=e.resolve(this);return this.transform&&(t=this.transform.resolve(t||"")),void 0!==t&&(this._children=[new r(t)],!0)}clone(){const e=new u(this.name);return this.transform&&(e.transform=this.transform.clone()),e._children=this.children.map((e=>e.clone())),e}}function h(e,t){const i=[...e];for(;i.length>0;){const e=i.shift();if(!t(e))break;i.unshift(...e.children)}}class g extends o{get placeholderInfo(){if(!this._placeholders){let e,t=[];this.walk((function(i){return i instanceof a&&(t.push(i),e=!e||e.indexn===e?(i=!0,!1):(t+=n.len(),!0))),i?t:-1}fullLen(e){let t=0;return h([e],(e=>(t+=e.len(),!0))),t}enclosingPlaceholders(e){let t=[],{parent:i}=e;for(;i;)i instanceof a&&t.push(i),i=i.parent;return t}resolveVariables(e){return this.walk((t=>(t instanceof u&&t.resolve(e)&&(this._placeholders=void 0),!0))),this}appendChild(e){return this._placeholders=void 0,super.appendChild(e)}replace(e,t){return this._placeholders=void 0,super.replace(e,t)}clone(){let e=new g;return this._children=this.children.map((e=>e.clone())),e}walk(e){h(this.children,e)}}class p{constructor(){this._scanner=new n,this._token={type:14,pos:0,len:0}}static escape(e){return e.replace(/\$|}|\\/g,"\\$&")}static guessNeedsClipboard(e){return/\${?CLIPBOARD/.test(e)}parse(e,t,i){this._scanner.text(e),this._token=this._scanner.next();const n=new g;for(;this._parse(n););const o=new Map,r=[];let s=0;n.walk((e=>(e instanceof a&&(s+=1,e.isFinalTabstop?o.set(0,void 0):!o.has(e.index)&&e.children.length>0?o.set(e.index,e.children):r.push(e)),!0)));for(const e of r){const t=o.get(e.index);if(t){const i=new a(e.index);i.transform=e.transform;for(const e of t)i.appendChild(e.clone());n.replace(e,[i])}}return i||(i=s>0&&t),!o.has(0)&&i&&n.appendChild(new a(0)),n}_accept(e,t){if(void 0===e||this._token.type===e){let e=!t||this._scanner.tokenText(this._token);return this._token=this._scanner.next(),e}return!1}_backTo(e){return this._scanner.pos=e.pos+e.len,this._token=e,!1}_until(e){const t=this._token;for(;this._token.type!==e;){if(14===this._token.type)return!1;if(5===this._token.type){const e=this._scanner.next();if(0!==e.type&&4!==e.type&&5!==e.type)return!1}this._token=this._scanner.next()}const i=this._scanner.value.substring(t.pos,this._token.pos).replace(/\\(\$|}|\\)/g,"$1");return this._token=this._scanner.next(),i}_parse(e){return this._parseEscaped(e)||this._parseTabstopOrVariableName(e)||this._parseComplexPlaceholder(e)||this._parseComplexVariable(e)||this._parseAnything(e)}_parseEscaped(e){let t;return!!(t=this._accept(5,!0))&&(t=this._accept(0,!0)||this._accept(4,!0)||this._accept(5,!0)||t,e.appendChild(new r(t)),!0)}_parseTabstopOrVariableName(e){let t;const i=this._token;return this._accept(0)&&(t=this._accept(9,!0)||this._accept(8,!0))?(e.appendChild(/^\d+$/.test(t)?new a(Number(t)):new u(t)),!0):this._backTo(i)}_parseComplexPlaceholder(e){let t;const i=this._token;if(!(this._accept(0)&&this._accept(3)&&(t=this._accept(8,!0))))return this._backTo(i);const n=new a(Number(t));if(this._accept(1))for(;;){if(this._accept(4))return e.appendChild(n),!0;if(!this._parse(n))return e.appendChild(new r("${"+t+":")),n.children.forEach(e.appendChild,e),!0}else{if(!(n.index>0&&this._accept(7)))return this._accept(6)?this._parseTransform(n)?(e.appendChild(n),!0):(this._backTo(i),!1):this._accept(4)?(e.appendChild(n),!0):this._backTo(i);{const t=new l;for(;;){if(this._parseChoiceElement(t)){if(this._accept(2))continue;if(this._accept(7)&&(n.appendChild(t),this._accept(4)))return e.appendChild(n),!0}return this._backTo(i),!1}}}}_parseChoiceElement(e){const t=this._token,i=[];for(;2!==this._token.type&&7!==this._token.type;){let e;if(e=(e=this._accept(5,!0))?this._accept(2,!0)||this._accept(7,!0)||this._accept(5,!0)||e:this._accept(void 0,!0),!e)return this._backTo(t),!1;i.push(e)}return 0===i.length?(this._backTo(t),!1):(e.appendChild(new r(i.join(""))),!0)}_parseComplexVariable(e){let t;const i=this._token;if(!(this._accept(0)&&this._accept(3)&&(t=this._accept(9,!0))))return this._backTo(i);const n=new u(t);if(!this._accept(1))return this._accept(6)?this._parseTransform(n)?(e.appendChild(n),!0):(this._backTo(i),!1):this._accept(4)?(e.appendChild(n),!0):this._backTo(i);for(;;){if(this._accept(4))return e.appendChild(n),!0;if(!this._parse(n))return e.appendChild(new r("${"+t+":")),n.children.forEach(e.appendChild,e),!0}}_parseTransform(e){let t=new c,i="",n="";for(;!this._accept(6);){let e;if(e=this._accept(5,!0))e=this._accept(6,!0)||e,i+=e;else{if(14===this._token.type)return!1;i+=this._accept(void 0,!0)}}for(;!this._accept(6);){let e;if(e=this._accept(5,!0))e=this._accept(5,!0)||this._accept(6,!0)||e,t.appendChild(new r(e));else if(!this._parseFormatString(t)&&!this._parseAnything(t))return!1}for(;!this._accept(4);){if(14===this._token.type)return!1;n+=this._accept(void 0,!0)}try{t.regexp=new RegExp(i,n)}catch(e){return!1}return e.transform=t,!0}_parseFormatString(e){const t=this._token;if(!this._accept(0))return!1;let i=!1;this._accept(3)&&(i=!0);let n=this._accept(8,!0);if(!n)return this._backTo(t),!1;if(!i)return e.appendChild(new d(Number(n))),!0;if(this._accept(4))return e.appendChild(new d(Number(n))),!0;if(!this._accept(1))return this._backTo(t),!1;if(this._accept(6)){let i=this._accept(9,!0);return i&&this._accept(4)?(e.appendChild(new d(Number(n),i)),!0):(this._backTo(t),!1)}if(this._accept(11)){let t=this._until(4);if(t)return e.appendChild(new d(Number(n),void 0,t,void 0)),!0}else if(this._accept(12)){let t=this._until(4);if(t)return e.appendChild(new d(Number(n),void 0,void 0,t)),!0}else if(this._accept(13)){let t=this._until(1);if(t){let i=this._until(4);if(i)return e.appendChild(new d(Number(n),void 0,t,i)),!0}}else{let t=this._until(4);if(t)return e.appendChild(new d(Number(n),void 0,void 0,t)),!0}return this._backTo(t),!1}_parseAnything(e){return 14!==this._token.type&&(e.appendChild(new r(this._scanner.tokenText(this._token))),this._accept(void 0),!0)}}},12618:function(e,t,i){"use strict";i.d(t,{l:function(){return j}});var n=i(57800),o=i(4004),r=i(18039),s=i(93379),a=i.n(s),l=i(7795),c=i.n(l),d=i(90569),u=i.n(d),h=i(3565),g=i.n(h),p=i(19216),m=i.n(p),f=i(44589),_=i.n(f),b=i(842),v={};v.styleTagTransform=_(),v.setAttributes=g(),v.insert=u().bind(null,"head"),v.domAPI=c(),v.insertStyleElement=m(),a()(b.Z,v),b.Z&&b.Z.locals&&b.Z.locals;var C=i(92382),w=i(11465),y=i(59744),S=i(25732),x=i(99125),k=i(38630),L=i(57693),E=i(70722),N=i(14477),D=i(10804);const I=new Uint8Array(16),T=[];for(let e=0;e<256;e++)T.push(e.toString(16).padStart(2,"0"));let A;A="object"==typeof crypto&&"function"==typeof crypto.getRandomValues?crypto.getRandomValues.bind(crypto):function(e){for(let t=0;tt!==e&&(t instanceof L.xv&&(o=(0,r.V8)((0,r.uq)(t.value).pop())),!0)));const s=(0,r.Mh)(o,n);t=t.replace(/(\r\n|\r|\n)(.*)/g,((e,t,i)=>`${t}${o.substr(s)}${i}`))}return t}if("TM_CURRENT_LINE"===t)return this._model.getLineContent(this._selection.positionLineNumber);if("TM_CURRENT_WORD"===t){const e=this._model.getWordAtPosition({lineNumber:this._selection.positionLineNumber,column:this._selection.positionColumn});return e&&e.word||void 0}return"TM_LINE_INDEX"===t?String(this._selection.positionLineNumber-1):"TM_LINE_NUMBER"===t?String(this._selection.positionLineNumber):void 0}}class F{constructor(e,t){this._labelService=e,this._model=t}resolve(e){const{name:t}=e;if("TM_FILENAME"===t)return N.EZ(this._model.uri.fsPath);if("TM_FILENAME_BASE"===t){const e=N.EZ(this._model.uri.fsPath),t=e.lastIndexOf(".");return t<=0?e:e.slice(0,t)}return"TM_DIRECTORY"===t?"."===N.XX(this._model.uri.fsPath)?"":this._labelService.getUriLabel((0,D.XX)(this._model.uri)):"TM_FILEPATH"===t?this._labelService.getUriLabel(this._model.uri):"RELATIVE_FILEPATH"===t?this._labelService.getUriLabel(this._model.uri,{relative:!0,noPrefix:!0}):void 0}}class B{constructor(e,t,i,n){this._readClipboardText=e,this._selectionIdx=t,this._selectionCount=i,this._spread=n}resolve(e){if("CLIPBOARD"!==e.name)return;const t=this._readClipboardText();if(t){if(this._spread){const e=t.split(/\r\n|\n|\r/).filter((e=>!(0,r.m5)(e)));if(e.length===this._selectionCount)return e[this._selectionIdx]}return t}}}class W{constructor(e,t){this._model=e,this._selection=t}resolve(e){const{name:t}=e,i=this._model.getLanguageIdAtPosition(this._selection.selectionStartLineNumber,this._selection.selectionStartColumn),n=R.zu.getComments(i);if(n)return"LINE_COMMENT"===t?n.lineCommentToken||void 0:"BLOCK_COMMENT_START"===t?n.blockCommentStartToken||void 0:"BLOCK_COMMENT_END"===t&&n.blockCommentEndToken||void 0}}class V{constructor(){this._date=new Date}resolve(e){const{name:t}=e;return"CURRENT_YEAR"===t?String(this._date.getFullYear()):"CURRENT_YEAR_SHORT"===t?String(this._date.getFullYear()).slice(-2):"CURRENT_MONTH"===t?String(this._date.getMonth().valueOf()+1).padStart(2,"0"):"CURRENT_DATE"===t?String(this._date.getDate().valueOf()).padStart(2,"0"):"CURRENT_HOUR"===t?String(this._date.getHours().valueOf()).padStart(2,"0"):"CURRENT_MINUTE"===t?String(this._date.getMinutes().valueOf()).padStart(2,"0"):"CURRENT_SECOND"===t?String(this._date.getSeconds().valueOf()).padStart(2,"0"):"CURRENT_DAY_NAME"===t?V.dayNames[this._date.getDay()]:"CURRENT_DAY_NAME_SHORT"===t?V.dayNamesShort[this._date.getDay()]:"CURRENT_MONTH_NAME"===t?V.monthNames[this._date.getMonth()]:"CURRENT_MONTH_NAME_SHORT"===t?V.monthNamesShort[this._date.getMonth()]:"CURRENT_SECONDS_UNIX"===t?String(Math.floor(this._date.getTime()/1e3)):void 0}}V.dayNames=[M.NC("vs/editor/contrib/snippet/browser/snippetVariables","Sunday","Sunday"),M.NC("vs/editor/contrib/snippet/browser/snippetVariables","Monday","Monday"),M.NC("vs/editor/contrib/snippet/browser/snippetVariables","Tuesday","Tuesday"),M.NC("vs/editor/contrib/snippet/browser/snippetVariables","Wednesday","Wednesday"),M.NC("vs/editor/contrib/snippet/browser/snippetVariables","Thursday","Thursday"),M.NC("vs/editor/contrib/snippet/browser/snippetVariables","Friday","Friday"),M.NC("vs/editor/contrib/snippet/browser/snippetVariables","Saturday","Saturday")],V.dayNamesShort=[M.NC("vs/editor/contrib/snippet/browser/snippetVariables","SundayShort","Sun"),M.NC("vs/editor/contrib/snippet/browser/snippetVariables","MondayShort","Mon"),M.NC("vs/editor/contrib/snippet/browser/snippetVariables","TuesdayShort","Tue"),M.NC("vs/editor/contrib/snippet/browser/snippetVariables","WednesdayShort","Wed"),M.NC("vs/editor/contrib/snippet/browser/snippetVariables","ThursdayShort","Thu"),M.NC("vs/editor/contrib/snippet/browser/snippetVariables","FridayShort","Fri"),M.NC("vs/editor/contrib/snippet/browser/snippetVariables","SaturdayShort","Sat")],V.monthNames=[M.NC("vs/editor/contrib/snippet/browser/snippetVariables","January","January"),M.NC("vs/editor/contrib/snippet/browser/snippetVariables","February","February"),M.NC("vs/editor/contrib/snippet/browser/snippetVariables","March","March"),M.NC("vs/editor/contrib/snippet/browser/snippetVariables","April","April"),M.NC("vs/editor/contrib/snippet/browser/snippetVariables","May","May"),M.NC("vs/editor/contrib/snippet/browser/snippetVariables","June","June"),M.NC("vs/editor/contrib/snippet/browser/snippetVariables","July","July"),M.NC("vs/editor/contrib/snippet/browser/snippetVariables","August","August"),M.NC("vs/editor/contrib/snippet/browser/snippetVariables","September","September"),M.NC("vs/editor/contrib/snippet/browser/snippetVariables","October","October"),M.NC("vs/editor/contrib/snippet/browser/snippetVariables","November","November"),M.NC("vs/editor/contrib/snippet/browser/snippetVariables","December","December")],V.monthNamesShort=[M.NC("vs/editor/contrib/snippet/browser/snippetVariables","JanuaryShort","Jan"),M.NC("vs/editor/contrib/snippet/browser/snippetVariables","FebruaryShort","Feb"),M.NC("vs/editor/contrib/snippet/browser/snippetVariables","MarchShort","Mar"),M.NC("vs/editor/contrib/snippet/browser/snippetVariables","AprilShort","Apr"),M.NC("vs/editor/contrib/snippet/browser/snippetVariables","MayShort","May"),M.NC("vs/editor/contrib/snippet/browser/snippetVariables","JuneShort","Jun"),M.NC("vs/editor/contrib/snippet/browser/snippetVariables","JulyShort","Jul"),M.NC("vs/editor/contrib/snippet/browser/snippetVariables","AugustShort","Aug"),M.NC("vs/editor/contrib/snippet/browser/snippetVariables","SeptemberShort","Sep"),M.NC("vs/editor/contrib/snippet/browser/snippetVariables","OctoberShort","Oct"),M.NC("vs/editor/contrib/snippet/browser/snippetVariables","NovemberShort","Nov"),M.NC("vs/editor/contrib/snippet/browser/snippetVariables","DecemberShort","Dec")];class H{constructor(e){this._workspaceService=e}resolve(e){if(!this._workspaceService)return;const t=(0,k.uT)(this._workspaceService.getWorkspace());return t?"WORKSPACE_NAME"===e.name?this._resolveWorkspaceName(t):"WORKSPACE_FOLDER"===e.name?this._resoveWorkspacePath(t):void 0:void 0}_resolveWorkspaceName(e){if((0,k.eb)(e))return N.EZ(e.uri.path);let t=N.EZ(e.configPath.path);return t.endsWith(k.A6)&&(t=t.substr(0,t.length-k.A6.length-1)),t}_resoveWorkspacePath(e){if((0,k.eb)(e))return(0,E.D)(e.uri.fsPath);let t=N.EZ(e.configPath.path),i=e.configPath.fsPath;return i.endsWith(t)&&(i=i.substr(0,i.length-t.length-1)),i?(0,E.D)(i):"/"}}class z{resolve(e){const{name:t}=e;return"RANDOM"===t?Math.random().toString().slice(-6):"RANDOM_HEX"===t?Math.random().toString(16).slice(-6):"UUID"===t?function(){A(I),I[6]=15&I[6]|64,I[8]=63&I[8]|128;let e=0,t="";return t+=T[I[e++]],t+=T[I[e++]],t+=T[I[e++]],t+=T[I[e++]],t+="-",t+=T[I[e++]],t+=T[I[e++]],t+="-",t+=T[I[e++]],t+=T[I[e++]],t+="-",t+=T[I[e++]],t+=T[I[e++]],t+="-",t+=T[I[e++]],t+=T[I[e++]],t+=T[I[e++]],t+=T[I[e++]],t+=T[I[e++]],t+=T[I[e++]],t}():void 0}}class ${constructor(e,t,i,o){this._editor=e,this._snippet=t,this._offset=i,this._snippetLineLeadingWhitespace=o,this._nestingLevel=1,this._placeholderGroups=(0,n.vM)(t.placeholders,L.Vm.compareByIndex),this._placeholderGroupsIdx=-1}dispose(){this._placeholderDecorations&&this._editor.deltaDecorations([...this._placeholderDecorations.values()],[]),this._placeholderGroups.length=0}_initDecorations(){if(this._placeholderDecorations)return;this._placeholderDecorations=new Map;const e=this._editor.getModel();this._editor.changeDecorations((t=>{for(const i of this._snippet.placeholders){const n=this._snippet.offset(i),o=this._snippet.fullLen(i),r=w.e.fromPositions(e.getPositionAt(this._offset+n),e.getPositionAt(this._offset+n+o)),s=i.isFinalTabstop?$._decor.inactiveFinal:$._decor.inactive,a=t.addDecoration(r,s);this._placeholderDecorations.set(i,a)}}))}move(e){if(!this._editor.hasModel())return[];if(this._initDecorations(),this._placeholderGroupsIdx>=0){let e=[];for(const t of this._placeholderGroups[this._placeholderGroupsIdx])if(t.transform){const i=this._placeholderDecorations.get(t),n=this._editor.getModel().getDecorationRange(i),o=this._editor.getModel().getValueInRange(n),r=t.transform.resolve(o).split(/\r\n|\r|\n/);for(let e=1;e0&&this._editor.executeEdits("snippet.placeholderTransform",e)}let t=!1;!0===e&&this._placeholderGroupsIdx0&&(this._placeholderGroupsIdx-=1,t=!0);const i=this._editor.getModel().changeDecorations((e=>{const i=new Set,n=[];for(const o of this._placeholderGroups[this._placeholderGroupsIdx]){const r=this._placeholderDecorations.get(o),s=this._editor.getModel().getDecorationRange(r);n.push(new y.Y(s.startLineNumber,s.startColumn,s.endLineNumber,s.endColumn)),t=t&&this._hasPlaceholderBeenCollapsed(o),e.changeDecorationOptions(r,o.isFinalTabstop?$._decor.activeFinal:$._decor.active),i.add(o);for(const t of this._snippet.enclosingPlaceholders(o)){const n=this._placeholderDecorations.get(t);e.changeDecorationOptions(n,t.isFinalTabstop?$._decor.activeFinal:$._decor.active),i.add(t)}}for(const[t,n]of this._placeholderDecorations)i.has(t)||e.changeDecorationOptions(n,t.isFinalTabstop?$._decor.inactiveFinal:$._decor.inactive);return n}));return t?this.move(e):null!=i?i:[]}_hasPlaceholderBeenCollapsed(e){let t=e;for(;t;){if(t instanceof L.Vm){const e=this._placeholderDecorations.get(t);if(this._editor.getModel().getDecorationRange(e).isEmpty()&&t.toString().length>0)return!0}t=t.parent}return!1}get isAtFirstPlaceholder(){return this._placeholderGroupsIdx<=0||0===this._placeholderGroups.length}get isAtLastPlaceholder(){return this._placeholderGroupsIdx===this._placeholderGroups.length-1}get hasPlaceholder(){return this._snippet.placeholders.length>0}computePossibleSelections(){const e=new Map;for(const t of this._placeholderGroups){let i;for(const n of t){if(n.isFinalTabstop)break;i||(i=[],e.set(n.index,i));const t=this._placeholderDecorations.get(n),o=this._editor.getModel().getDecorationRange(t);if(!o){e.delete(n.index);break}i.push(o)}}return e}get choice(){return this._placeholderGroups[this._placeholderGroupsIdx][0].choice}merge(e){const t=this._editor.getModel();this._nestingLevel*=10,this._editor.changeDecorations((i=>{for(const n of this._placeholderGroups[this._placeholderGroupsIdx]){const o=e.shift();console.assert(!o._placeholderDecorations);const r=o._snippet.placeholderInfo.last.index;for(const e of o._snippet.placeholderInfo.all)e.isFinalTabstop?e.index=n.index+(r+1)/this._nestingLevel:e.index=n.index+e.index/this._nestingLevel;this._snippet.replace(n,o._snippet.children);const s=this._placeholderDecorations.get(n);i.removeDecoration(s),this._placeholderDecorations.delete(n);for(const e of o._snippet.placeholders){const n=o._snippet.offset(e),r=o._snippet.fullLen(e),s=w.e.fromPositions(t.getPositionAt(o._offset+n),t.getPositionAt(o._offset+n+r)),a=i.addDecoration(s,$._decor.inactive);this._placeholderDecorations.set(e,a)}}this._placeholderGroups=(0,n.vM)(this._snippet.placeholders,L.Vm.compareByIndex)}))}}$._decor={active:S.qx.register({description:"snippet-placeholder-1",stickiness:0,className:"snippet-placeholder"}),inactive:S.qx.register({description:"snippet-placeholder-2",stickiness:1,className:"snippet-placeholder"}),activeFinal:S.qx.register({description:"snippet-placeholder-3",stickiness:1,className:"finish-snippet-placeholder"}),inactiveFinal:S.qx.register({description:"snippet-placeholder-4",stickiness:1,className:"finish-snippet-placeholder"})};const U={overwriteBefore:0,overwriteAfter:0,adjustWhitespace:!0,clipboardText:void 0,overtypingCapturer:void 0};class j{constructor(e,t,i=U){this._templateMerges=[],this._snippets=[],this._editor=e,this._template=t,this._options=i}static adjustWhitespace(e,t,i,n,o){const s=e.getLineContent(t.lineNumber),a=(0,r.V8)(s,0,t.column-1);let l;return i.walk((t=>{if(!(t instanceof L.xv)||t.parent instanceof L.Lv)return!0;const o=t.value.split(/\r\n|\r|\n/);if(n){const n=i.offset(t);if(0===n)o[0]=e.normalizeIndentation(o[0]);else{l=null!=l?l:i.toString();let t=l.charCodeAt(n-1);10!==t&&13!==t||(o[0]=e.normalizeIndentation(a+o[0]))}for(let t=1;te.get(k.ec))),h=e.invokeWithinContext((e=>new F(e.get(x.e),d))),g=()=>s;let p=0,m=d.getValueInRange(j.adjustSelection(d,e.getSelection(),i,0)),f=d.getValueInRange(j.adjustSelection(d,e.getSelection(),0,n)),_=d.getLineFirstNonWhitespaceColumn(e.getSelection().positionLineNumber);const b=e.getSelections().map(((e,t)=>({selection:e,idx:t}))).sort(((e,t)=>w.e.compareRangesUsingStarts(e.selection,t.selection)));for(const{selection:s,idx:v}of b){let w=j.adjustSelection(d,s,i,0),y=j.adjustSelection(d,s,0,n);m!==d.getValueInRange(w)&&(w=s),f!==d.getValueInRange(y)&&(y=s);const S=s.setStartPosition(w.startLineNumber,w.startColumn).setEndPosition(y.endLineNumber,y.endColumn),x=(new L.Yj).parse(t,!0,o),k=S.getStartPosition(),E=j.adjustWhitespace(d,k,x,r||v>0&&_!==d.getLineFirstNonWhitespaceColumn(s.positionLineNumber),!0);x.resolveVariables(new O([h,new B(g,v,b.length,"spread"===e.getOption(71)),new P(d,s,v,a),new W(d,s),new V,new H(u),new z]));const N=d.getOffsetAt(k)+p;p+=x.toString().length-d.getValueLengthInRange(S),l[v]=C.h.replace(S,x.toString()),l[v].identifier={major:v,minor:0},c[v]=new $(e,x,N,E)}return{edits:l,snippets:c}}dispose(){(0,o.B9)(this._snippets)}_logInfo(){return`template="${this._template}", merged_templates="${this._templateMerges.join(" -> ")}"`}insert(){if(!this._editor.hasModel())return;const{edits:e,snippets:t}=j.createEditsAndSnippets(this._editor,this._template,this._options.overwriteBefore,this._options.overwriteAfter,!1,this._options.adjustWhitespace,this._options.clipboardText,this._options.overtypingCapturer);this._snippets=t,this._editor.executeEdits("snippet",e,(e=>this._snippets[0].hasPlaceholder?this._move(!0):e.filter((e=>!!e.identifier)).map((e=>y.Y.fromPositions(e.range.getEndPosition()))))),this._editor.revealRange(this._editor.getSelections()[0])}merge(e,t=U){if(!this._editor.hasModel())return;this._templateMerges.push([this._snippets[0]._nestingLevel,this._snippets[0]._placeholderGroupsIdx,e]);const{edits:i,snippets:n}=j.createEditsAndSnippets(this._editor,e,t.overwriteBefore,t.overwriteAfter,!0,t.adjustWhitespace,t.clipboardText,t.overtypingCapturer);this._editor.executeEdits("snippet",i,(e=>{for(const e of this._snippets)e.merge(n);return console.assert(0===n.length),this._snippets[0].hasPlaceholder?this._move(void 0):e.filter((e=>!!e.identifier)).map((e=>y.Y.fromPositions(e.range.getEndPosition())))}))}next(){const e=this._move(!0);this._editor.setSelections(e),this._editor.revealPositionInCenterIfOutsideViewport(e[0].getPosition())}prev(){const e=this._move(!1);this._editor.setSelections(e),this._editor.revealPositionInCenterIfOutsideViewport(e[0].getPosition())}_move(e){const t=[];for(const i of this._snippets){const n=i.move(e);t.push(...n)}return t}get isAtFirstPlaceholder(){return this._snippets[0].isAtFirstPlaceholder}get isAtLastPlaceholder(){return this._snippets[0].isAtLastPlaceholder}get hasPlaceholder(){return this._snippets[0].hasPlaceholder}get choice(){return this._snippets[0].choice}isSelectionWithinPlaceholders(){if(!this.hasPlaceholder)return!1;const e=this._editor.getSelections();if(e.length{e.push(...n.get(t))}))}e.sort(w.e.compareRangesUsingStarts);for(let[i,n]of t)if(n.length===e.length){n.sort(w.e.compareRangesUsingStarts);for(let o=0;o0}}},64795:function(e,t,i){"use strict";i.d(t,{A9:function(){return x},GI:function(){return y},ZJ:function(){return k},_y:function(){return w},i5:function(){return R},kL:function(){return E},wg:function(){return I}});var n=i(60677),o=i(16182),r=i(34604),s=i(4004),a=i(52150),l=i(28295),c=i(39675),d=i(72248),u=i(11465),h=i(20010),g=i(57693),p=i(89982),m=i(3337),f=i(14756),_=i(60393),b=i(66988),v=i(84701),C=function(e,t,i,n){return new(i||(i=Promise))((function(o,r){function s(e){try{l(n.next(e))}catch(e){r(e)}}function a(e){try{l(n.throw(e))}catch(e){r(e)}}function l(e){var t;e.done?o(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(s,a)}l((n=n.apply(e,t||[])).next())}))};const w={Visible:v.iX,DetailsVisible:new _.uy("suggestWidgetDetailsVisible",!1,(0,p.NC)("vs/editor/contrib/suggest/browser/suggest","suggestWidgetDetailsVisible","Whether suggestion details are visible")),MultipleSuggestions:new _.uy("suggestWidgetMultipleSuggestions",!1,(0,p.NC)("vs/editor/contrib/suggest/browser/suggest","suggestWidgetMultipleSuggestions","Whether there are multiple suggestions to pick from")),MakesTextEdit:new _.uy("suggestionMakesTextEdit",!0,(0,p.NC)("vs/editor/contrib/suggest/browser/suggest","suggestionMakesTextEdit","Whether inserting the current suggestion yields in a change or has everything already been typed")),AcceptSuggestionsOnEnter:new _.uy("acceptSuggestionOnEnter",!0,(0,p.NC)("vs/editor/contrib/suggest/browser/suggest","acceptSuggestionOnEnter","Whether suggestions are inserted when pressing Enter")),HasInsertAndReplaceRange:new _.uy("suggestionHasInsertAndReplaceRange",!1,(0,p.NC)("vs/editor/contrib/suggest/browser/suggest","suggestionHasInsertAndReplaceRange","Whether the current suggestion has insert and replace behaviour")),InsertMode:new _.uy("suggestionInsertMode",void 0,{type:"string",description:(0,p.NC)("vs/editor/contrib/suggest/browser/suggest","suggestionInsertMode","Whether the default behaviour is to insert or replace")}),CanResolve:new _.uy("suggestionCanResolve",!1,(0,p.NC)("vs/editor/contrib/suggest/browser/suggest","suggestionCanResolve","Whether the current suggestion supports to resolve further details"))},y=new m.eH("suggestWidgetStatusBar");class S{constructor(e,t,i,n){this.position=e,this.completion=t,this.container=i,this.provider=n,this.isInvalid=!1,this.score=r.CL.Default,this.distance=0,this.textLabel="string"==typeof t.label?t.label:t.label.label,this.labelLow=this.textLabel.toLowerCase(),this.isInvalid=!this.textLabel,this.sortTextLow=t.sortText&&t.sortText.toLowerCase(),this.filterTextLow=t.filterText&&t.filterText.toLowerCase(),u.e.isIRange(t.range)?(this.editStart=new d.L(t.range.startLineNumber,t.range.startColumn),this.editInsertEnd=new d.L(t.range.endLineNumber,t.range.endColumn),this.editReplaceEnd=new d.L(t.range.endLineNumber,t.range.endColumn),this.isInvalid=this.isInvalid||u.e.spansMultipleLines(t.range)||t.range.startLineNumber!==e.lineNumber):(this.editStart=new d.L(t.range.insert.startLineNumber,t.range.insert.startColumn),this.editInsertEnd=new d.L(t.range.insert.endLineNumber,t.range.insert.endColumn),this.editReplaceEnd=new d.L(t.range.replace.endLineNumber,t.range.replace.endColumn),this.isInvalid=this.isInvalid||u.e.spansMultipleLines(t.range.insert)||u.e.spansMultipleLines(t.range.replace)||t.range.insert.startLineNumber!==e.lineNumber||t.range.replace.startLineNumber!==e.lineNumber||t.range.insert.startColumn!==t.range.replace.startColumn),"function"!=typeof n.resolveCompletionItem&&(this._resolveCache=Promise.resolve(),this._isResolved=!0)}get isResolved(){return!!this._isResolved}resolve(e){return C(this,void 0,void 0,(function*(){if(!this._resolveCache){const t=e.onCancellationRequested((()=>{this._resolveCache=void 0,this._isResolved=!1}));this._resolveCache=Promise.resolve(this.provider.resolveCompletionItem(this.completion,e)).then((e=>{Object.assign(this.completion,e),this._isResolved=!0,t.dispose()}),(e=>{(0,o.n2)(e)&&(this._resolveCache=void 0,this._isResolved=!1)}))}return this._resolveCache}))}}class x{constructor(e=2,t=new Set,i=new Set,n=!0){this.snippetSortOrder=e,this.kindFilter=t,this.providerFilter=i,this.showDeprecated=n}}function k(){}x.default=new x;class L{constructor(e,t,i,n){this.items=e,this.needsClipboard=t,this.durations=i,this.disposable=n}}function E(e,t,i,r=x.default,l={triggerKind:0},c=n.T.None){return C(this,void 0,void 0,(function*(){const n=new a.G(!0);i=i.clone();const d=t.getWordAtPosition(i),h=d?new u.e(i.lineNumber,d.startColumn,i.lineNumber,d.endColumn):u.e.fromPositions(i),p={replace:h,insert:h.setEndPosition(i.lineNumber,i.column)},m=[],f=new s.SL,_=[];let b=!1;const v=(e,t,n)=>{var o,a,l;let c=!1;if(!t)return c;for(let n of t.suggestions)if(!r.kindFilter.has(n.kind)){if(!r.showDeprecated&&(null===(o=null==n?void 0:n.tags)||void 0===o?void 0:o.includes(1)))continue;n.range||(n.range=p),n.sortText||(n.sortText="string"==typeof n.label?n.label:n.label.label),!b&&n.insertTextRules&&4&n.insertTextRules&&(b=g.Yj.guessNeedsClipboard(n.insertText)),m.push(new S(i,n,t,e)),c=!0}return(0,s.Wf)(t)&&f.add(t),_.push({providerName:null!==(a=e._debugDisplayName)&&void 0!==a?a:"unknown_provider",elapsedProvider:null!==(l=t.duration)&&void 0!==l?l:-1,elapsedOverall:n.elapsed()}),c},w=(()=>C(this,void 0,void 0,(function*(){})))();for(let n of e.orderedGroups(t)){let e=!1;if(yield Promise.all(n.map((n=>C(this,void 0,void 0,(function*(){if(!(r.providerFilter.size>0)||r.providerFilter.has(n))try{const o=new a.G(!0),r=yield n.provideCompletionItems(t,i,l,c);e=v(n,r,o)||e}catch(e){(0,o.Cp)(e)}}))))),e||c.isCancellationRequested)break}return yield w,c.isCancellationRequested?(f.dispose(),Promise.reject((0,o.F0)())):new L(m.sort(I(r.snippetSortOrder)),b,{entries:_,elapsed:n.elapsed()},f)}))}function N(e,t){if(e.sortTextLow&&t.sortTextLow){if(e.sortTextLowt.sortTextLow)return 1}return e.completion.labelt.completion.label?1:e.completion.kind-t.completion.kind}const D=new Map;function I(e){return D.get(e)}let T;D.set(0,(function(e,t){if(e.completion.kind!==t.completion.kind){if(27===e.completion.kind)return-1;if(27===t.completion.kind)return 1}return N(e,t)})),D.set(2,(function(e,t){if(e.completion.kind!==t.completion.kind){if(27===e.completion.kind)return 1;if(27===t.completion.kind)return-1}return N(e,t)})),D.set(1,N),f.P0.registerCommand("_executeCompletionItemProvider",((e,...t)=>C(void 0,void 0,void 0,(function*(){const[i,o,r,s]=t;(0,l.p_)(c.o.isUri(i)),(0,l.p_)(d.L.isIPosition(o)),(0,l.p_)("string"==typeof r||!r),(0,l.p_)("number"==typeof s||!s);const{completionProvider:a}=e.get(b.p),u=yield e.get(h.S).createModelReference(i);try{const e={incomplete:!1,suggestions:[]},t=[],i=yield E(a,u.object.textEditorModel,d.L.lift(o),void 0,{triggerCharacter:r,triggerKind:r?1:0});for(const o of i.items)t.length<(null!=s?s:0)&&t.push(o.resolve(n.T.None)),e.incomplete=e.incomplete||o.container.incomplete,e.suggestions.push(o.completion);try{return yield Promise.all(t),e}finally{setTimeout((()=>i.disposable.dispose()),100)}}finally{u.dispose()}}))));let A=[];function R(e,t,i){const{completionProvider:n}=e.get(b.p);T||(T=new class{provideCompletionItems(){let e={suggestions:A.slice(0)};return A.length=0,e}},n.register("*",T)),setTimeout((()=>{var e;A.push(...i),null===(e=t.getContribution("editor.contrib.suggestController"))||void 0===e||e.triggerSuggest((new Set).add(T))}),0)}},1266:function(e,t,i){"use strict";i.r(t),i.d(t,{SuggestController:function(){return ft},TriggerSuggestAction:function(){return bt}});var n=i(77339),o=i(57800),r=i(40027),s=i(60677),a=i(16182),l=i(46718),c=i(99410),d=i(4004),u=i(6954),h=i(52150),g=i(28295),p=i(87107),m=i(4189),f=i(92382),_=i(72248),b=i(11465),v=i(38673),C=i(29820),w=i(57693),y=i(38455),S=i(74893),x=i(40539),k=i(14472),L=i(12260),E=i(86303),N=function(e,t){return function(i,n){t(i,n,e)}};class D{constructor(e){this.name=e}select(e,t,i){if(0===i.length)return 0;let n=i[0].score[0];for(let e=0;ethis._saveState()),500),this._disposables.add(e.onWillSaveState((e=>{e.reason===E.fk.SHUTDOWN&&this._saveState()})))}dispose(){this._disposables.dispose(),this._persistSoon.dispose()}memorize(e,t,i){this._withStrategy(e,t).memorize(e,t,i),this._persistSoon.schedule()}select(e,t,i){return this._withStrategy(e,t).select(e,t,i)}_withStrategy(t,i){var n;const o=this._configService.getValue("editor.suggestSelection",{overrideIdentifier:t.getLanguageIdAtPosition(i.lineNumber,i.column),resource:t.uri});if((null===(n=this._strategy)||void 0===n?void 0:n.name)!==o){this._saveState();const t=e._strategyCtors.get(o)||I;this._strategy=new t;try{const t=this._configService.getValue("editor.suggest.shareSuggestSelections")?0:1,i=this._storageService.get(`${e._storagePrefix}/${o}`,t);i&&this._strategy.fromJSON(JSON.parse(i))}catch(e){}}return this._strategy}_saveState(){if(this._strategy){const t=this._configService.getValue("editor.suggest.shareSuggestSelections")?0:1,i=JSON.stringify(this._strategy);this._storageService.store(`${e._storagePrefix}/${this._strategy.name}`,i,t,1)}}};T._strategyCtors=new Map([["recentlyUsedByPrefix",class extends D{constructor(){super("recentlyUsedByPrefix"),this._trie=y.Id.forStrings(),this._seq=0}memorize(e,t,i){const{word:n}=e.getWordUntilPosition(t),o=`${e.getLanguageId()}/${n}`;this._trie.set(o,{type:i.completion.kind,insertText:i.completion.insertText,touch:this._seq++})}select(e,t,i){let{word:n}=e.getWordUntilPosition(t);if(!n)return super.select(e,t,i);let o=`${e.getLanguageId()}/${n}`,r=this._trie.get(o);if(r||(r=this._trie.findSubstr(o)),r)for(let e=0;ee.push([i,t]))),e.sort(((e,t)=>-(e[1].touch-t[1].touch))).forEach(((e,t)=>e[1].touch=t)),e.slice(0,200)}fromJSON(e){if(this._trie.clear(),e.length>0){this._seq=e[0][1].touch+1;for(const[t,i]of e)i.type="number"==typeof i.type?i.type:S.gX.fromString(i.type),this._trie.set(t,i)}}}],["recentlyUsed",class extends D{constructor(){super("recentlyUsed"),this._cache=new y.z6(300,.66),this._seq=0}memorize(e,t,i){const n=`${e.getLanguageId()}/${i.textLabel}`;this._cache.set(n,{touch:this._seq++,type:i.completion.kind,insertText:i.completion.insertText})}select(e,t,i){if(0===i.length)return 0;const n=e.getLineContent(t.lineNumber).substr(t.column-10,t.column-1);if(/\s$/.test(n))return super.select(e,t,i);let o=i[0].score[0],r=-1,s=-1;for(let t=0;ts&&o.type===i[t].completion.kind&&o.insertText===i[t].completion.insertText&&(s=o.touch,r=t),i[t].completion.preselect)return t}return-1!==r?r:0}toJSON(){return this._cache.toJSON()}fromJSON(e){this._cache.clear();for(const[t,i]of e)i.touch=0,i.type="number"==typeof i.type?i.type:S.gX.fromString(i.type),this._cache.set(t,i);this._seq=this._cache.size}}],["first",I]]),T._storagePrefix="suggest/memories",T=function(e,t,i,n){var o,r=arguments.length,s=r<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,i):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,i,s):o(t,i))||s);return r>3&&s&&Object.defineProperty(t,i,s),s}([N(0,E.Uy),N(1,x.Ui)],T);const A=(0,L.yh)("ISuggestMemories");(0,k.z)(A,T,!0);var R=i(60393);let M=class e{constructor(t,i){this._editor=t,this._enabled=!1,this._ckAtEnd=e.AtEnd.bindTo(i),this._configListener=this._editor.onDidChangeConfiguration((e=>e.hasChanged(111)&&this._update())),this._update()}dispose(){var e;this._configListener.dispose(),null===(e=this._selectionListener)||void 0===e||e.dispose(),this._ckAtEnd.reset()}_update(){const e="on"===this._editor.getOption(111);if(this._enabled!==e)if(this._enabled=e,this._enabled){const e=()=>{if(!this._editor.hasModel())return void this._ckAtEnd.set(!1);const e=this._editor.getModel(),t=this._editor.getSelection(),i=e.getWordAtPosition(t.getStartPosition());i?this._ckAtEnd.set(i.endColumn===t.getStartPosition().column):this._ckAtEnd.set(!1)};this._selectionListener=this._editor.onDidChangeCursorSelection(e),e()}else this._selectionListener&&(this._ckAtEnd.reset(),this._selectionListener.dispose(),this._selectionListener=void 0)}};var O,P;M.AtEnd=new R.uy("atEndOfWord",!1),M=function(e,t,i,n){var o,r=arguments.length,s=r<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,i):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,i,s):o(t,i))||s);return r>3&&s&&Object.defineProperty(t,i,s),s}([(O=1,P=R.i6,function(e,t){P(e,t,O)})],M);var F=i(89982),B=i(3337),W=i(14756),V=i(77101),H=i(16592),z=i(64795);let $=class e{constructor(t,i){this._editor=t,this._index=0,this._ckOtherSuggestions=e.OtherSuggestions.bindTo(i)}dispose(){this.reset()}reset(){var e;this._ckOtherSuggestions.reset(),null===(e=this._listener)||void 0===e||e.dispose(),this._model=void 0,this._acceptNext=void 0,this._ignore=!1}set({model:t,index:i},n){0!==t.items.length&&e._moveIndex(!0,t,i)!==i?(this._acceptNext=n,this._model=t,this._index=i,this._listener=this._editor.onDidChangeCursorPosition((()=>{this._ignore||this.reset()})),this._ckOtherSuggestions.set(!0)):this.reset()}static _moveIndex(e,t,i){let n=i;for(;n=(n+t.items.length+(e?1:-1))%t.items.length,n!==i&&t.items[n].completion.additionalTextEdits;);return n}next(){this._move(!0)}prev(){this._move(!1)}_move(t){if(this._model)try{this._ignore=!0,this._index=e._moveIndex(t,this._model,this._index),this._acceptNext({index:this._index,item:this._model.items[this._index],model:this._model})}finally{this._ignore=!1}}};$.OtherSuggestions=new R.uy("hasOtherSuggestions",!1),$=function(e,t,i,n){var o,r=arguments.length,s=r<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,i):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,i,s):o(t,i))||s);return r>3&&s&&Object.defineProperty(t,i,s),s}([function(e,t){return function(i,n){t(i,n,e)}}(1,R.i6)],$);var U=i(93423);class j{constructor(e,t,i){this._disposables=new d.SL,this._disposables.add(t.onDidShow((()=>this._onItem(t.getFocusedItem())))),this._disposables.add(t.onDidFocus(this._onItem,this)),this._disposables.add(t.onDidHide(this.reset,this)),this._disposables.add(e.onWillType((n=>{if(this._active&&!t.isFrozen()){const t=n.charCodeAt(n.length-1);this._active.acceptCharacters.has(t)&&e.getOption(0)&&i(this._active.item)}})))}_onItem(e){if(!e||!(0,o.Of)(e.item.completion.commitCharacters))return void this.reset();if(this._active&&this._active.item.item===e.item)return;const t=new U.q;for(const i of e.item.completion.commitCharacters)i.length>0&&t.add(i.charCodeAt(0));this._active={acceptCharacters:t,item:e}}reset(){this._active=void 0}dispose(){this._disposables.dispose()}}var K=i(18039),q=i(59744),G=i(22157),Z=i(75058);class Y{static create(e,t){return i=this,n=void 0,s=function*(){if(!t.getOption(106).localityBonus)return Y.None;if(!t.hasModel())return Y.None;const i=t.getModel(),n=t.getPosition();if(!e.canComputeWordRanges(i.uri))return Y.None;const[r]=yield(new Z.x).provideSelectionRanges(i,[n]);if(0===r.length)return Y.None;const s=yield e.computeWordRanges(i.uri,r[0].range);if(!s)return Y.None;const a=i.getWordUntilPosition(n);return delete s[a.word],new class extends Y{distance(e,i){if(!n.equals(t.getPosition()))return 0;if(17===i.kind)return 2<<20;let a="string"==typeof i.label?i.label:i.label.label,l=s[a];if((0,o.XY)(l))return 2<<20;let c=(0,o.ry)(l,b.e.fromPositions(e),b.e.compareRangesUsingStarts),d=c>=0?l[c]:l[Math.max(0,~c-1)],u=r.length;for(const e of r){if(!b.e.containsRange(e.range,d))break;u-=1}return u}}},new((r=void 0)||(r=Promise))((function(e,t){function o(e){try{l(s.next(e))}catch(e){t(e)}}function a(e){try{l(s.throw(e))}catch(e){t(e)}}function l(t){var i;t.done?e(t.value):(i=t.value,i instanceof r?i:new r((function(e){e(i)}))).then(o,a)}l((s=s.apply(i,n||[])).next())}));var i,n,r,s}}Y.None=new class extends Y{distance(){return 0}};var Q=i(22837),X=i(56080),J=i(34604);class ee{constructor(e,t,i,n,o,r,s){this.clipboardText=s,this._snippetCompareFn=ee._compareCompletionItems,this._items=e,this._column=t,this._wordDistance=n,this._options=o,this._refilterKind=1,this._lineContext=i,"top"===r?this._snippetCompareFn=ee._compareCompletionItemsSnippetsUp:"bottom"===r&&(this._snippetCompareFn=ee._compareCompletionItemsSnippetsDown)}get lineContext(){return this._lineContext}set lineContext(e){this._lineContext.leadingLineContent===e.leadingLineContent&&this._lineContext.characterCountDelta===e.characterCountDelta||(this._refilterKind=this._lineContext.characterCountDelta2e3?J.EW:J.l7;for(let o=0;o=u)c.score=J.CL.Default;else if("string"==typeof c.completion.filterText){let t=l(n,r,e,c.completion.filterText,c.filterTextLow,0,!1);if(!t)continue;0===(0,K.zY)(c.completion.filterText,c.textLabel)?c.score=t:(c.score=(0,J.jB)(n,r,e,c.textLabel,c.labelLow,0),c.score[0]=t[0])}else{let t=l(n,r,e,c.textLabel,c.labelLow,0,!1);if(!t)continue;c.score=t}}c.idx=o,c.distance=this._wordDistance.distance(c.position,c.completion),a.push(c),e.push(c.textLabel.length)}this._filteredItems=a.sort(this._snippetCompareFn),this._refilterKind=0,this._stats={pLabelLen:e.length?(0,o.HW)(e.length-.85,e,((e,t)=>e-t)):0}}static _compareCompletionItems(e,t){return e.score[0]>t.score[0]?-1:e.score[0]t.distance?1:e.idxt.idx?1:0}static _compareCompletionItemsSnippetsDown(e,t){if(e.completion.kind!==t.completion.kind){if(27===e.completion.kind)return 1;if(27===t.completion.kind)return-1}return ee._compareCompletionItems(e,t)}static _compareCompletionItemsSnippetsUp(e,t){if(e.completion.kind!==t.completion.kind){if(27===e.completion.kind)return-1;if(27===t.completion.kind)return 1}return ee._compareCompletionItems(e,t)}}var te=i(66988),ie=function(e,t){return function(i,n){t(i,n,e)}};class ne{constructor(e,t,i,n){this.leadingLineContent=e.getLineContent(t.lineNumber).substr(0,t.column-1),this.leadingWord=e.getWordUntilPosition(t),this.lineNumber=t.lineNumber,this.column=t.column,this.auto=i,this.shy=n}static shouldAutoTrigger(e){if(!e.hasModel())return!1;const t=e.getModel(),i=e.getPosition();t.tokenizeIfCheap(i.lineNumber);const n=t.getWordAtPosition(i);return!!n&&n.endColumn===i.column&&!!isNaN(Number(n.word))}}let oe=class e{constructor(e,t,i,n,o,s,a,c){this._editor=e,this._editorWorkerService=t,this._clipboardService=i,this._telemetryService=n,this._logService=o,this._contextKeyService=s,this._configurationService=a,this._languageFeaturesService=c,this._toDispose=new d.SL,this._quickSuggestDelay=10,this._triggerCharacterListener=new d.SL,this._triggerQuickSuggest=new r._F,this._state=0,this._completionDisposables=new d.SL,this._onDidCancel=new l.Q5,this._onDidTrigger=new l.Q5,this._onDidSuggest=new l.Q5,this.onDidCancel=this._onDidCancel.event,this.onDidTrigger=this._onDidTrigger.event,this.onDidSuggest=this._onDidSuggest.event,this._telemetryGate=0,this._currentSelection=this._editor.getSelection()||new q.Y(1,1,1,1),this._toDispose.add(this._editor.onDidChangeModel((()=>{this._updateTriggerCharacters(),this.cancel()}))),this._toDispose.add(this._editor.onDidChangeModelLanguage((()=>{this._updateTriggerCharacters(),this.cancel()}))),this._toDispose.add(this._editor.onDidChangeConfiguration((()=>{this._updateTriggerCharacters(),this._updateQuickSuggest()}))),this._toDispose.add(this._languageFeaturesService.completionProvider.onDidChange((()=>{this._updateTriggerCharacters(),this._updateActiveSuggestSession()})));let u=!1;this._toDispose.add(this._editor.onDidCompositionStart((()=>{u=!0}))),this._toDispose.add(this._editor.onDidCompositionEnd((()=>{u=!1,this._onCompositionEnd()}))),this._toDispose.add(this._editor.onDidChangeCursorSelection((e=>{u||this._onCursorChange(e)}))),this._toDispose.add(this._editor.onDidChangeModelContent((()=>{u||this._refilterCompletionItems()}))),this._updateTriggerCharacters(),this._updateQuickSuggest()}dispose(){(0,d.B9)(this._triggerCharacterListener),(0,d.B9)([this._onDidCancel,this._onDidSuggest,this._onDidTrigger,this._triggerQuickSuggest]),this._toDispose.dispose(),this._completionDisposables.dispose(),this.cancel()}_updateQuickSuggest(){this._quickSuggestDelay=this._editor.getOption(80),(isNaN(this._quickSuggestDelay)||!this._quickSuggestDelay&&0!==this._quickSuggestDelay||this._quickSuggestDelay<0)&&(this._quickSuggestDelay=10)}_updateTriggerCharacters(){if(this._triggerCharacterListener.clear(),this._editor.getOption(81)||!this._editor.hasModel()||!this._editor.getOption(109))return;const e=new Map;for(const t of this._languageFeaturesService.completionProvider.all(this._editor.getModel()))for(const i of t.triggerCharacters||[]){let n=e.get(i);n||(n=new Set,n.add((0,z.ZJ)()),e.set(i,n)),n.add(t)}const t=t=>{if(!function(e,t,i){if(!Boolean(t.getContextKeyValue("inlineSuggestionVisible")))return!0;const n=i.getValue("editor.inlineSuggest.allowSuggestOnTriggerCharacters");return void 0!==n&&Boolean(n)}(this._editor,this._contextKeyService,this._configurationService))return;if(ne.shouldAutoTrigger(this._editor))return;if(!t){const e=this._editor.getPosition();t=this._editor.getModel().getLineContent(e.lineNumber).substr(0,e.column-1)}let i="";(0,K.YK)(t.charCodeAt(t.length-1))?(0,K.ZG)(t.charCodeAt(t.length-2))&&(i=t.substr(t.length-2)):i=t.charAt(t.length-1);const n=e.get(i);if(n){const e=this._completionModel?{items:this._completionModel.adopt(n),clipboardText:this._completionModel.clipboardText}:void 0;this.trigger({auto:!0,shy:!1,triggerCharacter:i},Boolean(this._completionModel),n,e)}};this._triggerCharacterListener.add(this._editor.onDidType(t)),this._triggerCharacterListener.add(this._editor.onDidCompositionEnd((()=>t())))}get state(){return this._state}cancel(e=!1){var t;0!==this._state&&(this._triggerQuickSuggest.cancel(),null===(t=this._requestToken)||void 0===t||t.cancel(),this._requestToken=void 0,this._state=0,this._completionModel=void 0,this._context=void 0,this._onDidCancel.fire({retrigger:e}))}clear(){this._completionDisposables.clear()}_updateActiveSuggestSession(){0!==this._state&&(this._editor.hasModel()&&this._languageFeaturesService.completionProvider.has(this._editor.getModel())?this.trigger({auto:2===this._state,shy:!1},!0):this.cancel())}_onCursorChange(e){if(!this._editor.hasModel())return;const t=this._currentSelection;this._currentSelection=this._editor.getSelection(),!e.selection.isEmpty()||0!==e.reason&&3!==e.reason||"keyboard"!==e.source&&"deleteLeft"!==e.source?this.cancel():0===this._state&&0===e.reason?(t.containsRange(this._currentSelection)||t.getEndPosition().isBeforeOrEqual(this._currentSelection.getPosition()))&&this._doTriggerQuickSuggest():0!==this._state&&3===e.reason&&this._refilterCompletionItems()}_onCompositionEnd(){0===this._state?this._doTriggerQuickSuggest():this._refilterCompletionItems()}_doTriggerQuickSuggest(){var e;!1!==this._editor.getOption(79)&&(this._editor.getOption(106).snippetsPreventQuickSuggestions&&(null===(e=C.SnippetController2.get(this._editor))||void 0===e?void 0:e.isInSnippet())||(this.cancel(),this._triggerQuickSuggest.cancelAndSet((()=>{if(0!==this._state)return;if(!ne.shouldAutoTrigger(this._editor))return;if(!this._editor.hasModel())return;const e=this._editor.getModel(),t=this._editor.getPosition(),i=this._editor.getOption(79);if(!1!==i){if(!0===i);else{e.tokenizeIfCheap(t.lineNumber);const n=e.getLineTokens(t.lineNumber),o=n.getStandardTokenType(n.findTokenIndexAtOffset(Math.max(t.column-1-1,0)));if(!(i.other&&0===o||i.comments&&1===o||i.strings&&2===o))return}(function(e,t,i){if(!Boolean(t.getContextKeyValue("inlineSuggestionVisible")))return!0;const n=i.getValue("editor.inlineSuggest.allowQuickSuggestions");return void 0!==n&&Boolean(n)})(this._editor,this._contextKeyService,this._configurationService)&&this._languageFeaturesService.completionProvider.has(e)&&this.trigger({auto:!0,shy:!1})}}),this._quickSuggestDelay)))}_refilterCompletionItems(){Promise.resolve().then((()=>{if(0===this._state)return;if(!this._editor.hasModel())return;const e=this._editor.getModel(),t=this._editor.getPosition(),i=new ne(e,t,2===this._state,!1);this._onNewContext(i)}))}trigger(t,i=!1,n,o){var r;if(!this._editor.hasModel())return;const l=this._editor.getModel(),c=t.auto,d=new ne(l,this._editor.getPosition(),c,t.shy);this.cancel(i),this._state=c?2:1,this._onDidTrigger.fire({auto:c,shy:t.shy,position:this._editor.getPosition()}),this._context=d;let u={triggerKind:null!==(r=t.triggerKind)&&void 0!==r?r:0};t.triggerCharacter&&(u={triggerKind:1,triggerCharacter:t.triggerCharacter}),this._requestToken=new s.A;const h=this._editor.getOption(101);let g=1;switch(h){case"top":g=0;break;case"bottom":g=2}const{itemKind:p,showDeprecated:m}=e._createSuggestFilter(this._editor),f=Y.create(this._editorWorkerService,this._editor),_=(0,z.kL)(this._languageFeaturesService.completionProvider,l,this._editor.getPosition(),new z.A9(g,p,n,m),u,this._requestToken.token);Promise.all([_,f]).then((([e,i])=>{return n=this,r=void 0,a=function*(){var n;if(null===(n=this._requestToken)||void 0===n||n.dispose(),!this._editor.hasModel())return;let r=null==o?void 0:o.clipboardText;if(!r&&e.needsClipboard&&(r=yield this._clipboardService.readText()),0===this._state)return;const s=this._editor.getModel();let a=e.items;if(o){const e=(0,z.wg)(g);a=a.concat(o.items).sort(e)}const l=new ne(s,this._editor.getPosition(),c,t.shy);this._completionModel=new ee(a,this._context.column,{leadingLineContent:l.leadingLineContent,characterCountDelta:l.column-this._context.column},i,this._editor.getOption(106),this._editor.getOption(101),r),this._completionDisposables.add(e.disposable),this._onNewContext(l),this._reportDurationsTelemetry(e.durations)},new((s=void 0)||(s=Promise))((function(e,t){function i(e){try{l(a.next(e))}catch(e){t(e)}}function o(e){try{l(a.throw(e))}catch(e){t(e)}}function l(t){var n;t.done?e(t.value):(n=t.value,n instanceof s?n:new s((function(e){e(n)}))).then(i,o)}l((a=a.apply(n,r||[])).next())}));var n,r,s,a})).catch(a.dL)}_reportDurationsTelemetry(e){this._telemetryGate++%230==0&&setTimeout((()=>{this._telemetryService.publicLog2("suggest.durations.json",{data:JSON.stringify(e)}),this._logService.debug("suggest.durations.json",e)}))}static _createSuggestFilter(e){const t=new Set;"none"===e.getOption(101)&&t.add(27);const i=e.getOption(106);return i.showMethods||t.add(0),i.showFunctions||t.add(1),i.showConstructors||t.add(2),i.showFields||t.add(3),i.showVariables||t.add(4),i.showClasses||t.add(5),i.showStructs||t.add(6),i.showInterfaces||t.add(7),i.showModules||t.add(8),i.showProperties||t.add(9),i.showEvents||t.add(10),i.showOperators||t.add(11),i.showUnits||t.add(12),i.showValues||t.add(13),i.showConstants||t.add(14),i.showEnums||t.add(15),i.showEnumMembers||t.add(16),i.showKeywords||t.add(17),i.showWords||t.add(18),i.showColors||t.add(19),i.showFiles||t.add(20),i.showReferences||t.add(21),i.showColors||t.add(22),i.showFolders||t.add(23),i.showTypeParameters||t.add(24),i.showSnippets||t.add(27),i.showUsers||t.add(25),i.showIssues||t.add(26),{itemKind:t,showDeprecated:i.showDeprecated}}_onNewContext(e){if(this._context)if(e.lineNumber===this._context.lineNumber)if((0,K.V8)(e.leadingLineContent)===(0,K.V8)(this._context.leadingLineContent)){if(e.columnthis._context.leadingWord.startColumn){const e=new Set(this._languageFeaturesService.completionProvider.all(this._editor.getModel()));for(let t of this._completionModel.allProvider)e.delete(t);const t=this._completionModel.adopt(new Set);this.trigger({auto:this._context.auto,shy:!1},!0,e,{items:t,clipboardText:this._completionModel.clipboardText})}else if(e.column>this._context.column&&this._completionModel.incomplete.size>0&&0!==e.leadingWord.word.length){const{incomplete:e}=this._completionModel,t=this._completionModel.adopt(e);this.trigger({auto:2===this._state,shy:!1,triggerKind:2},!0,e,{items:t,clipboardText:this._completionModel.clipboardText})}else{let t=this._completionModel.lineContext,i=!1;if(this._completionModel.lineContext={leadingLineContent:e.leadingLineContent,characterCountDelta:e.column-this._context.column},0===this._completionModel.items.length){if(ne.shouldAutoTrigger(this._editor)&&this._context.leadingWord.endColumn0,i&&0===e.leadingWord.word.length)return void this.cancel()}this._onDidSuggest.fire({completionModel:this._completionModel,auto:this._context.auto,shy:this._context.shy,isFrozen:i})}}else this.cancel();else this.cancel()}};oe=function(e,t,i,n){var o,r=arguments.length,s=r<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,i):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,i,s):o(t,i))||s);return r>3&&s&&Object.defineProperty(t,i,s),s}([ie(1,G.p),ie(2,Q.p),ie(3,X.b),ie(4,H.VZ),ie(5,R.i6),ie(6,x.Ui),ie(7,te.p)],oe);class re{constructor(e,t){this._disposables=new d.SL,this._lastOvertyped=[],this._empty=!0,this._disposables.add(e.onWillType((()=>{if(!this._empty)return;if(!e.hasModel())return;const t=e.getSelections(),i=t.length;let n=!1;for(let e=0;ere._maxSelectionLength)return;this._lastOvertyped[e]={value:o.getValueInRange(i),multiline:i.startLineNumber!==i.endLineNumber}}this._empty=!1}))),this._disposables.add(t.onDidCancel((e=>{this._empty||e.retrigger||(this._empty=!0)})))}getLastOvertypedInfo(e){if(!this._empty&&e>=0&&ee instanceof B.U8?t.createInstance(Ee,e,void 0):void 0;this._leftActions=new xe.o(this.element,{actionViewItemProvider:o}),this._rightActions=new xe.o(this.element,{actionViewItemProvider:o}),this._leftActions.domNode.classList.add("left"),this._rightActions.domNode.classList.add("right")}dispose(){this._menuDisposables.dispose(),this.element.remove()}show(){const e=this._menuService.createMenu(z.GI,this._contextKeyService),t=()=>{const t=[],i=[];for(let[n,o]of e.getActions())"left"===n?t.push(...o):i.push(...o);this._leftActions.clear(),this._leftActions.push(t),this._rightActions.clear(),this._rightActions.push(i)};this._menuDisposables.add(e.onDidChange((()=>t()))),this._menuDisposables.add(e)}hide(){this._menuDisposables.clear()}};Ne=function(e,t,i,n){var o,r=arguments.length,s=r<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,i):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,i,s):o(t,i))||s);return r>3&&s&&Object.defineProperty(t,i,s),s}([Le(1,L.TG),Le(2,B.co),Le(3,R.i6)],Ne),i(31300);var De=i(45164),Ie=i(64348),Te=i(81585),Ae=i(71036);class Re{constructor(){let e;this._onDidWillResize=new l.Q5,this.onDidWillResize=this._onDidWillResize.event,this._onDidResize=new l.Q5,this.onDidResize=this._onDidResize.event,this._sashListener=new d.SL,this._size=new se.Ro(0,0),this._minSize=new se.Ro(0,0),this._maxSize=new se.Ro(Number.MAX_SAFE_INTEGER,Number.MAX_SAFE_INTEGER),this.domNode=document.createElement("div"),this._eastSash=new Ae.g(this.domNode,{getVerticalSashLeft:()=>this._size.width},{orientation:0}),this._westSash=new Ae.g(this.domNode,{getVerticalSashLeft:()=>0},{orientation:0}),this._northSash=new Ae.g(this.domNode,{getHorizontalSashTop:()=>0},{orientation:1,orthogonalEdge:Ae.l.North}),this._southSash=new Ae.g(this.domNode,{getHorizontalSashTop:()=>this._size.height},{orientation:1,orthogonalEdge:Ae.l.South}),this._northSash.orthogonalStartSash=this._westSash,this._northSash.orthogonalEndSash=this._eastSash,this._southSash.orthogonalStartSash=this._westSash,this._southSash.orthogonalEndSash=this._eastSash;let t=0,i=0;this._sashListener.add(l.ju.any(this._northSash.onDidStart,this._eastSash.onDidStart,this._southSash.onDidStart,this._westSash.onDidStart)((()=>{void 0===e&&(this._onDidWillResize.fire(),e=this._size,t=0,i=0)}))),this._sashListener.add(l.ju.any(this._northSash.onDidEnd,this._eastSash.onDidEnd,this._southSash.onDidEnd,this._westSash.onDidEnd)((()=>{void 0!==e&&(e=void 0,t=0,i=0,this._onDidResize.fire({dimension:this._size,done:!0}))}))),this._sashListener.add(this._eastSash.onDidChange((n=>{e&&(i=n.currentX-n.startX,this.layout(e.height+t,e.width+i),this._onDidResize.fire({dimension:this._size,done:!1,east:!0}))}))),this._sashListener.add(this._westSash.onDidChange((n=>{e&&(i=-(n.currentX-n.startX),this.layout(e.height+t,e.width+i),this._onDidResize.fire({dimension:this._size,done:!1,west:!0}))}))),this._sashListener.add(this._northSash.onDidChange((n=>{e&&(t=-(n.currentY-n.startY),this.layout(e.height+t,e.width+i),this._onDidResize.fire({dimension:this._size,done:!1,north:!0}))}))),this._sashListener.add(this._southSash.onDidChange((n=>{e&&(t=n.currentY-n.startY,this.layout(e.height+t,e.width+i),this._onDidResize.fire({dimension:this._size,done:!1,south:!0}))}))),this._sashListener.add(l.ju.any(this._eastSash.onDidReset,this._westSash.onDidReset)((e=>{this._preferredSize&&(this.layout(this._size.height,this._preferredSize.width),this._onDidResize.fire({dimension:this._size,done:!0}))}))),this._sashListener.add(l.ju.any(this._northSash.onDidReset,this._southSash.onDidReset)((e=>{this._preferredSize&&(this.layout(this._preferredSize.height,this._size.width),this._onDidResize.fire({dimension:this._size,done:!0}))})))}dispose(){this._northSash.dispose(),this._southSash.dispose(),this._eastSash.dispose(),this._westSash.dispose(),this._sashListener.dispose(),this._onDidResize.dispose(),this._onDidWillResize.dispose(),this.domNode.remove()}enableSashes(e,t,i,n){this._northSash.state=e?3:0,this._eastSash.state=t?3:0,this._southSash.state=i?3:0,this._westSash.state=n?3:0}layout(e=this.size.height,t=this.size.width){const{height:i,width:n}=this._minSize,{height:o,width:r}=this._maxSize;e=Math.max(i,Math.min(o,e)),t=Math.max(n,Math.min(r,t));const s=new se.Ro(t,e);se.Ro.equals(s,this._size)||(this.domNode.style.height=e+"px",this.domNode.style.width=t+"px",this._size=s,this._northSash.layout(),this._eastSash.layout(),this._southSash.layout(),this._westSash.layout())}clearSashHoverState(){this._eastSash.clearSashHoverState(),this._westSash.clearSashHoverState(),this._northSash.clearSashHoverState(),this._southSash.clearSashHoverState()}get size(){return this._size}set maxSize(e){this._maxSize=e}get maxSize(){return this._maxSize}set minSize(e){this._minSize=e}get minSize(){return this._minSize}set preferredSize(e){this._preferredSize=e}get preferredSize(){return this._preferredSize}}var Me=i(26641),Oe=i(98677),Pe=i(4821),Fe=i(66978),Be=i(72956),We=i(18966);function Ve(e){return!!e&&Boolean(e.completion.documentation||e.completion.detail&&e.completion.detail!==e.completion.label)}let He=class{constructor(e,t){this._editor=e,this._onDidClose=new l.Q5,this.onDidClose=this._onDidClose.event,this._onDidChangeContents=new l.Q5,this.onDidChangeContents=this._onDidChangeContents.event,this._disposables=new d.SL,this._renderDisposeable=new d.SL,this._borderWidth=1,this._size=new se.Ro(330,0),this.domNode=se.$(".suggest-details"),this.domNode.classList.add("no-docs"),this._markdownRenderer=t.createInstance(Be.$,{editor:e}),this._body=se.$(".body"),this._scrollbar=new Oe.s$(this._body,{}),se.R3(this.domNode,this._scrollbar.getDomNode()),this._disposables.add(this._scrollbar),this._header=se.R3(this._body,se.$(".header")),this._close=se.R3(this._header,se.$("span"+Pe.lA.close.cssSelector)),this._close.title=F.NC("vs/editor/contrib/suggest/browser/suggestWidgetDetails","details.close","Close"),this._type=se.R3(this._header,se.$("p.type")),this._docs=se.R3(this._body,se.$("p.docs")),this._configureFont(),this._disposables.add(this._editor.onDidChangeConfiguration((e=>{e.hasChanged(44)&&this._configureFont()})))}dispose(){this._disposables.dispose(),this._renderDisposeable.dispose()}_configureFont(){const e=this._editor.getOptions(),t=e.get(44),i=t.getMassagedFontFamily(Me.isSafari?We.hL.fontFamily:null),n=e.get(107)||t.fontSize,o=e.get(108)||t.lineHeight,r=t.fontWeight,s=`${n}px`,a=`${o}px`;this.domNode.style.fontSize=s,this.domNode.style.lineHeight=""+o/n,this.domNode.style.fontWeight=r,this.domNode.style.fontFeatureSettings=t.fontFeatureSettings,this._type.style.fontFamily=i,this._close.style.height=a,this._close.style.width=a}getLayoutInfo(){const e=this._editor.getOption(108)||this._editor.getOption(44).lineHeight,t=this._borderWidth;return{lineHeight:e,borderWidth:t,borderHeight:2*t,verticalPadding:22,horizontalPadding:14}}renderLoading(){this._type.textContent=F.NC("vs/editor/contrib/suggest/browser/suggestWidgetDetails","loading","Loading..."),this._docs.textContent="",this.domNode.classList.remove("no-docs","no-type"),this.layout(this.size.width,2*this.getLayoutInfo().lineHeight),this._onDidChangeContents.fire(this)}renderItem(e,t){var i,n;this._renderDisposeable.clear();let{detail:o,documentation:r}=e.completion;if(t){let t="";t+=`score: ${e.score[0]}\n`,t+=`prefix: ${null!==(i=e.word)&&void 0!==i?i:"(no prefix)"}\n`,t+=`word: ${e.completion.filterText?e.completion.filterText+" (filterText)":e.textLabel}\n`,t+=`distance: ${e.distance} (localityBonus-setting)\n`,t+=`index: ${e.idx}, based on ${e.completion.sortText&&`sortText: "${e.completion.sortText}"`||"label"}\n`,t+=`commit_chars: ${null===(n=e.completion.commitCharacters)||void 0===n?void 0:n.join("")}\n`,r=(new Fe.W5).appendCodeblock("empty",t),o=`Provider: ${e.provider._debugDisplayName}`}if(t||Ve(e)){if(this.domNode.classList.remove("no-docs","no-type"),o){const e=o.length>1e5?`${o.substr(0,1e5)}…`:o;this._type.textContent=e,this._type.title=e,se.$Z(this._type),this._type.classList.toggle("auto-wrap",!/\r?\n^\s+/gim.test(e))}else se.PO(this._type),this._type.title="",se.Cp(this._type),this.domNode.classList.add("no-type");if(se.PO(this._docs),"string"==typeof r)this._docs.classList.remove("markdown-docs"),this._docs.textContent=r;else if(r){this._docs.classList.add("markdown-docs"),se.PO(this._docs);const e=this._markdownRenderer.render(r);this._docs.appendChild(e.element),this._renderDisposeable.add(e),this._renderDisposeable.add(this._markdownRenderer.onDidRenderAsync((()=>{this.layout(this._size.width,this._type.clientHeight+this._docs.clientHeight),this._onDidChangeContents.fire(this)})))}this.domNode.style.userSelect="text",this.domNode.tabIndex=-1,this._close.onmousedown=e=>{e.preventDefault(),e.stopPropagation()},this._close.onclick=e=>{e.preventDefault(),e.stopPropagation(),this._onDidClose.fire()},this._body.scrollTop=0,this.layout(this._size.width,this._type.clientHeight+this._docs.clientHeight),this._onDidChangeContents.fire(this)}else this.clearContents()}clearContents(){this.domNode.classList.add("no-docs"),this._type.textContent="",this._docs.textContent=""}get size(){return this._size}layout(e,t){const i=new se.Ro(e,t);se.Ro.equals(i,this._size)||(this._size=i,se.dp(this.domNode,e,t)),this._scrollbar.scanDomNode()}scrollDown(e=8){this._body.scrollTop+=e}scrollUp(e=8){this._body.scrollTop-=e}scrollTop(){this._body.scrollTop=0}scrollBottom(){this._body.scrollTop=this._body.scrollHeight}pageDown(){this.scrollDown(80)}pageUp(){this.scrollUp(80)}set borderWidth(e){this._borderWidth=e}get borderWidth(){return this._borderWidth}};He=function(e,t,i,n){var o,r=arguments.length,s=r<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,i):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,i,s):o(t,i))||s);return r>3&&s&&Object.defineProperty(t,i,s),s}([function(e,t){return function(i,n){t(i,n,e)}}(1,L.TG)],He);class ze{constructor(e,t){let i,n;this.widget=e,this._editor=t,this._disposables=new d.SL,this._added=!1,this._preferAlignAtTop=!0,this._resizable=new Re,this._resizable.domNode.classList.add("suggest-details-container"),this._resizable.domNode.appendChild(e.domNode),this._resizable.enableSashes(!1,!0,!0,!1);let o=0,r=0;this._disposables.add(this._resizable.onDidWillResize((()=>{i=this._topLeft,n=this._resizable.size}))),this._disposables.add(this._resizable.onDidResize((e=>{if(i&&n){this.widget.layout(e.dimension.width,e.dimension.height);let t=!1;e.west&&(r=n.width-e.dimension.width,t=!0),e.north&&(o=n.height-e.dimension.height,t=!0),t&&this._applyTopLeft({top:i.top+o,left:i.left+r})}e.done&&(i=void 0,n=void 0,o=0,r=0,this._userSize=e.dimension)}))),this._disposables.add(this.widget.onDidChangeContents((()=>{var e;this._anchorBox&&this._placeAtAnchor(this._anchorBox,null!==(e=this._userSize)&&void 0!==e?e:this.widget.size,this._preferAlignAtTop)})))}dispose(){this._resizable.dispose(),this._disposables.dispose(),this.hide()}getId(){return"suggest.details"}getDomNode(){return this._resizable.domNode}getPosition(){return null}show(){this._added||(this._editor.addOverlayWidget(this),this.getDomNode().style.position="fixed",this._added=!0)}hide(e=!1){this._resizable.clearSashHoverState(),this._added&&(this._editor.removeOverlayWidget(this),this._added=!1,this._anchorBox=void 0,this._topLeft=void 0),e&&(this._userSize=void 0,this.widget.clearContents())}placeAtAnchor(e,t){var i;const n=e.getBoundingClientRect();this._anchorBox=n,this._preferAlignAtTop=t,this._placeAtAnchor(this._anchorBox,null!==(i=this._userSize)&&void 0!==i?i:this.widget.size,t)}_placeAtAnchor(e,t,i){var n;const o=se.D6(document.body),r=this.widget.getLayoutInfo(),s=new se.Ro(220,2*r.lineHeight),a=e.top,l=function(){const i=o.width-(e.left+e.width+r.borderWidth+r.horizontalPadding),n=-r.borderWidth+e.left+e.width,l=new se.Ro(i,o.height-e.top-r.borderHeight-r.verticalPadding),c=l.with(void 0,e.top+e.height-r.borderHeight-r.verticalPadding);return{top:a,left:n,fit:i-t.width,maxSizeTop:l,maxSizeBottom:c,minSize:s.with(Math.min(i,s.width))}}(),c=[l,function(){const i=e.left-r.borderWidth-r.horizontalPadding,n=Math.max(r.horizontalPadding,e.left-t.width-r.borderWidth),l=new se.Ro(i,o.height-e.top-r.borderHeight-r.verticalPadding),c=l.with(void 0,e.top+e.height-r.borderHeight-r.verticalPadding);return{top:a,left:n,fit:i-t.width,maxSizeTop:l,maxSizeBottom:c,minSize:s.with(Math.min(i,s.width))}}(),function(){const i=e.left,n=-r.borderWidth+e.top+e.height,a=new se.Ro(e.width-r.borderHeight,o.height-e.top-e.height-r.verticalPadding);return{top:n,left:i,fit:a.height-t.height,maxSizeBottom:a,maxSizeTop:a,minSize:s.with(a.width)}}()],d=null!==(n=c.find((e=>e.fit>=0)))&&void 0!==n?n:c.sort(((e,t)=>t.fit-e.fit))[0],u=e.top+e.height-r.borderHeight;let h,g=t.height;const p=Math.max(d.maxSizeTop.height,d.maxSizeBottom.height);let m;g>p&&(g=p),i?g<=d.maxSizeTop.height?(h=!0,m=d.maxSizeTop):(h=!1,m=d.maxSizeBottom):g<=d.maxSizeBottom.height?(h=!1,m=d.maxSizeBottom):(h=!0,m=d.maxSizeTop),this._applyTopLeft({left:d.left,top:h?d.top:u-g}),this.getDomNode().style.position="fixed",this._resizable.enableSashes(!h,d===l,h,d!==l),this._resizable.minSize=d.minSize,this._resizable.maxSize=m,this._resizable.layout(g,Math.min(m.width,t.width)),this.widget.layout(this._resizable.size.width,this._resizable.size.height)}_applyTopLeft(e){this._topLeft=e,this.getDomNode().style.left=`${this._topLeft.left}px`,this.getDomNode().style.top=`${this._topLeft.top}px`}}var $e,Ue=i(77982),je=i(39675),Ke=i(9734),qe=i(10804),Ge=i(11233);!function(e){e[e.FILE=0]="FILE",e[e.FOLDER=1]="FOLDER",e[e.ROOT_FOLDER=2]="ROOT_FOLDER"}($e||($e={}));const Ze=/(?:\/|^)(?:([^\/]+)\/)?([^\/]+)$/;function Ye(e,t,i,n){const o=n===$e.ROOT_FOLDER?["rootfolder-icon"]:n===$e.FOLDER?["folder-icon"]:["file-icon"];if(i){let r;if(i.scheme===Ke.lg.data)r=qe.Vb.parseMetaData(i).get(qe.Vb.META_DATA_LABEL);else{const e=i.path.match(Ze);e?(r=Qe(e[2].toLowerCase()),e[1]&&o.push(`${Qe(e[1].toLowerCase())}-name-dir-icon`)):r=Qe(i.authority.toLowerCase())}if(n===$e.FOLDER)o.push(`${r}-name-folder-icon`);else{if(r){if(o.push(`${r}-name-file-icon`),o.push("name-file-icon"),r.length<=255){const e=r.split(".");for(let t=1;t{const e=this._editor.getOptions(),i=e.get(44),o=i.getMassagedFontFamily(Me.isSafari?We.hL.fontFamily:null),r=i.fontFeatureSettings,s=e.get(107)||i.fontSize,a=e.get(108)||i.lineHeight,l=i.fontWeight,c=`${s}px`,d=`${a}px`;t.root.style.fontSize=c,t.root.style.fontWeight=l,n.style.fontFamily=o,n.style.fontFeatureSettings=r,n.style.lineHeight=d,t.icon.style.height=d,t.icon.style.width=d,t.readMore.style.height=d,t.readMore.style.width=d};return o(),t.disposables.add(this._editor.onDidChangeConfiguration((e=>{(e.hasChanged(44)||e.hasChanged(107)||e.hasChanged(108))&&o()}))),t}renderElement(e,t,i){const{completion:n}=e;i.root.id=it(t),i.colorspan.style.backgroundColor="";const r={labelEscapeNewLines:!0,matches:(0,J.mB)(e.score)};let s=[];if(19===n.kind&&ot.extract(e,s))i.icon.className="icon customcolor",i.iconContainer.className="icon hide",i.colorspan.style.backgroundColor=s[0];else if(20===n.kind&&this._themeService.getFileIconTheme().hasFileIcons){i.icon.className="icon hide",i.iconContainer.className="icon hide";const t=Ye(this._modelService,this._languageService,je.o.from({scheme:"fake",path:e.textLabel}),$e.FILE),o=Ye(this._modelService,this._languageService,je.o.from({scheme:"fake",path:n.detail}),$e.FILE);r.extraClasses=t.length>o.length?t:o}else 23===n.kind&&this._themeService.getFileIconTheme().hasFolderIcons?(i.icon.className="icon hide",i.iconContainer.className="icon hide",r.extraClasses=(0,o.xH)([Ye(this._modelService,this._languageService,je.o.from({scheme:"fake",path:e.textLabel}),$e.FOLDER),Ye(this._modelService,this._languageService,je.o.from({scheme:"fake",path:n.detail}),$e.FOLDER)])):(i.icon.className="icon hide",i.iconContainer.className="",i.iconContainer.classList.add("suggest-icon",...Pe.dT.asClassNameArray(S.gX.toIcon(n.kind))));n.tags&&n.tags.indexOf(1)>=0&&(r.extraClasses=(r.extraClasses||[]).concat(["deprecated"]),r.matches=[]),i.iconLabel.setLabel(e.textLabel,void 0,r),"string"==typeof n.label?(i.parametersLabel.textContent="",i.detailsLabel.textContent=st(n.detail||""),i.root.classList.add("string-label")):(i.parametersLabel.textContent=st(n.label.detail||""),i.detailsLabel.textContent=st(n.label.description||""),i.root.classList.remove("string-label")),this._editor.getOption(106).showInlineDetails?(0,se.$Z)(i.detailsLabel):(0,se.Cp)(i.detailsLabel),Ve(e)?(i.right.classList.add("can-expand-details"),(0,se.$Z)(i.readMore),i.readMore.onmousedown=e=>{e.stopPropagation(),e.preventDefault()},i.readMore.onclick=e=>{e.stopPropagation(),e.preventDefault(),this._onDidToggleDetails.fire()}):(i.right.classList.remove("can-expand-details"),(0,se.Cp)(i.readMore),i.readMore.onmousedown=null,i.readMore.onclick=null)}disposeTemplate(e){e.disposables.dispose()}};function st(e){return e.replace(/\r\n|\r|\n/g,"")}rt=function(e,t,i,n){var o,r=arguments.length,s=r<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,i):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,i,s):o(t,i))||s);return r>3&&s&&Object.defineProperty(t,i,s),s}([tt(1,Je.q),tt(2,et.O),tt(3,Te.XE)],rt);var at=function(e,t){return function(i,n){t(i,n,e)}};(0,De.P6G)("editorSuggestWidget.background",{dark:De.D0T,light:De.D0T,hc:De.D0T},F.NC("vs/editor/contrib/suggest/browser/suggestWidget","editorSuggestWidgetBackground","Background color of the suggest widget.")),(0,De.P6G)("editorSuggestWidget.border",{dark:De.D1_,light:De.D1_,hc:De.D1_},F.NC("vs/editor/contrib/suggest/browser/suggestWidget","editorSuggestWidgetBorder","Border color of the suggest widget."));const lt=(0,De.P6G)("editorSuggestWidget.foreground",{dark:De.NOs,light:De.NOs,hc:De.NOs},F.NC("vs/editor/contrib/suggest/browser/suggestWidget","editorSuggestWidgetForeground","Foreground color of the suggest widget.")),ct=((0,De.P6G)("editorSuggestWidget.selectedForeground",{dark:De.NPS,light:De.NPS,hc:De.NPS},F.NC("vs/editor/contrib/suggest/browser/suggestWidget","editorSuggestWidgetSelectedForeground","Foreground color of the selected entry in the suggest widget.")),(0,De.P6G)("editorSuggestWidget.selectedIconForeground",{dark:De.cbQ,light:De.cbQ,hc:De.cbQ},F.NC("vs/editor/contrib/suggest/browser/suggestWidget","editorSuggestWidgetSelectedIconForeground","Icon foreground color of the selected entry in the suggest widget.")),(0,De.P6G)("editorSuggestWidget.selectedBackground",{dark:De.Vqd,light:De.Vqd,hc:De.Vqd},F.NC("vs/editor/contrib/suggest/browser/suggestWidget","editorSuggestWidgetSelectedBackground","Background color of the selected entry in the suggest widget.")));(0,De.P6G)("editorSuggestWidget.highlightForeground",{dark:De.Gwp,light:De.Gwp,hc:De.Gwp},F.NC("vs/editor/contrib/suggest/browser/suggestWidget","editorSuggestWidgetHighlightForeground","Color of the match highlights in the suggest widget.")),(0,De.P6G)("editorSuggestWidget.focusHighlightForeground",{dark:De.PX0,light:De.PX0,hc:De.PX0},F.NC("vs/editor/contrib/suggest/browser/suggestWidget","editorSuggestWidgetFocusHighlightForeground","Color of the match highlights in the suggest widget when an item is focused.")),(0,De.P6G)("editorSuggestWidgetStatus.foreground",{dark:(0,De.ZnX)(lt,.5),light:(0,De.ZnX)(lt,.5),hc:(0,De.ZnX)(lt,.5)},F.NC("vs/editor/contrib/suggest/browser/suggestWidget","editorSuggestWidgetStatusForeground","Foreground color of the suggest widget status."));class dt{constructor(e,t){this._service=e,this._key=`suggestWidget.size/${t.getEditorType()}/${t instanceof Se.H}`}restore(){var e;const t=null!==(e=this._service.get(this._key,0))&&void 0!==e?e:"";try{const e=JSON.parse(t);if(se.Ro.is(e))return se.Ro.lift(e)}catch(e){}}store(e){this._service.store(this._key,JSON.stringify(e),0,1)}reset(){this._service.remove(this._key,0)}}let ut=class e{constructor(e,t,i,n,o){this.editor=e,this._storageService=t,this._state=0,this._isAuto=!1,this._ignoreFocusEvents=!1,this._forceRenderingAbove=!1,this._explainMode=!1,this._showTimeout=new r._F,this._disposables=new d.SL,this._onDidSelect=new l.Q5,this._onDidFocus=new l.Q5,this._onDidHide=new l.Q5,this._onDidShow=new l.Q5,this.onDidSelect=this._onDidSelect.event,this.onDidFocus=this._onDidFocus.event,this.onDidHide=this._onDidHide.event,this.onDidShow=this._onDidShow.event,this._onDetailsKeydown=new l.Q5,this.onDetailsKeyDown=this._onDetailsKeydown.event,this.element=new Re,this.element.domNode.classList.add("editor-widget","suggest-widget"),this._contentWidget=new ht(this,e),this._persistedSize=new dt(t,e);class s{constructor(e,t,i=!1,n=!1){this.persistedSize=e,this.currentSize=t,this.persistHeight=i,this.persistWidth=n}}let a;this._disposables.add(this.element.onDidWillResize((()=>{this._contentWidget.lockPreference(),a=new s(this._persistedSize.restore(),this.element.size)}))),this._disposables.add(this.element.onDidResize((e=>{var t,i,n,o;if(this._resize(e.dimension.width,e.dimension.height),a&&(a.persistHeight=a.persistHeight||!!e.north||!!e.south,a.persistWidth=a.persistWidth||!!e.east||!!e.west),e.done){if(a){const{itemHeight:e,defaultSize:r}=this.getLayoutInfo(),s=Math.round(e/2);let{width:l,height:c}=this.element.size;(!a.persistHeight||Math.abs(a.currentSize.height-c)<=s)&&(c=null!==(i=null===(t=a.persistedSize)||void 0===t?void 0:t.height)&&void 0!==i?i:r.height),(!a.persistWidth||Math.abs(a.currentSize.width-l)<=s)&&(l=null!==(o=null===(n=a.persistedSize)||void 0===n?void 0:n.width)&&void 0!==o?o:r.width),this._persistedSize.store(new se.Ro(l,c))}this._contentWidget.unlockPreference(),a=void 0}}))),this._messageElement=se.R3(this.element.domNode,se.$(".message")),this._listElement=se.R3(this.element.domNode,se.$(".tree"));const c=o.createInstance(He,this.editor);c.onDidClose(this.toggleDetails,this,this._disposables),this._details=new ze(c,this.editor);const u=()=>this.element.domNode.classList.toggle("no-icons",!this.editor.getOption(106).showIcons);u();const h=o.createInstance(rt,this.editor);this._disposables.add(h),this._disposables.add(h.onDidToggleDetails((()=>this.toggleDetails()))),this._list=new ae.aV("SuggestWidget",this._listElement,{getHeight:e=>this.getLayoutInfo().itemHeight,getTemplateId:e=>"suggestion"},[h],{alwaysConsumeMouseWheel:!0,useShadows:!1,mouseSupport:!1,accessibilityProvider:{getRole:()=>"option",getWidgetAriaLabel:()=>F.NC("vs/editor/contrib/suggest/browser/suggestWidget","suggest","Suggest"),getWidgetRole:()=>"listbox",getAriaLabel:e=>{let t=e.textLabel;if("string"!=typeof e.completion.label){const{detail:i,description:n}=e.completion.label;i&&n?t=F.NC("vs/editor/contrib/suggest/browser/suggestWidget","label.full","{0}{1}, {2}",t,i,n):i?t=F.NC("vs/editor/contrib/suggest/browser/suggestWidget","label.detail","{0}{1}",t,i):n&&(t=F.NC("vs/editor/contrib/suggest/browser/suggestWidget","label.desc","{0}, {1}",t,n))}if(!e.isResolved||!this._isDetailsVisible())return t;const{documentation:i,detail:n}=e.completion,o=K.WU("{0}{1}",n||"",i?"string"==typeof i?i:i.value:"");return F.NC("vs/editor/contrib/suggest/browser/suggestWidget","ariaCurrenttSuggestionReadDetails","{0}, docs: {1}",t,o)}}}),this._status=o.createInstance(Ne,this.element.domNode);const g=()=>this.element.domNode.classList.toggle("with-status-bar",this.editor.getOption(106).showStatusBar);g(),this._disposables.add((0,Ie.Jl)(this._list,n,{listInactiveFocusBackground:ct,listInactiveFocusOutline:De.xL1})),this._disposables.add(n.onDidColorThemeChange((e=>this._onThemeChange(e)))),this._onThemeChange(n.getColorTheme()),this._disposables.add(this._list.onMouseDown((e=>this._onListMouseDownOrTap(e)))),this._disposables.add(this._list.onTap((e=>this._onListMouseDownOrTap(e)))),this._disposables.add(this._list.onDidChangeSelection((e=>this._onListSelection(e)))),this._disposables.add(this._list.onDidChangeFocus((e=>this._onListFocus(e)))),this._disposables.add(this.editor.onDidChangeCursorSelection((()=>this._onCursorSelectionChanged()))),this._disposables.add(this.editor.onDidChangeConfiguration((e=>{e.hasChanged(106)&&(g(),u())}))),this._ctxSuggestWidgetVisible=z._y.Visible.bindTo(i),this._ctxSuggestWidgetDetailsVisible=z._y.DetailsVisible.bindTo(i),this._ctxSuggestWidgetMultipleSuggestions=z._y.MultipleSuggestions.bindTo(i),this._disposables.add(se.mu(this._details.widget.domNode,"keydown",(e=>{this._onDetailsKeydown.fire(e)}))),this._disposables.add(this.editor.onMouseDown((e=>this._onEditorMouseDown(e))))}dispose(){var e;this._details.widget.dispose(),this._details.dispose(),this._list.dispose(),this._status.dispose(),this._disposables.dispose(),null===(e=this._loadingTimeout)||void 0===e||e.dispose(),this._showTimeout.dispose(),this._contentWidget.dispose(),this.element.dispose()}_onEditorMouseDown(e){this._details.widget.domNode.contains(e.target.element)?this._details.widget.domNode.focus():this.element.domNode.contains(e.target.element)&&this.editor.focus()}_onCursorSelectionChanged(){0!==this._state&&this._contentWidget.layout()}_onListMouseDownOrTap(e){void 0!==e.element&&void 0!==e.index&&(e.browserEvent.preventDefault(),e.browserEvent.stopPropagation(),this._select(e.element,e.index))}_onListSelection(e){e.elements.length&&this._select(e.elements[0],e.indexes[0])}_select(e,t){const i=this._completionModel;i&&(this._onDidSelect.fire({item:e,index:t,model:i}),this.editor.focus())}_onThemeChange(e){this._details.widget.borderWidth="hc"===e.type?2:1}_onListFocus(e){var t;if(this._ignoreFocusEvents)return;if(!e.elements.length)return this._currentSuggestionDetails&&(this._currentSuggestionDetails.cancel(),this._currentSuggestionDetails=void 0,this._focusedItem=void 0),void this.editor.setAriaOptions({activeDescendant:void 0});if(!this._completionModel)return;const i=e.elements[0],n=e.indexes[0];i!==this._focusedItem&&(null===(t=this._currentSuggestionDetails)||void 0===t||t.cancel(),this._currentSuggestionDetails=void 0,this._focusedItem=i,this._list.reveal(n),this._currentSuggestionDetails=(0,r.PG)((e=>{return t=this,n=void 0,s=function*(){const t=(0,r.Vg)((()=>{this._isDetailsVisible()&&this.showDetails(!0)}),250),n=e.onCancellationRequested((()=>t.dispose())),o=yield i.resolve(e);return t.dispose(),n.dispose(),o},new((o=void 0)||(o=Promise))((function(e,i){function r(e){try{l(s.next(e))}catch(e){i(e)}}function a(e){try{l(s.throw(e))}catch(e){i(e)}}function l(t){var i;t.done?e(t.value):(i=t.value,i instanceof o?i:new o((function(e){e(i)}))).then(r,a)}l((s=s.apply(t,n||[])).next())}));var t,n,o,s})),this._currentSuggestionDetails.then((()=>{n>=this._list.length||i!==this._list.element(n)||(this._ignoreFocusEvents=!0,this._list.splice(n,1,[i]),this._list.setFocus([n]),this._ignoreFocusEvents=!1,this._isDetailsVisible()?this.showDetails(!1):this.element.domNode.classList.remove("docs-side"),this.editor.setAriaOptions({activeDescendant:it(n)}))})).catch(a.dL)),this._onDidFocus.fire({item:i,index:n,model:this._completionModel})}_setState(t){if(this._state!==t)switch(this._state=t,this.element.domNode.classList.toggle("frozen",4===t),this.element.domNode.classList.remove("message"),t){case 0:se.Cp(this._messageElement,this._listElement,this._status.element),this._details.hide(!0),this._status.hide(),this._contentWidget.hide(),this._ctxSuggestWidgetVisible.reset(),this._ctxSuggestWidgetMultipleSuggestions.reset(),this._showTimeout.cancel(),this.element.domNode.classList.remove("visible"),this._list.splice(0,this._list.length),this._focusedItem=void 0,this._cappedHeight=void 0,this._explainMode=!1;break;case 1:this.element.domNode.classList.add("message"),this._messageElement.textContent=e.LOADING_MESSAGE,se.Cp(this._listElement,this._status.element),se.$Z(this._messageElement),this._details.hide(),this._show(),this._focusedItem=void 0;break;case 2:this.element.domNode.classList.add("message"),this._messageElement.textContent=e.NO_SUGGESTIONS_MESSAGE,se.Cp(this._listElement,this._status.element),se.$Z(this._messageElement),this._details.hide(),this._show(),this._focusedItem=void 0;break;case 3:case 4:se.Cp(this._messageElement),se.$Z(this._listElement,this._status.element),this._show();break;case 5:se.Cp(this._messageElement),se.$Z(this._listElement,this._status.element),this._details.show(),this._show()}}_show(){this._status.show(),this._contentWidget.show(),this._layout(this._persistedSize.restore()),this._ctxSuggestWidgetVisible.set(!0),this._showTimeout.cancelAndSet((()=>{this.element.domNode.classList.add("visible"),this._onDidShow.fire(this)}),100)}showTriggered(e,t){0===this._state&&(this._contentWidget.setPosition(this.editor.getPosition()),this._isAuto=!!e,this._isAuto||(this._loadingTimeout=(0,r.Vg)((()=>this._setState(1)),t)))}showSuggestions(e,t,i,n){var o,r;if(this._contentWidget.setPosition(this.editor.getPosition()),null===(o=this._loadingTimeout)||void 0===o||o.dispose(),null===(r=this._currentSuggestionDetails)||void 0===r||r.cancel(),this._currentSuggestionDetails=void 0,this._completionModel!==e&&(this._completionModel=e),i&&2!==this._state&&0!==this._state)return void this._setState(4);const s=this._completionModel.items.length,a=0===s;if(this._ctxSuggestWidgetMultipleSuggestions.set(s>1),a)return this._setState(n?0:2),void(this._completionModel=void 0);this._focusedItem=void 0,this._list.splice(0,this._list.length,this._completionModel.items),this._setState(i?4:3),this._list.reveal(t,0),this._list.setFocus([t]),this._layout(this.element.size),this._details.widget.domNode.classList.remove("focused")}selectNextPage(){switch(this._state){case 0:return!1;case 5:return this._details.widget.pageDown(),!0;case 1:return!this._isAuto;default:return this._list.focusNextPage(),!0}}selectNext(){switch(this._state){case 0:return!1;case 1:return!this._isAuto;default:return this._list.focusNext(1,!0),!0}}selectLast(){switch(this._state){case 0:return!1;case 5:return this._details.widget.scrollBottom(),!0;case 1:return!this._isAuto;default:return this._list.focusLast(),!0}}selectPreviousPage(){switch(this._state){case 0:return!1;case 5:return this._details.widget.pageUp(),!0;case 1:return!this._isAuto;default:return this._list.focusPreviousPage(),!0}}selectPrevious(){switch(this._state){case 0:return!1;case 1:return!this._isAuto;default:return this._list.focusPrevious(1,!0),!1}}selectFirst(){switch(this._state){case 0:return!1;case 5:return this._details.widget.scrollTop(),!0;case 1:return!this._isAuto;default:return this._list.focusFirst(),!0}}getFocusedItem(){if(0!==this._state&&2!==this._state&&1!==this._state&&this._completionModel)return{item:this._list.getFocusedElements()[0],index:this._list.getFocus()[0],model:this._completionModel}}toggleDetailsFocus(){5===this._state?(this._setState(3),this._details.widget.domNode.classList.remove("focused")):3===this._state&&this._isDetailsVisible()&&(this._setState(5),this._details.widget.domNode.classList.add("focused"))}toggleDetails(){this._isDetailsVisible()?(this._ctxSuggestWidgetDetailsVisible.set(!1),this._setDetailsVisible(!1),this._details.hide(),this.element.domNode.classList.remove("shows-details")):!Ve(this._list.getFocusedElements()[0])&&!this._explainMode||3!==this._state&&5!==this._state&&4!==this._state||(this._ctxSuggestWidgetDetailsVisible.set(!0),this._setDetailsVisible(!0),this.showDetails(!1))}showDetails(e){this._details.show(),e?this._details.widget.renderLoading():this._details.widget.renderItem(this._list.getFocusedElements()[0],this._explainMode),this._positionDetails(),this.editor.focus(),this.element.domNode.classList.add("shows-details")}toggleExplainMode(){this._list.getFocusedElements()[0]&&(this._explainMode=!this._explainMode,this._isDetailsVisible()?this.showDetails(!1):this.toggleDetails())}resetPersistedSize(){this._persistedSize.reset()}hideWidget(){var e;null===(e=this._loadingTimeout)||void 0===e||e.dispose(),this._setState(0),this._onDidHide.fire(this),this.element.clearSashHoverState();const t=this._persistedSize.restore(),i=Math.ceil(4.3*this.getLayoutInfo().itemHeight);t&&t.heightl&&(a=l);const c=this._completionModel?this._completionModel.stats.pLabelLen*r.typicalHalfwidthCharacterWidth:a,d=r.statusBarHeight+this._list.contentHeight+r.borderHeight,u=r.itemHeight+r.statusBarHeight,h=se.i(this.editor.getDomNode()),g=this.editor.getScrolledVisiblePosition(this.editor.getPosition()),p=h.top+g.top+g.height,m=Math.min(o.height-p-r.verticalPadding,d),f=h.top+g.top-r.verticalPadding,_=Math.min(f,d);let b=Math.min(Math.max(_,m)+r.borderHeight,d);s===(null===(t=this._cappedHeight)||void 0===t?void 0:t.capped)&&(s=this._cappedHeight.wanted),sb&&(s=b);const v=150;s>m||this._forceRenderingAbove&&f>v?(this._contentWidget.setPreference(1),this.element.enableSashes(!0,!0,!1,!1),b=_):(this._contentWidget.setPreference(2),this.element.enableSashes(!1,!0,!0,!1),b=m),this.element.preferredSize=new se.Ro(c,r.defaultSize.height),this.element.maxSize=new se.Ro(l,b),this.element.minSize=new se.Ro(220,u),this._cappedHeight=s===d?{wanted:null!==(n=null===(i=this._cappedHeight)||void 0===i?void 0:i.wanted)&&void 0!==n?n:e.height,capped:s}:void 0}this._resize(a,s)}_resize(e,t){const{width:i,height:n}=this.element.maxSize;e=Math.min(i,e),t=Math.min(n,t);const{statusBarHeight:o}=this.getLayoutInfo();this._list.layout(t-o,e),this._listElement.style.height=t-o+"px",this.element.layout(t,e),this._contentWidget.layout(),this._positionDetails()}_positionDetails(){var e;this._isDetailsVisible()&&this._details.placeAtAnchor(this.element.domNode,2===(null===(e=this._contentWidget.getPosition())||void 0===e?void 0:e.preference[0]))}getLayoutInfo(){const e=this.editor.getOption(44),t=(0,le.uZ)(this.editor.getOption(108)||e.lineHeight,8,1e3),i=this.editor.getOption(106).showStatusBar&&2!==this._state&&1!==this._state?t:0,n=this._details.widget.borderWidth,o=2*n;return{itemHeight:t,statusBarHeight:i,borderWidth:n,borderHeight:o,typicalHalfwidthCharacterWidth:e.typicalHalfwidthCharacterWidth,verticalPadding:22,horizontalPadding:14,defaultSize:new se.Ro(430,i+12*t+o)}}_isDetailsVisible(){return this._storageService.getBoolean("expandSuggestionDocs",0,!1)}_setDetailsVisible(e){this._storageService.store("expandSuggestionDocs",e,0,0)}forceRenderingAbove(){this._forceRenderingAbove||(this._forceRenderingAbove=!0,this._layout(this._persistedSize.restore()))}stopForceRenderingAbove(){this._forceRenderingAbove=!1}};ut.LOADING_MESSAGE=F.NC("vs/editor/contrib/suggest/browser/suggestWidget","suggestWidget.loading","Loading..."),ut.NO_SUGGESTIONS_MESSAGE=F.NC("vs/editor/contrib/suggest/browser/suggestWidget","suggestWidget.noSuggestions","No suggestions."),ut=function(e,t,i,n){var o,r=arguments.length,s=r<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,i):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,i,s):o(t,i))||s);return r>3&&s&&Object.defineProperty(t,i,s),s}([at(1,E.Uy),at(2,R.i6),at(3,Te.XE),at(4,L.TG)],ut);class ht{constructor(e,t){this._widget=e,this._editor=t,this.allowEditorOverflow=!0,this.suppressMouseDown=!1,this._preferenceLocked=!1,this._added=!1,this._hidden=!1}dispose(){this._added&&(this._added=!1,this._editor.removeContentWidget(this))}getId(){return"editor.widget.suggestWidget"}getDomNode(){return this._widget.element.domNode}show(){this._hidden=!1,this._added||(this._added=!0,this._editor.addContentWidget(this))}hide(){this._hidden||(this._hidden=!0,this.layout())}layout(){this._editor.layoutContentWidget(this)}getPosition(){return!this._hidden&&this._position&&this._preference?{position:this._position,preference:[this._preference]}:null}beforeRender(){const{height:e,width:t}=this._widget.element.size,{borderWidth:i,horizontalPadding:n}=this._widget.getLayoutInfo();return new se.Ro(t+2*i+n,e+2*i)}afterRender(e){this._widget._afterRender(e)}setPreference(e){this._preferenceLocked||(this._preference=e)}lockPreference(){this._preferenceLocked=!0}unlockPreference(){this._preferenceLocked=!1}setPosition(e){this._position=e}}var gt=i(25672),pt=function(e,t){return function(i,n){t(i,n,e)}};class mt{constructor(e,t){if(this._model=e,this._position=t,e.getLineMaxColumn(t.lineNumber)!==t.column){const i=e.getOffsetAt(t),n=e.getPositionAt(i+1);this._marker=e.deltaDecorations([],[{range:b.e.fromPositions(t,n),options:{description:"suggest-line-suffix",stickiness:1}}])}}dispose(){this._marker&&!this._model.isDisposed()&&this._model.deltaDecorations(this._marker,[])}delta(e){if(this._model.isDisposed()||this._position.lineNumber!==e.lineNumber)return 0;if(this._marker){const t=this._model.getDecorationRange(this._marker[0]);return this._model.getOffsetAt(t.getStartPosition())-this._model.getOffsetAt(e)}return this._model.getLineMaxColumn(e.lineNumber)-e.column}}let ft=class e{constructor(e,t,i,n,o,s,a){this._memoryService=t,this._commandService=i,this._contextKeyService=n,this._instantiationService=o,this._logService=s,this._telemetryService=a,this._lineSuffix=new d.XK,this._toDispose=new d.SL,this._selectors=new _t((e=>e.priority)),this._telemetryGate=0,this.editor=e,this.model=o.createInstance(oe,this.editor);const l=z._y.InsertMode.bindTo(n);l.set(e.getOption(106).insertMode),this.model.onDidTrigger((()=>l.set(e.getOption(106).insertMode))),this.widget=this._toDispose.add(new r.Ue((()=>{const e=this._instantiationService.createInstance(ut,this.editor);this._toDispose.add(e),this._toDispose.add(e.onDidSelect((e=>this._insertSuggestion(e,0)),this));const t=new j(this.editor,e,(e=>this._insertSuggestion(e,2)));this._toDispose.add(t),this._toDispose.add(this.model.onDidSuggest((e=>{0===e.completionModel.items.length&&t.reset()})));const i=z._y.MakesTextEdit.bindTo(this._contextKeyService),n=z._y.HasInsertAndReplaceRange.bindTo(this._contextKeyService),o=z._y.CanResolve.bindTo(this._contextKeyService);return this._toDispose.add((0,d.OF)((()=>{i.reset(),n.reset(),o.reset()}))),this._toDispose.add(e.onDidFocus((({item:e})=>{const t=this.editor.getPosition(),r=e.editStart.column,s=t.column;let a=!0;"smart"!==this.editor.getOption(1)||2!==this.model.state||e.completion.additionalTextEdits||4&e.completion.insertTextRules||s-r!==e.completion.insertText.length||(a=this.editor.getModel().getValueInRange({startLineNumber:t.lineNumber,startColumn:r,endLineNumber:t.lineNumber,endColumn:s})!==e.completion.insertText),i.set(a),n.set(!_.L.equals(e.editInsertEnd,e.editReplaceEnd)),o.set(Boolean(e.provider.resolveCompletionItem)||Boolean(e.completion.documentation)||e.completion.detail!==e.completion.label)}))),this._toDispose.add(e.onDetailsKeyDown((e=>{e.toKeybinding().equals(new c.QC(!0,!1,!1,!1,33))||u.dz&&e.toKeybinding().equals(new c.QC(!1,!1,!1,!0,33))?e.stopPropagation():e.toKeybinding().isModifierKey()||this.editor.focus()}))),e}))),this._overtypingCapturer=this._toDispose.add(new r.Ue((()=>this._toDispose.add(new re(this.editor,this.model))))),this._alternatives=this._toDispose.add(new r.Ue((()=>this._toDispose.add(new $(this.editor,this._contextKeyService))))),this._toDispose.add(o.createInstance(M,e)),this._toDispose.add(this.model.onDidTrigger((e=>{this.widget.value.showTriggered(e.auto,e.shy?250:50),this._lineSuffix.value=new mt(this.editor.getModel(),e.position)}))),this._toDispose.add(this.model.onDidSuggest((e=>{if(!e.shy){let t=-1;for(const i of this._selectors.itemsOrderedByPriorityDesc)if(t=i.select(this.editor.getModel(),this.editor.getPosition(),e.completionModel.items),-1!==t)break;-1===t&&(t=this._memoryService.select(this.editor.getModel(),this.editor.getPosition(),e.completionModel.items)),this.widget.value.showSuggestions(e.completionModel,t,e.isFrozen,e.auto)}}))),this._toDispose.add(this.model.onDidCancel((e=>{e.retrigger||this.widget.value.hideWidget()}))),this._toDispose.add(this.editor.onDidBlurEditorWidget((()=>{this.model.cancel(),this.model.clear()})));let h=z._y.AcceptSuggestionsOnEnter.bindTo(n),g=()=>{const e=this.editor.getOption(1);h.set("on"===e||"smart"===e)};this._toDispose.add(this.editor.onDidChangeConfiguration((()=>g()))),g()}static get(t){return t.getContribution(e.ID)}dispose(){this._alternatives.dispose(),this._toDispose.dispose(),this.widget.dispose(),this.model.dispose(),this._lineSuffix.dispose()}_insertSuggestion(e,t){if(!e||!e.item)return this._alternatives.value.reset(),this.model.cancel(),void this.model.clear();if(!this.editor.hasModel())return;const i=C.SnippetController2.get(this.editor);if(!i)return;const n=this.editor.getModel(),o=n.getAlternativeVersionId(),{item:r}=e,l=[],c=new s.A;1&t||this.editor.pushUndoStop();const d=this.getOverwriteInfo(r,Boolean(8&t));if(this._memoryService.memorize(n,this.editor.getPosition(),r),Array.isArray(r.completion.additionalTextEdits)){const e=p.Z.capture(this.editor);this.editor.executeEdits("suggestController.additionalTextEdits.sync",r.completion.additionalTextEdits.map((e=>f.h.replace(b.e.lift(e.range),e.text)))),e.restoreRelativeVerticalPositionOfCursor(this.editor)}else if(!r.isResolved){const e=new h.G(!0);let i;const o=n.onDidChangeContent((e=>{if(e.isFlush)return c.cancel(),void o.dispose();for(let t of e.changes){const e=b.e.getEndPosition(t.range);i&&!_.L.isBefore(e,i)||(i=e)}}));let s=t;t|=2;let a=!1,d=this.editor.onWillType((()=>{d.dispose(),a=!0,2&s||this.editor.pushUndoStop()}));l.push(r.resolve(c.token).then((()=>{if(!r.completion.additionalTextEdits||c.token.isCancellationRequested)return!1;if(i&&r.completion.additionalTextEdits.some((e=>_.L.isBefore(i,b.e.getStartPosition(e.range)))))return!1;a&&this.editor.pushUndoStop();const e=p.Z.capture(this.editor);return this.editor.executeEdits("suggestController.additionalTextEdits.async",r.completion.additionalTextEdits.map((e=>f.h.replace(b.e.lift(e.range),e.text)))),e.restoreRelativeVerticalPositionOfCursor(this.editor),!a&&2&s||this.editor.pushUndoStop(),!0})).then((t=>{this._logService.trace("[suggest] async resolving of edits DONE (ms, applied?)",e.elapsed(),t),o.dispose(),d.dispose()})))}let{insertText:u}=r.completion;4&r.completion.insertTextRules||(u=w.Yj.escape(u)),i.insert(u,{overwriteBefore:d.overwriteBefore,overwriteAfter:d.overwriteAfter,undoStopBefore:!1,undoStopAfter:!1,adjustWhitespace:!(1&r.completion.insertTextRules),clipboardText:e.model.clipboardText,overtypingCapturer:this._overtypingCapturer.value}),2&t||this.editor.pushUndoStop(),r.completion.command?r.completion.command.id===bt.id?this.model.trigger({auto:!0,shy:!1},!0):(l.push(this._commandService.executeCommand(r.completion.command.id,...r.completion.command.arguments?[...r.completion.command.arguments]:[]).catch(a.dL)),this.model.cancel()):this.model.cancel(),4&t&&this._alternatives.value.set(e,(e=>{for(c.cancel();n.canUndo();){o!==n.getAlternativeVersionId()&&n.undo(),this._insertSuggestion(e,3|(8&t?8:0));break}})),this._alertCompletionItem(r),Promise.all(l).finally((()=>{this._reportSuggestionAcceptedTelemetry(n,e),this.model.clear(),c.dispose()}))}_reportSuggestionAcceptedTelemetry(e,t){var i;if(this._telemetryGate++%100!=0)return;const n=(null!==(i=t.item.provider._debugDisplayName)&&void 0!==i?i:"unknown").split("(",1)[0].toLowerCase();this._telemetryService.publicLog2("suggest.acceptedSuggestion",{providerId:n,basenameHash:(0,gt.vp)((0,qe.EZ)(e.uri)).toString(16),languageId:e.getLanguageId(),fileExtension:(0,qe.DZ)(e.uri)})}getOverwriteInfo(e,t){(0,g.p_)(this.editor.hasModel());let i="replace"===this.editor.getOption(106).insertMode;t&&(i=!i);const n=e.position.column-e.editStart.column,o=(i?e.editReplaceEnd.column:e.editInsertEnd.column)-e.position.column;return{overwriteBefore:n+(this.editor.getPosition().column-e.position.column),overwriteAfter:o+(this._lineSuffix.value?this._lineSuffix.value.delta(this.editor.getPosition()):0)}}_alertCompletionItem(e){if((0,o.Of)(e.completion.additionalTextEdits)){let t=F.NC("vs/editor/contrib/suggest/browser/suggestController","aria.alert.snippet","Accepting '{0}' made {1} additional edits",e.textLabel,e.completion.additionalTextEdits.length);(0,n.Z9)(t)}}triggerSuggest(e,t){this.editor.hasModel()&&(this.model.trigger({auto:null!=t&&t,shy:!1},!1,e),this.editor.revealPosition(this.editor.getPosition(),0),this.editor.focus())}triggerSuggestAndAcceptBest(e){if(!this.editor.hasModel())return;const t=this.editor.getPosition(),i=()=>{t.equals(this.editor.getPosition())&&this._commandService.executeCommand(e.fallback)},n=e=>{if(4&e.completion.insertTextRules||e.completion.additionalTextEdits)return!0;const t=this.editor.getPosition(),i=e.editStart.column,n=t.column;return n-i!==e.completion.insertText.length||this.editor.getModel().getValueInRange({startLineNumber:t.lineNumber,startColumn:i,endLineNumber:t.lineNumber,endColumn:n})!==e.completion.insertText};l.ju.once(this.model.onDidTrigger)((e=>{let t=[];l.ju.any(this.model.onDidTrigger,this.model.onDidCancel)((()=>{(0,d.B9)(t),i()}),void 0,t),this.model.onDidSuggest((({completionModel:e})=>{if((0,d.B9)(t),0===e.items.length)return void i();const o=this._memoryService.select(this.editor.getModel(),this.editor.getPosition(),e.items),r=e.items[o];n(r)?(this.editor.pushUndoStop(),this._insertSuggestion({index:o,item:r,model:e},7)):i()}),void 0,t)})),this.model.trigger({auto:!1,shy:!0}),this.editor.revealPosition(t,0),this.editor.focus()}acceptSelectedSuggestion(e,t){const i=this.widget.value.getFocusedItem();let n=0;e&&(n|=4),t&&(n|=8),this._insertSuggestion(i,n)}acceptNextSuggestion(){this._alternatives.value.next()}acceptPrevSuggestion(){this._alternatives.value.prev()}cancelSuggestWidget(){this.model.cancel(),this.model.clear(),this.widget.value.hideWidget()}selectNextSuggestion(){this.widget.value.selectNext()}selectNextPageSuggestion(){this.widget.value.selectNextPage()}selectLastSuggestion(){this.widget.value.selectLast()}selectPrevSuggestion(){this.widget.value.selectPrevious()}selectPrevPageSuggestion(){this.widget.value.selectPreviousPage()}selectFirstSuggestion(){this.widget.value.selectFirst()}toggleSuggestionDetails(){this.widget.value.toggleDetails()}toggleExplainMode(){this.widget.value.toggleExplainMode()}toggleSuggestionFocus(){this.widget.value.toggleDetailsFocus()}resetWidgetSize(){this.widget.value.resetPersistedSize()}forceRenderingAbove(){this.widget.value.forceRenderingAbove()}stopForceRenderingAbove(){this.widget.isInitialized&&this.widget.value.stopForceRenderingAbove()}registerSelector(e){return this._selectors.register(e)}};ft.ID="editor.contrib.suggestController",ft=function(e,t,i,n){var o,r=arguments.length,s=r<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,i):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,i,s):o(t,i))||s);return r>3&&s&&Object.defineProperty(t,i,s),s}([pt(1,A),pt(2,W.Hy),pt(3,R.i6),pt(4,L.TG),pt(5,H.VZ),pt(6,X.b)],ft);class _t{constructor(e){this.prioritySelector=e,this._items=new Array}register(e){if(-1!==this._items.indexOf(e))throw new Error("Value is already registered");return this._items.push(e),this._items.sort(((e,t)=>this.prioritySelector(t)-this.prioritySelector(e))),{dispose:()=>{const t=this._items.indexOf(e);t>=0&&this._items.splice(t,1)}}}get itemsOrderedByPriorityDesc(){return this._items}}class bt extends m.R6{constructor(){super({id:bt.id,label:F.NC("vs/editor/contrib/suggest/browser/suggestController","suggest.trigger.label","Trigger Suggest"),alias:"Trigger Suggest",precondition:R.Ao.and(v.u.writable,v.u.hasCompletionItemProvider),kbOpts:{kbExpr:v.u.textInputFocus,primary:2058,secondary:[2087],mac:{primary:266,secondary:[521,2087]},weight:100}})}run(e,t,i){const n=ft.get(t);if(!n)return;let o;i&&"object"==typeof i&&!0===i.auto&&(o=!0),n.triggerSuggest(void 0,o)}}bt.id="editor.action.triggerSuggest",(0,m._K)(ft.ID,ft),(0,m.Qr)(bt);const vt=190,Ct=m._l.bindToContribution(ft.get);(0,m.fK)(new Ct({id:"acceptSelectedSuggestion",precondition:z._y.Visible,handler(e){e.acceptSelectedSuggestion(!0,!1)}})),V.W.registerKeybindingRule({id:"acceptSelectedSuggestion",when:R.Ao.and(z._y.Visible,v.u.textInputFocus),primary:2,weight:vt}),V.W.registerKeybindingRule({id:"acceptSelectedSuggestion",when:R.Ao.and(z._y.Visible,v.u.textInputFocus,z._y.AcceptSuggestionsOnEnter,z._y.MakesTextEdit),primary:3,weight:vt}),B.BH.appendMenuItem(z.GI,{command:{id:"acceptSelectedSuggestion",title:F.NC("vs/editor/contrib/suggest/browser/suggestController","accept.insert","Insert")},group:"left",order:1,when:z._y.HasInsertAndReplaceRange.toNegated()}),B.BH.appendMenuItem(z.GI,{command:{id:"acceptSelectedSuggestion",title:F.NC("vs/editor/contrib/suggest/browser/suggestController","accept.insert","Insert")},group:"left",order:1,when:R.Ao.and(z._y.HasInsertAndReplaceRange,z._y.InsertMode.isEqualTo("insert"))}),B.BH.appendMenuItem(z.GI,{command:{id:"acceptSelectedSuggestion",title:F.NC("vs/editor/contrib/suggest/browser/suggestController","accept.replace","Replace")},group:"left",order:1,when:R.Ao.and(z._y.HasInsertAndReplaceRange,z._y.InsertMode.isEqualTo("replace"))}),(0,m.fK)(new Ct({id:"acceptAlternativeSelectedSuggestion",precondition:R.Ao.and(z._y.Visible,v.u.textInputFocus),kbOpts:{weight:vt,kbExpr:v.u.textInputFocus,primary:1027,secondary:[1026]},handler(e){e.acceptSelectedSuggestion(!1,!0)},menuOpts:[{menuId:z.GI,group:"left",order:2,when:R.Ao.and(z._y.HasInsertAndReplaceRange,z._y.InsertMode.isEqualTo("insert")),title:F.NC("vs/editor/contrib/suggest/browser/suggestController","accept.replace","Replace")},{menuId:z.GI,group:"left",order:2,when:R.Ao.and(z._y.HasInsertAndReplaceRange,z._y.InsertMode.isEqualTo("replace")),title:F.NC("vs/editor/contrib/suggest/browser/suggestController","accept.insert","Insert")}]})),W.P0.registerCommandAlias("acceptSelectedSuggestionOnEnter","acceptSelectedSuggestion"),(0,m.fK)(new Ct({id:"hideSuggestWidget",precondition:z._y.Visible,handler:e=>e.cancelSuggestWidget(),kbOpts:{weight:vt,kbExpr:v.u.textInputFocus,primary:9,secondary:[1033]}})),(0,m.fK)(new Ct({id:"selectNextSuggestion",precondition:R.Ao.and(z._y.Visible,z._y.MultipleSuggestions),handler:e=>e.selectNextSuggestion(),kbOpts:{weight:vt,kbExpr:v.u.textInputFocus,primary:18,secondary:[2066],mac:{primary:18,secondary:[2066,300]}}})),(0,m.fK)(new Ct({id:"selectNextPageSuggestion",precondition:R.Ao.and(z._y.Visible,z._y.MultipleSuggestions),handler:e=>e.selectNextPageSuggestion(),kbOpts:{weight:vt,kbExpr:v.u.textInputFocus,primary:12,secondary:[2060]}})),(0,m.fK)(new Ct({id:"selectLastSuggestion",precondition:R.Ao.and(z._y.Visible,z._y.MultipleSuggestions),handler:e=>e.selectLastSuggestion()})),(0,m.fK)(new Ct({id:"selectPrevSuggestion",precondition:R.Ao.and(z._y.Visible,z._y.MultipleSuggestions),handler:e=>e.selectPrevSuggestion(),kbOpts:{weight:vt,kbExpr:v.u.textInputFocus,primary:16,secondary:[2064],mac:{primary:16,secondary:[2064,302]}}})),(0,m.fK)(new Ct({id:"selectPrevPageSuggestion",precondition:R.Ao.and(z._y.Visible,z._y.MultipleSuggestions),handler:e=>e.selectPrevPageSuggestion(),kbOpts:{weight:vt,kbExpr:v.u.textInputFocus,primary:11,secondary:[2059]}})),(0,m.fK)(new Ct({id:"selectFirstSuggestion",precondition:R.Ao.and(z._y.Visible,z._y.MultipleSuggestions),handler:e=>e.selectFirstSuggestion()})),(0,m.fK)(new Ct({id:"toggleSuggestionDetails",precondition:z._y.Visible,handler:e=>e.toggleSuggestionDetails(),kbOpts:{weight:vt,kbExpr:v.u.textInputFocus,primary:2058,secondary:[2087],mac:{primary:266,secondary:[2087]}},menuOpts:[{menuId:z.GI,group:"right",order:1,when:R.Ao.and(z._y.DetailsVisible,z._y.CanResolve),title:F.NC("vs/editor/contrib/suggest/browser/suggestController","detail.more","show less")},{menuId:z.GI,group:"right",order:1,when:R.Ao.and(z._y.DetailsVisible.toNegated(),z._y.CanResolve),title:F.NC("vs/editor/contrib/suggest/browser/suggestController","detail.less","show more")}]})),(0,m.fK)(new Ct({id:"toggleExplainMode",precondition:z._y.Visible,handler:e=>e.toggleExplainMode(),kbOpts:{weight:100,primary:2133}})),(0,m.fK)(new Ct({id:"toggleSuggestionFocus",precondition:z._y.Visible,handler:e=>e.toggleSuggestionFocus(),kbOpts:{weight:vt,kbExpr:v.u.textInputFocus,primary:2570,mac:{primary:778}}})),(0,m.fK)(new Ct({id:"insertBestCompletion",precondition:R.Ao.and(v.u.textInputFocus,R.Ao.equals("config.editor.tabCompletion","on"),M.AtEnd,z._y.Visible.toNegated(),$.OtherSuggestions.toNegated(),C.SnippetController2.InSnippetMode.toNegated()),handler:(e,t)=>{e.triggerSuggestAndAcceptBest((0,g.Kn)(t)?Object.assign({fallback:"tab"},t):{fallback:"tab"})},kbOpts:{weight:vt,primary:2}})),(0,m.fK)(new Ct({id:"insertNextSuggestion",precondition:R.Ao.and(v.u.textInputFocus,R.Ao.equals("config.editor.tabCompletion","on"),$.OtherSuggestions,z._y.Visible.toNegated(),C.SnippetController2.InSnippetMode.toNegated()),handler:e=>e.acceptNextSuggestion(),kbOpts:{weight:vt,kbExpr:v.u.textInputFocus,primary:2}})),(0,m.fK)(new Ct({id:"insertPrevSuggestion",precondition:R.Ao.and(v.u.textInputFocus,R.Ao.equals("config.editor.tabCompletion","on"),$.OtherSuggestions,z._y.Visible.toNegated(),C.SnippetController2.InSnippetMode.toNegated()),handler:e=>e.acceptPrevSuggestion(),kbOpts:{weight:vt,kbExpr:v.u.textInputFocus,primary:1026}})),(0,m.Qr)(class extends m.R6{constructor(){super({id:"editor.action.resetSuggestSize",label:F.NC("vs/editor/contrib/suggest/browser/suggestController","suggest.reset.label","Reset Suggest Widget Size"),alias:"Reset Suggest Widget Size",precondition:void 0})}run(e,t){var i;null===(i=ft.get(t))||void 0===i||i.resetWidgetSize()}})},31300:function(e,t,i){"use strict";var n=i(4821),o=i(89982),r=i(45164),s=i(81585);const a=(0,r.P6G)("symbolIcon.arrayForeground",{dark:r.dRz,light:r.dRz,hc:r.dRz},(0,o.NC)("vs/editor/contrib/symbolIcons/browser/symbolIcons","symbolIcon.arrayForeground","The foreground color for array symbols. These symbols appear in the outline, breadcrumb, and suggest widget.")),l=(0,r.P6G)("symbolIcon.booleanForeground",{dark:r.dRz,light:r.dRz,hc:r.dRz},(0,o.NC)("vs/editor/contrib/symbolIcons/browser/symbolIcons","symbolIcon.booleanForeground","The foreground color for boolean symbols. These symbols appear in the outline, breadcrumb, and suggest widget.")),c=(0,r.P6G)("symbolIcon.classForeground",{dark:"#EE9D28",light:"#D67E00",hc:"#EE9D28"},(0,o.NC)("vs/editor/contrib/symbolIcons/browser/symbolIcons","symbolIcon.classForeground","The foreground color for class symbols. These symbols appear in the outline, breadcrumb, and suggest widget.")),d=(0,r.P6G)("symbolIcon.colorForeground",{dark:r.dRz,light:r.dRz,hc:r.dRz},(0,o.NC)("vs/editor/contrib/symbolIcons/browser/symbolIcons","symbolIcon.colorForeground","The foreground color for color symbols. These symbols appear in the outline, breadcrumb, and suggest widget.")),u=(0,r.P6G)("symbolIcon.constantForeground",{dark:r.dRz,light:r.dRz,hc:r.dRz},(0,o.NC)("vs/editor/contrib/symbolIcons/browser/symbolIcons","symbolIcon.constantForeground","The foreground color for constant symbols. These symbols appear in the outline, breadcrumb, and suggest widget.")),h=(0,r.P6G)("symbolIcon.constructorForeground",{dark:"#B180D7",light:"#652D90",hc:"#B180D7"},(0,o.NC)("vs/editor/contrib/symbolIcons/browser/symbolIcons","symbolIcon.constructorForeground","The foreground color for constructor symbols. These symbols appear in the outline, breadcrumb, and suggest widget.")),g=(0,r.P6G)("symbolIcon.enumeratorForeground",{dark:"#EE9D28",light:"#D67E00",hc:"#EE9D28"},(0,o.NC)("vs/editor/contrib/symbolIcons/browser/symbolIcons","symbolIcon.enumeratorForeground","The foreground color for enumerator symbols. These symbols appear in the outline, breadcrumb, and suggest widget.")),p=(0,r.P6G)("symbolIcon.enumeratorMemberForeground",{dark:"#75BEFF",light:"#007ACC",hc:"#75BEFF"},(0,o.NC)("vs/editor/contrib/symbolIcons/browser/symbolIcons","symbolIcon.enumeratorMemberForeground","The foreground color for enumerator member symbols. These symbols appear in the outline, breadcrumb, and suggest widget.")),m=(0,r.P6G)("symbolIcon.eventForeground",{dark:"#EE9D28",light:"#D67E00",hc:"#EE9D28"},(0,o.NC)("vs/editor/contrib/symbolIcons/browser/symbolIcons","symbolIcon.eventForeground","The foreground color for event symbols. These symbols appear in the outline, breadcrumb, and suggest widget.")),f=(0,r.P6G)("symbolIcon.fieldForeground",{dark:"#75BEFF",light:"#007ACC",hc:"#75BEFF"},(0,o.NC)("vs/editor/contrib/symbolIcons/browser/symbolIcons","symbolIcon.fieldForeground","The foreground color for field symbols. These symbols appear in the outline, breadcrumb, and suggest widget.")),_=(0,r.P6G)("symbolIcon.fileForeground",{dark:r.dRz,light:r.dRz,hc:r.dRz},(0,o.NC)("vs/editor/contrib/symbolIcons/browser/symbolIcons","symbolIcon.fileForeground","The foreground color for file symbols. These symbols appear in the outline, breadcrumb, and suggest widget.")),b=(0,r.P6G)("symbolIcon.folderForeground",{dark:r.dRz,light:r.dRz,hc:r.dRz},(0,o.NC)("vs/editor/contrib/symbolIcons/browser/symbolIcons","symbolIcon.folderForeground","The foreground color for folder symbols. These symbols appear in the outline, breadcrumb, and suggest widget.")),v=(0,r.P6G)("symbolIcon.functionForeground",{dark:"#B180D7",light:"#652D90",hc:"#B180D7"},(0,o.NC)("vs/editor/contrib/symbolIcons/browser/symbolIcons","symbolIcon.functionForeground","The foreground color for function symbols. These symbols appear in the outline, breadcrumb, and suggest widget.")),C=(0,r.P6G)("symbolIcon.interfaceForeground",{dark:"#75BEFF",light:"#007ACC",hc:"#75BEFF"},(0,o.NC)("vs/editor/contrib/symbolIcons/browser/symbolIcons","symbolIcon.interfaceForeground","The foreground color for interface symbols. These symbols appear in the outline, breadcrumb, and suggest widget.")),w=(0,r.P6G)("symbolIcon.keyForeground",{dark:r.dRz,light:r.dRz,hc:r.dRz},(0,o.NC)("vs/editor/contrib/symbolIcons/browser/symbolIcons","symbolIcon.keyForeground","The foreground color for key symbols. These symbols appear in the outline, breadcrumb, and suggest widget.")),y=(0,r.P6G)("symbolIcon.keywordForeground",{dark:r.dRz,light:r.dRz,hc:r.dRz},(0,o.NC)("vs/editor/contrib/symbolIcons/browser/symbolIcons","symbolIcon.keywordForeground","The foreground color for keyword symbols. These symbols appear in the outline, breadcrumb, and suggest widget.")),S=(0,r.P6G)("symbolIcon.methodForeground",{dark:"#B180D7",light:"#652D90",hc:"#B180D7"},(0,o.NC)("vs/editor/contrib/symbolIcons/browser/symbolIcons","symbolIcon.methodForeground","The foreground color for method symbols. These symbols appear in the outline, breadcrumb, and suggest widget.")),x=(0,r.P6G)("symbolIcon.moduleForeground",{dark:r.dRz,light:r.dRz,hc:r.dRz},(0,o.NC)("vs/editor/contrib/symbolIcons/browser/symbolIcons","symbolIcon.moduleForeground","The foreground color for module symbols. These symbols appear in the outline, breadcrumb, and suggest widget.")),k=(0,r.P6G)("symbolIcon.namespaceForeground",{dark:r.dRz,light:r.dRz,hc:r.dRz},(0,o.NC)("vs/editor/contrib/symbolIcons/browser/symbolIcons","symbolIcon.namespaceForeground","The foreground color for namespace symbols. These symbols appear in the outline, breadcrumb, and suggest widget.")),L=(0,r.P6G)("symbolIcon.nullForeground",{dark:r.dRz,light:r.dRz,hc:r.dRz},(0,o.NC)("vs/editor/contrib/symbolIcons/browser/symbolIcons","symbolIcon.nullForeground","The foreground color for null symbols. These symbols appear in the outline, breadcrumb, and suggest widget.")),E=(0,r.P6G)("symbolIcon.numberForeground",{dark:r.dRz,light:r.dRz,hc:r.dRz},(0,o.NC)("vs/editor/contrib/symbolIcons/browser/symbolIcons","symbolIcon.numberForeground","The foreground color for number symbols. These symbols appear in the outline, breadcrumb, and suggest widget.")),N=(0,r.P6G)("symbolIcon.objectForeground",{dark:r.dRz,light:r.dRz,hc:r.dRz},(0,o.NC)("vs/editor/contrib/symbolIcons/browser/symbolIcons","symbolIcon.objectForeground","The foreground color for object symbols. These symbols appear in the outline, breadcrumb, and suggest widget.")),D=(0,r.P6G)("symbolIcon.operatorForeground",{dark:r.dRz,light:r.dRz,hc:r.dRz},(0,o.NC)("vs/editor/contrib/symbolIcons/browser/symbolIcons","symbolIcon.operatorForeground","The foreground color for operator symbols. These symbols appear in the outline, breadcrumb, and suggest widget.")),I=(0,r.P6G)("symbolIcon.packageForeground",{dark:r.dRz,light:r.dRz,hc:r.dRz},(0,o.NC)("vs/editor/contrib/symbolIcons/browser/symbolIcons","symbolIcon.packageForeground","The foreground color for package symbols. These symbols appear in the outline, breadcrumb, and suggest widget.")),T=(0,r.P6G)("symbolIcon.propertyForeground",{dark:r.dRz,light:r.dRz,hc:r.dRz},(0,o.NC)("vs/editor/contrib/symbolIcons/browser/symbolIcons","symbolIcon.propertyForeground","The foreground color for property symbols. These symbols appear in the outline, breadcrumb, and suggest widget.")),A=(0,r.P6G)("symbolIcon.referenceForeground",{dark:r.dRz,light:r.dRz,hc:r.dRz},(0,o.NC)("vs/editor/contrib/symbolIcons/browser/symbolIcons","symbolIcon.referenceForeground","The foreground color for reference symbols. These symbols appear in the outline, breadcrumb, and suggest widget.")),R=(0,r.P6G)("symbolIcon.snippetForeground",{dark:r.dRz,light:r.dRz,hc:r.dRz},(0,o.NC)("vs/editor/contrib/symbolIcons/browser/symbolIcons","symbolIcon.snippetForeground","The foreground color for snippet symbols. These symbols appear in the outline, breadcrumb, and suggest widget.")),M=(0,r.P6G)("symbolIcon.stringForeground",{dark:r.dRz,light:r.dRz,hc:r.dRz},(0,o.NC)("vs/editor/contrib/symbolIcons/browser/symbolIcons","symbolIcon.stringForeground","The foreground color for string symbols. These symbols appear in the outline, breadcrumb, and suggest widget.")),O=(0,r.P6G)("symbolIcon.structForeground",{dark:r.dRz,light:r.dRz,hc:r.dRz},(0,o.NC)("vs/editor/contrib/symbolIcons/browser/symbolIcons","symbolIcon.structForeground","The foreground color for struct symbols. These symbols appear in the outline, breadcrumb, and suggest widget.")),P=(0,r.P6G)("symbolIcon.textForeground",{dark:r.dRz,light:r.dRz,hc:r.dRz},(0,o.NC)("vs/editor/contrib/symbolIcons/browser/symbolIcons","symbolIcon.textForeground","The foreground color for text symbols. These symbols appear in the outline, breadcrumb, and suggest widget.")),F=(0,r.P6G)("symbolIcon.typeParameterForeground",{dark:r.dRz,light:r.dRz,hc:r.dRz},(0,o.NC)("vs/editor/contrib/symbolIcons/browser/symbolIcons","symbolIcon.typeParameterForeground","The foreground color for type parameter symbols. These symbols appear in the outline, breadcrumb, and suggest widget.")),B=(0,r.P6G)("symbolIcon.unitForeground",{dark:r.dRz,light:r.dRz,hc:r.dRz},(0,o.NC)("vs/editor/contrib/symbolIcons/browser/symbolIcons","symbolIcon.unitForeground","The foreground color for unit symbols. These symbols appear in the outline, breadcrumb, and suggest widget.")),W=(0,r.P6G)("symbolIcon.variableForeground",{dark:"#75BEFF",light:"#007ACC",hc:"#75BEFF"},(0,o.NC)("vs/editor/contrib/symbolIcons/browser/symbolIcons","symbolIcon.variableForeground","The foreground color for variable symbols. These symbols appear in the outline, breadcrumb, and suggest widget."));(0,s.Ic)(((e,t)=>{const i=e.getColor(a);i&&t.addRule(`${n.lA.symbolArray.cssSelector} { color: ${i}; }`);const o=e.getColor(l);o&&t.addRule(`${n.lA.symbolBoolean.cssSelector} { color: ${o}; }`);const r=e.getColor(c);r&&t.addRule(`${n.lA.symbolClass.cssSelector} { color: ${r}; }`);const s=e.getColor(S);s&&t.addRule(`${n.lA.symbolMethod.cssSelector} { color: ${s}; }`);const V=e.getColor(d);V&&t.addRule(`${n.lA.symbolColor.cssSelector} { color: ${V}; }`);const H=e.getColor(u);H&&t.addRule(`${n.lA.symbolConstant.cssSelector} { color: ${H}; }`);const z=e.getColor(h);z&&t.addRule(`${n.lA.symbolConstructor.cssSelector} { color: ${z}; }`);const $=e.getColor(g);$&&t.addRule(`\n\t\t\t${n.lA.symbolValue.cssSelector},${n.lA.symbolEnum.cssSelector} { color: ${$}; }`);const U=e.getColor(p);U&&t.addRule(`${n.lA.symbolEnumMember.cssSelector} { color: ${U}; }`);const j=e.getColor(m);j&&t.addRule(`${n.lA.symbolEvent.cssSelector} { color: ${j}; }`);const K=e.getColor(f);K&&t.addRule(`${n.lA.symbolField.cssSelector} { color: ${K}; }`);const q=e.getColor(_);q&&t.addRule(`${n.lA.symbolFile.cssSelector} { color: ${q}; }`);const G=e.getColor(b);G&&t.addRule(`${n.lA.symbolFolder.cssSelector} { color: ${G}; }`);const Z=e.getColor(v);Z&&t.addRule(`${n.lA.symbolFunction.cssSelector} { color: ${Z}; }`);const Y=e.getColor(C);Y&&t.addRule(`${n.lA.symbolInterface.cssSelector} { color: ${Y}; }`);const Q=e.getColor(w);Q&&t.addRule(`${n.lA.symbolKey.cssSelector} { color: ${Q}; }`);const X=e.getColor(y);X&&t.addRule(`${n.lA.symbolKeyword.cssSelector} { color: ${X}; }`);const J=e.getColor(x);J&&t.addRule(`${n.lA.symbolModule.cssSelector} { color: ${J}; }`);const ee=e.getColor(k);ee&&t.addRule(`${n.lA.symbolNamespace.cssSelector} { color: ${ee}; }`);const te=e.getColor(L);te&&t.addRule(`${n.lA.symbolNull.cssSelector} { color: ${te}; }`);const ie=e.getColor(E);ie&&t.addRule(`${n.lA.symbolNumber.cssSelector} { color: ${ie}; }`);const ne=e.getColor(N);ne&&t.addRule(`${n.lA.symbolObject.cssSelector} { color: ${ne}; }`);const oe=e.getColor(D);oe&&t.addRule(`${n.lA.symbolOperator.cssSelector} { color: ${oe}; }`);const re=e.getColor(I);re&&t.addRule(`${n.lA.symbolPackage.cssSelector} { color: ${re}; }`);const se=e.getColor(T);se&&t.addRule(`${n.lA.symbolProperty.cssSelector} { color: ${se}; }`);const ae=e.getColor(A);ae&&t.addRule(`${n.lA.symbolReference.cssSelector} { color: ${ae}; }`);const le=e.getColor(R);le&&t.addRule(`${n.lA.symbolSnippet.cssSelector} { color: ${le}; }`);const ce=e.getColor(M);ce&&t.addRule(`${n.lA.symbolString.cssSelector} { color: ${ce}; }`);const de=e.getColor(O);de&&t.addRule(`${n.lA.symbolStruct.cssSelector} { color: ${de}; }`);const ue=e.getColor(P);ue&&t.addRule(`${n.lA.symbolText.cssSelector} { color: ${ue}; }`);const he=e.getColor(F);he&&t.addRule(`${n.lA.symbolTypeParameter.cssSelector} { color: ${he}; }`);const ge=e.getColor(B);ge&&t.addRule(`${n.lA.symbolUnit.cssSelector} { color: ${ge}; }`);const pe=e.getColor(W);pe&&t.addRule(`${n.lA.symbolVariable.cssSelector} { color: ${pe}; }`)}))},13876:function(e,t,i){"use strict";i.r(t),i.d(t,{ToggleTabFocusModeAction:function(){return a}});var n=i(77339),o=i(6158),r=i(4189),s=i(89982);class a extends r.R6{constructor(){super({id:a.ID,label:s.NC("vs/editor/contrib/toggleTabFocusMode/browser/toggleTabFocusMode",{key:"toggle.tabMovesFocus",comment:["Turn on/off use of tab key for moving focus around VS Code"]},"Toggle Tab Key Moves Focus"),alias:"Toggle Tab Key Moves Focus",precondition:void 0,kbOpts:{kbExpr:null,primary:2091,mac:{primary:1323},weight:100}})}run(e,t){const i=!o.n.getTabFocusMode();o.n.setTabFocusMode(i),i?(0,n.Z9)(s.NC("vs/editor/contrib/toggleTabFocusMode/browser/toggleTabFocusMode","toggle.tabMovesFocus.on","Pressing Tab will now move focus to the next focusable element")):(0,n.Z9)(s.NC("vs/editor/contrib/toggleTabFocusMode/browser/toggleTabFocusMode","toggle.tabMovesFocus.off","Pressing Tab will now insert the tab character"))}}a.ID="editor.action.toggleTabFocusMode",(0,r.Qr)(a)},27710:function(e,t,i){"use strict";i.r(t);var n=i(52150),o=i(4189),r=i(89982);class s extends o.R6{constructor(){super({id:"editor.action.forceRetokenize",label:r.NC("vs/editor/contrib/tokenization/browser/tokenization","forceRetokenize","Developer: Force Retokenize"),alias:"Developer: Force Retokenize",precondition:void 0})}run(e,t){if(!t.hasModel())return;const i=t.getModel();i.resetTokenization();const o=new n.G(!0);i.forceTokenization(i.getLineCount()),o.stop(),console.log(`tokenization took ${o.elapsed()}`)}}(0,o.Qr)(s)},88942:function(e,t,i){"use strict";i.r(t),i.d(t,{DisableHighlightingInCommentsAction:function(){return me},DisableHighlightingInStringsAction:function(){return fe},DisableHighlightingOfAmbiguousCharactersAction:function(){return _e},DisableHighlightingOfInvisibleCharactersAction:function(){return be},DisableHighlightingOfNonBasicAsciiCharactersAction:function(){return ve},ShowExcludeOptions:function(){return Ce},UnicodeHighlighter:function(){return ae},UnicodeHighlighterHoverParticipant:function(){return de},warningIcon:function(){return se}});var n=i(40027),o=i(4821),r=i(4004),s=i(6954),a=i(18039),l=i(93379),c=i.n(l),d=i(7795),u=i.n(d),h=i(90569),g=i.n(h),p=i(3565),m=i.n(p),f=i(19216),_=i.n(f),b=i(44589),v=i.n(b),C=i(18557),w={};w.styleTagTransform=v(),w.setAttributes=m(),w.insert=g().bind(null,"head"),w.domAPI=u(),w.insertStyleElement=_(),c()(C.Z,w),C.Z&&C.Z.locals&&C.Z.locals;var y=i(4189),S=i(18966),x=i(25732),k=i(5083),L=i(22157),E=i(10940),N=i(63280),D=i(66801),I=i(1093),T=i(9604),A={};A.styleTagTransform=v(),A.setAttributes=m(),A.insert=g().bind(null,"head"),A.domAPI=u(),A.insertStyleElement=_(),c()(T.Z,A),T.Z&&T.Z.locals&&T.Z.locals;var R=i(68695),M=i(47995),O=i(11007),P=i(72956),F=i(12260),B=i(27163),W=i(33200),V=i(83055),H=i(46718),z=i(82523),$=i(45164),U=i(81585);let j=class extends r.JT{constructor(e,t,i={},n){var o;super(),this._link=t,this._enabled=!0,this.el=(0,R.R3)(e,(0,R.$)("a.monaco-link",{tabIndex:null!==(o=t.tabIndex)&&void 0!==o?o:0,href:t.href,title:t.title},t.label)),this.el.setAttribute("role","button");const r=this._register(new B.Y(this.el,"click")),s=this._register(new B.Y(this.el,"keypress")),a=H.ju.chain(s.event).map((e=>new W.y(e))).filter((e=>3===e.keyCode)).event,l=this._register(new B.Y(this.el,V.t.Tap)).event;this._register(V.o.addTarget(this.el));const c=H.ju.any(r.event,a,l);this._register(c((e=>{this.enabled&&(R.zB.stop(e,!0),(null==i?void 0:i.opener)?i.opener(this._link.href):n.open(this._link.href,{allowCommands:!0}))}))),this.enabled=!0}get enabled(){return this._enabled}set enabled(e){e?(this.el.setAttribute("aria-disabled","false"),this.el.tabIndex=0,this.el.style.pointerEvents="auto",this.el.style.opacity="1",this.el.style.cursor="pointer",this._enabled=!1):(this.el.setAttribute("aria-disabled","true"),this.el.tabIndex=-1,this.el.style.pointerEvents="none",this.el.style.opacity="0.4",this.el.style.cursor="default",this._enabled=!0),this._enabled=e}};var K,q;j=function(e,t,i,n){var o,r=arguments.length,s=r<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,i):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,i,s):o(t,i))||s);return r>3&&s&&Object.defineProperty(t,i,s),s}([(K=3,q=z.v4,function(e,t){q(e,t,K)})],j),(0,U.Ic)(((e,t)=>{const i=e.getColor($.url);i&&t.addRule(`.monaco-link { color: ${i}; }`);const n=e.getColor($.sgC);n&&t.addRule(`.monaco-link:hover { color: ${n}; }`)}));var G=i(26181),Z=function(e,t,i,n){var o,r=arguments.length,s=r<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,i):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,i,s):o(t,i))||s);return r>3&&s&&Object.defineProperty(t,i,s),s},Y=function(e,t){return function(i,n){t(i,n,e)}};let Q=class extends r.JT{constructor(e,t){super(),this._editor=e,this.instantiationService=t,this.banner=this._register(this.instantiationService.createInstance(X))}hide(){this._editor.setBanner(null,0),this.banner.clear()}show(e){this.banner.show(Object.assign(Object.assign({},e),{onClose:()=>{this.hide(),e.onClose&&e.onClose()}})),this._editor.setBanner(this.banner.element,26)}};Q=Z([Y(1,F.TG)],Q);let X=class extends r.JT{constructor(e){super(),this.instantiationService=e,this.markdownRenderer=this.instantiationService.createInstance(P.$,{}),this.element=(0,R.$)("div.editor-banner"),this.element.tabIndex=0}getAriaLabel(e){return e.ariaLabel?e.ariaLabel:"string"==typeof e.message?e.message:void 0}getBannerMessage(e){if("string"==typeof e){const t=(0,R.$)("span");return t.innerText=e,t}return this.markdownRenderer.render(e).element}clear(){(0,R.PO)(this.element)}show(e){(0,R.PO)(this.element);const t=this.getAriaLabel(e);t&&this.element.setAttribute("aria-label",t);const i=(0,R.R3)(this.element,(0,R.$)("div.icon-container"));i.setAttribute("aria-hidden","true"),e.icon&&i.appendChild((0,R.$)(`div${U.kS.asCSSSelector(e.icon)}`));const n=(0,R.R3)(this.element,(0,R.$)("div.message-container"));if(n.setAttribute("aria-hidden","true"),n.appendChild(this.getBannerMessage(e.message)),this.messageActionsContainer=(0,R.R3)(this.element,(0,R.$)("div.message-actions-container")),e.actions)for(const t of e.actions)this._register(this.instantiationService.createInstance(j,this.messageActionsContainer,Object.assign(Object.assign({},t),{tabIndex:-1}),{}));const o=(0,R.R3)(this.element,(0,R.$)("div.action-container"));this.actionBar=this._register(new M.o(o)),this.actionBar.push(this._register(new O.aU("banner.close","Close Banner",U.kS.asClassName(G.s_),!0,(()=>{"function"==typeof e.onClose&&e.onClose()}))),{icon:!0,label:!1}),this.actionBar.setFocusable(!1)}};X=Z([Y(0,F.TG)],X);var J=i(89982),ee=i(40539),te=i(22447),ie=i(32817),ne=function(e,t,i,n){var o,r=arguments.length,s=r<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,i):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,i,s):o(t,i))||s);return r>3&&s&&Object.defineProperty(t,i,s),s},oe=function(e,t){return function(i,n){t(i,n,e)}},re=function(e,t,i,n){return new(i||(i=Promise))((function(o,r){function s(e){try{l(n.next(e))}catch(e){r(e)}}function a(e){try{l(n.throw(e))}catch(e){r(e)}}function l(e){var t;e.done?o(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(s,a)}l((n=n.apply(e,t||[])).next())}))};const se=(0,G.q5)("extensions-warning-message",o.lA.warning,J.NC("vs/editor/contrib/unicodeHighlighter/browser/unicodeHighlighter","warningIcon","Icon shown with a warning message in the extensions editor."));let ae=class extends r.JT{constructor(e,t,i,n){super(),this._editor=e,this._editorWorkerService=t,this._workspaceTrustService=i,this._highlighter=null,this._bannerClosed=!1,this._updateState=e=>{if(e&&e.hasMore){if(this._bannerClosed)return;const t=Math.max(e.ambiguousCharacterCount,e.nonBasicAsciiCharacterCount,e.invisibleCharacterCount);let i;if(e.nonBasicAsciiCharacterCount>=t)i={message:J.NC("vs/editor/contrib/unicodeHighlighter/browser/unicodeHighlighter","unicodeHighlighting.thisDocumentHasManyNonBasicAsciiUnicodeCharacters","This document contains many non-basic ASCII unicode characters"),command:new ve};else if(e.ambiguousCharacterCount>=t)i={message:J.NC("vs/editor/contrib/unicodeHighlighter/browser/unicodeHighlighter","unicodeHighlighting.thisDocumentHasManyAmbiguousUnicodeCharacters","This document contains many ambiguous unicode characters"),command:new _e};else{if(!(e.invisibleCharacterCount>=t))throw new Error("Unreachable");i={message:J.NC("vs/editor/contrib/unicodeHighlighter/browser/unicodeHighlighter","unicodeHighlighting.thisDocumentHasManyInvisibleUnicodeCharacters","This document contains many invisible unicode characters"),command:new be}}this._bannerController.show({id:"unicodeHighlightBanner",message:i.message,icon:se,actions:[{label:i.command.shortLabel,href:`command:${i.command.id}`}],onClose:()=>{this._bannerClosed=!0}})}else this._bannerController.hide()},this._bannerController=this._register(n.createInstance(Q,e)),this._register(this._editor.onDidChangeModel((()=>{this._bannerClosed=!1,this._updateHighlighter()}))),this._options=e.getOption(113),this._register(i.onDidChangeTrust((e=>{this._updateHighlighter()}))),this._register(e.onDidChangeConfiguration((t=>{t.hasChanged(113)&&(this._options=e.getOption(113),this._updateHighlighter())}))),this._updateHighlighter()}dispose(){this._highlighter&&(this._highlighter.dispose(),this._highlighter=null),super.dispose()}_updateHighlighter(){if(this._updateState(null),this._highlighter&&(this._highlighter.dispose(),this._highlighter=null),!this._editor.hasModel())return;const e=function(e,t){return{nonBasicASCII:t.nonBasicASCII===S.Av?!e:t.nonBasicASCII,ambiguousCharacters:t.ambiguousCharacters,invisibleCharacters:t.invisibleCharacters,includeComments:t.includeComments===S.Av?!e:t.includeComments,includeStrings:t.includeStrings===S.Av?!e:t.includeStrings,allowedCharacters:t.allowedCharacters,allowedLocales:t.allowedLocales}}(this._workspaceTrustService.isWorkspaceTrusted(),this._options);if([e.nonBasicASCII,e.ambiguousCharacters,e.invisibleCharacters].every((e=>!1===e)))return;const t={nonBasicASCII:e.nonBasicASCII,ambiguousCharacters:e.ambiguousCharacters,invisibleCharacters:e.invisibleCharacters,includeComments:e.includeComments,includeStrings:e.includeStrings,allowedCodePoints:Object.keys(e.allowedCharacters).map((e=>e.codePointAt(0))),allowedLocales:Object.keys(e.allowedLocales).map((e=>"_os"===e?(new Intl.NumberFormat).resolvedOptions().locale:"_vscode"===e?s.dK:e))};this._editorWorkerService.canComputeUnicodeHighlights(this._editor.getModel().uri)?this._highlighter=new le(this._editor,t,this._updateState,this._editorWorkerService):this._highlighter=new ce(this._editor,t,this._updateState)}getDecorationInfo(e){return this._highlighter?this._highlighter.getDecorationInfo(e):null}};ae.ID="editor.contrib.unicodeHighlighter",ae=ne([oe(1,L.p),oe(2,ie.Y),oe(3,F.TG)],ae);let le=class extends r.JT{constructor(e,t,i,o){super(),this._editor=e,this._options=t,this._updateState=i,this._editorWorkerService=o,this._model=this._editor.getModel(),this._decorationIds=new Set,this._updateSoon=this._register(new n.pY((()=>this._update()),250)),this._register(this._editor.onDidChangeModelContent((()=>{this._updateSoon.schedule()}))),this._updateSoon.schedule()}dispose(){this._decorationIds=new Set(this._model.deltaDecorations(Array.from(this._decorationIds),[])),super.dispose()}_update(){if(this._model.isDisposed())return;if(!this._model.mightContainNonBasicASCII())return void(this._decorationIds=new Set(this._editor.deltaDecorations(Array.from(this._decorationIds),[])));const e=this._model.getVersionId();this._editorWorkerService.computedUnicodeHighlights(this._model.uri,this._options).then((t=>{if(this._model.isDisposed())return;if(this._model.getVersionId()!==e)return;this._updateState(t);const i=[];if(!t.hasMore)for(const e of t.ranges)i.push({range:e,options:pe.instance.getDecorationFromOptions(this._options)});this._decorationIds=new Set(this._editor.deltaDecorations(Array.from(this._decorationIds),i))}))}getDecorationInfo(e){if(!this._decorationIds.has(e))return null;const t=this._editor.getModel(),i=t.getDecorationRange(e),n={range:i,options:pe.instance.getDecorationFromOptions(this._options),id:e,ownerId:0};return(0,N.Fd)(t,n)?{reason:ge(t.getValueInRange(i),this._options),inComment:(0,N.$t)(t,n),inString:(0,N.zg)(t,n)}:null}};le=ne([oe(3,L.p)],le);class ce extends r.JT{constructor(e,t,i){super(),this._editor=e,this._options=t,this._updateState=i,this._model=this._editor.getModel(),this._decorationIds=new Set,this._updateSoon=this._register(new n.pY((()=>this._update()),250)),this._register(this._editor.onDidLayoutChange((()=>{this._updateSoon.schedule()}))),this._register(this._editor.onDidScrollChange((()=>{this._updateSoon.schedule()}))),this._register(this._editor.onDidChangeHiddenAreas((()=>{this._updateSoon.schedule()}))),this._register(this._editor.onDidChangeModelContent((()=>{this._updateSoon.schedule()}))),this._updateSoon.schedule()}dispose(){this._decorationIds=new Set(this._model.deltaDecorations(Array.from(this._decorationIds),[])),super.dispose()}_update(){if(this._model.isDisposed())return;if(!this._model.mightContainNonBasicASCII())return void(this._decorationIds=new Set(this._editor.deltaDecorations(Array.from(this._decorationIds),[])));const e=this._editor.getVisibleRanges(),t=[],i={ranges:[],ambiguousCharacterCount:0,invisibleCharacterCount:0,nonBasicAsciiCharacterCount:0,hasMore:!1};for(const t of e){const e=k.a.computeUnicodeHighlights(this._model,this._options,t);for(const t of e.ranges)i.ranges.push(t);i.ambiguousCharacterCount+=i.ambiguousCharacterCount,i.invisibleCharacterCount+=i.invisibleCharacterCount,i.nonBasicAsciiCharacterCount+=i.nonBasicAsciiCharacterCount,i.hasMore=i.hasMore||e.hasMore}if(!i.hasMore)for(const e of i.ranges)t.push({range:e,options:pe.instance.getDecorationFromOptions(this._options)});this._updateState(i),this._decorationIds=new Set(this._editor.deltaDecorations(Array.from(this._decorationIds),t))}getDecorationInfo(e){if(!this._decorationIds.has(e))return null;const t=this._editor.getModel(),i=t.getDecorationRange(e),n=t.getValueInRange(i),o={range:i,options:pe.instance.getDecorationFromOptions(this._options),id:e,ownerId:0};return(0,N.Fd)(t,o)?{reason:ge(n,this._options),inComment:(0,N.$t)(t,o),inString:(0,N.zg)(t,o)}:null}}let de=class{constructor(e,t,i){this._editor=e,this._languageService=t,this._openerService=i,this.hoverOrdinal=4}computeSync(e,t){if(!this._editor.hasModel()||1!==e.type)return[];const i=this._editor.getModel(),n=this._editor.getContribution(ae.ID);if(!n)return[];const o=[];let r=300;for(const e of t){const t=n.getDecorationInfo(e.id);if(!t)continue;const s=i.getValueInRange(e.range).codePointAt(0),a=he(s);let l;switch(t.reason.kind){case 0:l=J.NC("vs/editor/contrib/unicodeHighlighter/browser/unicodeHighlighter","unicodeHighlight.characterIsAmbiguous","The character {0} could be confused with the character {1}, which is more common in source code.",a,he(t.reason.confusableWith.codePointAt(0)));break;case 1:l=J.NC("vs/editor/contrib/unicodeHighlighter/browser/unicodeHighlighter","unicodeHighlight.characterIsInvisible","The character {0} is invisible.",a);break;case 2:l=J.NC("vs/editor/contrib/unicodeHighlighter/browser/unicodeHighlighter","unicodeHighlight.characterIsNonBasicAscii","The character {0} is not a basic ASCII character.",a)}const c={codePoint:s,reason:t.reason,inComment:t.inComment,inString:t.inString},d=[{value:`${l} [${J.NC("vs/editor/contrib/unicodeHighlighter/browser/unicodeHighlighter","unicodeHighlight.adjustSettings","Adjust settings")}](command:${Ce.ID}?${encodeURIComponent(JSON.stringify(c))})`,isTrusted:!0}];o.push(new I.hU(this,e.range,d,r++))}return o}renderHoverParts(e,t){return(0,I.c)(e,t,this._editor,this._languageService,this._openerService)}};function ue(e){return`U+${e.toString(16).padStart(4,"0")}`}function he(e){let t=`\`${ue(e)}\``;return a.vU.isInvisibleCharacter(e)||(t+=` "${function(e){return 96===e?"`` ` ``":"`"+String.fromCodePoint(e)+"`"}(e)}"`),t}function ge(e,t){return k.a.computeUnicodeHighlightReason(e,t)}de=ne([oe(1,E.O),oe(2,z.v4)],de);class pe{constructor(){this.map=new Map}getDecorationFromOptions(e){return this.getDecoration(!e.includeComments,!e.includeStrings)}getDecoration(e,t){const i=`${e}${t}`;let n=this.map.get(i);return n||(n=x.qx.createDynamic({description:"unicode-highlight",stickiness:1,className:"unicode-highlight",showIfCollapsed:!0,overviewRuler:null,minimap:null,hideInCommentTokens:e,hideInStringTokens:t}),this.map.set(i,n)),n}}pe.instance=new pe;class me extends y.R6{constructor(){super({id:_e.ID,label:J.NC("vs/editor/contrib/unicodeHighlighter/browser/unicodeHighlighter","action.unicodeHighlight.disableHighlightingInComments","Disable highlighting of characters in comments"),alias:"Disable highlighting of characters in comments",precondition:void 0}),this.shortLabel=J.NC("vs/editor/contrib/unicodeHighlighter/browser/unicodeHighlighter","unicodeHighlight.disableHighlightingInComments.shortLabel","Disable Highlight In Comments")}run(e,t,i){return re(this,void 0,void 0,(function*(){let t=null==e?void 0:e.get(ee.Ui);t&&this.runAction(t)}))}runAction(e){return re(this,void 0,void 0,(function*(){yield e.updateValue(S.qt.includeComments,!1,1)}))}}class fe extends y.R6{constructor(){super({id:_e.ID,label:J.NC("vs/editor/contrib/unicodeHighlighter/browser/unicodeHighlighter","action.unicodeHighlight.disableHighlightingInStrings","Disable highlighting of characters in strings"),alias:"Disable highlighting of characters in strings",precondition:void 0}),this.shortLabel=J.NC("vs/editor/contrib/unicodeHighlighter/browser/unicodeHighlighter","unicodeHighlight.disableHighlightingInStrings.shortLabel","Disable Highlight In Strings")}run(e,t,i){return re(this,void 0,void 0,(function*(){let t=null==e?void 0:e.get(ee.Ui);t&&this.runAction(t)}))}runAction(e){return re(this,void 0,void 0,(function*(){yield e.updateValue(S.qt.includeStrings,!1,1)}))}}class _e extends y.R6{constructor(){super({id:_e.ID,label:J.NC("vs/editor/contrib/unicodeHighlighter/browser/unicodeHighlighter","action.unicodeHighlight.disableHighlightingOfAmbiguousCharacters","Disable highlighting of ambiguous characters"),alias:"Disable highlighting of ambiguous characters",precondition:void 0}),this.shortLabel=J.NC("vs/editor/contrib/unicodeHighlighter/browser/unicodeHighlighter","unicodeHighlight.disableHighlightingOfAmbiguousCharacters.shortLabel","Disable Ambiguous Highlight")}run(e,t,i){return re(this,void 0,void 0,(function*(){let t=null==e?void 0:e.get(ee.Ui);t&&this.runAction(t)}))}runAction(e){return re(this,void 0,void 0,(function*(){yield e.updateValue(S.qt.ambiguousCharacters,!1,1)}))}}_e.ID="editor.action.unicodeHighlight.disableHighlightingOfAmbiguousCharacters";class be extends y.R6{constructor(){super({id:be.ID,label:J.NC("vs/editor/contrib/unicodeHighlighter/browser/unicodeHighlighter","action.unicodeHighlight.disableHighlightingOfInvisibleCharacters","Disable highlighting of invisible characters"),alias:"Disable highlighting of invisible characters",precondition:void 0}),this.shortLabel=J.NC("vs/editor/contrib/unicodeHighlighter/browser/unicodeHighlighter","unicodeHighlight.disableHighlightingOfInvisibleCharacters.shortLabel","Disable Invisible Highlight")}run(e,t,i){return re(this,void 0,void 0,(function*(){let t=null==e?void 0:e.get(ee.Ui);t&&this.runAction(t)}))}runAction(e){return re(this,void 0,void 0,(function*(){yield e.updateValue(S.qt.invisibleCharacters,!1,1)}))}}be.ID="editor.action.unicodeHighlight.disableHighlightingOfInvisibleCharacters";class ve extends y.R6{constructor(){super({id:ve.ID,label:J.NC("vs/editor/contrib/unicodeHighlighter/browser/unicodeHighlighter","action.unicodeHighlight.disableHighlightingOfNonBasicAsciiCharacters","Disable highlighting of non basic ASCII characters"),alias:"Disable highlighting of non basic ASCII characters",precondition:void 0}),this.shortLabel=J.NC("vs/editor/contrib/unicodeHighlighter/browser/unicodeHighlighter","unicodeHighlight.disableHighlightingOfNonBasicAsciiCharacters.shortLabel","Disable Non ASCII Highlight")}run(e,t,i){return re(this,void 0,void 0,(function*(){let t=null==e?void 0:e.get(ee.Ui);t&&this.runAction(t)}))}runAction(e){return re(this,void 0,void 0,(function*(){yield e.updateValue(S.qt.nonBasicASCII,!1,1)}))}}ve.ID="editor.action.unicodeHighlight.disableHighlightingOfNonBasicAsciiCharacters";class Ce extends y.R6{constructor(){super({id:Ce.ID,label:J.NC("vs/editor/contrib/unicodeHighlighter/browser/unicodeHighlighter","action.unicodeHighlight.showExcludeOptions","Show Exclude Options"),alias:"Show Exclude Options",precondition:void 0})}run(e,t,i){return re(this,void 0,void 0,(function*(){const{codePoint:t,reason:n,inString:o,inComment:r}=i,s=String.fromCodePoint(t),l=e.get(te.eJ),c=e.get(ee.Ui),d=[];if(0===n.kind)for(const e of n.notAmbiguousInLocales)d.push({label:J.NC("vs/editor/contrib/unicodeHighlighter/browser/unicodeHighlighter","unicodeHighlight.allowCommonCharactersInLanguage",'Allow unicode characters that are more common in the language "{0}".',e),run:()=>re(this,void 0,void 0,(function*(){we(c,[e])}))});if(d.push({label:function(e){return a.vU.isInvisibleCharacter(e)?J.NC("vs/editor/contrib/unicodeHighlighter/browser/unicodeHighlighter","unicodeHighlight.excludeInvisibleCharFromBeingHighlighted","Exclude {0} (invisible character) from being highlighted",ue(e)):J.NC("vs/editor/contrib/unicodeHighlighter/browser/unicodeHighlighter","unicodeHighlight.excludeCharFromBeingHighlighted","Exclude {0} from being highlighted",`${ue(e)} "${s}"`)}(t),run:()=>function(e,t){return re(this,void 0,void 0,(function*(){const i=e.getValue(S.qt.allowedCharacters);let n;n="object"==typeof i&&i?i:{};for(const e of t)n[String.fromCodePoint(e)]=!0;yield e.updateValue(S.qt.allowedCharacters,n,1)}))}(c,[t])}),r){const e=new me;d.push({label:e.label,run:()=>re(this,void 0,void 0,(function*(){return e.runAction(c)}))})}else if(o){const e=new fe;d.push({label:e.label,run:()=>re(this,void 0,void 0,(function*(){return e.runAction(c)}))})}if(0===n.kind){const e=new _e;d.push({label:e.label,run:()=>re(this,void 0,void 0,(function*(){return e.runAction(c)}))})}else if(1===n.kind){const e=new be;d.push({label:e.label,run:()=>re(this,void 0,void 0,(function*(){return e.runAction(c)}))})}else if(2===n.kind){const e=new ve;d.push({label:e.label,run:()=>re(this,void 0,void 0,(function*(){return e.runAction(c)}))})}else!function(e){throw new Error(`Unexpected value: ${e}`)}(n);const u=yield l.pick(d,{title:J.NC("vs/editor/contrib/unicodeHighlighter/browser/unicodeHighlighter","unicodeHighlight.configureUnicodeHighlightOptions","Configure Unicode Highlight Options")});u&&(yield u.run())}))}}function we(e,t){var i;return re(this,void 0,void 0,(function*(){const n=null===(i=e.inspect(S.qt.allowedLocales).user)||void 0===i?void 0:i.value;let o;o="object"==typeof n&&n?Object.assign({},n):{};for(const e of t)o[e]=!0;yield e.updateValue(S.qt.allowedLocales,o,1)}))}Ce.ID="editor.action.unicodeHighlight.showExcludeOptions",(0,y.Qr)(_e),(0,y.Qr)(be),(0,y.Qr)(ve),(0,y.Qr)(Ce),(0,y._K)(ae.ID,ae),D.Ae.register(de)},60803:function(e,t,i){"use strict";i.r(t),i.d(t,{UnusualLineTerminatorsDetector:function(){return u}});var n=i(4004),o=i(10804),r=i(4189),s=i(3622),a=i(89982),l=i(34243),c=function(e,t){return function(i,n){t(i,n,e)}};const d="ignoreUnusualLineTerminators";let u=class extends n.JT{constructor(e,t,i){super(),this._editor=e,this._dialogService=t,this._codeEditorService=i,this._config=this._editor.getOption(114),this._register(this._editor.onDidChangeConfiguration((e=>{e.hasChanged(114)&&(this._config=this._editor.getOption(114),this._checkForUnusualLineTerminators())}))),this._register(this._editor.onDidChangeModel((()=>{this._checkForUnusualLineTerminators()}))),this._register(this._editor.onDidChangeModelContent((e=>{e.isUndoing||this._checkForUnusualLineTerminators()})))}_checkForUnusualLineTerminators(){return e=this,t=void 0,n=function*(){if("off"===this._config)return;if(!this._editor.hasModel())return;const e=this._editor.getModel();if(!e.mightContainUnusualLineTerminators())return;const t=function(e,t){return e.getModelProperty(t.uri,d)}(this._codeEditorService,e);!0!==t&&(this._editor.getOption(81)||("auto"!==this._config?(yield this._dialogService.confirm({title:a.NC("vs/editor/contrib/unusualLineTerminators/browser/unusualLineTerminators","unusualLineTerminators.title","Unusual Line Terminators"),message:a.NC("vs/editor/contrib/unusualLineTerminators/browser/unusualLineTerminators","unusualLineTerminators.message","Detected unusual line terminators"),detail:a.NC("vs/editor/contrib/unusualLineTerminators/browser/unusualLineTerminators","unusualLineTerminators.detail","The file '{0}' contains one or more unusual line terminator characters, like Line Separator (LS) or Paragraph Separator (PS).\n\nIt is recommended to remove them from the file. This can be configured via `editor.unusualLineTerminators`.",(0,o.EZ)(e.uri)),primaryButton:a.NC("vs/editor/contrib/unusualLineTerminators/browser/unusualLineTerminators","unusualLineTerminators.fix","Remove Unusual Line Terminators"),secondaryButton:a.NC("vs/editor/contrib/unusualLineTerminators/browser/unusualLineTerminators","unusualLineTerminators.ignore","Ignore")})).confirmed?e.removeUnusualLineTerminators(this._editor.getSelections()):function(e,t,i){e.setModelProperty(t.uri,d,!0)}(this._codeEditorService,e):e.removeUnusualLineTerminators(this._editor.getSelections())))},new((i=void 0)||(i=Promise))((function(o,r){function s(e){try{l(n.next(e))}catch(e){r(e)}}function a(e){try{l(n.throw(e))}catch(e){r(e)}}function l(e){var t;e.done?o(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(s,a)}l((n=n.apply(e,t||[])).next())}));var e,t,i,n}};u.ID="editor.contrib.unusualLineTerminatorsDetector",u=function(e,t,i,n){var o,r=arguments.length,s=r<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,i):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,i,s):o(t,i))||s);return r>3&&s&&Object.defineProperty(t,i,s),s}([c(1,l.S),c(2,s.$)],u),(0,r._K)(u.ID,u)},32547:function(e,t,i){"use strict";i.r(t);var n=i(40027),o=i(4004),r=i(4189),s=i(33234),a=i(59083),l=i(14902),c=i(71873),d=i(40539),u=i(81585),h=i(30021),g=i(52150),p=i(66988),m=function(e,t){return function(i,n){t(i,n,e)}};let f=class extends o.JT{constructor(e,t,i,o,r,s){super(),this._modelService=t,this._themeService=i,this._configurationService=o,this._editor=e,this._provider=s.documentRangeSemanticTokensProvider,this._debounceInformation=r.for(this._provider,"DocumentRangeSemanticTokens",{min:100,max:500}),this._tokenizeViewport=this._register(new n.pY((()=>this._tokenizeViewportNow()),100)),this._outstandingRequests=[];const a=()=>{this._editor.hasModel()&&this._tokenizeViewport.schedule(this._debounceInformation.get(this._editor.getModel()))};this._register(this._editor.onDidScrollChange((()=>{a()}))),this._register(this._editor.onDidChangeModel((()=>{this._cancelAll(),a()}))),this._register(this._editor.onDidChangeModelContent((e=>{this._cancelAll(),a()}))),this._register(this._provider.onDidChange((()=>{this._cancelAll(),a()}))),this._register(this._configurationService.onDidChangeConfiguration((e=>{e.affectsConfiguration(l.e3)&&(this._cancelAll(),a())}))),this._register(this._themeService.onDidColorThemeChange((()=>{this._cancelAll(),a()})))}_cancelAll(){for(const e of this._outstandingRequests)e.cancel();this._outstandingRequests=[]}_removeOutstandingRequest(e){for(let t=0,i=this._outstandingRequests.length;tthis._requestRange(e,t))))}_requestRange(e,t){const i=e.getVersionId(),o=(0,n.PG)((i=>Promise.resolve((0,s.OG)(this._provider,e,t,i)))),r=new g.G(!1);return o.then((n=>{if(this._debounceInformation.update(e,r.elapsed()),!n||!n.tokens||e.isDisposed()||e.getVersionId()!==i)return;const{provider:o,tokens:s}=n,a=this._modelService.getSemanticTokensProviderStyling(o);e.setPartialSemanticTokens(t,(0,c.h)(s,a,e.getLanguageId()))})).then((()=>this._removeOutstandingRequest(o)),(()=>this._removeOutstandingRequest(o))),o}};f.ID="editor.contrib.viewportSemanticTokens",f=function(e,t,i,n){var o,r=arguments.length,s=r<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,i):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,i,s):o(t,i))||s);return r>3&&s&&Object.defineProperty(t,i,s),s}([m(1,a.q),m(2,u.XE),m(3,d.Ui),m(4,h.A),m(5,p.p)],f),(0,r._K)(f.ID,f)},40216:function(e,t,i){"use strict";i.r(t),i.d(t,{getOccurrencesAtPosition:function(){return N}});var n=i(77339),o=i(57800),r=i(40027),s=i(60677),a=i(16182),l=i(4004),c=i(4189),d=i(11465),u=i(38673),h=i(77324),g=i(25732),p=i(74893),m=i(89982),f=i(60393),_=i(45164),b=i(81585),v=i(66988),C=function(e,t){return function(i,n){t(i,n,e)}};const w=(0,_.P6G)("editor.wordHighlightBackground",{dark:"#575757B8",light:"#57575740",hc:null},m.NC("vs/editor/contrib/wordHighlighter/browser/wordHighlighter","wordHighlight","Background color of a symbol during read-access, like reading a variable. The color must not be opaque so as not to hide underlying decorations."),!0),y=(0,_.P6G)("editor.wordHighlightStrongBackground",{dark:"#004972B8",light:"#0e639c40",hc:null},m.NC("vs/editor/contrib/wordHighlighter/browser/wordHighlighter","wordHighlightStrong","Background color of a symbol during write-access, like writing to a variable. The color must not be opaque so as not to hide underlying decorations."),!0),S=(0,_.P6G)("editor.wordHighlightBorder",{light:null,dark:null,hc:_.xL1},m.NC("vs/editor/contrib/wordHighlighter/browser/wordHighlighter","wordHighlightBorder","Border color of a symbol during read-access, like reading a variable.")),x=(0,_.P6G)("editor.wordHighlightStrongBorder",{light:null,dark:null,hc:_.xL1},m.NC("vs/editor/contrib/wordHighlighter/browser/wordHighlighter","wordHighlightStrongBorder","Border color of a symbol during write-access, like writing to a variable.")),k=(0,_.P6G)("editorOverviewRuler.wordHighlightForeground",{dark:"#A0A0A0CC",light:"#A0A0A0CC",hc:"#A0A0A0CC"},m.NC("vs/editor/contrib/wordHighlighter/browser/wordHighlighter","overviewRulerWordHighlightForeground","Overview ruler marker color for symbol highlights. The color must not be opaque so as not to hide underlying decorations."),!0),L=(0,_.P6G)("editorOverviewRuler.wordHighlightStrongForeground",{dark:"#C0A0C0CC",light:"#C0A0C0CC",hc:"#C0A0C0CC"},m.NC("vs/editor/contrib/wordHighlighter/browser/wordHighlighter","overviewRulerWordHighlightStrongForeground","Overview ruler marker color for write-access symbol highlights. The color must not be opaque so as not to hide underlying decorations."),!0),E=new f.uy("hasWordHighlights",!1);function N(e,t,i,n){const s=e.ordered(t);return(0,r.Ps)(s.map((e=>()=>Promise.resolve(e.provideDocumentHighlights(t,i,n)).then(void 0,a.Cp))),o.Of)}class D{constructor(e,t,i){this._model=e,this._selection=t,this._wordSeparators=i,this._wordRange=this._getCurrentWordRange(e,t),this._result=null}get result(){return this._result||(this._result=(0,r.PG)((e=>this._compute(this._model,this._selection,this._wordSeparators,e)))),this._result}_getCurrentWordRange(e,t){const i=e.getWordAtPosition(t.getPosition());return i?new d.e(t.startLineNumber,i.startColumn,t.startLineNumber,i.endColumn):null}isValid(e,t,i){const n=t.startLineNumber,o=t.startColumn,r=t.endColumn,s=this._getCurrentWordRange(e,t);let a=Boolean(this._wordRange&&this._wordRange.equalsRange(s));for(let t=0,s=i.length;!a&&t=r&&(a=!0)}return a}cancel(){this.result.cancel()}}class I extends D{constructor(e,t,i,n){super(e,t,i),this._providers=n}_compute(e,t,i,n){return N(this._providers,e,t.getPosition(),n).then((e=>e||[]))}}class T extends D{constructor(e,t,i){super(e,t,i),this._selectionIsEmpty=t.isEmpty()}_compute(e,t,i,n){return(0,r.Vs)(250,n).then((()=>{if(!t.isEmpty())return[];const n=e.getWordAtPosition(t.getPosition());return!n||n.word.length>1e3?[]:e.findMatches(n.word,!0,!1,!0,i,!1).map((e=>({range:e.range,kind:p.MY.Text})))}))}isValid(e,t,i){const n=t.isEmpty();return this._selectionIsEmpty===n&&super.isValid(e,t,i)}}(0,c.sb)("_executeDocumentHighlights",((e,t,i)=>N(e.get(v.p).documentHighlightProvider,t,i,s.T.None)));class A{constructor(e,t,i){this.toUnhook=new l.SL,this.workerRequestTokenId=0,this.workerRequestCompleted=!1,this.workerRequestValue=[],this.lastCursorPositionChangeTime=0,this.renderDecorationsTimer=-1,this.editor=e,this.providers=t,this._hasWordHighlights=E.bindTo(i),this._ignorePositionChangeEvent=!1,this.occurrencesHighlight=this.editor.getOption(72),this.model=this.editor.getModel(),this.toUnhook.add(e.onDidChangeCursorPosition((e=>{this._ignorePositionChangeEvent||this.occurrencesHighlight&&this._onPositionChanged(e)}))),this.toUnhook.add(e.onDidChangeModelContent((e=>{this._stopAll()}))),this.toUnhook.add(e.onDidChangeConfiguration((e=>{let t=this.editor.getOption(72);this.occurrencesHighlight!==t&&(this.occurrencesHighlight=t,this._stopAll())}))),this._decorationIds=[],this.workerRequestTokenId=0,this.workerRequest=null,this.workerRequestCompleted=!1,this.lastCursorPositionChangeTime=0,this.renderDecorationsTimer=-1}hasDecorations(){return this._decorationIds.length>0}restore(){this.occurrencesHighlight&&this._run()}_getSortedHighlights(){return o.kX(this._decorationIds.map((e=>this.model.getDecorationRange(e))).sort(d.e.compareRangesUsingStarts))}moveNext(){let e=this._getSortedHighlights(),t=(e.findIndex((e=>e.containsPosition(this.editor.getPosition())))+1)%e.length,i=e[t];try{this._ignorePositionChangeEvent=!0,this.editor.setPosition(i.getStartPosition()),this.editor.revealRangeInCenterIfOutsideViewport(i);const o=this._getWord();if(o){const r=this.editor.getModel().getLineContent(i.startLineNumber);(0,n.Z9)(`${r}, ${t+1} of ${e.length} for '${o.word}'`)}}finally{this._ignorePositionChangeEvent=!1}}moveBack(){let e=this._getSortedHighlights(),t=(e.findIndex((e=>e.containsPosition(this.editor.getPosition())))-1+e.length)%e.length,i=e[t];try{this._ignorePositionChangeEvent=!0,this.editor.setPosition(i.getStartPosition()),this.editor.revealRangeInCenterIfOutsideViewport(i);const o=this._getWord();if(o){const r=this.editor.getModel().getLineContent(i.startLineNumber);(0,n.Z9)(`${r}, ${t+1} of ${e.length} for '${o.word}'`)}}finally{this._ignorePositionChangeEvent=!1}}_removeDecorations(){this._decorationIds.length>0&&(this._decorationIds=this.editor.deltaDecorations(this._decorationIds,[]),this._hasWordHighlights.set(!1))}_stopAll(){this._removeDecorations(),-1!==this.renderDecorationsTimer&&(clearTimeout(this.renderDecorationsTimer),this.renderDecorationsTimer=-1),null!==this.workerRequest&&(this.workerRequest.cancel(),this.workerRequest=null),this.workerRequestCompleted||(this.workerRequestTokenId++,this.workerRequestCompleted=!0)}_onPositionChanged(e){this.occurrencesHighlight&&3===e.reason?this._run():this._stopAll()}_getWord(){let e=this.editor.getSelection(),t=e.startLineNumber,i=e.startColumn;return this.model.getWordAtPosition({lineNumber:t,column:i})}_run(){let e=this.editor.getSelection();if(e.startLineNumber!==e.endLineNumber)return void this._stopAll();let t=e.startColumn,i=e.endColumn;const n=this._getWord();if(!n||n.startColumn>t||n.endColumn{e===this.workerRequestTokenId&&(this.workerRequestCompleted=!0,this.workerRequestValue=t||[],this._beginRenderDecorations())}),a.dL)}var r,s,l,c}_beginRenderDecorations(){let e=(new Date).getTime(),t=this.lastCursorPositionChangeTime+250;e>=t?(this.renderDecorationsTimer=-1,this.renderDecorations()):this.renderDecorationsTimer=setTimeout((()=>{this.renderDecorations()}),t-e)}renderDecorations(){this.renderDecorationsTimer=-1;let e=[];for(const t of this.workerRequestValue)t.range&&e.push({range:t.range,options:A._getDecorationOptions(t.kind)});this._decorationIds=this.editor.deltaDecorations(this._decorationIds,e),this._hasWordHighlights.set(this.hasDecorations())}static _getDecorationOptions(e){return e===p.MY.Write?this._WRITE_OPTIONS:e===p.MY.Text?this._TEXT_OPTIONS:this._REGULAR_OPTIONS}dispose(){this._stopAll(),this.toUnhook.dispose()}}A._WRITE_OPTIONS=g.qx.register({description:"word-highlight-strong",stickiness:1,className:"wordHighlightStrong",overviewRuler:{color:(0,b.EN)(L),position:h.sh.Center},minimap:{color:(0,b.EN)(_.IYc),position:h.F5.Inline}}),A._TEXT_OPTIONS=g.qx.register({description:"selection-highlight",stickiness:1,className:"selectionHighlight",overviewRuler:{color:(0,b.EN)(_.SPM),position:h.sh.Center},minimap:{color:(0,b.EN)(_.IYc),position:h.F5.Inline}}),A._REGULAR_OPTIONS=g.qx.register({description:"word-highlight",stickiness:1,className:"wordHighlight",overviewRuler:{color:(0,b.EN)(k),position:h.sh.Center},minimap:{color:(0,b.EN)(_.IYc),position:h.F5.Inline}});let R=class e extends l.JT{constructor(e,t,i){super(),this.wordHighlighter=null;const n=()=>{e.hasModel()&&(this.wordHighlighter=new A(e,i.documentHighlightProvider,t))};this._register(e.onDidChangeModel((e=>{this.wordHighlighter&&(this.wordHighlighter.dispose(),this.wordHighlighter=null),n()}))),n()}static get(t){return t.getContribution(e.ID)}saveViewState(){return!(!this.wordHighlighter||!this.wordHighlighter.hasDecorations())}moveNext(){this.wordHighlighter&&this.wordHighlighter.moveNext()}moveBack(){this.wordHighlighter&&this.wordHighlighter.moveBack()}restoreViewState(e){this.wordHighlighter&&e&&this.wordHighlighter.restore()}dispose(){this.wordHighlighter&&(this.wordHighlighter.dispose(),this.wordHighlighter=null),super.dispose()}};R.ID="editor.contrib.wordHighlighter",R=function(e,t,i,n){var o,r=arguments.length,s=r<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,i):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,i,s):o(t,i))||s);return r>3&&s&&Object.defineProperty(t,i,s),s}([C(1,f.i6),C(2,v.p)],R);class M extends c.R6{constructor(e,t){super(t),this._isNext=e}run(e,t){const i=R.get(t);i&&(this._isNext?i.moveNext():i.moveBack())}}class O extends c.R6{constructor(){super({id:"editor.action.wordHighlight.trigger",label:m.NC("vs/editor/contrib/wordHighlighter/browser/wordHighlighter","wordHighlight.trigger.label","Trigger Symbol Highlight"),alias:"Trigger Symbol Highlight",precondition:E.toNegated(),kbOpts:{kbExpr:u.u.editorTextFocus,primary:0,weight:100}})}run(e,t,i){const n=R.get(t);n&&n.restoreViewState(!0)}}(0,c._K)(R.ID,R),(0,c.Qr)(class extends M{constructor(){super(!0,{id:"editor.action.wordHighlight.next",label:m.NC("vs/editor/contrib/wordHighlighter/browser/wordHighlighter","wordHighlight.next.label","Go to Next Symbol Highlight"),alias:"Go to Next Symbol Highlight",precondition:E,kbOpts:{kbExpr:u.u.editorTextFocus,primary:65,weight:100}})}}),(0,c.Qr)(class extends M{constructor(){super(!1,{id:"editor.action.wordHighlight.prev",label:m.NC("vs/editor/contrib/wordHighlighter/browser/wordHighlighter","wordHighlight.previous.label","Go to Previous Symbol Highlight"),alias:"Go to Previous Symbol Highlight",precondition:E,kbOpts:{kbExpr:u.u.editorTextFocus,primary:1089,weight:100}})}}),(0,c.Qr)(O),(0,b.Ic)(((e,t)=>{const i=e.getColor(_.Rzx);i&&(t.addRule(`.monaco-editor .focused .selectionHighlight { background-color: ${i}; }`),t.addRule(`.monaco-editor .selectionHighlight { background-color: ${i.transparent(.5)}; }`));const n=e.getColor(w);n&&t.addRule(`.monaco-editor .wordHighlight { background-color: ${n}; }`);const o=e.getColor(y);o&&t.addRule(`.monaco-editor .wordHighlightStrong { background-color: ${o}; }`);const r=e.getColor(_.g_n);r&&t.addRule(`.monaco-editor .selectionHighlight { border: 1px ${"hc"===e.type?"dotted":"solid"} ${r}; box-sizing: border-box; }`);const s=e.getColor(S);s&&t.addRule(`.monaco-editor .wordHighlight { border: 1px ${"hc"===e.type?"dashed":"solid"} ${s}; box-sizing: border-box; }`);const a=e.getColor(x);a&&t.addRule(`.monaco-editor .wordHighlightStrong { border: 1px ${"hc"===e.type?"dashed":"solid"} ${a}; box-sizing: border-box; }`)}))},37184:function(e,t,i){"use strict";i.r(t),i.d(t,{CursorWordAccessibilityLeft:function(){return E},CursorWordAccessibilityLeftSelect:function(){return N},CursorWordAccessibilityRight:function(){return O},CursorWordAccessibilityRightSelect:function(){return P},CursorWordEndLeft:function(){return y},CursorWordEndLeftSelect:function(){return k},CursorWordEndRight:function(){return I},CursorWordEndRightSelect:function(){return R},CursorWordLeft:function(){return S},CursorWordLeftSelect:function(){return L},CursorWordRight:function(){return T},CursorWordRightSelect:function(){return M},CursorWordStartLeft:function(){return w},CursorWordStartLeftSelect:function(){return x},CursorWordStartRight:function(){return D},CursorWordStartRightSelect:function(){return A},DeleteInsideWord:function(){return K},DeleteWordCommand:function(){return F},DeleteWordEndLeft:function(){return H},DeleteWordEndRight:function(){return U},DeleteWordLeft:function(){return z},DeleteWordLeftCommand:function(){return B},DeleteWordRight:function(){return j},DeleteWordRightCommand:function(){return W},DeleteWordStartLeft:function(){return V},DeleteWordStartRight:function(){return $},MoveWordCommand:function(){return b},WordLeftCommand:function(){return v},WordRightCommand:function(){return C}});var n=i(4189),o=i(22804),r=i(18966),s=i(92472),a=i(65292),l=i(67071),c=i(72248),d=i(11465),u=i(59744),h=i(38673),g=i(98340),p=i(89982),m=i(33060),f=i(60393),_=i(61263);class b extends n._l{constructor(e){super(e),this._inSelectionMode=e.inSelectionMode,this._wordNavigationType=e.wordNavigationType}runEditorCommand(e,t,i){if(!t.hasModel())return;const n=(0,l.u)(t.getOption(117)),o=t.getModel(),r=t.getSelections().map((e=>{const t=new c.L(e.positionLineNumber,e.positionColumn),i=this._move(n,o,t,this._wordNavigationType);return this._moveTo(e,i,this._inSelectionMode)}));if(o.pushStackElement(),t._getViewModel().setCursorStates("moveWordCommand",3,r.map((e=>s.Vi.fromModelSelection(e)))),1===r.length){const e=new c.L(r[0].positionLineNumber,r[0].positionColumn);t.revealPosition(e,0)}}_moveTo(e,t,i){return i?new u.Y(e.selectionStartLineNumber,e.selectionStartColumn,t.lineNumber,t.column):new u.Y(t.lineNumber,t.column,t.lineNumber,t.column)}}class v extends b{_move(e,t,i,n){return a.w.moveWordLeft(e,t,i,n)}}class C extends b{_move(e,t,i,n){return a.w.moveWordRight(e,t,i,n)}}class w extends v{constructor(){super({inSelectionMode:!1,wordNavigationType:0,id:"cursorWordStartLeft",precondition:void 0})}}class y extends v{constructor(){super({inSelectionMode:!1,wordNavigationType:2,id:"cursorWordEndLeft",precondition:void 0})}}class S extends v{constructor(){var e;super({inSelectionMode:!1,wordNavigationType:1,id:"cursorWordLeft",precondition:void 0,kbOpts:{kbExpr:f.Ao.and(h.u.textInputFocus,null===(e=f.Ao.and(m.U,_.cv))||void 0===e?void 0:e.negate()),primary:2063,mac:{primary:527},weight:100}})}}class x extends v{constructor(){super({inSelectionMode:!0,wordNavigationType:0,id:"cursorWordStartLeftSelect",precondition:void 0})}}class k extends v{constructor(){super({inSelectionMode:!0,wordNavigationType:2,id:"cursorWordEndLeftSelect",precondition:void 0})}}class L extends v{constructor(){var e;super({inSelectionMode:!0,wordNavigationType:1,id:"cursorWordLeftSelect",precondition:void 0,kbOpts:{kbExpr:f.Ao.and(h.u.textInputFocus,null===(e=f.Ao.and(m.U,_.cv))||void 0===e?void 0:e.negate()),primary:3087,mac:{primary:1551},weight:100}})}}class E extends v{constructor(){super({inSelectionMode:!1,wordNavigationType:3,id:"cursorWordAccessibilityLeft",precondition:void 0})}_move(e,t,i,n){return super._move((0,l.u)(r.BH.wordSeparators.defaultValue),t,i,n)}}class N extends v{constructor(){super({inSelectionMode:!0,wordNavigationType:3,id:"cursorWordAccessibilityLeftSelect",precondition:void 0})}_move(e,t,i,n){return super._move((0,l.u)(r.BH.wordSeparators.defaultValue),t,i,n)}}class D extends C{constructor(){super({inSelectionMode:!1,wordNavigationType:0,id:"cursorWordStartRight",precondition:void 0})}}class I extends C{constructor(){var e;super({inSelectionMode:!1,wordNavigationType:2,id:"cursorWordEndRight",precondition:void 0,kbOpts:{kbExpr:f.Ao.and(h.u.textInputFocus,null===(e=f.Ao.and(m.U,_.cv))||void 0===e?void 0:e.negate()),primary:2065,mac:{primary:529},weight:100}})}}class T extends C{constructor(){super({inSelectionMode:!1,wordNavigationType:2,id:"cursorWordRight",precondition:void 0})}}class A extends C{constructor(){super({inSelectionMode:!0,wordNavigationType:0,id:"cursorWordStartRightSelect",precondition:void 0})}}class R extends C{constructor(){var e;super({inSelectionMode:!0,wordNavigationType:2,id:"cursorWordEndRightSelect",precondition:void 0,kbOpts:{kbExpr:f.Ao.and(h.u.textInputFocus,null===(e=f.Ao.and(m.U,_.cv))||void 0===e?void 0:e.negate()),primary:3089,mac:{primary:1553},weight:100}})}}class M extends C{constructor(){super({inSelectionMode:!0,wordNavigationType:2,id:"cursorWordRightSelect",precondition:void 0})}}class O extends C{constructor(){super({inSelectionMode:!1,wordNavigationType:3,id:"cursorWordAccessibilityRight",precondition:void 0})}_move(e,t,i,n){return super._move((0,l.u)(r.BH.wordSeparators.defaultValue),t,i,n)}}class P extends C{constructor(){super({inSelectionMode:!0,wordNavigationType:3,id:"cursorWordAccessibilityRightSelect",precondition:void 0})}_move(e,t,i,n){return super._move((0,l.u)(r.BH.wordSeparators.defaultValue),t,i,n)}}class F extends n._l{constructor(e){super(e),this._whitespaceHeuristics=e.whitespaceHeuristics,this._wordNavigationType=e.wordNavigationType}runEditorCommand(e,t,i){const n=e.get(g.c_);if(!t.hasModel())return;const r=(0,l.u)(t.getOption(117)),s=t.getModel(),a=t.getSelections(),c=t.getOption(5),d=t.getOption(8),u=n.getLanguageConfiguration(s.getLanguageId()).getAutoClosingPairs(),h=t._getViewModel(),p=a.map((e=>{const i=this._delete({wordSeparators:r,model:s,selection:e,whitespaceHeuristics:this._whitespaceHeuristics,autoClosingDelete:t.getOption(6),autoClosingBrackets:c,autoClosingQuotes:d,autoClosingPairs:u,autoClosedCharacters:h.getCursorAutoClosedCharacters()},this._wordNavigationType);return new o.T4(i,"")}));t.pushUndoStop(),t.executeCommands(this.id,p),t.pushUndoStop()}}class B extends F{_delete(e,t){return a.w.deleteWordLeft(e,t)||new d.e(1,1,1,1)}}class W extends F{_delete(e,t){let i=a.w.deleteWordRight(e,t);if(i)return i;const n=e.model.getLineCount(),o=e.model.getLineMaxColumn(n);return new d.e(n,o,n,o)}}class V extends B{constructor(){super({whitespaceHeuristics:!1,wordNavigationType:0,id:"deleteWordStartLeft",precondition:h.u.writable})}}class H extends B{constructor(){super({whitespaceHeuristics:!1,wordNavigationType:2,id:"deleteWordEndLeft",precondition:h.u.writable})}}class z extends B{constructor(){super({whitespaceHeuristics:!0,wordNavigationType:0,id:"deleteWordLeft",precondition:h.u.writable,kbOpts:{kbExpr:h.u.textInputFocus,primary:2049,mac:{primary:513},weight:100}})}}class $ extends W{constructor(){super({whitespaceHeuristics:!1,wordNavigationType:0,id:"deleteWordStartRight",precondition:h.u.writable})}}class U extends W{constructor(){super({whitespaceHeuristics:!1,wordNavigationType:2,id:"deleteWordEndRight",precondition:h.u.writable})}}class j extends W{constructor(){super({whitespaceHeuristics:!0,wordNavigationType:2,id:"deleteWordRight",precondition:h.u.writable,kbOpts:{kbExpr:h.u.textInputFocus,primary:2068,mac:{primary:532},weight:100}})}}class K extends n.R6{constructor(){super({id:"deleteInsideWord",precondition:h.u.writable,label:p.NC("vs/editor/contrib/wordOperations/browser/wordOperations","deleteInsideWord","Delete Word"),alias:"Delete Word"})}run(e,t,i){if(!t.hasModel())return;const n=(0,l.u)(t.getOption(117)),r=t.getModel(),s=t.getSelections().map((e=>{const t=a.w.deleteInsideWord(n,r,e);return new o.T4(t,"")}));t.pushUndoStop(),t.executeCommands(this.id,s),t.pushUndoStop()}}(0,n.fK)(new w),(0,n.fK)(new y),(0,n.fK)(new S),(0,n.fK)(new x),(0,n.fK)(new k),(0,n.fK)(new L),(0,n.fK)(new D),(0,n.fK)(new I),(0,n.fK)(new T),(0,n.fK)(new A),(0,n.fK)(new R),(0,n.fK)(new M),(0,n.fK)(new E),(0,n.fK)(new N),(0,n.fK)(new O),(0,n.fK)(new P),(0,n.fK)(new V),(0,n.fK)(new H),(0,n.fK)(new z),(0,n.fK)(new $),(0,n.fK)(new U),(0,n.fK)(new j),(0,n.Qr)(K)},65042:function(e,t,i){"use strict";i.r(t),i.d(t,{CursorWordPartLeft:function(){return h},CursorWordPartLeftSelect:function(){return g},CursorWordPartRight:function(){return m},CursorWordPartRightSelect:function(){return f},DeleteWordPartLeft:function(){return c},DeleteWordPartRight:function(){return d},WordPartLeftCommand:function(){return u},WordPartRightCommand:function(){return p}});var n=i(4189),o=i(65292),r=i(11465),s=i(38673),a=i(37184),l=i(14756);class c extends a.DeleteWordCommand{constructor(){super({whitespaceHeuristics:!0,wordNavigationType:0,id:"deleteWordPartLeft",precondition:s.u.writable,kbOpts:{kbExpr:s.u.textInputFocus,primary:0,mac:{primary:769},weight:100}})}_delete(e,t){return o.L.deleteWordPartLeft(e)||new r.e(1,1,1,1)}}class d extends a.DeleteWordCommand{constructor(){super({whitespaceHeuristics:!0,wordNavigationType:2,id:"deleteWordPartRight",precondition:s.u.writable,kbOpts:{kbExpr:s.u.textInputFocus,primary:0,mac:{primary:788},weight:100}})}_delete(e,t){let i=o.L.deleteWordPartRight(e);if(i)return i;const n=e.model.getLineCount(),s=e.model.getLineMaxColumn(n);return new r.e(n,s,n,s)}}class u extends a.MoveWordCommand{_move(e,t,i,n){return o.L.moveWordPartLeft(e,t,i)}}class h extends u{constructor(){super({inSelectionMode:!1,wordNavigationType:0,id:"cursorWordPartLeft",precondition:void 0,kbOpts:{kbExpr:s.u.textInputFocus,primary:0,mac:{primary:783},weight:100}})}}l.P0.registerCommandAlias("cursorWordPartStartLeft","cursorWordPartLeft");class g extends u{constructor(){super({inSelectionMode:!0,wordNavigationType:0,id:"cursorWordPartLeftSelect",precondition:void 0,kbOpts:{kbExpr:s.u.textInputFocus,primary:0,mac:{primary:1807},weight:100}})}}l.P0.registerCommandAlias("cursorWordPartStartLeftSelect","cursorWordPartLeftSelect");class p extends a.MoveWordCommand{_move(e,t,i,n){return o.L.moveWordPartRight(e,t,i)}}class m extends p{constructor(){super({inSelectionMode:!1,wordNavigationType:2,id:"cursorWordPartRight",precondition:void 0,kbOpts:{kbExpr:s.u.textInputFocus,primary:0,mac:{primary:785},weight:100}})}}class f extends p{constructor(){super({inSelectionMode:!0,wordNavigationType:2,id:"cursorWordPartRightSelect",precondition:void 0,kbOpts:{kbExpr:s.u.textInputFocus,primary:0,mac:{primary:1809},weight:100}})}}(0,n.fK)(new c),(0,n.fK)(new d),(0,n.fK)(new h),(0,n.fK)(new g),(0,n.fK)(new m),(0,n.fK)(new f)},38203:function(e,t,i){"use strict";i.r(t),i.d(t,{CancellationTokenSource:function(){return pl},Emitter:function(){return ml},KeyCode:function(){return fl},KeyMod:function(){return _l},MarkerSeverity:function(){return yl},MarkerTag:function(){return Sl},Position:function(){return bl},Range:function(){return vl},Selection:function(){return Cl},SelectionDirection:function(){return wl},Token:function(){return kl},Uri:function(){return xl},editor:function(){return Ll},languages:function(){return El},version:function(){return gl}});var n,o,r,s,a,l,c,d,u,h,g,p,m,f,_,b,v,C,w,y,S,x,k,L,E,N,D,I,T,A,R,M,O,P,F,B,W,V=i(18966),H=i(60677),z=i(46718),$=i(37808),U=i(39675),j=i(72248),K=i(11465),q=i(59744),G=i(74893);!function(e){e[e.Unknown=0]="Unknown",e[e.Disabled=1]="Disabled",e[e.Enabled=2]="Enabled"}(n||(n={})),function(e){e[e.KeepWhitespace=1]="KeepWhitespace",e[e.InsertAsSnippet=4]="InsertAsSnippet"}(o||(o={})),function(e){e[e.Method=0]="Method",e[e.Function=1]="Function",e[e.Constructor=2]="Constructor",e[e.Field=3]="Field",e[e.Variable=4]="Variable",e[e.Class=5]="Class",e[e.Struct=6]="Struct",e[e.Interface=7]="Interface",e[e.Module=8]="Module",e[e.Property=9]="Property",e[e.Event=10]="Event",e[e.Operator=11]="Operator",e[e.Unit=12]="Unit",e[e.Value=13]="Value",e[e.Constant=14]="Constant",e[e.Enum=15]="Enum",e[e.EnumMember=16]="EnumMember",e[e.Keyword=17]="Keyword",e[e.Text=18]="Text",e[e.Color=19]="Color",e[e.File=20]="File",e[e.Reference=21]="Reference",e[e.Customcolor=22]="Customcolor",e[e.Folder=23]="Folder",e[e.TypeParameter=24]="TypeParameter",e[e.User=25]="User",e[e.Issue=26]="Issue",e[e.Snippet=27]="Snippet"}(r||(r={})),function(e){e[e.Deprecated=1]="Deprecated"}(s||(s={})),function(e){e[e.Invoke=0]="Invoke",e[e.TriggerCharacter=1]="TriggerCharacter",e[e.TriggerForIncompleteCompletions=2]="TriggerForIncompleteCompletions"}(a||(a={})),function(e){e[e.EXACT=0]="EXACT",e[e.ABOVE=1]="ABOVE",e[e.BELOW=2]="BELOW"}(l||(l={})),function(e){e[e.NotSet=0]="NotSet",e[e.ContentFlush=1]="ContentFlush",e[e.RecoverFromMarkers=2]="RecoverFromMarkers",e[e.Explicit=3]="Explicit",e[e.Paste=4]="Paste",e[e.Undo=5]="Undo",e[e.Redo=6]="Redo"}(c||(c={})),function(e){e[e.LF=1]="LF",e[e.CRLF=2]="CRLF"}(d||(d={})),function(e){e[e.Text=0]="Text",e[e.Read=1]="Read",e[e.Write=2]="Write"}(u||(u={})),function(e){e[e.None=0]="None",e[e.Keep=1]="Keep",e[e.Brackets=2]="Brackets",e[e.Advanced=3]="Advanced",e[e.Full=4]="Full"}(h||(h={})),function(e){e[e.acceptSuggestionOnCommitCharacter=0]="acceptSuggestionOnCommitCharacter",e[e.acceptSuggestionOnEnter=1]="acceptSuggestionOnEnter",e[e.accessibilitySupport=2]="accessibilitySupport",e[e.accessibilityPageSize=3]="accessibilityPageSize",e[e.ariaLabel=4]="ariaLabel",e[e.autoClosingBrackets=5]="autoClosingBrackets",e[e.autoClosingDelete=6]="autoClosingDelete",e[e.autoClosingOvertype=7]="autoClosingOvertype",e[e.autoClosingQuotes=8]="autoClosingQuotes",e[e.autoIndent=9]="autoIndent",e[e.automaticLayout=10]="automaticLayout",e[e.autoSurround=11]="autoSurround",e[e.bracketPairColorization=12]="bracketPairColorization",e[e.guides=13]="guides",e[e.codeLens=14]="codeLens",e[e.codeLensFontFamily=15]="codeLensFontFamily",e[e.codeLensFontSize=16]="codeLensFontSize",e[e.colorDecorators=17]="colorDecorators",e[e.columnSelection=18]="columnSelection",e[e.comments=19]="comments",e[e.contextmenu=20]="contextmenu",e[e.copyWithSyntaxHighlighting=21]="copyWithSyntaxHighlighting",e[e.cursorBlinking=22]="cursorBlinking",e[e.cursorSmoothCaretAnimation=23]="cursorSmoothCaretAnimation",e[e.cursorStyle=24]="cursorStyle",e[e.cursorSurroundingLines=25]="cursorSurroundingLines",e[e.cursorSurroundingLinesStyle=26]="cursorSurroundingLinesStyle",e[e.cursorWidth=27]="cursorWidth",e[e.disableLayerHinting=28]="disableLayerHinting",e[e.disableMonospaceOptimizations=29]="disableMonospaceOptimizations",e[e.domReadOnly=30]="domReadOnly",e[e.dragAndDrop=31]="dragAndDrop",e[e.emptySelectionClipboard=32]="emptySelectionClipboard",e[e.extraEditorClassName=33]="extraEditorClassName",e[e.fastScrollSensitivity=34]="fastScrollSensitivity",e[e.find=35]="find",e[e.fixedOverflowWidgets=36]="fixedOverflowWidgets",e[e.folding=37]="folding",e[e.foldingStrategy=38]="foldingStrategy",e[e.foldingHighlight=39]="foldingHighlight",e[e.foldingImportsByDefault=40]="foldingImportsByDefault",e[e.foldingMaximumRegions=41]="foldingMaximumRegions",e[e.unfoldOnClickAfterEndOfLine=42]="unfoldOnClickAfterEndOfLine",e[e.fontFamily=43]="fontFamily",e[e.fontInfo=44]="fontInfo",e[e.fontLigatures=45]="fontLigatures",e[e.fontSize=46]="fontSize",e[e.fontWeight=47]="fontWeight",e[e.formatOnPaste=48]="formatOnPaste",e[e.formatOnType=49]="formatOnType",e[e.glyphMargin=50]="glyphMargin",e[e.gotoLocation=51]="gotoLocation",e[e.hideCursorInOverviewRuler=52]="hideCursorInOverviewRuler",e[e.hover=53]="hover",e[e.inDiffEditor=54]="inDiffEditor",e[e.inlineSuggest=55]="inlineSuggest",e[e.letterSpacing=56]="letterSpacing",e[e.lightbulb=57]="lightbulb",e[e.lineDecorationsWidth=58]="lineDecorationsWidth",e[e.lineHeight=59]="lineHeight",e[e.lineNumbers=60]="lineNumbers",e[e.lineNumbersMinChars=61]="lineNumbersMinChars",e[e.linkedEditing=62]="linkedEditing",e[e.links=63]="links",e[e.matchBrackets=64]="matchBrackets",e[e.minimap=65]="minimap",e[e.mouseStyle=66]="mouseStyle",e[e.mouseWheelScrollSensitivity=67]="mouseWheelScrollSensitivity",e[e.mouseWheelZoom=68]="mouseWheelZoom",e[e.multiCursorMergeOverlapping=69]="multiCursorMergeOverlapping",e[e.multiCursorModifier=70]="multiCursorModifier",e[e.multiCursorPaste=71]="multiCursorPaste",e[e.occurrencesHighlight=72]="occurrencesHighlight",e[e.overviewRulerBorder=73]="overviewRulerBorder",e[e.overviewRulerLanes=74]="overviewRulerLanes",e[e.padding=75]="padding",e[e.parameterHints=76]="parameterHints",e[e.peekWidgetDefaultFocus=77]="peekWidgetDefaultFocus",e[e.definitionLinkOpensInPeek=78]="definitionLinkOpensInPeek",e[e.quickSuggestions=79]="quickSuggestions",e[e.quickSuggestionsDelay=80]="quickSuggestionsDelay",e[e.readOnly=81]="readOnly",e[e.renameOnType=82]="renameOnType",e[e.renderControlCharacters=83]="renderControlCharacters",e[e.renderFinalNewline=84]="renderFinalNewline",e[e.renderLineHighlight=85]="renderLineHighlight",e[e.renderLineHighlightOnlyWhenFocus=86]="renderLineHighlightOnlyWhenFocus",e[e.renderValidationDecorations=87]="renderValidationDecorations",e[e.renderWhitespace=88]="renderWhitespace",e[e.revealHorizontalRightPadding=89]="revealHorizontalRightPadding",e[e.roundedSelection=90]="roundedSelection",e[e.rulers=91]="rulers",e[e.scrollbar=92]="scrollbar",e[e.scrollBeyondLastColumn=93]="scrollBeyondLastColumn",e[e.scrollBeyondLastLine=94]="scrollBeyondLastLine",e[e.scrollPredominantAxis=95]="scrollPredominantAxis",e[e.selectionClipboard=96]="selectionClipboard",e[e.selectionHighlight=97]="selectionHighlight",e[e.selectOnLineNumbers=98]="selectOnLineNumbers",e[e.showFoldingControls=99]="showFoldingControls",e[e.showUnused=100]="showUnused",e[e.snippetSuggestions=101]="snippetSuggestions",e[e.smartSelect=102]="smartSelect",e[e.smoothScrolling=103]="smoothScrolling",e[e.stickyTabStops=104]="stickyTabStops",e[e.stopRenderingLineAfter=105]="stopRenderingLineAfter",e[e.suggest=106]="suggest",e[e.suggestFontSize=107]="suggestFontSize",e[e.suggestLineHeight=108]="suggestLineHeight",e[e.suggestOnTriggerCharacters=109]="suggestOnTriggerCharacters",e[e.suggestSelection=110]="suggestSelection",e[e.tabCompletion=111]="tabCompletion",e[e.tabIndex=112]="tabIndex",e[e.unicodeHighlighting=113]="unicodeHighlighting",e[e.unusualLineTerminators=114]="unusualLineTerminators",e[e.useShadowDOM=115]="useShadowDOM",e[e.useTabStops=116]="useTabStops",e[e.wordSeparators=117]="wordSeparators",e[e.wordWrap=118]="wordWrap",e[e.wordWrapBreakAfterCharacters=119]="wordWrapBreakAfterCharacters",e[e.wordWrapBreakBeforeCharacters=120]="wordWrapBreakBeforeCharacters",e[e.wordWrapColumn=121]="wordWrapColumn",e[e.wordWrapOverride1=122]="wordWrapOverride1",e[e.wordWrapOverride2=123]="wordWrapOverride2",e[e.wrappingIndent=124]="wrappingIndent",e[e.wrappingStrategy=125]="wrappingStrategy",e[e.showDeprecated=126]="showDeprecated",e[e.inlayHints=127]="inlayHints",e[e.editorClassName=128]="editorClassName",e[e.pixelRatio=129]="pixelRatio",e[e.tabFocusMode=130]="tabFocusMode",e[e.layoutInfo=131]="layoutInfo",e[e.wrappingInfo=132]="wrappingInfo"}(g||(g={})),function(e){e[e.TextDefined=0]="TextDefined",e[e.LF=1]="LF",e[e.CRLF=2]="CRLF"}(p||(p={})),function(e){e[e.LF=0]="LF",e[e.CRLF=1]="CRLF"}(m||(m={})),function(e){e[e.None=0]="None",e[e.Indent=1]="Indent",e[e.IndentOutdent=2]="IndentOutdent",e[e.Outdent=3]="Outdent"}(f||(f={})),function(e){e[e.Both=0]="Both",e[e.Right=1]="Right",e[e.Left=2]="Left",e[e.None=3]="None"}(_||(_={})),function(e){e[e.Type=1]="Type",e[e.Parameter=2]="Parameter"}(b||(b={})),function(e){e[e.Automatic=0]="Automatic",e[e.Explicit=1]="Explicit"}(v||(v={})),function(e){e[e.DependsOnKbLayout=-1]="DependsOnKbLayout",e[e.Unknown=0]="Unknown",e[e.Backspace=1]="Backspace",e[e.Tab=2]="Tab",e[e.Enter=3]="Enter",e[e.Shift=4]="Shift",e[e.Ctrl=5]="Ctrl",e[e.Alt=6]="Alt",e[e.PauseBreak=7]="PauseBreak",e[e.CapsLock=8]="CapsLock",e[e.Escape=9]="Escape",e[e.Space=10]="Space",e[e.PageUp=11]="PageUp",e[e.PageDown=12]="PageDown",e[e.End=13]="End",e[e.Home=14]="Home",e[e.LeftArrow=15]="LeftArrow",e[e.UpArrow=16]="UpArrow",e[e.RightArrow=17]="RightArrow",e[e.DownArrow=18]="DownArrow",e[e.Insert=19]="Insert",e[e.Delete=20]="Delete",e[e.Digit0=21]="Digit0",e[e.Digit1=22]="Digit1",e[e.Digit2=23]="Digit2",e[e.Digit3=24]="Digit3",e[e.Digit4=25]="Digit4",e[e.Digit5=26]="Digit5",e[e.Digit6=27]="Digit6",e[e.Digit7=28]="Digit7",e[e.Digit8=29]="Digit8",e[e.Digit9=30]="Digit9",e[e.KeyA=31]="KeyA",e[e.KeyB=32]="KeyB",e[e.KeyC=33]="KeyC",e[e.KeyD=34]="KeyD",e[e.KeyE=35]="KeyE",e[e.KeyF=36]="KeyF",e[e.KeyG=37]="KeyG",e[e.KeyH=38]="KeyH",e[e.KeyI=39]="KeyI",e[e.KeyJ=40]="KeyJ",e[e.KeyK=41]="KeyK",e[e.KeyL=42]="KeyL",e[e.KeyM=43]="KeyM",e[e.KeyN=44]="KeyN",e[e.KeyO=45]="KeyO",e[e.KeyP=46]="KeyP",e[e.KeyQ=47]="KeyQ",e[e.KeyR=48]="KeyR",e[e.KeyS=49]="KeyS",e[e.KeyT=50]="KeyT",e[e.KeyU=51]="KeyU",e[e.KeyV=52]="KeyV",e[e.KeyW=53]="KeyW",e[e.KeyX=54]="KeyX",e[e.KeyY=55]="KeyY",e[e.KeyZ=56]="KeyZ",e[e.Meta=57]="Meta",e[e.ContextMenu=58]="ContextMenu",e[e.F1=59]="F1",e[e.F2=60]="F2",e[e.F3=61]="F3",e[e.F4=62]="F4",e[e.F5=63]="F5",e[e.F6=64]="F6",e[e.F7=65]="F7",e[e.F8=66]="F8",e[e.F9=67]="F9",e[e.F10=68]="F10",e[e.F11=69]="F11",e[e.F12=70]="F12",e[e.F13=71]="F13",e[e.F14=72]="F14",e[e.F15=73]="F15",e[e.F16=74]="F16",e[e.F17=75]="F17",e[e.F18=76]="F18",e[e.F19=77]="F19",e[e.NumLock=78]="NumLock",e[e.ScrollLock=79]="ScrollLock",e[e.Semicolon=80]="Semicolon",e[e.Equal=81]="Equal",e[e.Comma=82]="Comma",e[e.Minus=83]="Minus",e[e.Period=84]="Period",e[e.Slash=85]="Slash",e[e.Backquote=86]="Backquote",e[e.BracketLeft=87]="BracketLeft",e[e.Backslash=88]="Backslash",e[e.BracketRight=89]="BracketRight",e[e.Quote=90]="Quote",e[e.OEM_8=91]="OEM_8",e[e.IntlBackslash=92]="IntlBackslash",e[e.Numpad0=93]="Numpad0",e[e.Numpad1=94]="Numpad1",e[e.Numpad2=95]="Numpad2",e[e.Numpad3=96]="Numpad3",e[e.Numpad4=97]="Numpad4",e[e.Numpad5=98]="Numpad5",e[e.Numpad6=99]="Numpad6",e[e.Numpad7=100]="Numpad7",e[e.Numpad8=101]="Numpad8",e[e.Numpad9=102]="Numpad9",e[e.NumpadMultiply=103]="NumpadMultiply",e[e.NumpadAdd=104]="NumpadAdd",e[e.NUMPAD_SEPARATOR=105]="NUMPAD_SEPARATOR",e[e.NumpadSubtract=106]="NumpadSubtract",e[e.NumpadDecimal=107]="NumpadDecimal",e[e.NumpadDivide=108]="NumpadDivide",e[e.KEY_IN_COMPOSITION=109]="KEY_IN_COMPOSITION",e[e.ABNT_C1=110]="ABNT_C1",e[e.ABNT_C2=111]="ABNT_C2",e[e.AudioVolumeMute=112]="AudioVolumeMute",e[e.AudioVolumeUp=113]="AudioVolumeUp",e[e.AudioVolumeDown=114]="AudioVolumeDown",e[e.BrowserSearch=115]="BrowserSearch",e[e.BrowserHome=116]="BrowserHome",e[e.BrowserBack=117]="BrowserBack",e[e.BrowserForward=118]="BrowserForward",e[e.MediaTrackNext=119]="MediaTrackNext",e[e.MediaTrackPrevious=120]="MediaTrackPrevious",e[e.MediaStop=121]="MediaStop",e[e.MediaPlayPause=122]="MediaPlayPause",e[e.LaunchMediaPlayer=123]="LaunchMediaPlayer",e[e.LaunchMail=124]="LaunchMail",e[e.LaunchApp2=125]="LaunchApp2",e[e.Clear=126]="Clear",e[e.MAX_VALUE=127]="MAX_VALUE"}(C||(C={})),function(e){e[e.Hint=1]="Hint",e[e.Info=2]="Info",e[e.Warning=4]="Warning",e[e.Error=8]="Error"}(w||(w={})),function(e){e[e.Unnecessary=1]="Unnecessary",e[e.Deprecated=2]="Deprecated"}(y||(y={})),function(e){e[e.Inline=1]="Inline",e[e.Gutter=2]="Gutter"}(S||(S={})),function(e){e[e.UNKNOWN=0]="UNKNOWN",e[e.TEXTAREA=1]="TEXTAREA",e[e.GUTTER_GLYPH_MARGIN=2]="GUTTER_GLYPH_MARGIN",e[e.GUTTER_LINE_NUMBERS=3]="GUTTER_LINE_NUMBERS",e[e.GUTTER_LINE_DECORATIONS=4]="GUTTER_LINE_DECORATIONS",e[e.GUTTER_VIEW_ZONE=5]="GUTTER_VIEW_ZONE",e[e.CONTENT_TEXT=6]="CONTENT_TEXT",e[e.CONTENT_EMPTY=7]="CONTENT_EMPTY",e[e.CONTENT_VIEW_ZONE=8]="CONTENT_VIEW_ZONE",e[e.CONTENT_WIDGET=9]="CONTENT_WIDGET",e[e.OVERVIEW_RULER=10]="OVERVIEW_RULER",e[e.SCROLLBAR=11]="SCROLLBAR",e[e.OVERLAY_WIDGET=12]="OVERLAY_WIDGET",e[e.OUTSIDE_EDITOR=13]="OUTSIDE_EDITOR"}(x||(x={})),function(e){e[e.TOP_RIGHT_CORNER=0]="TOP_RIGHT_CORNER",e[e.BOTTOM_RIGHT_CORNER=1]="BOTTOM_RIGHT_CORNER",e[e.TOP_CENTER=2]="TOP_CENTER"}(k||(k={})),function(e){e[e.Left=1]="Left",e[e.Center=2]="Center",e[e.Right=4]="Right",e[e.Full=7]="Full"}(L||(L={})),function(e){e[e.Left=0]="Left",e[e.Right=1]="Right",e[e.None=2]="None"}(E||(E={})),function(e){e[e.Off=0]="Off",e[e.On=1]="On",e[e.Relative=2]="Relative",e[e.Interval=3]="Interval",e[e.Custom=4]="Custom"}(N||(N={})),function(e){e[e.None=0]="None",e[e.Text=1]="Text",e[e.Blocks=2]="Blocks"}(D||(D={})),function(e){e[e.Smooth=0]="Smooth",e[e.Immediate=1]="Immediate"}(I||(I={})),function(e){e[e.Auto=1]="Auto",e[e.Hidden=2]="Hidden",e[e.Visible=3]="Visible"}(T||(T={})),function(e){e[e.LTR=0]="LTR",e[e.RTL=1]="RTL"}(A||(A={})),function(e){e[e.Invoke=1]="Invoke",e[e.TriggerCharacter=2]="TriggerCharacter",e[e.ContentChange=3]="ContentChange"}(R||(R={})),function(e){e[e.File=0]="File",e[e.Module=1]="Module",e[e.Namespace=2]="Namespace",e[e.Package=3]="Package",e[e.Class=4]="Class",e[e.Method=5]="Method",e[e.Property=6]="Property",e[e.Field=7]="Field",e[e.Constructor=8]="Constructor",e[e.Enum=9]="Enum",e[e.Interface=10]="Interface",e[e.Function=11]="Function",e[e.Variable=12]="Variable",e[e.Constant=13]="Constant",e[e.String=14]="String",e[e.Number=15]="Number",e[e.Boolean=16]="Boolean",e[e.Array=17]="Array",e[e.Object=18]="Object",e[e.Key=19]="Key",e[e.Null=20]="Null",e[e.EnumMember=21]="EnumMember",e[e.Struct=22]="Struct",e[e.Event=23]="Event",e[e.Operator=24]="Operator",e[e.TypeParameter=25]="TypeParameter"}(M||(M={})),function(e){e[e.Deprecated=1]="Deprecated"}(O||(O={})),function(e){e[e.Hidden=0]="Hidden",e[e.Blink=1]="Blink",e[e.Smooth=2]="Smooth",e[e.Phase=3]="Phase",e[e.Expand=4]="Expand",e[e.Solid=5]="Solid"}(P||(P={})),function(e){e[e.Line=1]="Line",e[e.Block=2]="Block",e[e.Underline=3]="Underline",e[e.LineThin=4]="LineThin",e[e.BlockOutline=5]="BlockOutline",e[e.UnderlineThin=6]="UnderlineThin"}(F||(F={})),function(e){e[e.AlwaysGrowsWhenTypingAtEdges=0]="AlwaysGrowsWhenTypingAtEdges",e[e.NeverGrowsWhenTypingAtEdges=1]="NeverGrowsWhenTypingAtEdges",e[e.GrowsOnlyWhenTypingBefore=2]="GrowsOnlyWhenTypingBefore",e[e.GrowsOnlyWhenTypingAfter=3]="GrowsOnlyWhenTypingAfter"}(B||(B={})),function(e){e[e.None=0]="None",e[e.Same=1]="Same",e[e.Indent=2]="Indent",e[e.DeepIndent=3]="DeepIndent"}(W||(W={}));class Z{static chord(e,t){return(0,$.gx)(e,t)}}function Y(){return{editor:void 0,languages:void 0,CancellationTokenSource:H.A,Emitter:z.Q5,KeyCode:C,KeyMod:Z,Position:j.L,Range:K.e,Selection:q.Y,SelectionDirection:A,MarkerSeverity:w,MarkerTag:y,Uri:U.o,Token:G.WU}}Z.CtrlCmd=2048,Z.Shift=1024,Z.Alt=512,Z.WinCtrl=256;var Q=i(93379),X=i.n(Q),J=i(7795),ee=i.n(J),te=i(90569),ie=i.n(te),ne=i(3565),oe=i.n(ne),re=i(19216),se=i.n(re),ae=i(44589),le=i.n(ae),ce=i(98835),de={};de.styleTagTransform=le(),de.setAttributes=oe(),de.insert=ie().bind(null,"head"),de.domAPI=ee(),de.insertStyleElement=se(),X()(ce.Z,de),ce.Z&&ce.Z.locals&&ce.Z.locals;var ue=i(18039),he=i(95602),ge=i(3622),pe=i(54552),me=i(59417),fe=i(19483),_e=i(77324),be=i(98340),ve=i(14704),Ce=i(10940),we=i(59083),ye=i(40027),Se=i(4004),xe=i(16182),ke=i(6954),Le=i(28295);let Ee=!1;function Ne(e){ke.$L&&(Ee||(Ee=!0,console.warn("Could not create web worker(s). Falling back to loading web worker code in main thread, which might cause UI freezes. Please see https://github.com/microsoft/monaco-editor#faq")),console.warn(e.message))}class De{constructor(e,t,i,n){this.vsWorker=e,this.req=t,this.method=i,this.args=n,this.type=0}}class Ie{constructor(e,t,i,n){this.vsWorker=e,this.seq=t,this.res=i,this.err=n,this.type=1}}class Te{constructor(e,t,i,n){this.vsWorker=e,this.req=t,this.eventName=i,this.arg=n,this.type=2}}class Ae{constructor(e,t,i){this.vsWorker=e,this.req=t,this.event=i,this.type=3}}class Re{constructor(e,t){this.vsWorker=e,this.req=t,this.type=4}}class Me{constructor(e){this._workerId=-1,this._handler=e,this._lastSentReq=0,this._pendingReplies=Object.create(null),this._pendingEmitters=new Map,this._pendingEvents=new Map}setWorkerId(e){this._workerId=e}sendMessage(e,t){const i=String(++this._lastSentReq);return new Promise(((n,o)=>{this._pendingReplies[i]={resolve:n,reject:o},this._send(new De(this._workerId,i,e,t))}))}listen(e,t){let i=null;const n=new z.Q5({onFirstListenerAdd:()=>{i=String(++this._lastSentReq),this._pendingEmitters.set(i,n),this._send(new Te(this._workerId,i,e,t))},onLastListenerRemove:()=>{this._pendingEmitters.delete(i),this._send(new Re(this._workerId,i)),i=null}});return n.event}handleMessage(e){e&&e.vsWorker&&(-1!==this._workerId&&e.vsWorker!==this._workerId||this._handleMessage(e))}_handleMessage(e){switch(e.type){case 1:return this._handleReplyMessage(e);case 0:return this._handleRequestMessage(e);case 2:return this._handleSubscribeEventMessage(e);case 3:return this._handleEventMessage(e);case 4:return this._handleUnsubscribeEventMessage(e)}}_handleReplyMessage(e){if(!this._pendingReplies[e.seq])return void console.warn("Got reply to unknown seq");let t=this._pendingReplies[e.seq];if(delete this._pendingReplies[e.seq],e.err){let i=e.err;return e.err.$isError&&(i=new Error,i.name=e.err.name,i.message=e.err.message,i.stack=e.err.stack),void t.reject(i)}t.resolve(e.res)}_handleRequestMessage(e){let t=e.req;this._handler.handleMessage(e.method,e.args).then((e=>{this._send(new Ie(this._workerId,t,e,void 0))}),(e=>{e.detail instanceof Error&&(e.detail=(0,xe.ri)(e.detail)),this._send(new Ie(this._workerId,t,void 0,(0,xe.ri)(e)))}))}_handleSubscribeEventMessage(e){const t=e.req,i=this._handler.handleEvent(e.eventName,e.arg)((e=>{this._send(new Ae(this._workerId,t,e))}));this._pendingEvents.set(t,i)}_handleEventMessage(e){this._pendingEmitters.has(e.req)?this._pendingEmitters.get(e.req).fire(e.event):console.warn("Got event for unknown req")}_handleUnsubscribeEventMessage(e){this._pendingEvents.has(e.req)?(this._pendingEvents.get(e.req).dispose(),this._pendingEvents.delete(e.req)):console.warn("Got unsubscribe for unknown req")}_send(e){let t=[];if(0===e.type)for(let i=0;i{this._protocol.handleMessage(e)}),(e=>{n&&n(e)}))),this._protocol=new Me({sendMessage:(e,t)=>{this._worker.postMessage(e,t)},handleMessage:(e,t)=>{if("function"!=typeof i[e])return Promise.reject(new Error("Missing method "+e+" on main thread host."));try{return Promise.resolve(i[e].apply(i,t))}catch(e){return Promise.reject(e)}},handleEvent:(e,t)=>{if(Fe(e)){const n=i[e].call(i,t);if("function"!=typeof n)throw new Error(`Missing dynamic event ${e} on main thread host.`);return n}if(Pe(e)){const t=i[e];if("function"!=typeof t)throw new Error(`Missing event ${e} on main thread host.`);return t}throw new Error(`Malformed event name ${e}`)}}),this._protocol.setWorkerId(this._worker.getId());let o=null;void 0!==ke.li.require&&"function"==typeof ke.li.require.getConfig?o=ke.li.require.getConfig():void 0!==ke.li.requirejs&&(o=ke.li.requirejs.s.contexts._.config);const r=Le.$E(i);this._onModuleLoaded=this._protocol.sendMessage("$initialize",[this._worker.getId(),JSON.parse(JSON.stringify(o)),t,r]);const s=(e,t)=>this._request(e,t),a=(e,t)=>this._protocol.listen(e,t);this._lazyProxy=new Promise(((e,i)=>{n=i,this._onModuleLoaded.then((t=>{e(function(e,t,i){const n=e=>function(){const i=Array.prototype.slice.call(arguments,0);return t(e,i)},o=e=>function(t){return i(e,t)};let r={};for(const t of e)Fe(t)?r[t]=o(t):Pe(t)?r[t]=i(t,void 0):r[t]=n(t);return r}(t,s,a))}),(e=>{i(e),this._onError("Worker failed to load "+t,e)}))}))}getProxyObject(){return this._lazyProxy}_request(e,t){return new Promise(((i,n)=>{this._onModuleLoaded.then((()=>{this._protocol.sendMessage(e,t).then(i,n)}),n)}))}_onError(e,t){console.error(e),console.info(t)}}function Pe(e){return"o"===e[0]&&"n"===e[1]&&ue.df(e.charCodeAt(2))}function Fe(e){return/^onDynamic/.test(e)&&ue.df(e.charCodeAt(9))}var Be;const We=null===(Be=window.trustedTypes)||void 0===Be?void 0:Be.createPolicy("defaultWorkerFactory",{createScriptURL:e=>e});class Ve{constructor(e,t,i,n,o){this.id=t;const r=function(e){if(ke.li.MonacoEnvironment){if("function"==typeof ke.li.MonacoEnvironment.getWorker)return ke.li.MonacoEnvironment.getWorker("workerMain.js",e);if("function"==typeof ke.li.MonacoEnvironment.getWorkerUrl){const t=ke.li.MonacoEnvironment.getWorkerUrl("workerMain.js",e);return new Worker(We?We.createScriptURL(t):t,{name:e})}}throw new Error("You must define a function MonacoEnvironment.getWorkerUrl or MonacoEnvironment.getWorker")}(i);"function"==typeof r.then?this.worker=r:this.worker=Promise.resolve(r),this.postMessage(e,[]),this.worker.then((e=>{e.onmessage=function(e){n(e.data)},e.onmessageerror=o,"function"==typeof e.addEventListener&&e.addEventListener("error",o)}))}getId(){return this.id}postMessage(e,t){this.worker&&this.worker.then((i=>i.postMessage(e,t)))}dispose(){this.worker&&this.worker.then((e=>e.terminate())),this.worker=null}}class He{constructor(e){this._label=e,this._webWorkerFailedBeforeError=!1}create(e,t,i){let n=++He.LAST_WORKER_ID;if(this._webWorkerFailedBeforeError)throw this._webWorkerFailedBeforeError;return new Ve(e,n,this._label||"anonymous"+n,t,(e=>{Ne(e),this._webWorkerFailedBeforeError=e,i(e)}))}}He.LAST_WORKER_ID=0;var ze=i(53276);function $e(e,t,i,n){return new ze.Hs(e,t,i).ComputeDiff(n)}class Ue{constructor(e){const t=[],i=[];for(let n=0,o=e.length;n0&&t.originalLength<20&&t.modifiedLength>0&&t.modifiedLength<20&&o()){const r=i.createCharSequence(e,t.originalStart,t.originalStart+t.originalLength-1),a=n.createCharSequence(e,t.modifiedStart,t.modifiedStart+t.modifiedLength-1);let l=$e(r,a,o,!0).changes;s&&(l=function(e){if(e.length<=1)return e;const t=[e[0]];let i=t[0];for(let n=1,o=e.length;n1&&s>1&&e.charCodeAt(i-2)===t.charCodeAt(s-2);)i--,s--;(i>1||s>1)&&this._pushTrimWhitespaceCharChange(n,o+1,1,i,r+1,1,s)}{let i=Ye(e,1),s=Ye(t,1);const a=e.length+1,l=t.length+1;for(;i!0;const t=Date.now();return()=>Date.now()-tt&&(t=r),o>i&&(i=o),s>i&&(i=s)}t++,i++;const n=new tt(i,t,0);for(let t=0,i=e.length;t=this._maxCharCode?0:this._states.get(e,t)}}let nt=null,ot=null;class rt{static _createLink(e,t,i,n,o){let r=o-1;do{const i=t.charCodeAt(r);if(2!==e.get(i))break;r--}while(r>n);if(n>0){const e=t.charCodeAt(n-1),i=t.charCodeAt(r);(40===e&&41===i||91===e&&93===i||123===e&&125===i)&&r--}return{range:{startLineNumber:i,startColumn:n+1,endLineNumber:i,endColumn:r+2},url:t.substring(n,r+1)}}static computeLinks(e,t=function(){return null===nt&&(nt=new it([[1,104,2],[1,72,2],[1,102,6],[1,70,6],[2,116,3],[2,84,3],[3,116,4],[3,84,4],[4,112,5],[4,80,5],[5,115,9],[5,83,9],[5,58,10],[6,105,7],[6,73,7],[7,108,8],[7,76,8],[8,101,9],[8,69,9],[9,58,10],[10,47,11],[11,47,12]])),nt}()){const i=function(){if(null===ot){ot=new et.N(0);const e=" \t<>'\"、。。、,.:;‘〈「『〔([{「」}])〕』」〉’`~…";for(let t=0;t=0?(n+=i?1:-1,n<0?n=e.length-1:n%=e.length,e[n]):null}}st.INSTANCE=new st;var at=i(52150),lt=i(5083),ct=function(e,t,i,n){return new(i||(i=Promise))((function(o,r){function s(e){try{l(n.next(e))}catch(e){r(e)}}function a(e){try{l(n.throw(e))}catch(e){r(e)}}function l(e){var t;e.done?o(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(s,a)}l((n=n.apply(e,t||[])).next())}))};class dt extends class{constructor(e,t,i,n){this._uri=e,this._lines=t,this._eol=i,this._versionId=n,this._lineStarts=null,this._cachedTextValue=null}dispose(){this._lines.length=0}get version(){return this._versionId}getText(){return null===this._cachedTextValue&&(this._cachedTextValue=this._lines.join(this._eol)),this._cachedTextValue}onEvents(e){e.eol&&e.eol!==this._eol&&(this._eol=e.eol,this._lineStarts=null);const t=e.changes;for(const e of t)this._acceptDeleteRange(e.range),this._acceptInsertText(new j.L(e.range.startLineNumber,e.range.startColumn),e.text);this._versionId=e.versionId,this._cachedTextValue=null}_ensureLineStarts(){if(!this._lineStarts){const e=this._eol.length,t=this._lines.length,i=new Uint32Array(t);for(let n=0;nthis._lines.length)t=this._lines.length,i=this._lines[t-1].length+1,n=!0;else{const e=this._lines[t-1].length+1;i<1?(i=1,n=!0):i>e&&(i=e,n=!0)}return n?{lineNumber:t,column:i}:e}}class ut{constructor(e,t){this._host=e,this._models=Object.create(null),this._foreignModuleFactory=t,this._foreignModule=null}dispose(){this._models=Object.create(null)}_getModel(e){return this._models[e]}_getModels(){const e=[];return Object.keys(this._models).forEach((t=>e.push(this._models[t]))),e}acceptNewModel(e){this._models[e.url]=new dt(U.o.parse(e.url),e.lines,e.EOL,e.versionId)}acceptModelChanged(e,t){this._models[e]&&this._models[e].onEvents(t)}acceptRemovedModel(e){this._models[e]&&delete this._models[e]}computeUnicodeHighlights(e,t,i){return ct(this,void 0,void 0,(function*(){const n=this._getModel(e);return n?lt.a.computeUnicodeHighlights(n,t,i):{ranges:[],hasMore:!1,ambiguousCharacterCount:0,invisibleCharacterCount:0,nonBasicAsciiCharacterCount:0}}))}computeDiff(e,t,i,n){return ct(this,void 0,void 0,(function*(){const o=this._getModel(e),r=this._getModel(t);if(!o||!r)return null;const s=o.getLinesContent(),a=r.getLinesContent(),l=new Ge(s,a,{shouldComputeCharChanges:!0,shouldPostProcessCharChanges:!0,shouldIgnoreTrimWhitespace:i,shouldMakePrettyDiff:!0,maxComputationTime:n}).computeDiff(),c=!(l.changes.length>0)&&this._modelsAreIdentical(o,r);return{quitEarly:l.quitEarly,identical:c,changes:l.changes}}))}_modelsAreIdentical(e,t){const i=e.getLineCount();if(i!==t.getLineCount())return!1;for(let n=1;n<=i;n++)if(e.getLineContent(n)!==t.getLineContent(n))return!1;return!0}computeMoreMinimalEdits(e,t){return ct(this,void 0,void 0,(function*(){const i=this._getModel(e);if(!i)return t;const n=[];let o;t=t.slice(0).sort(((e,t)=>e.range&&t.range?K.e.compareRangesUsingStarts(e.range,t.range):(e.range?0:1)-(t.range?0:1)));for(let{range:e,text:r,eol:s}of t){if("number"==typeof s&&(o=s),K.e.isEmpty(e)&&!r)continue;const t=i.getValueInRange(e);if(r=r.replace(/\r\n|\n|\r/g,i.eol),t===r)continue;if(Math.max(r.length,t.length)>ut._diffLimit){n.push({range:e,text:r});continue}const a=(0,ze.a$)(t,r,!1),l=i.offsetAt(K.e.lift(e).getStartPosition());for(const e of a){const t=i.positionAt(l+e.originalStart),o=i.positionAt(l+e.originalStart+e.originalLength),s={text:r.substr(e.modifiedStart,e.modifiedLength),range:{startLineNumber:t.lineNumber,startColumn:t.column,endLineNumber:o.lineNumber,endColumn:o.column}};i.getValueInRange(s.range)!==s.text&&n.push(s)}}return"number"==typeof o&&n.push({eol:o,text:"",range:{startLineNumber:0,startColumn:0,endLineNumber:0,endColumn:0}}),n}))}computeLinks(e){return ct(this,void 0,void 0,(function*(){const t=this._getModel(e);return t?function(e){return e&&"function"==typeof e.getLineCount&&"function"==typeof e.getLineContent?rt.computeLinks(e):[]}(t):null}))}textualSuggest(e,t,i,n){return ct(this,void 0,void 0,(function*(){const o=new at.G(!0),r=new RegExp(i,n),s=new Set;e:for(let i of e){const e=this._getModel(i);if(e)for(let i of e.words(r))if(i!==t&&isNaN(Number(i))&&(s.add(i),s.size>ut._suggestionsLimit))break e}return{words:Array.from(s),duration:o.elapsed()}}))}computeWordRanges(e,t,i,n){return ct(this,void 0,void 0,(function*(){const o=this._getModel(e);if(!o)return Object.create(null);const r=new RegExp(i,n),s=Object.create(null);for(let e=t.startLineNumber;ethis._host.fhr(e,t))),getMirrorModels:()=>this._getModels()};return this._foreignModuleFactory?(this._foreignModule=this._foreignModuleFactory(n,t),Promise.resolve(Le.$E(this._foreignModule))):Promise.reject(new Error("Unexpected usage"))}fmr(e,t){if(!this._foreignModule||"function"!=typeof this._foreignModule[e])return Promise.reject(new Error("Missing requestHandler or method: "+e));try{return Promise.resolve(this._foreignModule[e].apply(this._foreignModule,t))}catch(e){return Promise.reject(e)}}}ut._diffLimit=1e5,ut._suggestionsLimit=1e4,"function"==typeof importScripts&&(ke.li.monaco=Y());var ht=i(72837),gt=i(57800),pt=i(16592),mt=i(66988),ft=function(e,t){return function(i,n){t(i,n,e)}},_t=function(e,t,i,n){return new(i||(i=Promise))((function(o,r){function s(e){try{l(n.next(e))}catch(e){r(e)}}function a(e){try{l(n.throw(e))}catch(e){r(e)}}function l(e){var t;e.done?o(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(s,a)}l((n=n.apply(e,t||[])).next())}))};function bt(e,t){const i=e.getModel(t);return!!i&&!i.isTooLargeForSyncing()}let vt=class extends Se.JT{constructor(e,t,i,n,o){super(),this._modelService=e,this._workerManager=this._register(new wt(this._modelService,n)),this._logService=i,this._register(o.linkProvider.register({language:"*",hasAccessToAllModels:!0},{provideLinks:(e,t)=>bt(this._modelService,e.uri)?this._workerManager.withWorker().then((t=>t.computeLinks(e.uri))).then((e=>e&&{links:e})):Promise.resolve({links:[]})})),this._register(o.completionProvider.register("*",new Ct(this._workerManager,t,this._modelService,n)))}dispose(){super.dispose()}canComputeUnicodeHighlights(e){return bt(this._modelService,e)}computedUnicodeHighlights(e,t,i){return this._workerManager.withWorker().then((n=>n.computedUnicodeHighlights(e,t,i)))}computeDiff(e,t,i,n){return this._workerManager.withWorker().then((o=>o.computeDiff(e,t,i,n)))}computeMoreMinimalEdits(e,t){if((0,gt.Of)(t)){if(!bt(this._modelService,e))return Promise.resolve(t);const i=at.G.create(!0),n=this._workerManager.withWorker().then((i=>i.computeMoreMinimalEdits(e,t)));return n.finally((()=>this._logService.trace("FORMAT#computeMoreMinimalEdits",e.toString(!0),i.elapsed()))),Promise.race([n,(0,ye.Vs)(1e3).then((()=>t))])}return Promise.resolve(void 0)}canNavigateValueSet(e){return bt(this._modelService,e)}navigateValueSet(e,t,i){return this._workerManager.withWorker().then((n=>n.navigateValueSet(e,t,i)))}canComputeWordRanges(e){return bt(this._modelService,e)}computeWordRanges(e,t){return this._workerManager.withWorker().then((i=>i.computeWordRanges(e,t)))}};vt=function(e,t,i,n){var o,r=arguments.length,s=r<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,i):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,i,s):o(t,i))||s);return r>3&&s&&Object.defineProperty(t,i,s),s}([ft(0,we.q),ft(1,ht.V),ft(2,pt.VZ),ft(3,be.c_),ft(4,mt.p)],vt);class Ct{constructor(e,t,i,n){this.languageConfigurationService=n,this._debugDisplayName="wordbasedCompletions",this._workerManager=e,this._configurationService=t,this._modelService=i}provideCompletionItems(e,t){return _t(this,void 0,void 0,(function*(){const i=this._configurationService.getValue(e.uri,t,"editor");if(!i.wordBasedSuggestions)return;const n=[];if("currentDocument"===i.wordBasedSuggestionsMode)bt(this._modelService,e.uri)&&n.push(e.uri);else for(const t of this._modelService.getModels())bt(this._modelService,t.uri)&&(t===e?n.unshift(t.uri):"allDocuments"!==i.wordBasedSuggestionsMode&&t.getLanguageId()!==e.getLanguageId()||n.push(t.uri));if(0===n.length)return;const o=this.languageConfigurationService.getLanguageConfiguration(e.getLanguageId()).getWordDefinition(),r=e.getWordAtPosition(t),s=r?new K.e(t.lineNumber,r.startColumn,t.lineNumber,r.endColumn):K.e.fromPositions(t),a=s.setEndPosition(t.lineNumber,t.column),l=yield this._workerManager.withWorker(),c=yield l.textualSuggest(n,null==r?void 0:r.word,o);return c?{duration:c.duration,suggestions:c.words.map((e=>({kind:18,label:e,insertText:e,range:{insert:a,replace:s}})))}:void 0}))}}class wt extends Se.JT{constructor(e,t){super(),this.languageConfigurationService=t,this._modelService=e,this._editorWorkerClient=null,this._lastWorkerUsedTime=(new Date).getTime(),this._register(new ye.zh).cancelAndSet((()=>this._checkStopIdleWorker()),Math.round(15e4)),this._register(this._modelService.onModelRemoved((e=>this._checkStopEmptyWorker())))}dispose(){this._editorWorkerClient&&(this._editorWorkerClient.dispose(),this._editorWorkerClient=null),super.dispose()}_checkStopEmptyWorker(){this._editorWorkerClient&&0===this._modelService.getModels().length&&(this._editorWorkerClient.dispose(),this._editorWorkerClient=null)}_checkStopIdleWorker(){this._editorWorkerClient&&(new Date).getTime()-this._lastWorkerUsedTime>3e5&&(this._editorWorkerClient.dispose(),this._editorWorkerClient=null)}withWorker(){return this._lastWorkerUsedTime=(new Date).getTime(),this._editorWorkerClient||(this._editorWorkerClient=new kt(this._modelService,!1,"editorWorkerService",this.languageConfigurationService)),Promise.resolve(this._editorWorkerClient)}}class yt extends Se.JT{constructor(e,t,i){if(super(),this._syncedModels=Object.create(null),this._syncedModelsLastUsedTime=Object.create(null),this._proxy=e,this._modelService=t,!i){const e=new ye.zh;e.cancelAndSet((()=>this._checkStopModelSync()),Math.round(3e4)),this._register(e)}}dispose(){for(let e in this._syncedModels)(0,Se.B9)(this._syncedModels[e]);this._syncedModels=Object.create(null),this._syncedModelsLastUsedTime=Object.create(null),super.dispose()}ensureSyncedResources(e,t){for(const i of e){const e=i.toString();this._syncedModels[e]||this._beginModelSync(i,t),this._syncedModels[e]&&(this._syncedModelsLastUsedTime[e]=(new Date).getTime())}}_checkStopModelSync(){const e=(new Date).getTime(),t=[];for(let i in this._syncedModelsLastUsedTime)e-this._syncedModelsLastUsedTime[i]>6e4&&t.push(i);for(const e of t)this._stopModelSync(e)}_beginModelSync(e,t){const i=this._modelService.getModel(e);if(!i)return;if(!t&&i.isTooLargeForSyncing())return;const n=e.toString();this._proxy.acceptNewModel({url:i.uri.toString(),lines:i.getLinesContent(),EOL:i.getEOL(),versionId:i.getVersionId()});const o=new Se.SL;o.add(i.onDidChangeContent((e=>{this._proxy.acceptModelChanged(n.toString(),e)}))),o.add(i.onWillDispose((()=>{this._stopModelSync(n)}))),o.add((0,Se.OF)((()=>{this._proxy.acceptRemovedModel(n)}))),this._syncedModels[n]=o}_stopModelSync(e){const t=this._syncedModels[e];delete this._syncedModels[e],delete this._syncedModelsLastUsedTime[e],(0,Se.B9)(t)}}class St{constructor(e){this._instance=e,this._proxyObj=Promise.resolve(this._instance)}dispose(){this._instance.dispose()}getProxyObject(){return this._proxyObj}}class xt{constructor(e){this._workerClient=e}fhr(e,t){return this._workerClient.fhr(e,t)}}class kt extends Se.JT{constructor(e,t,i,n){super(),this.languageConfigurationService=n,this._disposed=!1,this._modelService=e,this._keepIdleModels=t,this._workerFactory=new He(i),this._worker=null,this._modelManager=null}fhr(e,t){throw new Error("Not implemented!")}_getOrCreateWorker(){if(!this._worker)try{this._worker=this._register(new Oe(this._workerFactory,"vs/editor/common/services/editorSimpleWorker",new xt(this)))}catch(e){Ne(e),this._worker=new St(new ut(new xt(this),null))}return this._worker}_getProxy(){return this._getOrCreateWorker().getProxyObject().then(void 0,(e=>(Ne(e),this._worker=new St(new ut(new xt(this),null)),this._getOrCreateWorker().getProxyObject())))}_getOrCreateModelManager(e){return this._modelManager||(this._modelManager=this._register(new yt(e,this._modelService,this._keepIdleModels))),this._modelManager}_withSyncedResources(e,t=!1){return _t(this,void 0,void 0,(function*(){return this._disposed?Promise.reject((0,xe.F0)()):this._getProxy().then((i=>(this._getOrCreateModelManager(i).ensureSyncedResources(e,t),i)))}))}computedUnicodeHighlights(e,t,i){return this._withSyncedResources([e]).then((n=>n.computeUnicodeHighlights(e.toString(),t,i)))}computeDiff(e,t,i,n){return this._withSyncedResources([e,t],!0).then((o=>o.computeDiff(e.toString(),t.toString(),i,n)))}computeMoreMinimalEdits(e,t){return this._withSyncedResources([e]).then((i=>i.computeMoreMinimalEdits(e.toString(),t)))}computeLinks(e){return this._withSyncedResources([e]).then((t=>t.computeLinks(e.toString())))}textualSuggest(e,t,i){return _t(this,void 0,void 0,(function*(){const n=yield this._withSyncedResources(e),o=i.source,r=(0,ue.mr)(i);return n.textualSuggest(e.map((e=>e.toString())),t,o,r)}))}computeWordRanges(e,t){return this._withSyncedResources([e]).then((i=>{const n=this._modelService.getModel(e);if(!n)return Promise.resolve(null);const o=this.languageConfigurationService.getLanguageConfiguration(n.getLanguageId()).getWordDefinition(),r=o.source,s=(0,ue.mr)(o);return i.computeWordRanges(e.toString(),t,r,s)}))}navigateValueSet(e,t,i){return this._withSyncedResources([e]).then((n=>{const o=this._modelService.getModel(e);if(!o)return null;const r=this.languageConfigurationService.getLanguageConfiguration(o.getLanguageId()).getWordDefinition(),s=r.source,a=(0,ue.mr)(r);return n.navigateValueSet(e.toString(),t,i,s,a)}))}dispose(){super.dispose(),this._disposed=!0}}class Lt extends kt{constructor(e,t,i){super(e,i.keepIdleModels||!1,i.label,t),this._foreignModuleId=i.moduleId,this._foreignModuleCreateData=i.createData||null,this._foreignModuleHost=i.host||null,this._foreignProxy=null}fhr(e,t){if(!this._foreignModuleHost||"function"!=typeof this._foreignModuleHost[e])return Promise.reject(new Error("Missing method "+e+" or missing main thread foreign host."));try{return Promise.resolve(this._foreignModuleHost[e].apply(this._foreignModuleHost,t))}catch(e){return Promise.reject(e)}}_getForeignProxy(){return this._foreignProxy||(this._foreignProxy=this._getProxy().then((e=>{const t=this._foreignModuleHost?Le.$E(this._foreignModuleHost):[];return e.loadForeignModule(this._foreignModuleId,this._foreignModuleCreateData,t).then((t=>{this._foreignModuleCreateData=null;const i=(t,i)=>e.fmr(t,i),n=(e,t)=>function(){const i=Array.prototype.slice.call(arguments,0);return t(e,i)},o={};for(const e of t)o[e]=n(e,i);return o}))}))),this._foreignProxy}getProxy(){return this._getForeignProxy()}withSyncedResources(e){return this._withSyncedResources(e).then((e=>this.getProxy()))}}var Et=i(59193),Nt=i(2969),Dt=i(29954);function It(e){return"string"==typeof e}function Tt(e){return!It(e)}function At(e){return!e}function Rt(e,t){return e.ignoreCase&&t?t.toLowerCase():t}function Mt(e){return e.replace(/[&<>'"_]/g,"-")}function Ot(e,t){return new Error(`${e.languageId}: ${t}`)}function Pt(e,t,i,n,o){let r=null;return t.replace(/\$((\$)|(#)|(\d\d?)|[sS](\d\d?)|@(\w+))/g,(function(t,s,a,l,c,d,u,h,g){return At(a)?At(l)?!At(c)&&c0;){const t=e.tokenizer[i];if(t)return t;const n=i.lastIndexOf(".");i=n<0?null:i.substr(0,n)}return null}class Bt{constructor(e){this._maxCacheDepth=e,this._entries=Object.create(null)}static create(e,t){return this._INSTANCE.create(e,t)}create(e,t){if(null!==e&&e.depth>=this._maxCacheDepth)return new Wt(e,t);let i=Wt.getStackElementId(e);i.length>0&&(i+="|"),i+=t;let n=this._entries[i];return n||(n=new Wt(e,t),this._entries[i]=n,n)}}Bt._INSTANCE=new Bt(5);class Wt{constructor(e,t){this.parent=e,this.state=t,this.depth=(this.parent?this.parent.depth:0)+1}static getStackElementId(e){let t="";for(;null!==e;)t.length>0&&(t+="|"),t+=e.state,e=e.parent;return t}static _equals(e,t){for(;null!==e&&null!==t;){if(e===t)return!0;if(e.state!==t.state)return!1;e=e.parent,t=t.parent}return null===e&&null===t}equals(e){return Wt._equals(this,e)}push(e){return Bt.create(this,e)}pop(){return this.parent}popall(){let e=this;for(;e.parent;)e=e.parent;return e}switchTo(e){return Bt.create(this.parent,e)}}class Vt{constructor(e,t){this.languageId=e,this.state=t}equals(e){return this.languageId===e.languageId&&this.state.equals(e.state)}clone(){return this.state.clone()===this.state?this:new Vt(this.languageId,this.state)}}class Ht{constructor(e){this._maxCacheDepth=e,this._entries=Object.create(null)}static create(e,t){return this._INSTANCE.create(e,t)}create(e,t){if(null!==t)return new zt(e,t);if(null!==e&&e.depth>=this._maxCacheDepth)return new zt(e,t);const i=Wt.getStackElementId(e);let n=this._entries[i];return n||(n=new zt(e,null),this._entries[i]=n,n)}}Ht._INSTANCE=new Ht(5);class zt{constructor(e,t){this.stack=e,this.embeddedLanguageData=t}clone(){return(this.embeddedLanguageData?this.embeddedLanguageData.clone():null)===this.embeddedLanguageData?this:Ht.create(this.stack,this.embeddedLanguageData)}equals(e){return e instanceof zt&&!!this.stack.equals(e.stack)&&(null===this.embeddedLanguageData&&null===e.embeddedLanguageData||null!==this.embeddedLanguageData&&null!==e.embeddedLanguageData&&this.embeddedLanguageData.equals(e.embeddedLanguageData))}}class $t{constructor(){this._tokens=[],this._languageId=null,this._lastTokenType=null,this._lastTokenLanguage=null}enterLanguage(e){this._languageId=e}emit(e,t){this._lastTokenType===t&&this._lastTokenLanguage===this._languageId||(this._lastTokenType=t,this._lastTokenLanguage=this._languageId,this._tokens.push(new G.WU(e,t,this._languageId)))}nestedLanguageTokenize(e,t,i,n){const o=i.languageId,r=i.state,s=G.RW.get(o);if(!s)return this.enterLanguage(o),this.emit(n,""),r;const a=s.tokenize(e,t,r);if(0!==n)for(const e of a.tokens)this._tokens.push(new G.WU(e.offset+n,e.type,e.language));else this._tokens=this._tokens.concat(a.tokens);return this._lastTokenType=null,this._lastTokenLanguage=null,this._languageId=null,a.endState}finalize(e){return new G.hG(this._tokens,e)}}class Ut{constructor(e,t){this._languageService=e,this._theme=t,this._prependTokens=null,this._tokens=[],this._currentLanguageId=0,this._lastTokenMetadata=0}enterLanguage(e){this._currentLanguageId=this._languageService.languageIdCodec.encodeLanguageId(e)}emit(e,t){const i=this._theme.match(this._currentLanguageId,t);this._lastTokenMetadata!==i&&(this._lastTokenMetadata=i,this._tokens.push(e),this._tokens.push(i))}static _merge(e,t,i){const n=null!==e?e.length:0,o=t.length,r=null!==i?i.length:0;if(0===n&&0===o&&0===r)return new Uint32Array(0);if(0===n&&0===o)return i;if(0===o&&0===r)return e;const s=new Uint32Array(n+o+r);null!==e&&s.set(e);for(let e=0;e{if(o)return;let t=!1;for(let i=0,n=e.changedLanguages.length;i{}))}}getInitialState(){const e=Bt.create(null,this._lexer.start);return Ht.create(e,null)}tokenize(e,t,i){const n=new $t,o=this._tokenize(e,t,i,n);return n.finalize(o)}tokenizeEncoded(e,t,i){const n=new Ut(this._languageService,this._standaloneThemeService.getColorTheme().tokenTheme),o=this._tokenize(e,t,i,n);return n.finalize(o)}_tokenize(e,t,i,n){return i.embeddedLanguageData?this._nestedTokenize(e,t,i,0,n):this._myTokenize(e,t,i,0,n)}_findLeavingNestedLanguageOffset(e,t){let i=this._lexer.tokenizer[t.stack.state];if(!i&&(i=Ft(this._lexer,t.stack.state),!i))throw Ot(this._lexer,"tokenizer state is not defined: "+t.stack.state);let n=-1,o=!1;for(const t of i){if(!Tt(t.action)||"@pop"!==t.action.nextEmbedded)continue;o=!0;let i=t.regex;const r=t.regex.source;if("^(?:"===r.substr(0,4)&&")"===r.substr(r.length-1,1)){const e=(i.ignoreCase?"i":"")+(i.unicode?"u":"");i=new RegExp(r.substr(4,r.length-5),e)}const s=e.search(i);-1===s||0!==s&&t.matchOnlyAtLineStart||(-1===n||s0&&o.nestedLanguageTokenize(s,!1,i.embeddedLanguageData,n);const a=e.substring(r);return this._myTokenize(a,t,i,n+r,o)}_safeRuleName(e){return e?e.name:"(unknown)"}_myTokenize(e,t,i,n,o){o.enterLanguage(this._languageId);const r=e.length,s=t&&this._lexer.includeLF?e+"\n":e,a=s.length;let l=i.embeddedLanguageData,c=i.stack,d=0,u=null,h=!0;for(;h||d=a)break;h=!1;let e=this._lexer.tokenizer[_];if(!e&&(e=Ft(this._lexer,_),!e))throw Ot(this._lexer,"tokenizer state is not defined: "+_);let t=s.substr(d);for(const i of e)if((0===d||!i.matchOnlyAtLineStart)&&(b=t.match(i.regex),b)){v=b[0],C=i.action;break}}if(b||(b=[""],v=""),C||(d=this._lexer.maxStack)throw Ot(this._lexer,"maximum tokenizer stack size reached: ["+c.state+","+c.parent.state+",...]");c=c.push(_)}else if("@pop"===C.next){if(c.depth<=1)throw Ot(this._lexer,"trying to pop an empty stack in rule: "+this._safeRuleName(w));c=c.pop()}else if("@popall"===C.next)c=c.popall();else{let e=Pt(this._lexer,C.next,v,b,_);if("@"===e[0]&&(e=e.substr(1)),!Ft(this._lexer,e))throw Ot(this._lexer,"trying to set a next state '"+e+"' that is undefined in rule: "+this._safeRuleName(w));c=c.push(e)}}C.log&&"string"==typeof C.log&&(g=this._lexer,p=this._lexer.languageId+": "+Pt(this._lexer,C.log,v,b,_),console.log(`${g.languageId}: ${p}`))}if(null===S)throw Ot(this._lexer,"lexer rule has no well-defined action in rule: "+this._safeRuleName(w));const x=i=>{const r=this._languageService.getLanguageIdByLanguageName(i)||this._languageService.getLanguageIdByMimeType(i)||i,s=this._getNestedEmbeddedLanguageData(r);if(d0)throw Ot(this._lexer,"groups cannot be nested: "+this._safeRuleName(w));if(b.length!==S.length+1)throw Ot(this._lexer,"matched number of groups does not match the number of actions in rule: "+this._safeRuleName(w));let e=0;for(let t=1;te});class Zt{static colorizeElement(e,t,i,n){const o=(n=n||{}).theme||"vs",r=n.mimeType||i.getAttribute("lang")||i.getAttribute("data-lang");if(!r)return console.error("Mode not detected"),Promise.resolve();const s=t.getLanguageIdByMimeType(r)||r;e.setTheme(o);const a=i.firstChild?i.firstChild.nodeValue:"";return i.className+=" "+o,this.colorize(t,a||"",s,n).then((e=>{var t;const n=null!==(t=null==Gt?void 0:Gt.createHTML(e))&&void 0!==t?t:e;i.innerHTML=n}),(e=>console.error(e)))}static colorize(e,t,i,n){return o=this,r=void 0,a=function*(){const o=e.languageIdCodec;let r=4;n&&"number"==typeof n.tabSize&&(r=n.tabSize),ue.uS(t)&&(t=t.substr(1));const s=ue.uq(t);if(!e.isRegisteredLanguageId(i))return Yt(s,r,o);const a=yield G.RW.getOrCreate(i);return a?function(e,t,i,n){return new Promise(((o,r)=>{const s=()=>{const a=function(e,t,i,n){let o=[],r=i.getInitialState();for(let s=0,a=e.length;s"),r=l.endState}return o.join("")}(e,t,i,n);if(i instanceof jt){const e=i.getLoadStatus();if(!1===e.loaded)return void e.promise.then(s,r)}o(a)};s()}))}(s,r,a,o):Yt(s,r,o)},new((s=void 0)||(s=Promise))((function(e,t){function i(e){try{l(a.next(e))}catch(e){t(e)}}function n(e){try{l(a.throw(e))}catch(e){t(e)}}function l(t){var o;t.done?e(t.value):(o=t.value,o instanceof s?o:new s((function(e){e(o)}))).then(i,n)}l((a=a.apply(o,r||[])).next())}));var o,r,s,a}static colorizeLine(e,t,i,n,o=4){const r=Dt.wA.isBasicASCII(e,t),s=Dt.wA.containsRTL(e,r,i);return(0,Nt.tF)(new Nt.IJ(!1,!0,e,!1,r,s,0,n,[],o,0,0,0,0,-1,"none",!1,!1,null)).html}static colorizeModelLine(e,t,i=4){const n=e.getLineContent(t);e.forceTokenization(t);const o=e.getLineTokens(t).inflate();return this.colorizeLine(n,e.mightContainNonBasicASCII(),e.mightContainRTL(),o,i)}}function Yt(e,t,i){let n=[];const o=new Uint32Array(2);o[0]=0,o[1]=16793600;for(let r=0,s=e.length;r")}return n.join("")}var Qt=i(77339),Xt=i(34239),Jt=i(43061),ei=i(11559),ti=i(22157),ii=i(68695),ni=i(9734),oi=i(81585);let ri=class extends Se.JT{constructor(e){super(),this._themeService=e,this._onCodeEditorAdd=this._register(new z.Q5),this.onCodeEditorAdd=this._onCodeEditorAdd.event,this._onCodeEditorRemove=this._register(new z.Q5),this.onCodeEditorRemove=this._onCodeEditorRemove.event,this._onDiffEditorAdd=this._register(new z.Q5),this.onDiffEditorAdd=this._onDiffEditorAdd.event,this._onDiffEditorRemove=this._register(new z.Q5),this.onDiffEditorRemove=this._onDiffEditorRemove.event,this._decorationOptionProviders=new Map,this._modelProperties=new Map,this._codeEditors=Object.create(null),this._diffEditors=Object.create(null),this._globalStyleSheet=null}addCodeEditor(e){this._codeEditors[e.getId()]=e,this._onCodeEditorAdd.fire(e)}removeCodeEditor(e){delete this._codeEditors[e.getId()]&&this._onCodeEditorRemove.fire(e)}listCodeEditors(){return Object.keys(this._codeEditors).map((e=>this._codeEditors[e]))}addDiffEditor(e){this._diffEditors[e.getId()]=e,this._onDiffEditorAdd.fire(e)}removeDiffEditor(e){delete this._diffEditors[e.getId()]&&this._onDiffEditorRemove.fire(e)}listDiffEditors(){return Object.keys(this._diffEditors).map((e=>this._diffEditors[e]))}getFocusedCodeEditor(){let e=null;const t=this.listCodeEditors();for(const i of t){if(i.hasTextFocus())return i;i.hasWidgetFocus()&&(e=i)}return e}removeDecorationType(e){const t=this._decorationOptionProviders.get(e);t&&(t.refCount--,t.refCount<=0&&(this._decorationOptionProviders.delete(e),t.dispose(),this.listCodeEditors().forEach((t=>t.removeDecorations(e)))))}setModelProperty(e,t,i){const n=e.toString();let o;this._modelProperties.has(n)?o=this._modelProperties.get(n):(o=new Map,this._modelProperties.set(n,o)),o.set(t,i)}getModelProperty(e,t){const i=e.toString();if(this._modelProperties.has(i))return this._modelProperties.get(i).get(t)}};var si,ai;ri=function(e,t,i,n){var o,r=arguments.length,s=r<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,i):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,i,s):o(t,i))||s);return r>3&&s&&Object.defineProperty(t,i,s),s}([(si=0,ai=oi.XE,function(e,t){ai(e,t,si)})],ri);var li=i(60393),ci=i(14472),di=function(e,t){return function(i,n){t(i,n,e)}};let ui=class extends ri{constructor(e,t){super(t),this.onCodeEditorAdd((()=>this._checkContextKey())),this.onCodeEditorRemove((()=>this._checkContextKey())),this._editorIsOpen=e.createKey("editorIsOpen",!1),this._activeCodeEditor=null}_checkContextKey(){let e=!1;for(const t of this.listCodeEditors())if(!t.isSimpleWidget){e=!0;break}this._editorIsOpen.set(e)}setActiveCodeEditor(e){this._activeCodeEditor=e}getActiveCodeEditor(){return this._activeCodeEditor}openCodeEditor(e,t,i){return t?Promise.resolve(this.doOpenEditor(t,e)):Promise.resolve(null)}doOpenEditor(e,t){if(!this.findModel(e,t.resource)){if(t.resource){const i=t.resource.scheme;if(i===ni.lg.http||i===ni.lg.https)return(0,ii.V3)(t.resource.toString()),e}return null}const i=t.options?t.options.selection:null;if(i)if("number"==typeof i.endLineNumber&&"number"==typeof i.endColumn)e.setSelection(i),e.revealRangeInCenter(i,1);else{const t={lineNumber:i.startLineNumber,column:i.startColumn};e.setPosition(t),e.revealPositionInCenter(t,1)}return e}findModel(e,t){const i=e.getModel();return i&&i.uri.toString()!==t.toString()?null:i}};ui=function(e,t,i,n){var o,r=arguments.length,s=r<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,i):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,i,s):o(t,i))||s);return r>3&&s&&Object.defineProperty(t,i,s),s}([di(0,li.i6),di(1,oi.XE)],ui),(0,ci.z)(ge.$,ui);var hi=i(12260);const gi=(0,hi.yh)("layoutService");var pi=function(e,t,i,n){var o,r=arguments.length,s=r<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,i):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,i,s):o(t,i))||s);return r>3&&s&&Object.defineProperty(t,i,s),s},mi=function(e,t){return function(i,n){t(i,n,e)}};let fi=class{constructor(e){this._codeEditorService=e,this.onDidLayout=z.ju.None}get dimension(){return this._dimension||(this._dimension=ii.D6(window.document.body)),this._dimension}get hasContainer(){return!1}get container(){throw new Error("ILayoutService.container is not available in the standalone editor!")}focus(){var e;null===(e=this._codeEditorService.getFocusedCodeEditor())||void 0===e||e.focus()}};fi=pi([mi(0,ge.$)],fi);let _i=class extends fi{constructor(e,t){super(t),this._container=e}get hasContainer(){return!1}get container(){return this._container}};_i=pi([mi(1,ge.$)],_i),(0,ci.z)(gi,fi);var bi=i(81234),vi=i(89982),Ci=i(34243),wi=i(66877),yi=i(68511),Si=function(e,t){return function(i,n){t(i,n,e)}},xi=function(e,t,i,n){return new(i||(i=Promise))((function(o,r){function s(e){try{l(n.next(e))}catch(e){r(e)}}function a(e){try{l(n.throw(e))}catch(e){r(e)}}function l(e){var t;e.done?o(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(s,a)}l((n=n.apply(e,t||[])).next())}))};function ki(e){return e.scheme===ni.lg.file?e.fsPath:e.path}let Li=0;class Ei{constructor(e,t,i,n,o,r,s){this.id=++Li,this.type=0,this.actual=e,this.label=e.label,this.confirmBeforeUndo=e.confirmBeforeUndo||!1,this.resourceLabel=t,this.strResource=i,this.resourceLabels=[this.resourceLabel],this.strResources=[this.strResource],this.groupId=n,this.groupOrder=o,this.sourceId=r,this.sourceOrder=s,this.isValid=!0}setValid(e){this.isValid=e}toString(){return`[id:${this.id}] [group:${this.groupId}] [${this.isValid?" VALID":"INVALID"}] ${this.actual.constructor.name} - ${this.actual}`}}class Ni{constructor(e,t){this.resourceLabel=e,this.reason=t}}class Di{constructor(){this.elements=new Map}createMessage(){const e=[],t=[];for(const[,i]of this.elements)(0===i.reason?e:t).push(i.resourceLabel);let i=[];return e.length>0&&i.push(vi.NC("vs/platform/undoRedo/common/undoRedoService",{key:"externalRemoval",comment:["{0} is a list of filenames"]},"The following files have been closed and modified on disk: {0}.",e.join(", "))),t.length>0&&i.push(vi.NC("vs/platform/undoRedo/common/undoRedoService",{key:"noParallelUniverses",comment:["{0} is a list of filenames"]},"The following files have been modified in an incompatible way: {0}.",t.join(", "))),i.join("\n")}get size(){return this.elements.size}has(e){return this.elements.has(e)}set(e,t){this.elements.set(e,t)}delete(e){return this.elements.delete(e)}}class Ii{constructor(e,t,i,n,o,r,s){this.id=++Li,this.type=1,this.actual=e,this.label=e.label,this.confirmBeforeUndo=e.confirmBeforeUndo||!1,this.resourceLabels=t,this.strResources=i,this.groupId=n,this.groupOrder=o,this.sourceId=r,this.sourceOrder=s,this.removedResources=null,this.invalidatedResources=null}canSplit(){return"function"==typeof this.actual.split}removeResource(e,t,i){this.removedResources||(this.removedResources=new Di),this.removedResources.has(t)||this.removedResources.set(t,new Ni(e,i))}setValid(e,t,i){i?this.invalidatedResources&&(this.invalidatedResources.delete(t),0===this.invalidatedResources.size&&(this.invalidatedResources=null)):(this.invalidatedResources||(this.invalidatedResources=new Di),this.invalidatedResources.has(t)||this.invalidatedResources.set(t,new Ni(e,0)))}toString(){return`[id:${this.id}] [group:${this.groupId}] [${this.invalidatedResources?"INVALID":" VALID"}] ${this.actual.constructor.name} - ${this.actual}`}}class Ti{constructor(e,t){this.resourceLabel=e,this.strResource=t,this._past=[],this._future=[],this.locked=!1,this.versionId=1}dispose(){for(const e of this._past)1===e.type&&e.removeResource(this.resourceLabel,this.strResource,0);for(const e of this._future)1===e.type&&e.removeResource(this.resourceLabel,this.strResource,0);this.versionId++}toString(){let e=[];e.push(`* ${this.strResource}:`);for(let t=0;t=0;t--)e.push(` * [REDO] ${this._future[t]}`);return e.join("\n")}flushAllElements(){this._past=[],this._future=[],this.versionId++}_setElementValidFlag(e,t){1===e.type?e.setValid(this.resourceLabel,this.strResource,t):e.setValid(t)}setElementsValidFlag(e,t){for(const i of this._past)t(i.actual)&&this._setElementValidFlag(i,e);for(const i of this._future)t(i.actual)&&this._setElementValidFlag(i,e)}pushElement(e){for(const e of this._future)1===e.type&&e.removeResource(this.resourceLabel,this.strResource,1);this._future=[],this._past.push(e),this.versionId++}createSnapshot(e){const t=[];for(let e=0,i=this._past.length;e=0;e--)t.push(this._future[e].id);return new yi.YO(e,t)}restoreSnapshot(e){const t=e.elements.length;let i=!0,n=0,o=-1;for(let r=0,s=this._past.length;r=t||s.id!==e.elements[n])&&(i=!1,o=0),i||1!==s.type||s.removeResource(this.resourceLabel,this.strResource,0)}let r=-1;for(let o=this._future.length-1;o>=0;o--,n++){const s=this._future[o];i&&(n>=t||s.id!==e.elements[n])&&(i=!1,r=o),i||1!==s.type||s.removeResource(this.resourceLabel,this.strResource,0)}-1!==o&&(this._past=this._past.slice(0,o)),-1!==r&&(this._future=this._future.slice(r+1)),this.versionId++}getElements(){const e=[],t=[];for(const t of this._past)e.push(t.actual);for(const e of this._future)t.push(e.actual);return{past:e,future:t}}getClosestPastElement(){return 0===this._past.length?null:this._past[this._past.length-1]}getSecondClosestPastElement(){return this._past.length<2?null:this._past[this._past.length-2]}getClosestFutureElement(){return 0===this._future.length?null:this._future[this._future.length-1]}hasPastElements(){return this._past.length>0}hasFutureElements(){return this._future.length>0}splitPastWorkspaceElement(e,t){for(let i=this._past.length-1;i>=0;i--)if(this._past[i]===e){t.has(this.strResource)?this._past[i]=t.get(this.strResource):this._past.splice(i,1);break}this.versionId++}splitFutureWorkspaceElement(e,t){for(let i=this._future.length-1;i>=0;i--)if(this._future[i]===e){t.has(this.strResource)?this._future[i]=t.get(this.strResource):this._future.splice(i,1);break}this.versionId++}moveBackward(e){this._past.pop(),this._future.push(e),this.versionId++}moveForward(e){this._future.pop(),this._past.push(e),this.versionId++}}class Ai{constructor(e){this.editStacks=e,this._versionIds=[];for(let e=0,t=this.editStacks.length;et.sourceOrder)&&(t=r,i=n)}return[t,i]}canUndo(e){if(e instanceof yi.gJ){const[,t]=this._findClosestUndoElementWithSource(e.id);return!!t}const t=this.getUriComparisonKey(e);return!!this._editStacks.has(t)&&this._editStacks.get(t).hasPastElements()}_onError(e,t){(0,xe.dL)(e);for(const e of t.strResources)this.removeElements(e);this._notificationService.error(e)}_acquireLocks(e){for(const t of e.editStacks)if(t.locked)throw new Error("Cannot acquire edit stack lock");for(const t of e.editStacks)t.locked=!0;return()=>{for(const t of e.editStacks)t.locked=!1}}_safeInvokeWithLocks(e,t,i,n,o){const r=this._acquireLocks(i);let s;try{s=t()}catch(t){return r(),n.dispose(),this._onError(t,e)}return s?s.then((()=>(r(),n.dispose(),o())),(t=>(r(),n.dispose(),this._onError(t,e)))):(r(),n.dispose(),o())}_invokeWorkspacePrepare(e){return xi(this,void 0,void 0,(function*(){if(void 0===e.actual.prepareUndoRedo)return Se.JT.None;const t=e.actual.prepareUndoRedo();return void 0===t?Se.JT.None:t}))}_invokeResourcePrepare(e,t){if(1!==e.actual.type||void 0===e.actual.prepareUndoRedo)return t(Se.JT.None);const i=e.actual.prepareUndoRedo();return i?(0,Se.Wf)(i)?t(i):i.then((e=>t(e))):t(Se.JT.None)}_getAffectedEditStacks(e){const t=[];for(const i of e.strResources)t.push(this._editStacks.get(i)||Ri);return new Ai(t)}_tryToSplitAndUndo(e,t,i,n){if(t.canSplit())return this._splitPastWorkspaceElement(t,i),this._notificationService.warn(n),new Oi(this._undo(e,0,!0));for(const e of t.strResources)this.removeElements(e);return this._notificationService.warn(n),new Oi}_checkWorkspaceUndo(e,t,i,n){if(t.removedResources)return this._tryToSplitAndUndo(e,t,t.removedResources,vi.NC("vs/platform/undoRedo/common/undoRedoService",{key:"cannotWorkspaceUndo",comment:["{0} is a label for an operation. {1} is another message."]},"Could not undo '{0}' across all files. {1}",t.label,t.removedResources.createMessage()));if(n&&t.invalidatedResources)return this._tryToSplitAndUndo(e,t,t.invalidatedResources,vi.NC("vs/platform/undoRedo/common/undoRedoService",{key:"cannotWorkspaceUndo",comment:["{0} is a label for an operation. {1} is another message."]},"Could not undo '{0}' across all files. {1}",t.label,t.invalidatedResources.createMessage()));const o=[];for(const e of i.editStacks)e.getClosestPastElement()!==t&&o.push(e.resourceLabel);if(o.length>0)return this._tryToSplitAndUndo(e,t,null,vi.NC("vs/platform/undoRedo/common/undoRedoService",{key:"cannotWorkspaceUndoDueToChanges",comment:["{0} is a label for an operation. {1} is a list of filenames."]},"Could not undo '{0}' across all files because changes were made to {1}",t.label,o.join(", ")));const r=[];for(const e of i.editStacks)e.locked&&r.push(e.resourceLabel);return r.length>0?this._tryToSplitAndUndo(e,t,null,vi.NC("vs/platform/undoRedo/common/undoRedoService",{key:"cannotWorkspaceUndoDueToInProgressUndoRedo",comment:["{0} is a label for an operation. {1} is a list of filenames."]},"Could not undo '{0}' across all files because there is already an undo or redo operation running on {1}",t.label,r.join(", "))):i.isValid()?null:this._tryToSplitAndUndo(e,t,null,vi.NC("vs/platform/undoRedo/common/undoRedoService",{key:"cannotWorkspaceUndoDueToInMeantimeUndoRedo",comment:["{0} is a label for an operation. {1} is a list of filenames."]},"Could not undo '{0}' across all files because an undo or redo operation occurred in the meantime",t.label))}_workspaceUndo(e,t,i){const n=this._getAffectedEditStacks(t),o=this._checkWorkspaceUndo(e,t,n,!1);return o?o.returnValue:this._confirmAndExecuteWorkspaceUndo(e,t,n,i)}_isPartOfUndoGroup(e){if(!e.groupId)return!1;for(const[,t]of this._editStacks){const i=t.getClosestPastElement();if(i){if(i===e){const i=t.getSecondClosestPastElement();if(i&&i.groupId===e.groupId)return!0}if(i.groupId===e.groupId)return!0}}return!1}_confirmAndExecuteWorkspaceUndo(e,t,i,n){return xi(this,void 0,void 0,(function*(){if(t.canSplit()&&!this._isPartOfUndoGroup(t)){const o=yield this._dialogService.show(bi.Z.Info,vi.NC("vs/platform/undoRedo/common/undoRedoService","confirmWorkspace","Would you like to undo '{0}' across all files?",t.label),[vi.NC("vs/platform/undoRedo/common/undoRedoService",{key:"ok",comment:["{0} denotes a number that is > 1"]},"Undo in {0} Files",i.editStacks.length),vi.NC("vs/platform/undoRedo/common/undoRedoService","nok","Undo this File"),vi.NC("vs/platform/undoRedo/common/undoRedoService","cancel","Cancel")],{cancelId:2});if(2===o.choice)return;if(1===o.choice)return this._splitPastWorkspaceElement(t,null),this._undo(e,0,!0);const r=this._checkWorkspaceUndo(e,t,i,!1);if(r)return r.returnValue;n=!0}let o;try{o=yield this._invokeWorkspacePrepare(t)}catch(e){return this._onError(e,t)}const r=this._checkWorkspaceUndo(e,t,i,!0);if(r)return o.dispose(),r.returnValue;for(const e of i.editStacks)e.moveBackward(t);return this._safeInvokeWithLocks(t,(()=>t.actual.undo()),i,o,(()=>this._continueUndoInGroup(t.groupId,n)))}))}_resourceUndo(e,t,i){if(t.isValid){if(!e.locked)return this._invokeResourcePrepare(t,(n=>(e.moveBackward(t),this._safeInvokeWithLocks(t,(()=>t.actual.undo()),new Ai([e]),n,(()=>this._continueUndoInGroup(t.groupId,i))))));{const e=vi.NC("vs/platform/undoRedo/common/undoRedoService",{key:"cannotResourceUndoDueToInProgressUndoRedo",comment:["{0} is a label for an operation."]},"Could not undo '{0}' because there is already an undo or redo operation running.",t.label);this._notificationService.warn(e)}}else e.flushAllElements()}_findClosestUndoElementInGroup(e){if(!e)return[null,null];let t=null,i=null;for(const[n,o]of this._editStacks){const r=o.getClosestPastElement();r&&r.groupId===e&&(!t||r.groupOrder>t.groupOrder)&&(t=r,i=n)}return[t,i]}_continueUndoInGroup(e,t){if(!e)return;const[,i]=this._findClosestUndoElementInGroup(e);return i?this._undo(i,0,t):void 0}undo(e){if(e instanceof yi.gJ){const[,t]=this._findClosestUndoElementWithSource(e.id);return t?this._undo(t,e.id,!1):void 0}return"string"==typeof e?this._undo(e,0,!1):this._undo(this.getUriComparisonKey(e),0,!1)}_undo(e,t=0,i){if(!this._editStacks.has(e))return;const n=this._editStacks.get(e),o=n.getClosestPastElement();if(o){if(o.groupId){const[e,n]=this._findClosestUndoElementInGroup(o.groupId);if(o!==e&&n)return this._undo(n,t,i)}if((o.sourceId!==t||o.confirmBeforeUndo)&&!i)return this._confirmAndContinueUndo(e,t,o);try{return 1===o.type?this._workspaceUndo(e,o,i):this._resourceUndo(n,o,i)}finally{}}}_confirmAndContinueUndo(e,t,i){return xi(this,void 0,void 0,(function*(){if(1!==(yield this._dialogService.show(bi.Z.Info,vi.NC("vs/platform/undoRedo/common/undoRedoService","confirmDifferentSource","Would you like to undo '{0}'?",i.label),[vi.NC("vs/platform/undoRedo/common/undoRedoService","confirmDifferentSource.yes","Yes"),vi.NC("vs/platform/undoRedo/common/undoRedoService","confirmDifferentSource.no","No")],{cancelId:1})).choice)return this._undo(e,t,!0)}))}_findClosestRedoElementWithSource(e){if(!e)return[null,null];let t=null,i=null;for(const[n,o]of this._editStacks){const r=o.getClosestFutureElement();r&&r.sourceId===e&&(!t||r.sourceOrder0)return this._tryToSplitAndRedo(e,t,null,vi.NC("vs/platform/undoRedo/common/undoRedoService",{key:"cannotWorkspaceRedoDueToChanges",comment:["{0} is a label for an operation. {1} is a list of filenames."]},"Could not redo '{0}' across all files because changes were made to {1}",t.label,o.join(", ")));const r=[];for(const e of i.editStacks)e.locked&&r.push(e.resourceLabel);return r.length>0?this._tryToSplitAndRedo(e,t,null,vi.NC("vs/platform/undoRedo/common/undoRedoService",{key:"cannotWorkspaceRedoDueToInProgressUndoRedo",comment:["{0} is a label for an operation. {1} is a list of filenames."]},"Could not redo '{0}' across all files because there is already an undo or redo operation running on {1}",t.label,r.join(", "))):i.isValid()?null:this._tryToSplitAndRedo(e,t,null,vi.NC("vs/platform/undoRedo/common/undoRedoService",{key:"cannotWorkspaceRedoDueToInMeantimeUndoRedo",comment:["{0} is a label for an operation. {1} is a list of filenames."]},"Could not redo '{0}' across all files because an undo or redo operation occurred in the meantime",t.label))}_workspaceRedo(e,t){const i=this._getAffectedEditStacks(t),n=this._checkWorkspaceRedo(e,t,i,!1);return n?n.returnValue:this._executeWorkspaceRedo(e,t,i)}_executeWorkspaceRedo(e,t,i){return xi(this,void 0,void 0,(function*(){let n;try{n=yield this._invokeWorkspacePrepare(t)}catch(e){return this._onError(e,t)}const o=this._checkWorkspaceRedo(e,t,i,!0);if(o)return n.dispose(),o.returnValue;for(const e of i.editStacks)e.moveForward(t);return this._safeInvokeWithLocks(t,(()=>t.actual.redo()),i,n,(()=>this._continueRedoInGroup(t.groupId)))}))}_resourceRedo(e,t){if(t.isValid){if(!e.locked)return this._invokeResourcePrepare(t,(i=>(e.moveForward(t),this._safeInvokeWithLocks(t,(()=>t.actual.redo()),new Ai([e]),i,(()=>this._continueRedoInGroup(t.groupId))))));{const e=vi.NC("vs/platform/undoRedo/common/undoRedoService",{key:"cannotResourceRedoDueToInProgressUndoRedo",comment:["{0} is a label for an operation."]},"Could not redo '{0}' because there is already an undo or redo operation running.",t.label);this._notificationService.warn(e)}}else e.flushAllElements()}_findClosestRedoElementInGroup(e){if(!e)return[null,null];let t=null,i=null;for(const[n,o]of this._editStacks){const r=o.getClosestFutureElement();r&&r.groupId===e&&(!t||r.groupOrder=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,i,s):o(t,i))||s);return r>3&&s&&Object.defineProperty(t,i,s),s}([Si(0,Ci.S),Si(1,wi.lT)],Mi);class Oi{constructor(e){this.returnValue=e}}(0,ci.z)(yi.tJ,Mi),i(30021);var Pi=i(33200),Fi=i(99410),Bi=i(86789),Wi=i(70105),Vi=i(97618),Hi=i(73403);const zi=Object.freeze({id:"editor",order:5,type:"object",title:vi.NC("vs/editor/common/config/editorConfigurationSchema","editorConfigurationTitle","Editor"),scope:5}),$i=Object.assign(Object.assign({},zi),{properties:{"editor.tabSize":{type:"number",default:Wi.D.tabSize,minimum:1,markdownDescription:vi.NC("vs/editor/common/config/editorConfigurationSchema","tabSize","The number of spaces a tab is equal to. This setting is overridden based on the file contents when `#editor.detectIndentation#` is on.")},"editor.insertSpaces":{type:"boolean",default:Wi.D.insertSpaces,markdownDescription:vi.NC("vs/editor/common/config/editorConfigurationSchema","insertSpaces","Insert spaces when pressing `Tab`. This setting is overridden based on the file contents when `#editor.detectIndentation#` is on.")},"editor.detectIndentation":{type:"boolean",default:Wi.D.detectIndentation,markdownDescription:vi.NC("vs/editor/common/config/editorConfigurationSchema","detectIndentation","Controls whether `#editor.tabSize#` and `#editor.insertSpaces#` will be automatically detected when a file is opened based on the file contents.")},"editor.trimAutoWhitespace":{type:"boolean",default:Wi.D.trimAutoWhitespace,description:vi.NC("vs/editor/common/config/editorConfigurationSchema","trimAutoWhitespace","Remove trailing auto inserted whitespace.")},"editor.largeFileOptimizations":{type:"boolean",default:Wi.D.largeFileOptimizations,description:vi.NC("vs/editor/common/config/editorConfigurationSchema","largeFileOptimizations","Special handling for large files to disable certain memory intensive features.")},"editor.wordBasedSuggestions":{type:"boolean",default:!0,description:vi.NC("vs/editor/common/config/editorConfigurationSchema","wordBasedSuggestions","Controls whether completions should be computed based on words in the document.")},"editor.wordBasedSuggestionsMode":{enum:["currentDocument","matchingDocuments","allDocuments"],default:"matchingDocuments",enumDescriptions:[vi.NC("vs/editor/common/config/editorConfigurationSchema","wordBasedSuggestionsMode.currentDocument","Only suggest words from the active document."),vi.NC("vs/editor/common/config/editorConfigurationSchema","wordBasedSuggestionsMode.matchingDocuments","Suggest words from all open documents of the same language."),vi.NC("vs/editor/common/config/editorConfigurationSchema","wordBasedSuggestionsMode.allDocuments","Suggest words from all open documents.")],description:vi.NC("vs/editor/common/config/editorConfigurationSchema","wordBasedSuggestionsMode","Controls from which documents word based completions are computed.")},"editor.semanticHighlighting.enabled":{enum:[!0,!1,"configuredByTheme"],enumDescriptions:[vi.NC("vs/editor/common/config/editorConfigurationSchema","semanticHighlighting.true","Semantic highlighting enabled for all color themes."),vi.NC("vs/editor/common/config/editorConfigurationSchema","semanticHighlighting.false","Semantic highlighting disabled for all color themes."),vi.NC("vs/editor/common/config/editorConfigurationSchema","semanticHighlighting.configuredByTheme","Semantic highlighting is configured by the current color theme's `semanticHighlighting` setting.")],default:"configuredByTheme",description:vi.NC("vs/editor/common/config/editorConfigurationSchema","semanticHighlighting.enabled","Controls whether the semanticHighlighting is shown for the languages that support it.")},"editor.stablePeek":{type:"boolean",default:!1,markdownDescription:vi.NC("vs/editor/common/config/editorConfigurationSchema","stablePeek","Keep peek editors open even when double clicking their content or when hitting `Escape`.")},"editor.maxTokenizationLineLength":{type:"integer",default:2e4,description:vi.NC("vs/editor/common/config/editorConfigurationSchema","maxTokenizationLineLength","Lines above this length will not be tokenized for performance reasons")},"editor.language.brackets":{type:"array",default:!1,description:vi.NC("vs/editor/common/config/editorConfigurationSchema","schema.brackets","Defines the bracket symbols that increase or decrease the indentation."),items:{type:"array",items:[{type:"string",description:vi.NC("vs/editor/common/config/editorConfigurationSchema","schema.openBracket","The opening bracket character or string sequence.")},{type:"string",description:vi.NC("vs/editor/common/config/editorConfigurationSchema","schema.closeBracket","The closing bracket character or string sequence.")}]}},"editor.language.colorizedBracketPairs":{type:"array",default:!1,description:vi.NC("vs/editor/common/config/editorConfigurationSchema","schema.colorizedBracketPairs","Defines the bracket pairs that are colorized by their nesting level if bracket pair colorization is enabled."),items:{type:"array",items:[{type:"string",description:vi.NC("vs/editor/common/config/editorConfigurationSchema","schema.openBracket","The opening bracket character or string sequence.")},{type:"string",description:vi.NC("vs/editor/common/config/editorConfigurationSchema","schema.closeBracket","The closing bracket character or string sequence.")}]}},"diffEditor.maxComputationTime":{type:"number",default:5e3,description:vi.NC("vs/editor/common/config/editorConfigurationSchema","maxComputationTime","Timeout in milliseconds after which diff computation is cancelled. Use 0 for no timeout.")},"diffEditor.maxFileSize":{type:"number",default:50,description:vi.NC("vs/editor/common/config/editorConfigurationSchema","maxFileSize","Maximum file size in MB for which to compute diffs. Use 0 for no limit.")},"diffEditor.renderSideBySide":{type:"boolean",default:!0,description:vi.NC("vs/editor/common/config/editorConfigurationSchema","sideBySide","Controls whether the diff editor shows the diff side by side or inline.")},"diffEditor.ignoreTrimWhitespace":{type:"boolean",default:!0,description:vi.NC("vs/editor/common/config/editorConfigurationSchema","ignoreTrimWhitespace","When enabled, the diff editor ignores changes in leading or trailing whitespace.")},"diffEditor.renderIndicators":{type:"boolean",default:!0,description:vi.NC("vs/editor/common/config/editorConfigurationSchema","renderIndicators","Controls whether the diff editor shows +/- indicators for added/removed changes.")},"diffEditor.codeLens":{type:"boolean",default:!1,description:vi.NC("vs/editor/common/config/editorConfigurationSchema","codeLens","Controls whether the editor shows CodeLens.")},"diffEditor.wordWrap":{type:"string",enum:["off","on","inherit"],default:"inherit",markdownEnumDescriptions:[vi.NC("vs/editor/common/config/editorConfigurationSchema","wordWrap.off","Lines will never wrap."),vi.NC("vs/editor/common/config/editorConfigurationSchema","wordWrap.on","Lines will wrap at the viewport width."),vi.NC("vs/editor/common/config/editorConfigurationSchema","wordWrap.inherit","Lines will wrap according to the `#editor.wordWrap#` setting.")]}}});for(const e of V.Bc){const t=e.schema;if(void 0!==t)if(void 0!==(Ui=t).type||void 0!==Ui.anyOf)$i.properties[`editor.${e.name}`]=t;else for(const e in t)Object.hasOwnProperty.call(t,e)&&($i.properties[e]=t[e])}var Ui;let ji=null;function Ki(){return null===ji&&(ji=Object.create(null),Object.keys($i.properties).forEach((e=>{ji[e]=!0}))),ji}Hi.B.as(Vi.IP.Configuration).registerConfiguration($i);var qi=i(92382),Gi=i(20010),Zi=i(14756),Yi=i(40539),Qi=i(38455),Xi=i(90584);class Ji{constructor(e={},t=[],i=[]){this._contents=e,this._keys=t,this._overrides=i,this.isFrozen=!1,this.overrideConfigurations=new Map}get contents(){return this.checkAndFreeze(this._contents)}get overrides(){return this.checkAndFreeze(this._overrides)}get keys(){return this.checkAndFreeze(this._keys)}isEmpty(){return 0===this._keys.length&&0===Object.keys(this._contents).length&&0===this._overrides.length}getValue(e){return e?(0,Yi.Mt)(this.contents,e):this.contents}getOverrideValue(e,t){const i=this.getContentsForOverrideIdentifer(t);return i?e?(0,Yi.Mt)(i,e):i:void 0}override(e){let t=this.overrideConfigurations.get(e);return t||(t=this.createOverrideConfigurationModel(e),this.overrideConfigurations.set(e,t)),t}merge(...e){const t=Xi.I8(this.contents),i=Xi.I8(this.overrides),n=[...this.keys];for(const o of e){this.mergeContents(t,o.contents);for(const e of o.overrides){const[t]=i.filter((t=>gt.fS(t.identifiers,e.identifiers)));t?(this.mergeContents(t.contents,e.contents),t.keys.push(...e.keys),t.keys=gt.EB(t.keys)):i.push(Xi.I8(e))}for(const e of o.keys)-1===n.indexOf(e)&&n.push(e)}return new Ji(t,n,i)}freeze(){return this.isFrozen=!0,this}createOverrideConfigurationModel(e){const t=this.getContentsForOverrideIdentifer(e);if(!t||"object"!=typeof t||!Object.keys(t).length)return this;let i={};for(const e of gt.EB([...Object.keys(this.contents),...Object.keys(t)])){let n=this.contents[e],o=t[e];o&&("object"==typeof n&&"object"==typeof o?(n=Xi.I8(n),this.mergeContents(n,o)):n=o),i[e]=n}return new Ji(i,this.keys,this.overrides)}mergeContents(e,t){for(const i of Object.keys(t))i in e&&Le.Kn(e[i])&&Le.Kn(t[i])?this.mergeContents(e[i],t[i]):e[i]=Xi.I8(t[i])}checkAndFreeze(e){return this.isFrozen&&!Object.isFrozen(e)?Xi._A(e):e}getContentsForOverrideIdentifer(e){let t=null,i=null;const n=e=>{e&&(i?this.mergeContents(i,e):i=Xi.I8(e))};for(const i of this.overrides)gt.fS(i.identifiers,[e])?t=i.contents:i.identifiers.includes(e)&&n(i.contents);return n(t),i}toJSON(){return{contents:this.contents,overrides:this.overrides,keys:this.keys}}setValue(e,t){this.addKey(e),(0,Yi.KV)(this.contents,e,t,(e=>{throw new Error(e)}))}removeValue(e){this.removeKey(e)&&(0,Yi.xL)(this.contents,e)}addKey(e){let t=this.keys.length;for(let i=0;iconsole.error(`Conflict in default settings: ${e}`)))}for(const e of Object.keys(n))Vi.eU.test(e)&&o.push({identifiers:(0,Vi.ny)(e),keys:Object.keys(n[e]),contents:(0,Yi.Od)(n[e],(e=>console.error(`Conflict in default settings file: ${e}`)))});super(n,i,o)}}class tn{constructor(e,t,i=new Ji,n=new Ji,o=new Qi.Y9,r=new Ji,s=new Qi.Y9,a=!0){this._defaultConfiguration=e,this._localUserConfiguration=t,this._remoteUserConfiguration=i,this._workspaceConfiguration=n,this._folderConfigurations=o,this._memoryConfiguration=r,this._memoryConfigurationByResource=s,this._freeze=a,this._workspaceConsolidatedConfiguration=null,this._foldersConsolidatedConfigurations=new Qi.Y9,this._userConfiguration=null}getValue(e,t,i){return this.getConsolidateConfigurationModel(t,i).getValue(e)}updateValue(e,t,i={}){let n;i.resource?(n=this._memoryConfigurationByResource.get(i.resource),n||(n=new Ji,this._memoryConfigurationByResource.set(i.resource,n))):n=this._memoryConfiguration,void 0===t?n.removeValue(e):n.setValue(e,t),i.resource||(this._workspaceConsolidatedConfiguration=null)}inspect(e,t,i){const n=this.getConsolidateConfigurationModel(t,i),o=this.getFolderConfigurationModelForResource(t.resource,i),r=t.resource&&this._memoryConfigurationByResource.get(t.resource)||this._memoryConfiguration,s=t.overrideIdentifier?this._defaultConfiguration.freeze().override(t.overrideIdentifier).getValue(e):this._defaultConfiguration.freeze().getValue(e),a=t.overrideIdentifier?this.userConfiguration.freeze().override(t.overrideIdentifier).getValue(e):this.userConfiguration.freeze().getValue(e),l=t.overrideIdentifier?this.localUserConfiguration.freeze().override(t.overrideIdentifier).getValue(e):this.localUserConfiguration.freeze().getValue(e),c=t.overrideIdentifier?this.remoteUserConfiguration.freeze().override(t.overrideIdentifier).getValue(e):this.remoteUserConfiguration.freeze().getValue(e),d=i?t.overrideIdentifier?this._workspaceConfiguration.freeze().override(t.overrideIdentifier).getValue(e):this._workspaceConfiguration.freeze().getValue(e):void 0,u=o?t.overrideIdentifier?o.freeze().override(t.overrideIdentifier).getValue(e):o.freeze().getValue(e):void 0,h=t.overrideIdentifier?r.override(t.overrideIdentifier).getValue(e):r.getValue(e),g=n.getValue(e),p=gt.EB(gt.xH(n.overrides.map((e=>e.identifiers)))).filter((t=>void 0!==n.getOverrideValue(e,t)));return{defaultValue:s,userValue:a,userLocalValue:l,userRemoteValue:c,workspaceValue:d,workspaceFolderValue:u,memoryValue:h,value:g,default:void 0!==s?{value:this._defaultConfiguration.freeze().getValue(e),override:t.overrideIdentifier?this._defaultConfiguration.freeze().getOverrideValue(e,t.overrideIdentifier):void 0}:void 0,user:void 0!==a?{value:this.userConfiguration.freeze().getValue(e),override:t.overrideIdentifier?this.userConfiguration.freeze().getOverrideValue(e,t.overrideIdentifier):void 0}:void 0,userLocal:void 0!==l?{value:this.localUserConfiguration.freeze().getValue(e),override:t.overrideIdentifier?this.localUserConfiguration.freeze().getOverrideValue(e,t.overrideIdentifier):void 0}:void 0,userRemote:void 0!==c?{value:this.remoteUserConfiguration.freeze().getValue(e),override:t.overrideIdentifier?this.remoteUserConfiguration.freeze().getOverrideValue(e,t.overrideIdentifier):void 0}:void 0,workspace:void 0!==d?{value:this._workspaceConfiguration.freeze().getValue(e),override:t.overrideIdentifier?this._workspaceConfiguration.freeze().getOverrideValue(e,t.overrideIdentifier):void 0}:void 0,workspaceFolder:void 0!==u?{value:null==o?void 0:o.freeze().getValue(e),override:t.overrideIdentifier?null==o?void 0:o.freeze().getOverrideValue(e,t.overrideIdentifier):void 0}:void 0,memory:void 0!==h?{value:r.getValue(e),override:t.overrideIdentifier?r.getOverrideValue(e,t.overrideIdentifier):void 0}:void 0,overrideIdentifiers:p.length?p:void 0}}get userConfiguration(){return this._userConfiguration||(this._userConfiguration=this._remoteUserConfiguration.isEmpty()?this._localUserConfiguration:this._localUserConfiguration.merge(this._remoteUserConfiguration),this._freeze&&this._userConfiguration.freeze()),this._userConfiguration}get localUserConfiguration(){return this._localUserConfiguration}get remoteUserConfiguration(){return this._remoteUserConfiguration}getConsolidateConfigurationModel(e,t){let i=this.getConsolidatedConfigurationModelForResource(e,t);return e.overrideIdentifier?i.override(e.overrideIdentifier):i}getConsolidatedConfigurationModelForResource({resource:e},t){let i=this.getWorkspaceConsolidatedConfiguration();if(t&&e){const n=t.getFolder(e);n&&(i=this.getFolderConsolidatedConfiguration(n.uri)||i);const o=this._memoryConfigurationByResource.get(e);o&&(i=i.merge(o))}return i}getWorkspaceConsolidatedConfiguration(){return this._workspaceConsolidatedConfiguration||(this._workspaceConsolidatedConfiguration=this._defaultConfiguration.merge(this.userConfiguration,this._workspaceConfiguration,this._memoryConfiguration),this._freeze&&(this._workspaceConfiguration=this._workspaceConfiguration.freeze())),this._workspaceConsolidatedConfiguration}getFolderConsolidatedConfiguration(e){let t=this._foldersConsolidatedConfigurations.get(e);if(!t){const i=this.getWorkspaceConsolidatedConfiguration(),n=this._folderConfigurations.get(e);n?(t=i.merge(n),this._freeze&&(t=t.freeze()),this._foldersConsolidatedConfigurations.set(e,t)):t=i}return t}getFolderConfigurationModelForResource(e,t){if(t&&e){const i=t.getFolder(e);if(i)return this._folderConfigurations.get(i.uri)}}toData(){return{defaults:{contents:this._defaultConfiguration.contents,overrides:this._defaultConfiguration.overrides,keys:this._defaultConfiguration.keys},user:{contents:this.userConfiguration.contents,overrides:this.userConfiguration.overrides,keys:this.userConfiguration.keys},workspace:{contents:this._workspaceConfiguration.contents,overrides:this._workspaceConfiguration.overrides,keys:this._workspaceConfiguration.keys},folders:[...this._folderConfigurations.keys()].reduce(((e,t)=>{const{contents:i,overrides:n,keys:o}=this._folderConfigurations.get(t);return e.push([t,{contents:i,overrides:n,keys:o}]),e}),[])}}static parse(e){const t=this.parseConfigurationModel(e.defaults),i=this.parseConfigurationModel(e.user),n=this.parseConfigurationModel(e.workspace),o=e.folders.reduce(((e,t)=>(e.set(U.o.revive(t[0]),this.parseConfigurationModel(t[1])),e)),new Qi.Y9);return new tn(t,i,new Ji,n,o,new Ji,new Qi.Y9,!1)}static parseConfigurationModel(e){return new Ji(e.contents,e.keys,e.overrides).freeze()}}class nn{constructor(e,t,i,n){this.change=e,this.previous=t,this.currentConfiguraiton=i,this.currentWorkspace=n,this._previousConfiguration=void 0;const o=new Set;e.keys.forEach((e=>o.add(e))),e.overrides.forEach((([,e])=>e.forEach((e=>o.add(e))))),this.affectedKeys=[...o.values()];const r=new Ji;this.affectedKeys.forEach((e=>r.setValue(e,{}))),this.affectedKeysTree=r.contents}get previousConfiguration(){return!this._previousConfiguration&&this.previous&&(this._previousConfiguration=tn.parse(this.previous.data)),this._previousConfiguration}affectsConfiguration(e,t){var i;if(this.doesAffectedKeysTreeContains(this.affectedKeysTree,e)){if(t){const n=this.previousConfiguration?this.previousConfiguration.getValue(e,t,null===(i=this.previous)||void 0===i?void 0:i.workspace):void 0,o=this.currentConfiguraiton.getValue(e,t,this.currentWorkspace);return!Xi.fS(n,o)}return!0}return!1}doesAffectedKeysTreeContains(e,t){let i,n=(0,Yi.Od)({[t]:!0},(()=>{}));for(;"object"==typeof n&&(i=Object.keys(n)[0]);){if(!(e=e[i]))return!1;n=n[i]}return!0}}const on=/^(cursor|delete)/;class rn extends Se.JT{constructor(e,t,i,n,o){super(),this._contextKeyService=e,this._commandService=t,this._telemetryService=i,this._notificationService=n,this._logService=o,this._onDidUpdateKeybindings=this._register(new z.Q5),this._currentChord=null,this._currentChordChecker=new ye.zh,this._currentChordStatusMessage=null,this._ignoreSingleModifiers=sn.EMPTY,this._currentSingleModifier=null,this._currentSingleModifierClearTimeout=new ye._F,this._logging=!1}get onDidUpdateKeybindings(){return this._onDidUpdateKeybindings?this._onDidUpdateKeybindings.event:z.ju.None}dispose(){super.dispose()}_log(e){this._logging&&this._logService.info(`[KeybindingService]: ${e}`)}getKeybindings(){return this._getResolver().getKeybindings()}lookupKeybinding(e,t){const i=this._getResolver().lookupPrimaryKeybinding(e,t||this._contextKeyService);if(i)return i.resolvedKeybinding}dispatchEvent(e,t){return this._dispatch(e,t)}softDispatch(e,t){const i=this.resolveKeyboardEvent(e);if(i.isChord())return console.warn("Unexpected keyboard event mapped to a chord"),null;const[n]=i.getDispatchParts();if(null===n)return null;const o=this._contextKeyService.getContext(t),r=this._currentChord?this._currentChord.keypress:null;return this._getResolver().resolve(o,r,n)}_enterChordMode(e,t){this._currentChord={keypress:e,label:t},this._currentChordStatusMessage=this._notificationService.status(vi.NC("vs/platform/keybinding/common/abstractKeybindingService","first.chord","({0}) was pressed. Waiting for second key of chord...",t));const i=Date.now();this._currentChordChecker.cancelAndSet((()=>{this._documentHasFocus()?Date.now()-i>5e3&&this._leaveChordMode():this._leaveChordMode()}),500)}_leaveChordMode(){this._currentChordStatusMessage&&(this._currentChordStatusMessage.dispose(),this._currentChordStatusMessage=null),this._currentChordChecker.cancel(),this._currentChord=null}_dispatch(e,t){return this._doDispatch(this.resolveKeyboardEvent(e),t,!1)}_singleModifierDispatch(e,t){const i=this.resolveKeyboardEvent(e),[n]=i.getSingleModifierDispatchParts();if(n)return this._ignoreSingleModifiers.has(n)?(this._log(`+ Ignoring single modifier ${n} due to it being pressed together with other keys.`),this._ignoreSingleModifiers=sn.EMPTY,this._currentSingleModifierClearTimeout.cancel(),this._currentSingleModifier=null,!1):(this._ignoreSingleModifiers=sn.EMPTY,null===this._currentSingleModifier?(this._log(`+ Storing single modifier for possible chord ${n}.`),this._currentSingleModifier=n,this._currentSingleModifierClearTimeout.cancelAndSet((()=>{this._log("+ Clearing single modifier due to 300ms elapsed."),this._currentSingleModifier=null}),300),!1):n===this._currentSingleModifier?(this._log(`/ Dispatching single modifier chord ${n} ${n}`),this._currentSingleModifierClearTimeout.cancel(),this._currentSingleModifier=null,this._doDispatch(i,t,!0)):(this._log(`+ Clearing single modifier due to modifier mismatch: ${this._currentSingleModifier} ${n}`),this._currentSingleModifierClearTimeout.cancel(),this._currentSingleModifier=null,!1));const[o]=i.getParts();return this._ignoreSingleModifiers=new sn(o),null!==this._currentSingleModifier&&this._log("+ Clearing single modifier due to other key up."),this._currentSingleModifierClearTimeout.cancel(),this._currentSingleModifier=null,!1}_doDispatch(e,t,i=!1){let n=!1;if(e.isChord())return console.warn("Unexpected keyboard event mapped to a chord"),!1;let o=null,r=null;if(i){const[t]=e.getSingleModifierDispatchParts();o=t,r=t}else[o]=e.getDispatchParts(),r=this._currentChord?this._currentChord.keypress:null;if(null===o)return this._log("\\ Keyboard event cannot be dispatched in keydown phase."),n;const s=this._contextKeyService.getContext(t),a=e.getLabel(),l=this._getResolver().resolve(s,r,o);return this._logService.trace("KeybindingService#dispatch",a,null==l?void 0:l.commandId),l&&l.enterChord?(n=!0,this._enterChordMode(o,a),n):(this._currentChord&&(l&&l.commandId||(this._notificationService.status(vi.NC("vs/platform/keybinding/common/abstractKeybindingService","missing.chord","The key combination ({0}, {1}) is not a command.",this._currentChord.label,a),{hideAfter:1e4}),n=!0)),this._leaveChordMode(),l&&l.commandId&&(l.bubble||(n=!0),void 0===l.commandArgs?this._commandService.executeCommand(l.commandId).then(void 0,(e=>this._notificationService.warn(e))):this._commandService.executeCommand(l.commandId,l.commandArgs).then(void 0,(e=>this._notificationService.warn(e))),on.test(l.commandId)||this._telemetryService.publicLog2("workbenchActionExecuted",{id:l.commandId,from:"keybinding"})),n)}mightProducePrintableCharacter(e){return!e.ctrlKey&&!e.metaKey&&(e.keyCode>=31&&e.keyCode<=56||e.keyCode>=21&&e.keyCode<=30)}}class sn{constructor(e){this._ctrlKey=!!e&&e.ctrlKey,this._shiftKey=!!e&&e.shiftKey,this._altKey=!!e&&e.altKey,this._metaKey=!!e&&e.metaKey}has(e){switch(e){case"ctrl":return this._ctrlKey;case"shift":return this._shiftKey;case"alt":return this._altKey;case"meta":return this._metaKey}}}sn.EMPTY=new sn(null);var an=i(67517);class ln{constructor(e,t,i){this._log=i,this._defaultKeybindings=e,this._defaultBoundCommands=new Map;for(const t of e){const e=t.command;e&&"-"!==e.charAt(0)&&this._defaultBoundCommands.set(e,!0)}this._map=new Map,this._lookupMap=new Map,this._keybindings=ln.handleRemovals([].concat(e).concat(t));for(let e=0,t=this._keybindings.length;e=0;e--){let n=i[e];if(n.command===t.command)continue;const o=n.keypressParts.length>1,r=t.keypressParts.length>1;o&&r&&n.keypressParts[1]!==t.keypressParts[1]||ln.whenIsEntirelyIncluded(n.when,t.when)&&this._removeFromLookupMap(n)}i.push(t),this._addToLookupMap(t)}_addToLookupMap(e){if(!e.command)return;let t=this._lookupMap.get(e.command);void 0===t?(t=[e],this._lookupMap.set(e.command,t)):t.push(e)}_removeFromLookupMap(e){if(!e.command)return;let t=this._lookupMap.get(e.command);if(void 0!==t)for(let i=0,n=t.length;i=0;e--){const n=i[e];if(t.contextMatchesRules(n.when))return n}return i[i.length-1]}resolve(e,t,i){this._log(`| Resolving ${i}${t?` chorded from ${t}`:""}`);let n=null;if(null!==t){const e=this._map.get(t);if(void 0===e)return this._log("\\ No keybinding entries."),null;n=[];for(let t=0,o=e.length;t1&&null!==o.keypressParts[1]?(this._log(`\\ From ${n.length} keybinding entries, matched chord, when: ${cn(o.when)}, source: ${dn(o)}.`),{enterChord:!0,leaveChord:!1,commandId:null,commandArgs:null,bubble:!1}):(this._log(`\\ From ${n.length} keybinding entries, matched ${o.command}, when: ${cn(o.when)}, source: ${dn(o)}.`),{enterChord:!1,leaveChord:o.keypressParts.length>1,commandId:o.command,commandArgs:o.commandArgs,bubble:o.bubble}):(this._log(`\\ From ${n.length} keybinding entries, no when clauses matched the context.`),null)}_findCommand(e,t){for(let i=t.length-1;i>=0;i--){let n=t[i];if(ln._contextMatchesRules(e,n.when))return n}return null}static _contextMatchesRules(e,t){return!t||t.evaluate(e)}}function cn(e){return e?`${e.serialize()}`:"no when condition"}function dn(e){return e.extensionId?e.isBuiltinExtension?`built-in extension ${e.extensionId}`:`user extension ${e.extensionId}`:e.isDefault?"built-in":"user"}var un=i(77101);class hn{constructor(e,t,i,n,o,r,s){this._resolvedKeybindingItemBrand=void 0,this.resolvedKeybinding=e,this.keypressParts=e?gn(e.getDispatchParts()):[],e&&0===this.keypressParts.length&&(this.keypressParts=gn(e.getSingleModifierDispatchParts())),this.bubble=!!t&&94===t.charCodeAt(0),this.command=this.bubble?t.substr(1):t,this.commandArgs=i,this.when=n,this.isDefault=o,this.extensionId=r,this.isBuiltinExtension=s}}function gn(e){let t=[];for(let i=0,n=e.length;ithis._getLabel(e)))}getAriaLabel(){return pn.X4.toLabel(this._os,this._parts,(e=>this._getAriaLabel(e)))}getElectronAccelerator(){return this._parts.length>1||this._parts[0].isDuplicateModifierCase()?null:pn.jC.toLabel(this._os,this._parts,(e=>this._getElectronAccelerator(e)))}isChord(){return this._parts.length>1}getParts(){return this._parts.map((e=>this._getPart(e)))}_getPart(e){return new Fi.BQ(e.ctrlKey,e.shiftKey,e.altKey,e.metaKey,this._getLabel(e),this._getAriaLabel(e))}getDispatchParts(){return this._parts.map((e=>this._getDispatchPart(e)))}getSingleModifierDispatchParts(){return this._parts.map((e=>this._getSingleModifierDispatchPart(e)))}}class fn extends mn{constructor(e,t){super(t,e.parts)}_keyCodeToUILabel(e){if(2===this._os)switch(e){case 15:return"←";case 16:return"↑";case 17:return"→";case 18:return"↓"}return $.kL.toString(e)}_getLabel(e){return e.isDuplicateModifierCase()?"":this._keyCodeToUILabel(e.keyCode)}_getAriaLabel(e){return e.isDuplicateModifierCase()?"":$.kL.toString(e.keyCode)}_getElectronAccelerator(e){return $.kL.toElectronAccelerator(e.keyCode)}_getDispatchPart(e){return fn.getDispatchStr(e)}static getDispatchStr(e){if(e.isModifierKey())return null;let t="";return e.ctrlKey&&(t+="ctrl+"),e.shiftKey&&(t+="shift+"),e.altKey&&(t+="alt+"),e.metaKey&&(t+="meta+"),t+=$.kL.toString(e.keyCode),t}_getSingleModifierDispatchPart(e){return 5!==e.keyCode||e.shiftKey||e.altKey||e.metaKey?4!==e.keyCode||e.ctrlKey||e.altKey||e.metaKey?6!==e.keyCode||e.ctrlKey||e.shiftKey||e.metaKey?57!==e.keyCode||e.ctrlKey||e.shiftKey||e.altKey?null:"meta":"alt":"shift":"ctrl"}static _scanCodeToKeyCode(e){const t=$.Vd[e];if(-1!==t)return t;switch(e){case 10:return 31;case 11:return 32;case 12:return 33;case 13:return 34;case 14:return 35;case 15:return 36;case 16:return 37;case 17:return 38;case 18:return 39;case 19:return 40;case 20:return 41;case 21:return 42;case 22:return 43;case 23:return 44;case 24:return 45;case 25:return 46;case 26:return 47;case 27:return 48;case 28:return 49;case 29:return 50;case 30:return 51;case 31:return 52;case 32:return 53;case 33:return 54;case 34:return 55;case 35:return 56;case 36:return 22;case 37:return 23;case 38:return 24;case 39:return 25;case 40:return 26;case 41:return 27;case 42:return 28;case 43:return 29;case 44:return 30;case 45:return 21;case 51:return 83;case 52:return 81;case 53:return 87;case 54:return 89;case 55:return 88;case 56:return 0;case 57:return 80;case 58:return 90;case 59:return 86;case 60:return 82;case 61:return 84;case 62:return 85;case 106:return 92}return 0}static _resolveSimpleUserBinding(e){if(!e)return null;if(e instanceof Fi.QC)return e;const t=this._scanCodeToKeyCode(e.scanCode);return 0===t?null:new Fi.QC(e.ctrlKey,e.shiftKey,e.altKey,e.metaKey,t)}static resolveUserBinding(e,t){const i=gn(e.map((e=>this._resolveSimpleUserBinding(e))));return i.length>0?[new fn(new Fi.X_(i),t)]:[]}}var _n,bn=i(99125),vn=i(35073),Cn=i(56080),wn=i(38630),yn=i(71414),Sn=i(32817),xn=i(12887),kn=i(85860),Ln=i(14747),En=i(3726),Nn={};function Dn(e,t,i){const n=i.mode===_n.ALIGN?i.offset:i.offset+i.size,o=i.mode===_n.ALIGN?i.offset+i.size:i.offset;return 0===i.position?t<=e-n?n:t<=o?o-t:Math.max(e-t,0):t<=o?o-t:t<=e-n?n:0}Nn.styleTagTransform=le(),Nn.setAttributes=oe(),Nn.insert=ie().bind(null,"head"),Nn.domAPI=ee(),Nn.insertStyleElement=se(),X()(En.Z,Nn),En.Z&&En.Z.locals&&En.Z.locals,function(e){e[e.AVOID=0]="AVOID",e[e.ALIGN=1]="ALIGN"}(_n||(_n={}));class In extends Se.JT{constructor(e,t){super(),this.container=null,this.delegate=null,this.toDisposeOnClean=Se.JT.None,this.toDisposeOnSetContainer=Se.JT.None,this.shadowRoot=null,this.shadowRootHostElement=null,this.view=ii.$(".context-view"),this.useFixedPosition=!1,this.useShadowDOM=!1,ii.Cp(this.view),this.setContainer(e,t),this._register((0,Se.OF)((()=>this.setContainer(null,1))))}setContainer(e,t){var i;if(this.container&&(this.toDisposeOnSetContainer.dispose(),this.shadowRoot?(this.shadowRoot.removeChild(this.view),this.shadowRoot=null,null===(i=this.shadowRootHostElement)||void 0===i||i.remove(),this.shadowRootHostElement=null):this.container.removeChild(this.view),this.container=null),e){if(this.container=e,this.useFixedPosition=1!==t,this.useShadowDOM=3===t,this.useShadowDOM){this.shadowRootHostElement=ii.$(".shadow-root-host"),this.container.appendChild(this.shadowRootHostElement),this.shadowRoot=this.shadowRootHostElement.attachShadow({mode:"open"});const e=document.createElement("style");e.textContent=Tn,this.shadowRoot.appendChild(e),this.shadowRoot.appendChild(this.view),this.shadowRoot.appendChild(ii.$("slot"))}else this.container.appendChild(this.view);const i=new Se.SL;In.BUBBLE_UP_EVENTS.forEach((e=>{i.add(ii.mu(this.container,e,(e=>{this.onDOMEvent(e,!1)})))})),In.BUBBLE_DOWN_EVENTS.forEach((e=>{i.add(ii.mu(this.container,e,(e=>{this.onDOMEvent(e,!0)}),!0))})),this.toDisposeOnSetContainer=i}}show(e){this.isVisible()&&this.hide(),ii.PO(this.view),this.view.className="context-view",this.view.style.top="0px",this.view.style.left="0px",this.view.style.zIndex="2500",this.view.style.position=this.useFixedPosition?"fixed":"absolute",ii.$Z(this.view),this.toDisposeOnClean=e.render(this.view)||Se.JT.None,this.delegate=e,this.doLayout(),this.delegate.focus&&this.delegate.focus()}getViewElement(){return this.view}layout(){this.isVisible()&&(!1!==this.delegate.canRelayout||ke.gn&&kn.D.pointerEvents?(this.delegate.layout&&this.delegate.layout(),this.doLayout()):this.hide())}doLayout(){if(!this.isVisible())return;let e,t=this.delegate.getAnchor();if(ii.Re(t)){let i=ii.i(t);e={top:i.top,left:i.left,width:i.width,height:i.height}}else e={top:t.y,left:t.x,width:t.width||1,height:t.height||2};const i=ii.w(this.view),n=ii.wn(this.view),o=this.delegate.anchorPosition||0,r=this.delegate.anchorAlignment||0;let s,a;if(0===(this.delegate.anchorAxisAlignment||0)){const t={offset:e.top-window.pageYOffset,size:e.height,position:0===o?0:1},l={offset:e.left,size:e.width,position:0===r?0:1,mode:_n.ALIGN};s=Dn(window.innerHeight,n,t)+window.pageYOffset,Ln.e.intersects({start:s,end:s+n},{start:t.offset,end:t.offset+t.size})&&(l.mode=_n.AVOID),a=Dn(window.innerWidth,i,l)}else{const t={offset:e.left,size:e.width,position:0===r?0:1},l={offset:e.top,size:e.height,position:0===o?0:1,mode:_n.ALIGN};a=Dn(window.innerWidth,i,t),Ln.e.intersects({start:a,end:a+i},{start:t.offset,end:t.offset+t.size})&&(l.mode=_n.AVOID),s=Dn(window.innerHeight,n,l)+window.pageYOffset}this.view.classList.remove("top","bottom","left","right"),this.view.classList.add(0===o?"bottom":"top"),this.view.classList.add(0===r?"left":"right"),this.view.classList.toggle("fixed",this.useFixedPosition);const l=ii.i(this.container);this.view.style.top=s-(this.useFixedPosition?ii.i(this.view).top:l.top)+"px",this.view.style.left=a-(this.useFixedPosition?ii.i(this.view).left:l.left)+"px",this.view.style.width="initial"}hide(e){const t=this.delegate;this.delegate=null,(null==t?void 0:t.onHide)&&t.onHide(e),this.toDisposeOnClean.dispose(),ii.Cp(this.view)}isVisible(){return!!this.delegate}onDOMEvent(e,t){this.delegate&&(this.delegate.onDOMEvent?this.delegate.onDOMEvent(e,document.activeElement):t&&!ii.jg(e.target,this.container)&&this.hide())}dispose(){this.hide(),super.dispose()}}In.BUBBLE_UP_EVENTS=["click","keydown","focus","blur"],In.BUBBLE_DOWN_EVENTS=["click"];let Tn='\n\t:host {\n\t\tall: initial; /* 1st rule so subsequent properties are reset. */\n\t}\n\n\t@font-face {\n\t\tfont-family: "codicon";\n\t\tfont-display: block;\n\t\tsrc: url("./codicon.ttf?5d4d76ab2ce5108968ad644d591a16a6") format("truetype");\n\t}\n\n\t.codicon[class*=\'codicon-\'] {\n\t\tfont: normal normal normal 16px/1 codicon;\n\t\tdisplay: inline-block;\n\t\ttext-decoration: none;\n\t\ttext-rendering: auto;\n\t\ttext-align: center;\n\t\t-webkit-font-smoothing: antialiased;\n\t\t-moz-osx-font-smoothing: grayscale;\n\t\tuser-select: none;\n\t\t-webkit-user-select: none;\n\t\t-ms-user-select: none;\n\t}\n\n\t:host {\n\t\tfont-family: -apple-system, BlinkMacSystemFont, "Segoe WPC", "Segoe UI", "HelveticaNeue-Light", system-ui, "Ubuntu", "Droid Sans", sans-serif;\n\t}\n\n\t:host-context(.mac) { font-family: -apple-system, BlinkMacSystemFont, sans-serif; }\n\t:host-context(.mac:lang(zh-Hans)) { font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB", sans-serif; }\n\t:host-context(.mac:lang(zh-Hant)) { font-family: -apple-system, BlinkMacSystemFont, "PingFang TC", sans-serif; }\n\t:host-context(.mac:lang(ja)) { font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", sans-serif; }\n\t:host-context(.mac:lang(ko)) { font-family: -apple-system, BlinkMacSystemFont, "Nanum Gothic", "Apple SD Gothic Neo", "AppleGothic", sans-serif; }\n\n\t:host-context(.windows) { font-family: "Segoe WPC", "Segoe UI", sans-serif; }\n\t:host-context(.windows:lang(zh-Hans)) { font-family: "Segoe WPC", "Segoe UI", "Microsoft YaHei", sans-serif; }\n\t:host-context(.windows:lang(zh-Hant)) { font-family: "Segoe WPC", "Segoe UI", "Microsoft Jhenghei", sans-serif; }\n\t:host-context(.windows:lang(ja)) { font-family: "Segoe WPC", "Segoe UI", "Yu Gothic UI", "Meiryo UI", sans-serif; }\n\t:host-context(.windows:lang(ko)) { font-family: "Segoe WPC", "Segoe UI", "Malgun Gothic", "Dotom", sans-serif; }\n\n\t:host-context(.linux) { font-family: system-ui, "Ubuntu", "Droid Sans", sans-serif; }\n\t:host-context(.linux:lang(zh-Hans)) { font-family: system-ui, "Ubuntu", "Droid Sans", "Source Han Sans SC", "Source Han Sans CN", "Source Han Sans", sans-serif; }\n\t:host-context(.linux:lang(zh-Hant)) { font-family: system-ui, "Ubuntu", "Droid Sans", "Source Han Sans TC", "Source Han Sans TW", "Source Han Sans", sans-serif; }\n\t:host-context(.linux:lang(ja)) { font-family: system-ui, "Ubuntu", "Droid Sans", "Source Han Sans J", "Source Han Sans JP", "Source Han Sans", sans-serif; }\n\t:host-context(.linux:lang(ko)) { font-family: system-ui, "Ubuntu", "Droid Sans", "Source Han Sans K", "Source Han Sans JR", "Source Han Sans", "UnDotum", "FBaekmuk Gulim", sans-serif; }\n';let An=class extends Se.JT{constructor(e){super(),this.layoutService=e,this.currentViewDisposable=Se.JT.None,this.container=e.hasContainer?e.container:null,this.contextView=this._register(new In(this.container,1)),this.layout(),this._register(e.onDidLayout((()=>this.layout())))}setContainer(e,t){this.contextView.setContainer(e,t||1)}showContextView(e,t,i){t?t!==this.container&&(this.container=t,this.setContainer(t,i?3:2)):this.layoutService.hasContainer&&this.container!==this.layoutService.container&&(this.container=this.layoutService.container,this.setContainer(this.container,1)),this.contextView.show(e);const n=(0,Se.OF)((()=>{this.currentViewDisposable===n&&this.hideContextView()}));return this.currentViewDisposable=n,n}getContextViewElement(){return this.contextView.getViewElement()}layout(){this.contextView.layout()}hideContextView(e){this.contextView.hide(e)}};An=function(e,t,i,n){var o,r=arguments.length,s=r<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,i):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,i,s):o(t,i))||s);return r>3&&s&&Object.defineProperty(t,i,s),s}([function(e,t){return function(i,n){t(i,n,e)}}(0,gi)],An);var Rn=i(56855),Mn=i(14477);const On="**",Pn=/\//g;function Fn(e){switch(e){case 0:return"";case 1:return"[^/\\\\]*?";default:return"(?:[/\\\\]|[^/\\\\]+[/\\\\]|[/\\\\][^/\\\\]+)*?"}}function Bn(e,t){if(!e)return[];const i=[];let n=!1,o=!1,r="";for(const s of e){switch(s){case t:if(!n&&!o){i.push(r),r="";continue}break;case"{":n=!0;break;case"}":n=!1;break;case"[":o=!0;break;case"]":o=!1}r+=s}return r&&i.push(r),i}function Wn(e){if(!e)return"";let t="";const i=Bn(e,"/");if(i.every((e=>e===On)))t=".*";else{let e=!1;i.forEach(((n,o)=>{if(n===On)return void(e||(t+=Fn(2),e=!0));let r=!1,s="",a=!1,l="";for(const e of n)if("}"!==e&&r)s+=e;else if(!a||"]"===e&&l)switch(e){case"{":r=!0;continue;case"[":a=!0;continue;case"}":{const e=`(?:${Bn(s,",").map((e=>Wn(e))).join("|")})`;t+=e,r=!1,s="";break}case"]":t+="["+l+"]",a=!1,l="";break;case"?":t+="[^/\\\\]";continue;case"*":t+=Fn(1);continue;default:t+=(0,ue.ec)(e)}else{let t;t="-"===e?e:"^"!==e&&"!"!==e||l?"/"===e?"":(0,ue.ec)(e):"^",l+=t}oZn(e,t))).filter((e=>e!==Gn)),e),n=i.length;if(!n)return Gn;if(1===n)return i[0];const o=function(t,n){for(let o=0,r=i.length;o!!e.allBasenames));r&&(o.allBasenames=r.allBasenames);const s=i.reduce(((e,t)=>t.allPaths?e.concat(t.allPaths):e),[]);return s.length&&(o.allPaths=s),o}(i,t):(o=Un.exec(Qn(i,t)))?Xn(o[1].substr(1),i,!0):(o=jn.exec(Qn(i,t)))?Xn(o[1],i,!1):function(e){try{const t=new RegExp(`^${Wn(e)}$`);return function(i){return t.lastIndex=0,"string"==typeof i&&t.test(i)?e:null}}catch(e){return Gn}}(i);return Kn.set(n,r),Yn(r,e)}function Yn(e,t){return"string"==typeof t?e:function(i,n){return(0,Rn.KM)(i,t.base,!ke.IJ)?e(i.substr(t.base.length+1),n):null}}function Qn(e,t){return t.trimForExclusions&&e.endsWith("/**")?e.substr(0,e.length-2):e}function Xn(e,t,i){const n=Mn.ir===Mn.KR.sep,o=n?e:e.replace(Pn,Mn.ir),r=Mn.ir+o,s=Mn.KR.sep+e,a=i?function(i,a){return"string"!=typeof i||i!==o&&!i.endsWith(r)&&(n||i!==e&&!i.endsWith(s))?null:t}:function(i,r){return"string"!=typeof i||i!==o&&(n||i!==e)?null:t};return a.allPaths=[(i?"*/":"./")+e],a}function Jn(e,t={}){if(!e)return qn;if("string"==typeof e||function(e){const t=e;return!!t&&("string"==typeof t.base&&"string"==typeof t.pattern)}(e)){const i=Zn(e,t);if(i===Gn)return qn;const n=function(e,t){return!!i(e,t)};return i.allBasenames&&(n.allBasenames=i.allBasenames),i.allPaths&&(n.allPaths=i.allPaths),n}return function(e,t){const i=eo(Object.getOwnPropertyNames(e).map((i=>function(e,t,i){if(!1===t)return Gn;const n=Zn(e,i);if(n===Gn)return Gn;if("boolean"==typeof t)return n;if(t){const i=t.when;if("string"==typeof i){const t=(t,o,r,s)=>{if(!s||!n(t,o))return null;const a=s(i.replace("$(basename)",r));return(0,ye.J8)(a)?a.then((t=>t?e:null)):a?e:null};return t.requiresSiblings=!0,t}}return n}(i,e[i],t))).filter((e=>e!==Gn))),n=i.length;if(!n)return Gn;if(!i.some((e=>!!e.requiresSiblings))){if(1===n)return i[0];const e=function(e,t){for(let n=0,o=i.length;n!!e.allBasenames));t&&(e.allBasenames=t.allBasenames);const o=i.reduce(((e,t)=>t.allPaths?e.concat(t.allPaths):e),[]);return o.length&&(e.allPaths=o),e}const o=function(e,t,n){let o;for(let r=0,s=i.length;r!!e.allBasenames));r&&(o.allBasenames=r.allBasenames);const s=i.reduce(((e,t)=>t.allPaths?e.concat(t.allPaths):e),[]);return s.length&&(o.allPaths=s),o}(e,t)}function eo(e,t){const i=e.filter((e=>!!e.basenames));if(i.length<2)return e;const n=i.reduce(((e,t)=>{const i=t.basenames;return i?e.concat(i):e}),[]);let o;if(t){o=[];for(let e=0,i=n.length;e{const i=t.patterns;return i?e.concat(i):e}),[]);const r=function(e,t){if("string"!=typeof e)return null;if(!t){let i;for(i=e.length;i>0;i--){const t=e.charCodeAt(i-1);if(47===t||92===t)break}t=e.substr(i)}const i=n.indexOf(t);return-1!==i?o[i]:null};r.basenames=n,r.patterns=o,r.allBasenames=n;const s=e.filter((e=>!e.basenames));return s.push(r),s}var to=i(25227),io=i(10804);let no=[],oo=[],ro=[];function so(e,t=!1){!function(e,t,i){const n=function(e,t){return{id:e.id,mime:e.mime,filename:e.filename,extension:e.extension,filepattern:e.filepattern,firstline:e.firstline,userConfigured:false,filenameLowercase:e.filename?e.filename.toLowerCase():void 0,extensionLowercase:e.extension?e.extension.toLowerCase():void 0,filepatternLowercase:e.filepattern?Jn(e.filepattern.toLowerCase()):void 0,filepatternOnPath:!!e.filepattern&&e.filepattern.indexOf(Mn.KR.sep)>=0}}(e);no.push(n),n.userConfigured?ro.push(n):oo.push(n),i&&!n.userConfigured&&no.forEach((e=>{e.mime===n.mime||e.userConfigured||(n.extension&&e.extension===n.extension&&console.warn(`Overwriting extension <<${n.extension}>> to now point to mime <<${n.mime}>>`),n.filename&&e.filename===n.filename&&console.warn(`Overwriting filename <<${n.filename}>> to now point to mime <<${n.mime}>>`),n.filepattern&&e.filepattern===n.filepattern&&console.warn(`Overwriting filepattern <<${n.filepattern}>> to now point to mime <<${n.mime}>>`),n.firstline&&e.firstline===n.firstline&&console.warn(`Overwriting firstline <<${n.firstline}>> to now point to mime <<${n.mime}>>`))}))}(e,0,t)}function ao(e,t,i){var n;let o,r,s;for(let a=i.length-1;a>=0;a--){const l=i[a];if(t===l.filenameLowercase){o=l;break}if(l.filepattern&&(!r||l.filepattern.length>r.filepattern.length)){const i=l.filepatternOnPath?e:t;(null===(n=l.filepatternLowercase)||void 0===n?void 0:n.call(l,i))&&(r=l)}l.extension&&(!s||l.extension.length>s.extension.length)&&t.endsWith(l.extensionLowercase)&&(s=l)}return o?o.mime:r?r.mime:s?s.mime:void 0}var lo=i(11233);const co=Object.prototype.hasOwnProperty,uo="vs.editor.nullLanguage";be.zu.register(uo,{});class ho{constructor(){this._languageIdToLanguage=[],this._languageToLanguageId=new Map,this._register(uo,0),this._register(lo.bd,1),this._nextLanguageId=2}_register(e,t){this._languageIdToLanguage[t]=e,this._languageToLanguageId.set(e,t)}register(e){if(this._languageToLanguageId.has(e))return;const t=this._nextLanguageId++;this._register(e,t)}encodeLanguageId(e){return this._languageToLanguageId.get(e)||0}decodeLanguageId(e){return this._languageIdToLanguage[e]||uo}}class go extends Se.JT{constructor(e=!0,t=!1){super(),this._onDidChange=this._register(new z.Q5),this.onDidChange=this._onDidChange.event,go.instanceCount++,this._warnOnOverwrite=t,this.languageIdCodec=new ho,this._dynamicLanguages=[],this._languages={},this._mimeTypesMap={},this._nameMap={},this._lowercaseNameMap={},e&&(this._initializeFromRegistry(),this._register(lo.dQ.onDidChangeLanguages((e=>{this._initializeFromRegistry()}))))}dispose(){go.instanceCount--,super.dispose()}_initializeFromRegistry(){this._languages={},this._mimeTypesMap={},this._nameMap={},this._lowercaseNameMap={},no=no.filter((e=>e.userConfigured)),oo=[];const e=[].concat(lo.dQ.getLanguages()).concat(this._dynamicLanguages);this._registerLanguages(e)}_registerLanguages(e){for(const t of e)this._registerLanguage(t);this._mimeTypesMap={},this._nameMap={},this._lowercaseNameMap={},Object.keys(this._languages).forEach((e=>{const t=this._languages[e];t.name&&(this._nameMap[t.name]=t.identifier),t.aliases.forEach((e=>{this._lowercaseNameMap[e.toLowerCase()]=t.identifier})),t.mimetypes.forEach((e=>{this._mimeTypesMap[e]=t.identifier}))})),Hi.B.as(Vi.IP.Configuration).registerOverrideIdentifiers(this.getRegisteredLanguageIds()),this._onDidChange.fire()}_registerLanguage(e){const t=e.id;let i;co.call(this._languages,t)?i=this._languages[t]:(this.languageIdCodec.register(t),i={identifier:t,name:null,mimetypes:[],aliases:[],extensions:[],filenames:[],configurationFiles:[],icons:[]},this._languages[t]=i),this._mergeLanguage(i,e)}_mergeLanguage(e,t){const i=t.id;let n=null;if(Array.isArray(t.mimetypes)&&t.mimetypes.length>0&&(e.mimetypes.push(...t.mimetypes),n=t.mimetypes[0]),n||(n=`text/x-${i}`,e.mimetypes.push(n)),Array.isArray(t.extensions)){t.configuration?e.extensions=t.extensions.concat(e.extensions):e.extensions=e.extensions.concat(t.extensions);for(let e of t.extensions)so({id:i,mime:n,extension:e},this._warnOnOverwrite)}if(Array.isArray(t.filenames))for(let o of t.filenames)so({id:i,mime:n,filename:o},this._warnOnOverwrite),e.filenames.push(o);if(Array.isArray(t.filenamePatterns))for(let e of t.filenamePatterns)so({id:i,mime:n,filepattern:e},this._warnOnOverwrite);if("string"==typeof t.firstLine&&t.firstLine.length>0){let e=t.firstLine;"^"!==e.charAt(0)&&(e="^"+e);try{const t=new RegExp(e);(0,ue.IO)(t)||so({id:i,mime:n,firstline:t},this._warnOnOverwrite)}catch(e){(0,xe.dL)(e)}}e.aliases.push(i);let o=null;if(void 0!==t.aliases&&Array.isArray(t.aliases)&&(o=0===t.aliases.length?[null]:t.aliases),null!==o)for(const t of o)t&&0!==t.length&&e.aliases.push(t);const r=null!==o&&o.length>0;if(r&&null===o[0]);else{const t=(r?o[0]:null)||i;!r&&e.name||(e.name=t)}t.configuration&&e.configurationFiles.push(t.configuration),t.icon&&e.icons.push(t.icon)}isRegisteredLanguageId(e){return!!e&&co.call(this._languages,e)}getRegisteredLanguageIds(){return Object.keys(this._languages)}getLanguageIdByLanguageName(e){const t=e.toLowerCase();return co.call(this._lowercaseNameMap,t)?this._lowercaseNameMap[t]:null}getLanguageIdByMimeType(e){return e&&co.call(this._mimeTypesMap,e)?this._mimeTypesMap[e]:null}guessLanguageIdByFilepathOrFirstLine(e,t){if(!e&&!t)return[];const i=function(e,t){let i;if(e)switch(e.scheme){case ni.lg.file:i=e.fsPath;break;case ni.lg.data:i=io.Vb.parseMetaData(e).get(io.Vb.META_DATA_LABEL);break;default:i=e.path}if(!i)return[to.v.unknown];i=i.toLowerCase();const n=(0,Mn.EZ)(i),o=ao(i,n,ro);if(o)return[o,to.v.text];const r=ao(i,n,oo);if(r)return[r,to.v.text];if(t){const e=function(e){if((0,ue.uS)(e)&&(e=e.substr(1)),e.length>0)for(let t=no.length-1;t>=0;t--){const i=no[t];if(!i.firstline)continue;const n=e.match(i.firstline);if(n&&n.length>0)return i.mime}}(t);if(e)return[e,to.v.text]}return[to.v.unknown]}(e,t);return(0,gt.kX)(i.map((e=>this.getLanguageIdByMimeType(e))))}}go.instanceCount=0;class po extends Se.JT{constructor(e=!1){super(),this._onDidEncounterLanguage=this._register(new z.Q5),this.onDidEncounterLanguage=this._onDidEncounterLanguage.event,this._onDidChange=this._register(new z.Q5({leakWarningThreshold:200})),this.onDidChange=this._onDidChange.event,po.instanceCount++,this._encounteredLanguages=new Set,this._registry=this._register(new go(!0,e)),this.languageIdCodec=this._registry.languageIdCodec,this._register(this._registry.onDidChange((()=>this._onDidChange.fire())))}dispose(){po.instanceCount--,super.dispose()}isRegisteredLanguageId(e){return this._registry.isRegisteredLanguageId(e)}getLanguageIdByLanguageName(e){return this._registry.getLanguageIdByLanguageName(e)}getLanguageIdByMimeType(e){return this._registry.getLanguageIdByMimeType(e)}guessLanguageIdByFilepathOrFirstLine(e,t){const i=this._registry.guessLanguageIdByFilepathOrFirstLine(e,t);return(0,gt.Xh)(i,null)}createById(e){return new mo(this.onDidChange,(()=>this._createAndGetLanguageIdentifier(e)))}createByFilepathOrFirstLine(e,t){return new mo(this.onDidChange,(()=>{const i=this.guessLanguageIdByFilepathOrFirstLine(e,t);return this._createAndGetLanguageIdentifier(i)}))}_createAndGetLanguageIdentifier(e){return e&&this.isRegisteredLanguageId(e)||(e=lo.bd),this._encounteredLanguages.has(e)||(this._encounteredLanguages.add(e),G.RW.getOrCreate(e),this._onDidEncounterLanguage.fire(e)),e}}po.instanceCount=0;class mo{constructor(e,t){this._onDidChangeLanguages=e,this._selector=t,this._listener=null,this._emitter=null,this.languageId=this._selector()}_dispose(){this._listener&&(this._listener.dispose(),this._listener=null),this._emitter&&(this._emitter.dispose(),this._emitter=null)}get onDidChange(){return this._listener||(this._listener=this._onDidChangeLanguages((()=>this._evaluate()))),this._emitter||(this._emitter=new z.Q5({onLastListenerRemove:()=>{this._dispose()}})),this._emitter.event}_evaluate(){const e=this._selector();e!==this.languageId&&(this.languageId=e,this._emitter&&this._emitter.fire(this.languageId))}}var fo=i(80428),_o=i(26641),bo=i(83055),vo=i(47995),Co=i(99512),wo=i(6622),yo=i(98677),So=i(11007),xo=i(4821),ko=i(14329);const Lo=/\(&([^\s&])\)|(^|[^&])&([^\s&])/,Eo=/(&)?(&)([^\s&])/g;var No;!function(e){e[e.Right=0]="Right",e[e.Left=1]="Left"}(No||(No={}));class Do extends vo.o{constructor(e,t,i={}){e.classList.add("monaco-menu-container"),e.setAttribute("role","presentation");const n=document.createElement("div");n.classList.add("monaco-menu"),n.setAttribute("role","presentation"),super(n,{orientation:1,actionViewItemProvider:e=>this.doGetActionViewItem(e,i,o),context:i.context,actionRunner:i.actionRunner,ariaLabel:i.ariaLabel,focusOnlyEnabledItems:!0,triggerKeys:{keys:[3,...ke.dz||ke.IJ?[10]:[]],keyDown:!0}}),this.menuElement=n,this.actionsList.setAttribute("role","menu"),this.actionsList.tabIndex=0,this.menuDisposables=this._register(new Se.SL),this.initializeOrUpdateStyleSheet(e,{}),this._register(bo.o.addTarget(n)),(0,ii.nm)(n,ii.tw.KEY_DOWN,(e=>{new Pi.y(e).equals(2)&&e.preventDefault()})),i.enableMnemonics&&this.menuDisposables.add((0,ii.nm)(n,ii.tw.KEY_DOWN,(e=>{const t=e.key.toLocaleLowerCase();if(this.mnemonics.has(t)){ii.zB.stop(e,!0);const i=this.mnemonics.get(t);if(1===i.length&&(i[0]instanceof To&&i[0].container&&this.focusItemByElement(i[0].container),i[0].onClick(e)),i.length>1){const e=i.shift();e&&e.container&&(this.focusItemByElement(e.container),i.push(e)),this.mnemonics.set(t,i)}}}))),ke.IJ&&this._register((0,ii.nm)(n,ii.tw.KEY_DOWN,(e=>{const t=new Pi.y(e);t.equals(14)||t.equals(11)?(this.focusedItem=this.viewItems.length-1,this.focusNext(),ii.zB.stop(e,!0)):(t.equals(13)||t.equals(12))&&(this.focusedItem=0,this.focusPrevious(),ii.zB.stop(e,!0))}))),this._register((0,ii.nm)(this.domNode,ii.tw.MOUSE_OUT,(e=>{let t=e.relatedTarget;(0,ii.jg)(t,this.domNode)||(this.focusedItem=void 0,this.updateFocus(),e.stopPropagation())}))),this._register((0,ii.nm)(this.actionsList,ii.tw.MOUSE_OVER,(e=>{let t=e.target;if(t&&(0,ii.jg)(t,this.actionsList)&&t!==this.actionsList){for(;t.parentElement!==this.actionsList&&null!==t.parentElement;)t=t.parentElement;if(t.classList.contains("action-item")){const e=this.focusedItem;this.setFocusedItem(t),e!==this.focusedItem&&this.updateFocus()}}}))),this._register(bo.o.addTarget(this.actionsList)),this._register((0,ii.nm)(this.actionsList,bo.t.Tap,(e=>{let t=e.initialTarget;if(t&&(0,ii.jg)(t,this.actionsList)&&t!==this.actionsList){for(;t.parentElement!==this.actionsList&&null!==t.parentElement;)t=t.parentElement;if(t.classList.contains("action-item")){const e=this.focusedItem;this.setFocusedItem(t),e!==this.focusedItem&&this.updateFocus()}}})));let o={parent:this};this.mnemonics=new Map,this.scrollableElement=this._register(new yo.s$(n,{alwaysConsumeMouseWheel:!0,horizontal:2,vertical:3,verticalScrollbarSize:7,handleMouseWheel:!0,useShadows:!0}));const r=this.scrollableElement.getDomNode();r.style.position="",this._register((0,ii.nm)(n,bo.t.Change,(e=>{ii.zB.stop(e,!0);const t=this.scrollableElement.getScrollPosition().scrollTop;this.scrollableElement.setScrollPosition({scrollTop:t-e.translationY})}))),this._register((0,ii.nm)(r,ii.tw.MOUSE_UP,(e=>{e.preventDefault()}))),n.style.maxHeight=`${Math.max(10,window.innerHeight-e.getBoundingClientRect().top-35)}px`,t=t.filter((e=>{var t;return!(null===(t=i.submenuIds)||void 0===t?void 0:t.has(e.id))||(console.warn(`Found submenu cycle: ${e.id}`),!1)})),this.push(t,{icon:!0,label:!0,isMenu:!0}),e.appendChild(this.scrollableElement.getDomNode()),this.scrollableElement.scanDomNode(),this.viewItems.filter((e=>!(e instanceof Ao))).forEach(((e,t,i)=>{e.updatePositionInSet(t+1,i.length)}))}initializeOrUpdateStyleSheet(e,t){this.styleSheet||((0,ii.OO)(e)?this.styleSheet=(0,ii.dS)(e):(Do.globalStyleSheet||(Do.globalStyleSheet=(0,ii.dS)()),this.styleSheet=Do.globalStyleSheet)),this.styleSheet.textContent=function(e,t){let i=`\n.monaco-menu {\n\tfont-size: 13px;\n\n}\n\n${(0,wo.a)(xo.lA.menuSelection)}\n${(0,wo.a)(xo.lA.menuSubmenu)}\n\n.monaco-menu .monaco-action-bar {\n\ttext-align: right;\n\toverflow: hidden;\n\twhite-space: nowrap;\n}\n\n.monaco-menu .monaco-action-bar .actions-container {\n\tdisplay: flex;\n\tmargin: 0 auto;\n\tpadding: 0;\n\twidth: 100%;\n\tjustify-content: flex-end;\n}\n\n.monaco-menu .monaco-action-bar.vertical .actions-container {\n\tdisplay: inline-block;\n}\n\n.monaco-menu .monaco-action-bar.reverse .actions-container {\n\tflex-direction: row-reverse;\n}\n\n.monaco-menu .monaco-action-bar .action-item {\n\tcursor: pointer;\n\tdisplay: inline-block;\n\ttransition: transform 50ms ease;\n\tposition: relative; /* DO NOT REMOVE - this is the key to preventing the ghosting icon bug in Chrome 42 */\n}\n\n.monaco-menu .monaco-action-bar .action-item.disabled {\n\tcursor: default;\n}\n\n.monaco-menu .monaco-action-bar.animated .action-item.active {\n\ttransform: scale(1.272019649, 1.272019649); /* 1.272019649 = √φ */\n}\n\n.monaco-menu .monaco-action-bar .action-item .icon,\n.monaco-menu .monaco-action-bar .action-item .codicon {\n\tdisplay: inline-block;\n}\n\n.monaco-menu .monaco-action-bar .action-item .codicon {\n\tdisplay: flex;\n\talign-items: center;\n}\n\n.monaco-menu .monaco-action-bar .action-label {\n\tfont-size: 11px;\n\tmargin-right: 4px;\n}\n\n.monaco-menu .monaco-action-bar .action-item.disabled .action-label,\n.monaco-menu .monaco-action-bar .action-item.disabled .action-label:hover {\n\topacity: 0.4;\n}\n\n/* Vertical actions */\n\n.monaco-menu .monaco-action-bar.vertical {\n\ttext-align: left;\n}\n\n.monaco-menu .monaco-action-bar.vertical .action-item {\n\tdisplay: block;\n}\n\n.monaco-menu .monaco-action-bar.vertical .action-label.separator {\n\tdisplay: block;\n\tborder-bottom: 1px solid #bbb;\n\tpadding-top: 1px;\n\tmargin-left: .8em;\n\tmargin-right: .8em;\n}\n\n.monaco-menu .secondary-actions .monaco-action-bar .action-label {\n\tmargin-left: 6px;\n}\n\n/* Action Items */\n.monaco-menu .monaco-action-bar .action-item.select-container {\n\toverflow: hidden; /* somehow the dropdown overflows its container, we prevent it here to not push */\n\tflex: 1;\n\tmax-width: 170px;\n\tmin-width: 60px;\n\tdisplay: flex;\n\talign-items: center;\n\tjustify-content: center;\n\tmargin-right: 10px;\n}\n\n.monaco-menu .monaco-action-bar.vertical {\n\tmargin-left: 0;\n\toverflow: visible;\n}\n\n.monaco-menu .monaco-action-bar.vertical .actions-container {\n\tdisplay: block;\n}\n\n.monaco-menu .monaco-action-bar.vertical .action-item {\n\tpadding: 0;\n\ttransform: none;\n\tdisplay: flex;\n}\n\n.monaco-menu .monaco-action-bar.vertical .action-item.active {\n\ttransform: none;\n}\n\n.monaco-menu .monaco-action-bar.vertical .action-menu-item {\n\tflex: 1 1 auto;\n\tdisplay: flex;\n\theight: 2em;\n\talign-items: center;\n\tposition: relative;\n}\n\n.monaco-menu .monaco-action-bar.vertical .action-label {\n\tflex: 1 1 auto;\n\ttext-decoration: none;\n\tpadding: 0 1em;\n\tbackground: none;\n\tfont-size: 12px;\n\tline-height: 1;\n}\n\n.monaco-menu .monaco-action-bar.vertical .keybinding,\n.monaco-menu .monaco-action-bar.vertical .submenu-indicator {\n\tdisplay: inline-block;\n\tflex: 2 1 auto;\n\tpadding: 0 1em;\n\ttext-align: right;\n\tfont-size: 12px;\n\tline-height: 1;\n}\n\n.monaco-menu .monaco-action-bar.vertical .submenu-indicator {\n\theight: 100%;\n}\n\n.monaco-menu .monaco-action-bar.vertical .submenu-indicator.codicon {\n\tfont-size: 16px !important;\n\tdisplay: flex;\n\talign-items: center;\n}\n\n.monaco-menu .monaco-action-bar.vertical .submenu-indicator.codicon::before {\n\tmargin-left: auto;\n\tmargin-right: -20px;\n}\n\n.monaco-menu .monaco-action-bar.vertical .action-item.disabled .keybinding,\n.monaco-menu .monaco-action-bar.vertical .action-item.disabled .submenu-indicator {\n\topacity: 0.4;\n}\n\n.monaco-menu .monaco-action-bar.vertical .action-label:not(.separator) {\n\tdisplay: inline-block;\n\tbox-sizing: border-box;\n\tmargin: 0;\n}\n\n.monaco-menu .monaco-action-bar.vertical .action-item {\n\tposition: static;\n\toverflow: visible;\n}\n\n.monaco-menu .monaco-action-bar.vertical .action-item .monaco-submenu {\n\tposition: absolute;\n}\n\n.monaco-menu .monaco-action-bar.vertical .action-label.separator {\n\tpadding: 0.5em 0 0 0;\n\tmargin-bottom: 0.5em;\n\twidth: 100%;\n\theight: 0px !important;\n\tmargin-left: .8em !important;\n\tmargin-right: .8em !important;\n}\n\n.monaco-menu .monaco-action-bar.vertical .action-label.separator.text {\n\tpadding: 0.7em 1em 0.1em 1em;\n\tfont-weight: bold;\n\topacity: 1;\n}\n\n.monaco-menu .monaco-action-bar.vertical .action-label:hover {\n\tcolor: inherit;\n}\n\n.monaco-menu .monaco-action-bar.vertical .menu-item-check {\n\tposition: absolute;\n\tvisibility: hidden;\n\twidth: 1em;\n\theight: 100%;\n}\n\n.monaco-menu .monaco-action-bar.vertical .action-menu-item.checked .menu-item-check {\n\tvisibility: visible;\n\tdisplay: flex;\n\talign-items: center;\n\tjustify-content: center;\n}\n\n/* Context Menu */\n\n.context-view.monaco-menu-container {\n\toutline: 0;\n\tborder: none;\n\tanimation: fadeIn 0.083s linear;\n\t-webkit-app-region: no-drag;\n}\n\n.context-view.monaco-menu-container :focus,\n.context-view.monaco-menu-container .monaco-action-bar.vertical:focus,\n.context-view.monaco-menu-container .monaco-action-bar.vertical :focus {\n\toutline: 0;\n}\n\n.monaco-menu .monaco-action-bar.vertical .action-item {\n\tborder: thin solid transparent; /* prevents jumping behaviour on hover or focus */\n}\n\n\n/* High Contrast Theming */\n:host-context(.hc-black) .context-view.monaco-menu-container {\n\tbox-shadow: none;\n}\n\n:host-context(.hc-black) .monaco-menu .monaco-action-bar.vertical .action-item.focused {\n\tbackground: none;\n}\n\n/* Vertical Action Bar Styles */\n\n.monaco-menu .monaco-action-bar.vertical {\n\tpadding: .5em 0;\n}\n\n.monaco-menu .monaco-action-bar.vertical .action-menu-item {\n\theight: 1.8em;\n}\n\n.monaco-menu .monaco-action-bar.vertical .action-label:not(.separator),\n.monaco-menu .monaco-action-bar.vertical .keybinding {\n\tfont-size: inherit;\n\tpadding: 0 2em;\n}\n\n.monaco-menu .monaco-action-bar.vertical .menu-item-check {\n\tfont-size: inherit;\n\twidth: 2em;\n}\n\n.monaco-menu .monaco-action-bar.vertical .action-label.separator {\n\tfont-size: inherit;\n\tpadding: 0.2em 0 0 0;\n\tmargin-bottom: 0.2em;\n}\n\n:host-context(.linux) .monaco-menu .monaco-action-bar.vertical .action-label.separator {\n\tmargin-left: 0;\n\tmargin-right: 0;\n}\n\n.monaco-menu .monaco-action-bar.vertical .submenu-indicator {\n\tfont-size: 60%;\n\tpadding: 0 1.8em;\n}\n\n:host-context(.linux) .monaco-menu .monaco-action-bar.vertical .submenu-indicator {\n\theight: 100%;\n\tmask-size: 10px 10px;\n\t-webkit-mask-size: 10px 10px;\n}\n\n.monaco-menu .action-item {\n\tcursor: default;\n}`;if(t){i+="\n\t\t\t/* Arrows */\n\t\t\t.monaco-scrollable-element > .scrollbar > .scra {\n\t\t\t\tcursor: pointer;\n\t\t\t\tfont-size: 11px !important;\n\t\t\t}\n\n\t\t\t.monaco-scrollable-element > .visible {\n\t\t\t\topacity: 1;\n\n\t\t\t\t/* Background rule added for IE9 - to allow clicks on dom node */\n\t\t\t\tbackground:rgba(0,0,0,0);\n\n\t\t\t\ttransition: opacity 100ms linear;\n\t\t\t}\n\t\t\t.monaco-scrollable-element > .invisible {\n\t\t\t\topacity: 0;\n\t\t\t\tpointer-events: none;\n\t\t\t}\n\t\t\t.monaco-scrollable-element > .invisible.fade {\n\t\t\t\ttransition: opacity 800ms linear;\n\t\t\t}\n\n\t\t\t/* Scrollable Content Inset Shadow */\n\t\t\t.monaco-scrollable-element > .shadow {\n\t\t\t\tposition: absolute;\n\t\t\t\tdisplay: none;\n\t\t\t}\n\t\t\t.monaco-scrollable-element > .shadow.top {\n\t\t\t\tdisplay: block;\n\t\t\t\ttop: 0;\n\t\t\t\tleft: 3px;\n\t\t\t\theight: 3px;\n\t\t\t\twidth: 100%;\n\t\t\t}\n\t\t\t.monaco-scrollable-element > .shadow.left {\n\t\t\t\tdisplay: block;\n\t\t\t\ttop: 3px;\n\t\t\t\tleft: 0;\n\t\t\t\theight: 100%;\n\t\t\t\twidth: 3px;\n\t\t\t}\n\t\t\t.monaco-scrollable-element > .shadow.top-left-corner {\n\t\t\t\tdisplay: block;\n\t\t\t\ttop: 0;\n\t\t\t\tleft: 0;\n\t\t\t\theight: 3px;\n\t\t\t\twidth: 3px;\n\t\t\t}\n\t\t";const t=e.scrollbarShadow;t&&(i+=`\n\t\t\t\t.monaco-scrollable-element > .shadow.top {\n\t\t\t\t\tbox-shadow: ${t} 0 6px 6px -6px inset;\n\t\t\t\t}\n\n\t\t\t\t.monaco-scrollable-element > .shadow.left {\n\t\t\t\t\tbox-shadow: ${t} 6px 0 6px -6px inset;\n\t\t\t\t}\n\n\t\t\t\t.monaco-scrollable-element > .shadow.top.left {\n\t\t\t\t\tbox-shadow: ${t} 6px 6px 6px -6px inset;\n\t\t\t\t}\n\t\t\t`);const n=e.scrollbarSliderBackground;n&&(i+=`\n\t\t\t\t.monaco-scrollable-element > .scrollbar > .slider {\n\t\t\t\t\tbackground: ${n};\n\t\t\t\t}\n\t\t\t`);const o=e.scrollbarSliderHoverBackground;o&&(i+=`\n\t\t\t\t.monaco-scrollable-element > .scrollbar > .slider:hover {\n\t\t\t\t\tbackground: ${o};\n\t\t\t\t}\n\t\t\t`);const r=e.scrollbarSliderActiveBackground;r&&(i+=`\n\t\t\t\t.monaco-scrollable-element > .scrollbar > .slider.active {\n\t\t\t\t\tbackground: ${r};\n\t\t\t\t}\n\t\t\t`)}return i}(t,(0,ii.OO)(e))}style(e){const t=this.getContainer();this.initializeOrUpdateStyleSheet(t,e);const i=e.foregroundColor?`${e.foregroundColor}`:"",n=e.backgroundColor?`${e.backgroundColor}`:"",o=e.borderColor?`1px solid ${e.borderColor}`:"",r=e.shadowColor?`0 2px 4px ${e.shadowColor}`:"";t.style.border=o,this.domNode.style.color=i,this.domNode.style.backgroundColor=n,t.style.boxShadow=r,this.viewItems&&this.viewItems.forEach((t=>{(t instanceof Io||t instanceof Ao)&&t.style(e)}))}getContainer(){return this.scrollableElement.getDomNode()}get onScroll(){return this.scrollableElement.onScroll}focusItemByElement(e){const t=this.focusedItem;this.setFocusedItem(e),t!==this.focusedItem&&this.updateFocus()}setFocusedItem(e){for(let t=0;t{this.element&&(this._register((0,ii.nm)(this.element,ii.tw.MOUSE_UP,(e=>{if(ii.zB.stop(e,!0),_o.isFirefox){if(new fo.n(e).rightButton)return;this.onClick(e)}else setTimeout((()=>{this.onClick(e)}),0)}))),this._register((0,ii.nm)(this.element,ii.tw.CONTEXT_MENU,(e=>{ii.zB.stop(e,!0)}))))}),100),this._register(this.runOnceToEnableMouseUp)}render(e){super.render(e),this.element&&(this.container=e,this.item=(0,ii.R3)(this.element,(0,ii.$)("a.action-menu-item")),this._action.id===So.Z0.ID?this.item.setAttribute("role","presentation"):(this.item.setAttribute("role","menuitem"),this.mnemonic&&this.item.setAttribute("aria-keyshortcuts",`${this.mnemonic}`)),this.check=(0,ii.R3)(this.item,(0,ii.$)("span.menu-item-check"+xo.lA.menuSelection.cssSelector)),this.check.setAttribute("role","none"),this.label=(0,ii.R3)(this.item,(0,ii.$)("span.action-label")),this.options.label&&this.options.keybinding&&((0,ii.R3)(this.item,(0,ii.$)("span.keybinding")).textContent=this.options.keybinding),this.runOnceToEnableMouseUp.schedule(),this.updateClass(),this.updateLabel(),this.updateTooltip(),this.updateEnabled(),this.updateChecked())}blur(){super.blur(),this.applyStyle()}focus(){super.focus(),this.item&&this.item.focus(),this.applyStyle()}updatePositionInSet(e,t){this.item&&(this.item.setAttribute("aria-posinset",`${e}`),this.item.setAttribute("aria-setsize",`${t}`))}updateLabel(){if(this.label&&this.options.label){(0,ii.PO)(this.label);let e=(0,ko.x$)(this.getAction().label);if(e){const t=function(e){const t=Lo,i=t.exec(e);if(!i)return e;const n=!i[1];return e.replace(t,n?"$2$3":"").trim()}(e);this.options.enableMnemonics||(e=t),this.label.setAttribute("aria-label",t.replace(/&&/g,"&"));const i=Lo.exec(e);if(i){e=ue.YU(e),Eo.lastIndex=0;let t=Eo.exec(e);for(;t&&t[1];)t=Eo.exec(e);const n=e=>e.replace(/&&/g,"&");t?this.label.append(ue.j3(n(e.substr(0,t.index))," "),(0,ii.$)("u",{"aria-hidden":"true"},t[3]),ue.oL(n(e.substr(t.index+t[0].length))," ")):this.label.innerText=n(e).trim(),this.item&&this.item.setAttribute("aria-keyshortcuts",(i[1]?i[1]:i[3]).toLocaleLowerCase())}else this.label.innerText=e.replace(/&&/g,"&").trim()}}}updateTooltip(){}updateClass(){this.cssClass&&this.item&&this.item.classList.remove(...this.cssClass.split(" ")),this.options.icon&&this.label?(this.cssClass=this.getAction().class||"",this.label.classList.add("icon"),this.cssClass&&this.label.classList.add(...this.cssClass.split(" ")),this.updateEnabled()):this.label&&this.label.classList.remove("icon")}updateEnabled(){this.getAction().enabled?(this.element&&(this.element.classList.remove("disabled"),this.element.removeAttribute("aria-disabled")),this.item&&(this.item.classList.remove("disabled"),this.item.removeAttribute("aria-disabled"),this.item.tabIndex=0)):(this.element&&(this.element.classList.add("disabled"),this.element.setAttribute("aria-disabled","true")),this.item&&(this.item.classList.add("disabled"),this.item.setAttribute("aria-disabled","true")))}updateChecked(){if(!this.item)return;const e=this.getAction().checked;this.item.classList.toggle("checked",!!e),void 0!==e?(this.item.setAttribute("role","menuitemcheckbox"),this.item.setAttribute("aria-checked",e?"true":"false")):(this.item.setAttribute("role","menuitem"),this.item.setAttribute("aria-checked",""))}getMnemonic(){return this.mnemonic}applyStyle(){if(!this.menuStyle)return;const e=this.element&&this.element.classList.contains("focused"),t=e&&this.menuStyle.selectionForegroundColor?this.menuStyle.selectionForegroundColor:this.menuStyle.foregroundColor,i=e&&this.menuStyle.selectionBackgroundColor?this.menuStyle.selectionBackgroundColor:void 0,n=e&&this.menuStyle.selectionBorderColor?`thin solid ${this.menuStyle.selectionBorderColor}`:"";this.item&&(this.item.style.color=t?t.toString():"",this.item.style.backgroundColor=i?i.toString():""),this.check&&(this.check.style.color=t?t.toString():""),this.container&&(this.container.style.border=n)}style(e){this.menuStyle=e,this.applyStyle()}}class To extends Io{constructor(e,t,i,n){super(e,e,n),this.submenuActions=t,this.parentData=i,this.submenuOptions=n,this.mysubmenu=null,this.submenuDisposables=this._register(new Se.SL),this.mouseOver=!1,this.expandDirection=n&&void 0!==n.expandDirection?n.expandDirection:No.Right,this.showScheduler=new ye.pY((()=>{this.mouseOver&&(this.cleanupExistingSubmenu(!1),this.createSubmenu(!1))}),250),this.hideScheduler=new ye.pY((()=>{this.element&&!(0,ii.jg)((0,ii.vY)(),this.element)&&this.parentData.submenu===this.mysubmenu&&(this.parentData.parent.focus(!1),this.cleanupExistingSubmenu(!0))}),750)}render(e){super.render(e),this.element&&(this.item&&(this.item.classList.add("monaco-submenu-item"),this.item.tabIndex=0,this.item.setAttribute("aria-haspopup","true"),this.updateAriaExpanded("false"),this.submenuIndicator=(0,ii.R3)(this.item,(0,ii.$)("span.submenu-indicator"+xo.lA.menuSubmenu.cssSelector)),this.submenuIndicator.setAttribute("aria-hidden","true")),this._register((0,ii.nm)(this.element,ii.tw.KEY_UP,(e=>{let t=new Pi.y(e);(t.equals(17)||t.equals(3))&&(ii.zB.stop(e,!0),this.createSubmenu(!0))}))),this._register((0,ii.nm)(this.element,ii.tw.KEY_DOWN,(e=>{let t=new Pi.y(e);(0,ii.vY)()===this.item&&(t.equals(17)||t.equals(3))&&ii.zB.stop(e,!0)}))),this._register((0,ii.nm)(this.element,ii.tw.MOUSE_OVER,(e=>{this.mouseOver||(this.mouseOver=!0,this.showScheduler.schedule())}))),this._register((0,ii.nm)(this.element,ii.tw.MOUSE_LEAVE,(e=>{this.mouseOver=!1}))),this._register((0,ii.nm)(this.element,ii.tw.FOCUS_OUT,(e=>{this.element&&!(0,ii.jg)((0,ii.vY)(),this.element)&&this.hideScheduler.schedule()}))),this._register(this.parentData.parent.onScroll((()=>{this.parentData.parent.focus(!1),this.cleanupExistingSubmenu(!1)}))))}updateEnabled(){}onClick(e){ii.zB.stop(e,!0),this.cleanupExistingSubmenu(!1),this.createSubmenu(!0)}cleanupExistingSubmenu(e){if(this.parentData.submenu&&(e||this.parentData.submenu!==this.mysubmenu)){try{this.parentData.submenu.dispose()}catch(e){}this.parentData.submenu=void 0,this.updateAriaExpanded("false"),this.submenuContainer&&(this.submenuDisposables.clear(),this.submenuContainer=void 0)}}calculateSubmenuMenuLayout(e,t,i,n){const o={top:0,left:0};return o.left=Dn(e.width,t.width,{position:n===No.Right?0:1,offset:i.left,size:i.width}),o.left>=i.left&&o.left{new Pi.y(e).equals(15)&&(ii.zB.stop(e,!0),this.parentData.parent.focus(),this.cleanupExistingSubmenu(!0))}))),this.submenuDisposables.add((0,ii.nm)(this.submenuContainer,ii.tw.KEY_DOWN,(e=>{new Pi.y(e).equals(15)&&ii.zB.stop(e,!0)}))),this.submenuDisposables.add(this.parentData.submenu.onDidCancel((()=>{this.parentData.parent.focus(),this.cleanupExistingSubmenu(!0)}))),this.parentData.submenu.focus(e),this.mysubmenu=this.parentData.submenu}}updateAriaExpanded(e){var t;this.item&&(null===(t=this.item)||void 0===t||t.setAttribute("aria-expanded",e))}applyStyle(){if(super.applyStyle(),!this.menuStyle)return;const e=this.element&&this.element.classList.contains("focused")&&this.menuStyle.selectionForegroundColor?this.menuStyle.selectionForegroundColor:this.menuStyle.foregroundColor;this.submenuIndicator&&(this.submenuIndicator.style.color=e?`${e}`:""),this.parentData.submenu&&this.parentData.submenu.style(this.menuStyle)}dispose(){super.dispose(),this.hideScheduler.dispose(),this.mysubmenu&&(this.mysubmenu.dispose(),this.mysubmenu=null),this.submenuContainer&&(this.submenuContainer=void 0)}}class Ao extends Co.g{style(e){this.label&&(this.label.style.borderBottomColor=e.separatorColor?`${e.separatorColor}`:"")}}var Ro=i(39919),Mo={};Mo.styleTagTransform=le(),Mo.setAttributes=oe(),Mo.insert=ie().bind(null,"head"),Mo.domAPI=ee(),Mo.insertStyleElement=se(),X()(Ro.Z,Mo),Ro.Z&&Ro.Z.locals&&Ro.Z.locals;var Oo=i(64348);class Po{constructor(e,t,i,n,o){this.contextViewService=e,this.telemetryService=t,this.notificationService=i,this.keybindingService=n,this.themeService=o,this.focusToReturn=null,this.block=null,this.options={blockMouse:!0}}configure(e){this.options=e}showContextMenu(e){const t=e.getActions();if(!t.length)return;let i;this.focusToReturn=document.activeElement;let n=(0,ii.Re)(e.domForShadowRoot)?e.domForShadowRoot:void 0;this.contextViewService.showContextView({getAnchor:()=>e.getAnchor(),canRelayout:!1,anchorAlignment:e.anchorAlignment,anchorAxisAlignment:e.anchorAxisAlignment,render:n=>{let o=e.getMenuClassName?e.getMenuClassName():"";o&&(n.className+=" "+o),this.options.blockMouse&&(this.block=n.appendChild((0,ii.$)(".context-view-block")),this.block.style.position="fixed",this.block.style.cursor="initial",this.block.style.left="0",this.block.style.top="0",this.block.style.width="100%",this.block.style.height="100%",this.block.style.zIndex="-1",(0,ii.nm)(this.block,ii.tw.MOUSE_DOWN,(e=>e.stopPropagation())));const r=new Se.SL,s=e.actionRunner||new So.Wi;return s.onBeforeRun(this.onActionRun,this,r),s.onDidRun(this.onDidActionRun,this,r),i=new Do(n,t,{actionViewItemProvider:e.getActionViewItem,context:e.getActionsContext?e.getActionsContext():null,actionRunner:s,getKeyBinding:e.getKeyBinding?e.getKeyBinding:e=>this.keybindingService.lookupKeybinding(e.id)}),r.add((0,Oo.tj)(i,this.themeService)),i.onDidCancel((()=>this.contextViewService.hideContextView(!0)),null,r),i.onDidBlur((()=>this.contextViewService.hideContextView(!0)),null,r),r.add((0,ii.nm)(window,ii.tw.BLUR,(()=>this.contextViewService.hideContextView(!0)))),r.add((0,ii.nm)(window,ii.tw.MOUSE_DOWN,(e=>{if(e.defaultPrevented)return;let t=new fo.n(e),i=t.target;if(!t.rightButton){for(;i;){if(i===n)return;i=i.parentElement}this.contextViewService.hideContextView(!0)}}))),(0,Se.F8)(r,i)},focus:()=>{i&&i.focus(!!e.autoSelectFirstItem)},onHide:t=>{e.onHide&&e.onHide(!!t),this.block&&(this.block.remove(),this.block=null),this.focusToReturn&&this.focusToReturn.focus()}},n,!!n)}onActionRun(e){this.telemetryService.publicLog2("workbenchActionExecuted",{id:e.action.id,from:"contextMenu"}),this.contextViewService.hideContextView(!1),this.focusToReturn&&this.focusToReturn.focus()}onDidActionRun(e){e.error&&!(0,xe.n2)(e.error)&&this.notificationService.error(e.error)}}var Fo=function(e,t){return function(i,n){t(i,n,e)}};let Bo=class extends Se.JT{constructor(e,t,i,n,o){super(),this._onDidShowContextMenu=new z.Q5,this._onDidHideContextMenu=new z.Q5,this.contextMenuHandler=new Po(i,e,t,n,o)}configure(e){this.contextMenuHandler.configure(e)}showContextMenu(e){this.contextMenuHandler.showContextMenu(Object.assign(Object.assign({},e),{onHide:t=>{e.onHide&&e.onHide(t),this._onDidHideContextMenu.fire()}})),ii._q.getInstance().resetKeyStatus(),this._onDidShowContextMenu.fire()}};Bo=function(e,t,i,n){var o,r=arguments.length,s=r<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,i):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,i,s):o(t,i))||s);return r>3&&s&&Object.defineProperty(t,i,s),s}([Fo(0,Cn.b),Fo(1,wi.lT),Fo(2,xn.u),Fo(3,an.d),Fo(4,oi.XE)],Bo);var Wo,Vo=i(57512),Ho=i(60491);!function(e){e[e.API=0]="API",e[e.USER=1]="USER"}(Wo||(Wo={}));var zo=i(82523),$o=function(e,t,i,n){var o,r=arguments.length,s=r<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,i):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,i,s):o(t,i))||s);return r>3&&s&&Object.defineProperty(t,i,s),s},Uo=function(e,t){return function(i,n){t(i,n,e)}},jo=function(e,t,i,n){return new(i||(i=Promise))((function(o,r){function s(e){try{l(n.next(e))}catch(e){r(e)}}function a(e){try{l(n.throw(e))}catch(e){r(e)}}function l(e){var t;e.done?o(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(s,a)}l((n=n.apply(e,t||[])).next())}))};let Ko=class{constructor(e){this._commandService=e}open(e,t){return jo(this,void 0,void 0,(function*(){if(!(0,zo.xn)(e,ni.lg.command))return!1;if(!(null==t?void 0:t.allowCommands))return!0;"string"==typeof e&&(e=U.o.parse(e));let i=[];try{i=(0,Ho.Q)(decodeURIComponent(e.query))}catch(t){try{i=(0,Ho.Q)(e.query)}catch(e){}}return Array.isArray(i)||(i=[i]),yield this._commandService.executeCommand(e.path,...i),!0}))}};Ko=$o([Uo(0,Zi.Hy)],Ko);let qo=class{constructor(e){this._editorService=e}open(e,t){return jo(this,void 0,void 0,(function*(){"string"==typeof e&&(e=U.o.parse(e));const{selection:i,uri:n}=(0,zo.xI)(e);return(e=n).scheme===ni.lg.file&&(e=(0,io.AH)(e)),yield this._editorService.openCodeEditor({resource:e,options:Object.assign({selection:i,source:(null==t?void 0:t.fromUserGesture)?Wo.USER:Wo.API},null==t?void 0:t.editorOptions)},this._editorService.getFocusedCodeEditor(),null==t?void 0:t.openToSide),!0}))}};qo=$o([Uo(0,ge.$)],qo);let Go=class{constructor(e,t){this._openers=new Vo.S,this._validators=new Vo.S,this._resolvers=new Vo.S,this._resolvedUriTargets=new Qi.Y9((e=>e.with({path:null,fragment:null,query:null}).toString())),this._externalOpeners=new Vo.S,this._defaultExternalOpener={openExternal:e=>jo(this,void 0,void 0,(function*(){return(0,zo.Gs)(e,ni.lg.http,ni.lg.https)?ii.V3(e):window.location.href=e,!0}))},this._openers.push({open:(e,t)=>jo(this,void 0,void 0,(function*(){return!(!(null==t?void 0:t.openExternal)&&!(0,zo.Gs)(e,ni.lg.mailto,ni.lg.http,ni.lg.https,ni.lg.vsls)||(yield this._doOpenExternal(e,t),0))}))}),this._openers.push(new Ko(t)),this._openers.push(new qo(e))}registerOpener(e){return{dispose:this._openers.unshift(e)}}registerValidator(e){return{dispose:this._validators.push(e)}}registerExternalUriResolver(e){return{dispose:this._resolvers.push(e)}}setDefaultExternalOpener(e){this._defaultExternalOpener=e}registerExternalOpener(e){return{dispose:this._externalOpeners.push(e)}}open(e,t){var i;return jo(this,void 0,void 0,(function*(){const n="string"==typeof e?U.o.parse(e):e,o=null!==(i=this._resolvedUriTargets.get(n))&&void 0!==i?i:e;for(const e of this._validators)if(!(yield e.shouldOpen(o)))return!1;for(const i of this._openers)if(yield i.open(e,t))return!0;return!1}))}resolveExternalUri(e,t){return jo(this,void 0,void 0,(function*(){for(const i of this._resolvers)try{const n=yield i.resolveExternalUri(e,t);if(n)return this._resolvedUriTargets.has(n.resolved)||this._resolvedUriTargets.set(n.resolved,e),n}catch(e){}throw new Error("Could not resolve external URI: "+e.toString())}))}_doOpenExternal(e,t){return jo(this,void 0,void 0,(function*(){const i="string"==typeof e?U.o.parse(e):e;let n,o;try{n=(yield this.resolveExternalUri(i,t)).resolved}catch(e){n=i}if(o="string"==typeof e&&i.toString()===n.toString()?e:encodeURI(n.toString(!0)),null==t?void 0:t.allowContributedOpeners){const e="string"==typeof(null==t?void 0:t.allowContributedOpeners)?null==t?void 0:t.allowContributedOpeners:void 0;for(const t of this._externalOpeners)if(yield t.openExternal(o,{sourceUri:i,preferredOpenerId:e},H.T.None))return!0}return this._defaultExternalOpener.openExternal(o,{sourceUri:i},H.T.None)}))}dispose(){this._validators.clear()}};Go=$o([Uo(0,ge.$),Uo(1,Zi.Hy)],Go);var Zo=i(27498),Yo=i(4773),Qo=i(45164),Xo=function(e,t){return function(i,n){t(i,n,e)}};class Jo extends Se.JT{constructor(e){super(),this.model=e,this._markersData=new Map,this._register((0,Se.OF)((()=>{this.model.deltaDecorations([...this._markersData.keys()],[]),this._markersData.clear()})))}update(e,t){const i=[...this._markersData.keys()];this._markersData.clear();const n=this.model.deltaDecorations(i,t);for(let t=0;tthis._onModelAdded(e))),this._register(e.onModelAdded(this._onModelAdded,this)),this._register(e.onModelRemoved(this._onModelRemoved,this)),this._register(this._markerService.onMarkerChanged(this._handleMarkerChange,this))}dispose(){super.dispose(),this._markerDecorations.forEach((e=>e.dispose())),this._markerDecorations.clear()}getMarker(e,t){const i=this._markerDecorations.get(e);return i&&i.getMarker(t)||null}_handleMarkerChange(e){e.forEach((e=>{const t=this._markerDecorations.get(e);t&&this._updateDecorations(t)}))}_onModelAdded(e){const t=new Jo(e);this._markerDecorations.set(e.uri,t),this._updateDecorations(t)}_onModelRemoved(e){const t=this._markerDecorations.get(e.uri);t&&(t.dispose(),this._markerDecorations.delete(e.uri)),e.uri.scheme!==ni.lg.inMemory&&e.uri.scheme!==ni.lg.internal&&e.uri.scheme!==ni.lg.vscode||this._markerService&&this._markerService.read({resource:e.uri}).map((e=>e.owner)).forEach((t=>this._markerService.remove(t,[e.uri])))}_updateDecorations(e){const t=this._markerService.read({resource:e.model.uri,take:500}),i=t.map((t=>({range:this._createDecorationRange(e.model,t),options:this._createDecorationOption(t)})));e.update(t,i)&&this._onDidChangeMarker.fire(e.model)}_createDecorationRange(e,t){let i=K.e.lift(t);if(t.severity!==Zo.ZL.Hint||this._hasMarkerTag(t,1)||this._hasMarkerTag(t,2)||(i=i.setEndPosition(i.startLineNumber,i.startColumn+2)),i=e.validateRange(i),i.isEmpty()){const t=e.getLineLastNonWhitespaceColumn(i.startLineNumber)||e.getLineMaxColumn(i.startLineNumber);if(1===t||i.endColumn>=t)return i;const n=e.getWordAtPosition(i.getStartPosition());n&&(i=new K.e(i.startLineNumber,n.startColumn,i.endLineNumber,n.endColumn))}else if(t.endColumn===Number.MAX_VALUE&&1===t.startColumn&&i.startLineNumber===i.endLineNumber){let n=e.getLineFirstNonWhitespaceColumn(t.startLineNumber);n=0}};er=function(e,t,i,n){var o,r=arguments.length,s=r<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,i):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,i,s):o(t,i))||s);return r>3&&s&&Object.defineProperty(t,i,s),s}([Xo(0,we.q),Xo(1,Zo.lT)],er);var tr=i(95471),ir=i(14902),nr=i(98581),or={};or.styleTagTransform=le(),or.setAttributes=oe(),or.insert=ie().bind(null,"head"),or.domAPI=ee(),or.insertStyleElement=se(),X()(nr.Z,or),nr.Z&&nr.Z.locals&&nr.Z.locals;var rr=i(4189),sr=i(33060),ar=i(80563),lr=i(18689),cr=i(33767),dr={};dr.styleTagTransform=le(),dr.setAttributes=oe(),dr.insert=ie().bind(null,"head"),dr.domAPI=ee(),dr.insertStyleElement=se(),X()(cr.Z,dr),cr.Z&&cr.Z.locals&&cr.Z.locals;const ur={buttonBackground:lr.Il.fromHex("#0E639C"),buttonHoverBackground:lr.Il.fromHex("#006BB3"),buttonForeground:lr.Il.white};class hr extends Se.JT{constructor(e,t){super(),this._onDidClick=this._register(new z.Q5),this.options=t||Object.create(null),(0,Xi.jB)(this.options,ur,!1),this.buttonForeground=this.options.buttonForeground,this.buttonBackground=this.options.buttonBackground,this.buttonHoverBackground=this.options.buttonHoverBackground,this.buttonSecondaryForeground=this.options.buttonSecondaryForeground,this.buttonSecondaryBackground=this.options.buttonSecondaryBackground,this.buttonSecondaryHoverBackground=this.options.buttonSecondaryHoverBackground,this.buttonBorder=this.options.buttonBorder,this._element=document.createElement("a"),this._element.classList.add("monaco-button"),this._element.tabIndex=0,this._element.setAttribute("role","button"),e.appendChild(this._element),this._register(bo.o.addTarget(this._element)),[ii.tw.CLICK,bo.t.Tap].forEach((e=>{this._register((0,ii.nm)(this._element,e,(e=>{this.enabled?this._onDidClick.fire(e):ii.zB.stop(e)})))})),this._register((0,ii.nm)(this._element,ii.tw.KEY_DOWN,(e=>{const t=new Pi.y(e);let i=!1;this.enabled&&(t.equals(3)||t.equals(10))?(this._onDidClick.fire(e),i=!0):t.equals(9)&&(this._element.blur(),i=!0),i&&ii.zB.stop(t,!0)}))),this._register((0,ii.nm)(this._element,ii.tw.MOUSE_OVER,(e=>{this._element.classList.contains("disabled")||this.setHoverBackground()}))),this._register((0,ii.nm)(this._element,ii.tw.MOUSE_OUT,(e=>{this.applyStyles()}))),this.focusTracker=this._register((0,ii.go)(this._element)),this._register(this.focusTracker.onDidFocus((()=>this.setHoverBackground()))),this._register(this.focusTracker.onDidBlur((()=>this.applyStyles()))),this.applyStyles()}get onDidClick(){return this._onDidClick.event}setHoverBackground(){let e;e=this.options.secondary?this.buttonSecondaryHoverBackground?this.buttonSecondaryHoverBackground.toString():null:this.buttonHoverBackground?this.buttonHoverBackground.toString():null,e&&(this._element.style.backgroundColor=e)}style(e){this.buttonForeground=e.buttonForeground,this.buttonBackground=e.buttonBackground,this.buttonHoverBackground=e.buttonHoverBackground,this.buttonSecondaryForeground=e.buttonSecondaryForeground,this.buttonSecondaryBackground=e.buttonSecondaryBackground,this.buttonSecondaryHoverBackground=e.buttonSecondaryHoverBackground,this.buttonBorder=e.buttonBorder,this.applyStyles()}applyStyles(){if(this._element){let e,t;this.options.secondary?(t=this.buttonSecondaryForeground?this.buttonSecondaryForeground.toString():"",e=this.buttonSecondaryBackground?this.buttonSecondaryBackground.toString():""):(t=this.buttonForeground?this.buttonForeground.toString():"",e=this.buttonBackground?this.buttonBackground.toString():"");const i=this.buttonBorder?this.buttonBorder.toString():"";this._element.style.color=t,this._element.style.backgroundColor=e,this._element.style.borderWidth=i?"1px":"",this._element.style.borderStyle=i?"solid":"",this._element.style.borderColor=i}}get element(){return this._element}set label(e){this._element.classList.add("monaco-text-button"),this.options.supportIcons?(0,ii.mc)(this._element,...(0,ar.T)(e)):this._element.textContent=e,"string"==typeof this.options.title?this._element.title=this.options.title:this.options.title&&(this._element.title=e)}set enabled(e){e?(this._element.classList.remove("disabled"),this._element.setAttribute("aria-disabled",String(!1)),this._element.tabIndex=0):(this._element.classList.add("disabled"),this._element.setAttribute("aria-disabled",String(!0)))}get enabled(){return!this._element.classList.contains("disabled")}}var gr=i(38408),pr=i(451),mr={};mr.styleTagTransform=le(),mr.setAttributes=oe(),mr.insert=ie().bind(null,"head"),mr.domAPI=ee(),mr.insertStyleElement=se(),X()(pr.Z,mr),pr.Z&&pr.Z.locals&&pr.Z.locals;const fr="done",_r="active",br="infinite",vr="infinite-long-running",Cr="discrete",wr={progressBarBackground:lr.Il.fromHex("#0E70C0")};class yr extends Se.JT{constructor(e,t){super(),this.options=t||Object.create(null),(0,Xi.jB)(this.options,wr,!1),this.workedVal=0,this.progressBarBackground=this.options.progressBarBackground,this.showDelayedScheduler=this._register(new ye.pY((()=>(0,ii.$Z)(this.element)),0)),this.longRunningScheduler=this._register(new ye.pY((()=>this.infiniteLongRunning()),yr.LONG_RUNNING_INFINITE_THRESHOLD)),this.create(e)}create(e){this.element=document.createElement("div"),this.element.classList.add("monaco-progress-container"),this.element.setAttribute("role","progressbar"),this.element.setAttribute("aria-valuemin","0"),e.appendChild(this.element),this.bit=document.createElement("div"),this.bit.classList.add("progress-bit"),this.element.appendChild(this.bit),this.applyStyles()}off(){this.bit.style.width="inherit",this.bit.style.opacity="1",this.element.classList.remove(_r,br,vr,Cr),this.workedVal=0,this.totalWork=void 0,this.longRunningScheduler.cancel()}stop(){return this.doDone(!1)}doDone(e){return this.element.classList.add(fr),this.element.classList.contains(br)?(this.bit.style.opacity="0",e?setTimeout((()=>this.off()),200):this.off()):(this.bit.style.width="inherit",e?setTimeout((()=>this.off()),200):this.off()),this}infinite(){return this.bit.style.width="2%",this.bit.style.opacity="1",this.element.classList.remove(Cr,fr,vr),this.element.classList.add(_r,br),this.longRunningScheduler.schedule(),this}infiniteLongRunning(){this.element.classList.add(vr)}getContainer(){return this.element}style(e){this.progressBarBackground=e.progressBarBackground,this.applyStyles()}applyStyles(){if(this.bit){const e=this.progressBarBackground?this.progressBarBackground.toString():"";this.bit.style.backgroundColor=e}}}yr.LONG_RUNNING_INFINITE_THRESHOLD=1e4;var Sr=i(68332),xr=i(61699),kr={};kr.styleTagTransform=le(),kr.setAttributes=oe(),kr.insert=ie().bind(null,"head"),kr.domAPI=ee(),kr.insertStyleElement=se(),X()(xr.Z,kr),xr.Z&&xr.Z.locals&&xr.Z.locals;const Lr={},Er=new Sr.R("quick-input-button-icon-");function Nr(e){if(!e)return;let t;const i=e.dark.toString();return Lr[i]?t=Lr[i]:(t=Er.nextId(),ii.fk(`.${t}`,`background-image: ${ii.wY(e.light||e.dark)}`),ii.fk(`.vs-dark .${t}, .hc-black .${t}`,`background-image: ${ii.wY(e.dark)}`),Lr[i]=t),t}var Dr=i(55470),Ir=i(17172);const Tr=ii.$;class Ar extends Se.JT{constructor(e){super(),this.parent=e,this.onKeyDown=e=>ii.nm(this.inputBox.inputElement,ii.tw.KEY_DOWN,(t=>{e(new Pi.y(t))})),this.onMouseDown=e=>ii.nm(this.inputBox.inputElement,ii.tw.MOUSE_DOWN,(t=>{e(new fo.n(t))})),this.onDidChange=e=>this.inputBox.onDidChange(e),this.container=ii.R3(this.parent,Tr(".quick-input-box")),this.inputBox=this._register(new Ir.W(this.container,void 0))}get value(){return this.inputBox.value}set value(e){this.inputBox.value=e}select(e=null){this.inputBox.select(e)}isSelectionAtEnd(){return this.inputBox.isSelectionAtEnd()}get placeholder(){return this.inputBox.inputElement.getAttribute("placeholder")||""}set placeholder(e){this.inputBox.setPlaceHolder(e)}get ariaLabel(){return this.inputBox.getAriaLabel()}set ariaLabel(e){this.inputBox.setAriaLabel(e)}get password(){return"password"===this.inputBox.inputElement.type}set password(e){this.inputBox.inputElement.type=e?"password":"text"}setAttribute(e,t){this.inputBox.inputElement.setAttribute(e,t)}removeAttribute(e){this.inputBox.inputElement.removeAttribute(e)}showDecoration(e){e===bi.Z.Ignore?this.inputBox.hideMessage():this.inputBox.showMessage({type:e===bi.Z.Info?1:e===bi.Z.Warning?2:3,content:""})}stylesForType(e){return this.inputBox.stylesForType(e===bi.Z.Info?1:e===bi.Z.Warning?2:3)}setFocus(){this.inputBox.focus()}layout(){this.inputBox.layout()}style(e){this.inputBox.style(e)}}var Rr=i(77982),Mr=i(17200),Or={};Or.styleTagTransform=le(),Or.setAttributes=oe(),Or.insert=ie().bind(null,"head"),Or.domAPI=ee(),Or.insertStyleElement=se(),X()(Mr.Z,Or),Mr.Z&&Mr.Z.locals&&Mr.Z.locals;const Pr=ii.$;class Fr{constructor(e,t,i){this.os=t,this.keyElements=new Set,this.options=i||Object.create(null),this.labelBackground=this.options.keybindingLabelBackground,this.labelForeground=this.options.keybindingLabelForeground,this.labelBorder=this.options.keybindingLabelBorder,this.labelBottomBorder=this.options.keybindingLabelBottomBorder,this.labelShadow=this.options.keybindingLabelShadow,this.domNode=ii.R3(e,Pr(".monaco-keybinding")),this.didEverRender=!1,e.appendChild(this.domNode)}get element(){return this.domNode}set(e,t){this.didEverRender&&this.keybinding===e&&Fr.areSame(this.matches,t)||(this.keybinding=e,this.matches=t,this.render())}render(){if(this.clear(),this.keybinding){let[e,t]=this.keybinding.getParts();e&&this.renderPart(this.domNode,e,this.matches?this.matches.firstPart:null),t&&(ii.R3(this.domNode,Pr("span.monaco-keybinding-key-chord-separator",void 0," ")),this.renderPart(this.domNode,t,this.matches?this.matches.chordPart:null)),this.domNode.title=this.keybinding.getAriaLabel()||""}else this.options&&this.options.renderUnboundKeybindings&&this.renderUnbound(this.domNode);this.applyStyles(),this.didEverRender=!0}clear(){ii.PO(this.domNode),this.keyElements.clear()}renderPart(e,t,i){const n=pn.xo.modifierLabels[this.os];t.ctrlKey&&this.renderKey(e,n.ctrlKey,Boolean(null==i?void 0:i.ctrlKey),n.separator),t.shiftKey&&this.renderKey(e,n.shiftKey,Boolean(null==i?void 0:i.shiftKey),n.separator),t.altKey&&this.renderKey(e,n.altKey,Boolean(null==i?void 0:i.altKey),n.separator),t.metaKey&&this.renderKey(e,n.metaKey,Boolean(null==i?void 0:i.metaKey),n.separator);const o=t.keyLabel;o&&this.renderKey(e,o,Boolean(null==i?void 0:i.keyCode),"")}renderKey(e,t,i,n){ii.R3(e,this.createKeyElement(t,i?".highlight":"")),n&&ii.R3(e,Pr("span.monaco-keybinding-key-separator",void 0,n))}renderUnbound(e){ii.R3(e,this.createKeyElement((0,vi.NC)("vs/base/browser/ui/keybindingLabel/keybindingLabel","unbound","Unbound")))}createKeyElement(e,t=""){const i=Pr("span.monaco-keybinding-key"+t,void 0,e);return this.keyElements.add(i),i}style(e){this.labelBackground=e.keybindingLabelBackground,this.labelForeground=e.keybindingLabelForeground,this.labelBorder=e.keybindingLabelBorder,this.labelBottomBorder=e.keybindingLabelBottomBorder,this.labelShadow=e.keybindingLabelShadow,this.applyStyles()}applyStyles(){var e;if(this.element){for(const t of this.keyElements)this.labelBackground&&(t.style.backgroundColor=null===(e=this.labelBackground)||void 0===e?void 0:e.toString()),this.labelBorder&&(t.style.borderColor=this.labelBorder.toString()),this.labelBottomBorder&&(t.style.borderBottomColor=this.labelBottomBorder.toString()),this.labelShadow&&(t.style.boxShadow=`inset 0 -1px 0 ${this.labelShadow}`);this.labelForeground&&(this.element.style.color=this.labelForeground.toString())}}static areSame(e,t){return e===t||!e&&!t||!!e&&!!t&&(0,Xi.fS)(e.firstPart,t.firstPart)&&(0,Xi.fS)(e.chordPart,t.chordPart)}}const Br=new ye.Ue((()=>{const e=new Intl.Collator(void 0,{numeric:!0,sensitivity:"base"});return{collator:e,collatorIsNumeric:e.resolvedOptions().numeric}}));new ye.Ue((()=>({collator:new Intl.Collator(void 0,{numeric:!0})}))),new ye.Ue((()=>({collator:new Intl.Collator(void 0,{numeric:!0,sensitivity:"accent"})})));var Wr=i(79945),Vr=function(e,t,i,n){var o,r=arguments.length,s=r<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,i):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,i,s):o(t,i))||s);return r>3&&s&&Object.defineProperty(t,i,s),s};const Hr=ii.$;class zr{constructor(e){this.hidden=!1,this._onChecked=new z.Q5,this.onChecked=this._onChecked.event,Object.assign(this,e)}get checked(){return!!this._checked}set checked(e){e!==this._checked&&(this._checked=e,this._onChecked.fire(e))}dispose(){this._onChecked.dispose()}}class $r{get templateId(){return $r.ID}renderTemplate(e){const t=Object.create(null);t.toDisposeElement=[],t.toDisposeTemplate=[],t.entry=ii.R3(e,Hr(".quick-input-list-entry"));const i=ii.R3(t.entry,Hr("label.quick-input-list-label"));t.toDisposeTemplate.push(ii.mu(i,ii.tw.CLICK,(e=>{t.checkbox.offsetParent||e.preventDefault()}))),t.checkbox=ii.R3(i,Hr("input.quick-input-list-checkbox")),t.checkbox.type="checkbox",t.toDisposeTemplate.push(ii.mu(t.checkbox,ii.tw.CHANGE,(e=>{t.element.checked=t.checkbox.checked})));const n=ii.R3(i,Hr(".quick-input-list-rows")),o=ii.R3(n,Hr(".quick-input-list-row")),r=ii.R3(n,Hr(".quick-input-list-row"));t.label=new Rr.g(o,{supportHighlights:!0,supportDescriptionHighlights:!0,supportIcons:!0});const s=ii.R3(o,Hr(".quick-input-list-entry-keybinding"));t.keybinding=new Fr(s,ke.OS);const a=ii.R3(r,Hr(".quick-input-list-label-meta"));return t.detail=new Rr.g(a,{supportHighlights:!0,supportIcons:!0}),t.separator=ii.R3(t.entry,Hr(".quick-input-list-separator")),t.actionBar=new vo.o(t.entry),t.actionBar.domNode.classList.add("quick-input-list-entry-action-bar"),t.toDisposeTemplate.push(t.actionBar),t}renderElement(e,t,i){i.toDisposeElement=(0,Se.B9)(i.toDisposeElement),i.element=e,i.checkbox.checked=e.checked,i.toDisposeElement.push(e.onChecked((e=>i.checkbox.checked=e)));const{labelHighlights:n,descriptionHighlights:o,detailHighlights:r}=e,s=Object.create(null);s.matches=n||[],s.descriptionTitle=e.saneDescription,s.descriptionMatches=o||[],s.extraClasses=e.item.iconClasses,s.italic=e.item.italic,s.strikethrough=e.item.strikethrough,i.label.setLabel(e.saneLabel,e.saneDescription,s),i.keybinding.set(e.item.keybinding),e.saneDetail&&i.detail.setLabel(e.saneDetail,void 0,{matches:r,title:e.saneDetail}),e.separator&&e.separator.label?(i.separator.textContent=e.separator.label,i.separator.style.display=""):i.separator.style.display="none",i.entry.classList.toggle("quick-input-list-separator-border",!!e.separator),i.actionBar.clear();const a=e.item.buttons;a&&a.length?(i.actionBar.push(a.map(((t,i)=>{let n=t.iconClass||(t.iconPath?Nr(t.iconPath):void 0);t.alwaysVisible&&(n=n?`${n} always-visible`:"always-visible");const o=new So.aU(`id-${i}`,"",n,!0,(()=>{return i=this,n=void 0,r=function*(){e.fireButtonTriggered({button:t,item:e.item})},new((o=void 0)||(o=Promise))((function(e,t){function s(e){try{l(r.next(e))}catch(e){t(e)}}function a(e){try{l(r.throw(e))}catch(e){t(e)}}function l(t){var i;t.done?e(t.value):(i=t.value,i instanceof o?i:new o((function(e){e(i)}))).then(s,a)}l((r=r.apply(i,n||[])).next())}));var i,n,o,r}));return o.tooltip=t.tooltip||"",o})),{icon:!0,label:!1}),i.entry.classList.add("has-actions")):i.entry.classList.remove("has-actions")}disposeElement(e,t,i){i.toDisposeElement=(0,Se.B9)(i.toDisposeElement)}disposeTemplate(e){e.toDisposeElement=(0,Se.B9)(e.toDisposeElement),e.toDisposeTemplate=(0,Se.B9)(e.toDisposeTemplate)}}$r.ID="listelement";class Ur{getHeight(e){return e.saneDetail?44:22}getTemplateId(e){return $r.ID}}var jr;!function(e){e[e.First=1]="First",e[e.Second=2]="Second",e[e.Last=3]="Last",e[e.Next=4]="Next",e[e.Previous=5]="Previous",e[e.NextPage=6]="NextPage",e[e.PreviousPage=7]="PreviousPage"}(jr||(jr={}));class Kr{constructor(e,t,i){this.parent=e,this.inputElements=[],this.elements=[],this.elementsToIndexes=new Map,this.matchOnDescription=!1,this.matchOnDetail=!1,this.matchOnLabel=!0,this.matchOnMeta=!0,this.sortByLabel=!0,this._onChangedAllVisibleChecked=new z.Q5,this.onChangedAllVisibleChecked=this._onChangedAllVisibleChecked.event,this._onChangedCheckedCount=new z.Q5,this.onChangedCheckedCount=this._onChangedCheckedCount.event,this._onChangedVisibleCount=new z.Q5,this.onChangedVisibleCount=this._onChangedVisibleCount.event,this._onChangedCheckedElements=new z.Q5,this.onChangedCheckedElements=this._onChangedCheckedElements.event,this._onButtonTriggered=new z.Q5,this.onButtonTriggered=this._onButtonTriggered.event,this._onKeyDown=new z.Q5,this.onKeyDown=this._onKeyDown.event,this._onLeave=new z.Q5,this.onLeave=this._onLeave.event,this._fireCheckedEvents=!0,this.elementDisposables=[],this.disposables=[],this.id=t,this.container=ii.R3(this.parent,Hr(".quick-input-list"));const n=new Ur,o=new qr;this.list=i.createList("QuickInput",this.container,n,[new $r],{identityProvider:{getId:e=>e.saneLabel},setRowLineHeight:!1,multipleSelectionSupport:!1,horizontalScrolling:!1,accessibilityProvider:o}),this.list.getHTMLElement().id=t,this.disposables.push(this.list),this.disposables.push(this.list.onKeyDown((e=>{const t=new Pi.y(e);switch(t.keyCode){case 10:this.toggleCheckbox();break;case 31:(ke.dz?e.metaKey:e.ctrlKey)&&this.list.setFocus((0,gt.w6)(this.list.length));break;case 16:{const e=this.list.getFocus();1===e.length&&0===e[0]&&this._onLeave.fire();break}case 18:{const e=this.list.getFocus();1===e.length&&e[0]===this.list.length-1&&this._onLeave.fire();break}}this._onKeyDown.fire(t)}))),this.disposables.push(this.list.onMouseDown((e=>{2!==e.browserEvent.button&&e.browserEvent.preventDefault()}))),this.disposables.push(ii.nm(this.container,ii.tw.CLICK,(e=>{(e.x||e.y)&&this._onLeave.fire()}))),this.disposables.push(this.list.onMouseMiddleClick((e=>{this._onLeave.fire()}))),this.disposables.push(this.list.onContextMenu((e=>{"number"==typeof e.index&&(e.browserEvent.preventDefault(),this.list.setSelection([e.index]))}))),this.disposables.push(this._onChangedAllVisibleChecked,this._onChangedCheckedCount,this._onChangedVisibleCount,this._onChangedCheckedElements,this._onButtonTriggered,this._onLeave,this._onKeyDown)}get onDidChangeFocus(){return z.ju.map(this.list.onDidChangeFocus,(e=>e.elements.map((e=>e.item))))}get onDidChangeSelection(){return z.ju.map(this.list.onDidChangeSelection,(e=>({items:e.elements.map((e=>e.item)),event:e.browserEvent})))}get scrollTop(){return this.list.scrollTop}set scrollTop(e){this.list.scrollTop=e}getAllVisibleChecked(){return this.allVisibleChecked(this.elements,!1)}allVisibleChecked(e,t=!0){for(let i=0,n=e.length;i{t.hidden||(t.checked=e)}))}finally{this._fireCheckedEvents=!0,this.fireCheckedEvents()}}setElements(e){this.elementDisposables=(0,Se.B9)(this.elementDisposables);const t=e=>this.fireButtonTriggered(e);this.inputElements=e,this.elements=e.reduce(((i,n,o)=>{var r,s,a;if("separator"!==n.type){const l=o&&e[o-1],c=n.label&&n.label.replace(/\r?\n/g," "),d=n.meta&&n.meta.replace(/\r?\n/g," "),u=n.description&&n.description.replace(/\r?\n/g," "),h=n.detail&&n.detail.replace(/\r?\n/g," "),g=n.ariaLabel||[c,u,h].map((e=>(0,xo.JL)(e))).filter((e=>!!e)).join(", "),p=this.parent.classList.contains("show-checkboxes");i.push(new zr({hasCheckbox:p,index:o,item:n,saneLabel:c,saneMeta:d,saneAriaLabel:g,saneDescription:u,saneDetail:h,labelHighlights:null===(r=n.highlights)||void 0===r?void 0:r.label,descriptionHighlights:null===(s=n.highlights)||void 0===s?void 0:s.description,detailHighlights:null===(a=n.highlights)||void 0===a?void 0:a.detail,checked:!1,separator:l&&"separator"===l.type?l:void 0,fireButtonTriggered:t}))}return i}),[]),this.elementDisposables.push(...this.elements),this.elementDisposables.push(...this.elements.map((e=>e.onChecked((()=>this.fireCheckedEvents()))))),this.elementsToIndexes=this.elements.reduce(((e,t,i)=>(e.set(t.item,i),e)),new Map),this.list.splice(0,this.list.length),this.list.splice(0,this.list.length,this.elements),this._onChangedVisibleCount.fire(this.elements.length)}getFocusedElements(){return this.list.getFocusedElements().map((e=>e.item))}setFocusedElements(e){if(this.list.setFocus(e.filter((e=>this.elementsToIndexes.has(e))).map((e=>this.elementsToIndexes.get(e)))),e.length>0){const e=this.list.getFocus()[0];"number"==typeof e&&this.list.reveal(e)}}getActiveDescendant(){return this.list.getHTMLElement().getAttribute("aria-activedescendant")}setSelectedElements(e){this.list.setSelection(e.filter((e=>this.elementsToIndexes.has(e))).map((e=>this.elementsToIndexes.get(e))))}getCheckedElements(){return this.elements.filter((e=>e.checked)).map((e=>e.item))}setCheckedElements(e){try{this._fireCheckedEvents=!1;const t=new Set;for(const i of e)t.add(i);for(const e of this.elements)e.checked=t.has(e.item)}finally{this._fireCheckedEvents=!0,this.fireCheckedEvents()}}set enabled(e){this.list.getHTMLElement().style.pointerEvents=e?"":"none"}focus(e){if(!this.list.length)return;switch(e===jr.Next&&this.list.getFocus()[0]===this.list.length-1&&(e=jr.First),e===jr.Previous&&0===this.list.getFocus()[0]&&(e=jr.Last),e===jr.Second&&this.list.length<2&&(e=jr.First),e){case jr.First:this.list.focusFirst();break;case jr.Second:this.list.focusNth(1);break;case jr.Last:this.list.focusLast();break;case jr.Next:this.list.focusNext();break;case jr.Previous:this.list.focusPrevious();break;case jr.NextPage:this.list.focusNextPage();break;case jr.PreviousPage:this.list.focusPreviousPage()}const t=this.list.getFocus()[0];"number"==typeof t&&this.list.reveal(t)}clearFocus(){this.list.setFocus([])}domFocus(){this.list.domFocus()}layout(e){this.list.getHTMLElement().style.maxHeight=e?`calc(${44*Math.floor(e/44)}px)`:"",this.list.layout()}filter(e){if(!(this.sortByLabel||this.matchOnLabel||this.matchOnDescription||this.matchOnDetail))return this.list.layout(),!1;if((e=e.trim())&&(this.matchOnLabel||this.matchOnDescription||this.matchOnDetail)){let t;this.elements.forEach((i=>{const n=this.matchOnLabel?(0,Le.f6)((0,ko.Gt)(e,(0,ko.Ho)(i.saneLabel))):void 0,o=this.matchOnDescription?(0,Le.f6)((0,ko.Gt)(e,(0,ko.Ho)(i.saneDescription||""))):void 0,r=this.matchOnDetail?(0,Le.f6)((0,ko.Gt)(e,(0,ko.Ho)(i.saneDetail||""))):void 0,s=this.matchOnMeta?(0,Le.f6)((0,ko.Gt)(e,(0,ko.Ho)(i.saneMeta||""))):void 0;if(n||o||r||s?(i.labelHighlights=n,i.descriptionHighlights=o,i.detailHighlights=r,i.hidden=!1):(i.labelHighlights=void 0,i.descriptionHighlights=void 0,i.detailHighlights=void 0,i.hidden=!i.item.alwaysShow),i.separator=void 0,!this.sortByLabel){const e=i.index&&this.inputElements[i.index-1];t=e&&"separator"===e.type?e:t,t&&!i.hidden&&(i.separator=t,t=void 0)}}))}else this.elements.forEach((e=>{e.labelHighlights=void 0,e.descriptionHighlights=void 0,e.detailHighlights=void 0,e.hidden=!1;const t=e.index&&this.inputElements[e.index-1];e.separator=t&&"separator"===t.type?t:void 0}));const t=this.elements.filter((e=>!e.hidden));if(this.sortByLabel&&e){const i=e.toLowerCase();t.sort(((e,t)=>function(e,t,i){const n=e.labelHighlights||[],o=t.labelHighlights||[];return n.length&&!o.length?-1:!n.length&&o.length?1:0===n.length&&0===o.length?0:function(e,t,i){const n=e.toLowerCase(),o=t.toLowerCase(),r=function(e,t,i){const n=e.toLowerCase(),o=t.toLowerCase(),r=n.startsWith(i),s=o.startsWith(i);if(r!==s)return r?-1:1;if(r&&s){if(n.lengtho.length)return 1}return 0}(e,t,i);if(r)return r;const s=n.endsWith(i);if(s!==o.endsWith(i))return s?-1:1;const a=function(e,t,i=!1){const n=e||"",o=t||"",r=Br.value.collator.compare(n,o);return Br.value.collatorIsNumeric&&0===r&&n!==o?n(e.set(t.item,i),e)),new Map),this.list.splice(0,this.list.length,t),this.list.setFocus([]),this.list.layout(),this._onChangedAllVisibleChecked.fire(this.getAllVisibleChecked()),this._onChangedVisibleCount.fire(t.length),!0}toggleCheckbox(){try{this._fireCheckedEvents=!1;const e=this.list.getFocusedElements(),t=this.allVisibleChecked(e);for(const i of e)i.checked=!t}finally{this._fireCheckedEvents=!0,this.fireCheckedEvents()}}display(e){this.container.style.display=e?"":"none"}isDisplayed(){return"none"!==this.container.style.display}dispose(){this.elementDisposables=(0,Se.B9)(this.elementDisposables),this.disposables=(0,Se.B9)(this.disposables)}fireCheckedEvents(){this._fireCheckedEvents&&(this._onChangedAllVisibleChecked.fire(this.getAllVisibleChecked()),this._onChangedCheckedCount.fire(this.getCheckedCount()),this._onChangedCheckedElements.fire(this.getCheckedElements()))}fireButtonTriggered(e){this._onButtonTriggered.fire(e)}style(e){this.list.style(e)}}Vr([Wr.H],Kr.prototype,"onDidChangeFocus",null),Vr([Wr.H],Kr.prototype,"onDidChangeSelection",null);class qr{getWidgetAriaLabel(){return(0,vi.NC)("vs/base/parts/quickinput/browser/quickInputList","quickInput","Quick Input")}getAriaLabel(e){return e.saneAriaLabel}getWidgetRole(){return"listbox"}getRole(e){return e.hasCheckbox?"checkbox":"option"}isChecked(e){if(e.hasCheckbox)return{value:e.checked,onDidChange:e.onChecked}}}var Gr=function(e,t,i,n){return new(i||(i=Promise))((function(o,r){function s(e){try{l(n.next(e))}catch(e){r(e)}}function a(e){try{l(n.throw(e))}catch(e){r(e)}}function l(e){var t;e.done?o(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(s,a)}l((n=n.apply(e,t||[])).next())}))};const Zr=ii.$,Yr={iconClass:xo.lA.quickInputBack.classNames,tooltip:(0,vi.NC)("vs/base/parts/quickinput/browser/quickInput","quickInput.back","Back"),handle:-1};class Qr extends Se.JT{constructor(e){super(),this.ui=e,this.visible=!1,this._enabled=!0,this._busy=!1,this._ignoreFocusOut=!1,this._buttons=[],this.noValidationMessage=Qr.noPromptMessage,this._severity=bi.Z.Ignore,this.buttonsUpdated=!1,this.onDidTriggerButtonEmitter=this._register(new z.Q5),this.onDidHideEmitter=this._register(new z.Q5),this.onDisposeEmitter=this._register(new z.Q5),this.visibleDisposables=this._register(new Se.SL),this.onDidHide=this.onDidHideEmitter.event}get title(){return this._title}set title(e){this._title=e,this.update()}get description(){return this._description}set description(e){this._description=e,this.update()}get step(){return this._steps}set step(e){this._steps=e,this.update()}get totalSteps(){return this._totalSteps}set totalSteps(e){this._totalSteps=e,this.update()}get enabled(){return this._enabled}set enabled(e){this._enabled=e,this.update()}get contextKey(){return this._contextKey}set contextKey(e){this._contextKey=e,this.update()}get busy(){return this._busy}set busy(e){this._busy=e,this.update()}get ignoreFocusOut(){return this._ignoreFocusOut}set ignoreFocusOut(e){const t=this._ignoreFocusOut!==e&&!ke.gn;this._ignoreFocusOut=e&&!ke.gn,t&&this.update()}get buttons(){return this._buttons}set buttons(e){this._buttons=e,this.buttonsUpdated=!0,this.update()}get validationMessage(){return this._validationMessage}set validationMessage(e){this._validationMessage=e,this.update()}get severity(){return this._severity}set severity(e){this._severity=e,this.update()}show(){this.visible||(this.visibleDisposables.add(this.ui.onDidTriggerButton((e=>{-1!==this.buttons.indexOf(e)&&this.onDidTriggerButtonEmitter.fire(e)}))),this.ui.show(this),this.visible=!0,this._lastValidationMessage=void 0,this._lastSeverity=void 0,this.buttons.length&&(this.buttonsUpdated=!0),this.update())}hide(){this.visible&&this.ui.hide()}didHide(e=Dr.Jq.Other){this.visible=!1,this.visibleDisposables.clear(),this.onDidHideEmitter.fire({reason:e})}update(){if(!this.visible)return;const e=this.getTitle();e&&this.ui.title.textContent!==e?this.ui.title.textContent=e:e||" "===this.ui.title.innerHTML||(this.ui.title.innerText=" ");const t=this.getDescription();if(this.ui.description1.textContent!==t&&(this.ui.description1.textContent=t),this.ui.description2.textContent!==t&&(this.ui.description2.textContent=t),this.busy&&!this.busyDelay&&(this.busyDelay=new ye._F,this.busyDelay.setIfNotSet((()=>{this.visible&&this.ui.progressBar.infinite()}),800)),!this.busy&&this.busyDelay&&(this.ui.progressBar.stop(),this.busyDelay.cancel(),this.busyDelay=void 0),this.buttonsUpdated){this.buttonsUpdated=!1,this.ui.leftActionBar.clear();const e=this.buttons.filter((e=>e===Yr));this.ui.leftActionBar.push(e.map(((e,t)=>{const i=new So.aU(`id-${t}`,"",e.iconClass||Nr(e.iconPath),!0,(()=>Gr(this,void 0,void 0,(function*(){this.onDidTriggerButtonEmitter.fire(e)}))));return i.tooltip=e.tooltip||"",i})),{icon:!0,label:!1}),this.ui.rightActionBar.clear();const t=this.buttons.filter((e=>e!==Yr));this.ui.rightActionBar.push(t.map(((e,t)=>{const i=new So.aU(`id-${t}`,"",e.iconClass||Nr(e.iconPath),!0,(()=>Gr(this,void 0,void 0,(function*(){this.onDidTriggerButtonEmitter.fire(e)}))));return i.tooltip=e.tooltip||"",i})),{icon:!0,label:!1})}this.ui.ignoreFocusOut=this.ignoreFocusOut,this.ui.setEnabled(this.enabled),this.ui.setContextKey(this.contextKey);const i=this.validationMessage||this.noValidationMessage;this._lastValidationMessage!==i&&(this._lastValidationMessage=i,ii.mc(this.ui.message,...(0,ar.T)(i))),this._lastSeverity!==this.severity&&(this._lastSeverity=this.severity,this.showMessageDecoration(this.severity))}getTitle(){return this.title&&this.step?`${this.title} (${this.getSteps()})`:this.title?this.title:this.step?this.getSteps():""}getDescription(){return this.description||""}getSteps(){return this.step&&this.totalSteps?(0,vi.NC)("vs/base/parts/quickinput/browser/quickInput","quickInput.steps","{0}/{1}",this.step,this.totalSteps):this.step?String(this.step):""}showMessageDecoration(e){if(this.ui.inputBox.showDecoration(e),e!==bi.Z.Ignore){const t=this.ui.inputBox.stylesForType(e);this.ui.message.style.color=t.foreground?`${t.foreground}`:"",this.ui.message.style.backgroundColor=t.background?`${t.background}`:"",this.ui.message.style.border=t.border?`1px solid ${t.border}`:"",this.ui.message.style.marginBottom="-2px"}else this.ui.message.style.color="",this.ui.message.style.backgroundColor="",this.ui.message.style.border="",this.ui.message.style.marginBottom=""}dispose(){this.hide(),this.onDisposeEmitter.fire(),super.dispose()}}Qr.noPromptMessage=(0,vi.NC)("vs/base/parts/quickinput/browser/quickInput","inputModeEntry","Press 'Enter' to confirm your input or 'Escape' to cancel");class Xr extends Qr{constructor(){super(...arguments),this._value="",this.onDidChangeValueEmitter=this._register(new z.Q5),this.onWillAcceptEmitter=this._register(new z.Q5),this.onDidAcceptEmitter=this._register(new z.Q5),this.onDidCustomEmitter=this._register(new z.Q5),this._items=[],this.itemsUpdated=!1,this._canSelectMany=!1,this._canAcceptInBackground=!1,this._matchOnDescription=!1,this._matchOnDetail=!1,this._matchOnLabel=!0,this._sortByLabel=!0,this._autoFocusOnList=!0,this._keepScrollPosition=!1,this._itemActivation=this.ui.isScreenReaderOptimized()?Dr.jG.NONE:Dr.jG.FIRST,this._activeItems=[],this.activeItemsUpdated=!1,this.activeItemsToConfirm=[],this.onDidChangeActiveEmitter=this._register(new z.Q5),this._selectedItems=[],this.selectedItemsUpdated=!1,this.selectedItemsToConfirm=[],this.onDidChangeSelectionEmitter=this._register(new z.Q5),this.onDidTriggerItemButtonEmitter=this._register(new z.Q5),this.valueSelectionUpdated=!0,this._ok="default",this._customButton=!1,this.filterValue=e=>e,this.onDidChangeValue=this.onDidChangeValueEmitter.event,this.onWillAccept=this.onWillAcceptEmitter.event,this.onDidAccept=this.onDidAcceptEmitter.event,this.onDidChangeActive=this.onDidChangeActiveEmitter.event,this.onDidChangeSelection=this.onDidChangeSelectionEmitter.event,this.onDidTriggerItemButton=this.onDidTriggerItemButtonEmitter.event}get quickNavigate(){return this._quickNavigate}set quickNavigate(e){this._quickNavigate=e,this.update()}get value(){return this._value}set value(e){this.doSetValue(e)}doSetValue(e,t){this._value!==e&&(this._value=e,t||this.update(),this.visible&&this.ui.list.filter(this.filterValue(this._value))&&this.trySelectFirst(),this.onDidChangeValueEmitter.fire(this._value))}set ariaLabel(e){this._ariaLabel=e,this.update()}get ariaLabel(){return this._ariaLabel}get placeholder(){return this._placeholder}set placeholder(e){this._placeholder=e,this.update()}get items(){return this._items}get scrollTop(){return this.ui.list.scrollTop}set scrollTop(e){this.ui.list.scrollTop=e}set items(e){this._items=e,this.itemsUpdated=!0,this.update()}get canSelectMany(){return this._canSelectMany}set canSelectMany(e){this._canSelectMany=e,this.update()}get canAcceptInBackground(){return this._canAcceptInBackground}set canAcceptInBackground(e){this._canAcceptInBackground=e}get matchOnDescription(){return this._matchOnDescription}set matchOnDescription(e){this._matchOnDescription=e,this.update()}get matchOnDetail(){return this._matchOnDetail}set matchOnDetail(e){this._matchOnDetail=e,this.update()}get matchOnLabel(){return this._matchOnLabel}set matchOnLabel(e){this._matchOnLabel=e,this.update()}get sortByLabel(){return this._sortByLabel}set sortByLabel(e){this._sortByLabel=e,this.update()}get autoFocusOnList(){return this._autoFocusOnList}set autoFocusOnList(e){this._autoFocusOnList=e,this.update()}get keepScrollPosition(){return this._keepScrollPosition}set keepScrollPosition(e){this._keepScrollPosition=e}get itemActivation(){return this._itemActivation}set itemActivation(e){this._itemActivation=e}get activeItems(){return this._activeItems}set activeItems(e){this._activeItems=e,this.activeItemsUpdated=!0,this.update()}get selectedItems(){return this._selectedItems}set selectedItems(e){this._selectedItems=e,this.selectedItemsUpdated=!0,this.update()}get keyMods(){return this._quickNavigate?Dr.X5:this.ui.keyMods}set valueSelection(e){this._valueSelection=e,this.valueSelectionUpdated=!0,this.update()}get customButton(){return this._customButton}set customButton(e){this._customButton=e,this.update()}get customLabel(){return this._customButtonLabel}set customLabel(e){this._customButtonLabel=e,this.update()}get customHover(){return this._customButtonHover}set customHover(e){this._customButtonHover=e,this.update()}get ok(){return this._ok}set ok(e){this._ok=e,this.update()}get hideInput(){return!!this._hideInput}set hideInput(e){this._hideInput=e,this.update()}trySelectFirst(){this.autoFocusOnList&&(this.canSelectMany||this.ui.list.focus(jr.First))}show(){this.visible||(this.visibleDisposables.add(this.ui.inputBox.onDidChange((e=>{this.doSetValue(e,!0)}))),this.visibleDisposables.add(this.ui.inputBox.onMouseDown((e=>{this.autoFocusOnList||this.ui.list.clearFocus()}))),this.visibleDisposables.add((this._hideInput?this.ui.list:this.ui.inputBox).onKeyDown((e=>{switch(e.keyCode){case 18:this.ui.list.focus(jr.Next),this.canSelectMany&&this.ui.list.domFocus(),ii.zB.stop(e,!0);break;case 16:this.ui.list.getFocusedElements().length?this.ui.list.focus(jr.Previous):this.ui.list.focus(jr.Last),this.canSelectMany&&this.ui.list.domFocus(),ii.zB.stop(e,!0);break;case 12:this.ui.list.focus(jr.NextPage),this.canSelectMany&&this.ui.list.domFocus(),ii.zB.stop(e,!0);break;case 11:this.ui.list.focus(jr.PreviousPage),this.canSelectMany&&this.ui.list.domFocus(),ii.zB.stop(e,!0);break;case 17:if(!this._canAcceptInBackground)return;if(!this.ui.inputBox.isSelectionAtEnd())return;this.activeItems[0]&&(this._selectedItems=[this.activeItems[0]],this.onDidChangeSelectionEmitter.fire(this.selectedItems),this.handleAccept(!0));break;case 14:!e.ctrlKey&&!e.metaKey||e.shiftKey||e.altKey||(this.ui.list.focus(jr.First),ii.zB.stop(e,!0));break;case 13:!e.ctrlKey&&!e.metaKey||e.shiftKey||e.altKey||(this.ui.list.focus(jr.Last),ii.zB.stop(e,!0))}}))),this.visibleDisposables.add(this.ui.onDidAccept((()=>{this.canSelectMany?this.ui.list.getCheckedElements().length||(this._selectedItems=[],this.onDidChangeSelectionEmitter.fire(this.selectedItems)):this.activeItems[0]&&(this._selectedItems=[this.activeItems[0]],this.onDidChangeSelectionEmitter.fire(this.selectedItems)),this.handleAccept(!1)}))),this.visibleDisposables.add(this.ui.onDidCustom((()=>{this.onDidCustomEmitter.fire()}))),this.visibleDisposables.add(this.ui.list.onDidChangeFocus((e=>{this.activeItemsUpdated||this.activeItemsToConfirm!==this._activeItems&&(0,gt.fS)(e,this._activeItems,((e,t)=>e===t))||(this._activeItems=e,this.onDidChangeActiveEmitter.fire(e))}))),this.visibleDisposables.add(this.ui.list.onDidChangeSelection((({items:e,event:t})=>{this.canSelectMany?e.length&&this.ui.list.setSelectedElements([]):this.selectedItemsToConfirm!==this._selectedItems&&(0,gt.fS)(e,this._selectedItems,((e,t)=>e===t))||(this._selectedItems=e,this.onDidChangeSelectionEmitter.fire(e),e.length&&this.handleAccept(t instanceof MouseEvent&&1===t.button))}))),this.visibleDisposables.add(this.ui.list.onChangedCheckedElements((e=>{this.canSelectMany&&(this.selectedItemsToConfirm!==this._selectedItems&&(0,gt.fS)(e,this._selectedItems,((e,t)=>e===t))||(this._selectedItems=e,this.onDidChangeSelectionEmitter.fire(e)))}))),this.visibleDisposables.add(this.ui.list.onButtonTriggered((e=>this.onDidTriggerItemButtonEmitter.fire(e)))),this.visibleDisposables.add(this.registerQuickNavigation()),this.valueSelectionUpdated=!0),super.show()}handleAccept(e){let t=!1;this.onWillAcceptEmitter.fire({veto:()=>t=!0}),t||this.onDidAcceptEmitter.fire({inBackground:e})}registerQuickNavigation(){return ii.nm(this.ui.container,ii.tw.KEY_UP,(e=>{if(this.canSelectMany||!this._quickNavigate)return;const t=new Pi.y(e),i=t.keyCode;this._quickNavigate.keybindings.some((e=>{const[n,o]=e.getParts();return!(o||(n.shiftKey&&4===i?t.ctrlKey||t.altKey||t.metaKey:!(n.altKey&&6===i||n.ctrlKey&&5===i||n.metaKey&&57===i)))}))&&(this.activeItems[0]&&(this._selectedItems=[this.activeItems[0]],this.onDidChangeSelectionEmitter.fire(this.selectedItems),this.handleAccept(!1)),this._quickNavigate=void 0)}))}update(){if(!this.visible)return;const e=this.keepScrollPosition?this.scrollTop:0,t=!!this._hideInput&&this._items.length>0;this.ui.container.classList.toggle("hidden-input",t&&!this.description);const i={title:!!this.title||!!this.step||!!this.buttons.length,description:!!this.description,checkAll:this.canSelectMany&&!this._hideCheckAll,checkBox:this.canSelectMany,inputBox:!t,progressBar:!t,visibleCount:!0,count:this.canSelectMany,ok:"default"===this.ok?this.canSelectMany:this.ok,list:!0,message:!!this.validationMessage,customButton:this.customButton};this.ui.setVisibilities(i),super.update(),this.ui.inputBox.value!==this.value&&(this.ui.inputBox.value=this.value),this.valueSelectionUpdated&&(this.valueSelectionUpdated=!1,this.ui.inputBox.select(this._valueSelection&&{start:this._valueSelection[0],end:this._valueSelection[1]})),this.ui.inputBox.placeholder!==(this.placeholder||"")&&(this.ui.inputBox.placeholder=this.placeholder||"");const n=this.ariaLabel||this.placeholder||Xr.DEFAULT_ARIA_LABEL;if(this.ui.inputBox.ariaLabel!==n&&(this.ui.inputBox.ariaLabel=n),this.ui.list.matchOnDescription=this.matchOnDescription,this.ui.list.matchOnDetail=this.matchOnDetail,this.ui.list.matchOnLabel=this.matchOnLabel,this.ui.list.sortByLabel=this.sortByLabel,this.itemsUpdated)switch(this.itemsUpdated=!1,this.ui.list.setElements(this.items),this.ui.list.filter(this.filterValue(this.ui.inputBox.value)),this.ui.checkAll.checked=this.ui.list.getAllVisibleChecked(),this.ui.visibleCount.setCount(this.ui.list.getVisibleCount()),this.ui.count.setCount(this.ui.list.getCheckedCount()),this._itemActivation){case Dr.jG.NONE:this._itemActivation=Dr.jG.FIRST;break;case Dr.jG.SECOND:this.ui.list.focus(jr.Second),this._itemActivation=Dr.jG.FIRST;break;case Dr.jG.LAST:this.ui.list.focus(jr.Last),this._itemActivation=Dr.jG.FIRST;break;default:this.trySelectFirst()}this.ui.container.classList.contains("show-checkboxes")!==!!this.canSelectMany&&(this.canSelectMany?this.ui.list.clearFocus():this.trySelectFirst()),this.activeItemsUpdated&&(this.activeItemsUpdated=!1,this.activeItemsToConfirm=this._activeItems,this.ui.list.setFocusedElements(this.activeItems),this.activeItemsToConfirm===this._activeItems&&(this.activeItemsToConfirm=null)),this.selectedItemsUpdated&&(this.selectedItemsUpdated=!1,this.selectedItemsToConfirm=this._selectedItems,this.canSelectMany?this.ui.list.setCheckedElements(this.selectedItems):this.ui.list.setSelectedElements(this.selectedItems),this.selectedItemsToConfirm===this._selectedItems&&(this.selectedItemsToConfirm=null)),this.ui.customButton.label=this.customLabel||"",this.ui.customButton.element.title=this.customHover||"",this.ui.setComboboxAccessibility(!0),i.inputBox||(this.ui.list.domFocus(),this.canSelectMany&&this.ui.list.focus(jr.First)),this.keepScrollPosition&&(this.scrollTop=e)}}Xr.DEFAULT_ARIA_LABEL=(0,vi.NC)("vs/base/parts/quickinput/browser/quickInput","quickInputBox.ariaLabel","Type to narrow down results.");class Jr extends Se.JT{constructor(e){super(),this.options=e,this.comboboxAccessibility=!1,this.enabled=!0,this.onDidAcceptEmitter=this._register(new z.Q5),this.onDidCustomEmitter=this._register(new z.Q5),this.onDidTriggerButtonEmitter=this._register(new z.Q5),this.keyMods={ctrlCmd:!1,alt:!1},this.controller=null,this.onShowEmitter=this._register(new z.Q5),this.onShow=this.onShowEmitter.event,this.onHideEmitter=this._register(new z.Q5),this.onHide=this.onHideEmitter.event,this.idPrefix=e.idPrefix,this.parentElement=e.container,this.styles=e.styles,this.registerKeyModsListeners()}registerKeyModsListeners(){const e=e=>{this.keyMods.ctrlCmd=e.ctrlKey||e.metaKey,this.keyMods.alt=e.altKey};this._register(ii.nm(window,ii.tw.KEY_DOWN,e,!0)),this._register(ii.nm(window,ii.tw.KEY_UP,e,!0)),this._register(ii.nm(window,ii.tw.MOUSE_DOWN,e,!0))}getUI(){if(this.ui)return this.ui;const e=ii.R3(this.parentElement,Zr(".quick-input-widget.show-file-icons"));e.tabIndex=-1,e.style.display="none";const t=ii.dS(e),i=ii.R3(e,Zr(".quick-input-titlebar")),n=this._register(new vo.o(i));n.domNode.classList.add("quick-input-left-action-bar");const o=ii.R3(i,Zr(".quick-input-title")),r=this._register(new vo.o(i));r.domNode.classList.add("quick-input-right-action-bar");const s=ii.R3(e,Zr(".quick-input-description")),a=ii.R3(e,Zr(".quick-input-header")),l=ii.R3(a,Zr("input.quick-input-check-all"));l.type="checkbox",this._register(ii.mu(l,ii.tw.CHANGE,(e=>{const t=l.checked;y.setAllVisibleChecked(t)}))),this._register(ii.nm(l,ii.tw.CLICK,(e=>{(e.x||e.y)&&h.setFocus()})));const c=ii.R3(a,Zr(".quick-input-description")),d=ii.R3(a,Zr(".quick-input-and-message")),u=ii.R3(d,Zr(".quick-input-filter")),h=this._register(new Ar(u));h.setAttribute("aria-describedby",`${this.idPrefix}message`);const g=ii.R3(u,Zr(".quick-input-visible-count"));g.setAttribute("aria-live","polite"),g.setAttribute("aria-atomic","true");const p=new gr.Z(g,{countFormat:(0,vi.NC)("vs/base/parts/quickinput/browser/quickInput",{key:"quickInput.visibleCount",comment:["This tells the user how many items are shown in a list of items to select from. The items can be anything. Currently not visible, but read by screen readers."]},"{0} Results")}),m=ii.R3(u,Zr(".quick-input-count"));m.setAttribute("aria-live","polite");const f=new gr.Z(m,{countFormat:(0,vi.NC)("vs/base/parts/quickinput/browser/quickInput",{key:"quickInput.countSelected",comment:["This tells the user how many items are selected in a list of items to select from. The items can be anything."]},"{0} Selected")}),_=ii.R3(a,Zr(".quick-input-action")),b=new hr(_);b.label=(0,vi.NC)("vs/base/parts/quickinput/browser/quickInput","ok","OK"),this._register(b.onDidClick((e=>{this.onDidAcceptEmitter.fire()})));const v=ii.R3(a,Zr(".quick-input-action")),C=new hr(v);C.label=(0,vi.NC)("vs/base/parts/quickinput/browser/quickInput","custom","Custom"),this._register(C.onDidClick((e=>{this.onDidCustomEmitter.fire()})));const w=ii.R3(d,Zr(`#${this.idPrefix}message.quick-input-message`)),y=this._register(new Kr(e,this.idPrefix+"list",this.options));this._register(y.onChangedAllVisibleChecked((e=>{l.checked=e}))),this._register(y.onChangedVisibleCount((e=>{p.setCount(e)}))),this._register(y.onChangedCheckedCount((e=>{f.setCount(e)}))),this._register(y.onLeave((()=>{setTimeout((()=>{h.setFocus(),this.controller instanceof Xr&&this.controller.canSelectMany&&y.clearFocus()}),0)}))),this._register(y.onDidChangeFocus((()=>{this.comboboxAccessibility&&this.getUI().inputBox.setAttribute("aria-activedescendant",this.getUI().list.getActiveDescendant()||"")})));const S=new yr(e);S.getContainer().classList.add("quick-input-progress");const x=ii.go(e);return this._register(x),this._register(ii.nm(e,ii.tw.FOCUS,(e=>{this.previousFocusElement=e.relatedTarget instanceof HTMLElement?e.relatedTarget:void 0}),!0)),this._register(x.onDidBlur((()=>{this.getUI().ignoreFocusOut||this.options.ignoreFocusOut()||this.hide(Dr.Jq.Blur),this.previousFocusElement=void 0}))),this._register(ii.nm(e,ii.tw.FOCUS,(e=>{h.setFocus()}))),this._register(ii.nm(e,ii.tw.KEY_DOWN,(t=>{const i=new Pi.y(t);switch(i.keyCode){case 3:ii.zB.stop(t,!0),this.onDidAcceptEmitter.fire();break;case 9:ii.zB.stop(t,!0),this.hide(Dr.Jq.Gesture);break;case 2:if(!i.altKey&&!i.ctrlKey&&!i.metaKey){const n=[".action-label.codicon"];e.classList.contains("show-checkboxes")?n.push("input"):n.push("input[type=text]"),this.getUI().list.isDisplayed()&&n.push(".monaco-list");const o=e.querySelectorAll(n.join(", "));i.shiftKey&&i.target===o[0]?(ii.zB.stop(t,!0),o[o.length-1].focus()):i.shiftKey||i.target!==o[o.length-1]||(ii.zB.stop(t,!0),o[0].focus())}}}))),this.ui={container:e,styleSheet:t,leftActionBar:n,titleBar:i,title:o,description1:s,description2:c,rightActionBar:r,checkAll:l,filterContainer:u,inputBox:h,visibleCountContainer:g,visibleCount:p,countContainer:m,count:f,okContainer:_,ok:b,message:w,customButtonContainer:v,customButton:C,list:y,progressBar:S,onDidAccept:this.onDidAcceptEmitter.event,onDidCustom:this.onDidCustomEmitter.event,onDidTriggerButton:this.onDidTriggerButtonEmitter.event,ignoreFocusOut:!1,keyMods:this.keyMods,isScreenReaderOptimized:()=>this.options.isScreenReaderOptimized(),show:e=>this.show(e),hide:()=>this.hide(),setVisibilities:e=>this.setVisibilities(e),setComboboxAccessibility:e=>this.setComboboxAccessibility(e),setEnabled:e=>this.setEnabled(e),setContextKey:e=>this.options.setContextKey(e)},this.updateStyles(),this.ui}pick(e,t={},i=H.T.None){return new Promise(((n,o)=>{let r=e=>{r=n,t.onKeyMods&&t.onKeyMods(s.keyMods),n(e)};if(i.isCancellationRequested)return void r(void 0);const s=this.createQuickPick();let a;const l=[s,s.onDidAccept((()=>{if(s.canSelectMany)r(s.selectedItems.slice()),s.hide();else{const e=s.activeItems[0];e&&(r(e),s.hide())}})),s.onDidChangeActive((e=>{const i=e[0];i&&t.onDidFocus&&t.onDidFocus(i)})),s.onDidChangeSelection((e=>{if(!s.canSelectMany){const t=e[0];t&&(r(t),s.hide())}})),s.onDidTriggerItemButton((e=>t.onDidTriggerItemButton&&t.onDidTriggerItemButton(Object.assign(Object.assign({},e),{removeItem:()=>{const t=s.items.indexOf(e.item);if(-1!==t){const e=s.items.slice(),i=e.splice(t,1),n=s.activeItems.filter((e=>e!==i[0])),o=s.keepScrollPosition;s.keepScrollPosition=!0,s.items=e,n&&(s.activeItems=n),s.keepScrollPosition=o}}})))),s.onDidChangeValue((e=>{!a||e||1===s.activeItems.length&&s.activeItems[0]===a||(s.activeItems=[a])})),i.onCancellationRequested((()=>{s.hide()})),s.onDidHide((()=>{(0,Se.B9)(l),r(void 0)}))];s.title=t.title,s.canSelectMany=!!t.canPickMany,s.placeholder=t.placeHolder,s.ignoreFocusOut=!!t.ignoreFocusLost,s.matchOnDescription=!!t.matchOnDescription,s.matchOnDetail=!!t.matchOnDetail,s.matchOnLabel=void 0===t.matchOnLabel||t.matchOnLabel,s.autoFocusOnList=void 0===t.autoFocusOnList||t.autoFocusOnList,s.quickNavigate=t.quickNavigate,s.contextKey=t.contextKey,s.busy=!0,Promise.all([e,t.activeItem]).then((([e,t])=>{a=t,s.busy=!1,s.items=e,s.canSelectMany&&(s.selectedItems=e.filter((e=>"separator"!==e.type&&e.picked))),a&&(s.activeItems=[a])})),s.show(),Promise.resolve(e).then(void 0,(e=>{o(e),s.hide()}))}))}createQuickPick(){const e=this.getUI();return new Xr(e)}show(e){const t=this.getUI();this.onShowEmitter.fire();const i=this.controller;this.controller=e,i&&i.didHide(),this.setEnabled(!0),t.leftActionBar.clear(),t.title.textContent="",t.description1.textContent="",t.description2.textContent="",t.rightActionBar.clear(),t.checkAll.checked=!1,t.inputBox.placeholder="",t.inputBox.password=!1,t.inputBox.showDecoration(bi.Z.Ignore),t.visibleCount.setCount(0),t.count.setCount(0),ii.mc(t.message),t.progressBar.stop(),t.list.setElements([]),t.list.matchOnDescription=!1,t.list.matchOnDetail=!1,t.list.matchOnLabel=!0,t.list.sortByLabel=!0,t.ignoreFocusOut=!1,this.setComboboxAccessibility(!1),t.inputBox.ariaLabel="";const n=this.options.backKeybindingLabel();Yr.tooltip=n?(0,vi.NC)("vs/base/parts/quickinput/browser/quickInput","quickInput.backWithKeybinding","Back ({0})",n):(0,vi.NC)("vs/base/parts/quickinput/browser/quickInput","quickInput.back","Back"),t.container.style.display="",this.updateLayout(),t.inputBox.setFocus()}setVisibilities(e){const t=this.getUI();t.title.style.display=e.title?"":"none",t.description1.style.display=e.description&&(e.inputBox||e.checkAll)?"":"none",t.description2.style.display=!e.description||e.inputBox||e.checkAll?"none":"",t.checkAll.style.display=e.checkAll?"":"none",t.filterContainer.style.display=e.inputBox?"":"none",t.visibleCountContainer.style.display=e.visibleCount?"":"none",t.countContainer.style.display=e.count?"":"none",t.okContainer.style.display=e.ok?"":"none",t.customButtonContainer.style.display=e.customButton?"":"none",t.message.style.display=e.message?"":"none",t.progressBar.getContainer().style.display=e.progressBar?"":"none",t.list.display(!!e.list),t.container.classList[e.checkBox?"add":"remove"]("show-checkboxes"),this.updateLayout()}setComboboxAccessibility(e){if(e!==this.comboboxAccessibility){const t=this.getUI();this.comboboxAccessibility=e,this.comboboxAccessibility?(t.inputBox.setAttribute("role","combobox"),t.inputBox.setAttribute("aria-haspopup","true"),t.inputBox.setAttribute("aria-autocomplete","list"),t.inputBox.setAttribute("aria-activedescendant",t.list.getActiveDescendant()||"")):(t.inputBox.removeAttribute("role"),t.inputBox.removeAttribute("aria-haspopup"),t.inputBox.removeAttribute("aria-autocomplete"),t.inputBox.removeAttribute("aria-activedescendant"))}}setEnabled(e){if(e!==this.enabled){this.enabled=e;for(const t of this.getUI().leftActionBar.viewItems)t.getAction().enabled=e;for(const t of this.getUI().rightActionBar.viewItems)t.getAction().enabled=e;this.getUI().checkAll.disabled=!e,this.getUI().ok.enabled=e,this.getUI().list.enabled=e}}hide(e){var t;const i=this.controller;if(i){const n=!(null===(t=this.ui)||void 0===t?void 0:t.container.contains(document.activeElement));if(this.controller=null,this.onHideEmitter.fire(),this.getUI().container.style.display="none",!n){let e=this.previousFocusElement;for(;e&&!e.offsetParent;)e=(0,Le.f6)(e.parentElement);(null==e?void 0:e.offsetParent)?(e.focus(),this.previousFocusElement=void 0):this.options.returnFocus()}i.didHide(e)}}layout(e,t){this.dimension=e,this.titleBarOffset=t,this.updateLayout()}updateLayout(){if(this.ui){this.ui.container.style.top=`${this.titleBarOffset}px`;const e=this.ui.container.style,t=Math.min(.62*this.dimension.width,Jr.MAX_WIDTH);e.width=t+"px",e.marginLeft="-"+t/2+"px",this.ui.inputBox.layout(),this.ui.list.layout(this.dimension&&.4*this.dimension.height)}}applyStyles(e){this.styles=e,this.updateStyles()}updateStyles(){if(this.ui){const{quickInputTitleBackground:e,quickInputBackground:t,quickInputForeground:i,contrastBorder:n,widgetShadow:o}=this.styles.widget;this.ui.titleBar.style.backgroundColor=e?e.toString():"",this.ui.container.style.backgroundColor=t?t.toString():"",this.ui.container.style.color=i?i.toString():"",this.ui.container.style.border=n?`1px solid ${n}`:"",this.ui.container.style.boxShadow=o?`0 0 8px 2px ${o}`:"",this.ui.inputBox.style(this.styles.inputBox),this.ui.count.style(this.styles.countBadge),this.ui.ok.style(this.styles.button),this.ui.customButton.style(this.styles.button),this.ui.progressBar.style(this.styles.progressBar),this.ui.list.style(this.styles.list);const r=[];this.styles.list.pickerGroupBorder&&r.push(`.quick-input-list .quick-input-list-entry { border-top-color: ${this.styles.list.pickerGroupBorder}; }`),this.styles.list.pickerGroupForeground&&r.push(`.quick-input-list .quick-input-list-separator { color: ${this.styles.list.pickerGroupForeground}; }`),(this.styles.keybindingLabel.keybindingLabelBackground||this.styles.keybindingLabel.keybindingLabelBorder||this.styles.keybindingLabel.keybindingLabelBottomBorder||this.styles.keybindingLabel.keybindingLabelShadow||this.styles.keybindingLabel.keybindingLabelForeground)&&(r.push(".quick-input-list .monaco-keybinding > .monaco-keybinding-key {"),this.styles.keybindingLabel.keybindingLabelBackground&&r.push(`background-color: ${this.styles.keybindingLabel.keybindingLabelBackground};`),this.styles.keybindingLabel.keybindingLabelBorder&&r.push(`border-color: ${this.styles.keybindingLabel.keybindingLabelBorder};`),this.styles.keybindingLabel.keybindingLabelBottomBorder&&r.push(`border-bottom-color: ${this.styles.keybindingLabel.keybindingLabelBottomBorder};`),this.styles.keybindingLabel.keybindingLabelShadow&&r.push(`box-shadow: inset 0 -1px 0 ${this.styles.keybindingLabel.keybindingLabelShadow};`),this.styles.keybindingLabel.keybindingLabelForeground&&r.push(`color: ${this.styles.keybindingLabel.keybindingLabelForeground};`),r.push("}"));const s=r.join("\n");s!==this.ui.styleSheet.textContent&&(this.ui.styleSheet.textContent=s)}}}Jr.MAX_WIDTH=600;var es=i(69128),ts=i(58143),is=i(34073),ns=i(22447),os=function(e,t){return function(i,n){t(i,n,e)}};let rs=class extends Se.JT{constructor(e,t){super(),this.quickInputService=e,this.instantiationService=t,this.registry=Hi.B.as(is.IP.Quickaccess),this.mapProviderToDescriptor=new Map,this.lastAcceptedPickerValues=new Map,this.visibleQuickAccess=void 0}show(e="",t){this.doShowOrPick(e,!1,t)}doShowOrPick(e,t,i){var n;const[o,r]=this.getOrInstantiateProvider(e),s=this.visibleQuickAccess,a=null==s?void 0:s.descriptor;if(s&&r&&a===r)return e===r.prefix||(null==i?void 0:i.preserveValue)||(s.picker.value=e),void this.adjustValueSelection(s.picker,r,i);if(r&&!(null==i?void 0:i.preserveValue)){let t;if(s&&a&&a!==r){const e=s.value.substr(a.prefix.length);e&&(t=`${r.prefix}${e}`)}if(!t){const e=null==o?void 0:o.defaultFilterValue;e===is.Ry.LAST?t=this.lastAcceptedPickerValues.get(r):"string"==typeof e&&(t=`${r.prefix}${e}`)}"string"==typeof t&&(e=t)}const l=new Se.SL,c=l.add(this.quickInputService.createQuickPick());let d;c.value=e,this.adjustValueSelection(c,r,i),c.placeholder=null==r?void 0:r.placeholder,c.quickNavigate=null==i?void 0:i.quickNavigateConfiguration,c.hideInput=!!c.quickNavigate&&!s,("number"==typeof(null==i?void 0:i.itemActivation)||(null==i?void 0:i.quickNavigateConfiguration))&&(c.itemActivation=null!==(n=null==i?void 0:i.itemActivation)&&void 0!==n?n:ns.jG.SECOND),c.contextKey=null==r?void 0:r.contextKey,c.filterValue=e=>e.substring(r?r.prefix.length:0),(null==r?void 0:r.placeholder)&&(c.ariaLabel=null==r?void 0:r.placeholder),t&&(d=new ye.CR,l.add((0,ts.I)(c.onWillAccept)((e=>{e.veto(),c.hide()})))),l.add(this.registerPickerListeners(c,o,r,e));const u=l.add(new H.A);return o&&l.add(o.provide(c,u.token)),(0,ts.I)(c.onDidHide)((()=>{0===c.selectedItems.length&&u.cancel(),l.dispose(),null==d||d.complete(c.selectedItems.slice(0))})),c.show(),t?null==d?void 0:d.p:void 0}adjustValueSelection(e,t,i){var n;let o;o=(null==i?void 0:i.preserveValue)?[e.value.length,e.value.length]:[null!==(n=null==t?void 0:t.prefix.length)&&void 0!==n?n:0,e.value.length],e.valueSelection=o}registerPickerListeners(e,t,i,n){const o=new Se.SL,r=this.visibleQuickAccess={picker:e,descriptor:i,value:n};return o.add((0,Se.OF)((()=>{r===this.visibleQuickAccess&&(this.visibleQuickAccess=void 0)}))),o.add(e.onDidChangeValue((e=>{const[i]=this.getOrInstantiateProvider(e);i!==t?this.show(e,{preserveValue:!0}):r.value=e}))),i&&o.add(e.onDidAccept((()=>{this.lastAcceptedPickerValues.set(i,e.value)}))),o}getOrInstantiateProvider(e){const t=this.registry.getQuickAccessProvider(e);if(!t)return[void 0,void 0];let i=this.mapProviderToDescriptor.get(t);return i||(i=this.instantiationService.createInstance(t.ctor),this.mapProviderToDescriptor.set(t,i)),[i,t]}};rs=function(e,t,i,n){var o,r=arguments.length,s=r<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,i):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,i,s):o(t,i))||s);return r>3&&s&&Object.defineProperty(t,i,s),s}([os(0,ns.eJ),os(1,hi.TG)],rs);var ss=function(e,t){return function(i,n){t(i,n,e)}};let as=class extends oi.bB{constructor(e,t,i,n,o){super(i),this.instantiationService=e,this.contextKeyService=t,this.accessibilityService=n,this.layoutService=o,this.contexts=new Map}get controller(){return this._controller||(this._controller=this._register(this.createController())),this._controller}get quickAccess(){return this._quickAccess||(this._quickAccess=this._register(this.instantiationService.createInstance(rs))),this._quickAccess}createController(e=this.layoutService,t){var i,n;const o={idPrefix:"quickInput_",container:e.container,ignoreFocusOut:()=>!1,isScreenReaderOptimized:()=>this.accessibilityService.isScreenReaderOptimized(),backKeybindingLabel:()=>{},setContextKey:e=>this.setContextKey(e),returnFocus:()=>e.focus(),createList:(e,t,i,n,o)=>this.instantiationService.createInstance(es.ev,e,t,i,n,o),styles:this.computeStyles()},r=this._register(new Jr(Object.assign(Object.assign({},o),t)));return r.layout(e.dimension,null!==(n=null===(i=e.offset)||void 0===i?void 0:i.top)&&void 0!==n?n:0),this._register(e.onDidLayout((t=>{var i,n;return r.layout(t,null!==(n=null===(i=e.offset)||void 0===i?void 0:i.top)&&void 0!==n?n:0)}))),this._register(r.onShow((()=>this.resetContextKeys()))),this._register(r.onHide((()=>this.resetContextKeys()))),r}setContextKey(e){let t;e&&(t=this.contexts.get(e),t||(t=new li.uy(e,!1).bindTo(this.contextKeyService),this.contexts.set(e,t))),t&&t.get()||(this.resetContextKeys(),t&&t.set(!0))}resetContextKeys(){this.contexts.forEach((e=>{e.get()&&e.reset()}))}pick(e,t={},i=H.T.None){return this.controller.pick(e,t,i)}createQuickPick(){return this.controller.createQuickPick()}updateStyles(){this.controller.applyStyles(this.computeStyles())}computeStyles(){return{widget:Object.assign({},(0,Oo.o)(this.theme,{quickInputBackground:Qo.zKr,quickInputForeground:Qo.tZ6,quickInputTitleBackground:Qo.loF,contrastBorder:Qo.lRK,widgetShadow:Qo.rh})),inputBox:(0,Oo.o)(this.theme,{inputForeground:Qo.zJb,inputBackground:Qo.sEe,inputBorder:Qo.dt_,inputValidationInfoBackground:Qo._lC,inputValidationInfoForeground:Qo.YI3,inputValidationInfoBorder:Qo.EPQ,inputValidationWarningBackground:Qo.RV_,inputValidationWarningForeground:Qo.SUG,inputValidationWarningBorder:Qo.C3g,inputValidationErrorBackground:Qo.paE,inputValidationErrorForeground:Qo._t9,inputValidationErrorBorder:Qo.OZR}),countBadge:(0,Oo.o)(this.theme,{badgeBackground:Qo.g8u,badgeForeground:Qo.qeD,badgeBorder:Qo.lRK}),button:(0,Oo.o)(this.theme,{buttonForeground:Qo.j5u,buttonBackground:Qo.b7$,buttonHoverBackground:Qo.GO4,buttonBorder:Qo.lRK}),progressBar:(0,Oo.o)(this.theme,{progressBarBackground:Qo.zRJ}),keybindingLabel:(0,Oo.o)(this.theme,{keybindingLabelBackground:Qo.oQ$,keybindingLabelForeground:Qo.lWp,keybindingLabelBorder:Qo.AWI,keybindingLabelBottomBorder:Qo.K19,keybindingLabelShadow:Qo.rh}),list:(0,Oo.o)(this.theme,{listBackground:Qo.zKr,listInactiveFocusForeground:Qo.NPS,listInactiveSelectionIconForeground:Qo.cbQ,listInactiveFocusBackground:Qo.Vqd,listFocusOutline:Qo.xL1,listInactiveFocusOutline:Qo.xL1,pickerGroupBorder:Qo.opG,pickerGroupForeground:Qo.kJk})}}};as=function(e,t,i,n){var o,r=arguments.length,s=r<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,i):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,i,s):o(t,i))||s);return r>3&&s&&Object.defineProperty(t,i,s),s}([ss(0,hi.TG),ss(1,li.i6),ss(2,oi.XE),ss(3,sr.F),ss(4,gi)],as);var ls=function(e,t,i,n){var o,r=arguments.length,s=r<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,i):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,i,s):o(t,i))||s);return r>3&&s&&Object.defineProperty(t,i,s),s},cs=function(e,t){return function(i,n){t(i,n,e)}};let ds=class extends as{constructor(e,t,i,n,o,r){super(t,i,n,o,new _i(e.getContainerDomNode(),r)),this.host=void 0;const s=hs.get(e);if(s){const t=s.widget;this.host={_serviceBrand:void 0,get hasContainer(){return!0},get container(){return t.getDomNode()},get dimension(){return e.getLayoutInfo()},get onDidLayout(){return e.onDidLayoutChange},focus:()=>e.focus()}}else this.host=void 0}createController(){return super.createController(this.host)}};ds=ls([cs(1,hi.TG),cs(2,li.i6),cs(3,oi.XE),cs(4,sr.F),cs(5,ge.$)],ds);let us=class{constructor(e,t){this.instantiationService=e,this.codeEditorService=t,this.mapEditorToService=new Map}get activeService(){const e=this.codeEditorService.getFocusedCodeEditor();if(!e)throw new Error("Quick input service needs a focused editor to work.");let t=this.mapEditorToService.get(e);if(!t){const i=t=this.instantiationService.createInstance(ds,e);this.mapEditorToService.set(e,t),(0,ts.I)(e.onDidDispose)((()=>{i.dispose(),this.mapEditorToService.delete(e)}))}return t}get quickAccess(){return this.activeService.quickAccess}pick(e,t={},i=H.T.None){return this.activeService.pick(e,t,i)}createQuickPick(){return this.activeService.createQuickPick()}};us=ls([cs(0,hi.TG),cs(1,ge.$)],us);class hs{constructor(e){this.editor=e,this.widget=new gs(this.editor)}static get(e){return e.getContribution(hs.ID)}dispose(){this.widget.dispose()}}hs.ID="editor.controller.quickInput";class gs{constructor(e){this.codeEditor=e,this.domNode=document.createElement("div"),this.codeEditor.addOverlayWidget(this)}getId(){return gs.ID}getDomNode(){return this.domNode}getPosition(){return{preference:2}}dispose(){this.codeEditor.removeOverlayWidget(this)}}gs.ID="editor.contrib.quickInputWidget",(0,rr._K)(hs.ID,hs);class ps{constructor(e,t,i,n,o){this._parsedThemeRuleBrand=void 0,this.token=e,this.index=t,this.fontStyle=i,this.foreground=n,this.background=o}}const ms=/^#?([0-9A-Fa-f]{6})([0-9A-Fa-f]{2})?$/;class fs{constructor(){this._lastColorId=0,this._id2color=[],this._color2id=new Map}getId(e){if(null===e)return 0;const t=e.match(ms);if(!t)throw new Error("Illegal value for token color: "+e);e=t[1].toUpperCase();let i=this._color2id.get(e);return i||(i=++this._lastColorId,this._color2id.set(e,i),this._id2color[i]=lr.Il.fromHex("#"+e),i)}getColorMap(){return this._id2color.slice(0)}}class _s{constructor(e,t){this._colorMap=e,this._root=t,this._cache=new Map}static createFromRawTokenTheme(e,t){return this.createFromParsedTokenTheme(function(e){if(!e||!Array.isArray(e))return[];const t=[];let i=0;for(let n=0,o=e.length;n{const i=function(e,t){return et?1:0}(e.token,t.token);return 0!==i?i:e.index-t.index}));let i=0,n="000000",o="ffffff";for(;e.length>=1&&""===e[0].token;){const t=e.shift();-1!==t.fontStyle&&(i=t.fontStyle),null!==t.foreground&&(n=t.foreground),null!==t.background&&(o=t.background)}const r=new fs;for(let e of t)r.getId(e);const s=r.getId(n),a=r.getId(o),l=new vs(i,s,a),c=new Cs(l);for(let t=0,i=e.length;t>>0,this._cache.set(t,i)}return(i|e<<0)>>>0}}const bs=/\b(comment|string|regex|regexp)\b/;class vs{constructor(e,t,i){this._themeTrieElementRuleBrand=void 0,this._fontStyle=e,this._foreground=t,this._background=i,this.metadata=(this._fontStyle<<10|this._foreground<<14|this._background<<23)>>>0}clone(){return new vs(this._fontStyle,this._foreground,this._background)}acceptOverwrite(e,t,i){-1!==e&&(this._fontStyle=e),0!==t&&(this._foreground=t),0!==i&&(this._background=i),this.metadata=(this._fontStyle<<10|this._foreground<<14|this._background<<23)>>>0}}class Cs{constructor(e){this._themeTrieElementBrand=void 0,this._mainRule=e,this._children=new Map}match(e){if(""===e)return this._mainRule;const t=e.indexOf(".");let i,n;-1===t?(i=e,n=""):(i=e.substring(0,t),n=e.substring(t+1));const o=this._children.get(i);return void 0!==o?o.match(n):this._mainRule}insert(e,t,i,n){if(""===e)return void this._mainRule.acceptOverwrite(t,i,n);const o=e.indexOf(".");let r,s;-1===o?(r=e,s=""):(r=e.substring(0,o),s=e.substring(o+1));let a=this._children.get(r);void 0===a&&(a=new Cs(this._mainRule.clone()),this._children.set(r,a)),a.insert(s,t,i,n)}}const ws={base:"vs",inherit:!1,rules:[{token:"",foreground:"000000",background:"fffffe"},{token:"invalid",foreground:"cd3131"},{token:"emphasis",fontStyle:"italic"},{token:"strong",fontStyle:"bold"},{token:"variable",foreground:"001188"},{token:"variable.predefined",foreground:"4864AA"},{token:"constant",foreground:"dd0000"},{token:"comment",foreground:"008000"},{token:"number",foreground:"098658"},{token:"number.hex",foreground:"3030c0"},{token:"regexp",foreground:"800000"},{token:"annotation",foreground:"808080"},{token:"type",foreground:"008080"},{token:"delimiter",foreground:"000000"},{token:"delimiter.html",foreground:"383838"},{token:"delimiter.xml",foreground:"0000FF"},{token:"tag",foreground:"800000"},{token:"tag.id.pug",foreground:"4F76AC"},{token:"tag.class.pug",foreground:"4F76AC"},{token:"meta.scss",foreground:"800000"},{token:"metatag",foreground:"e00000"},{token:"metatag.content.html",foreground:"FF0000"},{token:"metatag.html",foreground:"808080"},{token:"metatag.xml",foreground:"808080"},{token:"metatag.php",fontStyle:"bold"},{token:"key",foreground:"863B00"},{token:"string.key.json",foreground:"A31515"},{token:"string.value.json",foreground:"0451A5"},{token:"attribute.name",foreground:"FF0000"},{token:"attribute.value",foreground:"0451A5"},{token:"attribute.value.number",foreground:"098658"},{token:"attribute.value.unit",foreground:"098658"},{token:"attribute.value.html",foreground:"0000FF"},{token:"attribute.value.xml",foreground:"0000FF"},{token:"string",foreground:"A31515"},{token:"string.html",foreground:"0000FF"},{token:"string.sql",foreground:"FF0000"},{token:"string.yaml",foreground:"0451A5"},{token:"keyword",foreground:"0000FF"},{token:"keyword.json",foreground:"0451A5"},{token:"keyword.flow",foreground:"AF00DB"},{token:"keyword.flow.scss",foreground:"0000FF"},{token:"operator.scss",foreground:"666666"},{token:"operator.sql",foreground:"778899"},{token:"operator.swift",foreground:"666666"},{token:"predefined.sql",foreground:"C700C7"}],colors:{[Qo.cvW]:"#FFFFFE",[Qo.NOs]:"#000000",[Qo.ES4]:"#E5EBF1",[Yo.tR]:"#D3D3D3",[Yo.Ym]:"#939393",[Qo.Rzx]:"#ADD6FF4D"}},ys={base:"vs-dark",inherit:!1,rules:[{token:"",foreground:"D4D4D4",background:"1E1E1E"},{token:"invalid",foreground:"f44747"},{token:"emphasis",fontStyle:"italic"},{token:"strong",fontStyle:"bold"},{token:"variable",foreground:"74B0DF"},{token:"variable.predefined",foreground:"4864AA"},{token:"variable.parameter",foreground:"9CDCFE"},{token:"constant",foreground:"569CD6"},{token:"comment",foreground:"608B4E"},{token:"number",foreground:"B5CEA8"},{token:"number.hex",foreground:"5BB498"},{token:"regexp",foreground:"B46695"},{token:"annotation",foreground:"cc6666"},{token:"type",foreground:"3DC9B0"},{token:"delimiter",foreground:"DCDCDC"},{token:"delimiter.html",foreground:"808080"},{token:"delimiter.xml",foreground:"808080"},{token:"tag",foreground:"569CD6"},{token:"tag.id.pug",foreground:"4F76AC"},{token:"tag.class.pug",foreground:"4F76AC"},{token:"meta.scss",foreground:"A79873"},{token:"meta.tag",foreground:"CE9178"},{token:"metatag",foreground:"DD6A6F"},{token:"metatag.content.html",foreground:"9CDCFE"},{token:"metatag.html",foreground:"569CD6"},{token:"metatag.xml",foreground:"569CD6"},{token:"metatag.php",fontStyle:"bold"},{token:"key",foreground:"9CDCFE"},{token:"string.key.json",foreground:"9CDCFE"},{token:"string.value.json",foreground:"CE9178"},{token:"attribute.name",foreground:"9CDCFE"},{token:"attribute.value",foreground:"CE9178"},{token:"attribute.value.number.css",foreground:"B5CEA8"},{token:"attribute.value.unit.css",foreground:"B5CEA8"},{token:"attribute.value.hex.css",foreground:"D4D4D4"},{token:"string",foreground:"CE9178"},{token:"string.sql",foreground:"FF0000"},{token:"keyword",foreground:"569CD6"},{token:"keyword.flow",foreground:"C586C0"},{token:"keyword.json",foreground:"CE9178"},{token:"keyword.flow.scss",foreground:"569CD6"},{token:"operator.scss",foreground:"909090"},{token:"operator.sql",foreground:"778899"},{token:"operator.swift",foreground:"909090"},{token:"predefined.sql",foreground:"FF00FF"}],colors:{[Qo.cvW]:"#1E1E1E",[Qo.NOs]:"#D4D4D4",[Qo.ES4]:"#3A3D41",[Yo.tR]:"#404040",[Yo.Ym]:"#707070",[Qo.Rzx]:"#ADD6FF26"}},Ss={base:"hc-black",inherit:!1,rules:[{token:"",foreground:"FFFFFF",background:"000000"},{token:"invalid",foreground:"f44747"},{token:"emphasis",fontStyle:"italic"},{token:"strong",fontStyle:"bold"},{token:"variable",foreground:"1AEBFF"},{token:"variable.parameter",foreground:"9CDCFE"},{token:"constant",foreground:"569CD6"},{token:"comment",foreground:"608B4E"},{token:"number",foreground:"FFFFFF"},{token:"regexp",foreground:"C0C0C0"},{token:"annotation",foreground:"569CD6"},{token:"type",foreground:"3DC9B0"},{token:"delimiter",foreground:"FFFF00"},{token:"delimiter.html",foreground:"FFFF00"},{token:"tag",foreground:"569CD6"},{token:"tag.id.pug",foreground:"4F76AC"},{token:"tag.class.pug",foreground:"4F76AC"},{token:"meta",foreground:"D4D4D4"},{token:"meta.tag",foreground:"CE9178"},{token:"metatag",foreground:"569CD6"},{token:"metatag.content.html",foreground:"1AEBFF"},{token:"metatag.html",foreground:"569CD6"},{token:"metatag.xml",foreground:"569CD6"},{token:"metatag.php",fontStyle:"bold"},{token:"key",foreground:"9CDCFE"},{token:"string.key",foreground:"9CDCFE"},{token:"string.value",foreground:"CE9178"},{token:"attribute.name",foreground:"569CD6"},{token:"attribute.value",foreground:"3FF23F"},{token:"string",foreground:"CE9178"},{token:"string.sql",foreground:"FF0000"},{token:"keyword",foreground:"569CD6"},{token:"keyword.flow",foreground:"C586C0"},{token:"operator.sql",foreground:"778899"},{token:"operator.swift",foreground:"909090"},{token:"predefined.sql",foreground:"FF00FF"}],colors:{[Qo.cvW]:"#000000",[Qo.NOs]:"#FFFFFF",[Yo.tR]:"#FFFFFF",[Yo.Ym]:"#FFFFFF"}};var xs=i(14540),ks=i(26181);class Ls{getIcon(e){const t=(0,ks.Ks)();let i=e.defaults;for(;oi.kS.isThemeIcon(i);){const e=t.getIcon(i.id);if(!e)return;i=e.defaults}return i}}const Es="vs",Ns="vs-dark",Ds="hc-black",Is=Hi.B.as(Qo.IPX.ColorContribution),Ts=Hi.B.as(oi.IP.ThemingContribution);class As{constructor(e,t){this.semanticHighlighting=!1,this.themeData=t;const i=t.base;e.length>0?(Rs(e)?this.id=e:this.id=i+" "+e,this.themeName=e):(this.id=i,this.themeName=i),this.colors=null,this.defaultColors=Object.create(null),this._tokenTheme=null}get base(){return this.themeData.base}notifyBaseUpdated(){this.themeData.inherit&&(this.colors=null,this._tokenTheme=null)}getColors(){if(!this.colors){const e=new Map;for(let t in this.themeData.colors)e.set(t,lr.Il.fromHex(this.themeData.colors[t]));if(this.themeData.inherit){const t=Ms(this.themeData.base);for(let i in t.colors)e.has(i)||e.set(i,lr.Il.fromHex(t.colors[i]))}this.colors=e}return this.colors}getColor(e,t){return this.getColors().get(e)||(!1!==t?this.getDefault(e):void 0)}getDefault(e){let t=this.defaultColors[e];return t||(t=Is.resolveDefaultColor(e,this),this.defaultColors[e]=t,t)}defines(e){return Object.prototype.hasOwnProperty.call(this.getColors(),e)}get type(){switch(this.base){case Es:return xs.e.LIGHT;case Ds:return xs.e.HIGH_CONTRAST;default:return xs.e.DARK}}get tokenTheme(){if(!this._tokenTheme){let e=[],t=[];if(this.themeData.inherit){const i=Ms(this.themeData.base);e=i.rules,i.encodedTokensColors&&(t=i.encodedTokensColors)}const i=this.themeData.colors["editor.foreground"],n=this.themeData.colors["editor.background"];if(i||n){const t={token:""};i&&(t.foreground=i),n&&(t.background=n),e.push(t)}e=e.concat(this.themeData.rules),this.themeData.encodedTokensColors&&(t=this.themeData.encodedTokensColors),this._tokenTheme=_s.createFromRawTokenTheme(e,t)}return this._tokenTheme}getTokenStyleMetadata(e,t,i){const n=this.tokenTheme._match([e].concat(t).join(".")).metadata,o=G.NX.getForeground(n),r=G.NX.getFontStyle(n);return{foreground:o,italic:Boolean(1&r),bold:Boolean(2&r),underline:Boolean(4&r),strikethrough:Boolean(8&r)}}}function Rs(e){return e===Es||e===Ns||e===Ds}function Ms(e){switch(e){case Es:return ws;case Ns:return ys;case Ds:return Ss}}function Os(e){const t=Ms(e);return new As(e,t)}class Ps extends Se.JT{constructor(){super(),this._onColorThemeChange=this._register(new z.Q5),this.onDidColorThemeChange=this._onColorThemeChange.event,this._onProductIconThemeChange=this._register(new z.Q5),this.onDidProductIconThemeChange=this._onProductIconThemeChange.event,this._environment=Object.create(null),this._builtInProductIconTheme=new Ls,this._autoDetectHighContrast=!0,this._knownThemes=new Map,this._knownThemes.set(Es,Os(Es)),this._knownThemes.set(Ns,Os(Ns)),this._knownThemes.set(Ds,Os(Ds));const e=function(e){const t=new z.Q5,i=(0,ks.Ks)();return i.onDidChange((()=>t.fire())),null==e||e.onDidProductIconThemeChange((()=>t.fire())),{onDidChange:t.event,getCSS(){const t=e?e.getProductIconTheme():new Ls,n={},o=e=>{const i=t.getIcon(e);if(!i)return;const o=i.font;return o?(n[o.id]=o.definition,`.codicon-${e.id}:before { content: '${i.fontCharacter}'; font-family: ${(0,ii._h)(o.id)}; }`):`.codicon-${e.id}:before { content: '${i.fontCharacter}'; }`},r=[];for(let e of i.getIcons()){const t=o(e);t&&r.push(t)}for(let e in n){const t=n[e],i=t.weight?`font-weight: ${t.weight};`:"",o=t.style?`font-style: ${t.style};`:"",s=t.src.map((e=>`${(0,ii.wY)(e.location)} format('${e.format}')`)).join(", ");r.push(`@font-face { src: ${s}; font-family: ${(0,ii._h)(e)};${i}${o} font-display: block; }`)}return r.join("\n")}}}(this);this._codiconCSS=e.getCSS(),this._themeCSS="",this._allCSS=`${this._codiconCSS}\n${this._themeCSS}`,this._globalStyleElement=null,this._styleElements=[],this._colorMapOverride=null,this.setTheme(Es),e.onDidChange((()=>{this._codiconCSS=e.getCSS(),this._updateCSS()})),ii.uB("(forced-colors: active)",(()=>{this._updateActualTheme()}))}registerEditorContainer(e){return ii.OO(e)?this._registerShadowDomContainer(e):this._registerRegularEditorContainer()}_registerRegularEditorContainer(){return this._globalStyleElement||(this._globalStyleElement=ii.dS(),this._globalStyleElement.className="monaco-colors",this._globalStyleElement.textContent=this._allCSS,this._styleElements.push(this._globalStyleElement)),Se.JT.None}_registerShadowDomContainer(e){const t=ii.dS(e);return t.className="monaco-colors",t.textContent=this._allCSS,this._styleElements.push(t),{dispose:()=>{for(let e=0;e{t.base===e&&t.notifyBaseUpdated()})),this._theme.themeName===e&&this.setTheme(e)}getColorTheme(){return this._theme}setColorMapOverride(e){this._colorMapOverride=e,this._updateThemeOrColorMap()}setTheme(e){let t;t=this._knownThemes.has(e)?this._knownThemes.get(e):this._knownThemes.get(Es),this._desiredTheme=t,this._updateActualTheme()}_updateActualTheme(){const e=this._autoDetectHighContrast&&window.matchMedia("(forced-colors: active)").matches?this._knownThemes.get(Ds):this._desiredTheme;this._theme!==e&&(this._theme=e,this._updateThemeOrColorMap())}setAutoDetectHighContrast(e){this._autoDetectHighContrast=e,this._updateActualTheme()}_updateThemeOrColorMap(){const e=[],t={},i={addRule:i=>{t[i]||(e.push(i),t[i]=!0)}};Ts.getThemingParticipants().forEach((e=>e(this._theme,i,this._environment)));const n=[];for(const e of Is.getColors()){const t=this._theme.getColor(e.id,!0);t&&n.push(`${(0,Qo.QO2)(e.id)}: ${t.toString()};`)}i.addRule(`.monaco-editor { ${n.join("\n")} }`);const o=this._colorMapOverride||this._theme.tokenTheme.getColorMap();i.addRule(function(e){const t=[];for(let i=1,n=e.length;ie.textContent=this._allCSS))}getFileIconTheme(){return{hasFileIcons:!1,hasFolderIcons:!1,hidesExplorerArrows:!1}}getProductIconTheme(){return this._builtInProductIconTheme}}var Fs=i(52093),Bs=function(e,t){return function(i,n){t(i,n,e)}};let Ws=class extends Se.JT{constructor(e,t){super(),this._contextKeyService=e,this._configurationService=t,this._accessibilitySupport=0,this._onDidChangeScreenReaderOptimized=new z.Q5,this._accessibilityModeEnabledContext=sr.U.bindTo(this._contextKeyService);const i=()=>this._accessibilityModeEnabledContext.set(this.isScreenReaderOptimized());this._register(this._configurationService.onDidChangeConfiguration((e=>{e.affectsConfiguration("editor.accessibilitySupport")&&(i(),this._onDidChangeScreenReaderOptimized.fire())}))),i(),this.onDidChangeScreenReaderOptimized((()=>i()))}get onDidChangeScreenReaderOptimized(){return this._onDidChangeScreenReaderOptimized.event}isScreenReaderOptimized(){const e=this._configurationService.getValue("editor.accessibilitySupport");return"on"===e||"auto"===e&&2===this._accessibilitySupport}getAccessibilitySupport(){return this._accessibilitySupport}};Ws=function(e,t,i,n){var o,r=arguments.length,s=r<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,i):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,i,s):o(t,i))||s);return r>3&&s&&Object.defineProperty(t,i,s),s}([Bs(0,li.i6),Bs(1,Yi.Ui)],Ws);var Vs=i(3337),Hs=function(e,t,i,n){var o,r=arguments.length,s=r<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,i):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,i,s):o(t,i))||s);return r>3&&s&&Object.defineProperty(t,i,s),s},zs=function(e,t){return function(i,n){t(i,n,e)}};let $s=class{constructor(e){this._commandService=e}createMenu(e,t,i){return new Us(e,Object.assign({emitEventsForSubmenuChanges:!1,eventDebounceDelay:50},i),this._commandService,t,this)}};$s=Hs([zs(0,Zi.Hy)],$s);let Us=class e{constructor(e,t,i,n,o){this._id=e,this._options=t,this._commandService=i,this._contextKeyService=n,this._menuService=o,this._disposables=new Se.SL,this._menuGroups=[],this._contextKeys=new Set,this._build();const r=new ye.pY((()=>{this._build(),this._onDidChange.fire(this)}),t.eventDebounceDelay);this._disposables.add(r),this._disposables.add(Vs.BH.onDidChangeMenu((t=>{t.has(e)&&r.schedule()})));const s=this._disposables.add(new Se.SL);this._onDidChange=new z.Q5({onFirstListenerAdd:()=>{const e=new ye.pY((()=>this._onDidChange.fire(this)),t.eventDebounceDelay);s.add(e),s.add(n.onDidChangeContext((t=>{t.affectsSome(this._contextKeys)&&e.schedule()})))},onLastListenerRemove:s.clear.bind(s)}),this.onDidChange=this._onDidChange.event}dispose(){this._disposables.dispose(),this._onDidChange.dispose()}_build(){this._menuGroups.length=0,this._contextKeys.clear();const t=Vs.BH.getMenuItems(this._id);let i;t.sort(e._compareMenuItems);for(const e of t){const t=e.group||"";i&&i[0]===t||(i=[t,[]],this._menuGroups.push(i)),i[1].push(e),this._collectContextKeys(e)}}_collectContextKeys(t){if(e._fillInKbExprKeys(t.when,this._contextKeys),(0,Vs.vr)(t)){if(t.command.precondition&&e._fillInKbExprKeys(t.command.precondition,this._contextKeys),t.command.toggled){const i=t.command.toggled.condition||t.command.toggled;e._fillInKbExprKeys(i,this._contextKeys)}}else this._options.emitEventsForSubmenuChanges&&Vs.BH.getMenuItems(t.submenu).forEach(this._collectContextKeys,this)}getActions(e){const t=[];for(let i of this._menuGroups){const[n,o]=i,r=[];for(const t of o)if(this._contextKeyService.contextMatchesRules(t.when)){const i=(0,Vs.vr)(t)?new Vs.U8(t.command,t.alt,e,this._contextKeyService,this._commandService):new Vs.NZ(t,this._menuService,this._contextKeyService,e);r.push(i)}r.length>0&&t.push([n,r])}return t}static _fillInKbExprKeys(e,t){if(e)for(let i of e.keys())t.add(i)}static _compareMenuItems(t,i){let n=t.group,o=i.group;if(n!==o){if(!n)return 1;if(!o)return-1;if("navigation"===n)return-1;if("navigation"===o)return 1;let e=n.localeCompare(o);if(0!==e)return e}let r=t.order||0,s=i.order||0;return rs?1:e._compareTitles((0,Vs.vr)(t)?t.command.title:t.title,(0,Vs.vr)(i)?i.command.title:i.title)}static _compareTitles(e,t){const i="string"==typeof e?e:e.original,n="string"==typeof t?t:t.original;return i.localeCompare(n)}};Us=Hs([zs(2,Zi.Hy),zs(3,li.i6),zs(4,Vs.co)],Us);var js=function(e,t){return function(i,n){t(i,n,e)}},Ks=function(e,t,i,n){return new(i||(i=Promise))((function(o,r){function s(e){try{l(n.next(e))}catch(e){r(e)}}function a(e){try{l(n.throw(e))}catch(e){r(e)}}function l(e){var t;e.done?o(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(s,a)}l((n=n.apply(e,t||[])).next())}))};let qs=class extends Se.JT{constructor(e,t){super(),this.layoutService=e,this.logService=t,this.mapTextToType=new Map,this.findText="",(_o.isSafari||_o.isWebkitWebView)&&this.installWebKitWriteTextWorkaround()}installWebKitWriteTextWorkaround(){const e=()=>{const e=new ye.CR;this.webKitPendingClipboardWritePromise&&!this.webKitPendingClipboardWritePromise.isSettled&&this.webKitPendingClipboardWritePromise.cancel(),this.webKitPendingClipboardWritePromise=e,navigator.clipboard.write([new ClipboardItem({"text/plain":e.p})]).catch((t=>Ks(this,void 0,void 0,(function*(){t instanceof Error&&"NotAllowedError"===t.name&&e.isRejected||this.logService.error(t)}))))};this.layoutService.hasContainer&&(this._register((0,ii.nm)(this.layoutService.container,"click",e)),this._register((0,ii.nm)(this.layoutService.container,"keydown",e)))}writeText(e,t){return Ks(this,void 0,void 0,(function*(){if(t)return void this.mapTextToType.set(t,e);if(this.webKitPendingClipboardWritePromise)return this.webKitPendingClipboardWritePromise.complete(e);try{return yield navigator.clipboard.writeText(e)}catch(e){console.error(e)}const i=document.activeElement,n=document.body.appendChild((0,ii.$)("textarea",{"aria-hidden":!0}));n.style.height="1px",n.style.width="1px",n.style.position="absolute",n.value=e,n.focus(),n.select(),document.execCommand("copy"),i instanceof HTMLElement&&i.focus(),document.body.removeChild(n)}))}readText(e){return Ks(this,void 0,void 0,(function*(){if(e)return this.mapTextToType.get(e)||"";try{return yield navigator.clipboard.readText()}catch(e){return console.error(e),""}}))}readFindText(){return Ks(this,void 0,void 0,(function*(){return this.findText}))}writeFindText(e){return Ks(this,void 0,void 0,(function*(){this.findText=e}))}};qs=function(e,t,i,n){var o,r=arguments.length,s=r<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,i):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,i,s):o(t,i))||s);return r>3&&s&&Object.defineProperty(t,i,s),s}([js(0,gi),js(1,pt.VZ)],qs);var Gs=i(22837),Zs=i(44780);const Ys="data-keybinding-context";class Qs{constructor(e,t){this._id=e,this._parent=t,this._value=Object.create(null),this._value._contextId=e}setValue(e,t){return this._value[e]!==t&&(this._value[e]=t,!0)}removeValue(e){return e in this._value&&(delete this._value[e],!0)}getValue(e){const t=this._value[e];return void 0===t&&this._parent?this._parent.getValue(e):t}}class Xs extends Qs{constructor(){super(-1,null)}setValue(e,t){return!1}removeValue(e){return!1}getValue(e){}}Xs.INSTANCE=new Xs;class Js extends Qs{constructor(e,t,i){super(e,null),this._configurationService=t,this._values=Qi.Id.forConfigKeys(),this._listener=this._configurationService.onDidChangeConfiguration((e=>{if(6===e.source){const e=Array.from(Zs.$.map(this._values,(([e])=>e)));this._values.clear(),i.fire(new ia(e))}else{const t=[];for(const i of e.affectedKeys){const e=`config.${i}`,n=this._values.findSuperstr(e);void 0!==n&&(t.push(...Zs.$.map(n,(([e])=>e))),this._values.deleteSuperstr(e)),this._values.has(e)&&(t.push(e),this._values.delete(e))}i.fire(new ia(t))}}))}dispose(){this._listener.dispose()}getValue(e){if(0!==e.indexOf(Js._keyPrefix))return super.getValue(e);if(this._values.has(e))return this._values.get(e);const t=e.substr(Js._keyPrefix.length),i=this._configurationService.getValue(t);let n;switch(typeof i){case"number":case"boolean":case"string":n=i;break;default:n=Array.isArray(i)?JSON.stringify(i):i}return this._values.set(e,n),n}setValue(e,t){return super.setValue(e,t)}removeValue(e){return super.removeValue(e)}}Js._keyPrefix="config.";class ea{constructor(e,t,i){this._service=e,this._key=t,this._defaultValue=i,this.reset()}set(e){this._service.setContext(this._key,e)}reset(){void 0===this._defaultValue?this._service.removeContext(this._key):this._service.setContext(this._key,this._defaultValue)}get(){return this._service.getContextKeyValue(this._key)}}class ta{constructor(e){this.key=e}affectsSome(e){return e.has(this.key)}}class ia{constructor(e){this.keys=e}affectsSome(e){for(const t of this.keys)if(e.has(t))return!0;return!1}}class na{constructor(e){this.events=e}affectsSome(e){for(const t of this.events)if(t.affectsSome(e))return!0;return!1}}class oa{constructor(e){this._onDidChangeContext=new z.K3({merge:e=>new na(e)}),this.onDidChangeContext=this._onDidChangeContext.event,this._isDisposed=!1,this._myContextId=e}createKey(e,t){if(this._isDisposed)throw new Error("AbstractContextKeyService has been disposed");return new ea(this,e,t)}bufferChangeEvents(e){this._onDidChangeContext.pause();try{e()}finally{this._onDidChangeContext.resume()}}createScoped(e){if(this._isDisposed)throw new Error("AbstractContextKeyService has been disposed");return new sa(this,e)}contextMatchesRules(e){if(this._isDisposed)throw new Error("AbstractContextKeyService has been disposed");const t=this.getContextValuesContainer(this._myContextId);return!e||e.evaluate(t)}getContextKeyValue(e){if(!this._isDisposed)return this.getContextValuesContainer(this._myContextId).getValue(e)}setContext(e,t){if(this._isDisposed)return;const i=this.getContextValuesContainer(this._myContextId);i&&i.setValue(e,t)&&this._onDidChangeContext.fire(new ta(e))}removeContext(e){this._isDisposed||this.getContextValuesContainer(this._myContextId).removeValue(e)&&this._onDidChangeContext.fire(new ta(e))}getContext(e){return this._isDisposed?Xs.INSTANCE:this.getContextValuesContainer(function(e){for(;e;){if(e.hasAttribute(Ys)){const t=e.getAttribute(Ys);return t?parseInt(t,10):NaN}e=e.parentElement}return 0}(e))}}let ra=class extends oa{constructor(e){super(0),this._contexts=new Map,this._toDispose=new Se.SL,this._lastContextId=0;const t=new Js(this._myContextId,e,this._onDidChangeContext);this._contexts.set(this._myContextId,t),this._toDispose.add(t)}dispose(){this._onDidChangeContext.dispose(),this._isDisposed=!0,this._toDispose.dispose()}getContextValuesContainer(e){return this._isDisposed?Xs.INSTANCE:this._contexts.get(e)||Xs.INSTANCE}createChildContext(e=this._myContextId){if(this._isDisposed)throw new Error("ContextKeyService has been disposed");let t=++this._lastContextId;return this._contexts.set(t,new Qs(t,this.getContextValuesContainer(e))),t}disposeContext(e){this._isDisposed||this._contexts.delete(e)}};ra=function(e,t,i,n){var o,r=arguments.length,s=r<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,i):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,i,s):o(t,i))||s);return r>3&&s&&Object.defineProperty(t,i,s),s}([function(e,t){return function(i,n){t(i,n,e)}}(0,Yi.Ui)],ra);class sa extends oa{constructor(e,t){if(super(e.createChildContext()),this._parentChangeListener=new Se.XK,this._parent=e,this._updateParentChangeListener(),this._domNode=t,this._domNode.hasAttribute(Ys)){let e="";this._domNode.classList&&(e=Array.from(this._domNode.classList.values()).join(", ")),console.error("Element already has context attribute"+(e?": "+e:""))}this._domNode.setAttribute(Ys,String(this._myContextId))}_updateParentChangeListener(){this._parentChangeListener.value=this._parent.onDidChangeContext(this._onDidChangeContext.fire,this._onDidChangeContext)}dispose(){this._isDisposed||(this._onDidChangeContext.dispose(),this._parent.disposeContext(this._myContextId),this._parentChangeListener.dispose(),this._domNode.removeAttribute(Ys),this._isDisposed=!0)}getContextValuesContainer(e){return this._isDisposed?Xs.INSTANCE:this._parent.getContextValuesContainer(e)}createChildContext(e=this._myContextId){if(this._isDisposed)throw new Error("ScopedContextKeyService has been disposed");return this._parent.createChildContext(e)}disposeContext(e){this._isDisposed||this._parent.disposeContext(e)}}Zi.P0.registerCommand(li.Eq,(function(e,t,i){e.get(li.i6).createKey(String(t),i)})),Zi.P0.registerCommand({id:"getContextKeyInfo",handler:()=>[...li.uy.all()].sort(((e,t)=>e.key.localeCompare(t.key))),description:{description:(0,vi.NC)("vs/platform/contextkey/browser/contextKeyService","getContextKeyInfo","A command that returns information about context keys"),args:[]}}),Zi.P0.registerCommand("_generateContextKeyInfo",(function(){const e=[],t=new Set;for(let i of li.uy.all())t.has(i.key)||(t.add(i.key),e.push(i));e.sort(((e,t)=>e.key.localeCompare(t.key))),console.log(JSON.stringify(e,void 0,2))}));var aa=i(58778);class la{constructor(e){this.incoming=new Map,this.outgoing=new Map,this.data=e}}class ca{constructor(e){this._hashFn=e,this._nodes=new Map}roots(){const e=[];for(let t of this._nodes.values())0===t.outgoing.size&&e.push(t);return e}insertEdge(e,t){const i=this.lookupOrInsertNode(e),n=this.lookupOrInsertNode(t);i.outgoing.set(this._hashFn(t),n),n.incoming.set(this._hashFn(e),i)}removeNode(e){const t=this._hashFn(e);this._nodes.delete(t);for(let e of this._nodes.values())e.outgoing.delete(t),e.incoming.delete(t)}lookupOrInsertNode(e){const t=this._hashFn(e);let i=this._nodes.get(t);return i||(i=new la(e),this._nodes.set(t,i)),i}isEmpty(){return 0===this._nodes.size}toString(){let e=[];for(let[t,i]of this._nodes)e.push(`${t}, (incoming)[${[...i.incoming.keys()].join(", ")}], (outgoing)[${[...i.outgoing.keys()].join(",")}]`);return e.join("\n")}findCycleSlow(){for(let[e,t]of this._nodes){const i=new Set([e]),n=this._findCycle(t,i);if(n)return n}}_findCycle(e,t){for(let[i,n]of e.outgoing){if(t.has(i))return[...t,i].join(" -> ");t.add(i);const e=this._findCycle(n,t);if(e)return e;t.delete(i)}}}var da=i(97259);class ua extends Error{constructor(e){var t;super("cyclic dependency between services"),this.message=null!==(t=e.findCycleSlow())&&void 0!==t?t:`UNABLE to detect cycle, dumping graph: \n${e.toString()}`}}class ha{constructor(e=new da.y,t=!1,i){this._activeInstantiations=new Set,this._services=e,this._strict=t,this._parent=i,this._services.set(hi.TG,this)}createChild(e){return new ha(e,this._strict,this)}invokeFunction(e,...t){let i=ga.traceInvocation(e),n=!1;try{return e({get:e=>{if(n)throw(0,xe.L6)("service accessor is only valid during the invocation of its target method");const t=this._getOrCreateServiceInstance(e,i);if(!t)throw new Error(`[invokeFunction] unknown service '${e}'`);return t}},...t)}finally{n=!0,i.stop()}}createInstance(e,...t){let i,n;return e instanceof aa.M?(i=ga.traceCreation(e.ctor),n=this._createInstance(e.ctor,e.staticArguments.concat(t),i)):(i=ga.traceCreation(e),n=this._createInstance(e,t,i)),i.stop(),n}_createInstance(e,t=[],i){let n=hi.I8.getServiceDependencies(e).sort(((e,t)=>e.index-t.index)),o=[];for(const t of n){let n=this._getOrCreateServiceInstance(t.id,i);n||this._throwIfStrict(`[createInstance] ${e.name} depends on UNKNOWN service ${t.id}.`,!1),o.push(n)}let r=n.length>0?n[0].index:t.length;if(t.length!==r){console.warn(`[createInstance] First service dependency of ${e.name} at position ${r+1} conflicts with ${t.length} static arguments`);let i=r-t.length;t=i>0?t.concat(new Array(i)):t.slice(0,r)}return new e(...[...t,...o])}_setServiceInstance(e,t){if(this._services.get(e)instanceof aa.M)this._services.set(e,t);else{if(!this._parent)throw new Error("illegalState - setting UNKNOWN service instance");this._parent._setServiceInstance(e,t)}}_getServiceInstanceOrDescriptor(e){let t=this._services.get(e);return!t&&this._parent?this._parent._getServiceInstanceOrDescriptor(e):t}_getOrCreateServiceInstance(e,t){let i=this._getServiceInstanceOrDescriptor(e);return i instanceof aa.M?this._safeCreateAndCacheServiceInstance(e,i,t.branch(e,!0)):(t.branch(e,!1),i)}_safeCreateAndCacheServiceInstance(e,t,i){if(this._activeInstantiations.has(e))throw new Error(`illegal state - RECURSIVELY instantiating service '${e}'`);this._activeInstantiations.add(e);try{return this._createAndCacheServiceInstance(e,t,i)}finally{this._activeInstantiations.delete(e)}}_createAndCacheServiceInstance(e,t,i){const n=new ca((e=>e.id.toString()));let o=0;const r=[{id:e,desc:t,_trace:i}];for(;r.length;){const t=r.pop();if(n.lookupOrInsertNode(t),o++>1e3)throw new ua(n);for(let i of hi.I8.getServiceDependencies(t.desc.ctor)){let o=this._getServiceInstanceOrDescriptor(i.id);if(o||this._throwIfStrict(`[createInstance] ${e} depends on ${i.id} which is NOT registered.`,!0),o instanceof aa.M){const e={id:i.id,desc:o,_trace:t._trace.branch(i.id,!0)};n.insertEdge(t,e),r.push(e)}}}for(;;){const e=n.roots();if(0===e.length){if(!n.isEmpty())throw new ua(n);break}for(const{data:t}of e){if(this._getServiceInstanceOrDescriptor(t.id)instanceof aa.M){const e=this._createServiceInstanceWithOwner(t.id,t.desc.ctor,t.desc.staticArguments,t.desc.supportsDelayedInstantiation,t._trace);this._setServiceInstance(t.id,e)}n.removeNode(t)}}return this._getServiceInstanceOrDescriptor(e)}_createServiceInstanceWithOwner(e,t,i=[],n,o){if(this._services.get(e)instanceof aa.M)return this._createServiceInstance(t,i,n,o);if(this._parent)return this._parent._createServiceInstanceWithOwner(e,t,i,n,o);throw new Error(`illegalState - creating UNKNOWN service instance ${t.name}`)}_createServiceInstance(e,t=[],i,n){if(i){const i=new ye.Ue((()=>this._createInstance(e,t,n)));return new Proxy(Object.create(null),{get(e,t){if(t in e)return e[t];let n=i.value,o=n[t];return"function"!=typeof o||(o=o.bind(n),e[t]=o),o},set:(e,t,n)=>(i.value[t]=n,!0)})}return this._createInstance(e,t,n)}_throwIfStrict(e,t){if(t&&console.warn(t),this._strict)throw new Error(e)}}class ga{constructor(e,t){this.type=e,this.name=t,this._start=Date.now(),this._dep=[]}static traceInvocation(e){return ga._None}static traceCreation(e){return ga._None}branch(e,t){let i=new ga(2,e.toString());return this._dep.push([e,t,i]),i}stop(){let e=Date.now()-this._start;ga._totals+=e;let t=!1,i=[`${0===this.type?"CREATE":"CALL"} ${this.name}`,`${function e(i,n){let o=[],r=new Array(i+1).join("\t");for(const[s,a,l]of n._dep)if(a&&l){t=!0,o.push(`${r}CREATES -> ${s}`);let n=e(i+1,l);n&&o.push(n)}else o.push(`${r}uses -> ${s}`);return o.join("\n")}(1,this)}`,`DONE, took ${e.toFixed(2)}ms (grand total ${ga._totals.toFixed(2)}ms)`];(e>2||t)&&console.log(i.join("\n"))}}ga._None=new class extends ga{constructor(){super(-1,null)}stop(){}branch(){return this}},ga._totals=0;class pa{constructor(){this._byResource=new Qi.Y9,this._byOwner=new Map}set(e,t,i){let n=this._byResource.get(e);n||(n=new Map,this._byResource.set(e,n)),n.set(t,i);let o=this._byOwner.get(t);o||(o=new Qi.Y9,this._byOwner.set(t,o)),o.set(e,i)}get(e,t){let i=this._byResource.get(e);return null==i?void 0:i.get(t)}delete(e,t){let i=!1,n=!1,o=this._byResource.get(e);o&&(i=o.delete(t));let r=this._byOwner.get(t);if(r&&(n=r.delete(e)),i!==n)throw new Error("illegal state");return i&&n}values(e){var t,i,n,o;return"string"==typeof e?null!==(i=null===(t=this._byOwner.get(e))||void 0===t?void 0:t.values())&&void 0!==i?i:Zs.$.empty():U.o.isUri(e)?null!==(o=null===(n=this._byResource.get(e))||void 0===n?void 0:n.values())&&void 0!==o?o:Zs.$.empty():Zs.$.map(Zs.$.concat(...this._byOwner.values()),(e=>e[1]))}}class ma{constructor(e){this.errors=0,this.infos=0,this.warnings=0,this.unknowns=0,this._data=new Qi.Y9,this._service=e,this._subscription=e.onMarkerChanged(this._update,this)}dispose(){this._subscription.dispose()}_update(e){for(const t of e){const e=this._data.get(t);e&&this._substract(e);const i=this._resourceStats(t);this._add(i),this._data.set(t,i)}}_resourceStats(e){const t={errors:0,warnings:0,infos:0,unknowns:0};if(e.scheme===ni.lg.inMemory||e.scheme===ni.lg.walkThrough||e.scheme===ni.lg.walkThroughSnippet)return t;for(const{severity:i}of this._service.read({resource:e}))i===Zo.ZL.Error?t.errors+=1:i===Zo.ZL.Warning?t.warnings+=1:i===Zo.ZL.Info?t.infos+=1:t.unknowns+=1;return t}_substract(e){this.errors-=e.errors,this.warnings-=e.warnings,this.infos-=e.infos,this.unknowns-=e.unknowns}_add(e){this.errors+=e.errors,this.warnings+=e.warnings,this.infos+=e.infos,this.unknowns+=e.unknowns}}class fa{constructor(){this._onMarkerChanged=new z.D0({delay:0,merge:fa._merge}),this.onMarkerChanged=this._onMarkerChanged.event,this._data=new pa,this._stats=new ma(this)}dispose(){this._stats.dispose(),this._onMarkerChanged.dispose()}remove(e,t){for(const i of t||[])this.changeOne(e,i,[])}changeOne(e,t,i){if((0,gt.XY)(i))this._data.delete(t,e)&&this._onMarkerChanged.fire([t]);else{const n=[];for(const o of i){const i=fa._toMarker(e,t,o);i&&n.push(i)}this._data.set(t,e,n),this._onMarkerChanged.fire([t])}}static _toMarker(e,t,i){let{code:n,severity:o,message:r,source:s,startLineNumber:a,startColumn:l,endLineNumber:c,endColumn:d,relatedInformation:u,tags:h}=i;if(r)return a=a>0?a:1,l=l>0?l:1,c=c>=a?c:a,d=d>0?d:l,{resource:t,owner:e,code:n,severity:o,message:r,source:s,startLineNumber:a,startColumn:l,endLineNumber:c,endColumn:d,relatedInformation:u,tags:h}}read(e=Object.create(null)){let{owner:t,resource:i,severities:n,take:o}=e;if((!o||o<0)&&(o=-1),t&&i){const e=this._data.get(i,t);if(e){const t=[];for(const i of e)if(fa._accept(i,n)){const e=t.push(i);if(o>0&&e===o)break}return t}return[]}if(t||i){const e=this._data.values(null!=i?i:t),r=[];for(const t of e)for(const e of t)if(fa._accept(e,n)){const t=r.push(e);if(o>0&&t===o)return r}return r}{const e=[];for(let t of this._data.values())for(let i of t)if(fa._accept(i,n)){const t=e.push(i);if(o>0&&t===o)return e}return e}}static _accept(e,t){return void 0===t||(t&e.severity)===e.severity}static _merge(e){const t=new Qi.Y9;for(let i of e)for(let e of i)t.set(e,!0);return Array.from(t.keys())}}var _a=i(86303);function ba(e,t,i,n,o){if(Array.isArray(e)){let r=0;for(const s of e){const e=ba(s,t,i,n,o);if(10===e)return e;e>r&&(r=e)}return r}if("string"==typeof e)return n?"*"===e?5:e===i?10:0:0;if(e){const{language:a,pattern:l,scheme:c,hasAccessToAllModels:d,notebookType:u}=e;if(!n&&!d)return 0;let h=0;if(c)if(c===t.scheme)h=10;else{if("*"!==c)return 0;h=5}if(a)if(a===i)h=10;else{if("*"!==a)return 0;h=Math.max(h,5)}if(u)if(u===o)h=10;else{if("*"!==u)return 0;h=Math.max(h,5)}if(l){let e;if(e="string"==typeof l?l:Object.assign(Object.assign({},l),{base:(0,Mn.Fv)(l.base)}),e!==t.fsPath&&(r=e,s=t.fsPath,!r||"string"!=typeof s||!Jn(r)(s,void 0,undefined)))return 0;h=10}return h}return 0;var r,s}function va(e){return"string"!=typeof e&&(Array.isArray(e)?e.every(va):!!e.exclusive)}class Ca{constructor(e){this._notebookTypeResolver=e,this._clock=0,this._entries=[],this._onDidChange=new z.Q5,this.onDidChange=this._onDidChange.event}register(e,t){let i={selector:e,provider:t,_score:-1,_time:this._clock++};return this._entries.push(i),this._lastCandidate=void 0,this._onDidChange.fire(this._entries.length),(0,Se.OF)((()=>{if(i){const e=this._entries.indexOf(i);e>=0&&(this._entries.splice(e,1),this._lastCandidate=void 0,this._onDidChange.fire(this._entries.length),i=void 0)}}))}has(e){return this.all(e).length>0}all(e){if(!e)return[];this._updateScores(e);const t=[];for(let e of this._entries)e._score>0&&t.push(e.provider);return t}ordered(e){const t=[];return this._orderedForEach(e,(e=>t.push(e.provider))),t}orderedGroups(e){const t=[];let i,n;return this._orderedForEach(e,(e=>{i&&n===e._score?i.push(e.provider):(n=e._score,i=[e.provider],t.push(i))})),t}_orderedForEach(e,t){if(e){this._updateScores(e);for(const e of this._entries)e._score>0&&t(e)}}_updateScores(e){var t;const i=null===(t=this._notebookTypeResolver)||void 0===t?void 0:t.call(this,e.uri),n={uri:e.uri.toString(),language:e.getLanguageId(),notebookType:i};if(!this._lastCandidate||this._lastCandidate.language!==n.language||this._lastCandidate.uri!==n.uri||this._lastCandidate.notebookType!==n.notebookType){this._lastCandidate=n;for(let t of this._entries)if(t._score=ba(t.selector,e.uri,e.getLanguageId(),(0,_e.pt)(e),i),va(t.selector)&&t._score>0){for(let e of this._entries)e._score=0;t._score=1e3;break}this._entries.sort(Ca._compareByScoreAndTime)}}static _compareByScoreAndTime(e,t){return e._scoret._score?-1:e._timet._time?-1:0}}(0,ci.z)(mt.p,class{constructor(){this.referenceProvider=new Ca(this._score.bind(this)),this.renameProvider=new Ca(this._score.bind(this)),this.codeActionProvider=new Ca(this._score.bind(this)),this.definitionProvider=new Ca(this._score.bind(this)),this.typeDefinitionProvider=new Ca(this._score.bind(this)),this.declarationProvider=new Ca(this._score.bind(this)),this.implementationProvider=new Ca(this._score.bind(this)),this.documentSymbolProvider=new Ca(this._score.bind(this)),this.inlayHintsProvider=new Ca(this._score.bind(this)),this.colorProvider=new Ca(this._score.bind(this)),this.codeLensProvider=new Ca(this._score.bind(this)),this.documentFormattingEditProvider=new Ca(this._score.bind(this)),this.documentRangeFormattingEditProvider=new Ca(this._score.bind(this)),this.onTypeFormattingEditProvider=new Ca(this._score.bind(this)),this.signatureHelpProvider=new Ca(this._score.bind(this)),this.hoverProvider=new Ca(this._score.bind(this)),this.documentHighlightProvider=new Ca(this._score.bind(this)),this.selectionRangeProvider=new Ca(this._score.bind(this)),this.foldingRangeProvider=new Ca(this._score.bind(this)),this.linkProvider=new Ca(this._score.bind(this)),this.inlineCompletionsProvider=new Ca(this._score.bind(this)),this.completionProvider=new Ca(this._score.bind(this)),this.linkedEditingRangeProvider=new Ca(this._score.bind(this)),this.documentRangeSemanticTokensProvider=new Ca(this._score.bind(this)),this.documentSemanticTokensProvider=new Ca(this._score.bind(this))}_score(e){var t;return null===(t=this._notebookTypeResolver)||void 0===t?void 0:t.call(this,e)}},!0);var wa=function(e,t,i,n){var o,r=arguments.length,s=r<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,i):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,i,s):o(t,i))||s);return r>3&&s&&Object.defineProperty(t,i,s),s},ya=function(e,t){return function(i,n){t(i,n,e)}},Sa=function(e,t,i,n){return new(i||(i=Promise))((function(o,r){function s(e){try{l(n.next(e))}catch(e){r(e)}}function a(e){try{l(n.throw(e))}catch(e){r(e)}}function l(e){var t;e.done?o(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(s,a)}l((n=n.apply(e,t||[])).next())}))};class xa{constructor(e){this.disposed=!1,this.model=e,this._onWillDispose=new z.Q5}get textEditorModel(){return this.model}dispose(){this.disposed=!0,this._onWillDispose.fire()}}let ka=class{constructor(e){this.modelService=e}createModelReference(e){const t=this.modelService.getModel(e);return t?Promise.resolve(new Se.Jz(new xa(t))):Promise.reject(new Error("Model not found"))}};ka=wa([ya(0,we.q)],ka);class La{show(){return La.NULL_PROGRESS_RUNNER}showWhile(e,t){return Sa(this,void 0,void 0,(function*(){yield e}))}}La.NULL_PROGRESS_RUNNER={done:()=>{},total:()=>{},worked:()=>{}};class Ea{info(e){return this.notify({severity:bi.Z.Info,message:e})}warn(e){return this.notify({severity:bi.Z.Warning,message:e})}error(e){return this.notify({severity:bi.Z.Error,message:e})}notify(e){switch(e.severity){case bi.Z.Error:console.error(e.message);break;case bi.Z.Warning:console.warn(e.message);break;default:console.log(e.message)}return Ea.NO_OP}status(e,t){return Se.JT.None}}Ea.NO_OP=new wi.EO;let Na=class{constructor(e){this._onWillExecuteCommand=new z.Q5,this._onDidExecuteCommand=new z.Q5,this.onWillExecuteCommand=this._onWillExecuteCommand.event,this.onDidExecuteCommand=this._onDidExecuteCommand.event,this._instantiationService=e}executeCommand(e,...t){const i=Zi.P0.getCommand(e);if(!i)return Promise.reject(new Error(`command '${e}' not found`));try{this._onWillExecuteCommand.fire({commandId:e,args:t});const n=this._instantiationService.invokeFunction.apply(this._instantiationService,[i.handler,...t]);return this._onDidExecuteCommand.fire({commandId:e,args:t}),Promise.resolve(n)}catch(e){return Promise.reject(e)}}};Na=wa([ya(0,hi.TG)],Na);let Da=class extends rn{constructor(e,t,i,n,o,r){super(e,t,i,n,o),this._cachedResolver=null,this._dynamicKeybindings=[],this._domNodeListeners=[];const s=e=>{const t=new Se.SL;t.add(ii.nm(e,ii.tw.KEY_DOWN,(e=>{const t=new Pi.y(e);this._dispatch(t,t.target)&&(t.preventDefault(),t.stopPropagation())}))),t.add(ii.nm(e,ii.tw.KEY_UP,(e=>{const t=new Pi.y(e);this._singleModifierDispatch(t,t.target)&&t.preventDefault()}))),this._domNodeListeners.push(new Ia(e,t))},a=e=>{for(let t=0;t{e.getOption(54)||s(e.getContainerDomNode())};this._register(r.onCodeEditorAdd(l)),this._register(r.onCodeEditorRemove((e=>{e.getOption(54)||a(e.getContainerDomNode())}))),r.listCodeEditors().forEach(l);const c=e=>{s(e.getContainerDomNode())};this._register(r.onDiffEditorAdd(c)),this._register(r.onDiffEditorRemove((e=>{a(e.getContainerDomNode())}))),r.listDiffEditors().forEach(c)}addDynamicKeybinding(e,t,i,n){const o=(0,Fi.gm)(t,ke.OS),r=new Se.SL;return o&&(this._dynamicKeybindings.push({keybinding:o.parts,command:e,when:n,weight1:1e3,weight2:0,extensionId:null,isBuiltinExtension:!1}),r.add((0,Se.OF)((()=>{for(let t=0;tthis._log(e)))}return this._cachedResolver}_documentHasFocus(){return document.hasFocus()}_toNormalizedKeybindingItems(e,t){const i=[];let n=0;for(const o of e){const e=o.when||void 0,r=o.keybinding;if(r){const s=fn.resolveUserBinding(r,ke.OS);for(const r of s)i[n++]=new hn(r,o.command,o.commandArgs,e,t,null,!1)}else i[n++]=new hn(void 0,o.command,o.commandArgs,e,t,null,!1)}return i}resolveKeyboardEvent(e){const t=new Fi.QC(e.ctrlKey,e.shiftKey,e.altKey,e.metaKey,e.keyCode).toChord();return new fn(t,ke.OS)}};Da=wa([ya(0,li.i6),ya(1,Zi.Hy),ya(2,Cn.b),ya(3,wi.lT),ya(4,pt.VZ),ya(5,ge.$)],Da);class Ia extends Se.JT{constructor(e,t){super(),this.domNode=e,this._register(t)}}function Ta(e){return e&&"object"==typeof e&&(!e.overrideIdentifier||"string"==typeof e.overrideIdentifier)&&(!e.resource||e.resource instanceof U.o)}class Aa{constructor(){this._onDidChangeConfiguration=new z.Q5,this.onDidChangeConfiguration=this._onDidChangeConfiguration.event,this._configuration=new tn(new en,new Ji)}getValue(e,t){const i="string"==typeof e?e:void 0,n=Ta(e)?e:Ta(t)?t:{};return this._configuration.getValue(i,n,void 0)}updateValues(e){const t={data:this._configuration.toData()},i=[];for(const t of e){const[e,n]=t;this.getValue(e)!==n&&(this._configuration.updateValue(e,n),i.push(e))}if(i.length>0){const e=new nn({keys:i,overrides:[]},t,this._configuration);e.source=7,e.sourceConfig=null,this._onDidChangeConfiguration.fire(e)}return Promise.resolve()}updateValue(e,t,i,n){return this.updateValues([[e,t]])}inspect(e,t={}){return this._configuration.inspect(e,t,void 0)}}let Ra=class{constructor(e){this.configurationService=e,this._onDidChangeConfiguration=new z.Q5,this.configurationService.onDidChangeConfiguration((e=>{this._onDidChangeConfiguration.fire({affectedKeys:e.affectedKeys,affectsConfiguration:(t,i)=>e.affectsConfiguration(i)})}))}getValue(e,t,i){const n=j.L.isIPosition(t)&&t?"string"==typeof i?i:void 0:"string"==typeof t?t:void 0;return void 0===n?this.configurationService.getValue():this.configurationService.getValue(n)}};Ra=wa([ya(0,Yi.Ui)],Ra);let Ma=class{constructor(e){this.configurationService=e}getEOL(e,t){const i=this.configurationService.getValue("files.eol",{overrideIdentifier:t,resource:e});return i&&"string"==typeof i&&"auto"!==i?i:ke.IJ||ke.dz?"\n":"\r\n"}};Ma=wa([ya(0,Yi.Ui)],Ma);class Oa{constructor(){const e=U.o.from({scheme:Oa.SCHEME,authority:"model",path:"/"});this.workspace={id:"4064f6ec-cb38-4ad0-af64-ee6467e63c82",folders:[new wn.md({uri:e,name:"",index:0})]}}getWorkspace(){return this.workspace}}function Pa(e,t,i){if(!t)return;if(!(e instanceof Aa))return;const n=[];Object.keys(t).forEach((e=>{(function(e){return Ki()[`editor.${e}`]||!1})(e)&&n.push([`editor.${e}`,t[e]]),i&&function(e){return Ki()[`diffEditor.${e}`]||!1}(e)&&n.push([`diffEditor.${e}`,t[e]])})),n.length>0&&e.updateValues(n)}Oa.SCHEME="inmemory";let Fa=class{constructor(e){this._modelService=e}hasPreviewHandler(){return!1}apply(e,t){return Sa(this,void 0,void 0,(function*(){const t=new Map;for(let i of e){if(!(i instanceof Bi.Gl))throw new Error("bad edit - only text edits are supported");const e=this._modelService.getModel(i.resource);if(!e)throw new Error("bad edit - model not found");if("number"==typeof i.versionId&&e.getVersionId()!==i.versionId)throw new Error("bad state - model changed in the meantime");let n=t.get(e);n||(n=[],t.set(e,n)),n.push(qi.h.replaceMove(K.e.lift(i.textEdit.range),i.textEdit.text))}let i=0,n=0;for(const[e,o]of t)e.pushStackElement(),e.pushEditOperations([],o,(()=>[])),e.pushStackElement(),n+=1,i+=o.length;return{ariaSummary:ue.WU(yn.iN.bulkEditServiceSummary,i,n)}}))}};Fa=wa([ya(0,we.q)],Fa);let Ba=class extends An{constructor(e,t){super(e),this._codeEditorService=t}showContextView(e,t,i){if(!t){const e=this._codeEditorService.getFocusedCodeEditor()||this._codeEditorService.getActiveCodeEditor();e&&(t=e.getContainerDomNode())}return super.showContextView(e,t,i)}};Ba=wa([ya(0,gi),ya(1,ge.$)],Ba);class Wa extends pt.$V{constructor(){super(new pt.kw)}}let Va=class extends Bo{constructor(e,t,i,n,o){super(e,t,i,n,o),this.configure({blockMouse:!1})}};var Ha;Va=wa([ya(0,Cn.b),ya(1,wi.lT),ya(2,xn.u),ya(3,an.d),ya(4,oi.XE)],Va),(0,ci.z)(Yi.Ui,Aa),(0,ci.z)(ht.V,Ra),(0,ci.z)(ht.y,Ma),(0,ci.z)(wn.ec,Oa),(0,ci.z)(bn.e,class{getUriLabel(e,t){return"file"===e.scheme?e.fsPath:e.path}}),(0,ci.z)(Cn.b,class{publicLog(e,t){return Promise.resolve(void 0)}publicLog2(e,t){return this.publicLog(e,t)}}),(0,ci.z)(Ci.S,class{confirm(e){return this.doConfirm(e).then((e=>({confirmed:e,checkboxChecked:!1})))}doConfirm(e){let t=e.message;return e.detail&&(t=t+"\n\n"+e.detail),Promise.resolve(window.confirm(t))}show(e,t,i,n){return Promise.resolve({choice:0})}}),(0,ci.z)(wi.lT,Ea),(0,ci.z)(Zo.lT,fa),(0,ci.z)(Ce.O,class extends po{constructor(){super()}}),(0,ci.z)(Fs.Z,Ps),(0,ci.z)(pt.VZ,Wa),(0,ci.z)(we.q,ir.b$),(0,ci.z)(tr.i,er),(0,ci.z)(li.i6,ra),(0,ci.z)(vn.ek,La),(0,ci.z)(_a.Uy,_a.vm),(0,ci.z)(ti.p,vt),(0,ci.z)(Bi.vu,Fa),(0,ci.z)(Sn.Y,class{constructor(){this._neverEmitter=new z.Q5,this.onDidChangeTrust=this._neverEmitter.event}isWorkspaceTrusted(){return!0}}),(0,ci.z)(Gi.S,ka),(0,ci.z)(sr.F,Ws),(0,ci.z)(es.Lw,es.XN),(0,ci.z)(Zi.Hy,Na),(0,ci.z)(an.d,Da),(0,ci.z)(ns.eJ,us),(0,ci.z)(xn.u,Ba),(0,ci.z)(zo.v4,Go),(0,ci.z)(Gs.p,qs),(0,ci.z)(xn.i,Va),(0,ci.z)(Vs.co,$s),function(e){const t=new da.y;for(const[e,i]of(0,ci.d)())t.set(e,i);const i=new ha(t,!0);t.set(hi.TG,i),e.get=function(e){const n=t.get(e);if(!n)throw new Error("Missing service "+e);return n instanceof aa.M?i.invokeFunction((t=>t.get(e))):n};let n=!1;e.initialize=function(e){if(n)return i;n=!0;for(const[e,i]of(0,ci.d)())t.get(e)||t.set(e,i);for(const i in e)if(e.hasOwnProperty(i)){const n=(0,hi.yh)(i);t.get(n)instanceof aa.M&&t.set(n,e[i])}return i}}(Ha||(Ha={}));var za=function(e,t,i,n){var o,r=arguments.length,s=r<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,i):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,i,s):o(t,i))||s);return r>3&&s&&Object.defineProperty(t,i,s),s},$a=function(e,t){return function(i,n){t(i,n,e)}};let Ua=0,ja=!1,Ka=class extends Xt.Gm{constructor(e,t,i,n,o,r,s,a,l,c,d,u){const h=Object.assign({},t);h.ariaLabel=h.ariaLabel||yn.B8.editorViewAccessibleLabel,h.ariaLabel=h.ariaLabel+";"+yn.B8.accessibilityHelpMessage,super(e,h,{},i,n,o,r,a,l,c,d,u),this._standaloneKeybindingService=s instanceof Da?s:null,function(e){if(!e){if(ja)return;ja=!0}Qt.wW(e||document.body)}(h.ariaContainerElement)}addCommand(e,t,i){if(!this._standaloneKeybindingService)return console.warn("Cannot add command because the editor is configured with an unrecognized KeybindingService"),null;const n="DYNAMIC_"+ ++Ua,o=li.Ao.deserialize(i);return this._standaloneKeybindingService.addDynamicKeybinding(n,e,t,o),n}createContextKey(e,t){return this._contextKeyService.createKey(e,t)}addAction(e){if("string"!=typeof e.id||"string"!=typeof e.label||"function"!=typeof e.run)throw new Error("Invalid action descriptor, `id`, `label` and `run` are required properties!");if(!this._standaloneKeybindingService)return console.warn("Cannot add keybinding because the editor is configured with an unrecognized KeybindingService"),Se.JT.None;const t=e.id,i=e.label,n=li.Ao.and(li.Ao.equals("editorId",this.getId()),li.Ao.deserialize(e.precondition)),o=e.keybindings,r=li.Ao.and(n,li.Ao.deserialize(e.keybindingContext)),s=e.contextMenuGroupId||null,a=e.contextMenuOrder||0,l=(t,...i)=>Promise.resolve(e.run(this,...i)),c=new Se.SL,d=this.getId()+":"+t;if(c.add(Zi.P0.registerCommand(d,l)),s){const e={command:{id:d,title:i},when:n,group:s,order:a};c.add(Vs.BH.appendMenuItem(Vs.eH.EditorContext,e))}if(Array.isArray(o))for(const e of o)c.add(this._standaloneKeybindingService.addDynamicKeybinding(d,e,l,r));const u=new ei.p(d,i,i,n,l,this._contextKeyService);return this._actions[t]=u,c.add((0,Se.OF)((()=>{delete this._actions[t]}))),c}_triggerCommand(e,t){if(this._codeEditorService instanceof ui)try{this._codeEditorService.setActiveCodeEditor(this),super._triggerCommand(e,t)}finally{this._codeEditorService.setActiveCodeEditor(null)}else super._triggerCommand(e,t)}};Ka=za([$a(2,hi.TG),$a(3,ge.$),$a(4,Zi.Hy),$a(5,li.i6),$a(6,an.d),$a(7,oi.XE),$a(8,wi.lT),$a(9,sr.F),$a(10,be.c_),$a(11,mt.p)],Ka);let qa=class extends Ka{constructor(e,t,i,n,o,r,s,a,l,c,d,u,h,g,p){const m=Object.assign({},t);Pa(c,m,!1);const f=a.registerEditorContainer(e);"string"==typeof m.theme&&a.setTheme(m.theme),void 0!==m.autoDetectHighContrast&&a.setAutoDetectHighContrast(Boolean(m.autoDetectHighContrast));const _=m.model;let b;if(delete m.model,super(e,m,i,n,o,r,s,a,l,d,g,p),this._configurationService=c,this._standaloneThemeService=a,this._register(f),void 0===_){const e=h.getLanguageIdByMimeType(m.language)||m.language||lo.bd;b=Za(u,h,m.value||"",e,void 0),this._ownsModel=!0}else b=_,this._ownsModel=!1;if(this._attachModel(b),b){const e={oldModelUrl:null,newModelUrl:b.uri};this._onDidChangeModel.fire(e)}}dispose(){super.dispose()}updateOptions(e){Pa(this._configurationService,e,!1),"string"==typeof e.theme&&this._standaloneThemeService.setTheme(e.theme),void 0!==e.autoDetectHighContrast&&this._standaloneThemeService.setAutoDetectHighContrast(Boolean(e.autoDetectHighContrast)),super.updateOptions(e)}_postDetachModelCleanup(e){super._postDetachModelCleanup(e),e&&this._ownsModel&&(e.dispose(),this._ownsModel=!1)}};qa=za([$a(2,hi.TG),$a(3,ge.$),$a(4,Zi.Hy),$a(5,li.i6),$a(6,an.d),$a(7,Fs.Z),$a(8,wi.lT),$a(9,Yi.Ui),$a(10,sr.F),$a(11,we.q),$a(12,Ce.O),$a(13,be.c_),$a(14,mt.p)],qa);let Ga=class extends Jt.p{constructor(e,t,i,n,o,r,s,a,l,c,d,u){const h=Object.assign({},t);Pa(l,h,!0);const g=s.registerEditorContainer(e);"string"==typeof h.theme&&s.setTheme(h.theme),void 0!==h.autoDetectHighContrast&&s.setAutoDetectHighContrast(Boolean(h.autoDetectHighContrast)),super(e,h,{},u,o,n,i,r,s,a,c,d),this._configurationService=l,this._standaloneThemeService=s,this._register(g)}dispose(){super.dispose()}updateOptions(e){Pa(this._configurationService,e,!0),"string"==typeof e.theme&&this._standaloneThemeService.setTheme(e.theme),void 0!==e.autoDetectHighContrast&&this._standaloneThemeService.setAutoDetectHighContrast(Boolean(e.autoDetectHighContrast)),super.updateOptions(e)}_createInnerEditor(e,t,i){return e.createInstance(Ka,t,i)}getOriginalEditor(){return super.getOriginalEditor()}getModifiedEditor(){return super.getModifiedEditor()}addCommand(e,t,i){return this.getModifiedEditor().addCommand(e,t,i)}createContextKey(e,t){return this.getModifiedEditor().createContextKey(e,t)}addAction(e){return this.getModifiedEditor().addAction(e)}};function Za(e,t,i,n,o){if(i=i||"",!n){const n=i.indexOf("\n");let r=i;return-1!==n&&(r=i.substring(0,n)),Ya(e,i,t.createByFilepathOrFirstLine(o||null,r),o)}return Ya(e,i,t.createById(n),o)}function Ya(e,t,i,n){return e.createModel(t,i,n)}function Qa(e,t){return"boolean"==typeof e?e:t}function Xa(e,t){return"string"==typeof e?e:t}function Ja(e,t=!1){t&&(e=e.map((function(e){return e.toLowerCase()})));const i=function(e){const t={};for(const i of e)t[i]=!0;return t}(e);return t?function(e){return void 0!==i[e.toLowerCase()]&&i.hasOwnProperty(e.toLowerCase())}:function(e){return void 0!==i[e]&&i.hasOwnProperty(e)}}function el(e,t){t=t.replace(/@@/g,"");let i,n=0;do{i=!1,t=t.replace(/@(\w+)/g,(function(n,o){i=!0;let r="";if("string"==typeof e[o])r=e[o];else{if(!(e[o]&&e[o]instanceof RegExp))throw void 0===e[o]?Ot(e,"language definition does not contain attribute '"+o+"', used at: "+t):Ot(e,"attribute reference '"+o+"' must be a string, used at: "+t);r=e[o].source}return At(r)?"":"(?:"+r+")"})),n++}while(i&&n<5);t=t.replace(/\x01/g,"@");const o=(e.ignoreCase?"i":"")+(e.unicode?"u":"");return new RegExp(t,o)}function tl(e,t,i,n){let o=-1,r=i,s=i.match(/^\$(([sS]?)(\d\d?)|#)(.*)$/);s&&(s[3]&&(o=parseInt(s[3]),s[2]&&(o+=100)),r=s[4]);let a,l="~",c=r;if(r&&0!==r.length?/^\w*$/.test(c)?l="==":(s=r.match(/^(@|!@|~|!~|==|!=)(.*)$/),s&&(l=s[1],c=s[2])):(l="!=",c=""),"~"!==l&&"!~"!==l||!/^(\w|\|)*$/.test(c))if("@"===l||"!@"===l){const i=e[c];if(!i)throw Ot(e,"the @ match target '"+c+"' is not defined, in rule: "+t);if(!function(e,t){if(!t)return!1;if(!Array.isArray(t))return!1;for(const e of t)if("string"!=typeof e)return!1;return!0}(0,i))throw Ot(e,"the @ match target '"+c+"' must be an array of strings, in rule: "+t);const n=Ja(i,e.ignoreCase);a=function(e){return"@"===l?n(e):!n(e)}}else if("~"===l||"!~"===l)if(c.indexOf("$")<0){const t=el(e,"^"+c+"$");a=function(e){return"~"===l?t.test(e):!t.test(e)}}else a=function(t,i,n,o){return el(e,"^"+Pt(e,c,i,n,o)+"$").test(t)};else if(c.indexOf("$")<0){const t=Rt(e,c);a=function(e){return"=="===l?e===t:e!==t}}else{const t=Rt(e,c);a=function(i,n,o,r,s){const a=Pt(e,t,n,o,r);return"=="===l?i===a:i!==a}}else{const t=Ja(c.split("|"),e.ignoreCase);a=function(e){return"~"===l?t(e):!t(e)}}return-1===o?{name:i,value:n,test:function(e,t,i,n){return a(e,e,t,i,n)}}:{name:i,value:n,test:function(e,t,i,n){const r=function(e,t,i,n){if(n<0)return e;if(n=100){n-=100;const e=i.split(".");if(e.unshift(i),n=0&&(n.tokenSubst=!0),"string"==typeof i.bracket)if("@open"===i.bracket)n.bracket=1;else{if("@close"!==i.bracket)throw Ot(e,"a 'bracket' attribute must be either '@open' or '@close', in rule: "+t);n.bracket=-1}if(i.next){if("string"!=typeof i.next)throw Ot(e,"the next state must be a string value in rule: "+t);{let o=i.next;if(!/^(@pop|@push|@popall)$/.test(o)&&("@"===o[0]&&(o=o.substr(1)),o.indexOf("$")<0&&!function(e,t){let i=t;for(;i&&i.length>0;){if(e.stateNames[i])return!0;const t=i.lastIndexOf(".");i=t<0?null:i.substr(0,t)}return!1}(e,Pt(e,o,"",[],""))))throw Ot(e,"the next state '"+i.next+"' is not defined in rule: "+t);n.next=o}}return"number"==typeof i.goBack&&(n.goBack=i.goBack),"string"==typeof i.switchTo&&(n.switchTo=i.switchTo),"string"==typeof i.log&&(n.log=i.log),"string"==typeof i.nextEmbedded&&(n.nextEmbedded=i.nextEmbedded,e.usesEmbedded=!0),n}}if(Array.isArray(i)){const n=[];for(let o=0,r=i.length;o0&&"^"===i[0],this.name=this.name+": "+i,this.regex=el(e,"^(?:"+(this.matchOnlyAtLineStart?i.substr(1):i)+")")}setAction(e,t){this.action=il(e,this.name,t)}}function ol(e,t){if(!t||"object"!=typeof t)throw new Error("Monarch: expecting a language definition object");const i={};i.languageId=e,i.includeLF=Qa(t.includeLF,!1),i.noThrow=!1,i.maxStack=100,i.start="string"==typeof t.start?t.start:null,i.ignoreCase=Qa(t.ignoreCase,!1),i.unicode=Qa(t.unicode,!1),i.tokenPostfix=Xa(t.tokenPostfix,"."+i.languageId),i.defaultToken=Xa(t.defaultToken,"source"),i.usesEmbedded=!1;const n=t;function o(e,r,s){for(const a of s){let s=a.include;if(s){if("string"!=typeof s)throw Ot(i,"an 'include' attribute must be a string at: "+e);if("@"===s[0]&&(s=s.substr(1)),!t.tokenizer[s])throw Ot(i,"include target '"+s+"' is not defined at: "+e);o(e+"."+s,r,t.tokenizer[s])}else{const t=new nl(e);if(Array.isArray(a)&&a.length>=1&&a.length<=3)if(t.setRegex(n,a[0]),a.length>=3)if("string"==typeof a[1])t.setAction(n,{token:a[1],next:a[2]});else{if("object"!=typeof a[1])throw Ot(i,"a next state as the last element of a rule can only be given if the action is either an object or a string, at: "+e);{const e=a[1];e.next=a[2],t.setAction(n,e)}}else t.setAction(n,a[1]);else{if(!a.regex)throw Ot(i,"a rule must either be an array, or an object with a 'regex' or 'include' field at: "+e);a.name&&"string"==typeof a.name&&(t.name=a.name),a.matchOnlyAtStart&&(t.matchOnlyAtLineStart=Qa(a.matchOnlyAtLineStart,!1)),t.setRegex(n,a.regex),t.setAction(n,a.action)}r.push(t)}}}if(n.languageId=e,n.includeLF=i.includeLF,n.ignoreCase=i.ignoreCase,n.unicode=i.unicode,n.noThrow=i.noThrow,n.usesEmbedded=i.usesEmbedded,n.stateNames=t.tokenizer,n.defaultToken=i.defaultToken,!t.tokenizer||"object"!=typeof t.tokenizer)throw Ot(i,"a language definition must define the 'tokenizer' attribute as an object");i.tokenizer=[];for(let e in t.tokenizer)if(t.tokenizer.hasOwnProperty(e)){i.start||(i.start=e);const n=t.tokenizer[e];i.tokenizer[e]=new Array,o("tokenizer."+e,i.tokenizer[e],n)}if(i.usesEmbedded=n.usesEmbedded,t.brackets){if(!Array.isArray(t.brackets))throw Ot(i,"the 'brackets' attribute must be defined as an array")}else t.brackets=[{open:"{",close:"}",token:"delimiter.curly"},{open:"[",close:"]",token:"delimiter.square"},{open:"(",close:")",token:"delimiter.parenthesis"},{open:"<",close:">",token:"delimiter.angle"}];const r=[];for(let e of t.brackets){let t=e;if(t&&Array.isArray(t)&&3===t.length&&(t={token:t[2],open:t[0],close:t[1]}),t.open===t.close)throw Ot(i,"open and close brackets in a 'brackets' attribute must be different: "+t.open+"\n hint: use the 'bracket' attribute if matching on equal brackets is required.");if("string"!=typeof t.open||"string"!=typeof t.token||"string"!=typeof t.close)throw Ot(i,"every element in the 'brackets' array must be a '{open,close,token}' object or array");r.push({token:t.token+i.tokenPostfix,open:Rt(i,t.open),close:Rt(i,t.close)})}return i.brackets=r,i.noThrow=!0,i}class rl{constructor(e,t){this._languageId=e,this._actual=t}getInitialState(){return this._actual.getInitialState()}tokenize(e,t,i){if("function"==typeof this._actual.tokenize)return sl.adaptTokenize(this._languageId,this._actual,e,i);throw new Error("Not supported!")}tokenizeEncoded(e,t,i){const n=this._actual.tokenizeEncoded(e,i);return new G.DI(n.tokens,n.endState)}}class sl{constructor(e,t,i,n){this._languageId=e,this._actual=t,this._languageService=i,this._standaloneThemeService=n}getInitialState(){return this._actual.getInitialState()}static _toClassicTokens(e,t){const i=[];let n=0;for(let o=0,r=e.length;o0&&o[r-1]===l)continue;let c=a.startIndex;0===e?c=0:c{return i=this,n=void 0,r=function*(){const i=yield Promise.resolve(t.create());return i?"function"==typeof i.getInitialState?ll(e,i):new jt(Ha.get(Ce.O),Ha.get(Fs.Z),e,ol(e,i)):null},new((o=void 0)||(o=Promise))((function(e,t){function s(e){try{l(r.next(e))}catch(e){t(e)}}function a(e){try{l(r.throw(e))}catch(e){t(e)}}function l(t){var i;t.done?e(t.value):(i=t.value,i instanceof o?i:new o((function(e){e(i)}))).then(s,a)}l((r=r.apply(i,n||[])).next())}));var i,n,o,r}};return G.RW.registerFactory(e,i)}var dl,ul=i(29506);V.BH.wrappingIndent.defaultValue=0,V.BH.glyphMargin.defaultValue=!1,V.BH.autoIndent.defaultValue=3,V.BH.overviewRulerLanes.defaultValue=2,ul.xC.setFormatterSelector(((e,t,i)=>Promise.resolve(e[0])));const hl=Y();Object.defineProperty(hl,"version",{get:function(){return"0.33.0"}});const gl=hl.version;hl.editor={create:function(e,t,i){return Ha.initialize(i||{}).createInstance(qa,e,t)},onDidCreateEditor:function(e){return Ha.get(ge.$).onCodeEditorAdd((t=>{e(t)}))},createDiffEditor:function(e,t,i){return Ha.initialize(i||{}).createInstance(Ga,e,t)},createDiffNavigator:function(e,t){return new pe.F(e,t)},createModel:function(e,t,i){const n=Ha.get(Ce.O),o=n.getLanguageIdByMimeType(t)||t;return Za(Ha.get(we.q),n,e,o,i)},setModelLanguage:function(e,t){const i=Ha.get(Ce.O);Ha.get(we.q).setMode(e,i.createById(t))},setModelMarkers:function(e,t,i){e&&Ha.get(Zo.lT).changeOne(t,e.uri,i)},getModelMarkers:function(e){return Ha.get(Zo.lT).read(e)},onDidChangeMarkers:function(e){return Ha.get(Zo.lT).onMarkerChanged(e)},getModels:function(){return Ha.get(we.q).getModels()},getModel:function(e){return Ha.get(we.q).getModel(e)},onDidCreateModel:function(e){return Ha.get(we.q).onModelAdded(e)},onWillDisposeModel:function(e){return Ha.get(we.q).onModelRemoved(e)},onDidChangeModelLanguage:function(e){return Ha.get(we.q).onModelLanguageChanged((t=>{e({model:t.model,oldLanguage:t.oldLanguageId})}))},createWebWorker:function(e){return function(e,t,i){return new Lt(e,t,i)}(Ha.get(we.q),Ha.get(be.c_),e)},colorizeElement:function(e,t){const i=Ha.get(Ce.O),n=Ha.get(Fs.Z);return n.registerEditorContainer(e),Zt.colorizeElement(n,i,e,t)},colorize:function(e,t,i){const n=Ha.get(Ce.O);return Ha.get(Fs.Z).registerEditorContainer(document.body),Zt.colorize(n,e,t,i)},colorizeModelLine:function(e,t,i=4){return Ha.get(Fs.Z).registerEditorContainer(document.body),Zt.colorizeModelLine(e,t,i)},tokenize:function(e,t){G.RW.getOrCreate(t);const i=(n=t,G.RW.get(n)||{getInitialState:()=>ve.TJ,tokenize:(e,t,i)=>(0,ve.Ri)(n,i)});var n;const o=(0,ue.uq)(e),r=[];let s=i.getInitialState();for(let e=0,t=o.length;e{n===e&&(i.dispose(),t())}));return i},getEncodedLanguageId:function(e){return Ha.get(Ce.O).languageIdCodec.encodeLanguageId(e)},setLanguageConfiguration:function(e,t){if(!Ha.get(Ce.O).isRegisteredLanguageId(e))throw new Error(`Cannot set configuration for unknown language ${e}`);return be.zu.register(e,t,100)},setColorMap:function(e){const t=Ha.get(Fs.Z);if(e){const i=[null];for(let t=1,n=e.length;tt}):G.RW.register(e,ll(e,t))},setMonarchTokensProvider:function(e,t){return al(t)?cl(e,{create:()=>t}):G.RW.register(e,(t=>new jt(Ha.get(Ce.O),Ha.get(Fs.Z),e,ol(e,t)))(t))},registerReferenceProvider:function(e,t){return Ha.get(mt.p).referenceProvider.register(e,t)},registerRenameProvider:function(e,t){return Ha.get(mt.p).renameProvider.register(e,t)},registerCompletionItemProvider:function(e,t){return Ha.get(mt.p).completionProvider.register(e,t)},registerSignatureHelpProvider:function(e,t){return Ha.get(mt.p).signatureHelpProvider.register(e,t)},registerHoverProvider:function(e,t){return Ha.get(mt.p).hoverProvider.register(e,{provideHover:(e,i,n)=>{const o=e.getWordAtPosition(i);return Promise.resolve(t.provideHover(e,i,n)).then((e=>{if(e)return!e.range&&o&&(e.range=new K.e(i.lineNumber,o.startColumn,i.lineNumber,o.endColumn)),e.range||(e.range=new K.e(i.lineNumber,i.column,i.lineNumber,i.column)),e}))}})},registerDocumentSymbolProvider:function(e,t){return Ha.get(mt.p).documentSymbolProvider.register(e,t)},registerDocumentHighlightProvider:function(e,t){return Ha.get(mt.p).documentHighlightProvider.register(e,t)},registerLinkedEditingRangeProvider:function(e,t){return Ha.get(mt.p).linkedEditingRangeProvider.register(e,t)},registerDefinitionProvider:function(e,t){return Ha.get(mt.p).definitionProvider.register(e,t)},registerImplementationProvider:function(e,t){return Ha.get(mt.p).implementationProvider.register(e,t)},registerTypeDefinitionProvider:function(e,t){return Ha.get(mt.p).typeDefinitionProvider.register(e,t)},registerCodeLensProvider:function(e,t){return Ha.get(mt.p).codeLensProvider.register(e,t)},registerCodeActionProvider:function(e,t,i){return Ha.get(mt.p).codeActionProvider.register(e,{providedCodeActionKinds:null==i?void 0:i.providedCodeActionKinds,provideCodeActions:(e,i,n,o)=>{const r=Ha.get(Zo.lT).read({resource:e.uri}).filter((e=>K.e.areIntersectingOrTouching(e,i)));return t.provideCodeActions(e,i,{markers:r,only:n.only},o)},resolveCodeAction:t.resolveCodeAction})},registerDocumentFormattingEditProvider:function(e,t){return Ha.get(mt.p).documentFormattingEditProvider.register(e,t)},registerDocumentRangeFormattingEditProvider:function(e,t){return Ha.get(mt.p).documentRangeFormattingEditProvider.register(e,t)},registerOnTypeFormattingEditProvider:function(e,t){return Ha.get(mt.p).onTypeFormattingEditProvider.register(e,t)},registerLinkProvider:function(e,t){return Ha.get(mt.p).linkProvider.register(e,t)},registerColorProvider:function(e,t){return Ha.get(mt.p).colorProvider.register(e,t)},registerFoldingRangeProvider:function(e,t){return Ha.get(mt.p).foldingRangeProvider.register(e,t)},registerDeclarationProvider:function(e,t){return Ha.get(mt.p).declarationProvider.register(e,t)},registerSelectionRangeProvider:function(e,t){return Ha.get(mt.p).selectionRangeProvider.register(e,t)},registerDocumentSemanticTokensProvider:function(e,t){return Ha.get(mt.p).documentSemanticTokensProvider.register(e,t)},registerDocumentRangeSemanticTokensProvider:function(e,t){return Ha.get(mt.p).documentRangeSemanticTokensProvider.register(e,t)},registerInlineCompletionsProvider:function(e,t){return Ha.get(mt.p).inlineCompletionsProvider.register(e,t)},registerInlayHintsProvider:function(e,t){return Ha.get(mt.p).inlayHintsProvider.register(e,t)},DocumentHighlightKind:u,CompletionItemKind:r,CompletionItemTag:s,CompletionItemInsertTextRule:o,SymbolKind:M,SymbolTag:O,IndentAction:f,CompletionTriggerKind:a,SignatureHelpTriggerKind:R,InlayHintKind:b,InlineCompletionTriggerKind:v,FoldingRangeKind:G.AD};const pl=hl.CancellationTokenSource,ml=hl.Emitter,fl=hl.KeyCode,_l=hl.KeyMod,bl=hl.Position,vl=hl.Range,Cl=hl.Selection,wl=hl.SelectionDirection,yl=hl.MarkerSeverity,Sl=hl.MarkerTag,xl=hl.Uri,kl=hl.Token,Ll=hl.editor,El=hl.languages;((null===(dl=ke.li.MonacoEnvironment)||void 0===dl?void 0:dl.globalAPI)||"function"==typeof define&&i.amdO)&&(self.monaco=hl),void 0!==self.require&&"function"==typeof self.require.config&&self.require.config({ignoreDuplicateModules:["vscode-languageserver-types","vscode-languageserver-types/main","vscode-languageserver-textdocument","vscode-languageserver-textdocument/main","vscode-nls","vscode-nls/vscode-nls","jsonc-parser","jsonc-parser/main","vscode-uri","vscode-uri/index","vs/basic-languages/typescript/typescript"]})},49982:function(e,t,i){"use strict";i.r(t),i.d(t,{CancellationTokenSource:function(){return n.CancellationTokenSource},Emitter:function(){return n.Emitter},KeyCode:function(){return n.KeyCode},KeyMod:function(){return n.KeyMod},MarkerSeverity:function(){return n.MarkerSeverity},MarkerTag:function(){return n.MarkerTag},Position:function(){return n.Position},Range:function(){return n.Range},Selection:function(){return n.Selection},SelectionDirection:function(){return n.SelectionDirection},Token:function(){return n.Token},Uri:function(){return n.Uri},__esModule:function(){return n.__esModule},editor:function(){return n.editor},languages:function(){return n.languages},version:function(){return n.version}});var n=i(54918);i(47729),i(24900),i(23434),i(63631),i(33475),i(93048),i(98184),i(3186),i(53651),i(34669),i(3654),i(63698),i(73151),i(80631),i(10944),i(25456),i(2395),i(4275),i(630),i(61089),i(80527),i(9243),i(64825),i(77322),i(62965),i(80571),i(89852),i(66424),i(93741),i(27174),i(68971),i(50612),i(21401),i(33903),i(20366),i(60301),i(21823),i(54201),i(5895),i(60107),i(86229),i(9086),i(24972),i(83105),i(79931),i(53828),i(7406),i(64026),i(33173),i(11138),i(61116),i(31961),i(43717),i(63074),i(99032),i(28897),i(45439),i(94184),i(48367),i(33464),i(4595),i(8592),i(49607),i(78027),i(45089),i(22900),i(6714),i(59305),i(51345),i(61797),i(86),i(35184),i(36945),i(59114),i(19396),i(77897),i(24311),i(31118),i(72080),i(45580),i(75797),i(47095),i(34239),i(43061),i(54552),i(77082),i(26421),i(90089),i(42336),i(63149),i(97807),i(42201),i(13257),i(57856),i(2769),i(80015),i(96593),i(90251),i(16244),i(48693),i(27239),i(81177),i(28859),i(82879),i(6718),i(15707),i(34944),i(7859),i(37089),i(63022),i(82105),i(68620),i(16486),i(70663),i(78053),i(99966),i(98483),i(32072),i(29820),i(1266),i(27710),i(13876),i(88942),i(60803),i(32547),i(40216),i(37184),i(65042),i(71414),i(6622),i(32210),i(17026),i(21094),i(71874),i(57402),i(88640),i(50717),i(5380),i(82597)},32210:function(e,t,i){"use strict";i.r(t);var n=i(93379),o=i.n(n),r=i(7795),s=i.n(r),a=i(90569),l=i.n(a),c=i(3565),d=i.n(c),u=i(19216),h=i.n(u),g=i(44589),p=i.n(g),m=i(20450),f={};f.styleTagTransform=p(),f.setAttributes=d(),f.insert=l().bind(null,"head"),f.domAPI=s(),f.insertStyleElement=h(),o()(m.Z,f),m.Z&&m.Z.locals&&m.Z.locals;var _=i(68695),b=i(17762),v=i(61604),C=i(77339),w=i(43479),y=i(4004),S=i(6954),x=i(18039),k=i(39675),L=i(4189),E=i(38673),N=i(13876),D=i(60393),I=i(12260),T=i(67517),A=i(82523),R=i(45164),M=i(81585),O=i(71414),P=function(e,t,i,n){var o,r=arguments.length,s=r<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,i):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,i,s):o(t,i))||s);return r>3&&s&&Object.defineProperty(t,i,s),s},F=function(e,t){return function(i,n){t(i,n,e)}};const B=new D.uy("accessibilityHelpWidgetVisible",!1);let W=class e extends y.JT{constructor(e,t){super(),this._editor=e,this._widget=this._register(t.createInstance(V,this._editor))}static get(t){return t.getContribution(e.ID)}show(){this._widget.show()}hide(){this._widget.hide()}};W.ID="editor.contrib.accessibilityHelpController",W=P([F(1,I.TG)],W);let V=class e extends w.${constructor(e,t,i,n){super(),this._contextKeyService=t,this._keybindingService=i,this._openerService=n,this._editor=e,this._isVisibleKey=B.bindTo(this._contextKeyService),this._domNode=(0,b.X)(document.createElement("div")),this._domNode.setClassName("accessibilityHelpWidget"),this._domNode.setDisplay("none"),this._domNode.setAttribute("role","dialog"),this._domNode.setAttribute("aria-hidden","true"),this._contentDomNode=(0,b.X)(document.createElement("div")),this._contentDomNode.setAttribute("role","document"),this._domNode.appendChild(this._contentDomNode),this._isVisible=!1,this._register(this._editor.onDidLayoutChange((()=>{this._isVisible&&this._layout()}))),this._register(_.mu(this._contentDomNode.domNode,"keydown",(e=>{if(this._isVisible&&(e.equals(2083)&&((0,C.Z9)(O.Oe.emergencyConfOn),this._editor.updateOptions({accessibilitySupport:"on"}),_.PO(this._contentDomNode.domNode),this._buildContent(),this._contentDomNode.domNode.focus(),e.preventDefault(),e.stopPropagation()),e.equals(2086))){(0,C.Z9)(O.Oe.openingDocs);let t=this._editor.getRawOptions().accessibilityHelpUrl;void 0===t&&(t="https://go.microsoft.com/fwlink/?linkid=852450"),this._openerService.open(k.o.parse(t)),e.preventDefault(),e.stopPropagation()}}))),this.onblur(this._contentDomNode.domNode,(()=>{this.hide()})),this._editor.addOverlayWidget(this)}dispose(){this._editor.removeOverlayWidget(this),super.dispose()}getId(){return e.ID}getDomNode(){return this._domNode.domNode}getPosition(){return{preference:null}}show(){this._isVisible||(this._isVisible=!0,this._isVisibleKey.set(!0),this._layout(),this._domNode.setDisplay("block"),this._domNode.setAttribute("aria-hidden","false"),this._contentDomNode.domNode.tabIndex=0,this._buildContent(),this._contentDomNode.domNode.focus())}_descriptionForCommand(e,t,i){const n=this._keybindingService.lookupKeybinding(e);return n?x.WU(t,n.getAriaLabel()):x.WU(i,e)}_buildContent(){const e=this._editor.getOptions(),t=this._editor.getSelections();let i=0;if(t){const e=this._editor.getModel();e&&t.forEach((t=>{i+=e.getValueLengthInRange(t)}))}let n=function(e,t){return e&&0!==e.length?1===e.length?t?x.WU(O.Oe.singleSelectionRange,e[0].positionLineNumber,e[0].positionColumn,t):x.WU(O.Oe.singleSelection,e[0].positionLineNumber,e[0].positionColumn):t?x.WU(O.Oe.multiSelectionRange,e.length,t):e.length>0?x.WU(O.Oe.multiSelection,e.length):"":O.Oe.noSelection}(t,i);e.get(54)?e.get(81)?n+=O.Oe.readonlyDiffEditor:n+=O.Oe.editableDiffEditor:e.get(81)?n+=O.Oe.readonlyEditor:n+=O.Oe.editableEditor;const o=S.dz?O.Oe.changeConfigToOnMac:O.Oe.changeConfigToOnWinLinux;switch(e.get(2)){case 0:n+="\n\n - "+o;break;case 2:n+="\n\n - "+O.Oe.auto_on;break;case 1:n+="\n\n - "+O.Oe.auto_off,n+=" "+o}e.get(130)?n+="\n\n - "+this._descriptionForCommand(N.ToggleTabFocusModeAction.ID,O.Oe.tabFocusModeOnMsg,O.Oe.tabFocusModeOnMsgNoKb):n+="\n\n - "+this._descriptionForCommand(N.ToggleTabFocusModeAction.ID,O.Oe.tabFocusModeOffMsg,O.Oe.tabFocusModeOffMsgNoKb),n+="\n\n - "+(S.dz?O.Oe.openDocMac:O.Oe.openDocWinLinux),n+="\n\n"+O.Oe.outroMsg,this._contentDomNode.domNode.appendChild((0,v.BO)(n)),this._contentDomNode.domNode.setAttribute("aria-label",n)}hide(){this._isVisible&&(this._isVisible=!1,this._isVisibleKey.reset(),this._domNode.setDisplay("none"),this._domNode.setAttribute("aria-hidden","true"),this._contentDomNode.domNode.tabIndex=-1,_.PO(this._contentDomNode.domNode),this._editor.focus())}_layout(){const t=this._editor.getLayoutInfo(),i=Math.max(5,Math.min(e.WIDTH,t.width-40)),n=Math.max(5,Math.min(e.HEIGHT,t.height-40));this._domNode.setWidth(i),this._domNode.setHeight(n);const o=Math.round((t.height-n)/2);this._domNode.setTop(o);const r=Math.round((t.width-i)/2);this._domNode.setLeft(r)}};V.ID="editor.contrib.accessibilityHelpWidget",V.WIDTH=500,V.HEIGHT=300,V=P([F(1,D.i6),F(2,T.d),F(3,A.v4)],V);class H extends L.R6{constructor(){super({id:"editor.action.showAccessibilityHelp",label:O.Oe.showAccessibilityHelpAction,alias:"Show Accessibility Help",precondition:void 0,kbOpts:{primary:571,weight:100,linux:{primary:1595,secondary:[571]}}})}run(e,t){const i=W.get(t);i&&i.show()}}(0,L._K)(W.ID,W),(0,L.Qr)(H);const z=L._l.bindToContribution(W.get);(0,L.fK)(new z({id:"closeAccessibilityHelp",precondition:B,handler:e=>e.hide(),kbOpts:{weight:200,kbExpr:E.u.focus,primary:9,secondary:[1033]}})),(0,M.Ic)(((e,t)=>{const i=e.getColor(R.D0T);i&&t.addRule(`.monaco-editor .accessibilityHelpWidget { background-color: ${i}; }`);const n=e.getColor(R.Hfx);n&&t.addRule(`.monaco-editor .accessibilityHelpWidget { color: ${n}; }`);const o=e.getColor(R.rh);o&&t.addRule(`.monaco-editor .accessibilityHelpWidget { box-shadow: 0 2px 8px ${o}; }`);const r=e.getColor(R.lRK);r&&t.addRule(`.monaco-editor .accessibilityHelpWidget { border: 2px solid ${r}; }`)}))},17026:function(e,t,i){"use strict";i.r(t),i.d(t,{IPadShowKeyboard:function(){return w}});var n=i(93379),o=i.n(n),r=i(7795),s=i.n(r),a=i(90569),l=i.n(a),c=i(3565),d=i.n(c),u=i(19216),h=i.n(u),g=i(44589),p=i.n(g),m=i(8986),f={};f.styleTagTransform=p(),f.setAttributes=d(),f.insert=l().bind(null,"head"),f.domAPI=s(),f.insertStyleElement=h(),o()(m.Z,f),m.Z&&m.Z.locals&&m.Z.locals;var _=i(68695),b=i(4004),v=i(4189),C=i(6954);class w extends b.JT{constructor(e){super(),this.editor=e,this.widget=null,C.gn&&(this._register(e.onDidChangeConfiguration((()=>this.update()))),this.update())}update(){const e=!this.editor.getOption(81);!this.widget&&e?this.widget=new y(this.editor):this.widget&&!e&&(this.widget.dispose(),this.widget=null)}dispose(){super.dispose(),this.widget&&(this.widget.dispose(),this.widget=null)}}w.ID="editor.contrib.iPadShowKeyboard";class y extends b.JT{constructor(e){super(),this.editor=e,this._domNode=document.createElement("textarea"),this._domNode.className="iPadShowKeyboard",this._register(_.nm(this._domNode,"touchstart",(e=>{this.editor.focus()}))),this._register(_.nm(this._domNode,"focus",(e=>{this.editor.focus()}))),this.editor.addOverlayWidget(this)}dispose(){this.editor.removeOverlayWidget(this),super.dispose()}getId(){return y.ID}getDomNode(){return this._domNode}getPosition(){return{preference:1}}}y.ID="editor.contrib.ShowKeyboardWidget",(0,v._K)(w.ID,w)},21094:function(e,t,i){"use strict";i.r(t);var n=i(93379),o=i.n(n),r=i(7795),s=i.n(r),a=i(90569),l=i.n(a),c=i(3565),d=i.n(c),u=i(19216),h=i.n(u),g=i(44589),p=i.n(g),m=i(2885),f={};f.styleTagTransform=p(),f.setAttributes=d(),f.insert=l().bind(null,"head"),f.domAPI=s(),f.insertStyleElement=h(),o()(m.Z,f),m.Z&&m.Z.locals&&m.Z.locals;var _=i(68695),b=i(18689),v=i(4004),C=i(4189),w=i(74893),y=i(14704),S=i(10940),x=i(52093),k=i(45164),L=i(81585),E=i(71414),N=i(14540),D=function(e,t){return function(i,n){t(i,n,e)}};let I=class e extends v.JT{constructor(e,t,i){super(),this._editor=e,this._languageService=i,this._widget=null,this._register(this._editor.onDidChangeModel((e=>this.stop()))),this._register(this._editor.onDidChangeModelLanguage((e=>this.stop()))),this._register(w.RW.onDidChange((e=>this.stop()))),this._register(this._editor.onKeyUp((e=>9===e.keyCode&&this.stop())))}static get(t){return t.getContribution(e.ID)}dispose(){this.stop(),super.dispose()}launch(){this._widget||this._editor.hasModel()&&(this._widget=new A(this._editor,this._languageService))}stop(){this._widget&&(this._widget.dispose(),this._widget=null)}};I.ID="editor.contrib.inspectTokens",I=function(e,t,i,n){var o,r=arguments.length,s=r<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,i):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,i,s):o(t,i))||s);return r>3&&s&&Object.defineProperty(t,i,s),s}([D(1,x.Z),D(2,S.O)],I);class T extends C.R6{constructor(){super({id:"editor.action.inspectTokens",label:E.ug.inspectTokensAction,alias:"Developer: Inspect Tokens",precondition:void 0})}run(e,t){const i=I.get(t);i&&i.launch()}}class A extends v.JT{constructor(e,t){super(),this.allowEditorOverflow=!0,this._editor=e,this._languageService=t,this._model=this._editor.getModel(),this._domNode=document.createElement("div"),this._domNode.className="tokens-inspect-widget",this._tokenizationSupport=function(e,t){const i=w.RW.get(t);if(i)return i;const n=e.encodeLanguageId(t);return{getInitialState:()=>y.TJ,tokenize:(e,i,n)=>(0,y.Ri)(t,n),tokenizeEncoded:(e,t,i)=>(0,y.Dy)(n,i)}}(this._languageService.languageIdCodec,this._model.getLanguageId()),this._compute(this._editor.getPosition()),this._register(this._editor.onDidChangeCursorPosition((e=>this._compute(this._editor.getPosition())))),this._editor.addContentWidget(this)}dispose(){this._editor.removeContentWidget(this),super.dispose()}getId(){return A._ID}_compute(e){const t=this._getTokensAtLine(e.lineNumber);let i=0;for(let n=t.tokens1.length-1;n>=0;n--){const o=t.tokens1[n];if(e.column-1>=o.offset){i=n;break}}let n=0;for(let i=t.tokens2.length>>>1;i>=0;i--)if(e.column-1>=t.tokens2[i<<1]){n=i;break}const o=this._model.getLineContent(e.lineNumber);let r="";if(i{const i=e.getColor(k.CNo);if(i){const n=e.type===N.e.HIGH_CONTRAST?2:1;t.addRule(`.monaco-editor .tokens-inspect-widget { border: ${n}px solid ${i}; }`),t.addRule(`.monaco-editor .tokens-inspect-widget .tokens-inspect-separator { background-color: ${i}; }`)}const n=e.getColor(k.yJx);n&&t.addRule(`.monaco-editor .tokens-inspect-widget { background-color: ${n}; }`);const o=e.getColor(k.Sbf);o&&t.addRule(`.monaco-editor .tokens-inspect-widget { color: ${o}; }`)}))},50717:function(e,t,i){"use strict";i.r(t),i.d(t,{GotoLineAction:function(){return U},StandaloneCommandsQuickAccessProvider:function(){return $}});var n=i(73403),o=i(34073),r=i(71414),s=i(3622),a=i(14329),l=i(57800),c=i(28295),d=i(89982);function u(e,t){return t&&(e.stack||e.stacktrace)?d.NC("vs/base/common/errorMessage","stackTrace.format","{0}: {1}",g(e),h(e.stack)||h(e.stacktrace)):g(e)}function h(e){return Array.isArray(e)?e.join("\n"):e}function g(e){return"string"==typeof e.code&&"number"==typeof e.errno&&"string"==typeof e.syscall?d.NC("vs/base/common/errorMessage","nodeExceptionMessage","A system error occurred ({0})",e.message):e.message||d.NC("vs/base/common/errorMessage","error.defaultMessage","An unknown error occurred. Please consult the log for more details.")}function p(e=null,t=!1){if(!e)return d.NC("vs/base/common/errorMessage","error.defaultMessage","An unknown error occurred. Please consult the log for more details.");if(Array.isArray(e)){const i=l.kX(e),n=p(i[0],t);return i.length>1?d.NC("vs/base/common/errorMessage","error.moreErrors","{0} ({1} errors in total)",n,i.length):n}if(c.HD(e))return e;if(e.detail){const i=e.detail;if(i.error)return u(i.error,t);if(i.exception)return u(i.exception,t)}return e.stack?u(e,t):e.message?e.message:d.NC("vs/base/common/errorMessage","error.defaultMessage","An unknown error occurred. Please consult the log for more details.")}var m,f=i(16182),_=i(34604),b=i(4004),v=i(38455),C=i(81234),w=i(14756),y=i(40539),S=i(34243),x=i(12260),k=i(67517),L=i(40027),E=i(60677),N=function(e,t,i,n){return new(i||(i=Promise))((function(o,r){function s(e){try{l(n.next(e))}catch(e){r(e)}}function a(e){try{l(n.throw(e))}catch(e){r(e)}}function l(e){var t;e.done?o(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(s,a)}l((n=n.apply(e,t||[])).next())}))};function D(e){const t=e;return Array.isArray(t.items)}!function(e){e[e.NO_ACTION=0]="NO_ACTION",e[e.CLOSE_PICKER=1]="CLOSE_PICKER",e[e.REFRESH_PICKER=2]="REFRESH_PICKER",e[e.REMOVE_ITEM=3]="REMOVE_ITEM"}(m||(m={}));class I extends b.JT{constructor(e,t){super(),this.prefix=e,this.options=t}provide(e,t){var i;const n=new b.SL;let o;e.canAcceptInBackground=!!(null===(i=this.options)||void 0===i?void 0:i.canAcceptInBackground),e.matchOnLabel=e.matchOnDescription=e.matchOnDetail=e.sortByLabel=!1;const r=n.add(new b.XK),s=()=>N(this,void 0,void 0,(function*(){const i=r.value=new b.SL;null==o||o.dispose(!0),e.busy=!1,o=new E.A(t);const n=o.token,s=e.value.substr(this.prefix.length).trim(),a=this._getPicks(s,i,n),l=(t,i)=>{var n;let o,r;if(D(t)?(o=t.items,r=t.active):o=t,0===o.length){if(i)return!1;s.length>0&&(null===(n=this.options)||void 0===n?void 0:n.noResultsPick)&&(o=[this.options.noResultsPick])}return e.items=o,r&&(e.activeItems=[r]),!0};if(null===a);else if(function(e){const t=e;return!!t.picks&&t.additionalPicks instanceof Promise}(a)){let t=!1,i=!1;yield Promise.all([(()=>N(this,void 0,void 0,(function*(){yield(0,L.Vs)(I.FAST_PICKS_RACE_DELAY),n.isCancellationRequested||i||(t=l(a.picks,!0))})))(),(()=>N(this,void 0,void 0,(function*(){e.busy=!0;try{const o=yield a.additionalPicks;if(n.isCancellationRequested)return;let r,s,c,d;if(D(a.picks)?(r=a.picks.items,s=a.picks.active):r=a.picks,D(o)?(c=o.items,d=o.active):c=o,c.length>0||!t){let t;if(!s&&!d){const i=e.activeItems[0];i&&-1!==r.indexOf(i)&&(t=i)}l({items:[...r,...c],active:s||d||t})}}finally{n.isCancellationRequested||(e.busy=!1),i=!0}})))()])}else if(a instanceof Promise){e.busy=!0;try{const t=yield a;if(n.isCancellationRequested)return;l(t)}finally{n.isCancellationRequested||(e.busy=!1)}}else l(a)}));return n.add(e.onDidChangeValue((()=>s()))),s(),n.add(e.onDidAccept((t=>{const[i]=e.selectedItems;"function"==typeof(null==i?void 0:i.accept)&&(t.inBackground||e.hide(),i.accept(e.keyMods,t))}))),n.add(e.onDidTriggerItemButton((({button:i,item:n})=>N(this,void 0,void 0,(function*(){var o,r;if("function"==typeof n.trigger){const a=null!==(r=null===(o=n.buttons)||void 0===o?void 0:o.indexOf(i))&&void 0!==r?r:-1;if(a>=0){const i=n.trigger(a,e.keyMods),o="number"==typeof i?i:yield i;if(t.isCancellationRequested)return;switch(o){case m.NO_ACTION:break;case m.CLOSE_PICKER:e.hide();break;case m.REFRESH_PICKER:s();break;case m.REMOVE_ITEM:{const t=e.items.indexOf(n);if(-1!==t){const i=e.items.slice(),n=i.splice(t,1),o=e.activeItems.filter((e=>e!==n[0])),r=e.keepScrollPosition;e.keepScrollPosition=!0,e.items=i,o&&(e.activeItems=o),e.keepScrollPosition=r}break}}}}}))))),n}}I.FAST_PICKS_RACE_DELAY=200;var T=i(86303),A=i(56080),R=function(e,t,i,n){var o,r=arguments.length,s=r<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,i):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,i,s):o(t,i))||s);return r>3&&s&&Object.defineProperty(t,i,s),s},M=function(e,t){return function(i,n){t(i,n,e)}},O=function(e,t,i,n){return new(i||(i=Promise))((function(o,r){function s(e){try{l(n.next(e))}catch(e){r(e)}}function a(e){try{l(n.throw(e))}catch(e){r(e)}}function l(e){var t;e.done?o(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(s,a)}l((n=n.apply(e,t||[])).next())}))};let P=class e extends I{constructor(t,i,n,o,r,s){super(e.PREFIX,t),this.instantiationService=i,this.keybindingService=n,this.commandService=o,this.telemetryService=r,this.dialogService=s,this.commandsHistory=this._register(this.instantiationService.createInstance(F)),this.options=t}_getPicks(t,i,n){return O(this,void 0,void 0,(function*(){const o=yield this.getCommandPicks(i,n);if(n.isCancellationRequested)return[];const r=[];for(const i of o){const n=(0,c.f6)(e.WORD_FILTER(t,i.label)),o=i.commandAlias?(0,c.f6)(e.WORD_FILTER(t,i.commandAlias)):void 0;n||o?(i.highlights={label:n,detail:this.options.showAlias?o:void 0},r.push(i)):t===i.commandId&&r.push(i)}const s=new Map;for(const e of r){const t=s.get(e.label);t?(e.description=e.commandId,t.description=t.commandId):s.set(e.label,e)}r.sort(((e,t)=>{const i=this.commandsHistory.peek(e.commandId),n=this.commandsHistory.peek(t.commandId);return i&&n?i>n?-1:1:i?-1:n?1:e.label.localeCompare(t.label)}));const a=[];let l=!1;for(let e=0;eO(this,void 0,void 0,(function*(){this.commandsHistory.push(t.commandId),this.telemetryService.publicLog2("workbenchActionExecuted",{id:t.commandId,from:"quick open"});try{yield this.commandService.executeCommand(t.commandId)}catch(e){(0,f.n2)(e)||this.dialogService.show(C.Z.Error,(0,d.NC)("vs/platform/quickinput/browser/commandsQuickAccess","canNotRun","Command '{0}' resulted in an error ({1})",t.label,p(e)))}}))}))}return a}))}};P.PREFIX=">",P.WORD_FILTER=(0,_.or)(_.Ji,_.KZ,_.ir),P=R([M(1,x.TG),M(2,k.d),M(3,w.Hy),M(4,A.b),M(5,S.S)],P);let F=class e extends b.JT{constructor(e,t){super(),this.storageService=e,this.configurationService=t,this.configuredCommandsHistoryLength=0,this.updateConfiguration(),this.load(),this.registerListeners()}registerListeners(){this._register(this.configurationService.onDidChangeConfiguration((()=>this.updateConfiguration())))}updateConfiguration(){this.configuredCommandsHistoryLength=e.getConfiguredCommandHistoryLength(this.configurationService),e.cache&&e.cache.limit!==this.configuredCommandsHistoryLength&&(e.cache.limit=this.configuredCommandsHistoryLength,e.saveState(this.storageService))}load(){const t=this.storageService.get(e.PREF_KEY_CACHE,0);let i;if(t)try{i=JSON.parse(t)}catch(e){}const n=e.cache=new v.z6(this.configuredCommandsHistoryLength,1);if(i){let e;e=i.usesLRU?i.entries:i.entries.sort(((e,t)=>e.value-t.value)),e.forEach((e=>n.set(e.key,e.value)))}e.counter=this.storageService.getNumber(e.PREF_KEY_COUNTER,0,e.counter)}push(t){e.cache&&(e.cache.set(t,e.counter++),e.saveState(this.storageService))}peek(t){var i;return null===(i=e.cache)||void 0===i?void 0:i.peek(t)}static saveState(t){if(!e.cache)return;const i={usesLRU:!0,entries:[]};e.cache.forEach(((e,t)=>i.entries.push({key:t,value:e}))),t.store(e.PREF_KEY_CACHE,JSON.stringify(i),0,0),t.store(e.PREF_KEY_COUNTER,e.counter,0,0)}static getConfiguredCommandHistoryLength(t){var i,n;const o=null===(n=null===(i=t.getValue().workbench)||void 0===i?void 0:i.commandPalette)||void 0===n?void 0:n.history;return"number"==typeof o?o:e.DEFAULT_COMMANDS_HISTORY_LENGTH}};F.DEFAULT_COMMANDS_HISTORY_LENGTH=50,F.PREF_KEY_CACHE="commandPalette.mru.cache",F.PREF_KEY_COUNTER="commandPalette.mru.counter",F.counter=1,F=R([M(0,T.Uy),M(1,y.Ui)],F);class B extends P{constructor(e,t,i,n,o,r){super(e,t,i,n,o,r)}getCodeEditorCommandPicks(){const e=this.activeTextEditorControl;if(!e)return[];const t=[];for(const i of e.getSupportedActions())t.push({commandId:i.id,commandAlias:i.alias,label:(0,a.x$)(i.label)||i.id});return t}}var W=i(4189),V=i(38673),H=i(22447),z=function(e,t){return function(i,n){t(i,n,e)}};let $=class extends B{constructor(e,t,i,n,o,r){super({showAlias:!1},e,i,n,o,r),this.codeEditorService=t}get activeTextEditorControl(){return(0,c.f6)(this.codeEditorService.getFocusedCodeEditor())}getCommandPicks(){return e=this,t=void 0,n=function*(){return this.getCodeEditorCommandPicks()},new((i=void 0)||(i=Promise))((function(o,r){function s(e){try{l(n.next(e))}catch(e){r(e)}}function a(e){try{l(n.throw(e))}catch(e){r(e)}}function l(e){var t;e.done?o(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(s,a)}l((n=n.apply(e,t||[])).next())}));var e,t,i,n}};$=function(e,t,i,n){var o,r=arguments.length,s=r<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,i):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,i,s):o(t,i))||s);return r>3&&s&&Object.defineProperty(t,i,s),s}([z(0,x.TG),z(1,s.$),z(2,k.d),z(3,w.Hy),z(4,A.b),z(5,S.S)],$),n.B.as(o.IP.Quickaccess).registerQuickAccessProvider({ctor:$,prefix:$.PREFIX,helpEntries:[{description:r.UX.quickCommandHelp,needsEditor:!0}]});class U extends W.R6{constructor(){super({id:"editor.action.quickCommand",label:r.UX.quickCommandActionLabel,alias:"Command Palette",precondition:void 0,kbOpts:{kbExpr:V.u.focus,primary:59,weight:100},contextMenuOpts:{group:"z_commands",order:1}})}run(e){e.get(H.eJ).quickAccess.show($.PREFIX)}}(0,W.Qr)(U)},57402:function(e,t,i){"use strict";i.r(t),i.d(t,{GotoLineAction:function(){return C},StandaloneGotoLineQuickAccessProvider:function(){return _}});var n=i(4004),o=i(28281),r=i(10600),s=i(89982);class a extends r.X{constructor(){super({canAcceptInBackground:!0})}provideWithoutTextEditor(e){const t=(0,s.NC)("vs/editor/contrib/quickAccess/browser/gotoLineQuickAccess","cannotRunGotoLine","Open a text editor first to go to a line.");return e.items=[{label:t}],e.ariaLabel=t,n.JT.None}provideWithTextEditor(e,t,i){const r=e.editor,s=new n.SL;s.add(t.onDidAccept((i=>{const[n]=t.selectedItems;if(n){if(!this.isValidLineNumber(r,n.lineNumber))return;this.gotoLocation(e,{range:this.toRange(n.lineNumber,n.column),keyMods:t.keyMods,preserveFocus:i.inBackground}),i.inBackground||t.hide()}})));const l=()=>{const e=this.parsePosition(r,t.value.trim().substr(a.PREFIX.length)),i=this.getPickLabel(r,e.lineNumber,e.column);if(t.items=[{lineNumber:e.lineNumber,column:e.column,label:i}],t.ariaLabel=i,!this.isValidLineNumber(r,e.lineNumber))return void this.clearDecorations(r);const n=this.toRange(e.lineNumber,e.column);r.revealRangeInCenter(n,0),this.addDecorations(r,n)};l(),s.add(t.onDidChangeValue((()=>l())));const c=(0,o.Pi)(r);return c&&2===c.getOptions().get(60).renderType&&(c.updateOptions({lineNumbers:"on"}),s.add((0,n.OF)((()=>c.updateOptions({lineNumbers:"relative"}))))),s}toRange(e=1,t=1){return{startLineNumber:e,startColumn:t,endLineNumber:e,endColumn:t}}parsePosition(e,t){const i=t.split(/,|:|#/).map((e=>parseInt(e,10))).filter((e=>!isNaN(e))),n=this.lineCount(e)+1;return{lineNumber:i[0]>0?i[0]:n+i[0],column:i[1]}}getPickLabel(e,t,i){if(this.isValidLineNumber(e,t))return this.isValidColumn(e,t,i)?(0,s.NC)("vs/editor/contrib/quickAccess/browser/gotoLineQuickAccess","gotoLineColumnLabel","Go to line {0} and character {1}.",t,i):(0,s.NC)("vs/editor/contrib/quickAccess/browser/gotoLineQuickAccess","gotoLineLabel","Go to line {0}.",t);const n=e.getPosition()||{lineNumber:1,column:1},o=this.lineCount(e);return o>1?(0,s.NC)("vs/editor/contrib/quickAccess/browser/gotoLineQuickAccess","gotoLineLabelEmptyWithLimit","Current Line: {0}, Character: {1}. Type a line number between 1 and {2} to navigate to.",n.lineNumber,n.column,o):(0,s.NC)("vs/editor/contrib/quickAccess/browser/gotoLineQuickAccess","gotoLineLabelEmpty","Current Line: {0}, Character: {1}. Type a line number to navigate to.",n.lineNumber,n.column)}isValidLineNumber(e,t){return!(!t||"number"!=typeof t)&&t>0&&t<=this.lineCount(e)}isValidColumn(e,t,i){if(!i||"number"!=typeof i)return!1;const n=this.getModel(e);if(!n)return!1;const o={lineNumber:t,column:i};return n.validatePosition(o).equals(o)}lineCount(e){var t,i;return null!==(i=null===(t=this.getModel(e))||void 0===t?void 0:t.getLineCount())&&void 0!==i?i:0}}a.PREFIX=":";var l=i(73403),c=i(34073),d=i(3622),u=i(28295),h=i(71414),g=i(46718),p=i(4189),m=i(38673),f=i(22447);let _=class extends a{constructor(e){super(),this.editorService=e,this.onDidActiveTextEditorControlChange=g.ju.None}get activeTextEditorControl(){return(0,u.f6)(this.editorService.getFocusedCodeEditor())}};var b,v;_=function(e,t,i,n){var o,r=arguments.length,s=r<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,i):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,i,s):o(t,i))||s);return r>3&&s&&Object.defineProperty(t,i,s),s}([(b=0,v=d.$,function(e,t){v(e,t,b)})],_),l.B.as(c.IP.Quickaccess).registerQuickAccessProvider({ctor:_,prefix:_.PREFIX,helpEntries:[{description:h.qq.gotoLineActionLabel,needsEditor:!0}]});class C extends p.R6{constructor(){super({id:"editor.action.gotoLine",label:h.qq.gotoLineActionLabel,alias:"Go to Line/Column...",precondition:void 0,kbOpts:{kbExpr:m.u.focus,primary:2085,mac:{primary:293},weight:100}})}run(e){e.get(f.eJ).quickAccess.show(_.PREFIX)}}(0,p.Qr)(C)},88640:function(e,t,i){"use strict";i.r(t),i.d(t,{GotoLineAction:function(){return H},StandaloneGotoSymbolQuickAccessProvider:function(){return V}}),i(6622),i(31300);var n=i(40027),o=i(60677),r=i(4821),s=i(34604),a=i(14477),l=i(6954),c=i(18039);const d=[void 0,[]];function u(e,t,i=0,n=0){const o=t;return o.values&&o.values.length>1?function(e,t,i,n){let o=0;const r=[];for(const s of t){const[t,a]=h(e,s,i,n);if("number"!=typeof t)return d;o+=t,r.push(...a)}return[o,g(r)]}(e,o.values,i,n):h(e,t,i,n)}function h(e,t,i,n){const o=(0,s.EW)(t.original,t.originalLowercase,i,e,e.toLowerCase(),n,!0);return o?[o[0],(0,s.mB)(o)]:d}function g(e){const t=e.sort(((e,t)=>e.start-t.start)),i=[];let n;for(const e of t)!n||(r=e,(o=n).end=0,s=p(e);let l;const c=e.split(" ");if(c.length>1)for(const e of c){const t=p(e),{pathNormalized:i,normalized:n,normalizedLowercase:o}=f(e);n&&(l||(l=[]),l.push({original:e,originalLowercase:e.toLowerCase(),pathNormalized:i,normalized:n,normalizedLowercase:o,expectContiguousMatch:t}))}return{original:e,originalLowercase:t,pathNormalized:i,normalized:n,normalizedLowercase:o,values:l,containsPathSeparator:r,expectContiguousMatch:s}}function f(e){let t;t=l.ED?e.replace(/\//g,a.ir):e.replace(/\\/g,a.ir);const i=(0,c.R1)(t).replace(/\s|"/g,"");return{pathNormalized:t,normalized:i,normalizedLowercase:i.toLowerCase()}}function _(e){return Array.isArray(e)?m(e.map((e=>e.original)).join(" ")):m(e.original)}Object.freeze({score:0});var b=i(4004),v=i(11465),C=i(74893),w=i(31971),y=i(10600),S=i(89982),x=i(66988),k=function(e,t){return function(i,n){t(i,n,e)}},L=function(e,t,i,n){return new(i||(i=Promise))((function(o,r){function s(e){try{l(n.next(e))}catch(e){r(e)}}function a(e){try{l(n.throw(e))}catch(e){r(e)}}function l(e){var t;e.done?o(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(s,a)}l((n=n.apply(e,t||[])).next())}))};let E=class e extends y.X{constructor(e,t,i=Object.create(null)){super(i),this._languageFeaturesService=e,this._outlineModelService=t,this.options=i,this.options.canAcceptInBackground=!0}provideWithoutTextEditor(e){return this.provideLabelPick(e,(0,S.NC)("vs/editor/contrib/quickAccess/browser/gotoSymbolQuickAccess","cannotRunGotoSymbolWithoutEditor","To go to a symbol, first open a text editor with symbol information.")),b.JT.None}provideWithTextEditor(e,t,i){const n=e.editor,o=this.getModel(n);return o?this._languageFeaturesService.documentSymbolProvider.has(o)?this.doProvideWithEditorSymbols(e,o,t,i):this.doProvideWithoutEditorSymbols(e,o,t,i):b.JT.None}doProvideWithoutEditorSymbols(e,t,i,n){const o=new b.SL;return this.provideLabelPick(i,(0,S.NC)("vs/editor/contrib/quickAccess/browser/gotoSymbolQuickAccess","cannotRunGotoSymbolWithoutSymbolProvider","The active text editor does not provide symbol information.")),(()=>{L(this,void 0,void 0,(function*(){(yield this.waitForLanguageSymbolRegistry(t,o))&&!n.isCancellationRequested&&o.add(this.doProvideWithEditorSymbols(e,t,i,n))}))})(),o}provideLabelPick(e,t){e.items=[{label:t,index:0,kind:14}],e.ariaLabel=t}waitForLanguageSymbolRegistry(e,t){return L(this,void 0,void 0,(function*(){if(this._languageFeaturesService.documentSymbolProvider.has(e))return!0;const i=new n.CR,o=t.add(this._languageFeaturesService.documentSymbolProvider.onDidChange((()=>{this._languageFeaturesService.documentSymbolProvider.has(e)&&(o.dispose(),i.complete(!0))})));return t.add((0,b.OF)((()=>i.complete(!1)))),i.p}))}doProvideWithEditorSymbols(t,i,n,r){const s=t.editor,a=new b.SL;a.add(n.onDidAccept((e=>{const[i]=n.selectedItems;i&&i.range&&(this.gotoLocation(t,{range:i.range.selection,keyMods:n.keyMods,preserveFocus:e.inBackground}),e.inBackground||n.hide())}))),a.add(n.onDidTriggerItemButton((({item:e})=>{e&&e.range&&(this.gotoLocation(t,{range:e.range.selection,keyMods:n.keyMods,forceSideBySide:!0}),n.hide())})));const l=this.getDocumentSymbols(i,r);let c;const d=()=>L(this,void 0,void 0,(function*(){null==c||c.dispose(!0),n.busy=!1,c=new o.A(r),n.busy=!0;try{const t=m(n.value.substr(e.PREFIX.length).trim()),i=yield this.doGetSymbolPicks(l,t,void 0,c.token);if(r.isCancellationRequested)return;i.length>0?n.items=i:t.original.length>0?this.provideLabelPick(n,(0,S.NC)("vs/editor/contrib/quickAccess/browser/gotoSymbolQuickAccess","noMatchingSymbolResults","No matching editor symbols")):this.provideLabelPick(n,(0,S.NC)("vs/editor/contrib/quickAccess/browser/gotoSymbolQuickAccess","noSymbolResults","No editor symbols"))}finally{r.isCancellationRequested||(n.busy=!1)}}));a.add(n.onDidChangeValue((()=>d()))),d();let u=!0;return a.add(n.onDidChangeActive((()=>{const[e]=n.activeItems;if(e&&e.range){if(u)return void(u=!1);s.revealRangeInCenter(e.range.selection,0),this.addDecorations(s,e.range.decoration)}}))),a}doGetSymbolPicks(t,i,n,o){return L(this,void 0,void 0,(function*(){const s=yield t;if(o.isCancellationRequested)return[];const a=0===i.original.indexOf(e.SCOPE_PREFIX),l=a?1:0;let d,h;i.values&&i.values.length>1?(d=_(i.values[0]),h=_(i.values.slice(1))):d=i;const g=[];for(let f=0;fl){let R=!1;if(d!==i&&([k,L]=u(y,Object.assign(Object.assign({},i),{values:void 0}),l,x),"number"==typeof k&&(R=!0)),"number"!=typeof k&&([k,L]=u(y,d,l,x),"number"!=typeof k))continue;if(!R&&h){if(T&&h.original.length>0&&([E,I]=u(T,h)),"number"!=typeof E)continue;"number"==typeof k&&(k+=E)}}const A=b.tags&&b.tags.indexOf(1)>=0;g.push({index:f,kind:b.kind,score:k,label:y,ariaLabel:w,description:T,highlights:A?void 0:{label:L,description:I},range:{selection:v.e.collapseToStart(b.selectionRange),decoration:b.range},strikethrough:A,buttons:(()=>{var e,t;const i=(null===(e=this.options)||void 0===e?void 0:e.openSideBySideDirection)?null===(t=this.options)||void 0===t?void 0:t.openSideBySideDirection():void 0;if(i)return[{iconClass:"right"===i?r.lA.splitHorizontal.classNames:r.lA.splitVertical.classNames,tooltip:"right"===i?(0,S.NC)("vs/editor/contrib/quickAccess/browser/gotoSymbolQuickAccess","openToSide","Open to the Side"):(0,S.NC)("vs/editor/contrib/quickAccess/browser/gotoSymbolQuickAccess","openToBottom","Open to the Bottom")}]})()})}const p=g.sort(((e,t)=>a?this.compareByKindAndScore(e,t):this.compareByScore(e,t)));let m=[];if(a){let M,O,P=0;function F(){O&&"number"==typeof M&&P>0&&(O.label=(0,c.WU)(D[M]||N,P))}for(const B of p)M!==B.kind?(F(),M=B.kind,P=1,O={type:"separator"},m.push(O)):P++,m.push(B);F()}else p.length>0&&(m=[{label:(0,S.NC)("vs/editor/contrib/quickAccess/browser/gotoSymbolQuickAccess","symbols","symbols ({0})",g.length),type:"separator"},...p]);return m}))}compareByScore(e,t){if("number"!=typeof e.score&&"number"==typeof t.score)return 1;if("number"==typeof e.score&&"number"!=typeof t.score)return-1;if("number"==typeof e.score&&"number"==typeof t.score){if(e.score>t.score)return-1;if(e.scoret.index?1:0}compareByKindAndScore(e,t){const i=D[e.kind]||N,n=D[t.kind]||N,o=i.localeCompare(n);return 0===o?this.compareByScore(e,t):o}getDocumentSymbols(e,t){return L(this,void 0,void 0,(function*(){const i=yield this._outlineModelService.getOrCreate(e,t);return t.isCancellationRequested?[]:i.asListOfDocumentSymbols()}))}};E.PREFIX="@",E.SCOPE_PREFIX=":",E.PREFIX_BY_CATEGORY=`${E.PREFIX}${E.SCOPE_PREFIX}`,E=function(e,t,i,n){var o,r=arguments.length,s=r<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,i):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,i,s):o(t,i))||s);return r>3&&s&&Object.defineProperty(t,i,s),s}([k(0,x.p),k(1,w.Je)],E);const N=(0,S.NC)("vs/editor/contrib/quickAccess/browser/gotoSymbolQuickAccess","property","properties ({0})"),D={5:(0,S.NC)("vs/editor/contrib/quickAccess/browser/gotoSymbolQuickAccess","method","methods ({0})"),11:(0,S.NC)("vs/editor/contrib/quickAccess/browser/gotoSymbolQuickAccess","function","functions ({0})"),8:(0,S.NC)("vs/editor/contrib/quickAccess/browser/gotoSymbolQuickAccess","_constructor","constructors ({0})"),12:(0,S.NC)("vs/editor/contrib/quickAccess/browser/gotoSymbolQuickAccess","variable","variables ({0})"),4:(0,S.NC)("vs/editor/contrib/quickAccess/browser/gotoSymbolQuickAccess","class","classes ({0})"),22:(0,S.NC)("vs/editor/contrib/quickAccess/browser/gotoSymbolQuickAccess","struct","structs ({0})"),23:(0,S.NC)("vs/editor/contrib/quickAccess/browser/gotoSymbolQuickAccess","event","events ({0})"),24:(0,S.NC)("vs/editor/contrib/quickAccess/browser/gotoSymbolQuickAccess","operator","operators ({0})"),10:(0,S.NC)("vs/editor/contrib/quickAccess/browser/gotoSymbolQuickAccess","interface","interfaces ({0})"),2:(0,S.NC)("vs/editor/contrib/quickAccess/browser/gotoSymbolQuickAccess","namespace","namespaces ({0})"),3:(0,S.NC)("vs/editor/contrib/quickAccess/browser/gotoSymbolQuickAccess","package","packages ({0})"),25:(0,S.NC)("vs/editor/contrib/quickAccess/browser/gotoSymbolQuickAccess","typeParameter","type parameters ({0})"),1:(0,S.NC)("vs/editor/contrib/quickAccess/browser/gotoSymbolQuickAccess","modules","modules ({0})"),6:(0,S.NC)("vs/editor/contrib/quickAccess/browser/gotoSymbolQuickAccess","property","properties ({0})"),9:(0,S.NC)("vs/editor/contrib/quickAccess/browser/gotoSymbolQuickAccess","enum","enumerations ({0})"),21:(0,S.NC)("vs/editor/contrib/quickAccess/browser/gotoSymbolQuickAccess","enumMember","enumeration members ({0})"),14:(0,S.NC)("vs/editor/contrib/quickAccess/browser/gotoSymbolQuickAccess","string","strings ({0})"),0:(0,S.NC)("vs/editor/contrib/quickAccess/browser/gotoSymbolQuickAccess","file","files ({0})"),17:(0,S.NC)("vs/editor/contrib/quickAccess/browser/gotoSymbolQuickAccess","array","arrays ({0})"),15:(0,S.NC)("vs/editor/contrib/quickAccess/browser/gotoSymbolQuickAccess","number","numbers ({0})"),16:(0,S.NC)("vs/editor/contrib/quickAccess/browser/gotoSymbolQuickAccess","boolean","booleans ({0})"),18:(0,S.NC)("vs/editor/contrib/quickAccess/browser/gotoSymbolQuickAccess","object","objects ({0})"),19:(0,S.NC)("vs/editor/contrib/quickAccess/browser/gotoSymbolQuickAccess","key","keys ({0})"),7:(0,S.NC)("vs/editor/contrib/quickAccess/browser/gotoSymbolQuickAccess","field","fields ({0})"),13:(0,S.NC)("vs/editor/contrib/quickAccess/browser/gotoSymbolQuickAccess","constant","constants ({0})")};var I=i(73403),T=i(34073),A=i(3622),R=i(28295),M=i(71414),O=i(46718),P=i(4189),F=i(38673),B=i(22447),W=function(e,t){return function(i,n){t(i,n,e)}};let V=class extends E{constructor(e,t,i){super(t,i),this.editorService=e,this.onDidActiveTextEditorControlChange=O.ju.None}get activeTextEditorControl(){return(0,R.f6)(this.editorService.getFocusedCodeEditor())}};V=function(e,t,i,n){var o,r=arguments.length,s=r<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,i):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,i,s):o(t,i))||s);return r>3&&s&&Object.defineProperty(t,i,s),s}([W(0,A.$),W(1,x.p),W(2,w.Je)],V),I.B.as(T.IP.Quickaccess).registerQuickAccessProvider({ctor:V,prefix:E.PREFIX,helpEntries:[{description:M.aq.quickOutlineActionLabel,prefix:E.PREFIX,needsEditor:!0},{description:M.aq.quickOutlineByCategoryActionLabel,prefix:E.PREFIX_BY_CATEGORY,needsEditor:!0}]});class H extends P.R6{constructor(){super({id:"editor.action.quickOutline",label:M.aq.quickOutlineActionLabel,alias:"Go to Symbol...",precondition:F.u.hasDocumentSymbolProvider,kbOpts:{kbExpr:F.u.focus,primary:3117,weight:100},contextMenuOpts:{group:"navigation",order:3}})}run(e){e.get(B.eJ).quickAccess.show(E.PREFIX)}}(0,P.Qr)(H)},71874:function(e,t,i){"use strict";i.r(t);var n=i(73403),o=i(34073),r=i(71414),s=i(4004),a=i(89982),l=i(22447);let c=class e{constructor(e){this.quickInputService=e,this.registry=n.B.as(o.IP.Quickaccess)}provide(t){const i=new s.SL;i.add(t.onDidAccept((()=>{const[e]=t.selectedItems;e&&this.quickInputService.quickAccess.show(e.prefix,{preserveValue:!0})}))),i.add(t.onDidChangeValue((t=>{const i=this.registry.getQuickAccessProvider(t.substr(e.PREFIX.length));i&&i.prefix&&i.prefix!==e.PREFIX&&this.quickInputService.quickAccess.show(i.prefix,{preserveValue:!0})})));const{editorProviders:n,globalProviders:o}=this.getQuickAccessProviders();return t.items=0===n.length||0===o.length?[...0===n.length?o:n]:[{label:(0,a.NC)("vs/platform/quickinput/browser/helpQuickAccess","globalCommands","global commands"),type:"separator"},...o,{label:(0,a.NC)("vs/platform/quickinput/browser/helpQuickAccess","editorCommands","editor commands"),type:"separator"},...n],i}getQuickAccessProviders(){const t=[],i=[];for(const n of this.registry.getQuickAccessProviders().sort(((e,t)=>e.prefix.localeCompare(t.prefix))))if(n.prefix!==e.PREFIX)for(const e of n.helpEntries){const o=e.prefix||n.prefix,r=o||"…";(e.needsEditor?i:t).push({prefix:o,label:r,ariaLabel:(0,a.NC)("vs/platform/quickinput/browser/helpQuickAccess","helpPickAriaLabel","{0}, {1}",r,e.description),description:e.description})}return{editorProviders:i,globalProviders:t}}};var d,u;c.PREFIX="?",c=function(e,t,i,n){var o,r=arguments.length,s=r<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,i):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,i,s):o(t,i))||s);return r>3&&s&&Object.defineProperty(t,i,s),s}([(d=0,u=l.eJ,function(e,t){u(e,t,d)})],c),n.B.as(o.IP.Quickaccess).registerQuickAccessProvider({ctor:c,prefix:"",helpEntries:[{description:r.ld.helpQuickAccessActionLabel,needsEditor:!0}]})},5380:function(e,t,i){"use strict";i.r(t),i.d(t,{StandaloneReferencesController:function(){return h}});var n=i(4189),o=i(3622),r=i(4235),s=i(40539),a=i(60393),l=i(12260),c=i(66877),d=i(86303),u=function(e,t){return function(i,n){t(i,n,e)}};let h=class extends r.J{constructor(e,t,i,n,o,r,s){super(!0,e,t,i,n,o,r,s)}};h=function(e,t,i,n){var o,r=arguments.length,s=r<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,i):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,i,s):o(t,i))||s);return r>3&&s&&Object.defineProperty(t,i,s),s}([u(1,a.i6),u(2,o.$),u(3,c.lT),u(4,l.TG),u(5,d.Uy),u(6,s.Ui)],h),(0,n._K)(r.J.ID,h)},82597:function(e,t,i){"use strict";i.r(t);var n=i(4189),o=i(52093),r=i(71414);class s extends n.R6{constructor(){super({id:"editor.action.toggleHighContrast",label:r.xi.toggleHighContrast,alias:"Toggle High Contrast Theme",precondition:void 0}),this._originalThemeName=null}run(e,t){const i=e.get(o.Z);this._originalThemeName?(i.setTheme(this._originalThemeName),this._originalThemeName=null):(this._originalThemeName=i.getColorTheme().themeName,i.setTheme("hc-black"))}}(0,n.Qr)(s)},52093:function(e,t,i){"use strict";i.d(t,{Z:function(){return n}});const n=(0,i(12260).yh)("themeService")},67231:function(e,t,i){"use strict";i.r(t),i.d(t,{CompletionAdapter:function(){return dt},DefinitionAdapter:function(){return wt},DiagnosticsAdapter:function(){return lt},DocumentColorAdapter:function(){return Tt},DocumentFormattingEditProvider:function(){return Nt},DocumentHighlightAdapter:function(){return vt},DocumentLinkAdapter:function(){return Et},DocumentRangeFormattingEditProvider:function(){return Dt},DocumentSymbolAdapter:function(){return kt},FoldingRangeAdapter:function(){return At},HoverAdapter:function(){return ft},ReferenceAdapter:function(){return St},RenameAdapter:function(){return xt},SelectionRangeAdapter:function(){return Rt},WorkerManager:function(){return oe},fromPosition:function(){return ut},fromRange:function(){return ht},setupMode:function(){return Mt},toRange:function(){return gt},toTextEdit:function(){return mt}});var n=i(54918),o=Object.defineProperty,r=Object.getOwnPropertyDescriptor,s=Object.getOwnPropertyNames,a=Object.prototype.hasOwnProperty,l={};((e,t,i,n)=>{if(t&&"object"==typeof t||"function"==typeof t)for(let i of s(t))a.call(e,i)||"default"===i||o(e,i,{get:()=>t[i],enumerable:!(n=r(t,i))||n.enumerable})})(l,n);var c,d,u,h,g,p,m,f,_,b,v,C,w,y,S,x,k,L,E,N,D,I,T,A,R,M,O,P,F,B,W,V,H,z,$,U,j,K,q,G,Z,Y,Q,X,J,ee,te,ie,ne,oe=class{_defaults;_idleCheckInterval;_lastUsedTime;_configChangeListener;_worker;_client;constructor(e){this._defaults=e,this._worker=null,this._client=null,this._idleCheckInterval=window.setInterval((()=>this._checkIfIdle()),3e4),this._lastUsedTime=0,this._configChangeListener=this._defaults.onDidChange((()=>this._stopWorker()))}_stopWorker(){this._worker&&(this._worker.dispose(),this._worker=null),this._client=null}dispose(){clearInterval(this._idleCheckInterval),this._configChangeListener.dispose(),this._stopWorker()}_checkIfIdle(){this._worker&&Date.now()-this._lastUsedTime>12e4&&this._stopWorker()}_getClient(){return this._lastUsedTime=Date.now(),this._client||(this._worker=l.editor.createWebWorker({moduleId:"vs/language/css/cssWorker",label:this._defaults.languageId,createData:{options:this._defaults.options,languageId:this._defaults.languageId}}),this._client=this._worker.getProxy()),this._client}getLanguageServiceWorker(...e){let t;return this._getClient().then((e=>{t=e})).then((t=>{if(this._worker)return this._worker.withSyncedResources(e)})).then((e=>t))}};(d=c||(c={})).MIN_VALUE=-2147483648,d.MAX_VALUE=2147483647,(h=u||(u={})).MIN_VALUE=0,h.MAX_VALUE=2147483647,(p=g||(g={})).create=function(e,t){return e===Number.MAX_VALUE&&(e=u.MAX_VALUE),t===Number.MAX_VALUE&&(t=u.MAX_VALUE),{line:e,character:t}},p.is=function(e){var t=e;return ot.objectLiteral(t)&&ot.uinteger(t.line)&&ot.uinteger(t.character)},(f=m||(m={})).create=function(e,t,i,n){if(ot.uinteger(e)&&ot.uinteger(t)&&ot.uinteger(i)&&ot.uinteger(n))return{start:g.create(e,t),end:g.create(i,n)};if(g.is(e)&&g.is(t))return{start:e,end:t};throw new Error("Range#create called with invalid arguments["+e+", "+t+", "+i+", "+n+"]")},f.is=function(e){var t=e;return ot.objectLiteral(t)&&g.is(t.start)&&g.is(t.end)},(b=_||(_={})).create=function(e,t){return{uri:e,range:t}},b.is=function(e){var t=e;return ot.defined(t)&&m.is(t.range)&&(ot.string(t.uri)||ot.undefined(t.uri))},(C=v||(v={})).create=function(e,t,i,n){return{targetUri:e,targetRange:t,targetSelectionRange:i,originSelectionRange:n}},C.is=function(e){var t=e;return ot.defined(t)&&m.is(t.targetRange)&&ot.string(t.targetUri)&&(m.is(t.targetSelectionRange)||ot.undefined(t.targetSelectionRange))&&(m.is(t.originSelectionRange)||ot.undefined(t.originSelectionRange))},(y=w||(w={})).create=function(e,t,i,n){return{red:e,green:t,blue:i,alpha:n}},y.is=function(e){var t=e;return ot.numberRange(t.red,0,1)&&ot.numberRange(t.green,0,1)&&ot.numberRange(t.blue,0,1)&&ot.numberRange(t.alpha,0,1)},(x=S||(S={})).create=function(e,t){return{range:e,color:t}},x.is=function(e){var t=e;return m.is(t.range)&&w.is(t.color)},(L=k||(k={})).create=function(e,t,i){return{label:e,textEdit:t,additionalTextEdits:i}},L.is=function(e){var t=e;return ot.string(t.label)&&(ot.undefined(t.textEdit)||z.is(t))&&(ot.undefined(t.additionalTextEdits)||ot.typedArray(t.additionalTextEdits,z.is))},(N=E||(E={})).Comment="comment",N.Imports="imports",N.Region="region",(I=D||(D={})).create=function(e,t,i,n,o){var r={startLine:e,endLine:t};return ot.defined(i)&&(r.startCharacter=i),ot.defined(n)&&(r.endCharacter=n),ot.defined(o)&&(r.kind=o),r},I.is=function(e){var t=e;return ot.uinteger(t.startLine)&&ot.uinteger(t.startLine)&&(ot.undefined(t.startCharacter)||ot.uinteger(t.startCharacter))&&(ot.undefined(t.endCharacter)||ot.uinteger(t.endCharacter))&&(ot.undefined(t.kind)||ot.string(t.kind))},(A=T||(T={})).create=function(e,t){return{location:e,message:t}},A.is=function(e){var t=e;return ot.defined(t)&&_.is(t.location)&&ot.string(t.message)},(M=R||(R={})).Error=1,M.Warning=2,M.Information=3,M.Hint=4,(P=O||(O={})).Unnecessary=1,P.Deprecated=2,(F||(F={})).is=function(e){var t=e;return null!=t&&ot.string(t.href)},(W=B||(B={})).create=function(e,t,i,n,o,r){var s={range:e,message:t};return ot.defined(i)&&(s.severity=i),ot.defined(n)&&(s.code=n),ot.defined(o)&&(s.source=o),ot.defined(r)&&(s.relatedInformation=r),s},W.is=function(e){var t,i=e;return ot.defined(i)&&m.is(i.range)&&ot.string(i.message)&&(ot.number(i.severity)||ot.undefined(i.severity))&&(ot.integer(i.code)||ot.string(i.code)||ot.undefined(i.code))&&(ot.undefined(i.codeDescription)||ot.string(null===(t=i.codeDescription)||void 0===t?void 0:t.href))&&(ot.string(i.source)||ot.undefined(i.source))&&(ot.undefined(i.relatedInformation)||ot.typedArray(i.relatedInformation,T.is))},(H=V||(V={})).create=function(e,t){for(var i=[],n=2;n0&&(o.arguments=i),o},H.is=function(e){var t=e;return ot.defined(t)&&ot.string(t.title)&&ot.string(t.command)},($=z||(z={})).replace=function(e,t){return{range:e,newText:t}},$.insert=function(e,t){return{range:{start:e,end:e},newText:t}},$.del=function(e){return{range:e,newText:""}},$.is=function(e){var t=e;return ot.objectLiteral(t)&&ot.string(t.newText)&&m.is(t.range)},(j=U||(U={})).create=function(e,t,i){var n={label:e};return void 0!==t&&(n.needsConfirmation=t),void 0!==i&&(n.description=i),n},j.is=function(e){var t=e;return void 0!==t&&ot.objectLiteral(t)&&ot.string(t.label)&&(ot.boolean(t.needsConfirmation)||void 0===t.needsConfirmation)&&(ot.string(t.description)||void 0===t.description)},(K||(K={})).is=function(e){return"string"==typeof e},(G=q||(q={})).replace=function(e,t,i){return{range:e,newText:t,annotationId:i}},G.insert=function(e,t,i){return{range:{start:e,end:e},newText:t,annotationId:i}},G.del=function(e,t){return{range:e,newText:"",annotationId:t}},G.is=function(e){var t=e;return z.is(t)&&(U.is(t.annotationId)||K.is(t.annotationId))},(Y=Z||(Z={})).create=function(e,t){return{textDocument:e,edits:t}},Y.is=function(e){var t=e;return ot.defined(t)&&ce.is(t.textDocument)&&Array.isArray(t.edits)},(X=Q||(Q={})).create=function(e,t,i){var n={kind:"create",uri:e};return void 0===t||void 0===t.overwrite&&void 0===t.ignoreIfExists||(n.options=t),void 0!==i&&(n.annotationId=i),n},X.is=function(e){var t=e;return t&&"create"===t.kind&&ot.string(t.uri)&&(void 0===t.options||(void 0===t.options.overwrite||ot.boolean(t.options.overwrite))&&(void 0===t.options.ignoreIfExists||ot.boolean(t.options.ignoreIfExists)))&&(void 0===t.annotationId||K.is(t.annotationId))},(ee=J||(J={})).create=function(e,t,i,n){var o={kind:"rename",oldUri:e,newUri:t};return void 0===i||void 0===i.overwrite&&void 0===i.ignoreIfExists||(o.options=i),void 0!==n&&(o.annotationId=n),o},ee.is=function(e){var t=e;return t&&"rename"===t.kind&&ot.string(t.oldUri)&&ot.string(t.newUri)&&(void 0===t.options||(void 0===t.options.overwrite||ot.boolean(t.options.overwrite))&&(void 0===t.options.ignoreIfExists||ot.boolean(t.options.ignoreIfExists)))&&(void 0===t.annotationId||K.is(t.annotationId))},(ie=te||(te={})).create=function(e,t,i){var n={kind:"delete",uri:e};return void 0===t||void 0===t.recursive&&void 0===t.ignoreIfNotExists||(n.options=t),void 0!==i&&(n.annotationId=i),n},ie.is=function(e){var t=e;return t&&"delete"===t.kind&&ot.string(t.uri)&&(void 0===t.options||(void 0===t.options.recursive||ot.boolean(t.options.recursive))&&(void 0===t.options.ignoreIfNotExists||ot.boolean(t.options.ignoreIfNotExists)))&&(void 0===t.annotationId||K.is(t.annotationId))},(ne||(ne={})).is=function(e){var t=e;return t&&(void 0!==t.changes||void 0!==t.documentChanges)&&(void 0===t.documentChanges||t.documentChanges.every((function(e){return ot.string(e.kind)?Q.is(e)||J.is(e)||te.is(e):Z.is(e)})))};var re,se,ae,le,ce,de,ue,he,ge,pe,me,fe,_e,be,ve,Ce,we,ye,Se,xe,ke,Le,Ee,Ne,De,Ie,Te,Ae,Re,Me,Oe,Pe,Fe,Be,We,Ve,He,ze,$e,Ue,je,Ke,qe,Ge,Ze,Ye,Qe,Xe,Je,et,tt,it=function(){function e(e,t){this.edits=e,this.changeAnnotations=t}return e.prototype.insert=function(e,t,i){var n,o;if(void 0===i?n=z.insert(e,t):K.is(i)?(o=i,n=q.insert(e,t,i)):(this.assertChangeAnnotations(this.changeAnnotations),o=this.changeAnnotations.manage(i),n=q.insert(e,t,o)),this.edits.push(n),void 0!==o)return o},e.prototype.replace=function(e,t,i){var n,o;if(void 0===i?n=z.replace(e,t):K.is(i)?(o=i,n=q.replace(e,t,i)):(this.assertChangeAnnotations(this.changeAnnotations),o=this.changeAnnotations.manage(i),n=q.replace(e,t,o)),this.edits.push(n),void 0!==o)return o},e.prototype.delete=function(e,t){var i,n;if(void 0===t?i=z.del(e):K.is(t)?(n=t,i=q.del(e,t)):(this.assertChangeAnnotations(this.changeAnnotations),n=this.changeAnnotations.manage(t),i=q.del(e,n)),this.edits.push(i),void 0!==n)return n},e.prototype.add=function(e){this.edits.push(e)},e.prototype.all=function(){return this.edits},e.prototype.clear=function(){this.edits.splice(0,this.edits.length)},e.prototype.assertChangeAnnotations=function(e){if(void 0===e)throw new Error("Text edit change is not configured to manage change annotations.")},e}(),nt=function(){function e(e){this._annotations=void 0===e?Object.create(null):e,this._counter=0,this._size=0}return e.prototype.all=function(){return this._annotations},Object.defineProperty(e.prototype,"size",{get:function(){return this._size},enumerable:!1,configurable:!0}),e.prototype.manage=function(e,t){var i;if(K.is(e)?i=e:(i=this.nextId(),t=e),void 0!==this._annotations[i])throw new Error("Id "+i+" is already in use.");if(void 0===t)throw new Error("No annotation provided for id "+i);return this._annotations[i]=t,this._size++,i},e.prototype.nextId=function(){return this._counter++,this._counter.toString()},e}();!function(){function e(e){var t=this;this._textEditChanges=Object.create(null),void 0!==e?(this._workspaceEdit=e,e.documentChanges?(this._changeAnnotations=new nt(e.changeAnnotations),e.changeAnnotations=this._changeAnnotations.all(),e.documentChanges.forEach((function(e){if(Z.is(e)){var i=new it(e.edits,t._changeAnnotations);t._textEditChanges[e.textDocument.uri]=i}}))):e.changes&&Object.keys(e.changes).forEach((function(i){var n=new it(e.changes[i]);t._textEditChanges[i]=n}))):this._workspaceEdit={}}Object.defineProperty(e.prototype,"edit",{get:function(){return this.initDocumentChanges(),void 0!==this._changeAnnotations&&(0===this._changeAnnotations.size?this._workspaceEdit.changeAnnotations=void 0:this._workspaceEdit.changeAnnotations=this._changeAnnotations.all()),this._workspaceEdit},enumerable:!1,configurable:!0}),e.prototype.getTextEditChange=function(e){if(ce.is(e)){if(this.initDocumentChanges(),void 0===this._workspaceEdit.documentChanges)throw new Error("Workspace edit is not configured for document changes.");var t={uri:e.uri,version:e.version};if(!(n=this._textEditChanges[t.uri])){var i={textDocument:t,edits:o=[]};this._workspaceEdit.documentChanges.push(i),n=new it(o,this._changeAnnotations),this._textEditChanges[t.uri]=n}return n}if(this.initChanges(),void 0===this._workspaceEdit.changes)throw new Error("Workspace edit is not configured for normal text edit changes.");var n;if(!(n=this._textEditChanges[e])){var o=[];this._workspaceEdit.changes[e]=o,n=new it(o),this._textEditChanges[e]=n}return n},e.prototype.initDocumentChanges=function(){void 0===this._workspaceEdit.documentChanges&&void 0===this._workspaceEdit.changes&&(this._changeAnnotations=new nt,this._workspaceEdit.documentChanges=[],this._workspaceEdit.changeAnnotations=this._changeAnnotations.all())},e.prototype.initChanges=function(){void 0===this._workspaceEdit.documentChanges&&void 0===this._workspaceEdit.changes&&(this._workspaceEdit.changes=Object.create(null))},e.prototype.createFile=function(e,t,i){if(this.initDocumentChanges(),void 0===this._workspaceEdit.documentChanges)throw new Error("Workspace edit is not configured for document changes.");var n,o,r;if(U.is(t)||K.is(t)?n=t:i=t,void 0===n?o=Q.create(e,i):(r=K.is(n)?n:this._changeAnnotations.manage(n),o=Q.create(e,i,r)),this._workspaceEdit.documentChanges.push(o),void 0!==r)return r},e.prototype.renameFile=function(e,t,i,n){if(this.initDocumentChanges(),void 0===this._workspaceEdit.documentChanges)throw new Error("Workspace edit is not configured for document changes.");var o,r,s;if(U.is(i)||K.is(i)?o=i:n=i,void 0===o?r=J.create(e,t,n):(s=K.is(o)?o:this._changeAnnotations.manage(o),r=J.create(e,t,n,s)),this._workspaceEdit.documentChanges.push(r),void 0!==s)return s},e.prototype.deleteFile=function(e,t,i){if(this.initDocumentChanges(),void 0===this._workspaceEdit.documentChanges)throw new Error("Workspace edit is not configured for document changes.");var n,o,r;if(U.is(t)||K.is(t)?n=t:i=t,void 0===n?o=te.create(e,i):(r=K.is(n)?n:this._changeAnnotations.manage(n),o=te.create(e,i,r)),this._workspaceEdit.documentChanges.push(o),void 0!==r)return r}}(),(se=re||(re={})).create=function(e){return{uri:e}},se.is=function(e){var t=e;return ot.defined(t)&&ot.string(t.uri)},(le=ae||(ae={})).create=function(e,t){return{uri:e,version:t}},le.is=function(e){var t=e;return ot.defined(t)&&ot.string(t.uri)&&ot.integer(t.version)},(de=ce||(ce={})).create=function(e,t){return{uri:e,version:t}},de.is=function(e){var t=e;return ot.defined(t)&&ot.string(t.uri)&&(null===t.version||ot.integer(t.version))},(he=ue||(ue={})).create=function(e,t,i,n){return{uri:e,languageId:t,version:i,text:n}},he.is=function(e){var t=e;return ot.defined(t)&&ot.string(t.uri)&&ot.string(t.languageId)&&ot.integer(t.version)&&ot.string(t.text)},(pe=ge||(ge={})).PlainText="plaintext",pe.Markdown="markdown",function(e){e.is=function(t){var i=t;return i===e.PlainText||i===e.Markdown}}(ge||(ge={})),(me||(me={})).is=function(e){var t=e;return ot.objectLiteral(e)&&ge.is(t.kind)&&ot.string(t.value)},(_e=fe||(fe={})).Text=1,_e.Method=2,_e.Function=3,_e.Constructor=4,_e.Field=5,_e.Variable=6,_e.Class=7,_e.Interface=8,_e.Module=9,_e.Property=10,_e.Unit=11,_e.Value=12,_e.Enum=13,_e.Keyword=14,_e.Snippet=15,_e.Color=16,_e.File=17,_e.Reference=18,_e.Folder=19,_e.EnumMember=20,_e.Constant=21,_e.Struct=22,_e.Event=23,_e.Operator=24,_e.TypeParameter=25,(ve=be||(be={})).PlainText=1,ve.Snippet=2,(Ce||(Ce={})).Deprecated=1,(ye=we||(we={})).create=function(e,t,i){return{newText:e,insert:t,replace:i}},ye.is=function(e){var t=e;return t&&ot.string(t.newText)&&m.is(t.insert)&&m.is(t.replace)},(xe=Se||(Se={})).asIs=1,xe.adjustIndentation=2,(ke||(ke={})).create=function(e){return{label:e}},(Le||(Le={})).create=function(e,t){return{items:e||[],isIncomplete:!!t}},(Ne=Ee||(Ee={})).fromPlainText=function(e){return e.replace(/[\\`*_{}[\]()#+\-.!]/g,"\\$&")},Ne.is=function(e){var t=e;return ot.string(t)||ot.objectLiteral(t)&&ot.string(t.language)&&ot.string(t.value)},(De||(De={})).is=function(e){var t=e;return!!t&&ot.objectLiteral(t)&&(me.is(t.contents)||Ee.is(t.contents)||ot.typedArray(t.contents,Ee.is))&&(void 0===e.range||m.is(e.range))},(Ie||(Ie={})).create=function(e,t){return t?{label:e,documentation:t}:{label:e}},(Te||(Te={})).create=function(e,t){for(var i=[],n=2;n=0;s--){var a=o[s],l=e.offsetAt(a.range.start),c=e.offsetAt(a.range.end);if(!(c<=r))throw new Error("Overlapping edit");n=n.substring(0,l)+a.newText+n.substring(c,n.length),r=l}return n}}(tt||(tt={}));var ot,rt,st,at=function(){function e(e,t,i,n){this._uri=e,this._languageId=t,this._version=i,this._content=n,this._lineOffsets=void 0}return Object.defineProperty(e.prototype,"uri",{get:function(){return this._uri},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"languageId",{get:function(){return this._languageId},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"version",{get:function(){return this._version},enumerable:!1,configurable:!0}),e.prototype.getText=function(e){if(e){var t=this.offsetAt(e.start),i=this.offsetAt(e.end);return this._content.substring(t,i)}return this._content},e.prototype.update=function(e,t){this._content=e.text,this._version=t,this._lineOffsets=void 0},e.prototype.getLineOffsets=function(){if(void 0===this._lineOffsets){for(var e=[],t=this._content,i=!0,n=0;n0&&e.push(t.length),this._lineOffsets=e}return this._lineOffsets},e.prototype.positionAt=function(e){e=Math.max(Math.min(e,this._content.length),0);var t=this.getLineOffsets(),i=0,n=t.length;if(0===n)return g.create(0,e);for(;ie?n=o:i=o+1}var r=i-1;return g.create(r,e-t[r])},e.prototype.offsetAt=function(e){var t=this.getLineOffsets();if(e.line>=t.length)return this._content.length;if(e.line<0)return 0;var i=t[e.line],n=e.line+1{let t,i=e.getLanguageId();i===this._languageId&&(this._listener[e.uri.toString()]=e.onDidChangeContent((()=>{window.clearTimeout(t),t=window.setTimeout((()=>this._doValidate(e.uri,i)),500)})),this._doValidate(e.uri,i))},o=e=>{l.editor.setModelMarkers(e,this._languageId,[]);let t=e.uri.toString(),i=this._listener[t];i&&(i.dispose(),delete this._listener[t])};this._disposables.push(l.editor.onDidCreateModel(n)),this._disposables.push(l.editor.onWillDisposeModel(o)),this._disposables.push(l.editor.onDidChangeModelLanguage((e=>{o(e.model),n(e.model)}))),this._disposables.push(i((e=>{l.editor.getModels().forEach((e=>{e.getLanguageId()===this._languageId&&(o(e),n(e))}))}))),this._disposables.push({dispose:()=>{l.editor.getModels().forEach(o);for(let e in this._listener)this._listener[e].dispose()}}),l.editor.getModels().forEach(n)}_disposables=[];_listener=Object.create(null);dispose(){this._disposables.forEach((e=>e&&e.dispose())),this._disposables.length=0}_doValidate(e,t){this._worker(e).then((t=>t.doValidation(e.toString()))).then((i=>{const n=i.map((e=>function(e,t){let i="number"==typeof t.code?String(t.code):t.code;return{severity:ct(t.severity),startLineNumber:t.range.start.line+1,startColumn:t.range.start.character+1,endLineNumber:t.range.end.line+1,endColumn:t.range.end.character+1,message:t.message,code:i,source:t.source}}(0,e)));let o=l.editor.getModel(e);o&&o.getLanguageId()===t&&l.editor.setModelMarkers(o,t,n)})).then(void 0,(e=>{console.error(e)}))}};function ct(e){switch(e){case R.Error:return l.MarkerSeverity.Error;case R.Warning:return l.MarkerSeverity.Warning;case R.Information:return l.MarkerSeverity.Info;case R.Hint:return l.MarkerSeverity.Hint;default:return l.MarkerSeverity.Info}}var dt=class{constructor(e,t){this._worker=e,this._triggerCharacters=t}get triggerCharacters(){return this._triggerCharacters}provideCompletionItems(e,t,i,n){const o=e.uri;return this._worker(o).then((e=>e.doComplete(o.toString(),ut(t)))).then((i=>{if(!i)return;const n=e.getWordUntilPosition(t),o=new l.Range(t.lineNumber,n.startColumn,t.lineNumber,n.endColumn),r=i.items.map((e=>{const t={label:e.label,insertText:e.insertText||e.label,sortText:e.sortText,filterText:e.filterText,documentation:e.documentation,detail:e.detail,command:(i=e.command,i&&"editor.action.triggerSuggest"===i.command?{id:i.command,title:i.title,arguments:i.arguments}:void 0),range:o,kind:pt(e.kind)};var i,n;return e.textEdit&&(void 0!==(n=e.textEdit).insert&&void 0!==n.replace?t.range={insert:gt(e.textEdit.insert),replace:gt(e.textEdit.replace)}:t.range=gt(e.textEdit.range),t.insertText=e.textEdit.newText),e.additionalTextEdits&&(t.additionalTextEdits=e.additionalTextEdits.map(mt)),e.insertTextFormat===be.Snippet&&(t.insertTextRules=l.languages.CompletionItemInsertTextRule.InsertAsSnippet),t}));return{isIncomplete:i.isIncomplete,suggestions:r}}))}};function ut(e){if(e)return{character:e.column-1,line:e.lineNumber-1}}function ht(e){if(e)return{start:{line:e.startLineNumber-1,character:e.startColumn-1},end:{line:e.endLineNumber-1,character:e.endColumn-1}}}function gt(e){if(e)return new l.Range(e.start.line+1,e.start.character+1,e.end.line+1,e.end.character+1)}function pt(e){const t=l.languages.CompletionItemKind;switch(e){case fe.Text:return t.Text;case fe.Method:return t.Method;case fe.Function:return t.Function;case fe.Constructor:return t.Constructor;case fe.Field:return t.Field;case fe.Variable:return t.Variable;case fe.Class:return t.Class;case fe.Interface:return t.Interface;case fe.Module:return t.Module;case fe.Property:return t.Property;case fe.Unit:return t.Unit;case fe.Value:return t.Value;case fe.Enum:return t.Enum;case fe.Keyword:return t.Keyword;case fe.Snippet:return t.Snippet;case fe.Color:return t.Color;case fe.File:return t.File;case fe.Reference:return t.Reference}return t.Property}function mt(e){if(e)return{range:gt(e.range),text:e.newText}}var ft=class{constructor(e){this._worker=e}provideHover(e,t,i){let n=e.uri;return this._worker(n).then((e=>e.doHover(n.toString(),ut(t)))).then((e=>{if(e)return{range:gt(e.range),contents:bt(e.contents)}}))}};function _t(e){return"string"==typeof e?{value:e}:(t=e)&&"object"==typeof t&&"string"==typeof t.kind?"plaintext"===e.kind?{value:e.value.replace(/[\\`*_{}[\]()#+\-.!]/g,"\\$&")}:{value:e.value}:{value:"```"+e.language+"\n"+e.value+"\n```\n"};var t}function bt(e){if(e)return Array.isArray(e)?e.map(_t):[_t(e)]}var vt=class{constructor(e){this._worker=e}provideDocumentHighlights(e,t,i){const n=e.uri;return this._worker(n).then((e=>e.findDocumentHighlights(n.toString(),ut(t)))).then((e=>{if(e)return e.map((e=>({range:gt(e.range),kind:Ct(e.kind)})))}))}};function Ct(e){switch(e){case Ae.Read:return l.languages.DocumentHighlightKind.Read;case Ae.Write:return l.languages.DocumentHighlightKind.Write;case Ae.Text:return l.languages.DocumentHighlightKind.Text}return l.languages.DocumentHighlightKind.Text}var wt=class{constructor(e){this._worker=e}provideDefinition(e,t,i){const n=e.uri;return this._worker(n).then((e=>e.findDefinition(n.toString(),ut(t)))).then((e=>{if(e)return[yt(e)]}))}};function yt(e){return{uri:l.Uri.parse(e.uri),range:gt(e.range)}}var St=class{constructor(e){this._worker=e}provideReferences(e,t,i,n){const o=e.uri;return this._worker(o).then((e=>e.findReferences(o.toString(),ut(t)))).then((e=>{if(e)return e.map(yt)}))}},xt=class{constructor(e){this._worker=e}provideRenameEdits(e,t,i,n){const o=e.uri;return this._worker(o).then((e=>e.doRename(o.toString(),ut(t),i))).then((e=>function(e){if(!e||!e.changes)return;let t=[];for(let i in e.changes){const n=l.Uri.parse(i);for(let o of e.changes[i])t.push({resource:n,edit:{range:gt(o.range),text:o.newText}})}return{edits:t}}(e)))}},kt=class{constructor(e){this._worker=e}provideDocumentSymbols(e,t){const i=e.uri;return this._worker(i).then((e=>e.findDocumentSymbols(i.toString()))).then((e=>{if(e)return e.map((e=>({name:e.name,detail:"",containerName:e.containerName,kind:Lt(e.kind),range:gt(e.location.range),selectionRange:gt(e.location.range),tags:[]})))}))}};function Lt(e){let t=l.languages.SymbolKind;switch(e){case Oe.File:return t.Array;case Oe.Module:return t.Module;case Oe.Namespace:return t.Namespace;case Oe.Package:return t.Package;case Oe.Class:return t.Class;case Oe.Method:return t.Method;case Oe.Property:return t.Property;case Oe.Field:return t.Field;case Oe.Constructor:return t.Constructor;case Oe.Enum:return t.Enum;case Oe.Interface:return t.Interface;case Oe.Function:return t.Function;case Oe.Variable:return t.Variable;case Oe.Constant:return t.Constant;case Oe.String:return t.String;case Oe.Number:return t.Number;case Oe.Boolean:return t.Boolean;case Oe.Array:return t.Array}return t.Function}var Et=class{constructor(e){this._worker=e}provideLinks(e,t){const i=e.uri;return this._worker(i).then((e=>e.findDocumentLinks(i.toString()))).then((e=>{if(e)return{links:e.map((e=>({range:gt(e.range),url:e.target})))}}))}},Nt=class{constructor(e){this._worker=e}provideDocumentFormattingEdits(e,t,i){const n=e.uri;return this._worker(n).then((e=>e.format(n.toString(),null,It(t)).then((e=>{if(e&&0!==e.length)return e.map(mt)}))))}},Dt=class{constructor(e){this._worker=e}provideDocumentRangeFormattingEdits(e,t,i,n){const o=e.uri;return this._worker(o).then((e=>e.format(o.toString(),ht(t),It(i)).then((e=>{if(e&&0!==e.length)return e.map(mt)}))))}};function It(e){return{tabSize:e.tabSize,insertSpaces:e.insertSpaces}}var Tt=class{constructor(e){this._worker=e}provideDocumentColors(e,t){const i=e.uri;return this._worker(i).then((e=>e.findDocumentColors(i.toString()))).then((e=>{if(e)return e.map((e=>({color:e.color,range:gt(e.range)})))}))}provideColorPresentations(e,t,i){const n=e.uri;return this._worker(n).then((e=>e.getColorPresentations(n.toString(),t.color,ht(t.range)))).then((e=>{if(e)return e.map((e=>{let t={label:e.label};return e.textEdit&&(t.textEdit=mt(e.textEdit)),e.additionalTextEdits&&(t.additionalTextEdits=e.additionalTextEdits.map(mt)),t}))}))}},At=class{constructor(e){this._worker=e}provideFoldingRanges(e,t,i){const n=e.uri;return this._worker(n).then((e=>e.getFoldingRanges(n.toString(),t))).then((e=>{if(e)return e.map((e=>{const t={start:e.startLine+1,end:e.endLine+1};return void 0!==e.kind&&(t.kind=function(e){switch(e){case E.Comment:return l.languages.FoldingRangeKind.Comment;case E.Imports:return l.languages.FoldingRangeKind.Imports;case E.Region:return l.languages.FoldingRangeKind.Region}}(e.kind)),t}))}))}},Rt=class{constructor(e){this._worker=e}provideSelectionRanges(e,t,i){const n=e.uri;return this._worker(n).then((e=>e.getSelectionRanges(n.toString(),t.map(ut)))).then((e=>{if(e)return e.map((e=>{const t=[];for(;e;)t.push({range:gt(e.range)}),e=e.parent;return t}))}))}};function Mt(e){const t=[],i=[],n=new oe(e);t.push(n);const o=(...e)=>n.getLanguageServiceWorker(...e);return function(){const{languageId:t,modeConfiguration:n}=e;Pt(i),n.completionItems&&i.push(l.languages.registerCompletionItemProvider(t,new dt(o,["/","-",":"]))),n.hovers&&i.push(l.languages.registerHoverProvider(t,new ft(o))),n.documentHighlights&&i.push(l.languages.registerDocumentHighlightProvider(t,new vt(o))),n.definitions&&i.push(l.languages.registerDefinitionProvider(t,new wt(o))),n.references&&i.push(l.languages.registerReferenceProvider(t,new St(o))),n.documentSymbols&&i.push(l.languages.registerDocumentSymbolProvider(t,new kt(o))),n.rename&&i.push(l.languages.registerRenameProvider(t,new xt(o))),n.colors&&i.push(l.languages.registerColorProvider(t,new Tt(o))),n.foldingRanges&&i.push(l.languages.registerFoldingRangeProvider(t,new At(o))),n.diagnostics&&i.push(new lt(t,o,e.onDidChange)),n.selectionRanges&&i.push(l.languages.registerSelectionRangeProvider(t,new Rt(o)))}(),t.push(Ot(i)),Ot(t)}function Ot(e){return{dispose:()=>Pt(e)}}function Pt(e){for(;e.length;)e.pop().dispose()}},31118:function(e,t,i){"use strict";i.r(t),i.d(t,{cssDefaults:function(){return h},lessDefaults:function(){return p},scssDefaults:function(){return g}});var n=i(54918),o=Object.defineProperty,r=Object.getOwnPropertyDescriptor,s=Object.getOwnPropertyNames,a=Object.prototype.hasOwnProperty,l={};((e,t,i,n)=>{if(t&&"object"==typeof t||"function"==typeof t)for(let i of s(t))a.call(e,i)||"default"===i||o(e,i,{get:()=>t[i],enumerable:!(n=r(t,i))||n.enumerable})})(l,n);var c=class{_onDidChange=new l.Emitter;_options;_modeConfiguration;_languageId;constructor(e,t,i){this._languageId=e,this.setOptions(t),this.setModeConfiguration(i)}get onDidChange(){return this._onDidChange.event}get languageId(){return this._languageId}get modeConfiguration(){return this._modeConfiguration}get diagnosticsOptions(){return this.options}get options(){return this._options}setOptions(e){this._options=e||Object.create(null),this._onDidChange.fire(this)}setDiagnosticsOptions(e){this.setOptions(e)}setModeConfiguration(e){this._modeConfiguration=e||Object.create(null),this._onDidChange.fire(this)}},d={validate:!0,lint:{compatibleVendorPrefixes:"ignore",vendorPrefix:"warning",duplicateProperties:"warning",emptyRules:"warning",importStatement:"ignore",boxModel:"ignore",universalSelector:"ignore",zeroUnits:"ignore",fontFaceProperties:"warning",hexColorLength:"error",argumentsInColorFunction:"error",unknownProperties:"warning",ieHack:"ignore",unknownVendorSpecificProperties:"ignore",propertyIgnoredDueToDisplay:"warning",important:"ignore",float:"ignore",idSelector:"ignore"},data:{useDefaultDataProvider:!0}},u={completionItems:!0,hovers:!0,documentSymbols:!0,definitions:!0,references:!0,documentHighlights:!0,rename:!0,colors:!0,foldingRanges:!0,diagnostics:!0,selectionRanges:!0},h=new c("css",d,u),g=new c("scss",d,u),p=new c("less",d,u);function m(){return Promise.resolve().then(i.bind(i,67231))}l.languages.css={cssDefaults:h,lessDefaults:p,scssDefaults:g},l.languages.onLanguage("less",(()=>{m().then((e=>e.setupMode(p)))})),l.languages.onLanguage("scss",(()=>{m().then((e=>e.setupMode(g)))})),l.languages.onLanguage("css",(()=>{m().then((e=>e.setupMode(h)))}))},36150:function(e,t,i){"use strict";i.r(t),i.d(t,{CompletionAdapter:function(){return dt},DefinitionAdapter:function(){return wt},DiagnosticsAdapter:function(){return lt},DocumentColorAdapter:function(){return Tt},DocumentFormattingEditProvider:function(){return Nt},DocumentHighlightAdapter:function(){return vt},DocumentLinkAdapter:function(){return Et},DocumentRangeFormattingEditProvider:function(){return Dt},DocumentSymbolAdapter:function(){return kt},FoldingRangeAdapter:function(){return At},HoverAdapter:function(){return ft},ReferenceAdapter:function(){return St},RenameAdapter:function(){return xt},SelectionRangeAdapter:function(){return Rt},WorkerManager:function(){return oe},fromPosition:function(){return ut},fromRange:function(){return ht},setupMode:function(){return Pt},setupMode1:function(){return Ot},toRange:function(){return gt},toTextEdit:function(){return mt}});var n=i(54918),o=Object.defineProperty,r=Object.getOwnPropertyDescriptor,s=Object.getOwnPropertyNames,a=Object.prototype.hasOwnProperty,l={};((e,t,i,n)=>{if(t&&"object"==typeof t||"function"==typeof t)for(let i of s(t))a.call(e,i)||"default"===i||o(e,i,{get:()=>t[i],enumerable:!(n=r(t,i))||n.enumerable})})(l,n);var c,d,u,h,g,p,m,f,_,b,v,C,w,y,S,x,k,L,E,N,D,I,T,A,R,M,O,P,F,B,W,V,H,z,$,U,j,K,q,G,Z,Y,Q,X,J,ee,te,ie,ne,oe=class{_defaults;_idleCheckInterval;_lastUsedTime;_configChangeListener;_worker;_client;constructor(e){this._defaults=e,this._worker=null,this._client=null,this._idleCheckInterval=window.setInterval((()=>this._checkIfIdle()),3e4),this._lastUsedTime=0,this._configChangeListener=this._defaults.onDidChange((()=>this._stopWorker()))}_stopWorker(){this._worker&&(this._worker.dispose(),this._worker=null),this._client=null}dispose(){clearInterval(this._idleCheckInterval),this._configChangeListener.dispose(),this._stopWorker()}_checkIfIdle(){this._worker&&Date.now()-this._lastUsedTime>12e4&&this._stopWorker()}_getClient(){return this._lastUsedTime=Date.now(),this._client||(this._worker=l.editor.createWebWorker({moduleId:"vs/language/html/htmlWorker",createData:{languageSettings:this._defaults.options,languageId:this._defaults.languageId},label:this._defaults.languageId}),this._client=this._worker.getProxy()),this._client}getLanguageServiceWorker(...e){let t;return this._getClient().then((e=>{t=e})).then((t=>{if(this._worker)return this._worker.withSyncedResources(e)})).then((e=>t))}};(d=c||(c={})).MIN_VALUE=-2147483648,d.MAX_VALUE=2147483647,(h=u||(u={})).MIN_VALUE=0,h.MAX_VALUE=2147483647,(p=g||(g={})).create=function(e,t){return e===Number.MAX_VALUE&&(e=u.MAX_VALUE),t===Number.MAX_VALUE&&(t=u.MAX_VALUE),{line:e,character:t}},p.is=function(e){var t=e;return ot.objectLiteral(t)&&ot.uinteger(t.line)&&ot.uinteger(t.character)},(f=m||(m={})).create=function(e,t,i,n){if(ot.uinteger(e)&&ot.uinteger(t)&&ot.uinteger(i)&&ot.uinteger(n))return{start:g.create(e,t),end:g.create(i,n)};if(g.is(e)&&g.is(t))return{start:e,end:t};throw new Error("Range#create called with invalid arguments["+e+", "+t+", "+i+", "+n+"]")},f.is=function(e){var t=e;return ot.objectLiteral(t)&&g.is(t.start)&&g.is(t.end)},(b=_||(_={})).create=function(e,t){return{uri:e,range:t}},b.is=function(e){var t=e;return ot.defined(t)&&m.is(t.range)&&(ot.string(t.uri)||ot.undefined(t.uri))},(C=v||(v={})).create=function(e,t,i,n){return{targetUri:e,targetRange:t,targetSelectionRange:i,originSelectionRange:n}},C.is=function(e){var t=e;return ot.defined(t)&&m.is(t.targetRange)&&ot.string(t.targetUri)&&(m.is(t.targetSelectionRange)||ot.undefined(t.targetSelectionRange))&&(m.is(t.originSelectionRange)||ot.undefined(t.originSelectionRange))},(y=w||(w={})).create=function(e,t,i,n){return{red:e,green:t,blue:i,alpha:n}},y.is=function(e){var t=e;return ot.numberRange(t.red,0,1)&&ot.numberRange(t.green,0,1)&&ot.numberRange(t.blue,0,1)&&ot.numberRange(t.alpha,0,1)},(x=S||(S={})).create=function(e,t){return{range:e,color:t}},x.is=function(e){var t=e;return m.is(t.range)&&w.is(t.color)},(L=k||(k={})).create=function(e,t,i){return{label:e,textEdit:t,additionalTextEdits:i}},L.is=function(e){var t=e;return ot.string(t.label)&&(ot.undefined(t.textEdit)||z.is(t))&&(ot.undefined(t.additionalTextEdits)||ot.typedArray(t.additionalTextEdits,z.is))},(N=E||(E={})).Comment="comment",N.Imports="imports",N.Region="region",(I=D||(D={})).create=function(e,t,i,n,o){var r={startLine:e,endLine:t};return ot.defined(i)&&(r.startCharacter=i),ot.defined(n)&&(r.endCharacter=n),ot.defined(o)&&(r.kind=o),r},I.is=function(e){var t=e;return ot.uinteger(t.startLine)&&ot.uinteger(t.startLine)&&(ot.undefined(t.startCharacter)||ot.uinteger(t.startCharacter))&&(ot.undefined(t.endCharacter)||ot.uinteger(t.endCharacter))&&(ot.undefined(t.kind)||ot.string(t.kind))},(A=T||(T={})).create=function(e,t){return{location:e,message:t}},A.is=function(e){var t=e;return ot.defined(t)&&_.is(t.location)&&ot.string(t.message)},(M=R||(R={})).Error=1,M.Warning=2,M.Information=3,M.Hint=4,(P=O||(O={})).Unnecessary=1,P.Deprecated=2,(F||(F={})).is=function(e){var t=e;return null!=t&&ot.string(t.href)},(W=B||(B={})).create=function(e,t,i,n,o,r){var s={range:e,message:t};return ot.defined(i)&&(s.severity=i),ot.defined(n)&&(s.code=n),ot.defined(o)&&(s.source=o),ot.defined(r)&&(s.relatedInformation=r),s},W.is=function(e){var t,i=e;return ot.defined(i)&&m.is(i.range)&&ot.string(i.message)&&(ot.number(i.severity)||ot.undefined(i.severity))&&(ot.integer(i.code)||ot.string(i.code)||ot.undefined(i.code))&&(ot.undefined(i.codeDescription)||ot.string(null===(t=i.codeDescription)||void 0===t?void 0:t.href))&&(ot.string(i.source)||ot.undefined(i.source))&&(ot.undefined(i.relatedInformation)||ot.typedArray(i.relatedInformation,T.is))},(H=V||(V={})).create=function(e,t){for(var i=[],n=2;n0&&(o.arguments=i),o},H.is=function(e){var t=e;return ot.defined(t)&&ot.string(t.title)&&ot.string(t.command)},($=z||(z={})).replace=function(e,t){return{range:e,newText:t}},$.insert=function(e,t){return{range:{start:e,end:e},newText:t}},$.del=function(e){return{range:e,newText:""}},$.is=function(e){var t=e;return ot.objectLiteral(t)&&ot.string(t.newText)&&m.is(t.range)},(j=U||(U={})).create=function(e,t,i){var n={label:e};return void 0!==t&&(n.needsConfirmation=t),void 0!==i&&(n.description=i),n},j.is=function(e){var t=e;return void 0!==t&&ot.objectLiteral(t)&&ot.string(t.label)&&(ot.boolean(t.needsConfirmation)||void 0===t.needsConfirmation)&&(ot.string(t.description)||void 0===t.description)},(K||(K={})).is=function(e){return"string"==typeof e},(G=q||(q={})).replace=function(e,t,i){return{range:e,newText:t,annotationId:i}},G.insert=function(e,t,i){return{range:{start:e,end:e},newText:t,annotationId:i}},G.del=function(e,t){return{range:e,newText:"",annotationId:t}},G.is=function(e){var t=e;return z.is(t)&&(U.is(t.annotationId)||K.is(t.annotationId))},(Y=Z||(Z={})).create=function(e,t){return{textDocument:e,edits:t}},Y.is=function(e){var t=e;return ot.defined(t)&&ce.is(t.textDocument)&&Array.isArray(t.edits)},(X=Q||(Q={})).create=function(e,t,i){var n={kind:"create",uri:e};return void 0===t||void 0===t.overwrite&&void 0===t.ignoreIfExists||(n.options=t),void 0!==i&&(n.annotationId=i),n},X.is=function(e){var t=e;return t&&"create"===t.kind&&ot.string(t.uri)&&(void 0===t.options||(void 0===t.options.overwrite||ot.boolean(t.options.overwrite))&&(void 0===t.options.ignoreIfExists||ot.boolean(t.options.ignoreIfExists)))&&(void 0===t.annotationId||K.is(t.annotationId))},(ee=J||(J={})).create=function(e,t,i,n){var o={kind:"rename",oldUri:e,newUri:t};return void 0===i||void 0===i.overwrite&&void 0===i.ignoreIfExists||(o.options=i),void 0!==n&&(o.annotationId=n),o},ee.is=function(e){var t=e;return t&&"rename"===t.kind&&ot.string(t.oldUri)&&ot.string(t.newUri)&&(void 0===t.options||(void 0===t.options.overwrite||ot.boolean(t.options.overwrite))&&(void 0===t.options.ignoreIfExists||ot.boolean(t.options.ignoreIfExists)))&&(void 0===t.annotationId||K.is(t.annotationId))},(ie=te||(te={})).create=function(e,t,i){var n={kind:"delete",uri:e};return void 0===t||void 0===t.recursive&&void 0===t.ignoreIfNotExists||(n.options=t),void 0!==i&&(n.annotationId=i),n},ie.is=function(e){var t=e;return t&&"delete"===t.kind&&ot.string(t.uri)&&(void 0===t.options||(void 0===t.options.recursive||ot.boolean(t.options.recursive))&&(void 0===t.options.ignoreIfNotExists||ot.boolean(t.options.ignoreIfNotExists)))&&(void 0===t.annotationId||K.is(t.annotationId))},(ne||(ne={})).is=function(e){var t=e;return t&&(void 0!==t.changes||void 0!==t.documentChanges)&&(void 0===t.documentChanges||t.documentChanges.every((function(e){return ot.string(e.kind)?Q.is(e)||J.is(e)||te.is(e):Z.is(e)})))};var re,se,ae,le,ce,de,ue,he,ge,pe,me,fe,_e,be,ve,Ce,we,ye,Se,xe,ke,Le,Ee,Ne,De,Ie,Te,Ae,Re,Me,Oe,Pe,Fe,Be,We,Ve,He,ze,$e,Ue,je,Ke,qe,Ge,Ze,Ye,Qe,Xe,Je,et,tt,it=function(){function e(e,t){this.edits=e,this.changeAnnotations=t}return e.prototype.insert=function(e,t,i){var n,o;if(void 0===i?n=z.insert(e,t):K.is(i)?(o=i,n=q.insert(e,t,i)):(this.assertChangeAnnotations(this.changeAnnotations),o=this.changeAnnotations.manage(i),n=q.insert(e,t,o)),this.edits.push(n),void 0!==o)return o},e.prototype.replace=function(e,t,i){var n,o;if(void 0===i?n=z.replace(e,t):K.is(i)?(o=i,n=q.replace(e,t,i)):(this.assertChangeAnnotations(this.changeAnnotations),o=this.changeAnnotations.manage(i),n=q.replace(e,t,o)),this.edits.push(n),void 0!==o)return o},e.prototype.delete=function(e,t){var i,n;if(void 0===t?i=z.del(e):K.is(t)?(n=t,i=q.del(e,t)):(this.assertChangeAnnotations(this.changeAnnotations),n=this.changeAnnotations.manage(t),i=q.del(e,n)),this.edits.push(i),void 0!==n)return n},e.prototype.add=function(e){this.edits.push(e)},e.prototype.all=function(){return this.edits},e.prototype.clear=function(){this.edits.splice(0,this.edits.length)},e.prototype.assertChangeAnnotations=function(e){if(void 0===e)throw new Error("Text edit change is not configured to manage change annotations.")},e}(),nt=function(){function e(e){this._annotations=void 0===e?Object.create(null):e,this._counter=0,this._size=0}return e.prototype.all=function(){return this._annotations},Object.defineProperty(e.prototype,"size",{get:function(){return this._size},enumerable:!1,configurable:!0}),e.prototype.manage=function(e,t){var i;if(K.is(e)?i=e:(i=this.nextId(),t=e),void 0!==this._annotations[i])throw new Error("Id "+i+" is already in use.");if(void 0===t)throw new Error("No annotation provided for id "+i);return this._annotations[i]=t,this._size++,i},e.prototype.nextId=function(){return this._counter++,this._counter.toString()},e}();!function(){function e(e){var t=this;this._textEditChanges=Object.create(null),void 0!==e?(this._workspaceEdit=e,e.documentChanges?(this._changeAnnotations=new nt(e.changeAnnotations),e.changeAnnotations=this._changeAnnotations.all(),e.documentChanges.forEach((function(e){if(Z.is(e)){var i=new it(e.edits,t._changeAnnotations);t._textEditChanges[e.textDocument.uri]=i}}))):e.changes&&Object.keys(e.changes).forEach((function(i){var n=new it(e.changes[i]);t._textEditChanges[i]=n}))):this._workspaceEdit={}}Object.defineProperty(e.prototype,"edit",{get:function(){return this.initDocumentChanges(),void 0!==this._changeAnnotations&&(0===this._changeAnnotations.size?this._workspaceEdit.changeAnnotations=void 0:this._workspaceEdit.changeAnnotations=this._changeAnnotations.all()),this._workspaceEdit},enumerable:!1,configurable:!0}),e.prototype.getTextEditChange=function(e){if(ce.is(e)){if(this.initDocumentChanges(),void 0===this._workspaceEdit.documentChanges)throw new Error("Workspace edit is not configured for document changes.");var t={uri:e.uri,version:e.version};if(!(n=this._textEditChanges[t.uri])){var i={textDocument:t,edits:o=[]};this._workspaceEdit.documentChanges.push(i),n=new it(o,this._changeAnnotations),this._textEditChanges[t.uri]=n}return n}if(this.initChanges(),void 0===this._workspaceEdit.changes)throw new Error("Workspace edit is not configured for normal text edit changes.");var n;if(!(n=this._textEditChanges[e])){var o=[];this._workspaceEdit.changes[e]=o,n=new it(o),this._textEditChanges[e]=n}return n},e.prototype.initDocumentChanges=function(){void 0===this._workspaceEdit.documentChanges&&void 0===this._workspaceEdit.changes&&(this._changeAnnotations=new nt,this._workspaceEdit.documentChanges=[],this._workspaceEdit.changeAnnotations=this._changeAnnotations.all())},e.prototype.initChanges=function(){void 0===this._workspaceEdit.documentChanges&&void 0===this._workspaceEdit.changes&&(this._workspaceEdit.changes=Object.create(null))},e.prototype.createFile=function(e,t,i){if(this.initDocumentChanges(),void 0===this._workspaceEdit.documentChanges)throw new Error("Workspace edit is not configured for document changes.");var n,o,r;if(U.is(t)||K.is(t)?n=t:i=t,void 0===n?o=Q.create(e,i):(r=K.is(n)?n:this._changeAnnotations.manage(n),o=Q.create(e,i,r)),this._workspaceEdit.documentChanges.push(o),void 0!==r)return r},e.prototype.renameFile=function(e,t,i,n){if(this.initDocumentChanges(),void 0===this._workspaceEdit.documentChanges)throw new Error("Workspace edit is not configured for document changes.");var o,r,s;if(U.is(i)||K.is(i)?o=i:n=i,void 0===o?r=J.create(e,t,n):(s=K.is(o)?o:this._changeAnnotations.manage(o),r=J.create(e,t,n,s)),this._workspaceEdit.documentChanges.push(r),void 0!==s)return s},e.prototype.deleteFile=function(e,t,i){if(this.initDocumentChanges(),void 0===this._workspaceEdit.documentChanges)throw new Error("Workspace edit is not configured for document changes.");var n,o,r;if(U.is(t)||K.is(t)?n=t:i=t,void 0===n?o=te.create(e,i):(r=K.is(n)?n:this._changeAnnotations.manage(n),o=te.create(e,i,r)),this._workspaceEdit.documentChanges.push(o),void 0!==r)return r}}(),(se=re||(re={})).create=function(e){return{uri:e}},se.is=function(e){var t=e;return ot.defined(t)&&ot.string(t.uri)},(le=ae||(ae={})).create=function(e,t){return{uri:e,version:t}},le.is=function(e){var t=e;return ot.defined(t)&&ot.string(t.uri)&&ot.integer(t.version)},(de=ce||(ce={})).create=function(e,t){return{uri:e,version:t}},de.is=function(e){var t=e;return ot.defined(t)&&ot.string(t.uri)&&(null===t.version||ot.integer(t.version))},(he=ue||(ue={})).create=function(e,t,i,n){return{uri:e,languageId:t,version:i,text:n}},he.is=function(e){var t=e;return ot.defined(t)&&ot.string(t.uri)&&ot.string(t.languageId)&&ot.integer(t.version)&&ot.string(t.text)},(pe=ge||(ge={})).PlainText="plaintext",pe.Markdown="markdown",function(e){e.is=function(t){var i=t;return i===e.PlainText||i===e.Markdown}}(ge||(ge={})),(me||(me={})).is=function(e){var t=e;return ot.objectLiteral(e)&&ge.is(t.kind)&&ot.string(t.value)},(_e=fe||(fe={})).Text=1,_e.Method=2,_e.Function=3,_e.Constructor=4,_e.Field=5,_e.Variable=6,_e.Class=7,_e.Interface=8,_e.Module=9,_e.Property=10,_e.Unit=11,_e.Value=12,_e.Enum=13,_e.Keyword=14,_e.Snippet=15,_e.Color=16,_e.File=17,_e.Reference=18,_e.Folder=19,_e.EnumMember=20,_e.Constant=21,_e.Struct=22,_e.Event=23,_e.Operator=24,_e.TypeParameter=25,(ve=be||(be={})).PlainText=1,ve.Snippet=2,(Ce||(Ce={})).Deprecated=1,(ye=we||(we={})).create=function(e,t,i){return{newText:e,insert:t,replace:i}},ye.is=function(e){var t=e;return t&&ot.string(t.newText)&&m.is(t.insert)&&m.is(t.replace)},(xe=Se||(Se={})).asIs=1,xe.adjustIndentation=2,(ke||(ke={})).create=function(e){return{label:e}},(Le||(Le={})).create=function(e,t){return{items:e||[],isIncomplete:!!t}},(Ne=Ee||(Ee={})).fromPlainText=function(e){return e.replace(/[\\`*_{}[\]()#+\-.!]/g,"\\$&")},Ne.is=function(e){var t=e;return ot.string(t)||ot.objectLiteral(t)&&ot.string(t.language)&&ot.string(t.value)},(De||(De={})).is=function(e){var t=e;return!!t&&ot.objectLiteral(t)&&(me.is(t.contents)||Ee.is(t.contents)||ot.typedArray(t.contents,Ee.is))&&(void 0===e.range||m.is(e.range))},(Ie||(Ie={})).create=function(e,t){return t?{label:e,documentation:t}:{label:e}},(Te||(Te={})).create=function(e,t){for(var i=[],n=2;n=0;s--){var a=o[s],l=e.offsetAt(a.range.start),c=e.offsetAt(a.range.end);if(!(c<=r))throw new Error("Overlapping edit");n=n.substring(0,l)+a.newText+n.substring(c,n.length),r=l}return n}}(tt||(tt={}));var ot,rt,st,at=function(){function e(e,t,i,n){this._uri=e,this._languageId=t,this._version=i,this._content=n,this._lineOffsets=void 0}return Object.defineProperty(e.prototype,"uri",{get:function(){return this._uri},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"languageId",{get:function(){return this._languageId},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"version",{get:function(){return this._version},enumerable:!1,configurable:!0}),e.prototype.getText=function(e){if(e){var t=this.offsetAt(e.start),i=this.offsetAt(e.end);return this._content.substring(t,i)}return this._content},e.prototype.update=function(e,t){this._content=e.text,this._version=t,this._lineOffsets=void 0},e.prototype.getLineOffsets=function(){if(void 0===this._lineOffsets){for(var e=[],t=this._content,i=!0,n=0;n0&&e.push(t.length),this._lineOffsets=e}return this._lineOffsets},e.prototype.positionAt=function(e){e=Math.max(Math.min(e,this._content.length),0);var t=this.getLineOffsets(),i=0,n=t.length;if(0===n)return g.create(0,e);for(;ie?n=o:i=o+1}var r=i-1;return g.create(r,e-t[r])},e.prototype.offsetAt=function(e){var t=this.getLineOffsets();if(e.line>=t.length)return this._content.length;if(e.line<0)return 0;var i=t[e.line],n=e.line+1{let t,i=e.getLanguageId();i===this._languageId&&(this._listener[e.uri.toString()]=e.onDidChangeContent((()=>{window.clearTimeout(t),t=window.setTimeout((()=>this._doValidate(e.uri,i)),500)})),this._doValidate(e.uri,i))},o=e=>{l.editor.setModelMarkers(e,this._languageId,[]);let t=e.uri.toString(),i=this._listener[t];i&&(i.dispose(),delete this._listener[t])};this._disposables.push(l.editor.onDidCreateModel(n)),this._disposables.push(l.editor.onWillDisposeModel(o)),this._disposables.push(l.editor.onDidChangeModelLanguage((e=>{o(e.model),n(e.model)}))),this._disposables.push(i((e=>{l.editor.getModels().forEach((e=>{e.getLanguageId()===this._languageId&&(o(e),n(e))}))}))),this._disposables.push({dispose:()=>{l.editor.getModels().forEach(o);for(let e in this._listener)this._listener[e].dispose()}}),l.editor.getModels().forEach(n)}_disposables=[];_listener=Object.create(null);dispose(){this._disposables.forEach((e=>e&&e.dispose())),this._disposables.length=0}_doValidate(e,t){this._worker(e).then((t=>t.doValidation(e.toString()))).then((i=>{const n=i.map((e=>function(e,t){let i="number"==typeof t.code?String(t.code):t.code;return{severity:ct(t.severity),startLineNumber:t.range.start.line+1,startColumn:t.range.start.character+1,endLineNumber:t.range.end.line+1,endColumn:t.range.end.character+1,message:t.message,code:i,source:t.source}}(0,e)));let o=l.editor.getModel(e);o&&o.getLanguageId()===t&&l.editor.setModelMarkers(o,t,n)})).then(void 0,(e=>{console.error(e)}))}};function ct(e){switch(e){case R.Error:return l.MarkerSeverity.Error;case R.Warning:return l.MarkerSeverity.Warning;case R.Information:return l.MarkerSeverity.Info;case R.Hint:return l.MarkerSeverity.Hint;default:return l.MarkerSeverity.Info}}var dt=class{constructor(e,t){this._worker=e,this._triggerCharacters=t}get triggerCharacters(){return this._triggerCharacters}provideCompletionItems(e,t,i,n){const o=e.uri;return this._worker(o).then((e=>e.doComplete(o.toString(),ut(t)))).then((i=>{if(!i)return;const n=e.getWordUntilPosition(t),o=new l.Range(t.lineNumber,n.startColumn,t.lineNumber,n.endColumn),r=i.items.map((e=>{const t={label:e.label,insertText:e.insertText||e.label,sortText:e.sortText,filterText:e.filterText,documentation:e.documentation,detail:e.detail,command:(i=e.command,i&&"editor.action.triggerSuggest"===i.command?{id:i.command,title:i.title,arguments:i.arguments}:void 0),range:o,kind:pt(e.kind)};var i,n;return e.textEdit&&(void 0!==(n=e.textEdit).insert&&void 0!==n.replace?t.range={insert:gt(e.textEdit.insert),replace:gt(e.textEdit.replace)}:t.range=gt(e.textEdit.range),t.insertText=e.textEdit.newText),e.additionalTextEdits&&(t.additionalTextEdits=e.additionalTextEdits.map(mt)),e.insertTextFormat===be.Snippet&&(t.insertTextRules=l.languages.CompletionItemInsertTextRule.InsertAsSnippet),t}));return{isIncomplete:i.isIncomplete,suggestions:r}}))}};function ut(e){if(e)return{character:e.column-1,line:e.lineNumber-1}}function ht(e){if(e)return{start:{line:e.startLineNumber-1,character:e.startColumn-1},end:{line:e.endLineNumber-1,character:e.endColumn-1}}}function gt(e){if(e)return new l.Range(e.start.line+1,e.start.character+1,e.end.line+1,e.end.character+1)}function pt(e){const t=l.languages.CompletionItemKind;switch(e){case fe.Text:return t.Text;case fe.Method:return t.Method;case fe.Function:return t.Function;case fe.Constructor:return t.Constructor;case fe.Field:return t.Field;case fe.Variable:return t.Variable;case fe.Class:return t.Class;case fe.Interface:return t.Interface;case fe.Module:return t.Module;case fe.Property:return t.Property;case fe.Unit:return t.Unit;case fe.Value:return t.Value;case fe.Enum:return t.Enum;case fe.Keyword:return t.Keyword;case fe.Snippet:return t.Snippet;case fe.Color:return t.Color;case fe.File:return t.File;case fe.Reference:return t.Reference}return t.Property}function mt(e){if(e)return{range:gt(e.range),text:e.newText}}var ft=class{constructor(e){this._worker=e}provideHover(e,t,i){let n=e.uri;return this._worker(n).then((e=>e.doHover(n.toString(),ut(t)))).then((e=>{if(e)return{range:gt(e.range),contents:bt(e.contents)}}))}};function _t(e){return"string"==typeof e?{value:e}:(t=e)&&"object"==typeof t&&"string"==typeof t.kind?"plaintext"===e.kind?{value:e.value.replace(/[\\`*_{}[\]()#+\-.!]/g,"\\$&")}:{value:e.value}:{value:"```"+e.language+"\n"+e.value+"\n```\n"};var t}function bt(e){if(e)return Array.isArray(e)?e.map(_t):[_t(e)]}var vt=class{constructor(e){this._worker=e}provideDocumentHighlights(e,t,i){const n=e.uri;return this._worker(n).then((e=>e.findDocumentHighlights(n.toString(),ut(t)))).then((e=>{if(e)return e.map((e=>({range:gt(e.range),kind:Ct(e.kind)})))}))}};function Ct(e){switch(e){case Ae.Read:return l.languages.DocumentHighlightKind.Read;case Ae.Write:return l.languages.DocumentHighlightKind.Write;case Ae.Text:return l.languages.DocumentHighlightKind.Text}return l.languages.DocumentHighlightKind.Text}var wt=class{constructor(e){this._worker=e}provideDefinition(e,t,i){const n=e.uri;return this._worker(n).then((e=>e.findDefinition(n.toString(),ut(t)))).then((e=>{if(e)return[yt(e)]}))}};function yt(e){return{uri:l.Uri.parse(e.uri),range:gt(e.range)}}var St=class{constructor(e){this._worker=e}provideReferences(e,t,i,n){const o=e.uri;return this._worker(o).then((e=>e.findReferences(o.toString(),ut(t)))).then((e=>{if(e)return e.map(yt)}))}},xt=class{constructor(e){this._worker=e}provideRenameEdits(e,t,i,n){const o=e.uri;return this._worker(o).then((e=>e.doRename(o.toString(),ut(t),i))).then((e=>function(e){if(!e||!e.changes)return;let t=[];for(let i in e.changes){const n=l.Uri.parse(i);for(let o of e.changes[i])t.push({resource:n,edit:{range:gt(o.range),text:o.newText}})}return{edits:t}}(e)))}},kt=class{constructor(e){this._worker=e}provideDocumentSymbols(e,t){const i=e.uri;return this._worker(i).then((e=>e.findDocumentSymbols(i.toString()))).then((e=>{if(e)return e.map((e=>({name:e.name,detail:"",containerName:e.containerName,kind:Lt(e.kind),range:gt(e.location.range),selectionRange:gt(e.location.range),tags:[]})))}))}};function Lt(e){let t=l.languages.SymbolKind;switch(e){case Oe.File:return t.Array;case Oe.Module:return t.Module;case Oe.Namespace:return t.Namespace;case Oe.Package:return t.Package;case Oe.Class:return t.Class;case Oe.Method:return t.Method;case Oe.Property:return t.Property;case Oe.Field:return t.Field;case Oe.Constructor:return t.Constructor;case Oe.Enum:return t.Enum;case Oe.Interface:return t.Interface;case Oe.Function:return t.Function;case Oe.Variable:return t.Variable;case Oe.Constant:return t.Constant;case Oe.String:return t.String;case Oe.Number:return t.Number;case Oe.Boolean:return t.Boolean;case Oe.Array:return t.Array}return t.Function}var Et=class{constructor(e){this._worker=e}provideLinks(e,t){const i=e.uri;return this._worker(i).then((e=>e.findDocumentLinks(i.toString()))).then((e=>{if(e)return{links:e.map((e=>({range:gt(e.range),url:e.target})))}}))}},Nt=class{constructor(e){this._worker=e}provideDocumentFormattingEdits(e,t,i){const n=e.uri;return this._worker(n).then((e=>e.format(n.toString(),null,It(t)).then((e=>{if(e&&0!==e.length)return e.map(mt)}))))}},Dt=class{constructor(e){this._worker=e}provideDocumentRangeFormattingEdits(e,t,i,n){const o=e.uri;return this._worker(o).then((e=>e.format(o.toString(),ht(t),It(i)).then((e=>{if(e&&0!==e.length)return e.map(mt)}))))}};function It(e){return{tabSize:e.tabSize,insertSpaces:e.insertSpaces}}var Tt=class{constructor(e){this._worker=e}provideDocumentColors(e,t){const i=e.uri;return this._worker(i).then((e=>e.findDocumentColors(i.toString()))).then((e=>{if(e)return e.map((e=>({color:e.color,range:gt(e.range)})))}))}provideColorPresentations(e,t,i){const n=e.uri;return this._worker(n).then((e=>e.getColorPresentations(n.toString(),t.color,ht(t.range)))).then((e=>{if(e)return e.map((e=>{let t={label:e.label};return e.textEdit&&(t.textEdit=mt(e.textEdit)),e.additionalTextEdits&&(t.additionalTextEdits=e.additionalTextEdits.map(mt)),t}))}))}},At=class{constructor(e){this._worker=e}provideFoldingRanges(e,t,i){const n=e.uri;return this._worker(n).then((e=>e.getFoldingRanges(n.toString(),t))).then((e=>{if(e)return e.map((e=>{const t={start:e.startLine+1,end:e.endLine+1};return void 0!==e.kind&&(t.kind=function(e){switch(e){case E.Comment:return l.languages.FoldingRangeKind.Comment;case E.Imports:return l.languages.FoldingRangeKind.Imports;case E.Region:return l.languages.FoldingRangeKind.Region}}(e.kind)),t}))}))}},Rt=class{constructor(e){this._worker=e}provideSelectionRanges(e,t,i){const n=e.uri;return this._worker(n).then((e=>e.getSelectionRanges(n.toString(),t.map(ut)))).then((e=>{if(e)return e.map((e=>{const t=[];for(;e;)t.push({range:gt(e.range)}),e=e.parent;return t}))}))}},Mt=class extends dt{constructor(e){super(e,[".",":","<",'"',"=","/"])}};function Ot(e){const t=new oe(e),i=(...e)=>t.getLanguageServiceWorker(...e);let n=e.languageId;l.languages.registerCompletionItemProvider(n,new Mt(i)),l.languages.registerHoverProvider(n,new ft(i)),l.languages.registerDocumentHighlightProvider(n,new vt(i)),l.languages.registerLinkProvider(n,new Et(i)),l.languages.registerFoldingRangeProvider(n,new At(i)),l.languages.registerDocumentSymbolProvider(n,new kt(i)),l.languages.registerSelectionRangeProvider(n,new Rt(i)),l.languages.registerRenameProvider(n,new xt(i)),"html"===n&&(l.languages.registerDocumentFormattingEditProvider(n,new Nt(i)),l.languages.registerDocumentRangeFormattingEditProvider(n,new Dt(i)))}function Pt(e){const t=[],i=[],n=new oe(e);t.push(n);const o=(...e)=>n.getLanguageServiceWorker(...e);return function(){const{languageId:t,modeConfiguration:n}=e;Bt(i),n.completionItems&&i.push(l.languages.registerCompletionItemProvider(t,new Mt(o))),n.hovers&&i.push(l.languages.registerHoverProvider(t,new ft(o))),n.documentHighlights&&i.push(l.languages.registerDocumentHighlightProvider(t,new vt(o))),n.links&&i.push(l.languages.registerLinkProvider(t,new Et(o))),n.documentSymbols&&i.push(l.languages.registerDocumentSymbolProvider(t,new kt(o))),n.rename&&i.push(l.languages.registerRenameProvider(t,new xt(o))),n.foldingRanges&&i.push(l.languages.registerFoldingRangeProvider(t,new At(o))),n.selectionRanges&&i.push(l.languages.registerSelectionRangeProvider(t,new Rt(o))),n.documentFormattingEdits&&i.push(l.languages.registerDocumentFormattingEditProvider(t,new Nt(o))),n.documentRangeFormattingEdits&&i.push(l.languages.registerDocumentRangeFormattingEditProvider(t,new Dt(o)))}(),t.push(Ft(i)),Ft(t)}function Ft(e){return{dispose:()=>Bt(e)}}function Bt(e){for(;e.length;)e.pop().dispose()}},72080:function(e,t,i){"use strict";i.r(t),i.d(t,{handlebarDefaults:function(){return _},handlebarLanguageService:function(){return f},htmlDefaults:function(){return m},htmlLanguageService:function(){return p},razorDefaults:function(){return v},razorLanguageService:function(){return b},registerHTMLLanguageService:function(){return C}});var n=i(54918),o=Object.defineProperty,r=Object.getOwnPropertyDescriptor,s=Object.getOwnPropertyNames,a=Object.prototype.hasOwnProperty,l={};((e,t,i,n)=>{if(t&&"object"==typeof t||"function"==typeof t)for(let i of s(t))a.call(e,i)||"default"===i||o(e,i,{get:()=>t[i],enumerable:!(n=r(t,i))||n.enumerable})})(l,n);var c={format:{tabSize:4,insertSpaces:!1,wrapLineLength:120,unformatted:'default": "a, abbr, acronym, b, bdo, big, br, button, cite, code, dfn, em, i, img, input, kbd, label, map, object, q, samp, select, small, span, strong, sub, sup, textarea, tt, var',contentUnformatted:"pre",indentInnerHtml:!1,preserveNewLines:!0,maxPreserveNewLines:void 0,indentHandlebars:!1,endWithNewline:!1,extraLiners:"head, body, /html",wrapAttributes:"auto"},suggest:{},data:{useDefaultDataProvider:!0}};function d(e){return{completionItems:!0,hovers:!0,documentSymbols:!0,links:!0,documentHighlights:!0,rename:!0,colors:!0,foldingRanges:!0,selectionRanges:!0,diagnostics:e===u,documentFormattingEdits:e===u,documentRangeFormattingEdits:e===u}}var u="html",h="handlebars",g="razor",p=C(u,c,d(u)),m=p.defaults,f=C(h,c,d(h)),_=f.defaults,b=C(g,c,d(g)),v=b.defaults;function C(e,t=c,n=d(e)){const o=new class{_onDidChange=new l.Emitter;_options;_modeConfiguration;_languageId;constructor(e,t,i){this._languageId=e,this.setOptions(t),this.setModeConfiguration(i)}get onDidChange(){return this._onDidChange.event}get languageId(){return this._languageId}get options(){return this._options}get modeConfiguration(){return this._modeConfiguration}setOptions(e){this._options=e||Object.create(null),this._onDidChange.fire(this)}setModeConfiguration(e){this._modeConfiguration=e||Object.create(null),this._onDidChange.fire(this)}}(e,t,n);let r;const s=l.languages.onLanguage(e,(async()=>{r=(await Promise.resolve().then(i.bind(i,36150))).setupMode(o)}));return{defaults:o,dispose(){s.dispose(),r?.dispose(),r=void 0}}}l.languages.html={htmlDefaults:m,razorDefaults:v,handlebarDefaults:_,htmlLanguageService:p,handlebarLanguageService:f,razorLanguageService:b,registerHTMLLanguageService:C}},50104:function(e,t,i){"use strict";i.r(t),i.d(t,{CompletionAdapter:function(){return dt},DefinitionAdapter:function(){return wt},DiagnosticsAdapter:function(){return lt},DocumentColorAdapter:function(){return At},DocumentFormattingEditProvider:function(){return Nt},DocumentHighlightAdapter:function(){return vt},DocumentLinkAdapter:function(){return Et},DocumentRangeFormattingEditProvider:function(){return Dt},DocumentSymbolAdapter:function(){return kt},FoldingRangeAdapter:function(){return Rt},HoverAdapter:function(){return ft},ReferenceAdapter:function(){return St},RenameAdapter:function(){return xt},SelectionRangeAdapter:function(){return Mt},WorkerManager:function(){return oe},fromPosition:function(){return ut},fromRange:function(){return ht},setupMode:function(){return Jt},toRange:function(){return gt},toTextEdit:function(){return mt}});var n=i(54918),o=Object.defineProperty,r=Object.getOwnPropertyDescriptor,s=Object.getOwnPropertyNames,a=Object.prototype.hasOwnProperty,l={};((e,t,i,n)=>{if(t&&"object"==typeof t||"function"==typeof t)for(let i of s(t))a.call(e,i)||"default"===i||o(e,i,{get:()=>t[i],enumerable:!(n=r(t,i))||n.enumerable})})(l,n);var c,d,u,h,g,p,m,f,_,b,v,C,w,y,S,x,k,L,E,N,D,I,T,A,R,M,O,P,F,B,W,V,H,z,$,U,j,K,q,G,Z,Y,Q,X,J,ee,te,ie,ne,oe=class{_defaults;_idleCheckInterval;_lastUsedTime;_configChangeListener;_worker;_client;constructor(e){this._defaults=e,this._worker=null,this._client=null,this._idleCheckInterval=window.setInterval((()=>this._checkIfIdle()),3e4),this._lastUsedTime=0,this._configChangeListener=this._defaults.onDidChange((()=>this._stopWorker()))}_stopWorker(){this._worker&&(this._worker.dispose(),this._worker=null),this._client=null}dispose(){clearInterval(this._idleCheckInterval),this._configChangeListener.dispose(),this._stopWorker()}_checkIfIdle(){this._worker&&Date.now()-this._lastUsedTime>12e4&&this._stopWorker()}_getClient(){return this._lastUsedTime=Date.now(),this._client||(this._worker=l.editor.createWebWorker({moduleId:"vs/language/json/jsonWorker",label:this._defaults.languageId,createData:{languageSettings:this._defaults.diagnosticsOptions,languageId:this._defaults.languageId,enableSchemaRequest:this._defaults.diagnosticsOptions.enableSchemaRequest}}),this._client=this._worker.getProxy()),this._client}getLanguageServiceWorker(...e){let t;return this._getClient().then((e=>{t=e})).then((t=>{if(this._worker)return this._worker.withSyncedResources(e)})).then((e=>t))}};(d=c||(c={})).MIN_VALUE=-2147483648,d.MAX_VALUE=2147483647,(h=u||(u={})).MIN_VALUE=0,h.MAX_VALUE=2147483647,(p=g||(g={})).create=function(e,t){return e===Number.MAX_VALUE&&(e=u.MAX_VALUE),t===Number.MAX_VALUE&&(t=u.MAX_VALUE),{line:e,character:t}},p.is=function(e){var t=e;return ot.objectLiteral(t)&&ot.uinteger(t.line)&&ot.uinteger(t.character)},(f=m||(m={})).create=function(e,t,i,n){if(ot.uinteger(e)&&ot.uinteger(t)&&ot.uinteger(i)&&ot.uinteger(n))return{start:g.create(e,t),end:g.create(i,n)};if(g.is(e)&&g.is(t))return{start:e,end:t};throw new Error("Range#create called with invalid arguments["+e+", "+t+", "+i+", "+n+"]")},f.is=function(e){var t=e;return ot.objectLiteral(t)&&g.is(t.start)&&g.is(t.end)},(b=_||(_={})).create=function(e,t){return{uri:e,range:t}},b.is=function(e){var t=e;return ot.defined(t)&&m.is(t.range)&&(ot.string(t.uri)||ot.undefined(t.uri))},(C=v||(v={})).create=function(e,t,i,n){return{targetUri:e,targetRange:t,targetSelectionRange:i,originSelectionRange:n}},C.is=function(e){var t=e;return ot.defined(t)&&m.is(t.targetRange)&&ot.string(t.targetUri)&&(m.is(t.targetSelectionRange)||ot.undefined(t.targetSelectionRange))&&(m.is(t.originSelectionRange)||ot.undefined(t.originSelectionRange))},(y=w||(w={})).create=function(e,t,i,n){return{red:e,green:t,blue:i,alpha:n}},y.is=function(e){var t=e;return ot.numberRange(t.red,0,1)&&ot.numberRange(t.green,0,1)&&ot.numberRange(t.blue,0,1)&&ot.numberRange(t.alpha,0,1)},(x=S||(S={})).create=function(e,t){return{range:e,color:t}},x.is=function(e){var t=e;return m.is(t.range)&&w.is(t.color)},(L=k||(k={})).create=function(e,t,i){return{label:e,textEdit:t,additionalTextEdits:i}},L.is=function(e){var t=e;return ot.string(t.label)&&(ot.undefined(t.textEdit)||z.is(t))&&(ot.undefined(t.additionalTextEdits)||ot.typedArray(t.additionalTextEdits,z.is))},(N=E||(E={})).Comment="comment",N.Imports="imports",N.Region="region",(I=D||(D={})).create=function(e,t,i,n,o){var r={startLine:e,endLine:t};return ot.defined(i)&&(r.startCharacter=i),ot.defined(n)&&(r.endCharacter=n),ot.defined(o)&&(r.kind=o),r},I.is=function(e){var t=e;return ot.uinteger(t.startLine)&&ot.uinteger(t.startLine)&&(ot.undefined(t.startCharacter)||ot.uinteger(t.startCharacter))&&(ot.undefined(t.endCharacter)||ot.uinteger(t.endCharacter))&&(ot.undefined(t.kind)||ot.string(t.kind))},(A=T||(T={})).create=function(e,t){return{location:e,message:t}},A.is=function(e){var t=e;return ot.defined(t)&&_.is(t.location)&&ot.string(t.message)},(M=R||(R={})).Error=1,M.Warning=2,M.Information=3,M.Hint=4,(P=O||(O={})).Unnecessary=1,P.Deprecated=2,(F||(F={})).is=function(e){var t=e;return null!=t&&ot.string(t.href)},(W=B||(B={})).create=function(e,t,i,n,o,r){var s={range:e,message:t};return ot.defined(i)&&(s.severity=i),ot.defined(n)&&(s.code=n),ot.defined(o)&&(s.source=o),ot.defined(r)&&(s.relatedInformation=r),s},W.is=function(e){var t,i=e;return ot.defined(i)&&m.is(i.range)&&ot.string(i.message)&&(ot.number(i.severity)||ot.undefined(i.severity))&&(ot.integer(i.code)||ot.string(i.code)||ot.undefined(i.code))&&(ot.undefined(i.codeDescription)||ot.string(null===(t=i.codeDescription)||void 0===t?void 0:t.href))&&(ot.string(i.source)||ot.undefined(i.source))&&(ot.undefined(i.relatedInformation)||ot.typedArray(i.relatedInformation,T.is))},(H=V||(V={})).create=function(e,t){for(var i=[],n=2;n0&&(o.arguments=i),o},H.is=function(e){var t=e;return ot.defined(t)&&ot.string(t.title)&&ot.string(t.command)},($=z||(z={})).replace=function(e,t){return{range:e,newText:t}},$.insert=function(e,t){return{range:{start:e,end:e},newText:t}},$.del=function(e){return{range:e,newText:""}},$.is=function(e){var t=e;return ot.objectLiteral(t)&&ot.string(t.newText)&&m.is(t.range)},(j=U||(U={})).create=function(e,t,i){var n={label:e};return void 0!==t&&(n.needsConfirmation=t),void 0!==i&&(n.description=i),n},j.is=function(e){var t=e;return void 0!==t&&ot.objectLiteral(t)&&ot.string(t.label)&&(ot.boolean(t.needsConfirmation)||void 0===t.needsConfirmation)&&(ot.string(t.description)||void 0===t.description)},(K||(K={})).is=function(e){return"string"==typeof e},(G=q||(q={})).replace=function(e,t,i){return{range:e,newText:t,annotationId:i}},G.insert=function(e,t,i){return{range:{start:e,end:e},newText:t,annotationId:i}},G.del=function(e,t){return{range:e,newText:"",annotationId:t}},G.is=function(e){var t=e;return z.is(t)&&(U.is(t.annotationId)||K.is(t.annotationId))},(Y=Z||(Z={})).create=function(e,t){return{textDocument:e,edits:t}},Y.is=function(e){var t=e;return ot.defined(t)&&ce.is(t.textDocument)&&Array.isArray(t.edits)},(X=Q||(Q={})).create=function(e,t,i){var n={kind:"create",uri:e};return void 0===t||void 0===t.overwrite&&void 0===t.ignoreIfExists||(n.options=t),void 0!==i&&(n.annotationId=i),n},X.is=function(e){var t=e;return t&&"create"===t.kind&&ot.string(t.uri)&&(void 0===t.options||(void 0===t.options.overwrite||ot.boolean(t.options.overwrite))&&(void 0===t.options.ignoreIfExists||ot.boolean(t.options.ignoreIfExists)))&&(void 0===t.annotationId||K.is(t.annotationId))},(ee=J||(J={})).create=function(e,t,i,n){var o={kind:"rename",oldUri:e,newUri:t};return void 0===i||void 0===i.overwrite&&void 0===i.ignoreIfExists||(o.options=i),void 0!==n&&(o.annotationId=n),o},ee.is=function(e){var t=e;return t&&"rename"===t.kind&&ot.string(t.oldUri)&&ot.string(t.newUri)&&(void 0===t.options||(void 0===t.options.overwrite||ot.boolean(t.options.overwrite))&&(void 0===t.options.ignoreIfExists||ot.boolean(t.options.ignoreIfExists)))&&(void 0===t.annotationId||K.is(t.annotationId))},(ie=te||(te={})).create=function(e,t,i){var n={kind:"delete",uri:e};return void 0===t||void 0===t.recursive&&void 0===t.ignoreIfNotExists||(n.options=t),void 0!==i&&(n.annotationId=i),n},ie.is=function(e){var t=e;return t&&"delete"===t.kind&&ot.string(t.uri)&&(void 0===t.options||(void 0===t.options.recursive||ot.boolean(t.options.recursive))&&(void 0===t.options.ignoreIfNotExists||ot.boolean(t.options.ignoreIfNotExists)))&&(void 0===t.annotationId||K.is(t.annotationId))},(ne||(ne={})).is=function(e){var t=e;return t&&(void 0!==t.changes||void 0!==t.documentChanges)&&(void 0===t.documentChanges||t.documentChanges.every((function(e){return ot.string(e.kind)?Q.is(e)||J.is(e)||te.is(e):Z.is(e)})))};var re,se,ae,le,ce,de,ue,he,ge,pe,me,fe,_e,be,ve,Ce,we,ye,Se,xe,ke,Le,Ee,Ne,De,Ie,Te,Ae,Re,Me,Oe,Pe,Fe,Be,We,Ve,He,ze,$e,Ue,je,Ke,qe,Ge,Ze,Ye,Qe,Xe,Je,et,tt,it=function(){function e(e,t){this.edits=e,this.changeAnnotations=t}return e.prototype.insert=function(e,t,i){var n,o;if(void 0===i?n=z.insert(e,t):K.is(i)?(o=i,n=q.insert(e,t,i)):(this.assertChangeAnnotations(this.changeAnnotations),o=this.changeAnnotations.manage(i),n=q.insert(e,t,o)),this.edits.push(n),void 0!==o)return o},e.prototype.replace=function(e,t,i){var n,o;if(void 0===i?n=z.replace(e,t):K.is(i)?(o=i,n=q.replace(e,t,i)):(this.assertChangeAnnotations(this.changeAnnotations),o=this.changeAnnotations.manage(i),n=q.replace(e,t,o)),this.edits.push(n),void 0!==o)return o},e.prototype.delete=function(e,t){var i,n;if(void 0===t?i=z.del(e):K.is(t)?(n=t,i=q.del(e,t)):(this.assertChangeAnnotations(this.changeAnnotations),n=this.changeAnnotations.manage(t),i=q.del(e,n)),this.edits.push(i),void 0!==n)return n},e.prototype.add=function(e){this.edits.push(e)},e.prototype.all=function(){return this.edits},e.prototype.clear=function(){this.edits.splice(0,this.edits.length)},e.prototype.assertChangeAnnotations=function(e){if(void 0===e)throw new Error("Text edit change is not configured to manage change annotations.")},e}(),nt=function(){function e(e){this._annotations=void 0===e?Object.create(null):e,this._counter=0,this._size=0}return e.prototype.all=function(){return this._annotations},Object.defineProperty(e.prototype,"size",{get:function(){return this._size},enumerable:!1,configurable:!0}),e.prototype.manage=function(e,t){var i;if(K.is(e)?i=e:(i=this.nextId(),t=e),void 0!==this._annotations[i])throw new Error("Id "+i+" is already in use.");if(void 0===t)throw new Error("No annotation provided for id "+i);return this._annotations[i]=t,this._size++,i},e.prototype.nextId=function(){return this._counter++,this._counter.toString()},e}();!function(){function e(e){var t=this;this._textEditChanges=Object.create(null),void 0!==e?(this._workspaceEdit=e,e.documentChanges?(this._changeAnnotations=new nt(e.changeAnnotations),e.changeAnnotations=this._changeAnnotations.all(),e.documentChanges.forEach((function(e){if(Z.is(e)){var i=new it(e.edits,t._changeAnnotations);t._textEditChanges[e.textDocument.uri]=i}}))):e.changes&&Object.keys(e.changes).forEach((function(i){var n=new it(e.changes[i]);t._textEditChanges[i]=n}))):this._workspaceEdit={}}Object.defineProperty(e.prototype,"edit",{get:function(){return this.initDocumentChanges(),void 0!==this._changeAnnotations&&(0===this._changeAnnotations.size?this._workspaceEdit.changeAnnotations=void 0:this._workspaceEdit.changeAnnotations=this._changeAnnotations.all()),this._workspaceEdit},enumerable:!1,configurable:!0}),e.prototype.getTextEditChange=function(e){if(ce.is(e)){if(this.initDocumentChanges(),void 0===this._workspaceEdit.documentChanges)throw new Error("Workspace edit is not configured for document changes.");var t={uri:e.uri,version:e.version};if(!(n=this._textEditChanges[t.uri])){var i={textDocument:t,edits:o=[]};this._workspaceEdit.documentChanges.push(i),n=new it(o,this._changeAnnotations),this._textEditChanges[t.uri]=n}return n}if(this.initChanges(),void 0===this._workspaceEdit.changes)throw new Error("Workspace edit is not configured for normal text edit changes.");var n;if(!(n=this._textEditChanges[e])){var o=[];this._workspaceEdit.changes[e]=o,n=new it(o),this._textEditChanges[e]=n}return n},e.prototype.initDocumentChanges=function(){void 0===this._workspaceEdit.documentChanges&&void 0===this._workspaceEdit.changes&&(this._changeAnnotations=new nt,this._workspaceEdit.documentChanges=[],this._workspaceEdit.changeAnnotations=this._changeAnnotations.all())},e.prototype.initChanges=function(){void 0===this._workspaceEdit.documentChanges&&void 0===this._workspaceEdit.changes&&(this._workspaceEdit.changes=Object.create(null))},e.prototype.createFile=function(e,t,i){if(this.initDocumentChanges(),void 0===this._workspaceEdit.documentChanges)throw new Error("Workspace edit is not configured for document changes.");var n,o,r;if(U.is(t)||K.is(t)?n=t:i=t,void 0===n?o=Q.create(e,i):(r=K.is(n)?n:this._changeAnnotations.manage(n),o=Q.create(e,i,r)),this._workspaceEdit.documentChanges.push(o),void 0!==r)return r},e.prototype.renameFile=function(e,t,i,n){if(this.initDocumentChanges(),void 0===this._workspaceEdit.documentChanges)throw new Error("Workspace edit is not configured for document changes.");var o,r,s;if(U.is(i)||K.is(i)?o=i:n=i,void 0===o?r=J.create(e,t,n):(s=K.is(o)?o:this._changeAnnotations.manage(o),r=J.create(e,t,n,s)),this._workspaceEdit.documentChanges.push(r),void 0!==s)return s},e.prototype.deleteFile=function(e,t,i){if(this.initDocumentChanges(),void 0===this._workspaceEdit.documentChanges)throw new Error("Workspace edit is not configured for document changes.");var n,o,r;if(U.is(t)||K.is(t)?n=t:i=t,void 0===n?o=te.create(e,i):(r=K.is(n)?n:this._changeAnnotations.manage(n),o=te.create(e,i,r)),this._workspaceEdit.documentChanges.push(o),void 0!==r)return r}}(),(se=re||(re={})).create=function(e){return{uri:e}},se.is=function(e){var t=e;return ot.defined(t)&&ot.string(t.uri)},(le=ae||(ae={})).create=function(e,t){return{uri:e,version:t}},le.is=function(e){var t=e;return ot.defined(t)&&ot.string(t.uri)&&ot.integer(t.version)},(de=ce||(ce={})).create=function(e,t){return{uri:e,version:t}},de.is=function(e){var t=e;return ot.defined(t)&&ot.string(t.uri)&&(null===t.version||ot.integer(t.version))},(he=ue||(ue={})).create=function(e,t,i,n){return{uri:e,languageId:t,version:i,text:n}},he.is=function(e){var t=e;return ot.defined(t)&&ot.string(t.uri)&&ot.string(t.languageId)&&ot.integer(t.version)&&ot.string(t.text)},(pe=ge||(ge={})).PlainText="plaintext",pe.Markdown="markdown",function(e){e.is=function(t){var i=t;return i===e.PlainText||i===e.Markdown}}(ge||(ge={})),(me||(me={})).is=function(e){var t=e;return ot.objectLiteral(e)&&ge.is(t.kind)&&ot.string(t.value)},(_e=fe||(fe={})).Text=1,_e.Method=2,_e.Function=3,_e.Constructor=4,_e.Field=5,_e.Variable=6,_e.Class=7,_e.Interface=8,_e.Module=9,_e.Property=10,_e.Unit=11,_e.Value=12,_e.Enum=13,_e.Keyword=14,_e.Snippet=15,_e.Color=16,_e.File=17,_e.Reference=18,_e.Folder=19,_e.EnumMember=20,_e.Constant=21,_e.Struct=22,_e.Event=23,_e.Operator=24,_e.TypeParameter=25,(ve=be||(be={})).PlainText=1,ve.Snippet=2,(Ce||(Ce={})).Deprecated=1,(ye=we||(we={})).create=function(e,t,i){return{newText:e,insert:t,replace:i}},ye.is=function(e){var t=e;return t&&ot.string(t.newText)&&m.is(t.insert)&&m.is(t.replace)},(xe=Se||(Se={})).asIs=1,xe.adjustIndentation=2,(ke||(ke={})).create=function(e){return{label:e}},(Le||(Le={})).create=function(e,t){return{items:e||[],isIncomplete:!!t}},(Ne=Ee||(Ee={})).fromPlainText=function(e){return e.replace(/[\\`*_{}[\]()#+\-.!]/g,"\\$&")},Ne.is=function(e){var t=e;return ot.string(t)||ot.objectLiteral(t)&&ot.string(t.language)&&ot.string(t.value)},(De||(De={})).is=function(e){var t=e;return!!t&&ot.objectLiteral(t)&&(me.is(t.contents)||Ee.is(t.contents)||ot.typedArray(t.contents,Ee.is))&&(void 0===e.range||m.is(e.range))},(Ie||(Ie={})).create=function(e,t){return t?{label:e,documentation:t}:{label:e}},(Te||(Te={})).create=function(e,t){for(var i=[],n=2;n=0;s--){var a=o[s],l=e.offsetAt(a.range.start),c=e.offsetAt(a.range.end);if(!(c<=r))throw new Error("Overlapping edit");n=n.substring(0,l)+a.newText+n.substring(c,n.length),r=l}return n}}(tt||(tt={}));var ot,rt,st,at=function(){function e(e,t,i,n){this._uri=e,this._languageId=t,this._version=i,this._content=n,this._lineOffsets=void 0}return Object.defineProperty(e.prototype,"uri",{get:function(){return this._uri},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"languageId",{get:function(){return this._languageId},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"version",{get:function(){return this._version},enumerable:!1,configurable:!0}),e.prototype.getText=function(e){if(e){var t=this.offsetAt(e.start),i=this.offsetAt(e.end);return this._content.substring(t,i)}return this._content},e.prototype.update=function(e,t){this._content=e.text,this._version=t,this._lineOffsets=void 0},e.prototype.getLineOffsets=function(){if(void 0===this._lineOffsets){for(var e=[],t=this._content,i=!0,n=0;n0&&e.push(t.length),this._lineOffsets=e}return this._lineOffsets},e.prototype.positionAt=function(e){e=Math.max(Math.min(e,this._content.length),0);var t=this.getLineOffsets(),i=0,n=t.length;if(0===n)return g.create(0,e);for(;ie?n=o:i=o+1}var r=i-1;return g.create(r,e-t[r])},e.prototype.offsetAt=function(e){var t=this.getLineOffsets();if(e.line>=t.length)return this._content.length;if(e.line<0)return 0;var i=t[e.line],n=e.line+1{let t,i=e.getLanguageId();i===this._languageId&&(this._listener[e.uri.toString()]=e.onDidChangeContent((()=>{window.clearTimeout(t),t=window.setTimeout((()=>this._doValidate(e.uri,i)),500)})),this._doValidate(e.uri,i))},o=e=>{l.editor.setModelMarkers(e,this._languageId,[]);let t=e.uri.toString(),i=this._listener[t];i&&(i.dispose(),delete this._listener[t])};this._disposables.push(l.editor.onDidCreateModel(n)),this._disposables.push(l.editor.onWillDisposeModel(o)),this._disposables.push(l.editor.onDidChangeModelLanguage((e=>{o(e.model),n(e.model)}))),this._disposables.push(i((e=>{l.editor.getModels().forEach((e=>{e.getLanguageId()===this._languageId&&(o(e),n(e))}))}))),this._disposables.push({dispose:()=>{l.editor.getModels().forEach(o);for(let e in this._listener)this._listener[e].dispose()}}),l.editor.getModels().forEach(n)}_disposables=[];_listener=Object.create(null);dispose(){this._disposables.forEach((e=>e&&e.dispose())),this._disposables.length=0}_doValidate(e,t){this._worker(e).then((t=>t.doValidation(e.toString()))).then((i=>{const n=i.map((e=>function(e,t){let i="number"==typeof t.code?String(t.code):t.code;return{severity:ct(t.severity),startLineNumber:t.range.start.line+1,startColumn:t.range.start.character+1,endLineNumber:t.range.end.line+1,endColumn:t.range.end.character+1,message:t.message,code:i,source:t.source}}(0,e)));let o=l.editor.getModel(e);o&&o.getLanguageId()===t&&l.editor.setModelMarkers(o,t,n)})).then(void 0,(e=>{console.error(e)}))}};function ct(e){switch(e){case R.Error:return l.MarkerSeverity.Error;case R.Warning:return l.MarkerSeverity.Warning;case R.Information:return l.MarkerSeverity.Info;case R.Hint:return l.MarkerSeverity.Hint;default:return l.MarkerSeverity.Info}}var dt=class{constructor(e,t){this._worker=e,this._triggerCharacters=t}get triggerCharacters(){return this._triggerCharacters}provideCompletionItems(e,t,i,n){const o=e.uri;return this._worker(o).then((e=>e.doComplete(o.toString(),ut(t)))).then((i=>{if(!i)return;const n=e.getWordUntilPosition(t),o=new l.Range(t.lineNumber,n.startColumn,t.lineNumber,n.endColumn),r=i.items.map((e=>{const t={label:e.label,insertText:e.insertText||e.label,sortText:e.sortText,filterText:e.filterText,documentation:e.documentation,detail:e.detail,command:(i=e.command,i&&"editor.action.triggerSuggest"===i.command?{id:i.command,title:i.title,arguments:i.arguments}:void 0),range:o,kind:pt(e.kind)};var i,n;return e.textEdit&&(void 0!==(n=e.textEdit).insert&&void 0!==n.replace?t.range={insert:gt(e.textEdit.insert),replace:gt(e.textEdit.replace)}:t.range=gt(e.textEdit.range),t.insertText=e.textEdit.newText),e.additionalTextEdits&&(t.additionalTextEdits=e.additionalTextEdits.map(mt)),e.insertTextFormat===be.Snippet&&(t.insertTextRules=l.languages.CompletionItemInsertTextRule.InsertAsSnippet),t}));return{isIncomplete:i.isIncomplete,suggestions:r}}))}};function ut(e){if(e)return{character:e.column-1,line:e.lineNumber-1}}function ht(e){if(e)return{start:{line:e.startLineNumber-1,character:e.startColumn-1},end:{line:e.endLineNumber-1,character:e.endColumn-1}}}function gt(e){if(e)return new l.Range(e.start.line+1,e.start.character+1,e.end.line+1,e.end.character+1)}function pt(e){const t=l.languages.CompletionItemKind;switch(e){case fe.Text:return t.Text;case fe.Method:return t.Method;case fe.Function:return t.Function;case fe.Constructor:return t.Constructor;case fe.Field:return t.Field;case fe.Variable:return t.Variable;case fe.Class:return t.Class;case fe.Interface:return t.Interface;case fe.Module:return t.Module;case fe.Property:return t.Property;case fe.Unit:return t.Unit;case fe.Value:return t.Value;case fe.Enum:return t.Enum;case fe.Keyword:return t.Keyword;case fe.Snippet:return t.Snippet;case fe.Color:return t.Color;case fe.File:return t.File;case fe.Reference:return t.Reference}return t.Property}function mt(e){if(e)return{range:gt(e.range),text:e.newText}}var ft=class{constructor(e){this._worker=e}provideHover(e,t,i){let n=e.uri;return this._worker(n).then((e=>e.doHover(n.toString(),ut(t)))).then((e=>{if(e)return{range:gt(e.range),contents:bt(e.contents)}}))}};function _t(e){return"string"==typeof e?{value:e}:(t=e)&&"object"==typeof t&&"string"==typeof t.kind?"plaintext"===e.kind?{value:e.value.replace(/[\\`*_{}[\]()#+\-.!]/g,"\\$&")}:{value:e.value}:{value:"```"+e.language+"\n"+e.value+"\n```\n"};var t}function bt(e){if(e)return Array.isArray(e)?e.map(_t):[_t(e)]}var vt=class{constructor(e){this._worker=e}provideDocumentHighlights(e,t,i){const n=e.uri;return this._worker(n).then((e=>e.findDocumentHighlights(n.toString(),ut(t)))).then((e=>{if(e)return e.map((e=>({range:gt(e.range),kind:Ct(e.kind)})))}))}};function Ct(e){switch(e){case Ae.Read:return l.languages.DocumentHighlightKind.Read;case Ae.Write:return l.languages.DocumentHighlightKind.Write;case Ae.Text:return l.languages.DocumentHighlightKind.Text}return l.languages.DocumentHighlightKind.Text}var wt=class{constructor(e){this._worker=e}provideDefinition(e,t,i){const n=e.uri;return this._worker(n).then((e=>e.findDefinition(n.toString(),ut(t)))).then((e=>{if(e)return[yt(e)]}))}};function yt(e){return{uri:l.Uri.parse(e.uri),range:gt(e.range)}}var St=class{constructor(e){this._worker=e}provideReferences(e,t,i,n){const o=e.uri;return this._worker(o).then((e=>e.findReferences(o.toString(),ut(t)))).then((e=>{if(e)return e.map(yt)}))}},xt=class{constructor(e){this._worker=e}provideRenameEdits(e,t,i,n){const o=e.uri;return this._worker(o).then((e=>e.doRename(o.toString(),ut(t),i))).then((e=>function(e){if(!e||!e.changes)return;let t=[];for(let i in e.changes){const n=l.Uri.parse(i);for(let o of e.changes[i])t.push({resource:n,edit:{range:gt(o.range),text:o.newText}})}return{edits:t}}(e)))}},kt=class{constructor(e){this._worker=e}provideDocumentSymbols(e,t){const i=e.uri;return this._worker(i).then((e=>e.findDocumentSymbols(i.toString()))).then((e=>{if(e)return e.map((e=>({name:e.name,detail:"",containerName:e.containerName,kind:Lt(e.kind),range:gt(e.location.range),selectionRange:gt(e.location.range),tags:[]})))}))}};function Lt(e){let t=l.languages.SymbolKind;switch(e){case Oe.File:return t.Array;case Oe.Module:return t.Module;case Oe.Namespace:return t.Namespace;case Oe.Package:return t.Package;case Oe.Class:return t.Class;case Oe.Method:return t.Method;case Oe.Property:return t.Property;case Oe.Field:return t.Field;case Oe.Constructor:return t.Constructor;case Oe.Enum:return t.Enum;case Oe.Interface:return t.Interface;case Oe.Function:return t.Function;case Oe.Variable:return t.Variable;case Oe.Constant:return t.Constant;case Oe.String:return t.String;case Oe.Number:return t.Number;case Oe.Boolean:return t.Boolean;case Oe.Array:return t.Array}return t.Function}var Et=class{constructor(e){this._worker=e}provideLinks(e,t){const i=e.uri;return this._worker(i).then((e=>e.findDocumentLinks(i.toString()))).then((e=>{if(e)return{links:e.map((e=>({range:gt(e.range),url:e.target})))}}))}},Nt=class{constructor(e){this._worker=e}provideDocumentFormattingEdits(e,t,i){const n=e.uri;return this._worker(n).then((e=>e.format(n.toString(),null,It(t)).then((e=>{if(e&&0!==e.length)return e.map(mt)}))))}},Dt=class{constructor(e){this._worker=e}provideDocumentRangeFormattingEdits(e,t,i,n){const o=e.uri;return this._worker(o).then((e=>e.format(o.toString(),ht(t),It(i)).then((e=>{if(e&&0!==e.length)return e.map(mt)}))))}};function It(e){return{tabSize:e.tabSize,insertSpaces:e.insertSpaces}}var Tt,At=class{constructor(e){this._worker=e}provideDocumentColors(e,t){const i=e.uri;return this._worker(i).then((e=>e.findDocumentColors(i.toString()))).then((e=>{if(e)return e.map((e=>({color:e.color,range:gt(e.range)})))}))}provideColorPresentations(e,t,i){const n=e.uri;return this._worker(n).then((e=>e.getColorPresentations(n.toString(),t.color,ht(t.range)))).then((e=>{if(e)return e.map((e=>{let t={label:e.label};return e.textEdit&&(t.textEdit=mt(e.textEdit)),e.additionalTextEdits&&(t.additionalTextEdits=e.additionalTextEdits.map(mt)),t}))}))}},Rt=class{constructor(e){this._worker=e}provideFoldingRanges(e,t,i){const n=e.uri;return this._worker(n).then((e=>e.getFoldingRanges(n.toString(),t))).then((e=>{if(e)return e.map((e=>{const t={start:e.startLine+1,end:e.endLine+1};return void 0!==e.kind&&(t.kind=function(e){switch(e){case E.Comment:return l.languages.FoldingRangeKind.Comment;case E.Imports:return l.languages.FoldingRangeKind.Imports;case E.Region:return l.languages.FoldingRangeKind.Region}}(e.kind)),t}))}))}},Mt=class{constructor(e){this._worker=e}provideSelectionRanges(e,t,i){const n=e.uri;return this._worker(n).then((e=>e.getSelectionRanges(n.toString(),t.map(ut)))).then((e=>{if(e)return e.map((e=>{const t=[];for(;e;)t.push({range:gt(e.range)}),e=e.parent;return t}))}))}};function Ot(e){return 32===e||9===e||11===e||12===e||160===e||5760===e||e>=8192&&e<=8203||8239===e||8287===e||12288===e||65279===e}function Pt(e){return 10===e||13===e||8232===e||8233===e}function Ft(e){return e>=48&&e<=57}(Tt||(Tt={})).DEFAULT={allowTrailingComma:!1};function Bt(e){return{getInitialState:()=>new Qt(null,null,!1,null),tokenize:(t,i)=>function(e,t,i,n=0){let o=0,r=!1;switch(i.scanError){case 2:t='"'+t,o=1;break;case 1:t="/*"+t,o=2}const s=function(e,t){void 0===t&&(t=!1);var i=e.length,n=0,o="",r=0,s=16,a=0,l=0,c=0,d=0,u=0;function h(t,i){for(var o=0,r=0;o=48&&s<=57)r=16*r+s-48;else if(s>=65&&s<=70)r=16*r+s-65+10;else{if(!(s>=97&&s<=102))break;r=16*r+s-97+10}n++,o++}return o=i)return r=i,s=17;var t=e.charCodeAt(n);if(Ot(t)){do{n++,o+=String.fromCharCode(t),t=e.charCodeAt(n)}while(Ot(t));return s=15}if(Pt(t))return n++,o+=String.fromCharCode(t),13===t&&10===e.charCodeAt(n)&&(n++,o+="\n"),a++,c=n,s=14;switch(t){case 123:return n++,s=1;case 125:return n++,s=2;case 91:return n++,s=3;case 93:return n++,s=4;case 58:return n++,s=6;case 44:return n++,s=5;case 34:return n++,o=function(){for(var t="",o=n;;){if(n>=i){t+=e.substring(o,n),u=2;break}var r=e.charCodeAt(n);if(34===r){t+=e.substring(o,n),n++;break}if(92!==r){if(r>=0&&r<=31){if(Pt(r)){t+=e.substring(o,n),u=2;break}u=6}n++}else{if(t+=e.substring(o,n),++n>=i){u=2;break}switch(e.charCodeAt(n++)){case 34:t+='"';break;case 92:t+="\\";break;case 47:t+="/";break;case 98:t+="\b";break;case 102:t+="\f";break;case 110:t+="\n";break;case 114:t+="\r";break;case 116:t+="\t";break;case 117:var s=h(4,!0);s>=0?t+=String.fromCharCode(s):u=4;break;default:u=5}o=n}}return t}(),s=10;case 47:var g=n-1;if(47===e.charCodeAt(n+1)){for(n+=2;n=12&&e<=15);return e}:g,getToken:function(){return s},getTokenValue:function(){return o},getTokenOffset:function(){return r},getTokenLength:function(){return n-r},getTokenStartLine:function(){return l},getTokenStartCharacter:function(){return r-d},getTokenError:function(){return u}}}(t);let a=i.lastWasColon,l=i.parents;const c={tokens:[],endState:i.clone()};for(;;){let d=n+s.getPosition(),u="";const h=s.scan();if(17===h)break;if(d===n+s.getPosition())throw new Error("Scanner did not advance, next 3 characters are: "+t.substr(s.getPosition(),3));switch(r&&(d-=o),r=o>0,h){case 1:l=Yt.push(l,0),u=Wt,a=!1;break;case 2:l=Yt.pop(l),u=Wt,a=!1;break;case 3:l=Yt.push(l,1),u=Vt,a=!1;break;case 4:l=Yt.pop(l),u=Vt,a=!1;break;case 6:u=Ht,a=!0;break;case 5:u=zt,a=!1;break;case 8:case 9:u=$t,a=!1;break;case 7:u=Ut,a=!1;break;case 10:const e=1===(l?l.type:0);u=a||e?jt:qt,a=!1;break;case 11:u=Kt,a=!1}if(e)switch(h){case 12:u=Zt;break;case 13:u=Gt}c.endState=new Qt(i.getStateData(),s.getTokenError(),a,l),c.tokens.push({startIndex:d,scopes:u})}return c}(e,t,i)}}var Wt="delimiter.bracket.json",Vt="delimiter.array.json",Ht="delimiter.colon.json",zt="delimiter.comma.json",$t="keyword.json",Ut="keyword.json",jt="string.value.json",Kt="number.json",qt="string.key.json",Gt="comment.block.json",Zt="comment.line.json",Yt=class{constructor(e,t){this.parent=e,this.type=t}static pop(e){return e?e.parent:null}static push(e,t){return new Yt(e,t)}static equals(e,t){if(!e&&!t)return!0;if(!e||!t)return!1;for(;e&&t;){if(e===t)return!0;if(e.type!==t.type)return!1;e=e.parent,t=t.parent}return!0}},Qt=class{_state;scanError;lastWasColon;parents;constructor(e,t,i,n){this._state=e,this.scanError=t,this.lastWasColon=i,this.parents=n}clone(){return new Qt(this._state,this.scanError,this.lastWasColon,this.parents)}equals(e){return e===this||!!(e&&e instanceof Qt)&&this.scanError===e.scanError&&this.lastWasColon===e.lastWasColon&&Yt.equals(this.parents,e.parents)}getStateData(){return this._state}setStateData(e){this._state=e}},Xt=class extends lt{constructor(e,t,i){super(e,t,i.onDidChange),this._disposables.push(l.editor.onWillDisposeModel((e=>{this._resetSchema(e.uri)}))),this._disposables.push(l.editor.onDidChangeModelLanguage((e=>{this._resetSchema(e.model.uri)})))}_resetSchema(e){this._worker().then((t=>{t.resetSchema(e.toString())}))}};function Jt(e){const t=[],i=[],n=new oe(e);t.push(n);const o=(...e)=>n.getLanguageServiceWorker(...e);function r(){const{languageId:t,modeConfiguration:n}=e;ti(i),n.documentFormattingEdits&&i.push(l.languages.registerDocumentFormattingEditProvider(t,new Nt(o))),n.documentRangeFormattingEdits&&i.push(l.languages.registerDocumentRangeFormattingEditProvider(t,new Dt(o))),n.completionItems&&i.push(l.languages.registerCompletionItemProvider(t,new dt(o,[" ",":",'"']))),n.hovers&&i.push(l.languages.registerHoverProvider(t,new ft(o))),n.documentSymbols&&i.push(l.languages.registerDocumentSymbolProvider(t,new kt(o))),n.tokens&&i.push(l.languages.setTokensProvider(t,Bt(!0))),n.colors&&i.push(l.languages.registerColorProvider(t,new At(o))),n.foldingRanges&&i.push(l.languages.registerFoldingRangeProvider(t,new Rt(o))),n.diagnostics&&i.push(new Xt(t,o,e)),n.selectionRanges&&i.push(l.languages.registerSelectionRangeProvider(t,new Mt(o)))}r(),t.push(l.languages.setLanguageConfiguration(e.languageId,ii));let s=e.modeConfiguration;return e.onDidChange((e=>{e.modeConfiguration!==s&&(s=e.modeConfiguration,r())})),t.push(ei(i)),ei(t)}function ei(e){return{dispose:()=>ti(e)}}function ti(e){for(;e.length;)e.pop().dispose()}var ii={wordPattern:/(-?\d*\.\d\w*)|([^\[\{\]\}\:\"\,\s]+)/g,comments:{lineComment:"//",blockComment:["/*","*/"]},brackets:[["{","}"],["[","]"]],autoClosingPairs:[{open:"{",close:"}",notIn:["string"]},{open:"[",close:"]",notIn:["string"]},{open:'"',close:'"',notIn:["string"]}]}},45580:function(e,t,i){"use strict";i.r(t),i.d(t,{jsonDefaults:function(){return c}});var n=i(54918),o=Object.defineProperty,r=Object.getOwnPropertyDescriptor,s=Object.getOwnPropertyNames,a=Object.prototype.hasOwnProperty,l={};((e,t,i,n)=>{if(t&&"object"==typeof t||"function"==typeof t)for(let i of s(t))a.call(e,i)||"default"===i||o(e,i,{get:()=>t[i],enumerable:!(n=r(t,i))||n.enumerable})})(l,n);var c=new class{_onDidChange=new l.Emitter;_diagnosticsOptions;_modeConfiguration;_languageId;constructor(e,t,i){this._languageId=e,this.setDiagnosticsOptions(t),this.setModeConfiguration(i)}get onDidChange(){return this._onDidChange.event}get languageId(){return this._languageId}get modeConfiguration(){return this._modeConfiguration}get diagnosticsOptions(){return this._diagnosticsOptions}setDiagnosticsOptions(e){this._diagnosticsOptions=e||Object.create(null),this._onDidChange.fire(this)}setModeConfiguration(e){this._modeConfiguration=e||Object.create(null),this._onDidChange.fire(this)}}("json",{validate:!0,allowComments:!0,schemas:[],enableSchemaRequest:!1,schemaRequest:"warning",schemaValidation:"warning",comments:"error",trailingCommas:"error"},{documentFormattingEdits:!0,documentRangeFormattingEdits:!0,completionItems:!0,hovers:!0,documentSymbols:!0,tokens:!0,colors:!0,foldingRanges:!0,diagnostics:!0,selectionRanges:!0});l.languages.json={jsonDefaults:c},l.languages.register({id:"json",extensions:[".json",".bowerrc",".jshintrc",".jscsrc",".eslintrc",".babelrc",".har"],aliases:["JSON","json"],mimetypes:["application/json"]}),l.languages.onLanguage("json",(()=>{Promise.resolve().then(i.bind(i,50104)).then((e=>e.setupMode(c)))}))},75797:function(e,t,i){"use strict";i.r(t),i.d(t,{JsxEmit:function(){return d},ModuleKind:function(){return c},ModuleResolutionKind:function(){return g},NewLineKind:function(){return u},ScriptTarget:function(){return h},getJavaScriptWorker:function(){return v},getTypeScriptWorker:function(){return b},javascriptDefaults:function(){return _},typescriptDefaults:function(){return f},typescriptVersion:function(){return m}});var n=i(54918),o=Object.defineProperty,r=Object.getOwnPropertyDescriptor,s=Object.getOwnPropertyNames,a=Object.prototype.hasOwnProperty,l={};((e,t,i,n)=>{if(t&&"object"==typeof t||"function"==typeof t)for(let i of s(t))a.call(e,i)||"default"===i||o(e,i,{get:()=>t[i],enumerable:!(n=r(t,i))||n.enumerable})})(l,n);var c=(e=>(e[e.None=0]="None",e[e.CommonJS=1]="CommonJS",e[e.AMD=2]="AMD",e[e.UMD=3]="UMD",e[e.System=4]="System",e[e.ES2015=5]="ES2015",e[e.ESNext=99]="ESNext",e))(c||{}),d=(e=>(e[e.None=0]="None",e[e.Preserve=1]="Preserve",e[e.React=2]="React",e[e.ReactNative=3]="ReactNative",e[e.ReactJSX=4]="ReactJSX",e[e.ReactJSXDev=5]="ReactJSXDev",e))(d||{}),u=(e=>(e[e.CarriageReturnLineFeed=0]="CarriageReturnLineFeed",e[e.LineFeed=1]="LineFeed",e))(u||{}),h=(e=>(e[e.ES3=0]="ES3",e[e.ES5=1]="ES5",e[e.ES2015=2]="ES2015",e[e.ES2016=3]="ES2016",e[e.ES2017=4]="ES2017",e[e.ES2018=5]="ES2018",e[e.ES2019=6]="ES2019",e[e.ES2020=7]="ES2020",e[e.ESNext=99]="ESNext",e[e.JSON=100]="JSON",e[e.Latest=99]="Latest",e))(h||{}),g=(e=>(e[e.Classic=1]="Classic",e[e.NodeJs=2]="NodeJs",e))(g||{}),p=class{_onDidChange=new l.Emitter;_onDidExtraLibsChange=new l.Emitter;_extraLibs;_removedExtraLibs;_eagerModelSync;_compilerOptions;_diagnosticsOptions;_workerOptions;_onDidExtraLibsChangeTimeout;_inlayHintsOptions;constructor(e,t,i,n){this._extraLibs=Object.create(null),this._removedExtraLibs=Object.create(null),this._eagerModelSync=!1,this.setCompilerOptions(e),this.setDiagnosticsOptions(t),this.setWorkerOptions(i),this.setInlayHintsOptions(n),this._onDidExtraLibsChangeTimeout=-1}get onDidChange(){return this._onDidChange.event}get onDidExtraLibsChange(){return this._onDidExtraLibsChange.event}get workerOptions(){return this._workerOptions}get inlayHintsOptions(){return this._inlayHintsOptions}getExtraLibs(){return this._extraLibs}addExtraLib(e,t){let i;if(i=void 0===t?`ts:extralib-${Math.random().toString(36).substring(2,15)}`:t,this._extraLibs[i]&&this._extraLibs[i].content===e)return{dispose:()=>{}};let n=1;return this._removedExtraLibs[i]&&(n=this._removedExtraLibs[i]+1),this._extraLibs[i]&&(n=this._extraLibs[i].version+1),this._extraLibs[i]={content:e,version:n},this._fireOnDidExtraLibsChangeSoon(),{dispose:()=>{let e=this._extraLibs[i];e&&e.version===n&&(delete this._extraLibs[i],this._removedExtraLibs[i]=n,this._fireOnDidExtraLibsChangeSoon())}}}setExtraLibs(e){for(const e in this._extraLibs)this._removedExtraLibs[e]=this._extraLibs[e].version;if(this._extraLibs=Object.create(null),e&&e.length>0)for(const t of e){const e=t.filePath||`ts:extralib-${Math.random().toString(36).substring(2,15)}`,i=t.content;let n=1;this._removedExtraLibs[e]&&(n=this._removedExtraLibs[e]+1),this._extraLibs[e]={content:i,version:n}}this._fireOnDidExtraLibsChangeSoon()}_fireOnDidExtraLibsChangeSoon(){-1===this._onDidExtraLibsChangeTimeout&&(this._onDidExtraLibsChangeTimeout=window.setTimeout((()=>{this._onDidExtraLibsChangeTimeout=-1,this._onDidExtraLibsChange.fire(void 0)}),0))}getCompilerOptions(){return this._compilerOptions}setCompilerOptions(e){this._compilerOptions=e||Object.create(null),this._onDidChange.fire(void 0)}getDiagnosticsOptions(){return this._diagnosticsOptions}setDiagnosticsOptions(e){this._diagnosticsOptions=e||Object.create(null),this._onDidChange.fire(void 0)}setWorkerOptions(e){this._workerOptions=e||Object.create(null),this._onDidChange.fire(void 0)}setInlayHintsOptions(e){this._inlayHintsOptions=e||Object.create(null),this._onDidChange.fire(void 0)}setMaximumWorkerIdleTime(e){}setEagerModelSync(e){this._eagerModelSync=e}getEagerModelSync(){return this._eagerModelSync}},m="4.5.5",f=new p({allowNonTsExtensions:!0,target:99},{noSemanticValidation:!1,noSyntaxValidation:!1,onlyVisible:!1},{},{}),_=new p({allowNonTsExtensions:!0,allowJs:!0,target:99},{noSemanticValidation:!0,noSyntaxValidation:!1,onlyVisible:!1},{},{}),b=()=>C().then((e=>e.getTypeScriptWorker())),v=()=>C().then((e=>e.getJavaScriptWorker()));function C(){return Promise.resolve().then(i.bind(i,1107))}l.languages.typescript={ModuleKind:c,JsxEmit:d,NewLineKind:u,ScriptTarget:h,ModuleResolutionKind:g,typescriptVersion:m,typescriptDefaults:f,javascriptDefaults:_,getTypeScriptWorker:b,getJavaScriptWorker:v},l.languages.onLanguage("typescript",(()=>C().then((e=>e.setupTypeScript(f))))),l.languages.onLanguage("javascript",(()=>C().then((e=>e.setupJavaScript(_)))))},1107:function(e,t,i){"use strict";i.r(t),i.d(t,{Adapter:function(){return m},CodeActionAdaptor:function(){return R},DefinitionAdapter:function(){return S},DiagnosticsAdapter:function(){return _},FormatAdapter:function(){return T},FormatHelper:function(){return I},FormatOnTypeAdapter:function(){return A},InlayHintsAdapter:function(){return O},Kind:function(){return L},LibFiles:function(){return f},OccurrencesAdapter:function(){return y},OutlineAdapter:function(){return k},QuickInfoAdapter:function(){return w},ReferenceAdapter:function(){return x},RenameAdapter:function(){return M},SignatureHelpAdapter:function(){return C},SuggestAdapter:function(){return b},WorkerManager:function(){return u},flattenDiagnosticMessageText:function(){return g},getJavaScriptWorker:function(){return B},getTypeScriptWorker:function(){return W},setupJavaScript:function(){return F},setupTypeScript:function(){return P}});var n=i(54918),o=i(75797),r=Object.defineProperty,s=Object.getOwnPropertyDescriptor,a=Object.getOwnPropertyNames,l=Object.prototype.hasOwnProperty,c=(e,t,i)=>(((e,t,i)=>{t in e?r(e,t,{enumerable:!0,configurable:!0,writable:!0,value:i}):e[t]=i})(e,"symbol"!=typeof t?t+"":t,i),i),d={};((e,t,i,n)=>{if(t&&"object"==typeof t||"function"==typeof t)for(let i of a(t))l.call(e,i)||"default"===i||r(e,i,{get:()=>t[i],enumerable:!(n=s(t,i))||n.enumerable})})(d,n);var u=class{_modeId;_defaults;_configChangeListener;_updateExtraLibsToken;_extraLibsChangeListener;_worker;_client;constructor(e,t){this._modeId=e,this._defaults=t,this._worker=null,this._client=null,this._configChangeListener=this._defaults.onDidChange((()=>this._stopWorker())),this._updateExtraLibsToken=0,this._extraLibsChangeListener=this._defaults.onDidExtraLibsChange((()=>this._updateExtraLibs()))}_stopWorker(){this._worker&&(this._worker.dispose(),this._worker=null),this._client=null}dispose(){this._configChangeListener.dispose(),this._extraLibsChangeListener.dispose(),this._stopWorker()}async _updateExtraLibs(){if(!this._worker)return;const e=++this._updateExtraLibsToken,t=await this._worker.getProxy();this._updateExtraLibsToken===e&&t.updateExtraLibs(this._defaults.getExtraLibs())}_getClient(){if(!this._client){this._worker=d.editor.createWebWorker({moduleId:"vs/language/typescript/tsWorker",label:this._modeId,keepIdleModels:!0,createData:{compilerOptions:this._defaults.getCompilerOptions(),extraLibs:this._defaults.getExtraLibs(),customWorkerPath:this._defaults.workerOptions.customWorkerPath,inlayHintsOptions:this._defaults.inlayHintsOptions}});let e=this._worker.getProxy();this._defaults.getEagerModelSync()&&(e=e.then((e=>this._worker?this._worker.withSyncedResources(d.editor.getModels().filter((e=>e.getLanguageId()===this._modeId)).map((e=>e.uri))):e))),this._client=e}return this._client}getLanguageServiceWorker(...e){let t;return this._getClient().then((e=>{t=e})).then((t=>{if(this._worker)return this._worker.withSyncedResources(e)})).then((e=>t))}},h={};function g(e,t,i=0){if("string"==typeof e)return e;if(void 0===e)return"";let n="";if(i){n+=t;for(let e=0;ee.text)).join(""):""}h["lib.d.ts"]=!0,h["lib.dom.d.ts"]=!0,h["lib.dom.iterable.d.ts"]=!0,h["lib.es2015.collection.d.ts"]=!0,h["lib.es2015.core.d.ts"]=!0,h["lib.es2015.d.ts"]=!0,h["lib.es2015.generator.d.ts"]=!0,h["lib.es2015.iterable.d.ts"]=!0,h["lib.es2015.promise.d.ts"]=!0,h["lib.es2015.proxy.d.ts"]=!0,h["lib.es2015.reflect.d.ts"]=!0,h["lib.es2015.symbol.d.ts"]=!0,h["lib.es2015.symbol.wellknown.d.ts"]=!0,h["lib.es2016.array.include.d.ts"]=!0,h["lib.es2016.d.ts"]=!0,h["lib.es2016.full.d.ts"]=!0,h["lib.es2017.d.ts"]=!0,h["lib.es2017.full.d.ts"]=!0,h["lib.es2017.intl.d.ts"]=!0,h["lib.es2017.object.d.ts"]=!0,h["lib.es2017.sharedmemory.d.ts"]=!0,h["lib.es2017.string.d.ts"]=!0,h["lib.es2017.typedarrays.d.ts"]=!0,h["lib.es2018.asyncgenerator.d.ts"]=!0,h["lib.es2018.asynciterable.d.ts"]=!0,h["lib.es2018.d.ts"]=!0,h["lib.es2018.full.d.ts"]=!0,h["lib.es2018.intl.d.ts"]=!0,h["lib.es2018.promise.d.ts"]=!0,h["lib.es2018.regexp.d.ts"]=!0,h["lib.es2019.array.d.ts"]=!0,h["lib.es2019.d.ts"]=!0,h["lib.es2019.full.d.ts"]=!0,h["lib.es2019.object.d.ts"]=!0,h["lib.es2019.string.d.ts"]=!0,h["lib.es2019.symbol.d.ts"]=!0,h["lib.es2020.bigint.d.ts"]=!0,h["lib.es2020.d.ts"]=!0,h["lib.es2020.full.d.ts"]=!0,h["lib.es2020.intl.d.ts"]=!0,h["lib.es2020.promise.d.ts"]=!0,h["lib.es2020.sharedmemory.d.ts"]=!0,h["lib.es2020.string.d.ts"]=!0,h["lib.es2020.symbol.wellknown.d.ts"]=!0,h["lib.es2021.d.ts"]=!0,h["lib.es2021.full.d.ts"]=!0,h["lib.es2021.intl.d.ts"]=!0,h["lib.es2021.promise.d.ts"]=!0,h["lib.es2021.string.d.ts"]=!0,h["lib.es2021.weakref.d.ts"]=!0,h["lib.es5.d.ts"]=!0,h["lib.es6.d.ts"]=!0,h["lib.esnext.d.ts"]=!0,h["lib.esnext.full.d.ts"]=!0,h["lib.esnext.intl.d.ts"]=!0,h["lib.esnext.promise.d.ts"]=!0,h["lib.esnext.string.d.ts"]=!0,h["lib.esnext.weakref.d.ts"]=!0,h["lib.scripthost.d.ts"]=!0,h["lib.webworker.d.ts"]=!0,h["lib.webworker.importscripts.d.ts"]=!0,h["lib.webworker.iterable.d.ts"]=!0;var m=class{constructor(e){this._worker=e}_textSpanToRange(e,t){let i=e.getPositionAt(t.start),n=e.getPositionAt(t.start+t.length),{lineNumber:o,column:r}=i,{lineNumber:s,column:a}=n;return{startLineNumber:o,startColumn:r,endLineNumber:s,endColumn:a}}},f=class{constructor(e){this._worker=e,this._libFiles={},this._hasFetchedLibFiles=!1,this._fetchLibFilesPromise=null}_libFiles;_hasFetchedLibFiles;_fetchLibFilesPromise;isLibFile(e){return!!e&&0===e.path.indexOf("/lib.")&&!!h[e.path.slice(1)]}getOrCreateModel(e){const t=d.Uri.parse(e),i=d.editor.getModel(t);if(i)return i;if(this.isLibFile(t)&&this._hasFetchedLibFiles)return d.editor.createModel(this._libFiles[t.path.slice(1)],"typescript",t);const n=o.typescriptDefaults.getExtraLibs()[e];return n?d.editor.createModel(n.content,"typescript",t):null}_containsLibFile(e){for(let t of e)if(this.isLibFile(t))return!0;return!1}async fetchLibFilesIfNecessary(e){this._containsLibFile(e)&&await this._fetchLibFiles()}_fetchLibFiles(){return this._fetchLibFilesPromise||(this._fetchLibFilesPromise=this._worker().then((e=>e.getLibFiles())).then((e=>{this._hasFetchedLibFiles=!0,this._libFiles=e}))),this._fetchLibFilesPromise}},_=class extends m{constructor(e,t,i,n){super(n),this._libFiles=e,this._defaults=t,this._selector=i;const o=e=>{if(e.getLanguageId()!==i)return;const t=()=>{const{onlyVisible:t}=this._defaults.getDiagnosticsOptions();t?e.isAttachedToEditor()&&this._doValidate(e):this._doValidate(e)};let n;const o=e.onDidChangeContent((()=>{clearTimeout(n),n=window.setTimeout(t,500)})),r=e.onDidChangeAttached((()=>{const{onlyVisible:i}=this._defaults.getDiagnosticsOptions();i&&(e.isAttachedToEditor()?t():d.editor.setModelMarkers(e,this._selector,[]))}));this._listener[e.uri.toString()]={dispose(){o.dispose(),r.dispose(),clearTimeout(n)}},t()},r=e=>{d.editor.setModelMarkers(e,this._selector,[]);const t=e.uri.toString();this._listener[t]&&(this._listener[t].dispose(),delete this._listener[t])};this._disposables.push(d.editor.onDidCreateModel((e=>o(e)))),this._disposables.push(d.editor.onWillDisposeModel(r)),this._disposables.push(d.editor.onDidChangeModelLanguage((e=>{r(e.model),o(e.model)}))),this._disposables.push({dispose(){for(const e of d.editor.getModels())r(e)}});const s=()=>{for(const e of d.editor.getModels())r(e),o(e)};this._disposables.push(this._defaults.onDidChange(s)),this._disposables.push(this._defaults.onDidExtraLibsChange(s)),d.editor.getModels().forEach((e=>o(e)))}_disposables=[];_listener=Object.create(null);dispose(){this._disposables.forEach((e=>e&&e.dispose())),this._disposables=[]}async _doValidate(e){const t=await this._worker(e.uri);if(e.isDisposed())return;const i=[],{noSyntaxValidation:n,noSemanticValidation:o,noSuggestionDiagnostics:r}=this._defaults.getDiagnosticsOptions();n||i.push(t.getSyntacticDiagnostics(e.uri.toString())),o||i.push(t.getSemanticDiagnostics(e.uri.toString())),r||i.push(t.getSuggestionDiagnostics(e.uri.toString()));const s=await Promise.all(i);if(!s||e.isDisposed())return;const a=s.reduce(((e,t)=>t.concat(e)),[]).filter((e=>-1===(this._defaults.getDiagnosticsOptions().diagnosticCodesToIgnore||[]).indexOf(e.code))),l=a.map((e=>e.relatedInformation||[])).reduce(((e,t)=>t.concat(e)),[]).map((e=>e.file?d.Uri.parse(e.file.fileName):null));await this._libFiles.fetchLibFilesIfNecessary(l),e.isDisposed()||d.editor.setModelMarkers(e,this._selector,a.map((t=>this._convertDiagnostics(e,t))))}_convertDiagnostics(e,t){const i=t.start||0,n=t.length||1,{lineNumber:o,column:r}=e.getPositionAt(i),{lineNumber:s,column:a}=e.getPositionAt(i+n),l=[];return t.reportsUnnecessary&&l.push(d.MarkerTag.Unnecessary),t.reportsDeprecated&&l.push(d.MarkerTag.Deprecated),{severity:this._tsDiagnosticCategoryToMarkerSeverity(t.category),startLineNumber:o,startColumn:r,endLineNumber:s,endColumn:a,message:g(t.messageText,"\n"),code:t.code.toString(),tags:l,relatedInformation:this._convertRelatedInformation(e,t.relatedInformation)}}_convertRelatedInformation(e,t){if(!t)return[];const i=[];return t.forEach((t=>{let n=e;if(t.file&&(n=this._libFiles.getOrCreateModel(t.file.fileName)),!n)return;const o=t.start||0,r=t.length||1,{lineNumber:s,column:a}=n.getPositionAt(o),{lineNumber:l,column:c}=n.getPositionAt(o+r);i.push({resource:n.uri,startLineNumber:s,startColumn:a,endLineNumber:l,endColumn:c,message:g(t.messageText,"\n")})})),i}_tsDiagnosticCategoryToMarkerSeverity(e){switch(e){case 1:return d.MarkerSeverity.Error;case 3:return d.MarkerSeverity.Info;case 0:return d.MarkerSeverity.Warning;case 2:return d.MarkerSeverity.Hint}return d.MarkerSeverity.Info}},b=class extends m{get triggerCharacters(){return["."]}async provideCompletionItems(e,t,i,n){const o=e.getWordUntilPosition(t),r=new d.Range(t.lineNumber,o.startColumn,t.lineNumber,o.endColumn),s=e.uri,a=e.getOffsetAt(t),l=await this._worker(s);if(e.isDisposed())return;const c=await l.getCompletionsAtPosition(s.toString(),a);return c&&!e.isDisposed()?{suggestions:c.entries.map((i=>{let n=r;if(i.replacementSpan){const t=e.getPositionAt(i.replacementSpan.start),o=e.getPositionAt(i.replacementSpan.start+i.replacementSpan.length);n=new d.Range(t.lineNumber,t.column,o.lineNumber,o.column)}const o=[];return-1!==i.kindModifiers?.indexOf("deprecated")&&o.push(d.languages.CompletionItemTag.Deprecated),{uri:s,position:t,offset:a,range:n,label:i.name,insertText:i.name,sortText:i.sortText,kind:b.convertKind(i.kind),tags:o}}))}:void 0}async resolveCompletionItem(e,t){const i=e,n=i.uri,o=i.position,r=i.offset,s=await this._worker(n),a=await s.getCompletionEntryDetails(n.toString(),r,i.label);return a?{uri:n,position:o,label:a.name,kind:b.convertKind(a.kind),detail:p(a.displayParts),documentation:{value:b.createDocumentationString(a)}}:i}static convertKind(e){switch(e){case L.primitiveType:case L.keyword:return d.languages.CompletionItemKind.Keyword;case L.variable:case L.localVariable:return d.languages.CompletionItemKind.Variable;case L.memberVariable:case L.memberGetAccessor:case L.memberSetAccessor:return d.languages.CompletionItemKind.Field;case L.function:case L.memberFunction:case L.constructSignature:case L.callSignature:case L.indexSignature:return d.languages.CompletionItemKind.Function;case L.enum:return d.languages.CompletionItemKind.Enum;case L.module:return d.languages.CompletionItemKind.Module;case L.class:return d.languages.CompletionItemKind.Class;case L.interface:return d.languages.CompletionItemKind.Interface;case L.warning:return d.languages.CompletionItemKind.File}return d.languages.CompletionItemKind.Property}static createDocumentationString(e){let t=p(e.documentation);if(e.tags)for(const i of e.tags)t+=`\n\n${v(i)}`;return t}};function v(e){let t=`*@${e.name}*`;if("param"===e.name&&e.text){const[i,...n]=e.text;t+=`\`${i.text}\``,n.length>0&&(t+=` — ${n.map((e=>e.text)).join(" ")}`)}else Array.isArray(e.text)?t+=` — ${e.text.map((e=>e.text)).join(" ")}`:e.text&&(t+=` — ${e.text}`);return t}var C=class extends m{signatureHelpTriggerCharacters=["(",","];static _toSignatureHelpTriggerReason(e){switch(e.triggerKind){case d.languages.SignatureHelpTriggerKind.TriggerCharacter:return e.triggerCharacter?e.isRetrigger?{kind:"retrigger",triggerCharacter:e.triggerCharacter}:{kind:"characterTyped",triggerCharacter:e.triggerCharacter}:{kind:"invoked"};case d.languages.SignatureHelpTriggerKind.ContentChange:return e.isRetrigger?{kind:"retrigger"}:{kind:"invoked"};case d.languages.SignatureHelpTriggerKind.Invoke:default:return{kind:"invoked"}}}async provideSignatureHelp(e,t,i,n){const o=e.uri,r=e.getOffsetAt(t),s=await this._worker(o);if(e.isDisposed())return;const a=await s.getSignatureHelpItems(o.toString(),r,{triggerReason:C._toSignatureHelpTriggerReason(n)});if(!a||e.isDisposed())return;const l={activeSignature:a.selectedItemIndex,activeParameter:a.argumentIndex,signatures:[]};return a.items.forEach((e=>{const t={label:"",parameters:[]};t.documentation={value:p(e.documentation)},t.label+=p(e.prefixDisplayParts),e.parameters.forEach(((i,n,o)=>{const r=p(i.displayParts),s={label:r,documentation:{value:p(i.documentation)}};t.label+=r,t.parameters.push(s),nv(e))).join(" \n\n"):"",c=p(s.displayParts);return{range:this._textSpanToRange(e,s.textSpan),contents:[{value:"```typescript\n"+c+"\n```\n"},{value:a+(l?"\n\n"+l:"")}]}}},y=class extends m{async provideDocumentHighlights(e,t,i){const n=e.uri,o=e.getOffsetAt(t),r=await this._worker(n);if(e.isDisposed())return;const s=await r.getOccurrencesAtPosition(n.toString(),o);return s&&!e.isDisposed()?s.map((t=>({range:this._textSpanToRange(e,t.textSpan),kind:t.isWriteAccess?d.languages.DocumentHighlightKind.Write:d.languages.DocumentHighlightKind.Text}))):void 0}},S=class extends m{constructor(e,t){super(t),this._libFiles=e}async provideDefinition(e,t,i){const n=e.uri,o=e.getOffsetAt(t),r=await this._worker(n);if(e.isDisposed())return;const s=await r.getDefinitionAtPosition(n.toString(),o);if(!s||e.isDisposed())return;if(await this._libFiles.fetchLibFilesIfNecessary(s.map((e=>d.Uri.parse(e.fileName)))),e.isDisposed())return;const a=[];for(let e of s){const t=this._libFiles.getOrCreateModel(e.fileName);t&&a.push({uri:t.uri,range:this._textSpanToRange(t,e.textSpan)})}return a}},x=class extends m{constructor(e,t){super(t),this._libFiles=e}async provideReferences(e,t,i,n){const o=e.uri,r=e.getOffsetAt(t),s=await this._worker(o);if(e.isDisposed())return;const a=await s.getReferencesAtPosition(o.toString(),r);if(!a||e.isDisposed())return;if(await this._libFiles.fetchLibFilesIfNecessary(a.map((e=>d.Uri.parse(e.fileName)))),e.isDisposed())return;const l=[];for(let e of a){const t=this._libFiles.getOrCreateModel(e.fileName);t&&l.push({uri:t.uri,range:this._textSpanToRange(t,e.textSpan)})}return l}},k=class extends m{async provideDocumentSymbols(e,t){const i=e.uri,n=await this._worker(i);if(e.isDisposed())return;const o=await n.getNavigationBarItems(i.toString());if(!o||e.isDisposed())return;const r=(t,i,n)=>{let o={name:i.text,detail:"",kind:E[i.kind]||d.languages.SymbolKind.Variable,range:this._textSpanToRange(e,i.spans[0]),selectionRange:this._textSpanToRange(e,i.spans[0]),tags:[]};if(n&&(o.containerName=n),i.childItems&&i.childItems.length>0)for(let e of i.childItems)r(t,e,o.name);t.push(o)};let s=[];return o.forEach((e=>r(s,e))),s}},L=class{};c(L,"unknown",""),c(L,"keyword","keyword"),c(L,"script","script"),c(L,"module","module"),c(L,"class","class"),c(L,"interface","interface"),c(L,"type","type"),c(L,"enum","enum"),c(L,"variable","var"),c(L,"localVariable","local var"),c(L,"function","function"),c(L,"localFunction","local function"),c(L,"memberFunction","method"),c(L,"memberGetAccessor","getter"),c(L,"memberSetAccessor","setter"),c(L,"memberVariable","property"),c(L,"constructorImplementation","constructor"),c(L,"callSignature","call"),c(L,"indexSignature","index"),c(L,"constructSignature","construct"),c(L,"parameter","parameter"),c(L,"typeParameter","type parameter"),c(L,"primitiveType","primitive type"),c(L,"label","label"),c(L,"alias","alias"),c(L,"const","const"),c(L,"let","let"),c(L,"warning","warning");var E=Object.create(null);E[L.module]=d.languages.SymbolKind.Module,E[L.class]=d.languages.SymbolKind.Class,E[L.enum]=d.languages.SymbolKind.Enum,E[L.interface]=d.languages.SymbolKind.Interface,E[L.memberFunction]=d.languages.SymbolKind.Method,E[L.memberVariable]=d.languages.SymbolKind.Property,E[L.memberGetAccessor]=d.languages.SymbolKind.Property,E[L.memberSetAccessor]=d.languages.SymbolKind.Property,E[L.variable]=d.languages.SymbolKind.Variable,E[L.const]=d.languages.SymbolKind.Variable,E[L.localVariable]=d.languages.SymbolKind.Variable,E[L.variable]=d.languages.SymbolKind.Variable,E[L.function]=d.languages.SymbolKind.Function,E[L.localFunction]=d.languages.SymbolKind.Function;var N,D,I=class extends m{static _convertOptions(e){return{ConvertTabsToSpaces:e.insertSpaces,TabSize:e.tabSize,IndentSize:e.tabSize,IndentStyle:2,NewLineCharacter:"\n",InsertSpaceAfterCommaDelimiter:!0,InsertSpaceAfterSemicolonInForStatements:!0,InsertSpaceBeforeAndAfterBinaryOperators:!0,InsertSpaceAfterKeywordsInControlFlowStatements:!0,InsertSpaceAfterFunctionKeywordForAnonymousFunctions:!0,InsertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis:!1,InsertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets:!1,InsertSpaceAfterOpeningAndBeforeClosingTemplateStringBraces:!1,PlaceOpenBraceOnNewLineForControlBlocks:!1,PlaceOpenBraceOnNewLineForFunctions:!1}}_convertTextChanges(e,t){return{text:t.newText,range:this._textSpanToRange(e,t.span)}}},T=class extends I{async provideDocumentRangeFormattingEdits(e,t,i,n){const o=e.uri,r=e.getOffsetAt({lineNumber:t.startLineNumber,column:t.startColumn}),s=e.getOffsetAt({lineNumber:t.endLineNumber,column:t.endColumn}),a=await this._worker(o);if(e.isDisposed())return;const l=await a.getFormattingEditsForRange(o.toString(),r,s,I._convertOptions(i));return l&&!e.isDisposed()?l.map((t=>this._convertTextChanges(e,t))):void 0}},A=class extends I{get autoFormatTriggerCharacters(){return[";","}","\n"]}async provideOnTypeFormattingEdits(e,t,i,n,o){const r=e.uri,s=e.getOffsetAt(t),a=await this._worker(r);if(e.isDisposed())return;const l=await a.getFormattingEditsAfterKeystroke(r.toString(),s,i,I._convertOptions(n));return l&&!e.isDisposed()?l.map((t=>this._convertTextChanges(e,t))):void 0}},R=class extends I{async provideCodeActions(e,t,i,n){const o=e.uri,r=e.getOffsetAt({lineNumber:t.startLineNumber,column:t.startColumn}),s=e.getOffsetAt({lineNumber:t.endLineNumber,column:t.endColumn}),a=I._convertOptions(e.getOptions()),l=i.markers.filter((e=>e.code)).map((e=>e.code)).map(Number),c=await this._worker(o);if(e.isDisposed())return;const d=await c.getCodeFixesAtPosition(o.toString(),r,s,l,a);return!d||e.isDisposed()?{actions:[],dispose:()=>{}}:{actions:d.filter((e=>0===e.changes.filter((e=>e.isNewFile)).length)).map((t=>this._tsCodeFixActionToMonacoCodeAction(e,i,t))),dispose:()=>{}}}_tsCodeFixActionToMonacoCodeAction(e,t,i){const n=[];for(const t of i.changes)for(const i of t.textChanges)n.push({resource:e.uri,edit:{range:this._textSpanToRange(e,i.span),text:i.newText}});return{title:i.description,edit:{edits:n},diagnostics:t.markers,kind:"quickfix"}}},M=class extends m{constructor(e,t){super(t),this._libFiles=e}async provideRenameEdits(e,t,i,n){const o=e.uri,r=o.toString(),s=e.getOffsetAt(t),a=await this._worker(o);if(e.isDisposed())return;const l=await a.getRenameInfo(r,s,{allowRenameOfImportPath:!1});if(!1===l.canRename)return{edits:[],rejectReason:l.localizedErrorMessage};if(void 0!==l.fileToRename)throw new Error("Renaming files is not supported.");const c=await a.findRenameLocations(r,s,!1,!1,!1);if(!c||e.isDisposed())return;const d=[];for(const e of c){const t=this._libFiles.getOrCreateModel(e.fileName);if(!t)throw new Error(`Unknown file ${e.fileName}.`);d.push({resource:t.uri,edit:{range:this._textSpanToRange(t,e.textSpan),text:i}})}return{edits:d}}},O=class extends m{async provideInlayHints(e,t,i){const n=e.uri,o=n.toString(),r=e.getOffsetAt({lineNumber:t.startLineNumber,column:t.startColumn}),s=e.getOffsetAt({lineNumber:t.endLineNumber,column:t.endColumn}),a=await this._worker(n);return e.isDisposed()?null:{hints:(await a.provideInlayHints(o,r,s)).map((t=>({...t,label:t.text,position:e.getPositionAt(t.position),kind:this._convertHintKind(t.kind)}))),dispose:()=>{}}}_convertHintKind(e){return"Parameter"===e?d.languages.InlayHintKind.Parameter:d.languages.InlayHintKind.Type}};function P(e){D=V(e,"typescript")}function F(e){N=V(e,"javascript")}function B(){return new Promise(((e,t)=>{if(!N)return t("JavaScript not registered!");e(N)}))}function W(){return new Promise(((e,t)=>{if(!D)return t("TypeScript not registered!");e(D)}))}function V(e,t){const i=new u(t,e),n=(...e)=>i.getLanguageServiceWorker(...e),o=new f(n);return d.languages.registerCompletionItemProvider(t,new b(n)),d.languages.registerSignatureHelpProvider(t,new C(n)),d.languages.registerHoverProvider(t,new w(n)),d.languages.registerDocumentHighlightProvider(t,new y(n)),d.languages.registerDefinitionProvider(t,new S(o,n)),d.languages.registerReferenceProvider(t,new x(o,n)),d.languages.registerDocumentSymbolProvider(t,new k(n)),d.languages.registerDocumentRangeFormattingEditProvider(t,new T(n)),d.languages.registerOnTypeFormattingEditProvider(t,new A(n)),d.languages.registerCodeActionProvider(t,new R(n)),d.languages.registerRenameProvider(t,new M(o,n)),d.languages.registerInlayHintsProvider(t,new O(n)),new _(o,e,t,n),n}},33060:function(e,t,i){"use strict";i.d(t,{F:function(){return o},U:function(){return r}});var n=i(60393);const o=(0,i(12260).yh)("accessibilityService"),r=new n.uy("accessibilityModeEnabled",!1)},83390:function(e,t,i){"use strict";i.d(t,{Mm:function(){return U},Id:function(){return q},vr:function(){return $}});var n=i(68695),o=i(33200),r=i(99512),s=i(83055),a=i(11007),l=i(46718),c=i(93379),d=i.n(c),u=i(7795),h=i.n(u),g=i(90569),p=i.n(g),m=i(3565),f=i.n(m),_=i(19216),b=i.n(_),v=i(44589),C=i.n(v),w=i(68904),y={};y.styleTagTransform=C(),y.setAttributes=f(),y.insert=p().bind(null,"head"),y.domAPI=h(),y.insertStyleElement=b(),d()(w.Z,y),w.Z&&w.Z.locals&&w.Z.locals;class S extends a.Wi{constructor(e,t){super(),this._onDidChangeVisibility=this._register(new l.Q5),this.onDidChangeVisibility=this._onDidChangeVisibility.event,this._element=(0,n.R3)(e,(0,n.$)(".monaco-dropdown")),this._label=(0,n.R3)(this._element,(0,n.$)(".dropdown-label"));let i=t.labelRenderer;i||(i=e=>(e.textContent=t.label||"",null));for(const e of[n.tw.CLICK,n.tw.MOUSE_DOWN,s.t.Tap])this._register((0,n.nm)(this.element,e,(e=>n.zB.stop(e,!0))));for(const e of[n.tw.MOUSE_DOWN,s.t.Tap])this._register((0,n.nm)(this._label,e,(e=>{e instanceof MouseEvent&&e.detail>1||(this.visible?this.hide():this.show())})));this._register((0,n.nm)(this._label,n.tw.KEY_UP,(e=>{const t=new o.y(e);(t.equals(3)||t.equals(10))&&(n.zB.stop(e,!0),this.visible?this.hide():this.show())})));const r=i(this._label);r&&this._register(r),this._register(s.o.addTarget(this._label))}get element(){return this._element}show(){this.visible||(this.visible=!0,this._onDidChangeVisibility.fire(!0))}hide(){this.visible&&(this.visible=!1,this._onDidChangeVisibility.fire(!1))}dispose(){super.dispose(),this.hide(),this.boxContainer&&(this.boxContainer.remove(),this.boxContainer=void 0),this.contents&&(this.contents.remove(),this.contents=void 0),this._label&&(this._label.remove(),this._label=void 0)}}class x extends S{constructor(e,t){super(e,t),this._actions=[],this._contextMenuProvider=t.contextMenuProvider,this.actions=t.actions||[],this.actionProvider=t.actionProvider,this.menuClassName=t.menuClassName||"",this.menuAsChild=!!t.menuAsChild}set menuOptions(e){this._menuOptions=e}get menuOptions(){return this._menuOptions}get actions(){return this.actionProvider?this.actionProvider.getActions():this._actions}set actions(e){this._actions=e}show(){super.show(),this.element.classList.add("active"),this._contextMenuProvider.showContextMenu({getAnchor:()=>this.element,getActions:()=>this.actions,getActionsContext:()=>this.menuOptions?this.menuOptions.context:null,getActionViewItem:e=>this.menuOptions&&this.menuOptions.actionViewItemProvider?this.menuOptions.actionViewItemProvider(e):void 0,getKeyBinding:e=>this.menuOptions&&this.menuOptions.getKeyBinding?this.menuOptions.getKeyBinding(e):void 0,getMenuClassName:()=>this.menuClassName,onHide:()=>this.onHide(),actionRunner:this.menuOptions?this.menuOptions.actionRunner:void 0,anchorAlignment:this.menuOptions?this.menuOptions.anchorAlignment:0,domForShadowRoot:this.menuAsChild?this.element:void 0})}hide(){super.hide()}onHide(){this.hide(),this.element.classList.remove("active")}}class k extends r.Y{constructor(e,t,i,n=Object.create(null)){super(null,e,n),this.actionItem=null,this._onDidChangeVisibility=this._register(new l.Q5),this.menuActionsOrProvider=t,this.contextMenuProvider=i,this.options=n,this.options.actionRunner&&(this.actionRunner=this.options.actionRunner)}render(e){this.actionItem=e;const t=Array.isArray(this.menuActionsOrProvider),i={contextMenuProvider:this.contextMenuProvider,labelRenderer:e=>{this.element=(0,n.R3)(e,(0,n.$)("a.action-label"));let t=[];return"string"==typeof this.options.classNames?t=this.options.classNames.split(/\s+/g).filter((e=>!!e)):this.options.classNames&&(t=this.options.classNames),t.find((e=>"icon"===e))||t.push("codicon"),this.element.classList.add(...t),this.element.setAttribute("role","button"),this.element.setAttribute("aria-haspopup","true"),this.element.setAttribute("aria-expanded","false"),this.element.title=this._action.label||"",null},menuAsChild:this.options.menuAsChild,actions:t?this.menuActionsOrProvider:void 0,actionProvider:t?void 0:this.menuActionsOrProvider};if(this.dropdownMenu=this._register(new x(e,i)),this._register(this.dropdownMenu.onDidChangeVisibility((e=>{var t;null===(t=this.element)||void 0===t||t.setAttribute("aria-expanded",`${e}`),this._onDidChangeVisibility.fire(e)}))),this.dropdownMenu.menuOptions={actionViewItemProvider:this.options.actionViewItemProvider,actionRunner:this.actionRunner,getKeyBinding:this.options.keybindingProvider,context:this._context},this.options.anchorAlignmentProvider){const e=this;this.dropdownMenu.menuOptions=Object.assign(Object.assign({},this.dropdownMenu.menuOptions),{get anchorAlignment(){return e.options.anchorAlignmentProvider()}})}this.updateEnabled()}setActionContext(e){super.setActionContext(e),this.dropdownMenu&&(this.dropdownMenu.menuOptions?this.dropdownMenu.menuOptions.context=e:this.dropdownMenu.menuOptions={context:e})}updateEnabled(){var e,t;const i=!this.getAction().enabled;null===(e=this.actionItem)||void 0===e||e.classList.toggle("disabled",i),null===(t=this.element)||void 0===t||t.classList.toggle("disabled",i)}}var L=i(34670),E=i(4004),N=i(6954),D=i(55723),I={};I.styleTagTransform=C(),I.setAttributes=f(),I.insert=p().bind(null,"head"),I.domAPI=h(),I.insertStyleElement=b(),d()(D.Z,I),D.Z&&D.Z.locals&&D.Z.locals;var T=i(89982),A=i(3337),R=i(60393),M=i(12887),O=i(12260),P=i(67517),F=i(66877),B=i(86303),W=i(81585),V=function(e,t,i,n){var o,r=arguments.length,s=r<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,i):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,i,s):o(t,i))||s);return r>3&&s&&Object.defineProperty(t,i,s),s},H=function(e,t){return function(i,n){t(i,n,e)}},z=function(e,t,i,n){return new(i||(i=Promise))((function(o,r){function s(e){try{l(n.next(e))}catch(e){r(e)}}function a(e){try{l(n.throw(e))}catch(e){r(e)}}function l(e){var t;e.done?o(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(s,a)}l((n=n.apply(e,t||[])).next())}))};function $(e,t,i,n,o,r,s){const l=e.getActions(t);return function(e,t,i,n=(e=>"navigation"===e),o=Number.MAX_SAFE_INTEGER,r=(()=>!1),s=!1){let l,c;Array.isArray(t)?(l=t,c=t):(l=t.primary,c=t.secondary);const d=new Set;for(const[t,o]of e){let e;n(t)?(e=l,e.length>0&&s&&e.push(new a.Z0)):(e=c,e.length>0&&e.push(new a.Z0));for(let n of o){i&&(n=n instanceof A.U8&&n.alt?n.alt:n);const o=e.push(n);n instanceof a.wY&&d.add({group:t,action:n,index:o-1})}}for(const{group:e,action:t,index:i}of d){const s=n(e)?l:c,a=t.actions;(a.length<=1||s.length+a.length-2<=o)&&r(t,e,s.length)&&s.splice(i,1,...a)}if(l!==c&&l.length>o){const e=l.splice(o,l.length-o);c.unshift(...e,new a.Z0)}}(l,i,!1,"string"==typeof n?e=>e===n:n,o,r,s),function(e){const t=new E.SL;for(const[,i]of e)for(const e of i)t.add(e);return t}(l)}let U=class extends r.g{constructor(e,t,i,o,r){super(void 0,e,{icon:!(!e.class&&!e.item.icon),label:!e.class&&!e.item.icon,draggable:null==t?void 0:t.draggable}),this._keybindingService=i,this._notificationService=o,this._contextKeyService=r,this._wantsAltCommand=!1,this._itemClassDispose=this._register(new E.XK),this._altKey=n._q.getInstance()}get _menuItemAction(){return this._action}get _commandAction(){return this._wantsAltCommand&&this._menuItemAction.alt||this._menuItemAction}onClick(e){return z(this,void 0,void 0,(function*(){e.preventDefault(),e.stopPropagation();try{yield this.actionRunner.run(this._commandAction,this._context)}catch(e){this._notificationService.error(e)}}))}render(e){super.render(e),e.classList.add("menu-entry"),this._updateItemClass(this._menuItemAction.item);let t=!1,i=this._altKey.keyStatus.altKey||(N.ED||N.IJ)&&this._altKey.keyStatus.shiftKey;const o=()=>{const e=t&&i;e!==this._wantsAltCommand&&(this._wantsAltCommand=e,this.updateLabel(),this.updateTooltip(),this.updateClass())};this._menuItemAction.alt&&this._register(this._altKey.event((e=>{i=e.altKey||(N.ED||N.IJ)&&e.shiftKey,o()}))),this._register((0,n.nm)(e,"mouseleave",(e=>{t=!1,o()}))),this._register((0,n.nm)(e,"mouseenter",(e=>{t=!0,o()})))}updateLabel(){this.options.label&&this.label&&(this.label.textContent=this._commandAction.label)}updateTooltip(){if(this.label){const e=this._keybindingService.lookupKeybinding(this._commandAction.id,this._contextKeyService),t=e&&e.getLabel(),i=this._commandAction.tooltip||this._commandAction.label;let n=t?(0,T.NC)("vs/platform/actions/browser/menuEntryActionViewItem","titleAndKb","{0} ({1})",i,t):i;if(!this._wantsAltCommand&&this._menuItemAction.alt){const e=this._menuItemAction.alt.tooltip||this._menuItemAction.alt.label,t=this._keybindingService.lookupKeybinding(this._menuItemAction.alt.id,this._contextKeyService),i=t&&t.getLabel(),o=i?(0,T.NC)("vs/platform/actions/browser/menuEntryActionViewItem","titleAndKb","{0} ({1})",e,i):e;n+=`\n[${L.xo.modifierLabels[N.OS].altKey}] ${o}`}this.label.title=n}}updateClass(){this.options.icon&&(this._commandAction!==this._menuItemAction?this._menuItemAction.alt&&this._updateItemClass(this._menuItemAction.alt.item):this._menuItemAction.alt&&this._updateItemClass(this._menuItemAction.item))}_updateItemClass(e){var t;this._itemClassDispose.value=void 0;const{element:i,label:o}=this;if(!i||!o)return;const r=this._commandAction.checked&&(null===(t=e.toggled)||void 0===t?void 0:t.icon)?e.toggled.icon:e.icon;if(r)if(W.kS.isThemeIcon(r)){const e=W.kS.asClassNameArray(r);o.classList.add(...e),this._itemClassDispose.value=(0,E.OF)((()=>{o.classList.remove(...e)}))}else r.light&&o.style.setProperty("--menu-entry-icon-light",(0,n.wY)(r.light)),r.dark&&o.style.setProperty("--menu-entry-icon-dark",(0,n.wY)(r.dark)),o.classList.add("icon"),this._itemClassDispose.value=(0,E.OF)((()=>{o.classList.remove("icon"),o.style.removeProperty("--menu-entry-icon-light"),o.style.removeProperty("--menu-entry-icon-dark")}))}};U=V([H(2,P.d),H(3,F.lT),H(4,R.i6)],U);let j=class extends k{constructor(e,t,i){var n,o;const r=Object.assign({},null!=t?t:Object.create(null),{menuAsChild:null!==(n=null==t?void 0:t.menuAsChild)&&void 0!==n&&n,classNames:null!==(o=null==t?void 0:t.classNames)&&void 0!==o?o:W.kS.isThemeIcon(e.item.icon)?W.kS.asClassName(e.item.icon):void 0});super(e,{getActions:()=>e.actions},i,r)}render(e){if(super.render(e),this.element){e.classList.add("menu-entry");const{icon:t}=this._action.item;t&&!W.kS.isThemeIcon(t)&&(this.element.classList.add("icon"),t.light&&this.element.style.setProperty("--menu-entry-icon-light",(0,n.wY)(t.light)),t.dark&&this.element.style.setProperty("--menu-entry-icon-dark",(0,n.wY)(t.dark)))}}};j=V([H(2,M.i)],j);let K=class extends r.Y{constructor(e,t,i,n,o,r,s,l){var c,d,u;let h;super(null,e),this._keybindingService=i,this._notificationService=n,this._contextMenuService=o,this._menuService=r,this._instaService=s,this._storageService=l,this._container=null,this._storageKey=`${e.item.submenu._debugName}_lastActionId`;let g=l.get(this._storageKey,1);g&&(h=e.actions.find((e=>g===e.id))),h||(h=e.actions[0]),this._defaultAction=this._instaService.createInstance(U,h,void 0);const p=Object.assign({},null!=t?t:Object.create(null),{menuAsChild:null===(c=null==t?void 0:t.menuAsChild)||void 0===c||c,classNames:null!==(d=null==t?void 0:t.classNames)&&void 0!==d?d:["codicon","codicon-chevron-down"],actionRunner:null!==(u=null==t?void 0:t.actionRunner)&&void 0!==u?u:new a.Wi});this._dropdown=new k(e,e.actions,this._contextMenuService,p),this._dropdown.actionRunner.onDidRun((e=>{e.action instanceof A.U8&&this.update(e.action)}))}update(e){this._storageService.store(this._storageKey,e.id,1,0),this._defaultAction.dispose(),this._defaultAction=this._instaService.createInstance(U,e,void 0),this._defaultAction.actionRunner=new class extends a.Wi{runAction(e,t){return z(this,void 0,void 0,(function*(){yield e.run(void 0)}))}},this._container&&this._defaultAction.render((0,n.Ce)(this._container,(0,n.$)(".action-container")))}setActionContext(e){super.setActionContext(e),this._defaultAction.setActionContext(e),this._dropdown.setActionContext(e)}render(e){this._container=e,super.render(this._container),this._container.classList.add("monaco-dropdown-with-default");const t=(0,n.$)(".action-container");this._defaultAction.render((0,n.R3)(this._container,t)),this._register((0,n.nm)(t,n.tw.KEY_DOWN,(e=>{const t=new o.y(e);t.equals(17)&&(this._defaultAction.element.tabIndex=-1,this._dropdown.focus(),t.stopPropagation())})));const i=(0,n.$)(".dropdown-action-container");this._dropdown.render((0,n.R3)(this._container,i)),this._register((0,n.nm)(i,n.tw.KEY_DOWN,(e=>{var t;const i=new o.y(e);i.equals(15)&&(this._defaultAction.element.tabIndex=0,this._dropdown.setFocusable(!1),null===(t=this._defaultAction.element)||void 0===t||t.focus(),i.stopPropagation())})))}focus(e){e?this._dropdown.focus():(this._defaultAction.element.tabIndex=0,this._defaultAction.element.focus())}blur(){this._defaultAction.element.tabIndex=-1,this._dropdown.blur(),this._container.blur()}setFocusable(e){e?this._defaultAction.element.tabIndex=0:(this._defaultAction.element.tabIndex=-1,this._dropdown.setFocusable(!1))}dispose(){this._defaultAction.dispose(),this._dropdown.dispose(),super.dispose()}};function q(e,t,i){return t instanceof A.U8?e.createInstance(U,t,void 0):t instanceof A.NZ?t.item.rememberDefaultAction?e.createInstance(K,t,i):e.createInstance(j,t,i):void 0}K=V([H(2,P.d),H(3,F.lT),H(4,M.i),H(5,A.co),H(6,O.TG),H(7,B.Uy)],K)},3337:function(e,t,i){"use strict";i.d(t,{BH:function(){return _},NZ:function(){return b},U8:function(){return v},co:function(){return f},eH:function(){return m},vr:function(){return p}});var n=i(11007),o=i(4821),r=i(46718),s=i(44780),a=i(4004),l=i(57512),c=i(14756),d=i(60393),u=i(12260),h=i(81585),g=function(e,t){return function(i,n){t(i,n,e)}};function p(e){return void 0!==e.command}class m{constructor(e){this.id=m._idPool++,this._debugName=e}}m._idPool=0,m.CommandPalette=new m("CommandPalette"),m.DebugBreakpointsContext=new m("DebugBreakpointsContext"),m.DebugCallStackContext=new m("DebugCallStackContext"),m.DebugConsoleContext=new m("DebugConsoleContext"),m.DebugVariablesContext=new m("DebugVariablesContext"),m.DebugWatchContext=new m("DebugWatchContext"),m.DebugToolBar=new m("DebugToolBar"),m.EditorContext=new m("EditorContext"),m.SimpleEditorContext=new m("SimpleEditorContext"),m.EditorContextCopy=new m("EditorContextCopy"),m.EditorContextPeek=new m("EditorContextPeek"),m.EditorTitle=new m("EditorTitle"),m.EditorTitleRun=new m("EditorTitleRun"),m.EditorTitleContext=new m("EditorTitleContext"),m.EmptyEditorGroup=new m("EmptyEditorGroup"),m.EmptyEditorGroupContext=new m("EmptyEditorGroupContext"),m.ExplorerContext=new m("ExplorerContext"),m.ExtensionContext=new m("ExtensionContext"),m.GlobalActivity=new m("GlobalActivity"),m.LayoutControlMenuSubmenu=new m("LayoutControlMenuSubmenu"),m.LayoutControlMenu=new m("LayoutControlMenu"),m.MenubarMainMenu=new m("MenubarMainMenu"),m.MenubarAppearanceMenu=new m("MenubarAppearanceMenu"),m.MenubarDebugMenu=new m("MenubarDebugMenu"),m.MenubarEditMenu=new m("MenubarEditMenu"),m.MenubarCopy=new m("MenubarCopy"),m.MenubarFileMenu=new m("MenubarFileMenu"),m.MenubarGoMenu=new m("MenubarGoMenu"),m.MenubarHelpMenu=new m("MenubarHelpMenu"),m.MenubarLayoutMenu=new m("MenubarLayoutMenu"),m.MenubarNewBreakpointMenu=new m("MenubarNewBreakpointMenu"),m.MenubarPanelAlignmentMenu=new m("MenubarPanelAlignmentMenu"),m.MenubarPanelPositionMenu=new m("MenubarPanelPositionMenu"),m.MenubarPreferencesMenu=new m("MenubarPreferencesMenu"),m.MenubarRecentMenu=new m("MenubarRecentMenu"),m.MenubarSelectionMenu=new m("MenubarSelectionMenu"),m.MenubarSwitchEditorMenu=new m("MenubarSwitchEditorMenu"),m.MenubarSwitchGroupMenu=new m("MenubarSwitchGroupMenu"),m.MenubarTerminalMenu=new m("MenubarTerminalMenu"),m.MenubarViewMenu=new m("MenubarViewMenu"),m.MenubarHomeMenu=new m("MenubarHomeMenu"),m.OpenEditorsContext=new m("OpenEditorsContext"),m.ProblemsPanelContext=new m("ProblemsPanelContext"),m.SCMChangeContext=new m("SCMChangeContext"),m.SCMResourceContext=new m("SCMResourceContext"),m.SCMResourceFolderContext=new m("SCMResourceFolderContext"),m.SCMResourceGroupContext=new m("SCMResourceGroupContext"),m.SCMSourceControl=new m("SCMSourceControl"),m.SCMTitle=new m("SCMTitle"),m.SearchContext=new m("SearchContext"),m.StatusBarWindowIndicatorMenu=new m("StatusBarWindowIndicatorMenu"),m.StatusBarRemoteIndicatorMenu=new m("StatusBarRemoteIndicatorMenu"),m.TestItem=new m("TestItem"),m.TestItemGutter=new m("TestItemGutter"),m.TestPeekElement=new m("TestPeekElement"),m.TestPeekTitle=new m("TestPeekTitle"),m.TouchBarContext=new m("TouchBarContext"),m.TitleBarContext=new m("TitleBarContext"),m.TunnelContext=new m("TunnelContext"),m.TunnelPrivacy=new m("TunnelPrivacy"),m.TunnelProtocol=new m("TunnelProtocol"),m.TunnelPortInline=new m("TunnelInline"),m.TunnelTitle=new m("TunnelTitle"),m.TunnelLocalAddressInline=new m("TunnelLocalAddressInline"),m.TunnelOriginInline=new m("TunnelOriginInline"),m.ViewItemContext=new m("ViewItemContext"),m.ViewContainerTitle=new m("ViewContainerTitle"),m.ViewContainerTitleContext=new m("ViewContainerTitleContext"),m.ViewTitle=new m("ViewTitle"),m.ViewTitleContext=new m("ViewTitleContext"),m.CommentThreadTitle=new m("CommentThreadTitle"),m.CommentThreadActions=new m("CommentThreadActions"),m.CommentTitle=new m("CommentTitle"),m.CommentActions=new m("CommentActions"),m.InteractiveToolbar=new m("InteractiveToolbar"),m.InteractiveCellTitle=new m("InteractiveCellTitle"),m.InteractiveCellExecute=new m("InteractiveCellExecute"),m.InteractiveInputExecute=new m("InteractiveInputExecute"),m.NotebookToolbar=new m("NotebookToolbar"),m.NotebookCellTitle=new m("NotebookCellTitle"),m.NotebookCellInsert=new m("NotebookCellInsert"),m.NotebookCellBetween=new m("NotebookCellBetween"),m.NotebookCellListTop=new m("NotebookCellTop"),m.NotebookCellExecute=new m("NotebookCellExecute"),m.NotebookCellExecutePrimary=new m("NotebookCellExecutePrimary"),m.NotebookDiffCellInputTitle=new m("NotebookDiffCellInputTitle"),m.NotebookDiffCellMetadataTitle=new m("NotebookDiffCellMetadataTitle"),m.NotebookDiffCellOutputsTitle=new m("NotebookDiffCellOutputsTitle"),m.NotebookOutputToolbar=new m("NotebookOutputToolbar"),m.NotebookEditorLayoutConfigure=new m("NotebookEditorLayoutConfigure"),m.BulkEditTitle=new m("BulkEditTitle"),m.BulkEditContext=new m("BulkEditContext"),m.TimelineItemContext=new m("TimelineItemContext"),m.TimelineTitle=new m("TimelineTitle"),m.TimelineTitleContext=new m("TimelineTitleContext"),m.AccountsContext=new m("AccountsContext"),m.PanelTitle=new m("PanelTitle"),m.AuxiliaryBarTitle=new m("AuxiliaryBarTitle"),m.TerminalInstanceContext=new m("TerminalInstanceContext"),m.TerminalEditorInstanceContext=new m("TerminalEditorInstanceContext"),m.TerminalNewDropdownContext=new m("TerminalNewDropdownContext"),m.TerminalTabContext=new m("TerminalTabContext"),m.TerminalTabEmptyAreaContext=new m("TerminalTabEmptyAreaContext"),m.TerminalInlineTabContext=new m("TerminalInlineTabContext"),m.WebviewContext=new m("WebviewContext"),m.InlineCompletionsActions=new m("InlineCompletionsActions"),m.NewFile=new m("NewFile");const f=(0,u.yh)("menuService"),_=new class{constructor(){this._commands=new Map,this._menuItems=new Map,this._onDidChangeMenu=new r.Q5,this.onDidChangeMenu=this._onDidChangeMenu.event,this._commandPaletteChangeEvent={has:e=>e===m.CommandPalette}}addCommand(e){return this.addCommands(s.$.single(e))}addCommands(e){for(const t of e)this._commands.set(t.id,t);return this._onDidChangeMenu.fire(this._commandPaletteChangeEvent),(0,a.OF)((()=>{let t=!1;for(const i of e)t=this._commands.delete(i.id)||t;t&&this._onDidChangeMenu.fire(this._commandPaletteChangeEvent)}))}getCommand(e){return this._commands.get(e)}getCommands(){const e=new Map;return this._commands.forEach(((t,i)=>e.set(i,t))),e}appendMenuItem(e,t){return this.appendMenuItems(s.$.single({id:e,item:t}))}appendMenuItems(e){const t=new Set,i=new l.S;for(const{id:n,item:o}of e){let e=this._menuItems.get(n);e||(e=new l.S,this._menuItems.set(n,e)),i.push(e.push(o)),t.add(n)}return this._onDidChangeMenu.fire(t),(0,a.OF)((()=>{if(i.size>0){for(let e of i)e();this._onDidChangeMenu.fire(t),i.clear()}}))}getMenuItems(e){let t;return t=this._menuItems.has(e)?[...this._menuItems.get(e)]:[],e===m.CommandPalette&&this._appendImplicitItems(t),t}_appendImplicitItems(e){const t=new Set;for(const i of e)p(i)&&(t.add(i.command.id),i.alt&&t.add(i.alt.id));this._commands.forEach(((i,n)=>{t.has(n)||e.push({command:i})}))}};class b extends n.wY{constructor(e,t,i,n){super(`submenuitem.${e.submenu.id}`,"string"==typeof e.title?e.title:e.title.value,[],"submenu"),this.item=e,this._menuService=t,this._contextKeyService=i,this._options=n}get actions(){const e=[],t=this._menuService.createMenu(this.item.submenu,this._contextKeyService),i=t.getActions(this._options);t.dispose();for(const[,t]of i)t.length>0&&(e.push(...t),e.push(new n.Z0));return e.length&&e.pop(),e}}let v=class e{constructor(t,i,n,r,s){var a,l;if(this._commandService=s,this.id=t.id,this.label=(null==n?void 0:n.renderShortTitle)&&t.shortTitle?"string"==typeof t.shortTitle?t.shortTitle:t.shortTitle.value:"string"==typeof t.title?t.title:t.title.value,this.tooltip=null!==(l="string"==typeof t.tooltip?t.tooltip:null===(a=t.tooltip)||void 0===a?void 0:a.value)&&void 0!==l?l:"",this.enabled=!t.precondition||r.contextMatchesRules(t.precondition),this.checked=void 0,t.toggled){const e=t.toggled.condition?t.toggled:{condition:t.toggled};this.checked=r.contextMatchesRules(e.condition),this.checked&&e.tooltip&&(this.tooltip="string"==typeof e.tooltip?e.tooltip:e.tooltip.value),e.title&&(this.label="string"==typeof e.title?e.title:e.title.value)}this.item=t,this.alt=i?new e(i,void 0,n,r,s):void 0,this._options=n,h.kS.isThemeIcon(t.icon)&&(this.class=o.dT.asClassName(t.icon))}dispose(){}run(...e){var t,i;let n=[];return(null===(t=this._options)||void 0===t?void 0:t.arg)&&(n=[...n,this._options.arg]),(null===(i=this._options)||void 0===i?void 0:i.shouldForwardArgs)&&(n=[...n,...e]),this._commandService.executeCommand(this.id,...n)}};v=function(e,t,i,n){var o,r=arguments.length,s=r<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,i):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,i,s):o(t,i))||s);return r>3&&s&&Object.defineProperty(t,i,s),s}([g(3,d.i6),g(4,c.Hy)],v)},22837:function(e,t,i){"use strict";i.d(t,{p:function(){return n}});const n=(0,i(12260).yh)("clipboardService")},14756:function(e,t,i){"use strict";i.d(t,{Hy:function(){return l},P0:function(){return c}});var n=i(46718),o=i(44780),r=i(4004),s=i(57512),a=i(28295);const l=(0,i(12260).yh)("commandService"),c=new class{constructor(){this._commands=new Map,this._onDidRegisterCommand=new n.Q5,this.onDidRegisterCommand=this._onDidRegisterCommand.event}registerCommand(e,t){if(!e)throw new Error("invalid command");if("string"==typeof e){if(!t)throw new Error("invalid command");return this.registerCommand({id:e,handler:t})}if(e.description){const t=[];for(let i of e.description.args)t.push(i.constraint);const i=e.handler;e.handler=function(e,...n){return(0,a.D8)(n,t),i(e,...n)}}const{id:i}=e;let n=this._commands.get(i);n||(n=new s.S,this._commands.set(i,n));let o=n.unshift(e),l=(0,r.OF)((()=>{o();const e=this._commands.get(i);(null==e?void 0:e.isEmpty())&&this._commands.delete(i)}));return this._onDidRegisterCommand.fire(i),l}registerCommandAlias(e,t){return c.registerCommand(e,((e,...i)=>e.get(l).executeCommand(t,...i)))}getCommand(e){const t=this._commands.get(e);if(t&&!t.isEmpty())return o.$.first(t)}getCommands(){const e=new Map;for(const t of this._commands.keys()){const i=this.getCommand(t);i&&e.set(t,i)}return e}};c.registerCommand("noop",(()=>{}))},40539:function(e,t,i){"use strict";i.d(t,{KV:function(){return r},Mt:function(){return l},Od:function(){return o},Ui:function(){return n},xL:function(){return s}});const n=(0,i(12260).yh)("configurationService");function o(e,t){const i=Object.create(null);for(let n in e)r(i,n,e[n],t);return i}function r(e,t,i,n){const o=t.split("."),r=o.pop();let s=e;for(let e=0;e{i.push(...this.validateAndRegisterProperties(e,t,e.extensionInfo,e.restrictedProperties)),this.configurationContributors.push(e),this.registerJSONConfiguration(e)})),i}validateAndRegisterProperties(e,t=!0,i,n,o=3){o=r.Jp(e.scope)?o:e.scope;let s=[],a=e.properties;if(a)for(let e in a){if(t&&S(e)){delete a[e];continue}const l=a[e];l.source=i,l.defaultDefaultValue=a[e].default,this.updatePropertyDefaultValue(e,l),C.test(e)?l.scope=void 0:(l.scope=r.Jp(l.scope)?o:l.scope,l.restricted=r.Jp(l.restricted)?!!(null==n?void 0:n.includes(e)):l.restricted),!a[e].hasOwnProperty("included")||a[e].included?(this.configurationProperties[e]=a[e],!a[e].deprecationMessage&&a[e].markdownDeprecationMessage&&(a[e].deprecationMessage=a[e].markdownDeprecationMessage),s.push(e)):(this.excludedConfigurationProperties[e]=a[e],delete a[e])}let l=e.allOf;if(l)for(let e of l)s.push(...this.validateAndRegisterProperties(e,t,i,n,o));return s}getConfigurationProperties(){return this.configurationProperties}registerJSONConfiguration(e){const t=e=>{let i=e.properties;if(i)for(const e in i)this.updateSchema(e,i[e]);let n=e.allOf;n&&n.forEach(t)};t(e)}updateSchema(e,t){switch(d.properties[e]=t,t.scope){case 1:u.properties[e]=t;break;case 2:h.properties[e]=t;break;case 6:g.properties[e]=t;break;case 3:p.properties[e]=t;break;case 4:m.properties[e]=t;break;case 5:m.properties[e]=t,this.resourceLanguageSettingsSchema.properties[e]=t}}updateOverridePropertyPatternKey(){for(const e of this.overrideIdentifiers.values()){const t=`[${e}]`,i={type:"object",description:s.NC("vs/platform/configuration/common/configurationRegistry","overrideSettings.defaultDescription","Configure editor settings to be overridden for a language."),errorMessage:s.NC("vs/platform/configuration/common/configurationRegistry","overrideSettings.errorMessage","This setting does not support per-language configuration."),$ref:f};this.updatePropertyDefaultValue(t,i),d.properties[t]=i,u.properties[t]=i,h.properties[t]=i,g.properties[t]=i,p.properties[t]=i,m.properties[t]=i}this._onDidSchemaChange.fire()}registerOverridePropertyPatternKey(){const e={type:"object",description:s.NC("vs/platform/configuration/common/configurationRegistry","overrideSettings.defaultDescription","Configure editor settings to be overridden for a language."),errorMessage:s.NC("vs/platform/configuration/common/configurationRegistry","overrideSettings.errorMessage","This setting does not support per-language configuration."),$ref:f};d.patternProperties["^(\\[([^\\]]+)\\])+$"]=e,u.patternProperties["^(\\[([^\\]]+)\\])+$"]=e,h.patternProperties["^(\\[([^\\]]+)\\])+$"]=e,g.patternProperties["^(\\[([^\\]]+)\\])+$"]=e,p.patternProperties["^(\\[([^\\]]+)\\])+$"]=e,m.patternProperties["^(\\[([^\\]]+)\\])+$"]=e,this._onDidSchemaChange.fire()}updatePropertyDefaultValue(e,t){const i=this.configurationDefaultsOverrides.get(e);let n=null==i?void 0:i.value,o=null==i?void 0:i.source;r.o8(n)&&(n=t.defaultDefaultValue,o=void 0),r.o8(n)&&(n=function(e){switch(Array.isArray(e)?e[0]:e){case"boolean":return!1;case"integer":case"number":return 0;case"string":return"";case"array":return[];case"object":return{};default:return null}}(t.type)),t.default=n,t.defaultValueSource=o}};function S(e){return e.trim()?C.test(e)?s.NC("vs/platform/configuration/common/configurationRegistry","config.property.languageDefault","Cannot register '{0}'. This matches property pattern '\\\\[.*\\\\]$' for describing language specific editor settings. Use 'configurationDefaults' contribution.",e):void 0!==y.getConfigurationProperties()[e]?s.NC("vs/platform/configuration/common/configurationRegistry","config.property.duplicate","Cannot register '{0}'. This property is already registered.",e):null:s.NC("vs/platform/configuration/common/configurationRegistry","config.property.empty","Cannot register an empty property")}l.B.add(c.Configuration,y)},60393:function(e,t,i){"use strict";i.d(t,{Ao:function(){return l},Eq:function(){return T},Fb:function(){return c},K8:function(){return M},i6:function(){return I},uy:function(){return D}});var n=i(6954),o=i(18039),r=i(12260);const s=new Map;s.set("false",!1),s.set("true",!0),s.set("isMac",n.dz),s.set("isLinux",n.IJ),s.set("isWindows",n.ED),s.set("isWeb",n.$L),s.set("isMacNative",n.dz&&!n.$L),s.set("isEdge",n.un),s.set("isFirefox",n.vU),s.set("isChrome",n.i7),s.set("isSafari",n.G6);const a=Object.prototype.hasOwnProperty;class l{static has(e){return g.create(e)}static equals(e,t){return p.create(e,t)}static regex(e,t){return x.create(e,t)}static not(e){return b.create(e)}static and(...e){return E.create(e,null)}static or(...e){return N.create(e,null,!0)}static deserialize(e,t=!1){if(e)return this._deserializeOrExpression(e,t)}static _deserializeOrExpression(e,t){let i=e.split("||");return N.create(i.map((e=>this._deserializeAndExpression(e,t))),null,!0)}static _deserializeAndExpression(e,t){let i=e.split("&&");return E.create(i.map((e=>this._deserializeOne(e,t))),null)}static _deserializeOne(e,t){if((e=e.trim()).indexOf("!=")>=0){let i=e.split("!=");return _.create(i[0].trim(),this._deserializeValue(i[1],t))}if(e.indexOf("==")>=0){let i=e.split("==");return p.create(i[0].trim(),this._deserializeValue(i[1],t))}if(e.indexOf("=~")>=0){let i=e.split("=~");return x.create(i[0].trim(),this._deserializeRegexValue(i[1],t))}if(e.indexOf(" in ")>=0){let t=e.split(" in ");return m.create(t[0].trim(),t[1].trim())}if(/^[^<=>]+>=[^<=>]+$/.test(e)){const t=e.split(">=");return w.create(t[0].trim(),t[1].trim())}if(/^[^<=>]+>[^<=>]+$/.test(e)){const t=e.split(">");return C.create(t[0].trim(),t[1].trim())}if(/^[^<=>]+<=[^<=>]+$/.test(e)){const t=e.split("<=");return S.create(t[0].trim(),t[1].trim())}if(/^[^<=>]+<[^<=>]+$/.test(e)){const t=e.split("<");return y.create(t[0].trim(),t[1].trim())}return/^\!\s*/.test(e)?b.create(e.substr(1).trim()):g.create(e)}static _deserializeValue(e,t){if("true"===(e=e.trim()))return!0;if("false"===e)return!1;let i=/^'([^']*)'$/.exec(e);return i?i[1].trim():e}static _deserializeRegexValue(e,t){if((0,o.m5)(e)){if(t)throw new Error("missing regexp-value for =~-expression");return console.warn("missing regexp-value for =~-expression"),null}let i=e.indexOf("/"),n=e.lastIndexOf("/");if(i===n||i<0){if(t)throw new Error(`bad regexp-value '${e}', missing /-enclosure`);return console.warn(`bad regexp-value '${e}', missing /-enclosure`),null}let r=e.slice(i+1,n),s="i"===e[n+1]?"i":"";try{return new RegExp(r,s)}catch(i){if(t)throw new Error(`bad regexp-value '${e}', parse error: ${i}`);return console.warn(`bad regexp-value '${e}', parse error: ${i}`),null}}}function c(e,t){const i=e?e.substituteConstants():void 0,n=t?t.substituteConstants():void 0;return!i&&!n||!(!i||!n)&&i.equals(n)}function d(e,t){return e.cmp(t)}class u{constructor(){this.type=0}cmp(e){return this.type-e.type}equals(e){return e.type===this.type}substituteConstants(){return this}evaluate(e){return!1}serialize(){return"false"}keys(){return[]}negate(){return h.INSTANCE}}u.INSTANCE=new u;class h{constructor(){this.type=1}cmp(e){return this.type-e.type}equals(e){return e.type===this.type}substituteConstants(){return this}evaluate(e){return!0}serialize(){return"true"}keys(){return[]}negate(){return u.INSTANCE}}h.INSTANCE=new h;class g{constructor(e,t){this.key=e,this.negated=t,this.type=2}static create(e,t=null){const i=s.get(e);return"boolean"==typeof i?i?h.INSTANCE:u.INSTANCE:new g(e,t)}cmp(e){return e.type!==this.type?this.type-e.type:A(this.key,e.key)}equals(e){return e.type===this.type&&this.key===e.key}substituteConstants(){const e=s.get(this.key);return"boolean"==typeof e?e?h.INSTANCE:u.INSTANCE:this}evaluate(e){return!!e.getValue(this.key)}serialize(){return this.key}keys(){return[this.key]}negate(){return this.negated||(this.negated=b.create(this.key,this)),this.negated}}class p{constructor(e,t,i){this.key=e,this.value=t,this.negated=i,this.type=4}static create(e,t,i=null){if("boolean"==typeof t)return t?g.create(e,i):b.create(e,i);const n=s.get(e);return"boolean"==typeof n?t===(n?"true":"false")?h.INSTANCE:u.INSTANCE:new p(e,t,i)}cmp(e){return e.type!==this.type?this.type-e.type:R(this.key,this.value,e.key,e.value)}equals(e){return e.type===this.type&&this.key===e.key&&this.value===e.value}substituteConstants(){const e=s.get(this.key);if("boolean"==typeof e){const t=e?"true":"false";return this.value===t?h.INSTANCE:u.INSTANCE}return this}evaluate(e){return e.getValue(this.key)==this.value}serialize(){return`${this.key} == '${this.value}'`}keys(){return[this.key]}negate(){return this.negated||(this.negated=_.create(this.key,this.value,this)),this.negated}}class m{constructor(e,t){this.key=e,this.valueKey=t,this.type=10,this.negated=null}static create(e,t){return new m(e,t)}cmp(e){return e.type!==this.type?this.type-e.type:R(this.key,this.valueKey,e.key,e.valueKey)}equals(e){return e.type===this.type&&this.key===e.key&&this.valueKey===e.valueKey}substituteConstants(){return this}evaluate(e){const t=e.getValue(this.valueKey),i=e.getValue(this.key);return Array.isArray(t)?t.indexOf(i)>=0:"string"==typeof i&&"object"==typeof t&&null!==t&&a.call(t,i)}serialize(){return`${this.key} in '${this.valueKey}'`}keys(){return[this.key,this.valueKey]}negate(){return this.negated||(this.negated=f.create(this)),this.negated}}class f{constructor(e){this._actual=e,this.type=11}static create(e){return new f(e)}cmp(e){return e.type!==this.type?this.type-e.type:this._actual.cmp(e._actual)}equals(e){return e.type===this.type&&this._actual.equals(e._actual)}substituteConstants(){return this}evaluate(e){return!this._actual.evaluate(e)}serialize(){throw new Error("Method not implemented.")}keys(){return this._actual.keys()}negate(){return this._actual}}class _{constructor(e,t,i){this.key=e,this.value=t,this.negated=i,this.type=5}static create(e,t,i=null){if("boolean"==typeof t)return t?b.create(e,i):g.create(e,i);const n=s.get(e);return"boolean"==typeof n?t===(n?"true":"false")?u.INSTANCE:h.INSTANCE:new _(e,t,i)}cmp(e){return e.type!==this.type?this.type-e.type:R(this.key,this.value,e.key,e.value)}equals(e){return e.type===this.type&&this.key===e.key&&this.value===e.value}substituteConstants(){const e=s.get(this.key);if("boolean"==typeof e){const t=e?"true":"false";return this.value===t?u.INSTANCE:h.INSTANCE}return this}evaluate(e){return e.getValue(this.key)!=this.value}serialize(){return`${this.key} != '${this.value}'`}keys(){return[this.key]}negate(){return this.negated||(this.negated=p.create(this.key,this.value,this)),this.negated}}class b{constructor(e,t){this.key=e,this.negated=t,this.type=3}static create(e,t=null){const i=s.get(e);return"boolean"==typeof i?i?u.INSTANCE:h.INSTANCE:new b(e,t)}cmp(e){return e.type!==this.type?this.type-e.type:A(this.key,e.key)}equals(e){return e.type===this.type&&this.key===e.key}substituteConstants(){const e=s.get(this.key);return"boolean"==typeof e?e?u.INSTANCE:h.INSTANCE:this}evaluate(e){return!e.getValue(this.key)}serialize(){return`!${this.key}`}keys(){return[this.key]}negate(){return this.negated||(this.negated=g.create(this.key,this)),this.negated}}function v(e,t){if("string"==typeof e){const t=parseFloat(e);isNaN(t)||(e=t)}return"string"==typeof e||"number"==typeof e?t(e):u.INSTANCE}class C{constructor(e,t,i){this.key=e,this.value=t,this.negated=i,this.type=12}static create(e,t,i=null){return v(t,(t=>new C(e,t,i)))}cmp(e){return e.type!==this.type?this.type-e.type:R(this.key,this.value,e.key,e.value)}equals(e){return e.type===this.type&&this.key===e.key&&this.value===e.value}substituteConstants(){return this}evaluate(e){return"string"!=typeof this.value&&parseFloat(e.getValue(this.key))>this.value}serialize(){return`${this.key} > ${this.value}`}keys(){return[this.key]}negate(){return this.negated||(this.negated=S.create(this.key,this.value,this)),this.negated}}class w{constructor(e,t,i){this.key=e,this.value=t,this.negated=i,this.type=13}static create(e,t,i=null){return v(t,(t=>new w(e,t,i)))}cmp(e){return e.type!==this.type?this.type-e.type:R(this.key,this.value,e.key,e.value)}equals(e){return e.type===this.type&&this.key===e.key&&this.value===e.value}substituteConstants(){return this}evaluate(e){return"string"!=typeof this.value&&parseFloat(e.getValue(this.key))>=this.value}serialize(){return`${this.key} >= ${this.value}`}keys(){return[this.key]}negate(){return this.negated||(this.negated=y.create(this.key,this.value,this)),this.negated}}class y{constructor(e,t,i){this.key=e,this.value=t,this.negated=i,this.type=14}static create(e,t,i=null){return v(t,(t=>new y(e,t,i)))}cmp(e){return e.type!==this.type?this.type-e.type:R(this.key,this.value,e.key,e.value)}equals(e){return e.type===this.type&&this.key===e.key&&this.value===e.value}substituteConstants(){return this}evaluate(e){return"string"!=typeof this.value&&parseFloat(e.getValue(this.key))new S(e,t,i)))}cmp(e){return e.type!==this.type?this.type-e.type:R(this.key,this.value,e.key,e.value)}equals(e){return e.type===this.type&&this.key===e.key&&this.value===e.value}substituteConstants(){return this}evaluate(e){return"string"!=typeof this.value&&parseFloat(e.getValue(this.key))<=this.value}serialize(){return`${this.key} <= ${this.value}`}keys(){return[this.key]}negate(){return this.negated||(this.negated=C.create(this.key,this.value,this)),this.negated}}class x{constructor(e,t){this.key=e,this.regexp=t,this.type=7,this.negated=null}static create(e,t){return new x(e,t)}cmp(e){if(e.type!==this.type)return this.type-e.type;if(this.keye.key)return 1;const t=this.regexp?this.regexp.source:"",i=e.regexp?e.regexp.source:"";return ti?1:0}equals(e){if(e.type===this.type){const t=this.regexp?this.regexp.source:"",i=e.regexp?e.regexp.source:"";return this.key===e.key&&t===i}return!1}substituteConstants(){return this}evaluate(e){let t=e.getValue(this.key);return!!this.regexp&&this.regexp.test(t)}serialize(){const e=this.regexp?`/${this.regexp.source}/${this.regexp.ignoreCase?"i":""}`:"/invalid/";return`${this.key} =~ ${e}`}keys(){return[this.key]}negate(){return this.negated||(this.negated=k.create(this)),this.negated}}class k{constructor(e){this._actual=e,this.type=8}static create(e){return new k(e)}cmp(e){return e.type!==this.type?this.type-e.type:this._actual.cmp(e._actual)}equals(e){return e.type===this.type&&this._actual.equals(e._actual)}substituteConstants(){return this}evaluate(e){return!this._actual.evaluate(e)}serialize(){throw new Error("Method not implemented.")}keys(){return this._actual.keys()}negate(){return this._actual}}function L(e){let t=null;for(let i=0,n=e.length;ie.expr.length)return 1;for(let t=0,i=this.expr.length;t1;){const e=i[i.length-1];if(9!==e.type)break;i.pop();const t=i.pop(),n=0===i.length,o=N.create(e.expr.map((e=>E.create([e,t],null))),null,n);o&&(i.push(o),i.sort(d))}return 1===i.length?i[0]:new E(i,t)}}serialize(){return this.expr.map((e=>e.serialize())).join(" && ")}keys(){const e=[];for(let t of this.expr)e.push(...t.keys());return e}negate(){if(!this.negated){const e=[];for(let t of this.expr)e.push(t.negate());this.negated=N.create(e,this,!0)}return this.negated}}class N{constructor(e,t){this.expr=e,this.negated=t,this.type=9}static create(e,t,i){return N._normalizeArr(e,t,i)}cmp(e){if(e.type!==this.type)return this.type-e.type;if(this.expr.lengthe.expr.length)return 1;for(let t=0,i=this.expr.length;te.serialize())).join(" || ")}keys(){const e=[];for(let t of this.expr)e.push(...t.keys());return e}negate(){if(!this.negated){let e=[];for(let t of this.expr)e.push(t.negate());for(;e.length>1;){const t=e.shift(),i=e.shift(),n=[];for(const e of O(t))for(const t of O(i))n.push(E.create([e,t],null));const o=0===e.length;e.unshift(N.create(n,null,o))}this.negated=e[0]}return this.negated}}class D extends g{constructor(e,t,i){super(e,null),this._defaultValue=t,"object"==typeof i?D._info.push(Object.assign(Object.assign({},i),{key:e})):!0!==i&&D._info.push({key:e,description:i,type:null!=t?typeof t:void 0})}static all(){return D._info.values()}bindTo(e){return e.createKey(this.key,this._defaultValue)}getValue(e){return e.getContextKeyValue(this.key)}toNegated(){return this.negate()}isEqualTo(e){return p.create(this.key,e)}}D._info=[];const I=(0,r.yh)("contextKeyService"),T="setContext";function A(e,t){return et?1:0}function R(e,t,i,n){return ei?1:tn?1:0}function M(e,t){if(6===t.type&&9!==e.type&&6!==e.type)for(const i of t.expr)if(e.equals(i))return!0;const i=O(e.negate()).concat(O(t));i.sort(d);for(let e=0;e{this._onDidOptionChange.fire(e),!e&&this.fixFocusOnOptionClickEnabled&&this.inputBox.focus(),this.validate()}))),this._register(this.regex.onKeyDown((e=>{this._onRegexKeyDown.fire(e)}))),this.wholeWords=this._register(new o.n3({appendTitle:c,isChecked:!1,inputActiveOptionBorder:this.inputActiveOptionBorder,inputActiveOptionForeground:this.inputActiveOptionForeground,inputActiveOptionBackground:this.inputActiveOptionBackground})),this._register(this.wholeWords.onChange((e=>{this._onDidOptionChange.fire(e),!e&&this.fixFocusOnOptionClickEnabled&&this.inputBox.focus(),this.validate()}))),this.caseSensitive=this._register(new o.vk({appendTitle:l,isChecked:!1,inputActiveOptionBorder:this.inputActiveOptionBorder,inputActiveOptionForeground:this.inputActiveOptionForeground,inputActiveOptionBackground:this.inputActiveOptionBackground})),this._register(this.caseSensitive.onChange((e=>{this._onDidOptionChange.fire(e),!e&&this.fixFocusOnOptionClickEnabled&&this.inputBox.focus(),this.validate()}))),this._register(this.caseSensitive.onKeyDown((e=>{this._onCaseSensitiveKeyDown.fire(e)}))),this._showOptionButtons&&(this.inputBox.paddingRight=this.caseSensitive.width()+this.wholeWords.width()+this.regex.width());let m=[this.caseSensitive.domNode,this.wholeWords.domNode,this.regex.domNode];this.onkeydown(this.domNode,(e=>{if(e.equals(15)||e.equals(17)||e.equals(9)){let t=m.indexOf(document.activeElement);if(t>=0){let i=-1;e.equals(17)?i=(t+1)%m.length:e.equals(15)&&(i=0===t?m.length-1:t-1),e.equals(9)?(m[t].blur(),this.inputBox.focus()):i>=0&&m[i].focus(),n.zB.stop(e,!0)}}})),this.controls=document.createElement("div"),this.controls.className="controls",this.controls.style.display=this._showOptionButtons?"block":"none",this.controls.appendChild(this.caseSensitive.domNode),this.controls.appendChild(this.wholeWords.domNode),this.controls.appendChild(this.regex.domNode),this.domNode.appendChild(this.controls),e&&e.appendChild(this.domNode),this._register(n.nm(this.inputBox.inputElement,"compositionstart",(e=>{this.imeSessionInProgress=!0}))),this._register(n.nm(this.inputBox.inputElement,"compositionend",(e=>{this.imeSessionInProgress=!1,this._onInput.fire()}))),this.onkeydown(this.inputBox.inputElement,(e=>this._onKeyDown.fire(e))),this.onkeyup(this.inputBox.inputElement,(e=>this._onKeyUp.fire(e))),this.oninput(this.inputBox.inputElement,(e=>this._onInput.fire())),this.onmousedown(this.inputBox.inputElement,(e=>this._onMouseDown.fire(e)))}enable(){this.domNode.classList.remove("disabled"),this.inputBox.enable(),this.regex.enable(),this.wholeWords.enable(),this.caseSensitive.enable()}disable(){this.domNode.classList.add("disabled"),this.inputBox.disable(),this.regex.disable(),this.wholeWords.disable(),this.caseSensitive.disable()}setFocusInputOnOptionClick(e){this.fixFocusOnOptionClickEnabled=e}setEnabled(e){e?this.enable():this.disable()}getValue(){return this.inputBox.value}setValue(e){this.inputBox.value!==e&&(this.inputBox.value=e)}style(e){this.inputActiveOptionBorder=e.inputActiveOptionBorder,this.inputActiveOptionForeground=e.inputActiveOptionForeground,this.inputActiveOptionBackground=e.inputActiveOptionBackground,this.inputBackground=e.inputBackground,this.inputForeground=e.inputForeground,this.inputBorder=e.inputBorder,this.inputValidationInfoBackground=e.inputValidationInfoBackground,this.inputValidationInfoForeground=e.inputValidationInfoForeground,this.inputValidationInfoBorder=e.inputValidationInfoBorder,this.inputValidationWarningBackground=e.inputValidationWarningBackground,this.inputValidationWarningForeground=e.inputValidationWarningForeground,this.inputValidationWarningBorder=e.inputValidationWarningBorder,this.inputValidationErrorBackground=e.inputValidationErrorBackground,this.inputValidationErrorForeground=e.inputValidationErrorForeground,this.inputValidationErrorBorder=e.inputValidationErrorBorder,this.applyStyles()}applyStyles(){if(this.domNode){const e={inputActiveOptionBorder:this.inputActiveOptionBorder,inputActiveOptionForeground:this.inputActiveOptionForeground,inputActiveOptionBackground:this.inputActiveOptionBackground};this.regex.style(e),this.wholeWords.style(e),this.caseSensitive.style(e);const t={inputBackground:this.inputBackground,inputForeground:this.inputForeground,inputBorder:this.inputBorder,inputValidationInfoBackground:this.inputValidationInfoBackground,inputValidationInfoForeground:this.inputValidationInfoForeground,inputValidationInfoBorder:this.inputValidationInfoBorder,inputValidationWarningBackground:this.inputValidationWarningBackground,inputValidationWarningForeground:this.inputValidationWarningForeground,inputValidationWarningBorder:this.inputValidationWarningBorder,inputValidationErrorBackground:this.inputValidationErrorBackground,inputValidationErrorForeground:this.inputValidationErrorForeground,inputValidationErrorBorder:this.inputValidationErrorBorder};this.inputBox.style(t)}}select(){this.inputBox.select()}focus(){this.inputBox.focus()}getCaseSensitive(){return this.caseSensitive.checked}setCaseSensitive(e){this.caseSensitive.checked=e}getWholeWords(){return this.wholeWords.checked}setWholeWords(e){this.wholeWords.checked=e}getRegex(){return this.regex.checked}setRegex(e){this.regex.checked=e,this.validate()}focusOnCaseSensitive(){this.caseSensitive.focus()}highlightFindOptions(){this.domNode.classList.remove("highlight-"+this._lastHighlightFindOptions),this._lastHighlightFindOptions=1-this._lastHighlightFindOptions,this.domNode.classList.add("highlight-"+this._lastHighlightFindOptions)}validate(){this.inputBox.validate()}clearMessage(){this.inputBox.hideMessage()}}var k=i(98973),L=i(4821);const E=y.NC("vs/base/browser/ui/findinput/replaceInput","defaultLabel","input"),N=y.NC("vs/base/browser/ui/findinput/replaceInput","label.preserveCaseCheckbox","Preserve Case");class D extends k.X{constructor(e){super({icon:L.lA.preserveCase,title:N+e.appendTitle,isChecked:e.isChecked,inputActiveOptionBorder:e.inputActiveOptionBorder,inputActiveOptionForeground:e.inputActiveOptionForeground,inputActiveOptionBackground:e.inputActiveOptionBackground})}}class I extends s.${constructor(e,t,i,o){super(),this._showOptionButtons=i,this.fixFocusOnOptionClickEnabled=!0,this.cachedOptionsWidth=0,this._onDidOptionChange=this._register(new a.Q5),this.onDidOptionChange=this._onDidOptionChange.event,this._onKeyDown=this._register(new a.Q5),this.onKeyDown=this._onKeyDown.event,this._onMouseDown=this._register(new a.Q5),this._onInput=this._register(new a.Q5),this._onKeyUp=this._register(new a.Q5),this._onPreserveCaseKeyDown=this._register(new a.Q5),this.onPreserveCaseKeyDown=this._onPreserveCaseKeyDown.event,this.contextViewProvider=t,this.placeholder=o.placeholder||"",this.validation=o.validation,this.label=o.label||E,this.inputActiveOptionBorder=o.inputActiveOptionBorder,this.inputActiveOptionForeground=o.inputActiveOptionForeground,this.inputActiveOptionBackground=o.inputActiveOptionBackground,this.inputBackground=o.inputBackground,this.inputForeground=o.inputForeground,this.inputBorder=o.inputBorder,this.inputValidationInfoBorder=o.inputValidationInfoBorder,this.inputValidationInfoBackground=o.inputValidationInfoBackground,this.inputValidationInfoForeground=o.inputValidationInfoForeground,this.inputValidationWarningBorder=o.inputValidationWarningBorder,this.inputValidationWarningBackground=o.inputValidationWarningBackground,this.inputValidationWarningForeground=o.inputValidationWarningForeground,this.inputValidationErrorBorder=o.inputValidationErrorBorder,this.inputValidationErrorBackground=o.inputValidationErrorBackground,this.inputValidationErrorForeground=o.inputValidationErrorForeground;const s=o.appendPreserveCaseLabel||"",l=o.history||[],c=!!o.flexibleHeight,d=!!o.flexibleWidth,u=o.flexibleMaxHeight;this.domNode=document.createElement("div"),this.domNode.classList.add("monaco-findInput"),this.inputBox=this._register(new r.p(this.domNode,this.contextViewProvider,{ariaLabel:this.label||"",placeholder:this.placeholder||"",validationOptions:{validation:this.validation},inputBackground:this.inputBackground,inputForeground:this.inputForeground,inputBorder:this.inputBorder,inputValidationInfoBackground:this.inputValidationInfoBackground,inputValidationInfoForeground:this.inputValidationInfoForeground,inputValidationInfoBorder:this.inputValidationInfoBorder,inputValidationWarningBackground:this.inputValidationWarningBackground,inputValidationWarningForeground:this.inputValidationWarningForeground,inputValidationWarningBorder:this.inputValidationWarningBorder,inputValidationErrorBackground:this.inputValidationErrorBackground,inputValidationErrorForeground:this.inputValidationErrorForeground,inputValidationErrorBorder:this.inputValidationErrorBorder,history:l,showHistoryHint:o.showHistoryHint,flexibleHeight:c,flexibleWidth:d,flexibleMaxHeight:u})),this.preserveCase=this._register(new D({appendTitle:s,isChecked:!1,inputActiveOptionBorder:this.inputActiveOptionBorder,inputActiveOptionForeground:this.inputActiveOptionForeground,inputActiveOptionBackground:this.inputActiveOptionBackground})),this._register(this.preserveCase.onChange((e=>{this._onDidOptionChange.fire(e),!e&&this.fixFocusOnOptionClickEnabled&&this.inputBox.focus(),this.validate()}))),this._register(this.preserveCase.onKeyDown((e=>{this._onPreserveCaseKeyDown.fire(e)}))),this._showOptionButtons?this.cachedOptionsWidth=this.preserveCase.width():this.cachedOptionsWidth=0;let h=[this.preserveCase.domNode];this.onkeydown(this.domNode,(e=>{if(e.equals(15)||e.equals(17)||e.equals(9)){let t=h.indexOf(document.activeElement);if(t>=0){let i=-1;e.equals(17)?i=(t+1)%h.length:e.equals(15)&&(i=0===t?h.length-1:t-1),e.equals(9)?(h[t].blur(),this.inputBox.focus()):i>=0&&h[i].focus(),n.zB.stop(e,!0)}}}));let g=document.createElement("div");g.className="controls",g.style.display=this._showOptionButtons?"block":"none",g.appendChild(this.preserveCase.domNode),this.domNode.appendChild(g),e&&e.appendChild(this.domNode),this.onkeydown(this.inputBox.inputElement,(e=>this._onKeyDown.fire(e))),this.onkeyup(this.inputBox.inputElement,(e=>this._onKeyUp.fire(e))),this.oninput(this.inputBox.inputElement,(e=>this._onInput.fire())),this.onmousedown(this.inputBox.inputElement,(e=>this._onMouseDown.fire(e)))}enable(){this.domNode.classList.remove("disabled"),this.inputBox.enable(),this.preserveCase.enable()}disable(){this.domNode.classList.add("disabled"),this.inputBox.disable(),this.preserveCase.disable()}setEnabled(e){e?this.enable():this.disable()}style(e){this.inputActiveOptionBorder=e.inputActiveOptionBorder,this.inputActiveOptionForeground=e.inputActiveOptionForeground,this.inputActiveOptionBackground=e.inputActiveOptionBackground,this.inputBackground=e.inputBackground,this.inputForeground=e.inputForeground,this.inputBorder=e.inputBorder,this.inputValidationInfoBackground=e.inputValidationInfoBackground,this.inputValidationInfoForeground=e.inputValidationInfoForeground,this.inputValidationInfoBorder=e.inputValidationInfoBorder,this.inputValidationWarningBackground=e.inputValidationWarningBackground,this.inputValidationWarningForeground=e.inputValidationWarningForeground,this.inputValidationWarningBorder=e.inputValidationWarningBorder,this.inputValidationErrorBackground=e.inputValidationErrorBackground,this.inputValidationErrorForeground=e.inputValidationErrorForeground,this.inputValidationErrorBorder=e.inputValidationErrorBorder,this.applyStyles()}applyStyles(){if(this.domNode){const e={inputActiveOptionBorder:this.inputActiveOptionBorder,inputActiveOptionForeground:this.inputActiveOptionForeground,inputActiveOptionBackground:this.inputActiveOptionBackground};this.preserveCase.style(e);const t={inputBackground:this.inputBackground,inputForeground:this.inputForeground,inputBorder:this.inputBorder,inputValidationInfoBackground:this.inputValidationInfoBackground,inputValidationInfoForeground:this.inputValidationInfoForeground,inputValidationInfoBorder:this.inputValidationInfoBorder,inputValidationWarningBackground:this.inputValidationWarningBackground,inputValidationWarningForeground:this.inputValidationWarningForeground,inputValidationWarningBorder:this.inputValidationWarningBorder,inputValidationErrorBackground:this.inputValidationErrorBackground,inputValidationErrorForeground:this.inputValidationErrorForeground,inputValidationErrorBorder:this.inputValidationErrorBorder};this.inputBox.style(t)}}select(){this.inputBox.select()}focus(){this.inputBox.focus()}getPreserveCase(){return this.preserveCase.checked}setPreserveCase(e){this.preserveCase.checked=e}focusOnPreserve(){this.preserveCase.focus()}validate(){this.inputBox&&this.inputBox.validate()}set width(e){this.inputBox.paddingRight=this.cachedOptionsWidth,this.inputBox.width=e,this.domNode.style.width=e+"px"}dispose(){super.dispose()}}var T=i(60393),A=i(77101),R=function(e,t,i,n){var o,r=arguments.length,s=r<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,i):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,i,s):o(t,i))||s);return r>3&&s&&Object.defineProperty(t,i,s),s},M=function(e,t){return function(i,n){t(i,n,e)}};const O=new T.uy("suggestWidgetVisible",!1,(0,y.NC)("vs/platform/history/browser/contextScopedHistoryWidget","suggestWidgetVisible","Whether suggestion are visible")),P="historyNavigationWidget",F="historyNavigationForwardsEnabled",B="historyNavigationBackwardsEnabled";function W(e,t){return e.getContext(document.activeElement).getValue(t)}function V(e,t){const i=function(e,t){return e.createScoped(t.target)}(e,t);return function(e,t,i){new T.uy("historyNavigationWidget",t).bindTo(e)}(i,t),{scopedContextKeyService:i,historyNavigationForwardsEnablement:new T.uy(F,!0).bindTo(i),historyNavigationBackwardsEnablement:new T.uy(B,!0).bindTo(i)}}let H=class extends x{constructor(e,t,i,n,o=!1){super(e,t,o,i),this._register(V(n,{target:this.inputBox.element,historyNavigator:this.inputBox}).scopedContextKeyService)}};H=R([M(3,T.i6)],H);let z=class extends I{constructor(e,t,i,n,o=!1){super(e,t,o,i),this._register(V(n,{target:this.inputBox.element,historyNavigator:this.inputBox}).scopedContextKeyService)}};z=R([M(3,T.i6)],z),A.W.registerCommandAndKeybindingRule({id:"history.showPrevious",weight:200,when:T.Ao.and(T.Ao.has(P),T.Ao.equals(B,!0),O.isEqualTo(!1)),primary:16,secondary:[528],handler:e=>{const t=W(e.get(T.i6),P);t&&t.historyNavigator.showPreviousValue()}}),A.W.registerCommandAndKeybindingRule({id:"history.showNext",weight:200,when:T.Ao.and(T.Ao.has(P),T.Ao.equals(F,!0),O.isEqualTo(!1)),primary:18,secondary:[530],handler:e=>{const t=W(e.get(T.i6),P);t&&t.historyNavigator.showNextValue()}})},58778:function(e,t,i){"use strict";i.d(t,{M:function(){return n}});class n{constructor(e,t=[],i=!1){this.ctor=e,this.staticArguments=t,this.supportsDelayedInstantiation=i}}},14472:function(e,t,i){"use strict";i.d(t,{d:function(){return s},z:function(){return r}});var n=i(58778);const o=[];function r(e,t,i){t instanceof n.M||(t=new n.M(t,[],i)),o.push([e,t])}function s(){return o}},12260:function(e,t,i){"use strict";var n;i.d(t,{I8:function(){return n},TG:function(){return o},yh:function(){return s}}),function(e){e.serviceIds=new Map,e.DI_TARGET="$di$target",e.DI_DEPENDENCIES="$di$dependencies",e.getServiceDependencies=function(t){return t[e.DI_DEPENDENCIES]||[]}}(n||(n={}));const o=s("instantiationService");function r(e,t,i){t[n.DI_TARGET]===t?t[n.DI_DEPENDENCIES].push({id:e,index:i}):(t[n.DI_DEPENDENCIES]=[{id:e,index:i}],t[n.DI_TARGET]=t)}function s(e){if(n.serviceIds.has(e))return n.serviceIds.get(e);const t=function(e,i,n){if(3!==arguments.length)throw new Error("@IServiceName-decorator can only be used to decorate a parameter");r(t,e,n)};return t.toString=()=>e,n.serviceIds.set(e,t),t}},97259:function(e,t,i){"use strict";i.d(t,{y:function(){return n}});class n{constructor(...e){this._entries=new Map;for(let[t,i]of e)this.set(t,i)}set(e,t){const i=this._entries.get(e);return this._entries.set(e,t),i}get(e){return this._entries.get(e)}}},32801:function(e,t,i){"use strict";i.d(t,{I:function(){return r}});var n=i(46718),o=i(73403);const r={JSONContribution:"base.contributions.json"},s=new class{constructor(){this._onDidChangeSchema=new n.Q5,this.schemasById={}}registerSchema(e,t){var i;this.schemasById[(i=e,i.length>0&&"#"===i.charAt(i.length-1)?i.substring(0,i.length-1):i)]=t,this._onDidChangeSchema.fire(e)}notifySchemaChanged(e){this._onDidChangeSchema.fire(e)}};o.B.add(r.JSONContribution,s)},67517:function(e,t,i){"use strict";i.d(t,{d:function(){return n}});const n=(0,i(12260).yh)("keybindingService")},77101:function(e,t,i){"use strict";i.d(t,{W:function(){return l}});var n=i(99410),o=i(6954),r=i(14756),s=i(73403);class a{constructor(){this._coreKeybindings=[],this._extensionKeybindings=[],this._cachedMergedKeybindings=null}static bindToCurrentPlatform(e){if(1===o.OS){if(e&&e.win)return e.win}else if(2===o.OS){if(e&&e.mac)return e.mac}else if(e&&e.linux)return e.linux;return e}registerKeybindingRule(e){const t=a.bindToCurrentPlatform(e);if(t&&t.primary){const i=(0,n.gm)(t.primary,o.OS);i&&this._registerDefaultKeybinding(i,e.id,e.args,e.weight,0,e.when)}if(t&&Array.isArray(t.secondary))for(let i=0,r=t.secondary.length;i=21&&e<=30||e>=31&&e<=56||80===e||81===e||82===e||83===e||84===e||85===e||86===e||110===e||111===e||87===e||88===e||89===e||90===e||91===e||92===e}_assertNoCtrlAlt(e,t){e.ctrlKey&&e.altKey&&!e.metaKey&&a._mightProduceChar(e.keyCode)&&console.warn("Ctrl+Alt+ keybindings should not be used by default under Windows. Offender: ",e," for ",t)}_registerDefaultKeybinding(e,t,i,n,r,s){1===o.OS&&this._assertNoCtrlAlt(e.parts[0],t),this._coreKeybindings.push({keybinding:e.parts,command:t,commandArgs:i,when:s,weight1:n,weight2:r,extensionId:null,isBuiltinExtension:!1}),this._cachedMergedKeybindings=null}getDefaultKeybindings(){return this._cachedMergedKeybindings||(this._cachedMergedKeybindings=[].concat(this._coreKeybindings).concat(this._extensionKeybindings),this._cachedMergedKeybindings.sort(c)),this._cachedMergedKeybindings.slice(0)}}const l=new a;function c(e,t){return e.weight1!==t.weight1?e.weight1-t.weight1:e.commandt.command?1:e.weight2-t.weight2}s.B.add("platform.keybindingsRegistry",l)},99125:function(e,t,i){"use strict";i.d(t,{e:function(){return n}});const n=(0,i(12260).yh)("labelService")},69128:function(e,t,i){"use strict";i.d(t,{Lw:function(){return nt},XN:function(){return ot},ls:function(){return $t},ev:function(){return At},CQ:function(){return at},PS:function(){return ht},uJ:function(){return pt}});var n=i(68695),o=i(57800),r=i(60677),s=i(46718),a=i(4004),l=(i(99704),i(77290));class c{constructor(e,t){this.renderer=e,this.modelProvider=t}get templateId(){return this.renderer.templateId}renderTemplate(e){return{data:this.renderer.renderTemplate(e),disposable:a.JT.None}}renderElement(e,t,i,n){if(i.disposable&&i.disposable.dispose(),!i.data)return;const o=this.modelProvider();if(o.isResolved(e))return this.renderer.renderElement(o.get(e),e,i.data,n);const s=new r.A,a=o.resolve(e,s.token);i.disposable={dispose:()=>s.cancel()},this.renderer.renderPlaceholder(e,i.data),a.then((t=>this.renderer.renderElement(t,e,i.data,n)))}disposeTemplate(e){e.disposable&&(e.disposable.dispose(),e.disposable=void 0),e.data&&(this.renderer.disposeTemplate(e.data),e.data=void 0)}}class d{constructor(e,t){this.modelProvider=e,this.accessibilityProvider=t}getWidgetAriaLabel(){return this.accessibilityProvider.getWidgetAriaLabel()}getAriaLabel(e){const t=this.modelProvider();return t.isResolved(e)?this.accessibilityProvider.getAriaLabel(t.get(e)):null}}var u=i(92987),h=i(93379),g=i.n(h),p=i(7795),m=i.n(p),f=i(90569),_=i.n(f),b=i(3565),v=i.n(b),C=i(19216),w=i.n(C),y=i(44589),S=i.n(y),x=i(51383),k={};k.styleTagTransform=S(),k.setAttributes=v(),k.insert=_().bind(null,"head"),k.domAPI=m(),k.insertStyleElement=w(),g()(x.Z,k),x.Z&&x.Z.locals&&x.Z.locals;class L{constructor(e,t,i){this.columns=e,this.getColumnSize=i,this.templateId=L.TemplateId,this.renderedTemplates=new Set;const n=new Map(t.map((e=>[e.templateId,e])));this.renderers=[];for(const t of e){const e=n.get(t.templateId);if(!e)throw new Error(`Table cell renderer for template id ${t.templateId} not found.`);this.renderers.push(e)}}renderTemplate(e){const t=(0,n.R3)(e,(0,n.$)(".monaco-table-tr")),i=[],o=[];for(let e=0;enew E(e,t))),h={size:d.reduce(((e,t)=>e+t.column.weight),0),views:d.map((e=>({size:e.column.weight,view:e})))};this.splitview=this.disposables.add(new u.z(this.domNode,{orientation:1,scrollbarVisibility:2,getSashOrthogonalSize:()=>this.cachedHeight,descriptor:h})),this.splitview.el.style.height=`${i.headerRowHeight}px`,this.splitview.el.style.lineHeight=`${i.headerRowHeight}px`;const g=new L(o,r,(e=>this.splitview.getViewSize(e)));var p;this.list=this.disposables.add(new l.aV(e,this.domNode,(p=i,{getHeight:e=>p.getHeight(e),getTemplateId:()=>L.TemplateId}),[g],c)),s.ju.any(...d.map((e=>e.onDidLayout)))((([e,t])=>g.layoutColumn(e,t)),null,this.disposables),this.splitview.onDidSashReset((e=>{const t=o.reduce(((e,t)=>e+t.weight),0),i=o[e].weight/t*this.cachedWidth;this.splitview.resizeView(e,i)}),null,this.disposables),this.styleElement=(0,n.dS)(this.domNode),this.style({})}get onDidChangeFocus(){return this.list.onDidChangeFocus}get onDidChangeSelection(){return this.list.onDidChangeSelection}get onMouseDblClick(){return this.list.onMouseDblClick}get onPointer(){return this.list.onPointer}get onDidFocus(){return this.list.onDidFocus}get onDidDispose(){return this.list.onDidDispose}updateOptions(e){this.list.updateOptions(e)}splice(e,t,i=[]){this.list.splice(e,t,i)}getHTMLElement(){return this.domNode}style(e){const t=[];t.push(`.monaco-table.${this.domId} > .monaco-split-view2 .monaco-sash.vertical::before {\n\t\t\ttop: ${this.virtualDelegate.headerRowHeight+1}px;\n\t\t\theight: calc(100% - ${this.virtualDelegate.headerRowHeight}px);\n\t\t}`),this.styleElement.textContent=t.join("\n"),this.list.style(e)}getSelectedElements(){return this.list.getSelectedElements()}getSelection(){return this.list.getSelection()}getFocus(){return this.list.getFocus()}dispose(){this.disposables.dispose()}}N.InstanceCount=0;var D,I=i(20768),T=i(42560),A=i(27163),R=i(33200);!function(e){e[e.Unknown=0]="Unknown",e[e.Twistie=1]="Twistie",e[e.Element=2]="Element"}(D||(D={}));class M extends Error{constructor(e,t){super(`TreeError [${e}] ${t}`)}}class O{constructor(e){this.fn=e,this._map=new WeakMap}map(e){let t=this._map.get(e);return t||(t=this.fn(e),this._map.set(e,t)),t}}var P=i(40027),F=i(53276),B=i(44780);function W(e){return"object"==typeof e&&"visibility"in e&&"data"in e}function V(e){switch(e){case!0:return 1;case!1:return 0;default:return e}}function H(e){return"boolean"==typeof e.collapsible}class z{constructor(e,t,i,n={}){this.user=e,this.list=t,this.rootRef=[],this.eventBufferer=new s.E7,this._onDidChangeCollapseState=new s.Q5,this.onDidChangeCollapseState=this.eventBufferer.wrapEvent(this._onDidChangeCollapseState.event),this._onDidChangeRenderNodeCount=new s.Q5,this.onDidChangeRenderNodeCount=this.eventBufferer.wrapEvent(this._onDidChangeRenderNodeCount.event),this._onDidSplice=new s.Q5,this.onDidSplice=this._onDidSplice.event,this.refilterDelayer=new P.vp(P.ne),this.collapseByDefault=void 0!==n.collapseByDefault&&n.collapseByDefault,this.filter=n.filter,this.autoExpandSingleChildren=void 0!==n.autoExpandSingleChildren&&n.autoExpandSingleChildren,this.root={parent:void 0,element:i,children:[],depth:0,visibleChildrenCount:0,visibleChildIndex:-1,collapsible:!1,collapsed:!1,renderNodeCount:0,visibility:1,visible:!0,filterData:void 0}}splice(e,t,i=B.$.empty(),n={}){if(0===e.length)throw new M(this.user,"Invalid tree location");n.diffIdentityProvider?this.spliceSmart(n.diffIdentityProvider,e,t,i,n):this.spliceSimple(e,t,i,n)}spliceSmart(e,t,i,n,o,r){var s;void 0===n&&(n=B.$.empty()),void 0===r&&(r=null!==(s=o.diffDepth)&&void 0!==s?s:0);const{parentNode:a}=this.getParentNodeWithListIndex(t);if(!a.lastDiffIds)return this.spliceSimple(t,i,n,o);const l=[...n],c=t[t.length-1],d=new F.Hs({getElements:()=>a.lastDiffIds},{getElements:()=>[...a.children.slice(0,c),...l,...a.children.slice(c+i)].map((t=>e.getId(t.element).toString()))}).ComputeDiff(!1);if(d.quitEarly)return a.lastDiffIds=void 0,this.spliceSimple(t,i,l,o);const u=t.slice(0,-1),h=(t,i,n)=>{if(r>0)for(let s=0;st.originalStart-e.originalStart)))h(g,p,g-(e.originalStart+e.originalLength)),g=e.originalStart,p=e.modifiedStart-c,this.spliceSimple([...u,g],e.originalLength,B.$.slice(l,p,p+e.modifiedLength),o);h(g,p,g)}spliceSimple(e,t,i=B.$.empty(),{onDidCreateNode:n,onDidDeleteNode:r,diffIdentityProvider:s}){const{parentNode:a,listIndex:l,revealed:c,visible:d}=this.getParentNodeWithListIndex(e),u=[],h=B.$.map(i,(e=>this.createTreeNode(e,a,a.visible?1:0,c,u,n))),g=e[e.length-1],p=a.children.length>0;let m=0;for(let e=g;e>=0&&es.getId(e.element).toString()))):a.lastDiffIds=a.children.map((e=>s.getId(e.element).toString())):a.lastDiffIds=void 0;let C=0;for(const e of v)e.visible&&C++;if(0!==C)for(let e=g+f.length;ee+(t.visible?t.renderNodeCount:0)),0);this._updateAncestorsRenderNodeCount(a,b-e),this.list.splice(l,e,u)}if(v.length>0&&r){const e=t=>{r(t),t.children.forEach(e)};v.forEach(e)}this._onDidSplice.fire({insertedNodes:f,deletedNodes:v});const w=a.children.length>0;p!==w&&this.setCollapsible(e.slice(0,-1),w);let y=a;for(;y;){if(2===y.visibility){this.refilterDelayer.trigger((()=>this.refilter()));break}y=y.parent}}rerender(e){if(0===e.length)throw new M(this.user,"Invalid tree location");const{node:t,listIndex:i,revealed:n}=this.getTreeNodeWithListIndex(e);t.visible&&n&&this.list.splice(i,1,[t])}has(e){return this.hasTreeNode(e)}getListIndex(e){const{listIndex:t,visible:i,revealed:n}=this.getTreeNodeWithListIndex(e);return i&&n?t:-1}getListRenderCount(e){return this.getTreeNode(e).renderNodeCount}isCollapsible(e){return this.getTreeNode(e).collapsible}setCollapsible(e,t){const i=this.getTreeNode(e);void 0===t&&(t=!i.collapsible);const n={collapsible:t};return this.eventBufferer.bufferEvents((()=>this._setCollapseState(e,n)))}isCollapsed(e){return this.getTreeNode(e).collapsed}setCollapsed(e,t,i){const n=this.getTreeNode(e);void 0===t&&(t=!n.collapsed);const o={collapsed:t,recursive:i||!1};return this.eventBufferer.bufferEvents((()=>this._setCollapseState(e,o)))}_setCollapseState(e,t){const{node:i,listIndex:n,revealed:o}=this.getTreeNodeWithListIndex(e),r=this._setListNodeCollapseState(i,n,o,t);if(i!==this.root&&this.autoExpandSingleChildren&&r&&!H(t)&&i.collapsible&&!i.collapsed&&!t.recursive){let n=-1;for(let e=0;e-1){n=-1;break}n=e}n>-1&&this._setCollapseState([...e,n],t)}return r}_setListNodeCollapseState(e,t,i,n){const o=this._setNodeCollapseState(e,n,!1);if(!i||!e.visible||!o)return o;const r=e.renderNodeCount,s=this.updateNodeAfterCollapseChange(e),a=r-(-1===t?0:1);return this.list.splice(t+1,a,s.slice(1)),o}_setNodeCollapseState(e,t,i){let n;if(e===this.root?n=!1:(H(t)?(n=e.collapsible!==t.collapsible,e.collapsible=t.collapsible):e.collapsible?(n=e.collapsed!==t.collapsed,e.collapsed=t.collapsed):n=!1,n&&this._onDidChangeCollapseState.fire({node:e,deep:i})),!H(t)&&t.recursive)for(const i of e.children)n=this._setNodeCollapseState(i,t,!0)||n;return n}expandTo(e){this.eventBufferer.bufferEvents((()=>{let t=this.getTreeNode(e);for(;t.parent;)t=t.parent,e=e.slice(0,e.length-1),t.collapsed&&this._setCollapseState(e,{collapsed:!1,recursive:!1})}))}refilter(){const e=this.root.renderNodeCount,t=this.updateNodeAfterFilterChange(this.root);this.list.splice(0,e,t),this.refilterDelayer.cancel()}createTreeNode(e,t,i,n,o,r){const s={parent:t,element:e.element,children:[],depth:t.depth+1,visibleChildrenCount:0,visibleChildIndex:-1,collapsible:"boolean"==typeof e.collapsible?e.collapsible:void 0!==e.collapsed,collapsed:void 0===e.collapsed?this.collapseByDefault:e.collapsed,renderNodeCount:1,visibility:1,visible:!0,filterData:void 0},a=this._filterNode(s,i);s.visibility=a,n&&o.push(s);const l=e.children||B.$.empty(),c=n&&0!==a&&!s.collapsed,d=B.$.map(l,(e=>this.createTreeNode(e,s,a,c,o,r)));let u=0,h=1;for(const e of d)s.children.push(e),h+=e.renderNodeCount,e.visible&&(e.visibleChildIndex=u++);return s.collapsible=s.collapsible||s.children.length>0,s.visibleChildrenCount=u,s.visible=2===a?u>0:1===a,s.visible?s.collapsed||(s.renderNodeCount=h):(s.renderNodeCount=0,n&&o.pop()),r&&r(s),s}updateNodeAfterCollapseChange(e){const t=e.renderNodeCount,i=[];return this._updateNodeAfterCollapseChange(e,i),this._updateAncestorsRenderNodeCount(e.parent,i.length-t),i}_updateNodeAfterCollapseChange(e,t){if(!1===e.visible)return 0;if(t.push(e),e.renderNodeCount=1,!e.collapsed)for(const i of e.children)e.renderNodeCount+=this._updateNodeAfterCollapseChange(i,t);return this._onDidChangeRenderNodeCount.fire(e),e.renderNodeCount}updateNodeAfterFilterChange(e){const t=e.renderNodeCount,i=[];return this._updateNodeAfterFilterChange(e,e.visible?1:0,i),this._updateAncestorsRenderNodeCount(e.parent,i.length-t),i}_updateNodeAfterFilterChange(e,t,i,n=!0){let o;if(e!==this.root){if(o=this._filterNode(e,t),0===o)return e.visible=!1,e.renderNodeCount=0,!1;n&&i.push(e)}const r=i.length;e.renderNodeCount=e===this.root?0:1;let s=!1;if(e.collapsed&&0===o)e.visibleChildrenCount=0;else{let t=0;for(const r of e.children)s=this._updateNodeAfterFilterChange(r,o,i,n&&!e.collapsed)||s,r.visible&&(r.visibleChildIndex=t++);e.visibleChildrenCount=t}return e!==this.root&&(e.visible=2===o?s:1===o,e.visibility=o),e.visible?e.collapsed||(e.renderNodeCount+=i.length-r):(e.renderNodeCount=0,n&&i.pop()),this._onDidChangeRenderNodeCount.fire(e),e.visible}_updateAncestorsRenderNodeCount(e,t){if(0!==t)for(;e;)e.renderNodeCount+=t,this._onDidChangeRenderNodeCount.fire(e),e=e.parent}_filterNode(e,t){const i=this.filter?this.filter.filter(e.element,t):1;return"boolean"==typeof i?(e.filterData=void 0,i?1:0):W(i)?(e.filterData=i.data,V(i.visibility)):(e.filterData=void 0,V(i))}hasTreeNode(e,t=this.root){if(!e||0===e.length)return!0;const[i,...n]=e;return!(i<0||i>t.children.length)&&this.hasTreeNode(n,t.children[i])}getTreeNode(e,t=this.root){if(!e||0===e.length)return t;const[i,...n]=e;if(i<0||i>t.children.length)throw new M(this.user,"Invalid tree location");return this.getTreeNode(n,t.children[i])}getTreeNodeWithListIndex(e){if(0===e.length)return{node:this.root,listIndex:-1,revealed:!0,visible:!1};const{parentNode:t,listIndex:i,revealed:n,visible:o}=this.getParentNodeWithListIndex(e),r=e[e.length-1];if(r<0||r>t.children.length)throw new M(this.user,"Invalid tree location");const s=t.children[r];return{node:s,listIndex:i,revealed:n,visible:o&&s.visible}}getParentNodeWithListIndex(e,t=this.root,i=0,n=!0,o=!0){const[r,...s]=e;if(r<0||r>t.children.length)throw new M(this.user,"Invalid tree location");for(let e=0;ee.element))),this.data=e}}function J(e){return e instanceof I.kX?new X(e):e}class ee{constructor(e,t){this.modelProvider=e,this.dnd=t,this.autoExpandDisposable=a.JT.None}getDragURI(e){return this.dnd.getDragURI(e.element)}getDragLabel(e,t){if(this.dnd.getDragLabel)return this.dnd.getDragLabel(e.map((e=>e.element)),t)}onDragStart(e,t){this.dnd.onDragStart&&this.dnd.onDragStart(J(e),t)}onDragOver(e,t,i,n,r=!0){const s=this.dnd.onDragOver(J(e),t&&t.element,i,n),a=this.autoExpandNode!==t;if(a&&(this.autoExpandDisposable.dispose(),this.autoExpandNode=t),void 0===t)return s;if(a&&"boolean"!=typeof s&&s.autoExpand&&(this.autoExpandDisposable=(0,P.Vg)((()=>{const e=this.modelProvider(),i=e.getNodeLocation(t);e.isCollapsed(i)&&e.setCollapsed(i,!1),this.autoExpandNode=void 0}),500)),"boolean"==typeof s||!s.accept||void 0===s.bubble||s.feedback)return r?s:{accept:"boolean"==typeof s?s:s.accept,effect:"boolean"==typeof s?void 0:s.effect,feedback:[i]};if(1===s.bubble){const i=this.modelProvider(),o=i.getNodeLocation(t),r=i.getParentNodeLocation(o),s=i.getNode(r),a=r&&i.getListIndex(r);return this.onDragOver(e,s,a,n,!1)}const l=this.modelProvider(),c=l.getNodeLocation(t),d=l.getListIndex(c),u=l.getListRenderCount(c);return Object.assign(Object.assign({},s),{feedback:(0,o.w6)(d,d+u)})}drop(e,t,i,n){this.autoExpandDisposable.dispose(),this.autoExpandNode=void 0,this.dnd.drop(J(e),t&&t.element,i,n)}onDragEnd(e){this.dnd.onDragEnd&&this.dnd.onDragEnd(e)}}class te{constructor(e){this.delegate=e}getHeight(e){return this.delegate.getHeight(e.element)}getTemplateId(e){return this.delegate.getTemplateId(e.element)}hasDynamicHeight(e){return!!this.delegate.hasDynamicHeight&&this.delegate.hasDynamicHeight(e.element)}setDynamicHeight(e,t){this.delegate.setDynamicHeight&&this.delegate.setDynamicHeight(e.element,t)}}!function(e){e.None="none",e.OnHover="onHover",e.Always="always"}(Y||(Y={}));class ie{constructor(e,t=[]){this._elements=t,this.onDidChange=s.ju.forEach(e,(e=>this._elements=e))}get elements(){return this._elements}}class ne{constructor(e,t,i,n,o={}){this.renderer=e,this.modelProvider=t,this.activeNodes=n,this.renderedElements=new Map,this.renderedNodes=new Map,this.indent=ne.DefaultIndent,this.hideTwistiesOfChildlessElements=!1,this.shouldRenderIndentGuides=!1,this.renderedIndentGuides=new U.r,this.activeIndentNodes=new Set,this.indentGuidesDisposable=a.JT.None,this.disposables=new a.SL,this.templateId=e.templateId,this.updateOptions(o),s.ju.map(i,(e=>e.node))(this.onDidChangeNodeTwistieState,this,this.disposables),e.onDidChangeTwistieState&&e.onDidChangeTwistieState(this.onDidChangeTwistieState,this,this.disposables)}updateOptions(e={}){if(void 0!==e.indent&&(this.indent=(0,K.uZ)(e.indent,0,40)),void 0!==e.renderIndentGuides){const t=e.renderIndentGuides!==Y.None;if(t!==this.shouldRenderIndentGuides&&(this.shouldRenderIndentGuides=t,this.indentGuidesDisposable.dispose(),t)){const e=new a.SL;this.activeNodes.onDidChange(this._onDidChangeActiveNodes,this,e),this.indentGuidesDisposable=e,this._onDidChangeActiveNodes(this.activeNodes.elements)}}void 0!==e.hideTwistiesOfChildlessElements&&(this.hideTwistiesOfChildlessElements=e.hideTwistiesOfChildlessElements)}renderTemplate(e){const t=(0,n.R3)(e,(0,n.$)(".monaco-tl-row")),i=(0,n.R3)(t,(0,n.$)(".monaco-tl-indent")),o=(0,n.R3)(t,(0,n.$)(".monaco-tl-twistie")),r=(0,n.R3)(t,(0,n.$)(".monaco-tl-contents")),s=this.renderer.renderTemplate(r);return{container:e,indent:i,twistie:o,indentGuidesDisposable:a.JT.None,templateData:s}}renderElement(e,t,i,n){"number"==typeof n&&(this.renderedNodes.set(e,{templateData:i,height:n}),this.renderedElements.set(e.element,e));const o=ne.DefaultIndent+(e.depth-1)*this.indent;i.twistie.style.paddingLeft=`${o}px`,i.indent.style.width=o+this.indent-16+"px",this.renderTwistie(e,i),"number"==typeof n&&this.renderIndentGuides(e,i),this.renderer.renderElement(e,t,i.templateData,n)}disposeElement(e,t,i,n){i.indentGuidesDisposable.dispose(),this.renderer.disposeElement&&this.renderer.disposeElement(e,t,i.templateData,n),"number"==typeof n&&(this.renderedNodes.delete(e),this.renderedElements.delete(e.element))}disposeTemplate(e){this.renderer.disposeTemplate(e.templateData)}onDidChangeTwistieState(e){const t=this.renderedElements.get(e);t&&this.onDidChangeNodeTwistieState(t)}onDidChangeNodeTwistieState(e){const t=this.renderedNodes.get(e);t&&(this.renderTwistie(e,t.templateData),this._onDidChangeActiveNodes(this.activeNodes.elements),this.renderIndentGuides(e,t.templateData))}renderTwistie(e,t){t.twistie.classList.remove(...$.lA.treeItemExpanded.classNamesArray);let i=!1;this.renderer.renderTwistie&&(i=this.renderer.renderTwistie(e.element,t.twistie)),e.collapsible&&(!this.hideTwistiesOfChildlessElements||e.visibleChildrenCount>0)?(i||t.twistie.classList.add(...$.lA.treeItemExpanded.classNamesArray),t.twistie.classList.add("collapsible"),t.twistie.classList.toggle("collapsed",e.collapsed)):t.twistie.classList.remove("collapsible","collapsed"),e.collapsible?t.container.setAttribute("aria-expanded",String(!e.collapsed)):t.container.removeAttribute("aria-expanded")}renderIndentGuides(e,t){if((0,n.PO)(t.indent),t.indentGuidesDisposable.dispose(),!this.shouldRenderIndentGuides)return;const i=new a.SL,o=this.modelProvider();let r=e;for(;;){const e=o.getNodeLocation(r),s=o.getParentNodeLocation(e);if(!s)break;const l=o.getNode(s),c=(0,n.$)(".indent-guide",{style:`width: ${this.indent}px`});this.activeIndentNodes.has(l)&&c.classList.add("active"),0===t.indent.childElementCount?t.indent.appendChild(c):t.indent.insertBefore(c,t.indent.firstElementChild),this.renderedIndentGuides.add(l,c),i.add((0,a.OF)((()=>this.renderedIndentGuides.delete(l,c)))),r=l}t.indentGuidesDisposable=i}_onDidChangeActiveNodes(e){if(!this.shouldRenderIndentGuides)return;const t=new Set,i=this.modelProvider();e.forEach((e=>{const n=i.getNodeLocation(e);try{const o=i.getParentNodeLocation(n);e.collapsible&&e.children.length>0&&!e.collapsed?t.add(e):o&&t.add(i.getNode(o))}catch(e){}})),this.activeIndentNodes.forEach((e=>{t.has(e)||this.renderedIndentGuides.forEach(e,(e=>e.classList.remove("active")))})),t.forEach((e=>{this.activeIndentNodes.has(e)||this.renderedIndentGuides.forEach(e,(e=>e.classList.add("active")))})),this.activeIndentNodes=t}dispose(){this.renderedNodes.clear(),this.renderedElements.clear(),this.indentGuidesDisposable.dispose(),(0,a.B9)(this.disposables)}}ne.DefaultIndent=8;class oe{constructor(e,t,i){this.tree=e,this.keyboardNavigationLabelProvider=t,this._filter=i,this._totalCount=0,this._matchCount=0,this._pattern="",this._lowercasePattern="",this.disposables=new a.SL,e.onWillRefilter(this.reset,this,this.disposables)}get totalCount(){return this._totalCount}get matchCount(){return this._matchCount}set pattern(e){this._pattern=e,this._lowercasePattern=e.toLowerCase()}filter(e,t){if(this._filter){const i=this._filter.filter(e,t);if(this.tree.options.simpleKeyboardNavigation)return i;let n;if(n="boolean"==typeof i?i?1:0:W(i)?V(i.visibility):i,0===n)return!1}if(this._totalCount++,this.tree.options.simpleKeyboardNavigation||!this._pattern)return this._matchCount++,{data:j.CL.Default,visibility:!0};const i=this.keyboardNavigationLabelProvider.getKeyboardNavigationLabel(e),n=Array.isArray(i)?i:[i];for(const e of n){const t=e&&e.toString();if(void 0===t)return{data:j.CL.Default,visibility:!0};const i=(0,j.EW)(this._pattern,this._lowercasePattern,0,t,t.toLowerCase(),0,!0);if(i)return this._matchCount++,1===n.length?{data:i,visibility:!0}:{data:{label:t,score:i},visibility:!0}}return this.tree.options.filterOnType?2:{data:j.CL.Default,visibility:!0}}reset(){this._totalCount=0,this._matchCount=0}dispose(){(0,a.B9)(this.disposables)}}class re{constructor(e,t,i,o,r){this.tree=e,this.view=i,this.filter=o,this.keyboardNavigationDelegate=r,this._enabled=!1,this._pattern="",this._empty=!1,this._onDidChangeEmptyState=new s.Q5,this.positionClassName="ne",this.automaticKeyboardNavigation=!0,this.triggered=!1,this._onDidChangePattern=new s.Q5,this.enabledDisposables=new a.SL,this.disposables=new a.SL,this.domNode=(0,n.$)(`.monaco-list-type-filter.${this.positionClassName}`),this.domNode.draggable=!0,this.disposables.add((0,n.nm)(this.domNode,"dragstart",(()=>this.onDragStart()))),this.messageDomNode=(0,n.R3)(i.getHTMLElement(),(0,n.$)(".monaco-list-type-filter-message")),this.labelDomNode=(0,n.R3)(this.domNode,(0,n.$)("span.label"));const l=(0,n.R3)(this.domNode,(0,n.$)(".controls"));this._filterOnType=!!e.options.filterOnType,this.filterOnTypeDomNode=(0,n.R3)(l,(0,n.$)("input.filter")),this.filterOnTypeDomNode.type="checkbox",this.filterOnTypeDomNode.checked=this._filterOnType,this.filterOnTypeDomNode.tabIndex=-1,this.updateFilterOnTypeTitleAndIcon(),this.disposables.add((0,n.nm)(this.filterOnTypeDomNode,"input",(()=>this.onDidChangeFilterOnType()))),this.clearDomNode=(0,n.R3)(l,(0,n.$)("button.clear"+$.lA.treeFilterClear.cssSelector)),this.clearDomNode.tabIndex=-1,this.clearDomNode.title=(0,Q.NC)("vs/base/browser/ui/tree/abstractTree","clear","Clear"),this.keyboardNavigationEventFilter=e.options.keyboardNavigationEventFilter,t.onDidSplice(this.onDidSpliceModel,this,this.disposables),this.updateOptions(e.options)}get enabled(){return this._enabled}get pattern(){return this._pattern}get filterOnType(){return this._filterOnType}updateOptions(e){e.simpleKeyboardNavigation?this.disable():this.enable(),void 0!==e.filterOnType&&(this._filterOnType=!!e.filterOnType,this.filterOnTypeDomNode.checked=this._filterOnType,this.updateFilterOnTypeTitleAndIcon()),void 0!==e.automaticKeyboardNavigation&&(this.automaticKeyboardNavigation=e.automaticKeyboardNavigation),this.tree.refilter(),this.render(),this.automaticKeyboardNavigation||this.onEventOrInput("")}enable(){if(this._enabled)return;const e=this.enabledDisposables.add(new A.Y(this.view.getHTMLElement(),"keydown")),t=s.ju.chain(e.event).filter((e=>!(0,l.cK)(e.target)||e.target===this.filterOnTypeDomNode)).filter((e=>"Dead"!==e.key&&!/^Media/.test(e.key))).map((e=>new R.y(e))).filter(this.keyboardNavigationEventFilter||(()=>!0)).filter((()=>this.automaticKeyboardNavigation||this.triggered)).filter((e=>this.keyboardNavigationDelegate.mightProducePrintableCharacter(e)&&!(18===e.keyCode||16===e.keyCode||15===e.keyCode||17===e.keyCode)||(this.pattern.length>0||this.triggered)&&(9===e.keyCode||1===e.keyCode)&&!e.altKey&&!e.ctrlKey&&!e.metaKey||1===e.keyCode&&(q.dz?e.altKey&&!e.metaKey:e.ctrlKey)&&!e.shiftKey)).forEach((e=>{e.stopPropagation(),e.preventDefault()})).event,i=this.enabledDisposables.add(new A.Y(this.clearDomNode,"click"));s.ju.chain(s.ju.any(t,i.event)).event(this.onEventOrInput,this,this.enabledDisposables),this.filter.pattern="",this.tree.refilter(),this.render(),this._enabled=!0,this.triggered=!1}disable(){this._enabled&&(this.domNode.remove(),this.enabledDisposables.clear(),this.tree.refilter(),this.render(),this._enabled=!1,this.triggered=!1)}onEventOrInput(e){"string"==typeof e?this.onInput(e):e instanceof MouseEvent||9===e.keyCode||1===e.keyCode&&(q.dz?e.altKey:e.ctrlKey)?this.onInput(""):1===e.keyCode?this.onInput(0===this.pattern.length?"":this.pattern.substr(0,this.pattern.length-1)):this.onInput(this.pattern+e.browserEvent.key)}onInput(e){const t=this.view.getHTMLElement();e&&!this.domNode.parentElement?t.append(this.domNode):!e&&this.domNode.parentElement&&(this.domNode.remove(),this.tree.domFocus()),this._pattern=e,this._onDidChangePattern.fire(e),this.filter.pattern=e,this.tree.refilter(),e&&this.tree.focusNext(0,!0,void 0,(e=>!j.CL.isDefault(e.filterData)));const i=this.tree.getFocus();if(i.length>0){const e=i[0];null===this.tree.getRelativeTop(e)&&this.tree.reveal(e,.5)}this.render(),e||(this.triggered=!1)}onDragStart(){const e=this.view.getHTMLElement(),{left:t}=(0,n.i)(e),i=e.clientWidth,o=i/2,r=this.domNode.clientWidth,s=new a.SL;let l=this.positionClassName;const c=()=>{switch(l){case"nw":this.domNode.style.top="4px",this.domNode.style.left="4px";break;case"ne":this.domNode.style.top="4px",this.domNode.style.left=i-r-6+"px"}},d=()=>{this.positionClassName=l,this.domNode.className=`monaco-list-type-filter ${this.positionClassName}`,this.domNode.style.top="",this.domNode.style.left="",(0,a.B9)(s)};c(),this.domNode.classList.remove(l),this.domNode.classList.add("dragging"),s.add((0,a.OF)((()=>this.domNode.classList.remove("dragging")))),s.add((0,n.nm)(document,"dragover",(e=>(e=>{e.preventDefault();const i=e.clientX-t;e.dataTransfer&&(e.dataTransfer.dropEffect="none"),l=id()))),T.P$.CurrentDragAndDropData=new T.TN("vscode-ui"),s.add((0,a.OF)((()=>T.P$.CurrentDragAndDropData=void 0)))}onDidSpliceModel(){this._enabled&&0!==this.pattern.length&&(this.tree.refilter(),this.render())}onDidChangeFilterOnType(){this.tree.updateOptions({filterOnType:this.filterOnTypeDomNode.checked}),this.tree.refilter(),this.tree.domFocus(),this.render(),this.updateFilterOnTypeTitleAndIcon()}updateFilterOnTypeTitleAndIcon(){this.filterOnType?(this.filterOnTypeDomNode.classList.remove(...$.lA.treeFilterOnTypeOff.classNamesArray),this.filterOnTypeDomNode.classList.add(...$.lA.treeFilterOnTypeOn.classNamesArray),this.filterOnTypeDomNode.title=(0,Q.NC)("vs/base/browser/ui/tree/abstractTree","disable filter on type","Disable Filter on Type")):(this.filterOnTypeDomNode.classList.remove(...$.lA.treeFilterOnTypeOn.classNamesArray),this.filterOnTypeDomNode.classList.add(...$.lA.treeFilterOnTypeOff.classNamesArray),this.filterOnTypeDomNode.title=(0,Q.NC)("vs/base/browser/ui/tree/abstractTree","enable filter on type","Enable Filter on Type"))}render(){const e=this.filter.totalCount>0&&0===this.filter.matchCount;this.pattern&&this.tree.options.filterOnType&&e?(this.messageDomNode.textContent=(0,Q.NC)("vs/base/browser/ui/tree/abstractTree","empty","No elements found"),this._empty=!0):(this.messageDomNode.innerText="",this._empty=!1),this.domNode.classList.toggle("no-matches",e),this.domNode.title=(0,Q.NC)("vs/base/browser/ui/tree/abstractTree","found","Matched {0} out of {1} elements",this.filter.matchCount,this.filter.totalCount),this.labelDomNode.textContent=this.pattern.length>16?"…"+this.pattern.substr(this.pattern.length-16):this.pattern,this._onDidChangeEmptyState.fire(this._empty)}shouldAllowFocus(e){return!(this.enabled&&this.pattern&&!this.filterOnType)||this.filter.totalCount>0&&this.filter.matchCount<=1||!j.CL.isDefault(e.filterData)}dispose(){this._enabled&&(this.domNode.remove(),this.enabledDisposables.dispose(),this._enabled=!1,this.triggered=!1),this._onDidChangePattern.dispose(),(0,a.B9)(this.disposables)}}function se(e){let t=D.Unknown;return(0,n.uU)(e.browserEvent.target,"monaco-tl-twistie","monaco-tl-row")?t=D.Twistie:(0,n.uU)(e.browserEvent.target,"monaco-tl-contents","monaco-tl-row")&&(t=D.Element),{browserEvent:e.browserEvent,element:e.element?e.element.element:null,target:t}}function ae(e,t){t(e),e.children.forEach((e=>ae(e,t)))}class le{constructor(e,t){this.getFirstViewElementWithTrait=e,this.identityProvider=t,this.nodes=[],this._onDidChange=new s.Q5,this.onDidChange=this._onDidChange.event}get nodeSet(){return this._nodeSet||(this._nodeSet=this.createNodeSet()),this._nodeSet}set(e,t){!(null==t?void 0:t.__forceEvent)&&(0,o.fS)(this.nodes,e)||this._set(e,!1,t)}_set(e,t,i){if(this.nodes=[...e],this.elements=void 0,this._nodeSet=void 0,!t){const e=this;this._onDidChange.fire({get elements(){return e.get()},browserEvent:i})}}get(){return this.elements||(this.elements=this.nodes.map((e=>e.element))),[...this.elements]}getNodes(){return this.nodes}has(e){return this.nodeSet.has(e)}onDidModelSplice({insertedNodes:e,deletedNodes:t}){if(!this.identityProvider){const e=this.createNodeSet(),i=t=>e.delete(t);return t.forEach((e=>ae(e,i))),void this.set([...e.values()])}const i=new Set,n=e=>i.add(this.identityProvider.getId(e.element).toString());t.forEach((e=>ae(e,n)));const o=new Map,r=e=>o.set(this.identityProvider.getId(e.element).toString(),e);e.forEach((e=>ae(e,r)));const s=[];for(const e of this.nodes){const t=this.identityProvider.getId(e.element).toString();if(i.has(t)){const e=o.get(t);e&&s.push(e)}else s.push(e)}if(this.nodes.length>0&&0===s.length){const e=this.getFirstViewElementWithTrait();e&&s.push(e)}this._set(s,!0)}createNodeSet(){const e=new Set;for(const t of this.nodes)e.add(t);return e}}class ce extends l.sx{constructor(e,t){super(e),this.tree=t}onViewPointer(e){if((0,l.cK)(e.browserEvent.target)||(0,l.hD)(e.browserEvent.target))return;const t=e.element;if(!t)return super.onViewPointer(e);if(this.isSelectionRangeChangeEvent(e)||this.isSelectionSingleChangeEvent(e))return super.onViewPointer(e);const i=e.browserEvent.target,n=i.classList.contains("monaco-tl-twistie")||i.classList.contains("monaco-icon-label")&&i.classList.contains("folder-icon")&&e.browserEvent.offsetX<16;let o=!1;if(o="function"==typeof this.tree.expandOnlyOnTwistieClick?this.tree.expandOnlyOnTwistieClick(t.element):!!this.tree.expandOnlyOnTwistieClick,o&&!n&&2!==e.browserEvent.detail)return super.onViewPointer(e);if(!this.tree.expandOnDoubleClick&&2===e.browserEvent.detail)return super.onViewPointer(e);if(t.collapsible){const i=this.tree.model,r=i.getNodeLocation(t),s=e.browserEvent.altKey;if(this.tree.setFocus([r]),i.setCollapsed(r,void 0,s),o&&n)return}super.onViewPointer(e)}onDoubleClick(e){!e.browserEvent.target.classList.contains("monaco-tl-twistie")&&this.tree.expandOnDoubleClick&&super.onDoubleClick(e)}}class de extends l.aV{constructor(e,t,i,n,o,r,s,a){super(e,t,i,n,a),this.focusTrait=o,this.selectionTrait=r,this.anchorTrait=s}createMouseController(e){return new ce(this,e.tree)}splice(e,t,i=[]){if(super.splice(e,t,i),0===i.length)return;const n=[],r=[];let s;i.forEach(((t,i)=>{this.focusTrait.has(t)&&n.push(e+i),this.selectionTrait.has(t)&&r.push(e+i),this.anchorTrait.has(t)&&(s=e+i)})),n.length>0&&super.setFocus((0,o.EB)([...super.getFocus(),...n])),r.length>0&&super.setSelection((0,o.EB)([...super.getSelection(),...r])),"number"==typeof s&&super.setAnchor(s)}setFocus(e,t,i=!1){super.setFocus(e,t),i||this.focusTrait.set(e.map((e=>this.element(e))),t)}setSelection(e,t,i=!1){super.setSelection(e,t),i||this.selectionTrait.set(e.map((e=>this.element(e))),t)}setAnchor(e,t=!1){super.setAnchor(e),t||(void 0===e?this.anchorTrait.set([]):this.anchorTrait.set([this.element(e)]))}}class ue{constructor(e,t,i,o,r={}){this._user=e,this._options=r,this.eventBufferer=new s.E7,this.disposables=new a.SL,this._onWillRefilter=new s.Q5,this.onWillRefilter=this._onWillRefilter.event,this._onDidUpdateOptions=new s.Q5;const c=new te(i),d=new s.ZD,u=new s.ZD,h=new ie(u.event);this.renderers=o.map((e=>new ne(e,(()=>this.model),d.event,h,r)));for(let e of this.renderers)this.disposables.add(e);let g;r.keyboardNavigationLabelProvider&&(g=new oe(this,r.keyboardNavigationLabelProvider,r.filter),r=Object.assign(Object.assign({},r),{filter:g}),this.disposables.add(g)),this.focus=new le((()=>this.view.getFocusedElements()[0]),r.identityProvider),this.selection=new le((()=>this.view.getSelectedElements()[0]),r.identityProvider),this.anchor=new le((()=>this.view.getAnchorElement()),r.identityProvider),this.view=new de(e,t,c,this.renderers,this.focus,this.selection,this.anchor,Object.assign(Object.assign({},function(e,t){return t&&Object.assign(Object.assign({},t),{identityProvider:t.identityProvider&&{getId:e=>t.identityProvider.getId(e.element)},dnd:t.dnd&&new ee(e,t.dnd),multipleSelectionController:t.multipleSelectionController&&{isSelectionSingleChangeEvent:e=>t.multipleSelectionController.isSelectionSingleChangeEvent(Object.assign(Object.assign({},e),{element:e.element})),isSelectionRangeChangeEvent:e=>t.multipleSelectionController.isSelectionRangeChangeEvent(Object.assign(Object.assign({},e),{element:e.element}))},accessibilityProvider:t.accessibilityProvider&&Object.assign(Object.assign({},t.accessibilityProvider),{getSetSize(t){const i=e(),n=i.getNodeLocation(t),o=i.getParentNodeLocation(n);return i.getNode(o).visibleChildrenCount},getPosInSet:e=>e.visibleChildIndex+1,isChecked:t.accessibilityProvider&&t.accessibilityProvider.isChecked?e=>t.accessibilityProvider.isChecked(e.element):void 0,getRole:t.accessibilityProvider&&t.accessibilityProvider.getRole?e=>t.accessibilityProvider.getRole(e.element):()=>"treeitem",getAriaLabel:e=>t.accessibilityProvider.getAriaLabel(e.element),getWidgetAriaLabel:()=>t.accessibilityProvider.getWidgetAriaLabel(),getWidgetRole:t.accessibilityProvider&&t.accessibilityProvider.getWidgetRole?()=>t.accessibilityProvider.getWidgetRole():()=>"tree",getAriaLevel:t.accessibilityProvider&&t.accessibilityProvider.getAriaLevel?e=>t.accessibilityProvider.getAriaLevel(e.element):e=>e.depth,getActiveDescendantId:t.accessibilityProvider.getActiveDescendantId&&(e=>t.accessibilityProvider.getActiveDescendantId(e.element))}),keyboardNavigationLabelProvider:t.keyboardNavigationLabelProvider&&Object.assign(Object.assign({},t.keyboardNavigationLabelProvider),{getKeyboardNavigationLabel:e=>t.keyboardNavigationLabelProvider.getKeyboardNavigationLabel(e.element)}),enableKeyboardNavigation:t.simpleKeyboardNavigation})}((()=>this.model),r)),{tree:this})),this.model=this.createModel(e,this.view,r),d.input=this.model.onDidChangeCollapseState;const p=s.ju.forEach(this.model.onDidSplice,(e=>{this.eventBufferer.bufferEvents((()=>{this.focus.onDidModelSplice(e),this.selection.onDidModelSplice(e)}))}));if(p((()=>null),null,this.disposables),u.input=s.ju.chain(s.ju.any(p,this.focus.onDidChange,this.selection.onDidChange)).debounce((()=>null),0).map((()=>{const e=new Set;for(const t of this.focus.getNodes())e.add(t);for(const t of this.selection.getNodes())e.add(t);return[...e.values()]})).event,!1!==r.keyboardSupport){const e=s.ju.chain(this.view.onKeyDown).filter((e=>!(0,l.cK)(e.target))).map((e=>new R.y(e)));e.filter((e=>15===e.keyCode)).on(this.onLeftArrow,this,this.disposables),e.filter((e=>17===e.keyCode)).on(this.onRightArrow,this,this.disposables),e.filter((e=>10===e.keyCode)).on(this.onSpace,this,this.disposables)}if(r.keyboardNavigationLabelProvider){const e=r.keyboardNavigationDelegate||l.WK;this.typeFilterController=new re(this,this.model,this.view,g,e),this.focusNavigationFilter=e=>this.typeFilterController.shouldAllowFocus(e),this.disposables.add(this.typeFilterController)}this.styleElement=(0,n.dS)(this.view.getHTMLElement()),this.getHTMLElement().classList.toggle("always",this._options.renderIndentGuides===Y.Always)}get onDidChangeFocus(){return this.eventBufferer.wrapEvent(this.focus.onDidChange)}get onDidChangeSelection(){return this.eventBufferer.wrapEvent(this.selection.onDidChange)}get onMouseDblClick(){return s.ju.map(this.view.onMouseDblClick,se)}get onPointer(){return s.ju.map(this.view.onPointer,se)}get onDidFocus(){return this.view.onDidFocus}get onDidChangeModel(){return s.ju.signal(this.model.onDidSplice)}get onDidChangeCollapseState(){return this.model.onDidChangeCollapseState}get expandOnDoubleClick(){return void 0===this._options.expandOnDoubleClick||this._options.expandOnDoubleClick}get expandOnlyOnTwistieClick(){return void 0===this._options.expandOnlyOnTwistieClick||this._options.expandOnlyOnTwistieClick}get onDidDispose(){return this.view.onDidDispose}updateOptions(e={}){this._options=Object.assign(Object.assign({},this._options),e);for(const t of this.renderers)t.updateOptions(e);this.view.updateOptions(Object.assign(Object.assign({},this._options),{enableKeyboardNavigation:this._options.simpleKeyboardNavigation})),this.typeFilterController&&this.typeFilterController.updateOptions(this._options),this._onDidUpdateOptions.fire(this._options),this.getHTMLElement().classList.toggle("always",this._options.renderIndentGuides===Y.Always)}get options(){return this._options}getHTMLElement(){return this.view.getHTMLElement()}get scrollTop(){return this.view.scrollTop}set scrollTop(e){this.view.scrollTop=e}domFocus(){this.view.domFocus()}layout(e,t){this.view.layout(e,t)}style(e){const t=`.${this.view.domId}`,i=[];e.treeIndentGuidesStroke&&(i.push(`.monaco-list${t}:hover .monaco-tl-indent > .indent-guide, .monaco-list${t}.always .monaco-tl-indent > .indent-guide { border-color: ${e.treeIndentGuidesStroke.transparent(.4)}; }`),i.push(`.monaco-list${t} .monaco-tl-indent > .indent-guide.active { border-color: ${e.treeIndentGuidesStroke}; }`)),this.styleElement.textContent=i.join("\n"),this.view.style(e)}getParentElement(e){const t=this.model.getParentNodeLocation(e);return this.model.getNode(t).element}getFirstElementChild(e){return this.model.getFirstElementChild(e)}getNode(e){return this.model.getNode(e)}collapse(e,t=!1){return this.model.setCollapsed(e,!0,t)}expand(e,t=!1){return this.model.setCollapsed(e,!1,t)}isCollapsible(e){return this.model.isCollapsible(e)}setCollapsible(e,t){return this.model.setCollapsible(e,t)}isCollapsed(e){return this.model.isCollapsed(e)}refilter(){this._onWillRefilter.fire(void 0),this.model.refilter()}setSelection(e,t){const i=e.map((e=>this.model.getNode(e)));this.selection.set(i,t);const n=e.map((e=>this.model.getListIndex(e))).filter((e=>e>-1));this.view.setSelection(n,t,!0)}getSelection(){return this.selection.get()}setFocus(e,t){const i=e.map((e=>this.model.getNode(e)));this.focus.set(i,t);const n=e.map((e=>this.model.getListIndex(e))).filter((e=>e>-1));this.view.setFocus(n,t,!0)}focusNext(e=1,t=!1,i,n=this.focusNavigationFilter){this.view.focusNext(e,t,i,n)}getFocus(){return this.focus.get()}reveal(e,t){this.model.expandTo(e);const i=this.model.getListIndex(e);-1!==i&&this.view.reveal(i,t)}getRelativeTop(e){const t=this.model.getListIndex(e);return-1===t?null:this.view.getRelativeTop(t)}onLeftArrow(e){e.preventDefault(),e.stopPropagation();const t=this.view.getFocusedElements();if(0===t.length)return;const i=t[0],n=this.model.getNodeLocation(i);if(!this.model.setCollapsed(n,!0)){const e=this.model.getParentNodeLocation(n);if(!e)return;const t=this.model.getListIndex(e);this.view.reveal(t),this.view.setFocus([t])}}onRightArrow(e){e.preventDefault(),e.stopPropagation();const t=this.view.getFocusedElements();if(0===t.length)return;const i=t[0],n=this.model.getNodeLocation(i);if(!this.model.setCollapsed(n,!1)){if(!i.children.some((e=>e.visible)))return;const[e]=this.view.getFocus(),t=e+1;this.view.reveal(t),this.view.setFocus([t])}}onSpace(e){e.preventDefault(),e.stopPropagation();const t=this.view.getFocusedElements();if(0===t.length)return;const i=t[0],n=this.model.getNodeLocation(i),o=e.browserEvent.altKey;this.model.setCollapsed(n,void 0,o)}dispose(){(0,a.B9)(this.disposables),this.view.dispose()}}class he{constructor(e,t,i={}){this.user=e,this.rootRef=null,this.nodes=new Map,this.nodesByIdentity=new Map,this.model=new z(e,t,null,i),this.onDidSplice=this.model.onDidSplice,this.onDidChangeCollapseState=this.model.onDidChangeCollapseState,this.onDidChangeRenderNodeCount=this.model.onDidChangeRenderNodeCount,i.sorter&&(this.sorter={compare:(e,t)=>i.sorter.compare(e.element,t.element)}),this.identityProvider=i.identityProvider}setChildren(e,t=B.$.empty(),i={}){const n=this.getElementLocation(e);this._setChildren(n,this.preserveCollapseState(t),i)}_setChildren(e,t=B.$.empty(),i){const n=new Set,o=new Set;this.model.splice([...e,0],Number.MAX_VALUE,t,Object.assign(Object.assign({},i),{onDidCreateNode:e=>{var t;if(null===e.element)return;const r=e;if(n.add(r.element),this.nodes.set(r.element,r),this.identityProvider){const e=this.identityProvider.getId(r.element).toString();o.add(e),this.nodesByIdentity.set(e,r)}null===(t=i.onDidCreateNode)||void 0===t||t.call(i,r)},onDidDeleteNode:e=>{var t;if(null===e.element)return;const r=e;if(n.has(r.element)||this.nodes.delete(r.element),this.identityProvider){const e=this.identityProvider.getId(r.element).toString();o.has(e)||this.nodesByIdentity.delete(e)}null===(t=i.onDidDeleteNode)||void 0===t||t.call(i,r)}}))}preserveCollapseState(e=B.$.empty()){return this.sorter&&(e=[...e].sort(this.sorter.compare.bind(this.sorter))),B.$.map(e,(e=>{let t=this.nodes.get(e.element);if(!t&&this.identityProvider){const i=this.identityProvider.getId(e.element).toString();t=this.nodesByIdentity.get(i)}if(!t)return Object.assign(Object.assign({},e),{children:this.preserveCollapseState(e.children)});const i="boolean"==typeof e.collapsible?e.collapsible:t.collapsible,n=void 0!==e.collapsed?e.collapsed:t.collapsed;return Object.assign(Object.assign({},e),{collapsible:i,collapsed:n,children:this.preserveCollapseState(e.children)})}))}rerender(e){const t=this.getElementLocation(e);this.model.rerender(t)}getFirstElementChild(e=null){const t=this.getElementLocation(e);return this.model.getFirstElementChild(t)}has(e){return this.nodes.has(e)}getListIndex(e){const t=this.getElementLocation(e);return this.model.getListIndex(t)}getListRenderCount(e){const t=this.getElementLocation(e);return this.model.getListRenderCount(t)}isCollapsible(e){const t=this.getElementLocation(e);return this.model.isCollapsible(t)}setCollapsible(e,t){const i=this.getElementLocation(e);return this.model.setCollapsible(i,t)}isCollapsed(e){const t=this.getElementLocation(e);return this.model.isCollapsed(t)}setCollapsed(e,t,i){const n=this.getElementLocation(e);return this.model.setCollapsed(n,t,i)}expandTo(e){const t=this.getElementLocation(e);this.model.expandTo(t)}refilter(){this.model.refilter()}getNode(e=null){if(null===e)return this.model.getNode(this.model.rootRef);const t=this.nodes.get(e);if(!t)throw new M(this.user,`Tree element not found: ${e}`);return t}getNodeLocation(e){return e.element}getParentNodeLocation(e){if(null===e)throw new M(this.user,"Invalid getParentNodeLocation call");const t=this.nodes.get(e);if(!t)throw new M(this.user,`Tree element not found: ${e}`);const i=this.model.getNodeLocation(t),n=this.model.getParentNodeLocation(i);return this.model.getNode(n).element}getElementLocation(e){if(null===e)return[];const t=this.nodes.get(e);if(!t)throw new M(this.user,`Tree element not found: ${e}`);return this.model.getNodeLocation(t)}}function ge(e){return{element:{elements:[e.element],incompressible:e.incompressible||!1},children:B.$.map(B.$.from(e.children),ge),collapsible:e.collapsible,collapsed:e.collapsed}}function pe(e){const t=[e.element],i=e.incompressible||!1;let n,o;for(;[o,n]=B.$.consume(B.$.from(e.children),2),1===o.length&&!o[0].incompressible;)e=o[0],t.push(e.element);return{element:{elements:t,incompressible:i},children:B.$.map(B.$.concat(o,n),pe),collapsible:e.collapsible,collapsed:e.collapsed}}function me(e,t=0){let i;return i=tme(e,0))),0===t&&e.element.incompressible?{element:e.element.elements[t],children:i,incompressible:!0,collapsible:e.collapsible,collapsed:e.collapsed}:{element:e.element.elements[t],children:i,collapsible:e.collapsible,collapsed:e.collapsed}}function fe(e){return me(e,0)}function _e(e,t,i){return e.element===t?Object.assign(Object.assign({},e),{children:i}):Object.assign(Object.assign({},e),{children:B.$.map(B.$.from(e.children),(e=>_e(e,t,i)))})}class be{constructor(e,t,i={}){this.user=e,this.rootRef=null,this.nodes=new Map,this.model=new he(e,t,i),this.enabled=void 0===i.compressionEnabled||i.compressionEnabled,this.identityProvider=i.identityProvider}get onDidSplice(){return this.model.onDidSplice}get onDidChangeCollapseState(){return this.model.onDidChangeCollapseState}get onDidChangeRenderNodeCount(){return this.model.onDidChangeRenderNodeCount}setChildren(e,t=B.$.empty(),i){const n=i.diffIdentityProvider&&(o=i.diffIdentityProvider,{getId:e=>e.elements.map((e=>o.getId(e).toString())).join("\0")});var o;if(null===e){const e=B.$.map(t,this.enabled?pe:ge);return void this._setChildren(null,e,{diffIdentityProvider:n,diffDepth:1/0})}const r=this.nodes.get(e);if(!r)throw new Error("Unknown compressed tree node");const s=this.model.getNode(r),a=this.model.getParentNodeLocation(r),l=this.model.getNode(a),c=_e(fe(s),e,t),d=(this.enabled?pe:ge)(c),u=l.children.map((e=>e===s?d:e));this._setChildren(l.element,u,{diffIdentityProvider:n,diffDepth:s.depth-l.depth})}setCompressionEnabled(e){if(e===this.enabled)return;this.enabled=e;const t=this.model.getNode().children,i=B.$.map(t,fe),n=B.$.map(i,e?pe:ge);this._setChildren(null,n,{diffIdentityProvider:this.identityProvider,diffDepth:1/0})}_setChildren(e,t,i){const n=new Set;this.model.setChildren(e,t,Object.assign(Object.assign({},i),{onDidCreateNode:e=>{for(const t of e.element.elements)n.add(t),this.nodes.set(t,e.element)},onDidDeleteNode:e=>{for(const t of e.element.elements)n.has(t)||this.nodes.delete(t)}}))}has(e){return this.nodes.has(e)}getListIndex(e){const t=this.getCompressedNode(e);return this.model.getListIndex(t)}getListRenderCount(e){const t=this.getCompressedNode(e);return this.model.getListRenderCount(t)}getNode(e){if(void 0===e)return this.model.getNode();const t=this.getCompressedNode(e);return this.model.getNode(t)}getNodeLocation(e){const t=this.model.getNodeLocation(e);return null===t?null:t.elements[t.elements.length-1]}getParentNodeLocation(e){const t=this.getCompressedNode(e),i=this.model.getParentNodeLocation(t);return null===i?null:i.elements[i.elements.length-1]}getFirstElementChild(e){const t=this.getCompressedNode(e);return this.model.getFirstElementChild(t)}isCollapsible(e){const t=this.getCompressedNode(e);return this.model.isCollapsible(t)}setCollapsible(e,t){const i=this.getCompressedNode(e);return this.model.setCollapsible(i,t)}isCollapsed(e){const t=this.getCompressedNode(e);return this.model.isCollapsed(t)}setCollapsed(e,t,i){const n=this.getCompressedNode(e);return this.model.setCollapsed(n,t,i)}expandTo(e){const t=this.getCompressedNode(e);this.model.expandTo(t)}rerender(e){const t=this.getCompressedNode(e);this.model.rerender(t)}refilter(){this.model.refilter()}getCompressedNode(e){if(null===e)return null;const t=this.nodes.get(e);if(!t)throw new M(this.user,`Tree element not found: ${e}`);return t}}const ve=e=>e[e.length-1];class Ce{constructor(e,t){this.unwrapper=e,this.node=t}get element(){return null===this.node.element?null:this.unwrapper(this.node.element)}get children(){return this.node.children.map((e=>new Ce(this.unwrapper,e)))}get depth(){return this.node.depth}get visibleChildrenCount(){return this.node.visibleChildrenCount}get visibleChildIndex(){return this.node.visibleChildIndex}get collapsible(){return this.node.collapsible}get collapsed(){return this.node.collapsed}get visible(){return this.node.visible}get filterData(){return this.node.filterData}}class we{constructor(e,t,i={}){this.rootRef=null,this.elementMapper=i.elementMapper||ve;const n=e=>this.elementMapper(e.elements);this.nodeMapper=new O((e=>new Ce(n,e))),this.model=new be(e,function(e,t){return{splice(i,n,o){t.splice(i,n,o.map((t=>e.map(t))))},updateElementHeight(e,i){t.updateElementHeight(e,i)}}}(this.nodeMapper,t),function(e,t){return Object.assign(Object.assign({},t),{identityProvider:t.identityProvider&&{getId:i=>t.identityProvider.getId(e(i))},sorter:t.sorter&&{compare:(e,i)=>t.sorter.compare(e.elements[0],i.elements[0])},filter:t.filter&&{filter:(i,n)=>t.filter.filter(e(i),n)}})}(n,i))}get onDidSplice(){return s.ju.map(this.model.onDidSplice,(({insertedNodes:e,deletedNodes:t})=>({insertedNodes:e.map((e=>this.nodeMapper.map(e))),deletedNodes:t.map((e=>this.nodeMapper.map(e)))})))}get onDidChangeCollapseState(){return s.ju.map(this.model.onDidChangeCollapseState,(({node:e,deep:t})=>({node:this.nodeMapper.map(e),deep:t})))}get onDidChangeRenderNodeCount(){return s.ju.map(this.model.onDidChangeRenderNodeCount,(e=>this.nodeMapper.map(e)))}setChildren(e,t=B.$.empty(),i={}){this.model.setChildren(e,t,i)}setCompressionEnabled(e){this.model.setCompressionEnabled(e)}has(e){return this.model.has(e)}getListIndex(e){return this.model.getListIndex(e)}getListRenderCount(e){return this.model.getListRenderCount(e)}getNode(e){return this.nodeMapper.map(this.model.getNode(e))}getNodeLocation(e){return e.element}getParentNodeLocation(e){return this.model.getParentNodeLocation(e)}getFirstElementChild(e){const t=this.model.getFirstElementChild(e);return null==t?t:this.elementMapper(t.elements)}isCollapsible(e){return this.model.isCollapsible(e)}setCollapsible(e,t){return this.model.setCollapsible(e,t)}isCollapsed(e){return this.model.isCollapsed(e)}setCollapsed(e,t,i){return this.model.setCollapsed(e,t,i)}expandTo(e){return this.model.expandTo(e)}rerender(e){return this.model.rerender(e)}refilter(){return this.model.refilter()}getCompressedTreeNode(e=null){return this.model.getNode(e)}}var ye=i(79945);class Se extends ue{constructor(e,t,i,n,o={}){super(e,t,i,n,o),this.user=e}get onDidChangeCollapseState(){return this.model.onDidChangeCollapseState}setChildren(e,t=B.$.empty(),i){this.model.setChildren(e,t,i)}rerender(e){void 0!==e?this.model.rerender(e):this.view.rerender()}hasElement(e){return this.model.has(e)}createModel(e,t,i){return new he(e,t,i)}}class xe{constructor(e,t){this._compressedTreeNodeProvider=e,this.renderer=t,this.templateId=t.templateId,t.onDidChangeTwistieState&&(this.onDidChangeTwistieState=t.onDidChangeTwistieState)}get compressedTreeNodeProvider(){return this._compressedTreeNodeProvider()}renderTemplate(e){return{compressedTreeNode:void 0,data:this.renderer.renderTemplate(e)}}renderElement(e,t,i,n){const o=this.compressedTreeNodeProvider.getCompressedTreeNode(e.element);1===o.element.elements.length?(i.compressedTreeNode=void 0,this.renderer.renderElement(e,t,i.data,n)):(i.compressedTreeNode=o,this.renderer.renderCompressedElements(o,t,i.data,n))}disposeElement(e,t,i,n){i.compressedTreeNode?this.renderer.disposeCompressedElements&&this.renderer.disposeCompressedElements(i.compressedTreeNode,t,i.data,n):this.renderer.disposeElement&&this.renderer.disposeElement(e,t,i.data,n)}disposeTemplate(e){this.renderer.disposeTemplate(e.data)}renderTwistie(e,t){return!!this.renderer.renderTwistie&&this.renderer.renderTwistie(e,t)}}!function(e,t,i,n){var o,r=arguments.length,s=r<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,i):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,i,s):o(t,i))||s);r>3&&s&&Object.defineProperty(t,i,s)}([ye.H],xe.prototype,"compressedTreeNodeProvider",null);class ke extends Se{constructor(e,t,i,n,o={}){const r=()=>this;super(e,t,i,n.map((e=>new xe(r,e))),function(e,t){return t&&Object.assign(Object.assign({},t),{keyboardNavigationLabelProvider:t.keyboardNavigationLabelProvider&&{getKeyboardNavigationLabel(i){let n;try{n=e().getCompressedTreeNode(i)}catch(e){return t.keyboardNavigationLabelProvider.getKeyboardNavigationLabel(i)}return 1===n.element.elements.length?t.keyboardNavigationLabelProvider.getKeyboardNavigationLabel(i):t.keyboardNavigationLabelProvider.getCompressedNodeKeyboardNavigationLabel(n.element.elements)}}})}(r,o))}setChildren(e,t=B.$.empty(),i){this.model.setChildren(e,t,i)}createModel(e,t,i){return new we(e,t,i)}updateOptions(e={}){super.updateOptions(e),void 0!==e.compressionEnabled&&this.model.setCompressionEnabled(e.compressionEnabled)}getCompressedTreeNode(e=null){return this.model.getCompressedTreeNode(e)}}var Le=i(16182),Ee=i(28295),Ne=function(e,t,i,n){return new(i||(i=Promise))((function(o,r){function s(e){try{l(n.next(e))}catch(e){r(e)}}function a(e){try{l(n.throw(e))}catch(e){r(e)}}function l(e){var t;e.done?o(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(s,a)}l((n=n.apply(e,t||[])).next())}))};function De(e){return Object.assign(Object.assign({},e),{children:[],refreshPromise:void 0,stale:!0,slow:!1,collapsedByDefault:void 0})}function Ie(e,t){return!!t.parent&&(t.parent===e||Ie(e,t.parent))}class Te{constructor(e){this.node=e}get element(){return this.node.element.element}get children(){return this.node.children.map((e=>new Te(e)))}get depth(){return this.node.depth}get visibleChildrenCount(){return this.node.visibleChildrenCount}get visibleChildIndex(){return this.node.visibleChildIndex}get collapsible(){return this.node.collapsible}get collapsed(){return this.node.collapsed}get visible(){return this.node.visible}get filterData(){return this.node.filterData}}class Ae{constructor(e,t,i){this.renderer=e,this.nodeMapper=t,this.onDidChangeTwistieState=i,this.renderedNodes=new Map,this.templateId=e.templateId}renderTemplate(e){return{templateData:this.renderer.renderTemplate(e)}}renderElement(e,t,i,n){this.renderer.renderElement(this.nodeMapper.map(e),t,i.templateData,n)}renderTwistie(e,t){return e.slow?(t.classList.add(...$.lA.treeItemLoading.classNamesArray),!0):(t.classList.remove(...$.lA.treeItemLoading.classNamesArray),!1)}disposeElement(e,t,i,n){this.renderer.disposeElement&&this.renderer.disposeElement(this.nodeMapper.map(e),t,i.templateData,n)}disposeTemplate(e){this.renderer.disposeTemplate(e.templateData)}dispose(){this.renderedNodes.clear()}}function Re(e){return{browserEvent:e.browserEvent,elements:e.elements.map((e=>e.element))}}function Me(e){return{browserEvent:e.browserEvent,element:e.element&&e.element.element,target:e.target}}class Oe extends I.kX{constructor(e){super(e.elements.map((e=>e.element))),this.data=e}}function Pe(e){return e instanceof I.kX?new Oe(e):e}class Fe{constructor(e){this.dnd=e}getDragURI(e){return this.dnd.getDragURI(e.element)}getDragLabel(e,t){if(this.dnd.getDragLabel)return this.dnd.getDragLabel(e.map((e=>e.element)),t)}onDragStart(e,t){this.dnd.onDragStart&&this.dnd.onDragStart(Pe(e),t)}onDragOver(e,t,i,n,o=!0){return this.dnd.onDragOver(Pe(e),t&&t.element,i,n)}drop(e,t,i,n){this.dnd.drop(Pe(e),t&&t.element,i,n)}onDragEnd(e){this.dnd.onDragEnd&&this.dnd.onDragEnd(e)}}function Be(e){return e&&Object.assign(Object.assign({},e),{collapseByDefault:!0,identityProvider:e.identityProvider&&{getId:t=>e.identityProvider.getId(t.element)},dnd:e.dnd&&new Fe(e.dnd),multipleSelectionController:e.multipleSelectionController&&{isSelectionSingleChangeEvent:t=>e.multipleSelectionController.isSelectionSingleChangeEvent(Object.assign(Object.assign({},t),{element:t.element})),isSelectionRangeChangeEvent:t=>e.multipleSelectionController.isSelectionRangeChangeEvent(Object.assign(Object.assign({},t),{element:t.element}))},accessibilityProvider:e.accessibilityProvider&&Object.assign(Object.assign({},e.accessibilityProvider),{getPosInSet:void 0,getSetSize:void 0,getRole:e.accessibilityProvider.getRole?t=>e.accessibilityProvider.getRole(t.element):()=>"treeitem",isChecked:e.accessibilityProvider.isChecked?t=>{var i;return!!(null===(i=e.accessibilityProvider)||void 0===i?void 0:i.isChecked(t.element))}:void 0,getAriaLabel:t=>e.accessibilityProvider.getAriaLabel(t.element),getWidgetAriaLabel:()=>e.accessibilityProvider.getWidgetAriaLabel(),getWidgetRole:e.accessibilityProvider.getWidgetRole?()=>e.accessibilityProvider.getWidgetRole():()=>"tree",getAriaLevel:e.accessibilityProvider.getAriaLevel&&(t=>e.accessibilityProvider.getAriaLevel(t.element)),getActiveDescendantId:e.accessibilityProvider.getActiveDescendantId&&(t=>e.accessibilityProvider.getActiveDescendantId(t.element))}),filter:e.filter&&{filter:(t,i)=>e.filter.filter(t.element,i)},keyboardNavigationLabelProvider:e.keyboardNavigationLabelProvider&&Object.assign(Object.assign({},e.keyboardNavigationLabelProvider),{getKeyboardNavigationLabel:t=>e.keyboardNavigationLabelProvider.getKeyboardNavigationLabel(t.element)}),sorter:void 0,expandOnlyOnTwistieClick:void 0===e.expandOnlyOnTwistieClick?void 0:"function"!=typeof e.expandOnlyOnTwistieClick?e.expandOnlyOnTwistieClick:t=>e.expandOnlyOnTwistieClick(t.element),additionalScrollHeight:e.additionalScrollHeight})}function We(e,t){t(e),e.children.forEach((e=>We(e,t)))}class Ve{constructor(e,t,i,n,o,r={}){this.user=e,this.dataSource=o,this.nodes=new Map,this.subTreeRefreshPromises=new Map,this.refreshPromises=new Map,this._onDidRender=new s.Q5,this._onDidChangeNodeSlowState=new s.Q5,this.nodeMapper=new O((e=>new Te(e))),this.disposables=new a.SL,this.identityProvider=r.identityProvider,this.autoExpandSingleChildren=void 0!==r.autoExpandSingleChildren&&r.autoExpandSingleChildren,this.sorter=r.sorter,this.collapseByDefault=r.collapseByDefault,this.tree=this.createTree(e,t,i,n,r),this.root=De({element:void 0,parent:null,hasChildren:!0}),this.identityProvider&&(this.root=Object.assign(Object.assign({},this.root),{id:null})),this.nodes.set(null,this.root),this.tree.onDidChangeCollapseState(this._onDidChangeCollapseState,this,this.disposables)}get onDidChangeFocus(){return s.ju.map(this.tree.onDidChangeFocus,Re)}get onDidChangeSelection(){return s.ju.map(this.tree.onDidChangeSelection,Re)}get onMouseDblClick(){return s.ju.map(this.tree.onMouseDblClick,Me)}get onPointer(){return s.ju.map(this.tree.onPointer,Me)}get onDidFocus(){return this.tree.onDidFocus}get onDidChangeModel(){return this.tree.onDidChangeModel}get onDidChangeCollapseState(){return this.tree.onDidChangeCollapseState}get onDidDispose(){return this.tree.onDidDispose}createTree(e,t,i,n,o){const r=new te(i),s=n.map((e=>new Ae(e,this.nodeMapper,this._onDidChangeNodeSlowState.event))),a=Be(o)||{};return new Se(e,t,r,s,a)}updateOptions(e={}){this.tree.updateOptions(e)}getHTMLElement(){return this.tree.getHTMLElement()}get scrollTop(){return this.tree.scrollTop}set scrollTop(e){this.tree.scrollTop=e}domFocus(){this.tree.domFocus()}layout(e,t){this.tree.layout(e,t)}style(e){this.tree.style(e)}getInput(){return this.root.element}setInput(e,t){return Ne(this,void 0,void 0,(function*(){this.refreshPromises.forEach((e=>e.cancel())),this.refreshPromises.clear(),this.root.element=e;const i=t&&{viewState:t,focus:[],selection:[]};yield this._updateChildren(e,!0,!1,i),i&&(this.tree.setFocus(i.focus),this.tree.setSelection(i.selection)),t&&"number"==typeof t.scrollTop&&(this.scrollTop=t.scrollTop)}))}_updateChildren(e=this.root.element,t=!0,i=!1,n,o){return Ne(this,void 0,void 0,(function*(){if(void 0===this.root.element)throw new M(this.user,"Tree input not set");this.root.refreshPromise&&(yield this.root.refreshPromise,yield s.ju.toPromise(this._onDidRender.event));const r=this.getDataNode(e);if(yield this.refreshAndRenderNode(r,t,n,o),i)try{this.tree.rerender(r)}catch(e){}}))}rerender(e){if(void 0===e||e===this.root.element)return void this.tree.rerender();const t=this.getDataNode(e);this.tree.rerender(t)}getNode(e=this.root.element){const t=this.getDataNode(e),i=this.tree.getNode(t===this.root?null:t);return this.nodeMapper.map(i)}collapse(e,t=!1){const i=this.getDataNode(e);return this.tree.collapse(i===this.root?null:i,t)}expand(e,t=!1){return Ne(this,void 0,void 0,(function*(){if(void 0===this.root.element)throw new M(this.user,"Tree input not set");this.root.refreshPromise&&(yield this.root.refreshPromise,yield s.ju.toPromise(this._onDidRender.event));const i=this.getDataNode(e);if(this.tree.hasElement(i)&&!this.tree.isCollapsible(i))return!1;if(i.refreshPromise&&(yield this.root.refreshPromise,yield s.ju.toPromise(this._onDidRender.event)),i!==this.root&&!i.refreshPromise&&!this.tree.isCollapsed(i))return!1;const n=this.tree.expand(i===this.root?null:i,t);return i.refreshPromise&&(yield this.root.refreshPromise,yield s.ju.toPromise(this._onDidRender.event)),n}))}setSelection(e,t){const i=e.map((e=>this.getDataNode(e)));this.tree.setSelection(i,t)}getSelection(){return this.tree.getSelection().map((e=>e.element))}setFocus(e,t){const i=e.map((e=>this.getDataNode(e)));this.tree.setFocus(i,t)}getFocus(){return this.tree.getFocus().map((e=>e.element))}reveal(e,t){this.tree.reveal(this.getDataNode(e),t)}getParentElement(e){const t=this.tree.getParentElement(this.getDataNode(e));return t&&t.element}getFirstElementChild(e=this.root.element){const t=this.getDataNode(e),i=this.tree.getFirstElementChild(t===this.root?null:t);return i&&i.element}getDataNode(e){const t=this.nodes.get(e===this.root.element?null:e);if(!t)throw new M(this.user,`Data tree node not found: ${e}`);return t}refreshAndRenderNode(e,t,i,n){return Ne(this,void 0,void 0,(function*(){yield this.refreshNode(e,t,i),this.render(e,i,n)}))}refreshNode(e,t,i){return Ne(this,void 0,void 0,(function*(){let n;return this.subTreeRefreshPromises.forEach(((o,r)=>{!n&&function(e,t){return e===t||Ie(e,t)||Ie(t,e)}(r,e)&&(n=o.then((()=>this.refreshNode(e,t,i))))})),n||this.doRefreshSubTree(e,t,i)}))}doRefreshSubTree(e,t,i){return Ne(this,void 0,void 0,(function*(){let n;e.refreshPromise=new Promise((e=>n=e)),this.subTreeRefreshPromises.set(e,e.refreshPromise),e.refreshPromise.finally((()=>{e.refreshPromise=void 0,this.subTreeRefreshPromises.delete(e)}));try{const o=yield this.doRefreshNode(e,t,i);e.stale=!1,yield P.jT.settled(o.map((e=>this.doRefreshSubTree(e,t,i))))}finally{n()}}))}doRefreshNode(e,t,i){return Ne(this,void 0,void 0,(function*(){let n;if(e.hasChildren=!!this.dataSource.hasChildren(e.element),e.hasChildren){const t=this.doGetChildren(e);if((0,Ee.TW)(t))n=Promise.resolve(t);else{const i=(0,P.Vs)(800);i.then((()=>{e.slow=!0,this._onDidChangeNodeSlowState.fire(e)}),(e=>null)),n=t.finally((()=>i.cancel()))}}else n=Promise.resolve(B.$.empty());try{const o=yield n;return this.setChildren(e,o,t,i)}catch(t){if(e!==this.root&&this.tree.hasElement(e)&&this.tree.collapse(e),(0,Le.n2)(t))return[];throw t}finally{e.slow&&(e.slow=!1,this._onDidChangeNodeSlowState.fire(e))}}))}doGetChildren(e){let t=this.refreshPromises.get(e);if(t)return t;const i=this.dataSource.getChildren(e.element);return(0,Ee.TW)(i)?this.processChildren(i):(t=(0,P.PG)((()=>Ne(this,void 0,void 0,(function*(){return this.processChildren(yield i)})))),this.refreshPromises.set(e,t),t.finally((()=>{this.refreshPromises.delete(e)})))}_onDidChangeCollapseState({node:e,deep:t}){null!==e.element&&!e.collapsed&&e.element.stale&&(t?this.collapse(e.element.element):this.refreshAndRenderNode(e.element,!1).catch(Le.dL))}setChildren(e,t,i,n){const o=[...t];if(0===e.children.length&&0===o.length)return[];const r=new Map,s=new Map;for(const t of e.children)if(r.set(t.element,t),this.identityProvider){const e=this.tree.isCollapsed(t);s.set(t.id,{node:t,collapsed:e})}const a=[],l=o.map((t=>{const o=!!this.dataSource.hasChildren(t);if(!this.identityProvider){const i=De({element:t,parent:e,hasChildren:o});return o&&this.collapseByDefault&&!this.collapseByDefault(t)&&(i.collapsedByDefault=!1,a.push(i)),i}const l=this.identityProvider.getId(t).toString(),c=s.get(l);if(c){const e=c.node;return r.delete(e.element),this.nodes.delete(e.element),this.nodes.set(t,e),e.element=t,e.hasChildren=o,i?c.collapsed?(e.children.forEach((e=>We(e,(e=>this.nodes.delete(e.element))))),e.children.splice(0,e.children.length),e.stale=!0):a.push(e):o&&this.collapseByDefault&&!this.collapseByDefault(t)&&(e.collapsedByDefault=!1,a.push(e)),e}const d=De({element:t,parent:e,id:l,hasChildren:o});return n&&n.viewState.focus&&n.viewState.focus.indexOf(l)>-1&&n.focus.push(d),n&&n.viewState.selection&&n.viewState.selection.indexOf(l)>-1&&n.selection.push(d),n&&n.viewState.expanded&&n.viewState.expanded.indexOf(l)>-1?a.push(d):o&&this.collapseByDefault&&!this.collapseByDefault(t)&&(d.collapsedByDefault=!1,a.push(d)),d}));for(const e of r.values())We(e,(e=>this.nodes.delete(e.element)));for(const e of l)this.nodes.set(e.element,e);return e.children.splice(0,e.children.length,...l),e!==this.root&&this.autoExpandSingleChildren&&1===l.length&&0===a.length&&(l[0].collapsedByDefault=!1,a.push(l[0])),a}render(e,t,i){const n=e.children.map((e=>this.asTreeElement(e,t))),o=i&&Object.assign(Object.assign({},i),{diffIdentityProvider:i.diffIdentityProvider&&{getId:e=>i.diffIdentityProvider.getId(e.element)}});this.tree.setChildren(e===this.root?null:e,n,o),e!==this.root&&this.tree.setCollapsible(e,e.hasChildren),this._onDidRender.fire()}asTreeElement(e,t){if(e.stale)return{element:e,collapsible:e.hasChildren,collapsed:!0};let i;return i=!(t&&t.viewState.expanded&&e.id&&t.viewState.expanded.indexOf(e.id)>-1)&&e.collapsedByDefault,e.collapsedByDefault=void 0,{element:e,children:e.hasChildren?B.$.map(e.children,(e=>this.asTreeElement(e,t))):[],collapsible:e.hasChildren,collapsed:i}}processChildren(e){return this.sorter&&(e=[...e].sort(this.sorter.compare.bind(this.sorter))),e}dispose(){this.disposables.dispose()}}class He{constructor(e){this.node=e}get element(){return{elements:this.node.element.elements.map((e=>e.element)),incompressible:this.node.element.incompressible}}get children(){return this.node.children.map((e=>new He(e)))}get depth(){return this.node.depth}get visibleChildrenCount(){return this.node.visibleChildrenCount}get visibleChildIndex(){return this.node.visibleChildIndex}get collapsible(){return this.node.collapsible}get collapsed(){return this.node.collapsed}get visible(){return this.node.visible}get filterData(){return this.node.filterData}}class ze{constructor(e,t,i,n){this.renderer=e,this.nodeMapper=t,this.compressibleNodeMapperProvider=i,this.onDidChangeTwistieState=n,this.renderedNodes=new Map,this.disposables=[],this.templateId=e.templateId}renderTemplate(e){return{templateData:this.renderer.renderTemplate(e)}}renderElement(e,t,i,n){this.renderer.renderElement(this.nodeMapper.map(e),t,i.templateData,n)}renderCompressedElements(e,t,i,n){this.renderer.renderCompressedElements(this.compressibleNodeMapperProvider().map(e),t,i.templateData,n)}renderTwistie(e,t){return e.slow?(t.classList.add(...$.lA.treeItemLoading.classNamesArray),!0):(t.classList.remove(...$.lA.treeItemLoading.classNamesArray),!1)}disposeElement(e,t,i,n){this.renderer.disposeElement&&this.renderer.disposeElement(this.nodeMapper.map(e),t,i.templateData,n)}disposeCompressedElements(e,t,i,n){this.renderer.disposeCompressedElements&&this.renderer.disposeCompressedElements(this.compressibleNodeMapperProvider().map(e),t,i.templateData,n)}disposeTemplate(e){this.renderer.disposeTemplate(e.templateData)}dispose(){this.renderedNodes.clear(),this.disposables=(0,a.B9)(this.disposables)}}class $e extends Ve{constructor(e,t,i,n,o,r,s={}){super(e,t,i,o,r,s),this.compressionDelegate=n,this.compressibleNodeMapper=new O((e=>new He(e))),this.filter=s.filter}createTree(e,t,i,n,o){const r=new te(i),s=n.map((e=>new ze(e,this.nodeMapper,(()=>this.compressibleNodeMapper),this._onDidChangeNodeSlowState.event))),a=function(e){const t=e&&Be(e);return t&&Object.assign(Object.assign({},t),{keyboardNavigationLabelProvider:t.keyboardNavigationLabelProvider&&Object.assign(Object.assign({},t.keyboardNavigationLabelProvider),{getCompressedNodeKeyboardNavigationLabel:t=>e.keyboardNavigationLabelProvider.getCompressedNodeKeyboardNavigationLabel(t.map((e=>e.element)))})})}(o)||{};return new ke(e,t,r,s,a)}asTreeElement(e,t){return Object.assign({incompressible:this.compressionDelegate.isIncompressible(e.element)},super.asTreeElement(e,t))}updateOptions(e={}){this.tree.updateOptions(e)}render(e,t){if(!this.identityProvider)return super.render(e,t);const i=e=>this.identityProvider.getId(e).toString(),n=e=>{const t=new Set;for(const n of e){const e=this.tree.getCompressedTreeNode(n===this.root?null:n);if(e.element)for(const n of e.element.elements)t.add(i(n.element))}return t},o=n(this.tree.getSelection()),r=n(this.tree.getFocus());super.render(e,t);const s=this.getSelection();let a=!1;const l=this.getFocus();let c=!1;const d=e=>{const t=e.element;if(t)for(let e=0;e{const t="boolean"==typeof(i=this.filter.filter(e,1))?i?1:0:W(i)?V(i.visibility):V(i);var i;if(2===t)throw new Error("Recursive tree visibility not supported in async data compressed trees");return 1===t}))),super.processChildren(e)}}class Ue extends ue{constructor(e,t,i,n,o,r={}){super(e,t,i,n,r),this.user=e,this.dataSource=o,this.identityProvider=r.identityProvider}createModel(e,t,i){return new he(e,t,i)}}var je=i(33060),Ke=i(40539),qe=i(97618),Ge=i(60393),Ze=i(61263),Ye=i(12260),Qe=i(67517),Xe=i(73403),Je=i(64348),et=i(81585),tt=function(e,t,i,n){var o,r=arguments.length,s=r<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,i):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,i,n);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,i,s):o(t,i))||s);return r>3&&s&&Object.defineProperty(t,i,s),s},it=function(e,t){return function(i,n){t(i,n,e)}};const nt=(0,Ye.yh)("listService");let ot=class{constructor(e){this._themeService=e,this.disposables=new a.SL,this.lists=[],this._lastFocusedWidget=void 0,this._hasCreatedStyleController=!1}get lastFocusedList(){return this._lastFocusedWidget}setLastFocusedList(e){var t,i;e!==this._lastFocusedWidget&&(null===(t=this._lastFocusedWidget)||void 0===t||t.getHTMLElement().classList.remove("last-focused"),this._lastFocusedWidget=e,null===(i=this._lastFocusedWidget)||void 0===i||i.getHTMLElement().classList.add("last-focused"))}register(e,t){if(!this._hasCreatedStyleController){this._hasCreatedStyleController=!0;const e=new l.wD((0,n.dS)(),"");this.disposables.add((0,Je.Jl)(e,this._themeService))}if(this.lists.some((t=>t.widget===e)))throw new Error("Cannot register the same widget multiple times");const i={widget:e,extraContextKeys:t};return this.lists.push(i),e.getHTMLElement()===document.activeElement&&this.setLastFocusedList(e),(0,a.F8)(e.onDidFocus((()=>this.setLastFocusedList(e))),(0,a.OF)((()=>this.lists.splice(this.lists.indexOf(i),1))),e.onDidDispose((()=>{this.lists=this.lists.filter((e=>e!==i)),this._lastFocusedWidget===e&&this.setLastFocusedList(void 0)})))}dispose(){this.disposables.dispose()}};ot=tt([it(0,et.XE)],ot);const rt=new Ge.uy("listFocus",!0),st=new Ge.uy("listSupportsMultiselect",!0),at=Ge.Ao.and(rt,Ge.Ao.not(Ze.d0)),lt=new Ge.uy("listHasSelectionOrFocus",!1),ct=new Ge.uy("listDoubleSelection",!1),dt=new Ge.uy("listMultiSelection",!1),ut=new Ge.uy("listSelectionNavigation",!1),ht=new Ge.uy("treeElementCanCollapse",!1),gt=new Ge.uy("treeElementHasParent",!1),pt=new Ge.uy("treeElementCanExpand",!1),mt=new Ge.uy("treeElementHasChild",!1),ft="listAutomaticKeyboardNavigation";function _t(e,t){const i=e.createScoped(t.getHTMLElement());return rt.bindTo(i),i}const bt="workbench.list.multiSelectModifier",vt="workbench.list.openMode",Ct="workbench.list.horizontalScrolling",wt="workbench.list.keyboardNavigation",yt="workbench.list.automaticKeyboardNavigation",St="workbench.tree.indent",xt="workbench.tree.renderIndentGuides",kt="workbench.list.smoothScrolling",Lt="workbench.list.mouseWheelScrollSensitivity",Et="workbench.list.fastScrollSensitivity",Nt="workbench.tree.expandMode";function Dt(e){return"alt"===e.getValue(bt)}class It extends a.JT{constructor(e){super(),this.configurationService=e,this.useAltAsMultipleSelectionModifier=Dt(e),this.registerListeners()}registerListeners(){this._register(this.configurationService.onDidChangeConfiguration((e=>{e.affectsConfiguration(bt)&&(this.useAltAsMultipleSelectionModifier=Dt(this.configurationService))})))}isSelectionSingleChangeEvent(e){return this.useAltAsMultipleSelectionModifier?e.browserEvent.altKey:(0,l.Zo)(e)}isSelectionRangeChangeEvent(e){return(0,l.wn)(e)}}function Tt(e,t,i){var n;const o=new a.SL;return[Object.assign(Object.assign({},e),{keyboardNavigationDelegate:{mightProducePrintableCharacter:e=>i.mightProducePrintableCharacter(e)},smoothScrolling:Boolean(t.getValue(kt)),mouseWheelScrollSensitivity:t.getValue(Lt),fastScrollSensitivity:t.getValue(Et),multipleSelectionController:null!==(n=e.multipleSelectionController)&&void 0!==n?n:o.add(new It(t))}),o]}let At=class extends l.aV{constructor(e,t,i,n,o,r,s,a,l,c){const d=void 0!==o.horizontalScrolling?o.horizontalScrolling:Boolean(l.getValue(Ct)),[u,h]=Tt(o,l,c);super(e,t,i,n,Object.assign(Object.assign(Object.assign({keyboardSupport:!1},(0,Je.o)(a.getColorTheme(),Je.O2)),u),{horizontalScrolling:d})),this.disposables.add(h),this.contextKeyService=_t(r,this),this.themeService=a,this.listSupportsMultiSelect=st.bindTo(this.contextKeyService),this.listSupportsMultiSelect.set(!1!==o.multipleSelectionSupport),ut.bindTo(this.contextKeyService).set(Boolean(o.selectionNavigation)),this.listHasSelectionOrFocus=lt.bindTo(this.contextKeyService),this.listDoubleSelection=ct.bindTo(this.contextKeyService),this.listMultiSelection=dt.bindTo(this.contextKeyService),this.horizontalScrolling=o.horizontalScrolling,this._useAltAsMultipleSelectionModifier=Dt(l),this.disposables.add(this.contextKeyService),this.disposables.add(s.register(this)),o.overrideStyles&&this.updateStyles(o.overrideStyles),this.disposables.add(this.onDidChangeSelection((()=>{const e=this.getSelection(),t=this.getFocus();this.contextKeyService.bufferChangeEvents((()=>{this.listHasSelectionOrFocus.set(e.length>0||t.length>0),this.listMultiSelection.set(e.length>1),this.listDoubleSelection.set(2===e.length)}))}))),this.disposables.add(this.onDidChangeFocus((()=>{const e=this.getSelection(),t=this.getFocus();this.listHasSelectionOrFocus.set(e.length>0||t.length>0)}))),this.disposables.add(l.onDidChangeConfiguration((e=>{e.affectsConfiguration(bt)&&(this._useAltAsMultipleSelectionModifier=Dt(l));let t={};if(e.affectsConfiguration(Ct)&&void 0===this.horizontalScrolling){const e=Boolean(l.getValue(Ct));t=Object.assign(Object.assign({},t),{horizontalScrolling:e})}if(e.affectsConfiguration(kt)){const e=Boolean(l.getValue(kt));t=Object.assign(Object.assign({},t),{smoothScrolling:e})}if(e.affectsConfiguration(Lt)){const e=l.getValue(Lt);t=Object.assign(Object.assign({},t),{mouseWheelScrollSensitivity:e})}if(e.affectsConfiguration(Et)){const e=l.getValue(Et);t=Object.assign(Object.assign({},t),{fastScrollSensitivity:e})}Object.keys(t).length>0&&this.updateOptions(t)}))),this.navigator=new Pt(this,Object.assign({configurationService:l},o)),this.disposables.add(this.navigator)}updateOptions(e){super.updateOptions(e),e.overrideStyles&&this.updateStyles(e.overrideStyles),void 0!==e.multipleSelectionSupport&&this.listSupportsMultiSelect.set(!!e.multipleSelectionSupport)}updateStyles(e){var t;null===(t=this._styler)||void 0===t||t.dispose(),this._styler=(0,Je.Jl)(this,this.themeService,e)}dispose(){var e;null===(e=this._styler)||void 0===e||e.dispose(),super.dispose()}};At=tt([it(5,Ge.i6),it(6,nt),it(7,et.XE),it(8,Ke.Ui),it(9,Qe.d)],At);let Rt=class extends class{constructor(e,t,i,n,o={}){const r=()=>this.model,s=n.map((e=>new c(e,r)));this.list=new l.aV(e,t,i,s,function(e,t){return Object.assign(Object.assign({},t),{accessibilityProvider:t.accessibilityProvider&&new d(e,t.accessibilityProvider)})}(r,o))}updateOptions(e){this.list.updateOptions(e)}getHTMLElement(){return this.list.getHTMLElement()}get onDidFocus(){return this.list.onDidFocus}get onDidDispose(){return this.list.onDidDispose}get onMouseDblClick(){return s.ju.map(this.list.onMouseDblClick,(({element:e,index:t,browserEvent:i})=>({element:void 0===e?void 0:this._model.get(e),index:t,browserEvent:i})))}get onPointer(){return s.ju.map(this.list.onPointer,(({element:e,index:t,browserEvent:i})=>({element:void 0===e?void 0:this._model.get(e),index:t,browserEvent:i})))}get onDidChangeSelection(){return s.ju.map(this.list.onDidChangeSelection,(({elements:e,indexes:t,browserEvent:i})=>({elements:e.map((e=>this._model.get(e))),indexes:t,browserEvent:i})))}get model(){return this._model}set model(e){this._model=e,this.list.splice(0,this.list.length,(0,o.w6)(e.length))}getFocus(){return this.list.getFocus()}getSelection(){return this.list.getSelection()}getSelectedElements(){return this.getSelection().map((e=>this.model.get(e)))}style(e){this.list.style(e)}dispose(){this.list.dispose()}}{constructor(e,t,i,n,o,r,s,l,c,d){const u=void 0!==o.horizontalScrolling?o.horizontalScrolling:Boolean(c.getValue(Ct)),[h,g]=Tt(o,c,d);super(e,t,i,n,Object.assign(Object.assign(Object.assign({keyboardSupport:!1},(0,Je.o)(l.getColorTheme(),Je.O2)),h),{horizontalScrolling:u})),this.disposables=new a.SL,this.disposables.add(g),this.contextKeyService=_t(r,this),this.themeService=l,this.horizontalScrolling=o.horizontalScrolling,this.listSupportsMultiSelect=st.bindTo(this.contextKeyService),this.listSupportsMultiSelect.set(!1!==o.multipleSelectionSupport),ut.bindTo(this.contextKeyService).set(Boolean(o.selectionNavigation)),this._useAltAsMultipleSelectionModifier=Dt(c),this.disposables.add(this.contextKeyService),this.disposables.add(s.register(this)),o.overrideStyles&&this.updateStyles(o.overrideStyles),o.overrideStyles&&this.disposables.add((0,Je.Jl)(this,l,o.overrideStyles)),this.disposables.add(c.onDidChangeConfiguration((e=>{e.affectsConfiguration(bt)&&(this._useAltAsMultipleSelectionModifier=Dt(c));let t={};if(e.affectsConfiguration(Ct)&&void 0===this.horizontalScrolling){const e=Boolean(c.getValue(Ct));t=Object.assign(Object.assign({},t),{horizontalScrolling:e})}if(e.affectsConfiguration(kt)){const e=Boolean(c.getValue(kt));t=Object.assign(Object.assign({},t),{smoothScrolling:e})}if(e.affectsConfiguration(Lt)){const e=c.getValue(Lt);t=Object.assign(Object.assign({},t),{mouseWheelScrollSensitivity:e})}if(e.affectsConfiguration(Et)){const e=c.getValue(Et);t=Object.assign(Object.assign({},t),{fastScrollSensitivity:e})}Object.keys(t).length>0&&this.updateOptions(t)}))),this.navigator=new Pt(this,Object.assign({configurationService:c},o)),this.disposables.add(this.navigator)}updateOptions(e){super.updateOptions(e),e.overrideStyles&&this.updateStyles(e.overrideStyles),void 0!==e.multipleSelectionSupport&&this.listSupportsMultiSelect.set(!!e.multipleSelectionSupport)}updateStyles(e){var t;null===(t=this._styler)||void 0===t||t.dispose(),this._styler=(0,Je.Jl)(this,this.themeService,e)}dispose(){var e;null===(e=this._styler)||void 0===e||e.dispose(),this.disposables.dispose(),super.dispose()}};Rt=tt([it(5,Ge.i6),it(6,nt),it(7,et.XE),it(8,Ke.Ui),it(9,Qe.d)],Rt);let Mt=class extends N{constructor(e,t,i,n,o,r,s,a,l,c,d){const u=void 0!==r.horizontalScrolling?r.horizontalScrolling:Boolean(c.getValue(Ct)),[h,g]=Tt(r,c,d);super(e,t,i,n,o,Object.assign(Object.assign(Object.assign({keyboardSupport:!1},(0,Je.o)(l.getColorTheme(),Je.O2)),h),{horizontalScrolling:u})),this.disposables.add(g),this.contextKeyService=_t(s,this),this.themeService=l,this.listSupportsMultiSelect=st.bindTo(this.contextKeyService),this.listSupportsMultiSelect.set(!1!==r.multipleSelectionSupport),ut.bindTo(this.contextKeyService).set(Boolean(r.selectionNavigation)),this.listHasSelectionOrFocus=lt.bindTo(this.contextKeyService),this.listDoubleSelection=ct.bindTo(this.contextKeyService),this.listMultiSelection=dt.bindTo(this.contextKeyService),this.horizontalScrolling=r.horizontalScrolling,this._useAltAsMultipleSelectionModifier=Dt(c),this.disposables.add(this.contextKeyService),this.disposables.add(a.register(this)),r.overrideStyles&&this.updateStyles(r.overrideStyles),this.disposables.add(this.onDidChangeSelection((()=>{const e=this.getSelection(),t=this.getFocus();this.contextKeyService.bufferChangeEvents((()=>{this.listHasSelectionOrFocus.set(e.length>0||t.length>0),this.listMultiSelection.set(e.length>1),this.listDoubleSelection.set(2===e.length)}))}))),this.disposables.add(this.onDidChangeFocus((()=>{const e=this.getSelection(),t=this.getFocus();this.listHasSelectionOrFocus.set(e.length>0||t.length>0)}))),this.disposables.add(c.onDidChangeConfiguration((e=>{e.affectsConfiguration(bt)&&(this._useAltAsMultipleSelectionModifier=Dt(c));let t={};if(e.affectsConfiguration(Ct)&&void 0===this.horizontalScrolling){const e=Boolean(c.getValue(Ct));t=Object.assign(Object.assign({},t),{horizontalScrolling:e})}if(e.affectsConfiguration(kt)){const e=Boolean(c.getValue(kt));t=Object.assign(Object.assign({},t),{smoothScrolling:e})}if(e.affectsConfiguration(Lt)){const e=c.getValue(Lt);t=Object.assign(Object.assign({},t),{mouseWheelScrollSensitivity:e})}if(e.affectsConfiguration(Et)){const e=c.getValue(Et);t=Object.assign(Object.assign({},t),{fastScrollSensitivity:e})}Object.keys(t).length>0&&this.updateOptions(t)}))),this.navigator=new Ft(this,Object.assign({configurationService:c},r)),this.disposables.add(this.navigator)}updateOptions(e){super.updateOptions(e),e.overrideStyles&&this.updateStyles(e.overrideStyles),void 0!==e.multipleSelectionSupport&&this.listSupportsMultiSelect.set(!!e.multipleSelectionSupport)}updateStyles(e){var t;null===(t=this._styler)||void 0===t||t.dispose(),this._styler=(0,Je.Jl)(this,this.themeService,e)}dispose(){var e;null===(e=this._styler)||void 0===e||e.dispose(),this.disposables.dispose(),super.dispose()}};Mt=tt([it(6,Ge.i6),it(7,nt),it(8,et.XE),it(9,Ke.Ui),it(10,Qe.d)],Mt);class Ot extends a.JT{constructor(e,t){var i;super(),this.widget=e,this._onDidOpen=this._register(new s.Q5),this.onDidOpen=this._onDidOpen.event,this._register(s.ju.filter(this.widget.onDidChangeSelection,(e=>e.browserEvent instanceof KeyboardEvent))((e=>this.onSelectionFromKeyboard(e)))),this._register(this.widget.onPointer((e=>this.onPointer(e.element,e.browserEvent)))),this._register(this.widget.onMouseDblClick((e=>this.onMouseDblClick(e.element,e.browserEvent)))),"boolean"!=typeof(null==t?void 0:t.openOnSingleClick)&&(null==t?void 0:t.configurationService)?(this.openOnSingleClick="doubleClick"!==(null==t?void 0:t.configurationService.getValue(vt)),this._register(null==t?void 0:t.configurationService.onDidChangeConfiguration((()=>{this.openOnSingleClick="doubleClick"!==(null==t?void 0:t.configurationService.getValue(vt))})))):this.openOnSingleClick=null===(i=null==t?void 0:t.openOnSingleClick)||void 0===i||i}onSelectionFromKeyboard(e){if(1!==e.elements.length)return;const t=e.browserEvent,i="boolean"!=typeof t.preserveFocus||t.preserveFocus,n="boolean"==typeof t.pinned?t.pinned:!i;this._open(this.getSelectedElement(),i,n,!1,e.browserEvent)}onPointer(e,t){if(!this.openOnSingleClick)return;if(2===t.detail)return;const i=1===t.button,n=t.ctrlKey||t.metaKey||t.altKey;this._open(e,!0,i,n,t)}onMouseDblClick(e,t){if(!t)return;const i=t.target;if(i.classList.contains("monaco-tl-twistie")||i.classList.contains("monaco-icon-label")&&i.classList.contains("folder-icon")&&t.offsetX<16)return;const n=t.ctrlKey||t.metaKey||t.altKey;this._open(e,!1,!0,n,t)}_open(e,t,i,n,o){e&&this._onDidOpen.fire({editorOptions:{preserveFocus:t,pinned:i,revealIfVisible:!0},sideBySide:n,element:e,browserEvent:o})}}class Pt extends Ot{constructor(e,t){super(e,t),this.widget=e}getSelectedElement(){return this.widget.getSelectedElements()[0]}}class Ft extends Ot{constructor(e,t){super(e,t)}getSelectedElement(){return this.widget.getSelectedElements()[0]}}class Bt extends Ot{constructor(e,t){super(e,t)}getSelectedElement(){var e;return null!==(e=this.widget.getSelection()[0])&&void 0!==e?e:void 0}}function Wt(e,t){let i=!1;return n=>{if(n.toKeybinding().isModifierKey())return!1;if(i)return i=!1,!1;const o=t.softDispatch(n,e);return o&&o.enterChord?(i=!0,!1):(i=!1,!0)}}let Vt=class extends Se{constructor(e,t,i,n,o,r,s,a,l,c,d){const{options:u,getAutomaticKeyboardNavigation:h,disposable:g}=jt(t,o,r,l,c,d);super(e,t,i,n,u),this.disposables.add(g),this.internals=new Kt(this,o,h,o.overrideStyles,r,s,a,l,d),this.disposables.add(this.internals)}updateOptions(e){super.updateOptions(e),this.internals.updateOptions(e)}};Vt=tt([it(5,Ge.i6),it(6,nt),it(7,et.XE),it(8,Ke.Ui),it(9,Qe.d),it(10,je.F)],Vt);let Ht=class extends ke{constructor(e,t,i,n,o,r,s,a,l,c,d){const{options:u,getAutomaticKeyboardNavigation:h,disposable:g}=jt(t,o,r,l,c,d);super(e,t,i,n,u),this.disposables.add(g),this.internals=new Kt(this,o,h,o.overrideStyles,r,s,a,l,d),this.disposables.add(this.internals)}updateOptions(e={}){super.updateOptions(e),e.overrideStyles&&this.internals.updateStyleOverrides(e.overrideStyles),this.internals.updateOptions(e)}};Ht=tt([it(5,Ge.i6),it(6,nt),it(7,et.XE),it(8,Ke.Ui),it(9,Qe.d),it(10,je.F)],Ht);let zt=class extends Ue{constructor(e,t,i,n,o,r,s,a,l,c,d,u){const{options:h,getAutomaticKeyboardNavigation:g,disposable:p}=jt(t,r,s,c,d,u);super(e,t,i,n,o,h),this.disposables.add(p),this.internals=new Kt(this,r,g,r.overrideStyles,s,a,l,c,u),this.disposables.add(this.internals)}updateOptions(e={}){super.updateOptions(e),e.overrideStyles&&this.internals.updateStyleOverrides(e.overrideStyles),this.internals.updateOptions(e)}};zt=tt([it(6,Ge.i6),it(7,nt),it(8,et.XE),it(9,Ke.Ui),it(10,Qe.d),it(11,je.F)],zt);let $t=class extends Ve{constructor(e,t,i,n,o,r,s,a,l,c,d,u){const{options:h,getAutomaticKeyboardNavigation:g,disposable:p}=jt(t,r,s,c,d,u);super(e,t,i,n,o,h),this.disposables.add(p),this.internals=new Kt(this,r,g,r.overrideStyles,s,a,l,c,u),this.disposables.add(this.internals)}get onDidOpen(){return this.internals.onDidOpen}updateOptions(e={}){super.updateOptions(e),e.overrideStyles&&this.internals.updateStyleOverrides(e.overrideStyles),this.internals.updateOptions(e)}};$t=tt([it(6,Ge.i6),it(7,nt),it(8,et.XE),it(9,Ke.Ui),it(10,Qe.d),it(11,je.F)],$t);let Ut=class extends $e{constructor(e,t,i,n,o,r,s,a,l,c,d,u,h){const{options:g,getAutomaticKeyboardNavigation:p,disposable:m}=jt(t,s,a,d,u,h);super(e,t,i,n,o,r,g),this.disposables.add(m),this.internals=new Kt(this,s,p,s.overrideStyles,a,l,c,d,h),this.disposables.add(this.internals)}updateOptions(e){super.updateOptions(e),this.internals.updateOptions(e)}};function jt(e,t,i,n,o,r){var s;const a=()=>{let e=Boolean(i.getContextKeyValue(ft));return e&&(e=Boolean(n.getValue(yt))),e},l=r.isScreenReaderOptimized(),c=t.simpleKeyboardNavigation||l?"simple":n.getValue(wt),d=void 0!==t.horizontalScrolling?t.horizontalScrolling:Boolean(n.getValue(Ct)),[u,h]=Tt(t,n,o),g=t.additionalScrollHeight;return{getAutomaticKeyboardNavigation:a,disposable:h,options:Object.assign(Object.assign({keyboardSupport:!1},u),{indent:"number"==typeof n.getValue(St)?n.getValue(St):void 0,renderIndentGuides:n.getValue(xt),smoothScrolling:Boolean(n.getValue(kt)),automaticKeyboardNavigation:a(),simpleKeyboardNavigation:"simple"===c,filterOnType:"filter"===c,horizontalScrolling:d,keyboardNavigationEventFilter:Wt(e,o),additionalScrollHeight:g,hideTwistiesOfChildlessElements:t.hideTwistiesOfChildlessElements,expandOnlyOnTwistieClick:null!==(s=t.expandOnlyOnTwistieClick)&&void 0!==s?s:"doubleClick"===n.getValue(Nt)})}}Ut=tt([it(7,Ge.i6),it(8,nt),it(9,et.XE),it(10,Ke.Ui),it(11,Qe.d),it(12,je.F)],Ut);let Kt=class{constructor(e,t,i,n,o,r,s,a,l){this.tree=e,this.themeService=s,this.disposables=[],this.contextKeyService=_t(o,e),this.listSupportsMultiSelect=st.bindTo(this.contextKeyService),this.listSupportsMultiSelect.set(!1!==t.multipleSelectionSupport),ut.bindTo(this.contextKeyService).set(Boolean(t.selectionNavigation)),this.hasSelectionOrFocus=lt.bindTo(this.contextKeyService),this.hasDoubleSelection=ct.bindTo(this.contextKeyService),this.hasMultiSelection=dt.bindTo(this.contextKeyService),this.treeElementCanCollapse=ht.bindTo(this.contextKeyService),this.treeElementHasParent=gt.bindTo(this.contextKeyService),this.treeElementCanExpand=pt.bindTo(this.contextKeyService),this.treeElementHasChild=mt.bindTo(this.contextKeyService),this._useAltAsMultipleSelectionModifier=Dt(a);const c=new Set;c.add(ft);const d=()=>{const t=l.isScreenReaderOptimized()?"simple":a.getValue(wt);e.updateOptions({simpleKeyboardNavigation:"simple"===t,filterOnType:"filter"===t})};this.updateStyleOverrides(n);const u=()=>{const t=e.getFocus()[0];if(!t)return;const i=e.getNode(t);this.treeElementCanCollapse.set(i.collapsible&&!i.collapsed),this.treeElementHasParent.set(!!e.getParentElement(t)),this.treeElementCanExpand.set(i.collapsible&&i.collapsed),this.treeElementHasChild.set(!!e.getFirstElementChild(t))};this.disposables.push(this.contextKeyService,r.register(e),e.onDidChangeSelection((()=>{const t=e.getSelection(),i=e.getFocus();this.contextKeyService.bufferChangeEvents((()=>{this.hasSelectionOrFocus.set(t.length>0||i.length>0),this.hasMultiSelection.set(t.length>1),this.hasDoubleSelection.set(2===t.length)}))})),e.onDidChangeFocus((()=>{const t=e.getSelection(),i=e.getFocus();this.hasSelectionOrFocus.set(t.length>0||i.length>0),u()})),e.onDidChangeCollapseState(u),e.onDidChangeModel(u),a.onDidChangeConfiguration((n=>{let o={};if(n.affectsConfiguration(bt)&&(this._useAltAsMultipleSelectionModifier=Dt(a)),n.affectsConfiguration(St)){const e=a.getValue(St);o=Object.assign(Object.assign({},o),{indent:e})}if(n.affectsConfiguration(xt)){const e=a.getValue(xt);o=Object.assign(Object.assign({},o),{renderIndentGuides:e})}if(n.affectsConfiguration(kt)){const e=Boolean(a.getValue(kt));o=Object.assign(Object.assign({},o),{smoothScrolling:e})}if(n.affectsConfiguration(wt)&&d(),n.affectsConfiguration(yt)&&(o=Object.assign(Object.assign({},o),{automaticKeyboardNavigation:i()})),n.affectsConfiguration(Ct)&&void 0===t.horizontalScrolling){const e=Boolean(a.getValue(Ct));o=Object.assign(Object.assign({},o),{horizontalScrolling:e})}if(n.affectsConfiguration(Nt)&&void 0===t.expandOnlyOnTwistieClick&&(o=Object.assign(Object.assign({},o),{expandOnlyOnTwistieClick:"doubleClick"===a.getValue(Nt)})),n.affectsConfiguration(Lt)){const e=a.getValue(Lt);o=Object.assign(Object.assign({},o),{mouseWheelScrollSensitivity:e})}if(n.affectsConfiguration(Et)){const e=a.getValue(Et);o=Object.assign(Object.assign({},o),{fastScrollSensitivity:e})}Object.keys(o).length>0&&e.updateOptions(o)})),this.contextKeyService.onDidChangeContext((t=>{t.affectsSome(c)&&e.updateOptions({automaticKeyboardNavigation:i()})})),l.onDidChangeScreenReaderOptimized((()=>d()))),this.navigator=new Bt(e,Object.assign({configurationService:a},t)),this.disposables.push(this.navigator)}get onDidOpen(){return this.navigator.onDidOpen}updateOptions(e){void 0!==e.multipleSelectionSupport&&this.listSupportsMultiSelect.set(!!e.multipleSelectionSupport)}updateStyleOverrides(e){(0,a.B9)(this.styler),this.styler=e?(0,Je.Jl)(this.tree,this.themeService,e):a.JT.None}dispose(){this.disposables=(0,a.B9)(this.disposables),(0,a.B9)(this.styler),this.styler=void 0}};Kt=tt([it(4,Ge.i6),it(5,nt),it(6,et.XE),it(7,Ke.Ui),it(8,je.F)],Kt),Xe.B.as(qe.IP.Configuration).registerConfiguration({id:"workbench",order:7,title:(0,Q.NC)("vs/platform/list/browser/listService","workbenchConfigurationTitle","Workbench"),type:"object",properties:{[bt]:{type:"string",enum:["ctrlCmd","alt"],enumDescriptions:[(0,Q.NC)("vs/platform/list/browser/listService","multiSelectModifier.ctrlCmd","Maps to `Control` on Windows and Linux and to `Command` on macOS."),(0,Q.NC)("vs/platform/list/browser/listService","multiSelectModifier.alt","Maps to `Alt` on Windows and Linux and to `Option` on macOS.")],default:"ctrlCmd",description:(0,Q.NC)("vs/platform/list/browser/listService",{key:"multiSelectModifier",comment:["- `ctrlCmd` refers to a value the setting can take and should not be localized.","- `Control` and `Command` refer to the modifier keys Ctrl or Cmd on the keyboard and can be localized."]},"The modifier to be used to add an item in trees and lists to a multi-selection with the mouse (for example in the explorer, open editors and scm view). The 'Open to Side' mouse gestures - if supported - will adapt such that they do not conflict with the multiselect modifier.")},[vt]:{type:"string",enum:["singleClick","doubleClick"],default:"singleClick",description:(0,Q.NC)("vs/platform/list/browser/listService",{key:"openModeModifier",comment:["`singleClick` and `doubleClick` refers to a value the setting can take and should not be localized."]},"Controls how to open items in trees and lists using the mouse (if supported). Note that some trees and lists might choose to ignore this setting if it is not applicable.")},[Ct]:{type:"boolean",default:!1,description:(0,Q.NC)("vs/platform/list/browser/listService","horizontalScrolling setting","Controls whether lists and trees support horizontal scrolling in the workbench. Warning: turning on this setting has a performance implication.")},[St]:{type:"number",default:8,minimum:4,maximum:40,description:(0,Q.NC)("vs/platform/list/browser/listService","tree indent setting","Controls tree indentation in pixels.")},[xt]:{type:"string",enum:["none","onHover","always"],default:"onHover",description:(0,Q.NC)("vs/platform/list/browser/listService","render tree indent guides","Controls whether the tree should render indent guides.")},[kt]:{type:"boolean",default:!1,description:(0,Q.NC)("vs/platform/list/browser/listService","list smoothScrolling setting","Controls whether lists and trees have smooth scrolling.")},[Lt]:{type:"number",default:1,description:(0,Q.NC)("vs/platform/list/browser/listService","Mouse Wheel Scroll Sensitivity","A multiplier to be used on the `deltaX` and `deltaY` of mouse wheel scroll events.")},[Et]:{type:"number",default:5,description:(0,Q.NC)("vs/platform/list/browser/listService","Fast Scroll Sensitivity","Scrolling speed multiplier when pressing `Alt`.")},[wt]:{type:"string",enum:["simple","highlight","filter"],enumDescriptions:[(0,Q.NC)("vs/platform/list/browser/listService","keyboardNavigationSettingKey.simple","Simple keyboard navigation focuses elements which match the keyboard input. Matching is done only on prefixes."),(0,Q.NC)("vs/platform/list/browser/listService","keyboardNavigationSettingKey.highlight","Highlight keyboard navigation highlights elements which match the keyboard input. Further up and down navigation will traverse only the highlighted elements."),(0,Q.NC)("vs/platform/list/browser/listService","keyboardNavigationSettingKey.filter","Filter keyboard navigation will filter out and hide all the elements which do not match the keyboard input.")],default:"highlight",description:(0,Q.NC)("vs/platform/list/browser/listService","keyboardNavigationSettingKey","Controls the keyboard navigation style for lists and trees in the workbench. Can be simple, highlight and filter.")},[yt]:{type:"boolean",default:!0,markdownDescription:(0,Q.NC)("vs/platform/list/browser/listService","automatic keyboard navigation setting","Controls whether keyboard navigation in lists and trees is automatically triggered simply by typing. If set to `false`, keyboard navigation is only triggered when executing the `list.toggleKeyboardNavigation` command, for which you can assign a keyboard shortcut.")},[Nt]:{type:"string",enum:["singleClick","doubleClick"],default:"singleClick",description:(0,Q.NC)("vs/platform/list/browser/listService","expand mode","Controls how tree folders are expanded when clicking the folder names. Note that some trees and lists might choose to ignore this setting if it is not applicable.")}}})},16592:function(e,t,i){"use strict";i.d(t,{$V:function(){return d},VZ:function(){return r},in:function(){return s},kw:function(){return c}});var n=i(46718),o=i(4004);const r=(0,i(12260).yh)("logService");var s;!function(e){e[e.Trace=0]="Trace",e[e.Debug=1]="Debug",e[e.Info=2]="Info",e[e.Warning=3]="Warning",e[e.Error=4]="Error",e[e.Critical=5]="Critical",e[e.Off=6]="Off"}(s||(s={}));const a=s.Info;class l extends o.JT{constructor(){super(...arguments),this.level=a,this._onDidChangeLogLevel=this._register(new n.Q5)}setLevel(e){this.level!==e&&(this.level=e,this._onDidChangeLogLevel.fire(this.level))}getLevel(){return this.level}}class c extends l{constructor(e=a){super(),this.setLevel(e)}trace(e,...t){this.getLevel()<=s.Trace&&console.log("%cTRACE","color: #888",e,...t)}debug(e,...t){this.getLevel()<=s.Debug&&console.log("%cDEBUG","background: #eee; color: #888",e,...t)}info(e,...t){this.getLevel()<=s.Info&&console.log("%c INFO","color: #33f",e,...t)}error(e,...t){this.getLevel()<=s.Error&&console.log("%c ERR","color: #f33",e,...t)}dispose(){}}class d extends o.JT{constructor(e){super(),this.logger=e,this._register(e)}getLevel(){return this.logger.getLevel()}trace(e,...t){this.logger.trace(e,...t)}debug(e,...t){this.logger.debug(e,...t)}info(e,...t){this.logger.info(e,...t)}error(e,...t){this.logger.error(e,...t)}}},27498:function(e,t,i){"use strict";i.d(t,{H0:function(){return o},ZL:function(){return n},lT:function(){return l}});var n,o,r=i(81234),s=i(89982),a=i(12260);!function(e){e[e.Hint=1]="Hint",e[e.Info=2]="Info",e[e.Warning=4]="Warning",e[e.Error=8]="Error"}(n||(n={})),function(e){e.compare=function(e,t){return t-e};const t=Object.create(null);t[e.Error]=(0,s.NC)("vs/platform/markers/common/markers","sev.error","Error"),t[e.Warning]=(0,s.NC)("vs/platform/markers/common/markers","sev.warning","Warning"),t[e.Info]=(0,s.NC)("vs/platform/markers/common/markers","sev.info","Info"),e.toString=function(e){return t[e]||""},e.fromSeverity=function(t){switch(t){case r.Z.Error:return e.Error;case r.Z.Warning:return e.Warning;case r.Z.Info:return e.Info;case r.Z.Ignore:return e.Hint}},e.toSeverity=function(t){switch(t){case e.Error:return r.Z.Error;case e.Warning:return r.Z.Warning;case e.Info:return r.Z.Info;case e.Hint:return r.Z.Ignore}}}(n||(n={})),function(e){const t="";function i(e,i){let o=[t];return e.source?o.push(e.source.replace("¦","\\¦")):o.push(t),e.code?"string"==typeof e.code?o.push(e.code.replace("¦","\\¦")):o.push(e.code.value.replace("¦","\\¦")):o.push(t),void 0!==e.severity&&null!==e.severity?o.push(n.toString(e.severity)):o.push(t),e.message&&i?o.push(e.message.replace("¦","\\¦")):o.push(t),void 0!==e.startLineNumber&&null!==e.startLineNumber?o.push(e.startLineNumber.toString()):o.push(t),void 0!==e.startColumn&&null!==e.startColumn?o.push(e.startColumn.toString()):o.push(t),void 0!==e.endLineNumber&&null!==e.endLineNumber?o.push(e.endLineNumber.toString()):o.push(t),void 0!==e.endColumn&&null!==e.endColumn?o.push(e.endColumn.toString()):o.push(t),o.push(t),o.join("¦")}e.makeKey=function(e){return i(e,!0)},e.makeKeyOptionalMessage=i}(o||(o={}));const l=(0,a.yh)("markerService")},66877:function(e,t,i){"use strict";i.d(t,{EO:function(){return a},lT:function(){return s},zb:function(){return r}});var n=i(81234),o=i(12260),r=n.Z;const s=(0,o.yh)("notificationService");class a{}},82523:function(e,t,i){"use strict";i.d(t,{Gs:function(){return u},SW:function(){return c},v4:function(){return l},xI:function(){return h},xn:function(){return d}});var n=i(4004),o=i(18039),r=i(39675),s=i(12260),a=function(e,t,i,n){return new(i||(i=Promise))((function(o,r){function s(e){try{l(n.next(e))}catch(e){r(e)}}function a(e){try{l(n.throw(e))}catch(e){r(e)}}function l(e){var t;e.done?o(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(s,a)}l((n=n.apply(e,t||[])).next())}))};const l=(0,s.yh)("openerService"),c=Object.freeze({_serviceBrand:void 0,registerOpener:()=>n.JT.None,registerValidator:()=>n.JT.None,registerExternalUriResolver:()=>n.JT.None,setDefaultExternalOpener(){},registerExternalOpener:()=>n.JT.None,open(){return a(this,void 0,void 0,(function*(){return!1}))},resolveExternalUri(e){return a(this,void 0,void 0,(function*(){return{resolved:e,dispose(){}}}))}});function d(e,t){return r.o.isUri(e)?(0,o.qq)(e.scheme,t):(0,o.ok)(e,t+":")}function u(e,...t){return t.some((t=>d(e,t)))}function h(e){let t;const i=/^L?(\d+)(?:,(\d+))?(-L?(\d+)(?:,(\d+))?)?/.exec(e.fragment);return i&&(t={startLineNumber:parseInt(i[1]),startColumn:i[2]?parseInt(i[2]):1,endLineNumber:i[4]?parseInt(i[4]):void 0,endColumn:i[4]?i[5]?parseInt(i[5]):1:void 0},e=e.with({fragment:""})),{selection:t,uri:e}}},35073:function(e,t,i){"use strict";i.d(t,{Ex:function(){return o},ek:function(){return r}});var n=i(12260);Object.freeze({total(){},worked(){},done(){}});class o{constructor(e){this.callback=e}report(e){this._value=e,this.callback(this._value)}}o.None=Object.freeze({report(){}});const r=(0,n.yh)("editorProgressService")},34073:function(e,t,i){"use strict";i.d(t,{IP:function(){return a},Ry:function(){return n}});var n,o=i(57800),r=i(4004),s=i(73403);!function(e){e[e.PRESERVE=0]="PRESERVE",e[e.LAST=1]="LAST"}(n||(n={}));const a={Quickaccess:"workbench.contributions.quickaccess"};s.B.add(a.Quickaccess,new class{constructor(){this.providers=[],this.defaultProvider=void 0}registerQuickAccessProvider(e){return 0===e.prefix.length?this.defaultProvider=e:this.providers.push(e),this.providers.sort(((e,t)=>t.prefix.length-e.prefix.length)),(0,r.OF)((()=>{this.providers.splice(this.providers.indexOf(e),1),this.defaultProvider===e&&(this.defaultProvider=void 0)}))}getQuickAccessProviders(){return(0,o.kX)([this.defaultProvider,...this.providers])}getQuickAccessProvider(e){return e&&this.providers.find((t=>e.startsWith(t.prefix)))||this.defaultProvider}})},22447:function(e,t,i){"use strict";i.d(t,{eJ:function(){return r},jG:function(){return o.jG}});var n=i(12260),o=i(55470);const r=(0,n.yh)("quickInputService")},73403:function(e,t,i){"use strict";i.d(t,{B:function(){return r}});var n=i(69974),o=i(28295);const r=new class{constructor(){this.data=new Map}add(e,t){n.ok(o.HD(e)),n.ok(o.Kn(t)),n.ok(!this.data.has(e),"There is already an extension with this id"),this.data.set(e,t)}as(e){return this.data.get(e)||null}}},86303:function(e,t,i){"use strict";i.d(t,{Uy:function(){return g},vm:function(){return f},fk:function(){return p}});var n,o=i(46718),r=i(4004),s=i(28295),a=i(40027),l=function(e,t,i,n){return new(i||(i=Promise))((function(o,r){function s(e){try{l(n.next(e))}catch(e){r(e)}}function a(e){try{l(n.throw(e))}catch(e){r(e)}}function l(e){var t;e.done?o(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(s,a)}l((n=n.apply(e,t||[])).next())}))};!function(e){e[e.None=0]="None",e[e.Initialized=1]="Initialized",e[e.Closed=2]="Closed"}(n||(n={}));class c extends r.JT{constructor(e,t=Object.create(null)){super(),this.database=e,this.options=t,this._onDidChangeStorage=this._register(new o.Q5),this.onDidChangeStorage=this._onDidChangeStorage.event,this.state=n.None,this.cache=new Map,this.flushDelayer=new a.rH(c.DEFAULT_FLUSH_DELAY),this.pendingDeletes=new Set,this.pendingInserts=new Map,this.whenFlushedCallbacks=[],this.registerListeners()}registerListeners(){this._register(this.database.onDidChangeItemsExternal((e=>this.onDidChangeItemsExternal(e))))}onDidChangeItemsExternal(e){var t,i;null===(t=e.changed)||void 0===t||t.forEach(((e,t)=>this.accept(t,e))),null===(i=e.deleted)||void 0===i||i.forEach((e=>this.accept(e,void 0)))}accept(e,t){if(this.state===n.Closed)return;let i=!1;(0,s.Jp)(t)?i=this.cache.delete(e):this.cache.get(e)!==t&&(this.cache.set(e,t),i=!0),i&&this._onDidChangeStorage.fire(e)}get(e,t){const i=this.cache.get(e);return(0,s.Jp)(i)?t:i}getBoolean(e,t){const i=this.get(e);return(0,s.Jp)(i)?t:"true"===i}getNumber(e,t){const i=this.get(e);return(0,s.Jp)(i)?t:parseInt(i,10)}set(e,t){return l(this,void 0,void 0,(function*(){if(this.state===n.Closed)return;if((0,s.Jp)(t))return this.delete(e);const i=String(t);return this.cache.get(e)!==i?(this.cache.set(e,i),this.pendingInserts.set(e,i),this.pendingDeletes.delete(e),this._onDidChangeStorage.fire(e),this.doFlush()):void 0}))}delete(e){return l(this,void 0,void 0,(function*(){if(this.state!==n.Closed)return this.cache.delete(e)?(this.pendingDeletes.has(e)||this.pendingDeletes.add(e),this.pendingInserts.delete(e),this._onDidChangeStorage.fire(e),this.doFlush()):void 0}))}get hasPending(){return this.pendingInserts.size>0||this.pendingDeletes.size>0}flushPending(){return l(this,void 0,void 0,(function*(){if(!this.hasPending)return;const e={insert:this.pendingInserts,delete:this.pendingDeletes};return this.pendingDeletes=new Set,this.pendingInserts=new Map,this.database.updateItems(e).finally((()=>{var e;if(!this.hasPending)for(;this.whenFlushedCallbacks.length;)null===(e=this.whenFlushedCallbacks.pop())||void 0===e||e()}))}))}doFlush(e){return l(this,void 0,void 0,(function*(){return this.flushDelayer.trigger((()=>this.flushPending()),e)}))}dispose(){this.flushDelayer.dispose(),super.dispose()}}c.DEFAULT_FLUSH_DELAY=100;class d{constructor(){this.onDidChangeItemsExternal=o.ju.None,this.items=new Map}updateItems(e){return l(this,void 0,void 0,(function*(){e.insert&&e.insert.forEach(((e,t)=>this.items.set(t,e))),e.delete&&e.delete.forEach((e=>this.items.delete(e)))}))}}var u=i(12260);const h="__$__targetStorageMarker",g=(0,u.yh)("storageService");var p;!function(e){e[e.NONE=0]="NONE",e[e.SHUTDOWN=1]="SHUTDOWN"}(p||(p={}));class m extends r.JT{constructor(e={flushInterval:m.DEFAULT_FLUSH_INTERVAL}){super(),this.options=e,this._onDidChangeValue=this._register(new o.K3),this._onDidChangeTarget=this._register(new o.K3),this._onWillSaveState=this._register(new o.Q5),this.onWillSaveState=this._onWillSaveState.event,this._workspaceKeyTargets=void 0,this._globalKeyTargets=void 0}emitDidChangeValue(e,t){t===h?(0===e?this._globalKeyTargets=void 0:1===e&&(this._workspaceKeyTargets=void 0),this._onDidChangeTarget.fire({scope:e})):this._onDidChangeValue.fire({scope:e,key:t,target:this.getKeyTargets(e)[t]})}get(e,t,i){var n;return null===(n=this.getStorage(t))||void 0===n?void 0:n.get(e,i)}getBoolean(e,t,i){var n;return null===(n=this.getStorage(t))||void 0===n?void 0:n.getBoolean(e,i)}getNumber(e,t,i){var n;return null===(n=this.getStorage(t))||void 0===n?void 0:n.getNumber(e,i)}store(e,t,i,n){(0,s.Jp)(t)?this.remove(e,i):this.withPausedEmitters((()=>{var o;this.updateKeyTarget(e,i,n),null===(o=this.getStorage(i))||void 0===o||o.set(e,t)}))}remove(e,t){this.withPausedEmitters((()=>{var i;this.updateKeyTarget(e,t,void 0),null===(i=this.getStorage(t))||void 0===i||i.delete(e)}))}withPausedEmitters(e){this._onDidChangeValue.pause(),this._onDidChangeTarget.pause();try{e()}finally{this._onDidChangeValue.resume(),this._onDidChangeTarget.resume()}}updateKeyTarget(e,t,i){var n,o;const r=this.getKeyTargets(t);"number"==typeof i?r[e]!==i&&(r[e]=i,null===(n=this.getStorage(t))||void 0===n||n.set(h,JSON.stringify(r))):"number"==typeof r[e]&&(delete r[e],null===(o=this.getStorage(t))||void 0===o||o.set(h,JSON.stringify(r)))}get workspaceKeyTargets(){return this._workspaceKeyTargets||(this._workspaceKeyTargets=this.loadKeyTargets(1)),this._workspaceKeyTargets}get globalKeyTargets(){return this._globalKeyTargets||(this._globalKeyTargets=this.loadKeyTargets(0)),this._globalKeyTargets}getKeyTargets(e){return 0===e?this.globalKeyTargets:this.workspaceKeyTargets}loadKeyTargets(e){const t=this.get(h,e);if(t)try{return JSON.parse(t)}catch(e){}return Object.create(null)}}m.DEFAULT_FLUSH_INTERVAL=6e4;class f extends m{constructor(){super(),this.globalStorage=this._register(new c(new d)),this.workspaceStorage=this._register(new c(new d)),this._register(this.workspaceStorage.onDidChangeStorage((e=>this.emitDidChangeValue(1,e)))),this._register(this.globalStorage.onDidChangeStorage((e=>this.emitDidChangeValue(0,e))))}getStorage(e){return 0===e?this.globalStorage:this.workspaceStorage}}},56080:function(e,t,i){"use strict";i.d(t,{b:function(){return n}});const n=(0,i(12260).yh)("telemetryService")},45164:function(e,t,i){"use strict";i.d(t,{$DX:function(){return zt},$d5:function(){return yt},ABB:function(){return Y},AS1:function(){return St},AWI:function(){return Se},BOY:function(){return gi},C3g:function(){return O},CA6:function(){return ci},CNo:function(){return We},Cdg:function(){return Bt},CzK:function(){return Ye},D0T:function(){return he},D1_:function(){return pe},DEr:function(){return Wt},Dut:function(){return le},E3h:function(){return $t},EPQ:function(){return A},EQn:function(){return Rt},ES4:function(){return Ee},EiJ:function(){return Me},F3d:function(){return Ct},F9q:function(){return rt},Fm_:function(){return ei},Fu1:function(){return Ge},GO4:function(){return U},Gj_:function(){return ri},Gwp:function(){return xt},HCL:function(){return Ke},Hfx:function(){return ge},Hz8:function(){return Vt},IPX:function(){return u},IYc:function(){return ni},Ido:function(){return m},Itd:function(){return li},Ivo:function(){return si},JpG:function(){return hi},K19:function(){return xe},LLc:function(){return lt},L_H:function(){return J},L_t:function(){return ct},LoV:function(){return Ve},M6C:function(){return pt},MUv:function(){return Te},NOs:function(){return ue},NPS:function(){return Ot},Ng6:function(){return me},OLZ:function(){return pi},OZR:function(){return B},Oop:function(){return ht},P4M:function(){return Je},P6G:function(){return g},P6Y:function(){return ot},PRb:function(){return E},PX0:function(){return kt},PpC:function(){return $e},Pvw:function(){return D},QO2:function(){return d},R80:function(){return _},RV_:function(){return R},Rzx:function(){return Ne},SPM:function(){return ti},SUG:function(){return M},SUY:function(){return ii},Saq:function(){return It},Sbf:function(){return Be},Snq:function(){return Ci},SwI:function(){return y},T83:function(){return ae},Tnx:function(){return mt},UnT:function(){return Tt},VVv:function(){return ze},Vqd:function(){return Ft},XEs:function(){return N},XL$:function(){return st},XZx:function(){return f},Xy4:function(){return di},YI3:function(){return T},ZGJ:function(){return Ut},ZnX:function(){return _i},_2n:function(){return ut},_Yy:function(){return He},_bK:function(){return dt},_lC:function(){return I},_t9:function(){return F},_wn:function(){return G},b6y:function(){return te},b7$:function(){return $},bKB:function(){return je},brw:function(){return ui},c63:function(){return se},cbQ:function(){return Pt},cvW:function(){return de},dCr:function(){return gt},dRz:function(){return p},dt_:function(){return L},etL:function(){return Z},fEB:function(){return ce},few:function(){return re},g8u:function(){return K},g_n:function(){return De},gkn:function(){return Oe},gpD:function(){return ie},hEj:function(){return ke},hX8:function(){return Ue},hzo:function(){return et},j51:function(){return it},j5u:function(){return z},jUe:function(){return Ae},jbW:function(){return Ht},kJk:function(){return ve},kVY:function(){return ai},keg:function(){return Qe},kvU:function(){return bt},kwl:function(){return bi},lRK:function(){return b},lUq:function(){return jt},lWp:function(){return ye},lXJ:function(){return ee},loF:function(){return be},mHy:function(){return at},mV1:function(){return wt},nyM:function(){return Ie},oQ$:function(){return we},oSI:function(){return Dt},opG:function(){return Ce},ov3:function(){return oi},pW3:function(){return oe},paE:function(){return P},phM:function(){return qe},pnM:function(){return Re},ptc:function(){return Pe},qeD:function(){return q},rg2:function(){return ft},rh:function(){return S},s$:function(){return vt},sEe:function(){return x},sKV:function(){return Ze},sgC:function(){return w},tZ6:function(){return _e},uoC:function(){return ne},url:function(){return C},uxu:function(){return At},vGG:function(){return Nt},xL1:function(){return v},xi6:function(){return tt},yJx:function(){return Fe},yb5:function(){return Le},ynu:function(){return Q},ypS:function(){return Xe},ytC:function(){return _t},zJb:function(){return k},zKr:function(){return fe},zOm:function(){return nt},zRJ:function(){return X}});var n=i(40027),o=i(18689),r=i(46718),s=i(28295),a=i(89982),l=i(32801),c=i(73403);function d(e){return`--vscode-${e.replace(/\./g,"-")}`}const u={ColorContribution:"base.contributions.colors"},h=new class{constructor(){this._onDidChangeSchema=new r.Q5,this.onDidChangeSchema=this._onDidChangeSchema.event,this.colorSchema={type:"object",properties:{}},this.colorReferenceSchema={type:"string",enum:[],enumDescriptions:[]},this.colorsById={}}registerColor(e,t,i,n=!1,o){let r={id:e,description:i,defaults:t,needsTransparency:n,deprecationMessage:o};this.colorsById[e]=r;let s={type:"string",description:i,format:"color-hex",defaultSnippets:[{body:"${1:#ff0000}"}]};return o&&(s.deprecationMessage=o),this.colorSchema.properties[e]=s,this.colorReferenceSchema.enum.push(e),this.colorReferenceSchema.enumDescriptions.push(i),this._onDidChangeSchema.fire(),e}getColors(){return Object.keys(this.colorsById).map((e=>this.colorsById[e]))}resolveDefaultColor(e,t){const i=this.colorsById[e];if(i&&i.defaults)return Ci(i.defaults[t.type],t)}getColorSchema(){return this.colorSchema}toString(){return Object.keys(this.colorsById).sort(((e,t)=>{let i=-1===e.indexOf(".")?0:1,n=-1===t.indexOf(".")?0:1;return i!==n?i-n:e.localeCompare(t)})).map((e=>`- \`${e}\`: ${this.colorsById[e].description}`)).join("\n")}};function g(e,t,i,n,o){return h.registerColor(e,t,i,n,o)}c.B.add(u.ColorContribution,h);const p=g("foreground",{dark:"#CCCCCC",light:"#616161",hc:"#FFFFFF"},a.NC("vs/platform/theme/common/colorRegistry","foreground","Overall foreground color. This color is only used if not overridden by a component.")),m=g("errorForeground",{dark:"#F48771",light:"#A1260D",hc:"#F48771"},a.NC("vs/platform/theme/common/colorRegistry","errorForeground","Overall foreground color for error messages. This color is only used if not overridden by a component.")),f=(g("descriptionForeground",{light:"#717171",dark:_i(p,.7),hc:_i(p,.7)},a.NC("vs/platform/theme/common/colorRegistry","descriptionForeground","Foreground color for description text providing additional information, for example for a label.")),g("icon.foreground",{dark:"#C5C5C5",light:"#424242",hc:"#FFFFFF"},a.NC("vs/platform/theme/common/colorRegistry","iconForeground","The default color for icons in the workbench."))),_=g("focusBorder",{dark:"#007FD4",light:"#0090F1",hc:"#F38518"},a.NC("vs/platform/theme/common/colorRegistry","focusBorder","Overall border color for focused elements. This color is only used if not overridden by a component.")),b=g("contrastBorder",{light:null,dark:null,hc:"#6FC3DF"},a.NC("vs/platform/theme/common/colorRegistry","contrastBorder","An extra border around elements to separate them from others for greater contrast.")),v=g("contrastActiveBorder",{light:null,dark:null,hc:_},a.NC("vs/platform/theme/common/colorRegistry","activeContrastBorder","An extra border around active elements to separate them from others for greater contrast.")),C=(g("selection.background",{light:null,dark:null,hc:null},a.NC("vs/platform/theme/common/colorRegistry","selectionBackground","The background color of text selections in the workbench (e.g. for input fields or text areas). Note that this does not apply to selections within the editor.")),g("textSeparator.foreground",{light:"#0000002e",dark:"#ffffff2e",hc:o.Il.black},a.NC("vs/platform/theme/common/colorRegistry","textSeparatorForeground","Color for text separators.")),g("textLink.foreground",{light:"#006AB1",dark:"#3794FF",hc:"#3794FF"},a.NC("vs/platform/theme/common/colorRegistry","textLinkForeground","Foreground color for links in text."))),w=g("textLink.activeForeground",{light:"#006AB1",dark:"#3794FF",hc:"#3794FF"},a.NC("vs/platform/theme/common/colorRegistry","textLinkActiveForeground","Foreground color for links in text when clicked on and on mouse hover.")),y=(g("textPreformat.foreground",{light:"#A31515",dark:"#D7BA7D",hc:"#D7BA7D"},a.NC("vs/platform/theme/common/colorRegistry","textPreformatForeground","Foreground color for preformatted text segments.")),g("textBlockQuote.background",{light:"#7f7f7f1a",dark:"#7f7f7f1a",hc:null},a.NC("vs/platform/theme/common/colorRegistry","textBlockQuoteBackground","Background color for block quotes in text.")),g("textBlockQuote.border",{light:"#007acc80",dark:"#007acc80",hc:o.Il.white},a.NC("vs/platform/theme/common/colorRegistry","textBlockQuoteBorder","Border color for block quotes in text.")),g("textCodeBlock.background",{light:"#dcdcdc66",dark:"#0a0a0a66",hc:o.Il.black},a.NC("vs/platform/theme/common/colorRegistry","textCodeBlockBackground","Background color for code blocks in text."))),S=g("widget.shadow",{dark:_i(o.Il.black,.36),light:_i(o.Il.black,.16),hc:null},a.NC("vs/platform/theme/common/colorRegistry","widgetShadow","Shadow color of widgets such as find/replace inside the editor.")),x=g("input.background",{dark:"#3C3C3C",light:o.Il.white,hc:o.Il.black},a.NC("vs/platform/theme/common/colorRegistry","inputBoxBackground","Input box background.")),k=g("input.foreground",{dark:p,light:p,hc:p},a.NC("vs/platform/theme/common/colorRegistry","inputBoxForeground","Input box foreground.")),L=g("input.border",{dark:null,light:null,hc:b},a.NC("vs/platform/theme/common/colorRegistry","inputBoxBorder","Input box border.")),E=g("inputOption.activeBorder",{dark:"#007ACC00",light:"#007ACC00",hc:b},a.NC("vs/platform/theme/common/colorRegistry","inputBoxActiveOptionBorder","Border color of activated options in input fields.")),N=(g("inputOption.hoverBackground",{dark:"#5a5d5e80",light:"#b8b8b850",hc:null},a.NC("vs/platform/theme/common/colorRegistry","inputOption.hoverBackground","Background color of activated options in input fields.")),g("inputOption.activeBackground",{dark:_i(_,.4),light:_i(_,.2),hc:o.Il.transparent},a.NC("vs/platform/theme/common/colorRegistry","inputOption.activeBackground","Background hover color of options in input fields."))),D=g("inputOption.activeForeground",{dark:o.Il.white,light:o.Il.black,hc:null},a.NC("vs/platform/theme/common/colorRegistry","inputOption.activeForeground","Foreground color of activated options in input fields.")),I=(g("input.placeholderForeground",{light:_i(p,.5),dark:_i(p,.5),hc:_i(p,.7)},a.NC("vs/platform/theme/common/colorRegistry","inputPlaceholderForeground","Input box foreground color for placeholder text.")),g("inputValidation.infoBackground",{dark:"#063B49",light:"#D6ECF2",hc:o.Il.black},a.NC("vs/platform/theme/common/colorRegistry","inputValidationInfoBackground","Input validation background color for information severity."))),T=g("inputValidation.infoForeground",{dark:null,light:null,hc:null},a.NC("vs/platform/theme/common/colorRegistry","inputValidationInfoForeground","Input validation foreground color for information severity.")),A=g("inputValidation.infoBorder",{dark:"#007acc",light:"#007acc",hc:b},a.NC("vs/platform/theme/common/colorRegistry","inputValidationInfoBorder","Input validation border color for information severity.")),R=g("inputValidation.warningBackground",{dark:"#352A05",light:"#F6F5D2",hc:o.Il.black},a.NC("vs/platform/theme/common/colorRegistry","inputValidationWarningBackground","Input validation background color for warning severity.")),M=g("inputValidation.warningForeground",{dark:null,light:null,hc:null},a.NC("vs/platform/theme/common/colorRegistry","inputValidationWarningForeground","Input validation foreground color for warning severity.")),O=g("inputValidation.warningBorder",{dark:"#B89500",light:"#B89500",hc:b},a.NC("vs/platform/theme/common/colorRegistry","inputValidationWarningBorder","Input validation border color for warning severity.")),P=g("inputValidation.errorBackground",{dark:"#5A1D1D",light:"#F2DEDE",hc:o.Il.black},a.NC("vs/platform/theme/common/colorRegistry","inputValidationErrorBackground","Input validation background color for error severity.")),F=g("inputValidation.errorForeground",{dark:null,light:null,hc:null},a.NC("vs/platform/theme/common/colorRegistry","inputValidationErrorForeground","Input validation foreground color for error severity.")),B=g("inputValidation.errorBorder",{dark:"#BE1100",light:"#BE1100",hc:b},a.NC("vs/platform/theme/common/colorRegistry","inputValidationErrorBorder","Input validation border color for error severity.")),W=g("dropdown.background",{dark:"#3C3C3C",light:o.Il.white,hc:o.Il.black},a.NC("vs/platform/theme/common/colorRegistry","dropdownBackground","Dropdown background.")),V=(g("dropdown.listBackground",{dark:null,light:null,hc:o.Il.black},a.NC("vs/platform/theme/common/colorRegistry","dropdownListBackground","Dropdown list background.")),g("dropdown.foreground",{dark:"#F0F0F0",light:null,hc:o.Il.white},a.NC("vs/platform/theme/common/colorRegistry","dropdownForeground","Dropdown foreground."))),H=g("dropdown.border",{dark:W,light:"#CECECE",hc:b},a.NC("vs/platform/theme/common/colorRegistry","dropdownBorder","Dropdown border.")),z=(g("checkbox.background",{dark:W,light:W,hc:W},a.NC("vs/platform/theme/common/colorRegistry","checkbox.background","Background color of checkbox widget.")),g("checkbox.foreground",{dark:V,light:V,hc:V},a.NC("vs/platform/theme/common/colorRegistry","checkbox.foreground","Foreground color of checkbox widget.")),g("checkbox.border",{dark:H,light:H,hc:H},a.NC("vs/platform/theme/common/colorRegistry","checkbox.border","Border color of checkbox widget.")),g("button.foreground",{dark:o.Il.white,light:o.Il.white,hc:o.Il.white},a.NC("vs/platform/theme/common/colorRegistry","buttonForeground","Button foreground color."))),$=g("button.background",{dark:"#0E639C",light:"#007ACC",hc:null},a.NC("vs/platform/theme/common/colorRegistry","buttonBackground","Button background color.")),U=g("button.hoverBackground",{dark:fi($,.2),light:mi($,.2),hc:null},a.NC("vs/platform/theme/common/colorRegistry","buttonHoverBackground","Button background color when hovering.")),j=(g("button.border",{dark:b,light:b,hc:b},a.NC("vs/platform/theme/common/colorRegistry","buttonBorder","Button border color.")),g("button.secondaryForeground",{dark:o.Il.white,light:o.Il.white,hc:o.Il.white},a.NC("vs/platform/theme/common/colorRegistry","buttonSecondaryForeground","Secondary button foreground color.")),g("button.secondaryBackground",{dark:"#3A3D41",light:"#5F6A79",hc:null},a.NC("vs/platform/theme/common/colorRegistry","buttonSecondaryBackground","Secondary button background color."))),K=(g("button.secondaryHoverBackground",{dark:fi(j,.2),light:mi(j,.2),hc:null},a.NC("vs/platform/theme/common/colorRegistry","buttonSecondaryHoverBackground","Secondary button background color when hovering.")),g("badge.background",{dark:"#4D4D4D",light:"#C4C4C4",hc:o.Il.black},a.NC("vs/platform/theme/common/colorRegistry","badgeBackground","Badge background color. Badges are small information labels, e.g. for search results count."))),q=g("badge.foreground",{dark:o.Il.white,light:"#333",hc:o.Il.white},a.NC("vs/platform/theme/common/colorRegistry","badgeForeground","Badge foreground color. Badges are small information labels, e.g. for search results count.")),G=g("scrollbar.shadow",{dark:"#000000",light:"#DDDDDD",hc:null},a.NC("vs/platform/theme/common/colorRegistry","scrollbarShadow","Scrollbar shadow to indicate that the view is scrolled.")),Z=g("scrollbarSlider.background",{dark:o.Il.fromHex("#797979").transparent(.4),light:o.Il.fromHex("#646464").transparent(.4),hc:_i(b,.6)},a.NC("vs/platform/theme/common/colorRegistry","scrollbarSliderBackground","Scrollbar slider background color.")),Y=g("scrollbarSlider.hoverBackground",{dark:o.Il.fromHex("#646464").transparent(.7),light:o.Il.fromHex("#646464").transparent(.7),hc:_i(b,.8)},a.NC("vs/platform/theme/common/colorRegistry","scrollbarSliderHoverBackground","Scrollbar slider background color when hovering.")),Q=g("scrollbarSlider.activeBackground",{dark:o.Il.fromHex("#BFBFBF").transparent(.4),light:o.Il.fromHex("#000000").transparent(.6),hc:b},a.NC("vs/platform/theme/common/colorRegistry","scrollbarSliderActiveBackground","Scrollbar slider background color when clicked on.")),X=g("progressBar.background",{dark:o.Il.fromHex("#0E70C0"),light:o.Il.fromHex("#0E70C0"),hc:b},a.NC("vs/platform/theme/common/colorRegistry","progressBarBackground","Background color of the progress bar that can show for long running operations.")),J=g("editorError.background",{dark:null,light:null,hc:null},a.NC("vs/platform/theme/common/colorRegistry","editorError.background","Background color of error text in the editor. The color must not be opaque so as not to hide underlying decorations."),!0),ee=g("editorError.foreground",{dark:"#F14C4C",light:"#E51400",hc:null},a.NC("vs/platform/theme/common/colorRegistry","editorError.foreground","Foreground color of error squigglies in the editor.")),te=g("editorError.border",{dark:null,light:null,hc:o.Il.fromHex("#E47777").transparent(.8)},a.NC("vs/platform/theme/common/colorRegistry","errorBorder","Border color of error boxes in the editor.")),ie=g("editorWarning.background",{dark:null,light:null,hc:null},a.NC("vs/platform/theme/common/colorRegistry","editorWarning.background","Background color of warning text in the editor. The color must not be opaque so as not to hide underlying decorations."),!0),ne=g("editorWarning.foreground",{dark:"#CCA700",light:"#BF8803",hc:null},a.NC("vs/platform/theme/common/colorRegistry","editorWarning.foreground","Foreground color of warning squigglies in the editor.")),oe=g("editorWarning.border",{dark:null,light:null,hc:o.Il.fromHex("#FFCC00").transparent(.8)},a.NC("vs/platform/theme/common/colorRegistry","warningBorder","Border color of warning boxes in the editor.")),re=g("editorInfo.background",{dark:null,light:null,hc:null},a.NC("vs/platform/theme/common/colorRegistry","editorInfo.background","Background color of info text in the editor. The color must not be opaque so as not to hide underlying decorations."),!0),se=g("editorInfo.foreground",{dark:"#3794FF",light:"#1a85ff",hc:"#3794FF"},a.NC("vs/platform/theme/common/colorRegistry","editorInfo.foreground","Foreground color of info squigglies in the editor.")),ae=g("editorInfo.border",{dark:null,light:null,hc:o.Il.fromHex("#3794FF").transparent(.8)},a.NC("vs/platform/theme/common/colorRegistry","infoBorder","Border color of info boxes in the editor.")),le=g("editorHint.foreground",{dark:o.Il.fromHex("#eeeeee").transparent(.7),light:"#6c6c6c",hc:null},a.NC("vs/platform/theme/common/colorRegistry","editorHint.foreground","Foreground color of hint squigglies in the editor.")),ce=g("editorHint.border",{dark:null,light:null,hc:o.Il.fromHex("#eeeeee").transparent(.8)},a.NC("vs/platform/theme/common/colorRegistry","hintBorder","Border color of hint boxes in the editor.")),de=(g("sash.hoverBorder",{dark:_,light:_,hc:_},a.NC("vs/platform/theme/common/colorRegistry","sashActiveBorder","Border color of active sashes.")),g("editor.background",{light:"#fffffe",dark:"#1E1E1E",hc:o.Il.black},a.NC("vs/platform/theme/common/colorRegistry","editorBackground","Editor background color."))),ue=g("editor.foreground",{light:"#333333",dark:"#BBBBBB",hc:o.Il.white},a.NC("vs/platform/theme/common/colorRegistry","editorForeground","Editor default foreground color.")),he=g("editorWidget.background",{dark:"#252526",light:"#F3F3F3",hc:"#0C141F"},a.NC("vs/platform/theme/common/colorRegistry","editorWidgetBackground","Background color of editor widgets, such as find/replace.")),ge=g("editorWidget.foreground",{dark:p,light:p,hc:p},a.NC("vs/platform/theme/common/colorRegistry","editorWidgetForeground","Foreground color of editor widgets, such as find/replace.")),pe=g("editorWidget.border",{dark:"#454545",light:"#C8C8C8",hc:b},a.NC("vs/platform/theme/common/colorRegistry","editorWidgetBorder","Border color of editor widgets. The color is only used if the widget chooses to have a border and if the color is not overridden by a widget.")),me=g("editorWidget.resizeBorder",{light:null,dark:null,hc:null},a.NC("vs/platform/theme/common/colorRegistry","editorWidgetResizeBorder","Border color of the resize bar of editor widgets. The color is only used if the widget chooses to have a resize border and if the color is not overridden by a widget.")),fe=g("quickInput.background",{dark:he,light:he,hc:he},a.NC("vs/platform/theme/common/colorRegistry","pickerBackground","Quick picker background color. The quick picker widget is the container for pickers like the command palette.")),_e=g("quickInput.foreground",{dark:ge,light:ge,hc:ge},a.NC("vs/platform/theme/common/colorRegistry","pickerForeground","Quick picker foreground color. The quick picker widget is the container for pickers like the command palette.")),be=g("quickInputTitle.background",{dark:new o.Il(new o.VS(255,255,255,.105)),light:new o.Il(new o.VS(0,0,0,.06)),hc:"#000000"},a.NC("vs/platform/theme/common/colorRegistry","pickerTitleBackground","Quick picker title background color. The quick picker widget is the container for pickers like the command palette.")),ve=g("pickerGroup.foreground",{dark:"#3794FF",light:"#0066BF",hc:o.Il.white},a.NC("vs/platform/theme/common/colorRegistry","pickerGroupForeground","Quick picker color for grouping labels.")),Ce=g("pickerGroup.border",{dark:"#3F3F46",light:"#CCCEDB",hc:o.Il.white},a.NC("vs/platform/theme/common/colorRegistry","pickerGroupBorder","Quick picker color for grouping borders.")),we=g("keybindingLabel.background",{dark:new o.Il(new o.VS(128,128,128,.17)),light:new o.Il(new o.VS(221,221,221,.4)),hc:o.Il.transparent},a.NC("vs/platform/theme/common/colorRegistry","keybindingLabelBackground","Keybinding label background color. The keybinding label is used to represent a keyboard shortcut.")),ye=g("keybindingLabel.foreground",{dark:o.Il.fromHex("#CCCCCC"),light:o.Il.fromHex("#555555"),hc:o.Il.white},a.NC("vs/platform/theme/common/colorRegistry","keybindingLabelForeground","Keybinding label foreground color. The keybinding label is used to represent a keyboard shortcut.")),Se=g("keybindingLabel.border",{dark:new o.Il(new o.VS(51,51,51,.6)),light:new o.Il(new o.VS(204,204,204,.4)),hc:new o.Il(new o.VS(111,195,223))},a.NC("vs/platform/theme/common/colorRegistry","keybindingLabelBorder","Keybinding label border color. The keybinding label is used to represent a keyboard shortcut.")),xe=g("keybindingLabel.bottomBorder",{dark:new o.Il(new o.VS(68,68,68,.6)),light:new o.Il(new o.VS(187,187,187,.4)),hc:new o.Il(new o.VS(111,195,223))},a.NC("vs/platform/theme/common/colorRegistry","keybindingLabelBottomBorder","Keybinding label border bottom color. The keybinding label is used to represent a keyboard shortcut.")),ke=g("editor.selectionBackground",{light:"#ADD6FF",dark:"#264F78",hc:"#f3f518"},a.NC("vs/platform/theme/common/colorRegistry","editorSelectionBackground","Color of the editor selection.")),Le=g("editor.selectionForeground",{light:null,dark:null,hc:"#000000"},a.NC("vs/platform/theme/common/colorRegistry","editorSelectionForeground","Color of the selected text for high contrast.")),Ee=g("editor.inactiveSelectionBackground",{light:_i(ke,.5),dark:_i(ke,.5),hc:_i(ke,.5)},a.NC("vs/platform/theme/common/colorRegistry","editorInactiveSelection","Color of the selection in an inactive editor. The color must not be opaque so as not to hide underlying decorations."),!0),Ne=g("editor.selectionHighlightBackground",{light:vi(ke,de,.3,.6),dark:vi(ke,de,.3,.6),hc:null},a.NC("vs/platform/theme/common/colorRegistry","editorSelectionHighlight","Color for regions with the same content as the selection. The color must not be opaque so as not to hide underlying decorations."),!0),De=g("editor.selectionHighlightBorder",{light:null,dark:null,hc:v},a.NC("vs/platform/theme/common/colorRegistry","editorSelectionHighlightBorder","Border color for regions with the same content as the selection.")),Ie=g("editor.findMatchBackground",{light:"#A8AC94",dark:"#515C6A",hc:null},a.NC("vs/platform/theme/common/colorRegistry","editorFindMatch","Color of the current search match.")),Te=g("editor.findMatchHighlightBackground",{light:"#EA5C0055",dark:"#EA5C0055",hc:null},a.NC("vs/platform/theme/common/colorRegistry","findMatchHighlight","Color of the other search matches. The color must not be opaque so as not to hide underlying decorations."),!0),Ae=g("editor.findRangeHighlightBackground",{dark:"#3a3d4166",light:"#b4b4b44d",hc:null},a.NC("vs/platform/theme/common/colorRegistry","findRangeHighlight","Color of the range limiting the search. The color must not be opaque so as not to hide underlying decorations."),!0),Re=g("editor.findMatchBorder",{light:null,dark:null,hc:v},a.NC("vs/platform/theme/common/colorRegistry","editorFindMatchBorder","Border color of the current search match.")),Me=g("editor.findMatchHighlightBorder",{light:null,dark:null,hc:v},a.NC("vs/platform/theme/common/colorRegistry","findMatchHighlightBorder","Border color of the other search matches.")),Oe=g("editor.findRangeHighlightBorder",{dark:null,light:null,hc:_i(v,.4)},a.NC("vs/platform/theme/common/colorRegistry","findRangeHighlightBorder","Border color of the range limiting the search. The color must not be opaque so as not to hide underlying decorations."),!0),Pe=(g("searchEditor.findMatchBackground",{light:_i(Te,.66),dark:_i(Te,.66),hc:Te},a.NC("vs/platform/theme/common/colorRegistry","searchEditor.queryMatch","Color of the Search Editor query matches.")),g("searchEditor.findMatchBorder",{light:_i(Me,.66),dark:_i(Me,.66),hc:Me},a.NC("vs/platform/theme/common/colorRegistry","searchEditor.editorFindMatchBorder","Border color of the Search Editor query matches.")),g("editor.hoverHighlightBackground",{light:"#ADD6FF26",dark:"#264f7840",hc:"#ADD6FF26"},a.NC("vs/platform/theme/common/colorRegistry","hoverHighlight","Highlight below the word for which a hover is shown. The color must not be opaque so as not to hide underlying decorations."),!0)),Fe=g("editorHoverWidget.background",{light:he,dark:he,hc:he},a.NC("vs/platform/theme/common/colorRegistry","hoverBackground","Background color of the editor hover.")),Be=g("editorHoverWidget.foreground",{light:ge,dark:ge,hc:ge},a.NC("vs/platform/theme/common/colorRegistry","hoverForeground","Foreground color of the editor hover.")),We=g("editorHoverWidget.border",{light:pe,dark:pe,hc:pe},a.NC("vs/platform/theme/common/colorRegistry","hoverBorder","Border color of the editor hover.")),Ve=g("editorHoverWidget.statusBarBackground",{dark:fi(Fe,.2),light:mi(Fe,.05),hc:he},a.NC("vs/platform/theme/common/colorRegistry","statusBarBackground","Background color of the editor hover status bar.")),He=g("editorLink.activeForeground",{dark:"#4E94CE",light:o.Il.blue,hc:o.Il.cyan},a.NC("vs/platform/theme/common/colorRegistry","activeLinkForeground","Color of active links.")),ze=g("editorInlayHint.foreground",{dark:_i(q,.8),light:_i(q,.8),hc:q},a.NC("vs/platform/theme/common/colorRegistry","editorInlayHintForeground","Foreground color of inline hints")),$e=g("editorInlayHint.background",{dark:_i(K,.6),light:_i(K,.3),hc:K},a.NC("vs/platform/theme/common/colorRegistry","editorInlayHintBackground","Background color of inline hints")),Ue=g("editorInlayHint.typeForeground",{dark:ze,light:ze,hc:ze},a.NC("vs/platform/theme/common/colorRegistry","editorInlayHintForegroundTypes","Foreground color of inline hints for types")),je=g("editorInlayHint.typeBackground",{dark:$e,light:$e,hc:$e},a.NC("vs/platform/theme/common/colorRegistry","editorInlayHintBackgroundTypes","Background color of inline hints for types")),Ke=g("editorInlayHint.parameterForeground",{dark:ze,light:ze,hc:ze},a.NC("vs/platform/theme/common/colorRegistry","editorInlayHintForegroundParameter","Foreground color of inline hints for parameters")),qe=g("editorInlayHint.parameterBackground",{dark:$e,light:$e,hc:$e},a.NC("vs/platform/theme/common/colorRegistry","editorInlayHintBackgroundParameter","Background color of inline hints for parameters")),Ge=g("editorLightBulb.foreground",{dark:"#FFCC00",light:"#DDB100",hc:"#FFCC00"},a.NC("vs/platform/theme/common/colorRegistry","editorLightBulbForeground","The color used for the lightbulb actions icon.")),Ze=g("editorLightBulbAutoFix.foreground",{dark:"#75BEFF",light:"#007ACC",hc:"#75BEFF"},a.NC("vs/platform/theme/common/colorRegistry","editorLightBulbAutoFixForeground","The color used for the lightbulb auto fix actions icon.")),Ye=new o.Il(new o.VS(155,185,85,.2)),Qe=new o.Il(new o.VS(255,0,0,.2)),Xe=g("diffEditor.insertedTextBackground",{dark:Ye,light:Ye,hc:null},a.NC("vs/platform/theme/common/colorRegistry","diffEditorInserted","Background color for text that got inserted. The color must not be opaque so as not to hide underlying decorations."),!0),Je=g("diffEditor.removedTextBackground",{dark:Qe,light:Qe,hc:null},a.NC("vs/platform/theme/common/colorRegistry","diffEditorRemoved","Background color for text that got removed. The color must not be opaque so as not to hide underlying decorations."),!0),et=g("diffEditor.insertedLineBackground",{dark:null,light:null,hc:null},a.NC("vs/platform/theme/common/colorRegistry","diffEditorInsertedLines","Background color for lines that got inserted. The color must not be opaque so as not to hide underlying decorations."),!0),tt=g("diffEditor.removedLineBackground",{dark:null,light:null,hc:null},a.NC("vs/platform/theme/common/colorRegistry","diffEditorRemovedLines","Background color for lines that got removed. The color must not be opaque so as not to hide underlying decorations."),!0),it=g("diffEditorGutter.insertedLineBackground",{dark:null,light:null,hc:null},a.NC("vs/platform/theme/common/colorRegistry","diffEditorInsertedLineGutter","Background color for the margin where lines got inserted.")),nt=g("diffEditorGutter.removedLineBackground",{dark:null,light:null,hc:null},a.NC("vs/platform/theme/common/colorRegistry","diffEditorRemovedLineGutter","Background color for the margin where lines got removed.")),ot=g("diffEditorOverview.insertedForeground",{dark:null,light:null,hc:null},a.NC("vs/platform/theme/common/colorRegistry","diffEditorOverviewInserted","Diff overview ruler foreground for inserted content.")),rt=g("diffEditorOverview.removedForeground",{dark:null,light:null,hc:null},a.NC("vs/platform/theme/common/colorRegistry","diffEditorOverviewRemoved","Diff overview ruler foreground for removed content.")),st=g("diffEditor.insertedTextBorder",{dark:null,light:null,hc:"#33ff2eff"},a.NC("vs/platform/theme/common/colorRegistry","diffEditorInsertedOutline","Outline color for the text that got inserted.")),at=g("diffEditor.removedTextBorder",{dark:null,light:null,hc:"#FF008F"},a.NC("vs/platform/theme/common/colorRegistry","diffEditorRemovedOutline","Outline color for text that got removed.")),lt=g("diffEditor.border",{dark:null,light:null,hc:b},a.NC("vs/platform/theme/common/colorRegistry","diffEditorBorder","Border color between the two text editors.")),ct=g("diffEditor.diagonalFill",{dark:"#cccccc33",light:"#22222233",hc:null},a.NC("vs/platform/theme/common/colorRegistry","diffDiagonalFill","Color of the diff editor's diagonal fill. The diagonal fill is used in side-by-side diff views.")),dt=g("list.focusBackground",{dark:null,light:null,hc:null},a.NC("vs/platform/theme/common/colorRegistry","listFocusBackground","List/Tree background color for the focused item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.")),ut=g("list.focusForeground",{dark:null,light:null,hc:null},a.NC("vs/platform/theme/common/colorRegistry","listFocusForeground","List/Tree foreground color for the focused item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.")),ht=g("list.focusOutline",{dark:_,light:_,hc:v},a.NC("vs/platform/theme/common/colorRegistry","listFocusOutline","List/Tree outline color for the focused item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.")),gt=g("list.activeSelectionBackground",{dark:"#094771",light:"#0060C0",hc:null},a.NC("vs/platform/theme/common/colorRegistry","listActiveSelectionBackground","List/Tree background color for the selected item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.")),pt=g("list.activeSelectionForeground",{dark:o.Il.white,light:o.Il.white,hc:null},a.NC("vs/platform/theme/common/colorRegistry","listActiveSelectionForeground","List/Tree foreground color for the selected item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.")),mt=g("list.activeSelectionIconForeground",{dark:null,light:null,hc:null},a.NC("vs/platform/theme/common/colorRegistry","listActiveSelectionIconForeground","List/Tree icon foreground color for the selected item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.")),ft=g("list.inactiveSelectionBackground",{dark:"#37373D",light:"#E4E6F1",hc:null},a.NC("vs/platform/theme/common/colorRegistry","listInactiveSelectionBackground","List/Tree background color for the selected item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not.")),_t=g("list.inactiveSelectionForeground",{dark:null,light:null,hc:null},a.NC("vs/platform/theme/common/colorRegistry","listInactiveSelectionForeground","List/Tree foreground color for the selected item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not.")),bt=g("list.inactiveSelectionIconForeground",{dark:null,light:null,hc:null},a.NC("vs/platform/theme/common/colorRegistry","listInactiveSelectionIconForeground","List/Tree icon foreground color for the selected item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not.")),vt=g("list.inactiveFocusBackground",{dark:null,light:null,hc:null},a.NC("vs/platform/theme/common/colorRegistry","listInactiveFocusBackground","List/Tree background color for the focused item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not.")),Ct=g("list.inactiveFocusOutline",{dark:null,light:null,hc:null},a.NC("vs/platform/theme/common/colorRegistry","listInactiveFocusOutline","List/Tree outline color for the focused item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not.")),wt=g("list.hoverBackground",{dark:"#2A2D2E",light:"#F0F0F0",hc:null},a.NC("vs/platform/theme/common/colorRegistry","listHoverBackground","List/Tree background when hovering over items using the mouse.")),yt=g("list.hoverForeground",{dark:null,light:null,hc:null},a.NC("vs/platform/theme/common/colorRegistry","listHoverForeground","List/Tree foreground when hovering over items using the mouse.")),St=g("list.dropBackground",{dark:"#062F4A",light:"#D6EBFF",hc:null},a.NC("vs/platform/theme/common/colorRegistry","listDropBackground","List/Tree drag and drop background when moving items around using the mouse.")),xt=g("list.highlightForeground",{dark:"#18A3FF",light:"#0066BF",hc:_},a.NC("vs/platform/theme/common/colorRegistry","highlight","List/Tree foreground color of the match highlights when searching inside the list/tree.")),kt=g("list.focusHighlightForeground",{dark:xt,light:(Lt=gt,Et=xt,"#9DDDFF",{op:5,if:Lt,then:Et,else:"#9DDDFF"}),hc:xt},a.NC("vs/platform/theme/common/colorRegistry","listFocusHighlightForeground","List/Tree foreground color of the match highlights on actively focused items when searching inside the list/tree."));var Lt,Et;g("list.invalidItemForeground",{dark:"#B89500",light:"#B89500",hc:"#B89500"},a.NC("vs/platform/theme/common/colorRegistry","invalidItemForeground","List/Tree foreground color for invalid items, for example an unresolved root in explorer.")),g("list.errorForeground",{dark:"#F88070",light:"#B01011",hc:null},a.NC("vs/platform/theme/common/colorRegistry","listErrorForeground","Foreground color of list items containing errors.")),g("list.warningForeground",{dark:"#CCA700",light:"#855F00",hc:null},a.NC("vs/platform/theme/common/colorRegistry","listWarningForeground","Foreground color of list items containing warnings."));const Nt=g("listFilterWidget.background",{light:"#efc1ad",dark:"#653723",hc:o.Il.black},a.NC("vs/platform/theme/common/colorRegistry","listFilterWidgetBackground","Background color of the type filter widget in lists and trees.")),Dt=g("listFilterWidget.outline",{dark:o.Il.transparent,light:o.Il.transparent,hc:"#f38518"},a.NC("vs/platform/theme/common/colorRegistry","listFilterWidgetOutline","Outline color of the type filter widget in lists and trees.")),It=g("listFilterWidget.noMatchesOutline",{dark:"#BE1100",light:"#BE1100",hc:b},a.NC("vs/platform/theme/common/colorRegistry","listFilterWidgetNoMatchesOutline","Outline color of the type filter widget in lists and trees, when there are no matches.")),Tt=(g("list.filterMatchBackground",{dark:Te,light:Te,hc:null},a.NC("vs/platform/theme/common/colorRegistry","listFilterMatchHighlight","Background color of the filtered match.")),g("list.filterMatchBorder",{dark:Me,light:Me,hc:b},a.NC("vs/platform/theme/common/colorRegistry","listFilterMatchHighlightBorder","Border color of the filtered match.")),g("tree.indentGuidesStroke",{dark:"#585858",light:"#a9a9a9",hc:"#a9a9a9"},a.NC("vs/platform/theme/common/colorRegistry","treeIndentGuidesStroke","Tree stroke color for the indentation guides."))),At=g("tree.tableColumnsBorder",{dark:"#CCCCCC20",light:"#61616120",hc:null},a.NC("vs/platform/theme/common/colorRegistry","tableColumnsBorder","Table border color between columns.")),Rt=g("tree.tableOddRowsBackground",{dark:_i(p,.04),light:_i(p,.04),hc:null},a.NC("vs/platform/theme/common/colorRegistry","tableOddRowsBackgroundColor","Background color for odd table rows.")),Mt=(g("list.deemphasizedForeground",{dark:"#8C8C8C",light:"#8E8E90",hc:"#A7A8A9"},a.NC("vs/platform/theme/common/colorRegistry","listDeemphasizedForeground","List/Tree foreground color for items that are deemphasized. ")),g("quickInput.list.focusBackground",{dark:null,light:null,hc:null},"",void 0,a.NC("vs/platform/theme/common/colorRegistry","quickInput.list.focusBackground deprecation","Please use quickInputList.focusBackground instead"))),Ot=g("quickInputList.focusForeground",{dark:pt,light:pt,hc:pt},a.NC("vs/platform/theme/common/colorRegistry","quickInput.listFocusForeground","Quick picker foreground color for the focused item.")),Pt=g("quickInputList.focusIconForeground",{dark:mt,light:mt,hc:mt},a.NC("vs/platform/theme/common/colorRegistry","quickInput.listFocusIconForeground","Quick picker icon foreground color for the focused item.")),Ft=g("quickInputList.focusBackground",{dark:bi(Mt,gt),light:bi(Mt,gt),hc:null},a.NC("vs/platform/theme/common/colorRegistry","quickInput.listFocusBackground","Quick picker background color for the focused item.")),Bt=g("menu.border",{dark:null,light:null,hc:b},a.NC("vs/platform/theme/common/colorRegistry","menuBorder","Border color of menus.")),Wt=g("menu.foreground",{dark:V,light:p,hc:V},a.NC("vs/platform/theme/common/colorRegistry","menuForeground","Foreground color of menu items.")),Vt=g("menu.background",{dark:W,light:W,hc:W},a.NC("vs/platform/theme/common/colorRegistry","menuBackground","Background color of menu items.")),Ht=g("menu.selectionForeground",{dark:pt,light:pt,hc:pt},a.NC("vs/platform/theme/common/colorRegistry","menuSelectionForeground","Foreground color of the selected menu item in menus.")),zt=g("menu.selectionBackground",{dark:gt,light:gt,hc:gt},a.NC("vs/platform/theme/common/colorRegistry","menuSelectionBackground","Background color of the selected menu item in menus.")),$t=g("menu.selectionBorder",{dark:null,light:null,hc:v},a.NC("vs/platform/theme/common/colorRegistry","menuSelectionBorder","Border color of the selected menu item in menus.")),Ut=g("menu.separatorBackground",{dark:"#BBBBBB",light:"#888888",hc:b},a.NC("vs/platform/theme/common/colorRegistry","menuSeparatorBackground","Color of a separator menu item in menus.")),jt=g("toolbar.hoverBackground",{dark:"#5a5d5e50",light:"#b8b8b850",hc:null},a.NC("vs/platform/theme/common/colorRegistry","toolbarHoverBackground","Toolbar background when hovering over actions using the mouse")),Kt=(g("toolbar.hoverOutline",{dark:null,light:null,hc:v},a.NC("vs/platform/theme/common/colorRegistry","toolbarHoverOutline","Toolbar outline when hovering over actions using the mouse")),g("toolbar.activeBackground",{dark:fi(jt,.1),light:mi(jt,.1),hc:null},a.NC("vs/platform/theme/common/colorRegistry","toolbarActiveBackground","Toolbar background when holding the mouse over actions")),g("editor.snippetTabstopHighlightBackground",{dark:new o.Il(new o.VS(124,124,124,.3)),light:new o.Il(new o.VS(10,50,100,.2)),hc:new o.Il(new o.VS(124,124,124,.3))},a.NC("vs/platform/theme/common/colorRegistry","snippetTabstopHighlightBackground","Highlight background color of a snippet tabstop.")),g("editor.snippetTabstopHighlightBorder",{dark:null,light:null,hc:null},a.NC("vs/platform/theme/common/colorRegistry","snippetTabstopHighlightBorder","Highlight border color of a snippet tabstop.")),g("editor.snippetFinalTabstopHighlightBackground",{dark:null,light:null,hc:null},a.NC("vs/platform/theme/common/colorRegistry","snippetFinalTabstopHighlightBackground","Highlight background color of the final tabstop of a snippet.")),g("editor.snippetFinalTabstopHighlightBorder",{dark:"#525252",light:new o.Il(new o.VS(10,50,100,.5)),hc:"#525252"},a.NC("vs/platform/theme/common/colorRegistry","snippetFinalTabstopHighlightBorder","Highlight border color of the final tabstop of a snippet.")),g("breadcrumb.foreground",{light:_i(p,.8),dark:_i(p,.8),hc:_i(p,.8)},a.NC("vs/platform/theme/common/colorRegistry","breadcrumbsFocusForeground","Color of focused breadcrumb items.")),g("breadcrumb.background",{light:de,dark:de,hc:de},a.NC("vs/platform/theme/common/colorRegistry","breadcrumbsBackground","Background color of breadcrumb items.")),g("breadcrumb.focusForeground",{light:mi(p,.2),dark:fi(p,.1),hc:fi(p,.1)},a.NC("vs/platform/theme/common/colorRegistry","breadcrumbsFocusForeground","Color of focused breadcrumb items.")),g("breadcrumb.activeSelectionForeground",{light:mi(p,.2),dark:fi(p,.1),hc:fi(p,.1)},a.NC("vs/platform/theme/common/colorRegistry","breadcrumbsSelectedForegound","Color of selected breadcrumb items.")),g("breadcrumbPicker.background",{light:he,dark:he,hc:he},a.NC("vs/platform/theme/common/colorRegistry","breadcrumbsSelectedBackground","Background color of breadcrumb item picker.")),o.Il.fromHex("#40C8AE").transparent(.5)),qt=o.Il.fromHex("#40A6FF").transparent(.5),Gt=o.Il.fromHex("#606060").transparent(.4),Zt=.4,Yt=g("merge.currentHeaderBackground",{dark:Kt,light:Kt,hc:null},a.NC("vs/platform/theme/common/colorRegistry","mergeCurrentHeaderBackground","Current header background in inline merge-conflicts. The color must not be opaque so as not to hide underlying decorations."),!0),Qt=(g("merge.currentContentBackground",{dark:_i(Yt,Zt),light:_i(Yt,Zt),hc:_i(Yt,Zt)},a.NC("vs/platform/theme/common/colorRegistry","mergeCurrentContentBackground","Current content background in inline merge-conflicts. The color must not be opaque so as not to hide underlying decorations."),!0),g("merge.incomingHeaderBackground",{dark:qt,light:qt,hc:null},a.NC("vs/platform/theme/common/colorRegistry","mergeIncomingHeaderBackground","Incoming header background in inline merge-conflicts. The color must not be opaque so as not to hide underlying decorations."),!0)),Xt=(g("merge.incomingContentBackground",{dark:_i(Qt,Zt),light:_i(Qt,Zt),hc:_i(Qt,Zt)},a.NC("vs/platform/theme/common/colorRegistry","mergeIncomingContentBackground","Incoming content background in inline merge-conflicts. The color must not be opaque so as not to hide underlying decorations."),!0),g("merge.commonHeaderBackground",{dark:Gt,light:Gt,hc:null},a.NC("vs/platform/theme/common/colorRegistry","mergeCommonHeaderBackground","Common ancestor header background in inline merge-conflicts. The color must not be opaque so as not to hide underlying decorations."),!0)),Jt=(g("merge.commonContentBackground",{dark:_i(Xt,Zt),light:_i(Xt,Zt),hc:_i(Xt,Zt)},a.NC("vs/platform/theme/common/colorRegistry","mergeCommonContentBackground","Common ancestor content background in inline merge-conflicts. The color must not be opaque so as not to hide underlying decorations."),!0),g("merge.border",{dark:null,light:null,hc:"#C3DF6F"},a.NC("vs/platform/theme/common/colorRegistry","mergeBorder","Border color on headers and the splitter in inline merge-conflicts."))),ei=(g("editorOverviewRuler.currentContentForeground",{dark:_i(Yt,1),light:_i(Yt,1),hc:Jt},a.NC("vs/platform/theme/common/colorRegistry","overviewRulerCurrentContentForeground","Current overview ruler foreground for inline merge-conflicts.")),g("editorOverviewRuler.incomingContentForeground",{dark:_i(Qt,1),light:_i(Qt,1),hc:Jt},a.NC("vs/platform/theme/common/colorRegistry","overviewRulerIncomingContentForeground","Incoming overview ruler foreground for inline merge-conflicts.")),g("editorOverviewRuler.commonContentForeground",{dark:_i(Xt,1),light:_i(Xt,1),hc:Jt},a.NC("vs/platform/theme/common/colorRegistry","overviewRulerCommonContentForeground","Common ancestor overview ruler foreground for inline merge-conflicts.")),g("editorOverviewRuler.findMatchForeground",{dark:"#d186167e",light:"#d186167e",hc:"#AB5A00"},a.NC("vs/platform/theme/common/colorRegistry","overviewRulerFindMatchForeground","Overview ruler marker color for find matches. The color must not be opaque so as not to hide underlying decorations."),!0)),ti=g("editorOverviewRuler.selectionHighlightForeground",{dark:"#A0A0A0CC",light:"#A0A0A0CC",hc:"#A0A0A0CC"},a.NC("vs/platform/theme/common/colorRegistry","overviewRulerSelectionHighlightForeground","Overview ruler marker color for selection highlights. The color must not be opaque so as not to hide underlying decorations."),!0),ii=g("minimap.findMatchHighlight",{light:"#d18616",dark:"#d18616",hc:"#AB5A00"},a.NC("vs/platform/theme/common/colorRegistry","minimapFindMatchHighlight","Minimap marker color for find matches."),!0),ni=g("minimap.selectionOccurrenceHighlight",{light:"#c9c9c9",dark:"#676767",hc:"#ffffff"},a.NC("vs/platform/theme/common/colorRegistry","minimapSelectionOccurrenceHighlight","Minimap marker color for repeating editor selections."),!0),oi=g("minimap.selectionHighlight",{light:"#ADD6FF",dark:"#264F78",hc:"#ffffff"},a.NC("vs/platform/theme/common/colorRegistry","minimapSelectionHighlight","Minimap marker color for the editor selection."),!0),ri=g("minimap.errorHighlight",{dark:new o.Il(new o.VS(255,18,18,.7)),light:new o.Il(new o.VS(255,18,18,.7)),hc:new o.Il(new o.VS(255,50,50,1))},a.NC("vs/platform/theme/common/colorRegistry","minimapError","Minimap marker color for errors.")),si=g("minimap.warningHighlight",{dark:ne,light:ne,hc:oe},a.NC("vs/platform/theme/common/colorRegistry","overviewRuleWarning","Minimap marker color for warnings.")),ai=g("minimap.background",{dark:null,light:null,hc:null},a.NC("vs/platform/theme/common/colorRegistry","minimapBackground","Minimap background color.")),li=g("minimap.foregroundOpacity",{dark:o.Il.fromHex("#000f"),light:o.Il.fromHex("#000f"),hc:o.Il.fromHex("#000f")},a.NC("vs/platform/theme/common/colorRegistry","minimapForegroundOpacity",'Opacity of foreground elements rendered in the minimap. For example, "#000000c0" will render the elements with 75% opacity.')),ci=g("minimapSlider.background",{light:_i(Z,.5),dark:_i(Z,.5),hc:_i(Z,.5)},a.NC("vs/platform/theme/common/colorRegistry","minimapSliderBackground","Minimap slider background color.")),di=g("minimapSlider.hoverBackground",{light:_i(Y,.5),dark:_i(Y,.5),hc:_i(Y,.5)},a.NC("vs/platform/theme/common/colorRegistry","minimapSliderHoverBackground","Minimap slider background color when hovering.")),ui=g("minimapSlider.activeBackground",{light:_i(Q,.5),dark:_i(Q,.5),hc:_i(Q,.5)},a.NC("vs/platform/theme/common/colorRegistry","minimapSliderActiveBackground","Minimap slider background color when clicked on.")),hi=g("problemsErrorIcon.foreground",{dark:ee,light:ee,hc:ee},a.NC("vs/platform/theme/common/colorRegistry","problemsErrorIconForeground","The color used for the problems error icon.")),gi=g("problemsWarningIcon.foreground",{dark:ne,light:ne,hc:ne},a.NC("vs/platform/theme/common/colorRegistry","problemsWarningIconForeground","The color used for the problems warning icon.")),pi=g("problemsInfoIcon.foreground",{dark:se,light:se,hc:se},a.NC("vs/platform/theme/common/colorRegistry","problemsInfoIconForeground","The color used for the problems info icon."));function mi(e,t){return{op:0,value:e,factor:t}}function fi(e,t){return{op:1,value:e,factor:t}}function _i(e,t){return{op:2,value:e,factor:t}}function bi(...e){return{op:3,values:e}}function vi(e,t,i,n){return{op:4,value:e,background:t,factor:i,transparency:n}}function Ci(e,t){if(null!==e)return"string"==typeof e?"#"===e[0]?o.Il.fromHex(e):t.getColor(e):e instanceof o.Il?e:"object"==typeof e?function(e,t){var i,n,r;switch(e.op){case 0:return null===(i=Ci(e.value,t))||void 0===i?void 0:i.darken(e.factor);case 1:return null===(n=Ci(e.value,t))||void 0===n?void 0:n.lighten(e.factor);case 2:return null===(r=Ci(e.value,t))||void 0===r?void 0:r.transparent(e.factor);case 3:for(const i of e.values){const e=Ci(i,t);if(e)return e}return;case 5:return Ci(t.defines(e.if)?e.then:e.else,t);case 4:{const i=Ci(e.value,t);if(!i)return;const n=Ci(e.background,t);return n?i.isDarkerThan(n)?o.Il.getLighterColor(i,n,e.factor).transparent(e.transparency):o.Il.getDarkerColor(i,n,e.factor).transparent(e.transparency):i.transparent(e.factor*e.transparency)}default:throw(0,s.vE)(e)}}(e,t):void 0}g("charts.foreground",{dark:p,light:p,hc:p},a.NC("vs/platform/theme/common/colorRegistry","chartsForeground","The foreground color used in charts.")),g("charts.lines",{dark:_i(p,.5),light:_i(p,.5),hc:_i(p,.5)},a.NC("vs/platform/theme/common/colorRegistry","chartsLines","The color used for horizontal lines in charts.")),g("charts.red",{dark:ee,light:ee,hc:ee},a.NC("vs/platform/theme/common/colorRegistry","chartsRed","The red color used in chart visualizations.")),g("charts.blue",{dark:se,light:se,hc:se},a.NC("vs/platform/theme/common/colorRegistry","chartsBlue","The blue color used in chart visualizations.")),g("charts.yellow",{dark:ne,light:ne,hc:ne},a.NC("vs/platform/theme/common/colorRegistry","chartsYellow","The yellow color used in chart visualizations.")),g("charts.orange",{dark:ii,light:ii,hc:ii},a.NC("vs/platform/theme/common/colorRegistry","chartsOrange","The orange color used in chart visualizations.")),g("charts.green",{dark:"#89D185",light:"#388A34",hc:"#89D185"},a.NC("vs/platform/theme/common/colorRegistry","chartsGreen","The green color used in chart visualizations.")),g("charts.purple",{dark:"#B180D7",light:"#652D90",hc:"#B180D7"},a.NC("vs/platform/theme/common/colorRegistry","chartsPurple","The purple color used in chart visualizations."));const wi="vscode://schemas/workbench-colors";let yi=c.B.as(l.I.JSONContribution);yi.registerSchema(wi,h.getColorSchema());const Si=new n.pY((()=>yi.notifySchemaChanged(wi)),200);h.onDidChangeSchema((()=>{Si.isScheduled()||Si.schedule()}))},26181:function(e,t,i){"use strict";i.d(t,{Ks:function(){return g},q5:function(){return h},s_:function(){return _}});var n,o=i(40027),r=i(4821),s=i(46718),a=i(89982),l=i(32801),c=i(73403),d=i(81585);!function(e){e.getDefinition=function(e,t){let i=e.defaults;for(;d.kS.isThemeIcon(i);){const e=u.getIcon(i.id);if(!e)return;i=e.defaults}return i}}(n||(n={}));const u=new class{constructor(){this._onDidChange=new s.Q5,this.onDidChange=this._onDidChange.event,this.iconSchema={definitions:{icons:{type:"object",properties:{fontId:{type:"string",description:(0,a.NC)("vs/platform/theme/common/iconRegistry","iconDefinition.fontId","The id of the font to use. If not set, the font that is defined first is used.")},fontCharacter:{type:"string",description:(0,a.NC)("vs/platform/theme/common/iconRegistry","iconDefinition.fontCharacter","The font character associated with the icon definition.")}},additionalProperties:!1,defaultSnippets:[{body:{fontCharacter:"\\\\e030"}}]}},type:"object",properties:{}},this.iconReferenceSchema={type:"string",pattern:`^${r.dT.iconNameExpression}$`,enum:[],enumDescriptions:[]},this.iconsById={},this.iconFontsById={}}registerIcon(e,t,i,n){const o=this.iconsById[e];if(o){if(i&&!o.description){o.description=i,this.iconSchema.properties[e].markdownDescription=`${i} $(${e})`;const t=this.iconReferenceSchema.enum.indexOf(e);-1!==t&&(this.iconReferenceSchema.enumDescriptions[t]=i),this._onDidChange.fire()}return o}let r={id:e,description:i,defaults:t,deprecationMessage:n};this.iconsById[e]=r;let s={$ref:"#/definitions/icons"};return n&&(s.deprecationMessage=n),i&&(s.markdownDescription=`${i}: $(${e})`),this.iconSchema.properties[e]=s,this.iconReferenceSchema.enum.push(e),this.iconReferenceSchema.enumDescriptions.push(i||""),this._onDidChange.fire(),{id:e}}getIcons(){return Object.keys(this.iconsById).map((e=>this.iconsById[e]))}getIcon(e){return this.iconsById[e]}getIconSchema(){return this.iconSchema}toString(){const e=(e,t)=>e.id.localeCompare(t.id),t=e=>{for(;d.kS.isThemeIcon(e.defaults);)e=this.iconsById[e.defaults.id];return`codicon codicon-${e?e.id:""}`};let i=[];i.push("| preview | identifier | default codicon ID | description"),i.push("| ----------- | --------------------------------- | --------------------------------- | --------------------------------- |");const n=Object.keys(this.iconsById).map((e=>this.iconsById[e]));for(const o of n.filter((e=>!!e.description)).sort(e))i.push(`||${o.id}|${d.kS.isThemeIcon(o.defaults)?o.defaults.id:o.id}|${o.description||""}|`);i.push("| preview | identifier "),i.push("| ----------- | --------------------------------- |");for(const o of n.filter((e=>!d.kS.isThemeIcon(e.defaults))).sort(e))i.push(`||${o.id}|`);return i.join("\n")}};function h(e,t,i,n){return u.registerIcon(e,t,i,n)}function g(){return u}c.B.add("base.contributions.icons",u),function(){for(const e of r.lA.getAll())u.registerIcon(e.id,e.definition,e.description)}();const p="vscode://schemas/icons";let m=c.B.as(l.I.JSONContribution);m.registerSchema(p,u.getIconSchema());const f=new o.pY((()=>m.notifySchemaChanged(p)),200);u.onDidChange((()=>{f.isScheduled()||f.schedule()}));const _=h("widget-close",r.lA.close,(0,a.NC)("vs/platform/theme/common/iconRegistry","widgetClose","Icon for the close action in widgets."));h("goto-previous-location",r.lA.arrowUp,(0,a.NC)("vs/platform/theme/common/iconRegistry","previousChangeIcon","Icon for goto previous editor location.")),h("goto-next-location",r.lA.arrowDown,(0,a.NC)("vs/platform/theme/common/iconRegistry","nextChangeIcon","Icon for goto next editor location.")),d.kS.modify(r.lA.sync,"spin"),d.kS.modify(r.lA.loading,"spin")},64348:function(e,t,i){"use strict";i.d(t,{Jl:function(){return a},O2:function(){return l},WZ:function(){return s},o:function(){return o},tj:function(){return d}});var n=i(45164);function o(e,t){const i=Object.create(null);for(let o in t){const r=t[o];r&&(i[o]=(0,n.Snq)(r,e))}return i}function r(e,t,i){function n(){const n=o(e.getColorTheme(),t);"function"==typeof i?i(n):i.style(n)}return n(),e.onDidColorThemeChange(n)}function s(e,t,i){return r(t,{badgeBackground:(null==i?void 0:i.badgeBackground)||n.g8u,badgeForeground:(null==i?void 0:i.badgeForeground)||n.qeD,badgeBorder:n.lRK},e)}function a(e,t,i){return r(t,Object.assign(Object.assign({},l),i||{}),e)}const l={listFocusBackground:n._bK,listFocusForeground:n._2n,listFocusOutline:n.Oop,listActiveSelectionBackground:n.dCr,listActiveSelectionForeground:n.M6C,listActiveSelectionIconForeground:n.Tnx,listFocusAndSelectionBackground:n.dCr,listFocusAndSelectionForeground:n.M6C,listInactiveSelectionBackground:n.rg2,listInactiveSelectionIconForeground:n.kvU,listInactiveSelectionForeground:n.ytC,listInactiveFocusBackground:n.s$,listInactiveFocusOutline:n.F3d,listHoverBackground:n.mV1,listHoverForeground:n.$d5,listDropBackground:n.AS1,listSelectionOutline:n.xL1,listHoverOutline:n.xL1,listFilterWidgetBackground:n.vGG,listFilterWidgetOutline:n.oSI,listFilterWidgetNoMatchesOutline:n.Saq,listMatchesShadow:n.rh,treeIndentGuidesStroke:n.UnT,tableColumnsBorder:n.uxu,tableOddRowsBackgroundColor:n.EQn},c={shadowColor:n.rh,borderColor:n.Cdg,foregroundColor:n.DEr,backgroundColor:n.Hz8,selectionForegroundColor:n.jbW,selectionBackgroundColor:n.$DX,selectionBorderColor:n.E3h,separatorColor:n.ZGJ,scrollbarShadow:n._wn,scrollbarSliderBackground:n.etL,scrollbarSliderHoverBackground:n.ABB,scrollbarSliderActiveBackground:n.ynu};function d(e,t,i){return r(t,Object.assign(Object.assign({},c),i),e)}},14540:function(e,t,i){"use strict";var n;i.d(t,{e:function(){return n}}),function(e){e.DARK="dark",e.LIGHT="light",e.HIGH_CONTRAST="hc"}(n||(n={}))},81585:function(e,t,i){"use strict";i.d(t,{EN:function(){return h},IP:function(){return p},Ic:function(){return f},XE:function(){return c},bB:function(){return _},kS:function(){return u},m6:function(){return g}});var n=i(4821),o=i(46718),r=i(4004),s=i(12260),a=i(73403),l=i(14540);const c=(0,s.yh)("themeService");var d,u;function h(e){return{id:e}}function g(e){switch(e){case l.e.DARK:return"vs-dark";case l.e.HIGH_CONTRAST:return"hc-black";default:return"vs"}}!function(e){e.isThemeColor=function(e){return e&&"object"==typeof e&&"string"==typeof e.id}}(d||(d={})),function(e){e.isThemeIcon=function(e){return e&&"object"==typeof e&&"string"==typeof e.id&&(void 0===e.color||d.isThemeColor(e.color))};const t=new RegExp(`^\\$\\((${n.dT.iconNameExpression}(?:${n.dT.iconModifierExpression})?)\\)$`);e.fromString=function(e){const i=t.exec(e);if(!i)return;let[,n]=i;return{id:n}},e.fromId=function(e){return{id:e}},e.modify=function(e,t){let i=e.id;const n=i.lastIndexOf("~");return-1!==n&&(i=i.substring(0,n)),t&&(i=`${i}~${t}`),{id:i}},e.getModifier=function(e){const t=e.id.lastIndexOf("~");if(-1!==t)return e.id.substring(t+1)},e.isEqual=function(e,t){var i,n;return e.id===t.id&&(null===(i=e.color)||void 0===i?void 0:i.id)===(null===(n=t.color)||void 0===n?void 0:n.id)},e.asThemeIcon=function(e,t){return{id:e.id,color:t?h(t):void 0}},e.asClassNameArray=n.dT.asClassNameArray,e.asClassName=n.dT.asClassName,e.asCSSSelector=n.dT.asCSSSelector}(u||(u={}));const p={ThemingContribution:"base.contributions.theming"};let m=new class{constructor(){this.themingParticipants=[],this.themingParticipants=[],this.onThemingParticipantAddedEmitter=new o.Q5}onColorThemeChange(e){return this.themingParticipants.push(e),this.onThemingParticipantAddedEmitter.fire(e),(0,r.OF)((()=>{const t=this.themingParticipants.indexOf(e);this.themingParticipants.splice(t,1)}))}getThemingParticipants(){return this.themingParticipants}};function f(e){return m.onColorThemeChange(e)}a.B.add(p.ThemingContribution,m);class _ extends r.JT{constructor(e){super(),this.themeService=e,this.theme=e.getColorTheme(),this._register(this.themeService.onDidColorThemeChange((e=>this.onThemeChange(e))))}onThemeChange(e){this.theme=e,this.updateStyles()}updateStyles(){}}},68511:function(e,t,i){"use strict";i.d(t,{Xt:function(){return r},YO:function(){return o},gJ:function(){return s},tJ:function(){return n}});const n=(0,i(12260).yh)("undoRedoService");class o{constructor(e,t){this.resource=e,this.elements=t}}class r{constructor(){this.id=r._ID++,this.order=1}nextOrder(){return 0===this.id?0:this.order++}}r._ID=0,r.None=new r;class s{constructor(){this.id=s._ID++,this.order=1}nextOrder(){return 0===this.id?0:this.order++}}s._ID=0,s.None=new s},38630:function(e,t,i){"use strict";i.d(t,{A6:function(){return c},eb:function(){return s},ec:function(){return r},md:function(){return l},uT:function(){return a}});var n=i(89982),o=(i(38455),i(39675));const r=(0,i(12260).yh)("contextService");function s(e){const t=e;return"string"==typeof(null==t?void 0:t.id)&&o.o.isUri(t.uri)}function a(e){return e.configuration?{id:e.id,configPath:e.configuration}:1===e.folders.length?{id:e.id,uri:e.folders[0].uri}:void 0}class l{constructor(e,t){this.raw=t,this.uri=e.uri,this.index=e.index,this.name=e.name}toJSON(){return{uri:this.uri,name:this.name,index:this.index}}}const c="code-workspace";(0,n.NC)("vs/platform/workspace/common/workspace","codeWorkspace","Code Workspace")},32817:function(e,t,i){"use strict";i.d(t,{Y:function(){return n}});const n=(0,i(12260).yh)("workspaceTrustManagementService")},54918:function(e,t,i){var n;self.MonacoEnvironment=(n={editorWorkerService:"editor.worker.js",css:"css.worker.js",html:"html.worker.js",json:"json.worker.js",typescript:"ts.worker.js",javascript:"ts.worker.js",less:"css.worker.js",scss:"css.worker.js",handlebars:"html.worker.js",razor:"html.worker.js"},{globalAPI:!0,getWorkerUrl:function(e,t){var o=i.p,r=(o?o.replace(/\/$/,"")+"/":"")+n[t];if(/^((http:)|(https:)|(file:)|(\/\/))/.test(r)){var s=String(window.location),a=s.substr(0,s.length-window.location.hash.length-window.location.search.length-window.location.pathname.length);if(r.substring(0,a.length)!==a){/^(\/\/)/.test(r)&&(r=window.location.protocol+r);var l=new Blob(["/*"+t+'*/importScripts("'+r+'");'],{type:"application/javascript"});return URL.createObjectURL(l)}}return r}}),i(32210),i(77082),i(26421),i(47095),i(90089),i(42336),i(63149),i(97807),i(42201),i(13257),i(57856),i(2769),i(80015),i(96593),i(81177),i(90251),i(16244),i(48693),i(27239),i(15707),i(57402),i(82879),i(6718),i(34944),i(17026),i(63022),i(7859),i(37089),i(28859),i(21094),i(82105),i(68620),i(16486),i(70663),i(78053),i(99966),i(50717),i(71874),i(88640),i(5380),i(98483),i(32072),i(29820),i(1266),i(82597),i(13876),i(27710),i(88942),i(60803),i(32547),i(40216),i(37184),i(65042),e.exports=i(38203),i(47729),i(24900),i(23434),i(63631),i(33475),i(93048),i(98184),i(3186),i(53651),i(34669),i(3654),i(63698),i(31118),i(73151),i(80631),i(10944),i(25456),i(2395),i(630),i(4275),i(61089),i(80527),i(9243),i(64825),i(77322),i(72080),i(62965),i(80571),i(89852),i(45580),i(66424),i(93741),i(27174),i(68971),i(21401),i(50612),i(33903),i(20366),i(60301),i(21823),i(54201),i(5895),i(60107),i(86229),i(9086),i(24972),i(83105),i(79931),i(53828),i(7406),i(64026),i(33173),i(11138),i(61116),i(31961),i(43717),i(63074),i(99032),i(28897),i(45439),i(94184),i(48367),i(33464),i(4595),i(8592),i(49607),i(78027),i(45089),i(22900),i(6714),i(59305),i(51345),i(61797),i(86),i(35184),i(36945),i(59114),i(75797),i(19396),i(77897),i(24311)},70071:function(e,t,i){var n;self.MonacoEnvironment=(n={editorWorkerService:"editor.worker.js",css:"css.worker.js",html:"html.worker.js",json:"json.worker.js",typescript:"ts.worker.js",javascript:"ts.worker.js",less:"css.worker.js",scss:"css.worker.js",handlebars:"html.worker.js",razor:"html.worker.js"},{globalAPI:!0,getWorkerUrl:function(e,t){var o=i.p,r=(o?o.replace(/\/$/,"")+"/":"")+n[t];if(/^((http:)|(https:)|(file:)|(\/\/))/.test(r)){var s=String(window.location),a=s.substr(0,s.length-window.location.hash.length-window.location.search.length-window.location.pathname.length);if(r.substring(0,a.length)!==a){/^(\/\/)/.test(r)&&(r=window.location.protocol+r);var l=new Blob(["/*"+t+'*/importScripts("'+r+'");'],{type:"application/javascript"});return URL.createObjectURL(l)}}return r}}),i(32210),i(77082),i(26421),i(47095),i(90089),i(42336),i(63149),i(97807),i(42201),i(13257),i(57856),i(2769),i(80015),i(96593),i(81177),i(90251),i(16244),i(48693),i(27239),i(15707),i(57402),i(82879),i(6718),i(34944),i(17026),i(63022),i(7859),i(37089),i(28859),i(21094),i(82105),i(68620),i(16486),i(70663),i(78053),i(99966),i(50717),i(71874),i(88640),i(5380),i(98483),i(32072),i(29820),i(1266),i(82597),i(13876),i(27710),i(88942),i(60803),i(32547),i(40216),i(37184),i(65042),e.exports=i(49982),i(47729),i(24900),i(23434),i(63631),i(33475),i(93048),i(98184),i(3186),i(53651),i(34669),i(3654),i(63698),i(31118),i(73151),i(80631),i(10944),i(25456),i(2395),i(630),i(4275),i(61089),i(80527),i(9243),i(64825),i(77322),i(72080),i(62965),i(80571),i(89852),i(45580),i(66424),i(93741),i(27174),i(68971),i(21401),i(50612),i(33903),i(20366),i(60301),i(21823),i(54201),i(5895),i(60107),i(86229),i(9086),i(24972),i(83105),i(79931),i(53828),i(7406),i(64026),i(33173),i(11138),i(61116),i(31961),i(43717),i(63074),i(99032),i(28897),i(45439),i(94184),i(48367),i(33464),i(4595),i(8592),i(49607),i(78027),i(45089),i(22900),i(6714),i(59305),i(51345),i(61797),i(86),i(35184),i(36945),i(59114),i(75797),i(19396),i(77897),i(24311)},63050:function(e,t,i){"use strict";var n=i(93379),o=i.n(n),r=i(7795),s=i.n(r),a=i(90569),l=i.n(a),c=i(3565),d=i.n(c),u=i(19216),h=i.n(u),g=i(44589),p=i.n(g),m=i(86160),f={};f.styleTagTransform=p(),f.setAttributes=d(),f.insert=l().bind(null,"head"),f.domAPI=s(),f.insertStyleElement=h(),o()(m.Z,f),m.Z&&m.Z.locals&&m.Z.locals},99704:function(e,t,i){"use strict";var n=i(93379),o=i.n(n),r=i(7795),s=i.n(r),a=i(90569),l=i.n(a),c=i(3565),d=i.n(c),u=i(19216),h=i.n(u),g=i(44589),p=i.n(g),m=i(41859),f={};f.styleTagTransform=p(),f.setAttributes=d(),f.insert=l().bind(null,"head"),f.domAPI=s(),f.insertStyleElement=h(),o()(m.Z,f),m.Z&&m.Z.locals&&m.Z.locals},93379:function(e){"use strict";var t=[];function i(e){for(var i=-1,n=0;n0?" ".concat(i.layer):""," {")),n+=i.css,o&&(n+="}"),i.media&&(n+="}"),i.supports&&(n+="}");var r=i.sourceMap;r&&"undefined"!=typeof btoa&&(n+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(r))))," */")),t.styleTagTransform(n,e,t.options)}(t,e,i)},remove:function(){!function(e){if(null===e.parentNode)return!1;e.parentNode.removeChild(e)}(t)}}}},44589:function(e){"use strict";e.exports=function(e,t){if(t.styleSheet)t.styleSheet.cssText=e;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(e))}}},94748:function(e){"use strict";e.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTZEaa/1AAAAHUlEQVQYV2PYvXu3JAi7uLiAMaYAjAGTQBPYLQkAa/0Zef3qRswAAAAASUVORK5CYII="},6161:function(e){"use strict";e.exports="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTMiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCA1MyAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwKSI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNDguMDM2NCA0LjAxMDQySDQuMDA3NzlMNC4wMDc3OSAzMi4wMjg2SDQ4LjAzNjRWNC4wMTA0MlpNNC4wMDc3OSAwLjAwNzgxMjVDMS43OTcyMSAwLjAwNzgxMjUgMC4wMDUxODc5OSAxLjc5OTg0IDAuMDA1MTg3OTkgNC4wMTA0MlYzMi4wMjg2QzAuMDA1MTg3OTkgMzQuMjM5MiAxLjc5NzIxIDM2LjAzMTIgNC4wMDc3OSAzNi4wMzEySDQ4LjAzNjRDNTAuMjQ3IDM2LjAzMTIgNTIuMDM5IDM0LjIzOTIgNTIuMDM5IDMyLjAyODZWNC4wMTA0MkM1Mi4wMzkgMS43OTk4NCA1MC4yNDcgMC4wMDc4MTI1IDQ4LjAzNjQgMC4wMDc4MTI1SDQuMDA3NzlaTTguMDEwNDIgOC4wMTMwMkgxMi4wMTNWMTIuMDE1Nkg4LjAxMDQyVjguMDEzMDJaTTIwLjAxODIgOC4wMTMwMkgxNi4wMTU2VjEyLjAxNTZIMjAuMDE4MlY4LjAxMzAyWk0yNC4wMjA4IDguMDEzMDJIMjguMDIzNFYxMi4wMTU2SDI0LjAyMDhWOC4wMTMwMlpNMzYuMDI4NiA4LjAxMzAySDMyLjAyNlYxMi4wMTU2SDM2LjAyODZWOC4wMTMwMlpNNDAuMDMxMiA4LjAxMzAySDQ0LjAzMzlWMTIuMDE1Nkg0MC4wMzEyVjguMDEzMDJaTTE2LjAxNTYgMTYuMDE4Mkg4LjAxMDQyVjIwLjAyMDhIMTYuMDE1NlYxNi4wMTgyWk0yMC4wMTgyIDE2LjAxODJIMjQuMDIwOFYyMC4wMjA4SDIwLjAxODJWMTYuMDE4MlpNMzIuMDI2IDE2LjAxODJIMjguMDIzNFYyMC4wMjA4SDMyLjAyNlYxNi4wMTgyWk00NC4wMzM5IDE2LjAxODJWMjAuMDIwOEgzNi4wMjg2VjE2LjAxODJINDQuMDMzOVpNMTIuMDEzIDI0LjAyMzRIOC4wMTA0MlYyOC4wMjZIMTIuMDEzVjI0LjAyMzRaTTE2LjAxNTYgMjQuMDIzNEgzNi4wMjg2VjI4LjAyNkgxNi4wMTU2VjI0LjAyMzRaTTQ0LjAzMzkgMjQuMDIzNEg0MC4wMzEyVjI4LjAyNkg0NC4wMzM5VjI0LjAyMzRaIiBmaWxsPSIjNDI0MjQyIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDAiPgo8cmVjdCB3aWR0aD0iNTMiIGhlaWdodD0iMzYiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg=="},51096:function(e){"use strict";e.exports="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTMiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCA1MyAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwKSI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNDguMDM2NCA0LjAxMDQySDQuMDA3NzlMNC4wMDc3OSAzMi4wMjg2SDQ4LjAzNjRWNC4wMTA0MlpNNC4wMDc3OSAwLjAwNzgxMjVDMS43OTcyMSAwLjAwNzgxMjUgMC4wMDUxODc5OSAxLjc5OTg0IDAuMDA1MTg3OTkgNC4wMTA0MlYzMi4wMjg2QzAuMDA1MTg3OTkgMzQuMjM5MiAxLjc5NzIxIDM2LjAzMTIgNC4wMDc3OSAzNi4wMzEySDQ4LjAzNjRDNTAuMjQ3IDM2LjAzMTIgNTIuMDM5IDM0LjIzOTIgNTIuMDM5IDMyLjAyODZWNC4wMTA0MkM1Mi4wMzkgMS43OTk4NCA1MC4yNDcgMC4wMDc4MTI1IDQ4LjAzNjQgMC4wMDc4MTI1SDQuMDA3NzlaTTguMDEwNDIgOC4wMTMwMkgxMi4wMTNWMTIuMDE1Nkg4LjAxMDQyVjguMDEzMDJaTTIwLjAxODIgOC4wMTMwMkgxNi4wMTU2VjEyLjAxNTZIMjAuMDE4MlY4LjAxMzAyWk0yNC4wMjA4IDguMDEzMDJIMjguMDIzNFYxMi4wMTU2SDI0LjAyMDhWOC4wMTMwMlpNMzYuMDI4NiA4LjAxMzAySDMyLjAyNlYxMi4wMTU2SDM2LjAyODZWOC4wMTMwMlpNNDAuMDMxMiA4LjAxMzAySDQ0LjAzMzlWMTIuMDE1Nkg0MC4wMzEyVjguMDEzMDJaTTE2LjAxNTYgMTYuMDE4Mkg4LjAxMDQyVjIwLjAyMDhIMTYuMDE1NlYxNi4wMTgyWk0yMC4wMTgyIDE2LjAxODJIMjQuMDIwOFYyMC4wMjA4SDIwLjAxODJWMTYuMDE4MlpNMzIuMDI2IDE2LjAxODJIMjguMDIzNFYyMC4wMjA4SDMyLjAyNlYxNi4wMTgyWk00NC4wMzM5IDE2LjAxODJWMjAuMDIwOEgzNi4wMjg2VjE2LjAxODJINDQuMDMzOVpNMTIuMDEzIDI0LjAyMzRIOC4wMTA0MlYyOC4wMjZIMTIuMDEzVjI0LjAyMzRaTTE2LjAxNTYgMjQuMDIzNEgzNi4wMjg2VjI4LjAyNkgxNi4wMTU2VjI0LjAyMzRaTTQ0LjAzMzkgMjQuMDIzNEg0MC4wMzEyVjI4LjAyNkg0NC4wMzM5VjI0LjAyMzRaIiBmaWxsPSIjQzVDNUM1Ii8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDAiPgo8cmVjdCB3aWR0aD0iNTMiIGhlaWdodD0iMzYiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg=="},38137:function(e,t,i){"use strict";e.exports=i.p+"ade705761eb7e702770d.ttf"}},t={};function i(n){var o=t[n];if(void 0!==o)return o.exports;var r=t[n]={id:n,exports:{}};return e[n](r,r.exports,i),r.exports}i.m=e,i.amdO={},i.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return i.d(t,{a:t}),t},i.d=function(e,t){for(var n in t)i.o(t,n)&&!i.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},i.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),i.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},i.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},function(){var e;i.g.importScripts&&(e=i.g.location+"");var t=i.g.document;if(!e&&t&&(t.currentScript&&(e=t.currentScript.src),!e)){var n=t.getElementsByTagName("script");n.length&&(e=n[n.length-1].src)}if(!e)throw new Error("Automatic publicPath is not supported in this browser");e=e.replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),i.p=e}(),i.b=document.baseURI||self.location.href,function(){"use strict";var e=i(70071);window.monaco=e,window.MonacoEnvironment=window.MonacoEnvironment||{},window.MonacoEnvironment.Locale||(window.MonacoEnvironment.Locale=window.MonacoLocale)}()}(); \ No newline at end of file diff --git a/software/dashboard/grafana/csv/Node-RED_files/font-awesome.min.css b/software/dashboard/grafana/csv/Node-RED_files/font-awesome.min.css deleted file mode 100755 index 540440c..0000000 --- a/software/dashboard/grafana/csv/Node-RED_files/font-awesome.min.css +++ /dev/null @@ -1,4 +0,0 @@ -/*! - * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome - * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) - */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto} diff --git a/software/dashboard/grafana/csv/Node-RED_files/gridstack-extra.min.css b/software/dashboard/grafana/csv/Node-RED_files/gridstack-extra.min.css deleted file mode 100755 index f3fd946..0000000 --- a/software/dashboard/grafana/csv/Node-RED_files/gridstack-extra.min.css +++ /dev/null @@ -1,6 +0,0 @@ -/*! - * gridstack 0.6.3-dev extra CSS for [2-11] columns (non default) - * https://gridstackjs.com/ - * (c) 2014-2020 Alain Dumesny, Dylan Weiss, Pavel Reznikov - * gridstack.js may be freely distributed under the MIT license. -*/.grid-stack.grid-stack-2>.grid-stack-item{min-width:50%}.grid-stack.grid-stack-2>.grid-stack-item[data-gs-width="1"]{width:50%}.grid-stack.grid-stack-2>.grid-stack-item[data-gs-x="1"]{left:50%}.grid-stack.grid-stack-2>.grid-stack-item[data-gs-min-width="1"]{min-width:50%}.grid-stack.grid-stack-2>.grid-stack-item[data-gs-max-width="1"]{max-width:50%}.grid-stack.grid-stack-2>.grid-stack-item[data-gs-width="2"]{width:100%}.grid-stack.grid-stack-2>.grid-stack-item[data-gs-x="2"]{left:100%}.grid-stack.grid-stack-2>.grid-stack-item[data-gs-min-width="2"]{min-width:100%}.grid-stack.grid-stack-2>.grid-stack-item[data-gs-max-width="2"]{max-width:100%}.grid-stack.grid-stack-3>.grid-stack-item{min-width:33.3333333333%}.grid-stack.grid-stack-3>.grid-stack-item[data-gs-width="1"]{width:33.3333333333%}.grid-stack.grid-stack-3>.grid-stack-item[data-gs-x="1"]{left:33.3333333333%}.grid-stack.grid-stack-3>.grid-stack-item[data-gs-min-width="1"]{min-width:33.3333333333%}.grid-stack.grid-stack-3>.grid-stack-item[data-gs-max-width="1"]{max-width:33.3333333333%}.grid-stack.grid-stack-3>.grid-stack-item[data-gs-width="2"]{width:66.6666666667%}.grid-stack.grid-stack-3>.grid-stack-item[data-gs-x="2"]{left:66.6666666667%}.grid-stack.grid-stack-3>.grid-stack-item[data-gs-min-width="2"]{min-width:66.6666666667%}.grid-stack.grid-stack-3>.grid-stack-item[data-gs-max-width="2"]{max-width:66.6666666667%}.grid-stack.grid-stack-3>.grid-stack-item[data-gs-width="3"]{width:100%}.grid-stack.grid-stack-3>.grid-stack-item[data-gs-x="3"]{left:100%}.grid-stack.grid-stack-3>.grid-stack-item[data-gs-min-width="3"]{min-width:100%}.grid-stack.grid-stack-3>.grid-stack-item[data-gs-max-width="3"]{max-width:100%}.grid-stack.grid-stack-4>.grid-stack-item{min-width:25%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-width="1"]{width:25%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-x="1"]{left:25%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-min-width="1"]{min-width:25%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-max-width="1"]{max-width:25%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-width="2"]{width:50%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-x="2"]{left:50%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-min-width="2"]{min-width:50%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-max-width="2"]{max-width:50%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-width="3"]{width:75%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-x="3"]{left:75%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-min-width="3"]{min-width:75%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-max-width="3"]{max-width:75%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-width="4"]{width:100%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-x="4"]{left:100%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-min-width="4"]{min-width:100%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-max-width="4"]{max-width:100%}.grid-stack.grid-stack-5>.grid-stack-item{min-width:20%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-width="1"]{width:20%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-x="1"]{left:20%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-min-width="1"]{min-width:20%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-max-width="1"]{max-width:20%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-width="2"]{width:40%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-x="2"]{left:40%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-min-width="2"]{min-width:40%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-max-width="2"]{max-width:40%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-width="3"]{width:60%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-x="3"]{left:60%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-min-width="3"]{min-width:60%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-max-width="3"]{max-width:60%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-width="4"]{width:80%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-x="4"]{left:80%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-min-width="4"]{min-width:80%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-max-width="4"]{max-width:80%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-width="5"]{width:100%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-x="5"]{left:100%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-min-width="5"]{min-width:100%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-max-width="5"]{max-width:100%}.grid-stack.grid-stack-6>.grid-stack-item{min-width:16.6666666667%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-width="1"]{width:16.6666666667%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-x="1"]{left:16.6666666667%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-min-width="1"]{min-width:16.6666666667%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-max-width="1"]{max-width:16.6666666667%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-width="2"]{width:33.3333333333%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-x="2"]{left:33.3333333333%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-min-width="2"]{min-width:33.3333333333%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-max-width="2"]{max-width:33.3333333333%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-width="3"]{width:50%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-x="3"]{left:50%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-min-width="3"]{min-width:50%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-max-width="3"]{max-width:50%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-width="4"]{width:66.6666666667%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-x="4"]{left:66.6666666667%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-min-width="4"]{min-width:66.6666666667%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-max-width="4"]{max-width:66.6666666667%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-width="5"]{width:83.3333333333%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-x="5"]{left:83.3333333333%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-min-width="5"]{min-width:83.3333333333%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-max-width="5"]{max-width:83.3333333333%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-width="6"]{width:100%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-x="6"]{left:100%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-min-width="6"]{min-width:100%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-max-width="6"]{max-width:100%}.grid-stack.grid-stack-7>.grid-stack-item{min-width:14.2857142857%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-width="1"]{width:14.2857142857%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-x="1"]{left:14.2857142857%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-min-width="1"]{min-width:14.2857142857%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-max-width="1"]{max-width:14.2857142857%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-width="2"]{width:28.5714285714%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-x="2"]{left:28.5714285714%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-min-width="2"]{min-width:28.5714285714%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-max-width="2"]{max-width:28.5714285714%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-width="3"]{width:42.8571428571%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-x="3"]{left:42.8571428571%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-min-width="3"]{min-width:42.8571428571%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-max-width="3"]{max-width:42.8571428571%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-width="4"]{width:57.1428571429%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-x="4"]{left:57.1428571429%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-min-width="4"]{min-width:57.1428571429%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-max-width="4"]{max-width:57.1428571429%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-width="5"]{width:71.4285714286%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-x="5"]{left:71.4285714286%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-min-width="5"]{min-width:71.4285714286%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-max-width="5"]{max-width:71.4285714286%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-width="6"]{width:85.7142857143%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-x="6"]{left:85.7142857143%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-min-width="6"]{min-width:85.7142857143%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-max-width="6"]{max-width:85.7142857143%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-width="7"]{width:100%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-x="7"]{left:100%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-min-width="7"]{min-width:100%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-max-width="7"]{max-width:100%}.grid-stack.grid-stack-8>.grid-stack-item{min-width:12.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-width="1"]{width:12.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-x="1"]{left:12.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-min-width="1"]{min-width:12.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-max-width="1"]{max-width:12.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-width="2"]{width:25%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-x="2"]{left:25%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-min-width="2"]{min-width:25%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-max-width="2"]{max-width:25%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-width="3"]{width:37.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-x="3"]{left:37.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-min-width="3"]{min-width:37.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-max-width="3"]{max-width:37.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-width="4"]{width:50%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-x="4"]{left:50%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-min-width="4"]{min-width:50%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-max-width="4"]{max-width:50%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-width="5"]{width:62.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-x="5"]{left:62.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-min-width="5"]{min-width:62.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-max-width="5"]{max-width:62.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-width="6"]{width:75%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-x="6"]{left:75%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-min-width="6"]{min-width:75%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-max-width="6"]{max-width:75%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-width="7"]{width:87.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-x="7"]{left:87.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-min-width="7"]{min-width:87.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-max-width="7"]{max-width:87.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-width="8"]{width:100%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-x="8"]{left:100%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-min-width="8"]{min-width:100%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-max-width="8"]{max-width:100%}.grid-stack.grid-stack-9>.grid-stack-item{min-width:11.1111111111%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-width="1"]{width:11.1111111111%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-x="1"]{left:11.1111111111%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-min-width="1"]{min-width:11.1111111111%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-max-width="1"]{max-width:11.1111111111%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-width="2"]{width:22.2222222222%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-x="2"]{left:22.2222222222%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-min-width="2"]{min-width:22.2222222222%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-max-width="2"]{max-width:22.2222222222%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-width="3"]{width:33.3333333333%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-x="3"]{left:33.3333333333%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-min-width="3"]{min-width:33.3333333333%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-max-width="3"]{max-width:33.3333333333%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-width="4"]{width:44.4444444444%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-x="4"]{left:44.4444444444%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-min-width="4"]{min-width:44.4444444444%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-max-width="4"]{max-width:44.4444444444%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-width="5"]{width:55.5555555556%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-x="5"]{left:55.5555555556%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-min-width="5"]{min-width:55.5555555556%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-max-width="5"]{max-width:55.5555555556%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-width="6"]{width:66.6666666667%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-x="6"]{left:66.6666666667%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-min-width="6"]{min-width:66.6666666667%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-max-width="6"]{max-width:66.6666666667%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-width="7"]{width:77.7777777778%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-x="7"]{left:77.7777777778%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-min-width="7"]{min-width:77.7777777778%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-max-width="7"]{max-width:77.7777777778%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-width="8"]{width:88.8888888889%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-x="8"]{left:88.8888888889%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-min-width="8"]{min-width:88.8888888889%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-max-width="8"]{max-width:88.8888888889%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-width="9"]{width:100%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-x="9"]{left:100%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-min-width="9"]{min-width:100%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-max-width="9"]{max-width:100%}.grid-stack.grid-stack-10>.grid-stack-item{min-width:10%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-width="1"]{width:10%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-x="1"]{left:10%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-min-width="1"]{min-width:10%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-max-width="1"]{max-width:10%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-width="2"]{width:20%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-x="2"]{left:20%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-min-width="2"]{min-width:20%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-max-width="2"]{max-width:20%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-width="3"]{width:30%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-x="3"]{left:30%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-min-width="3"]{min-width:30%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-max-width="3"]{max-width:30%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-width="4"]{width:40%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-x="4"]{left:40%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-min-width="4"]{min-width:40%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-max-width="4"]{max-width:40%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-width="5"]{width:50%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-x="5"]{left:50%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-min-width="5"]{min-width:50%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-max-width="5"]{max-width:50%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-width="6"]{width:60%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-x="6"]{left:60%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-min-width="6"]{min-width:60%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-max-width="6"]{max-width:60%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-width="7"]{width:70%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-x="7"]{left:70%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-min-width="7"]{min-width:70%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-max-width="7"]{max-width:70%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-width="8"]{width:80%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-x="8"]{left:80%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-min-width="8"]{min-width:80%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-max-width="8"]{max-width:80%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-width="9"]{width:90%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-x="9"]{left:90%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-min-width="9"]{min-width:90%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-max-width="9"]{max-width:90%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-width="10"]{width:100%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-x="10"]{left:100%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-min-width="10"]{min-width:100%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-max-width="10"]{max-width:100%}.grid-stack.grid-stack-11>.grid-stack-item{min-width:9.0909090909%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-width="1"]{width:9.0909090909%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-x="1"]{left:9.0909090909%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-min-width="1"]{min-width:9.0909090909%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-max-width="1"]{max-width:9.0909090909%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-width="2"]{width:18.1818181818%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-x="2"]{left:18.1818181818%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-min-width="2"]{min-width:18.1818181818%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-max-width="2"]{max-width:18.1818181818%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-width="3"]{width:27.2727272727%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-x="3"]{left:27.2727272727%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-min-width="3"]{min-width:27.2727272727%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-max-width="3"]{max-width:27.2727272727%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-width="4"]{width:36.3636363636%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-x="4"]{left:36.3636363636%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-min-width="4"]{min-width:36.3636363636%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-max-width="4"]{max-width:36.3636363636%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-width="5"]{width:45.4545454545%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-x="5"]{left:45.4545454545%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-min-width="5"]{min-width:45.4545454545%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-max-width="5"]{max-width:45.4545454545%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-width="6"]{width:54.5454545455%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-x="6"]{left:54.5454545455%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-min-width="6"]{min-width:54.5454545455%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-max-width="6"]{max-width:54.5454545455%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-width="7"]{width:63.6363636364%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-x="7"]{left:63.6363636364%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-min-width="7"]{min-width:63.6363636364%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-max-width="7"]{max-width:63.6363636364%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-width="8"]{width:72.7272727273%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-x="8"]{left:72.7272727273%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-min-width="8"]{min-width:72.7272727273%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-max-width="8"]{max-width:72.7272727273%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-width="9"]{width:81.8181818182%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-x="9"]{left:81.8181818182%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-min-width="9"]{min-width:81.8181818182%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-max-width="9"]{max-width:81.8181818182%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-width="10"]{width:90.9090909091%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-x="10"]{left:90.9090909091%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-min-width="10"]{min-width:90.9090909091%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-max-width="10"]{max-width:90.9090909091%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-width="11"]{width:100%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-x="11"]{left:100%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-min-width="11"]{min-width:100%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-max-width="11"]{max-width:100%}.grid-stack.grid-stack-12>.grid-stack-item{min-width:8.3333333333%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-width="1"]{width:8.3333333333%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-x="1"]{left:8.3333333333%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-min-width="1"]{min-width:8.3333333333%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-max-width="1"]{max-width:8.3333333333%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-width="2"]{width:16.6666666667%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-x="2"]{left:16.6666666667%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-min-width="2"]{min-width:16.6666666667%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-max-width="2"]{max-width:16.6666666667%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-width="3"]{width:25%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-x="3"]{left:25%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-min-width="3"]{min-width:25%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-max-width="3"]{max-width:25%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-width="4"]{width:33.3333333333%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-x="4"]{left:33.3333333333%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-min-width="4"]{min-width:33.3333333333%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-max-width="4"]{max-width:33.3333333333%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-width="5"]{width:41.6666666667%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-x="5"]{left:41.6666666667%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-min-width="5"]{min-width:41.6666666667%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-max-width="5"]{max-width:41.6666666667%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-width="6"]{width:50%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-x="6"]{left:50%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-min-width="6"]{min-width:50%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-max-width="6"]{max-width:50%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-width="7"]{width:58.3333333333%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-x="7"]{left:58.3333333333%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-min-width="7"]{min-width:58.3333333333%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-max-width="7"]{max-width:58.3333333333%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-width="8"]{width:66.6666666667%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-x="8"]{left:66.6666666667%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-min-width="8"]{min-width:66.6666666667%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-max-width="8"]{max-width:66.6666666667%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-width="9"]{width:75%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-x="9"]{left:75%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-min-width="9"]{min-width:75%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-max-width="9"]{max-width:75%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-width="10"]{width:83.3333333333%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-x="10"]{left:83.3333333333%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-min-width="10"]{min-width:83.3333333333%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-max-width="10"]{max-width:83.3333333333%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-width="11"]{width:91.6666666667%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-x="11"]{left:91.6666666667%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-min-width="11"]{min-width:91.6666666667%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-max-width="11"]{max-width:91.6666666667%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-width="12"]{width:100%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-x="12"]{left:100%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-min-width="12"]{min-width:100%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-max-width="12"]{max-width:100%}.grid-stack.grid-stack-13>.grid-stack-item{min-width:7.6923076923%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-width="1"]{width:7.6923076923%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-x="1"]{left:7.6923076923%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-min-width="1"]{min-width:7.6923076923%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-max-width="1"]{max-width:7.6923076923%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-width="2"]{width:15.3846153846%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-x="2"]{left:15.3846153846%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-min-width="2"]{min-width:15.3846153846%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-max-width="2"]{max-width:15.3846153846%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-width="3"]{width:23.0769230769%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-x="3"]{left:23.0769230769%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-min-width="3"]{min-width:23.0769230769%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-max-width="3"]{max-width:23.0769230769%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-width="4"]{width:30.7692307692%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-x="4"]{left:30.7692307692%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-min-width="4"]{min-width:30.7692307692%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-max-width="4"]{max-width:30.7692307692%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-width="5"]{width:38.4615384615%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-x="5"]{left:38.4615384615%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-min-width="5"]{min-width:38.4615384615%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-max-width="5"]{max-width:38.4615384615%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-width="6"]{width:46.1538461538%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-x="6"]{left:46.1538461538%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-min-width="6"]{min-width:46.1538461538%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-max-width="6"]{max-width:46.1538461538%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-width="7"]{width:53.8461538462%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-x="7"]{left:53.8461538462%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-min-width="7"]{min-width:53.8461538462%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-max-width="7"]{max-width:53.8461538462%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-width="8"]{width:61.5384615385%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-x="8"]{left:61.5384615385%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-min-width="8"]{min-width:61.5384615385%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-max-width="8"]{max-width:61.5384615385%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-width="9"]{width:69.2307692308%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-x="9"]{left:69.2307692308%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-min-width="9"]{min-width:69.2307692308%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-max-width="9"]{max-width:69.2307692308%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-width="10"]{width:76.9230769231%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-x="10"]{left:76.9230769231%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-min-width="10"]{min-width:76.9230769231%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-max-width="10"]{max-width:76.9230769231%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-width="11"]{width:84.6153846154%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-x="11"]{left:84.6153846154%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-min-width="11"]{min-width:84.6153846154%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-max-width="11"]{max-width:84.6153846154%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-width="12"]{width:92.3076923077%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-x="12"]{left:92.3076923077%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-min-width="12"]{min-width:92.3076923077%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-max-width="12"]{max-width:92.3076923077%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-width="13"]{width:100%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-x="13"]{left:100%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-min-width="13"]{min-width:100%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-max-width="13"]{max-width:100%}.grid-stack.grid-stack-14>.grid-stack-item{min-width:7.1428571429%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-width="1"]{width:7.1428571429%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-x="1"]{left:7.1428571429%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-min-width="1"]{min-width:7.1428571429%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-max-width="1"]{max-width:7.1428571429%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-width="2"]{width:14.2857142857%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-x="2"]{left:14.2857142857%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-min-width="2"]{min-width:14.2857142857%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-max-width="2"]{max-width:14.2857142857%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-width="3"]{width:21.4285714286%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-x="3"]{left:21.4285714286%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-min-width="3"]{min-width:21.4285714286%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-max-width="3"]{max-width:21.4285714286%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-width="4"]{width:28.5714285714%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-x="4"]{left:28.5714285714%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-min-width="4"]{min-width:28.5714285714%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-max-width="4"]{max-width:28.5714285714%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-width="5"]{width:35.7142857143%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-x="5"]{left:35.7142857143%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-min-width="5"]{min-width:35.7142857143%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-max-width="5"]{max-width:35.7142857143%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-width="6"]{width:42.8571428571%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-x="6"]{left:42.8571428571%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-min-width="6"]{min-width:42.8571428571%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-max-width="6"]{max-width:42.8571428571%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-width="7"]{width:50%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-x="7"]{left:50%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-min-width="7"]{min-width:50%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-max-width="7"]{max-width:50%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-width="8"]{width:57.1428571429%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-x="8"]{left:57.1428571429%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-min-width="8"]{min-width:57.1428571429%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-max-width="8"]{max-width:57.1428571429%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-width="9"]{width:64.2857142857%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-x="9"]{left:64.2857142857%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-min-width="9"]{min-width:64.2857142857%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-max-width="9"]{max-width:64.2857142857%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-width="10"]{width:71.4285714286%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-x="10"]{left:71.4285714286%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-min-width="10"]{min-width:71.4285714286%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-max-width="10"]{max-width:71.4285714286%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-width="11"]{width:78.5714285714%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-x="11"]{left:78.5714285714%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-min-width="11"]{min-width:78.5714285714%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-max-width="11"]{max-width:78.5714285714%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-width="12"]{width:85.7142857143%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-x="12"]{left:85.7142857143%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-min-width="12"]{min-width:85.7142857143%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-max-width="12"]{max-width:85.7142857143%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-width="13"]{width:92.8571428571%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-x="13"]{left:92.8571428571%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-min-width="13"]{min-width:92.8571428571%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-max-width="13"]{max-width:92.8571428571%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-width="14"]{width:100%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-x="14"]{left:100%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-min-width="14"]{min-width:100%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-max-width="14"]{max-width:100%}.grid-stack.grid-stack-15>.grid-stack-item{min-width:6.6666666667%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-width="1"]{width:6.6666666667%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-x="1"]{left:6.6666666667%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-min-width="1"]{min-width:6.6666666667%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-max-width="1"]{max-width:6.6666666667%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-width="2"]{width:13.3333333333%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-x="2"]{left:13.3333333333%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-min-width="2"]{min-width:13.3333333333%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-max-width="2"]{max-width:13.3333333333%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-width="3"]{width:20%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-x="3"]{left:20%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-min-width="3"]{min-width:20%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-max-width="3"]{max-width:20%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-width="4"]{width:26.6666666667%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-x="4"]{left:26.6666666667%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-min-width="4"]{min-width:26.6666666667%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-max-width="4"]{max-width:26.6666666667%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-width="5"]{width:33.3333333333%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-x="5"]{left:33.3333333333%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-min-width="5"]{min-width:33.3333333333%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-max-width="5"]{max-width:33.3333333333%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-width="6"]{width:40%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-x="6"]{left:40%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-min-width="6"]{min-width:40%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-max-width="6"]{max-width:40%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-width="7"]{width:46.6666666667%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-x="7"]{left:46.6666666667%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-min-width="7"]{min-width:46.6666666667%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-max-width="7"]{max-width:46.6666666667%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-width="8"]{width:53.3333333333%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-x="8"]{left:53.3333333333%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-min-width="8"]{min-width:53.3333333333%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-max-width="8"]{max-width:53.3333333333%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-width="9"]{width:60%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-x="9"]{left:60%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-min-width="9"]{min-width:60%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-max-width="9"]{max-width:60%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-width="10"]{width:66.6666666667%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-x="10"]{left:66.6666666667%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-min-width="10"]{min-width:66.6666666667%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-max-width="10"]{max-width:66.6666666667%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-width="11"]{width:73.3333333333%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-x="11"]{left:73.3333333333%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-min-width="11"]{min-width:73.3333333333%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-max-width="11"]{max-width:73.3333333333%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-width="12"]{width:80%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-x="12"]{left:80%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-min-width="12"]{min-width:80%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-max-width="12"]{max-width:80%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-width="13"]{width:86.6666666667%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-x="13"]{left:86.6666666667%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-min-width="13"]{min-width:86.6666666667%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-max-width="13"]{max-width:86.6666666667%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-width="14"]{width:93.3333333333%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-x="14"]{left:93.3333333333%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-min-width="14"]{min-width:93.3333333333%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-max-width="14"]{max-width:93.3333333333%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-width="15"]{width:100%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-x="15"]{left:100%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-min-width="15"]{min-width:100%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-max-width="15"]{max-width:100%}.grid-stack.grid-stack-16>.grid-stack-item{min-width:6.25%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-width="1"]{width:6.25%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-x="1"]{left:6.25%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-min-width="1"]{min-width:6.25%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-max-width="1"]{max-width:6.25%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-width="2"]{width:12.5%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-x="2"]{left:12.5%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-min-width="2"]{min-width:12.5%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-max-width="2"]{max-width:12.5%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-width="3"]{width:18.75%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-x="3"]{left:18.75%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-min-width="3"]{min-width:18.75%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-max-width="3"]{max-width:18.75%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-width="4"]{width:25%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-x="4"]{left:25%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-min-width="4"]{min-width:25%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-max-width="4"]{max-width:25%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-width="5"]{width:31.25%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-x="5"]{left:31.25%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-min-width="5"]{min-width:31.25%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-max-width="5"]{max-width:31.25%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-width="6"]{width:37.5%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-x="6"]{left:37.5%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-min-width="6"]{min-width:37.5%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-max-width="6"]{max-width:37.5%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-width="7"]{width:43.75%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-x="7"]{left:43.75%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-min-width="7"]{min-width:43.75%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-max-width="7"]{max-width:43.75%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-width="8"]{width:50%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-x="8"]{left:50%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-min-width="8"]{min-width:50%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-max-width="8"]{max-width:50%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-width="9"]{width:56.25%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-x="9"]{left:56.25%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-min-width="9"]{min-width:56.25%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-max-width="9"]{max-width:56.25%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-width="10"]{width:62.5%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-x="10"]{left:62.5%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-min-width="10"]{min-width:62.5%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-max-width="10"]{max-width:62.5%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-width="11"]{width:68.75%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-x="11"]{left:68.75%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-min-width="11"]{min-width:68.75%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-max-width="11"]{max-width:68.75%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-width="12"]{width:75%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-x="12"]{left:75%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-min-width="12"]{min-width:75%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-max-width="12"]{max-width:75%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-width="13"]{width:81.25%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-x="13"]{left:81.25%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-min-width="13"]{min-width:81.25%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-max-width="13"]{max-width:81.25%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-width="14"]{width:87.5%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-x="14"]{left:87.5%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-min-width="14"]{min-width:87.5%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-max-width="14"]{max-width:87.5%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-width="15"]{width:93.75%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-x="15"]{left:93.75%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-min-width="15"]{min-width:93.75%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-max-width="15"]{max-width:93.75%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-width="16"]{width:100%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-x="16"]{left:100%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-min-width="16"]{min-width:100%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-max-width="16"]{max-width:100%}.grid-stack.grid-stack-17>.grid-stack-item{min-width:5.8823529412%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-width="1"]{width:5.8823529412%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-x="1"]{left:5.8823529412%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-min-width="1"]{min-width:5.8823529412%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-max-width="1"]{max-width:5.8823529412%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-width="2"]{width:11.7647058824%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-x="2"]{left:11.7647058824%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-min-width="2"]{min-width:11.7647058824%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-max-width="2"]{max-width:11.7647058824%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-width="3"]{width:17.6470588235%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-x="3"]{left:17.6470588235%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-min-width="3"]{min-width:17.6470588235%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-max-width="3"]{max-width:17.6470588235%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-width="4"]{width:23.5294117647%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-x="4"]{left:23.5294117647%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-min-width="4"]{min-width:23.5294117647%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-max-width="4"]{max-width:23.5294117647%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-width="5"]{width:29.4117647059%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-x="5"]{left:29.4117647059%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-min-width="5"]{min-width:29.4117647059%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-max-width="5"]{max-width:29.4117647059%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-width="6"]{width:35.2941176471%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-x="6"]{left:35.2941176471%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-min-width="6"]{min-width:35.2941176471%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-max-width="6"]{max-width:35.2941176471%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-width="7"]{width:41.1764705882%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-x="7"]{left:41.1764705882%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-min-width="7"]{min-width:41.1764705882%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-max-width="7"]{max-width:41.1764705882%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-width="8"]{width:47.0588235294%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-x="8"]{left:47.0588235294%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-min-width="8"]{min-width:47.0588235294%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-max-width="8"]{max-width:47.0588235294%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-width="9"]{width:52.9411764706%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-x="9"]{left:52.9411764706%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-min-width="9"]{min-width:52.9411764706%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-max-width="9"]{max-width:52.9411764706%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-width="10"]{width:58.8235294118%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-x="10"]{left:58.8235294118%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-min-width="10"]{min-width:58.8235294118%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-max-width="10"]{max-width:58.8235294118%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-width="11"]{width:64.7058823529%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-x="11"]{left:64.7058823529%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-min-width="11"]{min-width:64.7058823529%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-max-width="11"]{max-width:64.7058823529%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-width="12"]{width:70.5882352941%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-x="12"]{left:70.5882352941%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-min-width="12"]{min-width:70.5882352941%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-max-width="12"]{max-width:70.5882352941%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-width="13"]{width:76.4705882353%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-x="13"]{left:76.4705882353%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-min-width="13"]{min-width:76.4705882353%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-max-width="13"]{max-width:76.4705882353%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-width="14"]{width:82.3529411765%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-x="14"]{left:82.3529411765%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-min-width="14"]{min-width:82.3529411765%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-max-width="14"]{max-width:82.3529411765%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-width="15"]{width:88.2352941176%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-x="15"]{left:88.2352941176%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-min-width="15"]{min-width:88.2352941176%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-max-width="15"]{max-width:88.2352941176%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-width="16"]{width:94.1176470588%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-x="16"]{left:94.1176470588%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-min-width="16"]{min-width:94.1176470588%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-max-width="16"]{max-width:94.1176470588%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-width="17"]{width:100%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-x="17"]{left:100%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-min-width="17"]{min-width:100%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-max-width="17"]{max-width:100%}.grid-stack.grid-stack-18>.grid-stack-item{min-width:5.5555555556%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-width="1"]{width:5.5555555556%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-x="1"]{left:5.5555555556%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-min-width="1"]{min-width:5.5555555556%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-max-width="1"]{max-width:5.5555555556%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-width="2"]{width:11.1111111111%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-x="2"]{left:11.1111111111%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-min-width="2"]{min-width:11.1111111111%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-max-width="2"]{max-width:11.1111111111%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-width="3"]{width:16.6666666667%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-x="3"]{left:16.6666666667%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-min-width="3"]{min-width:16.6666666667%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-max-width="3"]{max-width:16.6666666667%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-width="4"]{width:22.2222222222%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-x="4"]{left:22.2222222222%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-min-width="4"]{min-width:22.2222222222%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-max-width="4"]{max-width:22.2222222222%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-width="5"]{width:27.7777777778%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-x="5"]{left:27.7777777778%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-min-width="5"]{min-width:27.7777777778%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-max-width="5"]{max-width:27.7777777778%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-width="6"]{width:33.3333333333%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-x="6"]{left:33.3333333333%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-min-width="6"]{min-width:33.3333333333%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-max-width="6"]{max-width:33.3333333333%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-width="7"]{width:38.8888888889%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-x="7"]{left:38.8888888889%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-min-width="7"]{min-width:38.8888888889%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-max-width="7"]{max-width:38.8888888889%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-width="8"]{width:44.4444444444%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-x="8"]{left:44.4444444444%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-min-width="8"]{min-width:44.4444444444%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-max-width="8"]{max-width:44.4444444444%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-width="9"]{width:50%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-x="9"]{left:50%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-min-width="9"]{min-width:50%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-max-width="9"]{max-width:50%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-width="10"]{width:55.5555555556%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-x="10"]{left:55.5555555556%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-min-width="10"]{min-width:55.5555555556%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-max-width="10"]{max-width:55.5555555556%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-width="11"]{width:61.1111111111%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-x="11"]{left:61.1111111111%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-min-width="11"]{min-width:61.1111111111%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-max-width="11"]{max-width:61.1111111111%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-width="12"]{width:66.6666666667%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-x="12"]{left:66.6666666667%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-min-width="12"]{min-width:66.6666666667%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-max-width="12"]{max-width:66.6666666667%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-width="13"]{width:72.2222222222%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-x="13"]{left:72.2222222222%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-min-width="13"]{min-width:72.2222222222%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-max-width="13"]{max-width:72.2222222222%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-width="14"]{width:77.7777777778%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-x="14"]{left:77.7777777778%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-min-width="14"]{min-width:77.7777777778%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-max-width="14"]{max-width:77.7777777778%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-width="15"]{width:83.3333333333%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-x="15"]{left:83.3333333333%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-min-width="15"]{min-width:83.3333333333%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-max-width="15"]{max-width:83.3333333333%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-width="16"]{width:88.8888888889%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-x="16"]{left:88.8888888889%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-min-width="16"]{min-width:88.8888888889%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-max-width="16"]{max-width:88.8888888889%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-width="17"]{width:94.4444444444%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-x="17"]{left:94.4444444444%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-min-width="17"]{min-width:94.4444444444%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-max-width="17"]{max-width:94.4444444444%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-width="18"]{width:100%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-x="18"]{left:100%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-min-width="18"]{min-width:100%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-max-width="18"]{max-width:100%}.grid-stack.grid-stack-19>.grid-stack-item{min-width:5.2631578947%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-width="1"]{width:5.2631578947%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-x="1"]{left:5.2631578947%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-min-width="1"]{min-width:5.2631578947%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-max-width="1"]{max-width:5.2631578947%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-width="2"]{width:10.5263157895%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-x="2"]{left:10.5263157895%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-min-width="2"]{min-width:10.5263157895%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-max-width="2"]{max-width:10.5263157895%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-width="3"]{width:15.7894736842%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-x="3"]{left:15.7894736842%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-min-width="3"]{min-width:15.7894736842%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-max-width="3"]{max-width:15.7894736842%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-width="4"]{width:21.0526315789%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-x="4"]{left:21.0526315789%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-min-width="4"]{min-width:21.0526315789%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-max-width="4"]{max-width:21.0526315789%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-width="5"]{width:26.3157894737%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-x="5"]{left:26.3157894737%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-min-width="5"]{min-width:26.3157894737%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-max-width="5"]{max-width:26.3157894737%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-width="6"]{width:31.5789473684%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-x="6"]{left:31.5789473684%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-min-width="6"]{min-width:31.5789473684%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-max-width="6"]{max-width:31.5789473684%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-width="7"]{width:36.8421052632%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-x="7"]{left:36.8421052632%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-min-width="7"]{min-width:36.8421052632%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-max-width="7"]{max-width:36.8421052632%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-width="8"]{width:42.1052631579%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-x="8"]{left:42.1052631579%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-min-width="8"]{min-width:42.1052631579%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-max-width="8"]{max-width:42.1052631579%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-width="9"]{width:47.3684210526%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-x="9"]{left:47.3684210526%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-min-width="9"]{min-width:47.3684210526%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-max-width="9"]{max-width:47.3684210526%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-width="10"]{width:52.6315789474%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-x="10"]{left:52.6315789474%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-min-width="10"]{min-width:52.6315789474%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-max-width="10"]{max-width:52.6315789474%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-width="11"]{width:57.8947368421%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-x="11"]{left:57.8947368421%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-min-width="11"]{min-width:57.8947368421%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-max-width="11"]{max-width:57.8947368421%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-width="12"]{width:63.1578947368%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-x="12"]{left:63.1578947368%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-min-width="12"]{min-width:63.1578947368%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-max-width="12"]{max-width:63.1578947368%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-width="13"]{width:68.4210526316%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-x="13"]{left:68.4210526316%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-min-width="13"]{min-width:68.4210526316%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-max-width="13"]{max-width:68.4210526316%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-width="14"]{width:73.6842105263%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-x="14"]{left:73.6842105263%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-min-width="14"]{min-width:73.6842105263%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-max-width="14"]{max-width:73.6842105263%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-width="15"]{width:78.9473684211%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-x="15"]{left:78.9473684211%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-min-width="15"]{min-width:78.9473684211%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-max-width="15"]{max-width:78.9473684211%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-width="16"]{width:84.2105263158%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-x="16"]{left:84.2105263158%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-min-width="16"]{min-width:84.2105263158%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-max-width="16"]{max-width:84.2105263158%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-width="17"]{width:89.4736842105%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-x="17"]{left:89.4736842105%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-min-width="17"]{min-width:89.4736842105%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-max-width="17"]{max-width:89.4736842105%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-width="18"]{width:94.7368421053%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-x="18"]{left:94.7368421053%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-min-width="18"]{min-width:94.7368421053%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-max-width="18"]{max-width:94.7368421053%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-width="19"]{width:100%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-x="19"]{left:100%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-min-width="19"]{min-width:100%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-max-width="19"]{max-width:100%}.grid-stack.grid-stack-20>.grid-stack-item{min-width:5%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-width="1"]{width:5%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-x="1"]{left:5%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-min-width="1"]{min-width:5%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-max-width="1"]{max-width:5%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-width="2"]{width:10%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-x="2"]{left:10%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-min-width="2"]{min-width:10%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-max-width="2"]{max-width:10%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-width="3"]{width:15%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-x="3"]{left:15%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-min-width="3"]{min-width:15%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-max-width="3"]{max-width:15%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-width="4"]{width:20%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-x="4"]{left:20%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-min-width="4"]{min-width:20%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-max-width="4"]{max-width:20%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-width="5"]{width:25%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-x="5"]{left:25%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-min-width="5"]{min-width:25%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-max-width="5"]{max-width:25%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-width="6"]{width:30%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-x="6"]{left:30%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-min-width="6"]{min-width:30%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-max-width="6"]{max-width:30%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-width="7"]{width:35%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-x="7"]{left:35%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-min-width="7"]{min-width:35%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-max-width="7"]{max-width:35%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-width="8"]{width:40%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-x="8"]{left:40%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-min-width="8"]{min-width:40%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-max-width="8"]{max-width:40%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-width="9"]{width:45%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-x="9"]{left:45%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-min-width="9"]{min-width:45%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-max-width="9"]{max-width:45%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-width="10"]{width:50%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-x="10"]{left:50%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-min-width="10"]{min-width:50%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-max-width="10"]{max-width:50%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-width="11"]{width:55%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-x="11"]{left:55%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-min-width="11"]{min-width:55%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-max-width="11"]{max-width:55%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-width="12"]{width:60%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-x="12"]{left:60%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-min-width="12"]{min-width:60%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-max-width="12"]{max-width:60%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-width="13"]{width:65%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-x="13"]{left:65%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-min-width="13"]{min-width:65%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-max-width="13"]{max-width:65%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-width="14"]{width:70%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-x="14"]{left:70%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-min-width="14"]{min-width:70%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-max-width="14"]{max-width:70%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-width="15"]{width:75%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-x="15"]{left:75%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-min-width="15"]{min-width:75%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-max-width="15"]{max-width:75%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-width="16"]{width:80%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-x="16"]{left:80%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-min-width="16"]{min-width:80%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-max-width="16"]{max-width:80%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-width="17"]{width:85%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-x="17"]{left:85%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-min-width="17"]{min-width:85%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-max-width="17"]{max-width:85%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-width="18"]{width:90%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-x="18"]{left:90%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-min-width="18"]{min-width:90%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-max-width="18"]{max-width:90%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-width="19"]{width:95%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-x="19"]{left:95%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-min-width="19"]{min-width:95%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-max-width="19"]{max-width:95%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-width="20"]{width:100%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-x="20"]{left:100%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-min-width="20"]{min-width:100%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-max-width="20"]{max-width:100%}.grid-stack.grid-stack-21>.grid-stack-item{min-width:4.7619047619%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-width="1"]{width:4.7619047619%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-x="1"]{left:4.7619047619%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-min-width="1"]{min-width:4.7619047619%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-max-width="1"]{max-width:4.7619047619%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-width="2"]{width:9.5238095238%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-x="2"]{left:9.5238095238%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-min-width="2"]{min-width:9.5238095238%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-max-width="2"]{max-width:9.5238095238%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-width="3"]{width:14.2857142857%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-x="3"]{left:14.2857142857%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-min-width="3"]{min-width:14.2857142857%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-max-width="3"]{max-width:14.2857142857%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-width="4"]{width:19.0476190476%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-x="4"]{left:19.0476190476%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-min-width="4"]{min-width:19.0476190476%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-max-width="4"]{max-width:19.0476190476%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-width="5"]{width:23.8095238095%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-x="5"]{left:23.8095238095%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-min-width="5"]{min-width:23.8095238095%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-max-width="5"]{max-width:23.8095238095%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-width="6"]{width:28.5714285714%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-x="6"]{left:28.5714285714%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-min-width="6"]{min-width:28.5714285714%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-max-width="6"]{max-width:28.5714285714%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-width="7"]{width:33.3333333333%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-x="7"]{left:33.3333333333%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-min-width="7"]{min-width:33.3333333333%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-max-width="7"]{max-width:33.3333333333%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-width="8"]{width:38.0952380952%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-x="8"]{left:38.0952380952%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-min-width="8"]{min-width:38.0952380952%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-max-width="8"]{max-width:38.0952380952%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-width="9"]{width:42.8571428571%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-x="9"]{left:42.8571428571%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-min-width="9"]{min-width:42.8571428571%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-max-width="9"]{max-width:42.8571428571%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-width="10"]{width:47.619047619%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-x="10"]{left:47.619047619%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-min-width="10"]{min-width:47.619047619%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-max-width="10"]{max-width:47.619047619%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-width="11"]{width:52.380952381%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-x="11"]{left:52.380952381%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-min-width="11"]{min-width:52.380952381%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-max-width="11"]{max-width:52.380952381%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-width="12"]{width:57.1428571429%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-x="12"]{left:57.1428571429%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-min-width="12"]{min-width:57.1428571429%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-max-width="12"]{max-width:57.1428571429%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-width="13"]{width:61.9047619048%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-x="13"]{left:61.9047619048%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-min-width="13"]{min-width:61.9047619048%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-max-width="13"]{max-width:61.9047619048%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-width="14"]{width:66.6666666667%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-x="14"]{left:66.6666666667%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-min-width="14"]{min-width:66.6666666667%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-max-width="14"]{max-width:66.6666666667%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-width="15"]{width:71.4285714286%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-x="15"]{left:71.4285714286%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-min-width="15"]{min-width:71.4285714286%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-max-width="15"]{max-width:71.4285714286%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-width="16"]{width:76.1904761905%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-x="16"]{left:76.1904761905%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-min-width="16"]{min-width:76.1904761905%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-max-width="16"]{max-width:76.1904761905%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-width="17"]{width:80.9523809524%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-x="17"]{left:80.9523809524%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-min-width="17"]{min-width:80.9523809524%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-max-width="17"]{max-width:80.9523809524%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-width="18"]{width:85.7142857143%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-x="18"]{left:85.7142857143%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-min-width="18"]{min-width:85.7142857143%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-max-width="18"]{max-width:85.7142857143%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-width="19"]{width:90.4761904762%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-x="19"]{left:90.4761904762%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-min-width="19"]{min-width:90.4761904762%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-max-width="19"]{max-width:90.4761904762%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-width="20"]{width:95.2380952381%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-x="20"]{left:95.2380952381%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-min-width="20"]{min-width:95.2380952381%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-max-width="20"]{max-width:95.2380952381%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-width="21"]{width:100%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-x="21"]{left:100%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-min-width="21"]{min-width:100%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-max-width="21"]{max-width:100%}.grid-stack.grid-stack-22>.grid-stack-item{min-width:4.5454545455%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-width="1"]{width:4.5454545455%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-x="1"]{left:4.5454545455%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-min-width="1"]{min-width:4.5454545455%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-max-width="1"]{max-width:4.5454545455%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-width="2"]{width:9.0909090909%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-x="2"]{left:9.0909090909%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-min-width="2"]{min-width:9.0909090909%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-max-width="2"]{max-width:9.0909090909%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-width="3"]{width:13.6363636364%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-x="3"]{left:13.6363636364%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-min-width="3"]{min-width:13.6363636364%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-max-width="3"]{max-width:13.6363636364%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-width="4"]{width:18.1818181818%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-x="4"]{left:18.1818181818%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-min-width="4"]{min-width:18.1818181818%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-max-width="4"]{max-width:18.1818181818%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-width="5"]{width:22.7272727273%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-x="5"]{left:22.7272727273%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-min-width="5"]{min-width:22.7272727273%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-max-width="5"]{max-width:22.7272727273%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-width="6"]{width:27.2727272727%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-x="6"]{left:27.2727272727%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-min-width="6"]{min-width:27.2727272727%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-max-width="6"]{max-width:27.2727272727%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-width="7"]{width:31.8181818182%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-x="7"]{left:31.8181818182%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-min-width="7"]{min-width:31.8181818182%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-max-width="7"]{max-width:31.8181818182%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-width="8"]{width:36.3636363636%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-x="8"]{left:36.3636363636%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-min-width="8"]{min-width:36.3636363636%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-max-width="8"]{max-width:36.3636363636%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-width="9"]{width:40.9090909091%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-x="9"]{left:40.9090909091%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-min-width="9"]{min-width:40.9090909091%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-max-width="9"]{max-width:40.9090909091%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-width="10"]{width:45.4545454545%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-x="10"]{left:45.4545454545%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-min-width="10"]{min-width:45.4545454545%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-max-width="10"]{max-width:45.4545454545%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-width="11"]{width:50%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-x="11"]{left:50%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-min-width="11"]{min-width:50%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-max-width="11"]{max-width:50%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-width="12"]{width:54.5454545455%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-x="12"]{left:54.5454545455%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-min-width="12"]{min-width:54.5454545455%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-max-width="12"]{max-width:54.5454545455%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-width="13"]{width:59.0909090909%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-x="13"]{left:59.0909090909%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-min-width="13"]{min-width:59.0909090909%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-max-width="13"]{max-width:59.0909090909%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-width="14"]{width:63.6363636364%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-x="14"]{left:63.6363636364%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-min-width="14"]{min-width:63.6363636364%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-max-width="14"]{max-width:63.6363636364%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-width="15"]{width:68.1818181818%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-x="15"]{left:68.1818181818%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-min-width="15"]{min-width:68.1818181818%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-max-width="15"]{max-width:68.1818181818%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-width="16"]{width:72.7272727273%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-x="16"]{left:72.7272727273%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-min-width="16"]{min-width:72.7272727273%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-max-width="16"]{max-width:72.7272727273%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-width="17"]{width:77.2727272727%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-x="17"]{left:77.2727272727%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-min-width="17"]{min-width:77.2727272727%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-max-width="17"]{max-width:77.2727272727%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-width="18"]{width:81.8181818182%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-x="18"]{left:81.8181818182%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-min-width="18"]{min-width:81.8181818182%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-max-width="18"]{max-width:81.8181818182%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-width="19"]{width:86.3636363636%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-x="19"]{left:86.3636363636%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-min-width="19"]{min-width:86.3636363636%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-max-width="19"]{max-width:86.3636363636%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-width="20"]{width:90.9090909091%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-x="20"]{left:90.9090909091%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-min-width="20"]{min-width:90.9090909091%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-max-width="20"]{max-width:90.9090909091%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-width="21"]{width:95.4545454545%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-x="21"]{left:95.4545454545%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-min-width="21"]{min-width:95.4545454545%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-max-width="21"]{max-width:95.4545454545%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-width="22"]{width:100%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-x="22"]{left:100%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-min-width="22"]{min-width:100%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-max-width="22"]{max-width:100%}.grid-stack.grid-stack-23>.grid-stack-item{min-width:4.347826087%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-width="1"]{width:4.347826087%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-x="1"]{left:4.347826087%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-min-width="1"]{min-width:4.347826087%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-max-width="1"]{max-width:4.347826087%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-width="2"]{width:8.6956521739%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-x="2"]{left:8.6956521739%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-min-width="2"]{min-width:8.6956521739%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-max-width="2"]{max-width:8.6956521739%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-width="3"]{width:13.0434782609%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-x="3"]{left:13.0434782609%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-min-width="3"]{min-width:13.0434782609%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-max-width="3"]{max-width:13.0434782609%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-width="4"]{width:17.3913043478%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-x="4"]{left:17.3913043478%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-min-width="4"]{min-width:17.3913043478%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-max-width="4"]{max-width:17.3913043478%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-width="5"]{width:21.7391304348%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-x="5"]{left:21.7391304348%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-min-width="5"]{min-width:21.7391304348%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-max-width="5"]{max-width:21.7391304348%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-width="6"]{width:26.0869565217%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-x="6"]{left:26.0869565217%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-min-width="6"]{min-width:26.0869565217%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-max-width="6"]{max-width:26.0869565217%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-width="7"]{width:30.4347826087%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-x="7"]{left:30.4347826087%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-min-width="7"]{min-width:30.4347826087%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-max-width="7"]{max-width:30.4347826087%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-width="8"]{width:34.7826086957%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-x="8"]{left:34.7826086957%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-min-width="8"]{min-width:34.7826086957%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-max-width="8"]{max-width:34.7826086957%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-width="9"]{width:39.1304347826%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-x="9"]{left:39.1304347826%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-min-width="9"]{min-width:39.1304347826%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-max-width="9"]{max-width:39.1304347826%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-width="10"]{width:43.4782608696%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-x="10"]{left:43.4782608696%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-min-width="10"]{min-width:43.4782608696%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-max-width="10"]{max-width:43.4782608696%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-width="11"]{width:47.8260869565%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-x="11"]{left:47.8260869565%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-min-width="11"]{min-width:47.8260869565%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-max-width="11"]{max-width:47.8260869565%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-width="12"]{width:52.1739130435%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-x="12"]{left:52.1739130435%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-min-width="12"]{min-width:52.1739130435%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-max-width="12"]{max-width:52.1739130435%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-width="13"]{width:56.5217391304%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-x="13"]{left:56.5217391304%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-min-width="13"]{min-width:56.5217391304%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-max-width="13"]{max-width:56.5217391304%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-width="14"]{width:60.8695652174%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-x="14"]{left:60.8695652174%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-min-width="14"]{min-width:60.8695652174%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-max-width="14"]{max-width:60.8695652174%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-width="15"]{width:65.2173913043%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-x="15"]{left:65.2173913043%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-min-width="15"]{min-width:65.2173913043%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-max-width="15"]{max-width:65.2173913043%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-width="16"]{width:69.5652173913%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-x="16"]{left:69.5652173913%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-min-width="16"]{min-width:69.5652173913%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-max-width="16"]{max-width:69.5652173913%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-width="17"]{width:73.9130434783%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-x="17"]{left:73.9130434783%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-min-width="17"]{min-width:73.9130434783%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-max-width="17"]{max-width:73.9130434783%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-width="18"]{width:78.2608695652%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-x="18"]{left:78.2608695652%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-min-width="18"]{min-width:78.2608695652%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-max-width="18"]{max-width:78.2608695652%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-width="19"]{width:82.6086956522%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-x="19"]{left:82.6086956522%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-min-width="19"]{min-width:82.6086956522%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-max-width="19"]{max-width:82.6086956522%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-width="20"]{width:86.9565217391%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-x="20"]{left:86.9565217391%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-min-width="20"]{min-width:86.9565217391%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-max-width="20"]{max-width:86.9565217391%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-width="21"]{width:91.3043478261%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-x="21"]{left:91.3043478261%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-min-width="21"]{min-width:91.3043478261%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-max-width="21"]{max-width:91.3043478261%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-width="22"]{width:95.652173913%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-x="22"]{left:95.652173913%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-min-width="22"]{min-width:95.652173913%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-max-width="22"]{max-width:95.652173913%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-width="23"]{width:100%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-x="23"]{left:100%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-min-width="23"]{min-width:100%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-max-width="23"]{max-width:100%}.grid-stack.grid-stack-24>.grid-stack-item{min-width:4.1666666667%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-width="1"]{width:4.1666666667%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-x="1"]{left:4.1666666667%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-min-width="1"]{min-width:4.1666666667%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-max-width="1"]{max-width:4.1666666667%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-width="2"]{width:8.3333333333%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-x="2"]{left:8.3333333333%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-min-width="2"]{min-width:8.3333333333%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-max-width="2"]{max-width:8.3333333333%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-width="3"]{width:12.5%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-x="3"]{left:12.5%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-min-width="3"]{min-width:12.5%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-max-width="3"]{max-width:12.5%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-width="4"]{width:16.6666666667%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-x="4"]{left:16.6666666667%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-min-width="4"]{min-width:16.6666666667%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-max-width="4"]{max-width:16.6666666667%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-width="5"]{width:20.8333333333%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-x="5"]{left:20.8333333333%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-min-width="5"]{min-width:20.8333333333%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-max-width="5"]{max-width:20.8333333333%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-width="6"]{width:25%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-x="6"]{left:25%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-min-width="6"]{min-width:25%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-max-width="6"]{max-width:25%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-width="7"]{width:29.1666666667%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-x="7"]{left:29.1666666667%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-min-width="7"]{min-width:29.1666666667%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-max-width="7"]{max-width:29.1666666667%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-width="8"]{width:33.3333333333%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-x="8"]{left:33.3333333333%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-min-width="8"]{min-width:33.3333333333%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-max-width="8"]{max-width:33.3333333333%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-width="9"]{width:37.5%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-x="9"]{left:37.5%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-min-width="9"]{min-width:37.5%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-max-width="9"]{max-width:37.5%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-width="10"]{width:41.6666666667%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-x="10"]{left:41.6666666667%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-min-width="10"]{min-width:41.6666666667%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-max-width="10"]{max-width:41.6666666667%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-width="11"]{width:45.8333333333%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-x="11"]{left:45.8333333333%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-min-width="11"]{min-width:45.8333333333%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-max-width="11"]{max-width:45.8333333333%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-width="12"]{width:50%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-x="12"]{left:50%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-min-width="12"]{min-width:50%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-max-width="12"]{max-width:50%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-width="13"]{width:54.1666666667%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-x="13"]{left:54.1666666667%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-min-width="13"]{min-width:54.1666666667%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-max-width="13"]{max-width:54.1666666667%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-width="14"]{width:58.3333333333%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-x="14"]{left:58.3333333333%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-min-width="14"]{min-width:58.3333333333%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-max-width="14"]{max-width:58.3333333333%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-width="15"]{width:62.5%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-x="15"]{left:62.5%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-min-width="15"]{min-width:62.5%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-max-width="15"]{max-width:62.5%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-width="16"]{width:66.6666666667%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-x="16"]{left:66.6666666667%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-min-width="16"]{min-width:66.6666666667%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-max-width="16"]{max-width:66.6666666667%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-width="17"]{width:70.8333333333%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-x="17"]{left:70.8333333333%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-min-width="17"]{min-width:70.8333333333%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-max-width="17"]{max-width:70.8333333333%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-width="18"]{width:75%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-x="18"]{left:75%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-min-width="18"]{min-width:75%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-max-width="18"]{max-width:75%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-width="19"]{width:79.1666666667%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-x="19"]{left:79.1666666667%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-min-width="19"]{min-width:79.1666666667%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-max-width="19"]{max-width:79.1666666667%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-width="20"]{width:83.3333333333%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-x="20"]{left:83.3333333333%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-min-width="20"]{min-width:83.3333333333%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-max-width="20"]{max-width:83.3333333333%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-width="21"]{width:87.5%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-x="21"]{left:87.5%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-min-width="21"]{min-width:87.5%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-max-width="21"]{max-width:87.5%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-width="22"]{width:91.6666666667%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-x="22"]{left:91.6666666667%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-min-width="22"]{min-width:91.6666666667%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-max-width="22"]{max-width:91.6666666667%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-width="23"]{width:95.8333333333%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-x="23"]{left:95.8333333333%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-min-width="23"]{min-width:95.8333333333%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-max-width="23"]{max-width:95.8333333333%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-width="24"]{width:100%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-x="24"]{left:100%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-min-width="24"]{min-width:100%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-max-width="24"]{max-width:100%}.grid-stack.grid-stack-25>.grid-stack-item{min-width:4%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-width="1"]{width:4%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-x="1"]{left:4%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-min-width="1"]{min-width:4%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-max-width="1"]{max-width:4%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-width="2"]{width:8%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-x="2"]{left:8%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-min-width="2"]{min-width:8%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-max-width="2"]{max-width:8%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-width="3"]{width:12%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-x="3"]{left:12%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-min-width="3"]{min-width:12%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-max-width="3"]{max-width:12%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-width="4"]{width:16%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-x="4"]{left:16%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-min-width="4"]{min-width:16%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-max-width="4"]{max-width:16%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-width="5"]{width:20%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-x="5"]{left:20%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-min-width="5"]{min-width:20%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-max-width="5"]{max-width:20%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-width="6"]{width:24%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-x="6"]{left:24%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-min-width="6"]{min-width:24%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-max-width="6"]{max-width:24%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-width="7"]{width:28%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-x="7"]{left:28%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-min-width="7"]{min-width:28%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-max-width="7"]{max-width:28%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-width="8"]{width:32%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-x="8"]{left:32%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-min-width="8"]{min-width:32%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-max-width="8"]{max-width:32%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-width="9"]{width:36%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-x="9"]{left:36%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-min-width="9"]{min-width:36%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-max-width="9"]{max-width:36%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-width="10"]{width:40%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-x="10"]{left:40%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-min-width="10"]{min-width:40%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-max-width="10"]{max-width:40%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-width="11"]{width:44%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-x="11"]{left:44%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-min-width="11"]{min-width:44%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-max-width="11"]{max-width:44%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-width="12"]{width:48%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-x="12"]{left:48%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-min-width="12"]{min-width:48%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-max-width="12"]{max-width:48%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-width="13"]{width:52%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-x="13"]{left:52%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-min-width="13"]{min-width:52%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-max-width="13"]{max-width:52%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-width="14"]{width:56%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-x="14"]{left:56%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-min-width="14"]{min-width:56%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-max-width="14"]{max-width:56%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-width="15"]{width:60%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-x="15"]{left:60%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-min-width="15"]{min-width:60%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-max-width="15"]{max-width:60%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-width="16"]{width:64%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-x="16"]{left:64%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-min-width="16"]{min-width:64%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-max-width="16"]{max-width:64%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-width="17"]{width:68%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-x="17"]{left:68%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-min-width="17"]{min-width:68%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-max-width="17"]{max-width:68%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-width="18"]{width:72%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-x="18"]{left:72%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-min-width="18"]{min-width:72%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-max-width="18"]{max-width:72%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-width="19"]{width:76%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-x="19"]{left:76%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-min-width="19"]{min-width:76%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-max-width="19"]{max-width:76%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-width="20"]{width:80%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-x="20"]{left:80%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-min-width="20"]{min-width:80%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-max-width="20"]{max-width:80%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-width="21"]{width:84%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-x="21"]{left:84%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-min-width="21"]{min-width:84%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-max-width="21"]{max-width:84%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-width="22"]{width:88%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-x="22"]{left:88%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-min-width="22"]{min-width:88%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-max-width="22"]{max-width:88%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-width="23"]{width:92%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-x="23"]{left:92%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-min-width="23"]{min-width:92%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-max-width="23"]{max-width:92%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-width="24"]{width:96%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-x="24"]{left:96%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-min-width="24"]{min-width:96%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-max-width="24"]{max-width:96%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-width="25"]{width:100%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-x="25"]{left:100%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-min-width="25"]{min-width:100%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-max-width="25"]{max-width:100%}.grid-stack.grid-stack-26>.grid-stack-item{min-width:3.8461538462%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-width="1"]{width:3.8461538462%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-x="1"]{left:3.8461538462%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-min-width="1"]{min-width:3.8461538462%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-max-width="1"]{max-width:3.8461538462%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-width="2"]{width:7.6923076923%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-x="2"]{left:7.6923076923%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-min-width="2"]{min-width:7.6923076923%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-max-width="2"]{max-width:7.6923076923%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-width="3"]{width:11.5384615385%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-x="3"]{left:11.5384615385%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-min-width="3"]{min-width:11.5384615385%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-max-width="3"]{max-width:11.5384615385%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-width="4"]{width:15.3846153846%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-x="4"]{left:15.3846153846%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-min-width="4"]{min-width:15.3846153846%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-max-width="4"]{max-width:15.3846153846%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-width="5"]{width:19.2307692308%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-x="5"]{left:19.2307692308%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-min-width="5"]{min-width:19.2307692308%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-max-width="5"]{max-width:19.2307692308%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-width="6"]{width:23.0769230769%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-x="6"]{left:23.0769230769%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-min-width="6"]{min-width:23.0769230769%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-max-width="6"]{max-width:23.0769230769%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-width="7"]{width:26.9230769231%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-x="7"]{left:26.9230769231%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-min-width="7"]{min-width:26.9230769231%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-max-width="7"]{max-width:26.9230769231%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-width="8"]{width:30.7692307692%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-x="8"]{left:30.7692307692%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-min-width="8"]{min-width:30.7692307692%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-max-width="8"]{max-width:30.7692307692%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-width="9"]{width:34.6153846154%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-x="9"]{left:34.6153846154%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-min-width="9"]{min-width:34.6153846154%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-max-width="9"]{max-width:34.6153846154%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-width="10"]{width:38.4615384615%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-x="10"]{left:38.4615384615%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-min-width="10"]{min-width:38.4615384615%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-max-width="10"]{max-width:38.4615384615%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-width="11"]{width:42.3076923077%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-x="11"]{left:42.3076923077%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-min-width="11"]{min-width:42.3076923077%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-max-width="11"]{max-width:42.3076923077%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-width="12"]{width:46.1538461538%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-x="12"]{left:46.1538461538%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-min-width="12"]{min-width:46.1538461538%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-max-width="12"]{max-width:46.1538461538%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-width="13"]{width:50%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-x="13"]{left:50%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-min-width="13"]{min-width:50%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-max-width="13"]{max-width:50%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-width="14"]{width:53.8461538462%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-x="14"]{left:53.8461538462%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-min-width="14"]{min-width:53.8461538462%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-max-width="14"]{max-width:53.8461538462%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-width="15"]{width:57.6923076923%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-x="15"]{left:57.6923076923%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-min-width="15"]{min-width:57.6923076923%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-max-width="15"]{max-width:57.6923076923%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-width="16"]{width:61.5384615385%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-x="16"]{left:61.5384615385%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-min-width="16"]{min-width:61.5384615385%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-max-width="16"]{max-width:61.5384615385%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-width="17"]{width:65.3846153846%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-x="17"]{left:65.3846153846%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-min-width="17"]{min-width:65.3846153846%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-max-width="17"]{max-width:65.3846153846%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-width="18"]{width:69.2307692308%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-x="18"]{left:69.2307692308%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-min-width="18"]{min-width:69.2307692308%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-max-width="18"]{max-width:69.2307692308%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-width="19"]{width:73.0769230769%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-x="19"]{left:73.0769230769%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-min-width="19"]{min-width:73.0769230769%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-max-width="19"]{max-width:73.0769230769%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-width="20"]{width:76.9230769231%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-x="20"]{left:76.9230769231%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-min-width="20"]{min-width:76.9230769231%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-max-width="20"]{max-width:76.9230769231%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-width="21"]{width:80.7692307692%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-x="21"]{left:80.7692307692%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-min-width="21"]{min-width:80.7692307692%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-max-width="21"]{max-width:80.7692307692%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-width="22"]{width:84.6153846154%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-x="22"]{left:84.6153846154%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-min-width="22"]{min-width:84.6153846154%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-max-width="22"]{max-width:84.6153846154%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-width="23"]{width:88.4615384615%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-x="23"]{left:88.4615384615%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-min-width="23"]{min-width:88.4615384615%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-max-width="23"]{max-width:88.4615384615%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-width="24"]{width:92.3076923077%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-x="24"]{left:92.3076923077%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-min-width="24"]{min-width:92.3076923077%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-max-width="24"]{max-width:92.3076923077%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-width="25"]{width:96.1538461538%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-x="25"]{left:96.1538461538%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-min-width="25"]{min-width:96.1538461538%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-max-width="25"]{max-width:96.1538461538%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-width="26"]{width:100%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-x="26"]{left:100%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-min-width="26"]{min-width:100%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-max-width="26"]{max-width:100%}.grid-stack.grid-stack-27>.grid-stack-item{min-width:3.7037037037%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-width="1"]{width:3.7037037037%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-x="1"]{left:3.7037037037%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-min-width="1"]{min-width:3.7037037037%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-max-width="1"]{max-width:3.7037037037%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-width="2"]{width:7.4074074074%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-x="2"]{left:7.4074074074%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-min-width="2"]{min-width:7.4074074074%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-max-width="2"]{max-width:7.4074074074%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-width="3"]{width:11.1111111111%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-x="3"]{left:11.1111111111%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-min-width="3"]{min-width:11.1111111111%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-max-width="3"]{max-width:11.1111111111%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-width="4"]{width:14.8148148148%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-x="4"]{left:14.8148148148%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-min-width="4"]{min-width:14.8148148148%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-max-width="4"]{max-width:14.8148148148%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-width="5"]{width:18.5185185185%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-x="5"]{left:18.5185185185%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-min-width="5"]{min-width:18.5185185185%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-max-width="5"]{max-width:18.5185185185%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-width="6"]{width:22.2222222222%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-x="6"]{left:22.2222222222%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-min-width="6"]{min-width:22.2222222222%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-max-width="6"]{max-width:22.2222222222%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-width="7"]{width:25.9259259259%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-x="7"]{left:25.9259259259%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-min-width="7"]{min-width:25.9259259259%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-max-width="7"]{max-width:25.9259259259%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-width="8"]{width:29.6296296296%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-x="8"]{left:29.6296296296%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-min-width="8"]{min-width:29.6296296296%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-max-width="8"]{max-width:29.6296296296%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-width="9"]{width:33.3333333333%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-x="9"]{left:33.3333333333%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-min-width="9"]{min-width:33.3333333333%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-max-width="9"]{max-width:33.3333333333%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-width="10"]{width:37.037037037%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-x="10"]{left:37.037037037%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-min-width="10"]{min-width:37.037037037%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-max-width="10"]{max-width:37.037037037%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-width="11"]{width:40.7407407407%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-x="11"]{left:40.7407407407%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-min-width="11"]{min-width:40.7407407407%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-max-width="11"]{max-width:40.7407407407%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-width="12"]{width:44.4444444444%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-x="12"]{left:44.4444444444%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-min-width="12"]{min-width:44.4444444444%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-max-width="12"]{max-width:44.4444444444%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-width="13"]{width:48.1481481481%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-x="13"]{left:48.1481481481%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-min-width="13"]{min-width:48.1481481481%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-max-width="13"]{max-width:48.1481481481%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-width="14"]{width:51.8518518519%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-x="14"]{left:51.8518518519%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-min-width="14"]{min-width:51.8518518519%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-max-width="14"]{max-width:51.8518518519%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-width="15"]{width:55.5555555556%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-x="15"]{left:55.5555555556%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-min-width="15"]{min-width:55.5555555556%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-max-width="15"]{max-width:55.5555555556%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-width="16"]{width:59.2592592593%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-x="16"]{left:59.2592592593%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-min-width="16"]{min-width:59.2592592593%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-max-width="16"]{max-width:59.2592592593%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-width="17"]{width:62.962962963%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-x="17"]{left:62.962962963%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-min-width="17"]{min-width:62.962962963%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-max-width="17"]{max-width:62.962962963%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-width="18"]{width:66.6666666667%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-x="18"]{left:66.6666666667%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-min-width="18"]{min-width:66.6666666667%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-max-width="18"]{max-width:66.6666666667%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-width="19"]{width:70.3703703704%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-x="19"]{left:70.3703703704%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-min-width="19"]{min-width:70.3703703704%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-max-width="19"]{max-width:70.3703703704%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-width="20"]{width:74.0740740741%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-x="20"]{left:74.0740740741%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-min-width="20"]{min-width:74.0740740741%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-max-width="20"]{max-width:74.0740740741%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-width="21"]{width:77.7777777778%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-x="21"]{left:77.7777777778%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-min-width="21"]{min-width:77.7777777778%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-max-width="21"]{max-width:77.7777777778%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-width="22"]{width:81.4814814815%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-x="22"]{left:81.4814814815%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-min-width="22"]{min-width:81.4814814815%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-max-width="22"]{max-width:81.4814814815%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-width="23"]{width:85.1851851852%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-x="23"]{left:85.1851851852%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-min-width="23"]{min-width:85.1851851852%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-max-width="23"]{max-width:85.1851851852%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-width="24"]{width:88.8888888889%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-x="24"]{left:88.8888888889%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-min-width="24"]{min-width:88.8888888889%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-max-width="24"]{max-width:88.8888888889%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-width="25"]{width:92.5925925926%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-x="25"]{left:92.5925925926%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-min-width="25"]{min-width:92.5925925926%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-max-width="25"]{max-width:92.5925925926%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-width="26"]{width:96.2962962963%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-x="26"]{left:96.2962962963%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-min-width="26"]{min-width:96.2962962963%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-max-width="26"]{max-width:96.2962962963%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-width="27"]{width:100%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-x="27"]{left:100%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-min-width="27"]{min-width:100%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-max-width="27"]{max-width:100%}.grid-stack.grid-stack-28>.grid-stack-item{min-width:3.5714285714%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-width="1"]{width:3.5714285714%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-x="1"]{left:3.5714285714%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-min-width="1"]{min-width:3.5714285714%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-max-width="1"]{max-width:3.5714285714%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-width="2"]{width:7.1428571429%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-x="2"]{left:7.1428571429%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-min-width="2"]{min-width:7.1428571429%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-max-width="2"]{max-width:7.1428571429%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-width="3"]{width:10.7142857143%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-x="3"]{left:10.7142857143%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-min-width="3"]{min-width:10.7142857143%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-max-width="3"]{max-width:10.7142857143%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-width="4"]{width:14.2857142857%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-x="4"]{left:14.2857142857%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-min-width="4"]{min-width:14.2857142857%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-max-width="4"]{max-width:14.2857142857%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-width="5"]{width:17.8571428571%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-x="5"]{left:17.8571428571%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-min-width="5"]{min-width:17.8571428571%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-max-width="5"]{max-width:17.8571428571%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-width="6"]{width:21.4285714286%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-x="6"]{left:21.4285714286%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-min-width="6"]{min-width:21.4285714286%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-max-width="6"]{max-width:21.4285714286%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-width="7"]{width:25%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-x="7"]{left:25%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-min-width="7"]{min-width:25%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-max-width="7"]{max-width:25%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-width="8"]{width:28.5714285714%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-x="8"]{left:28.5714285714%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-min-width="8"]{min-width:28.5714285714%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-max-width="8"]{max-width:28.5714285714%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-width="9"]{width:32.1428571429%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-x="9"]{left:32.1428571429%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-min-width="9"]{min-width:32.1428571429%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-max-width="9"]{max-width:32.1428571429%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-width="10"]{width:35.7142857143%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-x="10"]{left:35.7142857143%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-min-width="10"]{min-width:35.7142857143%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-max-width="10"]{max-width:35.7142857143%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-width="11"]{width:39.2857142857%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-x="11"]{left:39.2857142857%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-min-width="11"]{min-width:39.2857142857%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-max-width="11"]{max-width:39.2857142857%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-width="12"]{width:42.8571428571%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-x="12"]{left:42.8571428571%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-min-width="12"]{min-width:42.8571428571%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-max-width="12"]{max-width:42.8571428571%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-width="13"]{width:46.4285714286%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-x="13"]{left:46.4285714286%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-min-width="13"]{min-width:46.4285714286%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-max-width="13"]{max-width:46.4285714286%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-width="14"]{width:50%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-x="14"]{left:50%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-min-width="14"]{min-width:50%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-max-width="14"]{max-width:50%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-width="15"]{width:53.5714285714%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-x="15"]{left:53.5714285714%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-min-width="15"]{min-width:53.5714285714%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-max-width="15"]{max-width:53.5714285714%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-width="16"]{width:57.1428571429%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-x="16"]{left:57.1428571429%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-min-width="16"]{min-width:57.1428571429%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-max-width="16"]{max-width:57.1428571429%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-width="17"]{width:60.7142857143%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-x="17"]{left:60.7142857143%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-min-width="17"]{min-width:60.7142857143%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-max-width="17"]{max-width:60.7142857143%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-width="18"]{width:64.2857142857%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-x="18"]{left:64.2857142857%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-min-width="18"]{min-width:64.2857142857%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-max-width="18"]{max-width:64.2857142857%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-width="19"]{width:67.8571428571%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-x="19"]{left:67.8571428571%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-min-width="19"]{min-width:67.8571428571%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-max-width="19"]{max-width:67.8571428571%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-width="20"]{width:71.4285714286%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-x="20"]{left:71.4285714286%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-min-width="20"]{min-width:71.4285714286%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-max-width="20"]{max-width:71.4285714286%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-width="21"]{width:75%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-x="21"]{left:75%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-min-width="21"]{min-width:75%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-max-width="21"]{max-width:75%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-width="22"]{width:78.5714285714%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-x="22"]{left:78.5714285714%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-min-width="22"]{min-width:78.5714285714%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-max-width="22"]{max-width:78.5714285714%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-width="23"]{width:82.1428571429%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-x="23"]{left:82.1428571429%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-min-width="23"]{min-width:82.1428571429%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-max-width="23"]{max-width:82.1428571429%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-width="24"]{width:85.7142857143%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-x="24"]{left:85.7142857143%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-min-width="24"]{min-width:85.7142857143%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-max-width="24"]{max-width:85.7142857143%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-width="25"]{width:89.2857142857%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-x="25"]{left:89.2857142857%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-min-width="25"]{min-width:89.2857142857%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-max-width="25"]{max-width:89.2857142857%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-width="26"]{width:92.8571428571%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-x="26"]{left:92.8571428571%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-min-width="26"]{min-width:92.8571428571%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-max-width="26"]{max-width:92.8571428571%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-width="27"]{width:96.4285714286%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-x="27"]{left:96.4285714286%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-min-width="27"]{min-width:96.4285714286%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-max-width="27"]{max-width:96.4285714286%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-width="28"]{width:100%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-x="28"]{left:100%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-min-width="28"]{min-width:100%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-max-width="28"]{max-width:100%}.grid-stack.grid-stack-29>.grid-stack-item{min-width:3.4482758621%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="1"]{width:3.4482758621%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="1"]{left:3.4482758621%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-min-width="1"]{min-width:3.4482758621%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-max-width="1"]{max-width:3.4482758621%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="2"]{width:6.8965517241%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="2"]{left:6.8965517241%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-min-width="2"]{min-width:6.8965517241%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-max-width="2"]{max-width:6.8965517241%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="3"]{width:10.3448275862%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="3"]{left:10.3448275862%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-min-width="3"]{min-width:10.3448275862%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-max-width="3"]{max-width:10.3448275862%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="4"]{width:13.7931034483%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="4"]{left:13.7931034483%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-min-width="4"]{min-width:13.7931034483%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-max-width="4"]{max-width:13.7931034483%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="5"]{width:17.2413793103%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="5"]{left:17.2413793103%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-min-width="5"]{min-width:17.2413793103%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-max-width="5"]{max-width:17.2413793103%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="6"]{width:20.6896551724%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="6"]{left:20.6896551724%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-min-width="6"]{min-width:20.6896551724%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-max-width="6"]{max-width:20.6896551724%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="7"]{width:24.1379310345%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="7"]{left:24.1379310345%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-min-width="7"]{min-width:24.1379310345%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-max-width="7"]{max-width:24.1379310345%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="8"]{width:27.5862068966%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="8"]{left:27.5862068966%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-min-width="8"]{min-width:27.5862068966%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-max-width="8"]{max-width:27.5862068966%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="9"]{width:31.0344827586%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="9"]{left:31.0344827586%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-min-width="9"]{min-width:31.0344827586%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-max-width="9"]{max-width:31.0344827586%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="10"]{width:34.4827586207%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="10"]{left:34.4827586207%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-min-width="10"]{min-width:34.4827586207%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-max-width="10"]{max-width:34.4827586207%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="11"]{width:37.9310344828%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="11"]{left:37.9310344828%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-min-width="11"]{min-width:37.9310344828%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-max-width="11"]{max-width:37.9310344828%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="12"]{width:41.3793103448%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="12"]{left:41.3793103448%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-min-width="12"]{min-width:41.3793103448%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-max-width="12"]{max-width:41.3793103448%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="13"]{width:44.8275862069%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="13"]{left:44.8275862069%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-min-width="13"]{min-width:44.8275862069%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-max-width="13"]{max-width:44.8275862069%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="14"]{width:48.275862069%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="14"]{left:48.275862069%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-min-width="14"]{min-width:48.275862069%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-max-width="14"]{max-width:48.275862069%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="15"]{width:51.724137931%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="15"]{left:51.724137931%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-min-width="15"]{min-width:51.724137931%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-max-width="15"]{max-width:51.724137931%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="16"]{width:55.1724137931%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="16"]{left:55.1724137931%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-min-width="16"]{min-width:55.1724137931%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-max-width="16"]{max-width:55.1724137931%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="17"]{width:58.6206896552%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="17"]{left:58.6206896552%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-min-width="17"]{min-width:58.6206896552%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-max-width="17"]{max-width:58.6206896552%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="18"]{width:62.0689655172%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="18"]{left:62.0689655172%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-min-width="18"]{min-width:62.0689655172%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-max-width="18"]{max-width:62.0689655172%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="19"]{width:65.5172413793%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="19"]{left:65.5172413793%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-min-width="19"]{min-width:65.5172413793%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-max-width="19"]{max-width:65.5172413793%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="20"]{width:68.9655172414%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="20"]{left:68.9655172414%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-min-width="20"]{min-width:68.9655172414%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-max-width="20"]{max-width:68.9655172414%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="21"]{width:72.4137931034%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="21"]{left:72.4137931034%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-min-width="21"]{min-width:72.4137931034%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-max-width="21"]{max-width:72.4137931034%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="22"]{width:75.8620689655%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="22"]{left:75.8620689655%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-min-width="22"]{min-width:75.8620689655%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-max-width="22"]{max-width:75.8620689655%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="23"]{width:79.3103448276%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="23"]{left:79.3103448276%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-min-width="23"]{min-width:79.3103448276%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-max-width="23"]{max-width:79.3103448276%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="24"]{width:82.7586206897%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="24"]{left:82.7586206897%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-min-width="24"]{min-width:82.7586206897%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-max-width="24"]{max-width:82.7586206897%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="25"]{width:86.2068965517%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="25"]{left:86.2068965517%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-min-width="25"]{min-width:86.2068965517%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-max-width="25"]{max-width:86.2068965517%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="26"]{width:89.6551724138%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="26"]{left:89.6551724138%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-min-width="26"]{min-width:89.6551724138%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-max-width="26"]{max-width:89.6551724138%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="27"]{width:93.1034482759%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="27"]{left:93.1034482759%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-min-width="27"]{min-width:93.1034482759%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-max-width="27"]{max-width:93.1034482759%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="28"]{width:96.5517241379%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="28"]{left:96.5517241379%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-min-width="28"]{min-width:96.5517241379%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-max-width="28"]{max-width:96.5517241379%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="29"]{width:100%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="29"]{left:100%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-min-width="29"]{min-width:100%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-max-width="29"]{max-width:100%}.grid-stack.grid-stack-30>.grid-stack-item{min-width:3.3333333333%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="1"]{width:3.3333333333%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="1"]{left:3.3333333333%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-min-width="1"]{min-width:3.3333333333%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-max-width="1"]{max-width:3.3333333333%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="2"]{width:6.6666666667%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="2"]{left:6.6666666667%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-min-width="2"]{min-width:6.6666666667%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-max-width="2"]{max-width:6.6666666667%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="3"]{width:10%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="3"]{left:10%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-min-width="3"]{min-width:10%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-max-width="3"]{max-width:10%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="4"]{width:13.3333333333%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="4"]{left:13.3333333333%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-min-width="4"]{min-width:13.3333333333%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-max-width="4"]{max-width:13.3333333333%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="5"]{width:16.6666666667%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="5"]{left:16.6666666667%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-min-width="5"]{min-width:16.6666666667%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-max-width="5"]{max-width:16.6666666667%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="6"]{width:20%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="6"]{left:20%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-min-width="6"]{min-width:20%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-max-width="6"]{max-width:20%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="7"]{width:23.3333333333%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="7"]{left:23.3333333333%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-min-width="7"]{min-width:23.3333333333%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-max-width="7"]{max-width:23.3333333333%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="8"]{width:26.6666666667%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="8"]{left:26.6666666667%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-min-width="8"]{min-width:26.6666666667%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-max-width="8"]{max-width:26.6666666667%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="9"]{width:30%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="9"]{left:30%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-min-width="9"]{min-width:30%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-max-width="9"]{max-width:30%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="10"]{width:33.3333333333%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="10"]{left:33.3333333333%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-min-width="10"]{min-width:33.3333333333%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-max-width="10"]{max-width:33.3333333333%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="11"]{width:36.6666666667%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="11"]{left:36.6666666667%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-min-width="11"]{min-width:36.6666666667%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-max-width="11"]{max-width:36.6666666667%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="12"]{width:40%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="12"]{left:40%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-min-width="12"]{min-width:40%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-max-width="12"]{max-width:40%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="13"]{width:43.3333333333%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="13"]{left:43.3333333333%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-min-width="13"]{min-width:43.3333333333%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-max-width="13"]{max-width:43.3333333333%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="14"]{width:46.6666666667%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="14"]{left:46.6666666667%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-min-width="14"]{min-width:46.6666666667%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-max-width="14"]{max-width:46.6666666667%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="15"]{width:50%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="15"]{left:50%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-min-width="15"]{min-width:50%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-max-width="15"]{max-width:50%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="16"]{width:53.3333333333%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="16"]{left:53.3333333333%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-min-width="16"]{min-width:53.3333333333%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-max-width="16"]{max-width:53.3333333333%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="17"]{width:56.6666666667%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="17"]{left:56.6666666667%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-min-width="17"]{min-width:56.6666666667%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-max-width="17"]{max-width:56.6666666667%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="18"]{width:60%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="18"]{left:60%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-min-width="18"]{min-width:60%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-max-width="18"]{max-width:60%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="19"]{width:63.3333333333%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="19"]{left:63.3333333333%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-min-width="19"]{min-width:63.3333333333%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-max-width="19"]{max-width:63.3333333333%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="20"]{width:66.6666666667%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="20"]{left:66.6666666667%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-min-width="20"]{min-width:66.6666666667%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-max-width="20"]{max-width:66.6666666667%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="21"]{width:70%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="21"]{left:70%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-min-width="21"]{min-width:70%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-max-width="21"]{max-width:70%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="22"]{width:73.3333333333%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="22"]{left:73.3333333333%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-min-width="22"]{min-width:73.3333333333%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-max-width="22"]{max-width:73.3333333333%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="23"]{width:76.6666666667%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="23"]{left:76.6666666667%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-min-width="23"]{min-width:76.6666666667%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-max-width="23"]{max-width:76.6666666667%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="24"]{width:80%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="24"]{left:80%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-min-width="24"]{min-width:80%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-max-width="24"]{max-width:80%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="25"]{width:83.3333333333%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="25"]{left:83.3333333333%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-min-width="25"]{min-width:83.3333333333%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-max-width="25"]{max-width:83.3333333333%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="26"]{width:86.6666666667%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="26"]{left:86.6666666667%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-min-width="26"]{min-width:86.6666666667%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-max-width="26"]{max-width:86.6666666667%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="27"]{width:90%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="27"]{left:90%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-min-width="27"]{min-width:90%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-max-width="27"]{max-width:90%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="28"]{width:93.3333333333%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="28"]{left:93.3333333333%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-min-width="28"]{min-width:93.3333333333%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-max-width="28"]{max-width:93.3333333333%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="29"]{width:96.6666666667%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="29"]{left:96.6666666667%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-min-width="29"]{min-width:96.6666666667%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-max-width="29"]{max-width:96.6666666667%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="30"]{width:100%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="30"]{left:100%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-min-width="30"]{min-width:100%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-max-width="30"]{max-width:100%}.grid-stack>.grid-stack-item>.grid-stack-item-content{overflow:hidden;line-height:18px} \ No newline at end of file diff --git a/software/dashboard/grafana/csv/Node-RED_files/gridstack.jQueryUI.min.js b/software/dashboard/grafana/csv/Node-RED_files/gridstack.jQueryUI.min.js deleted file mode 100755 index 6ab22f2..0000000 --- a/software/dashboard/grafana/csv/Node-RED_files/gridstack.jQueryUI.min.js +++ /dev/null @@ -1,3 +0,0 @@ -/** gridstack.js 0.6.4 - JQuery UI Drag&Drop plugin @preserve */ -!function(t){if("function"==typeof define&&define.amd)define(["jquery","gridstack","exports"],t);else if("undefined"!=typeof exports){try{jQuery=require("jquery")}catch(t){}try{gridstack=require("gridstack")}catch(t){}t(jQuery,gridstack.GridStackUI,exports)}else t(jQuery,GridStackUI,window)}(function(a,e,t){function r(t){e.GridStackDragDropPlugin.call(this,t)}return e.GridStackDragDropPlugin.registerPlugin(r),((r.prototype=Object.create(e.GridStackDragDropPlugin.prototype)).constructor=r).prototype.resizable=function(t,e){if(t=a(t),"disable"===e||"enable"===e)t.resizable(e);else if("option"===e){var r=arguments[2],i=arguments[3];t.resizable(e,r,i)}else{var n=t.data("gs-resize-handles")?t.data("gs-resize-handles"):this.grid.opts.resizable.handles;t.resizable(a.extend({},this.grid.opts.resizable,{handles:n},{start:e.start||function(){},stop:e.stop||function(){},resize:e.resize||function(){}}))}return this},r.prototype.draggable=function(t,e){return t=a(t),"disable"===e||"enable"===e?t.draggable(e):t.draggable(a.extend({},this.grid.opts.draggable,{containment:this.grid.opts.isNested&&!this.grid.opts.dragOut?this.grid.container.parent():this.grid.opts.draggable.containment||null,start:e.start||function(){},stop:e.stop||function(){},drag:e.drag||function(){}})),this},r.prototype.droppable=function(t,e){return(t=a(t)).droppable(e),this},r.prototype.isDroppable=function(t,e){return t=a(t),Boolean(t.data("droppable"))},r.prototype.on=function(t,e,r){return a(t).on(e,r),this},t.JQueryUIGridStackDragDropPlugin=r}); -//# sourceMappingURL=gridstack.min.map \ No newline at end of file diff --git a/software/dashboard/grafana/csv/Node-RED_files/gridstack.min.css b/software/dashboard/grafana/csv/Node-RED_files/gridstack.min.css deleted file mode 100755 index b874768..0000000 --- a/software/dashboard/grafana/csv/Node-RED_files/gridstack.min.css +++ /dev/null @@ -1,6 +0,0 @@ -/*! - * required gridstack 0.6.4 CSS for default 12 and 1 columnMode size. Use gridstack-extra.css for others - * https://gridstackjs.com/ - * (c) 2014-2020 Alain Dumesny, Dylan Weiss, Pavel Reznikov - * gridstack.js may be freely distributed under the MIT license. -*/:root .grid-stack-item>.ui-resizable-handle{filter:none}.grid-stack{position:relative}.grid-stack.grid-stack-rtl{direction:ltr}.grid-stack.grid-stack-rtl>.grid-stack-item{direction:rtl}.grid-stack .grid-stack-placeholder>.placeholder-content{border:1px dashed #d3d3d3;margin:0;position:absolute;top:0;left:10px;right:10px;bottom:0;width:auto;z-index:0!important;text-align:center}.grid-stack>.grid-stack-item{min-width:8.3333333333%;position:absolute;padding:0}.grid-stack>.grid-stack-item>.grid-stack-item-content{margin:0;position:absolute;top:0;left:10px;right:10px;bottom:0;width:auto;overflow-x:hidden;overflow-y:auto}.grid-stack>.grid-stack-item>.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.grid-stack>.grid-stack-item.ui-resizable-autohide>.ui-resizable-handle,.grid-stack>.grid-stack-item.ui-resizable-disabled>.ui-resizable-handle{display:none}.grid-stack>.grid-stack-item.ui-draggable-dragging,.grid-stack>.grid-stack-item.ui-resizable-resizing{z-index:100}.grid-stack>.grid-stack-item.ui-draggable-dragging>.grid-stack-item-content,.grid-stack>.grid-stack-item.ui-resizable-resizing>.grid-stack-item-content{box-shadow:1px 4px 6px rgba(0,0,0,.2);opacity:.8}.grid-stack>.grid-stack-item>.ui-resizable-se,.grid-stack>.grid-stack-item>.ui-resizable-sw{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDUxMS42MjYgNTExLjYyNyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTExLjYyNiA1MTEuNjI3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTMyOC45MDYsNDAxLjk5NGgtMzYuNTUzVjEwOS42MzZoMzYuNTUzYzQuOTQ4LDAsOS4yMzYtMS44MDksMTIuODQ3LTUuNDI2YzMuNjEzLTMuNjE1LDUuNDIxLTcuODk4LDUuNDIxLTEyLjg0NSAgIGMwLTQuOTQ5LTEuODAxLTkuMjMxLTUuNDI4LTEyLjg1MWwtNzMuMDg3LTczLjA5QzI2NS4wNDQsMS44MDksMjYwLjc2LDAsMjU1LjgxMywwYy00Ljk0OCwwLTkuMjI5LDEuODA5LTEyLjg0Nyw1LjQyNCAgIGwtNzMuMDg4LDczLjA5Yy0zLjYxOCwzLjYxOS01LjQyNCw3LjkwMi01LjQyNCwxMi44NTFjMCw0Ljk0NiwxLjgwNyw5LjIyOSw1LjQyNCwxMi44NDVjMy42MTksMy42MTcsNy45MDEsNS40MjYsMTIuODUsNS40MjYgICBoMzYuNTQ1djI5Mi4zNThoLTM2LjU0MmMtNC45NTIsMC05LjIzNSwxLjgwOC0xMi44NSw1LjQyMWMtMy42MTcsMy42MjEtNS40MjQsNy45MDUtNS40MjQsMTIuODU0ICAgYzAsNC45NDUsMS44MDcsOS4yMjcsNS40MjQsMTIuODQ3bDczLjA4OSw3My4wODhjMy42MTcsMy42MTcsNy44OTgsNS40MjQsMTIuODQ3LDUuNDI0YzQuOTUsMCw5LjIzNC0xLjgwNywxMi44NDktNS40MjQgICBsNzMuMDg3LTczLjA4OGMzLjYxMy0zLjYyLDUuNDIxLTcuOTAxLDUuNDIxLTEyLjg0N2MwLTQuOTQ4LTEuODA4LTkuMjMyLTUuNDIxLTEyLjg1NCAgIEMzMzguMTQyLDQwMy44MDIsMzMzLjg1Nyw0MDEuOTk0LDMyOC45MDYsNDAxLjk5NHoiIGZpbGw9IiM2NjY2NjYiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);background-repeat:no-repeat;background-position:center;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.grid-stack>.grid-stack-item>.ui-resizable-se{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.grid-stack>.grid-stack-item>.ui-resizable-nw{cursor:nw-resize;width:20px;height:20px;left:10px;top:0}.grid-stack>.grid-stack-item>.ui-resizable-n{cursor:n-resize;height:10px;top:0;left:25px;right:25px}.grid-stack>.grid-stack-item>.ui-resizable-ne{cursor:ne-resize;width:20px;height:20px;right:10px;top:0}.grid-stack>.grid-stack-item>.ui-resizable-e{cursor:e-resize;width:10px;right:10px;top:15px;bottom:15px}.grid-stack>.grid-stack-item>.ui-resizable-se{cursor:se-resize;width:20px;height:20px;right:10px;bottom:0}.grid-stack>.grid-stack-item>.ui-resizable-s{cursor:s-resize;height:10px;left:25px;bottom:0;right:25px}.grid-stack>.grid-stack-item>.ui-resizable-sw{cursor:sw-resize;width:20px;height:20px;left:10px;bottom:0}.grid-stack>.grid-stack-item>.ui-resizable-w{cursor:w-resize;width:10px;left:10px;top:15px;bottom:15px}.grid-stack>.grid-stack-item.ui-draggable-dragging>.ui-resizable-handle{display:none!important}.grid-stack>.grid-stack-item[data-gs-width='1']{width:8.3333333333%}.grid-stack>.grid-stack-item[data-gs-x='1']{left:8.3333333333%}.grid-stack>.grid-stack-item[data-gs-min-width='1']{min-width:8.3333333333%}.grid-stack>.grid-stack-item[data-gs-max-width='1']{max-width:8.3333333333%}.grid-stack>.grid-stack-item[data-gs-width='2']{width:16.6666666667%}.grid-stack>.grid-stack-item[data-gs-x='2']{left:16.6666666667%}.grid-stack>.grid-stack-item[data-gs-min-width='2']{min-width:16.6666666667%}.grid-stack>.grid-stack-item[data-gs-max-width='2']{max-width:16.6666666667%}.grid-stack>.grid-stack-item[data-gs-width='3']{width:25%}.grid-stack>.grid-stack-item[data-gs-x='3']{left:25%}.grid-stack>.grid-stack-item[data-gs-min-width='3']{min-width:25%}.grid-stack>.grid-stack-item[data-gs-max-width='3']{max-width:25%}.grid-stack>.grid-stack-item[data-gs-width='4']{width:33.3333333333%}.grid-stack>.grid-stack-item[data-gs-x='4']{left:33.3333333333%}.grid-stack>.grid-stack-item[data-gs-min-width='4']{min-width:33.3333333333%}.grid-stack>.grid-stack-item[data-gs-max-width='4']{max-width:33.3333333333%}.grid-stack>.grid-stack-item[data-gs-width='5']{width:41.6666666667%}.grid-stack>.grid-stack-item[data-gs-x='5']{left:41.6666666667%}.grid-stack>.grid-stack-item[data-gs-min-width='5']{min-width:41.6666666667%}.grid-stack>.grid-stack-item[data-gs-max-width='5']{max-width:41.6666666667%}.grid-stack>.grid-stack-item[data-gs-width='6']{width:50%}.grid-stack>.grid-stack-item[data-gs-x='6']{left:50%}.grid-stack>.grid-stack-item[data-gs-min-width='6']{min-width:50%}.grid-stack>.grid-stack-item[data-gs-max-width='6']{max-width:50%}.grid-stack>.grid-stack-item[data-gs-width='7']{width:58.3333333333%}.grid-stack>.grid-stack-item[data-gs-x='7']{left:58.3333333333%}.grid-stack>.grid-stack-item[data-gs-min-width='7']{min-width:58.3333333333%}.grid-stack>.grid-stack-item[data-gs-max-width='7']{max-width:58.3333333333%}.grid-stack>.grid-stack-item[data-gs-width='8']{width:66.6666666667%}.grid-stack>.grid-stack-item[data-gs-x='8']{left:66.6666666667%}.grid-stack>.grid-stack-item[data-gs-min-width='8']{min-width:66.6666666667%}.grid-stack>.grid-stack-item[data-gs-max-width='8']{max-width:66.6666666667%}.grid-stack>.grid-stack-item[data-gs-width='9']{width:75%}.grid-stack>.grid-stack-item[data-gs-x='9']{left:75%}.grid-stack>.grid-stack-item[data-gs-min-width='9']{min-width:75%}.grid-stack>.grid-stack-item[data-gs-max-width='9']{max-width:75%}.grid-stack>.grid-stack-item[data-gs-width='10']{width:83.3333333333%}.grid-stack>.grid-stack-item[data-gs-x='10']{left:83.3333333333%}.grid-stack>.grid-stack-item[data-gs-min-width='10']{min-width:83.3333333333%}.grid-stack>.grid-stack-item[data-gs-max-width='10']{max-width:83.3333333333%}.grid-stack>.grid-stack-item[data-gs-width='11']{width:91.6666666667%}.grid-stack>.grid-stack-item[data-gs-x='11']{left:91.6666666667%}.grid-stack>.grid-stack-item[data-gs-min-width='11']{min-width:91.6666666667%}.grid-stack>.grid-stack-item[data-gs-max-width='11']{max-width:91.6666666667%}.grid-stack>.grid-stack-item[data-gs-width='12']{width:100%}.grid-stack>.grid-stack-item[data-gs-x='12']{left:100%}.grid-stack>.grid-stack-item[data-gs-min-width='12']{min-width:100%}.grid-stack>.grid-stack-item[data-gs-max-width='12']{max-width:100%}.grid-stack.grid-stack-1>.grid-stack-item{min-width:100%}.grid-stack.grid-stack-1>.grid-stack-item[data-gs-width='1']{width:100%}.grid-stack.grid-stack-1>.grid-stack-item[data-gs-x='1']{left:100%}.grid-stack.grid-stack-1>.grid-stack-item[data-gs-min-width='1']{min-width:100%}.grid-stack.grid-stack-1>.grid-stack-item[data-gs-max-width='1']{max-width:100%}.grid-stack.grid-stack-animate,.grid-stack.grid-stack-animate .grid-stack-item{-webkit-transition:left .3s,top .3s,height .3s,width .3s;-moz-transition:left .3s,top .3s,height .3s,width .3s;-ms-transition:left .3s,top .3s,height .3s,width .3s;-o-transition:left .3s,top .3s,height .3s,width .3s;transition:left .3s,top .3s,height .3s,width .3s}.grid-stack.grid-stack-animate .grid-stack-item.grid-stack-placeholder,.grid-stack.grid-stack-animate .grid-stack-item.ui-draggable-dragging,.grid-stack.grid-stack-animate .grid-stack-item.ui-resizable-resizing{-webkit-transition:left 0s,top 0s,height 0s,width 0s;-moz-transition:left 0s,top 0s,height 0s,width 0s;-ms-transition:left 0s,top 0s,height 0s,width 0s;-o-transition:left 0s,top 0s,height 0s,width 0s;transition:left 0s,top 0s,height 0s,width 0s} \ No newline at end of file diff --git a/software/dashboard/grafana/csv/Node-RED_files/gridstack.min.js b/software/dashboard/grafana/csv/Node-RED_files/gridstack.min.js deleted file mode 100755 index af781f3..0000000 --- a/software/dashboard/grafana/csv/Node-RED_files/gridstack.min.js +++ /dev/null @@ -1,9 +0,0 @@ -/** - * gridstack.js 0.6.4 - * https://gridstackjs.com/ - * (c) 2014-2020 Alain Dumesny, Dylan Weiss, Pavel Reznikov - * gridstack.js may be freely distributed under the MIT license. - * @preserve -*/ -!function(t){if("function"==typeof define&&define.amd)define(["jquery","exports"],t);else if("undefined"!=typeof exports){var e;try{e=require("jquery")}catch(t){}t(e||window.jQuery,exports)}else t(window.jQuery,window)}(function(m,t){function n(t,e,i,o){void 0!==t[e]&&(t[i]=t[e],console.warn("gridstack.js: Option `"+e+"` is deprecated in "+o+" and has been replaced with `"+i+"`. It will be **completely** removed in v1.0"))}function d(t,e,i,o){var a=t.attr(e);void 0!==a&&(t.attr(i,a),console.warn("gridstack.js: attribute `"+e+"`="+a+" is deprecated on this object in "+o+" and has been replaced with `"+i+"`. It will be **completely** removed in v1.0"))}var f={isIntercepted:function(t,e){return!(t.x+t.width<=e.x||e.x+e.width<=t.x||t.y+t.height<=e.y||e.y+e.height<=t.y)},sort:function(t,e,i){if(!i){var o=t.map(function(t){return t.x+t.width});i=Math.max.apply(Math,o)}return-1===e?f.sortBy(t,function(t){return-(t.x+t.y*i)}):f.sortBy(t,function(t){return t.x+t.y*i})},createStylesheet:function(t,e){var i=document.createElement("style");return i.setAttribute("type","text/css"),i.setAttribute("data-gs-style-id",t),i.styleSheet?i.styleSheet.cssText="":i.appendChild(document.createTextNode("")),(e=e||document.getElementsByTagName("head")[0]).insertBefore(i,e.firstChild),i.sheet},removeStylesheet:function(t){m("STYLE[data-gs-style-id="+t+"]").remove()},insertCSSRule:function(t,e,i,o){"function"==typeof t.insertRule?t.insertRule(e+"{"+i+"}",o):"function"==typeof t.addRule&&t.addRule(e,i,o)},toBool:function(t){return"boolean"==typeof t?t:"string"==typeof t?!(""===(t=t.toLowerCase())||"no"===t||"false"===t||"0"===t):Boolean(t)},_collisionNodeCheck:function(t){return t!==this.node&&f.isIntercepted(t,this.nn)},_didCollide:function(t){return f.isIntercepted({x:this.n.x,y:this.newY,width:this.n.width,height:this.n.height},t)},_isAddNodeIntercepted:function(t){return f.isIntercepted({x:this.x,y:this.y,width:this.node.width,height:this.node.height},t)},parseHeight:function(t){var e=t,i="px";if(e&&"string"==typeof e){var o=e.match(/^(-[0-9]+\.[0-9]+|[0-9]*\.[0-9]+|-[0-9]+|[0-9]+)(px|em|rem|vh|vw|%)?$/);if(!o)throw new Error("Invalid height");i=o[2]||"px",e=parseFloat(o[1])}return{height:e,unit:i}},without:function(t,e){var i=t.indexOf(e);return-1!==i&&(t=t.slice(0)).splice(i,1),t},sortBy:function(t,a){return t.slice(0).sort(function(t,e){var i=a(t),o=a(e);return o===i?0:ot.clientHeight?t:f.getScrollParent(t.parentNode)},updateScrollPosition:function(t,e,i){var o=t.getBoundingClientRect(),a=window.innerHeight||document.documentElement.clientHeight;if(o.top<0||o.bottom>a){var s=o.bottom-a,r=o.top,n=f.getScrollParent(t);if(null!==n){var d=n.scrollTop;o.top<0&&i<0?t.offsetHeight>a?n.scrollTop+=i:n.scrollTop+=Math.abs(r)>Math.abs(i)?i:r:0a?n.scrollTop+=i:n.scrollTop+=i=t._packY;){this.nodes.slice(0,e).find(f._didCollide,{n:t,newY:i})||(t._dirty=!0,t.y=i),--i}},this):this.nodes.forEach(function(t,e){if(!t.locked)for(;0this.column?t.width=this.column:t.width<1&&(t.width=1),t.height<1&&(t.height=1),t.x<0&&(t.x=0),t.x+t.width>this.column&&(e?t.width=this.column-t.x:t.x=this.column-t.width),t.y<0&&(t.y=0),t},l.prototype._notify=function(){if(!this._batchMode){var t=Array.prototype.slice.call(arguments,0);t[0]=void 0===t[0]?[]:Array.isArray(t[0])?t[0]:[t[0]],t[1]=void 0===t[1]||t[1];var e=t[0].concat(this.getDirtyNodes());this.onchange(e,t[1])}},l.prototype.cleanNodes=function(){this._batchMode||this.nodes.forEach(function(t){delete t._dirty})},l.prototype.getDirtyNodes=function(t){if(t){var e=[];return this.nodes.forEach(function(t){t._dirty&&(t.y===t._origY&&t.x===t._origX&&t.width===t._origW&&t.height===t._origH?delete t._dirty:e.push(t))}),e}return this.nodes.filter(function(t){return t._dirty})},l.prototype.addNode=function(t,e){if(void 0!==(t=this._prepareNode(t)).maxWidth&&(t.width=Math.min(t.width,t.maxWidth)),void 0!==t.maxHeight&&(t.height=Math.min(t.height,t.maxHeight)),void 0!==t.minWidth&&(t.width=Math.max(t.width,t.minWidth)),void 0!==t.minHeight&&(t.height=Math.max(t.height,t.minHeight)),t._id=t._id||++s,t.autoPosition){this._sortNodes();for(var i=0;;++i){var o=i%this.column,a=Math.floor(i/this.column);if(!(o+t.width>this.column)&&!this.nodes.find(f._isAddNodeIntercepted,{x:o,y:a,node:t})){t.x=o,t.y=a,delete t.autoPosition;break}}}return this.nodes.push(t),e&&this._addedNodes.push(t),this._fixCollisions(t),this._packNodes(),this._notify(),t},l.prototype.removeNode=function(t,e){e=void 0===e||e,this._removedNodes.push(t),t._id=null,this.nodes=f.without(this.nodes,t),this._packNodes(),this._notify(t,e)},l.prototype.removeAll=function(t){delete this._layouts,0!==this.nodes.length&&(t=void 0===t||t,this.nodes.forEach(function(t){t._id=null}),this._removedNodes=this.nodes,this.nodes=[],this._notify(this._removedNodes,t))},l.prototype.canMoveNode=function(e,t,i,o,a){if(!this.isNodeChangedPosition(e,t,i,o,a))return!1;var s,r=Boolean(this.nodes.find(function(t){return t.locked}));if(!this.maxRow&&!r)return!0;var n=new l(this.column,null,this.float,0,this.nodes.map(function(t){return t===e?s=m.extend({},t):m.extend({},t)}));if(!s)return!0;n.moveNode(s,t,i,o,a);var d=!0;return r&&(d&=!Boolean(n.nodes.find(function(t){return t!==s&&Boolean(t.locked)&&Boolean(t._dirty)}))),this.maxRow&&(d&=n.getGridHeight()<=this.maxRow),d},l.prototype.canBePlacedWithRespectToHeight=function(t){if(!this.maxRow)return!0;var e=new l(this.column,null,this.float,0,this.nodes.map(function(t){return m.extend({},t)}));return e.addNode(t),e.getGridHeight()<=this.maxRow},l.prototype.isNodeChangedPosition=function(t,e,i,o,a){return"number"!=typeof e&&(e=t.x),"number"!=typeof i&&(i=t.y),"number"!=typeof o&&(o=t.width),"number"!=typeof a&&(a=t.height),void 0!==t.maxWidth&&(o=Math.min(o,t.maxWidth)),void 0!==t.maxHeight&&(a=Math.min(a,t.maxHeight)),void 0!==t.minWidth&&(o=Math.max(o,t.minWidth)),void 0!==t.minHeight&&(a=Math.max(a,t.minHeight)),t.x!==e||t.y!==i||t.width!==o||t.height!==a},l.prototype.moveNode=function(t,e,i,o,a,s){if("number"!=typeof e&&(e=t.x),"number"!=typeof i&&(i=t.y),"number"!=typeof o&&(o=t.width),"number"!=typeof a&&(a=t.height),void 0!==t.maxWidth&&(o=Math.min(o,t.maxWidth)),void 0!==t.maxHeight&&(a=Math.min(a,t.maxHeight)),void 0!==t.minWidth&&(o=Math.max(o,t.minWidth)),void 0!==t.minHeight&&(a=Math.max(a,t.minHeight)),t.x===e&&t.y===i&&t.width===o&&t.height===a)return t;var r=t.width!==o;return t._dirty=!0,t.x=e,t.y=i,t.width=o,t.height=a,t.lastTriedX=e,t.lastTriedY=i,t.lastTriedWidth=o,t.lastTriedHeight=a,t=this._prepareNode(t,r),this._fixCollisions(t),s||(this._packNodes(),this._notify()),t},l.prototype.getGridHeight=function(){return this.nodes.reduce(function(t,e){return Math.max(t,e.y+e.height)},0)},l.prototype.beginUpdate=function(t){t._updating||(t._updating=!0,this.nodes.forEach(function(t){t._packY=t.y}))},l.prototype.endUpdate=function(){var t=this.nodes.find(function(t){return t._updating});t&&(t._updating=!1,this.nodes.forEach(function(t){delete t._packY}))};function i(t,e){var i,c=this;e=e||{},this.container=m(t),n(e,"width","column","v0.5.3"),n(e,"height","maxRow","v0.5.3"),function(t,e,i,o){void 0!==t[e]&&console.warn("gridstack.js: Option `"+e+"` is deprecated in "+i+o)}(e,"oneColumnModeClass","v0.6.3",". Use class `.grid-stack-1` instead"),d(this.container,"data-gs-width","data-gs-column","v0.5.3"),d(this.container,"data-gs-height","data-gs-max-row","v0.5.3"),e.itemClass=e.itemClass||"grid-stack-item";var o=0
    '+this.opts.placeholderText+"
    ").hide(),this._updateContainerHeight(),this._updateHeightsOnResize=f.throttle(function(){c.cellHeight(c.cellWidth(),!1)},100),this.onResizeHandler=function(){if(i&&c._updateHeightsOnResize(),!c.opts.staticGrid)if(!c.opts.disableOneColumnMode&&(window.innerWidth||document.documentElement.clientWidth||document.body.clientWidth)<=c.opts.minWidth){if(c.oneColumnMode)return;c.oneColumnMode=!0,c.setColumn(1)}else{if(!c.oneColumnMode)return;c.oneColumnMode=!1,c.setColumn(c._prevColumn)}},m(window).resize(this.onResizeHandler),this.onResizeHandler(),!c.opts.staticGrid&&"string"==typeof c.opts.removable){var r=m(c.opts.removable);this.dd.isDroppable(r)||this.dd.droppable(r,c.opts.removableOptions),this.dd.on(r,"dropover",function(t,e){var i=m(e.draggable),o=i.data("_gridstack_node");o&&o._grid===c&&(i.data("inTrashZone",!0),c._setupRemovingTimeout(i))}).on(r,"dropout",function(t,e){var i=m(e.draggable),o=i.data("_gridstack_node");o&&o._grid===c&&(i.data("inTrashZone",!1),c._clearRemovingTimeout(i))})}if(!c.opts.staticGrid&&c.opts.acceptWidgets){function p(t,e){var i=u,o=i.data("_gridstack_node"),a=c.getCellFromPixel({left:t.pageX,top:t.pageY},!0),s=Math.max(0,a.x),r=Math.max(0,a.y);o._added||(o._added=!0,o.el=i,o.autoPosition=!0,o.x=s,o.y=r,c.grid.cleanNodes(),c.grid.beginUpdate(o),c.grid.addNode(o),c.container.append(c.placeholder),c.placeholder.attr("data-gs-x",o.x).attr("data-gs-y",o.y).attr("data-gs-width",o.width).attr("data-gs-height",o.height).show(),o.el=c.placeholder,o._beforeDragX=o.x,o._beforeDragY=o.y,c._updateContainerHeight()),c.grid.canMoveNode(o,s,r)&&(c.grid.moveNode(o,s,r),c._updateContainerHeight())}var u=null;this.dd.droppable(c.container,{accept:function(t){var e=(t=m(t)).data("_gridstack_node");return(!e||e._grid!==c)&&t.is(!0===c.opts.acceptWidgets?".grid-stack-item":c.opts.acceptWidgets)}}).on(c.container,"dropover",function(t,e){var i,o,a=m(e.draggable),s=a.data("_gridstack_node");if(!s||!s.width||!s.height){var r=parseInt(a.attr("data-gs-width"));0this._styles._max)){for(var a=this._styles._max;a=p.grid.column||s<0||!p.grid.float&&s>p.grid.getGridHeight()){if(l._temporaryRemoved)return;!0===p.opts.removable&&p._setupRemovingTimeout(h),a=l._beforeDragX,s=l._beforeDragY,p.placeholder.detach(),p.placeholder.hide(),p.grid.removeNode(l),p._updateContainerHeight(),l._temporaryRemoved=!0}else p._clearRemovingTimeout(h),l._temporaryRemoved&&(p.grid.addNode(l),p.placeholder.attr("data-gs-x",a).attr("data-gs-y",s).attr("data-gs-width",i).attr("data-gs-height",o).show(),p.container.append(p.placeholder),l.el=p.placeholder,l._temporaryRemoved=!1)}else if("resize"===t.type&&a<0)return;var n=void 0!==i?i:l.lastTriedWidth,d=void 0!==o?o:l.lastTriedHeight;!p.grid.canMoveNode(l,a,s,i,o)||l.lastTriedX===a&&l.lastTriedY===s&&l.lastTriedWidth===n&&l.lastTriedHeight===d||(l.lastTriedX=a,l.lastTriedY=s,l.lastTriedWidth=i,l.lastTriedHeight=o,p.grid.moveNode(l,a,s,i,o),p._updateContainerHeight(),"resize"===t.type&&m(t.target).trigger("gsresize",l))}function e(t,e){p.container.append(p.placeholder);var i=m(this);p.grid.cleanNodes(),p.grid.beginUpdate(l),g=p.cellWidth();var o=p.cellHeight();c=p.container.height()/parseInt(p.container.attr("data-gs-current-height")),p.placeholder.attr("data-gs-x",i.attr("data-gs-x")).attr("data-gs-y",i.attr("data-gs-y")).attr("data-gs-width",i.attr("data-gs-width")).attr("data-gs-height",i.attr("data-gs-height")).show(),l.el=p.placeholder,l._beforeDragX=l.x,l._beforeDragY=l.y,l._prevYPix=e.position.top;var a=l.minHeight||1,s=p.opts.verticalMargin;p.dd.resizable(h,"option","minWidth",g*(l.minWidth||1)),p.dd.resizable(h,"option","minHeight",o*a+(a-1)*s),"resizestart"===t.type&&i.find(".grid-stack-item").trigger("resizestart")}function i(t,e){var i=m(this);if(i.data("_gridstack_node")){if(p.placeholder.detach(),l.el=i,p.placeholder.hide(),l._isAboutToRemove)h.data("_gridstack_node")._grid._triggerRemoveEvent(),h.removeData("_gridstack_node"),h.remove();else p._clearRemovingTimeout(h),l._temporaryRemoved?(f.removePositioningStyles(i),i.attr("data-gs-x",l._beforeDragX).attr("data-gs-y",l._beforeDragY).attr("data-gs-width",l.width).attr("data-gs-height",l.height),l.x=l._beforeDragX,l.y=l._beforeDragY,l._temporaryRemoved=!1,p.grid.addNode(l)):(f.removePositioningStyles(i),i.attr("data-gs-x",l.x).attr("data-gs-y",l.y).attr("data-gs-width",l.width).attr("data-gs-height",l.height));p._updateContainerHeight(),p._triggerChangeEvent(),p.grid.endUpdate();var o=i.find(".grid-stack");o.length&&"resizestop"===t.type&&(o.each(function(t,e){m(e).data("gridstack").onResizeHandler()}),i.find(".grid-stack-item").trigger("resizestop"),i.find(".grid-stack-item").trigger("gsresizestop")),"resizestop"===t.type&&p.container.trigger("gsresizestop",i)}}var g,c,p=this;this.dd.draggable(h,{start:e,stop:i,drag:t}).resizable(h,{start:e,stop:i,resize:t}),(l.noMove||this.opts.disableDrag||this.opts.staticGrid)&&this.dd.draggable(h,"disable"),(l.noResize||this.opts.disableResize||this.opts.staticGrid)&&this.dd.resizable(h,"disable"),this._writeAttr(h,l)},i.prototype._prepareElement=function(t,e){e=void 0!==e&&e;(t=m(t)).addClass(this.opts.itemClass);var i=this._readAttr(t,{el:t,_grid:this});i=this.grid.addNode(i,e),t.data("_gridstack_node",i),this._prepareElementsByNode(t,i)},i.prototype._writeAttr=function(t,e){t=m(t),void 0!==(e=e||{}).x&&t.attr("data-gs-x",e.x),void 0!==e.y&&t.attr("data-gs-y",e.y),void 0!==e.width&&t.attr("data-gs-width",e.width),void 0!==e.height&&t.attr("data-gs-height",e.height),void 0!==e.autoPosition&&t.attr("data-gs-auto-position",!!e.autoPosition||null),void 0!==e.minWidth&&t.attr("data-gs-min-width",e.minWidth),void 0!==e.maxWidth&&t.attr("data-gs-max-width",e.maxWidth),void 0!==e.minHeight&&t.attr("data-gs-min-height",e.minHeight),void 0!==e.maxHeight&&t.attr("data-gs-max-height",e.maxHeight),void 0!==e.noResize&&t.attr("data-gs-no-resize",!!e.noResize||null),void 0!==e.noMove&&t.attr("data-gs-no-move",!!e.noMove||null),void 0!==e.locked&&t.attr("data-gs-locked",!!e.locked||null),void 0!==e.resizeHandles&&t.attr("data-gs-resize-handles",e.resizeHandles),void 0!==e.id&&t.attr("data-gs-id",e.id)},i.prototype._readAttr=function(t,e){return t=m(t),(e=e||{}).x=t.attr("data-gs-x"),e.y=t.attr("data-gs-y"),e.width=t.attr("data-gs-width"),e.height=t.attr("data-gs-height"),e.autoPosition=f.toBool(t.attr("data-gs-auto-position")),e.maxWidth=t.attr("data-gs-max-width"),e.minWidth=t.attr("data-gs-min-width"),e.maxHeight=t.attr("data-gs-max-height"),e.minHeight=t.attr("data-gs-min-height"),e.noResize=f.toBool(t.attr("data-gs-no-resize")),e.noMove=f.toBool(t.attr("data-gs-no-move")),e.locked=f.toBool(t.attr("data-gs-locked")),e.resizeHandles=t.attr("data-gs-resize-handles"),e.id=t.attr("data-gs-id"),e},i.prototype.setAnimation=function(t){t?this.container.addClass("grid-stack-animate"):this.container.removeClass("grid-stack-animate")},i.prototype.addWidget=function(t,e,i,o,a,s,r,n,d,h,l){return void 0!==e&&"object"!=typeof e?this.addWidget(t,{x:e,y:i,width:o,height:a,autoPosition:s,minWidth:r,maxWidth:n,minHeight:d,maxHeight:h,id:l}):(e=e||{},t=m(t),this._writeAttr(t,e),this.container.append(t),this.makeWidget(t))},i.prototype.makeWidget=function(t){return t=m(t),this._prepareElement(t,!0),this._updateContainerHeight(),this._triggerAddEvent(),this._triggerChangeEvent(!0),t},i.prototype.willItFit=function(t,e,i,o,a){var s={x:t,y:e,width:i,height:o,autoPosition:a};return this.grid.canBePlacedWithRespectToHeight(s)},i.prototype.removeWidget=function(t,e){e=void 0===e||e;var i=(t=m(t)).data("_gridstack_node");i=i||this.grid.getNodeDataByDOMEl(t),t.removeData("_gridstack_node"),this.grid.removeNode(i,e),this._triggerRemoveEvent(),this._triggerChangeEvent(!0)},i.prototype.removeAll=function(t){!1!==t&&this.grid.nodes.forEach(function(t){t.el.removeData("_gridstack_node")}),this.grid.removeAll(t),this._triggerRemoveEvent()},i.prototype.destroy=function(t){m(window).off("resize",this.onResizeHandler),this.disable(),void 0===t||t?this.container.remove():(this.removeAll(!1),this.container.removeData("gridstack")),f.removeStylesheet(this._stylesId),this.grid&&(this.grid=null)},i.prototype.resizable=function(t,o){var a=this;return(t=m(t)).each(function(t,e){var i=(e=m(e)).data("_gridstack_node");i&&(i.noResize=!o,i.noResize?a.dd.resizable(e,"disable"):a.dd.resizable(e,"enable"))}),this},i.prototype.movable=function(t,o){var a=this;return(t=m(t)).each(function(t,e){var i=(e=m(e)).data("_gridstack_node");i&&(i.noMove=!o,i.noMove?(a.dd.draggable(e,"disable"),e.removeClass("ui-draggable-handle")):(a.dd.draggable(e,"enable"),e.addClass("ui-draggable-handle")))}),this},i.prototype.enableMove=function(t,e){this.movable(this.container.children("."+this.opts.itemClass),t),e&&(this.opts.disableDrag=!t)},i.prototype.enableResize=function(t,e){this.resizable(this.container.children("."+this.opts.itemClass),t),e&&(this.opts.disableResize=!t)},i.prototype.disable=function(){this.movable(this.container.children("."+this.opts.itemClass),!1),this.resizable(this.container.children("."+this.opts.itemClass),!1),this.container.trigger("disable")},i.prototype.enable=function(){this.movable(this.container.children("."+this.opts.itemClass),!0),this.resizable(this.container.children("."+this.opts.itemClass),!0),this.container.trigger("enable")},i.prototype.locked=function(t,o){return(t=m(t)).each(function(t,e){var i=(e=m(e)).data("_gridstack_node");i&&(i.locked=o||!1,e.attr("data-gs-locked",i.locked?"yes":null))}),this},i.prototype.maxHeight=function(t,o){return(t=m(t)).each(function(t,e){var i=(e=m(e)).data("_gridstack_node");i&&(isNaN(o)||(i.maxHeight=o||!1,e.attr("data-gs-max-height",o)))}),this},i.prototype.minHeight=function(t,o){return(t=m(t)).each(function(t,e){var i=(e=m(e)).data("_gridstack_node");i&&(isNaN(o)||(i.minHeight=o||!1,e.attr("data-gs-min-height",o)))}),this},i.prototype.maxWidth=function(t,o){return(t=m(t)).each(function(t,e){var i=(e=m(e)).data("_gridstack_node");i&&(isNaN(o)||(i.maxWidth=o||!1,e.attr("data-gs-max-width",o)))}),this},i.prototype.minWidth=function(t,o){return(t=m(t)).each(function(t,e){var i=(e=m(e)).data("_gridstack_node");i&&(isNaN(o)||(i.minWidth=o||!1,e.attr("data-gs-min-width",o)))}),this},i.prototype._updateElement=function(t,e){var i=(t=m(t).first()).data("_gridstack_node");if(i){var o=this;o.grid.cleanNodes(),o.grid.beginUpdate(i),e.call(this,t,i),o._updateContainerHeight(),o._triggerChangeEvent(),o.grid.endUpdate()}},i.prototype.resize=function(t,i,o){this._updateElement(t,function(t,e){i=null!=i?i:e.width,o=null!=o?o:e.height,this.grid.moveNode(e,e.x,e.y,i,o)})},i.prototype.move=function(t,i,o){this._updateElement(t,function(t,e){i=null!=i?i:e.x,o=null!=o?o:e.y,this.grid.moveNode(e,i,o,e.width,e.height)})},i.prototype.update=function(t,i,o,a,s){this._updateElement(t,function(t,e){i=null!=i?i:e.x,o=null!=o?o:e.y,a=null!=a?a:e.width,s=null!=s?s:e.height,this.grid.moveNode(e,i,o,a,s)})},i.prototype.compact=function(){if(0!==this.grid.nodes.length){this.batchUpdate(),this.grid._sortNodes();var t=this.grid.nodes;this.grid.nodes=[],t.forEach(function(t){t.noMove||t.locked||(t.autoPosition=!0),this.grid.addNode(t,!1),t._dirty=!0},this),this.commit()}},i.prototype.verticalMargin=function(t,e){if(void 0===t)return this.opts.verticalMargin;var i=f.parseHeight(t);this.opts.verticalMarginUnit===i.unit&&this.opts.maxRow===i.height||(this.opts.verticalMarginUnit=i.unit,this.opts.verticalMargin=i.height,e||this._updateStyles())},i.prototype.cellHeight=function(t,e){if(void 0===t){if(this.opts.cellHeight&&"auto"!==this.opts.cellHeight)return this.opts.cellHeight;var i=this.container.children("."+this.opts.itemClass).first(),o=i.attr("data-gs-height"),a=this.opts.verticalMargin;return Math.round((i.outerHeight()-(o-1)*a)/o)}var s=f.parseHeight(t);this.opts.cellHeightUnit===s.unit&&this.opts.cellHeight===s.height||(this.opts.cellHeightUnit=s.unit,this.opts.cellHeight=s.height,e||this._updateStyles())},i.prototype.cellWidth=function(){return Math.round(this.container.outerWidth()/this.opts.column)},i.prototype.getCellFromPixel=function(t,e){var i=void 0!==e&&e?this.container.offset():this.container.position(),o=t.left-i.left,a=t.top-i.top,s=Math.floor(this.container.width()/this.opts.column),r=Math.floor(this.container.height()/parseInt(this.container.attr("data-gs-current-height")));return{x:Math.floor(o/s),y:Math.floor(a/r)}},i.prototype.batchUpdate=function(){this.grid.batchUpdate()},i.prototype.commit=function(){this.grid.commit(),this._triggerRemoveEvent(),this._triggerAddEvent(),this._triggerChangeEvent()},i.prototype.isAreaEmpty=function(t,e,i,o){return this.grid.isAreaEmpty(t,e,i,o)},i.prototype.setStatic=function(t){this.opts.staticGrid=!0===t,this.enableMove(!t),this.enableResize(!t),this._setStaticClass()},i.prototype._setStaticClass=function(){var t="grid-stack-static";!0===this.opts.staticGrid?this.container.addClass(t):this.container.removeClass(t)},l.prototype._layoutsNodesChange=function(t){this._layouts&&!this._ignoreLayoutsNodeChange&&this._layouts.forEach(function(o,a){o&&a!==this.column&&(a - -
    \ No newline at end of file diff --git a/software/dashboard/grafana/csv/Node-RED_files/jquery-ui.min.css b/software/dashboard/grafana/csv/Node-RED_files/jquery-ui.min.css deleted file mode 100755 index 776e259..0000000 --- a/software/dashboard/grafana/csv/Node-RED_files/jquery-ui.min.css +++ /dev/null @@ -1,7 +0,0 @@ -/*! jQuery UI - v1.12.1 - 2016-09-14 -* http://jqueryui.com -* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css -* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6 -* Copyright jQuery Foundation and other contributors; Licensed MIT */ - -.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;font-size:100%}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-button{padding:.4em 1em;display:inline-block;position:relative;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2em;box-sizing:border-box;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-button-icon-only{text-indent:0}.ui-button-icon-only .ui-icon{position:absolute;top:50%;left:50%;margin-top:-8px;margin-left:-8px}.ui-button.ui-icon-notext .ui-icon{padding:0;width:2.1em;height:2.1em;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-icon-notext .ui-icon{width:auto;height:auto;text-indent:0;white-space:normal;padding:.4em 1em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-controlgroup{vertical-align:middle;display:inline-block}.ui-controlgroup > .ui-controlgroup-item{float:left;margin-left:0;margin-right:0}.ui-controlgroup > .ui-controlgroup-item:focus,.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus{z-index:9999}.ui-controlgroup-vertical > .ui-controlgroup-item{display:block;float:none;width:100%;margin-top:0;margin-bottom:0;text-align:left}.ui-controlgroup-vertical .ui-controlgroup-item{box-sizing:border-box}.ui-controlgroup .ui-controlgroup-label{padding:.4em 1em}.ui-controlgroup .ui-controlgroup-label span{font-size:80%}.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item{border-left:none}.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item{border-top:none}.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content{border-right:none}.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content{border-bottom:none}.ui-controlgroup-vertical .ui-spinner-input{width:75%;width:calc( 100% - 2.4em )}.ui-controlgroup-vertical .ui-spinner .ui-spinner-up{border-top-style:solid}.ui-checkboxradio-label .ui-icon-background{box-shadow:inset 1px 1px 1px #ccc;border-radius:.12em;border:none}.ui-checkboxradio-radio-label .ui-icon-background{width:16px;height:16px;border-radius:1em;overflow:visible;border:none}.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon{background-image:none;width:8px;height:8px;border-width:4px;border-style:solid}.ui-checkboxradio-disabled{pointer-events:none}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;left:.5em;top:.3em}.ui-dialog{position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-n{height:2px;top:0}.ui-dialog .ui-resizable-e{width:2px;right:0}.ui-dialog .ui-resizable-s{height:2px;bottom:0}.ui-dialog .ui-resizable-w{width:2px;left:0}.ui-dialog .ui-resizable-se,.ui-dialog .ui-resizable-sw,.ui-dialog .ui-resizable-ne,.ui-dialog .ui-resizable-nw{width:7px;height:7px}.ui-dialog .ui-resizable-se{right:0;bottom:0}.ui-dialog .ui-resizable-sw{left:0;bottom:0}.ui-dialog .ui-resizable-ne{right:0;top:0}.ui-dialog .ui-resizable-nw{left:0;top:0}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");height:100%;filter:alpha(opacity=25);opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:bold;line-height:1.5;padding:2px 0.4em;margin:0.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-text{display:block;margin-right:20px;overflow:hidden;text-overflow:ellipsis}.ui-selectmenu-button.ui-button{text-align:left;white-space:nowrap;width:14em}.ui-selectmenu-icon.ui-icon{float:right;margin-top:0}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:.222em 0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:2em}.ui-spinner-button{width:1.6em;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top-style:none;border-bottom-style:none;border-right-style:none}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #c5c5c5}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:bold}.ui-widget-header a{color:#333}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:normal;color:#454545}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button{color:#454545;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus{border:1px solid #ccc;background:#ededed;font-weight:normal;color:#2b2b2b}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus{color:#2b2b2b;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px rgb(94,158,214)}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid #003eff;background:#007fff;font-weight:normal;color:#fff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#003eff;background-color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-checked{border:1px solid #dad55e;background:#fffa90}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#5f3f3f}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#5f3f3f}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("images/ui-icons_444444_256x240.png")}.ui-widget-header .ui-icon{background-image:url("images/ui-icons_444444_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon{background-image:url("images/ui-icons_555555_256x240.png")}.ui-state-active .ui-icon,.ui-button:active .ui-icon{background-image:url("images/ui-icons_ffffff_256x240.png")}.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon{background-image:url("images/ui-icons_777620_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("images/ui-icons_cc0000_256x240.png")}.ui-button .ui-icon{background-image:url("images/ui-icons_777777_256x240.png")}.ui-icon-blank{background-position:16px 16px}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-65px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-65px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:1px -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:3px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.003;filter:Alpha(Opacity=.3)}.ui-widget-shadow{-webkit-box-shadow:0 0 5px #666;box-shadow:0 0 5px #666} \ No newline at end of file diff --git a/software/dashboard/grafana/csv/Node-RED_files/main.min.js b/software/dashboard/grafana/csv/Node-RED_files/main.min.js deleted file mode 100755 index e14bfa2..0000000 --- a/software/dashboard/grafana/csv/Node-RED_files/main.min.js +++ /dev/null @@ -1,16 +0,0 @@ -/** - * Copyright OpenJS Foundation and other contributors, https://openjsf.org/ - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - **/ -$(function(){"localhost"!==window.location.hostname&&"127.0.0.1"!==window.location.hostname&&(document.title=document.title+" : "+window.location.hostname),RED.init({apiRootUrl:""})}); \ No newline at end of file diff --git a/software/dashboard/grafana/csv/Node-RED_files/modal.html b/software/dashboard/grafana/csv/Node-RED_files/modal.html deleted file mode 100755 index 2f6a392..0000000 --- a/software/dashboard/grafana/csv/Node-RED_files/modal.html +++ /dev/null @@ -1,3 +0,0 @@ - - -
    \ No newline at end of file diff --git a/software/dashboard/grafana/csv/Node-RED_files/monaco-bootstrap.js b/software/dashboard/grafana/csv/Node-RED_files/monaco-bootstrap.js deleted file mode 100755 index 2c66859..0000000 --- a/software/dashboard/grafana/csv/Node-RED_files/monaco-bootstrap.js +++ /dev/null @@ -1,26 +0,0 @@ -(function() { - var _isIE = /MSIE \d|Trident.*rv:/.test(navigator.userAgent); - //dont load monaco if IE - if(_isIE === false) { - var userLocale = (localStorage.getItem("editor-language") + "") - var browserLocale = typeof navigator === "undefined" ? "" : (navigator.language || navigator.userLanguage || ""); - var cultureDists = { - "zh-cn":"zh-hans", - "zh-tw":"zh-hant", - "ja":"ja", - "ko":"ko", - "de":"de", - "fr":"fr", - "it":"it", - "es":"es", - "ru":"ru", - "tr":"tr", - "pl":"pl", - "pt-br":"pt-br", - "cs":"cs" - }; - var uiLanguage = cultureDists[userLocale.toLowerCase()] || cultureDists[browserLocale.toLowerCase()]; - if(uiLanguage) document.write('
    \ No newline at end of file diff --git a/software/dashboard/grafana/csv/Node-RED_files/red.min.js b/software/dashboard/grafana/csv/Node-RED_files/red.min.js deleted file mode 100755 index 051dfe7..0000000 --- a/software/dashboard/grafana/csv/Node-RED_files/red.min.js +++ /dev/null @@ -1,18 +0,0 @@ -/** - * Copyright OpenJS Foundation and other contributors, https://openjsf.org/ - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - **/ -!function(){var o;!window.MSInputMethodContext||!document.documentMode||(window.DOMTokenList.prototype.toggle=function(e,t){1===arguments.length&&(t=!this.contains(e)),this[t?"add":"remove"](e)},"classList"in SVGElement.prototype||Object.defineProperty(SVGElement.prototype,"classList",Object.getOwnPropertyDescriptor(HTMLElement.prototype,"classList")),"children"in SVGElement.prototype||Object.defineProperty(SVGElement.prototype,"children",Object.getOwnPropertyDescriptor(HTMLElement.prototype,"children")),Array.from=function(){if(1)/),n=(o.length,function(){var e,t;0===o.length?i():(e=o.shift(),t=n,a(e,//.exec(e.trim()),"#red-ui-editor-plugin-configs",t))});n()}})})}})}function a(e,t,i,a){var s;a=a||function(){},t?(s=t[1],RED._loadingModule=s):s="unknown";try{var r=!1,d=$("
    "+e+"
    "),o=d.find("script"),l=o.length;o.each(function(e,t){var o,n=$(t).attr("src");n&&!/^\s*(https?:|\/|\.)/.test(n)?($(t).remove(),(o=document.createElement("script")).onload=function(){0===--l&&($(i).append(d),delete RED._loadingModule,a())},"module"===$(t).attr("type")&&(o.type="module"),$(i).append(o),o.src=RED.settings.apiRootUrl+n,r=!0):((/\/ace.js$/.test(n)||/\/ext-language_tools.js$/.test(n))&&(console.warn("Blocked attempt to load",n,"by",s),$(t).remove()),l--)}),r||($(i).append(d),delete RED._loadingModule,a())}catch(e){RED.notify(RED._("notification.errors.failedToAppendNode",{module:s,error:e.toString()}),{type:"error",timeout:1e4}),console.log("["+s+"] "+e.toString()),delete RED._loadingModule,a()}}function s(e,t){a(e,//.exec(e.trim()),"#red-ui-editor-node-configs",t)}function r(t){$.ajax({headers:{Accept:"application/json"},cache:!1,url:"icons",success:function(e){RED.nodes.setIconSets(e),t&&t()}})}function t(){f.reportProgress(RED._("event.loadNodes",{count:""}),30);var e=localStorage.getItem("editor-language")||RED.i18n.detectLanguage();$.ajax({headers:{Accept:"text/html","Accept-Language":e},cache:!1,url:"nodes",success:function(e){var t=e.trim().split(/(?=)/),o=t.length,n=function(){f.reportProgress(RED._("event.loadNodes",{count:o-t.length+"/"+o}),30+(o-t.length)/o*40),0===t.length?($("#red-ui-editor").i18n(),$("#red-ui-palette > .red-ui-palette-spinner").hide(),$(".red-ui-palette-scroll").removeClass("hide"),$("#red-ui-palette-search").removeClass("hide"),RED.settings.theme("projects.enabled",!1)?RED.projects.refresh(function(t){d(function(){RED.sidebar.info.refresh();var e=!1;t||(RED.menu.setDisabled("menu-item-projects-open",!0),RED.menu.setDisabled("menu-item-projects-settings",!0),!1!==t&&(e=!0)),l(e)})}):d(function(){RED.sidebar.info.refresh(),l()})):s(t.shift(),n)};n()}})}function d(a){f.reportProgress(RED._("event.loadFlows"),80),$.ajax({headers:{Accept:"application/json"},cache:!1,url:"flows",success:function(e){if(e){var t=window.location.hash;RED.nodes.version(e.rev),f.reportProgress(RED._("event.importFlows"),90);try{if(RED.nodes.import(e.flows),RED.nodes.dirty(!1),RED.view.redraw(!0),/^#flow\/.+$/.test(t)&&RED.workspaces.show(t.substring(6),!0),0").text(e)),RED.sidebar.info.refresh()})})):(t.text?(t.default=t.text,e=RED._(t.text,t),o={type:t.type,fixed:void 0===t.timeout,timeout:t.timeout,id:n},"runtime-state"===n&&("safe-mode"===t.error?o.buttons=[{text:RED._("common.label.close"),click:function(){i[n].hideNotification()}}]:"missing-types"===t.error?(e+="
    • "+t.types.map(RED.utils.sanitize).join("
    • ")+"
    ",RED.projects.getActiveProject()?o.buttons=[{text:RED._("notification.label.manage-project-dep"),click:function(){i[n].hideNotification(),RED.projects.settings.show("deps")}}]:o.buttons=[{text:RED._("notification.label.unknownNodesButton"),class:"pull-left",click:function(){RED.actions.invoke("core:search","type:unknown ")}},{class:"primary",text:RED._("common.label.close"),click:function(){i[n].hideNotification()}}]):"missing-modules"===t.error?(e+="
    • "+t.modules.map(function(e){return RED.utils.sanitize(e.module)+(e.error?" - "+RED.utils.sanitize(""+e.error)+"":"")}).join("
    • ")+"
    ",o.buttons=[{text:RED._("common.label.close"),click:function(){i[n].hideNotification()}}]):"credentials_load_failed"===t.error?RED.settings.theme("projects.enabled",!1)?RED.user.hasPermission("projects.write")&&(o.buttons=[{text:RED._("notification.project.setupCredentials"),click:function(){i[n].hideNotification(),RED.projects.showCredentialsPrompt()}}]):o.buttons=[{text:RED._("common.label.close"),click:function(){i[n].hideNotification()}}]:"missing_flow_file"===t.error||"missing_package_file"===t.error?RED.user.hasPermission("projects.write")&&(o.buttons=[{text:RED._("notification.project.setupProjectFiles"),click:function(){i[n].hideNotification(),RED.projects.showFilesPrompt()}}]):"project_empty"===t.error?RED.user.hasPermission("projects.write")&&(o.buttons=[{text:RED._("notification.project.no"),click:function(){i[n].hideNotification()}},{text:RED._("notification.project.createDefault"),click:function(){i[n].hideNotification(),RED.projects.createDefaultFileSet()}}]):"git_merge_conflict"===t.error&&(RED.nodes.clear(),RED.sidebar.versionControl.refresh(!0),RED.user.hasPermission("projects.write")&&(o.buttons=[{text:RED._("notification.project.mergeConflict"),click:function(){i[n].hideNotification(),RED.sidebar.versionControl.showLocalChanges()}}]))),i.hasOwnProperty(n)?i[n].update(e,o):i[n]=RED.notify(e,o)):i.hasOwnProperty(n)&&(i[n].close(),delete i[n]),"runtime-state"===n&&RED.events.emit("runtime-state",t)))}),RED.comms.subscribe("status/#",function(e,t){e=e.split("/"),e=RED.nodes.node(e[1]);e&&(t.hasOwnProperty("text")&&null!==t.text&&/^[@a-zA-Z]/.test(t.text)&&(t.text=e._(t.text.toString(),{defaultValue:t.text.toString()})),e.status=t,e.dirtyStatus=!0,e.dirty=!0,RED.view.redrawStatus(e))}),RED.comms.subscribe("notification/node/#",function(e,n){var t,o,i;if("notification/node/added"==e)RED.settings.refreshSettings(function(e,t){var o=[];n.forEach(function(e){var t=e.id;RED.nodes.addNodeSet(e),o=o.concat(e.types),RED.i18n.loadNodeCatalog(t,function(){var e=localStorage.getItem("editor-language")||RED.i18n.detectLanguage();$.ajax({headers:{Accept:"text/html","Accept-Language":e},cache:!1,url:"nodes/"+t,success:function(e){s(e)}})})}),o.length&&(i="
    • "+o.map(RED.utils.sanitize).join("
    • ")+"
    ",RED.notify(RED._("palette.event.nodeAdded",{count:o.length})+i,"success")),r()});else if("notification/node/removed"==e){for(t=0;t
  • "+o.types.map(RED.utils.sanitize).join("
  • ")+"
  • ",RED.notify(RED._("palette.event.nodeRemoved",{count:o.types.length})+i,"success"));r()}else"notification/node/enabled"==e?n.types&&RED.settings.refreshSettings(function(e,t){var o;RED.nodes.getNodeSet(n.id).added?(RED.nodes.enableNodeSet(n.id),i="
    • "+n.types.map(RED.utils.sanitize).join("
    • ")+"
    ",RED.notify(RED._("palette.event.nodeEnabled",{count:n.types.length})+i,"success")):(o=localStorage.getItem("editor-language")||RED.i18n.detectLanguage(),$.ajax({headers:{Accept:"text/html","Accept-Language":o},cache:!1,url:"nodes/"+n.id,success:function(e){s(e),i="
    • "+n.types.map(RED.utils.sanitize).join("
    • ")+"
    ",RED.notify(RED._("palette.event.nodeAdded",{count:n.types.length})+i,"success")}}))}):"notification/node/disabled"==e?n.types&&(RED.nodes.disableNodeSet(n.id),i="
    • "+n.types.map(RED.utils.sanitize).join("
    • ")+"
    ",RED.notify(RED._("palette.event.nodeDisabled",{count:n.types.length})+i,"success")):"notification/node/upgraded"==e&&(RED.notify(RED._("palette.event.nodeUpgraded",{module:n.module,version:n.version}),"success"),RED.nodes.registry.setModulePendingUpdated(n.module,n.version))}),RED.comms.subscribe("event-log/#",function(e,t){e=e.substring(9);RED.eventLog.log(e,t)}),$(".red-ui-header-toolbar").show(),RED.sidebar.show(":first",!0),setTimeout(function(){var e;f.end(),!(e=function(){t&&RED.projects.showStartup()})!==RED.settings.theme("tours")&&RED.settings.get("editor.view.view-show-welcome-tours",!0)?RED.actions.invoke("core:show-welcome-tour",RED.settings.get("editor.tours.welcome"),e):e()},100)}function c(){var e=[];RED.settings.theme("projects.enabled",!1)&&e.push({id:"menu-item-projects-menu",label:RED._("menu.label.projects"),options:[{id:"menu-item-projects-new",label:RED._("menu.label.projects-new"),disabled:!1,onselect:"core:new-project"},{id:"menu-item-projects-open",label:RED._("menu.label.projects-open"),disabled:!1,onselect:"core:open-project"},{id:"menu-item-projects-settings",label:RED._("menu.label.projects-settings"),disabled:!1,onselect:"core:show-project-settings"}]}),e.push({id:"menu-item-edit-menu",label:RED._("menu.label.edit"),options:[{id:"menu-item-edit-undo",label:RED._("keyboard.undoChange"),disabled:!0,onselect:"core:undo"},{id:"menu-item-edit-redo",label:RED._("keyboard.redoChange"),disabled:!0,onselect:"core:redo"},null,{id:"menu-item-edit-cut",label:RED._("keyboard.cutNode"),onselect:"core:cut-selection-to-internal-clipboard"},{id:"menu-item-edit-copy",label:RED._("keyboard.copyNode"),onselect:"core:copy-selection-to-internal-clipboard"},{id:"menu-item-edit-paste",label:RED._("keyboard.pasteNode"),disabled:!0,onselect:"core:paste-from-internal-clipboard"},null,{id:"menu-item-edit-copy-group-style",label:RED._("keyboard.copyGroupStyle"),onselect:"core:copy-group-style"},{id:"menu-item-edit-paste-group-style",label:RED._("keyboard.pasteGroupStyle"),disabled:!0,onselect:"core:paste-group-style"},null,{id:"menu-item-edit-select-all",label:RED._("keyboard.selectAll"),onselect:"core:select-all-nodes"},{id:"menu-item-edit-select-connected",label:RED._("keyboard.selectAllConnected"),onselect:"core:select-connected-nodes"},{id:"menu-item-edit-select-none",label:RED._("keyboard.selectNone"),onselect:"core:select-none"},null,{id:"menu-item-edit-split-wire-with-links",label:RED._("keyboard.splitWireWithLinks"),onselect:"core:split-wire-with-link-nodes"}]}),e.push({id:"menu-item-view-menu",label:RED._("menu.label.view.view"),options:[{id:"menu-item-palette",label:RED._("menu.label.palette.show"),toggle:!0,onselect:"core:toggle-palette",selected:!0},{id:"menu-item-sidebar",label:RED._("menu.label.sidebar.show"),toggle:!0,onselect:"core:toggle-sidebar",selected:!0},{id:"menu-item-event-log",label:RED._("eventLog.title"),onselect:"core:show-event-log"},{id:"menu-item-action-list",label:RED._("keyboard.actionList"),onselect:"core:show-action-list"},null]}),e.push({id:"menu-item-arrange-menu",label:RED._("menu.label.arrange"),options:[{id:"menu-item-view-tools-move-to-back",label:RED._("menu.label.moveToBack"),disabled:!0,onselect:"core:move-selection-to-back"},{id:"menu-item-view-tools-move-to-front",label:RED._("menu.label.moveToFront"),disabled:!0,onselect:"core:move-selection-to-front"},{id:"menu-item-view-tools-move-backwards",label:RED._("menu.label.moveBackwards"),disabled:!0,onselect:"core:move-selection-backwards"},{id:"menu-item-view-tools-move-forwards",label:RED._("menu.label.moveForwards"),disabled:!0,onselect:"core:move-selection-forwards"},null,{id:"menu-item-view-tools-align-left",label:RED._("menu.label.alignLeft"),disabled:!0,onselect:"core:align-selection-to-left"},{id:"menu-item-view-tools-align-center",label:RED._("menu.label.alignCenter"),disabled:!0,onselect:"core:align-selection-to-center"},{id:"menu-item-view-tools-align-right",label:RED._("menu.label.alignRight"),disabled:!0,onselect:"core:align-selection-to-right"},null,{id:"menu-item-view-tools-align-top",label:RED._("menu.label.alignTop"),disabled:!0,onselect:"core:align-selection-to-top"},{id:"menu-item-view-tools-align-middle",label:RED._("menu.label.alignMiddle"),disabled:!0,onselect:"core:align-selection-to-middle"},{id:"menu-item-view-tools-align-bottom",label:RED._("menu.label.alignBottom"),disabled:!0,onselect:"core:align-selection-to-bottom"},null,{id:"menu-item-view-tools-distribute-horizontally",label:RED._("menu.label.distributeHorizontally"),disabled:!0,onselect:"core:distribute-selection-horizontally"},{id:"menu-item-view-tools-distribute-veritcally",label:RED._("menu.label.distributeVertically"),disabled:!0,onselect:"core:distribute-selection-vertically"}]}),e.push(null),RED.settings.theme("menu.menu-item-import-library",!0)&&e.push({id:"menu-item-import",label:RED._("menu.label.import"),onselect:"core:show-import-dialog"}),RED.settings.theme("menu.menu-item-export-library",!0)&&e.push({id:"menu-item-export",label:RED._("menu.label.export"),onselect:"core:show-export-dialog"}),e.push(null),e.push({id:"menu-item-search",label:RED._("menu.label.search"),onselect:"core:search"}),e.push(null),e.push({id:"menu-item-config-nodes",label:RED._("menu.label.displayConfig"),onselect:"core:show-config-tab"}),e.push({id:"menu-item-workspace",label:RED._("menu.label.flows"),options:[{id:"menu-item-workspace-add",label:RED._("menu.label.add"),onselect:"core:add-flow"},{id:"menu-item-workspace-edit",label:RED._("menu.label.rename"),onselect:"core:edit-flow"},{id:"menu-item-workspace-delete",label:RED._("menu.label.delete"),onselect:"core:remove-flow"}]}),e.push({id:"menu-item-subflow",label:RED._("menu.label.subflows"),options:[{id:"menu-item-subflow-create",label:RED._("menu.label.createSubflow"),onselect:"core:create-subflow"},{id:"menu-item-subflow-convert",label:RED._("menu.label.selectionToSubflow"),disabled:!0,onselect:"core:convert-to-subflow"}]}),e.push({id:"menu-item-group",label:RED._("menu.label.groups"),options:[{id:"menu-item-group-group",label:RED._("menu.label.groupSelection"),disabled:!0,onselect:"core:group-selection"},{id:"menu-item-group-ungroup",label:RED._("menu.label.ungroupSelection"),disabled:!0,onselect:"core:ungroup-selection"},null,{id:"menu-item-group-merge",label:RED._("menu.label.groupMergeSelection"),disabled:!0,onselect:"core:merge-selection-to-group"},{id:"menu-item-group-remove",label:RED._("menu.label.groupRemoveSelection"),disabled:!0,onselect:"core:remove-selection-from-group"}]}),e.push(null),!1!==RED.settings.get("externalModules.palette.allowInstall",!0)&&(e.push({id:"menu-item-edit-palette",label:RED._("menu.label.editPalette"),onselect:"core:manage-palette"}),e.push(null)),e.push({id:"menu-item-user-settings",label:RED._("menu.label.settings"),onselect:"core:show-user-settings"}),e.push(null),RED.settings.theme("menu.menu-item-keyboard-shortcuts",!0)&&e.push({id:"menu-item-keyboard-shortcuts",label:RED._("menu.label.keyboardShortcuts"),onselect:"core:show-help"}),e.push({id:"menu-item-help",label:RED.settings.theme("menu.menu-item-help.label",RED._("menu.label.help")),href:RED.settings.theme("menu.menu-item-help.url","http://nodered.org/docs")}),e.push({id:"menu-item-node-red-version",label:"v"+RED.settings.version,onselect:"core:show-about"}),$('
  • ').appendTo(".red-ui-header-toolbar"),RED.menu.init({id:"red-ui-header-button-sidemenu",options:e})}var u=null,p=!1;var f={init:function(){var e=$('
    ').hide(),t=$("
    ").appendTo(e),t=($("
    ",{class:"red-ui-loading-bar-label"}).appendTo(t),$("
    ",{class:"red-ui-loading-bar"}).appendTo(t));$("").appendTo(t);return e},start:function(e,t){e&&f.reportProgress(e,t),$("#red-ui-loading-progress").show()},reportProgress:function(e,t){$(".red-ui-loading-bar-label").text(e),$(".red-ui-loading-bar span").width(t+"%")},end:function(){$("#red-ui-loading-progress").hide(),f.reportProgress("",0)}};return{init:function(e){if(p)throw new Error("RED already initialised");var t,o,n;p=!0,window.ace&&window.ace.require("ace/ext/language_tools"),(e=e||{}).apiRootUrl=e.apiRootUrl||"",e.apiRootUrl&&!/\/$/.test(e.apiRootUrl)&&(e.apiRootUrl=e.apiRootUrl+"/"),e.target=$("#red-ui-editor"),e.target.addClass("red-ui-editor"),t=e,o=$('
    ').appendTo(t.target),n=$('').appendTo(o),$('
      ').appendTo(o),$('
      ').appendTo(o),$('
      ').appendTo(t.target),$('
      ').appendTo(t.target),$('
      ').appendTo(t.target),$('
      ').appendTo(t.target),f.init().appendTo("#red-ui-main-container"),f.start("...",0),$.getJSON(t.apiRootUrl+"theme",function(e){e.header&&(e.header.url&&(n=$("",{href:e.header.url}).appendTo(n)),e.header.image&&$("",{src:e.header.image}).appendTo(n),e.header.title&&$("").html(e.header.title).appendTo(n)),e.themes&&(u=e.themes)}),RED.i18n.init(e,function(){RED.settings.init(e,function(){u&&(RED.settings.editorTheme=RED.settings.editorTheme||{},RED.settings.editorTheme.themes=u),RED.workspaces.init(),RED.statusBar.init(),RED.view.init(),RED.userSettings.init(),RED.user.init(),RED.notifications.init(),RED.library.init(),RED.palette.init(),RED.eventLog.init(),!1!==RED.settings.get("externalModules.palette.allowInstall",!0)?RED.palette.editor.init():console.log("Palette editor disabled"),RED.sidebar.init(),RED.settings.theme("projects.enabled",!1)?RED.projects.init():console.log("Projects disabled"),RED.subflow.init(),RED.group.init(),RED.clipboard.init(),RED.search.init(),RED.actionList.init(),RED.editor.init(),RED.diagnostics.init(),RED.diff.init(),RED.deploy.init(RED.settings.theme("deployButton",null)),RED.keyboard.init(c),RED.nodes.init(),RED.runtime.init(),RED.comms.connect(),$("#red-ui-main-container").show(),i()})})},loader:f}}();RED.events=function(){var i={};return{on:function(e,t){i[e]=i[e]||[],i[e].push(t)},off:function(e,t){var o=i[e];if(o)for(var n=0;n"+RED.settings.user.username+""}),RED.menu.addItem("red-ui-header-button-user",{id:"usermenu-item-logout",label:RED._("menu.label.logout"),onselect:function(){RED.user.logout()}}))}var i=/^((.+)\.)?read$/,a=/^((.+)\.)?write$/;return{init:function(){var e;!RED.settings.user||RED.settings.editorTheme&&RED.settings.editorTheme.hasOwnProperty("userMenu")&&!RED.settings.editorTheme.userMenu||(e=$('
    • ').prependTo(".red-ui-header-toolbar"),(RED.settings.user.image?$('').css({backgroundImage:"url("+RED.settings.user.image+")"}):$('')).appendTo(e.find("a")),RED.menu.init({id:"red-ui-header-button-user",options:[]}),p())},login:function(l,c){"function"==typeof l&&(c=l,l={});var u=$('
      ');u.dialog({autoOpen:!1,classes:{"ui-dialog":"red-ui-editor-dialog","ui-dialog-titlebar-close":"hide","ui-widget-overlay":"red-ui-editor-dialog"},modal:!0,closeOnEscape:!!l.cancelable,width:600,resizable:!1,draggable:!1,close:function(e,t){$("#node-dialog-login").dialog("destroy").remove(),RED.keyboard.enable()}}),$("#node-dialog-login-fields").empty(),$.ajax({dataType:"json",url:"auth/login",success:function(i){var e=0;if("credentials"==i.type){for(;e",{class:"form-row"}),n=($('
      ").appendTo(o),$('').appendTo(o));e'+RED._("user.loginFailed")+''+(l.cancelable?''+RED._("common.label.cancel")+"":"")+'
      ').appendTo("#node-dialog-login-fields"),$("#node-dialog-login-submit").button(),$("#node-dialog-login-fields").on("submit",function(e){$("#node-dialog-login-submit").button("option","disabled",!0),$("#node-dialog-login-failed").hide(),$(".login-spinner").show();for(var t={client_id:"node-red-editor",grant_type:"password",scope:""},o=0;o",{class:"form-row",style:"text-align: center"}).appendTo("#node-dialog-login-fields"),RED.sessionMessages.forEach(function(e){$("
      ").css("color","var(--red-ui-text-color-error)").text(e).appendTo(s)}),delete RED.sessionMessages),$("
      ",{class:"form-row",style:"text-align: center"}).appendTo("#node-dialog-login-fields")),d=$('',{style:"padding: 10px"}).appendTo(o).on("click",function(){document.location=t.url});t.image?$("",{src:t.image}).appendTo(d):t.label&&(r=$("").text(t.label),t.icon&&($("",{class:"fa fa-2x "+t.icon,style:"vertical-align: middle"}).appendTo(d),r.css({verticalAlign:"middle",marginLeft:"8px"})),r.appendTo(d)),d.button()}}l.cancelable&&$("#node-dialog-login-cancel").button().on("click",function(e){$("#node-dialog-login").dialog("close")});a=i.image||"red/images/node-red-256.svg";$("#node-dialog-login-image").load(function(){u.dialog("open")}).attr("src",a),RED.keyboard.disable()}})},logout:function(){var e=(e=RED.settings.get("auth-tokens"))?e.access_token:"";$.ajax({url:"auth/revoke",type:"POST",data:{token:e}}).done(function(e,t,o){RED.settings.remove("auth-tokens"),e&&e.redirect?document.location.href=e.redirect:document.location.reload(!0)}).fail(function(e,t,o){401===e.status?document.location.reload(!0):console.log(t)})},hasPermission:function(e){return""===e||(!RED.settings.user||function e(t,o){if(""===o)return!0;var n;if(Array.isArray(o)){for(n=0;n'+RED._("notification.errors.lostConnectionTry")+"",a.update(e,{silent:!0}),$(a).find("a").on("click",function(e){e.preventDefault(),a.update(RED._("notification.errors.lostConnection"),{silent:!0}),clearInterval(l),r()}))},1e3)))}},subscribe:function(e,t){null==u[e]&&(u[e]=[]),u[e].push(t),i&&1==i.readyState&&i.send(JSON.stringify({subscribe:e}))},unsubscribe:function(e,t){if(u[e]){for(var o=0;o=e.length)break;if(!(e[s].isParsed||e.keep||e[s].isSeparator)){var r=e[s].content,d=r.indexOf(o.content);if(!(d<0)){var l,c=0;if(o.continued)for(;c++,0===(l=r.indexOf(o.content,d+c*o.content.length)););else c=1;if(l=d+c*o.content.length,e.splice(s,1),0=e.length)break;if(!(e[s].isParsed||e[s].inBounds||e.keep||e[s].isSeparator)){var r=function(e,t){var o,n={};for(o in t)t.hasOwnProperty(o)&&(n[o]=t[o]);var e=e.content,i=n.usePos&&n.startPos=e.length)break;e[d].isParsed||e[d].keep||e[d].isSeparator||0<=(r=(s=e[d].content).indexOf(o[a]))&&(e.splice(d,1),0/g,"")},getDirection:function(e,t,o,n){if("auto"!==t&&/^(rtl|ltr)$/i.test(t))return t;o=/^(rtl|ltr)$/i.test(o)?o:"ltr";t=n?e.split("").reverse().join(""):e,n=/[A-Za-z\u05d0-\u065f\u066a-\u06ef\u06fa-\u07ff\ufb1d-\ufdff\ufe70-\ufefc]/.exec(t);return n?n[0]<="z"?"ltr":"rtl":o},hasArabicChar:function(e){return!!/[\u0600-\u065f\u066a-\u06ef\u06fa-\u07ff\ufb1d-\ufdff\ufe70-\ufefc]/.exec(e)},showMarks:function(e,t){for(var o="",n=0;n/g,this.LRM).replace(//g,this.RLM).replace(//g,this.LRE).replace(//g,this.RLE).replace(//g,this.LRO).replace(//g,this.RLO).replace(//g,this.PDF)},showTags:function(e){return""+e+""},hideTags:function(e){return e.replace(//g,"").replace(/<\/xmp>/g,"")}},l=((e={}).parseAndDisplayStructure=function(e,t,o,n){return e&&t?a(i(e,t,n),t,o):e},e.parseStructure=i,e.displayStructure=a,e.restore=function(e,t){return e},e);function y(e,t){e=Array.isArray(e)?e[0]:e;return e.guiDir||(e.guiDir="ltr"),e.dir||(e.dir=e.guiDir),t&&(void 0===e.points&&(e.points=[]),e.cases||(e.cases=[]),e.bounds||(e.bounds=[]),e.commonHandler=r),e}function i(e,t,o){if(!e||!t)return new u({content:""});var t=y(t,!0),n=[new u({content:e,actual:e,localGui:t.dir})],i=r.handle;return(i=t.handler&&"function"==typeof t.handler?t.handler.handle:i)(e,n,t,o),n}function a(e,t,o){t=y(t,!1);if(o){for(var n,i,a=e,s=t,r="",d="",l=0;l<a.length;l++)stop=!a[l].isVisible||(i=a[l].textDirection,""!==(n=a[l].localGui)&&""===d?r+="<bdi dir='"+("rtl"===n?"rtl":"ltr")+"'>":""===d||""!==n&&n===d&&!stop||(r+="</bdi>"+(l==a.length-1&&""!==n?"":"<span style='unicode-bidi: embed; direction: "+("rtl"===s.dir?"rtl":"ltr")+";'></span>"),""!==n&&(r+="<bdi dir='"+("rtl"===n?"rtl":"ltr")+"'>")),"auto"===i&&(i=b.getDirection(a[l].content,i,s.guiDir)),/^(rtl|ltr)$/i.test(i)?r+="<bdi dir='"+("rtl"===i?"rtl":"ltr")+"'>"+a[l].content+"</bdi>":(r+=a[l].content,b.getDirection(a[l].content,i,s.guiDir,!0)),l<a.length-1?(i=n&&a[l+1].localGui?n:s.dir,r+="<span style='unicode-bidi: embed; direction: "+("rtl"===i?"rtl":"ltr")+";'></span>"):""!==d&&(r+="</bdi>"),d=n,!1);o="auto"===s.dir?b.getDirection(a[0].actual,s.dir,s.guiDir):s.dir;return r=o!==s.guiDir?"<bdi dir='"+("rtl"===o?"rtl":"ltr")+"'>"+r+"</bdi>":r}for(var c,u,p=e,f=t,h="",g="",m=!1,v=0;v<p.length;v++)m=!p[v].isVisible||(u=p[v].textDirection,""!==(c=p[v].localGui)&&""===g?h+="rtl"===c?b.RLE:b.LRE:""===g||""!==c&&c===g&&!m||(h+=b.PDF+(v==p.length-1&&""!==c?"":"rtl"===f.dir?b.RLM:b.LRM),""!==c&&(h+="rtl"===c?b.RLE:b.LRE)),"auto"===u&&(u=b.getDirection(p[v].content,u,f.guiDir)),/^(rtl|ltr)$/i.test(u)?h+=("rtl"===u?b.RLE:b.LRE)+p[v].content+b.PDF:(h+=p[v].content,b.getDirection(p[v].content,u,f.guiDir,!0)),v<p.length-1?(u=c&&p[v+1].localGui?c:f.dir,h+="rtl"===u?b.RLM:b.LRM):""!==g&&(h+=b.PDF),g=c,!1);o="auto"===f.dir?b.getDirection(p[0].actual,f.dir,f.guiDir):f.dir;return h=o!==f.guiDir?("rtl"===o?b.RLE:b.LRE)+h+b.PDF:h}var t,o,n={format:function(e,t,o,n,i,a){t={guiDir:o?"rtl":"ltr",dir:t.dir||(o?"rtl":"ltr"),subs:{content:">",continued:!0,subDir:o?"rtl":"ltr"},cases:[{args:{subs:{content:"<",continued:!0,subDir:o?"ltr":"rtl"}}}]};return a?l.parseStructure(e,t,!!n,i):l.parseAndDisplayStructure(e,t,!!n,i)}},s={format:function(e,t,o,n,i,a){o={guiDir:o?"rtl":"ltr",dir:"ltr",points:","};return a?l.parseStructure(e,o,!!n,i):l.parseAndDisplayStructure(e,o,!!n,i)}},c={format:function(e,t,o,n,i,a){var s,o={guiDir:o?"rtl":"ltr",dir:(o=e,s=i,"ar"===b.getLocaleDetails(s).lang&&0<(s=o.indexOf("@"))&&s<o.length-1&&b.hasArabicChar(o.substring(s+1))?"rtl":"ltr"),points:"<>.:,;@",cases:[{handler:r,args:{bounds:[{startAfter:'"',endBefore:'"'},{startAfter:"(",endBefore:")"}],points:""}}]};return a?l.parseStructure(e,o,!!n,i):l.parseAndDisplayStructure(e,o,!!n,i)}},p={format:function(e,t,o,n,i,a){o={guiDir:o?"rtl":"ltr",dir:"ltr",points:"/\\:."};return a?l.parseStructure(e,o,!!n,i):l.parseAndDisplayStructure(e,o,!!n,i)}},f={format:function(e,t,o,n,i,a){o={guiDir:o?"rtl":"ltr",dir:"ltr",points:" /%^&[]<>=!?~:.,|()+-*{}"};return a?l.parseStructure(e,o,!!n,i):l.parseAndDisplayStructure(e,o,!!n,i)}},h={format:function(e,t,o,n,i,a){o={guiDir:o?"rtl":"ltr",dir:"ltr",points:"\t!#%&()*+,-./:;<=>?|[]{}",cases:[{handler:r,args:{bounds:[{startAfter:"/*",endBefore:"*/"},{startAfter:"--",end:"\n"},{startAfter:"--"}]}},{handler:r,args:{subs:{content:" ",continued:!0}}},{handler:r,args:{bounds:[{startAfter:"'",endBefore:"'"},{startAfter:'"',endBefore:'"'}]}}]};return a?l.parseStructure(e,o,!!n,i):l.parseAndDisplayStructure(e,o,!!n,i)}},g={format:function(e,t,o,n,i,a){o={guiDir:o?"rtl":"ltr",dir:"ltr",points:"_"};return a?l.parseStructure(e,o,!!n,i):l.parseAndDisplayStructure(e,o,!!n,i)}},m={format:function(e,t,o,n,i,a){o={guiDir:o?"rtl":"ltr",dir:"ltr",points:":?#/@.[]="};return a?l.parseStructure(e,o,!!n,i):l.parseAndDisplayStructure(e,o,!!n,i)}},v={format:function(e,t,o,n,i,a){t={guiDir:o?"rtl":"ltr",dir:t.dir||(o?"rtl":"ltr"),points:" ,.!?;:"};return a?l.parseStructure(e,t,!!n,i):l.parseAndDisplayStructure(e,t,!!n,i)}},w={format:function(e,t,o,n,i,a){o={guiDir:o?"rtl":"ltr",dir:"ltr",points:" /[]<>=!:@.|()+-*",cases:[{handler:r,args:{bounds:[{startAfter:'"',endBefore:'"'},{startAfter:"'",endBefore:"'"}],points:""}}]};return a?l.parseStructure(e,o,!!n,i):l.parseAndDisplayStructure(e,o,!!n,i)}},E={format:function(e,t,o,n,i,a){var s={},r="",d=Array.isArray(t)?t[0]:t;for(r in d)d.hasOwnProperty(r)&&(s[r]=d[r]);return s.guiDir=o?"rtl":"ltr",s.dir=s.dir||s.guiDir,a?l.parseStructure(e,s,!!n,i):l.parseAndDisplayStructure(e,s,!!n,i)}};o=!(t={msgLang:"en",msgDir:"",phLang:"",phDir:"",phPacking:["{","}"],phStt:{type:"none",args:{}},guiDir:""});function D(e){return"he"===e||"iw"===e||"ar"===e?"rtl":"ltr"}function R(e){0===e.msgDir.length&&(e.msgDir=D(e.msgLang)),e.msgDir="ltr"!==e.msgDir&&"rtl"!==e.msgDir&&"auto"!=e.msgDir?"ltr":e.msgDir,0===e.guiDir.length&&(e.guiDir=e.msgDir),e.guiDir="rtl"!==e.guiDir?"ltr":"rtl",0===e.phDir.length&&(e.phDir=0===e.phLang.length?e.msgDir:D(e.phLang)),e.phDir="ltr"!==e.phDir&&"rtl"!==e.phDir&&"auto"!=e.phDir?"ltr":e.phDir,"string"==typeof e.phPacking&&(e.phPacking=e.phPacking.split("")),e.phPacking.length<2&&(e.phPacking=["{","}"])}var x=null;function _(e){switch(e){case"breadcrumb":return n;case"comma":return s;case"email":return c;case"filepath":return p;case"formula":return f;case"sql":return h;case"underscore":return g;case"url":return m;case"word":return v;case"xpath":return w;default:return E}}function $(t,e,o,n,i){if(!t||1!=t.nodeType)return!1;x||(x=document.createEvent("Event")).initEvent("TF",!0,!0),t.setAttribute("data-tf-type",e);e="undefined"===o?"{}":JSON.stringify(Array.isArray(o)?o[0]:o),t.setAttribute("data-tf-args",e),o="ltr";return"undefined"===n&&(t.dir?o=t.dir:t.style&&t.style.direction&&(o=t.style.direction),n="rtl"===o.toLowerCase()),t.setAttribute("data-tf-dir",n),t.setAttribute("data-tf-locale",b.getLocaleDetails(i).lang),!function(e){var t=window.navigator.userAgent;if(!(0<=t.indexOf("MSIE")||0<=t.indexOf("Trident")||0<=t.indexOf("Edge")))return(t=document.createElement(e.tagName)).contentEditable=!0,(e="oninput"in t)||(t.setAttribute("oninput","return;"),e="function"==typeof t.oninput),t=null,e}(t)?(t.onkeyup=function(e){k(e.target),t.dispatchEvent(x)},t.onmouseup=function(e){k(e.target),t.dispatchEvent(x)}):(t.oninput,t.oninput=function(e){k(e.target)}),k(t),!0}function k(e){var t=e.textContent||"",o=document.getSelection();if(0===t.length||!o||o.rangeCount<=0)e.dispatchEvent(x);else{var n=o.getRangeAt(0),i=n.cloneRange(),a=n.startContainer,s=n.startOffset,r=0,s=(3===a.nodeType&&(r+=s),i.setStart(e,0),i.setEndBefore(a),document.createElement("div")),d=(s.appendChild(i.cloneContents()),r+=s.textContent.length,e.innerHTML=_(e.getAttribute("data-tf-type")).format(t,JSON.parse(e.getAttribute("data-tf-args")),"true"===e.getAttribute("data-tf-dir"),!0,e.getAttribute("data-tf-locale")),e),l=e,c=0,u=!1;for(o.removeAllRanges(),n.setStart(e,0),n.setEnd(e,0);l;){if(3===l.nodeType){if(c+l.nodeValue.length>=r){n.setStart(l,r-c);break}c+=l.nodeValue.length,l=l.nextSibling}else{if(l.hasChildNodes()){l=(d=l).firstChild;continue}l=l.nextSibling}for(;!l;){if(d===e){u=!0;break}l=d.nextSibling,d=d.parentNode}if(u)break}o.addRange(n),e.dispatchEvent(x)}}return{getHtml:function(e,t,o,n,i){return _(t).format(e,o,n,!0,i)},attach:$}}(),RED.state={DEFAULT:0,MOVING:1,JOINING:2,MOVING_ACTIVE:3,ADDING:4,EDITING:5,EXPORT:6,IMPORT:7,IMPORT_DRAGGING:8,QUICK_JOINING:9,PANNING:10,SELECTING_NODE:11,GROUP_DRAGGING:12,GROUP_RESIZE:13,DETACHED_DRAGGING:14,SLICING:15,SLICING_JUNCTION:16},RED.plugins=function(){var t={},o={};return{registerPlugin:function(e,n){(t[e]=n).type&&(o[n.type]=o[n.type]||[],o[n.type].push(n)),RED._loadingModule?(n.module=RED._loadingModule,n._=function(){var e=Array.prototype.slice.call(arguments),t=e[0],o=(/:/.test(e[0])||(e[0]=n.module+":"+e[0]),RED._.apply(null,e));return o===e[0]?t:o}):n._=RED._,n.onadd&&"function"==typeof n.onadd&&n.onadd(),RED.events.emit("registry:plugin-added",e)},getPlugin:function(e){return t[e]},getPluginsByType:function(e){return o[e]||[]}}}(),RED.nodes=function(){var ae,se,l={},re={},h=[],c={},de={},u=[],le={},x=null,ce={},p={},ue={},d={},t=!1;a={},s=[],r={},f={},o={},(g={}).tab={defaults:{label:{value:""},disabled:{value:!1},info:{value:""},env:{value:[]}}};var a,s,r,f,g,o,m,v,b,y,pe=m={setModulePendingUpdated:function(e,t){a[e].pending_version=t,RED.events.emit("registry:module-updated",{module:e,version:t})},getModule:function(e){return a[e]},getNodeSetForType:function(e){return m.getNodeSet(f[e])},getModuleList:function(){return a},getNodeList:function(){return s},getNodeTypes:function(){return Object.keys(g)},setNodeList:function(e){s=[];for(var t=0;t<e.length;t++){var o=e[t];m.addNodeSet(o)}},addNodeSet:function(e){if(e.types){e.added=!1,r[e.id]=e;for(var t=0;t<e.types.length;t++)f[e.types[t]]=e.id;s.push(e),a[e.module]=a[e.module]||{name:e.module,version:e.version,local:e.local,sets:{}},e.pending_version&&(a[e.module].pending_version=e.pending_version),a[e.module].sets[e.name]=e,RED.events.emit("registry:node-set-added",e)}},removeNodeSet:function(e){for(var t=r[e],o=0;o<t.types.length;o++)delete f[t.types[o]];delete r[e];for(var n=0;n<s.length;n++)if(s[n].id===e){s.splice(n,1);break}return delete a[t.module].sets[t.name],0===Object.keys(a[t.module].sets).length&&delete a[t.module],RED.events.emit("registry:node-set-removed",t),t},getNodeSet:function(e){return r[e]},enableNodeSet:function(e){e=r[e];e.enabled=!0,RED.events.emit("registry:node-set-enabled",e)},disableNodeSet:function(e){e=r[e];e.enabled=!1,RED.events.emit("registry:node-set-disabled",e)},registerNodeType:function(e,t){if("subflow:"!=e.substring(0,8)){var o,n,i;if(!r[f[e]])return o="",n=e,RED._loadingModule&&(n="["+RED._loadingModule+"] "+e,o=r[RED._loadingModule]?r[RED._loadingModule].err||"":"Unknown error"),void RED.notify(RED._("palette.event.unknownNodeRegistered",{type:n,error:o}),"error");t.set=r[f[e]],r[f[e]].added=!0,r[f[e]].enabled=!0,i="node-red"===t.set.module?"node-red":t.set.id,t._=function(){var e=Array.prototype.slice.call(arguments,0),t=e[0],o=(-1===e[0].indexOf(":")&&(e[0]=i+":"+e[0]),RED._.apply(null,e));return o=o===e[0]?t:o}}if(t.type=e,(g[e]=t).defaults)for(var a in t.defaults)if(t.defaults.hasOwnProperty(a)&&t.defaults[a].type)try{t.defaults[a]._type=function(e){e=e.trim();var t,o=0,n=/\[\]$/.test(e);n&&(e=e.substring(0,e.length-2));var i=e.length,a=!1,s=!1,r="",d=[];for(;o<i;){if(t=e[o],s)"|"===t?(d.push(r.trim()),r="",s=!1):")"===t?(d.push(r.trim()),r="",s=a=!1):r+=t;else if("("===t){if(a)throw new Error("Invalid character '"+t+"' at position "+o);a=!0}else" "!==t&&(s=!0,r=t);o++}0<(r=r.trim()).length&&d.push(r);return{types:d,array:n}}(t.defaults[a].type)}catch(e){console.warn(e)}RED.events.emit("registry:node-type-added",e)},removeNodeType:function(e){if("subflow:"!=e.substring(0,8))throw new Error("this api is subflow only. called with:",e);delete g[e],RED.events.emit("registry:node-type-removed",e)},getNodeType:function(e){return g[e]},setIconSets:function(e){(o=e)["font-awesome"]=RED.nodes.fontAwesome.getIconList()},getIconSets:function(){return o}},fe=(v={},b={},y={addTab:function(e){b[e]=[]},hasTab:function(e){return b.hasOwnProperty(e)},removeTab:function(e){delete b[e]},addNode:function(e){v[e.id]=e,b.hasOwnProperty(e.z)?b[e.z].push(e):(console.warn("Node added to unknown tab/subflow:",e),b._=b._||[],b._.push(e))},removeNode:function(e){var t;delete v[e.id],b.hasOwnProperty(e.z)&&-1<(t=b[e.z].indexOf(e))&&b[e.z].splice(t,1)},hasNode:function(e){return v.hasOwnProperty(e)},getNode:function(e){return v[e]},moveNode:function(e,t){y.removeNode(e),e.z=t,y.addNode(e)},moveNodesForwards:function(e){for(var t=[],o=(Array.isArray(e)||(e=[e]),b[e[0].z]),n=new Set(e.filter(function(e){return"group"!==e.type&&"subflow"!==e.type})),i=new Set,a=o.length-1;0<=a&&0!==n.size;a--){var s=o[a];n.has(s)&&(a<o.length-1&&!i.has(o[a+1])&&(o.splice(a,1),o.splice(a+1,0,s),s._reordered=!0,t.push(s)),n.delete(s),i.add(s))}return 0<t.length&&RED.events.emit("nodes:reorder",{z:e[0].z,nodes:t}),t},moveNodesBackwards:function(e){for(var t=[],o=(Array.isArray(e)||(e=[e]),b[e[0].z]),n=new Set(e.filter(function(e){return"group"!==e.type&&"subflow"!==e.type})),i=new Set,a=0;a<o.length&&0!==n.size;a++){var s=o[a];n.has(s)&&(0<a&&!i.has(o[a-1])&&(o.splice(a,1),o.splice(a-1,0,s),s._reordered=!0,t.push(s)),n.delete(s),i.add(s))}return 0<t.length&&RED.events.emit("nodes:reorder",{z:e[0].z,nodes:t}),t},moveNodesToFront:function(e){for(var t=[],o=(Array.isArray(e)||(e=[e]),b[e[0].z]),n=new Set(e.filter(function(e){return"group"!==e.type&&"subflow"!==e.type})),i=o.length-1,a=o.length-1;0<=a&&0!==n.size;a--){var s=o[a];n.has(s)&&(a<i&&(o.splice(a,1),o.splice(i,0,s),s._reordered=!0,t.push(s)),i--,n.delete(s))}return 0<t.length&&RED.events.emit("nodes:reorder",{z:e[0].z,nodes:t}),t},moveNodesToBack:function(e){for(var t=[],o=(Array.isArray(e)||(e=[e]),b[e[0].z]),n=new Set(e.filter(function(e){return"group"!==e.type&&"subflow"!==e.type})),i=0,a=0;a<o.length&&0!==n.size;a++){var s=o[a];n.has(s)&&(i<a&&(o.splice(a,1),o.splice(i,0,s),s._reordered=!0,t.push(s)),i++,n.delete(s))}return 0<t.length&&RED.events.emit("nodes:reorder",{z:e[0].z,nodes:t}),t},getNodes:function(e){return b[e]},clear:function(){v={},b={}},eachNode:function(e){var t,o,n;for(o in le)if(le.hasOwnProperty(o))for(t=b[o],n=0;n<t.length;n++)if(!1===e(t[n]))return;for(o=0;o<u.length;o++)for(t=b[u[o]],n=0;n<t.length;n++)if(!1===e(t[n]))return;if(b._)for(t=b._,n=0;n<t.length;n++)if(!1===e(t[n]))return},filterNodes:function(e){var t=[],o=null,n=!1,i=(e.hasOwnProperty("z")&&(b.hasOwnProperty(e.z)?o=b[e.z]:n=!0),!1);null===o&&(o=Object.keys(v),i=!0);for(var a=0;a<o.length;a++){var s=o[a];i&&(s=v[s]),e.hasOwnProperty("type")&&s.type!==e.type||n&&s.z!==e.z||t.push(s)}return t},getNodeOrder:function(e){return b[e].map(function(e){return e.id})},setNodeOrder:function(e,t){var o={};t.forEach(function(e,t){o[e]=t}),b[e].sort(function(e,t){return e._reordered=!0,t._reordered=!0,o[e.id]-o[t.id]})}});function he(){for(var e=[],t=0;t<8;t++)e.push(Math.round(255*Math.random()).toString(16).padStart(2,"0"));return e.join("")}function we(e){var t,o;0!==e.type.indexOf("subflow")?e._=e._def._:(t=e.type.substring(8),(t=RED.nodes.subflow(t))&&t.instances.push(t),e._=RED._),"config"==e._def.category?re[e.id]=e:(e.wires&&e.wires.length>e.outputs&&(e.outputs=e.wires.length),e.dirty=!0,C(e),"subflows"==e._def.category&&void 0===e.i&&(o=0,RED.nodes.eachNode(function(e){o=Math.max(o,e.i||0)}),e.i=o+1),fe.addNode(e),c[e.id]||(c[e.id]={in:[],out:[]})),RED.events.emit("nodes:add",e)}function ge(t){if(c[t.source.id]&&!c[t.source.id].out.every(function(e){return e.sourcePort!==t.sourcePort||e.target.id!==t.target.id}))return;h.push(t),t.source&&(c[t.source.id]||(c[t.source.id]={in:[],out:[]}),c[t.source.id].out.push(t)),t.target&&(c[t.target.id]||(c[t.target.id]={in:[],out:[]}),c[t.target.id].in.push(t)),t.source.z===t.target.z&&l[t.source.z]&&l[t.source.z].push(t),RED.events.emit("links:add",t)}function _(e){return e in re?re[e]:fe.getNode(e)}function w(e){var t,o=[],i=[];if(e in re)t=re[e],delete re[e],RED.events.emit("nodes:remove",t),RED.workspaces.refresh();else if(fe.hasNode(e)){t=fe.getNode(e),fe.removeNode(t),delete c[e],(o=h.filter(function(e){return e.source===t||e.target===t})).forEach(E);var a,s,r,d=!1;for(a in t._def.defaults)!t._def.defaults.hasOwnProperty(a)||(s=t._def.defaults[a]).type&&(s=pe.getNodeType(s.type))&&"config"==s.category&&(s=re[t[a]])&&(d=!0,s._def.exclusive?(w(t[a]),i.push(s)):((r=s.users).splice(r.indexOf(t),1),RED.events.emit("nodes:change",s)));0===t.type.indexOf("subflow:")&&(e=t.type.substring(8),(e=RED.nodes.subflow(e))&&e.instances.splice(e.instances.indexOf(t),1)),d&&RED.workspaces.refresh();try{t._def.oneditdelete&&t._def.oneditdelete.call(t)}catch(e){console.log("oneditdelete",t.id,t.type,e.toString())}RED.events.emit("nodes:remove",t)}return t&&t._def.onremove&&(console.log("Deprecated API warning: node type ",t.type," has an onremove function - should be oneditremove - please report"),t._def.onremove.call(n)),{links:o,nodes:i}}function E(e){var t,o=h.indexOf(e);-1!=o&&(h.splice(o,1),e.source&&c[e.source.id]&&(-1!==(t=c[e.source.id].out.indexOf(e))&&c[e.source.id].out.splice(t,1)),e.target&&c[e.target.id]&&(-1!==(t=c[e.target.id].in.indexOf(e))&&c[e.target.id].in.splice(t,1)),e.source.z===e.target.z&&l[e.source.z]&&-1!==(o=l[e.source.z].indexOf(e))&&l[e.source.z].splice(o,1)),RED.events.emit("links:remove",e)}function me(e,t){de[e.id]=e,fe.addTab(e.id),l[e.id]=[],e._def=RED.nodes.getType("tab"),void 0===t?u.push(e.id):u.splice(t,0,e.id),RED.events.emit("flows:add",e),void 0!==t&&RED.events.emit("flows:reorder",u)}function Ee(t,e){var o,n;e&&((e=Object.keys(le).map(function(e){return le[e].name})).sort(),o=1,n=t.name,e.forEach(function(e){n==e&&(o++,n=t.name+" ("+o+")")}),t.name=n),le[t.id]=t,fe.addTab(t.id),l[t.id]=[],RED.nodes.registerType("subflow:"+t.id,{defaults:{name:{value:""},env:{value:[]}},icon:function(){return t.icon||"subflow.svg"},category:t.category||"subflows",inputs:t.in.length,outputs:t.out.length,color:t.color||"#DDAA99",label:function(){return this.name||RED.nodes.subflow(t.id).name},labelStyle:function(){return this.name?"red-ui-flow-node-label-italic":""},paletteLabel:function(){return RED.nodes.subflow(t.id).name},inputLabels:function(e){return t.inputLabels?t.inputLabels[e]:null},outputLabels:function(e){return t.outputLabels?t.outputLabels[e]:null},oneditprepare:function(){"subflow"!==this.type?RED.subflow.buildEditForm("subflow",this):RED.subflow.buildEditForm("subflow-template",this)},oneditresize:function(e){"subflow"===this.type&&$("#node-input-env-container").editableList("height",e.height-80)},set:{module:"node-red"}}),t.instances=[],t._def=RED.nodes.getType("subflow:"+t.id),RED.events.emit("subflows:add",t)}function ve(e){return le[e]}function be(e,t){for(var o=fe.getNodes(e),n=0;n<o.length;n++){var i=o[n],i=/^subflow:(.+)$/.exec(i.type);if(i){if(i[1]===t)return!0;if(be(i[1],t))return!0}}return!1}function e(e,t){RED.view.selection();for(var o=new Set,n=[e],i=!0;0<n.length;){var a=n.shift(),s=(o.add(a),[]);i&&t&&(!i||"up"!==t)||(s=s.concat(c[a.id].in)),i&&t&&(!i||"down"!==t)||(s=s.concat(c[a.id].out)),i=!1,s.forEach(function(e){o.has(e.source)||n.push(e.source),o.has(e.target)||n.push(e.target)})}return Array.from(o)}function k(e,t){var o,n=!0,i=(t&&t.hasOwnProperty("credentials")&&(n=t.credentials),{});for(o in i.id=e.id,i.type=e.type,e._def.defaults)e._def.defaults.hasOwnProperty(o)&&(i[o]=e[o]);if(n){var a={};if(e.credentials){for(var s in e.credentials)e.credentials.hasOwnProperty(s)&&(!e.credentials._||e.credentials["has_"+s]!=e.credentials._["has_"+s]||e.credentials["has_"+s]&&e.credentials[s])&&(a[s]=e.credentials[s]);0<Object.keys(a).length&&(i.credentials=a)}}return i}function D(t,e){var o=!0,n=!1;if(!1===e?o=!1:"object"==typeof e&&(e.hasOwnProperty("credentials")&&(o=e.credentials),e.hasOwnProperty("dimensions")&&(n=e.dimensions)),"tab"===t.type)return k(t,{credentials:o});var i={};if(i.id=t.id,i.type=t.type,i.z=t.z,0!==i.z&&""!==i.z||delete i.z,!0===t.d&&(i.d=!0),t.g&&(i.g=t.g),"unknown"==i.type)for(var a in t._orig)t._orig.hasOwnProperty(a)&&(i[a]=t._orig[a]);else{for(var s in t._def.defaults)t._def.defaults.hasOwnProperty(s)&&(i[s]=t[s]);if(o){var r={};if((/^subflow:/.test(i.type)||"group"===i.type)&&t.credentials)for(var d in t.credentials)t.credentials.hasOwnProperty(d)&&(!t.credentials._||t.credentials["has_"+d]!=t.credentials._["has_"+d]||t.credentials["has_"+d]&&t.credentials[d])&&(r[d]=t.credentials[d]);else if(t.credentials)for(var l in i.credentials={},t._def.credentials)t._def.credentials.hasOwnProperty(l)&&("password"==t._def.credentials[l].type?(!t.credentials._||t.credentials["has_"+l]!=t.credentials._["has_"+l]||t.credentials["has_"+l]&&t.credentials[l])&&(r[l]=t.credentials[l]):null==t.credentials[l]||t.credentials._&&t.credentials[l]==t.credentials._[l]||(r[l]=t.credentials[l]));0<Object.keys(r).length&&(i.credentials=r)}}if("group"===t.type&&(i.x=t.x,i.y=t.y,i.w=t.w,i.h=t.h,i.nodes=i.nodes.filter(function(e){return!!e}).map(function(e){return e.id})),"tab"!==t.type&&"group"!==t.type||i.env&&0===i.env.length&&delete i.env,"config"!=t._def.category||"junction"===t.type){i.x=t.x,i.y=t.y,n&&(t.hasOwnProperty("w")||(e=RED.view.calculateNodeDimensions(t),t.w=e[0],t.h=e[1]),i.w=t.w,i.h=t.h),i.wires=[];for(var c=0;c<t.outputs;c++)i.wires.push([]);for(var u=h.filter(function(e){return e.source===t}),p=0;p<u.length;p++){var f=u[p];"subflow"!=f.target.type&&f.sourcePort<i.wires.length&&i.wires[f.sourcePort].push(f.target.id)}0<t.inputs&&t.inputLabels&&!/^\s*$/.test(t.inputLabels.join(""))&&(i.inputLabels=t.inputLabels.slice()),0<t.outputs&&t.outputLabels&&!/^\s*$/.test(t.outputLabels.join(""))&&(i.outputLabels=t.outputLabels.slice()),t._def.defaults&&t._def.defaults.hasOwnProperty("icon")||!t.icon||(o=RED.utils.getDefaultNodeIcon(t._def,t),t.icon!==o.module+"/"+o.file&&(i.icon=t.icon)),t._def.defaults&&t._def.defaults.hasOwnProperty("l")||!t.hasOwnProperty("l")||(!t._def.hasOwnProperty("showLabel")||t._def.showLabel)!=t.l&&(i.l=t.l)}return t.info&&(i.info=t.info),i}function T(a,e){var t=!0,s=(!1===e?t=!1:"object"==typeof e&&(e.hasOwnProperty("credentials")&&(t=e.credentials),e.hasOwnProperty("dimensions")&&e.dimensions),{});if(s.id=a.id,s.type=a.type,s.name=a.name,s.info=a.info,s.category=a.category,s.in=[],s.out=[],s.env=a.env,s.meta=a.meta,t){var o,n={};for(o in a.credentials)a.credentials.hasOwnProperty(o)&&(!a.credentials._||a.credentials["has_"+o]!=a.credentials._["has_"+o]||a.credentials["has_"+o]&&a.credentials[o])&&(n[o]=a.credentials[o]);0<Object.keys(n).length&&(s.credentials=n)}return s.color=a.color,a.in.forEach(function(t){for(var e={x:t.x,y:t.y,wires:[]},o=h.filter(function(e){return e.source===t}),n=0;n<o.length;n++){var i=o[n];"subflow"!=i.target.type&&e.wires.push({id:i.target.id})}s.in.push(e)}),a.out.forEach(function(t,e){var o={x:t.x,y:t.y,wires:[]},n=h.filter(function(e){return e.target===t});for(i=0;i<n.length;i++)"subflow"!=n[i].source.type?o.wires.push({id:n[i].source.id,port:n[i].sourcePort}):o.wires.push({id:a.id,port:0});s.out.push(o)}),0<s.in.length&&a.inputLabels&&!/^\s*$/.test(a.inputLabels.join(""))&&(s.inputLabels=a.inputLabels.slice()),0<s.out.length&&a.outputLabels&&!/^\s*$/.test(a.outputLabels.join(""))&&(s.outputLabels=a.outputLabels.slice()),a.icon&&"node-red/subflow.svg"!==a.icon&&(s.icon=a.icon),a.status&&(s.status={x:a.status.x,y:a.status.y,wires:[]},h.forEach(function(e){e.target===a.status&&("subflow"!=e.source.type?s.status.wires.push({id:e.source.id,port:e.sourcePort}):s.status.wires.push({id:a.id,port:0}))})),s}function ye(o,t,e,n){var i=[];t=t||{},o=o.filter(function(e){return!t[e.id]&&(t[e.id]=!0)}),n=n||{},e=e||{};for(var a=0;a<o.length;a++){var s,r,d=o[a];if("subflow:"!=d.type.substring(0,8)||e[s=d.type.substring(8)]||(e[s]=!0,p=ve(s),(r=fe.getNodes(s).slice()).unshift(p),RED.nodes.eachConfig(function(e){e.z==s&&(r.push(e),n[e.id]=!0)}),i=ye(r=(r=r.concat(RED.nodes.junctions(s))).concat(RED.nodes.groups(s)),t,e,n).concat(i)),"subflow"!==d.type){var l,c,u=RED.nodes.convertNode(d);for(l in d._def.defaults)d._def.defaults[l].type&&(c=d[l],0===(c=(c=Array.isArray(c)?c:[c]).filter(function(e){var t;return!(e in re)||!1!==(t=re[e])._def.exportable&&(e in n||(n[e]=!0,o.push(t)),!0)})).length?u[l]=Array.isArray(d[l])?[]:"":u[l]=Array.isArray(d[l])?c:c[0]);i.push(u),"group"===d.type&&(i=i.concat(ye(d.nodes,t,e,n)))}else{var p=T(d);i.push(p)}}return i}function De(e){var o={tabs:{},subflows:{},groups:{},junctions:{},configs:{},nodes:{},all:[],conflicted:{},zMap:{}};return e.forEach(function(e){o.all.push(e),"tab"===e.type?o.tabs[e.id]=e:"subflow"===e.type?o.subflows[e.id]=e:"group"===e.type?o.groups[e.id]=e:"junction"===e.type?o.junctions[e.id]=e:e.hasOwnProperty("x")&&e.hasOwnProperty("y")?o.nodes[e.id]=e:o.configs[e.id]=e;var t=e.z||"__global__";o.zMap[t]=o.zMap[t]||[],o.zMap[t].push(e),(fe.hasNode(e.id)||re[e.id]||de[e.id]||le[e.id]||ce[e.id]||ue[e.id])&&(o.conflicted[e.id]=e)}),o}function Re(e){var a={},s={},o={},r=[],e=(e.forEach(function(e){"subflow"===e.type?s[e.id]=e:e.hasOwnProperty("x")||e.hasOwnProperty("y")||(o[e.id]=e),e.z&&(a[e.z]=a[e.z]||[],a[e.z].push(e))}),Object.keys(o)),t=(e.forEach(function(e){var t=o[e];s[t.z]&&delete o[e]}),e=Object.keys(o),Object.keys(s));return t.forEach(function(e){var t,o,n,i=s[e];r=r.concat((t=ve(t=e),(n=fe.getNodes(t.id))?(o=n.slice()).unshift(t):o=[t],ye(o))),RED.subflow.removeSubflow(i.id,!0),R([i].concat(a[i.id]));s[e]=ve(e)}),RED.nodes.eachNode(function(e){var t;/^subflow:/.test(e.type)&&(t=e.type.substring(8),s[t]&&(s[t].instances.push(e),e._def=RED.nodes.getType(e.type),e.dirty=!0,e.changed=!0,e._colorChanged=!0))}),t.forEach(function(e){e=s[e];RED.events.emit("subflows:change",e)}),RED.utils.clearNodeColorCache(),e.forEach(function(e){r=r.concat(D(_(e))),w(e),R([o[e]])}),{removedNodes:r}}function R(e,o){(o=Object.assign({},{generateIds:!1,addFlow:!1,reimport:!1,importMap:{}},o)).importMap=o.importMap||{};var t,n=o.generateIds,A=!n&&!!o.reimport,M=o.addFlow,i={};if("string"==typeof e){if(""===e)return;try{r=JSON.parse(e)}catch(g){var a=new Error(RED._("clipboard.invalidFlow",{message:g.message}));throw a.code="NODE_RED",a}}else r=e;$.isArray(r)||(r=[r]);var z,B={},s=[],G=[],r=r.filter(function(e){var t=e.id;if(B[e.id])return!1;if(B[e.id]=!0,!o.generateIds)if(o.importMap[t]){if("replace"===o.importMap[t])return G.push(e),!1}else{t=fe.getNode(t)||re[t]||de[t]||le[t]||ce[t]||ue[t];t&&s.push({existing:t,imported:e})}return!0});if(0<s.length){for(var a=RED._("clipboard.importDuplicate",{count:s.length}),d=$("<ul>"),F=Math.min(5,s.length),l=0;l<F;l++){var c=s[l];$("<li>").text(c.existing.id+" [ "+c.existing.type+(c.imported.type!==c.existing.type?" | "+c.imported.type:"")+" ]").appendTo(d)}F!==s.length&&$("<li>").text(RED._("deploy.confirm.plusNMore",{count:s.length-F})).appendTo(d);e=$("<p>").append(d),a=new Error(a+e.html());throw a.code="import_conflict",a.importConfig=De(r),a}0<G.length&&(z=Re(G).removedNodes);var u,U=!1,p=(se||(U=!0,se=JSON.parse(JSON.stringify(r))),[]);for(l=0;l<r.length;l++){var f;(f=r[l]).id;"workspace"==f.type||"tab"==f.type||"subflow"==f.type||"group"==f.type||"junction"==f.type||pe.getNodeType(f.type)||"subflow:"==f.type.substring(0,8)||-1!=p.indexOf(f.type)||p.push(f.type),f.z?(i[f.z]=i[f.z]||[],i[f.z].push(f)):U&&f.hasOwnProperty("x")&&f.hasOwnProperty("y")&&!f.z&&(t||(me(t={id:RED.nodes.id(),type:"tab",disabled:!1,label:RED._("clipboard.recoveredNodes"),info:RED._("clipboard.recoveredNodesInfo"),env:[]}),RED.workspaces.add(t),i[t.id]=[]),f.z=t.id,i[t.id].push(f))}!U&&0<p.length&&(u=$("<ul>"),p.forEach(function(e){$("<li>").text(e).appendTo(u)}),u=u[0].outerHTML,RED.notify("<p>"+RED._("clipboard.importUnrecognised",{count:p.length})+"</p>"+u,"error",!1,1e4));var h=RED.workspaces.active(),V=ve(h);for(l=0;l<r.length;l++){var J=/^subflow:(.+)$/.exec(r[l].type);if(J){var g,J=J[1],q=ve(h);if(q)if(J===q.id&&(g=new Error(RED._("notification.errors.cannotAddSubflowToItself"))),g=be(J,q.id)?new Error(RED._("notification.errors.cannotAddCircularReference")):g)throw g.code="NODE_RED",g}}var m,v,b,y,W,w=[],E={},K=[],D={},H={},R={},x=[],_=[],k=[],T=[],X=new Set,C=null;for(t&&w.push(t),l=0;l<r.length;l++)"workspace"===(f=r[l]).type||"tab"===f.type?("workspace"===f.type&&(f.type="tab"),null==ae&&(ae=f),0===h&&(h=f.id),n||"copy"===o.importMap[f.id]?(m=he(),E[f.id]=m,f.id=m):E[f.id]=f.id,me(f),RED.workspaces.add(f),w.push(f)):"subflow"===f.type&&((W=o.importMap[f.id]?W:function(a,s){s=s||[];var r,d=null;return RED.nodes.eachSubflow(function(e){if(e.name==a.name&&e.info==a.info&&e.in.length==a.in.length&&e.out.length==a.out.length){var t=RED.nodes.filterNodes({z:e.id});if(t.length==s.length){var o=[a].concat(s),n=[e].concat(t),i=JSON.stringify(o),o=JSON.stringify(ye(n));for(r=0;r<t.length;r++)i=i.replace(new RegExp('"'+s[r].id+'"',"g"),'"'+t[r].id+'"');if((i=i.replace(new RegExp('"'+a.id+'"',"g"),'"'+e.id+'"'))===o)return d=e,!1}}}),d}(f,i[f.id]))?H[f.id]=W:(D[f.id]=f,!n&&"copy"!==o.importMap[f.id]||(m=he(),f.id=m),f.in.forEach(function(e,t){e.type="subflow",e.direction="in",e.z=f.id,e.i=t,e.id=he()}),f.out.forEach(function(e,t){e.type="subflow",e.direction="out",e.z=f.id,e.i=t,e.id=he()}),f.status&&(f.status.type="subflow",f.status.direction="status",f.status.z=f.id,f.status.id=he()),K.push(f),Ee(f,n||"copy"===o.importMap[f.id])));for(null==ae&&(me(ae={type:"tab",id:he(),disabled:!1,info:"",label:RED._("workspace.defaultName",{number:1}),env:[]}),RED.workspaces.add(ae),w.push(ae),h=RED.workspaces.active()),l=0;l<r.length;l++)if(f=r[l],(v=pe.getNodeType(f.type))&&"config"==v.category){var j=null;if(n||"copy"===o.importMap[f.id]){if(f.z){if(H[f.z])continue;D[f.z]?f.z=D[f.z].id:(f.z=E[f.z],de[f.z]||(M?(null===C&&(C=RED.workspaces.add(null,!0),w.push(C)),f.z=C.id):f.z=h))}if("copy"!==o.importMap[f.id]&&(j=RED.nodes.node(f.id))&&f.z&&j.z!==f.z)for(var L in j=null,re)if(re.hasOwnProperty(L)&&re[L].z===f.z&&function(e,t,o){if((!o||e.id==t.id)&&e.type==t.type){var n,i=e._def;for(n in i.defaults)if(i.defaults.hasOwnProperty(n)){var a=e[n],s=t[n];if(typeof a!=typeof s)return;if(null===a||"string"==typeof a||"number"==typeof a){if(a!==s)return}else if(JSON.stringify(a)!==JSON.stringify(s))return}return 1}}(re[L],f,!1)){j=re[L],R[f.id]=re[L];break}}else A&&f.z&&RED.workspaces.contains(f.z)||!f.z||E[f.z]||D[f.z]||(f.z=h);if(!j||j._def.exclusive){for(y in b={id:f.id,z:f.z,type:f.type,info:f.info,users:[],_config:{}},f.z||delete b.z,f.hasOwnProperty("d")&&(b.d=f.d),v.defaults)v.defaults.hasOwnProperty(y)&&(b[y]=f[y],b._config[y]=JSON.stringify(f[y]));if(v.hasOwnProperty("credentials")&&f.hasOwnProperty("credentials"))for(y in b.credentials={},v.credentials)v.credentials.hasOwnProperty(y)&&f.credentials.hasOwnProperty(y)&&(b.credentials[y]=f.credentials[y]);b.label=v.label,b._def=v,!n&&"copy"!==o.importMap[f.id]||(b.id=he()),R[f.id]=b,x.push(b)}}for(l=0;l<r.length;l++)if("workspace"!==(f=r[l]).type&&"tab"!==f.type&&"subflow"!==f.type&&(!(v=pe.getNodeType(f.type))||"config"!=v.category)){var S={x:parseFloat(f.x||0),y:parseFloat(f.y||0),z:f.z,type:0,info:f.info,changed:!1,_config:{}};if("group"!==f.type&&"junction"!==f.type&&(S.wires=f.wires||[],S.inputLabels=f.inputLabels,S.outputLabels=f.outputLabels,S.icon=f.icon),"junction"===f.type&&(S.wires=f.wires||[]),f.hasOwnProperty("l")&&(S.l=f.l),f.hasOwnProperty("d")&&(S.d=f.d),f.hasOwnProperty("g")&&(S.g=f.g),n||"copy"===o.importMap[f.id]){if(H[f.z])continue;D[S.z]?S.z=D[S.z].id:(S.z=E[S.z],de[S.z]||(M?(null===C&&(C=RED.workspaces.add(null,!0),w.push(C)),S.z=C.id):S.z=h)),S.id=he()}else S.id=f.id,A&&S.z&&RED.workspaces.contains(S.z)||null!=S.z&&(E[S.z]||D[S.z])||(M?(null===C&&(C=RED.workspaces.add(null,!0),w.push(C)),S.z=C.id):S.z=h);if(S.type=f.type,S._def=v,"group"===S.type){for(y in S._def=RED.group.def,S._def.defaults)S._def.defaults.hasOwnProperty(y)&&"inputs"!==y&&"outputs"!==y&&(S[y]=f[y],S._config[y]=JSON.stringify(f[y]));S._config.x=S.x,S._config.y=S.y}else if("subflow"===f.type.substring(0,7)){var Y=f.type.split(":")[1],Z=H[Y]||D[Y]||ve(Y);!n&&"copy"!==o.importMap[f.id]||(Y=Z.id,S.type="subflow:"+Y,S._def=pe.getNodeType(S.type),delete S.i),S.name=f.name,S.outputs=Z.out.length,S.inputs=Z.in.length,S.env=f.env}else if("junction"===f.type)S._def={defaults:{}},S._config.x=S.x,S._config.y=S.y,S.inputs=1,S.outputs=1,S.w=0,S.h=0;else{if(!S._def){S.x&&S.y?S._def={color:"#fee",defaults:{},label:"unknown: "+f.type,labelStyle:"red-ui-flow-node-label-italic",outputs:f.outputs||f.wires&&f.wires.length||0,set:pe.getNodeSet("node-red/unknown")}:(S._def={category:"config",set:pe.getNodeSet("node-red/unknown")},S.users=[],delete S.x,delete S.y,delete S.wires,delete S.inputLabels,delete S.outputLabels,f.z||delete S.z);var O,Q={};for(O in f)f.hasOwnProperty(O)&&"x"!=O&&"y"!=O&&"z"!=O&&"id"!=O&&"wires"!=O&&(Q[O]=f[O]);S._orig=Q,S.name=f.type,S.type="unknown"}if("config"!=S._def.category){for(y in f.hasOwnProperty("inputs")?(S.inputs=f.inputs,S._config.inputs=JSON.stringify(f.inputs)):S.inputs=S._def.inputs,f.hasOwnProperty("outputs")?(S.outputs=f.outputs,S._config.outputs=JSON.stringify(f.outputs)):S.outputs=S._def.outputs,S.hasOwnProperty("wires")&&S.wires.length>S.outputs&&(S._def.defaults.hasOwnProperty("outputs")&&isNaN(parseInt(f.outputs))?S.outputs=S.wires.length:(console.log("Warning: node.wires longer than node.outputs - trimming wires:",S.id," wires:",S.wires.length," outputs:",S.outputs),S.wires=S.wires.slice(0,S.outputs))),S._def.defaults)S._def.defaults.hasOwnProperty(y)&&"inputs"!==y&&"outputs"!==y&&(S[y]=f[y],S._config[y]=JSON.stringify(f[y]));if(S._config.x=S.x,S._config.y=S.y,S._def.hasOwnProperty("credentials")&&f.hasOwnProperty("credentials"))for(y in S.credentials={},S._def.credentials)S._def.credentials.hasOwnProperty(y)&&f.credentials.hasOwnProperty(y)&&(S.credentials[y]=f.credentials[y])}}"junction"===(R[f.id]=S).type?T.push(S):"unknown"===S.type||"config"!==S._def.category?x.push(S):"group"===S.type&&(k.push(S),X.add(S.id))}for(l=0;l<x.length+T.length;l++){if((f=l<x.length?x[l]:T[l-x.length]).wires){for(var I=0;I<f.wires.length;I++)for(var ee,te=Array.isArray(f.wires[I])?f.wires[I]:[f.wires[I]],N=0;N<te.length;N++)R.hasOwnProperty(te[N])&&(f.z===R[te[N]].z?(ge(ee={source:f,sourcePort:I,target:R[te[N]]}),_.push(ee)):console.log("Warning: dropping link that crosses tabs:",f.id,"->",R[te[N]].id));delete f.wires}for(var oe in f.g&&R[f.g]?f.g=R[f.g].id:delete f.g,f._def.defaults)f._def.defaults.hasOwnProperty(oe)&&f._def.defaults[oe].type&&(d=f[oe],d=(d=Array.isArray(d)?d:[d]).map(function(e){var t=R[e];return t?("config"===t._def.category&&-1===t.users.indexOf(f)&&t.users.push(f),t.id):e}),f[oe]=Array.isArray(f[oe])?d:d[0]);V&&/^link /.test(f.type)&&f.links&&(f.links=f.links.filter(function(e){e=RED.nodes.node(e);return e&&e.z===h}))}for(l=0;l<K.length;l++)(f=K[l]).in.forEach(function(t){t.wires.forEach(function(e){e={source:t,sourcePort:0,target:R[e.id]};ge(e),_.push(e)}),delete t.wires}),f.out.forEach(function(t){t.wires.forEach(function(e){e=D[e.id]&&D[e.id].id==f.id?{source:f.in[e.port],sourcePort:e.port,target:t}:{source:R[e.id]||D[e.id],sourcePort:e.port,target:t};ge(e),_.push(e)}),delete t.wires}),f.status&&(f.status.wires.forEach(function(e){e=D[e.id]&&D[e.id].id==f.id?{source:f.in[e.port],sourcePort:e.port,target:f.status}:{source:R[e.id]||D[e.id],sourcePort:e.port,target:f.status};ge(e),_.push(e)}),delete f.status.wires);var ne,ie,P={};for(l=0;l<k.length;l++)(f=k[l]).g&&!X.has(f.g)&&delete f.g,f.nodes=f.nodes.map(function(e){return R[e]}),f.nodes=f.nodes.filter(function(e){return e&&e.g!==f.id&&(e.g=f.id),!!e}),f.g||(P[f.id]=0);do{for(ne=!1,l=0;l<k.length;l++)(f=k[l]).g&&P[f.id]!==P[f.g]+1&&(P[f.id]=P[f.g]+1,ne=!0)}while(ne);for(k.sort(function(e,t){return P[e.id]-P[t.id]}),l=0;l<k.length;l++)xe(f=k[l]);for(l=0;l<T.length;l++)_e(T[l]);for(l=0;l<x.length;l++)we(S=x[l]);for(l=0;l<x.length;l++){S=x[l];RED.editor.validateNode(S)}return RED.workspaces.refresh(),t&&(ie=RED.notify(RED._("clipboard.recoveredNodesNotification",{flowName:RED._("clipboard.recoveredNodes")}),{type:"warning",fixed:!0,buttons:[{text:RED._("common.label.close"),click:function(){ie.close()}}]})),{nodes:x,links:_,groups:k,junctions:T,workspaces:w,subflows:K,missingWorkspace:C,removedNodes:z}}function C(e){for(var t in e._def.defaults){var o;!e._def.defaults.hasOwnProperty(t)||(o=e._def.defaults[t]).type&&(o=pe.getNodeType(o.type))&&"config"==o.category&&(o=re[e[t]])&&-1===o.users.indexOf(e)&&(o.users.push(e),RED.events.emit("nodes:change",o))}}function xe(e){p[e.z]=p[e.z]||[],p[e.z].push(e),ce[e.id]=e,RED.events.emit("groups:add",e)}function j(e){var t=p[e.z].indexOf(e);p[e.z].splice(t,1),0===p[e.z].length&&delete p[e.z],e.g&&ce[e.g]&&(t=ce[e.g].nodes.indexOf(e),ce[e.g].nodes.splice(t,1)),RED.group.markDirty(e),delete ce[e.id],RED.events.emit("groups:remove",e)}function _e(e){d[e.z]=d[e.z]||[],d[e.z].push(e),ue[e.id]=e,c[e.id]||(c[e.id]={in:[],out:[]}),RED.events.emit("junctions:add",e)}function L(t){var e=d[t.z].indexOf(t),e=(d[t.z].splice(e,1),0===d[t.z].length&&delete d[t.z],delete ue[t.id],delete c[t.id],RED.events.emit("junctions:remove",t),h.filter(function(e){return e.source===t||e.target===t}));return e.forEach(E),{links:e}}return{init:function(){RED.events.on("registry:node-type-added",function(t){pe.getNodeType(t);var o,n,i,a={},e=(RED.nodes.eachNode(function(e){"unknown"===e.type&&e.name===t&&(a[e.id]=e)}),RED.nodes.eachConfig(function(e){"unknown"===e.type&&e.name===t&&(a[e.id]=e)}),Object.keys(a));0<e.length&&(o=[],e.forEach(function(e){e=a[e];re.hasOwnProperty(e.id)?delete re[e.id]:fe.removeNode(e),o.push(D(e)),RED.events.emit("nodes:remove",e)}),n=[],RED.nodes.eachLink(function(e){a.hasOwnProperty(e.source.id)&&a.hasOwnProperty(e.target.id)&&n.push(e)}),n.forEach(E),RED.view.redraw(!0,!0),e=R(o,{generateIds:!1,reimport:!0}),i={},e.nodes.forEach(function(e){i[e.id]=e}),RED.nodes.eachLink(function(e){i.hasOwnProperty(e.source.id)&&(e.source=i[e.source.id]),i.hasOwnProperty(e.target.id)&&(e.target=i[e.target.id])}),RED.view.redraw(!0))})},registry:pe,setNodeList:pe.setNodeList,getNodeSet:pe.getNodeSet,addNodeSet:pe.addNodeSet,removeNodeSet:pe.removeNodeSet,enableNodeSet:pe.enableNodeSet,disableNodeSet:pe.disableNodeSet,setIconSets:pe.setIconSets,getIconSets:pe.getIconSets,registerType:pe.registerNodeType,getType:pe.getNodeType,getNodeHelp:function(e){var t="";return(e=$("script[data-help-name='"+e+"']"))&&(t=e.html(),"text/markdown"===e.attr("type")&&(t=RED.utils.renderMarkdown(t))),t},convertNode:D,add:we,remove:w,clear:function(){h=[],l={},c={},re={},u=[],ce={},p={},ue={},d={},Object.keys(le).forEach(function(e){RED.subflow.removeSubflow(e)}),Object.keys(de).forEach(function(e){RED.workspaces.remove(de[e])}),se=ae=null,de={},fe.clear(),RED.nodes.dirty(!1),RED.view.redraw(!0,!0),RED.palette.refresh(),RED.workspaces.refresh(),RED.sidebar.config.refresh(),RED.sidebar.info.refresh(),RED.events.emit("workspace:clear")},detachNodes:function(e){let o=[];if(e.forEach(e=>{var t;"group"===e.type?(t=RED.group.getNodes(e,!0,!0),o=o.concat(t)):o.push(e)}),0<o.length){const n=RED.nodes.getNodeIslands(o);let t=[],d=[],l=new Set;return n.forEach(e=>{let r=new Set(e),o=[],n=[];e.forEach(e=>{var t=RED.nodes.getNodeLinks(e,1),e=RED.nodes.getNodeLinks(e,0);t.forEach(e=>{r.has(e.source)||o.push(e)}),e.forEach(e=>{r.has(e.target)||n.push(e)})}),o.forEach(o=>{let n=o.source,t=new Set,i=new Set,a=[o.target];for(;0<a.length;){var s=a.pop(a);i.add(s);let e=RED.nodes.getNodeLinks(s,0);e.forEach(e=>{i.has(e.target)||(i.add(e.target),r.has(e.target)?a.push(e.target):t.add(e.target))})}t.forEach(e=>{var t=`${n.id}[${o.sourcePort}] -> `+e.id;l.has(t)||(l.add(t),t={source:n,sourcePort:o.sourcePort,target:e},0===RED.nodes.filterLinks(t).length&&d.push(t))})}),o.forEach(e=>{RED.nodes.removeLink(e),t.push(e)}),n.forEach(e=>{RED.nodes.removeLink(e),t.push(e)})}),d.forEach(e=>RED.nodes.addLink(e)),{newLinks:d,removedLinks:t}}},moveNodesForwards:function(e){return fe.moveNodesForwards(e)},moveNodesBackwards:function(e){return fe.moveNodesBackwards(e)},moveNodesToFront:function(e){return fe.moveNodesToFront(e)},moveNodesToBack:function(e){return fe.moveNodesToBack(e)},getNodeOrder:function(e){return fe.getNodeOrder(e)},setNodeOrder:function(e,t){fe.setNodeOrder(e,t)},moveNodeToTab:function(e,o){var t,n,i,a,s,r;"group"===e.type?(a=o,t=p[(r=e).z].indexOf(r),p[r.z].splice(t,1),p[a]=p[a]||[],p[a].push(r),r.z=a,RED.events.emit("groups:change",r)):"junction"===e.type?(n=o,a=d[(t=e).z].indexOf(t),d[t.z].splice(a,1),d[n]=d[n]||[],d[n].push(t),i=t.z,t.z=n,(a=c[t.id])&&(a.in.forEach(function(e){var t=l[i].indexOf(e);-1!=t&&l[i].splice(t,1),e.source.z===n&&l[n]&&l[n].push(e)}),a.out.forEach(function(e){var t=l[i].indexOf(e);-1!=t&&l[i].splice(t,1),e.target.z===n&&l[n]&&l[n].push(e)})),RED.events.emit("junctions:change",t)):(s=e.z,fe.moveNode(e,o),(r=c[e.id])&&(r.in.forEach(function(e){var t=l[s].indexOf(e);-1!=t&&l[s].splice(t,1),e.source.z===o&&l[o]&&l[o].push(e)}),r.out.forEach(function(e){var t=l[s].indexOf(e);-1!=t&&l[s].splice(t,1),e.target.z===o&&l[o]&&l[o].push(e)})),RED.events.emit("nodes:change",e))},addLink:ge,removeLink:E,getNodeLinks:function(e,t){return"string"!=typeof e&&(e=e.id),c[e]?[].concat(1===t?c[e].in:c[e].out):[]},addWorkspace:me,removeWorkspace:function(e){var t,o,n=de[e],i=[],a=[],s=[],r=[];if(n){for(t in delete de[e],delete l[e],u.splice(u.indexOf(e),1),fe.hasTab(e)&&(i=fe.getNodes(e).slice()),re)re.hasOwnProperty(t)&&(o=re[t]).z==e&&i.push(o);for(r=RED.nodes.junctions(e),t=0;t<i.length;t++)var d=w(i[t].id),a=a.concat(d.links);for(t=0;t<r.length;t++){d=L(r[t]);a=a.concat(d.links)}for(s=(p[e]||[]).filter(function(e){return!e.g}),t=0;t<s.length;t++)s[t].nodes.forEach(function(e){"group"===e.type&&s.push(e)});for(t=s.length-1;0<=t;t--)j(s[t]);fe.removeTab(e),RED.events.emit("flows:remove",n)}return{nodes:i,links:a,groups:s,junctions:r}},getWorkspaceOrder:function(){return u},setWorkspaceOrder:function(e){u=e},workspace:function(e){return de[e]},addSubflow:Ee,removeSubflow:function(e){le[e.id]&&(delete le[e.id],fe.removeTab(e.id),pe.removeNodeType("subflow:"+e.id),RED.events.emit("subflows:remove",e))},subflow:ve,subflowContains:be,addGroup:xe,removeGroup:j,group:function(e){return ce[e]},groups:function(e){return p[e]?p[e].slice():[]},addJunction:_e,removeJunction:L,junction:function(e){return ue[e]},junctions:function(e){return d[e]?d[e].slice():[]},eachNode:function(e){fe.eachNode(e)},eachLink:function(e){for(var t=0;t<h.length&&!1!==e(h[t]);t++);},eachConfig:function(e){for(var t in re)if(re.hasOwnProperty(t)&&!1===e(re[t]))break},eachSubflow:function(e){for(var t in le)if(le.hasOwnProperty(t)&&!1===e(le[t]))break},eachWorkspace:function(e){for(var t=0;t<u.length&&!1!==e(de[u[t]]);t++);},node:_,version:function(e){if(void 0===e)return x;x=e},originalFlow:function(e){if(void 0===e)return se;se=e},filterNodes:function(e){return fe.filterNodes(e)},filterLinks:function(e){var t,o=[],n=[],i=!1,a=e.source&&e.source.z,s=e.target&&e.target.z;(t=a||s?a!==s&&void 0===a?s:a:t)?(n=l[t]||[],i=!0):e.source&&e.source.hasOwnProperty("id")?c[e.source.id]&&(i=!0,n=n.concat(c[e.source.id].out)):e.target&&e.target.hasOwnProperty("id")&&c[e.target.id]&&(i=!0,n=n.concat(c[e.target.id].in)),i||(n=h);for(var r=0;r<n.length;r++){var d=n[r];if(e.source){if(e.source.hasOwnProperty("id")&&d.source.id!==e.source.id)continue;if(e.source.hasOwnProperty("z")&&d.source.z!==e.source.z)continue}if(e.target){if(e.target.hasOwnProperty("id")&&d.target.id!==e.target.id)continue;if(e.target.hasOwnProperty("z")&&d.target.z!==e.target.z)continue}e.hasOwnProperty("sourcePort")&&d.sourcePort!==e.sourcePort||o.push(d)}return o},import:R,identifyImportConflicts:De,getAllFlowNodes:e,getAllUpstreamNodes:function(t){return e(t,"up").filter(function(e){return e!==t})},getAllDownstreamNodes:function(t){return e(t,"down").filter(function(e){return e!==t})},getNodeIslands:function(e){var o=new Set(e),i=new Map,a=new Map,n=new Set;e.forEach((e,t)=>{i.set(e,t),a.set(t,[e]);t=RED.nodes.getNodeLinks(e,1),e=RED.nodes.getNodeLinks(e,0);t.forEach(e=>{o.has(e.source)&&n.add(e)}),e.forEach(e=>{o.has(e.target)&&n.add(e)})}),n.forEach(o=>{var n=o.source,o=o.target;if(i.get(n)!==i.get(o)){let t=i.get(n);n=i.get(o);let e=a.get(n);e.forEach(e=>{i.set(e,t),a.get(t).push(e)}),a.delete(n)}});const s=[];return a.forEach((e,t)=>{s.push(e)}),s},createExportableNodeSet:ye,createCompleteNodeSet:function(t){for(var o=[],e=0;e<u.length;e++)"tab"==de[u[e]].type&&o.push(k(de[u[e]],t));for(e in le)le.hasOwnProperty(e)&&o.push(T(le[e],t));for(e in ce)ce.hasOwnProperty(e)&&o.push(D(ce[e],t));for(e in ue)ue.hasOwnProperty(e)&&o.push(D(ue[e],t));for(e in re)re.hasOwnProperty(e)&&o.push(D(re[e],t));return RED.nodes.eachNode(function(e){o.push(D(e,t))}),o},updateConfigNodeUsers:C,id:he,dirty:function(e){if(null==e)return t;t=e,RED.events.emit("workspace:dirty",{dirty:t})}}}(),RED.nodes.fontAwesome=function(){var t={"fa-address-book-o":"","fa-address-book":"","fa-address-card-o":"","fa-address-card":"","fa-adjust":"","fa-align-center":"","fa-align-justify":"","fa-align-left":"","fa-align-right":"","fa-ambulance":"","fa-american-sign-language-interpreting":"","fa-anchor":"","fa-angle-double-down":"","fa-angle-double-left":"","fa-angle-double-right":"","fa-angle-double-up":"","fa-angle-down":"","fa-angle-left":"","fa-angle-right":"","fa-angle-up":"","fa-archive":"","fa-area-chart":"","fa-arrow-circle-down":"","fa-arrow-circle-left":"","fa-arrow-circle-o-down":"","fa-arrow-circle-o-left":"","fa-arrow-circle-o-right":"","fa-arrow-circle-o-up":"","fa-arrow-circle-right":"","fa-arrow-circle-up":"","fa-arrow-down":"","fa-arrow-left":"","fa-arrow-right":"","fa-arrow-up":"","fa-arrows-alt":"","fa-arrows-h":"","fa-arrows-v":"","fa-arrows":"","fa-asl-interpreting":"","fa-assistive-listening-systems":"","fa-asterisk":"","fa-at":"","fa-audio-description":"","fa-automobile":"","fa-backward":"","fa-balance-scale":"","fa-ban":"","fa-bank":"","fa-bar-chart-o":"","fa-bar-chart":"","fa-barcode":"","fa-bars":"","fa-bath":"","fa-bathtub":"","fa-battery-0":"","fa-battery-1":"","fa-battery-2":"","fa-battery-3":"","fa-battery-4":"","fa-battery-empty":"","fa-battery-full":"","fa-battery-half":"","fa-battery-quarter":"","fa-battery-three-quarters":"","fa-battery":"","fa-bed":"","fa-beer":"","fa-bell-o":"","fa-bell-slash-o":"","fa-bell-slash":"","fa-bell":"","fa-bicycle":"","fa-binoculars":"","fa-birthday-cake":"","fa-blind":"","fa-bold":"","fa-bolt":"","fa-bomb":"","fa-book":"","fa-bookmark-o":"","fa-bookmark":"","fa-braille":"","fa-briefcase":"","fa-bug":"","fa-building-o":"","fa-building":"","fa-bullhorn":"","fa-bullseye":"","fa-bus":"","fa-cab":"","fa-calculator":"","fa-calendar-check-o":"","fa-calendar-minus-o":"","fa-calendar-o":"","fa-calendar-plus-o":"","fa-calendar-times-o":"","fa-calendar":"","fa-camera-retro":"","fa-camera":"","fa-car":"","fa-caret-down":"","fa-caret-left":"","fa-caret-right":"","fa-caret-square-o-down":"","fa-caret-square-o-left":"","fa-caret-square-o-right":"","fa-caret-square-o-up":"","fa-caret-up":"","fa-cart-arrow-down":"","fa-cart-plus":"","fa-cc":"","fa-certificate":"","fa-chain-broken":"","fa-chain":"","fa-check-circle-o":"","fa-check-circle":"","fa-check-square-o":"","fa-check-square":"","fa-check":"","fa-chevron-circle-down":"","fa-chevron-circle-left":"","fa-chevron-circle-right":"","fa-chevron-circle-up":"","fa-chevron-down":"","fa-chevron-left":"","fa-chevron-right":"","fa-chevron-up":"","fa-child":"","fa-circle-o-notch":"","fa-circle-o":"","fa-circle-thin":"","fa-circle":"","fa-clipboard":"","fa-clock-o":"","fa-clone":"","fa-close":"","fa-cloud-download":"","fa-cloud-upload":"","fa-cloud":"","fa-cny":"","fa-code-fork":"","fa-code":"","fa-coffee":"","fa-cog":"","fa-cogs":"","fa-columns":"","fa-comment-o":"","fa-comment":"","fa-commenting-o":"","fa-commenting":"","fa-comments-o":"","fa-comments":"","fa-compass":"","fa-compress":"","fa-copy":"","fa-copyright":"","fa-creative-commons":"","fa-credit-card-alt":"","fa-credit-card":"","fa-crop":"","fa-crosshairs":"","fa-cube":"","fa-cubes":"","fa-cut":"","fa-cutlery":"","fa-dashboard":"","fa-database":"","fa-deaf":"","fa-deafness":"","fa-dedent":"","fa-desktop":"","fa-diamond":"","fa-dollar":"","fa-dot-circle-o":"","fa-download":"","fa-drivers-license-o":"","fa-drivers-license":"","fa-edit":"","fa-eject":"","fa-ellipsis-h":"","fa-ellipsis-v":"","fa-envelope-o":"","fa-envelope-open-o":"","fa-envelope-open":"","fa-envelope-square":"","fa-envelope":"","fa-eraser":"","fa-eur":"","fa-euro":"","fa-exchange":"","fa-exclamation-circle":"","fa-exclamation-triangle":"","fa-exclamation":"","fa-expand":"","fa-external-link-square":"","fa-external-link":"","fa-eye-slash":"","fa-eye":"","fa-eyedropper":"","fa-fast-backward":"","fa-fast-forward":"","fa-fax":"","fa-feed":"","fa-female":"","fa-fighter-jet":"","fa-file-archive-o":"","fa-file-audio-o":"","fa-file-code-o":"","fa-file-excel-o":"","fa-file-image-o":"","fa-file-movie-o":"","fa-file-o":"","fa-file-pdf-o":"","fa-file-photo-o":"","fa-file-picture-o":"","fa-file-powerpoint-o":"","fa-file-sound-o":"","fa-file-text-o":"","fa-file-text":"","fa-file-video-o":"","fa-file-word-o":"","fa-file-zip-o":"","fa-file":"","fa-files-o":"","fa-film":"","fa-filter":"","fa-fire-extinguisher":"","fa-fire":"","fa-flag-checkered":"","fa-flag-o":"","fa-flag":"","fa-flash":"","fa-flask":"","fa-floppy-o":"","fa-folder-o":"","fa-folder-open-o":"","fa-folder-open":"","fa-folder":"","fa-font":"","fa-forward":"","fa-frown-o":"","fa-futbol-o":"","fa-gamepad":"","fa-gavel":"","fa-gbp":"","fa-gear":"","fa-gears":"","fa-genderless":"","fa-gift":"","fa-glass":"","fa-globe":"","fa-graduation-cap":"","fa-group":"","fa-h-square":"","fa-hand-grab-o":"","fa-hand-lizard-o":"","fa-hand-o-down":"","fa-hand-o-left":"","fa-hand-o-right":"","fa-hand-o-up":"","fa-hand-paper-o":"","fa-hand-peace-o":"","fa-hand-pointer-o":"","fa-hand-rock-o":"","fa-hand-scissors-o":"","fa-hand-spock-o":"","fa-hand-stop-o":"","fa-handshake-o":"","fa-hard-of-hearing":"","fa-hashtag":"","fa-hdd-o":"","fa-header":"","fa-headphones":"","fa-heart-o":"","fa-heart":"","fa-heartbeat":"","fa-history":"","fa-home":"","fa-hospital-o":"","fa-hotel":"","fa-hourglass-1":"","fa-hourglass-2":"","fa-hourglass-3":"","fa-hourglass-end":"","fa-hourglass-half":"","fa-hourglass-o":"","fa-hourglass-start":"","fa-hourglass":"","fa-i-cursor":"","fa-id-badge":"","fa-id-card-o":"","fa-id-card":"","fa-ils":"","fa-image":"","fa-inbox":"","fa-indent":"","fa-industry":"","fa-info-circle":"","fa-info":"","fa-inr":"","fa-institution":"","fa-intersex":"","fa-italic":"","fa-jpy":"","fa-key":"","fa-keyboard-o":"","fa-krw":"","fa-language":"","fa-laptop":"","fa-leaf":"","fa-legal":"","fa-lemon-o":"","fa-level-down":"","fa-level-up":"","fa-life-bouy":"","fa-life-buoy":"","fa-life-ring":"","fa-life-saver":"","fa-lightbulb-o":"","fa-line-chart":"","fa-link":"","fa-list-alt":"","fa-list-ol":"","fa-list-ul":"","fa-list":"","fa-location-arrow":"","fa-lock":"","fa-long-arrow-down":"","fa-long-arrow-left":"","fa-long-arrow-right":"","fa-long-arrow-up":"","fa-low-vision":"","fa-magic":"","fa-magnet":"","fa-mail-forward":"","fa-mail-reply-all":"","fa-mail-reply":"","fa-male":"","fa-map-marker":"","fa-map-o":"","fa-map-pin":"","fa-map-signs":"","fa-map":"","fa-mars-double":"","fa-mars-stroke-h":"","fa-mars-stroke-v":"","fa-mars-stroke":"","fa-mars":"","fa-medkit":"","fa-meh-o":"","fa-mercury":"","fa-microchip":"","fa-microphone-slash":"","fa-microphone":"","fa-minus-circle":"","fa-minus-square-o":"","fa-minus-square":"","fa-minus":"","fa-mobile-phone":"","fa-mobile":"","fa-money":"","fa-moon-o":"","fa-mortar-board":"","fa-motorcycle":"","fa-mouse-pointer":"","fa-music":"","fa-navicon":"","fa-neuter":"","fa-newspaper-o":"","fa-object-group":"","fa-object-ungroup":"","fa-outdent":"","fa-paint-brush":"","fa-paper-plane-o":"","fa-paper-plane":"","fa-paperclip":"","fa-paragraph":"","fa-paste":"","fa-pause-circle-o":"","fa-pause-circle":"","fa-pause":"","fa-paw":"","fa-pencil-square-o":"","fa-pencil-square":"","fa-pencil":"","fa-percent":"","fa-phone-square":"","fa-phone":"","fa-photo":"","fa-picture-o":"","fa-pie-chart":"","fa-plane":"","fa-play-circle-o":"","fa-play-circle":"","fa-play":"","fa-plug":"","fa-plus-circle":"","fa-plus-square-o":"","fa-plus-square":"","fa-plus":"","fa-podcast":"","fa-power-off":"","fa-print":"","fa-puzzle-piece":"","fa-qrcode":"","fa-question-circle-o":"","fa-question-circle":"","fa-question":"","fa-quote-left":"","fa-quote-right":"","fa-random":"","fa-recycle":"","fa-refresh":"","fa-registered":"","fa-remove":"","fa-reorder":"","fa-repeat":"","fa-reply-all":"","fa-reply":"","fa-retweet":"","fa-rmb":"","fa-road":"","fa-rocket":"","fa-rotate-left":"","fa-rotate-right":"","fa-rouble":"","fa-rss-square":"","fa-rss":"","fa-rub":"","fa-ruble":"","fa-rupee":"","fa-s15":"","fa-save":"","fa-scissors":"","fa-search-minus":"","fa-search-plus":"","fa-search":"","fa-send-o":"","fa-send":"","fa-server":"","fa-share-square-o":"","fa-share-square":"","fa-share":"","fa-shekel":"","fa-sheqel":"","fa-shield":"","fa-ship":"","fa-shopping-bag":"","fa-shopping-basket":"","fa-shopping-cart":"","fa-shower":"","fa-sign-in":"","fa-sign-language":"","fa-sign-out":"","fa-signal":"","fa-signing":"","fa-sitemap":"","fa-sliders":"","fa-smile-o":"","fa-snowflake-o":"","fa-soccer-ball-o":"","fa-sort-alpha-asc":"","fa-sort-alpha-desc":"","fa-sort-amount-asc":"","fa-sort-amount-desc":"","fa-sort-asc":"","fa-sort-desc":"","fa-sort-down":"","fa-sort-numeric-asc":"","fa-sort-numeric-desc":"","fa-sort-up":"","fa-sort":"","fa-space-shuttle":"","fa-spinner":"","fa-spoon":"","fa-square-o":"","fa-square":"","fa-star-half-empty":"","fa-star-half-full":"","fa-star-half-o":"","fa-star-half":"","fa-star-o":"","fa-star":"","fa-step-backward":"","fa-step-forward":"","fa-stethoscope":"","fa-sticky-note-o":"","fa-sticky-note":"","fa-stop-circle-o":"","fa-stop-circle":"","fa-stop":"","fa-street-view":"","fa-strikethrough":"","fa-subscript":"","fa-subway":"","fa-suitcase":"","fa-sun-o":"","fa-superscript":"","fa-support":"","fa-table":"","fa-tablet":"","fa-tachometer":"","fa-tag":"","fa-tags":"","fa-tasks":"","fa-taxi":"","fa-television":"","fa-terminal":"","fa-text-height":"","fa-text-width":"","fa-th-large":"","fa-th-list":"","fa-th":"","fa-thermometer-0":"","fa-thermometer-1":"","fa-thermometer-2":"","fa-thermometer-3":"","fa-thermometer-4":"","fa-thermometer-empty":"","fa-thermometer-full":"","fa-thermometer-half":"","fa-thermometer-quarter":"","fa-thermometer-three-quarters":"","fa-thermometer":"","fa-thumb-tack":"","fa-thumbs-down":"","fa-thumbs-o-down":"","fa-thumbs-o-up":"","fa-thumbs-up":"","fa-ticket":"","fa-times-circle-o":"","fa-times-circle":"","fa-times-rectangle-o":"","fa-times-rectangle":"","fa-times":"","fa-tint":"","fa-toggle-down":"","fa-toggle-left":"","fa-toggle-off":"","fa-toggle-on":"","fa-toggle-right":"","fa-toggle-up":"","fa-trademark":"","fa-train":"","fa-transgender-alt":"","fa-transgender":"","fa-trash-o":"","fa-trash":"","fa-tree":"","fa-trophy":"","fa-truck":"","fa-try":"","fa-tty":"","fa-turkish-lira":"","fa-tv":"","fa-umbrella":"","fa-underline":"","fa-undo":"","fa-universal-access":"","fa-university":"","fa-unlink":"","fa-unlock-alt":"","fa-unlock":"","fa-unsorted":"","fa-upload":"","fa-usd":"","fa-user-circle-o":"","fa-user-circle":"","fa-user-md":"","fa-user-o":"","fa-user-plus":"","fa-user-secret":"","fa-user-times":"","fa-user":"","fa-users":"","fa-vcard-o":"","fa-vcard":"","fa-venus-double":"","fa-venus-mars":"","fa-venus":"","fa-video-camera":"","fa-volume-control-phone":"","fa-volume-down":"","fa-volume-off":"","fa-volume-up":"","fa-warning":"","fa-wheelchair-alt":"","fa-wheelchair":"","fa-wifi":"","fa-window-close-o":"","fa-window-close":"","fa-window-maximize":"","fa-window-minimize":"","fa-window-restore":"","fa-won":"","fa-wrench":"","fa-yen":""},o={"fa-500px":"","fa-adn":"","fa-amazon":"","fa-android":"","fa-angellist":"","fa-apple":"","fa-bandcamp":"","fa-behance-square":"","fa-behance":"","fa-bitbucket-square":"","fa-bitbucket":"","fa-bitcoin":"","fa-black-tie":"","fa-bluetooth-b":"","fa-bluetooth":"","fa-btc":"","fa-buysellads":"","fa-cc-amex":"","fa-cc-diners-club":"","fa-cc-discover":"","fa-cc-jcb":"","fa-cc-mastercard":"","fa-cc-paypal":"","fa-cc-stripe":"","fa-cc-visa":"","fa-chrome":"","fa-codepen":"","fa-codiepie":"","fa-connectdevelop":"","fa-contao":"","fa-css3":"","fa-dashcube":"","fa-delicious":"","fa-deviantart":"","fa-digg":"","fa-dribbble":"","fa-dropbox":"","fa-drupal":"","fa-edge":"","fa-eercast":"","fa-empire":"","fa-envira":"","fa-etsy":"","fa-expeditedssl":"","fa-fa":"","fa-facebook-f":"","fa-facebook-official":"","fa-facebook-square":"","fa-facebook":"","fa-firefox":"","fa-first-order":"","fa-flickr":"","fa-font-awesome":"","fa-fonticons":"","fa-fort-awesome":"","fa-forumbee":"","fa-foursquare":"","fa-free-code-camp":"","fa-ge":"","fa-get-pocket":"","fa-gg-circle":"","fa-gg":"","fa-git-square":"","fa-git":"","fa-github-alt":"","fa-github-square":"","fa-github":"","fa-gitlab":"","fa-gittip":"","fa-glide-g":"","fa-glide":"","fa-google-plus-circle":"","fa-google-plus-official":"","fa-google-plus-square":"","fa-google-plus":"","fa-google-wallet":"","fa-google":"","fa-gratipay":"","fa-grav":"","fa-hacker-news":"","fa-houzz":"","fa-html5":"","fa-imdb":"","fa-instagram":"","fa-internet-explorer":"","fa-ioxhost":"","fa-joomla":"","fa-jsfiddle":"","fa-lastfm-square":"","fa-lastfm":"","fa-leanpub":"","fa-linkedin-square":"","fa-linkedin":"","fa-linode":"","fa-linux":"","fa-maxcdn":"","fa-meanpath":"","fa-medium":"","fa-meetup":"","fa-mixcloud":"","fa-modx":"","fa-odnoklassniki-square":"","fa-odnoklassniki":"","fa-opencart":"","fa-openid":"","fa-opera":"","fa-optin-monster":"","fa-pagelines":"","fa-paypal":"","fa-pied-piper-alt":"","fa-pied-piper-pp":"","fa-pied-piper":"","fa-pinterest-p":"","fa-pinterest-square":"","fa-pinterest":"","fa-product-hunt":"","fa-qq":"","fa-quora":"","fa-ra":"","fa-ravelry":"","fa-rebel":"","fa-reddit-alien":"","fa-reddit-square":"","fa-reddit":"","fa-renren":"","fa-resistance":"","fa-safari":"","fa-scribd":"","fa-sellsy":"","fa-share-alt-square":"","fa-share-alt":"","fa-shirtsinbulk":"","fa-simplybuilt":"","fa-skyatlas":"","fa-skype":"","fa-slack":"","fa-slideshare":"","fa-snapchat-ghost":"","fa-snapchat-square":"","fa-snapchat":"","fa-soundcloud":"","fa-spotify":"","fa-stack-exchange":"","fa-stack-overflow":"","fa-steam-square":"","fa-steam":"","fa-stumbleupon-circle":"","fa-stumbleupon":"","fa-superpowers":"","fa-telegram":"","fa-tencent-weibo":"","fa-themeisle":"","fa-trello":"","fa-tripadvisor":"","fa-tumblr-square":"","fa-tumblr":"","fa-twitch":"","fa-twitter-square":"","fa-twitter":"","fa-usb":"","fa-viacoin":"","fa-viadeo-square":"","fa-viadeo":"","fa-vimeo-square":"","fa-vimeo":"","fa-vine":"","fa-vk":"","fa-wechat":"","fa-weibo":"","fa-weixin":"","fa-whatsapp":"","fa-wikipedia-w":"","fa-windows":"","fa-wordpress":"","fa-wpbeginner":"","fa-wpexplorer":"","fa-wpforms":"","fa-xing-square":"","fa-xing":"","fa-y-combinator-square":"","fa-y-combinator":"","fa-yahoo":"","fa-yc-square":"","fa-yc":"","fa-yelp":"","fa-yoast":"","fa-youtube-play":"","fa-youtube-square":"","fa-youtube":""},e=Object.keys(t);return{getIconUnicode:function(e){return t[e]||o[e]},getIconList:function(){return e}}}(),RED.history=function(){var t=[],o=[];function _(t){var e,o,n,i,a,s,r,d,l,c,u,p={};if(t){if("multi"==t.t)for(n={t:"multi",events:[]},e=t.events.length-1;0<=e;e--){var f=_(t.events[e]);n.events.push(f)}else if("replace"==t.t)t.complete?(n={t:"replace",config:RED.nodes.createCompleteNodeSet(),changed:{},rev:RED.nodes.version()},RED.nodes.clear(),RED.nodes.import(t.config).nodes.forEach(function(e){t.changed[e.id]&&(e.changed=!0,n.changed[e.id]=!0)}),RED.nodes.version(t.rev)):(i={},t.config.forEach(function(e){i[e.id]="replace"}),R=RED.nodes.import(t.config,{importMap:i}),n={t:"replace",config:R.removedNodes,dirty:RED.nodes.dirty()});else if("add"==t.t){if(n={t:"delete",dirty:RED.nodes.dirty()},t.nodes)for(n.nodes=[],e=0;e<t.nodes.length;e++)(a=RED.nodes.node(t.nodes[e])).z&&(p[a.z]=!0),n.nodes.push(a),RED.nodes.remove(t.nodes[e]),a.g&&-1!==(r=(s=RED.nodes.group(a.g)).nodes.indexOf(a))&&(s.nodes.splice(r,1),RED.group.markDirty(s));if(t.links)for(n.links=[],e=0;e<t.links.length;e++)n.links.push(t.links[e]),RED.nodes.removeLink(t.links[e]);if(t.junctions)for(n.junctions=[],e=0;e<t.junctions.length;e++)n.junctions.push(t.junctions[e]),RED.nodes.removeJunction(t.junctions[e]),t.junctions[e].g&&-1!==(r=(s=RED.nodes.group(t.junctions[e].g)).nodes.indexOf(t.junctions[e]))&&(s.nodes.splice(r,1),RED.group.markDirty(s));if(t.groups)for(n.groups=[],e=t.groups.length-1;0<=e;e--)p[(s=t.groups[e]).z]=!0,n.groups.unshift(s),RED.nodes.removeGroup(s);if(t.workspaces)for(n.workspaces=[],e=0;e<t.workspaces.length;e++){var h=RED.nodes.getWorkspaceOrder();t.workspaces[e]._index=h.indexOf(t.workspaces[e].id),n.workspaces.push(t.workspaces[e]),RED.nodes.removeWorkspace(t.workspaces[e].id),RED.workspaces.remove(t.workspaces[e])}if(t.subflows)for(n.subflows=[],e=0;e<t.subflows.length;e++)n.subflows.push(t.subflows[e]),RED.nodes.removeSubflow(t.subflows[e]),RED.workspaces.remove(t.subflows[e]);if(t.subflow&&(n.subflow={},t.subflow.instances&&(n.subflow.instances=[],t.subflow.instances.forEach(function(e){n.subflow.instances.push(e);var t=RED.nodes.node(e.id);t&&(t.changed=e.changed,t.dirty=!0)})),t.subflow.hasOwnProperty("changed")&&(o=RED.nodes.subflow(t.subflow.id))&&(o.changed=t.subflow.changed)),t.removedLinks)for(n.createdLinks=[],e=0;e<t.removedLinks.length;e++)n.createdLinks.push(t.removedLinks[e]),RED.nodes.addLink(t.removedLinks[e])}else if("delete"==t.t){if(n={t:"add",dirty:RED.nodes.dirty()},t.workspaces)for(n.workspaces=[],e=0;e<t.workspaces.length;e++)n.workspaces.push(t.workspaces[e]),RED.nodes.addWorkspace(t.workspaces[e],t.workspaces[e]._index),RED.workspaces.add(t.workspaces[e],void 0,t.workspaces[e]._index),delete t.workspaces[e]._index;if(t.subflows)for(n.subflows=[],e=0;e<t.subflows.length;e++)n.subflows.push(t.subflows[e]),RED.nodes.addSubflow(t.subflows[e]);if(t.subflowInputs&&0<t.subflowInputs.length&&((o=RED.nodes.subflow(t.subflowInputs[0].z)).in.push(t.subflowInputs[0]),o.in[0].dirty=!0),t.subflowOutputs&&0<t.subflowOutputs.length)for(o=RED.nodes.subflow(t.subflowOutputs[0].z),t.subflowOutputs.sort(function(e,t){return e.i-t.i}),e=0;e<t.subflowOutputs.length;e++){var g=t.subflowOutputs[e];o.out.splice(g.i,0,g);for(var m=g.i+1;m<o.out.length;m++)o.out[m].i++,o.out[m].dirty=!0;RED.nodes.eachLink(function(e){e.source.type=="subflow:"+o.id&&e.sourcePort>=g.i&&e.sourcePort++})}if(t.subflow&&(n.subflow={},t.subflow.hasOwnProperty("instances")&&(n.subflow.instances=[],t.subflow.instances.forEach(function(e){n.subflow.instances.push(e);var t=RED.nodes.node(e.id);t&&(t.changed=e.changed,t.dirty=!0)})),t.subflow.hasOwnProperty("status")&&((o=RED.nodes.subflow(t.subflow.id)).status=t.subflow.status)),o&&RED.nodes.filterNodes({type:"subflow:"+o.id}).forEach(function(e){e.inputs=o.in.length,e.outputs=o.out.length,e.resize=!0,e.dirty=!0}),t.groups){n.groups=[];var v={};for(t.groups.forEach(function(e){v[e.id]=e}),e=t.groups.length-1;0<=e;e--)RED.nodes.addGroup(t.groups[e]),p[t.groups[e].z]=!0,n.groups.unshift(t.groups[e]),t.groups[e].g&&(-1===(s=v[t.groups[e].g]||RED.nodes.group(t.groups[e].g)).nodes.indexOf(t.groups[e])&&s.nodes.push(t.groups[e]),RED.group.markDirty(t.groups[e]))}if(t.nodes)for(n.nodes=[],e=0;e<t.nodes.length;e++)RED.nodes.add(t.nodes[e]),p[t.nodes[e].z]=!0,n.nodes.push(t.nodes[e].id),t.nodes[e].g&&(-1===(s=RED.nodes.group(t.nodes[e].g)).nodes.indexOf(t.nodes[e])&&s.nodes.push(t.nodes[e]),RED.group.markDirty(s));if(t.junctions)for(n.junctions=[],e=0;e<t.junctions.length;e++)n.junctions.push(t.junctions[e]),RED.nodes.addJunction(t.junctions[e]),t.junctions[e].g&&(-1===(s=RED.nodes.group(t.junctions[e].g)).nodes.indexOf(t.junctions[e])&&s.nodes.push(t.junctions[e]),RED.group.markDirty(s));if(t.links)for(n.links=[],e=0;e<t.links.length;e++)RED.nodes.addLink(t.links[e]),n.links.push(t.links[e]);if(t.createdLinks)for(n.removedLinks=[],e=0;e<t.createdLinks.length;e++)n.removedLinks.push(t.createdLinks[e]),RED.nodes.removeLink(t.createdLinks[e]);if(t.changes)for(e in t.changes)if(t.changes.hasOwnProperty(e)){if(a=RED.nodes.node(e)){for(var b in t.changes[e])t.changes[e].hasOwnProperty(b)&&(a[b]=t.changes[e][b]);a.dirty=!0}RED.events.emit("nodes:change",a)}o&&RED.events.emit("subflows:change",o)}else if("move"==t.t){for(n={t:"move",nodes:[],dirty:RED.nodes.dirty()},e=0;e<t.nodes.length;e++){var y=t.nodes[e],w={n:y.n,ox:y.n.x,oy:y.n.y,dirty:!0,moved:y.n.moved};n.nodes.push(w),y.n.x=y.ox,y.n.y=y.oy,y.n.dirty=!0,y.n.moved=y.moved}if(t.links)for(n.removedLinks=[],e=0;e<t.links.length;e++)n.removedLinks.push(t.links[e]),RED.nodes.removeLink(t.links[e]);if(t.removedLinks)for(n.links=[],e=0;e<t.removedLinks.length;e++)n.links.push(t.removedLinks[e]),RED.nodes.addLink(t.removedLinks[e]);t.addToGroup?(RED.group.removeFromGroup(t.addToGroup,t.nodes.map(function(e){return e.n}),!1),n.removeFromGroup=t.addToGroup):t.removeFromGroup&&(RED.group.addToGroup(t.removeFromGroup,t.nodes.map(function(e){return e.n})),n.addToGroup=t.removeFromGroup)}else if("edit"==t.t){for(e in(n={t:"edit",changes:{},changed:t.node.changed,dirty:RED.nodes.dirty()}).node=t.node,t.changes)t.changes.hasOwnProperty(e)&&(n.changes[e]=t.node[e],t.node._def.defaults&&t.node._def.defaults[e]&&t.node._def.defaults[e].type&&(d=t.node[e],(d=Array.isArray(d)?d:[d]).forEach(function(e){e=RED.nodes.node(e);e&&"config"===e._def.category&&(e.users.splice(e.users.indexOf(t.node),1),RED.events.emit("nodes:change",e))}),d=t.changes[e],(d=Array.isArray(d)?d:[d]).forEach(function(e){e=RED.nodes.node(e);e&&"config"===e._def.category&&(e.users.push(t.node),RED.events.emit("nodes:change",e))})),t.node[e]=t.changes[e]);switch(t.node.type){case"tab":l="flows";break;case"group":l="groups";break;case"subflow":l="subflows";break;default:l="nodes"}if(RED.events.emit(l+=":change",t.node),"tab"===t.node.type&&t.changes.hasOwnProperty("disabled")&&($("#red-ui-tab-"+t.node.id.replace(".","-")).toggleClass("red-ui-workspace-disabled",!!t.node.disabled),$("#red-ui-workspace").toggleClass("red-ui-workspace-disabled",!!t.node.disabled)),t.subflow)n.subflow={},t.subflow.hasOwnProperty("inputCount")&&(n.subflow.inputCount=t.node.in.length,t.node.in.length>t.subflow.inputCount?(n.subflow.inputs=t.node.in.slice(t.subflow.inputCount),t.node.in.splice(t.subflow.inputCount)):0<t.subflow.inputs.length&&(t.node.in=t.node.in.concat(t.subflow.inputs))),t.subflow.hasOwnProperty("outputCount")&&(n.subflow.outputCount=t.node.out.length,t.node.out.length>t.subflow.outputCount?(n.subflow.outputs=t.node.out.slice(t.subflow.outputCount),t.node.out.splice(t.subflow.outputCount)):0<t.subflow.outputs.length&&(t.node.out=t.node.out.concat(t.subflow.outputs))),t.subflow.hasOwnProperty("instances")&&(n.subflow.instances=[],t.subflow.instances.forEach(function(e){n.subflow.instances.push(e);var t=RED.nodes.node(e.id);t&&(t.changed=e.changed,t.dirty=!0)})),t.subflow.hasOwnProperty("status")&&t.subflow.status&&delete t.node.status,RED.editor.validateNode(t.node),RED.nodes.filterNodes({type:"subflow:"+t.node.id}).forEach(function(e){e.inputs=t.node.in.length,e.outputs=t.node.out.length,RED.editor.updateNodeProperties(e),RED.editor.validateNode(e)});else{if(t.outputMap)for(var E in c={},n.outputMap={},t.outputMap)t.outputMap.hasOwnProperty(E)&&"-1"!==t.outputMap[E]&&(c[t.outputMap[E]]=E,n.outputMap[t.outputMap[E]]=E);t.node.__outputs=n.changes.outputs,RED.editor.updateNodeProperties(t.node,c),RED.editor.validateNode(t.node)}if(t.links)for(n.createdLinks=[],e=0;e<t.links.length;e++)RED.nodes.addLink(t.links[e]),n.createdLinks.push(t.links[e]);if(t.createdLinks)for(n.links=[],e=0;e<t.createdLinks.length;e++)RED.nodes.removeLink(t.createdLinks[e]),n.links.push(t.createdLinks[e]);t.node.dirty=!0,t.node.changed=t.changed}else if("createSubflow"==t.t){if(n={t:"deleteSubflow",activeWorkspace:t.activeWorkspace,dirty:RED.nodes.dirty()},t.nodes){n.movedNodes=[];var D=t.activeWorkspace,R=RED.nodes.filterNodes({z:t.subflow.subflow.id});for((R=(R=R.concat(RED.nodes.groups(t.subflow.subflow.id))).concat(RED.nodes.junctions(t.subflow.subflow.id))).forEach(function(e){e.x+=t.subflow.offsetX,e.y+=t.subflow.offsetY,e.dirty=!0,n.movedNodes.push(e.id),RED.nodes.moveNodeToTab(e,D)}),n.subflows=[],e=0;e<t.nodes.length;e++)n.subflows.push((u=t.nodes[e],RED.nodes.node(u)||RED.nodes.junction(u))),RED.nodes.remove(t.nodes[e])}if(t.links)for(n.links=[],e=0;e<t.links.length;e++)n.links.push(t.links[e]),RED.nodes.removeLink(t.links[e]);if(n.subflow=t.subflow,RED.nodes.removeSubflow(t.subflow.subflow),RED.workspaces.remove(t.subflow.subflow),t.removedLinks)for(n.createdLinks=[],e=0;e<t.removedLinks.length;e++)n.createdLinks.push(t.removedLinks[e]),RED.nodes.addLink(t.removedLinks[e])}else if("deleteSubflow"==t.t){if(n={t:"createSubflow",activeWorkspace:t.activeWorkspace,dirty:RED.nodes.dirty()},t.subflow&&(RED.nodes.addSubflow(t.subflow.subflow),n.subflow=t.subflow,t.subflow.subflow.g&&RED.group.addToGroup(RED.nodes.group(t.subflow.subflow.g),t.subflow.subflow)),t.subflows)for(n.nodes=[],e=0;e<t.subflows.length;e++)RED.nodes.add(t.subflows[e]),n.nodes.push(t.subflows[e].id);if(t.movedNodes&&t.movedNodes.forEach(function(e){(nn=(nn=RED.nodes.node(e))||RED.nodes.group(e)).x-=t.subflow.offsetX,nn.y-=t.subflow.offsetY,nn.dirty=!0,RED.nodes.moveNodeToTab(nn,t.subflow.subflow.id)}),t.links)for(n.links=[],e=0;e<t.links.length;e++)n.links.push(t.links[e]),RED.nodes.addLink(t.links[e]);if(t.createdLinks)for(n.removedLinks=[],e=0;e<t.createdLinks.length;e++)n.removedLinks.push(t.createdLinks[e]),RED.nodes.removeLink(t.createdLinks[e])}else if("reorder"==t.t)n={t:"reorder",dirty:RED.nodes.dirty()},t.workspaces&&(n.workspaces={from:t.workspaces.to,to:t.workspaces.from},RED.workspaces.order(t.workspaces.from)),t.nodes&&(n.nodes={z:t.nodes.z,from:t.nodes.to,to:t.nodes.from},RED.nodes.setNodeOrder(t.nodes.z,t.nodes.from));else if("createGroup"==t.t){if(n={t:"ungroup",dirty:RED.nodes.dirty(),groups:[]},t.groups)for(e=0;e<t.groups.length;e++)n.groups.push(t.groups[e]),RED.group.ungroup(t.groups[e])}else if("ungroup"==t.t){if(n={t:"createGroup",dirty:RED.nodes.dirty(),groups:[]},t.groups)for(e=0;e<t.groups.length;e++){n.groups.push(t.groups[e]);var x=t.groups[e].nodes.slice();t.groups[e].nodes=[],RED.nodes.addGroup(t.groups[e]),RED.group.addToGroup(t.groups[e],x)}}else"addToGroup"==t.t?(n={t:"removeFromGroup",dirty:RED.nodes.dirty(),group:t.group,nodes:t.nodes,reparent:t.reparent},t.nodes&&RED.group.removeFromGroup(t.group,t.nodes,!t.hasOwnProperty("reparent")||void 0===t.hasOwnProperty("reparent")||t.reparent)):"removeFromGroup"==t.t&&(n={t:"addToGroup",dirty:RED.nodes.dirty(),group:t.group,nodes:t.nodes,reparent:t.reparent},t.nodes&&RED.group.addToGroup(t.group,t.nodes));return t.callback&&"function"==typeof t.callback&&(n.callback=t.callback,t.callback(t)),Object.keys(p).forEach(function(e){e=RED.nodes.subflow(e);e&&RED.editor.validateNode(e)}),RED.nodes.dirty(t.dirty),RED.view.updateActive(),RED.view.select(null),RED.workspaces.refresh(),RED.sidebar.config.refresh(),RED.subflow.refresh(),n}}return{markAllDirty:function(){for(var e=0;e<t.length;e++)t[e].dirty=!0},list:function(){return t},listRedo:function(){return o},depth:function(){return t.length},push:function(e){t.push(e),o=[],RED.menu.setDisabled("menu-item-edit-undo",!1),RED.menu.setDisabled("menu-item-edit-redo",!0)},pop:function(){var e=_(t.pop());e&&o.push(e),RED.menu.setDisabled("menu-item-edit-undo",0===t.length),RED.menu.setDisabled("menu-item-edit-redo",0===o.length)},peek:function(){return t[t.length-1]},replace:function(e){0===t.length?RED.history.push(e):t[t.length-1]=e},clear:function(){t=[],o=[],RED.menu.setDisabled("menu-item-edit-undo",!0),RED.menu.setDisabled("menu-item-edit-redo",!0)},redo:function(){var e=o.pop();e&&(e=_(e))&&t.push(e),RED.menu.setDisabled("menu-item-edit-undo",0===t.length),RED.menu.setDisabled("menu-item-edit-redo",0===o.length)}}}(),RED.validators={number:function(o,e){return function(e,t){return!((!o||""!==e&&void 0!==e)&&(""===e||isNaN(e)))||(t&&t.label?RED._("validator.errors.invalid-num-prop",{prop:t.label}):!!t&&RED._("validator.errors.invalid-num"))}},regex:function(o,e){return function(e,t){return!!o.test(e)||(t&&t.label?RED._("validator.errors.invalid-regex-prop",{prop:t.label}):!!t&&RED._("validator.errors.invalid-regexp"))}},typedInput:function(n,i,e){return function(e,t){var o=$("#node-"+(i?"config-":"")+"input-"+n).val()||this[n];if("json"===o)try{JSON.parse(e)}catch(e){return t&&t.label?RED._("validator.errors.invalid-json-prop",{error:e.message,prop:t.label}):!!t&&RED._("validator.errors.invalid-json",{error:e.message})}else{if("msg"===o||"flow"===o||"global"===o)return!!RED.utils.validatePropertyExpression(e)||(t&&t.label?RED._("validator.errors.invalid-prop-prop",{prop:t.label}):!!t&&RED._("validator.errors.invalid-prop"));if("num"===o)return!!/^[+-]?[0-9]*\.?[0-9]*([eE][-+]?[0-9]+)?$/.test(e)||(t&&t.label?RED._("validator.errors.invalid-num-prop",{prop:t.label}):!!t&&RED._("validator.errors.invalid-num"))}return!0}}},RED.utils=function(){window._marked=window.marked,window.marked=function(e){return console.warn("Use of 'marked()' is deprecated. Use RED.utils.renderMarkdown() instead"),t(e)};const e=new window._marked.Renderer;function t(e){e=_marked.parse(e);return DOMPurify.sanitize(e,{SAFE_FOR_JQUERY:!0})}function B(e){return e.replace(/\r?\n/g,"&crarr;").replace(/\t/g,"&rarr;")}function G(e){return e.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;")}function F(e){var t;return Array.isArray(e)?$('<span class="red-ui-debug-msg-object-value red-ui-debug-msg-type-meta"></span>').text("array["+e.length+"]"):null===e?$('<span class="red-ui-debug-msg-object-value red-ui-debug-msg-type-null">null</span>'):"object"==typeof e?e.hasOwnProperty("type")&&"undefined"===e.type?$('<span class="red-ui-debug-msg-object-value red-ui-debug-msg-type-null">undefined</span>'):e.hasOwnProperty("type")&&"Buffer"===e.type&&e.hasOwnProperty("data")?$('<span class="red-ui-debug-msg-object-value red-ui-debug-msg-type-meta"></span>').text("buffer["+e.length+"]"):e.hasOwnProperty("type")&&"array"===e.type&&e.hasOwnProperty("data")?$('<span class="red-ui-debug-msg-object-value red-ui-debug-msg-type-meta"></span>').text("array["+e.length+"]"):e.hasOwnProperty("type")&&"set"===e.type&&e.hasOwnProperty("data")?$('<span class="red-ui-debug-msg-object-value red-ui-debug-msg-type-meta"></span>').text("set["+e.length+"]"):e.hasOwnProperty("type")&&"map"===e.type&&e.hasOwnProperty("data")?$('<span class="red-ui-debug-msg-object-value red-ui-debug-msg-type-meta"></span>').text("map"):e.hasOwnProperty("type")&&"function"===e.type?$('<span class="red-ui-debug-msg-object-value red-ui-debug-msg-type-meta"></span>').text("function"):!e.hasOwnProperty("type")||"number"!==e.type&&"bigint"!==e.type?e.hasOwnProperty("type")&&"regexp"===e.type?$('<span class="red-ui-debug-msg-object-value red-ui-debug-msg-type-string"></span>').text(e.data):$('<span class="red-ui-debug-msg-object-value red-ui-debug-msg-type-meta">object</span>'):$('<span class="red-ui-debug-msg-object-value red-ui-debug-msg-type-number"></span>').text(e.data):"string"==typeof e?(t=30<e.length?G(e.substring(0,30))+"&hellip;":G(e),$('<span class="red-ui-debug-msg-object-value red-ui-debug-msg-type-string"></span>').html('"'+B(t)+'"')):("number"==typeof e?$('<span class="red-ui-debug-msg-object-value red-ui-debug-msg-type-number"></span>'):$('<span class="red-ui-debug-msg-object-value red-ui-debug-msg-type-other"></span>')).text(""+e)}function U(o,n,i,e){o.addClass("red-ui-debug-msg-expandable"),o.prop("toggle",function(){return function(e){var t=o.parent();if(t.hasClass("collapsed")){if(e)return n&&!t.hasClass("built")&&(n(),t.addClass("built")),t.removeClass("collapsed"),!0}else if(!e)return t.addClass("collapsed"),!0;return!1}}),o.on("click",function(e){var t=!$(this).parent().hasClass("collapsed");$(this).prop("toggle")(!t)&&i&&i(!t),e.preventDefault()}),e&&o.trigger("click")}e.list=function(e,t,o){return/dl.*?class.*?message-properties.*/.test(e)&&t?'<ol class="node-ports">'+e+"</ol>":t?"<ol>"+e+"</ol>":"<ul>"+e+"</ul>"},window._marked.setOptions({renderer:e,gfm:!0,tables:!0,breaks:!1,pedantic:!1,smartLists:!0,smartypants:!1}),window._marked.use({extensions:[{name:"descriptionList",level:"block",start(e){if(!e)return null;e=e.match(/:[^:\n]/g);return e&&e.index},tokenizer(e,t){if(!e)return null;const o=/^(?::[^:\n]+:[^:\n]*(?:\n|$))+/.exec(e);return o?{type:"descriptionList",raw:o[0],text:o[0].trim(),tokens:this.lexer.inlineTokens(o[0].trim())}:void 0},renderer(e){return`<dl class="message-properties">${this.parser.parseInline(e.tokens)} -</dl>`}},{name:"description",level:"inline",start(e){if(!e)return null;e=e.match(/:/g);return e&&e.index},tokenizer(e,t){if(!e)return null;const o=/^:([^:\n]+)\(([^:\n]+)\).*?:([^:\n]*)(?:\n|$)/.exec(e);return o?{type:"description",raw:o[0],dt:this.lexer.inlineTokens(o[1].trim()),types:this.lexer.inlineTokens(o[2].trim()),dd:this.lexer.inlineTokens(o[3].trim())}:void 0},renderer(e){return` -<dt>${this.parser.parseInline(e.dt)}<span class="property-type">${this.parser.parseInline(e.types)}</span></dt><dd>${this.parser.parseInline(e.dd)}</dd>`},childTokens:["dt","dd"],walkTokens(e){"strong"===e.type&&(e.text+=" walked")}}]});var V={},r={};function J(e,t,o,n){if(t&&0<t.length){if(""===e&&void 0===o)return!0;for(var i=0;i<t.length;i++){var a=t[i];if(0===a.indexOf(e)&&("."===a[e.length]||"["===a[e.length])){if(void 0===o||"["!==a[e.length])return!0;var a=a.substring(e.length),a=/\[(\d+)\]/.exec(a);if(a)return o<=(a=parseInt(a[1]))&&a<=n}}}return!1}function q(e,t,o,n,i,a){var s=r[o]&&r[o][n]&&r[o][n].number||a||"dec";i?(s="dec"===s?13===t.toString().length&&t<=2147483647e3?"dateMS":10===t.toString().length&&t<=2147483647?"dateS":"hex":"dateMS"===s||"dateS"==s?13===t.toString().length&&t<=2147483647e3?"dateML":10===t.toString().length&&t<=2147483647?"dateL":"hex":"dateML"===s||"dateL"==s?"hex":"dec",r[o]=r[o]||{},r[o][n]=r[o][n]||{},r[o][n].number=s):void 0!==a&&(r[o]=r[o]||{},r[o][n]=r[o][n]||{},r[o][n].number=s),"dec"===s?e.text(""+t):"dateMS"===s?e.text(new Date(t).toISOString()):"dateS"===s?e.text(new Date(1e3*t).toISOString()):"dateML"===s?(i=new Date(t),e.text(i.toLocaleString()+" [UTC"+(i.getTimezoneOffset()/-60<=0?"":"+")+i.getTimezoneOffset()/-60+"]")):"dateL"===s?(a=new Date(1e3*t),e.text(a.toLocaleString()+" [UTC"+(a.getTimezoneOffset()/-60<=0?"":"+")+a.getTimezoneOffset()/-60+"]")):"hex"===s&&e.text("0x"+t.toString(16))}function W(e,t,o,n,i){var a=r[o]&&r[o][n]&&r[o][n].buffer||"raw";i&&(a="raw"===a?"string":"raw",r[o]=r[o]||{},r[o][n]=r[o][n]||{},r[o][n].buffer=a),"raw"===a?(t.text("raw"),e.removeClass("red-ui-debug-msg-buffer-string").addClass("red-ui-debug-msg-buffer-raw")):"string"===a&&(t.text("string"),e.addClass("red-ui-debug-msg-buffer-string").removeClass("red-ui-debug-msg-buffer-raw"))}function g(e,t){t=new Error(t);return t.code=e,t}function K(e,t){var o=e.length;if(0===o)throw g("INVALID_EXPR","Invalid property expression: zero-length");for(var n,i,a=[],s=0,r=!1,d=!1,l=0;l<o;l++){var c=e[l];if(r){if(c===n){if(l-s==0)throw g("INVALID_EXPR","Invalid property expression: zero-length string at position "+s);if(a.push(e.substring(s,l)),d&&!/\]/.test(e[l+1]))throw g("INVALID_EXPR","Invalid property expression: unexpected array expression at position "+s);if(!d&&l+1!==o&&!/[\[\.]/.test(e[l+1]))throw g("INVALID_EXPR","Invalid property expression: unexpected "+e[l+1]+" expression at position "+(l+1));s=l+1,r=!1}}else if("'"===c||'"'===c){if(l!=s)throw g("INVALID_EXPR","Invalid property expression: unexpected "+c+" at position "+l);r=!0,n=c,s=l+1}else if("."===c){if(0===l)throw g("INVALID_EXPR","Invalid property expression: unexpected . at position 0");if(s!=l&&(i=e.substring(s,l),/^\d+$/.test(i)?a.push(parseInt(i)):a.push(i)),l===o-1)throw g("INVALID_EXPR","Invalid property expression: unterminated expression");if(!/[a-z0-9\$\_]/i.test(e[l+1]))throw g("INVALID_EXPR","Invalid property expression: unexpected "+e[l+1]+" at position "+(l+1));s=l+1}else if("["===c){if(0===l)throw g("INVALID_EXPR","Invalid property expression: unexpected "+c+" at position "+l);if(s!=l&&a.push(e.substring(s,l)),l===o-1)throw g("INVALID_EXPR","Invalid property expression: unterminated expression");if(/^msg[.\[]/.test(e.substring(l+1))){for(var u,p=1,f=!1,h=l+1;h<o;h++)if(/["']/.test(e[h])&&(f?e[h]===u&&(f=!1):(f=!0,u=e[h])),"["===e[h]?p++:"]"===e[h]&&p--,0===p)try{t?a.push(H(t,e.substring(l+1,h))):a.push(K(e.substring(l+1,h),t)),d=!1,s=(l=h)+1;break}catch(e){throw g("INVALID_EXPR","Invalid expression started at position "+(l+1))}if(0<p)throw g("INVALID_EXPR","Invalid property expression: unmatched '[' at position "+l)}else{if(!/["'\d]/.test(e[l+1]))throw g("INVALID_EXPR","Invalid property expression: unexpected "+e[l+1]+" at position "+(l+1));s=l+1,d=!0}}else if("]"===c){if(!d)throw g("INVALID_EXPR","Invalid property expression: unexpected "+c+" at position "+l);if(s!=l){if(i=e.substring(s,l),!/^\d+$/.test(i))throw g("INVALID_EXPR","Invalid property expression: unexpected array expression at position "+s);a.push(parseInt(i))}s=l+1,d=!1}else if(" "===c)throw g("INVALID_EXPR","Invalid property expression: unexpected ' ' at position "+l)}if(d||r)throw new g("INVALID_EXPR","Invalid property expression: unterminated expression");return s<o&&a.push(e.substring(s)),a}function H(e,t){var o=null,t="string"==typeof t?K(t=0===t.indexOf("msg.")?t.substring(4):t):t;return t.reduce(function(e,t){return o=void 0===(o=void 0!==e[t]?e[t]:void 0)&&e.hasOwnProperty("type")&&e.hasOwnProperty("data")&&e.hasOwnProperty("length")?void 0!==e.data[t]?e.data[t]:void 0:o},e),o}function a(e){var t,o={module:"",file:""};return e&&(0===e.indexOf(RED.settings.apiRootUrl+"icons/")&&(e=e.substring((RED.settings.apiRootUrl+"icons/").length)),(t=/^((?:@[^/]+\/)?[^/]+)\/(.*)$/.exec(e))?(o.module=t[1],o.file=t[2]):o.file=e),o}function n(t,e){var o;if(t=t||{},e&&"subflow"===e.type)o="node-red/subflow.svg";else if("function"==typeof t.icon)try{o=t.icon.call(e)}catch(e){console.log("Definition error: "+t.type+".icon",e),o="arrow-in.svg"}else o=t.icon;e=a(o);return e.module||(t.set?e.module=t.set.module:e.module="node-red"),e}function i(e){var t=RED.nodes.getIconSets()[e.module];return!(!t||-1===t.indexOf(e.file))}var d={};function l(e){if(/^#[a-f0-9]{6}$/i.test(e))t=parseInt(e.substring(1,3),16),o=parseInt(e.substring(3,5),16),n=parseInt(e.substring(5,7),16);else{if(!/^#[a-f0-9]{3}$/i.test(e))return e;t=parseInt(e.substring(1,2)+e.substring(1,2),16),o=parseInt(e.substring(2,3)+e.substring(2,3),16),n=parseInt(e.substring(3,4)+e.substring(3,4),16)}var t,o,n,e=(((t=Math.max(0,t-50))<<16)+((o=Math.max(0,o-50))<<8)+(n=Math.max(0,n-50))).toString(16);return"#"+"000000".slice(0,6-e.length)+e}function s(e,t,o){for(var n=0;n<o.length;n++){var i=o[n];if(i.module.test(e))return i}}return{createObjectElement:function r(t,e){var o,n,i,d,a,s,l,c,u,p,A,f=(e=e||{}).key,h=e.typeHint,M=e.hideKey,g=e.path,m=e.sourceId,v=e.rootPath,b=e.expandPaths,y=e.ontoggle,w=e.exposeApi,e=e.tools,E={},D=(void 0!==g&&void 0!==v&&(d=g.substring(v.length+("."===g[v.length]?1:0))),$('<span class="red-ui-debug-msg-element"></span>'));if(D.collapse=function(){D.find(".red-ui-debug-msg-expandable").parent().addClass("collapsed")},n=$('<span class="red-ui-debug-msg-row"></span>').appendTo(D),m&&(a=n,s=m,l=g,c=t,u=d,V.hasOwnProperty(s)||(V[s]={}),k=$('<span class="red-ui-debug-msg-tools"></span>').appendTo(a),_=$('<span class="red-ui-debug-msg-tools-copy button-group"></span>').appendTo(k),l&&(p=$('<button class="red-ui-button red-ui-button-small"><i class="fa fa-terminal"></i></button>').appendTo(_).on("click",function(e){e.preventDefault(),e.stopPropagation(),RED.clipboard.copyText(l,p,"clipboard.copyMessagePath")}),RED.popover.tooltip(p,RED._("node-red:debug.sidebar.copyPath"))),A=$('<button class="red-ui-button red-ui-button-small"><i class="fa fa-clipboard"></i></button>').appendTo(_).on("click",function(e){e.preventDefault(),e.stopPropagation(),RED.clipboard.copyText(c,A,"clipboard.copyMessageValue")}),RED.popover.tooltip(A,RED._("node-red:debug.sidebar.copyPayload")),void 0!==u&&""!==u&&(_=V[s].hasOwnProperty(u),x=$('<button class="red-ui-button red-ui-button-small red-ui-debug-msg-tools-pin"><i class="fa fa-map-pin"></i></button>').appendTo(k).on("click",function(e){e.preventDefault(),e.stopPropagation(),V[s].hasOwnProperty(u)?(delete V[s][u],$(this).removeClass("selected"),a.removeClass("red-ui-debug-msg-row-pinned")):(e="$"+("["===u[0]?"":".")+u,V[s][u]=K(e),$(this).addClass("selected"),a.addClass("red-ui-debug-msg-row-pinned"))}).toggleClass("selected",_),a.toggleClass("red-ui-debug-msg-row-pinned",_),RED.popover.tooltip(x,RED._("node-red:debug.sidebar.pinPath"))),e&&(_="function"==typeof(_=e)?_(l,c):_)&&(_.addClass("red-ui-debug-msg-tools-other"),_.appendTo(k))),f)M||($('<span class="red-ui-debug-msg-object-key"></span>').text(f).appendTo(n),$("<span>: </span>").appendTo(n));else if(D.addClass("red-ui-debug-msg-top-level"),m){var R=V[m],b=[];if(R){for(var z in R)if(R.hasOwnProperty(z))try{void 0!==H({$:t},R[z])&&b.push(z)}catch(e){}b.sort()}D.clearPinned=function(){D.find(".red-ui-debug-msg-row-pinned").removeClass("red-ui-debug-msg-row-pinned"),V[m]={}}}var x=$('<span class="red-ui-debug-msg-object-value"></span>').appendTo(n),e=Array.isArray(t),_=!1;if(t&&"object"==typeof t&&t.hasOwnProperty("type")&&t.hasOwnProperty("data")&&(t.__enc__&&"set"===t.type||t.__enc__&&"array"===t.type||"Buffer"===t.type)&&(_=e=!0),null==t)$('<span class="red-ui-debug-msg-type-null">'+t+"</span>").appendTo(x);else if(t.__enc__&&"undefined"===t.type)$('<span class="red-ui-debug-msg-type-null">undefined</span>').appendTo(x);else if(!t.__enc__||"number"!==t.type&&"bigint"!==t.type)if("regexp"===h||t.__enc__&&"regexp"===t.type)o=$('<span class="red-ui-debug-msg-type-string red-ui-debug-msg-object-header"></span>').text("string"==typeof t?t:t.data).appendTo(x);else if("function"===h||t.__enc__&&"function"===t.type)o=$('<span class="red-ui-debug-msg-type-meta red-ui-debug-msg-object-header"></span>').text("function").appendTo(x);else if("internal"===h||t.__enc__&&"internal"===t.type)o=$('<span class="red-ui-debug-msg-type-meta red-ui-debug-msg-object-header"></span>').text("[internal]").appendTo(x);else if("string"==typeof t)/[\t\n\r]/.test(t)&&(D.addClass("collapsed"),$('<i class="fa fa-caret-right red-ui-debug-msg-object-handle"></i> ').prependTo(n),U(n,function(){$('<span class="red-ui-debug-msg-type-meta red-ui-debug-msg-object-type-header"></span>').text(h||"string").appendTo(n);var e=$('<div class="red-ui-debug-msg-object-entry collapsed"></div>').appendTo(D);$('<pre class="red-ui-debug-msg-type-string"></pre>').text(t).appendTo(e)},function(e){y&&y(g,e)},J(d,b))),o=$('<span class="red-ui-debug-msg-type-string red-ui-debug-msg-object-header"></span>').html('"'+B(G(t))+'"').appendTo(x),/^#[0-9a-f]{6}$/i.test(t)&&$('<span class="red-ui-debug-msg-type-string-swatch"></span>').css("backgroundColor",t).appendTo(o);else if("number"==typeof t)o=$('<span class="red-ui-debug-msg-type-number"></span>').appendTo(x),Number.isInteger(t)&&0<=t&&(o.addClass("red-ui-debug-msg-type-number-toggle"),o.on("click",function(e){e.preventDefault(),q($(this),t,m,g,!0)})),q(o,t,m,g,!1,"hex"===h?"hex":void 0);else if(e){D.addClass("collapsed");var k,T,C=t.length,j=(h&&(k=/\[(\d+)\]/.exec(h))&&(C=parseInt(k[1])),t),L="array",S=(_?(j=t.data,void 0===C&&(C=j.length),j.__enc__&&(j=j.data),L=t.type.toLowerCase()):/buffer/.test(h)&&(L="buffer"),j.length);if(0<C&&($('<i class="fa fa-caret-right red-ui-debug-msg-object-handle"></i> ').prependTo(n),T=$('<div class="red-ui-debug-msg-array-rows"></div>').appendTo(D),D.addClass("red-ui-debug-msg-buffer-raw")),f)i=$('<span class="red-ui-debug-msg-type-meta"></span>').text(h||L+"["+C+"]").appendTo(x);else{i=$('<span class="red-ui-debug-msg-object-header"></span>').appendTo(x),$("<span>[ </span>").appendTo(i);for(var O=Math.min(C,10),I=0;I<O;I++)F(j[I]).appendTo(i),I<O-1&&$("<span>, </span>").appendTo(i);O<C&&$("<span> &hellip;</span>").appendTo(i),0===O&&$('<span class="red-ui-debug-msg-type-meta">empty</span>').appendTo(i),$("<span> ]</span>").appendTo(i)}0<C&&U(n,function(){if(f||(i=$('<span class="red-ui-debug-msg-type-meta red-ui-debug-msg-object-type-header"></span>').text(h||L+"["+C+"]").appendTo(n)),"buffer"===L){var e=$('<div class="red-ui-debug-msg-string-rows"></div>').appendTo(D),e=$('<div class="red-ui-debug-msg-object-entry collapsed"></div>').appendTo(e),t="";try{t=String.fromCharCode.apply(null,new Uint16Array(j))}catch(e){console.log(e)}$('<pre class="red-ui-debug-msg-type-string"></pre>').text(t).appendTo(e),t=$('<span class="red-ui-debug-msg-buffer-opts"></span>').appendTo(i),e=$('<a class="red-ui-button red-ui-button-small" href="#"></a>').text("raw").appendTo(t).on("click",function(e){e.preventDefault(),e.stopPropagation(),W(D,$(this),m,g,!0)}),W(D,e,m,g,!1)}if(S<=10)for(I=0;I<S;I++)s=$('<div class="red-ui-debug-msg-object-entry collapsed"></div>').appendTo(T),E[g+"["+I+"]"]=r(j[I],{key:""+I,typeHint:"buffer"===L&&"hex",hideKey:!1,path:g+"["+I+"]",sourceId:m,rootPath:v,expandPaths:b,ontoggle:y,exposeApi:w}).appendTo(s);else{for(I=0;I<S;I+=10){var a=I,s=$('<div class="red-ui-debug-msg-object-entry collapsed"></div>').appendTo(T);n=$("<span></span>").appendTo(s),$('<i class="fa fa-caret-right red-ui-debug-msg-object-handle"></i> ').appendTo(n),U(n,function(){var o=a,n=Math.min(S-1,a+9),i=s;return function(){for(var e=o;e<=n;e++){var t=$('<div class="red-ui-debug-msg-object-entry collapsed"></div>').appendTo(i);E[g+"["+e+"]"]=r(j[e],{key:""+e,typeHint:"buffer"===L&&"hex",hideKey:!1,path:g+"["+e+"]",sourceId:m,rootPath:v,expandPaths:b,ontoggle:y,exposeApi:w}).appendTo(t)}}}(),function(){var t=void 0+"["+I+"]";return function(e){y&&y(t,e)}}(),J(d,b,a,Math.min(S-1,a+9))),$('<span class="red-ui-debug-msg-object-key"></span>').html("["+a+" &hellip; "+Math.min(S-1,a+9)+"]").appendTo(n)}S<C&&$('<div class="red-ui-debug-msg-object-entry collapsed"><span class="red-ui-debug-msg-object-key">['+S+" &hellip; "+C+"]</span></div>").appendTo(T)}},function(e){y&&y(g,e)},J(d,b))}else if("object"==typeof t){D.addClass("collapsed");var L="object",N=((j=t).__enc__&&(j=j.data,L=t.type.toLowerCase()),Object.keys(j));if((f||0<N.length)&&($('<i class="fa fa-caret-right red-ui-debug-msg-object-handle"></i> ').prependTo(n),U(n,function(){for(f||$('<span class="red-ui-debug-msg-type-meta red-ui-debug-msg-object-type-header"></span>').text(L).appendTo(n),I=0;I<N.length;I++){var e=$('<div class="red-ui-debug-msg-object-entry collapsed"></div>').appendTo(D),t=g;void 0!==t&&(/^[a-zA-Z_$][0-9a-zA-Z_$]*$/.test(N[I])?t+=(0<t.length?".":"")+N[I]:t+='["'+N[I].replace(/"/,'\\"')+'"]'),E[t]=r(j[N[I]],{key:N[I],typeHint:!1,hideKey:!1,path:t,sourceId:m,rootPath:v,expandPaths:b,ontoggle:y,exposeApi:w}).appendTo(e)}0===N.length&&$('<div class="red-ui-debug-msg-object-entry red-ui-debug-msg-type-meta collapsed"></div>').text("empty").appendTo(D)},function(e){y&&y(g,e)},J(d,b))),f)$('<span class="red-ui-debug-msg-type-meta"></span>').text(L).appendTo(x);else{i=$('<span class="red-ui-debug-msg-object-header"></span>').appendTo(x),$("<span>{ </span>").appendTo(i);var P=Math.min(N.length,5);for(I=0;I<P;I++)$('<span class="red-ui-debug-msg-object-key"></span>').text(N[I]).appendTo(i),$("<span>: </span>").appendTo(i),F(j[N[I]]).appendTo(i),I<P-1&&$("<span>, </span>").appendTo(i);N.length>P&&$("<span> &hellip;</span>").appendTo(i),0===P&&$('<span class="red-ui-debug-msg-type-meta">empty</span>').appendTo(i),$("<span> }</span>").appendTo(i)}}else $('<span class="red-ui-debug-msg-type-other"></span>').text(""+t).appendTo(x);else o=$('<span class="red-ui-debug-msg-type-number red-ui-debug-msg-object-header"></span>').text(t.data).appendTo(x);return w&&D.prop("expand",function(){return function(e,t){if(g===e)n.prop("toggle")&&n.prop("toggle")(t);else if(E[e]&&E[e].prop("expand"))E[e].prop("expand")(e,t);else for(var o in E)if(E.hasOwnProperty(o)&&0===e.indexOf(o)){E[o].prop("expand")&&E[o].prop("expand")(e,t);break}}}),D},getMessageProperty:H,setMessageProperty:function(e,t,o,n){void 0===n&&(n=void 0!==o);for(var i,a=K(t=0===t.indexOf("msg.")?t.substring(4):t),s=a.length,r=e,d=0;d<s-1;d++)if("string"==typeof(i=a[d])||"number"==typeof i&&!Array.isArray(r))if(r.hasOwnProperty(i))r=r[i];else{if(!n)return null;"string"==typeof a[d+1]?r[i]={}:r[i]=[],r=r[i]}else if("number"==typeof i)if(void 0===r[i]){if(!n)return null;"string"==typeof a[d+1]?r[i]={}:r[i]=[],r=r[i]}else r=r[i];i=a[s-1],void 0===o?"number"==typeof i&&Array.isArray(r)?r.splice(i,1):delete r[i]:r[i]=o},normalisePropertyExpression:K,validatePropertyExpression:function(e){try{K(e);return!0}catch(e){return!1}},separateIconPath:a,getDefaultNodeIcon:n,getNodeIcon:function(e,t){if(e=e||{},t&&"_selection_"===t.type)return"font-awesome/fa-object-ungroup";if(t&&"group"===t.type)return"font-awesome/fa-object-group";if(t&&"junction"===t.type||"junction"===e.type)return"font-awesome/fa-circle-o";if("config"===e.category)return RED.settings.apiRootUrl+"icons/node-red/cog.svg";if(t&&/^_action_:/.test(t.type)||/^_action_:/.test(e.type))return"font-awesome/fa-cogs";if(t&&"tab"===t.type)return"red-ui-icons/red-ui-icons-flow";if(t&&"unknown"===t.type)return RED.settings.apiRootUrl+"icons/node-red/alert.svg";if(t&&t.icon){if(i(o=a(t.icon)))return"font-awesome"===o.module?t.icon:RED.settings.apiRootUrl+"icons/"+t.icon;if("font-awesome"!==o.module&&/.png$/i.test(o.file)&&(o.file=o.file.replace(/.png$/,".svg"),i(o)))return RED.settings.apiRootUrl+"icons/"+t.icon.replace(/.png$/,".svg")}var o;if(i(o=n(e,t)))return"font-awesome"===o.module?o.module+"/"+o.file:RED.settings.apiRootUrl+"icons/"+o.module+"/"+o.file;if(/.png$/i.test(o.file)){t=o.file;if(o.file=o.file.replace(/.png$/,".svg"),i(o))return RED.settings.apiRootUrl+"icons/"+o.module+"/"+o.file;o.file=t}return o.module="node-red",i(o)||/.png$/i.test(o.file)&&(o.file=o.file.replace(/.png$/,".svg"),i(o))?RED.settings.apiRootUrl+"icons/"+o.module+"/"+o.file:"subflows"===e.category?RED.settings.apiRootUrl+"icons/node-red/subflow.svg":RED.settings.apiRootUrl+"icons/node-red/arrow-in.svg"},getNodeLabel:function(t,o){var n;if(o=o||"","tab"===t.type)n=t.label||o;else if("group"===t.type)n=t.name||o;else if("junction"===t.type)n="junction";else{n=t._def.label;try{n=("function"==typeof n?n.call(t):n)||o}catch(e){console.log("Definition error: "+t.type+".label",e),n=o}}return RED.text.bidi.enforceTextDirectionWithUCC(n)},getNodeColor:function(e,t){var o=(t=t||{}).color,n=RED.settings.theme("palette.theme")||[];if(0<n.length){if(!d.hasOwnProperty(e)){d[e]=t.color;for(var i=n.length,a=0;a<i;a++){var s=n[a];if((!s.hasOwnProperty("category")||(s.hasOwnProperty("_category")||(s._category=new RegExp(s.category)),s._category.test(t.category)))&&(!s.hasOwnProperty("type")||(s.hasOwnProperty("_type")||(s._type=new RegExp(s.type)),s._type.test(e)))){d[e]=s.color||t.color;break}}}o=d[e]}return o||"#ddd"},getPaletteLabel:function(t,e){var o=t;if(void 0!==e.paletteLabel)try{o=("function"==typeof e.paletteLabel?e.paletteLabel.call(e):e.paletteLabel)||""}catch(e){console.log("Definition error: "+t+".paletteLabel",e)}return o},clearNodeColorCache:function(){d={}},addSpinnerOverlay:function(e,t){return e=$('<div class="red-ui-component-spinner "><img src="red/images/spin.svg"/></div>').appendTo(e),t&&e.addClass("red-ui-component-spinner-contain"),e},decodeObject:function(e,t){if("number"===t&&"NaN"===e)e=Number.NaN;else if("number"===t&&"Infinity"===e)e=1/0;else if("number"===t&&"-Infinity"===e)e=-1/0;else if("Object"===t||/^(array|set|map)/.test(t)||"boolean"===t||"number"===t)e=JSON.parse(e);else if(/error/i.test(t))e=((e=JSON.parse(e)).name?e.name+": ":"")+e.message;else if("null"===t)e=null;else if("undefined"===t)e=void 0;else if(/^buffer/.test(t)){var o=e;e=[];for(var n=0;n<o.length;n+=2)e.push(parseInt(o.substr(n,2),16))}return e},parseContextKey:function(e,t){var o={},n=/^#:\((\S+?)\)::(.*)$/.exec(e);return n?(o.store=n[1],o.key=n[2]):(o.key=e,t?o.store=t:RED.settings.context&&(o.store=RED.settings.context.default)),o},createIconElement:function(e,t,o){var n=t.find(".red-ui-palette-icon");0!==n.length&&n.remove();0!==(n=t.find("i")).length&&n.remove();var i=a(e);if("font-awesome"===i.module){if(RED.nodes.fontAwesome.getIconUnicode(i.file))return void(n=$("<i/>").appendTo(t)).addClass("red-ui-palette-icon-fa fa fa-fw "+(o?"fa-lg ":"")+i.file);e=RED.settings.apiRootUrl+"icons/node-red/arrow-in.svg"}else if("red-ui-icons"===i.module)return void $("<i/>").appendTo(t).addClass("red-ui-palette-icon red-ui-icons "+i.file);$("<div/>",{class:"red-ui-palette-icon"}).appendTo(t).css("backgroundImage","url("+e+")")},sanitize:G,renderMarkdown:t,createNodeIcon:function(e,t){var o,n=$('<span class="red-ui-node-icon-container">'),i=e._def,a=$("<div>",{class:"red-ui-node-icon"}),s=("_selection_"===e.type?a.addClass("red-ui-palette-icon-selection"):"group"===e.type?a.addClass("red-ui-palette-icon-group"):"junction"===e.type?a.addClass("red-ui-palette-icon-junction"):"tab"===e.type?a.addClass("red-ui-palette-icon-flow"):(s=RED.utils.getNodeColor(e.type,i),a.css("backgroundColor",s),(o=l(s))!==s&&a.css("border-color",o)),RED.utils.getNodeIcon(i,e));return RED.utils.createIconElement(s,a,!0),a.appendTo(n),t&&(o=RED.utils.getNodeLabel(e,e.name||e.type+": "+e.id),i=$("<div>",{class:"red-ui-node-label"}).appendTo(n),o?i.text(o):i.html("&nbsp;")),n},getDarkerColor:l,parseModuleList:function(e){return(e=e||["*"]).map(function(e){var e=/^(.+?)(?:@(.*))?$/.exec(e),t=-1===(t=e[1].indexOf("*"))?1/0:t;return{module:new RegExp("^"+e[1].replace(/\*/g,".*")+"$"),version:e[2],wildcardPos:t}})},checkModuleAllowed:function(e,t,o,n){return!o&&!n||(0===o.length&&0===n.length||(o=s(e,0,o),e=s(e,0,n),!(!o||e)||!(!o&&e)&&(!o&&!e||(o.wildcardPos!==e.wildcardPos?o.wildcardPos>e.wildcardPos:o.module.toString().length>e.module.toString().length))))},getBrowserInfo:function(){var e={};try{var t=navigator.userAgent;e.ua=t,e.browser=/Edge\/\d+/.test(t)?"ed":/MSIE 9/.test(t)?"ie9":/MSIE 10/.test(t)?"ie10":/MSIE 11/.test(t)?"ie11":/MSIE\s\d/.test(t)?"ie?":/rv\:11/.test(t)?"ie11":/Firefox\W\d/.test(t)?"ff":/Chrom(e|ium)\W\d|CriOS\W\d/.test(t)?"gc":/\bSafari\W\d/.test(t)?"sa":/\bOpera\W\d/.test(t)||/\bOPR\W\d/i.test(t)?"op":"undefined"!=typeof MSPointerEvent?"ie?":"",e.os=/Windows NT 10/.test(t)?"win10":/Windows NT 6\.0/.test(t)?"winvista":/Windows NT 6\.1/.test(t)?"win7":/Windows NT 6\.\d/.test(t)?"win8":/Windows NT 5\.1/.test(t)?"winxp":/Windows NT [1-5]\./.test(t)?"winnt":/Mac/.test(t)?"mac":/Linux/.test(t)?"linux":/X11/.test(t)?"nix":"",e.touch="ontouchstart"in document.documentElement,e.mobile=/IEMobile|Windows Phone|Lumia/i.test(t)?"w":/iPhone|iP[oa]d/.test(t)?"i":/Android/.test(t)?"a":/BlackBerry|PlayBook|BB10/.test(t)?"b":/Mobile Safari/.test(t)?"s":/webOS|Mobile|Tablet|Opera Mini|\bCrMo\/|Opera Mobi/i.test(t)?1:0,e.tablet=/Tablet|iPad/i.test(t),e.ie=/MSIE \d|Trident.*rv:/.test(navigator.userAgent),e.android=/android/i.test(navigator.userAgent)}catch(e){}return e}}}(),function(r){r.widget("nodered.editableList",{_create:function(){var o=this,e=(this.element.addClass("red-ui-editableList-list"),this.uiWidth=this.element.width(),this.uiContainer=this.element.wrap("<div>").parent(),this.options.header?(this.options.header.addClass("red-ui-editableList-header"),this.borderContainer=this.uiContainer.wrap("<div>").parent(),this.borderContainer.prepend(this.options.header),this.topContainer=this.borderContainer.wrap("<div>").parent()):this.topContainer=this.uiContainer.wrap("<div>").parent(),this.topContainer.addClass("red-ui-editableList"),this.options.class&&this.topContainer.addClass(this.options.class),this.options.buttons||[]),t=(!1!==this.options.addButton&&("string"==typeof this.options.addButton?t=this.options.addButton:n=RED&&RED._?(t=RED._("editableList.add"),RED._("editableList.addTitle")):(t="add","add new item"),e.unshift({label:t,icon:"fa fa-plus",click:function(e){o.addItem({})},title:n})),e.forEach(function(t){var e=r('<button type="button" class="red-ui-button red-ui-button-small red-ui-editableList-addButton" style="margin-top: 4px; margin-right: 5px;"></button>').appendTo(o.topContainer).on("click",function(e){e.preventDefault(),void 0!==t.click&&t.click(e)});t.id&&e.attr("id",t.id),t.title&&e.attr("title",t.title),t.icon&&e.append(r("<i></i>").attr("class",t.icon)),t.label&&e.append(r("<span></span>").text(" "+t.label))}),"absolute"===this.element.css("position")&&(["top","left","bottom","right"].forEach(function(e){var t=o.element.css(e);"auto"!==t&&""!==t&&(o.topContainer.css(e,t),o.uiContainer.css(e,"0"),"top"===e&&o.options.header&&o.uiContainer.css(e,"20px"),o.element.css(e,"auto"))}),this.element.css("position","static"),this.topContainer.css("position","absolute"),this.uiContainer.css("position","absolute")),(this.options.header?this.borderContainer:this.uiContainer).addClass("red-ui-editableList-border"),this.uiContainer.addClass("red-ui-editableList-container"),this.uiHeight=this.element.height(),this.activeFilter=this.options.filter||null,this.activeSort=this.options.sort||null,this.scrollOnAdd=this.options.scrollOnAdd,void 0===this.scrollOnAdd&&(this.scrollOnAdd=!0),this.element.css("minHeight")),n=("0px"!==t&&(this.uiContainer.css("minHeight",t),this.element.css("minHeight",0)),this.element.css("maxHeight")),e=("0px"!==n&&(this.uiContainer.css("maxHeight",n),this.element.css("maxHeight",null)),"auto"!==this.options.height&&(this.uiContainer.css("overflow-y","auto"),isNaN(this.options.height)||(this.uiHeight=this.options.height)),this.element.height("auto"),this.element.attr("style"));null!==(t=/width\s*:\s*(\d+%)/i.exec(e))&&(this.element.width("100%"),this.uiContainer.width(t[1])),this.options.sortable&&(n={axis:"y",update:function(e,t){o.options.sortItems&&o.options.sortItems(o.items())},handle:"string"==typeof this.options.sortable?this.options.sortable:".red-ui-editableList-item-handle",cursor:"move",tolerance:"pointer",forcePlaceholderSize:!0,placeholder:"red-ui-editabelList-item-placeholder",start:function(e,t){t.placeholder.height(t.item.height()-4)}},this.options.connectWith&&(n.connectWith=this.options.connectWith),this.element.sortable(n)),this._resize()},_resize:function(){var t,e=this.topContainer.height(),o=this.uiContainer.height();0!==this.uiHeight&&this.uiContainer.height(this.uiHeight-(e-o)),this.options.resize&&this.options.resize(),this.options.resizeItem&&(t=this).element.children().each(function(e){t.options.resizeItem(r(this).children(".red-ui-editableList-item-content"),e)})},_destroy:function(){var e;this.topContainer&&(e=this.topContainer,delete this.topContainer,e.remove())},_refreshFilter:function(){var n=this,i=0;return this.activeFilter?(this.items().each(function(e,t){var o=t.data("data");try{n.activeFilter(o)?(t.parent().show(),i++):t.parent().hide()}catch(e){console.log(e),t.parent().show(),i++}}),i):this.element.children().show()},_refreshSort:function(){var e,o;this.activeSort&&(e=this.element.children(),o=this,e.sort(function(e,t){return o.activeSort(r(e).children(".red-ui-editableList-item-content").data("data"),r(t).children(".red-ui-editableList-item-content").data("data"))}),r.each(e,function(e,t){o.element.append(t)}))},width:function(e){this.uiWidth=e,this._resize()},height:function(e){this.uiHeight=e,this._resize()},getItemAt:function(e){var t=this.items();if(0<=e&&e<t.length)return r(t[e]).data("data")},indexOf:function(e){for(var t=this.items(),o=0;o<t.length;o++)if(r(t[o]).data("data")===e)return o;return-1},insertItemAt:function(n,e){var t,i=this,a=(n=n||{},r("<li>")),o=r("<div/>").addClass("red-ui-editableList-item-content").appendTo(a),s=(o.data("data",n),!0===this.options.sortable&&(r('<i class="red-ui-editableList-item-handle fa fa-bars"></i>').appendTo(a),a.addClass("red-ui-editableList-item-sortable")),this.options.removable&&(t=r("<a/>",{href:"#",class:"red-ui-editableList-item-remove red-ui-button red-ui-button-small"}).appendTo(a),r("<i/>",{class:"fa fa-remove"}).appendTo(t),a.addClass("red-ui-editableList-item-removable"),t.on("click",function(e){e.preventDefault();var t=o.data("data");a.addClass("red-ui-editableList-item-deleting"),a.fadeOut(300,function(){r(this).remove(),i.options.removeItem&&i.options.removeItem(t)})})),!1);if(this.activeSort&&this.items().each(function(e,t){var o;s||(o=t.data("data"),i.activeSort(n,o)<0&&(a.insertBefore(t.closest("li")),s=!0))}),s||(e<=0?a.prependTo(this.element):e>i.element.children().length-1?a.appendTo(this.element):a.insertBefore(this.element.children().eq(e))),this.options.addItem){e=i.element.children().length-1;if(i.options.addItem(o,e,n),i.activeFilter)try{i.activeFilter(n)||a.hide()}catch(e){}!i.activeSort&&i.scrollOnAdd&&setTimeout(function(){i.uiContainer.scrollTop(i.element.height())},0)}},addItem:function(e){this.insertItemAt(e,this.element.children().length)},addItems:function(e){for(var t=0;t<e.length;t++)this.addItem(e[t])},removeItem:function(t,e){var o=this.element.children().filter(function(e){return t===r(this).children(".red-ui-editableList-item-content").data("data")});e?o.detach():o.remove(),this.options.removeItem&&this.options.removeItem(t)},items:function(){return this.element.children().map(function(e){return r(this).children(".red-ui-editableList-item-content")})},empty:function(){this.element.empty(),this.uiContainer.scrollTop(0)},filter:function(e){return void 0!==e&&(this.activeFilter=e),this._refreshFilter()},sort:function(e){return void 0!==e&&(this.activeSort=e),this._refreshSort()},length:function(){return this.element.children().length},show:function(t){var e=this.element.children().filter(function(e){return t===r(this).children(".red-ui-editableList-item-content").data("data")});0<e.length&&this.uiContainer.scrollTop(this.uiContainer.scrollTop()+e.position().top)},getItem:function(e){e=e.children(".red-ui-editableList-item-content");return e.length?e.data("data"):null}})}(jQuery),function(u){u.widget("nodered.treeList",{_create:function(){var n=this,i=!0,e=(!1===n.options.autoSelect&&(i=!1),this.element.addClass("red-ui-treeList"),this.element.attr("tabIndex",0),u("<div>",{class:"red-ui-treeList-container"}).appendTo(this.element)),e=(this.element.on("keydown",function(e){var t,o=n._topList.find(".focus").parent().data("data");if(o||40!==e.keyCode&&38!==e.keyCode){switch(e.keyCode){case 32:case 13:if(!n.options.selectable)return;if(e.altKey||e.ctrlKey||e.metaKey||e.shiftKey)return;e.preventDefault(),e.stopPropagation(),o.checkbox?o.treeList.checkbox.trigger("click"):o.radio?o.treeList.radio.trigger("click"):o.children?o.treeList.container.hasClass("expanded")?o.treeList.collapse():o.treeList.expand():n._trigger("confirm",null,o);break;case 37:e.preventDefault(),e.stopPropagation(),o.children&&o.treeList.container.hasClass("expanded")?o.treeList.collapse():o.parent&&(t=o.parent);break;case 38:e.preventDefault(),e.stopPropagation(),!(t=(t=n._getPreviousSibling(o))&&n._getLastDescendant(t))&&o.parent&&(t=o.parent);break;case 39:e.preventDefault(),e.stopPropagation(),!o.children||o.treeList.container.hasClass("expanded")||o.treeList.expand();break;case 40:if(e.preventDefault(),e.stopPropagation(),o.children&&Array.isArray(o.children)&&0<o.children.length&&o.treeList.container.hasClass("expanded"))t=o.children[0];else for(t=n._getNextSibling(o);!t&&o.parent;)o=o.parent,t=n._getNextSibling(o)}t&&(i?n.select(t):n._topList.find(".focus").removeClass("focus"),t.treeList.label.addClass("focus"))}else n._data[0]&&(i?n.select(n._data[0]):n._topList.find(".focus").removeClass("focus"),n._data[0].treeList.label.addClass("focus"))}),this._data=[],this._items={},this._selected=new Set,this._topList=u('<ol class="red-ui-treeList-list">').css({position:"absolute",top:0,left:0,right:0,bottom:0}).appendTo(e),{addButton:!1,scrollOnAdd:!1,height:"100%",addItem:function(e,t,o){n._addSubtree(n._topList,e,o,0)}});this.options.header&&(e.header=this.options.header),!1!==this.options.rootSortable&&this.options.sortable&&(e.sortable=this.options.sortable,e.connectWith=".red-ui-treeList-sortable",this._topList.addClass("red-ui-treeList-sortable")),this._topList.editableList(e),this.options.data&&this.data(this.options.data)},_getLastDescendant:function(e){return e.children&&e.treeList.container.hasClass("expanded")&&0!==e.children.length?this._getLastDescendant(e.children[e.children.length-1]):e},_getPreviousSibling:function(e){var t=e.parent?e.parent.children:this._data,e=t.indexOf(e);return 0===e?null:t[e-1]},_getNextSibling:function(e){var t=e.parent?e.parent.children:this._data,e=t.indexOf(e);return e===t.length-1?null:t[e+1]},_addChildren:function(e,n,o,i,a){var s=this,r=u('<ol class="red-ui-treeList-list">').appendTo(e).editableList({connectWith:".red-ui-treeList-sortable",sortable:s.options.sortable,addButton:!1,scrollOnAdd:!1,height:"auto",addItem:function(e,t,o){s._addSubtree(r,e,o,i+1)},sortItems:function(e){var t=[],o=[];e.each(function(){var e=u(this).data("data"),e=(t.push(e),s._fixDepths(n,e));e&&o.push(e)}),Array.isArray(n.children)&&(n.children=t),o.forEach(function(e){s._trigger("changeparent",null,e)}),s._trigger("sort",null,n)},filter:n.treeList.childFilter}),d=(s.options.sortable&&r.addClass("red-ui-treeList-sortable"),30),l=0,c=function(){for(var e=l,t=0;t<d;t++){if((l=e+t)===o.length)return void setTimeout(function(){a&&a()},10);o[l].parent=n,r.editableList("addItem",o[l])}++l<o.length&&setTimeout(function(){c()},10)};return c(),r.hide(),r},_fixDepths:function(e,t){var o,n=this,i=null;return t.parent!==e&&(reparented=!0,o=t.parent,t.parent=e,i={item:t,old:o}),t.depth!==e.depth+1&&(t.depth=e.depth+1,o=(t.gutter&&!t.gutter.hasClass("red-ui-treeList-gutter-float")?t.gutter.width()+2:0)+20*t.depth,t.treeList.labelPadding.width(o+"px"),t.element&&u(t.element).css({width:"calc(100% - "+(o+20+(t.icon?20:0))+"px)"}),t.children&&Array.isArray(t.children)&&t.children.forEach(function(e){n._fixDepths(t,e)})),i},_initItem:function(s,r){var d;s.treeList||(((d=this)._items[s.id]=s).treeList={},s.depth=r,s.treeList.remove=function(e){var t;if(s.treeList.parentList&&s.treeList.parentList.editableList("removeItem",s,e),s.parent&&(e=s.parent.children.indexOf(s),s.parent.children.splice(e,1),d._trigger("sort",null,s.parent)),d._selected.delete(s),delete s.treeList,delete d._items[s.id],0===s.depth){for(var o in d._items)!d._items.hasOwnProperty(o)||(t=d._items[o]).parent&&t.parent.id===s.id&&(delete d._items[o].treeList,delete d._items[o]);d._data=d._data.filter(function(e){return e.id!==s.id})}},s.treeList.insertChildAt=function(e,t,o){(e.parent=s).children.splice(t,0,e);function n(t,o){d._initItem(o,t.depth+1),o.parent=t,o.children&&"function"!=typeof o.children&&o.children.forEach(function(e){n(o,e,t.depth)})}n(s,e),!s.deferBuild&&s.treeList.childList&&(s.treeList.childList.editableList("insertItemAt",e,t),o&&setTimeout(function(){d.select(e)},100),d._trigger("sort",null,s),d.activeFilter&&d.filter(d.activeFilter))},s.treeList.addChild=function(e,t){s.treeList.insertChildAt(e,s.children.length,t)},s.treeList.expand=function(t){var o,n,i,a,e;s.children?s.treeList.container?(o=s.treeList.container).hasClass("expanded")?t&&t(!1):(o.hasClass("built")||!s.deferBuild&&"function"!=typeof s.children?(d._loadingData||20<s.children.length?s.treeList.childList.show():s.treeList.childList.slideDown("fast"),s.expanded=!0,t&&t(!d._loadingData)):(o.addClass("built"),n=!1,a=0,Date.now(),e=function(e){n=!0,s.treeList.childList=d._addChildren(o,s,e,r,function(){t&&t(!0),d._trigger("childrenloaded",null,s)});e=Date.now()-a;e<400?setTimeout(function(){s.treeList.childList.slideDown("fast"),i&&i.remove()},400-e):(s.treeList.childList.slideDown("fast"),i&&i.remove()),s.expanded=!0},"function"==typeof s.children?s.children(e,s):(delete s.deferBuild,e(s.children)),n||(a=Date.now(),i=u('<div class="red-ui-treeList-spinner">').css({"background-position":35+20*r+"px 50%"}).appendTo(o))),o.addClass("expanded")):(s.expanded=!0,t&&t(!1)):t&&t(!1)},s.treeList.collapse=function(){!1!==s.collapsible&&s.children&&(s.expanded=!1,s.treeList.container&&(s.children.length<20?s.treeList.childList.slideUp("fast"):s.treeList.childList.hide(),s.treeList.container.removeClass("expanded")))},s.treeList.sortChildren=function(e){s.children&&(s.children.sort(e),s.treeList.childList&&(s.treeList.childList.editableList("sort",e),s.treeList.childList.editableList("sort",null)))},s.treeList.replaceElement=function(e){var t;s.element&&(s.treeList.container&&(u(s.element).remove(),u(e).appendTo(s.treeList.label),t=(s.gutter?s.gutter[0].offsetWidth+2:0)+20*s.depth,u(e).css({width:"calc(100% - "+(t+20+(s.icon?20:0))+"px)"})),s.element=e)},s.children&&"function"!=typeof s.children&&s.children.forEach(function(e){d._initItem(e,r+1)}))},_addSubtree:function(e,o,n,t){var i,a,s=this,r=(this._initItem(n,t),n.treeList.container=o,n.treeList.parentList=e,u("<div>",{class:"red-ui-treeList-label"})),e=(r.appendTo(o),n.treeList.label=r,n.class&&r.addClass(n.class),n.gutter&&n.gutter.css({position:"absolute"}).appendTo(r),(n.gutter&&!n.gutter.hasClass("red-ui-treeList-gutter-float")?n.gutter.width()+2:0)+20*t),d=(n.treeList.labelPadding=u("<span>").css({display:"inline-block","flex-shrink":0,width:e+"px"}).appendTo(r),r.on("mouseover",function(e){s._trigger("itemmouseover",e,n)}),r.on("mouseout",function(e){s._trigger("itemmouseout",e,n)}),r.on("mouseenter",function(e){s._trigger("itemmouseenter",e,n)}),r.on("mouseleave",function(e){s._trigger("itemmouseleave",e,n)}),n.treeList.makeLeaf=function(e){var t;d.children().length&&(e&&n.children&&(t=function(e){e.children&&e.children.forEach(function(e){e.element&&e.element.detach(),e.gutter&&e.gutter.detach(),t(e)})})(n),d.empty(),n.deferBuild||(n.treeList.childList.remove(),delete n.treeList.childList),r.off("click.red-ui-treeList-expand"),d.off("click.red-ui-treeList-expand"),delete n.children,o.removeClass("expanded"),delete n.expanded)},n.treeList.makeParent=function(e){d.children().length||(u('<i class="fa fa-angle-right" />').toggleClass("hide",!1===n.collapsible).appendTo(d),d.on("click.red-ui-treeList-expand",function(e){e.stopPropagation(),e.preventDefault(),o.hasClass("expanded")?n.treeList.collapse():n.treeList.expand()}),r.on("click.red-ui-treeList-expand",function(e){o.hasClass("expanded")?(n.hasOwnProperty("selected")||r.hasClass("selected"))&&n.treeList.collapse():n.treeList.expand()}),n.children||(n.children=e||[],n.treeList.childList=s._addChildren(o,n,n.children,t)))},u('<span class="red-ui-treeList-icon"></span>').appendTo(r));n.children&&n.treeList.makeParent(),n.checkbox?(i=u('<span class="red-ui-treeList-icon"></span>'),(a=u('<input class="red-ui-treeList-checkbox" type="checkbox">').prop("checked",n.selected).appendTo(i)).on("click",function(e){e.stopPropagation()}),a.on("change",function(e){n.selected=this.checked,n.selected?s._selected.add(n):s._selected.delete(n),r.toggleClass("selected",this.checked),s._trigger("select",e,n)}),n.children||r.on("click",function(e){e.stopPropagation(),a.trigger("click"),s._topList.find(".focus").removeClass("focus"),r.addClass("focus")}),n.treeList.select=function(e){e!==n.selected&&a.trigger("click")},n.treeList.checkbox=a,i.appendTo(r)):n.radio?(i=u('<span class="red-ui-treeList-icon"></span>'),(a=u('<input class="red-ui-treeList-radio" type="radio">').prop("name",n.radio).prop("checked",n.selected).appendTo(i)).on("click",function(e){e.stopPropagation()}),a.on("change",function(e){n.selected=this.checked,s._selected.forEach(function(e){e.radio===n.radio&&(e.treeList.label.removeClass("selected"),e.selected=!1,s._selected.delete(e))}),n.selected?s._selected.add(n):s._selected.delete(n),r.toggleClass("selected",this.checked),s._trigger("select",e,n)}),n.children||r.on("click",function(e){e.stopPropagation(),a.trigger("click"),s._topList.find(".focus").removeClass("focus"),r.addClass("focus")}),n.treeList.select=function(e){e!==n.selected&&a.trigger("click")},i.appendTo(r),n.treeList.radio=a):(r.on("click",function(e){s.options.multi||s.clearSelection(),r.addClass("selected"),s._selected.add(n),s._topList.find(".focus").removeClass("focus"),r.addClass("focus"),s._trigger("select",e,n)}),r.on("dblclick",function(e){s._topList.find(".focus").removeClass("focus"),r.addClass("focus"),n.children||s._trigger("confirm",e,n)}),n.treeList.select=function(e){s.options.multi||s.clearSelection(),r.toggleClass("selected",e),e?(s._selected.add(n),s._trigger("select",null,n)):s._selected.delete(n),s.reveal(n)}),r.toggleClass("selected",!!n.selected),n.selected&&s._selected.add(n),n.icon&&("string"==typeof n.icon?u('<span class="red-ui-treeList-icon"><i class="'+n.icon+'" /></span>').appendTo(r):u('<span class="red-ui-treeList-icon">').appendTo(r).append(n.icon)),n.hasOwnProperty("label")||n.hasOwnProperty("sublabel")?(n.hasOwnProperty("label")&&u('<span class="red-ui-treeList-label-text"></span>').text(n.label).appendTo(r),n.hasOwnProperty("sublabel")&&u('<span class="red-ui-treeList-sublabel-text"></span>').text(n.sublabel).appendTo(r)):n.element&&(u(n.element).appendTo(r),u(n.element).css({width:"calc(100% - "+(e+20+(n.icon?20:0))+"px)"})),n.children&&(Array.isArray(n.children)&&!n.deferBuild&&(n.treeList.childList=s._addChildren(o,n,n.children,t)),n.expanded&&n.treeList.expand())},empty:function(){this._topList.editableList("empty")},data:function(e){var t=this;if(void 0===e)return this._data;this._data=e,this._items={},this._topList.editableList("empty"),this._loadingData=!0;for(var o=0;o<e.length;o++)this._topList.editableList("addItem",e[o]);setTimeout(function(){delete t._loadingData},200),this._trigger("select")},show:function(e,o){if(e="string"==typeof e?this._items[e]:e){for(var n=this,i=[],t=e;t;)i.unshift(t),t=t.parent;var a=!1,s=function(e){a=a||e;var t=i.shift();0===i.length?setTimeout(function(){n.reveal(t),o&&o()},a?200:0):t.treeList.expand(s)};s()}},reveal:function(e){var t,o,n;(e="string"==typeof e?this._items[e]:e)&&(o=this._topList.offset().top,t=e.treeList.label.offset().top,t-=o+(o=this._topList.parent().scrollTop()),n=this._topList.parent().height(),t<(e=e.treeList.label.outerHeight())/2?this._topList.parent().scrollTop(o+t-e/2-e):n<t+e&&this._topList.parent().scrollTop(o+(t+2.5*e-n)))},select:function(e,t,o){var n=this;this.options.multi||!1===o||this.clearSelection(),Array.isArray(e)?e.forEach(function(e){n.select(e,t,!1)}):(e="string"==typeof e?this._items[e]:e)&&(e.selected=!0,this._selected.add(e),e.treeList.label&&e.treeList.label.addClass("selected"),n._topList.find(".focus").removeClass("focus"),!1!==t&&this._trigger("select",null,e))},clearSelection:function(){this._selected.forEach(function(e){e.selected=!1,e.treeList.checkbox&&e.treeList.checkbox.prop("checked",!1),e.treeList.label&&e.treeList.label.removeClass("selected")}),this._selected.clear()},selected:function(){var t=[];return this._selected.forEach(function(e){t.push(e)}),this.options.multi?t:t.length?t[0]:void 0},filter:function(n){this.activeFilter=n;function i(e){var t=0,o=(n&&n(e)&&(t++,a++),0);return e.children&&"function"!=typeof e.children&&(e.treeList.childList?o=e.treeList.childList.editableList("filter",i):(e.treeList.childFilter=i,n&&e.children.forEach(function(e){i(e)&&o++})),t+=o,n&&0<o&&setTimeout(function(){e.treeList.expand()},10)),n?0<t:(a++,!0)}var a=0;return this._topList.editableList("filter",i),a},get:function(e){return this._items[e]||null}})}(jQuery),function(t){t.widget("nodered.checkboxSet",{_create:function(){var o=this,e=(this.uiElement=this.element.wrap("<span>").parent(),this.uiElement.addClass("red-ui-checkboxSet"),this.options.parent&&(this.parent=this.options.parent,this.parent.checkboxSet("addChild",this.element)),this.children=[],this.partialFlag=!1,this.stateValue=0,this.element.prop("checked"));this.states=[t('<span class="red-ui-checkboxSet-option hide"><i class="fa fa-square-o"></i></span>').appendTo(this.uiElement),t('<span class="red-ui-checkboxSet-option hide"><i class="fa fa-check-square-o"></i></span>').appendTo(this.uiElement),t('<span class="red-ui-checkboxSet-option hide"><i class="fa fa-minus-square-o"></i></span>').appendTo(this.uiElement)],(e?this.states[1]:this.states[0]).show(),this.element.on("change",function(){this.checked?(o.states[0].hide(),o.states[1].show()):(o.states[1].hide(),o.states[0].show()),o.states[2].hide();var t=this.checked;o.children.forEach(function(e){e.checkboxSet("state",t,!1,!0)})}),this.uiElement.on("click",function(e){e.stopPropagation(),o.state(!1===o.state())}),this.parent&&this.parent.checkboxSet("updateChild",this)},_destroy:function(){this.parent&&this.parent.checkboxSet("removeChild",this.element)},addChild:function(e){this.children.push(e)},removeChild:function(e){e=this.children.indexOf(e);-1<e&&this.children.splice(e,1)},updateChild:function(e){var o=0;this.children.forEach(function(e,t){!0===e.checkboxSet("state")&&o++}),0===o?this.state(!1,!0):o===this.children.length?this.state(!0,!0):this.state(null,!0)},disable:function(){this.uiElement.addClass("disabled")},state:function(e,t,o){if(0===arguments.length)return this.partialFlag?null:this.element.is(":checked");this.partialFlag=null===e;var n=this.partialFlag||e;this.element.prop("checked",n),!0===e?(this.states[0].hide(),this.states[1].show(),this.states[2].hide()):!1===e?(this.states[2].hide(),this.states[1].hide(),this.states[0].show()):null===e&&(this.states[0].hide(),this.states[1].hide(),this.states[2].show()),t||this.element.trigger("change",null),!o&&this.parent&&this.parent.checkboxSet("updateChild",this)}})}(jQuery),RED.menu=function(){var c={};let u=0;function p(t){var o;if(null!==t&&t.id&&!1===RED.settings.theme("menu."+t.id))return null;if(null===t)o=$('<li class="red-ui-menu-divider"></li>');else{o=$("<li></li>"),t.id||(t.id="red-ui-menu-item-"+u++),t.group&&o.addClass("red-ui-menu-group-"+t.group);var n="<a "+(t.id?'id="'+t.id+'" ':"")+'tabindex="-1" href="#">';t.toggle&&(n=(n+='<i class="fa fa-square'+("right"!==t.direction?" pull-left":"")+'"></i>')+'<i class="fa fa-check-square'+("right"!==t.direction?" pull-left":"")+'"></i>'),void 0!==t.icon&&(/\.(png|svg)/.test(t.icon)?n+='<img src="'+t.icon+'"/> ':n+='<i class="'+(t.icon||'" style="display: inline-block;"')+'"></i> ');let e=t.label;t.label||"string"!=typeof t.onselect||(e=RED.actions.getLabel(t.onselect)),t.sublabel?n+='<span class="red-ui-menu-label-container"><span class="red-ui-menu-label">'+e+'</span><span class="red-ui-menu-sublabel">'+t.sublabel+"</span></span>":n+='<span class="red-ui-menu-label"><span>'+e+"</span></span>",n+="</a>";var i,n=$(n).appendTo(o);if(t.link=n,"string"!=typeof t.onselect||(i=RED.keyboard.getShortcut(t.onselect))&&i.key&&(t.shortcutSpan=$('<span class="red-ui-popover-key">'+RED.keyboard.formatKey(i.key,!0)+"</span>").appendTo(n.find(".red-ui-menu-label"))),(c[t.id]=t).onselect?(n.on("click",function(e){e.preventDefault(),$(this).parent().hasClass("disabled")||(t.toggle?!0===t.toggle?g(t.id,!h(t.id)):g(t.id,!0):f(t.id))}),t.toggle&&(i=RED.settings.get("menu-"+t.id),t.setting&&(null!==i?(RED.settings.set(t.setting,i),RED.settings.remove("menu-"+t.id)):i=RED.settings.get(t.setting)),i?(n.addClass("active"),f(t.id,!0)):!1===i?(n.removeClass("active"),f(t.id,!1)):t.hasOwnProperty("selected")&&(t.selected?n.addClass("active"):n.removeClass("active"),f(t.id,t.selected)))):t.href?n.attr("target","_blank").attr("href",t.href):t.options||(o.addClass("disabled"),n.on("click",function(e){e.preventDefault()})),t.options){o.addClass("red-ui-menu-dropdown-submenu"+("right"!==t.direction?" pull-left":""));for(var a=$('<ul id="'+t.id+'-submenu" class="red-ui-menu-dropdown"></ul>').appendTo(o),s=!1,r=!1,d=0;d<t.options.length;d++){t.options[d]&&(t.onpreselect&&void 0===t.options[d].onpreselect&&(t.options[d].onpreselect=t.onpreselect),t.onpostselect&&void 0===t.options[d].onpostselect&&(t.options[d].onpostselect=t.onpostselect),t.options[d].direction=t.direction,s=s||t.options[d].icon,r=r||t.options[d].options);var l=p(t.options[d]);l&&l.appendTo(a)}s||a.addClass("red-ui-menu-dropdown-noicons"),r&&a.addClass("red-ui-menu-dropdown-submenus")}t.disabled&&o.addClass("disabled"),!1===t.visible&&o.addClass("hide")}return o}function f(e,t){var o=c[e],n=o.onselect;o.onpreselect&&o.onpreselect.call(o,t),(n="string"==typeof o.onselect?RED.actions.get(o.onselect):n)?n.call(o,t):console.log("No callback for",e,o.onselect),o.onpostselect&&o.onpostselect.call(o,t)}function h(e){return $("#"+e).hasClass("active")}function g(e,t){var o=!1,n=(h(e)==t&&(o=!0),c[e]);if(t?$("#"+e).addClass("active"):$("#"+e).removeClass("active"),n){if(n.toggle&&"string"==typeof n.toggle&&t)for(var i in c)!c.hasOwnProperty(i)||(i=c[i]).id!=n.id&&n.toggle==i.toggle&&g(i.id,!1);!o&&n.onselect&&f(n.id,t),n.local||o||RED.settings.set(n.setting||"menu-"+n.id,t)}}return{init:function(e){for(var t,o=$("<ul/>",{class:"red-ui-menu red-ui-menu-dropdown pull-right"}),n=(e.direction&&o.addClass("red-ui-menu-dropdown-direction-"+e.direction),e.id&&(o.attr({id:e.id+"-submenu"}),1===(t=$("#"+e.id)).length&&(o.insertAfter(t),t.on("click",function(e){e.stopPropagation(),e.preventDefault(),o.is(":visible")?($(document).off("click.red-ui-menu"),o.hide()):($(document).on("click.red-ui-menu",function(e){$(document).off("click.red-ui-menu"),activeMenu=null,o.hide()}),$(".red-ui-menu.red-ui-menu-dropdown").hide(),o.show())}))),!1),i=!1,a=!1,s=0;s<e.options.length;s++){var r,d=e.options[s];d&&(e.onpreselect&&void 0===d.onpreselect&&(d.onpreselect=e.onpreselect),e.onpostselect&&void 0===d.onpostselect&&(d.onpostselect=e.onpostselect),d.direction=e.direction||"left"),null===d&&n||(a=a||d&&d.icon,i=i||d&&d.options,(r=p(d))&&(r.appendTo(o),n=null===d))}return a||o.addClass("red-ui-menu-dropdown-noicons"),i&&o.addClass("red-ui-menu-dropdown-submenus"),o},setSelected:g,isSelected:h,toggleSelected:function(e){g(e,!h(e))},setDisabled:function(e,t){t?$("#"+e).parent().addClass("disabled"):$("#"+e).parent().removeClass("disabled")},setVisible:function(e,t){t?$("#"+e).parent().removeClass("hide"):$("#"+e).parent().addClass("hide")},addItem:function(e,t){var o=p(t);if(null!==t&&t.group){var n=$("#"+e+"-submenu").children(".red-ui-menu-group-"+t.group);if(0===n.length)o.appendTo("#"+e+"-submenu");else{for(var i=0;i<n.length;i++){var a=n[i],s=$(a).find(".red-ui-menu-label").html();if(t.label<s){$(a).before(o);break}}i===n.length&&o.appendTo("#"+e+"-submenu")}}else o.appendTo("#"+e+"-submenu")},removeItem:function(e){$("#"+e).parent().remove()},setAction:function(e,t){(e=c[e])&&(e.onselect=t)},refreshShortcuts:function(){for(var e in c){var t;!c.hasOwnProperty(e)||"string"==typeof(e=c[e]).onselect&&e.shortcutSpan&&(e.shortcutSpan.remove(),delete e.shortcutSpan,(t=RED.keyboard.getShortcut(e.onselect))&&t.key&&(e.shortcutSpan=$('<span class="red-ui-popover-key">'+RED.keyboard.formatKey(t.key,!0)+"</span>").appendTo(e.link.find(".red-ui-menu-label"))))}}}}(),RED.panels={create:function(a){var s=a.container||$("#"+a.id),r=s.children();if(2!==r.length)throw console.log(a.id),new Error("Container must have exactly two children");var d,l=!a.dir||"vertical"===a.dir,t=(s.addClass("red-ui-panels"),l||s.addClass("red-ui-panels-horizontal"),$(r[0]).addClass("red-ui-panel"),$(r[1]).addClass("red-ui-panel"),$('<div class="red-ui-panels-separator"></div>').insertAfter(r[0])),c=[],n=!1,u=.5,o=(t.draggable({axis:l?"y":"x",containment:s,scroll:!1,start:function(e,t){d=l?t.position.top:t.position.left,c=[l?$(r[0]).height():$(r[0]).width(),l?$(r[1]).height():$(r[1]).width()]},drag:function(e,t){var o=l?s.height():s.width(),n=(l?t.position.top:t.position.left)-d,i=[c[0]+n,c[1]-n];l?($(r[0]).height(i[0]),t.position.top-=n):($(r[0]).width(i[0]),t.position.left-=n),a.resize&&a.resize(i[0],i[1]),u=i[0]/(o-8)},stop:function(e,t){n=!0}}),{ratio:function(e){if(void 0===e)return u;n=!0,0===(u=e)||1===e?t.hide():t.show(),l?o.resize(s.height()):o.resize(s.width())},resize:function(e){var t,o;l?(o=[$(r[0]).outerHeight(),$(r[1]).outerHeight()],s.height(e)):(o=[$(r[0]).outerWidth(),$(r[1]).outerWidth()],s.width(e)),n&&(o=[t=u*(e-8),e-t-8],l?$(r[0]).outerHeight(o[0]):$(r[0]).outerWidth(o[0])),a.resize&&(o=l?[$(r[0]).height(),$(r[1]).height()]:[$(r[0]).width(),$(r[1]).width()],a.resize(o[0],o[1]))}});return o}},RED.popover=function(){var E={default:{x:12,y:12},small:{x:8,y:8}};return{create:function(n){var c=n.target,u=n.direction||"right",i=n.trigger,a=n.content,s=n.delay||{show:750,hide:50},t=n.autoClose,r=n.width||"auto",d=n.maxWidth,p=n.size||"default",f=n.offset||0;if(!E[p])throw new Error("Invalid RED.popover size value:",p);function o(e){if(g){var t=c.data("red-ui-popover");if(n.tooltip&&t)g=!1;else{if(m=$('<div class="red-ui-popover"></div>'),n.class&&m.addClass(n.class),v=$('<div class="red-ui-popover-content">').appendTo(m),"default"!==p&&m.addClass("red-ui-popover-size-"+p),"function"==typeof a){var o=a.call(w);if(null===o)return;"string"==typeof o?v.text(o):v.append(o)}else v.html(a);m.appendTo("body"),l({target:c,direction:u,width:r,maxWidth:d}),t&&t.close(!0),"manual"!==n.trigger&&c.data("red-ui-popover",w),n.tooltip&&m.on("mousedown",function(e){h(!0)}),"hover"===i&&n.interactive&&(m.on("mouseenter",function(e){clearTimeout(y),g=!0}),m.on("mouseleave",function(e){y&&clearTimeout(y),g&&(y=setTimeout(function(){g=!1,h()},s.hide))})),e?m.show():m.fadeIn("fast")}}}function l(e){c=e.target||c,u=e.direction||u||"right",f=e.offset||f;var t=e.transition,o=e.width||"auto";m.width(o),e.maxWidth?m.css("max-width",e.maxWidth):m.css("max-width","auto");var e=(o=c[0].getBoundingClientRect()).height,n=o.width,i=m.outerHeight(),a=m.outerWidth(),s=$(window).scrollTop(),r=$(window).scrollLeft(),s=s+$(window).height(),r=r+$(window).width(),d=0,l=0;"right"===u?(d=o.top+e/2-i/2,l=o.left+n+E[p].x+f):"left"===u?(d=o.top+e/2-i/2,l=o.left-E[p].x-a-f):"bottom"===u?(d=o.top+e+E[p].y+f,(l=o.left+n/2-a/2)<0?(u="right",d=o.top+e/2-i/2,l=o.left+n+E[p].x+f):r<l+a+10?(u="left",d=o.top+e/2-i/2,l=o.left-E[p].x-a-f,s<d+i+e/2+5&&(d-=d+i+e/2-s+5)):s<d+i&&(u="top",d=o.top-E[p].y-i-f,l=o.left+n/2-a/2)):"top"===u?(d=o.top-E[p].y-i-f,l=o.left+n/2-a/2,d<0&&(u="bottom",d=o.top+e+E[p].y+f,l=o.left+n/2-a/2)):/inset/.test(u)&&(d=o.top+e/2-i/2,l=o.left+n/2-a/2,/bottom/.test(u)&&(d=o.top+e-i-f),/top/.test(u)&&(d=o.top+f),/left/.test(u)&&(l=o.left+f),/right/.test(u)&&(l=o.left+n-a-f)),b&&m.removeClass(b),t&&m.css({transition:"0.6s ease","transition-property":"top,left,right,bottom"}),b="red-ui-popover-"+u,m.addClass(b).css({top:d,left:l}),t&&setTimeout(function(){m.css({transition:"none"})},600)}function h(e){$(document).off("mousedown.red-ui-popover"),g||m&&(e?m.remove():m.fadeOut("fast",function(){$(this).remove()}),m=null,c.removeData("red-ui-popover",w))}var g,m,v,b,y=null,w=(c.on("remove",function(e){y&&clearTimeout(y),g&&(g=!1,setTimeout(h,s.hide))}),"hover"===i?(c.on("mouseenter",function(e){clearTimeout(y),g||(g=!0,y=setTimeout(o,s.show))}),c.on("mouseleave disabled",function(e){y&&clearTimeout(y),g&&(g=!1,setTimeout(h,s.hide))})):"click"===i?(c.on("click",function(e){e.preventDefault(),e.stopPropagation(),((g=!g)?o:h)()}),t&&c.on("mouseleave disabled",function(e){y&&clearTimeout(y),g&&(g=!1,setTimeout(h,t))})):"modal"===i?$(document).on("mousedown.red-ui-popover",function(e){for(var t=e.target;"BODY"!==t.nodeName&&t!==m[0];)t=t.parentElement;"BODY"===t.nodeName&&(g=!1,h())}):t&&setTimeout(function(){g=!1,h()},t),{get element(){return m},setContent:function(e){return a=e,w},open:function(e){return g=!0,o(e),w},close:function(e){return g=!1,h(e),w},move:function(e){l(e)}});return w},tooltip:function(e,o,n){var t=RED.popover.create({tooltip:!0,target:e,trigger:"hover",size:"small",direction:"bottom",content:function(){var e,t=o;return t=n&&(e=RED.keyboard.getShortcut(n))&&e.key?$("<span>"+o+' <span class="red-ui-popover-key">'+RED.keyboard.formatKey(e.key,!0)+"</span></span>"):t},delay:{show:750,hide:50}});return t.setContent=function(e){o=e},t.setAction=function(e){n=e},t.delete=function(){t.close(!0),e.off("mouseenter"),e.off("mouseleave")},t},menu:function(o){var n=$('<ul class="red-ui-menu"></ul>'),i=("compact"===o.style&&n.addClass("red-ui-menu-compact"),o.options||[]),t=RED.popover.panel(n),a=(o.width&&t.container.width(o.width),o.class&&t.container.addClass(o.class),o.maxHeight&&t.container.css({"max-height":o.maxHeight,"overflow-y":"auto"}),{options:function(e){if(void 0===e)return i;i=e||[],n.empty(),i.forEach(function(t){var e=$("<li>").appendTo(n),e=$('<a href="#"></a>').appendTo(e);"string"==typeof t.label?e.text(t.label):t.label&&t.label.appendTo(e),e.on("click",function(e){e.preventDefault(),t.onselect?t.onselect():o.onselect&&o.onselect(t),a.hide()}),0})},show:function(e){$(document).on("keydown.red-ui-menu",function(e){var t=n.find(":focus").parent();40===e.keyCode?(e.preventDefault(),(!(0<t.length)||t.index()===i.length-1?n.children().first():t.next()).children().first().focus()):38===e.keyCode?(e.preventDefault(),(!(0<t.length)||0===t.index()?n.children().last():t.prev()).children().first().focus()):27===e.keyCode?(e.preventDefault(),a.hide(!0)):9===e.keyCode&&o.tabSelect&&(e.preventDefault(),t.find("a").trigger("click")),e.stopPropagation()}),e.onclose=function(){$(document).off("keydown.red-ui-menu"),o.onclose&&o.onclose(!0)},t.show(e)},hide:function(e){$(document).off("keydown.red-ui-menu"),t.hide(o.disposeOnClose),o.onclose&&o.onclose(e)}});return a.options(i),a},panel:function(e){var l=$('<div class="red-ui-editor-dialog red-ui-popover-panel"></div>');function c(e){$(document).off("mousedown.red-ui-popover-panel-close"),$(document).off("keydown.red-ui-popover-panel-close"),l.hide(),l.css({height:"auto"}),!1!==e&&l.remove()}return l.css({display:"none"}),l.appendTo(document.body),e.appendTo(l),{container:l,show:function(t){var o=t.onclose,n=t.closeButton,e=t.target,i=t.align||"right",a=t.offset||[0,0],s=t.x,r=t.y,s=(d=void 0!==s&&void 0!==r)?{left:s,top:r}:e.offset(),r=(d||e.width(),d?0:e.outerHeight()),d=l.height(),e=l.width();(r=r+s.top+a[1])+d-$(document).scrollTop()>$(window).height()&&(r-=r+d-$(window).height()+5),r<0&&(l.height(d+r),r=0),"right"===i?l.css({top:r+"px",left:s.left+a[0]+"px"}):"left"===i&&l.css({top:r+"px",left:s.left-e+a[0]+"px"}),l.slideDown(100),$(document).on("keydown.red-ui-popover-panel-close",function(e){27===e.keyCode&&(o&&o(),c(t.dispose))}),$(document).on("mousedown.red-ui-popover-panel-close",function(e){n&&$(e.target).closest(n).length||$(e.target).closest(l).length||$(e.target).closest(".red-ui-editor-dialog").length||(o&&o(),c(t.dispose))})},hide:c}}}}(),function(i){i.widget("nodered.searchBox",{_create:function(){var t,o,n=this;this.currentTimeout=null,this.lastSent="",this.element.val(""),this.element.addClass("red-ui-searchBox-input"),this.uiContainer=this.element.wrap("<div>").parent(),this.uiContainer.addClass("red-ui-searchBox-container"),"compact"===this.options.style&&this.uiContainer.addClass("red-ui-searchBox-compact"),0===this.element.parents("form").length&&this.element.wrap("<form>").parent().addClass("red-ui-searchBox-form"),i('<i class="fa fa-search"></i>').prependTo(this.uiContainer),this.clearButton=i('<a class="red-ui-searchBox-clear" href="#"><i class="fa fa-times"></i></a>').appendTo(this.uiContainer),this.clearButton.on("click",function(e){e.preventDefault(),n.element.val(""),n._change("",!0),n.element.trigger("focus")}),this.options.options&&(this.uiContainer.addClass("red-ui-searchBox-has-options"),this.optsButton=i('<a class="red-ui-searchBox-opts" href="#"><i class="fa fa-caret-down"></i></a>').appendTo(this.uiContainer),t=!1,this.optsMenu=RED.popover.menu({style:this.options.style,options:this.options.options.map(function(e){return{label:e.label,onselect:function(){n.element.val(e.value+" "),n._change(e.value,!0)}}}),onclose:function(e){t=!1,n.element.trigger("focus")},disposeOnClose:!1}),o=function(){t=!0,n.optsMenu.show({target:n.optsButton,align:"left",offset:[n.optsButton.width()-2,-1],dispose:!1})},this.optsButton.on("click",function(e){e.preventDefault(),t?n.optsMenu.hide(!0):o()}),this.optsButton.on("keydown",function(e){t||40!==e.keyCode||o()}),this.element.on("keydown",function(e){t||40!==e.keyCode||""!==i(this).val()||o()})),this.resultCount=i("<span>",{class:"red-ui-searchBox-resultCount hide"}).appendTo(this.uiContainer),this.element.val(""),this.element.on("keydown",function(e){27===e.keyCode&&n.element.val(""),13===e.keyCode&&e.preventDefault()}),this.element.on("keyup",function(e){n._change(i(this).val())}),this.element.on("focus",function(){i(document).one("mousedown",function(){n.element.blur()})})},_change:function(e,t){var o,n=!1,n=""===e?(this.clearButton.hide(),!0):(this.clearButton.show(),e.length>=(this.options.minimumLength||0)),e=this.element.val();(n=n&&e!==this.lastSent)&&(!t&&0<this.options.delay?(clearTimeout(this.currentTimeout),(o=this).currentTimeout=setTimeout(function(){o.lastSent=o.element.val(),o._trigger("change")},this.options.delay)):(this.lastSent=this.element.val(),this._trigger("change")))},value:function(e){if(void 0===e)return this.element.val();this.element.val(e),this._change(e)},count:function(e){null==e||""===e?this.resultCount.text("").hide():this.resultCount.text(e).show()},change:function(){this._trigger("change")}})}(jQuery),RED.tabs=function(){var O,I="fa fa-lemon-o",N=!1,P=!1;return{create:function(f){var d,h,g,e,t,o,n,i,a,s,m,r,v={},b=0,l=0,y=f.order,w=f.element||$("#"+f.id),c=w.wrap("<div>").parent(),E=w.wrap("<div>").parent();function u(e,t){var o,n;e.preventDefault(),$(this).hasClass("disabled")||(o=E.scrollLeft(),E.animate({scrollLeft:t},100),n=setInterval(function(){var e=E.scrollLeft();e===o?clearInterval(n):(o=e,E.animate({scrollLeft:t},100))},100),$(this).one("mouseup",function(){clearInterval(n)}))}function p(){var e=w.find("li.red-ui-tab.selected"),t=[];return e.each(function(){t.push(v[$(this).find("a").attr("href").slice(1)])}),t}function D(){f.onselect(p())}function R(e){if(!N)if(e.currentTarget!==g)g=null;else{if(g=null,O&&Date.now()-O<400)return P=!(O=0),function(e){if(e.preventDefault(),!e.metaKey&&!e.shiftKey)return f.ondblclick&&f.ondblclick(v[$(this).attr("href").slice(1)]),!1}.call(this,e);O=Date.now();var t,o,n=w.find("li.red-ui-tab.active"),i=$(this).parent(),a=!1;if(f.onselect)if(e.metaKey||e.ctrlKey){if(i.hasClass("selected")){if(i.removeClass("selected"),i[0]!==n[0])return void D();if(0===(o=w.find("li.red-ui-tab.selected")).length)return void D();i=o.first()}else n.hasClass("selected")||(v[n.find("a").attr("href").slice(1)],n.addClass("selected")),i.addClass("selected");a=!0}else e.shiftKey?(n[0]!==i[0]&&(e=n.index()<i.index()?(t=n,i):(t=i,n),w.find("li.red-ui-tab").removeClass("selected"),t.addClass("selected"),e.addClass("selected"),t.nextUntil(e).addClass("selected")),a=!0):0<(o=w.find("li.red-ui-tab.selected")).length&&(o.removeClass("selected"),a=!0);n=i.find("a");f.onclick&&f.onclick(v[n.attr("href").slice(1)]),_(n),a&&D()}}function x(){var e,t,o;0!==w.children().length&&(e=E.scrollLeft(),t=E.width(),o=w.width(),0===e?a.hide():a.show(),e===o-t?s.hide():s.show())}function _(e){var t;0!==(e="string"==typeof e?w.find("a[href='#"+e+"']"):e).length&&(e.parent().hasClass("hide-tab")&&(e.parent().removeClass("hide-tab").removeClass("hide"),f.onshow&&f.onshow(v[e.attr("href").slice(1)])),e.parent().hasClass("active")||(w.children().removeClass("active"),w.children().css({transition:"width 100ms"}),e.parent().addClass("active"),t=e.parent().attr("id"),c.find(".red-ui-tab-link-button").removeClass("active selected"),$("#"+t+"-link-button").addClass("active selected"),f.scrollable&&((t=e.parent().position().left)-21<0?E.animate({scrollLeft:"+="+(t-50)},300):t+120>E.width()&&E.animate({scrollLeft:"+="+(t+140-E.width())},300)),f.onchange&&f.onchange(v[e.attr("href").slice(1)]),k(),setTimeout(function(){w.children().css({transition:""})},100)))}function k(){if(!f.vertical){var e,t=w.find("li.red-ui-tab"),o=t.filter(":not(.hide-tab)"),t=t.filter(".hide-tab"),n=c.width(),i=o.length;if(f.collapsible){var a=m.children().length,s=m.children(":visible").length;if((e=n-m.width()-10)<=120||e<198&&5<s){var r=m.find("a:last").prev();for(m.children().length;r.is(":not(:visible)");)r=r.prev(),0;(e<=120||6<s)&&r.hide(),e=Math.max(120,n-m.width()-10)}else 40<n-(e=s!==a?s<6?120:198:e)-m.width()&&m.find("a:not(:visible):first").show(),e=n-m.width()-10;o.css({width:e})}else l=(d=100*(e=(n-12-6*i)/i)/n+"%")+"%",f.scrollable?(e=Math.max(e,140),d=e+"px",l=0,a=Math.max(c.width(),12+(e+6)*i),w.width(a),x()):f.hasOwnProperty("minimumActiveTabWidth")&&(l=e<f.minimumActiveTabWidth?(e=(n-12-f.minimumActiveTabWidth-6*--i)/i,d=100*e/n+"%",f.minimumActiveTabWidth+"px"):0),o.css({width:d}),t.css({width:"0px"}),e<50?(w.find(".red-ui-tab-icon").hide(),w.find(".red-ui-tab-label").css({paddingLeft:Math.min(12,Math.max(0,e-38))+"px"})):(w.find(".red-ui-tab-icon").show(),w.find(".red-ui-tab-label").css({paddingLeft:""})),0!==l&&(w.find("li.red-ui-tab.active").css({width:f.minimumActiveTabWidth}),w.find("li.red-ui-tab.active .red-ui-tab-icon").show(),w.find("li.red-ui-tab.active .red-ui-tab-label").css({paddingLeft:""}))}}function T(e){f.onselect&&0<(o=w.find("li.red-ui-tab.selected")).length&&(o.removeClass("selected"),D());var t,o=w.find("a[href='#"+e+"']").parent();o.hasClass("active")&&(0<(t=0===(t=C(o)).length?j(o):t).length?_(t.find("a")):f.onchange&&f.onchange(null)),o.remove(),v[e].pinned&&b--,f.onremove&&f.onremove(v[e]),delete v[e],k(),h&&(h.remove(),h=null)}function C(e){for(var t=(e=e||w.find("li.active")).prev();0<t.length&&t.hasClass("hide-tab");)t=t.prev();return t}function j(e){for(var t=(e=e||w.find("li.active")).next();0<t.length&&t.hasClass("hide-tab");)t=t.next();return t}function L(t){var o,e;v[t]&&!(o=w.find("a[href='#"+t+"']").parent()).hasClass("hide-tab")&&(o.hasClass("active")&&(0<(e=0===(e=C(o)).length?j(o):e).length?_(e.find("a")):f.onchange&&f.onchange(null)),o.removeClass("active"),o.one("transitionend",function(e){o.addClass("hide"),k(),f.onhide&&f.onhide(v[t]),setTimeout(function(){x()},200)}),o.addClass("hide-tab"),o.css({width:0}))}c.addClass("red-ui-tabs"),f.vertical&&c.addClass("red-ui-tabs-vertical"),f.addButton&&(c.addClass("red-ui-tabs-add"),(o=$('<div class="red-ui-tab-button red-ui-tabs-add"><a href="#"><i class="fa fa-plus"></i></a></div>').appendTo(c)).find("a").on("click",function(e){e.preventDefault(),"function"==typeof f.addButton?f.addButton():"string"==typeof f.addButton&&RED.actions.invoke(f.addButton)}),"string"==typeof f.addButton&&(e=f.addButton,f.addButtonCaption&&(e=f.addButtonCaption),RED.popover.tooltip(o,e,f.addButton)),w.on("dblclick",function(e){var t=w.children(),o=e.clientX,n=0;t.each(function(e){if($(this).offset().left>o)return!1;n=e+1}),"function"==typeof f.addButton?f.addButton({index:n}):"string"==typeof f.addButton&&RED.actions.invoke(f.addButton,{index:n})})),f.searchButton&&(c.addClass("red-ui-tabs-search"),(o=$('<div class="red-ui-tab-button red-ui-tabs-search"><a href="#"><i class="fa fa-list-ul"></i></a></div>').appendTo(c)).find("a").on("click",function(e){e.preventDefault(),"function"==typeof f.searchButton?f.searchButton():"string"==typeof f.searchButton&&RED.actions.invoke(f.searchButton)}),"string"==typeof f.searchButton&&(e=f.searchButton,f.searchButtonCaption&&(e=f.searchButtonCaption),RED.popover.tooltip(o,e,f.searchButton))),f.menu&&(c.addClass("red-ui-tabs-menu"),o=(t=$('<div class="red-ui-tab-button red-ui-tabs-menu"><a href="#"><i class="fa fa-caret-down"></i></a></div>').appendTo(c)).find("a"),n=!1,o.on("click",function(e){e.stopPropagation(),e.preventDefault(),n?(i.remove(),n=!1):(n=!0,e=[],"function"==typeof f.searchButton?e=f.menu():Array.isArray(f.menu)?e=f.menu:"function"==typeof f.menu&&(e=f.menu()),(i=RED.menu.init({options:e})).attr("id",f.id+"-menu"),i.css({position:"absolute"}),i.appendTo("body"),e=t.offset(),i.css({top:e.top+t.height()-2+"px",left:e.left-i.width()+t.width()+"px"}),$(".red-ui-menu.red-ui-menu-dropdown").hide(),$(document).on("click.red-ui-tabmenu",function(e){$(document).off("click.red-ui-tabmenu"),n=!1,i.remove()}),i.show())})),f.scrollable&&(c.addClass("red-ui-tabs-scrollable"),E.addClass("red-ui-tabs-scroll-container"),E.on("scroll",function(e){x()}),E.on("wheel",function(e){var t;0===e.originalEvent.deltaX&&(e.preventDefault(),t=E.scrollLeft(),t-=e.originalEvent.deltaY,E.scrollLeft(t))}),(a=$('<div class="red-ui-tab-button red-ui-tab-scroll red-ui-tab-scroll-left"><a href="#" style="display:none;"><i class="fa fa-caret-left"></i></a></div>').appendTo(c).find("a")).on("mousedown",function(e){u(e,e.shiftKey?"-="+E.scrollLeft():"-=150")}).on("click",function(e){e.preventDefault()}),(s=$('<div class="red-ui-tab-button red-ui-tab-scroll red-ui-tab-scroll-right"><a href="#" style="display:none;"><i class="fa fa-caret-right"></i></a></div>').appendTo(c).find("a")).on("mousedown",function(e){u(e,e.shiftKey?"+="+(E[0].scrollWidth-E.width()-E.scrollLeft()):"+=150")}).on("click",function(e){e.preventDefault()})),f.collapsible&&(c.addClass("red-ui-tabs-collapsible"),m=$('<div class="red-ui-tab-link-buttons"></div>').appendTo(c),!1!==f.menu&&((r=$('<a href="#"><i class="fa fa-caret-down"></i></a>').appendTo(m)).addClass("red-ui-tab-link-button-menu"),r.on("click",function(e){e.stopPropagation(),e.preventDefault(),h||(n=[],w.children().each(function(e,t){var o=$(t).data("tabId"),t={id:"red-ui-tabs-menu-option-"+o,icon:v[o].iconClass||I,label:v[o].name,onselect:function(){_(o)}};n.push(t)}),n=[].concat(n),(h=RED.menu.init({options:n})).css({position:"absolute"}),h.appendTo("body"));var n,e=r.offset();h.css({top:e.top+r.height()-2+"px",left:e.left-h.width()+r.width()+"px"}),h.is(":visible")?$(document).off("click.red-ui-tabmenu"):($(".red-ui-menu.red-ui-menu-dropdown").hide(),$(document).on("click.red-ui-tabmenu",function(e){$(document).off("click.red-ui-tabmenu"),h.hide()})),h.toggle()}))),w.children().first().addClass("active"),w.children().addClass("red-ui-tab"),w.find("li.red-ui-tab a").on("mousedown",function(e){g=e.currentTarget}).on("mouseup",R).on("click",function(e){e.preventDefault()}).on("dblclick",function(e){e.stopPropagation(),e.preventDefault()}),setTimeout(function(){k()},0);var S={addTab:function(t,e){f.onselect&&0<(n=w.find("li.red-ui-tab.selected")).length&&(n.removeClass("selected"),D()),v[t.id]=t;var o=$("<li/>",{class:"red-ui-tab"}),n=(0===(e=0===w.children().length?void 0:e)?o.prependTo(w):0<e?o.insertAfter(w.find("li:nth-child("+e+")")):o.appendTo(w),o.attr("id","red-ui-tab-"+t.id.replace(".","-")),o.data("tabId",t.id),(f.maximumTabWidth||t.maximumTabWidth)&&o.css("maxWidth",(f.maximumTabWidth||t.maximumTabWidth)+"px"),$("<a/>",{href:"#"+t.id,class:"red-ui-tab-label"}).appendTo(o));t.icon?$("<i>",{class:"red-ui-tab-icon",style:"mask-image: url("+t.icon+"); -webkit-mask-image: url("+t.icon+");"}).appendTo(n):t.iconClass&&$("<i>",{class:"red-ui-tab-icon "+t.iconClass}).appendTo(n);$("<span/>",{class:"red-ui-text-bidi-aware"}).text(t.label).appendTo(n).attr("dir",RED.text.bidi.resolveBaseTextDir(t.label)),f.collapsible&&(o.addClass("red-ui-tab-pinned"),i=$('<a href="#'+t.id+'" class="red-ui-tab-link-button"></a>'),t.pinned?0===b?i.prependTo(m):i.insertAfter(m.find("a.red-ui-tab-link-button-pinned:last")):!1!==f.menu?i.insertBefore(m.find("a:last")):i.appendTo(m),i.attr("id",o.attr("id")+"-link-button"),(t.iconClass?$("<i>",{class:t.iconClass}):$("<i>",{class:I})).appendTo(i),i.on("click",function(e){e.preventDefault(),_(t.id)}),i.data("tabId",t.id),t.pinned&&(i.addClass("red-ui-tab-link-button-pinned"),b++),RED.popover.tooltip($(i),t.name,t.action),f.onreorder&&(s=[],i.draggable({distance:10,axis:"x",containment:".red-ui-tab-link-buttons",start:function(e,t){if(N=!0,$(".red-ui-tab-link-buttons").width($(".red-ui-tab-link-buttons").width()),P)return P=!1;m.children().each(function(e){s[e]={el:$(this),text:$(this).text(),left:$(this).position().left,width:$(this).width(),menu:$(this).hasClass("red-ui-tab-link-button-menu")},$(this).is(i)&&(r=a=e)}),m.children().each(function(e){e!==a&&$(this).css({position:"absolute",left:s[e].left+"px",width:s[e].width+2,transition:"left 0.3s"})}),i.hasClass("active")||i.css({zIndex:1})},drag:function(e,t){t.position.left+=s[a].left;for(var o=t.position.left+s[a].width/2,n=0;n<s.length;n++)if(n!==a&&!s[n].menu&&!s[n].el.is(":not(:visible)")&&o>s[n].left&&o<s[n].left+s[n].width){n<a?(s[n].left+=s[a].width+8,s[a].el.detach().insertBefore(s[n].el)):(s[n].left-=s[a].width+8,s[a].el.detach().insertAfter(s[n].el)),s[n].el.css({left:s[n].left+"px"}),s.splice(n,0,s.splice(a,1)[0]),a=n;break}},stop:function(e,t){var o;N=!1,m.children().css({position:"relative",left:"",transition:""}),$(".red-ui-tab-link-buttons").width("auto"),i.css({zIndex:""}),k(),r!==a&&(h&&(h.remove(),h=null),o=$.makeArray(m.children().map(function(){return $(this).data("tabId")})),S.order(o),f.onreorder(o))}}))),n.on("mousedown",function(e){g=e.currentTarget}),n.on("mouseup",R),n.on("click",function(e){e.preventDefault()}),n.on("dblclick",function(e){e.stopPropagation(),e.preventDefault()}),$('<span class="red-ui-tabs-fade"></span>').appendTo(o),t.closeable&&(o.addClass("red-ui-tabs-closeable"),(d=$("<a/>",{href:"#",class:"red-ui-tab-close"}).appendTo(o)).append('<i class="fa fa-times" />'),d.on("click",function(e){e.preventDefault(),T(t.id)}),RED.popover.tooltip(d,RED._("workspace.hideFlow"))),t.hideable&&(o.addClass("red-ui-tabs-closeable"),(d=$("<a/>",{href:"#",class:"red-ui-tab-close red-ui-tab-hide"}).appendTo(o)).append('<i class="fa fa-eye" />'),d.append('<i class="fa fa-eye-slash" />'),d.on("click",function(e){e.preventDefault(),L(t.id)}),RED.popover.tooltip(d,RED._("workspace.hideFlow")));var i,a,s,r,d,l,c,u,p,e=$('<span class="red-ui-tabs-badges"></span>').appendTo(o);f.onselect&&($('<i class="red-ui-tabs-badge-changed fa fa-circle"></i>').appendTo(e),$('<i class="red-ui-tabs-badge-selected fa fa-check-circle"></i>').appendTo(e)),RED.popover.tooltip(n,function(){return RED.utils.sanitize(t.label)}),f.onadd&&f.onadd(t),1==w.find("li.red-ui-tab").length&&_(n),f.onreorder&&!f.collapsible&&(u=[],o.draggable({axis:"x",distance:20,start:function(e,t){if(P)return P=!1;N=!0,l=[],u=[],w.children().each(function(e){u[e]={el:$(this),text:$(this).text(),left:$(this).position().left,width:$(this).width()},$(this).is(o)&&(p=c=e),l.push($(this).data("tabId"))}),w.children().each(function(e){e!==c&&$(this).css({position:"absolute",left:u[e].left+"px",width:u[e].width+2,transition:"left 0.3s"})}),o.hasClass("active")||o.css({zIndex:1})},drag:function(e,t){t.position.left+=u[c].left+E.scrollLeft();for(var o=t.position.left+u[c].width/2-E.scrollLeft(),n=0;n<u.length;n++)if(n!==c&&o>u[n].left&&o<u[n].left+u[n].width){n<c?(u[n].left+=u[c].width+8,u[c].el.detach().insertBefore(u[n].el)):(u[n].left-=u[c].width+8,u[c].el.detach().insertAfter(u[n].el)),u[n].el.css({left:u[n].left+"px"}),u.splice(n,0,u.splice(c,1)[0]),c=n;break}},stop:function(e,t){N=!1,w.children().css({position:"relative",left:"",transition:""}),o.hasClass("active")||o.css({zIndex:""}),k(),p!==c&&f.onreorder(l,$.makeArray(w.children().map(function(){return $(this).data("tabId")}))),_(u[c].el.data("tabId"))}})),setTimeout(function(){k()},10),h&&(h.remove(),h=null),y&&S.order(y)},removeTab:T,activateTab:_,nextTab:function(){var e=j();0<e.length&&_(e.find("a"))},previousTab:function(){var e=C();0<e.length&&_(e.find("a"))},resize:k,count:function(){return w.find("li.red-ui-tab:not(.hide)").length},activeIndex:function(){return w.find("li.active").index()},contains:function(e){return 0<w.find("a[href='#"+e+"']").length},showTab:function(e){var t;v[e]&&(t=w.find("a[href='#"+e+"']").parent()).hasClass("hide-tab")&&(t.removeClass("hide-tab").removeClass("hide"),1===w.find("li.red-ui-tab:not(.hide-tab)").length&&_(t.find("a")),k(),f.onshow&&f.onshow(v[e]))},hideTab:L,renameTab:function(e,t){v[e].label=t,w.find("a[href='#"+e+"']").find("span.red-ui-text-bidi-aware").text(t).attr("dir",RED.text.bidi.resolveBaseTextDir(t)),k()},listTabs:function(){return $.makeArray(w.children().map(function(){return $(this).data("tabId")}))},selection:p,clearSelection:function(){var e;f.onselect&&0<(e=w.find("li.red-ui-tab.selected")).length&&(e.removeClass("selected"),D())},order:function(e){y=e;for(var t=$.makeArray(w.children().map(function(){return $(this).data("tabId")})),o=!0,n=0;n<e.length;n++)if(e[n]!==t[n]){o=!1;break}if(!o){var i={},a=(w.children().detach().each(function(){i[$(this).data("tabId")]=$(this)}),{});for(f.collapsible&&m.children().detach().each(function(){var e=$(this).data("tabId");a[e=e||"__menu__"]=$(this)}),n=0;n<e.length;n++)i[e[n]]&&(i[e[n]].appendTo(w),f.collapsible&&a[e[n]].appendTo(m),delete i[e[n]]);for(n in i)i.hasOwnProperty(n)&&(i[n].appendTo(w),f.collapsible&&a[n].appendTo(m));f.collapsible&&(a.__menu__.appendTo(m),k())}}};return S}}}(),RED.stack={create:function(n){function i(){var t,e;0<r.length&&(t=0,r.forEach(function(e){t+=e.header.outerHeight()}),e=a.innerHeight(),s=e-t-(r.length-1),r.forEach(function(e){e.contentWrap.height(s)}))}var a=n.container,s=(a.addClass("red-ui-stack"),0),r=[],d=!0;return n.fill&&n.singleExpanded&&($(window).on("resize",i),$(window).on("focus",i)),{add:function(t){r.push(t),t.container=$('<div class="red-ui-palette-category">').appendTo(a),d||t.container.hide();var e,o=$('<div class="red-ui-palette-header"></div>').appendTo(t.container);return t.header=o,t.contentWrap=$("<div></div>",{style:"position:relative"}).appendTo(t.container),n.fill&&t.contentWrap.css("height",s),t.content=$("<div></div>").appendTo(t.contentWrap),!1!==t.collapsible?(o.on("click",function(){if(n.singleExpanded)if(t.isExpanded())2===r.length&&(r[0]===t?(r[0].collapse(),r[1].expand()):(r[1].collapse(),r[0].expand()));else{for(var e=0;e<r.length;e++)r[e].isExpanded()&&r[e].collapse();t.expand()}else t.toggle()}),e=$('<i class="fa fa-angle-down"></i>').appendTo(o),t.expanded?(t.container.addClass("expanded"),e.addClass("expanded")):t.contentWrap.hide()):($('<i style="opacity: 0.5;" class="fa fa-angle-down expanded"></i>').appendTo(o),o.css("cursor","default")),t.title=$("<span></span>").html(t.title).appendTo(o),t.toggle=function(){return t.isExpanded()?(t.collapse(),!1):(t.expand(),!0)},t.expand=function(){if(!t.isExpanded())return t.onexpand&&t.onexpand.call(t),n.singleExpanded&&r.forEach(function(e){e!==t&&e.collapse()}),e.addClass("expanded"),t.container.addClass("expanded"),t.contentWrap.slideDown(200),!0},t.collapse=function(){if(t.isExpanded())return e.removeClass("expanded"),t.container.removeClass("expanded"),t.contentWrap.slideUp(200),!0},t.isExpanded=function(){return t.container.hasClass("expanded")},n.fill&&n.singleExpanded&&i(),t},hide:function(){return d=!1,r.forEach(function(e){e.container.hide()}),this},show:function(){return d=!0,r.forEach(function(e){e.container.show()}),this},resize:function(){i()}}}},function(l){function e(e,t){return{option:(e=RED.utils.parseContextKey(e,t&&t.value)).store,value:e.key}}function t(e,t){return t&&(t="string"==typeof t?t:t.value)!==RED.settings.context.default?"#:("+t+")::"+e:e}function o(e,t){e.css("pointer-events","none"),e.css("flex-grow",0),e.css("position","relative"),e.css("overflow","visible"),l("<div></div>").text(t).css({position:"absolute",bottom:"-2px",right:"5px","font-size":"0.7em",opacity:.3}).appendTo(e),this.elementDiv.show()}var n,s={msg:{value:"msg",label:"msg.",validate:RED.utils.validatePropertyExpression,autoComplete:(n=[{value:"payload"},{value:"topic",source:["mqtt","inject","rbe"]},{value:"action",source:["mqtt"]},{value:"complete",source:["join"]},{value:"contentType",source:["mqtt"]},{value:"cookies",source:["http request","http response"]},{value:"correlationData",source:["mqtt"]},{value:"delay",source:["delay","trigger"]},{value:"encoding",source:["file"]},{value:"error",source:["catch"]},{value:"error.message",source:["catch"]},{value:"error.source",source:["catch"]},{value:"error.source.id",source:["catch"]},{value:"error.source.type",source:["catch"]},{value:"error.source.name",source:["catch"]},{value:"filename",source:["file","file in"]},{value:"flush",source:["delay"]},{value:"followRedirects",source:["http request"]},{value:"headers",source:["http response","http request"]},{value:"host",source:["tcp request","http request"]},{value:"ip",source:["udp out"]},{value:"kill",source:["exec"]},{value:"messageExpiryInterval",source:["mqtt"]},{value:"method",source:["http request"]},{value:"options",source:["xml"]},{value:"parts",source:["split","join","batch","sort"]},{value:"pid",source:["exec"]},{value:"port",source:["tcp request"," udp out"]},{value:"qos",source:["mqtt"]},{value:"rate",source:["delay"]},{value:"rejectUnauthorized",source:["http request"]},{value:"req",source:["http in"]},{value:"req.body",source:["http in"]},{value:"req.headers",source:["http in"]},{value:"req.query",source:["http in"]},{value:"req.params",source:["http in"]},{value:"req.cookies",source:["http in"]},{value:"req.files",source:["http in"]},{value:"requestTimeout",source:["http request"]},{value:"reset",source:["delay","trigger","join","rbe"]},{value:"responseCookies",source:["http request"]},{value:"responseTopic",source:["mqtt"]},{value:"responseURL",source:["http request"]},{value:"restartTimeout",source:["join"]},{value:"retain",source:["mqtt"]},{value:"schema",source:["json"]},{value:"select",source:["html"]},{value:"statusCode",source:["http response","http request"]},{value:"status",source:["status"]},{value:"status.text",source:["status"]},{value:"status.source",source:["status"]},{value:"status.source.type",source:["status"]},{value:"status.source.id",source:["status"]},{value:"status.source.name",source:["status"]},{value:"target",source:["link call"]},{value:"template",source:["template"]},{value:"toFront",source:["delay"]},{value:"url",source:["http request"]},{value:"userProperties",source:["mqtt"]},{value:"_session",source:["websocket out","tcp out"]}],function(r){var d=[];return n.forEach(e=>{var t=e.value,e=(e.source||[]).join(","),o=c(t,r),n=c(e,r);if(o.found||n.found){var i=l("<div>",{style:"display: flex"});const a=l("<div/>",{style:"font-family: var(--red-ui-monospace-font); white-space:nowrap; overflow: hidden; flex-grow:1"});if(a.append(u(o)),a.appendTo(i),e){const s=l("<div>").css({"font-size":"0.8em"});s.append(u(n)),s.appendTo(i)}d.push({value:t,label:i,i:(o.found?o:n).index})}}),d.sort(function(e,t){return e.i-t.i}),d})},flow:{value:"flow",label:"flow.",hasValue:!0,options:[],validate:RED.utils.validatePropertyExpression,parse:e,export:t,valueLabel:o},global:{value:"global",label:"global.",hasValue:!0,options:[],validate:RED.utils.validatePropertyExpression,parse:e,export:t,valueLabel:o},str:{value:"str",label:"string",icon:"red/images/typedInput/az.svg"},num:{value:"num",label:"number",icon:"red/images/typedInput/09.svg",validate:/^[+-]?[0-9]*\.?[0-9]*([eE][-+]?[0-9]+)?$/},bool:{value:"bool",label:"boolean",icon:"red/images/typedInput/bool.svg",options:["true","false"]},json:{value:"json",label:"JSON",icon:"red/images/typedInput/json.svg",validate:function(e){try{return JSON.parse(e),!0}catch(e){return!1}},expand:function(){var o=this,e=this.value();try{e=JSON.stringify(JSON.parse(e),null,4)}catch(e){}RED.editor.editJSON({value:e,stateId:RED.editor.generateViewStateId("typedInput",o,"json"),focus:!0,complete:function(e){var t=e;try{t=JSON.stringify(JSON.parse(e))}catch(e){}o.value(t)}})}},re:{value:"re",label:"regular expression",icon:"red/images/typedInput/re.svg"},date:{value:"date",label:"timestamp",icon:"fa fa-clock-o",hasValue:!1},jsonata:{value:"jsonata",label:"expression",icon:"red/images/typedInput/expr.svg",validate:function(e){try{return jsonata(e),!0}catch(e){return!1}},expand:function(){var t=this;RED.editor.editExpression({value:this.value().replace(/\t/g,"\n"),stateId:RED.editor.generateViewStateId("typedInput",t,"jsonata"),focus:!0,complete:function(e){t.value(e.replace(/\n/g,"\t"))}})}},bin:{value:"bin",label:"buffer",icon:"red/images/typedInput/bin.svg",expand:function(){var t=this;RED.editor.editBuffer({value:this.value(),stateId:RED.editor.generateViewStateId("typedInput",t,"bin"),focus:!0,complete:function(e){t.value(e)}})}},env:{value:"env",label:"env variable",icon:"red/images/typedInput/env.svg"},node:{value:"node",label:"node",icon:"red/images/typedInput/target.svg",valueLabel:function(e,t){var o,n,t=RED.nodes.node(t),i=l("<div>",{class:"red-ui-search-result-node"}).css({"margin-top":"2px","margin-left":"3px"}).appendTo(e),e=l("<span>").css({"line-height":"32px","margin-left":"6px"}).appendTo(e);t?(o=RED.utils.getNodeColor(t.type,t._def),n=RED.utils.getNodeIcon(t._def,t),"tab"===t.type&&(o="#C0DEED"),i.css("backgroundColor",o),o=l("<div/>",{class:"red-ui-palette-icon-container"}).appendTo(i),RED.utils.createIconElement(n,o,!0),n=RED.utils.getNodeLabel(t,t.id),e.text(n)):i.css({backgroundColor:"#eee","border-style":"dashed"})},expand:function(){var t=this;RED.tray.hide(),RED.view.selectNodes({single:!0,selected:[t.value()],onselect:function(e){t.value(e.id),RED.tray.show()},oncancel:function(){RED.tray.show()}})}},cred:{value:"cred",label:"credential",icon:"fa fa-lock",inputType:"password",valueLabel:function(t,e){var o,n,i,a=this,s=(t.css("pointer-events","none"),t.css("flex-grow",0),this.elementDiv.hide(),l("<div>").css({position:"absolute",right:"6px",top:"6px","pointer-events":"all"}).appendTo(t)),r=l('<button type="button" class="red-ui-button red-ui-button-small"></button>').css({width:"20px"}).appendTo(s).on("click",function(e){e.preventDefault();var t=a.input[0].selectionStart;"text"===a.input.attr("type")?(a.input.attr("type","password"),d.removeClass("fa-eye-slash").addClass("fa-eye")):(a.input.attr("type","text"),d.removeClass("fa-eye").addClass("fa-eye-slash")),setTimeout(function(){a.input.focus(),a.input[0].setSelectionRange(t,t)},50)}).hide(),d=l('<i class="fa fa-eye"></i>').css("margin-left","-2px").appendTo(r);"__PWRD__"===e?(o=l('<div><i class="fa fa-asterisk"></i><i class="fa fa-asterisk"></i><i class="fa fa-asterisk"></i><i class="fa fa-asterisk"></i><i class="fa fa-asterisk"></i></div>').css({padding:"6px 6px",borderRadius:"4px"}).addClass("red-ui-typedInput-value-label-inactive").appendTo(t),n=l('<button type="button" class="red-ui-button red-ui-button-small"><i class="fa fa-pencil"></i></button>').appendTo(s).on("click",function(e){e.preventDefault(),o.hide(),t.css("background","none"),t.css("pointer-events","none"),a.input.val(""),a.element.val(""),a.elementDiv.show(),n.hide(),i.show(),r.show(),setTimeout(function(){a.input.focus()},50)}),i=l('<button type="button" class="red-ui-button red-ui-button-small"><i class="fa fa-times"></i></button>').css("margin-left","3px").appendTo(s).on("click",function(e){e.preventDefault(),o.show(),t.css("background",""),a.input.val("__PWRD__"),a.element.val("__PWRD__"),a.elementDiv.hide(),n.show(),i.hide(),r.hide(),a.input.attr("type","password"),d.removeClass("fa-eye-slash").addClass("fa-eye")}).hide()):(t.css("background","none"),t.css("pointer-events","none"),this.elementDiv.show(),r.show())}}};function c(e,t){var o=e.toLowerCase().indexOf(t.toLowerCase()),t=-1<o?t.length:0;return{index:o,found:-1<o,pre:e.substring(0,o),match:e.substring(o,o+t),post:e.substring(o+t)}}function u(e){const t=[];return e.pre&&t.push(l("<span/>").text(e.pre)),e.match&&t.push(l("<span/>",{style:"font-weight: bold; color: var(--red-ui-text-color-link);"}).text(e.match)),e.post&&t.push(l("<span/>").text(e.post)),t}function r(e,t){if(e.multiple){var o={},n=[];t.split(",").forEach(function(e){e&&(o[e]=!0)});for(a=0;a<e.options.length;a++){var i="string"==typeof(op=e.options[a])?op:op.value;o.hasOwnProperty(i)&&(delete o[i],n.push("string"==typeof op?{value:op}:op.value))}return l.isEmptyObject(o)?n:null}for(var a=0;a<e.options.length;a++){if("string"==typeof(op=e.options[a])&&op===t)return{value:t};if(op.value===t)return op}}var d=!1;l.widget("nodered.typedInput",{_create:function(){try{if(!d&&RED&&RED._){for(var e in s)s.hasOwnProperty(e)&&(s[e].label=RED._("typedInput.type."+e,{defaultValue:s[e].label}));var t=RED.settings.context.stores.map(function(e){return{value:e,label:e,icon:'<i class="red-ui-typedInput-icon fa fa-database"></i>'}}).sort(function(e,t){return e.value===RED.settings.context.default?-1:t.value===RED.settings.context.default?1:e.value.localeCompare(t.value)});t.length<2?(s.flow.options=[],s.global.options=[]):(s.flow.options=t,s.global.options=t)}d=!0;var o,n,i=this,a=(this.identifier=this.element.attr("id")||"TypedInput-"+Math.floor(100*Math.random()),this.options.debug&&console.log(this.identifier,"Create",{defaultType:this.options.default,value:this.element.val()}),this.disarmClick=!1,this.input=l('<input class="red-ui-typedInput-input" type="text"></input>'),this.input.insertAfter(this.element),this.input.val(this.element.val()),this.element.addClass("red-ui-typedInput"),this.uiWidth=this.element.outerWidth(),this.elementDiv=this.input.wrap("<div>").parent().addClass("red-ui-typedInput-input-wrap"),this.uiSelect=this.elementDiv.wrap("<div>").parent(),this.element.attr("style"));null!==(o=/width\s*:\s*(calc\s*\(.*\)|\d+(%|px))/i.exec(a))?(this.input.css("width","100%"),this.uiSelect.width(o[1]),this.uiWidth=null):0!==this.uiWidth&&this.uiSelect.width(this.uiWidth),["Right","Left"].forEach(function(e){var t=i.element.css("margin"+e);i.uiSelect.css("margin"+e,t),i.input.css("margin"+e,0)}),["type","placeholder","autocomplete","data-i18n"].forEach(function(e){var t=i.element.attr(e);i.input.attr(e,t)}),this.defaultInputType=this.input.attr("type"),this.oldValues={},this.uiSelect.addClass("red-ui-typedInput-container"),this.element.attr("type","hidden"),!this.options.types&&this.options.type?this.options.types=[this.options.type]:this.options.types=this.options.types||Object.keys(s),this.selectTrigger=l('<button type="button" class="red-ui-typedInput-type-select" tabindex="0"></button>').prependTo(this.uiSelect),l('<i class="red-ui-typedInput-icon fa fa-caret-down"></i>').toggle(1<this.options.types.length).appendTo(this.selectTrigger),this.selectLabel=l('<span class="red-ui-typedInput-type-label"></span>').appendTo(this.selectTrigger),this.valueLabelContainer=l('<div class="red-ui-typedInput-value-label">').appendTo(this.uiSelect),this.types(this.options.types),this.options.typeField?(this.typeField=l(this.options.typeField).hide(),(n=this.typeField.val())&&this.typeMap[n]&&(this.options.default=n)):this.typeField=l("<input>",{type:"hidden"}).appendTo(this.uiSelect),this.input.on("focus",function(){i.uiSelect.addClass("red-ui-typedInput-focus")}),this.input.on("blur",function(){i.uiSelect.removeClass("red-ui-typedInput-focus")}),this.input.on("change",function(){i.validate(),i.element.val(i.value()),i.element.trigger("change",[i.propertyType,i.value()])}),this.input.on("keyup",function(e){i.validate(),i.element.val(i.value()),i.element.trigger("keyup",e)}),this.input.on("paste",function(e){i.validate(),i.element.val(i.value()),i.element.trigger("paste",e)}),this.input.on("keydown",function(e){i.typeMap[i.propertyType].autoComplete||37<=e.keyCode&&e.keyCode<=40&&e.stopPropagation()}),this.selectTrigger.on("click",function(e){e.preventDefault(),e.stopPropagation(),i._showTypeMenu()}),this.selectTrigger.on("keydown",function(e){40===e.keyCode&&i._showTypeMenu(),e.stopPropagation()}).on("focus",function(){i.uiSelect.addClass("red-ui-typedInput-focus")}).on("blur",function(){!1===i.typeMap[i.propertyType].hasValue&&i.uiSelect.removeClass("red-ui-typedInput-focus")}),this.optionSelectTrigger=l('<button type="button" tabindex="0" class="red-ui-typedInput-option-trigger" style="display:inline-block"><span class="red-ui-typedInput-option-caret"><i class="red-ui-typedInput-icon fa fa-caret-down"></i></span></button>').appendTo(this.uiSelect),this.optionSelectLabel=l('<span class="red-ui-typedInput-option-label"></span>').prependTo(this.optionSelectTrigger),this.optionSelectTrigger.on("click",function(e){e.preventDefault(),e.stopPropagation(),i._showOptionSelectMenu()}).on("keydown",function(e){40===e.keyCode&&i._showOptionSelectMenu(),e.stopPropagation()}).on("blur",function(){i.uiSelect.removeClass("red-ui-typedInput-focus")}).on("focus",function(){i.uiSelect.addClass("red-ui-typedInput-focus")}),this.optionExpandButton=l('<button type="button" tabindex="0" class="red-ui-typedInput-option-expand" style="display:inline-block"></button>').appendTo(this.uiSelect),this.optionExpandButtonIcon=l('<i class="red-ui-typedInput-icon fa fa-ellipsis-h"></i>').appendTo(this.optionExpandButton),this.type(this.typeField.val()||this.options.default||this.typeList[0].value),this.typeChanged=!!this.options.default}catch(e){console.log(e.stack)}},_showTypeMenu:function(){var e;1<this.typeList.length?(this._showMenu(this.menu,this.selectTrigger),e=this.menu.find("[value='"+this.propertyType+"']"),setTimeout(function(){e.trigger("focus")},120)):this.input.trigger("focus")},_showOptionSelectMenu:function(){var e;this.optionMenu&&(this.optionMenu.css({minWidth:this.optionSelectLabel.width()}),this._showMenu(this.optionMenu,this.optionSelectTrigger),e=this.optionValue,null!==this.optionValue&&void 0!==this.optionValue||(e=this.value()),(e=0===(e=this.optionMenu.find("[value='"+e+"']")).length?this.optionMenu.children(":first"):e).trigger("focus"))},_hideMenu:function(e){var t;l(document).off("mousedown.red-ui-typedInput-close-property-select"),e.hide(),e.css({height:"auto"}),e.opts.multiple&&(t=[],e.find('input[type="checkbox"]').each(function(){l(this).prop("checked")&&t.push(l(this).data("value"))}),e.callback(t)),(this.elementDiv.is(":visible")?this.input:this.optionSelectTrigger.is(":visible")?this.optionSelectTrigger:this.selectTrigger).trigger("focus")},_createMenu:function(e,n,i){var a=this,s=l("<div>").addClass("red-ui-typedInput-options red-ui-editor-dialog");return s.opts=n,s.callback=i,e.forEach(function(t){"string"==typeof t&&(t={value:t,label:t});var o,e=l('<a href="#"></a>').attr("value",t.value).appendTo(s);t.label&&e.text(t.label),t.title&&e.prop("title",t.title),t.icon?(0===t.icon.indexOf("<")?l(t.icon):-1!==t.icon.indexOf("/")?l("<i>",{class:"red-ui-typedInput-icon",style:"mask-image: url("+t.icon+"); -webkit-mask-image: url("+t.icon+");"}):l("<i>",{class:"red-ui-typedInput-icon "+t.icon})).prependTo(e):e.css({paddingLeft:"18px"}),t.icon||t.label||e.text(t.value),n.multiple&&(o=l('<input type="checkbox">').css("pointer-events","none").data("value",t.value).prependTo(e).on("mousedown",function(e){e.preventDefault()})),e.on("click",function(e){e.preventDefault(),e.stopPropagation(),n.multiple?o.prop("checked",!o.prop("checked")):(i(t.value),a._hideMenu(s))})}),s.css({display:"none"}),s.appendTo(document.body),s.on("keydown",function(e){40===e.keyCode?(e.preventDefault(),l(this).children(":focus").next().trigger("focus")):38===e.keyCode?(e.preventDefault(),l(this).children(":focus").prev().trigger("focus")):27===e.keyCode&&(e.preventDefault(),a._hideMenu(s)),e.stopPropagation()}),s},_showMenu:function(t,o){var n,i,e,a,s;this.disarmClick?this.disarmClick=!1:(t.opts.multiple&&(n={},this.value().split(",").forEach(function(e){n[e]=!0}),t.find('input[type="checkbox"]').each(function(){l(this).prop("checked",n[l(this).data("value")])})),i=this,e=o.offset(),s=o.height(),a=t.height(),(s=s+e.top)+a-l(document).scrollTop()>l(window).height()&&(s-=s+a-l(window).height()+5),s<0&&(t.height(a+s),s=0),t.css({top:s+"px",left:e.left+"px"}),t.slideDown(100),this._delay(function(){i.uiSelect.addClass("red-ui-typedInput-focus"),l(document).on("mousedown.red-ui-typedInput-close-property-select",function(e){l(e.target).closest(t).length||i._hideMenu(t),l(e.target).closest(o).length&&(i.disarmClick=!0,e.preventDefault())})}))},_getLabelWidth:function(e,t){var o,n,i,a=e.outerWidth();0===a?(o=l('<div class="red-ui-editor"></div>').css({position:"absolute","white-space":"nowrap",top:-2e3}).appendTo(document.body),n=l('<div class="red-ui-typedInput-container"></div>').appendTo(o),i=e.clone().appendTo(n),setTimeout(function(){a=i.outerWidth(),o.remove(),t(a)},50)):t(a)},_updateOptionSelectLabel:function(e){var t,o=this.typeMap[this.propertyType];this.optionSelectLabel.empty(),o.hasValue?(this.valueLabelContainer.empty(),this.valueLabelContainer.show()):this.valueLabelContainer.hide(),this.typeMap[this.propertyType].valueLabel&&(o.multiple?this.typeMap[this.propertyType].valueLabel.call(this,o.hasValue?this.valueLabelContainer:this.optionSelectLabel,e):this.typeMap[this.propertyType].valueLabel.call(this,o.hasValue?this.valueLabelContainer:this.optionSelectLabel,e.value)),this.typeMap[this.propertyType].valueLabel&&!o.hasValue||(o.multiple?this.optionSelectLabel.text(e.length+" selected"):(e.icon?(0===e.icon.indexOf("<")?l(e.icon):-1!==e.icon.indexOf("/")?l("<img>",{src:(t=e.icon,t=/^red\/images\/typedInput\/.+\.png$/.test(t)?t.replace(/.png$/,".svg"):t),style:"height: 18px;"}):l("<i>",{class:"red-ui-typedInput-icon "+e.icon})).prependTo(this.optionSelectLabel):e.label?this.optionSelectLabel.text(e.label):this.optionSelectLabel.text(e.value),o.hasValue&&(this.optionValue=e.value,this.input.trigger("change",[this.propertyType,this.value()]))))},_destroy:function(){this.optionMenu&&this.optionMenu.remove(),this.menu.remove(),this.uiSelect.remove()},types:function(e){var t=this,o=this.type(),n=(this.typeMap={},void 0===this.typeList);this.typeList=e.map(function(e){e="string"==typeof e?s[e]:e;return t.typeMap[e.value]=e}),this.typeList.length<2?(this.selectTrigger.attr("tabindex",-1),this.selectTrigger.on("mousedown.red-ui-typedInput-focus-block",function(e){e.preventDefault()})):(this.selectTrigger.attr("tabindex",0),this.selectTrigger.off("mousedown.red-ui-typedInput-focus-block")),this.selectTrigger.toggleClass("disabled",1===this.typeList.length),this.selectTrigger.find(".fa-caret-down").toggle(1<this.typeList.length),this.menu&&this.menu.remove(),this.menu=this._createMenu(this.typeList,{},function(e){t.type(e)}),o&&!this.typeMap.hasOwnProperty(o)?n||this.type(this.typeList[0].value):(this.propertyType=null,n||this.type(o)),1!==this.typeList.length||this.typeList[0].icon||this.typeList[0].label&&!1!==this.typeList[0].showLabel?this.selectTrigger.show():this.selectTrigger.hide()},width:function(e){this.uiWidth=e,null!==this.uiWidth&&this.uiSelect.width(this.uiWidth)},value:function(e){var n,t,o,i=this,a=this.typeMap[this.propertyType]||{};if(!arguments.length)return o=this.input.val(),a.export?a.export(o,this.optionValue):o;this.options.debug&&console.log(this.identifier,"----- SET VALUE ------",e),n=[],o=e,a.options?(a.hasValue&&a.parse&&(t=a.parse(e),this.options.debug&&console.log(this.identifier,"new parse",t),e=t.value,o=t.option||t.value),t=[o],a.multiple&&(n=[],t=o.split(",")),t.forEach(function(e){for(var t=0;t<a.options.length;t++){var o=a.options[t];if("string"==typeof o){if(o===e||o===""+e){n.push(i.activeOptions[o]);break}}else if(o.value===e){n.push(o);break}}}),this.options.debug&&console.log(this.identifier,"set value to",e),this.input.val(e),a.multiple?this._updateOptionSelectLabel(n):(0===n.length&&(n=[{value:""}]),this._updateOptionSelectLabel(n[0]))):(this.input.val(e),a.valueLabel&&(this.valueLabelContainer.empty(),a.valueLabel.call(this,this.valueLabelContainer,e))),this.input.trigger("change",[this.type(),e])},type:function(e){if(!arguments.length)return this.propertyType;var t,o,n=this,i=(this.options.debug&&console.log(this.identifier,"----- SET TYPE -----",e),null),a=this.typeMap[e];a&&this.propertyType!==e&&(o=this.typeMap[this.propertyType],i=this.input.val(),o&&this.typeChanged&&(this.options.debug&&console.log(this.identifier,"typeChanged",{previousType:o,previousValue:i}),o.options&&!0!==a.hasValue||!1===o.hasValue?this.oldValues[o.value]=i:this.oldValues._=i,a.options&&!0!==a.hasValue||!1===a.hasValue?this.oldValues.hasOwnProperty(a.value)?(this.options.debug&&console.log(this.identifier,"restored previous (1)",this.oldValues[a.value]),this.input.val(this.oldValues[a.value])):a.options?(t=r(a,i),this.options.debug&&console.log(this.identifier,{previousValue:i,opt:a,validOptions:t}),(i||""===i)&&t?(this.options.debug&&console.log(this.identifier,"restored previous (2)"),this.input.val(i)):"string"==typeof a.default?(this.options.debug&&console.log(this.identifier,"restored previous (3)",a.default),this.input.val(a.default)):Array.isArray(a.default)?(this.options.debug&&console.log(this.identifier,"restored previous (4)",a.default.join(",")),this.input.val(a.default.join(","))):(this.options.debug&&console.log(this.identifier,"restored previous (5)"),this.input.val(""))):(this.options.debug&&console.log(this.identifier,"restored default/blank",a.default||""),this.input.val(a.default||"")):(this.options.debug&&console.log(this.identifier,"restored old/default/blank"),this.input.val(this.oldValues.hasOwnProperty("_")?this.oldValues._:a.default||"")),o.autoComplete&&this.input.autoComplete("destroy")),this.propertyType=e,this.typeChanged=!0,this.typeField&&this.typeField.val(e),this.selectLabel.empty(),a.icon&&!1!==a.showLabel&&(0===a.icon.indexOf("<")?l(a.icon):-1!==a.icon.indexOf("/")?l("<i>",{class:"red-ui-typedInput-icon",style:"mask-image: url("+a.icon+"); -webkit-mask-image: url("+a.icon+"); margin-right: 4px;height: 18px;width:13px"}):l("<i>",{class:"red-ui-typedInput-icon "+a.icon,style:"min-width: 13px; margin-right: 4px;"})).prependTo(this.selectLabel),!1!==a.hasValue&&(!1===a.showLabel||a.icon)||this.selectLabel.text(a.label),a.label?this.selectTrigger.attr("title",a.label):this.selectTrigger.attr("title",""),!1===a.hasValue?this.selectTrigger.addClass("red-ui-typedInput-full-width"):this.selectTrigger.removeClass("red-ui-typedInput-full-width"),this.optionMenu&&(this.optionMenu.remove(),this.optionMenu=null),a.options?(this.optionExpandButton&&(this.optionExpandButton.hide(),this.optionExpandButton.shown=!1),this.optionSelectTrigger&&(this.optionSelectTrigger.css({display:"inline-flex"}),a.hasValue?(this.optionSelectTrigger.css({"flex-grow":0}),this.elementDiv.show()):(this.optionSelectTrigger.css({"flex-grow":1}),this.elementDiv.hide()),this.valueLabelContainer.hide(),this.activeOptions={},a.options.forEach(function(e){"string"==typeof e?n.activeOptions[e]={label:e,value:e}:n.activeOptions[e.value]=e}),n.activeOptions.hasOwnProperty(n.optionValue)||(n.optionValue=null),a.hasValue?(t=this.optionValue||a.options[0],a.parse&&(i="string"==typeof t?{value:t}:t,(o=a.parse(this.input.val(),i)).option&&(t=o.option,this.activeOptions.hasOwnProperty(t)||(o.option=Object.keys(this.activeOptions)[0],t=o.option)),this.input.val(o.value),a.export&&this.element.val(a.export(o.value,o.option||t))),"string"==typeof t?(this.optionValue=t,(t=this.activeOptions.hasOwnProperty(t)?t:Object.keys(this.activeOptions)[0])?this._updateOptionSelectLabel(this.activeOptions[t]):this.optionSelectTrigger.hide()):t?(this.options.debug&&console.log(this.identifier,"HERE",{optionValue:t.value}),this.optionValue=t.value,this._updateOptionSelectLabel(t)):this.optionSelectTrigger.hide()):(i=r(a,this.input.val()),a.multiple?(i||(i=(a.default||[]).map(function(e){return"string"==typeof e?e:e.value}),this.value(i.join(","))),n._updateOptionSelectLabel(i)):i?n._updateOptionSelectLabel(i):"string"==typeof(o=a.options[0])?(this.value(o),n._updateOptionSelectLabel({value:o})):(this.value(o.value),n._updateOptionSelectLabel(o))),this.optionMenu=this._createMenu(a.options,a,function(e){a.multiple?(n._updateOptionSelectLabel(e),a.hasValue||n.value(e.join(","))):(n._updateOptionSelectLabel(n.activeOptions[e]),a.hasValue||n.value(n.activeOptions[e].value))}))):(this.optionSelectTrigger&&this.optionSelectTrigger.hide(),a.inputType?this.input.attr("type",a.inputType):this.input.attr("type",this.defaultInputType),!1===a.hasValue?(this.elementDiv.hide(),this.valueLabelContainer.hide()):a.valueLabel?(this.valueLabelContainer.css("pointer-events",""),this.valueLabelContainer.css("flex-grow",1),this.valueLabelContainer.css("overflow","hidden"),this.valueLabelContainer.show(),this.valueLabelContainer.empty(),this.elementDiv.hide(),a.valueLabel.call(this,this.valueLabelContainer,this.input.val())):(this.valueLabelContainer.hide(),this.elementDiv.show(),a.autoComplete&&this.input.autoComplete({search:a.autoComplete,minLength:0})),this.optionExpandButton&&(a.expand?(a.expand.icon?this.optionExpandButtonIcon.removeClass().addClass("red-ui-typedInput-icon fa "+a.expand.icon):this.optionExpandButtonIcon.removeClass().addClass("red-ui-typedInput-icon fa fa-ellipsis-h"),this.optionExpandButton.shown=!0,this.optionExpandButton.show(),this.optionExpandButton.off("click"),this.optionExpandButton.on("click",function(e){var t;e.preventDefault(),"function"==typeof a.expand?a.expand.call(n):(e=l("<div>"),t=a.expand.content.call(n,e),(e=RED.popover.panel(e)).container.css({width:n.valueLabelContainer.width()}),a.expand.minWidth&&e.container.css({minWidth:a.expand.minWidth+"px"}),e.show({target:n.optionExpandButton,onclose:t.onclose,align:"left"}))})):(this.optionExpandButton.shown=!1,this.optionExpandButton.hide()))),this._trigger("typechange",null,this.propertyType),this.input.trigger("change",[this.propertyType,this.value()]))},validate:function(){var e=this.value(),t=this.type();return(t=!this.typeMap[t]||!this.typeMap[t].validate||("function"==typeof(t=this.typeMap[t].validate)?t(e):t.test(e)))?this.uiSelect.removeClass("input-error"):this.uiSelect.addClass("input-error"),t},show:function(){this.uiSelect.show()},hide:function(){this.uiSelect.hide()},disable:function(e){void 0===e||e?this.uiSelect.attr("disabled","disabled"):this.uiSelect.attr("disabled",null)},enable:function(){this.uiSelect.attr("disabled",null)},disabled:function(){return"disabled"===this.uiSelect.attr("disabled")},focus:function(){this.input.focus()}})}(jQuery),function(r){r.widget("nodered.toggleButton",{_create:function(){var t=this,o=!1,e=(this.options.hasOwnProperty("invertState")&&(o=this.options.invertState),this.options.baseClass||"red-ui-button"),n=this.options.hasOwnProperty("enabledIcon")?this.options.enabledIcon:"fa-check-square-o",i=this.options.hasOwnProperty("disabledIcon")?this.options.disabledIcon:"fa-square-o",a=this.options.hasOwnProperty("enabledLabel")?this.options.enabledLabel:RED._("editor:workspace.enabled"),s=this.options.hasOwnProperty("disabledLabel")?this.options.disabledLabel:RED._("editor:workspace.disabled"),e=(this.element.css("display","none"),this.element.on("focus",function(){t.button.focus()}),this.button=r('<button type="button" class="red-ui-toggleButton '+e+' toggle single"></button>'),(a||s)&&(this.buttonLabel=r("<span>").appendTo(this.button).css("margin-left","5px")),this.options.class&&this.button.addClass(this.options.class),this.element.after(this.button),n&&i&&(this.buttonIcon=r('<i class="fa"></i>').prependTo(this.button)),this.button.addClass("selected"),this.buttonIcon&&this.buttonIcon.addClass(n),this.buttonLabel&&this.buttonLabel.text(a),this.button.width());this.button.removeClass("selected"),this.buttonIcon&&(this.buttonIcon.removeClass(n),t.buttonIcon.addClass(i)),this.buttonLabel&&t.buttonLabel.text(s),e=Math.max(e,this.button.width()),this.buttonIcon&&this.buttonIcon.removeClass(i),0<e&&this.button.width(Math.ceil(e)),this.button.on("click",function(e){e.stopPropagation(),t.state?t.element.prop("checked",o):t.element.prop("checked",!o),t.element.trigger("change")}),this.element.on("change",function(e){r(this).prop("checked")!==o?(t.button.addClass("selected"),t.state=!0,t.buttonIcon&&(t.buttonIcon.addClass(n),t.buttonIcon.removeClass(i)),t.buttonLabel&&t.buttonLabel.text(a)):(t.button.removeClass("selected"),t.state=!1,t.buttonIcon&&(t.buttonIcon.addClass(i),t.buttonIcon.removeClass(n)),t.buttonLabel&&t.buttonLabel.text(s))}),this.element.trigger("change")}})}(jQuery),jQuery.widget("nodered.autoComplete",{_create:function(){const o=this;this.completionMenuShown=!1,this.options.minLength=function(e,t,o,n){if(null==e)return t||0;o=null==o?Number.NEGATIVE_INFINITY:o,n=null==n?Number.POSITIVE_INFINITY:n;let i=parseInt(e);(isNaN(i)||i<o||i>n)&&(i=t||0);return i}(this.options.minLength,1,0),this.options.search=this.options.search||function(){return[]},this.element.addClass("red-ui-autoComplete"),this.element.on("keydown.red-ui-autoComplete",function(e){var t;13!==e.keyCode&&9!==e.keyCode||!o.completionMenuShown||(t=o.menu.options(),o.element.val(t[0].value),o.menu.hide(),e.preventDefault())}),this.element.on("keyup.red-ui-autoComplete",function(e){13!==e.keyCode&&9!==e.keyCode&&27!==e.keyCode&&(8!==e.keyCode&&46!==e.keyCode||o.completionMenuShown)&&o._updateCompletions(this.value)})},_showCompletionMenu:function(e){this.completionMenuShown||(this.menu=RED.popover.menu({tabSelect:!0,width:300,maxHeight:200,class:"red-ui-autoComplete-container",options:e,onselect:e=>{this.element.val(e.value),this.element.focus(),this.element.trigger("change")},onclose:()=>{this.completionMenuShown=!1,delete this.menu,this.element.focus()}}),this.menu.show({target:this.element}),this.completionMenuShown=!0)},_updateCompletions:function(e){const o=this;if(e.trim().length<this.options.minLength)this.completionMenuShown&&this.menu.hide();else if(2===this.options.search.length){const n=1+Math.floor(1e4*Math.random());this.pendingRequest=n,this.options.search(e,function(e){t(e,n)})}else t(this.options.search(e));function t(e,t){t&&t!==o.pendingRequest||(e&&0!==e.length?o.completionMenuShown?o.menu.options(e):o._showCompletionMenu(e):o.completionMenuShown&&o.menu.hide())}},_destroy:function(){this.element.removeClass("red-ui-autoComplete"),this.element.off("keydown.red-ui-autoComplete"),this.element.off("keyup.red-ui-autoComplete"),this.completionMenuShown&&this.menu.hide()}}),RED.actions=function(){var a={};function s(e){let t=a[e];return t?(t.label||(o=(o=(o=t.options)?o.label:void 0)||"action-list."+e.replace(/^.*:/,""),(n=RED._(o))===o&&(n=e.replace(/(^.+:([a-z]))|(-([a-z]))/g,function(){return 0===arguments[5]?arguments[2].toUpperCase():" "+arguments[4].toUpperCase()})),t.label=n),t.label):"";var o,n}return{add:function(e,t,o){if("function"!=typeof t)throw new Error("Action handler not a function");if(a[e])throw new Error("Cannot override existing action");a[e]={handler:t,options:o}},remove:function(e){delete a[e]},get:function(e){return a[e].handler},getLabel:s,invoke:function(){var e=Array.prototype.slice.call(arguments),t=e.shift();a.hasOwnProperty(t)&&a[t].handler.apply(null,e)},list:function(){var i=[];return Object.keys(a).forEach(function(e){var t=a[e],o=RED.keyboard.getShortcut(e),n=!1,n=o?o.user:!!RED.keyboard.getUserShortcut(e);t.label||(t.label=s(e)),i.push({id:e,scope:o?o.scope:void 0,key:o?o.key:void 0,user:n,label:t.label,options:t.options})}),i}}}(),RED.deploy=function(){var t={full:{img:"red/images/deploy-full-o.svg"},nodes:{img:"red/images/deploy-nodes-o.svg"},flows:{img:"red/images/deploy-flows-o.svg"}},c={unknown:!1,unusedConfig:!1,invalid:!1},u="full",p=!1,l=null;function s(e){u=e,$("#red-ui-header-button-deploy-icon").attr("src",t[e].img)}function f(e){var t="",o=(e.z&&(t=(o=RED.nodes.workspace(e.z))?o.label:(o=RED.nodes.subflow(e.z)).name),RED.utils.getNodeLabel(e,e.id));return{tab:t,type:e.type,label:o}}function h(e,t){return e.tab<t.tab?-1:e.tab>t.tab?1:e.type<t.type?-1:e.type>t.type?1:e.name<t.name?-1:e.name>t.name?1:0}function g(e,t){var o=$("<div>"),n=($('<p data-i18n="deploy.confirm.conflict"></p>').appendTo(o),$('<div class="red-ui-deploy-dialog-confirm-conflict-row"><img src="red/images/spin.svg"/><div data-i18n="deploy.confirm.conflictChecking"></div></div>').appendTo(o)),i=$('<div class="red-ui-deploy-dialog-confirm-conflict-row"><i class="fa fa-check"></i><div data-i18n="deploy.confirm.conflictAutoMerge"></div></div>').hide().appendTo(o),a=$('<div class="red-ui-deploy-dialog-confirm-conflict-row"><i class="fa fa-exclamation"></i><div data-i18n="deploy.confirm.conflictManualMerge"></div></div>').hide().appendTo(o),s=(o.i18n(),l=null,[{text:RED._("common.label.cancel"),click:function(){r.close()}},{id:"red-ui-deploy-dialog-confirm-deploy-review",text:RED._("deploy.confirm.button.review"),class:"primary disabled",click:function(){$("#red-ui-deploy-dialog-confirm-deploy-review").hasClass("disabled")||(RED.diff.showRemoteDiff(),r.close())}},{id:"red-ui-deploy-dialog-confirm-deploy-merge",text:RED._("deploy.confirm.button.merge"),class:"primary disabled",click:function(){$("#red-ui-deploy-dialog-confirm-deploy-merge").hasClass("disabled")||(RED.diff.mergeDiff(l),r.close())}}]),r=(t&&s.push({id:"red-ui-deploy-dialog-confirm-deploy-overwrite",text:RED._("deploy.confirm.button.overwrite"),class:"primary",click:function(){D(!0,t),r.close()}}),RED.notify(o,{modal:!0,fixed:!0,width:600,buttons:s})),d=Date.now();RED.diff.getRemoteDiff(function(e){var t=Math.max(1e3-(Date.now()-d),0);l=e,setTimeout(function(){n.hide(),0===Object.keys(e.conflicts).length?(i.show(),$("#red-ui-deploy-dialog-confirm-deploy-merge").removeClass("disabled")):a.show(),$("#red-ui-deploy-dialog-confirm-deploy-review").removeClass("disabled")},t)})}function m(e){var t;return 5<e.length&&(t=e.length-5,(e=e.slice(0,5)).push(RED._("deploy.confirm.plusNMore",{count:t}))),e}function v(e){return e.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;")}function b(){$("#red-ui-header-shade").show(),$("#red-ui-editor-shade").show(),$("#red-ui-palette-shade").show(),$("#red-ui-sidebar-shade").show()}function y(){$("#red-ui-header-shade").hide(),$("#red-ui-editor-shade").hide(),$("#red-ui-palette-shade").hide(),$("#red-ui-sidebar-shade").hide()}function w(){$(".red-ui-deploy-button-content").css("opacity",0),$(".red-ui-deploy-button-spinner").show(),$("#red-ui-header-button-deploy").addClass("disabled")}function E(){$(".red-ui-deploy-button-content").css("opacity",1),$(".red-ui-deploy-button-spinner").hide()}function r(e){const t=Date.now(),i=!$("#red-ui-header-button-deploy").hasClass("disabled");p=!0,w(),b(),$.ajax({url:"flows/state",type:"POST",data:{state:e}}).done(function(e,t,o){i&&$("#red-ui-header-button-deploy").removeClass("disabled")}).fail(function(e,t,o){if(i&&$("#red-ui-header-button-deploy").removeClass("disabled"),401===e.status)RED.notify(RED._("notification.error",{message:RED._("user.notAuthorized")}),"error");else if(e.responseText){const n={message:o?o+"":""};try{n.message=JSON.parse(e.responseText).message}finally{n.message=n.message||e.responseText}RED.notify(RED._("notification.error",n),"error")}else RED.notify(RED._("notification.error",{message:RED._("deploy.errors.noResponse")}),"error")}).always(function(){var e=Math.max(0,300-(Date.now()-t));setTimeout(function(){E(),y(),p=!1},e)})}function d(){var t=Date.now(),n=!$("#red-ui-header-button-deploy").hasClass("disabled");p=!0,w(),$.ajax({url:"flows",type:"POST",headers:{"Node-RED-Deployment-Type":"reload"}}).done(function(e,t,o){n&&$("#red-ui-header-button-deploy").removeClass("disabled"),RED.notify("<p>"+RED._("deploy.successfulRestart")+"</p>","success")}).fail(function(e,t,o){n&&$("#red-ui-header-button-deploy").removeClass("disabled"),401===e.status?RED.notify(RED._("deploy.deployFailed",{message:RED._("user.notAuthorized")}),"error"):409===e.status?g(nns,!0):e.responseText?RED.notify(RED._("deploy.deployFailed",{message:e.responseText}),"error"):RED.notify(RED._("deploy.deployFailed",{message:RED._("deploy.errors.noResponse")}),"error")}).always(function(){var e=Math.max(0,300-(Date.now()-t));setTimeout(function(){E(),p=!1},e)})}function D(a,e){if(!$("#red-ui-header-button-deploy").hasClass("disabled")&&!$("#red-ui-header-shade").is(":visible"))if(RED.user.hasPermission("flows.write")){let i=!1;if(!a){var s;const r=[],d=[],l=(RED.nodes.eachConfig(function(e){void 0===e.valid&&RED.editor.validateNode(e),e.valid||e.d||d.push(f(e)),"unknown"===e.type&&-1==r.indexOf(e.name)&&r.push(e.name)}),RED.nodes.eachNode(function(e){e.valid||e.d||d.push(f(e)),"unknown"===e.type&&-1==r.indexOf(e.name)&&r.push(e.name)}),a=0<r.length,s=0<d.length,[]);RED.nodes.eachConfig(function(e){!1!==e._def.hasUsers&&0===e.users.length&&(l.push(f(e)),i=!0)});let e=!1,t,o=[],n;if(a&&!c.unknown?(e=!0,t="<p>"+RED._("deploy.confirm.unknown")+'</p><ul class="red-ui-deploy-dialog-confirm-list"><li>'+m(r).map(v).join("</li><li>")+"</li></ul><p>"+RED._("deploy.confirm.confirm")+"</p>",o=[{text:RED._("deploy.unknownNodesButton"),class:"pull-left",click:function(){n.close(),RED.actions.invoke("core:search","type:unknown ")}},{id:"red-ui-deploy-dialog-confirm-deploy-deploy",text:RED._("deploy.confirm.button.confirm"),class:"primary",click:function(){D(!0),n.close()}}]):s&&!c.invalid&&(e=!0,d.sort(h),t="<p>"+RED._("deploy.confirm.improperlyConfigured")+'</p><ul class="red-ui-deploy-dialog-confirm-list"><li>'+m(d.map(function(e){return v((e.tab?"["+e.tab+"] ":"")+e.label+" ("+e.type+")")})).join("</li><li>")+"</li></ul><p>"+RED._("deploy.confirm.confirm")+"</p>",o=[{text:RED._("deploy.invalidNodesButton"),class:"pull-left",click:function(){n.close(),RED.actions.invoke("core:search","is:invalid ")}},{id:"red-ui-deploy-dialog-confirm-deploy-deploy",text:RED._("deploy.confirm.button.confirm"),class:"primary",click:function(){D(!0),n.close()}}]),e)return o.unshift({text:RED._("common.label.cancel"),click:function(){n.close()}}),void(n=RED.notify(t,{modal:!0,fixed:!0,buttons:o}))}const n=RED.nodes.createCompleteNodeSet(),t=Date.now(),o=(w(),{flows:n});e||(o.rev=RED.nodes.version()),p=!0,b(),$.ajax({url:"flows",type:"POST",data:JSON.stringify(o),contentType:"application/json; charset=utf-8",headers:{"Node-RED-Deployment-Type":u}}).done(function(t,e,o){if(RED.nodes.dirty(!1),RED.nodes.version(t.rev),RED.nodes.originalFlow(n),i){let e;t={type:"success",fixed:!1,timeout:6e3,buttons:[{text:RED._("deploy.unusedConfigNodesButton"),class:"pull-left",click:function(){e.close(),RED.actions.invoke("core:search","is:config is:unused ")}},{text:RED._("common.label.close"),class:"primary",click:function(){D(!0),e.close()}}]};e=RED.notify("<p>"+RED._("deploy.successfulDeploy")+"</p><p>"+RED._("deploy.unusedConfigNodes")+"</p>",t)}else RED.notify("<p>"+RED._("deploy.successfulDeploy")+"</p>","success");RED.nodes.eachNode(function(e){e.changed&&(e.dirty=!0,e.changed=!1),e.moved&&(e.dirty=!0,e.moved=!1),e.credentials&&delete e.credentials}),RED.nodes.eachConfig(function(e){e.changed=!1,e.credentials&&delete e.credentials}),RED.nodes.eachSubflow(function(e){e.changed=!1}),RED.nodes.eachWorkspace(function(e){e.changed=!1}),RED.history.markAllDirty(),RED.view.redraw(),RED.events.emit("deploy")}).fail(function(e,t,o){RED.nodes.dirty(!0),$("#red-ui-header-button-deploy").removeClass("disabled"),401===e.status?RED.notify(RED._("deploy.deployFailed",{message:RED._("user.notAuthorized")}),"error"):409===e.status?g(n,!0):e.responseText?RED.notify(RED._("deploy.deployFailed",{message:e.responseText}),"error"):RED.notify(RED._("deploy.deployFailed",{message:RED._("deploy.errors.noResponse")}),"error")}).always(function(){var e=Math.max(0,300-(Date.now()-t));setTimeout(function(){p=!1,E(),y()},e)})}else RED.notify(RED._("user.errors.deploy"),"error")}return{init:function(e){var t,o,n,i=(e=e||{}).type||"default";if("default"==i){$('<li><span class="red-ui-deploy-button-group button-group"><a id="red-ui-header-button-deploy" class="red-ui-deploy-button disabled" href="#"><span class="red-ui-deploy-button-content"><img id="red-ui-header-button-deploy-icon" src="red/images/deploy-full-o.svg"> <span>'+RED._("deploy.deploy")+'</span></span><span class="red-ui-deploy-button-spinner hide"><img src="red/images/spin.svg"/></span></a><a id="red-ui-header-button-deploy-options" class="red-ui-deploy-button" href="#"><i class="fa fa-caret-down"></i></a></span></li>').prependTo(".red-ui-header-toolbar");const a=[{id:"deploymenu-item-full",toggle:"deploy-type",icon:"red/images/deploy-full.svg",label:RED._("deploy.full"),sublabel:RED._("deploy.fullDesc"),selected:!0,onselect:function(e){e&&s("full")}},{id:"deploymenu-item-flow",toggle:"deploy-type",icon:"red/images/deploy-flows.svg",label:RED._("deploy.modifiedFlows"),sublabel:RED._("deploy.modifiedFlowsDesc"),onselect:function(e){e&&s("flows")}},{id:"deploymenu-item-node",toggle:"deploy-type",icon:"red/images/deploy-nodes.svg",label:RED._("deploy.modifiedNodes"),sublabel:RED._("deploy.modifiedNodesDesc"),onselect:function(e){e&&s("nodes")}},null];RED.settings.runtimeState&&!0===RED.settings.runtimeState.ui&&(a.push({id:"deploymenu-item-runtime-start",icon:"red/images/start.svg",label:RED._("deploy.startFlows"),sublabel:RED._("deploy.startFlowsDesc"),onselect:"core:start-flows",visible:!1}),a.push({id:"deploymenu-item-runtime-stop",icon:"red/images/stop.svg",label:RED._("deploy.stopFlows"),sublabel:RED._("deploy.stopFlowsDesc"),onselect:"core:stop-flows",visible:!1})),a.push({id:"deploymenu-item-reload",icon:"red/images/deploy-reload.svg",label:RED._("deploy.restartFlows"),sublabel:RED._("deploy.restartFlowsDesc"),onselect:"core:restart-flows"}),RED.menu.init({id:"red-ui-header-button-deploy-options",options:a})}else"simple"==i&&(t=e.label||RED._("deploy.deploy"),o="red/images/deploy-full-o.svg",e.hasOwnProperty("icon")&&(o=e.icon),$('<li><span class="red-ui-deploy-button-group button-group"><a id="red-ui-header-button-deploy" class="red-ui-deploy-button disabled" href="#"><span class="red-ui-deploy-button-content">'+(o?'<img id="red-ui-header-button-deploy-icon" src="'+o+'"> ':"")+"<span>"+t+'</span></span><span class="red-ui-deploy-button-spinner hide"><img src="red/images/spin.svg"/></span></a></span></li>').prependTo(".red-ui-header-toolbar"));$("#red-ui-header-button-deploy").on("click",function(e){e.preventDefault(),D()}),RED.actions.add("core:deploy-flows",D),"default"===i&&(RED.settings.runtimeState&&!0===RED.settings.runtimeState.ui&&(RED.actions.add("core:stop-flows",function(){r("stop")}),RED.actions.add("core:start-flows",function(){r("start")})),RED.actions.add("core:restart-flows",d),RED.actions.add("core:set-deploy-type-to-full",function(){RED.menu.setSelected("deploymenu-item-full",!0)}),RED.actions.add("core:set-deploy-type-to-modified-flows",function(){RED.menu.setSelected("deploymenu-item-flow",!0)}),RED.actions.add("core:set-deploy-type-to-modified-nodes",function(){RED.menu.setSelected("deploymenu-item-node",!0)})),RED.events.on("workspace:dirty",function(e){e.dirty?(window.onbeforeunload=function(){return RED._("deploy.confirm.undeployedChanges")},$("#red-ui-header-button-deploy").removeClass("disabled")):(window.onbeforeunload=null,$("#red-ui-header-button-deploy").addClass("disabled"))}),RED.comms.subscribe("notification/runtime-deploy",function(e,t){var o;n||(null===(o=RED.nodes.version())||p||o===t.revision||(o=$("<p>").text(RED._("deploy.confirm.backgroundUpdate")),n=RED.notify(o,{modal:!0,fixed:!0,buttons:[{text:RED._("deploy.confirm.button.ignore"),click:function(){n.close(),n=null}},{text:RED._("deploy.confirm.button.review"),class:"primary",click:function(){n.close(),g(RED.nodes.createCompleteNodeSet(),!1),n=null}}]})))})},setDeployInflight:function(e){p=e}}}(),RED.diagnostics={init:function(){!1!==RED.settings.get("diagnostics.ui",!0)&&RED.actions.add("core:show-system-info",function(){$.ajax({headers:{Accept:"application/json"},cache:!1,url:"diagnostics",success:function(e){var t=JSON.stringify(e||{},"",4);"{}"===t&&(t="{\n\n}"),RED.editor.editJSON({title:RED._("diagnostics.title"),value:t,requireValid:!0,readOnly:!0,toolbarButtons:[{text:RED._("clipboard.export.copy"),icon:"fa fa-copy",click:function(){RED.clipboard.copyText(t,$(this),RED._("clipboard.copyMessageValue"))}},{text:RED._("clipboard.download"),icon:"fa fa-download",click:function(){var e=document.createElement("a");e.setAttribute("href","data:text/plain;charset=utf-8,"+encodeURIComponent(t)),e.setAttribute("download","system-info.json"),e.style.display="none",document.body.appendChild(e),e.click(),document.body.removeChild(e)}}]})},error:function(e,t,o){console.log("Unexpected error loading system info:",e.status,t,o)}})})}},RED.diff=function(){var s=!1;function p(e,t,o){var D,n,e=$('<div class="red-ui-diff-panel"></div>').appendTo(e),i=$('<div class="red-ui-diff-panel-headers"></div>').appendTo(e),a=("merge"===o.mode&&e.addClass("red-ui-diff-panel-merge"),n=e,D=t,(n=$('<ol class="red-ui-diff-list"></ol>').appendTo(n)).editableList({addButton:!1,height:"auto",scrollOnAdd:!1,addItem:function(e,t,o){var n,i,a,s,r,d=o.diff,l=o.remoteDiff,c=o.tab.n,u=o.def,p=D.conflicts,f=$("<div>",{class:"red-ui-diff-list-flow"}).appendTo(e),h=(f.addClass("collapsed"),$("<div>",{class:"red-ui-diff-list-flow-title"}).appendTo(f)),g=$("<div>").appendTo(f),m=$("<div>",{class:"red-ui-diff-list-node-cell"}).appendTo(h),v=$("<div>",{class:"red-ui-diff-list-node-cell red-ui-diff-list-node-local"}).appendTo(h),b=(l&&(n=$("<div>",{class:"red-ui-diff-list-node-cell red-ui-diff-list-node-remote"}).appendTo(h)),$('<span class="red-ui-diff-list-chevron"><i class="fa fa-angle-down"></i></span>').appendTo(m),R(c,u).appendTo(m),(o.newTab||o.tab).n),m=$("<span>",{class:"red-ui-diff-list-flow-title-meta"}).appendTo(m),y=("tab"===b.type?m.text(b.label||b.id):"subflow"===c.type?m.text(b.name||b.id):m.text(RED._("diff.globalNodes")),{local:{addedCount:0,deletedCount:0,changedCount:0,unchangedCount:0},remote:{addedCount:0,deletedCount:0,changedCount:0,unchangedCount:0},conflicts:0}),w=((o.newTab||o.remoteTab)&&(b={node:d.newConfig.all[c.id],all:d.newConfig.all,diff:d},l&&(r={node:l.newConfig.all[c.id]||null,all:l.newConfig.all,diff:l}),void 0!==c.type&&(m=$("<div>",{class:"red-ui-diff-list-node red-ui-diff-list-node-props collapsed"}).appendTo(g),w=$("<div>",{class:"red-ui-diff-list-node-header"}).appendTo(m),i=$("<div>",{class:"red-ui-diff-list-node-cell"}).appendTo(w),a=$("<div>",{class:"red-ui-diff-list-node-cell red-ui-diff-list-node-local"}).appendTo(w),0,d.newConfig.all[c.id]?d.added[c.id]?(a.addClass("red-ui-diff-status-added"),$('<span class="red-ui-diff-status"><i class="fa fa-plus-square"></i> <span data-i18n="diff.type.added"></span></span>').appendTo(a)):d.changed[c.id]?(a.addClass("red-ui-diff-status-changed"),$('<span class="red-ui-diff-status"><i class="fa fa-square"></i> <span data-i18n="diff.type.changed"></span></span>').appendTo(a)):(a.addClass("red-ui-diff-status-unchanged"),$('<span class="red-ui-diff-status"><i class="fa fa-square-o"></i> <span data-i18n="diff.type.unchanged"></span></span>').appendTo(a)):a.addClass("red-ui-diff-empty"),l&&(s=$("<div>",{class:"red-ui-diff-list-node-cell red-ui-diff-list-node-remote"}).appendTo(w),l.newConfig.all[c.id]?l.added[c.id]?(s.addClass("red-ui-diff-status-added"),$('<span class="red-ui-diff-status"><i class="fa fa-plus-square"></i> <span data-i18n="diff.type.added"></span></span>').appendTo(s)):l.changed[c.id]?(s.addClass("red-ui-diff-status-changed"),$('<span class="red-ui-diff-status"><i class="fa fa-square"></i> <span data-i18n="diff.type.changed"></span></span>').appendTo(s)):(s.addClass("red-ui-diff-status-unchanged"),$('<span class="red-ui-diff-status"><i class="fa fa-square-o"></i> <span data-i18n="diff.type.unchanged"></span></span>').appendTo(s)):(s.addClass("red-ui-diff-empty"),l.deleted[c.id]&&0)),$('<span class="red-ui-diff-list-chevron"><i class="fa fa-angle-down"></i></span>').appendTo(i),$("<span>").text(RED._("diff.flowProperties")).appendTo(i),w.on("click",function(e){e.preventDefault(),$(this).parent().toggleClass("collapsed")}),_(u,c,b,r).appendTo(m),i="",p[c.id]?(y.conflicts++,a.hasClass("red-ui-diff-empty")||$('<span class="red-ui-diff-status-conflict"><span class="red-ui-diff-status"><i class="fa fa-exclamation"></i></span></span>').prependTo(a),s.hasClass("red-ui-diff-empty")||$('<span class="red-ui-diff-status-conflict"><span class="red-ui-diff-status"><i class="fa fa-exclamation"></i></span></span>').prependTo(s),m.addClass("red-ui-diff-list-node-conflict")):i=D.resolutions[c.id],k(c,m,a,s,!0,!p[c.id],i,D))),0),u=0,E={};o.tab.nodes.forEach(function(e){E[e.id]=!0,x(e,y,D).appendTo(g)}),o.newTab&&(w=o.newTab.nodes.length,o.newTab.nodes.forEach(function(e){E[e.id]||(E[e.id]=!0,x(e,y,D).appendTo(g))})),o.remoteTab&&(u=o.remoteTab.nodes.length,o.remoteTab.nodes.forEach(function(e){E[e.id]||x(e,y,D).appendTo(g)})),h.on("click",function(e){h.parent().toggleClass("collapsed"),$(this).parent().hasClass("collapsed")&&($(this).parent().find(".red-ui-diff-list-node").addClass("collapsed"),$(this).parent().find(".red-ui-debug-msg-element").addClass("collapsed"))}),d.deleted[c.id]?$('<span class="red-ui-diff-status-deleted"><span class="red-ui-diff-status"><i class="fa fa-minus-square"></i> <span data-i18n="diff.type.flowDeleted"></span></span></span>').appendTo(v):o.newTab?d.added[c.id]?$('<span class="red-ui-diff-status-added"><span class="red-ui-diff-status"><i class="fa fa-plus-square"></i> <span data-i18n="diff.type.flowAdded"></span></span></span>').appendTo(v):(c.id&&(d.changed[c.id]?y.local.changedCount++:y.local.unchangedCount++),b=$("<span>",{class:"red-ui-diff-list-flow-stats"}).appendTo(v),$('<span class="red-ui-diff-status"></span>').text(RED._("diff.nodeCount",{count:w})).appendTo(b),0<y.conflicts+y.local.addedCount+y.local.changedCount+y.local.deletedCount&&($('<span class="red-ui-diff-status"> [ </span>').appendTo(b),0<y.conflicts&&$('<span class="red-ui-diff-status-conflict"><span class="red-ui-diff-status"><i class="fa fa-exclamation"></i> '+y.conflicts+"</span></span>").appendTo(b),0<y.local.addedCount&&$('<span class="red-ui-diff-status-added"><span class="red-ui-diff-status"><i class="fa fa-plus-square"></i> '+y.local.addedCount+"</span></span>").appendTo(b),0<y.local.changedCount&&$('<span class="red-ui-diff-status-changed"><span class="red-ui-diff-status"><i class="fa fa-square"></i> '+y.local.changedCount+"</span></span>").appendTo(b),0<y.local.deletedCount&&$('<span class="red-ui-diff-status-deleted"><span class="red-ui-diff-status"><i class="fa fa-minus-square"></i> '+y.local.deletedCount+"</span></span>").appendTo(b),$('<span class="red-ui-diff-status"> ] </span>').appendTo(b))):v.addClass("red-ui-diff-empty"),l&&(l.deleted[c.id]?$('<span class="red-ui-diff-status-deleted"><span class="red-ui-diff-status"><i class="fa fa-minus-square"></i> <span data-i18n="diff.type.flowDeleted"></span></span></span>').appendTo(n):o.remoteTab?l.added[c.id]?$('<span class="red-ui-diff-status-added"><span class="red-ui-diff-status"><i class="fa fa-plus-square"></i> <span data-i18n="diff.type.flowAdded"></span></span></span>').appendTo(n):(c.id&&(l.changed[c.id]?y.remote.changedCount++:y.remote.unchangedCount++),r=$("<span>",{class:"red-ui-diff-list-flow-stats"}).appendTo(n),$('<span class="red-ui-diff-status"></span>').text(RED._("diff.nodeCount",{count:u})).appendTo(r),0<y.conflicts+y.remote.addedCount+y.remote.changedCount+y.remote.deletedCount&&($('<span class="red-ui-diff-status"> [ </span>').appendTo(r),0<y.conflicts&&$('<span class="red-ui-diff-status-conflict"><span class="red-ui-diff-status"><i class="fa fa-exclamation"></i> '+y.conflicts+"</span></span>").appendTo(r),0<y.remote.addedCount&&$('<span class="red-ui-diff-status-added"><span class="red-ui-diff-status"><i class="fa fa-plus-square"></i> '+y.remote.addedCount+"</span></span>").appendTo(r),0<y.remote.changedCount&&$('<span class="red-ui-diff-status-changed"><span class="red-ui-diff-status"><i class="fa fa-square"></i> '+y.remote.changedCount+"</span></span>").appendTo(r),0<y.remote.deletedCount&&$('<span class="red-ui-diff-status-deleted"><span class="red-ui-diff-status"><i class="fa fa-minus-square"></i> '+y.remote.deletedCount+"</span></span>").appendTo(r),$('<span class="red-ui-diff-status"> ] </span>').appendTo(r))):n.addClass("red-ui-diff-empty"),i="",0<y.conflicts?h.addClass("red-ui-diff-list-node-conflict"):i=D.resolutions[c.id],c.id&&(m=!(0<y.conflicts&&(d.deleted[c.id]||l.deleted[c.id])),k(c,h,v,n,!1,m,i,D))),0===f.find(".red-ui-diff-list-node").length&&f.addClass("red-ui-diff-list-flow-empty"),e.i18n()}}),n),s=t.localDiff,r=t.remoteDiff,d=(t.conflicts,s.currentConfig),l=s.newConfig;return void 0!==r?(e.addClass("red-ui-diff-three-way"),n=o.oldRevTitle||RED._("diff.local"),t=o.newRevTitle||RED._("diff.remote"),$("<div></div>").text(n).appendTo(i),$("<div></div>").text(t).appendTo(i)):e.removeClass("red-ui-diff-three-way"),{list:a,finish:function(){var e,t={diff:s,def:{category:"config",color:"#f0f0f0"},tab:{n:{},nodes:d.globals},newTab:{n:{},nodes:l.globals}},o=(void 0!==r&&(t.remoteTab={n:{},nodes:r.newConfig.globals},t.remoteDiff=r),a.editableList("addItem",t),{});for(e in d.tabOrder.forEach(function(e){var t=d.tabs[e],t={diff:s,def:RED.nodes.getType("tab"),tab:t};l.tabs.hasOwnProperty(e)&&(t.newTab=l.tabs[e]),void 0!==r&&(t.remoteTab=r.newConfig.tabs[e],t.remoteDiff=r),o[e]=!0,a.editableList("addItem",t)}),l.tabOrder.forEach(function(e){o[e]||(o[e]=!0,e=l.tabs[e],e={diff:s,def:RED.nodes.getType("tab"),tab:e,newTab:e},void 0!==r&&(e.remoteDiff=r),a.editableList("addItem",e))}),void 0!==r&&r.newConfig.tabOrder.forEach(function(e){o[e]||(e=r.newConfig.tabs[e],e={diff:s,remoteDiff:r,def:RED.nodes.getType("tab"),tab:e,remoteTab:e},a.editableList("addItem",e))}),d.subflows)d.subflows.hasOwnProperty(e)&&(o[e]=!0,t={diff:s,def:{defaults:{},icon:"subflow.svg",category:"subflows",color:"#DDAA99"},tab:d.subflows[e]},l.subflows.hasOwnProperty(e)&&(t.newTab=l.subflows[e]),void 0!==r&&(t.remoteTab=r.newConfig.subflows[e],t.remoteDiff=r),a.editableList("addItem",t));for(e in l.subflows)l.subflows.hasOwnProperty(e)&&!o[e]&&(o[e]=!0,t={diff:s,def:{defaults:{},icon:"subflow.svg",category:"subflows",color:"#DDAA99"},tab:l.subflows[e],newTab:l.subflows[e]},void 0!==r&&(t.remoteDiff=r),a.editableList("addItem",t));if(void 0!==r)for(e in r.newConfig.subflows)r.newConfig.subflows.hasOwnProperty(e)&&!o[e]&&(t={diff:s,remoteDiff:r,def:{defaults:{},icon:"subflow.svg",category:"subflows",color:"#DDAA99"},tab:r.newConfig.subflows[e],remoteTab:r.newConfig.subflows[e]},a.editableList("addItem",t))}}}function E(e,i){var t=$("<div>",{class:"red-ui-diff-list-wires"}),a=$("<ol></ol>"),s=0;return e.forEach(function(e,t){var n,o=$("<li>").appendTo(a);e&&0<e.length?($("<span>").text(t+1).appendTo(o),n=$("<ul>").appendTo(o),e.forEach(function(e){s++;var t=$("<li>").appendTo(n),o=i[e];o?g(o,RED.nodes.getType(o.type)||{}).appendTo(t):t.text(e)})):o.text("none")}),0===s?t.text("none"):a.appendTo(t),t}function R(e,t){var o=$("<div>",{class:"red-ui-diff-list-node-icon"}),n=RED.utils.getNodeColor(e.type,t),t=RED.utils.getNodeIcon(t,e),e=("tab"===e.type&&(n="#C0DEED"),o.css("backgroundColor",n),$("<div/>",{class:"red-ui-palette-icon-container"}).appendTo(o));return RED.utils.createIconElement(t,e,!1),o}function g(e,t){var o=$("<div>",{class:"red-ui-diff-list-node-title"}),t=(R(e,t).appendTo(o),e.label||e.name||e.id);return $("<div>",{class:"red-ui-diff-list-node-description"}).text(t).appendTo(o),o}function x(t,e,o){var n,i,a=o.localDiff,s=o.remoteDiff,r=o.conflicts[t.id],d=!0,l=(a.added[t.id]&&(e.local.addedCount++,d=!1),s&&s.added[t.id]&&(e.remote.addedCount++,d=!1),a.deleted[t.id]&&(e.local.deletedCount++,d=!1),s&&s.deleted[t.id]&&(e.remote.deletedCount++,d=!1),a.changed[t.id]&&(e.local.changedCount++,d=!!0),s&&s.changed[t.id]&&(e.remote.changedCount++,d=!!0),RED.nodes.getType(t.type)),c=(void 0===l&&(l=/^subflow:/.test(t.type)?{icon:"subflow.svg",category:"subflows",color:"#DDAA99",defaults:{name:{value:""}}}:"group"===t.type?RED.group.def:{}),$("<div>",{class:"red-ui-diff-list-node collapsed"})),u=$("<div>",{class:"red-ui-diff-list-node-header"}).appendTo(c),p=$("<div>",{class:"red-ui-diff-list-node-cell"}).appendTo(u),f=$("<div>",{class:"red-ui-diff-list-node-cell red-ui-diff-list-node-local"}).appendTo(u),h=(s&&(n=$("<div>",{class:"red-ui-diff-list-node-cell red-ui-diff-list-node-remote"}).appendTo(u)),$('<span class="red-ui-diff-list-chevron"><i class="fa fa-angle-down"></i></span>').appendTo(p),d?(e.local.unchangedCount++,g(t,l).appendTo(p),f.addClass("red-ui-diff-status-unchanged"),$('<span class="red-ui-diff-status"><i class="fa fa-square-o"></i> <span data-i18n="diff.type.unchanged"></span></span>').appendTo(f),s&&(e.remote.unchangedCount++,n.addClass("red-ui-diff-status-unchanged"),$('<span class="red-ui-diff-status"><i class="fa fa-square-o"></i> <span data-i18n="diff.type.unchanged"></span></span>').appendTo(n)),c.addClass("red-ui-diff-status-unchanged")):a.added[t.id]?(f.addClass("red-ui-diff-status-added"),n&&n.addClass("red-ui-diff-empty"),$('<span class="red-ui-diff-status"><i class="fa fa-plus-square"></i> <span data-i18n="diff.type.added"></span></span>').appendTo(f),g(t,l).appendTo(p)):s&&s.added[t.id]?(f.addClass("red-ui-diff-empty"),n.addClass("red-ui-diff-status-added"),$('<span class="red-ui-diff-status"><i class="fa fa-plus-square"></i> <span data-i18n="diff.type.added"></span></span>').appendTo(n),g(t,l).appendTo(p)):(g(t,l).appendTo(p),a.moved[t.id]?(d=a.newConfig.all[t.id],a.deleted[t.z]||t.z===d.z||""===t.z||a.newConfig.all[t.z]?(f.addClass("red-ui-diff-status-moved"),p="",p=t.z===d.z?RED._("diff.type.movedFrom",{id:a.currentConfig.all[t.id].z||"global"}):RED._("diff.type.movedTo",{id:d.z||"global"}),$('<span class="red-ui-diff-status"><i class="fa fa-caret-square-o-right"></i> '+p+"</span>").appendTo(f)):f.addClass("red-ui-diff-empty"),0):a.deleted[t.z]?(f.addClass("red-ui-diff-empty"),0):a.deleted[t.id]?(f.addClass("red-ui-diff-status-deleted"),$('<span class="red-ui-diff-status"><i class="fa fa-minus-square"></i> <span data-i18n="diff.type.deleted"></span></span>').appendTo(f),0):a.changed[t.id]?a.newConfig.all[t.id].z!==t.z?f.addClass("red-ui-diff-empty"):(f.addClass("red-ui-diff-status-changed"),$('<span class="red-ui-diff-status"><i class="fa fa-square"></i> <span data-i18n="diff.type.changed"></span></span>').appendTo(f),0):a.newConfig.all[t.id].z!==t.z?f.addClass("red-ui-diff-empty"):(e.local.unchangedCount++,f.addClass("red-ui-diff-status-unchanged"),$('<span class="red-ui-diff-status"><i class="fa fa-square-o"></i> <span data-i18n="diff.type.unchanged"></span></span>').appendTo(f)),s&&(s.moved[t.id]?(d=s.newConfig.all[t.id],s.deleted[t.z]||t.z===d.z||""===t.z||s.newConfig.all[t.z]?(n.addClass("red-ui-diff-status-moved"),p="",p=t.z===d.z?RED._("diff.type.movedFrom",{id:s.currentConfig.all[t.id].z||"global"}):RED._("diff.type.movedTo",{id:d.z||"global"}),$('<span class="red-ui-diff-status"><i class="fa fa-caret-square-o-right"></i> '+p+"</span>").appendTo(n)):n.addClass("red-ui-diff-empty")):s.deleted[t.z]?n.addClass("red-ui-diff-empty"):s.deleted[t.id]?(n.addClass("red-ui-diff-status-deleted"),$('<span class="red-ui-diff-status"><i class="fa fa-minus-square"></i> <span data-i18n="diff.type.deleted"></span></span>').appendTo(n)):s.changed[t.id]?s.newConfig.all[t.id].z!==t.z?n.addClass("red-ui-diff-empty"):(n.addClass("red-ui-diff-status-changed"),$('<span class="red-ui-diff-status"><i class="fa fa-square"></i> <span data-i18n="diff.type.changed"></span></span>').appendTo(n)):s.newConfig.all[t.id].z!==t.z?n.addClass("red-ui-diff-empty"):(e.remote.unchangedCount++,n.addClass("red-ui-diff-status-unchanged"),$('<span class="red-ui-diff-status"><i class="fa fa-square-o"></i> <span data-i18n="diff.type.unchanged"></span></span>').appendTo(n)))),{node:a.newConfig.all[t.id],all:a.newConfig.all,diff:a}),d=(s&&(i={node:s.newConfig.all[t.id]||null,all:s.newConfig.all,diff:s}),"");return r?(e.conflicts++,f.hasClass("red-ui-diff-empty")||$('<span class="red-ui-diff-status-conflict"><span class="red-ui-diff-status"><i class="fa fa-exclamation"></i></span></span>').prependTo(f),n.hasClass("red-ui-diff-empty")||$('<span class="red-ui-diff-status-conflict"><span class="red-ui-diff-status"><i class="fa fa-exclamation"></i></span></span>').prependTo(n),c.addClass("red-ui-diff-list-node-conflict")):d=o.resolutions[t.id],k(t,c,f,n,!1,!r,d,o),u.on("click",function(e){$(this).parent().toggleClass("collapsed"),0===$(this).siblings(".red-ui-diff-list-node-properties").length&&_(l,t,h,i).appendTo(c)}),c}function _(t,n,i,a){var s,r,d,l,c,u,p,f={},h=i.node,e=(a&&(s=a.node),$("<div>",{class:"red-ui-diff-list-node-properties"})),o=$("<table>").appendTo(e),g=$("<colgroup><col/><col/></colgroup>").appendTo(o),m=(void 0!==s&&$("<col/>").appendTo(g),$("<tbody>").appendTo(o)),v=!1,b=!1,y=!1,w=$("<tr>").appendTo(m),g=($("<td>",{class:"red-ui-diff-list-cell-label"}).text("id").appendTo(w),r=$("<td>",{class:"red-ui-diff-list-cell red-ui-diff-list-node-local"}).appendTo(w),h?(r.addClass("red-ui-diff-status-unchanged"),$('<span class="red-ui-diff-status"></span>').appendTo(r),u=$('<span class="red-ui-diff-list-element"></span>').appendTo(r),f["local.id"]=RED.utils.createObjectElement(h.id).appendTo(u)):r.addClass("red-ui-diff-empty"),void 0!==s&&((p=$("<td>",{class:"red-ui-diff-list-cell red-ui-diff-list-node-remote"}).appendTo(w)).addClass("red-ui-diff-status-unchanged"),s?($('<span class="red-ui-diff-status"></span>').appendTo(p),u=$('<span class="red-ui-diff-list-element"></span>').appendTo(p),f["remote.id"]=RED.utils.createObjectElement(s.id).appendTo(u)):p.addClass("red-ui-diff-empty")),n.hasOwnProperty("x")&&(!h||h.x===n.x&&h.y===n.y&&h.w===n.w&&h.h===n.h||(v=!0,0),!s||s.x===n.x&&s.y===n.y&&s.w===n.w&&s.h===n.h||(b=!0,0),(b&&v&&(h.x!==s.x||h.y!==s.y)||!v&&b&&i.diff.deleted[n.id]||v&&!b&&a.diff.deleted[n.id])&&(y=!0),w=$("<tr>").appendTo(m),$("<td>",{class:"red-ui-diff-list-cell-label"}).text("position").appendTo(w),r=$("<td>",{class:"red-ui-diff-list-cell red-ui-diff-list-node-local"}).appendTo(w),h?(r.addClass("red-ui-diff-status-"+(v?"changed":"unchanged")),$('<span class="red-ui-diff-status">'+(v?'<i class="fa fa-square"></i>':"")+"</span>").appendTo(r),u=$('<span class="red-ui-diff-list-element"></span>').appendTo(r),g={x:h.x,y:h.y},h.hasOwnProperty("w")&&(g.w=h.w,g.h=h.h),f["local.position"]=RED.utils.createObjectElement(g,{path:"position",exposeApi:!0,ontoggle:function(e,t){f["remote."+e]&&f["remote."+e].prop("expand")(e,t)}}).appendTo(u)):r.addClass("red-ui-diff-empty"),void 0!==s&&((p=$("<td>",{class:"red-ui-diff-list-cell red-ui-diff-list-node-remote"}).appendTo(w)).addClass("red-ui-diff-status-"+(b?"changed":"unchanged")),s?($('<span class="red-ui-diff-status">'+(b?'<i class="fa fa-square"></i>':"")+"</span>").appendTo(p),u=$('<span class="red-ui-diff-list-element"></span>').appendTo(p),o={x:s.x,y:s.y},s.hasOwnProperty("w")&&(o.w=s.w,o.h=s.h),f["remote.position"]=RED.utils.createObjectElement(o,{path:"position",exposeApi:!0,ontoggle:function(e,t){f["local."+e]&&f["local."+e].prop("expand")(e,t)}}).appendTo(u)):p.addClass("red-ui-diff-empty"))),v=b=y=!1,n.hasOwnProperty("wires")&&(d=JSON.stringify(n.wires),h&&(l=JSON.stringify(h.wires),d!==l&&(v=!0,0)),s&&(c=JSON.stringify(s.wires),d!==c&&(b=!0,0)),(b&&v&&l!==c||!v&&b&&i.diff.deleted[n.id]||v&&!b&&a.diff.deleted[n.id])&&(y=!0),w=$("<tr>").appendTo(m),$("<td>",{class:"red-ui-diff-list-cell-label"}).text("wires").appendTo(w),r=$("<td>",{class:"red-ui-diff-list-cell red-ui-diff-list-node-local"}).appendTo(w),h?(y?(r.addClass("red-ui-diff-status-conflict"),$('<span class="red-ui-diff-status"><i class="fa fa-exclamation"></i></span>').appendTo(r)):(r.addClass("red-ui-diff-status-"+(v?"changed":"unchanged")),$('<span class="red-ui-diff-status">'+(v?'<i class="fa fa-square"></i>':"")+"</span>").appendTo(r)),E(h.wires,i.all).appendTo(r)):r.addClass("red-ui-diff-empty"),void 0!==s&&(p=$("<td>",{class:"red-ui-diff-list-cell red-ui-diff-list-node-remote"}).appendTo(w),s?(y?(p.addClass("red-ui-diff-status-conflict"),$('<span class="red-ui-diff-status"><i class="fa fa-exclamation"></i></span>').appendTo(p)):(p.addClass("red-ui-diff-status-"+(b?"changed":"unchanged")),$('<span class="red-ui-diff-status">'+(b?'<i class="fa fa-square"></i>':"")+"</span>").appendTo(p)),E(s.wires,a.all).appendTo(p)):p.addClass("red-ui-diff-empty"))),Object.keys(n).filter(function(e){return!("inputLabels"==e||"outputLabels"==e||"z"==e||"wires"==e||"x"===e||"y"===e||"w"===e||"h"===e||"id"===e||"type"===e||t.defaults&&t.defaults.hasOwnProperty(e))}));return t.defaults&&(g=g.concat(Object.keys(t.defaults))),"tab"!==n.type&&"group"!==n.type&&(g=g.concat(["inputLabels","outputLabels"])),(h&&h.hasOwnProperty("icon")||s&&s.hasOwnProperty("icon"))&&-1===g.indexOf("icon")&&g.unshift("icon"),g.forEach(function(o){y=b=v=!1,d=JSON.stringify(n[o]),h&&(l=JSON.stringify(h[o]),d!==l&&(v=!0,0)),s&&(c=JSON.stringify(s[o]),d!==c&&(b=!0,0)),(b&&v&&l!==c||!v&&b&&i.diff.deleted[n.id]||v&&!b&&a.diff.deleted[n.id])&&(y=!0),w=$("<tr>").appendTo(m);var e=$("<td>",{class:"red-ui-diff-list-cell-label"}).text(o).appendTo(w);r=$("<td>",{class:"red-ui-diff-list-cell red-ui-diff-list-node-local"}).appendTo(w),h?(y?(r.addClass("red-ui-diff-status-conflict"),$('<span class="red-ui-diff-status"><i class="fa fa-exclamation"></i></span>').appendTo(r)):(r.addClass("red-ui-diff-status-"+(v?"changed":"unchanged")),$('<span class="red-ui-diff-status">'+(v?'<i class="fa fa-square"></i>':"")+"</span>").appendTo(r)),u=$('<span class="red-ui-diff-list-element"></span>').appendTo(r),f["local."+o]=RED.utils.createObjectElement(h[o],{path:o,exposeApi:!0,ontoggle:function(e,t){f["remote."+o]&&f["remote."+o].prop("expand")(e,t)}}).appendTo(u)):r.addClass("red-ui-diff-empty"),void 0!==s&&(p=$("<td>",{class:"red-ui-diff-list-cell red-ui-diff-list-node-remote"}).appendTo(w),s?(y?(p.addClass("red-ui-diff-status-conflict"),$('<span class="red-ui-diff-status"><i class="fa fa-exclamation"></i></span>').appendTo(p)):(p.addClass("red-ui-diff-status-"+(b?"changed":"unchanged")),$('<span class="red-ui-diff-status">'+(b?'<i class="fa fa-square"></i>':"")+"</span>").appendTo(p)),u=$('<span class="red-ui-diff-list-element"></span>').appendTo(p),f["remote."+o]=RED.utils.createObjectElement(s[o],{path:o,exposeApi:!0,ontoggle:function(e,t){f["local."+o]&&f["local."+o].prop("expand")(e,t)}}).appendTo(u)):p.addClass("red-ui-diff-empty")),h&&s&&"string"==typeof h[o]&&(/\n/.test(h[o])||/\n/.test(s[o]))&&$('<button class="red-ui-button red-ui-button-small red-ui-diff-text-diff-button"><i class="fa fa-file-o"> <i class="fa fa-caret-left"></i> <i class="fa fa-caret-right"></i> <i class="fa fa-file-o"></i></button>').on("click",function(){C(h[o],s[o])}).appendTo(e)}),e}function k(o,n,e,t,i,a,s,r){function d(e){var t;void 0!==o.type&&(u?(t="red-ui-diff-selectbox-tab-"+o.id.replace(/\./g,"-"),$("."+t+"-"+this.value).prop("checked",!0),"local"===this.value?($("."+t+"-"+this.value).closest(".red-ui-diff-list-node").addClass("red-ui-diff-select-local"),$("."+t+"-"+this.value).closest(".red-ui-diff-list-node").removeClass("red-ui-diff-select-remote")):($("."+t+"-"+this.value).closest(".red-ui-diff-list-node").removeClass("red-ui-diff-select-local"),$("."+t+"-"+this.value).closest(".red-ui-diff-list-node").addClass("red-ui-diff-select-remote"))):(t="red-ui-diff-selectbox-"+(i?o.id:o.z).replace(/\./g,"-"),$("#"+t+"-local").prop("checked",!1),$("#"+t+"-remote").prop("checked",!1),(t=$("#"+t+"-local").closest(".red-ui-diff-list-flow").find(".red-ui-diff-list-flow-title")).removeClass("red-ui-diff-select-local"),t.removeClass("red-ui-diff-select-remote"))),"local"===this.value?(n.removeClass("red-ui-diff-select-remote"),n.addClass("red-ui-diff-select-local")):"remote"===this.value&&(n.addClass("red-ui-diff-select-remote"),n.removeClass("red-ui-diff-select-local")),w(r)}var l="red-ui-diff-selectbox-"+o.id.replace(/\./g,"-")+(i?"-props":""),c="",u=((o.z||i)&&(c="red-ui-diff-selectbox-tab-"+(i?o.id:o.z).replace(/\./g,"-")),!i&&("tab"===o.type||"subflow"===o.type)),p=$("<label>",{class:"red-ui-diff-selectbox",for:l+"-local"}).on("click",function(e){e.stopPropagation()}).appendTo(e),f=$("<input>",{class:"red-ui-diff-selectbox-input "+c+"-local",id:l+"-local",type:"radio",value:"local",name:l}).data("node-id",o.id).on("change",d).appendTo(p),h=$("<label>",{class:"red-ui-diff-selectbox",for:l+"-remote"}).on("click",function(e){e.stopPropagation()}).appendTo(t),c=$("<input>",{class:"red-ui-diff-selectbox-input "+c+"-remote",id:l+"-remote",type:"radio",value:"remote",name:l}).data("node-id",o.id).on("change",d).appendTo(h);"local"===s?f.prop("checked",!0):"remote"===s&&c.prop("checked",!0),(a||e.hasClass("red-ui-diff-empty")||t.hasClass("red-ui-diff-empty"))&&(p.hide(),h.hide())}function w(e){var t=0,o=($(".red-ui-diff-selectbox>input:checked").each(function(){e.conflicts[$(this).data("node-id")]&&t++,e.resolutions[$(this).data("node-id")]=$(this).val()}),Object.keys(e.conflicts).length);o-t==0?$("#red-ui-diff-dialog-toolbar-resolved-conflicts").html('<span class="red-ui-diff-status-added"><span class="red-ui-diff-status"><i class="fa fa-check"></i></span></span> '+RED._("diff.unresolvedCount",{count:o-t})):$("#red-ui-diff-dialog-toolbar-resolved-conflicts").html('<span class="red-ui-diff-status-conflict"><span class="red-ui-diff-status"><i class="fa fa-exclamation"></i></span></span> '+RED._("diff.unresolvedCount",{count:o-t})),o===t&&($("#red-ui-diff-view-diff-merge").removeClass("disabled"),$("#red-ui-diff-view-resolve-diff").removeClass("disabled"))}function t(i){$.ajax({headers:{Accept:"application/json"},cache:!1,url:"flows",success:function(e){var t=RED.nodes.createCompleteNodeSet(),o=RED.nodes.originalFlow(),n=e.flows,t=D(o,t),o=D(o,n);o.rev=e.rev,i(T(t,o))}})}function r(e){var o,n,i,a;void 0===e?t(r):(o=e,n={mode:"merge"},s||(n=n||{},o.localDiff,i=o.remoteDiff,a=o.conflicts,e={title:n.title||RED._("diff.reviewChanges"),width:1/0,overlay:!0,buttons:[{text:RED._("merge"===n.mode?"common.label.cancel":"common.label.close"),click:function(){RED.tray.close()}}],resize:function(e){},open:function(e){var e=e.find(".red-ui-tray-body"),t=($('<div class="red-ui-diff-dialog-toolbar"><span><span id="red-ui-diff-dialog-toolbar-resolved-conflicts"></span></span> </div>').prependTo(e),p($('<div class="red-ui-diff-container"></div>').appendTo(e),o,n));t.list.hide(),i?($("#red-ui-diff-view-diff-merge").show(),0===Object.keys(a).length?$("#red-ui-diff-view-diff-merge").removeClass("disabled"):$("#red-ui-diff-view-diff-merge").addClass("disabled")):$("#red-ui-diff-view-diff-merge").hide(),w(o),setTimeout(function(){t.finish(),t.list.show()},300),$("#red-ui-sidebar-shade").show()},close:function(){s=!1,$("#red-ui-sidebar-shade").hide()},show:function(){}},"merge"===n.mode&&e.buttons.push({id:"red-ui-diff-view-diff-merge",text:RED._("deploy.confirm.button.merge"),class:"primary disabled",click:function(){$("#red-ui-diff-view-diff-merge").hasClass("disabled")||(w(o),c(o),RED.tray.close())}}),RED.tray.show(e)))}function d(e){var t=[],o={},n={},i=[],a={};return e.forEach(function(e){"tab"===(a[e.id]=e).type?(t.push(e.id),o[e.id]={n:e,nodes:[]}):"subflow"===e.type&&(n[e.id]={n:e,nodes:[]})}),e.forEach(function(e){"tab"!==e.type&&"subflow"!==e.type&&(o[e.z]?o[e.z].nodes:n[e.z]?n[e.z].nodes:i).push(e)}),{all:a,tabOrder:t,tabs:o,subflows:n,globals:i}}function D(e,t){var o=d(e),n=d(t),i={},a={},s={},r={};return Object.keys(o.all).forEach(function(e){RED.nodes.workspace(e)||RED.nodes.subflow(e)||RED.nodes.node(e);n.all.hasOwnProperty(e)?JSON.stringify(o.all[e])!==JSON.stringify(n.all[e])&&(s[e]=!0,o.all[e].z!==n.all[e].z&&(r[e]=!0)):a[e]=!0}),Object.keys(n.all).forEach(function(e){o.all.hasOwnProperty(e)||(i[e]=!0)}),{currentConfig:o,newConfig:n,added:i,deleted:a,changed:s,moved:r}}function T(e,t){var o,n,i,a,s={},r={},d={localDiff:e,remoteDiff:t,conflicts:s,resolutions:r},l={};for(o in e.currentConfig.all)e.currentConfig.all.hasOwnProperty(o)&&(l[o]=!0,i=e.newConfig.all[o],e.changed[o]&&t.deleted[o]||e.deleted[o]&&t.changed[o]?s[o]=!0:e.changed[o]&&t.changed[o]&&(a=t.newConfig.all[o],JSON.stringify(i)!==JSON.stringify(a)&&(s[o]=!0)),s[o]||(t.added[o]||t.changed[o]||t.deleted[o]?r[o]="remote":r[o]="local"));for(o in e.added)e.added.hasOwnProperty(o)&&(n=e.newConfig.all[o],t.deleted[n.z]?s[o]=!0:r[o]="local");for(o in t.added)t.added.hasOwnProperty(o)&&(n=t.newConfig.all[o],e.deleted[n.z]?s[o]=!0:r[o]="remote");return d}function l(e){e.localDiff.currentConfig;var t,o=e.localDiff,n=e.remoteDiff,i=e.conflicts,a=e.resolutions;for(t in i)if(i.hasOwnProperty(t)&&!a.hasOwnProperty(t))throw console.log(e),new Error("No resolution for conflict on node",t);var s,r=[],d={},l={};for(t in o.newConfig.all)o.newConfig.all.hasOwnProperty(t)&&(s=RED.nodes.node(t),"local"===a[t]?(s&&(d[t]=s.changed),r.push(o.newConfig.all[t])):"remote"===a[t]?!n.deleted[t]&&n.newConfig.all.hasOwnProperty(t)&&(s&&(d[t]=s.changed),l[t]=1,r.push(n.newConfig.all[t])):console.log("Unresolved",t));for(t in n.added)n.added.hasOwnProperty(t)&&((s=RED.nodes.node(t))&&(d[t]=s.changed),o.added.hasOwnProperty(t)||(l[t]=2,r.push(n.newConfig.all[t])));return{config:r,nodeChangedStates:d,localChangedStates:l}}function c(e){var t,o=RED.workspaces.active(),n=l(e),i=n.config,a=n.nodeChangedStates,s=n.localChangedStates,n=RED.nodes.dirty(),r={t:"replace",config:RED.nodes.createCompleteNodeSet(),changed:a,dirty:n,rev:RED.nodes.version()},d=(RED.history.push(r),RED.nodes.originalFlow());for(t in e.remoteDiff.added)e.remoteDiff.added.hasOwnProperty(t)&&e.remoteDiff.newConfig.all.hasOwnProperty(t)&&d.push(JSON.parse(JSON.stringify(e.remoteDiff.newConfig.all[t])));RED.nodes.clear();r=RED.nodes.import(i);RED.nodes.originalFlow(d),r.nodes.forEach(function(e){(a[e.id]||s[e.id])&&(e.changed=!0)}),RED.nodes.version(e.remoteDiff.rev),n&&RED.nodes.dirty(!0),RED.view.redraw(!0),RED.palette.refresh(),RED.workspaces.refresh(),RED.workspaces.show(o,!0),RED.sidebar.config.refresh()}function C(m,v){var e={title:RED._("diff.compareChanges"),width:1/0,overlay:!0,buttons:[{text:RED._("common.label.close"),click:function(){RED.tray.close()}}],resize:function(e){},open:function(e){for(var t,e=e.find(".red-ui-tray-body"),e=$('<div class="red-ui-diff-text"></div>').appendTo(e),e=$("<table>",{class:"red-ui-diff-text-content"}).appendTo(e),o=($('<colgroup><col width="50"><col width="50%"><col width="50"><col width="50%"></colgroup>').appendTo(e),$("<tbody>").appendTo(e)),n=function(e,t,o){var n,i,a=e.split(/\r?\n/),s=t.split(/\r?\n/),r=a.length,d=s.length,l={a:[],b:[]},c=[];for(n=0;n<r+1;n++)for(c[n]=[],i=0;i<d+1;i++)c[n][i]=0;for(n=r-1;0<=n;n--)for(i=d-1;0<=i;i--)1!==y(a[n],s[i],o)?c[n][i]=c[n+1][i+1]+1:c[n][i]=Math.max(c[n+1][i],c[n][i+1]);i=n=0;for(;n<r&&i<d;){var u,p=y(a[n],s[i],o);1!==p?((u=0)===p?u=0:2==p&&(u=3),l.a.push({i:n+1,j:i+1,line:a[n],type:u}),l.b.push({i:i+1,j:n+1,line:s[i],type:u}),n++,i++):c[n+1][i]>=c[n][i+1]?(l.a.push({i:n+1,line:a[n],type:1}),n++):(l.b.push({i:i+1,line:s[i],type:4}),i++)}for(;n<r||i<d;)n==r?(l.b.push({i:i+1,line:s[i],type:4}),i++):i==d&&(l.a.push({i:n+1,line:a[n],type:1}),n++);return l}(m||"",v||""),i=0,a=0,s=Math.max(n.a.length,n.b.length),r=[],d=[],l=0,c=0,u=0;u<s;u++){n[u];var p=i<n.a.length?n.a[i]:{type:2,line:""},f=a<n.b.length?n.b[a]:{type:2,line:""};0===p.type&&0!==f.type?(p={type:2,line:""},a++):0===f.type&&0!==p.type?(f={type:2,line:""},i++):(i++,a++),r.push({a:p,b:f}),void 0===t?(t={start:u,end:u},c=(l=0)===p.type&&0===f.type?0:1):0===p.type&&0===f.type?0===c?(t.end=u,l++):1===c?(t.end=u,c=2,l=0):2===c&&(t.end=u,8===++l&&(t.end-=5,d.push(t),t={start:u-5,end:u-5},l=c=0)):(t.end=u,l++,0===c?(3<t.end&&(t.end-=3,t.empty=!0,d.push(t),t={start:u-3,end:u-3}),c=1):2===c&&(c=1))}0===c&&(t.empty=!0),t.end=s,d.push(t),console.table(d);for(var h=0;h<d.length;h++)if((t=d[h]).empty)(function(n,i,a){diffRow=$('<tr class="red-ui-diff-text-header red-ui-diff-text-expand">');var e=$('<td colspan="4"> <i class="fa fa-arrows-v"></i> </td>').appendTo(diffRow),s=$("<span></span>").appendTo(e);i<a.length-1&&s.text("@@ -"+(a[i-1].a.i+1)+" +"+(a[i-1].b.i+1));return diffRow.on("click",function(e){if(20<i-n){var t=$(this).offset();if(0<n){for(var o=n;o<n+10;o++)b(a[o]).addClass("unchanged").insertBefore($(this));n+=10}if(i<a.length-1){for(o=i-1;i-11<o;o--)b(a[o]).addClass("unchanged").insertAfter($(this));i-=10}i<a.length-1&&s.text("@@ -"+(a[i-1].a.i+1)+" +"+(a[i-1].b.i+1));t=$(this).offset().top-t.top;$(".red-ui-diff-text").scrollTop($(".red-ui-diff-text").scrollTop()+t)}else{for(o=n;o<i;o++)b(a[o]).addClass("unchanged").insertBefore($(this));$(this).remove()}}),diffRow})(t.start,t.end,r).appendTo(o);else for(u=t.start;u<t.end;u++){var g=b(r[u]).appendTo(o);u===t.start?g.addClass("start-block"):u===t.end-1&&g.addClass("end-block")}},close:function(){s=!1},show:function(){}};RED.tray.show(e)}function b(e){var t=$("<tr>"),o=e.a,e=e.b,n=$('<td class="lineno">').text(2===o.type?"":o.i).appendTo(t),i=$('<td class="linetext">').text(o.line).appendTo(t);return 2===o.type?(n.addClass("blank"),i.addClass("blank")):4===o.type?(n.addClass("added"),i.addClass("added")):1===o.type&&(n.addClass("removed"),i.addClass("removed")),n=$('<td class="lineno">').text(2===e.type?"":e.i).appendTo(t),i=$('<td class="linetext">').text(e.line).appendTo(t),2===e.type?(n.addClass("blank"),i.addClass("blank")):4===e.type?(n.addClass("added"),i.addClass("added")):1===e.type&&(n.addClass("removed"),i.addClass("removed")),t}function y(e,t,o){return o?e===t?0:e.trim()===t.trime()?2:1:e===t?0:1}function a(e,y){var u=$("<div></div>");return e.forEach(function(f){var h,r,d,l,t,c,e,o,n=f.hunks,i=f.binary,a=$("<table>",{class:"red-ui-diff-text-content"}).appendTo(u),g=($('<colgroup><col width="50"><col width="50"><col width="100%"></colgroup>').appendTo(a),$("<tbody>").appendTo(a)),s=$('<tr class="red-ui-diff-text-file-header">').appendTo(g),a=$('<td colspan="3"></td>').appendTo(s),m=($('<i class="red-ui-diff-list-chevron fa fa-angle-down"></i>').appendTo(a),s.on("click",function(e){s.toggleClass("collapsed");var t=s.hasClass("collapsed");s.nextUntil(".red-ui-diff-text-file-header").toggle(!t)}),$('<span class="filename"></span>').text(f.file).appendTo(a),0),v=0,b={};y.project.files&&y.project.files.flow===f.file?(y.unmerged&&$('<span style="float: right;"><span id="red-ui-diff-dialog-toolbar-resolved-conflicts"></span></span>').appendTo(a),e=$('<tr class="red-ui-diff-text-header">').appendTo(g),r=$('<td class="red-ui-diff-flow-diff" colspan="3"></td>').appendTo(e),e=y.project.name,d=y.project.files.flow,c="projects/"+e+"/files/"+y.commonRev+"/"+d,l="projects/"+e+"/files/"+y.oldRev+"/"+d,o="projects/"+e+"/files/"+y.newRev+"/"+d,t=[$.Deferred(),$.Deferred(),$.Deferred()],y.commonRev?(c="projects/"+e+"/files/"+y.commonRev+"/"+d,$.ajax({dataType:"json",url:c}).then(function(e){t[0].resolve(e)}).fail(function(){t[0].resolve(null)})):t[0].resolve(null),$.ajax({dataType:"json",url:l}).then(function(e){t[1].resolve(e)}).fail(function(){t[1].resolve({content:"[]"})}),$.ajax({dataType:"json",url:o}).then(function(e){t[2].resolve(e)}).fail(function(){t[2].resolve({content:"[]"})}),$.when.apply($,t).always(function(e,t,o){var n,i,a;if(e)try{n=JSON.parse(e.content||"[]")}catch(e){return console.log(RED._("diff.commonVersionError"),c),void console.log(e)}try{i=JSON.parse(t.content||"[]")}catch(e){return console.log(RED._("diff.oldVersionError"),l),void console.log(e)}n=n||i;try{a=JSON.parse(o.content||"[]")}catch(e){return console.log(RED._("diff.newVersionError"),a),void console.log(e)}var e=D(n,i),t=D(n,a),s=(y.currentDiff=T(e,t),p(r,y.currentDiff,{title:d,mode:y.commonRev?"merge":"view",oldRevTitle:y.oldRevTitle,newRevTitle:y.newRevTitle}));s.list.hide(),w(y.currentDiff),setTimeout(function(){s.finish(),s.list.show()},300)})):i?(e=$('<tr class="red-ui-diff-text-header">').appendTo(g),o=$('<td colspan="3"></td>').appendTo(e),$("<span></span>").text(RED._("diff.noBinaryFileShowed")).appendTo(o)):(y.unmerged&&(h=$('<span style="float: right;">'+RED._("diff.conflictHeader",{resolved:v,unresolved:m})+"</span>").appendTo(a)),n.forEach(function(l){var e=$('<tr class="red-ui-diff-text-header">').appendTo(g),e=$('<td colspan="3"></td>').appendTo(e),c=($("<span></span>").text(l.header).appendTo(e),l.conflict),u=l.localStartLine,p=l.remoteStartLine;c&&m++,l.lines.forEach(function(e,t){var o,n,t=l.diffStart+t,i=c&&/^\+\+(<<<<<<<|=======$|>>>>>>>)/.test(e),a=$("<tr>").appendTo(g),s=$('<td class="lineno">').appendTo(a),r=(i?s.attr("colspan",2):o=$('<td class="lineno">').appendTo(a),$('<td class="linetext">').appendTo(a)),d=c?2:1;i?(a.addClass("mergeHeader"),/^\+\+=======$/.test(e)?(l.changeSeparator=t,a.addClass("mergeHeader-separator")):((n=/^..<<<<<<</.test(e))?($("<span>").text("<<<<<<< Local Changes").appendTo(r),l.localChangeStart=t):(l.remoteChangeEnd=t,$("<span>").text(">>>>>>> Remote Changes").appendTo(r)),a.addClass("mergeHeader-"+(n?"ours":"theirs")),$('<button class="red-ui-button red-ui-button-small" style="float: right; margin-right: 20px;"><i class="fa fa-angle-double-'+(n?"down":"up")+'"></i> use '+(n?"local":"remote")+" changes</button>").appendTo(r).on("click",function(e){var t,o;e.preventDefault(),v++,n?((o=(t=a.nextUntil(".mergeHeader-separator")).last().next()).nextUntil(".mergeHeader").remove(),o.next().remove()):((o=(t=a.prevUntil(".mergeHeader-separator")).last().prev()).prevUntil(".mergeHeader").remove(),o.prev().remove()),o.remove(),a.remove(),t.find(".linetext").addClass("added"),h.empty(),$("<span>"+RED._("diff.conflictHeader",{resolved:v,unresolved:m})+"</span>").appendTo(h),b[f.file]=b[f.file]||{},b[f.file][l.localChangeStart]={changeStart:l.localChangeStart,separator:l.changeSeparator,changeEnd:l.remoteChangeEnd,selection:n?"A":"B"},y.resolveConflict&&y.resolveConflict({conflicts:m,resolved:v,resolutions:b})}))):(i=e[0],c&&!y.unmerged&&" "===i&&(i=e[1]),$('<span class="prefix">').text(i).appendTo(r),t=!1,c&&y.unmerged?($('<span class="prefix">').text(e[1]).appendTo(r),"+"===e[0]&&(s.text(u++),t=!0),"+"===e[1]&&(o.text(p++),t=!0)):"+"===e[0]||c&&"+"===e[1]?(s.addClass("added"),o.addClass("added"),r.addClass("added"),o.text(p++),t=!0):("-"===e[0]||c&&"-"===e[1])&&(s.addClass("removed"),o.addClass("removed"),r.addClass("removed"),s.text(u++),t=!0),t||(r.addClass("unchanged"),0<u&&"\\"!==e[0]&&""!==e&&s.text(u++),0<p&&"\\"!==e[0]&&""!==e&&o.text(p++)),$("<span>").text(e.substring(d)).appendTo(r))})}))}),u}function u(e){for(var t,o,n=Array.isArray(e)?e:e.split("\n"),i=/^diff (?:(?:--git a\/(.*) b\/(.*))|(?:--cc (.*)))$/,a=/^\+\+\+ b\/(.*)\t?/,s=/^Binary files /,r=/^@@ -((\d+)(,(\d+))?) \+((\d+)(,(\d+))?) @@ ?(.*)$/,d=/^@+ -((\d+)(,(\d+))?) -((\d+)(,(\d+))?) \+((\d+)(,(\d+))?) @+/,l=[],c=0;c<n.length;c++){var u=n[c],p=i.exec(u);p?(o&&(t.hunks.push(o),l.push(t)),o=null,t={file:p[1]||p[3],hunks:[]}):s.test(u)?t&&(t.binary=!0):(p=a.exec(u))?t.file=p[1]:(p=r.exec(u))?(o&&t.hunks.push(o),o={header:u,localStartLine:p[2],localLength:p[4]||1,remoteStartLine:p[6],remoteLength:p[8]||1,lines:[],conflict:!1}):(p=d.exec(u))?(o&&t.hunks.push(o),o={header:u,localStartLine:p[2],localLength:p[4]||1,remoteStartLine:p[6],remoteLength:p[8]||1,diffStart:parseInt(p[10]),lines:[],conflict:!0}):o&&o.lines.push(u)}return o&&t.hunks.push(o),l.push(t),l}return{init:function(){RED.actions.add("core:show-remote-diff",r)},getRemoteDiff:t,showRemoteDiff:r,showUnifiedDiff:function(t){var o,e=t.diff,n=t.title,i=u(e),e=(t.unmerged&&(t.resolveConflict=function(e){(o=e).conflicts===e.resolved&&$("#red-ui-diff-view-resolve-diff").removeClass("disabled")}),{title:n||RED._("diff.compareChanges"),width:1/0,overlay:!0,buttons:[{text:RED._(t.unmerged?"common.label.cancel":"common.label.close"),click:function(){t.oncancel&&t.oncancel(),RED.tray.close()}}],resize:function(e){},open:function(e){e=e.find(".red-ui-tray-body"),e=$('<div class="red-ui-diff-text"></div>').appendTo(e);a(i,t).appendTo(e)},close:function(){s=!1},show:function(){}});t.unmerged&&e.buttons.push({id:"red-ui-diff-view-resolve-diff",text:RED._("diff.saveConflict"),class:"primary disabled",click:function(){var e;$("#red-ui-diff-view-resolve-diff").hasClass("disabled")||(t.currentDiff&&(e=l(t.currentDiff),(o={resolutions:{}}).resolutions[t.project.files.flow]=JSON.stringify(e.config,"",4)),t.onresolve&&t.onresolve(o),RED.tray.close())}}),RED.tray.show(e)},showCommitDiff:function(o){var n=function(e){for(var t={},o=e.split("\n"),n=[],i=0;i<o.length;i++)if(/^commit /.test(o[i]))t.sha=o[i].substring(7);else if(/^Author: /.test(o[i])){t.author=o[i].substring(8);var a=/^(.*) <(.*)>$/.exec(t.author);a&&(t.authorName=a[1],t.authorEmail=a[2])}else if(/^Date: /.test(o[i]))t.date=o[i].substring(8);else if(/^ /.test(o[i]))t.title?(4!==o[i].length||0<n.length)&&n.push(o[i].substring(4)):t.title=o[i].substring(4);else if(/^diff /.test(o[i])){t.files=u(o.slice(i));break}return t.comment=n.join("\n"),t}(o.commit),e={title:RED._("diff.viewCommitDiff"),width:1/0,overlay:!0,buttons:[{text:RED._("common.label.close"),click:function(){RED.tray.close()}}],resize:function(e){},open:function(e){var e=e.find(".red-ui-tray-body"),e=$('<div class="red-ui-diff-text"></div>').appendTo(e),t=$("<table>",{class:"red-ui-diff-text-content"}).appendTo(e),t=($('<colgroup><col width="50"><col width="50"><col width="100%"></colgroup>').appendTo(t),$("<tbody>").appendTo(t)),t=$('<tr class="red-ui-diff-text-commit-header">').appendTo(t),t=$('<td colspan="3"></td>').appendTo(t),t=($("<h3>").text(n.title).appendTo(t),$('<div class="commit-body"></div>').text(n.comment).appendTo(t),$('<div class="commit-summary"></div>').appendTo(t));$('<div style="float: right">').text("Commit "+n.sha).appendTo(t),$("<div>").text((n.authorName||n.author)+" - "+o.date).appendTo(t),n.files&&a(n.files,o).appendTo(e)},close:function(){s=!1},show:function(){}};RED.tray.show(e)},mergeDiff:c}}(),RED.keyboard=function(){var d,u,n=/Mac/i.test(window.navigator.platform),t=!0,p={},a={left:37,up:38,right:39,down:40,escape:27,enter:13,backspace:8,delete:46,space:32,";":186,"=":187,"+":187,",":188,"-":189,".":190,"/":191,"\\":220,"'":222,"?":191,"[":219,"]":221,"{":219,"}":221},o={16:!0,17:!0,18:!0,91:!0,93:!0},f={},h={},g={59:186,61:187,173:189};function m(e){return RED.settings.get("editor.keymap",{})[e]}function v(e){for(var t,o=e.toLowerCase().split("-"),n={},i=0;i<o.length;i++)switch(o[i]){case"ctrl":case"cmd":n.ctrl=!0,n.meta=!0;break;case"alt":n.alt=!0;break;case"shift":n.shift=!0;break;case"":t=a["-"];break;default:if(a.hasOwnProperty(o[i]))t=a[o[i]];else{if(1<o[i].length)return null;t=o[i].toUpperCase().charCodeAt(0)}}return[t,n]}function b(e,t){for(var o=e.target,n=0;"BODY"!==o.nodeName&&o.id!==t.scope;)o=o.parentElement,n++;return n="BODY"===o.nodeName&&"*"!==t.scope?-1:n}function r(e,t,o,n){var i=o,a=n,s=("function"!=typeof o&&"string"!=typeof o||(i={},a=o),[]),r=0;if("string"==typeof t){if("string"==typeof a){if(n||h.hasOwnProperty(a)||(h[a]={scope:e,key:t,user:!1}),!n)if(m(a))return;f[a]={scope:e,key:t},"boolean"==typeof n&&(f[a].user=n)}for(var d=t.split(" "),r=0;r<d.length;r++){var l=v(d[r]);if(!l)return;s.push(l)}}else s.push([t,i]);var c=p;for(r=0;r<s.length;r++)t=s[r][0],(i=s[r][1]).ctrl&&(c.ctrl=c.ctrl||{},c=c.ctrl),i.shift&&(c.shift=c.shift||{},c=c.shift),i.alt&&(c.alt=c.alt||{},c=c.alt),c[t]=c[t]||{},c=c[t];c.handlers=c.handlers||[],c.handlers.push({scope:e,ondown:a}),c.scope=e,c.ondown=a}function s(e,t){var o=t||{},n=[],i=0;if("string"==typeof e)for(var a=e.split(" "),i=0;i<a.length;i++){var s=v(a[i]);if(!s)return void console.log("Unrecognised key specifier:",e);n.push(s)}else n.push([e,o]);var r=p;for(i=0;i<n.length;i++){if(e=n[i][0],!(r=(r=(r=(o=n[i][1]).ctrl?r.ctrl:r)&&o.shift?r.shift:r)&&o.alt?r.alt:r)[e])return;r=r[e]}"string"==typeof r.ondown&&("boolean"==typeof t&&t?f[r.ondown]={user:t}:delete f[r.ondown]),delete r.scope,delete r.ondown,delete r.handlers}d3.select(window).on("keydown",function(){var e;t&&!o[d3.event.keyCode]&&(e=function e(t){var o=u||p,n=((o=(o=(t.ctrlKey||t.metaKey)&&t.ctrlKey!==t.metaKey?o.ctrl:o)&&t.shiftKey?o.shift:o)&&t.altKey&&(o=o.alt),g[t.keyCode]||t.keyCode);if(o&&o[n]){var i=o[n];if(!i.handlers){if(u)return u=null,e(t);if(0<Object.keys(i).length)for(var a in i)if(-1<b(t,i[a])){u=i,t.preventDefault();break}return null}for(var s,r=1/0,d=0,l=i.handlers.length,d=0;d<l;d++){var c=b(t,i.handlers[d]);-1<c&&c<r&&(r=c,s=i.handlers[d])}return u=null,i=s}if(u)return u=null,e(t)}(d3.event))&&e.ondown&&("string"==typeof e.ondown?RED.actions.invoke(e.ondown):e.ondown(),d3.event.preventDefault())});function l(e){e.preventDefault();var t,o,n,i,a=$(this),s=a.data("data");a.hasClass("keyboard-shortcut-entry-expanded")||(c(),e=a.find(".keyboard-shortcut-entry-key"),i=a.find(".keyboard-shortcut-entry-scope"),a.addClass("keyboard-shortcut-entry-expanded"),(t=$('<input type="text">').attr("placeholder",RED._("keyboard.unassigned")).val(s.key||"").appendTo(e)).on("change paste keyup",function(e){if(13===e.keyCode&&!$(this).hasClass("input-error"))return c();if(27===e.keyCode)return c(!0);var e=$(this).val(),t=""===(e=e.trim())||RED.keyboard.validateKey(e);t&&""!==e&&(t=!d.has(o.val()+":"+e.toLowerCase())),$(this).toggleClass("input-error",!t),n.attr("disabled",!t)}),(o=$('<select><option value="*" data-i18n="keyboard.global"></option><option value="red-ui-workspace" data-i18n="keyboard.workspace"></option></select>').appendTo(i)).i18n(),"workspace"===s.scope&&(s.scope="red-ui-workspace"),o.val(s.scope||"*"),o.on("change",function(){t.trigger("change")}),e=$('<div class="keyboard-shortcut-edit button-group-vertical"></div>').appendTo(i),n=$('<button class="red-ui-button red-ui-button-small"><i class="fa fa-check"></i></button>').appendTo(e),i=$('<button class="red-ui-button red-ui-button-small"><i class="fa fa-reply"></i></button>').appendTo(e),n.on("click",function(e){e.stopPropagation(),c()}),i.on("click",function(e){e.stopPropagation(),a.empty(),a.removeClass("keyboard-shortcut-entry-expanded");e=RED.settings.get("editor.keymap",{}),e[s.id]=null,RED.settings.set("editor.keymap",e),RED.keyboard.revertToDefault(s.id),e=RED.keyboard.getShortcut(s.id),e={id:s.id,scope:e?e.scope:void 0,key:e?e.key:void 0,user:e?e.user:void 0,label:s.label,options:s.options};y(a,e)}),t.trigger("focus"))}function c(e){var t,o,n,i,a,s,r=$(".keyboard-shortcut-entry-expanded");1===r.length&&(t=r.data("data"),o=r.find(".keyboard-shortcut-entry-key input"),n=r.find(".keyboard-shortcut-entry-scope select"),e||(e=o.val().trim(),i=n.val(),(""===e||RED.keyboard.validateKey(e))&&(!(a=RED.keyboard.getShortcut(t.id))&&e||a&&(a.scope!==i||a.key!==e))&&(a=r.find(".keyboard-shortcut-entry-key"),s=r.find(".keyboard-shortcut-entry-scope"),a.empty(),s.empty(),t.key&&(d.delete(t.scope+":"+t.key),RED.keyboard.remove(t.key,!0)),r.find(".keyboard-shortcut-entry-text i").css("opacity",1),""===e?(a.parent().addClass("keyboard-shortcut-entry-unassigned"),a.append($("<span>").text(RED._("keyboard.unassigned"))),delete t.key,delete t.scope):(a.parent().removeClass("keyboard-shortcut-entry-unassigned"),a.append(RED.keyboard.formatKey(e)),$("<span>").text(i).appendTo(s),t.key=e,t.scope=i,d.add(t.scope+":"+t.key),RED.keyboard.add(t.scope,t.key,t.id,!0)),a=RED.settings.get("editor.keymap",{}),s=RED.keyboard.getShortcut(t.id),a[t.id]={scope:s.scope,key:s.key},RED.settings.set("editor.keymap",a))),o.remove(),n.remove(),$(".keyboard-shortcut-edit").remove(),r.removeClass("keyboard-shortcut-entry-expanded"))}function y(e,t){var o=$('<div class="keyboard-shortcut-entry">').appendTo(e),n=(e.data("data",t),t.label),n=$("<div>").addClass("keyboard-shortcut-entry-text").text(n).appendTo(o),n=$('<i class="fa fa-user"></i>').prependTo(n),n=(t.user||n.css("opacity",0),$('<div class="keyboard-shortcut-entry-key">').appendTo(o)),n=(t.key?n.append(RED.keyboard.formatKey(t.key)):(o.addClass("keyboard-shortcut-entry-unassigned"),n.append($("<span>").text(RED._("keyboard.unassigned")))),$('<div class="keyboard-shortcut-entry-scope">').appendTo(o));$("<span>").text("*"===t.scope?"global":t.scope||"").appendTo(n),e.on("click",l)}function w(){var e=$('<div id="red-ui-settings-tab-keyboard"></div>'),o=($('<div class="keyboard-shortcut-entry keyboard-shortcut-list-header"><div class="keyboard-shortcut-entry-key keyboard-shortcut-entry-text"><input autocomplete="off" name="keyboard-filter" id="red-ui-settings-tab-keyboard-filter" type="text" data-i18n="[placeholder]keyboard.filterActions"></div><div class="keyboard-shortcut-entry-key" data-i18n="keyboard.shortcut"></div><div class="keyboard-shortcut-entry-scope" data-i18n="keyboard.scope"></div></div>').appendTo(e),e.find("#red-ui-settings-tab-keyboard-filter").searchBox({delay:100,change:function(){var t=$(this).val().trim().toLowerCase();""===t?o.editableList("filter",null):(t=t.replace(/\s/g,""),o.editableList("filter",function(e){return-1<e.label.toLowerCase().indexOf(t)}))}}),$('<ol class="keyboard-shortcut-list"></ol>').css({position:"absolute",top:"32px",bottom:"0",left:"0",right:"0"}).appendTo(e).editableList({addButton:!1,scrollOnAdd:!1,addItem:function(e,t,o){y(e,o)}})),t=RED.actions.list();return t.sort(function(e,t){e=e.label,t=t.label;return e.localeCompare(t)}),d=new Set,t.forEach(function(e){e.key&&d.add(e.scope+":"+e.key),o.editableList("addItem",e)}),e}return{init:function(a){"localStorage"in window&&null!==window.localStorage&&(null!==(e=localStorage.getItem("keymap"))&&(localStorage.removeItem("keymap"),RED.settings.set("editor.keymap",JSON.parse(e))));var e,s=RED.settings.get("editor.keymap",{});$.getJSON("red/keymap.json",function(e){var t,o,n,i=function(e,t){var o,n,i={};for(o in e)if(e.hasOwnProperty(o)){var a,s=e[o];for(a in s)s.hasOwnProperty(a)&&(i[s[a]]?i[s[a]].push({scope:o,key:a,user:!1}):i[s[a]]=[{scope:o,key:a,user:!1}])}for(n in t)t.hasOwnProperty(n)&&(t[n].key?(i[n]=[{scope:t[n].scope||"*",key:t[n].key,user:!1}],"workspace"===i[n][0].scope&&(i[n][0].scope="red-ui-workspace")):delete i[n]);return i}(e,RED.settings.theme("keymap",{}));for(t in i)i.hasOwnProperty(t)&&(s.hasOwnProperty(t)||i[t].forEach(function(e){r(e.scope,e.key,t,!1)}),h[t]=i[t][0]);for(t in s)s.hasOwnProperty(t)&&s[t]&&((o=s[t]).hasOwnProperty("key")&&r(n="workspace"===(n=o.scope)?"red-ui-workspace":n,o.key,t,!0));a()}),RED.userSettings.add({id:"keyboard",title:RED._("keyboard.keyboard"),get:w,focus:function(){setTimeout(function(){$("#red-ui-settings-tab-keyboard-filter").trigger("focus")},200)},close:function(){RED.menu.refreshShortcuts()}})},add:r,remove:s,getShortcut:function(e){return f[e]},getUserShortcut:m,revertToDefault:function(e){var t=f[e];t&&s(t.key),h.hasOwnProperty(e)&&r((t=h[e]).scope,t.key,e,!1)},formatKey:function(e,t){var o=n?e.replace(/ctrl-?/,"&#8984;"):e;return o=(o=(o=(o=(o=(o=n?o.replace(/alt-?/,"&#8997;"):e).replace(/shift-?/,"&#8679;")).replace(/left/,"&#x2190;")).replace(/up/,"&#x2191;")).replace(/right/,"&#x2192;")).replace(/down/,"&#x2193;"),t?o:'<span class="help-key-block"><span class="help-key">'+o.split(" ").join('</span> <span class="help-key">')+"</span></span>"},validateKey:function(e){var t=(e=e.trim()).split(" ");for(i=0;i<t.length;i++)if(!v(t[i]))return!1;return!0},disable:function(){t=!1},enable:function(){t=!0}}}(),RED.workspaces=function(){var a,s=0,i=0,t=[],n=[],o=0;let r,d;function l(e){o!==t.length&&t.splice(o),t.push(e),o=t.length}function c(o){n=n.filter(function(e){return e!==o&&(!Array.isArray(e)||(-1<(t=e.indexOf(o))&&e.splice(t,1),0!==e.length));var t})}function u(e,t,o){if(e)e.closeable||(e.hideable=!0),a.addTab(e,o),JSON.parse(RED.settings.getLocal("hiddenTabs")||"{}")[e.id]&&a.hideTab(e.id),a.resize();else{for(var n=RED.nodes.id();i+=1,0!==$("#red-ui-workspace-tabs li[flowname='"+RED._("workspace.defaultName",{number:i})+"']").size(););e={type:"tab",id:n,disabled:!1,info:"",label:RED._("workspace.defaultName",{number:i}),env:[],hideable:!0},RED.nodes.addWorkspace(e,o),a.addTab(e,o),a.activateTab(n),t||(RED.history.push({t:"add",workspaces:[e],dirty:RED.nodes.dirty()}),RED.nodes.dirty(!0))}return $("#red-ui-tab-"+e.id.replace(".","-")).attr("flowname",e.label),RED.view.focus(),e}function p(e){var t;1!==h&&(t=RED.nodes.getWorkspaceOrder(),e._index=t.indexOf(e.id),w(e),(t=RED.nodes.removeWorkspace(e.id)).t="delete",t.dirty=RED.nodes.dirty(),t.workspaces=[e],RED.history.push(t),RED.nodes.dirty(!0),RED.sidebar.config.refresh())}function f(e){var t=RED.nodes.workspace(e);t?RED.editor.editFlow(t):(t=RED.nodes.subflow(e))&&RED.editor.editSubflow(t)}var h=0;function e(){a=RED.tabs.create({id:"red-ui-workspace-tabs",onchange:function(e){var t={old:s};e?($("#red-ui-workspace-chart").show(),s=e.id,window.location.hash="flow/"+e.id,$("#red-ui-workspace").toggleClass("red-ui-workspace-disabled",!!e.disabled)):($("#red-ui-workspace-chart").hide(),s=0,window.location.hash=""),t.workspace=s,RED.events.emit("workspace:change",t),RED.sidebar.config.refresh(),RED.view.focus()},onclick:function(e){e.id!==s&&l(s),RED.view.focus()},ondblclick:function(e){"subflow"!=e.type?f(e.id):RED.editor.editSubflow(RED.nodes.subflow(e.id))},onadd:function(e){"tab"===e.type&&h++,$('<span class="red-ui-workspace-disabled-icon"><i class="fa fa-ban"></i> </span>').prependTo("#red-ui-tab-"+e.id.replace(".","-")+" .red-ui-tab-label"),e.disabled&&$("#red-ui-tab-"+e.id.replace(".","-")).addClass("red-ui-workspace-disabled"),RED.menu.setDisabled("menu-item-workspace-delete",0===s||h<=1),1===h&&($("#red-ui-workspace .red-ui-tabs").show(),$("#red-ui-workspace-chart").show(),$("#red-ui-workspace-footer").children().show())},onremove:function(e){"tab"===e.type?h--:n.push(e.id),RED.menu.setDisabled("menu-item-workspace-delete",0===s||h<=1),0===h&&g()},onreorder:function(e,t){RED.history.push({t:"reorder",workspaces:{from:e,to:t},dirty:RED.nodes.dirty()}),RED.nodes.dirty(!0),E(t)},onselect:function(e){RED.view.select(!1),0===e.length?($("#red-ui-workspace-chart svg").css({"pointer-events":"auto",filter:"none"}),$("#red-ui-workspace-toolbar").css({"pointer-events":"auto",filter:"none"}),$("#red-ui-palette-container").css({"pointer-events":"auto",filter:"none"}),$(".red-ui-sidebar-shade").hide()):(RED.view.select(!1),$("#red-ui-workspace-chart svg").css({"pointer-events":"none",filter:"opacity(60%)"}),$("#red-ui-workspace-toolbar").css({"pointer-events":"none",filter:"opacity(60%)"}),$("#red-ui-palette-container").css({"pointer-events":"none",filter:"opacity(60%)"}),$(".red-ui-sidebar-shade").show())},onhide:function(e){n.push(e.id);var t=JSON.parse(RED.settings.getLocal("hiddenTabs")||"{}");t[e.id]=!0,RED.settings.setLocal("hiddenTabs",JSON.stringify(t)),RED.events.emit("workspace:hide",{workspace:e.id})},onshow:function(e){c(e.id);var t=JSON.parse(RED.settings.getLocal("hiddenTabs")||"{}");delete t[e.id],RED.settings.setLocal("hiddenTabs",JSON.stringify(t)),RED.events.emit("workspace:show",{workspace:e.id})},minimumActiveTabWidth:150,scrollable:!0,addButton:"core:add-flow",addButtonCaption:RED._("workspace.addFlow"),menu:function(){var e=[{id:"red-ui-tabs-menu-option-search-flows",label:RED._("workspace.listFlows"),onselect:"core:list-flows"},{id:"red-ui-tabs-menu-option-search-subflows",label:RED._("workspace.listSubflows"),onselect:"core:list-subflows"},null,{id:"red-ui-tabs-menu-option-add-flow",label:RED._("workspace.addFlow"),onselect:"core:add-flow"},{id:"red-ui-tabs-menu-option-add-flow-right",label:RED._("workspace.addFlowToRight"),onselect:"core:add-flow-to-right"},null,{id:"red-ui-tabs-menu-option-add-hide-flows",label:RED._("workspace.hideFlow"),onselect:"core:hide-flow"},{id:"red-ui-tabs-menu-option-add-hide-other-flows",label:RED._("workspace.hideOtherFlows"),onselect:"core:hide-other-flows"},{id:"red-ui-tabs-menu-option-add-show-all-flows",label:RED._("workspace.showAllFlows"),onselect:"core:show-all-flows"},{id:"red-ui-tabs-menu-option-add-hide-all-flows",label:RED._("workspace.hideAllFlows"),onselect:"core:hide-all-flows"},{id:"red-ui-tabs-menu-option-add-show-last-flow",label:RED._("workspace.showLastHiddenFlow"),onselect:"core:show-last-hidden-flow"}];let o=new Set;for(let t=0;t<n.length;t++){let e=n[t];(e=Array.isArray(e)?e:[e]).forEach(e=>{RED.nodes.workspace(e)&&o.add(e)})}var t=o.size;return 0<t&&e.unshift({label:RED._("workspace.hiddenFlows",{count:t}),onselect:"core:list-hidden-flows"}),e}}),h=0}function g(){$("#red-ui-workspace .red-ui-tabs").hide(),$("#red-ui-workspace-chart").hide(),$("#red-ui-workspace-footer").children().hide()}function m(e){f(e||s)}function v(e){y(e,!1)}function b(e){y(e,!0)}function y(e,t){var o,n=RED.nodes.workspace(e||s);n&&n.disabled!==t&&(o={disabled:n.disabled},n.disabled=t,$("#red-ui-tab-"+n.id.replace(".","-")).toggleClass("red-ui-workspace-disabled",!!n.disabled),e&&e!==s||$("#red-ui-workspace").toggleClass("red-ui-workspace-disabled",!!n.disabled),t={t:"edit",changes:o,node:n,dirty:RED.nodes.dirty()},n.changed=!0,RED.history.push(t),RED.events.emit("flows:change",n),RED.nodes.dirty(!0),RED.sidebar.config.refresh(),(e=RED.view.selection()).nodes||e.links||n.id!==s||RED.sidebar.info.refresh(n),o.hasOwnProperty("disabled")&&(RED.nodes.eachNode(function(e){e.z===n.id&&(e.dirty=!0)}),RED.view.redraw()))}function w(e){e?(a.contains(e.id)&&a.removeTab(e.id),e.id===s&&(s=0)):p(RED.nodes.workspace(s))}function E(e){var t=e.filter(function(e){return void 0!==RED.nodes.workspace(e)}),o=RED.nodes.getWorkspaceOrder();JSON.stringify(t)!==JSON.stringify(o)&&(RED.nodes.setWorkspaceOrder(t),RED.events.emit("flows:reorder",t)),a.order(e)}return{init:function(){$('<ul id="red-ui-workspace-tabs"></ul>').appendTo("#red-ui-workspace"),$('<div id="red-ui-workspace-tabs-shade" class="hide"></div>').appendTo("#red-ui-workspace"),$('<div id="red-ui-workspace-chart" tabindex="1"></div>').appendTo("#red-ui-workspace"),$('<div id="red-ui-workspace-toolbar"></div>').appendTo("#red-ui-workspace"),$('<div id="red-ui-workspace-footer" class="red-ui-component-footer"></div>').appendTo("#red-ui-workspace"),$('<div id="red-ui-editor-shade" class="hide"></div>').appendTo("#red-ui-workspace"),e(),RED.events.on("sidebar:resize",a.resize),RED.actions.add("core:show-next-tab",function(){var e=s;a.nextTab(),e!==s&&l(e)}),RED.actions.add("core:show-previous-tab",function(){var e=s;a.previousTab(),e!==s&&l(e)}),RED.menu.setAction("menu-item-workspace-delete",function(){p(RED.nodes.workspace(s))}),$(window).on("resize",function(){a.resize()}),RED.actions.add("core:add-flow",function(e){u(void 0,void 0,e?e.index:void 0)}),RED.actions.add("core:add-flow-to-right",function(e){u(void 0,void 0,a.activeIndex()+1)}),RED.actions.add("core:edit-flow",m),RED.actions.add("core:remove-flow",w),RED.actions.add("core:enable-flow",v),RED.actions.add("core:disable-flow",b),RED.actions.add("core:hide-flow",function(){var e=a.selection(),t=(0===e.length&&(e=[{id:s}]),[]);e.forEach(function(e){RED.workspaces.hide(e.id),n.pop(),t.push(e.id)}),0<t.length&&n.push(t),a.clearSelection()}),RED.actions.add("core:hide-other-flows",function(){var e=a.selection(),t=(0===e.length&&(e=[{id:s}]),new Set(e.map(function(e){return e.id}))),e=a.listTabs(),o=[];e.forEach(function(e){t.has(e)||(RED.workspaces.hide(e),n.pop(),o.push(e))}),0<o.length&&n.push(o)}),RED.actions.add("core:hide-all-flows",function(){var e=a.listTabs();e.forEach(function(e){RED.workspaces.hide(e),n.pop()}),0<e.length&&n.push(e),a.clearSelection()}),RED.actions.add("core:show-all-flows",function(){a.listTabs().forEach(function(e){RED.workspaces.show(e,null,!0)})}),RED.actions.add("core:show-last-hidden-flow",function(){var e,t=n.pop();t&&("string"==typeof t?RED.workspaces.show(t):(e=t.pop(),t.forEach(function(e){RED.workspaces.show(e,null,!0)}),setTimeout(function(){RED.workspaces.show(e)},150)))}),RED.actions.add("core:list-modified-nodes",function(){RED.actions.invoke("core:search","is:modified ")}),RED.actions.add("core:list-hidden-flows",function(){RED.actions.invoke("core:search","is:hidden ")}),RED.actions.add("core:list-flows",function(){RED.actions.invoke("core:search","type:tab ")}),RED.actions.add("core:list-subflows",function(){RED.actions.invoke("core:search","type:subflow ")}),RED.actions.add("core:go-to-previous-location",function(){0<o&&(o===t.length&&t.push(s),RED.workspaces.show(t[--o],!0))}),RED.actions.add("core:go-to-next-location",function(){o<t.length-1&&RED.workspaces.show(t[++o],!0)}),g()},add:u,remove:w,delete:p,order:E,edit:m,contains:function(e){return a.contains(e)},count:function(){return h},active:function(){return s},selection:function(){return a.selection()},hide:function(e){e=e||s,a.contains(e)&&a.hideTab(e)},isHidden:function(e){return n.includes(e)},show:function(e,t,o,n){if(!a.contains(e)){var i=RED.nodes.subflow(e);if(!i)return;u({type:"subflow",id:e,icon:"red/images/subflow_tab.svg",label:i.name,closeable:!0},null,a.activeIndex()+1),c(e)}if(o?a.showTab(e):(t||s===e||l(s),a.activateTab(e)),n){i=e.replace(".","-");r&&r.length&&(clearInterval(d),d=null,r.removeClass("highlighted"),r=null);let t=$("#red-ui-tab-"+i);t&&t.length&&(d=setInterval(function(e){e>=Date.now()?(e=t.hasClass("highlighted"),t.toggleClass("highlighted",!e)):(clearInterval(d),d=null,r=null,t.removeClass("highlighted"))},100,Date.now()+2200),(r=t).addClass("highlighted"))}},refresh:function(){RED.nodes.eachWorkspace(function(e){a.renameTab(e.id,e.label),$("#red-ui-tab-"+e.id.replace(".","-")).attr("flowname",e.label)}),RED.nodes.eachSubflow(function(e){a.contains(e.id)&&a.renameTab(e.id,e.name)}),RED.sidebar.config.refresh()},resize:function(){a.resize()},enable:v,disable:b}}(),RED.statusBar=function(){var o,n,i={};return{init:function(){o=$('<span class="red-ui-statusbar-bucket red-ui-statusbar-bucket-left">').appendTo("#red-ui-workspace-footer"),n=$('<span class="red-ui-statusbar-bucket red-ui-statusbar-bucket-right">').appendTo("#red-ui-workspace-footer")},add:function(e){i[e.id]=e;var t=$('<span class="red-ui-statusbar-widget"></span>');t.prop("id",e.id),e.element.appendTo(t),"left"===e.align?o.append(t):"right"===e.align&&n.prepend(t)}}}(),RED.view=function(){var X,Y,Z,u,w=5e3,Q=5e3,h=.75,R=1,I=100,N=30,p=650,l=1e3,c=0,f=[],d=0,n={},E=20,ee=!1,te=!1,P=null,y=[],oe=[],ne=[],ie=[],x={},g=null,D=null,_=[],ae={},k=null,T=null,se=null,C=null,re=0,j=null,de=[0,0],A=null,M=0,L=null,S=null,le=null,ce=null,s=!1,ue=null,pe=null,fe=0,he=0,ge=[],O=null,me=-1,ve=!1,be=[];let r;var ye="";let we;var z,Ee,m,De,Re,xe,_e,$e,ke,Te,B,Ce,a,je,t,Le={red:"#c00",green:"#5a8",yellow:"#F9DF31",blue:"#53A3F3",grey:"#d3d3d3",gray:"#d3d3d3"},G=1,F=0,U=(Ce=new Set,a=[],je={add:function(e){if(Array.isArray(e))for(var t=0;t<e.length;t++)je.add(e[t]);else if(!Ce.has(e.id)){a.push({n:e}),Ce.add(e.id);for(var o=RED.nodes.getNodeLinks(e.id,G).concat(RED.nodes.getNodeLinks(e.id,F)),t=0,n=o.length;t<n;t++){var i=o[t];(i.source===e&&Ce.has(i.target.id)||i.target===e&&Ce.has(i.source.id))&&V.add(i)}}},remove:function(e,t){if(Ce.has(e.id)){if(Ce.delete(e.id),void 0!==t&&a[t].n===e)a.splice(t,1);else for(var o=0;o<a.length;o++)if(a[o].n===e){a.splice(o,1);break}for(var n=RED.nodes.getNodeLinks(e.id,G).concat(RED.nodes.getNodeLinks(e.id,F)),o=0,i=n.length;o<i;o++)V.remove(n[o])}},clear:function(){Ce.clear(),a=[]},length:function(){return a.length},get:function(e){return a[e]},forEach:function(e){a.forEach(e)},nodes:function(){return a.map(function(e){return e.n})},has:function(e){return Ce.has(e.id)}}),V=(t=new Set,{add:function(e){t.add(e),e.selected=!0},remove:function(e){t.delete(e),e.selected=!1},clear:function(){t.forEach(function(e){e.selected=!1}),t.clear()},length:function(){return t.size},forEach:function(e){t.forEach(e)},has:function(e){return t.has(e)},toArray:function(){return Array.from(t)}});function Se(){for(var e=[],t=0;t<w;t+=+E)e.push(t);De.selectAll("line.red-ui-workspace-chart-grid-h").remove(),De.selectAll("line.red-ui-workspace-chart-grid-h").data(e).enter().append("line").attr({class:"red-ui-workspace-chart-grid-h",x1:0,x2:w,y1:function(e){return e},y2:function(e){return e}}),De.selectAll("line.red-ui-workspace-chart-grid-v").remove(),De.selectAll("line.red-ui-workspace-chart-grid-v").data(e).enter().append("line").attr({class:"red-ui-workspace-chart-grid-v",y1:0,y2:w,x1:function(e){return e},x2:function(e){return e}})}function Oe(e){me=-1;for(var t=0;t<e.length;t++){var o=e[t];o.el=_e.append("svg:path").attr("class","red-ui-flow-drag-line"),("link out"===o.node.type&&o.portType===F||"link in"===o.node.type&&o.portType===G)&&(o.el.attr("class","red-ui-flow-link-link red-ui-flow-drag-line"),o.virtualLink=!0,me=o.portType===F?G:F),B.push(o)}-1!==me&&y.forEach(function(e){"link in"!==e.type&&"link out"!==e.type||(e.dirty=!0)})}function Ie(){for(-1!==me&&y.forEach(function(e){"link in"!==e.type&&"link out"!==e.type||(e.dirty=!0)}),me=-1;B.length;){var e=B.pop();e.el&&e.el.remove()}}function J(){for(var e=RED.workspaces.active(),n=(0!==e?((y=RED.nodes.filterNodes({z:e})).forEach(function(e,t){e._index=t}),oe=RED.nodes.filterLinks({source:{z:e},target:{z:e}}),ne=RED.nodes.junctions(e)||[],(_=RED.nodes.groups(e)||[]).forEach(function(e,t){e._index=t,e.g?(e._root=e.g,e._depth=1):(e._root=e.id,e._depth=0)})):(y=[],oe=[],ne=[],_=[]),!1);n=!1,_.forEach(function(e){var t,o;e.g&&(t=RED.nodes.group(e.g))&&(o=t._depth,e._depth!==o+1&&(e._depth=o+1,n=!0),e._root!==t._root&&(e._root=t._root,n=!0))}),n;);_.sort(function(e,t){return e._root===t._root?e._depth-t._depth:e._index-t._index}),Te.selectAll(".red-ui-flow-group").data(_,function(e){return e.id}).sort(function(e,t){return e._root===t._root?e._depth-t._depth:e._index-t._index})}function Ne(e,t,o,n,i){var a,s,r,d,l,c=n-t,u=o-e,p=Math.sqrt(c*c+u*u),f=h;return 0<u*i?p<I&&(f=.75-(I-p)/I*.75):f=.4-.2*Math.max(0,(I-Math.min(Math.abs(u),Math.abs(c)))/I),0<u*i?"M "+e+" "+t+" C "+(e+i*(I*f))+" "+(t+0*N)+" "+(o-i*f*I)+" "+(n-0*N)+" "+o+" "+n:(p=Math.floor(o-u/2),u=Math.floor(n-c/2),a=N/2,d=(n+(u=0==c?n+N:u))/2,s=e+i*I*f,r=0<c?Math.min(d-c/2,t+a):Math.max(d-c/2,t-a),i=o-i*I*f,f=0<c?Math.max(d,n-a):Math.min(d,n+a),d=0<c?1:-1,(l=[[l=(e+s)/2,t],[s,0<c?Math.max(t,r-a):Math.min(t,r+a)],[l,0<c?Math.min(u,r+a):Math.max(u,r-a)],[i,0<c?Math.max(u,f-a):Math.min(u,f+a)],[(o+i)/2,n]])[2][1]===r+d*a&&(Math.abs(c)<10*a&&(l[1][1]=r-d*a/2,l[3][1]=f-d*a/2),l[2][0]=s),"M "+e+" "+t+" C "+l[0][0]+" "+l[0][1]+" "+l[1][0]+" "+l[1][1]+" "+s+" "+r+" S "+l[2][0]+" "+l[2][1]+" "+p+" "+u+" S "+l[3][0]+" "+l[3][1]+" "+i+" "+f+" S "+l[4][0]+" "+l[4][1]+" "+o+" "+n)}function Pe(){var e,t;RED.view.DEBUG&&console.warn("canvasMouseDown",{mouse_mode:M,point:d3.mouse(this),event:d3.event}),RED.contextMenu.hide(),M===RED.state.SELECTING_NODE?d3.event.stopPropagation():1===d3.event.button?(M=RED.state.PANNING,A=[d3.event.pageX,d3.event.pageY],ge=[z.scrollLeft(),z.scrollTop()]):2!==d3.event.button&&(T||k||se||d3.event.shiftKey||(V.clear(),W()),0===M&&L&&(L.remove(),L=null),!d3.event.touches&&0!==d3.event.button||(0!==M&&M!==RED.state.QUICK_JOINING||!d3.event.metaKey&&!d3.event.ctrlKey||d3.event.altKey||d3.event.shiftKey?0!==M||d3.event.metaKey||d3.event.ctrlKey||(d3.event.altKey?d3.event.altKey&&(q(),M=d3.event.shiftKey?RED.state.SLICING_JUNCTION:RED.state.SLICING,e=d3.mouse(this),S=m.append("path").attr("class","nr-ui-view-slice").attr("d",`M${e[0]} `+e[1]),le=e,RED.view.redraw()):d||(e=d3.mouse(this),L=m.append("rect").attr("ox",e[0]).attr("oy",e[1]).attr("rx",1).attr("ry",1).attr("x",e[0]).attr("y",e[1]).attr("width",0).attr("height",0).attr("class","nr-ui-view-lasso"),d3.event.preventDefault())):(d3.event.stopPropagation(),q(),t=Nt((e=d3.mouse(this))[0],e[1]),Ae({position:e,group:t=0<B.length?t||RED.nodes.group(B[0].node.g):t}))))}function Ae(e){function l(){var e,t,o;O&&(O.el||(O.el=_e.append("svg:path").attr("class","red-ui-flow-drag-line")),e=O.portType===F&&O.node.outputs||1,t=O.port,o=O.portType===F?1:-1,O.el.attr("d",Ne(O.node.x+o*O.node.w/2,O.node.y+(-(e-1)/2*13+13*t),p[0]-o*I/2,p[1],o)))}var t,c,u,p=(e=e||{}).position||be,f=e.splice,o=e.spliceMultiple,h=e.group,g=e.touchTrigger,e=(h&&!h.active&&(v(h,!1),b(h),RED.view.redraw()),p[0]),n=p[1],i=$("#red-ui-workspace-chart").offset(),a=e*R+i.left-$("#red-ui-workspace-chart").scrollLeft(),i=n*R+i.top-$("#red-ui-workspace-chart").scrollTop(),s=(RED.settings.get("editor").view["view-snap-grid"]&&(p[0]=Math.round(p[0]/E)*E,p[1]=Math.round(p[1]/E)*E),$("#red-ui-main-container").position());M!==RED.state.QUICK_JOINING&&(M=RED.state.QUICK_JOINING,$(window).on("keyup",it)),ce&&ce.remove(),(ce=m.append("g").attr("transform","translate("+(p[0]-I/2)+","+(p[1]-N/2)+")")).append("rect").attr("class","red-ui-flow-node-placeholder").attr("rx",5).attr("ry",5).attr("width",I).attr("height",N).attr("fill","none"),0<B.length&&(t=B[0].virtualLink?{type:"link in"===B[0].node.type?"link out":"link in"}:B[0].portType===F?{input:!0}:{output:!0},O={node:B[0].node,port:B[0].port,portType:B[0].portType},B[0].virtualLink&&(O.virtualLink=!0),Ie()),(f||o)&&(t={input:!0,output:!0,spliceMultiple:o});O&&l(),RED.typeSearch.show({x:a-s.left-I/2-(e-p[0]),y:i-s.top+N/2+5-(n-p[1]),disableFocus:g,filter:t,move:function(e,t){var o;ce&&(o=d3.transform(ce.attr("transform")).translate,ce.attr("transform","translate("+(o[0]+e)+","+(o[1]+t)+")"),p[0]+=e,p[1]+=t,l())},cancel:function(){O&&(O.el&&O.el.remove(),O=null),ce&&ce.remove(),K(),W(),Ie(),H()},add:function(e,t){var o;if(g&&(t=!1,K()),/^_action_:/.test(e))n=e.substring(9),ce.remove(),RED.actions.invoke(n);else{if("junction"===e)i={t:"add",junctions:[o={_def:{defaults:{}},type:"junction",z:RED.workspaces.active(),id:RED.nodes.id(),x:0,y:0,w:0,h:0,outputs:1,inputs:1,dirty:!0}]};else{var n=qt(e);if(!n)return;o=n.node,i=n.historyEvent}t&&(M=RED.state.QUICK_JOINING),o.x=p[0],o.y=p[1];var i,a,s,r,d,e=RED.utils.getMessageProperty(RED.settings.get("editor"),"view.view-node-show-label");void 0===e||o._def.hasOwnProperty("showLabel")&&!o._def.showLabel||o._def.defaults.hasOwnProperty("l")||(o.l=e),O?(n=null,(e=O).portType===F&&(0<o.inputs||e.virtualLink)?(n=e.node,r=e.port,d=o):e.portType===G&&(0<o.outputs||e.virtualLink)&&(n=o,d=e.node,r=0),null!==n?(e.virtualLink?(i={t:"multi",events:[i]},a=$.extend(!0,{},{v:n.links}).v,s=$.extend(!0,{},{v:d.links}).v,n.links.push(d.id),d.links.push(n.id),n.dirty=!0,d.dirty=!0,i.events.push({t:"edit",node:n,dirty:RED.nodes.dirty(),changed:n.changed,changes:{links:a}}),i.events.push({t:"edit",node:d,dirty:RED.nodes.dirty(),changed:d.changed,changes:{links:s}}),n.changed=!0,d.changed=!0):(RED.nodes.addLink(a={source:n,sourcePort:r,target:d}),i.links=[a]),t?(O.node=o,O.port=0):(O.el.remove(),O=null,M===RED.state.QUICK_JOINING&&(e.portType===F&&0<o.outputs?Oe([{node:o,port:0,portType:F}]):!O&&e.portType===G&&0<o.inputs?Oe([{node:o,port:0,portType:G}]):K()))):(Ie(),K())):t?0<o.outputs?O={node:o,port:0,portType:F}:0<o.inputs?O={node:o,port:0,portType:G}:K():M===RED.state.QUICK_JOINING&&(0<o.outputs?Oe([{node:o,port:0,portType:F}]):0<o.inputs?Oe([{node:o,port:0,portType:G}]):K()),"junction"===o.type?RED.nodes.addJunction(o):RED.nodes.add(o),RED.editor.validateNode(o),h&&(RED.group.addToGroup(h,o),(i="multi"!==i.t?{t:"multi",events:[i]}:i).events.push({t:"addToGroup",group:h,nodes:o})),f&&(K(),RED.nodes.removeLink(f),s={source:f.source,sourcePort:f.sourcePort,target:o},n={source:o,sourcePort:0,target:f.target},RED.nodes.addLink(s),RED.nodes.addLink(n),i.links=(i.links||[]).concat([s,n]),i.removedLinks=[f]),RED.history.push(i),RED.nodes.dirty(!0),q(),o.selected=!0,h&&(v(h,!1),b(h)),U.add(o),J(),W(),H(),void 0!==c&&(r=c+u/2,(d=o.x-o.w/2-r)!=2*E&&(o.x=o.x+2*E-d,o.dirty=!0,o.x=Math.ceil(o.x/E)*E,H())),t?(void 0===c&&setTimeout(function(){RED.typeSearch.refresh({filter:{input:!0}})},100),c=o.x,u=o.w,p[0]=o.x+o.w/2+I/2+2*E,ce.attr("transform","translate("+(p[0]-I/2)+","+(p[1]-N/2)+")"),l()):ce.remove()}}}),J(),W(),H()}function Me(){var c,e;if(M===RED.state.PANNING)l=[d3.event.pageX,d3.event.pageY],d3.event.touches&&(l=[(b=d3.event.touches.item(0)).pageX,b.pageY]),b=[A[0]-l[0],A[1]-l[1]],z.scrollLeft(ge[0]+b[0]),z.scrollTop(ge[1]+b[1]);else if(A=d3.touches(this)[0]||d3.mouse(this),L)l=parseInt(L.attr("ox")),b=parseInt(L.attr("oy")),e=parseInt(L.attr("x")),t=parseInt(L.attr("y")),l=A[0]<l?l-(e=A[0]):A[0]-e,b=A[1]<b?b-(t=A[1]):A[1]-t,L.attr("x",e).attr("y",t).attr("width",l).attr("height",b);else if(M===RED.state.SLICING||M===RED.state.SLICING_JUNCTION)S&&20<Math.max(1,Math.abs(le[0]-A[0]))*Math.max(1,Math.abs(le[1]-A[1]))&&(e=S.attr("d"),e+=" L"+A[0]+" "+A[1],S.attr("d",e),le=A);else if(M===RED.state.SELECTING_NODE)d3.event.stopPropagation();else if(M==RED.state.QUICK_JOINING||M==RED.state.IMPORT_DRAGGING||M==RED.state.DETACHED_DRAGGING||T||se||0!==V.length()){if(M==RED.state.JOINING||M===RED.state.QUICK_JOINING){if(0===B.length&&null!==C){if(d3.event.shiftKey){var t,o=[],n=[];for(0<V.length()?V.forEach(function(e){(C===F&&e.source===T&&e.sourcePort===re||C===G&&e.target===T)&&n.push(e)}):(t=C===F?{source:T,sourcePort:re}:{target:T},n=RED.nodes.filterLinks(t)),y=0;y<n.length;y++){var i=n[y];RED.nodes.removeLink(i),o.push({link:i,node:C===F?i.target:i.source,port:C===F?0:i.sourcePort,portType:C===F?G:F})}0===o.length?(K(),H()):(Oe(o),M=0,J(),H(),M=RED.state.JOINING)}else T&&!O&&Oe([{node:T,port:re,portType:C}]);V.clear()}for(u=A,y=0;y<B.length;y++){var a=B[y],s=a.portType===F&&a.node.outputs||1,r=a.port,d=a.portType===F?1:-1;a.el.attr("d",Ne(a.node.x+d*a.node.w/2,a.node.y+(-(s-1)/2*13+13*r),u[0],u[1],d))}d3.event.preventDefault()}else if(M==RED.state.MOVING){u=d3.mouse(document.body),isNaN(u[0])&&(u=d3.touches(document.body)[0]);var l=(de[0]-u[0])*(de[0]-u[0])+(de[1]-u[1])*(de[1]-u[1]);(3<l&&!pe||pe&&10<l)&&(M=RED.state.MOVING_ACTIVE,he=0,te=!1,1===U.length()&&(c=U.get(0),te=c.n.hasOwnProperty("_def")&&(c.n.hasOwnProperty("inputs")&&0<c.n.inputs||!c.n.hasOwnProperty("inputs")&&0<c.n._def.inputs)&&(c.n.hasOwnProperty("outputs")&&0<c.n.outputs||!c.n.hasOwnProperty("outputs")&&0<c.n._def.outputs)&&0===RED.nodes.filterLinks({source:c.n}).length&&0===RED.nodes.filterLinks({target:c.n}).length))}else if(M==RED.state.MOVING_ACTIVE||M==RED.state.IMPORT_DRAGGING||M==RED.state.DETACHED_DRAGGING){for(var u=A,p=0,f=0,h=w,g=Q,m=0;m<U.length();m++)c=U.get(m),d3.event.shiftKey&&(c.n.ox=c.n.x,c.n.oy=c.n.y),c.n.x=u[0]+c.dx,c.n.y=u[1]+c.dy,c.n.dirty=!0,g="group"===c.n.type?(!1!==c.n.groupMoved&&(c.n.groupMoved=!0),RED.group.markDirty(c.n),p=Math.min(c.n.x-5,p),f=Math.min(c.n.y-5,f),h=Math.max(c.n.x+c.n.w+5,h),Math.max(c.n.y+c.n.h+5,g)):(p=Math.min(c.n.x-c.n.w/2-5,p),f=Math.min(c.n.y-c.n.h/2-5,f),h=Math.max(c.n.x+c.n.w/2+5,h),Math.max(c.n.y+c.n.h/2+5,g));if(0!==p||0!==f)for(y=0;y<U.length();y++)(c=U.get(y)).n.x-=p,c.n.y-=f;if(h!==w||g!==Q)for(y=0;y<U.length();y++)(c=U.get(y)).n.x-=h-w,c.n.y-=g-Q;var v=[0,0];if(ee!=d3.event.shiftKey&&0<U.length()){for(var b,y=0;c=U.get(y++),y<U.length()&&"group"===c.n.type;);if("group"===c.n.type?(v[0]=c.n.x-E*Math.floor(c.n.x/E)-E/2,v[1]=c.n.y-E*Math.floor(c.n.y/E)-E/2):(b=RED.view.tools.calculateGridSnapOffsets(c.n),v[0]=b.x,v[1]=b.y),0!==v[0]||0!==v[1])for(y=0;y<U.length();y++)(c=U.get(y)).n.x-=v[0],c.n.y-=v[1],c.n.x==c.n.ox&&c.n.y==c.n.oy&&(c.dirty=!1)}1===U.length()&&"group"!==U.get(0).n.type&&(c=U.get(0),te&&(Y=Y||setTimeout(function(){for(var e,t=[],o=1/0,n=null,i=c.n.x,a=c.n.y,t=Ee[0][0].getIntersectionList?((e=Ee[0][0].createSVGRect()).x=i*R,e.y=a*R,e.width=1,e.height=1,Ee[0][0].getIntersectionList(e,Ee[0][0])):RED.view.getLinksAtPoint(i*R,a*R),s=0;s<t.length;s++)if(d3.select(t[s]).classed("red-ui-flow-link-background"))for(var r=t[s].getTotalLength(),d=0;d<r;d+=10){var l=t[s].getPointAtLength(d),l=(l.x-i)*(l.x-i)+(l.y-a)*(l.y-a);l<200&&l<o&&(o=l,n=t[s])}X&&X!==n&&d3.select(X.parentNode).classed("red-ui-flow-link-splice",!1),n?d3.select(n.parentNode).classed("red-ui-flow-link-splice",!0):d3.select(".red-ui-flow-link-splice").classed("red-ui-flow-link-splice",!1),X=n,Y=null},100)),"subflow"!==c.n.type&&!c.n.g&&_&&(Z=Z||setTimeout(function(){D=Nt(c.n.x,c.n.y);for(var e=0;e<_.length;e++){var t=_[e];t===D?(t.hovered=!0,t.dirty=!0):t.hovered&&(t.hovered=!1,t.dirty=!0)}Z=null},50)))}0!==M&&H()}}function ze(){0!==M&&0!==d3.event.buttons&&d3.select(document).on("mouseup.red-ui-workspace-tracker",function(){d3.select(document).on("mouseup.red-ui-workspace-tracker",null),Be.call(this)})}function Be(){var a,s,r,d;if(be=[d3.event.offsetX/R,d3.event.offsetY/R],RED.view.DEBUG&&console.warn("canvasMouseUp",{mouse_mode:M,point:d3.mouse(this),event:d3.event}),2!==d3.event.button)if(M===RED.state.PANNING)K();else if(M===RED.state.SELECTING_NODE)d3.event.stopPropagation();else if(M!==RED.state.QUICK_JOINING){if(T&&M==RED.state.JOINING){for(var e=[],t=0;t<B.length;t++)B[t].link&&e.push(B[t].link);0<e.length&&(f={t:"delete",links:e,dirty:RED.nodes.dirty()},RED.history.push(f),RED.nodes.dirty(!0)),Ie()}if(L?(a=parseInt(L.attr("x")),s=parseInt(L.attr("y")),r=a+parseInt(L.attr("width")),d=s+parseInt(L.attr("height")),o=g,d3.event.shiftKey||(q(),o&&a<o.x+o.w&&r>o.x&&s<o.y+o.h&&d>o.y&&(b(o),g.selected=!0)),_.forEach(function(e){if(!e.selected&&e.x>a&&e.x+e.w<r&&e.y>s&&e.y+e.h<d&&(!g||RED.group.contains(g,e))){for(;e.g&&(!g||e.g!==g.id);)e=RED.nodes.group(e.g);e.selected||v(e,!0)}}),y.forEach(function(e){if(!e.selected&&e.x>a&&e.x<r&&e.y>s&&e.y<d&&(!g||RED.group.contains(g,e)))if(!e.g||g&&e.g===g.id)e.selected=!0,e.dirty=!0,U.add(e);else{for(var t=RED.nodes.group(e.g);t.g&&(!g||t.g!==g.id);)t=RED.nodes.group(t.g);t.selected||v(t,!0)}}),ne.forEach(function(e){e.selected||e.x>a&&e.x<r&&e.y>s&&e.y<d&&(e.selected=!0,e.dirty=!0,U.add(e))}),oe.forEach(function(e){var t,o,n,i;e.selected||(t=e.source.y,o=e.target.y,n=e.source.x+e.source.w/2+10,i=e.target.x-e.target.w/2-10,a<n&&n<r&&s<t&&t<d&&a<i&&i<r&&s<o&&o<d&&V.add(e))}),P&&(P.in.forEach(function(e){e.selected=e.x>a&&e.x<r&&e.y>s&&e.y<d,e.selected&&(e.dirty=!0,U.add(e))}),P.out.forEach(function(e){e.selected=e.x>a&&e.x<r&&e.y>s&&e.y<d,e.selected&&(e.dirty=!0,U.add(e))}),P.status&&(P.status.selected=P.status.x>a&&P.status.x<r&&P.status.y>s&&P.status.y<d,P.status.selected&&(P.status.dirty=!0,U.add(P.status)))),W(),L.remove(),L=null):M!=RED.state.DEFAULT||null!=k||d3.event.ctrlKey||d3.event.metaKey?M==RED.state.SLICING?(Ye(),S.remove(),S=null,RED.view.redraw(!0)):M==RED.state.SLICING_JUNCTION&&(RED.actions.invoke("core:split-wires-with-junctions"),S.remove(),S=null):(q(),W()),M==RED.state.MOVING_ACTIVE&&0<U.length()){var o=null;if(D){for(var n=0;n<U.length();n++){var i=U.get(n);RED.group.addToGroup(D,i.n)}(o=D).hovered=!1,b(D),g.selected=!0,D=null}for(var l,c,u=[],n=0;n<U.length();n++)(i=U.get(n)).ox===i.n.x&&i.oy===i.n.y||(u.push({n:i.n,ox:i.ox,oy:i.oy,moved:i.n.moved}),i.n.dirty=!0,i.n.moved=!0);0<u.length&&M==RED.state.MOVING_ACTIVE&&(f={t:"move",nodes:u,dirty:RED.nodes.dirty()},X&&(l=d3.select(X).data()[0],RED.nodes.removeLink(l),p={source:l.source,sourcePort:l.sourcePort,target:U.get(0).n},c={source:U.get(0).n,sourcePort:0,target:l.target},RED.nodes.addLink(p),RED.nodes.addLink(c),f.links=[p,c],f.removedLinks=[l],J()),o&&(f.addToGroup=o),RED.nodes.dirty(!0),RED.history.push(f))}if(M==RED.state.MOVING||M==RED.state.MOVING_ACTIVE||M==RED.state.DETACHED_DRAGGING){if(M===RED.state.DETACHED_DRAGGING){for(u=[],n=0;n<U.length();n++)(i=U.get(n)).ox===i.n.x&&i.oy===i.n.y||(u.push({n:i.n,ox:i.ox,oy:i.oy,moved:i.n.moved}),i.n.dirty=!0,i.n.moved=!0);var p=RED.history.peek(),f={t:"move",nodes:u,dirty:RED.nodes.dirty()};("multi"===p.t?p.events:RED.history).push(f)}for(t=0;t<U.length();t++){var h=U.get(t);delete h.ox,delete h.oy}}M==RED.state.IMPORT_DRAGGING&&("cut"===we&&(we="copy"),J(),RED.nodes.dirty(!0)),K(),H()}}function Ge(){R<2&&e(R+.1)}function Fe(){.3<R&&e(R-.1)}function Ue(){e(1)}function Ve(){RED.actions.invoke("core:search",$(this).data("term"))}function Je(){RED.actions.invoke("core:search-previous")}function qe(){RED.actions.invoke("core:search-next")}function e(e){var t=[z.width(),z.height()],o=[z.scrollLeft(),z.scrollTop()],n=[(o[0]+t[0]/2)/R,(o[1]+t[1]/2)/R],t=(R=e,[(o[0]+t[0]/2)/R,(o[1]+t[1]/2)/R]),t=[(t[0]-n[0])*R,(t[1]-n[1])*R];z.scrollLeft(o[0]-t[0]),z.scrollTop(o[1]-t[1]),RED.view.navigator.resize(),H(),RED.settings.get("editor.view.view-store-zoom")&&RED.settings.setLocal("zoom-level",e.toFixed(1))}function We(){if(M!==RED.state.MOVING&&M!==RED.state.MOVING_ACTIVE){if(M===RED.state.DETACHED_DRAGGING){for(var e=0;e<U.length();e++){var t=U.get(e);t.n.x=t.ox,t.n.y=t.oy}q(),RED.history.pop(),M=0}else M===RED.state.IMPORT_DRAGGING?(q(),RED.history.pop(),M=0):M===RED.state.SLICING||M===RED.state.SLICING_JUNCTION?(S&&(S.remove(),S=null,K()),q()):L?(L.remove(),L=null):(g?Ot:q)();H()}}function Ke(){var e;M===RED.state.SELECTING_NODE&&u.single||(V.clear(),g?(e=g,q(),b(e),RED.group.getNodes(e,!1).forEach(function(e){"group"===e.type?v(e,!0,!0):(U.add(e),e.selected=!0,e.dirty=!0)}),g.selected=!0):(q(),Ot(),_.forEach(function(e){e.g?(e.selected=!1,e.dirty=!0):(v(e,!0),e.selected||(e.selected=!0,e.dirty=!0))}),y.forEach(function(e){M===RED.state.SELECTING_NODE&&u.filter&&!u.filter(e)||e.g||e.selected||(e.selected=!0,e.dirty=!0,U.add(e))}),ne.forEach(function(e){e.selected||(e.selected=!0,e.dirty=!0,U.add(e))}),M!==RED.state.SELECTING_NODE&&P&&(P.in.forEach(function(e){e.selected||(e.selected=!0,e.dirty=!0,U.add(e))}),P.out.forEach(function(e){e.selected||(e.selected=!0,e.dirty=!0,U.add(e))}),P.status&&!P.status.selected&&(P.status.selected=!0,P.status.dirty=!0,U.add(P.status)))),M!==RED.state.SELECTING_NODE&&W(),H())}function q(){RED.view.DEBUG&&console.warn("clearSelection",M,"movingSet.length():",U.length());for(var e=0;e<U.length();e++){var t=U.get(e);t.n.dirty=!0,t.n.selected=!1}U.clear(),V.clear(),g&&(g.active=!1,g.dirty=!0,g=null),_.forEach(function(e){e.selected=!1,e.dirty=!0})}var He=null;function W(){var e={},t=RED.workspaces.active(),o=RED.workspaces.selection();if(0!==t)if(0===o.length){e=Jt(),oe=RED.nodes.filterLinks({source:{z:t},target:{z:t}});RED.nodes.getWorkspaceOrder();var n={};ie=[],Object.keys(x).forEach(function(e){x[e].dirty=!0}),x={};for(var i=0;i<U.length();i++){var a,s,r=U.get(i);("link out"===r.n.type&&"return"!==r.n.mode||"link in"===r.n.type)&&r.n.z===t&&(a=r.n,x[a.id]=a,s={},a.links.forEach(function(e){e=RED.nodes.node(e);e&&("link out"===a.type?e.z===a.z?n[a.id+":"+e.id]||(oe.push({source:a,sourcePort:0,target:e,link:!0}),n[a.id+":"+e.id]=!0,(x[e.id]=e).dirty=!0):(s[e.z]=s[e.z]||[],s[e.z].push(e)):e.z===a.z?n[e.id+":"+a.id]||(oe.push({source:e,sourcePort:0,target:a,link:!0}),n[e.id+":"+a.id]=!0,(x[e.id]=e).dirty=!0):(s[e.z]=s[e.z]||[],s[e.z].push(e)))}),0<Object.keys(s).length&&ie.push({refresh:Math.floor(1e4*Math.random()),node:a,links:s}))}0===ie.length&&0<V.length()&&V.forEach(function(e){e.link&&(oe.push(e),x[e.source.id]=e.source,e.source.dirty=!0,x[e.target.id]=e.target,e.target.dirty=!0)})}else e.flows=o;o=t+":"+JSON.stringify(e,function(e,t){return"nodes"===e||"flows"===e?t.map(function(e){return e.id}):"link"===e?t.source.id+":"+t.sourcePort+":"+t.target.id:"links"===e?t.map(function(e){return e.source.id+":"+e.sourcePort+":"+e.target.id}):t});o!==He&&(He=o,RED.events.emit("view:selection-changed",e))}function Xe(){var e;0<U.length()&&("subflow"===(e=U.get(0).n).type?RED.editor.editSubflow(P):"group"===e.type?RED.editor.editGroup(e):RED.editor.edit(e))}function Ye(e){if(M!==RED.state.SELECTING_NODE){dt&&(dt.remove(),dt=null);var t=RED.workspaces.selection();if(0<t.length){var o=0;if(t.forEach(function(e){"tab"===e.type&&o++}),o!==RED.workspaces.count()){for(var n={t:"delete",dirty:RED.nodes.dirty(),nodes:[],links:[],groups:[],junctions:[],workspaces:[],subflows:[]},i=RED.nodes.getWorkspaceOrder().slice(0),a=0;a<t.length;a++){var s,r=t[a];r._index=i.indexOf(r.id),RED.workspaces.remove(r),"tab"===r.type?(n.workspaces.push(r),s=RED.nodes.removeWorkspace(r.id)):(s=RED.subflow.removeSubflow(r.id),n.subflows=n.subflows.concat(s.subflows)),n.nodes=n.nodes.concat(s.nodes),n.links=n.links.concat(s.links),n.groups=n.groups.concat(s.groups),n.junctions=n.junctions.concat(s.junctions)}RED.history.push(n),RED.nodes.dirty(!0),J(),W(),H()}}else if(0<U.length()||0<V.length()){function d(e){e&&(Array.isArray(e)?e:[e]).forEach(function(e){u.push(e),V.remove(e)})}var l,c=[],u=[],p=[],f=[],h=[],g=[],m=[],v=[],b=(e&&(0<(b=(e=RED.nodes.detachNodes(U.nodes())).newLinks).length&&v.push({t:"add",links:b}),d(e.removedLinks)),RED.nodes.dirty()),y=[];if(0<U.length()){for(a=0;a<U.length();a++)"group"===(R=U.get(a).n).type&&y.push(R);for(a=0;a<y.length;a++)y[a].nodes.forEach(function(e){"group"===e.type&&-1===y.indexOf(e)&&y.push(e)});for(var w,E,D,R,a=0;a<U.length();a++)(R=U.get(a).n).selected=!1,"group"!==R.type&&"subflow"!==R.type&&"junction"!==R.type?(R.x<0&&(R.x=25),w=RED.nodes.remove(R.id),c.push(R),c=c.concat(w.nodes),d(w.links),R.g&&(w=RED.nodes.group(R.g),-1===y.indexOf(w)&&(E=w.nodes.indexOf(R),w.nodes.splice(E,1),RED.group.markDirty(w)))):"junction"===R.type?(D=RED.nodes.removeJunction(R),f.push(R),u=u.concat(D.links)):("out"===R.direction?h.push(R):"in"===R.direction?g.push(R):"status"===R.direction&&(l=R),R.dirty=!0);for(a=y.length-1;0<=a;a--){var x=y[a];p.push(x),RED.nodes.removeGroup(x)}0<h.length&&(D=RED.subflow.removeOutput(h))&&d(D.links),1==g.length&&(D=RED.subflow.removeInput())&&d(D.links),l&&(D=RED.subflow.removeStatus())&&d(D.links);e=RED.subflow.refresh(!0);e&&(m=e.instances),U.clear(),(0<c.length||0<h.length||0<g.length||l||0<p.length||0<f.length)&&RED.nodes.dirty(!0)}0<V.length()&&V.forEach(function(e){var t,o;e.link?(t=e.source.id,o=e.target.id,t=e.target.links.indexOf(t),o=e.source.links.indexOf(o),v.push({t:"edit",node:e.source,changed:e.source.changed,changes:{links:$.extend(!0,{},{v:e.source.links}).v}}),v.push({t:"edit",node:e.target,changed:e.target.changed,changes:{links:$.extend(!0,{},{v:e.target.links}).v}}),e.source.changed=!0,e.target.changed=!0,e.target.links.splice(t,1),e.source.links.splice(o,1),e.source.dirty=!0,e.target.dirty=!0):(RED.nodes.removeLink(e),u.push(e))}),RED.nodes.dirty(!0);n={t:"delete",nodes:c,links:u,groups:p,junctions:f,subflowOutputs:h,subflowInputs:g,subflow:{id:P?P.id:void 0,instances:m},dirty:b};l&&(n.subflow.status=l),0<v.length?(v.unshift(n),RED.history.push({t:"multi",events:v})):RED.history.push(n),V.clear(),J(),W(),H()}}}function Ze(e){if(M!==RED.state.SELECTING_NODE){var t=[],o=RED.workspaces.selection();if(0<o.length?(t=[],o.forEach(function(e){"tab"===e.type&&(t.push(e),t=(t=t.concat(RED.nodes.groups(e.id))).concat(RED.nodes.filterNodes({z:e.id})))})):(o=RED.view.selection()).nodes&&o.nodes.forEach(function(e){t.push(e),"group"===e.type&&(t=t.concat(RED.group.getNodes(e,!0)))}),0<t.length){for(var n=[],i=0,a=0,s={},r=0;r<t.length;r++){var d=t[r];if(!s[d.id]&&(s[d.id]=!0,"subflow"!=d.type)){for(var l in"group"===d.type?a++:"junction"===d.type?0:i++,d._def.defaults)d._def.defaults.hasOwnProperty(l)&&d._def.defaults[l].type&&(l=RED.nodes.node(d[l]))&&l._def.exclusive&&n.push(RED.nodes.convertNode(l));n.push(RED.nodes.convertNode(d))}}ye=JSON.stringify(n),we=e?"cut":"copy",RED.menu.setDisabled("menu-item-edit-paste",!1),0<i?RED.notify(RED._("clipboard.nodeCopied",{count:i}),{id:"clipboard"}):0<a&&RED.notify(RED._("clipboard.groupCopied",{count:a}),{id:"clipboard"})}}}function Qe(e,t){for(var o=nt(e),n=0,i=0;i<o.length;i++){var a=ot(o[i],t)[0];n<a&&(n=a)}return{lines:o,width:n}}var et={},tt={};function ot(e,t){var o="!"+e;if(et[t]){if(tt[t][o])return tt[t][o]}else et[t]=document.createElement("span"),et[t].className=t,et[t].style.position="absolute",et[t].style.top="-1000px",document.getElementById("red-ui-editor").appendChild(et[t]),tt[t]={};et[t].textContent=e||"";var e=et[t].offsetWidth,n=et[t].offsetHeight;return tt[t][o]=[e,n],tt[t][o]}function nt(e){var t=[],o=e.split(/\\n /);if(1<o.length){for(var n=0,n=0;n<o.length-1;n++)/\\$/.test(o[n])?(t.push(o[n]+"\\n "+o[n+1]),n++):t.push(o[n]);n===o.length-1&&t.push(o[o.length-1])}else t=o;return t=t.map(function(e){return e.replace(/\\\\n /g,"\\n ").trim()})}function K(){M=0,X=C=k=j=se=T=null,te=!1,D&&(D.hovered=!1,D=null),d3.selectAll(".red-ui-flow-link-splice").classed("red-ui-flow-link-splice",!1),Y&&(clearTimeout(Y),Y=null),Z&&(clearTimeout(Z),Z=null)}function it(e){17!==e.keyCode&&"Meta"!==e.key&&91!==e.keyCode||(K(),Ie(),H(),$(window).off("keyup",it))}function at(e,t,o,n){RED.view.DEBUG&&console.warn("portMouseDown",M,e,t,o),RED.contextMenu.hide(),1!==(n=n||d3.event)&&(M===RED.state.SELECTING_NODE?n.stopPropagation():(T=e,C=t,re=o||0,M!==RED.state.QUICK_JOINING&&(M=RED.state.JOINING,document.body.style.cursor="crosshair",(n.ctrlKey||n.metaKey)&&(M=RED.state.QUICK_JOINING,Oe([{node:T,port:re,portType:C}]),$(window).on("keyup",it))),n.stopPropagation(),n.preventDefault()))}function st(e,n,i,t){if(RED.view.DEBUG&&console.warn("portMouseUp",M,e,n,i),t=t||d3.event,M===RED.state.SELECTING_NODE)t.stopPropagation();else{if(M===RED.state.QUICK_JOINING&&0<B.length){if(B[0].node===e)return;if(B[0].virtualLink&&("link in"===B[0].node.type&&"link out"!==e.type||"link out"===B[0].node.type&&"link in"!==e.type))return}if(document.body.style.cursor="",M==RED.state.JOINING||M==RED.state.QUICK_JOINING){if("undefined"!=typeof TouchEvent&&t instanceof TouchEvent){var a=!1;if(RED.nodes.eachNode(function(e){var t,o;e.z==RED.workspaces.active()&&(t=e.w/2,o=e.h/2,e.x-t<A[0]&&e.x+t>A[0]&&e.y-o<A[1]&&e.y+o>A[1]&&(a=!0,n=0<(j=e).inputs?G:F,i=0))}),!a&&P){var o=[];P.status&&o.push(P.status),P.in&&(o=o.concat(P.in)),P.out&&(o=o.concat(P.out));for(var s=0;s<o.length;s++){var r=o[s],d=r.w/2,l=r.h/2;if(r.x-d<A[0]&&r.x+d>A[0]&&r.y-l<A[1]&&r.y+l>A[1]){a=!0,n="in"===(j=r).direction?F:G,i=0;break}}}}else j=e;var c=[],u=[],p=[],f=null;for(s=0;s<B.length;s++)B[s].link&&u.push(B[s].link);var h,g,m,v,b,y,w,E,D=[];for(s=0;s<B.length;s++)n!=B[s].portType&&j!==B[s].node&&((h=B[s]).portType===F?(g=h.node,v=h.port,m=j):h.portType===G&&(g=j,m=h.node,v=i||0),b={source:g,sourcePort:v,target:m},h.virtualLink?/^link (in|out)$/.test(g.type)&&/^link (in|out)$/.test(m.type)&&g.type!==m.type&&-1===g.links.indexOf(m.id)&&-1===m.links.indexOf(g.id)&&(y=$.extend(!0,{},{v:g.links}).v,w=$.extend(!0,{},{v:m.links}).v,g.links.push(m.id),m.links.push(g.id),g.dirty=!0,m.dirty=!0,p.push(g),p.push(m),b.link=!0,oe.push(b),x[g.id]=g,x[m.id]=m,f=b,D.push({t:"edit",node:g,dirty:RED.nodes.dirty(),changed:g.changed,changes:{links:y}}),D.push({t:"edit",node:m,dirty:RED.nodes.dirty(),changed:m.changed,changes:{links:w}}),g.changed=!0,m.changed=!0):"link out"===e.type&&n===F||"link in"===e.type&&n===G||n===F&&"subflow"!==j.type&&0===j.outputs||n===G&&"subflow"!==j.type&&0===j.inputs||h.portType===G&&"subflow"===j.type&&("status"===j.direction||"out"===j.direction)||h.portType===F&&"subflow"===j.type&&"in"===j.direction||0!==RED.nodes.filterLinks({source:g,target:m,sourcePort:v}).length||(RED.nodes.addLink(b),c.push(b)));(0<c.length||0<u.length||0<p.length)&&(t=0<p.length?{t:"multi",events:D,dirty:RED.nodes.dirty()}:{t:"add",links:c,removedLinks:u,dirty:RED.nodes.dirty()},P&&(E=RED.subflow.refresh(!0))&&(t.subflow={id:P.id,changed:P.changed,instances:E.instances}),RED.history.push(t),J(),RED.nodes.dirty(!0)),M===RED.state.QUICK_JOINING?((0<c.length||0<p.length)&&(Ie(),n===G&&0<e.outputs?Oe([{node:e,port:0,portType:F}]):n===F&&0<e.inputs?Oe([{node:e,port:0,portType:G}]):K(),(k=f)?(V.clear(),V.add(f),W()):V.clear()),H()):(K(),Ie(),f&&(V.clear(),V.add(f)),(k=f)&&W(),H())}}}var o,rt=null,dt=null;function lt(e){var t=d3.select(e);if("red-ui-workspace-chart-event-layer"===t.attr("class"))return[0,0];var o=[0,0],n=("g"===e.nodeName.toLowerCase()?(n=t.attr("transform"))&&(o=d3.transform(n).translate):o=[t.attr("x")||0,t.attr("y")||0],lt(e.parentNode));return[o[0]+n[0],o[1]+n[1]]}function ct(t,o,e){var n,i=o===G?t.inputLabels:t.outputLabels;if(i&&i[e])return i[e];i=o===G?t._def.inputLabels:t._def.outputLabels;if("string"==typeof i)n=i;else if("function"==typeof i)try{n=i.call(t,e)}catch(e){console.log("Definition error: "+t.type+"."+(o===G?"inputLabels":"outputLabels"),e),n=null}else $.isArray(i)&&(n=i[e]);return n}function ut(e,t,o,n){var i,a,s,r=m.append("g").attr("transform","translate("+e+","+t+")").attr("class","red-ui-flow-port-tooltip"),e=o.indexOf("\\n "),t=(o=-1<e&&"\\"!==o[e-1]?o.substring(0,e)+"...":o).split("\n"),d=6,l=12,c=[],u=0,e=(t.forEach(function(e,t){e=ot(e||"&nbsp;","red-ui-flow-port-tooltip-label");d=Math.max(d,e[0]+14),c.push(e[1]),0===t&&(u=e[1]),l+=e[1]}),d/2-5-2),o=l/2-5-2,p=l-4,f=-l/2;return"left"===n?(i="M0 0 l -5 -5 v -"+o+" q 0 -2 -2 -2 h -"+d+" q -2 0 -2 2 v "+p+" q 0 2 2 2 h "+d+" q 2 0 2 -2 v -"+o+" l 5 -5",a=-14,s="end"):"right"===n?(i="M0 0 l 5 -5 v -"+o+" q 0 -2 2 -2 h "+d+" q 2 0 2 2 v "+p+" q 0 2 -2 2 h -"+d+" q -2 0 -2 -2 v -"+o+" l -5 -5",a=14,s="start"):"top"===n&&(i="M0 0 l 5 -5 h "+e+" q 2 0 2 -2 v -"+l+" q 0 -2 -2 -2 h -"+(d-4)+" q -2 0 -2 2 v "+l+" q 0 2 2 2 h "+e+" l 5 5",a=-d/2+6,f=-l-u+12,s="start"),r.append("path").attr("d",i),t.forEach(function(e,t){f+=c[t],r.append("svg:text").attr("class","red-ui-flow-port-tooltip-label").attr("x",a).attr("y",f).attr("text-anchor",s).text(e||" ")}),r}function pt(o,n,i,a){var e;M===RED.state.SELECTING_NODE?d3.event.stopPropagation():(clearTimeout(rt),(e=M!=RED.state.JOINING&&M!=RED.state.QUICK_JOINING||0<B.length&&B[0].portType!==i&&(!B[0].virtualLink||"link in"===B[0].node.type&&"link out"===n.type||"link out"===B[0].node.type&&"link in"===n.type))&&(i===G&&(n._def&&n._def.inputLabels||n.inputLabels)||i===F&&(n._def&&n._def.outputLabels||n.outputLabels))&&(rt=setTimeout(function(){var e,t=o&&o.node();t&&t.__data__&&t.__data__.id;t&&t.parentNode&&RED.nodes.node(t.__data__.id)&&((e=ct(n,i,a))&&(t=lt(t),rt=null,dt=ut(t[0]+(i===G?-2:12),t[1]+5,e,i===G?"left":"right")))},500)),o.classed("red-ui-flow-port-hovered",e))}function ft(e){M===RED.state.SELECTING_NODE?d3.event.stopPropagation():(clearTimeout(rt),dt&&(dt.remove(),dt=null),e.classed("red-ui-flow-port-hovered",!1))}function ht(e){for(M=RED.state.MOVING,i=0;i<U.length();i++){var t=U.get(i);t.ox=t.n.x,t.oy=t.n.y,t.dx=t.n.x-e[0],t.dy=t.n.y-e[1]}try{de=d3.mouse(document.body),isNaN(de[0])&&(de=d3.touches(document.body)[0])}catch(e){de=[0,0]}}function gt(e){if(RED.view.DEBUG&&console.warn("nodeMouseUp",M,e),M===RED.state.SELECTING_NODE)d3.event.stopPropagation();else if(pe&&T==e&&0<he&&he<p)M=RED.state.DEFAULT,"subflow"!=e.type?/^subflow:/.test(e.type)&&(d3.event.ctrlKey||d3.event.metaKey)?RED.workspaces.show(e.type.substring(8)):RED.editor.edit(e):RED.editor.editSubflow(P),he=0,d3.event.stopPropagation();else{if(M===RED.state.MOVING)if(!ve&&!e.selected&&e.g&&RED.nodes.group(e.g).selected)return q(),v(RED.nodes.group(e.g),!1),b(RED.nodes.group(e.g)),T.selected=!0,U.add(T),(t=d3.touches(this)[0]||d3.mouse(this))[0]+=e.x-e.w/2,t[1]+=e.y-e.h/2,ht(t),void W();ve=!1;var t=e._def?0<e.inputs?1:0:"in"==e.direction?0:1,o=!1;M!==RED.state.JOINING&&M!==RED.state.QUICK_JOINING||(o=!0,0<B.length&&(B[0].virtualLink?"link in"===e.type?t=1:"link out"===e.type&&(t=0):t=1===B[0].portType?F:G)),st(e,t,0),o&&d3.selectAll(".red-ui-flow-port-hovered").classed("red-ui-flow-port-hovered",!1)}}function mt(e){if(RED.view.DEBUG&&console.warn("nodeMouseDown",M,e),Ft(),RED.contextMenu.hide(),1!==d3.event.button)if(M==RED.state.IMPORT_DRAGGING||M==RED.state.DETACHED_DRAGGING){var t=RED.history.peek();if(X&&(c=d3.select(X).data()[0],RED.nodes.removeLink(c),a={source:c.source,sourcePort:c.sourcePort,target:U.get(0).n},r={source:U.get(0).n,sourcePort:0,target:c.target},RED.nodes.addLink(a),RED.nodes.addLink(r),t.links=[a,r],t.removedLinks=[c],J()),D){for(var o=0;o<U.length();o++){var n=U.get(o);RED.group.addToGroup(D,n.n)}(t.addedToGroup=D).hovered=!1,b(D),g.selected=!0,D=null}if(M==RED.state.DETACHED_DRAGGING){for(var i=[],o=0;o<U.length();o++)(n=U.get(o)).ox===n.n.x&&n.oy===n.n.y||(i.push({n:n.n,ox:n.ox,oy:n.oy,moved:n.n.moved}),n.n.dirty=!0,n.n.moved=!0);RED.history.replace({t:"multi",events:[t,{t:"move",nodes:i}],dirty:t.dirty})}W(),RED.nodes.dirty(!0),H(),"cut"===we&&(we="copy"),K(),d3.event.stopPropagation()}else if(M==RED.state.QUICK_JOINING)d3.event.stopPropagation();else{if(M===RED.state.SELECTING_NODE)return d3.event.stopPropagation(),"junction"===e.type?void 0:u.single?void u.done(e):(e.selected?(e.selected=!1,U.remove(e)):u.filter&&!u.filter(e)||(e.selected=!0,U.add(e)),e.dirty=!0,void H());T=e;var a=Date.now();if(he=a-fe,fe=a,pe=ue==T&&(d3.event.touches||0===d3.event.button)&&!d3.event.shiftKey&&!d3.event.altKey&&he<p&&"junction"!==e.type,ue=T,!e.selected&&e.g){var s,r=RED.nodes.group(e.g);if(r!==g&&(d3.event.ctrlKey||d3.event.metaKey))ve=(g&&r.g===g.id||Ot(),!0),r.selected?It(r):v(r,!0);else if(r===g)if(d3.event.shiftKey){d3.event.ctrlKey||d3.event.metaKey||(l=g,q(),b(l),g.selected=!0);for(var d=RED.nodes.getAllFlowNodes(T),n=0;n<d.length;n++)d[n].selected||(d[n].selected=!0,d[n].dirty=!0,U.add(d[n]))}else d3.event.ctrlKey||d3.event.metaKey||(l=g,q(),It(r),v(r,!1,!1),l&&(b(l),g.selected=!0)),T.selected=!0,U.add(T);else{ve=!r.selected;var l=g;r.selected||q(),l?l!==r&&l.id!==r.g?(l.active=!1,l.dirty=!0):(g=l).active=!0:pe=!1,v(r,!(g&&g===r),!!ve),g&&g===r&&(T.selected=!0,U.add(T))}2!=d3.event.button&&((s=d3.touches(this)[0]||d3.mouse(this))[0]+=e.x-e.w/2,s[1]+=e.y-e.h/2,ht(s))}else if(e.selected&&(d3.event.ctrlKey||d3.event.metaKey))T.selected=!1,U.remove(T);else{if(d3.event.shiftKey){d3.event.ctrlKey||d3.event.metaKey||q();var c=d3.event.offsetX/R-T.x;d=(T.w||10)/2-Math.abs(c)<(30<T.w?25:0<T.w?8:3)?[T].concat(c<0?RED.nodes.getAllUpstreamNodes(T):RED.nodes.getAllDownstreamNodes(T)):RED.nodes.getAllFlowNodes(T);for(n=0;n<d.length;n++)d[n].selected=!0,d[n].dirty=!0,U.add(d[n])}else e.selected||((d3.event.ctrlKey||d3.event.metaKey?Ot:q)(),T.selected=!0,U.add(T));2!=d3.event.button&&(M=RED.state.MOVING,(s=d3.touches(this)[0]||d3.mouse(this))[0]+=e.x-e.w/2,s[1]+=e.y-e.h/2,ht(s))}e.dirty=!0,W(),H(),d3.event.stopPropagation()}}function vt(e){RED.view.DEBUG&&console.warn("nodeTouchStart",M,e);var t=d3.select(this),o=d3.event.touches.item(0),n=[o.pageX,o.pageY];f=[o.pageX,o.pageY],c=0,d=setTimeout(function(){Mt(t,n)},l),mt.call(this,e),d3.event.preventDefault()}function bt(e){RED.view.DEBUG&&console.warn("nodeTouchEnd",M,e),d3.event.preventDefault(),clearTimeout(d),d=null,RED.touch.radialMenu.active()?d3.event.stopPropagation():gt.call(this,e)}function yt(o){var n,e,t;RED.view.DEBUG&&console.warn("nodeMouseOver",M,o),0===M||M===RED.state.SELECTING_NODE?(M===RED.state.SELECTING_NODE&&u&&u.filter&&!u.filter(o)||this.parentNode.classList.add("red-ui-flow-node-hovered"),clearTimeout(rt),(o.hasOwnProperty("l")?o.l:"link in"!==o.type&&"link out"!==o.type)||(n=this.parentNode,rt=setTimeout(function(){if(n&&n.parentNode&&RED.nodes.node(n.id)){var t,e;if(o._def.label){t=o._def.label;try{t=("function"==typeof t?t.call(o):t)||""}catch(e){console.log("Definition error: "+o.type+".label",e),t=o.type}}""!==t&&(e=lt(n),rt=null,dt=ut(e[0]+o.w/2,e[1]-1,t,"top"))}},500))):M!==RED.state.JOINING&&M!==RED.state.QUICK_JOINING||0<B.length&&(t=B[0].virtualLink&&B[0].portType===G||B[0].portType===F?(e=".red-ui-flow-port-input .red-ui-flow-port",G):(e=".red-ui-flow-port-output .red-ui-flow-port",F),pt(d3.select(this.parentNode).selectAll(e),o,t,0))}function wt(e){var t;RED.view.DEBUG&&console.warn("nodeMouseOut",M,e),this.parentNode.classList.remove("red-ui-flow-node-hovered"),clearTimeout(rt),dt&&(dt.remove(),dt=null),M!==RED.state.JOINING&&M!==RED.state.QUICK_JOINING||0<B.length&&(B[0].virtualLink&&B[0].portType===G||B[0].portType===F?t=".red-ui-flow-port-input .red-ui-flow-port":t=".red-ui-flow-port-output .red-ui-flow-port",ft(d3.select(this.parentNode).selectAll(t)))}function Et(e){at(this.__data__,this.__portType__,this.__portIndex__,e)}function Dt(e){at(this.__data__,this.__portType__,this.__portIndex__,e),e.preventDefault()}function Rt(e){st(this.__data__,this.__portType__,this.__portIndex__,e)}function xt(e){st(this.__data__,this.__portType__,this.__portIndex__,e),e.preventDefault()}function _t(e){pt(d3.select(this),this.__data__,this.__portType__,this.__portIndex__)}function $t(e){ft(d3.select(this),this.__data__,this.__portType__,this.__portIndex__)}function kt(e){var t,o;t=d3.select(this),this.__data__,o=void 0===(o=this.__portType__)||M!==RED.state.JOINING&&M!==RED.state.QUICK_JOINING||0<B.length&&B[0].portType!==o&&!B[0].virtualLink,t.classed("red-ui-flow-junction-hovered",o)}function Tt(e){var t;t=d3.select(this),this.__data__,t.classed("red-ui-flow-junction-hovered",!1)}function Ct(e){var t;RED.view.DEBUG&&console.warn("linkMouseDown",{mouse_mode:M,point:d3.mouse(this),event:d3.event}),RED.contextMenu.hide(),M===RED.state.SELECTING_NODE?d3.event.stopPropagation():2!==d3.event.button&&(k=e,d3.event.metaKey||d3.event.ctrlKey||q(),(d3.event.metaKey||d3.event.ctrlKey)&&V.has(k)?1!==V.length()&&V.remove(k):V.add(k),W(),H(),Ft(),d3.event.stopPropagation(),k.link||0!==U.length()||!d3.event.touches&&0!==d3.event.button||1!==V.length()||!V.has(k)||!d3.event.metaKey&&!d3.event.ctrlKey||(d3.select(this).classed("red-ui-flow-link-splice",!0),t=Nt((e=d3.mouse(this))[0],e[1]),Ae({position:e,splice:k,group:t})))}function jt(e){var t,o;M===RED.state.SELECTING_NODE?d3.event.stopPropagation():(k=e,q(),V.clear(),V.add(k),W(),H(),Ft(),d3.event.stopPropagation(),t=d3.select(document.body),e=d3.event.touches.item(0),o=[e.pageX,e.pageY],d=setTimeout(function(){d=null,Mt(t,o)},l),d3.event.preventDefault())}function Lt(e){RED.view.DEBUG&&console.warn("groupMouseUp",{mouse_mode:M,event:d3.event}),pe&&se==e&&0<he&&he<p&&(M=RED.state.DEFAULT,RED.editor.editGroup(e),d3.event.stopPropagation())}function St(e){var t,o=d3.touches(this.parentNode)[0]||d3.mouse(this.parentNode);RED.view.DEBUG&&console.warn("groupMouseDown",{mouse_mode:M,point:o,event:d3.event}),RED.contextMenu.hide(),Ft(),1!==d3.event.button&&(M!=RED.state.QUICK_JOINING&&M!==RED.state.SELECTING_NODE&&(se=e,t=Date.now(),he=t-fe,fe=t,pe=ue==e&&(d3.event.touches||0===d3.event.button)&&!d3.event.shiftKey&&!d3.event.metaKey&&!d3.event.altKey&&!d3.event.ctrlKey&&he<p,(ue=e).selected&&(d3.event.ctrlKey||d3.event.metaKey)?(e===g&&Ot(),It(e),d3.event.stopPropagation()):(e.selected?g&&e.g!==g.id&&Ot():(d3.event.ctrlKey||d3.event.metaKey||(t=g,q(),t&&e.g===t.id&&(b(t),g.selected=!0)),g&&!RED.group.contains(g,e)&&Ot(),v(e,!0)),2!=d3.event.button&&(e.nodes[0],ht(o),se.dx=se.x-o[0],se.dy=se.y-o[1])),W(),H()),d3.event.stopPropagation())}function v(e,t,o){var n;e.selected||(e.selected=!0,e.dirty=!0),!1!==o&&U.add(e),t&&(n=new Set(U.nodes()),RED.group.getNodes(e,!0).forEach(function(e){n.has(e)||U.add(e),e.dirty=!0}))}function b(e){g&&Ot(),e.active=!0,e.dirty=!0,g=e,U.remove(e)}function Ot(){g&&(g.active=!1,g.dirty=!0,It(g),v(g,!0),g=null)}function It(e){e.selected&&(e.selected=!1,e.dirty=!0);var t=new Set(e.nodes);t.add(e);for(var o=U.length()-1;0<=o;--o){var n=U.get(o);!t.has(n.n)&&n.n!==e||(n.n.selected=!1,n.n.dirty=!0,U.remove(n.n,o))}}function Nt(e,t){for(var o={},n=0;n<_.length;n++){var i=_[n];e>=i.x&&e<=i.x+i.w&&t>=i.y&&t<=i.y+i.h&&(o[i.id]=i)}var a=Object.keys(o);return 1<a.length&&(a.forEach(function(e){o[e]&&o[e].g&&delete o[o[e].g]}),a=Object.keys(o)),0===a.length?null:o[a[a.length-1]]}function Pt(e){var t=!0,o=RED.nodes.workspace(RED.workspaces.active());return!o||o.disabled||e.d?t=!1:e._def.button.hasOwnProperty("enabled")&&(t="function"==typeof e._def.button.enabled?e._def.button.enabled.call(e):e._def.button.enabled),t}function At(t){if(M===RED.state.SELECTING_NODE)d3.event&&d3.event.stopPropagation();else{var e=RED.workspaces.active(),e=RED.nodes.workspace(e);if(!e||e.disabled||t.d)P?RED.notify(RED._("notification.warning",{message:RED._("notification.warnings.nodeActionDisabledSubflow")}),"warning"):RED.notify(RED._("notification.warning",{message:RED._("notification.warnings.nodeActionDisabled")}),"warning");else{if(t._def.button.toggle&&(t[t._def.button.toggle]=!t[t._def.button.toggle],t.dirty=!0),t._def.button.onclick)try{t._def.button.onclick.call(t)}catch(e){console.log("Definition error: "+t.type+".onclick",e)}t.dirty&&H()}d3.event&&d3.event.preventDefault()}}function Mt(e,t){var o=T,n=[];n.push({name:"delete",disabled:0===U.length()&&0===V.length(),onselect:function(){Ye()}}),n.push({name:"cut",disabled:0===U.length(),onselect:function(){Ze(!0),Ye()}}),n.push({name:"copy",disabled:0===U.length(),onselect:function(){Ze()}}),n.push({name:"paste",disabled:0===ye.length,onselect:function(){Ut(ye,{generateIds:!0,touchImport:!0})}}),n.push({name:"edit",disabled:1!=U.length(),onselect:function(){RED.editor.edit(o)}}),n.push({name:"select",onselect:function(){Ke()}}),n.push({name:"undo",disabled:0===RED.history.depth(),onselect:function(){RED.history.pop()}}),n.push({name:"add",onselect:function(){chartPos=z.offset(),Ae({position:[t[0]-chartPos.left+z.scrollLeft(),t[1]-chartPos.top+z.scrollTop()],touchTrigger:!0})}}),RED.touch.radialMenu.show(e,t,n),K()}function zt(o,e,t){var n,i,a,s=null;0===o.indexOf("font-awesome/")&&(n=o.substr(13),(s=RED.nodes.fontAwesome.getIconUnicode(n))||(n=RED.utils.getDefaultNodeIcon(t._def,t),o=RED.settings.apiRootUrl+"icons/"+n.module+"/"+n.file)),s?e.append("text").attr("xlink:href",o).attr("class","fa-lg").attr("x",15).text(s):(i=e.append("image").style("display","none").attr("xlink:href",o).attr("class","red-ui-flow-node-icon").attr("x",0).attr("width","30").attr("height","30"),(a=new Image).src=o,a.onload=function(){var e,t;o.match(/\.svg$/)||(e=Math.max(a.width,a.height),t=1,e=a.width*(t=30<e?30/e:t),t=a.height*t,i.attr("width",e),i.attr("height",t),i.attr("x",15-e/2)),i.attr("xlink:href",o),i.style("display",null)})}function Bt(e,t){var o;e.z===RED.workspaces.active()&&(t=t||document.getElementById(e.id))&&(s&&e.status&&!0!==e.d?(t.__statusGroup__.style.display="inline",o=Le[e.status.fill],null==e.status.shape&&null==o?(t.__statusShape__.style.display="none",t.__statusGroup__.setAttribute("transform","translate(-14,"+(e.h+3)+")")):(t.__statusGroup__.setAttribute("transform","translate(3,"+(e.h+3)+")"),o="red-ui-flow-node-status-"+(e.status.shape||"dot")+"-"+e.status.fill,t.__statusShape__.style.display="inline",t.__statusShape__.setAttribute("class","red-ui-flow-node-status "+o)),e.status.hasOwnProperty("text")?t.__statusLabel__.textContent=e.status.text:t.__statusLabel__.textContent=""):t.__statusGroup__.style.display="none",delete e.dirtyStatus)}function H(){RED.view.DEBUG_SYNC_REDRAW?Gt():(o&&cancelAnimationFrame(o),o=requestAnimationFrame(Gt))}function Gt(){var E,D,e,t,o,n,i;m.attr("transform","scale("+R+")"),Ee.attr("width",w*R).attr("height",Q*R),-1!==me||M!=RED.state.JOINING?(E={},P?((n=ke.selectAll(".red-ui-flow-subflow-port-output").data(P.out,function(e,t){return e.id})).exit().remove(),n.enter().insert("svg:g").attr("class","red-ui-flow-node red-ui-flow-subflow-port-output").each(function(e,t){var o=d3.select(this),n=document.createDocumentFragment(),i=(e.h=40,e.resize=!0,e.dirty=!0,document.createElementNS("http://www.w3.org/2000/svg","rect")),i=(i.__data__=e,i.setAttribute("class","red-ui-flow-subflow-port"),i.setAttribute("rx",8),i.setAttribute("ry",8),i.setAttribute("width",40),i.setAttribute("height",40),o[0][0].__mainRect__=i,d3.select(i).on("mouseup",gt).on("mousedown",mt).on("touchstart",vt).on("touchend",bt),n.appendChild(i),document.createElementNS("http://www.w3.org/2000/svg","g")),a=(i.setAttribute("x",0),i.setAttribute("y",0),o[0][0].__outputLabelGroup__=i,document.createElementNS("http://www.w3.org/2000/svg","text")),a=(a.setAttribute("class","red-ui-flow-port-label"),a.style["font-size"]="10px",a.textContent="output",i.appendChild(a),o[0][0].__outputOutput__=a,document.createElementNS("http://www.w3.org/2000/svg","text")),a=(a.setAttribute("class","red-ui-flow-port-label red-ui-flow-port-index"),a.setAttribute("x",0),a.setAttribute("y",0),a.textContent=e.i+1,i.appendChild(a),o[0][0].__outputNumber__=a,document.createElementNS("http://www.w3.org/2000/svg","path")),a=(a.setAttribute("d","M 40 1 l 0 38"),a.setAttribute("class","red-ui-flow-node-icon-shade-border"),i.appendChild(a),o[0][0].__outputBorder__=a,n.appendChild(i),document.createElementNS("http://www.w3.org/2000/svg","g")),i=(a.setAttribute("class","red-ui-flow-port-label"),a.setAttribute("transform","translate(38,0)"),a.setAttribute("style","fill : #888"),o[0][0].__textGroup__=a,n.append(a),document.createElementNS("http://www.w3.org/2000/svg","g")),a=(i.setAttribute("transform","translate(-5,15)"),document.createElementNS("http://www.w3.org/2000/svg","rect"));a.setAttribute("class","red-ui-flow-port"),a.setAttribute("rx",3),a.setAttribute("ry",3),a.setAttribute("width",10),a.setAttribute("height",10),i.appendChild(a),a.__data__=e,d3.select(a).on("mousedown",function(e,t){at(e,G,0)}).on("touchstart",function(e,t){at(e,G,0),d3.event.preventDefault()}).on("mouseup",function(e,t){st(e,G,0)}).on("touchend",function(e,t){st(e,G,0),d3.event.preventDefault()}).on("mouseover",function(e){pt(d3.select(this),e,G,0)}).on("mouseout",function(e){ft(d3.select(this))}),o[0][0].__port__=i,n.appendChild(i),o[0][0].appendChild(n)}),(e=ke.selectAll(".red-ui-flow-subflow-port-input").data(P.in,function(e,t){return e.id})).exit().remove(),(t=e.enter().insert("svg:g").attr("class","red-ui-flow-node red-ui-flow-subflow-port-input").attr("transform",function(e){return"translate("+(e.x-20)+","+(e.y-20)+")"})).each(function(e,t){e.w=40,e.h=40}),t.append("rect").attr("class","red-ui-flow-subflow-port").attr("rx",8).attr("ry",8).attr("width",40).attr("height",40).on("mouseup",gt).on("mousedown",mt).on("touchstart",vt).on("touchend",bt),t.append("g").attr("transform","translate(35,15)").append("rect").attr("class","red-ui-flow-port").attr("rx",3).attr("ry",3).attr("width",10).attr("height",10).on("mousedown",function(e,t){at(e,F,t)}).on("touchstart",function(e,t){at(e,F,t),d3.event.preventDefault()}).on("mouseup",function(e,t){st(e,F,t)}).on("touchend",function(e,t){st(e,F,t),d3.event.preventDefault()}).on("mouseover",function(e){pt(d3.select(this),e,F,0)}).on("mouseout",function(e){ft(d3.select(this))}),t.append("svg:text").attr("class","red-ui-flow-port-label").attr("x",18).attr("y",20).style("font-size","10px").text("input"),(t=ke.selectAll(".red-ui-flow-subflow-port-status").data(P.status?[P.status]:[],function(e,t){return e.id})).exit().remove(),(o=t.enter().insert("svg:g").attr("class","red-ui-flow-node red-ui-flow-subflow-port-status").attr("transform",function(e){return"translate("+(e.x-20)+","+(e.y-20)+")"})).each(function(e,t){e.w=40,e.h=40}),o.append("rect").attr("class","red-ui-flow-subflow-port").attr("rx",8).attr("ry",8).attr("width",40).attr("height",40).on("mouseup",gt).on("mousedown",mt).on("touchstart",vt).on("touchend",bt),o.append("g").attr("transform","translate(-5,15)").append("rect").attr("class","red-ui-flow-port").attr("rx",3).attr("ry",3).attr("width",10).attr("height",10).on("mousedown",function(e,t){at(e,G,0)}).on("touchstart",function(e,t){at(e,G,0),d3.event.preventDefault()}).on("mouseup",function(e,t){st(e,G,0)}).on("touchend",function(e,t){st(e,G,0),d3.event.preventDefault()}).on("mouseover",function(e){pt(d3.select(this),e,G,0)}).on("mouseout",function(e){ft(d3.select(this))}),o.append("svg:text").attr("class","red-ui-flow-port-label").attr("x",22).attr("y",20).style("font-size","10px").text("status"),n.each(function(e,t){if(e.dirty){d3.select(this);E[e.id]=e;var o,n=ct(P,F,e.i)||"",i=n.length<1;if(!e.resize&&this.__hideLabel__===i&&this.__label__===n||((o=Qe(n,"red-ui-flow-node-label")).lines.length===this.__labelLineCount__&&this.__label__===n||(e.resize=!0),this.__label__=n,this.__labelLineCount__=o.lines.length,e.h=i?Math.max(40,15*(e.outputs||0)):Math.max(6+24*o.lines.length,15*(e.outputs||0),40),this.__hideLabel__=i),e.resize&&(n=e.w,e.w=i?40:Math.max(40,20*Math.ceil((o.width+50+7)/20)),void 0!==n&&(e.x+=(e.w-n)/2),e.resize=!1),this.setAttribute("transform","translate("+(e.x-e.w/2)+","+(e.y-e.h/2)+")"),this.classList.toggle("red-ui-flow-node-selected",!!e.selected),M!=RED.state.MOVING_ACTIVE){if(this.classList.toggle("red-ui-flow-node-disabled",!0===e.d),this.__mainRect__.setAttribute("width",e.w),this.__mainRect__.setAttribute("height",e.h),this.__mainRect__.classList.toggle("red-ui-flow-node-highlighted",!!e.highlighted),o){for(var a=o.lines,s=o.lines.length,r=this.__textGroup__.childNodes;r.length>s;)r[r.length-1].remove();for(var d,t=0;t<s;t++)t===r.length&&((d=document.createElementNS("http://www.w3.org/2000/svg","text")).setAttribute("class","red-ui-flow-node-label-text"),d.setAttribute("x",0),d.setAttribute("y",24*t),this.__textGroup__.appendChild(d)),r[t].textContent=a[t]}this.__textGroup__.setAttribute("class","red-ui-flow-node-label"+(i?" hide":""));n=e.h/2-this.__labelLineCount__/2*24+13;this.__textGroup__.setAttribute("transform","translate(48,"+n+")"),this.__outputBorder__.setAttribute("d","M 40 1 l 0 "+(i?0:e.h-2)),this.__port__.setAttribute("transform","translate(-5,"+(e.h/2-5)+")"),this.__outputOutput__.setAttribute("transform","translate(20,"+(e.h/2-8)+")"),this.__outputNumber__.setAttribute("transform","translate(20,"+(e.h/2+7)+")")}e.dirty=!1}}),e.each(function(e,t){var o;e.dirty&&((o=d3.select(this)).classed("red-ui-flow-node-selected",function(e){return e.selected}),o.attr("transform",function(e){return"translate("+(e.x-e.w/2)+","+(e.y-e.h/2)+")"}),(E[e.id]=e).dirty=!1)}),t.each(function(e,t){var o;e.dirty&&((o=d3.select(this)).classed("red-ui-flow-node-selected",function(e){return e.selected}),o.selectAll(".red-ui-flow-port-index").text(function(e){return e.i+1}),o.attr("transform",function(e){return"translate("+(e.x-e.w/2)+","+(e.y-e.h/2)+")"}),(E[e.id]=e).dirty=!1)})):(ke.selectAll(".red-ui-flow-subflow-port-output").remove(),ke.selectAll(".red-ui-flow-subflow-port-input").remove(),ke.selectAll(".red-ui-flow-subflow-port-status").remove()),(o=ke.selectAll(".red-ui-flow-node-group").data(y,function(e){return e.id})).exit().each(function(e,t){RED.hooks.trigger("viewRemoveNode",{node:e,el:this})}).remove(),o.enter().insert("svg:g").attr("class","red-ui-flow-node red-ui-flow-node-group").classed("red-ui-flow-subflow",null!=P).each(function(e,t){this.__outputs__=[],this.__inputs__=[];var o=d3.select(this),n=document.createDocumentFragment(),i="link in"===e.type||"link out"===e.type,i=e.hasOwnProperty("l")?!e.l:i,a=(o.attr("id",e.id),e.h=N,e.resize=!0,e._def.button&&((s=document.createElementNS("http://www.w3.org/2000/svg","g")).__data__=e,s.setAttribute("transform","translate("+("right"==e._def.align?94:-25)+",2)"),s.setAttribute("class","red-ui-flow-node-button"),o[0][0].__buttonGroup__=s,(a=document.createElementNS("http://www.w3.org/2000/svg","rect")).__data__=e,a.setAttribute("class","red-ui-flow-node-button-background"),a.setAttribute("rx",5),a.setAttribute("ry",5),a.setAttribute("width",32),a.setAttribute("height",N-4),s.appendChild(a),o[0][0].__buttonGroupBackground__=a,(a=document.createElementNS("http://www.w3.org/2000/svg","rect")).__data__=e,a.setAttribute("class","red-ui-flow-node-button-button"),a.setAttribute("x","right"==e._def.align?11:5),a.setAttribute("y",4),a.setAttribute("rx",4),a.setAttribute("ry",4),a.setAttribute("width",16),a.setAttribute("height",N-12),a.setAttribute("fill",RED.utils.getNodeColor(e.type,e._def)),d3.select(a).on("mousedown",function(e){!L&&Pt(e)&&(Ft(),d3.select(this).attr("fill-opacity",.2),d3.event.preventDefault(),d3.event.stopPropagation())}).on("mouseup",function(e){!L&&Pt(e)&&(d3.select(this).attr("fill-opacity",.4),d3.event.preventDefault(),d3.event.stopPropagation())}).on("mouseover",function(e){!L&&Pt(e)&&d3.select(this).attr("fill-opacity",.4)}).on("mouseout",function(e){var t;!L&&Pt(e)&&(t=1,e._def.button.toggle&&(t=e[e._def.button.toggle]?1:.2),d3.select(this).attr("fill-opacity",t))}).on("click",At).on("touchstart",function(e){At.call(this,e),d3.event.preventDefault()}),s.appendChild(a),o[0][0].__buttonGroupButton__=a,n.appendChild(s)),document.createElementNS("http://www.w3.org/2000/svg","rect")),s=(a.__data__=e,a.setAttribute("class","red-ui-flow-node "+("unknown"==e.type?"red-ui-flow-node-unknown":"")),a.setAttribute("rx",5),a.setAttribute("ry",5),a.setAttribute("fill",RED.utils.getNodeColor(e.type,e._def)),o[0][0].__mainRect__=a,d3.select(a).on("mouseup",gt).on("mousedown",mt).on("touchstart",vt).on("touchend",bt).on("mouseover",yt).on("mouseout",wt),n.appendChild(a),e._def.icon&&(s=RED.utils.getNodeIcon(e._def,e),(a=document.createElementNS("http://www.w3.org/2000/svg","g")).__data__=e,a.setAttribute("class","red-ui-flow-node-icon-group"+("right"==e._def.align?" red-ui-flow-node-icon-group-right":"")),a.setAttribute("x",0),a.setAttribute("y",0),a.style["pointer-events"]="none",o[0][0].__iconGroup__=a,(r=document.createElementNS("http://www.w3.org/2000/svg","path")).setAttribute("x",0),r.setAttribute("y",0),r.setAttribute("class","red-ui-flow-node-icon-shade"),a.appendChild(r),o[0][0].__iconShade__=r,zt(s,d3.select(a),e),(r=document.createElementNS("http://www.w3.org/2000/svg","path")).setAttribute("d","right"!=e._def.align?"M 30 1 l 0 "+(e.h-2):"M 0 1 l 0 "+(e.h-2)),r.setAttribute("class","red-ui-flow-node-icon-shade-border"),a.appendChild(r),o[0][0].__iconShadeBorder__=r,n.appendChild(a)),document.createElementNS("http://www.w3.org/2000/svg","g")),r=(s.setAttribute("class","red-ui-flow-node-label"+(i?" hide":"")+(e._def.align?" red-ui-flow-node-label-"+e._def.align:"")),s.setAttribute("transform","translate(38,0)"),n.appendChild(s),o[0][0].__textGroup__=s,document.createElementNS("http://www.w3.org/2000/svg","g")),a=(r.setAttribute("class","red-ui-flow-node-status-group"),r.style.display="none",o[0][0].__statusGroup__=r,document.createElementNS("http://www.w3.org/2000/svg","rect")),i=(a.setAttribute("class","red-ui-flow-node-status"),a.setAttribute("x",6),a.setAttribute("y",1),a.setAttribute("width",9),a.setAttribute("height",9),a.setAttribute("rx",2),a.setAttribute("ry",2),a.setAttribute("stroke-width","3"),r.appendChild(a),o[0][0].__statusShape__=a,document.createElementNS("http://www.w3.org/2000/svg","text"));i.setAttribute("class","red-ui-flow-node-status-label"),i.setAttribute("x",20),i.setAttribute("y",10),r.appendChild(i),o[0][0].__statusLabel__=i,n.appendChild(r),o[0][0].appendChild(n),RED.hooks.trigger("viewAddNode",{node:e,el:this})}),D=!1,o.each(function(t,e){if(t._reordered&&(D=!0,delete t._reordered),t.dirty){var o=this,n=d3.select(this),i="link in"===t.type||"link out"===t.type,a=t.hasOwnProperty("l")?!t.l:i,s=(E[t.id]=t,RED.utils.getNodeLabel(t,t.type));if(!t.resize&&this.__hideLabel__===a&&this.__label__===s&&this.__outputs__.length===t.outputs||((u=Qe(s,"red-ui-flow-node-label")).lines.length===this.__labelLineCount__&&this.__label__===s||(t.resize=!0),this.__label__=s,this.__labelLineCount__=u.lines.length,t.h=a?Math.max(N,15*(t.outputs||0)):Math.max(6+24*u.lines.length,15*(t.outputs||0),30),this.__hideLabel__=a),t.resize&&(s=t.w,t.w=a?N:Math.max(I,20*Math.ceil((u.width+50+(0<t._def.inputs?7:0))/20)),void 0!==s&&(t.x+=(t.w-s)/2),t.resize=!1),t._colorChanged&&(s=RED.utils.getNodeColor(t.type,t._def),this.__mainRect__.setAttribute("fill",s),this.__buttonGroupButton__&&this.__buttonGroupButton__.settAttribute("fill",s),delete t._colorChanged),this.setAttribute("transform","translate("+(t.x-t.w/2)+","+(t.y-t.h/2)+")"),this.classList.toggle("red-ui-flow-node-selected",!!t.selected),M!=RED.state.MOVING_ACTIVE){if(this.classList.toggle("red-ui-flow-node-disabled",!0===t.d),this.__mainRect__.setAttribute("width",t.w),this.__mainRect__.setAttribute("height",t.h),this.__mainRect__.classList.toggle("red-ui-flow-node-highlighted",!!t.highlighted),u){for(var r=u.lines,d=u.lines.length,l=this.__textGroup__.childNodes;l.length>d;)l[l.length-1].remove();for(var c,e=0;e<d;e++)e===l.length&&((c=document.createElementNS("http://www.w3.org/2000/svg","text")).setAttribute("class","red-ui-flow-node-label-text"),c.setAttribute("x",0),c.setAttribute("y",24*e),this.__textGroup__.appendChild(c)),l[e].textContent=r[e]}s="";if(t._def.labelStyle){s=t._def.labelStyle;try{s=("function"==typeof s?s.call(t):s)||""}catch(e){console.log("Definition error: "+t.type+".labelStyle",e),s=""}s=" "+s}s="red-ui-flow-node-label"+(t._def.align?" red-ui-flow-node-label-"+t._def.align:"")+s+(a?" hide":""),this.__textGroup__.setAttribute("class",s);var u=t.h/2-this.__labelLineCount__/2*24+13,s=(!t._def.align&&0!==t.inputs&&0===t.outputs||"right"===t._def.align?(this.__iconGroup__&&(this.__iconGroup__.classList.add("red-ui-flow-node-icon-group-right"),this.__iconGroup__.setAttribute("transform","translate("+(t.w-30)+",0)")),this.__textGroup__.classList.add("red-ui-flow-node-label-right"),this.__textGroup__.setAttribute("transform","translate("+(t.w-38)+","+u+")")):(this.__iconGroup__&&(this.__iconGroup__.classList.remove("red-ui-flow-node-icon-group-right"),this.__iconGroup__.setAttribute("transform","")),this.__textGroup__.classList.remove("red-ui-flow-node-label-right"),this.__textGroup__.setAttribute("transform","translate(38,"+u+")")),n.selectAll(".red-ui-flow-port-input")),p=(i&&(-1!==me||x[t.id])||0!==t.inputs||s.empty()?(i&&(me===G||x[t.id])||1===t.inputs)&&s.empty()&&(u=n.append("g").attr("class","red-ui-flow-port-input"),h="link in"===t.type?u.append("circle").attr("cx",-1).attr("cy",5).attr("r",5).attr("class","red-ui-flow-port red-ui-flow-link-port"):u.append("rect").attr("class","red-ui-flow-port").attr("rx",3).attr("ry",3).attr("width",10).attr("height",10),u[0][0].__port__=h[0][0],h[0][0].__data__=this.__data__,h[0][0].__portType__=G,h[0][0].__portIndex__=0,h.on("mousedown",function(e){at(e,G,0)}).on("touchstart",function(e){at(e,G,0),d3.event.preventDefault()}).on("mouseup",function(e){st(e,G,0)}).on("touchend",function(e){st(e,G,0),d3.event.preventDefault()}).on("mouseover",function(e){pt(d3.select(this),e,G,0)}).on("mouseout",function(e){ft(d3.select(this))}),RED.hooks.trigger("viewAddPort",{node:t,el:this,port:u[0][0],portType:"input",portIndex:0})):s.each(function(e,t){RED.hooks.trigger("viewRemovePort",{node:e,el:o,port:d3.select(this)[0][0],portType:"input",portIndex:0})}).remove(),t.outputs);for(i&&"link out"===t.type&&(p="return"===t.mode||me!==F&&!x[t.id]?0:1),t.h;this.__outputs__.length>p;){var f=this.__outputs__.pop();RED.hooks.trigger("viewRemovePort",{node:t,el:this,port:f,portType:"output",portIndex:this.__outputs__.length}),f.remove()}for(var h,g=0;g<p;g++){g===this.__outputs__.length?((v=document.createElementNS("http://www.w3.org/2000/svg","g")).setAttribute("class","red-ui-flow-port-output"),"link out"===t.type?((m=document.createElementNS("http://www.w3.org/2000/svg","circle")).setAttribute("cx",11),m.setAttribute("cy",5),m.setAttribute("r",5),m.setAttribute("class","red-ui-flow-port red-ui-flow-link-port")):((m=document.createElementNS("http://www.w3.org/2000/svg","rect")).setAttribute("rx",3),m.setAttribute("ry",3),m.setAttribute("width",10),m.setAttribute("height",10),m.setAttribute("class","red-ui-flow-port")),v.appendChild(m),(v.__port__=m).__data__=this.__data__,m.__portType__=F,m.__portIndex__=g,m.addEventListener("mousedown",Et),m.addEventListener("touchstart",Dt),m.addEventListener("mouseup",Rt),m.addEventListener("touchend",xt),m.addEventListener("mouseover",_t),m.addEventListener("mouseout",$t),this.appendChild(v),this.__outputs__.push(v),RED.hooks.trigger("viewAddPort",{node:t,el:this,port:v,portType:"output",portIndex:g})):v=this.__outputs__[g];var m,v,b=t.w-5,y=t.h/2-(p-1)/2*13;v.setAttribute("transform","translate("+b+","+(y+13*g-5)+")")}t._def.icon&&(h=n.select(".red-ui-flow-node-icon"),u=n.select(".fa-lg"),s=(h.empty()?u:h).attr("xlink:href"),(i=RED.utils.getNodeIcon(t._def,t))!==s&&((h.empty()?u:h).remove(),zt(i,n.select(".red-ui-flow-node-icon-group"),t),h=n.select(".red-ui-flow-node-icon"),u=n.select(".fa-lg")),h.attr("y",function(){return(t.h-d3.select(this).attr("height"))/2}),s=t.h,this.__iconShade__.setAttribute("d",a?`M5 0 h20 a 5 5 0 0 1 5 5 v${s-10} a 5 5 0 0 1 -5 5 h-20 a 5 5 0 0 1 -5 -5 v-${s-10} a 5 5 0 0 1 5 -5`:"right"===t._def.align?`M 0 0 h25 a 5 5 0 0 1 5 5 v${s-10} a 5 5 0 0 1 -5 5 h-25 v-`+s:`M5 0 h25 v${s} h-25 a 5 5 0 0 1 -5 -5 v-${s-10} a 5 5 0 0 1 5 -5`),this.__iconShadeBorder__.style.display=a?"none":"",this.__iconShadeBorder__.setAttribute("d","M "+(!t._def.align&&0!==t.inputs&&0===t.outputs||"right"===t._def.align?.5:29.5)+" "+(t.selected?1:.5)+" l 0 "+(t.h-(t.selected?2:1))),u.attr("y",(t.h+13)/2)),n.selectAll(".red-ui-flow-port-input").each(function(e,t){d3.select(this).attr("transform",function(e){return"translate(-5,"+(e.h/2-5)+")"})}),t._def.button&&(i=Pt(t),this.__buttonGroup__.classList.toggle("red-ui-flow-node-button-disabled",!i),RED.runtime&&void 0!==RED.runtime.started&&this.__buttonGroup__.classList.toggle("red-ui-flow-node-button-stopped",!RED.runtime.started),b="right"==t._def.align?t.w-6:-25,t._def.button.toggle&&!t[t._def.button.toggle]&&(b-="right"==t._def.align?8:-8),this.__buttonGroup__.setAttribute("transform","translate("+b+",2)"),t._def.button.toggle&&(this.__buttonGroupButton__.setAttribute("fill-opacity",t[t._def.button.toggle]?1:.2),this.__buttonGroupBackground__.setAttribute("fill-opacity",t[t._def.button.toggle]?1:.2)),"function"==typeof t._def.button.visible&&(!1===t._def.button.visible.call(t)?this.__buttonGroup__.style.display="none":this.__buttonGroup__.style.display="inherit"))}if(t.dirtyStatus&&Bt(t,this),t.dirty=!1,t.g&&!ae[t.g])for(var w=t.g;w&&!ae[w];)ae[w]=RED.nodes.group(w),w=ae[w].g}RED.hooks.trigger("viewRedrawNode",{node:t,el:this})}),D&&o.sort(function(e,t){return e._index-t._index}),(n=xe.selectAll(".red-ui-flow-junction").data(ne,e=>e.id)).enter().insert("svg:g").attr("class","red-ui-flow-junction").each(function(e,t){var o=d3.select(this),n=document.createDocumentFragment(),i=document.createElementNS("http://www.w3.org/2000/svg","rect"),a=(i.setAttribute("class","red-ui-flow-junction-background"),i.setAttribute("x",-5),i.setAttribute("y",-5),i.setAttribute("width",10),i.setAttribute("height",10),i.setAttribute("rx",3),i.setAttribute("ry",3),i.__data__=e,this.__junctionBack__=i,n.appendChild(i),document.createElementNS("http://www.w3.org/2000/svg","rect")),s=(a.setAttribute("class","red-ui-flow-junction-port red-ui-flow-junction-port-input"),a.setAttribute("x",-5),a.setAttribute("y",-5),a.setAttribute("width",10),a.setAttribute("height",10),a.setAttribute("rx",3),a.setAttribute("ry",3),a.__data__=e,a.__portType__=G,a.__portIndex__=0,this.__junctionInput__=void 0,n.appendChild(a),a.addEventListener("mouseup",Rt),a.addEventListener("mousedown",Et),this.__junctionInput__=a,n.appendChild(a),document.createElementNS("http://www.w3.org/2000/svg","rect"));s.setAttribute("class","red-ui-flow-junction-port red-ui-flow-junction-port-output"),s.setAttribute("x",-5),s.setAttribute("y",-5),s.setAttribute("width",10),s.setAttribute("height",10),s.setAttribute("rx",3),s.setAttribute("ry",3),s.__data__=e,s.__portType__=F,s.__portIndex__=0,this.__junctionOutput__=s,n.appendChild(s),s.addEventListener("mouseup",Rt),s.addEventListener("mousedown",Et),s.addEventListener("mouseover",kt),s.addEventListener("mouseout",Tt),a.addEventListener("mouseover",kt),a.addEventListener("mouseout",Tt),i.addEventListener("mouseover",kt),i.addEventListener("mouseout",Tt),d3.select(i).on("mousedown",mt).on("mouseup",gt),o[0][0].appendChild(n)}),n.exit().remove(),n.each(function(e){var t=d3.select(this);if(this.setAttribute("transform","translate("+e.x+","+e.y+")"),e.dirty&&(t.classed("red-ui-flow-junction-dragging",M===RED.state.MOVING_ACTIVE&&U.has(e)),t.classed("selected",!!e.selected),(E[e.id]=e).g&&!ae[e.g]))for(var o=e.g;o&&!ae[o];)ae[o]=RED.nodes.group(o),o=ae[o].g}),(e=Re.selectAll(".red-ui-flow-link").data(oe,function(e){return e.source.id+":"+e.sourcePort+":"+e.target.id+":"+e.target.i})).enter().insert("g",".red-ui-flow-node").attr("class","red-ui-flow-link").each(function(e,t){var d=d3.select(this),o=document.createDocumentFragment(),n=(e.added=!0,document.createElementNS("http://www.w3.org/2000/svg","path")),n=(n.__data__=e,n.setAttribute("class","red-ui-flow-link-background red-ui-flow-link-path"+(e.link?" red-ui-flow-link-link":"")),this.__pathBack__=n,o.appendChild(n),d3.select(n).on("mousedown",Ct).on("touchstart",jt).on("mousemove",function(e){if(M===RED.state.SLICING)V.add(e),d.classed("red-ui-flow-link-splice",!0),H();else if(M===RED.state.SLICING_JUNCTION&&!e.link&&!d.classed("red-ui-flow-link-splice")){for(var t,o=l.getTotalLength(),n=1/0,i=0;i<o;i++){var a=l.getPointAtLength(i),s=Math.abs(a.x-d3.event.offsetX),r=Math.abs(a.y-d3.event.offsetY),s=s*s+r*r;s<n&&(t=a,n=s)}e._sliceLocation=t,V.add(e),d.classed("red-ui-flow-link-splice",!0),H()}}),document.createElementNS("http://www.w3.org/2000/svg","path")),l=(n.__data__=e,n.setAttribute("class","red-ui-flow-link-outline red-ui-flow-link-path"),this.__pathOutline__=n,o.appendChild(n),document.createElementNS("http://www.w3.org/2000/svg","path"));l.__data__=e,l.setAttribute("class","red-ui-flow-link-line red-ui-flow-link-path"+(e.link?" red-ui-flow-link-link":P?" red-ui-flow-subflow-link":"")),this.__pathLine__=l,o.appendChild(l),d[0][0].appendChild(o)}),e.exit().remove(),e.each(function(e){var t;d3.select(this),(e.added||e.selected||E[e.source.id]||E[e.target.id])&&(t=-((e.source.outputs||1)-1)/2*13+13*(e.sourcePort||0),e.x1=e.source.x+(e.source.w/2||0),e.y1=e.source.y+t,e.x2=e.target.x-(e.target.w/2||0),e.y2=e.target.y,t=Ne(e.x1,e.y1,e.x2,e.y2,1),/NaN/.test(t)&&(t=""),this.__pathBack__.setAttribute("d",t),this.__pathOutline__.setAttribute("d",t),this.__pathLine__.setAttribute("d",t),this.__pathLine__.classList.toggle("red-ui-flow-node-disabled",!(!e.source.d&&!e.target.d)),this.__pathLine__.classList.toggle("red-ui-flow-subflow-link",!e.link&&P)),this.classList.toggle("red-ui-flow-link-selected",!!e.selected),"unknown"!=e.target.type&&e.source.type;this.classList.toggle("red-ui-flow-link-unknown",!("unknown"!=e.target.type&&"unknown"!=e.source.type)),delete e.added}),(t=Re.selectAll(".red-ui-flow-link-off-flow").data(ie,function(e){return e.node.id+":"+e.refresh})).enter().insert("g",".red-ui-flow-node").attr("class","red-ui-flow-link-off-flow").each(function(o,e){var t=d3.select(this),n=1,i="start",a=("link in"===o.node.type&&(n=-1,i="end"),30*n),s=20*n,r=(t.append("svg:path").attr("class","red-ui-flow-link-link").attr("d","M 0 0 h "+a),o.links),r=Object.keys(r),d=RED.nodes.getWorkspaceOrder(),l=(r.sort(function(e,t){return d.indexOf(e)-d.indexOf(t)}),N),c=-(r.length-1)*l/2,t=t.selectAll(".red-ui-flow-link-group").data(r);t.enter().append("g").attr("class","red-ui-flow-link-group").on("mouseover",function(){0===M&&d3.select(this).classed("red-ui-flow-link-group-active",!0)}).on("mouseout",function(){0===M&&d3.select(this).classed("red-ui-flow-link-group-active",!1)}).on("mousedown",function(){d3.event.preventDefault(),d3.event.stopPropagation()}).on("mouseup",function(e){var t;0===M&&(d3.event.stopPropagation(),t=o.links[e],RED.workspaces.show(e),t.forEach(function(e){e.selected=!0,e.dirty=!0,U.add(e),1===t.length&&RED.view.reveal(e.id)}),W(),H())}).each(function(e){var t,o=d3.select(this),e=(o.append("svg:path").attr("class","red-ui-flow-link-link").attr("d","M "+a+" 0 C "+(a+1.7*s)+" 0 "+(a+.1*s)+" "+c+" "+(a+1.5*s)+" "+c+" "),o.append("svg:path").attr("class","red-ui-flow-link-port").attr("d","M "+(a+1.5*s+17*n)+" "+(c-12)+" h "+10*-n+" a 3 3 45 0 "+(1===n?"0":"1")+" "+-3*n+" 3 v 18 a 3 3 45 0 "+(1===n?"0":"1")+" "+3*n+" 3 h "+10*n),o.append("svg:path").attr("class","red-ui-flow-link-port").attr("d","M "+(a+1.5*s+20*n)+" "+(c-12)+" h "+30*n+" M "+(a+1.5*s+20*n)+" "+(c+12)+" h "+30*n).style("stroke-dasharray","12 3 8 4 3"),o.append("rect").attr("class","red-ui-flow-port red-ui-flow-link-port").attr("x",a+1.5*s-4+4*n).attr("y",c-4).attr("rx",2).attr("ry",2).attr("width",8).attr("height",8),o.append("rect").attr("x",a+1.5*s-(-1===n?I:0)).attr("y",c-12).attr("width",I).attr("height",24).style("stroke","none").style("fill","transparent"),RED.nodes.workspace(e));e&&(t=e.label||e.id),o.append("svg:text").attr("class","red-ui-flow-port-label").attr("x",a+1.5*s+15*n).attr("y",c+1).style("font-size","10px").style("text-anchor",i).text(t),c+=l}),t.exit().remove()}),t.exit().remove(),(t=Re.selectAll(".red-ui-flow-link-off-flow")).each(function(e){var t=1;"link in"===e.node.type&&(t=-1),d3.select(this).attr("transform",function(e){return"translate("+(e.node.x+t*e.node.w/2)+","+e.node.y+")"})}),(o=Te.selectAll(".red-ui-flow-group").data(_,function(e){return e.id})).exit().each(function(e,t){document.getElementById("group_select_"+e.id).remove()}).remove(),n=o.enter().insert("svg:g").attr("class","red-ui-flow-group"),i=!1,n.each(function(e,t){i=!0;var o=d3.select(this),n=(o.attr("id",e.id),$e.append("g").attr("class","red-ui-flow-group").attr("id","group_select_"+e.id));n.append("rect").classed("red-ui-flow-group-outline-select",!0).classed("red-ui-flow-group-outline-select-background",!0).attr("rx",4).attr("ry",4).attr("x",-4).attr("y",-4),n.append("rect").classed("red-ui-flow-group-outline-select",!0).attr("rx",4).attr("ry",4).attr("x",-4).attr("y",-4),n.on("mousedown",function(){St.call(o[0][0],e)}),n.on("mouseup",function(){Lt.call(o[0][0],e)}),n.on("touchstart",function(){St.call(o[0][0],e),d3.event.preventDefault()}),n.on("touchend",function(){Lt.call(o[0][0],e),d3.event.preventDefault()}),o.append("rect").classed("red-ui-flow-group-outline",!0).attr("rx",.5).attr("ry",.5),o.append("rect").classed("red-ui-flow-group-body",!0).attr("rx",4).attr("ry",4).style({fill:e.fill||"none",stroke:e.stroke||"none"}),o.on("mousedown",St).on("mouseup",Lt),o.on("touchstart",function(){St.call(o[0][0],e),d3.event.preventDefault()}),o.on("touchend",function(){Lt.call(o[0][0],e),d3.event.preventDefault()}),o.append("svg:text").attr("class","red-ui-flow-group-label"),e.dirty=!0}),i&&o.sort(function(e,t){return e._root===t._root?e._depth-t._depth:e._index-t._index}),o[0].reverse(),o.each(function(e,t){var o,n,i,a,s,r,d,l,c,u;e.resize&&(e.minWidth=0,delete e.resize),(e.dirty||ae[e.id])&&(o=d3.select(this),u=!1,0<e.nodes.length?e.groupMoved?delete e.groupMoved:(n=Number.POSITIVE_INFINITY,i=Number.POSITIVE_INFINITY,s=a=0,e.nodes.forEach(function(e){s="group"!==e.type?(n=Math.min(n,e.x-e.w/2-26-(e._def.button&&"right"!==e._def.align?20:0)),i=Math.min(i,e.y-e.h/2-26),a=Math.max(a,e.x+e.w/2+26+(e._def.button&&"right"==e._def.align?20:0)),Math.max(s,e.y+e.h/2+26)):(n=Math.min(n,e.x-26),i=Math.min(i,e.y-26),a=Math.max(a,e.x+e.w+26),Math.max(s,e.y+e.h+26))}),e.x=n,e.y=i,e.w=a-n,e.h=s-i,!(u=!0)===e.groupMoved&&delete e.groupMoved):(e.w=40,e.h=40,u=!0),u&&(e.minWidth||(e.style.label&&e.name?(u=Qe(e.name||"","red-ui-flow-group-label"),e.minWidth=u.width+8,e.labels=u.lines):(e.minWidth=40,e.labels=[])),e.w=Math.max(e.minWidth,e.w),e.style.label&&0<e.labels.length&&(d=e.style["label-position"]||"nw",u=16*(e.labels.length-1),"s"===d[0]&&(u+=8),e.h+=u,"n"===d[0]&&0<e.nodes.length&&(e.y-=u))),o.attr("transform","translate("+e.x+","+e.y+")"),o.selectAll(".red-ui-flow-group-outline").attr("width",e.w).attr("height",e.h),(u=document.getElementById("group_select_"+e.id)).setAttribute("transform","translate("+e.x+","+e.y+")"),e.hovered?u.classList.add("red-ui-flow-group-hovered"):u.classList.remove("red-ui-flow-group-hovered"),(l=u.children[0]).setAttribute("width",e.w+8),l.setAttribute("height",e.h+8),l.style.strokeOpacity=e.active||e.selected||e.highlighted?.8:0,l.style.strokeDasharray=e.active?"10 4":"",(l=u.children[1]).setAttribute("width",e.w+8),l.setAttribute("height",e.h+8),l.style.strokeOpacity=e.active||e.selected||e.highlighted?.8:0,l.style.strokeDasharray=e.active?"10 4":"",e.highlighted?u.classList.add("red-ui-flow-node-highlighted"):u.classList.remove("red-ui-flow-node-highlighted"),o.selectAll(".red-ui-flow-group-body").attr("width",e.w).attr("height",e.h).style("stroke",e.style.stroke||"").style("stroke-opacity",e.style.hasOwnProperty("stroke-opacity")?e.style["stroke-opacity"]:"").style("fill",e.style.fill||"").style("fill-opacity",e.style.hasOwnProperty("fill-opacity")?e.style["fill-opacity"]:""),(r=o.selectAll(".red-ui-flow-group-label")).classed("hide",!e.style.label),e.style.label&&(u="n"===(d=e.style["label-position"]||"nw")[u=l=0]?15:e.h-5-16*(e.labels.length-1),labelAnchor="w"===d[1]?(l=5,"start"):"e"===d[1]?(l=e.w-5,"end"):(l=e.w/2,"middle"),e.style.hasOwnProperty("color")?r.style("fill",e.style.color):r.style("fill",null),r.attr("transform","translate("+l+","+u+")").attr("text-anchor",labelAnchor),e.labels?(c=0,o.selectAll(".red-ui-flow-group-label-text").remove(),e.labels.forEach(function(e){r.append("tspan").classed("red-ui-flow-group-label-text",!0).text(e).attr("x",0).attr("y",c),c+=16})):o.selectAll(".red-ui-flow-group-label-text").remove()),delete ae[e.id],delete e.dirty)})):Re.selectAll(".red-ui-flow-link-selected").data(oe,function(e){return e.source.id+":"+e.sourcePort+":"+e.target.id+":"+e.target.i}).classed("red-ui-flow-link-selected",!1),RED.view.navigator.refresh(),d3.event&&d3.event.preventDefault()}function Ft(){try{var e=window.parent.window.scrollX,t=window.parent.window.scrollY;z.trigger("focus"),window.parent.window.scrollTo(e,t)}catch(e){z.trigger("focus")}}function Ut(e,t){var o,n=(t=t||{addFlow:!1,touchImport:!1,generateIds:!1,generateDefaultNames:!1}).addFlow,i=t.touchImport;if(M!==RED.state.SELECTING_NODE){if("string"==typeof e){if(""===e)return;try{o=JSON.parse(e)}catch(e){var a=new Error(RED._("clipboard.invalidFlow",{message:e.message}));throw a.code="NODE_RED",a}}else o=e;$.isArray(o)||(o=[o]),t.generateDefaultNames&&RED.actions.invoke("core:generate-node-names",o,{renameBlank:!1,renameClash:!0,generateHistory:!1});try{P&&(s=P.changed);var s,r=RED.nodes.import(o,{generateIds:t.generateIds,addFlow:n,importMap:t.importMap});if(r){var d=r.nodes,l=r.links,c=r.groups,u=r.junctions,p=r.workspaces,f=r.subflows,h=r.removedNodes,g=r.missingWorkspace,m=(n&&g&&RED.workspaces.show(g.id),d.filter(function(e){return e.hasOwnProperty("x")&&e.hasOwnProperty("y")&&e.z==RED.workspaces.active()})),v=(m=(m=m.concat(c.filter(function(e){return e.z===RED.workspaces.active()}))).concat(u.filter(function(e){return e.z===RED.workspaces.active()})),d.map(function(e){return e.changed=!0,e.id}));if(q(),U.clear(),U.add(m),0<U.length()){for(var b,y,w=(A=null==A?[0,0]:A)[0],E=A[1],D=(0<U.length()&&(w=(b=U.get(0).n).x,E=b.y),0),R=0,x=U.length(),_=0;_<x;_++)(y=U.get(_)).n.selected=!0,y.n.changed=!0,y.n.moved=!0,y.n.x-=w-A[0],y.n.y-=E-A[1],"junction"!==y.n.type&&(y.n.w=I,y.n.h=N,y.n.resize=!0),y.dx=y.n.x-A[0],y.dy=y.n.y-A[1],R="group"===y.n.type?(y.n.groupMoved=!1,D=Math.min(y.n.x-5,D),Math.min(y.n.y-5,R)):(D=Math.min(y.n.x-I/2-5,D),Math.min(y.n.y-N/2-5,R));for(_=0;_<x;_++)if((y=U.get(_)).n.x-=D,y.n.y-=R,y.dx-=D,y.dy-=R,y.n._def.onadd)try{y.n._def.onadd.call(y.n)}catch(e){console.log("Definition error: "+y.n.type+".onadd:",e)}i||(M=RED.state.IMPORT_DRAGGING,te=!1,1===U.length()&&(y=U.get(0),te=y.n.hasOwnProperty("_def")&&(y.n.hasOwnProperty("inputs")&&0<y.n.inputs||!y.n.hasOwnProperty("inputs")&&0<y.n._def.inputs)&&(y.n.hasOwnProperty("outputs")&&0<y.n.outputs||!y.n.hasOwnProperty("outputs")&&0<y.n._def.outputs)))}var k,T,C={t:"add",nodes:v,links:l,groups:c,junctions:u,workspaces:p,subflows:f,dirty:RED.nodes.dirty()},j=(0===U.length()&&RED.nodes.dirty(!0),!P||(k=RED.subflow.refresh(!0))&&(C.subflow={id:P.id,changed:s,instances:k.instances}),h&&(C={t:"multi",events:[{t:"replace",config:h},C]}),RED.history.push(C),J(),H(),[]),L=0,S=0,O=(d.forEach(function(e){e.hasOwnProperty("x")&&e.hasOwnProperty("y")?L++:S++}),c.length);u.length;0<p.length&&j.push(RED._("clipboard.flow",{count:p.length})),0<L&&j.push(RED._("clipboard.node",{count:L})),0<O&&j.push(RED._("clipboard.group",{count:O})),0<S&&j.push(RED._("clipboard.configNode",{count:S})),0<f.length&&j.push(RED._("clipboard.subflow",{count:f.length})),h&&0<h.length&&j.push(RED._("clipboard.replacedNodes",{count:h.length})),0<j.length&&(T="<ul><li>"+j.join("</li><li>")+"</li></ul>",RED.notify("<p>"+RED._("clipboard.nodesImported")+"</p>"+T,{id:"clipboard"}))}}catch(e){if("import_conflict"===e.code)throw e;"NODE_RED"!=e.code?(console.log(e.stack),RED.notify(RED._("notification.error",{message:e.toString()}),"error")):RED.notify(RED._("notification.error",{message:e.message}),"error")}}}function Vt(e){if(M!==RED.state.SELECTING_NODE){var t=RED.workspaces.selection();if(!(0<t.length)&&0<U.length()){for(var o=[],n=0;n<U.length();n++){var i=U.get(n).n;"group"!==i.type&&"subflow"!==i.type&&e!=i.d&&(o.push({t:"edit",node:i,changed:i.changed,changes:{d:i.d}}),e?i.d=!0:delete i.d,i.dirty=!0,i.dirtyStatus=!0,i.changed=!0,"junction"===i.type?RED.events.emit("junctions:change",i):RED.events.emit("nodes:change",i))}0<o.length&&(RED.history.push({t:"multi",events:o,dirty:RED.nodes.dirty()}),RED.nodes.dirty(!0))}RED.view.redraw()}}function Jt(){var e={},t=new Set,o=(0<U.length()&&U.forEach(function(e){"group"!==e.n.type&&t.add(e.n)}),_.filter(function(e){return e.selected&&!e.active}));return 0<o.length&&(1===o.length&&o[0].active||o.forEach(function(e){RED.group.getNodes(e,!0).forEach(function(e){t.delete(e)}),t.add(e)})),0<t.size&&(e.nodes=Array.from(t)),0<V.length()&&(e.links=V.toArray(),e.link=e.links[0]),e}function qt(e,t,o,n){var i=RED.nodes.dirty(),a=/^subflow:(.+)$/.exec(e),s=n?RED.nodes.subflow(n):null;if(s&&a){if(a[1]===s.id)throw new Error(RED._("notification.error",{message:RED._("notification.errors.cannotAddSubflowToItself")}));if(RED.nodes.subflowContains(a[1],s.id))throw new Error(RED._("notification.error",{message:RED._("notification.errors.cannotAddCircularReference")}))}var r={id:RED.nodes.id(),z:n||RED.workspaces.active()};if(r.type=e,r._def=RED.nodes.getType(r.type),a){n=RED.nodes.subflow(a[1]);r.name="",r.inputs=n.in.length,r.outputs=n.out.length}else{for(var d in r.inputs=r._def.inputs||0,r.outputs=r._def.outputs,r._def.defaults)r._def.defaults.hasOwnProperty(d)&&void 0!==r._def.defaults[d].value&&(r[d]=JSON.parse(JSON.stringify(r._def.defaults[d].value)));if(r._def.onadd)try{r._def.onadd.call(r)}catch(e){console.log("Definition error: "+r.type+".onadd:",e)}}r.changed=!0,r.moved=!0,r.w=RED.view.node_width,r.h=Math.max(RED.view.node_height,15*(r.outputs||0)),r.resize=!0,null!=t&&"number"==typeof t&&0<=t&&(r.x=t),null!=o&&"number"==typeof o&&0<=o&&(r.y=o);e={t:"add",nodes:[r.id],dirty:i};return s&&(a=RED.subflow.refresh(!0))&&(e.subflow={id:s.id,changed:s.changed,instances:a.instances}),{node:r,historyEvent:e}}return{init:function(){(z=$("#red-ui-workspace-chart")).on("contextmenu",function(e){return e.preventDefault(),e.stopPropagation(),RED.contextMenu.show({x:e.clientX-5,y:e.clientY-5}),!1}),Ee=d3.select("#red-ui-workspace-chart").append("svg:svg").attr("width",w).attr("height",Q).attr("pointer-events","all").style("cursor","crosshair").style("touch-action","none").on("mousedown",function(){Ft()}).on("contextmenu",function(){d3.event.preventDefault()}),(m=Ee.append("svg:g").on("dblclick.zoom",null).append("svg:g").attr("class","red-ui-workspace-chart-event-layer").on("mousemove",Me).on("mousedown",Pe).on("mouseup",Be).on("mouseenter",function(){d3.select(document).on("mouseup.red-ui-workspace-tracker",null),L?1!==d3.event.buttons&&(L.remove(),L=null):M===RED.state.PANNING&&4!==d3.event.buttons?K():S&&2!==d3.event.buttons&&(S.remove(),S=null,K())}).on("mouseleave",ze).on("touchend",function(){d3.event.preventDefault(),clearTimeout(d),d=null,RED.touch.radialMenu.active()||Be.call(this)}).on("touchcancel",function(){RED.view.DEBUG&&console.warn("eventLayer.touchcancel",M),d3.event.preventDefault(),Be.call(this)}).on("touchstart",function(){var e,t,o,n,i,a,s,r;RED.view.DEBUG&&console.warn("eventLayer.touchstart",M),1<d3.event.touches.length?(clearTimeout(d),d=null,d3.event.preventDefault(),e=d3.event.touches.item(0),t=d3.event.touches.item(1),o=e.pageY-t.pageY,n=e.pageX-t.pageX,i=z.offset(),a=[z.scrollLeft(),z.scrollTop()],f=[(t.pageX+n/2-i.left+a[0])/R,(t.pageY+o/2-i.top+a[1])/R],t.pageX,t.pageY,c=Math.sqrt(o*o+n*n)):(s=d3.select(document.body),r=[(e=d3.event.touches.item(0)).pageX,e.pageY],f=[e.pageX,e.pageY],c=0,d3.touches(this)[0],d=setTimeout(function(){d=null,Mt(s,r)},l)),d3.event.preventDefault()}).on("touchmove",function(){var e,t,o,n,i;RED.touch.radialMenu.active()||(RED.view.DEBUG&&console.warn("eventLayer.touchmove",M,T),d3.event.touches.length<2?(d?(i=(n=d3.event.touches.item(0)).pageX-f[0],e=n.pageY-f[1],64<Math.abs(i*i+e*e)&&(clearTimeout(d),d=null,T||se||(M=RED.state.PANNING,A=[n.pageX,n.pageY],ge=[z.scrollLeft(),z.scrollTop()]))):L&&d3.event.preventDefault(),Me.call(this)):(n=d3.event.touches.item(0),i=d3.event.touches.item(1),e=n.pageY-i.pageY,n=n.pageX-i.pageX,z.offset(),t=[z.scrollLeft(),z.scrollTop()],o=Math.sqrt(e*e+n*n),n=[i.pageX+n/2,i.pageY+e/2],isNaN(o)||(oldScaleFactor=R,R=Math.min(2,Math.max(.3,R+Math.floor(100*o-100*c)/1e4)),i=[f[0]*(R-oldScaleFactor),f[1]*(R-oldScaleFactor)],c=o,z.scrollLeft(t[0]+i[0]),z.scrollTop(t[1]+i[1]),H()))),d3.event.preventDefault()})).append("svg:rect").attr("class","red-ui-workspace-chart-background").attr("width",w).attr("height",Q),De=m.append("g").attr("class","red-ui-workspace-chart-grid"),Se(),Te=m.append("g"),$e=m.append("g"),Re=m.append("g"),_e=m.append("g"),xe=m.append("g"),ke=m.append("g"),B=[],RED.events.on("workspace:change",function(e){(M=0)!==e.old&&(n[e.old]={left:z.scrollLeft(),top:z.scrollTop()});var t=z.scrollLeft(),o=z.scrollTop(),e=(P=RED.nodes.subflow(e.workspace),RED.menu.setDisabled("menu-item-workspace-edit",P||0===e.workspace),RED.menu.setDisabled("menu-item-workspace-delete",0===e.workspace||1==RED.workspaces.count()||P),n[e.workspace]?(z.scrollLeft(n[e.workspace].left),z.scrollTop(n[e.workspace].top)):(z.scrollLeft(0),z.scrollTop(0)),z.scrollLeft()-t),t=z.scrollTop()-o;null!=A&&(A[0]+=e,A[1]+=t),0===RED.workspaces.selection().length&&q(),RED.nodes.eachNode(function(e){e.dirty=!0,e.dirtyStatus=!0}),W(),J(),H()}),RED.statusBar.add({id:"view-zoom-controls",align:"right",element:$('<span class="button-group"><button class="red-ui-footer-button" id="red-ui-view-zoom-out"><i class="fa fa-minus"></i></button><button class="red-ui-footer-button" id="red-ui-view-zoom-zero"><i class="fa fa-circle-o"></i></button><button class="red-ui-footer-button" id="red-ui-view-zoom-in"><i class="fa fa-plus"></i></button></span>')}),$("#red-ui-view-zoom-out").on("click",Fe),RED.popover.tooltip($("#red-ui-view-zoom-out"),RED._("actions.zoom-out"),"core:zoom-out"),$("#red-ui-view-zoom-zero").on("click",Ue),RED.popover.tooltip($("#red-ui-view-zoom-zero"),RED._("actions.zoom-reset"),"core:zoom-reset"),$("#red-ui-view-zoom-in").on("click",Ge),RED.popover.tooltip($("#red-ui-view-zoom-in"),RED._("actions.zoom-in"),"core:zoom-in"),z.on("DOMMouseScroll mousewheel",function(e){e.altKey&&(e.preventDefault(),e.stopPropagation(),((-e.originalEvent.detail||e.originalEvent.wheelDelta)<=0?Fe:Ge)())}),RED.statusBar.add({id:"view-search-tools",align:"left",hidden:!1,element:$('<span class="button-group"><button class="red-ui-footer-button" id="red-ui-view-searchtools-search"><i class="fa fa-search"></i></button></span><span class="button-group search-counter"><span class="red-ui-footer-button" id="red-ui-view-searchtools-counter">? of ?</span></span><span class="button-group"><button class="red-ui-footer-button" id="red-ui-view-searchtools-prev"><i class="fa fa-chevron-left"></i></button><button class="red-ui-footer-button" id="red-ui-view-searchtools-next"><i class="fa fa-chevron-right"></i></button></span><span class="button-group"><button class="red-ui-footer-button" id="red-ui-view-searchtools-close"><i class="fa fa-close"></i></button></span>')}),$("#red-ui-view-searchtools-search").on("click",Ve),RED.popover.tooltip($("#red-ui-view-searchtools-search"),RED._("actions.search-flows"),"core:search"),$("#red-ui-view-searchtools-prev").on("click",Je),RED.popover.tooltip($("#red-ui-view-searchtools-prev"),RED._("actions.search-prev"),"core:search-previous"),$("#red-ui-view-searchtools-next").on("click",qe),RED.popover.tooltip($("#red-ui-view-searchtools-next"),RED._("actions.search-next"),"core:search-next"),RED.popover.tooltip($("#red-ui-view-searchtools-close"),RED._("common.label.close")),z.droppable({accept:".red-ui-palette-node",drop:function(e,t){d3.event=e;e=qt($(t.draggable[0]).attr("data-palette-type"));if(e){var o=e.historyEvent,e=e.node,n=(RED.nodes.add(e),RED.utils.getMessageProperty(RED.settings.get("editor"),"view.view-node-show-label")),n=(void 0===n||e._def.hasOwnProperty("showLabel")&&!e._def.showLabel||e._def.defaults.hasOwnProperty("l")||(e.l=n),d3.touches(t.helper.get(0))[0]||d3.mouse(t.helper.get(0))),i=t.helper.width(),a=t.helper.height(),s=d3.touches(this)[0]||d3.mouse(this);try{var r="link in"===e.type||"link out"===e.type,d=e.hasOwnProperty("l")?!e.l:r,l=Qe(RED.utils.getNodeLabel(e,e.type),"red-ui-flow-node-label");d?(e.w=N,e.h=Math.max(N,15*(e.outputs||0))):(e.w=Math.max(I,20*Math.ceil((l.width+50+(0<e._def.inputs?7:0))/20)),e.h=Math.max(6+24*l.lines.length,15*(e.outputs||0),30))}catch(e){}s[1]+=this.scrollTop+(a/2-n[1]),s[0]+=this.scrollLeft+(i/2-n[0]),s[1]/=R,s[0]/=R,e.x=s[0],e.y=s[1];var r=e.w/2-5,d=(e.x<r&&(e.x=r),e.h/2-5),l=(e.y<d&&(e.y=d),w-e.w/2+5),a=(e.x>l&&(e.x=l),Q-e.h+5),n=(e.y>a&&(e.y=a),ee&&(i=RED.view.tools.calculateGridSnapOffsets(e),e.x-=i.x,e.y-=i.y),$(t.helper).data("splice")),d=(n&&(RED.nodes.removeLink(n),s={source:n.source,sourcePort:n.sourcePort,target:e},r={source:e,sourcePort:0,target:n.target},RED.nodes.addLink(s),RED.nodes.addLink(r),o.links=[s,r],o.removedLinks=[n]),$(t.helper).data("group"));d&&(RED.group.addToGroup(d,e),(o={t:"multi",events:[o]}).events.push({t:"addToGroup",group:d,nodes:e})),RED.history.push(o),RED.editor.validateNode(e),RED.nodes.dirty(!0),Ot(),q(),e.selected=!0,U.add(e),d&&(v(d,!1),b(d),g=d),J(),W(),H(),e._def.autoedit&&RED.editor.edit(e)}}}),z.on("focus",function(){$("#red-ui-workspace-tabs").addClass("red-ui-workspace-focussed")}),z.on("blur",function(){$("#red-ui-workspace-tabs").removeClass("red-ui-workspace-focussed")}),RED.actions.add("core:copy-selection-to-internal-clipboard",Ze),RED.actions.add("core:cut-selection-to-internal-clipboard",function(){Ze(!0),Ye()}),RED.actions.add("core:paste-from-internal-clipboard",function(){Ut(ye,{generateIds:"copy"===we,generateDefaultNames:"copy"===we})}),RED.actions.add("core:detach-selected-nodes",function(){var e,t,o=RED.view.selection();o.nodes&&({newLinks:e,removedLinks:t}=RED.nodes.detachNodes(o.nodes),(t.length||e.length)&&(RED.history.push({t:"multi",events:[{t:"delete",links:t},{t:"add",links:e}],dirty:RED.nodes.dirty()}),RED.nodes.dirty(!0)),ht([o.nodes[0].x,o.nodes[0].y]),M=RED.state.DETACHED_DRAGGING,RED.view.redraw(!0))}),RED.events.on("view:selection-changed",function(e){var t=e.nodes&&0<e.nodes.length,e=t&&1<e.nodes.length;RED.menu.setDisabled("menu-item-edit-cut",!t),RED.menu.setDisabled("menu-item-edit-copy",!t),RED.menu.setDisabled("menu-item-edit-select-connected",!t),RED.menu.setDisabled("menu-item-view-tools-move-to-back",!t),RED.menu.setDisabled("menu-item-view-tools-move-to-front",!t),RED.menu.setDisabled("menu-item-view-tools-move-backwards",!t),RED.menu.setDisabled("menu-item-view-tools-move-forwards",!t),RED.menu.setDisabled("menu-item-view-tools-align-left",!e),RED.menu.setDisabled("menu-item-view-tools-align-center",!e),RED.menu.setDisabled("menu-item-view-tools-align-right",!e),RED.menu.setDisabled("menu-item-view-tools-align-top",!e),RED.menu.setDisabled("menu-item-view-tools-align-middle",!e),RED.menu.setDisabled("menu-item-view-tools-align-bottom",!e),RED.menu.setDisabled("menu-item-view-tools-distribute-horizontally",!e),RED.menu.setDisabled("menu-item-view-tools-distribute-veritcally",!e)}),RED.actions.add("core:delete-selection",Ye),RED.actions.add("core:delete-selection-and-reconnect",function(){Ye(!0)}),RED.actions.add("core:edit-selected-node",Xe),RED.actions.add("core:go-to-selection",function(){var e;0<U.length()&&(e=U.get(0).n,/^subflow:/.test(e.type)?RED.workspaces.show(e.type.substring(8)):"group"===e.type&&(b(e),H()))}),RED.actions.add("core:undo",RED.history.pop),RED.actions.add("core:redo",RED.history.redo),RED.actions.add("core:select-all-nodes",Ke),RED.actions.add("core:select-none",We),RED.actions.add("core:zoom-in",Ge),RED.actions.add("core:zoom-out",Fe),RED.actions.add("core:zoom-reset",Ue),RED.actions.add("core:enable-selected-nodes",function(){Vt(!1)}),RED.actions.add("core:disable-selected-nodes",function(){Vt(!0)}),RED.actions.add("core:toggle-show-grid",function(e){void 0===e?RED.userSettings.toggle("view-show-grid"):e?De.style("visibility","visible"):De.style("visibility","hidden")}),RED.actions.add("core:toggle-snap-grid",function(e){void 0===e?RED.userSettings.toggle("view-snap-grid"):(ee=e,H())}),RED.actions.add("core:toggle-status",function(e){void 0===e?RED.userSettings.toggle("view-node-status"):(s=e,RED.nodes.eachNode(function(e){e.dirtyStatus=!0,e.dirty=!0}),H())}),RED.view.annotations.init(),RED.view.navigator.init(),RED.view.tools.init(),RED.view.annotations.register("red-ui-flow-node-changed",{type:"badge",class:"red-ui-flow-node-changed",element:function(){var e=document.createElementNS("http://www.w3.org/2000/svg","circle");return e.setAttribute("cx",5),e.setAttribute("cy",5),e.setAttribute("r",5),e},show:function(e){return e.changed||e.moved}}),RED.view.annotations.register("red-ui-flow-node-error",{type:"badge",class:"red-ui-flow-node-error",element:function(e){var t=document.createElementNS("http://www.w3.org/2000/svg","path");return t.setAttribute("d","M 0,9 l 10,0 -5,-8 z"),t},tooltip:function(e){if(e.validationErrors&&0<e.validationErrors.length)return RED._("editor.errors.invalidProperties")+"\n - "+e.validationErrors.join("\n - ")},show:function(e){return!e.valid}}),RED.settings.get("editor.view.view-store-zoom")&&(o=parseFloat(RED.settings.getLocal("zoom-level")),isNaN(o)||(R=o));var e=null;function t(){n[RED.workspaces.active()]={left:z.scrollLeft(),top:z.scrollTop()},RED.settings.setLocal("scroll-positions",JSON.stringify(n))}if(z.on("scroll",function(){RED.settings.get("editor.view.view-store-position")&&(e&&clearTimeout(e),e=setTimeout(t,200))}),RED.settings.get("editor.view.view-store-position")){var o=RED.settings.getLocal("scroll-positions");if(o)try{n=JSON.parse(o)}catch(e){}}},state:function(e){if(null==e)return M;M=e},updateActive:J,redraw:function(e,t){e&&(J(),W()),(t?Gt:H)()},focus:Ft,importNodes:Ut,calculateTextWidth:function(e,t){for(var o=nt(e),n=0,i=0;i<o.length;i++){var a=ot(o[i],t)[0];n<a&&(n=a)}return n},select:function(e){var t;void 0!==e&&(q(),"string"==typeof e?(t=RED.nodes.node(e))&&(t.selected=!0,t.dirty=!0,U.clear(),U.add(t)):e&&e.nodes&&(J(),U.clear(),e.nodes.forEach(function(e){"group"!==e.type?(e.selected=!0,e.dirty=!0,U.add(e)):v(e,!0)}))),W(),H()},selection:Jt,clearSelection:q,createNode:qt,get node_width(){return I},get node_height(){return N},get snapGrid(){return ee},scale:function(){return R},getLinksAtPoint:function(e,t){for(var o=[],n=Ee.selectAll(".red-ui-flow-link-background")[0],i=0;i<n.length;i++){var a=n[i].getBBox();e>=a.x&&t>=a.y&&e<=a.x+a.width&&t<=a.y+a.height&&o.push(n[i])}return o},getGroupAtPoint:Nt,getActiveGroup:function(){return g},reveal:function(e,t){if(RED.nodes.workspace(e)||RED.nodes.subflow(e))RED.workspaces.show(e,null,null,!0);else{var o=RED.nodes.node(e)||RED.nodes.group(e);if(o)if(!o.z||"group"!==o.type&&"config"===o._def.category)"config"===o._def.category&&RED.sidebar.config.show(e);else{o.dirty=!0,RED.workspaces.show(o.z);var e=[z[0].clientWidth/R,z[0].clientHeight/R],n=[z.scrollLeft()/R,z.scrollTop()/R],i=o.x,a=o.y;if("group"===o.type&&(i+=o.w/2,a+=o.h/2),(i<n[0]||a<n[1]||e[0]+n[0]<i||e[1]+n[1]<a)&&(i="-="+(n[0]-i+e[0]/2)*R,n="-="+(n[1]-a+e[1]/2)*R,z.animate({scrollLeft:i,scrollTop:n},200)),!1!==t){a=o;let e=a;if(e="string"==typeof e?RED.nodes.node(a):e){const s=r&&RED.nodes.node(r);s&&(clearInterval(s.__flashTimer),delete s.__flashTimer,s.dirty=!0,s.highlighted=!1),e.__flashTimer=setInterval(function(e,t){t.dirty=!0,e>=Date.now()?t.highlighted=!t.highlighted:(clearInterval(t.__flashTimer),delete t.__flashTimer,r=null,t.highlighted=!1),RED.view.redraw()},100,Date.now()+2200,e),r=e.id,e.highlighted=!0,RED.view.redraw()}}}}},gridSize:function(e){if(void 0===e)return E;E=Math.max(5,e),Se()},getActiveNodes:function(){return y},getSubflowPorts:function(){var o=[];return P&&(ke.selectAll(".red-ui-flow-subflow-port-output").data(P.out,function(e,t){return e.id}).each(function(e,t){o.push(e)}),ke.selectAll(".red-ui-flow-subflow-port-input").data(P.in,function(e,t){return e.id}).each(function(e,t){o.push(e)}),ke.selectAll(".red-ui-flow-subflow-port-status").data(P.status?[P.status]:[],function(e,t){return e.id}).each(function(e,t){o.push(e)})),o},selectNodes:function(e){$("#red-ui-workspace-tabs-shade").show(),$("#red-ui-palette-shade").show(),$("#red-ui-sidebar-shade").show(),$("#red-ui-header-shade").show(),$("#red-ui-workspace").addClass("red-ui-workspace-select-mode"),M=RED.state.SELECTING_NODE,q(),e.selected&&e.selected.forEach(function(e){e=RED.nodes.node(e);e&&(e.selected=!0,e.dirty=!0,U.add(e))}),H();function t(){q(),$("#red-ui-workspace-tabs-shade").hide(),$("#red-ui-palette-shade").hide(),$("#red-ui-sidebar-shade").hide(),$("#red-ui-header-shade").hide(),$("#red-ui-workspace").removeClass("red-ui-workspace-select-mode"),K(),o.close()}(u=e||{}).done=function(e){t(),u.onselect&&u.onselect(e)};var e=[{text:RED._("common.label.cancel"),click:function(e){t(),u.oncancel&&u.oncancel()}}],o=(u.single||e.push({text:RED._("common.label.done"),class:"primary",click:function(e){var t=U.nodes();u.done(t)}}),RED.notify(u.prompt||RED._("workspace.selectNodes"),{modal:!1,fixed:!0,type:"compact",buttons:e}))},scroll:function(e,t){z.scrollLeft(z.scrollLeft()+e),z.scrollTop(z.scrollTop()+t)},clickNodeButton:function(e){e._def.button&&At(e)},clipboard:function(){return ye},redrawStatus:Bt,showQuickAddDialog:Ae,calculateNodeDimensions:function(t){var e=[I,N];try{var o="link in"===t.type||"link out"===t.type,n=t.hasOwnProperty("l")?!t.l:o,i=Qe(RED.utils.getNodeLabel(t,t.type),"red-ui-flow-node-label");e[1]=n?Math.max(N,15*(t.outputs||0)):Math.max(6+24*i.lines.length,15*(t.outputs||0),30),e[0]=n?N:Math.max(I,20*Math.ceil((i.width+50+(0<t._def.inputs?7:0))/20))}catch(e){console.log("Error",t)}return e},getElementPosition:lt,showTooltip:ut,dimensions:function(){return{width:w,height:Q}}}}(),RED.view.annotations=function(){var r,d,c={};function u(e,t){var n,i,a,o=c[e],s=(t.el.__annotations__=t.el.__annotations__||[],document.createElementNS("http://www.w3.org/2000/svg","g")),e=(s.setAttribute("class",o.class||""),t.el.__annotations__.push({id:e,element:s}),o.element(t.node));o.tooltip&&(e.addEventListener("mouseenter",(n=e,i=t.node,a=o.tooltip,function(){var o="function"==typeof a?a(i):a;o&&(clearTimeout(r),r=setTimeout(function(){var e=RED.view.getElementPosition(n),t=n.getBoundingClientRect();r=null,d=RED.view.showTooltip(e[0]+t.width/2,e[1],o,"top")},500))})),e.addEventListener("mouseleave",l)),s.appendChild(e),t.el.appendChild(s)}function l(){clearTimeout(r),d&&(d.remove(),d=null)}return{init:function(){RED.hooks.add("viewRedrawNode.annotations",function(e){try{e.node.__pendingAnnotation__&&(u(e.node.__pendingAnnotation__,e),delete e.node.__pendingAnnotation__);for(var t=0,o=0,n=0,i=e.el.__annotations__.length;n<i;n++){var a,s,r,d,l=e.el.__annotations__[n];c.hasOwnProperty(l.id)?(a=c[l.id],s=!0,r="badge"===a.type,void 0!==a.show&&(s="string"==typeof a.show?!!e.node[a.show]:"function"==typeof a.show?a.show(e.node):!!a.show,l.element.classList.toggle("hide",!s)),r?s&&(t+=(d=l.element.getBoundingClientRect()).width,l.element.setAttribute("transform","translate("+(e.node.w-3-t)+", -8)"),t+=4):s&&(d=l.element.getBoundingClientRect(),l.element.setAttribute("transform","translate("+(3+o)+", -12)"),o+=d.width+4)):(l.element.parentNode.removeChild(l.element),e.el.__annotations__.splice(n,1),n--,i--)}}catch(e){console.log(e)}})},register:function(t,o){if("badge"!==o.type)throw new Error("Unsupported annotation type: "+o.type);c[t]=o,RED.hooks.add("viewAddNode.annotation-"+t,function(e){o.filter&&!o.filter(e.node)||u(t,e)}),RED.view.getActiveNodes().forEach(function(e){e.__pendingAnnotation__=t}),RED.view.redraw()},unregister:function(e){delete c[e],RED.hooks.remove("*.annotation-"+e),RED.view.redraw()}}}(),RED.view.navigator=function(){var e,t,o,n,i,a,s,r,d,l=25,c=5e3/l,u=5e3/l,p=!1;function f(){var e;p&&((e=n.selectAll(".red-ui-navigator-node").data(RED.view.getActiveNodes(),function(e){return e.id})).exit().remove(),e.enter().insert("rect").attr("class","red-ui-navigator-node").attr("pointer-events","none"),e.each(function(e){d3.select(this).attr("x",function(e){return(e.x-e.w/2)/l}).attr("y",function(e){return(e.y-e.h/2)/l}).attr("width",function(e){return Math.max(9,e.w/l)}).attr("height",function(e){return Math.max(3,e.h/l)}).attr("fill",function(e){return RED.utils.getNodeColor(e.type,e._def)})}))}function h(){d||g()}function g(){o&&(a=RED.view.scale(),s=[$("#red-ui-workspace-chart").width(),$("#red-ui-workspace-chart").height()],i=[$("#red-ui-workspace-chart").scrollLeft(),$("#red-ui-workspace-chart").scrollTop()],o.attr("x",i[0]/l).attr("y",i[1]/l).attr("width",s[0]/l/a).attr("height",s[1]/l/a))}function m(){p?(p=!1,e.fadeOut(100),$("#red-ui-workspace-chart").off("scroll",h),$("#red-ui-view-navigate").removeClass("selected")):(p=!0,$("#red-ui-view-navigate").addClass("selected"),g(),f(),$("#red-ui-workspace-chart").on("scroll",h),e.fadeIn(200))}return{init:function(){$(window).on("resize",g),RED.events.on("sidebar:resize",g),RED.actions.add("core:toggle-navigator",m),e=$("<div>").css({position:"absolute",bottom:$("#red-ui-workspace-footer").height(),right:0,zIndex:1}).appendTo("#red-ui-workspace").hide(),(t=d3.select(e[0]).append("svg:svg").attr("width",c).attr("height",u).attr("pointer-events","all").attr("id","red-ui-navigator-canvas")).append("rect").attr("x",0).attr("y",0).attr("width",c).attr("height",u).style({fill:"none",stroke:"none",pointerEvents:"all"}).on("mousedown",function(){a=RED.view.scale(),s=[$("#red-ui-workspace-chart").width(),$("#red-ui-workspace-chart").height()],r=[s[0]/l/a,s[1]/l/a];var e=Math.max(0,Math.min(d3.event.offsetX+r[0]/2,c)-r[0]),t=Math.max(0,Math.min(d3.event.offsetY+r[1]/2,u)-r[1]);o.attr("x",e).attr("y",t),d=!0,$("#red-ui-workspace-chart").scrollLeft(e*l*a),$("#red-ui-workspace-chart").scrollTop(t*l*a)}).on("mousemove",function(){var e,t;d&&(0===d3.event.buttons?d=!1:(e=Math.max(0,Math.min(d3.event.offsetX+r[0]/2,c)-r[0]),t=Math.max(0,Math.min(d3.event.offsetY+r[1]/2,u)-r[1]),o.attr("x",e).attr("y",t),$("#red-ui-workspace-chart").scrollLeft(e*l*a),$("#red-ui-workspace-chart").scrollTop(t*l*a)))}).on("mouseup",function(){d=!1}),o=t.append("rect").attr("class","red-ui-navigator-border"),n=t.append("svg:g"),RED.statusBar.add({id:"view-navigator",align:"right",element:$('<button class="red-ui-footer-button-toggle single" id="red-ui-view-navigate"><i class="fa fa-map-o"></i></button>')}),$("#red-ui-view-navigate").on("click",function(e){e.preventDefault(),m()}),RED.popover.tooltip($("#red-ui-view-navigate"),RED._("actions.toggle-navigator"),"core:toggle-navigator")},refresh:f,resize:g,toggle:m}}(),RED.view.tools=function(){function t(o){var e=RED.view.selection(),n=new Set;e.nodes&&0<e.nodes.length&&(e.nodes.forEach(function(e){var t;n.has(e)||("all"===o?t=RED.nodes.getAllFlowNodes(e):"up"===o?t=[e].concat(RED.nodes.getAllUpstreamNodes(e)):"down"===o&&(t=[e].concat(RED.nodes.getAllDownstreamNodes(e))),t.forEach(function(e){n.add(e)}))}),RED.view.select({nodes:Array.from(n)}))}function e(){var n,e=RED.view.selection();e.nodes&&(n=[],e.nodes.forEach(function(e){var t=e.w/2+Math.round((e.x-e.w/2)/RED.view.gridSize())*RED.view.gridSize(),o=Math.round(e.y/RED.view.gridSize())*RED.view.gridSize();e.x===t&&e.y===o||(n.push({n:e,ox:e.x,oy:e.y,moved:e.moved}),e.x=t,e.y=o,e.dirty=!0,e.moved=!0)}),0<n.length&&(RED.history.push({t:"move",nodes:n,dirty:RED.nodes.dirty()}),RED.nodes.dirty(!0),RED.view.redraw(!0)))}var u=null,p=!1;function f(){if(p=!1,0<u.length){for(var e=[],t=0;t<u.length;t++)e.push({n:u[t].n,ox:u[t].ox,oy:u[t].oy,moved:u[t].moved}),u[t].n.moved=!0,u[t].n.dirty=!0,delete u[t].ox,delete u[t].oy;RED.view.redraw(),RED.history.push({t:"move",nodes:e,dirty:RED.nodes.dirty()}),RED.nodes.dirty(!0),u=null}}function o(e,t){if(null===u){u=[];var o=RED.view.selection();if(o.nodes)for(;0<o.nodes.length;){var n=o.nodes.shift();u.push({n:n}),"group"===n.type&&(o.nodes=o.nodes.concat(n.nodes))}}if(u&&0<u.length){p||($(document).one("keyup",f),p=!0);for(var i,a=RED.view.dimensions(),s=a.width,r=a.height,d=0,l=0,c=0;c<u.length;c++)null==(i=u[c]).ox&&null==i.oy&&(i.ox=i.n.x,i.oy=i.n.y,i.moved=i.n.moved),i.n.moved=!0,i.n.dirty=!0,i.n.x+=e,i.n.y+=t,i.n.x+i.n.w/2>=s&&(i.n.x=s-i.n.w/2),i.n.y+i.n.h/2>=r&&(i.n.y=r-i.n.h/2),i.n.dirty=!0,l="group"===i.n.type?(RED.group.markDirty(i.n),d=Math.min(i.n.x-5,d),Math.min(i.n.y-5,l)):(d=Math.min(i.n.x-i.n.w/2-5,d),Math.min(i.n.y-i.n.h/2-5,l));if(0!==d||0!==l)for(n=0;n<u.length;n++)(i=u[n]).n.x-=d,i.n.y-=l;RED.view.redraw()}else RED.view.scroll(10*e,10*t)}function n(i){var e=RED.view.selection(),a=[],t=[];e.nodes&&e.nodes.forEach(function(e){"subflow"!==e.type&&"group"!==e.type?t.push(e):"group"===e.type&&(t=t.concat(RED.group.getNodes(e,!0)))}),t.forEach(function(e){var t=!1,o=void 0===e.l||e.l,n=!e._def.hasOwnProperty("showLabel")||e._def.showLabel;i?!1!==e.l&&(n||e.hasOwnProperty("l"))||(t=e.l=!0):(!n||e.hasOwnProperty("l")&&!0!==e.l)&&(n||!0!==e.l)||(t=!(e.l=!1)),t&&(a.push({t:"edit",node:e,changed:e.changed,changes:{l:o}}),e.changed=!0,e.dirty=!0,e.resize=!0)}),0<a.length&&(RED.history.push({t:"multi",events:a,dirty:RED.nodes.dirty()}),RED.nodes.dirty(!0)),RED.view.redraw()}function i(){var n={x:0,y:0},e=RED.view.getActiveGroup(),i=(e?(candidates=RED.group.getNodes(e,!1),n=e):candidates=RED.view.getActiveNodes(),[]);candidates.forEach(function(e){var t=e.x-n.x,o=e.y-n.x;i.push({node:e,delta:o*o+t*t})}),0<i.length&&(i.sort(function(e,t){return e.delta-t.delta}),(e=i[0].node)&&(RED.view.select({nodes:[e]}),RED.view.reveal(e.id,!1)))}function a(e){return RED.nodes.filterLinks({source:e}).map(function(e){return e.target})}function s(e){return RED.nodes.filterLinks({target:e}).map(function(e){return e.source})}function r(e){var t=new Set;return s(e).forEach(function(e){a(e).forEach(function(e){t.add(e)})}),a(e).forEach(function(e){s(e).forEach(function(e){t.add(e)})}),t.delete(e),Array.from(t)}function d(s){var r,e,d,t,o=RED.view.selection();o.nodes&&1===o.nodes.length?(r=o.nodes[0],d=[],(e=(e=RED.nodes.filterNodes({z:r.z})).concat(RED.view.getSubflowPorts())).forEach(function(e){if(e!==r){var t,o=e.x-r.x,n=e.y-r.y,i=n*n+o*o,a=180/Math.PI*Math.atan2(n,o);switch(a<0&&(a+=360),360<a&&(a-=360),s){case"up":if(a<210||330<a)return;t=Math.max(Math.abs(270-a)/60,.2);break;case"down":if(a<30||150<a)return;t=Math.max(Math.abs(90-a)/60,.2);break;case"left":if(a<140||220<a)return;t=Math.max(Math.abs(180-a)/40,.1);break;case"right":if(40<a&&a<320)return;t=Math.max(Math.abs(a)/40,.1)}t=Math.max(t,.1),d.push({node:e,d:i,w:t,delta:i*t})}}),0<d.length&&(d.sort(function(e,t){return e.delta-t.delta}),(t=d[0].node)&&(RED.view.select({nodes:[t]}),RED.view.reveal(t.id,!1)))):0===RED.workspaces.selection().length&&(e=RED.view.getActiveNodes(),d=[],e.forEach(function(e){var t=e.x,o=e.y;d.push({node:e,delta:o*o+t*t})}),0<d.length&&(d.sort(function(e,t){return e.delta-t.delta}),(t=d[0].node)&&(RED.view.select({nodes:[t]}),RED.view.reveal(t.id,!1))))}function l(r){var d,l,e=RED.view.selection();e.nodes&&1<e.nodes.length&&(d=[],l={minX:Number.MAX_SAFE_INTEGER,minY:Number.MAX_SAFE_INTEGER,maxX:Number.MIN_SAFE_INTEGER,maxY:Number.MIN_SAFE_INTEGER},e.nodes.forEach(function(e){"group"===e.type?(l.minX=Math.min(l.minX,e.x),l.minY=Math.min(l.minY,e.y),l.maxX=Math.max(l.maxX,e.x+e.w),l.maxY=Math.max(l.maxY,e.y+e.h)):(l.minX=Math.min(l.minX,e.x-e.w/2),l.minY=Math.min(l.minY,e.y-e.h/2),l.maxX=Math.max(l.maxX,e.x+e.w/2),l.maxY=Math.max(l.maxY,e.y+e.h/2))}),l.midX=l.minX+(l.maxX-l.minX)/2,l.midY=l.minY+(l.maxY-l.minY)/2,e.nodes.forEach(function(e){var t,o,n,i,a,s="group"===e.type;switch(r){case"top":t=e.x,o=l.minY+(s?0:e.h/2);break;case"bottom":t=e.x,o=l.maxY-(s?e.h:e.h/2);break;case"left":t=l.minX+(s?0:e.w/2),o=e.y;break;case"right":t=l.maxX-(s?e.w:e.w/2),o=e.y;break;case"middle":t=e.x,o=l.midY-(s?e.h/2:0);break;case"center":t=l.midX-(s?e.w/2:0),o=e.y}e.x===t&&e.y===o||(s?(n=RED.group.getNodes(e,!0),i=e.x-t,a=e.y-o,n.forEach(function(e){"group"!==e.type&&(d.push({n:e,ox:e.x,oy:e.y,moved:e.moved}),e.x=e.x-i,e.y=e.y-a,e.dirty=!0,e.moved=!0)})):(d.push({n:e,ox:e.x,oy:e.y,moved:e.moved}),e.x=t,e.y=o,e.dirty=!0,e.moved=!0))}),0<d.length&&(RED.history.push({t:"move",nodes:d,dirty:RED.nodes.dirty()}),RED.nodes.dirty(!0),RED.view.redraw(!0)))}function c(n){var e=RED.view.selection();if(e.nodes&&2<e.nodes.length){var t=[],i={minX:Number.MAX_SAFE_INTEGER,minY:Number.MAX_SAFE_INTEGER,maxX:Number.MIN_SAFE_INTEGER,maxY:Number.MIN_SAFE_INTEGER},a=[],s=[],o=(e.nodes.forEach(function(e){var t,o="group"===e.type?(t=e.x+e.w/2,e.y+e.h/2):(t=e.x,e.y);"h"===n?(t<i.minX&&(a=[],i.minX=t),t===i.minX&&a.push(e),t>i.maxX&&(s=[],i.maxX=t),t===i.maxX&&s.push(e)):(o<i.minY&&(a=[],i.minY=o),o===i.minY&&a.push(e),o>i.maxY&&(s=[],i.maxY=o),o===i.maxY&&s.push(e))}),a[0]),r=s[0],d=0,l=e.nodes.filter(function(e){return e.id!==o.id&&e.id!==r.id&&(d+="h"===n?e.w:e.h,!0)}).sort(function(e,t){return"h"===n?e.x-t.x:e.y-t.y}),e=o.x+o.w/2,c=o.y+o.h/2,u=("group"===o.type&&(e=o.x+o.w,c=o.y+o.h),r.x),p=r.y;"group"!==r.type&&(u-=r.w/2,p-=r.h/2);for(var f=("h"===n?u-e-d:p-c-d)/(l.length+1),h=e,g=c;0<l.length;){"h"===n?h+=f:g+=f;var m,v,b,y=l.shift(),w="group"===y.type,E=y.x,D=y.y;w||(h+=y.w/2,g+=y.h/2),("h"===n&&E!==h||"v"===n&&D!==g)&&(w?(m=RED.group.getNodes(y,!0),v="h"===n?E-h:0,b="v"===n?D-g:0,m.forEach(function(e){"group"!==e.type&&(t.push({n:e,ox:e.x,oy:e.y,moved:e.moved}),e.x=e.x-v,e.y=e.y-b,e.dirty=!0,e.moved=!0)})):(t.push({n:y,ox:y.x,oy:y.y,moved:y.moved}),"h"===n?y.x=h:y.y=g,y.dirty=!0,y.moved=!0)),w?(h+=y.w,g+=y.h):(h+=y.w/2,g+=y.h/2)}0<t.length&&(RED.history.push({t:"move",nodes:t,dirty:RED.nodes.dirty()}),RED.nodes.dirty(!0),RED.view.redraw(!0))}}function h(e){var t,o,n,i=RED.view.selection();i.nodes&&(t=[],i.nodes.forEach(function(e){"group"===e.type?t=t.concat(RED.group.getNodes(e,!0).filter(function(e){return"group"!==e.type})):"subflow"!==e.type&&t.push(e)}),0<t.length&&(i=t[0].z,o=RED.nodes.getNodeOrder(i),"forwards"===e?n=RED.nodes.moveNodesForwards(t):"backwards"===e?n=RED.nodes.moveNodesBackwards(t):"front"===e?n=RED.nodes.moveNodesToFront(t):"back"===e&&(n=RED.nodes.moveNodesToBack(t)),0<n.length&&(e=RED.nodes.getNodeOrder(i),RED.history.push({t:"reorder",nodes:{z:i,from:o,to:e},dirty:RED.nodes.dirty()}),RED.nodes.dirty(!0),RED.view.redraw(!0))))}function g(e){let n=e||RED.view.selection().links&&RED.view.selection().links.filter(e=>!e.link);if(n&&!((n=Array.isArray(n)?n:[n]).length<1)){const p={t:"multi",events:[],dirty:RED.nodes.dirty()},f={},h={},g=RED.view.gridSize();for(let o=0;o<n.length;o++){function i(e,t,o,n,i){var a=RED.view.calculateNodeDimensions(t);t.w=a[0],t.h=a[1];const s={x:e.x||0,y:e.y||0,w:e.w||RED.view.node_width,h:e.h||RED.view.node_height};a=s.x-s.w/2;s.x=o?a-g-t.w/2:a+s.w+g+t.w/2,t.x=s.x,t.y=s.y,!1!==n&&(e=RED.view.tools.calculateGridSnapOffsets(t),t.x-=e.x,t.y-=e.y),t.y+=i||0}var a=n[o],s=a.source,r=a.target,d=a.sourcePort||0,l=s.id+":"+d;let t=f[l];if(!t){var c=RED.view.createNode("link out");t=c.node,f[l]=t;let e=0;1<s.outputs?(l=(s.outputs-1)/2+1,u=Math.abs(l-(d+1)),e=2*g*u,d+1<l&&(e=-e),i(s,t,!1,!1,e)):i(s,t,!1,RED.view.snapGrid,e),RED.nodes.add(t),RED.editor.validateNode(t),p.events.push(c.historyEvent);var u={source:s,sourcePort:a.sourcePort||0,target:t};RED.nodes.addLink(u),p.events.push({t:"add",links:[u]})}let e=h[r.id];e||(d=RED.view.createNode("link in"),e=d.node,i(r,h[r.id]=e,!0,RED.view.snapGrid,0),RED.nodes.add(e),RED.editor.validateNode(e),p.events.push(d.historyEvent),l={source:e,sourcePort:0,target:r},RED.nodes.addLink(l),p.events.push({t:"add",links:[l]})),-1==e.links.indexOf(t.id)&&e.links.push(t.id),-1==t.links.indexOf(e.id)&&t.links.push(e.id),RED.nodes.removeLink(a),p.events.push({t:"delete",links:[a]})}RED.history.push(p),RED.view.clearSelection(),RED.view.select({nodes:Object.values(h)}),t("down"),RED.nodes.dirty(!0),RED.view.redraw(!0)}}function m(e,s){s=Object.assign({renameBlank:!0,renameClash:!0,generateHistory:!0},s);let t=e;if(e?Array.isArray(e)||(t=[e]):t=RED.view.selection().nodes,t&&0<t.length){const r=s.generateHistory&&(!e||!!RED.nodes.node(e.id)),d=[],l={};let a=!1;t.forEach(e=>{var t=e._def||RED.nodes.getType(e.type);if(t&&t.defaults&&t.defaults.name){const o=RED.utils.getPaletteLabel(e.type,t),n=new RegExp("^"+o.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")+" (\\d+)$");if(!l.hasOwnProperty(e.type)){const i=RED.nodes.filterNodes({type:e.type});let t=0;i.forEach(e=>{var e=n.exec(e.name);e&&(e=parseInt(e[1]))>t&&(t=e)}),l[e.type]=t+1}(s.renameBlank&&""===e.name||s.renameClash&&n.test(e.name))&&(r&&d.push({t:"edit",node:e,changes:{name:e.name},dirty:RED.nodes.dirty(),changed:e.changed}),e.name=o+" "+l[e.type],e.dirty=!0,l[e.type]++,a=!0)}}),a&&(0<d.length&&RED.history.push({t:"multi",events:d}),RED.nodes.dirty(!0),RED.view.redraw())}}return{init:function(){RED.actions.add("core:show-selected-node-labels",function(){n(!0)}),RED.actions.add("core:hide-selected-node-labels",function(){n(!1)}),RED.actions.add("core:scroll-view-up",function(){RED.view.scroll(0,-RED.view.gridSize())}),RED.actions.add("core:scroll-view-right",function(){RED.view.scroll(RED.view.gridSize(),0)}),RED.actions.add("core:scroll-view-down",function(){RED.view.scroll(0,RED.view.gridSize())}),RED.actions.add("core:scroll-view-left",function(){RED.view.scroll(-RED.view.gridSize(),0)}),RED.actions.add("core:step-view-up",function(){RED.view.scroll(0,-5*RED.view.gridSize())}),RED.actions.add("core:step-view-right",function(){RED.view.scroll(5*RED.view.gridSize(),0)}),RED.actions.add("core:step-view-down",function(){RED.view.scroll(0,5*RED.view.gridSize())}),RED.actions.add("core:step-view-left",function(){RED.view.scroll(-5*RED.view.gridSize(),0)}),RED.actions.add("core:move-selection-up",function(){o(0,-1)}),RED.actions.add("core:move-selection-right",function(){o(1,0)}),RED.actions.add("core:move-selection-down",function(){o(0,1)}),RED.actions.add("core:move-selection-left",function(){o(-1,0)}),RED.actions.add("core:move-selection-forwards",function(){h("forwards")}),RED.actions.add("core:move-selection-backwards",function(){h("backwards")}),RED.actions.add("core:move-selection-to-front",function(){h("front")}),RED.actions.add("core:move-selection-to-back",function(){h("back")}),RED.actions.add("core:step-selection-up",function(){o(0,-RED.view.gridSize())}),RED.actions.add("core:step-selection-right",function(){o(RED.view.gridSize(),0)}),RED.actions.add("core:step-selection-down",function(){o(0,RED.view.gridSize())}),RED.actions.add("core:step-selection-left",function(){o(-RED.view.gridSize(),0)}),RED.actions.add("core:select-connected-nodes",function(){t("all")}),RED.actions.add("core:select-downstream-nodes",function(){t("down")}),RED.actions.add("core:select-upstream-nodes",function(){t("up")}),RED.actions.add("core:go-to-next-node",function(){var o,e;(e=RED.view.selection()).nodes&&1===e.nodes.length?(o=e.nodes[0],0<(e=RED.nodes.filterLinks({source:o})).length&&(e.sort(function(e,t){return Math.abs(e.target.y-o.y)-Math.abs(t.target.y-o.y)}),(e=e[0].target)&&(RED.view.select({nodes:[e]}),RED.view.reveal(e.id,!1)))):0===RED.workspaces.selection().length&&i()}),RED.actions.add("core:go-to-previous-node",function(){var o,e;(e=RED.view.selection()).nodes&&1===e.nodes.length?(o=e.nodes[0],0<(e=RED.nodes.filterLinks({target:o})).length&&(e.sort(function(e,t){return Math.abs(e.source.y-o.y)-Math.abs(t.source.y-o.y)}),(e=e[0].source)&&(RED.view.select({nodes:[e]}),RED.view.reveal(e.id,!1)))):0===RED.workspaces.selection().length&&i()}),RED.actions.add("core:go-to-next-sibling",function(){var o,e;(e=RED.view.selection()).nodes&&1===e.nodes.length?0<(e=r(o=e.nodes[0])).length&&((e=e.filter(function(e){return e.y>o.y})).sort(function(e,t){return Math.abs(e.y-o.y)-Math.abs(t.y-o.y)}),(e=e[0])&&(RED.view.select({nodes:[e]}),RED.view.reveal(e.id,!1))):0===RED.workspaces.selection().length&&i()}),RED.actions.add("core:go-to-previous-sibling",function(){var o,e;(e=RED.view.selection()).nodes&&1===e.nodes.length?0<(e=r(o=e.nodes[0])).length&&((e=e.filter(function(e){return e.y<o.y})).sort(function(e,t){return Math.abs(e.y-o.y)-Math.abs(t.y-o.y)}),(e=e[0])&&(RED.view.select({nodes:[e]}),RED.view.reveal(e.id,!1))):0===RED.workspaces.selection().length&&i()}),RED.actions.add("core:go-to-nearest-node-on-left",function(){d("left")}),RED.actions.add("core:go-to-nearest-node-on-right",function(){d("right")}),RED.actions.add("core:go-to-nearest-node-above",function(){d("up")}),RED.actions.add("core:go-to-nearest-node-below",function(){d("down")}),RED.actions.add("core:align-selection-to-grid",e),RED.actions.add("core:align-selection-to-left",function(){l("left")}),RED.actions.add("core:align-selection-to-right",function(){l("right")}),RED.actions.add("core:align-selection-to-top",function(){l("top")}),RED.actions.add("core:align-selection-to-bottom",function(){l("bottom")}),RED.actions.add("core:align-selection-to-middle",function(){l("middle")}),RED.actions.add("core:align-selection-to-center",function(){l("center")}),RED.actions.add("core:distribute-selection-horizontally",function(){c("h")}),RED.actions.add("core:distribute-selection-vertically",function(){c("v")}),RED.actions.add("core:wire-series-of-nodes",function(){var e=RED.view.selection();if(e.nodes&&1<e.nodes.length){for(var t=0,o=[];t<e.nodes.length-1;){var n=e.nodes[t],i=e.nodes[t+1];0<n.outputs&&0<i.inputs&&0===RED.nodes.filterLinks({source:n,target:i,sourcePort:0}).length&&(RED.nodes.addLink(n={source:n,target:i,sourcePort:0}),o.push(n)),t++}0<o.length&&(RED.history.push({t:"add",links:o,dirty:RED.nodes.dirty()}),RED.nodes.dirty(!0),RED.view.redraw(!0))}}),RED.actions.add("core:wire-node-to-multiple",function(){var e=RED.view.selection();if(e.nodes&&1<e.nodes.length){var t=e.nodes[0];if(0!==t.outputs){for(var o=1,n=[];o<e.nodes.length;){var i=e.nodes[o];0<i.inputs&&0===RED.nodes.filterLinks({source:t,target:i,sourcePort:Math.min(t.outputs-1,o-1)}).length&&(i={source:t,target:i,sourcePort:Math.min(t.outputs-1,o-1)},RED.nodes.addLink(i),n.push(i)),o++}0<n.length&&(RED.history.push({t:"add",links:n,dirty:RED.nodes.dirty()}),RED.nodes.dirty(!0),RED.view.redraw(!0))}}}),RED.actions.add("core:split-wire-with-link-nodes",function(){g()}),RED.actions.add("core:split-wires-with-junctions",function(){{var t=void 0,r,d,l,c,o;let e=t||RED.view.selection().links&&RED.view.selection().links.filter(e=>!e.link);e&&0!==(e=Array.isArray(e)?e:[e]).length&&(r=new Set,d=[],l=[],c={},e.forEach(function(e){var t=e.source.id+":"+e.sourcePort;c[t]=c[t]||[],c[t].push(e),c[e.target.id]=c[e.target.id]||[],c[e.target.id].push(e)}),(t=Object.keys(c)).sort(function(e,t){return c[t].length-c[e].length}),o=RED.nodes.dirty(),t.forEach(function(o){var n=c[o],i={_def:{defaults:{}},type:"junction",z:RED.workspaces.active(),id:RED.nodes.id(),x:0,y:0,w:0,h:0,outputs:1,inputs:1,dirty:!0},n=n.filter(function(e){return!r.has(e)});if(0!==n.length){let t=0;n.forEach(function(e){e._sliceLocation?(i.x+=e._sliceLocation.x,i.y+=e._sliceLocation.y,delete e._sliceLocation,t++):(i.x+=e.source.x+e.source.w/2+e.target.x-e.target.w/2,i.y+=e.source.y+e.target.y,t+=2)}),i.x=Math.round(i.x/t),i.y=Math.round(i.y/t),RED.view.snapGrid&&(a=RED.view.gridSize(),i.x=a*Math.round(i.x/a),i.y=a*Math.round(i.y/a));var a,s=new Set;RED.nodes.addJunction(i),l.push(i);let e;e=o===n[0].source.id+":"+n[0].sourcePort?{source:n[0].source,sourcePort:n[0].sourcePort,target:i}:{source:i,sourcePort:0,target:n[0].target},d.push(e),RED.nodes.addLink(e),n.forEach(function(e){r.add(e),RED.nodes.removeLink(e);let t;t=o===e.target.id?{source:e.source,sourcePort:e.sourcePort,target:i}:{source:i,sourcePort:0,target:e.target},d.push(t),RED.nodes.addLink(t),s.add(e.source.g||"__NONE__"),s.add(e.target.g||"__NONE__")}),1!==s.size||"__NONE__"!==(a=s.values().next().value)&&RED.group.addToGroup(RED.nodes.group(a),i)}}),0<l.length&&(RED.history.push({dirty:o,t:"add",links:d,junctions:l,removedLinks:Array.from(r)}),RED.nodes.dirty(!0),RED.view.select({nodes:l})),RED.view.redraw(!0))}}),RED.actions.add("core:generate-node-names",m)},alignSelectionToGrid:e,moveSelection:o,calculateGridSnapOffsets:function(e,t){t=t||{align:"nearest"};const o={x:0,y:0};var n=RED.view.gridSize(),i=e.x-(n*Math.round((e.x-e.w/2)/n)+e.w/2),a=e.x-(n*Math.round((e.x+e.w/2)/n)-e.w/2);return o.x=a,"right"!==t.align&&("left"===t.align||Math.abs(i)<Math.abs(a))&&(o.x=i),o.y=e.y-n*Math.round(e.y/n),o}}}(),RED.sidebar=function(){var a,s={},o=null;var i={};function t(e){e?($("#red-ui-main-container").removeClass("red-ui-sidebar-closed"),a.resize()):$("#red-ui-main-container").addClass("red-ui-sidebar-closed"),RED.events.emit("sidebar:resize")}function r(e,t){(e=":first"===e?o||RED.settings.get("editor.sidebar.order",["info","help","version-control","debug"])[0]:e)&&(!n(e)&&s[e]&&a.addTab(s[e]),a.activateTab(e),t||RED.menu.isSelected("menu-item-sidebar")||RED.menu.setSelected("menu-item-sidebar",!0))}function n(e){return a.contains(e)}return i.dragging=!1,{init:function(){var e;$("#red-ui-sidebar-separator").draggable({axis:"x",start:function(e,t){i.closing=!1,i.opening=!1;var o=$("#red-ui-editor").width();i.start=t.position.left,i.chartWidth=$("#red-ui-workspace").width(),i.chartRight=o-$("#red-ui-workspace").width()-$("#red-ui-workspace").offset().left-2,i.dragging=!0,RED.menu.isSelected("menu-item-sidebar")||(i.opening=!0,$("#red-ui-sidebar").addClass("closing"),$("#red-ui-workspace").css("right",7),$("#red-ui-editor-stack").css("right",8),$("#red-ui-sidebar").width(0),RED.menu.setSelected("menu-item-sidebar",!0),RED.events.emit("sidebar:resize")),i.width=$("#red-ui-sidebar").width()},drag:function(e,t){var o=t.position.left-i.start,n=i.width-o,t=(i.opening&&(n-=3),150<n&&i.chartWidth+o<200&&(t.position.left=200+i.start-i.chartWidth,o=t.position.left-i.start,n=i.width-o),n<150?(i.closing||($("#red-ui-sidebar").addClass("closing"),i.closing=!0),i.opening||(t.position.left=i.width-((n=150)-i.start),o=t.position.left-i.start)):150<n&&(i.closing||i.opening)&&(i.closing=!1,$("#red-ui-sidebar").removeClass("closing")),i.chartRight-o);$("#red-ui-workspace").css("right",t),$("#red-ui-editor-stack").css("right",1+t),$("#red-ui-sidebar").width(n),a.resize(),RED.events.emit("sidebar:resize")},stop:function(e,t){i.dragging=!1,i.closing&&($("#red-ui-sidebar").removeClass("closing"),RED.menu.setSelected("menu-item-sidebar",!1),$("#red-ui-sidebar").width()<180&&($("#red-ui-sidebar").width(180),$("#red-ui-workspace").css("right",187),$("#red-ui-editor-stack").css("right",188))),$("#red-ui-sidebar-separator").css("left","auto"),$("#red-ui-sidebar-separator").css("right",$("#red-ui-sidebar").width()+2+"px"),RED.events.emit("sidebar:resize")}}),(e=$('<div class="red-ui-sidebar-control-right"><i class="fa fa-chevron-right"</div>').appendTo($("#red-ui-sidebar-separator"))).on("click",function(){e.hide(),RED.menu.toggleSelected("menu-item-sidebar")}),$("#red-ui-sidebar-separator").on("mouseenter",function(){i.dragging||(RED.menu.isSelected("menu-item-sidebar")?e.find("i").addClass("fa-chevron-right").removeClass("fa-chevron-left"):e.find("i").removeClass("fa-chevron-right").addClass("fa-chevron-left"),e.toggle("slide",{direction:"right"},200))}),$("#red-ui-sidebar-separator").on("mouseleave",function(){i.dragging||(e.stop(!1,!0),e.hide())}),a=RED.tabs.create({element:$('<ul id="red-ui-sidebar-tabs"></ul>').appendTo("#red-ui-sidebar"),onchange:function(e){$("#red-ui-sidebar-content").children().hide(),$("#red-ui-sidebar-footer").children().hide(),e.onchange&&e.onchange.call(e),$(e.wrapper).show(),e.toolbar&&$(e.toolbar).show(),RED.settings.setLocal("last-sidebar-tab",e.id)},onremove:function(e){$(e.wrapper).hide(),e.onremove&&e.onremove.call(e)},collapsible:!0,onreorder:function(e){RED.settings.set("editor.sidebar.order",e)},order:RED.settings.get("editor.sidebar.order",["info","help","version-control","debug"])}),$('<div id="red-ui-sidebar-content"></div>').appendTo("#red-ui-sidebar"),$('<div id="red-ui-sidebar-footer" class="red-ui-component-footer"></div>').appendTo("#red-ui-sidebar"),$('<div id="red-ui-sidebar-shade" class="hide"></div>').appendTo("#red-ui-sidebar"),RED.actions.add("core:toggle-sidebar",function(e){void 0===e?RED.menu.toggleSelected("menu-item-sidebar"):t(e)}),RED.popover.tooltip($("#red-ui-sidebar-separator").find(".red-ui-sidebar-control-right"),RED._("keyboard.toggleSidebar"),"core:toggle-sidebar"),o=RED.settings.getLocal("last-sidebar-tab"),RED.sidebar.info.init(),RED.sidebar.help.init(),RED.sidebar.config.init(),RED.sidebar.context.init(),$("#red-ui-editor").width()<600&&RED.menu.setSelected("menu-item-sidebar",!1)},addTab:function(e,t,o,n){var i;"string"==typeof e?i={id:t.id,label:e,name:e,content:t,closeable:o,visible:n}:"object"==typeof e&&(i=e),delete i.closeable,i.wrapper=$("<div>",{style:"height:100%"}).appendTo("#red-ui-sidebar-content"),i.wrapper.append(i.content),i.wrapper.hide(),i.enableOnEdit||(i.shade=$("<div>",{class:"red-ui-sidebar-shade hide"}).appendTo(i.wrapper)),i.toolbar&&($("#red-ui-sidebar-footer").append(i.toolbar),$(i.toolbar).hide()),i.id,RED.menu.addItem("menu-item-view-menu",{id:"menu-item-view-menu-"+i.id,label:i.name,onselect:function(){r(i.id)},group:"sidebar-tabs"}),i.iconClass=i.iconClass||"fa fa-square-o",!1!==(s[i.id]=i).visible&&a.addTab(s[i.id])},removeTab:function(e){a.removeTab(e),$(s[e].wrapper).remove(),s[e].footer&&s[e].footer.remove(),delete s[e],RED.menu.removeItem("menu-item-view-menu-"+e)},show:r,containsTab:n,toggleSidebar:t}}(),RED.palette=function(){var n,w=["config","unknown","deprecated"],E=["subflows","common","function","network","input","output","sequence","parser","storage","analysis","social","advanced"],D={};function R(e,t,o,n){0===$("#red-ui-palette-base-category-"+t).length&&i(e,t,n+":palette.label."+t),$("#red-ui-palette-container-"+t).show(),0===$("#red-ui-palette-"+o).length&&$("#red-ui-palette-base-category-"+t).append('<div id="red-ui-palette-'+o+'"></div>')}function i(e,t,o){var o=((o=RED._(o,{defaultValue:t}))||t).replace(/_/g," "),n=$('<div id="red-ui-palette-container-'+t+'" class="red-ui-palette-category hide"><div id="red-ui-palette-header-'+t+'" class="red-ui-palette-header"><i class="expanded fa fa-angle-down"></i><span>'+o+'</span></div><div class="red-ui-palette-content" id="red-ui-palette-base-category-'+t+'"><div id="red-ui-palette-'+t+'"></div><div id="red-ui-palette-'+t+'-input"></div><div id="red-ui-palette-'+t+'-output"></div><div id="red-ui-palette-'+t+'-function"></div></div></div>').appendTo("#red-ui-palette-container");n.data("category",e),n.data("label",o),D[t]={container:n,close:function(){n.removeClass("red-ui-palette-open"),n.addClass("red-ui-palette-closed"),$("#red-ui-palette-base-category-"+t).slideUp(),$("#red-ui-palette-header-"+t+" i").removeClass("expanded")},open:function(){n.addClass("red-ui-palette-open"),n.removeClass("red-ui-palette-closed"),$("#red-ui-palette-base-category-"+t).slideDown(),$("#red-ui-palette-header-"+t+" i").addClass("expanded")},toggle:function(){n.hasClass("red-ui-palette-open")?D[t].close():D[t].open()}},$("#red-ui-palette-header-"+t).on("click",function(e){D[t].toggle()})}function x(t,e,o,n){e.attr("data-palette-label",o);for(var i=(o=RED.utils.sanitize(o)).split(/([ -]|\\n )/),a=[],s="",r=0;r<i.length;r++){var d=i[r];if("\\n "===d)a.push(s),s="";else{var l=0==r?"":" ";if(RED.view.calculateTextWidth(s+l+d,"red-ui-palette-label")<82)s+=l+d;else for(0<r&&a.push(s);;){if(!(82<=RED.view.calculateTextWidth(d,"red-ui-palette-label"))){s=d;break}for(var c=d.length;0<c;c--){var u=d.substring(0,c);if(RED.view.calculateTextWidth(u,"red-ui-palette-label")<82){a.push(u),d=d.substring(c);break}}}}}a.push(s);var p=a.join("<br/>"),f=8+20*a.length;e.css({height:f+"px"}),e.find(".red-ui-palette-label").html(p).attr("dir",RED.text.bidi.resolveBaseTextDir(p)),e.find(".red-ui-palette-port").css({top:f/2-5+"px"});try{var h,g,m,v="<p><b>"+RED.text.bidi.enforceTextDirectionWithUCC(o)+"</b></p>",b=((h=$("<div></div>").append($(v+(n||RED.nodes.getNodeHelp(t)||"<p>"+RED._("palette.noInfo")+"</p>").trim()).filter(function(e){return 1==this.nodeType&&"P"==this.nodeName||3==this.nodeType&&0<this.textContent.trim().length}).slice(0,2))).find("a").each(function(){var e=$(this).text();$(this).before(e),$(this).remove()}),RED.nodes.getType(t));b&&(g="",b&&!/^subflow:/.test(t)&&(g=b.set.module+" : "),g+=t,/^subflow:/.test(t)&&$('<button type="button" onclick="RED.workspaces.show(\''+t.substring(8).replace(/'/g,"\\'")+'\'); return false;" class="red-ui-button red-ui-button-small" style="float: right; margin-left: 5px;"><i class="fa fa-pencil"></i></button>').appendTo(h),m=t.replace(/'/g,"\\'"),$('<button type="button" onclick="RED.search.show(\'type:'+m+'\'); return false;" class="red-ui-button red-ui-button-small" style="float: right; margin-left: 5px;"><i class="fa fa-search"></i></button>').appendTo(h),$('<button type="button" onclick="RED.sidebar.help.show(\''+m+'\'); return false;" class="red-ui-button red-ui-button-small" style="float: right; margin-left: 5px;"><i class="fa fa-book"></i></button>').appendTo(h),$("<p>",{style:"font-size: 0.8em"}).text(g).appendTo(h))}catch(e){console.log("Error generating pop-over label for ",t),console.log(e.toString()),h="<p><b>"+o+"</b></p><p>"+RED._("palette.noInfo")+"</p>"}e.data("popover").setContent(h)}function _(e){return $(".red-ui-palette-node[data-palette-type='"+e+"']")}function k(e){return e.replace(/[\x00-\x2c\x2e-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]/g,"_")}function a(o,n){var e,t,i,a,s,r,p,f,h,g,m,d,l,c,v,b,u,y;_(o).length||(u=n.category,-1===w.indexOf(u)&&(t=(e=k(u)).split("-")[0],i=$("<div>",{class:"red-ui-palette-node"}).attr("data-palette-type",o).data("category",t),a=RED.utils.getPaletteLabel(o,n),$("<div/>",{class:"red-ui-palette-label"+(!n.align&&0!==n.inputs&&0===n.outputs||"right"===n.align?" red-ui-palette-label-right":"")}).appendTo(i),n.icon&&(s=RED.utils.getNodeIcon(n),(y=$("<div/>",{class:"red-ui-palette-icon-container"+(!n.align&&0!==n.inputs&&0===n.outputs||"right"===n.align?" red-ui-palette-icon-container-right":"")}).appendTo(i)).attr("data-palette-icon",s),RED.utils.createIconElement(s,y,!0)),i.css("backgroundColor",RED.utils.getNodeColor(o,n)),0<n.outputs&&((s=document.createElement("div")).className="red-ui-palette-port red-ui-palette-port-output",i.append(s)),0<n.inputs&&((y=document.createElement("div")).className="red-ui-palette-port red-ui-palette-port-input",i.append(y)),R(u,t,e,-1!==E.indexOf(t)?"node-red":n.set.id),$("#red-ui-palette-"+e).append(i),i.on("mousedown",function(e){e.preventDefault()}),s=RED.popover.create({target:i,trigger:"hover",interactive:!0,width:"300px",content:"hi",delay:{show:750,hide:50}}),i.data("popover",s),r=$("#red-ui-workspace-chart"),p=$("#red-ui-workspace-chart>svg").get(0),$(i).draggable({helper:"clone",appendTo:"#red-ui-editor",revert:"invalid",revertDuration:200,containment:"#red-ui-main-container",start:function(){v=$("#red-ui-palette").width(),b=$("#red-ui-palette").parent().position().top+$("#red-ui-palette-container").position().top,c=null,(l=RED.view.getActiveGroup())&&document.getElementById("group_select_"+l.id).classList.add("red-ui-flow-group-active-hovered"),RED.view.focus()},stop:function(){d3.select(".red-ui-flow-link-splice").classed("red-ui-flow-link-splice",!1),c&&document.getElementById("group_select_"+c.id).classList.remove("red-ui-flow-group-hovered"),l&&document.getElementById("group_select_"+l.id).classList.remove("red-ui-flow-group-active-hovered"),m&&(clearTimeout(m),m=null),d&&(clearTimeout(d),d=null)},drag:function(e,u){var t=_(o);u.originalPosition.left=t.offset().left,h=u.position.left-v+u.helper.width()/2+r.scrollLeft(),g=u.position.top-b+u.helper.height()/2+r.scrollTop()+10,d=d||setTimeout(function(){var e=h/RED.view.scale(),t=g/RED.view.scale(),e=RED.view.getGroupAtPoint(e,t);e!==c&&(c&&document.getElementById("group_select_"+c.id).classList.remove("red-ui-flow-group-hovered"),e&&document.getElementById("group_select_"+e.id).classList.add("red-ui-flow-group-hovered"),(c=e)?$(u.helper).data("group",c):$(u.helper).removeData("group")),d=null},200),0<n.inputs&&0<n.outputs&&(m=m||setTimeout(function(){for(var e,t=[],o=1/0,n=null,t=p.getIntersectionList?((e=p.createSVGRect()).x=h,e.y=g,e.width=1,e.height=1,p.getIntersectionList(e,p)):RED.view.getLinksAtPoint(h,g),i=h/RED.view.scale(),a=g/RED.view.scale(),s=0;s<t.length;s++){var r=d3.select(t[s]);if(r.classed("red-ui-flow-link-background")&&!r.classed("red-ui-flow-link-link"))for(var d=t[s].getTotalLength(),l=0;l<d;l+=10){var c=t[s].getPointAtLength(l),c=(c.x-i)*(c.x-i)+(c.y-a)*(c.y-a);c<200&&c<o&&(o=c,n=t[s])}}f&&f!==n&&d3.select(f.parentNode).classed("red-ui-flow-link-splice",!1),n?d3.select(n.parentNode).classed("red-ui-flow-link-splice",!0):d3.select(".red-ui-flow-link-splice").classed("red-ui-flow-link-splice",!1),f!==n&&(n?$(u.helper).data("splice",d3.select(n).data()[0]):$(u.helper).removeData("splice")),f=n,m=null},200))}}),y=null,0===o.indexOf("subflow:")&&(i.on("dblclick",function(e){RED.workspaces.show(o.substring(8)),e.preventDefault()}),u=RED.nodes.subflow(o.substring(8)),y=RED.utils.renderMarkdown(u.info||"")),x(o,i,a,y),1===$("#red-ui-palette-container-"+t).find(".red-ui-palette-node").length&&D[t].open()))}function s(e){var e=_(e),t=e.closest(".red-ui-palette-category");e.remove(),0===t.find(".red-ui-palette-node").length&&t.find("i").hasClass("expanded")&&(t.find(".red-ui-palette-content").slideToggle(),t.find("i").toggleClass("expanded"))}function r(e){for(var e=_(e),e=(e.hide(),e.closest(".red-ui-palette-category")),t=e.find(".red-ui-palette-node"),o=0,n=0;n<t.length;n++)"none"===$(t[n]).css("display")&&(o+=1);o===t.length&&e.hide()}function d(e){e=_(e);e.closest(".red-ui-palette-category").show(),e.show()}function l(e){var t=_("subflow:"+e.id),o=t.find(".red-ui-palette-port-input"),n=t.find(".red-ui-palette-port-output");t.find(".red-ui-palette-label").attr("class","red-ui-palette-label"+(!e._def.align&&0!==e.in.length&&0===e.out.length||"right"===e._def.align?" red-ui-palette-label-right":""));t.find(".red-ui-palette-icon-container").attr("class","red-ui-palette-icon-container"+(!e._def.align&&0!==e.in.length&&0===e.out.length||"right"===e._def.align?" red-ui-palette-icon-container-right":"")),0===o.length&&0<e.in.length?((a=document.createElement("div")).className="red-ui-palette-port red-ui-palette-port-input",t.append(a)):0!==o.length&&0===e.in.length&&o.remove(),0===n.length&&0<e.out.length?((a=document.createElement("div")).className="red-ui-palette-port red-ui-palette-port-output",t.append(a)):0!==n.length&&0===e.out.length&&n.remove();var i,o=t.attr("data-palette-label"),a=t.attr("data-palette-info"),a=(o===e.name&&a===e.info||(t.attr("data-palette-info",e.info),x(e.type+":"+e.id,t,e.name,RED.utils.renderMarkdown(e.info||""))),n=t,o=e,o=RED.utils.getNodeIcon(o._def),(n=n.find(".red-ui-palette-icon-container")).attr("data-palette-icon")!==o&&(n.attr("data-palette-icon",o),RED.utils.createIconElement(o,n,!0)),t.data("category")),o=e.category||"subflows";a!==o&&(R(o,n=k(o),n,"node-red"),a=t.closest(".red-ui-palette-category"),(i=$("#red-ui-palette-"+n)).append(t),1===i.find(".red-ui-palette-node").length&&D[n].open(),t.data("category",o),0===a.find(".red-ui-palette-node").length&&a.find("i").hasClass("expanded")&&(a.find(".red-ui-palette-content").slideToggle(),a.find("i").toggleClass("expanded"))),t.css("backgroundColor",e.color)}return{init:function(){$('<img src="red/images/spin.svg" class="red-ui-palette-spinner hide"/>').appendTo("#red-ui-palette"),$('<div id="red-ui-palette-search" class="red-ui-palette-search hide"><input type="text" data-i18n="[placeholder]palette.filter"></input></div>').appendTo("#red-ui-palette"),$('<div id="red-ui-palette-container" class="red-ui-palette-scroll hide"></div>').appendTo("#red-ui-palette"),$('<div class="red-ui-component-footer"></div>').appendTo("#red-ui-palette"),$('<div id="red-ui-palette-shade" class="hide"></div>').appendTo("#red-ui-palette"),$("#red-ui-palette > .red-ui-palette-spinner").show(),RED.events.on("registry:node-type-added",function(e){var t=RED.nodes.getType(e);a(e,t),t.onpaletteadd&&"function"==typeof t.onpaletteadd&&t.onpaletteadd.call(t)}),RED.events.on("registry:node-type-removed",function(e){s(e)}),RED.events.on("registry:node-set-enabled",function(e){for(var t=0;t<e.types.length;t++){d(e.types[t]);var o=RED.nodes.getType(e.types[t]);o&&o.onpaletteadd&&"function"==typeof o.onpaletteadd&&o.onpaletteadd.call(o)}}),RED.events.on("registry:node-set-disabled",function(e){for(var t=0;t<e.types.length;t++){r(e.types[t]);var o=RED.nodes.getType(e.types[t]);o&&o.onpaletteremove&&"function"==typeof o.onpaletteremove&&o.onpaletteremove.call(o)}}),RED.events.on("registry:node-set-removed",function(e){if(e.added)for(var t=0;t<e.types.length;t++){s(e.types[t]);var o=RED.nodes.getType(e.types[t]);o&&o.onpaletteremove&&"function"==typeof o.onpaletteremove&&o.onpaletteremove.call(o)}}),RED.events.on("subflows:change",l),$("#red-ui-palette-search input").searchBox({delay:100,change:function(){var e,n=$(this).val(),i=new RegExp(n.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&"),"i");for(e in $("#red-ui-palette-container .red-ui-palette-node").each(function(e,t){var o=$(t).attr("data-palette-label"),t=$(t).attr("data-palette-type");""===n||i.test(t)||i.test(o)?$(this).show():$(this).hide()}),D)D.hasOwnProperty(e)&&(0===D[e].container.find(".red-ui-palette-node").filter(function(){return"none"!==$(this).css("display")}).length?(D[e].close(),D[e].container.slideUp()):(D[e].open(),D[e].container.show()))}}),n=$('<div class="red-ui-sidebar-control-left"><i class="fa fa-chevron-left"></i></div>').appendTo($("#red-ui-palette")),RED.popover.tooltip(n,RED._("keyboard.togglePalette"),"core:toggle-palette"),n.on("click",function(){RED.menu.toggleSelected("menu-item-palette")}),$("#red-ui-palette").on("mouseenter",function(){n.toggle("slide",{direction:"left"},200)}),$("#red-ui-palette").on("mouseleave",function(){n.stop(!1,!0),n.hide()});var e=[],t=(RED.settings.paletteCategories?e=RED.settings.paletteCategories:RED.settings.theme("palette.categories")&&(e=RED.settings.theme("palette.categories")),Array.isArray(e)||(e=[]),{}),e=(e.forEach(function(e){t[e]=!0,i(e,k(e),"palette.label."+k(e))}),E.forEach(function(e){t[e]||i(e,k(e),"palette.label."+k(e))}),$('<span class="button-group"></span>').appendTo("#red-ui-palette .red-ui-component-footer")),o=$('<button type="button" class="red-ui-footer-button"><i class="fa fa-angle-double-up"></i></button>').appendTo(e);o.on("click",function(e){for(var t in e.preventDefault(),D)D.hasOwnProperty(t)&&D[t].close()}),RED.popover.tooltip(o,RED._("palette.actions.collapse-all")),(o=$('<button type="button" class="red-ui-footer-button"><i class="fa fa-angle-double-down"></i></button>').appendTo(e)).on("click",function(e){for(var t in e.preventDefault(),D)D.hasOwnProperty(t)&&D[t].open()}),RED.popover.tooltip(o,RED._("palette.actions.expand-all")),RED.actions.add("core:toggle-palette",function(e){void 0===e?RED.menu.toggleSelected("menu-item-palette"):(e?($("#red-ui-main-container").removeClass("red-ui-palette-closed"),n.find("i").removeClass("fa-chevron-right").addClass("fa-chevron-left")):($("#red-ui-main-container").addClass("red-ui-palette-closed"),n.hide(),n.find("i").addClass("fa-chevron-right").removeClass("fa-chevron-left")),setTimeout(function(){$(window).trigger("resize")},200))})},add:a,remove:s,hide:r,show:d,refresh:function(){RED.nodes.eachSubflow(l)},getCategories:function(){var o=[];return $("#red-ui-palette-container .red-ui-palette-category").each(function(e,t){o.push({id:$(t).data("category"),label:$(t).data("label")})}),o}}}(),RED.sidebar.info=function(){var n,i,w,a,E,D,R,x,_,s,r,k={property:!1};function d(){var e;i&&(e=$(n).parent().height()-s.outerHeight(),i.resize(e))}function l(){RED.sidebar.show("info")}function o(e){if(void 0===e)T();else{$(w).empty();var t=$('<table class="red-ui-info-table"></table>').appendTo(w),o=$("<tbody>").appendTo(t);if(null===e)RED.sidebar.info.outliner.select(null),E.empty(),D.text(""),R.hide(),x.hide();else if(Array.isArray(e)){RED.sidebar.info.outliner.select(e),E.empty(),RED.utils.createNodeIcon({type:"_selection_"}).appendTo(E),D.text("Selection"),R.hide(),x.hide(),_=null;var n={nodes:0,flows:0,subflows:0,groups:0},i=(e.forEach(function(e){"tab"===e.type?(n.flows++,n.nodes+=RED.nodes.filterNodes({z:e.id}).length):"subflow"===e.type?n.subflows++:"group"===e.type?n.groups++:n.nodes++}),r=$('<tr class="red-ui-help-info-row"><td>'+RED._("sidebar.info.selection")+"</td><td></td></tr>").appendTo(o),$("<div>").appendTo($(r.children()[1])));0<n.flows&&$("<div>").text(RED._("clipboard.flow",{count:n.flows})).appendTo(i),0<n.subflows&&$("<div>").text(RED._("clipboard.subflow",{count:n.subflows})).appendTo(i),0<n.nodes&&$("<div>").text(RED._("clipboard.node",{count:n.nodes})).appendTo(i),0<n.groups&&$("<div>").text(RED._("clipboard.group",{count:n.groups})).appendTo(i)}else{RED.sidebar.info.outliner.select(e);var t=/^subflow(:(.+))?$/.exec(e.type),a=(t&&((y=t[2]?RED.nodes.subflow(t[2]):e).id,b=y.instances.length),E.empty(),RED.utils.createNodeIcon(e).appendTo(E),RED.utils.getNodeLabel(e,e.type+": "+e.id)),s=a.indexOf("\\n"),s=(-1<s&&(a=a.substring(0,s)+"..."),D.text(a),R.show(),_=e,r=$('<tr class="red-ui-help-info-row"><td></td><td></td></tr>').appendTo(o),"node");if("subflow"===e.type||t?s="subflow":"tab"===e.type?s="flow":"group"===e.type&&(s="group"),$(r.children()[0]).text(RED._("sidebar.info."+s)),RED.utils.createObjectElement(e.id,{sourceId:e.id}).appendTo(r.children()[1]),"tab"===e.type||"subflow"===e.type)x.hide();else if("group"===e.type){x.hide();var r=$('<tr class="red-ui-help-info-row"><td>&nbsp;</td><td></td></tr>').appendTo(o),d={nodes:0,groups:0},i=(RED.group.getNodes(e,!0).forEach(function(e){"group"===e.type?d.groups++:d.nodes++}),$("<div>").appendTo($(r.children()[1])));0<d.nodes&&$("<div>").text(RED._("clipboard.node",{count:d.nodes})).appendTo(i),0<d.groups&&$("<div>").text(RED._("clipboard.group",{count:d.groups})).appendTo(i)}else if("junction"===e.type)x.hide();else{x.show(),t||(r=$('<tr class="red-ui-help-info-row"><td>'+RED._("sidebar.info.type")+"</td><td></td></tr>").appendTo(o),$(r.children()[1]).text(("unknown"===e.type?e._orig:e).type),"unknown"===e.type&&$('<span style="float: right; font-size: 0.8em"><i class="fa fa-warning"></i></span>').prependTo($(r.children()[1])));var l=0;if(!t&&"subflow"!=e.type&&"group"!=e.type){var c,u,p,f,h,g,m,a=$('<tr class="red-ui-help-property-expand blank"><td colspan="2"></td></tr>').appendTo(o);if("unknown"===e.type?(c={},Object.keys(e._orig).forEach(function(e){"type"!==e&&(c[e]={})})):e._def&&(c=e._def.defaults,r=$('<tr class="red-ui-help-info-property-row'+(k.property?"":" hide")+'"><td>'+RED._("sidebar.info.module")+"</td><td></td></tr>").appendTo(o),$(r.children()[1]).text(RED.nodes.getType(e.type).set.module),l++),c)for(var v in c)"name"!=v&&"info"!=v&&c.hasOwnProperty(v)&&(u=e[v],l++,r=$('<tr class="red-ui-help-info-property-row'+(k.property?"":" hide")+'"><td></td><td></td></tr>').appendTo(o),$(r.children()[0]).text(v),c[v].type&&!c[v]._type.array?(p=RED.nodes.node(u))?(v=RED.utils.getNodeLabel(p,u),f=r.children()[1],h=$("<span>",{class:""}).appendTo(f),h=$("<div>",{class:"red-ui-palette-node red-ui-palette-node-small"}).appendTo(h),m=RED.utils.getNodeColor(p.type,p._def),g=RED.utils.getNodeIcon(p._def),h.css({backgroundColor:m,cursor:"pointer"}),m=$("<div/>",{class:"red-ui-palette-icon-container"}).appendTo(h),$("<div/>",{class:"red-ui-palette-icon",style:"background-image: url("+g+")"}).appendTo(m),$("<span></span>").css({verticalAlign:"top",marginLeft:"6px"}).text(v).appendTo(f),h.on("dblclick",function(){RED.editor.editConfig("",p.type,p.id)})):RED.utils.createObjectElement(void 0).appendTo(r.children()[1]):RED.utils.createObjectElement(u,{sourceId:e.id}).appendTo(r.children()[1]));0<l&&$('<a href="#" class="node-info-property-header'+(k.property?" expanded":"")+'"><span class="red-ui-help-property-more">'+RED._("sidebar.info.showMore")+'</span><span class="red-ui-help-property-less">'+RED._("sidebar.info.showLess")+'</span> <i class="fa fa-caret-down"></i></a>').appendTo(a.children()[0])}"tab"!==e.type&&t&&($('<tr class="blank"><th colspan="2">'+RED._("sidebar.info.subflow")+"</th></tr>").appendTo(o),$('<tr class="node-info-subflow-row"><td>'+RED._("common.label.name")+'</td><td><span class="red-ui-text-bidi-aware" dir="'+RED.text.bidi.resolveBaseTextDir(y.name)+'">'+RED.utils.sanitize(y.name)+"</span></td></tr>").appendTo(o))}t&&(r=$('<tr class="red-ui-help-info-row"><td>'+RED._("subflow.category")+"</td><td></td></tr>").appendTo(o),s=y.category||"subflows",$(r.children()[1]).text(RED._("palette.label."+s,{defaultValue:s})),$('<tr class="node-info-subflow-row"><td>'+RED._("sidebar.info.instances")+"</td><td>"+b+"</td></tr>").appendTo(o),y.meta&&(r=$('<tr class="red-ui-help-info-row"><td>'+RED._("subflow.module")+"</td><td></td></tr>").appendTo(o),$(r.children()[1]).text(y.meta.module||""),r=$('<tr class="red-ui-help-info-row"><td>'+RED._("subflow.version")+"</td><td></td></tr>").appendTo(o),$(r.children()[1]).text(y.meta.version||"")));var i="",s=(e._def&&e._def.info&&(t="function"==typeof(a=e._def.info)?a.call(e):a,i+=RED.utils.renderMarkdown(t)),e.info&&(i+=RED.utils.renderMarkdown(e.info||"")),$("<div>").css("padding","0 6px 6px").appendTo(w)),b=i,y=s;(b=function(e){return $(e).find("a").each(function(e){var t=$(this).attr("href");/^https?:/.test(t)&&$(this).attr("target","_blank")}),e}($('<div class="red-ui-help"><span class="red-ui-text-bidi-aware" dir="'+RED.text.bidi.resolveBaseTextDir(b)+'">'+b+"</span></div>")).appendTo(y)).find(".red-ui-text-bidi-aware").contents().filter(function(){return 3===this.nodeType&&""!==this.textContent.trim()}).wrap("<span></span>"),b.find("H3").wrapInner('<a class="red-ui-help-info-header expanded" href="#"></a>').find("a").prepend('<i class="fa fa-angle-right">').on("click",function(e){e.preventDefault();for(var t=$(this).hasClass("expanded"),o=$(this).parent().next();1===o.length&&"H3"!==o[0].nodeName;)o.toggle(!t),o=o.next();$(this).toggleClass("expanded",!t)}),$(".red-ui-sidebar-info-stack").scrollTop(0),$(".node-info-property-header").on("click",function(e){e.preventDefault(),k.property=!k.property,$(this).toggleClass("expanded",k.property),$(".red-ui-help-info-property-row").toggle(k.property)})}}}t=!0,p=15e3,f=-1,RED.actions.add("core:toggle-show-tips",function(e){void 0===e?RED.userSettings.toggle("view-show-tips"):((t=e)?m:v)()});var c,u,t,p,f,h={start:m,stop:v,next:function(){clearInterval(u),c=!0,e()},enabled:function(){return t}};function e(){for(var e,t=Math.floor(Math.random()*f),o=RED._("infotips:info.tip"+t);e=/({{(.*?)}})/.exec(o);){var n=RED.keyboard.getShortcut(e[2]);if(!n)return;o=o.replace(e[1],RED.keyboard.formatKey(n.key))}for(;e=/(\[([a-z]*?)\])/.exec(o);)o=o.replace(e[1],RED.keyboard.formatKey(e[2]));r.html(o).fadeIn(200),c&&(c=null,u=setInterval(g,p))}function g(){r.fadeOut(300,function(){e()})}function m(){if($(".red-ui-sidebar-info").addClass("show-tips"),d(),t&&!c&&!u){if(-1===f)for(;f++,RED._("infotips:info.tip"+f)!=="info.tip"+f;);c=setTimeout(e,1e3)}}function v(){$(".red-ui-sidebar-info").removeClass("show-tips"),d(),clearInterval(u),clearTimeout(c),c=u=null}function T(e){var t;(e=void 0===e?RED.view.selection():e).nodes?1==e.nodes.length?"subflow"===(t=e.nodes[0]).type&&t.direction?o(RED.nodes.subflow(t.z)):o(t):o(e.nodes):e.flows||e.subflows?o(e.flows):(t=RED.workspaces.active(),(e=RED.nodes.workspace(t)||RED.nodes.subflow(t))?o(e):(t=RED.nodes.workspace(RED.workspaces.active()))&&t.info?o(t):o(null))}return RED.events.on("view:selection-changed",T),{init:function(){(n=document.createElement("div")).className="red-ui-sidebar-info",RED.actions.add("core:show-info-tab",l);var e=$("<div>",{class:"red-ui-sidebar-info-stack"}).appendTo(n),t=$("<div>").css({overflow:"hidden",height:"calc(70%)"}).appendTo(e),o=$("<div>").css({overflow:"hidden",height:"100%",display:"flex","flex-direction":"column"}).appendTo(e),o=(a=$("<div>",{class:"red-ui-palette-header red-ui-info-header"}).css({flex:"0 0 auto"}).appendTo(o),E=$("<span>").appendTo(a),D=$("<span>").appendTo(a),x=$('<button class="red-ui-button red-ui-button-small"><i class="fa fa-book"></button>').css({position:"absolute",top:"12px",right:"32px"}).on("click",function(e){e.preventDefault(),e.stopPropagation(),_&&RED.sidebar.help.show(_.type)}).appendTo(a),RED.popover.tooltip(x,RED._("sidebar.help.showHelp")),R=$('<button class="red-ui-button red-ui-button-small"><i class="fa fa-search"></button>').css({position:"absolute",top:"12px",right:"8px"}).on("click",function(e){e.preventDefault(),e.stopPropagation(),_&&(RED.sidebar.info.outliner.reveal(_),RED.view.reveal(_.id))}).appendTo(a),RED.popover.tooltip(R,RED._("sidebar.help.showInOutline")),w=$("<div>").css({flex:"1 1 auto","overflow-y":"auto"}).appendTo(o),(i=RED.panels.create({container:e})).ratio(.6),RED.sidebar.info.outliner.build().appendTo(t),RED.sidebar.addTab({id:"info",label:RED._("sidebar.info.label"),name:RED._("sidebar.info.name"),iconClass:"fa fa-info",action:"core:show-info-tab",content:n,pinned:!0,enableOnEdit:!0}),RED.events.on("sidebar:resize",d),$(window).on("resize",d),$(window).on("focus",d),s=$('<div class="red-ui-help-tips"></div>').appendTo(n),r=$('<div class="red-ui-help-tip"></div>').appendTo(s),$('<div class="red-ui-help-tips-buttons"></div>').appendTo(s));$('<a href="#" class="red-ui-footer-button"><i class="fa fa-refresh"></a>').appendTo(o).on("click",function(e){e.preventDefault(),h.next()}),$('<a href="#" class="red-ui-footer-button"><i class="fa fa-times"></a>').appendTo(o).on("click",function(e){e.preventDefault(),RED.actions.invoke("core:toggle-show-tips"),RED.notify(RED._("sidebar.info.showTips"))}),h.enabled()?h.start():h.stop()},show:l,refresh:o,clear:function(){o(null)},set:function(e,t){console.warn("Deprecated use of RED.sidebar.info.set - use RED.sidebar.help.set instead"),RED.sidebar.help.set(e,t)}}}(),RED.sidebar.info.outliner=function(){var a,o,s,n,i,r,t,d,l={},c={};function u(){var e=[{label:RED._("menu.label.flows"),expanded:!0,children:[]},{id:"__subflow__",label:RED._("menu.label.subflows"),children:[f("__subflow__")]},{id:"__global__",flow:"__global__",label:RED._("sidebar.info.globalConfig"),types:{},children:[f("__global__")]}];return r=e[0],t=e[1],d={__global__:e[2]},e}var e,p={};function f(e){var t={empty:!0,element:$('<div class="red-ui-info-outline-item red-ui-info-outline-item-empty">').text(RED._("sidebar.info.empty"))};return p[e]=t}function h(e){var t=$("<div>",{class:"red-ui-node-list-item red-ui-info-outline-item"});return RED.utils.createNodeIcon(e,!0).appendTo(t),t.find(".red-ui-node-label").addClass("red-ui-info-outline-item-label"),g(e,t),t}function g(t,o){var e,n=$("<div>",{class:"red-ui-info-outline-item-controls red-ui-info-outline-item-hover-controls"}).appendTo(o);"subflow"===t.type&&$('<button type="button" class="red-ui-info-outline-item-control-users red-ui-button red-ui-button-small"><i class="fa fa-toggle-right"></i></button>').text(t.instances.length).appendTo(n).on("click",function(e){e.preventDefault(),e.stopPropagation(),RED.search.show("type:subflow:"+t.id)}),"config"===t._def.category&&"group"!==t.type&&(e=$('<button type="button" class="red-ui-info-outline-item-control-users red-ui-button red-ui-button-small"><i class="fa fa-toggle-right"></i></button>').text(t.users.length).appendTo(n).on("click",function(e){e.preventDefault(),e.stopPropagation(),RED.search.show("uses:"+t.id)}),RED.popover.tooltip(e,function(){return RED._("editor.nodesUse",{count:t.users.length})})),t._def.button&&(e=$('<button type="button" class="red-ui-info-outline-item-control-action red-ui-button red-ui-button-small"><i class="fa fa-toggle-right"></i></button>').appendTo(n).on("click",function(e){e.preventDefault(),e.stopPropagation(),RED.view.clickNodeButton(t)}),RED.popover.tooltip(e,RED._("sidebar.info.triggerAction"))),"tab"===t.type&&$('<button type="button" class="red-ui-info-outline-item-control-hide red-ui-button red-ui-button-small"><i class="fa fa-eye"></i><i class="fa fa-eye-slash"></i></button>').appendTo(n).on("click",function(e){e.preventDefault(),e.stopPropagation();e=!o.hasClass("red-ui-info-outline-item-hidden");o.toggleClass("red-ui-info-outline-item-hidden",e),e?RED.workspaces.hide(t.id):RED.workspaces.show(t.id,null,!0)}),"subflow"!==t.type?(e=$('<button type="button" class="red-ui-info-outline-item-control-disable red-ui-button red-ui-button-small"><i class="fa fa-circle-thin"></i><i class="fa fa-ban"></i></button>').appendTo(n).on("click",function(e){var o,n;e.preventDefault(),e.stopPropagation(),"tab"===t.type?t.disabled?RED.workspaces.enable(t.id):RED.workspaces.disable(t.id):"group"===t.type?(e=RED.group.getNodes(t,!0),o={t:"multi",events:[],dirty:RED.nodes.dirty()},e.forEach(function(e){var t;"group"!==e.type&&(void 0===n&&(n=!e.d),!!e.d!==n&&(t={t:"edit",node:e,changed:e.changed,changes:{d:e.d}},e.d?delete e.d:e.d=!0,e.dirty=!0,e.dirtyStatus=!0,e.changed=!0,RED.events.emit("nodes:change",e),o.events.push(t))),0<o.events.length&&(RED.history.push(o),RED.nodes.dirty(!0),RED.view.redraw())})):(e={t:"edit",node:t,changed:t.changed,changes:{d:t.d},dirty:RED.nodes.dirty()},t.d?delete t.d:t.d=!0,t.dirty=!0,t.dirtyStatus=!0,t.changed=!0,RED.events.emit("nodes:change",t),RED.history.push(e),RED.nodes.dirty(!0),RED.view.redraw())}),RED.popover.tooltip(e,function(){return"group"===t.type?RED._("common.label.enable")+" / "+RED._("common.label.disable"):RED._("common.label."+("tab"===t.type&&t.disabled||"tab"!==t.type&&t.d?"enable":"disable"))})):$('<div class="red-ui-info-outline-item-control-spacer">').appendTo(n),n.find("button").on("dblclick",function(e){e.preventDefault(),e.stopPropagation()})}function m(e){l={};var t,o=u();i.empty(),e=e,(t=$("<div>",{class:"red-ui-info-outline-item red-ui-info-outline-item-flow"})).css("width","calc(100% - 40px)"),$("<div>",{class:"red-ui-search-result-description red-ui-info-outline-item-label"}).appendTo(t).text(e.name),e=$("<div>",{class:"red-ui-info-outline-item-controls"}).appendTo(t),e=$('<button class="red-ui-button red-ui-button-small" style="position:absolute;right:5px;top: 3px;"><i class="fa fa-ellipsis-h"></i></button>').appendTo(e).on("click",function(e){e.preventDefault(),RED.projects.editProject()}),RED.popover.tooltip(e,RED._("sidebar.project.showProjectSettings")),t.appendTo(i),n.show(),a.treeList("data",o)}function v(){a.treeList("data",u())}function b(e){e=l[e.workspace];e&&e.element.removeClass("red-ui-info-outline-item-hidden")}function y(e){e=l[e.workspace];e&&e.element.addClass("red-ui-info-outline-item-hidden")}function w(e){var t,o,n,i,a;l[e.id]={id:e.id,element:(t=e,o=$("<div>",{class:"red-ui-info-outline-item red-ui-info-outline-item-flow"}),n=$("<div>",{class:"red-ui-search-result-description red-ui-info-outline-item-label"}).appendTo(o),i="string"==typeof t?t:t.label,-1<(a=i.indexOf("\\n"))&&(i=i.substring(0,a)+"..."),n.text(i),g(t,o),o),children:[],deferBuild:!0,icon:"red-ui-icons red-ui-icons-flow",gutter:T(e)},c[e.id]?(l[e.id].children=c[e.id],delete c[e.id]):l[e.id].children.push(f(e.id)),r.treeList.addChild(l[e.id]),l[e.id].element.toggleClass("red-ui-info-outline-item-disabled",!!e.disabled),l[e.id].treeList.container.toggleClass("red-ui-info-outline-item-disabled",!!e.disabled),L()}function E(e){var t=l[e.id],o=e.label||e.id,n=o.indexOf("\\n");-1<n&&(o=o.substring(0,n)+"..."),t.element.find(".red-ui-info-outline-item-label").text(o),t.element.toggleClass("red-ui-info-outline-item-disabled",!!e.disabled),t.treeList.container.toggleClass("red-ui-info-outline-item-disabled",!!e.disabled),L()}function D(e){var o={};e.forEach(function(e,t){o[e]=t}),r.treeList.sortChildren(function(e,t){return"__global__"===e.id?-1:"__global__"===t.id?1:o[e.id]-o[t.id]})}function R(e){l[e.id]={id:e.id,element:h(e),children:[],deferBuild:!0,gutter:T(e)},c[e.id]?(l[e.id].children=c[e.id],delete c[e.id]):l[e.id].children.push(f(e.id)),p.__subflow__&&(p.__subflow__.treeList.remove(),delete p.__subflow__),t.treeList.addChild(l[e.id]),L()}function x(t){l[t.id].treeList.replaceElement(h(t)),RED.nodes.eachNode(function(e){e.type=="subflow:"+t.id&&l[e.id].treeList.replaceElement(h(e))}),L()}function _(e){var t=l[e.id],o=e.g||e.z||"__global__",n=RED.utils.getNodeLabel(e,e.name||e.type+": "+e.id);n?t.element.find(".red-ui-info-outline-item-label").text(n):t.element.find(".red-ui-info-outline-item-label").html("&nbsp;"),o!==(t.parent.id||t.parent.parent.flow)&&(n=t.parent,t.treeList.remove(!0),0===n.children.length&&(n.config?(n.treeList.remove(),delete d[n.parent.id||n.parent.parent.id].types[e.type],0===n.parent.children.length&&("__global__"===n.parent.id?n.parent.treeList.addChild(f(n.parent.id)):(delete d[n.parent.parent.id],n.parent.treeList.remove(),0===n.parent.parent.children.length&&n.parent.parent.treeList.addChild(f(n.parent.parent.id))))):n.treeList.addChild(f(n.id))),"config"===e._def.category&&"group"!==e.type?(C(o,e.type),d[o].types[e.type].treeList.addChild(l[e.id])):(p[o]&&(p[o].treeList.remove(),delete p[o]),l[o].treeList.addChild(t))),t.element.toggleClass("red-ui-info-outline-item-disabled",!!e.d),"config"===e._def.category&&"group"!==e.type&&t.element.find(".red-ui-info-outline-item-control-users").text(e.users.length),L()}function k(e){var t=l[e.id],o=(t.treeList.remove(),delete l[e.id],/^subflow:/.test(e.type)&&(o=e.type.substring(8),l[o]&&l[o].element.find(".red-ui-info-outline-item-control-users").text(RED.nodes.subflow(o).instances.length)),p[e.id]&&delete p[e.id],t.parent);0===o.children.length&&(o.config?(o.treeList.remove(),delete d[o.parent.id||e.z].types[e.type],0===o.parent.children.length&&("__global__"===o.parent.id?o.parent.treeList.addChild(f(o.parent.id)):(delete d[e.z],o.parent.treeList.remove(),0===o.parent.parent.children.length&&o.parent.parent.treeList.addChild(f(o.parent.parent.id))))):o.treeList.addChild(f(o.id)))}function T(t){var e=$("<span>",{class:"red-ui-info-outline-gutter red-ui-treeList-gutter-float"}),o=$('<button type="button" class="red-ui-info-outline-item-control-reveal red-ui-button red-ui-button-small"><i class="fa fa-search"></i></button>').appendTo(e).on("click",function(e){e.preventDefault(),e.stopPropagation(),RED.view.reveal(t.id)});return RED.popover.tooltip(o,RED._("sidebar.info.find")),e}function C(e,t){p[e]&&(p[e].treeList.remove(),delete p[e]),d[e]||(d[e]={config:!0,flow:e,types:{},label:RED._("menu.label.displayConfig"),children:[]},l[e].treeList.insertChildAt(d[e],0)),d[e].types[t]||(d[e].types[t]={config:!0,label:t,children:[]},d[e].treeList.addChild(d[e].types[t]))}function j(e){l[e.id]={id:e.id,element:h(e),gutter:T(e)},"group"===e.type&&(l[e.id].children=[],l[e.id].deferBuild=!0,c[e.id]&&(l[e.id].children=c[e.id],delete c[e.id]));var t=e.g||e.z||"__global__";"config"!==e._def.category||"group"===e.type?l[t]?(p[t]&&(p[t].treeList.remove(),delete p[t]),l[t].treeList?l[t].treeList.addChild(l[e.id]):l[t].children.push(l[e.id])):(c[t]=c[t]||[],c[t].push(l[e.id])):(C(t,e.type),d[t].types[e.type].treeList.addChild(l[e.id])),l[e.id].element.toggleClass("red-ui-info-outline-item-disabled",!!e.d),/^subflow:/.test(e.type)&&(t=e.type.substring(8),l[t]&&l[t].element.find(".red-ui-info-outline-item-control-users").text(RED.nodes.subflow(t).instances.length)),L()}function L(){e&&clearTimeout(e),s&&(e=setTimeout(function(){o.searchBox("change")},100))}return{build:function(){var e=$("<div>",{class:"red-ui-info-outline"}).css({height:"100%"}),t=$("<div>",{class:"red-ui-sidebar-header red-ui-info-toolbar"}).appendTo(e);return o=$('<input type="text" data-i18n="[placeholder]menu.label.search">').appendTo(t).searchBox({style:"compact",delay:500,change:function(){var e=$(this).val(),t=RED.search.search(e);if(e){s=e;for(var o={},n=0,i=t.length;n<i;n++)o[t[n].node.id]=!0;a.treeList("filter",function(e){return 0===e.depth||e.id&&l[e.id]&&o[e.id]},!0)}else{s=null,a.treeList("filter",null);e=a.treeList("selected");e.id&&a.treeList("show",e.id)}},options:RED.search.getSearchOptions()}),n=$('<div class="red-ui-treeList-label red-ui-info-outline-project"><span class="red-ui-treeList-icon"><i class="fa fa-archive"></i></span></div>').hide().appendTo(e),i=$("<span>").appendTo(n),(a=$("<div>").css({width:"100%"}).appendTo(e).treeList({data:u()})).on("treelistselect",function(e,t){t=RED.nodes.node(t.id)||RED.nodes.group(t.id)||RED.nodes.workspace(t.id)||RED.nodes.subflow(t.id);t?RED.sidebar.info.refresh(t):RED.sidebar.info.refresh(null)}),a.on("treelistconfirm",function(e,t){t=RED.nodes.node(t.id);t&&("config"===t._def.category?RED.editor.editConfig("",t.type,t.id):RED.editor.edit(t))}),RED.events.on("projects:load",m),RED.events.on("flows:add",w),RED.events.on("flows:remove",k),RED.events.on("flows:change",E),RED.events.on("flows:reorder",D),RED.events.on("subflows:add",R),RED.events.on("subflows:remove",k),RED.events.on("subflows:change",x),RED.events.on("nodes:add",j),RED.events.on("nodes:remove",k),RED.events.on("nodes:change",_),RED.events.on("groups:add",j),RED.events.on("groups:remove",k),RED.events.on("groups:change",_),RED.events.on("workspace:show",b),RED.events.on("workspace:hide",y),RED.events.on("workspace:clear",v),e},search:function(e){o.searchBox("value",e)},select:function(e){e?Array.isArray(e)?a.treeList("select",e.map(function(e){return l[e.id]}),!1):a.treeList("select",l[e.id],!1):a.treeList("clearSelection")},reveal:function(e){a.treeList("show",l[e.id])}}}(),RED.sidebar.help=function(){var n,i,a,s,t,r,d,l;function c(){var e=$(n).parent().height()-i.outerHeight();s.resize(e)}function u(){l=l||setTimeout(function(){l=null;var a=RED.nodes.registry.getModuleList(),e=Object.keys(a),s=(e.sort(),{label:RED._("sidebar.help.nodeHelp"),children:[],expanded:!0}),t=RED.tourGuide.list().map(function(e){return{icon:"fa fa-play-circle-o",label:e.label,tour:e.path}}),t=[{label:"Node-RED",children:[{id:"changelog",label:RED._("sidebar.help.changeLog"),content:w},{label:RED._("tourGuide.welcomeTours"),children:t}]},s],o=RED.nodes.registry.getNodeTypes().filter(function(e){return/subflow/.test(e)});0<o.length&&(s.children.push({label:RED._("menu.label.subflows"),children:[]}),o.forEach(function(e){var t=RED.nodes.getType(e);s.children[0].children.push({id:"node-type:"+e,nodeType:e,subflowLabel:t.label().toLowerCase(),element:m({_def:t,type:t.label()})})})),e.forEach(function(e){var t=a[e];const o=[],n=t.sets,i=Object.keys(n);i.forEach(function(e){const t=n[e];t.types.forEach(function(e){if($("script[data-help-name='"+e+"']").length){const t={_def:RED.nodes.getType(e),type:e};t.name=g(t),o.push({id:"node-type:"+e,nodeType:e,palleteLabel:t.name,element:m(t)})}})}),0<o.length&&(o.sort(function(e,t){return e.nodeType.localeCompare(t.nodeType)}),s.children.push({id:e,icon:"fa fa-cube",label:e,children:o}))}),r.treeList("data",t)},500)}function p(e){var t=r.treeList("get","node-type:subflow:"+e.id);t.subflowLabel=e._def.label().toLowerCase(),t.treeList.replaceElement(m({_def:e._def,type:e._def.label()}))}function f(){var e=$("#red-ui-sidebar-help-show-toc");e.hasClass("selected")&&(e.removeClass("selected"),t=s.ratio(),d.css({transition:"height 0.2s"}),s.ratio(0),setTimeout(function(){d.css({transition:""})},250))}function h(){var e=$("#red-ui-sidebar-help-show-toc");e.hasClass("selected")||(e.addClass("selected"),d.css({transition:"height 0.2s"}),s.ratio(Math.max(.3,Math.min(t,.7))),setTimeout(function(){d.css({transition:""});var e=r.treeList("selected");e.id&&r.treeList("show",e)},250))}function g(e){let t=e.name;if(!t&&e._def&&e._def.paletteLabel)try{t=("function"==typeof e._def.paletteLabel?e._def.paletteLabel.call(e._def):e._def.paletteLabel)||""}catch(e){}return t||e.type}function m(e){var t=$("<div>",{class:"red-ui-node-list-item"}),o=RED.utils.createNodeIcon(e).appendTo(t);return $("<div>",{class:"red-ui-node-label"}).text(g(e)).appendTo(o),t}function v(t){a.empty();var e=/^subflow(:(.+))?$/.exec(t);if(e&&e[2])var e=RED.nodes.subflow(e[2]),o=RED.utils.renderMarkdown(e.info||"")||'<span class="red-ui-help-info-none">'+RED._("sidebar.info.none")+"</span>",n=e.name||t;else{o=RED.nodes.getNodeHelp(t)||'<span class="red-ui-help-info-none">'+RED._("sidebar.info.none")+"</span>";e=RED.nodes.registry.getNodeType(t);if("function"==typeof(n=e&&e.paletteLabel?e.paletteLabel:t))try{n=e.paletteLabel.call(e)}catch(e){n=t}}y(n,o),.7<s.ratio()&&s.ratio(.7),r.treeList("show","node-type:"+t),r.treeList("select","node-type:"+t,!1)}function b(e,t){!1!==t&&RED.sidebar.show("help"),e&&v(e),c()}function y(e,t){a.empty(),e&&$("<h1>",{class:"red-ui-help-title"}).text(e).appendTo(a);e=$('<div class="red-ui-help"><span class="red-ui-text-bidi-aware" dir="'+RED.text.bidi.resolveBaseTextDir(t)+'">'+t+"</span></div>"),$(e).find("a").each(function(e){var t=$(this).attr("href");/^https?:/.test(t)&&$(this).attr("target","_blank")});t=e.appendTo(a);t.find(".red-ui-text-bidi-aware").contents().filter(function(){return 3===this.nodeType&&""!==this.textContent.trim()}).wrap("<span></span>");t.find("H3").wrapInner('<a class="red-ui-help-info-header expanded" href="#"></a>').find("a").prepend('<i class="fa fa-angle-right">').on("click",function(e){e.preventDefault();for(var t=$(this).hasClass("expanded"),o=$(this).parent().next();1===o.length&&"H3"!==o[0].nodeName;)o.toggle(!t),o=o.next();$(this).toggleClass("expanded",!t)}),a.parent().scrollTop(0)}function w(a){$.get("red/about",function(i){i=RED.utils.sanitize(i),RED.tourGuide.load("./tours/welcome.js",function(e,t){var o,n='<div><img width="50px" src="red/images/node-red-icon.svg" /></div>';t&&(o=RED.settings.version.split("."),(t=t.version.split("."))[0]===o[0]&&t[1]===o[1]&&(n='<div><button type="button" onclick="RED.actions.invoke(\'core:show-welcome-tour\')" class="red-ui-button">'+RED._("tourGuide.takeATour")+"</button></div>")),a('<div style="text-align:center;">'+n+"</div>"+RED.utils.renderMarkdown(i))})})}return RED.events.on("view:selection-changed",function(e){!(e=void 0===e?RED.view.selection():e).nodes||1!=e.nodes.length||"subflow"===(e=e.nodes[0]).type&&e.direction||"group"!==e.type&&"junction"!==e.type&&v(e.type)}),RED.actions.add("core:show-about",function(){r.treeList("show","changelog"),r.treeList("select","changelog"),b()}),RED.actions.add("core:show-welcome-tour",function(o,n){n=n||function(){},RED.tourGuide.load("./tours/welcome.js",function(e,t){if(e)console.warn("Failed to load welcome tour",e),n();else{e=RED.settings.version.split("."),t=t.version.split(".");if(t[0]!==e[0]||t[1]!==e[1])n();else{if(o){if(o===RED.settings.version)return void n();t=o.split(".");if(e[0]<t[0]||e[0]===t[0]&&e[1]<t[1])return void n();if(e[0]===t[0]&&e[1]===t[1]){if(3===t.length&&3===e.length)return void n();if(4===e.length&&(3===t.length||e[3]<t[3]))return void n()}}RED.tourGuide.run("./tours/welcome.js",function(e){RED.settings.set("editor.tours.welcome",RED.settings.version),n()})}}})}),{init:function(){(n=document.createElement("div")).className="red-ui-sidebar-info",i=$("<div>",{class:"red-ui-sidebar-header red-ui-info-toolbar"}).appendTo(n),$('<span class="button-group"><a id="red-ui-sidebar-help-show-toc" class="red-ui-button red-ui-button-small selected" href="#"><i class="fa fa-list-ul"></i></a></span>').appendTo(i);var o,e=i.find("#red-ui-sidebar-help-show-toc"),e=(RED.popover.tooltip(e,RED._("sidebar.help.showTopics")),e.on("click",function(e){e.preventDefault(),($(this).hasClass("selected")?f:h)()}),$("<div>",{class:"red-ui-sidebar-help-stack"}).appendTo(n)),t=(d=$("<div>",{class:"red-ui-sidebar-help-toc"}).appendTo(e),$("<div>").css({"overflow-y":"auto"}).appendTo(e));(s=RED.panels.create({container:e})).ratio(.3),helpSearch=$('<input type="text" data-i18n="[placeholder]sidebar.help.search">').appendTo(i).searchBox({style:"compact",delay:100,change:function(){const t=$(this).val().toLowerCase();var e;t?(h(),r.treeList("filter",function(e){return 0===e.depth||(e.nodeType&&-1<e.nodeType.toLowerCase().indexOf(t)||e.subflowLabel&&-1<e.subflowLabel.toLowerCase().indexOf(t)||e.palleteLabel&&-1<e.palleteLabel.toLowerCase().indexOf(t))},!0)):(r.treeList("filter",null),(e=r.treeList("selected")).id&&r.treeList("show",e.id))}}),a=$("<div>",{class:"red-ui-help"}).css({padding:"6px"}).appendTo(t),$('<span class="red-ui-help-info-none">'+RED._("sidebar.help.noHelp")+"</span>").appendTo(a),(r=$("<div>").css({width:"100%"}).appendTo(d).treeList({data:[]})).on("treelistselect",function(e,t){(o=t).tour?RED.tourGuide.run(t.tour):t.nodeType?v(t.nodeType):t.content&&(a.empty(),"string"==typeof t.content?y(t.label,t.content):"function"==typeof t.content&&(0===t.content.length?y(t.label,t.content()):(y(t.label,'<div class="red-ui-component-spinner red-ui-component-spinner-contain"><img src="red/images/spin.svg" /></div>'),t.content(function(e){o===t&&(a.empty(),y(t.label,e))}))))}),RED.sidebar.addTab({id:"help",label:RED._("sidebar.help.label"),name:RED._("sidebar.help.name"),iconClass:"fa fa-book",action:"core:show-help-tab",content:n,pinned:!0,enableOnEdit:!0,onchange:function(){c()}}),$(window).on("resize",c),$(window).on("focus",c),RED.events.on("registry:node-type-added",u),RED.events.on("registry:node-type-removed",u),RED.events.on("subflows:change",p),RED.actions.add("core:show-help-tab",b)},show:b,set:function(e,t){$(a).empty(),y(t,e),f(),b()}}}(),RED.sidebar.config=function(){let r,d;var l=document.createElement("div"),e=(l.className="red-ui-sidebar-node-config",l.id="red-ui-sidebar-node-config",l.tabIndex=0,$('<div class="red-ui-sidebar-header"><span class="button-group"><a class="red-ui-sidebar-header-button-toggle selected" id="red-ui-sidebar-config-filter-all" href="#"><span data-i18n="sidebar.config.filterAll"></span></a><a class="red-ui-sidebar-header-button-toggle" id="red-ui-sidebar-config-filter-unused" href="#"><span data-i18n="sidebar.config.filterUnused"></span></a> </span></div>').appendTo(l),$('<div><a class="red-ui-footer-button" id="red-ui-sidebar-config-collapse-all" href="#"><i class="fa fa-angle-double-up"></i></a> <a class="red-ui-footer-button" id="red-ui-sidebar-config-expand-all" href="#"><i class="fa fa-angle-double-down"></i></a></div>')),i=$("<div>").appendTo(l),a=$("<div>").appendTo(l),s=$("<div>").appendTo(l),n=!1,c={};function u(e,t,o){var n,i,a;return e=e.replace(/\./i,"-"),c[e]?c[e].label!==o&&(c[e].list.parent().find(".red-ui-palette-node-config-label").text(o),c[e].label=o):(t=$('<div class="red-ui-palette-category red-ui-sidebar-config-category" id="red-ui-sidebar-config-category-'+e+'"></div>').appendTo(t),n=$('<div class="red-ui-sidebar-config-tray-header red-ui-palette-header"><i class="fa fa-angle-down expanded"></i></div>').appendTo(t),(o?$('<span class="red-ui-palette-node-config-label"/>').text(o):$('<span class="red-ui-palette-node-config-label" data-i18n="sidebar.config.'+e+'">')).appendTo(n),$('<span class="red-ui-sidebar-node-config-filter-info"></span>').appendTo(n),(category=$('<ul class="red-ui-palette-content red-ui-sidebar-node-config-list"></ul>').appendTo(t)).on("click",function(e){$(l).find(".red-ui-palette-node").removeClass("selected")}),t.i18n(),i=n.find("i"),a={label:o,list:category,size:function(){return a.list.find("li:not(.red-ui-palette-node-config-none)").length},open:function(e){i.hasClass("expanded")||(i.addClass("expanded"),e?a.list.show():a.list.slideDown())},close:function(e){i.hasClass("expanded")&&(i.removeClass("expanded"),e?a.list.hide():a.list.slideUp())},isOpen:function(){return i.hasClass("expanded")}},n.on("click",function(e){a.isOpen()?a.close():a.open()}),c[e]=a),c[e]}function p(e,t){var o,a,e=u(e.replace(/\./i,"-")),s=e.list;t.sort(function(e,t){return e.type<t.type?-1:e.type>t.type?1:0}),n?(o=t.length,0<(o-=(t=t.filter(function(e){return!1!==e._def.hasUsers&&0===e.users.length})).length)?s.parent().find(".red-ui-sidebar-node-config-filter-info").text(RED._("sidebar.config.filtered",{count:o})).show():s.parent().find(".red-ui-sidebar-node-config-filter-info").hide()):s.parent().find(".red-ui-sidebar-node-config-filter-info").hide(),s.empty(),0===t.length?($('<li class="red-ui-palette-node-config-none" data-i18n="sidebar.config.none">NONE</li>').i18n().appendTo(s),e.close(!0)):(a="",t.forEach(function(t){var e=RED.utils.getNodeLabel(t,t.id),o=(t.type!=a&&($('<li class="red-ui-palette-node-config-type">'+t.type+"</li>").appendTo(s),a=t.type),$('<li class="red-ui-palette-node_id_'+t.id.replace(/\./g,"-")+'"></li>').appendTo(s)),n=$('<div class="red-ui-palette-node-config red-ui-palette-node"></div>').appendTo(o),e=(o.data("node",t.id),n.data("node",t.id),$('<div class="red-ui-palette-label"></div>').text(e).appendTo(n)),i=(t.d&&(n.addClass("red-ui-palette-node-config-disabled"),$('<i class="fa fa-ban"></i>').prependTo(e)),!1!==t._def.hasUsers&&(o=$("<div/>",{class:"red-ui-palette-icon-container red-ui-palette-icon-container-right"}).appendTo(n),0===t.users.length?o.text(0):$('<a href="#"/>').on("click",function(e){e.stopPropagation(),e.preventDefault(),RED.search.show(t.id)}).text(t.users.length).appendTo(o),RED.popover.tooltip(o,RED._("editor.nodesUse",{count:t.users.length})),0===t.users.length&&n.addClass("red-ui-palette-node-config-unused")),n.on("click",function(e){e.stopPropagation(),RED.view.select(!1),e.metaKey?$(this).toggleClass("selected"):($(l).find(".red-ui-palette-node").removeClass("selected"),$(this).addClass("selected")),RED.sidebar.info.refresh(t)}),n.on("dblclick",function(e){e.stopPropagation(),RED.editor.editConfig("",t.type,t.id)}),t.users.map(function(e){return e.id}));n.on("mouseover",function(e){RED.nodes.eachNode(function(e){-1!=i.indexOf(e.id)&&(e.highlighted=!0,e.dirty=!0)}),RED.view.redraw()}),n.on("mouseout",function(e){RED.nodes.eachNode(function(e){e.highlighted&&(e.highlighted=!1,e.dirty=!0)}),RED.view.redraw()})}),e.open(!0))}function t(){var e,t={global:!0},o=(u("global",i),RED.nodes.eachWorkspace(function(e){t[e.id.replace(/\./g,"-")]=!0,u(e.id,a,e.label)}),RED.nodes.eachSubflow(function(e){t[e.id.replace(/\./g,"-")]=!0,u(e.id,s,e.name)}),$(".red-ui-sidebar-config-category").each(function(){var e=$(this).attr("id").substring("red-ui-sidebar-config-category-".length);t[e]||($(this).remove(),delete c[e])}),[]),n={};for(e in RED.nodes.eachConfig(function(e){e.z?(n[e.z.replace(/\./g,"-")]=n[e.z.replace(/\./g,"-")]||[],n[e.z.replace(/\./g,"-")].push(e)):e.z||o.push(e)}),t)t.hasOwnProperty(e)&&p(e,n[e]||[]);p("global",o)}return{init:function(){RED.sidebar.addTab({id:"config",label:RED._("sidebar.config.label"),name:RED._("sidebar.config.name"),content:l,toolbar:e,iconClass:"fa fa-cog",action:"core:show-config-tab",onchange:function(){t()}}),RED.actions.add("core:show-config-tab",function(){RED.sidebar.show("config")}),RED.actions.add("core:select-all-config-nodes",function(){$(l).find(".red-ui-palette-node").addClass("selected")}),RED.actions.add("core:delete-config-selection",function(){var a,e=[];$(l).find(".red-ui-palette-node.selected").each(function(){e.push($(this).parent().data("node"))}),0<e.length&&(a={t:"delete",nodes:[],changes:{},dirty:RED.nodes.dirty()},e.forEach(function(e){var t=RED.nodes.node(e);try{t._def.oneditdelete&&t._def.oneditdelete.call(t)}catch(e){console.log("oneditdelete",t.id,t.type,e.toString())}a.nodes.push(t);for(var o=0;o<t.users.length;o++){var n,i=t.users[o];for(n in a.changes[i.id]={changed:i.changed,valid:i.valid},i._def.defaults)i._def.defaults.hasOwnProperty(n)&&i[n]==e&&(a.changes[i.id][n]=e,i[n]="",i.changed=!0,i.dirty=!0);RED.editor.validateNode(i)}RED.nodes.remove(e)}),RED.nodes.dirty(!0),RED.view.redraw(!0),RED.history.push(a))}),RED.events.on("view:selection-changed",function(){$(l).find(".red-ui-palette-node").removeClass("selected")}),$("#red-ui-sidebar-config-collapse-all").on("click",function(e){for(var t in e.preventDefault(),c)c.hasOwnProperty(t)&&c[t].close()}),$("#red-ui-sidebar-config-expand-all").on("click",function(e){for(var t in e.preventDefault(),c)c.hasOwnProperty(t)&&0<c[t].size()&&c[t].open()}),$("#red-ui-sidebar-config-filter-all").on("click",function(e){e.preventDefault(),n&&($(this).addClass("selected"),$("#red-ui-sidebar-config-filter-unused").removeClass("selected"),n=!n,t())}),$("#red-ui-sidebar-config-filter-unused").on("click",function(e){e.preventDefault(),n||($(this).addClass("selected"),$("#red-ui-sidebar-config-filter-all").removeClass("selected"),n=!n,t())}),RED.popover.tooltip($("#red-ui-sidebar-config-filter-all"),RED._("sidebar.config.showAllConfigNodes")),RED.popover.tooltip($("#red-ui-sidebar-config-filter-unused"),RED._("sidebar.config.showAllUnusedConfigNodes"))},show:function(s){"boolean"==typeof s&&(s?$("#red-ui-sidebar-config-filter-unused"):$("#red-ui-sidebar-config-filter-all")).trigger("click"),t(),"string"==typeof s&&($("#red-ui-sidebar-config-filter-all").trigger("click"),s=s.replace(/\./g,"-"),setTimeout(function(){var t,e=$(".red-ui-palette-node_id_"+s),o=e.position().top,n=e.height(),i=$(".red-ui-sidebar-node-config"),a=i.height();a<o+n?i.animate({scrollTop:"-="+(a-(o+n)-30)},150):o<0&&i.animate({scrollTop:"+="+(o-10)},150),t=e,r&&r.length&&(clearInterval(d),d=null,r.children("div").removeClass("highlighted"),r=null),t&&t.children("div").length&&(d=setInterval(function(e){e>=Date.now()?(e=t.children("div").hasClass("highlighted"),t.children("div").toggleClass("highlighted",!e)):(clearInterval(d),d=null,r=null,t.children("div").removeClass("highlighted"))},100,Date.now()+2200),(r=t).children("div").addClass("highlighted"))},100)),RED.sidebar.show("config")},refresh:t}}(),RED.sidebar.context=function(){var i,a,s,r,d,l,c,u,p;function f(e,t){u=e,t||r.prop("checked")?e?g(d,"context/node/"+e.id,e.id):g(d):($(d.table).empty(),(e?$('<tr class="red-ui-help-info-row red-ui-search-empty blank" colspan="2"><td data-i18n="sidebar.context.refresh"></td></tr>'):$('<tr class="red-ui-help-info-row red-ui-search-empty blank" colspan="2"><td data-i18n="sidebar.context.none"></td></tr>')).appendTo(d.table).i18n(),d.timestamp.html("&nbsp;"))}function h(e,t){p=e,t||s.prop("checked")?e?g(l,"context/flow/"+e.id,e.id):g(l):($(l.table).empty(),$('<tr class="red-ui-help-info-row red-ui-search-empty blank" colspan="2"><td data-i18n="sidebar.context.refresh"></td></tr>').appendTo(l.table).i18n(),l.timestamp.html("&nbsp;"))}function g(e,t,o){var a,p,f,h,g,n=e.table;o?(a=e,p=t,f=o,h=RED.settings.context.stores,g=a.table,$.getJSON(p,function(e){$(g).empty();var t,o={};for(t in e)if(e.hasOwnProperty(t))for(var n in e[t])e[t].hasOwnProperty(n)&&(o.hasOwnProperty(n)||(o[n]=[]),e[t][n].store=t,o[n].push(e[t][n]));for(var c=Object.keys(o),i=(c.sort(),c.length),u=0;u<i;u++)o[c[u]].forEach(function(i){var a=c[u],s=(o[a].length,$('<tr class="red-ui-help-info-row"><td class="red-ui-sidebar-context-property"></td><td></td></tr>').appendTo(g)),r=($(s.children()[0]).text(a),$('<span class="button-group"></span>')),e=$('<button class="red-ui-button red-ui-button-small"><i class="fa fa-refresh"></i></button>').appendTo(r).on("click",function(e){e.preventDefault(),e.stopPropagation(),$.getJSON(p+"/"+a+"?store="+i.store,function(e){e.msg===d&&e.format===l||(d=e.msg,l=e.format,r.detach(),$(s.children()[1]).empty(),RED.utils.createObjectElement(RED.utils.decodeObject(d,l),{typeHint:e.format,sourceId:f+"."+a,tools:r,path:""}).appendTo(s.children()[1]))})}),e=(RED.popover.tooltip(e,RED._("sidebar.context.refrsh")),$('<button class="red-ui-button red-ui-button-small"><i class="fa fa-trash"></i></button>').appendTo(r).on("click",function(e){e.preventDefault(),e.stopPropagation();var n=RED.popover.create({trigger:"modal",target:s,direction:"left",content:function(){var e=$("<div>"),t=($('<p data-i18n="sidebar.context.deleteConfirm"></p>').appendTo(e),$("<p>").appendTo(e)),o=$('<span class="button-group"></span>').appendTo(t);return $('<button class="red-ui-button" data-i18n="common.label.cancel"></button>').appendTo(o).on("click",function(e){e.preventDefault(),n.close()}),o=$('<span class="button-group"></span>').appendTo(t),$('<button class="red-ui-button primary" data-i18n="common.label.delete"></button>').appendTo(o).on("click",function(e){e.preventDefault(),n.close(),$.ajax({url:p+"/"+a+"?store="+i.store,type:"DELETE"}).done(function(e,t,o){$.getJSON(p+"/"+a+"?store="+i.store,function(e){"undefined"===e.format?(s.remove(),0===g.children().length&&$('<tr class="red-ui-help-info-row red-ui-search-empty blank" colspan="2"><td data-i18n="sidebar.context.empty"></td></tr>').appendTo(g).i18n()):(d=e.msg,l=e.format,r.detach(),$(s.children()[1]).empty(),RED.utils.createObjectElement(RED.utils.decodeObject(d,l),{typeHint:e.format,sourceId:f+"."+a,tools:r,path:""}).appendTo(s.children()[1]))})}).fail(function(e,t,o){})}),e.i18n()}});n.open()})),d=(RED.popover.tooltip(e,RED._("sidebar.context.delete")),i.msg),l=i.format;RED.utils.createObjectElement(RED.utils.decodeObject(d,l),{typeHint:i.format,sourceId:f+"."+a,tools:r,path:""}).appendTo(s.children()[1]),1<h.length&&$("<span>",{class:"red-ui-sidebar-context-property-storename"}).text(i.store).appendTo($(s.children()[0]))});0===i&&$('<tr class="red-ui-help-info-row red-ui-search-empty blank" colspan="2"><td data-i18n="sidebar.context.empty"></td></tr>').appendTo(g).i18n(),$(a.timestamp).text((new Date).toLocaleString())})):($(n).empty(),$('<tr class="red-ui-help-info-row red-ui-search-empty blank" colspan="2"><td data-i18n="sidebar.context.none"></td></tr>').appendTo(n).i18n())}function m(){RED.sidebar.show("context")}return{init:function(){(i=$("<div>").css({position:"relative",height:"100%"})).className="red-ui-sidebar-context";var e=$("<div></div>"),t=$("<div>",{class:"red-ui-sidebar-context-stack"}).appendTo(i),t=(a=RED.stack.create({container:t}),(d=a.add({title:RED._("sidebar.context.node"),collapsible:!0})).expand(),d.content.css({height:"100%"}),d.timestamp=$('<div class="red-ui-sidebar-context-updated">&nbsp;</div>').appendTo(d.content),$('<table class="red-ui-info-table"></table>').appendTo(d.content)),o=(d.table=$("<tbody>").appendTo(t),$('<div style="float: right"></div>').appendTo(d.header)),n=RED.settings.get("editor.context.nodeRefresh",!1),n=(r=$('<input type="checkbox">').prop("checked",n).appendTo(o).toggleButton({baseClass:"red-ui-sidebar-header-button red-ui-button-small",enabledLabel:"",disabledLabel:""}).on("change",function(){var e=$(this).prop("checked");RED.settings.set("editor.context.flowRefresh",e)}),RED.popover.tooltip(r.next(),RED._("sidebar.context.autoRefresh")),$('<button class="red-ui-button red-ui-button-small" style="margin-left: 5px"><i class="fa fa-refresh"></i></button>').appendTo(o).on("click",function(e){e.stopPropagation(),e.preventDefault(),f(u,!0)})),t=(RED.popover.tooltip(n,RED._("sidebar.context.refrsh")),(l=a.add({title:RED._("sidebar.context.flow"),collapsible:!0})).expand(),l.content.css({height:"100%"}),l.timestamp=$('<div class="red-ui-sidebar-context-updated">&nbsp;</div>').appendTo(l.content),$('<table class="red-ui-info-table"></table>').appendTo(l.content)),n=(l.table=$("<tbody>").appendTo(t),o=$('<div style="float: right"></div>').appendTo(l.header),RED.settings.get("editor.context.flowRefresh",!1)),n=(s=$('<input type="checkbox">').prop("checked",n).appendTo(o).toggleButton({baseClass:"red-ui-sidebar-header-button red-ui-button-small",enabledLabel:"",disabledLabel:""}).on("change",function(){var e=$(this).prop("checked");RED.settings.set("editor.context.flowRefresh",e)}),RED.popover.tooltip(s.next(),RED._("sidebar.context.autoRefresh")),$('<button class="red-ui-button red-ui-button-small" style="margin-left: 5px"><i class="fa fa-refresh"></i></button>').appendTo(o).on("click",function(e){e.stopPropagation(),e.preventDefault(),h(p,!0)})),t=(RED.popover.tooltip(n,RED._("sidebar.context.refrsh")),(c=a.add({title:RED._("sidebar.context.global"),collapsible:!0})).expand(),c.content.css({height:"100%"}),c.timestamp=$('<div class="red-ui-sidebar-context-updated">&nbsp;</div>').appendTo(c.content),$('<table class="red-ui-info-table"></table>').appendTo(c.content));c.table=$("<tbody>").appendTo(t),o=$('<div style="float: right"></div>').appendTo(c.header),$('<button class="red-ui-button red-ui-button-small"><i class="fa fa-refresh"></i></button>').appendTo(o).on("click",function(e){e.stopPropagation(),e.preventDefault(),g(c,"context/global","global")}),RED.popover.tooltip(o,RED._("sidebar.context.refrsh")),RED.actions.add("core:show-context-tab",m),RED.sidebar.addTab({id:"context",label:RED._("sidebar.context.label"),name:RED._("sidebar.context.name"),iconClass:"fa fa-database",content:i,toolbar:e,enableOnEdit:!0,action:"core:show-context-tab"}),RED.events.on("view:selection-changed",function(e){f(e.nodes&&1===e.nodes.length&&e.nodes[0])}),RED.events.on("workspace:change",function(e){h(RED.nodes.workspace(e.workspace))}),$(c.table).empty(),$('<tr class="red-ui-help-info-row red-ui-search-empty blank" colspan="2"><td data-i18n="sidebar.context.refresh"></td></tr>').appendTo(c.table).i18n(),c.timestamp.html("&nbsp;")}}}(),RED.palette.editor=function(){var l,c,u,y,p,i,f=[],h=[],w={},E={},D={},t={},g="",n=/^(\d+)(\.(\d+))?(\.(\d+))?(-([0-9A-Za-z-]+))?(\.([0-9A-Za-z-.]+))?$/,z=/^\d+$/;function o(e){this.number=0,this.text=e,z.test(e)?(this.number=parseInt(e),this.type="N"):this.type=null==e||e.length<1?"E":"T"}function R(e){e=e.match(n);this.parts=[new o(e[1]),new o(e[3]),new o(e[5]),new o(e[7]),new o(e[9])]}function s(e,t){e=(e=Date.now()-e)<300?300:0;setTimeout(function(){t()},e)}function m(e,t,n,i){n.show();var a=Date.now();$.ajax({url:"nodes/"+e,type:"PUT",data:JSON.stringify({enabled:t}),contentType:"application/json; charset=utf-8"}).done(function(e,t,o){s(a,function(){n.hide(),i()})}).fail(function(e,t,o){s(a,function(){n.hide(),i(e)})})}function v(e,t,o,n){e={module:e};t&&(e.version=t),o&&(e.url=o),$.ajax({url:"nodes",type:"POST",data:JSON.stringify(e),contentType:"application/json; charset=utf-8"}).done(function(e,t,o){n()}).fail(function(e,t,o){n(e)})}function b(e){t.hasOwnProperty(e)||(t[e]=setTimeout(function(){delete t[e],a(e)},100))}function a(e){if(D.hasOwnProperty(e)){var t=D[e].info,o=D[e].elements;if(o){var n,i=0,a=0,s=0;for(n in o.errorList.empty(),D[e].totalUseCount=0,D[e].setUseCount={},t.sets)if(t.sets.hasOwnProperty(n)){var r,d=0,l=t.sets[n],c=o.sets[n];l.err&&(s++,r=l.err,l.err.message?r=l.err.message:l.err.code&&(r=l.err.code),$("<li>").text(r).appendTo(o.errorList)),l.enabled&&(i+=l.types.length),a+=l.types.length;for(var u=0;u<t.sets[n].types.length;u++){var p,f=t.sets[n].types[u],h=(d+=E[f]||0,c.swatches[f]);!l.enabled||(p=RED.nodes.getType(f))&&p.color&&(h.css({background:RED.utils.getNodeColor(f,p)}),h.css({border:"1px solid "+function(e){if(n=/^rgba?\(\s*(\d+),\s*(\d+),\s*(\d+)[,)]/.exec(e)){var t=parseInt(n[1]),o=parseInt(n[2]),n=parseInt(n[3]);if(160<(299*t+587*o+114*n)/1e3)return"rgb("+Math.floor(.8*t)+","+Math.floor(.8*o)+","+Math.floor(.8*n)+")"}return e}(h.css("backgroundColor"))}))}D[e].setUseCount[n]=d,D[e].totalUseCount+=d,0<d?(c.enableButton.text(RED._("palette.editor.inuse")),c.enableButton.addClass("disabled")):(c.enableButton.removeClass("disabled"),l.enabled?c.enableButton.text(RED._("palette.editor.disable")):c.enableButton.text(RED._("palette.editor.enable"))),c.setRow.toggleClass("red-ui-palette-module-set-disabled",!l.enabled)}0===s?o.errorRow.hide():o.errorRow.show(),o.setCount.text(RED._("palette.editor.nodeCount",{count:a,label:i===a?a:i+" / "+a})),0<D[e].totalUseCount?(o.enableButton.text(RED._("palette.editor.inuse")),o.enableButton.addClass("disabled"),o.removeButton.hide()):(o.enableButton.removeClass("disabled"),t.local&&o.removeButton.css("display","inline-block"),0===i?o.enableButton.text(RED._("palette.editor.enableall")):o.enableButton.text(RED._("palette.editor.disableall")),o.container.toggleClass("disabled",0===i))}t.pending_version?(o.versionSpan.html(t.version+' <i class="fa fa-long-arrow-right"></i> '+t.pending_version).appendTo(o.metaRow),o.updateButton.text(RED._("palette.editor.updated")).addClass("disabled").css("display","inline-block")):w.hasOwnProperty(e)&&N&&(v=w[e].version,b=t.version,v=new R(v),b=new R(b),0<v.compare(b))&&RED.utils.checkModuleAllowed(e,null,P,A)?(o.updateButton.show(),o.updateButton.text(RED._("palette.editor.update",{version:w[e].version}))):o.updateButton.hide()}else{D[e]={info:RED.nodes.registry.getModule(e)};var g,m=[e];for(g in D[e].info.sets)D[e].info.sets.hasOwnProperty(g)&&(m.push(g),m=m.concat(D[e].info.sets[g].types));D[e].index=m.join(",").toLowerCase(),y.editableList("addItem",D[e])}var v,b}o.prototype.compare=function(e){switch(this.type+e.type){case"EE":return 0;case"NT":case"TE":case"EN":return-1;case"NN":return this.number-e.number;case"TT":return this.text.localeCompare(e.text);case"ET":case"TN":case"NE":return 1}};var r,d=[],x=!(R.prototype.compare=function(e){for(var t=0,o=0,n=this.parts.length;0==t&&o<n;o++)t=this.parts[o].compare(e.parts[o]);return t}),_=j;function k(e,t,o,n){d.push(e||n),e?x=!0:(n.modules&&(n.modules=n.modules.filter(function(e){return!!RED.utils.checkModuleAllowed(e.id,e.version,O,I)&&((w[e.id]=e).index=[e.id],e.keywords&&(e.index=e.index.concat(e.keywords)),e.types&&(e.index=e.index.concat(e.types)),e.updated_at?e.timestamp=new Date(e.updated_at).getTime():e.timestamp=0,e.index=e.index.join(",").toLowerCase(),!0)}),f=f.concat(n.modules)),u.searchBox("count",f.length)),1<i&&$(".red-ui-palette-module-shade-status").html(RED._("palette.editor.loading")+"<br>"+d.length+"/"+i),d.length===i&&(x&&RED.notify(RED._("palette.editor.errors.catalogLoadFailed",{url:t}),"error",!1,8e3),e=250-(Date.now()-r),setTimeout(function(){$("#red-ui-palette-module-install-shade").hide()},Math.max(e,0)))}function T(){var e,t;0===f.length&&(f=[],w={},p.editableList("empty"),$(".red-ui-palette-module-shade-status").text(RED._("palette.editor.loading")),e=RED.settings.theme("palette.catalogues")||["https://catalogue.nodered.org/catalogue.json"],x=!(d=[]),i=e.length,1<e.length&&$(".red-ui-palette-module-shade-status").html(RED._("palette.editor.loading")+"<br>0/"+e.length),$("#red-ui-palette-module-install-shade").show(),r=Date.now(),t=0,e.forEach(function(n,e){$.getJSON(n,{_:(new Date).getTime()},function(e){for(var t in k(null,n,0,e),D)D.hasOwnProperty(t)&&a(t)}).fail(function(e,t,o){console.warn("Error loading catalog",n,":",o),k(e,n)}).always(function(){++t===i&&u.searchBox("change")})}))}function C(){if(p.editableList("empty"),""===u.searchBox("value").trim())p.editableList("addItem",{count:f.length});else{h.sort(_);for(var e=0;e<Math.min(10,h.length);e++)p.editableList("addItem",h[e]);0===h.length&&p.editableList("addItem",{}),10<h.length&&p.editableList("addItem",{start:10,more:h.length-10})}}function j(e,t){var o=u.searchBox("value").trim();if(""===o)return L(e,t);o=e.info.index.indexOf(o)-t.info.index.indexOf(o);return 0==o?L(e,t):o}function L(e,t){return e.info.id.localeCompare(t.info.id)}function B(e,t){return-1*(e.info.timestamp-t.info.timestamp)}var S,O=["*"],I=[],N=!0,P=["*"],A=[];function G(){return T(),l.activateTab("nodes"),S}function M(n,t,i){var e,a;!1===RED.settings.get("externalModules.palette.allowInstall",!0)?i(new Error("Palette not editable")):(e=[{text:RED._("common.label.cancel"),click:function(){a.close()}}],n.url&&e.push({text:RED._("palette.editor.confirm.button.review"),class:"primary red-ui-palette-module-install-confirm-button-install",click:function(){var e=n.url||"";window.open(e)}}),e.push({text:RED._("palette.editor.confirm.button.install"),class:"primary red-ui-palette-module-install-confirm-button-install",click:function(){var o=RED.utils.addSpinnerOverlay(t,!0),e=$('<div style="position: relative;bottom: calc(50% + 17px); padding-right: 10px;text-align: right;"></div>').appendTo(o);$('<button class="red-ui-button"></button>').text(RED._("eventLog.view")).appendTo(e).on("click",function(e){e.preventDefault(),RED.actions.invoke("core:show-event-log")}),RED.eventLog.startEvent(RED._("palette.editor.confirm.button.install")+" : "+n.id+" "+n.version),v(n.id,n.version,n.pkg_url,function(e){var t;o.remove(),e&&e.responseJSON&&(t=RED.notify(RED._("palette.editor.errors.installFailed",{module:n.id,message:e.responseJSON.message}),{type:"error",modal:!0,fixed:!0,buttons:[{text:RED._("common.label.close"),click:function(){t.close()}},{text:RED._("eventLog.view"),click:function(){t.close(),RED.actions.invoke("core:show-event-log")}}]})),i(e)}),a.close()}}),a=RED.notify(RED._("palette.editor.confirm.install.body",{module:n.id}),{modal:!0,fixed:!0,buttons:e}))}return{init:function(){var a,s,t,o,e,n,i,r,d;!1!==RED.settings.get("externalModules.palette.allowInstall",!0)&&(n=RED.settings.get("externalModules.palette.allowList"),e=RED.settings.get("externalModules.palette.denyList"),(n||e)&&(O=n,I=e),O=RED.utils.parseModuleList(O),I=RED.utils.parseModuleList(I),n=RED.settings.get("externalModules.palette.allowUpdateList"),e=RED.settings.get("externalModules.palette.denyUpdateList"),(n||e)&&(P=n,A=e),P=RED.utils.parseModuleList(P),A=RED.utils.parseModuleList(A),N=RED.settings.get("externalModules.palette.allowUpdate",!0),S=$('<div id="red-ui-settings-tab-palette"></div>'),o=$('<div id="red-ui-palette-editor"><ul id="red-ui-palette-editor-tabs"></ul></div>').appendTo(S),l=RED.tabs.create({element:S.find("#red-ui-palette-editor-tabs"),onchange:function(e){o.find(".red-ui-palette-editor-tab").hide(),e.content.show(),c&&c.searchBox("value",""),u&&u.searchBox("value",""),"install"===e.id?u&&u.trigger("focus"):c&&c.trigger("focus")},minimumActiveTabWidth:110}),n=o,n=$("<div>",{class:"red-ui-palette-editor-tab"}).appendTo(n),l.addTab({id:"nodes",label:RED._("palette.editor.tab-nodes"),content:n}),e=$("<div>",{class:"red-ui-palette-search"}).appendTo(n),c=$('<input type="text" data-i18n="[placeholder]palette.filter"></input>').appendTo(e).searchBox({delay:200,change:function(){var e,t,o;e=$(this).val(),g=e.toLowerCase(),t=y.editableList("filter"),o=y.editableList("length"),""===e?c.searchBox("count"):c.searchBox("count",t+" / "+o)}}),y=$("<ol>",{id:"red-ui-palette-module-list",style:"position: absolute;top: 35px;bottom: 0;left: 0;right: 0px;"}).appendTo(n).editableList({addButton:!1,scrollOnAdd:!1,sort:function(e,t){return e.info.name.localeCompare(t.info.name)},filter:function(e){return""===g||(""===g||-1<e.index.indexOf(g))},addItem:function(o,e,s){var t,n,i,a,r,d,l,c,u,p,f=s.info;f?(l=$("<div>",{class:"red-ui-palette-module-header"}).appendTo(o),t=$('<div class="red-ui-palette-module-meta red-ui-palette-module-name"><i class="fa fa-cube"></i></div>').appendTo(l),$("<span>").text(f.name).appendTo(t),t=$('<div class="red-ui-palette-module-meta red-ui-palette-module-version"><i class="fa fa-tag"></i></div>').appendTo(l),t=$("<span>").text(f.version).appendTo(t),n=$('<div class="red-ui-palette-module-meta red-ui-palette-module-errors"><i class="fa fa-warning"></i></div>').hide().appendTo(l),i=$('<ul class="red-ui-palette-module-error-list"></ul>').appendTo(n),l=$("<div>",{class:"red-ui-palette-module-meta"}).appendTo(l),a=$('<a href="#" class="red-ui-button red-ui-button-small red-ui-palette-module-set-button"><i class="fa fa-angle-right red-ui-palette-module-node-chevron"></i> </a>').appendTo(l),r=$("<span>").appendTo(a),l=$("<div>",{class:"red-ui-palette-module-button-group"}).appendTo(l),(p=$('<a href="#" class="red-ui-button red-ui-button-small"></a>').text(RED._("palette.editor.update")).appendTo(l)).attr("id","up_"+Math.floor(1e9*Math.random())),p.on("click",function(e){var n,t,i,a,s,r;e.preventDefault(),$(this).hasClass("disabled")||(t=w[(n=f).name].version,i=w[f.name].pkg_url,a=o,!(s=function(e){})===RED.settings.get("externalModules.palette.allowInstall",!0)?s(new Error("Palette not editable")):r=RED.notify(RED._("palette.editor.confirm.update.body",{module:n.name}),{modal:!0,fixed:!0,buttons:[{text:RED._("common.label.cancel"),click:function(){r.close()}},{text:RED._("palette.editor.confirm.button.update"),class:"primary red-ui-palette-module-install-confirm-button-update",click:function(){var o=RED.utils.addSpinnerOverlay(a,!0),e=$('<div style="position: relative;bottom: calc(50% + 17px); padding-right: 10px;text-align: right;"></div>').appendTo(o);$('<button class="red-ui-button"></button>').text(RED._("eventLog.view")).appendTo(e).on("click",function(e){e.preventDefault(),RED.actions.invoke("core:show-event-log")}),RED.eventLog.startEvent(RED._("palette.editor.confirm.button.install")+" : "+n.name+" "+t),v(n.name,t,i,function(e){var t;o.remove(),e&&e.responseJSON&&(t=RED.notify(RED._("palette.editor.errors.updateFailed",{module:n.name,message:e.responseJSON.message}),{type:"error",modal:!0,fixed:!0,buttons:[{text:RED._("common.label.close"),click:function(){t.close()}},{text:RED._("eventLog.view"),click:function(){t.close(),RED.actions.invoke("core:show-event-log")}}]})),s(e)}),r.close()}}]}))}),(d=$('<a href="#" class="red-ui-button red-ui-button-small"></a>').text(RED._("palette.editor.remove")).appendTo(l)).attr("id","up_"+Math.floor(1e9*Math.random())),d.on("click",function(e){var i,t,a;e.preventDefault(),i=f,t=o,!(e=function(e){})===RED.settings.get("externalModules.palette.allowInstall",!0)?e(new Error("Palette not editable")):a=RED.notify(RED._("palette.editor.confirm.remove.body",{module:i.name}),{modal:!0,fixed:!0,buttons:[{text:RED._("common.label.cancel"),click:function(){a.close()}},{text:RED._("palette.editor.confirm.button.remove"),class:"primary red-ui-palette-module-install-confirm-button-remove",click:function(){var n,o=RED.utils.addSpinnerOverlay(t,!0),e=$('<div style="position: relative;bottom: calc(50% + 17px); padding-right: 10px;text-align: right;"></div>').appendTo(o);$('<button class="red-ui-button"></button>').text(RED._("eventLog.view")).appendTo(e).on("click",function(e){e.preventDefault(),RED.actions.invoke("core:show-event-log")}),RED.eventLog.startEvent(RED._("palette.editor.confirm.button.remove")+" : "+i.name),e=i.name,n=function(e){var t;o.remove(),e&&e.responseJSON&&(t=RED.notify(RED._("palette.editor.errors.removeFailed",{module:i.name,message:e.responseJSON.message}),{type:"error",modal:!0,fixed:!0,buttons:[{text:RED._("common.label.close"),click:function(){t.close()}},{text:RED._("eventLog.view"),click:function(){t.close(),RED.actions.invoke("core:show-event-log")}}]}))},$.ajax({url:"nodes/"+e,type:"DELETE"}).done(function(e,t,o){n()}).fail(function(e,t,o){n(e)}),a.close()}}]})}),f.local||d.hide(),l=$('<a href="#" class="red-ui-button red-ui-button-small"></a>').text(RED._("palette.editor.disableall")).appendTo(l),c=$("<div>",{class:"red-ui-palette-module-content"}).appendTo(o),u=$('<div class="red-ui-palette-module-shade hide"><img src="red/images/spin.svg" class="red-ui-palette-spinner"/></div>').appendTo(o),s.elements={updateButton:p,removeButton:d,enableButton:l,errorRow:n,errorList:i,setCount:r,container:o,shade:u,versionSpan:t,sets:{}},a.on("click",function(e){e.preventDefault(),o.hasClass("expanded")?(o.removeClass("expanded"),c.slideUp()):(o.addClass("expanded"),c.slideDown())}),(p=Object.keys(f.sets)).sort(function(e,t){return e.toLowerCase().localeCompare(t.toLowerCase())}),p.forEach(function(o){var n=f.sets[o],i=$("<div>",{class:"red-ui-palette-module-set"}).appendTo(c),e=$("<div>",{class:"red-ui-palette-module-set-button-group"}).appendTo(i),a={},e=(n.types.forEach(function(e){var t=$("<div>",{class:"red-ui-palette-module-type"}).appendTo(i);a[e]=$("<span>",{class:"red-ui-palette-module-type-swatch"}).appendTo(t),$("<span>",{class:"red-ui-palette-module-type-node"}).text(e).appendTo(t)}),$('<a href="#" class="red-ui-button red-ui-button-small"></a>').appendTo(e));e.on("click",function(e){var t;e.preventDefault(),0===s.setUseCount[o]&&(e=RED.nodes.registry.getNodeSet(n.id),u.show(),t=!e.enabled,m(n.id,t,u,function(e){e&&e.responseJSON&&RED.notify(RED._("palette.editor.errors."+(t?"enable":"disable")+"Failed",{module:id,message:e.responseJSON.message}))}))}),s.elements.sets[n.name]={setRow:i,enableButton:e,swatches:a}}),l.on("click",function(e){e.preventDefault(),0===s.totalUseCount&&m(f.name,o.hasClass("disabled"),u,function(e){e&&e.responseJSON&&RED.notify(RED._("palette.editor.errors.installFailed",{module:id,message:e.responseJSON.message}))})}),b(f.name)):$("<div>",{class:"red-ui-search-empty"}).text(RED._("search.empty")).appendTo(o)}}),e=o,e=$("<div>",{class:"red-ui-palette-editor-tab hide"}).appendTo(e),l.addTab({id:"install",label:RED._("palette.editor.tab-install"),content:e}),n=$("<div>",{class:"red-ui-palette-editor-toolbar"}).appendTo(e),i=$("<div>",{class:"red-ui-palette-search"}).appendTo(e),u=$('<input type="text" data-i18n="[placeholder]palette.search"></input>').appendTo(i).searchBox({delay:300,change:function(){var t=$(this).val().trim().toLowerCase();0<t.length?(h=f.filter(function(e){return-1<e.index.indexOf(t)}).map(function(e){return{info:e}}),C(),u.searchBox("count",h.length+" / "+f.length)):(u.searchBox("count",f.length),p.editableList("empty"),p.editableList("addItem",{count:f.length}))}}),$("<span>").text(RED._("palette.editor.sort")+" ").appendTo(n),i=$('<span class="button-group"></span>').appendTo(n),r=$('<a href="#" class="red-ui-palette-editor-install-sort-option red-ui-sidebar-header-button-toggle selected"><i class="fa fa-sort-amount-desc"></i></a>').appendTo(i),d=$('<a href="#" class="red-ui-palette-editor-install-sort-option red-ui-sidebar-header-button-toggle" data-i18n="palette.editor.sortAZ"></a>').appendTo(i),i=$('<a href="#" class="red-ui-palette-editor-install-sort-option red-ui-sidebar-header-button-toggle" data-i18n="palette.editor.sortRecent"></a>').appendTo(i),[{button:r,func:j},{button:d,func:L},{button:i,func:B}].forEach(function(t){t.button.on("click",function(e){e.preventDefault(),$(this).hasClass("selected")||($(".red-ui-palette-editor-install-sort-option").removeClass("selected"),$(this).addClass("selected"),_=t.func,C())})}),r=$("<span>").appendTo(n),(d=$('<a href="#" class="red-ui-sidebar-header-button"><i class="fa fa-refresh"></i></a>').appendTo(r)).on("click",function(e){e.preventDefault(),f=[],w={},T()}),RED.popover.tooltip(d,RED._("palette.editor.refresh")),p=$("<ol>",{style:"position: absolute;top: 79px;bottom: 0;left: 0;right: 0px;"}).appendTo(e).editableList({addButton:!1,scrollOnAdd:!1,addItem:function(t,e,o){if(o.count)$("<div>",{class:"red-ui-search-empty"}).text(RED._("palette.editor.moduleCount",{count:o.count})).appendTo(t);else if(o.more)t.addClass("red-ui-palette-module-more"),i=$("<div>",{class:"red-ui-palette-module-header palette-module"}).appendTo(t),$('<a href="#"></a>').text(RED._("palette.editor.more",{count:o.more})).appendTo(i).on("click",function(e){e.preventDefault(),p.editableList("removeItem",o);for(var t=o.start;t<Math.min(o.start+10,o.start+o.more);t++)p.editableList("addItem",h[t]);10<o.more&&p.editableList("addItem",{start:o.start+10,more:o.more-10})});else if(o.info){var n=o.info,i=$("<div>",{class:"red-ui-palette-module-header"}).appendTo(t),a=$('<div class="red-ui-palette-module-meta red-ui-palette-module-name"><i class="fa fa-cube"></i></div>').appendTo(i),a=($("<span>").text(n.name||n.id).appendTo(a),$('<a target="_blank" class="red-ui-palette-module-link"><i class="fa fa-external-link"></i></a>').attr("href",n.url).appendTo(a),$('<div class="red-ui-palette-module-meta"></div>').appendTo(i)),a=($("<div>",{class:"red-ui-palette-module-description"}).text(n.description).appendTo(a),$('<div class="red-ui-palette-module-meta"></div>').appendTo(i)),s=($('<span class="red-ui-palette-module-version"><i class="fa fa-tag"></i> '+n.version+"</span>").appendTo(a),$('<span class="red-ui-palette-module-updated"><i class="fa fa-calendar"></i> '+function(e){if(new Date,new Date(e),(e=(Date.now()-new Date(e).getTime())/1e3)<60)return RED._("palette.editor.times.seconds");if((e=Math.floor(e/60))<10)return RED._("palette.editor.times.minutes");if(e<60)return RED._("palette.editor.times.minutesV",{count:e});if((e=Math.floor(e/60))<24)return RED._("palette.editor.times.hoursV",{count:e});if((e=Math.floor(e/24))<7)return RED._("palette.editor.times.daysV",{count:e});if((e=Math.floor(e/7))<4)return RED._("palette.editor.times.weeksV",{count:e});var t=Math.floor(e/4);return e%=4,t<12?RED._("palette.editor.times.monthsV",{count:t}):(e=Math.floor(t/12),0===(t%=12)?RED._("palette.editor.times.yearsV",{count:e}):RED._("palette.editor.times.year"+(1<e?"s":"")+"MonthsV",{y:e,count:t}))}(n.updated_at)+"</span>").appendTo(a),!1);if(n.types&&0<n.types.length)for(e=0;e<n.types.length;e++){var r=RED.nodes.registry.getNodeSetForType(n.types[e]);if(r){s=r.module;break}}a=$("<div>",{class:"red-ui-palette-module-meta"}).appendTo(i),i=$("<div>",{class:"red-ui-palette-module-button-group"}).appendTo(a),a=$('<a href="#" class="red-ui-button red-ui-button-small"></a>').text(RED._("palette.editor.install")).appendTo(i);a.on("click",function(e){e.preventDefault(),$(this).hasClass("disabled")||M(n,t,function(e){})}),D.hasOwnProperty(n.id)?(a.addClass("disabled"),a.text(RED._("palette.editor.installed"))):s&&(a.addClass("disabled"),a.text(RED._("palette.editor.conflict")),RED.popover.create({target:a,content:RED._("palette.editor.conflictTip",{module:s}),trigger:"hover",direction:"bottom",delay:{show:750,hide:50}})),o.elements={installButton:a}}else $("<div>",{class:"red-ui-search-empty"}).text(RED._("search.empty")).appendTo(t)}}),!1!==RED.settings.get("externalModules.palette.allowUpload",!0)&&(i=$('<span class="button-group">').prependTo(n),r=$('<button type="button" class="red-ui-sidebar-header-button red-ui-palette-editor-upload-button"><label><i class="fa fa-upload"></i><form id="red-ui-palette-editor-upload-form" enctype="multipart/form-data"><input name="tarball" type="file" accept=".tgz"></label></button>').appendTo(i),(a=r.find('input[type="file"]')).on("change",function(e){0<this.files.length&&(t.text(this.files[0].name),s.slideDown(200))}),s=$('<div class="red-ui-palette-editor-upload"></div>').appendTo(e),d=$("<div>").appendTo(s),n=$('<div class="placeholder-input"><i class="fa fa-upload"></i> </div>').appendTo(d),t=$("<span></span>").appendTo(n),i=$('<div class="red-ui-palette-editor-upload-buttons"></div>').appendTo(d),$('<button class="editor-button"></button>').text(RED._("common.label.cancel")).appendTo(i).on("click",function(e){e.preventDefault(),s.slideUp(200),a.val("")}),$('<button class="editor-button primary"></button>').text(RED._("common.label.upload")).appendTo(i).on("click",function(e){e.preventDefault();var n=RED.utils.addSpinnerOverlay(s,!0),e=$('<div style="position: relative;bottom: calc(50% + 17px); padding-right: 10px;text-align: right;"></div>').appendTo(n),e=($('<button class="red-ui-button"></button>').text(RED._("eventLog.view")).appendTo(e).on("click",function(e){e.preventDefault(),RED.actions.invoke("core:show-event-log")}),RED.eventLog.startEvent(RED._("palette.editor.confirm.button.install")+" : "+a[0].files[0].name),new FormData),i=(e.append("tarball",a[0].files[0]),a[0].files[0].name);$.ajax({url:"nodes",data:e,cache:!1,contentType:!1,processData:!1,method:"POST"}).always(function(e,t,o){n.remove(),a.val(""),s.slideUp(200)}).fail(function(e,t,o){e.responseJSON&&(t=e.responseJSON.message);var n=RED.notify(RED._("palette.editor.errors.installFailed",{module:i,message:t}),{type:"error",modal:!0,fixed:!0,buttons:[{text:RED._("common.label.close"),click:function(){n.close()}},{text:RED._("eventLog.view"),click:function(){n.close(),RED.actions.invoke("core:show-event-log")}}]});a.val(""),s.slideUp(200)})}),RED.popover.tooltip(r,RED._("palette.editor.upload"))),$('<div id="red-ui-palette-module-install-shade" class="red-ui-palette-module-shade hide"><div class="red-ui-palette-module-shade-status"></div><img src="red/images/spin.svg" class="red-ui-palette-spinner"/></div>').appendTo(e),RED.userSettings.add({id:"palette",title:RED._("palette.editor.palette"),get:G,close:function(){S.detach()},focus:function(){l.resize(),setTimeout(function(){c.trigger("focus")},200)}}),RED.actions.add("core:manage-palette",function(){RED.userSettings.show("palette")}),RED.events.on("registry:module-updated",function(e){b(e.module)}),RED.events.on("registry:node-set-enabled",function(e){b(e.module)}),RED.events.on("registry:node-set-disabled",function(e){b(e.module)}),RED.events.on("registry:node-type-added",function(e){/^subflow:/.test(e)||b(RED.nodes.registry.getNodeSetForType(e).module)}),RED.events.on("registry:node-type-removed",function(e){/^subflow:/.test(e)||b(RED.nodes.registry.getNodeSetForType(e).module)}),RED.events.on("registry:node-set-added",function(e){b(e.module);for(var t=0;t<h.length;t++)if(h[t].info.id===e.module){var o=h[t].elements.installButton;o.addClass("disabled"),o.text(RED._("palette.editor.installed"));break}}),RED.events.on("registry:node-set-removed",function(e){if(!RED.nodes.registry.getModule(e.module)){var t=D[e.module];if(t){y.editableList("removeItem",t),delete D[e.module];for(var o=0;o<h.length;o++)if(h[o].info.id===e.module){var n=h[o].elements.installButton;n.removeClass("disabled"),n.text(RED._("palette.editor.install"));break}}}}),RED.events.on("nodes:add",function(e){/^subflow:/.test(e.type)||(E[e.type]=(E[e.type]||0)+1,1===E[e.type]&&b(RED.nodes.registry.getNodeSetForType(e.type).module))}),RED.events.on("nodes:remove",function(e){E.hasOwnProperty(e.type)&&(E[e.type]--,0===E[e.type]&&(delete E[e.type],b(RED.nodes.registry.getNodeSetForType(e.type).module)))}))},install:M}}(),RED.editor=function(){var l=[],c=!1,o={},m={},v={},u={};function w(e){var t,o,n,i,a=e.valid,s=e.changed;if(e.valid=!0,0===e.type.indexOf("subflow:"))o=(t=RED.nodes.subflow(e.type.substring(8))).valid,i=t.changed,void 0===o&&(o=w(t),i=t.changed),n=p(e,e._def.defaults,e),e.valid=o&&0===n.length,e.changed=e.changed||i,e.validationErrors=n;else if(e._def)n=p(e,e._def.defaults,e),e._def._creds&&(n=n.concat(p(e,e._def.credentials,e._def._creds))),e.valid=0===n.length,e.validationErrors=n;else if("subflow"==e.type){for(var r=RED.nodes.filterNodes({z:e.id}),d=0;d<r.length;d++)o=r[d].valid,i=r[d].changed,void 0===o&&(o=w(r[d]),i=r[d].changed),e.valid=e.valid&&o,e.changed=e.changed||i;for(var l=RED.nodes.filterNodes({type:"subflow:"+e.id}),c={},d=0;d<l.length;d++)l[d].valid=e.valid,l[d].changed=l[d].changed||e.changed,l[d].dirty=!0,c[l[d].z]=!0;Object.keys(c).forEach(function(e){e=RED.nodes.subflow(e);e&&w(e)})}return a===e.valid&&s===e.changed||(e.dirty=!0,(t=RED.nodes.subflow(e.z))&&w(t)),e.valid}function p(e,t,o){var n,i,a=[];for(n in t)t.hasOwnProperty(n)&&("string"==typeof(i=s(e,t,n,o[n]))?a.push(i):i||a.push(n));return a}function s(t,e,o,n){var i=!0;if(/^\$\([a-zA-Z_][a-zA-Z0-9_]*\)$/.test(n))return!0;if(/^\$\{[a-zA-Z_][a-zA-Z0-9_]*\}$/.test(n))return!0;var a=null;if("label"in e[o]&&"string"==typeof e[o].label&&(a=e[o].label),"required"in e[o]&&e[o].required&&!(i=""!==n)&&a)return RED._("validator.errors.missing-required-prop",{prop:a});if(i&&"validate"in e[o])try{var s={};if(a&&(s.label=a),i=e[o].validate.call(t,n,s),2===e[o].validate.length&&"string"==typeof i)return i;i=!!i}catch(e){return console.log("Validation error:",t.type,t.id,"property: "+o,"value:",n,e),RED._("validator.errors.validation-error",{prop:o,node:t.type,id:t.id,error:e.message})}if(i&&e[o].type&&RED.nodes.getType(e[o].type)&&!("validate"in e[o])){if(n&&"_ADD_"!=n){s=RED.nodes.node(n);if(s){if(null==s.valid||s.valid)return!0;if(a)return RED._("validator.errors.invalid-config",{prop:a})}else if(a)return RED._("validator.errors.missing-config",{prop:a});return!1}if(!(i=e[o].hasOwnProperty("required")&&!e[o].required)&&a)return RED._("validator.errors.missing-required-prop",{prop:a})}return i}function b(e,t){for(var o in e._def.defaults)e._def.defaults.hasOwnProperty(o)&&n(e,e._def.defaults,o,t);if(e._def.credentials)for(o in e._def.credentials)e._def.credentials.hasOwnProperty(o)&&n(e,e._def.credentials,o,t)}function n(e,t,o,n){var i,a,n=$("#"+n+"-"+o);0<n.length&&(i=n.val(),t[o].hasOwnProperty("format")&&""!==t[o].format&&"DIV"===n[0].nodeName&&(i=n.text()),"string"!=typeof(e=s(e,t,o,i))&&e?(n.removeClass("input-error"),(a=n.data("tooltip"))&&(n.data("tooltip",null),a.delete())):(n.addClass("input-error"),"string"==typeof e&&((a=n.data("tooltip"))?a.setContent(e):(a=RED.popover.tooltip(n,e),n.data("tooltip",a)))))}function f(t,o){t.resize=!0,t.dirty=!0,t.dirtyStatus=!0;var n=[];o&&RED.nodes.eachLink(function(e){e.source===t&&o.hasOwnProperty(e.sourcePort)&&("-1"===o[e.sourcePort]?n.push(e):e.sourcePort=o[e.sourcePort])}),t.hasOwnProperty("__outputs")&&(t.outputs<t.__outputs&&RED.nodes.eachLink(function(e){e.source===t&&e.sourcePort>=t.outputs&&-1===n.indexOf(e)&&n.push(e)}),delete t.__outputs),t.inputs=Math.min(1,Math.max(0,parseInt(t.inputs))),isNaN(t.inputs)&&(t.inputs=0),0===t.inputs&&(n=n.concat(RED.nodes.filterLinks({target:t})));for(var e=0;e<n.length;e++)RED.nodes.removeLink(n[e]);return n}function y(e,t,o,n){o=$("#"+o+"-"+t);0!==o.length&&("checkbox"===o.attr("type")?o.prop("checked",e[t]):(null==(e=e[t])&&(e=""),void 0!==n&&n[t].hasOwnProperty("format")&&""!==n[t].format&&"DIV"===o[0].nodeName?(o.html(RED.text.format.getHtml(e,n[t].format,{},!1,"en")),RED.text.format.attach(o[0],n[t].format,{},!1,"en")):(o.val(e),"INPUT"!==o[0].nodeName&&"TEXTAREA"!==o[0].nodeName||RED.text.bidi.prepareInput(o))))}function E(t,e,o,n){$("#"+n+"-"+o).on("change keyup paste",function(e){$(this).attr("skipValidation")||b(t,n)})}function D(e,t,o,n){for(var i in t)t.hasOwnProperty(i)&&("password"==t[i].type?o[i]?$("#"+n+"-"+i).val(o[i]):o["has_"+i]?$("#"+n+"-"+i).val("__PWRD__"):$("#"+n+"-"+i).val(""):y(o,i,n,t),E(e,0,i,n))}function R(d,l,c,u,p,f,h){function t(){var e,t,o,n,i=$("<ul></ul>").appendTo(d),a=$("<div></div>").appendTo(d),s=RED.tabs.create({element:i,onchange:function(e){a.children().hide(),e.content.show(),e.onchange&&e.onchange.call(e),g&&RED.tray.resize()},collapsible:!0,menu:!1}),r=[];for(e in l=l.slice(),v)v.hasOwnProperty(e)&&v[e](c)&&l.push(e);for(o in l.forEach(function(t){try{var e,o,n=m[t];n?("function"==typeof n&&(n=n.call(n,c)),e=$("<div>",{class:"red-ui-tray-content"}).appendTo(a).hide(),n.create.call(n,e),o={id:t,label:n.label,name:n.name,iconClass:n.iconClass,content:e,onchange:function(){n.show&&n.show.call(n)}},s.addTab(o),r.push(n)):console.warn("Unregisted edit pane:",t)}catch(e){console.log(t,e)}}),u.defaults)u.defaults.hasOwnProperty(o)&&(u.defaults[o].type?u.defaults[o]._type.array||((t=RED.nodes.getType(u.defaults[o].type))&&"config"===t.category?t.exclusive?function(t,o,n,i){var a=$("#"+i+"-"+o),e=(a.val(t[o]),a.attr("type","hidden"),$("<a>",{id:i+"-edit-"+o,class:"red-ui-button"}));a.after(e),t[o]?e.text(RED._("editor.configEdit")):e.text(RED._("editor.configAdd")),e.on("click",function(e){k(o,n,a.val()||"_ADD_",i,t),e.preventDefault()})}(c,o,u.defaults[o].type,p):function(t,o,n,i,e){var a,s,r,d=$("#"+i+"-"+o);0!==d.length&&(r=d.width(),a=d.attr("style"),r=null!==(a=/(^|\s|;)width\s*:\s*([^;]+)/i.exec(a))?a[2].trim():"70%",a=$("<div></div>").css({width:r,display:"inline-flex"}),s=$('<select id="'+i+"-"+o+'"></select>').appendTo(a),d.replaceWith(a),s.css({"flex-grow":1}),_(o,n,t[o],i,e),$('<a id="'+i+"-lookup-"+o+'" class="red-ui-button"><i class="fa fa-pencil"></i></a>').css({"margin-left":"10px"}).appendTo(a),$("#"+i+"-lookup-"+o).on("click",function(e){k(o,n,s.find(":selected").val(),i,t),e.preventDefault()}),r="",e=RED.nodes.node(t[o]),RED.nodes.getType(n),e&&(r=RED.utils.getNodeLabel(e,e.id)),d.val(r))}(c,o,u.defaults[o].type,p,u.defaults[o].filter):(console.log("Unknown type:",u.defaults[o].type),y(c,o,p,u.defaults))):y(c,o,p,u.defaults),E(c,u.defaults,o,p));if(/^subflow:/.test(u.type)||D(c,u.credentials,c.credentials,p),u.oneditprepare)try{u.oneditprepare.call(c)}catch(e){console.log("oneditprepare",c.id,c.type,e.toString()),console.log(e.stack)}for(o in u.defaults)u.defaults.hasOwnProperty(o)&&((n=$("#"+p+"-"+o)).attr("skipValidation",!0),void 0!==n.data("noderedTypedInput")?n.trigger("change",[n.typedInput("type"),n.typedInput("value")]):n.trigger("change"),n.removeAttr("skipValidation"));if(u.credentials)for(o in u.credentials)u.credentials.hasOwnProperty(o)&&((n=$("#"+p+"-"+o)).attr("skipValidation",!0),void 0!==n.data("noderedTypedInput")?n.trigger("change",[n.typedInput("type"),n.typedInput("value")]):n.trigger("change"),n.removeAttr("skipValidation"));b(c,p),g=!0,f&&s.activateTab(f),h&&h(r)}var e,o,n,i,a,g=!1;u.credentials||/^subflow:/.test(u.type)||"group"===c.type||"tab"===c.type?c.credentials?(D(c,u.credentials,c.credentials,p),t()):(e=c.type,/^subflow:/.test(e)&&(e="subflow"),e=e,o=c.id,n=function(e){e&&(c.credentials=e,c.credentials._=$.extend(!0,{},e)),t()},a=setTimeout(function(){i=RED.notify($('<p data-i18n="[prepend]editor.loadCredentials"> <img src="red/images/spin.svg"/></p>').i18n(),{fixed:!0})},800),e="credentials/"+e.replace(/\s+/g,"-")+"/"+o,$.ajax({url:e,dataType:"json",success:function(e){i&&(i.close(),i=null),clearTimeout(a),n(e)},error:function(e,t,o){i&&(i.close(),i=null),clearTimeout(a),RED.notify(RED._("editor.errors.credentialLoadFailed"),"error"),n(null)},timeout:3e4})):t()}function x(){for(var e=l.length-1;e<l.length;e++){var t=l[e];if(n=t.type,"group"===t.type)n=RED._("group.editGroup",{name:RED.utils.sanitize(t.name||t.id)});else if("_expression"===t.type)n=RED._("expressionEditor.title");else if("_js"===t.type)n=RED._("jsEditor.title");else if("_text"===t.type)n=RED._("textEditor.title");else if("_json"===t.type)n=RED._("jsonEditor.title");else if("_markdown"===t.type)n=RED._("markdownEditor.title");else if("_buffer"===t.type)n=RED._("bufferEditor.title");else if("subflow"===t.type)n=RED._("subflow.editSubflow",{name:RED.utils.sanitize(t.name)});else if(0===t.type.indexOf("subflow:"))var o=RED.nodes.subflow(t.type.substring(8)),n=RED._("subflow.editSubflowInstance",{name:RED.utils.sanitize(o.name)});else if(void 0!==t._def){if(void 0!==t._def.paletteLabel)try{n=RED.utils.sanitize(("function"==typeof t._def.paletteLabel?t._def.paletteLabel.call(t._def):t._def.paletteLabel)||"")}catch(e){console.log("Definition error: "+t.type+".paletteLabel",e)}e===l.length-1&&(n=RED.nodes.node(t.id)?RED._("editor.editNode",{type:RED.utils.sanitize(n)}):RED._("editor.addNewConfig",{type:RED.utils.sanitize(n)}))}}return n}function h(t,e){if(t._def.oneditsave){var o={};for(var n in t._def.defaults)t._def.defaults.hasOwnProperty(n)&&("string"==typeof t[n]||"number"==typeof t[n]?o[n]=t[n]:o[n]=$.extend(!0,{},{v:t[n]}).v);try{!0===t._def.oneditsave.call(t)&&(e.changed=!0)}catch(e){console.warn("oneditsave",t.id,t.type,e.toString())}for(n in t._def.defaults)t._def.defaults.hasOwnProperty(n)&&(null===o[n]||"string"==typeof o[n]||"number"==typeof o[n]?o[n]!==t[n]&&(e.changes[n]=o[n],e.changed=!0):"group"===t.type&&"nodes"===n||JSON.stringify(o[n])!==JSON.stringify(t[n])&&(e.changes[n]=o[n],e.changed=!0))}}function g(e,t){return e.__label__<t.__label__?-1:e.__label__>t.__label__?1:0}function _(e,o,t,n,i){if(n){var a=$("#"+n+"-edit-"+e);if(a.length)t?a.text(RED._("editor.configEdit")):a.text(RED._("editor.configAdd")),$("#"+n+"-"+e).val(t);else{var s=$("#"+n+"-"+e),a=RED.nodes.getType(o);s.children().remove();var r=(r=RED.nodes.workspace(RED.workspaces.active()))||RED.nodes.subflow(RED.workspaces.active()),d=[],n=("function"!=typeof i&&(i=null),RED.nodes.eachConfig(function(e){var t;e.type!=o||e.z&&e.z!==r.id||i&&!i.call(null,e)||(t=RED.utils.getNodeLabel(e,e.id),e.__label__=t+(e.d?" ["+RED._("workspace.disabled")+"]":""),d.push(e))}),g);"function"==typeof a.sort&&(n=a.sort);try{d.sort(n)}catch(e){console.log("Definition error: "+a.type+".sort",e)}d.forEach(function(e){$('<option value="'+e.id+'"'+(t==e.id?" selected":"")+"></option>").text(RED.text.bidi.enforceTextDirectionWithUCC(e.__label__)).appendTo(s),delete e.__label__});e=o;if(void 0!==a.paletteLabel)try{e=RED.utils.sanitize(("function"==typeof a.paletteLabel?a.paletteLabel.call(a):a.paletteLabel)||o)}catch(e){console.log("Definition error: "+o+".paletteLabel",e)}s.append('<option value="_ADD_"'+(""===t?" selected":"")+">"+RED._("editor.addNewType",{type:e})+"</option>"),window.setTimeout(function(){s.trigger("change")},50)}}}function k(f,h,e,g,m){if(!c){c=!0;var v="_ADD_"==e,r=RED.nodes.getType(h),b=RED.nodes.node(e),y=[],e="",t=RED.nodes.subflow(RED.workspaces.active());if(t&&(e=t.id),null==b){for(var o in b={id:RED.nodes.id(),_def:r,type:h,z:e,users:[]},r.defaults)r.defaults[o].value&&(b[o]=JSON.parse(JSON.stringify(r.defaults[o].value)));b._=r._}l.push(b),RED.view.state(RED.state.EDITING);t={title:x(),resize:function(e){$(".red-ui-tray-content").height(e.height-50);var e=$("#node-config-dialog-edit-form"),t={width:e.width(),height:e.height()};y.forEach(function(e){e.resize&&e.resize.call(e,t)})},open:function(e,i){e.find(".red-ui-tray-header");var a=e.find(".red-ui-tray-body"),s=e.find(".red-ui-tray-footer"),e=$('<div class="red-ui-tray-footer-left"></div>').appendTo(s),e=($('<input id="node-config-input-node-disabled" type="checkbox">').prop("checked",!!b.d).appendTo(e).toggleButton({enabledIcon:"fa-circle-thin",disabledIcon:"fa-ban",invertState:!0}),!1!==r.hasUsers&&$('<span><i class="fa fa-info-circle"></i> <span id="red-ui-editor-config-user-count"></span></span>').css("margin-left","10px").appendTo(e),s.append('<span class="red-ui-tray-footer-right"><span id="red-ui-editor-config-scope-warning" data-i18n="[title]editor.errors.scopeChange"><i class="fa fa-warning"></i></span><select id="red-ui-editor-config-scope"></select></span>'),["editor-tab-properties"]);b._def.defaults&&b._def.defaults.hasOwnProperty("info")||e.push("editor-tab-description"),R(a,e,b,r,"node-config-input",null,function(e){y=e,b._def.exclusive?$("#red-ui-editor-config-scope").hide():$("#red-ui-editor-config-scope").show(),$("#red-ui-editor-config-scope-warning").hide();var o={},t=(b.users.forEach(function(e){o[e.z]=!0}),Object.keys(o).length),n=$("#red-ui-editor-config-scope").empty();n.off("change"),n.append('<option value=""'+(b.z?"":" selected")+' data-i18n="sidebar.config.global"></option>'),n.append('<option disabled data-i18n="sidebar.config.flows"></option>'),RED.nodes.eachWorkspace(function(e){var t=e.label;o[e.id]&&(t="* "+t),$('<option value="'+e.id+'"'+(e.id==b.z?" selected":"")+"></option>").text(t).appendTo(n)}),n.append('<option disabled data-i18n="sidebar.config.subflows"></option>'),RED.nodes.eachSubflow(function(e){var t=e.name;o[e.id]&&(t="* "+t),$('<option value="'+e.id+'"'+(e.id==b.z?" selected":"")+"></option>").text(t).appendTo(n)}),0<t&&n.on("change",function(){var e=$(this).val();""!==e&&(!o[e]||1<t)?$("#red-ui-editor-config-scope-warning").show():$("#red-ui-editor-config-scope-warning").hide()}),!1!==r.hasUsers&&$("#red-ui-editor-config-user-count").text(RED._("editor.nodesUse",{count:b.users.length})).parent().show(),a.i18n(),s.i18n(),c=!1,i()})},close:function(){RED.workspaces.refresh(),y.forEach(function(e){e.close&&e.close.call(e)}),l.pop()},show:function(){b&&(RED.sidebar.info.refresh(b),RED.sidebar.help.show(h,!1))}};t.buttons=[{id:"node-config-dialog-cancel",text:RED._("common.label.cancel"),click:function(){var t=h,o=b.id,e=RED.nodes.getType(t);if(e.oneditcancel&&e.oneditcancel){var n=RED.nodes.node(o);if(n)try{e.oneditcancel.call(n,!1)}catch(e){console.log("oneditcancel",n.id,n.type,e.toString())}else try{e.oneditcancel.call({id:o},!0)}catch(e){console.log("oneditcancel",o,t,e.toString())}}RED.tray.close()}},{id:"node-config-dialog-ok",text:v?RED._("editor.configAdd"):RED._("editor.configUpdate"),class:"primary",click:function(){var e,t,o,n,i={changes:{},changed:!1,outputMap:null},a=f,s=(b.id,h),r=v,d=RED.nodes.getType(s);if(d.oneditsave)try{d.oneditsave.call(b)}catch(e){console.warn("oneditsave",b.id,b.type,e.toString())}for(e in d.defaults)!d.defaults.hasOwnProperty(e)||null!=(n="checkbox"===(n=$("#node-config-input-"+e)).attr("type")?n.prop("checked"):"format"in d.defaults[e]&&""!==d.defaults[e].format&&"DIV"===n[0].nodeName?n.text():n.val())&&n!==b[e]&&(b._def.defaults[e].type&&("_ADD_"==n&&(n=""),(t=RED.nodes.node(b[e]))&&((o=t.users).splice(o.indexOf(b),1),RED.events.emit("nodes:change",t)),(t=RED.nodes.node(n))&&(t.users.push(b),RED.events.emit("nodes:change",t))),b[e]=n);y.forEach(function(e){e.apply&&e.apply.call(e,i)}),b.label=d.label;for(var l=$("#red-ui-editor-config-scope").val(),c=(b.z=l,$("#node-config-input-node-disabled").prop("checked")?!0!==b.d&&(b.d=!0):!0===b.d&&delete b.d,l&&(b.users=b.users.filter(function(e){var t,o=!0;for(t in e._def.defaults)e._def.defaults.hasOwnProperty(t)&&e._def.defaults[t].type===b.type&&e[t]===b.id&&e.z!==l&&(o=!1,e[t]=null,e.dirty=!0,e.changed=!0,w(e));return o})),r&&RED.nodes.add(b),w(b),{}),u=(c[b.id]=!0,b.users.slice());0<u.length;){var p=u.pop();c[p.id]||(c[p.id]=!0,p.users&&(u=u.concat(p.users)),w(p))}RED.nodes.dirty(!0),RED.view.redraw(!0),r||(RED.events.emit("editor:save",b),RED.events.emit("nodes:change",b)),RED.tray.close(function(){var e=null;m&&"function"==typeof m._def.defaults[a].filter&&(e=function(e){return m._def.defaults[a].filter.call(m,e)}),_(a,s,b.id,g,e)})}}],v||t.buttons.unshift({class:"leftButton",text:RED._("editor.configDelete"),click:function(){var t=f,e=b.id,o=h,n=RED.nodes.getType(o);try{n.ondelete&&(console.log("Deprecated API warning: config node type ",o," has an ondelete function - should be oneditdelete"),n.ondelete.call(b)),n.oneditdelete&&n.oneditdelete.call(b)}catch(e){console.log("oneditdelete",b.id,b.type,e.toString())}for(var i={t:"delete",nodes:[b],changes:{},dirty:RED.nodes.dirty()},a=0;a<b.users.length;a++){var s,r=b.users[a];for(s in i.changes[r.id]={changed:r.changed,valid:r.valid},r._def.defaults)r._def.defaults.hasOwnProperty(s)&&r[s]==e&&(i.changes[r.id][s]=e,r[s]="",r.changed=!0,r.dirty=!0);w(r)}RED.nodes.remove(e),RED.nodes.dirty(!0),RED.view.redraw(!0),RED.history.push(i),RED.tray.close(function(){var e=null;m&&"function"==typeof m._def.defaults[t].filter&&(e=function(e){return m._def.defaults[t].filter.call(m,e)}),_(t,o,"",g,e)})}}),RED.tray.show(t)}}function t(e,t){o.hasOwnProperty(e)?(0<l.length&&(t.parent=l[l.length-1].id),l.push({type:e}),t.title=t.title||x(),t.onclose=function(){l.pop()},o[e].show(t)):console.log("Unknown type editor:",e)}return{init:function(){window.ace&&window.ace.config.set("basePath","vendor/ace"),RED.tray.init(),RED.actions.add("core:confirm-edit-tray",function(){$(document.activeElement).blur(),$("#node-dialog-ok").trigger("click"),$("#node-config-dialog-ok").trigger("click")}),RED.actions.add("core:cancel-edit-tray",function(){$(document.activeElement).blur(),$("#node-dialog-cancel").trigger("click"),$("#node-config-dialog-cancel").trigger("click")}),RED.editor.codeEditor.init()},generateViewStateId:function(o,n,i){try{const s="object"==typeof(n=n||{}).options?n.options:{};let t;if(!1===(t=n.hasOwnProperty("stateId")||s.hasOwnProperty("stateId")?n.stateId:t))return!1;if(!t){let e;var a=RED.view.selection();if("node"===o&&n.id)e=n.id;else{if(!a.nodes||!a.nodes.length)return!1;e=a.nodes[0].id}const r=[e],d=$(n.element||s.element);d.length&&(r.push(d.closest(".form-row").index()),r.push(d.index())),"typedInput"==o&&(r.push(d.closest("li").index()),!i&&n.propertyType&&(i=n.propertyType)),t=r.join("/")}return t&&i&&(t+="/"+i),t}catch(e){return!1}},edit:function(s,i){var r,a,e,d,o,t,n;c||(r=s,a=!(c=!0),e=!1,d=[],l.push(s),RED.view.state(RED.state.EDITING),o=s.type,"subflow:"==s.type.substring(0,8)&&(o="subflow"),t={title:x(),buttons:[{id:"node-dialog-delete",class:"leftButton",text:RED._("common.label.delete"),click:function(){var e=RED.nodes.dirty(),t=[],o=[],n=RED.nodes.remove(r.id),t=(t.push(r),{t:"delete",nodes:t=t.concat(n.nodes),links:o=o.concat(n.links),changes:{},dirty:e});RED.nodes.dirty(!0),RED.view.redraw(!0),RED.history.push(t),RED.tray.close()}},{id:"node-dialog-cancel",text:RED._("common.label.cancel"),click:function(){if(r._def){if(r._def.oneditcancel)try{r._def.oneditcancel.call(r)}catch(e){console.log("oneditcancel",r.id,r.type,e.toString())}for(var e in r._def.defaults){var t;r._def.defaults.hasOwnProperty(e)&&(t=r._def.defaults[e]).type&&(t=RED.nodes.getType(t.type))&&t.exclusive&&(""===(t=$("#node-input-"+e).val()||"")||r[e]||RED.nodes.remove(t))}}RED.tray.close()}},{id:"node-dialog-ok",text:RED._("common.label.done"),class:"primary",click:function(){var e,t,o,n={changes:{},changed:!1,outputMap:null},i=RED.nodes.dirty(),a=(h(r,n),d.forEach(function(e){e.apply&&e.apply.call(e,n)}),f(r,n.outputMap));$("#node-input-node-disabled").prop("checked")?!0!==s.d&&(n.changes.d=s.d,n.changed=!0,s.d=!0):!0===s.d&&(n.changes.d=s.d,n.changed=!0,delete s.d),s.resize=!0,n.changed&&(e=r.changed,r.changed=!0,RED.nodes.dirty(!0),o=RED.nodes.subflow(RED.workspaces.active()),t=null,o&&(t=[],RED.nodes.eachNode(function(e){e.type=="subflow:"+RED.workspaces.active()&&(t.push({id:e.id,changed:e.changed}),e.changed=!0,e.dirty=!0,f(e))})),o={t:"edit",node:r,changes:n.changes,links:a,dirty:i,changed:e},n.outputMap&&(o.outputMap=n.outputMap),t&&(o.subflow={instances:t}),RED.history.push(o)),r.dirty=!0,w(r),RED.events.emit("editor:save",r),RED.events.emit("nodes:change",r),RED.tray.close()}}],resize:function(e){u[o]=e.width,$(".red-ui-tray-content").height(e.height-50);var e=$(".red-ui-tray-content form").height(e.height-50-40),t={width:e.width(),height:e.height()};d.forEach(function(e){e.resize&&e.resize.call(e,t)})},open:function(e,t){r.hasOwnProperty("outputs")&&(r.__outputs=r.outputs);var o=e.find(".red-ui-tray-footer"),n=e.find(".red-ui-tray-body"),e=(n.parent().css("overflow","hidden"),$('<div class="red-ui-tray-footer-left"></div>').appendTo(o)),e=($('<input id="node-input-node-disabled" type="checkbox">').prop("checked",!!s.d).appendTo(e).toggleButton({enabledIcon:"fa-circle-thin",disabledIcon:"fa-ban",invertState:!0}),["editor-tab-properties"]);/^subflow:/.test(s.type)&&e.push("editor-tab-envProperties"),s._def.defaults&&s._def.defaults.hasOwnProperty("info")||(e.push("editor-tab-description"),a=!0,s.infoEditor&&(s.infoEditor__orig=s.infoEditor,delete s.infoEditor,a=!1)),e.push("editor-tab-appearance"),R(n,e,s,s._def,"node-input",i,function(e){d=e,n.i18n(),o.i18n(),c=!1,t()})},close:function(){RED.view.state()!=RED.state.IMPORT_DRAGGING&&RED.view.state(RED.state.DEFAULT),r&&(r.infoEditor__orig&&(r.infoEditor=r.infoEditor__orig,delete r.infoEditor__orig),a&&delete r.infoEditor,e||RED.sidebar.info.refresh(r)),RED.workspaces.refresh(),d.forEach(function(e){e.close&&e.close.call(e)}),RED.view.redraw(!0),l.pop()},show:function(){r&&(RED.sidebar.info.refresh(r),RED.sidebar.help.show(r.type,!1),"BODY"===document.activeElement.tagName&&$("#red-ui-editor-stack").trigger("focus"))}},u.hasOwnProperty(o)&&(t.width=u[o]),"subflow"===o&&(n=r.type.substring(8),t.buttons.unshift({class:"leftButton",text:RED._("subflow.edit"),click:function(){RED.workspaces.show(n),e=!0,$("#node-dialog-ok").trigger("click")}})),RED.tray.show(t))},editConfig:k,editFlow:function(i,a){var s,e;c||(c=!0,s=[],RED.view.state(RED.state.EDITING),e={title:RED._("workspace.editFlow",{name:RED.utils.sanitize(i.label)}),buttons:[{id:"node-dialog-delete",class:"leftButton"+(1===RED.workspaces.count()?" disabled":""),text:RED._("common.label.delete"),click:function(){RED.workspaces.delete(i),RED.tray.close()}},{id:"node-dialog-cancel",text:RED._("common.label.cancel"),click:function(){RED.tray.close()}},{id:"node-dialog-ok",class:"primary",text:RED._("common.label.done"),click:function(){var t={changes:{},changed:!1,outputMap:null},e=RED.nodes.dirty(),o=(s.forEach(function(e){e.apply&&e.apply.call(e,t)}),$("#node-input-disabled").prop("checked"));i.disabled!==o&&(t.changes.disabled=i.disabled,t.changed=!0,i.disabled=o,$("#red-ui-tab-"+i.id.replace(".","-")).toggleClass("red-ui-workspace-disabled",!!i.disabled),i.id===RED.workspaces.active()&&$("#red-ui-workspace").toggleClass("red-ui-workspace-disabled",!!i.disabled)),t.changed&&(o={t:"edit",changes:t.changes,node:i,dirty:e},i.changed=!0,RED.history.push(o),RED.nodes.dirty(!0),t.changes.hasOwnProperty("disabled")&&(RED.nodes.eachNode(function(e){e.z===i.id&&(e.dirty=!0)}),RED.view.redraw()),RED.workspaces.refresh(),RED.events.emit("flows:change",i)),RED.tray.close()}}],resize:function(e){$(".red-ui-tray-content").height(e.height-50);var e=$(".red-ui-tray-content form").height(e.height-50-40),t={width:e.width(),height:e.height()};s.forEach(function(e){e.resize&&e.resize.call(e,t)})},open:function(e,t){var o=e.find(".red-ui-tray-footer"),n=e.find(".red-ui-tray-body"),e=(n.parent().css("overflow","hidden"),$('<div class="red-ui-tray-footer-left"></div>').appendTo(o));i.hasOwnProperty("disabled")||(i.disabled=!1),$('<input id="node-input-disabled" type="checkbox">').prop("checked",i.disabled).appendTo(e).toggleButton({enabledIcon:"fa-circle-thin",disabledIcon:"fa-ban",invertState:!0}),R(n,["editor-tab-flow-properties","editor-tab-envProperties"],i,{},"node-input",a,function(e){s=e,n.i18n(),o.i18n(),c=!1,t()})},close:function(){RED.view.state()!=RED.state.IMPORT_DRAGGING&&RED.view.state(RED.state.DEFAULT),s.forEach(function(e){e.close&&e.close.call(e)});var e=RED.view.selection();e.nodes||e.links||i.id!==RED.workspaces.active()||RED.sidebar.info.refresh(i)}},RED.tray.show(e))},editSubflow:function(a,s){var r,d,e;c||(c=!0,r=a,d=[],l.push(a),RED.view.state(RED.state.EDITING),e={title:x(),buttons:[{id:"node-dialog-cancel",text:RED._("common.label.cancel"),click:function(){RED.tray.close()}},{id:"node-dialog-ok",class:"primary",text:RED._("common.label.done"),click:function(){var t,e,o={changes:{},changed:!1,outputMap:null},n=RED.nodes.dirty(),i=(d.forEach(function(e){e.apply&&e.apply.call(e,o)}),$("#subflow-input-name").val()),i=(i!=r.name&&(o.changes.name=r.name,r.name=i,o.changed=!0),r.env),a=RED.subflow.exportSubflowTemplateEnv($("#node-input-env-container").editableList("items"));a&&0<a.length&&a.forEach(function(e){"cred"===e.type&&(r.credentials=r.credentials||{_:{}},r.credentials[e.name]=e.value,r.credentials["has_"+e.name]=""!==e.value,"__PWRD__"!==e.value&&(o.changed=!0),delete e.value)}),e=a,JSON.stringify(i)!==JSON.stringify(e)&&(r.env=a,o.changes.env=r.env,o.changed=!0),o.changed&&(i=r.changed,r.changed=!0,w(r),t=[],RED.nodes.eachNode(function(e){e.type=="subflow:"+r.id&&(t.push({id:e.id,changed:e.changed}),e._def.color=r.color,e.changed=!0,e.dirty=!0,f(e),w(e))}),RED.events.emit("subflows:change",r),RED.nodes.dirty(!0),e={t:"edit",node:r,changes:o.changes,dirty:n,changed:i,subflow:{instances:t}},RED.history.push(e)),r.dirty=!0,RED.tray.close()}}],resize:function(e){$(".red-ui-tray-content").height(e.height-50);var e=$(".red-ui-tray-content form").height(e.height-50-40),t={width:e.width(),height:e.height()};d.forEach(function(e){e.resize&&e.resize.call(e,t)})},open:function(e,t){var o=e.find(".red-ui-tray-footer"),n=$("<div/>",{class:"red-ui-tray-footer-left"}).appendTo(o),i=e.find(".red-ui-tray-body");i.parent().css("overflow","hidden"),$('<span style="margin-left: 10px"><i class="fa fa-info-circle"></i> <i id="red-ui-editor-subflow-user-count"></i></span>').appendTo(n),r&&RED.sidebar.info.refresh(r);R(i,["editor-tab-properties","editor-tab-subflow-module","editor-tab-description","editor-tab-appearance"],a,a._def,"node-input",s,function(e){d=e,$("#subflow-input-name").val(a.name),RED.text.bidi.prepareInput($("#subflow-input-name")),i.i18n(),o.i18n(),c=!1,t()})},close:function(){RED.view.state()!=RED.state.IMPORT_DRAGGING&&RED.view.state(RED.state.DEFAULT),RED.sidebar.info.refresh(r),RED.workspaces.refresh(),d.forEach(function(e){e.close&&e.close.call(e)}),l.pop(),r=null},show:function(){}},RED.tray.show(e))},editGroup:function(i,a){var n,s,e;c||(c=!0,n=i,l.push(i),RED.view.state(RED.state.EDITING),s=[],e={title:x(),buttons:[{id:"node-dialog-cancel",text:RED._("common.label.cancel"),click:function(){RED.tray.close()}},{id:"node-dialog-ok",class:"primary",text:RED._("common.label.done"),click:function(){var e,t={changes:{},changed:!1,outputMap:null},o=RED.nodes.dirty();h(n,t),s.forEach(function(e){e.apply&&e.apply.call(e,t)}),t.changed&&(e=n.changed,n.changed=!0,RED.nodes.dirty(!0),o={t:"edit",node:n,changes:t.changes,dirty:o,changed:e},RED.history.push(o),RED.events.emit("groups:change",n)),n.dirty=!0,RED.tray.close(),RED.view.redraw(!0)}}],resize:function(e){u.group=e.width,$(".red-ui-tray-content").height(e.height-50);var e=$(".red-ui-tray-content form").height(e.height-50-40),t={width:e.width(),height:e.height()};s.forEach(function(e){e.resize&&e.resize.call(e,t)})},open:function(e,t){var o=e.find(".red-ui-tray-footer"),n=($("<div/>",{class:"red-ui-tray-footer-left"}).appendTo(o),e.find(".red-ui-tray-body"));n.parent().css("overflow","hidden");R(n,["editor-tab-properties","editor-tab-envProperties","editor-tab-description"],i,i._def,"node-input",a,function(e){s=e,n.i18n(),c=!1,t()})},close:function(){RED.view.state()!=RED.state.IMPORT_DRAGGING&&RED.view.state(RED.state.DEFAULT),RED.sidebar.info.refresh(n),s.forEach(function(e){e.close&&e.close.call(e)}),l.pop(),n=null},show:function(){}},u.hasOwnProperty("group")&&(e.width=u.group),RED.tray.show(e))},editJavaScript:function(e){t("_js",e)},editExpression:function(e){t("_expression",e)},editJSON:function(e){t("_json",e)},editMarkdown:function(e){t("_markdown",e)},editText:function(e){"markdown"==e.mode?t("_markdown",e):t("_text",e)},editBuffer:function(e){t("_buffer",e)},buildEditForm:function(e,t,o,a,n){return(t=$('<form id="'+t+'" class="form-horizontal" autocomplete="off"></form>').appendTo(e)).html($("script[data-template-name='"+o+"']").html()),a=a||"node-red",t.find("[data-i18n]").each(function(){for(var e=$(this).attr("data-i18n").split(";"),t=0;t<e.length;t++){var o,n,i=e[t];-1===i.indexOf(":")&&(n="",0===i.indexOf("[")&&(n=(o=i.split("]"))[0]+"]",i=o[1]),e[t]=n+a+":"+i)}$(this).attr("data-i18n",e.join(";"))}),$('<span style="position: absolute; top: -2000px;"><input id="red-ui-trap-password" type="password"/></span>').prependTo(t),$('<span style="position: absolute; top: -2000px;"><input id="red-ui-trap-username" type="text"/></span>').prependTo(t),$('<span style="position: absolute; top: -2000px;"><input id="red-ui-trap-user" type="text"/></span>').prependTo(t),t.on("submit",function(e){e.preventDefault()}),t.find("input").attr("autocomplete","off"),t},validateNode:w,updateNodeProperties:f,showIconPicker:function(){RED.editor.iconPicker.show.apply(null,arguments)},showTypeEditor:t,registerTypeEditor:function(e,t){o[e]=t},createEditor:function(e){return RED.editor.codeEditor.create(e)},get customEditTypes(){return o},registerEditPane:function(e,t,o){o&&(v[e]=o),m[e]=t}}}(),function(){function w(e,t,o,n){var i,a=$("<div>",{class:"red-ui-editor-node-label-form-row"});return void 0===e?($("<span>").text(RED._("editor.noDefaultLabel")).appendTo(a),a.addClass("red-ui-editor-node-label-form-none")):(a.addClass(""),e="red-ui-editor-node-label-form-"+e+"-"+t,$("<label>",{for:e}).text(t+1+".").appendTo(a),i=$("<input>",{type:"text",id:e,placeholder:n}).val(o).appendTo(a),$('<button type="button" class="red-ui-button red-ui-button-small"><i class="fa fa-times"></i></button>').appendTo(a).on("click",function(e){e.preventDefault(),i.val("")})),a}RED.editor.registerEditPane("editor-tab-appearance",function(y){return{label:RED._("editor-tab.appearance"),name:RED._("editor-tab.appearance"),iconClass:"fa fa-object-group",create:function(e){this.content=e;var t,o,n,i,a,s,r,d,e=this.content,l=y,e=$('<form class="dialog-form form-horizontal" autocomplete="off"></form>').appendTo(e),c=("subflow"===l.type&&(n=$("<div/>",{class:"form-row"}).appendTo(e),$("<label/>",{for:"subflow-appearance-input-category","data-i18n":"editor:subflow.category"}).appendTo(n),o=$("<select/>",{id:"subflow-appearance-input-category"}).css({width:"250px"}).appendTo(n),$("<input/>",{type:"text",id:"subflow-appearance-input-custom-category"}).css({display:"none","margin-left":"10px",width:"calc(100% - 250px)"}).appendTo(n),(n=RED.palette.getCategories()).sort(function(e,t){return e.label.localeCompare(t.label)}),n.forEach(function(e){o.append($("<option/>").val(e.id).text(e.label))}),o.append($("<option/>").attr("disabled",!0).text("---")),o.append($("<option/>").val("_custom_").text(RED._("palette.addCategory"))),$("#subflow-appearance-input-category").on("change",function(){"_custom_"===$(this).val()?($("#subflow-appearance-input-category").width(120),$("#subflow-appearance-input-custom-category").show()):($("#subflow-appearance-input-category").width(250),$("#subflow-appearance-input-custom-category").hide())}),$("#subflow-appearance-input-category").val(l.category||"subflows"),l.id,$("#red-ui-editor-subflow-user-count").text(RED._("subflow.subflowInstances",{count:l.instances.length})).show()),$('<div class="form-row"><label for="node-input-show-label-btn" data-i18n="editor.label"></label><span style="margin-right: 2px;"/><input type="checkbox" id="node-input-show-label"/></div>').appendTo(e),$("#node-input-show-label").toggleButton({enabledLabel:RED._("editor.show"),disabledLabel:RED._("editor.hide")}),l.hasOwnProperty("l")||(l.l=!l._def.hasOwnProperty("showLabel")||l._def.showLabel),$("#node-input-show-label").prop("checked",l.l).trigger("change"),"subflow"===l.type&&(n=l.color||"#DDAA99",v=$("<div/>",{class:"form-row"}).appendTo(e),$("<label/>").text(RED._("editor.color")).appendTo(v),RED.editor.colorPicker.create({id:"red-ui-editor-node-color",value:n,defaultValue:"#DDAA99",palette:["#DDAA99","#3FADB5","#87A980","#A6BBCF","#AAAA66","#C0C0C0","#C0DEED","#C7E9C0","#D7D7A0","#D8BFD8","#DAC4B4","#DEB887","#DEBD5C","#E2D96E","#E6E0F8","#E7E7AE","#E9967A","#F3B567","#FDD0A2","#FDF0C2","#FFAAAA","#FFCC66","#FFF0F0","#FFFFFF"],sortPalette:function(e,t){return e.l-t.l}}).appendTo(v),$("#red-ui-editor-node-color").on("change",function(e){var t=$(this).val(),o=(a.css("backgroundColor",t),RED.utils.getDarkerColor(t));o!==t&&a.css("border-color",o)})),l._def.defaults&&l._def.defaults.hasOwnProperty("icon")||(n=$('<div class="form-row"></div>').appendTo(e),$('<label data-i18n="editor.settingIcon">').appendTo(n),i=$('<button type="button" class="red-ui-button red-ui-editor-node-appearance-button">').appendTo(n),$('<i class="fa fa-caret-down"></i>').appendTo(i),a=$("<div>",{class:"red-ui-search-result-node"}).appendTo(i),v=RED.utils.getNodeColor(l.type,l._def),s=RED.utils.getNodeIcon(l._def,l),a.css("backgroundColor",v),(r=RED.utils.getDarkerColor(v))!==v&&a.css("border-color",r),d=$("<div/>",{class:"red-ui-palette-icon-container"}).appendTo(a),RED.utils.createIconElement(s,d,!0),i.on("click",function(e){e.preventDefault();var e=$("#red-ui-editor-node-icon").val()||"",e=e?RED.utils.separateIconPath(e):RED.utils.getDefaultNodeIcon(l._def,l),t=RED.utils.getNodeColor(l.type,l._def);"subflow"===l.type&&(t=$("#red-ui-editor-node-color").val()),RED.editor.iconPicker.show(i,t,e,!1,function(e){$("#red-ui-editor-node-icon").val(e||"");e=RED.utils.getNodeIcon(l._def,{type:l.type,icon:e});RED.utils.createIconElement(e,d,!0)})}),RED.popover.tooltip(i,function(){return $("#red-ui-editor-node-icon").val()||RED._("editor.default")}),$('<input type="hidden" id="red-ui-editor-node-icon">').val(l.icon).appendTo(n)),$('<div class="form-row"><span data-i18n="editor.portLabels"></span></div>').appendTo(e),l.inputs||l._def.inputs||0),u=l.outputs||l._def.outputs||0,p=("subflow"===l.type&&(c=l.in.length,u=l.out.length),l.inputLabels||[]),f=l.outputLabels||[],h=l._def.inputLabels?RED._("editor.defaultLabel"):RED._("editor.noDefaultLabel"),g=l._def.outputLabels?RED._("editor.defaultLabel"):RED._("editor.noDefaultLabel"),m=($('<div class="form-row"><span style="margin-left: 50px;" data-i18n="editor.labelInputs"></span><div id="red-ui-editor-node-label-form-inputs"></div></div>').appendTo(e),$("#red-ui-editor-node-label-form-inputs"));if(0<c)for(t=0;t<c;t++)w("input",t,p[t],h).appendTo(m);else w().appendTo(m);$('<div class="form-row"><span style="margin-left: 50px;" data-i18n="editor.labelOutputs"></span><div id="red-ui-editor-node-label-form-outputs"></div></div>').appendTo(e);var v,b=$("#red-ui-editor-node-label-form-outputs");if(0<u)for(t=0;t<u;t++)w("output",t,f[t],g).appendTo(b);else w().appendTo(b);"subflow"===y.type?this.defaultIcon="node-red/subflow.svg":(v=RED.utils.getDefaultNodeIcon(y._def,y),this.defaultIcon=v.module+"/"+v.file,y.icon&&y.icon!==this.defaultIcon?this.isDefaultIcon=!1:this.isDefaultIcon=!0)},resize:function(e){},close:function(){},show:function(){this.content;var e,t=y,o=t._def.inputLabels?RED._("editor.defaultLabel"):RED._("editor.noDefaultLabel"),n=t._def.outputLabels?RED._("editor.defaultLabel"):RED._("editor.noDefaultLabel"),i=$("#red-ui-editor-node-label-form-inputs"),a=$("#red-ui-editor-node-label-form-outputs"),s=$("#node-input-inputs").val();void 0===s?e="subflow"===t.type?t.in.length:t.inputs||t._def.inputs||0:(e=Math.min(1,Math.max(0,parseInt(s))),isNaN(e)&&(e=0));var r,d,l,c,u=i.children(),p=u.length;if(1===p&&$(u[0]).hasClass("red-ui-editor-node-label-form-none")&&p--,p<e)for(0===p&&$(u[0]).remove(),d=p;d<e;d++)w("input",d,"",o).appendTo(i);else if(e<p){for(d=e;d<p;d++)$(u[d]).remove();0===e&&w().appendTo(i)}if(void 0===(s=$("#node-input-outputs").val())?"subflow"===t.type?r=t.out.length:e=t.outputs||t._def.outputs||0:isNaN(s)?(l=JSON.parse(s),t=Object.keys(l),u=a.children(),1===(p=u.length)&&$(u[0]).hasClass("red-ui-editor-node-label-form-none")&&p--,r=0,c=[],t.forEach(function(e){var t=$("#red-ui-editor-node-label-form-output-"+e).parent();0===t.length&&-1!==l[e]?(0===p&&($(u[0]).remove(),p=-1),t=w("output",e,"",n)):t.detach(),-1!==l[e]&&(r++,c.push({i:parseInt(l[e]),r:t}))}),c.sort(function(e,t){return e.i-t.i}),c.forEach(function(e,t){e.r.find("label").text(t+1+"."),e.r.appendTo(a)}),0===c.length&&w("output",d,"").appendTo(a)):r=Math.max(0,parseInt(s)),u=a.children(),1===(p=u.length)&&$(u[0]).hasClass("red-ui-editor-node-label-form-none")&&p--,p<r)for(0===p&&$(u[0]).remove(),d=p;d<r;d++)w("output",d,"").appendTo(a);else if(r<p){for(d=r;d<p;d++)$(u[d]).remove();0===r&&w().appendTo(a)}},apply:function(e){!function(o,e,n){var t=$("#red-ui-editor-node-label-form-inputs").children().find("input"),i=$("#red-ui-editor-node-label-form-outputs").children().find("input"),a=!1,s=!1,r=t.map(function(){var e=$(this).val();return a=a||""!==e,e}).toArray().slice(0,o.inputs);(void 0===o.inputLabels&&a||void 0!==o.inputLabels&&JSON.stringify(r)!==JSON.stringify(o.inputLabels))&&(e.inputLabels=o.inputLabels,o.inputLabels=r,s=!0);a=!1,r=new Array(o.outputs),i.each(function(){var e,t=$(this).attr("id").substring("red-ui-editor-node-label-form-output-".length);n&&n.hasOwnProperty(t)&&-1===(t=parseInt(n[t]))||(e=$(this).val(),a=a||""!==e,"subflow"!==o.type||o.outputLabels&&o.outputLabels[t]===e||(o.out[t].dirty=!0),r[t]=e)}),(void 0===o.outputLabels&&a||void 0!==o.outputLabels&&JSON.stringify(r)!==JSON.stringify(o.outputLabels))&&(e.outputLabels=o.outputLabels,o.outputLabels=r,s=!0,"subflow"===o.type&&RED.view.redraw());return s}(y,e.changes,e.outputMap)||(e.changed=!0),y._def.defaults&&y._def.defaults.hasOwnProperty("icon")||(t=$("#red-ui-editor-node-icon").val()||"",this.isDefaultIcon?""!==t&&t!==this.defaultIcon?(e.changes.icon=y.icon,y.icon=t,e.changed=!0):(o=(o=RED.utils.getDefaultNodeIcon(y._def,y)).module+"/"+o.file,this.defaultIcon!==o&&(e.changes.icon=y.icon,y.icon=o,e.changed=!0)):(y.icon&&t!==y.icon||!y.icon&&""!==t)&&(e.changes.icon=y.icon,y.icon=t,e.changed=!0)),"subflow"===y.type&&((o="subflows"===(o="_custom_"===(o=$("#subflow-appearance-input-category").val().trim())&&""===(o=$("#subflow-appearance-input-custom-category").val().trim())?y.category:o)?"":o)!=y.category&&(e.changes.category=y.category,y.category=o,e.changed=!0),y.color!==(t=$("#red-ui-editor-node-color").val())&&(e.changes.color=y.color,y.color=t,e.changed=!0,RED.utils.clearNodeColorCache(),"subflow"===y.type&&(RED.nodes.getType("subflow:"+y.id).color=t)));var t,o=!y._def.hasOwnProperty("showLabel")||y._def.showLabel;$("#node-input-show-label").prop("checked")?o?(y.hasOwnProperty("l")&&!y.l&&(e.changes.l=y.l,e.changed=!0),delete y.l):(y.l||(e.changes.l=y.l,e.changed=!0),y.l=!0):o?(!1!==y.l&&(e.changes.l=y.l,e.changed=!0),y.l=!1):(y.hasOwnProperty("l")&&y.l&&(e.changes.l=y.l,e.changed=!0),delete y.l)}}})}(),RED.editor.registerEditPane("editor-tab-description",function(n){return{label:RED._("editor-tab.description"),name:RED._("editor-tab.description"),iconClass:"fa fa-file-text-o",create:function(e){var t,o;this.editor=(e=e,t=n,e=$('<form class="dialog-form form-horizontal" autocomplete="off"></form>').appendTo(e),$("<div></div>").appendTo(e),e=$('<div class="form-row node-text-editor-row" style="position:relative; padding-top: 4px; height: 100%"></div>').appendTo(e),o="node-info-input-info-editor-"+Math.floor(1e3*Math.random()),$('<div style="height: 100%" class="node-text-editor" id="'+o+'" ></div>').appendTo(e),e=RED.editor.createEditor({id:o,mode:"ace/mode/markdown",stateId:RED.editor.generateViewStateId("node",t,"nodeinfo"),value:t.info||""}),t.infoEditor=e)},resize:function(e){this.editor.resize()},close:function(){this.editor.destroy(),this.editor=null},show:function(){this.editor.focus()},apply:function(e){var t=n.info,o=this.editor.getValue();t?""===o.trim()?(e.changed=!0,e.changes.info=t,delete n.info):o!==t&&(e.changed=!0,e.changes.info=t,n.info=o):""!==o.trim()&&(e.changed=!0,e.changes.info=void 0,n.info=o)}}}),RED.editor.registerEditPane("editor-tab-envProperties",function(i){return{label:RED._("editor-tab.envProperties"),name:RED._("editor-tab.envProperties"),iconClass:"fa fa-list",create:function(e){e=$('<form class="dialog-form form-horizontal"></form>').appendTo(e),e=$('<div class="form-row node-input-env-container-row"></div>').appendTo(e);this.list=$("<ol></ol>").appendTo(e),RED.editor.envVarList.create(this.list,i)},resize:function(e){this.list.editableList("height",e.height)},close:function(){},apply:function(t){var e,o=i.env,n=[];/^subflow:/.test(i.type)&&(n=RED.subflow.exportSubflowInstanceEnv(i)),this.list.editableList("items").each(function(e,t){var t=t.data("data");t.nameField&&t.valueField&&""!==(t={name:t.nameField.val(),value:t.valueField.typedInput("value"),type:t.valueField.typedInput("type")}).name.trim()&&n.push(t)}),n&&0<n.length&&n.forEach(function(e){"cred"===e.type&&(i.credentials=i.credentials||{_:{}},i.credentials[e.name]=e.value,i.credentials["has_"+e.name]=""!==e.value,"__PWRD__"!==e.value&&(t.changed=!0),delete e.value)}),o||0!==n.length?(e=n,JSON.stringify(o)!==JSON.stringify(e)&&(t.changes.env=i.env,0===n.length?delete i.env:i.env=n,t.changed=!0)):delete i.env}}}),RED.editor.registerEditPane("editor-tab-flow-properties",function(o){return{label:RED._("editor-tab.properties"),name:RED._("editor-tab.properties"),iconClass:"fa fa-cog",create:function(e){e=$('<form id="dialog-form" class="form-horizontal"></form>').appendTo(e);$('<div class="form-row"><label for="node-input-name" data-i18n="[append]editor:common.label.name"><i class="fa fa-tag"></i> </label><input type="text" id="node-input-name" data-i18n="[placeholder]common.label.name"></div>').appendTo(e),$('<div class="form-row node-text-editor-row"><label for="node-input-info" data-i18n="editor:workspace.info" style="width:300px;"></label><div style="min-height:150px;" class="node-text-editor" id="node-input-info"></div></div>').appendTo(e);this.tabflowEditor=RED.editor.createEditor({id:"node-input-info",mode:"ace/mode/markdown",value:""}),$('<input type="text" style="display: none;" />').prependTo(e),e.on("submit",function(e){e.preventDefault()}),$("#node-input-name").val(o.label),RED.text.bidi.prepareInput($("#node-input-name")),this.tabflowEditor.getSession().setValue(o.info||"",-1)},resize:function(e){$("#node-input-info").css("height",e.height-70+"px"),this.tabflowEditor.resize()},close:function(){this.tabflowEditor.destroy()},apply:function(e){var t=$("#node-input-name").val(),t=(o.label!=t&&(e.changes.label=o.label,e.changed=!0,o.label=t),this.tabflowEditor.getValue());o.info!==t&&(e.changes.info=o.info,e.changed=!0,o.info=t),$("#red-ui-tab-"+o.id.replace(".","-")).toggleClass("red-ui-workspace-disabled",!!o.disabled),$("#red-ui-workspace").toggleClass("red-ui-workspace-disabled",!!o.disabled)}}}),RED.editor.registerEditPane("editor-tab-properties",function(d){return{label:RED._("editor-tab.properties"),name:RED._("editor-tab.properties"),iconClass:"fa fa-cog",create:function(e){var t,o=d.type,n=("subflow"===d.type?o="subflow-template":"subflow:"==d.type.substring(0,8)&&(o="subflow"),t="node-red"===d._def.set.module?"node-red":d._def.set.id,"dialog-form");this.inputClass="node-input","config"===d._def.category&&"group"!==o&&(this.inputClass="node-config-input",n="node-config-dialog-edit-form"),RED.editor.buildEditForm(e,n,o,t,d)},resize:function(e){if(d&&d._def.oneditresize)try{d._def.oneditresize.call(d,e)}catch(e){console.log("oneditresize",d.id,d.type,e.toString())}},close:function(){},apply:function(t){var e,o,n;if(d._def.defaults)for(o in d._def.defaults)if(d._def.defaults.hasOwnProperty(o)){var i,a,s,r=$("#"+this.inputClass+"-"+o);if("checkbox"===r.attr("type")?e=r.prop("checked"):"select"===r.prop("nodeName")&&"multiple"===r.attr("multiple")?null==(e=r.val())&&(e=[]):e="format"in d._def.defaults[o]&&""!==d._def.defaults[o].format&&"DIV"===r[0].nodeName?r.text():r.val(),null!=e){if("outputs"===o){if(""===e.trim())continue;isNaN(e)?(t.outputMap=JSON.parse(e),i=0,a=!1,Object.keys(t.outputMap).forEach(function(e){isNaN(e)?(i++,delete t.outputMap[e]):(t.outputMap[e]=t.outputMap[e]+"","-1"!==t.outputMap[e]?(i++,t.outputMap[e]!==e?a=!0:delete t.outputMap[e]):a=!0)}),e=i,a&&(t.changed=!0)):e=parseInt(e)}d._def.defaults[o].type&&"_ADD_"==e&&(e=""),!function(e,t){try{return e==t?1:JSON.stringify(e)===JSON.stringify(t)}catch(e){}}(d[o],e)&&(d._def.defaults[o].type&&((r=RED.nodes.node(d[o]))&&((s=r.users).splice(s.indexOf(d),1),RED.events.emit("nodes:change",r)),(r=RED.nodes.node(e))&&(r.users.push(d),RED.events.emit("nodes:change",r))),t.changes[o]=d[o],d[o]=e,t.changed=!0)}}d._def.credentials&&(n=d._def.credentials,n=function(e,t,o){var n,i=!1;e.credentials?e.credentials._||(e.credentials._={}):e.credentials={_:{}};for(n in t)if(t.hasOwnProperty(n)){var a=$("#"+o+"-"+n);if(0<a.length){a=a.val();if("password"==t[n].type){if(e.credentials["has_"+n]=""!==a,"__PWRD__"==a)continue;i=!0}(e.credentials[n]=a)!=e.credentials._[n]&&(i=!0)}}return i}(d,n,this.inputClass),t.changed=t.changed||n)}}}),function(){function n(t,o){var n;t.on("change keyup paste",function(){n=n||setTimeout(function(){var e=o(t.val());t.toggleClass("input-error",!!e),n=null})})}RED.editor.registerEditPane("editor-tab-subflow-module",function(i){return{label:RED._("editor-tab.module"),name:RED._("editor-tab.module"),iconClass:"fa fa-cube",create:function(e){var t=i,o=($('<form class="dialog-form form-horizontal" autocomplete="off"><div class="form-row"><label for="subflow-input-module-module" data-i18n="[append]editor:subflow.module"><i class="fa fa-cube"></i> </label><input style="width: calc(100% - 110px)" type="text" id="subflow-input-module-module" data-i18n="[placeholder]common.label.name"></div><div class="form-row"><label for="subflow-input-module-type" data-i18n="[append]editor:subflow.type"> </label><input style="width: calc(100% - 110px)" type="text" id="subflow-input-module-type"></div><div class="form-row"><label for="subflow-input-module-version" data-i18n="[append]editor:subflow.version"></label><input style="width: calc(100% - 110px)" type="text" id="subflow-input-module-version" data-i18n="[placeholder]editor:subflow.versionPlaceholder"></div><div class="form-row"><label for="subflow-input-module-desc" data-i18n="[append]editor:subflow.desc"></label><input style="width: calc(100% - 110px)" type="text" id="subflow-input-module-desc"></div><div class="form-row"><label for="subflow-input-module-license" data-i18n="[append]editor:subflow.license"></label><input style="width: calc(100% - 110px)" type="text" id="subflow-input-module-license"></div><div class="form-row"><label for="subflow-input-module-author" data-i18n="[append]editor:subflow.author"></label><input style="width: calc(100% - 110px)" type="text" id="subflow-input-module-author" data-i18n="[placeholder]editor:subflow.authorPlaceholder"></div><div class="form-row"><label for="subflow-input-module-keywords" data-i18n="[append]editor:subflow.keys"></label><input style="width: calc(100% - 110px)" type="text" id="subflow-input-module-keywords" data-i18n="[placeholder]editor:subflow.keysPlaceholder"></div></form>').appendTo(e),t.meta||{});["module","type","version","author","desc","keywords","license"].forEach(function(e){$("#subflow-input-module-"+e).val(o[e]||"")}),$("#subflow-input-module-type").attr("placeholder",t.id),n($("#subflow-input-module-module"),function(e){var t=(e=e.trim()).length<215;return t=(t=t&&!/^[._]/.test(e))&&!/[A-Z]/.test(e),(t=e!==encodeURIComponent(e)?!!(e=/^@([^\/]+)\/([^\/]+)$/.exec(e))&&(t&&e[1]===encodeURIComponent(e[1])&&e[2]===encodeURIComponent(e[2])):t)?"":"Invalid module name"}),n($("#subflow-input-module-version"),function(e){return""===(e=e.trim())||/^(\d|[1-9]\d*)\.(\d|[1-9]\d*)\.(\d|[1-9]\d*)(-(0|[1-9A-Za-z-][0-9A-Za-z-]*|[0-9]*[A-Za-z-][0-9A-Za-z-]*)(\.(0|[1-9A-Za-z-][0-9A-Za-z-]*|[0-9]*[A-Za-z-][0-9A-Za-z-]*))*)?(\+[0-9A-Za-z-]+(\.[0-9A-Za-z-]+)*)?$/.test(e)?"":"Invalid version number"}),(t={types:(e=["none","Apache-2.0","BSD-3-Clause","BSD-2-Clause","GPL-2.0","GPL-3.0","MIT","MPL-2.0","CDDL-1.0","EPL-2.0"]).map(function(e){return{value:e,label:"none"===e?RED._("editor:subflow.licenseNone"):e,hasValue:!1}})}).types.push({value:"_custom_",label:RED._("editor:subflow.licenseOther"),icon:"red/images/typedInput/az.svg"}),o.license?-1<e.indexOf(o.license)?t.default=o.license:t.default="_custom_":t.default="none",$("#subflow-input-module-license").typedInput(t)},resize:function(e){},close:function(){},apply:function(e){var t,o,n=function(){var t,o={},e=(["module","type","version","author","desc","keywords"].forEach(function(e){(t=$("#subflow-input-module-"+e).val().trim())&&(o[e]=t)}),$("#subflow-input-module-license").typedInput("type"));"_custom_"===e?(t=$("#subflow-input-module-license").val())&&(o.license=t):"none"!==e&&(o.license=e);return o}();t=i.meta,o=n,JSON.stringify(t)!==JSON.stringify(o)&&(e.changes.meta=i.meta,i.meta=n,e.changed=!0)}}})}(),RED.editor.registerTypeEditor("_buffer",{show:function(i){var r,a,s=i.value,e=i.cancel,t=i.complete,d=(0===$("script[data-template-name='_buffer']").length&&$('<script type="text/x-red" data-template-name="_buffer"><div id="red-ui-editor-type-buffer-panels"><div id="red-ui-editor-type-buffer-panel-str" class="red-ui-panel"><div class="form-row" style="margin-bottom: 3px; text-align: right;"><button class="red-ui-editor-type-buffer-type red-ui-button red-ui-button-small"><i class="fa fa-exclamation-circle"></i> <span id="red-ui-editor-type-buffer-type-string" data-i18n="bufferEditor.modeString"></span><span id="red-ui-editor-type-buffer-type-array" data-i18n="bufferEditor.modeArray"></span></button></div><div class="form-row node-text-editor-row"><div class="node-text-editor" id="red-ui-editor-type-buffer-str"></div></div></div><div id="red-ui-editor-type-buffer-panel-bin" class="red-ui-panel"><div class="form-row node-text-editor-row" style="margin-top: 10px; margin-bottom:0;"><div class="node-text-editor" id="red-ui-editor-type-buffer-bin"></div></div></div></div><\/script>').appendTo("#red-ui-editor-node-configs"),RED.view.state(RED.state.EDITING),[]),o={title:i.title,focusElement:i.focusElement,width:"inherit",buttons:[{id:"node-dialog-cancel",text:RED._("common.label.cancel"),click:function(){e&&e(),RED.tray.close()}},{id:"node-dialog-ok",text:RED._("common.label.done"),class:"primary",click:function(){d.saveView(),t&&t(JSON.stringify(r),null,d),RED.tray.close()}}],resize:function(e){var t=$("#dialog-form").height();a&&a.resize(t)},open:function(e){function n(e){for(var t=!0,o="string"==typeof e,n=[],i=0,a=(r=o?function(e){for(var t=[],o=0,n=e.length,o=0;o<n;o++){var i=e.charCodeAt(o);i<128?t.push(i):(i<2048?t.push(192|i>>6):(i<55296||57344<=i?t.push(224|i>>12):(o++,i=65536+((1023&i)<<10|1023&e.charAt(o)),t.push(240|i>>18),t.push(128|i>>12&63)),t.push(128|i>>6&63)),t.push(128|63&i))}return t}(e):e).length,i=0;i<a;i++){var s=parseInt(r[i]);if(!o&&(isNaN(s)||s<0||255<s)){t=!1;break}0<i&&(i%8==0?i%16==0?n.push("\n"):n.push(" "):n.push(" ")),n.push((s<16?"0":"")+s.toString(16).toUpperCase())}return t&&($("#red-ui-editor-type-buffer-type-string").toggle(o),$("#red-ui-editor-type-buffer-type-array").toggle(!o),bufferBinEditor.setValue(n.join(""),1)),t}function t(){var e=d.getValue(),t=!1;if(/^[\s]*\[[\s\S]*\][\s]*$/.test(e)){t=!0;try{var o=JSON.parse(e),t=n(o)}catch(e){t=!1}}t||n(e)}var o,e=RED.editor.buildEditForm(e.find(".red-ui-tray-body"),"dialog-form","_buffer","editor");d=RED.editor.createEditor({id:"red-ui-editor-type-buffer-str",value:s||"",stateId:RED.editor.generateViewStateId("buffer",i,""),focus:!0,mode:"ace/mode/text"}),bufferBinEditor=RED.editor.createEditor({id:"red-ui-editor-type-buffer-bin",value:"",stateId:!1,focus:!1,mode:"ace/mode/text",readOnly:!0});d.getSession().on("change",function(){clearTimeout(o),o=setTimeout(t,200)}),t(),e.i18n(),a=RED.panels.create({id:"red-ui-editor-type-buffer-panels",resize:function(e,t){var o=$("#red-ui-editor-type-buffer-panel-str"),o=(e-=$(o.children()[0]).outerHeight(!0),$(o.children()[1])),e=(e-=parseInt(o.css("marginTop"))+parseInt(o.css("marginBottom")),$("#red-ui-editor-type-buffer-str").css("height",e-5+"px"),d.resize(),$("#red-ui-editor-type-buffer-panel-bin")),o=$(e.children()[0]);t-=parseInt(o.css("marginTop"))+parseInt(o.css("marginBottom")),$("#red-ui-editor-type-buffer-bin").css("height",t-5+"px"),bufferBinEditor.resize()}}),$(".red-ui-editor-type-buffer-type").on("click",function(e){e.preventDefault(),RED.sidebar.help.set(RED._("bufferEditor.modeDesc"))})},close:function(){i.onclose&&i.onclose(),d.destroy(),bufferBinEditor.destroy()},show:function(){}};RED.tray.show(o)}}),RED.editor.codeEditor=function(){const o="monaco",n=o,e={lib:n,options:{}};var i=null,a=!1;return{init:function(){var t=RED.editor.codeEditor.settings.lib===o?o:"ace";try{var e=RED.utils.getBrowserInfo();(i=RED.editor.codeEditor[t])&&(t!=o||!e.ie&&window.monaco)||(i=RED.editor.codeEditor[n]),a=i.init()}catch(e){i=null,console.warn("Problem initialising '"+t+"' code editor",e)}a||(i=RED.editor.codeEditor[n],a=i.init())},get settings(){return RED.settings.get("codeEditor")||e},get editor(){return i},create:function(e){return e||(console.warn("createEditor() options are missing"),e={}),this.editor.type===o&&(e.element||e.id||(e.id="node-backwards-compatability-dummy-editor"),e.element=e.element||$("#"+e.id)[0],e.element||(console.warn("createEditor() options.element or options.id is not valid",e),$("#dialog-form").append('<div id="'+e.id+'" style="display: none;" />'))),this.editor.create(e)}}}(),RED.editor.colorPicker=RED.colorPicker={create:function(c){function u(e){var t,o;"none"===e?(i.addClass("red-ui-color-picker-cell-none").css({"background-color":"",opacity:1}),n.css({"border-color":""})):(t=parseFloat(b.val()),i.removeClass("red-ui-color-picker-cell-none").css({"background-color":e,opacity:t}),"#"===(o=RED.utils.getDarkerColor(e))[0]?o+=Math.round(255*Math.floor(100*t)/100).toString(16):o="",n.css({"border-color":o})),c.hasOwnProperty("opacity")&&$(".red-ui-color-picker-opacity-slider-overlay").css({"background-image":"linear-gradient(90deg, transparent 0%, "+e+" 100%)"})}var e=c.value,t=c.id,p=c.palette||[],f=c.cellWidth||30,h=c.cellHeight||30,g=c.cellMargin||2,m=c.cellPerRow||6,o=$("<div>",{style:"display:inline-block"}),v=$("<input/>",{id:t,type:"hidden",value:e}).appendTo(o),b=$("<input/>",{id:t+"-opacity",type:"hidden",value:c.hasOwnProperty("opacity")?c.opacity:"1"}).appendTo(o),y=$('<button type="button" class="red-ui-button red-ui-editor-node-appearance-button">').appendTo(o),n=($('<i class="fa fa-caret-down"></i>').appendTo(y),$("<div>",{class:"red-ui-search-result-node"}).appendTo(y)),i=($("<div>",{class:"red-ui-color-picker-cell-none"}).appendTo(n),$("<div>",{class:"red-ui-color-picker-swatch"}).appendTo(n));return y.on("click",function(e){var t,o,n,i=p.length,a=$("<div/>",{class:"red-ui-color-picker"}).css({width:(f+g+g)*m+"px",height:Math.ceil(i/m)*(h+g+g)+"+px"}),s=0,r=null,d=(r=$("<div/>").appendTo(a),$("<input>",{type:"text",value:v.val()}).appendTo(r)),i=d,l=(d.on("change",function(e){var t=d.val();c.defaultValue&&!t.match(/^([a-z]+|#[0-9a-fA-F]{6}|#[0-9a-fA-F]{3})$/)&&(t=c.defaultValue),v.val(t).trigger("change"),u(t)}),c.none&&(r=$("<div/>").appendTo(a),$("<button/>",{class:"red-ui-color-picker-cell red-ui-color-picker-cell-none"}).css({width:f+"px",height:h+"px",margin:g+"px"}).appendTo(r).on("click",function(e){e.preventDefault(),d.val("none"),d.trigger("change")})),p.forEach(function(t){s%m==0&&(r=$("<div/>").appendTo(a)),$("<button/>",{class:"red-ui-color-picker-cell"}).css({width:f+"px",height:h+"px",margin:g+"px",backgroundColor:t,"border-color":RED.utils.getDarkerColor(t)}).appendTo(r).on("click",function(e){e.preventDefault(),d.val(t),d.trigger("change")}),s++}),(c.none||c.hasOwnProperty("opacity"))&&(r=$("<div/>").appendTo(a),c.hasOwnProperty("opacity")&&((t=$("<div>",{class:"red-ui-color-picker-opacity-slider"}).appendTo(r)).on("mousedown",function(e){e.target!==o[0]&&(e=e.offsetX/t.width(),o.css({left:e*(t.width()-o.outerWidth())+"px"}),e=Math.floor(100*e),b.val(e/100),n.text(e+"%"),u(v.val()))}),$("<div>",{class:"red-ui-color-picker-opacity-slider-overlay"}).appendTo(t),o=$("<div>",{class:"red-ui-color-picker-opacity-slider-handle red-ui-button red-ui-button-small"}).appendTo(t).draggable({containment:"parent",axis:"x",drag:function(e,t){t=Math.max(0,t.position.left/($(this).parent().width()-$(this).outerWidth())),t=Math.floor(100*t);b.val((t=99===t?100:t)/100),n.text(t+"%"),u(v.val())}}),n=$("<small></small>").appendTo(r),setTimeout(function(){o.css({left:parseFloat(b.val())*(t.width()-o.outerWidth())+"px"}),n.text(Math.floor(100*b.val())+"%")},50))),RED.popover.panel(a));setTimeout(function(){u(v.val())},50),l.show({target:y,onclose:function(){y.focus()}}),i&&i.focus()}),setTimeout(function(){u(v.val())},50),o}},RED.editor.envVarList=function(){var E="en-US",D=["str","num","bool","json","bin","env"],R=["str","num","bool","json","bin","env","cred"];function x(e,t,o){if(e){if(e[o])return e[o];if(o){o=o.substring(0,2);if(e[o])return e[o]}}return t}return{create:function(b,y){var e,w="subflow"===y.type,o=(b.css({"min-height":"150px","min-width":"450px"}).editableList({header:w?$('<div><div><div></div><div data-i18n="common.label.name"></div><div data-i18n="editor-tab.defaultValue"></div><div></div></div></div>'):void 0,addItem:function(t,e,o){w&&t.addClass("red-ui-editor-subflow-env-editable");var n,s,i,a,r,d,l,c,u,p,f=$("<div/>").appendTo(t),h=null,g=null,h=$("<input/>",{class:"node-input-env-name",type:"text",placeholder:RED._("common.label.name")}).attr("autocomplete","disable").appendTo(f).val(o.name),g=$("<input/>",{style:"width:100%",class:"node-input-env-value",type:"text"}).attr("autocomplete","disable").appendTo(f),m=(m=o.ui&&o.ui.opts&&o.ui.opts.types)||(w?D:R),m=(g.typedInput({default:"str",types:m}),g.typedInput("type",o.type),"cred"!==o.type||o.value?g.typedInput("value",o.value):y.credentials&&y.credentials[o.name]?g.typedInput("value",y.credentials[o.name]):y.credentials&&y.credentials["has_"+o.name]?g.typedInput("value","__PWRD__"):g.typedInput("value",""),o.nameField=h,o.valueField=g,$("<a/>",{href:"#",class:"red-ui-editableList-item-remove red-ui-button red-ui-button-small"}).appendTo(f)),v=($("<i/>",{class:"fa "+(o.parent?"fa-reply":"fa-remove")}).appendTo(m),RED.popover.tooltip(m,RED._("subflow.env.remove")));m.on("click",function(e){e.preventDefault(),v.close(),t.parent().addClass("red-ui-editableList-item-deleting"),t.fadeOut(300,function(){b.editableList("removeItem",o)})}),w&&("cred"===o.type?(o.ui=o.ui||{icon:"",type:"cred"},o.ui.type="cred"):o.ui=o.ui||{icon:"",type:"input",opts:{types:D}},o.ui.label=o.ui.label||{},o.ui.type=o.ui.type||"input","cred"===o.ui.type&&o.ui.opts&&o.ui.opts.types&&(o.ui.type="input"),n=$("<div/>").appendTo(t).hide(),$('<a href="#"><i class="fa fa-angle-right"></a>').prependTo(f).on("click",function(e){e.preventDefault(),$(this).hasClass("expanded")?(n.slideUp(),$(this).removeClass("expanded")):(n.slideDown(),$(this).addClass("expanded"))}),m=n,s=o.ui,f=h,i=g,m.addClass("red-ui-editor-subflow-env-ui-row"),g=$("<div></div>").appendTo(m),$("<div></div>").appendTo(g),$("<div>").text(RED._("editor.icon")).appendTo(g),$("<div>").text(RED._("editor.label")).appendTo(g),$("<div>").text(RED._("editor.inputType")).appendTo(g),g=$("<div></div>").appendTo(m),$('<div><i class="red-ui-editableList-item-handle fa fa-bars"></i></div>').appendTo(g),a={input:{types:D},select:{opts:[]},spinner:{},cred:{}},s.opts?a[s.type]=s.opts:s.opts=a[s.type],m=$("<div></div>").appendTo(g),(r=$('<a href="#"></a>').appendTo(m)).on("click",function(e){e.preventDefault();e=s.icon||"",e=e?RED.utils.separateIconPath(e):{};RED.editor.iconPicker.show(r,null,e,!0,function(e){r.empty();var e=e||"",t=RED.utils.separateIconPath(e);t&&$('<i class="fa"></i>').addClass(t.file).appendTo(r),s.icon=e})}),s.icon&&(m=RED.utils.separateIconPath(s.icon),$('<i class="fa '+m.file+'"></i>').appendTo(r)),m=$("<div></div>").appendTo(g),u=s.label&&s.label[E]||"",c=$('<input type="text">').val(u).appendTo(m),(s.labelField=c).on("change",function(e){s.label=s.label||{};var t=$(this).val().trim();""===t?delete s.label[E]:s.label[E]=t}),u=$('<span class="red-ui-editor-subflow-env-lang-icon"><i class="fa fa-language"></i></span>').appendTo(m),RED.popover.tooltip(u,function(){var e=Object.keys(s.label),o=$("<div>");return-1===e.indexOf(E)&&(e.push(E),e.sort()),e.forEach(function(e){var t=$("<div>").appendTo(o);$("<span>").css({display:"inline-block",width:"120px"}).text(RED._("languages."+e)+(e===E?"*":"")).appendTo(t),$("<span>").text(s.label[e]||"").appendTo(t)}),o}),f.on("change",function(e){c.attr("placeholder",$(this).val())}),m=$("<div></div>").appendTo(g),p=$('<input type="text">').css("width","100%").appendTo(m),"input"===s.type&&p.val(s.opts.types.join(",")),p.typedInput({types:[{value:"input",label:RED._("editor.inputs.input"),icon:"fa fa-i-cursor",showLabel:!1,multiple:!0,options:[{value:"str",label:RED._("editor.types.str"),icon:"red/images/typedInput/az.svg"},{value:"num",label:RED._("editor.types.num"),icon:"red/images/typedInput/09.svg"},{value:"bool",label:RED._("editor.types.bool"),icon:"red/images/typedInput/bool.svg"},{value:"json",label:RED._("editor.types.json"),icon:"red/images/typedInput/json.svg"},{value:"bin",label:RED._("editor.types.bin"),icon:"red/images/typedInput/bin.svg"},{value:"env",label:RED._("editor.types.env"),icon:"red/images/typedInput/env.svg"},{value:"cred",label:RED._("editor.types.cred"),icon:"fa fa-lock"}],default:D,valueLabel:function(e,t){e.css("padding",0);var e=$('<div class="red-ui-editor-subflow-env-input-type"></div>').appendTo(e),o=$('<div class="placeholder-input">').appendTo(e);$('<span><i class="fa fa-i-cursor"></i></span>').appendTo(o),t.length?t.forEach(function(e){var t;/^fa /.test(e.icon)?(t=$("<span>",{style:"max-width:14px; padding: 0 3px; margin-top:-4px; margin-left: 1px"}).appendTo(o),$("<i>",{class:e.icon}).appendTo(t)):$("<img>",{src:e.icon,style:"max-width:14px; padding: 0 3px; margin-top:-4px; margin-left: 1px"}).appendTo(o)}):$('<span class="red-ui-editor-subflow-env-input-type-placeholder"></span>').text(RED._("editor.selectType")).appendTo(o)}},{value:"cred",label:RED._("typedInput.type.cred"),icon:"fa fa-lock",showLabel:!1,valueLabel:function(e,t){e.css("padding",0);e=$('<div class="red-ui-editor-subflow-env-input-type">').css({"border-top-right-radius":"4px","border-bottom-right-radius":"4px"}).appendTo(e);$('<div class="placeholder-input">').html("&bull;&bull;&bull;&bull;&bull;&bull;&bull;&bull;").appendTo(e)}},{value:"select",label:RED._("editor.inputs.select"),icon:"fa fa-tasks",showLabel:!1,valueLabel:function(e,t){e.css("padding","0"),l=$("<select></select>").appendTo(e),s.opts&&Array.isArray(s.opts.opts)&&s.opts.opts.forEach(function(e){var t=x(e.l,e.l["en-US"]||e.v,E);$("<option>").val(e.v).text(t).appendTo(l)}),l.on("change",function(e){var t=l.val();i.typedInput("value",t)}),l.val(i.typedInput("value"))},expand:{icon:"fa-caret-down",minWidth:400,content:function(e){var e=$('<div class="red-ui-editor-subflow-ui-edit-panel">').appendTo(e),a=$("<ol>").appendTo(e).editableList({header:$("<div><div>"+RED._("editor.select.label")+"</div><div>"+RED._("editor.select.value")+"</div></div>"),addItem:function(e,t,n){var o=$("<div>").appendTo(e),i=x(n.l,"",E),i=(n.label=$('<input type="text">').val(i).appendTo(o),n.label.on("keydown",function(e){13===e.keyCode&&(n.input.focus(),e.preventDefault())}),$('<span class="red-ui-editor-subflow-env-lang-icon"><i class="fa fa-language"></i></span>').appendTo(o));RED.popover.tooltip(i,function(){return E}),n.input=$('<input type="text">').val(n.v).appendTo(e),n.input.on("keydown",function(e){var t,o;13===e.keyCode&&((o=a.editableList("indexOf",n))+1===a.editableList("length")?(t={},a.editableList("addItem",t),setTimeout(function(){t.label&&t.label.focus()},100)):(o=a.editableList("getItemAt",o+1)).label&&o.label.focus(),e.preventDefault())})},sortable:!0,removable:!0,height:160});return 0<s.opts.opts.length?s.opts.opts.forEach(function(e){a.editableList("addItem",$.extend(!0,{},e))}):a.editableList("addItem",{}),{onclose:function(){var e=a.editableList("items"),i=[];e.each(function(e,t){var t=t.data("data"),o=t.label.val().trim(),n=t.input.val();0<o.length&&(t.l=t.l||{},t.l[E]=o),t.v=n,(0<o.length||0<n.length)&&(o={l:t.l,v:t.v},i.push(o))}),s.opts.opts=i,p.typedInput("value",Date.now())}}}}},{value:"checkbox",label:RED._("editor.inputs.checkbox"),icon:"fa fa-check-square-o",showLabel:!1,valueLabel:function(e,t){e.css("padding",0),(d=$('<input type="checkbox">').appendTo(e)).on("change",function(e){i.typedInput("value",$(this).prop("checked")?"true":"false")}),d.prop("checked","true"===i.typedInput("value"))}},{value:"spinner",label:RED._("editor.inputs.spinner"),icon:"fa fa-sort-numeric-asc",showLabel:!1,valueLabel:function(e,t){e.css("padding",0);var e=$('<div class="red-ui-editor-subflow-env-input-type"></div>').appendTo(e),e=$('<div class="placeholder-input">').appendTo(e),o=($('<span><i class="fa fa-sort-numeric-asc"></i></span>').appendTo(e),s.opts&&s.opts.min),n=s.opts&&s.opts.max,i="";void 0!==o&&void 0!==n?i=Math.min(o,n)+" - "+Math.max(o,n):void 0!==o?i="> "+o:void 0!==n&&(i="< "+n),$("<span>").css("margin-left","15px").text(i).appendTo(e)},expand:{icon:"fa-caret-down",content:function(e){var e=$('<div class="red-ui-editor-subflow-ui-edit-panel">').appendTo(e),t=(e.css("padding","8px 5px"),s.opts.min),o=s.opts.max,n=$('<input type="number" style="margin-bottom:0; width:60px">'),i=(n.val(t),$('<input type="number" style="margin-bottom:0; width:60px">'));return i.val(o),$('<div class="form-row" style="margin-bottom:3px"><label>'+RED._("editor.spinner.min")+"</label></div>").append(n).appendTo(e),$('<div class="form-row" style="margin-bottom:0"><label>'+RED._("editor.spinner.max")+"</label></div>").append(i).appendTo(e),{onclose:function(){var e=n.val().trim(),t=i.val().trim();""!==e?s.opts.min=parseInt(e):delete s.opts.min,""!==t?s.opts.max=parseInt(t):delete s.opts.max,p.typedInput("value",Date.now())}}}}},{value:"none",label:RED._("editor.inputs.none"),icon:"fa fa-times",hasValue:!1},{value:"hide",label:RED._("editor.inputs.hidden"),icon:"fa fa-ban",hasValue:!1}],default:"none"}).on("typedinputtypechange",function(e,t){switch(s.type=$(this).typedInput("type"),s.opts=a[s.type],"input"===s.type?p.typedInput("value",s.opts.types.join(",")):p.typedInput("value",Date.now()),s.type){case"input":i.typedInput("types",s.opts.types);break;case"select":i.typedInput("types",["str"]);break;case"checkbox":i.typedInput("types",["bool"]);break;case"spinner":i.typedInput("types",["num"]);break;case"cred":i.typedInput("types",["cred"]);break;default:i.typedInput("types",D)}"checkbox"===s.type?i.typedInput("type","bool"):"spinner"===s.type&&i.typedInput("type","num"),"checkbox"!==s.type&&(d=null)}).on("change",function(e,t){var o;"input"===s.type&&(o=p.typedInput("value"),s.opts.types=""===o?["str"]:o.split(","),i.typedInput("types",s.opts.types))}),i.on("change",function(e){d&&d.prop("checked","true"===$(this).typedInput("value"))}),p.typedInput("type",s.type),h.trigger("change"))},sortable:".red-ui-editableList-item-handle",removable:!1}),{}),n=[];if(!/^subflow:/.test(y.type)||(e=RED.nodes.subflow(y.type.substring(8))).env&&e.env.forEach(function(e){var t={name:e.name,parent:{type:e.type,value:e.value,ui:e.ui}};n.push(t),o[e.name]=t}),y.env)for(var t=0;t<y.env.length;t++){var i=y.env[t];o.hasOwnProperty(i.name)?(o[i.name].type=i.type,o[i.name].value=i.value):n.push({name:i.name,type:i.type,value:i.value,ui:i.ui})}n.forEach(function(e){e.parent&&e.parent.ui&&"hide"===e.parent.ui.type||!w&&e.parent||b.editableList("addItem",JSON.parse(JSON.stringify(e)))})},setLocale:function(e,t){E=e,t&&t.editableList("items").each(function(e,t){var o=$(this).data("data"),n=o.ui.labelField;n.val(x(o.ui.label,"",E)),n.timeout&&(clearTimeout(n.timeout),delete n.timeout),n.addClass("input-updated"),n.timeout=setTimeout(function(){delete n.timeout,n.removeClass("input-updated")},3e3)})},lookupLabel:x,DEFAULT_ENV_TYPE_LIST:D,DEFAULT_ENV_TYPE_LIST_INC_CRED:R}}(),function(){var h={};RED.editor.registerTypeEditor("_expression",{show:function(n){var p,d,f,i,a=n.parent||"_",s=n.value,e=n.cancel,t=n.complete,r=(0===$("script[data-template-name='_expression']").length&&$('<script type="text/x-red" data-template-name="_expression"><div id="red-ui-editor-type-expression-panels"><div id="red-ui-editor-type-expression-panel-expr" class="red-ui-panel"><div class="form-row" style="margin-bottom: 3px; text-align: right;"><button class="red-ui-editor-type-expression-legacy red-ui-button red-ui-button-small"><i class="fa fa-exclamation-circle"></i> <span data-i18n="expressionEditor.compatMode"></span></button><button id="red-ui-editor-type-expression-reformat" class="red-ui-button red-ui-button-small"><span data-i18n="expressionEditor.format"></span></button></div><div class="form-row node-text-editor-row"><div class="node-text-editor" id="red-ui-editor-type-expression"></div></div></div><div id="red-ui-editor-type-expression-panel-info" class="red-ui-panel"><div class="form-row"><ul id="red-ui-editor-type-expression-tabs"></ul><div id="red-ui-editor-type-expression-tab-help" class="red-ui-editor-type-expression-tab-content hide"><div><select id="red-ui-editor-type-expression-func"></select><button id="red-ui-editor-type-expression-func-insert" class="red-ui-button" data-i18n="expressionEditor.insert"></button></div><div id="red-ui-editor-type-expression-help"></div></div><div id="red-ui-editor-type-expression-tab-test" class="red-ui-editor-type-expression-tab-content hide"><div><span style="display: inline-block; width: calc(50% - 5px);"><span data-i18n="expressionEditor.data"></span><button style="float: right; margin-right: 5px;" id="node-input-example-reformat" class="red-ui-button red-ui-button-small"><span data-i18n="jsonEditor.format"></span></button></span><span style="display: inline-block; margin-left: 10px; width: calc(50% - 5px);" data-i18n="expressionEditor.result"></span></div><div style="display: inline-block; width: calc(50% - 5px);" class="node-text-editor" id="red-ui-editor-type-expression-test-data"></div><div style="display: inline-block; margin-left: 10px; width:calc(50% - 5px);" class="node-text-editor" id="red-ui-editor-type-expression-test-result"></div></div></div></div></div><\/script>').appendTo("#red-ui-editor-node-configs"),RED.view.state(RED.state.EDITING),{title:n.title,focusElement:n.focusElement,width:"inherit",buttons:[{id:"node-dialog-cancel",text:RED._("common.label.cancel"),click:function(){e&&e(),RED.tray.close()}},{id:"node-dialog-ok",text:RED._("common.label.done"),class:"primary",click:function(){$("#red-ui-editor-type-expression-help").text(""),p.saveView(),t&&t(p.getValue(),p.getCursorPosition(),p),RED.tray.close()}}],resize:function(e){var t=$("#dialog-form").height();i&&i.resize(t)},open:function(e){function t(){var e,t,o=d.getValue(),n=p.getValue(),i=!1,a=/(^|[^a-zA-Z0-9_'".])msg([^a-zA-Z0-9_'"]|$)/.test(n);$(".red-ui-editor-type-expression-legacy").toggle(a);try{(t=jsonata(n)).assign("flowContext",function(e){return i=!0,null}),t.assign("globalContext",function(e){return i=!0,null})}catch(e){return void f.setValue(RED._("expressionEditor.errors.invalid-expr",{message:e.message}),-1)}try{e=JSON.parse(o)}catch(e){return void f.setValue(RED._("expressionEditor.errors.invalid-msg",{message:e.toString()}))}try{var s,r=t.evaluate(a?{msg:e}:e);i?f.setValue(RED._("expressionEditor.errors.context-unsupported"),-1):(s=void 0!==r?JSON.stringify(r,null,4):RED._("expressionEditor.noMatch"),f.setValue(s,-1))}catch(e){f.setValue(RED._("expressionEditor.errors.eval",{message:e.message}),-1)}}e.find(".red-ui-tray-body").addClass("red-ui-editor-type-expression");var o,e=RED.editor.buildEditForm(e.find(".red-ui-tray-body"),"dialog-form","_expression","editor"),l=$("#red-ui-editor-type-expression-func"),c=(Object.keys(jsonata.functions).forEach(function(e){l.append($("<option></option>").val(e).text(e))}),l.on("change",function(e){var t=$(this).val(),o="<h5>"+t+"("+RED._("jsonata:"+t+".args",{defaultValue:""})+")</h5>",t=RED.utils.renderMarkdown(RED._("jsonata:"+t+".desc",{defaultValue:""}));$("#red-ui-editor-type-expression-help").html(o+"<p>"+t+"</p>")}),p=RED.editor.createEditor({id:"red-ui-editor-type-expression",value:"",mode:"ace/mode/jsonata",stateId:n.stateId,focus:!0,options:{enableBasicAutocompletion:!0,enableSnippets:!0,enableLiveAutocompletion:!0}}),null),u=-1,e=(p.getSession().setValue(s||"",-1),"ace"==p.type&&p.on("changeSelection",function(){var e=p.getCursorPosition(),t=p.getSession().getTokenAt(e.row,e.column);if(t!==c||t&&/paren/.test(t.type)&&e.column!==u){var o,n=null;if((c=t)&&"keyword"===t.type)o=e.row,n=t;else for(var i=0,a=!1,s=t?("paren.rparen"===t.type&&(u=e.column,i=e.column-(t.start+t.value.length)),o=e.row,t.index):(o=e.row-1,-1);null===n&&-1<o;){var r=p.getSession().getTokens(o);for(-1===s&&(s=r.length-1);-1<s;){var d=r[s].type;if(a){if("keyword"===d){n=r[s];break}a=!1}"paren.lparen"===d?i-=r[s].value.length:"paren.rparen"===d&&(i+=r[s].value.length),i<0&&(a=!0,i=0),s--}n||o--}p.session.removeMarker(null),n&&l.val(n.value).trigger("change")}}),e.i18n(),$("#red-ui-editor-type-expression-func-insert").on("click",function(e){e.preventDefault();p.getCursorPosition();e=l.val(),e=jsonata.getFunctionSnippet(e);p.insertSnippet(e),p.focus()}),$("#red-ui-editor-type-expression-reformat").on("click",function(e){e.preventDefault();e=p.getValue()||"";try{e=jsonata.format(e)}catch(e){}p.getSession().setValue(e||"",-1)}),l.change(),RED.tabs.create({element:$("#red-ui-editor-type-expression-tabs"),onchange:function(e){$(".red-ui-editor-type-expression-tab-content").hide(),e.content.show(),r.resize()}}));e.addTab({id:"expression-help",label:RED._("expressionEditor.functionReference"),content:$("#red-ui-editor-type-expression-tab-help")}),e.addTab({id:"expression-tests",label:RED._("expressionEditor.test"),content:$("#red-ui-editor-type-expression-tab-test")}),d=RED.editor.createEditor({id:"red-ui-editor-type-expression-test-data",value:h[a]||'{\n "payload": "hello world"\n}',stateId:!1,focus:!1,mode:"ace/mode/json",lineNumbers:!1}),$(".red-ui-editor-type-expression-legacy").on("click",function(e){e.preventDefault(),RED.sidebar.help.set(RED._("expressionEditor.compatModeDesc"))});d.getSession().on("change",function(){clearTimeout(o),o=setTimeout(t,200),h[a]=d.getValue()}),p.getSession().on("change",function(){clearTimeout(o),o=setTimeout(t,200)}),f=RED.editor.createEditor({id:"red-ui-editor-type-expression-test-result",value:"",stateId:!1,focus:!1,mode:"ace/mode/json",lineNumbers:!1,readOnly:!0}),i=RED.panels.create({id:"red-ui-editor-type-expression-panels",resize:function(e,t){var o=$("#red-ui-editor-type-expression-panel-expr"),o=(e-=$(o.children()[0]).outerHeight(!0),$(o.children()[1]));e-=parseInt(o.css("marginTop"))+parseInt(o.css("marginBottom")),$("#red-ui-editor-type-expression").css("height",e-5+"px"),p.resize(),t-=$("#red-ui-editor-type-expression-panel-info > .form-row > div:first-child").outerHeight(!0)+20,$(".red-ui-editor-type-expression-tab-content").height(t),$("#red-ui-editor-type-expression-test-data").css("height",t-25+"px"),d.resize(),$("#red-ui-editor-type-expression-test-result").css("height",t-25+"px"),f.resize()}}),$("#node-input-example-reformat").on("click",function(e){e.preventDefault();e=d.getValue()||"";try{e=JSON.stringify(JSON.parse(e),null,4)}catch(e){}d.getSession().setValue(e||"",-1)}),t()},close:function(){n.onclose&&n.onclose(),p.destroy(),d.destroy(),f.destroy()},show:function(){}});RED.tray.show(r)}})}(),RED.editor.iconPicker={show:function(e,s,r,n,d){var t=$('<div class="red-ui-icon-picker">'),o=$("<div>",{class:"red-ui-search-container"}).appendTo(t),l=(searchInput=$('<input type="text">').attr("placeholder",RED._("editor.searchIcons")).appendTo(o).searchBox({delay:50,change:function(){var o=$(this).val().trim();""===o?(l.find(".red-ui-icon-list-module").show(),l.find(".red-ui-icon-list-icon").show()):(l.find(".red-ui-icon-list-module").hide(),l.find(".red-ui-icon-list-icon").each(function(e,t){-1===$(t).data("icon").indexOf(o)?$(t).hide():$(t).show()}))}}),$("<div>").appendTo(t),$('<div class="red-ui-icon-list">').appendTo(t)),o=$('<div class="red-ui-icon-meta"></div>').appendTo(t),c=$("<span>").appendTo(o),i=($('<button type="button" class="red-ui-button red-ui-button-small">'+RED._("editor.useDefault")+"</button>").appendTo(o).on("click",function(e){e.preventDefault(),u.hide(),d(null)}),!s&&n&&l.addClass("red-ui-icon-list-dark"),setTimeout(function(){var o=RED.nodes.getIconSets();Object.keys(o).forEach(function(a){var e,t;n&&"font-awesome"!==a||0<(e=o[a]).length&&(t=$('<div class="red-ui-icon-list-module"></div>').text(a).appendTo(l),$('<i class="fa fa-cube"></i>').prependTo(t),e.forEach(function(e){var t=$("<div>",{class:"red-ui-icon-list-icon"}).appendTo(l),o=$("<div>",{class:"red-ui-search-result-node"}).appendTo(t),n=RED.settings.apiRootUrl+"icons/"+a+"/"+e,i=(t.data("icon",n),s&&(o.css({backgroundColor:s}),(i=RED.utils.getDarkerColor(s))!==s&&o.css("border-color",i)),$("<div/>",{class:"red-ui-palette-icon-container"}).appendTo(o));RED.utils.createIconElement(n,i,!0),r.module===a&&r.file===e&&t.addClass("selected"),t.on("mouseover",function(){c.text(e)}),t.on("mouseout",function(){c.html("&nbsp;")}),t.on("click",function(){u.hide(),d(a+"/"+e)})}))}),setTimeout(function(){i.remove()},50)},300),RED.utils.addSpinnerOverlay(l,!0)),u=RED.popover.panel(t);u.show({target:e}),t.slideDown(100),searchInput.trigger("focus")}},RED.editor.registerTypeEditor("_js",{show:function(t){var i,o=t.value,e=t.cancel,n=t.complete,a=(0===$("script[data-template-name='_js']").length&&$('<script type="text/x-red" data-template-name="_js"><div class="form-row node-text-editor-row"><div style="height: 200px;min-height: 150px;" class="node-text-editor" id="node-input-js"></div></div><\/script>').appendTo("#red-ui-editor-node-configs"),RED.view.state(RED.state.EDITING),{title:t.title,focusElement:t.focusElement,width:t.width||"inherit",buttons:[{id:"node-dialog-cancel",text:RED._("common.label.cancel"),click:function(){e&&e(),RED.tray.close()}},{id:"node-dialog-ok",text:RED._("common.label.done"),class:"primary",click:function(){i.saveView(),n&&n(i.getValue(),i.getCursorPosition(),i),RED.tray.close()}}],resize:function(e){for(var t=$("#dialog-form>div:not(.node-text-editor-row)"),o=($("#dialog-form>div.node-text-editor-row"),$("#dialog-form").height()),n=0;n<t.size();n++)o-=$(t[n]).outerHeight(!0);$(".node-text-editor").css("height",o+"px"),i.resize()},open:function(e){e=RED.editor.buildEditForm(e.find(".red-ui-tray-body"),"dialog-form","_js","editor");i=RED.editor.createEditor({id:"node-input-js",mode:t.mode||"ace/mode/javascript",stateId:t.stateId,focus:!0,value:o,globals:{msg:!0,context:!0,RED:!0,util:!0,flow:!0,global:!0,console:!0,Buffer:!0,setTimeout:!0,clearTimeout:!0,setInterval:!0,clearInterval:!0},extraLibs:t.extraLibs}),t.cursor&&!i._initState&&i.gotoLine(t.cursor.row+1,t.cursor.column,!1),e.i18n()},close:function(){t.onclose&&t.onclose(),i.destroy()},show:function(){}});RED.tray.show(a)}}),function(){var u;function h(e,t,o,n){var i="";if(0<e.children.length)switch(e.children[Math.max(0,Math.min(e.children.length-1,o))].type){case"string":i="";break;case"number":i=0;break;case"boolean":i=!0;break;case"null":i=null;break;case"object":i={};break;case"array":i=[]}if("array"===e.type)r=e.children.length;else for(var a={},s=(e.children.forEach(function(e){a[e.key]=!0}),2),r="item";a[r];)r="item-"+s++;o=g(r,i,e.depth+1,e,n);e.treeList.insertChildAt(o,t,!0),e.treeList.expand()}function g(e,t,o,n,a){var i,s,r,d,l,c={depth:o,type:typeof t},u=$('<span class="red-ui-editor-type-json-editor-label">'),p=(null!=e&&(i="string"==typeof(c.key=e)?'"'+e+'"':e,(s=$('<span class="red-ui-debug-msg-object-key red-ui-editor-type-json-editor-label-key">').text(i).appendTo(u)).addClass("red-ui-debug-msg-type-"+typeof e),n&&"array"===n.type&&s.addClass("red-ui-editor-type-json-editor-label-array-key"),a&&s.addClass("readonly"),s.on("click",function(e){var n;"array"===c.parent.type||a||(e.preventDefault(),e.stopPropagation(),e=Math.max(150,s.width()),n=$('<input type="text" class="red-ui-editor-type-json-editor-key">').css({width:e+"px"}).val(""+c.key).insertAfter(s).typedInput({types:["str"]}),$(document).on("mousedown.nr-ui-json-editor",function(e){for(var t=n.next(".red-ui-typedInput-container")[0],o=e.target;"BODY"!==o.nodeName&&o!==t&&!$(o).hasClass("red-ui-typedInput-options");)o=o.parentElement;"BODY"===o.nodeName&&(e=n.typedInput("value"),c.key=e,s.text("string"==typeof e?'"'+e+'"':e),n.remove(),s.show(),$(document).off("mousedown.nr-ui-json-editor"),$(document).off("keydown.nr-ui-json-editor"))}),$(document).on("keydown.nr-ui-json-editor",function(e){27===e.keyCode&&(n.remove(),s.show(),$(document).off("mousedown.nr-ui-json-editor"),$(document).off("keydown.nr-ui-json-editor"))}),s.hide())}),$("<span>").text(" : ").appendTo(u)),Array.isArray(t)?(c.expanded=o<2,c.type="array",c.deferBuild=2<=o,c.children=function(e,t,o,n){for(var i=[],a=e.length,s=0;s<a;s++)i.push(g(s,e[s],t,o,n));return i}(t,o+1,c,a)):null!==t&&"object"===c.type?(c.expanded=o<2,c.children=function(e,t,o,n){var i,a=[];for(i in e)e.hasOwnProperty(i)&&a.push(g(i,e[i],t,o,n));return a}(t,o+1,c,a),c.deferBuild=2<=o):null===(c.value=t)&&(c.type="null"),"");switch(c.type){case"string":r="str",p='"'+c.value+'"',d="red-ui-debug-msg-type-string";break;case"number":r="num",p=c.value,d="red-ui-debug-msg-type-number";break;case"boolean":r="bool",p=c.value,d="red-ui-debug-msg-type-other";break;case"null":r=c.type,p=c.type,d="red-ui-debug-msg-type-null";break;case"object":r=c.type,p=c.type,d="red-ui-debug-msg-type-meta";break;case"array":r=c.type,p=c.type+"["+c.children.length+"]",d="red-ui-debug-msg-type-meta"}var f=$('<span class="red-ui-editor-type-json-editor-label-value">').addClass(d).text(p).appendTo(u);return a&&f.addClass("readonly"),f.on("click",function(e){var i;a||(e.preventDefault(),e.stopPropagation(),"str"===r?p=p.substring(1,p.length-1):"array"!==r&&"object"!==r||(p=""),e=Math.max(150,f.width()),i=$('<input type="text" class="red-ui-editor-type-json-editor-value">').css({width:e+"px"}).val(""+p).insertAfter(f).typedInput({types:["str","num","bool",{value:"null",label:RED._("common.type.null"),hasValue:!1},{value:"array",label:RED._("common.type.array"),hasValue:!1,icon:"red/images/typedInput/json.svg"},{value:"object",label:RED._("common.type.object"),hasValue:!1,icon:"red/images/typedInput/json.svg"}],default:r}),$(document).on("mousedown.nr-ui-json-editor",function(e){for(var t,o=i.next(".red-ui-typedInput-container")[0],n=e.target;"BODY"!==n.nodeName&&n!==o&&!$(n).hasClass("red-ui-typedInput-options");)n=n.parentElement;if("BODY"===n.nodeName){switch(r=i.typedInput("type"),p=i.typedInput("value"),"num"===r&&(p=p.trim(),isNaN(p)?r="str":""===p&&(p=0)),c.value=p,r){case"str":c.children&&(l=c.children),c.treeList.makeLeaf(!0),c.type="string",t="red-ui-debug-msg-type-string",p='"'+p+'"';break;case"num":c.children&&(l=c.children),c.treeList.makeLeaf(!0),c.type="number",t="red-ui-debug-msg-type-number";break;case"bool":c.children&&(l=c.children),c.treeList.makeLeaf(!0),c.type="boolean",t="red-ui-debug-msg-type-other",c.value="true"===p;break;case"null":c.children&&(l=c.children),c.treeList.makeLeaf(!0),c.type="null",t="red-ui-debug-msg-type-null",c.value=p="null";break;case"object":c.treeList.makeParent(l),c.type="object",t="red-ui-debug-msg-type-meta",c.value=p="object",c.children.forEach(function(e,t){var o,n;e.hasOwnProperty("_key")&&(e.key=e._key,delete e._key,(n=e.element.find(".red-ui-editor-type-json-editor-label-key")).removeClass("red-ui-editor-type-json-editor-label-array-key"),"string"==typeof e.key?(o='"'+e.key+'"',n.addClass("red-ui-debug-msg-type-string"),n.removeClass("red-ui-debug-msg-type-number")):(o=e.key,n.removeClass("red-ui-debug-msg-type-string"),n.addClass("red-ui-debug-msg-type-number")),n.text(o))});break;case"array":c.treeList.makeParent(l),c.type="array",t="red-ui-debug-msg-type-meta",c.value=p="array["+c.children.length+"]",c.children.forEach(function(e,t){e._key=e.key,e.key=t,e.element.find(".red-ui-editor-type-json-editor-label-key").addClass("red-ui-editor-type-json-editor-label-array-key").text(""+e.key).removeClass("red-ui-debug-msg-type-string").addClass("red-ui-debug-msg-type-number")})}f.text(p).removeClass().addClass("red-ui-editor-type-json-editor-label-value "+t),i.remove(),f.show(),$(document).off("mousedown.nr-ui-json-editor"),$(document).off("keydown.nr-ui-json-editor")}}),$(document).on("keydown.nr-ui-json-editor",function(e){27===e.keyCode&&(i.remove(),f.show(),"str"===r&&(p='"'+p+'"'),$(document).off("mousedown.nr-ui-json-editor"),$(document).off("keydown.nr-ui-json-editor"))}),f.hide())}),c.gutter=$('<span class="red-ui-editor-type-json-editor-item-gutter"></span>'),a||((n?$('<span class="red-ui-editor-type-json-editor-item-handle"><i class="fa fa-bars"></span>'):$("<span></span>")).appendTo(c.gutter),$('<button type="button" class="editor-button editor-button-small"><i class="fa fa-caret-down"></button>').appendTo(c.gutter).on("click",function(e){e.preventDefault(),e.stopPropagation();var e=$(this),s=c,r=a,e=e.offset(),t=[],o=(s.parent&&(t.push({id:"red-ui-editor-type-json-menu-insert-above",icon:"fa fa-toggle-up",label:RED._("jsonEditor.insertAbove"),onselect:function(){var e=s.parent.children.indexOf(s);h(s.parent,e,e,r)}}),t.push({id:"red-ui-editor-type-json-menu-insert-below",icon:"fa fa-toggle-down",label:RED._("jsonEditor.insertBelow"),onselect:function(){var e=s.parent.children.indexOf(s)+1;h(s.parent,e,e-1,r)}})),"array"!==s.type&&"object"!==s.type||t.push({id:"red-ui-editor-type-json-menu-add-child",icon:"fa fa-plus",label:RED._("jsonEditor.addItem"),onselect:function(){h(s,s.children.length,s.children.length-1,r)}}),s.parent&&(t.push({id:"red-ui-editor-type-json-menu-copy-path",icon:"fa fa-terminal",label:RED._("jsonEditor.copyPath"),onselect:function(){for(var e=s,t="";e.parent;)t=("array"===e.parent.type?"["+e.key+"]":/^[a-zA-Z_$][0-9a-zA-Z_$]*$/.test(e.key)?e.key:'["'+e.key.replace(/"/,'\\"')+'"]')+(0<t.length&&"["!==t[0]?".":"")+t,e=e.parent;RED.clipboard.copyText(t,s.element,"clipboard.copyMessagePath")}}),t.push({id:"red-ui-editor-type-json-menu-duplicate",icon:"fa fa-copy",label:RED._("jsonEditor.duplicate"),onselect:function(){var e=s.key;if("array"===s.parent.type)e=s.parent.children.length;else{var t=/^(.*?)(-(\d+))?$/.exec(e),o={},n=(s.parent.children.forEach(function(e){o[e.key]=!0}),t[1]),i=2;for(void 0!==t[3]&&(i=parseInt(t[3])),e=n;o[e];)e=n+"-"+i++}var t=g(e,m(s),s.parent.depth+1,s.parent,r),a=s.parent.children.indexOf(s)+1;s.parent.treeList.insertChildAt(t,a,!0),s.parent.treeList.expand()}}),t.push({id:"red-ui-editor-type-json-menu-delete",icon:"fa fa-times",label:RED._("common.label.delete"),onselect:function(){s.treeList.remove()}})),"array"!==s.type&&"object"!==s.type||(t.push(null),t.push({id:"red-ui-editor-type-json-menu-expand-children",icon:"fa fa-angle-double-down",label:RED._("jsonEditor.expandItems"),onselect:function(){s.treeList.expand(),s.children.forEach(function(e){e.treeList.expand()})}}),t.push({id:"red-ui-editor-type-json-menu-collapse-children",icon:"fa fa-angle-double-up",label:RED._("jsonEditor.collapseItems"),onselect:function(){s.treeList.collapse(),s.children.forEach(function(e){e.treeList.collapse()})}})),(t=RED.menu.init({id:"red-ui-editor-type-json-menu",options:t})).css({position:"absolute"}),t.on("mouseleave",function(){$(this).hide()}),t.on("mouseup",function(){$(this).hide()}),t.appendTo("body"),e.top),n=t.height(),i=$(window).height();i<o+n&&(o-=o+n-i+20),t.css({top:o+"px",left:e.left+"px"}),t.show()})),c.element=u,c}function m(e){var t;switch(e.type){case"string":t=e.value;break;case"number":t=Number(e.value);break;case"boolean":t=e.value;break;case"null":t=null;break;case"object":t={},e.children.forEach(function(e){t[e.key]=m(e)});break;case"array":t=e.children.map(m)}return t}RED.editor.registerTypeEditor("_json",{show:function(a){function o(){var e=s.getValue();try{return JSON.parse(e),$("#node-dialog-ok").removeClass("disabled"),!0}catch(e){return $("#node-dialog-ok").addClass("disabled"),!1}}var s,r,d,l=a.value,e=a.cancel,t=a.complete,c=(0===$("script[data-template-name='_json']").length&&$('<script type="text/x-red" data-template-name="_json"><ul id="red-ui-editor-type-json-tabs"></ul><div id="red-ui-editor-type-json-tab-raw" class="red-ui-editor-type-json-tab-content hide"><div class="form-row" style="margin-bottom: 3px; text-align: right;"><span class="button-group"><button id="node-input-json-reformat" class="red-ui-button red-ui-button-small"><span data-i18n="jsonEditor.format"></span></button><span class="button-group"></div><div class="form-row node-text-editor-row"><div style="height: 200px;min-height: 150px;" class="node-text-editor" id="node-input-json"></div></div></div><div id="red-ui-editor-type-json-tab-ui" class="red-ui-editor-type-json-tab-content hide"><div id="red-ui-editor-type-json-tab-ui-container"></div></div><\/script>').appendTo("#red-ui-editor-node-configs"),RED.view.state(RED.state.EDITING),{title:a.title,focusElement:a.focusElement,width:a.width||700,buttons:[{id:"node-dialog-cancel",text:RED._("common.label.cancel"),click:function(){e&&e(),RED.tray.close()}},{id:"node-dialog-ok",text:RED._("common.label.done"),class:"primary",click:function(){var e;a.requireValid&&!o()||("json-ui"===u?e=d?JSON.stringify(m(d),null,4):s.getValue():"json-raw"===u&&(e=s.getValue()),s.saveView(),t&&t(e,null,s),RED.tray.close())}}],resize:function(e){var t=$(".red-ui-editor-type-json-tab-content").height();$(".node-text-editor").css("height",t-45+"px"),s.resize()},open:function(e){e.find(".red-ui-tray-body");var e=RED.editor.buildEditForm(e.find(".red-ui-tray-body"),"dialog-form","_json","editor"),t=a.toolbarButtons||[],t=(t.length&&t.forEach(function(t){var o=$('<button type="button" class="red-ui-button red-ui-button-small"> </button>').insertBefore("#node-input-json-reformat").on("click",function(e){e.preventDefault(),void 0!==t.click&&t.click.call(o,e)});t.id&&o.attr("id",t.id),t.title&&o.attr("title",t.title),t.icon&&o.append($("<i></i>").attr("class",t.icon)),(t.label||t.text)&&o.append($("<span></span>").text(" "+(t.label||t.text)))}),$("#red-ui-editor-type-json-tab-ui-container").css({height:"100%"})),n=$('<div class="red-ui-debug-msg-payload red-ui-editor-type-json-editor">').appendTo(t).treeList({selectable:!1,rootSortable:!1,sortable:".red-ui-editor-type-json-editor-item-handle"}).on("treelistchangeparent",function(e,t){"array"===t.old.type&&t.old.element.find(".red-ui-editor-type-json-editor-label-type").text("array["+t.old.children.length+"]"),"array"===t.item.parent.type&&t.item.parent.element.find(".red-ui-editor-type-json-editor-label-type").text("array["+t.item.parent.children.length+"]")}).on("treelistsort",function(e,o){o.children.forEach(function(e,t){"array"===o.type?(e.key=t,e.element.find(".red-ui-editor-type-json-editor-label-key").text(e.key).removeClass("red-ui-debug-msg-type-string").addClass("red-ui-debug-msg-type-number")):e.element.find(".red-ui-editor-type-json-editor-label-key").text('"'+e.key+'"').removeClass("red-ui-debug-msg-type-number").addClass("red-ui-debug-msg-type-string")})}),i=(s=RED.editor.createEditor({id:"node-input-json",value:l||"",mode:"ace/mode/json",readOnly:!!a.readOnly,stateId:a.stateId,focus:!0}),a.requireValid&&(s.getSession().on("change",function(){clearTimeout(r),r=setTimeout(o,200)}),o()),$("#node-input-json-reformat").on("click",function(e){e.preventDefault();e=s.getValue()||"";try{e=JSON.stringify(JSON.parse(e),null,4)}catch(e){}s.getSession().setValue(e||"",-1)}),e.i18n(),!1),t=RED.tabs.create({element:$("#red-ui-editor-type-json-tabs"),onchange:function(e){if(u=e.id,$(".red-ui-editor-type-json-tab-content").hide(),i)if("json-raw"===e.id)d&&(t=JSON.stringify(m(d),null,4),s.getSession().setValue(t||"",-1));else if("json-ui"===e.id){var t=s.getValue().trim()||"{}";try{var o=JSON.parse(t);(d=g(null,o,0,null,a.readOnly)).class="red-ui-editor-type-json-root-node",n.treeList("data",[d])}catch(e){d=null,n.treeList("data",[{label:RED._("jsonEditor.error.invalidJSON")+e.toString()}])}}e.content.show(),c.resize()}});t.addTab({id:"json-raw",label:a.readOnly?RED._("jsonEditor.rawMode-readonly"):RED._("jsonEditor.rawMode"),content:$("#red-ui-editor-type-json-tab-raw")}),t.addTab({id:"json-ui",label:a.readOnly?RED._("jsonEditor.uiMode-readonly"):RED._("jsonEditor.uiMode"),content:$("#red-ui-editor-type-json-tab-ui")}),i=!0},close:function(){a.onclose&&a.onclose(),s.destroy()},show:function(){}});RED.tray.show(c)}})}(),function(){var s;RED.editor.registerTypeEditor("_markdown",{show:function(n){var i,a=n.value,e=n.cancel,t=n.complete,o=(0===$("script[data-template-name='_markdown']").length&&$('<script type="text/x-red" data-template-name="_markdown"><div id="red-ui-editor-type-markdown-panels"><div id="red-ui-editor-type-markdown-panel-editor" class="red-ui-panel"><div style="height: 100%; margin: auto;"><div id="red-ui-editor-type-markdown-toolbar"></div><div class="node-text-editor" style="height: 100%" id="red-ui-editor-type-markdown"></div></div></div><div class="red-ui-panel"><div class="red-ui-editor-type-markdown-panel-preview red-ui-help"></div></div><\/script>').appendTo("#red-ui-editor-node-configs"),RED.view.state(RED.state.EDITING),{title:n.title,focusElement:n.focusElement,width:n.width||1/0,buttons:[{id:"node-dialog-cancel",text:RED._("common.label.cancel"),click:function(){e&&e(),RED.tray.close()}},{id:"node-dialog-ok",text:RED._("common.label.done"),class:"primary",click:function(){i.saveView(),t&&t(i.getValue(),i.getCursorPosition(),i),RED.tray.close()}}],resize:function(e){var t=$("#dialog-form").width();s&&s.resize(t)},open:function(e){e.find(".red-ui-tray-body").addClass("red-ui-editor-type-markdown-editor");var t,o=RED.editor.buildEditForm(e.find(".red-ui-tray-body"),"dialog-form","_markdown","editor");(i=RED.editor.createEditor({id:"red-ui-editor-type-markdown",value:a,stateId:n.stateId,focus:!0,mode:"ace/mode/markdown",expandable:!1})).getSession().on("change",function(){clearTimeout(t),t=setTimeout(function(){var e=$(".red-ui-editor-type-markdown-panel-preview").scrollTop();$(".red-ui-editor-type-markdown-panel-preview").html(RED.utils.renderMarkdown(i.getValue())),$(".red-ui-editor-type-markdown-panel-preview").scrollTop(e)},200)}),n.header&&n.header.appendTo(e.find("#red-ui-editor-type-markdown-title")),a&&$(".red-ui-editor-type-markdown-panel-preview").html(RED.utils.renderMarkdown(i.getValue())),(s=RED.panels.create({id:"red-ui-editor-type-markdown-panels",dir:"horizontal",resize:function(e,t){i.resize()}})).ratio(1),$('<span class="button-group" style="float:right"><button type="button" id="node-btn-markdown-preview" class="red-ui-button toggle single"><i class="fa fa-eye"></i></button></span>').appendTo(i.toolbar),$("#node-btn-markdown-preview").on("click",function(e){e.preventDefault(),$(this).hasClass("selected")?($(this).removeClass("selected"),s.ratio(1)):($(this).addClass("selected"),s.ratio(.5))}),RED.popover.tooltip($("#node-btn-markdown-preview"),RED._("markdownEditor.toggle-preview")),n.cursor&&!i._initState&&i.gotoLine(n.cursor.row+1,n.cursor.column,!1),o.i18n()},close:function(){n.onclose&&n.onclose(),i.destroy()},show:function(){}});RED.tray.show(o)},buildToolbar:function(e,r){var t={h1:{newline:!0,before:"# ",tooltip:RED._("markdownEditor.heading1")},h2:{newline:!0,before:"## ",tooltip:RED._("markdownEditor.heading2")},h3:{newline:!0,before:"### ",tooltip:RED._("markdownEditor.heading3")},b:{before:"**",after:"**",tooltip:RED._("markdownEditor.bold")},i:{before:"_",after:"_",tooltip:RED._("markdownEditor.italic")},code:{before:"`",after:"`",tooltip:RED._("markdownEditor.code")},ol:{before:" 1. ",newline:!0,tooltip:RED._("markdownEditor.ordered-list")},ul:{before:" - ",newline:!0,tooltip:RED._("markdownEditor.unordered-list")},bq:{before:"> ",newline:!0,tooltip:RED._("markdownEditor.quote")},link:{before:"[",after:"]()",tooltip:RED._("markdownEditor.link")},hr:{before:"\n---\n\n",tooltip:RED._("markdownEditor.horizontal-rule")}},e=$('<div style="margin-bottom: 5px"><span class="button-group"><button type="button" class="red-ui-button" data-style="h1" style="font-size:1.1em; font-weight: bold">h1</button><button type="button" class="red-ui-button" data-style="h2" style="font-size:1.0em; font-weight: bold">h2</button><button type="button" class="red-ui-button" data-style="h3" style="font-size:0.9em; font-weight: bold">h3</button></span><span class="button-group"><button type="button" class="red-ui-button" data-style="b"><i class="fa fa-bold"></i></button><button type="button" class="red-ui-button" data-style="i"><i class="fa fa-italic"></i></button><button type="button" class="red-ui-button" data-style="code"><i class="fa fa-code"></i></button></span><span class="button-group"><button type="button" class="red-ui-button" data-style="ol"><i class="fa fa-list-ol"></i></button><button type="button" class="red-ui-button" data-style="ul"><i class="fa fa-list-ul"></i></button><button type="button" class="red-ui-button" data-style="bq"><i class="fa fa-quote-left"></i></button><button type="button" class="red-ui-button" data-style="hr"><i class="fa fa-minus"></i></button><button type="button" class="red-ui-button" data-style="link"><i class="fa fa-link"></i></button></span></div>').appendTo(e);return e.find("button[data-style]").each(function(e){var s=t[$(this).data("style")];$(this).on("click",function(e){e.preventDefault();var e=r.getSelectedText(),t=r.selection.getRange();if(s.newline)for(var o=0,n=((s.before||"").match(/\n/g)||[]).length,i=((s.after||"").match(/\n/g)||[]).length,a=t.start.row;a<=t.end.row+o;a++)s.before&&(r.session.insert({row:a,column:0},s.before),o+=n,a+=n),s.after&&(r.session.insert({row:a,column:1/0},s.after),o+=i,a+=i);else r.session.replace(r.selection.getRange(),(s.before||"")+e+(s.after||"")),""===e&&r.gotoLine(t.start.row+1,t.start.column+(s.before||"").length,!1);r.focus()}),s.tooltip&&RED.popover.tooltip($(this),s.tooltip)}),e}})}(),RED.editor.registerTypeEditor("_text",{show:function(t){var o,n=t.value,e=t.cancel,i=t.complete,a=(0===$("script[data-template-name='_text']").length&&$('<script type="text/x-red" data-template-name="_text"><div class="form-row node-text-editor-row"><div style="height: 200px;min-height: 150px;" class="node-text-editor" id="node-input-text"></div></div><\/script>').appendTo("#red-ui-editor-node-configs"),RED.view.state(RED.state.EDITING),{title:t.title,focusElement:t.focusElement,width:t.width||"inherit",buttons:[{id:"node-dialog-cancel",text:RED._("common.label.cancel"),click:function(){e&&e(),RED.tray.close()}},{id:"node-dialog-ok",text:RED._("common.label.done"),class:"primary",click:function(){o.saveView(),i&&i(o.getValue(),o.getCursorPosition(),o),RED.tray.close()}}],resize:function(e){$("#dialog-form>div:not(.node-text-editor-row)"),$("#dialog-form>div.node-text-editor-row");var t=$("#dialog-form").height();$(".node-text-editor").css("height",t+"px"),o.resize()},open:function(e){RED.editor.buildEditForm(e.find(".red-ui-tray-body"),"dialog-form","_text","editor");o=RED.editor.createEditor({id:"node-input-text",value:n||"",stateId:t.stateId,mode:"ace/mode/"+(t.mode||"text"),focus:!0}),t.cursor&&!o._initState&&o.gotoLine(t.cursor.row+1,t.cursor.column,!1)},close:function(){t.onclose&&t.onclose(),o.destroy()},show:function(){}});RED.tray.show(a)}}),RED.editor.codeEditor.ace=function(){var t=!1,s={};return{get type(){return"ace"},get initialised(){return t},init:function(e){return s=e||{},t=!0},create:function(o){var e=RED.editor.codeEditor.settings||{},t=o.element||$("#"+o.id)[0],n=$("<div>").appendTo(t),t=$("<div>").appendTo(t).addClass("red-ui-editor-text-container")[0],i=window.ace.edit(t),a=(i.setTheme(e.theme||s.theme||"ace/theme/tomorrow"),i.getSession());return a.on("changeAnnotation",function(){for(var e=a.getAnnotations()||[],t=e.length,o=e.length;t--;)(/doctype first\. Expected/.test(e[t].text)||/Unexpected End of file\. Expected/.test(e[t].text))&&e.splice(t,1);o>e.length&&a.setAnnotations(e)}),o.mode&&a.setMode(o.mode),o.foldStyle?a.setFoldStyle(o.foldStyle):a.setFoldStyle("markbeginend"),o.options?i.setOptions(o.options):i.setOptions({enableBasicAutocompletion:!0,enableSnippets:!0,tooltipFollowsMouse:!1}),o.readOnly&&(i.setOption("readOnly",o.readOnly),i.container.classList.add("ace_read-only")),o.hasOwnProperty("lineNumbers")&&i.renderer.setOption("showGutter",o.lineNumbers),i.$blockScrolling=1/0,o.value&&a.setValue(o.value,-1),o.globals&&setTimeout(function(){a.$worker&&a.$worker.send("setOptions",[{globals:o.globals,maxerr:1e3}])},100),o.stateId||!1===o.stateId||(o.stateId=RED.editor.generateViewStateId("ace",o,(o.mode||o.title).split("/").pop())),"ace/mode/markdown"===o.mode&&($(t).addClass("red-ui-editor-text-container-toolbar"),i.toolbar=RED.editor.customEditTypes._markdown.buildToolbar(n,i),!1!==o.expandable&&(e=$('<button type="button" class="red-ui-button" style="float: right;"><i class="fa fa-expand"></i></button>').appendTo(i.toolbar),RED.popover.tooltip(e,RED._("markdownEditor.expand")),e.on("click",function(e){e.preventDefault();e=i.getValue();RED.editor.editMarkdown({value:e,width:"Infinity",stateId:o.stateId,focus:!0,cancel:function(){i.focus()},complete:function(e,t){i.setValue(e,-1),setTimeout(function(){i.restoreView(),i.focus()},300)}})})),e=$('<button type="button" class="red-ui-editor-text-help red-ui-button red-ui-button-small"><i class="fa fa-question"></i></button>').appendTo($(t).parent()),RED.popover.create({target:e,trigger:"click",size:"small",direction:"left",content:RED._("markdownEditor.format"),autoClose:50}),a.setUseWrapMode(!0)),i._destroy=i.destroy,i.destroy=function(){try{i.saveView(),i._initState=null,this._destroy()}catch(e){}$(t).remove(),$(n).remove()},i.on("blur",function(){i.focusMemory=!1,i.saveView()}),i.on("focus",function(){i._initState&&(i.restoreView(i._initState),i._initState=null)}),i.getView=function(){var e=i.getSession();return{selection:e.selection.toJSON(),scrollTop:e.getScrollTop(),scrollLeft:e.getScrollLeft(),options:e.getOptions()}},i.saveView=function(){var e;if(o.stateId)return window._editorStateAce=window._editorStateAce||{},e=i.getView(),window._editorStateAce[o.stateId]=e},i.restoreView=function(e){if(o.stateId){window._editorStateAce=window._editorStateAce||{};e=e||window._editorStateAce[o.stateId];if(e)try{var t=i.getSession();t.setOptions(e.options),t.selection.fromJSON(e.selection),t.setScrollTop(e.scrollTop),t.setScrollLeft(e.scrollLeft),i._initState=e}catch(e){delete window._editorStateMonaco[o.stateId]}}},i.restoreView(),i.type="ace",i}}}(),RED.editor.codeEditor.monaco=function(){var y=!1;const w=["vs","vs-dark","hc-black"];let E;const b={assert:{package:"node",module:"assert",path:"node/assert.d.ts"},async_hooks:{package:"node",module:"async_hooks",path:"node/async_hooks.d.ts"},buffer:{package:"node",module:"buffer",path:"node/buffer.d.ts"},child_process:{package:"node",module:"child_process",path:"node/child_process.d.ts"},cluster:{package:"node",module:"cluster",path:"node/cluster.d.ts"},console:{package:"node",module:"console",path:"node/console.d.ts"},constants:{package:"node",module:"constants",path:"node/constants.d.ts"},crypto:{package:"node",module:"crypto",path:"node/crypto.d.ts"},dgram:{package:"node",module:"dgram",path:"node/dgram.d.ts"},dns:{package:"node",module:"dns",path:"node/dns.d.ts"},domain:{package:"node",module:"domain",path:"node/domain.d.ts"},events:{package:"node",module:"events",path:"node/events.d.ts"},fs:{package:"node",module:"fs",path:"node/fs.d.ts"},globals:{package:"node",module:"globals",path:"node/globals.d.ts"},http:{package:"node",module:"http",path:"node/http.d.ts"},http2:{package:"node",module:"http2",path:"node/http2.d.ts"},https:{package:"node",module:"https",path:"node/https.d.ts"},module:{package:"node",module:"module",path:"node/module.d.ts"},net:{package:"node",module:"net",path:"node/net.d.ts"},os:{package:"node",module:"os",path:"node/os.d.ts"},path:{package:"node",module:"path",path:"node/path.d.ts"},perf_hooks:{package:"node",module:"perf_hooks",path:"node/perf_hooks.d.ts"},process:{package:"node",module:"process",path:"node/process.d.ts"},querystring:{package:"node",module:"querystring",path:"node/querystring.d.ts"},readline:{package:"node",module:"readline",path:"node/readline.d.ts"},stream:{package:"node",module:"stream",path:"node/stream.d.ts"},string_decoder:{package:"node",module:"string_decoder",path:"node/string_decoder.d.ts"},timers:{package:"node",module:"timers",path:"node/timers.d.ts"},tls:{package:"node",module:"tls",path:"node/tls.d.ts"},trace_events:{package:"node",module:"trace_events",path:"node/trace_events.d.ts"},tty:{package:"node",module:"tty",path:"node/tty.d.ts"},url:{package:"node",module:"url",path:"node/url.d.ts"},util:{package:"node",module:"util",path:"node/util.d.ts"},v8:{package:"node",module:"v8",path:"node/v8.d.ts"},vm:{package:"node",module:"vm",path:"node/vm.d.ts"},wasi:{package:"node",module:"wasi",path:"node/wasi.d.ts"},worker_threads:{package:"node",module:"worker_threads",path:"node/worker_threads.d.ts"},zlib:{package:"node",module:"zlib",path:"node/zlib.d.ts"},"node-red":{package:"node-red",module:"node-red",path:"node-red/index.d.ts"},"node-red-util":{package:"node-red",module:"util",path:"node-red/util.d.ts"},"node-red-func":{package:"node-red",module:"func",path:"node-red/func.d.ts"}},D=[b["node-red-util"],b["node-red-func"],b.globals,b.console,b.buffer],l={};function R(e,t,o,n){var i="object"==typeof e?e:b[e];if(i){const s=i.package,r=i.module,d=i.path;var a,e=l[d];e?(t||(o.JS[r]=monaco.languages.typescript.javascriptDefaults.addExtraLib(e,"file://types/"+s+"/"+r+"/index.d.ts")),n&&setTimeout(function(){n(null,i)},5)):(a="types/"+d,$.get(a).done(function(e){l[d]=e,t||(o.JS[r]=monaco.languages.typescript.javascriptDefaults.addExtraLib(e,"file://types/"+s+"/"+r+"/index.d.ts")),n&&n(null,i)}).fail(function(e){var t="Failed to load '"+a+"'";l[d]="/* "+t+" */\n",n&&n(e,i),console.warn(t)}))}}function x(e){return!(!e.offsetHeight&&!e.offsetWidth)&&"hidden"!==getComputedStyle(e).visibility}return{get type(){return"monaco"},get initialised(){return y},init:function(e){RED.events.on("editor:close",function(){var t=window.monaco?monaco.editor.getModels():null;if(t&&t.length){console.warn("Cleaning up monaco models left behind. Any node that calls createEditor() should call .destroy().");for(let e=0;e<t.length;e++){const o=t[e];o.isDisposed()||o.dispose()}}}),window.MonacoEnvironment=window.MonacoEnvironment||{},window.MonacoEnvironment.getWorkerUrl=window.MonacoEnvironment.getWorkerUrl||function(e,t){return"json"===t?"./vendor/monaco/dist/json.worker.js":"css"===t||"scss"===t?"./vendor/monaco/dist/css.worker.js":"html"===t||"handlebars"===t?"./vendor/monaco/dist/html.worker.js":"typescript"===t||"javascript"===t?"./vendor/monaco/dist/ts.worker.js":"./vendor/monaco/dist/editor.worker.js"};var o=(RED.editor.codeEditor.settings||{}).options||{};try{const b=function(e,t){(t.rules&&Array.isArray(t.rules)||t.colors)&&(w.push(e),monaco.editor.defineTheme(e,t),monaco.editor.setTheme(e),E=e)};if(o.theme)if("object"==typeof o.theme&&RED.settings.editorTheme.theme){var t=o.theme.name||RED.settings.editorTheme.theme;b(t,o.theme)}else if("string"==typeof o.theme){let t=o.theme;w.includes(t)||$.get("vendor/monaco/dist/theme/"+t+".json",function(e){b(t,e)})}}catch(e){console.warn(e)}function i(e,t,o,n,i){return Array.isArray(o)&&(o=o.join("\n")),{label:e,kind:null==i?monaco.languages.CompletionItemKind.Snippet:i,documentation:{value:o},insertText:t,insertTextRules:monaco.languages.CompletionItemInsertTextRule.InsertAsSnippet,range:n}}(t=monaco).languages.registerCompletionItemProvider("javascript",{provideCompletionItems:function(e,t){var e=e.getWordUntilPosition(t),t={startLineNumber:t.lineNumber,endLineNumber:t.lineNumber,startColumn:e.startColumn,endColumn:e.endColumn};return{suggestions:[i("dowhile","do {\n\t${2}\n} while (${1:condition});","Do-While Statement (JavaScript Language Basics)",e=t),i("while","while (${1:condition}) {\n\t${2}\n}","While Statement (JavaScript Language Basics)",e),i("switch",'switch (${1:msg.topic}) {\n\tcase ${2:"value"}:\n\t\t${3}\n\t\tbreak;\n\tdefault:\n\t\t\n}',"Switch Statement (JavaScript Language Basics)",e),i("trycatch","try {\n\t${2}\n} catch (${1:error}) {\n\t\n};","Try-Catch Statement (JavaScript Language Basics)",e),i("for (for loop)","for (let ${1:index} = 0; ${1:index} < ${2:array}.length; ${1:index}++) {\n\tconst element = ${2:array}[${1:index}];\n\t${3}\n}","for loop",e),i("foreach","${1:array}.forEach(function(${2:element}) {\n\t${3}\n});","forEach(callbackfn: (value: T, index: number, array: readonly T[]) => void, thisArg?: any): void\n\nA function that accepts up to three arguments. forEach calls the callbackfn function one time for each element in the array.",e),i("forin","for (${1:prop} in ${2:obj}) {\n\tif (${2:obj}.hasOwnProperty(${1:prop})) {\n\t\t${3}\n\t}\n}","for in",e),i("forof","for (const ${1:iterator} of ${2:object}) {\n\t${3}\n}","for of",e),i("function","function ${1:methodName}(${2:arguments}) {\n\t${3}\n}","Function Declaration",e),i("func (anonymous function)","var ${1:fn} = function(${2:arguments}) {\n\t${3}\n}","Function Expression",e),i("pt (prototype)","${1:ClassName}.prototype.${2:methodName} = function(${3:arguments}) {\n\t${4}\n}","prototype",e),i("iife","(function(${1:arg}) {\n\t${1}\n})(${1:arg});","immediately-invoked function expression",e),i("call (function call)","${1:methodName}.call(${2:context}, ${3:arguments})","function call",e),i("apply (function apply)","${1:methodName}.apply(${2:context}, [${3:arguments}])","function apply",e),i("jsonparse","JSON.parse(${1:json});","JSON.parse",e),i("jsonstringify","JSON.stringify(${1:obj});","JSON.stringify",e),i("setinterval","setInterval(function() {\n\t${2}\n}, ${1:delay});","setInterval",e),i("settimeout","setTimeout(function() {\n\t${2}\n}, ${1:delay});","setTimeout",e),i("node.log",'node.log(${1:"info"});',"Write an info message to the console (not sent to sidebar)",e),i("node.warn",'node.warn(${1:"my warning"});',"Write a warning to the console and debug sidebar",e),i("node.error",'node.error(${1:"my error message"}, ${2:msg});',"Send an error to the console and debug sidebar. To trigger a Catch node on the same tab, the function should call `node.error` with the original message as a second argument",e),i("node.send","node.send(${1:msg});","async send a msg to the next node",e),i("node.send (multiple)","var ${1:msg1} = {payload:${2:1}};\nvar ${3:msg2} = {payload:${4:2}};\nnode.send([[${1:msg1}, ${3:msg2}]]);","send 1 or more messages out of 1 output",e),i("node.send (multiple outputs)","var ${1:msg1} = {payload:${2:1}};\nvar ${3:msg2} = {payload:${4:2}};\nnode.send([${1:msg1}, ${3:msg2}]);","send more than 1 message out of multiple outputs",e),i("node.status",'node.status({fill:"${1|red,green,yellow,blue,grey|}",shape:"${2|ring,dot|}",text:"${3:message}"});',"Set the status icon and text underneath the function node",e),i("get (node context)",'context.get("${1:name}");',"Get a value from node context",e),i("set (node context)",'context.set("${1:name}", ${1:value});',"Set a value in node context",e),i("get (flow context)",'flow.get("${1:name}");',"Get a value from flow context",e),i("set (flow context)",'flow.set("${1:name}", ${1:value});',"Set a value in flow context",e),i("get (global context)",'global.get("${1:name}");',"Get a value from global context",e),i("set (global context)",'global.set("${1:name}", ${1:value});',"Set a value in global context",e),i("get (env)",'env.get("${1|NR_NODE_ID,NR_NODE_NAME,NR_NODE_PATH,NR_GROUP_ID,NR_GROUP_NAME,NR_FLOW_ID,NR_FLOW_NAME|}");',"Get env variable value",e),i("cloneMessage (RED.util)","RED.util.cloneMessage(${1:msg});",["```typescript","RED.util.cloneMessage<T extends registry.NodeMessage>(msg: T): T","```","Safely clones a message object. This handles msg.req/msg.res objects that must not be cloned\n","*@param* `msg` — the msg object\n"],e),i("getObjectProperty (RED.util)","RED.util.getObjectProperty(${1:msg},${2:prop});",["```typescript","RED.util.getObjectProperty(msg: object, expr: string): any;","```","Gets a property of an object\n","*@param* `msg` — the msg object\n","*@param* `prop` — the msg object"],e),i("setObjectProperty (RED.util)","RED.util.setObjectProperty(${1:msg},${2:prop},${3:value},${4:createMissing});",["```typescript","RED.util.setObjectProperty(msg: object, prop: string, value: any, createMissing?: boolean): boolean","```","Sets a property of an object\n","`msg` — the object\n","`prop` — the property expression\n","`value` — the value to set\n","`createMissing` — whether to create missing parent properties"],e),i("getMessageProperty (RED.util)","RED.util.getMessageProperty(${1:msg},${2:prop});",["```typescript","RED.util.getMessageProperty(msg: object, expr: string): any;","```","Gets a property of an object\n","*@param* `msg` — the msg object\n","*@param* `prop` — the msg object"],e),i("setMessageProperty (RED.util)","RED.util.setMessageProperty(${1:msg},${2:prop},${3:value},${4:createMissing});",["```typescript","RED.util.setMessageProperty(msg: object, prop: string, value: any, createMissing?: boolean): boolean","```","Sets a property of an object\n","`msg` — the object\n","`prop` — the property expression\n","`value` — the value to set\n","`createMissing` — whether to create missing parent properties"],e)]}}});try{var n={allowJs:!0,checkJs:!0,allowNonTsExtensions:!0,target:monaco.languages.typescript.ScriptTarget.ESNext,strictNullChecks:!1,strictPropertyInitialization:!0,strictFunctionTypes:!0,strictBindCallApply:!0,useDefineForClassFields:!0,moduleResolution:monaco.languages.typescript.ModuleResolutionKind.NodeJs,module:monaco.languages.typescript.ModuleKind.CommonJS,typeRoots:["types"],lib:["esnext"]},a=RED.settings.get("codeEditor.monaco.languages.typescript.javascriptDefaults.compilerOptions")||{},n=Object.assign({},n,a),s=(t.languages.typescript.javascriptDefaults.setCompilerOptions(n),{noSemanticValidation:!1,noSyntaxValidation:!1,diagnosticCodesToIgnore:[1108,1375,1378,2307,2322,2339,2345,7043,80001,80004]}),r=RED.settings.get("codeEditor.monaco.languages.typescript.javascriptDefaults.diagnosticsOptions")||{},s=Object.assign({},s,r);t.languages.typescript.javascriptDefaults.setDiagnosticsOptions(s)}catch(e){console.warn("monaco - Error setting javascriptDefaults",e)}(o=monaco).languages.register({id:"jsonata"}),o.languages.setMonarchTokensProvider("jsonata",{defaultToken:"invalid",tokenPostfix:".js",keywords:["function","true","true","null","Infinity","NaN","undefined"].concat(Object.keys(jsonata.functions)),operatorsKeywords:["and","or","in"],operators:["<=",">=","!=","==","!=","=>","+","-","*","/","%",":=","~>","?",":","..","@","#","|","^","*","**"],symbols:/[=><!~?:&|+\-*\/\^%@#]+/,escapes:/\\(?:[abfnrtv\\"']|x[0-9A-Fa-f]{1,4}|u[0-9A-Fa-f]{4}|U[0-9A-Fa-f]{8})/,digits:/\d+(_+\d+)*/,octaldigits:/[0-7]+(_+[0-7]+)*/,binarydigits:/[0-1]+(_+[0-1]+)*/,hexdigits:/[[0-9a-fA-F]+(_+[0-9a-fA-F]+)*/,regexpctl:/[(){}\[\]\$\^|\-*+?\.]/,regexpesc:/\\(?:[bBdDfnrstvwWn0\\\/]|@regexpctl|c[A-Z]|x[0-9a-fA-F]{2}|u[0-9a-fA-F]{4})/,tokenizer:{root:[[/[{}]/,"delimiter.bracket"],{include:"common"}],common:[[/([a-zA-Z][\w$]*)|([$][\w$]*)/,{cases:{"@keywords":"keyword","@operatorsKeywords":"keyword",$2:"variable","@default":"identifier"}}],[/[$][\w\$]*/,"variable"],{include:"@whitespace"},[/\/(?=([^\\\/]|\\.)+\/([gimsuy]*)(\s*)(\.|;|\/|,|\)|\]|\}|$))/,{token:"regexp",bracket:"@open",next:"@regexp"}],[/[()\[\]]/,"@brackets"],[/[<>](?!@symbols)/,"@brackets"],[/(@symbols)|(\.\.)/,{cases:{"@operators":"operator","@default":""}}],[/(@digits)[eE]([\-+]?(@digits))?/,"number.float"],[/(@digits)\.(@digits)([eE][\-+]?(@digits))?/,"number.float"],[/0[xX](@hexdigits)/,"number.hex"],[/0[oO]?(@octaldigits)/,"number.octal"],[/0[bB](@binarydigits)/,"number.binary"],[/(@digits)/,"number"],[/[?:;,.]/,"delimiter"],[/"([^"\\]|\\.)*$/,"string.invalid"],[/'([^'\\]|\\.)*$/,"string.invalid"],[/"/,"string","@string_double"],[/'/,"string","@string_single"],[/`/,"string","@string_backtick"]],whitespace:[[/[ \t\r\n]+/,""],[/\/\*\*(?!\/)/,"comment.doc","@jsdoc"],[/\/\*/,"comment","@comment"],[/\/\/.*$/,"comment"]],comment:[[/[^\/*]+/,"comment"],[/\*\//,"comment","@pop"],[/[\/*]/,"comment"]],jsdoc:[[/[^\/*]+/,"comment.doc"],[/\*\//,"comment.doc","@pop"],[/[\/*]/,"comment.doc"]],regexp:[[/(\{)(\d+(?:,\d*)?)(\})/,["regexp.escape.control","regexp.escape.control","regexp.escape.control"]],[/(\[)(\^?)(?=(?:[^\]\\\/]|\\.)+)/,["regexp.escape.control",{token:"regexp.escape.control",next:"@regexrange"}]],[/(\()(\?:|\?=|\?!)/,["regexp.escape.control","regexp.escape.control"]],[/[()]/,"regexp.escape.control"],[/@regexpctl/,"regexp.escape.control"],[/[^\\\/]/,"regexp"],[/@regexpesc/,"regexp.escape"],[/\\\./,"regexp.invalid"],[/(\/)([gimsuy]*)/,[{token:"regexp",bracket:"@close",next:"@pop"},"keyword.other"]]],regexrange:[[/-/,"regexp.escape.control"],[/\^/,"regexp.invalid"],[/@regexpesc/,"regexp.escape"],[/[^\]]/,"regexp"],[/\]/,{token:"regexp.escape.control",next:"@pop",bracket:"@close"}]],string_double:[[/[^\\"]+/,"string"],[/@escapes/,"string.escape"],[/\\./,"string.escape.invalid"],[/"/,"string","@pop"]],string_single:[[/[^\\']+/,"string"],[/@escapes/,"string.escape"],[/\\./,"string.escape.invalid"],[/'/,"string","@pop"]],string_backtick:[[/\$\{/,{token:"delimiter.bracket",next:"@bracketCounting"}],[/[^\\`$]+/,"string"],[/@escapes/,"string.escape"],[/\\./,"string.escape.invalid"],[/`/,"string","@pop"]],bracketCounting:[[/\{/,"delimiter.bracket","@bracketCounting"],[/\}/,"delimiter.bracket","@pop"],{include:"common"}]}}),o.languages.setLanguageConfiguration("jsonata",{comments:{lineComment:"//",blockComment:["/*","*/"]},brackets:[["{","}"],["[","]"],["(",")"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:"'",close:"'",notIn:["string","comment"]},{open:'"',close:'"',notIn:["string"]}],surroundingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"},{open:"<",close:">"}],folding:{markers:{start:new RegExp("^\\s*//\\s*(?:(?:#?region\\b)|(?:<editor-fold\\b))"),end:new RegExp("^\\s*//\\s*(?:(?:#?endregion\\b)|(?:</editor-fold>))")}}}),o.languages.registerCompletionItemProvider("jsonata",{provideCompletionItems:function(e,t){var n,o,e=e.getWordUntilPosition(t);if(e)return o=e.startColumn,"$"!==e.word[0]&&1<t.column&&o--,n={startLineNumber:t.lineNumber,endLineNumber:t.lineNumber,startColumn:o,endColumn:e.endColumn},t=Object.keys(jsonata.functions),o=t.map(function(e){var t=e+"("+RED._("jsonata:"+e+".args",{defaultValue:""})+")",o=RED._("jsonata:"+e+".desc",{defaultValue:""});return i(e,(jsonata.getFunctionSnippet(e)+"").trim(),{value:"`"+t+"`\n\n"+o},n,monaco.languages.CompletionItemKind.Function)}),t.sort(function(e,t){return t.length-e.length}),o.unshift(i("randominteger","(\n\t\\$minimum := ${1:1};\n\t\\$maximum := ${2:10};\n\t\\$round((\\$random() * (\\$maximum-\\$minimum)) + \\$minimum, 0)\n)","Random integer between 2 numbers",n)),{suggestions:o}}}),o.languages.registerHoverProvider("jsonata",{provideHover:function(e,t){var e=e.getWordAtPosition(t),o=e&&e.word;if(o&&"$"!==o[0]&&1<t.column){var o="$"+o,n=RED._("jsonata:"+o+".args",{defaultValue:""});if(n)return n=o+"("+n+")",o=RED._("jsonata:"+o+".desc",{defaultValue:""}),{range:new monaco.Range(t.lineNumber,t.column,t.lineNumber,t.column+e.word.length),contents:[{value:"**`"+n+"`**"},{value:o}]}}}}),a=monaco;try{var d=RED.settings.get("codeEditor.monaco.languages.json.jsonDefaults.diagnosticOptions"),l=RED.settings.get("codeEditor.monaco.languages.json.jsonDefaults.modeConfiguration"),d=Object.assign({},{validate:!0},d||{});a.languages.json.jsonDefaults.setDiagnosticsOptions(d),l&&a.languages.json.jsonDefaults.setModeConfiguration(l)}catch(e){console.warn("monaco - Error setting up json options",err)}n=monaco;try{var c=RED.settings.get("codeEditor.monaco.languages.css.cssDefaults.diagnosticsOptions"),u=RED.settings.get("codeEditor.monaco.languages.css.lessDefaults.diagnosticsOption"),p=RED.settings.get("codeEditor.monaco.languages.css.scssDefaults.diagnosticsOption"),f=RED.settings.get("codeEditor.monaco.languages.css.cssDefaults.modeConfiguration"),h=RED.settings.get("codeEditor.monaco.languages.css.lessDefaults.modeConfiguration"),g=RED.settings.get("codeEditor.monaco.languages.css.scssDefaults.modeConfiguration");c&&n.languages.css.cssDefaults.setDiagnosticsOptions(c),u&&n.languages.css.cssDefaults.setDiagnosticsOptions(u),p&&n.languages.css.cssDefaults.setDiagnosticsOptions(p),f&&n.languages.css.cssDefaults.setDiagnosticsOptions(f),h&&n.languages.css.cssDefaults.setDiagnosticsOptions(h),g&&n.languages.css.cssDefaults.setDiagnosticsOptions(g)}catch(e){console.warn("monaco - Error setting up CSS/SCSS/LESS options",err)}r=monaco;try{var m=RED.settings.get("codeEditor.monaco.languages.html.htmlDefaults.options"),v=RED.settings.get("codeEditor.monaco.languages.html.handlebarDefaults.options");m&&r.languages.html.htmlDefaults.setOptions(m),v&&r.languages.html.handlebarDefaults.setOptions(v)}catch(e){console.warn("monaco - Error setting up html options",err)}return D.forEach(function(e){R(e,!0)}),y=!0},create:function(o){function c(e){switch(e=(e="object"==typeof e&&e.path?e.path:e)?e.replace("ace/mode/",""):"text"){case"nrjavascript":case"mjs":e="javascript";break;case"vue":e="html";break;case"appcache":case"sh":case"bash":e="shell";break;case"batchfile":e="bat";break;case"protobuf":e="proto"}return e}var a,e=RED.editor.codeEditor.settings||{},u={JS:{},TS:{}},s=(o.stateId||!1===o.stateId||(o.stateId=RED.editor.generateViewStateId("monaco",o,(o.mode||o.title||"").split("/").pop())),o.element||$("#"+o.id)[0]),r=$("<div>").appendTo(s),s=$("<div>").appendTo(s).addClass("red-ui-editor-text-container")[0];(e=$.extend({},e.options,o)).language=c(o.mode),E&&(e.theme=E),"javascript"==e.language&&(e._language=e.language,e.language="text"),e.minimap||(e.minimap={enabled:!0,maxColumn:50,scale:1,showSlider:"mouseover",renderCharacters:!0}),!1===o.enableBasicAutocompletion&&(e.showSnippets=!1,e.quickSuggestions=!1,e.parameterHints={enabled:!1},e.suggestOnTriggerCharacters=!1,e.acceptSuggestionOnEnter="off",e.tabCompletion="off",e.wordBasedSuggestions=!1),!1===o.enableSnippets&&(e.showSnippets=!1),null==e.mouseWheelZoom&&(e.mouseWheelZoom=!0),null==e.suggestFontSize&&(e.suggestFontSize=12),null==e.formatOnPaste&&(e.formatOnPaste=!0),null==e.foldingHighlight&&(e.foldingHighlight=!0),null==e.foldStyle&&(e.foldStyle=!0),null!=e.readOnly&&(e.readOnly=e.readOnly),!1===e.lineNumbers&&(e.lineNumbers=!1),null==e.theme&&(e.theme=w[0]),null==e.mode&&(e.mode=c(o.mode)),null==e.automaticLayout&&(e.automaticLayout=!0),o.foldStyle&&"none"===o.foldStyle?(e.foldStyle=!1,e.foldingHighlight=!1):(e.foldStyle=!0,e.foldingHighlight=!0),e.roundedSelection=!1!==e.roundedSelection,e.contextmenu=!1!==e.contextmenu,e.snippetSuggestions=!1!==e.enableSnippets,e.value=o.value||"",e.wordSeparators||"jsonata"!=e.language&&"json"!=e.language&&"javascript"!=e.language||(e.wordSeparators="`~!@#%^&*()-=+[{]}|;:'\",.<>/?"),e.fixedOverflowWidgets=!1!==e.fixedOverflowWidgets;((t=RED.utils.getBrowserInfo()).mobile||t.tablet)&&(e.minimap={enabled:!1},e.formatOnType=!1,e.formatOnPaste=!1,e.disableMonospaceOptimizations=!0,e.columnSelection=!1,e.matchBrackets="never",e.maxTokenizationLineLength=1e4,e.stopRenderingLineAfter=2e3,e.roundedSelection=!1,e.trimAutoWhitespace=!1,e.parameterHints={enabled:!1},e.suggestOnTriggerCharacters=!1,e.wordBasedSuggestions=!1,e.suggest={maxVisibleSuggestions:6},!e.accessibilitySupport&&t.android&&(e.accessibilitySupport="off"));var t=!1,n=(null==o.clientSideSuggestions&&(0<=(o.mode+"").indexOf("nrjavascript")||o.globals&&(o.globals.RED||o.globals.Buffer))&&(t=!0),monaco.languages.typescript.javascriptDefaults.getCompilerOptions());function i(t){var n=[],i=[];const a="extraModuleLibs/index.d.ts",s="file://types/extraModuleLibs/index.d.ts";if(t&&0!=t.length){var r=[],o=(Array.prototype.push.apply(r,t),{});for(let e=0;e<t.length;e++){var d=t[e],l=d.var,d=d.module,l=(l&&d&&(i.push("import "+l+"_import = require('"+d+"');\n"),n.push("var "+l+": typeof "+l+"_import;\n")),b[d]);o[d]=l||{package:"other",module:d,path:"other/"+d+".d.ts"}}Object.values(o).forEach(function(e){R(e,!1,u,function(e,t){var o;0==(r=r.filter(function(e){return e.module!=t.module})).length&&(o=i.join("")+("\ndeclare global {\n"+n.join("")+"\n}"),setTimeout(function(){u.JS[a]=monaco.languages.typescript.javascriptDefaults.addExtraLib(o,s)},500))})})}else u.JS[a]=monaco.languages.typescript.javascriptDefaults.addExtraLib(" ",s)}t?(n.lib=["esnext"],D.forEach(function(e){R(e,!1,u)})):n.lib=["esnext","dom"],monaco.languages.typescript.javascriptDefaults.setCompilerOptions(n),i(e.extraLibs);var p=monaco.editor.create(s,e);try{p._standaloneKeybindingService.addDynamicKeybinding("-editor.action.insertLineAfter",null,()=>{})}catch(e){}p.nodered={refreshModuleLibs:i};for(var d=0;d<w.length;d++){var l=w[d];p.addAction(function(t,e){return{id:"set-theme-"+t,label:RED._("monaco.setTheme")+" "+t,precondition:null,keybindingContext:e||null,run:function(e){return e.setTheme(t),null}}}(l))}function f(e,t,o){e.getOption(monaco.editor.EditorOptions.readOnly.id)?e.getModel().pushEditOperations(e.getSelections(),t,function(){return o||null}):e.executeEdits("editor",t)}function h(e,t,o){t=t||50,e?(p.focusMemory&&setTimeout(function(){o.parentElement&&p.focus()},300),p._initState&&setTimeout(function(){o.parentElement&&(p.restoreViewState(p._initState),p._initState=null)},t),"javascript"==p._mode&&"text"==p._tempMode&&(p._tempMode="",setTimeout(function(){o.parentElement&&p.setMode("javascript",void 0,!1)},t))):"javascript"==p._mode&&"text"!=p._tempMode&&o.parentElement&&(p.setMode("text",void 0,!1),p._tempMode="text")}p.selection={},(p.session=p).renderer={},p.setMode=function(e,t,o){null==o&&(o=!0),e=c(e);var n,i=p.getModel(),a=p.getValue();if(i){var s=p.getScrollTop(),r=p.getScrollLeft(),d=p.getSelections(),l=p.getPosition(),a=i.getValue()||"";try{i.isDisposed()||i.dispose()}catch(e){}p.setModel(null),n=monaco.editor.createModel(a||"",e),p.setModel(n),p.setScrollTop(s,1),p.setScrollLeft(r,1),p.setPosition(l),p.setSelections(d)}else n=monaco.editor.createModel(a||"",e),p.setModel(n);t&&"function"==typeof t&&t(),o&&this.resize()},p.getRange=function(){var e=p.getSelection();return e.start={row:e.selectionStartLineNumber-1,column:e.selectionStartColumn-1},e.end={row:e.endLineNumber-1,column:e.endColumn-1},e},p.selection.getRange=p.getRange,p.session.insert=function(e,t){f(this,[{range:new monaco.Range(e.row+1,e.column+1,e.row+1,e.column+1),text:t,forceMoveMarkers:!0}])},p.setReadOnly=function(e){p.updateOptions({readOnly:e})},p.session.replace=function(e,t){f(this,[{range:e,text:t,forceMoveMarkers:!0}])},p.selectAll=function(){var e=p.getModel().getFullModelRange();p.setSelection(e)},p.clearSelection=function(){p.setPosition({column:1,lineNumber:1})},p.getSelectedText=function(){return p.getModel().getValueInRange(p.getSelection())},p.insertSnippet=function(e){let t=p.getContribution("snippetController2");t.insert(e)},p.destroy=function(){a&&clearInterval(a);try{if(Object.keys(u.JS).length){var t=Object.entries(u.JS);for(let e=0;e<t.length;e++)try{var o=t[e][0];u.JS[o].dispose(),u.JS[o]=null,delete u.JS[o]}catch(e){}}if(Object.keys(u.TS).length){var n=Object.entries(u.TS);for(let e=0;e<n.length;e++)try{var i=n[e][0];u.TS[i].dispose(),u.TS[i]=null,delete u.TS[i]}catch(e){}}}catch(e){}try{var e=this.getModel();e&&!e.isDisposed()&&(p._initState=null,e.dispose()),this.setModel(null)}catch(e){}$(s).remove(),$(r).remove()},p.resize=function(){p.layout()},p.renderer.updateFull=p.resize.bind(p),p.getSession=function(){return p},p.getLength=function(){var e=p.getModel();return null!==e?e.getLineCount():0},p.scrollToLine=function(e,t){p.revealLine(e,t)},p.moveCursorTo=function(e,t){p.setPosition({lineNumber:e,column:t})},p.getAnnotations=function(){var e=[];try{var i,a,s,r,t=p.getModel();null!==t&&(i=t._languageId,a=t._associatedResource.authority,s=t._associatedResource.path,r=t._associatedResource.scheme,e=(monaco.editor.getModelMarkers(t)||[]).filter(function(e){var t=e.resource.authority,o=e.resource.path,n=e.resource.scheme;return e.owner==i&&t===a&&o===s&&n===r}).map(function(e){return{row:e.startLineNumber,column:e.startColumn,endColumn:e.endColumn,endRow:e.endLineNumber,text:e.message,type:monaco.MarkerSeverity[e.severity]?monaco.MarkerSeverity[e.severity].toLowerCase():e.severity}}))}catch(e){console.log("Failed to get editor Annotations",e)}return e||[]},p.gotoLine=function(e,t){p.setPosition({lineNumber:e+1,column:t+1})},p.getCursorPosition=function(){var e=p.getPosition();return{row:e.lineNumber-1,column:e.column-1}},p.setTheme=function(e){monaco.editor.setTheme(e),E=e},p.on=function(e,t){switch(e){case"change":case"input":e="onDidChangeModelContent";break;case"focus":e="onDidFocusEditorWidget";break;case"blur":e="onDidBlurEditorWidget";break;case"paste":e="onDidPaste"}var o;if(p[e])o=p[e];else{if(!monaco.editor[e])return void console.warn("monaco - unknown event: "+e);o=monaco.editor[e]}o(t)},p.getUndoManager=function(){var e={};return e.isClean=function(){try{return!1===p.getModel().canUndo()}catch(e){return!1}}.bind(p),e},p.setFontSize=function(e){p.updateOptions({fontSize:e})},p.focusMemory=o.focus,p._mode=e.language,e._language&&(p._mode=e._language,p._tempMode=e.language),p.onDidBlurEditorWidget(function(){p.focusMemory=!1,p.saveView(),0==x(s)&&h(!1,0,s)}),p.onDidFocusEditorWidget(function(){h(!0,10,s)});var g=s,m=h;try{var v={root:$(g).closest("div.red-ui-tray-content")[0]||document,attributes:!0,childList:!0};new IntersectionObserver(function(e,t){e.forEach(function(e){m(0<e.intersectionRatio,5,e.target)})},v).observe(g)}catch(e){try{let t=x(s);a=setInterval(function(){var e=x(s);e!=t&&m(e,5,g),t=e},100)}catch(e){}}return"markdown"===e.language&&($(s).addClass("red-ui-editor-text-container-toolbar"),p.toolbar=RED.editor.customEditTypes._markdown.buildToolbar(r,p),!1!==o.expandable&&(t=$('<button type="button" class="red-ui-button" style="float: right;"><i class="fa fa-expand"></i></button>').appendTo(p.toolbar),RED.popover.tooltip(t,RED._("markdownEditor.expand")),t.on("click",function(e){e.preventDefault();e=p.getValue();p.saveView(),RED.editor.editMarkdown({value:e,width:"Infinity",stateId:o.stateId,cancel:function(){p.focus()},complete:function(e,t){p.setValue(e,-1),setTimeout(function(){p.focus(),p.restoreView()},300)}})})),n=$('<button type="button" class="red-ui-editor-text-help red-ui-button red-ui-button-small"><i class="fa fa-question"></i></button>').appendTo($(s).parent()),RED.popover.create({target:n,trigger:"click",size:"small",direction:"left",content:RED._("markdownEditor.format"),autoClose:50})),p.getView=function(){return p.saveViewState()},p.saveView=function(e){var t;if(o.stateId)return window._editorStateMonaco=window._editorStateMonaco||{},t=p.getView(),window._editorStateMonaco[o.stateId]=t},p.restoreView=function(e){if(o.stateId){window._editorStateMonaco=window._editorStateMonaco||{};e=e||window._editorStateMonaco[o.stateId];if(e)try{p.type?p.restoreViewState(e):p._initState=e}catch(e){delete window._editorStateMonaco[o.stateId]}}},p.restoreView(),o.cursor&&!p._initState&&(v=o.cursor.row||o.cursor.lineNumber,e=o.cursor.column||o.cursor.col,p.gotoLine(v,e)),p.type="monaco",p}}}(),RED.eventLog=function(){var i,n=[],t=!1;return{init:function(){$('<script type="text/x-red" data-template-name="_eventLog"><div class="form-row node-text-editor-row"><div style="height: 100%;min-height: 150px;" class="node-text-editor" id="red-ui-event-log-editor"></div></div><\/script>').appendTo("#red-ui-editor-node-configs"),RED.actions.add("core:show-event-log",RED.eventLog.show)},show:function(){var e;t||(t=!0,e={title:RED._("eventLog.title"),width:1/0,buttons:[{id:"node-dialog-close",text:RED._("common.label.close"),click:function(){RED.tray.close()}}],resize:function(e){for(var t=$("#dialog-form>div:not(.node-text-editor-row)"),o=($("#dialog-form>div.node-text-editor-row"),$("#dialog-form").height()),n=0;n<t.size();n++)o-=$(t[n]).outerHeight(!0);o-=parseInt($("#dialog-form").css("marginTop"))+parseInt($("#dialog-form").css("marginBottom")),$(".node-text-editor").css("height",o+"px"),i.resize()},open:function(e){e.find(".red-ui-tray-body");e=RED.editor.buildEditForm(e.find(".red-ui-tray-body"),"dialog-form","_eventLog","editor");i=RED.editor.createEditor({mode:"ace/mode/shell",id:"red-ui-event-log-editor",value:n.join("\n"),lineNumbers:!1,readOnly:!0,options:{showPrintMargin:!1}}),setTimeout(function(){i.scrollToLine(i.getSession().getLength())},200),e.i18n()},close:function(){i.destroy(),i=null,t=!1},show:function(){}},RED.tray.show(e))},log:function(e,t){var o=new Date(t.ts).toISOString()+" ";t.type&&(o+="["+t.type+"] "),t.data&&(t=(t=t.data).endsWith("\n")?t.substring(0,t.length-1):t).split(/\n/).forEach(function(e){e=o+e,n.push(e),500<n.length&&(n=n.slice(-500)),i&&(i.getSession().insert({row:i.getSession().getLength(),column:0},"\n"+e),i.scrollToLine(i.getSession().getLength()))})},startEvent:function(e){n.push(""),n.push("-----------------------------------------------------------"),n.push((new Date).toISOString()+" "+e),n.push("")}}}(),RED.tray=function(){var h,g=[],m=!1,o=!1;function n(e){var t,o,n=$('<div class="red-ui-tray"></div>'),i=$('<div class="red-ui-tray-header editor-tray-header"></div>').appendTo(n),a=$('<div class="red-ui-tray-body-wrapper"></div>').appendTo(n),s=$('<div class="red-ui-tray-body editor-tray-body"></div>').appendTo(a),a=$('<div class="red-ui-tray-footer"></div>').appendTo(n),r=$('<div class="red-ui-tray-resize-handle"></div>').appendTo(n),d=(e.title&&((t=g.map(function(e){return e.options.title})).push(e.title),t='<ul class="red-ui-tray-breadcrumbs"><li>'+t.join("</li><li>")+"</li></ul>",$('<div class="red-ui-tray-titlebar">'+t+"</div>").appendTo(i)),e.width===1/0&&(e.maximized=!0,r.addClass("red-ui-tray-resize-maximised")),$('<div class="red-ui-tray-toolbar"></div>').appendTo(i));if(e.buttons)for(var l=0;l<e.buttons.length;l++){var c=e.buttons[l],u=$("<button>").button().appendTo(d);c.id&&u.attr("id",c.id),c.text&&u.text(c.text),c.click&&u.on("click",function(t){return function(e){$(this).hasClass("disabled")||t(e)}}(c.click)),c.class&&(u.addClass(c.class),"primary"===c.class&&(o=c))}n.appendTo(h);var p={tray:n,header:i,body:s,footer:a,options:e,primaryButton:o};function f(){$("#red-ui-header-shade").show(),$("#red-ui-editor-shade").show(),$("#red-ui-palette-shade").show(),$(".red-ui-sidebar-shade").show(),p.preferredWidth=Math.max(n.width(),500),e.maximized||s.css({minWidth:p.preferredWidth-40}),e.width?(e.width>$("#red-ui-editor-stack").position().left-8&&(e.width=$("#red-ui-editor-stack").position().left-8),n.width(e.width)):n.width(p.preferredWidth),p.width=n.width(),p.width>$("#red-ui-editor-stack").position().left-8&&(p.width=Math.max(0,$("#red-ui-editor-stack").position().left-8),n.width(p.width)),$("#red-ui-main-container").scrollLeft(0),n.css({right:-(n.width()+10)+"px",transition:"right 0.25s ease"}),v(),m=!0,setTimeout(function(){setTimeout(function(){e.width||n.width(Math.min(p.preferredWidth,$("#red-ui-editor-stack").position().left-8)),e.resize&&e.resize({width:n.width()}),e.show&&e.show(),setTimeout(function(){m=!1,b(),v()},200),e.hasOwnProperty("focusElement")?!1!==e.focusElement&&$(e.focusElement).trigger("focus"):s.find(":focusable:first").trigger("focus")},150),n.css({right:0})},0)}g.push(p),e.maximized||n.draggable({handle:r,axis:"x",start:function(e,t){n.width("auto")},drag:function(e,t){var o=h.position().left+t.position.left;o<7?t.position.left+=7-o:t.position.left>-p.preferredWidth-1&&(t.position.left=-Math.min(h.position().left-7,p.preferredWidth-1)),p.options.resize&&setTimeout(function(){p.options.resize({width:-t.position.left})},0),p.width=-t.position.left},stop:function(e,t){n.width(-t.position.left),n.css({left:""}),p.options.resize&&p.options.resize({width:-t.position.left}),p.width=-t.position.left}}),e.open?1===e.open.length?(e.open(n),f()):e.open(n,f):f()}function v(){var e,t;0<g.length&&((e=g[g.length-1]).options.maximized||e.width>$("#red-ui-editor-stack").position().left-8?(e.width=$("#red-ui-editor-stack").position().left-8,e.tray.width(e.width)):e.width<e.preferredWidth&&(e.width=Math.min($("#red-ui-editor-stack").position().left-8,e.preferredWidth),e.tray.width(e.width)),t=e.tray.height()-e.header.outerHeight()-e.footer.outerHeight(),e.body.height(t),e.options.resize&&e.options.resize({width:e.width,height:t}))}function b(){setTimeout(function(){$("#red-ui-editor-stack").css("zIndex","13")},300)}function i(){$("#red-ui-editor-stack").css("zIndex","9")}return{init:function(){h=$("#red-ui-editor-stack"),$(window).on("resize",v),RED.events.on("sidebar:resize",v),$("#red-ui-editor-shade").on("click",function(){var e;m||(e=g[g.length-1])&&e.primaryButton&&e.primaryButton.click()})},show:function(e){if(i(),e){if(o)throw new Error("Cannot add to stack whilst hidden");var t;0<g.length&&!e.overlay?(t=g[g.length-1],"inherit"===e.width&&(e.width=t.tray.width()),t.tray.css({right:-(t.tray.width()+10)+"px"}),setTimeout(function(){t.tray.detach(),n(e)},250)):(0<g.length&&g[g.length-1].tray.css("z-index",0),RED.events.emit("editor:open"),n(e))}else 0<g.length&&(g[g.length-1].tray.css({right:0}),$("#red-ui-header-shade").show(),$("#red-ui-editor-shade").show(),$("#red-ui-palette-shade").show(),$(".red-ui-sidebar-shade").show(),o=!1)},hide:function(){var e;i(),0<g.length&&((e=g[g.length-1]).tray.css({right:-(e.tray.width()+10)+"px"}),$("#red-ui-header-shade").hide(),$("#red-ui-editor-shade").hide(),$("#red-ui-palette-shade").hide(),$(".red-ui-sidebar-shade").hide(),o=!0)},resize:v,close:function(t){var o;i(),0<g.length&&((o=g.pop()).tray.css({right:-(o.tray.width()+10)+"px"}),setTimeout(function(){try{o.options.close&&o.options.close()}catch(e){}var e;o.tray.remove(),0<g.length&&((e=g[g.length-1]).options.overlay?(v(),e.options.show&&e.options.show()):(e.tray.appendTo("#red-ui-editor-stack"),setTimeout(function(){v(),e.tray.css({right:0}),e.options.show&&(b(),v(),e.options.show())},0))),t&&t(),0===g.length?($("#red-ui-header-shade").hide(),$("#red-ui-editor-shade").hide(),$("#red-ui-palette-shade").hide(),$(".red-ui-sidebar-shade").hide(),RED.events.emit("editor:close"),RED.view.focus()):g[g.length-1].tray.css("z-index","auto")},250))}}}(),RED.clipboard=function(){var m,v,o,i,c,u,r,b,e,t,a=!1,d={};function n(){m=$('<div id="red-ui-clipboard-dialog" class="hide"><form class="dialog-form form-horizontal"></form></div>').appendTo("#red-ui-editor").dialog({modal:!0,autoOpen:!1,width:700,resizable:!1,classes:{"ui-dialog":"red-ui-editor-dialog","ui-dialog-titlebar-close":"hide","ui-widget-overlay":"red-ui-editor-dialog"},buttons:[{id:"red-ui-clipboard-dialog-cancel",text:RED._("common.label.cancel"),click:function(){$(this).dialog("close"),RED.view.focus()}},{id:"red-ui-clipboard-dialog-download",class:"primary",text:RED._("clipboard.download"),click:function(){var e,t,o=$("#red-ui-clipboard-dialog-export-text").val();e="flows.json",o=o,window.navigator.msSaveBlob?(t=new Blob([o],{type:"data:text/plain;charset=utf-8"}),navigator.msSaveBlob(t,e)):((t=document.createElement("a")).setAttribute("href","data:text/plain;charset=utf-8,"+encodeURIComponent(o)),t.setAttribute("download",e),t.style.display="none",document.body.appendChild(t),t.click(),document.body.removeChild(t)),$(this).dialog("close"),RED.view.focus()}},{id:"red-ui-clipboard-dialog-export",class:"primary",text:RED._("clipboard.export.copy"),click:function(){var e,t,o,n,i,a,s;"red-ui-clipboard-dialog-export-tab-clipboard"===r?(e=$("#red-ui-clipboard-dialog-export-text").val(),$(this).dialog("close"),w(e),RED.notify(RED._("clipboard.nodesExported"),{id:"clipboard"}),RED.view.focus()):(t=$("#red-ui-clipboard-dialog-export-text").val(),(o=d[r].getSelected()).children||(o=o.parent),n=$("#red-ui-clipboard-dialog-tab-library-name").val().trim(),i=function(){$.ajax({url:"library/"+o.library+"/"+o.type+"/"+o.path+n,type:"POST",data:t,contentType:"application/json; charset=utf-8"}).done(function(){$(m).dialog("close"),RED.view.focus(),RED.notify(RED._("library.exportedToLibrary"),"success")}).fail(function(e,t,o){401===e.status?RED.notify(RED._("library.saveFailed",{message:RED._("user.notAuthorized")}),"error"):RED.notify(RED._("library.saveFailed",{message:e.responseText}),"error")})},o.children?(a=!1,o.children.forEach(function(e){e.label===n&&(a=!0)}),a?(m.dialog("close"),s=RED.notify(RED._("clipboard.export.exists",{file:RED.utils.sanitize(n)}),{type:"warning",fixed:!0,buttons:[{text:RED._("common.label.cancel"),click:function(){s.hideNotification(),m.dialog("open")}},{text:RED._("clipboard.export.overwrite"),click:function(){s.hideNotification(),i()}}]})):i()):i())}},{id:"red-ui-clipboard-dialog-ok",class:"primary",text:RED._("common.label.import"),click:function(){var e,t="red-ui-clipboard-dialog-import-opt-new"===$("#red-ui-clipboard-dialog-import-opt > a.selected").attr("id");"red-ui-clipboard-dialog-import-tab-clipboard"===r?E($("#red-ui-clipboard-dialog-import-text").val(),t):(e=d[r].getSelected()).path&&$.get("library/"+e.library+"/"+e.type+"/"+e.path,function(e){E(e,t)}),$(this).dialog("close"),RED.view.focus()}},{id:"red-ui-clipboard-dialog-import-conflict",class:"primary",text:RED._("clipboard.import.importSelected"),click:function(){var t={},e=($('#red-ui-clipboard-dialog-import-conflicts-list input[type="checkbox"]').each(function(){t[$(this).attr("data-node-id")]=this.checked?"import":"skip"}),$('.red-ui-clipboard-dialog-import-conflicts-controls input[type="checkbox"]').each(function(){$(this).attr("disabled")||(t[$(this).attr("data-node-id")]=this.checked?"replace":"copy")}),b.importOptions.importMap=t,b.importNodes.filter(function(e){return t[e.id]&&!t[e.z]||(t[e.id]=t[e.z]),"skip"!==t[e.id]}));RED.view.importNodes(e,b.importOptions),$(this).dialog("close"),RED.view.focus()}}],open:function(e,t){RED.keyboard.disable()},close:function(e){RED.keyboard.enable(),c&&(c.close(!0),u=null)}}),v=m.children(".dialog-form"),o='<div class="form-row"><label style="width:auto;margin-right: 10px;" data-i18n="common.label.export"></label><span id="red-ui-clipboard-dialog-export-rng-group" class="button-group"><a id="red-ui-clipboard-dialog-export-rng-selected" class="red-ui-button toggle" href="#" data-i18n="clipboard.export.selected"></a><a id="red-ui-clipboard-dialog-export-rng-flow" class="red-ui-button toggle" href="#" data-i18n="clipboard.export.current"></a><a id="red-ui-clipboard-dialog-export-rng-full" class="red-ui-button toggle" href="#" data-i18n="clipboard.export.all"></a></span></div><div class="red-ui-clipboard-dialog-box"><div class="red-ui-clipboard-dialog-tabs"><ul id="red-ui-clipboard-dialog-export-tabs"></ul></div><div id="red-ui-clipboard-dialog-export-tabs-content" class="red-ui-clipboard-dialog-tabs-content"><div id="red-ui-clipboard-dialog-export-tab-clipboard" class="red-ui-clipboard-dialog-tab-clipboard"><div id="red-ui-clipboard-dialog-export-tab-clipboard-tab-bar"><ul id="red-ui-clipboard-dialog-export-tab-clipboard-tabs"></ul></div><div class="red-ui-clipboard-dialog-export-tab-clipboard-tab" id="red-ui-clipboard-dialog-export-tab-clipboard-preview"><div id="red-ui-clipboard-dialog-export-tab-clipboard-preview-list"></div></div><div class="red-ui-clipboard-dialog-export-tab-clipboard-tab" id="red-ui-clipboard-dialog-export-tab-clipboard-json"><div class="form-row" style="height:calc(100% - 40px)"><textarea readonly id="red-ui-clipboard-dialog-export-text"></textarea></div><div class="form-row" style="text-align: right;"><span id="red-ui-clipboard-dialog-export-fmt-group" class="button-group"><a id="red-ui-clipboard-dialog-export-fmt-mini" class="red-ui-button red-ui-button-small toggle" href="#" data-i18n="clipboard.export.compact"></a><a id="red-ui-clipboard-dialog-export-fmt-full" class="red-ui-button red-ui-button-small toggle" href="#" data-i18n="clipboard.export.formatted"></a></span></div></div></div><div class="form-row" id="red-ui-clipboard-dialog-export-tab-library-filename"><label data-i18n="clipboard.export.exportAs"></label><input id="red-ui-clipboard-dialog-tab-library-name" type="text"></div></div></div>',i='<div class="red-ui-clipboard-dialog-box" style="margin-bottom: 12px"><div class="red-ui-clipboard-dialog-tabs"><ul id="red-ui-clipboard-dialog-import-tabs"></ul></div><div id="red-ui-clipboard-dialog-import-tabs-content" class="red-ui-clipboard-dialog-tabs-content"><div id="red-ui-clipboard-dialog-import-tab-clipboard" class="red-ui-clipboard-dialog-tab-clipboard"><div class="form-row"><span data-i18n="clipboard.pasteNodes"></span> <a class="red-ui-button" id="red-ui-clipboard-dialog-import-file-upload-btn"><i class="fa fa-upload"></i> <span data-i18n="clipboard.selectFile"></span></a><input type="file" id="red-ui-clipboard-dialog-import-file-upload" accept=".json" style="display:none"></div><div class="form-row" style="height:calc(100% - 47px)"><textarea id="red-ui-clipboard-dialog-import-text"></textarea></div></div></div></div><div class="form-row"><label style="width:auto;margin-right: 10px;" data-i18n="clipboard.import.import"></label><span id="red-ui-clipboard-dialog-import-opt" class="button-group"><a id="red-ui-clipboard-dialog-import-opt-current" class="red-ui-button toggle selected" href="#" data-i18n="clipboard.export.current"></a><a id="red-ui-clipboard-dialog-import-opt-new" class="red-ui-button toggle" href="#" data-i18n="clipboard.import.newFlow"></a></span></div>',importConflictsDialog='<div class="form-row"><div class="form-row"><p data-i18n="clipboard.import.conflictNotification1"></p><p data-i18n="clipboard.import.conflictNotification2"></p></div><div class="red-ui-clipboard-dialog-import-conflicts-list-container"><div id="red-ui-clipboard-dialog-import-conflicts-list"></div></div></div>'}function s(){e&&clearTimeout(e),e=setTimeout(function(){var e=$("#red-ui-clipboard-dialog-tab-library-name"),t=e.val().trim();0<t.length&&!/[\/\\]/.test(t)?(e.removeClass("input-error"),$("#red-ui-clipboard-dialog-export").button("enable")):(e.addClass("input-error"),$("#red-ui-clipboard-dialog-export").button("disable"))},100)}function l(){var e;"red-ui-clipboard-dialog-import-tab-clipboard"===r?(t&&clearTimeout(t),t=setTimeout(function(){var t=$("#red-ui-clipboard-dialog-import-text");if(""===(n=t.val().trim()))c.close(!0),u=null,t.removeClass("input-error"),$("#red-ui-clipboard-dialog-ok").button("disable");else try{if(!/^\[[\s\S]*\]$/m.test(n))throw new Error(RED._("clipboard.import.errors.notArray"));for(var e=JSON.parse(n),o=0;o<e.length;o++){if("object"!=typeof e[o])throw new Error(RED._("clipboard.import.errors.itemNotObject",{index:o}));if(!e[o].hasOwnProperty("id"))throw new Error(RED._("clipboard.import.errors.missingId",{index:o}));if(!e[o].hasOwnProperty("type"))throw new Error(RED._("clipboard.import.errors.missingType",{index:o}))}u=null,c.close(!0),t.removeClass("input-error"),t.val(n),$("#red-ui-clipboard-dialog-ok").button("enable")}catch(e){if(""!==n){t.addClass("input-error");t=e.toString();if(t!==u){var n,i=$('<div class="red-ui-clipboard-import-error"></div>').text(t),a=/at position (\d+)/i.exec(t);if(a)l=parseInt(a[1]);else if(a=/at line (\d+) column (\d+)/i.exec(t)){for(var s=parseInt(a[1])-1,r=parseInt(a[2])-1,d=n.split("\n"),l=0,o=0;o<s;o++)l+=d[o].length+1;l+=r}void 0!==l&&(n=n.replace(/\n/g,"↵"),parseInt(a[1]),r=$("<div>").appendTo(i),a=$("<pre>").appendTo(r),$("<span>").text(n.substring(l-12,l)).appendTo(a),$('<span class="error">').text(n.charAt(l)).appendTo(a),$("<span>").text(n.substring(l+1,l+12)).appendTo(a)),c.close(!0).setContent(i).open(),u=t}}else u=null;$("#red-ui-clipboard-dialog-ok").button("disable")}},100)):(e=d[r].getSelected())&&e.label&&!e.children?$("#red-ui-clipboard-dialog-ok").button("enable"):$("#red-ui-clipboard-dialog-ok").button("disable")}function p(e){var n,t;a||(e=e||"clipboard",v.empty(),v.append($(i)),(n=RED.tabs.create({id:"red-ui-clipboard-dialog-import-tabs",vertical:!0,onchange:function(e){$("#red-ui-clipboard-dialog-import-tabs-content").children().hide(),$("#"+e.id).show(),r=e.id,c&&(c.close(!0),u=null),"red-ui-clipboard-dialog-import-tab-clipboard"===e.id?$("#red-ui-clipboard-dialog-import-text").trigger("focus"):d[e.id].focus(),l()}})).addTab({id:"red-ui-clipboard-dialog-import-tab-clipboard",label:RED._("clipboard.clipboard")}),(RED.settings.libraries||[]).forEach(function(e){var t="red-ui-clipboard-dialog-import-tab-"+e.id,o=(n.addTab({id:t,label:RED._(e.label||e.id)}),$('<div id="red-ui-clipboard-dialog-import-tab-library" class="red-ui-clipboard-dialog-tab-library"></div>').attr("id",t).hide().appendTo("#red-ui-clipboard-dialog-import-tabs-content")),o=RED.library.createBrowser({container:o,onselect:function(e){e&&e.label&&!e.children?$("#red-ui-clipboard-dialog-ok").button("enable"):$("#red-ui-clipboard-dialog-ok").button("disable")},onconfirm:function(e){e&&e.label&&!e.children&&$("#red-ui-clipboard-dialog-ok").trigger("click")}});g(o,e),d[t]=o}),$("#red-ui-clipboard-dialog-tab-library-name").on("keyup",s),$("#red-ui-clipboard-dialog-tab-library-name").on("paste",function(){setTimeout(s,10)}),$("#red-ui-clipboard-dialog-export").button("enable"),v.i18n(),$("#red-ui-clipboard-dialog-ok").show(),$("#red-ui-clipboard-dialog-cancel").show(),$("#red-ui-clipboard-dialog-export").hide(),$("#red-ui-clipboard-dialog-download").hide(),$("#red-ui-clipboard-dialog-import-conflict").hide(),$("#red-ui-clipboard-dialog-ok").button("disable"),$("#red-ui-clipboard-dialog-import-text").on("keyup",l),$("#red-ui-clipboard-dialog-import-text").on("paste",function(){setTimeout(l,10)}),0===RED.workspaces.active()?($("#red-ui-clipboard-dialog-import-opt-current").addClass("disabled").removeClass("selected"),$("#red-ui-clipboard-dialog-import-opt-new").addClass("selected")):($("#red-ui-clipboard-dialog-import-opt-current").removeClass("disabled").addClass("selected"),$("#red-ui-clipboard-dialog-import-opt-new").removeClass("selected")),$("#red-ui-clipboard-dialog-import-opt > a").on("click",function(e){e.preventDefault(),$(this).hasClass("disabled")||$(this).hasClass("selected")||($(this).parent().children().removeClass("selected"),$(this).addClass("selected"))}),$("#red-ui-clipboard-dialog-import-file-upload").on("change",function(){var e=new FileReader;e.onload=function(){$("#red-ui-clipboard-dialog-import-text").val(e.result),l()},e.readAsText($(this).prop("files")[0])}),$("#red-ui-clipboard-dialog-import-file-upload-btn").on("click",function(e){e.preventDefault(),$("#red-ui-clipboard-dialog-import-file-upload").trigger("click")}),n.activateTab("red-ui-clipboard-dialog-import-tab-"+e),"clipboard"===e&&setTimeout(function(){$("#red-ui-clipboard-dialog-import-text").trigger("focus")},100),e=400,(t=$(window).height())<600&&(e=400-(600-t)),$(".red-ui-clipboard-dialog-box").height(e),m.dialog("option","title",RED._("clipboard.importNodes")).dialog("option","width",700).dialog("open"),c=RED.popover.create({target:$("#red-ui-clipboard-dialog-import-text"),trigger:"manual",direction:"bottom",content:""}))}function f(e){var n,i,t;a||(e=e||"clipboard",v.empty(),v.append($(o)),(n=RED.tabs.create({id:"red-ui-clipboard-dialog-export-tabs",vertical:!0,onchange:function(e){$("#red-ui-clipboard-dialog-export-tabs-content").children().hide(),$("#"+e.id).show(),r=e.id,"red-ui-clipboard-dialog-export-tab-clipboard"===e.id?($("#red-ui-clipboard-dialog-export").button("option","label",RED._("clipboard.export.copy")),$("#red-ui-clipboard-dialog-download").show(),$("#red-ui-clipboard-dialog-export-tab-library-filename").hide()):($("#red-ui-clipboard-dialog-export").button("option","label",RED._("clipboard.export.export")),$("#red-ui-clipboard-dialog-download").hide(),$("#red-ui-clipboard-dialog-export-tab-library-filename").show(),d[r].focus())}})).addTab({id:"red-ui-clipboard-dialog-export-tab-clipboard",label:RED._("clipboard.clipboard")}),(RED.settings.libraries||[]).forEach(function(e){var t,o;e.readOnly||(t="red-ui-clipboard-dialog-export-tab-library-"+e.id,n.addTab({id:t,label:RED._(e.label||e.id)}),o=$('<div class="red-ui-clipboard-dialog-export-tab-library-browser red-ui-clipboard-dialog-tab-library"></div>').attr("id",t).hide().insertBefore("#red-ui-clipboard-dialog-export-tab-library-filename"),g(o=RED.library.createBrowser({container:o,folderTools:!0,onselect:function(e){e&&e.label&&!e.children&&$("#red-ui-clipboard-dialog-tab-library-name").val(e.label)}}),e),d[t]=o)}),$("#red-ui-clipboard-dialog-tab-library-name").on("keyup",s),$("#red-ui-clipboard-dialog-tab-library-name").on("paste",function(){setTimeout(s,10)}),$("#red-ui-clipboard-dialog-export").button("enable"),(t=RED.tabs.create({id:"red-ui-clipboard-dialog-export-tab-clipboard-tabs",onchange:function(e){$(".red-ui-clipboard-dialog-export-tab-clipboard-tab").hide(),$("#"+e.id).show()}})).addTab({id:"red-ui-clipboard-dialog-export-tab-clipboard-preview",label:RED._("clipboard.exportNodes")}),t.addTab({id:"red-ui-clipboard-dialog-export-tab-clipboard-json",label:RED._("editor.types.json")}),$("#red-ui-clipboard-dialog-export-tab-clipboard-preview-list").css({position:"absolute",top:0,right:0,bottom:0,left:0}).treeList({data:[]}),h(),$("#red-ui-clipboard-dialog-tab-library-name").val("flows.json").select(),v.i18n(),i=RED.settings.flowFilePretty?"red-ui-clipboard-dialog-export-fmt-full":"red-ui-clipboard-dialog-export-fmt-mini",$("#red-ui-clipboard-dialog-export-fmt-group > a").on("click",function(e){var t;e.preventDefault(),$(this).hasClass("disabled")||$(this).hasClass("selected")?$("#red-ui-clipboard-dialog-export-text").trigger("focus"):($(this).parent().children().removeClass("selected"),$(this).addClass("selected"),0<(e=$("#red-ui-clipboard-dialog-export-text").val()).length&&(t=JSON.parse(e),e="red-ui-clipboard-dialog-export-fmt-full"===(i=$(this).attr("id"))?JSON.stringify(t,null,4):JSON.stringify(t),$("#red-ui-clipboard-dialog-export-text").val(e),setTimeout(function(){$("#red-ui-clipboard-dialog-export-text").scrollTop(0)},50),$("#red-ui-clipboard-dialog-export-text").trigger("focus")))}),$("#red-ui-clipboard-dialog-export-rng-group > a").on("click",function(e){var t,o,n;e.preventDefault(),$(this).hasClass("disabled")||$(this).hasClass("selected")||($(this).parent().children().removeClass("selected"),$(this).addClass("selected"),t=$(this).attr("id").substring("red-ui-clipboard-dialog-export-rng-".length),e="",o=null,"selected"===t?(0<(n=RED.workspaces.selection()).length?(o=[],n.forEach(function(e){o.push(e),o=(o=o.concat(RED.nodes.groups(e.id))).concat(RED.nodes.filterNodes({z:e.id}))})):o=RED.view.selection().nodes||[],o=RED.nodes.createExportableNodeSet(o.filter(function(e){return"subflow"!==e.type}))):"flow"===t?(n=RED.workspaces.active(),o=(o=(o=RED.nodes.groups(n)).concat(RED.nodes.junctions(n))).concat(RED.nodes.filterNodes({z:n})),RED.nodes.eachConfig(function(e){e.z===RED.workspaces.active()&&!1===e._def.hasUsers&&o.push(e)}),n=RED.nodes.workspace(n)||RED.nodes.subflow(n),o.unshift(n),o=RED.nodes.createExportableNodeSet(o)):"full"===t&&(o=RED.nodes.createCompleteNodeSet(!1)),0<(e=null!==o?"red-ui-clipboard-dialog-export-fmt-full"===i?JSON.stringify(o,null,4):JSON.stringify(o):e).length?$("#red-ui-clipboard-dialog-export").removeClass("disabled"):$("#red-ui-clipboard-dialog-export").addClass("disabled"),$("#red-ui-clipboard-dialog-export-text").val(e),setTimeout(function(){$("#red-ui-clipboard-dialog-export-text").scrollTop(0),h(t)},50))}),$("#red-ui-clipboard-dialog-ok").hide(),$("#red-ui-clipboard-dialog-cancel").hide(),$("#red-ui-clipboard-dialog-export").hide(),$("#red-ui-clipboard-dialog-import-conflict").hide(),0===RED.workspaces.active()?($("#red-ui-clipboard-dialog-export-rng-selected").addClass("disabled").removeClass("selected"),$("#red-ui-clipboard-dialog-export-rng-flow").addClass("disabled").removeClass("selected"),$("#red-ui-clipboard-dialog-export-rng-full").trigger("click")):0<RED.workspaces.selection().length||RED.view.selection().nodes?$("#red-ui-clipboard-dialog-export-rng-selected").trigger("click"):($("#red-ui-clipboard-dialog-export-rng-selected").addClass("disabled").removeClass("selected"),$("#red-ui-clipboard-dialog-export-rng-flow").trigger("click")),("red-ui-clipboard-dialog-export-fmt-full"===i?$("#red-ui-clipboard-dialog-export-fmt-full"):$("#red-ui-clipboard-dialog-export-fmt-mini")).trigger("click"),n.activateTab("red-ui-clipboard-dialog-export-tab-"+e),t=400,(e=$(window).height())<600&&(t=400-(600-e)),$(".red-ui-clipboard-dialog-box").height(t),m.dialog("option","title",RED._("clipboard.exportNodes")).dialog("option","width",700).dialog("open"),$("#red-ui-clipboard-dialog-export-text").trigger("focus"),$("#red-ui-clipboard-dialog-cancel").show(),$("#red-ui-clipboard-dialog-export").show(),$("#red-ui-clipboard-dialog-download").show(),$("#red-ui-clipboard-dialog-import-conflict").hide())}function h(t){var e=$("#red-ui-clipboard-dialog-export-text").val()||"[]",e=JSON.parse(e),o={},n={},i=[],a=[],s=[],r=(e.forEach(function(e){"tab"===e.type?(o[e.id]={element:R(e),deferBuild:"flow"!==t,expanded:"flow"===t,children:[]},a.push(o[e.id])):"subflow"===e.type?(n[e.id]={element:x(e),deferBuild:!0,children:[]},s.push(n[e.id])):i.push(e)}),[]),d=[],e=(i.forEach(function(e){var t={element:x(e)};e.z?o[e.z]||n[e.z]?o[e.z]?o[e.z].children.push(t):n[e.z]&&n[e.z].children.push(t):d.push(t):r.push(t)}),[]);0<d.length&&(e=e.concat(d)),"flow"===t?e=e.concat(a):0<a.length&&e.push({label:RED._("menu.label.flows"),deferBuild:20<a.length,expanded:a.length<=20,children:a}),0<s.length&&e.push({label:RED._("menu.label.subflows"),deferBuild:10<s.length,expanded:s.length<=10,children:s}),0<r.length&&e.push({label:RED._("sidebar.info.globalConfig"),deferBuild:10<r.length,expanded:r.length<=10,children:r}),$("#red-ui-clipboard-dialog-export-tab-clipboard-preview-list").treeList("data",e)}function g(e,n){var t,o="fa fa-hdd-o";n.icon&&(o=("font-awesome"===(t=RED.utils.separateIconPath(n.icon)).module?"fa ":"")+t.file),e.data([{library:n.id,type:"flows",icon:o,label:RED._(n.label||n.id),path:"",expanded:!0,children:[{library:n.id,type:"flows",icon:"fa fa-cube",label:"flows",path:"",expanded:!0,children:function(t,o){RED.library.loadLibraryFolder(n.id,"flows","",function(e){o.children=e,t(e)})}}]}],!0)}function y(){$("#red-ui-drop-target").hide()}function w(e,t,o){var n,i=!1,a=document.activeElement,s=("string"!=typeof e&&(e=JSON.stringify(e,function(e,t){if(null!==t&&"object"==typeof t&&t.__enc__){if(t.hasOwnProperty("data")&&t.hasOwnProperty("length"))return i=t.data.length!==t.length,t.data;if("function"===t.type||"internal"===t.type)return;if("number"===t.type)return null;if("bigint"===t.type)return t.data.toString();if("undefined"===t.type)return}return t})),i&&(o+="_truncated"),$('<textarea type="text" id="red-ui-clipboard-hidden" tabIndex="-1">').appendTo(document.body)),e=(s.val(e).focus().select(),document.execCommand("copy"));return e&&t&&(n=RED.popover.create({target:t,direction:"left",size:"small",content:RED._(o)}),setTimeout(function(){n.close()},1e3),n.open()),s.remove(),a&&$(a).focus(),e}function E(t,e){var o=t;if("string"==typeof t)try{if(0===(t=t.trim()).length)return;o=JSON.parse(t)}catch(e){t=new Error(RED._("clipboard.invalidFlow",{message:e.message}));throw t.code="NODE_RED",t}var p,f,h,g,t={generateIds:!1,addFlow:e};try{RED.view.importNodes(o,t)}catch(e){console.log(e.importConfig),p=e.importConfig,f=o,h=t,g=RED.notify("<p>"+RED._("clipboard.import.conflictNotification1")+"</p>",{type:"info",fixed:!0,buttons:[{text:RED._("common.label.cancel"),click:function(){g.close()}},{text:RED._("clipboard.import.viewNodes"),click:function(){g.close();var e,t,o,n,i,a,s=p,r=f,d=h,l=[],c=!(b={importConfig:s,importNodes:r,importOptions:d});for(e in s.subflows)s.subflows.hasOwnProperty(e)&&(c||(l.push({gutter:$('<span data-i18n="menu.label.subflows"></span>'),label:"",class:"red-ui-clipboard-dialog-import-conflicts-item-header"}),c=!0),t=s.subflows[e],n=s.conflicted[t.id],a=D(t,n,i=!n),o={id:t.id,gutter:a.gutter.element,element:a.element,class:i?"":"disabled",deferBuild:!0,children:[]},l.push(o),s.zMap[e]&&s.zMap[e].forEach(function(e){var t=D(e,s.conflicted[e.id],i,a.gutter.cb);o.children.push({id:e.id,gutter:t.gutter.element,element:t.element,class:i?"":"disabled"})}));for(e in c=!1,s.tabs)s.tabs.hasOwnProperty(e)&&(c||(l.push({gutter:$('<span data-i18n="menu.label.flows"></span>'),label:"",class:"red-ui-clipboard-dialog-import-conflicts-item-header"}),c=!0),t=s.tabs[e],n=s.conflicted[t.id],a=D(t,n,i=!0),o={id:t.id,gutter:a.gutter.element,element:a.element,icon:"red-ui-icons red-ui-icons-flow",deferBuild:!0,class:i?"":"disabled",children:[]},l.push(o),s.zMap[e]&&s.zMap[e].forEach(function(e){var t=D(e,s.conflicted[e.id],i,a.gutter.cb);o.children.push({id:e.id,gutter:t.gutter.element,element:t.element,class:i?"":"disabled"})}));c=!1;var u=[];s.all.forEach(function(e){var t,o;"tab"===e.type||"subflow"===e.type||s.tabs[e.z]||s.subflows[e.z]||(o=D(e,t=s.conflicted[e.id],t=!t||!s.configs[e.id]),o={id:e.id,gutter:o.gutter.element,element:o.element,class:t?"":"disabled"},s.configs[e.id]?u.push(o):(c||(l.push({gutter:$('<span data-i18n="menu.label.nodes"></span>'),label:"",class:"red-ui-clipboard-dialog-import-conflicts-item-header"}),c=!0),l.push(o)))}),0<u.length&&(l.push({gutter:$('<span data-i18n="menu.label.displayConfig"></span>'),label:"",class:"red-ui-clipboard-dialog-import-conflicts-item-header"}),c=!0,l=l.concat(u)),v.empty(),v.append($(importConflictsDialog)),$("#red-ui-clipboard-dialog-import-conflicts-list").css({position:"absolute",top:0,right:0,bottom:0,left:0}).treeList({data:l}),v.i18n(),r=400,(d=$(window).height())<600&&(r=400-(600-d)),$(".red-ui-clipboard-dialog-box").height(r),$("#red-ui-clipboard-dialog-ok").hide(),$("#red-ui-clipboard-dialog-cancel").show(),$("#red-ui-clipboard-dialog-export").hide(),$("#red-ui-clipboard-dialog-download").hide(),$("#red-ui-clipboard-dialog-import-conflict").show(),m.dialog("option","title",RED._("clipboard.importNodes")).dialog("option","width",500).dialog("open")}},{text:RED._("clipboard.import.importCopy"),click:function(){g.close(),h.generateIds=!0,RED.view.importNodes(f,h)}}]})}}function D(e,t,o,n){var i="tab"===e.type?R(e):x(e),a=$("<div>",{class:"red-ui-clipboard-dialog-import-conflicts-controls"}).appendTo(i);return a.on("click",function(e){e.stopPropagation()}),t&&!n&&(t=$("<label><input "+(o?"":"disabled ")+'type="checkbox" data-node-id="'+e.id+'"> <span data-i18n="clipboard.import.replace"></span></label>').appendTo(a),("tab"===e.type||"subflow"!==e.type&&e.hasOwnProperty("x")&&e.hasOwnProperty("y"))&&t.hide()),{element:i,gutter:function(e,t,o){var n=$("<label>",{class:"red-ui-clipboard-dialog-import-conflicts-gutter"}),e=$('<input data-node-id="'+e.id+'" type="checkbox" '+(t?"checked":"")+">").appendTo(n);o&&(e.attr("disabled",!0),o.addChild(e));n.on("click",function(e){e.stopPropagation()}),e.on("change",function(e){var t=this.checked;n.parent().toggleClass("disabled",!t),n.parent().find('.red-ui-clipboard-dialog-import-conflicts-controls input[type="checkbox"]').attr("disabled",!t),i.forEach(function(e){e.attr("checked",t),e.trigger("change")})});var i=[];return{cb:{addChild:function(e){i.push(e)}},element:n}}(e,o,n)}}function R(e){(e=JSON.parse(JSON.stringify(e)))._def=RED.nodes.getType(e.type)||{},e._def&&(e._=e._def._);var t=$("<div>",{class:"red-ui-info-outline-item red-ui-info-outline-item-flow"}),o=$("<div>",{class:"red-ui-search-result-description red-ui-info-outline-item-label"}).appendTo(t),e="string"==typeof e?e:e.label,n=e.indexOf("\\n");return-1<n&&(e=e.substring(0,n)+"..."),o.text(e),t}function x(e){(e=JSON.parse(JSON.stringify(e)))._def=RED.nodes.getType(e.type)||{},e._def&&(e._=e._def._);var t=$("<div>",{class:"red-ui-node-list-item"});return RED.utils.createNodeIcon(e,!0).appendTo(t),t}return{init:function(){n(),RED.actions.add("core:show-export-dialog",f),RED.actions.add("core:show-import-dialog",p),RED.actions.add("core:show-library-export-dialog",function(){f("library")}),RED.actions.add("core:show-library-import-dialog",function(){p("library")}),RED.actions.add("core:show-examples-import-dialog",function(){p("examples")}),RED.events.on("editor:open",function(){a=!0}),RED.events.on("editor:close",function(){a=!1}),RED.events.on("search:open",function(){a=!0}),RED.events.on("search:close",function(){a=!1}),RED.events.on("actionList:open",function(){a=!0}),RED.events.on("actionList:close",function(){a=!1}),RED.events.on("type-search:open",function(){a=!0}),RED.events.on("type-search:close",function(){a=!1}),$('<div id="red-ui-drop-target"><div data-i18n="[append]workspace.dropFlowHere"><i class="fa fa-download"></i><br></div></div>').appendTo("#red-ui-editor"),RED.keyboard.add("#red-ui-drop-target","escape",y),$("#red-ui-workspace-chart").on("dragenter",function(e){-1==$.inArray("text/plain",e.originalEvent.dataTransfer.types)&&-1==$.inArray("Files",e.originalEvent.dataTransfer.types)||$("#red-ui-drop-target").css({display:"table"}).focus()}),$("#red-ui-drop-target").on("dragover",function(e){-1==$.inArray("text/plain",e.originalEvent.dataTransfer.types)&&-1==$.inArray("Files",e.originalEvent.dataTransfer.types)||e.preventDefault()}).on("dragleave",function(e){y()}).on("drop",function(e){try{var t,o,n,i;-1!=$.inArray("text/plain",e.originalEvent.dataTransfer.types)?E(t=(t=e.originalEvent.dataTransfer.getData("text/plain")).substring(t.indexOf("["),t.lastIndexOf("]")+1)):-1!=$.inArray("Files",e.originalEvent.dataTransfer.types)&&1===(o=e.originalEvent.dataTransfer.files).length&&(n=o[0],(i=new FileReader).onload=function(e){E(e.target.result)},i.readAsText(n))}catch(e){}y(),e.preventDefault()})},import:p,export:f,copyText:w}}(),RED.library=function(){var a,c,s,u,e;function r(n,i,a,t){$.getJSON("library/"+n+"/"+i+"/"+a,function(e){e=e.map(function(e){return"string"==typeof e?{library:n,type:i,icon:"fa fa-folder",label:e,path:a+e+"/",children:function(t,o){r(n,i,a+e+"/",function(e){o.children=e,t(e)})}}:{library:n,type:i,icon:"fa fa-file-o",label:e.fn,path:a+e.fn,props:e}});e.sort(function(e,t){return e.children&&!t.children?-1:!e.children&&t.children?1:e.label.localeCompare(t.label)}),t(e)})}function t(t){e&&clearTimeout(e),e=setTimeout(function(){var e=t.val().trim();0<e.length&&!/[\/\\]/.test(e)?(t.removeClass("input-error"),$("#red-ui-library-dialog-save-button").button("enable")):(t.addClass("input-error"),$("#red-ui-library-dialog-save-button").button("disable"))},100)}return{init:function(){$('<div id="red-ui-library-dialog-save" class="hide"><form class="form-horizontal"><div class="red-ui-library-dialog-box" style="height: 400px; position:relative; "><div id="red-ui-library-dialog-save-browser"></div><div class="form-row"><label data-i18n="clipboard.export.exportAs"></label><input id="red-ui-library-dialog-save-filename" type="text"></div></div></form></div>').appendTo("#red-ui-editor").i18n(),$('<div id="red-ui-library-dialog-load" class="hide"><form class="form-horizontal"><div class="red-ui-library-dialog-box" style="height: 400px; position:relative; "><div id="red-ui-library-dialog-load-panes"><div class="red-ui-panel" id="red-ui-library-dialog-load-browser"></div><div class="red-ui-panel"><div id="red-ui-library-dialog-load-preview"><div class="red-ui-panel" id="red-ui-library-dialog-load-preview-text" style="position:relative; height: 50%; overflow-y: hidden;"></div><div class="red-ui-panel" id="red-ui-library-dialog-load-preview-details"><table id="red-ui-library-dialog-load-preview-details-table" class="red-ui-info-table"></table></div></div></div></div></div></form></div>').appendTo("#red-ui-editor").i18n(),$("#red-ui-library-dialog-save").dialog({title:RED._("library.saveToLibrary"),modal:!0,autoOpen:!1,width:800,resizable:!1,open:function(e,t){RED.keyboard.disable()},close:function(e,t){RED.keyboard.enable()},classes:{"ui-dialog":"red-ui-editor-dialog","ui-dialog-titlebar-close":"hide","ui-widget-overlay":"red-ui-editor-dialog"},buttons:[{text:RED._("common.label.cancel"),click:function(){$(this).dialog("close")}},{id:"red-ui-library-dialog-save-button",text:RED._("common.label.save"),class:"primary",click:function(){for(var t,e,o=u.elementPrefix||"node-input-",n=$("#"+o+"name").val().trim(),i=(""===n&&(n=RED._("library.unnamedType",{type:u.type})),$("#red-ui-library-dialog-save-filename").val().trim()),a=c.getSelected(),s=(a.children||(a=a.parent),{}),r=0;r<u.fields.length;r++){var d=u.fields[r];"name"===d?s.name=n:"object"==typeof d?s[d.name]=d.get():s[d]=$("#"+o+d).val()}function l(){$.ajax({url:"library/"+a.library+"/"+a.type+"/"+a.path+i,type:"POST",data:JSON.stringify(s),contentType:"application/json; charset=utf-8"}).done(function(e,t,o){RED.notify(RED._("library.savedType",{type:u.type}),"success")}).fail(function(e,t,o){401===e.status?RED.notify(RED._("library.saveFailed",{message:RED._("user.notAuthorized")}),"error"):RED.notify(RED._("library.saveFailed",{message:e.responseText}),"error")})}s.text=u.editor.getValue(),a.children?(t=!1,a.children.forEach(function(e){e.label===i&&(t=!0)}),t?($("#red-ui-library-dialog-save").dialog("close"),e=RED.notify(RED._("clipboard.export.exists",{file:RED.utils.sanitize(i)}),{type:"warning",fixed:!0,buttons:[{text:RED._("common.label.cancel"),click:function(){e.hideNotification(),$("#red-ui-library-dialog-save").dialog("open")}},{text:RED._("clipboard.export.overwrite"),click:function(){e.hideNotification(),l()}}]})):l()):l(),$(this).dialog("close")}}]}),c=RED.library.createBrowser({container:$("#red-ui-library-dialog-save-browser"),folderTools:!0,onselect:function(e){e.label&&(e.children||($("#red-ui-library-dialog-save-filename").val(e.label),e=e.parent),!1===e.writable?$("#red-ui-library-dialog-save-button").button("disable"):$("#red-ui-library-dialog-save-button").button("enable"))}}),$("#red-ui-library-dialog-save-filename").on("keyup",function(){t($(this))}),$("#red-ui-library-dialog-save-filename").on("paste",function(){var e=$(this);setTimeout(function(){t(e)},10)}),$("#red-ui-library-dialog-load").dialog({modal:!0,autoOpen:!1,width:800,resizable:!1,classes:{"ui-dialog":"red-ui-editor-dialog","ui-dialog-titlebar-close":"hide","ui-widget-overlay":"red-ui-editor-dialog"},buttons:[{text:RED._("common.label.cancel"),click:function(){$(this).dialog("close")}},{text:RED._("common.label.load"),class:"primary",click:function(){if(selectedLibraryItem){for(var e=u.elementPrefix||"node-input-",t=0;t<u.fields.length;t++){var o,n=u.fields[t];"object"==typeof n?(o=selectedLibraryItem[n.name],n.set(o)):$("#"+e+n).val(selectedLibraryItem[n])}u.editor.setValue(s.getValue(),-1)}$(this).dialog("close")}}],open:function(e){RED.keyboard.disable(),$(this).parent().find(".ui-dialog-titlebar-close").hide(),s.resize()},close:function(e){RED.keyboard.enable(),s&&(s.destroy(),s=null)}}),a=RED.library.createBrowser({container:$("#red-ui-library-dialog-load-browser"),onselect:function(n){var i=$("#red-ui-library-dialog-load-preview-details-table").empty();selectedLibraryItem=n.props,n&&n.label&&!n.children?$.get("library/"+n.library+"/"+n.type+"/"+n.path,function(e){var t,o=$('<tr class="red-ui-help-info-row"><td>Type</td><td></td></tr>').appendTo(i);for(t in $(o.children()[1]).text(u.type),n.props.hasOwnProperty("name")&&(o=$('<tr class="red-ui-help-info-row"><td>Name</td><td>'+n.props.name+"</td></tr>").appendTo(i),$(o.children()[1]).text(n.props.name)),n.props)n.props.hasOwnProperty(t)&&"name"!==t&&"fn"!==t&&(o=$('<tr class="red-ui-help-info-row"><td></td><td></td></tr>').appendTo(i),$(o.children()[0]).text(t),RED.utils.createObjectElement(n.props[t]).appendTo(o.children()[1]));s.setValue(e,-1)}):s.setValue("",-1)}}),RED.panels.create({container:$("#red-ui-library-dialog-load-panes"),dir:"horizontal",resize:function(){s.resize()}}),RED.panels.create({container:$("#red-ui-library-dialog-load-preview"),dir:"vertical",resize:function(){s.resize()}})},create:function(n){var i=n.elementPrefix||"node-input-";n.editor.setText&&(n.editor.setValue=function(e,t){n.editor.setText.call(n.editor,e)}),n.editor.getText&&(n.editor.getValue=n.editor.getText),$("#"+i+"name").css("width","calc(100% - 52px)").after('<div style="margin-left:5px; display: inline-block;position: relative;"><a id="node-input-'+n.type+'-lookup" class="red-ui-button"><i class="fa fa-book"></i> <i class="fa fa-caret-down"></i></a></div>'),RED.menu.init({id:"node-input-"+n.type+"-lookup",options:[{id:"node-input-"+n.type+"-menu-open-library",label:RED._("library.openLibrary"),onselect:function(){var e={id:"red-ui-library-dialog-load-preview-text",mode:n.mode,readOnly:!0,highlightActiveLine:!1,highlightGutterLine:!1,contextmenu:!1},t=((s=RED.editor.createEditor(e)).isACE&&(n.mode&&s.getSession().setMode(n.mode),s.setOptions({readOnly:!0,highlightActiveLine:!1,highlightGutterLine:!1}),s.renderer.$cursorLayer.element.style.opacity=0,s.$blockScrolling=1/0),u=n,[]),e=((RED.settings.libraries||[]).forEach(function(e){e.types&&-1===e.types.indexOf(n.url)||t.push({library:e.id,type:n.url,icon:e.icon||"fa fa-hdd-o",label:RED._(e.label||e.id),path:"",expanded:!0,writable:!1,children:[{library:e.id,type:n.url,icon:"fa fa-cube",label:n.type,path:"",expanded:!1,children:function(t,o){r(e.id,n.url,"",function(e){o.children=e,t(e)})}}]})}),a.data(t),setTimeout(function(){a.select(t[0].children[0])},200),400),o=$(window).height();o<570&&(e=400-(570-o)),$("#red-ui-library-dialog-load .red-ui-library-dialog-box").height(e),$("#red-ui-library-dialog-load").dialog("option","title",RED._("library.typeLibrary",{type:n.type})).dialog("open")}},{id:"node-input-"+n.type+"-menu-save-library",label:RED._("library.saveToLibrary"),onselect:function(){u=n;var e=$("#"+i+"name").val().replace(/(^\s*)|(\s*$)/g,"").replace(/[^\w-]/g,"-"),t=(""===e&&(e="unnamed-"+n.type),$("#red-ui-library-dialog-save-filename").attr("value",e+"."+(n.ext||"txt")),[]),e=((RED.settings.libraries||[]).forEach(function(e){e.types&&-1===e.types.indexOf(n.url)||t.push({library:e.id,type:n.url,icon:e.icon||"fa fa-hdd-o",label:RED._(e.label||e.id),path:"",expanded:!0,writable:!1,children:[{library:e.id,type:n.url,icon:"fa fa-cube",label:n.type,path:"",expanded:!1,children:function(t,o){r(e.id,n.url,"",function(e){o.children=e,t(e)})}}]})}),c.data(t),setTimeout(function(){c.select(t[0].children[0])},200),400),o=$(window).height();o<570&&(e=400-(570-o)),$("#red-ui-library-dialog-save .red-ui-library-dialog-box").height(e),$("#red-ui-library-dialog-save").dialog("open")}}]})},createBrowser:function(o){var e=$('<div class="red-ui-library-browser"></div>').appendTo(o.container),n=$("<div>").css({width:"100%",height:"100%"}).appendTo(e).treeList({}).on("treelistselect",function(e,t){o.onselect&&o.onselect(t)}).on("treelistconfirm",function(e,t){o.onconfirm&&o.onconfirm(t)}),i=null;return o.folderTools&&n.on("treelistselect",function(e,t){var o;!1!==t.writable&&t.treeList&&(i&&i.remove(),i=$("<div>").css({position:"absolute",bottom:"6px",right:"8px"}),o=$('<button class="red-ui-button red-ui-button-small" type="button"><i class="fa fa-ellipsis-h"></i></button>').on("click",function(e){e.preventDefault(),e.stopPropagation();var e=o.offset(),t=RED.menu.init({id:"red-ui-library-browser-menu",options:[{id:"red-ui-library-browser-menu-addFolder",label:RED._("library.newFolder"),onselect:function(){var o="new-folder",s={},r=n.treeList("selected");(r=r.children?r:r.parent).treeList.expand(function(){r.children.forEach(function(e){/^new-folder/.test(e.label)&&(s[e.label]=!0)});for(var e=2;s[o];)o="new-folder-"+e++;r.treeList.expand();function t(){var e=i.val().trim();if(""===e)n();else{for(var t=0;t<r.children.length;t++)if(r.children[t].label===e)return n();a.treeList.remove();var o={library:r.library,type:r.type,icon:"fa fa-folder",children:[],label:e,path:a.path+e+"/"};r.treeList.addChild(o,!0)}}function n(){a.treeList.remove()}var i=$('<input type="text" class="red-ui-treeList-input">').val(o),a={icon:"fa fa-folder-o",children:[],path:r.path,element:i};i.on("keydown",function(e){e.stopPropagation(),13===e.keyCode?t():27===e.keyCode&&n()}),i.on("blur",function(){t()}),r.treeList.addChild(a),setTimeout(function(){i.trigger("focus"),i.select()},400)})}}]}).on("mouseleave",function(){$(this).remove(),n.focus()}).on("mouseup",function(){var e=$(this);e.hide(),n.focus(),setTimeout(function(){e.remove()},100)}).appendTo("body");t.css({position:"absolute",top:e.top+"px",left:e.left-t.width()+20+"px"}).show()}).appendTo(i),i.appendTo(t.treeList.label))}),{select:function(e){n.treeList("select",e)},getSelected:function(){return n.treeList("selected")},focus:function(){n.focus()},data:function(e,t){n.treeList("data",e),t&&setTimeout(function(){n.treeList("select",e[0])},100)}}},export:function(){console.warn("Deprecated call to RED.library.export")},loadLibraryFolder:r}}(),RED.notifications=function(){var e,m,v={},b={show:function(){e++,$("#red-ui-full-shade").show()},hide:function(){0===--e&&$("#red-ui-full-shade").hide()}},y=[],w=e=0;function t(e,i,a,s){var r={};if(null!==i&&"object"==typeof i?(a=(r=i).fixed,s=r.timeout,i=r.type):(r.type=i,r.fixed=a,r.timeout=r.timeout),r.id&&v.hasOwnProperty(r.id))return v[r.id].update(e,r),v[r.id];if(r.modal&&b.show(),4<y.length)for(var t=y.length,o=0;4<t&&o<y.length;o+=1){var n=y[o];n.fixed||(window.clearTimeout(n.timeoutid),n.close(),--t)}var d,l,c,u,p,f,h,g=document.createElement("div");return g.id="red-ui-notification-"+w,g.className="red-ui-notification",g.options=r,g.fixed=a,i&&(g.className="red-ui-notification red-ui-notification-"+i),r.width&&(d=$("#red-ui-notifications").width(),r.width>d&&(d=-(r.width-d)/2,$(g).css({width:r.width+"px",marginLeft:d+"px"}))),g.style.display="none","string"==typeof e?(/<p>/i.test(e)||(e="<p>"+e+"</p>"),g.innerHTML=e):$(g).append(e),r.buttons&&(l=$('<div class="ui-dialog-buttonset"></div>').appendTo(g),r.buttons.forEach(function(e){var t=$("<button>").html(e.text).on("click",e.click).appendTo(l);e.id&&t.attr("id",e.id),e.class&&t.addClass(e.class)})),$("#red-ui-notifications").append(g),RED.notifications.hide||$(g).slideDown(300),g.close=(c=g,function(){c.closed||(c.closed=!0,y.splice(y.indexOf(c),1),r.id&&(delete v[r.id],0===Object.keys(v).length&&m.hide()),RED.notifications.hide?c.parentNode.removeChild(c):$(c).slideUp(300,function(){c.parentNode.removeChild(c)}),c.options.modal&&b.hide())}),g.hideNotification=(u=g,function(){u.closed||(u.hidden=!0,RED.notifications.hide||$(u).slideUp(300))}),g.showNotification=(p=g,function(){!p.closed&&p.hidden&&(p.hidden=!1,RED.notifications.hide||$(p).slideDown(300))}),g.update=(f=g,function(e,t){var o,n;"string"==typeof e?(/<p>/i.test(e)||(e="<p>"+e+"</p>"),f.innerHTML=e):$(f).empty().append(e),"number"==typeof t?f.options.timeout=o=t:void 0!==t&&(!r.modal&&t.modal?(f.options.modal=!0,b.show()):r.modal&&!1===t.modal&&(f.options.modal=!1,b.hide()),(e=t.hasOwnProperty("type")?t.type:i)&&(g.className="red-ui-notification red-ui-notification-"+e),a&&!1!==t.fixed||(o=(t.hasOwnProperty("timeout")?t.timeout:s)||5e3),t.buttons&&(n=$('<div style="margin-top: 20px;" class="ui-dialog-buttonset"></div>').appendTo(f),t.buttons.forEach(function(e){var t=$("<button>").text(e.text).on("click",e.click).appendTo(n);e.id&&t.attr("id",e.id),e.class&&t.addClass(e.class)}))),$(f).off("click.red-ui-notification-close"),void 0!==o&&0<o?(window.clearTimeout(f.timeoutid),f.timeoutid=window.setTimeout(f.close,o),setTimeout(function(){$(f).on("click.red-ui-notification-close",function(){f.close(),window.clearTimeout(f.timeoutid)})},50)):window.clearTimeout(f.timeoutid),f.hidden?f.showNotification():t&&t.silent||($(f).addClass("red-ui-notification-shake-horizontal"),setTimeout(function(){$(f).removeClass("red-ui-notification-shake-horizontal")},300))}),a||($(g).on("click.red-ui-notification-close",(h=g,function(){h.close(),window.clearTimeout(h.timeoutid)})),g.timeoutid=window.setTimeout(g.close,s||5e3)),y.push(g),r.id&&(v[r.id]=g,r.fixed&&m.show()),w+=1,g}return{init:function(){$('<div id="red-ui-notifications"></div>').appendTo("#red-ui-editor"),m=$("<li></li>").prependTo(".red-ui-header-toolbar").hide(),$('<a class="button" href="#"><i class="fa fa-warning"></i></a>').appendTo(m).on("click",function(){for(var e in v)v.hasOwnProperty(e)&&v[e].showNotification()})},notify:RED.notify=t}}(),RED.search=function(){var s,r,o,n=!1,a=null,d=-1,l=!1,c=[],m={},u=[],p=[],f=0;function h(t,o,e){if("string"==typeof e||"number"==typeof e)e=(""+e).toLowerCase(),m[e]=m[e]||{},m[e][t.id]={node:t,label:o};else if(Array.isArray(e))e.forEach(function(e){h(t,o,e)});else if("object"==typeof e)for(var n in e)e.hasOwnProperty(n)&&h(t,o,e[n])}function v(e,t,o){var n=new RegExp("(?:^| )is:"+t+"(?: |$)");return n.exec(e)&&(e=e.replace(n," ").trim(),o[t]=!0),e}function b(e,t,o){for(var n,i=new RegExp("(?:^| )"+t+":([^ ]+)(?: |$)");n=i.exec(e);)e=e.replace(i," ").trim(),o[t]=o[t]||[],o[t].push(n[1]);return e}function g(t){var o,e,n=[],i=/(?:^| )type:([^ ]+)/.exec(t),a=(i&&(t=t.replace(/(?:^| )type:[^ ]+/,""),o=i[1]),{}),i=(t=v(t,"invalid",a),t=v(t,"unused",a),t=v(t,"config",a),t=v(t,"subflow",a),t=v(t,"hidden",a),t=b(t=v(t,"modified",a),"flow",a),t=(t=b(t,"uses",a)).trim(),0<Object.keys(a).length);if(a.flow&&0<=a.flow.indexOf("current")&&(e=a.flow.indexOf("current"),a.flow[e]=RED.workspaces.active()),a.flow&&a.flow.length&&(a.flow=[...new Set(a.flow)]),0<t.length||o||i){t=t.toLowerCase();var s,r=[],d={};let e=[];for(e=a.uses||Object.keys(m),s=0;s<e.length;s++){var l=e[s],c=e[s].indexOf(t);if(-1<c)for(var u=Object.keys(m[l]||{}),p=0;p<u.length;p++){var f=m[l][u[p]],h="config"===f.node._def.category&&"group"!==f.node.type;if(!a.uses||l!==f.node.id){if(a.hasOwnProperty("invalid")){var g=!f.node.hasOwnProperty("valid")||f.node.valid;if(a.invalid===g)continue}if((!a.hasOwnProperty("config")||a.config===h)&&(!a.hasOwnProperty("subflow")||a.subflow===("subflow"===f.node.type))&&(!a.hasOwnProperty("modified")||f.node.changed||f.node.moved)){if(a.hasOwnProperty("hidden")){if("tab"!==f.node.type)continue;if(!RED.workspaces.isHidden(f.node.id))continue}if(a.hasOwnProperty("unused")){g="subflow"===f.node.type&&0===f.node.instances.length||h&&0===f.node.users.length&&!1!==f.node._def.hasUsers;if(a.unused!==g)continue}a.hasOwnProperty("flow")&&a.flow.indexOf(f.node.z||f.node.id)<0||o&&f.node.type!==o||(d[f.node.id]=d[f.node.id]={node:f.node,label:f.label},d[f.node.id].index=Math.min(d[f.node.id].index||1/0,c))}}}}for((r=Object.keys(d)).sort(function(e,t){return d[e].index-d[t].index}),s=0;s<r.length;s++)n.push(d[r[s]])}return n}function y(){var e,t,o,n=r.find("li.selected");1===n.length&&(t=(e=r.parent()).height(),e.scrollTop(),t<(o=n.position().top)+(n=n.height())?e.animate({scrollTop:"-="+(t-(o+n)-10)},50):o<0&&e.animate({scrollTop:"+="+(o-10)},50))}function w(){0<c.length&&(r.editableList("addItem",{historyHeader:!0}),c.forEach(function(e){r.editableList("addItem",{history:!0,value:e})}))}function E(e){var t=s.val(),o=c.indexOf(t);-1<o&&c.splice(o,1),c.unshift(t),$("#red-ui-view-searchtools-search").data("term",t),R(0,0<(p=Object.assign([],u)).length),RED.view.reveal(e.id)}function e(){var e;n?x():r&&p.length?(0<f?f--:f=p.length-1,(e=p[f])&&e.node&&e.node.id&&(RED.view.reveal(e.node.id),$("#red-ui-view-searchtools-prev").trigger("focus")),x()):D()}function t(){var e;n?x():r&&p.length?(f<p.length-1?f++:f=0,(e=p[f])&&e.node&&e.node.id&&(RED.view.reveal(e.node.id),$("#red-ui-view-searchtools-next").trigger("focus")),x()):D()}function D(e){var t;n?x():(l||(o=document.activeElement,$("#red-ui-header-shade").show(),$("#red-ui-editor-shade").show(),$("#red-ui-palette-shade").show(),$("#red-ui-sidebar-shade").show(),$("#red-ui-sidebar-separator").hide(),null===a?(a=$("<div>",{id:"red-ui-search",class:"red-ui-search"}).appendTo("#red-ui-main-container"),t=$("<div>",{class:"red-ui-search-container"}).appendTo(a),s=$('<input type="text" data-i18n="[placeholder]menu.label.searchInput">').appendTo(t).searchBox({delay:200,change:function(){r.editableList("empty"),d=-1;var e=$(this).val();if(""===e)w();else if(0<(u=g(e)).length){for(let e=0;e<Math.min(u.length,25);e++)r.editableList("addItem",u[e]);25<u.length&&r.editableList("addItem",{more:{results:u,start:25}})}else r.editableList("addItem",{})},options:L()}),$('<button type="button" class="red-ui-button red-ui-button-small"><i class="fa fa-caret-right"></button>').appendTo(t).on("click",function(e){e.preventDefault(),RED.sidebar.info.outliner.search(s.val()),R()}),s.on("keydown",function(e){if(0<u.length)if(40===e.keyCode)o=r.children(),d<o.length-1&&(-1<d&&$(o[d]).removeClass("selected"),d++),$(o[d]).addClass("selected"),y(),e.preventDefault();else if(38===e.keyCode)o=r.children(),0<d&&(d<o.length&&$(o[d]).removeClass("selected"),d--),$(o[d]).addClass("selected"),y(),e.preventDefault();else if(13===e.keyCode){var t,o=r.children();if($(o[d]).hasClass("red-ui-search-more"))if(t=$(o[d]).find(".red-ui-editableList-item-content").data("data")){for(r.editableList("removeItem",t),i=t.more.start;i<Math.min(u.length,t.more.start+25);i++)r.editableList("addItem",u[i]);u.length>t.more.start+25&&r.editableList("addItem",{more:{results:u,start:t.more.start+25}})}$(o[d]).hasClass("red-ui-search-history")?(t=$(o[d]).find(".red-ui-editableList-item-content").data("data"))&&s.searchBox("value",t.value):$(o[d]).hasClass("red-ui-search-historyHeader")||0<u.length&&(f=Math.max(0,d),E(u[f].node))}}),s.i18n(),t=$("<div>",{class:"red-ui-search-results-container"}).appendTo(a),r=$("<ol>",{style:"position: absolute;top: 5px;bottom: 5px;left: 5px;right: 5px;"}).appendTo(t).editableList({addButton:!1,addItem:function(e,t,o){var n,i,a=o.node;o.historyHeader?(e.parent().addClass("red-ui-search-historyHeader"),$("<div>",{class:"red-ui-search-empty"}).text(RED._("search.history")).appendTo(e),$('<button type="button" class="red-ui-button red-ui-button-small"></button>').text(RED._("search.clear")).appendTo(e).on("click",function(e){e.preventDefault(),c=[],r.editableList("empty")})):o.history?(e.parent().addClass("red-ui-search-history"),(n=$("<a>",{href:"#",class:"red-ui-search-result"}).appendTo(e)).text(o.value),n.on("click",function(e){e.preventDefault(),s.searchBox("value",o.value),s.focus()}),$('<button type="button" class="red-ui-button red-ui-button-small"><i class="fa fa-remove"></i></button>').appendTo(e).on("click",function(e){e.preventDefault();e=c.indexOf(o.value);c.splice(e,1),r.editableList("removeItem",o)})):o.more?(e.parent().addClass("red-ui-search-more"),(n=$("<a>",{href:"#",class:"red-ui-search-result red-ui-search-empty"}).appendTo(e)).text(RED._("palette.editor.more",{count:o.more.results.length-o.more.start})),n.on("click",function(e){for(e.preventDefault(),r.editableList("removeItem",o),t=o.more.start;t<Math.min(u.length,o.more.start+25);t++)r.editableList("addItem",u[t]);u.length>o.more.start+25&&r.editableList("addItem",{more:{results:u,start:o.more.start+25}})})):void 0===a?$("<div>",{class:"red-ui-search-empty"}).text(RED._("search.empty")).appendTo(e):(a._def,n=$("<a>",{href:"#",class:"red-ui-search-result"}).appendTo(e),RED.utils.createNodeIcon(a).appendTo(n),e=$("<div>",{class:"red-ui-search-result-node-description"}).appendTo(n),a.z&&(i=(i=RED.nodes.workspace(a.z))?"flow:"+i.label:"subflow:"+(i=RED.nodes.subflow(a.z)).name,$("<div>",{class:"red-ui-search-result-node-flow"}).text(i).appendTo(e)),$("<div>",{class:"red-ui-search-result-node-label"}).text(o.label||a.id).appendTo(e),$("<div>",{class:"red-ui-search-result-node-type"}).text(a.type).appendTo(e),$("<div>",{class:"red-ui-search-result-node-id"}).text(a.id).appendTo(e),n.on("click",function(e){e.preventDefault(),f=t,E(a)}))},scrollOnAdd:!1})):r.editableList("empty"),a.slideDown(300),s.searchBox("value",e),e&&""!==e||w(),RED.events.emit("search:open"),l=!0),s.trigger("focus"))}function R(e,t){l&&(l=!1,$("#red-ui-header-shade").hide(),$("#red-ui-editor-shade").hide(),$("#red-ui-palette-shade").hide(),$("#red-ui-sidebar-shade").hide(),$("#red-ui-sidebar-separator").show(),null!==a&&a.slideUp(200,function(){s.searchBox("value","")}),RED.events.emit("search:close"),!o||t&&p.length||$(o).trigger("focus"),o=null),t||j(),x(),t&&p.length&&$("#red-ui-view-searchtools-next").trigger("focus")}function x(){if(!n&&0<=f&&p&&p.length){let e=$("#red-ui-view-searchtools-search").data("term")||"";var t={term:e=16<e.length?e.substring(0,12)+"...":e,result:f+1,count:p.length};$("#red-ui-view-searchtools-counter").text(RED._("actions.search-counter",t)),$("#view-search-tools > :not(:first-child)").show()}else j(),$("#view-search-tools > :not(:first-child)").hide()}function _(){m={}}function k(e){{var t=e,o=RED.utils.getNodeLabel(t),n=(o&&(o=(""+o).toLowerCase(),m[o]=m[o]||{},m[o][t.id]={node:t,label:o}),o=o||t.label||t.name||t.id||"",["id","type","name","label","info"]);const s=t&&t._def;if(s&&(s.defaults&&(n=n.concat(Object.keys(s.defaults))),"group"!==t.type&&s.paletteLabel&&s.paletteLabel!==s.type))try{var i=(""+("function"==typeof s.paletteLabel?s.paletteLabel.call(s):s.paletteLabel)).toLowerCase();i&&i!==(""+s.type).toLowerCase()&&h(t,o,i)}catch(e){console.warn("error indexing "+o,e)}for(var a=0;a<n.length;a++)!t.hasOwnProperty(n[a])||"group"===t.type&&"nodes"===n[a]||h(t,o,t[n[a]])}}function T(e){for(var t=Object.keys(m),o=0,n=t.length;o<n;o++)delete m[t[o]][e.id],0===Object.keys(m[t[o]]).length&&delete m[t[o]]}function C(e){T(e),k(e)}function j(){p=[],f=0,$("#red-ui-view-searchtools-search").data("term","")}function L(){return[{label:RED._("search.options.configNodes"),value:"is:config"},{label:RED._("search.options.unusedConfigNodes"),value:"is:config is:unused"},{label:RED._("search.options.modifiedNodes"),value:"is:modified"},{label:RED._("search.options.invalidNodes"),value:"is:invalid"},{label:RED._("search.options.uknownNodes"),value:"type:unknown"},{label:RED._("search.options.unusedSubflows"),value:"is:subflow is:unused"},{label:RED._("search.options.hiddenFlows"),value:"is:hidden"},{label:RED._("search.options.thisFlow"),value:"flow:current"}]}return{init:function(){RED.actions.add("core:search",D),RED.actions.add("core:search-previous",e),RED.actions.add("core:search-next",t),RED.events.on("editor:open",function(){n=!0}),RED.events.on("editor:close",function(){n=!1}),RED.events.on("type-search:open",function(){n=!0}),RED.events.on("type-search:close",function(){n=!1}),RED.events.on("actionList:open",function(){n=!0}),RED.events.on("actionList:close",function(){n=!1}),RED.keyboard.add("red-ui-search","escape",R),RED.keyboard.add("view-search-tools","escape",function(){j(),x()}),$("#red-ui-header-shade").on("mousedown",R),$("#red-ui-editor-shade").on("mousedown",R),$("#red-ui-palette-shade").on("mousedown",R),$("#red-ui-sidebar-shade").on("mousedown",R),$("#red-ui-view-searchtools-close").on("click",function(){j(),x()}),$("#red-ui-view-searchtools-close").trigger("click"),RED.events.on("workspace:clear",_),RED.events.on("flows:add",k),RED.events.on("flows:remove",T),RED.events.on("flows:change",C),RED.events.on("subflows:add",k),RED.events.on("subflows:remove",T),RED.events.on("subflows:change",C),RED.events.on("nodes:add",k),RED.events.on("nodes:remove",T),RED.events.on("nodes:change",C),RED.events.on("groups:add",k),RED.events.on("groups:remove",T),RED.events.on("groups:change",C)},show:D,hide:R,search:g,getSearchOptions:L}}(),RED.contextMenu=function(){let p;function f(){$(document).off("mousedown.red-ui-workspace-context-menu"),p&&p.remove(),p=null}return RED.keyboard.add("red-ui-workspace-context-menu","escape",function(){RED.contextMenu.hide()}),RED.events.on("editor:open",function(){RED.contextMenu.hide()}),RED.events.on("search:open",function(){RED.contextMenu.hide()}),RED.events.on("type-search:open",function(){RED.contextMenu.hide()}),RED.events.on("actionList:open",function(){RED.contextMenu.hide()}),RED.events.on("view:selection-changed",function(){RED.contextMenu.hide()}),{show:function(e){p&&p.remove();const t=RED.view.selection();t&&Object.keys(t).length;var o=t.nodes&&0<t.nodes.length;o&&t.nodes.length,t.links&&t.links.filter(e=>!!e.link);var n=0<(a=t.links&&t.links.filter(e=>!e.link)||[]).length;const i=!o&&n&&1===a.length;!o&&n&&a.length;var a=o||n,s=o&&1===t.nodes.length&&"group"===t.nodes[0].type,r=o&&!!t.nodes[0].g,d=$("#red-ui-workspace-chart").offset();let l=(e.x+5-d.left+$("#red-ui-workspace-chart").scrollLeft())/RED.view.scale(),c=(e.y+5-d.top+$("#red-ui-workspace-chart").scrollTop())/RED.view.scale();const u=[{onselect:"core:show-action-list",onpostselect:function(){}},{label:RED._("contextMenu.insert"),options:[{label:RED._("contextMenu.node"),onselect:function(){RED.view.showQuickAddDialog({position:[l,c],touchTrigger:!0,splice:i?t.links[0]:void 0})},onpostselect:function(){$("#red-ui-type-search-input").trigger("focus")}},n?{label:RED._("contextMenu.junction"),onselect:"core:split-wires-with-junctions",disabled:!n}:{label:RED._("contextMenu.junction"),onselect:function(){var e={_def:{defaults:{}},type:"junction",z:RED.workspaces.active(),id:RED.nodes.id(),x:l,y:c,w:0,h:0,outputs:1,inputs:1,dirty:!0},t={dirty:RED.nodes.dirty(),t:"add",junctions:[e]};RED.nodes.addJunction(e),RED.history.push(t),RED.nodes.dirty(!0),RED.view.select({nodes:[e]}),RED.view.redraw(!0)}},{label:RED._("contextMenu.linkNodes"),onselect:"core:split-wire-with-link-nodes",disabled:!n}]}];u.push(null,{onselect:"core:undo",disabled:0===RED.history.list().length},{onselect:"core:redo",disabled:0===RED.history.listRedo().length},null,{onselect:"core:cut-selection-to-internal-clipboard",label:RED._("keyboard.cutNode"),disabled:!o},{onselect:"core:copy-selection-to-internal-clipboard",label:RED._("keyboard.copyNode"),disabled:!o},{onselect:"core:paste-from-internal-clipboard",label:RED._("keyboard.pasteNode"),disabled:!RED.view.clipboard()},{onselect:"core:delete-selection",disabled:!a},{onselect:"core:show-export-dialog",label:RED._("menu.label.export")},{onselect:"core:select-all-nodes"}),o&&(u.push(null,s?{onselect:"core:ungroup-selection",disabled:!s}:{onselect:"core:group-selection",disabled:!o}),r&&u.push({onselect:"core:remove-selection-from-group",label:RED._("menu.label.groupRemoveSelection")})),d="right",e.x-$(document).scrollLeft()>$(window).width()-500&&(d="left"),(p=RED.menu.init({direction:d,onpreselect:function(){f()},onpostselect:function(){RED.view.focus()},options:u})).attr("id","red-ui-workspace-context-menu"),p.css({position:"absolute"}),p.appendTo("body"),n=e.y,a=e.x,n+p.height()-$(document).scrollTop()>$(window).height()&&(n-=n+p.height()-$(window).height()+22),a+p.width()-$(document).scrollLeft()>$(window).width()&&(a-=a+p.width()-$(window).width()+18),p.css({top:n+"px",left:a+"px"}),$(".red-ui-menu.red-ui-menu-dropdown").hide(),$(document).on("mousedown.red-ui-workspace-context-menu",function(e){p&&p[0].contains(e.target)||f()}),p.show(),$("#red-ui-workspace-context-menu :first(ul) > a").trigger("focus")},hide:f}}(),RED.actionList=function(){var o,i,n,a=!1,s=null,r=!1,d="",l=[];function c(){var e,t,o,n=i.find("li.selected");1===n.length&&(t=(e=i.parent()).height(),e.scrollTop(),t<(o=n.position().top)+(n=n.height())?e.animate({scrollTop:"-="+(t-(o+n)-10)},50):o<0&&e.animate({scrollTop:"+="+(o-10)},50))}function u(e){t(),e&&RED.actions.invoke(e.id)}function e(e){var t;a||(r||(n=document.activeElement,$("#red-ui-header-shade").show(),$("#red-ui-editor-shade").show(),$("#red-ui-palette-shade").show(),$("#red-ui-sidebar-shade").show(),$("#red-ui-sidebar-separator").hide(),null===s&&(s=$("<div>",{id:"red-ui-actionList",class:"red-ui-search"}).appendTo("#red-ui-main-container"),t=$("<div>",{class:"red-ui-search-container"}).appendTo(s),(o=$('<input type="text" data-i18n="[placeholder]keyboard.filterActions">').appendTo(t).searchBox({change:function(){d=$(this).val().trim(),l=d.split(" "),i.editableList("filter"),i.find("li.selected").removeClass("selected");var e=i.children(":visible");e.length&&$(e[0]).addClass("selected")}})).on("keydown",function(e){var t,o,n;40===e.keyCode?((o=i.find("li.selected")).length?(n=o.nextAll(":visible").first()).length&&(o.removeClass("selected"),n.addClass("selected")):(t=i.children(":visible")).length&&$(t[0]).addClass("selected"),c(),e.preventDefault()):38===e.keyCode?((n=(o=i.find("li.selected")).prevAll(":visible").first()).length&&(o.removeClass("selected"),n.addClass("selected")),c(),e.preventDefault()):13===e.keyCode&&(o=i.find("li.selected"),u(i.editableList("getItem",o)))}),o.i18n(),t=$("<div>",{class:"red-ui-search-results-container"}).appendTo(s),i=$("<ol>",{style:"position: absolute;top: 5px;bottom: 5px;left: 5px;right: 5px;"}).appendTo(t).editableList({addButton:!1,addItem:function(e,t,o){var n;void 0===o.id?$("<div>",{class:"red-ui-search-empty"}).text(RED._("search.empty")).appendTo(e):(e=$("<a>",{href:"#",class:"red-ui-search-result"}).appendTo(e),n=$("<div>",{class:"red-ui-search-result-action"}).appendTo(e),$("<div>").text(o.label).appendTo(n),o.key&&$("<div>",{class:"red-ui-search-result-action-key"}).html(RED.keyboard.formatKey(o.key)).appendTo(n),e.on("click",function(e){e.preventDefault(),u(o)}))},scrollOnAdd:!1,filter:function(e){if(""!==d)for(var t=0,o=0;o<l.length;o++){var n=e._label.indexOf(l[o],t);if(!(-1<n))return!1;t=n}return!0}})),s.slideDown(300),o.searchBox("value",e),i.editableList("empty"),results=[],(t=RED.actions.list()).sort(function(e,t){e=e.label,t=t.label;return e.localeCompare(t)}),t.forEach(function(e){e._label=e.label.toLowerCase(),i.editableList("addItem",e)}),RED.events.emit("actionList:open"),r=!0),o.trigger("focus"),(e=i.children(":visible")).length&&$(e[0]).addClass("selected"))}function t(){r&&(r=!1,$("#red-ui-header-shade").hide(),$("#red-ui-editor-shade").hide(),$("#red-ui-palette-shade").hide(),$("#red-ui-sidebar-shade").hide(),$("#red-ui-sidebar-separator").show(),null!==s&&s.slideUp(200,function(){o.searchBox("value","")}),RED.events.emit("actionList:close"),n&&($(n).trigger("focus"),n=null))}return{init:function(){RED.actions.add("core:show-action-list",e),RED.events.on("editor:open",function(){a=!0}),RED.events.on("editor:close",function(){a=!1}),RED.events.on("search:open",function(){a=!0}),RED.events.on("search:close",function(){a=!1}),RED.events.on("type-search:open",function(){a=!0}),RED.events.on("type-search:close",function(){a=!1}),RED.keyboard.add("red-ui-actionList","escape",function(){t()}),$("#red-ui-header-shade").on("mousedown",t),$("#red-ui-editor-shade").on("mousedown",t),$("#red-ui-palette-shade").on("mousedown",t),$("#red-ui-sidebar-shade").on("mousedown",t)},show:e,hide:t}}(),RED.typeSearch=function(){var d,l,t,i,o,n,a=null,c=-1,s=!1,r="",u={};function p(){var e,t,o,n=l.find("li.selected");1===n.length&&(t=(e=l.parent()).height(),e.scrollTop(),t<(o=n.position().top)+(n=n.height())?e.animate({scrollTop:"-="+(t-(o+n)-10)},50):o<0&&e.animate({scrollTop:"+="+(o-10)},50))}function f(e,t){var o=a.position();o.top=o.top+t+"px",o.left=o.left+e+"px",a.css(o),n(e,t)}function h(){a=$("<div>",{id:"red-ui-type-search",class:"red-ui-search red-ui-type-search"}).appendTo("#red-ui-main-container");var e=$("<div>",{class:"red-ui-search-container"}).appendTo(a);(d=$('<input type="text" id="red-ui-type-search-input">').attr("placeholder",RED._("search.addNode")).appendTo(e).searchBox({delay:50,change:function(){var e;e=$(this).val(),r=e.toLowerCase(),l.editableList("filter"),l.editableList("sort"),setTimeout(function(){c=0,l.children().removeClass("selected"),l.children(":visible:first").addClass("selected")},100)}})).on("keydown",function(e){var t,o,n=l.children(":visible");40===e.keyCode&&e.shiftKey?(e.preventDefault(),f(0,10)):38===e.keyCode&&e.shiftKey?(e.preventDefault(),f(0,-10)):39===e.keyCode&&e.shiftKey?(e.preventDefault(),f(10,0)):37===e.keyCode&&e.shiftKey?(e.preventDefault(),f(-10,0)):0<n.length?40===e.keyCode?(c<n.length-1&&(-1<c&&$(n[c]).removeClass("selected"),c++),$(n[c]).addClass("selected"),p(),e.preventDefault()):38===e.keyCode?(0<c&&(c<n.length&&$(n[c]).removeClass("selected"),c--),$(n[c]).addClass("selected"),p(),e.preventDefault()):(e.metaKey||e.ctrlKey)&&13===e.keyCode?(e.preventDefault(),(o=Math.max(0,c))<n.length&&(t=$(n[o]).find(".red-ui-editableList-item-content").data("data"),/^_action_:/.test(t.type)||(u[t.type]=Date.now()),0===t.def.outputs?g(t):i(t.type,!0),$("#red-ui-type-search-input").val("").trigger("keyup"),setTimeout(function(){$("#red-ui-type-search-input").focus()},100))):13===e.keyCode&&(e.preventDefault(),(o=Math.max(0,c))<n.length&&g($(n[o]).find(".red-ui-editableList-item-content").data("data"))):13===e.keyCode&&(e.stopPropagation(),e.preventDefault())}),t=$("<div>",{class:"red-ui-search-results-container"}).appendTo(a),l=$("<ol>",{style:"position: absolute;top: 0;bottom: 0;left: 0;right: 0;"}).appendTo(t).editableList({addButton:!1,filter:function(e){return""===r||!e.recent&&!e.common&&(""===r||-1<e.index.indexOf(r))},sort:function(e,t){if(""===r)return e.i-t.i;var o=e.index.indexOf(r),n=t.index.indexOf(r);return-1===o?1:-1===n?-1:o===n?y(e,t):o-n},addItem:function(e,t,o){var n=o.def,e=(o.index=o.type.toLowerCase(),o.separator&&e.addClass("red-ui-search-result-separator"),$("<div>",{class:"red-ui-search-result"}).appendTo(e)),i=$("<div>",{class:"red-ui-search-result-node"}).appendTo(e),a=("junction"===o.type||/^_action_:/.test(o.type)?i.addClass("red-ui-palette-icon-junction"):(a=RED.utils.getNodeColor(o.type,n),i.css("backgroundColor",a)),RED.utils.getNodeIcon(n)),s=$("<div/>",{class:"red-ui-palette-icon-container"}).appendTo(i),a=(RED.utils.createIconElement(a,s,!1),/^_action_:/.test(o.type)||"junction"===o.type||(0<n.inputs&&$("<div/>",{class:"red-ui-search-result-node-port"}).appendTo(i),0<n.outputs&&$("<div/>",{class:"red-ui-search-result-node-port red-ui-search-result-node-output"}).appendTo(i)),$("<div>",{class:"red-ui-search-result-description"}).appendTo(e)),s=o.label;o.index+="|"+s.toLowerCase(),$("<div>",{class:"red-ui-search-result-node-label"}).text(s).appendTo(a),e.on("click",function(e){e.preventDefault(),g(o)})},scrollOnAdd:!1})}function g(e){v(),/^_action_:/.test(e.type)||(u[e.type]=Date.now()),i(e.type)}function m(e){if(s){for(var t=$(e.target);"body"!==t.prop("nodeName").toLowerCase();){if("red-ui-type-search"===t.attr("id"))return;t=t.parent()}v(!0),o&&o()}}function v(e){s&&(s=!1,null!==a&&t.slideUp(e?50:200,function(){a.hide(),d.searchBox("value","")}),RED.events.emit("type-search:close"),RED.view.focus(),$(document).off("mousedown.red-ui-type-search"),$(document).off("mouseup.red-ui-type-search"),$(document).off("click.red-ui-type-search"),$(document).off("touchstart.red-ui-type-search"))}function b(t,e){var o=t;if(void 0!==e.paletteLabel)try{o=("function"==typeof e.paletteLabel?e.paletteLabel.call(e):e.paletteLabel)||"",o+=" ("+t+")"}catch(e){console.log("Definition error: "+t+".paletteLabel",e)}return o}function y(e,t){e=e.label.toLowerCase(),t=t.label.toLowerCase();return e<t?-1:e===t?0:1}function w(e,t,o){return!e||!e.spliceMultiple&&(!e.type||t===e.type)&&(!e.input||"junction"===t||0<o.inputs)&&(!e.output||"junction"===t||0<o.outputs)}function E(t){l.editableList("empty"),d.searchBox("value","").focus(),c=-1;for(var e,o=["inject","debug","function","change","switch","junction"].filter(function(e){return w(t.filter,e,RED.nodes.getType(e))}),n=Object.keys(u),i=(n.sort(function(e,t){return u[t]-u[e]}),n=n.filter(function(e){return w(t.filter,e,RED.nodes.getType(e))&&-1===o.indexOf(e)}),[]),a=(RED.nodes.registry.getNodeTypes().forEach(function(e){var t=RED.nodes.getType(e);"config"!==t.category&&"unknown"!==e&&"tab"!==e&&i.push({type:e,def:t,label:b(e,t)})}),i.sort(y),0),s=0;s<o.length;s++){var r=RED.nodes.getType(o[s]);"junction"===o[s]?r={inputs:1,outputs:1,label:"junction",type:"junction"}:/^_action_:/.test(o[s])&&(r={inputs:1,outputs:1,label:o[s],type:o[s]}),r&&((e={type:o[s],common:!0,def:r,i:a++}).label=b(e.type,e.def),s===o.length-1&&(e.separator=!0),l.editableList("addItem",e))}for(s=0;s<Math.min(5,n.length);s++)(e={type:n[s],def:RED.nodes.getType(n[s]),recent:!0,i:a++}).label=b(e.type,e.def),s===n.length-1&&(e.separator=!0),l.editableList("addItem",e);for(s=0;s<i.length;s++)w(t.filter,i[s].type,i[s].def)&&(i[s].i=a++,l.editableList("addItem",i[s]));setTimeout(function(){c=0,l.children(":first").addClass("selected")},100)}return{show:function(e){s?(a.hide(),t.hide()):(null===a&&(h(),RED.keyboard.add("red-ui-type-search","escape",function(){v(),o&&o()})),s=!0),$(document).off("mousedown.red-ui-type-search"),$(document).off("mouseup.red-ui-type-search"),$(document).off("click.red-ui-type-search"),$(document).off("touchstart.red-ui-type-search"),$(document).off("mousedown.red-ui-type-search"),setTimeout(function(){$(document).on("mousedown.red-ui-type-search",m),$(document).on("mouseup.red-ui-type-search",m),$(document).on("click.red-ui-type-search",m),$(document).on("touchstart.red-ui-type-search",m)},200),E(e),i=e.add,o=e.cancel,n=e.move,RED.events.emit("type-search:open"),$("#red-ui-main-container").height()-e.y-195<0&&(e.y=e.y-275),a.css({left:e.x+"px",top:e.y+"px"}).show(),t.slideDown(300),setTimeout(function(){t.find(".red-ui-editableList-container").scrollTop(0),e.disableFocus||d.trigger("focus")},200)},refresh:E,hide:v}}(),RED.subflow=function(){function s(e,t){var o={x:50,y:30},n=(t||(o.x+=110),[].concat(e.out).concat(e.in));e.status&&n.push(e.status),n.sort(function(e,t){return e.x-t.x});for(var i=0;i<n.length;i++){var a=n[i];a.x==o.x&&a.y==o.y&&(o.x+=55)}return o}function r(){var t,o,n=RED.nodes.subflow(RED.workspaces.active());if(0!==n.in.length)return t=n.in[0],o=[],RED.nodes.eachLink(function(e){("subflow"==e.source.type&&e.source.z==n.id&&e.source.i==t.i||e.target.type=="subflow:"+n.id)&&o.push(e)}),o.forEach(function(e){RED.nodes.removeLink(e)}),n.in=[],$("#red-ui-subflow-input-add").removeClass("active"),$("#red-ui-subflow-input-remove").addClass("active"),n.changed=!0,RED.events.emit("subflows:change",n),{subflowInputs:[t],links:o}}function d(e){var t=RED.nodes.subflow(RED.workspaces.active());if(0!==t.out.length){var o=[];for((e=void 0===e?[t.out[t.out.length-1]]:e).sort(function(e,t){return t.i-e.i}),i=0;i<e.length;i++){var n=e[i],a=(t.out.splice(n.i,1),[]),s=[];RED.nodes.eachLink(function(e){"subflow"==e.target.type&&e.target.z==t.id&&e.target.i==n.i&&a.push(e),e.source.type=="subflow:"+t.id&&(e.sourcePort==n.i?a.push(e):e.sourcePort>n.i&&s.push(e))}),a.forEach(function(e){RED.nodes.removeLink(e)}),s.forEach(function(e){e.sourcePort--});for(var o=o.concat(a),r=n.i;r<t.out.length;r++)t.out[r].i--,t.out[r].dirty=!0}return t.changed=!0,RED.events.emit("subflows:change",t),{subflowOutputs:e,links:o}}}function l(){var t,o=RED.nodes.subflow(RED.workspaces.active());if(o.status)return t=[],RED.nodes.eachLink(function(e){"subflow"==e.target.type&&e.target.z==o.id&&"status"==e.target.direction&&t.push(e)}),t.forEach(function(e){RED.nodes.removeLink(e)}),delete o.status,$("#red-ui-subflow-status").prop("checked",!!o.status),$("#red-ui-subflow-status").parent().parent().toggleClass("active",!!o.status),{links:t}}function c(t){var o=RED.nodes.subflow(RED.workspaces.active()),n=(u(o),[]);if(o)return RED.nodes.filterNodes({type:"subflow:"+o.id}).forEach(function(e){n.push({id:e.id,changed:e.changed}),t&&(e.changed=!0),e.inputs=o.in.length,e.outputs=o.out.length,e.resize=!0,e.dirty=!0,RED.editor.updateNodeProperties(e)}),RED.editor.validateNode(o),{instances:n}}function u(e){e&&($("#red-ui-subflow-input-add").toggleClass("active",0!==e.in.length),$("#red-ui-subflow-input-remove").toggleClass("active",0===e.in.length),$("#red-ui-subflow-output .spinner-value").text(e.out.length),$("#red-ui-subflow-status").prop("checked",!!e.status),$("#red-ui-subflow-status").parent().parent().toggleClass("active",!!e.status))}function t(a){var e=$("#red-ui-workspace-toolbar");e.empty(),$('<a class="button" id="red-ui-subflow-edit" href="#" data-i18n="[append]subflow.editSubflowProperties"><i class="fa fa-pencil"></i> </a>').appendTo(e),$('<span style="margin-left: 5px;" data-i18n="subflow.input"></span> <div style="display: inline-block;" class="button-group"><a id="red-ui-subflow-input-remove" class="button active" href="#">0</a><a id="red-ui-subflow-input-add" class="button" href="#">1</a></div>').appendTo(e),$('<span style="margin-left: 5px;" data-i18n="subflow.output"></span> <div id="red-ui-subflow-output" style="display: inline-block;" class="button-group spinner-group"><a id="red-ui-subflow-output-remove" class="button" href="#"><i class="fa fa-minus"></i></a><div class="spinner-value">3</div><a id="red-ui-subflow-output-add" class="button" href="#"><i class="fa fa-plus"></i></a></div>').appendTo(e),$('<span class="button-group"><span class="button" style="padding:0"><label for="red-ui-subflow-status"><input id="red-ui-subflow-status" type="checkbox"> <span data-i18n="subflow.status"></span></label></span></span>').appendTo(e),$('<a class="button" id="red-ui-subflow-delete" href="#" data-i18n="[append]subflow.deleteSubflow"><i class="fa fa-trash"></i> </a>').appendTo(e),e.i18n(),$("#red-ui-subflow-output-remove").on("click",function(e){e.preventDefault();var t,e=RED.nodes.dirty(),o=a.changed,n=d();n&&(t=c(!0),RED.history.push({t:"delete",links:n.links,subflowOutputs:n.subflowOutputs,changed:o,dirty:e,subflow:{instances:t.instances}}),RED.view.select(),RED.nodes.dirty(!0),RED.view.redraw(!0))}),$("#red-ui-subflow-output-add").on("click",function(e){var t,o,n,i;e.preventDefault(),e=RED.nodes.subflow(RED.workspaces.active()),t=s(e,!1),t={type:"subflow",direction:"out",z:e.id,i:e.out.length,x:t.x,y:t.y,id:RED.nodes.id()},o=e.out.length,e.out.push(t),e.dirty=!0,t=RED.nodes.dirty(),n=e.changed,i=c(e.changed=!0),t={t:"edit",node:e,dirty:t,changed:n,subflow:{outputCount:o,instances:i.instances}},RED.history.push(t),RED.view.select(),RED.nodes.dirty(!0),RED.view.redraw(),$("#red-ui-subflow-output .spinner-value").text(e.out.length),RED.events.emit("subflows:change",e)}),$("#red-ui-subflow-input-add").on("click",function(e){var t,o,n,i;e.preventDefault(),1!==(e=RED.nodes.subflow(RED.workspaces.active())).in.length&&(i=s(e,!0),i={type:"subflow",direction:"in",z:e.id,i:e.in.length,x:i.x,y:i.y,id:RED.nodes.id()},t=e.in.length,e.in.push(i),e.dirty=!0,i=RED.nodes.dirty(),o=e.changed,n=c(e.changed=!0),i={t:"edit",node:e,dirty:i,changed:o,subflow:{inputCount:t,instances:n.instances}},RED.history.push(i),RED.view.select(),RED.nodes.dirty(!0),RED.view.redraw(),$("#red-ui-subflow-input-add").addClass("active"),$("#red-ui-subflow-input-remove").removeClass("active"),RED.events.emit("subflows:change",e))}),$("#red-ui-subflow-input-remove").on("click",function(e){e.preventDefault();var t,e=RED.nodes.dirty(),o=a.changed,n=(a.changed=!0,r());n&&(t=c(!0),RED.history.push({t:"delete",links:n.links,changed:o,subflowInputs:n.subflowInputs,dirty:e,subflow:{instances:t.instances}}),RED.view.select(),RED.nodes.dirty(!0),RED.view.redraw(!0))}),$("#red-ui-subflow-status").on("change",function(e){var t,o,n,i;this.checked?(i=RED.nodes.subflow(RED.workspaces.active())).status||(o=s(i,!1),o={type:"subflow",direction:"status",z:i.id,x:o.x,y:o.y,id:RED.nodes.id()},i.status=o,i.dirty=!0,o=RED.nodes.dirty(),n=i.changed,c(i.changed=!0),RED.history.push({t:"edit",node:i,dirty:o,changed:n,subflow:{status:!0}}),RED.view.select(),RED.nodes.dirty(!0),RED.view.redraw(),RED.events.emit("subflows:change",i),$("#red-ui-subflow-status").prop("checked",!!i.status),$("#red-ui-subflow-status").parent().parent().toggleClass("active",!!i.status)):(o=a.status,n=a.changed,(i=l())&&(a.changed=!0,t=RED.nodes.dirty(),RED.history.push({t:"delete",links:i.links,changed:n,dirty:t,subflow:{id:a.id,status:o}}),RED.view.select(),RED.nodes.dirty(!0),RED.view.redraw()))}),$("#red-ui-subflow-edit").on("click",function(e){RED.editor.editSubflow(RED.nodes.subflow(RED.workspaces.active())),e.preventDefault()}),$("#red-ui-subflow-delete").on("click",function(e){e.preventDefault();var t,o,e=RED.nodes.subflow(RED.workspaces.active());function n(){var e=RED.nodes.dirty(),t=p(RED.workspaces.active());t.t="delete",t.dirty=e,RED.history.push(t)}0<e.instances.length?(t=$("<div>"),$("<p>").text(RED._("subflow.subflowInstances",{count:e.instances.length})).appendTo(t),$("<p>").text(RED._("subflow.confirmDelete")).appendTo(t),o=RED.notify(t,{modal:!0,fixed:!0,buttons:[{text:RED._("common.label.cancel"),click:function(){o.close()}},{text:RED._("workspace.confirmDelete"),class:"primary",click:function(){o.close(),n()}}]})):n()}),u(a),$("#red-ui-workspace-chart").css({"margin-top":"40px"}),$("#red-ui-workspace-toolbar").show()}function p(t,o){for(var n=[],e=[],i=[],a=RED.nodes.subflow(t),s=(RED.nodes.eachNode(function(e){o||e.type!="subflow:"+t||n.push(e),e.z==t&&n.push(e)}),RED.nodes.eachConfig(function(e){e.z==t&&n.push(e)}),RED.nodes.groups(t).forEach(function(e){i.push(e)}),RED.nodes.junctions(t)),r=0;r<s.length;r++)var d=RED.nodes.removeJunction(s[r]),e=e.concat(d.links);for(var l=[],r=0;r<n.length;r++){d=RED.nodes.remove(n[r].id);e=e.concat(d.links),l=l.concat(d.nodes)}for(n=n.concat(l),i=RED.nodes.groups(t).filter(function(e){return!e.g}),r=0;r<i.length;r++)i[r].nodes.forEach(function(e){"group"===e.type&&i.push(e)});for(r=i.length-1;0<=r;r--)RED.nodes.removeGroup(i[r]);return RED.nodes.removeSubflow(a),RED.workspaces.remove(a),RED.nodes.dirty(!0),RED.view.redraw(),{nodes:n,links:e,groups:i,junctions:s,subflows:[a]}}function e(){var t=0,e=(RED.nodes.eachSubflow(function(e){e=new RegExp("^Subflow (\\d+)$").exec(e.name);e&&(t=Math.max(t,e[1]))}),"Subflow "+(t+1)),o=RED.nodes.id(),e={type:"subflow",id:o,name:e,info:"",in:[],out:[]};RED.nodes.addSubflow(e),RED.history.push({t:"createSubflow",subflow:{subflow:e},dirty:RED.nodes.dirty()}),RED.workspaces.show(o),RED.nodes.dirty(!0)}function R(e){return e=RED.settings.get("editor").view["view-snap-grid"]?Math.round(e/RED.view.gridSize())*RED.view.gridSize():e}function x(e){var t=RED.nodes.node(e);return t||RED.nodes.junction(e)}function o(){var e=RED.view.selection();if(e.nodes){for(var n,t=new Set,o=e.nodes.slice(),i=new Set;0<o.length;)"group"===(n=o.shift()).type&&(i.add(n.id),o=o.concat(n.nodes)),t.add(n);for(var a=(t=Array.from(t))[0].g,s=[],r=0;r<t.length;r++)if(t[r].g&&!i.has(t[r].g)&&a!==t[r].g)return void RED.notify("Cannot create subflow across multiple groups","error");var a=a&&RED.nodes.group(a),d={},l=[],c=[],u=[],p=[],f={},h=[t[0].x,t[0].y,t[0].x,t[0].y];for(r=0;r<t.length;r++)n=t[r],d[n.id]={n:n,outputs:{}},h=[Math.min(h[0],n.x),Math.min(h[1],n.y),Math.max(h[2],n.x),Math.max(h[3],n.y)];var g=R(h[0]-200),m=R(h[1]-80),e=[R((h[2]+h[0])/2),R((h[3]+h[1])/2)],v=(RED.nodes.eachLink(function(e){d[e.source.id]&&d[e.target.id],d[e.source.id]&&!d[e.target.id]&&(p.push(e),c.push(e)),!d[e.source.id]&&d[e.target.id]&&(u.push(e),f[e.target.id]=e.target,c.push(e))}),{});if((p=p.filter(function(e){return v[e.source.id+":"+e.sourcePort]?(v[e.source.id+":"+e.sourcePort].targets.push(e.target),!1):(e.targets=[],e.targets.push(e.target),v[e.source.id+":"+e.sourcePort]=e,!0)})).sort(function(e,t){return e.source.y-t.source.y}),1<Object.keys(f).length)RED.notify(RED._("subflow.errors.multipleInputsToSelection"),"error");else{var b=0,y=(RED.nodes.eachSubflow(function(e){e=new RegExp("^Subflow (\\d+)$").exec(e.name);e&&(b=Math.max(b,e[1]))}),"Subflow "+(b+1)),w=RED.nodes.id(),E={type:"subflow",id:w,name:y,info:"",in:Object.keys(f).map(function(e,t){return{type:"subflow",direction:"in",x:R(f[e].x-f[e].w/2-80-g),y:R(f[e].y-m),z:w,i:t,id:RED.nodes.id(),wires:[{id:f[e].id}]}}),out:p.map(function(e,t){return{type:"subflow",direction:"out",x:R(e.source.x+e.source.w/2+80-g),y:R(e.source.y-m),z:w,i:t,id:RED.nodes.id(),wires:[{id:e.source.id,port:e.sourcePort}]}})},D=(RED.nodes.addSubflow(E),{id:RED.nodes.id(),type:"subflow:"+E.id,x:e[0],y:e[1],z:RED.workspaces.active(),inputs:E.in.length,outputs:E.out.length,h:Math.max(30,15*(E.out.length||0)),changed:!0});for(D._def=RED.nodes.getType(D.type),RED.editor.validateNode(D),RED.nodes.add(D),a&&(RED.group.addToGroup(a,D),t.forEach(function(e){var t;e.g===a.id&&(delete e.g,t=a.nodes.indexOf(e),a.nodes.splice(t,1),s.push(e))}),a.dirty=!0),u.forEach(function(e){e={source:e.source,sourcePort:e.sourcePort,target:D};l.push(e),RED.nodes.addLink(e)}),p.forEach(function(e,t){e.targets.forEach(function(e){e={source:D,sourcePort:t,target:e};l.push(e),RED.nodes.addLink(e)})}),E.in.forEach(function(t){t.wires.forEach(function(e){e={source:t,sourcePort:0,target:x(e.id)};l.push(e),RED.nodes.addLink(e)})}),E.out.forEach(function(t,e){t.wires.forEach(function(e){e={source:x(e.id),sourcePort:e.port,target:t};l.push(e),RED.nodes.addLink(e)})}),r=0;r<c.length;r++)RED.nodes.removeLink(c[r]);for(r=0;r<t.length;r++)n=t[r],/^link /.test(n.type)&&(n.links=n.links.filter(function(e){var t,o=d.hasOwnProperty(e);return o||(e=x(e))&&e.links&&(-1<(t=e.links.indexOf(n.id))&&e.links.splice(t,1)),o})),n.x-=g,n.y-=m,RED.nodes.moveNodeToTab(n,E.id);y={t:"createSubflow",nodes:[D.id],links:l,subflow:{subflow:E,offsetX:g,offsetY:m},activeWorkspace:RED.workspaces.active(),removedLinks:c,dirty:RED.nodes.dirty()};a&&((y={t:"multi",events:[y]}).events.push({t:"addToGroup",group:a,nodes:[D]}),y.events.push({t:"removeFromGroup",group:a,nodes:s,reparent:!1})),RED.history.push(y),RED.editor.validateNode(E),RED.nodes.dirty(!0),RED.view.updateActive(),RED.view.select(null),RED.view.focus()}}else RED.notify(RED._("subflow.errors.noNodesSelected"),"error")}function f(e,t,o){e.empty();for(var n=0;n<t.length;n++){var i=t[n];i.ui&&"hide"===i.ui.type||!function(e,t,o,n){o.label=o.label||{},("cred"===t.type||t.parent&&"cred"===t.parent.type)&&!o.type?(o.type="cred",o.opts={}):o.type?o.opts||(o.opts="select"===o.type?{opts:[]}:{}):(o.type="input",o.opts={types:RED.editor.envVarList.DEFAULT_ENV_TYPE_LIST});var i=o.label||{},a=RED.i18n.lang(),s=RED.editor.envVarList.lookupLabel(i,i["en-US"]||t.name,a),r=$("<label>").appendTo(e),d=($("<span>&nbsp;</span>").appendTo(e),$("<span></span>").appendTo(r)),l=(!o.icon||(i=RED.utils.separateIconPath(o.icon))&&$("<i class='fa "+i.file+"'/>").appendTo(d),"checkbox"!==o.type&&(i=o.icon?{"padding-left":"5px"}:{},$("<span>").css(i).text(s).appendTo(r),"none"===o.type&&r.width("100%")),{value:"",type:"str"});switch(t.parent&&(l.value=t.parent.value,l.type=t.parent.type),t.hasOwnProperty("value")&&(l.value=t.value),t.hasOwnProperty("type")&&(l.type=t.type),o.type){case"input":var c=$('<input type="text">').css("width","70%").appendTo(e);o.opts.types&&0<o.opts.types.length?(u=l.type,-1===o.opts.types.indexOf(u)&&(u=o.opts.types[0]),c.typedInput({types:o.opts.types,default:u}),c.typedInput("value",l.value),"cred"===u&&n.credentials&&(n.credentials[t.name]?c.typedInput("value",n.credentials[t.name]):n.credentials["has_"+t.name]?c.typedInput("value","__PWRD__"):c.typedInput("value",""))):c.val(l.value);break;case"select":c=$("<select>").css("width","70%").appendTo(e),o.opts.opts&&o.opts.opts.forEach(function(e){$("<option>").val(e.v).text(RED.editor.envVarList.lookupLabel(e.l,e.l["en-US"]||e.v,a)).appendTo(c)}),c.val(l.value);break;case"checkbox":r.css("cursor","default");var u=$("<label>").css("width","70%").appendTo(e),u=(c=$('<input type="checkbox">').css({marginTop:0,width:"auto",height:"34px"}).appendTo(u),d.css({"padding-left":"5px"}).appendTo(u),$("<span>").css({"padding-left":"5px"}).text(s).appendTo(u),!1),u="bool"===l.type?"true"===l.value:"num"===l.type?"0"!==l.value:""!==l.value;c.prop("checked",u);break;case"spinner":c=$("<input>").css("width","70%").appendTo(e);u={};o.opts.hasOwnProperty("min")&&(u.min=o.opts.min),o.opts.hasOwnProperty("max")&&(u.max=o.opts.max),c.spinner(u).parent().width("70%"),c.val(l.value);break;case"cred":c=$('<input type="password">').css("width","70%").appendTo(e),n.credentials?n.credentials[t.name]?c.val(n.credentials[t.name]):n.credentials["has_"+t.name]?c.val("__PWRD__"):c.val(""):c.val(""),c.typedInput({types:["cred"],default:"cred"})}c&&c.attr("id",m(t.name))}($("<div/>",{class:"form-row"}).appendTo(e),i,i.ui||{},o)}}function h(e,r){var d;return e?(d=[],e.each(function(e){var t=$(this).data("data"),o=(t.parent?t.name:t.nameField.val()).trim();if(""!==o||t.ui&&"none"===t.ui.type){var n=t.valueField,i=n.typedInput("value"),n=n.typedInput("type");if(r||!t.parent||t.parent.value!==i||t.parent.type!==n){var a={name:o,type:n,value:i};if(t.ui){var s={icon:t.ui.icon,label:$.extend(!0,{},t.ui.label),type:t.ui.type,opts:$.extend(!0,{},t.ui.opts)};switch(s.icon||delete s.icon,$.isEmptyObject(s.label)&&delete s.label,s.type){case"input":JSON.stringify(s.opts)===JSON.stringify({types:RED.editor.envVarList.DEFAULT_ENV_TYPE_LIST})&&(delete s.type,delete s.opts);break;case"cred":"cred"===a.type&&delete s.type,delete s.opts;break;case"select":s.opts&&$.isEmptyObject(s.opts.opts)&&delete s.opts;break;case"spinner":$.isEmptyObject(s.opts)&&delete s.opts;break;default:delete s.opts}$.isEmptyObject(s)||(a.ui=s)}d.push(a)}}}),d):null}function g(a){var o={},s=[];if(/^subflow:/.test(a.type)){var e=RED.nodes.subflow(a.type.substring(8));if(e.env&&e.env.forEach(function(e){var t={name:e.name,parent:{type:e.type,value:e.value},ui:$.extend(!0,{},e.ui)};s.push(t),o[e.name]=t}),a.env)for(var t=0;t<a.env.length;t++){var n=a.env[t];o.hasOwnProperty(n.name)&&(o[n.name].type=n.type,o[n.name].value=n.value)}}else a._def.subflowModule&&Object.keys(a._def.defaults).forEach(function(e){if("name"!==e){var t,o=a._def.defaults[e],n=a[e],i=n;if(o.ui&&"cred"===o.ui.type)t="cred";else switch(typeof n){case"string":t="str";break;case"number":t="num";break;case"boolean":t="bool",i=n?"true":"false";break;default:t=n.type,i=n.value}e={name:e,type:t,value:i,parent:{type:o.type,value:o.value},ui:$.extend(!0,{},o.ui)};s.push(e)}});return s}function m(e){return"node-input-subflow-env-"+e.replace(/[^a-z0-9-_]/gi,"_")}return{init:function(){RED.events.on("workspace:change",function(e){e=RED.nodes.subflow(e.workspace);e?t(e):($("#red-ui-workspace-toolbar").hide().empty(),$("#red-ui-workspace-chart").css({"margin-top":"0"}))}),RED.events.on("view:selection-changed",function(e){e.nodes?RED.menu.setDisabled("menu-item-subflow-convert",!1):RED.menu.setDisabled("menu-item-subflow-convert",!0)}),RED.actions.add("core:create-subflow",e),RED.actions.add("core:convert-to-subflow",o),$('<script type="text/x-red" data-template-name="subflow"><div class="form-row"><label for="node-input-name" data-i18n="[append]editor:common.label.name"><i class="fa fa-tag"></i> </label><input type="text" id="node-input-name" data-i18n="[placeholder]common.label.name"></div><div id="subflow-input-ui"></div><\/script>').appendTo("#red-ui-editor-node-configs"),$('<script type="text/x-red" data-template-name="subflow-template"><div class="form-row"><label for="subflow-input-name" data-i18n="[append]common.label.name"><i class="fa fa-tag"></i> </label><input type="text" id="subflow-input-name" data-i18n="[placeholder]common.label.name"></div><div class="form-row"><ul style="margin-bottom: 20px;" id="subflow-env-tabs"></ul></div><div id="subflow-env-tabs-content"><div id="subflow-env-tab-edit"><div class="form-row node-input-env-container-row" id="subflow-input-edit-ui"><ol id="node-input-env-container"></ol><div class="node-input-env-locales-row"><i class="fa fa-language"></i> <select id="subflow-input-env-locale"></select></div></div></div><div id="subflow-env-tab-preview"><div id="subflow-input-ui"/></div></div><\/script>').appendTo("#red-ui-editor-node-configs")},createSubflow:e,convertToSubflow:o,removeSubflow:p,refresh:c,removeInput:r,removeOutput:d,removeStatus:l,buildEditForm:function(e,t){var o,n,i,a;"subflow-template"===e?(o=$("#node-input-env-container"),n=t,(i=RED.tabs.create({id:"subflow-env-tabs",onchange:function(e){"subflow-env-tab-preview"===e.id&&f($("#subflow-input-ui"),h(o.editableList("items"),!0),n),$("#subflow-env-tabs-content").children().hide(),$("#"+e.id).show()}})).addTab({id:"subflow-env-tab-edit",label:RED._("editor-tab.envProperties")}),i.addTab({id:"subflow-env-tab-preview",label:RED._("editor-tab.preview")}),i=RED.settings.theme("languages").map(function(e){var t=RED._("languages."+e);return{text:t||e,val:e}}).sort(function(e,t){return e.text.localeCompare(t.text)}),RED.popover.tooltip($(".node-input-env-locales-row i"),RED._("editor.locale")),a=$("#subflow-input-env-locale"),i.forEach(function(e){var t={value:e.val};"en-US"===e.val&&(t.selected=""),$("<option/>",t).text(e.text).appendTo(a)}),i=RED.i18n.lang(),a.val(i),a.on("change",function(){RED.editor.envVarList.setLocale($(this).val(),$("#node-input-env-container"))}),RED.editor.envVarList.setLocale(i),RED.editor.envVarList.create($("#node-input-env-container"),t)):"subflow"===e&&f($("#subflow-input-ui"),g(t),t)},exportSubflowTemplateEnv:h,exportSubflowInstanceEnv:function(e){var i=[];return g(e).forEach(function(e){var t,o=e.ui||{},n=(o.type?o.opts=o.opts||{}:e.parent&&"cred"===e.parent.type?o.type="cred":(o.type="input",o.opts={types:RED.editor.envVarList.DEFAULT_ENV_TYPE_LIST}),$("#"+m(e.name)));if(n.length||"cred"===o.type){switch(t={name:e.name},o.type){case"input":o.opts.types&&0<o.opts.types.length?(t.value=n.typedInput("value"),t.type=n.typedInput("type")):(t.value=n.val(),t.type="str");break;case"cred":t.value=n.val(),t.type="cred";break;case"spinner":t.value=n.val(),t.type="num";break;case"select":t.value=n.val(),t.type="str";break;case"checkbox":t.type="bool",t.value=""+n.prop("checked")}"cred"!==o.type&&t.type===e.parent.type&&t.value===e.parent.value||i.push(t)}}),i}}}(),RED.group=function(){for(var i=["#ff0000","#ffC000","#ffff00","#92d04f","#0070c0","#001f60","#6f2fa0","#000000","#777777"],a=i.length,e=0,t=3*i.length;e<t;e++){var o=e%a,n=Math.floor(e/a)+1,s=i[o],r=parseInt(s.substring(1,3),16),d=parseInt(s.substring(3,5),16),s=parseInt(s.substring(5,7),16),l=(255-d)/(3+(o==a-1?0:1)),c=(255-s)/(3+(o==a-1?0:1)),r=((Math.min(255,Math.floor(r+n*((255-r)/(3+(o==a-1?0:1)))))<<16)+(Math.min(255,Math.floor(d+n*l))<<8)+Math.min(255,Math.floor(s+n*c))).toString(16);i.push("#"+"000000".slice(0,6-r.length)+r)}var u,f={label:!0,"label-position":"nw"};function p(e){var t=/^rgb\((\d+), (\d+), (\d+)\)$/.exec(e);return t?(t=((parseInt(t[1])<<16)+(parseInt(t[2])<<8)+parseInt(t[3])).toString(16),"#"+"000000".slice(0,6-t.length)+t):e}function h(e){var t=[],o=RED.nodes.group(e.g);return e.nodes.forEach(function(e){t.push(e),o?(e.g=o.id,o.nodes.push(e),o.dirty=!0,e.dirty=!0):delete e.g,"group"===e.type?RED.events.emit("groups:change",e):"junction"!==e.type?RED.events.emit("nodes:change",e):RED.events.emit("junctions:change",e)}),RED.nodes.removeGroup(e),t}function g(e){if(0!==e.length){if(!(0<e.filter(function(e){return"subflow"===e.type}).length)){var t={id:RED.nodes.id(),type:"group",nodes:[],style:JSON.parse(JSON.stringify(f)),x:Number.POSITIVE_INFINITY,y:Number.POSITIVE_INFINITY,w:0,h:0,_def:RED.group.def};t.z=e[0].z,RED.nodes.addGroup(t);try{m(t,e)}catch(e){return void RED.notify(e,"error")}return t}RED.notify(RED._("group.errors.cannotAddSubflowPorts"),"error")}}function m(e,t){var o,n,i,a,s;for(Array.isArray(t)||(t=[t]),o=0;o<t.length;o++){if(!(s=t[o]).z)throw new Error("Cannot add node without a z property to a group");if(n){if(n!==s.z)throw new Error("Cannot add nooes with different z properties")}else n=s.z;if(s.g&&!i){if(0!==o)throw new Error(RED._("group.errors.cannotCreateDiffGroups"));i=s.g}if(i!==s.g)throw new Error(RED._("group.errors.cannotCreateDiffGroups"))}for(i&&((i=RED.nodes.group(i)).nodes.push(e),i.dirty=!0,e.g=i.id),o=0;o<t.length;o++)"subflow"!==(s=t[o]).type&&(i&&s.g===i.id&&-1<(a=i.nodes.indexOf(s))&&i.nodes.splice(a,1),s.g=e.id,s.dirty=!0,e.nodes.push(s),e.x=Math.min(e.x,s.x-s.w/2-25-(s._def.button&&"right"!==s._def.align?20:0)),e.y=Math.min(e.y,s.y-s.h/2-25),e.w=Math.max(e.w,s.x+s.w/2+25+(s._def.button&&"right"==s._def.align?20:0)-e.x),e.h=Math.max(e.h,s.y+s.h/2+25-e.y),"group"===s.type?RED.events.emit("groups:change",s):"junction"!==s.type?RED.events.emit("nodes:change",s):RED.events.emit("junctions:change",s));i&&RED.events.emit("groups:change",e),b(e)}function v(e,t,o){var n;Array.isArray(t)||(t=[t]);for(var i=0;i<t.length;i++)if(t[i].g!==e.id)return;for(var a=RED.nodes.group(e.g),i=0;i<t.length;i++){(n=t[i]).dirty=!0;var s=e.nodes.indexOf(n);e.nodes.splice(s,1),o&&e.g?(n.g=e.g,a.nodes.push(n)):delete n.g,"group"===n.type?RED.events.emit("groups:change",n):"junction"!==n.type?RED.events.emit("nodes:change",n):RED.events.emit("junctions:change",n)}b(e)}function b(e){for(e.dirty=!0;e;)e.dirty=!0,e=RED.nodes.group(e.g)}return{def:{defaults:{name:{value:""},style:{value:{label:!0}},nodes:{value:[]},env:{value:[]}},category:"config",oneditprepare:function(){var e,t,c,u,o,n=this.style||{};function p(){var e=c.val();o.removeClass().addClass("red-ui-group-layout-picker-cell-text red-ui-group-layout-text-pos-"+e)}RED.editor.colorPicker.create({id:"node-input-style-stroke",value:n.stroke||f.stroke||"#a4a4a4",defaultValue:"#a4a4a4",palette:i,cellPerRow:a,cellWidth:16,cellHeight:16,cellMargin:3,none:!0,opacity:n.hasOwnProperty("stroke-opacity")?n["stroke-opacity"]:f.hasOwnProperty("stroke-opacity")?f["stroke-opacity"]:1}).appendTo("#node-input-row-style-stroke"),RED.editor.colorPicker.create({id:"node-input-style-fill",value:n.fill||f.fill||"none",defaultValue:"none",palette:i,cellPerRow:a,cellWidth:16,cellHeight:16,cellMargin:3,none:!0,opacity:n.hasOwnProperty("fill-opacity")?n["fill-opacity"]:f.hasOwnProperty("fill-opacity")?f["fill-opacity"]:1}).appendTo("#node-input-row-style-fill"),e={id:"node-input-style-label-position",value:n["label-position"]||"nw"},t=$("<div>",{style:"display:inline-block"}),c=$("<input/>",{id:e.id,type:"hidden",value:e.value}).appendTo(t),u=$('<button type="button" class="red-ui-button red-ui-editor-node-appearance-button">').appendTo(t),$('<i class="fa fa-caret-down"></i>').appendTo(u),e=$("<div>",{class:"red-ui-search-result-node"}).appendTo(u),o=$("<div>",{class:"red-ui-group-layout-picker-cell-text red-ui-group-layout-text-pos-"}).appendTo(e),u.on("click",function(e){var t,o=$("<div/>",{class:"red-ui-group-layout-picker"}).css({width:"126px"});$("<div/>").appendTo(o);for(var n=0;n<2;n++)for(var i="ns"[n],a=$("<div/>").appendTo(o),s=0;s<3;s++){var r=i+["w","","e"][s],d=$("<button/>",{class:"red-ui-search-result-node red-ui-button","data-pos":r}).appendTo(a);d.on("click",function(e){e.preventDefault(),c.val($(this).data("pos")),l.hide(),p()}),$("<div>",{class:"red-ui-group-layout-picker-cell-text red-ui-group-layout-text-pos-"+r}).appendTo(d),r===c.val()&&(t=d)}p();var l=RED.popover.panel(o);l.show({target:u,onclose:function(){u.focus()}}),t&&t.focus()}),p(),t.appendTo("#node-input-row-style-label-position"),RED.editor.colorPicker.create({id:"node-input-style-color",value:n.color||f.color||"#a4a4a4",defaultValue:"#a4a4a4",palette:i,cellPerRow:a,cellWidth:16,cellHeight:16,cellMargin:3}).appendTo("#node-input-row-style-label-color"),$("#node-input-style-label").toggleButton({enabledLabel:RED._("editor.show"),disabledLabel:RED._("editor.show")}),$("#node-input-style-label").on("change",function(e){$("#node-input-row-style-label-options").toggle($(this).prop("checked"))}),$("#node-input-style-label").prop("checked",this.style.label),$("#node-input-style-label").trigger("change")},oneditresize:function(e){},oneditsave:function(){this.style.stroke=$("#node-input-style-stroke").val(),this.style.fill=$("#node-input-style-fill").val(),this.style["stroke-opacity"]=$("#node-input-style-stroke-opacity").val(),this.style["fill-opacity"]=$("#node-input-style-fill-opacity").val(),this.style.label=$("#node-input-style-label").prop("checked"),this.style.label?(this.style["label-position"]=$("#node-input-style-label-position").val(),this.style.color=$("#node-input-style-color").val()):(delete this.style["label-position"],delete this.style.color);var t=this;["stroke","fill","stroke-opacity","fill-opacity","color","label-position"].forEach(function(e){t.style[e]===f[e]&&delete t.style[e]}),this.resize=!0},set:{module:"node-red"}},init:function(){RED.events.on("view:selection-changed",function(e){var t=!!e.nodes,o=!1,n=!1,i=!1,a=!1;t&&(a=1===e.nodes.length&&"group"===e.nodes[0].type,e.nodes.forEach(function(e){"group"===e.type&&(o=!0),e.g&&(i=!0)}),o&&(n=1<e.nodes.length)),RED.menu.setDisabled("menu-item-group-group",!t),RED.menu.setDisabled("menu-item-group-ungroup",!o),RED.menu.setDisabled("menu-item-group-merge",!n),RED.menu.setDisabled("menu-item-group-remove",!i),RED.menu.setDisabled("menu-item-edit-copy-group-style",!a),RED.menu.setDisabled("menu-item-edit-paste-group-style",!o)}),RED.actions.add("core:group-selection",function(){var e,t;RED.view.state()===RED.state.DEFAULT&&(e=RED.view.selection()).nodes&&(e=g(e.nodes))&&(t={t:"createGroup",groups:[e],dirty:RED.nodes.dirty()},RED.history.push(t),RED.view.select({nodes:[e]}),RED.nodes.dirty(!0),RED.view.focus())}),RED.actions.add("core:ungroup-selection",function(){var e,t,o;RED.view.state()===RED.state.DEFAULT&&(e=RED.view.selection()).nodes&&(t=[],groups=e.nodes.filter(function(e){return"group"===e.type}),o={t:"ungroup",groups:[],dirty:RED.nodes.dirty()},groups.forEach(function(e){t=t.concat(h(e)),o.groups.push(e)}),RED.history.push(o),RED.view.select({nodes:t}),RED.nodes.dirty(!0),RED.view.focus())}),RED.actions.add("core:merge-selection-to-group",function(){if(RED.view.state()===RED.state.DEFAULT){var e=RED.view.selection();if(e.nodes){for(var t,o,n,i=[],a={t:"multi",events:[]},s={t:"ungroup",groups:[]},r=0;r<e.nodes.length;r++)if(t=e.nodes[r],0===r)o=t.g;else if(t.g!==o)return void RED.notify(RED._("group.errors.cannotCreateDiffGroups"),"error");for(r=0;r<e.nodes.length;r++)"group"===(t=e.nodes[r]).type?(n=n||t,s.groups.push(t),i=i.concat(h(t))):i.push(t),t.dirty=!0;0<s.groups.length&&a.events.push(s);var d=g(i);d&&(n&&(d.style=n.style,d.name=n.name),RED.view.select({nodes:[d]})),a.events.push({t:"createGroup",groups:[d],dirty:RED.nodes.dirty()}),RED.history.push(a),RED.nodes.dirty(!0),RED.view.focus()}}}),RED.actions.add("core:remove-selection-from-group",function(){if(RED.view.state()===RED.state.DEFAULT){var e=RED.view.selection();if(e.nodes){var t=RED.nodes.group(e.nodes[0].g);if(t)try{v(t,e.nodes,!0);var o={t:"removeFromGroup",dirty:RED.nodes.dirty(),group:t,nodes:e.nodes};RED.history.push(o),RED.nodes.dirty(!0)}catch(e){return void RED.notify(e,"error")}RED.view.select({nodes:e.nodes}),RED.view.focus()}}}),RED.actions.add("core:copy-group-style",function(){var e;RED.view.state()===RED.state.DEFAULT&&(e=RED.view.selection()).nodes&&1===e.nodes.length&&"group"===e.nodes[0].type&&(u=JSON.parse(JSON.stringify(e.nodes[0].style)),RED.notify(RED._("clipboard.groupStyleCopied"),{id:"clipboard"}),RED.menu.setDisabled("menu-item-edit-paste-group-style",!1))}),RED.actions.add("core:paste-group-style",function(){var e,t;RED.view.state()===RED.state.DEFAULT&&u&&(e=RED.view.selection()).nodes&&(t={t:"multi",events:[],dirty:RED.nodes.dirty()},e.nodes.forEach(function(e){"group"===e.type&&(t.events.push({t:"edit",node:e,changes:{style:JSON.parse(JSON.stringify(e.style))},dirty:RED.nodes.dirty()}),e.style=JSON.parse(JSON.stringify(u)),e.dirty=!0)}),0<t.events.length&&(RED.history.push(t),RED.nodes.dirty(!0),RED.view.redraw()))}),$('<script type="text/x-red" data-template-name="group"><div class="form-row"><label for="node-input-name" data-i18n="[append]editor:common.label.name"><i class="fa fa-tag"></i> </label><input type="text" id="node-input-name" data-i18n="[placeholder]common.label.name"></div><div class="form-row" id="node-input-row-style-stroke"><label data-i18n="editor:common.label.style"></label><label style="width: 70px;margin-right:10px" for="node-input-style-stroke" data-i18n="editor:common.label.line"></label></div><div class="form-row" style="padding-left: 100px;" id="node-input-row-style-fill"><label style="width: 70px;margin-right: 10px " for="node-input-style-fill" data-i18n="editor:common.label.fill"></label></div><div class="form-row"><label for="node-input-style-label" data-i18n="editor:common.label.label"></label><input type="checkbox" id="node-input-style-label"/></div><div class="form-row" id="node-input-row-style-label-options"><div style="margin-left: 100px; display: inline-block"><div class="form-row"><span style="display: inline-block; min-width: 140px" id="node-input-row-style-label-color"><label style="width: 70px;margin-right: 10px" for="node-input-style-fill" data-i18n="editor:common.label.color"></label></span></div><div class="form-row"><span style="display: inline-block; min-width: 140px;" id="node-input-row-style-label-position"><label style="width: 70px;margin-right: 10px " for="node-input-style-label-position" data-i18n="editor:common.label.position"></label></span></div></div></div><\/script>').appendTo("#red-ui-editor-node-configs");var e=$("<div>",{class:"red-ui-flow-group-body",style:"position: absolute; top: -1000px;"}).appendTo(document.body),t=getComputedStyle(e[0]);f={stroke:p(t.stroke),"stroke-opacity":t.strokeOpacity,fill:p(t.fill),"fill-opacity":t.fillOpacity,label:!0,"label-position":"nw"},e.remove(),e=$("<div>",{class:"red-ui-flow-group-label",style:"position: absolute; top: -1000px;"}).appendTo(document.body),t=getComputedStyle(e[0]),f.color=p(t.fill),e.remove()},createGroup:g,ungroup:h,addToGroup:m,removeFromGroup:v,getNodes:function t(e,o,n){var i=[];return e.nodes.forEach(function(e){"group"===e.type&&n||i.push(e),o&&"group"===e.type&&(i=i.concat(t(e,o,n)))}),i},contains:function e(t,o){if(o.g===t.id)return!0;for(var n=0;n<t.nodes.length;n++)if("group"===t.nodes[n].type&&e(t.nodes[n],o))return!0;return!1},markDirty:b}}(),RED.userSettings=function(){var t=700,o=!1,a=[];function e(e){a.push(e)}function s(i){var e;o||(RED.user.hasPermission("settings.write")?(o=!0,e={title:RED._("menu.label.userSettings"),buttons:[{id:"node-dialog-ok",text:RED._("common.label.close"),class:"primary",click:function(){RED.tray.close()}}],resize:function(e){t=e.width},open:function(e){var e=e.find(".red-ui-tray-body"),e=$("<div></div>").appendTo(e),t=$("<div></div>",{class:"red-ui-settings-tabs-container"}).appendTo(e),o=($("<ul></ul>",{id:"user-settings-tabs"}).appendTo(t),RED.tabs.create({id:"user-settings-tabs",vertical:!0,onchange:function(e){setTimeout(function(){n.children().hide(),$("#"+e.id).show(),e.pane.focus&&e.pane.focus()},50)}})),n=$("<div></div>",{class:"red-ui-settings-tabs-content"}).appendTo(e);a.forEach(function(e){o.addTab({id:"red-ui-settings-tab-"+e.id,label:e.title,pane:e}),e.get().hide().appendTo(n)}),e.i18n(),o.activateTab("red-ui-settings-tab-"+(i||"view")),$("#red-ui-sidebar-shade").show()},close:function(){o=!1,a.forEach(function(e){e.close&&e.close()}),$("#red-ui-sidebar-shade").hide()},show:function(){}},null!==t&&(e.width=t),RED.tray.show(e)):RED.notify(RED._("user.errors.settings"),"error"))}function n(e){var t=RED._("languages."+e);return{text:t||e,val:e}}function i(e,t){return e.text.localeCompare(t.text)}var r=[{options:[{setting:"editor-language",local:!0,label:"menu.label.view.language",options:function(e){e([{val:"",text:RED._("menu.label.view.browserDefault")}].concat(RED.settings.theme("languages").map(n).sort(i)))}}]},{title:"menu.label.view.view",options:[{setting:"view-store-zoom",label:"menu.label.view.storeZoom",default:!1,toggle:!0,onchange:function(e){e||RED.settings.removeLocal("zoom-level")}},{setting:"view-store-position",label:"menu.label.view.storePosition",default:!1,toggle:!0,onchange:function(e){e||RED.settings.removeLocal("scroll-positions")}}]},{title:"menu.label.view.grid",options:[{setting:"view-show-grid",oldSetting:"menu-menu-item-view-show-grid",label:"menu.label.view.showGrid",default:!0,toggle:!0,onchange:"core:toggle-show-grid"},{setting:"view-snap-grid",oldSetting:"menu-menu-item-view-snap-grid",label:"menu.label.view.snapGrid",default:!0,toggle:!0,onchange:"core:toggle-snap-grid"},{setting:"view-grid-size",label:"menu.label.view.gridSize",type:"number",default:20,onchange:RED.view.gridSize}]},{title:"menu.label.nodes",options:[{setting:"view-node-status",oldSetting:"menu-menu-item-status",label:"menu.label.displayStatus",default:!0,toggle:!0,onchange:"core:toggle-status"},{setting:"view-node-show-label",label:"menu.label.showNodeLabelDefault",default:!0,toggle:!0}]},{title:"menu.label.other",options:[{setting:"view-show-tips",oldSettings:"menu-menu-item-show-tips",label:"menu.label.showTips",toggle:!0,default:!0,onchange:"core:toggle-show-tips"},{setting:"view-show-welcome-tours",label:"menu.label.showWelcomeTours",toggle:!0,default:!0}]}],d={};function l(){var i=$('<div id="red-ui-settings-tab-view" class="red-ui-help"></div>'),a=RED.settings.get("editor")||{};return a.view=a.view||{},r.forEach(function(e){e.title&&$("<h3></h3>").text(RED._(e.title)).appendTo(i),e.options.forEach(function(e){var n,t=e.local?localStorage.getItem(e.setting):a.view[e.setting],o=$('<div class="red-ui-settings-row"></div>').appendTo(i);e.toggle?$('<label for="user-settings-'+e.setting+'"><input id="user-settings-'+e.setting+'" type="checkbox"> '+RED._(e.label)+"</label>").appendTo(o).find("input").prop("checked",t):e.options?($('<label for="user-settings-'+e.setting+'">'+RED._(e.label)+"</label>").appendTo(o),n=$('<select id="user-settings-'+e.setting+'"></select>').appendTo(o),"function"==typeof e.options&&(e.options(function(e){e.forEach(function(e){var t=e,o=e;"string"!=typeof e&&(t=e.val,o=e.text),$("<option>").val(t).text(o).appendTo(n)})}),n.val(t))):($('<label for="user-settings-'+e.setting+'">'+RED._(e.label)+"</label>").appendTo(o),$('<input id="user-settings-'+e.setting+'" type="'+(e.type||"text")+'">').appendTo(o).val(t))})}),i}function c(e,t){var o,e=d[e];e.local?localStorage.setItem(e.setting,t):((o=RED.settings.get("editor")||{}).view=o.view||{},o.view[e.setting]=t,RED.settings.set("editor",o),(o="string"==typeof(o=e.onchange)?RED.actions.get(o):o)&&o.call(e,t))}return{init:function(){RED.actions.add("core:show-user-settings",s),RED.actions.add("core:show-help",function(){s("keyboard")}),e({id:"view",title:RED._("menu.label.view.view"),get:l,close:function(){r.forEach(function(e){e.options.forEach(function(e){var t=$("#user-settings-"+e.setting);e.toggle?c(e.setting,t.prop("checked")):c(e.setting,t.val())})})}});var n=RED.settings.get("editor")||{},i=(n.view=n.view||{},!1);r.forEach(function(e){e.options.forEach(function(e){var t,o;e.local?d[e.setting]=e:(e.oldSetting&&null!=(t=RED.settings.get(e.oldSetting))&&(n.view[e.setting]=t,i=!0,RED.settings.remove(e.oldSetting)),d[e.setting]=e,null==(t=n.view[e.setting])&&e.hasOwnProperty("default")&&(t=e.default,n.view[e.setting]=t,i=!0),e.onchange&&(o="string"==typeof(o=e.onchange)?RED.actions.get(o):o)&&o.call(e,t))})}),i&&RED.settings.set("editor",n)},toggle:function(e){var t=d[e],o=RED.settings.get("editor")||{};o.view=o.view||{},c(e,!o.view[t.setting])},show:s,add:e}}(),RED.projects=function(){var T,i,U;function p(e){var t="git_missing_user"===e.code?RED.notify("<p>"+RED._("projects.errors.no-username-email")+"</p>",{fixed:!0,type:"error",buttons:[{text:RED._("common.label.cancel"),click:function(){t.close()}},{text:RED._("projects.config-git"),click:function(){RED.userSettings.show("gitconfig"),t.close()}}]}):(console.log(e),RED.notify("<p>"+RED._("projects.errors.unexpected")+":</p><p>"+e.message+"</p><small>"+RED._("projects.errors.code")+": "+e.code+"</small>",{fixed:!0,modal:!0,type:"error",buttons:[{text:RED._("common.label.close"),click:function(){t.close()}}]}))}var a={};function t(){var L,S,O,I,N,P,A,M,z,B,G,F,d,s,r,b,y,w,E,D,R,x,_,f,h,l,c,k=$('<div class="red-ui-projects-dialog-screen-start-hero"></div>'),g=($('<span><i class="fa fa-files-o fa-2x"></i> &nbsp; &nbsp; <i class="fa fa-long-arrow-right fa-2x"></i> &nbsp; &nbsp; <i class="fa fa-archive fa-2x"></i></span>').appendTo(k),$("<hr>").appendTo(k),{});a={welcome:{content:function(e){var t=$('<div class="red-ui-projects-dialog-screen-start"></div>'),o=(k.appendTo(t),$('<div class="red-ui-projects-dialog-screen-start-body"></div>').appendTo(t)),o=($("<p>").text(RED._("projects.welcome.hello")).appendTo(o),$("<p>").text(RED._("projects.welcome.desc0")).appendTo(o),$("<p>").text(RED._("projects.welcome.desc1")).appendTo(o),$("<p>").text(RED._("projects.welcome.desc2")).appendTo(o),$('<div style="text-align: center"></div>').appendTo(o)),n=$('<button data-type="empty" class="red-ui-button red-ui-projects-dialog-button red-ui-projects-dialog-screen-create-type"><i class="fa fa-archive fa-2x"></i><i style="position: absolute;" class="fa fa-asterisk"></i><br/>'+RED._("projects.welcome.create")+"</button>").appendTo(o),o=$('<button data-type="clone" class="red-ui-button red-ui-projects-dialog-button red-ui-projects-dialog-screen-create-type"><i class="fa fa-archive fa-2x"></i><i style="position: absolute;" class="fa fa-git"></i><br/>'+RED._("projects.welcome.clone")+"</button>").appendTo(o);return n.on("click",function(e){e.preventDefault(),g={action:"create"},u("git-config")}),o.on("click",function(e){e.preventDefault(),g={action:"clone"},u("git-config")}),t},buttons:[{text:RED._("projects.welcome.openExistingProject"),class:"secondary",click:function(){g={action:"open"},u("git-config")}},{text:RED._("projects.welcome.not-right-now"),click:function(){g={},$(this).dialog("close")}}]},"git-config":{content:function(e){function t(){var e=l.val().trim(),t=c.val().trim(),e=0<e.length&&0<t.length;$("#red-ui-projects-dialog-git-config").prop("disabled",!e).toggleClass("disabled ui-button-disabled ui-state-disabled",!e)}var o=!1,n=RED.settings.get("git"),i=(n&&n.user?n=n.user:RED.settings.git&&RED.settings.git.globalUser&&(o=!0,n=RED.settings.git.globalUser),$('<div class="red-ui-projects-dialog-screen-start"></div>')),a=(k.appendTo(i),$('<div class="red-ui-projects-dialog-screen-start-body"></div>').appendTo(i)),o=($("<p>").text(RED._("projects.git-config.setup")).appendTo(a),$("<p>").text(RED._("projects.git-config.desc0")).appendTo(a),$("<p>").text(RED._("projects.git-config.desc1")).appendTo(a),o&&$("<p>").text(RED._("projects.git-config.desc2")).appendTo(a),$("<p>").text(RED._("projects.git-config.desc3")).appendTo(a),$('<div class="form-row"></div>').appendTo(a));return $('<label for="">'+RED._("projects.git-config.username")+"</label>").appendTo(o),(l=$('<input type="text">').val(n&&n.name||"").appendTo(o)).on("change keyup paste",t),o=$('<div class="form-row"></div>').appendTo(a),$('<label for="">'+RED._("projects.git-config.email")+"</label>").appendTo(o),(c=$('<input type="text">').val(n&&n.email||"").appendTo(o)).on("change keyup paste",t),setTimeout(function(){l.trigger("focus"),t()},50),i},buttons:[{text:RED._("common.label.back"),click:function(){u("welcome")}},{id:"red-ui-projects-dialog-git-config",text:RED._("common.label.next"),class:"primary",click:function(){var e=RED.settings.get("git")||{};e.user=e.user||{},e.user.name=l.val(),e.user.email=c.val(),RED.settings.set("git",e),"create"===g.action?u("project-details"):"clone"===g.action?u("clone-project"):"open"===g.action&&u("create",{screen:"open"})}}]},"project-details":{content:function(e){var o,t,n=null,i=!1,a=($.getJSON("projects",function(e){n={},e.projects.forEach(function(e){n[e]=!0,i&&(i=!1,r())})}),$('<div class="red-ui-projects-dialog-screen-start"></div>')),s=(k.appendTo(a),$('<div class="red-ui-projects-dialog-screen-start-body"></div>').appendTo(a)),r=($("<p>").text(RED._("projects.project-details.create")).appendTo(s),$("<p>").text(RED._("projects.project-details.desc0")).appendTo(s),$("<p>").text(RED._("projects.project-details.desc1")).appendTo(s),$("<p>").text(RED._("projects.project-details.desc2")).appendTo(s),function(){var e=f.val(),t=!0;if(u){if(null===n)return void(i=!0);c.empty(),!/^[a-zA-Z0-9\-_]+$/.test(e)||n[e]?(f.addClass("input-error"),$('<i style="margin-top: 8px;" class="fa fa-exclamation-triangle"></i>').appendTo(c),t=o=!1,n[e]?projectNameSublabel.text(RED._("projects.project-details.already-exists")):projectNameSublabel.text(RED._("projects.project-details.must-contain"))):(f.removeClass("input-error"),$('<i style="margin-top: 8px;" class="fa fa-check"></i>').appendTo(c),projectNameSublabel.text(RED._("projects.project-details.must-contain")),o=!0),p=e}t=o,$("#red-ui-projects-dialog-create-name").prop("disabled",!t).toggleClass("disabled ui-button-disabled ui-state-disabled",!t)}),d=$('<div class="form-row"></div>').appendTo(s),l=($('<label for="red-ui-projects-dialog-screen-create-project-name">'+RED._("projects.project-details.project-name")+"</label>").appendTo(d),$('<div style="position:relative;"></div>').appendTo(d)),c=(f=$('<input id="red-ui-projects-dialog-screen-create-project-name" type="text"></input>').val(g.name||"").appendTo(l),$('<div class="red-ui-projects-dialog-screen-input-status"></div>').appendTo(l)),u=!1,p="";return f.on("change keyup paste",function(){if(u=f.val()!==p,t)clearTimeout(t);else if(u&&(c.empty(),$('<img src="red/images/spin.svg"/>').appendTo(c),""===f.val()))return void r();t=setTimeout(function(){r(),t=null},300)}),projectNameSublabel=$('<label class="red-ui-projects-edit-form-sublabel"><small>'+RED._("projects.project-details.must-contain")+"</small></label>").appendTo(d).find("small"),d=$('<div class="form-row red-ui-projects-dialog-screen-create-row red-ui-projects-dialog-screen-create-row-empty"></div>').appendTo(s),$('<label for="red-ui-projects-dialog-screen-create-project-desc">'+RED._("projects.project-details.desc")+"</label>").appendTo(d),h=$('<input id="red-ui-projects-dialog-screen-create-project-desc" type="text">').val(g.summary||"").appendTo(d),$('<label class="red-ui-projects-edit-form-sublabel"><small>'+RED._("projects.project-details.opt")+"</small></label>").appendTo(d),setTimeout(function(){f.trigger("focus"),f.trigger("change")},50),a},buttons:function(e){return[{text:RED._("common.label.back"),click:function(){u("git-config")}},{id:"red-ui-projects-dialog-create-name",disabled:!0,text:RED._("common.label.next"),class:"primary disabled",click:function(){g.name=f.val(),g.summary=h.val(),u("default-files",e)}}]}},"clone-project":{content:function(e){var n,t,o=$('<div class="red-ui-projects-dialog-screen-start"></div>'),i=(k.appendTo(o),$('<div class="red-ui-projects-dialog-screen-start-body"></div>').appendTo(o)),a=($("<p>").text(RED._("projects.clone-project.clone")).appendTo(i),$("<p>").text(RED._("projects.clone-project.desc0")).appendTo(i),null),s=!1,r=($.getJSON("projects",function(e){a={},e.projects.forEach(function(e){a[e]=!0,s&&(s=!1,r())})}),function(){var e=b.val(),t=!0;if(u){if(null===a)return void(s=!0);c.empty(),!/^[a-zA-Z0-9\-_]+$/.test(e)||a[e]?(b.addClass("input-error"),$('<i style="margin-top: 8px;" class="fa fa-exclamation-triangle"></i>').appendTo(c),t=n=!1,a[e]?R.text(RED._("projects.clone-project.already-exists")):R.text(RED._("projects.clone-project.must-contain"))):(b.removeClass("input-error"),$('<i style="margin-top: 8px;" class="fa fa-check"></i>').appendTo(c),R.text(RED._("projects.clone-project.must-contain")),n=!0),p=e}var t=n,e=w.val(),o=0<e.length&&!/\s/.test(e);/^https?:\/\/[^/]+@/i.test(e)&&($("#red-ui-projects-dialog-screen-create-project-repo-label small").text(RED._("projects.clone-project.no-info-in-url")),o=!1),o?w.removeClass("input-error"):(h&&w.addClass("input-error"),t=!1),/^https?:\/\//.test(e)?($(".red-ui-projects-dialog-screen-create-row-creds").show(),$(".red-ui-projects-dialog-screen-create-row-sshkey").hide()):/^(?:ssh|[\S]+?@[\S]+?):(?:\/\/)?/.test(e)?($(".red-ui-projects-dialog-screen-create-row-creds").hide(),$(".red-ui-projects-dialog-screen-create-row-sshkey").show()):($(".red-ui-projects-dialog-screen-create-row-creds").hide(),$(".red-ui-projects-dialog-screen-create-row-sshkey").hide()),$("#red-ui-projects-dialog-clone-project").prop("disabled",!t).toggleClass("disabled ui-button-disabled ui-state-disabled",!t)}),d=$('<div class="form-row red-ui-projects-dialog-screen-create-row red-ui-projects-dialog-screen-create-row-empty red-ui-projects-dialog-screen-create-row-clone"></div>').appendTo(i),l=($('<label for="red-ui-projects-dialog-screen-create-project-name">'+RED._("projects.clone-project.project-name")+"</label>").appendTo(d),$('<div style="position:relative;"></div>').appendTo(d)),c=(b=$('<input id="red-ui-projects-dialog-screen-create-project-name" type="text"></input>').appendTo(l),$('<div class="red-ui-projects-dialog-screen-input-status"></div>').appendTo(l)),u=!1,p="",f="",h=(b.on("change keyup paste",function(){if(u=b.val()!==p,t)clearTimeout(t);else if(u&&(c.empty(),$('<img src="red/images/spin.svg"/>').appendTo(c),""===b.val()))return void r();t=setTimeout(function(){r(),t=null},300)}),R=$('<label class="red-ui-projects-edit-form-sublabel"><small>'+RED._("projects.clone-project.must-contain")+"</small></label>").appendTo(d).find("small"),d=$('<div class="form-row red-ui-projects-dialog-screen-create-row red-ui-projects-dialog-screen-create-row-clone"></div>').appendTo(i),$('<label for="red-ui-projects-dialog-screen-create-project-repo">'+RED._("projects.clone-project.git-url")+"</label>").appendTo(d),w=$('<input id="red-ui-projects-dialog-screen-create-project-repo" type="text" placeholder="https://git.example.com/path/my-project.git"></input>').appendTo(d),$('<label id="red-ui-projects-dialog-screen-create-project-repo-label" class="red-ui-projects-edit-form-sublabel"><small>'+RED._("projects.clone-project.protocols")+"</small></label>").appendTo(d),!1),g="",m=(w.on("change keyup paste",function(){h=!0;var e,t=$(this).val(),t=(g!==t&&$("#red-ui-projects-dialog-screen-create-project-repo-label small").text(RED._("projects.clone-project.protocols")),g=t,/\/([^/]+?)(?:\.git)?$/.exec(t));!t||""!==(e=b.val())&&e!==f||(f=t[1],b.val(f),b.trigger("change")),r()}),$('<div class="red-ui-projects-dialog-screen-create-row"></div>').appendTo(i)),l=(d=$('<div class="form-row red-ui-projects-dialog-screen-create-row-auth-error"></div>').hide().appendTo(m),$('<div><i class="fa fa-warning"></i> '+RED._("projects.clone-project.auth-failed")+"</div>").appendTo(d),d=$('<div class="hide form-row red-ui-projects-dialog-screen-create-row-creds"></div>').hide().appendTo(m),$('<div style="width: calc(50% - 10px); display:inline-block;"></div>').appendTo(d)),v=($('<label for="red-ui-projects-dialog-screen-create-project-repo-user">'+RED._("projects.clone-project.username")+"</label>").appendTo(l),E=$('<input id="red-ui-projects-dialog-screen-create-project-repo-user" type="text"></input>').appendTo(l),l=$('<div style="width: calc(50% - 10px); margin-left: 20px; display:inline-block;"></div>').appendTo(d),$('<label for="red-ui-projects-dialog-screen-create-project-repo-pass">'+RED._("projects.clone-project.passwd")+"</label>").appendTo(l),(D=$('<input style="width:100%" id="red-ui-projects-dialog-screen-create-project-repo-pass" type="password"></input>').appendTo(l)).typedInput({type:"cred"}),d=$('<div class="form-row red-ui-projects-dialog-screen-create-row red-ui-projects-dialog-screen-create-row-sshkey"></div>').hide().appendTo(m),l=$('<div style="width: calc(50% - 10px); display:inline-block;"></div>').appendTo(d),$('<label for="red-ui-projects-dialog-screen-create-project-repo-passphrase">'+RED._("projects.clone-project.ssh-key")+"</label>").appendTo(l),x=$("<select>",{style:"width: 100%"}).appendTo(l),$.getJSON("settings/user/keys",function(e){var t=0;e.keys.forEach(function(e){x.append($("<option></option>").val(e.name).text(e.name)),t++}),0===t?(x.addClass("input-error"),x.attr("disabled",!0),v.show()):(x.removeClass("input-error"),x.attr("disabled",!1),v.hide())}),l=$('<div style="width: calc(50% - 10px); margin-left: 20px; display:inline-block;"></div>').appendTo(d),$('<label for="red-ui-projects-dialog-screen-create-project-repo-passphrase">'+RED._("projects.clone-project.passphrase")+"</label>").appendTo(l),(_=$('<input id="red-ui-projects-dialog-screen-create-project-repo-passphrase" type="password"></input>').appendTo(l)).typedInput({type:"cred"}),l=$('<div class="form-row red-ui-projects-dialog-screen-create-row red-ui-projects-dialog-screen-create-row-sshkey"></div>').appendTo(m),$('<div class="red-ui-projects-dialog-screen-create-row-auth-error-no-keys"></div>').hide().appendTo(l));return $('<div class="form-row"><i class="fa fa-warning"></i> '+RED._("projects.clone-project.ssh-key-desc")+"</div>").appendTo(v),l=$('<div style="text-align: center">').appendTo(v),$('<button class="red-ui-button red-ui-projects-dialog-button">'+RED._("projects.clone-project.ssh-key-add")+"</button>").appendTo(l).on("click",function(e){e.preventDefault(),T.dialog("close"),RED.userSettings.show("gitconfig"),setTimeout(function(){$("#user-settings-gitconfig-add-key").trigger("click")},500)}),d=$('<div class="form-row red-ui-projects-dialog-screen-create-row red-ui-projects-dialog-screen-create-row-clone"></div>').appendTo(i),$("<label>"+RED._("projects.clone-project.credential-key")+"</label>").appendTo(d),(y=$('<input style="width: 100%" type="password"></input>').appendTo(d)).typedInput({type:"cred"}),o},buttons:function(e){return[{text:RED._("common.label.back"),click:function(){u("git-config")}},{id:"red-ui-projects-dialog-clone-project",disabled:!0,text:RED._("common.label.clone"),class:"primary disabled",click:function(){$(".red-ui-projects-dialog-screen-create-type.selected").data("type");var e={name:b.val()},t=(e.credentialSecret=y.val(),w.val());if(/^(?:ssh|[\d\w\.\-_]+@[\w\.]+):(?:\/\/)?/.test(t)){var o=x.val();if(!o)return void console.log(RED._("projects.clone-project.cant-get-ssh-key"));e.git={remotes:{origin:{url:t,keyFile:o,passphrase:_.val()}}}}else e.git={remotes:{origin:{url:t,username:E.val(),password:D.val()}}};$(".red-ui-projects-dialog-screen-create-row-auth-error").hide(),$("#red-ui-projects-dialog-screen-create-project-repo-label small").text(RED._("projects.clone-project.protocols")),E.removeClass("input-error"),D.removeClass("input-error"),x.removeClass("input-error"),_.removeClass("input-error"),RED.deploy.setDeployInflight(!0),RED.projects.settings.switchProject(e.name),V({url:"projects",type:"POST",handleAuthFail:!1,responses:{200:function(e){T.dialog("close")},400:{project_exists:function(e){console.log(RED._("projects.clone-project.already-exists2"))},git_error:function(e){console.log(RED._("projects.clone-project.git-error"),e)},git_connection_failed:function(e){w.addClass("input-error"),$("#red-ui-projects-dialog-screen-create-project-repo-label small").text(RED._("projects.clone-project.connection-failed"))},git_not_a_repository:function(e){w.addClass("input-error"),$("#red-ui-projects-dialog-screen-create-project-repo-label small").text(RED._("projects.clone-project.not-git-repo"))},git_repository_not_found:function(e){w.addClass("input-error"),$("#red-ui-projects-dialog-screen-create-project-repo-label small").text(RED._("projects.clone-project.repo-not-found"))},git_auth_failed:function(e){$(".red-ui-projects-dialog-screen-create-row-auth-error").show(),E.addClass("input-error"),D.addClass("input-error"),x.addClass("input-error"),_.addClass("input-error")},missing_flow_file:function(e){T.dialog("close")},missing_package_file:function(e){T.dialog("close")},project_empty:function(e){T.dialog("close")},credentials_load_failed:function(e){T.dialog("close")},"*":function(e){p(e),$(T).dialog("close")}}}},e).then(function(){RED.menu.setDisabled("menu-item-projects-open",!1),RED.menu.setDisabled("menu-item-projects-settings",!1),RED.events.emit("project:change",{name:name})}).always(function(){setTimeout(function(){RED.deploy.setDeployInflight(!1)},500)})}}]}},"default-files":{content:function(e){function t(){var e=!0,t=s.val();""!==t&&/\.json$/.test(t)?(s.hasClass("input-error")&&(s.removeClass("input-error"),s.next().empty()),r.hasClass("input-error")&&(r.removeClass("input-error"),r.next().empty()),r.text(t.substring(0,t.length-5)+"_cred.json")):(e=!1,s.hasClass("input-error")||(s.addClass("input-error"),s.next().empty().append('<i style="margin-top: 8px;" class="fa fa-exclamation-triangle"></i>')),r.text(""),r.hasClass("input-error")||(r.addClass("input-error"),r.next().empty().append('<i style="margin-top: 8px;" class="fa fa-exclamation-triangle"></i>'))),$("#red-ui-projects-dialog-create-default-files").prop("disabled",!e).toggleClass("disabled ui-button-disabled ui-state-disabled",!e)}var o=$('<div class="red-ui-projects-dialog-screen-start"></div>'),n=(k.appendTo(o),$('<div class="red-ui-projects-dialog-screen-start-body"></div>').appendTo(o)),e=($("<p>").text(RED._("projects.default-files.create")).appendTo(n),$("<p>").text(RED._("projects.default-files.desc0")).appendTo(n),$("<p>").text(RED._("projects.default-files.desc1")).appendTo(n),!e.existingProject&&RED.settings.files&&$("<p>").text(RED._("projects.default-files.desc2")).appendTo(n),$('<div class="form-row"></div>').appendTo(n)),i=($('<label for="red-ui-projects-dialog-screen-create-project-file">'+RED._("projects.default-files.flow-file")+"</label>").appendTo(e),$('<div style="position:relative;"></div>').appendTo(e)),a=g.files&&g.files.flow||RED.settings.files&&RED.settings.files.flow||"flow.json",a=(s=$('<input id="red-ui-projects-dialog-screen-create-project-file" type="text">').val(a).on("change keyup paste",t).appendTo(i),$('<div class="red-ui-projects-dialog-screen-input-status"></div>').appendTo(i),$('<label class="red-ui-projects-edit-form-sublabel"><small>*.json</small></label>').appendTo(e),g.files&&g.files.credentials||RED.settings.files&&RED.settings.files.credentials||"flow_cred.json"),e=$('<div class="form-row"></div>').appendTo(n);return $('<label for="red-ui-projects-dialog-screen-create-project-credfile">'+RED._("projects.default-files.credentials-file")+"</label>").appendTo(e),i=$('<div style="position:relative;"></div>').appendTo(e),r=$('<div style="width: 100%" class="uneditable-input" id="red-ui-projects-dialog-screen-create-project-credentials">').text(a).appendTo(i),$('<div class="red-ui-projects-dialog-screen-input-status"></div>').appendTo(i),setTimeout(function(){s.trigger("focus"),t()},50),o},buttons:function(e){return[{text:RED._(e.existingProject?"common.label.cancel":"common.label.back"),click:function(){e.existingProject?$(this).dialog("close"):u("project-details",e)}},{id:"red-ui-projects-dialog-create-default-files",text:RED._("common.label.next"),class:"primary",click:function(){g.files={flow:s.val(),credentials:r.text()},e.existingProject||(g.migrateFiles=!0),u("encryption-config",e)}}]}},"encryption-config":{content:function(e){function n(){var e=!0;"enabled"===$("input[name=projects-encryption-type]:checked").val()&&"custom"===$("input[name=projects-encryption-key]:checked").val()&&(e=e&&""!==d.val()),$("#red-ui-projects-dialog-create-encryption").prop("disabled",!e).toggleClass("disabled ui-button-disabled ui-state-disabled",!e)}var t=$('<div class="red-ui-projects-dialog-screen-start"></div>'),o=(k.appendTo(t),$('<div class="red-ui-projects-dialog-screen-start-body"></div>').appendTo(t)),e=($("<p>").text(RED._("projects.encryption-config.setup")).appendTo(o),e.existingProject?($("<p>").text(RED._("projects.encryption-config.desc0")).appendTo(o),$("<p>").text(RED._("projects.encryption-config.desc1")).appendTo(o)):"disabled"===RED.settings.flowEncryptionType?($("<p>").text(RED._("projects.encryption-config.desc2")).appendTo(o),$("<p>").text(RED._("projects.encryption-config.desc3")).appendTo(o),$("<p>").text(RED._("projects.encryption-config.desc4")).appendTo(o)):("user"===RED.settings.flowEncryptionType?$("<p>").text(RED._("projects.encryption-config.desc5")).appendTo(o):"system"===RED.settings.flowEncryptionType&&$("<p>").text(RED._("projects.encryption-config.desc6")).appendTo(o),$("<p>").text(RED._("projects.encryption-config.desc7")).appendTo(o)),$('<div class="form-row red-ui-projects-dialog-screen-create-row red-ui-projects-dialog-screen-create-row-empty"></div>').appendTo(o)),o=($("<label>"+RED._("projects.encryption-config.credentials")+"</label>").appendTo(e),$('<div class="red-ui-projects-dialog-credentials-box">').appendTo(e)),i=$('<div class="red-ui-projects-dialog-credentials-box-right">').appendTo(o),a=$('<div class="red-ui-projects-dialog-credentials-box-left">').appendTo(o),s=$('<div class="form-row red-ui-projects-dialog-credentials-box-enabled"></div>').appendTo(a),r=($('<label class="red-ui-projects-edit-form-inline-label"><input type="radio" name="projects-encryption-type" value="enabled"> <i class="fa fa-lock"></i> <span>'+RED._("projects.encryption-config.enable")+"</span></label>").appendTo(s),$('<div class="form-row red-ui-projects-dialog-credentials-box-disabled"></div>').appendTo(a));return $('<label class="red-ui-projects-edit-form-inline-label"><input type="radio" name="projects-encryption-type" value="disabled"> <i class="fa fa-unlock"></i> <span>'+RED._("projects.encryption-config.disable")+"</span></label>").appendTo(r),a.find("input[name=projects-encryption-type]").on("click",function(e){var t,o;"enabled"===$(this).val()?(t=s,o=r,$(".projects-encryption-enabled-row").show(),$(".projects-encryption-disabled-row").hide(),"custom"===$("input[name=projects-encryption-key]:checked").val()&&d.trigger("focus")):(o=s,t=r,$(".projects-encryption-enabled-row").hide(),$(".projects-encryption-disabled-row").show()),t.removeClass("disabled"),o.addClass("disabled"),n()}),e=$('<div class="form-row projects-encryption-enabled-row"></div>').appendTo(i),$('<label class="red-ui-projects-edit-form-inline-label '+("user"!==RED.settings.flowEncryptionType?"disabled":"")+'" style="margin-left: 5px"><input '+("user"!==RED.settings.flowEncryptionType?RED._("projects.encryption-config.disabled"):"")+' type="radio" style="vertical-align: middle; margin-top:0; margin-right: 10px;" value="default" name="projects-encryption-key"> <span style="vertical-align: middle;">'+RED._("projects.encryption-config.copy")+"</span></label>").appendTo(e),e=$('<div class="form-row projects-encryption-enabled-row"></div>').appendTo(i),$('<label class="red-ui-projects-edit-form-inline-label" style="margin-left: 5px"><input type="radio" style="vertical-align: middle; margin-top:0; margin-right: 10px;" value="custom" name="projects-encryption-key"> <span style="vertical-align: middle;">'+RED._("projects.encryption-config.use-custom")+"</span></label>").appendTo(e),e=$('<div class="projects-encryption-enabled-row"></div>').appendTo(i),(d=$('<input disabled type="password" style="margin-left: 25px; width: calc(100% - 30px);"></input>').appendTo(e)).typedInput({type:"cred"}),d.on("change keyup paste",n),e=$('<div class="form-row projects-encryption-disabled-row"></div>').hide().appendTo(i),$('<div class="" style="padding: 5px 20px;"><i class="fa fa-warning"></i> '+RED._("projects.encryption-config.desc8")+"</div>").appendTo(e),i.find("input[name=projects-encryption-key]").on("click",function(){var e=$(this).val();d.attr("disabled","default"===e),"custom"===e&&d.trigger("focus"),n()}),setTimeout(function(){a.find("input[name=projects-encryption-type][value=enabled]").trigger("click"),("user"!==RED.settings.flowEncryptionType?i.find("input[name=projects-encryption-key][value=custom]"):i.find("input[name=projects-encryption-key][value=default]")).trigger("click"),n()},100),t},buttons:function(n){return[{text:RED._("common.label.back"),click:function(){u("default-files",n)}},{id:"red-ui-projects-dialog-create-encryption",text:RED._(n.existingProject?"projects.encryption-config.create-project-files":"projects.encryption-config.create-project"),class:"primary disabled",disabled:!0,click:function(){"enabled"===$("input[name=projects-encryption-type]:checked").val()?"custom"===$("input[name=projects-encryption-key]:checked").val()&&(g.credentialSecret=d.val()):g.credentialSecret=!1,RED.deploy.setDeployInflight(!0),RED.projects.settings.switchProject(g.name);var e="POST",t="projects",o=(n.existingProject&&(g.initialise=!0,e="PUT",t="projects/"+U.name),this);V({url:t,type:e,requireCleanWorkspace:!0,handleAuthFail:!1,responses:{200:function(e){g={},n.existingProject?$(o).dialog("close"):(u("create-success"),RED.menu.setDisabled("menu-item-projects-open",!1),RED.menu.setDisabled("menu-item-projects-settings",!1))},400:{project_exists:function(e){console.log(RED._("projects.encryption-config.already-exists"))},git_error:function(e){console.log(RED._("projects.encryption-config.git-error"),e)},git_connection_failed:function(e){projectRepoInput.addClass("input-error")},git_auth_failed:function(e){projectRepoUserInput.addClass("input-error"),projectRepoPasswordInput.addClass("input-error"),console.log(RED._("projects.encryption-config.git-auth-error"),e)},"*":function(e){p(e),$(T).dialog("close")}}}},g).always(function(){setTimeout(function(){RED.deploy.setDeployInflight(!1)},500)})}}]}},"create-success":{content:function(e){var t=$('<div class="red-ui-projects-dialog-screen-start"></div>'),o=(k.appendTo(t),$('<div class="red-ui-projects-dialog-screen-start-body"></div>').appendTo(t));return $("<p>").text(RED._("projects.create-success.success")).appendTo(o),$("<p>").text(RED._("projects.create-success.desc0")).appendTo(o),$("<p>").text(RED._("projects.create-success.desc1")).appendTo(o),$("<p>").text(RED._("projects.create-success.desc2")).appendTo(o),t},buttons:[{text:RED._("common.label.done"),click:function(){$(this).dialog("close")}}]},create:{title:RED._("projects.create.projects"),content:function(e){var s,n,t,r,d,i,l,a,o,c=null,u=(F=null,!1),p=($.getJSON("projects",function(e){c={},e.projects.forEach(function(e){c[e]=!0,u&&(u=!1,f())})}),$('<div class="red-ui-projects-dialog-screen-create"></div>')),f=function(){var e=L.val(),t=!0;if(w){if(null===c)return void(u=!0);y.empty(),!/^[a-zA-Z0-9\-_]+$/.test(e)||c[e]?(L.addClass("input-error"),$('<i style="margin-top: 8px;" class="fa fa-exclamation-triangle"></i>').appendTo(y),t=a=!1,c[e]?z.text(RED._("projects.create.already-exists")):z.text(RED._("projects.create.must-contain"))):(L.removeClass("input-error"),$('<i style="margin-top: 8px;" class="fa fa-check"></i>').appendTo(y),z.text(RED._("projects.create.must-contain")),a=!0),E=e}var o,n,t=a,e=$(".red-ui-projects-dialog-screen-create-type.selected").data("type");"copy"===e?t=!1:"clone"===e?(n=0<(o=N.val()).length&&!/\s/.test(o),/^https?:\/\/[^/]+@/i.test(o)&&($("#red-ui-projects-dialog-screen-create-project-repo-label small").text(RED._("projects.create.no-info-in-url")),n=!1),n?N.removeClass("input-error"):(T&&N.addClass("input-error"),t=!1),/^https?:\/\//.test(o)?($(".red-ui-projects-dialog-screen-create-row-creds").show(),$(".red-ui-projects-dialog-screen-create-row-sshkey").hide()):/^(?:ssh|[\S]+?@[\S]+?):(?:\/\/)?/.test(o)?($(".red-ui-projects-dialog-screen-create-row-creds").hide(),$(".red-ui-projects-dialog-screen-create-row-sshkey").show()):($(".red-ui-projects-dialog-screen-create-row-creds").hide(),$(".red-ui-projects-dialog-screen-create-row-sshkey").hide())):"empty"===e?(""!==(n=O.val())&&/\.json$/.test(n)?O.hasClass("input-error")&&(O.removeClass("input-error"),O.next().empty()):(t=!1,O.hasClass("input-error")||(O.addClass("input-error"),O.next().empty().append('<i style="margin-top: 8px;" class="fa fa-exclamation-triangle"></i>'))),"enabled"===$("input[name=projects-encryption-type]:checked").val()&&"custom"===$("input[name=projects-encryption-key]:checked").val()&&(t=t&&""!==P.val())):"open"===e&&(t=!!F),$("#red-ui-projects-dialog-create").prop("disabled",!t).toggleClass("disabled ui-button-disabled ui-state-disabled",!t)},h=$('<div class="form-row button-group"></div>').appendTo(p),g=$('<button data-type="open" class="red-ui-button red-ui-projects-dialog-button red-ui-projects-dialog-screen-create-type toggle"><i class="fa fa-archive fa-2x"></i><i style="position: absolute;" class="fa fa-folder-open"></i><br/>'+RED._("projects.create.open")+"</button>").appendTo(h),m=$('<button data-type="empty" class="red-ui-button red-ui-projects-dialog-button red-ui-projects-dialog-screen-create-type toggle"><i class="fa fa-archive fa-2x"></i><i style="position: absolute;" class="fa fa-asterisk"></i><br/>'+RED._("projects.create.create")+"</button>").appendTo(h),v=$('<button data-type="clone" class="red-ui-button red-ui-projects-dialog-button red-ui-projects-dialog-screen-create-type toggle"><i class="fa fa-archive fa-2x"></i><i style="position: absolute;" class="fa fa-git"></i><br/>'+RED._("projects.create.clone")+"</button>").appendTo(h),b=(h.find(".red-ui-projects-dialog-screen-create-type").on("click",function(e){switch(e.preventDefault(),p.find(".red-ui-projects-dialog-screen-create-type").removeClass("selected"),$(this).addClass("selected"),p.find(".red-ui-projects-dialog-screen-create-row").hide(),p.find(".red-ui-projects-dialog-screen-create-row-"+$(this).data("type")).show(),f(),L.trigger("focus"),$(this).data("type")){case"open":$("#red-ui-projects-dialog-create").text(RED._("projects.create.open"));break;case"empty":$("#red-ui-projects-dialog-create").text(RED._("projects.create.create"));break;case"clone":$("#red-ui-projects-dialog-create").text(RED._("projects.create.clone"))}}),h=$('<div class="form-row red-ui-projects-dialog-screen-create-row red-ui-projects-dialog-screen-create-row-open"></div>').hide().appendTo(p),s=(s={canSelectActive:!1,dblclick:function(e){F=e,$("#red-ui-projects-dialog-create").trigger("click")},select:function(e){F=e,f()},delete:function(e){c&&delete c[e.name],F=null,f()}})||{},R=$("<div></div>",{class:"red-ui-projects-dialog-project-list-container"}),t="",b=$("<div>",{class:"red-ui-search-container"}).appendTo(R),(r=$('<input id="red-ui-projects-dialog-project-list-search" type="text" placeholder="'+RED._("projects.create-project-list.search")+'">').appendTo(b).searchBox({delay:200,change:function(){t=$(this).val().toLowerCase(),l.editableList("filter"),n&&!n.is(":visible")&&n.children().children().removeClass("selected"),(n=l.children(":visible").first()).children().children().addClass("selected"),s.select&&s.select(n.children().data("data")),d()}})).on("keydown",function(e){if(40===e.keyCode){e.preventDefault();var t=n;if(n){for(;0!==(t=t.next()).length&&!t.is(":visible"););if(0===t.length)return;n.children().children().removeClass("selected")}else t=l.children(":visible").first();(n=t).children().children().addClass("selected"),s.select&&s.select(n.children().data("data")),d()}else if(38===e.keyCode){e.preventDefault();var o=n;if(n){for(;0!==(o=o.prev()).length&&!o.is(":visible"););if(0===o.length)return;n.children().children().removeClass("selected")}else o=l.children(":visible").first();(n=o).children().children().addClass("selected"),s.select&&s.select(n.children().data("data")),d()}else 13===e.keyCode&&(e.preventDefault(),n&&s.dblclick&&s.dblclick(n.children().data("data")))}),r.i18n(),d=function(){var e,t,o,n=l.find(".red-ui-projects-dialog-project-list-entry.selected").parent().parent();1===n.length&&(t=(e=i).height(),e.scrollTop(),t<(o=n.position().top)+(n=n.height())?e.animate({scrollTop:"-="+(t-o-n)},50):o<0&&e.animate({scrollTop:"+="+o},50))},i=$("<div></div>",{class:"red-ui-projects-dialog-project-list-inner-container"}).appendTo(R),l=$("<ol>",{class:"red-ui-projects-dialog-project-list"}).appendTo(i).editableList({addButton:!1,height:"auto",scrollOnAdd:!1,addItem:function(i,e,a){var t,o=$("<div></div>",{class:"red-ui-projects-dialog-project-list-entry"}).appendTo(i);$('<span class="red-ui-projects-dialog-project-list-entry-icon"><i class="fa fa-archive"></i></span>').appendTo(o),$('<span class="red-ui-projects-dialog-project-list-entry-name" style=""></span>').text(a.name).appendTo(o),U&&U.name===a.name&&(o.addClass("projects-list-entry-current"),$('<span class="red-ui-projects-dialog-project-list-entry-current">'+RED._("projects.create-project-list.current")+"</span>").appendTo(o),!1===s.canSelectActive)||(o.addClass("selectable"),t=$('<div class="red-ui-projects-dialog-project-list-entry-tools"></div>').appendTo(o),$('<button class="red-ui-button red-ui-projects-dialog-button red-ui-button-small" style="float: right;"><i class="fa fa-trash"></i></button>').appendTo(t).on("click",function(e){var t,o,n;e.stopPropagation(),e.preventDefault(),e=i,t=a.name,o=function(e){e||i.fadeOut(300,function(){l.editableList("removeItem",a),s.delete&&s.delete(a)})},n=$('<div class="red-ui-projects-dialog-project-list-entry-delete-confirm"></div>').on("click",function(e){e.stopPropagation()}).appendTo(e),$("<span>").text(RED._("projects.delete.confirm")).appendTo(n),$('<button class="red-ui-button red-ui-projects-dialog-button">'+RED._("common.label.cancel")+"</button>").appendTo(n).on("click",function(e){e.stopPropagation(),n.remove(),o(!0)}),$('<button class="red-ui-button red-ui-projects-dialog-button primary">'+RED._("common.label.delete")+"</button>").appendTo(n).on("click",function(e){e.stopPropagation(),n.remove(),V({url:"projects/"+t,type:"DELETE",responses:{200:function(e){o(!1)},400:{unexpected_error:function(e){n.remove(),o(!0)}}}})}),setTimeout(function(){n.css("left",0)},50)}),i.on("click",function(e){$(".red-ui-projects-dialog-project-list-entry").removeClass("selected"),o.addClass("selected"),n=i.parent(),s.select&&s.select(a),d(),r.trigger("focus")}),s.dblclick&&i.on("dblclick",function(e){e.preventDefault(),s.dblclick(a)}))},filter:function(e){return""===t||-1!==e.name.toLowerCase().indexOf(t)}}),$.getJSON("projects",function(e){e.projects.forEach(function(e){l.editableList("addItem",{name:e})})}),R.appendTo(h),h=$('<div class="form-row red-ui-projects-dialog-screen-create-row red-ui-projects-dialog-screen-create-row-open"></div>').hide().appendTo(p),$('<span style="display: flex; align-items: center;"><input style="padding:0; margin: 0 5px 0 0" checked type="checkbox" id="red-ui-projects-dialog-screen-clear-context"> <label for="red-ui-projects-dialog-screen-clear-context" style="padding:0; margin: 0"> <span data-i18n="projects.create.clearContext"></span></label></span>').appendTo(h).i18n(),h=$('<div class="form-row red-ui-projects-dialog-screen-create-row red-ui-projects-dialog-screen-create-row-empty red-ui-projects-dialog-screen-create-row-clone"></div>').appendTo(p),$('<label for="red-ui-projects-dialog-screen-create-project-name">'+RED._("projects.create.project-name")+"</label>").appendTo(h),$('<div style="position:relative;"></div>').appendTo(h)),y=(L=$('<input id="red-ui-projects-dialog-screen-create-project-name" type="text"></input>').appendTo(b),$('<div class="red-ui-projects-dialog-screen-input-status"></div>').appendTo(b)),w=!1,E="",D="",R=(L.on("change keyup paste",function(){if(w=L.val()!==E,o)clearTimeout(o);else if(w&&(y.empty(),$('<img src="red/images/spin.svg"/>').appendTo(y),""===L.val()))return void f();o=setTimeout(function(){f(),o=null},300)}),z=$('<label class="red-ui-projects-edit-form-sublabel"><small>'+RED._("projects.create.must-contain")+"</small></label>").appendTo(h).find("small"),h=$('<div class="form-row red-ui-projects-dialog-screen-create-row red-ui-projects-dialog-screen-create-row-empty"></div>').appendTo(p),$('<label for="red-ui-projects-dialog-screen-create-project-desc">'+RED._("projects.create.desc")+"</label>").appendTo(h),S=$('<input id="red-ui-projects-dialog-screen-create-project-desc" type="text">').appendTo(h),$('<label class="red-ui-projects-edit-form-sublabel"><small>'+RED._("projects.create.opt")+"</small></label>").appendTo(h),h=$('<div class="form-row red-ui-projects-dialog-screen-create-row red-ui-projects-dialog-screen-create-row-empty"></div>').appendTo(p),$('<label for="red-ui-projects-dialog-screen-create-project-file">'+RED._("projects.create.flow-file")+"</label>").appendTo(h),b=$('<div style="position:relative;"></div>').appendTo(h),O=$('<input id="red-ui-projects-dialog-screen-create-project-file" type="text">').val("flow.json").on("change keyup paste",f).appendTo(b),$('<div class="red-ui-projects-dialog-screen-input-status"></div>').appendTo(b),$('<label class="red-ui-projects-edit-form-sublabel"><small>*.json</small></label>').appendTo(h),h=$('<div class="form-row red-ui-projects-dialog-screen-create-row red-ui-projects-dialog-screen-create-row-empty"></div>').appendTo(p),$("<label>"+RED._("projects.create.credentials")+"</label>").appendTo(h),$('<div class="red-ui-projects-dialog-credentials-box">').appendTo(h)),x=$('<div class="red-ui-projects-dialog-credentials-box-right">').appendTo(R),R=$('<div class="red-ui-projects-dialog-credentials-box-left">').appendTo(R),_=$('<div class="form-row red-ui-projects-dialog-credentials-box-enabled"></div>').appendTo(R),k=($('<label class="red-ui-projects-edit-form-inline-label"><input type="radio" name="projects-encryption-type" value="enabled"> <i class="fa fa-lock"></i> <span>'+RED._("projects.encryption-config.enable")+"</span></label>").appendTo(_),$('<div class="form-row red-ui-projects-dialog-credentials-box-disabled disabled"></div>').appendTo(R)),T=($('<label class="red-ui-projects-edit-form-inline-label"><input type="radio" name="projects-encryption-type" value="disabled"> <i class="fa fa-unlock"></i> <span>'+RED._("projects.encryption-config.disable")+"</span></label>").appendTo(k),R.find("input[name=projects-encryption-type]").on("click",function(e){var t,o;"enabled"===$(this).val()?(t=_,o=k,$(".projects-encryption-enabled-row").show(),$(".projects-encryption-disabled-row").hide(),"custom"===$("input[name=projects-encryption-key]:checked").val()&&P.trigger("focus")):(o=_,t=k,$(".projects-encryption-enabled-row").hide(),$(".projects-encryption-disabled-row").show()),t.removeClass("disabled"),o.addClass("disabled"),f()}),h=$('<div class="form-row projects-encryption-enabled-row"></div>').appendTo(x),$('<label class="red-ui-projects-edit-form-inline-label">'+RED._("projects.create.encryption-key")+"</label>").appendTo(h),(P=$('<input type="password"></input>').appendTo(h)).typedInput({type:"cred"}),P.on("change keyup paste",f),$('<label class="red-ui-projects-edit-form-sublabel"><small>'+RED._("projects.create.desc0")+"</small></label>").appendTo(h),h=$('<div class="form-row projects-encryption-disabled-row"></div>').hide().appendTo(x),$('<div class="" style="padding: 5px 20px;"><i class="fa fa-warning"></i> '+RED._("projects.create.desc1")+"</div>").appendTo(h),x.find("input[name=projects-encryption-key]").on("click",function(){var e=$(this).val();P.attr("disabled","default"===e),"custom"===e&&P.trigger("focus"),f()}),h=$('<div class="hide form-row red-ui-projects-dialog-screen-create-row red-ui-projects-dialog-screen-create-row-clone"></div>').appendTo(p),$('<label for="red-ui-projects-dialog-screen-create-project-repo">'+RED._("projects.create.git-url")+"</label>").appendTo(h),N=$('<input id="red-ui-projects-dialog-screen-create-project-repo" type="text" placeholder="https://git.example.com/path/my-project.git"></input>').appendTo(h),$('<label id="red-ui-projects-dialog-screen-create-project-repo-label" class="red-ui-projects-edit-form-sublabel"><small>'+RED._("projects.create.protocols")+"</small></label>").appendTo(h),!1),C="",R=(N.on("change keyup paste",function(){T=!0;var e,t=$(this).val(),t=(C!==t&&$("#red-ui-projects-dialog-screen-create-project-repo-label small").text(RED._("projects.create.protocols")),C=t,/\/([^/]+?)(?:\.git)?$/.exec(t));!t||""!==(e=L.val())&&e!==D||(D=t[1],L.val(D),L.trigger("change")),f()}),$('<div class="hide red-ui-projects-dialog-screen-create-row red-ui-projects-dialog-screen-create-row-clone"></div>').hide().appendTo(p)),b=(h=$('<div class="form-row red-ui-projects-dialog-screen-create-row-auth-error"></div>').hide().appendTo(R),$('<div><i class="fa fa-warning"></i> '+RED._("projects.create.auth-failed")+"</div>").appendTo(h),h=$('<div class="hide form-row red-ui-projects-dialog-screen-create-row-creds"></div>').hide().appendTo(R),$('<div style="width: calc(50% - 10px); display:inline-block;"></div>').appendTo(h)),j=($('<label for="red-ui-projects-dialog-screen-create-project-repo-user">'+RED._("projects.create.username")+"</label>").appendTo(b),A=$('<input id="red-ui-projects-dialog-screen-create-project-repo-user" type="text"></input>').appendTo(b),b=$('<div style="width: calc(50% - 10px); margin-left: 20px; display:inline-block;"></div>').appendTo(h),$('<label for="red-ui-projects-dialog-screen-create-project-repo-pass">'+RED._("projects.create.password")+"</label>").appendTo(b),(M=$('<input style="width:100%" id="red-ui-projects-dialog-screen-create-project-repo-pass" type="password"></input>').appendTo(b)).typedInput({type:"cred"}),h=$('<div class="form-row red-ui-projects-dialog-screen-create-row red-ui-projects-dialog-screen-create-row-sshkey"></div>').hide().appendTo(R),b=$('<div style="width: calc(50% - 10px); display:inline-block;"></div>').appendTo(h),$('<label for="red-ui-projects-dialog-screen-create-project-repo-passphrase">'+RED._("projects.create.ssh-key")+"</label>").appendTo(b),B=$("<select>",{style:"width: 100%"}).appendTo(b),$.getJSON("settings/user/keys",function(e){var t=0;e.keys.forEach(function(e){B.append($("<option></option>").val(e.name).text(e.name)),t++}),0===t?(B.addClass("input-error"),B.attr("disabled",!0),j.show()):(B.removeClass("input-error"),B.attr("disabled",!1),j.hide())}),b=$('<div style="width: calc(50% - 10px); margin-left: 20px; display:inline-block;"></div>').appendTo(h),$('<label for="red-ui-projects-dialog-screen-create-project-repo-passphrase">'+RED._("projects.create.passphrase")+"</label>").appendTo(b),(G=$('<input id="red-ui-projects-dialog-screen-create-project-repo-passphrase" type="password"></input>').appendTo(b)).typedInput({type:"cred"}),b=$('<div class="form-row red-ui-projects-dialog-screen-create-row red-ui-projects-dialog-screen-create-row-sshkey"></div>').appendTo(R),$('<div class="red-ui-projects-dialog-screen-create-row-auth-error-no-keys"></div>').hide().appendTo(b));switch($('<div class="form-row"><i class="fa fa-warning"></i> '+RED._("projects.create.desc2")+"</div>").appendTo(j),b=$('<div style="text-align: center">').appendTo(j),$('<button class="red-ui-button red-ui-projects-dialog-button">'+RED._("projects.create.add-ssh-key")+"</button>").appendTo(b).on("click",function(e){e.preventDefault(),$("#red-ui-projects-dialog-cancel").trigger("click"),RED.userSettings.show("gitconfig"),setTimeout(function(){$("#user-settings-gitconfig-add-key").trigger("click")},500)}),h=$('<div class="hide form-row red-ui-projects-dialog-screen-create-row red-ui-projects-dialog-screen-create-row-clone"></div>').appendTo(p),$("<label>"+RED._("projects.create.credentials-encryption-key")+"</label>").appendTo(h),(I=$('<input style="width:100%" type="password"></input>').appendTo(h)).typedInput({type:"cred"}),e.screen||"empty"){case"empty":m.trigger("click");break;case"open":g.trigger("click");break;case"clone":v.trigger("click")}return setTimeout(function(){("open"!==(e.screen||"empty")?L:$("#red-ui-projects-dialog-project-list-search")).trigger("focus")},50),p},buttons:function(e){var t;switch(e.screen||"empty"){case"open":t=RED._("projects.create.open");break;case"empty":t=RED._("projects.create.create");break;case"clone":t=RED._("projects.create.clone")}return[{id:"red-ui-projects-dialog-cancel",text:RED._("common.label.cancel"),click:function(){$(this).dialog("close")}},{id:"red-ui-projects-dialog-create",text:t,class:"primary disabled",disabled:!0,click:function(){var t,o,e=$(".red-ui-projects-dialog-screen-create-type.selected").data("type"),n={name:L.val()};if("empty"===e){n.summary=S.val(),n.files={flow:O.val()};var i=$("input[name=projects-encryption-type]:checked").val();n.credentialSecret="enabled"===i&&P.val()}else if("copy"===e)n.copy=(void 0).name;else if("clone"===e){n.credentialSecret=I.val();var i=N.val();if(/^(?:ssh|[\d\w\.\-_]+@[\w\.]+):(?:\/\/)?/.test(i)){var a=B.val();if(!a)return void console.log(RED._("projects.create.cant-get-ssh-key-path"));n.git={remotes:{origin:{url:i,keyFile:a,passphrase:G.val()}}}}else n.git={remotes:{origin:{url:i,username:A.val(),password:M.val()}}}}else if("open"===e)return a=$("#red-ui-projects-dialog-screen-clear-context").prop("checked"),t=F.name,i=a,o=function(e,t){e&&"credentials_load_failed"!==e.code&&console.log(RED._("projects.create.unexpected_error"),e)},RED.deploy.setDeployInflight(!0),RED.projects.settings.switchProject(t),void V({url:"projects/"+t,type:"PUT",responses:{200:function(e){o(null,e)},400:{credentials_load_failed:function(e){T.dialog("close"),RED.events.emit("project:change",{name:t}),o(null,e)},"*":o}}},{active:!0,clearContext:i}).then(function(){T.dialog("close"),RED.events.emit("project:change",{name:t})}).always(function(){setTimeout(function(){RED.deploy.setDeployInflight(!1)},500)});$(".red-ui-projects-dialog-screen-create-row-auth-error").hide(),$("#red-ui-projects-dialog-screen-create-project-repo-label small").text(RED._("projects.create.protocols")),A.removeClass("input-error"),M.removeClass("input-error"),B.removeClass("input-error"),G.removeClass("input-error"),RED.deploy.setDeployInflight(!0),RED.projects.settings.switchProject(n.name),V({url:"projects",type:"POST",handleAuthFail:!1,responses:{200:function(e){T.dialog("close")},400:{project_exists:function(e){console.log(RED._("projects.create.already-exists-2"))},git_error:function(e){console.log(RED._("projects.create.git-error"),e)},git_connection_failed:function(e){N.addClass("input-error"),$("#red-ui-projects-dialog-screen-create-project-repo-label small").text(RED._("projects.create.con-failed"))},git_not_a_repository:function(e){N.addClass("input-error"),$("#red-ui-projects-dialog-screen-create-project-repo-label small").text(RED._("projects.create.not-git"))},git_repository_not_found:function(e){N.addClass("input-error"),$("#red-ui-projects-dialog-screen-create-project-repo-label small").text(RED._("projects.create.no-resource"))},git_auth_failed:function(e){$(".red-ui-projects-dialog-screen-create-row-auth-error").show(),A.addClass("input-error"),M.addClass("input-error"),B.addClass("input-error"),G.addClass("input-error")},missing_flow_file:function(e){T.dialog("close")},missing_package_file:function(e){T.dialog("close")},project_empty:function(e){T.dialog("close")},credentials_load_failed:function(e){T.dialog("close")},"*":function(e){p(e),$(T).dialog("close")}}}},n).then(function(){RED.events.emit("project:change",{name:name})}).always(function(){setTimeout(function(){RED.deploy.setDeployInflight(!1)},500)})}}]}}}}function u(e,t){T||RED.projects.init();var e=a[e],o=e.content(t||{}),n=(i.empty(),e.buttons),t=("function"==typeof n&&(n=n(t||{})),T.dialog("option","buttons",n),i.append(o),590),n=$(window).height();n<750&&(t=590-(750-n)),$(".red-ui-projects-dialog-box").height(t),$(".red-ui-projects-dialog-project-list-inner-container").height(Math.max(500,t)-210),T.dialog("option","title",e.title||""),T.dialog("open")}function e(e){var t,o;RED.nodes.dirty()&&(t=RED._("projects.require-clean.confirm"),o=RED.notify(t,{type:"info",fixed:!0,modal:!0,buttons:[{text:RED._("common.label.cancel"),click:function(){o.close(),e(!0)}},{text:RED._("common.label.cont"),click:function(){o.close(),e(!1)}}]}))}function V(l,c){var t,o;if(l.requireCleanWorkspace&&RED.nodes.dirty())return e(function(e){e?l.cancel&&(l.cancel(),o&&o()):(delete l.requireCleanWorkspace,V(l,c).then(function(){t&&t()}).always(function(){o&&o()}))}),{then:function(e){return t=e,{always:function(e){o=e}}},always:function(e){o=e}};var u,p,n=Date.now();return $(".red-ui-component-spinner").show(),$("#red-ui-projects-dialog").parent().find(".ui-dialog-buttonset").children().css("visibility","hidden"),c&&(l.data=JSON.stringify(c),l.contentType="application/json; charset=utf-8"),$.ajax(l).done(function(e,t,o){l.responses&&l.responses[200]&&(u=l.responses[200],p=e)}).fail(function(o,e,t){var n,i,a,s,r,d;if(l.responses&&l.responses[o.status]){if("function"==typeof(n=l.responses[o.status]))return void(p={error:(u=n).statusText});if(!1===l.handleAuthFail||"git_auth_failed"!==o.responseJSON.code&&"git_host_key_verification_failed"!==o.responseJSON.code){if(n[o.responseJSON.code])return u=n[o.responseJSON.code],void(p=o.responseJSON);if(n["*"])return u=n["*"],void(p=o.responseJSON)}else{if("git_auth_failed"===o.responseJSON.code)return a=U.git.remotes[o.responseJSON.remote||l.remote||"origin"].fetch,r=$('<div><div class="form-row">'+RED._("projects.send-req.auth-req")+':</div><div class="form-row"><div style="margin-left: 20px;">'+a+"</div></div></div>"),i=!1,/^https?:\/\//.test(a)?($('<div class="form-row"><label for="projects-user-auth-username">'+RED._("projects.send-req.username")+'</label><input id="projects-user-auth-username" type="text"></input></div><div class="form-row"><label for="projects-user-auth-password">'+RED._("projects.send-req.password")+'</label><input id="projects-user-auth-password" type="password"></input></div>').appendTo(r),r.find("#projects-user-auth-password").typedInput({type:"cred"})):/^(?:ssh|[\d\w\.\-_]+@[\w\.]+):(?:\/\/)?/.test(a)&&(i=!0,a=$('<div class="form-row"></div>').appendTo(r),$('<label for="projects-user-auth-key">SSH Key</label>').appendTo(a),s=$('<select id="projects-user-auth-key">').width("70%").appendTo(a),$.getJSON("settings/user/keys",function(e){e.keys.forEach(function(e){s.append($("<option></option>").val(e.name).text(e.name)),0})}),a=$('<div class="form-row"></div>').appendTo(r),$('<label for="projects-user-auth-passphrase">'+RED._("projects.send-req.passphrase")+"</label>").appendTo(a),$('<input id="projects-user-auth-passphrase" type="password"></input>').appendTo(a).typedInput({type:"cred"})),void(d=RED.notify(r,{type:"error",fixed:!0,modal:!0,buttons:[{text:RED._("common.label.cancel"),click:function(){d.close()}},{text:'<span><i class="fa fa-refresh"></i> '+RED._("projects.send-req.retry")+"</span>",click:function(){c=c||{};function t(e){e?(console.log(RED._("projects.send-req.update-failed")),console.log(e)):(V(l,c),d.close())}var e={};i?(e.keyFile=$("#projects-user-auth-key").val(),e.passphrase=$("#projects-user-auth-passphrase").val()):(e.username=$("#projects-user-auth-username").val(),e.password=$("#projects-user-auth-password").val());V({url:"projects/"+U.name+"/remotes/"+(o.responseJSON.remote||l.remote||"origin"),type:"PUT",responses:{0:function(e){t(e)},200:function(e){t(null)},400:{unexpected_error:function(e){t(e)}}}},{auth:e})}}]}));if("git_host_key_verification_failed"===o.responseJSON.code)return r=$('<div><div class="form-row">'+RED._("projects.send-req.host-key-verify-failed")+"</div></div>"),void(d=RED.notify(r,{type:"error",fixed:!0,modal:!0,buttons:[{text:RED._("common.label.close"),click:function(){d.close()}}]}))}}console.log(n),console.log(RED._("projects.send-req.unhandled")+":"),console.log(o),console.log(e),console.log(t)}).always(function(){var e=Date.now()-n,e=Math.max(0,500-e);setTimeout(function(){$(".red-ui-component-spinner").hide(),$("#red-ui-projects-dialog").parent().find(".ui-dialog-buttonset").children().css("visibility",""),u&&u(p)},e)})}function o(n){var i,a="",s=new Set,r=[],d="",l=$('<div class="red-ui-projects-branch-list">').appendTo(n.container),c=$('<input type="text">').attr("placeholder",n.placeholder).appendTo(l).searchBox({delay:200,change:function(){a=$(this).val();var e=!1,t=!1,o=/^([^/]+)\/[^/.~*?\[]/.exec(a);o&&-1<r.indexOf(o[1])&&(t=e=!0),!e&&/(\.\.|\/\.|[?*[~^: \\]|\/\/|\/.$|\/$)/.test(a)?(i.hasClass("input-error")||(i.addClass("input-error"),i.find("i").addClass("fa-warning").removeClass("fa-code-fork")),i.find("span").text(RED._("projects.create-branch-list.invalid")+": "+(t?"":d)+a)):(i.hasClass("input-error")&&(i.removeClass("input-error"),i.find("i").removeClass("fa-warning").addClass("fa-code-fork")),i.find("span").text(RED._("projects.create-branch-list.create")+":"),i.find(".red-ui-sidebar-vc-branch-list-entry-create-name").text((t?"":d)+a)),u.editableList("filter")}}),u=$("<ol>",{style:"height: 130px;"}).appendTo(l);return u.editableList({addButton:!1,scrollOnAdd:!1,addItem:function(e,t,o){e=$('<div class="red-ui-sidebar-vc-branch-list-entry">').appendTo(e);o.hasOwnProperty("commit")?($('<i class="fa fa-code-fork"></i>').appendTo(e),$("<span>").text(o.name).appendTo(e),o.current&&(e.addClass("selected"),$('<span class="current"></span>').text(n.currentLabel||RED._("projects.create-branch-list.current")).appendTo(e))):(i=e,$('<i class="fa fa-code-fork"></i>').appendTo(e),$("<span>").text(RED._("projects.create-branch-list.create")+":").appendTo(e),$('<div class="red-ui-sidebar-vc-branch-list-entry-create-name" style="margin-left: 10px;">').text(o.name).appendTo(e)),e.on("click",function(e){var t;e.preventDefault(),$(this).hasClass("input-error")||(e={},o.hasOwnProperty("commit")?($(this).hasClass("selected")&&(e.current=!0),e.name=o.name):(e.name=c.val(),e.create=!0,!n.remotes||(t=/^([^/]+)\/[^/.~*?\[]/.exec(e.name))&&-1!==r.indexOf(t[1])||(e.name=r[0]+"/"+e.name)),n.onselect&&n.onselect(e))})},filter:function(e){var t,o=!e.hasOwnProperty("commit"),n=a;return 0<r.length&&(t=/^([^/]+)\/[^/.~*?\[]/.exec(n),""===n||t&&-1!=r.indexOf(t[1])||(n=r[0]+"/"+n)),o&&""!==n&&!s.has(n)||!o&&-1!==e.name.indexOf(a)}}),{refresh:function(e){c.searchBox("value",""),u.editableList("empty");var t=Date.now(),o=f(l).addClass("red-ui-component-spinner-contain");n.remotes?(r=n.remotes(),d=r[0]+"/"):(d="",r=[]),s=new Set,V({url:e,type:"GET",responses:{0:function(e){console.log(e)},200:function(e){e.branches,e.branches.forEach(function(e){u.editableList("addItem",e),s.add(e.name)}),u.editableList("addItem",{}),setTimeout(function(){o.remove()},Math.max(300-(Date.now()-t),0))},400:{git_connection_failed:function(e){RED.notify(e.message,"error")},git_not_a_repository:function(e){RED.notify(e.message,"error")},git_repository_not_found:function(e){RED.notify(e.message,"error")},unexpected_error:function(e){p(e)}}}})},filter:function(){u.editableList("filter")},focus:function(){c.trigger("focus")}}}function f(e){return $('<div class="red-ui-component-spinner"><img src="red/images/spin.svg"/></div>').appendTo(e)}function n(){createProjectOptions={},U?u("create",{screen:"empty"}):u("welcome")}return{init:function(){T=$('<div id="red-ui-projects-dialog" class="hide red-ui-projects-edit-form"><div class="red-ui-projects-dialog-box"><form class="form-horizontal"></form><div class="red-ui-component-spinner hide"><img src="red/images/spin.svg"/></div></div></div>').appendTo("#red-ui-editor").dialog({modal:!0,autoOpen:!1,width:600,resizable:!1,open:function(e){RED.keyboard.disable()},close:function(e){RED.keyboard.enable()},classes:{"ui-dialog":"red-ui-editor-dialog","ui-dialog-titlebar-close":"hide","ui-widget-overlay":"red-ui-editor-dialog"}}),i=T.find("form"),RED.actions.add("core:new-project",RED.projects.newProject),RED.actions.add("core:open-project",RED.projects.selectProject),RED.actions.add("core:show-project-settings",RED.projects.settings.show);var e={sendRequest:V,createBranchList:o,addSpinnerOverlay:f,reportUnexpectedError:p};RED.projects.settings.init(e),RED.projects.userSettings.init(e),RED.sidebar.versionControl.init(e),t()},showStartup:function(){console.warn("showStartup"),RED.user.hasPermission("projects.write")?u("welcome"):RED.notify(RED._("user.errors.notAuthorized"),"error")},newProject:function(){if(RED.user.hasPermission("projects.write"))return RED.nodes.dirty()?e(function(e){e||n()}):void n();RED.notify(RED._("user.errors.notAuthorized"),"error")},selectProject:function(){if(RED.user.hasPermission("projects.write"))return RED.nodes.dirty()?e(function(e){e||u("create",{screen:"open"})}):void u("create",{screen:"open"});RED.notify(RED._("user.errors.notAuthorized"),"error")},showCredentialsPrompt:function(){RED.user.hasPermission("projects.write")?RED.projects.settings.show("settings"):RED.notify(RED._("user.errors.notAuthorized"),"error")},showFilesPrompt:function(){RED.user.hasPermission("projects.write")?(RED.projects.settings.show("settings"),setTimeout(function(){$("#project-settings-tab-settings-file-edit").trigger("click")},200)):RED.notify(RED._("user.errors.notAuthorized"),"error")},showProjectDependencies:function(){RED.projects.settings.show("deps")},createDefaultFileSet:function(){if(!U)throw new Error(RED._("projects.create-default-file-set.no-active"));if(!U.empty)throw new Error(RED._("projects.create-default-file-set.no-empty"));RED.user.hasPermission("projects.write")?(createProjectOptions={},u("default-files",{existingProject:!0})):RED.notify(RED._("user.errors.notAuthorized"),"error")},createDefaultPackageFile:function(){RED.deploy.setDeployInflight(!0),RED.projects.settings.switchProject(U.name),V({url:"projects/"+U.name,type:"PUT",requireCleanWorkspace:!0,handleAuthFail:!1,responses:{200:function(e){},400:{git_error:function(e){console.log(RED._("projects.create-default-file-set.git-error"),e)},missing_flow_file:function(e){$(T).dialog("close")},"*":function(e){p(e),$(T).dialog("close")}}}},{initialise:!0}).always(function(){setTimeout(function(){RED.deploy.setDeployInflight(!1)},500)})},refresh:function(t){$.getJSON("projects",function(e){e.active?$.getJSON("projects/"+e.active,function(e){U=e,RED.events.emit("projects:load",U),RED.sidebar.versionControl.refresh(!0),t&&t(U)}):t&&t(null)})},editProject:function(){RED.projects.settings.show()},getActiveProject:function(){return U}}}(),RED.projects.settings=function(){var B,G,t=700,o=!1,s=[];function n(e){s.push(e)}function r(n,i){RED.editor.editMarkdown({title:RED._("sidebar.project.editDescription"),header:$('<span><i class="fa fa-book"></i> README.md</span>'),value:n.description,stateId:"sidebar.project.editDescription",complete:function(o){i.empty();function t(e,t){if(e)return r(n,i);n.description=o,d(n,i)}var e=G.addSpinnerOverlay(i);G.sendRequest({url:"projects/"+n.name,type:"PUT",responses:{0:function(e){t(e)},200:function(e){t(null),RED.sidebar.versionControl.refresh(!0)},400:{"*":function(e){G.reportUnexpectedError(e),t(e)}}}},{description:o}).always(function(){e.remove()})}})}function d(e,t){t.empty(),e=e.description?RED.utils.renderMarkdown(e.description):'<span class="red-ui-help-info-none">'+RED._("sidebar.project.noDescriptionAvailable")+"</span>",e=$('<span class="red-ui-text-bidi-aware" dir="'+RED.text.bidi.resolveBaseTextDir(e)+'">'+e+"</span>"),$(e).find("a").each(function(e){var t=$(this).attr("href");/^https?:/.test(t)&&$(this).attr("target","_blank")}),e.appendTo(t).find(".red-ui-text-bidi-aware").contents().filter(function(){return 3===this.nodeType&&""!==this.textContent.trim()}).wrap("<span></span>")}function f(a,s,r,d,l){var c=r.prev(),e=(c.hide(),r.empty(),l.empty(),$('<span class="button-row" style="position: relative; float: right; margin-right:0;"></span>').appendTo(r)),u=$('<input type="text" style="width: calc(100% - 150px); margin-right: 10px;">').val(s||"").appendTo(r),p=$('<input type="text" style="width: calc(100% - 150px); margin-right: 10px;">').val(d||"").appendTo(l);$('<button class="red-ui-button">'+RED._("common.label.cancel")+"</button>").appendTo(e).on("click",function(e){e.preventDefault(),h(a.summary,r),g(a.version,l),c.show()}),$('<button class="red-ui-button">'+RED._("common.label.save")+"</button>").appendTo(e).on("click",function(e){e.preventDefault();function t(e,t){if(e)return i.remove(),f(a,s,r,d,l);a.summary=o,a.version=n,i.remove(),h(a.summary,r),g(a.version,l),c.show()}var o=u.val(),n=p.val(),i=(h(o,r),g(n,l),G.addSpinnerOverlay(r).addClass("red-ui-component-spinner-contain"));G.sendRequest({url:"projects/"+a.name,type:"PUT",responses:{0:function(e){t(e)},200:function(e){RED.sidebar.versionControl.refresh(!0),t(null)},400:{"*":function(e){G.reportUnexpectedError(e),t(e)}}}},{summary:o,version:n})})}function h(e,t){t.empty(),e?t.text(e).removeClass("red-ui-help-info-none"):t.text(RED._("sidebar.project.noSummaryAvailable")).addClass("red-ui-help-info-none")}function g(e,t){t.empty(),e&&t.text(e)}function i(t){var e=$('<div id="red-ui-project-settings-tab-main" class="red-ui-project-settings-tab-pane red-ui-help"></div>'),o=($("<h1>").text(t.name).appendTo(e),$('<div style="position: relative">').appendTo(e)),n=$("<div></div>").appendTo(o),i=$("<div></div>").addClass("red-ui-help-info-none").appendTo(o),o=(h(t.summary,n),g(t.version,i),RED.user.hasPermission("projects.write")&&$('<button class="red-ui-button red-ui-button-small" style="float: right;">'+RED._("sidebar.project.editDescription")+"</button>").prependTo(o).on("click",function(e){e.preventDefault(),f(t,t.summary,n,t.version,i)}),$("<hr>").appendTo(e),$('<div class="red-ui-help" style="position: relative"></div>').appendTo(e)),a=$("<div>",{style:"min-height: 200px"}).appendTo(o);return d(t,a),RED.user.hasPermission("projects.write")&&$('<button class="red-ui-button red-ui-button-small" style="float: right;">'+RED._("sidebar.project.editReadme")+"</button>").prependTo(o).on("click",function(e){e.preventDefault(),r(t,a)}),e}function l(e,t){t.editableList("empty");var o,n=0;for(i in b)b.hasOwnProperty(i)&&(t.editableList("addItem",{id:b[i].module,version:b[i].version,count:b[i].count,known:e.dependencies.hasOwnProperty(i),installed:!0}),n++,0===b[i].count&&0,e.dependencies.hasOwnProperty(i)||0);if(e.dependencies)for(var i in e.dependencies)e.dependencies.hasOwnProperty(i)&&!b.hasOwnProperty(i)&&(o=!!RED.nodes.registry.getModule(i),t.editableList("addItem",{id:i,version:e.dependencies[i],count:0,known:!0,installed:o}),n++,o?0:0);0===n&&t.editableList("addItem",{index:0,label:RED._("sidebar.project.projectSettings.none")})}function c(e,t,o,n){function i(e,t){if(s.remove(),e)return n(e);a.dependencies=o,RED.sidebar.versionControl.refresh(!0),n()}var a=RED.projects.getActiveProject(),s=G.addSpinnerOverlay(t).addClass("red-ui-component-spinner-contain");G.sendRequest({url:"projects/"+a.name,type:"PUT",responses:{0:function(e){i(e)},200:function(e){RED.sidebar.versionControl.refresh(!0),i(null)},400:{"*":function(e){i(e)}}}},{dependencies:o})}function a(r){var t=$('<div id="red-ui-project-settings-tab-deps" class="red-ui-project-settings-tab-pane red-ui-help"></div>'),d=(RED.user.hasPermission("projects.write")&&$('<button class="red-ui-button red-ui-button-small" style="margin-top:10px;float: right;">'+RED._("sidebar.project.projectSettings.edit")+"</button>").appendTo(t).on("click",function(e){e.preventDefault(),function n(i,e,a,s){e=e||JSON.stringify(i.dependencies||{},"",4);"{}"===e&&(e="{\n\n}"),RED.editor.editJSON({title:RED._("sidebar.project.editDependencies"),value:e,requireValid:!0,complete:function(t){try{var o=JSON.parse(t);c(0,a,o,function(e){if(e)return n(i,t,a,s);i.dependencies=o,l(i,s)})}catch(e){n(i,t,a,s)}}})}(r,null,t,d)}),$("<ol>",{style:"position: absolute;top: 60px;bottom: 20px;left: 20px;right: 20px;"}).appendTo(t));return d.editableList({addButton:!1,addItem:function(t,e,o){var n,i,a,s=$("<div>",{class:"red-ui-palette-module-header"}).appendTo(t);o.label?(0===o.index?s.addClass("red-ui-search-empty"):t.parent().addClass("red-ui-palette-module-section"),s.text(o.label)):(s.addClass("red-ui-palette-module-header"),o.installed?0===o.count?s.addClass("red-ui-palette-module-unused"):o.known||s.addClass("red-ui-palette-module-unknown"):s.addClass("red-ui-palette-module-not-installed"),o.element=s,n=$('<div class="red-ui-palette-module-meta red-ui-palette-module-name"></div>').appendTo(s),i="fa-cube",o.installed||(i="fa-warning"),i=$('<i class="fa '+i+'"></i>').appendTo(n),o.icon=i,$("<span>").text(o.id).appendTo(n),i=$('<div class="red-ui-palette-module-meta red-ui-palette-module-version"><i class="fa fa-tag"></i></div>').appendTo(s),$("<span>").text(o.version).appendTo(i),i=$('<div class="red-ui-palette-module-meta"></div>').appendTo(s),a=$('<div class="red-ui-palette-module-button-group"></div>').appendTo(i),RED.user.hasPermission("projects.write")&&(o.installed||!1===RED.settings.get("externalModules.palette.allowInstall",!0)?o.known&&0===o.count?$('<a href="#" class="red-ui-button red-ui-button-small">'+RED._("sidebar.project.projectSettings.removeFromProject")+"</a>").appendTo(a).on("click",function(e){e.preventDefault();e=$.extend(!0,{},r.dependencies);delete e[o.id],c(0,t,e,function(e){e?console.log(e):t.fadeOut(200,function(){d.editableList("removeItem",o)})})}):o.known||$('<a href="#" class="red-ui-button red-ui-button-small">'+RED._("sidebar.project.projectSettings.addToProject")+"</a>").appendTo(a).on("click",function(e){e.preventDefault();e=$.extend(!0,{},r.dependencies);e[o.id]=b[o.id].version,c(0,t,e,function(e){e?console.log(e):(a.remove(),s.removeClass("red-ui-palette-module-unknown"))})}):$('<a href="#" class="red-ui-button red-ui-button-small">'+RED._("sidebar.project.projectSettings.install")+"</a>").appendTo(a).on("click",function(e){e.preventDefault(),RED.palette.editor.install(o,t,function(e){e||(o.installed=!0,RED.utils.addSpinnerOverlay(t,!0),setTimeout(function(){d.editableList("removeItem",o),b={},RED.nodes.eachNode(v),RED.nodes.eachConfig(v),b.hasOwnProperty(o.id)?o.count=b[o.id].count:o.count=0,d.editableList("addItem",o)},500))})})))},sort:function(e,t){return e.id.localeCompare(t.id)}}),l(r,d),t}function F(e,t,n,a,s){var r=$('<div class="red-ui-projects-file-listing-container"></div>',{style:"position: relative; min-height: 175px; height: 175px;"}).hide().appendTo(e),d=G.addSpinnerOverlay(r);return $.getJSON("projects/"+t.name+"/files",function(t){var e=(e=Object.keys(t)).filter(function(e){return!t[e].status||!/D/.test(t[e].status)}),o={},i=(e.sort(),e.forEach(function(e){e.split("/").reduce(function(e,t,o,n){if(t)return o<n.length-1?e[t]=e[t]||{}:e[t]=!0,e[t]},o)}),function(e,t,o){var n={name:e||"/",path:o+(o?"/":"")+e};return!0===t?n.type="f":(n.type="d",n.children=[],n.path=n.path,Object.keys(t).forEach(function(e){n.children.push(i(e,t[e],n.path))}),n.children.sort(function(e,t){return e.hasOwnProperty("children")&&!t.hasOwnProperty("children")?-1:!e.hasOwnProperty("children")&&t.hasOwnProperty("children")?1:e.name.localeCompare(t.name)})),n}),o=i("",o,"");!function a(e,t,s,r,d,o){o=o||"";var n=$("<ol>",{class:"red-ui-projects-dialog-file-list",style:o}).appendTo(e).editableList({addButton:!1,scrollOnAdd:!1,addItem:function(e,t,o){var n,i=$("<div></div>",{class:"red-ui-projects-dialog-file-list-entry"}).appendTo(e);o.children?($('<span class="red-ui-projects-dialog-file-list-entry-folder"><i class="fa fa-angle-right"></i> <i class="fa fa-folder-o"></i></span>').appendTo(i),0<o.children.length&&(n=$("<div></div>",{style:"padding-left: 20px;"}).appendTo(e),0===s.indexOf(o.path+"/")?i.addClass("expanded"):n.hide(),a(n,o.children,s,r,d),i.addClass("selectable"),i.on("click",function(e){$(this).hasClass("expanded")?($(this).removeClass("expanded"),n.slideUp(200)):($(this).addClass("expanded"),n.slideDown(200))}))):(e="fa-file-o",/\.json$/i.test(o.name)?e="fa-file-code-o":/\.md$/i.test(o.name)?e="fa-book":/^\.git/i.test(o.name)&&(e="fa-code-fork",i.addClass("red-ui-projects-dialog-file-list-entry-file-type-git")),$('<span class="red-ui-projects-dialog-file-list-entry-file"> <i class="fa '+e+'"></i></span>').appendTo(i),r(o)?(i.addClass("selectable"),o.path===s&&i.addClass("selected"),i.on("click",function(e){$(".red-ui-projects-dialog-file-list-entry.selected").removeClass("selected"),$(this).addClass("selected"),d(o.path,!0)}),i.on("dblclick",function(e){e.preventDefault(),d(o.path,!0)})):i.addClass("unselectable")),$('<span class="red-ui-projects-dialog-file-list-entry-name" style=""></span>').text(o.name).appendTo(i)}});o||n.parent().css("overflow-y","");t.forEach(function(e){n.editableList("addItem",e)})}(r,o.children,n,a,s,"height: 175px"),d.remove()}),r}function u(a,e){function n(){t.show(),P.hide(),l.hide(),h.show(),m.hide(),v.hide(),R.removeClass("uneditable-input"),R.css("height",""),v.removeClass("selected"),u.find(".red-ui-projects-file-listing-container").remove(),u.css("height",""),u.css("color",""),$(".red-ui-settings-row-credentials").hide(),T.hide(),x.hide(),_.removeClass("selected"),k.removeClass("selected")}var t,o=$("<h3></h3>").text(RED._("sidebar.project.projectSettings.files")).appendTo(e),i=$('<div class="red-ui-settings-section"></div>').appendTo(e),s=(RED.user.hasPermission("projects.write")&&(t=$('<button type="button" id="red-ui-project-settings-tab-settings-file-edit" class="red-ui-button red-ui-button-small" style="float: right;">'+RED._("sidebar.project.projectSettings.edit")+"</button>").appendTo(o).on("click",function(e){e.preventDefault(),P.show(),t.hide(),a.files.package||(c.find(".red-ui-projects-edit-form-sublabel-text").text(RED._("sidebar.project.projectSettings.packageCreate")),c.show()),l.show(),h.hide(),m.show(),v.show(),g(),R.addClass("uneditable-input"),$(".red-ui-settings-row-credentials").show(),R.css("height","auto"),T.hide(),x.show()})),e=$('<div class="red-ui-settings-row"></div>').appendTo(i),$('<label for=""></label>').text(RED._("sidebar.project.projectSettings.package")).appendTo(e),$('<div class="uneditable-input" style="padding:0">').appendTo(e)),r=$('<span style="display:inline-block; padding: 6px">').text(a.files.package||"package.json").appendTo(s),d=$('<input type="hidden">').val(a.files.package||"package.json").appendTo(s),l=$('<button type="button" class="red-ui-button toggle single" style="border-top-right-radius: 4px; border-bottom-right-radius: 4px; width: 36px; height: 34px; position: absolute; top: -1px; right: -1px;"><i class="fa fa-folder-open-o"></i></button>').hide().appendTo(s).on("click",function(e){var t;$(this).hasClass("selected")?($(this).removeClass("selected"),s.find(".red-ui-projects-file-listing-container").slideUp(200,function(){$(this).remove(),s.css("height","")}),s.css("color","")):($(this).addClass("selected"),s.css("color","inherit"),t=F(s,a,d.val(),function(e){return e.children||/package\.json$/.test(e.path)},function(e,t){e&&(d.val(e),r.text(e),e=e.substring(0,e.length-12),p.text(e),y.text(e),g(),c.hide()),t&&$(l).trigger("click"),D()}),s.css("height","auto"),setTimeout(function(){t.slideDown(200)},50))}),c=(RED.popover.tooltip(l,RED._("sidebar.project.projectSettings.selectFile")),$('<label style="margin-left: 110px" class="red-ui-projects-edit-form-sublabel"><small><span class="form-warning"><i class="fa fa-warning"></i> <span class="red-ui-projects-edit-form-sublabel-text"></span></small></label>').appendTo(e).hide()),o=(a.files.package||(c.find(".red-ui-projects-edit-form-sublabel-text").text(RED._("sidebar.project.projectSettings.fileNotExist")),c.show()),a.files.package||"package.json"),o=o.substring(0,o.length-12),e=$('<div class="red-ui-settings-row"></div>').appendTo(i),u=($('<label for=""></label>').text(RED._("sidebar.project.projectSettings.flow")).appendTo(e),$('<div class="uneditable-input" style="padding:0">').appendTo(e)),p=$('<span style="display:inline-block; padding: 6px 0 6px 6px">').text(o).appendTo(u),f="flows.json",h=(a.files.flow&&(f=0===a.files.flow.indexOf(o)?a.files.flow.substring(o.length):a.files.flow),$('<span style="display:inline-block; padding: 6px 6px 6px 0">').text(f).appendTo(u)),g=function(){m.css({width:"calc(100% - "+(v.width()+p.width())+"px)"})},m=$('<input type="text" style="padding-left:1px; margin-top: -2px; margin-bottom: 0;border: none;">').val(f).hide().appendTo(u),v=$('<button type="button" class="red-ui-button toggle single" style="border-top-right-radius: 4px; border-bottom-right-radius: 4px; width: 36px; height: 34px; position: absolute; top: -1px; right: -1px;"><i class="fa fa-folder-open-o"></i></button>').hide().appendTo(u).on("click",function(e){var t,o,n,i;$(this).hasClass("selected")?($(this).removeClass("selected"),u.find(".red-ui-projects-file-listing-container").slideUp(200,function(){$(this).remove(),u.css("height","")}),u.css("color","")):($(this).addClass("selected"),u.css("color","inherit"),t=d.val(),o=t.substring(0,t.length-12),n=new RegExp("^"+o+".*.json$"),i=F(u,a,m.val(),function(e){return!/package.json$/.test(e.path)&&n.test(e.path)&&!/_cred\.json$/.test(e.path)},function(e,t){e&&m.val(e.substring(o.length)),t&&$(v).trigger("click"),D()}),u.css("height","auto"),setTimeout(function(){i.slideDown(200)},50))}),b=(RED.popover.tooltip(v,RED._("sidebar.project.projectSettings.selectFile")),e=$('<div class="red-ui-settings-row"></div>').appendTo(i),$('<label for=""></label>').text(RED._("sidebar.project.projectSettings.credentials")).appendTo(e),"flows_cred.json"),f=(a.files.credentials&&(b=0===a.files.flow.indexOf(o)?a.files.credentials.substring(o.length):a.files.credentials),$('<div class="uneditable-input" style="padding:0">').appendTo(e)),y=$('<span style="display:inline-block;padding: 6px 0 6px 6px">').text(o).appendTo(f),w=$('<span style="display:inline-block; padding: 6px 6px 6px 0">').text(b).appendTo(f),E=$('<input type="hidden">').val(b).insertAfter(f),D=function(){var e=m.val(),t=/^(.+?)(\.[^.]*)?$/.exec(e),t=(t?w.text(t[1]+"_cred"+(t[2]||".json")):""===e&&w.text(""),E.val(w.text()),""===e||/\.\./.test(e)||/\/$/.test(e)),e=t||""===w.text();S.is(":visible")&&(O.toggleClass("input-error",""===O.val()),e=e||""===O.val()),I.is(":visible")&&(N.toggleClass("input-error",""===N.val()),e=e||""===N.val()),m.toggleClass("input-error",t),M.toggleClass("disabled",e),M.prop("disabled",e)},R=(m.on("change keyup paste",D),e=$('<div class="red-ui-settings-row"></div>').appendTo(i),$("<label></label>").appendTo(e),$('<span><i class="user-settings-credentials-state-icon fa"></i> <span class="user-settings-credentials-state"></span></span>').appendTo(e)),x=$('<span class="button-group" style="margin-left: -72px;">').hide().appendTo(e),_=(R.css("color","#666"),x.css("vertical-align","top"),$('<button type="button" class="red-ui-button" style="vertical-align: top; width: 36px; margin-bottom: 10px"><i class="fa fa-trash-o"></i></button>').appendTo(x).on("click",function(e){e.preventDefault(),$(this).hasClass("selected")?($(this).removeClass("selected"),T.hide()):(N.val(""),S.hide(),I.show(),$(this).addClass("selected"),k.removeClass("selected"),L.show(),A.show(),C.hide(),j.hide(),T.show()),D()})),k=(RED.popover.tooltip(_,RED._("sidebar.project.projectSettings.resetTheEncryptionKey")),$('<button type="button" class="red-ui-button" style="border-top-right-radius: 4px; border-bottom-right-radius: 4px; vertical-align: top; width: 36px; margin-bottom: 10px"><i class="fa fa-pencil"></i></button>').appendTo(x).on("click",function(e){e.preventDefault(),$(this).hasClass("selected")?($(this).removeClass("selected"),T.hide()):(O.val(""),N.val(""),a.settings.credentialSecretInvalid||!a.settings.credentialsEncrypted?(C.show(),j.hide(),S.hide()):(S.show(),C.hide(),j.show()),I.show(),k.addClass("selected"),_.removeClass("selected"),L.hide(),A.hide(),T.show()),D()})),T=(RED.popover.tooltip(k,RED._("sidebar.project.projectSettings.changeTheEncryptionKey")),$('<div class="red-ui-settings-row red-ui-settings-row-credentials"></div>').hide().appendTo(i),$("<div>",{style:"margin-top:10px"}).hide().appendTo(R)),C=$('<div style="margin: 20px 0 10px 5px;">'+RED._("sidebar.project.projectSettings.setTheEncryptionKey")+"</div>").hide().appendTo(T),j=$('<div style="margin: 20px 0 10px 5px;">'+RED._("sidebar.project.projectSettings.changeTheEncryptionKey")+"</div>").hide().appendTo(T),L=$('<div style="margin: 20px 0 10px 5px;">'+RED._("sidebar.project.projectSettings.resetTheEncryptionKey")+"</div>").hide().appendTo(T),S=$('<div class="red-ui-settings-row red-ui-settings-row-credentials"></div>').appendTo(T),O=($('<label for=""></label>').text(RED._("sidebar.project.projectSettings.currentKey")).appendTo(S),$('<input type="text">').appendTo(S).typedInput({type:"cred"}).on("change keyup paste",function(){B&&(B.close(),B=null),D()})),I=$('<div class="red-ui-settings-row red-ui-settings-row-credentials"></div>').appendTo(T),N=($('<label for=""></label>').text(RED._("sidebar.project.projectSettings.newKey")).appendTo(I),$('<input type="text">').appendTo(I).typedInput({type:"cred"}).on("change keyup paste",D)),A=$('<div class="form-tips form-warning" style="margin: 10px;"><i class="fa fa-warning"></i>'+RED._("sidebar.project.projectSettings.credentialsAlert")+"</div>").hide().appendTo(T),P=$('<span class="button-row" style="position: relative; float: right; margin-right:0;"></span>').hide().appendTo(i),M=($('<button type="button" class="red-ui-button">'+RED._("common.label.cancel")+"</button>").appendTo(P).on("click",function(e){e.preventDefault();e=a.files.package||"package.json",e=e.substring(0,e.length-12);p.text(e),y.text(e),r.text(a.files.package||"package.json"),a.files.package?c.hide():(c.find(".red-ui-projects-edit-form-sublabel-text").text(RED._("sidebar.project.projectSettings.fileNotExist")),c.show()),m.val(h.text()),w.text(b),n()}),$('<button type="button" class="red-ui-button">'+RED._("common.label.save")+"</button>").appendTo(P).on("click",function(e){e.preventDefault();function t(e){o.remove(),e?G.reportUnexpectedError(e):(h.text(m.val()),w.text(E.val()),c.hide(),n())}var o=G.addSpinnerOverlay(i),e=(e=d.val()).substring(0,e.length-12),e={files:{package:d.val(),flow:e+m.val(),credentials:e+E.val()}};_.hasClass("selected")&&(e.resetCredentialSecret=!0),(_.hasClass("selected")||k.hasClass("selected"))&&(e.credentialSecret=N.val(),S.is(":visible")&&(e.currentCredentialSecret=O.val())),RED.deploy.setDeployInflight(!0),G.sendRequest({url:"projects/"+a.name,type:"PUT",responses:{0:function(e){t(e)},200:function(e){a=e,RED.sidebar.versionControl.refresh(!0),z(),t()},400:{credentials_load_failed:function(e){t(e)},missing_current_credential_key:function(e){O.addClass("input-error"),B=RED.popover.create({target:O,direction:"right",size:"small",content:"Incorrect key",autoClose:3e3}).open(),t(e)},"*":function(e){t(e)}}}},e).always(function(){setTimeout(function(){RED.deploy.setDeployInflight(!1)},500)})})),z=function(){a.settings.credentialSecretInvalid?(R.find(".user-settings-credentials-state-icon").removeClass().addClass("user-settings-credentials-state-icon fa fa-warning"),R.find(".user-settings-credentials-state").text(RED._("sidebar.project.projectSettings.invalidEncryptionKey"))):a.settings.credentialsEncrypted?(R.find(".user-settings-credentials-state-icon").removeClass().addClass("user-settings-credentials-state-icon fa fa-lock"),R.find(".user-settings-credentials-state").text(RED._("sidebar.project.projectSettings.encryptionEnabled"))):(R.find(".user-settings-credentials-state-icon").removeClass().addClass("user-settings-credentials-state-icon fa fa-unlock"),R.find(".user-settings-credentials-state").text(RED._("sidebar.project.projectSettings.encryptionDisabled"))),_.toggleClass("disabled",!a.settings.credentialSecretInvalid&&!a.settings.credentialsEncrypted),_.prop("disabled",!a.settings.credentialSecretInvalid&&!a.settings.credentialsEncrypted)};D(),z()}function p(a,e){function n(){o.attr("disabled",!1),c.hide(),g.val(""),m.val(""),i&&(i.close(),i=null)}$("<h3></h3>").text(RED._("sidebar.project.projectSettings.versionControl")).appendTo(e),s=a,t=e,t=$('<div class="red-ui-settings-section"></div>').appendTo(t),$("<h4></h4>").text(RED._("sidebar.project.projectSettings.branches")).appendTo(t),t=$('<div class="red-ui-settings-row red-ui-projects-dialog-list"></div>').appendTo(t),r=$("<ol>").appendTo(t).editableList({height:"auto",addButton:!1,scrollOnAdd:!1,addItem:function(i,e,a){var t,o,n=$('<div class="red-ui-projects-dialog-list-entry">').appendTo(i);a.empty?(n.addClass("red-ui-search-empty"),n.text(RED._("sidebar.project.projectSettings.noBranches"))):(a.current&&n.addClass("current"),$('<span class="entry-icon"><i class="fa fa-code-fork"></i></span>').appendTo(n),o=$("<span>").appendTo(n),t=$("<div>").appendTo(o),$('<span class="entry-name">').text(a.name).appendTo(t),a.commit&&$('<span class="entry-detail">').text(a.commit.sha).appendTo(t),a.remote&&(t=$("<div>").appendTo(o),$('<span class="entry-detail entry-remote-name">').text(a.remote||"").appendTo(t),0<a.status.ahead+a.status.behind&&$('<span class="entry-detail"><i class="fa fa-long-arrow-up"></i> <span>'+a.status.ahead+'</span> <i class="fa fa-long-arrow-down"></i> <span>'+a.status.behind+"</span></span>").appendTo(t)),a.current||(o=$('<span class="entry-tools">').appendTo(n),$('<button class="red-ui-button red-ui-button-small"><i class="fa fa-trash"></i></button>').appendTo(o).on("click",function(e){e.preventDefault();var o=G.addSpinnerOverlay(i).addClass("red-ui-component-spinner-contain"),n=RED.notify(RED._("sidebar.project.projectSettings.deleteConfirm",{name:a.name}),{type:"warning",modal:!0,fixed:!0,buttons:[{text:RED._("common.label.cancel"),click:function(){o.remove(),n.close()}},{text:"Delete branch",click:function(){n.close();var t={url:"projects/"+s.name+"/branches/"+a.name,type:"DELETE",responses:{200:function(e){i.fadeOut(200,function(){r.editableList("removeItem",a),o.remove()})},400:{git_delete_branch_unmerged:function(e){n=RED.notify(RED._("sidebar.project.projectSettings.unmergedConfirm",{name:a.name}),{type:"warning",modal:!0,fixed:!0,buttons:[{text:RED._("common.label.cancel"),click:function(){o.remove(),n.close()}},{text:RED._("sidebar.project.projectSettings.deleteUnmergedBranch"),click:function(){t.url+="?force=true",n.close(),G.sendRequest(t)}}]})},"*":function(e){G.reportUnexpectedError(e),o.remove()}}}};G.sendRequest(t)}}]})})))}}),$.getJSON("projects/"+s.name+"/branches",function(e){e.branches&&(0<e.branches.length?(e.branches.sort(function(e,t){return e.current?-1:t.current?1:e.name.localeCompare(t.name)}),e.branches.forEach(function(e){r.editableList("addItem",e)})):r.editableList("addItem",{empty:!0}))});var s,r,i,t=$('<div class="red-ui-settings-section"></div>').appendTo(e),e=$("<h4></h4>").text(RED._("sidebar.project.projectSettings.gitRemotes")).appendTo(t),o=$('<button class="red-ui-button red-ui-button-small" style="float: right; margin-right: 10px;">'+RED._("sidebar.project.projectSettings.addRemote")+"</button>").appendTo(e).on("click",function(e){o.attr("disabled",!0),c.slideDown(200,function(){c[0].scrollIntoView(),l?(g.val("origin"),m.trigger("focus")):g.trigger("focus"),p()})}),d={empty:!0},l=!0,e=$('<div class="red-ui-settings-row"></div>').appendTo(t),c=$('<div class="red-ui-projects-dialog-list-dialog"></div>').hide().appendTo(e),e=$('<div class="red-ui-settings-row red-ui-projects-dialog-list"></div>').appendTo(t),u=$("<ol>").appendTo(e),p=(u.editableList({addButton:!1,height:"auto",addItem:function(n,e,i){var t,o=$('<div class="red-ui-projects-dialog-list-entry">').appendTo(n);i.empty?(o.addClass("red-ui-search-empty"),o.text(RED._("sidebar.project.projectSettings.noRemotes"))):($('<span class="entry-icon"><i class="fa fa-globe"></i></span>').appendTo(o),t=$("<span>").appendTo(o),$('<div class="entry-name">').text(i.name).appendTo(t),i.urls.fetch===i.urls.push?$('<div class="entry-detail">').text(i.urls.fetch).appendTo(t):($('<div class="entry-detail">').text("fetch: "+i.urls.fetch).appendTo(t),$('<div class="entry-detail">').text("push: "+i.urls.push).appendTo(t)),t=$('<span class="entry-tools">').appendTo(o),$('<button class="red-ui-button red-ui-button-small"><i class="fa fa-trash"></i></button>').appendTo(t).on("click",function(e){e.preventDefault();var t=G.addSpinnerOverlay(n).addClass("red-ui-component-spinner-contain"),o=RED.notify(RED._("sidebar.project.projectSettings.deleteRemoteConfrim",{name:i.name}),{type:"warning",modal:!0,fixed:!0,buttons:[{text:RED._("common.label.cancel"),click:function(){t.remove(),o.close()}},{text:RED._("sidebar.project.projectSettings.deleteRemote"),click:function(){o.close(),a.git.branches.remote&&0===a.git.branches.remote.indexOf(i.name+"/")&&delete a.git.branches.remote,a.git.branches.remoteAlt&&0===a.git.branches.remoteAlt.indexOf(i.name+"/")&&delete a.git.branches.remoteAlt;var e="projects/"+a.name+"/remotes/"+i.name;G.sendRequest({url:e,type:"DELETE",responses:{200:function(e){n.fadeOut(200,function(){u.editableList("removeItem",i),setTimeout(t.remove,100),0===e.remotes.length?(delete a.git.remotes,l=!0,u.editableList("addItem",d)):(a.git.remotes={},e.remotes.forEach(function(e){var t=e.name;delete e.name,a.git.remotes[t]=e})),delete a.git.branches.remoteAlt,RED.sidebar.versionControl.refresh()})},400:{"*":function(e){G.reportUnexpectedError(e),t.remove()}}}})}}]})}))}}),function(){var e=/^[a-zA-Z0-9\-_]+$/.test(g.val()),t=m.val(),o=0<t.length&&!/\s/.test(t);/^https?:\/\/[^/]+@/i.test(t)?(v.text(RED._("sidebar.project.projectSettings.urlRule2")),o=!1):v.text(RED._("sidebar.project.projectSettings.urlRule")),b.attr("disabled",!e||!o),g.toggleClass("input-error",f&&!e),m.toggleClass("input-error",h&&!o),i&&(i.close(),i=null)}),f=!1,h=!1,g=($('<div class="red-ui-projects-dialog-list-dialog-header">').text(RED._("sidebar.project.projectSettings.addRemote2")).appendTo(c),e=$('<div class="red-ui-settings-row"></div>').appendTo(c),$('<label for=""></label>').text(RED._("sidebar.project.projectSettings.remoteName")).appendTo(e),$('<input type="text">').appendTo(e).on("change keyup paste",function(){f=!0,p()})),m=($('<label class="red-ui-projects-edit-form-sublabel"><small>'+RED._("sidebar.project.projectSettings.nameRule")+"</small></label>").appendTo(e).find("small"),e=$('<div class="red-ui-settings-row"></div>').appendTo(c),$('<label for=""></label>').text(RED._("sidebar.project.projectSettings.url")).appendTo(e),$('<input type="text">').appendTo(e).on("change keyup paste",function(){h=!0,p()})),v=$('<label class="red-ui-projects-edit-form-sublabel"><small>'+RED._("sidebar.project.projectSettings.urlRule")+"</small></label>").appendTo(e).find("small"),t=$('<span class="button-row" style="position: relative; float: right; margin: 10px;"></span>').appendTo(c),b=($('<button class="red-ui-button">'+RED._("common.label.cancel")+"</button>").appendTo(t).on("click",function(e){e.preventDefault(),n()}),$('<button class="red-ui-button">'+RED._("sidebar.project.projectSettings.addRemote2")+"</button>").appendTo(t).on("click",function(e){e.preventDefault();function t(e){o.remove(),e||n()}var o=G.addSpinnerOverlay(c).addClass("red-ui-component-spinner-contain"),e={name:g.val(),url:m.val()};RED.deploy.setDeployInflight(!0),G.sendRequest({url:"projects/"+a.name+"/remotes",type:"POST",responses:{0:function(e){t(e)},200:function(e){a.git.remotes={},e.remotes.forEach(function(e){var t=e.name;delete e.name,a.git.remotes[t]=e}),y(),RED.sidebar.versionControl.refresh(),t()},400:{git_remote_already_exists:function(e){i=RED.popover.create({target:g,direction:"right",size:"small",content:"Remote already exists",autoClose:6e3}).open(),g.addClass("input-error"),t(e)},"*":function(e){G.reportUnexpectedError(e),t(e)}}}},e)})),y=function(){u.editableList("empty");var e=0;if(a.git.hasOwnProperty("remotes"))for(var t in a.git.remotes)a.git.remotes.hasOwnProperty(t)&&(e++,u.editableList("addItem",{name:t,urls:a.git.remotes[t]}));(l=0===e)&&u.editableList("addItem",d)};y()}function m(e){var t=$('<div id="red-ui-project-settings-tab-settings" class="red-ui-project-settings-tab-pane red-ui-help"></div>');return u(e,t),p(e,t),t}function v(e){/^subflow:/.test(e.type)||"node-red"!==(e=RED.nodes.registry.getNodeSetForType(e.type).module)&&(b.hasOwnProperty(e)||(b[e]={module:e,version:RED.nodes.registry.getModule(e).version,count:0,known:!1}),b[e].count++)}var b={};return{init:function(e){G=e,n({id:"main",title:RED._("sidebar.project.name"),get:i,close:function(){}}),n({id:"deps",title:RED._("sidebar.project.dependencies"),get:a,close:function(){}}),n({id:"settings",title:RED._("sidebar.project.settings"),get:m,close:function(){B&&(B.close(),B=null)}}),RED.events.on("nodes:add",v),RED.events.on("nodes:remove",function(e){/^subflow:/.test(e.type)||"node-red"!==(e=RED.nodes.registry.getNodeSetForType(e.type).module)&&b.hasOwnProperty(e)&&(b[e].count--,0!==b[e].count||b[e].known||delete b[e])})},show:function(a){var e;o||(RED.user.hasPermission("projects.write")?(o=!0,e={title:RED._("sidebar.project.projectSettings.title"),buttons:[{id:"node-dialog-ok",text:RED._("common.label.close"),class:"primary",click:function(){RED.tray.close()}}],resize:function(e){t=e.width},open:function(e){var t=RED.projects.getActiveProject(),e=e.find(".red-ui-tray-body"),e=$("<div></div>").appendTo(e),o=$("<div></div>",{class:"red-ui-settings-tabs-container"}).appendTo(e),n=($("<ul></ul>",{id:"user-settings-tabs"}).appendTo(o),RED.tabs.create({id:"user-settings-tabs",vertical:!0,onchange:function(e){setTimeout(function(){i.children().hide(),$("#"+e.id).show(),e.pane.focus&&e.pane.focus()},50)}})),i=$("<div></div>",{class:"red-ui-settings-tabs-content"}).appendTo(e);s.forEach(function(e){n.addTab({id:"red-ui-project-settings-tab-"+e.id,label:e.title,pane:e}),e.get(t).hide().appendTo(i)}),e.i18n(),n.activateTab("red-ui-project-settings-tab-"+(a||"main")),$("#red-ui-sidebar-shade").show()},close:function(){o=!1,s.forEach(function(e){e.close&&e.close()}),$("#red-ui-sidebar-shade").hide()},show:function(){}},null!==t&&(e.width=t),RED.tray.show(e)):RED.notify(RED._("user.errors.notAuthorized"),"error"))},switchProject:function(e){b={}}}}(),RED.projects.userSettings=function(){var a,v,b;function s(e){$("<h3></h3>").text(RED._("editor:sidebar.project.userSettings.sshKeys")).appendTo(e);function t(){var e=/^[a-zA-Z0-9\-_]+$/.test(c.val()),t=(c.toggleClass("input-error",l&&!e),u.val()),o=0===t.length||8<=t.length;u.toggleClass("input-error",!o),o?0===t.length?p.text(RED._("editor:sidebar.project.userSettings.optional")):p.text(""):p.text(RED._("editor:sidebar.project.userSettings.passphraseShort")),f.attr("disabled",!(e=e&&o)),n&&(n.close(),n=null)}function i(){a.attr("disabled",!1),s.hide(),c.val(""),l=!1,u.val(""),n&&(n.close(),n=null)}function r(e,t){var e=$('<div class="red-ui-projects-dialog-ssh-public-key">',{style:"position:relative"}).appendTo(e),o=$("<pre>",{style:"min-height: 80px"}).appendTo(e),n=b.addSpinnerOverlay(o).addClass("red-ui-component-spinner-contain"),t={url:"settings/user/keys/"+t.name,type:"GET",responses:{200:function(e){o.text(e.publickey),n.remove()},400:{unexpected_error:function(e){console.log(e),n.remove()}}}},t=(b.sendRequest(t),$('<span class="button-row" style="position: relative; float: right; margin: 10px;"></span>').appendTo(e));return $('<button class="red-ui-button red-ui-button-small">'+RED._("editor:sidebar.project.userSettings.copyPublicKey")+"</button>").appendTo(t).on("click",function(e){try{e.stopPropagation(),e.preventDefault(),document.getSelection().selectAllChildren(o[0]);document.execCommand("copy");document.getSelection().empty()}catch(e){}}),e}var n,e=$('<div class="red-ui-settings-section"></div>').appendTo(e),o=$('<div class="red-ui-settings-section-description"></div>').appendTo(e).text(RED._("editor:sidebar.project.userSettings.sshKeysTip")),a=$('<button id="user-settings-gitconfig-add-key" class="red-ui-button red-ui-button-small" style="float: right; margin-right: 10px;">'+RED._("editor:sidebar.project.userSettings.add")+"</button>").appendTo(o).on("click",function(e){a.attr("disabled",!0),f.attr("disabled",!0),s.slideDown(200),c.trigger("focus")}),o=$('<div class="red-ui-settings-row"></div>').appendTo(e),s=$('<div class="red-ui-projects-dialog-list-dialog"></div>').hide().appendTo(o),d=($('<div class="red-ui-projects-dialog-list-dialog-header">').text(RED._("editor:sidebar.project.userSettings.addSshKey")).appendTo(s),$("<div>").appendTo(s)),o=$('<div class="red-ui-settings-row"></div>').appendTo(d),l=($('<div class="red-ui-settings-section-description"></div>').appendTo(o).text(RED._("editor:sidebar.project.userSettings.addSshKeyTip")),o=$('<div class="red-ui-settings-row"></div>').appendTo(d),$('<label for=""></label>').text(RED._("editor:sidebar.project.userSettings.name")).appendTo(o),!1),c=$('<input type="text">').appendTo(o).on("change keyup paste",function(){l=!0,t()}),d=($('<label class="red-ui-projects-edit-form-sublabel"><small>'+RED._("editor:sidebar.project.userSettings.nameRule")+"</small></label>").appendTo(o).find("small"),$("<div>").appendTo(d)),u=(o=$('<div class="red-ui-settings-row"></div>').appendTo(d),$('<label for=""></label>').text(RED._("editor:sidebar.project.userSettings.passphrase")).appendTo(o),$('<input type="password">').appendTo(o).on("change keyup paste",t)),p=$('<label class="red-ui-projects-edit-form-sublabel"><small>'+RED._("editor:sidebar.project.userSettings.optional")+"</small></label>").appendTo(o).find("small"),d=$('<span class="button-row" style="position: relative; float: right; margin: 10px;"></span>').appendTo(s),f=($('<button class="red-ui-button">'+RED._("editor:sidebar.project.userSettings.cancel")+"</button>").appendTo(d).on("click",function(e){e.preventDefault(),i()}),$('<button class="red-ui-button">'+RED._("editor:sidebar.project.userSettings.generate")+"</button>").appendTo(d).on("click",function(e){e.preventDefault();function t(e){o.remove(),e||i()}var o=b.addSpinnerOverlay(s).addClass("red-ui-component-spinner-contain"),n={name:c.val(),type:"generate"};n.comment=v.val(),n.password=u.val(),n.size=4096;RED.deploy.setDeployInflight(!0),b.sendRequest({url:"settings/user/keys",type:"POST",responses:{0:function(e){t(e)},200:function(e){m(n.name),t()},400:{unexpected_error:function(e){console.log(e),t(e)}}}},n)})),h=(o=$('<div class="red-ui-settings-row red-ui-projects-dialog-list"></div>').appendTo(e),{empty:!0}),g=$('<ol class="red-ui-projects-dialog-ssh-key-list">').appendTo(o).editableList({height:"auto",addButton:!1,scrollOnAdd:!1,addItem:function(n,e,i){var t,o,a,s=$('<div class="red-ui-projects-dialog-list-entry">').appendTo(n);i.empty?(s.addClass("red-ui-search-empty"),s.text(RED._("editor:sidebar.project.userSettings.noSshKeys"))):(t=$('<div class="red-ui-projects-dialog-ssh-key-header">').appendTo(s),$('<span class="entry-icon"><i class="fa fa-key"></i></span>').appendTo(t),$('<span class="entry-name">').text(i.name).appendTo(t),o=$('<span class="button-row entry-tools">').appendTo(t),t.on("click",function(e){a?a.slideUp(200,function(){a.remove(),a=null}):a=r(s,i)}),i.system||$('<button class="red-ui-button red-ui-button-small"><i class="fa fa-trash"></i></button>').appendTo(o).on("click",function(e){e.stopPropagation();var t=b.addSpinnerOverlay(n).addClass("red-ui-component-spinner-contain"),o=RED.notify(RED._("editor:sidebar.project.userSettings.deleteConfirm",{name:i.name}),{type:"warning",modal:!0,fixed:!0,buttons:[{text:RED._("common.label.cancel"),click:function(){t.remove(),o.close()}},{text:RED._("editor:sidebar.project.userSettings.delete"),click:function(){o.close();var e="settings/user/keys/"+i.name;b.sendRequest({url:e,type:"DELETE",responses:{200:function(e){n.fadeOut(200,function(){g.editableList("removeItem",i),setTimeout(t.remove,100),0===g.editableList("length")&&g.editableList("addItem",h)})},400:{unexpected_error:function(e){console.log(e),t.remove()}}}})}}]})}),i.expand&&(a=r(s,i)))}}),m=function(t){$.getJSON("settings/user/keys",function(e){e.keys&&(e.keys.sort(function(e,t){return e.name.localeCompare(t.name)}),g.editableList("empty"),e.keys.forEach(function(e){e.name===t&&(e.expand=!0),g.editableList("addItem",e)}),0===g.editableList("length")&&g.editableList("addItem",h))})};m()}function t(e){var t,o,n,i=$('<div id="red-ui-settings-tab-gitconfig" class="project-settings-tab-pane red-ui-help"></div>');return t=i,(n=RED.settings.get("git")||{}).user=n.user||{},$("<h3></h3>").text(RED._("editor:sidebar.project.userSettings.committerDetail")).appendTo(t),t=$('<div class="red-ui-settings-section"></div>').appendTo(t),$('<div class="red-ui-settings-section-description"></div>').appendTo(t).text(RED._("editor:sidebar.project.userSettings.committerTip")),o=$('<div class="red-ui-settings-row"></div>').appendTo(t),$('<label for="user-settings-gitconfig-username"></label>').text(RED._("editor:sidebar.project.userSettings.userName")).appendTo(o),(a=$('<input type="text" id="user-settings-gitconfig-username">').appendTo(o)).val(n.user.name||""),o=$('<div class="red-ui-settings-row"></div>').appendTo(t),$('<label for="user-settings-gitconfig-email"></label>').text(RED._("editor:sidebar.project.userSettings.email")).appendTo(o),(v=$('<input type="text" id="user-settings-gitconfig-email">').appendTo(o)).val(n.user.email||""),t=i,o=RED.settings.theme("projects.workflow.mode","manual"),(n=RED.settings.get("git")||{}).workflow=n.workflow||{},n.workflow.mode=n.workflow.mode||o,$("<h3></h3>").text(RED._("editor:sidebar.project.userSettings.workflow")).appendTo(t),o=$('<div class="red-ui-settings-section"></div>').appendTo(t),$('<div class="red-ui-settings-section-description"></div>').appendTo(o).text(RED._("editor:sidebar.project.userSettings.workfowTip")),t=$('<div class="red-ui-settings-row"></div>').appendTo(o),$('<label><input type="radio" name="user-setting-gitworkflow" value="manual"> <div style="margin-left: 3px; display: inline-block"><div data-i18n="editor:sidebar.project.userSettings.workflowManual"></div><div style="color:#aaa;" data-i18n="editor:sidebar.project.userSettings.workflowManualTip"></div></div></label>').appendTo(t),t=$('<div class="red-ui-settings-row"></div>').appendTo(o),$('<label><input type="radio" name="user-setting-gitworkflow" value="auto"> <div style="margin-left: 3px; display: inline-block"><div data-i18n="editor:sidebar.project.userSettings.workflowAuto"></div><div style="color:#aaa;" data-i18n="editor:sidebar.project.userSettings.workflowAutoTip"></div></div></label>').appendTo(t),o.find('[name="user-setting-gitworkflow"][type="radio"][value="'+n.workflow.mode+'"]').prop("checked",!0),s(i),i}return{init:function(e){b=e,RED.userSettings.add({id:"gitconfig",title:RED._("editor:sidebar.project.userSettings.gitConfig"),get:t,close:function(){var e=RED.settings.get("git")||{};e.user=e.user||{},e.user.name=a.val(),e.user.email=v.val(),e.workflow=e.workflow||{},e.workflow.mode=$('[name="user-setting-gitworkflow"][type="radio"]:checked').val(),RED.settings.set("git",e)}})}}}(),RED.sidebar.versionControl=function(){var D,R,x,_,k,T,a,C,j,L,S,O,I,s,N,P,A,M={};function z(t,a,e,s){t.addClass("red-ui-sidebar-vc-change-entry");var n,i,r,o,d,l,c=$("<div>").appendTo(t);a.label?(t.addClass("red-ui-help-info-none"),c.text(a.label),a.button&&(c.css({display:"inline-block",maxWidth:"300px",textAlign:"left"}),l=$('<div style="float: right; margin: 5px; height: 50px;"></div>').appendTo(c),$('<button class="red-ui-button red-ui-button-small"></button>').text(a.button.label).appendTo(l).on("click",a.button.click))):(n=$('<i class=""></i>').appendTo(c),i=$('<a href="#">').appendTo(c).on("click",function(e){var o,n,i;e.preventDefault(),o=a,n=s,i=RED.projects.getActiveProject(),N.sendRequest({url:"projects/"+i.name+"/diff/"+("staged"===n?"index":"tree")+"/"+encodeURIComponent(o.file),type:"GET",responses:{0:function(e){console.log(e)},200:function(e){var t="unstaged"===n?RED._("sidebar.project.versionControl.unstagedChanges")+" : "+o.file:"staged"===n?RED._("sidebar.project.versionControl.stagedChanges")+" : "+o.file:RED._("sidebar.project.versionControl.resolveConflicts")+" : "+o.file,e={diff:e.diff,title:t,unmerged:"unmerged"===n,project:i};"unstaged"==n?(e.oldRevTitle=" "===o.indexStatus?RED._("sidebar.project.versionControl.head"):RED._("sidebar.project.versionControl.staged"),e.newRevTitle=RED._("sidebar.project.versionControl.unstaged"),e.oldRev=" "===o.indexStatus?"@":":0",e.newRev="_"):"staged"===n?(e.oldRevTitle=RED._("sidebar.project.versionControl.head"),e.newRevTitle=RED._("sidebar.project.versionControl.staged"),e.oldRev="@",e.newRev=":0"):(e.oldRevTitle=RED._("sidebar.project.versionControl.local"),e.newRevTitle=RED._("sidebar.project.versionControl.remote"),e.commonRev=":1",e.oldRev=":2",e.newRev=":3",e.onresolve=function(e){N.sendRequest({url:"projects/"+i.name+"/resolve/"+encodeURIComponent(o.file),type:"POST",responses:{0:function(e){console.log(e)},200:function(e){V(!0)},400:{unexpected_error:function(e){console.log(e)}}}},{resolutions:e.resolutions[o.file]})}),RED.diff.showUnifiedDiff(e)},400:{unexpected_error:function(e){console.log(e)}}}})}),r=$("<span>").appendTo(i),l=$('<div class="red-ui-sidebar-vc-change-entry-tools">').appendTo(t),"unstaged"===s&&(o=$('<span class="button-group" style="margin-right: 5px;"></span>').appendTo(l),d=$('<button class="red-ui-button red-ui-button-small"><i class="fa fa-reply"></i></button>').appendTo(o).on("click",function(e){e.preventDefault();var t=N.addSpinnerOverlay(c).addClass("red-ui-component-spinner-contain"),o=RED.notify(RED._("sidebar.project.versionControl.revert",{file:a.file}),{type:"warning",modal:!0,fixed:!0,buttons:[{text:RED._("common.label.cancel"),click:function(){t.remove(),o.close()}},{text:RED._("sidebar.project.versionControl.revertChanges"),click:function(){o.close();var e={url:"projects/"+RED.projects.getActiveProject().name+"/files/_/"+a.file,type:"DELETE",responses:{200:function(e){t.remove()},400:{unexpected_error:function(e){t.remove(),console.log(e)}}}};RED.deploy.setDeployInflight(!0),N.sendRequest(e).always(function(){setTimeout(function(){RED.deploy.setDeployInflight(!1)},500)})}}]})}),RED.popover.tooltip(d,RED._("sidebar.project.versionControl.revertChanges"))),o=$('<span class="button-group"></span>').appendTo(l),"unmerged"!==s&&(l=$('<button class="red-ui-button red-ui-button-small"><i class="fa fa-'+("unstaged"===s?"plus":"minus")+'"></i></button>').appendTo(o).on("click",function(e){e.preventDefault();e=RED.projects.getActiveProject();a.spinner=N.addSpinnerOverlay(t).addClass("projects-version-control-spinner-sidebar"),N.sendRequest({url:"projects/"+e.name+"/stage/"+encodeURIComponent(a.file),type:"unstaged"===s?"POST":"DELETE",responses:{0:function(e){console.log(e)},200:function(e){U(e)},400:{unexpected_error:function(e){console.log(e)}}}},{})}),RED.popover.tooltip(l,RED._("sidebar.project.versionControl."+("unstaged"===s?"stage":"unstage")+"Change"))),a["update"+("unstaged"===s?"Unstaged":"Staged")]=function(e,t){c.removeClass();var o="",o="A"===t?(c.addClass("red-ui-diff-state-added"),"fa-plus-square"):"?"===t?(c.addClass("red-ui-diff-state-unchanged"),"fa-question-circle-o"):"D"===t?(c.addClass("red-ui-diff-state-deleted"),"fa-minus-square"):"M"===t?(c.addClass("red-ui-diff-state-changed"),"fa-square"):"R"===t?(c.addClass("red-ui-diff-state-changed"),"fa-toggle-right"):("U"===t&&c.addClass("red-ui-diff-state-conflicted"),"fa-exclamation-triangle");r.empty(),$("<span>").text(e.file.replace(/\\(.)/g,"$1")).appendTo(r),e.oldName&&($('<i class="fa fa-long-arrow-right"></i>').prependTo(r),$("<span>").text(e.oldName.replace(/\\(.)/g,"$1")).prependTo(r)),n.removeClass(),n.addClass("fa "+o),e.spinner&&(e.spinner.remove(),delete e.spinner),d&&d.toggle("?"!==t),i.toggleClass("disabled","D"===t||"?"===t)},a["update"+("unstaged"===s?"Unstaged":"Staged")](a,e))}function B(e){var t=Date.now()/1e3-e,o=Math.floor(t/86400);if(30<o)return new Date(1e3*e).toLocaleDateString();if(0<o)return RED._("sidebar.project.versionControl.daysAgo",{count:o});e=Math.floor(t/3600);if(0<e)return RED._("sidebar.project.versionControl.hoursAgo",{count:e});o=Math.floor(t/60);return 0<o?RED._("sidebar.project.versionControl.minsAgo",{count:o}):RED._("sidebar.project.versionControl.secondsAgo")}function G(e,t){var o=RED.projects.getActiveProject(),e=((a=t?N.addSpinnerOverlay(x.parent()):N.addSpinnerOverlay(k.parent())).addClass("red-ui-component-spinner-sidebar"),t?{files:e}:void 0);N.sendRequest({url:"projects/"+o.name+"/stage",type:t?"POST":"DELETE",responses:{0:function(e){console.log(e)},200:function(e){U(e)},400:{unexpected_error:function(e){console.log(e)}}}},e)}var i=!1;function F(n,i,e,a,t){var s=N.addSpinnerOverlay(e),e=n+"?limit="+(a||20);t&&(e+="&before="+t),N.sendRequest({url:e,type:"GET",responses:{0:function(e){console.log(e)},200:function(e){e.commits.forEach(function(e){i.editableList("addItem",e),t=e.sha}),i.loadMoreItem&&(i.editableList("removeItem",i.loadMoreItem),delete i.loadMoreItem);var t,o=i.editableList("length");o<e.total&&(i.loadMoreItem={totalKnown:o,total:e.total,url:n,before:t+"~1",limit:a},i.editableList("addItem",i.loadMoreItem)),s.remove()},400:{unexpected_error:function(e){console.log(e)}}}})}function U(e){var n=e.files,e=(a&&(a.remove(),a=null),(s=!!e.merging)?(D.addClass("red-ui-sidebar-vc-merging"),C.show()):(D.removeClass("red-ui-sidebar-vc-merging"),C.hide()),x.editableList("removeItem",P),k.editableList("removeItem",P),j.editableList("removeItem",A),Object.keys(n).filter(function(e){return"f"===n[e].type})),i=(e.sort(),Date.now()+Math.floor(100*Math.random())),e=(e.forEach(function(e){var t=n[e],o=!1;t.status&&(t.file=e,t.indexStatus=t.status[0],t.treeStatus=t.status[1],("A"===t.indexStatus&&/[AU]/.test(t.treeStatus)||"U"===t.indexStatus&&/[DAU]/.test(t.treeStatus)||"D"===t.indexStatus&&/[DU]/.test(t.treeStatus))&&(t.unmerged=!0),M[e]?(M[e].unmerged&&!t.unmerged?(j.editableList("removeItem",M[e]),o=!0):!M[e].unmerged&&t.unmerged&&(x.editableList("removeItem",M[e]),k.editableList("removeItem",M[e])),M[e].status!==t.status&&(" "!==M[e].treeStatus?" "===t.treeStatus?x.editableList("removeItem",M[e]):t.treeStatus!==M[e].treeStatus&&M[e].updateUnstaged(t,t.treeStatus):o=!0," "!==M[e].indexStatus&&"?"!==M[e].indexStatus?" "===t.indexStatus||"?"===t.indexStatus?k.editableList("removeItem",M[e]):t.indexStatus!==M[e].indexStatus&&M[e].updateStaged(t,t.indexStatus):o=!0),M[e].status=t.status,M[e].indexStatus=t.indexStatus,M[e].treeStatus=t.treeStatus,M[e].oldName=t.oldName,M[e].unmerged=t.unmerged):(o=!0,M[e]=t),M[e].updateIndex=i,o&&(t.unmerged?j.editableList("addItem",M[e]):(" "!==t.treeStatus&&x.editableList("addItem",M[e])," "!==t.indexStatus&&"?"!==t.indexStatus&&k.editableList("addItem",M[e]))))}),Object.keys(M).forEach(function(e){M[e].updateIndex!==i&&(x.editableList("removeItem",M[e]),k.editableList("removeItem",M[e]),delete M[e])}),k.editableList("length")),t=x.editableList("length"),o=j.editableList("length");L.prop("disabled",s&&0<o||!s&&0===e),_.prop("disabled",0===t),T.prop("disabled",0===e),0===e&&k.editableList("addItem",P),0===t&&x.editableList("addItem",P),0===o&&j.editableList("addItem",A)}function V(e,t){var n;i||(e&&(M={},x.editableList("empty"),k.editableList("empty"),j.editableList("empty")),RED.user.hasPermission("projects.write")&&(i=!0,O.editableList("empty"),(e=RED.projects.getActiveProject())&&F("projects/"+e.name+"/commits",O,O.parent()),(n=RED.projects.getActiveProject())?(e="projects/"+n.name+"/status",t&&(e+="?remote=true"),$.getJSON(e,function(e){U(e),$("#red-ui-sidebar-vc-local-branch").text(e.branches.local),$("#red-ui-sidebar-vc-remote-branch").text(e.branches.remote||RED._("sidebar.project.versionControl.none"));var t=e.commits.ahead||0,o=e.commits.behind||0;n.git.hasOwnProperty("remotes")?e.branches.hasOwnProperty("remoteError")&&"git_remote_gone"!==e.branches.remoteError.code?($("#red-ui-sidebar-vc-repo-status-auth-issue").show(),$("#red-ui-sidebar-vc-repo-status-stats").hide(),$("#red-ui-sidebar-vc-repo-branch").prop("disabled",!0),$("#red-ui-sidebar-vc-repo-pull").prop("disabled",!0),$("#red-ui-sidebar-vc-repo-push").prop("disabled",!0),$("#red-ui-sidebar-vc-repo-toolbar-message").hide(),$("#red-ui-sidebar-vc-repo-toolbar-error-message").show()):($("#red-ui-sidebar-vc-repo-toolbar-message").show(),$("#red-ui-sidebar-vc-repo-toolbar-error-message").hide(),$("#red-ui-sidebar-vc-repo-status-auth-issue").hide(),$("#red-ui-sidebar-vc-repo-status-stats").show(),$("#red-ui-sidebar-vc-repo-branch").prop("disabled",!1),$("#red-ui-sidebar-vc-repo-status-button").show(),e.branches.hasOwnProperty("remote")?J(t,o):($("#red-ui-sidebar-vc-commits-ahead").text(""),$("#red-ui-sidebar-vc-commits-behind").text(""),$("#red-ui-sidebar-vc-repo-toolbar-message").text(RED._("sidebar.project.versionControl.notTracking")),$("#red-ui-sidebar-vc-repo-pull").prop("disabled",!0),$("#red-ui-sidebar-vc-repo-push").prop("disabled",!0))):$("#red-ui-sidebar-vc-repo-status-button").hide(),i=!1,$(".red-ui-sidebar-vc-shade").hide()}).fail(function(){i=!1})):($(".red-ui-sidebar-vc-shade").show(),x.editableList("empty"),k.editableList("empty"),j.editableList("empty"))))}function J(e,t){$("#red-ui-sidebar-vc-commits-ahead").text(e),$("#red-ui-sidebar-vc-commits-behind").text(t),s?($("#red-ui-sidebar-vc-repo-toolbar-message").text(RED._("sidebar.project.versionControl.statusUnmergedChanged")),$("#red-ui-sidebar-vc-repo-pull").prop("disabled",!0),$("#red-ui-sidebar-vc-repo-push").prop("disabled",!0)):0<e&&0===t?($("#red-ui-sidebar-vc-repo-toolbar-message").text(RED._("sidebar.project.versionControl.commitsAhead",{count:e})),$("#red-ui-sidebar-vc-repo-pull").prop("disabled",!0),$("#red-ui-sidebar-vc-repo-push").prop("disabled",!1)):0===e&&0<t?($("#red-ui-sidebar-vc-repo-toolbar-message").text(RED._("sidebar.project.versionControl.commitsBehind",{count:t})),$("#red-ui-sidebar-vc-repo-pull").prop("disabled",!1),$("#red-ui-sidebar-vc-repo-push").prop("disabled",!0)):0<e&&0<t?($("#red-ui-sidebar-vc-repo-toolbar-message").text(RED._("sidebar.project.versionControl.commitsAheadAndBehind1",{count:t})+RED._("sidebar.project.versionControl.commitsAheadAndBehind2",{count:e})+RED._("sidebar.project.versionControl.commitsAheadAndBehind3",{count:t})),$("#red-ui-sidebar-vc-repo-pull").prop("disabled",!1),$("#red-ui-sidebar-vc-repo-push").prop("disabled",!0)):0===e&&0===t&&($("#red-ui-sidebar-vc-repo-toolbar-message").text(RED._("sidebar.project.versionControl.repositoryUpToDate")),$("#red-ui-sidebar-vc-repo-pull").prop("disabled",!0),$("#red-ui-sidebar-vc-repo-push").prop("disabled",!0))}function q(){V(),RED.sidebar.show("version-control")}return{init:function(e){function i(o){o=o||{};var e=N.addSpinnerOverlay(m).addClass("red-ui-component-spinner-contain"),t=$('<div style="position: relative; bottom: 60px;"></div>').appendTo(e),n=($('<button class="red-ui-button"></button>').text(RED._("eventLog.view")).appendTo(t).on("click",function(e){e.preventDefault(),RED.actions.invoke("core:show-event-log")}),RED.projects.getActiveProject()),t=(RED.eventLog.startEvent("Pull changes"+(n.git.branches.remoteAlt?" : "+n.git.branches.remoteAlt:"")),"projects/"+n.name+"/pull");n.git.branches.remoteAlt&&(t+="/"+n.git.branches.remoteAlt),(o.setUpstream||o.allowUnrelatedHistories)&&(t+="?"),o.setUpstream&&(t+="setUpstream=true",o.allowUnrelatedHistories&&(t+="&")),o.allowUnrelatedHistories&&(t+="allowUnrelatedHistories=true"),N.sendRequest({url:t,type:"POST",responses:{0:function(e){console.log(e)},200:function(e){o.setUpstream&&n.git.branches.remoteAlt&&(n.git.branches.remote=n.git.branches.remoteAlt,delete n.git.branches.remoteAlt),V(!0),v()},400:{git_local_overwrite:function(e){RED.notify(RED._("sidebar.project.versionControl.unablePull")+'<p><a href="#" onclick="RED.sidebar.versionControl.showLocalChanges(); return false;">'+RED._("sidebar.project.versionControl.showUnstagedChanges")+"</a></p>","error",!1,1e7)},git_pull_merge_conflict:function(e){V(!0),v()},git_connection_failed:function(e){RED.notify(RED._("sidebar.project.versionControl.connectionFailed")+e.toString(),"warning")},git_pull_unrelated_history:function(e){var t=RED.notify(RED._("sidebar.project.versionControl.pullUnrelatedHistory"),{type:"error",modal:!0,fixed:!0,buttons:[{text:RED._("common.label.cancel"),click:function(){t.close()}},{text:RED._("sidebar.project.versionControl.pullChanges"),click:function(){t.close(),o.allowUnrelatedHistories=!0,i(o)}}]})},"*":function(e){N.reportUnexpectedError(e)}}}},{}).always(function(){e.remove()})}N=e,RED.actions.add("core:show-version-control-tab",q),RED.events.on("deploy",function(){var e,t=RED.projects.getActiveProject();t&&(e=RED.settings.theme("projects.workflow.mode","manual"),"auto"===(((RED.settings.get("git")||{}).workflow||{}).mode||e)?V(!0):(M={},x.editableList("empty"),k.editableList("empty"),j.editableList("empty"),$.getJSON("projects/"+t.name+"/status",function(e){U(e)})))}),RED.events.on("login",function(){V(!0)}),D=$("<div>",{class:"red-ui-sidebar-vc"});var e=$("<div>",{class:"red-ui-sidebar-vc-stack"}).appendTo(D),e=(R=RED.stack.create({container:e,fill:!0,singleExpanded:!0}),(S=R.add({title:RED._("sidebar.project.versionControl.localChanges"),collapsible:!0})).expand(),S.content.css({height:"100%"}),$('<div style="float: right"></div>').appendTo(S.header)),t=$('<button class="red-ui-button red-ui-button-small"><i class="fa fa-refresh"></i></button>').appendTo(e).on("click",function(e){e.preventDefault(),e.stopPropagation(),V(!0)}),o=(RED.popover.tooltip(t,RED._("sidebar.project.versionControl.refreshChanges")),P={label:RED._("sidebar.project.versionControl.none")},A={label:RED._("sidebar.project.versionControl.conflictResolve")},$('<div class="red-ui-sidebar-vc-change-container"></div>').appendTo(S.content)),n=$('<div class="red-ui-sidebar-vc-change-header">'+RED._("sidebar.project.versionControl.localFiles")+"</div>").appendTo(o),a=(_=$('<button class="red-ui-button red-ui-button-small" style="position: absolute; right: 5px; top: 5px;"><i class="fa fa-plus"></i> '+RED._("sidebar.project.versionControl.all")+"</button>").appendTo(n).on("click",function(e){e.preventDefault(),e.stopPropagation(),G(Object.keys(M).filter(function(e){return" "!==M[e].treeStatus}),!0)}),RED.popover.tooltip(_,RED._("sidebar.project.versionControl.stageAllChange")),(x=$("<ol>",{style:"position: absolute; top: 30px; bottom: 0; right:0; left:0;"}).appendTo(o)).editableList({addButton:!1,scrollOnAdd:!1,addItem:function(e,t,o){z(e,o,o.treeStatus,"unstaged")},sort:function(e,t){return"?"===e.treeStatus&&"?"!==t.treeStatus?1:"?"!==e.treeStatus&&"?"===t.treeStatus?-1:e.file.localeCompare(t.file)}}),C=$('<div class="red-ui-sidebar-vc-change-container"></div>').appendTo(S.content),n=$('<div class="red-ui-sidebar-vc-change-header">'+RED._("sidebar.project.versionControl.unmergedChanges")+"</div>").appendTo(C),e=$('<div style="position: absolute; right: 5px; top: 5px;"></div>').appendTo(n),$('<button class="red-ui-button red-ui-button-small" style="margin-right: 5px;">'+RED._("sidebar.project.versionControl.abortMerge")+"</button>").appendTo(e).on("click",function(e){e.preventDefault(),e.stopPropagation();var t=N.addSpinnerOverlay(C),e=RED.projects.getActiveProject();RED.deploy.setDeployInflight(!0),N.sendRequest({url:"projects/"+e.name+"/merge",type:"DELETE",responses:{0:function(e){console.log(e)},200:function(e){t.remove(),V(!0)},400:{unexpected_error:function(e){console.log(e)}}}}).always(function(){setTimeout(function(){RED.deploy.setDeployInflight(!1)},500)})})),s=((j=$("<ol>",{style:"position: absolute; top: 30px; bottom: 0; right:0; left:0;"}).appendTo(C)).editableList({addButton:!1,scrollOnAdd:!1,addItem:function(e,t,o){o===A&&(o.button={label:RED._("sidebar.project.versionControl.commit"),click:function(e){e.preventDefault(),e.stopPropagation(),r()}}),z(e,o,o.treeStatus,"unmerged")},sort:function(e,t){return"?"===e.treeStatus&&"?"!==t.treeStatus?1:"?"!==e.treeStatus&&"?"===t.treeStatus?-1:e.file.localeCompare(t.file)}}),$('<div class="red-ui-sidebar-vc-change-container"></div>').appendTo(S.content)),n=$('<div class="red-ui-sidebar-vc-change-header">'+RED._("sidebar.project.versionControl.changeToCommit")+"</div>").appendTo(s),e=$('<div style="position: absolute; right: 5px; top: 5px;"></div>').appendTo(n),r=function(){d.val(""),c.prop("disabled",!0),o.css("height","30px"),C.is(":visible")?(C.css("height","30px"),s.css("height","calc(100% - 60px - 175px)")):s.css("height","calc(100% - 30px - 175px)"),commitBox.show(),setTimeout(function(){commitBox.css("height","175px")},10),_.prop("disabled",!0),T.prop("disabled",!0),L.prop("disabled",!0),a.prop("disabled",!0),d.trigger("focus")},d=(L=$('<button class="red-ui-button red-ui-button-small" style="margin-right: 5px;">'+RED._("sidebar.project.versionControl.commit")+"</button>").appendTo(e).on("click",function(e){e.preventDefault(),e.stopPropagation(),r()}),RED.popover.tooltip(L,RED._("sidebar.project.versionControl.commitChanges")),T=$('<button class="red-ui-button red-ui-button-small"><i class="fa fa-minus"></i> '+RED._("sidebar.project.versionControl.all")+"</button>").appendTo(e).on("click",function(e){e.preventDefault(),e.stopPropagation(),G(Object.keys(M).filter(function(e){return" "!==M[e].indexStatus&&"?"!==M[e].indexStatus}),!1)}),RED.popover.tooltip(T,RED._("sidebar.project.versionControl.unstageAllChange")),(k=$("<ol>",{style:"position: absolute; top: 30px; bottom: 0; right:0; left:0;"}).appendTo(s)).editableList({addButton:!1,scrollOnAdd:!1,addItem:function(e,t,o){z(e,o,o.indexStatus,"staged")},sort:function(e,t){return e.file.localeCompare(t.file)}}),commitBox=$('<div class="red-ui-sidebar-vc-slide-box red-ui-sidebar-vc-slide-box-bottom"></div>').hide().appendTo(S.content),$("<textarea></textarea>").attr("placeholder",RED._("sidebar.project.versionControl.commitPlaceholder")).appendTo(commitBox).on("change keyup paste",function(){c.prop("disabled",""===$(this).val().trim())})),n=$('<div class="red-ui-sidebar-vc-slide-box-toolbar button-group">').appendTo(commitBox),l=$('<button class="red-ui-button">'+RED._("sidebar.project.versionControl.cancelCapital")+"</button>").appendTo(n).on("click",function(e){e.preventDefault(),d.val(""),o.css("height",""),C.css("height",""),s.css("height",""),commitBox.css("height",0),setTimeout(function(){commitBox.hide()},200),_.prop("disabled",!1),T.prop("disabled",!1),L.prop("disabled",!1),a.prop("disabled",!1)}),c=$('<button class="red-ui-button">'+RED._("sidebar.project.versionControl.commitCapital")+"</button>").appendTo(n).on("click",function(e){e.preventDefault();var t=N.addSpinnerOverlay(c).addClass("red-ui-component-spinner-sidebar"),e=RED.projects.getActiveProject();RED.deploy.setDeployInflight(!0),N.sendRequest({url:"projects/"+e.name+"/commit",type:"POST",responses:{0:function(e){console.log(e)},200:function(e){t.remove(),l.trigger("click"),V(!0)},400:{"*":function(e){N.reportUnexpectedError(e)}}}},{message:d.val()}).always(function(){setTimeout(function(){RED.deploy.setDeployInflight(!1)},500)})}),n=R.add({title:RED._("sidebar.project.versionControl.commitHistory"),collapsible:!0}),e=(e=$('<div style="float: right"></div>').appendTo(n.header),t=$('<button class="red-ui-button red-ui-button-small"><i class="fa fa-refresh"></i></button>').appendTo(e).on("click",function(e){e.preventDefault(),e.stopPropagation(),V(!0,!0)}),RED.popover.tooltip(t,RED._("sidebar.project.versionControl.refreshCommitHistory")),$('<div class="red-ui-sidebar-vc-change-header" style="text-align: right;"></div>').appendTo(n.content)),u=$('<button class="red-ui-button red-ui-button-small"><i class="fa fa-code-fork"></i> '+RED._("sidebar.project.versionControl.branch")+' <span id="red-ui-sidebar-vc-local-branch"></span></button>').appendTo(e).on("click",function(e){e.preventDefault(),$(this).hasClass("selected")?f():(v(),I.show(),$(this).addClass("selected"),e=RED.projects.getActiveProject(),g.refresh("projects/"+e.name+"/branches"),h.show(),setTimeout(function(){h.css("height","215px"),g.focus()},100))}),p=(RED.popover.tooltip(u,RED._("sidebar.project.versionControl.changeLocalBranch")),$('<button class="red-ui-button red-ui-button-small" style="margin-left: 10px;" id="red-ui-sidebar-vc-repo-status-button"><span id="red-ui-sidebar-vc-repo-status-stats"><i class="fa fa-long-arrow-up"></i> <span id="red-ui-sidebar-vc-commits-ahead"></span> <i class="fa fa-long-arrow-down"></i> <span id="red-ui-sidebar-vc-commits-behind"></span></span><span id="red-ui-sidebar-vc-repo-status-auth-issue"><i class="fa fa-warning"></i></span></button>').appendTo(e).on("click",function(e){e.preventDefault(),$(this).hasClass("selected")?v():(f(),I.show(),$(this).addClass("selected"),e=RED.projects.getActiveProject(),$("#red-ui-sidebar-vc-repo-toolbar-set-upstream-row").toggle(!!e.git.branches.remoteAlt),m.show(),setTimeout(function(){m.css("height","265px")},100))})),f=(RED.popover.tooltip(p,RED._("sidebar.project.versionControl.manageRemoteBranch")),O=$("<ol>",{style:"position: absolute; top: 30px; bottom: 0px; right:0; left:0;"}).appendTo(n.content),I=$('<div class="red-ui-shade" style="z-Index: 3"></div>').css("top","30px").hide().appendTo(n.content),O.editableList({addButton:!1,scrollOnAdd:!1,addItem:function(t,e,o){var n,i;t.addClass("red-ui-sidebar-vc-commit-entry"),o.url?(t.addClass("red-ui-sidebar-vc-commit-more"),t.text("+ "+(o.total-o.totalKnown)+RED._("sidebar.project.versionControl.moreCommits")),t.on("click",function(e){e.preventDefault(),F(o.url,O,t,o.limit,o.before)})):(t.on("click",function(e){var t=RED.projects.getActiveProject();t&&$.getJSON("projects/"+t.name+"/commits/"+o.sha,function(e){e.project=t,e.parents=o.parents,e.oldRev=o.sha+"~1",e.newRev=o.sha,e.oldRevTitle=RED._("sidebar.project.versionControl.commitCapital")+" "+o.sha.substring(0,7)+"~1",e.newRevTitle=RED._("sidebar.project.versionControl.commitCapital")+" "+o.sha.substring(0,7),e.date=B(parseInt(o.date)),RED.diff.showCommitDiff(e)})}),n=$("<div>").appendTo(t),$('<div class="red-ui-sidebar-vc-commit-subject">').text(o.subject).appendTo(n),o.refs&&(i=$('<div class="red-ui-sidebar-vc-commit-refs">').appendTo(n),o.refs.forEach(function(e){var t=e;/HEAD -> /.test(e)&&(t=e.substring(8)),$('<span class="red-ui-sidebar-vc-commit-ref">').text(t).appendTo(i)}),t.addClass("red-ui-sidebar-vc-commit-head")),$('<div class="red-ui-sidebar-vc-commit-sha">').text(o.sha.substring(0,7)).appendTo(n),$('<div class="red-ui-sidebar-vc-commit-date">').text(B(parseInt(o.date))).appendTo(n))}}),function(e){u.removeClass("selected"),h.css("height","0"),I.hide(),setTimeout(function(){h.hide(),e&&e()},200)}),h=$('<div class="red-ui-sidebar-vc-slide-box red-ui-sidebar-vc-slide-box-top" style="top:30px;"></div>').hide().appendTo(n.content),g=($('<div class="red-ui-sidebar-vc-slide-box-header"></div>').text(RED._("sidebar.project.versionControl.changeLocalBranch")).appendTo(h),N.createBranchList({placeholder:RED._("sidebar.project.versionControl.createBranchPlaceholder"),container:h,onselect:function(e){if(e.current)return f();var t=N.addSpinnerOverlay(h),o=RED.projects.getActiveProject();RED.deploy.setDeployInflight(!0),N.sendRequest({url:"projects/"+o.name+"/branches",type:"POST",requireCleanWorkspace:!0,cancel:function(){t.remove()},responses:{0:function(e){t.remove(),console.log(e)},200:function(e){f(function(){t.remove()})},400:{git_local_overwrite:function(e){t.remove(),RED.notify(RED._("sidebar.project.versionControl.localOverwrite"),{type:"error",timeout:8e3})},unexpected_error:function(e){t.remove(),console.log(e)}}}},e).always(function(){setTimeout(function(){RED.deploy.setDeployInflight(!1)},500)})}})),m=$('<div class="red-ui-sidebar-vc-slide-box red-ui-sidebar-vc-slide-box-top" style="top:30px"></div>').hide().appendTo(n.content),v=function(){$("#red-ui-sidebar-vc-repo-toolbar-set-upstream").prop("checked",!1),p.removeClass("selected"),m.css("height","0"),I.hide(),setTimeout(function(){m.hide(),b()},200)},b=function(e){y.hasClass("selected")&&(y.removeClass("selected"),w.height(0),m.css("height","265px"),setTimeout(function(){w.hide(),e&&e()},200))},t=($('<div class="red-ui-sidebar-vc-slide-box-header"></div>').text(RED._("sidebar.project.versionControl.manageRemoteBranch")).appendTo(m),$('<div style="margin-bottom: 5px;"></div>').appendTo(m)),y=$('<button id="red-ui-sidebar-vc-repo-branch" class="red-ui-sidebar-vc-repo-action red-ui-button"><i class="fa fa-code-fork"></i> '+RED._("sidebar.project.versionControl.remote")+': <span id="red-ui-sidebar-vc-remote-branch"></span></button>').appendTo(t).on("click",function(e){e.preventDefault(),$(this).hasClass("selected")?b():($(this).addClass("selected"),e=RED.projects.getActiveProject(),E.refresh("projects/"+e.name+"/branches/remote"),w.show(),setTimeout(function(){w.height(180),m.css("height","445px"),E.focus()},100))}),e=($('<div id="red-ui-sidebar-vc-repo-toolbar-message" class="red-ui-sidebar-vc-slide-box-header" style="min-height: 100px;"></div>').appendTo(m),$('<div id="red-ui-sidebar-vc-repo-toolbar-error-message" class="red-ui-sidebar-vc-slide-box-header" style="min-height: 100px;"></div>').hide().appendTo(m)),n=($('<div style="margin-top: 10px;"><i class="fa fa-warning"></i> '+RED._("sidebar.project.versionControl.unableToAccess")+"</div>").appendTo(e),$('<div style="margin: 10px 30px; text-align: center"></div>').appendTo(e)),w=($('<button class="red-ui-button" style="width: 80%;"><i class="fa fa-refresh"></i> '+RED._("sidebar.project.versionControl.retry")+"</button>").appendTo(n).on("click",function(e){e.preventDefault();var e=RED.projects.getActiveProject(),t=N.addSpinnerOverlay(m).addClass("red-ui-component-spinner-contain");N.sendRequest({url:"projects/"+e.name+"/branches/remote",type:"GET",responses:{0:function(e){console.log(e)},200:function(e){V(!0)},400:{git_connection_failed:function(e){RED.notify(e.message,"error")},git_not_a_repository:function(e){RED.notify(e.message,"error")},git_repository_not_found:function(e){RED.notify(e.message,"error")},unexpected_error:function(e){console.log(e)}}}}).always(function(){t.remove()})}),$('<div class="red-ui-sidebar-vc-slide-box-header" style="height: 20px;"><label id="red-ui-sidebar-vc-repo-toolbar-set-upstream-row" for="red-ui-sidebar-vc-repo-toolbar-set-upstream" class="hide"><input type="checkbox" id="red-ui-sidebar-vc-repo-toolbar-set-upstream"> '+RED._("sidebar.project.versionControl.setUpstreamBranch")+"</label></div>").appendTo(m),$('<div style="height: 0;overflow:hidden; transition: height 0.2s ease-in-out;"></div>').hide().appendTo(t)),E=N.createBranchList({placeholder:RED._("sidebar.project.versionControl.createRemoteBranchPlaceholder"),currentLabel:RED._("sidebar.project.versionControl.upstream"),remotes:function(){var e=RED.projects.getActiveProject();return Object.keys(e.git.remotes)},container:w,onselect:function(e){$("#red-ui-sidebar-vc-repo-toolbar-set-upstream").prop("checked",!1),$("#red-ui-sidebar-vc-repo-toolbar-set-upstream").prop("disabled",!1),$("#red-ui-sidebar-vc-remote-branch").text(e.name+(e.create?" *":""));var n=RED.projects.getActiveProject();n.git.branches.remote===e.name?delete n.git.branches.remoteAlt:n.git.branches.remoteAlt=e.name,$("#red-ui-sidebar-vc-repo-toolbar-set-upstream-row").toggle(!!n.git.branches.remoteAlt),b(function(){var t,o;e.create?(n.git.branches.remote?$("#red-ui-sidebar-vc-repo-toolbar-message").text(RED._("sidebar.project.versionControl.selectUpstreamBranch")):($("#red-ui-sidebar-vc-repo-toolbar-message").text(RED._("sidebar.project.versionControl.trackedUpstreamBranch")),$("#red-ui-sidebar-vc-repo-toolbar-set-upstream").prop("checked",!0),$("#red-ui-sidebar-vc-repo-toolbar-set-upstream").prop("disabled",!0)),$("#red-ui-sidebar-vc-repo-pull").prop("disabled",!0),$("#red-ui-sidebar-vc-repo-push").prop("disabled",!1)):(t=Date.now(),o=N.addSpinnerOverlay($("#red-ui-sidebar-vc-repo-toolbar-message")).addClass("red-ui-component-spinner-contain"),$.getJSON("projects/"+n.name+"/branches/remote/"+e.name+"/status",function(e){setTimeout(function(){J(e.commits.ahead,e.commits.behind),o.remove()},Math.max(400-(Date.now()-t),0))}))})}}),e=$('<div style="margin-bottom: 5px;"></div>').appendTo(m);$('<button id="red-ui-sidebar-vc-repo-push" class="red-ui-sidebar-vc-repo-sub-action red-ui-button"><i class="fa fa-long-arrow-up"></i> <span data-i18n="sidebar.project.versionControl.push"></span></button>').appendTo(e).on("click",function(e){e.preventDefault();var t=N.addSpinnerOverlay(m).addClass("red-ui-component-spinner-contain"),e=$('<div style="position: relative; bottom: 60px;"></div>').appendTo(t),o=($('<button class="red-ui-button"></button>').text(RED._("eventLog.view")).appendTo(e).on("click",function(e){e.preventDefault(),RED.actions.invoke("core:show-event-log")}),RED.projects.getActiveProject()),e=(RED.eventLog.startEvent("Push changes"+(o.git.branches.remoteAlt?" : "+o.git.branches.remoteAlt:"")),"projects/"+o.name+"/push"),n=(o.git.branches.remoteAlt&&(e+="/"+o.git.branches.remoteAlt),$("#red-ui-sidebar-vc-repo-toolbar-set-upstream").prop("checked"));n&&(e+="?u=true"),N.sendRequest({url:e,type:"POST",responses:{0:function(e){console.log(e)},200:function(e){n&&o.git.branches.remoteAlt&&(o.git.branches.remote=o.git.branches.remoteAlt,delete o.git.branches.remoteAlt),V(!0),v()},400:{git_push_failed:function(e){RED.notify(RED._("sidebar.project.versionControl.pushFailed"),"error")},unexpected_error:function(e){console.log(e)}}}},{}).always(function(){t.remove()})}),$('<button id="red-ui-sidebar-vc-repo-pull" class="red-ui-sidebar-vc-repo-sub-action red-ui-button"><i class="fa fa-long-arrow-down"></i> <span data-i18n="sidebar.project.versionControl.pull"></span></button>').appendTo(e).on("click",function(e){e.preventDefault(),i({setUpstream:$("#red-ui-sidebar-vc-repo-toolbar-set-upstream").prop("checked")})}),$('<div class="red-ui-shade red-ui-sidebar-vc-shade">').appendTo(D),RED.sidebar.addTab({id:"version-control",label:RED._("sidebar.project.versionControl.history"),name:RED._("sidebar.project.versionControl.projectHistory"),content:D,enableOnEdit:!1,pinned:!0,iconClass:"fa fa-code-fork",action:"core:show-version-control-tab",onchange:function(){setTimeout(function(){R.resize()},10)}})},show:q,refresh:V,showLocalChanges:function(){RED.sidebar.show("version-control"),S.expand()}}}(),RED.touch=RED.touch||{},RED.touch.radialMenu=function(){var p=null,f=!1,h=!1,g=null;return{show:function(e,a,t){f=!0;try{for(var n=(p=d3.select("body").append("div").classed("red-ui-editor-radial-menu",!0).on("touchstart",function(){u(),d3.event.preventDefault()})).append("div").style({top:a[1]-80+"px",left:a[0]-80+"px"}),s=[],o=t.length,i=Math.max(Math.PI/(o-1),Math.PI/4),r=Math.PI,d=0;d<o;d++){var l=Math.floor(80*Math.cos(r)),c=Math.floor(80*Math.sin(r));t[d].name&&!function(e,t,o){o.el=n.append("div").classed("red-ui-editor-radial-menu-opt",!0).style({top:t+80-25+"px",left:e+80-25+"px"}).classed("red-ui-editor-radial-menu-opt-disabled",!!o.disabled),o.el.html(o.name),o.x=e,o.y=t,s.push(o),o.el.on("touchstart",function(){o.el.classed("red-ui-editor-radial-menu-opt-active",!0),d3.event.preventDefault(),d3.event.stopPropagation()}),o.el.on("touchend",function(){u(),o.onselect(),d3.event.preventDefault(),d3.event.stopPropagation()})}(l,c,t[d]),r+=i}var u=function(){f=!1,g=null,p.remove(),p=null};e.on("touchend.radial",function(){if(e.on("touchend.radial",null),e.on("touchmenu.radial",null),g){try{g.onselect()}catch(e){RED._debug(e)}u()}else h&&u()}),e.on("touchmove.radial",function(){try{for(var e,t=d3.event.touches.item(0),o=[t.pageX-a[0],t.pageY-a[1]],n=0;n<s.length;n++){var i=s[n];i.disabled||(o[0]>i.x-30&&o[0]<i.x+30&&o[1]>i.y-30&&o[1]<i.y+30?i!==g&&(i.el.classed("selected",!0),g=i):(i===g&&(g=null),i.el.classed("selected",!1)))}g||(e=Math.abs(o[0]*o[0]+o[1]*o[1]),h=6400<e)}catch(e){RED._debug(e)}})}catch(e){RED._debug(e)}},active:function(){return f}}}(),RED.tourGuide=function(){var p,f,h,g,m,v,b=[],n={};function t(t,o){n[t]?o(null,n[t]):import(t).then(function(e){n[t]=e.default,o(null,n[t])}).catch(function(e){o(e)})}function y(){var e,t;m&&(v?f.css({left:$(window).width()/2+"px",top:$(window).height()/2+"px",width:"0px",height:"0px"}):(e=m[0].getBoundingClientRect(),t=Math.max(50,1.5*Math.max(e.width,e.height)),f.css({left:e.left+e.width/2+"px",top:e.top+e.height/2+"px",width:2*t+"px",height:2*t+"px"}),f[0].offsetHeight,f.addClass("transition"),f.css({width:t+"px",height:t+"px"})),h&&h.move({target:m}))}function w(e,t,o){function n(){b.forEach(function(e){"dom-event"===e.type?e.target[0].removeEventListener(e.event,e.listener,e.opts):"nr-event"===e.type&&RED.events.off(e.event,e.listener)}),b=[],setTimeout(function(){o()},0)}if(e.complete){if(0!==e.complete.length)return h&&(h.element.hide(),v||(v=!0,y())),void e.complete.call(t,function(){h&&h.element.show(),n()});e.complete.call(t)}n()}function E(e){if("string"==typeof e)return e;var t=RED.i18n.lang()||"en-US",o=Object.keys(e);return e[t]||e["en-US"]||e[o[0]]}return{load:t,run:function(e,n){n=n||function(e){e&&console.error(e)},t(e,function(e,t){var a,o,s,r;function u(e){$(window).off("resize.red-ui-tourGuide"),$(document).off("keydown.red-ui-tourGuide"),h&&h.close(),h=g=null,p.remove(),p=null,o(e)}e?console.warn("Error loading tour:",e):(a=t,o=n,p=$('<div class="red-ui-tourGuide-shade"></div>').appendTo(document.body),f=$('<div class="red-ui-tourGuide-shade-focus"></div>').appendTo(p),$(window).on("resize.red-ui-tourGuide",function(){y()}),r={index:s=0,count:a.steps.length},function e(t){if(!1===t)u(!1);else if(s===a.steps.length)u();else{r.index=s;try{d=a.steps[s++],l=r,c=e,p.fadeIn();var o=d,n=l,i=function(){var e,t=d.direction||"bottom";if(v=!1,"string"==typeof d.element?m=$(d.element):"function"==typeof d.element?m=d.element.call(l):d.element?m=d.element:(m=$(".red-ui-editor"),v=!0,t="inset"),0===m.length)throw m=null,p.hide(),new Error("Element not found");$(window).width()<400&&(m=$(".red-ui-editor"),v=!0,t="inset"),e=m.css("z-index"),v||!d.interactive&&!d.wait||m.css("z-index",2002),y(),g?g.empty():g=$('<div style="position:relative"></div>'),$('<button type="button" class="red-ui-button red-ui-button-small" style="float: right; margin-top: -4px; margin-right: -4px;"><i class="fa fa-times"></i></button>').appendTo(g).click(function(e){e.preventDefault(),w(d,l,function(){c(!1)})});var o,n,i=$('<div class="red-ui-tourGuide-popover-description"></div>').appendTo(g),i=(d.titleIcon&&$('<h2><i class="'+d.titleIcon+'"></i></h2>').appendTo(i),d.title&&$("<h2>").text(E(d.title)).appendTo(i),$("<div>").css("text-align","left").html(E(d.description)).appendTo(i),d.image&&$(`<img src="red/tours/${d.image}" />`).appendTo(i),$("<div>",{class:"red-ui-tourGuide-toolbar"}).appendTo(g)),i=($("<small>").text(l.index+1+"/"+l.count).appendTo(i),!v&&d.wait||(o=$('<button type="button" class="red-ui-button" style="position: absolute; right:0;bottom:0;"></button>').appendTo(i).one("click",function(e){e.preventDefault(),r()}),l.index===l.count-1?$("<span></span>").text(RED._("common.label.close")).appendTo(o):0===l.index?($("<span>start</span>").text(RED._("tourGuide.start")).appendTo(o),$('<span style="margin-left: 6px"><i class="fa fa-chevron-right"></i></span>').appendTo(o)):l.index<l.count-1&&($("<span></span>").text(RED._("tourGuide.next")).appendTo(o),$('<span style="margin-left: 6px"><i class="fa fa-chevron-right"></i></span>').appendTo(o))),d.width),a=(v&&(i=500),Math.min($(window).width()-10,Math.max(i||0,300))),s=(h=h||RED.popover.create({target:m,width:i||"auto",maxWidth:a+"px",direction:t,class:"red-ui-tourGuide-popover"+(v?" ":""),trigger:"manual",content:g}).open(),$(document).off("keydown.red-ui-tourGuide"),$(document).on("keydown.red-ui-tourGuide",function(e){"Escape"!==e.key&&"Esc"!==e.key||(e.preventDefault(),e.stopPropagation(),w(d,l,function(){c(!1)}))}),h.element.toggleClass("red-ui-tourGuide-popover-full",!!v),h.move({target:m,width:i||"auto",maxWidth:a+"px",direction:t}),setTimeout(function(){h.element.position().left<0&&h.element.css({left:0})},100),o&&setTimeout(function(){o.focus()},100),m[0]instanceof SVGElement),r=(d.fallback&&f.one("mouseenter",function(e){setTimeout(function(){var e=m[0].getBoundingClientRect(),e=Math.max(50,1.5*Math.max(e.width,e.height));f.css({width:4*e+"px",height:4*e+"px"}),p.fadeOut(),h.move({target:$(".red-ui-editor"),direction:d.fallback,offset:10,transition:!0})},s?0:500)}),function(){f.removeClass("transition"),m.css("z-index",e),w(d,l,c)});d.wait&&("dom-event"===d.wait.type?(i=m,d.wait.element&&("string"==typeof d.wait.element?i=$(d.wait.element):"function"==typeof d.wait.element&&(i=d.wait.element.call(l))),n={type:d.wait.type,target:i,event:d.wait.event,listener:function(){r()},opts:{once:!0}},b.push(n),i[0].addEventListener(n.event,n.listener,n.opts)):"nr-event"===d.wait.type&&(n={type:d.wait.type,event:d.wait.event,listener:function(){d.wait.filter&&!d.wait.filter.apply(l,arguments)||r()}},b.push(n),RED.events.on(n.event,n.listener)))};if(o.prepare){if(0!==o.prepare.length)return h&&(h.element.hide(),v||(v=!0,y())),void o.prepare.call(n,function(){h&&h.element.show(),i()});o.prepare.call(n)}i()}catch(e){u(e)}var d,l,c}}())})},list:function(){return[{id:"3_0",label:"3.0",path:"./tours/welcome.js"},{id:"2_2",label:"2.2",path:"./tours/2.2/welcome.js"},{id:"2_1",label:"2.1",path:"./tours/2.1/welcome.js"}]},reset:function(){RED.settings.set("editor.tours.welcome","")}}}(); \ No newline at end of file diff --git a/software/dashboard/grafana/csv/Node-RED_files/spin.svg b/software/dashboard/grafana/csv/Node-RED_files/spin.svg deleted file mode 100755 index e609530..0000000 --- a/software/dashboard/grafana/csv/Node-RED_files/spin.svg +++ /dev/null @@ -1,41 +0,0 @@ -<!-- -The MIT License (MIT) - -Copyright (c) 2014 Brent Jackson - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to use, -copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the -Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR -COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -https://github.com/jxnblk/loading ---> -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="32" height="32" fill="#999"> - <path transform="translate(2)" d="M0 12 V20 H4 V12z"> - <animate attributeName="d" values="M0 12 V20 H4 V12z; M0 4 V28 H4 V4z; M0 12 V20 H4 V12z; M0 12 V20 H4 V12z" dur="1.2s" repeatCount="indefinite" begin="0" keytimes="0;.2;.5;1" keySplines="0.2 0.2 0.4 0.8;0.2 0.6 0.4 0.8;0.2 0.8 0.4 0.8" calcMode="spline" /> - </path> - <path transform="translate(8)" d="M0 12 V20 H4 V12z"> - <animate attributeName="d" values="M0 12 V20 H4 V12z; M0 4 V28 H4 V4z; M0 12 V20 H4 V12z; M0 12 V20 H4 V12z" dur="1.2s" repeatCount="indefinite" begin="0.2" keytimes="0;.2;.5;1" keySplines="0.2 0.2 0.4 0.8;0.2 0.6 0.4 0.8;0.2 0.8 0.4 0.8" calcMode="spline" /> - </path> - <path transform="translate(14)" d="M0 12 V20 H4 V12z"> - <animate attributeName="d" values="M0 12 V20 H4 V12z; M0 4 V28 H4 V4z; M0 12 V20 H4 V12z; M0 12 V20 H4 V12z" dur="1.2s" repeatCount="indefinite" begin="0.4" keytimes="0;.2;.5;1" keySplines="0.2 0.2 0.4 0.8;0.2 0.6 0.4 0.8;0.2 0.8 0.4 0.8" calcMode="spline" /> - </path> - <path transform="translate(20)" d="M0 12 V20 H4 V12z"> - <animate attributeName="d" values="M0 12 V20 H4 V12z; M0 4 V28 H4 V4z; M0 12 V20 H4 V12z; M0 12 V20 H4 V12z" dur="1.2s" repeatCount="indefinite" begin="0.6" keytimes="0;.2;.5;1" keySplines="0.2 0.2 0.4 0.8;0.2 0.6 0.4 0.8;0.2 0.8 0.4 0.8" calcMode="spline" /> - </path> - <path transform="translate(26)" d="M0 12 V20 H4 V12z"> - <animate attributeName="d" values="M0 12 V20 H4 V12z; M0 4 V28 H4 V4z; M0 12 V20 H4 V12z; M0 12 V20 H4 V12z" dur="1.2s" repeatCount="indefinite" begin="0.8" keytimes="0;.2;.5;1" keySplines="0.2 0.2 0.4 0.8;0.2 0.6 0.4 0.8;0.2 0.8 0.4 0.8" calcMode="spline" /> - </path> -</svg> diff --git a/software/dashboard/grafana/csv/Node-RED_files/style.css b/software/dashboard/grafana/csv/Node-RED_files/style.css deleted file mode 100755 index 3608a4c..0000000 --- a/software/dashboard/grafana/csv/Node-RED_files/style.css +++ /dev/null @@ -1,22 +0,0 @@ -/* -Some classes and styles in node-red affect the monaco editor. -This stylesheet overrides those to correct some graphical glitches -*/ - -/* unset `margin-left: 180px` of `.controls` class for hover tips */ -.monaco-editor div.phwrapper > div.controls { - margin-left: unset; -} - -/* unset some styles of `code` tag (set by node-red css) for monaco hover items */ -.monaco-editor .monaco-hover code { - font-size: unset; - color: unset; - margin: unset; -} - -/* unset some styles of `input` tag (set by node-red css) for monaco rename box */ -.monaco-editor .rename-box .rename-input { - box-sizing: unset; - height: unset; -} \ No newline at end of file diff --git a/software/dashboard/grafana/csv/Node-RED_files/style.min.css b/software/dashboard/grafana/csv/Node-RED_files/style.min.css deleted file mode 100755 index aef64fb..0000000 --- a/software/dashboard/grafana/csv/Node-RED_files/style.min.css +++ /dev/null @@ -1,24 +0,0 @@ -/** - * Copyright OpenJS Foundation and other contributors, https://openjsf.org/ - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - **/ -:root{--red-ui-primary-font: Helvetica Neue, Arial, Helvetica, sans-serif;--red-ui-primary-font-size: 14px;--red-ui-monospace-font: Menlo, Consolas, DejaVu Sans Mono, Courier, monospace;--red-ui-primary-background: #f3f3f3;--red-ui-secondary-background: #fff;--red-ui-secondary-background-selected: #efefef;--red-ui-secondary-background-inactive: #f0f0f0;--red-ui-secondary-background-hover: #e6e6e6;--red-ui-secondary-background-disabled: #f9f9f9;--red-ui-tertiary-background: #f7f7f7;--red-ui-shadow: rgba(0, 0, 0, 0.2);--red-ui-primary-text-color: #555;--red-ui-secondary-text-color: #888;--red-ui-secondary-text-color-focus: #666;--red-ui-secondary-text-color-hover: #666;--red-ui-secondary-text-color-active: #666;--red-ui-secondary-text-color-selected: #666;--red-ui-secondary-text-color-inactive: #666;--red-ui-secondary-text-color-disabled: #bbb;--red-ui-secondary-text-color-disabled-active: #999;--red-ui-secondary-text-color-disabled-inactive: #aaa;--red-ui-tertiary-text-color: #aaa;--red-ui-header-text-color: #444;--red-ui-text-color-error: #AD1625;--red-ui-text-color-warning: #CAB200;--red-ui-text-color-success: #3a3;--red-ui-text-color-code: #AD1625;--red-ui-text-color-link: #0088cc;--red-ui-primary-border-color: #bbbbbb;--red-ui-secondary-border-color: #dddddd;--red-ui-tertiary-border-color: #ccc;--red-ui-border-color-error: #DF2935;--red-ui-border-color-warning: #FFCF70;--red-ui-border-color-success: #4B8400;--red-ui-form-background: #fff;--red-ui-form-placeholder-color: #aaa;--red-ui-form-text-color: #555;--red-ui-form-text-color-disabled: #bbb;--red-ui-form-input-focus-color: rgba(85, 150, 230, 0.8);--red-ui-form-input-border-color: #ccc;--red-ui-form-input-border-selected-color: #aaa;--red-ui-form-input-border-error-color: rgb(214, 97, 95);--red-ui-form-input-background: #fff;--red-ui-form-input-background-disabled: #f9f9f9;--red-ui-form-button-background: #efefef;--red-ui-form-tips-background: #ffe;--red-ui-text-editor-color: #4D4D4C;--red-ui-text-editor-background: #fff;--red-ui-text-editor-color-disabled: #666;--red-ui-text-editor-background-disabled: #f9f9f9;--red-ui-text-editor-gutter-background: #f6f6f6;--red-ui-text-editor-gutter-color: #777;--red-ui-text-editor-gutter-active-line-background: #dcdcdc;--red-ui-text-editor-active-line-background: #efefef;--red-ui-text-editor-selection-background: #D6D6D6;--red-ui-event-log-background: #444;--red-ui-event-log-color: #dd9;--red-ui-event-log-active-line-background: #333;--red-ui-event-log-selection-background: #999;--red-ui-list-item-color: #555;--red-ui-list-item-secondary-color: #888;--red-ui-list-item-background: #fff;--red-ui-list-item-background-disabled: #f0f0f0;--red-ui-list-item-background-hover: #e6e6e6;--red-ui-list-item-background-selected: #ffebc7;--red-ui-list-item-border-selected: #666;--red-ui-tab-text-color-active: #444;--red-ui-tab-text-color-inactive: #666;--red-ui-tab-text-color-disabled-active: #999;--red-ui-tab-text-color-disabled-inactive: #aaa;--red-ui-tab-badge-color: #aaa;--red-ui-tab-background: #fff;--red-ui-tab-background-active: #fff;--red-ui-tab-background-active-alpha: rgba(255, 255, 255, 0.001);--red-ui-tab-background-selected: #efefef;--red-ui-tab-background-selected-alpha: rgba(239, 239, 239, 0.001);--red-ui-tab-background-inactive: #f0f0f0;--red-ui-tab-background-inactive-alpha: rgba(240, 240, 240, 0.001);--red-ui-tab-background-hover: #e6e6e6;--red-ui-tab-background-hover-alpha: rgba(230, 230, 230, 0.001);--red-ui-palette-header-background: #f3f3f3;--red-ui-palette-header-color: #444;--red-ui-palette-content-background: #fff;--red-ui-workspace-button-background: #fff;--red-ui-workspace-button-background-hover: #e6e6e6;--red-ui-workspace-button-background-active: #efefef;--red-ui-workspace-button-color: #888;--red-ui-workspace-button-color-disabled: #bbb;--red-ui-workspace-button-color-focus: #666;--red-ui-workspace-button-color-hover: #666;--red-ui-workspace-button-color-active: #666;--red-ui-workspace-button-color-selected: #666;--red-ui-workspace-button-color-primary: #eee;--red-ui-workspace-button-background-primary: #AD1625;--red-ui-workspace-button-background-primary-hover: #6E0A1E;--red-ui-workspace-button-color-focus-outline: rgba(85, 150, 230, 0.8);--red-ui-shade-color: rgba(160, 160, 160, 0.5);--red-ui-popover-background: #333;--red-ui-popover-border: #333;--red-ui-popover-color: #eee;--red-ui-popover-button-border-color: #bbb;--red-ui-popover-button-border-color-hover: #666;--red-ui-diff-text-header-color: #888;--red-ui-diff-text-header-background: #ffd;--red-ui-diff-state-color: #555;--red-ui-diff-state-prefix-color: #888;--red-ui-diff-state-added: #009900;--red-ui-diff-state-deleted: #f80000;--red-ui-diff-state-changed: #f89406;--red-ui-diff-state-changed-background: #fff2e1;--red-ui-diff-state-unchanged: #bbb;--red-ui-diff-state-unchanged-background: #fff;--red-ui-diff-state-conflicted: purple;--red-ui-diff-state-moved: #3f81b3;--red-ui-diff-state-conflict: #9b45ce;--red-ui-diff-state-conflict-background: #ffdad4;--red-ui-diff-state-added-background: #e7ffe3;--red-ui-diff-state-added-border: #b8daad;--red-ui-diff-state-added-header-background: #c0f6c0;--red-ui-diff-state-added-header-border: #aaeeaa;--red-ui-diff-state-deleted-background: #ffe1e1;--red-ui-diff-state-deleted-border: #e4bcbc;--red-ui-diff-state-deleted-header-background: #ffcccc;--red-ui-diff-state-deleted-header-border: #eebbbb;--red-ui-diff-merge-header-color: #800080;--red-ui-diff-merge-header-background: #e5f9ff;--red-ui-diff-merge-header-border-color: #b2edff;--red-ui-menuBackground: #f3f3f3;--red-ui-menuDivider: #dddddd;--red-ui-menuColor: #555;--red-ui-menuActiveColor: #666;--red-ui-menuActiveBackground: #e6e6e6;--red-ui-menuDisabledColor: #bbb;--red-ui-menuHoverColor: #666;--red-ui-menuHoverBackground: #e6e6e6;--red-ui-menuCaret: #aaa;--red-ui-view-navigator-background: rgba(245, 245, 245, 0.8);--red-ui-view-lasso-stroke: #ff7f0e;--red-ui-view-lasso-fill: rgba(20, 125, 255, 0.1);--red-ui-view-background: #fff;--red-ui-view-grid-color: #eee;--red-ui-node-label-color: #333;--red-ui-node-port-label-color: #888;--red-ui-node-border: #999;--red-ui-node-border-unknown: #f33;--red-ui-node-border-placeholder: #aaa;--red-ui-node-background-placeholder: #eee;--red-ui-node-port-background: #d9d9d9;--red-ui-node-port-background-hover: #eee;--red-ui-node-icon-color: #fff;--red-ui-node-icon-background-color: rgba(0, 0, 0, 0.05);--red-ui-node-icon-background-color-fill: #000;--red-ui-node-icon-background-color-opacity: 0.05;--red-ui-node-icon-border-color: #000;--red-ui-node-icon-border-color-opacity: 0.1;--red-ui-node-config-background: #f3f3f3;--red-ui-node-config-icon-container-disabled: #aaa;--red-ui-node-link-port-background: #eee;--red-ui-node-status-error-border: rgb(145, 16, 2);--red-ui-node-status-error-background: rgb(255, 102, 0);--red-ui-node-status-changed-border: rgb(28, 102, 140);--red-ui-node-status-changed-background: rgb(0, 188, 255);--red-ui-node-status-colors-red: #c00;--red-ui-node-status-colors-green: #5a8;--red-ui-node-status-colors-yellow: #F9DF31;--red-ui-node-status-colors-blue: #53A3F3;--red-ui-node-status-colors-grey: #d3d3d3;--red-ui-node-status-colors-gray: #d3d3d3;--red-ui-node-selected-color: #ff7f0e;--red-ui-port-selected-color: #ff7f0e;--red-ui-link-color: #999;--red-ui-link-link-color: #aaa;--red-ui-link-disabled-color: #ccc;--red-ui-link-link-active-color: #ff7f0e;--red-ui-link-unknown-color: #f00;--red-ui-clipboard-textarea-background: #F3E7E7;--red-ui-deploy-button-color: #eee;--red-ui-deploy-button-color-active: #ccc;--red-ui-deploy-button-color-disabled: #999;--red-ui-deploy-button-background: #8C101C;--red-ui-deploy-button-background-hover: #6E0A1E;--red-ui-deploy-button-background-active: #4C0A17;--red-ui-deploy-button-background-disabled: #444;--red-ui-deploy-button-background-disabled-hover: #555;--red-ui-header-background: #000;--red-ui-header-button-background-active: #121212;--red-ui-header-menu-color: #C7C7C7;--red-ui-header-menu-color-disabled: #666;--red-ui-header-menu-heading-color: #fff;--red-ui-header-menu-sublabel-color: #aeaeae;--red-ui-header-menu-background: #121212;--red-ui-header-menu-item-hover: #323232;--red-ui-header-menu-item-border-active: #777677;--red-ui-headerMenuItemDivider: #464646;--red-ui-headerMenuCaret: #C7C7C7;--red-ui-vcCommitShaColor: #c38888;--red-ui-dnd-background: rgba(0, 0, 0, 0.3);--red-ui-dnd-color: #fff;--red-ui-notification-border-default: #325C80;--red-ui-notification-border-success: #4B8400;--red-ui-notification-border-warning: #FFCF70;--red-ui-notification-border-error: #DF2935;--red-ui-debug-message-background: #fff;--red-ui-debug-message-background-hover: #efefef;--red-ui-debug-message-text-color: #333;--red-ui-debug-message-text-color-meta: #a66;--red-ui-debug-message-text-color-object-key: #792e90;--red-ui-debug-message-text-color-msg-type-other: #2033d6;--red-ui-debug-message-text-color-msg-type-string: #b72828;--red-ui-debug-message-text-color-msg-type-null: #666;--red-ui-debug-message-text-color-msg-type-meta: #666;--red-ui-debug-message-text-color-msg-type-number: #2033d6;--red-ui-debug-message-border: #eee;--red-ui-debug-message-border-hover: #999;--red-ui-debug-message-border-warning: #FFCF70;--red-ui-debug-message-border-error: #DF2935;--red-ui-group-default-fill: none;--red-ui-group-default-fill-opacity: 1;--red-ui-group-default-stroke: #999;--red-ui-group-default-stroke-opacity: 1;--red-ui-group-default-label-color: #a4a4a4;--red-ui-tourGuide-border: #c56c6c;--red-ui-tourGuide-heading-color: #c56c6c;--red-ui-grip-color: #ccc;--red-ui-icons-flow-color: #808080;--red-ui-spinner-color: #999;--red-ui-tab-icon-color: #dedede}.button-group-vertical{display:inline-block;vertical-align:middle}.button-group:not(:last-child){margin-right:10px}.red-ui-shade{position:absolute;top:0;left:0;bottom:0;right:0;background:var(--red-ui-shade-color);z-index:5}body{overflow:hidden}.red-ui-editor{font-size:var(--red-ui-primary-font-size);font-family:var(--red-ui-primary-font);padding:0;margin:0;background:var(--red-ui-primary-background);color:var(--red-ui-primary-text-color);line-height:20px}#red-ui-editor{position:absolute;top:0;left:0;bottom:0;right:0}#red-ui-editor-node-configs{display:none}#red-ui-main-container{position:absolute;top:40px;left:0;bottom:0;right:0;overflow:hidden}#red-ui-palette-shade,#red-ui-editor-shade,#red-ui-header-shade,#red-ui-sidebar-shade{position:absolute;top:0;left:0;bottom:0;right:0;background:var(--red-ui-shade-color);z-index:5;z-index:5}#red-ui-sidebar-shade{left:-8px;top:-1px;bottom:-1px}#red-ui-full-shade{position:absolute;top:0;left:0;bottom:0;right:0;background:var(--red-ui-shade-color);z-index:5;z-index:15}.red-ui-editor a,.red-ui-editor-dialog a,.red-ui-menu a,.red-ui-popover a,.red-ui-typedInput-options a,.red-ui-icon-picker a{text-decoration:none;color:var(--red-ui-primary-text-color)}.red-ui-editor a:hover,.red-ui-editor a:focus,.red-ui-editor-dialog a:hover,.red-ui-editor-dialog a:focus,.red-ui-menu a:hover,.red-ui-menu a:focus,.red-ui-popover a:hover,.red-ui-popover a:focus,.red-ui-typedInput-options a:hover,.red-ui-typedInput-options a:focus,.red-ui-icon-picker a:hover,.red-ui-icon-picker a:focus{text-decoration:none;color:var(--red-ui-primary-text-color)}.red-ui-editor a:focus,.red-ui-editor-dialog a:focus,.red-ui-menu a:focus,.red-ui-popover a:focus,.red-ui-typedInput-options a:focus,.red-ui-icon-picker a:focus{outline:1px solid var(--red-ui-form-input-focus-color)}.red-ui-editor p,.red-ui-editor-dialog p,.red-ui-menu p,.red-ui-popover p,.red-ui-typedInput-options p,.red-ui-icon-picker p{margin:0 0 10px}.red-ui-editor small,.red-ui-editor-dialog small,.red-ui-menu small,.red-ui-popover small,.red-ui-typedInput-options small,.red-ui-icon-picker small{font-size:85%}.red-ui-editor strong,.red-ui-editor-dialog strong,.red-ui-menu strong,.red-ui-popover strong,.red-ui-typedInput-options strong,.red-ui-icon-picker strong{font-weight:bold}.red-ui-editor em,.red-ui-editor-dialog em,.red-ui-menu em,.red-ui-popover em,.red-ui-typedInput-options em,.red-ui-icon-picker em{font-style:italic}.red-ui-editor cite,.red-ui-editor-dialog cite,.red-ui-menu cite,.red-ui-popover cite,.red-ui-typedInput-options cite,.red-ui-icon-picker cite{font-style:normal}.red-ui-editor ul,.red-ui-editor ol,.red-ui-editor-dialog ul,.red-ui-editor-dialog ol,.red-ui-menu ul,.red-ui-menu ol,.red-ui-popover ul,.red-ui-popover ol,.red-ui-typedInput-options ul,.red-ui-typedInput-options ol,.red-ui-icon-picker ul,.red-ui-icon-picker ol{padding:0;margin:0 0 10px 25px}.red-ui-editor ul ul,.red-ui-editor ul ol,.red-ui-editor ol ol,.red-ui-editor ol ul,.red-ui-editor-dialog ul ul,.red-ui-editor-dialog ul ol,.red-ui-editor-dialog ol ol,.red-ui-editor-dialog ol ul,.red-ui-menu ul ul,.red-ui-menu ul ol,.red-ui-menu ol ol,.red-ui-menu ol ul,.red-ui-popover ul ul,.red-ui-popover ul ol,.red-ui-popover ol ol,.red-ui-popover ol ul,.red-ui-typedInput-options ul ul,.red-ui-typedInput-options ul ol,.red-ui-typedInput-options ol ol,.red-ui-typedInput-options ol ul,.red-ui-icon-picker ul ul,.red-ui-icon-picker ul ol,.red-ui-icon-picker ol ol,.red-ui-icon-picker ol ul{margin-bottom:0}.red-ui-editor li,.red-ui-editor-dialog li,.red-ui-menu li,.red-ui-popover li,.red-ui-typedInput-options li,.red-ui-icon-picker li{line-height:20px}.red-ui-editor dl,.red-ui-editor-dialog dl,.red-ui-menu dl,.red-ui-popover dl,.red-ui-typedInput-options dl,.red-ui-icon-picker dl{margin-bottom:20px}.red-ui-editor dt,.red-ui-editor dd,.red-ui-editor-dialog dt,.red-ui-editor-dialog dd,.red-ui-menu dt,.red-ui-menu dd,.red-ui-popover dt,.red-ui-popover dd,.red-ui-typedInput-options dt,.red-ui-typedInput-options dd,.red-ui-icon-picker dt,.red-ui-icon-picker dd{line-height:20px}.red-ui-editor dt,.red-ui-editor-dialog dt,.red-ui-menu dt,.red-ui-popover dt,.red-ui-typedInput-options dt,.red-ui-icon-picker dt{font-weight:bold}.red-ui-editor dd,.red-ui-editor-dialog dd,.red-ui-menu dd,.red-ui-popover dd,.red-ui-typedInput-options dd,.red-ui-icon-picker dd{margin-left:10px}.red-ui-editor hr,.red-ui-editor-dialog hr,.red-ui-menu hr,.red-ui-popover hr,.red-ui-typedInput-options hr,.red-ui-icon-picker hr{margin:20px 0;border:0;border-top:1px solid var(--red-ui-tertiary-border-color)}.red-ui-editor i.spinner,.red-ui-editor-dialog i.spinner,.red-ui-menu i.spinner,.red-ui-popover i.spinner,.red-ui-typedInput-options i.spinner,.red-ui-icon-picker i.spinner{display:inline-block;width:14px;height:14px;line-height:14px;vertical-align:text-top;margin-top:0px;-webkit-mask-image:url(images/spin.svg);mask-image:url(images/spin.svg);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:50% 50%;mask-position:50% 50%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;background-color:var(--red-ui-spinner-color)}.red-ui-editor .red-ui-font-code,.red-ui-editor-dialog .red-ui-font-code,.red-ui-menu .red-ui-font-code,.red-ui-popover .red-ui-font-code,.red-ui-typedInput-options .red-ui-font-code,.red-ui-icon-picker .red-ui-font-code{font-family:var(--red-ui-monospace-font);font-size:var(--red-ui-primary-font-size);color:var(--red-ui-text-color-code);white-space:nowrap}.red-ui-editor code,.red-ui-editor-dialog code,.red-ui-menu code,.red-ui-popover code,.red-ui-typedInput-options code,.red-ui-icon-picker code{font-family:var(--red-ui-monospace-font);font-size:var(--red-ui-primary-font-size);padding:0px;margin:1px;color:var(--red-ui-text-color-code);white-space:nowrap}.red-ui-editor pre,.red-ui-editor-dialog pre,.red-ui-menu pre,.red-ui-popover pre,.red-ui-typedInput-options pre,.red-ui-icon-picker pre{display:block;padding:9.5px;margin:0 0 10px;line-height:20px;word-break:break-all;word-wrap:break-word;white-space:pre-wrap;background-color:var(--red-ui-tertiary-background);border:1px solid var(--red-ui-tertiary-border-color);border-radius:2px}.red-ui-editor pre code,.red-ui-editor-dialog pre code,.red-ui-menu pre code,.red-ui-popover pre code,.red-ui-typedInput-options pre code,.red-ui-icon-picker pre code{padding:0;color:inherit;white-space:pre;white-space:pre-wrap;background-color:rgba(0,0,0,0);border:0}.red-ui-editor .pull-right,.red-ui-editor-dialog .pull-right,.red-ui-menu .pull-right,.red-ui-popover .pull-right,.red-ui-typedInput-options .pull-right,.red-ui-icon-picker .pull-right{float:right}.red-ui-editor .pull-left,.red-ui-editor-dialog .pull-left,.red-ui-menu .pull-left,.red-ui-popover .pull-left,.red-ui-typedInput-options .pull-left,.red-ui-icon-picker .pull-left{float:left}.red-ui-editor .hide,.red-ui-editor-dialog .hide,.red-ui-menu .hide,.red-ui-popover .hide,.red-ui-typedInput-options .hide,.red-ui-icon-picker .hide{display:none}.red-ui-editor .show,.red-ui-editor-dialog .show,.red-ui-menu .show,.red-ui-popover .show,.red-ui-typedInput-options .show,.red-ui-icon-picker .show{display:block}.red-ui-editor img,.red-ui-editor-dialog img,.red-ui-menu img,.red-ui-popover img,.red-ui-typedInput-options img,.red-ui-icon-picker img{width:auto\9 ;height:auto;max-width:100%;vertical-align:middle;border:0;-ms-interpolation-mode:bicubic}.red-ui-editor blockquote,.red-ui-editor-dialog blockquote,.red-ui-menu blockquote,.red-ui-popover blockquote,.red-ui-typedInput-options blockquote,.red-ui-icon-picker blockquote{padding:0 0 0 15px;margin:0 0 20px;border-left:4px solid var(--red-ui-secondary-border-color);color:var(--red-ui-secondary-text-color)}.red-ui-editor blockquote p,.red-ui-editor-dialog blockquote p,.red-ui-menu blockquote p,.red-ui-popover blockquote p,.red-ui-typedInput-options blockquote p,.red-ui-icon-picker blockquote p{font-size:14px;font-weight:inherit;line-height:1.25;margin-bottom:0}.red-ui-editor table,.red-ui-editor-dialog table,.red-ui-menu table,.red-ui-popover table,.red-ui-typedInput-options table,.red-ui-icon-picker table{max-width:100%;background-color:rgba(0,0,0,0);border-collapse:collapse;border-spacing:0}.red-ui-component-spinner{position:absolute;top:1px;bottom:1px;left:1px;right:1px;text-align:center;padding:40px;background:var(--red-ui-secondary-background)}.red-ui-component-spinner:before{content:"";display:inline-block;height:100%;vertical-align:middle;margin-right:-0.25em}.red-ui-component-spinner img{display:inline-block;vertical-align:middle;width:80px}.red-ui-component-spinner.red-ui-component-spinner-sidebar{background:var(--red-ui-secondary-background);padding:0}.red-ui-component-spinner.red-ui-component-spinner-sidebar img{width:40px}.red-ui-component-spinner.projects-version-control-spinner-sidebar{background:var(--red-ui-secondary-background);padding:0}.red-ui-component-spinner.projects-version-control-spinner-sidebar img{width:20px}.red-ui-component-spinner.red-ui-component-spinner-contain{padding:0}.red-ui-component-spinner.red-ui-component-spinner-contain img{width:auto;height:100%;max-height:50px}/*! -* Extracted from Bootstrap v2.3.2 -* -* Copyright 2013 Twitter, Inc -* Licensed under the Apache License v2.0 -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Designed and built with all the love in the world by @mdo and @fat. -*/.red-ui-editor button,.red-ui-editor input,.red-ui-editor select,.red-ui-editor div[contenteditable=true],.red-ui-editor textarea,.red-ui-editor-dialog button,.red-ui-editor-dialog input,.red-ui-editor-dialog select,.red-ui-editor-dialog div[contenteditable=true],.red-ui-editor-dialog textarea{margin:0;font-size:100%;vertical-align:middle}.red-ui-editor button,.red-ui-editor div[contenteditable=true],.red-ui-editor input,.red-ui-editor-dialog button,.red-ui-editor-dialog div[contenteditable=true],.red-ui-editor-dialog input{*overflow:visible;line-height:normal}.red-ui-editor button::-moz-focus-inner,.red-ui-editor div[contenteditable=true]::-moz-focus-inner,.red-ui-editor input::-moz-focus-inner,.red-ui-editor-dialog button::-moz-focus-inner,.red-ui-editor-dialog div[contenteditable=true]::-moz-focus-inner,.red-ui-editor-dialog input::-moz-focus-inner{padding:0;border:0}.red-ui-editor button,.red-ui-editor html input[type=button],.red-ui-editor input[type=reset],.red-ui-editor input[type=submit],.red-ui-editor-dialog button,.red-ui-editor-dialog html input[type=button],.red-ui-editor-dialog input[type=reset],.red-ui-editor-dialog input[type=submit]{cursor:pointer;-webkit-appearance:button}.red-ui-editor label,.red-ui-editor select,.red-ui-editor button,.red-ui-editor input[type=button],.red-ui-editor input[type=reset],.red-ui-editor input[type=submit],.red-ui-editor input[type=radio],.red-ui-editor input[type=checkbox],.red-ui-editor-dialog label,.red-ui-editor-dialog select,.red-ui-editor-dialog button,.red-ui-editor-dialog input[type=button],.red-ui-editor-dialog input[type=reset],.red-ui-editor-dialog input[type=submit],.red-ui-editor-dialog input[type=radio],.red-ui-editor-dialog input[type=checkbox]{cursor:pointer}.red-ui-editor input[type=search],.red-ui-editor-dialog input[type=search]{box-sizing:content-box}.red-ui-editor input[type=search]::-webkit-search-decoration,.red-ui-editor input[type=search]::-webkit-search-cancel-button,.red-ui-editor-dialog input[type=search]::-webkit-search-decoration,.red-ui-editor-dialog input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}.red-ui-editor textarea,.red-ui-editor-dialog textarea{overflow:auto;vertical-align:top}.red-ui-editor form,.red-ui-editor-dialog form{margin:0 0 20px}.red-ui-editor fieldset,.red-ui-editor-dialog fieldset{padding:0;margin:0;border:0}.red-ui-editor legend,.red-ui-editor-dialog legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:40px;color:var(--red-ui-tertiary-text-color);border:0;border-bottom:1px solid var(--red-ui-secondary-border-color)}.red-ui-editor legend small,.red-ui-editor-dialog legend small{color:var(--red-ui-tertiary-text-color)}.red-ui-editor label,.red-ui-editor input,.red-ui-editor div[contenteditable=true],.red-ui-editor button,.red-ui-editor select,.red-ui-editor textarea,.red-ui-editor-dialog label,.red-ui-editor-dialog input,.red-ui-editor-dialog div[contenteditable=true],.red-ui-editor-dialog button,.red-ui-editor-dialog select,.red-ui-editor-dialog textarea{font-size:14px;font-weight:normal;line-height:20px}.red-ui-editor input,.red-ui-editor div[contenteditable=true],.red-ui-editor button,.red-ui-editor select,.red-ui-editor textarea,.red-ui-editor-dialog input,.red-ui-editor-dialog div[contenteditable=true],.red-ui-editor-dialog button,.red-ui-editor-dialog select,.red-ui-editor-dialog textarea{font-family:var(--red-ui-primary-font)}.red-ui-editor label,.red-ui-editor-dialog label{display:block;margin-bottom:5px}.red-ui-editor select,.red-ui-editor textarea,.red-ui-editor input[type=text],.red-ui-editor input[type=password],.red-ui-editor input[type=datetime],.red-ui-editor input[type=datetime-local],.red-ui-editor input[type=date],.red-ui-editor input[type=month],.red-ui-editor input[type=time],.red-ui-editor input[type=week],.red-ui-editor input[type=number],.red-ui-editor input[type=email],.red-ui-editor input[type=url],.red-ui-editor input[type=search],.red-ui-editor input[type=tel],.red-ui-editor input[type=color],.red-ui-editor div[contenteditable=true],.red-ui-editor .uneditable-input,.red-ui-editor .placeholder-input,.red-ui-editor-dialog select,.red-ui-editor-dialog textarea,.red-ui-editor-dialog input[type=text],.red-ui-editor-dialog input[type=password],.red-ui-editor-dialog input[type=datetime],.red-ui-editor-dialog input[type=datetime-local],.red-ui-editor-dialog input[type=date],.red-ui-editor-dialog input[type=month],.red-ui-editor-dialog input[type=time],.red-ui-editor-dialog input[type=week],.red-ui-editor-dialog input[type=number],.red-ui-editor-dialog input[type=email],.red-ui-editor-dialog input[type=url],.red-ui-editor-dialog input[type=search],.red-ui-editor-dialog input[type=tel],.red-ui-editor-dialog input[type=color],.red-ui-editor-dialog div[contenteditable=true],.red-ui-editor-dialog .uneditable-input,.red-ui-editor-dialog .placeholder-input{box-sizing:border-box;display:inline-block;height:34px;padding:6px 6px;margin-bottom:10px;font-size:14px;line-height:20px;color:var(--red-ui-form-text-color);vertical-align:middle;border-radius:4px}.red-ui-editor input,.red-ui-editor textarea,.red-ui-editor div[contenteditable=true],.red-ui-editor .uneditable-input,.red-ui-editor-dialog input,.red-ui-editor-dialog textarea,.red-ui-editor-dialog div[contenteditable=true],.red-ui-editor-dialog .uneditable-input{width:206px}.red-ui-editor textarea,.red-ui-editor-dialog textarea{height:auto}.red-ui-editor textarea,.red-ui-editor input[type=text],.red-ui-editor input[type=password],.red-ui-editor input[type=datetime],.red-ui-editor input[type=datetime-local],.red-ui-editor input[type=date],.red-ui-editor input[type=month],.red-ui-editor input[type=time],.red-ui-editor input[type=week],.red-ui-editor input[type=number],.red-ui-editor input[type=email],.red-ui-editor input[type=url],.red-ui-editor input[type=search],.red-ui-editor input[type=tel],.red-ui-editor input[type=color],.red-ui-editor div[contenteditable=true],.red-ui-editor .uneditable-input,.red-ui-editor .placeholder-input,.red-ui-editor-dialog textarea,.red-ui-editor-dialog input[type=text],.red-ui-editor-dialog input[type=password],.red-ui-editor-dialog input[type=datetime],.red-ui-editor-dialog input[type=datetime-local],.red-ui-editor-dialog input[type=date],.red-ui-editor-dialog input[type=month],.red-ui-editor-dialog input[type=time],.red-ui-editor-dialog input[type=week],.red-ui-editor-dialog input[type=number],.red-ui-editor-dialog input[type=email],.red-ui-editor-dialog input[type=url],.red-ui-editor-dialog input[type=search],.red-ui-editor-dialog input[type=tel],.red-ui-editor-dialog input[type=color],.red-ui-editor-dialog div[contenteditable=true],.red-ui-editor-dialog .uneditable-input,.red-ui-editor-dialog .placeholder-input{background-color:var(--red-ui-form-input-background);border:1px solid var(--red-ui-form-input-border-color)}.red-ui-editor textarea:focus,.red-ui-editor input[type=text]:focus,.red-ui-editor input[type=password]:focus,.red-ui-editor input[type=datetime]:focus,.red-ui-editor input[type=datetime-local]:focus,.red-ui-editor input[type=date]:focus,.red-ui-editor input[type=month]:focus,.red-ui-editor input[type=time]:focus,.red-ui-editor input[type=week]:focus,.red-ui-editor input[type=number]:focus,.red-ui-editor input[type=email]:focus,.red-ui-editor input[type=url]:focus,.red-ui-editor input[type=search]:focus,.red-ui-editor input[type=tel]:focus,.red-ui-editor input[type=color]:focus,.red-ui-editor div[contenteditable=true]:focus,.red-ui-editor .uneditable-input:focus,.red-ui-editor-dialog textarea:focus,.red-ui-editor-dialog input[type=text]:focus,.red-ui-editor-dialog input[type=password]:focus,.red-ui-editor-dialog input[type=datetime]:focus,.red-ui-editor-dialog input[type=datetime-local]:focus,.red-ui-editor-dialog input[type=date]:focus,.red-ui-editor-dialog input[type=month]:focus,.red-ui-editor-dialog input[type=time]:focus,.red-ui-editor-dialog input[type=week]:focus,.red-ui-editor-dialog input[type=number]:focus,.red-ui-editor-dialog input[type=email]:focus,.red-ui-editor-dialog input[type=url]:focus,.red-ui-editor-dialog input[type=search]:focus,.red-ui-editor-dialog input[type=tel]:focus,.red-ui-editor-dialog input[type=color]:focus,.red-ui-editor-dialog div[contenteditable=true]:focus,.red-ui-editor-dialog .uneditable-input:focus{border-color:var(--red-ui-form-input-focus-color);outline:0;outline:thin dotted \9 }.red-ui-editor input[type=radio],.red-ui-editor input[type=checkbox],.red-ui-editor-dialog input[type=radio],.red-ui-editor-dialog input[type=checkbox]{margin:4px 0 0;margin-top:1px \9 ;*margin-top:0;line-height:normal}.red-ui-editor input[type=file],.red-ui-editor input[type=image],.red-ui-editor input[type=submit],.red-ui-editor input[type=reset],.red-ui-editor input[type=button],.red-ui-editor input[type=radio],.red-ui-editor input[type=checkbox],.red-ui-editor-dialog input[type=file],.red-ui-editor-dialog input[type=image],.red-ui-editor-dialog input[type=submit],.red-ui-editor-dialog input[type=reset],.red-ui-editor-dialog input[type=button],.red-ui-editor-dialog input[type=radio],.red-ui-editor-dialog input[type=checkbox]{width:auto}.red-ui-editor select,.red-ui-editor input[type=file],.red-ui-editor-dialog select,.red-ui-editor-dialog input[type=file]{height:34px;line-height:34px}.red-ui-editor select,.red-ui-editor-dialog select{width:220px;background-color:var(--red-ui-form-input-background);border:1px solid var(--red-ui-form-input-border-color)}.red-ui-editor select[multiple],.red-ui-editor select[size],.red-ui-editor-dialog select[multiple],.red-ui-editor-dialog select[size]{height:auto}.red-ui-editor select:focus,.red-ui-editor input[type=file]:focus,.red-ui-editor input[type=radio]:focus,.red-ui-editor input[type=checkbox]:focus,.red-ui-editor-dialog select:focus,.red-ui-editor-dialog input[type=file]:focus,.red-ui-editor-dialog input[type=radio]:focus,.red-ui-editor-dialog input[type=checkbox]:focus{outline:2px auto var(--red-ui-form-input-focus-color);outline-offset:-3px}.red-ui-editor .uneditable-input,.red-ui-editor .uneditable-textarea,.red-ui-editor-dialog .uneditable-input,.red-ui-editor-dialog .uneditable-textarea{color:var(--red-ui-form-text-color-disabled);cursor:not-allowed;background-color:var(--red-ui-form-input-background-disabled);border-color:var(--red-ui-form-input-border-color)}.red-ui-editor .uneditable-input,.red-ui-editor-dialog .uneditable-input{overflow:hidden;white-space:nowrap}.red-ui-editor .uneditable-textarea,.red-ui-editor-dialog .uneditable-textarea{width:auto;height:auto}.red-ui-editor input:-moz-placeholder,.red-ui-editor textarea:-moz-placeholder,.red-ui-editor-dialog input:-moz-placeholder,.red-ui-editor-dialog textarea:-moz-placeholder{color:var(--red-ui-form-placeholder-color)}.red-ui-editor input:-ms-input-placeholder,.red-ui-editor div[contenteditable=true]:-ms-input-placeholder,.red-ui-editor textarea:-ms-input-placeholder,.red-ui-editor-dialog input:-ms-input-placeholder,.red-ui-editor-dialog div[contenteditable=true]:-ms-input-placeholder,.red-ui-editor-dialog textarea:-ms-input-placeholder{color:var(--red-ui-form-placeholder-color)}.red-ui-editor input::-webkit-input-placeholder,.red-ui-editor div[contenteditable=true]::-webkit-input-placeholder,.red-ui-editor textarea::-webkit-input-placeholder,.red-ui-editor-dialog input::-webkit-input-placeholder,.red-ui-editor-dialog div[contenteditable=true]::-webkit-input-placeholder,.red-ui-editor-dialog textarea::-webkit-input-placeholder{color:var(--red-ui-form-placeholder-color)}.red-ui-editor .radio,.red-ui-editor .checkbox,.red-ui-editor-dialog .radio,.red-ui-editor-dialog .checkbox{min-height:20px;padding-left:20px}.red-ui-editor .radio input[type=radio],.red-ui-editor .checkbox input[type=checkbox],.red-ui-editor-dialog .radio input[type=radio],.red-ui-editor-dialog .checkbox input[type=checkbox]{float:left;margin-left:-20px}.red-ui-editor .controls>.radio:first-child,.red-ui-editor .controls>.checkbox:first-child,.red-ui-editor-dialog .controls>.radio:first-child,.red-ui-editor-dialog .controls>.checkbox:first-child{padding-top:5px}.red-ui-editor .radio.inline,.red-ui-editor .checkbox.inline,.red-ui-editor-dialog .radio.inline,.red-ui-editor-dialog .checkbox.inline{display:inline-block;padding-top:5px;margin-bottom:0;vertical-align:middle}.red-ui-editor .radio.inline+.radio.inline,.red-ui-editor .checkbox.inline+.checkbox.inline,.red-ui-editor-dialog .radio.inline+.radio.inline,.red-ui-editor-dialog .checkbox.inline+.checkbox.inline{margin-left:10px}.red-ui-editor .input-mini,.red-ui-editor-dialog .input-mini{width:60px}.red-ui-editor .input-small,.red-ui-editor-dialog .input-small{width:90px}.red-ui-editor .input-medium,.red-ui-editor-dialog .input-medium{width:150px}.red-ui-editor .input-large,.red-ui-editor-dialog .input-large{width:210px}.red-ui-editor .input-xlarge,.red-ui-editor-dialog .input-xlarge{width:270px}.red-ui-editor .input-xxlarge,.red-ui-editor-dialog .input-xxlarge{width:530px}.red-ui-editor input[class*=span],.red-ui-editor select[class*=span],.red-ui-editor textarea[class*=span],.red-ui-editor .uneditable-input[class*=span],.red-ui-editor .row-fluid input[class*=span],.red-ui-editor .row-fluid select[class*=span],.red-ui-editor .row-fluid textarea[class*=span],.red-ui-editor .row-fluid .uneditable-input[class*=span],.red-ui-editor-dialog input[class*=span],.red-ui-editor-dialog select[class*=span],.red-ui-editor-dialog textarea[class*=span],.red-ui-editor-dialog .uneditable-input[class*=span],.red-ui-editor-dialog .row-fluid input[class*=span],.red-ui-editor-dialog .row-fluid select[class*=span],.red-ui-editor-dialog .row-fluid textarea[class*=span],.red-ui-editor-dialog .row-fluid .uneditable-input[class*=span]{float:none;margin-left:0}.red-ui-editor .input-append input[class*=span],.red-ui-editor .input-append .uneditable-input[class*=span],.red-ui-editor .input-prepend input[class*=span],.red-ui-editor .input-prepend .uneditable-input[class*=span],.red-ui-editor .row-fluid input[class*=span],.red-ui-editor .row-fluid select[class*=span],.red-ui-editor .row-fluid textarea[class*=span],.red-ui-editor .row-fluid .uneditable-input[class*=span],.red-ui-editor .row-fluid .input-prepend [class*=span],.red-ui-editor .row-fluid .input-append [class*=span],.red-ui-editor-dialog .input-append input[class*=span],.red-ui-editor-dialog .input-append .uneditable-input[class*=span],.red-ui-editor-dialog .input-prepend input[class*=span],.red-ui-editor-dialog .input-prepend .uneditable-input[class*=span],.red-ui-editor-dialog .row-fluid input[class*=span],.red-ui-editor-dialog .row-fluid select[class*=span],.red-ui-editor-dialog .row-fluid textarea[class*=span],.red-ui-editor-dialog .row-fluid .uneditable-input[class*=span],.red-ui-editor-dialog .row-fluid .input-prepend [class*=span],.red-ui-editor-dialog .row-fluid .input-append [class*=span]{display:inline-block}.red-ui-editor input,.red-ui-editor textarea,.red-ui-editor div[contenteditable=true],.red-ui-editor .uneditable-input,.red-ui-editor-dialog input,.red-ui-editor-dialog textarea,.red-ui-editor-dialog div[contenteditable=true],.red-ui-editor-dialog .uneditable-input{margin-left:0}.red-ui-editor label.disabled,.red-ui-editor-dialog label.disabled{color:var(--red-ui-form-text-color-disabled);cursor:default}.red-ui-editor input[disabled],.red-ui-editor select[disabled],.red-ui-editor textarea[disabled],.red-ui-editor input[readonly],.red-ui-editor select[readonly],.red-ui-editor textarea[readonly],.red-ui-editor-dialog input[disabled],.red-ui-editor-dialog select[disabled],.red-ui-editor-dialog textarea[disabled],.red-ui-editor-dialog input[readonly],.red-ui-editor-dialog select[readonly],.red-ui-editor-dialog textarea[readonly]{cursor:not-allowed;color:var(--red-ui-form-text-color-disabled);background-color:var(--red-ui-form-input-background-disabled)}.red-ui-editor input[type=radio][disabled],.red-ui-editor input[type=checkbox][disabled],.red-ui-editor input[type=radio][readonly],.red-ui-editor input[type=checkbox][readonly],.red-ui-editor-dialog input[type=radio][disabled],.red-ui-editor-dialog input[type=checkbox][disabled],.red-ui-editor-dialog input[type=radio][readonly],.red-ui-editor-dialog input[type=checkbox][readonly]{background-color:rgba(0,0,0,0)}.red-ui-editor input:invalid,.red-ui-editor div[contenteditable=true]:invalid,.red-ui-editor textarea:invalid,.red-ui-editor select:invalid,.red-ui-editor-dialog input:invalid,.red-ui-editor-dialog div[contenteditable=true]:invalid,.red-ui-editor-dialog textarea:invalid,.red-ui-editor-dialog select:invalid{border-color:var(--red-ui-form-input-border-error-color)}.red-ui-editor input:focus:invalid,.red-ui-editor div[contenteditable=true]:focus:invalid,.red-ui-editor textarea:focus:invalid,.red-ui-editor select:focus:invalid,.red-ui-editor-dialog input:focus:invalid,.red-ui-editor-dialog div[contenteditable=true]:focus:invalid,.red-ui-editor-dialog textarea:focus:invalid,.red-ui-editor-dialog select:focus:invalid{border-color:var(--red-ui-form-input-border-error-color)}.red-ui-editor input:focus:invalid:focus,.red-ui-editor div[contenteditable=true]:focus:invalid:focus,.red-ui-editor textarea:focus:invalid:focus,.red-ui-editor select:focus:invalid:focus,.red-ui-editor-dialog input:focus:invalid:focus,.red-ui-editor-dialog div[contenteditable=true]:focus:invalid:focus,.red-ui-editor-dialog textarea:focus:invalid:focus,.red-ui-editor-dialog select:focus:invalid:focus{border-color:var(--red-ui-form-input-border-error-color)}.red-ui-editor .input-append,.red-ui-editor .input-prepend,.red-ui-editor-dialog .input-append,.red-ui-editor-dialog .input-prepend{display:inline-block;margin-bottom:10px;font-size:0;white-space:nowrap;vertical-align:middle}.red-ui-editor .input-append input,.red-ui-editor .input-prepend input,.red-ui-editor .input-append div[contenteditable=true],.red-ui-editor .input-prepend div[contenteditable=true],.red-ui-editor .input-append select,.red-ui-editor .input-prepend select,.red-ui-editor .input-append .uneditable-input,.red-ui-editor .input-prepend .uneditable-input,.red-ui-editor .input-append .red-ui-menu-dropdown,.red-ui-editor .input-prepend .red-ui-menu-dropdown,.red-ui-editor .input-append .popover,.red-ui-editor .input-prepend .popover,.red-ui-editor-dialog .input-append input,.red-ui-editor-dialog .input-prepend input,.red-ui-editor-dialog .input-append div[contenteditable=true],.red-ui-editor-dialog .input-prepend div[contenteditable=true],.red-ui-editor-dialog .input-append select,.red-ui-editor-dialog .input-prepend select,.red-ui-editor-dialog .input-append .uneditable-input,.red-ui-editor-dialog .input-prepend .uneditable-input,.red-ui-editor-dialog .input-append .red-ui-menu-dropdown,.red-ui-editor-dialog .input-prepend .red-ui-menu-dropdown,.red-ui-editor-dialog .input-append .popover,.red-ui-editor-dialog .input-prepend .popover{font-size:14px}.red-ui-editor .input-append input,.red-ui-editor .input-prepend input,.red-ui-editor .input-append div[contenteditable=true],.red-ui-editor .input-prepend div[contenteditable=true],.red-ui-editor .input-append select,.red-ui-editor .input-prepend select,.red-ui-editor .input-append .uneditable-input,.red-ui-editor .input-prepend .uneditable-input,.red-ui-editor-dialog .input-append input,.red-ui-editor-dialog .input-prepend input,.red-ui-editor-dialog .input-append div[contenteditable=true],.red-ui-editor-dialog .input-prepend div[contenteditable=true],.red-ui-editor-dialog .input-append select,.red-ui-editor-dialog .input-prepend select,.red-ui-editor-dialog .input-append .uneditable-input,.red-ui-editor-dialog .input-prepend .uneditable-input{position:relative;margin-bottom:0;*margin-left:0;vertical-align:top;border-radius:0 4px 4px 0}.red-ui-editor .input-append input:focus,.red-ui-editor .input-prepend input:focus,.red-ui-editor .input-append div[contenteditable=true]:focus,.red-ui-editor .input-prepend div[contenteditable=true]:focus,.red-ui-editor .input-append select:focus,.red-ui-editor .input-prepend select:focus,.red-ui-editor .input-append .uneditable-input:focus,.red-ui-editor .input-prepend .uneditable-input:focus,.red-ui-editor-dialog .input-append input:focus,.red-ui-editor-dialog .input-prepend input:focus,.red-ui-editor-dialog .input-append div[contenteditable=true]:focus,.red-ui-editor-dialog .input-prepend div[contenteditable=true]:focus,.red-ui-editor-dialog .input-append select:focus,.red-ui-editor-dialog .input-prepend select:focus,.red-ui-editor-dialog .input-append .uneditable-input:focus,.red-ui-editor-dialog .input-prepend .uneditable-input:focus{z-index:2}.red-ui-editor .input-append .add-on,.red-ui-editor .input-prepend .add-on,.red-ui-editor-dialog .input-append .add-on,.red-ui-editor-dialog .input-prepend .add-on{display:inline-block;width:auto;height:20px;min-width:16px;padding:4px 5px;font-size:14px;font-weight:normal;line-height:20px;text-align:center;background-color:var(--red-ui-form-button-background);border:1px solid var(--red-ui-form-input-border-color)}.red-ui-editor .input-append .add-on,.red-ui-editor .input-prepend .add-on,.red-ui-editor .input-append .btn,.red-ui-editor .input-prepend .btn,.red-ui-editor .input-append .btn-group>.dropdown-toggle,.red-ui-editor .input-prepend .btn-group>.dropdown-toggle,.red-ui-editor-dialog .input-append .add-on,.red-ui-editor-dialog .input-prepend .add-on,.red-ui-editor-dialog .input-append .btn,.red-ui-editor-dialog .input-prepend .btn,.red-ui-editor-dialog .input-append .btn-group>.dropdown-toggle,.red-ui-editor-dialog .input-prepend .btn-group>.dropdown-toggle{vertical-align:top;border-radius:0}.red-ui-editor .input-prepend .add-on,.red-ui-editor .input-prepend .btn,.red-ui-editor-dialog .input-prepend .add-on,.red-ui-editor-dialog .input-prepend .btn{margin-right:-1px}.red-ui-editor .input-prepend .add-on:first-child,.red-ui-editor .input-prepend .btn:first-child,.red-ui-editor-dialog .input-prepend .add-on:first-child,.red-ui-editor-dialog .input-prepend .btn:first-child{border-radius:4px 0 0 4px}.red-ui-editor .input-append input,.red-ui-editor .input-append div[contenteditable=true],.red-ui-editor .input-append select,.red-ui-editor .input-append .uneditable-input,.red-ui-editor-dialog .input-append input,.red-ui-editor-dialog .input-append div[contenteditable=true],.red-ui-editor-dialog .input-append select,.red-ui-editor-dialog .input-append .uneditable-input{border-radius:4px 0 0 4px}.red-ui-editor .input-append input+.btn-group .btn:last-child,.red-ui-editor .input-append select+.btn-group .btn:last-child,.red-ui-editor .input-append .uneditable-input+.btn-group .btn:last-child,.red-ui-editor-dialog .input-append input+.btn-group .btn:last-child,.red-ui-editor-dialog .input-append select+.btn-group .btn:last-child,.red-ui-editor-dialog .input-append .uneditable-input+.btn-group .btn:last-child{border-radius:0 4px 4px 0}.red-ui-editor .input-append .add-on,.red-ui-editor .input-append .btn,.red-ui-editor .input-append .btn-group,.red-ui-editor-dialog .input-append .add-on,.red-ui-editor-dialog .input-append .btn,.red-ui-editor-dialog .input-append .btn-group{margin-left:-1px}.red-ui-editor .input-append .add-on:last-child,.red-ui-editor .input-append .btn:last-child,.red-ui-editor .input-append .btn-group:last-child>.dropdown-toggle,.red-ui-editor-dialog .input-append .add-on:last-child,.red-ui-editor-dialog .input-append .btn:last-child,.red-ui-editor-dialog .input-append .btn-group:last-child>.dropdown-toggle{border-radius:0 4px 4px 0}.red-ui-editor .input-prepend.input-append input,.red-ui-editor .input-prepend.input-append div[contenteditable=true],.red-ui-editor .input-prepend.input-append select,.red-ui-editor .input-prepend.input-append .uneditable-input,.red-ui-editor-dialog .input-prepend.input-append input,.red-ui-editor-dialog .input-prepend.input-append div[contenteditable=true],.red-ui-editor-dialog .input-prepend.input-append select,.red-ui-editor-dialog .input-prepend.input-append .uneditable-input{border-radius:0}.red-ui-editor .input-prepend.input-append input+.btn-group .btn,.red-ui-editor .input-prepend.input-append select+.btn-group .btn,.red-ui-editor .input-prepend.input-append .uneditable-input+.btn-group .btn,.red-ui-editor-dialog .input-prepend.input-append input+.btn-group .btn,.red-ui-editor-dialog .input-prepend.input-append select+.btn-group .btn,.red-ui-editor-dialog .input-prepend.input-append .uneditable-input+.btn-group .btn{border-radius:0 4px 4px 0}.red-ui-editor .input-prepend.input-append .add-on:first-child,.red-ui-editor .input-prepend.input-append .btn:first-child,.red-ui-editor-dialog .input-prepend.input-append .add-on:first-child,.red-ui-editor-dialog .input-prepend.input-append .btn:first-child{margin-right:-1px;border-radius:4px 0 0 4px}.red-ui-editor .input-prepend.input-append .add-on:last-child,.red-ui-editor .input-prepend.input-append .btn:last-child,.red-ui-editor-dialog .input-prepend.input-append .add-on:last-child,.red-ui-editor-dialog .input-prepend.input-append .btn:last-child{margin-left:-1px;border-radius:0 4px 4px 0}.red-ui-editor .input-prepend.input-append .btn-group:first-child,.red-ui-editor-dialog .input-prepend.input-append .btn-group:first-child{margin-left:0}.red-ui-editor input.search-query,.red-ui-editor-dialog input.search-query{padding-right:14px;padding-right:4px \9 ;padding-left:14px;padding-left:4px \9 ;margin-bottom:0;border-radius:15px}.red-ui-editor .form-search .input-append .search-query,.red-ui-editor .form-search .input-prepend .search-query,.red-ui-editor-dialog .form-search .input-append .search-query,.red-ui-editor-dialog .form-search .input-prepend .search-query{border-radius:0}.red-ui-editor .form-search .input-append .search-query,.red-ui-editor-dialog .form-search .input-append .search-query{border-radius:14px 0 0 14px}.red-ui-editor .form-search .input-append .btn,.red-ui-editor-dialog .form-search .input-append .btn{border-radius:0 14px 14px 0}.red-ui-editor .form-search .input-prepend .search-query,.red-ui-editor-dialog .form-search .input-prepend .search-query{border-radius:0 14px 14px 0}.red-ui-editor .form-search .input-prepend .btn,.red-ui-editor-dialog .form-search .input-prepend .btn{border-radius:14px 0 0 14px}.red-ui-editor .form-search input,.red-ui-editor .form-inline input,.red-ui-editor .form-horizontal input,.red-ui-editor .form-search div[contenteditable=true],.red-ui-editor .form-inline div[contenteditable=true],.red-ui-editor .form-horizontal div[contenteditable=true],.red-ui-editor .form-search textarea,.red-ui-editor .form-inline textarea,.red-ui-editor .form-horizontal textarea,.red-ui-editor .form-search select,.red-ui-editor .form-inline select,.red-ui-editor .form-horizontal select,.red-ui-editor .form-search .help-inline,.red-ui-editor .form-inline .help-inline,.red-ui-editor .form-horizontal .help-inline,.red-ui-editor .form-search .uneditable-input,.red-ui-editor .form-inline .uneditable-input,.red-ui-editor .form-horizontal .uneditable-input,.red-ui-editor .form-search .input-prepend,.red-ui-editor .form-inline .input-prepend,.red-ui-editor .form-horizontal .input-prepend,.red-ui-editor .form-search .input-append,.red-ui-editor .form-inline .input-append,.red-ui-editor .form-horizontal .input-append,.red-ui-editor-dialog .form-search input,.red-ui-editor-dialog .form-inline input,.red-ui-editor-dialog .form-horizontal input,.red-ui-editor-dialog .form-search div[contenteditable=true],.red-ui-editor-dialog .form-inline div[contenteditable=true],.red-ui-editor-dialog .form-horizontal div[contenteditable=true],.red-ui-editor-dialog .form-search textarea,.red-ui-editor-dialog .form-inline textarea,.red-ui-editor-dialog .form-horizontal textarea,.red-ui-editor-dialog .form-search select,.red-ui-editor-dialog .form-inline select,.red-ui-editor-dialog .form-horizontal select,.red-ui-editor-dialog .form-search .help-inline,.red-ui-editor-dialog .form-inline .help-inline,.red-ui-editor-dialog .form-horizontal .help-inline,.red-ui-editor-dialog .form-search .uneditable-input,.red-ui-editor-dialog .form-inline .uneditable-input,.red-ui-editor-dialog .form-horizontal .uneditable-input,.red-ui-editor-dialog .form-search .input-prepend,.red-ui-editor-dialog .form-inline .input-prepend,.red-ui-editor-dialog .form-horizontal .input-prepend,.red-ui-editor-dialog .form-search .input-append,.red-ui-editor-dialog .form-inline .input-append,.red-ui-editor-dialog .form-horizontal .input-append{display:inline-block;*display:inline;margin-bottom:0;vertical-align:middle;*zoom:1}.red-ui-editor .form-search .hide,.red-ui-editor .form-inline .hide,.red-ui-editor .form-horizontal .hide,.red-ui-editor-dialog .form-search .hide,.red-ui-editor-dialog .form-inline .hide,.red-ui-editor-dialog .form-horizontal .hide{display:none}.red-ui-editor .form-search label,.red-ui-editor .form-inline label,.red-ui-editor .form-search .btn-group,.red-ui-editor .form-inline .btn-group,.red-ui-editor-dialog .form-search label,.red-ui-editor-dialog .form-inline label,.red-ui-editor-dialog .form-search .btn-group,.red-ui-editor-dialog .form-inline .btn-group{display:inline-block}.red-ui-editor .form-search .input-append,.red-ui-editor .form-inline .input-append,.red-ui-editor .form-search .input-prepend,.red-ui-editor .form-inline .input-prepend,.red-ui-editor-dialog .form-search .input-append,.red-ui-editor-dialog .form-inline .input-append,.red-ui-editor-dialog .form-search .input-prepend,.red-ui-editor-dialog .form-inline .input-prepend{margin-bottom:0}.red-ui-editor .form-search .radio,.red-ui-editor .form-search .checkbox,.red-ui-editor .form-inline .radio,.red-ui-editor .form-inline .checkbox,.red-ui-editor-dialog .form-search .radio,.red-ui-editor-dialog .form-search .checkbox,.red-ui-editor-dialog .form-inline .radio,.red-ui-editor-dialog .form-inline .checkbox{padding-left:0;margin-bottom:0;vertical-align:middle}.red-ui-editor .form-search .radio input[type=radio],.red-ui-editor .form-search .checkbox input[type=checkbox],.red-ui-editor .form-inline .radio input[type=radio],.red-ui-editor .form-inline .checkbox input[type=checkbox],.red-ui-editor-dialog .form-search .radio input[type=radio],.red-ui-editor-dialog .form-search .checkbox input[type=checkbox],.red-ui-editor-dialog .form-inline .radio input[type=radio],.red-ui-editor-dialog .form-inline .checkbox input[type=checkbox]{float:left;margin-right:3px;margin-left:0}.red-ui-editor .control-group,.red-ui-editor-dialog .control-group{margin-bottom:10px}.red-ui-editor legend+.control-group,.red-ui-editor-dialog legend+.control-group{margin-top:20px;-webkit-margin-top-collapse:separate}.red-ui-editor .form-horizontal .control-group,.red-ui-editor-dialog .form-horizontal .control-group{margin-bottom:20px;*zoom:1}.red-ui-editor .form-horizontal .control-group:before,.red-ui-editor .form-horizontal .control-group:after,.red-ui-editor-dialog .form-horizontal .control-group:before,.red-ui-editor-dialog .form-horizontal .control-group:after{display:table;line-height:0;content:""}.red-ui-editor .form-horizontal .control-group:after,.red-ui-editor-dialog .form-horizontal .control-group:after{clear:both}.red-ui-editor .form-horizontal .control-label,.red-ui-editor-dialog .form-horizontal .control-label{float:left;width:160px;padding-top:5px;text-align:right}.red-ui-editor .form-horizontal .controls,.red-ui-editor-dialog .form-horizontal .controls{*display:inline-block;*padding-left:20px;margin-left:180px;*margin-left:0}.red-ui-editor .form-horizontal .controls:first-child,.red-ui-editor-dialog .form-horizontal .controls:first-child{*padding-left:180px}.red-ui-editor .form-horizontal .help-block,.red-ui-editor-dialog .form-horizontal .help-block{margin-bottom:0}.red-ui-editor .form-horizontal input+.help-block,.red-ui-editor .form-horizontal select+.help-block,.red-ui-editor .form-horizontal textarea+.help-block,.red-ui-editor .form-horizontal .uneditable-input+.help-block,.red-ui-editor .form-horizontal .input-prepend+.help-block,.red-ui-editor .form-horizontal .input-append+.help-block,.red-ui-editor-dialog .form-horizontal input+.help-block,.red-ui-editor-dialog .form-horizontal select+.help-block,.red-ui-editor-dialog .form-horizontal textarea+.help-block,.red-ui-editor-dialog .form-horizontal .uneditable-input+.help-block,.red-ui-editor-dialog .form-horizontal .input-prepend+.help-block,.red-ui-editor-dialog .form-horizontal .input-append+.help-block{margin-top:10px}.red-ui-editor .form-horizontal .form-actions,.red-ui-editor-dialog .form-horizontal .form-actions{padding-left:180px}.red-ui-editor .form-row div[contenteditable=true],.red-ui-editor-dialog .form-row div[contenteditable=true]{white-space:nowrap;overflow:hidden}.ui-widget{font-size:14px !important;font-family:var(--red-ui-primary-font)}.ui-widget input,.ui-widget div[contenteditable=true],.ui-widget select,.ui-widget textarea,.ui-widget button{font-size:14px !important;font-family:var(--red-ui-primary-font)}.ui-widget input,.ui-widget div[contenteditable=true]{box-shadow:none}.ui-widget.ui-widget-content{border:1px solid var(--red-ui-tertiary-border-color)}.ui-widget-content{border:1px solid var(--red-ui-secondary-border-color);background:var(--red-ui-secondary-background);color:var(--red-ui-primary-text-color)}.ui-widget-header{color:var(--red-ui-header-text-color)}.ui-tabs .ui-tabs-panel{padding:0px}.ui-autocomplete{max-height:250px;overflow-x:hidden;overflow-y:scroll}.ui-dialog{border-radius:1px;background:var(--red-ui-secondary-background);padding:0;box-shadow:1px 1px 4px var(--red-ui-shadow)}.ui-dialog .ui-dialog-content{padding:25px 25px 10px 25px}.ui-dialog .ui-dialog-title{width:auto}.ui-dialog .ui-dialog-titlebar{padding:10px;background:var(--red-ui-primary-background);border:none;border-bottom:1px solid var(--red-ui-primary-border-color);border-radius:0}.ui-dialog .ui-dialog-buttonpane.ui-widget-content{background:var(--red-ui-tertiary-background)}.ui-corner-all{border-radius:1px}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{background:var(--red-ui-primary-background)}.ui-dialog-no-close .ui-dialog-titlebar-close{display:none}.ui-dialog-buttonset{text-align:right}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:none}.ui-dialog-buttonset button{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:var(--red-ui-workspace-button-color) !important;background:var(--red-ui-workspace-button-background);text-decoration:none;box-sizing:border-box;display:inline-block;border:1px solid var(--red-ui-form-input-border-color);text-align:center;margin:0;cursor:pointer;font-size:14px;padding:6px 14px;margin-right:8px;border-radius:2px;color:var(--red-ui-workspace-button-color);background:var(--red-ui-workspace-button-background)}.ui-dialog-buttonset button.disabled,.ui-dialog-buttonset button:disabled{cursor:default;color:var(--red-ui-workspace-button-color-disabled) !important}.ui-dialog-buttonset button:hover,.ui-dialog-buttonset button:focus{text-decoration:none}.ui-dialog-buttonset button:not(.disabled):not(:disabled):hover{color:var(--red-ui-workspace-button-color-hover) !important;background:var(--red-ui-workspace-button-background-hover)}.ui-dialog-buttonset button:not(.disabled):not(:disabled):focus{color:var(--red-ui-workspace-button-color-focus) !important}.ui-dialog-buttonset button:not(.disabled):not(:disabled):active{color:var(--red-ui-workspace-button-color-active) !important;background:var(--red-ui-workspace-button-background-active);text-decoration:none}.ui-dialog-buttonset button.selected:not(.disabled):not(:disabled){color:var(--red-ui-workspace-button-color-selected) !important;background:var(--red-ui-workspace-button-background-active)}.button-group .ui-dialog-buttonset button:not(:first-child){border-left:none;border-top-left-radius:0;border-bottom-left-radius:0}.button-group .ui-dialog-buttonset button:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.button-group-vertical .ui-dialog-buttonset button{display:block;min-width:22px}.button-group-vertical .ui-dialog-buttonset button:not(:first-child){border-top:none;border-top-left-radius:0;border-top-right-radius:0}.button-group-vertical .ui-dialog-buttonset button:not(:last-child){border-bottom-left-radius:0;border-bottom-right-radius:0}.button-group .ui-dialog-buttonset button:focus{position:relative}.button-row .ui-dialog-buttonset button:not(:first-child){margin-left:15px}.ui-dialog-buttonset button:focus{outline:1px solid var(--red-ui-workspace-button-color-focus-outline);outline-offset:1px}.ui-dialog-buttonset button.primary{border-color:var(--red-ui-workspace-button-background-primary);color:var(--red-ui-workspace-button-color-primary) !important;background:var(--red-ui-workspace-button-background-primary)}.ui-dialog-buttonset button.primary.disabled,.ui-dialog-buttonset button.primary.ui-state-disabled{background:none;color:var(--red-ui-workspace-button-color) !important;border-color:var(--red-ui-form-input-border-color)}.ui-dialog-buttonset button.primary:not(.disabled):not(.ui-button-disabled):hover{border-color:var(--red-ui-workspace-button-background-primary-hover);background:var(--red-ui-workspace-button-background-primary-hover);color:var(--red-ui-workspace-button-color-primary) !important}.ui-dialog-buttonset button.secondary{background:none}.ui-dialog-buttonset button.secondary:not(:hover){border-color:rgba(0,0,0,0)}.ui-dialog-buttonset button.leftButton{float:left;margin-top:7px}.ui-dialog-buttonset button:not(.leftButton):not(:last-child){margin-right:16px}.ui-dialog-buttonset button.primary{border-color:var(--red-ui-workspace-button-background-primary);color:var(--red-ui-workspace-button-color-primary) !important;background:var(--red-ui-workspace-button-background-primary)}.ui-dialog-buttonset button.primary:not(.disabled):hover{border-color:var(--red-ui-workspace-button-background-primary-hover);background:var(--red-ui-workspace-button-background-primary-hover);color:var(--red-ui-workspace-button-color-primary) !important}.ui-dialog-buttonset button.primary.disabled{border-color:var(--red-ui-form-input-border-color);color:var(--red-ui-workspace-button-color-disabled) !important;background:var(--red-ui-workspace-button-background)}.ui-dialog-buttonset button.disabled{background:none}.ui-dialog-buttonset button.disabled{background:none}.ui-dialog-buttonset button.disabled:focus{outline:none}.ui-dialog-buttonset button .ui-button-text{padding:0}.ui-dialog .ui-dialog-buttonpane{padding:.3em 1em .5em 1em}.ui-spinner{border-radius:4px;padding:0;border:1px solid var(--red-ui-form-input-border-color)}.ui-spinner input{background:var(--red-ui-form-input-background);margin:0 17px 0 0;padding:6px;border:none;border-top-right-radius:0px;border-bottom-right-radius:0px}.ui-spinner input:focus{outline:none}.ui-widget-overlay{position:absolute;top:0;left:0;bottom:0;right:0;background:var(--red-ui-shade-color);z-index:5;z-index:100;opacity:1}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:1px solid var(--red-ui-secondary-border-color);background:var(--red-ui-form-button-background)}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button{color:var(--red-ui-primary-text-color)}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus{border:1px solid var(--red-ui-secondary-border-color);background:var(--red-ui-workspace-button-background-hover);color:var(--red-ui-workspace-button-color-hover)}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid var(--red-ui-secondary-border-color);background:var(--red-ui-workspace-button-background-active);font-weight:normal;color:var(--red-ui-workspace-button-color-active)}.ui-state-active .ui-icon,.ui-button:active .ui-icon{background-image:url(../vendor/jquery/css/base/images/ui-icons_777777_256x240.png)}.red-ui-editor .ace_read-only .ace_scroller,.red-ui-editor-dialog .ace_read-only .ace_scroller{background:var(--red-ui-text-editor-background-disabled);color:var(--red-ui-text-editor-color-disabled)}.red-ui-editor .ace_read-only .ace_cursor,.red-ui-editor-dialog .ace_read-only .ace_cursor{color:rgba(0,0,0,0) !important}.red-ui-editor .ace_gutter,.red-ui-editor-dialog .ace_gutter{background:var(--red-ui-text-editor-gutter-background);border-top-left-radius:4px;border-bottom-left-radius:4px}.red-ui-editor .ace_scroller,.red-ui-editor-dialog .ace_scroller{background:var(--red-ui-text-editor-background);border-top-right-radius:4px;border-bottom-right-radius:4px;color:var(--red-ui-text-editor-color)}.red-ui-editor .ace_marker-layer .ace_active-line,.red-ui-editor-dialog .ace_marker-layer .ace_active-line{background:var(--red-ui-text-editor-active-line-background)}.red-ui-editor .ace_marker-layer .ace_selection,.red-ui-editor-dialog .ace_marker-layer .ace_selection{background:var(--red-ui-text-editor-selection-background);border-radius:1px}.red-ui-editor .ace_gutter-cell,.red-ui-editor-dialog .ace_gutter-cell{color:var(--red-ui-text-editor-gutter-color)}.red-ui-editor .ace_gutter-active-line,.red-ui-editor-dialog .ace_gutter-active-line{background:var(--red-ui-text-editor-gutter-active-line-background)}.red-ui-editor .ace_tooltip,.red-ui-editor-dialog .ace_tooltip{font-family:var(--red-ui-primary-font);line-height:1.4em;max-width:400px;white-space:normal;background-image:none;background:var(--red-ui-popover-background);color:var(--red-ui-popover-color);border-radius:4px;box-shadow:1px 1px 4px var(--red-ui-shadow);border-color:var(--red-ui-popover-background)}.red-ui-editor .ace_content,.red-ui-editor-dialog .ace_content{line-height:1}.red-ui-editor textarea.ace_text-input,.red-ui-editor-dialog textarea.ace_text-input{overflow:hidden;padding:0px 1px !important}.red-ui-editor #red-ui-event-log-editor .ace_scroller,.red-ui-editor-dialog #red-ui-event-log-editor .ace_scroller{background:var(--red-ui-event-log-background);color:var(--red-ui-event-log-color)}.red-ui-editor #red-ui-event-log-editor .ace_marker-layer .ace_active-line,.red-ui-editor-dialog #red-ui-event-log-editor .ace_marker-layer .ace_active-line{background:var(--red-ui-event-log-active-line-background)}.red-ui-editor #red-ui-event-log-editor .ace_marker-layer .ace_selection,.red-ui-editor-dialog #red-ui-event-log-editor .ace_marker-layer .ace_selection{background:var(--red-ui-event-log-selection-background)}.red-ui-menu-dropdown{font-family:var(--red-ui-primary-font);font-size:var(--red-ui-primary-font-size);position:absolute;top:100%;width:230px;left:0;z-index:1000;display:none;float:left;margin:2px 0 0;margin-left:0px !important;padding:5px 0;list-style:none;background:var(--red-ui-menuBackground);border:1px solid var(--red-ui-secondary-border-color);box-shadow:0 5px 10px var(--red-ui-shadow)}.red-ui-menu-dropdown.pull-right{right:0;left:auto}.red-ui-menu-dropdown .red-ui-menu-divider{height:1px;margin:9px 1px;overflow:hidden;background-color:var(--red-ui-menuDivider)}.red-ui-menu-dropdown>li>a,.red-ui-menu-dropdown>li>a:focus{display:block;padding:4px 12px 4px 32px;clear:both;font-weight:normal;line-height:20px;color:var(--red-ui-menuColor);white-space:normal !important;outline:none}.red-ui-menu-dropdown>li.pull-left>a,.red-ui-menu-dropdown>li.pull-left>a:focus{padding:4px 12px 4px 32px}.red-ui-menu-dropdown.red-ui-menu-dropdown-noicons>li>a,.red-ui-menu-dropdown.red-ui-menu-dropdown-noicons>li>a:focus{padding:4px 12px 4px 12px}.red-ui-menu-dropdown.red-ui-menu-dropdown-submenus.red-ui-menu-dropdown-direction-right>li>a,.red-ui-menu-dropdown.red-ui-menu-dropdown-submenus.red-ui-menu-dropdown-direction-right>li>a:focus{padding-right:20px}.red-ui-menu-dropdown.red-ui-menu-dropdown-submenus.red-ui-menu-dropdown-direction-left>li>a,.red-ui-menu-dropdown.red-ui-menu-dropdown-submenus.red-ui-menu-dropdown-direction-left>li>a:focus{padding-left:20px}.red-ui-menu-dropdown>.active>a,.red-ui-menu-dropdown>.active>a:hover,.red-ui-menu-dropdown>.active>a:focus{color:var(--red-ui-menuActiveColor);text-decoration:none;background-color:var(--red-ui-menuActiveBackground);outline:0}.red-ui-menu-dropdown>.disabled>a,.red-ui-menu-dropdown>.disabled>a:hover,.red-ui-menu-dropdown>.disabled>a:focus{color:var(--red-ui-menuDisabledColor)}.red-ui-menu-dropdown>.disabled>a .red-ui-popover-key,.red-ui-menu-dropdown>.disabled>a:hover .red-ui-popover-key,.red-ui-menu-dropdown>.disabled>a:focus .red-ui-popover-key{color:var(--red-ui-menuDisabledColor);border-color:var(--red-ui-menuDisabledColor)}.red-ui-menu-dropdown>.disabled>a:hover,.red-ui-menu-dropdown>.disabled>a:focus{text-decoration:none;cursor:default;background-color:rgba(0,0,0,0);background-image:none}.red-ui-menu-dropdown a img{max-width:14px}.red-ui-menu-dropdown a .fa{float:left;width:20px;margin-left:-25px;margin-top:3px;text-align:center}.red-ui-menu-dropdown a .fa-check-square{display:none}.red-ui-menu-dropdown a .fa-square{display:inline-block}.red-ui-menu-dropdown a.active .fa-check-square{display:inline-block}.red-ui-menu-dropdown a.active .fa-square{display:none}.red-ui-menu-dropdown a .red-ui-menu-label{display:flex}.red-ui-menu-dropdown a .red-ui-menu-label>:first-child{flex-grow:1}.red-ui-menu-dropdown a .red-ui-popover-key{border:none;padding:0;font-size:13px;color:var(--red-ui-menuColor);border-color:var(--red-ui-menuColor)}.pull-right>.red-ui-menu-dropdown{right:0;left:auto}.red-ui-menu-dropdown>li>a:hover,.red-ui-menu-dropdown>li.open>a,.red-ui-menu-dropdown>li>a:focus,.red-ui-menu-dropdown-submenu:hover>a,.red-ui-menu-dropdown-submenu:focus>a{color:var(--red-ui-menuHoverColor);text-decoration:none;background-color:var(--red-ui-menuHoverBackground)}.red-ui-menu-dropdown-submenu{position:relative}.red-ui-menu-dropdown-submenu>.red-ui-menu-dropdown{top:0;left:calc(100% - 5px);margin-top:0;margin-left:-1px}.red-ui-menu-dropdown-submenu.open>.red-ui-menu-dropdown,.red-ui-menu-dropdown-submenu:hover>.red-ui-menu-dropdown{display:block}.red-ui-menu-dropdown-submenu>a:after{display:block;float:right;width:0;height:0;margin-top:5px;margin-right:-10px;border-color:rgba(0,0,0,0);border-left-color:var(--red-ui-menuCaret);border-style:solid;border-width:5px 0 5px 5px;content:" "}.red-ui-menu-dropdown-submenu.pull-left{float:none}.red-ui-menu-dropdown-submenu.pull-left>.red-ui-menu-dropdown{left:-100%;margin-left:10px}.red-ui-menu-dropdown-submenu.pull-left>a:after{display:none}.red-ui-menu-dropdown-submenu.pull-left>a:before{display:block;float:left;width:0;height:0;margin-top:5px;margin-left:-15px;border-color:rgba(0,0,0,0);border-right-color:var(--red-ui-menuCaret);border-style:solid;border-width:5px 5px 5px 0;content:" "}.red-ui-menu-dropdown-direction-right .red-ui-menu-dropdown-submenu>a:after{display:none}.red-ui-menu-dropdown-direction-right .red-ui-menu-dropdown-submenu>a:before{display:block;float:right;width:0;height:0;margin-top:5px;margin-right:-15px;border-color:rgba(0,0,0,0);border-left-color:var(--red-ui-menuCaret);border-style:solid;border-width:5px 0 5px 5px;content:" "}.red-ui-menu-dropdown-submenu.disabled>a:before{border-right-color:var(--red-ui-menuCaret)}ul.red-ui-menu:not(.red-ui-menu-dropdown){font-family:var(--red-ui-primary-font);font-size:12px;list-style-type:none;padding:0;margin:0}ul.red-ui-menu:not(.red-ui-menu-dropdown) li a{display:block;padding:4px 8px 4px 16px;clear:both;font-weight:normal;line-height:20px;color:var(--red-ui-menuColor);white-space:nowrap;text-decoration:none}ul.red-ui-menu:not(.red-ui-menu-dropdown) li a:hover,ul.red-ui-menu:not(.red-ui-menu-dropdown) li a:focus{color:var(--red-ui-menuHoverColor);text-decoration:none;background-color:var(--red-ui-menuHoverBackground);border:none;outline:none}ul.red-ui-menu:not(.red-ui-menu-dropdown).red-ui-menu-compact{font-size:12px}ul.red-ui-menu:not(.red-ui-menu-dropdown).red-ui-menu-compact li a{line-height:16px}.button{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#red-ui-header{position:absolute;top:0;left:0;width:100%;height:40px;background:var(--red-ui-header-background);box-sizing:border-box;padding:0px 0px 0px 20px;color:var(--red-ui-header-menu-color);font-size:14px}#red-ui-header span.red-ui-header-logo{float:left;margin-top:5px;font-size:30px;line-height:30px;text-decoration:none;white-space:nowrap}#red-ui-header span.red-ui-header-logo span{vertical-align:middle;font-size:16px !important}#red-ui-header span.red-ui-header-logo span:not(:first-child){margin-left:5px}#red-ui-header span.red-ui-header-logo img{height:18px}#red-ui-header span.red-ui-header-logo a{color:inherit}#red-ui-header span.red-ui-header-logo a:hover{text-decoration:none}#red-ui-header .red-ui-header-toolbar{padding:0;margin:0;list-style:none;float:right}#red-ui-header .red-ui-header-toolbar>li{display:inline-block;padding:0;margin:0;position:relative}#red-ui-header .button{min-width:20px;text-align:center;line-height:40px;display:inline-block;font-size:20px;padding:0px 12px;text-decoration:none;color:var(--red-ui-header-menu-color);margin:auto 5px;vertical-align:middle;border-left:2px solid var(--red-ui-header-background);border-right:2px solid var(--red-ui-header-background)}#red-ui-header .button:hover{border-color:var(--red-ui-header-menu-item-hover)}#red-ui-header .button:active,#red-ui-header .button.active{background:var(--red-ui-header-button-background-active)}#red-ui-header .button:focus{outline:none}#red-ui-header .button-group{display:inline-block;margin:auto 15px;vertical-align:middle;clear:both}#red-ui-header .button-group>a{display:inline-block;position:relative;float:left;line-height:22px;font-size:14px;text-decoration:none;padding:4px 8px;margin:0}#red-ui-header .red-ui-deploy-button{background:var(--red-ui-deploy-button-background);color:var(--red-ui-deploy-button-color)}#red-ui-header .red-ui-deploy-button:hover{background:var(--red-ui-deploy-button-background-hover)}#red-ui-header .red-ui-deploy-button:focus{outline:none}#red-ui-header .red-ui-deploy-button:active{background:var(--red-ui-deploy-button-background-active);color:var(--red-ui-deploy-button-color-active)}#red-ui-header .red-ui-deploy-button-spinner{position:absolute;left:0;top:0;right:0;bottom:0;text-align:center}#red-ui-header .red-ui-deploy-button-spinner img{opacity:.8;height:100%}#red-ui-header #red-ui-header-button-deploy{padding:4px 12px}#red-ui-header #red-ui-header-button-deploy.disabled{cursor:default;background:var(--red-ui-deploy-button-background-disabled);color:var(--red-ui-deploy-button-color-disabled)}#red-ui-header #red-ui-header-button-deploy.disabled .red-ui-deploy-button-content>img{opacity:.3}#red-ui-header #red-ui-header-button-deploy.disabled+#red-ui-header-button-deploy-options{background:var(--red-ui-deploy-button-background-disabled);color:var(--red-ui-deploy-button-color-active)}#red-ui-header #red-ui-header-button-deploy.disabled+#red-ui-header-button-deploy-options:hover{background:var(--red-ui-deploy-button-background-disabled-hover)}#red-ui-header #red-ui-header-button-deploy.disabled+#red-ui-header-button-deploy-options:active{background:var(--red-ui-deploy-button-background-disabled)}#red-ui-header #red-ui-header-button-deploy .red-ui-deploy-button-content>img{margin-right:8px}#red-ui-header .red-ui-deploy-button-group.open #red-ui-header-button-deploy-options{background:var(--red-ui-header-button-background-active) !important}#red-ui-header li.open .button{background:var(--red-ui-header-button-background-active);border-color:var(--red-ui-header-button-background-active)}#red-ui-header ul.red-ui-menu-dropdown{background:var(--red-ui-header-menu-background);border:1px solid var(--red-ui-header-menu-background);width:260px !important;margin-top:0}#red-ui-header ul.red-ui-menu-dropdown li a{color:var(--red-ui-header-menu-color);padding:3px 10px 3px 30px}#red-ui-header ul.red-ui-menu-dropdown li a img{max-width:100%;margin-right:10px;padding:4px;border:3px solid rgba(0,0,0,0)}#red-ui-header ul.red-ui-menu-dropdown li a .red-ui-popover-key{color:var(--red-ui-header-menu-color-disabled) !important;border-color:var(--red-ui-header-menu-color-disabled) !important}#red-ui-header ul.red-ui-menu-dropdown li a.active img{border:3px solid var(--red-ui-header-menu-item-border-active)}#red-ui-header ul.red-ui-menu-dropdown li a span.red-ui-menu-label-container{width:180px;vertical-align:top;display:inline-block;text-indent:0px}#red-ui-header ul.red-ui-menu-dropdown li a span.red-ui-menu-label{font-size:14px;text-indent:0px}#red-ui-header ul.red-ui-menu-dropdown li a span.red-ui-menu-sublabel{color:var(--red-ui-header-menu-sublabel-color);font-size:13px;display:block;text-indent:0px}#red-ui-header ul.red-ui-menu-dropdown>li>a:hover,#red-ui-header ul.red-ui-menu-dropdown>li.open>a,#red-ui-header ul.red-ui-menu-dropdown>li>a:focus,#red-ui-header ul.red-ui-menu-dropdown>li:hover>a,#red-ui-header ul.red-ui-menu-dropdown>li:focus>a{background:var(--red-ui-header-menu-item-hover) !important}#red-ui-header ul.red-ui-menu-dropdown li.red-ui-menu-divider{background:var(--red-ui-headerMenuItemDivider)}#red-ui-header ul.red-ui-menu-dropdown li.disabled a{color:var(--red-ui-header-menu-color-disabled)}#red-ui-header ul.red-ui-menu-dropdown>li.disabled>a:hover,#red-ui-header ul.red-ui-menu-dropdown>li.disabled>a:focus{background:none !important}#red-ui-header .red-ui-menu-dropdown-submenu>a:before{border-right-color:var(--red-ui-headerMenuCaret);margin-left:-25px !important}#red-ui-header ul#red-ui-header-button-deploy-options-submenu{width:300px !important}#red-ui-header ul#red-ui-header-button-deploy-options-submenu li a{padding:10px 30px;color:var(--red-ui-header-menu-heading-color)}#red-ui-header ul#red-ui-header-button-deploy-options-submenu li a span.red-ui-menu-label{font-size:16px;display:inline-block;text-indent:0px}#red-ui-header ul#red-ui-header-button-deploy-options-submenu li a>i.fa{display:none}#red-ui-header #usermenu-item-username>.red-ui-menu-label{color:var(--red-ui-header-menu-heading-color)}#red-ui-header #red-ui-header-button-user .user-profile{background-position:center center;background-repeat:no-repeat;background-size:contain;display:inline-block;width:40px;height:35px;vertical-align:middle}@media only screen and (max-width: 450px){span.red-ui-header-logo>span{display:none}}#red-ui-palette{position:absolute;top:0px;bottom:0px;left:0px;background:var(--red-ui-primary-background);width:180px;text-align:center;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid var(--red-ui-primary-border-color);box-sizing:border-box;transition:width .2s ease-in-out}.red-ui-palette-closed #red-ui-palette{width:8px}.red-ui-palette-closed #red-ui-palette .red-ui-component-footer{display:none}.red-ui-palette-closed #red-ui-palette-search{display:none}.red-ui-palette-closed #red-ui-palette-container{display:none}.red-ui-palette-scroll{position:absolute;top:35px;right:0;bottom:25px;left:0;padding:0;overflow-y:auto;box-sizing:border-box}#red-ui-palette>.red-ui-palette-spinner{padding-top:80px}.red-ui-palette-search{position:relative;overflow:hidden;background:var(--red-ui-secondary-background);text-align:center;height:35px;padding:3px;border-bottom:1px solid var(--red-ui-primary-border-color);box-sizing:border-box}.red-ui-palette-category{border-bottom:1px solid var(--red-ui-secondary-border-color)}.red-ui-palette-content{background:var(--red-ui-palette-content-background);padding:3px}.red-ui-palette-header{position:relative;background:var(--red-ui-palette-header-background);color:var(--red-ui-palette-header-color);cursor:pointer;text-align:left;padding:9px;font-weight:bold;padding-left:30px;overflow:hidden;user-select:none}.red-ui-palette-header:hover{background:var(--red-ui-palette-header-background) !important}.red-ui-palette-header>i{position:absolute;left:11px;top:12px;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-o-transform:rotate(-90deg)}.red-ui-palette-header i.expanded{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg)}.red-ui-palette-header span{clear:both}.red-ui-palette-label{color:var(--red-ui-node-label-color);font-size:13px;margin:4px 0 4px 32px;line-height:20px;overflow:hidden;text-align:center;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.red-ui-palette-label-right{margin:4px 32px 4px 0}.red-ui-palette-node{cursor:move;background:var(--red-ui-secondary-background);margin:10px auto;height:25px;border-radius:5px;border:1px solid var(--red-ui-node-border);background-position:5% 50%;background-repeat:no-repeat;width:120px;background-size:contain;position:relative;z-index:4}.red-ui-palette-node:not(.red-ui-palette-node-config):not(.red-ui-palette-node-small):first-child{margin-top:15px}.red-ui-palette-node:not(.red-ui-palette-node-config):not(.red-ui-palette-node-small):last-child{margin-bottom:15px}.red-ui-palette-node:hover{border-color:rgba(0,0,0,0);box-shadow:0 0 0 2px var(--red-ui-node-selected-color)}.red-ui-palette-port{position:absolute;top:8px;left:-5px;box-sizing:border-box;-moz-box-sizing:border-box;background:var(--red-ui-node-port-background);border-radius:3px;width:10px;height:10px;border:1px solid var(--red-ui-node-border)}.red-ui-palette-port-output{left:auto;right:-6px}.red-ui-palette-node:hover .red-ui-palette-port{background-color:var(--red-ui-node-port-background-hover)}.red-ui-palette-icon-container{position:absolute;text-align:center;top:0;bottom:0;left:0;width:30px;border-right:1px solid var(--red-ui-node-icon-background-color);border-radius:4px 0px 0px 4px;background-color:var(--red-ui-node-icon-background-color)}.red-ui-palette-icon-container-right{left:auto;right:0;border-right:none;border-left:1px solid var(--red-ui-node-icon-background-color);border-radius:0px 4px 4px 0px}.red-ui-palette-icon{display:inline-block;width:20px;height:100%;background-position:50% 50%;background-size:contain;background-repeat:no-repeat}.red-ui-search-result-node.red-ui-palette-icon-flow,.red-ui-search-result-node.red-ui-palette-icon-group,.red-ui-search-result-node.red-ui-palette-icon-junction,.red-ui-search-result-node.red-ui-palette-icon-selection{background:none;border-color:rgba(0,0,0,0)}.red-ui-search-result-node.red-ui-palette-icon-flow .red-ui-palette-icon-container,.red-ui-search-result-node.red-ui-palette-icon-group .red-ui-palette-icon-container,.red-ui-search-result-node.red-ui-palette-icon-junction .red-ui-palette-icon-container,.red-ui-search-result-node.red-ui-palette-icon-selection .red-ui-palette-icon-container{background:none}.red-ui-search-result-node.red-ui-palette-icon-flow .red-ui-palette-icon-fa,.red-ui-search-result-node.red-ui-palette-icon-group .red-ui-palette-icon-fa,.red-ui-search-result-node.red-ui-palette-icon-junction .red-ui-palette-icon-fa,.red-ui-search-result-node.red-ui-palette-icon-selection .red-ui-palette-icon-fa{color:var(--red-ui-secondary-text-color);font-size:18px}.red-ui-palette-icon-fa{color:#fff;position:absolute;top:calc(50% - 7px);left:3px}.red-ui-palette-node-small{display:inline-block;position:relative;width:18px;height:15px;margin:3px 0px;vertical-align:middle;cursor:default}.red-ui-palette-node-small .red-ui-palette-icon-container{width:18px;border-right:none}.red-ui-palette-node-small .red-ui-palette-icon{margin-left:-1px;width:15px}.red-ui-palette-node-small .red-ui-palette-icon-fa{top:2px;left:1px}.red-ui-node-list-item{display:inline-block;padding:0;font-size:13px;border:none}.red-ui-node-icon{display:inline-block;width:24px;height:20px;line-height:20px;margin-top:1px;border-radius:3px;border:1px solid var(--red-ui-node-border);background-position:5% 50%;background-repeat:no-repeat;background-size:contain;position:relative;background-color:var(--red-ui-node-icon-background-color);text-align:center}.red-ui-node-icon .red-ui-palette-icon{width:20px}.red-ui-node-icon .red-ui-palette-icon-fa{font-size:14px;position:relative;top:-1px;left:0px}.red-ui-node-icon.red-ui-palette-icon-flow,.red-ui-node-icon.red-ui-palette-icon-group,.red-ui-node-icon.red-ui-palette-icon-junction,.red-ui-node-icon.red-ui-palette-icon-selection{background:none;border-color:rgba(0,0,0,0)}.red-ui-node-icon.red-ui-palette-icon-flow .red-ui-palette-icon-container,.red-ui-node-icon.red-ui-palette-icon-group .red-ui-palette-icon-container,.red-ui-node-icon.red-ui-palette-icon-junction .red-ui-palette-icon-container,.red-ui-node-icon.red-ui-palette-icon-selection .red-ui-palette-icon-container{background:none}.red-ui-node-icon.red-ui-palette-icon-flow .red-ui-palette-icon-fa,.red-ui-node-icon.red-ui-palette-icon-group .red-ui-palette-icon-fa,.red-ui-node-icon.red-ui-palette-icon-junction .red-ui-palette-icon-fa,.red-ui-node-icon.red-ui-palette-icon-selection .red-ui-palette-icon-fa{color:var(--red-ui-secondary-text-color);font-size:16px}.red-ui-node-icon-container{display:inline-flex;align-items:center}.red-ui-node-icon-container.red-ui-node-icon-small .red-ui-node-icon{width:18px;height:15px;line-height:15px}.red-ui-node-icon-container.red-ui-node-icon-small .red-ui-node-icon .red-ui-palette-icon{width:15px}.red-ui-node-icon-container.red-ui-node-icon-small .red-ui-node-icon .red-ui-palette-icon-fa{font-size:11px}.red-ui-node-icon-container.red-ui-node-icon-small .red-ui-node-icon .red-ui-icons-flow{width:14px}.red-ui-node-icon-container.red-ui-node-icon-small .red-ui-node-icon.red-ui-palette-icon-flow{margin-top:-2px}.red-ui-node-icon-container.red-ui-node-icon-small .red-ui-node-icon.red-ui-palette-icon-junction .red-ui-palette-icon-fa,.red-ui-node-icon-container.red-ui-node-icon-small .red-ui-node-icon.red-ui-palette-icon-group .red-ui-palette-icon-fa{font-size:14px}.red-ui-node-label{white-space:nowrap;margin-left:4px;color:var(--red-ui-secondary-text-color)}#red-ui-sidebar{position:absolute;top:0px;right:0px;bottom:0px;width:315px;background:var(--red-ui-primary-background);box-sizing:border-box;z-index:10;border:1px solid var(--red-ui-primary-border-color);box-sizing:border-box}#red-ui-sidebar.closing{border-style:dashed}#red-ui-sidebar-content{position:absolute;background:var(--red-ui-secondary-background);top:35px;right:0;bottom:25px;left:0px;overflow-y:auto}#red-ui-sidebar-separator{position:absolute;top:5px;right:315px;bottom:10px;width:7px;background-color:var(--red-ui-primary-background);cursor:col-resize}#red-ui-sidebar-separator:before{content:"";display:block;width:100%;height:100%;-webkit-mask-image:url(images/grip.svg);mask-image:url(images/grip.svg);-webkit-mask-size:auto;mask-size:auto;-webkit-mask-position:50% 50%;mask-position:50% 50%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;background-color:var(--red-ui-grip-color)}.red-ui-sidebar-closed>#red-ui-sidebar{display:none}.red-ui-sidebar-closed>#red-ui-sidebar-separator{right:0px !important}.red-ui-sidebar-closed>#red-ui-workspace{right:7px !important}.red-ui-sidebar-closed>#red-ui-editor-stack{right:8px !important}#red-ui-sidebar .button{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:var(--red-ui-workspace-button-color) !important;background:var(--red-ui-workspace-button-background);text-decoration:none;box-sizing:border-box;display:inline-block;border:1px solid var(--red-ui-form-input-border-color);text-align:center;margin:0;cursor:pointer;line-height:18px;font-size:12px;margin-right:5px;padding:2px 8px}#red-ui-sidebar .button.disabled,#red-ui-sidebar .button:disabled{cursor:default;color:var(--red-ui-workspace-button-color-disabled) !important}#red-ui-sidebar .button:hover,#red-ui-sidebar .button:focus{text-decoration:none}#red-ui-sidebar .button:not(.disabled):not(:disabled):hover{color:var(--red-ui-workspace-button-color-hover) !important;background:var(--red-ui-workspace-button-background-hover)}#red-ui-sidebar .button:not(.disabled):not(:disabled):focus{color:var(--red-ui-workspace-button-color-focus) !important}#red-ui-sidebar .button:not(.disabled):not(:disabled):active{color:var(--red-ui-workspace-button-color-active) !important;background:var(--red-ui-workspace-button-background-active);text-decoration:none}#red-ui-sidebar .button.selected:not(.disabled):not(:disabled){color:var(--red-ui-workspace-button-color-selected) !important;background:var(--red-ui-workspace-button-background-active)}.button-group #red-ui-sidebar .button:not(:first-child){border-left:none;border-top-left-radius:0;border-bottom-left-radius:0}.button-group #red-ui-sidebar .button:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.button-group-vertical #red-ui-sidebar .button{display:block;min-width:22px}.button-group-vertical #red-ui-sidebar .button:not(:first-child){border-top:none;border-top-left-radius:0;border-top-right-radius:0}.button-group-vertical #red-ui-sidebar .button:not(:last-child){border-bottom-left-radius:0;border-bottom-right-radius:0}.button-group #red-ui-sidebar .button:focus{position:relative}.button-row #red-ui-sidebar .button:not(:first-child){margin-left:15px}#red-ui-sidebar .button:focus{outline:1px solid var(--red-ui-workspace-button-color-focus-outline);outline-offset:1px}#red-ui-sidebar .button.primary{border-color:var(--red-ui-workspace-button-background-primary);color:var(--red-ui-workspace-button-color-primary) !important;background:var(--red-ui-workspace-button-background-primary)}#red-ui-sidebar .button.primary.disabled,#red-ui-sidebar .button.primary.ui-state-disabled{background:none;color:var(--red-ui-workspace-button-color) !important;border-color:var(--red-ui-form-input-border-color)}#red-ui-sidebar .button.primary:not(.disabled):not(.ui-button-disabled):hover{border-color:var(--red-ui-workspace-button-background-primary-hover);background:var(--red-ui-workspace-button-background-primary-hover);color:var(--red-ui-workspace-button-color-primary) !important}#red-ui-sidebar .button.secondary{background:none}#red-ui-sidebar .button.secondary:not(:hover){border-color:rgba(0,0,0,0)}.sidebar-header,.red-ui-sidebar-header{color:var(--red-ui-primary-text-color);text-align:right;padding:8px 10px;background:var(--red-ui-primary-background);border-bottom:1px solid var(--red-ui-secondary-border-color);white-space:nowrap}.sidebar-footer-button{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:var(--red-ui-workspace-button-color) !important;background:var(--red-ui-workspace-button-background);text-decoration:none;box-sizing:border-box;display:inline-block;border:1px solid var(--red-ui-form-input-border-color);text-align:center;margin:0;cursor:pointer;font-size:12px;line-height:18px;width:19px;height:19px;padding:0}.sidebar-footer-button.disabled,.sidebar-footer-button:disabled{cursor:default;color:var(--red-ui-workspace-button-color-disabled) !important}.sidebar-footer-button:hover,.sidebar-footer-button:focus{text-decoration:none}.sidebar-footer-button:not(.disabled):not(:disabled):hover{color:var(--red-ui-workspace-button-color-hover) !important;background:var(--red-ui-workspace-button-background-hover)}.sidebar-footer-button:not(.disabled):not(:disabled):focus{color:var(--red-ui-workspace-button-color-focus) !important}.sidebar-footer-button:not(.disabled):not(:disabled):active{color:var(--red-ui-workspace-button-color-active) !important;background:var(--red-ui-workspace-button-background-active);text-decoration:none}.sidebar-footer-button.selected:not(.disabled):not(:disabled){color:var(--red-ui-workspace-button-color-selected) !important;background:var(--red-ui-workspace-button-background-active)}.button-group .sidebar-footer-button:not(:first-child){border-left:none;border-top-left-radius:0;border-bottom-left-radius:0}.button-group .sidebar-footer-button:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.button-group-vertical .sidebar-footer-button{display:block;min-width:22px}.button-group-vertical .sidebar-footer-button:not(:first-child){border-top:none;border-top-left-radius:0;border-top-right-radius:0}.button-group-vertical .sidebar-footer-button:not(:last-child){border-bottom-left-radius:0;border-bottom-right-radius:0}.button-group .sidebar-footer-button:focus{position:relative}.button-row .sidebar-footer-button:not(:first-child){margin-left:15px}.sidebar-footer-button:focus{outline:1px solid var(--red-ui-workspace-button-color-focus-outline);outline-offset:1px}.sidebar-footer-button.primary{border-color:var(--red-ui-workspace-button-background-primary);color:var(--red-ui-workspace-button-color-primary) !important;background:var(--red-ui-workspace-button-background-primary)}.sidebar-footer-button.primary.disabled,.sidebar-footer-button.primary.ui-state-disabled{background:none;color:var(--red-ui-workspace-button-color) !important;border-color:var(--red-ui-form-input-border-color)}.sidebar-footer-button.primary:not(.disabled):not(.ui-button-disabled):hover{border-color:var(--red-ui-workspace-button-background-primary-hover);background:var(--red-ui-workspace-button-background-primary-hover);color:var(--red-ui-workspace-button-color-primary) !important}.sidebar-footer-button.secondary{background:none}.sidebar-footer-button.secondary:not(:hover){border-color:rgba(0,0,0,0)}.sidebar-footer-button.text-button{width:auto;padding:0 5px}.sidebar-footer-button-toggle{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:var(--red-ui-workspace-button-color) !important;background:var(--red-ui-workspace-button-background);text-decoration:none;box-sizing:border-box;display:inline-block;border:1px solid var(--red-ui-form-input-border-color);text-align:center;margin:0;cursor:pointer;font-size:12px;line-height:18px;height:19px;width:19px;padding:0}.sidebar-footer-button-toggle.disabled,.sidebar-footer-button-toggle:disabled{cursor:default;color:var(--red-ui-workspace-button-color-disabled) !important}.sidebar-footer-button-toggle:hover,.sidebar-footer-button-toggle:focus{text-decoration:none}.sidebar-footer-button-toggle:not(.disabled):not(:disabled):hover{color:var(--red-ui-workspace-button-color-hover) !important;background:var(--red-ui-workspace-button-background-hover)}.sidebar-footer-button-toggle:not(.disabled):not(:disabled):focus{color:var(--red-ui-workspace-button-color-focus) !important}.sidebar-footer-button-toggle:not(.disabled):not(:disabled):active{color:var(--red-ui-workspace-button-color-active) !important;background:var(--red-ui-workspace-button-background-active);text-decoration:none}.sidebar-footer-button-toggle.selected:not(.disabled):not(:disabled){color:var(--red-ui-workspace-button-color-selected) !important;background:var(--red-ui-workspace-button-background-active)}.button-group .sidebar-footer-button-toggle:not(:first-child){border-left:none;border-top-left-radius:0;border-bottom-left-radius:0}.button-group .sidebar-footer-button-toggle:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.button-group-vertical .sidebar-footer-button-toggle{display:block;min-width:22px}.button-group-vertical .sidebar-footer-button-toggle:not(:first-child){border-top:none;border-top-left-radius:0;border-top-right-radius:0}.button-group-vertical .sidebar-footer-button-toggle:not(:last-child){border-bottom-left-radius:0;border-bottom-right-radius:0}.button-group .sidebar-footer-button-toggle:focus{position:relative}.button-row .sidebar-footer-button-toggle:not(:first-child){margin-left:15px}.sidebar-footer-button-toggle:focus{outline:1px solid var(--red-ui-workspace-button-color-focus-outline);outline-offset:1px}.sidebar-footer-button-toggle.primary{border-color:var(--red-ui-workspace-button-background-primary);color:var(--red-ui-workspace-button-color-primary) !important;background:var(--red-ui-workspace-button-background-primary)}.sidebar-footer-button-toggle.primary.disabled,.sidebar-footer-button-toggle.primary.ui-state-disabled{background:none;color:var(--red-ui-workspace-button-color) !important;border-color:var(--red-ui-form-input-border-color)}.sidebar-footer-button-toggle.primary:not(.disabled):not(.ui-button-disabled):hover{border-color:var(--red-ui-workspace-button-background-primary-hover);background:var(--red-ui-workspace-button-background-primary-hover);color:var(--red-ui-workspace-button-color-primary) !important}.sidebar-footer-button-toggle.secondary{background:none}.sidebar-footer-button-toggle.secondary:not(:hover){border-color:rgba(0,0,0,0)}.sidebar-footer-button-toggle:not(.single){margin-bottom:1px}.sidebar-footer-button-toggle:not(.single).selected:not(.disabled):not(:disabled){border-bottom-width:2px;border-bottom-color:var(--red-ui-form-input-border-selected-color);margin-bottom:0;cursor:default}.sidebar-footer-button-toggle:not(.single):not(.selected){margin-top:1px}.sidebar-footer-button-toggle.text-button{width:auto;padding:0 5px}a.sidebar-header-button,button.sidebar-header-button,a.red-ui-sidebar-header-button,button.red-ui-sidebar-header-button{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:var(--red-ui-workspace-button-color) !important;background:var(--red-ui-workspace-button-background);text-decoration:none;box-sizing:border-box;display:inline-block;border:1px solid var(--red-ui-form-input-border-color);text-align:center;margin:0;cursor:pointer;font-size:13px;line-height:13px;padding:5px 8px}a.sidebar-header-button.disabled,a.sidebar-header-button:disabled,button.sidebar-header-button.disabled,button.sidebar-header-button:disabled,a.red-ui-sidebar-header-button.disabled,a.red-ui-sidebar-header-button:disabled,button.red-ui-sidebar-header-button.disabled,button.red-ui-sidebar-header-button:disabled{cursor:default;color:var(--red-ui-workspace-button-color-disabled) !important}a.sidebar-header-button:hover,a.sidebar-header-button:focus,button.sidebar-header-button:hover,button.sidebar-header-button:focus,a.red-ui-sidebar-header-button:hover,a.red-ui-sidebar-header-button:focus,button.red-ui-sidebar-header-button:hover,button.red-ui-sidebar-header-button:focus{text-decoration:none}a.sidebar-header-button:not(.disabled):not(:disabled):hover,button.sidebar-header-button:not(.disabled):not(:disabled):hover,a.red-ui-sidebar-header-button:not(.disabled):not(:disabled):hover,button.red-ui-sidebar-header-button:not(.disabled):not(:disabled):hover{color:var(--red-ui-workspace-button-color-hover) !important;background:var(--red-ui-workspace-button-background-hover)}a.sidebar-header-button:not(.disabled):not(:disabled):focus,button.sidebar-header-button:not(.disabled):not(:disabled):focus,a.red-ui-sidebar-header-button:not(.disabled):not(:disabled):focus,button.red-ui-sidebar-header-button:not(.disabled):not(:disabled):focus{color:var(--red-ui-workspace-button-color-focus) !important}a.sidebar-header-button:not(.disabled):not(:disabled):active,button.sidebar-header-button:not(.disabled):not(:disabled):active,a.red-ui-sidebar-header-button:not(.disabled):not(:disabled):active,button.red-ui-sidebar-header-button:not(.disabled):not(:disabled):active{color:var(--red-ui-workspace-button-color-active) !important;background:var(--red-ui-workspace-button-background-active);text-decoration:none}a.sidebar-header-button.selected:not(.disabled):not(:disabled),button.sidebar-header-button.selected:not(.disabled):not(:disabled),a.red-ui-sidebar-header-button.selected:not(.disabled):not(:disabled),button.red-ui-sidebar-header-button.selected:not(.disabled):not(:disabled){color:var(--red-ui-workspace-button-color-selected) !important;background:var(--red-ui-workspace-button-background-active)}.button-group a.sidebar-header-button:not(:first-child),.button-group button.sidebar-header-button:not(:first-child),.button-group a.red-ui-sidebar-header-button:not(:first-child),.button-group button.red-ui-sidebar-header-button:not(:first-child){border-left:none;border-top-left-radius:0;border-bottom-left-radius:0}.button-group a.sidebar-header-button:not(:last-child),.button-group button.sidebar-header-button:not(:last-child),.button-group a.red-ui-sidebar-header-button:not(:last-child),.button-group button.red-ui-sidebar-header-button:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.button-group-vertical a.sidebar-header-button,.button-group-vertical button.sidebar-header-button,.button-group-vertical a.red-ui-sidebar-header-button,.button-group-vertical button.red-ui-sidebar-header-button{display:block;min-width:22px}.button-group-vertical a.sidebar-header-button:not(:first-child),.button-group-vertical button.sidebar-header-button:not(:first-child),.button-group-vertical a.red-ui-sidebar-header-button:not(:first-child),.button-group-vertical button.red-ui-sidebar-header-button:not(:first-child){border-top:none;border-top-left-radius:0;border-top-right-radius:0}.button-group-vertical a.sidebar-header-button:not(:last-child),.button-group-vertical button.sidebar-header-button:not(:last-child),.button-group-vertical a.red-ui-sidebar-header-button:not(:last-child),.button-group-vertical button.red-ui-sidebar-header-button:not(:last-child){border-bottom-left-radius:0;border-bottom-right-radius:0}.button-group a.sidebar-header-button:focus,.button-group button.sidebar-header-button:focus,.button-group a.red-ui-sidebar-header-button:focus,.button-group button.red-ui-sidebar-header-button:focus{position:relative}.button-row a.sidebar-header-button:not(:first-child),.button-row button.sidebar-header-button:not(:first-child),.button-row a.red-ui-sidebar-header-button:not(:first-child),.button-row button.red-ui-sidebar-header-button:not(:first-child){margin-left:15px}a.sidebar-header-button:focus,button.sidebar-header-button:focus,a.red-ui-sidebar-header-button:focus,button.red-ui-sidebar-header-button:focus{outline:1px solid var(--red-ui-workspace-button-color-focus-outline);outline-offset:1px}a.sidebar-header-button.primary,button.sidebar-header-button.primary,a.red-ui-sidebar-header-button.primary,button.red-ui-sidebar-header-button.primary{border-color:var(--red-ui-workspace-button-background-primary);color:var(--red-ui-workspace-button-color-primary) !important;background:var(--red-ui-workspace-button-background-primary)}a.sidebar-header-button.primary.disabled,a.sidebar-header-button.primary.ui-state-disabled,button.sidebar-header-button.primary.disabled,button.sidebar-header-button.primary.ui-state-disabled,a.red-ui-sidebar-header-button.primary.disabled,a.red-ui-sidebar-header-button.primary.ui-state-disabled,button.red-ui-sidebar-header-button.primary.disabled,button.red-ui-sidebar-header-button.primary.ui-state-disabled{background:none;color:var(--red-ui-workspace-button-color) !important;border-color:var(--red-ui-form-input-border-color)}a.sidebar-header-button.primary:not(.disabled):not(.ui-button-disabled):hover,button.sidebar-header-button.primary:not(.disabled):not(.ui-button-disabled):hover,a.red-ui-sidebar-header-button.primary:not(.disabled):not(.ui-button-disabled):hover,button.red-ui-sidebar-header-button.primary:not(.disabled):not(.ui-button-disabled):hover{border-color:var(--red-ui-workspace-button-background-primary-hover);background:var(--red-ui-workspace-button-background-primary-hover);color:var(--red-ui-workspace-button-color-primary) !important}a.sidebar-header-button.secondary,button.sidebar-header-button.secondary,a.red-ui-sidebar-header-button.secondary,button.red-ui-sidebar-header-button.secondary{background:none}a.sidebar-header-button.secondary:not(:hover),button.sidebar-header-button.secondary:not(:hover),a.red-ui-sidebar-header-button.secondary:not(:hover),button.red-ui-sidebar-header-button.secondary:not(:hover){border-color:rgba(0,0,0,0)}a.sidebar-header-button.toggle,button.sidebar-header-button.toggle,a.red-ui-sidebar-header-button.toggle,button.red-ui-sidebar-header-button.toggle{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:var(--red-ui-workspace-button-color) !important;background:var(--red-ui-workspace-button-background);text-decoration:none;box-sizing:border-box;display:inline-block;border:1px solid var(--red-ui-form-input-border-color);text-align:center;margin:0;cursor:pointer}a.sidebar-header-button.toggle.disabled,a.sidebar-header-button.toggle:disabled,button.sidebar-header-button.toggle.disabled,button.sidebar-header-button.toggle:disabled,a.red-ui-sidebar-header-button.toggle.disabled,a.red-ui-sidebar-header-button.toggle:disabled,button.red-ui-sidebar-header-button.toggle.disabled,button.red-ui-sidebar-header-button.toggle:disabled{cursor:default;color:var(--red-ui-workspace-button-color-disabled) !important}a.sidebar-header-button.toggle:hover,a.sidebar-header-button.toggle:focus,button.sidebar-header-button.toggle:hover,button.sidebar-header-button.toggle:focus,a.red-ui-sidebar-header-button.toggle:hover,a.red-ui-sidebar-header-button.toggle:focus,button.red-ui-sidebar-header-button.toggle:hover,button.red-ui-sidebar-header-button.toggle:focus{text-decoration:none}a.sidebar-header-button.toggle:not(.disabled):not(:disabled):hover,button.sidebar-header-button.toggle:not(.disabled):not(:disabled):hover,a.red-ui-sidebar-header-button.toggle:not(.disabled):not(:disabled):hover,button.red-ui-sidebar-header-button.toggle:not(.disabled):not(:disabled):hover{color:var(--red-ui-workspace-button-color-hover) !important;background:var(--red-ui-workspace-button-background-hover)}a.sidebar-header-button.toggle:not(.disabled):not(:disabled):focus,button.sidebar-header-button.toggle:not(.disabled):not(:disabled):focus,a.red-ui-sidebar-header-button.toggle:not(.disabled):not(:disabled):focus,button.red-ui-sidebar-header-button.toggle:not(.disabled):not(:disabled):focus{color:var(--red-ui-workspace-button-color-focus) !important}a.sidebar-header-button.toggle:not(.disabled):not(:disabled):active,button.sidebar-header-button.toggle:not(.disabled):not(:disabled):active,a.red-ui-sidebar-header-button.toggle:not(.disabled):not(:disabled):active,button.red-ui-sidebar-header-button.toggle:not(.disabled):not(:disabled):active{color:var(--red-ui-workspace-button-color-active) !important;background:var(--red-ui-workspace-button-background-active);text-decoration:none}a.sidebar-header-button.toggle.selected:not(.disabled):not(:disabled),button.sidebar-header-button.toggle.selected:not(.disabled):not(:disabled),a.red-ui-sidebar-header-button.toggle.selected:not(.disabled):not(:disabled),button.red-ui-sidebar-header-button.toggle.selected:not(.disabled):not(:disabled){color:var(--red-ui-workspace-button-color-selected) !important;background:var(--red-ui-workspace-button-background-active)}.button-group a.sidebar-header-button.toggle:not(:first-child),.button-group button.sidebar-header-button.toggle:not(:first-child),.button-group a.red-ui-sidebar-header-button.toggle:not(:first-child),.button-group button.red-ui-sidebar-header-button.toggle:not(:first-child){border-left:none;border-top-left-radius:0;border-bottom-left-radius:0}.button-group a.sidebar-header-button.toggle:not(:last-child),.button-group button.sidebar-header-button.toggle:not(:last-child),.button-group a.red-ui-sidebar-header-button.toggle:not(:last-child),.button-group button.red-ui-sidebar-header-button.toggle:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.button-group-vertical a.sidebar-header-button.toggle,.button-group-vertical button.sidebar-header-button.toggle,.button-group-vertical a.red-ui-sidebar-header-button.toggle,.button-group-vertical button.red-ui-sidebar-header-button.toggle{display:block;min-width:22px}.button-group-vertical a.sidebar-header-button.toggle:not(:first-child),.button-group-vertical button.sidebar-header-button.toggle:not(:first-child),.button-group-vertical a.red-ui-sidebar-header-button.toggle:not(:first-child),.button-group-vertical button.red-ui-sidebar-header-button.toggle:not(:first-child){border-top:none;border-top-left-radius:0;border-top-right-radius:0}.button-group-vertical a.sidebar-header-button.toggle:not(:last-child),.button-group-vertical button.sidebar-header-button.toggle:not(:last-child),.button-group-vertical a.red-ui-sidebar-header-button.toggle:not(:last-child),.button-group-vertical button.red-ui-sidebar-header-button.toggle:not(:last-child){border-bottom-left-radius:0;border-bottom-right-radius:0}.button-group a.sidebar-header-button.toggle:focus,.button-group button.sidebar-header-button.toggle:focus,.button-group a.red-ui-sidebar-header-button.toggle:focus,.button-group button.red-ui-sidebar-header-button.toggle:focus{position:relative}.button-row a.sidebar-header-button.toggle:not(:first-child),.button-row button.sidebar-header-button.toggle:not(:first-child),.button-row a.red-ui-sidebar-header-button.toggle:not(:first-child),.button-row button.red-ui-sidebar-header-button.toggle:not(:first-child){margin-left:15px}a.sidebar-header-button.toggle:focus,button.sidebar-header-button.toggle:focus,a.red-ui-sidebar-header-button.toggle:focus,button.red-ui-sidebar-header-button.toggle:focus{outline:1px solid var(--red-ui-workspace-button-color-focus-outline);outline-offset:1px}a.sidebar-header-button.toggle.primary,button.sidebar-header-button.toggle.primary,a.red-ui-sidebar-header-button.toggle.primary,button.red-ui-sidebar-header-button.toggle.primary{border-color:var(--red-ui-workspace-button-background-primary);color:var(--red-ui-workspace-button-color-primary) !important;background:var(--red-ui-workspace-button-background-primary)}a.sidebar-header-button.toggle.primary.disabled,a.sidebar-header-button.toggle.primary.ui-state-disabled,button.sidebar-header-button.toggle.primary.disabled,button.sidebar-header-button.toggle.primary.ui-state-disabled,a.red-ui-sidebar-header-button.toggle.primary.disabled,a.red-ui-sidebar-header-button.toggle.primary.ui-state-disabled,button.red-ui-sidebar-header-button.toggle.primary.disabled,button.red-ui-sidebar-header-button.toggle.primary.ui-state-disabled{background:none;color:var(--red-ui-workspace-button-color) !important;border-color:var(--red-ui-form-input-border-color)}a.sidebar-header-button.toggle.primary:not(.disabled):not(.ui-button-disabled):hover,button.sidebar-header-button.toggle.primary:not(.disabled):not(.ui-button-disabled):hover,a.red-ui-sidebar-header-button.toggle.primary:not(.disabled):not(.ui-button-disabled):hover,button.red-ui-sidebar-header-button.toggle.primary:not(.disabled):not(.ui-button-disabled):hover{border-color:var(--red-ui-workspace-button-background-primary-hover);background:var(--red-ui-workspace-button-background-primary-hover);color:var(--red-ui-workspace-button-color-primary) !important}a.sidebar-header-button.toggle.secondary,button.sidebar-header-button.toggle.secondary,a.red-ui-sidebar-header-button.toggle.secondary,button.red-ui-sidebar-header-button.toggle.secondary{background:none}a.sidebar-header-button.toggle.secondary:not(:hover),button.sidebar-header-button.toggle.secondary:not(:hover),a.red-ui-sidebar-header-button.toggle.secondary:not(:hover),button.red-ui-sidebar-header-button.toggle.secondary:not(:hover){border-color:rgba(0,0,0,0)}a.sidebar-header-button.toggle:not(.single),button.sidebar-header-button.toggle:not(.single),a.red-ui-sidebar-header-button.toggle:not(.single),button.red-ui-sidebar-header-button.toggle:not(.single){margin-bottom:1px}a.sidebar-header-button.toggle:not(.single).selected:not(.disabled):not(:disabled),button.sidebar-header-button.toggle:not(.single).selected:not(.disabled):not(:disabled),a.red-ui-sidebar-header-button.toggle:not(.single).selected:not(.disabled):not(:disabled),button.red-ui-sidebar-header-button.toggle:not(.single).selected:not(.disabled):not(:disabled){border-bottom-width:2px;border-bottom-color:var(--red-ui-form-input-border-selected-color);margin-bottom:0;cursor:default}a.sidebar-header-button.toggle:not(.single):not(.selected),button.sidebar-header-button.toggle:not(.single):not(.selected),a.red-ui-sidebar-header-button.toggle:not(.single):not(.selected),button.red-ui-sidebar-header-button.toggle:not(.single):not(.selected){margin-top:1px}a.sidebar-header-button-toggle,button.sidebar-header-button-toggle,a.red-ui-sidebar-header-button-toggle,button.red-ui-sidebar-header-button-toggle{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:var(--red-ui-workspace-button-color) !important;background:var(--red-ui-workspace-button-background);text-decoration:none;box-sizing:border-box;display:inline-block;border:1px solid var(--red-ui-form-input-border-color);text-align:center;margin:0;cursor:pointer;font-size:13px;line-height:13px;padding:5px 8px}a.sidebar-header-button-toggle.disabled,a.sidebar-header-button-toggle:disabled,button.sidebar-header-button-toggle.disabled,button.sidebar-header-button-toggle:disabled,a.red-ui-sidebar-header-button-toggle.disabled,a.red-ui-sidebar-header-button-toggle:disabled,button.red-ui-sidebar-header-button-toggle.disabled,button.red-ui-sidebar-header-button-toggle:disabled{cursor:default;color:var(--red-ui-workspace-button-color-disabled) !important}a.sidebar-header-button-toggle:hover,a.sidebar-header-button-toggle:focus,button.sidebar-header-button-toggle:hover,button.sidebar-header-button-toggle:focus,a.red-ui-sidebar-header-button-toggle:hover,a.red-ui-sidebar-header-button-toggle:focus,button.red-ui-sidebar-header-button-toggle:hover,button.red-ui-sidebar-header-button-toggle:focus{text-decoration:none}a.sidebar-header-button-toggle:not(.disabled):not(:disabled):hover,button.sidebar-header-button-toggle:not(.disabled):not(:disabled):hover,a.red-ui-sidebar-header-button-toggle:not(.disabled):not(:disabled):hover,button.red-ui-sidebar-header-button-toggle:not(.disabled):not(:disabled):hover{color:var(--red-ui-workspace-button-color-hover) !important;background:var(--red-ui-workspace-button-background-hover)}a.sidebar-header-button-toggle:not(.disabled):not(:disabled):focus,button.sidebar-header-button-toggle:not(.disabled):not(:disabled):focus,a.red-ui-sidebar-header-button-toggle:not(.disabled):not(:disabled):focus,button.red-ui-sidebar-header-button-toggle:not(.disabled):not(:disabled):focus{color:var(--red-ui-workspace-button-color-focus) !important}a.sidebar-header-button-toggle:not(.disabled):not(:disabled):active,button.sidebar-header-button-toggle:not(.disabled):not(:disabled):active,a.red-ui-sidebar-header-button-toggle:not(.disabled):not(:disabled):active,button.red-ui-sidebar-header-button-toggle:not(.disabled):not(:disabled):active{color:var(--red-ui-workspace-button-color-active) !important;background:var(--red-ui-workspace-button-background-active);text-decoration:none}a.sidebar-header-button-toggle.selected:not(.disabled):not(:disabled),button.sidebar-header-button-toggle.selected:not(.disabled):not(:disabled),a.red-ui-sidebar-header-button-toggle.selected:not(.disabled):not(:disabled),button.red-ui-sidebar-header-button-toggle.selected:not(.disabled):not(:disabled){color:var(--red-ui-workspace-button-color-selected) !important;background:var(--red-ui-workspace-button-background-active)}.button-group a.sidebar-header-button-toggle:not(:first-child),.button-group button.sidebar-header-button-toggle:not(:first-child),.button-group a.red-ui-sidebar-header-button-toggle:not(:first-child),.button-group button.red-ui-sidebar-header-button-toggle:not(:first-child){border-left:none;border-top-left-radius:0;border-bottom-left-radius:0}.button-group a.sidebar-header-button-toggle:not(:last-child),.button-group button.sidebar-header-button-toggle:not(:last-child),.button-group a.red-ui-sidebar-header-button-toggle:not(:last-child),.button-group button.red-ui-sidebar-header-button-toggle:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.button-group-vertical a.sidebar-header-button-toggle,.button-group-vertical button.sidebar-header-button-toggle,.button-group-vertical a.red-ui-sidebar-header-button-toggle,.button-group-vertical button.red-ui-sidebar-header-button-toggle{display:block;min-width:22px}.button-group-vertical a.sidebar-header-button-toggle:not(:first-child),.button-group-vertical button.sidebar-header-button-toggle:not(:first-child),.button-group-vertical a.red-ui-sidebar-header-button-toggle:not(:first-child),.button-group-vertical button.red-ui-sidebar-header-button-toggle:not(:first-child){border-top:none;border-top-left-radius:0;border-top-right-radius:0}.button-group-vertical a.sidebar-header-button-toggle:not(:last-child),.button-group-vertical button.sidebar-header-button-toggle:not(:last-child),.button-group-vertical a.red-ui-sidebar-header-button-toggle:not(:last-child),.button-group-vertical button.red-ui-sidebar-header-button-toggle:not(:last-child){border-bottom-left-radius:0;border-bottom-right-radius:0}.button-group a.sidebar-header-button-toggle:focus,.button-group button.sidebar-header-button-toggle:focus,.button-group a.red-ui-sidebar-header-button-toggle:focus,.button-group button.red-ui-sidebar-header-button-toggle:focus{position:relative}.button-row a.sidebar-header-button-toggle:not(:first-child),.button-row button.sidebar-header-button-toggle:not(:first-child),.button-row a.red-ui-sidebar-header-button-toggle:not(:first-child),.button-row button.red-ui-sidebar-header-button-toggle:not(:first-child){margin-left:15px}a.sidebar-header-button-toggle:focus,button.sidebar-header-button-toggle:focus,a.red-ui-sidebar-header-button-toggle:focus,button.red-ui-sidebar-header-button-toggle:focus{outline:1px solid var(--red-ui-workspace-button-color-focus-outline);outline-offset:1px}a.sidebar-header-button-toggle.primary,button.sidebar-header-button-toggle.primary,a.red-ui-sidebar-header-button-toggle.primary,button.red-ui-sidebar-header-button-toggle.primary{border-color:var(--red-ui-workspace-button-background-primary);color:var(--red-ui-workspace-button-color-primary) !important;background:var(--red-ui-workspace-button-background-primary)}a.sidebar-header-button-toggle.primary.disabled,a.sidebar-header-button-toggle.primary.ui-state-disabled,button.sidebar-header-button-toggle.primary.disabled,button.sidebar-header-button-toggle.primary.ui-state-disabled,a.red-ui-sidebar-header-button-toggle.primary.disabled,a.red-ui-sidebar-header-button-toggle.primary.ui-state-disabled,button.red-ui-sidebar-header-button-toggle.primary.disabled,button.red-ui-sidebar-header-button-toggle.primary.ui-state-disabled{background:none;color:var(--red-ui-workspace-button-color) !important;border-color:var(--red-ui-form-input-border-color)}a.sidebar-header-button-toggle.primary:not(.disabled):not(.ui-button-disabled):hover,button.sidebar-header-button-toggle.primary:not(.disabled):not(.ui-button-disabled):hover,a.red-ui-sidebar-header-button-toggle.primary:not(.disabled):not(.ui-button-disabled):hover,button.red-ui-sidebar-header-button-toggle.primary:not(.disabled):not(.ui-button-disabled):hover{border-color:var(--red-ui-workspace-button-background-primary-hover);background:var(--red-ui-workspace-button-background-primary-hover);color:var(--red-ui-workspace-button-color-primary) !important}a.sidebar-header-button-toggle.secondary,button.sidebar-header-button-toggle.secondary,a.red-ui-sidebar-header-button-toggle.secondary,button.red-ui-sidebar-header-button-toggle.secondary{background:none}a.sidebar-header-button-toggle.secondary:not(:hover),button.sidebar-header-button-toggle.secondary:not(:hover),a.red-ui-sidebar-header-button-toggle.secondary:not(:hover),button.red-ui-sidebar-header-button-toggle.secondary:not(:hover){border-color:rgba(0,0,0,0)}a.sidebar-header-button-toggle:not(.single),button.sidebar-header-button-toggle:not(.single),a.red-ui-sidebar-header-button-toggle:not(.single),button.red-ui-sidebar-header-button-toggle:not(.single){margin-bottom:1px}a.sidebar-header-button-toggle:not(.single).selected:not(.disabled):not(:disabled),button.sidebar-header-button-toggle:not(.single).selected:not(.disabled):not(:disabled),a.red-ui-sidebar-header-button-toggle:not(.single).selected:not(.disabled):not(:disabled),button.red-ui-sidebar-header-button-toggle:not(.single).selected:not(.disabled):not(:disabled){border-bottom-width:2px;border-bottom-color:var(--red-ui-form-input-border-selected-color);margin-bottom:0;cursor:default}a.sidebar-header-button-toggle:not(.single):not(.selected),button.sidebar-header-button-toggle:not(.single):not(.selected),a.red-ui-sidebar-header-button-toggle:not(.single):not(.selected),button.red-ui-sidebar-header-button-toggle:not(.single):not(.selected){margin-top:1px}.sidebar-header-button:not(:first-child),.red-ui-sidebar-header-button:not(:first-child){border-left:none}.red-ui-sidebar-shade{position:absolute;top:0;left:0;bottom:0;right:0;background:var(--red-ui-shade-color);z-index:5}.red-ui-sidebar-control-right{display:none;position:absolute;top:calc(50% - 26px);padding:15px 8px;border:1px solid var(--red-ui-primary-border-color);background:var(--red-ui-primary-background);color:var(--red-ui-secondary-text-color);text-align:center;cursor:pointer;right:100%;border-top-left-radius:5px;border-bottom-left-radius:5px;z-index:13}.red-ui-sidebar-control-left{display:none;position:absolute;top:calc(50% - 26px);padding:15px 8px;border:1px solid var(--red-ui-primary-border-color);background:var(--red-ui-primary-background);color:var(--red-ui-secondary-text-color);text-align:center;cursor:pointer;left:100%;border-top-right-radius:5px;border-bottom-right-radius:5px}#red-ui-workspace{position:absolute;margin:0;top:0px;left:179px;bottom:0px;right:322px;overflow:hidden;border:1px solid var(--red-ui-primary-border-color);box-sizing:border-box;transition:left .1s ease-in-out}#red-ui-workspace-chart{overflow:auto;position:absolute;bottom:26px;top:35px;left:0px;right:0px;box-sizing:border-box;transition:right .2s ease}#red-ui-workspace-chart:focus{outline:none}#red-ui-workspace-tabs-shade{position:absolute;top:0;left:0;bottom:0;right:0;background:var(--red-ui-shade-color);z-index:5;z-index:2;bottom:auto;height:35px}.red-ui-workspace-chart-background{fill:var(--red-ui-view-background)}.red-ui-workspace-chart-grid line{fill:none;shape-rendering:crispEdges;stroke:var(--red-ui-view-grid-color);stroke-width:1px}.red-ui-workspace-select-mode .red-ui-workspace-chart-background{opacity:.7}.red-ui-workspace-select-mode .red-ui-workspace-chart-grid line{opacity:.8}.red-ui-palette-closed #red-ui-workspace{left:7px}#red-ui-workspace-tabs:not(.red-ui-workspace-focussed){opacity:.8}.red-ui-workspace-disabled-icon{display:none}.red-ui-workspace-disabled.red-ui-tab{border-top-style:dashed;border-left-style:dashed;border-right-style:dashed}.red-ui-workspace-disabled.red-ui-tab a{font-style:italic;color:var(--red-ui-tab-text-color-disabled-inactive) !important}.red-ui-workspace-disabled.red-ui-tab.active a{font-weight:normal;color:var(--red-ui-tab-text-color-disabled-active) !important}.red-ui-workspace-disabled.red-ui-tab .red-ui-workspace-disabled-icon{display:inline}#red-ui-navigator-canvas{position:absolute;bottom:0;right:0;z-index:101;border-left:1px solid var(--red-ui-primary-border-color);border-top:1px solid var(--red-ui-primary-border-color);background:var(--red-ui-view-navigator-background);box-shadow:-1px 0 3px var(--red-ui-shadow)}.red-ui-navigator-border{stroke-dasharray:5,5;pointer-events:none;stroke:var(--red-ui-secondary-border-color);stroke-width:1;fill:var(--red-ui-view-background)}.red-ui-component-footer{border-top:1px solid var(--red-ui-primary-border-color);background:var(--red-ui-primary-background);text-align:right;position:absolute;bottom:0;left:0;right:0;height:25px;line-height:25px;padding:0 6px;user-select:none}.red-ui-component-footer .button-group:not(:last-child){margin-right:5px}.red-ui-component-footer>.button-group{display:inline-block}.red-ui-component-footer>.button-group>.red-ui-footer-button{margin-top:-1px}.red-ui-component-footer .search-counter{display:inline-block;font-size:smaller;font-weight:600;white-space:nowrap}a.red-ui-footer-button,button.red-ui-footer-button{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:var(--red-ui-workspace-button-color) !important;background:var(--red-ui-workspace-button-background);text-decoration:none;box-sizing:border-box;display:inline-block;border:1px solid var(--red-ui-form-input-border-color);text-align:center;margin:0;cursor:pointer;font-size:12px;line-height:18px;width:19px;height:19px;padding:0}a.red-ui-footer-button.disabled,a.red-ui-footer-button:disabled,button.red-ui-footer-button.disabled,button.red-ui-footer-button:disabled{cursor:default;color:var(--red-ui-workspace-button-color-disabled) !important}a.red-ui-footer-button:hover,a.red-ui-footer-button:focus,button.red-ui-footer-button:hover,button.red-ui-footer-button:focus{text-decoration:none}a.red-ui-footer-button:not(.disabled):not(:disabled):hover,button.red-ui-footer-button:not(.disabled):not(:disabled):hover{color:var(--red-ui-workspace-button-color-hover) !important;background:var(--red-ui-workspace-button-background-hover)}a.red-ui-footer-button:not(.disabled):not(:disabled):focus,button.red-ui-footer-button:not(.disabled):not(:disabled):focus{color:var(--red-ui-workspace-button-color-focus) !important}a.red-ui-footer-button:not(.disabled):not(:disabled):active,button.red-ui-footer-button:not(.disabled):not(:disabled):active{color:var(--red-ui-workspace-button-color-active) !important;background:var(--red-ui-workspace-button-background-active);text-decoration:none}a.red-ui-footer-button.selected:not(.disabled):not(:disabled),button.red-ui-footer-button.selected:not(.disabled):not(:disabled){color:var(--red-ui-workspace-button-color-selected) !important;background:var(--red-ui-workspace-button-background-active)}.button-group a.red-ui-footer-button:not(:first-child),.button-group button.red-ui-footer-button:not(:first-child){border-left:none;border-top-left-radius:0;border-bottom-left-radius:0}.button-group a.red-ui-footer-button:not(:last-child),.button-group button.red-ui-footer-button:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.button-group-vertical a.red-ui-footer-button,.button-group-vertical button.red-ui-footer-button{display:block;min-width:22px}.button-group-vertical a.red-ui-footer-button:not(:first-child),.button-group-vertical button.red-ui-footer-button:not(:first-child){border-top:none;border-top-left-radius:0;border-top-right-radius:0}.button-group-vertical a.red-ui-footer-button:not(:last-child),.button-group-vertical button.red-ui-footer-button:not(:last-child){border-bottom-left-radius:0;border-bottom-right-radius:0}.button-group a.red-ui-footer-button:focus,.button-group button.red-ui-footer-button:focus{position:relative}.button-row a.red-ui-footer-button:not(:first-child),.button-row button.red-ui-footer-button:not(:first-child){margin-left:15px}a.red-ui-footer-button:focus,button.red-ui-footer-button:focus{outline:1px solid var(--red-ui-workspace-button-color-focus-outline);outline-offset:1px}a.red-ui-footer-button.primary,button.red-ui-footer-button.primary{border-color:var(--red-ui-workspace-button-background-primary);color:var(--red-ui-workspace-button-color-primary) !important;background:var(--red-ui-workspace-button-background-primary)}a.red-ui-footer-button.primary.disabled,a.red-ui-footer-button.primary.ui-state-disabled,button.red-ui-footer-button.primary.disabled,button.red-ui-footer-button.primary.ui-state-disabled{background:none;color:var(--red-ui-workspace-button-color) !important;border-color:var(--red-ui-form-input-border-color)}a.red-ui-footer-button.primary:not(.disabled):not(.ui-button-disabled):hover,button.red-ui-footer-button.primary:not(.disabled):not(.ui-button-disabled):hover{border-color:var(--red-ui-workspace-button-background-primary-hover);background:var(--red-ui-workspace-button-background-primary-hover);color:var(--red-ui-workspace-button-color-primary) !important}a.red-ui-footer-button.secondary,button.red-ui-footer-button.secondary{background:none}a.red-ui-footer-button.secondary:not(:hover),button.red-ui-footer-button.secondary:not(:hover){border-color:rgba(0,0,0,0)}a.red-ui-footer-button.text-button,button.red-ui-footer-button.text-button{width:auto;padding:0 5px}a.red-ui-footer-button-toggle,button.red-ui-footer-button-toggle{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:var(--red-ui-workspace-button-color) !important;background:var(--red-ui-workspace-button-background);text-decoration:none;box-sizing:border-box;display:inline-block;border:1px solid var(--red-ui-form-input-border-color);text-align:center;margin:0;cursor:pointer;font-size:12px;line-height:18px;height:19px;width:19px;padding:0}a.red-ui-footer-button-toggle.disabled,a.red-ui-footer-button-toggle:disabled,button.red-ui-footer-button-toggle.disabled,button.red-ui-footer-button-toggle:disabled{cursor:default;color:var(--red-ui-workspace-button-color-disabled) !important}a.red-ui-footer-button-toggle:hover,a.red-ui-footer-button-toggle:focus,button.red-ui-footer-button-toggle:hover,button.red-ui-footer-button-toggle:focus{text-decoration:none}a.red-ui-footer-button-toggle:not(.disabled):not(:disabled):hover,button.red-ui-footer-button-toggle:not(.disabled):not(:disabled):hover{color:var(--red-ui-workspace-button-color-hover) !important;background:var(--red-ui-workspace-button-background-hover)}a.red-ui-footer-button-toggle:not(.disabled):not(:disabled):focus,button.red-ui-footer-button-toggle:not(.disabled):not(:disabled):focus{color:var(--red-ui-workspace-button-color-focus) !important}a.red-ui-footer-button-toggle:not(.disabled):not(:disabled):active,button.red-ui-footer-button-toggle:not(.disabled):not(:disabled):active{color:var(--red-ui-workspace-button-color-active) !important;background:var(--red-ui-workspace-button-background-active);text-decoration:none}a.red-ui-footer-button-toggle.selected:not(.disabled):not(:disabled),button.red-ui-footer-button-toggle.selected:not(.disabled):not(:disabled){color:var(--red-ui-workspace-button-color-selected) !important;background:var(--red-ui-workspace-button-background-active)}.button-group a.red-ui-footer-button-toggle:not(:first-child),.button-group button.red-ui-footer-button-toggle:not(:first-child){border-left:none;border-top-left-radius:0;border-bottom-left-radius:0}.button-group a.red-ui-footer-button-toggle:not(:last-child),.button-group button.red-ui-footer-button-toggle:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.button-group-vertical a.red-ui-footer-button-toggle,.button-group-vertical button.red-ui-footer-button-toggle{display:block;min-width:22px}.button-group-vertical a.red-ui-footer-button-toggle:not(:first-child),.button-group-vertical button.red-ui-footer-button-toggle:not(:first-child){border-top:none;border-top-left-radius:0;border-top-right-radius:0}.button-group-vertical a.red-ui-footer-button-toggle:not(:last-child),.button-group-vertical button.red-ui-footer-button-toggle:not(:last-child){border-bottom-left-radius:0;border-bottom-right-radius:0}.button-group a.red-ui-footer-button-toggle:focus,.button-group button.red-ui-footer-button-toggle:focus{position:relative}.button-row a.red-ui-footer-button-toggle:not(:first-child),.button-row button.red-ui-footer-button-toggle:not(:first-child){margin-left:15px}a.red-ui-footer-button-toggle:focus,button.red-ui-footer-button-toggle:focus{outline:1px solid var(--red-ui-workspace-button-color-focus-outline);outline-offset:1px}a.red-ui-footer-button-toggle.primary,button.red-ui-footer-button-toggle.primary{border-color:var(--red-ui-workspace-button-background-primary);color:var(--red-ui-workspace-button-color-primary) !important;background:var(--red-ui-workspace-button-background-primary)}a.red-ui-footer-button-toggle.primary.disabled,a.red-ui-footer-button-toggle.primary.ui-state-disabled,button.red-ui-footer-button-toggle.primary.disabled,button.red-ui-footer-button-toggle.primary.ui-state-disabled{background:none;color:var(--red-ui-workspace-button-color) !important;border-color:var(--red-ui-form-input-border-color)}a.red-ui-footer-button-toggle.primary:not(.disabled):not(.ui-button-disabled):hover,button.red-ui-footer-button-toggle.primary:not(.disabled):not(.ui-button-disabled):hover{border-color:var(--red-ui-workspace-button-background-primary-hover);background:var(--red-ui-workspace-button-background-primary-hover);color:var(--red-ui-workspace-button-color-primary) !important}a.red-ui-footer-button-toggle.secondary,button.red-ui-footer-button-toggle.secondary{background:none}a.red-ui-footer-button-toggle.secondary:not(:hover),button.red-ui-footer-button-toggle.secondary:not(:hover){border-color:rgba(0,0,0,0)}a.red-ui-footer-button-toggle:not(.single),button.red-ui-footer-button-toggle:not(.single){margin-bottom:1px}a.red-ui-footer-button-toggle:not(.single).selected:not(.disabled):not(:disabled),button.red-ui-footer-button-toggle:not(.single).selected:not(.disabled):not(:disabled){border-bottom-width:2px;border-bottom-color:var(--red-ui-form-input-border-selected-color);margin-bottom:0;cursor:default}a.red-ui-footer-button-toggle:not(.single):not(.selected),button.red-ui-footer-button-toggle:not(.single):not(.selected){margin-top:1px}a.red-ui-footer-button-toggle.text-button,button.red-ui-footer-button-toggle.text-button{width:auto;padding:0 5px}.red-ui-statusbar-widget{margin:0 2px;display:inline-block;vertical-align:middle;height:100%;line-height:20px}.red-ui-statusbar-bucket{position:absolute;top:0;bottom:0}.red-ui-statusbar-bucket-left{left:10px}.red-ui-statusbar-bucket-left .red-ui-statusbar-widget:first-child{margin-left:0}.red-ui-statusbar-bucket-right{right:10px}.red-ui-statusbar-bucket-right .red-ui-statusbar-widget:last-child{margin-right:0}#red-ui-loading-progress{position:absolute;background:var(--red-ui-primary-background);top:0;bottom:0;right:0;left:0;z-index:200}#red-ui-loading-progress>div{position:absolute;top:30%;left:50%;transform:translate(-50%, -50%);width:300px;height:80px;text-align:center;color:var(--red-ui-secondary-text-color)}.red-ui-loading-bar{box-sizing:border-box;width:300px;height:30px;border:2px solid var(--red-ui-primary-border-color);border-radius:4px}.red-ui-loading-bar>span{display:block;height:100%;background:var(--red-ui-secondary-border-color);transition:width .2s;width:10%}.red-ui-loading-bar-label{font-size:13px;margin-bottom:2px}#red-ui-workspace-toolbar{display:none;color:var(--red-ui-workspace-button-color);font-size:12px;line-height:18px;position:absolute;top:35px;left:0;right:0;padding:7px;height:40px;box-sizing:border-box;background:var(--red-ui-secondary-background);border-bottom:1px solid var(--red-ui-secondary-border-color);white-space:nowrap;transition:right .2s ease;overflow:hidden;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#red-ui-workspace-toolbar label{padding:1px 8px;margin:0;font-size:12px}#red-ui-workspace-toolbar input[type=checkbox]{margin:0 3px 0 0;padding:0}#red-ui-workspace-toolbar .button{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:var(--red-ui-workspace-button-color) !important;background:var(--red-ui-workspace-button-background);text-decoration:none;box-sizing:border-box;display:inline-block;border:1px solid var(--red-ui-form-input-border-color);text-align:center;margin:0;cursor:pointer;margin-right:10px;padding:2px 8px}#red-ui-workspace-toolbar .button.disabled,#red-ui-workspace-toolbar .button:disabled{cursor:default;color:var(--red-ui-workspace-button-color-disabled) !important}#red-ui-workspace-toolbar .button:hover,#red-ui-workspace-toolbar .button:focus{text-decoration:none}#red-ui-workspace-toolbar .button:not(.disabled):not(:disabled):hover{color:var(--red-ui-workspace-button-color-hover) !important;background:var(--red-ui-workspace-button-background-hover)}#red-ui-workspace-toolbar .button:not(.disabled):not(:disabled):focus{color:var(--red-ui-workspace-button-color-focus) !important}#red-ui-workspace-toolbar .button:not(.disabled):not(:disabled):active{color:var(--red-ui-workspace-button-color-active) !important;background:var(--red-ui-workspace-button-background-active);text-decoration:none}#red-ui-workspace-toolbar .button.selected:not(.disabled):not(:disabled){color:var(--red-ui-workspace-button-color-selected) !important;background:var(--red-ui-workspace-button-background-active)}.button-group #red-ui-workspace-toolbar .button:not(:first-child){border-left:none;border-top-left-radius:0;border-bottom-left-radius:0}.button-group #red-ui-workspace-toolbar .button:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.button-group-vertical #red-ui-workspace-toolbar .button{display:block;min-width:22px}.button-group-vertical #red-ui-workspace-toolbar .button:not(:first-child){border-top:none;border-top-left-radius:0;border-top-right-radius:0}.button-group-vertical #red-ui-workspace-toolbar .button:not(:last-child){border-bottom-left-radius:0;border-bottom-right-radius:0}.button-group #red-ui-workspace-toolbar .button:focus{position:relative}.button-row #red-ui-workspace-toolbar .button:not(:first-child){margin-left:15px}#red-ui-workspace-toolbar .button:focus{outline:1px solid var(--red-ui-workspace-button-color-focus-outline);outline-offset:1px}#red-ui-workspace-toolbar .button.primary{border-color:var(--red-ui-workspace-button-background-primary);color:var(--red-ui-workspace-button-color-primary) !important;background:var(--red-ui-workspace-button-background-primary)}#red-ui-workspace-toolbar .button.primary.disabled,#red-ui-workspace-toolbar .button.primary.ui-state-disabled{background:none;color:var(--red-ui-workspace-button-color) !important;border-color:var(--red-ui-form-input-border-color)}#red-ui-workspace-toolbar .button.primary:not(.disabled):not(.ui-button-disabled):hover{border-color:var(--red-ui-workspace-button-background-primary-hover);background:var(--red-ui-workspace-button-background-primary-hover);color:var(--red-ui-workspace-button-color-primary) !important}#red-ui-workspace-toolbar .button.secondary{background:none}#red-ui-workspace-toolbar .button.secondary:not(:hover){border-color:rgba(0,0,0,0)}#red-ui-workspace-toolbar .button-group{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#red-ui-workspace-toolbar .button-group .button:first-child{margin-right:0}#red-ui-workspace-toolbar .button-group:not(.spinner-group) .button:not(:first-child){border-left:none}#red-ui-workspace-toolbar .button-group .button.active{background:var(--red-ui-workspace-button-background-active);cursor:default}#red-ui-workspace-toolbar .spinner-value{width:25px;color:var(--red-ui-workspace-button-color);padding:0 5px;display:inline-block;text-align:center;border-top:1px solid var(--red-ui-secondary-border-color);border-bottom:1px solid var(--red-ui-secondary-border-color);margin:0;height:24px;font-size:12px;background:var(--red-ui-form-input-background);line-height:22px;box-sizing:border-box}#red-ui-notifications{z-index:100;width:500px;margin-left:-250px;left:50%;position:absolute;top:1px}.red-ui-notification{box-sizing:border-box;position:relative;padding:8px 18px 0px;margin-bottom:4px;box-shadow:0 1px 1px 1px var(--red-ui-shadow);background-color:var(--red-ui-secondary-background);color:var(--red-ui-primary-text-color);border:1px solid var(--red-ui-notification-border-default);border-left-width:16px;overflow:hidden}.red-ui-notification .ui-dialog-buttonset{margin-top:20px;margin-bottom:10px}.red-ui-notification p:first-child{font-size:1.1em;font-weight:400}.red-ui-notification a{text-decoration:none}.red-ui-notification a:hover{text-decoration:underline}.red-ui-notification-success{border-color:var(--red-ui-notification-border-success)}.red-ui-notification-warning{border-color:var(--red-ui-notification-border-warning)}.red-ui-notification-error{border-color:var(--red-ui-notification-border-error)}.red-ui-notification-compact .ui-dialog-buttonset{margin-top:0;position:absolute;top:6px;right:10px}.red-ui-notification-compact .ui-dialog-buttonset button{line-height:12px}.red-ui-notification-shake-horizontal{animation:red-ui-notification-shake-horizontal .3s steps(2, end) both}@keyframes red-ui-notification-shake-horizontal{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%{-webkit-transform:translateX(-1px);transform:translateX(-1px)}20%,40%,60%{-webkit-transform:translateX(1px);transform:translateX(1px)}}#red-ui-editor-stack{position:absolute;margin:0;top:0;bottom:0px;right:323px;width:0;z-index:5}.red-ui-tray{position:absolute;margin:0;top:0;width:auto;right:-1000px;bottom:0;background:var(--red-ui-secondary-background);border-left:1px solid var(--red-ui-secondary-border-color);border-bottom:1px solid var(--red-ui-primary-border-color);box-sizing:content-box}.red-ui-tray.open{right:0}.red-ui-tray-body-wrapper{width:100%;box-sizing:border-box;overflow:auto}.red-ui-tray-body{position:relative;box-sizing:border-box;padding:.1px}.red-ui-tray-content{overflow:auto;position:relative}.red-ui-tray-content .red-ui-palette-icon-fa{top:6px;left:4px}.red-ui-tray-header{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative;box-sizing:border-box;font-weight:bold;border-bottom:1px solid var(--red-ui-secondary-border-color);background:var(--red-ui-palette-header-background)}.red-ui-tray-header:after{content:"";display:table;clear:both}.red-ui-tray-footer{border-top:1px solid var(--red-ui-primary-border-color);background:var(--red-ui-primary-background);text-align:right;position:absolute;bottom:0;left:0;right:0;height:25px;line-height:25px;padding:0 6px;user-select:none;height:35px;font-size:14px !important;line-height:35px;vertical-align:middle}.red-ui-tray-footer .button-group:not(:last-child){margin-right:5px}.red-ui-tray-footer button.red-ui-button{padding:0px 8px;height:26px;line-height:26px}.red-ui-tray-footer button.red-ui-button.toggle:not(.selected){color:var(--red-ui-workspace-button-color-selected) !important;background:var(--red-ui-workspace-button-background-active)}.red-ui-tray-footer .red-ui-tray-footer-left{display:inline-block;margin-right:20px;float:left}.red-ui-tray-footer .red-ui-tray-footer-right{float:right}.red-ui-tray-toolbar{text-align:right;padding:6px}.red-ui-tray-toolbar button{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:var(--red-ui-workspace-button-color) !important;background:var(--red-ui-workspace-button-background);text-decoration:none;box-sizing:border-box;display:inline-block;border:1px solid var(--red-ui-form-input-border-color);text-align:center;margin:0;cursor:pointer;font-size:14px;padding:6px 14px;margin-right:8px}.red-ui-tray-toolbar button.disabled,.red-ui-tray-toolbar button:disabled{cursor:default;color:var(--red-ui-workspace-button-color-disabled) !important}.red-ui-tray-toolbar button:hover,.red-ui-tray-toolbar button:focus{text-decoration:none}.red-ui-tray-toolbar button:not(.disabled):not(:disabled):hover{color:var(--red-ui-workspace-button-color-hover) !important;background:var(--red-ui-workspace-button-background-hover)}.red-ui-tray-toolbar button:not(.disabled):not(:disabled):focus{color:var(--red-ui-workspace-button-color-focus) !important}.red-ui-tray-toolbar button:not(.disabled):not(:disabled):active{color:var(--red-ui-workspace-button-color-active) !important;background:var(--red-ui-workspace-button-background-active);text-decoration:none}.red-ui-tray-toolbar button.selected:not(.disabled):not(:disabled){color:var(--red-ui-workspace-button-color-selected) !important;background:var(--red-ui-workspace-button-background-active)}.button-group .red-ui-tray-toolbar button:not(:first-child){border-left:none;border-top-left-radius:0;border-bottom-left-radius:0}.button-group .red-ui-tray-toolbar button:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.button-group-vertical .red-ui-tray-toolbar button{display:block;min-width:22px}.button-group-vertical .red-ui-tray-toolbar button:not(:first-child){border-top:none;border-top-left-radius:0;border-top-right-radius:0}.button-group-vertical .red-ui-tray-toolbar button:not(:last-child){border-bottom-left-radius:0;border-bottom-right-radius:0}.button-group .red-ui-tray-toolbar button:focus{position:relative}.button-row .red-ui-tray-toolbar button:not(:first-child){margin-left:15px}.red-ui-tray-toolbar button:focus{outline:1px solid var(--red-ui-workspace-button-color-focus-outline);outline-offset:1px}.red-ui-tray-toolbar button.primary{border-color:var(--red-ui-workspace-button-background-primary);color:var(--red-ui-workspace-button-color-primary) !important;background:var(--red-ui-workspace-button-background-primary)}.red-ui-tray-toolbar button.primary.disabled,.red-ui-tray-toolbar button.primary.ui-state-disabled{background:none;color:var(--red-ui-workspace-button-color) !important;border-color:var(--red-ui-form-input-border-color)}.red-ui-tray-toolbar button.primary:not(.disabled):not(.ui-button-disabled):hover{border-color:var(--red-ui-workspace-button-background-primary-hover);background:var(--red-ui-workspace-button-background-primary-hover);color:var(--red-ui-workspace-button-color-primary) !important}.red-ui-tray-toolbar button.secondary{background:none}.red-ui-tray-toolbar button.secondary:not(:hover){border-color:rgba(0,0,0,0)}.red-ui-tray-toolbar button.disabled{background:none}.red-ui-tray-toolbar button.disabled:focus{outline:none}.red-ui-tray-toolbar button.leftButton{float:left;margin-top:1px}.red-ui-tray-toolbar button:not(.leftButton):not(:last-child){margin-right:16px}.red-ui-tray-toolbar button.ui-state-disabled{opacity:1}.red-ui-tray-toolbar button.toggle{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:var(--red-ui-workspace-button-color) !important;background:var(--red-ui-workspace-button-background);text-decoration:none;box-sizing:border-box;display:inline-block;border:1px solid var(--red-ui-form-input-border-color);text-align:center;margin:0;cursor:pointer}.red-ui-tray-toolbar button.toggle.disabled,.red-ui-tray-toolbar button.toggle:disabled{cursor:default;color:var(--red-ui-workspace-button-color-disabled) !important}.red-ui-tray-toolbar button.toggle:hover,.red-ui-tray-toolbar button.toggle:focus{text-decoration:none}.red-ui-tray-toolbar button.toggle:not(.disabled):not(:disabled):hover{color:var(--red-ui-workspace-button-color-hover) !important;background:var(--red-ui-workspace-button-background-hover)}.red-ui-tray-toolbar button.toggle:not(.disabled):not(:disabled):focus{color:var(--red-ui-workspace-button-color-focus) !important}.red-ui-tray-toolbar button.toggle:not(.disabled):not(:disabled):active{color:var(--red-ui-workspace-button-color-active) !important;background:var(--red-ui-workspace-button-background-active);text-decoration:none}.red-ui-tray-toolbar button.toggle.selected:not(.disabled):not(:disabled){color:var(--red-ui-workspace-button-color-selected) !important;background:var(--red-ui-workspace-button-background-active)}.button-group .red-ui-tray-toolbar button.toggle:not(:first-child){border-left:none;border-top-left-radius:0;border-bottom-left-radius:0}.button-group .red-ui-tray-toolbar button.toggle:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.button-group-vertical .red-ui-tray-toolbar button.toggle{display:block;min-width:22px}.button-group-vertical .red-ui-tray-toolbar button.toggle:not(:first-child){border-top:none;border-top-left-radius:0;border-top-right-radius:0}.button-group-vertical .red-ui-tray-toolbar button.toggle:not(:last-child){border-bottom-left-radius:0;border-bottom-right-radius:0}.button-group .red-ui-tray-toolbar button.toggle:focus{position:relative}.button-row .red-ui-tray-toolbar button.toggle:not(:first-child){margin-left:15px}.red-ui-tray-toolbar button.toggle:focus{outline:1px solid var(--red-ui-workspace-button-color-focus-outline);outline-offset:1px}.red-ui-tray-toolbar button.toggle.primary{border-color:var(--red-ui-workspace-button-background-primary);color:var(--red-ui-workspace-button-color-primary) !important;background:var(--red-ui-workspace-button-background-primary)}.red-ui-tray-toolbar button.toggle.primary.disabled,.red-ui-tray-toolbar button.toggle.primary.ui-state-disabled{background:none;color:var(--red-ui-workspace-button-color) !important;border-color:var(--red-ui-form-input-border-color)}.red-ui-tray-toolbar button.toggle.primary:not(.disabled):not(.ui-button-disabled):hover{border-color:var(--red-ui-workspace-button-background-primary-hover);background:var(--red-ui-workspace-button-background-primary-hover);color:var(--red-ui-workspace-button-color-primary) !important}.red-ui-tray-toolbar button.toggle.secondary{background:none}.red-ui-tray-toolbar button.toggle.secondary:not(:hover){border-color:rgba(0,0,0,0)}.red-ui-tray-toolbar button.toggle:not(.single){margin-bottom:1px}.red-ui-tray-toolbar button.toggle:not(.single).selected:not(.disabled):not(:disabled){border-bottom-width:2px;border-bottom-color:var(--red-ui-form-input-border-selected-color);margin-bottom:0;cursor:default}.red-ui-tray-toolbar button.toggle:not(.single):not(.selected){margin-top:1px}.red-ui-tray-titlebar{color:var(--red-ui-header-text-color);border-bottom:1px solid var(--red-ui-secondary-border-color);padding:8px}.red-ui-editor ul.red-ui-tray-breadcrumbs{list-style-type:none;margin:0;padding:0}.red-ui-editor ul.red-ui-tray-breadcrumbs li{display:inline-block;padding:0;margin:0}.red-ui-editor ul.red-ui-tray-breadcrumbs li:not(:last-child){color:var(--red-ui-workspace-button-color);font-weight:normal}.red-ui-editor ul.red-ui-tray-breadcrumbs li:not(:last-child):after{display:inline-block;content:">";margin:0 5px}.red-ui-tray-resize-handle{position:absolute;top:0px;bottom:0px;width:7px;left:-9px;background-color:var(--red-ui-primary-background);cursor:col-resize;border-left:1px solid var(--red-ui-primary-border-color);box-shadow:-1px 0 6px var(--red-ui-shadow)}.red-ui-tray-resize-handle:before{content:"";display:block;width:100%;height:100%;-webkit-mask-image:url(images/grip.svg);mask-image:url(images/grip.svg);-webkit-mask-size:auto;mask-size:auto;-webkit-mask-position:50% 50%;mask-position:50% 50%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;background-color:var(--red-ui-grip-color)}.red-ui-tray-resize-handle.red-ui-tray-resize-maximised{background:var(--red-ui-primary-background);cursor:default}a.red-ui-tray-resize-button,button.red-ui-tray-resize-button{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:var(--red-ui-workspace-button-color) !important;background:var(--red-ui-workspace-button-background);text-decoration:none;box-sizing:border-box;display:inline-block;border:1px solid var(--red-ui-form-input-border-color);text-align:center;margin:0;cursor:pointer;display:block;height:37px;line-height:35px;border:none;border-bottom:1px solid var(--red-ui-secondary-border-color);margin:0;background:var(--red-ui-primary-background);color:var(--red-ui-workspace-button-color)}a.red-ui-tray-resize-button.disabled,a.red-ui-tray-resize-button:disabled,button.red-ui-tray-resize-button.disabled,button.red-ui-tray-resize-button:disabled{cursor:default;color:var(--red-ui-workspace-button-color-disabled) !important}a.red-ui-tray-resize-button:hover,a.red-ui-tray-resize-button:focus,button.red-ui-tray-resize-button:hover,button.red-ui-tray-resize-button:focus{text-decoration:none}a.red-ui-tray-resize-button:not(.disabled):not(:disabled):hover,button.red-ui-tray-resize-button:not(.disabled):not(:disabled):hover{color:var(--red-ui-workspace-button-color-hover) !important;background:var(--red-ui-workspace-button-background-hover)}a.red-ui-tray-resize-button:not(.disabled):not(:disabled):focus,button.red-ui-tray-resize-button:not(.disabled):not(:disabled):focus{color:var(--red-ui-workspace-button-color-focus) !important}a.red-ui-tray-resize-button:not(.disabled):not(:disabled):active,button.red-ui-tray-resize-button:not(.disabled):not(:disabled):active{color:var(--red-ui-workspace-button-color-active) !important;background:var(--red-ui-workspace-button-background-active);text-decoration:none}a.red-ui-tray-resize-button.selected:not(.disabled):not(:disabled),button.red-ui-tray-resize-button.selected:not(.disabled):not(:disabled){color:var(--red-ui-workspace-button-color-selected) !important;background:var(--red-ui-workspace-button-background-active)}.button-group a.red-ui-tray-resize-button:not(:first-child),.button-group button.red-ui-tray-resize-button:not(:first-child){border-left:none;border-top-left-radius:0;border-bottom-left-radius:0}.button-group a.red-ui-tray-resize-button:not(:last-child),.button-group button.red-ui-tray-resize-button:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.button-group-vertical a.red-ui-tray-resize-button,.button-group-vertical button.red-ui-tray-resize-button{display:block;min-width:22px}.button-group-vertical a.red-ui-tray-resize-button:not(:first-child),.button-group-vertical button.red-ui-tray-resize-button:not(:first-child){border-top:none;border-top-left-radius:0;border-top-right-radius:0}.button-group-vertical a.red-ui-tray-resize-button:not(:last-child),.button-group-vertical button.red-ui-tray-resize-button:not(:last-child){border-bottom-left-radius:0;border-bottom-right-radius:0}.button-group a.red-ui-tray-resize-button:focus,.button-group button.red-ui-tray-resize-button:focus{position:relative}.button-row a.red-ui-tray-resize-button:not(:first-child),.button-row button.red-ui-tray-resize-button:not(:first-child){margin-left:15px}a.red-ui-tray-resize-button:focus,button.red-ui-tray-resize-button:focus{outline:1px solid var(--red-ui-workspace-button-color-focus-outline);outline-offset:1px}a.red-ui-tray-resize-button.primary,button.red-ui-tray-resize-button.primary{border-color:var(--red-ui-workspace-button-background-primary);color:var(--red-ui-workspace-button-color-primary) !important;background:var(--red-ui-workspace-button-background-primary)}a.red-ui-tray-resize-button.primary.disabled,a.red-ui-tray-resize-button.primary.ui-state-disabled,button.red-ui-tray-resize-button.primary.disabled,button.red-ui-tray-resize-button.primary.ui-state-disabled{background:none;color:var(--red-ui-workspace-button-color) !important;border-color:var(--red-ui-form-input-border-color)}a.red-ui-tray-resize-button.primary:not(.disabled):not(.ui-button-disabled):hover,button.red-ui-tray-resize-button.primary:not(.disabled):not(.ui-button-disabled):hover{border-color:var(--red-ui-workspace-button-background-primary-hover);background:var(--red-ui-workspace-button-background-primary-hover);color:var(--red-ui-workspace-button-color-primary) !important}a.red-ui-tray-resize-button.secondary,button.red-ui-tray-resize-button.secondary{background:none}a.red-ui-tray-resize-button.secondary:not(:hover),button.red-ui-tray-resize-button.secondary:not(:hover){border-color:rgba(0,0,0,0)}.red-ui-editor .red-ui-tray .dialog-form,.red-ui-editor .red-ui-tray #dialog-form,.red-ui-editor .red-ui-tray #node-config-dialog-edit-form{margin:10px 20px;height:calc(100% - 20px)}.red-ui-editor .dialog-form,.red-ui-editor #dialog-form,.red-ui-editor #node-config-dialog-edit-form,.red-ui-editor-dialog .dialog-form,.red-ui-editor-dialog #dialog-form,.red-ui-editor-dialog #node-config-dialog-edit-form{margin:0;height:100%}.red-ui-editor .input-error,.red-ui-editor-dialog .input-error{border-color:var(--red-ui-form-input-border-error-color) !important}.red-ui-editor .input-updated,.red-ui-editor-dialog .input-updated{border-color:var(--red-ui-node-selected-color) !important}.red-ui-editor .form-row,.red-ui-editor-dialog .form-row{clear:both;color:var(--red-ui-form-text-color);margin-bottom:12px}.red-ui-editor .form-row label,.red-ui-editor-dialog .form-row label{display:inline-block;width:100px}.red-ui-editor .form-row input,.red-ui-editor .form-row div[contenteditable=true],.red-ui-editor-dialog .form-row input,.red-ui-editor-dialog .form-row div[contenteditable=true]{width:70%}.red-ui-editor .form-tips,.red-ui-editor-dialog .form-tips{background:var(--red-ui-form-tips-background);padding:8px;border-radius:2px;border:1px solid var(--red-ui-secondary-border-color);max-width:450px}.red-ui-editor .form-tips code,.red-ui-editor-dialog .form-tips code{border:none;padding:auto}.red-ui-editor .form-tips a,.red-ui-editor-dialog .form-tips a{text-decoration:underline}.red-ui-editor .form-warning,.red-ui-editor-dialog .form-warning{border-color:var(--red-ui-text-color-error)}.node-text-editor{position:relative}.node-text-editor .red-ui-editor-text-help{position:absolute;bottom:0px;right:1px;border-bottom-right-radius:5px;z-Index:8;border-bottom:none;border-right:none}.red-ui-editor-text-container{border:1px solid var(--red-ui-tertiary-border-color);border-radius:5px;overflow:hidden;font-size:var(--red-ui-primary-font-size !important);font-family:var(--red-ui-monospace-font !important);height:100%}.red-ui-editor-text-container.red-ui-editor-text-container-toolbar{height:calc(100% - 40px)}a.editor-button,button.editor-button,a.red-ui-button,button.red-ui-button{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:var(--red-ui-workspace-button-color) !important;background:var(--red-ui-workspace-button-background);text-decoration:none;box-sizing:border-box;display:inline-block;border:1px solid var(--red-ui-form-input-border-color);text-align:center;margin:0;cursor:pointer;height:34px;line-height:32px;font-size:13px;border-radius:2px;padding:0 10px;white-space:nowrap;text-overflow:ellipsis}a.editor-button.disabled,a.editor-button:disabled,button.editor-button.disabled,button.editor-button:disabled,a.red-ui-button.disabled,a.red-ui-button:disabled,button.red-ui-button.disabled,button.red-ui-button:disabled{cursor:default;color:var(--red-ui-workspace-button-color-disabled) !important}a.editor-button:hover,a.editor-button:focus,button.editor-button:hover,button.editor-button:focus,a.red-ui-button:hover,a.red-ui-button:focus,button.red-ui-button:hover,button.red-ui-button:focus{text-decoration:none}a.editor-button:not(.disabled):not(:disabled):hover,button.editor-button:not(.disabled):not(:disabled):hover,a.red-ui-button:not(.disabled):not(:disabled):hover,button.red-ui-button:not(.disabled):not(:disabled):hover{color:var(--red-ui-workspace-button-color-hover) !important;background:var(--red-ui-workspace-button-background-hover)}a.editor-button:not(.disabled):not(:disabled):focus,button.editor-button:not(.disabled):not(:disabled):focus,a.red-ui-button:not(.disabled):not(:disabled):focus,button.red-ui-button:not(.disabled):not(:disabled):focus{color:var(--red-ui-workspace-button-color-focus) !important}a.editor-button:not(.disabled):not(:disabled):active,button.editor-button:not(.disabled):not(:disabled):active,a.red-ui-button:not(.disabled):not(:disabled):active,button.red-ui-button:not(.disabled):not(:disabled):active{color:var(--red-ui-workspace-button-color-active) !important;background:var(--red-ui-workspace-button-background-active);text-decoration:none}a.editor-button.selected:not(.disabled):not(:disabled),button.editor-button.selected:not(.disabled):not(:disabled),a.red-ui-button.selected:not(.disabled):not(:disabled),button.red-ui-button.selected:not(.disabled):not(:disabled){color:var(--red-ui-workspace-button-color-selected) !important;background:var(--red-ui-workspace-button-background-active)}.button-group a.editor-button:not(:first-child),.button-group button.editor-button:not(:first-child),.button-group a.red-ui-button:not(:first-child),.button-group button.red-ui-button:not(:first-child){border-left:none;border-top-left-radius:0;border-bottom-left-radius:0}.button-group a.editor-button:not(:last-child),.button-group button.editor-button:not(:last-child),.button-group a.red-ui-button:not(:last-child),.button-group button.red-ui-button:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.button-group-vertical a.editor-button,.button-group-vertical button.editor-button,.button-group-vertical a.red-ui-button,.button-group-vertical button.red-ui-button{display:block;min-width:22px}.button-group-vertical a.editor-button:not(:first-child),.button-group-vertical button.editor-button:not(:first-child),.button-group-vertical a.red-ui-button:not(:first-child),.button-group-vertical button.red-ui-button:not(:first-child){border-top:none;border-top-left-radius:0;border-top-right-radius:0}.button-group-vertical a.editor-button:not(:last-child),.button-group-vertical button.editor-button:not(:last-child),.button-group-vertical a.red-ui-button:not(:last-child),.button-group-vertical button.red-ui-button:not(:last-child){border-bottom-left-radius:0;border-bottom-right-radius:0}.button-group a.editor-button:focus,.button-group button.editor-button:focus,.button-group a.red-ui-button:focus,.button-group button.red-ui-button:focus{position:relative}.button-row a.editor-button:not(:first-child),.button-row button.editor-button:not(:first-child),.button-row a.red-ui-button:not(:first-child),.button-row button.red-ui-button:not(:first-child){margin-left:15px}a.editor-button:focus,button.editor-button:focus,a.red-ui-button:focus,button.red-ui-button:focus{outline:1px solid var(--red-ui-workspace-button-color-focus-outline);outline-offset:1px}a.editor-button.primary,button.editor-button.primary,a.red-ui-button.primary,button.red-ui-button.primary{border-color:var(--red-ui-workspace-button-background-primary);color:var(--red-ui-workspace-button-color-primary) !important;background:var(--red-ui-workspace-button-background-primary)}a.editor-button.primary.disabled,a.editor-button.primary.ui-state-disabled,button.editor-button.primary.disabled,button.editor-button.primary.ui-state-disabled,a.red-ui-button.primary.disabled,a.red-ui-button.primary.ui-state-disabled,button.red-ui-button.primary.disabled,button.red-ui-button.primary.ui-state-disabled{background:none;color:var(--red-ui-workspace-button-color) !important;border-color:var(--red-ui-form-input-border-color)}a.editor-button.primary:not(.disabled):not(.ui-button-disabled):hover,button.editor-button.primary:not(.disabled):not(.ui-button-disabled):hover,a.red-ui-button.primary:not(.disabled):not(.ui-button-disabled):hover,button.red-ui-button.primary:not(.disabled):not(.ui-button-disabled):hover{border-color:var(--red-ui-workspace-button-background-primary-hover);background:var(--red-ui-workspace-button-background-primary-hover);color:var(--red-ui-workspace-button-color-primary) !important}a.editor-button.secondary,button.editor-button.secondary,a.red-ui-button.secondary,button.red-ui-button.secondary{background:none}a.editor-button.secondary:not(:hover),button.editor-button.secondary:not(:hover),a.red-ui-button.secondary:not(:hover),button.red-ui-button.secondary:not(:hover){border-color:rgba(0,0,0,0)}a.editor-button.toggle,button.editor-button.toggle,a.red-ui-button.toggle,button.red-ui-button.toggle{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:var(--red-ui-workspace-button-color) !important;background:var(--red-ui-workspace-button-background);text-decoration:none;box-sizing:border-box;display:inline-block;border:1px solid var(--red-ui-form-input-border-color);text-align:center;margin:0;cursor:pointer}a.editor-button.toggle.disabled,a.editor-button.toggle:disabled,button.editor-button.toggle.disabled,button.editor-button.toggle:disabled,a.red-ui-button.toggle.disabled,a.red-ui-button.toggle:disabled,button.red-ui-button.toggle.disabled,button.red-ui-button.toggle:disabled{cursor:default;color:var(--red-ui-workspace-button-color-disabled) !important}a.editor-button.toggle:hover,a.editor-button.toggle:focus,button.editor-button.toggle:hover,button.editor-button.toggle:focus,a.red-ui-button.toggle:hover,a.red-ui-button.toggle:focus,button.red-ui-button.toggle:hover,button.red-ui-button.toggle:focus{text-decoration:none}a.editor-button.toggle:not(.disabled):not(:disabled):hover,button.editor-button.toggle:not(.disabled):not(:disabled):hover,a.red-ui-button.toggle:not(.disabled):not(:disabled):hover,button.red-ui-button.toggle:not(.disabled):not(:disabled):hover{color:var(--red-ui-workspace-button-color-hover) !important;background:var(--red-ui-workspace-button-background-hover)}a.editor-button.toggle:not(.disabled):not(:disabled):focus,button.editor-button.toggle:not(.disabled):not(:disabled):focus,a.red-ui-button.toggle:not(.disabled):not(:disabled):focus,button.red-ui-button.toggle:not(.disabled):not(:disabled):focus{color:var(--red-ui-workspace-button-color-focus) !important}a.editor-button.toggle:not(.disabled):not(:disabled):active,button.editor-button.toggle:not(.disabled):not(:disabled):active,a.red-ui-button.toggle:not(.disabled):not(:disabled):active,button.red-ui-button.toggle:not(.disabled):not(:disabled):active{color:var(--red-ui-workspace-button-color-active) !important;background:var(--red-ui-workspace-button-background-active);text-decoration:none}a.editor-button.toggle.selected:not(.disabled):not(:disabled),button.editor-button.toggle.selected:not(.disabled):not(:disabled),a.red-ui-button.toggle.selected:not(.disabled):not(:disabled),button.red-ui-button.toggle.selected:not(.disabled):not(:disabled){color:var(--red-ui-workspace-button-color-selected) !important;background:var(--red-ui-workspace-button-background-active)}.button-group a.editor-button.toggle:not(:first-child),.button-group button.editor-button.toggle:not(:first-child),.button-group a.red-ui-button.toggle:not(:first-child),.button-group button.red-ui-button.toggle:not(:first-child){border-left:none;border-top-left-radius:0;border-bottom-left-radius:0}.button-group a.editor-button.toggle:not(:last-child),.button-group button.editor-button.toggle:not(:last-child),.button-group a.red-ui-button.toggle:not(:last-child),.button-group button.red-ui-button.toggle:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.button-group-vertical a.editor-button.toggle,.button-group-vertical button.editor-button.toggle,.button-group-vertical a.red-ui-button.toggle,.button-group-vertical button.red-ui-button.toggle{display:block;min-width:22px}.button-group-vertical a.editor-button.toggle:not(:first-child),.button-group-vertical button.editor-button.toggle:not(:first-child),.button-group-vertical a.red-ui-button.toggle:not(:first-child),.button-group-vertical button.red-ui-button.toggle:not(:first-child){border-top:none;border-top-left-radius:0;border-top-right-radius:0}.button-group-vertical a.editor-button.toggle:not(:last-child),.button-group-vertical button.editor-button.toggle:not(:last-child),.button-group-vertical a.red-ui-button.toggle:not(:last-child),.button-group-vertical button.red-ui-button.toggle:not(:last-child){border-bottom-left-radius:0;border-bottom-right-radius:0}.button-group a.editor-button.toggle:focus,.button-group button.editor-button.toggle:focus,.button-group a.red-ui-button.toggle:focus,.button-group button.red-ui-button.toggle:focus{position:relative}.button-row a.editor-button.toggle:not(:first-child),.button-row button.editor-button.toggle:not(:first-child),.button-row a.red-ui-button.toggle:not(:first-child),.button-row button.red-ui-button.toggle:not(:first-child){margin-left:15px}a.editor-button.toggle:focus,button.editor-button.toggle:focus,a.red-ui-button.toggle:focus,button.red-ui-button.toggle:focus{outline:1px solid var(--red-ui-workspace-button-color-focus-outline);outline-offset:1px}a.editor-button.toggle.primary,button.editor-button.toggle.primary,a.red-ui-button.toggle.primary,button.red-ui-button.toggle.primary{border-color:var(--red-ui-workspace-button-background-primary);color:var(--red-ui-workspace-button-color-primary) !important;background:var(--red-ui-workspace-button-background-primary)}a.editor-button.toggle.primary.disabled,a.editor-button.toggle.primary.ui-state-disabled,button.editor-button.toggle.primary.disabled,button.editor-button.toggle.primary.ui-state-disabled,a.red-ui-button.toggle.primary.disabled,a.red-ui-button.toggle.primary.ui-state-disabled,button.red-ui-button.toggle.primary.disabled,button.red-ui-button.toggle.primary.ui-state-disabled{background:none;color:var(--red-ui-workspace-button-color) !important;border-color:var(--red-ui-form-input-border-color)}a.editor-button.toggle.primary:not(.disabled):not(.ui-button-disabled):hover,button.editor-button.toggle.primary:not(.disabled):not(.ui-button-disabled):hover,a.red-ui-button.toggle.primary:not(.disabled):not(.ui-button-disabled):hover,button.red-ui-button.toggle.primary:not(.disabled):not(.ui-button-disabled):hover{border-color:var(--red-ui-workspace-button-background-primary-hover);background:var(--red-ui-workspace-button-background-primary-hover);color:var(--red-ui-workspace-button-color-primary) !important}a.editor-button.toggle.secondary,button.editor-button.toggle.secondary,a.red-ui-button.toggle.secondary,button.red-ui-button.toggle.secondary{background:none}a.editor-button.toggle.secondary:not(:hover),button.editor-button.toggle.secondary:not(:hover),a.red-ui-button.toggle.secondary:not(:hover),button.red-ui-button.toggle.secondary:not(:hover){border-color:rgba(0,0,0,0)}a.editor-button.toggle:not(.single),button.editor-button.toggle:not(.single),a.red-ui-button.toggle:not(.single),button.red-ui-button.toggle:not(.single){margin-bottom:1px}a.editor-button.toggle:not(.single).selected:not(.disabled):not(:disabled),button.editor-button.toggle:not(.single).selected:not(.disabled):not(:disabled),a.red-ui-button.toggle:not(.single).selected:not(.disabled):not(:disabled),button.red-ui-button.toggle:not(.single).selected:not(.disabled):not(:disabled){border-bottom-width:2px;border-bottom-color:var(--red-ui-form-input-border-selected-color);margin-bottom:0;cursor:default}a.editor-button.toggle:not(.single):not(.selected),button.editor-button.toggle:not(.single):not(.selected),a.red-ui-button.toggle:not(.single):not(.selected),button.red-ui-button.toggle:not(.single):not(.selected){margin-top:1px}a.editor-button-small,button.editor-button-small,a.red-ui-button-small,button.red-ui-button-small{height:20px;min-width:20px;line-height:18px;font-size:10px;border-radius:2px;padding:0 5px}#red-ui-editor-config-scope-warning{display:inline-block;margin-right:5px;color:var(--red-ui-text-color-warning);vertical-align:middle}#red-ui-editor-config-scope{margin:1px 0 0 0;padding:0;height:22px;width:200px}.red-ui-editor .red-ui-tray .red-ui-editor-type-expression #dialog-form{margin:0;height:100%}.red-ui-editor .red-ui-tray .red-ui-editor-type-expression #dialog-form .red-ui-panel:first-child{padding:20px 20px 0}.red-ui-editor-type-expression-tab-content{position:relative;padding:0 20px}#red-ui-editor-type-expression-help{position:absolute;top:35px;left:0;right:0;bottom:0;padding:0 20px;overflow:auto;box-sizing:border-box}#red-ui-editor-type-expression-panel-info>.form-row{margin:0}#red-ui-editor-type-expression-panel-info>.form-row>div:first-child{margin-top:10px}.red-ui-editor-type-expression-legacy{float:left}.red-ui-editor-type-buffer-type{text-align:right}.red-ui-editor .red-ui-tray .red-ui-editor-type-markdown-editor #dialog-form{margin:0;height:100%}.red-ui-editor .red-ui-tray .red-ui-editor-type-markdown-editor #dialog-form .red-ui-panel{padding:20px 20px 10px}.red-ui-editor .red-ui-tray .red-ui-editor-type-markdown-editor #dialog-form .red-ui-panel:last-child{padding-top:60px;background:var(--red-ui-primary-background)}.red-ui-editor-type-markdown-panel-preview{padding:10px;border:1px solid var(--red-ui-secondary-border-color);border-radius:5px;height:calc(100% - 21px);overflow-y:auto;background:var(--red-ui-secondary-background)}#red-ui-clipboard-hidden{position:absolute;top:-3000px}.form-row .red-ui-editor-node-label-form-row{margin:5px 0 0 50px}.form-row .red-ui-editor-node-label-form-row label{margin-right:20px;text-align:right;width:30px}.form-row .red-ui-editor-node-label-form-row button{margin-left:10px}.form-row .red-ui-editor-node-label-form-row input{width:calc(100% - 100px)}.form-row .red-ui-editor-node-label-form-row #red-ui-editor-node-icon-module{width:calc(55% - 50px)}.form-row .red-ui-editor-node-label-form-row #red-ui-editor-node-icon-file{width:calc(45% - 55px);margin-left:5px}.red-ui-editor-node-label-form-none span{padding-left:50px;width:100px;color:var(--red-ui-secondary-text-color)}button.red-ui-button.red-ui-editor-node-appearance-button{position:relative;height:35px !important;text-align:left;padding:0 6px 0 3px}button.red-ui-button.red-ui-editor-node-appearance-button>i{width:15px;vertical-align:middle;padding-left:2px}button.red-ui-button.red-ui-editor-node-appearance-button .red-ui-search-result-node{vertical-align:middle;float:none;position:relative;top:-1px}.red-ui-group-layout-picker{padding:5px;background:var(--red-ui-secondary-background)}.red-ui-group-layout-picker-cell-text{position:absolute;width:14px;height:2px;border-top:2px solid var(--red-ui-secondary-text-color);border-bottom:2px solid var(--red-ui-secondary-text-color);margin:2px}.red-ui-group-layout-picker-cell-text.red-ui-group-layout-text-pos-nw{top:0;left:0}.red-ui-group-layout-picker-cell-text.red-ui-group-layout-text-pos-n{top:0;left:calc(50% - 9px)}.red-ui-group-layout-picker-cell-text.red-ui-group-layout-text-pos-ne{top:0;right:0}.red-ui-group-layout-picker-cell-text.red-ui-group-layout-text-pos-sw{bottom:0;left:0}.red-ui-group-layout-picker-cell-text.red-ui-group-layout-text-pos-s{bottom:0;left:calc(50% - 9px)}.red-ui-group-layout-picker-cell-text.red-ui-group-layout-text-pos-se{bottom:0;right:0}.red-ui-group-layout-picker-cell-text.red-ui-group-layout-text-pos-{width:100%;height:100%;border-radius:5px;margin:0;background-color:#fff;background-size:100% 100%;background-position:0 0,50% 50%;background-image:linear-gradient(45deg, transparent 45%, var(--red-ui-secondary-border-color) 45%, var(--red-ui-secondary-border-color) 55%, transparent 55%, transparent),linear-gradient(-45deg, transparent 45%, var(--red-ui-secondary-border-color) 45%, var(--red-ui-secondary-border-color) 55%, transparent 55%, transparent);border:none}.red-ui-group-layout-picker button.red-ui-search-result-node{float:none;position:relative;padding:0;margin:5px;width:32px;height:27px}button.red-ui-group-layout-picker-none{width:100%}.red-ui-color-picker{background:var(--red-ui-primary-background)}.red-ui-color-picker input[type=text]{border-radius:0;width:100%;margin-bottom:0;border:none;border-bottom:1px solid var(--red-ui-form-input-border-color)}.red-ui-color-picker small{color:var(--red-ui-secondary-text-color);margin-left:5px;margin-right:4px;display:inline-block;min-width:35px;text-align:right}.red-ui-editor-node-appearance-button .red-ui-search-result-node{overflow:hidden}.red-ui-color-picker-cell{padding:0;border-style:solid;border-width:1px;border-color:var(--red-ui-secondary-border-color)}.red-ui-color-picker-swatch{position:absolute;top:-1px;right:-1px;left:-1px;bottom:-1px;border-radius:4px}.red-ui-color-picker-cell-none{height:100%;background-color:#fff;background-size:100% 100%;background-position:0 0,50% 50%;background-image:linear-gradient(45deg, transparent 45%, var(--red-ui-secondary-border-color) 45%, var(--red-ui-secondary-border-color) 55%, transparent 55%, transparent),linear-gradient(-45deg, transparent 45%, var(--red-ui-secondary-border-color) 45%, var(--red-ui-secondary-border-color) 55%, transparent 55%, transparent)}.red-ui-search-result-node .red-ui-color-picker-cell-none{border-radius:4px;background-size:50% 50%;background-image:linear-gradient(45deg, #eee 25%, transparent 25%, transparent 75%, #eee 75%, #eee),linear-gradient(45deg, #eee 25%, transparent 25%, transparent 75%, #eee 75%, #eee)}.red-ui-color-picker-opacity-slider{position:relative;vertical-align:middle;display:inline-block;width:calc(100% - 50px);height:14px;margin:6px 3px 8px;box-sizing:border-box;background-color:#fff;background-image:linear-gradient(45deg, #eee 25%, transparent 25%, transparent 75%, #eee 25%),linear-gradient(-45deg, #eee 25%, transparent 25%, transparent 75%, #eee 25%);background-size:6px 6px}.red-ui-color-picker-opacity-slider-overlay{position:absolute;top:0;right:0;left:0;bottom:0;background-image:linear-gradient(90deg, transparent 0%, #f00 100%);background-size:100% 100%;border:1px solid var(--red-ui-primary-border-color)}div.red-ui-button-small.red-ui-color-picker-opacity-slider-handle{z-Index:10;top:-4px;cursor:pointer;min-width:0;width:10px;height:22px;padding:0;border:1px solid var(--red-ui-primary-border-color);border-radius:1px;background:var(--red-ui-secondary-background);box-sizing:border-box}.red-ui-icon-picker select{box-sizing:border-box;margin:3px;width:calc(100% - 6px)}.red-ui-icon-list{width:308px;height:200px;overflow-y:auto;line-height:0px;position:relative}.red-ui-icon-list.red-ui-icon-list-dark .red-ui-palette-icon-fa{color:var(--red-ui-secondary-text-color)}.red-ui-icon-list.red-ui-icon-list-dark .red-ui-palette-icon-container{background:var(--red-ui-secondary-background);border-radius:4px}.red-ui-icon-list-icon{display:inline-block;margin:2px;padding:4px;cursor:pointer;border-radius:4px}.red-ui-icon-list-icon:hover{background:var(--red-ui-list-item-background-hover)}.red-ui-icon-list-icon.selected{background:var(--red-ui-list-item-background-selected)}.red-ui-icon-list-icon .red-ui-palette-icon-fa{top:6px;left:3px}.red-ui-icon-list-module{background:var(--red-ui-palette-header-background);font-size:.9em;padding:3px;color:var(--red-ui-secondary-text-color);clear:both}.red-ui-icon-list-module i{margin-right:5px}.red-ui-icon-meta{border-top:1px solid var(--red-ui-secondary-border-color);background:var(--red-ui-tertiary-background);height:24px}.red-ui-icon-meta span{padding:4px;color:var(--red-ui-secondary-text-color);font-size:.9em;line-height:24px}.red-ui-icon-meta button{float:right;margin:2px}.red-ui-editor input.red-ui-editor-type-json-editor-key{width:150px}.red-ui-editor-type-json-editor{height:calc(100% - 10px)}.red-ui-editor-type-json-editor .red-ui-treeList-container{background:var(--red-ui-secondary-background)}.red-ui-editor-type-json-editor .red-ui-treeList-label{padding-top:0;padding-bottom:0;white-space:nowrap;min-height:35px}.red-ui-editor-type-json-editor .red-ui-treeList-label .red-ui-treeList-icon:before{content:"";display:inline-block;height:35px;vertical-align:middle}.red-ui-editor-type-json-editor .red-ui-treeList-label>span,.red-ui-editor-type-json-editor .red-ui-treeList-label>span>span{vertical-align:middle}.red-ui-editor-type-json-editor .red-ui-treeList-label:hover,.red-ui-editor-type-json-editor .red-ui-treeList-label:hover .red-ui-treeList-sublabel-text{background:var(--red-ui-secondary-background-disabled)}.red-ui-editor-type-json-editor .red-ui-treeList-label:hover .red-ui-editor-type-json-editor-item-gutter>span,.red-ui-editor-type-json-editor .red-ui-treeList-label:hover .red-ui-editor-type-json-editor-item-gutter>button,.red-ui-editor-type-json-editor .red-ui-treeList-label:hover .red-ui-treeList-sublabel-text .red-ui-editor-type-json-editor-item-gutter>span,.red-ui-editor-type-json-editor .red-ui-treeList-label:hover .red-ui-treeList-sublabel-text .red-ui-editor-type-json-editor-item-gutter>button{display:inline-block}.red-ui-editor-type-json-editor .red-ui-treeList-label.selected .red-ui-editor-type-json-editor-item-gutter{background:var(--red-ui-secondary-background-hover)}.red-ui-editor-type-json-editor .red-ui-treeList-label.selected:hover .red-ui-editor-type-json-editor-item-gutter{background:var(--red-ui-secondary-background-selected)}.red-ui-editor-type-json-editor .red-ui-treeList-label.red-ui-editor-type-json-root-node .red-ui-editor-type-json-editor-item-gutter>span,.red-ui-editor-type-json-editor .red-ui-treeList-label.red-ui-editor-type-json-root-node .red-ui-editor-type-json-editor-item-gutter>button{display:inline-block}.red-ui-editor-type-json-editor-controls{height:34px;line-height:34px;display:none}.red-ui-editor-type-json-editor-key{width:100px}.red-ui-editor-type-json-editor-label{display:inline-block;white-space:pre-wrap}.red-ui-editor-type-json-editor-label-value{min-width:200px}.red-ui-editor-type-json-editor-label-value,.red-ui-editor-type-json-editor-label-key{display:inline-block;box-sizing:border-box;min-height:34px;line-height:30px;padding:0 2px;border:2px solid rgba(0,0,0,0);border-radius:3px}.red-ui-editor-type-json-editor-label-value:not(.red-ui-editor-type-json-editor-label-array-key):hover,.red-ui-editor-type-json-editor-label-key:not(.red-ui-editor-type-json-editor-label-array-key):hover{border-color:var(--red-ui-list-item-background-hover);border-style:dashed}.red-ui-editor-type-json-editor-label-value.readonly,.red-ui-editor-type-json-editor-label-key.readonly{cursor:pointer;pointer-events:none}.red-ui-editor-type-json-editor-item-gutter{width:48px;padding-left:4px;height:100%;line-height:35px;color:var(--red-ui-tertiary-text-color);background:var(--red-ui-secondary-background-disabled)}.red-ui-editor-type-json-editor-item-gutter>span{display:inline-block;height:35px;line-height:35px;width:20px;text-align:center}.red-ui-editor-type-json-editor-item-gutter>span,.red-ui-editor-type-json-editor-item-gutter>button{display:none}.red-ui-editor-type-json-editor-item-gutter.readonly{cursor:pointer;pointer-events:none}.red-ui-editor-type-json-editor-item-handle{cursor:move}.red-ui-editor-type-json-tab-content{position:relative;height:calc(100% - 40px)}button.red-ui-toggleButton.toggle{text-align:left}button.red-ui-toggleButton.toggle i{min-width:15px}.red-ui-editor-subflow-env-ui-row{margin-right:3px}.red-ui-editor-subflow-env-ui-row>div{display:grid;grid-template-columns:16px 40px 35% auto}.red-ui-editor-subflow-env-ui-row>div:first-child{font-size:.9em;color:var(--red-ui-tertiary-text-color);margin:3px 0 -4px}.red-ui-editor-subflow-env-ui-row>div:first-child>div{padding-left:3px}.red-ui-editor-subflow-env-ui-row>div:last-child>div{height:40px;line-height:30px;display:inline-block;box-sizing:border-box;border-right:none}.red-ui-editor-subflow-env-ui-row>div:last-child>div:not(:first-child){padding:3px}.red-ui-editor-subflow-env-ui-row>div:last-child>div .placeholder-input{position:relative;padding:0 3px;line-height:24px;opacity:.8}.red-ui-editor-subflow-env-ui-row>div:last-child>div .red-ui-typedInput-value-label select,.red-ui-editor-subflow-env-ui-row>div:last-child>div .red-ui-typedInput-value-label .placeholder-input,.red-ui-editor-subflow-env-ui-row>div:last-child>div .red-ui-typedInput-option-label select,.red-ui-editor-subflow-env-ui-row>div:last-child>div .red-ui-typedInput-option-label .placeholder-input{margin:3px;height:24px;width:calc(100% - 10px);padding-left:3px}.red-ui-editor-subflow-env-ui-row>div:last-child>div .red-ui-typedInput-value-label select,.red-ui-editor-subflow-env-ui-row>div:last-child>div .red-ui-typedInput-option-label select{padding:0 3px;font-size:11px}.red-ui-editor-subflow-env-ui-row>div:last-child>div .red-ui-typedInput-value-label .placeholder-input span:first-child,.red-ui-editor-subflow-env-ui-row>div:last-child>div .red-ui-typedInput-option-label .placeholder-input span:first-child{display:inline-block;height:100%;width:20px;text-align:center;border-right:1px solid var(--red-ui-secondary-border-color);background:var(--red-ui-tertiary-background)}.red-ui-editor-subflow-env-ui-row>div:last-child>div .red-ui-typedInput-value-label input[type=checkbox],.red-ui-editor-subflow-env-ui-row>div:last-child>div .red-ui-typedInput-option-label input[type=checkbox]{margin-left:8px;margin-top:0;height:100%}.red-ui-editor-subflow-env-ui-row>div:last-child>div:nth-child(1){border:none;padding:2px}.red-ui-editor-subflow-env-ui-row>div:last-child>div:nth-child(1) .red-ui-editableList-item-handle{position:relative;top:0px;color:var(--red-ui-tertiary-text-color)}.red-ui-editor-subflow-env-ui-row>div:last-child>div:nth-child(2){margin:4px;height:32px;border:1px dashed var(--red-ui-secondary-border-color);text-align:center}.red-ui-editor-subflow-env-ui-row>div:last-child>div:nth-child(2) a{display:block;width:100%;height:100%;line-height:32px}.red-ui-editor-subflow-env-ui-row>div:last-child>div:nth-child(2) a:hover{background:var(--red-ui-secondary-background-hover)}.red-ui-editor-subflow-env-ui-row>div:last-child>div:nth-child(2) a i{height:100%;vertical-align:middle}.red-ui-editor-subflow-env-ui-row>div:last-child>div:nth-child(3){position:relative}.red-ui-editor-subflow-env-ui-row>div:last-child>div:nth-child(3) input{width:100%}span.red-ui-editor-subflow-env-lang-icon{position:absolute;display:inline-block;background:var(--red-ui-secondary-background);opacity:.8;width:20px;line-height:32px;height:32px;text-align:center;top:4px;right:4px;border-top-right-radius:4px;border-bottom-right-radius:4px}.red-ui-editor-subflow-env-input-type{background:var(--red-ui-secondary-background);height:100%;box-sizing:border-box}.red-ui-editor-subflow-env-input-type-placeholder{color:var(--red-ui-tertiary-text-color);padding-left:4px}.red-ui-editor-subflow-ui-edit-panel{padding-bottom:3px;background:var(--red-ui-primary-background)}.red-ui-editor-subflow-ui-edit-panel .red-ui-editableList-border{border:none;border-radius:0;border-bottom:1px solid var(--red-ui-secondary-border-color)}.red-ui-editor-subflow-ui-edit-panel .red-ui-editableList-addButton{margin-left:2px}.red-ui-editor-subflow-ui-edit-panel .red-ui-editableList-header{background:var(--red-ui-primary-background);display:grid;grid-template-columns:50% 50%;color:var(--red-ui-secondary-text-color)}.red-ui-editor-subflow-ui-edit-panel .red-ui-editableList-header div:first-child{padding-left:23px}.red-ui-editor-subflow-ui-edit-panel .red-ui-editableList-header div:last-child{padding-left:3px}.red-ui-editor-subflow-ui-edit-panel .red-ui-editableList-container{padding:0 1px}.red-ui-editor-subflow-ui-edit-panel .red-ui-editableList-container li{background:var(--red-ui-secondary-background);padding:0}.red-ui-editor-subflow-ui-edit-panel .red-ui-editableList-container li .red-ui-editableList-item-content{display:grid;grid-template-columns:50% 50%}.red-ui-editor-subflow-ui-edit-panel .red-ui-editableList-container li .red-ui-editableList-item-content>div{position:relative}.red-ui-editor-subflow-ui-edit-panel .red-ui-editableList-container li input{margin-bottom:0;border:none;width:100%;border-right:1px solid var(--red-ui-secondary-border-color);border-radius:0}.red-ui-editor-subflow-ui-edit-panel .red-ui-editableList-container li input:focus{box-shadow:0 0 0 1px inset var(--red-ui-form-input-focus-color)}.red-ui-editor-subflow-ui-edit-panel .red-ui-editableList-container li input:first-child{border-left:1px solid var(--red-ui-secondary-border-color)}.red-ui-editor-subflow-ui-edit-panel .red-ui-editableList-container li button.red-ui-typedInput-type-select,.red-ui-editor-subflow-ui-edit-panel .red-ui-editableList-container li button.red-ui-typedInput-option-expand,.red-ui-editor-subflow-ui-edit-panel .red-ui-editableList-container li button.red-ui-typedInput-option-trigger{border-radius:0;height:34px}.red-ui-editor-subflow-ui-edit-panel .red-ui-editableList-container li .red-ui-typedInput-container{border-radius:0;border:none}.red-ui-editor-subflow-ui-edit-panel .red-ui-editableList-container li .red-ui-typedInput-container input.red-ui-typedInput-input{height:34px;border-right:none}.red-ui-editor-subflow-ui-edit-panel .red-ui-editableList-container li .red-ui-editor-subflow-env-lang-icon{top:1px;right:1px;border-top-right-radius:0;border-bottom-right-radius:0}.red-ui-editor-subflow-ui-edit-panel .red-ui-editableList-container li .red-ui-editableList-item-remove{right:3px}.node-input-env-locales-row{position:relative;top:-20px;float:right}.node-input-env-locales-row select{padding:2px;width:160px;height:auto;min-width:20px;line-height:18px;font-size:10px}.node-input-env-container-row{min-width:470px;position:relative}.node-input-env-container-row .red-ui-editableList-item-content label{margin-bottom:0;line-height:32px}.node-input-env-container-row .red-ui-editableList-item-content label span{display:inline-block;width:20px;text-align:center}.node-input-env-container-row .red-ui-editableList-item-content>div:first-child{display:grid;padding-left:5px;grid-template-columns:40% auto 37px}.node-input-env-container-row .red-ui-editableList-item-content>div:first-child>:first-child{width:calc(100% - 5px)}.node-input-env-container-row .red-ui-editableList-item-content>div:first-child input{width:calc(100% - 5px)}.node-input-env-container-row .red-ui-editableList-item-content.red-ui-editor-subflow-env-editable>div:first-child{padding-left:0;grid-template-columns:24px 40% auto 37px}.node-input-env-container-row .red-ui-editableList-item-content.red-ui-editor-subflow-env-editable>div:first-child>a:first-child{text-align:center;line-height:32px}.node-input-env-container-row .red-ui-editableList-item-content.red-ui-editor-subflow-env-editable>div:first-child>a:first-child i.fa-angle-right{transition:all .2s linear}.node-input-env-container-row .red-ui-editableList-item-content.red-ui-editor-subflow-env-editable>div:first-child>a:first-child.expanded i.fa-angle-right{transform:rotate(90deg)}.node-input-env-container-row .red-ui-editableList-border .red-ui-editableList-header{border-top-left-radius:4px;border-top-right-radius:4px;background:var(--red-ui-tertiary-background);padding:0}.node-input-env-container-row .red-ui-editableList-border .red-ui-editableList-header>div{display:grid;grid-template-columns:24px 40% auto 37px}.node-input-env-container-row .red-ui-editableList-border .red-ui-editableList-header>div>div{display:inline-block}.node-input-env-container-row .red-ui-editableList-container{padding:0}.node-input-env-container-row .red-ui-editableList-container .red-ui-editableList-item-handle{top:25px}.node-input-env-container-row .red-ui-editableList-container .red-ui-editableList-item-remove{top:25px;right:5px}.red-ui-clipboard-import-error pre{margin:10px 0;border:none;color:var(--red-ui-primary-text-color)}.red-ui-clipboard-import-error pre span{padding:5px 0}.red-ui-clipboard-import-error pre span.error{padding:5px;border:1px solid var(--red-ui-form-input-border-error-color);margin:0 1px}#red-ui-clipboard-dialog-export-tab-clipboard-preview .red-ui-treeList-container,#red-ui-clipboard-dialog-export-tab-clipboard-preview .red-ui-editableList-border{border:none;border-radius:0}#red-ui-clipboard-dialog-export-tab-clipboard-json{padding:10px 10px 0}#red-ui-clipboard-dialog-import-tab-clipboard{padding:10px}.red-ui-clipboard-dialog-export-tab-clipboard-tab{position:absolute;top:40px;right:0;left:0;bottom:0}.red-ui-clipboard-dialog-tab-clipboard textarea{color:var(--red-ui-secondary-text-color-active) !important;resize:none;width:100%;border-radius:4px;font-family:var(--red-ui-monospace-font !important);font-size:13px !important;height:100%;line-height:1.3em;padding:6px 10px;background:var(--red-ui-clipboard-textarea-background)}.red-ui-clipboard-dialog-tabs{position:absolute;top:0;left:0;bottom:0;width:120px}.red-ui-clipboard-dialog-tabs-content{position:absolute;top:0;left:120px;right:0;bottom:0;padding:0;background:var(--red-ui-form-input-background)}.red-ui-clipboard-dialog-tabs-content>div{height:100%;box-sizing:border-box}.red-ui-clipboard-dialog-box{height:400px;position:relative;border:1px solid var(--red-ui-primary-border-color)}#red-ui-clipboard-dialog-export-tab-library-filename{height:auto !important;margin-left:10px}#red-ui-clipboard-dialog form{margin-bottom:0}#red-ui-clipboard-dialog .form-row:last-child{margin-bottom:0}#red-ui-clipboard-dialog-tab-library-name{width:calc(100% - 120px)}.red-ui-clipboard-dialog-tabs-content>div.red-ui-clipboard-dialog-export-tab-library-browser{height:calc(100% - 60px);margin-bottom:13px;border-bottom:1px solid var(--red-ui-primary-border-color);box-sizing:border-box}#red-ui-clipboard-dialog-import-tab-library-browser{height:100%;box-sizing:border-box}.red-ui-library-browser{position:relative;height:100%}.red-ui-library-browser .red-ui-treeList-container{background:var(--red-ui-secondary-background);border:none;border-radius:0}.red-ui-library-browser .red-ui-treeList-container li{background:none}.red-ui-library-browser .red-ui-treeList-container label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.red-ui-library-browser .red-ui-editableList-border{border-radius:0}.red-ui-library-browser .red-ui-treeList-label input.red-ui-treeList-input{border-radius:2px;margin-top:-6px;margin-bottom:-6px}#red-ui-library-dialog-save-browser{height:calc(100% - 60px);border:1px solid var(--red-ui-primary-border-color);margin-bottom:10px}#red-ui-library-dialog-load-panes{border:1px solid var(--red-ui-primary-border-color)}#red-ui-library-dialog-load-preview{height:100%}#red-ui-library-dialog-load-preview-text{box-sizing:border-box}#red-ui-library-dialog-load-preview-details{box-sizing:border-box}#red-ui-library-dialog-load-preview-details .red-ui-help-info-row:first-child{border-top:none}.red-ui-clipboard-dialog-import-conflicts-list-container{min-height:300px;position:relative}.red-ui-clipboard-dialog-import-conflicts-item-header{background:var(--red-ui-tertiary-background)}.red-ui-clipboard-dialog-import-conflicts-item-header>span:first-child{color:var(--red-ui-header-text-color);padding-left:4px;font-size:12px}.red-ui-clipboard-dialog-import-conflicts-controls{position:absolute;top:0;bottom:0;right:0px;text-align:center;color:var(--red-ui-form-text-color)}.form-row .red-ui-clipboard-dialog-import-conflicts-controls label{padding:2px 0;line-height:23px;margin-bottom:0;width:80px;display:inline-block;position:relative;height:100%;width:80px;text-align:center;border-left:1px solid var(--red-ui-secondary-border-color)}.red-ui-clipboard-dialog-import-conflicts-controls input[type=checkbox]{display:inline-block;width:auto;margin:0}#red-ui-clipboard-dialog-import-conflicts-list .disabled .red-ui-info-outline-item{opacity:.4}.form-row label.red-ui-clipboard-dialog-import-conflicts-gutter{box-sizing:border-box;width:22px;text-align:center}.red-ui-editor-dialog .form-row label.red-ui-clipboard-dialog-import-conflicts-gutter input[type=checkbox]{width:auto;padding:0;margin:0}#red-ui-settings-tab-library-manager{box-sizing:border-box;padding:10px;position:relative;height:100%}#red-ui-settings-tab-library-manager li{padding:0}.red-ui-settings-tab-library-entry{display:flex;flex-direction:row}.red-ui-settings-tab-library-entry span:not(:nth-child(2)){-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.red-ui-settings-tab-library-entry span{padding:8px 0}.red-ui-settings-tab-library-entry span:first-child{display:inline-block;width:20px;padding-right:8px;text-align:center;flex-grow:0}.red-ui-settings-tab-library-entry span:nth-child(2){flex-grow:1}.red-ui-settings-tab-library-entry span:nth-child(3),.red-ui-settings-tab-library-entry span:nth-child(4){flex-grow:0;padding-right:5px;color:var(--red-ui-secondary-text-color);font-size:.9em}.red-ui-search{z-index:1000;display:none;position:absolute;width:500px;left:50%;margin-left:-250px;top:0px;border:1px solid var(--red-ui-primary-border-color);box-shadow:0 0 10px var(--red-ui-shadow);background:var(--red-ui-secondary-background)}.red-ui-search .red-ui-searchBox-container{display:inline-block;margin-right:6px;width:100%}.red-ui-search:not(.red-ui-type-search) .red-ui-searchBox-container{width:calc(100% - 30px)}.red-ui-type-search{box-shadow:0 1px 6px -3px #000;background:none;width:300px;margin-left:0px;border:none}.red-ui-type-search .red-ui-search-container{border-top-left-radius:5px;border-top-right-radius:5px;border:1px dashed var(--red-ui-primary-border-color);border-bottom:none;padding:0;width:100%}.red-ui-type-search .red-ui-search-results-container{display:none;height:195px}.red-ui-type-search .red-ui-search-results-container .red-ui-editableList-container{border:1px dashed var(--red-ui-primary-border-color);border-top:1px solid var(--red-ui-secondary-border-color)}.red-ui-type-search .red-ui-search-result{padding:2px 2px 2px 5px;font-size:13px;border-left-width:3px;border-right-width:3px}.red-ui-type-search .red-ui-search-result .red-ui-palette-icon-fa{font-size:11px;position:relative;top:-3px;left:0px}.red-ui-type-search .red-ui-search-result-separator{border-bottom:3px solid var(--red-ui-secondary-border-color)}.red-ui-type-search .red-ui-search-result-node{position:relative;width:18px;height:15px;margin-top:1px}.red-ui-type-search .red-ui-search-result-node-port{position:absolute;border-radius:2px;border:1px solid var(--red-ui-node-border);width:6px;height:7px;top:4px;left:-4px;background:var(--red-ui-node-port-background);box-sizing:border-box}.red-ui-type-search .red-ui-search-result-node-output{left:16px}.red-ui-type-search .red-ui-palette-icon-container{width:18px}.red-ui-type-search .red-ui-palette-icon{width:15px;position:relative;left:-1px}.red-ui-type-search .red-ui-search-result-description{margin-left:8px}.red-ui-type-search .red-ui-search-result-node-label{color:var(--red-ui-secondary-text-color)}.red-ui-search-container{padding:3px;background:var(--red-ui-form-input-background);border-bottom:1px solid var(--red-ui-secondary-border-color)}.red-ui-search-results-container{position:relative;height:300px;padding:5px;background:var(--red-ui-primary-background)}.red-ui-search-results-container .red-ui-editableList-container{padding:0;background:var(--red-ui-primary-background)}.red-ui-search-results-container .red-ui-editableList-container li{padding:0}.red-ui-search-result{padding:8px 2px 8px 5px;display:flex;align-items:start;cursor:pointer;color:var(--red-ui-list-item-color);background:var(--red-ui-list-item-background);border-left:3px solid var(--red-ui-list-item-background);border-right:3px solid var(--red-ui-list-item-background)}li.selected .red-ui-search-result{background:var(--red-ui-list-item-background-selected);border-left-color:var(--red-ui-list-item-border-selected);border-right-color:var(--red-ui-list-item-border-selected)}.red-ui-search-result:hover{text-decoration:none;color:var(--red-ui-form-text-color);background:var(--red-ui-list-item-background-hover);border-left-color:var(--red-ui-list-item-background-hover);border-right-color:var(--red-ui-list-item-background-hover)}.red-ui-search-result:after{content:"";display:table;clear:both}.red-ui-search-result-node{display:inline-block;width:30px;float:left;height:25px;border-radius:3px;border:1px solid var(--red-ui-node-border);background-position:5% 50%;background-repeat:no-repeat;background-size:contain;position:relative}.red-ui-search-result-node .red-ui-palette-icon-container{border-right:none}.red-ui-search-result-node-description{margin-left:10px;margin-right:5px;flex-grow:1}.red-ui-search-result-node-label{color:var(--red-ui-primary-text-color)}.red-ui-search-result-node-type{font-style:italic;font-size:.9em;color:var(--red-ui-tertiary-text-color)}.red-ui-search-result-node-flow{float:right;font-size:.8em;color:var(--red-ui-tertiary-text-color)}.red-ui-search-result-node-id{display:none;font-size:.8em;color:var(--red-ui-tertiary-text-color)}.red-ui-search-empty{padding:10px;text-align:center;font-style:italic;color:var(--red-ui-form-placeholder-color)}.red-ui-search-history button{display:none;position:absolute;top:8px;right:7px}.red-ui-search-history:hover button{display:inline}.red-ui-search-historyHeader button{position:absolute;top:10px;right:7px}.red-ui-search-result-action{color:var(--red-ui-primary-text-color)}.red-ui-search-result-action-key{position:absolute;top:9px;right:0;margin-right:10px;color:var(--red-ui-tertiary-text-color)}.red-ui-panels{position:relative;overflow:hidden;display:flex;flex-direction:column}.red-ui-panels>div{box-sizing:border-box}.red-ui-panels>.red-ui-panel:first-child{flex:0 0 auto}.red-ui-panels>.red-ui-panel:last-child{flex:1 1 auto}.red-ui-panels-separator{flex:0 0 auto;border-top:1px solid var(--red-ui-secondary-border-color);border-bottom:1px solid var(--red-ui-secondary-border-color);height:7px;box-sizing:border-box;cursor:ns-resize;background-color:var(--red-ui-primary-background)}.red-ui-panels-separator:before{content:"";display:block;width:100%;height:100%;-webkit-mask-image:url(images/grip-horizontal.svg);mask-image:url(images/grip-horizontal.svg);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;background-color:var(--red-ui-grip-color)}.red-ui-panel{overflow:auto;height:calc(50% - 4px);position:relative}.red-ui-panels.red-ui-panels-horizontal{height:100%;flex-direction:row}.red-ui-panels.red-ui-panels-horizontal>.red-ui-panel{vertical-align:top;display:inline-block;height:100%;width:calc(50% - 4px)}.red-ui-panels.red-ui-panels-horizontal>.red-ui-panels-separator{vertical-align:top;border-top:none;border-bottom:none;border-left:1px solid var(--red-ui-secondary-border-color);border-right:1px solid var(--red-ui-secondary-border-color);height:100%;width:7px;display:inline-block;cursor:ew-resize;background-color:var(--red-ui-primary-background)}.red-ui-panels.red-ui-panels-horizontal>.red-ui-panels-separator:before{content:"";display:block;width:100%;height:100%;-webkit-mask-image:url(images/grip.svg);mask-image:url(images/grip.svg);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:50% 50%;mask-position:50% 50%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;background-color:var(--red-ui-grip-color)}.red-ui-tabs{position:relative;background:var(--red-ui-tab-background);overflow:hidden;height:35px;box-sizing:border-box}.red-ui-tabs .hide-tab{transition:width .1s ease-in}.red-ui-tabs .red-ui-tabs-scroll-container{height:60px;overflow-x:scroll;overflow-y:hidden}.red-ui-tabs .red-ui-tabs-scroll-container::-webkit-scrollbar{display:none}.red-ui-tabs ul{list-style-type:none;padding:0;margin:0;display:block;height:35px;box-sizing:border-box;border-bottom:1px solid var(--red-ui-primary-border-color);white-space:nowrap;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.red-ui-tabs ul li{box-sizing:border-box;display:inline-block;border-left:1px solid var(--red-ui-primary-border-color);border-top:1px solid var(--red-ui-primary-border-color);border-right:1px solid var(--red-ui-primary-border-color);border-bottom:1px solid var(--red-ui-primary-border-color);background:var(--red-ui-tab-background-inactive);margin:3px 3px 0 3px;height:32px;line-height:29px;max-width:200px;width:14%;overflow:hidden;white-space:nowrap;position:relative}.red-ui-tabs ul li.red-ui-tabs-closeable:hover .red-ui-tabs-badges{display:none}.red-ui-tabs ul li.red-ui-tabs-closeable:hover .red-ui-tab-close{display:block}.red-ui-tabs ul li a.red-ui-tab-label{display:block;font-size:14px;padding-left:12px;width:100%;height:100%;color:var(--red-ui-tab-text-color-inactive)}.red-ui-tabs ul li a:hover{text-decoration:none}.red-ui-tabs ul li a:focus{text-decoration:none}.red-ui-tabs ul li:not(.active) a:hover+a.red-ui-tab-close{background:var(--red-ui-tab-background-hover)}.red-ui-tabs ul li.highlighted{box-shadow:0px 0px 4px 2px var(--red-ui-node-selected-color);border:dashed 1px var(--red-ui-node-selected-color)}.red-ui-tabs ul li.active{background:var(--red-ui-tab-background-active);font-weight:bold;border-bottom:1px solid var(--red-ui-tab-background-active);z-index:2}.red-ui-tabs ul li.active a{color:var(--red-ui-tab-text-color-active)}.red-ui-tabs ul li.active a.red-ui-tab-close{color:var(--red-ui-workspace-button-color);background:var(--red-ui-tab-background-active)}.red-ui-tabs ul li.active a.red-ui-tab-close:hover{background:var(--red-ui-workspace-button-background-hover) !important;color:var(--red-ui-workspace-button-color-hover)}.red-ui-tabs ul li.active img.red-ui-tab-icon{opacity:.2}.red-ui-tabs ul li.active .red-ui-tabs-fade{background-image:linear-gradient(to right, var(--red-ui-tab-background-active-alpha), var(--red-ui-tab-background-active))}.red-ui-tabs ul li.selected{font-weight:bold}.red-ui-tabs ul li.selected:not(.active){background:var(--red-ui-tab-background-selected)}.red-ui-tabs ul li.selected:not(.active) .red-ui-tabs-fade{background-image:linear-gradient(to right, var(--red-ui-tab-background-selected-alpha), var(--red-ui-tab-background-selected))}.red-ui-tabs ul li.selected:not(.active) .red-ui-tabs-badge-selected{background:var(--red-ui-tab-background-selected)}.red-ui-tabs ul li.selected .red-ui-tabs-badge-selected{display:inline;background:var(--red-ui-tab-background)}.red-ui-tabs ul li.selected .red-ui-tabs-badge-changed{display:none}.red-ui-tabs ul li:not(.active) a:hover{color:var(--red-ui-workspace-button-color-hover);background:var(--red-ui-tab-background-hover)}.red-ui-tabs ul li:not(.active) a:hover+.red-ui-tabs-fade{background-image:linear-gradient(to right, var(--red-ui-tab-background-hover-alpha), var(--red-ui-tab-background-hover))}.red-ui-tabs.red-ui-tabs-scrollable{padding-left:21px;padding-right:21px}.red-ui-tabs.red-ui-tabs-add{padding-right:29px}.red-ui-tabs.red-ui-tabs-add.red-ui-tabs-scrollable{padding-right:53px}.red-ui-tabs.red-ui-tabs-add.red-ui-tabs-menu.red-ui-tabs-scrollable,.red-ui-tabs.red-ui-tabs-add.red-ui-tabs-search.red-ui-tabs-scrollable{padding-right:83px}.red-ui-tabs.red-ui-tabs-add.red-ui-tabs-search.red-ui-tabs-menu.red-ui-tabs-scrollable{padding-right:113px}.red-ui-tabs.red-ui-tabs-collapsible li:not(.active){display:none}.red-ui-tabs.red-ui-tabs-collapsible li:not(.active).red-ui-tab-pinned{width:32px}.red-ui-tabs.red-ui-tabs-collapsible li:not(.active).red-ui-tab-pinned a{padding-left:0;text-align:center}.red-ui-tabs.red-ui-tabs-collapsible li:not(.active).red-ui-tab-pinned span{display:none}.red-ui-tabs.red-ui-tabs-vertical{box-sizing:border-box;height:100%;border-right:1px solid var(--red-ui-primary-border-color);margin:0;background:var(--red-ui-tertiary-background);overflow:visible}.red-ui-tabs.red-ui-tabs-vertical .red-ui-tabs-scroll-container{height:auto;overflow-x:visible;overflow-y:scroll}.red-ui-tabs.red-ui-tabs-vertical ul{padding:0;height:auto;border:none;width:calc(100% + 1px)}.red-ui-tabs.red-ui-tabs-vertical ul li{width:100%;display:block;margin:0;border:none;border-right:1px solid var(--red-ui-primary-border-color);height:auto}.red-ui-tabs.red-ui-tabs-vertical ul li:not(:first-child){border-top:1px solid var(--red-ui-secondary-border-color)}.red-ui-tabs.red-ui-tabs-vertical ul li:last-child{border-bottom:1px solid var(--red-ui-secondary-border-color)}.red-ui-tabs.red-ui-tabs-vertical ul li a.red-ui-tab-label{padding:9px}.red-ui-tabs.red-ui-tabs-vertical ul li.active{border-right:1px solid var(--red-ui-tab-background-active)}.red-ui-tabs .red-ui-tabs-select{position:absolute;top:0;bottom:0;left:0;right:0;opacity:.4;background:red}.red-ui-tab-button{position:absolute;box-sizing:border-box;top:0;right:0;height:35px;background:var(--red-ui-tab-background);border-bottom:1px solid var(--red-ui-primary-border-color);z-index:2}.red-ui-tab-button a{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:var(--red-ui-workspace-button-color) !important;background:var(--red-ui-workspace-button-background);text-decoration:none;box-sizing:border-box;display:inline-block;border:1px solid var(--red-ui-form-input-border-color);text-align:center;margin:0;cursor:pointer;line-height:30px;height:28px;width:28px;margin-left:2px;margin-right:2px;margin-top:3px;margin-bottom:3px;border:none;z-index:2}.red-ui-tab-button a.disabled,.red-ui-tab-button a:disabled{cursor:default;color:var(--red-ui-workspace-button-color-disabled) !important}.red-ui-tab-button a:hover,.red-ui-tab-button a:focus{text-decoration:none}.red-ui-tab-button a:not(.disabled):not(:disabled):hover{color:var(--red-ui-workspace-button-color-hover) !important;background:var(--red-ui-workspace-button-background-hover)}.red-ui-tab-button a:not(.disabled):not(:disabled):focus{color:var(--red-ui-workspace-button-color-focus) !important}.red-ui-tab-button a:not(.disabled):not(:disabled):active{color:var(--red-ui-workspace-button-color-active) !important;background:var(--red-ui-workspace-button-background-active);text-decoration:none}.red-ui-tab-button a.selected:not(.disabled):not(:disabled){color:var(--red-ui-workspace-button-color-selected) !important;background:var(--red-ui-workspace-button-background-active)}.button-group .red-ui-tab-button a:not(:first-child){border-left:none;border-top-left-radius:0;border-bottom-left-radius:0}.button-group .red-ui-tab-button a:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.button-group-vertical .red-ui-tab-button a{display:block;min-width:22px}.button-group-vertical .red-ui-tab-button a:not(:first-child){border-top:none;border-top-left-radius:0;border-top-right-radius:0}.button-group-vertical .red-ui-tab-button a:not(:last-child){border-bottom-left-radius:0;border-bottom-right-radius:0}.button-group .red-ui-tab-button a:focus{position:relative}.button-row .red-ui-tab-button a:not(:first-child){margin-left:15px}.red-ui-tab-button a:focus{outline:1px solid var(--red-ui-workspace-button-color-focus-outline);outline-offset:1px}.red-ui-tab-button a.primary{border-color:var(--red-ui-workspace-button-background-primary);color:var(--red-ui-workspace-button-color-primary) !important;background:var(--red-ui-workspace-button-background-primary)}.red-ui-tab-button a.primary.disabled,.red-ui-tab-button a.primary.ui-state-disabled{background:none;color:var(--red-ui-workspace-button-color) !important;border-color:var(--red-ui-form-input-border-color)}.red-ui-tab-button a.primary:not(.disabled):not(.ui-button-disabled):hover{border-color:var(--red-ui-workspace-button-background-primary-hover);background:var(--red-ui-workspace-button-background-primary-hover);color:var(--red-ui-workspace-button-color-primary) !important}.red-ui-tab-button a.secondary{background:none}.red-ui-tab-button a.secondary:not(:hover){border-color:rgba(0,0,0,0)}.red-ui-tab-link-buttons{position:absolute;box-sizing:border-box;top:0;right:0;height:35px;background:var(--red-ui-tab-background);border-bottom:1px solid var(--red-ui-primary-border-color);z-index:2}.red-ui-tab-link-buttons a{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:var(--red-ui-workspace-button-color) !important;background:var(--red-ui-workspace-button-background);text-decoration:none;box-sizing:border-box;display:inline-block;border:1px solid var(--red-ui-form-input-border-color);text-align:center;margin:0;cursor:pointer;line-height:26px;height:28px;width:28px;margin:4px 3px 3px;z-index:2}.red-ui-tab-link-buttons a.disabled,.red-ui-tab-link-buttons a:disabled{cursor:default;color:var(--red-ui-workspace-button-color-disabled) !important}.red-ui-tab-link-buttons a:hover,.red-ui-tab-link-buttons a:focus{text-decoration:none}.red-ui-tab-link-buttons a:not(.disabled):not(:disabled):hover{color:var(--red-ui-workspace-button-color-hover) !important;background:var(--red-ui-workspace-button-background-hover)}.red-ui-tab-link-buttons a:not(.disabled):not(:disabled):focus{color:var(--red-ui-workspace-button-color-focus) !important}.red-ui-tab-link-buttons a:not(.disabled):not(:disabled):active{color:var(--red-ui-workspace-button-color-active) !important;background:var(--red-ui-workspace-button-background-active);text-decoration:none}.red-ui-tab-link-buttons a.selected:not(.disabled):not(:disabled){color:var(--red-ui-workspace-button-color-selected) !important;background:var(--red-ui-workspace-button-background-active)}.button-group .red-ui-tab-link-buttons a:not(:first-child){border-left:none;border-top-left-radius:0;border-bottom-left-radius:0}.button-group .red-ui-tab-link-buttons a:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.button-group-vertical .red-ui-tab-link-buttons a{display:block;min-width:22px}.button-group-vertical .red-ui-tab-link-buttons a:not(:first-child){border-top:none;border-top-left-radius:0;border-top-right-radius:0}.button-group-vertical .red-ui-tab-link-buttons a:not(:last-child){border-bottom-left-radius:0;border-bottom-right-radius:0}.button-group .red-ui-tab-link-buttons a:focus{position:relative}.button-row .red-ui-tab-link-buttons a:not(:first-child){margin-left:15px}.red-ui-tab-link-buttons a:focus{outline:1px solid var(--red-ui-workspace-button-color-focus-outline);outline-offset:1px}.red-ui-tab-link-buttons a.primary{border-color:var(--red-ui-workspace-button-background-primary);color:var(--red-ui-workspace-button-color-primary) !important;background:var(--red-ui-workspace-button-background-primary)}.red-ui-tab-link-buttons a.primary.disabled,.red-ui-tab-link-buttons a.primary.ui-state-disabled{background:none;color:var(--red-ui-workspace-button-color) !important;border-color:var(--red-ui-form-input-border-color)}.red-ui-tab-link-buttons a.primary:not(.disabled):not(.ui-button-disabled):hover{border-color:var(--red-ui-workspace-button-background-primary-hover);background:var(--red-ui-workspace-button-background-primary-hover);color:var(--red-ui-workspace-button-color-primary) !important}.red-ui-tab-link-buttons a.secondary{background:none}.red-ui-tab-link-buttons a.secondary:not(:hover){border-color:rgba(0,0,0,0)}.red-ui-tab-link-buttons a:not(.single){margin-bottom:1px}.red-ui-tab-link-buttons a:not(.single).selected:not(.disabled):not(:disabled){border-bottom-width:2px;border-bottom-color:var(--red-ui-form-input-border-selected-color);margin-bottom:0;cursor:default}.red-ui-tab-link-buttons a:not(.single):not(.selected){margin-top:1px}.red-ui-tab-link-buttons a.red-ui-tab-link-button-menu{border-color:var(--red-ui-tab-background)}.red-ui-tab-link-buttons a:not(.single):not(.selected){margin-top:4px}.red-ui-tab-scroll{width:21px;top:0}.red-ui-tab-scroll a{height:35px;width:21px;display:block;color:var(--red-ui-workspace-button-color);font-size:22px;text-align:center;margin:0;border-left:none;border-right:none;border-top:none;border-bottom:1px solid var(--red-ui-primary-border-color);line-height:34px}.red-ui-tab-scroll-left{left:0}.red-ui-tab-scroll-left a{border-right:1px solid var(--red-ui-primary-border-color)}.red-ui-tab-scroll-right{right:0px}.red-ui-tab-scroll-right a{border-left:1px solid var(--red-ui-primary-border-color)}.red-ui-tabs.red-ui-tabs-add .red-ui-tab-scroll-right{right:32px}.red-ui-tabs.red-ui-tabs-add.red-ui-tabs-menu .red-ui-tab-scroll-right,.red-ui-tabs.red-ui-tabs-add.red-ui-tabs-search .red-ui-tab-scroll-right{right:64px}.red-ui-tabs.red-ui-tabs-add.red-ui-tabs-menu .red-ui-tabs-add,.red-ui-tabs.red-ui-tabs-add.red-ui-tabs-search .red-ui-tabs-add{right:32px}.red-ui-tabs.red-ui-tabs-add.red-ui-tabs-search.red-ui-tabs-menu .red-ui-tab-scroll-right{right:96px}.red-ui-tabs.red-ui-tabs-add.red-ui-tabs-search.red-ui-tabs-menu .red-ui-tabs-add{right:64px}.red-ui-tabs.red-ui-tabs-add.red-ui-tabs-search.red-ui-tabs-menu .red-ui-tabs-search{right:32px}.red-ui-tabs-fade{position:absolute;bottom:0;top:0;right:0;width:15px;background-image:linear-gradient(to right, var(--red-ui-tab-background-inactive-alpha), var(--red-ui-tab-background-inactive));pointer-events:none}i.red-ui-tab-icon{opacity:.7;width:18px;height:20px}i.red-ui-tab-icon:not(.fa){display:inline-block;margin-left:-8px;margin-right:3px;margin-top:-2px;opacity:1;width:20px;height:20px;vertical-align:middle;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;background-color:var(--red-ui-tab-icon-color)}.red-ui-tabs-badges{position:absolute;top:0px;right:0px;width:20px;pointer-events:none;display:block;height:30px;line-height:28px;text-align:center;padding:0px;color:var(--red-ui-tab-badge-color)}.red-ui-tabs-badges i{display:none}.red-ui-tab.node_changed img.node_changed{display:inline-block}.red-ui-tab.node_error img.node_error{display:inline-block}.red-ui-tabs-badges img{width:10px;height:10px;margin-right:2px;vertical-align:top}.red-ui-tab-hide .fa-eye-slash{display:none}.red-ui-tab-hide:hover .fa-eye-slash{display:inline}.red-ui-tab-hide:hover .fa-eye{display:none}.red-ui-tab-close{display:none;background:var(--red-ui-tab-background-inactive);opacity:.8;position:absolute;right:0px;top:0px;width:20px;height:30px;line-height:28px;text-align:center;padding:0px;color:var(--red-ui-workspace-button-color)}.red-ui-tab-close:hover{background:var(--red-ui-workspace-button-background-hover) !important;color:var(--red-ui-workspace-button-color-hover);opacity:1}.red-ui-sidebar-node-config{position:relative;background:var(--red-ui-secondary-background);height:100%;overflow-y:auto;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.red-ui-sidebar-node-config:focus{outline:none}ul.red-ui-sidebar-node-config-list{margin:0;padding:0;list-style-type:none}ul.red-ui-sidebar-node-config-list li{padding:0;margin:0;text-align:center}ul.red-ui-sidebar-node-config-list .red-ui-palette-node{overflow:hidden;cursor:default}ul.red-ui-sidebar-node-config-list .red-ui-palette-node.selected{border-color:rgba(0,0,0,0);box-shadow:0 0 0 2px var(--red-ui-node-selected-color)}ul.red-ui-sidebar-node-config-list .red-ui-palette-node.highlighted{border-color:rgba(0,0,0,0);outline:dashed var(--red-ui-node-selected-color) 4px}ul.red-ui-sidebar-node-config-list .red-ui-palette-label{margin-left:8px;line-height:24px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}ul.red-ui-sidebar-node-config-list .red-ui-palette-label:not(:last-child){width:calc(100% - 38px)}ul.red-ui-sidebar-node-config-list .red-ui-palette-icon-container{font-size:12px;line-height:30px;background-color:var(--red-ui-node-icon-background-color);border-top-right-radius:4px;border-bottom-right-radius:4px}ul.red-ui-sidebar-node-config-list .red-ui-palette-icon-container a{position:absolute;top:0;bottom:0;left:0;right:0;color:var(--red-ui-node-port-label-color);cursor:pointer}ul.red-ui-sidebar-node-config-list .red-ui-palette-icon-container a:hover{text-decoration:none;background:var(--red-ui-node-port-background-hover)}.red-ui-palette-node-config{width:160px;height:30px;background:var(--red-ui-node-config-background);color:var(--red-ui-primary-text-color);cursor:pointer}ul.red-ui-sidebar-node-config-list li.red-ui-palette-node-config-type{color:var(--red-ui-secondary-text-color);text-align:right;padding-right:3px}ul.red-ui-sidebar-node-config-list li.red-ui-palette-node-config-type:not(:first-child){margin-top:20px}.red-ui-palette-node-config-none{color:var(--red-ui-tertiary-text-color);text-align:right;padding-right:3px}.red-ui-palette-node-config-unused,.red-ui-palette-node-config-disabled{border-color:var(--red-ui-primary-border-color);background:var(--red-ui-node-config-background);border-style:dashed;color:var(--red-ui-node-config-icon-container-disabled)}.red-ui-palette-node-config-disabled{opacity:.6;font-style:italic}.red-ui-palette-node-config-disabled i{color:var(--red-ui-node-port-label-color);margin-right:5px}.red-ui-sidebar-node-config-filter-info{position:absolute;top:0;right:0;height:38px;line-height:38px;padding:0 8px;background:var(--red-ui-palette-header-background);font-size:.8em;color:var(--red-ui-secondary-text-color);font-weight:normal}.red-ui-sidebar-context-stack{position:absolute;top:0;bottom:0;left:0;right:0;overflow-y:auto}.red-ui-sidebar-context-stack .red-ui-palette-category:not(.expanded) button{display:none}.red-ui-sidebar-context-stack .red-ui-info-table{table-layout:fixed}.red-ui-sidebar-context-stack table.red-ui-info-table tr:not(.blank) td:first-child{width:30%}.red-ui-sidebar-context-stack table.red-ui-info-table tr:not(.blank) td:last-child{vertical-align:top}.red-ui-sidebar-context-stack button.red-ui-toggleButton.toggle{text-align:center}.red-ui-sidebar-context-stack button.red-ui-toggleButton.toggle i{min-width:10px}.red-ui-sidebar-context-property{overflow-wrap:break-word;position:relative}.red-ui-sidebar-context-property .red-ui-debug-msg-tools{right:0px;margin-right:5px;display:none}.red-ui-sidebar-context-property:hover .red-ui-debug-msg-tools{display:inline-block}.red-ui-sidebar-context-updated{text-align:right;font-size:11px;color:var(--red-ui-tertiary-text-color);padding:1px 3px}.red-ui-sidebar-context-property-storename{display:block;font-size:.8em;font-style:italic;color:var(--red-ui-tertiary-text-color)}.red-ui-sidebar-info{height:100%;overflow:hidden}.red-ui-sidebar-info hr{margin:10px 0}.red-ui-info-header{padding-left:9px;line-height:21px;cursor:default;border-bottom:1px solid var(--red-ui-secondary-border-color)}.red-ui-info-header>*{vertical-align:middle}.red-ui-info-header>span{display:inline-block;margin-left:5px}table.red-ui-info-table{font-size:14px;margin:0 0 10px;width:100%}table.red-ui-info-table tr:not(.blank){border-top:1px solid var(--red-ui-secondary-border-color);border-bottom:1px solid var(--red-ui-secondary-border-color)}.red-ui-help-property-expand{font-size:.8em;text-align:right;line-height:.9em}.red-ui-help-property-expand a{padding-bottom:5px}table.red-ui-info-table tr.blank{border:none}table.red-ui-info-table tr.blank th{text-align:left;font-weight:500;color:var(--red-ui-primary-text-color);padding:6px 3px 3px}table.red-ui-info-table tr.blank>*{padding-top:8px;border:none;padding-left:0px}table.red-ui-info-table tr.blank a{display:block;color:var(--red-ui-primary-text-color)}table.red-ui-info-table tr.blank a:hover,table.red-ui-info-table tr.blank a:focus{color:var(--red-ui-primary-text-color);text-decoration:none}table.red-ui-info-table tr.blank a:not(.expanded) .red-ui-help-property-more{display:inline}table.red-ui-info-table tr.blank a:not(.expanded) .red-ui-help-property-less{display:none}table.red-ui-info-table tr.blank a i{width:10px;text-align:center;transition:transform .2s ease-in-out}table.red-ui-info-table tr.blank a.expanded .red-ui-help-property-more{display:none}table.red-ui-info-table tr.blank a.expanded .red-ui-help-property-less{display:inline}table.red-ui-info-table tr.blank a.expanded i{transform:rotate(180deg)}.red-ui-help-info-none{font-style:italic;color:var(--red-ui-tertiary-text-color)}table.red-ui-info-table tr:not(.blank) td:first-child{color:var(--red-ui-header-text-color);vertical-align:top;width:90px;padding:3px 3px 3px 6px;background:var(--red-ui-tertiary-background);border-right:1px solid var(--red-ui-secondary-border-color)}table.red-ui-info-table tr:not(.blank) td:last-child{padding:3px 3px 3px 6px;color:var(--red-ui-primary-text-color);overflow-y:hidden}div.red-ui-info-table{margin:5px}.red-ui-help{font-size:var(--red-ui-primary-font-size);line-height:1.5em}.red-ui-help a{color:var(--red-ui-text-color-link);text-decoration:none}.red-ui-help a:hover,.red-ui-help a:focus{color:var(--red-ui-text-color-link);text-decoration:underline}.red-ui-help h1{font-weight:500;font-size:1.296em;line-height:1.3em;margin:8px auto}.red-ui-help h1.red-ui-help-title{border-bottom:1px solid var(--red-ui-tertiary-border-color)}.red-ui-help h2{font-weight:500;font-size:1.215em;margin:8px auto;line-height:1.3em}.red-ui-help h3{font-weight:500;font-size:1.138em;margin:7px auto 5px;line-height:1.3em}.red-ui-help h4,.red-ui-help h5{font-weight:500;font-size:1.067em;line-height:1.3em;margin:8px auto 5px}.red-ui-help dl.message-properties{border:1px solid var(--red-ui-secondary-border-color);border-radius:2px;margin:5px auto 10px}.red-ui-help dl.message-properties>dt{padding:0px 3px 2px 3px;font-family:var(--red-ui-monospace-font);font-weight:normal;margin:5px 3px 1px;color:var(--red-ui-text-color-code);white-space:nowrap}.red-ui-help dl.message-properties>dt.optional{font-style:italic}.red-ui-help dl.message-properties>dt .property-type{font-family:var(--red-ui-primary-font);color:var(--red-ui-primary-text-color);font-style:italic;font-size:11px;float:right}.red-ui-help dl.message-properties>dt:after{content:"";display:table;clear:both}.red-ui-help dl.message-properties>dd{margin:0px 8px 2px 13px;vertical-align:top}.red-ui-help ol.node-ports{margin:0}.red-ui-help ol.node-ports li{border:1px solid var(--red-ui-secondary-border-color);border-radius:2px;list-style-position:inside;padding:3px;margin-bottom:5px}.red-ui-help ol.node-ports li dl.message-properties{border:none}.red-ui-help ol.node-ports p{display:inline}.red-ui-help .red-ui-help-info-header{color:var(--red-ui-header-text-color)}.red-ui-help .red-ui-help-info-header i{width:10px;text-align:center;transition:transform .2s ease-in-out;margin-right:4px}.red-ui-help .red-ui-help-info-header:hover,.red-ui-help .red-ui-help-info-header:focus{text-decoration:none}.red-ui-help .red-ui-help-info-header.expanded i{transform:rotate(90deg)}.red-ui-help table{border-collapse:collapse;border:1px solid var(--red-ui-secondary-border-color);margin:8px 0 8px 0;min-width:300px;overflow:hidden}.red-ui-help table thead tr{background-color:var(--red-ui-primary-background);border-bottom:1px solid var(--red-ui-secondary-border-color);color:var(--red-ui-header-text-color);text-align:left}.red-ui-help table th,.red-ui-help table td{padding:6px 8px}.red-ui-help table tbody tr:nth-of-type(even){background-color:var(--red-ui-tertiary-background)}.red-ui-sidebar-info-stack{height:100%}.red-ui-help-tips{display:none;position:absolute;left:0;right:0;bottom:0;height:0;transition:height .2s,padding .2s;box-sizing:border-box;border-top:1px solid var(--red-ui-secondary-border-color);background-color:var(--red-ui-secondary-background);padding:0;box-shadow:0 5px 20px 0px var(--red-ui-shadow);overflow-y:auto}.red-ui-sidebar-info.show-tips .red-ui-sidebar-info-stack{height:calc(100% - 150px)}.red-ui-sidebar-info.show-tips .red-ui-help-tips{display:block;height:150px;padding:20px}.red-ui-help-tips:before{content:"";display:inline-block;height:100%;vertical-align:middle;margin-right:-0.25em}.red-ui-help-tip{display:inline-block;vertical-align:middle;width:100%;font-size:16px;text-align:center;line-height:1.9em;color:var(--red-ui-tertiary-text-color);-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default}.red-ui-help-tips-buttons{position:absolute;top:4px;right:6px}.red-ui-help-tips-buttons a{color:var(--red-ui-secondary-text-color);border-color:var(--red-ui-secondary-border-color) !important;margin-left:4px}.node-info-property-config-node{border:1px solid var(--red-ui-secondary-border-color);border-radius:4px;padding:2px 4px 2px}.red-ui-info-outline,.red-ui-sidebar-help-toc{display:flex;flex-direction:column}.red-ui-info-outline .red-ui-treeList,.red-ui-sidebar-help-toc .red-ui-treeList{flex-grow:1;position:relative}.red-ui-info-outline .red-ui-treeList-container,.red-ui-sidebar-help-toc .red-ui-treeList-container{position:absolute;top:0;bottom:0}.red-ui-info-outline .red-ui-treeList-container,.red-ui-info-outline .red-ui-editableList-border,.red-ui-sidebar-help-toc .red-ui-treeList-container,.red-ui-sidebar-help-toc .red-ui-editableList-border{border:none;border-radius:0}.red-ui-info-outline .red-ui-info-outline-project,.red-ui-sidebar-help-toc .red-ui-info-outline-project{border-bottom:1px solid var(--red-ui-secondary-border-color)}.red-ui-info-outline .red-ui-info-outline-item,.red-ui-sidebar-help-toc .red-ui-info-outline-item,#red-ui-clipboard-dialog-import-conflicts-list .red-ui-info-outline-item,#red-ui-clipboard-dialog-export-tab-clipboard-preview .red-ui-info-outline-item{display:inline-flex;padding:0;font-size:13px;border:none}.red-ui-info-outline .red-ui-info-outline-item:not(.red-ui-node-list-item) .red-ui-palette-icon-fa,.red-ui-sidebar-help-toc .red-ui-info-outline-item:not(.red-ui-node-list-item) .red-ui-palette-icon-fa,#red-ui-clipboard-dialog-import-conflicts-list .red-ui-info-outline-item:not(.red-ui-node-list-item) .red-ui-palette-icon-fa,#red-ui-clipboard-dialog-export-tab-clipboard-preview .red-ui-info-outline-item:not(.red-ui-node-list-item) .red-ui-palette-icon-fa{position:relative;top:1px;left:0px}.red-ui-info-outline .red-ui-info-outline-item:hover,.red-ui-sidebar-help-toc .red-ui-info-outline-item:hover,#red-ui-clipboard-dialog-import-conflicts-list .red-ui-info-outline-item:hover,#red-ui-clipboard-dialog-export-tab-clipboard-preview .red-ui-info-outline-item:hover{background:inherit}.red-ui-info-outline .red-ui-info-outline-item.red-ui-info-outline-item-flow .red-ui-search-result-description,.red-ui-sidebar-help-toc .red-ui-info-outline-item.red-ui-info-outline-item-flow .red-ui-search-result-description,#red-ui-clipboard-dialog-import-conflicts-list .red-ui-info-outline-item.red-ui-info-outline-item-flow .red-ui-search-result-description,#red-ui-clipboard-dialog-export-tab-clipboard-preview .red-ui-info-outline-item.red-ui-info-outline-item-flow .red-ui-search-result-description{margin-left:4px}.red-ui-info-outline .red-ui-info-outline-item.red-ui-info-outline-item-group .red-ui-search-result-node,.red-ui-sidebar-help-toc .red-ui-info-outline-item.red-ui-info-outline-item-group .red-ui-search-result-node,#red-ui-clipboard-dialog-import-conflicts-list .red-ui-info-outline-item.red-ui-info-outline-item-group .red-ui-search-result-node,#red-ui-clipboard-dialog-export-tab-clipboard-preview .red-ui-info-outline-item.red-ui-info-outline-item-group .red-ui-search-result-node{background:none;border-color:rgba(0,0,0,0)}.red-ui-info-outline .red-ui-info-outline-item.red-ui-info-outline-item-group .red-ui-search-result-node .red-ui-palette-icon-container,.red-ui-sidebar-help-toc .red-ui-info-outline-item.red-ui-info-outline-item-group .red-ui-search-result-node .red-ui-palette-icon-container,#red-ui-clipboard-dialog-import-conflicts-list .red-ui-info-outline-item.red-ui-info-outline-item-group .red-ui-search-result-node .red-ui-palette-icon-container,#red-ui-clipboard-dialog-export-tab-clipboard-preview .red-ui-info-outline-item.red-ui-info-outline-item-group .red-ui-search-result-node .red-ui-palette-icon-container{background:none}.red-ui-info-outline .red-ui-info-outline-item.red-ui-info-outline-item-group .red-ui-search-result-node .red-ui-palette-icon-fa,.red-ui-sidebar-help-toc .red-ui-info-outline-item.red-ui-info-outline-item-group .red-ui-search-result-node .red-ui-palette-icon-fa,#red-ui-clipboard-dialog-import-conflicts-list .red-ui-info-outline-item.red-ui-info-outline-item-group .red-ui-search-result-node .red-ui-palette-icon-fa,#red-ui-clipboard-dialog-export-tab-clipboard-preview .red-ui-info-outline-item.red-ui-info-outline-item-group .red-ui-search-result-node .red-ui-palette-icon-fa{color:var(--red-ui-secondary-text-color);font-size:18px}.red-ui-info-outline .red-ui-info-outline-item.red-ui-info-outline-item-empty,.red-ui-sidebar-help-toc .red-ui-info-outline-item.red-ui-info-outline-item-empty,#red-ui-clipboard-dialog-import-conflicts-list .red-ui-info-outline-item.red-ui-info-outline-item-empty,#red-ui-clipboard-dialog-export-tab-clipboard-preview .red-ui-info-outline-item.red-ui-info-outline-item-empty{font-style:italic;color:var(--red-ui-form-placeholder-color)}.red-ui-info-outline .red-ui-treeList-label,.red-ui-sidebar-help-toc .red-ui-treeList-label,#red-ui-clipboard-dialog-import-conflicts-list .red-ui-treeList-label,#red-ui-clipboard-dialog-export-tab-clipboard-preview .red-ui-treeList-label{font-size:13px;padding:2px 0;overflow:hidden}.red-ui-info-outline .red-ui-search-result-node,.red-ui-sidebar-help-toc .red-ui-search-result-node,#red-ui-clipboard-dialog-import-conflicts-list .red-ui-search-result-node,#red-ui-clipboard-dialog-export-tab-clipboard-preview .red-ui-search-result-node{width:24px;height:20px;margin-top:1px}.red-ui-info-outline .red-ui-palette-icon-container,.red-ui-sidebar-help-toc .red-ui-palette-icon-container,#red-ui-clipboard-dialog-import-conflicts-list .red-ui-palette-icon-container,#red-ui-clipboard-dialog-export-tab-clipboard-preview .red-ui-palette-icon-container{width:24px}.red-ui-info-outline .red-ui-palette-icon,.red-ui-sidebar-help-toc .red-ui-palette-icon,#red-ui-clipboard-dialog-import-conflicts-list .red-ui-palette-icon,#red-ui-clipboard-dialog-export-tab-clipboard-preview .red-ui-palette-icon{width:20px}.red-ui-info-outline .red-ui-search-result-description,.red-ui-sidebar-help-toc .red-ui-search-result-description,#red-ui-clipboard-dialog-import-conflicts-list .red-ui-search-result-description,#red-ui-clipboard-dialog-export-tab-clipboard-preview .red-ui-search-result-description{margin-left:32px;line-height:22px;white-space:nowrap}.red-ui-info-outline .red-ui-search-result-node-label,.red-ui-sidebar-help-toc .red-ui-search-result-node-label,#red-ui-clipboard-dialog-import-conflicts-list .red-ui-search-result-node-label,#red-ui-clipboard-dialog-export-tab-clipboard-preview .red-ui-search-result-node-label{color:var(--red-ui-secondary-text-color)}.red-ui-info-outline-item-control-spacer{display:inline-block;width:23px}.red-ui-info-outline-gutter{display:none}.red-ui-info-outline-gutter button{position:relative;left:2px}.red-ui-treeList-label:hover .red-ui-info-outline-gutter{display:inline}.red-ui-info-outline-item-controls{position:absolute;top:1px;bottom:1px;right:1px;padding:1px 2px 0 1px;text-align:right;background:var(--red-ui-list-item-background)}.red-ui-treeList-label:hover .red-ui-info-outline-item-controls{background:var(--red-ui-list-item-background-hover)}.red-ui-treeList-label.focus .red-ui-info-outline-item-controls{background:var(--red-ui-list-item-background-hover)}.red-ui-treeList-label.selected .red-ui-info-outline-item-controls{background:var(--red-ui-list-item-background-selected)}.red-ui-info-outline-item-controls.red-ui-info-outline-item-hover-controls button{min-width:23px}.red-ui-treeList-label:not(:hover) .red-ui-info-outline-item-controls.red-ui-info-outline-item-hover-controls button{border:none;background:none}.red-ui-treeList-label:not(:hover) .red-ui-info-outline-item-controls.red-ui-info-outline-item-hover-controls .fa-circle-thin{display:none}.red-ui-treeList-label:not(:hover) .red-ui-info-outline-item-controls.red-ui-info-outline-item-hover-controls .fa-eye{display:none}.red-ui-info-outline-item-controls .red-ui-info-outline-item-control-reveal,.red-ui-info-outline-item-controls .red-ui-info-outline-item-control-action{display:none}.red-ui-treeList-label:hover .red-ui-info-outline-item-controls .red-ui-info-outline-item-control-reveal,.red-ui-treeList-label:hover .red-ui-info-outline-item-controls .red-ui-info-outline-item-control-action{display:inline-block}.red-ui-info-outline-item-controls .fa-eye-slash{display:none}.red-ui-info-outline-item.red-ui-info-outline-item-hidden .red-ui-info-outline-item-controls .fa-eye-slash{display:inline-block}.red-ui-info-outline-item.red-ui-info-outline-item-hidden .red-ui-info-outline-item-controls .fa-eye{display:none}.red-ui-info-outline-item-controls .fa-ban{display:none}.red-ui-info-outline-item.red-ui-info-outline-item-disabled .red-ui-info-outline-item-controls .fa-ban{display:inline-block}.red-ui-info-outline-item.red-ui-info-outline-item-disabled .red-ui-info-outline-item-controls .fa-circle-thin{display:none}.red-ui-info-outline-item-controls button{margin-right:3px}.red-ui-info-outline-item-disabled .red-ui-search-result-node{opacity:.4}.red-ui-info-outline-item-disabled .red-ui-info-outline-item-label{font-style:italic;color:var(--red-ui-secondary-text-color-disabled)}.red-ui-info-outline-item-disabled .red-ui-icons-flow{opacity:.4}.red-ui-icons{display:inline-block;width:18px}.red-ui-icons:before{white-space:pre;content:" "}.red-ui-icons-flow{mask-image:url(images/subflow_tab.svg);-webkit-mask-image:url(images/subflow_tab.svg);mask-position:center;-webkit-mask-position:center;mask-size:contain;-webkit-mask-size:contain;mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;background-color:var(--red-ui-icons-flow-color)}.red-ui-info-toolbar{min-height:39px;height:39px;box-sizing:border-box;text-align:left}.red-ui-info-toolbar .red-ui-searchBox-container{position:absolute;top:6px;right:8px;width:calc(100% - 130px);max-width:250px;background:var(--red-ui-palette-header-background)}.red-ui-help-search{border-bottom:1px solid var(--red-ui-secondary-border-color)}.red-ui-sidebar-help-toc .red-ui-treeList-label{font-size:13px;padding:2px 0;overflow:hidden;white-space:nowrap}#red-ui-sidebar-help-show-toc i.fa-angle-right{transition:all .2s ease-in-out}#red-ui-sidebar-help-show-toc.selected i.fa-angle-right{transform:rotate(90deg)}.red-ui-popover{display:none;position:absolute;width:auto;padding:2px;height:auto;background:var(--red-ui-popover-border);color:var(--red-ui-popover-color);border-radius:4px;z-index:1000;font-family:var(--red-ui-primary-font);font-size:14px;line-height:1.4em;box-shadow:1px 1px 4px var(--red-ui-shadow);border-color:var(--red-ui-popover-border)}.red-ui-popover-content{padding:8px;border-radius:2px;background:var(--red-ui-popover-background)}.red-ui-popover:after,.red-ui-popover:before{border:solid rgba(0,0,0,0);content:" ";height:0;width:0;position:absolute;pointer-events:none}.red-ui-popover.red-ui-popover-right:after,.red-ui-popover.red-ui-popover-right:before{top:50%;right:100%}.red-ui-popover.red-ui-popover-left:after,.red-ui-popover.red-ui-popover-left:before{top:50%;left:100%}.red-ui-popover.red-ui-popover-bottom:after,.red-ui-popover.red-ui-popover-bottom:before{bottom:100%;left:50%}.red-ui-popover.red-ui-popover-top:after,.red-ui-popover.red-ui-popover-top:before{top:100%;left:50%}.red-ui-popover.red-ui-popover-right:after{border-color:rgba(0,0,0,0);border-right-color:var(--red-ui-popover-border);border-width:10px;margin-top:-10px}.red-ui-popover.red-ui-popover-right:before{border-color:rgba(0,0,0,0);border-right-color:var(--red-ui-popover-border);border-width:11px;margin-top:-11px}.red-ui-popover.red-ui-popover-left:after{border-color:rgba(0,0,0,0);border-left-color:var(--red-ui-popover-border);border-width:10px;margin-top:-10px}.red-ui-popover.red-ui-popover-left:before{border-color:rgba(0,0,0,0);border-left-color:var(--red-ui-popover-border);border-width:11px;margin-top:-11px}.red-ui-popover.red-ui-popover-bottom:after{border-color:rgba(0,0,0,0);border-bottom-color:var(--red-ui-popover-border);border-width:10px;margin-left:-10px}.red-ui-popover.red-ui-popover-bottom:before{border-color:rgba(0,0,0,0);border-bottom-color:var(--red-ui-popover-border);border-width:11px;margin-left:-11px}.red-ui-popover.red-ui-popover-top:after{border-color:rgba(0,0,0,0);border-top-color:var(--red-ui-popover-border);border-width:10px;margin-left:-10px}.red-ui-popover.red-ui-popover-top:before{border-color:rgba(0,0,0,0);border-top-color:var(--red-ui-popover-border);border-width:11px;margin-left:-11px}.red-ui-popover-size-small{font-size:12px;line-height:1.8em}.red-ui-popover-size-small .red-ui-popover-content{padding:1px 4px}.red-ui-popover-size-small.red-ui-popover-right:after,.red-ui-popover-size-small.red-ui-popover-left:after{border-width:7px;margin-top:-7px}.red-ui-popover-size-small.red-ui-popover-right:before,.red-ui-popover-size-small.red-ui-popover-left:before{border-width:8px;margin-top:-8px}.red-ui-popover-size-small.red-ui-popover-bottom:after,.red-ui-popover-size-small.red-ui-popover-top:after{border-width:7px;margin-left:-7px}.red-ui-popover-size-small.red-ui-popover-bottom:before,.red-ui-popover-size-small.red-ui-popover-top:before{border-width:8px;margin-left:-8px}.red-ui-popover-key{font-size:11px;font-family:var(--red-ui-monospace-font);margin-left:3px;border:1px solid var(--red-ui-popover-color);border-radius:3px;padding:1px 2px}.red-ui-popover a{text-decoration:none;color:var(--red-ui-popover-color) !important}.red-ui-popover a:hover,.red-ui-popover a:focus{text-decoration:none;color:var(--red-ui-popover-color) !important}.red-ui-popover a:focus{outline:1px solid var(--red-ui-form-input-focus-color)}.red-ui-popover a.red-ui-button:not(.primary),.red-ui-popover button.red-ui-button:not(.primary){border-color:var(--red-ui-popover-button-border-color);background:var(--red-ui-popover-background);color:var(--red-ui-popover-color) !important}.red-ui-popover a.red-ui-button:not(.primary):not(.disabled):not(.ui-button-disabled):hover,.red-ui-popover button.red-ui-button:not(.primary):not(.disabled):not(.ui-button-disabled):hover{border-color:var(--red-ui-popover-button-border-color-hover)}.red-ui-popover a.red-ui-button.primary,.red-ui-popover button.red-ui-button.primary{border-color:var(--red-ui-popover-button-border-color)}.red-ui-popover a.red-ui-button.primary:not(.disabled):not(.ui-button-disabled):hover,.red-ui-popover button.red-ui-button.primary:not(.disabled):not(.ui-button-disabled):hover{border-color:var(--red-ui-popover-button-border-color-hover)}.red-ui-popover code{border:none;background:none;color:var(--red-ui-tertiary-text-color)}.red-ui-popover-panel{box-shadow:1px 1px 4px var(--red-ui-shadow);font-family:var(--red-ui-primary-font);font-size:var(--red-ui-primary-font-size);position:absolute;box-sizing:border-box;border:1px solid var(--red-ui-primary-border-color);background:var(--red-ui-secondary-background);z-index:2000}.nr-ui-view-lasso{stroke-width:1px;stroke:var(--red-ui-view-lasso-stroke);fill:var(--red-ui-view-lasso-fill);stroke-dasharray:10 5}.nr-ui-view-slice{stroke-width:1px;stroke:var(--red-ui-view-lasso-stroke);fill:none;stroke-dasharray:10 5}.node_label_italic,.red-ui-flow-node-label-italic{font-style:italic}.red-ui-flow-node-label-white{fill:var(--red-ui-view-background) !important}.red-ui-flow-node-label{stroke-width:0;fill:var(--red-ui-node-label-color);font-size:14px;pointer-events:none;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.red-ui-flow-node-label .red-ui-flow-node-label-text{dominant-baseline:middle}.red-ui-flow-node-label.red-ui-flow-node-label-right .red-ui-flow-node-label-text{text-anchor:end}.red-ui-flow-port-label{stroke-width:0;fill:var(--red-ui-node-port-label-color);font-size:16px;dominant-baseline:middle;text-anchor:middle;pointer-events:none;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.red-ui-flow-node{stroke:var(--red-ui-node-border);cursor:move;stroke-width:1}.red-ui-workspace-select-mode g.red-ui-flow-node.red-ui-flow-node-hovered *{cursor:pointer !important}.red-ui-workspace-select-mode g.red-ui-flow-node,.red-ui-workspace-select-mode g.red-ui-flow-link{opacity:.5}.red-ui-workspace-select-mode g.red-ui-flow-node.red-ui-flow-node-hovered:not(.red-ui-flow-node-selected){opacity:.9}.red-ui-workspace-select-mode g.red-ui-flow-node.red-ui-flow-node-hovered:not(.red-ui-flow-node-selected) .red-ui-flow-node{stroke-width:2;stroke:var(--red-ui-node-selected-color) !important;stroke-dasharray:10,4}.red-ui-flow-group.red-ui-flow-group-hovered .red-ui-flow-group-outline-select{stroke-opacity:.8 !important;stroke-dasharray:10 4 !important}.red-ui-flow-group.red-ui-flow-group-active-hovered:not(.red-ui-flow-group-hovered) .red-ui-flow-group-outline-select{stroke:var(--red-ui-link-link-color)}.red-ui-flow-group-outline{fill:none;stroke:var(--red-ui-node-selected-color);stroke-opacity:0;stroke-width:12;pointer-events:stroke}.red-ui-flow-group-outline-select{fill:none;stroke:var(--red-ui-node-selected-color);pointer-events:stroke;stroke-opacity:0;stroke-width:3}.red-ui-flow-group-outline-select.red-ui-flow-group-outline-select-background{stroke:var(--red-ui-view-background);stroke-width:6}.red-ui-flow-group-body{pointer-events:none;fill:var(--red-ui-group-default-fill);fill-opacity:var(--red-ui-group-default-fill-opacity);stroke-width:2;stroke:var(--red-ui-group-default-stroke);stroke-opacity:var(--red-ui-group-default-stroke-opacity)}.red-ui-flow-group-label{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;fill:var(--red-ui-group-default-label-color)}.red-ui-flow-node-unknown{stroke-dasharray:10,4;stroke:var(--red-ui-node-border-unknown)}.red-ui-flow-node-placeholder{stroke-dasharray:10,4;stroke:var(--red-ui-node-border-placeholder);fill:var(--red-ui-node-background-placeholder);opacity:.5;stroke-width:2}.red-ui-flow-node-icon-group text{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.red-ui-flow-node-icon-group .fa-lg{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;stroke:none;fill:var(--red-ui-node-icon-color);text-anchor:middle;font-family:FontAwesome}.red-ui-flow-node-icon-shade{stroke:none;fill:var(--red-ui-node-icon-background-color-fill);fill-opacity:var(--red-ui-node-icon-background-color-opacity)}.red-ui-flow-node-icon-shade-border{stroke-opacity:var(--red-ui-node-icon-border-color-opacity);stroke:var(--red-ui-node-icon-border-color);stroke-width:1}.red-ui-flow-node-button{fill:inherit}.red-ui-flow-node-button.red-ui-flow-node-button-disabled{opacity:.4}.red-ui-flow-node-button.red-ui-flow-node-button-disabled .red-ui-flow-node-button-button{cursor:default}.red-ui-flow-node-button.red-ui-flow-node-button-stopped{opacity:.4}.red-ui-flow-node-button.red-ui-flow-node-button-stopped .red-ui-flow-node-button-button{cursor:default;pointer-events:none}.red-ui-flow-node-button-button{cursor:pointer}.red-ui-flow-node-button-background{fill:var(--red-ui-node-background-placeholder)}.red-ui-flow-port{stroke:var(--red-ui-node-border);stroke-width:1;fill:var(--red-ui-node-port-background);cursor:crosshair}.red-ui-flow-node-error{fill:var(--red-ui-node-status-error-background);stroke:var(--red-ui-node-status-error-border);stroke-width:1px;cursor:default;stroke-linejoin:round;stroke-linecap:round}.red-ui-flow-node-changed{fill:var(--red-ui-node-status-changed-background);stroke:var(--red-ui-node-status-changed-border);cursor:default;stroke-width:1px;stroke-linejoin:round;stroke-linecap:round}.red-ui-workspace-select-mode g.red-ui-flow-node-selected{opacity:1}g.red-ui-flow-node-selected .red-ui-flow-node,g.red-ui-flow-node-selected .red-ui-flow-subflow-port{stroke-width:2;stroke:var(--red-ui-node-selected-color) !important}.red-ui-flow-node-highlighted{border-color:var(--red-ui-node-selected-color) !important;border-style:dashed !important;stroke:var(--red-ui-node-selected-color);stroke-width:3;stroke-dasharray:8,4}.red-ui-workspace-disabled .red-ui-flow-node{stroke-dasharray:8,3;fill-opacity:.5}.red-ui-workspace-disabled .red-ui-flow-link-line{stroke-dasharray:10,8 !important;stroke-width:2 !important;stroke:var(--red-ui-link-disabled-color)}.red-ui-workspace-disabled .red-ui-flow-port{fill-opacity:1;stroke-dasharray:none}.red-ui-workspace-disabled .red-ui-flow-group,.red-ui-workspace-disabled .red-ui-flow-group-body{stroke-dasharray:8,3}.red-ui-flow-node-disabled.red-ui-flow-node,.red-ui-flow-node-disabled .red-ui-flow-node{stroke-dasharray:8,3;fill-opacity:.5}.red-ui-flow-node-disabled.red-ui-flow-link-line{stroke-dasharray:10,8 !important;stroke-width:2 !important;stroke:var(--red-ui-link-disabled-color)}.red-ui-flow-node-disabled .red-ui-flow-port{fill-opacity:1;stroke-dasharray:none}.red-ui-flow-node-status-dot-red{fill:var(--red-ui-node-status-colors-red);stroke:var(--red-ui-node-status-colors-red)}.red-ui-flow-node-status-ring-red{fill:var(--red-ui-view-background);stroke:var(--red-ui-node-status-colors-red)}.red-ui-flow-node-status-dot-green{fill:var(--red-ui-node-status-colors-green);stroke:var(--red-ui-node-status-colors-green)}.red-ui-flow-node-status-ring-green{fill:var(--red-ui-view-background);stroke:var(--red-ui-node-status-colors-green)}.red-ui-flow-node-status-dot-yellow{fill:var(--red-ui-node-status-colors-yellow);stroke:var(--red-ui-node-status-colors-yellow)}.red-ui-flow-node-status-ring-yellow{fill:var(--red-ui-view-background);stroke:var(--red-ui-node-status-colors-yellow)}.red-ui-flow-node-status-dot-blue{fill:var(--red-ui-node-status-colors-blue);stroke:var(--red-ui-node-status-colors-blue)}.red-ui-flow-node-status-ring-blue{fill:var(--red-ui-view-background);stroke:var(--red-ui-node-status-colors-blue)}.red-ui-flow-node-status-dot-grey{fill:var(--red-ui-node-status-colors-grey);stroke:var(--red-ui-node-status-colors-grey)}.red-ui-flow-node-status-ring-grey{fill:var(--red-ui-view-background);stroke:var(--red-ui-node-status-colors-grey)}.red-ui-flow-node-status-dot-gray{fill:var(--red-ui-node-status-colors-gray);stroke:var(--red-ui-node-status-colors-gray)}.red-ui-flow-node-status-ring-gray{fill:var(--red-ui-view-background);stroke:var(--red-ui-node-status-colors-gray)}.red-ui-flow-node-status-label{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;stroke-width:0;fill:var(--red-ui-secondary-text-color);font-size:9pt;text-anchor:start}.red-ui-flow-port-hovered{stroke:var(--red-ui-port-selected-color);fill:var(--red-ui-port-selected-color)}.red-ui-flow-subflow-port{fill:var(--red-ui-node-background-placeholder);stroke:var(--red-ui-node-border)}.red-ui-flow-drag-line{stroke:var(--red-ui-node-selected-color) !important;stroke-width:3;fill:none;pointer-events:none}.red-ui-flow-link-line{stroke:var(--red-ui-link-color);stroke-width:3;fill:none;pointer-events:none}.red-ui-flow-link-link{stroke-width:2;stroke:var(--red-ui-link-link-color);fill:none;stroke-dasharray:25,4}.red-ui-flow-link-off-flow{stroke-width:2}.red-ui-flow-link-port{fill:var(--red-ui-node-link-port-background);stroke:var(--red-ui-link-link-color);stroke-width:1}.red-ui-flow-link-group-active .red-ui-flow-link-port{stroke:var(--red-ui-link-link-active-color)}.red-ui-flow-link-group:hover{cursor:pointer}.red-ui-flow-link-outline{stroke:var(--red-ui-view-background);stroke-opacity:.4;stroke-width:5;cursor:crosshair;fill:none;pointer-events:none}.red-ui-flow-link-background{stroke:var(--red-ui-view-background);opacity:0;stroke-width:20;cursor:crosshair;fill:none}.red-ui-flow-link-splice>.red-ui-flow-link-line{stroke-dasharray:15,8}g.red-ui-flow-link-selected path.red-ui-flow-link-line{stroke:var(--red-ui-node-selected-color)}g.red-ui-flow-link-unknown path.red-ui-flow-link-line{stroke:var(--red-ui-link-unknown-color);stroke-width:2;stroke-dasharray:10,4}@keyframes red-ui-flow-port-tooltip-fadeIn{from{opacity:0}to{opacity:1}}.red-ui-flow-port-tooltip{opacity:0;animation:.1s ease-in 0s 1 normal forwards red-ui-flow-port-tooltip-fadeIn;pointer-events:none}.red-ui-flow-port-tooltip path:first-child{fill:var(--red-ui-popover-background);stroke:var(--red-ui-popover-background);stroke-width:1}.red-ui-flow-port-tooltip-label{stroke-width:0;fill:var(--red-ui-popover-color);font-family:var(--red-ui-primary-font);font-size:12px;pointer-events:none;-webkit-touch-callout:none;white-space:pre;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.red-ui-flow-junction-dragging .red-ui-flow-junction-background{background:red !important}.red-ui-flow-junction:not(.red-ui-flow-junction-dragging):hover .red-ui-flow-junction-background{transform:scale(1.4);stroke-width:.6}.red-ui-flow-junction:not(.red-ui-flow-junction-dragging):hover .red-ui-flow-junction-port{opacity:1;pointer-events:auto}.red-ui-flow-junction:not(.red-ui-flow-junction-dragging):hover .red-ui-flow-junction-port-input{transform:translate(-10px, 0)}.red-ui-flow-junction:not(.red-ui-flow-junction-dragging):hover .red-ui-flow-junction-port-output{transform:translate(10px, 0)}.red-ui-flow-junction-port{stroke:var(--red-ui-node-border);stroke-width:1;fill:var(--red-ui-node-port-background);cursor:crosshair;transition:transform .1s;opacity:0;pointer-events:none}.red-ui-flow-junction-background{stroke:var(--red-ui-node-border);stroke-width:1;fill:var(--red-ui-node-port-background);cursor:crosshair;transform:scale(1);transition:transform .1s}.red-ui-flow-junction-hovered{stroke:var(--red-ui-port-selected-color);fill:var(--red-ui-port-selected-color)}.red-ui-flow-junction.selected .red-ui-flow-junction-background{stroke:var(--red-ui-port-selected-color)}#red-ui-settings-tab-palette{height:100%}#red-ui-palette-editor{text-align:left;position:absolute;top:0px;right:0;bottom:0;left:0;padding:0;box-sizing:border-box;background:var(--red-ui-secondary-background)}#red-ui-palette-editor .red-ui-editableList-container{border:none;border-radius:0;padding:0px}#red-ui-palette-editor .red-ui-editableList-container li{padding:0px}#red-ui-palette-editor .red-ui-editableList-container li .red-ui-button{min-width:60px}#red-ui-palette-editor .red-ui-editableList-container li .disabled .red-ui-palette-module-name{font-style:italic;color:var(--red-ui-tertiary-text-color)}#red-ui-palette-editor .red-ui-editableList-container li .disabled .red-ui-palette-module-version{color:var(--red-ui-tertiary-text-color)}#red-ui-palette-editor .red-ui-editableList-container li .disabled .red-ui-palette-module-errors .fa-warning{opacity:.5}#red-ui-palette-editor .red-ui-editableList-container li .disabled ul.red-ui-palette-module-error-list li{color:var(--red-ui-tertiary-text-color)}#red-ui-palette-editor .red-ui-editableList-container li .red-ui-editableList-item-content{padding:12px 16px}#red-ui-palette-editor .red-ui-palette-editor-tab{position:absolute;top:35px;left:0;right:0;bottom:0}#red-ui-palette-editor .red-ui-palette-editor-toolbar{background:var(--red-ui-primary-background);box-sizing:border-box;padding:8px 10px;border-bottom:1px solid var(--red-ui-primary-border-color);text-align:right}#red-ui-palette-editor .red-ui-palette-module-shade-status{color:var(--red-ui-secondary-text-color)}#red-ui-palette-editor .red-ui-palette-module-updated{margin-left:10px}#red-ui-palette-editor .red-ui-palette-module-link{margin-left:5px}#red-ui-palette-editor .red-ui-palette-module-description{margin-left:20px;font-size:.9em;color:var(--red-ui-secondary-text-color)}#red-ui-palette-editor .red-ui-palette-module-content{display:none;padding:10px 3px}#red-ui-palette-editor i.fa.red-ui-palette-module-node-chevron{width:8px;margin-right:0;transform:rotate(0deg);transition:transform .2s ease-in-out}#red-ui-palette-editor .expanded i.fa.red-ui-palette-module-node-chevron{transform:rotate(90deg)}#red-ui-palette-editor .red-ui-palette-module-set{border:1px solid var(--red-ui-secondary-border-color);border-radius:0;padding:5px;position:relative}#red-ui-palette-editor .red-ui-palette-module-set:not(:last-child){border-bottom:none}#red-ui-palette-editor .red-ui-palette-module-set:first-child{border-top-right-radius:2px;border-top-left-radius:2px}#red-ui-palette-editor .red-ui-palette-module-set:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}#red-ui-palette-editor .red-ui-palette-module-type{color:var(--red-ui-secondary-text-color);padding-left:5px;font-size:.9em;-webkit-user-select:auto;-khtml-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}#red-ui-palette-editor .red-ui-palette-module-type-swatch{display:inline-block;width:12px;height:12px;border-radius:3px;vertical-align:middle;margin-right:5px;background:var(--red-ui-primary-background);border:1px dashed var(--red-ui-secondary-border-color)}#red-ui-palette-editor .red-ui-palette-module-set-button-group{position:absolute;right:4px;top:4px}#red-ui-palette-editor .red-ui-palette-module-set-disabled{background:var(--red-ui-list-item-background-disabled)}#red-ui-palette-editor .red-ui-palette-module-set-disabled .red-ui-palette-module-type{color:var(--red-ui-secondary-text-color-disabled-active)}#red-ui-palette-editor .red-ui-palette-module-more{padding:0 !important;margin-top:10px;margin-bottom:10px;background:var(--red-ui-tab-background-inactive)}#red-ui-palette-editor .red-ui-palette-module-more a{display:block;text-align:center;padding:12px 8px;color:var(--red-ui-text-color-code)}#red-ui-palette-editor .red-ui-palette-module-more a:hover{text-decoration:none;background:var(--red-ui-tab-background-hover)}.red-ui-palette-module-meta{color:var(--red-ui-secondary-text-color);position:relative}.red-ui-palette-module-meta.disabled{color:var(--red-ui-secondary-text-color-disabled)}.red-ui-palette-module-meta .fa{width:15px;text-align:center;margin-right:5px}.red-ui-palette-module-name{color:var(--red-ui-primary-text-color);white-space:nowrap;-webkit-user-select:auto;-khtml-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}.red-ui-palette-module-version,.red-ui-palette-module-updated,.red-ui-palette-module-link{font-style:italic;font-size:.8em;-webkit-user-select:auto;-khtml-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}.red-ui-palette-module-button-group{position:absolute;right:0;bottom:0}.red-ui-palette-module-button-group a{margin-left:5px}.red-ui-palette-module-meta .fa-warning{color:var(--red-ui-text-color-warning)}ul.red-ui-palette-module-error-list{display:inline-block;list-style-type:none;margin:0;font-size:.9em}ul.red-ui-palette-module-error-list li{border:none;background:none}.red-ui-palette-module-shade{position:absolute;top:0;left:0;bottom:0;right:0;background:var(--red-ui-shade-color);z-index:5;text-align:center;padding-top:20px}#red-ui-palette-module-install-shade{padding-top:80px}button.red-ui-palette-editor-upload-button{padding:0;height:25px;margin-top:-1px}button.red-ui-palette-editor-upload-button input[type=file]{opacity:0;margin:0;height:0;width:0}.red-ui-settings-tabs-content button.red-ui-palette-editor-upload-button label{margin:0;min-width:0;padding:2px 8px}button.red-ui-palette-editor-upload-button form{width:0}.red-ui-palette-editor-upload{display:none;position:absolute;left:0;right:0;top:44px;padding:20px;background:var(--red-ui-secondary-background);border-bottom:1px var(--red-ui-secondary-border-color solid);box-shadow:1px 1px 4px var(--red-ui-shadow)}.red-ui-palette-editor-upload .placeholder-input{width:calc(100% - 180px);margin:0}.red-ui-palette-editor-upload-buttons{float:right}.red-ui-palette-editor-upload-buttons button{margin-left:10px}.red-ui-diff-panel{padding:5px;padding-top:30px;position:relative}.red-ui-diff-panel .red-ui-editableList-container{border-radius:1px;padding:0;background:var(--red-ui-tertiary-background)}.red-ui-diff-panel .red-ui-diff-list li{background:var(--red-ui-tertiary-background);padding:0px;border:none;min-height:0}.red-ui-diff-panel .red-ui-editableList-item-content{padding:5px}.red-ui-diff-container{position:absolute;top:40px;right:0;bottom:0;left:0;overflow-y:scroll}.red-ui-diff-panel-headers{position:absolute;left:232px;right:12px;top:5px;height:25px}.red-ui-diff-panel-headers div{height:25px;display:inline-block;box-sizing:border-box;padding-top:2px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:50%;background:var(--red-ui-tertiary-background);text-align:center;border-top:1px solid var(--red-ui-secondary-border-color);border-color:var(--red-ui-secondary-border-color);border-left:1px solid var(--red-ui-secondary-border-color)}.red-ui-diff-panel-headers div:last-child{border-right:1px solid var(--red-ui-secondary-border-color)}.red-ui-diff-dialog-toolbar{box-sizing:border-box;color:var(--red-ui-secondary-text-color);text-align:right;padding:8px 10px;background:var(--red-ui-primary-background);border-bottom:1px solid var(--red-ui-secondary-border-color);white-space:nowrap}.red-ui-diff-list-flow{background:var(--red-ui-secondary-background);border:1px solid var(--red-ui-secondary-border-color);border-radius:1px;overflow:hidden}.red-ui-diff-list-flow.collapsed .red-ui-diff-list-flow-title .red-ui-diff-list-chevron{transform:rotate(-90deg)}.red-ui-diff-list-flow.collapsed .red-ui-diff-list-node{display:none}.red-ui-diff-list-flow-stats{font-size:.9em}.red-ui-diff-list-chevron{display:inline-block;width:15px;text-align:center;margin-left:3px;transition:transform .1s ease-in-out}.red-ui-diff-list-node{margin-left:20px;font-size:.9em}.red-ui-diff-list-node:first-child{border-top:1px solid var(--red-ui-tertiary-border-color)}.red-ui-diff-list-node:not(:last-child){border-bottom:1px solid var(--red-ui-tertiary-border-color)}.red-ui-diff-list-node.collapsed .red-ui-diff-list-chevron{transform:rotate(-90deg)}.red-ui-diff-list-node.collapsed .red-ui-diff-list-node-properties{display:none}.red-ui-diff-list-node table{border-collapse:collapse;table-layout:fixed;width:calc(100% - 20px);margin-left:20px}.red-ui-diff-list-node col:first-child{width:180px}.red-ui-diff-list-node col:not(:first-child){width:100%}.red-ui-diff-list-node td,.red-ui-diff-list-node th{border-top:1px solid var(--red-ui-secondary-border-color);border-left:1px solid var(--red-ui-secondary-border-color);padding:0 0 0 3px;text-align:left;overflow-x:auto}.red-ui-diff-list-node td:first-child,.red-ui-diff-list-node th:first-child{border-left:none}.red-ui-diff-list-node tr{vertical-align:top}.red-ui-diff-list-node tr:first-child td{white-space:nowrap;overflow:hidden}.red-ui-diff-list-node tr:hover{background:var(--red-ui-secondary-background-selected)}.red-ui-diff-list-node td .red-ui-diff-status{margin-left:0}.red-ui-diff-list-node tr:not(.red-ui-diff-list-header) .red-ui-diff-status{width:12px;margin-left:0;margin-top:0;margin-bottom:0;margin-right:5px}.red-ui-diff-three-way .red-ui-diff-list-node-cell{width:calc((100% - 220px)/2)}.red-ui-diff-three-way .red-ui-diff-list-node-cell:first-child{width:220px}.red-ui-diff-three-way col:not(:first-child){width:50%}.red-ui-diff-three-way .red-ui-diff-list-node .red-ui-diff-list-node-cell{width:calc((100% + 20px - 220px)/2)}.red-ui-diff-three-way .red-ui-diff-list-node .red-ui-diff-list-node-cell:first-child{width:200px}.red-ui-diff-list-flow-title{cursor:pointer;padding:0}.red-ui-diff-list-flow-title:hover{background:var(--red-ui-secondary-background-selected)}.red-ui-diff-list-flow-title-meta{vertical-align:middle;display:inline-block;padding-top:2px}.red-ui-diff-list-node-header{cursor:pointer}.red-ui-diff-list-node-header:hover{background:var(--red-ui-secondary-background-selected)}.red-ui-diff-list-node-icon{vertical-align:middle;display:inline-block;margin:5px;width:18px;height:15px;background:var(--red-ui-form-input-background);border-radius:2px;border:1px solid var(--red-ui-node-border);background-position:5% 50%;background-repeat:no-repeat;background-size:contain;position:relative}.red-ui-diff-list-node-icon .red-ui-palette-icon{background-position:49% 50%;width:15px}.red-ui-diff-list-node-icon .red-ui-palette-icon-fa{position:relative;top:-2.5px;left:0px}.red-ui-diff-list-node-icon .red-ui-palette-icon-container{width:18px}.red-ui-diff-list-flow-empty .red-ui-diff-list-chevron i{display:none}.red-ui-diff-list-flow-empty .red-ui-diff-list-flow-title{cursor:default}.red-ui-diff-list-flow-empty .red-ui-diff-list-flow-title:hover{background:none}.red-ui-diff-status-deleted{cursor:default !important}.red-ui-diff-status-deleted .red-ui-diff-status{color:var(--red-ui-diff-state-deleted)}.red-ui-diff-status-deleted .red-ui-diff-list-node-node{opacity:.5}.red-ui-diff-status-deleted .red-ui-diff-list-node-description{opacity:.5;text-decoration:line-through}.red-ui-diff-status-added{cursor:default !important}.red-ui-diff-status-added .red-ui-diff-status{color:var(--red-ui-diff-state-added)}.red-ui-diff-status-moved .red-ui-diff-status{color:var(--red-ui-diff-state-moved)}.red-ui-diff-status-changed .red-ui-diff-status{color:var(--red-ui-diff-state-changed)}.red-ui-diff-status-unchanged .red-ui-diff-status{color:var(--red-ui-diff-state-unchanged)}.red-ui-diff-status-conflict .red-ui-diff-status{color:var(--red-ui-diff-state-conflict)}.red-ui-diff-list-node-title{display:inline-block}.red-ui-diff-list-node-title .red-ui-diff-status{margin-left:15px}.red-ui-diff-list-node-properties{margin:0;color:var(--red-ui-primary-text-color)}.red-ui-diff-status{display:inline-block;height:20px;margin-left:5px;vertical-align:top;margin-top:6px;margin-bottom:6px;text-align:center}.red-ui-diff-list-element{display:inline-block;width:calc(100% - 20px)}.red-ui-diff-list-node-description{color:var(--red-ui-form-text-color);margin-right:5px;padding-top:5px;display:inline-block}.red-ui-diff-list-node-description:after{content:"";display:table;clear:both}.red-ui-diff-state-added{color:var(--red-ui-diff-state-added)}.red-ui-diff-state-deleted{color:var(--red-ui-diff-state-deleted)}.red-ui-diff-state-changed{color:var(--red-ui-diff-state-changed)}.red-ui-diff-state-unchanged{color:var(--red-ui-diff-state-unchanged)}.red-ui-diff-state-conflicted{color:var(--red-ui-diff-state-conflicted)}.red-ui-diff-list-node-cell{display:inline-block;vertical-align:top;box-sizing:border-box;width:calc((100% - 20px)/2);height:32px;border-left:1px solid var(--red-ui-secondary-border-color);padding-top:2px;white-space:nowrap;overflow:hidden;position:relative}.red-ui-diff-empty{background:var(--red-ui-secondary-background-disabled);background:repeating-linear-gradient(20deg, var(--red-ui-secondary-background), var(--red-ui-secondary-background) 5px, var(--red-ui-secondary-background-disabled) 5px, var(--red-ui-secondary-background-disabled) 10px)}.red-ui-diff-list-node-cell:first-child{border-left:none}.red-ui-diff-list-cell-label{margin-left:20px;vertical-align:top;box-sizing:border-box;padding-left:8px;width:120px}.red-ui-diff-list-wires{display:inline-block}.red-ui-diff-list-wires .red-ui-diff-list-node-node{width:18px;height:15px}.red-ui-diff-list-wires .red-ui-palette-icon-container{width:18px}.red-ui-diff-list-wires .red-ui-palette-icon{width:15px}.red-ui-diff-list-wires ul,.red-ui-diff-list-wires li,.red-ui-diff-list-wires ol{background:none !important}.red-ui-diff-list-wires ul{vertical-align:middle;display:inline-block;margin-left:5px}.red-ui-diff-list-wires li{list-style-type:none !important}.red-ui-diff-list-wires ol{font-size:.9em;margin:0}.red-ui-diff-list-wires ol>span{vertical-align:middle;display:inline-block;width:30px;text-align:center}.red-ui-diff-list-node-props .red-ui-diff-list-node-cell:first-child{padding:6px 0px}.red-ui-diff-list-node-props .red-ui-diff-list-node-cell:first-child span:not(.red-ui-diff-list-chevron){margin-left:5px}.red-ui-diff-list-cell .red-ui-debug-msg-row:hover{background:none}.red-ui-diff-list-cell.red-ui-diff-status-changed{background:var(--red-ui-diff-state-changed-background)}.red-ui-diff-list-cell.red-ui-diff-status-conflict{background:var(--red-ui-diff-state-conflict-background)}label.red-ui-diff-selectbox{position:absolute;top:0;right:0;bottom:0;width:35px;text-align:center;border-left:1px solid var(--red-ui-secondary-border-color);margin:0}label.red-ui-diff-selectbox input[type=radio]{margin-top:8px}label.red-ui-diff-selectbox:hover{background:var(--red-ui-secondary-background-hover)}.red-ui-diff-list-node-conflict.red-ui-diff-select-remote .red-ui-diff-list-node-remote{background:var(--red-ui-diff-state-added-background)}.red-ui-diff-list-node-conflict.red-ui-diff-select-remote .red-ui-diff-list-node-remote label{border-left-color:var(--red-ui-diff-state-added-border)}.red-ui-diff-list-node-conflict.red-ui-diff-select-remote .red-ui-diff-list-node-local{background:var(--red-ui-diff-state-deleted-background)}.red-ui-diff-list-node-conflict.red-ui-diff-select-remote .red-ui-diff-list-node-local label{border-left-color:var(--red-ui-diff-state-deleted-border)}.red-ui-diff-list-node-conflict.red-ui-diff-select-local .red-ui-diff-list-node-local{background:var(--red-ui-diff-state-added-background)}.red-ui-diff-list-node-conflict.red-ui-diff-select-local .red-ui-diff-list-node-local label{border-left-color:var(--red-ui-diff-state-added-border)}.red-ui-diff-list-node-conflict.red-ui-diff-select-local .red-ui-diff-list-node-remote{background:var(--red-ui-diff-state-deleted-background)}.red-ui-diff-list-node-conflict.red-ui-diff-select-local .red-ui-diff-list-node-remote label{border-left-color:var(--red-ui-diff-state-deleted-border)}ul.red-ui-deploy-dialog-confirm-list{font-size:.9em;width:400px;margin:10px auto;text-align:left}.red-ui-deploy-dialog-confirm-conflict-row img{vertical-align:middle;height:30px;margin-right:10px}.red-ui-deploy-dialog-confirm-conflict-row i{vertical-align:middle;text-align:center;font-size:30px;width:30px;margin-right:10px}.red-ui-deploy-dialog-confirm-conflict-row i.fa-check{color:var(--red-ui-text-color-success)}.red-ui-deploy-dialog-confirm-conflict-row i.fa-exclamation{color:var(--red-ui-secondary-text-color)}.red-ui-deploy-dialog-confirm-conflict-row div{vertical-align:middle;width:calc(100% - 60px);display:inline-block}#red-ui-diff-dialog-toolbar-resolved-conflicts .red-ui-diff-status{margin:0}.red-ui-diff-text-diff-button{float:right;margin:2px 3px;line-height:14px;height:16px}.red-ui-diff-text{height:100%;overflow-y:auto}.red-ui-diff-text table.red-ui-diff-text-content{margin:10px;border:1px solid var(--red-ui-secondary-border-color);border-radius:3px;table-layout:fixed;width:calc(100% - 20px)}.red-ui-diff-text table.red-ui-diff-text-content td{vertical-align:top;word-wrap:break-word}.red-ui-diff-text table.red-ui-diff-text-content td.lineno{font-family:var(--red-ui-monospace-font);text-align:right;color:var(--red-ui-tertiary-text-color);background:var(--red-ui-tertiary-background);padding:1px 5px}.red-ui-diff-text table.red-ui-diff-text-content td.lineno.added{background:var(--red-ui-diff-state-added-header-background)}.red-ui-diff-text table.red-ui-diff-text-content td.lineno.removed{background:var(--red-ui-diff-state-deleted-header-background)}.red-ui-diff-text table.red-ui-diff-text-content td.lineno:nth-child(3){border-left:1px solid var(--red-ui-secondary-border-color)}.red-ui-diff-text table.red-ui-diff-text-content td.linetext{font-family:var(--red-ui-monospace-font);white-space:pre-wrap;padding:1px 5px;border-left:1px solid var(--red-ui-tertiary-border-color)}.red-ui-diff-text table.red-ui-diff-text-content td.linetext span.prefix{width:30px;display:inline-block;text-align:center;color:var(--red-ui-diff-state-prefix-color)}.red-ui-diff-text table.red-ui-diff-text-content td.linetext.added{border-left-color:var(--red-ui-diff-state-added-header-border)}.red-ui-diff-text table.red-ui-diff-text-content td.linetext.removed{border-left-color:var(--red-ui-diff-state-deleted-header-border)}.red-ui-diff-text table.red-ui-diff-text-content td.blank{background:var(--red-ui-tertiary-background)}.red-ui-diff-text table.red-ui-diff-text-content td.added{background:var(--red-ui-diff-state-added-background);color:var(--red-ui-diff-state-color)}.red-ui-diff-text table.red-ui-diff-text-content td.removed{background:var(--red-ui-diff-state-deleted-background);color:var(--red-ui-diff-state-color)}.red-ui-diff-text table.red-ui-diff-text-content tr.mergeHeader td{color:var(--red-ui-diff-merge-header-color);background:var(--red-ui-diff-merge-header-background);height:26px;vertical-align:middle}.red-ui-diff-text table.red-ui-diff-text-content tr.mergeHeader-separator td{color:var(--red-ui-diff-merge-header-color);background:var(--red-ui-diff-merge-header-border-color);height:0px}.red-ui-diff-text table.red-ui-diff-text-content tr.mergeHeader-ours td{border-top:2px solid var(--red-ui-diff-merge-header-border-color)}.red-ui-diff-text table.red-ui-diff-text-content tr.mergeHeader-theirs td{border-bottom:2px solid var(--red-ui-diff-merge-header-border-color)}.red-ui-diff-text table.red-ui-diff-text-content td.unchanged{background:var(--red-ui-diff-state-unchanged-background);color:var(--red-ui-diff-state-unchanged)}.red-ui-diff-text table.red-ui-diff-text-content tr.unchanged{background:var(--red-ui-diff-state-unchanged-background)}.red-ui-diff-text table.red-ui-diff-text-content tr.start-block{border-top:1px solid var(--red-ui-secondary-border-color)}.red-ui-diff-text table.red-ui-diff-text-content tr.end-block{border-bottom:1px solid var(--red-ui-secondary-border-color)}.red-ui-diff-text table.red-ui-diff-text-content tr.red-ui-diff-text-file-header td{background:var(--red-ui-primary-background);padding:5px 10px 5px 0;color:var(--red-ui-primary-text-color);cursor:pointer}.red-ui-diff-text table.red-ui-diff-text-content tr.red-ui-diff-text-file-header td .filename{font-family:var(--red-ui-monospace-font)}.red-ui-diff-text table.red-ui-diff-text-content tr.red-ui-diff-text-file-header td i.red-ui-diff-list-chevron{width:30px}.red-ui-diff-text table.red-ui-diff-text-content tr.red-ui-diff-text-file-header.collapsed td i.red-ui-diff-list-chevron{transform:rotate(-90deg)}.red-ui-diff-text table.red-ui-diff-text-content tr.red-ui-diff-text-commit-header td{background:var(--red-ui-primary-background);padding:5px 10px;color:var(--red-ui-primary-text-color)}.red-ui-diff-text table.red-ui-diff-text-content tr.red-ui-diff-text-commit-header td h3{font-size:1.4em;margin:0}.red-ui-diff-text table.red-ui-diff-text-content tr.red-ui-diff-text-commit-header td .commit-summary{border-top:1px solid var(--red-ui-secondary-border-color);padding-top:5px;color:var(--red-ui-secondary-text-color)}.red-ui-diff-text table.red-ui-diff-text-content tr.red-ui-diff-text-commit-header td .commit-body{margin-bottom:15px;white-space:pre;line-height:1.2em}.red-ui-diff-text table.red-ui-diff-text-content tr.red-ui-diff-text-header>td:not(.red-ui-diff-flow-diff){font-family:var(--red-ui-monospace-font);padding:5px 10px;text-align:left;color:var(--red-ui-diff-text-header-color);background:var(--red-ui-diff-text-header-background);height:30px;vertical-align:middle;border-top:1px solid var(--red-ui-secondary-border-color);border-bottom:1px solid var(--red-ui-secondary-border-color)}.red-ui-diff-text table.red-ui-diff-text-content tr.red-ui-diff-text-expand td{cursor:pointer}.red-ui-diff-text table.red-ui-diff-text-content tr.red-ui-diff-text-expand td:hover{background:var(--red-ui-diff-text-header-background)}.red-ui-settings-tabs-container{position:absolute;top:0;left:0;bottom:0;width:120px;background:var(--red-ui-tertiary-background)}.red-ui-settings-tabs-content{position:absolute;top:0;left:120px;right:0;bottom:0;padding:0}.red-ui-settings-tabs-content h3:not(:first-child){border-top:1px solid var(--red-ui-secondary-border-color);margin-top:15px;margin-bottom:10px;padding-top:20px}.red-ui-settings-tabs-content label{display:inline-block;min-width:100px;vertical-align:top;margin-top:5px}.red-ui-settings-tabs-content label input{vertical-align:top;padding-bottom:0}.red-ui-settings-tabs-content div.uneditable-input{position:relative}.red-ui-settings-tabs-content input[type=number]{width:60px}.red-ui-settings-tabs-content h4{margin-top:20px;margin-bottom:10px}#red-ui-settings-tab-view{position:absolute;top:0;right:0;left:0;bottom:0;padding:8px 20px 20px;overflow-y:auto}.red-ui-settings-row{padding:5px 10px 2px}.red-ui-settings-section{position:relative}.red-ui-settings-section:after{content:"";display:table;clear:both}.red-ui-settings-section .uneditable-input,.red-ui-settings-section input[type=text],.red-ui-settings-section input[type=password],.red-ui-settings-section textarea{width:calc(100% - 150px)}.red-ui-settings-section textarea{resize:none;height:10em}#red-ui-projects-dialog{padding:0}#red-ui-projects-dialog .red-ui-editableList-container{padding:0px}#red-ui-projects-dialog .red-ui-projects-dialog-box{box-sizing:border-box;overflow-y:auto;padding:25px 25px 10px 25px}#red-ui-project-settings-tab-settings{overflow-y:auto}.red-ui-sidebar-vc-shade{background:var(--red-ui-primary-background)}.red-ui-projects-edit-form form{margin:0}.red-ui-projects-edit-form form .form-row{margin-bottom:15px}.red-ui-projects-edit-form form .form-row label{color:var(--red-ui-primary-text-color);width:100%;display:block}.red-ui-projects-edit-form form .form-row label.red-ui-projects-edit-form-inline-label{font-weight:normal;color:inherit;width:auto}.red-ui-projects-edit-form form .form-row input[type=text],.red-ui-projects-edit-form form .form-row input[type=password],.red-ui-projects-edit-form form .form-row textarea{width:100%}.red-ui-projects-edit-form form .form-row input[type=checkbox],.red-ui-projects-edit-form form .form-row input[type=radio]{width:auto;vertical-align:middle}.red-ui-projects-edit-form-sublabel{color:var(--red-ui-tertiary-text-color);text-align:right;margin-bottom:-15px;font-weight:normal}.red-ui-project-settings-tab-pane * .red-ui-projects-edit-form-sublabel{margin-right:50px;margin-top:-10px !important;margin-bottom:5px}.red-ui-projects-dialog-screen-start .red-ui-projects-dialog-screen-start-hero{text-align:center;font-size:1.4em;padding:10px;min-height:40px;color:var(--red-ui-primary-text-color)}.red-ui-projects-dialog-screen-start .red-ui-projects-dialog-screen-start-body{min-height:300px;line-height:1.6em}.red-ui-projects-dialog-screen-start .red-ui-projects-dialog-screen-start-body p{font-size:1.1em;margin-bottom:20px}.red-ui-projects-dialog-screen-start .red-ui-projects-dialog-screen-start-body p:first-child{font-weight:500;font-size:1.2em}.red-ui-projects-dialog-screen-start button.red-ui-button.red-ui-projects-dialog-button{width:calc(50% - 80px);margin:10px 20px;height:auto;line-height:2em;padding:10px}.red-ui-projects-dialog-screen-start .button-group{text-align:center}.red-ui-projects-dialog-screen-create{min-height:500px}.red-ui-projects-dialog-screen-create button.red-ui-projects-dialog-screen-create-type{position:relative;height:auto;padding:10px}.red-ui-projects-dialog-screen-create .button-group{text-align:center}.red-ui-projects-dialog-screen-secret{min-height:auto}.red-ui-projects-dialog-credentials-box{width:550px}.red-ui-projects-dialog-credentials-box>div{vertical-align:top;display:inline-block}.red-ui-projects-dialog-credentials-box-right{min-height:150px;box-sizing:border-box;float:right;width:331px;margin-left:-1px;padding:15px;margin-top:-15px;border:1px solid var(--red-ui-secondary-border-color);border-radius:3px}.red-ui-projects-dialog-credentials-box-left{width:220px}.red-ui-projects-dialog-credentials-box-left>div{padding:7px 8px 3px 8px;border:1px solid var(--red-ui-secondary-border-color);border-radius:4px;border-top-right-radius:0;border-bottom-right-radius:0;border-right-color:var(--red-ui-form-background)}.red-ui-projects-dialog-credentials-box-left>div.disabled{border-color:var(--red-ui-form-background);border-right-color:var(--red-ui-secondary-border-color)}.red-ui-projects-dialog-credentials-box-left>div i{font-size:1.4em;margin-right:8px;vertical-align:middle}.red-ui-projects-dialog-credentials-box-left>div label.red-ui-projects-edit-form-inline-label{margin-left:5px}.red-ui-projects-dialog-credentials-box-left>div label.red-ui-projects-edit-form-inline-label span{vertical-align:middle}.red-ui-projects-dialog-credentials-box-left>div input[type=radio]{vertical-align:middle;margin-top:0;margin-right:10px}.red-ui-projects-dialog-project-list-container{border:1px solid var(--red-ui-secondary-border-color);border-radius:2px;display:flex;flex-direction:column}.red-ui-projects-dialog-project-list-container .red-ui-search-container{flex-grow:0}.red-ui-projects-dialog-project-list-inner-container{flex-grow:1;overflow-y:auto;position:relative}.red-ui-projects-dialog-project-list-inner-container .red-ui-editableList-border{border:none}.red-ui-projects-dialog-project-list li{padding:0 !important}.red-ui-projects-dialog-project-list-entry{padding:12px 0;color:var(--red-ui-list-item-color);background:var(--red-ui-list-item-background);border-left:3px solid var(--red-ui-list-item-background);border-right:3px solid var(--red-ui-list-item-background)}.red-ui-projects-dialog-project-list-entry.projects-list-entry-current:not(.selectable){color:var(--red-ui-form-text-color);background:var(--red-ui-list-item-background-selected);border-left-color:var(--red-ui-list-item-border-selected);border-right-color:var(--red-ui-list-item-border-selected)}.red-ui-projects-dialog-project-list-entry.projects-list-entry-current i{color:var(--red-ui-secondary-text-color)}.red-ui-projects-dialog-project-list-entry.selectable{cursor:pointer}.red-ui-projects-dialog-project-list-entry.selectable:hover:not(.selected){color:var(--red-ui-form-text-color);background:var(--red-ui-list-item-background-hover);border-left-color:var(--red-ui-list-item-background-hover);border-right-color:var(--red-ui-list-item-background-hover)}.red-ui-projects-dialog-project-list-entry .red-ui-projects-dialog-project-list-entry-icon i{color:var(--red-ui-tertiary-text-color);font-size:2em}.red-ui-projects-dialog-project-list-entry.selected{color:var(--red-ui-form-text-color);background:var(--red-ui-list-item-background-selected);border-left-color:var(--red-ui-list-item-border-selected);border-right-color:var(--red-ui-list-item-border-selected)}.red-ui-projects-dialog-project-list-entry span{display:inline-block;vertical-align:middle}.red-ui-projects-dialog-project-list-entry .red-ui-projects-dialog-project-list-entry-icon{margin:0 10px 0 5px}.red-ui-projects-dialog-project-list-entry .red-ui-projects-dialog-project-list-entry-name{font-size:1.2em}.red-ui-projects-dialog-project-list-entry .red-ui-projects-dialog-project-list-entry-current{float:right;margin-right:20px;font-size:.9em;color:var(--red-ui-secondary-text-color);padding-top:4px}.red-ui-projects-dialog-project-list-entry .red-ui-projects-dialog-project-list-entry-tools{position:absolute;top:16px;right:30px;display:none;color:var(--red-ui-secondary-text-color)}.red-ui-projects-dialog-project-list-entry:hover .red-ui-projects-dialog-project-list-entry-tools{display:block}.red-ui-projects-dialog-project-list-entry-delete-confirm{position:absolute;top:0;right:0;bottom:0;left:100%;width:1000px;overflow:hidden;padding:5px 20px;background:var(--red-ui-secondary-background);transition:left .4s;white-space:nowrap}.red-ui-projects-dialog-project-list-entry-delete-confirm>span{line-height:40px}.red-ui-projects-dialog-project-list-entry-delete-confirm button{margin-left:20px}.red-ui-projects-dialog-screen-create-type{position:relative}.red-ui-projects-dialog-screen-create-type.red-ui-button.toggle.selected:not(.disabled):not(:disabled){color:var(--red-ui-secondary-text-color-active) !important}.red-ui-projects-dialog-screen-input-status{text-align:right;position:absolute;top:2px;right:8px;width:70px;height:30px;color:var(--red-ui-secondary-text-color)}.red-ui-sidebar-vc{height:100%}.red-ui-sidebar-vc-stack{position:absolute;top:0px;bottom:0;left:0;right:0;overflow:hidden}.red-ui-sidebar-vc-stack .red-ui-palette-category:not(.expanded) button{display:none}#red-ui-project-settings-tab-deps .red-ui-editableList-container{padding:0}#red-ui-project-settings-tab-deps .red-ui-editableList-border{border-radius:0}#red-ui-project-settings-tab-deps .red-ui-editableList-item-content{padding:0px 6px}#red-ui-project-settings-tab-deps .red-ui-palette-module-header{padding:6px 4px}#red-ui-project-settings-tab-deps .red-ui-palette-module-button{float:right}#red-ui-project-settings-tab-deps .red-ui-palette-module-unused>*{color:var(--red-ui-secondary-text-color)}#red-ui-project-settings-tab-deps .red-ui-palette-module-unknown{border:1px dashed var(--red-ui-secondary-border-color);background:var(--red-ui-secondary-background-inactive)}#red-ui-project-settings-tab-deps .red-ui-palette-module-not-installed{border:1px dashed var(--red-ui-text-color-warning)}#red-ui-project-settings-tab-deps .red-ui-palette-module-not-installed i.fa-warning{color:var(--red-ui-text-color-warning)}.red-ui-project-settings-tab-pane{position:absolute;top:0;left:0;right:0;bottom:0;overflow-y:auto;padding:8px 20px 20px}.red-ui-sidebar-vc .red-ui-editableList-container{background:var(--red-ui-tertiary-background);padding:0}.red-ui-sidebar-vc .red-ui-editableList-container li{padding:0;background:var(--red-ui-secondary-background)}.red-ui-sidebar-vc .red-ui-editableList-border{border:none;border-radius:0}.red-ui-sidebar-vc-change-container{position:relative;height:50%;box-sizing:border-box;transition:height .2s ease-in-out}.red-ui-sidebar-vc-merging .red-ui-sidebar-vc-change-container{height:33%}.red-ui-sidebar-vc-slide-box{position:absolute;bottom:0;left:0;right:0;height:0;transition:height .2s ease-in-out;background:var(--red-ui-tertiary-background);box-sizing:border-box;overflow:hidden}.red-ui-sidebar-vc-slide-box.red-ui-sidebar-vc-slide-box-top{z-index:4;top:0px;left:auto;width:100%;max-width:280px;border-left:1px solid var(--red-ui-primary-border-color);border-right:1px solid var(--red-ui-primary-border-color);border-bottom:1px solid var(--red-ui-primary-border-color);box-shadow:1px 1px 4px var(--red-ui-shadow);color:var(--red-ui-primary-text-color);background:var(--red-ui-tertiary-background);padding:10px;box-sizing:border-box}.red-ui-sidebar-vc-slide-box.red-ui-sidebar-vc-slide-box-bottom{bottom:0px;border-top:1px solid var(--red-ui-secondary-border-color)}.red-ui-sidebar-vc-slide-box textarea{height:110px;margin:10px;width:calc(100% - 20px);box-sizing:border-box;border-radius:1px;resize:none}.red-ui-projects-branch-list{position:relative}.red-ui-projects-branch-list .red-ui-searchBox-container{border-top:1px solid var(--red-ui-secondary-border-color);border-left:1px solid var(--red-ui-secondary-border-color);border-right:1px solid var(--red-ui-secondary-border-color);border-top-left-radius:2px;border-top-right-radius:2px;overflow:hidden}.red-ui-projects-branch-list .red-ui-editableList{border:1px solid var(--red-ui-secondary-border-color);border-bottom-left-radius:2px;border-bottom-right-radius:2px}.red-ui-projects-branch-list .red-ui-editableList>.red-ui-editableList-border{border-radius:0;border:none}.red-ui-projects-branch-list .red-ui-editableList .red-ui-editableList-container{padding:0}.red-ui-projects-branch-list .red-ui-editableList .red-ui-editableList-container li{padding:0;background:var(--red-ui-secondary-background)}.uneditable-input .red-ui-projects-branch-list .red-ui-editableList{border-left:none;border-bottom:none;border-right:none}.uneditable-input .red-ui-projects-branch-list .red-ui-searchBox-container{border-left:none;border-right:none}.red-ui-sidebar-vc-slide-box-header{margin-bottom:10px}.red-ui-sidebar-vc-slide-box-toolbar{padding:0 20px;text-align:right}.red-ui-sidebar-vc-branch-list-entry{padding:5px 8px;margin:0 1px;color:var(--red-ui-list-item-color);background:var(--red-ui-list-item-background);border-left:2px solid var(--red-ui-list-item-background);border-right:2px solid var(--red-ui-list-item-background);cursor:pointer}.red-ui-sidebar-vc-branch-list-entry.selected{border-left-color:var(--red-ui-list-item-border-selected);border-right-color:var(--red-ui-list-item-border-selected)}.red-ui-sidebar-vc-branch-list-entry i{width:16px;text-align:center}.red-ui-sidebar-vc-branch-list-entry.input-error{cursor:default}.red-ui-sidebar-vc-branch-list-entry:not(.input-error):hover{background:var(--red-ui-list-item-background-hover);border-left-color:var(--red-ui-list-item-border-selected);border-right-color:var(--red-ui-list-item-border-selected)}.red-ui-sidebar-vc-branch-list-entry span{margin-left:5px}.red-ui-sidebar-vc-branch-list-entry span.current{float:right;font-size:.8em;color:var(--red-ui-tertiary-text-color)}.red-ui-sidebar-vc-change-entry{height:20px;padding:5px 10px;position:relative;white-space:nowrap}.red-ui-sidebar-vc-change-entry span{margin:0 6px}.red-ui-sidebar-vc-change-entry a{color:currentColor}.red-ui-sidebar-vc-change-entry a.disabled{pointer-events:none}.red-ui-sidebar-vc-change-entry .red-ui-sidebar-vc-change-entry-tools{position:absolute;top:4px;right:4px;display:none}.red-ui-sidebar-vc-change-entry .red-ui-sidebar-vc-change-entry-tools button{width:24px}.red-ui-sidebar-vc-change-entry:hover .red-ui-sidebar-vc-change-entry-tools{display:block}.red-ui-sidebar-vc-change-entry.red-ui-help-info-node{text-align:center;background:var(--red-ui-list-item-background);white-space:normal;height:auto}.red-ui-sidebar-vc-commit-entry{min-height:20px;padding:5px 10px;position:relative;white-space:nowrap;overflow:hidden;cursor:pointer}.red-ui-sidebar-vc-commit-entry:hover{background:var(--red-ui-secondary-background-hover)}.red-ui-sidebar-vc-commit-more{color:var(--red-ui-secondary-text-color);text-align:center;padding:10px;font-style:italic}.red-ui-sidebar-vc-commit-sha{float:right;font-family:var(--red-ui-monospace-font);color:var(--red-ui-vcCommitShaColor);display:inline-block;font-size:.85em;margin-left:5px}.red-ui-sidebar-vc-commit-subject{color:var(--red-ui-primary-text-color)}.red-ui-sidebar-vc-commit-refs{min-height:22px}.red-ui-sidebar-vc-commit-ref{color:var(--red-ui-tertiary-text-color);font-size:.7em;border:1px solid var(--red-ui-tertiary-border-color);border-radius:10px;padding:2px 5px;margin-right:5px}.red-ui-sidebar-vc-commit-date{color:var(--red-ui-secondary-text-color);font-size:.85em}.red-ui-sidebar-vc-commit-user{float:right;color:var(--red-ui-secondary-text-color);font-size:.85em}.red-ui-sidebar-vc-change-header{color:var(--red-ui-primary-text-color);background:var(--red-ui-tertiary-background);padding:4px 10px;height:30px;box-sizing:border-box;border-top:1px solid var(--red-ui-secondary-border-color);border-bottom:1px solid var(--red-ui-secondary-border-color)}.red-ui-sidebar-vc-change-header i{transition:all .2s ease-in-out}.red-ui-sidebar-vc-repo-toolbar{color:var(--red-ui-primary-text-color);background:var(--red-ui-tertiary-background);padding:10px;box-sizing:border-box}.red-ui-sidebar-vc-repo-count{margin-right:8px;display:none}.red-ui-sidebar-vc-repo-action{text-align:left;width:100%}.red-ui-sidebar-vc-repo-sub-action{width:calc(50% - 5px);margin-right:5px}.red-ui-sidebar-vc-repo-sub-action:not(:first-child){margin-right:0;margin-left:5px}.red-ui-projects-file-listing-container>.red-ui-editableList>.red-ui-editableList-border{border-radius:0;border:none;border-top:1px solid var(--red-ui-secondary-border-color)}.red-ui-editableList-container .red-ui-projects-dialog-file-list .red-ui-editableList-border{border:none}.red-ui-editableList-container .red-ui-projects-dialog-file-list li{padding:0 !important;border:none}.red-ui-editableList-container .red-ui-projects-dialog-file-list .red-ui-editableList-container{padding:0}.red-ui-projects-dialog-file-list-entry{padding:3px 0;border-left:2px solid var(--red-ui-list-item-background);border-right:2px solid var(--red-ui-list-item-background);background:var(--red-ui-list-item-background)}.red-ui-projects-dialog-file-list-entry.projects-list-entry-current:not(.selectable){background:var(--red-ui-list-item-background-selected)}.red-ui-projects-dialog-file-list-entry.projects-list-entry-current i{color:var(--red-ui-secondary-text-color-selected)}.red-ui-projects-dialog-file-list-entry.selectable{cursor:pointer}.red-ui-projects-dialog-file-list-entry.selectable:hover{background:var(--red-ui-list-item-background-hover);border-left-color:var(--red-ui-list-item-border-selected);border-right-color:var(--red-ui-list-item-border-selected)}.red-ui-projects-dialog-file-list-entry.unselectable{color:var(--red-ui-secondary-text-color-disabled)}.red-ui-projects-dialog-file-list-entry i{color:var(--red-ui-secondary-text-color);width:16px;text-align:center}.red-ui-projects-dialog-file-list-entry.selected{background:var(--red-ui-list-item-background-selected);border-left-color:var(--red-ui-list-item-border-selected);border-right-color:var(--red-ui-list-item-border-selected)}.red-ui-projects-dialog-file-list-entry span{display:inline-block;vertical-align:middle}.red-ui-projects-dialog-file-list-entry .red-ui-projects-dialog-file-list-entry-folder{margin:0 10px 0 0px}.red-ui-projects-dialog-file-list-entry .red-ui-projects-dialog-file-list-entry-folder .fa-angle-right{color:var(--red-ui-primary-text-color);transition:all .2s ease-in-out}.red-ui-projects-dialog-file-list-entry .red-ui-projects-dialog-file-list-entry-file{margin:0 10px 0 20px}.red-ui-projects-dialog-file-list-entry .red-ui-projects-dialog-file-list-entry-name{font-size:1em}.red-ui-projects-dialog-file-list-entry.expanded .fa-angle-right{transform:rotate(90deg)}.red-ui-projects-dialog-file-list-entry-file-type-git{color:var(--red-ui-tertiary-text-color)}.red-ui-projects-dialog-remote-list .red-ui-editableList-container{padding:0}.red-ui-projects-dialog-remote-list .red-ui-editableList-container li{padding:0;border:none;border-radius:4px;overflow:hidden}div.red-ui-projects-dialog-ssh-public-key{position:relative;padding:15px 20px 0}div.red-ui-projects-dialog-ssh-public-key pre{position:relative;word-break:break-all}div.red-ui-projects-dialog-ssh-public-key:after{content:"";display:table;clear:both}.red-ui-projects-dialog-ssh-key-list li{padding:0 !important}.red-ui-projects-dialog-ssh-key-list .red-ui-projects-dialog-ssh-key-header{padding:10px 5px;cursor:pointer}.red-ui-projects-dialog-ssh-key-list .red-ui-projects-dialog-ssh-key-header:hover{background:var(--red-ui-list-item-background-hover)}.red-ui-projects-dialog-list{position:relative}.red-ui-projects-dialog-list .red-ui-editableList-container{padding:1px;background:var(--red-ui-tertiary-background)}.red-ui-projects-dialog-list .red-ui-editableList-container li:last-child{border-bottom:none}.red-ui-projects-dialog-list-entry.red-ui-search-empty{padding:0}.red-ui-projects-dialog-list-entry span{display:inline-block}.red-ui-projects-dialog-list-entry .entry-icon{text-align:center;min-width:30px;vertical-align:top;color:var(--red-ui-secondary-text-color)}.red-ui-projects-dialog-list-entry .entry-name{min-width:250px}.red-ui-projects-dialog-list-entry.current .entry-name{font-weight:bold}.red-ui-projects-dialog-list-entry .entry-detail{color:var(--red-ui-tertiary-text-color);font-size:.9em}.red-ui-projects-dialog-list-entry .entry-remote-name{min-width:250px}.red-ui-projects-dialog-list-entry .entry-tools{float:right;margin-right:10px}.red-ui-projects-dialog-list-dialog{position:relative;margin-top:10px;margin-bottom:20px;background:var(--red-ui-secondary-background);border-radius:4px;border:1px solid var(--red-ui-secondary-border-color)}.red-ui-projects-dialog-list-dialog .red-ui-projects-edit-form-sublabel{margin-top:-8px !important;margin-right:50px;display:block !important;width:auto !important}.red-ui-projects-dialog-list-dialog:after{content:"";display:table;clear:both}.red-ui-projects-dialog-list-dialog .red-ui-projects-dialog-list-dialog-header{font-weight:bold;background:var(--red-ui-primary-background);margin-top:0 !important;padding:5px 10px;margin-bottom:10px}#red-ui-settings-tab-gitconfig{padding:8px 20px 20px}.red-ui-settings-section-description{color:var(--red-ui-secondary-text-color)}.red-ui-editableList-border{border:1px solid var(--red-ui-form-input-border-color);border-radius:4px}.red-ui-editableList-border .red-ui-editableList-header{border-bottom:1px solid var(--red-ui-form-input-border-color);padding:2px 16px 2px 4px;font-size:.9em}.red-ui-editableList-container{padding:5px;margin:0;vertical-align:middle;box-sizing:border-box}.red-ui-editableList-container .red-ui-editableList-list{list-style-type:none;margin:0}.red-ui-editableList-container .red-ui-editabelList-item-placeholder{border:2px dashed var(--red-ui-secondary-border-color) !important}.red-ui-editableList-container li{box-sizing:border-box;position:relative;background:var(--red-ui-secondary-background);margin:0;padding:8px 0px;border-bottom:1px solid var(--red-ui-secondary-border-color);min-height:20px}.red-ui-editableList-container li .red-ui-editableList-item-handle{position:absolute;top:50%;left:2px;margin-top:-7px;color:var(--red-ui-tertiary-text-color);cursor:move}.red-ui-editableList-container li .red-ui-editableList-item-remove{position:absolute;top:50%;right:0px;margin-top:-9px}.red-ui-editableList-container li.ui-sortable-helper{border-top:1px solid var(--red-ui-secondary-border-color)}.red-ui-editableList-container li.red-ui-editableList-item-sortable .red-ui-editableList-item-content{margin-left:22px}.red-ui-editableList-container li.red-ui-editableList-item-removable .red-ui-editableList-item-content{margin-right:28px}.red-ui-editableList-container li.red-ui-editableList-item-deleting{background:var(--red-ui-secondary-background-inactive)}.red-ui-searchBox-container{position:relative}.red-ui-searchBox-container i{position:absolute;top:9px;font-size:10px;color:var(--red-ui-secondary-text-color)}.red-ui-searchBox-container i.fa-search{pointer-events:none;left:8px}.red-ui-searchBox-container i.fa-caret-down{position:absolute;right:6px;font-size:12px}.red-ui-searchBox-container i.fa-times{position:absolute;right:4px}.red-ui-searchBox-container form.red-ui-searchBox-form{margin:0}.red-ui-searchBox-container a.red-ui-searchBox-opts:hover{color:var(--red-ui-workspace-button-color-hover);background:var(--red-ui-workspace-button-background-hover)}.red-ui-searchBox-container input.red-ui-searchBox-input{border-radius:0;border:none;width:100%;box-shadow:none;-webkit-box-shadow:none;padding:3px 17px 3px 22px;margin:0px;height:30px;box-sizing:border-box}.red-ui-searchBox-container input.red-ui-searchBox-input:focus{border:none;box-shadow:none;-webkit-box-shadow:none}.red-ui-searchBox-container a{position:absolute;right:0;top:0;bottom:0;width:16px}.red-ui-searchBox-container a.red-ui-searchBox-clear{display:none}.red-ui-searchBox-container .red-ui-searchBox-resultCount{position:absolute;right:18px;top:4px;background:var(--red-ui-primary-background);color:var(--red-ui-secondary-text-color);padding:1px 8px;font-size:9px;border-radius:4px}.red-ui-searchBox-container.red-ui-searchBox-has-options a.red-ui-searchBox-clear{right:16px}.red-ui-searchBox-container.red-ui-searchBox-has-options .red-ui-searchBox-resultCount{right:33px}.red-ui-searchBox-container.red-ui-searchBox-has-options input.red-ui-searchBox-input{padding-right:33px}.red-ui-searchBox-compact input:focus.red-ui-searchBox-input{outline:1px solid var(--red-ui-form-input-focus-color)}.red-ui-searchBox-compact input.red-ui-searchBox-input,.red-ui-searchBox-compact input:focus.red-ui-searchBox-input{border:1px solid var(--red-ui-secondary-border-color);border-radius:3px;font-size:12px;height:26px}.red-ui-searchBox-compact i.fa-times,.red-ui-searchBox-compact i.fa-search,.red-ui-searchBox-compact i.fa-caret-down{top:7px}.red-ui-searchBox-compact .red-ui-searchBox-resultCount{top:3px;padding:0 6px}.red-ui-typedInput-container{border:1px solid var(--red-ui-form-input-border-color);border-radius:5px;height:34px;line-height:14px;display:inline-flex;padding:0;margin:0;vertical-align:middle;box-sizing:border-box;overflow:hidden;position:relative}.red-ui-typedInput-container[disabled] input,.red-ui-typedInput-container[disabled] button{background:var(--red-ui-secondary-background-inactive);pointer-events:none;cursor:not-allowed}.red-ui-typedInput-container .red-ui-typedInput-input-wrap{flex-grow:1}.red-ui-typedInput-container input.red-ui-typedInput-input{width:100%;padding:0 0 0 3px;margin:0;height:32px;border:none;border-top-left-radius:0;border-bottom-left-radius:0;box-shadow:none;vertical-align:middle}.red-ui-typedInput-container.red-ui-typedInput-focus:not(.input-error){border-color:var(--red-ui-form-input-focus-color) !important}.red-ui-typedInput-container .red-ui-typedInput-value-label{flex-grow:1;display:inline-block;height:32px;box-sizing:border-box;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.red-ui-typedInput-container .red-ui-typedInput-value-label .red-ui-typedInput-value-label-inactive{background:var(--red-ui-secondary-background-disabled);color:var(--red-ui-secondary-text-color-disabled)}.red-ui-typedInput-options{box-shadow:1px 1px 4px var(--red-ui-shadow);font-family:var(--red-ui-primary-font);font-size:var(--red-ui-primary-font-size);position:absolute;max-height:350px;overflow-y:auto;border:1px solid var(--red-ui-primary-border-color);box-sizing:border-box;background:var(--red-ui-secondary-background);white-space:nowrap;z-index:2000}.red-ui-typedInput-options a{padding:6px 18px 6px 6px;display:flex;align-items:center;border-bottom:1px solid var(--red-ui-secondary-border-color);color:var(--red-ui-form-text-color)}.red-ui-typedInput-options a:hover{text-decoration:none;background:var(--red-ui-workspace-button-background-hover)}.red-ui-typedInput-options a:focus{text-decoration:none;background:var(--red-ui-workspace-button-background-active);outline:none}.red-ui-typedInput-options a:active{text-decoration:none;background:var(--red-ui-workspace-button-background-active)}.red-ui-typedInput-options a input[type=checkbox]{margin:0 6px 0 0}.red-ui-typedInput-options .red-ui-typedInput-icon{margin-right:6px}.red-ui-typedInput-options .red-ui-typedInput-icon:not(.fa){-webkit-mask-size:cover;mask-size:cover;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;background-color:var(--red-ui-primary-text-color);height:14px;width:12px}button.red-ui-typedInput-type-select,button.red-ui-typedInput-option-expand,button.red-ui-typedInput-option-trigger{text-align:left;border:none;flex-basis:auto;box-sizing:border-box;border-top-left-radius:4px;border-bottom-left-radius:4px;padding:0 1px 0 5px;background:var(--red-ui-form-button-background);height:32px;line-height:30px;vertical-align:middle;color:var(--red-ui-form-text-color);white-space:nowrap}button.red-ui-typedInput-type-select i.red-ui-typedInput-icon,button.red-ui-typedInput-option-expand i.red-ui-typedInput-icon,button.red-ui-typedInput-option-trigger i.red-ui-typedInput-icon{margin-left:1px;margin-right:2px;vertical-align:middle}button.red-ui-typedInput-type-select.disabled,button.red-ui-typedInput-option-expand.disabled,button.red-ui-typedInput-option-trigger.disabled{cursor:default}button.red-ui-typedInput-type-select.disabled>i.red-ui-typedInput-icon,button.red-ui-typedInput-option-expand.disabled>i.red-ui-typedInput-icon,button.red-ui-typedInput-option-trigger.disabled>i.red-ui-typedInput-icon{color:var(--red-ui-secondary-text-color-disabled)}button.red-ui-typedInput-type-select .red-ui-typedInput-type-label,button.red-ui-typedInput-type-select .red-ui-typedInput-option-label,button.red-ui-typedInput-option-expand .red-ui-typedInput-type-label,button.red-ui-typedInput-option-expand .red-ui-typedInput-option-label,button.red-ui-typedInput-option-trigger .red-ui-typedInput-type-label,button.red-ui-typedInput-option-trigger .red-ui-typedInput-option-label{display:inline-block;vertical-align:middle;height:100%;padding:0 1px 0 5px}button.red-ui-typedInput-type-select .red-ui-typedInput-type-label img,button.red-ui-typedInput-type-select .red-ui-typedInput-option-label img,button.red-ui-typedInput-option-expand .red-ui-typedInput-type-label img,button.red-ui-typedInput-option-expand .red-ui-typedInput-option-label img,button.red-ui-typedInput-option-trigger .red-ui-typedInput-type-label img,button.red-ui-typedInput-option-trigger .red-ui-typedInput-option-label img{max-width:none}button.red-ui-typedInput-type-select .red-ui-typedInput-type-label .red-ui-typedInput-icon:not(.fa),button.red-ui-typedInput-type-select .red-ui-typedInput-option-label .red-ui-typedInput-icon:not(.fa),button.red-ui-typedInput-option-expand .red-ui-typedInput-type-label .red-ui-typedInput-icon:not(.fa),button.red-ui-typedInput-option-expand .red-ui-typedInput-option-label .red-ui-typedInput-icon:not(.fa),button.red-ui-typedInput-option-trigger .red-ui-typedInput-type-label .red-ui-typedInput-icon:not(.fa),button.red-ui-typedInput-option-trigger .red-ui-typedInput-option-label .red-ui-typedInput-icon:not(.fa){display:inline-block;-webkit-mask-size:cover;mask-size:cover;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;background-color:var(--red-ui-primary-text-color)}button.red-ui-typedInput-type-select:not(.disabled):hover,button.red-ui-typedInput-option-expand:not(.disabled):hover,button.red-ui-typedInput-option-trigger:not(.disabled):hover{text-decoration:none;background:var(--red-ui-workspace-button-background-hover)}button.red-ui-typedInput-type-select:focus,button.red-ui-typedInput-option-expand:focus,button.red-ui-typedInput-option-trigger:focus{text-decoration:none;outline:none;box-shadow:inset 0 0 0 1px var(--red-ui-form-input-focus-color)}button.red-ui-typedInput-type-select:not(.disabled):active,button.red-ui-typedInput-option-expand:not(.disabled):active,button.red-ui-typedInput-option-trigger:not(.disabled):active{background:var(--red-ui-workspace-button-background-active);text-decoration:none}button.red-ui-typedInput-type-select.red-ui-typedInput-full-width,button.red-ui-typedInput-option-expand.red-ui-typedInput-full-width,button.red-ui-typedInput-option-trigger.red-ui-typedInput-full-width{flex-grow:1;border-top-right-radius:4px;border-bottom-right-radius:4px}button.red-ui-typedInput-type-select:before,button.red-ui-typedInput-option-expand:before,button.red-ui-typedInput-option-trigger:before{content:"";display:inline-block;height:100%;vertical-align:middle}button.red-ui-typedInput-option-expand{border-top-right-radius:4px;border-bottom-right-radius:4px;border-top-left-radius:0;border-bottom-left-radius:0}button.red-ui-typedInput-option-trigger{border-top-left-radius:0px;border-bottom-left-radius:0px;border-top-right-radius:4px;border-bottom-right-radius:4px;padding:0 0 0 0;position:relative;flex-grow:1;line-height:32px;display:inline-flex}button.red-ui-typedInput-option-trigger .red-ui-typedInput-option-label{background:var(--red-ui-form-button-background);color:var(--red-ui-form-text-color);flex-grow:1;padding:0 0 0 8px;display:inline-block}button.red-ui-typedInput-option-trigger .red-ui-typedInput-option-caret{flex-grow:0;display:inline-block;width:23px;text-align:center;height:100%}button.red-ui-typedInput-option-trigger .red-ui-typedInput-option-caret:before{content:"";display:inline-block;height:100%;vertical-align:middle}button.red-ui-typedInput-option-trigger:focus{box-shadow:none}button.red-ui-typedInput-option-trigger:focus .red-ui-typedInput-option-caret{box-shadow:inset 0 0 0 1px var(--red-ui-form-input-focus-color)}.red-ui-nodeList .red-ui-editableList-container{padding:0}.red-ui-nodeList .red-ui-editableList-container li{padding:2px 5px;margin:0;white-space:nowrap;border:none;background:var(--red-ui-secondary-background)}.red-ui-nodeList .red-ui-editableList-container li:hover{background:var(--red-ui-secondary-background-hover)}.red-ui-nodeList .red-ui-editableList-container li i.fa-angle-right{text-align:center;width:15px;transition:transform .1s ease-in-out}.red-ui-nodeList .red-ui-editableList-container li .expandable{cursor:pointer}.red-ui-nodeList .red-ui-editableList-container li .expanded i.fa-angle-right{transform:rotate(90deg)}.red-ui-nodeList .red-ui-editableList-container li .meta{float:right}.red-ui-nodeList .red-ui-editableList-container li .meta input[type=checkbox].red-ui-treeList-checkbox{margin:0}.red-ui-nodeList .red-ui-editableList-container li .red-ui-editableList-item-content.disabled{color:var(--red-ui-secondary-text-color-disabled)}.red-ui-nodeList .red-ui-editableList-container li.red-ui-editableList-section-header{background:var(--red-ui-primary-background)}.red-ui-nodeList .red-ui-editableList-container li.red-ui-editableList-section-header .red-ui-editableList-item-content.disabled{color:var(--red-ui-secondary-text-color-disabled)}.red-ui-nodeList .red-ui-editableList-header{text-align:left}.red-ui-nodeList .red-ui-editableList-header>span:last-child{float:right;font-size:14px}.red-ui-checkboxSet{width:15px;display:inline-block;color:var(--red-ui-secondary-text-color);cursor:pointer}.red-ui-checkboxSet input{display:none !important}.red-ui-checkboxSet.disabled{pointer-events:none;color:var(--red-ui-secondary-text-color-disabled)}.red-ui-stack{background:var(--red-ui-secondary-background)}.red-ui-stack .red-ui-palette-category{background:var(--red-ui-secondary-background)}.red-ui-stack .red-ui-palette-category:last-child{border-bottom:none}.red-ui-treeList:focus{outline:none !important}.red-ui-treeList-container{width:100%;height:100%;position:relative;background:var(--red-ui-tertiary-background);border:1px solid var(--red-ui-form-input-border-color);border-radius:4px;box-sizing:border-box}.red-ui-treeList-container .red-ui-editableList-border{border:none}.red-ui-treeList-container .red-ui-editableList-container{padding:0px}.red-ui-treeList-container .red-ui-editableList-container li{padding:0;border-bottom:none}.red-ui-treeList-container .red-ui-editableList-item-content>.red-ui-treeList-label .fa-angle-right{transition:transform .1s ease-in-out}.red-ui-treeList-container .red-ui-editableList-item-content.expanded>.red-ui-treeList-label .fa-angle-right{transform:rotate(90deg)}.red-ui-treeList-label{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding:6px 0;display:flex;align-items:center;color:var(--red-ui-list-item-color);text-decoration:none;cursor:pointer;vertical-align:middle;margin:0;position:relative}.red-ui-treeList-label:hover,.red-ui-treeList-label:hover .red-ui-treeList-sublabel-text{background:var(--red-ui-list-item-background-hover);color:var(--red-ui-list-item-color);text-decoration:none}.red-ui-treeList-label:focus,.red-ui-treeList-label:focus .red-ui-treeList-sublabel-text{background:var(--red-ui-list-item-background-hover);outline:none;color:var(--red-ui-list-item-color);text-decoration:none}.red-ui-treeList-label.focus,.red-ui-treeList-label.focus .red-ui-treeList-sublabel-text{background:var(--red-ui-list-item-background-hover);outline:1px solid var(--red-ui-form-input-focus-color) !important;outline-offset:-1px;color:var(--red-ui-list-item-color)}.red-ui-treeList-label.selected,.red-ui-treeList-label.selected .red-ui-treeList-sublabel-text{background:var(--red-ui-list-item-background-selected);outline:none;color:var(--red-ui-list-item-color)}.red-ui-treeList-label input.red-ui-treeList-checkbox,.red-ui-treeList-label input.red-ui-treeList-radio{margin:0}.red-ui-treeList-label-text{margin-left:4px;overflow:hidden;text-overflow:ellipsis}.red-ui-treeList-label-text:empty{min-height:20px}.red-ui-treeList-sublabel-text{top:0;bottom:0;right:0;padding:0 10px 0 5px;line-height:32px;font-size:.9em;color:var(--red-ui-list-item-secondary-color);position:absolute;background:var(--red-ui-list-item-background)}.red-ui-treeList-icon{display:inline-block;flex-shrink:0;width:20px;text-align:center}.red-ui-treeList-spinner{height:32px;-webkit-mask-image:url(images/spin.svg);mask-image:url(images/spin.svg);-webkit-mask-size:auto 20px;mask-size:auto 20px;-webkit-mask-position:50% 50%;mask-position:50% 50%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;background-color:var(--red-ui-spinner-color)}.red-ui-autoComplete-container.red-ui-popover-panel{border-top:none}#red-ui-drop-target{position:absolute;top:0;bottom:0;left:0;right:0;background:var(--red-ui-dnd-background);display:table;width:100%;height:100%;display:none;z-index:100}#red-ui-drop-target div{pointer-events:none;display:table-cell;vertical-align:middle;text-align:center;font-size:40px;color:var(--red-ui-dnd-color)}#red-ui-drop-target div i{pointer-events:none;font-size:80px}#red-ui-settings-tab-keyboard .red-ui-editableList-container{border-radius:0;border:none;padding:0}#red-ui-settings-tab-keyboard .keyboard-shortcut-list-header{padding:0 5px 0 5px;border-bottom:1px solid var(--red-ui-primary-border-color)}#red-ui-settings-tab-keyboard .keyboard-shortcut-list-header div{color:var(--red-ui-header-text-color) !important}#red-ui-settings-tab-keyboard .keyboard-shortcut-list-header .red-ui-searchBox-container{width:calc(100% - 20px)}#red-ui-settings-tab-keyboard .keyboard-shortcut-list-header .keyboard-shortcut-entry-scope{text-align:center}#red-ui-settings-tab-keyboard .keyboard-shortcut-list{position:absolute;top:30px;left:10px;right:10px;bottom:10px}#red-ui-settings-tab-keyboard .keyboard-shortcut-list li{padding:0}#red-ui-settings-tab-keyboard .keyboard-shortcut-list li .red-ui-editableList-item-content{padding:8px;cursor:pointer}#red-ui-settings-tab-keyboard .keyboard-shortcut-list li:hover{background:var(--red-ui-list-item-background-hover)}#red-ui-settings-tab-keyboard .keyboard-shortcut-entry div{display:inline-block}#red-ui-settings-tab-keyboard .keyboard-shortcut-entry select{margin:0;width:calc(100% - 30px);font-size:.9em;margin-right:5px}#red-ui-settings-tab-keyboard .keyboard-shortcut-entry-key{width:160px;vertical-align:middle}#red-ui-settings-tab-keyboard .keyboard-shortcut-entry-key input{margin:0;width:calc(100% - 5px)}#red-ui-settings-tab-keyboard .keyboard-shortcut-entry-text{vertical-align:middle;width:calc(100% - 160px - 100px - 10px);overflow:hidden}#red-ui-settings-tab-keyboard .keyboard-shortcut-entry-text i{color:var(--red-ui-tertiary-text-color);margin-right:5px}#red-ui-settings-tab-keyboard .keyboard-shortcut-entry-scope{width:100px;color:var(--red-ui-tertiary-text-color);vertical-align:middle;text-align:right}#red-ui-settings-tab-keyboard .keyboard-shortcut-entry:not(.keyboard-shortcut-list-header) .keyboard-shortcut-entry-scope{font-size:.8em}#red-ui-settings-tab-keyboard .keyboard-shortcut-entry-unassigned{color:var(--red-ui-tertiary-text-color)}#red-ui-settings-tab-keyboard .keyboard-shortcut-entry-unassigned .keyboard-shortcut-entry-key{font-style:italic}#red-ui-settings-tab-keyboard .keyboard-shortcut-entry-expanded{background:var(--red-ui-list-item-background-selected)}#red-ui-settings-tab-keyboard .keyboard-shortcut-entry-expanded .keyboard-shortcut-entry-key{width:150px}#red-ui-settings-tab-keyboard .keyboard-shortcut-entry-expanded .keyboard-shortcut-entry-scope{width:110px}#red-ui-settings-tab-keyboard .keyboard-shortcut-entry-expanded span{display:none}.help-key{border:1px solid var(--red-ui-tertiary-border-color);padding:4px;border-radius:3px;background:var(--red-ui-tertiary-background);font-family:var(--red-ui-monospace-font);box-shadow:var(--red-ui-shade-color 1px 1px 1px)}.help-key-block{white-space:nowrap}.red-ui-debug-window{padding:0;margin:0;background:var(--red-ui-secondary-background);line-height:20px}.red-ui-debug-window .red-ui-debug-msg-payload{font-size:14px}.red-ui-debug-content{position:absolute;top:43px;bottom:0px;left:0px;right:0px;overflow-y:auto}.red-ui-debug-filter-box{position:absolute;top:42px;left:0px;right:0px;z-index:20;background:var(--red-ui-tertiary-background);padding:10px;border-bottom:1px solid var(--red-ui-secondary-border-color);box-shadow:0 2px 6px var(--red-ui-shadow)}#red-ui-sidebar-debug-filter-node-list-row .red-ui-treeList-label.disabled{font-style:italic;color:var(--red-ui-secondary-text-color-disabled)}#red-ui-sidebar-debug-filter-node-list-row .red-ui-treeList-label.selected,#red-ui-sidebar-debug-filter-node-list-row .red-ui-treeList-label.selected .red-ui-treeList-sublabel-text{background:inherit}#red-ui-sidebar-debug-filter-node-list-row .red-ui-treeList-label.selected,#red-ui-sidebar-debug-filter-node-list-row .red-ui-treeList-label.selected .red-ui-treeList-sublabel-text{background:inherit}#red-ui-sidebar-debug-filter-node-list-row .red-ui-treeList-label.focus,#red-ui-sidebar-debug-filter-node-list-row .red-ui-treeList-label.focus .red-ui-treeList-sublabel-text{background:var(--red-ui-list-item-background-hover) !important}.red-ui-debug-msg{position:relative;border-bottom:1px solid var(--red-ui-debug-message-border);border-left:8px solid var(--red-ui-debug-message-border);border-right:8px solid var(--red-ui-debug-message-border);padding:2px}.red-ui-debug-msg>.red-ui-debug-msg-meta .red-ui-debug-msg-tools{display:none}.red-ui-debug-msg.red-ui-debug-msg-hover{border-right-color:var(--red-ui-debug-message-border-hover)}.red-ui-debug-msg.red-ui-debug-msg-hover>.red-ui-debug-msg-meta .red-ui-debug-msg-tools{display:inline-block}.red-ui-debug-msg-row .red-ui-debug-msg-tools-pin{display:none}.red-ui-debug-msg-row.red-ui-debug-msg-row-pinned .red-ui-debug-msg-tools-pin{display:inline-block}.red-ui-debug-msg-row:hover{background:var(--red-ui-debug-message-background-hover)}.red-ui-debug-msg-row:hover>.red-ui-debug-msg-tools .red-ui-debug-msg-tools-copy{display:inline-block}.red-ui-debug-msg-row:hover>.red-ui-debug-msg-tools .red-ui-debug-msg-tools-pin{display:inline-block}.red-ui-debug-msg-row:hover>.red-ui-debug-msg-tools .red-ui-debug-msg-tools-other{display:inline-block}.red-ui-debug-msg-meta .red-ui-debug-msg-tools .red-ui-button-small{font-size:11px}.red-ui-debug-msg-tools .button-group:not(:last-child){margin-right:3px}.red-ui-debug-msg-tools .red-ui-button-small{height:16px;line-height:14px;font-size:8px;border-radius:1px;padding:0 3px;min-width:18px}.red-ui-debug-msg-meta{background:var(--red-ui-debug-message-background);font-size:11px;color:var(--red-ui-secondary-text-color-inactive);overflow-wrap:anywhere}.red-ui-debug-msg-date{padding:1px 10px 1px 0px;white-space:nowrap}.red-ui-debug-msg-topic{display:block;color:var(--red-ui-debug-message-text-color-meta)}.red-ui-debug-msg-name{padding:1px 0px;color:var(--red-ui-secondary-text-color-inactive);white-space:nowrap}.red-ui-debug-msg-tools{position:absolute;top:3px;right:1px}.red-ui-debug-msg-tools .red-ui-debug-msg-tools-copy{display:none}.red-ui-debug-msg-tools .red-ui-debug-msg-tools-other{display:none}.red-ui-debug-msg-payload{display:block;padding:2px;background:var(--red-ui-debug-message-background);font-family:var(--red-ui-monospace-font);font-size:13px !important}.red-ui-debug-msg-level-log{border-left-color:var(--red-ui-debug-message-border);border-right-color:var(--red-ui-debug-message-border)}.red-ui-debug-msg-level-30{border-left-color:var(--red-ui-debug-message-border-warning);border-right-color:var(--red-ui-debug-message-border-warning)}.red-ui-debug-msg-level-20{border-left-color:var(--red-ui-debug-message-border-error);border-right-color:var(--red-ui-debug-message-border-error)}.red-ui-debug-msg-object-entry{position:relative;padding-left:15px}.red-ui-debug-msg-element{color:var(--red-ui-debug-message-text-color);line-height:1.3em;overflow-wrap:break-word}.red-ui-debug-msg-object-key{color:var(--red-ui-debug-message-text-color-object-key)}.red-ui-debug-msg-object-handle{color:var(--red-ui-secondary-text-color);font-size:1em;width:1em;text-align:center;transition:transform .1s ease-in-out;transform:rotate(90deg)}.red-ui-debug-msg-element:not(.red-ui-debug-msg-top-level)>.red-ui-debug-msg-expandable>.red-ui-debug-msg-object-handle{margin-left:-1em}.red-ui-debug-msg-object-entry>.red-ui-debug-msg-expandable>.red-ui-debug-msg-object-handle{margin-left:-1em}.red-ui-debug-msg-object-entry.collapsed>span>.red-ui-debug-msg-object-handle{transform:rotate(0deg)}.red-ui-debug-msg-element.collapsed>span>.red-ui-debug-msg-object-handle{transform:rotate(0deg)}.red-ui-debug-msg-object-entry.collapsed>.red-ui-debug-msg-object-entry{display:none}.red-ui-debug-msg-element.collapsed .red-ui-debug-msg-object-entry{display:none}.red-ui-debug-msg-element:not(.collapsed)>.red-ui-debug-msg-expandable>.red-ui-debug-msg-object-value>.red-ui-debug-msg-object-header{display:none}.red-ui-debug-msg-element.collapsed .red-ui-debug-msg-buffer-opts{display:none}.red-ui-debug-msg-element.collapsed .red-ui-debug-msg-object-type-header{display:none}.red-ui-debug-msg-object-entry pre{font-family:var(--red-ui-monospace-font);font-size:13px;line-height:1.2em;margin:0 0 0 -1em}.red-ui-debug-msg-type-other{color:var(--red-ui-debug-message-text-color-msg-type-other)}.red-ui-debug-msg-type-string{color:var(--red-ui-debug-message-text-color-msg-type-string)}.red-ui-debug-msg-type-null{color:var(--red-ui-debug-message-text-color-msg-type-null);font-style:italic}.red-ui-debug-msg-type-meta{color:var(--red-ui-debug-message-text-color-msg-type-meta);font-style:italic}.red-ui-debug-msg-type-number{color:var(--red-ui-debug-message-text-color-msg-type-number)}.red-ui-debug-msg-type-number-toggle{cursor:pointer}.red-ui-debug-msg-type-string{white-space:pre-wrap}.red-ui-debug-msg-row{display:block;padding:4px 2px 2px;position:relative}.red-ui-debug-msg-row.red-ui-debug-msg-row-pinned{background:var(--red-ui-secondary-background-selected)}.red-ui-debug-msg-expandable{cursor:pointer}.red-ui-debug-msg-expandable:hover .red-ui-debug-msg-object-handle{color:var(--red-ui-secondary-text-color-hover)}.red-ui-debug-msg-buffer-opts{margin-left:5px}.red-ui-debug-msg-buffer-raw>.red-ui-debug-msg-string-rows{display:none}.red-ui-debug-msg-buffer-string>.red-ui-debug-msg-array-rows{display:none}.red-ui-debug-msg-type-string-swatch{display:inline-block;width:1.1em;height:.9em;vertical-align:middle;border-radius:3px;margin:0 4px}.red-ui-editor-radial-menu{font-size:var(--red-ui-primary-font-size);font-family:var(--red-ui-primary-font);position:absolute;top:0;left:0;bottom:0;right:0;z-index:1000}.red-ui-editor-radial-menu>div{position:absolute;border-radius:80px;width:160px;height:160px;background:var(--red-ui-shadow);border:1px solid var(--red-ui-primary-border-color)}.red-ui-editor-radial-menu-opt{position:absolute;border-radius:20px;width:50px;height:50px;background:var(--red-ui-secondary-background);border:2px solid var(--red-ui-primary-border-color);text-align:center;line-height:50px}.red-ui-editor-radial-menu-opt.selected{background:var(--red-ui-workspace-button-background-hover)}.red-ui-editor-radial-menu-opt-disabled{border-color:var(--red-ui-tertiary-border-color);color:var(--red-ui-tertiary-border-color)}.red-ui-editor-radial-menu-opt-active{background:var(--red-ui-secondary-background-hover)}.red-ui-tourGuide-shade{position:absolute;top:0;left:0;bottom:0;right:0;z-index:2000;overflow:hidden}.red-ui-tourGuide-shade-focus{display:block;width:100px;height:100px;position:absolute;z-index:2001;transform:translate(-50%, -50%);border-radius:50%;border:2px solid var(--red-ui-tourGuide-border)}.red-ui-tourGuide-shade-focus.transition{transition:.4s ease;transition-property:width,height}.red-ui-tourGuide-shade-focus::before{content:"";position:absolute;width:100%;height:100%;border-radius:50%;border:solid 6000px var(--red-ui-shade-color);margin-left:-6000px;margin-top:-6000px;pointer-events:none}.red-ui-popover.red-ui-tourGuide-popover{z-index:2003;--red-ui-popover-background: var(--red-ui-secondary-background);--red-ui-popover-border: var(--red-ui-tourGuide-border);--red-ui-popover-color: var(--red-ui-primary-text-color)}.red-ui-popover.red-ui-tourGuide-popover .red-ui-popover-content h2{text-align:center;margin-top:0px;line-height:1.2em;color:var(--red-ui-tourGuide-heading-color)}.red-ui-popover.red-ui-tourGuide-popover .red-ui-popover-content h2 i.fa{font-size:1.5em}.red-ui-tourGuide-toolbar{min-height:36px;position:relative;display:flex;align-items:flex-end}.red-ui-tourGuide-breadcrumbs{flex-grow:1;display:flex;align-items:center;justify-content:center;font-size:6px}.red-ui-tourGuide-breadcrumbs>div{display:inline-block}.red-ui-tourGuide-breadcrumbs i{line-height:16px;margin:0 3px}.red-ui-tourGuide-popover-description{padding:10px 20px 5px}.red-ui-tourGuide-popover-description img{max-height:150px;border:1px solid var(--red-ui-tourGuide-border);border-radius:2px}.red-ui-tourGuide-popover-full .red-ui-tourGuide-popover-description{padding:20px 40px 10px;text-align:center}.red-ui-popover.red-ui-tourGuide-popover button.red-ui-button:not(.primary){background:var(--red-ui-secondary-background);color:var(--red-ui-primary-text-color) !important}.red-ui-popover.red-ui-tourGuide-popover button.red-ui-button:not(.primary):not(.disabled):not(.ui-button-disabled):hover{border-color:var(--red-ui-popover-button-border-color-hover)} \ No newline at end of file diff --git a/software/dashboard/grafana/csv/Node-RED_files/tinycolor-min.js b/software/dashboard/grafana/csv/Node-RED_files/tinycolor-min.js deleted file mode 100755 index 64bf76d..0000000 --- a/software/dashboard/grafana/csv/Node-RED_files/tinycolor-min.js +++ /dev/null @@ -1,4 +0,0 @@ -// TinyColor v1.4.2 -// https://github.com/bgrins/TinyColor -// 2020-09-25, Brian Grinstead, MIT License -!function(a){function b(a,d){if(a=a?a:"",d=d||{},a instanceof b)return a;if(!(this instanceof b))return new b(a,d);var e=c(a);this._originalInput=a,this._r=e.r,this._g=e.g,this._b=e.b,this._a=e.a,this._roundA=P(100*this._a)/100,this._format=d.format||e.format,this._gradientType=d.gradientType,this._r<1&&(this._r=P(this._r)),this._g<1&&(this._g=P(this._g)),this._b<1&&(this._b=P(this._b)),this._ok=e.ok,this._tc_id=O++}function c(a){var b={r:0,g:0,b:0},c=1,e=null,g=null,i=null,j=!1,k=!1;return"string"==typeof a&&(a=K(a)),"object"==typeof a&&(J(a.r)&&J(a.g)&&J(a.b)?(b=d(a.r,a.g,a.b),j=!0,k="%"===String(a.r).substr(-1)?"prgb":"rgb"):J(a.h)&&J(a.s)&&J(a.v)?(e=G(a.s),g=G(a.v),b=h(a.h,e,g),j=!0,k="hsv"):J(a.h)&&J(a.s)&&J(a.l)&&(e=G(a.s),i=G(a.l),b=f(a.h,e,i),j=!0,k="hsl"),a.hasOwnProperty("a")&&(c=a.a)),c=z(c),{ok:j,format:a.format||k,r:Q(255,R(b.r,0)),g:Q(255,R(b.g,0)),b:Q(255,R(b.b,0)),a:c}}function d(a,b,c){return{r:255*A(a,255),g:255*A(b,255),b:255*A(c,255)}}function e(a,b,c){a=A(a,255),b=A(b,255),c=A(c,255);var d,e,f=R(a,b,c),g=Q(a,b,c),h=(f+g)/2;if(f==g)d=e=0;else{var i=f-g;switch(e=h>.5?i/(2-f-g):i/(f+g),f){case a:d=(b-c)/i+(c>b?6:0);break;case b:d=(c-a)/i+2;break;case c:d=(a-b)/i+4}d/=6}return{h:d,s:e,l:h}}function f(a,b,c){function d(a,b,c){return 0>c&&(c+=1),c>1&&(c-=1),1/6>c?a+6*(b-a)*c:.5>c?b:2/3>c?a+(b-a)*(2/3-c)*6:a}var e,f,g;if(a=A(a,360),b=A(b,100),c=A(c,100),0===b)e=f=g=c;else{var h=.5>c?c*(1+b):c+b-c*b,i=2*c-h;e=d(i,h,a+1/3),f=d(i,h,a),g=d(i,h,a-1/3)}return{r:255*e,g:255*f,b:255*g}}function g(a,b,c){a=A(a,255),b=A(b,255),c=A(c,255);var d,e,f=R(a,b,c),g=Q(a,b,c),h=f,i=f-g;if(e=0===f?0:i/f,f==g)d=0;else{switch(f){case a:d=(b-c)/i+(c>b?6:0);break;case b:d=(c-a)/i+2;break;case c:d=(a-b)/i+4}d/=6}return{h:d,s:e,v:h}}function h(b,c,d){b=6*A(b,360),c=A(c,100),d=A(d,100);var e=a.floor(b),f=b-e,g=d*(1-c),h=d*(1-f*c),i=d*(1-(1-f)*c),j=e%6,k=[d,h,g,g,i,d][j],l=[i,d,d,h,g,g][j],m=[g,g,i,d,d,h][j];return{r:255*k,g:255*l,b:255*m}}function i(a,b,c,d){var e=[F(P(a).toString(16)),F(P(b).toString(16)),F(P(c).toString(16))];return d&&e[0].charAt(0)==e[0].charAt(1)&&e[1].charAt(0)==e[1].charAt(1)&&e[2].charAt(0)==e[2].charAt(1)?e[0].charAt(0)+e[1].charAt(0)+e[2].charAt(0):e.join("")}function j(a,b,c,d,e){var f=[F(P(a).toString(16)),F(P(b).toString(16)),F(P(c).toString(16)),F(H(d))];return e&&f[0].charAt(0)==f[0].charAt(1)&&f[1].charAt(0)==f[1].charAt(1)&&f[2].charAt(0)==f[2].charAt(1)&&f[3].charAt(0)==f[3].charAt(1)?f[0].charAt(0)+f[1].charAt(0)+f[2].charAt(0)+f[3].charAt(0):f.join("")}function k(a,b,c,d){var e=[F(H(d)),F(P(a).toString(16)),F(P(b).toString(16)),F(P(c).toString(16))];return e.join("")}function l(a,c){c=0===c?0:c||10;var d=b(a).toHsl();return d.s-=c/100,d.s=B(d.s),b(d)}function m(a,c){c=0===c?0:c||10;var d=b(a).toHsl();return d.s+=c/100,d.s=B(d.s),b(d)}function n(a){return b(a).desaturate(100)}function o(a,c){c=0===c?0:c||10;var d=b(a).toHsl();return d.l+=c/100,d.l=B(d.l),b(d)}function p(a,c){c=0===c?0:c||10;var d=b(a).toRgb();return d.r=R(0,Q(255,d.r-P(255*-(c/100)))),d.g=R(0,Q(255,d.g-P(255*-(c/100)))),d.b=R(0,Q(255,d.b-P(255*-(c/100)))),b(d)}function q(a,c){c=0===c?0:c||10;var d=b(a).toHsl();return d.l-=c/100,d.l=B(d.l),b(d)}function r(a,c){var d=b(a).toHsl(),e=(d.h+c)%360;return d.h=0>e?360+e:e,b(d)}function s(a){var c=b(a).toHsl();return c.h=(c.h+180)%360,b(c)}function t(a){var c=b(a).toHsl(),d=c.h;return[b(a),b({h:(d+120)%360,s:c.s,l:c.l}),b({h:(d+240)%360,s:c.s,l:c.l})]}function u(a){var c=b(a).toHsl(),d=c.h;return[b(a),b({h:(d+90)%360,s:c.s,l:c.l}),b({h:(d+180)%360,s:c.s,l:c.l}),b({h:(d+270)%360,s:c.s,l:c.l})]}function v(a){var c=b(a).toHsl(),d=c.h;return[b(a),b({h:(d+72)%360,s:c.s,l:c.l}),b({h:(d+216)%360,s:c.s,l:c.l})]}function w(a,c,d){c=c||6,d=d||30;var e=b(a).toHsl(),f=360/d,g=[b(a)];for(e.h=(e.h-(f*c>>1)+720)%360;--c;)e.h=(e.h+f)%360,g.push(b(e));return g}function x(a,c){c=c||6;for(var d=b(a).toHsv(),e=d.h,f=d.s,g=d.v,h=[],i=1/c;c--;)h.push(b({h:e,s:f,v:g})),g=(g+i)%1;return h}function y(a){var b={};for(var c in a)a.hasOwnProperty(c)&&(b[a[c]]=c);return b}function z(a){return a=parseFloat(a),(isNaN(a)||0>a||a>1)&&(a=1),a}function A(b,c){D(b)&&(b="100%");var d=E(b);return b=Q(c,R(0,parseFloat(b))),d&&(b=parseInt(b*c,10)/100),a.abs(b-c)<1e-6?1:b%c/parseFloat(c)}function B(a){return Q(1,R(0,a))}function C(a){return parseInt(a,16)}function D(a){return"string"==typeof a&&-1!=a.indexOf(".")&&1===parseFloat(a)}function E(a){return"string"==typeof a&&-1!=a.indexOf("%")}function F(a){return 1==a.length?"0"+a:""+a}function G(a){return 1>=a&&(a=100*a+"%"),a}function H(b){return a.round(255*parseFloat(b)).toString(16)}function I(a){return C(a)/255}function J(a){return!!V.CSS_UNIT.exec(a)}function K(a){a=a.replace(M,"").replace(N,"").toLowerCase();var b=!1;if(T[a])a=T[a],b=!0;else if("transparent"==a)return{r:0,g:0,b:0,a:0,format:"name"};var c;return(c=V.rgb.exec(a))?{r:c[1],g:c[2],b:c[3]}:(c=V.rgba.exec(a))?{r:c[1],g:c[2],b:c[3],a:c[4]}:(c=V.hsl.exec(a))?{h:c[1],s:c[2],l:c[3]}:(c=V.hsla.exec(a))?{h:c[1],s:c[2],l:c[3],a:c[4]}:(c=V.hsv.exec(a))?{h:c[1],s:c[2],v:c[3]}:(c=V.hsva.exec(a))?{h:c[1],s:c[2],v:c[3],a:c[4]}:(c=V.hex8.exec(a))?{r:C(c[1]),g:C(c[2]),b:C(c[3]),a:I(c[4]),format:b?"name":"hex8"}:(c=V.hex6.exec(a))?{r:C(c[1]),g:C(c[2]),b:C(c[3]),format:b?"name":"hex"}:(c=V.hex4.exec(a))?{r:C(c[1]+""+c[1]),g:C(c[2]+""+c[2]),b:C(c[3]+""+c[3]),a:I(c[4]+""+c[4]),format:b?"name":"hex8"}:(c=V.hex3.exec(a))?{r:C(c[1]+""+c[1]),g:C(c[2]+""+c[2]),b:C(c[3]+""+c[3]),format:b?"name":"hex"}:!1}function L(a){var b,c;return a=a||{level:"AA",size:"small"},b=(a.level||"AA").toUpperCase(),c=(a.size||"small").toLowerCase(),"AA"!==b&&"AAA"!==b&&(b="AA"),"small"!==c&&"large"!==c&&(c="small"),{level:b,size:c}}var M=/^\s+/,N=/\s+$/,O=0,P=a.round,Q=a.min,R=a.max,S=a.random;b.prototype={isDark:function(){return this.getBrightness()<128},isLight:function(){return!this.isDark()},isValid:function(){return this._ok},getOriginalInput:function(){return this._originalInput},getFormat:function(){return this._format},getAlpha:function(){return this._a},getBrightness:function(){var a=this.toRgb();return(299*a.r+587*a.g+114*a.b)/1e3},getLuminance:function(){var b,c,d,e,f,g,h=this.toRgb();return b=h.r/255,c=h.g/255,d=h.b/255,e=.03928>=b?b/12.92:a.pow((b+.055)/1.055,2.4),f=.03928>=c?c/12.92:a.pow((c+.055)/1.055,2.4),g=.03928>=d?d/12.92:a.pow((d+.055)/1.055,2.4),.2126*e+.7152*f+.0722*g},setAlpha:function(a){return this._a=z(a),this._roundA=P(100*this._a)/100,this},toHsv:function(){var a=g(this._r,this._g,this._b);return{h:360*a.h,s:a.s,v:a.v,a:this._a}},toHsvString:function(){var a=g(this._r,this._g,this._b),b=P(360*a.h),c=P(100*a.s),d=P(100*a.v);return 1==this._a?"hsv("+b+", "+c+"%, "+d+"%)":"hsva("+b+", "+c+"%, "+d+"%, "+this._roundA+")"},toHsl:function(){var a=e(this._r,this._g,this._b);return{h:360*a.h,s:a.s,l:a.l,a:this._a}},toHslString:function(){var a=e(this._r,this._g,this._b),b=P(360*a.h),c=P(100*a.s),d=P(100*a.l);return 1==this._a?"hsl("+b+", "+c+"%, "+d+"%)":"hsla("+b+", "+c+"%, "+d+"%, "+this._roundA+")"},toHex:function(a){return i(this._r,this._g,this._b,a)},toHexString:function(a){return"#"+this.toHex(a)},toHex8:function(a){return j(this._r,this._g,this._b,this._a,a)},toHex8String:function(a){return"#"+this.toHex8(a)},toRgb:function(){return{r:P(this._r),g:P(this._g),b:P(this._b),a:this._a}},toRgbString:function(){return 1==this._a?"rgb("+P(this._r)+", "+P(this._g)+", "+P(this._b)+")":"rgba("+P(this._r)+", "+P(this._g)+", "+P(this._b)+", "+this._roundA+")"},toPercentageRgb:function(){return{r:P(100*A(this._r,255))+"%",g:P(100*A(this._g,255))+"%",b:P(100*A(this._b,255))+"%",a:this._a}},toPercentageRgbString:function(){return 1==this._a?"rgb("+P(100*A(this._r,255))+"%, "+P(100*A(this._g,255))+"%, "+P(100*A(this._b,255))+"%)":"rgba("+P(100*A(this._r,255))+"%, "+P(100*A(this._g,255))+"%, "+P(100*A(this._b,255))+"%, "+this._roundA+")"},toName:function(){return 0===this._a?"transparent":this._a<1?!1:U[i(this._r,this._g,this._b,!0)]||!1},toFilter:function(a){var c="#"+k(this._r,this._g,this._b,this._a),d=c,e=this._gradientType?"GradientType = 1, ":"";if(a){var f=b(a);d="#"+k(f._r,f._g,f._b,f._a)}return"progid:DXImageTransform.Microsoft.gradient("+e+"startColorstr="+c+",endColorstr="+d+")"},toString:function(a){var b=!!a;a=a||this._format;var c=!1,d=this._a<1&&this._a>=0,e=!b&&d&&("hex"===a||"hex6"===a||"hex3"===a||"hex4"===a||"hex8"===a||"name"===a);return e?"name"===a&&0===this._a?this.toName():this.toRgbString():("rgb"===a&&(c=this.toRgbString()),"prgb"===a&&(c=this.toPercentageRgbString()),("hex"===a||"hex6"===a)&&(c=this.toHexString()),"hex3"===a&&(c=this.toHexString(!0)),"hex4"===a&&(c=this.toHex8String(!0)),"hex8"===a&&(c=this.toHex8String()),"name"===a&&(c=this.toName()),"hsl"===a&&(c=this.toHslString()),"hsv"===a&&(c=this.toHsvString()),c||this.toHexString())},clone:function(){return b(this.toString())},_applyModification:function(a,b){var c=a.apply(null,[this].concat([].slice.call(b)));return this._r=c._r,this._g=c._g,this._b=c._b,this.setAlpha(c._a),this},lighten:function(){return this._applyModification(o,arguments)},brighten:function(){return this._applyModification(p,arguments)},darken:function(){return this._applyModification(q,arguments)},desaturate:function(){return this._applyModification(l,arguments)},saturate:function(){return this._applyModification(m,arguments)},greyscale:function(){return this._applyModification(n,arguments)},spin:function(){return this._applyModification(r,arguments)},_applyCombination:function(a,b){return a.apply(null,[this].concat([].slice.call(b)))},analogous:function(){return this._applyCombination(w,arguments)},complement:function(){return this._applyCombination(s,arguments)},monochromatic:function(){return this._applyCombination(x,arguments)},splitcomplement:function(){return this._applyCombination(v,arguments)},triad:function(){return this._applyCombination(t,arguments)},tetrad:function(){return this._applyCombination(u,arguments)}},b.fromRatio=function(a,c){if("object"==typeof a){var d={};for(var e in a)a.hasOwnProperty(e)&&("a"===e?d[e]=a[e]:d[e]=G(a[e]));a=d}return b(a,c)},b.equals=function(a,c){return a&&c?b(a).toRgbString()==b(c).toRgbString():!1},b.random=function(){return b.fromRatio({r:S(),g:S(),b:S()})},b.mix=function(a,c,d){d=0===d?0:d||50;var e=b(a).toRgb(),f=b(c).toRgb(),g=d/100,h={r:(f.r-e.r)*g+e.r,g:(f.g-e.g)*g+e.g,b:(f.b-e.b)*g+e.b,a:(f.a-e.a)*g+e.a};return b(h)},b.readability=function(c,d){var e=b(c),f=b(d);return(a.max(e.getLuminance(),f.getLuminance())+.05)/(a.min(e.getLuminance(),f.getLuminance())+.05)},b.isReadable=function(a,c,d){var e,f,g=b.readability(a,c);switch(f=!1,e=L(d),e.level+e.size){case"AAsmall":case"AAAlarge":f=g>=4.5;break;case"AAlarge":f=g>=3;break;case"AAAsmall":f=g>=7}return f},b.mostReadable=function(a,c,d){var e,f,g,h,i=null,j=0;d=d||{},f=d.includeFallbackColors,g=d.level,h=d.size;for(var k=0;k<c.length;k++)e=b.readability(a,c[k]),e>j&&(j=e,i=b(c[k]));return b.isReadable(a,i,{level:g,size:h})||!f?i:(d.includeFallbackColors=!1,b.mostReadable(a,["#fff","#000"],d))};var T=b.names={aliceblue:"f0f8ff",antiquewhite:"faebd7",aqua:"0ff",aquamarine:"7fffd4",azure:"f0ffff",beige:"f5f5dc",bisque:"ffe4c4",black:"000",blanchedalmond:"ffebcd",blue:"00f",blueviolet:"8a2be2",brown:"a52a2a",burlywood:"deb887",burntsienna:"ea7e5d",cadetblue:"5f9ea0",chartreuse:"7fff00",chocolate:"d2691e",coral:"ff7f50",cornflowerblue:"6495ed",cornsilk:"fff8dc",crimson:"dc143c",cyan:"0ff",darkblue:"00008b",darkcyan:"008b8b",darkgoldenrod:"b8860b",darkgray:"a9a9a9",darkgreen:"006400",darkgrey:"a9a9a9",darkkhaki:"bdb76b",darkmagenta:"8b008b",darkolivegreen:"556b2f",darkorange:"ff8c00",darkorchid:"9932cc",darkred:"8b0000",darksalmon:"e9967a",darkseagreen:"8fbc8f",darkslateblue:"483d8b",darkslategray:"2f4f4f",darkslategrey:"2f4f4f",darkturquoise:"00ced1",darkviolet:"9400d3",deeppink:"ff1493",deepskyblue:"00bfff",dimgray:"696969",dimgrey:"696969",dodgerblue:"1e90ff",firebrick:"b22222",floralwhite:"fffaf0",forestgreen:"228b22",fuchsia:"f0f",gainsboro:"dcdcdc",ghostwhite:"f8f8ff",gold:"ffd700",goldenrod:"daa520",gray:"808080",green:"008000",greenyellow:"adff2f",grey:"808080",honeydew:"f0fff0",hotpink:"ff69b4",indianred:"cd5c5c",indigo:"4b0082",ivory:"fffff0",khaki:"f0e68c",lavender:"e6e6fa",lavenderblush:"fff0f5",lawngreen:"7cfc00",lemonchiffon:"fffacd",lightblue:"add8e6",lightcoral:"f08080",lightcyan:"e0ffff",lightgoldenrodyellow:"fafad2",lightgray:"d3d3d3",lightgreen:"90ee90",lightgrey:"d3d3d3",lightpink:"ffb6c1",lightsalmon:"ffa07a",lightseagreen:"20b2aa",lightskyblue:"87cefa",lightslategray:"789",lightslategrey:"789",lightsteelblue:"b0c4de",lightyellow:"ffffe0",lime:"0f0",limegreen:"32cd32",linen:"faf0e6",magenta:"f0f",maroon:"800000",mediumaquamarine:"66cdaa",mediumblue:"0000cd",mediumorchid:"ba55d3",mediumpurple:"9370db",mediumseagreen:"3cb371",mediumslateblue:"7b68ee",mediumspringgreen:"00fa9a",mediumturquoise:"48d1cc",mediumvioletred:"c71585",midnightblue:"191970",mintcream:"f5fffa",mistyrose:"ffe4e1",moccasin:"ffe4b5",navajowhite:"ffdead",navy:"000080",oldlace:"fdf5e6",olive:"808000",olivedrab:"6b8e23",orange:"ffa500",orangered:"ff4500",orchid:"da70d6",palegoldenrod:"eee8aa",palegreen:"98fb98",paleturquoise:"afeeee",palevioletred:"db7093",papayawhip:"ffefd5",peachpuff:"ffdab9",peru:"cd853f",pink:"ffc0cb",plum:"dda0dd",powderblue:"b0e0e6",purple:"800080",rebeccapurple:"663399",red:"f00",rosybrown:"bc8f8f",royalblue:"4169e1",saddlebrown:"8b4513",salmon:"fa8072",sandybrown:"f4a460",seagreen:"2e8b57",seashell:"fff5ee",sienna:"a0522d",silver:"c0c0c0",skyblue:"87ceeb",slateblue:"6a5acd",slategray:"708090",slategrey:"708090",snow:"fffafa",springgreen:"00ff7f",steelblue:"4682b4",tan:"d2b48c",teal:"008080",thistle:"d8bfd8",tomato:"ff6347",turquoise:"40e0d0",violet:"ee82ee",wheat:"f5deb3",white:"fff",whitesmoke:"f5f5f5",yellow:"ff0",yellowgreen:"9acd32"},U=b.hexNames=y(T),V=function(){var a="[-\\+]?\\d+%?",b="[-\\+]?\\d*\\.\\d+%?",c="(?:"+b+")|(?:"+a+")",d="[\\s|\\(]+("+c+")[,|\\s]+("+c+")[,|\\s]+("+c+")\\s*\\)?",e="[\\s|\\(]+("+c+")[,|\\s]+("+c+")[,|\\s]+("+c+")[,|\\s]+("+c+")\\s*\\)?";return{CSS_UNIT:new RegExp(c),rgb:new RegExp("rgb"+d),rgba:new RegExp("rgba"+e),hsl:new RegExp("hsl"+d),hsla:new RegExp("hsla"+e),hsv:new RegExp("hsv"+d),hsva:new RegExp("hsva"+e),hex3:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex6:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/,hex4:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex8:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/}}();"undefined"!=typeof module&&module.exports?module.exports=b:"function"==typeof define&&define.amd?define(function(){return b}):window.tinycolor=b}(Math); diff --git a/software/dashboard/grafana/csv/Node-RED_files/vendor.js b/software/dashboard/grafana/csv/Node-RED_files/vendor.js deleted file mode 100755 index 1a9f4f7..0000000 --- a/software/dashboard/grafana/csv/Node-RED_files/vendor.js +++ /dev/null @@ -1,298 +0,0 @@ -/*! jQuery v3.5.1 | (c) JS Foundation and other contributors | jquery.org/license */ -!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(C,e){"use strict";var t=[],r=Object.getPrototypeOf,s=t.slice,g=t.flat?function(e){return t.flat.call(e)}:function(e){return t.concat.apply([],e)},u=t.push,i=t.indexOf,n={},o=n.toString,v=n.hasOwnProperty,a=v.toString,l=a.call(Object),y={},m=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType},x=function(e){return null!=e&&e===e.window},E=C.document,c={type:!0,src:!0,nonce:!0,noModule:!0};function b(e,t,n){var r,i,o=(n=n||E).createElement("script");if(o.text=e,t)for(r in c)(i=t[r]||t.getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}function w(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?n[o.call(e)]||"object":typeof e}var f="3.5.1",S=function(e,t){return new S.fn.init(e,t)};function p(e){var t=!!e&&"length"in e&&e.length,n=w(e);return!m(e)&&!x(e)&&("array"===n||0===t||"number"==typeof t&&0<t&&t-1 in e)}S.fn=S.prototype={jquery:f,constructor:S,length:0,toArray:function(){return s.call(this)},get:function(e){return null==e?s.call(this):e<0?this[e+this.length]:this[e]},pushStack:function(e){var t=S.merge(this.constructor(),e);return t.prevObject=this,t},each:function(e){return S.each(this,e)},map:function(n){return this.pushStack(S.map(this,function(e,t){return n.call(e,t,e)}))},slice:function(){return this.pushStack(s.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},even:function(){return this.pushStack(S.grep(this,function(e,t){return(t+1)%2}))},odd:function(){return this.pushStack(S.grep(this,function(e,t){return t%2}))},eq:function(e){var t=this.length,n=+e+(e<0?t:0);return this.pushStack(0<=n&&n<t?[this[n]]:[])},end:function(){return this.prevObject||this.constructor()},push:u,sort:t.sort,splice:t.splice},S.extend=S.fn.extend=function(){var e,t,n,r,i,o,a=arguments[0]||{},s=1,u=arguments.length,l=!1;for("boolean"==typeof a&&(l=a,a=arguments[s]||{},s++),"object"==typeof a||m(a)||(a={}),s===u&&(a=this,s--);s<u;s++)if(null!=(e=arguments[s]))for(t in e)r=e[t],"__proto__"!==t&&a!==r&&(l&&r&&(S.isPlainObject(r)||(i=Array.isArray(r)))?(n=a[t],o=i&&!Array.isArray(n)?[]:i||S.isPlainObject(n)?n:{},i=!1,a[t]=S.extend(l,o,r)):void 0!==r&&(a[t]=r));return a},S.extend({expando:"jQuery"+(f+Math.random()).replace(/\D/g,""),isReady:!0,error:function(e){throw new Error(e)},noop:function(){},isPlainObject:function(e){var t,n;return!(!e||"[object Object]"!==o.call(e))&&(!(t=r(e))||"function"==typeof(n=v.call(t,"constructor")&&t.constructor)&&a.call(n)===l)},isEmptyObject:function(e){var t;for(t in e)return!1;return!0},globalEval:function(e,t,n){b(e,{nonce:t&&t.nonce},n)},each:function(e,t){var n,r=0;if(p(e)){for(n=e.length;r<n;r++)if(!1===t.call(e[r],r,e[r]))break}else for(r in e)if(!1===t.call(e[r],r,e[r]))break;return e},makeArray:function(e,t){var n=t||[];return null!=e&&(p(Object(e))?S.merge(n,"string"==typeof e?[e]:e):u.call(n,e)),n},inArray:function(e,t,n){return null==t?-1:i.call(t,e,n)},merge:function(e,t){for(var n=+t.length,r=0,i=e.length;r<n;r++)e[i++]=t[r];return e.length=i,e},grep:function(e,t,n){for(var r=[],i=0,o=e.length,a=!n;i<o;i++)!t(e[i],i)!==a&&r.push(e[i]);return r},map:function(e,t,n){var r,i,o=0,a=[];if(p(e))for(r=e.length;o<r;o++)null!=(i=t(e[o],o,n))&&a.push(i);else for(o in e)null!=(i=t(e[o],o,n))&&a.push(i);return g(a)},guid:1,support:y}),"function"==typeof Symbol&&(S.fn[Symbol.iterator]=t[Symbol.iterator]),S.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),function(e,t){n["[object "+t+"]"]=t.toLowerCase()});var d=function(n){var e,d,b,o,i,h,f,g,w,u,l,T,C,a,E,v,s,c,y,S="sizzle"+1*new Date,p=n.document,k=0,r=0,m=ue(),x=ue(),A=ue(),N=ue(),D=function(e,t){return e===t&&(l=!0),0},j={}.hasOwnProperty,t=[],q=t.pop,L=t.push,H=t.push,O=t.slice,P=function(e,t){for(var n=0,r=e.length;n<r;n++)if(e[n]===t)return n;return-1},R="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",M="[\\x20\\t\\r\\n\\f]",I="(?:\\\\[\\da-fA-F]{1,6}"+M+"?|\\\\[^\\r\\n\\f]|[\\w-]|[^\0-\\x7f])+",W="\\["+M+"*("+I+")(?:"+M+"*([*^$|!~]?=)"+M+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+I+"))|)"+M+"*\\]",F=":("+I+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+W+")*)|.*)\\)|)",B=new RegExp(M+"+","g"),$=new RegExp("^"+M+"+|((?:^|[^\\\\])(?:\\\\.)*)"+M+"+$","g"),_=new RegExp("^"+M+"*,"+M+"*"),z=new RegExp("^"+M+"*([>+~]|"+M+")"+M+"*"),U=new RegExp(M+"|>"),X=new RegExp(F),V=new RegExp("^"+I+"$"),G={ID:new RegExp("^#("+I+")"),CLASS:new RegExp("^\\.("+I+")"),TAG:new RegExp("^("+I+"|[*])"),ATTR:new RegExp("^"+W),PSEUDO:new RegExp("^"+F),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+R+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},Y=/HTML$/i,Q=/^(?:input|select|textarea|button)$/i,J=/^h\d$/i,K=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ee=/[+~]/,te=new RegExp("\\\\[\\da-fA-F]{1,6}"+M+"?|\\\\([^\\r\\n\\f])","g"),ne=function(e,t){var n="0x"+e.slice(1)-65536;return t||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},re=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ie=function(e,t){return t?"\0"===e?"\ufffd":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},oe=function(){T()},ae=be(function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()},{dir:"parentNode",next:"legend"});try{H.apply(t=O.call(p.childNodes),p.childNodes),t[p.childNodes.length].nodeType}catch(e){H={apply:t.length?function(e,t){L.apply(e,O.call(t))}:function(e,t){var n=e.length,r=0;while(e[n++]=t[r++]);e.length=n-1}}}function se(t,e,n,r){var i,o,a,s,u,l,c,f=e&&e.ownerDocument,p=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==p&&9!==p&&11!==p)return n;if(!r&&(T(e),e=e||C,E)){if(11!==p&&(u=Z.exec(t)))if(i=u[1]){if(9===p){if(!(a=e.getElementById(i)))return n;if(a.id===i)return n.push(a),n}else if(f&&(a=f.getElementById(i))&&y(e,a)&&a.id===i)return n.push(a),n}else{if(u[2])return H.apply(n,e.getElementsByTagName(t)),n;if((i=u[3])&&d.getElementsByClassName&&e.getElementsByClassName)return H.apply(n,e.getElementsByClassName(i)),n}if(d.qsa&&!N[t+" "]&&(!v||!v.test(t))&&(1!==p||"object"!==e.nodeName.toLowerCase())){if(c=t,f=e,1===p&&(U.test(t)||z.test(t))){(f=ee.test(t)&&ye(e.parentNode)||e)===e&&d.scope||((s=e.getAttribute("id"))?s=s.replace(re,ie):e.setAttribute("id",s=S)),o=(l=h(t)).length;while(o--)l[o]=(s?"#"+s:":scope")+" "+xe(l[o]);c=l.join(",")}try{return H.apply(n,f.querySelectorAll(c)),n}catch(e){N(t,!0)}finally{s===S&&e.removeAttribute("id")}}}return g(t.replace($,"$1"),e,n,r)}function ue(){var r=[];return function e(t,n){return r.push(t+" ")>b.cacheLength&&delete e[r.shift()],e[t+" "]=n}}function le(e){return e[S]=!0,e}function ce(e){var t=C.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function fe(e,t){var n=e.split("|"),r=n.length;while(r--)b.attrHandle[n[r]]=t}function pe(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)while(n=n.nextSibling)if(n===t)return-1;return e?1:-1}function de(t){return function(e){return"input"===e.nodeName.toLowerCase()&&e.type===t}}function he(n){return function(e){var t=e.nodeName.toLowerCase();return("input"===t||"button"===t)&&e.type===n}}function ge(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&ae(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function ve(a){return le(function(o){return o=+o,le(function(e,t){var n,r=a([],e.length,o),i=r.length;while(i--)e[n=r[i]]&&(e[n]=!(t[n]=e[n]))})})}function ye(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}for(e in d=se.support={},i=se.isXML=function(e){var t=e.namespaceURI,n=(e.ownerDocument||e).documentElement;return!Y.test(t||n&&n.nodeName||"HTML")},T=se.setDocument=function(e){var t,n,r=e?e.ownerDocument||e:p;return r!=C&&9===r.nodeType&&r.documentElement&&(a=(C=r).documentElement,E=!i(C),p!=C&&(n=C.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",oe,!1):n.attachEvent&&n.attachEvent("onunload",oe)),d.scope=ce(function(e){return a.appendChild(e).appendChild(C.createElement("div")),"undefined"!=typeof e.querySelectorAll&&!e.querySelectorAll(":scope fieldset div").length}),d.attributes=ce(function(e){return e.className="i",!e.getAttribute("className")}),d.getElementsByTagName=ce(function(e){return e.appendChild(C.createComment("")),!e.getElementsByTagName("*").length}),d.getElementsByClassName=K.test(C.getElementsByClassName),d.getById=ce(function(e){return a.appendChild(e).id=S,!C.getElementsByName||!C.getElementsByName(S).length}),d.getById?(b.filter.ID=function(e){var t=e.replace(te,ne);return function(e){return e.getAttribute("id")===t}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n=t.getElementById(e);return n?[n]:[]}}):(b.filter.ID=function(e){var n=e.replace(te,ne);return function(e){var t="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return t&&t.value===n}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),b.find.TAG=d.getElementsByTagName?function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):d.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){while(n=o[i++])1===n.nodeType&&r.push(n);return r}return o},b.find.CLASS=d.getElementsByClassName&&function(e,t){if("undefined"!=typeof t.getElementsByClassName&&E)return t.getElementsByClassName(e)},s=[],v=[],(d.qsa=K.test(C.querySelectorAll))&&(ce(function(e){var t;a.appendChild(e).innerHTML="<a id='"+S+"'></a><select id='"+S+"-\r\\' msallowcapture=''><option selected=''></option></select>",e.querySelectorAll("[msallowcapture^='']").length&&v.push("[*^$]="+M+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||v.push("\\["+M+"*(?:value|"+R+")"),e.querySelectorAll("[id~="+S+"-]").length||v.push("~="),(t=C.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||v.push("\\["+M+"*name"+M+"*="+M+"*(?:''|\"\")"),e.querySelectorAll(":checked").length||v.push(":checked"),e.querySelectorAll("a#"+S+"+*").length||v.push(".#.+[+~]"),e.querySelectorAll("\\\f"),v.push("[\\r\\n\\f]")}),ce(function(e){e.innerHTML="<a href='' disabled='disabled'></a><select disabled='disabled'><option/></select>";var t=C.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&v.push("name"+M+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&v.push(":enabled",":disabled"),a.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&v.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),v.push(",.*:")})),(d.matchesSelector=K.test(c=a.matches||a.webkitMatchesSelector||a.mozMatchesSelector||a.oMatchesSelector||a.msMatchesSelector))&&ce(function(e){d.disconnectedMatch=c.call(e,"*"),c.call(e,"[s!='']:x"),s.push("!=",F)}),v=v.length&&new RegExp(v.join("|")),s=s.length&&new RegExp(s.join("|")),t=K.test(a.compareDocumentPosition),y=t||K.test(a.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)while(t=t.parentNode)if(t===e)return!0;return!1},D=t?function(e,t){if(e===t)return l=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!d.sortDetached&&t.compareDocumentPosition(e)===n?e==C||e.ownerDocument==p&&y(p,e)?-1:t==C||t.ownerDocument==p&&y(p,t)?1:u?P(u,e)-P(u,t):0:4&n?-1:1)}:function(e,t){if(e===t)return l=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e==C?-1:t==C?1:i?-1:o?1:u?P(u,e)-P(u,t):0;if(i===o)return pe(e,t);n=e;while(n=n.parentNode)a.unshift(n);n=t;while(n=n.parentNode)s.unshift(n);while(a[r]===s[r])r++;return r?pe(a[r],s[r]):a[r]==p?-1:s[r]==p?1:0}),C},se.matches=function(e,t){return se(e,null,null,t)},se.matchesSelector=function(e,t){if(T(e),d.matchesSelector&&E&&!N[t+" "]&&(!s||!s.test(t))&&(!v||!v.test(t)))try{var n=c.call(e,t);if(n||d.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){N(t,!0)}return 0<se(t,C,null,[e]).length},se.contains=function(e,t){return(e.ownerDocument||e)!=C&&T(e),y(e,t)},se.attr=function(e,t){(e.ownerDocument||e)!=C&&T(e);var n=b.attrHandle[t.toLowerCase()],r=n&&j.call(b.attrHandle,t.toLowerCase())?n(e,t,!E):void 0;return void 0!==r?r:d.attributes||!E?e.getAttribute(t):(r=e.getAttributeNode(t))&&r.specified?r.value:null},se.escape=function(e){return(e+"").replace(re,ie)},se.error=function(e){throw new Error("Syntax error, unrecognized expression: "+e)},se.uniqueSort=function(e){var t,n=[],r=0,i=0;if(l=!d.detectDuplicates,u=!d.sortStable&&e.slice(0),e.sort(D),l){while(t=e[i++])t===e[i]&&(r=n.push(i));while(r--)e.splice(n[r],1)}return u=null,e},o=se.getText=function(e){var t,n="",r=0,i=e.nodeType;if(i){if(1===i||9===i||11===i){if("string"==typeof e.textContent)return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)n+=o(e)}else if(3===i||4===i)return e.nodeValue}else while(t=e[r++])n+=o(t);return n},(b=se.selectors={cacheLength:50,createPseudo:le,match:G,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(te,ne),e[3]=(e[3]||e[4]||e[5]||"").replace(te,ne),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||se.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&se.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return G.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&X.test(n)&&(t=h(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(te,ne).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=m[e+" "];return t||(t=new RegExp("(^|"+M+")"+e+"("+M+"|$)"))&&m(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(n,r,i){return function(e){var t=se.attr(e,n);return null==t?"!="===r:!r||(t+="","="===r?t===i:"!="===r?t!==i:"^="===r?i&&0===t.indexOf(i):"*="===r?i&&-1<t.indexOf(i):"$="===r?i&&t.slice(-i.length)===i:"~="===r?-1<(" "+t.replace(B," ")+" ").indexOf(i):"|="===r&&(t===i||t.slice(0,i.length+1)===i+"-"))}},CHILD:function(h,e,t,g,v){var y="nth"!==h.slice(0,3),m="last"!==h.slice(-4),x="of-type"===e;return 1===g&&0===v?function(e){return!!e.parentNode}:function(e,t,n){var r,i,o,a,s,u,l=y!==m?"nextSibling":"previousSibling",c=e.parentNode,f=x&&e.nodeName.toLowerCase(),p=!n&&!x,d=!1;if(c){if(y){while(l){a=e;while(a=a[l])if(x?a.nodeName.toLowerCase()===f:1===a.nodeType)return!1;u=l="only"===h&&!u&&"nextSibling"}return!0}if(u=[m?c.firstChild:c.lastChild],m&&p){d=(s=(r=(i=(o=(a=c)[S]||(a[S]={}))[a.uniqueID]||(o[a.uniqueID]={}))[h]||[])[0]===k&&r[1])&&r[2],a=s&&c.childNodes[s];while(a=++s&&a&&a[l]||(d=s=0)||u.pop())if(1===a.nodeType&&++d&&a===e){i[h]=[k,s,d];break}}else if(p&&(d=s=(r=(i=(o=(a=e)[S]||(a[S]={}))[a.uniqueID]||(o[a.uniqueID]={}))[h]||[])[0]===k&&r[1]),!1===d)while(a=++s&&a&&a[l]||(d=s=0)||u.pop())if((x?a.nodeName.toLowerCase()===f:1===a.nodeType)&&++d&&(p&&((i=(o=a[S]||(a[S]={}))[a.uniqueID]||(o[a.uniqueID]={}))[h]=[k,d]),a===e))break;return(d-=v)===g||d%g==0&&0<=d/g}}},PSEUDO:function(e,o){var t,a=b.pseudos[e]||b.setFilters[e.toLowerCase()]||se.error("unsupported pseudo: "+e);return a[S]?a(o):1<a.length?(t=[e,e,"",o],b.setFilters.hasOwnProperty(e.toLowerCase())?le(function(e,t){var n,r=a(e,o),i=r.length;while(i--)e[n=P(e,r[i])]=!(t[n]=r[i])}):function(e){return a(e,0,t)}):a}},pseudos:{not:le(function(e){var r=[],i=[],s=f(e.replace($,"$1"));return s[S]?le(function(e,t,n,r){var i,o=s(e,null,r,[]),a=e.length;while(a--)(i=o[a])&&(e[a]=!(t[a]=i))}):function(e,t,n){return r[0]=e,s(r,null,n,i),r[0]=null,!i.pop()}}),has:le(function(t){return function(e){return 0<se(t,e).length}}),contains:le(function(t){return t=t.replace(te,ne),function(e){return-1<(e.textContent||o(e)).indexOf(t)}}),lang:le(function(n){return V.test(n||"")||se.error("unsupported lang: "+n),n=n.replace(te,ne).toLowerCase(),function(e){var t;do{if(t=E?e.lang:e.getAttribute("xml:lang")||e.getAttribute("lang"))return(t=t.toLowerCase())===n||0===t.indexOf(n+"-")}while((e=e.parentNode)&&1===e.nodeType);return!1}}),target:function(e){var t=n.location&&n.location.hash;return t&&t.slice(1)===e.id},root:function(e){return e===a},focus:function(e){return e===C.activeElement&&(!C.hasFocus||C.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},enabled:ge(!1),disabled:ge(!0),checked:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&!!e.checked||"option"===t&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,!0===e.selected},empty:function(e){for(e=e.firstChild;e;e=e.nextSibling)if(e.nodeType<6)return!1;return!0},parent:function(e){return!b.pseudos.empty(e)},header:function(e){return J.test(e.nodeName)},input:function(e){return Q.test(e.nodeName)},button:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&"button"===e.type||"button"===t},text:function(e){var t;return"input"===e.nodeName.toLowerCase()&&"text"===e.type&&(null==(t=e.getAttribute("type"))||"text"===t.toLowerCase())},first:ve(function(){return[0]}),last:ve(function(e,t){return[t-1]}),eq:ve(function(e,t,n){return[n<0?n+t:n]}),even:ve(function(e,t){for(var n=0;n<t;n+=2)e.push(n);return e}),odd:ve(function(e,t){for(var n=1;n<t;n+=2)e.push(n);return e}),lt:ve(function(e,t,n){for(var r=n<0?n+t:t<n?t:n;0<=--r;)e.push(r);return e}),gt:ve(function(e,t,n){for(var r=n<0?n+t:n;++r<t;)e.push(r);return e})}}).pseudos.nth=b.pseudos.eq,{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})b.pseudos[e]=de(e);for(e in{submit:!0,reset:!0})b.pseudos[e]=he(e);function me(){}function xe(e){for(var t=0,n=e.length,r="";t<n;t++)r+=e[t].value;return r}function be(s,e,t){var u=e.dir,l=e.next,c=l||u,f=t&&"parentNode"===c,p=r++;return e.first?function(e,t,n){while(e=e[u])if(1===e.nodeType||f)return s(e,t,n);return!1}:function(e,t,n){var r,i,o,a=[k,p];if(n){while(e=e[u])if((1===e.nodeType||f)&&s(e,t,n))return!0}else while(e=e[u])if(1===e.nodeType||f)if(i=(o=e[S]||(e[S]={}))[e.uniqueID]||(o[e.uniqueID]={}),l&&l===e.nodeName.toLowerCase())e=e[u]||e;else{if((r=i[c])&&r[0]===k&&r[1]===p)return a[2]=r[2];if((i[c]=a)[2]=s(e,t,n))return!0}return!1}}function we(i){return 1<i.length?function(e,t,n){var r=i.length;while(r--)if(!i[r](e,t,n))return!1;return!0}:i[0]}function Te(e,t,n,r,i){for(var o,a=[],s=0,u=e.length,l=null!=t;s<u;s++)(o=e[s])&&(n&&!n(o,r,i)||(a.push(o),l&&t.push(s)));return a}function Ce(d,h,g,v,y,e){return v&&!v[S]&&(v=Ce(v)),y&&!y[S]&&(y=Ce(y,e)),le(function(e,t,n,r){var i,o,a,s=[],u=[],l=t.length,c=e||function(e,t,n){for(var r=0,i=t.length;r<i;r++)se(e,t[r],n);return n}(h||"*",n.nodeType?[n]:n,[]),f=!d||!e&&h?c:Te(c,s,d,n,r),p=g?y||(e?d:l||v)?[]:t:f;if(g&&g(f,p,n,r),v){i=Te(p,u),v(i,[],n,r),o=i.length;while(o--)(a=i[o])&&(p[u[o]]=!(f[u[o]]=a))}if(e){if(y||d){if(y){i=[],o=p.length;while(o--)(a=p[o])&&i.push(f[o]=a);y(null,p=[],i,r)}o=p.length;while(o--)(a=p[o])&&-1<(i=y?P(e,a):s[o])&&(e[i]=!(t[i]=a))}}else p=Te(p===t?p.splice(l,p.length):p),y?y(null,t,p,r):H.apply(t,p)})}function Ee(e){for(var i,t,n,r=e.length,o=b.relative[e[0].type],a=o||b.relative[" "],s=o?1:0,u=be(function(e){return e===i},a,!0),l=be(function(e){return-1<P(i,e)},a,!0),c=[function(e,t,n){var r=!o&&(n||t!==w)||((i=t).nodeType?u(e,t,n):l(e,t,n));return i=null,r}];s<r;s++)if(t=b.relative[e[s].type])c=[be(we(c),t)];else{if((t=b.filter[e[s].type].apply(null,e[s].matches))[S]){for(n=++s;n<r;n++)if(b.relative[e[n].type])break;return Ce(1<s&&we(c),1<s&&xe(e.slice(0,s-1).concat({value:" "===e[s-2].type?"*":""})).replace($,"$1"),t,s<n&&Ee(e.slice(s,n)),n<r&&Ee(e=e.slice(n)),n<r&&xe(e))}c.push(t)}return we(c)}return me.prototype=b.filters=b.pseudos,b.setFilters=new me,h=se.tokenize=function(e,t){var n,r,i,o,a,s,u,l=x[e+" "];if(l)return t?0:l.slice(0);a=e,s=[],u=b.preFilter;while(a){for(o in n&&!(r=_.exec(a))||(r&&(a=a.slice(r[0].length)||a),s.push(i=[])),n=!1,(r=z.exec(a))&&(n=r.shift(),i.push({value:n,type:r[0].replace($," ")}),a=a.slice(n.length)),b.filter)!(r=G[o].exec(a))||u[o]&&!(r=u[o](r))||(n=r.shift(),i.push({value:n,type:o,matches:r}),a=a.slice(n.length));if(!n)break}return t?a.length:a?se.error(e):x(e,s).slice(0)},f=se.compile=function(e,t){var n,v,y,m,x,r,i=[],o=[],a=A[e+" "];if(!a){t||(t=h(e)),n=t.length;while(n--)(a=Ee(t[n]))[S]?i.push(a):o.push(a);(a=A(e,(v=o,m=0<(y=i).length,x=0<v.length,r=function(e,t,n,r,i){var o,a,s,u=0,l="0",c=e&&[],f=[],p=w,d=e||x&&b.find.TAG("*",i),h=k+=null==p?1:Math.random()||.1,g=d.length;for(i&&(w=t==C||t||i);l!==g&&null!=(o=d[l]);l++){if(x&&o){a=0,t||o.ownerDocument==C||(T(o),n=!E);while(s=v[a++])if(s(o,t||C,n)){r.push(o);break}i&&(k=h)}m&&((o=!s&&o)&&u--,e&&c.push(o))}if(u+=l,m&&l!==u){a=0;while(s=y[a++])s(c,f,t,n);if(e){if(0<u)while(l--)c[l]||f[l]||(f[l]=q.call(r));f=Te(f)}H.apply(r,f),i&&!e&&0<f.length&&1<u+y.length&&se.uniqueSort(r)}return i&&(k=h,w=p),c},m?le(r):r))).selector=e}return a},g=se.select=function(e,t,n,r){var i,o,a,s,u,l="function"==typeof e&&e,c=!r&&h(e=l.selector||e);if(n=n||[],1===c.length){if(2<(o=c[0]=c[0].slice(0)).length&&"ID"===(a=o[0]).type&&9===t.nodeType&&E&&b.relative[o[1].type]){if(!(t=(b.find.ID(a.matches[0].replace(te,ne),t)||[])[0]))return n;l&&(t=t.parentNode),e=e.slice(o.shift().value.length)}i=G.needsContext.test(e)?0:o.length;while(i--){if(a=o[i],b.relative[s=a.type])break;if((u=b.find[s])&&(r=u(a.matches[0].replace(te,ne),ee.test(o[0].type)&&ye(t.parentNode)||t))){if(o.splice(i,1),!(e=r.length&&xe(o)))return H.apply(n,r),n;break}}}return(l||f(e,c))(r,t,!E,n,!t||ee.test(e)&&ye(t.parentNode)||t),n},d.sortStable=S.split("").sort(D).join("")===S,d.detectDuplicates=!!l,T(),d.sortDetached=ce(function(e){return 1&e.compareDocumentPosition(C.createElement("fieldset"))}),ce(function(e){return e.innerHTML="<a href='#'></a>","#"===e.firstChild.getAttribute("href")})||fe("type|href|height|width",function(e,t,n){if(!n)return e.getAttribute(t,"type"===t.toLowerCase()?1:2)}),d.attributes&&ce(function(e){return e.innerHTML="<input/>",e.firstChild.setAttribute("value",""),""===e.firstChild.getAttribute("value")})||fe("value",function(e,t,n){if(!n&&"input"===e.nodeName.toLowerCase())return e.defaultValue}),ce(function(e){return null==e.getAttribute("disabled")})||fe(R,function(e,t,n){var r;if(!n)return!0===e[t]?t.toLowerCase():(r=e.getAttributeNode(t))&&r.specified?r.value:null}),se}(C);S.find=d,S.expr=d.selectors,S.expr[":"]=S.expr.pseudos,S.uniqueSort=S.unique=d.uniqueSort,S.text=d.getText,S.isXMLDoc=d.isXML,S.contains=d.contains,S.escapeSelector=d.escape;var h=function(e,t,n){var r=[],i=void 0!==n;while((e=e[t])&&9!==e.nodeType)if(1===e.nodeType){if(i&&S(e).is(n))break;r.push(e)}return r},T=function(e,t){for(var n=[];e;e=e.nextSibling)1===e.nodeType&&e!==t&&n.push(e);return n},k=S.expr.match.needsContext;function A(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()}var N=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function D(e,n,r){return m(n)?S.grep(e,function(e,t){return!!n.call(e,t,e)!==r}):n.nodeType?S.grep(e,function(e){return e===n!==r}):"string"!=typeof n?S.grep(e,function(e){return-1<i.call(n,e)!==r}):S.filter(n,e,r)}S.filter=function(e,t,n){var r=t[0];return n&&(e=":not("+e+")"),1===t.length&&1===r.nodeType?S.find.matchesSelector(r,e)?[r]:[]:S.find.matches(e,S.grep(t,function(e){return 1===e.nodeType}))},S.fn.extend({find:function(e){var t,n,r=this.length,i=this;if("string"!=typeof e)return this.pushStack(S(e).filter(function(){for(t=0;t<r;t++)if(S.contains(i[t],this))return!0}));for(n=this.pushStack([]),t=0;t<r;t++)S.find(e,i[t],n);return 1<r?S.uniqueSort(n):n},filter:function(e){return this.pushStack(D(this,e||[],!1))},not:function(e){return this.pushStack(D(this,e||[],!0))},is:function(e){return!!D(this,"string"==typeof e&&k.test(e)?S(e):e||[],!1).length}});var j,q=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/;(S.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||j,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:q.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof S?t[0]:t,S.merge(this,S.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:E,!0)),N.test(r[1])&&S.isPlainObject(t))for(r in t)m(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=E.getElementById(r[2]))&&(this[0]=i,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):m(e)?void 0!==n.ready?n.ready(e):e(S):S.makeArray(e,this)}).prototype=S.fn,j=S(E);var L=/^(?:parents|prev(?:Until|All))/,H={children:!0,contents:!0,next:!0,prev:!0};function O(e,t){while((e=e[t])&&1!==e.nodeType);return e}S.fn.extend({has:function(e){var t=S(e,this),n=t.length;return this.filter(function(){for(var e=0;e<n;e++)if(S.contains(this,t[e]))return!0})},closest:function(e,t){var n,r=0,i=this.length,o=[],a="string"!=typeof e&&S(e);if(!k.test(e))for(;r<i;r++)for(n=this[r];n&&n!==t;n=n.parentNode)if(n.nodeType<11&&(a?-1<a.index(n):1===n.nodeType&&S.find.matchesSelector(n,e))){o.push(n);break}return this.pushStack(1<o.length?S.uniqueSort(o):o)},index:function(e){return e?"string"==typeof e?i.call(S(e),this[0]):i.call(this,e.jquery?e[0]:e):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){return this.pushStack(S.uniqueSort(S.merge(this.get(),S(e,t))))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}}),S.each({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return h(e,"parentNode")},parentsUntil:function(e,t,n){return h(e,"parentNode",n)},next:function(e){return O(e,"nextSibling")},prev:function(e){return O(e,"previousSibling")},nextAll:function(e){return h(e,"nextSibling")},prevAll:function(e){return h(e,"previousSibling")},nextUntil:function(e,t,n){return h(e,"nextSibling",n)},prevUntil:function(e,t,n){return h(e,"previousSibling",n)},siblings:function(e){return T((e.parentNode||{}).firstChild,e)},children:function(e){return T(e.firstChild)},contents:function(e){return null!=e.contentDocument&&r(e.contentDocument)?e.contentDocument:(A(e,"template")&&(e=e.content||e),S.merge([],e.childNodes))}},function(r,i){S.fn[r]=function(e,t){var n=S.map(this,i,e);return"Until"!==r.slice(-5)&&(t=e),t&&"string"==typeof t&&(n=S.filter(t,n)),1<this.length&&(H[r]||S.uniqueSort(n),L.test(r)&&n.reverse()),this.pushStack(n)}});var P=/[^\x20\t\r\n\f]+/g;function R(e){return e}function M(e){throw e}function I(e,t,n,r){var i;try{e&&m(i=e.promise)?i.call(e).done(t).fail(n):e&&m(i=e.then)?i.call(e,t,n):t.apply(void 0,[e].slice(r))}catch(e){n.apply(void 0,[e])}}S.Callbacks=function(r){var e,n;r="string"==typeof r?(e=r,n={},S.each(e.match(P)||[],function(e,t){n[t]=!0}),n):S.extend({},r);var i,t,o,a,s=[],u=[],l=-1,c=function(){for(a=a||r.once,o=i=!0;u.length;l=-1){t=u.shift();while(++l<s.length)!1===s[l].apply(t[0],t[1])&&r.stopOnFalse&&(l=s.length,t=!1)}r.memory||(t=!1),i=!1,a&&(s=t?[]:"")},f={add:function(){return s&&(t&&!i&&(l=s.length-1,u.push(t)),function n(e){S.each(e,function(e,t){m(t)?r.unique&&f.has(t)||s.push(t):t&&t.length&&"string"!==w(t)&&n(t)})}(arguments),t&&!i&&c()),this},remove:function(){return S.each(arguments,function(e,t){var n;while(-1<(n=S.inArray(t,s,n)))s.splice(n,1),n<=l&&l--}),this},has:function(e){return e?-1<S.inArray(e,s):0<s.length},empty:function(){return s&&(s=[]),this},disable:function(){return a=u=[],s=t="",this},disabled:function(){return!s},lock:function(){return a=u=[],t||i||(s=t=""),this},locked:function(){return!!a},fireWith:function(e,t){return a||(t=[e,(t=t||[]).slice?t.slice():t],u.push(t),i||c()),this},fire:function(){return f.fireWith(this,arguments),this},fired:function(){return!!o}};return f},S.extend({Deferred:function(e){var o=[["notify","progress",S.Callbacks("memory"),S.Callbacks("memory"),2],["resolve","done",S.Callbacks("once memory"),S.Callbacks("once memory"),0,"resolved"],["reject","fail",S.Callbacks("once memory"),S.Callbacks("once memory"),1,"rejected"]],i="pending",a={state:function(){return i},always:function(){return s.done(arguments).fail(arguments),this},"catch":function(e){return a.then(null,e)},pipe:function(){var i=arguments;return S.Deferred(function(r){S.each(o,function(e,t){var n=m(i[t[4]])&&i[t[4]];s[t[1]](function(){var e=n&&n.apply(this,arguments);e&&m(e.promise)?e.promise().progress(r.notify).done(r.resolve).fail(r.reject):r[t[0]+"With"](this,n?[e]:arguments)})}),i=null}).promise()},then:function(t,n,r){var u=0;function l(i,o,a,s){return function(){var n=this,r=arguments,e=function(){var e,t;if(!(i<u)){if((e=a.apply(n,r))===o.promise())throw new TypeError("Thenable self-resolution");t=e&&("object"==typeof e||"function"==typeof e)&&e.then,m(t)?s?t.call(e,l(u,o,R,s),l(u,o,M,s)):(u++,t.call(e,l(u,o,R,s),l(u,o,M,s),l(u,o,R,o.notifyWith))):(a!==R&&(n=void 0,r=[e]),(s||o.resolveWith)(n,r))}},t=s?e:function(){try{e()}catch(e){S.Deferred.exceptionHook&&S.Deferred.exceptionHook(e,t.stackTrace),u<=i+1&&(a!==M&&(n=void 0,r=[e]),o.rejectWith(n,r))}};i?t():(S.Deferred.getStackHook&&(t.stackTrace=S.Deferred.getStackHook()),C.setTimeout(t))}}return S.Deferred(function(e){o[0][3].add(l(0,e,m(r)?r:R,e.notifyWith)),o[1][3].add(l(0,e,m(t)?t:R)),o[2][3].add(l(0,e,m(n)?n:M))}).promise()},promise:function(e){return null!=e?S.extend(e,a):a}},s={};return S.each(o,function(e,t){var n=t[2],r=t[5];a[t[1]]=n.add,r&&n.add(function(){i=r},o[3-e][2].disable,o[3-e][3].disable,o[0][2].lock,o[0][3].lock),n.add(t[3].fire),s[t[0]]=function(){return s[t[0]+"With"](this===s?void 0:this,arguments),this},s[t[0]+"With"]=n.fireWith}),a.promise(s),e&&e.call(s,s),s},when:function(e){var n=arguments.length,t=n,r=Array(t),i=s.call(arguments),o=S.Deferred(),a=function(t){return function(e){r[t]=this,i[t]=1<arguments.length?s.call(arguments):e,--n||o.resolveWith(r,i)}};if(n<=1&&(I(e,o.done(a(t)).resolve,o.reject,!n),"pending"===o.state()||m(i[t]&&i[t].then)))return o.then();while(t--)I(i[t],a(t),o.reject);return o.promise()}});var W=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;S.Deferred.exceptionHook=function(e,t){C.console&&C.console.warn&&e&&W.test(e.name)&&C.console.warn("jQuery.Deferred exception: "+e.message,e.stack,t)},S.readyException=function(e){C.setTimeout(function(){throw e})};var F=S.Deferred();function B(){E.removeEventListener("DOMContentLoaded",B),C.removeEventListener("load",B),S.ready()}S.fn.ready=function(e){return F.then(e)["catch"](function(e){S.readyException(e)}),this},S.extend({isReady:!1,readyWait:1,ready:function(e){(!0===e?--S.readyWait:S.isReady)||(S.isReady=!0)!==e&&0<--S.readyWait||F.resolveWith(E,[S])}}),S.ready.then=F.then,"complete"===E.readyState||"loading"!==E.readyState&&!E.documentElement.doScroll?C.setTimeout(S.ready):(E.addEventListener("DOMContentLoaded",B),C.addEventListener("load",B));var $=function(e,t,n,r,i,o,a){var s=0,u=e.length,l=null==n;if("object"===w(n))for(s in i=!0,n)$(e,t,s,n[s],!0,o,a);else if(void 0!==r&&(i=!0,m(r)||(a=!0),l&&(a?(t.call(e,r),t=null):(l=t,t=function(e,t,n){return l.call(S(e),n)})),t))for(;s<u;s++)t(e[s],n,a?r:r.call(e[s],s,t(e[s],n)));return i?e:l?t.call(e):u?t(e[0],n):o},_=/^-ms-/,z=/-([a-z])/g;function U(e,t){return t.toUpperCase()}function X(e){return e.replace(_,"ms-").replace(z,U)}var V=function(e){return 1===e.nodeType||9===e.nodeType||!+e.nodeType};function G(){this.expando=S.expando+G.uid++}G.uid=1,G.prototype={cache:function(e){var t=e[this.expando];return t||(t={},V(e)&&(e.nodeType?e[this.expando]=t:Object.defineProperty(e,this.expando,{value:t,configurable:!0}))),t},set:function(e,t,n){var r,i=this.cache(e);if("string"==typeof t)i[X(t)]=n;else for(r in t)i[X(r)]=t[r];return i},get:function(e,t){return void 0===t?this.cache(e):e[this.expando]&&e[this.expando][X(t)]},access:function(e,t,n){return void 0===t||t&&"string"==typeof t&&void 0===n?this.get(e,t):(this.set(e,t,n),void 0!==n?n:t)},remove:function(e,t){var n,r=e[this.expando];if(void 0!==r){if(void 0!==t){n=(t=Array.isArray(t)?t.map(X):(t=X(t))in r?[t]:t.match(P)||[]).length;while(n--)delete r[t[n]]}(void 0===t||S.isEmptyObject(r))&&(e.nodeType?e[this.expando]=void 0:delete e[this.expando])}},hasData:function(e){var t=e[this.expando];return void 0!==t&&!S.isEmptyObject(t)}};var Y=new G,Q=new G,J=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,K=/[A-Z]/g;function Z(e,t,n){var r,i;if(void 0===n&&1===e.nodeType)if(r="data-"+t.replace(K,"-$&").toLowerCase(),"string"==typeof(n=e.getAttribute(r))){try{n="true"===(i=n)||"false"!==i&&("null"===i?null:i===+i+""?+i:J.test(i)?JSON.parse(i):i)}catch(e){}Q.set(e,t,n)}else n=void 0;return n}S.extend({hasData:function(e){return Q.hasData(e)||Y.hasData(e)},data:function(e,t,n){return Q.access(e,t,n)},removeData:function(e,t){Q.remove(e,t)},_data:function(e,t,n){return Y.access(e,t,n)},_removeData:function(e,t){Y.remove(e,t)}}),S.fn.extend({data:function(n,e){var t,r,i,o=this[0],a=o&&o.attributes;if(void 0===n){if(this.length&&(i=Q.get(o),1===o.nodeType&&!Y.get(o,"hasDataAttrs"))){t=a.length;while(t--)a[t]&&0===(r=a[t].name).indexOf("data-")&&(r=X(r.slice(5)),Z(o,r,i[r]));Y.set(o,"hasDataAttrs",!0)}return i}return"object"==typeof n?this.each(function(){Q.set(this,n)}):$(this,function(e){var t;if(o&&void 0===e)return void 0!==(t=Q.get(o,n))?t:void 0!==(t=Z(o,n))?t:void 0;this.each(function(){Q.set(this,n,e)})},null,e,1<arguments.length,null,!0)},removeData:function(e){return this.each(function(){Q.remove(this,e)})}}),S.extend({queue:function(e,t,n){var r;if(e)return t=(t||"fx")+"queue",r=Y.get(e,t),n&&(!r||Array.isArray(n)?r=Y.access(e,t,S.makeArray(n)):r.push(n)),r||[]},dequeue:function(e,t){t=t||"fx";var n=S.queue(e,t),r=n.length,i=n.shift(),o=S._queueHooks(e,t);"inprogress"===i&&(i=n.shift(),r--),i&&("fx"===t&&n.unshift("inprogress"),delete o.stop,i.call(e,function(){S.dequeue(e,t)},o)),!r&&o&&o.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return Y.get(e,n)||Y.access(e,n,{empty:S.Callbacks("once memory").add(function(){Y.remove(e,[t+"queue",n])})})}}),S.fn.extend({queue:function(t,n){var e=2;return"string"!=typeof t&&(n=t,t="fx",e--),arguments.length<e?S.queue(this[0],t):void 0===n?this:this.each(function(){var e=S.queue(this,t,n);S._queueHooks(this,t),"fx"===t&&"inprogress"!==e[0]&&S.dequeue(this,t)})},dequeue:function(e){return this.each(function(){S.dequeue(this,e)})},clearQueue:function(e){return this.queue(e||"fx",[])},promise:function(e,t){var n,r=1,i=S.Deferred(),o=this,a=this.length,s=function(){--r||i.resolveWith(o,[o])};"string"!=typeof e&&(t=e,e=void 0),e=e||"fx";while(a--)(n=Y.get(o[a],e+"queueHooks"))&&n.empty&&(r++,n.empty.add(s));return s(),i.promise(t)}});var ee=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,te=new RegExp("^(?:([+-])=|)("+ee+")([a-z%]*)$","i"),ne=["Top","Right","Bottom","Left"],re=E.documentElement,ie=function(e){return S.contains(e.ownerDocument,e)},oe={composed:!0};re.getRootNode&&(ie=function(e){return S.contains(e.ownerDocument,e)||e.getRootNode(oe)===e.ownerDocument});var ae=function(e,t){return"none"===(e=t||e).style.display||""===e.style.display&&ie(e)&&"none"===S.css(e,"display")};function se(e,t,n,r){var i,o,a=20,s=r?function(){return r.cur()}:function(){return S.css(e,t,"")},u=s(),l=n&&n[3]||(S.cssNumber[t]?"":"px"),c=e.nodeType&&(S.cssNumber[t]||"px"!==l&&+u)&&te.exec(S.css(e,t));if(c&&c[3]!==l){u/=2,l=l||c[3],c=+u||1;while(a--)S.style(e,t,c+l),(1-o)*(1-(o=s()/u||.5))<=0&&(a=0),c/=o;c*=2,S.style(e,t,c+l),n=n||[]}return n&&(c=+c||+u||0,i=n[1]?c+(n[1]+1)*n[2]:+n[2],r&&(r.unit=l,r.start=c,r.end=i)),i}var ue={};function le(e,t){for(var n,r,i,o,a,s,u,l=[],c=0,f=e.length;c<f;c++)(r=e[c]).style&&(n=r.style.display,t?("none"===n&&(l[c]=Y.get(r,"display")||null,l[c]||(r.style.display="")),""===r.style.display&&ae(r)&&(l[c]=(u=a=o=void 0,a=(i=r).ownerDocument,s=i.nodeName,(u=ue[s])||(o=a.body.appendChild(a.createElement(s)),u=S.css(o,"display"),o.parentNode.removeChild(o),"none"===u&&(u="block"),ue[s]=u)))):"none"!==n&&(l[c]="none",Y.set(r,"display",n)));for(c=0;c<f;c++)null!=l[c]&&(e[c].style.display=l[c]);return e}S.fn.extend({show:function(){return le(this,!0)},hide:function(){return le(this)},toggle:function(e){return"boolean"==typeof e?e?this.show():this.hide():this.each(function(){ae(this)?S(this).show():S(this).hide()})}});var ce,fe,pe=/^(?:checkbox|radio)$/i,de=/<([a-z][^\/\0>\x20\t\r\n\f]*)/i,he=/^$|^module$|\/(?:java|ecma)script/i;ce=E.createDocumentFragment().appendChild(E.createElement("div")),(fe=E.createElement("input")).setAttribute("type","radio"),fe.setAttribute("checked","checked"),fe.setAttribute("name","t"),ce.appendChild(fe),y.checkClone=ce.cloneNode(!0).cloneNode(!0).lastChild.checked,ce.innerHTML="<textarea>x</textarea>",y.noCloneChecked=!!ce.cloneNode(!0).lastChild.defaultValue,ce.innerHTML="<option></option>",y.option=!!ce.lastChild;var ge={thead:[1,"<table>","</table>"],col:[2,"<table><colgroup>","</colgroup></table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:[0,"",""]};function ve(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&A(e,t)?S.merge([e],n):n}function ye(e,t){for(var n=0,r=e.length;n<r;n++)Y.set(e[n],"globalEval",!t||Y.get(t[n],"globalEval"))}ge.tbody=ge.tfoot=ge.colgroup=ge.caption=ge.thead,ge.th=ge.td,y.option||(ge.optgroup=ge.option=[1,"<select multiple='multiple'>","</select>"]);var me=/<|&#?\w+;/;function xe(e,t,n,r,i){for(var o,a,s,u,l,c,f=t.createDocumentFragment(),p=[],d=0,h=e.length;d<h;d++)if((o=e[d])||0===o)if("object"===w(o))S.merge(p,o.nodeType?[o]:o);else if(me.test(o)){a=a||f.appendChild(t.createElement("div")),s=(de.exec(o)||["",""])[1].toLowerCase(),u=ge[s]||ge._default,a.innerHTML=u[1]+S.htmlPrefilter(o)+u[2],c=u[0];while(c--)a=a.lastChild;S.merge(p,a.childNodes),(a=f.firstChild).textContent=""}else p.push(t.createTextNode(o));f.textContent="",d=0;while(o=p[d++])if(r&&-1<S.inArray(o,r))i&&i.push(o);else if(l=ie(o),a=ve(f.appendChild(o),"script"),l&&ye(a),n){c=0;while(o=a[c++])he.test(o.type||"")&&n.push(o)}return f}var be=/^key/,we=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,Te=/^([^.]*)(?:\.(.+)|)/;function Ce(){return!0}function Ee(){return!1}function Se(e,t){return e===function(){try{return E.activeElement}catch(e){}}()==("focus"===t)}function ke(e,t,n,r,i,o){var a,s;if("object"==typeof t){for(s in"string"!=typeof n&&(r=r||n,n=void 0),t)ke(e,s,n,r,t[s],o);return e}if(null==r&&null==i?(i=n,r=n=void 0):null==i&&("string"==typeof n?(i=r,r=void 0):(i=r,r=n,n=void 0)),!1===i)i=Ee;else if(!i)return e;return 1===o&&(a=i,(i=function(e){return S().off(e),a.apply(this,arguments)}).guid=a.guid||(a.guid=S.guid++)),e.each(function(){S.event.add(this,t,i,r,n)})}function Ae(e,i,o){o?(Y.set(e,i,!1),S.event.add(e,i,{namespace:!1,handler:function(e){var t,n,r=Y.get(this,i);if(1&e.isTrigger&&this[i]){if(r.length)(S.event.special[i]||{}).delegateType&&e.stopPropagation();else if(r=s.call(arguments),Y.set(this,i,r),t=o(this,i),this[i](),r!==(n=Y.get(this,i))||t?Y.set(this,i,!1):n={},r!==n)return e.stopImmediatePropagation(),e.preventDefault(),n.value}else r.length&&(Y.set(this,i,{value:S.event.trigger(S.extend(r[0],S.Event.prototype),r.slice(1),this)}),e.stopImmediatePropagation())}})):void 0===Y.get(e,i)&&S.event.add(e,i,Ce)}S.event={global:{},add:function(t,e,n,r,i){var o,a,s,u,l,c,f,p,d,h,g,v=Y.get(t);if(V(t)){n.handler&&(n=(o=n).handler,i=o.selector),i&&S.find.matchesSelector(re,i),n.guid||(n.guid=S.guid++),(u=v.events)||(u=v.events=Object.create(null)),(a=v.handle)||(a=v.handle=function(e){return"undefined"!=typeof S&&S.event.triggered!==e.type?S.event.dispatch.apply(t,arguments):void 0}),l=(e=(e||"").match(P)||[""]).length;while(l--)d=g=(s=Te.exec(e[l])||[])[1],h=(s[2]||"").split(".").sort(),d&&(f=S.event.special[d]||{},d=(i?f.delegateType:f.bindType)||d,f=S.event.special[d]||{},c=S.extend({type:d,origType:g,data:r,handler:n,guid:n.guid,selector:i,needsContext:i&&S.expr.match.needsContext.test(i),namespace:h.join(".")},o),(p=u[d])||((p=u[d]=[]).delegateCount=0,f.setup&&!1!==f.setup.call(t,r,h,a)||t.addEventListener&&t.addEventListener(d,a)),f.add&&(f.add.call(t,c),c.handler.guid||(c.handler.guid=n.guid)),i?p.splice(p.delegateCount++,0,c):p.push(c),S.event.global[d]=!0)}},remove:function(e,t,n,r,i){var o,a,s,u,l,c,f,p,d,h,g,v=Y.hasData(e)&&Y.get(e);if(v&&(u=v.events)){l=(t=(t||"").match(P)||[""]).length;while(l--)if(d=g=(s=Te.exec(t[l])||[])[1],h=(s[2]||"").split(".").sort(),d){f=S.event.special[d]||{},p=u[d=(r?f.delegateType:f.bindType)||d]||[],s=s[2]&&new RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"),a=o=p.length;while(o--)c=p[o],!i&&g!==c.origType||n&&n.guid!==c.guid||s&&!s.test(c.namespace)||r&&r!==c.selector&&("**"!==r||!c.selector)||(p.splice(o,1),c.selector&&p.delegateCount--,f.remove&&f.remove.call(e,c));a&&!p.length&&(f.teardown&&!1!==f.teardown.call(e,h,v.handle)||S.removeEvent(e,d,v.handle),delete u[d])}else for(d in u)S.event.remove(e,d+t[l],n,r,!0);S.isEmptyObject(u)&&Y.remove(e,"handle events")}},dispatch:function(e){var t,n,r,i,o,a,s=new Array(arguments.length),u=S.event.fix(e),l=(Y.get(this,"events")||Object.create(null))[u.type]||[],c=S.event.special[u.type]||{};for(s[0]=u,t=1;t<arguments.length;t++)s[t]=arguments[t];if(u.delegateTarget=this,!c.preDispatch||!1!==c.preDispatch.call(this,u)){a=S.event.handlers.call(this,u,l),t=0;while((i=a[t++])&&!u.isPropagationStopped()){u.currentTarget=i.elem,n=0;while((o=i.handlers[n++])&&!u.isImmediatePropagationStopped())u.rnamespace&&!1!==o.namespace&&!u.rnamespace.test(o.namespace)||(u.handleObj=o,u.data=o.data,void 0!==(r=((S.event.special[o.origType]||{}).handle||o.handler).apply(i.elem,s))&&!1===(u.result=r)&&(u.preventDefault(),u.stopPropagation()))}return c.postDispatch&&c.postDispatch.call(this,u),u.result}},handlers:function(e,t){var n,r,i,o,a,s=[],u=t.delegateCount,l=e.target;if(u&&l.nodeType&&!("click"===e.type&&1<=e.button))for(;l!==this;l=l.parentNode||this)if(1===l.nodeType&&("click"!==e.type||!0!==l.disabled)){for(o=[],a={},n=0;n<u;n++)void 0===a[i=(r=t[n]).selector+" "]&&(a[i]=r.needsContext?-1<S(i,this).index(l):S.find(i,this,null,[l]).length),a[i]&&o.push(r);o.length&&s.push({elem:l,handlers:o})}return l=this,u<t.length&&s.push({elem:l,handlers:t.slice(u)}),s},addProp:function(t,e){Object.defineProperty(S.Event.prototype,t,{enumerable:!0,configurable:!0,get:m(e)?function(){if(this.originalEvent)return e(this.originalEvent)}:function(){if(this.originalEvent)return this.originalEvent[t]},set:function(e){Object.defineProperty(this,t,{enumerable:!0,configurable:!0,writable:!0,value:e})}})},fix:function(e){return e[S.expando]?e:new S.Event(e)},special:{load:{noBubble:!0},click:{setup:function(e){var t=this||e;return pe.test(t.type)&&t.click&&A(t,"input")&&Ae(t,"click",Ce),!1},trigger:function(e){var t=this||e;return pe.test(t.type)&&t.click&&A(t,"input")&&Ae(t,"click"),!0},_default:function(e){var t=e.target;return pe.test(t.type)&&t.click&&A(t,"input")&&Y.get(t,"click")||A(t,"a")}},beforeunload:{postDispatch:function(e){void 0!==e.result&&e.originalEvent&&(e.originalEvent.returnValue=e.result)}}}},S.removeEvent=function(e,t,n){e.removeEventListener&&e.removeEventListener(t,n)},S.Event=function(e,t){if(!(this instanceof S.Event))return new S.Event(e,t);e&&e.type?(this.originalEvent=e,this.type=e.type,this.isDefaultPrevented=e.defaultPrevented||void 0===e.defaultPrevented&&!1===e.returnValue?Ce:Ee,this.target=e.target&&3===e.target.nodeType?e.target.parentNode:e.target,this.currentTarget=e.currentTarget,this.relatedTarget=e.relatedTarget):this.type=e,t&&S.extend(this,t),this.timeStamp=e&&e.timeStamp||Date.now(),this[S.expando]=!0},S.Event.prototype={constructor:S.Event,isDefaultPrevented:Ee,isPropagationStopped:Ee,isImmediatePropagationStopped:Ee,isSimulated:!1,preventDefault:function(){var e=this.originalEvent;this.isDefaultPrevented=Ce,e&&!this.isSimulated&&e.preventDefault()},stopPropagation:function(){var e=this.originalEvent;this.isPropagationStopped=Ce,e&&!this.isSimulated&&e.stopPropagation()},stopImmediatePropagation:function(){var e=this.originalEvent;this.isImmediatePropagationStopped=Ce,e&&!this.isSimulated&&e.stopImmediatePropagation(),this.stopPropagation()}},S.each({altKey:!0,bubbles:!0,cancelable:!0,changedTouches:!0,ctrlKey:!0,detail:!0,eventPhase:!0,metaKey:!0,pageX:!0,pageY:!0,shiftKey:!0,view:!0,"char":!0,code:!0,charCode:!0,key:!0,keyCode:!0,button:!0,buttons:!0,clientX:!0,clientY:!0,offsetX:!0,offsetY:!0,pointerId:!0,pointerType:!0,screenX:!0,screenY:!0,targetTouches:!0,toElement:!0,touches:!0,which:function(e){var t=e.button;return null==e.which&&be.test(e.type)?null!=e.charCode?e.charCode:e.keyCode:!e.which&&void 0!==t&&we.test(e.type)?1&t?1:2&t?3:4&t?2:0:e.which}},S.event.addProp),S.each({focus:"focusin",blur:"focusout"},function(e,t){S.event.special[e]={setup:function(){return Ae(this,e,Se),!1},trigger:function(){return Ae(this,e),!0},delegateType:t}}),S.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},function(e,i){S.event.special[e]={delegateType:i,bindType:i,handle:function(e){var t,n=e.relatedTarget,r=e.handleObj;return n&&(n===this||S.contains(this,n))||(e.type=r.origType,t=r.handler.apply(this,arguments),e.type=i),t}}}),S.fn.extend({on:function(e,t,n,r){return ke(this,e,t,n,r)},one:function(e,t,n,r){return ke(this,e,t,n,r,1)},off:function(e,t,n){var r,i;if(e&&e.preventDefault&&e.handleObj)return r=e.handleObj,S(e.delegateTarget).off(r.namespace?r.origType+"."+r.namespace:r.origType,r.selector,r.handler),this;if("object"==typeof e){for(i in e)this.off(i,t,e[i]);return this}return!1!==t&&"function"!=typeof t||(n=t,t=void 0),!1===n&&(n=Ee),this.each(function(){S.event.remove(this,e,n,t)})}});var Ne=/<script|<style|<link/i,De=/checked\s*(?:[^=]|=\s*.checked.)/i,je=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g;function qe(e,t){return A(e,"table")&&A(11!==t.nodeType?t:t.firstChild,"tr")&&S(e).children("tbody")[0]||e}function Le(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function He(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Oe(e,t){var n,r,i,o,a,s;if(1===t.nodeType){if(Y.hasData(e)&&(s=Y.get(e).events))for(i in Y.remove(t,"handle events"),s)for(n=0,r=s[i].length;n<r;n++)S.event.add(t,i,s[i][n]);Q.hasData(e)&&(o=Q.access(e),a=S.extend({},o),Q.set(t,a))}}function Pe(n,r,i,o){r=g(r);var e,t,a,s,u,l,c=0,f=n.length,p=f-1,d=r[0],h=m(d);if(h||1<f&&"string"==typeof d&&!y.checkClone&&De.test(d))return n.each(function(e){var t=n.eq(e);h&&(r[0]=d.call(this,e,t.html())),Pe(t,r,i,o)});if(f&&(t=(e=xe(r,n[0].ownerDocument,!1,n,o)).firstChild,1===e.childNodes.length&&(e=t),t||o)){for(s=(a=S.map(ve(e,"script"),Le)).length;c<f;c++)u=e,c!==p&&(u=S.clone(u,!0,!0),s&&S.merge(a,ve(u,"script"))),i.call(n[c],u,c);if(s)for(l=a[a.length-1].ownerDocument,S.map(a,He),c=0;c<s;c++)u=a[c],he.test(u.type||"")&&!Y.access(u,"globalEval")&&S.contains(l,u)&&(u.src&&"module"!==(u.type||"").toLowerCase()?S._evalUrl&&!u.noModule&&S._evalUrl(u.src,{nonce:u.nonce||u.getAttribute("nonce")},l):b(u.textContent.replace(je,""),u,l))}return n}function Re(e,t,n){for(var r,i=t?S.filter(t,e):e,o=0;null!=(r=i[o]);o++)n||1!==r.nodeType||S.cleanData(ve(r)),r.parentNode&&(n&&ie(r)&&ye(ve(r,"script")),r.parentNode.removeChild(r));return e}S.extend({htmlPrefilter:function(e){return e},clone:function(e,t,n){var r,i,o,a,s,u,l,c=e.cloneNode(!0),f=ie(e);if(!(y.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||S.isXMLDoc(e)))for(a=ve(c),r=0,i=(o=ve(e)).length;r<i;r++)s=o[r],u=a[r],void 0,"input"===(l=u.nodeName.toLowerCase())&&pe.test(s.type)?u.checked=s.checked:"input"!==l&&"textarea"!==l||(u.defaultValue=s.defaultValue);if(t)if(n)for(o=o||ve(e),a=a||ve(c),r=0,i=o.length;r<i;r++)Oe(o[r],a[r]);else Oe(e,c);return 0<(a=ve(c,"script")).length&&ye(a,!f&&ve(e,"script")),c},cleanData:function(e){for(var t,n,r,i=S.event.special,o=0;void 0!==(n=e[o]);o++)if(V(n)){if(t=n[Y.expando]){if(t.events)for(r in t.events)i[r]?S.event.remove(n,r):S.removeEvent(n,r,t.handle);n[Y.expando]=void 0}n[Q.expando]&&(n[Q.expando]=void 0)}}}),S.fn.extend({detach:function(e){return Re(this,e,!0)},remove:function(e){return Re(this,e)},text:function(e){return $(this,function(e){return void 0===e?S.text(this):this.empty().each(function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=e)})},null,e,arguments.length)},append:function(){return Pe(this,arguments,function(e){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||qe(this,e).appendChild(e)})},prepend:function(){return Pe(this,arguments,function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=qe(this,e);t.insertBefore(e,t.firstChild)}})},before:function(){return Pe(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this)})},after:function(){return Pe(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)})},empty:function(){for(var e,t=0;null!=(e=this[t]);t++)1===e.nodeType&&(S.cleanData(ve(e,!1)),e.textContent="");return this},clone:function(e,t){return e=null!=e&&e,t=null==t?e:t,this.map(function(){return S.clone(this,e,t)})},html:function(e){return $(this,function(e){var t=this[0]||{},n=0,r=this.length;if(void 0===e&&1===t.nodeType)return t.innerHTML;if("string"==typeof e&&!Ne.test(e)&&!ge[(de.exec(e)||["",""])[1].toLowerCase()]){e=S.htmlPrefilter(e);try{for(;n<r;n++)1===(t=this[n]||{}).nodeType&&(S.cleanData(ve(t,!1)),t.innerHTML=e);t=0}catch(e){}}t&&this.empty().append(e)},null,e,arguments.length)},replaceWith:function(){var n=[];return Pe(this,arguments,function(e){var t=this.parentNode;S.inArray(this,n)<0&&(S.cleanData(ve(this)),t&&t.replaceChild(e,this))},n)}}),S.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(e,a){S.fn[e]=function(e){for(var t,n=[],r=S(e),i=r.length-1,o=0;o<=i;o++)t=o===i?this:this.clone(!0),S(r[o])[a](t),u.apply(n,t.get());return this.pushStack(n)}});var Me=new RegExp("^("+ee+")(?!px)[a-z%]+$","i"),Ie=function(e){var t=e.ownerDocument.defaultView;return t&&t.opener||(t=C),t.getComputedStyle(e)},We=function(e,t,n){var r,i,o={};for(i in t)o[i]=e.style[i],e.style[i]=t[i];for(i in r=n.call(e),t)e.style[i]=o[i];return r},Fe=new RegExp(ne.join("|"),"i");function Be(e,t,n){var r,i,o,a,s=e.style;return(n=n||Ie(e))&&(""!==(a=n.getPropertyValue(t)||n[t])||ie(e)||(a=S.style(e,t)),!y.pixelBoxStyles()&&Me.test(a)&&Fe.test(t)&&(r=s.width,i=s.minWidth,o=s.maxWidth,s.minWidth=s.maxWidth=s.width=a,a=n.width,s.width=r,s.minWidth=i,s.maxWidth=o)),void 0!==a?a+"":a}function $e(e,t){return{get:function(){if(!e())return(this.get=t).apply(this,arguments);delete this.get}}}!function(){function e(){if(l){u.style.cssText="position:absolute;left:-11111px;width:60px;margin-top:1px;padding:0;border:0",l.style.cssText="position:relative;display:block;box-sizing:border-box;overflow:scroll;margin:auto;border:1px;padding:1px;width:60%;top:1%",re.appendChild(u).appendChild(l);var e=C.getComputedStyle(l);n="1%"!==e.top,s=12===t(e.marginLeft),l.style.right="60%",o=36===t(e.right),r=36===t(e.width),l.style.position="absolute",i=12===t(l.offsetWidth/3),re.removeChild(u),l=null}}function t(e){return Math.round(parseFloat(e))}var n,r,i,o,a,s,u=E.createElement("div"),l=E.createElement("div");l.style&&(l.style.backgroundClip="content-box",l.cloneNode(!0).style.backgroundClip="",y.clearCloneStyle="content-box"===l.style.backgroundClip,S.extend(y,{boxSizingReliable:function(){return e(),r},pixelBoxStyles:function(){return e(),o},pixelPosition:function(){return e(),n},reliableMarginLeft:function(){return e(),s},scrollboxSize:function(){return e(),i},reliableTrDimensions:function(){var e,t,n,r;return null==a&&(e=E.createElement("table"),t=E.createElement("tr"),n=E.createElement("div"),e.style.cssText="position:absolute;left:-11111px",t.style.height="1px",n.style.height="9px",re.appendChild(e).appendChild(t).appendChild(n),r=C.getComputedStyle(t),a=3<parseInt(r.height),re.removeChild(e)),a}}))}();var _e=["Webkit","Moz","ms"],ze=E.createElement("div").style,Ue={};function Xe(e){var t=S.cssProps[e]||Ue[e];return t||(e in ze?e:Ue[e]=function(e){var t=e[0].toUpperCase()+e.slice(1),n=_e.length;while(n--)if((e=_e[n]+t)in ze)return e}(e)||e)}var Ve=/^(none|table(?!-c[ea]).+)/,Ge=/^--/,Ye={position:"absolute",visibility:"hidden",display:"block"},Qe={letterSpacing:"0",fontWeight:"400"};function Je(e,t,n){var r=te.exec(t);return r?Math.max(0,r[2]-(n||0))+(r[3]||"px"):t}function Ke(e,t,n,r,i,o){var a="width"===t?1:0,s=0,u=0;if(n===(r?"border":"content"))return 0;for(;a<4;a+=2)"margin"===n&&(u+=S.css(e,n+ne[a],!0,i)),r?("content"===n&&(u-=S.css(e,"padding"+ne[a],!0,i)),"margin"!==n&&(u-=S.css(e,"border"+ne[a]+"Width",!0,i))):(u+=S.css(e,"padding"+ne[a],!0,i),"padding"!==n?u+=S.css(e,"border"+ne[a]+"Width",!0,i):s+=S.css(e,"border"+ne[a]+"Width",!0,i));return!r&&0<=o&&(u+=Math.max(0,Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-o-u-s-.5))||0),u}function Ze(e,t,n){var r=Ie(e),i=(!y.boxSizingReliable()||n)&&"border-box"===S.css(e,"boxSizing",!1,r),o=i,a=Be(e,t,r),s="offset"+t[0].toUpperCase()+t.slice(1);if(Me.test(a)){if(!n)return a;a="auto"}return(!y.boxSizingReliable()&&i||!y.reliableTrDimensions()&&A(e,"tr")||"auto"===a||!parseFloat(a)&&"inline"===S.css(e,"display",!1,r))&&e.getClientRects().length&&(i="border-box"===S.css(e,"boxSizing",!1,r),(o=s in e)&&(a=e[s])),(a=parseFloat(a)||0)+Ke(e,t,n||(i?"border":"content"),o,r,a)+"px"}function et(e,t,n,r,i){return new et.prototype.init(e,t,n,r,i)}S.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=Be(e,"opacity");return""===n?"1":n}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,gridArea:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnStart:!0,gridRow:!0,gridRowEnd:!0,gridRowStart:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{},style:function(e,t,n,r){if(e&&3!==e.nodeType&&8!==e.nodeType&&e.style){var i,o,a,s=X(t),u=Ge.test(t),l=e.style;if(u||(t=Xe(s)),a=S.cssHooks[t]||S.cssHooks[s],void 0===n)return a&&"get"in a&&void 0!==(i=a.get(e,!1,r))?i:l[t];"string"===(o=typeof n)&&(i=te.exec(n))&&i[1]&&(n=se(e,t,i),o="number"),null!=n&&n==n&&("number"!==o||u||(n+=i&&i[3]||(S.cssNumber[s]?"":"px")),y.clearCloneStyle||""!==n||0!==t.indexOf("background")||(l[t]="inherit"),a&&"set"in a&&void 0===(n=a.set(e,n,r))||(u?l.setProperty(t,n):l[t]=n))}},css:function(e,t,n,r){var i,o,a,s=X(t);return Ge.test(t)||(t=Xe(s)),(a=S.cssHooks[t]||S.cssHooks[s])&&"get"in a&&(i=a.get(e,!0,n)),void 0===i&&(i=Be(e,t,r)),"normal"===i&&t in Qe&&(i=Qe[t]),""===n||n?(o=parseFloat(i),!0===n||isFinite(o)?o||0:i):i}}),S.each(["height","width"],function(e,u){S.cssHooks[u]={get:function(e,t,n){if(t)return!Ve.test(S.css(e,"display"))||e.getClientRects().length&&e.getBoundingClientRect().width?Ze(e,u,n):We(e,Ye,function(){return Ze(e,u,n)})},set:function(e,t,n){var r,i=Ie(e),o=!y.scrollboxSize()&&"absolute"===i.position,a=(o||n)&&"border-box"===S.css(e,"boxSizing",!1,i),s=n?Ke(e,u,n,a,i):0;return a&&o&&(s-=Math.ceil(e["offset"+u[0].toUpperCase()+u.slice(1)]-parseFloat(i[u])-Ke(e,u,"border",!1,i)-.5)),s&&(r=te.exec(t))&&"px"!==(r[3]||"px")&&(e.style[u]=t,t=S.css(e,u)),Je(0,t,s)}}}),S.cssHooks.marginLeft=$e(y.reliableMarginLeft,function(e,t){if(t)return(parseFloat(Be(e,"marginLeft"))||e.getBoundingClientRect().left-We(e,{marginLeft:0},function(){return e.getBoundingClientRect().left}))+"px"}),S.each({margin:"",padding:"",border:"Width"},function(i,o){S.cssHooks[i+o]={expand:function(e){for(var t=0,n={},r="string"==typeof e?e.split(" "):[e];t<4;t++)n[i+ne[t]+o]=r[t]||r[t-2]||r[0];return n}},"margin"!==i&&(S.cssHooks[i+o].set=Je)}),S.fn.extend({css:function(e,t){return $(this,function(e,t,n){var r,i,o={},a=0;if(Array.isArray(t)){for(r=Ie(e),i=t.length;a<i;a++)o[t[a]]=S.css(e,t[a],!1,r);return o}return void 0!==n?S.style(e,t,n):S.css(e,t)},e,t,1<arguments.length)}}),((S.Tween=et).prototype={constructor:et,init:function(e,t,n,r,i,o){this.elem=e,this.prop=n,this.easing=i||S.easing._default,this.options=t,this.start=this.now=this.cur(),this.end=r,this.unit=o||(S.cssNumber[n]?"":"px")},cur:function(){var e=et.propHooks[this.prop];return e&&e.get?e.get(this):et.propHooks._default.get(this)},run:function(e){var t,n=et.propHooks[this.prop];return this.options.duration?this.pos=t=S.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):this.pos=t=e,this.now=(this.end-this.start)*t+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):et.propHooks._default.set(this),this}}).init.prototype=et.prototype,(et.propHooks={_default:{get:function(e){var t;return 1!==e.elem.nodeType||null!=e.elem[e.prop]&&null==e.elem.style[e.prop]?e.elem[e.prop]:(t=S.css(e.elem,e.prop,""))&&"auto"!==t?t:0},set:function(e){S.fx.step[e.prop]?S.fx.step[e.prop](e):1!==e.elem.nodeType||!S.cssHooks[e.prop]&&null==e.elem.style[Xe(e.prop)]?e.elem[e.prop]=e.now:S.style(e.elem,e.prop,e.now+e.unit)}}}).scrollTop=et.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},S.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2},_default:"swing"},S.fx=et.prototype.init,S.fx.step={};var tt,nt,rt,it,ot=/^(?:toggle|show|hide)$/,at=/queueHooks$/;function st(){nt&&(!1===E.hidden&&C.requestAnimationFrame?C.requestAnimationFrame(st):C.setTimeout(st,S.fx.interval),S.fx.tick())}function ut(){return C.setTimeout(function(){tt=void 0}),tt=Date.now()}function lt(e,t){var n,r=0,i={height:e};for(t=t?1:0;r<4;r+=2-t)i["margin"+(n=ne[r])]=i["padding"+n]=e;return t&&(i.opacity=i.width=e),i}function ct(e,t,n){for(var r,i=(ft.tweeners[t]||[]).concat(ft.tweeners["*"]),o=0,a=i.length;o<a;o++)if(r=i[o].call(n,t,e))return r}function ft(o,e,t){var n,a,r=0,i=ft.prefilters.length,s=S.Deferred().always(function(){delete u.elem}),u=function(){if(a)return!1;for(var e=tt||ut(),t=Math.max(0,l.startTime+l.duration-e),n=1-(t/l.duration||0),r=0,i=l.tweens.length;r<i;r++)l.tweens[r].run(n);return s.notifyWith(o,[l,n,t]),n<1&&i?t:(i||s.notifyWith(o,[l,1,0]),s.resolveWith(o,[l]),!1)},l=s.promise({elem:o,props:S.extend({},e),opts:S.extend(!0,{specialEasing:{},easing:S.easing._default},t),originalProperties:e,originalOptions:t,startTime:tt||ut(),duration:t.duration,tweens:[],createTween:function(e,t){var n=S.Tween(o,l.opts,e,t,l.opts.specialEasing[e]||l.opts.easing);return l.tweens.push(n),n},stop:function(e){var t=0,n=e?l.tweens.length:0;if(a)return this;for(a=!0;t<n;t++)l.tweens[t].run(1);return e?(s.notifyWith(o,[l,1,0]),s.resolveWith(o,[l,e])):s.rejectWith(o,[l,e]),this}}),c=l.props;for(!function(e,t){var n,r,i,o,a;for(n in e)if(i=t[r=X(n)],o=e[n],Array.isArray(o)&&(i=o[1],o=e[n]=o[0]),n!==r&&(e[r]=o,delete e[n]),(a=S.cssHooks[r])&&"expand"in a)for(n in o=a.expand(o),delete e[r],o)n in e||(e[n]=o[n],t[n]=i);else t[r]=i}(c,l.opts.specialEasing);r<i;r++)if(n=ft.prefilters[r].call(l,o,c,l.opts))return m(n.stop)&&(S._queueHooks(l.elem,l.opts.queue).stop=n.stop.bind(n)),n;return S.map(c,ct,l),m(l.opts.start)&&l.opts.start.call(o,l),l.progress(l.opts.progress).done(l.opts.done,l.opts.complete).fail(l.opts.fail).always(l.opts.always),S.fx.timer(S.extend(u,{elem:o,anim:l,queue:l.opts.queue})),l}S.Animation=S.extend(ft,{tweeners:{"*":[function(e,t){var n=this.createTween(e,t);return se(n.elem,e,te.exec(t),n),n}]},tweener:function(e,t){m(e)?(t=e,e=["*"]):e=e.match(P);for(var n,r=0,i=e.length;r<i;r++)n=e[r],ft.tweeners[n]=ft.tweeners[n]||[],ft.tweeners[n].unshift(t)},prefilters:[function(e,t,n){var r,i,o,a,s,u,l,c,f="width"in t||"height"in t,p=this,d={},h=e.style,g=e.nodeType&&ae(e),v=Y.get(e,"fxshow");for(r in n.queue||(null==(a=S._queueHooks(e,"fx")).unqueued&&(a.unqueued=0,s=a.empty.fire,a.empty.fire=function(){a.unqueued||s()}),a.unqueued++,p.always(function(){p.always(function(){a.unqueued--,S.queue(e,"fx").length||a.empty.fire()})})),t)if(i=t[r],ot.test(i)){if(delete t[r],o=o||"toggle"===i,i===(g?"hide":"show")){if("show"!==i||!v||void 0===v[r])continue;g=!0}d[r]=v&&v[r]||S.style(e,r)}if((u=!S.isEmptyObject(t))||!S.isEmptyObject(d))for(r in f&&1===e.nodeType&&(n.overflow=[h.overflow,h.overflowX,h.overflowY],null==(l=v&&v.display)&&(l=Y.get(e,"display")),"none"===(c=S.css(e,"display"))&&(l?c=l:(le([e],!0),l=e.style.display||l,c=S.css(e,"display"),le([e]))),("inline"===c||"inline-block"===c&&null!=l)&&"none"===S.css(e,"float")&&(u||(p.done(function(){h.display=l}),null==l&&(c=h.display,l="none"===c?"":c)),h.display="inline-block")),n.overflow&&(h.overflow="hidden",p.always(function(){h.overflow=n.overflow[0],h.overflowX=n.overflow[1],h.overflowY=n.overflow[2]})),u=!1,d)u||(v?"hidden"in v&&(g=v.hidden):v=Y.access(e,"fxshow",{display:l}),o&&(v.hidden=!g),g&&le([e],!0),p.done(function(){for(r in g||le([e]),Y.remove(e,"fxshow"),d)S.style(e,r,d[r])})),u=ct(g?v[r]:0,r,p),r in v||(v[r]=u.start,g&&(u.end=u.start,u.start=0))}],prefilter:function(e,t){t?ft.prefilters.unshift(e):ft.prefilters.push(e)}}),S.speed=function(e,t,n){var r=e&&"object"==typeof e?S.extend({},e):{complete:n||!n&&t||m(e)&&e,duration:e,easing:n&&t||t&&!m(t)&&t};return S.fx.off?r.duration=0:"number"!=typeof r.duration&&(r.duration in S.fx.speeds?r.duration=S.fx.speeds[r.duration]:r.duration=S.fx.speeds._default),null!=r.queue&&!0!==r.queue||(r.queue="fx"),r.old=r.complete,r.complete=function(){m(r.old)&&r.old.call(this),r.queue&&S.dequeue(this,r.queue)},r},S.fn.extend({fadeTo:function(e,t,n,r){return this.filter(ae).css("opacity",0).show().end().animate({opacity:t},e,n,r)},animate:function(t,e,n,r){var i=S.isEmptyObject(t),o=S.speed(e,n,r),a=function(){var e=ft(this,S.extend({},t),o);(i||Y.get(this,"finish"))&&e.stop(!0)};return a.finish=a,i||!1===o.queue?this.each(a):this.queue(o.queue,a)},stop:function(i,e,o){var a=function(e){var t=e.stop;delete e.stop,t(o)};return"string"!=typeof i&&(o=e,e=i,i=void 0),e&&this.queue(i||"fx",[]),this.each(function(){var e=!0,t=null!=i&&i+"queueHooks",n=S.timers,r=Y.get(this);if(t)r[t]&&r[t].stop&&a(r[t]);else for(t in r)r[t]&&r[t].stop&&at.test(t)&&a(r[t]);for(t=n.length;t--;)n[t].elem!==this||null!=i&&n[t].queue!==i||(n[t].anim.stop(o),e=!1,n.splice(t,1));!e&&o||S.dequeue(this,i)})},finish:function(a){return!1!==a&&(a=a||"fx"),this.each(function(){var e,t=Y.get(this),n=t[a+"queue"],r=t[a+"queueHooks"],i=S.timers,o=n?n.length:0;for(t.finish=!0,S.queue(this,a,[]),r&&r.stop&&r.stop.call(this,!0),e=i.length;e--;)i[e].elem===this&&i[e].queue===a&&(i[e].anim.stop(!0),i.splice(e,1));for(e=0;e<o;e++)n[e]&&n[e].finish&&n[e].finish.call(this);delete t.finish})}}),S.each(["toggle","show","hide"],function(e,r){var i=S.fn[r];S.fn[r]=function(e,t,n){return null==e||"boolean"==typeof e?i.apply(this,arguments):this.animate(lt(r,!0),e,t,n)}}),S.each({slideDown:lt("show"),slideUp:lt("hide"),slideToggle:lt("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(e,r){S.fn[e]=function(e,t,n){return this.animate(r,e,t,n)}}),S.timers=[],S.fx.tick=function(){var e,t=0,n=S.timers;for(tt=Date.now();t<n.length;t++)(e=n[t])()||n[t]!==e||n.splice(t--,1);n.length||S.fx.stop(),tt=void 0},S.fx.timer=function(e){S.timers.push(e),S.fx.start()},S.fx.interval=13,S.fx.start=function(){nt||(nt=!0,st())},S.fx.stop=function(){nt=null},S.fx.speeds={slow:600,fast:200,_default:400},S.fn.delay=function(r,e){return r=S.fx&&S.fx.speeds[r]||r,e=e||"fx",this.queue(e,function(e,t){var n=C.setTimeout(e,r);t.stop=function(){C.clearTimeout(n)}})},rt=E.createElement("input"),it=E.createElement("select").appendChild(E.createElement("option")),rt.type="checkbox",y.checkOn=""!==rt.value,y.optSelected=it.selected,(rt=E.createElement("input")).value="t",rt.type="radio",y.radioValue="t"===rt.value;var pt,dt=S.expr.attrHandle;S.fn.extend({attr:function(e,t){return $(this,S.attr,e,t,1<arguments.length)},removeAttr:function(e){return this.each(function(){S.removeAttr(this,e)})}}),S.extend({attr:function(e,t,n){var r,i,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return"undefined"==typeof e.getAttribute?S.prop(e,t,n):(1===o&&S.isXMLDoc(e)||(i=S.attrHooks[t.toLowerCase()]||(S.expr.match.bool.test(t)?pt:void 0)),void 0!==n?null===n?void S.removeAttr(e,t):i&&"set"in i&&void 0!==(r=i.set(e,n,t))?r:(e.setAttribute(t,n+""),n):i&&"get"in i&&null!==(r=i.get(e,t))?r:null==(r=S.find.attr(e,t))?void 0:r)},attrHooks:{type:{set:function(e,t){if(!y.radioValue&&"radio"===t&&A(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),t}}}},removeAttr:function(e,t){var n,r=0,i=t&&t.match(P);if(i&&1===e.nodeType)while(n=i[r++])e.removeAttribute(n)}}),pt={set:function(e,t,n){return!1===t?S.removeAttr(e,n):e.setAttribute(n,n),n}},S.each(S.expr.match.bool.source.match(/\w+/g),function(e,t){var a=dt[t]||S.find.attr;dt[t]=function(e,t,n){var r,i,o=t.toLowerCase();return n||(i=dt[o],dt[o]=r,r=null!=a(e,t,n)?o:null,dt[o]=i),r}});var ht=/^(?:input|select|textarea|button)$/i,gt=/^(?:a|area)$/i;function vt(e){return(e.match(P)||[]).join(" ")}function yt(e){return e.getAttribute&&e.getAttribute("class")||""}function mt(e){return Array.isArray(e)?e:"string"==typeof e&&e.match(P)||[]}S.fn.extend({prop:function(e,t){return $(this,S.prop,e,t,1<arguments.length)},removeProp:function(e){return this.each(function(){delete this[S.propFix[e]||e]})}}),S.extend({prop:function(e,t,n){var r,i,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return 1===o&&S.isXMLDoc(e)||(t=S.propFix[t]||t,i=S.propHooks[t]),void 0!==n?i&&"set"in i&&void 0!==(r=i.set(e,n,t))?r:e[t]=n:i&&"get"in i&&null!==(r=i.get(e,t))?r:e[t]},propHooks:{tabIndex:{get:function(e){var t=S.find.attr(e,"tabindex");return t?parseInt(t,10):ht.test(e.nodeName)||gt.test(e.nodeName)&&e.href?0:-1}}},propFix:{"for":"htmlFor","class":"className"}}),y.optSelected||(S.propHooks.selected={get:function(e){var t=e.parentNode;return t&&t.parentNode&&t.parentNode.selectedIndex,null},set:function(e){var t=e.parentNode;t&&(t.selectedIndex,t.parentNode&&t.parentNode.selectedIndex)}}),S.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){S.propFix[this.toLowerCase()]=this}),S.fn.extend({addClass:function(t){var e,n,r,i,o,a,s,u=0;if(m(t))return this.each(function(e){S(this).addClass(t.call(this,e,yt(this)))});if((e=mt(t)).length)while(n=this[u++])if(i=yt(n),r=1===n.nodeType&&" "+vt(i)+" "){a=0;while(o=e[a++])r.indexOf(" "+o+" ")<0&&(r+=o+" ");i!==(s=vt(r))&&n.setAttribute("class",s)}return this},removeClass:function(t){var e,n,r,i,o,a,s,u=0;if(m(t))return this.each(function(e){S(this).removeClass(t.call(this,e,yt(this)))});if(!arguments.length)return this.attr("class","");if((e=mt(t)).length)while(n=this[u++])if(i=yt(n),r=1===n.nodeType&&" "+vt(i)+" "){a=0;while(o=e[a++])while(-1<r.indexOf(" "+o+" "))r=r.replace(" "+o+" "," ");i!==(s=vt(r))&&n.setAttribute("class",s)}return this},toggleClass:function(i,t){var o=typeof i,a="string"===o||Array.isArray(i);return"boolean"==typeof t&&a?t?this.addClass(i):this.removeClass(i):m(i)?this.each(function(e){S(this).toggleClass(i.call(this,e,yt(this),t),t)}):this.each(function(){var e,t,n,r;if(a){t=0,n=S(this),r=mt(i);while(e=r[t++])n.hasClass(e)?n.removeClass(e):n.addClass(e)}else void 0!==i&&"boolean"!==o||((e=yt(this))&&Y.set(this,"__className__",e),this.setAttribute&&this.setAttribute("class",e||!1===i?"":Y.get(this,"__className__")||""))})},hasClass:function(e){var t,n,r=0;t=" "+e+" ";while(n=this[r++])if(1===n.nodeType&&-1<(" "+vt(yt(n))+" ").indexOf(t))return!0;return!1}});var xt=/\r/g;S.fn.extend({val:function(n){var r,e,i,t=this[0];return arguments.length?(i=m(n),this.each(function(e){var t;1===this.nodeType&&(null==(t=i?n.call(this,e,S(this).val()):n)?t="":"number"==typeof t?t+="":Array.isArray(t)&&(t=S.map(t,function(e){return null==e?"":e+""})),(r=S.valHooks[this.type]||S.valHooks[this.nodeName.toLowerCase()])&&"set"in r&&void 0!==r.set(this,t,"value")||(this.value=t))})):t?(r=S.valHooks[t.type]||S.valHooks[t.nodeName.toLowerCase()])&&"get"in r&&void 0!==(e=r.get(t,"value"))?e:"string"==typeof(e=t.value)?e.replace(xt,""):null==e?"":e:void 0}}),S.extend({valHooks:{option:{get:function(e){var t=S.find.attr(e,"value");return null!=t?t:vt(S.text(e))}},select:{get:function(e){var t,n,r,i=e.options,o=e.selectedIndex,a="select-one"===e.type,s=a?null:[],u=a?o+1:i.length;for(r=o<0?u:a?o:0;r<u;r++)if(((n=i[r]).selected||r===o)&&!n.disabled&&(!n.parentNode.disabled||!A(n.parentNode,"optgroup"))){if(t=S(n).val(),a)return t;s.push(t)}return s},set:function(e,t){var n,r,i=e.options,o=S.makeArray(t),a=i.length;while(a--)((r=i[a]).selected=-1<S.inArray(S.valHooks.option.get(r),o))&&(n=!0);return n||(e.selectedIndex=-1),o}}}}),S.each(["radio","checkbox"],function(){S.valHooks[this]={set:function(e,t){if(Array.isArray(t))return e.checked=-1<S.inArray(S(e).val(),t)}},y.checkOn||(S.valHooks[this].get=function(e){return null===e.getAttribute("value")?"on":e.value})}),y.focusin="onfocusin"in C;var bt=/^(?:focusinfocus|focusoutblur)$/,wt=function(e){e.stopPropagation()};S.extend(S.event,{trigger:function(e,t,n,r){var i,o,a,s,u,l,c,f,p=[n||E],d=v.call(e,"type")?e.type:e,h=v.call(e,"namespace")?e.namespace.split("."):[];if(o=f=a=n=n||E,3!==n.nodeType&&8!==n.nodeType&&!bt.test(d+S.event.triggered)&&(-1<d.indexOf(".")&&(d=(h=d.split(".")).shift(),h.sort()),u=d.indexOf(":")<0&&"on"+d,(e=e[S.expando]?e:new S.Event(d,"object"==typeof e&&e)).isTrigger=r?2:3,e.namespace=h.join("."),e.rnamespace=e.namespace?new RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,e.result=void 0,e.target||(e.target=n),t=null==t?[e]:S.makeArray(t,[e]),c=S.event.special[d]||{},r||!c.trigger||!1!==c.trigger.apply(n,t))){if(!r&&!c.noBubble&&!x(n)){for(s=c.delegateType||d,bt.test(s+d)||(o=o.parentNode);o;o=o.parentNode)p.push(o),a=o;a===(n.ownerDocument||E)&&p.push(a.defaultView||a.parentWindow||C)}i=0;while((o=p[i++])&&!e.isPropagationStopped())f=o,e.type=1<i?s:c.bindType||d,(l=(Y.get(o,"events")||Object.create(null))[e.type]&&Y.get(o,"handle"))&&l.apply(o,t),(l=u&&o[u])&&l.apply&&V(o)&&(e.result=l.apply(o,t),!1===e.result&&e.preventDefault());return e.type=d,r||e.isDefaultPrevented()||c._default&&!1!==c._default.apply(p.pop(),t)||!V(n)||u&&m(n[d])&&!x(n)&&((a=n[u])&&(n[u]=null),S.event.triggered=d,e.isPropagationStopped()&&f.addEventListener(d,wt),n[d](),e.isPropagationStopped()&&f.removeEventListener(d,wt),S.event.triggered=void 0,a&&(n[u]=a)),e.result}},simulate:function(e,t,n){var r=S.extend(new S.Event,n,{type:e,isSimulated:!0});S.event.trigger(r,null,t)}}),S.fn.extend({trigger:function(e,t){return this.each(function(){S.event.trigger(e,t,this)})},triggerHandler:function(e,t){var n=this[0];if(n)return S.event.trigger(e,t,n,!0)}}),y.focusin||S.each({focus:"focusin",blur:"focusout"},function(n,r){var i=function(e){S.event.simulate(r,e.target,S.event.fix(e))};S.event.special[r]={setup:function(){var e=this.ownerDocument||this.document||this,t=Y.access(e,r);t||e.addEventListener(n,i,!0),Y.access(e,r,(t||0)+1)},teardown:function(){var e=this.ownerDocument||this.document||this,t=Y.access(e,r)-1;t?Y.access(e,r,t):(e.removeEventListener(n,i,!0),Y.remove(e,r))}}});var Tt=C.location,Ct={guid:Date.now()},Et=/\?/;S.parseXML=function(e){var t;if(!e||"string"!=typeof e)return null;try{t=(new C.DOMParser).parseFromString(e,"text/xml")}catch(e){t=void 0}return t&&!t.getElementsByTagName("parsererror").length||S.error("Invalid XML: "+e),t};var St=/\[\]$/,kt=/\r?\n/g,At=/^(?:submit|button|image|reset|file)$/i,Nt=/^(?:input|select|textarea|keygen)/i;function Dt(n,e,r,i){var t;if(Array.isArray(e))S.each(e,function(e,t){r||St.test(n)?i(n,t):Dt(n+"["+("object"==typeof t&&null!=t?e:"")+"]",t,r,i)});else if(r||"object"!==w(e))i(n,e);else for(t in e)Dt(n+"["+t+"]",e[t],r,i)}S.param=function(e,t){var n,r=[],i=function(e,t){var n=m(t)?t():t;r[r.length]=encodeURIComponent(e)+"="+encodeURIComponent(null==n?"":n)};if(null==e)return"";if(Array.isArray(e)||e.jquery&&!S.isPlainObject(e))S.each(e,function(){i(this.name,this.value)});else for(n in e)Dt(n,e[n],t,i);return r.join("&")},S.fn.extend({serialize:function(){return S.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var e=S.prop(this,"elements");return e?S.makeArray(e):this}).filter(function(){var e=this.type;return this.name&&!S(this).is(":disabled")&&Nt.test(this.nodeName)&&!At.test(e)&&(this.checked||!pe.test(e))}).map(function(e,t){var n=S(this).val();return null==n?null:Array.isArray(n)?S.map(n,function(e){return{name:t.name,value:e.replace(kt,"\r\n")}}):{name:t.name,value:n.replace(kt,"\r\n")}}).get()}});var jt=/%20/g,qt=/#.*$/,Lt=/([?&])_=[^&]*/,Ht=/^(.*?):[ \t]*([^\r\n]*)$/gm,Ot=/^(?:GET|HEAD)$/,Pt=/^\/\//,Rt={},Mt={},It="*/".concat("*"),Wt=E.createElement("a");function Ft(o){return function(e,t){"string"!=typeof e&&(t=e,e="*");var n,r=0,i=e.toLowerCase().match(P)||[];if(m(t))while(n=i[r++])"+"===n[0]?(n=n.slice(1)||"*",(o[n]=o[n]||[]).unshift(t)):(o[n]=o[n]||[]).push(t)}}function Bt(t,i,o,a){var s={},u=t===Mt;function l(e){var r;return s[e]=!0,S.each(t[e]||[],function(e,t){var n=t(i,o,a);return"string"!=typeof n||u||s[n]?u?!(r=n):void 0:(i.dataTypes.unshift(n),l(n),!1)}),r}return l(i.dataTypes[0])||!s["*"]&&l("*")}function $t(e,t){var n,r,i=S.ajaxSettings.flatOptions||{};for(n in t)void 0!==t[n]&&((i[n]?e:r||(r={}))[n]=t[n]);return r&&S.extend(!0,e,r),e}Wt.href=Tt.href,S.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:Tt.href,type:"GET",isLocal:/^(?:about|app|app-storage|.+-extension|file|res|widget):$/.test(Tt.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":It,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":S.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?$t($t(e,S.ajaxSettings),t):$t(S.ajaxSettings,e)},ajaxPrefilter:Ft(Rt),ajaxTransport:Ft(Mt),ajax:function(e,t){"object"==typeof e&&(t=e,e=void 0),t=t||{};var c,f,p,n,d,r,h,g,i,o,v=S.ajaxSetup({},t),y=v.context||v,m=v.context&&(y.nodeType||y.jquery)?S(y):S.event,x=S.Deferred(),b=S.Callbacks("once memory"),w=v.statusCode||{},a={},s={},u="canceled",T={readyState:0,getResponseHeader:function(e){var t;if(h){if(!n){n={};while(t=Ht.exec(p))n[t[1].toLowerCase()+" "]=(n[t[1].toLowerCase()+" "]||[]).concat(t[2])}t=n[e.toLowerCase()+" "]}return null==t?null:t.join(", ")},getAllResponseHeaders:function(){return h?p:null},setRequestHeader:function(e,t){return null==h&&(e=s[e.toLowerCase()]=s[e.toLowerCase()]||e,a[e]=t),this},overrideMimeType:function(e){return null==h&&(v.mimeType=e),this},statusCode:function(e){var t;if(e)if(h)T.always(e[T.status]);else for(t in e)w[t]=[w[t],e[t]];return this},abort:function(e){var t=e||u;return c&&c.abort(t),l(0,t),this}};if(x.promise(T),v.url=((e||v.url||Tt.href)+"").replace(Pt,Tt.protocol+"//"),v.type=t.method||t.type||v.method||v.type,v.dataTypes=(v.dataType||"*").toLowerCase().match(P)||[""],null==v.crossDomain){r=E.createElement("a");try{r.href=v.url,r.href=r.href,v.crossDomain=Wt.protocol+"//"+Wt.host!=r.protocol+"//"+r.host}catch(e){v.crossDomain=!0}}if(v.data&&v.processData&&"string"!=typeof v.data&&(v.data=S.param(v.data,v.traditional)),Bt(Rt,v,t,T),h)return T;for(i in(g=S.event&&v.global)&&0==S.active++&&S.event.trigger("ajaxStart"),v.type=v.type.toUpperCase(),v.hasContent=!Ot.test(v.type),f=v.url.replace(qt,""),v.hasContent?v.data&&v.processData&&0===(v.contentType||"").indexOf("application/x-www-form-urlencoded")&&(v.data=v.data.replace(jt,"+")):(o=v.url.slice(f.length),v.data&&(v.processData||"string"==typeof v.data)&&(f+=(Et.test(f)?"&":"?")+v.data,delete v.data),!1===v.cache&&(f=f.replace(Lt,"$1"),o=(Et.test(f)?"&":"?")+"_="+Ct.guid+++o),v.url=f+o),v.ifModified&&(S.lastModified[f]&&T.setRequestHeader("If-Modified-Since",S.lastModified[f]),S.etag[f]&&T.setRequestHeader("If-None-Match",S.etag[f])),(v.data&&v.hasContent&&!1!==v.contentType||t.contentType)&&T.setRequestHeader("Content-Type",v.contentType),T.setRequestHeader("Accept",v.dataTypes[0]&&v.accepts[v.dataTypes[0]]?v.accepts[v.dataTypes[0]]+("*"!==v.dataTypes[0]?", "+It+"; q=0.01":""):v.accepts["*"]),v.headers)T.setRequestHeader(i,v.headers[i]);if(v.beforeSend&&(!1===v.beforeSend.call(y,T,v)||h))return T.abort();if(u="abort",b.add(v.complete),T.done(v.success),T.fail(v.error),c=Bt(Mt,v,t,T)){if(T.readyState=1,g&&m.trigger("ajaxSend",[T,v]),h)return T;v.async&&0<v.timeout&&(d=C.setTimeout(function(){T.abort("timeout")},v.timeout));try{h=!1,c.send(a,l)}catch(e){if(h)throw e;l(-1,e)}}else l(-1,"No Transport");function l(e,t,n,r){var i,o,a,s,u,l=t;h||(h=!0,d&&C.clearTimeout(d),c=void 0,p=r||"",T.readyState=0<e?4:0,i=200<=e&&e<300||304===e,n&&(s=function(e,t,n){var r,i,o,a,s=e.contents,u=e.dataTypes;while("*"===u[0])u.shift(),void 0===r&&(r=e.mimeType||t.getResponseHeader("Content-Type"));if(r)for(i in s)if(s[i]&&s[i].test(r)){u.unshift(i);break}if(u[0]in n)o=u[0];else{for(i in n){if(!u[0]||e.converters[i+" "+u[0]]){o=i;break}a||(a=i)}o=o||a}if(o)return o!==u[0]&&u.unshift(o),n[o]}(v,T,n)),!i&&-1<S.inArray("script",v.dataTypes)&&(v.converters["text script"]=function(){}),s=function(e,t,n,r){var i,o,a,s,u,l={},c=e.dataTypes.slice();if(c[1])for(a in e.converters)l[a.toLowerCase()]=e.converters[a];o=c.shift();while(o)if(e.responseFields[o]&&(n[e.responseFields[o]]=t),!u&&r&&e.dataFilter&&(t=e.dataFilter(t,e.dataType)),u=o,o=c.shift())if("*"===o)o=u;else if("*"!==u&&u!==o){if(!(a=l[u+" "+o]||l["* "+o]))for(i in l)if((s=i.split(" "))[1]===o&&(a=l[u+" "+s[0]]||l["* "+s[0]])){!0===a?a=l[i]:!0!==l[i]&&(o=s[0],c.unshift(s[1]));break}if(!0!==a)if(a&&e["throws"])t=a(t);else try{t=a(t)}catch(e){return{state:"parsererror",error:a?e:"No conversion from "+u+" to "+o}}}return{state:"success",data:t}}(v,s,T,i),i?(v.ifModified&&((u=T.getResponseHeader("Last-Modified"))&&(S.lastModified[f]=u),(u=T.getResponseHeader("etag"))&&(S.etag[f]=u)),204===e||"HEAD"===v.type?l="nocontent":304===e?l="notmodified":(l=s.state,o=s.data,i=!(a=s.error))):(a=l,!e&&l||(l="error",e<0&&(e=0))),T.status=e,T.statusText=(t||l)+"",i?x.resolveWith(y,[o,l,T]):x.rejectWith(y,[T,l,a]),T.statusCode(w),w=void 0,g&&m.trigger(i?"ajaxSuccess":"ajaxError",[T,v,i?o:a]),b.fireWith(y,[T,l]),g&&(m.trigger("ajaxComplete",[T,v]),--S.active||S.event.trigger("ajaxStop")))}return T},getJSON:function(e,t,n){return S.get(e,t,n,"json")},getScript:function(e,t){return S.get(e,void 0,t,"script")}}),S.each(["get","post"],function(e,i){S[i]=function(e,t,n,r){return m(t)&&(r=r||n,n=t,t=void 0),S.ajax(S.extend({url:e,type:i,dataType:r,data:t,success:n},S.isPlainObject(e)&&e))}}),S.ajaxPrefilter(function(e){var t;for(t in e.headers)"content-type"===t.toLowerCase()&&(e.contentType=e.headers[t]||"")}),S._evalUrl=function(e,t,n){return S.ajax({url:e,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,converters:{"text script":function(){}},dataFilter:function(e){S.globalEval(e,t,n)}})},S.fn.extend({wrapAll:function(e){var t;return this[0]&&(m(e)&&(e=e.call(this[0])),t=S(e,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&t.insertBefore(this[0]),t.map(function(){var e=this;while(e.firstElementChild)e=e.firstElementChild;return e}).append(this)),this},wrapInner:function(n){return m(n)?this.each(function(e){S(this).wrapInner(n.call(this,e))}):this.each(function(){var e=S(this),t=e.contents();t.length?t.wrapAll(n):e.append(n)})},wrap:function(t){var n=m(t);return this.each(function(e){S(this).wrapAll(n?t.call(this,e):t)})},unwrap:function(e){return this.parent(e).not("body").each(function(){S(this).replaceWith(this.childNodes)}),this}}),S.expr.pseudos.hidden=function(e){return!S.expr.pseudos.visible(e)},S.expr.pseudos.visible=function(e){return!!(e.offsetWidth||e.offsetHeight||e.getClientRects().length)},S.ajaxSettings.xhr=function(){try{return new C.XMLHttpRequest}catch(e){}};var _t={0:200,1223:204},zt=S.ajaxSettings.xhr();y.cors=!!zt&&"withCredentials"in zt,y.ajax=zt=!!zt,S.ajaxTransport(function(i){var o,a;if(y.cors||zt&&!i.crossDomain)return{send:function(e,t){var n,r=i.xhr();if(r.open(i.type,i.url,i.async,i.username,i.password),i.xhrFields)for(n in i.xhrFields)r[n]=i.xhrFields[n];for(n in i.mimeType&&r.overrideMimeType&&r.overrideMimeType(i.mimeType),i.crossDomain||e["X-Requested-With"]||(e["X-Requested-With"]="XMLHttpRequest"),e)r.setRequestHeader(n,e[n]);o=function(e){return function(){o&&(o=a=r.onload=r.onerror=r.onabort=r.ontimeout=r.onreadystatechange=null,"abort"===e?r.abort():"error"===e?"number"!=typeof r.status?t(0,"error"):t(r.status,r.statusText):t(_t[r.status]||r.status,r.statusText,"text"!==(r.responseType||"text")||"string"!=typeof r.responseText?{binary:r.response}:{text:r.responseText},r.getAllResponseHeaders()))}},r.onload=o(),a=r.onerror=r.ontimeout=o("error"),void 0!==r.onabort?r.onabort=a:r.onreadystatechange=function(){4===r.readyState&&C.setTimeout(function(){o&&a()})},o=o("abort");try{r.send(i.hasContent&&i.data||null)}catch(e){if(o)throw e}},abort:function(){o&&o()}}}),S.ajaxPrefilter(function(e){e.crossDomain&&(e.contents.script=!1)}),S.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(e){return S.globalEval(e),e}}}),S.ajaxPrefilter("script",function(e){void 0===e.cache&&(e.cache=!1),e.crossDomain&&(e.type="GET")}),S.ajaxTransport("script",function(n){var r,i;if(n.crossDomain||n.scriptAttrs)return{send:function(e,t){r=S("<script>").attr(n.scriptAttrs||{}).prop({charset:n.scriptCharset,src:n.url}).on("load error",i=function(e){r.remove(),i=null,e&&t("error"===e.type?404:200,e.type)}),E.head.appendChild(r[0])},abort:function(){i&&i()}}});var Ut,Xt=[],Vt=/(=)\?(?=&|$)|\?\?/;S.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Xt.pop()||S.expando+"_"+Ct.guid++;return this[e]=!0,e}}),S.ajaxPrefilter("json jsonp",function(e,t,n){var r,i,o,a=!1!==e.jsonp&&(Vt.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Vt.test(e.data)&&"data");if(a||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=m(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,a?e[a]=e[a].replace(Vt,"$1"+r):!1!==e.jsonp&&(e.url+=(Et.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return o||S.error(r+" was not called"),o[0]},e.dataTypes[0]="json",i=C[r],C[r]=function(){o=arguments},n.always(function(){void 0===i?S(C).removeProp(r):C[r]=i,e[r]&&(e.jsonpCallback=t.jsonpCallback,Xt.push(r)),o&&m(i)&&i(o[0]),o=i=void 0}),"script"}),y.createHTMLDocument=((Ut=E.implementation.createHTMLDocument("").body).innerHTML="<form></form><form></form>",2===Ut.childNodes.length),S.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(y.createHTMLDocument?((r=(t=E.implementation.createHTMLDocument("")).createElement("base")).href=E.location.href,t.head.appendChild(r)):t=E),o=!n&&[],(i=N.exec(e))?[t.createElement(i[1])]:(i=xe([e],t,o),o&&o.length&&S(o).remove(),S.merge([],i.childNodes)));var r,i,o},S.fn.load=function(e,t,n){var r,i,o,a=this,s=e.indexOf(" ");return-1<s&&(r=vt(e.slice(s)),e=e.slice(0,s)),m(t)?(n=t,t=void 0):t&&"object"==typeof t&&(i="POST"),0<a.length&&S.ajax({url:e,type:i||"GET",dataType:"html",data:t}).done(function(e){o=arguments,a.html(r?S("<div>").append(S.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},S.expr.pseudos.animated=function(t){return S.grep(S.timers,function(e){return t===e.elem}).length},S.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l=S.css(e,"position"),c=S(e),f={};"static"===l&&(e.style.position="relative"),s=c.offset(),o=S.css(e,"top"),u=S.css(e,"left"),("absolute"===l||"fixed"===l)&&-1<(o+u).indexOf("auto")?(a=(r=c.position()).top,i=r.left):(a=parseFloat(o)||0,i=parseFloat(u)||0),m(t)&&(t=t.call(e,n,S.extend({},s))),null!=t.top&&(f.top=t.top-s.top+a),null!=t.left&&(f.left=t.left-s.left+i),"using"in t?t.using.call(e,f):("number"==typeof f.top&&(f.top+="px"),"number"==typeof f.left&&(f.left+="px"),c.css(f))}},S.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){S.offset.setOffset(this,t,e)});var e,n,r=this[0];return r?r.getClientRects().length?(e=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:e.top+n.pageYOffset,left:e.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===S.css(r,"position"))t=r.getBoundingClientRect();else{t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;while(e&&(e===n.body||e===n.documentElement)&&"static"===S.css(e,"position"))e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=S(e).offset()).top+=S.css(e,"borderTopWidth",!0),i.left+=S.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-S.css(r,"marginTop",!0),left:t.left-i.left-S.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var e=this.offsetParent;while(e&&"static"===S.css(e,"position"))e=e.offsetParent;return e||re})}}),S.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,i){var o="pageYOffset"===i;S.fn[t]=function(e){return $(this,function(e,t,n){var r;if(x(e)?r=e:9===e.nodeType&&(r=e.defaultView),void 0===n)return r?r[i]:e[t];r?r.scrollTo(o?r.pageXOffset:n,o?n:r.pageYOffset):e[t]=n},t,e,arguments.length)}}),S.each(["top","left"],function(e,n){S.cssHooks[n]=$e(y.pixelPosition,function(e,t){if(t)return t=Be(e,n),Me.test(t)?S(e).position()[n]+"px":t})}),S.each({Height:"height",Width:"width"},function(a,s){S.each({padding:"inner"+a,content:s,"":"outer"+a},function(r,o){S.fn[o]=function(e,t){var n=arguments.length&&(r||"boolean"!=typeof e),i=r||(!0===e||!0===t?"margin":"border");return $(this,function(e,t,n){var r;return x(e)?0===o.indexOf("outer")?e["inner"+a]:e.document.documentElement["client"+a]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+a],r["scroll"+a],e.body["offset"+a],r["offset"+a],r["client"+a])):void 0===n?S.css(e,t,i):S.style(e,t,n,i)},s,n?e:void 0,n)}})}),S.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){S.fn[t]=function(e){return this.on(t,e)}}),S.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)},hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),S.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,n){S.fn[n]=function(e,t){return 0<arguments.length?this.on(n,null,e,t):this.trigger(n)}});var Gt=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g;S.proxy=function(e,t){var n,r,i;if("string"==typeof t&&(n=e[t],t=e,e=n),m(e))return r=s.call(arguments,2),(i=function(){return e.apply(t||this,r.concat(s.call(arguments)))}).guid=e.guid=e.guid||S.guid++,i},S.holdReady=function(e){e?S.readyWait++:S.ready(!0)},S.isArray=Array.isArray,S.parseJSON=JSON.parse,S.nodeName=A,S.isFunction=m,S.isWindow=x,S.camelCase=X,S.type=w,S.now=Date.now,S.isNumeric=function(e){var t=S.type(e);return("number"===t||"string"===t)&&!isNaN(e-parseFloat(e))},S.trim=function(e){return null==e?"":(e+"").replace(Gt,"")},"function"==typeof define&&define.amd&&define("jquery",[],function(){return S});var Yt=C.jQuery,Qt=C.$;return S.noConflict=function(e){return C.$===S&&(C.$=Qt),e&&C.jQuery===S&&(C.jQuery=Yt),S},"undefined"==typeof e&&(C.jQuery=C.$=S),S}); -;/*! jQuery Migrate v3.3.0 | (c) OpenJS Foundation and other contributors | jquery.org/license */ -"undefined"==typeof jQuery.migrateMute&&(jQuery.migrateMute=!0),function(t){"use strict";"function"==typeof define&&define.amd?define(["jquery"],function(e){return t(e,window)}):"object"==typeof module&&module.exports?module.exports=t(require("jquery"),window):t(jQuery,window)}(function(s,n){"use strict";function e(e){return 0<=function(e,t){var r,n=/^(\d+)\.(\d+)\.(\d+)/,i=n.exec(e)||[],o=n.exec(t)||[];for(r=1;r<=3;r++){if(+i[r]>+o[r])return 1;if(+i[r]<+o[r])return-1}return 0}(s.fn.jquery,e)}s.migrateVersion="3.3.0",n.console&&n.console.log&&(s&&e("3.0.0")||n.console.log("JQMIGRATE: jQuery 3.0.0+ REQUIRED"),s.migrateWarnings&&n.console.log("JQMIGRATE: Migrate plugin loaded multiple times"),n.console.log("JQMIGRATE: Migrate is installed"+(s.migrateMute?"":" with logging active")+", version "+s.migrateVersion));var r={};function u(e){var t=n.console;s.migrateDeduplicateWarnings&&r[e]||(r[e]=!0,s.migrateWarnings.push(e),t&&t.warn&&!s.migrateMute&&(t.warn("JQMIGRATE: "+e),s.migrateTrace&&t.trace&&t.trace()))}function t(e,t,r,n){Object.defineProperty(e,t,{configurable:!0,enumerable:!0,get:function(){return u(n),r},set:function(e){u(n),r=e}})}function i(e,t,r,n){e[t]=function(){return u(n),r.apply(this,arguments)}}s.migrateDeduplicateWarnings=!0,s.migrateWarnings=[],void 0===s.migrateTrace&&(s.migrateTrace=!0),s.migrateReset=function(){r={},s.migrateWarnings.length=0},"BackCompat"===n.document.compatMode&&u("jQuery is not compatible with Quirks Mode");var o,a={},c=s.fn.init,d=s.find,l=/\[(\s*[-\w]+\s*)([~|^$*]?=)\s*([-\w#]*?#[-\w#]*)\s*\]/,p=/\[(\s*[-\w]+\s*)([~|^$*]?=)\s*([-\w#]*?#[-\w#]*)\s*\]/g,f=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g;for(o in s.fn.init=function(e){var t=Array.prototype.slice.call(arguments);return"string"==typeof e&&"#"===e&&(u("jQuery( '#' ) is not a valid selector"),t[0]=[]),c.apply(this,t)},s.fn.init.prototype=s.fn,s.find=function(t){var r=Array.prototype.slice.call(arguments);if("string"==typeof t&&l.test(t))try{n.document.querySelector(t)}catch(e){t=t.replace(p,function(e,t,r,n){return"["+t+r+'"'+n+'"]'});try{n.document.querySelector(t),u("Attribute selector with '#' must be quoted: "+r[0]),r[0]=t}catch(e){u("Attribute selector with '#' was not fixed: "+r[0])}}return d.apply(this,r)},d)Object.prototype.hasOwnProperty.call(d,o)&&(s.find[o]=d[o]);if(i(s.fn,"size",function(){return this.length},"jQuery.fn.size() is deprecated and removed; use the .length property"),i(s,"parseJSON",function(){return JSON.parse.apply(null,arguments)},"jQuery.parseJSON is deprecated; use JSON.parse"),i(s,"holdReady",s.holdReady,"jQuery.holdReady is deprecated"),i(s,"unique",s.uniqueSort,"jQuery.unique is deprecated; use jQuery.uniqueSort"),t(s.expr,"filters",s.expr.pseudos,"jQuery.expr.filters is deprecated; use jQuery.expr.pseudos"),t(s.expr,":",s.expr.pseudos,"jQuery.expr[':'] is deprecated; use jQuery.expr.pseudos"),e("3.1.1")&&i(s,"trim",function(e){return null==e?"":(e+"").replace(f,"")},"jQuery.trim is deprecated; use String.prototype.trim"),e("3.2.0")&&i(s,"nodeName",function(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()},"jQuery.nodeName is deprecated"),e("3.3.0")&&(i(s,"isNumeric",function(e){var t=typeof e;return("number"==t||"string"==t)&&!isNaN(e-parseFloat(e))},"jQuery.isNumeric() is deprecated"),s.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),function(e,t){a["[object "+t+"]"]=t.toLowerCase()}),i(s,"type",function(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?a[Object.prototype.toString.call(e)]||"object":typeof e},"jQuery.type is deprecated"),i(s,"isFunction",function(e){return"function"==typeof e},"jQuery.isFunction() is deprecated"),i(s,"isWindow",function(e){return null!=e&&e===e.window},"jQuery.isWindow() is deprecated"),i(s,"isArray",Array.isArray,"jQuery.isArray is deprecated; use Array.isArray")),s.ajax){var y=s.ajax;s.ajax=function(){var e=y.apply(this,arguments);return e.promise&&(i(e,"success",e.done,"jQXHR.success is deprecated and removed"),i(e,"error",e.fail,"jQXHR.error is deprecated and removed"),i(e,"complete",e.always,"jQXHR.complete is deprecated and removed")),e}}var m=s.fn.removeAttr,g=s.fn.toggleClass,h=/\S+/g;function v(e){return e.replace(/-([a-z])/g,function(e,t){return t.toUpperCase()})}s.fn.removeAttr=function(e){var r=this;return s.each(e.match(h),function(e,t){s.expr.match.bool.test(t)&&(u("jQuery.fn.removeAttr no longer sets boolean properties: "+t),r.prop(t,!1))}),m.apply(this,arguments)};var j,Q=!(s.fn.toggleClass=function(t){return void 0!==t&&"boolean"!=typeof t?g.apply(this,arguments):(u("jQuery.fn.toggleClass( boolean ) is deprecated"),this.each(function(){var e=this.getAttribute&&this.getAttribute("class")||"";e&&s.data(this,"__className__",e),this.setAttribute&&this.setAttribute("class",e||!1===t?"":s.data(this,"__className__")||"")}))}),b=/^[a-z]/,w=/^(?:Border(?:Top|Right|Bottom|Left)?(?:Width|)|(?:Margin|Padding)?(?:Top|Right|Bottom|Left)?|(?:Min|Max)?(?:Width|Height))$/;s.swap&&s.each(["height","width","reliableMarginRight"],function(e,t){var r=s.cssHooks[t]&&s.cssHooks[t].get;r&&(s.cssHooks[t].get=function(){var e;return Q=!0,e=r.apply(this,arguments),Q=!1,e})}),s.swap=function(e,t,r,n){var i,o,a={};for(o in Q||u("jQuery.swap() is undocumented and deprecated"),t)a[o]=e.style[o],e.style[o]=t[o];for(o in i=r.apply(e,n||[]),t)e.style[o]=a[o];return i},e("3.4.0")&&"undefined"!=typeof Proxy&&(s.cssProps=new Proxy(s.cssProps||{},{set:function(){return u("JQMIGRATE: jQuery.cssProps is deprecated"),Reflect.set.apply(this,arguments)}})),s.cssNumber||(s.cssNumber={}),j=s.fn.css,s.fn.css=function(e,t){var r=this;return"string"!=typeof e&&s.each(e,function(e,t){s.fn.css.call(r,e,t)}),"number"!=typeof t||function(e){return b.test(e)&&w.test(e[0].toUpperCase()+e.slice(1))}(v(e))||u("Use of number-typed values is deprecated in jQuery.fn.css"),j.apply(this,arguments)};var x=s.data;if(s.data=function(e,t,r){var n,i,o;if(t&&"object"==typeof t&&2===arguments.length){for(o in n=s.hasData(e)&&x.call(this,e),i={},t)o!==v(o)?(u("jQuery.data() always sets/gets camelCased names: "+o),n[o]=t[o]):i[o]=t[o];return x.call(this,e,i),t}return t&&"string"==typeof t&&t!==v(t)&&(n=s.hasData(e)&&x.call(this,e))&&t in n?(u("jQuery.data() always sets/gets camelCased names: "+t),2<arguments.length&&(n[t]=r),n[t]):x.apply(this,arguments)},s.fx){var A,k,M=s.Tween.prototype.run,S=function(e){return e};s.Tween.prototype.run=function(){1<s.easing[this.easing].length&&(u("'jQuery.easing."+this.easing.toString()+"' should use only one argument"),s.easing[this.easing]=S),M.apply(this,arguments)},A=s.fx.interval||13,k="jQuery.fx.interval is deprecated",n.requestAnimationFrame&&Object.defineProperty(s.fx,"interval",{configurable:!0,enumerable:!0,get:function(){return n.document.hidden||u(k),A},set:function(e){u(k),A=e}})}var H=s.fn.load,R=s.event.add,N=s.event.fix;s.event.props=[],s.event.fixHooks={},t(s.event.props,"concat",s.event.props.concat,"jQuery.event.props.concat() is deprecated and removed"),s.event.fix=function(e){var t,r=e.type,n=this.fixHooks[r],i=s.event.props;if(i.length){u("jQuery.event.props are deprecated and removed: "+i.join());while(i.length)s.event.addProp(i.pop())}if(n&&!n._migrated_&&(n._migrated_=!0,u("jQuery.event.fixHooks are deprecated and removed: "+r),(i=n.props)&&i.length))while(i.length)s.event.addProp(i.pop());return t=N.call(this,e),n&&n.filter?n.filter(t,e):t},s.event.add=function(e,t){return e===n&&"load"===t&&"complete"===n.document.readyState&&u("jQuery(window).on('load'...) called after load event occurred"),R.apply(this,arguments)},s.each(["load","unload","error"],function(e,t){s.fn[t]=function(){var e=Array.prototype.slice.call(arguments,0);return"load"===t&&"string"==typeof e[0]?H.apply(this,e):(u("jQuery.fn."+t+"() is deprecated"),e.splice(0,0,t),arguments.length?this.on.apply(this,e):(this.triggerHandler.apply(this,e),this))}}),s.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,r){s.fn[r]=function(e,t){return u("jQuery.fn."+r+"() event shorthand is deprecated"),0<arguments.length?this.on(r,null,e,t):this.trigger(r)}}),s(function(){s(n.document).triggerHandler("ready")}),s.event.special.ready={setup:function(){this===n.document&&u("'ready' event is deprecated")}},s.fn.extend({bind:function(e,t,r){return u("jQuery.fn.bind() is deprecated"),this.on(e,null,t,r)},unbind:function(e,t){return u("jQuery.fn.unbind() is deprecated"),this.off(e,null,t)},delegate:function(e,t,r,n){return u("jQuery.fn.delegate() is deprecated"),this.on(t,e,r,n)},undelegate:function(e,t,r){return u("jQuery.fn.undelegate() is deprecated"),1===arguments.length?this.off(e,"**"):this.off(t,e||"**",r)},hover:function(e,t){return u("jQuery.fn.hover() is deprecated"),this.on("mouseenter",e).on("mouseleave",t||e)}});function C(e){var t=n.document.implementation.createHTMLDocument("");return t.body.innerHTML=e,t.body&&t.body.innerHTML}function T(e){var t=e.replace(P,"<$1></$2>");t!==e&&C(e)!==C(t)&&u("HTML tags must be properly nested and closed: "+e)}var P=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([a-z][^\/\0>\x20\t\r\n\f]*)[^>]*)\/>/gi,q=s.htmlPrefilter;s.UNSAFE_restoreLegacyHtmlPrefilter=function(){s.htmlPrefilter=function(e){return T(e),e.replace(P,"<$1></$2>")}},s.htmlPrefilter=function(e){return T(e),q(e)};var D=s.fn.offset;if(s.fn.offset=function(){var e,t=this[0];if(t&&t.nodeType)return e=(t.ownerDocument||n.document).documentElement,s.contains(e,t)?D.apply(this,arguments):(u("jQuery.fn.offset() requires an element connected to a document"),{top:0,left:0});u("jQuery.fn.offset() requires a valid DOM element")},s.ajax){var E=s.param;s.param=function(e,t){var r=s.ajaxSettings&&s.ajaxSettings.traditional;return void 0===t&&r&&(u("jQuery.param() no longer uses jQuery.ajaxSettings.traditional"),t=r),E.call(this,e,t)}}var _=s.fn.andSelf||s.fn.addBack;if(s.fn.andSelf=function(){return u("jQuery.fn.andSelf() is deprecated and removed, use jQuery.fn.addBack()"),_.apply(this,arguments)},s.Deferred){var F=s.Deferred,O=[["resolve","done",s.Callbacks("once memory"),s.Callbacks("once memory"),"resolved"],["reject","fail",s.Callbacks("once memory"),s.Callbacks("once memory"),"rejected"],["notify","progress",s.Callbacks("memory"),s.Callbacks("memory")]];s.Deferred=function(e){var o=F(),a=o.promise();return o.pipe=a.pipe=function(){var i=arguments;return u("deferred.pipe() is deprecated"),s.Deferred(function(n){s.each(O,function(e,t){var r="function"==typeof i[e]&&i[e];o[t[1]](function(){var e=r&&r.apply(this,arguments);e&&"function"==typeof e.promise?e.promise().done(n.resolve).fail(n.reject).progress(n.notify):n[t[0]+"With"](this===a?n.promise():this,r?[e]:arguments)})}),i=null}).promise()},e&&e.call(o,o),o},s.Deferred.exceptionHook=F.exceptionHook}return s}); -;/*! jQuery UI - v1.12.1 - 2016-09-14 -* http://jqueryui.com -* Includes: widget.js, position.js, data.js, disable-selection.js, effect.js, effects/effect-blind.js, effects/effect-bounce.js, effects/effect-clip.js, effects/effect-drop.js, effects/effect-explode.js, effects/effect-fade.js, effects/effect-fold.js, effects/effect-highlight.js, effects/effect-puff.js, effects/effect-pulsate.js, effects/effect-scale.js, effects/effect-shake.js, effects/effect-size.js, effects/effect-slide.js, effects/effect-transfer.js, focusable.js, form-reset-mixin.js, jquery-1-7.js, keycode.js, labels.js, scroll-parent.js, tabbable.js, unique-id.js, widgets/accordion.js, widgets/autocomplete.js, widgets/button.js, widgets/checkboxradio.js, widgets/controlgroup.js, widgets/datepicker.js, widgets/dialog.js, widgets/draggable.js, widgets/droppable.js, widgets/menu.js, widgets/mouse.js, widgets/progressbar.js, widgets/resizable.js, widgets/selectable.js, widgets/selectmenu.js, widgets/slider.js, widgets/sortable.js, widgets/spinner.js, widgets/tabs.js, widgets/tooltip.js -* Copyright jQuery Foundation and other contributors; Licensed MIT */ - -(function(t){"function"==typeof define&&define.amd?define(["jquery"],t):t(jQuery)})(function(t){function e(t){for(var e=t.css("visibility");"inherit"===e;)t=t.parent(),e=t.css("visibility");return"hidden"!==e}function i(t){for(var e,i;t.length&&t[0]!==document;){if(e=t.css("position"),("absolute"===e||"relative"===e||"fixed"===e)&&(i=parseInt(t.css("zIndex"),10),!isNaN(i)&&0!==i))return i;t=t.parent()}return 0}function s(){this._curInst=null,this._keyEvent=!1,this._disabledInputs=[],this._datepickerShowing=!1,this._inDialog=!1,this._mainDivId="ui-datepicker-div",this._inlineClass="ui-datepicker-inline",this._appendClass="ui-datepicker-append",this._triggerClass="ui-datepicker-trigger",this._dialogClass="ui-datepicker-dialog",this._disableClass="ui-datepicker-disabled",this._unselectableClass="ui-datepicker-unselectable",this._currentClass="ui-datepicker-current-day",this._dayOverClass="ui-datepicker-days-cell-over",this.regional=[],this.regional[""]={closeText:"Done",prevText:"Prev",nextText:"Next",currentText:"Today",monthNames:["January","February","March","April","May","June","July","August","September","October","November","December"],monthNamesShort:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],dayNames:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],dayNamesShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],dayNamesMin:["Su","Mo","Tu","We","Th","Fr","Sa"],weekHeader:"Wk",dateFormat:"mm/dd/yy",firstDay:0,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""},this._defaults={showOn:"focus",showAnim:"fadeIn",showOptions:{},defaultDate:null,appendText:"",buttonText:"...",buttonImage:"",buttonImageOnly:!1,hideIfNoPrevNext:!1,navigationAsDateFormat:!1,gotoCurrent:!1,changeMonth:!1,changeYear:!1,yearRange:"c-10:c+10",showOtherMonths:!1,selectOtherMonths:!1,showWeek:!1,calculateWeek:this.iso8601Week,shortYearCutoff:"+10",minDate:null,maxDate:null,duration:"fast",beforeShowDay:null,beforeShow:null,onSelect:null,onChangeMonthYear:null,onClose:null,numberOfMonths:1,showCurrentAtPos:0,stepMonths:1,stepBigMonths:12,altField:"",altFormat:"",constrainInput:!0,showButtonPanel:!1,autoSize:!1,disabled:!1},t.extend(this._defaults,this.regional[""]),this.regional.en=t.extend(!0,{},this.regional[""]),this.regional["en-US"]=t.extend(!0,{},this.regional.en),this.dpDiv=n(t("<div id='"+this._mainDivId+"' class='ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all'></div>"))}function n(e){var i="button, .ui-datepicker-prev, .ui-datepicker-next, .ui-datepicker-calendar td a";return e.on("mouseout",i,function(){t(this).removeClass("ui-state-hover"),-1!==this.className.indexOf("ui-datepicker-prev")&&t(this).removeClass("ui-datepicker-prev-hover"),-1!==this.className.indexOf("ui-datepicker-next")&&t(this).removeClass("ui-datepicker-next-hover")}).on("mouseover",i,o)}function o(){t.datepicker._isDisabledDatepicker(m.inline?m.dpDiv.parent()[0]:m.input[0])||(t(this).parents(".ui-datepicker-calendar").find("a").removeClass("ui-state-hover"),t(this).addClass("ui-state-hover"),-1!==this.className.indexOf("ui-datepicker-prev")&&t(this).addClass("ui-datepicker-prev-hover"),-1!==this.className.indexOf("ui-datepicker-next")&&t(this).addClass("ui-datepicker-next-hover"))}function a(e,i){t.extend(e,i);for(var s in i)null==i[s]&&(e[s]=i[s]);return e}function r(t){return function(){var e=this.element.val();t.apply(this,arguments),this._refresh(),e!==this.element.val()&&this._trigger("change")}}t.ui=t.ui||{},t.ui.version="1.12.1";var h=0,l=Array.prototype.slice;t.cleanData=function(e){return function(i){var s,n,o;for(o=0;null!=(n=i[o]);o++)try{s=t._data(n,"events"),s&&s.remove&&t(n).triggerHandler("remove")}catch(a){}e(i)}}(t.cleanData),t.widget=function(e,i,s){var n,o,a,r={},h=e.split(".")[0];e=e.split(".")[1];var l=h+"-"+e;return s||(s=i,i=t.Widget),t.isArray(s)&&(s=t.extend.apply(null,[{}].concat(s))),t.expr[":"][l.toLowerCase()]=function(e){return!!t.data(e,l)},t[h]=t[h]||{},n=t[h][e],o=t[h][e]=function(t,e){return this._createWidget?(arguments.length&&this._createWidget(t,e),void 0):new o(t,e)},t.extend(o,n,{version:s.version,_proto:t.extend({},s),_childConstructors:[]}),a=new i,a.options=t.widget.extend({},a.options),t.each(s,function(e,s){return t.isFunction(s)?(r[e]=function(){function t(){return i.prototype[e].apply(this,arguments)}function n(t){return i.prototype[e].apply(this,t)}return function(){var e,i=this._super,o=this._superApply;return this._super=t,this._superApply=n,e=s.apply(this,arguments),this._super=i,this._superApply=o,e}}(),void 0):(r[e]=s,void 0)}),o.prototype=t.widget.extend(a,{widgetEventPrefix:n?a.widgetEventPrefix||e:e},r,{constructor:o,namespace:h,widgetName:e,widgetFullName:l}),n?(t.each(n._childConstructors,function(e,i){var s=i.prototype;t.widget(s.namespace+"."+s.widgetName,o,i._proto)}),delete n._childConstructors):i._childConstructors.push(o),t.widget.bridge(e,o),o},t.widget.extend=function(e){for(var i,s,n=l.call(arguments,1),o=0,a=n.length;a>o;o++)for(i in n[o])s=n[o][i],n[o].hasOwnProperty(i)&&void 0!==s&&(e[i]=t.isPlainObject(s)?t.isPlainObject(e[i])?t.widget.extend({},e[i],s):t.widget.extend({},s):s);return e},t.widget.bridge=function(e,i){var s=i.prototype.widgetFullName||e;t.fn[e]=function(n){var o="string"==typeof n,a=l.call(arguments,1),r=this;return o?this.length||"instance"!==n?this.each(function(){var i,o=t.data(this,s);return"instance"===n?(r=o,!1):o?t.isFunction(o[n])&&"_"!==n.charAt(0)?(i=o[n].apply(o,a),i!==o&&void 0!==i?(r=i&&i.jquery?r.pushStack(i.get()):i,!1):void 0):t.error("no such method '"+n+"' for "+e+" widget instance"):t.error("cannot call methods on "+e+" prior to initialization; "+"attempted to call method '"+n+"'")}):r=void 0:(a.length&&(n=t.widget.extend.apply(null,[n].concat(a))),this.each(function(){var e=t.data(this,s);e?(e.option(n||{}),e._init&&e._init()):t.data(this,s,new i(n,this))})),r}},t.Widget=function(){},t.Widget._childConstructors=[],t.Widget.prototype={widgetName:"widget",widgetEventPrefix:"",defaultElement:"<div>",options:{classes:{},disabled:!1,create:null},_createWidget:function(e,i){i=t(i||this.defaultElement||this)[0],this.element=t(i),this.uuid=h++,this.eventNamespace="."+this.widgetName+this.uuid,this.bindings=t(),this.hoverable=t(),this.focusable=t(),this.classesElementLookup={},i!==this&&(t.data(i,this.widgetFullName,this),this._on(!0,this.element,{remove:function(t){t.target===i&&this.destroy()}}),this.document=t(i.style?i.ownerDocument:i.document||i),this.window=t(this.document[0].defaultView||this.document[0].parentWindow)),this.options=t.widget.extend({},this.options,this._getCreateOptions(),e),this._create(),this.options.disabled&&this._setOptionDisabled(this.options.disabled),this._trigger("create",null,this._getCreateEventData()),this._init()},_getCreateOptions:function(){return{}},_getCreateEventData:t.noop,_create:t.noop,_init:t.noop,destroy:function(){var e=this;this._destroy(),t.each(this.classesElementLookup,function(t,i){e._removeClass(i,t)}),this.element.off(this.eventNamespace).removeData(this.widgetFullName),this.widget().off(this.eventNamespace).removeAttr("aria-disabled"),this.bindings.off(this.eventNamespace)},_destroy:t.noop,widget:function(){return this.element},option:function(e,i){var s,n,o,a=e;if(0===arguments.length)return t.widget.extend({},this.options);if("string"==typeof e)if(a={},s=e.split("."),e=s.shift(),s.length){for(n=a[e]=t.widget.extend({},this.options[e]),o=0;s.length-1>o;o++)n[s[o]]=n[s[o]]||{},n=n[s[o]];if(e=s.pop(),1===arguments.length)return void 0===n[e]?null:n[e];n[e]=i}else{if(1===arguments.length)return void 0===this.options[e]?null:this.options[e];a[e]=i}return this._setOptions(a),this},_setOptions:function(t){var e;for(e in t)this._setOption(e,t[e]);return this},_setOption:function(t,e){return"classes"===t&&this._setOptionClasses(e),this.options[t]=e,"disabled"===t&&this._setOptionDisabled(e),this},_setOptionClasses:function(e){var i,s,n;for(i in e)n=this.classesElementLookup[i],e[i]!==this.options.classes[i]&&n&&n.length&&(s=t(n.get()),this._removeClass(n,i),s.addClass(this._classes({element:s,keys:i,classes:e,add:!0})))},_setOptionDisabled:function(t){this._toggleClass(this.widget(),this.widgetFullName+"-disabled",null,!!t),t&&(this._removeClass(this.hoverable,null,"ui-state-hover"),this._removeClass(this.focusable,null,"ui-state-focus"))},enable:function(){return this._setOptions({disabled:!1})},disable:function(){return this._setOptions({disabled:!0})},_classes:function(e){function i(i,o){var a,r;for(r=0;i.length>r;r++)a=n.classesElementLookup[i[r]]||t(),a=e.add?t(t.unique(a.get().concat(e.element.get()))):t(a.not(e.element).get()),n.classesElementLookup[i[r]]=a,s.push(i[r]),o&&e.classes[i[r]]&&s.push(e.classes[i[r]])}var s=[],n=this;return e=t.extend({element:this.element,classes:this.options.classes||{}},e),this._on(e.element,{remove:"_untrackClassesElement"}),e.keys&&i(e.keys.match(/\S+/g)||[],!0),e.extra&&i(e.extra.match(/\S+/g)||[]),s.join(" ")},_untrackClassesElement:function(e){var i=this;t.each(i.classesElementLookup,function(s,n){-1!==t.inArray(e.target,n)&&(i.classesElementLookup[s]=t(n.not(e.target).get()))})},_removeClass:function(t,e,i){return this._toggleClass(t,e,i,!1)},_addClass:function(t,e,i){return this._toggleClass(t,e,i,!0)},_toggleClass:function(t,e,i,s){s="boolean"==typeof s?s:i;var n="string"==typeof t||null===t,o={extra:n?e:i,keys:n?t:e,element:n?this.element:t,add:s};return o.element.toggleClass(this._classes(o),s),this},_on:function(e,i,s){var n,o=this;"boolean"!=typeof e&&(s=i,i=e,e=!1),s?(i=n=t(i),this.bindings=this.bindings.add(i)):(s=i,i=this.element,n=this.widget()),t.each(s,function(s,a){function r(){return e||o.options.disabled!==!0&&!t(this).hasClass("ui-state-disabled")?("string"==typeof a?o[a]:a).apply(o,arguments):void 0}"string"!=typeof a&&(r.guid=a.guid=a.guid||r.guid||t.guid++);var h=s.match(/^([\w:-]*)\s*(.*)$/),l=h[1]+o.eventNamespace,c=h[2];c?n.on(l,c,r):i.on(l,r)})},_off:function(e,i){i=(i||"").split(" ").join(this.eventNamespace+" ")+this.eventNamespace,e.off(i).off(i),this.bindings=t(this.bindings.not(e).get()),this.focusable=t(this.focusable.not(e).get()),this.hoverable=t(this.hoverable.not(e).get())},_delay:function(t,e){function i(){return("string"==typeof t?s[t]:t).apply(s,arguments)}var s=this;return setTimeout(i,e||0)},_hoverable:function(e){this.hoverable=this.hoverable.add(e),this._on(e,{mouseenter:function(e){this._addClass(t(e.currentTarget),null,"ui-state-hover")},mouseleave:function(e){this._removeClass(t(e.currentTarget),null,"ui-state-hover")}})},_focusable:function(e){this.focusable=this.focusable.add(e),this._on(e,{focusin:function(e){this._addClass(t(e.currentTarget),null,"ui-state-focus")},focusout:function(e){this._removeClass(t(e.currentTarget),null,"ui-state-focus")}})},_trigger:function(e,i,s){var n,o,a=this.options[e];if(s=s||{},i=t.Event(i),i.type=(e===this.widgetEventPrefix?e:this.widgetEventPrefix+e).toLowerCase(),i.target=this.element[0],o=i.originalEvent)for(n in o)n in i||(i[n]=o[n]);return this.element.trigger(i,s),!(t.isFunction(a)&&a.apply(this.element[0],[i].concat(s))===!1||i.isDefaultPrevented())}},t.each({show:"fadeIn",hide:"fadeOut"},function(e,i){t.Widget.prototype["_"+e]=function(s,n,o){"string"==typeof n&&(n={effect:n});var a,r=n?n===!0||"number"==typeof n?i:n.effect||i:e;n=n||{},"number"==typeof n&&(n={duration:n}),a=!t.isEmptyObject(n),n.complete=o,n.delay&&s.delay(n.delay),a&&t.effects&&t.effects.effect[r]?s[e](n):r!==e&&s[r]?s[r](n.duration,n.easing,o):s.queue(function(i){t(this)[e](),o&&o.call(s[0]),i()})}}),t.widget,function(){function e(t,e,i){return[parseFloat(t[0])*(u.test(t[0])?e/100:1),parseFloat(t[1])*(u.test(t[1])?i/100:1)]}function i(e,i){return parseInt(t.css(e,i),10)||0}function s(e){var i=e[0];return 9===i.nodeType?{width:e.width(),height:e.height(),offset:{top:0,left:0}}:t.isWindow(i)?{width:e.width(),height:e.height(),offset:{top:e.scrollTop(),left:e.scrollLeft()}}:i.preventDefault?{width:0,height:0,offset:{top:i.pageY,left:i.pageX}}:{width:e.outerWidth(),height:e.outerHeight(),offset:e.offset()}}var n,o=Math.max,a=Math.abs,r=/left|center|right/,h=/top|center|bottom/,l=/[\+\-]\d+(\.[\d]+)?%?/,c=/^\w+/,u=/%$/,d=t.fn.position;t.position={scrollbarWidth:function(){if(void 0!==n)return n;var e,i,s=t("<div style='display:block;position:absolute;width:50px;height:50px;overflow:hidden;'><div style='height:100px;width:auto;'></div></div>"),o=s.children()[0];return t("body").append(s),e=o.offsetWidth,s.css("overflow","scroll"),i=o.offsetWidth,e===i&&(i=s[0].clientWidth),s.remove(),n=e-i},getScrollInfo:function(e){var i=e.isWindow||e.isDocument?"":e.element.css("overflow-x"),s=e.isWindow||e.isDocument?"":e.element.css("overflow-y"),n="scroll"===i||"auto"===i&&e.width<e.element[0].scrollWidth,o="scroll"===s||"auto"===s&&e.height<e.element[0].scrollHeight;return{width:o?t.position.scrollbarWidth():0,height:n?t.position.scrollbarWidth():0}},getWithinInfo:function(e){var i=t(e||window),s=t.isWindow(i[0]),n=!!i[0]&&9===i[0].nodeType,o=!s&&!n;return{element:i,isWindow:s,isDocument:n,offset:o?t(e).offset():{left:0,top:0},scrollLeft:i.scrollLeft(),scrollTop:i.scrollTop(),width:i.outerWidth(),height:i.outerHeight()}}},t.fn.position=function(n){if(!n||!n.of)return d.apply(this,arguments);n=t.extend({},n);var u,p,f,g,m,_,v=t(n.of),b=t.position.getWithinInfo(n.within),y=t.position.getScrollInfo(b),w=(n.collision||"flip").split(" "),k={};return _=s(v),v[0].preventDefault&&(n.at="left top"),p=_.width,f=_.height,g=_.offset,m=t.extend({},g),t.each(["my","at"],function(){var t,e,i=(n[this]||"").split(" ");1===i.length&&(i=r.test(i[0])?i.concat(["center"]):h.test(i[0])?["center"].concat(i):["center","center"]),i[0]=r.test(i[0])?i[0]:"center",i[1]=h.test(i[1])?i[1]:"center",t=l.exec(i[0]),e=l.exec(i[1]),k[this]=[t?t[0]:0,e?e[0]:0],n[this]=[c.exec(i[0])[0],c.exec(i[1])[0]]}),1===w.length&&(w[1]=w[0]),"right"===n.at[0]?m.left+=p:"center"===n.at[0]&&(m.left+=p/2),"bottom"===n.at[1]?m.top+=f:"center"===n.at[1]&&(m.top+=f/2),u=e(k.at,p,f),m.left+=u[0],m.top+=u[1],this.each(function(){var s,r,h=t(this),l=h.outerWidth(),c=h.outerHeight(),d=i(this,"marginLeft"),_=i(this,"marginTop"),x=l+d+i(this,"marginRight")+y.width,C=c+_+i(this,"marginBottom")+y.height,D=t.extend({},m),I=e(k.my,h.outerWidth(),h.outerHeight());"right"===n.my[0]?D.left-=l:"center"===n.my[0]&&(D.left-=l/2),"bottom"===n.my[1]?D.top-=c:"center"===n.my[1]&&(D.top-=c/2),D.left+=I[0],D.top+=I[1],s={marginLeft:d,marginTop:_},t.each(["left","top"],function(e,i){t.ui.position[w[e]]&&t.ui.position[w[e]][i](D,{targetWidth:p,targetHeight:f,elemWidth:l,elemHeight:c,collisionPosition:s,collisionWidth:x,collisionHeight:C,offset:[u[0]+I[0],u[1]+I[1]],my:n.my,at:n.at,within:b,elem:h})}),n.using&&(r=function(t){var e=g.left-D.left,i=e+p-l,s=g.top-D.top,r=s+f-c,u={target:{element:v,left:g.left,top:g.top,width:p,height:f},element:{element:h,left:D.left,top:D.top,width:l,height:c},horizontal:0>i?"left":e>0?"right":"center",vertical:0>r?"top":s>0?"bottom":"middle"};l>p&&p>a(e+i)&&(u.horizontal="center"),c>f&&f>a(s+r)&&(u.vertical="middle"),u.important=o(a(e),a(i))>o(a(s),a(r))?"horizontal":"vertical",n.using.call(this,t,u)}),h.offset(t.extend(D,{using:r}))})},t.ui.position={fit:{left:function(t,e){var i,s=e.within,n=s.isWindow?s.scrollLeft:s.offset.left,a=s.width,r=t.left-e.collisionPosition.marginLeft,h=n-r,l=r+e.collisionWidth-a-n;e.collisionWidth>a?h>0&&0>=l?(i=t.left+h+e.collisionWidth-a-n,t.left+=h-i):t.left=l>0&&0>=h?n:h>l?n+a-e.collisionWidth:n:h>0?t.left+=h:l>0?t.left-=l:t.left=o(t.left-r,t.left)},top:function(t,e){var i,s=e.within,n=s.isWindow?s.scrollTop:s.offset.top,a=e.within.height,r=t.top-e.collisionPosition.marginTop,h=n-r,l=r+e.collisionHeight-a-n;e.collisionHeight>a?h>0&&0>=l?(i=t.top+h+e.collisionHeight-a-n,t.top+=h-i):t.top=l>0&&0>=h?n:h>l?n+a-e.collisionHeight:n:h>0?t.top+=h:l>0?t.top-=l:t.top=o(t.top-r,t.top)}},flip:{left:function(t,e){var i,s,n=e.within,o=n.offset.left+n.scrollLeft,r=n.width,h=n.isWindow?n.scrollLeft:n.offset.left,l=t.left-e.collisionPosition.marginLeft,c=l-h,u=l+e.collisionWidth-r-h,d="left"===e.my[0]?-e.elemWidth:"right"===e.my[0]?e.elemWidth:0,p="left"===e.at[0]?e.targetWidth:"right"===e.at[0]?-e.targetWidth:0,f=-2*e.offset[0];0>c?(i=t.left+d+p+f+e.collisionWidth-r-o,(0>i||a(c)>i)&&(t.left+=d+p+f)):u>0&&(s=t.left-e.collisionPosition.marginLeft+d+p+f-h,(s>0||u>a(s))&&(t.left+=d+p+f))},top:function(t,e){var i,s,n=e.within,o=n.offset.top+n.scrollTop,r=n.height,h=n.isWindow?n.scrollTop:n.offset.top,l=t.top-e.collisionPosition.marginTop,c=l-h,u=l+e.collisionHeight-r-h,d="top"===e.my[1],p=d?-e.elemHeight:"bottom"===e.my[1]?e.elemHeight:0,f="top"===e.at[1]?e.targetHeight:"bottom"===e.at[1]?-e.targetHeight:0,g=-2*e.offset[1];0>c?(s=t.top+p+f+g+e.collisionHeight-r-o,(0>s||a(c)>s)&&(t.top+=p+f+g)):u>0&&(i=t.top-e.collisionPosition.marginTop+p+f+g-h,(i>0||u>a(i))&&(t.top+=p+f+g))}},flipfit:{left:function(){t.ui.position.flip.left.apply(this,arguments),t.ui.position.fit.left.apply(this,arguments)},top:function(){t.ui.position.flip.top.apply(this,arguments),t.ui.position.fit.top.apply(this,arguments)}}}}(),t.ui.position,t.extend(t.expr[":"],{data:t.expr.createPseudo?t.expr.createPseudo(function(e){return function(i){return!!t.data(i,e)}}):function(e,i,s){return!!t.data(e,s[3])}}),t.fn.extend({disableSelection:function(){var t="onselectstart"in document.createElement("div")?"selectstart":"mousedown";return function(){return this.on(t+".ui-disableSelection",function(t){t.preventDefault()})}}(),enableSelection:function(){return this.off(".ui-disableSelection")}});var c="ui-effects-",u="ui-effects-style",d="ui-effects-animated",p=t;t.effects={effect:{}},function(t,e){function i(t,e,i){var s=u[e.type]||{};return null==t?i||!e.def?null:e.def:(t=s.floor?~~t:parseFloat(t),isNaN(t)?e.def:s.mod?(t+s.mod)%s.mod:0>t?0:t>s.max?s.max:t)}function s(i){var s=l(),n=s._rgba=[];return i=i.toLowerCase(),f(h,function(t,o){var a,r=o.re.exec(i),h=r&&o.parse(r),l=o.space||"rgba";return h?(a=s[l](h),s[c[l].cache]=a[c[l].cache],n=s._rgba=a._rgba,!1):e}),n.length?("0,0,0,0"===n.join()&&t.extend(n,o.transparent),s):o[i]}function n(t,e,i){return i=(i+1)%1,1>6*i?t+6*(e-t)*i:1>2*i?e:2>3*i?t+6*(e-t)*(2/3-i):t}var o,a="backgroundColor borderBottomColor borderLeftColor borderRightColor borderTopColor color columnRuleColor outlineColor textDecorationColor textEmphasisColor",r=/^([\-+])=\s*(\d+\.?\d*)/,h=[{re:/rgba?\(\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d{1,3})\s*(?:,\s*(\d?(?:\.\d+)?)\s*)?\)/,parse:function(t){return[t[1],t[2],t[3],t[4]]}},{re:/rgba?\(\s*(\d+(?:\.\d+)?)\%\s*,\s*(\d+(?:\.\d+)?)\%\s*,\s*(\d+(?:\.\d+)?)\%\s*(?:,\s*(\d?(?:\.\d+)?)\s*)?\)/,parse:function(t){return[2.55*t[1],2.55*t[2],2.55*t[3],t[4]]}},{re:/#([a-f0-9]{2})([a-f0-9]{2})([a-f0-9]{2})/,parse:function(t){return[parseInt(t[1],16),parseInt(t[2],16),parseInt(t[3],16)]}},{re:/#([a-f0-9])([a-f0-9])([a-f0-9])/,parse:function(t){return[parseInt(t[1]+t[1],16),parseInt(t[2]+t[2],16),parseInt(t[3]+t[3],16)]}},{re:/hsla?\(\s*(\d+(?:\.\d+)?)\s*,\s*(\d+(?:\.\d+)?)\%\s*,\s*(\d+(?:\.\d+)?)\%\s*(?:,\s*(\d?(?:\.\d+)?)\s*)?\)/,space:"hsla",parse:function(t){return[t[1],t[2]/100,t[3]/100,t[4]]}}],l=t.Color=function(e,i,s,n){return new t.Color.fn.parse(e,i,s,n)},c={rgba:{props:{red:{idx:0,type:"byte"},green:{idx:1,type:"byte"},blue:{idx:2,type:"byte"}}},hsla:{props:{hue:{idx:0,type:"degrees"},saturation:{idx:1,type:"percent"},lightness:{idx:2,type:"percent"}}}},u={"byte":{floor:!0,max:255},percent:{max:1},degrees:{mod:360,floor:!0}},d=l.support={},p=t("<p>")[0],f=t.each;p.style.cssText="background-color:rgba(1,1,1,.5)",d.rgba=p.style.backgroundColor.indexOf("rgba")>-1,f(c,function(t,e){e.cache="_"+t,e.props.alpha={idx:3,type:"percent",def:1}}),l.fn=t.extend(l.prototype,{parse:function(n,a,r,h){if(n===e)return this._rgba=[null,null,null,null],this;(n.jquery||n.nodeType)&&(n=t(n).css(a),a=e);var u=this,d=t.type(n),p=this._rgba=[];return a!==e&&(n=[n,a,r,h],d="array"),"string"===d?this.parse(s(n)||o._default):"array"===d?(f(c.rgba.props,function(t,e){p[e.idx]=i(n[e.idx],e)}),this):"object"===d?(n instanceof l?f(c,function(t,e){n[e.cache]&&(u[e.cache]=n[e.cache].slice())}):f(c,function(e,s){var o=s.cache;f(s.props,function(t,e){if(!u[o]&&s.to){if("alpha"===t||null==n[t])return;u[o]=s.to(u._rgba)}u[o][e.idx]=i(n[t],e,!0)}),u[o]&&0>t.inArray(null,u[o].slice(0,3))&&(u[o][3]=1,s.from&&(u._rgba=s.from(u[o])))}),this):e},is:function(t){var i=l(t),s=!0,n=this;return f(c,function(t,o){var a,r=i[o.cache];return r&&(a=n[o.cache]||o.to&&o.to(n._rgba)||[],f(o.props,function(t,i){return null!=r[i.idx]?s=r[i.idx]===a[i.idx]:e})),s}),s},_space:function(){var t=[],e=this;return f(c,function(i,s){e[s.cache]&&t.push(i)}),t.pop()},transition:function(t,e){var s=l(t),n=s._space(),o=c[n],a=0===this.alpha()?l("transparent"):this,r=a[o.cache]||o.to(a._rgba),h=r.slice();return s=s[o.cache],f(o.props,function(t,n){var o=n.idx,a=r[o],l=s[o],c=u[n.type]||{};null!==l&&(null===a?h[o]=l:(c.mod&&(l-a>c.mod/2?a+=c.mod:a-l>c.mod/2&&(a-=c.mod)),h[o]=i((l-a)*e+a,n)))}),this[n](h)},blend:function(e){if(1===this._rgba[3])return this;var i=this._rgba.slice(),s=i.pop(),n=l(e)._rgba;return l(t.map(i,function(t,e){return(1-s)*n[e]+s*t}))},toRgbaString:function(){var e="rgba(",i=t.map(this._rgba,function(t,e){return null==t?e>2?1:0:t});return 1===i[3]&&(i.pop(),e="rgb("),e+i.join()+")"},toHslaString:function(){var e="hsla(",i=t.map(this.hsla(),function(t,e){return null==t&&(t=e>2?1:0),e&&3>e&&(t=Math.round(100*t)+"%"),t});return 1===i[3]&&(i.pop(),e="hsl("),e+i.join()+")"},toHexString:function(e){var i=this._rgba.slice(),s=i.pop();return e&&i.push(~~(255*s)),"#"+t.map(i,function(t){return t=(t||0).toString(16),1===t.length?"0"+t:t}).join("")},toString:function(){return 0===this._rgba[3]?"transparent":this.toRgbaString()}}),l.fn.parse.prototype=l.fn,c.hsla.to=function(t){if(null==t[0]||null==t[1]||null==t[2])return[null,null,null,t[3]];var e,i,s=t[0]/255,n=t[1]/255,o=t[2]/255,a=t[3],r=Math.max(s,n,o),h=Math.min(s,n,o),l=r-h,c=r+h,u=.5*c;return e=h===r?0:s===r?60*(n-o)/l+360:n===r?60*(o-s)/l+120:60*(s-n)/l+240,i=0===l?0:.5>=u?l/c:l/(2-c),[Math.round(e)%360,i,u,null==a?1:a]},c.hsla.from=function(t){if(null==t[0]||null==t[1]||null==t[2])return[null,null,null,t[3]];var e=t[0]/360,i=t[1],s=t[2],o=t[3],a=.5>=s?s*(1+i):s+i-s*i,r=2*s-a;return[Math.round(255*n(r,a,e+1/3)),Math.round(255*n(r,a,e)),Math.round(255*n(r,a,e-1/3)),o]},f(c,function(s,n){var o=n.props,a=n.cache,h=n.to,c=n.from;l.fn[s]=function(s){if(h&&!this[a]&&(this[a]=h(this._rgba)),s===e)return this[a].slice();var n,r=t.type(s),u="array"===r||"object"===r?s:arguments,d=this[a].slice();return f(o,function(t,e){var s=u["object"===r?t:e.idx];null==s&&(s=d[e.idx]),d[e.idx]=i(s,e)}),c?(n=l(c(d)),n[a]=d,n):l(d)},f(o,function(e,i){l.fn[e]||(l.fn[e]=function(n){var o,a=t.type(n),h="alpha"===e?this._hsla?"hsla":"rgba":s,l=this[h](),c=l[i.idx];return"undefined"===a?c:("function"===a&&(n=n.call(this,c),a=t.type(n)),null==n&&i.empty?this:("string"===a&&(o=r.exec(n),o&&(n=c+parseFloat(o[2])*("+"===o[1]?1:-1))),l[i.idx]=n,this[h](l)))})})}),l.hook=function(e){var i=e.split(" ");f(i,function(e,i){t.cssHooks[i]={set:function(e,n){var o,a,r="";if("transparent"!==n&&("string"!==t.type(n)||(o=s(n)))){if(n=l(o||n),!d.rgba&&1!==n._rgba[3]){for(a="backgroundColor"===i?e.parentNode:e;(""===r||"transparent"===r)&&a&&a.style;)try{r=t.css(a,"backgroundColor"),a=a.parentNode}catch(h){}n=n.blend(r&&"transparent"!==r?r:"_default")}n=n.toRgbaString()}try{e.style[i]=n}catch(h){}}},t.fx.step[i]=function(e){e.colorInit||(e.start=l(e.elem,i),e.end=l(e.end),e.colorInit=!0),t.cssHooks[i].set(e.elem,e.start.transition(e.end,e.pos))}})},l.hook(a),t.cssHooks.borderColor={expand:function(t){var e={};return f(["Top","Right","Bottom","Left"],function(i,s){e["border"+s+"Color"]=t}),e}},o=t.Color.names={aqua:"#00ffff",black:"#000000",blue:"#0000ff",fuchsia:"#ff00ff",gray:"#808080",green:"#008000",lime:"#00ff00",maroon:"#800000",navy:"#000080",olive:"#808000",purple:"#800080",red:"#ff0000",silver:"#c0c0c0",teal:"#008080",white:"#ffffff",yellow:"#ffff00",transparent:[null,null,null,0],_default:"#ffffff"}}(p),function(){function e(e){var i,s,n=e.ownerDocument.defaultView?e.ownerDocument.defaultView.getComputedStyle(e,null):e.currentStyle,o={};if(n&&n.length&&n[0]&&n[n[0]])for(s=n.length;s--;)i=n[s],"string"==typeof n[i]&&(o[t.camelCase(i)]=n[i]);else for(i in n)"string"==typeof n[i]&&(o[i]=n[i]);return o}function i(e,i){var s,o,a={};for(s in i)o=i[s],e[s]!==o&&(n[s]||(t.fx.step[s]||!isNaN(parseFloat(o)))&&(a[s]=o));return a}var s=["add","remove","toggle"],n={border:1,borderBottom:1,borderColor:1,borderLeft:1,borderRight:1,borderTop:1,borderWidth:1,margin:1,padding:1};t.each(["borderLeftStyle","borderRightStyle","borderBottomStyle","borderTopStyle"],function(e,i){t.fx.step[i]=function(t){("none"!==t.end&&!t.setAttr||1===t.pos&&!t.setAttr)&&(p.style(t.elem,i,t.end),t.setAttr=!0)}}),t.fn.addBack||(t.fn.addBack=function(t){return this.add(null==t?this.prevObject:this.prevObject.filter(t))}),t.effects.animateClass=function(n,o,a,r){var h=t.speed(o,a,r);return this.queue(function(){var o,a=t(this),r=a.attr("class")||"",l=h.children?a.find("*").addBack():a;l=l.map(function(){var i=t(this);return{el:i,start:e(this)}}),o=function(){t.each(s,function(t,e){n[e]&&a[e+"Class"](n[e])})},o(),l=l.map(function(){return this.end=e(this.el[0]),this.diff=i(this.start,this.end),this}),a.attr("class",r),l=l.map(function(){var e=this,i=t.Deferred(),s=t.extend({},h,{queue:!1,complete:function(){i.resolve(e)}});return this.el.animate(this.diff,s),i.promise()}),t.when.apply(t,l.get()).done(function(){o(),t.each(arguments,function(){var e=this.el;t.each(this.diff,function(t){e.css(t,"")})}),h.complete.call(a[0])})})},t.fn.extend({addClass:function(e){return function(i,s,n,o){return s?t.effects.animateClass.call(this,{add:i},s,n,o):e.apply(this,arguments)}}(t.fn.addClass),removeClass:function(e){return function(i,s,n,o){return arguments.length>1?t.effects.animateClass.call(this,{remove:i},s,n,o):e.apply(this,arguments)}}(t.fn.removeClass),toggleClass:function(e){return function(i,s,n,o,a){return"boolean"==typeof s||void 0===s?n?t.effects.animateClass.call(this,s?{add:i}:{remove:i},n,o,a):e.apply(this,arguments):t.effects.animateClass.call(this,{toggle:i},s,n,o)}}(t.fn.toggleClass),switchClass:function(e,i,s,n,o){return t.effects.animateClass.call(this,{add:i,remove:e},s,n,o)}})}(),function(){function e(e,i,s,n){return t.isPlainObject(e)&&(i=e,e=e.effect),e={effect:e},null==i&&(i={}),t.isFunction(i)&&(n=i,s=null,i={}),("number"==typeof i||t.fx.speeds[i])&&(n=s,s=i,i={}),t.isFunction(s)&&(n=s,s=null),i&&t.extend(e,i),s=s||i.duration,e.duration=t.fx.off?0:"number"==typeof s?s:s in t.fx.speeds?t.fx.speeds[s]:t.fx.speeds._default,e.complete=n||i.complete,e}function i(e){return!e||"number"==typeof e||t.fx.speeds[e]?!0:"string"!=typeof e||t.effects.effect[e]?t.isFunction(e)?!0:"object"!=typeof e||e.effect?!1:!0:!0}function s(t,e){var i=e.outerWidth(),s=e.outerHeight(),n=/^rect\((-?\d*\.?\d*px|-?\d+%|auto),?\s*(-?\d*\.?\d*px|-?\d+%|auto),?\s*(-?\d*\.?\d*px|-?\d+%|auto),?\s*(-?\d*\.?\d*px|-?\d+%|auto)\)$/,o=n.exec(t)||["",0,i,s,0];return{top:parseFloat(o[1])||0,right:"auto"===o[2]?i:parseFloat(o[2]),bottom:"auto"===o[3]?s:parseFloat(o[3]),left:parseFloat(o[4])||0}}t.expr&&t.expr.filters&&t.expr.filters.animated&&(t.expr.filters.animated=function(e){return function(i){return!!t(i).data(d)||e(i)}}(t.expr.filters.animated)),t.uiBackCompat!==!1&&t.extend(t.effects,{save:function(t,e){for(var i=0,s=e.length;s>i;i++)null!==e[i]&&t.data(c+e[i],t[0].style[e[i]])},restore:function(t,e){for(var i,s=0,n=e.length;n>s;s++)null!==e[s]&&(i=t.data(c+e[s]),t.css(e[s],i))},setMode:function(t,e){return"toggle"===e&&(e=t.is(":hidden")?"show":"hide"),e},createWrapper:function(e){if(e.parent().is(".ui-effects-wrapper"))return e.parent();var i={width:e.outerWidth(!0),height:e.outerHeight(!0),"float":e.css("float")},s=t("<div></div>").addClass("ui-effects-wrapper").css({fontSize:"100%",background:"transparent",border:"none",margin:0,padding:0}),n={width:e.width(),height:e.height()},o=document.activeElement;try{o.id}catch(a){o=document.body}return e.wrap(s),(e[0]===o||t.contains(e[0],o))&&t(o).trigger("focus"),s=e.parent(),"static"===e.css("position")?(s.css({position:"relative"}),e.css({position:"relative"})):(t.extend(i,{position:e.css("position"),zIndex:e.css("z-index")}),t.each(["top","left","bottom","right"],function(t,s){i[s]=e.css(s),isNaN(parseInt(i[s],10))&&(i[s]="auto")}),e.css({position:"relative",top:0,left:0,right:"auto",bottom:"auto"})),e.css(n),s.css(i).show()},removeWrapper:function(e){var i=document.activeElement;return e.parent().is(".ui-effects-wrapper")&&(e.parent().replaceWith(e),(e[0]===i||t.contains(e[0],i))&&t(i).trigger("focus")),e}}),t.extend(t.effects,{version:"1.12.1",define:function(e,i,s){return s||(s=i,i="effect"),t.effects.effect[e]=s,t.effects.effect[e].mode=i,s},scaledDimensions:function(t,e,i){if(0===e)return{height:0,width:0,outerHeight:0,outerWidth:0};var s="horizontal"!==i?(e||100)/100:1,n="vertical"!==i?(e||100)/100:1;return{height:t.height()*n,width:t.width()*s,outerHeight:t.outerHeight()*n,outerWidth:t.outerWidth()*s}},clipToBox:function(t){return{width:t.clip.right-t.clip.left,height:t.clip.bottom-t.clip.top,left:t.clip.left,top:t.clip.top}},unshift:function(t,e,i){var s=t.queue();e>1&&s.splice.apply(s,[1,0].concat(s.splice(e,i))),t.dequeue()},saveStyle:function(t){t.data(u,t[0].style.cssText)},restoreStyle:function(t){t[0].style.cssText=t.data(u)||"",t.removeData(u)},mode:function(t,e){var i=t.is(":hidden");return"toggle"===e&&(e=i?"show":"hide"),(i?"hide"===e:"show"===e)&&(e="none"),e},getBaseline:function(t,e){var i,s;switch(t[0]){case"top":i=0;break;case"middle":i=.5;break;case"bottom":i=1;break;default:i=t[0]/e.height}switch(t[1]){case"left":s=0;break;case"center":s=.5;break;case"right":s=1;break;default:s=t[1]/e.width}return{x:s,y:i}},createPlaceholder:function(e){var i,s=e.css("position"),n=e.position();return e.css({marginTop:e.css("marginTop"),marginBottom:e.css("marginBottom"),marginLeft:e.css("marginLeft"),marginRight:e.css("marginRight")}).outerWidth(e.outerWidth()).outerHeight(e.outerHeight()),/^(static|relative)/.test(s)&&(s="absolute",i=t("<"+e[0].nodeName+">").insertAfter(e).css({display:/^(inline|ruby)/.test(e.css("display"))?"inline-block":"block",visibility:"hidden",marginTop:e.css("marginTop"),marginBottom:e.css("marginBottom"),marginLeft:e.css("marginLeft"),marginRight:e.css("marginRight"),"float":e.css("float")}).outerWidth(e.outerWidth()).outerHeight(e.outerHeight()).addClass("ui-effects-placeholder"),e.data(c+"placeholder",i)),e.css({position:s,left:n.left,top:n.top}),i},removePlaceholder:function(t){var e=c+"placeholder",i=t.data(e);i&&(i.remove(),t.removeData(e))},cleanUp:function(e){t.effects.restoreStyle(e),t.effects.removePlaceholder(e)},setTransition:function(e,i,s,n){return n=n||{},t.each(i,function(t,i){var o=e.cssUnit(i);o[0]>0&&(n[i]=o[0]*s+o[1])}),n}}),t.fn.extend({effect:function(){function i(e){function i(){r.removeData(d),t.effects.cleanUp(r),"hide"===s.mode&&r.hide(),a()}function a(){t.isFunction(h)&&h.call(r[0]),t.isFunction(e)&&e()}var r=t(this);s.mode=c.shift(),t.uiBackCompat===!1||o?"none"===s.mode?(r[l](),a()):n.call(r[0],s,i):(r.is(":hidden")?"hide"===l:"show"===l)?(r[l](),a()):n.call(r[0],s,a)}var s=e.apply(this,arguments),n=t.effects.effect[s.effect],o=n.mode,a=s.queue,r=a||"fx",h=s.complete,l=s.mode,c=[],u=function(e){var i=t(this),s=t.effects.mode(i,l)||o;i.data(d,!0),c.push(s),o&&("show"===s||s===o&&"hide"===s)&&i.show(),o&&"none"===s||t.effects.saveStyle(i),t.isFunction(e)&&e()};return t.fx.off||!n?l?this[l](s.duration,h):this.each(function(){h&&h.call(this)}):a===!1?this.each(u).each(i):this.queue(r,u).queue(r,i)},show:function(t){return function(s){if(i(s))return t.apply(this,arguments);var n=e.apply(this,arguments);return n.mode="show",this.effect.call(this,n) -}}(t.fn.show),hide:function(t){return function(s){if(i(s))return t.apply(this,arguments);var n=e.apply(this,arguments);return n.mode="hide",this.effect.call(this,n)}}(t.fn.hide),toggle:function(t){return function(s){if(i(s)||"boolean"==typeof s)return t.apply(this,arguments);var n=e.apply(this,arguments);return n.mode="toggle",this.effect.call(this,n)}}(t.fn.toggle),cssUnit:function(e){var i=this.css(e),s=[];return t.each(["em","px","%","pt"],function(t,e){i.indexOf(e)>0&&(s=[parseFloat(i),e])}),s},cssClip:function(t){return t?this.css("clip","rect("+t.top+"px "+t.right+"px "+t.bottom+"px "+t.left+"px)"):s(this.css("clip"),this)},transfer:function(e,i){var s=t(this),n=t(e.to),o="fixed"===n.css("position"),a=t("body"),r=o?a.scrollTop():0,h=o?a.scrollLeft():0,l=n.offset(),c={top:l.top-r,left:l.left-h,height:n.innerHeight(),width:n.innerWidth()},u=s.offset(),d=t("<div class='ui-effects-transfer'></div>").appendTo("body").addClass(e.className).css({top:u.top-r,left:u.left-h,height:s.innerHeight(),width:s.innerWidth(),position:o?"fixed":"absolute"}).animate(c,e.duration,e.easing,function(){d.remove(),t.isFunction(i)&&i()})}}),t.fx.step.clip=function(e){e.clipInit||(e.start=t(e.elem).cssClip(),"string"==typeof e.end&&(e.end=s(e.end,e.elem)),e.clipInit=!0),t(e.elem).cssClip({top:e.pos*(e.end.top-e.start.top)+e.start.top,right:e.pos*(e.end.right-e.start.right)+e.start.right,bottom:e.pos*(e.end.bottom-e.start.bottom)+e.start.bottom,left:e.pos*(e.end.left-e.start.left)+e.start.left})}}(),function(){var e={};t.each(["Quad","Cubic","Quart","Quint","Expo"],function(t,i){e[i]=function(e){return Math.pow(e,t+2)}}),t.extend(e,{Sine:function(t){return 1-Math.cos(t*Math.PI/2)},Circ:function(t){return 1-Math.sqrt(1-t*t)},Elastic:function(t){return 0===t||1===t?t:-Math.pow(2,8*(t-1))*Math.sin((80*(t-1)-7.5)*Math.PI/15)},Back:function(t){return t*t*(3*t-2)},Bounce:function(t){for(var e,i=4;((e=Math.pow(2,--i))-1)/11>t;);return 1/Math.pow(4,3-i)-7.5625*Math.pow((3*e-2)/22-t,2)}}),t.each(e,function(e,i){t.easing["easeIn"+e]=i,t.easing["easeOut"+e]=function(t){return 1-i(1-t)},t.easing["easeInOut"+e]=function(t){return.5>t?i(2*t)/2:1-i(-2*t+2)/2}})}();var f=t.effects;t.effects.define("blind","hide",function(e,i){var s={up:["bottom","top"],vertical:["bottom","top"],down:["top","bottom"],left:["right","left"],horizontal:["right","left"],right:["left","right"]},n=t(this),o=e.direction||"up",a=n.cssClip(),r={clip:t.extend({},a)},h=t.effects.createPlaceholder(n);r.clip[s[o][0]]=r.clip[s[o][1]],"show"===e.mode&&(n.cssClip(r.clip),h&&h.css(t.effects.clipToBox(r)),r.clip=a),h&&h.animate(t.effects.clipToBox(r),e.duration,e.easing),n.animate(r,{queue:!1,duration:e.duration,easing:e.easing,complete:i})}),t.effects.define("bounce",function(e,i){var s,n,o,a=t(this),r=e.mode,h="hide"===r,l="show"===r,c=e.direction||"up",u=e.distance,d=e.times||5,p=2*d+(l||h?1:0),f=e.duration/p,g=e.easing,m="up"===c||"down"===c?"top":"left",_="up"===c||"left"===c,v=0,b=a.queue().length;for(t.effects.createPlaceholder(a),o=a.css(m),u||(u=a["top"===m?"outerHeight":"outerWidth"]()/3),l&&(n={opacity:1},n[m]=o,a.css("opacity",0).css(m,_?2*-u:2*u).animate(n,f,g)),h&&(u/=Math.pow(2,d-1)),n={},n[m]=o;d>v;v++)s={},s[m]=(_?"-=":"+=")+u,a.animate(s,f,g).animate(n,f,g),u=h?2*u:u/2;h&&(s={opacity:0},s[m]=(_?"-=":"+=")+u,a.animate(s,f,g)),a.queue(i),t.effects.unshift(a,b,p+1)}),t.effects.define("clip","hide",function(e,i){var s,n={},o=t(this),a=e.direction||"vertical",r="both"===a,h=r||"horizontal"===a,l=r||"vertical"===a;s=o.cssClip(),n.clip={top:l?(s.bottom-s.top)/2:s.top,right:h?(s.right-s.left)/2:s.right,bottom:l?(s.bottom-s.top)/2:s.bottom,left:h?(s.right-s.left)/2:s.left},t.effects.createPlaceholder(o),"show"===e.mode&&(o.cssClip(n.clip),n.clip=s),o.animate(n,{queue:!1,duration:e.duration,easing:e.easing,complete:i})}),t.effects.define("drop","hide",function(e,i){var s,n=t(this),o=e.mode,a="show"===o,r=e.direction||"left",h="up"===r||"down"===r?"top":"left",l="up"===r||"left"===r?"-=":"+=",c="+="===l?"-=":"+=",u={opacity:0};t.effects.createPlaceholder(n),s=e.distance||n["top"===h?"outerHeight":"outerWidth"](!0)/2,u[h]=l+s,a&&(n.css(u),u[h]=c+s,u.opacity=1),n.animate(u,{queue:!1,duration:e.duration,easing:e.easing,complete:i})}),t.effects.define("explode","hide",function(e,i){function s(){b.push(this),b.length===u*d&&n()}function n(){p.css({visibility:"visible"}),t(b).remove(),i()}var o,a,r,h,l,c,u=e.pieces?Math.round(Math.sqrt(e.pieces)):3,d=u,p=t(this),f=e.mode,g="show"===f,m=p.show().css("visibility","hidden").offset(),_=Math.ceil(p.outerWidth()/d),v=Math.ceil(p.outerHeight()/u),b=[];for(o=0;u>o;o++)for(h=m.top+o*v,c=o-(u-1)/2,a=0;d>a;a++)r=m.left+a*_,l=a-(d-1)/2,p.clone().appendTo("body").wrap("<div></div>").css({position:"absolute",visibility:"visible",left:-a*_,top:-o*v}).parent().addClass("ui-effects-explode").css({position:"absolute",overflow:"hidden",width:_,height:v,left:r+(g?l*_:0),top:h+(g?c*v:0),opacity:g?0:1}).animate({left:r+(g?0:l*_),top:h+(g?0:c*v),opacity:g?1:0},e.duration||500,e.easing,s)}),t.effects.define("fade","toggle",function(e,i){var s="show"===e.mode;t(this).css("opacity",s?0:1).animate({opacity:s?1:0},{queue:!1,duration:e.duration,easing:e.easing,complete:i})}),t.effects.define("fold","hide",function(e,i){var s=t(this),n=e.mode,o="show"===n,a="hide"===n,r=e.size||15,h=/([0-9]+)%/.exec(r),l=!!e.horizFirst,c=l?["right","bottom"]:["bottom","right"],u=e.duration/2,d=t.effects.createPlaceholder(s),p=s.cssClip(),f={clip:t.extend({},p)},g={clip:t.extend({},p)},m=[p[c[0]],p[c[1]]],_=s.queue().length;h&&(r=parseInt(h[1],10)/100*m[a?0:1]),f.clip[c[0]]=r,g.clip[c[0]]=r,g.clip[c[1]]=0,o&&(s.cssClip(g.clip),d&&d.css(t.effects.clipToBox(g)),g.clip=p),s.queue(function(i){d&&d.animate(t.effects.clipToBox(f),u,e.easing).animate(t.effects.clipToBox(g),u,e.easing),i()}).animate(f,u,e.easing).animate(g,u,e.easing).queue(i),t.effects.unshift(s,_,4)}),t.effects.define("highlight","show",function(e,i){var s=t(this),n={backgroundColor:s.css("backgroundColor")};"hide"===e.mode&&(n.opacity=0),t.effects.saveStyle(s),s.css({backgroundImage:"none",backgroundColor:e.color||"#ffff99"}).animate(n,{queue:!1,duration:e.duration,easing:e.easing,complete:i})}),t.effects.define("size",function(e,i){var s,n,o,a=t(this),r=["fontSize"],h=["borderTopWidth","borderBottomWidth","paddingTop","paddingBottom"],l=["borderLeftWidth","borderRightWidth","paddingLeft","paddingRight"],c=e.mode,u="effect"!==c,d=e.scale||"both",p=e.origin||["middle","center"],f=a.css("position"),g=a.position(),m=t.effects.scaledDimensions(a),_=e.from||m,v=e.to||t.effects.scaledDimensions(a,0);t.effects.createPlaceholder(a),"show"===c&&(o=_,_=v,v=o),n={from:{y:_.height/m.height,x:_.width/m.width},to:{y:v.height/m.height,x:v.width/m.width}},("box"===d||"both"===d)&&(n.from.y!==n.to.y&&(_=t.effects.setTransition(a,h,n.from.y,_),v=t.effects.setTransition(a,h,n.to.y,v)),n.from.x!==n.to.x&&(_=t.effects.setTransition(a,l,n.from.x,_),v=t.effects.setTransition(a,l,n.to.x,v))),("content"===d||"both"===d)&&n.from.y!==n.to.y&&(_=t.effects.setTransition(a,r,n.from.y,_),v=t.effects.setTransition(a,r,n.to.y,v)),p&&(s=t.effects.getBaseline(p,m),_.top=(m.outerHeight-_.outerHeight)*s.y+g.top,_.left=(m.outerWidth-_.outerWidth)*s.x+g.left,v.top=(m.outerHeight-v.outerHeight)*s.y+g.top,v.left=(m.outerWidth-v.outerWidth)*s.x+g.left),a.css(_),("content"===d||"both"===d)&&(h=h.concat(["marginTop","marginBottom"]).concat(r),l=l.concat(["marginLeft","marginRight"]),a.find("*[width]").each(function(){var i=t(this),s=t.effects.scaledDimensions(i),o={height:s.height*n.from.y,width:s.width*n.from.x,outerHeight:s.outerHeight*n.from.y,outerWidth:s.outerWidth*n.from.x},a={height:s.height*n.to.y,width:s.width*n.to.x,outerHeight:s.height*n.to.y,outerWidth:s.width*n.to.x};n.from.y!==n.to.y&&(o=t.effects.setTransition(i,h,n.from.y,o),a=t.effects.setTransition(i,h,n.to.y,a)),n.from.x!==n.to.x&&(o=t.effects.setTransition(i,l,n.from.x,o),a=t.effects.setTransition(i,l,n.to.x,a)),u&&t.effects.saveStyle(i),i.css(o),i.animate(a,e.duration,e.easing,function(){u&&t.effects.restoreStyle(i)})})),a.animate(v,{queue:!1,duration:e.duration,easing:e.easing,complete:function(){var e=a.offset();0===v.opacity&&a.css("opacity",_.opacity),u||(a.css("position","static"===f?"relative":f).offset(e),t.effects.saveStyle(a)),i()}})}),t.effects.define("scale",function(e,i){var s=t(this),n=e.mode,o=parseInt(e.percent,10)||(0===parseInt(e.percent,10)?0:"effect"!==n?0:100),a=t.extend(!0,{from:t.effects.scaledDimensions(s),to:t.effects.scaledDimensions(s,o,e.direction||"both"),origin:e.origin||["middle","center"]},e);e.fade&&(a.from.opacity=1,a.to.opacity=0),t.effects.effect.size.call(this,a,i)}),t.effects.define("puff","hide",function(e,i){var s=t.extend(!0,{},e,{fade:!0,percent:parseInt(e.percent,10)||150});t.effects.effect.scale.call(this,s,i)}),t.effects.define("pulsate","show",function(e,i){var s=t(this),n=e.mode,o="show"===n,a="hide"===n,r=o||a,h=2*(e.times||5)+(r?1:0),l=e.duration/h,c=0,u=1,d=s.queue().length;for((o||!s.is(":visible"))&&(s.css("opacity",0).show(),c=1);h>u;u++)s.animate({opacity:c},l,e.easing),c=1-c;s.animate({opacity:c},l,e.easing),s.queue(i),t.effects.unshift(s,d,h+1)}),t.effects.define("shake",function(e,i){var s=1,n=t(this),o=e.direction||"left",a=e.distance||20,r=e.times||3,h=2*r+1,l=Math.round(e.duration/h),c="up"===o||"down"===o?"top":"left",u="up"===o||"left"===o,d={},p={},f={},g=n.queue().length;for(t.effects.createPlaceholder(n),d[c]=(u?"-=":"+=")+a,p[c]=(u?"+=":"-=")+2*a,f[c]=(u?"-=":"+=")+2*a,n.animate(d,l,e.easing);r>s;s++)n.animate(p,l,e.easing).animate(f,l,e.easing);n.animate(p,l,e.easing).animate(d,l/2,e.easing).queue(i),t.effects.unshift(n,g,h+1)}),t.effects.define("slide","show",function(e,i){var s,n,o=t(this),a={up:["bottom","top"],down:["top","bottom"],left:["right","left"],right:["left","right"]},r=e.mode,h=e.direction||"left",l="up"===h||"down"===h?"top":"left",c="up"===h||"left"===h,u=e.distance||o["top"===l?"outerHeight":"outerWidth"](!0),d={};t.effects.createPlaceholder(o),s=o.cssClip(),n=o.position()[l],d[l]=(c?-1:1)*u+n,d.clip=o.cssClip(),d.clip[a[h][1]]=d.clip[a[h][0]],"show"===r&&(o.cssClip(d.clip),o.css(l,d[l]),d.clip=s,d[l]=n),o.animate(d,{queue:!1,duration:e.duration,easing:e.easing,complete:i})});var f;t.uiBackCompat!==!1&&(f=t.effects.define("transfer",function(e,i){t(this).transfer(e,i)})),t.ui.focusable=function(i,s){var n,o,a,r,h,l=i.nodeName.toLowerCase();return"area"===l?(n=i.parentNode,o=n.name,i.href&&o&&"map"===n.nodeName.toLowerCase()?(a=t("img[usemap='#"+o+"']"),a.length>0&&a.is(":visible")):!1):(/^(input|select|textarea|button|object)$/.test(l)?(r=!i.disabled,r&&(h=t(i).closest("fieldset")[0],h&&(r=!h.disabled))):r="a"===l?i.href||s:s,r&&t(i).is(":visible")&&e(t(i)))},t.extend(t.expr[":"],{focusable:function(e){return t.ui.focusable(e,null!=t.attr(e,"tabindex"))}}),t.ui.focusable,t.fn.form=function(){return"string"==typeof this[0].form?this.closest("form"):t(this[0].form)},t.ui.formResetMixin={_formResetHandler:function(){var e=t(this);setTimeout(function(){var i=e.data("ui-form-reset-instances");t.each(i,function(){this.refresh()})})},_bindFormResetHandler:function(){if(this.form=this.element.form(),this.form.length){var t=this.form.data("ui-form-reset-instances")||[];t.length||this.form.on("reset.ui-form-reset",this._formResetHandler),t.push(this),this.form.data("ui-form-reset-instances",t)}},_unbindFormResetHandler:function(){if(this.form.length){var e=this.form.data("ui-form-reset-instances");e.splice(t.inArray(this,e),1),e.length?this.form.data("ui-form-reset-instances",e):this.form.removeData("ui-form-reset-instances").off("reset.ui-form-reset")}}},"1.7"===t.fn.jquery.substring(0,3)&&(t.each(["Width","Height"],function(e,i){function s(e,i,s,o){return t.each(n,function(){i-=parseFloat(t.css(e,"padding"+this))||0,s&&(i-=parseFloat(t.css(e,"border"+this+"Width"))||0),o&&(i-=parseFloat(t.css(e,"margin"+this))||0)}),i}var n="Width"===i?["Left","Right"]:["Top","Bottom"],o=i.toLowerCase(),a={innerWidth:t.fn.innerWidth,innerHeight:t.fn.innerHeight,outerWidth:t.fn.outerWidth,outerHeight:t.fn.outerHeight};t.fn["inner"+i]=function(e){return void 0===e?a["inner"+i].call(this):this.each(function(){t(this).css(o,s(this,e)+"px")})},t.fn["outer"+i]=function(e,n){return"number"!=typeof e?a["outer"+i].call(this,e):this.each(function(){t(this).css(o,s(this,e,!0,n)+"px")})}}),t.fn.addBack=function(t){return this.add(null==t?this.prevObject:this.prevObject.filter(t))}),t.ui.keyCode={BACKSPACE:8,COMMA:188,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,LEFT:37,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SPACE:32,TAB:9,UP:38},t.ui.escapeSelector=function(){var t=/([!"#$%&'()*+,.\/:;<=>?@[\]^`{|}~])/g;return function(e){return e.replace(t,"\\$1")}}(),t.fn.labels=function(){var e,i,s,n,o;return this[0].labels&&this[0].labels.length?this.pushStack(this[0].labels):(n=this.eq(0).parents("label"),s=this.attr("id"),s&&(e=this.eq(0).parents().last(),o=e.add(e.length?e.siblings():this.siblings()),i="label[for='"+t.ui.escapeSelector(s)+"']",n=n.add(o.find(i).addBack(i))),this.pushStack(n))},t.fn.scrollParent=function(e){var i=this.css("position"),s="absolute"===i,n=e?/(auto|scroll|hidden)/:/(auto|scroll)/,o=this.parents().filter(function(){var e=t(this);return s&&"static"===e.css("position")?!1:n.test(e.css("overflow")+e.css("overflow-y")+e.css("overflow-x"))}).eq(0);return"fixed"!==i&&o.length?o:t(this[0].ownerDocument||document)},t.extend(t.expr[":"],{tabbable:function(e){var i=t.attr(e,"tabindex"),s=null!=i;return(!s||i>=0)&&t.ui.focusable(e,s)}}),t.fn.extend({uniqueId:function(){var t=0;return function(){return this.each(function(){this.id||(this.id="ui-id-"+ ++t)})}}(),removeUniqueId:function(){return this.each(function(){/^ui-id-\d+$/.test(this.id)&&t(this).removeAttr("id")})}}),t.widget("ui.accordion",{version:"1.12.1",options:{active:0,animate:{},classes:{"ui-accordion-header":"ui-corner-top","ui-accordion-header-collapsed":"ui-corner-all","ui-accordion-content":"ui-corner-bottom"},collapsible:!1,event:"click",header:"> li > :first-child, > :not(li):even",heightStyle:"auto",icons:{activeHeader:"ui-icon-triangle-1-s",header:"ui-icon-triangle-1-e"},activate:null,beforeActivate:null},hideProps:{borderTopWidth:"hide",borderBottomWidth:"hide",paddingTop:"hide",paddingBottom:"hide",height:"hide"},showProps:{borderTopWidth:"show",borderBottomWidth:"show",paddingTop:"show",paddingBottom:"show",height:"show"},_create:function(){var e=this.options;this.prevShow=this.prevHide=t(),this._addClass("ui-accordion","ui-widget ui-helper-reset"),this.element.attr("role","tablist"),e.collapsible||e.active!==!1&&null!=e.active||(e.active=0),this._processPanels(),0>e.active&&(e.active+=this.headers.length),this._refresh()},_getCreateEventData:function(){return{header:this.active,panel:this.active.length?this.active.next():t()}},_createIcons:function(){var e,i,s=this.options.icons;s&&(e=t("<span>"),this._addClass(e,"ui-accordion-header-icon","ui-icon "+s.header),e.prependTo(this.headers),i=this.active.children(".ui-accordion-header-icon"),this._removeClass(i,s.header)._addClass(i,null,s.activeHeader)._addClass(this.headers,"ui-accordion-icons"))},_destroyIcons:function(){this._removeClass(this.headers,"ui-accordion-icons"),this.headers.children(".ui-accordion-header-icon").remove()},_destroy:function(){var t;this.element.removeAttr("role"),this.headers.removeAttr("role aria-expanded aria-selected aria-controls tabIndex").removeUniqueId(),this._destroyIcons(),t=this.headers.next().css("display","").removeAttr("role aria-hidden aria-labelledby").removeUniqueId(),"content"!==this.options.heightStyle&&t.css("height","")},_setOption:function(t,e){return"active"===t?(this._activate(e),void 0):("event"===t&&(this.options.event&&this._off(this.headers,this.options.event),this._setupEvents(e)),this._super(t,e),"collapsible"!==t||e||this.options.active!==!1||this._activate(0),"icons"===t&&(this._destroyIcons(),e&&this._createIcons()),void 0)},_setOptionDisabled:function(t){this._super(t),this.element.attr("aria-disabled",t),this._toggleClass(null,"ui-state-disabled",!!t),this._toggleClass(this.headers.add(this.headers.next()),null,"ui-state-disabled",!!t)},_keydown:function(e){if(!e.altKey&&!e.ctrlKey){var i=t.ui.keyCode,s=this.headers.length,n=this.headers.index(e.target),o=!1;switch(e.keyCode){case i.RIGHT:case i.DOWN:o=this.headers[(n+1)%s];break;case i.LEFT:case i.UP:o=this.headers[(n-1+s)%s];break;case i.SPACE:case i.ENTER:this._eventHandler(e);break;case i.HOME:o=this.headers[0];break;case i.END:o=this.headers[s-1]}o&&(t(e.target).attr("tabIndex",-1),t(o).attr("tabIndex",0),t(o).trigger("focus"),e.preventDefault())}},_panelKeyDown:function(e){e.keyCode===t.ui.keyCode.UP&&e.ctrlKey&&t(e.currentTarget).prev().trigger("focus")},refresh:function(){var e=this.options;this._processPanels(),e.active===!1&&e.collapsible===!0||!this.headers.length?(e.active=!1,this.active=t()):e.active===!1?this._activate(0):this.active.length&&!t.contains(this.element[0],this.active[0])?this.headers.length===this.headers.find(".ui-state-disabled").length?(e.active=!1,this.active=t()):this._activate(Math.max(0,e.active-1)):e.active=this.headers.index(this.active),this._destroyIcons(),this._refresh()},_processPanels:function(){var t=this.headers,e=this.panels;this.headers=this.element.find(this.options.header),this._addClass(this.headers,"ui-accordion-header ui-accordion-header-collapsed","ui-state-default"),this.panels=this.headers.next().filter(":not(.ui-accordion-content-active)").hide(),this._addClass(this.panels,"ui-accordion-content","ui-helper-reset ui-widget-content"),e&&(this._off(t.not(this.headers)),this._off(e.not(this.panels)))},_refresh:function(){var e,i=this.options,s=i.heightStyle,n=this.element.parent();this.active=this._findActive(i.active),this._addClass(this.active,"ui-accordion-header-active","ui-state-active")._removeClass(this.active,"ui-accordion-header-collapsed"),this._addClass(this.active.next(),"ui-accordion-content-active"),this.active.next().show(),this.headers.attr("role","tab").each(function(){var e=t(this),i=e.uniqueId().attr("id"),s=e.next(),n=s.uniqueId().attr("id");e.attr("aria-controls",n),s.attr("aria-labelledby",i)}).next().attr("role","tabpanel"),this.headers.not(this.active).attr({"aria-selected":"false","aria-expanded":"false",tabIndex:-1}).next().attr({"aria-hidden":"true"}).hide(),this.active.length?this.active.attr({"aria-selected":"true","aria-expanded":"true",tabIndex:0}).next().attr({"aria-hidden":"false"}):this.headers.eq(0).attr("tabIndex",0),this._createIcons(),this._setupEvents(i.event),"fill"===s?(e=n.height(),this.element.siblings(":visible").each(function(){var i=t(this),s=i.css("position");"absolute"!==s&&"fixed"!==s&&(e-=i.outerHeight(!0))}),this.headers.each(function(){e-=t(this).outerHeight(!0)}),this.headers.next().each(function(){t(this).height(Math.max(0,e-t(this).innerHeight()+t(this).height()))}).css("overflow","auto")):"auto"===s&&(e=0,this.headers.next().each(function(){var i=t(this).is(":visible");i||t(this).show(),e=Math.max(e,t(this).css("height","").height()),i||t(this).hide()}).height(e))},_activate:function(e){var i=this._findActive(e)[0];i!==this.active[0]&&(i=i||this.active[0],this._eventHandler({target:i,currentTarget:i,preventDefault:t.noop}))},_findActive:function(e){return"number"==typeof e?this.headers.eq(e):t()},_setupEvents:function(e){var i={keydown:"_keydown"};e&&t.each(e.split(" "),function(t,e){i[e]="_eventHandler"}),this._off(this.headers.add(this.headers.next())),this._on(this.headers,i),this._on(this.headers.next(),{keydown:"_panelKeyDown"}),this._hoverable(this.headers),this._focusable(this.headers)},_eventHandler:function(e){var i,s,n=this.options,o=this.active,a=t(e.currentTarget),r=a[0]===o[0],h=r&&n.collapsible,l=h?t():a.next(),c=o.next(),u={oldHeader:o,oldPanel:c,newHeader:h?t():a,newPanel:l};e.preventDefault(),r&&!n.collapsible||this._trigger("beforeActivate",e,u)===!1||(n.active=h?!1:this.headers.index(a),this.active=r?t():a,this._toggle(u),this._removeClass(o,"ui-accordion-header-active","ui-state-active"),n.icons&&(i=o.children(".ui-accordion-header-icon"),this._removeClass(i,null,n.icons.activeHeader)._addClass(i,null,n.icons.header)),r||(this._removeClass(a,"ui-accordion-header-collapsed")._addClass(a,"ui-accordion-header-active","ui-state-active"),n.icons&&(s=a.children(".ui-accordion-header-icon"),this._removeClass(s,null,n.icons.header)._addClass(s,null,n.icons.activeHeader)),this._addClass(a.next(),"ui-accordion-content-active")))},_toggle:function(e){var i=e.newPanel,s=this.prevShow.length?this.prevShow:e.oldPanel;this.prevShow.add(this.prevHide).stop(!0,!0),this.prevShow=i,this.prevHide=s,this.options.animate?this._animate(i,s,e):(s.hide(),i.show(),this._toggleComplete(e)),s.attr({"aria-hidden":"true"}),s.prev().attr({"aria-selected":"false","aria-expanded":"false"}),i.length&&s.length?s.prev().attr({tabIndex:-1,"aria-expanded":"false"}):i.length&&this.headers.filter(function(){return 0===parseInt(t(this).attr("tabIndex"),10)}).attr("tabIndex",-1),i.attr("aria-hidden","false").prev().attr({"aria-selected":"true","aria-expanded":"true",tabIndex:0})},_animate:function(t,e,i){var s,n,o,a=this,r=0,h=t.css("box-sizing"),l=t.length&&(!e.length||t.index()<e.index()),c=this.options.animate||{},u=l&&c.down||c,d=function(){a._toggleComplete(i)};return"number"==typeof u&&(o=u),"string"==typeof u&&(n=u),n=n||u.easing||c.easing,o=o||u.duration||c.duration,e.length?t.length?(s=t.show().outerHeight(),e.animate(this.hideProps,{duration:o,easing:n,step:function(t,e){e.now=Math.round(t)}}),t.hide().animate(this.showProps,{duration:o,easing:n,complete:d,step:function(t,i){i.now=Math.round(t),"height"!==i.prop?"content-box"===h&&(r+=i.now):"content"!==a.options.heightStyle&&(i.now=Math.round(s-e.outerHeight()-r),r=0)}}),void 0):e.animate(this.hideProps,o,n,d):t.animate(this.showProps,o,n,d)},_toggleComplete:function(t){var e=t.oldPanel,i=e.prev();this._removeClass(e,"ui-accordion-content-active"),this._removeClass(i,"ui-accordion-header-active")._addClass(i,"ui-accordion-header-collapsed"),e.length&&(e.parent()[0].className=e.parent()[0].className),this._trigger("activate",null,t)}}),t.ui.safeActiveElement=function(t){var e;try{e=t.activeElement}catch(i){e=t.body}return e||(e=t.body),e.nodeName||(e=t.body),e},t.widget("ui.menu",{version:"1.12.1",defaultElement:"<ul>",delay:300,options:{icons:{submenu:"ui-icon-caret-1-e"},items:"> *",menus:"ul",position:{my:"left top",at:"right top"},role:"menu",blur:null,focus:null,select:null},_create:function(){this.activeMenu=this.element,this.mouseHandled=!1,this.element.uniqueId().attr({role:this.options.role,tabIndex:0}),this._addClass("ui-menu","ui-widget ui-widget-content"),this._on({"mousedown .ui-menu-item":function(t){t.preventDefault()},"click .ui-menu-item":function(e){var i=t(e.target),s=t(t.ui.safeActiveElement(this.document[0]));!this.mouseHandled&&i.not(".ui-state-disabled").length&&(this.select(e),e.isPropagationStopped()||(this.mouseHandled=!0),i.has(".ui-menu").length?this.expand(e):!this.element.is(":focus")&&s.closest(".ui-menu").length&&(this.element.trigger("focus",[!0]),this.active&&1===this.active.parents(".ui-menu").length&&clearTimeout(this.timer)))},"mouseenter .ui-menu-item":function(e){if(!this.previousFilter){var i=t(e.target).closest(".ui-menu-item"),s=t(e.currentTarget);i[0]===s[0]&&(this._removeClass(s.siblings().children(".ui-state-active"),null,"ui-state-active"),this.focus(e,s))}},mouseleave:"collapseAll","mouseleave .ui-menu":"collapseAll",focus:function(t,e){var i=this.active||this.element.find(this.options.items).eq(0);e||this.focus(t,i)},blur:function(e){this._delay(function(){var i=!t.contains(this.element[0],t.ui.safeActiveElement(this.document[0]));i&&this.collapseAll(e)})},keydown:"_keydown"}),this.refresh(),this._on(this.document,{click:function(t){this._closeOnDocumentClick(t)&&this.collapseAll(t),this.mouseHandled=!1}})},_destroy:function(){var e=this.element.find(".ui-menu-item").removeAttr("role aria-disabled"),i=e.children(".ui-menu-item-wrapper").removeUniqueId().removeAttr("tabIndex role aria-haspopup");this.element.removeAttr("aria-activedescendant").find(".ui-menu").addBack().removeAttr("role aria-labelledby aria-expanded aria-hidden aria-disabled tabIndex").removeUniqueId().show(),i.children().each(function(){var e=t(this);e.data("ui-menu-submenu-caret")&&e.remove()})},_keydown:function(e){var i,s,n,o,a=!0;switch(e.keyCode){case t.ui.keyCode.PAGE_UP:this.previousPage(e);break;case t.ui.keyCode.PAGE_DOWN:this.nextPage(e);break;case t.ui.keyCode.HOME:this._move("first","first",e);break;case t.ui.keyCode.END:this._move("last","last",e);break;case t.ui.keyCode.UP:this.previous(e);break;case t.ui.keyCode.DOWN:this.next(e);break;case t.ui.keyCode.LEFT:this.collapse(e);break;case t.ui.keyCode.RIGHT:this.active&&!this.active.is(".ui-state-disabled")&&this.expand(e);break;case t.ui.keyCode.ENTER:case t.ui.keyCode.SPACE:this._activate(e);break;case t.ui.keyCode.ESCAPE:this.collapse(e);break;default:a=!1,s=this.previousFilter||"",o=!1,n=e.keyCode>=96&&105>=e.keyCode?""+(e.keyCode-96):String.fromCharCode(e.keyCode),clearTimeout(this.filterTimer),n===s?o=!0:n=s+n,i=this._filterMenuItems(n),i=o&&-1!==i.index(this.active.next())?this.active.nextAll(".ui-menu-item"):i,i.length||(n=String.fromCharCode(e.keyCode),i=this._filterMenuItems(n)),i.length?(this.focus(e,i),this.previousFilter=n,this.filterTimer=this._delay(function(){delete this.previousFilter},1e3)):delete this.previousFilter}a&&e.preventDefault()},_activate:function(t){this.active&&!this.active.is(".ui-state-disabled")&&(this.active.children("[aria-haspopup='true']").length?this.expand(t):this.select(t))},refresh:function(){var e,i,s,n,o,a=this,r=this.options.icons.submenu,h=this.element.find(this.options.menus);this._toggleClass("ui-menu-icons",null,!!this.element.find(".ui-icon").length),s=h.filter(":not(.ui-menu)").hide().attr({role:this.options.role,"aria-hidden":"true","aria-expanded":"false"}).each(function(){var e=t(this),i=e.prev(),s=t("<span>").data("ui-menu-submenu-caret",!0);a._addClass(s,"ui-menu-icon","ui-icon "+r),i.attr("aria-haspopup","true").prepend(s),e.attr("aria-labelledby",i.attr("id"))}),this._addClass(s,"ui-menu","ui-widget ui-widget-content ui-front"),e=h.add(this.element),i=e.find(this.options.items),i.not(".ui-menu-item").each(function(){var e=t(this);a._isDivider(e)&&a._addClass(e,"ui-menu-divider","ui-widget-content")}),n=i.not(".ui-menu-item, .ui-menu-divider"),o=n.children().not(".ui-menu").uniqueId().attr({tabIndex:-1,role:this._itemRole()}),this._addClass(n,"ui-menu-item")._addClass(o,"ui-menu-item-wrapper"),i.filter(".ui-state-disabled").attr("aria-disabled","true"),this.active&&!t.contains(this.element[0],this.active[0])&&this.blur()},_itemRole:function(){return{menu:"menuitem",listbox:"option"}[this.options.role]},_setOption:function(t,e){if("icons"===t){var i=this.element.find(".ui-menu-icon");this._removeClass(i,null,this.options.icons.submenu)._addClass(i,null,e.submenu)}this._super(t,e)},_setOptionDisabled:function(t){this._super(t),this.element.attr("aria-disabled",t+""),this._toggleClass(null,"ui-state-disabled",!!t)},focus:function(t,e){var i,s,n;this.blur(t,t&&"focus"===t.type),this._scrollIntoView(e),this.active=e.first(),s=this.active.children(".ui-menu-item-wrapper"),this._addClass(s,null,"ui-state-active"),this.options.role&&this.element.attr("aria-activedescendant",s.attr("id")),n=this.active.parent().closest(".ui-menu-item").children(".ui-menu-item-wrapper"),this._addClass(n,null,"ui-state-active"),t&&"keydown"===t.type?this._close():this.timer=this._delay(function(){this._close()},this.delay),i=e.children(".ui-menu"),i.length&&t&&/^mouse/.test(t.type)&&this._startOpening(i),this.activeMenu=e.parent(),this._trigger("focus",t,{item:e})},_scrollIntoView:function(e){var i,s,n,o,a,r;this._hasScroll()&&(i=parseFloat(t.css(this.activeMenu[0],"borderTopWidth"))||0,s=parseFloat(t.css(this.activeMenu[0],"paddingTop"))||0,n=e.offset().top-this.activeMenu.offset().top-i-s,o=this.activeMenu.scrollTop(),a=this.activeMenu.height(),r=e.outerHeight(),0>n?this.activeMenu.scrollTop(o+n):n+r>a&&this.activeMenu.scrollTop(o+n-a+r))},blur:function(t,e){e||clearTimeout(this.timer),this.active&&(this._removeClass(this.active.children(".ui-menu-item-wrapper"),null,"ui-state-active"),this._trigger("blur",t,{item:this.active}),this.active=null)},_startOpening:function(t){clearTimeout(this.timer),"true"===t.attr("aria-hidden")&&(this.timer=this._delay(function(){this._close(),this._open(t)},this.delay))},_open:function(e){var i=t.extend({of:this.active},this.options.position);clearTimeout(this.timer),this.element.find(".ui-menu").not(e.parents(".ui-menu")).hide().attr("aria-hidden","true"),e.show().removeAttr("aria-hidden").attr("aria-expanded","true").position(i)},collapseAll:function(e,i){clearTimeout(this.timer),this.timer=this._delay(function(){var s=i?this.element:t(e&&e.target).closest(this.element.find(".ui-menu"));s.length||(s=this.element),this._close(s),this.blur(e),this._removeClass(s.find(".ui-state-active"),null,"ui-state-active"),this.activeMenu=s},this.delay)},_close:function(t){t||(t=this.active?this.active.parent():this.element),t.find(".ui-menu").hide().attr("aria-hidden","true").attr("aria-expanded","false")},_closeOnDocumentClick:function(e){return!t(e.target).closest(".ui-menu").length},_isDivider:function(t){return!/[^\-\u2014\u2013\s]/.test(t.text())},collapse:function(t){var e=this.active&&this.active.parent().closest(".ui-menu-item",this.element);e&&e.length&&(this._close(),this.focus(t,e))},expand:function(t){var e=this.active&&this.active.children(".ui-menu ").find(this.options.items).first();e&&e.length&&(this._open(e.parent()),this._delay(function(){this.focus(t,e)}))},next:function(t){this._move("next","first",t)},previous:function(t){this._move("prev","last",t)},isFirstItem:function(){return this.active&&!this.active.prevAll(".ui-menu-item").length},isLastItem:function(){return this.active&&!this.active.nextAll(".ui-menu-item").length},_move:function(t,e,i){var s;this.active&&(s="first"===t||"last"===t?this.active["first"===t?"prevAll":"nextAll"](".ui-menu-item").eq(-1):this.active[t+"All"](".ui-menu-item").eq(0)),s&&s.length&&this.active||(s=this.activeMenu.find(this.options.items)[e]()),this.focus(i,s)},nextPage:function(e){var i,s,n;return this.active?(this.isLastItem()||(this._hasScroll()?(s=this.active.offset().top,n=this.element.height(),this.active.nextAll(".ui-menu-item").each(function(){return i=t(this),0>i.offset().top-s-n}),this.focus(e,i)):this.focus(e,this.activeMenu.find(this.options.items)[this.active?"last":"first"]())),void 0):(this.next(e),void 0)},previousPage:function(e){var i,s,n;return this.active?(this.isFirstItem()||(this._hasScroll()?(s=this.active.offset().top,n=this.element.height(),this.active.prevAll(".ui-menu-item").each(function(){return i=t(this),i.offset().top-s+n>0}),this.focus(e,i)):this.focus(e,this.activeMenu.find(this.options.items).first())),void 0):(this.next(e),void 0)},_hasScroll:function(){return this.element.outerHeight()<this.element.prop("scrollHeight")},select:function(e){this.active=this.active||t(e.target).closest(".ui-menu-item");var i={item:this.active};this.active.has(".ui-menu").length||this.collapseAll(e,!0),this._trigger("select",e,i)},_filterMenuItems:function(e){var i=e.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&"),s=RegExp("^"+i,"i");return this.activeMenu.find(this.options.items).filter(".ui-menu-item").filter(function(){return s.test(t.trim(t(this).children(".ui-menu-item-wrapper").text()))})}}),t.widget("ui.autocomplete",{version:"1.12.1",defaultElement:"<input>",options:{appendTo:null,autoFocus:!1,delay:300,minLength:1,position:{my:"left top",at:"left bottom",collision:"none"},source:null,change:null,close:null,focus:null,open:null,response:null,search:null,select:null},requestIndex:0,pending:0,_create:function(){var e,i,s,n=this.element[0].nodeName.toLowerCase(),o="textarea"===n,a="input"===n; -this.isMultiLine=o||!a&&this._isContentEditable(this.element),this.valueMethod=this.element[o||a?"val":"text"],this.isNewMenu=!0,this._addClass("ui-autocomplete-input"),this.element.attr("autocomplete","off"),this._on(this.element,{keydown:function(n){if(this.element.prop("readOnly"))return e=!0,s=!0,i=!0,void 0;e=!1,s=!1,i=!1;var o=t.ui.keyCode;switch(n.keyCode){case o.PAGE_UP:e=!0,this._move("previousPage",n);break;case o.PAGE_DOWN:e=!0,this._move("nextPage",n);break;case o.UP:e=!0,this._keyEvent("previous",n);break;case o.DOWN:e=!0,this._keyEvent("next",n);break;case o.ENTER:this.menu.active&&(e=!0,n.preventDefault(),this.menu.select(n));break;case o.TAB:this.menu.active&&this.menu.select(n);break;case o.ESCAPE:this.menu.element.is(":visible")&&(this.isMultiLine||this._value(this.term),this.close(n),n.preventDefault());break;default:i=!0,this._searchTimeout(n)}},keypress:function(s){if(e)return e=!1,(!this.isMultiLine||this.menu.element.is(":visible"))&&s.preventDefault(),void 0;if(!i){var n=t.ui.keyCode;switch(s.keyCode){case n.PAGE_UP:this._move("previousPage",s);break;case n.PAGE_DOWN:this._move("nextPage",s);break;case n.UP:this._keyEvent("previous",s);break;case n.DOWN:this._keyEvent("next",s)}}},input:function(t){return s?(s=!1,t.preventDefault(),void 0):(this._searchTimeout(t),void 0)},focus:function(){this.selectedItem=null,this.previous=this._value()},blur:function(t){return this.cancelBlur?(delete this.cancelBlur,void 0):(clearTimeout(this.searching),this.close(t),this._change(t),void 0)}}),this._initSource(),this.menu=t("<ul>").appendTo(this._appendTo()).menu({role:null}).hide().menu("instance"),this._addClass(this.menu.element,"ui-autocomplete","ui-front"),this._on(this.menu.element,{mousedown:function(e){e.preventDefault(),this.cancelBlur=!0,this._delay(function(){delete this.cancelBlur,this.element[0]!==t.ui.safeActiveElement(this.document[0])&&this.element.trigger("focus")})},menufocus:function(e,i){var s,n;return this.isNewMenu&&(this.isNewMenu=!1,e.originalEvent&&/^mouse/.test(e.originalEvent.type))?(this.menu.blur(),this.document.one("mousemove",function(){t(e.target).trigger(e.originalEvent)}),void 0):(n=i.item.data("ui-autocomplete-item"),!1!==this._trigger("focus",e,{item:n})&&e.originalEvent&&/^key/.test(e.originalEvent.type)&&this._value(n.value),s=i.item.attr("aria-label")||n.value,s&&t.trim(s).length&&(this.liveRegion.children().hide(),t("<div>").text(s).appendTo(this.liveRegion)),void 0)},menuselect:function(e,i){var s=i.item.data("ui-autocomplete-item"),n=this.previous;this.element[0]!==t.ui.safeActiveElement(this.document[0])&&(this.element.trigger("focus"),this.previous=n,this._delay(function(){this.previous=n,this.selectedItem=s})),!1!==this._trigger("select",e,{item:s})&&this._value(s.value),this.term=this._value(),this.close(e),this.selectedItem=s}}),this.liveRegion=t("<div>",{role:"status","aria-live":"assertive","aria-relevant":"additions"}).appendTo(this.document[0].body),this._addClass(this.liveRegion,null,"ui-helper-hidden-accessible"),this._on(this.window,{beforeunload:function(){this.element.removeAttr("autocomplete")}})},_destroy:function(){clearTimeout(this.searching),this.element.removeAttr("autocomplete"),this.menu.element.remove(),this.liveRegion.remove()},_setOption:function(t,e){this._super(t,e),"source"===t&&this._initSource(),"appendTo"===t&&this.menu.element.appendTo(this._appendTo()),"disabled"===t&&e&&this.xhr&&this.xhr.abort()},_isEventTargetInWidget:function(e){var i=this.menu.element[0];return e.target===this.element[0]||e.target===i||t.contains(i,e.target)},_closeOnClickOutside:function(t){this._isEventTargetInWidget(t)||this.close()},_appendTo:function(){var e=this.options.appendTo;return e&&(e=e.jquery||e.nodeType?t(e):this.document.find(e).eq(0)),e&&e[0]||(e=this.element.closest(".ui-front, dialog")),e.length||(e=this.document[0].body),e},_initSource:function(){var e,i,s=this;t.isArray(this.options.source)?(e=this.options.source,this.source=function(i,s){s(t.ui.autocomplete.filter(e,i.term))}):"string"==typeof this.options.source?(i=this.options.source,this.source=function(e,n){s.xhr&&s.xhr.abort(),s.xhr=t.ajax({url:i,data:e,dataType:"json",success:function(t){n(t)},error:function(){n([])}})}):this.source=this.options.source},_searchTimeout:function(t){clearTimeout(this.searching),this.searching=this._delay(function(){var e=this.term===this._value(),i=this.menu.element.is(":visible"),s=t.altKey||t.ctrlKey||t.metaKey||t.shiftKey;(!e||e&&!i&&!s)&&(this.selectedItem=null,this.search(null,t))},this.options.delay)},search:function(t,e){return t=null!=t?t:this._value(),this.term=this._value(),t.length<this.options.minLength?this.close(e):this._trigger("search",e)!==!1?this._search(t):void 0},_search:function(t){this.pending++,this._addClass("ui-autocomplete-loading"),this.cancelSearch=!1,this.source({term:t},this._response())},_response:function(){var e=++this.requestIndex;return t.proxy(function(t){e===this.requestIndex&&this.__response(t),this.pending--,this.pending||this._removeClass("ui-autocomplete-loading")},this)},__response:function(t){t&&(t=this._normalize(t)),this._trigger("response",null,{content:t}),!this.options.disabled&&t&&t.length&&!this.cancelSearch?(this._suggest(t),this._trigger("open")):this._close()},close:function(t){this.cancelSearch=!0,this._close(t)},_close:function(t){this._off(this.document,"mousedown"),this.menu.element.is(":visible")&&(this.menu.element.hide(),this.menu.blur(),this.isNewMenu=!0,this._trigger("close",t))},_change:function(t){this.previous!==this._value()&&this._trigger("change",t,{item:this.selectedItem})},_normalize:function(e){return e.length&&e[0].label&&e[0].value?e:t.map(e,function(e){return"string"==typeof e?{label:e,value:e}:t.extend({},e,{label:e.label||e.value,value:e.value||e.label})})},_suggest:function(e){var i=this.menu.element.empty();this._renderMenu(i,e),this.isNewMenu=!0,this.menu.refresh(),i.show(),this._resizeMenu(),i.position(t.extend({of:this.element},this.options.position)),this.options.autoFocus&&this.menu.next(),this._on(this.document,{mousedown:"_closeOnClickOutside"})},_resizeMenu:function(){var t=this.menu.element;t.outerWidth(Math.max(t.width("").outerWidth()+1,this.element.outerWidth()))},_renderMenu:function(e,i){var s=this;t.each(i,function(t,i){s._renderItemData(e,i)})},_renderItemData:function(t,e){return this._renderItem(t,e).data("ui-autocomplete-item",e)},_renderItem:function(e,i){return t("<li>").append(t("<div>").text(i.label)).appendTo(e)},_move:function(t,e){return this.menu.element.is(":visible")?this.menu.isFirstItem()&&/^previous/.test(t)||this.menu.isLastItem()&&/^next/.test(t)?(this.isMultiLine||this._value(this.term),this.menu.blur(),void 0):(this.menu[t](e),void 0):(this.search(null,e),void 0)},widget:function(){return this.menu.element},_value:function(){return this.valueMethod.apply(this.element,arguments)},_keyEvent:function(t,e){(!this.isMultiLine||this.menu.element.is(":visible"))&&(this._move(t,e),e.preventDefault())},_isContentEditable:function(t){if(!t.length)return!1;var e=t.prop("contentEditable");return"inherit"===e?this._isContentEditable(t.parent()):"true"===e}}),t.extend(t.ui.autocomplete,{escapeRegex:function(t){return t.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&")},filter:function(e,i){var s=RegExp(t.ui.autocomplete.escapeRegex(i),"i");return t.grep(e,function(t){return s.test(t.label||t.value||t)})}}),t.widget("ui.autocomplete",t.ui.autocomplete,{options:{messages:{noResults:"No search results.",results:function(t){return t+(t>1?" results are":" result is")+" available, use up and down arrow keys to navigate."}}},__response:function(e){var i;this._superApply(arguments),this.options.disabled||this.cancelSearch||(i=e&&e.length?this.options.messages.results(e.length):this.options.messages.noResults,this.liveRegion.children().hide(),t("<div>").text(i).appendTo(this.liveRegion))}}),t.ui.autocomplete;var g=/ui-corner-([a-z]){2,6}/g;t.widget("ui.controlgroup",{version:"1.12.1",defaultElement:"<div>",options:{direction:"horizontal",disabled:null,onlyVisible:!0,items:{button:"input[type=button], input[type=submit], input[type=reset], button, a",controlgroupLabel:".ui-controlgroup-label",checkboxradio:"input[type='checkbox'], input[type='radio']",selectmenu:"select",spinner:".ui-spinner-input"}},_create:function(){this._enhance()},_enhance:function(){this.element.attr("role","toolbar"),this.refresh()},_destroy:function(){this._callChildMethod("destroy"),this.childWidgets.removeData("ui-controlgroup-data"),this.element.removeAttr("role"),this.options.items.controlgroupLabel&&this.element.find(this.options.items.controlgroupLabel).find(".ui-controlgroup-label-contents").contents().unwrap()},_initWidgets:function(){var e=this,i=[];t.each(this.options.items,function(s,n){var o,a={};return n?"controlgroupLabel"===s?(o=e.element.find(n),o.each(function(){var e=t(this);e.children(".ui-controlgroup-label-contents").length||e.contents().wrapAll("<span class='ui-controlgroup-label-contents'></span>")}),e._addClass(o,null,"ui-widget ui-widget-content ui-state-default"),i=i.concat(o.get()),void 0):(t.fn[s]&&(a=e["_"+s+"Options"]?e["_"+s+"Options"]("middle"):{classes:{}},e.element.find(n).each(function(){var n=t(this),o=n[s]("instance"),r=t.widget.extend({},a);if("button"!==s||!n.parent(".ui-spinner").length){o||(o=n[s]()[s]("instance")),o&&(r.classes=e._resolveClassesValues(r.classes,o)),n[s](r);var h=n[s]("widget");t.data(h[0],"ui-controlgroup-data",o?o:n[s]("instance")),i.push(h[0])}})),void 0):void 0}),this.childWidgets=t(t.unique(i)),this._addClass(this.childWidgets,"ui-controlgroup-item")},_callChildMethod:function(e){this.childWidgets.each(function(){var i=t(this),s=i.data("ui-controlgroup-data");s&&s[e]&&s[e]()})},_updateCornerClass:function(t,e){var i="ui-corner-top ui-corner-bottom ui-corner-left ui-corner-right ui-corner-all",s=this._buildSimpleOptions(e,"label").classes.label;this._removeClass(t,null,i),this._addClass(t,null,s)},_buildSimpleOptions:function(t,e){var i="vertical"===this.options.direction,s={classes:{}};return s.classes[e]={middle:"",first:"ui-corner-"+(i?"top":"left"),last:"ui-corner-"+(i?"bottom":"right"),only:"ui-corner-all"}[t],s},_spinnerOptions:function(t){var e=this._buildSimpleOptions(t,"ui-spinner");return e.classes["ui-spinner-up"]="",e.classes["ui-spinner-down"]="",e},_buttonOptions:function(t){return this._buildSimpleOptions(t,"ui-button")},_checkboxradioOptions:function(t){return this._buildSimpleOptions(t,"ui-checkboxradio-label")},_selectmenuOptions:function(t){var e="vertical"===this.options.direction;return{width:e?"auto":!1,classes:{middle:{"ui-selectmenu-button-open":"","ui-selectmenu-button-closed":""},first:{"ui-selectmenu-button-open":"ui-corner-"+(e?"top":"tl"),"ui-selectmenu-button-closed":"ui-corner-"+(e?"top":"left")},last:{"ui-selectmenu-button-open":e?"":"ui-corner-tr","ui-selectmenu-button-closed":"ui-corner-"+(e?"bottom":"right")},only:{"ui-selectmenu-button-open":"ui-corner-top","ui-selectmenu-button-closed":"ui-corner-all"}}[t]}},_resolveClassesValues:function(e,i){var s={};return t.each(e,function(n){var o=i.options.classes[n]||"";o=t.trim(o.replace(g,"")),s[n]=(o+" "+e[n]).replace(/\s+/g," ")}),s},_setOption:function(t,e){return"direction"===t&&this._removeClass("ui-controlgroup-"+this.options.direction),this._super(t,e),"disabled"===t?(this._callChildMethod(e?"disable":"enable"),void 0):(this.refresh(),void 0)},refresh:function(){var e,i=this;this._addClass("ui-controlgroup ui-controlgroup-"+this.options.direction),"horizontal"===this.options.direction&&this._addClass(null,"ui-helper-clearfix"),this._initWidgets(),e=this.childWidgets,this.options.onlyVisible&&(e=e.filter(":visible")),e.length&&(t.each(["first","last"],function(t,s){var n=e[s]().data("ui-controlgroup-data");if(n&&i["_"+n.widgetName+"Options"]){var o=i["_"+n.widgetName+"Options"](1===e.length?"only":s);o.classes=i._resolveClassesValues(o.classes,n),n.element[n.widgetName](o)}else i._updateCornerClass(e[s](),s)}),this._callChildMethod("refresh"))}}),t.widget("ui.checkboxradio",[t.ui.formResetMixin,{version:"1.12.1",options:{disabled:null,label:null,icon:!0,classes:{"ui-checkboxradio-label":"ui-corner-all","ui-checkboxradio-icon":"ui-corner-all"}},_getCreateOptions:function(){var e,i,s=this,n=this._super()||{};return this._readType(),i=this.element.labels(),this.label=t(i[i.length-1]),this.label.length||t.error("No label found for checkboxradio widget"),this.originalLabel="",this.label.contents().not(this.element[0]).each(function(){s.originalLabel+=3===this.nodeType?t(this).text():this.outerHTML}),this.originalLabel&&(n.label=this.originalLabel),e=this.element[0].disabled,null!=e&&(n.disabled=e),n},_create:function(){var t=this.element[0].checked;this._bindFormResetHandler(),null==this.options.disabled&&(this.options.disabled=this.element[0].disabled),this._setOption("disabled",this.options.disabled),this._addClass("ui-checkboxradio","ui-helper-hidden-accessible"),this._addClass(this.label,"ui-checkboxradio-label","ui-button ui-widget"),"radio"===this.type&&this._addClass(this.label,"ui-checkboxradio-radio-label"),this.options.label&&this.options.label!==this.originalLabel?this._updateLabel():this.originalLabel&&(this.options.label=this.originalLabel),this._enhance(),t&&(this._addClass(this.label,"ui-checkboxradio-checked","ui-state-active"),this.icon&&this._addClass(this.icon,null,"ui-state-hover")),this._on({change:"_toggleClasses",focus:function(){this._addClass(this.label,null,"ui-state-focus ui-visual-focus")},blur:function(){this._removeClass(this.label,null,"ui-state-focus ui-visual-focus")}})},_readType:function(){var e=this.element[0].nodeName.toLowerCase();this.type=this.element[0].type,"input"===e&&/radio|checkbox/.test(this.type)||t.error("Can't create checkboxradio on element.nodeName="+e+" and element.type="+this.type)},_enhance:function(){this._updateIcon(this.element[0].checked)},widget:function(){return this.label},_getRadioGroup:function(){var e,i=this.element[0].name,s="input[name='"+t.ui.escapeSelector(i)+"']";return i?(e=this.form.length?t(this.form[0].elements).filter(s):t(s).filter(function(){return 0===t(this).form().length}),e.not(this.element)):t([])},_toggleClasses:function(){var e=this.element[0].checked;this._toggleClass(this.label,"ui-checkboxradio-checked","ui-state-active",e),this.options.icon&&"checkbox"===this.type&&this._toggleClass(this.icon,null,"ui-icon-check ui-state-checked",e)._toggleClass(this.icon,null,"ui-icon-blank",!e),"radio"===this.type&&this._getRadioGroup().each(function(){var e=t(this).checkboxradio("instance");e&&e._removeClass(e.label,"ui-checkboxradio-checked","ui-state-active")})},_destroy:function(){this._unbindFormResetHandler(),this.icon&&(this.icon.remove(),this.iconSpace.remove())},_setOption:function(t,e){return"label"!==t||e?(this._super(t,e),"disabled"===t?(this._toggleClass(this.label,null,"ui-state-disabled",e),this.element[0].disabled=e,void 0):(this.refresh(),void 0)):void 0},_updateIcon:function(e){var i="ui-icon ui-icon-background ";this.options.icon?(this.icon||(this.icon=t("<span>"),this.iconSpace=t("<span> </span>"),this._addClass(this.iconSpace,"ui-checkboxradio-icon-space")),"checkbox"===this.type?(i+=e?"ui-icon-check ui-state-checked":"ui-icon-blank",this._removeClass(this.icon,null,e?"ui-icon-blank":"ui-icon-check")):i+="ui-icon-blank",this._addClass(this.icon,"ui-checkboxradio-icon",i),e||this._removeClass(this.icon,null,"ui-icon-check ui-state-checked"),this.icon.prependTo(this.label).after(this.iconSpace)):void 0!==this.icon&&(this.icon.remove(),this.iconSpace.remove(),delete this.icon)},_updateLabel:function(){var t=this.label.contents().not(this.element[0]);this.icon&&(t=t.not(this.icon[0])),this.iconSpace&&(t=t.not(this.iconSpace[0])),t.remove(),this.label.append(this.options.label)},refresh:function(){var t=this.element[0].checked,e=this.element[0].disabled;this._updateIcon(t),this._toggleClass(this.label,"ui-checkboxradio-checked","ui-state-active",t),null!==this.options.label&&this._updateLabel(),e!==this.options.disabled&&this._setOptions({disabled:e})}}]),t.ui.checkboxradio,t.widget("ui.button",{version:"1.12.1",defaultElement:"<button>",options:{classes:{"ui-button":"ui-corner-all"},disabled:null,icon:null,iconPosition:"beginning",label:null,showLabel:!0},_getCreateOptions:function(){var t,e=this._super()||{};return this.isInput=this.element.is("input"),t=this.element[0].disabled,null!=t&&(e.disabled=t),this.originalLabel=this.isInput?this.element.val():this.element.html(),this.originalLabel&&(e.label=this.originalLabel),e},_create:function(){!this.option.showLabel&!this.options.icon&&(this.options.showLabel=!0),null==this.options.disabled&&(this.options.disabled=this.element[0].disabled||!1),this.hasTitle=!!this.element.attr("title"),this.options.label&&this.options.label!==this.originalLabel&&(this.isInput?this.element.val(this.options.label):this.element.html(this.options.label)),this._addClass("ui-button","ui-widget"),this._setOption("disabled",this.options.disabled),this._enhance(),this.element.is("a")&&this._on({keyup:function(e){e.keyCode===t.ui.keyCode.SPACE&&(e.preventDefault(),this.element[0].click?this.element[0].click():this.element.trigger("click"))}})},_enhance:function(){this.element.is("button")||this.element.attr("role","button"),this.options.icon&&(this._updateIcon("icon",this.options.icon),this._updateTooltip())},_updateTooltip:function(){this.title=this.element.attr("title"),this.options.showLabel||this.title||this.element.attr("title",this.options.label)},_updateIcon:function(e,i){var s="iconPosition"!==e,n=s?this.options.iconPosition:i,o="top"===n||"bottom"===n;this.icon?s&&this._removeClass(this.icon,null,this.options.icon):(this.icon=t("<span>"),this._addClass(this.icon,"ui-button-icon","ui-icon"),this.options.showLabel||this._addClass("ui-button-icon-only")),s&&this._addClass(this.icon,null,i),this._attachIcon(n),o?(this._addClass(this.icon,null,"ui-widget-icon-block"),this.iconSpace&&this.iconSpace.remove()):(this.iconSpace||(this.iconSpace=t("<span> </span>"),this._addClass(this.iconSpace,"ui-button-icon-space")),this._removeClass(this.icon,null,"ui-wiget-icon-block"),this._attachIconSpace(n))},_destroy:function(){this.element.removeAttr("role"),this.icon&&this.icon.remove(),this.iconSpace&&this.iconSpace.remove(),this.hasTitle||this.element.removeAttr("title")},_attachIconSpace:function(t){this.icon[/^(?:end|bottom)/.test(t)?"before":"after"](this.iconSpace)},_attachIcon:function(t){this.element[/^(?:end|bottom)/.test(t)?"append":"prepend"](this.icon)},_setOptions:function(t){var e=void 0===t.showLabel?this.options.showLabel:t.showLabel,i=void 0===t.icon?this.options.icon:t.icon;e||i||(t.showLabel=!0),this._super(t)},_setOption:function(t,e){"icon"===t&&(e?this._updateIcon(t,e):this.icon&&(this.icon.remove(),this.iconSpace&&this.iconSpace.remove())),"iconPosition"===t&&this._updateIcon(t,e),"showLabel"===t&&(this._toggleClass("ui-button-icon-only",null,!e),this._updateTooltip()),"label"===t&&(this.isInput?this.element.val(e):(this.element.html(e),this.icon&&(this._attachIcon(this.options.iconPosition),this._attachIconSpace(this.options.iconPosition)))),this._super(t,e),"disabled"===t&&(this._toggleClass(null,"ui-state-disabled",e),this.element[0].disabled=e,e&&this.element.blur())},refresh:function(){var t=this.element.is("input, button")?this.element[0].disabled:this.element.hasClass("ui-button-disabled");t!==this.options.disabled&&this._setOptions({disabled:t}),this._updateTooltip()}}),t.uiBackCompat!==!1&&(t.widget("ui.button",t.ui.button,{options:{text:!0,icons:{primary:null,secondary:null}},_create:function(){this.options.showLabel&&!this.options.text&&(this.options.showLabel=this.options.text),!this.options.showLabel&&this.options.text&&(this.options.text=this.options.showLabel),this.options.icon||!this.options.icons.primary&&!this.options.icons.secondary?this.options.icon&&(this.options.icons.primary=this.options.icon):this.options.icons.primary?this.options.icon=this.options.icons.primary:(this.options.icon=this.options.icons.secondary,this.options.iconPosition="end"),this._super()},_setOption:function(t,e){return"text"===t?(this._super("showLabel",e),void 0):("showLabel"===t&&(this.options.text=e),"icon"===t&&(this.options.icons.primary=e),"icons"===t&&(e.primary?(this._super("icon",e.primary),this._super("iconPosition","beginning")):e.secondary&&(this._super("icon",e.secondary),this._super("iconPosition","end"))),this._superApply(arguments),void 0)}}),t.fn.button=function(e){return function(){return!this.length||this.length&&"INPUT"!==this[0].tagName||this.length&&"INPUT"===this[0].tagName&&"checkbox"!==this.attr("type")&&"radio"!==this.attr("type")?e.apply(this,arguments):(t.ui.checkboxradio||t.error("Checkboxradio widget missing"),0===arguments.length?this.checkboxradio({icon:!1}):this.checkboxradio.apply(this,arguments))}}(t.fn.button),t.fn.buttonset=function(){return t.ui.controlgroup||t.error("Controlgroup widget missing"),"option"===arguments[0]&&"items"===arguments[1]&&arguments[2]?this.controlgroup.apply(this,[arguments[0],"items.button",arguments[2]]):"option"===arguments[0]&&"items"===arguments[1]?this.controlgroup.apply(this,[arguments[0],"items.button"]):("object"==typeof arguments[0]&&arguments[0].items&&(arguments[0].items={button:arguments[0].items}),this.controlgroup.apply(this,arguments))}),t.ui.button,t.extend(t.ui,{datepicker:{version:"1.12.1"}});var m;t.extend(s.prototype,{markerClassName:"hasDatepicker",maxRows:4,_widgetDatepicker:function(){return this.dpDiv},setDefaults:function(t){return a(this._defaults,t||{}),this},_attachDatepicker:function(e,i){var s,n,o;s=e.nodeName.toLowerCase(),n="div"===s||"span"===s,e.id||(this.uuid+=1,e.id="dp"+this.uuid),o=this._newInst(t(e),n),o.settings=t.extend({},i||{}),"input"===s?this._connectDatepicker(e,o):n&&this._inlineDatepicker(e,o)},_newInst:function(e,i){var s=e[0].id.replace(/([^A-Za-z0-9_\-])/g,"\\\\$1");return{id:s,input:e,selectedDay:0,selectedMonth:0,selectedYear:0,drawMonth:0,drawYear:0,inline:i,dpDiv:i?n(t("<div class='"+this._inlineClass+" ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all'></div>")):this.dpDiv}},_connectDatepicker:function(e,i){var s=t(e);i.append=t([]),i.trigger=t([]),s.hasClass(this.markerClassName)||(this._attachments(s,i),s.addClass(this.markerClassName).on("keydown",this._doKeyDown).on("keypress",this._doKeyPress).on("keyup",this._doKeyUp),this._autoSize(i),t.data(e,"datepicker",i),i.settings.disabled&&this._disableDatepicker(e))},_attachments:function(e,i){var s,n,o,a=this._get(i,"appendText"),r=this._get(i,"isRTL");i.append&&i.append.remove(),a&&(i.append=t("<span class='"+this._appendClass+"'>"+a+"</span>"),e[r?"before":"after"](i.append)),e.off("focus",this._showDatepicker),i.trigger&&i.trigger.remove(),s=this._get(i,"showOn"),("focus"===s||"both"===s)&&e.on("focus",this._showDatepicker),("button"===s||"both"===s)&&(n=this._get(i,"buttonText"),o=this._get(i,"buttonImage"),i.trigger=t(this._get(i,"buttonImageOnly")?t("<img/>").addClass(this._triggerClass).attr({src:o,alt:n,title:n}):t("<button type='button'></button>").addClass(this._triggerClass).html(o?t("<img/>").attr({src:o,alt:n,title:n}):n)),e[r?"before":"after"](i.trigger),i.trigger.on("click",function(){return t.datepicker._datepickerShowing&&t.datepicker._lastInput===e[0]?t.datepicker._hideDatepicker():t.datepicker._datepickerShowing&&t.datepicker._lastInput!==e[0]?(t.datepicker._hideDatepicker(),t.datepicker._showDatepicker(e[0])):t.datepicker._showDatepicker(e[0]),!1}))},_autoSize:function(t){if(this._get(t,"autoSize")&&!t.inline){var e,i,s,n,o=new Date(2009,11,20),a=this._get(t,"dateFormat");a.match(/[DM]/)&&(e=function(t){for(i=0,s=0,n=0;t.length>n;n++)t[n].length>i&&(i=t[n].length,s=n);return s},o.setMonth(e(this._get(t,a.match(/MM/)?"monthNames":"monthNamesShort"))),o.setDate(e(this._get(t,a.match(/DD/)?"dayNames":"dayNamesShort"))+20-o.getDay())),t.input.attr("size",this._formatDate(t,o).length)}},_inlineDatepicker:function(e,i){var s=t(e);s.hasClass(this.markerClassName)||(s.addClass(this.markerClassName).append(i.dpDiv),t.data(e,"datepicker",i),this._setDate(i,this._getDefaultDate(i),!0),this._updateDatepicker(i),this._updateAlternate(i),i.settings.disabled&&this._disableDatepicker(e),i.dpDiv.css("display","block"))},_dialogDatepicker:function(e,i,s,n,o){var r,h,l,c,u,d=this._dialogInst;return d||(this.uuid+=1,r="dp"+this.uuid,this._dialogInput=t("<input type='text' id='"+r+"' style='position: absolute; top: -100px; width: 0px;'/>"),this._dialogInput.on("keydown",this._doKeyDown),t("body").append(this._dialogInput),d=this._dialogInst=this._newInst(this._dialogInput,!1),d.settings={},t.data(this._dialogInput[0],"datepicker",d)),a(d.settings,n||{}),i=i&&i.constructor===Date?this._formatDate(d,i):i,this._dialogInput.val(i),this._pos=o?o.length?o:[o.pageX,o.pageY]:null,this._pos||(h=document.documentElement.clientWidth,l=document.documentElement.clientHeight,c=document.documentElement.scrollLeft||document.body.scrollLeft,u=document.documentElement.scrollTop||document.body.scrollTop,this._pos=[h/2-100+c,l/2-150+u]),this._dialogInput.css("left",this._pos[0]+20+"px").css("top",this._pos[1]+"px"),d.settings.onSelect=s,this._inDialog=!0,this.dpDiv.addClass(this._dialogClass),this._showDatepicker(this._dialogInput[0]),t.blockUI&&t.blockUI(this.dpDiv),t.data(this._dialogInput[0],"datepicker",d),this},_destroyDatepicker:function(e){var i,s=t(e),n=t.data(e,"datepicker");s.hasClass(this.markerClassName)&&(i=e.nodeName.toLowerCase(),t.removeData(e,"datepicker"),"input"===i?(n.append.remove(),n.trigger.remove(),s.removeClass(this.markerClassName).off("focus",this._showDatepicker).off("keydown",this._doKeyDown).off("keypress",this._doKeyPress).off("keyup",this._doKeyUp)):("div"===i||"span"===i)&&s.removeClass(this.markerClassName).empty(),m===n&&(m=null))},_enableDatepicker:function(e){var i,s,n=t(e),o=t.data(e,"datepicker");n.hasClass(this.markerClassName)&&(i=e.nodeName.toLowerCase(),"input"===i?(e.disabled=!1,o.trigger.filter("button").each(function(){this.disabled=!1}).end().filter("img").css({opacity:"1.0",cursor:""})):("div"===i||"span"===i)&&(s=n.children("."+this._inlineClass),s.children().removeClass("ui-state-disabled"),s.find("select.ui-datepicker-month, select.ui-datepicker-year").prop("disabled",!1)),this._disabledInputs=t.map(this._disabledInputs,function(t){return t===e?null:t}))},_disableDatepicker:function(e){var i,s,n=t(e),o=t.data(e,"datepicker");n.hasClass(this.markerClassName)&&(i=e.nodeName.toLowerCase(),"input"===i?(e.disabled=!0,o.trigger.filter("button").each(function(){this.disabled=!0}).end().filter("img").css({opacity:"0.5",cursor:"default"})):("div"===i||"span"===i)&&(s=n.children("."+this._inlineClass),s.children().addClass("ui-state-disabled"),s.find("select.ui-datepicker-month, select.ui-datepicker-year").prop("disabled",!0)),this._disabledInputs=t.map(this._disabledInputs,function(t){return t===e?null:t}),this._disabledInputs[this._disabledInputs.length]=e)},_isDisabledDatepicker:function(t){if(!t)return!1;for(var e=0;this._disabledInputs.length>e;e++)if(this._disabledInputs[e]===t)return!0;return!1},_getInst:function(e){try{return t.data(e,"datepicker")}catch(i){throw"Missing instance data for this datepicker"}},_optionDatepicker:function(e,i,s){var n,o,r,h,l=this._getInst(e);return 2===arguments.length&&"string"==typeof i?"defaults"===i?t.extend({},t.datepicker._defaults):l?"all"===i?t.extend({},l.settings):this._get(l,i):null:(n=i||{},"string"==typeof i&&(n={},n[i]=s),l&&(this._curInst===l&&this._hideDatepicker(),o=this._getDateDatepicker(e,!0),r=this._getMinMaxDate(l,"min"),h=this._getMinMaxDate(l,"max"),a(l.settings,n),null!==r&&void 0!==n.dateFormat&&void 0===n.minDate&&(l.settings.minDate=this._formatDate(l,r)),null!==h&&void 0!==n.dateFormat&&void 0===n.maxDate&&(l.settings.maxDate=this._formatDate(l,h)),"disabled"in n&&(n.disabled?this._disableDatepicker(e):this._enableDatepicker(e)),this._attachments(t(e),l),this._autoSize(l),this._setDate(l,o),this._updateAlternate(l),this._updateDatepicker(l)),void 0)},_changeDatepicker:function(t,e,i){this._optionDatepicker(t,e,i)},_refreshDatepicker:function(t){var e=this._getInst(t);e&&this._updateDatepicker(e)},_setDateDatepicker:function(t,e){var i=this._getInst(t);i&&(this._setDate(i,e),this._updateDatepicker(i),this._updateAlternate(i))},_getDateDatepicker:function(t,e){var i=this._getInst(t);return i&&!i.inline&&this._setDateFromField(i,e),i?this._getDate(i):null},_doKeyDown:function(e){var i,s,n,o=t.datepicker._getInst(e.target),a=!0,r=o.dpDiv.is(".ui-datepicker-rtl");if(o._keyEvent=!0,t.datepicker._datepickerShowing)switch(e.keyCode){case 9:t.datepicker._hideDatepicker(),a=!1;break;case 13:return n=t("td."+t.datepicker._dayOverClass+":not(."+t.datepicker._currentClass+")",o.dpDiv),n[0]&&t.datepicker._selectDay(e.target,o.selectedMonth,o.selectedYear,n[0]),i=t.datepicker._get(o,"onSelect"),i?(s=t.datepicker._formatDate(o),i.apply(o.input?o.input[0]:null,[s,o])):t.datepicker._hideDatepicker(),!1;case 27:t.datepicker._hideDatepicker();break;case 33:t.datepicker._adjustDate(e.target,e.ctrlKey?-t.datepicker._get(o,"stepBigMonths"):-t.datepicker._get(o,"stepMonths"),"M");break;case 34:t.datepicker._adjustDate(e.target,e.ctrlKey?+t.datepicker._get(o,"stepBigMonths"):+t.datepicker._get(o,"stepMonths"),"M");break;case 35:(e.ctrlKey||e.metaKey)&&t.datepicker._clearDate(e.target),a=e.ctrlKey||e.metaKey;break;case 36:(e.ctrlKey||e.metaKey)&&t.datepicker._gotoToday(e.target),a=e.ctrlKey||e.metaKey;break;case 37:(e.ctrlKey||e.metaKey)&&t.datepicker._adjustDate(e.target,r?1:-1,"D"),a=e.ctrlKey||e.metaKey,e.originalEvent.altKey&&t.datepicker._adjustDate(e.target,e.ctrlKey?-t.datepicker._get(o,"stepBigMonths"):-t.datepicker._get(o,"stepMonths"),"M");break;case 38:(e.ctrlKey||e.metaKey)&&t.datepicker._adjustDate(e.target,-7,"D"),a=e.ctrlKey||e.metaKey;break;case 39:(e.ctrlKey||e.metaKey)&&t.datepicker._adjustDate(e.target,r?-1:1,"D"),a=e.ctrlKey||e.metaKey,e.originalEvent.altKey&&t.datepicker._adjustDate(e.target,e.ctrlKey?+t.datepicker._get(o,"stepBigMonths"):+t.datepicker._get(o,"stepMonths"),"M");break;case 40:(e.ctrlKey||e.metaKey)&&t.datepicker._adjustDate(e.target,7,"D"),a=e.ctrlKey||e.metaKey;break;default:a=!1}else 36===e.keyCode&&e.ctrlKey?t.datepicker._showDatepicker(this):a=!1;a&&(e.preventDefault(),e.stopPropagation())},_doKeyPress:function(e){var i,s,n=t.datepicker._getInst(e.target);return t.datepicker._get(n,"constrainInput")?(i=t.datepicker._possibleChars(t.datepicker._get(n,"dateFormat")),s=String.fromCharCode(null==e.charCode?e.keyCode:e.charCode),e.ctrlKey||e.metaKey||" ">s||!i||i.indexOf(s)>-1):void 0},_doKeyUp:function(e){var i,s=t.datepicker._getInst(e.target);if(s.input.val()!==s.lastVal)try{i=t.datepicker.parseDate(t.datepicker._get(s,"dateFormat"),s.input?s.input.val():null,t.datepicker._getFormatConfig(s)),i&&(t.datepicker._setDateFromField(s),t.datepicker._updateAlternate(s),t.datepicker._updateDatepicker(s))}catch(n){}return!0},_showDatepicker:function(e){if(e=e.target||e,"input"!==e.nodeName.toLowerCase()&&(e=t("input",e.parentNode)[0]),!t.datepicker._isDisabledDatepicker(e)&&t.datepicker._lastInput!==e){var s,n,o,r,h,l,c;s=t.datepicker._getInst(e),t.datepicker._curInst&&t.datepicker._curInst!==s&&(t.datepicker._curInst.dpDiv.stop(!0,!0),s&&t.datepicker._datepickerShowing&&t.datepicker._hideDatepicker(t.datepicker._curInst.input[0])),n=t.datepicker._get(s,"beforeShow"),o=n?n.apply(e,[e,s]):{},o!==!1&&(a(s.settings,o),s.lastVal=null,t.datepicker._lastInput=e,t.datepicker._setDateFromField(s),t.datepicker._inDialog&&(e.value=""),t.datepicker._pos||(t.datepicker._pos=t.datepicker._findPos(e),t.datepicker._pos[1]+=e.offsetHeight),r=!1,t(e).parents().each(function(){return r|="fixed"===t(this).css("position"),!r}),h={left:t.datepicker._pos[0],top:t.datepicker._pos[1]},t.datepicker._pos=null,s.dpDiv.empty(),s.dpDiv.css({position:"absolute",display:"block",top:"-1000px"}),t.datepicker._updateDatepicker(s),h=t.datepicker._checkOffset(s,h,r),s.dpDiv.css({position:t.datepicker._inDialog&&t.blockUI?"static":r?"fixed":"absolute",display:"none",left:h.left+"px",top:h.top+"px"}),s.inline||(l=t.datepicker._get(s,"showAnim"),c=t.datepicker._get(s,"duration"),s.dpDiv.css("z-index",i(t(e))+1),t.datepicker._datepickerShowing=!0,t.effects&&t.effects.effect[l]?s.dpDiv.show(l,t.datepicker._get(s,"showOptions"),c):s.dpDiv[l||"show"](l?c:null),t.datepicker._shouldFocusInput(s)&&s.input.trigger("focus"),t.datepicker._curInst=s)) -}},_updateDatepicker:function(e){this.maxRows=4,m=e,e.dpDiv.empty().append(this._generateHTML(e)),this._attachHandlers(e);var i,s=this._getNumberOfMonths(e),n=s[1],a=17,r=e.dpDiv.find("."+this._dayOverClass+" a");r.length>0&&o.apply(r.get(0)),e.dpDiv.removeClass("ui-datepicker-multi-2 ui-datepicker-multi-3 ui-datepicker-multi-4").width(""),n>1&&e.dpDiv.addClass("ui-datepicker-multi-"+n).css("width",a*n+"em"),e.dpDiv[(1!==s[0]||1!==s[1]?"add":"remove")+"Class"]("ui-datepicker-multi"),e.dpDiv[(this._get(e,"isRTL")?"add":"remove")+"Class"]("ui-datepicker-rtl"),e===t.datepicker._curInst&&t.datepicker._datepickerShowing&&t.datepicker._shouldFocusInput(e)&&e.input.trigger("focus"),e.yearshtml&&(i=e.yearshtml,setTimeout(function(){i===e.yearshtml&&e.yearshtml&&e.dpDiv.find("select.ui-datepicker-year:first").replaceWith(e.yearshtml),i=e.yearshtml=null},0))},_shouldFocusInput:function(t){return t.input&&t.input.is(":visible")&&!t.input.is(":disabled")&&!t.input.is(":focus")},_checkOffset:function(e,i,s){var n=e.dpDiv.outerWidth(),o=e.dpDiv.outerHeight(),a=e.input?e.input.outerWidth():0,r=e.input?e.input.outerHeight():0,h=document.documentElement.clientWidth+(s?0:t(document).scrollLeft()),l=document.documentElement.clientHeight+(s?0:t(document).scrollTop());return i.left-=this._get(e,"isRTL")?n-a:0,i.left-=s&&i.left===e.input.offset().left?t(document).scrollLeft():0,i.top-=s&&i.top===e.input.offset().top+r?t(document).scrollTop():0,i.left-=Math.min(i.left,i.left+n>h&&h>n?Math.abs(i.left+n-h):0),i.top-=Math.min(i.top,i.top+o>l&&l>o?Math.abs(o+r):0),i},_findPos:function(e){for(var i,s=this._getInst(e),n=this._get(s,"isRTL");e&&("hidden"===e.type||1!==e.nodeType||t.expr.filters.hidden(e));)e=e[n?"previousSibling":"nextSibling"];return i=t(e).offset(),[i.left,i.top]},_hideDatepicker:function(e){var i,s,n,o,a=this._curInst;!a||e&&a!==t.data(e,"datepicker")||this._datepickerShowing&&(i=this._get(a,"showAnim"),s=this._get(a,"duration"),n=function(){t.datepicker._tidyDialog(a)},t.effects&&(t.effects.effect[i]||t.effects[i])?a.dpDiv.hide(i,t.datepicker._get(a,"showOptions"),s,n):a.dpDiv["slideDown"===i?"slideUp":"fadeIn"===i?"fadeOut":"hide"](i?s:null,n),i||n(),this._datepickerShowing=!1,o=this._get(a,"onClose"),o&&o.apply(a.input?a.input[0]:null,[a.input?a.input.val():"",a]),this._lastInput=null,this._inDialog&&(this._dialogInput.css({position:"absolute",left:"0",top:"-100px"}),t.blockUI&&(t.unblockUI(),t("body").append(this.dpDiv))),this._inDialog=!1)},_tidyDialog:function(t){t.dpDiv.removeClass(this._dialogClass).off(".ui-datepicker-calendar")},_checkExternalClick:function(e){if(t.datepicker._curInst){var i=t(e.target),s=t.datepicker._getInst(i[0]);(i[0].id!==t.datepicker._mainDivId&&0===i.parents("#"+t.datepicker._mainDivId).length&&!i.hasClass(t.datepicker.markerClassName)&&!i.closest("."+t.datepicker._triggerClass).length&&t.datepicker._datepickerShowing&&(!t.datepicker._inDialog||!t.blockUI)||i.hasClass(t.datepicker.markerClassName)&&t.datepicker._curInst!==s)&&t.datepicker._hideDatepicker()}},_adjustDate:function(e,i,s){var n=t(e),o=this._getInst(n[0]);this._isDisabledDatepicker(n[0])||(this._adjustInstDate(o,i+("M"===s?this._get(o,"showCurrentAtPos"):0),s),this._updateDatepicker(o))},_gotoToday:function(e){var i,s=t(e),n=this._getInst(s[0]);this._get(n,"gotoCurrent")&&n.currentDay?(n.selectedDay=n.currentDay,n.drawMonth=n.selectedMonth=n.currentMonth,n.drawYear=n.selectedYear=n.currentYear):(i=new Date,n.selectedDay=i.getDate(),n.drawMonth=n.selectedMonth=i.getMonth(),n.drawYear=n.selectedYear=i.getFullYear()),this._notifyChange(n),this._adjustDate(s)},_selectMonthYear:function(e,i,s){var n=t(e),o=this._getInst(n[0]);o["selected"+("M"===s?"Month":"Year")]=o["draw"+("M"===s?"Month":"Year")]=parseInt(i.options[i.selectedIndex].value,10),this._notifyChange(o),this._adjustDate(n)},_selectDay:function(e,i,s,n){var o,a=t(e);t(n).hasClass(this._unselectableClass)||this._isDisabledDatepicker(a[0])||(o=this._getInst(a[0]),o.selectedDay=o.currentDay=t("a",n).html(),o.selectedMonth=o.currentMonth=i,o.selectedYear=o.currentYear=s,this._selectDate(e,this._formatDate(o,o.currentDay,o.currentMonth,o.currentYear)))},_clearDate:function(e){var i=t(e);this._selectDate(i,"")},_selectDate:function(e,i){var s,n=t(e),o=this._getInst(n[0]);i=null!=i?i:this._formatDate(o),o.input&&o.input.val(i),this._updateAlternate(o),s=this._get(o,"onSelect"),s?s.apply(o.input?o.input[0]:null,[i,o]):o.input&&o.input.trigger("change"),o.inline?this._updateDatepicker(o):(this._hideDatepicker(),this._lastInput=o.input[0],"object"!=typeof o.input[0]&&o.input.trigger("focus"),this._lastInput=null)},_updateAlternate:function(e){var i,s,n,o=this._get(e,"altField");o&&(i=this._get(e,"altFormat")||this._get(e,"dateFormat"),s=this._getDate(e),n=this.formatDate(i,s,this._getFormatConfig(e)),t(o).val(n))},noWeekends:function(t){var e=t.getDay();return[e>0&&6>e,""]},iso8601Week:function(t){var e,i=new Date(t.getTime());return i.setDate(i.getDate()+4-(i.getDay()||7)),e=i.getTime(),i.setMonth(0),i.setDate(1),Math.floor(Math.round((e-i)/864e5)/7)+1},parseDate:function(e,i,s){if(null==e||null==i)throw"Invalid arguments";if(i="object"==typeof i?""+i:i+"",""===i)return null;var n,o,a,r,h=0,l=(s?s.shortYearCutoff:null)||this._defaults.shortYearCutoff,c="string"!=typeof l?l:(new Date).getFullYear()%100+parseInt(l,10),u=(s?s.dayNamesShort:null)||this._defaults.dayNamesShort,d=(s?s.dayNames:null)||this._defaults.dayNames,p=(s?s.monthNamesShort:null)||this._defaults.monthNamesShort,f=(s?s.monthNames:null)||this._defaults.monthNames,g=-1,m=-1,_=-1,v=-1,b=!1,y=function(t){var i=e.length>n+1&&e.charAt(n+1)===t;return i&&n++,i},w=function(t){var e=y(t),s="@"===t?14:"!"===t?20:"y"===t&&e?4:"o"===t?3:2,n="y"===t?s:1,o=RegExp("^\\d{"+n+","+s+"}"),a=i.substring(h).match(o);if(!a)throw"Missing number at position "+h;return h+=a[0].length,parseInt(a[0],10)},k=function(e,s,n){var o=-1,a=t.map(y(e)?n:s,function(t,e){return[[e,t]]}).sort(function(t,e){return-(t[1].length-e[1].length)});if(t.each(a,function(t,e){var s=e[1];return i.substr(h,s.length).toLowerCase()===s.toLowerCase()?(o=e[0],h+=s.length,!1):void 0}),-1!==o)return o+1;throw"Unknown name at position "+h},x=function(){if(i.charAt(h)!==e.charAt(n))throw"Unexpected literal at position "+h;h++};for(n=0;e.length>n;n++)if(b)"'"!==e.charAt(n)||y("'")?x():b=!1;else switch(e.charAt(n)){case"d":_=w("d");break;case"D":k("D",u,d);break;case"o":v=w("o");break;case"m":m=w("m");break;case"M":m=k("M",p,f);break;case"y":g=w("y");break;case"@":r=new Date(w("@")),g=r.getFullYear(),m=r.getMonth()+1,_=r.getDate();break;case"!":r=new Date((w("!")-this._ticksTo1970)/1e4),g=r.getFullYear(),m=r.getMonth()+1,_=r.getDate();break;case"'":y("'")?x():b=!0;break;default:x()}if(i.length>h&&(a=i.substr(h),!/^\s+/.test(a)))throw"Extra/unparsed characters found in date: "+a;if(-1===g?g=(new Date).getFullYear():100>g&&(g+=(new Date).getFullYear()-(new Date).getFullYear()%100+(c>=g?0:-100)),v>-1)for(m=1,_=v;;){if(o=this._getDaysInMonth(g,m-1),o>=_)break;m++,_-=o}if(r=this._daylightSavingAdjust(new Date(g,m-1,_)),r.getFullYear()!==g||r.getMonth()+1!==m||r.getDate()!==_)throw"Invalid date";return r},ATOM:"yy-mm-dd",COOKIE:"D, dd M yy",ISO_8601:"yy-mm-dd",RFC_822:"D, d M y",RFC_850:"DD, dd-M-y",RFC_1036:"D, d M y",RFC_1123:"D, d M yy",RFC_2822:"D, d M yy",RSS:"D, d M y",TICKS:"!",TIMESTAMP:"@",W3C:"yy-mm-dd",_ticksTo1970:1e7*60*60*24*(718685+Math.floor(492.5)-Math.floor(19.7)+Math.floor(4.925)),formatDate:function(t,e,i){if(!e)return"";var s,n=(i?i.dayNamesShort:null)||this._defaults.dayNamesShort,o=(i?i.dayNames:null)||this._defaults.dayNames,a=(i?i.monthNamesShort:null)||this._defaults.monthNamesShort,r=(i?i.monthNames:null)||this._defaults.monthNames,h=function(e){var i=t.length>s+1&&t.charAt(s+1)===e;return i&&s++,i},l=function(t,e,i){var s=""+e;if(h(t))for(;i>s.length;)s="0"+s;return s},c=function(t,e,i,s){return h(t)?s[e]:i[e]},u="",d=!1;if(e)for(s=0;t.length>s;s++)if(d)"'"!==t.charAt(s)||h("'")?u+=t.charAt(s):d=!1;else switch(t.charAt(s)){case"d":u+=l("d",e.getDate(),2);break;case"D":u+=c("D",e.getDay(),n,o);break;case"o":u+=l("o",Math.round((new Date(e.getFullYear(),e.getMonth(),e.getDate()).getTime()-new Date(e.getFullYear(),0,0).getTime())/864e5),3);break;case"m":u+=l("m",e.getMonth()+1,2);break;case"M":u+=c("M",e.getMonth(),a,r);break;case"y":u+=h("y")?e.getFullYear():(10>e.getFullYear()%100?"0":"")+e.getFullYear()%100;break;case"@":u+=e.getTime();break;case"!":u+=1e4*e.getTime()+this._ticksTo1970;break;case"'":h("'")?u+="'":d=!0;break;default:u+=t.charAt(s)}return u},_possibleChars:function(t){var e,i="",s=!1,n=function(i){var s=t.length>e+1&&t.charAt(e+1)===i;return s&&e++,s};for(e=0;t.length>e;e++)if(s)"'"!==t.charAt(e)||n("'")?i+=t.charAt(e):s=!1;else switch(t.charAt(e)){case"d":case"m":case"y":case"@":i+="0123456789";break;case"D":case"M":return null;case"'":n("'")?i+="'":s=!0;break;default:i+=t.charAt(e)}return i},_get:function(t,e){return void 0!==t.settings[e]?t.settings[e]:this._defaults[e]},_setDateFromField:function(t,e){if(t.input.val()!==t.lastVal){var i=this._get(t,"dateFormat"),s=t.lastVal=t.input?t.input.val():null,n=this._getDefaultDate(t),o=n,a=this._getFormatConfig(t);try{o=this.parseDate(i,s,a)||n}catch(r){s=e?"":s}t.selectedDay=o.getDate(),t.drawMonth=t.selectedMonth=o.getMonth(),t.drawYear=t.selectedYear=o.getFullYear(),t.currentDay=s?o.getDate():0,t.currentMonth=s?o.getMonth():0,t.currentYear=s?o.getFullYear():0,this._adjustInstDate(t)}},_getDefaultDate:function(t){return this._restrictMinMax(t,this._determineDate(t,this._get(t,"defaultDate"),new Date))},_determineDate:function(e,i,s){var n=function(t){var e=new Date;return e.setDate(e.getDate()+t),e},o=function(i){try{return t.datepicker.parseDate(t.datepicker._get(e,"dateFormat"),i,t.datepicker._getFormatConfig(e))}catch(s){}for(var n=(i.toLowerCase().match(/^c/)?t.datepicker._getDate(e):null)||new Date,o=n.getFullYear(),a=n.getMonth(),r=n.getDate(),h=/([+\-]?[0-9]+)\s*(d|D|w|W|m|M|y|Y)?/g,l=h.exec(i);l;){switch(l[2]||"d"){case"d":case"D":r+=parseInt(l[1],10);break;case"w":case"W":r+=7*parseInt(l[1],10);break;case"m":case"M":a+=parseInt(l[1],10),r=Math.min(r,t.datepicker._getDaysInMonth(o,a));break;case"y":case"Y":o+=parseInt(l[1],10),r=Math.min(r,t.datepicker._getDaysInMonth(o,a))}l=h.exec(i)}return new Date(o,a,r)},a=null==i||""===i?s:"string"==typeof i?o(i):"number"==typeof i?isNaN(i)?s:n(i):new Date(i.getTime());return a=a&&"Invalid Date"==""+a?s:a,a&&(a.setHours(0),a.setMinutes(0),a.setSeconds(0),a.setMilliseconds(0)),this._daylightSavingAdjust(a)},_daylightSavingAdjust:function(t){return t?(t.setHours(t.getHours()>12?t.getHours()+2:0),t):null},_setDate:function(t,e,i){var s=!e,n=t.selectedMonth,o=t.selectedYear,a=this._restrictMinMax(t,this._determineDate(t,e,new Date));t.selectedDay=t.currentDay=a.getDate(),t.drawMonth=t.selectedMonth=t.currentMonth=a.getMonth(),t.drawYear=t.selectedYear=t.currentYear=a.getFullYear(),n===t.selectedMonth&&o===t.selectedYear||i||this._notifyChange(t),this._adjustInstDate(t),t.input&&t.input.val(s?"":this._formatDate(t))},_getDate:function(t){var e=!t.currentYear||t.input&&""===t.input.val()?null:this._daylightSavingAdjust(new Date(t.currentYear,t.currentMonth,t.currentDay));return e},_attachHandlers:function(e){var i=this._get(e,"stepMonths"),s="#"+e.id.replace(/\\\\/g,"\\");e.dpDiv.find("[data-handler]").map(function(){var e={prev:function(){t.datepicker._adjustDate(s,-i,"M")},next:function(){t.datepicker._adjustDate(s,+i,"M")},hide:function(){t.datepicker._hideDatepicker()},today:function(){t.datepicker._gotoToday(s)},selectDay:function(){return t.datepicker._selectDay(s,+this.getAttribute("data-month"),+this.getAttribute("data-year"),this),!1},selectMonth:function(){return t.datepicker._selectMonthYear(s,this,"M"),!1},selectYear:function(){return t.datepicker._selectMonthYear(s,this,"Y"),!1}};t(this).on(this.getAttribute("data-event"),e[this.getAttribute("data-handler")])})},_generateHTML:function(t){var e,i,s,n,o,a,r,h,l,c,u,d,p,f,g,m,_,v,b,y,w,k,x,C,D,I,T,P,M,S,H,z,O,A,N,W,E,F,L,R=new Date,B=this._daylightSavingAdjust(new Date(R.getFullYear(),R.getMonth(),R.getDate())),Y=this._get(t,"isRTL"),j=this._get(t,"showButtonPanel"),q=this._get(t,"hideIfNoPrevNext"),K=this._get(t,"navigationAsDateFormat"),U=this._getNumberOfMonths(t),V=this._get(t,"showCurrentAtPos"),$=this._get(t,"stepMonths"),X=1!==U[0]||1!==U[1],G=this._daylightSavingAdjust(t.currentDay?new Date(t.currentYear,t.currentMonth,t.currentDay):new Date(9999,9,9)),Q=this._getMinMaxDate(t,"min"),J=this._getMinMaxDate(t,"max"),Z=t.drawMonth-V,te=t.drawYear;if(0>Z&&(Z+=12,te--),J)for(e=this._daylightSavingAdjust(new Date(J.getFullYear(),J.getMonth()-U[0]*U[1]+1,J.getDate())),e=Q&&Q>e?Q:e;this._daylightSavingAdjust(new Date(te,Z,1))>e;)Z--,0>Z&&(Z=11,te--);for(t.drawMonth=Z,t.drawYear=te,i=this._get(t,"prevText"),i=K?this.formatDate(i,this._daylightSavingAdjust(new Date(te,Z-$,1)),this._getFormatConfig(t)):i,s=this._canAdjustMonth(t,-1,te,Z)?"<a class='ui-datepicker-prev ui-corner-all' data-handler='prev' data-event='click' title='"+i+"'><span class='ui-icon ui-icon-circle-triangle-"+(Y?"e":"w")+"'>"+i+"</span></a>":q?"":"<a class='ui-datepicker-prev ui-corner-all ui-state-disabled' title='"+i+"'><span class='ui-icon ui-icon-circle-triangle-"+(Y?"e":"w")+"'>"+i+"</span></a>",n=this._get(t,"nextText"),n=K?this.formatDate(n,this._daylightSavingAdjust(new Date(te,Z+$,1)),this._getFormatConfig(t)):n,o=this._canAdjustMonth(t,1,te,Z)?"<a class='ui-datepicker-next ui-corner-all' data-handler='next' data-event='click' title='"+n+"'><span class='ui-icon ui-icon-circle-triangle-"+(Y?"w":"e")+"'>"+n+"</span></a>":q?"":"<a class='ui-datepicker-next ui-corner-all ui-state-disabled' title='"+n+"'><span class='ui-icon ui-icon-circle-triangle-"+(Y?"w":"e")+"'>"+n+"</span></a>",a=this._get(t,"currentText"),r=this._get(t,"gotoCurrent")&&t.currentDay?G:B,a=K?this.formatDate(a,r,this._getFormatConfig(t)):a,h=t.inline?"":"<button type='button' class='ui-datepicker-close ui-state-default ui-priority-primary ui-corner-all' data-handler='hide' data-event='click'>"+this._get(t,"closeText")+"</button>",l=j?"<div class='ui-datepicker-buttonpane ui-widget-content'>"+(Y?h:"")+(this._isInRange(t,r)?"<button type='button' class='ui-datepicker-current ui-state-default ui-priority-secondary ui-corner-all' data-handler='today' data-event='click'>"+a+"</button>":"")+(Y?"":h)+"</div>":"",c=parseInt(this._get(t,"firstDay"),10),c=isNaN(c)?0:c,u=this._get(t,"showWeek"),d=this._get(t,"dayNames"),p=this._get(t,"dayNamesMin"),f=this._get(t,"monthNames"),g=this._get(t,"monthNamesShort"),m=this._get(t,"beforeShowDay"),_=this._get(t,"showOtherMonths"),v=this._get(t,"selectOtherMonths"),b=this._getDefaultDate(t),y="",k=0;U[0]>k;k++){for(x="",this.maxRows=4,C=0;U[1]>C;C++){if(D=this._daylightSavingAdjust(new Date(te,Z,t.selectedDay)),I=" ui-corner-all",T="",X){if(T+="<div class='ui-datepicker-group",U[1]>1)switch(C){case 0:T+=" ui-datepicker-group-first",I=" ui-corner-"+(Y?"right":"left");break;case U[1]-1:T+=" ui-datepicker-group-last",I=" ui-corner-"+(Y?"left":"right");break;default:T+=" ui-datepicker-group-middle",I=""}T+="'>"}for(T+="<div class='ui-datepicker-header ui-widget-header ui-helper-clearfix"+I+"'>"+(/all|left/.test(I)&&0===k?Y?o:s:"")+(/all|right/.test(I)&&0===k?Y?s:o:"")+this._generateMonthYearHeader(t,Z,te,Q,J,k>0||C>0,f,g)+"</div><table class='ui-datepicker-calendar'><thead>"+"<tr>",P=u?"<th class='ui-datepicker-week-col'>"+this._get(t,"weekHeader")+"</th>":"",w=0;7>w;w++)M=(w+c)%7,P+="<th scope='col'"+((w+c+6)%7>=5?" class='ui-datepicker-week-end'":"")+">"+"<span title='"+d[M]+"'>"+p[M]+"</span></th>";for(T+=P+"</tr></thead><tbody>",S=this._getDaysInMonth(te,Z),te===t.selectedYear&&Z===t.selectedMonth&&(t.selectedDay=Math.min(t.selectedDay,S)),H=(this._getFirstDayOfMonth(te,Z)-c+7)%7,z=Math.ceil((H+S)/7),O=X?this.maxRows>z?this.maxRows:z:z,this.maxRows=O,A=this._daylightSavingAdjust(new Date(te,Z,1-H)),N=0;O>N;N++){for(T+="<tr>",W=u?"<td class='ui-datepicker-week-col'>"+this._get(t,"calculateWeek")(A)+"</td>":"",w=0;7>w;w++)E=m?m.apply(t.input?t.input[0]:null,[A]):[!0,""],F=A.getMonth()!==Z,L=F&&!v||!E[0]||Q&&Q>A||J&&A>J,W+="<td class='"+((w+c+6)%7>=5?" ui-datepicker-week-end":"")+(F?" ui-datepicker-other-month":"")+(A.getTime()===D.getTime()&&Z===t.selectedMonth&&t._keyEvent||b.getTime()===A.getTime()&&b.getTime()===D.getTime()?" "+this._dayOverClass:"")+(L?" "+this._unselectableClass+" ui-state-disabled":"")+(F&&!_?"":" "+E[1]+(A.getTime()===G.getTime()?" "+this._currentClass:"")+(A.getTime()===B.getTime()?" ui-datepicker-today":""))+"'"+(F&&!_||!E[2]?"":" title='"+E[2].replace(/'/g,"&#39;")+"'")+(L?"":" data-handler='selectDay' data-event='click' data-month='"+A.getMonth()+"' data-year='"+A.getFullYear()+"'")+">"+(F&&!_?"&#xa0;":L?"<span class='ui-state-default'>"+A.getDate()+"</span>":"<a class='ui-state-default"+(A.getTime()===B.getTime()?" ui-state-highlight":"")+(A.getTime()===G.getTime()?" ui-state-active":"")+(F?" ui-priority-secondary":"")+"' href='#'>"+A.getDate()+"</a>")+"</td>",A.setDate(A.getDate()+1),A=this._daylightSavingAdjust(A);T+=W+"</tr>"}Z++,Z>11&&(Z=0,te++),T+="</tbody></table>"+(X?"</div>"+(U[0]>0&&C===U[1]-1?"<div class='ui-datepicker-row-break'></div>":""):""),x+=T}y+=x}return y+=l,t._keyEvent=!1,y},_generateMonthYearHeader:function(t,e,i,s,n,o,a,r){var h,l,c,u,d,p,f,g,m=this._get(t,"changeMonth"),_=this._get(t,"changeYear"),v=this._get(t,"showMonthAfterYear"),b="<div class='ui-datepicker-title'>",y="";if(o||!m)y+="<span class='ui-datepicker-month'>"+a[e]+"</span>";else{for(h=s&&s.getFullYear()===i,l=n&&n.getFullYear()===i,y+="<select class='ui-datepicker-month' data-handler='selectMonth' data-event='change'>",c=0;12>c;c++)(!h||c>=s.getMonth())&&(!l||n.getMonth()>=c)&&(y+="<option value='"+c+"'"+(c===e?" selected='selected'":"")+">"+r[c]+"</option>");y+="</select>"}if(v||(b+=y+(!o&&m&&_?"":"&#xa0;")),!t.yearshtml)if(t.yearshtml="",o||!_)b+="<span class='ui-datepicker-year'>"+i+"</span>";else{for(u=this._get(t,"yearRange").split(":"),d=(new Date).getFullYear(),p=function(t){var e=t.match(/c[+\-].*/)?i+parseInt(t.substring(1),10):t.match(/[+\-].*/)?d+parseInt(t,10):parseInt(t,10);return isNaN(e)?d:e},f=p(u[0]),g=Math.max(f,p(u[1]||"")),f=s?Math.max(f,s.getFullYear()):f,g=n?Math.min(g,n.getFullYear()):g,t.yearshtml+="<select class='ui-datepicker-year' data-handler='selectYear' data-event='change'>";g>=f;f++)t.yearshtml+="<option value='"+f+"'"+(f===i?" selected='selected'":"")+">"+f+"</option>";t.yearshtml+="</select>",b+=t.yearshtml,t.yearshtml=null}return b+=this._get(t,"yearSuffix"),v&&(b+=(!o&&m&&_?"":"&#xa0;")+y),b+="</div>"},_adjustInstDate:function(t,e,i){var s=t.selectedYear+("Y"===i?e:0),n=t.selectedMonth+("M"===i?e:0),o=Math.min(t.selectedDay,this._getDaysInMonth(s,n))+("D"===i?e:0),a=this._restrictMinMax(t,this._daylightSavingAdjust(new Date(s,n,o)));t.selectedDay=a.getDate(),t.drawMonth=t.selectedMonth=a.getMonth(),t.drawYear=t.selectedYear=a.getFullYear(),("M"===i||"Y"===i)&&this._notifyChange(t)},_restrictMinMax:function(t,e){var i=this._getMinMaxDate(t,"min"),s=this._getMinMaxDate(t,"max"),n=i&&i>e?i:e;return s&&n>s?s:n},_notifyChange:function(t){var e=this._get(t,"onChangeMonthYear");e&&e.apply(t.input?t.input[0]:null,[t.selectedYear,t.selectedMonth+1,t])},_getNumberOfMonths:function(t){var e=this._get(t,"numberOfMonths");return null==e?[1,1]:"number"==typeof e?[1,e]:e},_getMinMaxDate:function(t,e){return this._determineDate(t,this._get(t,e+"Date"),null)},_getDaysInMonth:function(t,e){return 32-this._daylightSavingAdjust(new Date(t,e,32)).getDate()},_getFirstDayOfMonth:function(t,e){return new Date(t,e,1).getDay()},_canAdjustMonth:function(t,e,i,s){var n=this._getNumberOfMonths(t),o=this._daylightSavingAdjust(new Date(i,s+(0>e?e:n[0]*n[1]),1));return 0>e&&o.setDate(this._getDaysInMonth(o.getFullYear(),o.getMonth())),this._isInRange(t,o)},_isInRange:function(t,e){var i,s,n=this._getMinMaxDate(t,"min"),o=this._getMinMaxDate(t,"max"),a=null,r=null,h=this._get(t,"yearRange");return h&&(i=h.split(":"),s=(new Date).getFullYear(),a=parseInt(i[0],10),r=parseInt(i[1],10),i[0].match(/[+\-].*/)&&(a+=s),i[1].match(/[+\-].*/)&&(r+=s)),(!n||e.getTime()>=n.getTime())&&(!o||e.getTime()<=o.getTime())&&(!a||e.getFullYear()>=a)&&(!r||r>=e.getFullYear())},_getFormatConfig:function(t){var e=this._get(t,"shortYearCutoff");return e="string"!=typeof e?e:(new Date).getFullYear()%100+parseInt(e,10),{shortYearCutoff:e,dayNamesShort:this._get(t,"dayNamesShort"),dayNames:this._get(t,"dayNames"),monthNamesShort:this._get(t,"monthNamesShort"),monthNames:this._get(t,"monthNames")}},_formatDate:function(t,e,i,s){e||(t.currentDay=t.selectedDay,t.currentMonth=t.selectedMonth,t.currentYear=t.selectedYear);var n=e?"object"==typeof e?e:this._daylightSavingAdjust(new Date(s,i,e)):this._daylightSavingAdjust(new Date(t.currentYear,t.currentMonth,t.currentDay));return this.formatDate(this._get(t,"dateFormat"),n,this._getFormatConfig(t))}}),t.fn.datepicker=function(e){if(!this.length)return this;t.datepicker.initialized||(t(document).on("mousedown",t.datepicker._checkExternalClick),t.datepicker.initialized=!0),0===t("#"+t.datepicker._mainDivId).length&&t("body").append(t.datepicker.dpDiv);var i=Array.prototype.slice.call(arguments,1);return"string"!=typeof e||"isDisabled"!==e&&"getDate"!==e&&"widget"!==e?"option"===e&&2===arguments.length&&"string"==typeof arguments[1]?t.datepicker["_"+e+"Datepicker"].apply(t.datepicker,[this[0]].concat(i)):this.each(function(){"string"==typeof e?t.datepicker["_"+e+"Datepicker"].apply(t.datepicker,[this].concat(i)):t.datepicker._attachDatepicker(this,e)}):t.datepicker["_"+e+"Datepicker"].apply(t.datepicker,[this[0]].concat(i))},t.datepicker=new s,t.datepicker.initialized=!1,t.datepicker.uuid=(new Date).getTime(),t.datepicker.version="1.12.1",t.datepicker,t.ui.ie=!!/msie [\w.]+/.exec(navigator.userAgent.toLowerCase());var _=!1;t(document).on("mouseup",function(){_=!1}),t.widget("ui.mouse",{version:"1.12.1",options:{cancel:"input, textarea, button, select, option",distance:1,delay:0},_mouseInit:function(){var e=this;this.element.on("mousedown."+this.widgetName,function(t){return e._mouseDown(t)}).on("click."+this.widgetName,function(i){return!0===t.data(i.target,e.widgetName+".preventClickEvent")?(t.removeData(i.target,e.widgetName+".preventClickEvent"),i.stopImmediatePropagation(),!1):void 0}),this.started=!1},_mouseDestroy:function(){this.element.off("."+this.widgetName),this._mouseMoveDelegate&&this.document.off("mousemove."+this.widgetName,this._mouseMoveDelegate).off("mouseup."+this.widgetName,this._mouseUpDelegate)},_mouseDown:function(e){if(!_){this._mouseMoved=!1,this._mouseStarted&&this._mouseUp(e),this._mouseDownEvent=e;var i=this,s=1===e.which,n="string"==typeof this.options.cancel&&e.target.nodeName?t(e.target).closest(this.options.cancel).length:!1;return s&&!n&&this._mouseCapture(e)?(this.mouseDelayMet=!this.options.delay,this.mouseDelayMet||(this._mouseDelayTimer=setTimeout(function(){i.mouseDelayMet=!0},this.options.delay)),this._mouseDistanceMet(e)&&this._mouseDelayMet(e)&&(this._mouseStarted=this._mouseStart(e)!==!1,!this._mouseStarted)?(e.preventDefault(),!0):(!0===t.data(e.target,this.widgetName+".preventClickEvent")&&t.removeData(e.target,this.widgetName+".preventClickEvent"),this._mouseMoveDelegate=function(t){return i._mouseMove(t)},this._mouseUpDelegate=function(t){return i._mouseUp(t)},this.document.on("mousemove."+this.widgetName,this._mouseMoveDelegate).on("mouseup."+this.widgetName,this._mouseUpDelegate),e.preventDefault(),_=!0,!0)):!0}},_mouseMove:function(e){if(this._mouseMoved){if(t.ui.ie&&(!document.documentMode||9>document.documentMode)&&!e.button)return this._mouseUp(e);if(!e.which)if(e.originalEvent.altKey||e.originalEvent.ctrlKey||e.originalEvent.metaKey||e.originalEvent.shiftKey)this.ignoreMissingWhich=!0;else if(!this.ignoreMissingWhich)return this._mouseUp(e)}return(e.which||e.button)&&(this._mouseMoved=!0),this._mouseStarted?(this._mouseDrag(e),e.preventDefault()):(this._mouseDistanceMet(e)&&this._mouseDelayMet(e)&&(this._mouseStarted=this._mouseStart(this._mouseDownEvent,e)!==!1,this._mouseStarted?this._mouseDrag(e):this._mouseUp(e)),!this._mouseStarted)},_mouseUp:function(e){this.document.off("mousemove."+this.widgetName,this._mouseMoveDelegate).off("mouseup."+this.widgetName,this._mouseUpDelegate),this._mouseStarted&&(this._mouseStarted=!1,e.target===this._mouseDownEvent.target&&t.data(e.target,this.widgetName+".preventClickEvent",!0),this._mouseStop(e)),this._mouseDelayTimer&&(clearTimeout(this._mouseDelayTimer),delete this._mouseDelayTimer),this.ignoreMissingWhich=!1,_=!1,e.preventDefault()},_mouseDistanceMet:function(t){return Math.max(Math.abs(this._mouseDownEvent.pageX-t.pageX),Math.abs(this._mouseDownEvent.pageY-t.pageY))>=this.options.distance},_mouseDelayMet:function(){return this.mouseDelayMet},_mouseStart:function(){},_mouseDrag:function(){},_mouseStop:function(){},_mouseCapture:function(){return!0}}),t.ui.plugin={add:function(e,i,s){var n,o=t.ui[e].prototype;for(n in s)o.plugins[n]=o.plugins[n]||[],o.plugins[n].push([i,s[n]])},call:function(t,e,i,s){var n,o=t.plugins[e];if(o&&(s||t.element[0].parentNode&&11!==t.element[0].parentNode.nodeType))for(n=0;o.length>n;n++)t.options[o[n][0]]&&o[n][1].apply(t.element,i)}},t.ui.safeBlur=function(e){e&&"body"!==e.nodeName.toLowerCase()&&t(e).trigger("blur")},t.widget("ui.draggable",t.ui.mouse,{version:"1.12.1",widgetEventPrefix:"drag",options:{addClasses:!0,appendTo:"parent",axis:!1,connectToSortable:!1,containment:!1,cursor:"auto",cursorAt:!1,grid:!1,handle:!1,helper:"original",iframeFix:!1,opacity:!1,refreshPositions:!1,revert:!1,revertDuration:500,scope:"default",scroll:!0,scrollSensitivity:20,scrollSpeed:20,snap:!1,snapMode:"both",snapTolerance:20,stack:!1,zIndex:!1,drag:null,start:null,stop:null},_create:function(){"original"===this.options.helper&&this._setPositionRelative(),this.options.addClasses&&this._addClass("ui-draggable"),this._setHandleClassName(),this._mouseInit()},_setOption:function(t,e){this._super(t,e),"handle"===t&&(this._removeHandleClassName(),this._setHandleClassName())},_destroy:function(){return(this.helper||this.element).is(".ui-draggable-dragging")?(this.destroyOnClear=!0,void 0):(this._removeHandleClassName(),this._mouseDestroy(),void 0)},_mouseCapture:function(e){var i=this.options;return this.helper||i.disabled||t(e.target).closest(".ui-resizable-handle").length>0?!1:(this.handle=this._getHandle(e),this.handle?(this._blurActiveElement(e),this._blockFrames(i.iframeFix===!0?"iframe":i.iframeFix),!0):!1)},_blockFrames:function(e){this.iframeBlocks=this.document.find(e).map(function(){var e=t(this);return t("<div>").css("position","absolute").appendTo(e.parent()).outerWidth(e.outerWidth()).outerHeight(e.outerHeight()).offset(e.offset())[0]})},_unblockFrames:function(){this.iframeBlocks&&(this.iframeBlocks.remove(),delete this.iframeBlocks)},_blurActiveElement:function(e){var i=t.ui.safeActiveElement(this.document[0]),s=t(e.target);s.closest(i).length||t.ui.safeBlur(i)},_mouseStart:function(e){var i=this.options;return this.helper=this._createHelper(e),this._addClass(this.helper,"ui-draggable-dragging"),this._cacheHelperProportions(),t.ui.ddmanager&&(t.ui.ddmanager.current=this),this._cacheMargins(),this.cssPosition=this.helper.css("position"),this.scrollParent=this.helper.scrollParent(!0),this.offsetParent=this.helper.offsetParent(),this.hasFixedAncestor=this.helper.parents().filter(function(){return"fixed"===t(this).css("position")}).length>0,this.positionAbs=this.element.offset(),this._refreshOffsets(e),this.originalPosition=this.position=this._generatePosition(e,!1),this.originalPageX=e.pageX,this.originalPageY=e.pageY,i.cursorAt&&this._adjustOffsetFromHelper(i.cursorAt),this._setContainment(),this._trigger("start",e)===!1?(this._clear(),!1):(this._cacheHelperProportions(),t.ui.ddmanager&&!i.dropBehaviour&&t.ui.ddmanager.prepareOffsets(this,e),this._mouseDrag(e,!0),t.ui.ddmanager&&t.ui.ddmanager.dragStart(this,e),!0)},_refreshOffsets:function(t){this.offset={top:this.positionAbs.top-this.margins.top,left:this.positionAbs.left-this.margins.left,scroll:!1,parent:this._getParentOffset(),relative:this._getRelativeOffset()},this.offset.click={left:t.pageX-this.offset.left,top:t.pageY-this.offset.top}},_mouseDrag:function(e,i){if(this.hasFixedAncestor&&(this.offset.parent=this._getParentOffset()),this.position=this._generatePosition(e,!0),this.positionAbs=this._convertPositionTo("absolute"),!i){var s=this._uiHash();if(this._trigger("drag",e,s)===!1)return this._mouseUp(new t.Event("mouseup",e)),!1;this.position=s.position}return this.helper[0].style.left=this.position.left+"px",this.helper[0].style.top=this.position.top+"px",t.ui.ddmanager&&t.ui.ddmanager.drag(this,e),!1},_mouseStop:function(e){var i=this,s=!1;return t.ui.ddmanager&&!this.options.dropBehaviour&&(s=t.ui.ddmanager.drop(this,e)),this.dropped&&(s=this.dropped,this.dropped=!1),"invalid"===this.options.revert&&!s||"valid"===this.options.revert&&s||this.options.revert===!0||t.isFunction(this.options.revert)&&this.options.revert.call(this.element,s)?t(this.helper).animate(this.originalPosition,parseInt(this.options.revertDuration,10),function(){i._trigger("stop",e)!==!1&&i._clear()}):this._trigger("stop",e)!==!1&&this._clear(),!1},_mouseUp:function(e){return this._unblockFrames(),t.ui.ddmanager&&t.ui.ddmanager.dragStop(this,e),this.handleElement.is(e.target)&&this.element.trigger("focus"),t.ui.mouse.prototype._mouseUp.call(this,e)},cancel:function(){return this.helper.is(".ui-draggable-dragging")?this._mouseUp(new t.Event("mouseup",{target:this.element[0]})):this._clear(),this},_getHandle:function(e){return this.options.handle?!!t(e.target).closest(this.element.find(this.options.handle)).length:!0},_setHandleClassName:function(){this.handleElement=this.options.handle?this.element.find(this.options.handle):this.element,this._addClass(this.handleElement,"ui-draggable-handle")},_removeHandleClassName:function(){this._removeClass(this.handleElement,"ui-draggable-handle")},_createHelper:function(e){var i=this.options,s=t.isFunction(i.helper),n=s?t(i.helper.apply(this.element[0],[e])):"clone"===i.helper?this.element.clone().removeAttr("id"):this.element;return n.parents("body").length||n.appendTo("parent"===i.appendTo?this.element[0].parentNode:i.appendTo),s&&n[0]===this.element[0]&&this._setPositionRelative(),n[0]===this.element[0]||/(fixed|absolute)/.test(n.css("position"))||n.css("position","absolute"),n},_setPositionRelative:function(){/^(?:r|a|f)/.test(this.element.css("position"))||(this.element[0].style.position="relative")},_adjustOffsetFromHelper:function(e){"string"==typeof e&&(e=e.split(" ")),t.isArray(e)&&(e={left:+e[0],top:+e[1]||0}),"left"in e&&(this.offset.click.left=e.left+this.margins.left),"right"in e&&(this.offset.click.left=this.helperProportions.width-e.right+this.margins.left),"top"in e&&(this.offset.click.top=e.top+this.margins.top),"bottom"in e&&(this.offset.click.top=this.helperProportions.height-e.bottom+this.margins.top)},_isRootNode:function(t){return/(html|body)/i.test(t.tagName)||t===this.document[0]},_getParentOffset:function(){var e=this.offsetParent.offset(),i=this.document[0];return"absolute"===this.cssPosition&&this.scrollParent[0]!==i&&t.contains(this.scrollParent[0],this.offsetParent[0])&&(e.left+=this.scrollParent.scrollLeft(),e.top+=this.scrollParent.scrollTop()),this._isRootNode(this.offsetParent[0])&&(e={top:0,left:0}),{top:e.top+(parseInt(this.offsetParent.css("borderTopWidth"),10)||0),left:e.left+(parseInt(this.offsetParent.css("borderLeftWidth"),10)||0)}},_getRelativeOffset:function(){if("relative"!==this.cssPosition)return{top:0,left:0};var t=this.element.position(),e=this._isRootNode(this.scrollParent[0]);return{top:t.top-(parseInt(this.helper.css("top"),10)||0)+(e?0:this.scrollParent.scrollTop()),left:t.left-(parseInt(this.helper.css("left"),10)||0)+(e?0:this.scrollParent.scrollLeft())} -},_cacheMargins:function(){this.margins={left:parseInt(this.element.css("marginLeft"),10)||0,top:parseInt(this.element.css("marginTop"),10)||0,right:parseInt(this.element.css("marginRight"),10)||0,bottom:parseInt(this.element.css("marginBottom"),10)||0}},_cacheHelperProportions:function(){this.helperProportions={width:this.helper.outerWidth(),height:this.helper.outerHeight()}},_setContainment:function(){var e,i,s,n=this.options,o=this.document[0];return this.relativeContainer=null,n.containment?"window"===n.containment?(this.containment=[t(window).scrollLeft()-this.offset.relative.left-this.offset.parent.left,t(window).scrollTop()-this.offset.relative.top-this.offset.parent.top,t(window).scrollLeft()+t(window).width()-this.helperProportions.width-this.margins.left,t(window).scrollTop()+(t(window).height()||o.body.parentNode.scrollHeight)-this.helperProportions.height-this.margins.top],void 0):"document"===n.containment?(this.containment=[0,0,t(o).width()-this.helperProportions.width-this.margins.left,(t(o).height()||o.body.parentNode.scrollHeight)-this.helperProportions.height-this.margins.top],void 0):n.containment.constructor===Array?(this.containment=n.containment,void 0):("parent"===n.containment&&(n.containment=this.helper[0].parentNode),i=t(n.containment),s=i[0],s&&(e=/(scroll|auto)/.test(i.css("overflow")),this.containment=[(parseInt(i.css("borderLeftWidth"),10)||0)+(parseInt(i.css("paddingLeft"),10)||0),(parseInt(i.css("borderTopWidth"),10)||0)+(parseInt(i.css("paddingTop"),10)||0),(e?Math.max(s.scrollWidth,s.offsetWidth):s.offsetWidth)-(parseInt(i.css("borderRightWidth"),10)||0)-(parseInt(i.css("paddingRight"),10)||0)-this.helperProportions.width-this.margins.left-this.margins.right,(e?Math.max(s.scrollHeight,s.offsetHeight):s.offsetHeight)-(parseInt(i.css("borderBottomWidth"),10)||0)-(parseInt(i.css("paddingBottom"),10)||0)-this.helperProportions.height-this.margins.top-this.margins.bottom],this.relativeContainer=i),void 0):(this.containment=null,void 0)},_convertPositionTo:function(t,e){e||(e=this.position);var i="absolute"===t?1:-1,s=this._isRootNode(this.scrollParent[0]);return{top:e.top+this.offset.relative.top*i+this.offset.parent.top*i-("fixed"===this.cssPosition?-this.offset.scroll.top:s?0:this.offset.scroll.top)*i,left:e.left+this.offset.relative.left*i+this.offset.parent.left*i-("fixed"===this.cssPosition?-this.offset.scroll.left:s?0:this.offset.scroll.left)*i}},_generatePosition:function(t,e){var i,s,n,o,a=this.options,r=this._isRootNode(this.scrollParent[0]),h=t.pageX,l=t.pageY;return r&&this.offset.scroll||(this.offset.scroll={top:this.scrollParent.scrollTop(),left:this.scrollParent.scrollLeft()}),e&&(this.containment&&(this.relativeContainer?(s=this.relativeContainer.offset(),i=[this.containment[0]+s.left,this.containment[1]+s.top,this.containment[2]+s.left,this.containment[3]+s.top]):i=this.containment,t.pageX-this.offset.click.left<i[0]&&(h=i[0]+this.offset.click.left),t.pageY-this.offset.click.top<i[1]&&(l=i[1]+this.offset.click.top),t.pageX-this.offset.click.left>i[2]&&(h=i[2]+this.offset.click.left),t.pageY-this.offset.click.top>i[3]&&(l=i[3]+this.offset.click.top)),a.grid&&(n=a.grid[1]?this.originalPageY+Math.round((l-this.originalPageY)/a.grid[1])*a.grid[1]:this.originalPageY,l=i?n-this.offset.click.top>=i[1]||n-this.offset.click.top>i[3]?n:n-this.offset.click.top>=i[1]?n-a.grid[1]:n+a.grid[1]:n,o=a.grid[0]?this.originalPageX+Math.round((h-this.originalPageX)/a.grid[0])*a.grid[0]:this.originalPageX,h=i?o-this.offset.click.left>=i[0]||o-this.offset.click.left>i[2]?o:o-this.offset.click.left>=i[0]?o-a.grid[0]:o+a.grid[0]:o),"y"===a.axis&&(h=this.originalPageX),"x"===a.axis&&(l=this.originalPageY)),{top:l-this.offset.click.top-this.offset.relative.top-this.offset.parent.top+("fixed"===this.cssPosition?-this.offset.scroll.top:r?0:this.offset.scroll.top),left:h-this.offset.click.left-this.offset.relative.left-this.offset.parent.left+("fixed"===this.cssPosition?-this.offset.scroll.left:r?0:this.offset.scroll.left)}},_clear:function(){this._removeClass(this.helper,"ui-draggable-dragging"),this.helper[0]===this.element[0]||this.cancelHelperRemoval||this.helper.remove(),this.helper=null,this.cancelHelperRemoval=!1,this.destroyOnClear&&this.destroy()},_trigger:function(e,i,s){return s=s||this._uiHash(),t.ui.plugin.call(this,e,[i,s,this],!0),/^(drag|start|stop)/.test(e)&&(this.positionAbs=this._convertPositionTo("absolute"),s.offset=this.positionAbs),t.Widget.prototype._trigger.call(this,e,i,s)},plugins:{},_uiHash:function(){return{helper:this.helper,position:this.position,originalPosition:this.originalPosition,offset:this.positionAbs}}}),t.ui.plugin.add("draggable","connectToSortable",{start:function(e,i,s){var n=t.extend({},i,{item:s.element});s.sortables=[],t(s.options.connectToSortable).each(function(){var i=t(this).sortable("instance");i&&!i.options.disabled&&(s.sortables.push(i),i.refreshPositions(),i._trigger("activate",e,n))})},stop:function(e,i,s){var n=t.extend({},i,{item:s.element});s.cancelHelperRemoval=!1,t.each(s.sortables,function(){var t=this;t.isOver?(t.isOver=0,s.cancelHelperRemoval=!0,t.cancelHelperRemoval=!1,t._storedCSS={position:t.placeholder.css("position"),top:t.placeholder.css("top"),left:t.placeholder.css("left")},t._mouseStop(e),t.options.helper=t.options._helper):(t.cancelHelperRemoval=!0,t._trigger("deactivate",e,n))})},drag:function(e,i,s){t.each(s.sortables,function(){var n=!1,o=this;o.positionAbs=s.positionAbs,o.helperProportions=s.helperProportions,o.offset.click=s.offset.click,o._intersectsWith(o.containerCache)&&(n=!0,t.each(s.sortables,function(){return this.positionAbs=s.positionAbs,this.helperProportions=s.helperProportions,this.offset.click=s.offset.click,this!==o&&this._intersectsWith(this.containerCache)&&t.contains(o.element[0],this.element[0])&&(n=!1),n})),n?(o.isOver||(o.isOver=1,s._parent=i.helper.parent(),o.currentItem=i.helper.appendTo(o.element).data("ui-sortable-item",!0),o.options._helper=o.options.helper,o.options.helper=function(){return i.helper[0]},e.target=o.currentItem[0],o._mouseCapture(e,!0),o._mouseStart(e,!0,!0),o.offset.click.top=s.offset.click.top,o.offset.click.left=s.offset.click.left,o.offset.parent.left-=s.offset.parent.left-o.offset.parent.left,o.offset.parent.top-=s.offset.parent.top-o.offset.parent.top,s._trigger("toSortable",e),s.dropped=o.element,t.each(s.sortables,function(){this.refreshPositions()}),s.currentItem=s.element,o.fromOutside=s),o.currentItem&&(o._mouseDrag(e),i.position=o.position)):o.isOver&&(o.isOver=0,o.cancelHelperRemoval=!0,o.options._revert=o.options.revert,o.options.revert=!1,o._trigger("out",e,o._uiHash(o)),o._mouseStop(e,!0),o.options.revert=o.options._revert,o.options.helper=o.options._helper,o.placeholder&&o.placeholder.remove(),i.helper.appendTo(s._parent),s._refreshOffsets(e),i.position=s._generatePosition(e,!0),s._trigger("fromSortable",e),s.dropped=!1,t.each(s.sortables,function(){this.refreshPositions()}))})}}),t.ui.plugin.add("draggable","cursor",{start:function(e,i,s){var n=t("body"),o=s.options;n.css("cursor")&&(o._cursor=n.css("cursor")),n.css("cursor",o.cursor)},stop:function(e,i,s){var n=s.options;n._cursor&&t("body").css("cursor",n._cursor)}}),t.ui.plugin.add("draggable","opacity",{start:function(e,i,s){var n=t(i.helper),o=s.options;n.css("opacity")&&(o._opacity=n.css("opacity")),n.css("opacity",o.opacity)},stop:function(e,i,s){var n=s.options;n._opacity&&t(i.helper).css("opacity",n._opacity)}}),t.ui.plugin.add("draggable","scroll",{start:function(t,e,i){i.scrollParentNotHidden||(i.scrollParentNotHidden=i.helper.scrollParent(!1)),i.scrollParentNotHidden[0]!==i.document[0]&&"HTML"!==i.scrollParentNotHidden[0].tagName&&(i.overflowOffset=i.scrollParentNotHidden.offset())},drag:function(e,i,s){var n=s.options,o=!1,a=s.scrollParentNotHidden[0],r=s.document[0];a!==r&&"HTML"!==a.tagName?(n.axis&&"x"===n.axis||(s.overflowOffset.top+a.offsetHeight-e.pageY<n.scrollSensitivity?a.scrollTop=o=a.scrollTop+n.scrollSpeed:e.pageY-s.overflowOffset.top<n.scrollSensitivity&&(a.scrollTop=o=a.scrollTop-n.scrollSpeed)),n.axis&&"y"===n.axis||(s.overflowOffset.left+a.offsetWidth-e.pageX<n.scrollSensitivity?a.scrollLeft=o=a.scrollLeft+n.scrollSpeed:e.pageX-s.overflowOffset.left<n.scrollSensitivity&&(a.scrollLeft=o=a.scrollLeft-n.scrollSpeed))):(n.axis&&"x"===n.axis||(e.pageY-t(r).scrollTop()<n.scrollSensitivity?o=t(r).scrollTop(t(r).scrollTop()-n.scrollSpeed):t(window).height()-(e.pageY-t(r).scrollTop())<n.scrollSensitivity&&(o=t(r).scrollTop(t(r).scrollTop()+n.scrollSpeed))),n.axis&&"y"===n.axis||(e.pageX-t(r).scrollLeft()<n.scrollSensitivity?o=t(r).scrollLeft(t(r).scrollLeft()-n.scrollSpeed):t(window).width()-(e.pageX-t(r).scrollLeft())<n.scrollSensitivity&&(o=t(r).scrollLeft(t(r).scrollLeft()+n.scrollSpeed)))),o!==!1&&t.ui.ddmanager&&!n.dropBehaviour&&t.ui.ddmanager.prepareOffsets(s,e)}}),t.ui.plugin.add("draggable","snap",{start:function(e,i,s){var n=s.options;s.snapElements=[],t(n.snap.constructor!==String?n.snap.items||":data(ui-draggable)":n.snap).each(function(){var e=t(this),i=e.offset();this!==s.element[0]&&s.snapElements.push({item:this,width:e.outerWidth(),height:e.outerHeight(),top:i.top,left:i.left})})},drag:function(e,i,s){var n,o,a,r,h,l,c,u,d,p,f=s.options,g=f.snapTolerance,m=i.offset.left,_=m+s.helperProportions.width,v=i.offset.top,b=v+s.helperProportions.height;for(d=s.snapElements.length-1;d>=0;d--)h=s.snapElements[d].left-s.margins.left,l=h+s.snapElements[d].width,c=s.snapElements[d].top-s.margins.top,u=c+s.snapElements[d].height,h-g>_||m>l+g||c-g>b||v>u+g||!t.contains(s.snapElements[d].item.ownerDocument,s.snapElements[d].item)?(s.snapElements[d].snapping&&s.options.snap.release&&s.options.snap.release.call(s.element,e,t.extend(s._uiHash(),{snapItem:s.snapElements[d].item})),s.snapElements[d].snapping=!1):("inner"!==f.snapMode&&(n=g>=Math.abs(c-b),o=g>=Math.abs(u-v),a=g>=Math.abs(h-_),r=g>=Math.abs(l-m),n&&(i.position.top=s._convertPositionTo("relative",{top:c-s.helperProportions.height,left:0}).top),o&&(i.position.top=s._convertPositionTo("relative",{top:u,left:0}).top),a&&(i.position.left=s._convertPositionTo("relative",{top:0,left:h-s.helperProportions.width}).left),r&&(i.position.left=s._convertPositionTo("relative",{top:0,left:l}).left)),p=n||o||a||r,"outer"!==f.snapMode&&(n=g>=Math.abs(c-v),o=g>=Math.abs(u-b),a=g>=Math.abs(h-m),r=g>=Math.abs(l-_),n&&(i.position.top=s._convertPositionTo("relative",{top:c,left:0}).top),o&&(i.position.top=s._convertPositionTo("relative",{top:u-s.helperProportions.height,left:0}).top),a&&(i.position.left=s._convertPositionTo("relative",{top:0,left:h}).left),r&&(i.position.left=s._convertPositionTo("relative",{top:0,left:l-s.helperProportions.width}).left)),!s.snapElements[d].snapping&&(n||o||a||r||p)&&s.options.snap.snap&&s.options.snap.snap.call(s.element,e,t.extend(s._uiHash(),{snapItem:s.snapElements[d].item})),s.snapElements[d].snapping=n||o||a||r||p)}}),t.ui.plugin.add("draggable","stack",{start:function(e,i,s){var n,o=s.options,a=t.makeArray(t(o.stack)).sort(function(e,i){return(parseInt(t(e).css("zIndex"),10)||0)-(parseInt(t(i).css("zIndex"),10)||0)});a.length&&(n=parseInt(t(a[0]).css("zIndex"),10)||0,t(a).each(function(e){t(this).css("zIndex",n+e)}),this.css("zIndex",n+a.length))}}),t.ui.plugin.add("draggable","zIndex",{start:function(e,i,s){var n=t(i.helper),o=s.options;n.css("zIndex")&&(o._zIndex=n.css("zIndex")),n.css("zIndex",o.zIndex)},stop:function(e,i,s){var n=s.options;n._zIndex&&t(i.helper).css("zIndex",n._zIndex)}}),t.ui.draggable,t.widget("ui.resizable",t.ui.mouse,{version:"1.12.1",widgetEventPrefix:"resize",options:{alsoResize:!1,animate:!1,animateDuration:"slow",animateEasing:"swing",aspectRatio:!1,autoHide:!1,classes:{"ui-resizable-se":"ui-icon ui-icon-gripsmall-diagonal-se"},containment:!1,ghost:!1,grid:!1,handles:"e,s,se",helper:!1,maxHeight:null,maxWidth:null,minHeight:10,minWidth:10,zIndex:90,resize:null,start:null,stop:null},_num:function(t){return parseFloat(t)||0},_isNumber:function(t){return!isNaN(parseFloat(t))},_hasScroll:function(e,i){if("hidden"===t(e).css("overflow"))return!1;var s=i&&"left"===i?"scrollLeft":"scrollTop",n=!1;return e[s]>0?!0:(e[s]=1,n=e[s]>0,e[s]=0,n)},_create:function(){var e,i=this.options,s=this;this._addClass("ui-resizable"),t.extend(this,{_aspectRatio:!!i.aspectRatio,aspectRatio:i.aspectRatio,originalElement:this.element,_proportionallyResizeElements:[],_helper:i.helper||i.ghost||i.animate?i.helper||"ui-resizable-helper":null}),this.element[0].nodeName.match(/^(canvas|textarea|input|select|button|img)$/i)&&(this.element.wrap(t("<div class='ui-wrapper' style='overflow: hidden;'></div>").css({position:this.element.css("position"),width:this.element.outerWidth(),height:this.element.outerHeight(),top:this.element.css("top"),left:this.element.css("left")})),this.element=this.element.parent().data("ui-resizable",this.element.resizable("instance")),this.elementIsWrapper=!0,e={marginTop:this.originalElement.css("marginTop"),marginRight:this.originalElement.css("marginRight"),marginBottom:this.originalElement.css("marginBottom"),marginLeft:this.originalElement.css("marginLeft")},this.element.css(e),this.originalElement.css("margin",0),this.originalResizeStyle=this.originalElement.css("resize"),this.originalElement.css("resize","none"),this._proportionallyResizeElements.push(this.originalElement.css({position:"static",zoom:1,display:"block"})),this.originalElement.css(e),this._proportionallyResize()),this._setupHandles(),i.autoHide&&t(this.element).on("mouseenter",function(){i.disabled||(s._removeClass("ui-resizable-autohide"),s._handles.show())}).on("mouseleave",function(){i.disabled||s.resizing||(s._addClass("ui-resizable-autohide"),s._handles.hide())}),this._mouseInit()},_destroy:function(){this._mouseDestroy();var e,i=function(e){t(e).removeData("resizable").removeData("ui-resizable").off(".resizable").find(".ui-resizable-handle").remove()};return this.elementIsWrapper&&(i(this.element),e=this.element,this.originalElement.css({position:e.css("position"),width:e.outerWidth(),height:e.outerHeight(),top:e.css("top"),left:e.css("left")}).insertAfter(e),e.remove()),this.originalElement.css("resize",this.originalResizeStyle),i(this.originalElement),this},_setOption:function(t,e){switch(this._super(t,e),t){case"handles":this._removeHandles(),this._setupHandles();break;default:}},_setupHandles:function(){var e,i,s,n,o,a=this.options,r=this;if(this.handles=a.handles||(t(".ui-resizable-handle",this.element).length?{n:".ui-resizable-n",e:".ui-resizable-e",s:".ui-resizable-s",w:".ui-resizable-w",se:".ui-resizable-se",sw:".ui-resizable-sw",ne:".ui-resizable-ne",nw:".ui-resizable-nw"}:"e,s,se"),this._handles=t(),this.handles.constructor===String)for("all"===this.handles&&(this.handles="n,e,s,w,se,sw,ne,nw"),s=this.handles.split(","),this.handles={},i=0;s.length>i;i++)e=t.trim(s[i]),n="ui-resizable-"+e,o=t("<div>"),this._addClass(o,"ui-resizable-handle "+n),o.css({zIndex:a.zIndex}),this.handles[e]=".ui-resizable-"+e,this.element.append(o);this._renderAxis=function(e){var i,s,n,o;e=e||this.element;for(i in this.handles)this.handles[i].constructor===String?this.handles[i]=this.element.children(this.handles[i]).first().show():(this.handles[i].jquery||this.handles[i].nodeType)&&(this.handles[i]=t(this.handles[i]),this._on(this.handles[i],{mousedown:r._mouseDown})),this.elementIsWrapper&&this.originalElement[0].nodeName.match(/^(textarea|input|select|button)$/i)&&(s=t(this.handles[i],this.element),o=/sw|ne|nw|se|n|s/.test(i)?s.outerHeight():s.outerWidth(),n=["padding",/ne|nw|n/.test(i)?"Top":/se|sw|s/.test(i)?"Bottom":/^e$/.test(i)?"Right":"Left"].join(""),e.css(n,o),this._proportionallyResize()),this._handles=this._handles.add(this.handles[i])},this._renderAxis(this.element),this._handles=this._handles.add(this.element.find(".ui-resizable-handle")),this._handles.disableSelection(),this._handles.on("mouseover",function(){r.resizing||(this.className&&(o=this.className.match(/ui-resizable-(se|sw|ne|nw|n|e|s|w)/i)),r.axis=o&&o[1]?o[1]:"se")}),a.autoHide&&(this._handles.hide(),this._addClass("ui-resizable-autohide"))},_removeHandles:function(){this._handles.remove()},_mouseCapture:function(e){var i,s,n=!1;for(i in this.handles)s=t(this.handles[i])[0],(s===e.target||t.contains(s,e.target))&&(n=!0);return!this.options.disabled&&n},_mouseStart:function(e){var i,s,n,o=this.options,a=this.element;return this.resizing=!0,this._renderProxy(),i=this._num(this.helper.css("left")),s=this._num(this.helper.css("top")),o.containment&&(i+=t(o.containment).scrollLeft()||0,s+=t(o.containment).scrollTop()||0),this.offset=this.helper.offset(),this.position={left:i,top:s},this.size=this._helper?{width:this.helper.width(),height:this.helper.height()}:{width:a.width(),height:a.height()},this.originalSize=this._helper?{width:a.outerWidth(),height:a.outerHeight()}:{width:a.width(),height:a.height()},this.sizeDiff={width:a.outerWidth()-a.width(),height:a.outerHeight()-a.height()},this.originalPosition={left:i,top:s},this.originalMousePosition={left:e.pageX,top:e.pageY},this.aspectRatio="number"==typeof o.aspectRatio?o.aspectRatio:this.originalSize.width/this.originalSize.height||1,n=t(".ui-resizable-"+this.axis).css("cursor"),t("body").css("cursor","auto"===n?this.axis+"-resize":n),this._addClass("ui-resizable-resizing"),this._propagate("start",e),!0},_mouseDrag:function(e){var i,s,n=this.originalMousePosition,o=this.axis,a=e.pageX-n.left||0,r=e.pageY-n.top||0,h=this._change[o];return this._updatePrevProperties(),h?(i=h.apply(this,[e,a,r]),this._updateVirtualBoundaries(e.shiftKey),(this._aspectRatio||e.shiftKey)&&(i=this._updateRatio(i,e)),i=this._respectSize(i,e),this._updateCache(i),this._propagate("resize",e),s=this._applyChanges(),!this._helper&&this._proportionallyResizeElements.length&&this._proportionallyResize(),t.isEmptyObject(s)||(this._updatePrevProperties(),this._trigger("resize",e,this.ui()),this._applyChanges()),!1):!1},_mouseStop:function(e){this.resizing=!1;var i,s,n,o,a,r,h,l=this.options,c=this;return this._helper&&(i=this._proportionallyResizeElements,s=i.length&&/textarea/i.test(i[0].nodeName),n=s&&this._hasScroll(i[0],"left")?0:c.sizeDiff.height,o=s?0:c.sizeDiff.width,a={width:c.helper.width()-o,height:c.helper.height()-n},r=parseFloat(c.element.css("left"))+(c.position.left-c.originalPosition.left)||null,h=parseFloat(c.element.css("top"))+(c.position.top-c.originalPosition.top)||null,l.animate||this.element.css(t.extend(a,{top:h,left:r})),c.helper.height(c.size.height),c.helper.width(c.size.width),this._helper&&!l.animate&&this._proportionallyResize()),t("body").css("cursor","auto"),this._removeClass("ui-resizable-resizing"),this._propagate("stop",e),this._helper&&this.helper.remove(),!1},_updatePrevProperties:function(){this.prevPosition={top:this.position.top,left:this.position.left},this.prevSize={width:this.size.width,height:this.size.height}},_applyChanges:function(){var t={};return this.position.top!==this.prevPosition.top&&(t.top=this.position.top+"px"),this.position.left!==this.prevPosition.left&&(t.left=this.position.left+"px"),this.size.width!==this.prevSize.width&&(t.width=this.size.width+"px"),this.size.height!==this.prevSize.height&&(t.height=this.size.height+"px"),this.helper.css(t),t},_updateVirtualBoundaries:function(t){var e,i,s,n,o,a=this.options;o={minWidth:this._isNumber(a.minWidth)?a.minWidth:0,maxWidth:this._isNumber(a.maxWidth)?a.maxWidth:1/0,minHeight:this._isNumber(a.minHeight)?a.minHeight:0,maxHeight:this._isNumber(a.maxHeight)?a.maxHeight:1/0},(this._aspectRatio||t)&&(e=o.minHeight*this.aspectRatio,s=o.minWidth/this.aspectRatio,i=o.maxHeight*this.aspectRatio,n=o.maxWidth/this.aspectRatio,e>o.minWidth&&(o.minWidth=e),s>o.minHeight&&(o.minHeight=s),o.maxWidth>i&&(o.maxWidth=i),o.maxHeight>n&&(o.maxHeight=n)),this._vBoundaries=o},_updateCache:function(t){this.offset=this.helper.offset(),this._isNumber(t.left)&&(this.position.left=t.left),this._isNumber(t.top)&&(this.position.top=t.top),this._isNumber(t.height)&&(this.size.height=t.height),this._isNumber(t.width)&&(this.size.width=t.width)},_updateRatio:function(t){var e=this.position,i=this.size,s=this.axis;return this._isNumber(t.height)?t.width=t.height*this.aspectRatio:this._isNumber(t.width)&&(t.height=t.width/this.aspectRatio),"sw"===s&&(t.left=e.left+(i.width-t.width),t.top=null),"nw"===s&&(t.top=e.top+(i.height-t.height),t.left=e.left+(i.width-t.width)),t},_respectSize:function(t){var e=this._vBoundaries,i=this.axis,s=this._isNumber(t.width)&&e.maxWidth&&e.maxWidth<t.width,n=this._isNumber(t.height)&&e.maxHeight&&e.maxHeight<t.height,o=this._isNumber(t.width)&&e.minWidth&&e.minWidth>t.width,a=this._isNumber(t.height)&&e.minHeight&&e.minHeight>t.height,r=this.originalPosition.left+this.originalSize.width,h=this.originalPosition.top+this.originalSize.height,l=/sw|nw|w/.test(i),c=/nw|ne|n/.test(i);return o&&(t.width=e.minWidth),a&&(t.height=e.minHeight),s&&(t.width=e.maxWidth),n&&(t.height=e.maxHeight),o&&l&&(t.left=r-e.minWidth),s&&l&&(t.left=r-e.maxWidth),a&&c&&(t.top=h-e.minHeight),n&&c&&(t.top=h-e.maxHeight),t.width||t.height||t.left||!t.top?t.width||t.height||t.top||!t.left||(t.left=null):t.top=null,t},_getPaddingPlusBorderDimensions:function(t){for(var e=0,i=[],s=[t.css("borderTopWidth"),t.css("borderRightWidth"),t.css("borderBottomWidth"),t.css("borderLeftWidth")],n=[t.css("paddingTop"),t.css("paddingRight"),t.css("paddingBottom"),t.css("paddingLeft")];4>e;e++)i[e]=parseFloat(s[e])||0,i[e]+=parseFloat(n[e])||0;return{height:i[0]+i[2],width:i[1]+i[3]}},_proportionallyResize:function(){if(this._proportionallyResizeElements.length)for(var t,e=0,i=this.helper||this.element;this._proportionallyResizeElements.length>e;e++)t=this._proportionallyResizeElements[e],this.outerDimensions||(this.outerDimensions=this._getPaddingPlusBorderDimensions(t)),t.css({height:i.height()-this.outerDimensions.height||0,width:i.width()-this.outerDimensions.width||0})},_renderProxy:function(){var e=this.element,i=this.options;this.elementOffset=e.offset(),this._helper?(this.helper=this.helper||t("<div style='overflow:hidden;'></div>"),this._addClass(this.helper,this._helper),this.helper.css({width:this.element.outerWidth(),height:this.element.outerHeight(),position:"absolute",left:this.elementOffset.left+"px",top:this.elementOffset.top+"px",zIndex:++i.zIndex}),this.helper.appendTo("body").disableSelection()):this.helper=this.element},_change:{e:function(t,e){return{width:this.originalSize.width+e}},w:function(t,e){var i=this.originalSize,s=this.originalPosition;return{left:s.left+e,width:i.width-e}},n:function(t,e,i){var s=this.originalSize,n=this.originalPosition;return{top:n.top+i,height:s.height-i}},s:function(t,e,i){return{height:this.originalSize.height+i}},se:function(e,i,s){return t.extend(this._change.s.apply(this,arguments),this._change.e.apply(this,[e,i,s]))},sw:function(e,i,s){return t.extend(this._change.s.apply(this,arguments),this._change.w.apply(this,[e,i,s]))},ne:function(e,i,s){return t.extend(this._change.n.apply(this,arguments),this._change.e.apply(this,[e,i,s]))},nw:function(e,i,s){return t.extend(this._change.n.apply(this,arguments),this._change.w.apply(this,[e,i,s]))}},_propagate:function(e,i){t.ui.plugin.call(this,e,[i,this.ui()]),"resize"!==e&&this._trigger(e,i,this.ui())},plugins:{},ui:function(){return{originalElement:this.originalElement,element:this.element,helper:this.helper,position:this.position,size:this.size,originalSize:this.originalSize,originalPosition:this.originalPosition}}}),t.ui.plugin.add("resizable","animate",{stop:function(e){var i=t(this).resizable("instance"),s=i.options,n=i._proportionallyResizeElements,o=n.length&&/textarea/i.test(n[0].nodeName),a=o&&i._hasScroll(n[0],"left")?0:i.sizeDiff.height,r=o?0:i.sizeDiff.width,h={width:i.size.width-r,height:i.size.height-a},l=parseFloat(i.element.css("left"))+(i.position.left-i.originalPosition.left)||null,c=parseFloat(i.element.css("top"))+(i.position.top-i.originalPosition.top)||null;i.element.animate(t.extend(h,c&&l?{top:c,left:l}:{}),{duration:s.animateDuration,easing:s.animateEasing,step:function(){var s={width:parseFloat(i.element.css("width")),height:parseFloat(i.element.css("height")),top:parseFloat(i.element.css("top")),left:parseFloat(i.element.css("left"))};n&&n.length&&t(n[0]).css({width:s.width,height:s.height}),i._updateCache(s),i._propagate("resize",e)}})}}),t.ui.plugin.add("resizable","containment",{start:function(){var e,i,s,n,o,a,r,h=t(this).resizable("instance"),l=h.options,c=h.element,u=l.containment,d=u instanceof t?u.get(0):/parent/.test(u)?c.parent().get(0):u;d&&(h.containerElement=t(d),/document/.test(u)||u===document?(h.containerOffset={left:0,top:0},h.containerPosition={left:0,top:0},h.parentData={element:t(document),left:0,top:0,width:t(document).width(),height:t(document).height()||document.body.parentNode.scrollHeight}):(e=t(d),i=[],t(["Top","Right","Left","Bottom"]).each(function(t,s){i[t]=h._num(e.css("padding"+s))}),h.containerOffset=e.offset(),h.containerPosition=e.position(),h.containerSize={height:e.innerHeight()-i[3],width:e.innerWidth()-i[1]},s=h.containerOffset,n=h.containerSize.height,o=h.containerSize.width,a=h._hasScroll(d,"left")?d.scrollWidth:o,r=h._hasScroll(d)?d.scrollHeight:n,h.parentData={element:d,left:s.left,top:s.top,width:a,height:r}))},resize:function(e){var i,s,n,o,a=t(this).resizable("instance"),r=a.options,h=a.containerOffset,l=a.position,c=a._aspectRatio||e.shiftKey,u={top:0,left:0},d=a.containerElement,p=!0;d[0]!==document&&/static/.test(d.css("position"))&&(u=h),l.left<(a._helper?h.left:0)&&(a.size.width=a.size.width+(a._helper?a.position.left-h.left:a.position.left-u.left),c&&(a.size.height=a.size.width/a.aspectRatio,p=!1),a.position.left=r.helper?h.left:0),l.top<(a._helper?h.top:0)&&(a.size.height=a.size.height+(a._helper?a.position.top-h.top:a.position.top),c&&(a.size.width=a.size.height*a.aspectRatio,p=!1),a.position.top=a._helper?h.top:0),n=a.containerElement.get(0)===a.element.parent().get(0),o=/relative|absolute/.test(a.containerElement.css("position")),n&&o?(a.offset.left=a.parentData.left+a.position.left,a.offset.top=a.parentData.top+a.position.top):(a.offset.left=a.element.offset().left,a.offset.top=a.element.offset().top),i=Math.abs(a.sizeDiff.width+(a._helper?a.offset.left-u.left:a.offset.left-h.left)),s=Math.abs(a.sizeDiff.height+(a._helper?a.offset.top-u.top:a.offset.top-h.top)),i+a.size.width>=a.parentData.width&&(a.size.width=a.parentData.width-i,c&&(a.size.height=a.size.width/a.aspectRatio,p=!1)),s+a.size.height>=a.parentData.height&&(a.size.height=a.parentData.height-s,c&&(a.size.width=a.size.height*a.aspectRatio,p=!1)),p||(a.position.left=a.prevPosition.left,a.position.top=a.prevPosition.top,a.size.width=a.prevSize.width,a.size.height=a.prevSize.height)},stop:function(){var e=t(this).resizable("instance"),i=e.options,s=e.containerOffset,n=e.containerPosition,o=e.containerElement,a=t(e.helper),r=a.offset(),h=a.outerWidth()-e.sizeDiff.width,l=a.outerHeight()-e.sizeDiff.height;e._helper&&!i.animate&&/relative/.test(o.css("position"))&&t(this).css({left:r.left-n.left-s.left,width:h,height:l}),e._helper&&!i.animate&&/static/.test(o.css("position"))&&t(this).css({left:r.left-n.left-s.left,width:h,height:l})}}),t.ui.plugin.add("resizable","alsoResize",{start:function(){var e=t(this).resizable("instance"),i=e.options;t(i.alsoResize).each(function(){var e=t(this);e.data("ui-resizable-alsoresize",{width:parseFloat(e.width()),height:parseFloat(e.height()),left:parseFloat(e.css("left")),top:parseFloat(e.css("top"))})})},resize:function(e,i){var s=t(this).resizable("instance"),n=s.options,o=s.originalSize,a=s.originalPosition,r={height:s.size.height-o.height||0,width:s.size.width-o.width||0,top:s.position.top-a.top||0,left:s.position.left-a.left||0};t(n.alsoResize).each(function(){var e=t(this),s=t(this).data("ui-resizable-alsoresize"),n={},o=e.parents(i.originalElement[0]).length?["width","height"]:["width","height","top","left"];t.each(o,function(t,e){var i=(s[e]||0)+(r[e]||0);i&&i>=0&&(n[e]=i||null)}),e.css(n)})},stop:function(){t(this).removeData("ui-resizable-alsoresize")}}),t.ui.plugin.add("resizable","ghost",{start:function(){var e=t(this).resizable("instance"),i=e.size;e.ghost=e.originalElement.clone(),e.ghost.css({opacity:.25,display:"block",position:"relative",height:i.height,width:i.width,margin:0,left:0,top:0}),e._addClass(e.ghost,"ui-resizable-ghost"),t.uiBackCompat!==!1&&"string"==typeof e.options.ghost&&e.ghost.addClass(this.options.ghost),e.ghost.appendTo(e.helper)},resize:function(){var e=t(this).resizable("instance");e.ghost&&e.ghost.css({position:"relative",height:e.size.height,width:e.size.width})},stop:function(){var e=t(this).resizable("instance");e.ghost&&e.helper&&e.helper.get(0).removeChild(e.ghost.get(0))}}),t.ui.plugin.add("resizable","grid",{resize:function(){var e,i=t(this).resizable("instance"),s=i.options,n=i.size,o=i.originalSize,a=i.originalPosition,r=i.axis,h="number"==typeof s.grid?[s.grid,s.grid]:s.grid,l=h[0]||1,c=h[1]||1,u=Math.round((n.width-o.width)/l)*l,d=Math.round((n.height-o.height)/c)*c,p=o.width+u,f=o.height+d,g=s.maxWidth&&p>s.maxWidth,m=s.maxHeight&&f>s.maxHeight,_=s.minWidth&&s.minWidth>p,v=s.minHeight&&s.minHeight>f;s.grid=h,_&&(p+=l),v&&(f+=c),g&&(p-=l),m&&(f-=c),/^(se|s|e)$/.test(r)?(i.size.width=p,i.size.height=f):/^(ne)$/.test(r)?(i.size.width=p,i.size.height=f,i.position.top=a.top-d):/^(sw)$/.test(r)?(i.size.width=p,i.size.height=f,i.position.left=a.left-u):((0>=f-c||0>=p-l)&&(e=i._getPaddingPlusBorderDimensions(this)),f-c>0?(i.size.height=f,i.position.top=a.top-d):(f=c-e.height,i.size.height=f,i.position.top=a.top+o.height-f),p-l>0?(i.size.width=p,i.position.left=a.left-u):(p=l-e.width,i.size.width=p,i.position.left=a.left+o.width-p))}}),t.ui.resizable,t.widget("ui.dialog",{version:"1.12.1",options:{appendTo:"body",autoOpen:!0,buttons:[],classes:{"ui-dialog":"ui-corner-all","ui-dialog-titlebar":"ui-corner-all"},closeOnEscape:!0,closeText:"Close",draggable:!0,hide:null,height:"auto",maxHeight:null,maxWidth:null,minHeight:150,minWidth:150,modal:!1,position:{my:"center",at:"center",of:window,collision:"fit",using:function(e){var i=t(this).css(e).offset().top;0>i&&t(this).css("top",e.top-i)}},resizable:!0,show:null,title:null,width:300,beforeClose:null,close:null,drag:null,dragStart:null,dragStop:null,focus:null,open:null,resize:null,resizeStart:null,resizeStop:null},sizeRelatedOptions:{buttons:!0,height:!0,maxHeight:!0,maxWidth:!0,minHeight:!0,minWidth:!0,width:!0},resizableRelatedOptions:{maxHeight:!0,maxWidth:!0,minHeight:!0,minWidth:!0},_create:function(){this.originalCss={display:this.element[0].style.display,width:this.element[0].style.width,minHeight:this.element[0].style.minHeight,maxHeight:this.element[0].style.maxHeight,height:this.element[0].style.height},this.originalPosition={parent:this.element.parent(),index:this.element.parent().children().index(this.element)},this.originalTitle=this.element.attr("title"),null==this.options.title&&null!=this.originalTitle&&(this.options.title=this.originalTitle),this.options.disabled&&(this.options.disabled=!1),this._createWrapper(),this.element.show().removeAttr("title").appendTo(this.uiDialog),this._addClass("ui-dialog-content","ui-widget-content"),this._createTitlebar(),this._createButtonPane(),this.options.draggable&&t.fn.draggable&&this._makeDraggable(),this.options.resizable&&t.fn.resizable&&this._makeResizable(),this._isOpen=!1,this._trackFocus()},_init:function(){this.options.autoOpen&&this.open()},_appendTo:function(){var e=this.options.appendTo;return e&&(e.jquery||e.nodeType)?t(e):this.document.find(e||"body").eq(0)},_destroy:function(){var t,e=this.originalPosition;this._untrackInstance(),this._destroyOverlay(),this.element.removeUniqueId().css(this.originalCss).detach(),this.uiDialog.remove(),this.originalTitle&&this.element.attr("title",this.originalTitle),t=e.parent.children().eq(e.index),t.length&&t[0]!==this.element[0]?t.before(this.element):e.parent.append(this.element)},widget:function(){return this.uiDialog -},disable:t.noop,enable:t.noop,close:function(e){var i=this;this._isOpen&&this._trigger("beforeClose",e)!==!1&&(this._isOpen=!1,this._focusedElement=null,this._destroyOverlay(),this._untrackInstance(),this.opener.filter(":focusable").trigger("focus").length||t.ui.safeBlur(t.ui.safeActiveElement(this.document[0])),this._hide(this.uiDialog,this.options.hide,function(){i._trigger("close",e)}))},isOpen:function(){return this._isOpen},moveToTop:function(){this._moveToTop()},_moveToTop:function(e,i){var s=!1,n=this.uiDialog.siblings(".ui-front:visible").map(function(){return+t(this).css("z-index")}).get(),o=Math.max.apply(null,n);return o>=+this.uiDialog.css("z-index")&&(this.uiDialog.css("z-index",o+1),s=!0),s&&!i&&this._trigger("focus",e),s},open:function(){var e=this;return this._isOpen?(this._moveToTop()&&this._focusTabbable(),void 0):(this._isOpen=!0,this.opener=t(t.ui.safeActiveElement(this.document[0])),this._size(),this._position(),this._createOverlay(),this._moveToTop(null,!0),this.overlay&&this.overlay.css("z-index",this.uiDialog.css("z-index")-1),this._show(this.uiDialog,this.options.show,function(){e._focusTabbable(),e._trigger("focus")}),this._makeFocusTarget(),this._trigger("open"),void 0)},_focusTabbable:function(){var t=this._focusedElement;t||(t=this.element.find("[autofocus]")),t.length||(t=this.element.find(":tabbable")),t.length||(t=this.uiDialogButtonPane.find(":tabbable")),t.length||(t=this.uiDialogTitlebarClose.filter(":tabbable")),t.length||(t=this.uiDialog),t.eq(0).trigger("focus")},_keepFocus:function(e){function i(){var e=t.ui.safeActiveElement(this.document[0]),i=this.uiDialog[0]===e||t.contains(this.uiDialog[0],e);i||this._focusTabbable()}e.preventDefault(),i.call(this),this._delay(i)},_createWrapper:function(){this.uiDialog=t("<div>").hide().attr({tabIndex:-1,role:"dialog"}).appendTo(this._appendTo()),this._addClass(this.uiDialog,"ui-dialog","ui-widget ui-widget-content ui-front"),this._on(this.uiDialog,{keydown:function(e){if(this.options.closeOnEscape&&!e.isDefaultPrevented()&&e.keyCode&&e.keyCode===t.ui.keyCode.ESCAPE)return e.preventDefault(),this.close(e),void 0;if(e.keyCode===t.ui.keyCode.TAB&&!e.isDefaultPrevented()){var i=this.uiDialog.find(":tabbable"),s=i.filter(":first"),n=i.filter(":last");e.target!==n[0]&&e.target!==this.uiDialog[0]||e.shiftKey?e.target!==s[0]&&e.target!==this.uiDialog[0]||!e.shiftKey||(this._delay(function(){n.trigger("focus")}),e.preventDefault()):(this._delay(function(){s.trigger("focus")}),e.preventDefault())}},mousedown:function(t){this._moveToTop(t)&&this._focusTabbable()}}),this.element.find("[aria-describedby]").length||this.uiDialog.attr({"aria-describedby":this.element.uniqueId().attr("id")})},_createTitlebar:function(){var e;this.uiDialogTitlebar=t("<div>"),this._addClass(this.uiDialogTitlebar,"ui-dialog-titlebar","ui-widget-header ui-helper-clearfix"),this._on(this.uiDialogTitlebar,{mousedown:function(e){t(e.target).closest(".ui-dialog-titlebar-close")||this.uiDialog.trigger("focus")}}),this.uiDialogTitlebarClose=t("<button type='button'></button>").button({label:t("<a>").text(this.options.closeText).html(),icon:"ui-icon-closethick",showLabel:!1}).appendTo(this.uiDialogTitlebar),this._addClass(this.uiDialogTitlebarClose,"ui-dialog-titlebar-close"),this._on(this.uiDialogTitlebarClose,{click:function(t){t.preventDefault(),this.close(t)}}),e=t("<span>").uniqueId().prependTo(this.uiDialogTitlebar),this._addClass(e,"ui-dialog-title"),this._title(e),this.uiDialogTitlebar.prependTo(this.uiDialog),this.uiDialog.attr({"aria-labelledby":e.attr("id")})},_title:function(t){this.options.title?t.text(this.options.title):t.html("&#160;")},_createButtonPane:function(){this.uiDialogButtonPane=t("<div>"),this._addClass(this.uiDialogButtonPane,"ui-dialog-buttonpane","ui-widget-content ui-helper-clearfix"),this.uiButtonSet=t("<div>").appendTo(this.uiDialogButtonPane),this._addClass(this.uiButtonSet,"ui-dialog-buttonset"),this._createButtons()},_createButtons:function(){var e=this,i=this.options.buttons;return this.uiDialogButtonPane.remove(),this.uiButtonSet.empty(),t.isEmptyObject(i)||t.isArray(i)&&!i.length?(this._removeClass(this.uiDialog,"ui-dialog-buttons"),void 0):(t.each(i,function(i,s){var n,o;s=t.isFunction(s)?{click:s,text:i}:s,s=t.extend({type:"button"},s),n=s.click,o={icon:s.icon,iconPosition:s.iconPosition,showLabel:s.showLabel,icons:s.icons,text:s.text},delete s.click,delete s.icon,delete s.iconPosition,delete s.showLabel,delete s.icons,"boolean"==typeof s.text&&delete s.text,t("<button></button>",s).button(o).appendTo(e.uiButtonSet).on("click",function(){n.apply(e.element[0],arguments)})}),this._addClass(this.uiDialog,"ui-dialog-buttons"),this.uiDialogButtonPane.appendTo(this.uiDialog),void 0)},_makeDraggable:function(){function e(t){return{position:t.position,offset:t.offset}}var i=this,s=this.options;this.uiDialog.draggable({cancel:".ui-dialog-content, .ui-dialog-titlebar-close",handle:".ui-dialog-titlebar",containment:"document",start:function(s,n){i._addClass(t(this),"ui-dialog-dragging"),i._blockFrames(),i._trigger("dragStart",s,e(n))},drag:function(t,s){i._trigger("drag",t,e(s))},stop:function(n,o){var a=o.offset.left-i.document.scrollLeft(),r=o.offset.top-i.document.scrollTop();s.position={my:"left top",at:"left"+(a>=0?"+":"")+a+" "+"top"+(r>=0?"+":"")+r,of:i.window},i._removeClass(t(this),"ui-dialog-dragging"),i._unblockFrames(),i._trigger("dragStop",n,e(o))}})},_makeResizable:function(){function e(t){return{originalPosition:t.originalPosition,originalSize:t.originalSize,position:t.position,size:t.size}}var i=this,s=this.options,n=s.resizable,o=this.uiDialog.css("position"),a="string"==typeof n?n:"n,e,s,w,se,sw,ne,nw";this.uiDialog.resizable({cancel:".ui-dialog-content",containment:"document",alsoResize:this.element,maxWidth:s.maxWidth,maxHeight:s.maxHeight,minWidth:s.minWidth,minHeight:this._minHeight(),handles:a,start:function(s,n){i._addClass(t(this),"ui-dialog-resizing"),i._blockFrames(),i._trigger("resizeStart",s,e(n))},resize:function(t,s){i._trigger("resize",t,e(s))},stop:function(n,o){var a=i.uiDialog.offset(),r=a.left-i.document.scrollLeft(),h=a.top-i.document.scrollTop();s.height=i.uiDialog.height(),s.width=i.uiDialog.width(),s.position={my:"left top",at:"left"+(r>=0?"+":"")+r+" "+"top"+(h>=0?"+":"")+h,of:i.window},i._removeClass(t(this),"ui-dialog-resizing"),i._unblockFrames(),i._trigger("resizeStop",n,e(o))}}).css("position",o)},_trackFocus:function(){this._on(this.widget(),{focusin:function(e){this._makeFocusTarget(),this._focusedElement=t(e.target)}})},_makeFocusTarget:function(){this._untrackInstance(),this._trackingInstances().unshift(this)},_untrackInstance:function(){var e=this._trackingInstances(),i=t.inArray(this,e);-1!==i&&e.splice(i,1)},_trackingInstances:function(){var t=this.document.data("ui-dialog-instances");return t||(t=[],this.document.data("ui-dialog-instances",t)),t},_minHeight:function(){var t=this.options;return"auto"===t.height?t.minHeight:Math.min(t.minHeight,t.height)},_position:function(){var t=this.uiDialog.is(":visible");t||this.uiDialog.show(),this.uiDialog.position(this.options.position),t||this.uiDialog.hide()},_setOptions:function(e){var i=this,s=!1,n={};t.each(e,function(t,e){i._setOption(t,e),t in i.sizeRelatedOptions&&(s=!0),t in i.resizableRelatedOptions&&(n[t]=e)}),s&&(this._size(),this._position()),this.uiDialog.is(":data(ui-resizable)")&&this.uiDialog.resizable("option",n)},_setOption:function(e,i){var s,n,o=this.uiDialog;"disabled"!==e&&(this._super(e,i),"appendTo"===e&&this.uiDialog.appendTo(this._appendTo()),"buttons"===e&&this._createButtons(),"closeText"===e&&this.uiDialogTitlebarClose.button({label:t("<a>").text(""+this.options.closeText).html()}),"draggable"===e&&(s=o.is(":data(ui-draggable)"),s&&!i&&o.draggable("destroy"),!s&&i&&this._makeDraggable()),"position"===e&&this._position(),"resizable"===e&&(n=o.is(":data(ui-resizable)"),n&&!i&&o.resizable("destroy"),n&&"string"==typeof i&&o.resizable("option","handles",i),n||i===!1||this._makeResizable()),"title"===e&&this._title(this.uiDialogTitlebar.find(".ui-dialog-title")))},_size:function(){var t,e,i,s=this.options;this.element.show().css({width:"auto",minHeight:0,maxHeight:"none",height:0}),s.minWidth>s.width&&(s.width=s.minWidth),t=this.uiDialog.css({height:"auto",width:s.width}).outerHeight(),e=Math.max(0,s.minHeight-t),i="number"==typeof s.maxHeight?Math.max(0,s.maxHeight-t):"none","auto"===s.height?this.element.css({minHeight:e,maxHeight:i,height:"auto"}):this.element.height(Math.max(0,s.height-t)),this.uiDialog.is(":data(ui-resizable)")&&this.uiDialog.resizable("option","minHeight",this._minHeight())},_blockFrames:function(){this.iframeBlocks=this.document.find("iframe").map(function(){var e=t(this);return t("<div>").css({position:"absolute",width:e.outerWidth(),height:e.outerHeight()}).appendTo(e.parent()).offset(e.offset())[0]})},_unblockFrames:function(){this.iframeBlocks&&(this.iframeBlocks.remove(),delete this.iframeBlocks)},_allowInteraction:function(e){return t(e.target).closest(".ui-dialog").length?!0:!!t(e.target).closest(".ui-datepicker").length},_createOverlay:function(){if(this.options.modal){var e=!0;this._delay(function(){e=!1}),this.document.data("ui-dialog-overlays")||this._on(this.document,{focusin:function(t){e||this._allowInteraction(t)||(t.preventDefault(),this._trackingInstances()[0]._focusTabbable())}}),this.overlay=t("<div>").appendTo(this._appendTo()),this._addClass(this.overlay,null,"ui-widget-overlay ui-front"),this._on(this.overlay,{mousedown:"_keepFocus"}),this.document.data("ui-dialog-overlays",(this.document.data("ui-dialog-overlays")||0)+1)}},_destroyOverlay:function(){if(this.options.modal&&this.overlay){var t=this.document.data("ui-dialog-overlays")-1;t?this.document.data("ui-dialog-overlays",t):(this._off(this.document,"focusin"),this.document.removeData("ui-dialog-overlays")),this.overlay.remove(),this.overlay=null}}}),t.uiBackCompat!==!1&&t.widget("ui.dialog",t.ui.dialog,{options:{dialogClass:""},_createWrapper:function(){this._super(),this.uiDialog.addClass(this.options.dialogClass)},_setOption:function(t,e){"dialogClass"===t&&this.uiDialog.removeClass(this.options.dialogClass).addClass(e),this._superApply(arguments)}}),t.ui.dialog,t.widget("ui.droppable",{version:"1.12.1",widgetEventPrefix:"drop",options:{accept:"*",addClasses:!0,greedy:!1,scope:"default",tolerance:"intersect",activate:null,deactivate:null,drop:null,out:null,over:null},_create:function(){var e,i=this.options,s=i.accept;this.isover=!1,this.isout=!0,this.accept=t.isFunction(s)?s:function(t){return t.is(s)},this.proportions=function(){return arguments.length?(e=arguments[0],void 0):e?e:e={width:this.element[0].offsetWidth,height:this.element[0].offsetHeight}},this._addToManager(i.scope),i.addClasses&&this._addClass("ui-droppable")},_addToManager:function(e){t.ui.ddmanager.droppables[e]=t.ui.ddmanager.droppables[e]||[],t.ui.ddmanager.droppables[e].push(this)},_splice:function(t){for(var e=0;t.length>e;e++)t[e]===this&&t.splice(e,1)},_destroy:function(){var e=t.ui.ddmanager.droppables[this.options.scope];this._splice(e)},_setOption:function(e,i){if("accept"===e)this.accept=t.isFunction(i)?i:function(t){return t.is(i)};else if("scope"===e){var s=t.ui.ddmanager.droppables[this.options.scope];this._splice(s),this._addToManager(i)}this._super(e,i)},_activate:function(e){var i=t.ui.ddmanager.current;this._addActiveClass(),i&&this._trigger("activate",e,this.ui(i))},_deactivate:function(e){var i=t.ui.ddmanager.current;this._removeActiveClass(),i&&this._trigger("deactivate",e,this.ui(i))},_over:function(e){var i=t.ui.ddmanager.current;i&&(i.currentItem||i.element)[0]!==this.element[0]&&this.accept.call(this.element[0],i.currentItem||i.element)&&(this._addHoverClass(),this._trigger("over",e,this.ui(i)))},_out:function(e){var i=t.ui.ddmanager.current;i&&(i.currentItem||i.element)[0]!==this.element[0]&&this.accept.call(this.element[0],i.currentItem||i.element)&&(this._removeHoverClass(),this._trigger("out",e,this.ui(i)))},_drop:function(e,i){var s=i||t.ui.ddmanager.current,n=!1;return s&&(s.currentItem||s.element)[0]!==this.element[0]?(this.element.find(":data(ui-droppable)").not(".ui-draggable-dragging").each(function(){var i=t(this).droppable("instance");return i.options.greedy&&!i.options.disabled&&i.options.scope===s.options.scope&&i.accept.call(i.element[0],s.currentItem||s.element)&&v(s,t.extend(i,{offset:i.element.offset()}),i.options.tolerance,e)?(n=!0,!1):void 0}),n?!1:this.accept.call(this.element[0],s.currentItem||s.element)?(this._removeActiveClass(),this._removeHoverClass(),this._trigger("drop",e,this.ui(s)),this.element):!1):!1},ui:function(t){return{draggable:t.currentItem||t.element,helper:t.helper,position:t.position,offset:t.positionAbs}},_addHoverClass:function(){this._addClass("ui-droppable-hover")},_removeHoverClass:function(){this._removeClass("ui-droppable-hover")},_addActiveClass:function(){this._addClass("ui-droppable-active")},_removeActiveClass:function(){this._removeClass("ui-droppable-active")}});var v=t.ui.intersect=function(){function t(t,e,i){return t>=e&&e+i>t}return function(e,i,s,n){if(!i.offset)return!1;var o=(e.positionAbs||e.position.absolute).left+e.margins.left,a=(e.positionAbs||e.position.absolute).top+e.margins.top,r=o+e.helperProportions.width,h=a+e.helperProportions.height,l=i.offset.left,c=i.offset.top,u=l+i.proportions().width,d=c+i.proportions().height;switch(s){case"fit":return o>=l&&u>=r&&a>=c&&d>=h;case"intersect":return o+e.helperProportions.width/2>l&&u>r-e.helperProportions.width/2&&a+e.helperProportions.height/2>c&&d>h-e.helperProportions.height/2;case"pointer":return t(n.pageY,c,i.proportions().height)&&t(n.pageX,l,i.proportions().width);case"touch":return(a>=c&&d>=a||h>=c&&d>=h||c>a&&h>d)&&(o>=l&&u>=o||r>=l&&u>=r||l>o&&r>u);default:return!1}}}();t.ui.ddmanager={current:null,droppables:{"default":[]},prepareOffsets:function(e,i){var s,n,o=t.ui.ddmanager.droppables[e.options.scope]||[],a=i?i.type:null,r=(e.currentItem||e.element).find(":data(ui-droppable)").addBack();t:for(s=0;o.length>s;s++)if(!(o[s].options.disabled||e&&!o[s].accept.call(o[s].element[0],e.currentItem||e.element))){for(n=0;r.length>n;n++)if(r[n]===o[s].element[0]){o[s].proportions().height=0;continue t}o[s].visible="none"!==o[s].element.css("display"),o[s].visible&&("mousedown"===a&&o[s]._activate.call(o[s],i),o[s].offset=o[s].element.offset(),o[s].proportions({width:o[s].element[0].offsetWidth,height:o[s].element[0].offsetHeight}))}},drop:function(e,i){var s=!1;return t.each((t.ui.ddmanager.droppables[e.options.scope]||[]).slice(),function(){this.options&&(!this.options.disabled&&this.visible&&v(e,this,this.options.tolerance,i)&&(s=this._drop.call(this,i)||s),!this.options.disabled&&this.visible&&this.accept.call(this.element[0],e.currentItem||e.element)&&(this.isout=!0,this.isover=!1,this._deactivate.call(this,i)))}),s},dragStart:function(e,i){e.element.parentsUntil("body").on("scroll.droppable",function(){e.options.refreshPositions||t.ui.ddmanager.prepareOffsets(e,i)})},drag:function(e,i){e.options.refreshPositions&&t.ui.ddmanager.prepareOffsets(e,i),t.each(t.ui.ddmanager.droppables[e.options.scope]||[],function(){if(!this.options.disabled&&!this.greedyChild&&this.visible){var s,n,o,a=v(e,this,this.options.tolerance,i),r=!a&&this.isover?"isout":a&&!this.isover?"isover":null;r&&(this.options.greedy&&(n=this.options.scope,o=this.element.parents(":data(ui-droppable)").filter(function(){return t(this).droppable("instance").options.scope===n}),o.length&&(s=t(o[0]).droppable("instance"),s.greedyChild="isover"===r)),s&&"isover"===r&&(s.isover=!1,s.isout=!0,s._out.call(s,i)),this[r]=!0,this["isout"===r?"isover":"isout"]=!1,this["isover"===r?"_over":"_out"].call(this,i),s&&"isout"===r&&(s.isout=!1,s.isover=!0,s._over.call(s,i)))}})},dragStop:function(e,i){e.element.parentsUntil("body").off("scroll.droppable"),e.options.refreshPositions||t.ui.ddmanager.prepareOffsets(e,i)}},t.uiBackCompat!==!1&&t.widget("ui.droppable",t.ui.droppable,{options:{hoverClass:!1,activeClass:!1},_addActiveClass:function(){this._super(),this.options.activeClass&&this.element.addClass(this.options.activeClass)},_removeActiveClass:function(){this._super(),this.options.activeClass&&this.element.removeClass(this.options.activeClass)},_addHoverClass:function(){this._super(),this.options.hoverClass&&this.element.addClass(this.options.hoverClass)},_removeHoverClass:function(){this._super(),this.options.hoverClass&&this.element.removeClass(this.options.hoverClass)}}),t.ui.droppable,t.widget("ui.progressbar",{version:"1.12.1",options:{classes:{"ui-progressbar":"ui-corner-all","ui-progressbar-value":"ui-corner-left","ui-progressbar-complete":"ui-corner-right"},max:100,value:0,change:null,complete:null},min:0,_create:function(){this.oldValue=this.options.value=this._constrainedValue(),this.element.attr({role:"progressbar","aria-valuemin":this.min}),this._addClass("ui-progressbar","ui-widget ui-widget-content"),this.valueDiv=t("<div>").appendTo(this.element),this._addClass(this.valueDiv,"ui-progressbar-value","ui-widget-header"),this._refreshValue()},_destroy:function(){this.element.removeAttr("role aria-valuemin aria-valuemax aria-valuenow"),this.valueDiv.remove()},value:function(t){return void 0===t?this.options.value:(this.options.value=this._constrainedValue(t),this._refreshValue(),void 0)},_constrainedValue:function(t){return void 0===t&&(t=this.options.value),this.indeterminate=t===!1,"number"!=typeof t&&(t=0),this.indeterminate?!1:Math.min(this.options.max,Math.max(this.min,t))},_setOptions:function(t){var e=t.value;delete t.value,this._super(t),this.options.value=this._constrainedValue(e),this._refreshValue()},_setOption:function(t,e){"max"===t&&(e=Math.max(this.min,e)),this._super(t,e)},_setOptionDisabled:function(t){this._super(t),this.element.attr("aria-disabled",t),this._toggleClass(null,"ui-state-disabled",!!t)},_percentage:function(){return this.indeterminate?100:100*(this.options.value-this.min)/(this.options.max-this.min)},_refreshValue:function(){var e=this.options.value,i=this._percentage();this.valueDiv.toggle(this.indeterminate||e>this.min).width(i.toFixed(0)+"%"),this._toggleClass(this.valueDiv,"ui-progressbar-complete",null,e===this.options.max)._toggleClass("ui-progressbar-indeterminate",null,this.indeterminate),this.indeterminate?(this.element.removeAttr("aria-valuenow"),this.overlayDiv||(this.overlayDiv=t("<div>").appendTo(this.valueDiv),this._addClass(this.overlayDiv,"ui-progressbar-overlay"))):(this.element.attr({"aria-valuemax":this.options.max,"aria-valuenow":e}),this.overlayDiv&&(this.overlayDiv.remove(),this.overlayDiv=null)),this.oldValue!==e&&(this.oldValue=e,this._trigger("change")),e===this.options.max&&this._trigger("complete")}}),t.widget("ui.selectable",t.ui.mouse,{version:"1.12.1",options:{appendTo:"body",autoRefresh:!0,distance:0,filter:"*",tolerance:"touch",selected:null,selecting:null,start:null,stop:null,unselected:null,unselecting:null},_create:function(){var e=this;this._addClass("ui-selectable"),this.dragged=!1,this.refresh=function(){e.elementPos=t(e.element[0]).offset(),e.selectees=t(e.options.filter,e.element[0]),e._addClass(e.selectees,"ui-selectee"),e.selectees.each(function(){var i=t(this),s=i.offset(),n={left:s.left-e.elementPos.left,top:s.top-e.elementPos.top};t.data(this,"selectable-item",{element:this,$element:i,left:n.left,top:n.top,right:n.left+i.outerWidth(),bottom:n.top+i.outerHeight(),startselected:!1,selected:i.hasClass("ui-selected"),selecting:i.hasClass("ui-selecting"),unselecting:i.hasClass("ui-unselecting")})})},this.refresh(),this._mouseInit(),this.helper=t("<div>"),this._addClass(this.helper,"ui-selectable-helper")},_destroy:function(){this.selectees.removeData("selectable-item"),this._mouseDestroy()},_mouseStart:function(e){var i=this,s=this.options;this.opos=[e.pageX,e.pageY],this.elementPos=t(this.element[0]).offset(),this.options.disabled||(this.selectees=t(s.filter,this.element[0]),this._trigger("start",e),t(s.appendTo).append(this.helper),this.helper.css({left:e.pageX,top:e.pageY,width:0,height:0}),s.autoRefresh&&this.refresh(),this.selectees.filter(".ui-selected").each(function(){var s=t.data(this,"selectable-item");s.startselected=!0,e.metaKey||e.ctrlKey||(i._removeClass(s.$element,"ui-selected"),s.selected=!1,i._addClass(s.$element,"ui-unselecting"),s.unselecting=!0,i._trigger("unselecting",e,{unselecting:s.element}))}),t(e.target).parents().addBack().each(function(){var s,n=t.data(this,"selectable-item");return n?(s=!e.metaKey&&!e.ctrlKey||!n.$element.hasClass("ui-selected"),i._removeClass(n.$element,s?"ui-unselecting":"ui-selected")._addClass(n.$element,s?"ui-selecting":"ui-unselecting"),n.unselecting=!s,n.selecting=s,n.selected=s,s?i._trigger("selecting",e,{selecting:n.element}):i._trigger("unselecting",e,{unselecting:n.element}),!1):void 0}))},_mouseDrag:function(e){if(this.dragged=!0,!this.options.disabled){var i,s=this,n=this.options,o=this.opos[0],a=this.opos[1],r=e.pageX,h=e.pageY;return o>r&&(i=r,r=o,o=i),a>h&&(i=h,h=a,a=i),this.helper.css({left:o,top:a,width:r-o,height:h-a}),this.selectees.each(function(){var i=t.data(this,"selectable-item"),l=!1,c={};i&&i.element!==s.element[0]&&(c.left=i.left+s.elementPos.left,c.right=i.right+s.elementPos.left,c.top=i.top+s.elementPos.top,c.bottom=i.bottom+s.elementPos.top,"touch"===n.tolerance?l=!(c.left>r||o>c.right||c.top>h||a>c.bottom):"fit"===n.tolerance&&(l=c.left>o&&r>c.right&&c.top>a&&h>c.bottom),l?(i.selected&&(s._removeClass(i.$element,"ui-selected"),i.selected=!1),i.unselecting&&(s._removeClass(i.$element,"ui-unselecting"),i.unselecting=!1),i.selecting||(s._addClass(i.$element,"ui-selecting"),i.selecting=!0,s._trigger("selecting",e,{selecting:i.element}))):(i.selecting&&((e.metaKey||e.ctrlKey)&&i.startselected?(s._removeClass(i.$element,"ui-selecting"),i.selecting=!1,s._addClass(i.$element,"ui-selected"),i.selected=!0):(s._removeClass(i.$element,"ui-selecting"),i.selecting=!1,i.startselected&&(s._addClass(i.$element,"ui-unselecting"),i.unselecting=!0),s._trigger("unselecting",e,{unselecting:i.element}))),i.selected&&(e.metaKey||e.ctrlKey||i.startselected||(s._removeClass(i.$element,"ui-selected"),i.selected=!1,s._addClass(i.$element,"ui-unselecting"),i.unselecting=!0,s._trigger("unselecting",e,{unselecting:i.element})))))}),!1}},_mouseStop:function(e){var i=this;return this.dragged=!1,t(".ui-unselecting",this.element[0]).each(function(){var s=t.data(this,"selectable-item");i._removeClass(s.$element,"ui-unselecting"),s.unselecting=!1,s.startselected=!1,i._trigger("unselected",e,{unselected:s.element})}),t(".ui-selecting",this.element[0]).each(function(){var s=t.data(this,"selectable-item");i._removeClass(s.$element,"ui-selecting")._addClass(s.$element,"ui-selected"),s.selecting=!1,s.selected=!0,s.startselected=!0,i._trigger("selected",e,{selected:s.element})}),this._trigger("stop",e),this.helper.remove(),!1}}),t.widget("ui.selectmenu",[t.ui.formResetMixin,{version:"1.12.1",defaultElement:"<select>",options:{appendTo:null,classes:{"ui-selectmenu-button-open":"ui-corner-top","ui-selectmenu-button-closed":"ui-corner-all"},disabled:null,icons:{button:"ui-icon-triangle-1-s"},position:{my:"left top",at:"left bottom",collision:"none"},width:!1,change:null,close:null,focus:null,open:null,select:null},_create:function(){var e=this.element.uniqueId().attr("id");this.ids={element:e,button:e+"-button",menu:e+"-menu"},this._drawButton(),this._drawMenu(),this._bindFormResetHandler(),this._rendered=!1,this.menuItems=t()},_drawButton:function(){var e,i=this,s=this._parseOption(this.element.find("option:selected"),this.element[0].selectedIndex);this.labels=this.element.labels().attr("for",this.ids.button),this._on(this.labels,{click:function(t){this.button.focus(),t.preventDefault()}}),this.element.hide(),this.button=t("<span>",{tabindex:this.options.disabled?-1:0,id:this.ids.button,role:"combobox","aria-expanded":"false","aria-autocomplete":"list","aria-owns":this.ids.menu,"aria-haspopup":"true",title:this.element.attr("title")}).insertAfter(this.element),this._addClass(this.button,"ui-selectmenu-button ui-selectmenu-button-closed","ui-button ui-widget"),e=t("<span>").appendTo(this.button),this._addClass(e,"ui-selectmenu-icon","ui-icon "+this.options.icons.button),this.buttonItem=this._renderButtonItem(s).appendTo(this.button),this.options.width!==!1&&this._resizeButton(),this._on(this.button,this._buttonEvents),this.button.one("focusin",function(){i._rendered||i._refreshMenu()})},_drawMenu:function(){var e=this;this.menu=t("<ul>",{"aria-hidden":"true","aria-labelledby":this.ids.button,id:this.ids.menu}),this.menuWrap=t("<div>").append(this.menu),this._addClass(this.menuWrap,"ui-selectmenu-menu","ui-front"),this.menuWrap.appendTo(this._appendTo()),this.menuInstance=this.menu.menu({classes:{"ui-menu":"ui-corner-bottom"},role:"listbox",select:function(t,i){t.preventDefault(),e._setSelection(),e._select(i.item.data("ui-selectmenu-item"),t)},focus:function(t,i){var s=i.item.data("ui-selectmenu-item");null!=e.focusIndex&&s.index!==e.focusIndex&&(e._trigger("focus",t,{item:s}),e.isOpen||e._select(s,t)),e.focusIndex=s.index,e.button.attr("aria-activedescendant",e.menuItems.eq(s.index).attr("id"))}}).menu("instance"),this.menuInstance._off(this.menu,"mouseleave"),this.menuInstance._closeOnDocumentClick=function(){return!1},this.menuInstance._isDivider=function(){return!1}},refresh:function(){this._refreshMenu(),this.buttonItem.replaceWith(this.buttonItem=this._renderButtonItem(this._getSelectedItem().data("ui-selectmenu-item")||{})),null===this.options.width&&this._resizeButton()},_refreshMenu:function(){var t,e=this.element.find("option");this.menu.empty(),this._parseOptions(e),this._renderMenu(this.menu,this.items),this.menuInstance.refresh(),this.menuItems=this.menu.find("li").not(".ui-selectmenu-optgroup").find(".ui-menu-item-wrapper"),this._rendered=!0,e.length&&(t=this._getSelectedItem(),this.menuInstance.focus(null,t),this._setAria(t.data("ui-selectmenu-item")),this._setOption("disabled",this.element.prop("disabled")))},open:function(t){this.options.disabled||(this._rendered?(this._removeClass(this.menu.find(".ui-state-active"),null,"ui-state-active"),this.menuInstance.focus(null,this._getSelectedItem())):this._refreshMenu(),this.menuItems.length&&(this.isOpen=!0,this._toggleAttr(),this._resizeMenu(),this._position(),this._on(this.document,this._documentClick),this._trigger("open",t)))},_position:function(){this.menuWrap.position(t.extend({of:this.button},this.options.position))},close:function(t){this.isOpen&&(this.isOpen=!1,this._toggleAttr(),this.range=null,this._off(this.document),this._trigger("close",t))},widget:function(){return this.button},menuWidget:function(){return this.menu},_renderButtonItem:function(e){var i=t("<span>");return this._setText(i,e.label),this._addClass(i,"ui-selectmenu-text"),i},_renderMenu:function(e,i){var s=this,n="";t.each(i,function(i,o){var a;o.optgroup!==n&&(a=t("<li>",{text:o.optgroup}),s._addClass(a,"ui-selectmenu-optgroup","ui-menu-divider"+(o.element.parent("optgroup").prop("disabled")?" ui-state-disabled":"")),a.appendTo(e),n=o.optgroup),s._renderItemData(e,o)})},_renderItemData:function(t,e){return this._renderItem(t,e).data("ui-selectmenu-item",e)},_renderItem:function(e,i){var s=t("<li>"),n=t("<div>",{title:i.element.attr("title")});return i.disabled&&this._addClass(s,null,"ui-state-disabled"),this._setText(n,i.label),s.append(n).appendTo(e)},_setText:function(t,e){e?t.text(e):t.html("&#160;")},_move:function(t,e){var i,s,n=".ui-menu-item";this.isOpen?i=this.menuItems.eq(this.focusIndex).parent("li"):(i=this.menuItems.eq(this.element[0].selectedIndex).parent("li"),n+=":not(.ui-state-disabled)"),s="first"===t||"last"===t?i["first"===t?"prevAll":"nextAll"](n).eq(-1):i[t+"All"](n).eq(0),s.length&&this.menuInstance.focus(e,s)},_getSelectedItem:function(){return this.menuItems.eq(this.element[0].selectedIndex).parent("li")},_toggle:function(t){this[this.isOpen?"close":"open"](t)},_setSelection:function(){var t;this.range&&(window.getSelection?(t=window.getSelection(),t.removeAllRanges(),t.addRange(this.range)):this.range.select(),this.button.focus())},_documentClick:{mousedown:function(e){this.isOpen&&(t(e.target).closest(".ui-selectmenu-menu, #"+t.ui.escapeSelector(this.ids.button)).length||this.close(e))}},_buttonEvents:{mousedown:function(){var t;window.getSelection?(t=window.getSelection(),t.rangeCount&&(this.range=t.getRangeAt(0))):this.range=document.selection.createRange()},click:function(t){this._setSelection(),this._toggle(t)},keydown:function(e){var i=!0;switch(e.keyCode){case t.ui.keyCode.TAB:case t.ui.keyCode.ESCAPE:this.close(e),i=!1;break;case t.ui.keyCode.ENTER:this.isOpen&&this._selectFocusedItem(e);break;case t.ui.keyCode.UP:e.altKey?this._toggle(e):this._move("prev",e);break;case t.ui.keyCode.DOWN:e.altKey?this._toggle(e):this._move("next",e);break;case t.ui.keyCode.SPACE:this.isOpen?this._selectFocusedItem(e):this._toggle(e);break;case t.ui.keyCode.LEFT:this._move("prev",e);break;case t.ui.keyCode.RIGHT:this._move("next",e);break;case t.ui.keyCode.HOME:case t.ui.keyCode.PAGE_UP:this._move("first",e);break;case t.ui.keyCode.END:case t.ui.keyCode.PAGE_DOWN:this._move("last",e);break;default:this.menu.trigger(e),i=!1}i&&e.preventDefault()}},_selectFocusedItem:function(t){var e=this.menuItems.eq(this.focusIndex).parent("li");e.hasClass("ui-state-disabled")||this._select(e.data("ui-selectmenu-item"),t)},_select:function(t,e){var i=this.element[0].selectedIndex;this.element[0].selectedIndex=t.index,this.buttonItem.replaceWith(this.buttonItem=this._renderButtonItem(t)),this._setAria(t),this._trigger("select",e,{item:t}),t.index!==i&&this._trigger("change",e,{item:t}),this.close(e)},_setAria:function(t){var e=this.menuItems.eq(t.index).attr("id");this.button.attr({"aria-labelledby":e,"aria-activedescendant":e}),this.menu.attr("aria-activedescendant",e)},_setOption:function(t,e){if("icons"===t){var i=this.button.find("span.ui-icon");this._removeClass(i,null,this.options.icons.button)._addClass(i,null,e.button)}this._super(t,e),"appendTo"===t&&this.menuWrap.appendTo(this._appendTo()),"width"===t&&this._resizeButton()},_setOptionDisabled:function(t){this._super(t),this.menuInstance.option("disabled",t),this.button.attr("aria-disabled",t),this._toggleClass(this.button,null,"ui-state-disabled",t),this.element.prop("disabled",t),t?(this.button.attr("tabindex",-1),this.close()):this.button.attr("tabindex",0)},_appendTo:function(){var e=this.options.appendTo;return e&&(e=e.jquery||e.nodeType?t(e):this.document.find(e).eq(0)),e&&e[0]||(e=this.element.closest(".ui-front, dialog")),e.length||(e=this.document[0].body),e},_toggleAttr:function(){this.button.attr("aria-expanded",this.isOpen),this._removeClass(this.button,"ui-selectmenu-button-"+(this.isOpen?"closed":"open"))._addClass(this.button,"ui-selectmenu-button-"+(this.isOpen?"open":"closed"))._toggleClass(this.menuWrap,"ui-selectmenu-open",null,this.isOpen),this.menu.attr("aria-hidden",!this.isOpen)},_resizeButton:function(){var t=this.options.width;return t===!1?(this.button.css("width",""),void 0):(null===t&&(t=this.element.show().outerWidth(),this.element.hide()),this.button.outerWidth(t),void 0)},_resizeMenu:function(){this.menu.outerWidth(Math.max(this.button.outerWidth(),this.menu.width("").outerWidth()+1))},_getCreateOptions:function(){var t=this._super();return t.disabled=this.element.prop("disabled"),t},_parseOptions:function(e){var i=this,s=[];e.each(function(e,n){s.push(i._parseOption(t(n),e))}),this.items=s},_parseOption:function(t,e){var i=t.parent("optgroup");return{element:t,index:e,value:t.val(),label:t.text(),optgroup:i.attr("label")||"",disabled:i.prop("disabled")||t.prop("disabled")}},_destroy:function(){this._unbindFormResetHandler(),this.menuWrap.remove(),this.button.remove(),this.element.show(),this.element.removeUniqueId(),this.labels.attr("for",this.ids.element)}}]),t.widget("ui.slider",t.ui.mouse,{version:"1.12.1",widgetEventPrefix:"slide",options:{animate:!1,classes:{"ui-slider":"ui-corner-all","ui-slider-handle":"ui-corner-all","ui-slider-range":"ui-corner-all ui-widget-header"},distance:0,max:100,min:0,orientation:"horizontal",range:!1,step:1,value:0,values:null,change:null,slide:null,start:null,stop:null},numPages:5,_create:function(){this._keySliding=!1,this._mouseSliding=!1,this._animateOff=!0,this._handleIndex=null,this._detectOrientation(),this._mouseInit(),this._calculateNewMax(),this._addClass("ui-slider ui-slider-"+this.orientation,"ui-widget ui-widget-content"),this._refresh(),this._animateOff=!1 -},_refresh:function(){this._createRange(),this._createHandles(),this._setupEvents(),this._refreshValue()},_createHandles:function(){var e,i,s=this.options,n=this.element.find(".ui-slider-handle"),o="<span tabindex='0'></span>",a=[];for(i=s.values&&s.values.length||1,n.length>i&&(n.slice(i).remove(),n=n.slice(0,i)),e=n.length;i>e;e++)a.push(o);this.handles=n.add(t(a.join("")).appendTo(this.element)),this._addClass(this.handles,"ui-slider-handle","ui-state-default"),this.handle=this.handles.eq(0),this.handles.each(function(e){t(this).data("ui-slider-handle-index",e).attr("tabIndex",0)})},_createRange:function(){var e=this.options;e.range?(e.range===!0&&(e.values?e.values.length&&2!==e.values.length?e.values=[e.values[0],e.values[0]]:t.isArray(e.values)&&(e.values=e.values.slice(0)):e.values=[this._valueMin(),this._valueMin()]),this.range&&this.range.length?(this._removeClass(this.range,"ui-slider-range-min ui-slider-range-max"),this.range.css({left:"",bottom:""})):(this.range=t("<div>").appendTo(this.element),this._addClass(this.range,"ui-slider-range")),("min"===e.range||"max"===e.range)&&this._addClass(this.range,"ui-slider-range-"+e.range)):(this.range&&this.range.remove(),this.range=null)},_setupEvents:function(){this._off(this.handles),this._on(this.handles,this._handleEvents),this._hoverable(this.handles),this._focusable(this.handles)},_destroy:function(){this.handles.remove(),this.range&&this.range.remove(),this._mouseDestroy()},_mouseCapture:function(e){var i,s,n,o,a,r,h,l,c=this,u=this.options;return u.disabled?!1:(this.elementSize={width:this.element.outerWidth(),height:this.element.outerHeight()},this.elementOffset=this.element.offset(),i={x:e.pageX,y:e.pageY},s=this._normValueFromMouse(i),n=this._valueMax()-this._valueMin()+1,this.handles.each(function(e){var i=Math.abs(s-c.values(e));(n>i||n===i&&(e===c._lastChangedValue||c.values(e)===u.min))&&(n=i,o=t(this),a=e)}),r=this._start(e,a),r===!1?!1:(this._mouseSliding=!0,this._handleIndex=a,this._addClass(o,null,"ui-state-active"),o.trigger("focus"),h=o.offset(),l=!t(e.target).parents().addBack().is(".ui-slider-handle"),this._clickOffset=l?{left:0,top:0}:{left:e.pageX-h.left-o.width()/2,top:e.pageY-h.top-o.height()/2-(parseInt(o.css("borderTopWidth"),10)||0)-(parseInt(o.css("borderBottomWidth"),10)||0)+(parseInt(o.css("marginTop"),10)||0)},this.handles.hasClass("ui-state-hover")||this._slide(e,a,s),this._animateOff=!0,!0))},_mouseStart:function(){return!0},_mouseDrag:function(t){var e={x:t.pageX,y:t.pageY},i=this._normValueFromMouse(e);return this._slide(t,this._handleIndex,i),!1},_mouseStop:function(t){return this._removeClass(this.handles,null,"ui-state-active"),this._mouseSliding=!1,this._stop(t,this._handleIndex),this._change(t,this._handleIndex),this._handleIndex=null,this._clickOffset=null,this._animateOff=!1,!1},_detectOrientation:function(){this.orientation="vertical"===this.options.orientation?"vertical":"horizontal"},_normValueFromMouse:function(t){var e,i,s,n,o;return"horizontal"===this.orientation?(e=this.elementSize.width,i=t.x-this.elementOffset.left-(this._clickOffset?this._clickOffset.left:0)):(e=this.elementSize.height,i=t.y-this.elementOffset.top-(this._clickOffset?this._clickOffset.top:0)),s=i/e,s>1&&(s=1),0>s&&(s=0),"vertical"===this.orientation&&(s=1-s),n=this._valueMax()-this._valueMin(),o=this._valueMin()+s*n,this._trimAlignValue(o)},_uiHash:function(t,e,i){var s={handle:this.handles[t],handleIndex:t,value:void 0!==e?e:this.value()};return this._hasMultipleValues()&&(s.value=void 0!==e?e:this.values(t),s.values=i||this.values()),s},_hasMultipleValues:function(){return this.options.values&&this.options.values.length},_start:function(t,e){return this._trigger("start",t,this._uiHash(e))},_slide:function(t,e,i){var s,n,o=this.value(),a=this.values();this._hasMultipleValues()&&(n=this.values(e?0:1),o=this.values(e),2===this.options.values.length&&this.options.range===!0&&(i=0===e?Math.min(n,i):Math.max(n,i)),a[e]=i),i!==o&&(s=this._trigger("slide",t,this._uiHash(e,i,a)),s!==!1&&(this._hasMultipleValues()?this.values(e,i):this.value(i)))},_stop:function(t,e){this._trigger("stop",t,this._uiHash(e))},_change:function(t,e){this._keySliding||this._mouseSliding||(this._lastChangedValue=e,this._trigger("change",t,this._uiHash(e)))},value:function(t){return arguments.length?(this.options.value=this._trimAlignValue(t),this._refreshValue(),this._change(null,0),void 0):this._value()},values:function(e,i){var s,n,o;if(arguments.length>1)return this.options.values[e]=this._trimAlignValue(i),this._refreshValue(),this._change(null,e),void 0;if(!arguments.length)return this._values();if(!t.isArray(arguments[0]))return this._hasMultipleValues()?this._values(e):this.value();for(s=this.options.values,n=arguments[0],o=0;s.length>o;o+=1)s[o]=this._trimAlignValue(n[o]),this._change(null,o);this._refreshValue()},_setOption:function(e,i){var s,n=0;switch("range"===e&&this.options.range===!0&&("min"===i?(this.options.value=this._values(0),this.options.values=null):"max"===i&&(this.options.value=this._values(this.options.values.length-1),this.options.values=null)),t.isArray(this.options.values)&&(n=this.options.values.length),this._super(e,i),e){case"orientation":this._detectOrientation(),this._removeClass("ui-slider-horizontal ui-slider-vertical")._addClass("ui-slider-"+this.orientation),this._refreshValue(),this.options.range&&this._refreshRange(i),this.handles.css("horizontal"===i?"bottom":"left","");break;case"value":this._animateOff=!0,this._refreshValue(),this._change(null,0),this._animateOff=!1;break;case"values":for(this._animateOff=!0,this._refreshValue(),s=n-1;s>=0;s--)this._change(null,s);this._animateOff=!1;break;case"step":case"min":case"max":this._animateOff=!0,this._calculateNewMax(),this._refreshValue(),this._animateOff=!1;break;case"range":this._animateOff=!0,this._refresh(),this._animateOff=!1}},_setOptionDisabled:function(t){this._super(t),this._toggleClass(null,"ui-state-disabled",!!t)},_value:function(){var t=this.options.value;return t=this._trimAlignValue(t)},_values:function(t){var e,i,s;if(arguments.length)return e=this.options.values[t],e=this._trimAlignValue(e);if(this._hasMultipleValues()){for(i=this.options.values.slice(),s=0;i.length>s;s+=1)i[s]=this._trimAlignValue(i[s]);return i}return[]},_trimAlignValue:function(t){if(this._valueMin()>=t)return this._valueMin();if(t>=this._valueMax())return this._valueMax();var e=this.options.step>0?this.options.step:1,i=(t-this._valueMin())%e,s=t-i;return 2*Math.abs(i)>=e&&(s+=i>0?e:-e),parseFloat(s.toFixed(5))},_calculateNewMax:function(){var t=this.options.max,e=this._valueMin(),i=this.options.step,s=Math.round((t-e)/i)*i;t=s+e,t>this.options.max&&(t-=i),this.max=parseFloat(t.toFixed(this._precision()))},_precision:function(){var t=this._precisionOf(this.options.step);return null!==this.options.min&&(t=Math.max(t,this._precisionOf(this.options.min))),t},_precisionOf:function(t){var e=""+t,i=e.indexOf(".");return-1===i?0:e.length-i-1},_valueMin:function(){return this.options.min},_valueMax:function(){return this.max},_refreshRange:function(t){"vertical"===t&&this.range.css({width:"",left:""}),"horizontal"===t&&this.range.css({height:"",bottom:""})},_refreshValue:function(){var e,i,s,n,o,a=this.options.range,r=this.options,h=this,l=this._animateOff?!1:r.animate,c={};this._hasMultipleValues()?this.handles.each(function(s){i=100*((h.values(s)-h._valueMin())/(h._valueMax()-h._valueMin())),c["horizontal"===h.orientation?"left":"bottom"]=i+"%",t(this).stop(1,1)[l?"animate":"css"](c,r.animate),h.options.range===!0&&("horizontal"===h.orientation?(0===s&&h.range.stop(1,1)[l?"animate":"css"]({left:i+"%"},r.animate),1===s&&h.range[l?"animate":"css"]({width:i-e+"%"},{queue:!1,duration:r.animate})):(0===s&&h.range.stop(1,1)[l?"animate":"css"]({bottom:i+"%"},r.animate),1===s&&h.range[l?"animate":"css"]({height:i-e+"%"},{queue:!1,duration:r.animate}))),e=i}):(s=this.value(),n=this._valueMin(),o=this._valueMax(),i=o!==n?100*((s-n)/(o-n)):0,c["horizontal"===this.orientation?"left":"bottom"]=i+"%",this.handle.stop(1,1)[l?"animate":"css"](c,r.animate),"min"===a&&"horizontal"===this.orientation&&this.range.stop(1,1)[l?"animate":"css"]({width:i+"%"},r.animate),"max"===a&&"horizontal"===this.orientation&&this.range.stop(1,1)[l?"animate":"css"]({width:100-i+"%"},r.animate),"min"===a&&"vertical"===this.orientation&&this.range.stop(1,1)[l?"animate":"css"]({height:i+"%"},r.animate),"max"===a&&"vertical"===this.orientation&&this.range.stop(1,1)[l?"animate":"css"]({height:100-i+"%"},r.animate))},_handleEvents:{keydown:function(e){var i,s,n,o,a=t(e.target).data("ui-slider-handle-index");switch(e.keyCode){case t.ui.keyCode.HOME:case t.ui.keyCode.END:case t.ui.keyCode.PAGE_UP:case t.ui.keyCode.PAGE_DOWN:case t.ui.keyCode.UP:case t.ui.keyCode.RIGHT:case t.ui.keyCode.DOWN:case t.ui.keyCode.LEFT:if(e.preventDefault(),!this._keySliding&&(this._keySliding=!0,this._addClass(t(e.target),null,"ui-state-active"),i=this._start(e,a),i===!1))return}switch(o=this.options.step,s=n=this._hasMultipleValues()?this.values(a):this.value(),e.keyCode){case t.ui.keyCode.HOME:n=this._valueMin();break;case t.ui.keyCode.END:n=this._valueMax();break;case t.ui.keyCode.PAGE_UP:n=this._trimAlignValue(s+(this._valueMax()-this._valueMin())/this.numPages);break;case t.ui.keyCode.PAGE_DOWN:n=this._trimAlignValue(s-(this._valueMax()-this._valueMin())/this.numPages);break;case t.ui.keyCode.UP:case t.ui.keyCode.RIGHT:if(s===this._valueMax())return;n=this._trimAlignValue(s+o);break;case t.ui.keyCode.DOWN:case t.ui.keyCode.LEFT:if(s===this._valueMin())return;n=this._trimAlignValue(s-o)}this._slide(e,a,n)},keyup:function(e){var i=t(e.target).data("ui-slider-handle-index");this._keySliding&&(this._keySliding=!1,this._stop(e,i),this._change(e,i),this._removeClass(t(e.target),null,"ui-state-active"))}}}),t.widget("ui.sortable",t.ui.mouse,{version:"1.12.1",widgetEventPrefix:"sort",ready:!1,options:{appendTo:"parent",axis:!1,connectWith:!1,containment:!1,cursor:"auto",cursorAt:!1,dropOnEmpty:!0,forcePlaceholderSize:!1,forceHelperSize:!1,grid:!1,handle:!1,helper:"original",items:"> *",opacity:!1,placeholder:!1,revert:!1,scroll:!0,scrollSensitivity:20,scrollSpeed:20,scope:"default",tolerance:"intersect",zIndex:1e3,activate:null,beforeStop:null,change:null,deactivate:null,out:null,over:null,receive:null,remove:null,sort:null,start:null,stop:null,update:null},_isOverAxis:function(t,e,i){return t>=e&&e+i>t},_isFloating:function(t){return/left|right/.test(t.css("float"))||/inline|table-cell/.test(t.css("display"))},_create:function(){this.containerCache={},this._addClass("ui-sortable"),this.refresh(),this.offset=this.element.offset(),this._mouseInit(),this._setHandleClassName(),this.ready=!0},_setOption:function(t,e){this._super(t,e),"handle"===t&&this._setHandleClassName()},_setHandleClassName:function(){var e=this;this._removeClass(this.element.find(".ui-sortable-handle"),"ui-sortable-handle"),t.each(this.items,function(){e._addClass(this.instance.options.handle?this.item.find(this.instance.options.handle):this.item,"ui-sortable-handle")})},_destroy:function(){this._mouseDestroy();for(var t=this.items.length-1;t>=0;t--)this.items[t].item.removeData(this.widgetName+"-item");return this},_mouseCapture:function(e,i){var s=null,n=!1,o=this;return this.reverting?!1:this.options.disabled||"static"===this.options.type?!1:(this._refreshItems(e),t(e.target).parents().each(function(){return t.data(this,o.widgetName+"-item")===o?(s=t(this),!1):void 0}),t.data(e.target,o.widgetName+"-item")===o&&(s=t(e.target)),s?!this.options.handle||i||(t(this.options.handle,s).find("*").addBack().each(function(){this===e.target&&(n=!0)}),n)?(this.currentItem=s,this._removeCurrentsFromItems(),!0):!1:!1)},_mouseStart:function(e,i,s){var n,o,a=this.options;if(this.currentContainer=this,this.refreshPositions(),this.helper=this._createHelper(e),this._cacheHelperProportions(),this._cacheMargins(),this.scrollParent=this.helper.scrollParent(),this.offset=this.currentItem.offset(),this.offset={top:this.offset.top-this.margins.top,left:this.offset.left-this.margins.left},t.extend(this.offset,{click:{left:e.pageX-this.offset.left,top:e.pageY-this.offset.top},parent:this._getParentOffset(),relative:this._getRelativeOffset()}),this.helper.css("position","absolute"),this.cssPosition=this.helper.css("position"),this.originalPosition=this._generatePosition(e),this.originalPageX=e.pageX,this.originalPageY=e.pageY,a.cursorAt&&this._adjustOffsetFromHelper(a.cursorAt),this.domPosition={prev:this.currentItem.prev()[0],parent:this.currentItem.parent()[0]},this.helper[0]!==this.currentItem[0]&&this.currentItem.hide(),this._createPlaceholder(),a.containment&&this._setContainment(),a.cursor&&"auto"!==a.cursor&&(o=this.document.find("body"),this.storedCursor=o.css("cursor"),o.css("cursor",a.cursor),this.storedStylesheet=t("<style>*{ cursor: "+a.cursor+" !important; }</style>").appendTo(o)),a.opacity&&(this.helper.css("opacity")&&(this._storedOpacity=this.helper.css("opacity")),this.helper.css("opacity",a.opacity)),a.zIndex&&(this.helper.css("zIndex")&&(this._storedZIndex=this.helper.css("zIndex")),this.helper.css("zIndex",a.zIndex)),this.scrollParent[0]!==this.document[0]&&"HTML"!==this.scrollParent[0].tagName&&(this.overflowOffset=this.scrollParent.offset()),this._trigger("start",e,this._uiHash()),this._preserveHelperProportions||this._cacheHelperProportions(),!s)for(n=this.containers.length-1;n>=0;n--)this.containers[n]._trigger("activate",e,this._uiHash(this));return t.ui.ddmanager&&(t.ui.ddmanager.current=this),t.ui.ddmanager&&!a.dropBehaviour&&t.ui.ddmanager.prepareOffsets(this,e),this.dragging=!0,this._addClass(this.helper,"ui-sortable-helper"),this._mouseDrag(e),!0},_mouseDrag:function(e){var i,s,n,o,a=this.options,r=!1;for(this.position=this._generatePosition(e),this.positionAbs=this._convertPositionTo("absolute"),this.lastPositionAbs||(this.lastPositionAbs=this.positionAbs),this.options.scroll&&(this.scrollParent[0]!==this.document[0]&&"HTML"!==this.scrollParent[0].tagName?(this.overflowOffset.top+this.scrollParent[0].offsetHeight-e.pageY<a.scrollSensitivity?this.scrollParent[0].scrollTop=r=this.scrollParent[0].scrollTop+a.scrollSpeed:e.pageY-this.overflowOffset.top<a.scrollSensitivity&&(this.scrollParent[0].scrollTop=r=this.scrollParent[0].scrollTop-a.scrollSpeed),this.overflowOffset.left+this.scrollParent[0].offsetWidth-e.pageX<a.scrollSensitivity?this.scrollParent[0].scrollLeft=r=this.scrollParent[0].scrollLeft+a.scrollSpeed:e.pageX-this.overflowOffset.left<a.scrollSensitivity&&(this.scrollParent[0].scrollLeft=r=this.scrollParent[0].scrollLeft-a.scrollSpeed)):(e.pageY-this.document.scrollTop()<a.scrollSensitivity?r=this.document.scrollTop(this.document.scrollTop()-a.scrollSpeed):this.window.height()-(e.pageY-this.document.scrollTop())<a.scrollSensitivity&&(r=this.document.scrollTop(this.document.scrollTop()+a.scrollSpeed)),e.pageX-this.document.scrollLeft()<a.scrollSensitivity?r=this.document.scrollLeft(this.document.scrollLeft()-a.scrollSpeed):this.window.width()-(e.pageX-this.document.scrollLeft())<a.scrollSensitivity&&(r=this.document.scrollLeft(this.document.scrollLeft()+a.scrollSpeed))),r!==!1&&t.ui.ddmanager&&!a.dropBehaviour&&t.ui.ddmanager.prepareOffsets(this,e)),this.positionAbs=this._convertPositionTo("absolute"),this.options.axis&&"y"===this.options.axis||(this.helper[0].style.left=this.position.left+"px"),this.options.axis&&"x"===this.options.axis||(this.helper[0].style.top=this.position.top+"px"),i=this.items.length-1;i>=0;i--)if(s=this.items[i],n=s.item[0],o=this._intersectsWithPointer(s),o&&s.instance===this.currentContainer&&n!==this.currentItem[0]&&this.placeholder[1===o?"next":"prev"]()[0]!==n&&!t.contains(this.placeholder[0],n)&&("semi-dynamic"===this.options.type?!t.contains(this.element[0],n):!0)){if(this.direction=1===o?"down":"up","pointer"!==this.options.tolerance&&!this._intersectsWithSides(s))break;this._rearrange(e,s),this._trigger("change",e,this._uiHash());break}return this._contactContainers(e),t.ui.ddmanager&&t.ui.ddmanager.drag(this,e),this._trigger("sort",e,this._uiHash()),this.lastPositionAbs=this.positionAbs,!1},_mouseStop:function(e,i){if(e){if(t.ui.ddmanager&&!this.options.dropBehaviour&&t.ui.ddmanager.drop(this,e),this.options.revert){var s=this,n=this.placeholder.offset(),o=this.options.axis,a={};o&&"x"!==o||(a.left=n.left-this.offset.parent.left-this.margins.left+(this.offsetParent[0]===this.document[0].body?0:this.offsetParent[0].scrollLeft)),o&&"y"!==o||(a.top=n.top-this.offset.parent.top-this.margins.top+(this.offsetParent[0]===this.document[0].body?0:this.offsetParent[0].scrollTop)),this.reverting=!0,t(this.helper).animate(a,parseInt(this.options.revert,10)||500,function(){s._clear(e)})}else this._clear(e,i);return!1}},cancel:function(){if(this.dragging){this._mouseUp(new t.Event("mouseup",{target:null})),"original"===this.options.helper?(this.currentItem.css(this._storedCSS),this._removeClass(this.currentItem,"ui-sortable-helper")):this.currentItem.show();for(var e=this.containers.length-1;e>=0;e--)this.containers[e]._trigger("deactivate",null,this._uiHash(this)),this.containers[e].containerCache.over&&(this.containers[e]._trigger("out",null,this._uiHash(this)),this.containers[e].containerCache.over=0)}return this.placeholder&&(this.placeholder[0].parentNode&&this.placeholder[0].parentNode.removeChild(this.placeholder[0]),"original"!==this.options.helper&&this.helper&&this.helper[0].parentNode&&this.helper.remove(),t.extend(this,{helper:null,dragging:!1,reverting:!1,_noFinalSort:null}),this.domPosition.prev?t(this.domPosition.prev).after(this.currentItem):t(this.domPosition.parent).prepend(this.currentItem)),this},serialize:function(e){var i=this._getItemsAsjQuery(e&&e.connected),s=[];return e=e||{},t(i).each(function(){var i=(t(e.item||this).attr(e.attribute||"id")||"").match(e.expression||/(.+)[\-=_](.+)/);i&&s.push((e.key||i[1]+"[]")+"="+(e.key&&e.expression?i[1]:i[2]))}),!s.length&&e.key&&s.push(e.key+"="),s.join("&")},toArray:function(e){var i=this._getItemsAsjQuery(e&&e.connected),s=[];return e=e||{},i.each(function(){s.push(t(e.item||this).attr(e.attribute||"id")||"")}),s},_intersectsWith:function(t){var e=this.positionAbs.left,i=e+this.helperProportions.width,s=this.positionAbs.top,n=s+this.helperProportions.height,o=t.left,a=o+t.width,r=t.top,h=r+t.height,l=this.offset.click.top,c=this.offset.click.left,u="x"===this.options.axis||s+l>r&&h>s+l,d="y"===this.options.axis||e+c>o&&a>e+c,p=u&&d;return"pointer"===this.options.tolerance||this.options.forcePointerForContainers||"pointer"!==this.options.tolerance&&this.helperProportions[this.floating?"width":"height"]>t[this.floating?"width":"height"]?p:e+this.helperProportions.width/2>o&&a>i-this.helperProportions.width/2&&s+this.helperProportions.height/2>r&&h>n-this.helperProportions.height/2},_intersectsWithPointer:function(t){var e,i,s="x"===this.options.axis||this._isOverAxis(this.positionAbs.top+this.offset.click.top,t.top,t.height),n="y"===this.options.axis||this._isOverAxis(this.positionAbs.left+this.offset.click.left,t.left,t.width),o=s&&n;return o?(e=this._getDragVerticalDirection(),i=this._getDragHorizontalDirection(),this.floating?"right"===i||"down"===e?2:1:e&&("down"===e?2:1)):!1},_intersectsWithSides:function(t){var e=this._isOverAxis(this.positionAbs.top+this.offset.click.top,t.top+t.height/2,t.height),i=this._isOverAxis(this.positionAbs.left+this.offset.click.left,t.left+t.width/2,t.width),s=this._getDragVerticalDirection(),n=this._getDragHorizontalDirection();return this.floating&&n?"right"===n&&i||"left"===n&&!i:s&&("down"===s&&e||"up"===s&&!e)},_getDragVerticalDirection:function(){var t=this.positionAbs.top-this.lastPositionAbs.top;return 0!==t&&(t>0?"down":"up")},_getDragHorizontalDirection:function(){var t=this.positionAbs.left-this.lastPositionAbs.left;return 0!==t&&(t>0?"right":"left")},refresh:function(t){return this._refreshItems(t),this._setHandleClassName(),this.refreshPositions(),this},_connectWith:function(){var t=this.options;return t.connectWith.constructor===String?[t.connectWith]:t.connectWith},_getItemsAsjQuery:function(e){function i(){r.push(this)}var s,n,o,a,r=[],h=[],l=this._connectWith();if(l&&e)for(s=l.length-1;s>=0;s--)for(o=t(l[s],this.document[0]),n=o.length-1;n>=0;n--)a=t.data(o[n],this.widgetFullName),a&&a!==this&&!a.options.disabled&&h.push([t.isFunction(a.options.items)?a.options.items.call(a.element):t(a.options.items,a.element).not(".ui-sortable-helper").not(".ui-sortable-placeholder"),a]);for(h.push([t.isFunction(this.options.items)?this.options.items.call(this.element,null,{options:this.options,item:this.currentItem}):t(this.options.items,this.element).not(".ui-sortable-helper").not(".ui-sortable-placeholder"),this]),s=h.length-1;s>=0;s--)h[s][0].each(i);return t(r)},_removeCurrentsFromItems:function(){var e=this.currentItem.find(":data("+this.widgetName+"-item)");this.items=t.grep(this.items,function(t){for(var i=0;e.length>i;i++)if(e[i]===t.item[0])return!1;return!0})},_refreshItems:function(e){this.items=[],this.containers=[this];var i,s,n,o,a,r,h,l,c=this.items,u=[[t.isFunction(this.options.items)?this.options.items.call(this.element[0],e,{item:this.currentItem}):t(this.options.items,this.element),this]],d=this._connectWith();if(d&&this.ready)for(i=d.length-1;i>=0;i--)for(n=t(d[i],this.document[0]),s=n.length-1;s>=0;s--)o=t.data(n[s],this.widgetFullName),o&&o!==this&&!o.options.disabled&&(u.push([t.isFunction(o.options.items)?o.options.items.call(o.element[0],e,{item:this.currentItem}):t(o.options.items,o.element),o]),this.containers.push(o));for(i=u.length-1;i>=0;i--)for(a=u[i][1],r=u[i][0],s=0,l=r.length;l>s;s++)h=t(r[s]),h.data(this.widgetName+"-item",a),c.push({item:h,instance:a,width:0,height:0,left:0,top:0})},refreshPositions:function(e){this.floating=this.items.length?"x"===this.options.axis||this._isFloating(this.items[0].item):!1,this.offsetParent&&this.helper&&(this.offset.parent=this._getParentOffset());var i,s,n,o;for(i=this.items.length-1;i>=0;i--)s=this.items[i],s.instance!==this.currentContainer&&this.currentContainer&&s.item[0]!==this.currentItem[0]||(n=this.options.toleranceElement?t(this.options.toleranceElement,s.item):s.item,e||(s.width=n.outerWidth(),s.height=n.outerHeight()),o=n.offset(),s.left=o.left,s.top=o.top);if(this.options.custom&&this.options.custom.refreshContainers)this.options.custom.refreshContainers.call(this);else for(i=this.containers.length-1;i>=0;i--)o=this.containers[i].element.offset(),this.containers[i].containerCache.left=o.left,this.containers[i].containerCache.top=o.top,this.containers[i].containerCache.width=this.containers[i].element.outerWidth(),this.containers[i].containerCache.height=this.containers[i].element.outerHeight();return this},_createPlaceholder:function(e){e=e||this;var i,s=e.options;s.placeholder&&s.placeholder.constructor!==String||(i=s.placeholder,s.placeholder={element:function(){var s=e.currentItem[0].nodeName.toLowerCase(),n=t("<"+s+">",e.document[0]);return e._addClass(n,"ui-sortable-placeholder",i||e.currentItem[0].className)._removeClass(n,"ui-sortable-helper"),"tbody"===s?e._createTrPlaceholder(e.currentItem.find("tr").eq(0),t("<tr>",e.document[0]).appendTo(n)):"tr"===s?e._createTrPlaceholder(e.currentItem,n):"img"===s&&n.attr("src",e.currentItem.attr("src")),i||n.css("visibility","hidden"),n},update:function(t,n){(!i||s.forcePlaceholderSize)&&(n.height()||n.height(e.currentItem.innerHeight()-parseInt(e.currentItem.css("paddingTop")||0,10)-parseInt(e.currentItem.css("paddingBottom")||0,10)),n.width()||n.width(e.currentItem.innerWidth()-parseInt(e.currentItem.css("paddingLeft")||0,10)-parseInt(e.currentItem.css("paddingRight")||0,10)))}}),e.placeholder=t(s.placeholder.element.call(e.element,e.currentItem)),e.currentItem.after(e.placeholder),s.placeholder.update(e,e.placeholder)},_createTrPlaceholder:function(e,i){var s=this;e.children().each(function(){t("<td>&#160;</td>",s.document[0]).attr("colspan",t(this).attr("colspan")||1).appendTo(i)})},_contactContainers:function(e){var i,s,n,o,a,r,h,l,c,u,d=null,p=null;for(i=this.containers.length-1;i>=0;i--)if(!t.contains(this.currentItem[0],this.containers[i].element[0]))if(this._intersectsWith(this.containers[i].containerCache)){if(d&&t.contains(this.containers[i].element[0],d.element[0]))continue;d=this.containers[i],p=i}else this.containers[i].containerCache.over&&(this.containers[i]._trigger("out",e,this._uiHash(this)),this.containers[i].containerCache.over=0);if(d)if(1===this.containers.length)this.containers[p].containerCache.over||(this.containers[p]._trigger("over",e,this._uiHash(this)),this.containers[p].containerCache.over=1);else{for(n=1e4,o=null,c=d.floating||this._isFloating(this.currentItem),a=c?"left":"top",r=c?"width":"height",u=c?"pageX":"pageY",s=this.items.length-1;s>=0;s--)t.contains(this.containers[p].element[0],this.items[s].item[0])&&this.items[s].item[0]!==this.currentItem[0]&&(h=this.items[s].item.offset()[a],l=!1,e[u]-h>this.items[s][r]/2&&(l=!0),n>Math.abs(e[u]-h)&&(n=Math.abs(e[u]-h),o=this.items[s],this.direction=l?"up":"down"));if(!o&&!this.options.dropOnEmpty)return;if(this.currentContainer===this.containers[p])return this.currentContainer.containerCache.over||(this.containers[p]._trigger("over",e,this._uiHash()),this.currentContainer.containerCache.over=1),void 0;o?this._rearrange(e,o,null,!0):this._rearrange(e,null,this.containers[p].element,!0),this._trigger("change",e,this._uiHash()),this.containers[p]._trigger("change",e,this._uiHash(this)),this.currentContainer=this.containers[p],this.options.placeholder.update(this.currentContainer,this.placeholder),this.containers[p]._trigger("over",e,this._uiHash(this)),this.containers[p].containerCache.over=1}},_createHelper:function(e){var i=this.options,s=t.isFunction(i.helper)?t(i.helper.apply(this.element[0],[e,this.currentItem])):"clone"===i.helper?this.currentItem.clone():this.currentItem;return s.parents("body").length||t("parent"!==i.appendTo?i.appendTo:this.currentItem[0].parentNode)[0].appendChild(s[0]),s[0]===this.currentItem[0]&&(this._storedCSS={width:this.currentItem[0].style.width,height:this.currentItem[0].style.height,position:this.currentItem.css("position"),top:this.currentItem.css("top"),left:this.currentItem.css("left")}),(!s[0].style.width||i.forceHelperSize)&&s.width(this.currentItem.width()),(!s[0].style.height||i.forceHelperSize)&&s.height(this.currentItem.height()),s},_adjustOffsetFromHelper:function(e){"string"==typeof e&&(e=e.split(" ")),t.isArray(e)&&(e={left:+e[0],top:+e[1]||0}),"left"in e&&(this.offset.click.left=e.left+this.margins.left),"right"in e&&(this.offset.click.left=this.helperProportions.width-e.right+this.margins.left),"top"in e&&(this.offset.click.top=e.top+this.margins.top),"bottom"in e&&(this.offset.click.top=this.helperProportions.height-e.bottom+this.margins.top)},_getParentOffset:function(){this.offsetParent=this.helper.offsetParent();var e=this.offsetParent.offset();return"absolute"===this.cssPosition&&this.scrollParent[0]!==this.document[0]&&t.contains(this.scrollParent[0],this.offsetParent[0])&&(e.left+=this.scrollParent.scrollLeft(),e.top+=this.scrollParent.scrollTop()),(this.offsetParent[0]===this.document[0].body||this.offsetParent[0].tagName&&"html"===this.offsetParent[0].tagName.toLowerCase()&&t.ui.ie)&&(e={top:0,left:0}),{top:e.top+(parseInt(this.offsetParent.css("borderTopWidth"),10)||0),left:e.left+(parseInt(this.offsetParent.css("borderLeftWidth"),10)||0)}},_getRelativeOffset:function(){if("relative"===this.cssPosition){var t=this.currentItem.position();return{top:t.top-(parseInt(this.helper.css("top"),10)||0)+this.scrollParent.scrollTop(),left:t.left-(parseInt(this.helper.css("left"),10)||0)+this.scrollParent.scrollLeft()}}return{top:0,left:0}},_cacheMargins:function(){this.margins={left:parseInt(this.currentItem.css("marginLeft"),10)||0,top:parseInt(this.currentItem.css("marginTop"),10)||0}},_cacheHelperProportions:function(){this.helperProportions={width:this.helper.outerWidth(),height:this.helper.outerHeight()}},_setContainment:function(){var e,i,s,n=this.options;"parent"===n.containment&&(n.containment=this.helper[0].parentNode),("document"===n.containment||"window"===n.containment)&&(this.containment=[0-this.offset.relative.left-this.offset.parent.left,0-this.offset.relative.top-this.offset.parent.top,"document"===n.containment?this.document.width():this.window.width()-this.helperProportions.width-this.margins.left,("document"===n.containment?this.document.height()||document.body.parentNode.scrollHeight:this.window.height()||this.document[0].body.parentNode.scrollHeight)-this.helperProportions.height-this.margins.top]),/^(document|window|parent)$/.test(n.containment)||(e=t(n.containment)[0],i=t(n.containment).offset(),s="hidden"!==t(e).css("overflow"),this.containment=[i.left+(parseInt(t(e).css("borderLeftWidth"),10)||0)+(parseInt(t(e).css("paddingLeft"),10)||0)-this.margins.left,i.top+(parseInt(t(e).css("borderTopWidth"),10)||0)+(parseInt(t(e).css("paddingTop"),10)||0)-this.margins.top,i.left+(s?Math.max(e.scrollWidth,e.offsetWidth):e.offsetWidth)-(parseInt(t(e).css("borderLeftWidth"),10)||0)-(parseInt(t(e).css("paddingRight"),10)||0)-this.helperProportions.width-this.margins.left,i.top+(s?Math.max(e.scrollHeight,e.offsetHeight):e.offsetHeight)-(parseInt(t(e).css("borderTopWidth"),10)||0)-(parseInt(t(e).css("paddingBottom"),10)||0)-this.helperProportions.height-this.margins.top])},_convertPositionTo:function(e,i){i||(i=this.position);var s="absolute"===e?1:-1,n="absolute"!==this.cssPosition||this.scrollParent[0]!==this.document[0]&&t.contains(this.scrollParent[0],this.offsetParent[0])?this.scrollParent:this.offsetParent,o=/(html|body)/i.test(n[0].tagName);return{top:i.top+this.offset.relative.top*s+this.offset.parent.top*s-("fixed"===this.cssPosition?-this.scrollParent.scrollTop():o?0:n.scrollTop())*s,left:i.left+this.offset.relative.left*s+this.offset.parent.left*s-("fixed"===this.cssPosition?-this.scrollParent.scrollLeft():o?0:n.scrollLeft())*s}},_generatePosition:function(e){var i,s,n=this.options,o=e.pageX,a=e.pageY,r="absolute"!==this.cssPosition||this.scrollParent[0]!==this.document[0]&&t.contains(this.scrollParent[0],this.offsetParent[0])?this.scrollParent:this.offsetParent,h=/(html|body)/i.test(r[0].tagName);return"relative"!==this.cssPosition||this.scrollParent[0]!==this.document[0]&&this.scrollParent[0]!==this.offsetParent[0]||(this.offset.relative=this._getRelativeOffset()),this.originalPosition&&(this.containment&&(e.pageX-this.offset.click.left<this.containment[0]&&(o=this.containment[0]+this.offset.click.left),e.pageY-this.offset.click.top<this.containment[1]&&(a=this.containment[1]+this.offset.click.top),e.pageX-this.offset.click.left>this.containment[2]&&(o=this.containment[2]+this.offset.click.left),e.pageY-this.offset.click.top>this.containment[3]&&(a=this.containment[3]+this.offset.click.top)),n.grid&&(i=this.originalPageY+Math.round((a-this.originalPageY)/n.grid[1])*n.grid[1],a=this.containment?i-this.offset.click.top>=this.containment[1]&&i-this.offset.click.top<=this.containment[3]?i:i-this.offset.click.top>=this.containment[1]?i-n.grid[1]:i+n.grid[1]:i,s=this.originalPageX+Math.round((o-this.originalPageX)/n.grid[0])*n.grid[0],o=this.containment?s-this.offset.click.left>=this.containment[0]&&s-this.offset.click.left<=this.containment[2]?s:s-this.offset.click.left>=this.containment[0]?s-n.grid[0]:s+n.grid[0]:s)),{top:a-this.offset.click.top-this.offset.relative.top-this.offset.parent.top+("fixed"===this.cssPosition?-this.scrollParent.scrollTop():h?0:r.scrollTop()),left:o-this.offset.click.left-this.offset.relative.left-this.offset.parent.left+("fixed"===this.cssPosition?-this.scrollParent.scrollLeft():h?0:r.scrollLeft())}},_rearrange:function(t,e,i,s){i?i[0].appendChild(this.placeholder[0]):e.item[0].parentNode.insertBefore(this.placeholder[0],"down"===this.direction?e.item[0]:e.item[0].nextSibling),this.counter=this.counter?++this.counter:1;var n=this.counter; -this._delay(function(){n===this.counter&&this.refreshPositions(!s)})},_clear:function(t,e){function i(t,e,i){return function(s){i._trigger(t,s,e._uiHash(e))}}this.reverting=!1;var s,n=[];if(!this._noFinalSort&&this.currentItem.parent().length&&this.placeholder.before(this.currentItem),this._noFinalSort=null,this.helper[0]===this.currentItem[0]){for(s in this._storedCSS)("auto"===this._storedCSS[s]||"static"===this._storedCSS[s])&&(this._storedCSS[s]="");this.currentItem.css(this._storedCSS),this._removeClass(this.currentItem,"ui-sortable-helper")}else this.currentItem.show();for(this.fromOutside&&!e&&n.push(function(t){this._trigger("receive",t,this._uiHash(this.fromOutside))}),!this.fromOutside&&this.domPosition.prev===this.currentItem.prev().not(".ui-sortable-helper")[0]&&this.domPosition.parent===this.currentItem.parent()[0]||e||n.push(function(t){this._trigger("update",t,this._uiHash())}),this!==this.currentContainer&&(e||(n.push(function(t){this._trigger("remove",t,this._uiHash())}),n.push(function(t){return function(e){t._trigger("receive",e,this._uiHash(this))}}.call(this,this.currentContainer)),n.push(function(t){return function(e){t._trigger("update",e,this._uiHash(this))}}.call(this,this.currentContainer)))),s=this.containers.length-1;s>=0;s--)e||n.push(i("deactivate",this,this.containers[s])),this.containers[s].containerCache.over&&(n.push(i("out",this,this.containers[s])),this.containers[s].containerCache.over=0);if(this.storedCursor&&(this.document.find("body").css("cursor",this.storedCursor),this.storedStylesheet.remove()),this._storedOpacity&&this.helper.css("opacity",this._storedOpacity),this._storedZIndex&&this.helper.css("zIndex","auto"===this._storedZIndex?"":this._storedZIndex),this.dragging=!1,e||this._trigger("beforeStop",t,this._uiHash()),this.placeholder[0].parentNode.removeChild(this.placeholder[0]),this.cancelHelperRemoval||(this.helper[0]!==this.currentItem[0]&&this.helper.remove(),this.helper=null),!e){for(s=0;n.length>s;s++)n[s].call(this,t);this._trigger("stop",t,this._uiHash())}return this.fromOutside=!1,!this.cancelHelperRemoval},_trigger:function(){t.Widget.prototype._trigger.apply(this,arguments)===!1&&this.cancel()},_uiHash:function(e){var i=e||this;return{helper:i.helper,placeholder:i.placeholder||t([]),position:i.position,originalPosition:i.originalPosition,offset:i.positionAbs,item:i.currentItem,sender:e?e.element:null}}}),t.widget("ui.spinner",{version:"1.12.1",defaultElement:"<input>",widgetEventPrefix:"spin",options:{classes:{"ui-spinner":"ui-corner-all","ui-spinner-down":"ui-corner-br","ui-spinner-up":"ui-corner-tr"},culture:null,icons:{down:"ui-icon-triangle-1-s",up:"ui-icon-triangle-1-n"},incremental:!0,max:null,min:null,numberFormat:null,page:10,step:1,change:null,spin:null,start:null,stop:null},_create:function(){this._setOption("max",this.options.max),this._setOption("min",this.options.min),this._setOption("step",this.options.step),""!==this.value()&&this._value(this.element.val(),!0),this._draw(),this._on(this._events),this._refresh(),this._on(this.window,{beforeunload:function(){this.element.removeAttr("autocomplete")}})},_getCreateOptions:function(){var e=this._super(),i=this.element;return t.each(["min","max","step"],function(t,s){var n=i.attr(s);null!=n&&n.length&&(e[s]=n)}),e},_events:{keydown:function(t){this._start(t)&&this._keydown(t)&&t.preventDefault()},keyup:"_stop",focus:function(){this.previous=this.element.val()},blur:function(t){return this.cancelBlur?(delete this.cancelBlur,void 0):(this._stop(),this._refresh(),this.previous!==this.element.val()&&this._trigger("change",t),void 0)},mousewheel:function(t,e){if(e){if(!this.spinning&&!this._start(t))return!1;this._spin((e>0?1:-1)*this.options.step,t),clearTimeout(this.mousewheelTimer),this.mousewheelTimer=this._delay(function(){this.spinning&&this._stop(t)},100),t.preventDefault()}},"mousedown .ui-spinner-button":function(e){function i(){var e=this.element[0]===t.ui.safeActiveElement(this.document[0]);e||(this.element.trigger("focus"),this.previous=s,this._delay(function(){this.previous=s}))}var s;s=this.element[0]===t.ui.safeActiveElement(this.document[0])?this.previous:this.element.val(),e.preventDefault(),i.call(this),this.cancelBlur=!0,this._delay(function(){delete this.cancelBlur,i.call(this)}),this._start(e)!==!1&&this._repeat(null,t(e.currentTarget).hasClass("ui-spinner-up")?1:-1,e)},"mouseup .ui-spinner-button":"_stop","mouseenter .ui-spinner-button":function(e){return t(e.currentTarget).hasClass("ui-state-active")?this._start(e)===!1?!1:(this._repeat(null,t(e.currentTarget).hasClass("ui-spinner-up")?1:-1,e),void 0):void 0},"mouseleave .ui-spinner-button":"_stop"},_enhance:function(){this.uiSpinner=this.element.attr("autocomplete","off").wrap("<span>").parent().append("<a></a><a></a>")},_draw:function(){this._enhance(),this._addClass(this.uiSpinner,"ui-spinner","ui-widget ui-widget-content"),this._addClass("ui-spinner-input"),this.element.attr("role","spinbutton"),this.buttons=this.uiSpinner.children("a").attr("tabIndex",-1).attr("aria-hidden",!0).button({classes:{"ui-button":""}}),this._removeClass(this.buttons,"ui-corner-all"),this._addClass(this.buttons.first(),"ui-spinner-button ui-spinner-up"),this._addClass(this.buttons.last(),"ui-spinner-button ui-spinner-down"),this.buttons.first().button({icon:this.options.icons.up,showLabel:!1}),this.buttons.last().button({icon:this.options.icons.down,showLabel:!1}),this.buttons.height()>Math.ceil(.5*this.uiSpinner.height())&&this.uiSpinner.height()>0&&this.uiSpinner.height(this.uiSpinner.height())},_keydown:function(e){var i=this.options,s=t.ui.keyCode;switch(e.keyCode){case s.UP:return this._repeat(null,1,e),!0;case s.DOWN:return this._repeat(null,-1,e),!0;case s.PAGE_UP:return this._repeat(null,i.page,e),!0;case s.PAGE_DOWN:return this._repeat(null,-i.page,e),!0}return!1},_start:function(t){return this.spinning||this._trigger("start",t)!==!1?(this.counter||(this.counter=1),this.spinning=!0,!0):!1},_repeat:function(t,e,i){t=t||500,clearTimeout(this.timer),this.timer=this._delay(function(){this._repeat(40,e,i)},t),this._spin(e*this.options.step,i)},_spin:function(t,e){var i=this.value()||0;this.counter||(this.counter=1),i=this._adjustValue(i+t*this._increment(this.counter)),this.spinning&&this._trigger("spin",e,{value:i})===!1||(this._value(i),this.counter++)},_increment:function(e){var i=this.options.incremental;return i?t.isFunction(i)?i(e):Math.floor(e*e*e/5e4-e*e/500+17*e/200+1):1},_precision:function(){var t=this._precisionOf(this.options.step);return null!==this.options.min&&(t=Math.max(t,this._precisionOf(this.options.min))),t},_precisionOf:function(t){var e=""+t,i=e.indexOf(".");return-1===i?0:e.length-i-1},_adjustValue:function(t){var e,i,s=this.options;return e=null!==s.min?s.min:0,i=t-e,i=Math.round(i/s.step)*s.step,t=e+i,t=parseFloat(t.toFixed(this._precision())),null!==s.max&&t>s.max?s.max:null!==s.min&&s.min>t?s.min:t},_stop:function(t){this.spinning&&(clearTimeout(this.timer),clearTimeout(this.mousewheelTimer),this.counter=0,this.spinning=!1,this._trigger("stop",t))},_setOption:function(t,e){var i,s,n;return"culture"===t||"numberFormat"===t?(i=this._parse(this.element.val()),this.options[t]=e,this.element.val(this._format(i)),void 0):(("max"===t||"min"===t||"step"===t)&&"string"==typeof e&&(e=this._parse(e)),"icons"===t&&(s=this.buttons.first().find(".ui-icon"),this._removeClass(s,null,this.options.icons.up),this._addClass(s,null,e.up),n=this.buttons.last().find(".ui-icon"),this._removeClass(n,null,this.options.icons.down),this._addClass(n,null,e.down)),this._super(t,e),void 0)},_setOptionDisabled:function(t){this._super(t),this._toggleClass(this.uiSpinner,null,"ui-state-disabled",!!t),this.element.prop("disabled",!!t),this.buttons.button(t?"disable":"enable")},_setOptions:r(function(t){this._super(t)}),_parse:function(t){return"string"==typeof t&&""!==t&&(t=window.Globalize&&this.options.numberFormat?Globalize.parseFloat(t,10,this.options.culture):+t),""===t||isNaN(t)?null:t},_format:function(t){return""===t?"":window.Globalize&&this.options.numberFormat?Globalize.format(t,this.options.numberFormat,this.options.culture):t},_refresh:function(){this.element.attr({"aria-valuemin":this.options.min,"aria-valuemax":this.options.max,"aria-valuenow":this._parse(this.element.val())})},isValid:function(){var t=this.value();return null===t?!1:t===this._adjustValue(t)},_value:function(t,e){var i;""!==t&&(i=this._parse(t),null!==i&&(e||(i=this._adjustValue(i)),t=this._format(i))),this.element.val(t),this._refresh()},_destroy:function(){this.element.prop("disabled",!1).removeAttr("autocomplete role aria-valuemin aria-valuemax aria-valuenow"),this.uiSpinner.replaceWith(this.element)},stepUp:r(function(t){this._stepUp(t)}),_stepUp:function(t){this._start()&&(this._spin((t||1)*this.options.step),this._stop())},stepDown:r(function(t){this._stepDown(t)}),_stepDown:function(t){this._start()&&(this._spin((t||1)*-this.options.step),this._stop())},pageUp:r(function(t){this._stepUp((t||1)*this.options.page)}),pageDown:r(function(t){this._stepDown((t||1)*this.options.page)}),value:function(t){return arguments.length?(r(this._value).call(this,t),void 0):this._parse(this.element.val())},widget:function(){return this.uiSpinner}}),t.uiBackCompat!==!1&&t.widget("ui.spinner",t.ui.spinner,{_enhance:function(){this.uiSpinner=this.element.attr("autocomplete","off").wrap(this._uiSpinnerHtml()).parent().append(this._buttonHtml())},_uiSpinnerHtml:function(){return"<span>"},_buttonHtml:function(){return"<a></a><a></a>"}}),t.ui.spinner,t.widget("ui.tabs",{version:"1.12.1",delay:300,options:{active:null,classes:{"ui-tabs":"ui-corner-all","ui-tabs-nav":"ui-corner-all","ui-tabs-panel":"ui-corner-bottom","ui-tabs-tab":"ui-corner-top"},collapsible:!1,event:"click",heightStyle:"content",hide:null,show:null,activate:null,beforeActivate:null,beforeLoad:null,load:null},_isLocal:function(){var t=/#.*$/;return function(e){var i,s;i=e.href.replace(t,""),s=location.href.replace(t,"");try{i=decodeURIComponent(i)}catch(n){}try{s=decodeURIComponent(s)}catch(n){}return e.hash.length>1&&i===s}}(),_create:function(){var e=this,i=this.options;this.running=!1,this._addClass("ui-tabs","ui-widget ui-widget-content"),this._toggleClass("ui-tabs-collapsible",null,i.collapsible),this._processTabs(),i.active=this._initialActive(),t.isArray(i.disabled)&&(i.disabled=t.unique(i.disabled.concat(t.map(this.tabs.filter(".ui-state-disabled"),function(t){return e.tabs.index(t)}))).sort()),this.active=this.options.active!==!1&&this.anchors.length?this._findActive(i.active):t(),this._refresh(),this.active.length&&this.load(i.active)},_initialActive:function(){var e=this.options.active,i=this.options.collapsible,s=location.hash.substring(1);return null===e&&(s&&this.tabs.each(function(i,n){return t(n).attr("aria-controls")===s?(e=i,!1):void 0}),null===e&&(e=this.tabs.index(this.tabs.filter(".ui-tabs-active"))),(null===e||-1===e)&&(e=this.tabs.length?0:!1)),e!==!1&&(e=this.tabs.index(this.tabs.eq(e)),-1===e&&(e=i?!1:0)),!i&&e===!1&&this.anchors.length&&(e=0),e},_getCreateEventData:function(){return{tab:this.active,panel:this.active.length?this._getPanelForTab(this.active):t()}},_tabKeydown:function(e){var i=t(t.ui.safeActiveElement(this.document[0])).closest("li"),s=this.tabs.index(i),n=!0;if(!this._handlePageNav(e)){switch(e.keyCode){case t.ui.keyCode.RIGHT:case t.ui.keyCode.DOWN:s++;break;case t.ui.keyCode.UP:case t.ui.keyCode.LEFT:n=!1,s--;break;case t.ui.keyCode.END:s=this.anchors.length-1;break;case t.ui.keyCode.HOME:s=0;break;case t.ui.keyCode.SPACE:return e.preventDefault(),clearTimeout(this.activating),this._activate(s),void 0;case t.ui.keyCode.ENTER:return e.preventDefault(),clearTimeout(this.activating),this._activate(s===this.options.active?!1:s),void 0;default:return}e.preventDefault(),clearTimeout(this.activating),s=this._focusNextTab(s,n),e.ctrlKey||e.metaKey||(i.attr("aria-selected","false"),this.tabs.eq(s).attr("aria-selected","true"),this.activating=this._delay(function(){this.option("active",s)},this.delay))}},_panelKeydown:function(e){this._handlePageNav(e)||e.ctrlKey&&e.keyCode===t.ui.keyCode.UP&&(e.preventDefault(),this.active.trigger("focus"))},_handlePageNav:function(e){return e.altKey&&e.keyCode===t.ui.keyCode.PAGE_UP?(this._activate(this._focusNextTab(this.options.active-1,!1)),!0):e.altKey&&e.keyCode===t.ui.keyCode.PAGE_DOWN?(this._activate(this._focusNextTab(this.options.active+1,!0)),!0):void 0},_findNextTab:function(e,i){function s(){return e>n&&(e=0),0>e&&(e=n),e}for(var n=this.tabs.length-1;-1!==t.inArray(s(),this.options.disabled);)e=i?e+1:e-1;return e},_focusNextTab:function(t,e){return t=this._findNextTab(t,e),this.tabs.eq(t).trigger("focus"),t},_setOption:function(t,e){return"active"===t?(this._activate(e),void 0):(this._super(t,e),"collapsible"===t&&(this._toggleClass("ui-tabs-collapsible",null,e),e||this.options.active!==!1||this._activate(0)),"event"===t&&this._setupEvents(e),"heightStyle"===t&&this._setupHeightStyle(e),void 0)},_sanitizeSelector:function(t){return t?t.replace(/[!"$%&'()*+,.\/:;<=>?@\[\]\^`{|}~]/g,"\\$&"):""},refresh:function(){var e=this.options,i=this.tablist.children(":has(a[href])");e.disabled=t.map(i.filter(".ui-state-disabled"),function(t){return i.index(t)}),this._processTabs(),e.active!==!1&&this.anchors.length?this.active.length&&!t.contains(this.tablist[0],this.active[0])?this.tabs.length===e.disabled.length?(e.active=!1,this.active=t()):this._activate(this._findNextTab(Math.max(0,e.active-1),!1)):e.active=this.tabs.index(this.active):(e.active=!1,this.active=t()),this._refresh()},_refresh:function(){this._setOptionDisabled(this.options.disabled),this._setupEvents(this.options.event),this._setupHeightStyle(this.options.heightStyle),this.tabs.not(this.active).attr({"aria-selected":"false","aria-expanded":"false",tabIndex:-1}),this.panels.not(this._getPanelForTab(this.active)).hide().attr({"aria-hidden":"true"}),this.active.length?(this.active.attr({"aria-selected":"true","aria-expanded":"true",tabIndex:0}),this._addClass(this.active,"ui-tabs-active","ui-state-active"),this._getPanelForTab(this.active).show().attr({"aria-hidden":"false"})):this.tabs.eq(0).attr("tabIndex",0)},_processTabs:function(){var e=this,i=this.tabs,s=this.anchors,n=this.panels;this.tablist=this._getList().attr("role","tablist"),this._addClass(this.tablist,"ui-tabs-nav","ui-helper-reset ui-helper-clearfix ui-widget-header"),this.tablist.on("mousedown"+this.eventNamespace,"> li",function(e){t(this).is(".ui-state-disabled")&&e.preventDefault()}).on("focus"+this.eventNamespace,".ui-tabs-anchor",function(){t(this).closest("li").is(".ui-state-disabled")&&this.blur()}),this.tabs=this.tablist.find("> li:has(a[href])").attr({role:"tab",tabIndex:-1}),this._addClass(this.tabs,"ui-tabs-tab","ui-state-default"),this.anchors=this.tabs.map(function(){return t("a",this)[0]}).attr({role:"presentation",tabIndex:-1}),this._addClass(this.anchors,"ui-tabs-anchor"),this.panels=t(),this.anchors.each(function(i,s){var n,o,a,r=t(s).uniqueId().attr("id"),h=t(s).closest("li"),l=h.attr("aria-controls");e._isLocal(s)?(n=s.hash,a=n.substring(1),o=e.element.find(e._sanitizeSelector(n))):(a=h.attr("aria-controls")||t({}).uniqueId()[0].id,n="#"+a,o=e.element.find(n),o.length||(o=e._createPanel(a),o.insertAfter(e.panels[i-1]||e.tablist)),o.attr("aria-live","polite")),o.length&&(e.panels=e.panels.add(o)),l&&h.data("ui-tabs-aria-controls",l),h.attr({"aria-controls":a,"aria-labelledby":r}),o.attr("aria-labelledby",r)}),this.panels.attr("role","tabpanel"),this._addClass(this.panels,"ui-tabs-panel","ui-widget-content"),i&&(this._off(i.not(this.tabs)),this._off(s.not(this.anchors)),this._off(n.not(this.panels)))},_getList:function(){return this.tablist||this.element.find("ol, ul").eq(0)},_createPanel:function(e){return t("<div>").attr("id",e).data("ui-tabs-destroy",!0)},_setOptionDisabled:function(e){var i,s,n;for(t.isArray(e)&&(e.length?e.length===this.anchors.length&&(e=!0):e=!1),n=0;s=this.tabs[n];n++)i=t(s),e===!0||-1!==t.inArray(n,e)?(i.attr("aria-disabled","true"),this._addClass(i,null,"ui-state-disabled")):(i.removeAttr("aria-disabled"),this._removeClass(i,null,"ui-state-disabled"));this.options.disabled=e,this._toggleClass(this.widget(),this.widgetFullName+"-disabled",null,e===!0)},_setupEvents:function(e){var i={};e&&t.each(e.split(" "),function(t,e){i[e]="_eventHandler"}),this._off(this.anchors.add(this.tabs).add(this.panels)),this._on(!0,this.anchors,{click:function(t){t.preventDefault()}}),this._on(this.anchors,i),this._on(this.tabs,{keydown:"_tabKeydown"}),this._on(this.panels,{keydown:"_panelKeydown"}),this._focusable(this.tabs),this._hoverable(this.tabs)},_setupHeightStyle:function(e){var i,s=this.element.parent();"fill"===e?(i=s.height(),i-=this.element.outerHeight()-this.element.height(),this.element.siblings(":visible").each(function(){var e=t(this),s=e.css("position");"absolute"!==s&&"fixed"!==s&&(i-=e.outerHeight(!0))}),this.element.children().not(this.panels).each(function(){i-=t(this).outerHeight(!0)}),this.panels.each(function(){t(this).height(Math.max(0,i-t(this).innerHeight()+t(this).height()))}).css("overflow","auto")):"auto"===e&&(i=0,this.panels.each(function(){i=Math.max(i,t(this).height("").height())}).height(i))},_eventHandler:function(e){var i=this.options,s=this.active,n=t(e.currentTarget),o=n.closest("li"),a=o[0]===s[0],r=a&&i.collapsible,h=r?t():this._getPanelForTab(o),l=s.length?this._getPanelForTab(s):t(),c={oldTab:s,oldPanel:l,newTab:r?t():o,newPanel:h};e.preventDefault(),o.hasClass("ui-state-disabled")||o.hasClass("ui-tabs-loading")||this.running||a&&!i.collapsible||this._trigger("beforeActivate",e,c)===!1||(i.active=r?!1:this.tabs.index(o),this.active=a?t():o,this.xhr&&this.xhr.abort(),l.length||h.length||t.error("jQuery UI Tabs: Mismatching fragment identifier."),h.length&&this.load(this.tabs.index(o),e),this._toggle(e,c))},_toggle:function(e,i){function s(){o.running=!1,o._trigger("activate",e,i)}function n(){o._addClass(i.newTab.closest("li"),"ui-tabs-active","ui-state-active"),a.length&&o.options.show?o._show(a,o.options.show,s):(a.show(),s())}var o=this,a=i.newPanel,r=i.oldPanel;this.running=!0,r.length&&this.options.hide?this._hide(r,this.options.hide,function(){o._removeClass(i.oldTab.closest("li"),"ui-tabs-active","ui-state-active"),n()}):(this._removeClass(i.oldTab.closest("li"),"ui-tabs-active","ui-state-active"),r.hide(),n()),r.attr("aria-hidden","true"),i.oldTab.attr({"aria-selected":"false","aria-expanded":"false"}),a.length&&r.length?i.oldTab.attr("tabIndex",-1):a.length&&this.tabs.filter(function(){return 0===t(this).attr("tabIndex")}).attr("tabIndex",-1),a.attr("aria-hidden","false"),i.newTab.attr({"aria-selected":"true","aria-expanded":"true",tabIndex:0})},_activate:function(e){var i,s=this._findActive(e);s[0]!==this.active[0]&&(s.length||(s=this.active),i=s.find(".ui-tabs-anchor")[0],this._eventHandler({target:i,currentTarget:i,preventDefault:t.noop}))},_findActive:function(e){return e===!1?t():this.tabs.eq(e)},_getIndex:function(e){return"string"==typeof e&&(e=this.anchors.index(this.anchors.filter("[href$='"+t.ui.escapeSelector(e)+"']"))),e},_destroy:function(){this.xhr&&this.xhr.abort(),this.tablist.removeAttr("role").off(this.eventNamespace),this.anchors.removeAttr("role tabIndex").removeUniqueId(),this.tabs.add(this.panels).each(function(){t.data(this,"ui-tabs-destroy")?t(this).remove():t(this).removeAttr("role tabIndex aria-live aria-busy aria-selected aria-labelledby aria-hidden aria-expanded")}),this.tabs.each(function(){var e=t(this),i=e.data("ui-tabs-aria-controls");i?e.attr("aria-controls",i).removeData("ui-tabs-aria-controls"):e.removeAttr("aria-controls")}),this.panels.show(),"content"!==this.options.heightStyle&&this.panels.css("height","")},enable:function(e){var i=this.options.disabled;i!==!1&&(void 0===e?i=!1:(e=this._getIndex(e),i=t.isArray(i)?t.map(i,function(t){return t!==e?t:null}):t.map(this.tabs,function(t,i){return i!==e?i:null})),this._setOptionDisabled(i))},disable:function(e){var i=this.options.disabled;if(i!==!0){if(void 0===e)i=!0;else{if(e=this._getIndex(e),-1!==t.inArray(e,i))return;i=t.isArray(i)?t.merge([e],i).sort():[e]}this._setOptionDisabled(i)}},load:function(e,i){e=this._getIndex(e);var s=this,n=this.tabs.eq(e),o=n.find(".ui-tabs-anchor"),a=this._getPanelForTab(n),r={tab:n,panel:a},h=function(t,e){"abort"===e&&s.panels.stop(!1,!0),s._removeClass(n,"ui-tabs-loading"),a.removeAttr("aria-busy"),t===s.xhr&&delete s.xhr};this._isLocal(o[0])||(this.xhr=t.ajax(this._ajaxSettings(o,i,r)),this.xhr&&"canceled"!==this.xhr.statusText&&(this._addClass(n,"ui-tabs-loading"),a.attr("aria-busy","true"),this.xhr.done(function(t,e,n){setTimeout(function(){a.html(t),s._trigger("load",i,r),h(n,e)},1)}).fail(function(t,e){setTimeout(function(){h(t,e)},1)})))},_ajaxSettings:function(e,i,s){var n=this;return{url:e.attr("href").replace(/#.*$/,""),beforeSend:function(e,o){return n._trigger("beforeLoad",i,t.extend({jqXHR:e,ajaxSettings:o},s))}}},_getPanelForTab:function(e){var i=t(e).attr("aria-controls");return this.element.find(this._sanitizeSelector("#"+i))}}),t.uiBackCompat!==!1&&t.widget("ui.tabs",t.ui.tabs,{_processTabs:function(){this._superApply(arguments),this._addClass(this.tabs,"ui-tab")}}),t.ui.tabs,t.widget("ui.tooltip",{version:"1.12.1",options:{classes:{"ui-tooltip":"ui-corner-all ui-widget-shadow"},content:function(){var e=t(this).attr("title")||"";return t("<a>").text(e).html()},hide:!0,items:"[title]:not([disabled])",position:{my:"left top+15",at:"left bottom",collision:"flipfit flip"},show:!0,track:!1,close:null,open:null},_addDescribedBy:function(e,i){var s=(e.attr("aria-describedby")||"").split(/\s+/);s.push(i),e.data("ui-tooltip-id",i).attr("aria-describedby",t.trim(s.join(" ")))},_removeDescribedBy:function(e){var i=e.data("ui-tooltip-id"),s=(e.attr("aria-describedby")||"").split(/\s+/),n=t.inArray(i,s);-1!==n&&s.splice(n,1),e.removeData("ui-tooltip-id"),s=t.trim(s.join(" ")),s?e.attr("aria-describedby",s):e.removeAttr("aria-describedby")},_create:function(){this._on({mouseover:"open",focusin:"open"}),this.tooltips={},this.parents={},this.liveRegion=t("<div>").attr({role:"log","aria-live":"assertive","aria-relevant":"additions"}).appendTo(this.document[0].body),this._addClass(this.liveRegion,null,"ui-helper-hidden-accessible"),this.disabledTitles=t([])},_setOption:function(e,i){var s=this;this._super(e,i),"content"===e&&t.each(this.tooltips,function(t,e){s._updateContent(e.element)})},_setOptionDisabled:function(t){this[t?"_disable":"_enable"]()},_disable:function(){var e=this;t.each(this.tooltips,function(i,s){var n=t.Event("blur");n.target=n.currentTarget=s.element[0],e.close(n,!0)}),this.disabledTitles=this.disabledTitles.add(this.element.find(this.options.items).addBack().filter(function(){var e=t(this);return e.is("[title]")?e.data("ui-tooltip-title",e.attr("title")).removeAttr("title"):void 0}))},_enable:function(){this.disabledTitles.each(function(){var e=t(this);e.data("ui-tooltip-title")&&e.attr("title",e.data("ui-tooltip-title"))}),this.disabledTitles=t([])},open:function(e){var i=this,s=t(e?e.target:this.element).closest(this.options.items);s.length&&!s.data("ui-tooltip-id")&&(s.attr("title")&&s.data("ui-tooltip-title",s.attr("title")),s.data("ui-tooltip-open",!0),e&&"mouseover"===e.type&&s.parents().each(function(){var e,s=t(this);s.data("ui-tooltip-open")&&(e=t.Event("blur"),e.target=e.currentTarget=this,i.close(e,!0)),s.attr("title")&&(s.uniqueId(),i.parents[this.id]={element:this,title:s.attr("title")},s.attr("title",""))}),this._registerCloseHandlers(e,s),this._updateContent(s,e))},_updateContent:function(t,e){var i,s=this.options.content,n=this,o=e?e.type:null;return"string"==typeof s||s.nodeType||s.jquery?this._open(e,t,s):(i=s.call(t[0],function(i){n._delay(function(){t.data("ui-tooltip-open")&&(e&&(e.type=o),this._open(e,t,i))})}),i&&this._open(e,t,i),void 0)},_open:function(e,i,s){function n(t){l.of=t,a.is(":hidden")||a.position(l)}var o,a,r,h,l=t.extend({},this.options.position);if(s){if(o=this._find(i))return o.tooltip.find(".ui-tooltip-content").html(s),void 0;i.is("[title]")&&(e&&"mouseover"===e.type?i.attr("title",""):i.removeAttr("title")),o=this._tooltip(i),a=o.tooltip,this._addDescribedBy(i,a.attr("id")),a.find(".ui-tooltip-content").html(s),this.liveRegion.children().hide(),h=t("<div>").html(a.find(".ui-tooltip-content").html()),h.removeAttr("name").find("[name]").removeAttr("name"),h.removeAttr("id").find("[id]").removeAttr("id"),h.appendTo(this.liveRegion),this.options.track&&e&&/^mouse/.test(e.type)?(this._on(this.document,{mousemove:n}),n(e)):a.position(t.extend({of:i},this.options.position)),a.hide(),this._show(a,this.options.show),this.options.track&&this.options.show&&this.options.show.delay&&(r=this.delayedShow=setInterval(function(){a.is(":visible")&&(n(l.of),clearInterval(r))},t.fx.interval)),this._trigger("open",e,{tooltip:a})}},_registerCloseHandlers:function(e,i){var s={keyup:function(e){if(e.keyCode===t.ui.keyCode.ESCAPE){var s=t.Event(e);s.currentTarget=i[0],this.close(s,!0)}}};i[0]!==this.element[0]&&(s.remove=function(){this._removeTooltip(this._find(i).tooltip)}),e&&"mouseover"!==e.type||(s.mouseleave="close"),e&&"focusin"!==e.type||(s.focusout="close"),this._on(!0,i,s)},close:function(e){var i,s=this,n=t(e?e.currentTarget:this.element),o=this._find(n);return o?(i=o.tooltip,o.closing||(clearInterval(this.delayedShow),n.data("ui-tooltip-title")&&!n.attr("title")&&n.attr("title",n.data("ui-tooltip-title")),this._removeDescribedBy(n),o.hiding=!0,i.stop(!0),this._hide(i,this.options.hide,function(){s._removeTooltip(t(this))}),n.removeData("ui-tooltip-open"),this._off(n,"mouseleave focusout keyup"),n[0]!==this.element[0]&&this._off(n,"remove"),this._off(this.document,"mousemove"),e&&"mouseleave"===e.type&&t.each(this.parents,function(e,i){t(i.element).attr("title",i.title),delete s.parents[e]}),o.closing=!0,this._trigger("close",e,{tooltip:i}),o.hiding||(o.closing=!1)),void 0):(n.removeData("ui-tooltip-open"),void 0)},_tooltip:function(e){var i=t("<div>").attr("role","tooltip"),s=t("<div>").appendTo(i),n=i.uniqueId().attr("id");return this._addClass(s,"ui-tooltip-content"),this._addClass(i,"ui-tooltip","ui-widget ui-widget-content"),i.appendTo(this._appendTo(e)),this.tooltips[n]={element:e,tooltip:i}},_find:function(t){var e=t.data("ui-tooltip-id");return e?this.tooltips[e]:null},_removeTooltip:function(t){t.remove(),delete this.tooltips[t.attr("id")]},_appendTo:function(t){var e=t.closest(".ui-front, dialog");return e.length||(e=this.document[0].body),e},_destroy:function(){var e=this;t.each(this.tooltips,function(i,s){var n=t.Event("blur"),o=s.element;n.target=n.currentTarget=o[0],e.close(n,!0),t("#"+i).remove(),o.data("ui-tooltip-title")&&(o.attr("title")||o.attr("title",o.data("ui-tooltip-title")),o.removeData("ui-tooltip-title"))}),this.liveRegion.remove()}}),t.uiBackCompat!==!1&&t.widget("ui.tooltip",t.ui.tooltip,{options:{tooltipClass:null},_tooltip:function(){var t=this._superApply(arguments);return this.options.tooltipClass&&t.tooltip.addClass(this.options.tooltipClass),t}}),t.ui.tooltip});;/*! - * jQuery UI Touch Punch 0.2.3 - * - * Copyright 2011–2014, Dave Furfero - * Dual licensed under the MIT or GPL Version 2 licenses. - * - * Depends: - * jquery.ui.widget.js - * jquery.ui.mouse.js - */ -!function(a){function f(a,b){if(!(a.originalEvent.touches.length>1)){a.preventDefault();var c=a.originalEvent.changedTouches[0],d=document.createEvent("MouseEvents");d.initMouseEvent(b,!0,!0,window,1,c.screenX,c.screenY,c.clientX,c.clientY,!1,!1,!1,!1,0,null),a.target.dispatchEvent(d)}}if(a.support.touch="ontouchend"in document,a.support.touch){var e,b=a.ui.mouse.prototype,c=b._mouseInit,d=b._mouseDestroy;b._touchStart=function(a){var b=this;!e&&b._mouseCapture(a.originalEvent.changedTouches[0])&&(e=!0,b._touchMoved=!1,f(a,"mouseover"),f(a,"mousemove"),f(a,"mousedown"))},b._touchMove=function(a){e&&(this._touchMoved=!0,f(a,"mousemove"))},b._touchEnd=function(a){e&&(f(a,"mouseup"),f(a,"mouseout"),this._touchMoved||f(a,"click"),e=!1)},b._mouseInit=function(){var b=this;b.element.bind({touchstart:a.proxy(b,"_touchStart"),touchmove:a.proxy(b,"_touchMove"),touchend:a.proxy(b,"_touchEnd")}),c.call(b)},b._mouseDestroy=function(){var b=this;b.element.unbind({touchstart:a.proxy(b,"_touchStart"),touchmove:a.proxy(b,"_touchMove"),touchend:a.proxy(b,"_touchEnd")}),d.call(b)}}}(jQuery);;/** - * marked - a markdown parser - * Copyright (c) 2011-2022, Christopher Jeffrey. (MIT Licensed) - * https://github.com/markedjs/marked - */ -!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).marked={})}(this,function(r){"use strict";function i(e,t){for(var u=0;u<t.length;u++){var n=t[u];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function s(e,t){(null==t||t>e.length)&&(t=e.length);for(var u=0,n=new Array(t);u<t;u++)n[u]=e[u];return n}function B(e,t){var u,n="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(n)return(n=n.call(e)).next.bind(n);if(Array.isArray(e)||(n=function(e,t){if(e){if("string"==typeof e)return s(e,t);var u=Object.prototype.toString.call(e).slice(8,-1);return"Map"===(u="Object"===u&&e.constructor?e.constructor.name:u)||"Set"===u?Array.from(e):"Arguments"===u||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(u)?s(e,t):void 0}}(e))||t&&e&&"number"==typeof e.length)return n&&(e=n),u=0,function(){return u>=e.length?{done:!0}:{done:!1,value:e[u++]}};throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function e(){return{baseUrl:null,breaks:!1,extensions:null,gfm:!0,headerIds:!0,headerPrefix:"",highlight:null,langPrefix:"language-",mangle:!0,pedantic:!1,renderer:null,sanitize:!1,sanitizer:null,silent:!1,smartLists:!1,smartypants:!1,tokenizer:null,walkTokens:null,xhtml:!1}}r.defaults=e();function u(e){return t[e]}var n=/[&<>"']/,l=/[&<>"']/g,a=/[<>"']|&(?!#?\w+;)/,o=/[<>"']|&(?!#?\w+;)/g,t={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"};function D(e,t){if(t){if(n.test(e))return e.replace(l,u)}else if(a.test(e))return e.replace(o,u);return e}var c=/&(#(?:\d+)|(?:#x[0-9A-Fa-f]+)|(?:\w+));?/gi;function x(e){return e.replace(c,function(e,t){return"colon"===(t=t.toLowerCase())?":":"#"===t.charAt(0)?"x"===t.charAt(1)?String.fromCharCode(parseInt(t.substring(2),16)):String.fromCharCode(+t.substring(1)):""})}var h=/(^|[^\[])\^/g;function p(u,e){u="string"==typeof u?u:u.source,e=e||"";var n={replace:function(e,t){return t=(t=t.source||t).replace(h,"$1"),u=u.replace(e,t),n},getRegex:function(){return new RegExp(u,e)}};return n}var f=/[^\w:]/g,Z=/^$|^[a-z][a-z0-9+.-]*:|^[?#]/i;function g(e,t,u){if(e){try{n=decodeURIComponent(x(u)).replace(f,"").toLowerCase()}catch(e){return null}if(0===n.indexOf("javascript:")||0===n.indexOf("vbscript:")||0===n.indexOf("data:"))return null}var n;t&&!Z.test(u)&&(e=u,F[" "+(n=t)]||(O.test(n)?F[" "+n]=n+"/":F[" "+n]=k(n,"/",!0)),t=-1===(n=F[" "+n]).indexOf(":"),u="//"===e.substring(0,2)?t?e:n.replace(q,"$1")+e:"/"===e.charAt(0)?t?e:n.replace(L,"$1")+e:n+e);try{u=encodeURI(u).replace(/%25/g,"%")}catch(e){return null}return u}var F={},O=/^[^:]+:\/*[^/]*$/,q=/^([^:]+:)[\s\S]*$/,L=/^([^:]+:\/*[^/]*)[\s\S]*$/;var A={exec:function(){}};function d(e){for(var t,u,n=1;n<arguments.length;n++)for(u in t=arguments[n])Object.prototype.hasOwnProperty.call(t,u)&&(e[u]=t[u]);return e}function C(e,t){var u=e.replace(/\|/g,function(e,t,u){for(var n=!1,r=t;0<=--r&&"\\"===u[r];)n=!n;return n?"|":" |"}).split(/ \|/),n=0;if(u[0].trim()||u.shift(),0<u.length&&!u[u.length-1].trim()&&u.pop(),u.length>t)u.splice(t);else for(;u.length<t;)u.push("");for(;n<u.length;n++)u[n]=u[n].trim().replace(/\\\|/g,"|");return u}function k(e,t,u){var n=e.length;if(0===n)return"";for(var r=0;r<n;){var i=e.charAt(n-r-1);if(i!==t||u){if(i===t||!u)break;r++}else r++}return e.slice(0,n-r)}function E(e){e&&e.sanitize&&!e.silent&&console.warn("marked(): sanitize and sanitizer parameters are deprecated since version 0.7.0, should not be used and will be removed in the future. Read more here: https://marked.js.org/#/USING_ADVANCED.md#options")}function m(e,t){if(t<1)return"";for(var u="";1<t;)1&t&&(u+=e),t>>=1,e+=e;return u+e}function b(e,t,u,n){var r=t.href,t=t.title?D(t.title):null,i=e[1].replace(/\\([\[\]])/g,"$1");return"!"!==e[0].charAt(0)?(n.state.inLink=!0,e={type:"link",raw:u,href:r,title:t,text:i,tokens:n.inlineTokens(i,[])},n.state.inLink=!1,e):{type:"image",raw:u,href:r,title:t,text:D(i)}}var w=function(){function e(e){this.options=e||r.defaults}var t=e.prototype;return t.space=function(e){e=this.rules.block.newline.exec(e);if(e&&0<e[0].length)return{type:"space",raw:e[0]}},t.code=function(e){var t,e=this.rules.block.code.exec(e);if(e)return t=e[0].replace(/^ {1,4}/gm,""),{type:"code",raw:e[0],codeBlockStyle:"indented",text:this.options.pedantic?t:k(t,"\n")}},t.fences=function(e){var t,u,e=this.rules.block.fences.exec(e);if(e)return u=function(e,t){if(null===(e=e.match(/^(\s+)(?:```)/)))return t;var u=e[1];return t.split("\n").map(function(e){var t=e.match(/^\s+/);return null!==t&&t[0].length>=u.length?e.slice(u.length):e}).join("\n")}(t=e[0],e[3]||""),{type:"code",raw:t,lang:e[2]&&e[2].trim(),text:u}},t.heading=function(e){var t,u,e=this.rules.block.heading.exec(e);if(e)return t=e[2].trim(),/#$/.test(t)&&(u=k(t,"#"),!this.options.pedantic&&u&&!/ $/.test(u)||(t=u.trim())),u={type:"heading",raw:e[0],depth:e[1].length,text:t,tokens:[]},this.lexer.inline(u.text,u.tokens),u},t.hr=function(e){e=this.rules.block.hr.exec(e);if(e)return{type:"hr",raw:e[0]}},t.blockquote=function(e){var t,e=this.rules.block.blockquote.exec(e);if(e)return t=e[0].replace(/^ *>[ \t]?/gm,""),{type:"blockquote",raw:e[0],tokens:this.lexer.blockTokens(t,[]),text:t}},t.list=function(e){var t=this.rules.block.list.exec(e);if(t){var u,n,r,i,s,l,a,o,D,c,h,p=1<(g=t[1].trim()).length,f={type:"list",raw:"",ordered:p,start:p?+g.slice(0,-1):"",loose:!1,items:[]},g=p?"\\d{1,9}\\"+g.slice(-1):"\\"+g;this.options.pedantic&&(g=p?g:"[*+-]");for(var F=new RegExp("^( {0,3}"+g+")((?:[\t ][^\\n]*)?(?:\\n|$))");e&&(h=!1,t=F.exec(e))&&!this.rules.block.hr.test(e);){if(u=t[0],e=e.substring(u.length),a=t[2].split("\n",1)[0],o=e.split("\n",1)[0],this.options.pedantic?(i=2,c=a.trimLeft()):(i=t[2].search(/[^ ]/),c=a.slice(i=4<i?1:i),i+=t[1].length),s=!1,!a&&/^ *$/.test(o)&&(u+=o+"\n",e=e.substring(o.length+1),h=!0),!h)for(var A=new RegExp("^ {0,"+Math.min(3,i-1)+"}(?:[*+-]|\\d{1,9}[.)])((?: [^\\n]*)?(?:\\n|$))"),d=new RegExp("^ {0,"+Math.min(3,i-1)+"}((?:- *){3,}|(?:_ *){3,}|(?:\\* *){3,})(?:\\n+|$)"),C=new RegExp("^ {0,"+Math.min(3,i-1)+"}(?:```|~~~)"),k=new RegExp("^ {0,"+Math.min(3,i-1)+"}#");e&&(a=D=e.split("\n",1)[0],this.options.pedantic&&(a=a.replace(/^ {1,4}(?=( {4})*[^ ])/g," ")),!C.test(a))&&!k.test(a)&&!A.test(a)&&!d.test(e);){if(a.search(/[^ ]/)>=i||!a.trim())c+="\n"+a.slice(i);else{if(s)break;c+="\n"+a}s||a.trim()||(s=!0),u+=D+"\n",e=e.substring(D.length+1)}f.loose||(l?f.loose=!0:/\n *\n *$/.test(u)&&(l=!0)),this.options.gfm&&(n=/^\[[ xX]\] /.exec(c))&&(r="[ ] "!==n[0],c=c.replace(/^\[[ xX]\] +/,"")),f.items.push({type:"list_item",raw:u,task:!!n,checked:r,loose:!1,text:c}),f.raw+=u}f.items[f.items.length-1].raw=u.trimRight(),f.items[f.items.length-1].text=c.trimRight(),f.raw=f.raw.trimRight();for(var E=f.items.length,x=0;x<E;x++){this.lexer.state.top=!1,f.items[x].tokens=this.lexer.blockTokens(f.items[x].text,[]);var m=f.items[x].tokens.filter(function(e){return"space"===e.type}),b=m.every(function(e){for(var t,u=0,n=B(e.raw.split(""));!(t=n()).done;)if("\n"===t.value&&(u+=1),1<u)return!0;return!1});!f.loose&&m.length&&b&&(f.loose=!0,f.items[x].loose=!0)}return f}},t.html=function(e){var t,e=this.rules.block.html.exec(e);if(e)return t={type:"html",raw:e[0],pre:!this.options.sanitizer&&("pre"===e[1]||"script"===e[1]||"style"===e[1]),text:e[0]},this.options.sanitize&&(t.type="paragraph",t.text=this.options.sanitizer?this.options.sanitizer(e[0]):D(e[0]),t.tokens=[],this.lexer.inline(t.text,t.tokens)),t},t.def=function(e){e=this.rules.block.def.exec(e);if(e)return e[3]&&(e[3]=e[3].substring(1,e[3].length-1)),{type:"def",tag:e[1].toLowerCase().replace(/\s+/g," "),raw:e[0],href:e[2],title:e[3]}},t.table=function(e){e=this.rules.block.table.exec(e);if(e){var t={type:"table",header:C(e[1]).map(function(e){return{text:e}}),align:e[2].replace(/^ *|\| *$/g,"").split(/ *\| */),rows:e[3]&&e[3].trim()?e[3].replace(/\n[ \t]*$/,"").split("\n"):[]};if(t.header.length===t.align.length){t.raw=e[0];for(var u,n,r,i=t.align.length,s=0;s<i;s++)/^ *-+: *$/.test(t.align[s])?t.align[s]="right":/^ *:-+: *$/.test(t.align[s])?t.align[s]="center":/^ *:-+ *$/.test(t.align[s])?t.align[s]="left":t.align[s]=null;for(i=t.rows.length,s=0;s<i;s++)t.rows[s]=C(t.rows[s],t.header.length).map(function(e){return{text:e}});for(i=t.header.length,u=0;u<i;u++)t.header[u].tokens=[],this.lexer.inline(t.header[u].text,t.header[u].tokens);for(i=t.rows.length,u=0;u<i;u++)for(r=t.rows[u],n=0;n<r.length;n++)r[n].tokens=[],this.lexer.inline(r[n].text,r[n].tokens);return t}}},t.lheading=function(e){var e=this.rules.block.lheading.exec(e);if(e)return e={type:"heading",raw:e[0],depth:"="===e[2].charAt(0)?1:2,text:e[1],tokens:[]},this.lexer.inline(e.text,e.tokens),e},t.paragraph=function(e){var e=this.rules.block.paragraph.exec(e);if(e)return e={type:"paragraph",raw:e[0],text:"\n"===e[1].charAt(e[1].length-1)?e[1].slice(0,-1):e[1],tokens:[]},this.lexer.inline(e.text,e.tokens),e},t.text=function(e){var e=this.rules.block.text.exec(e);if(e)return e={type:"text",raw:e[0],text:e[0],tokens:[]},this.lexer.inline(e.text,e.tokens),e},t.escape=function(e){e=this.rules.inline.escape.exec(e);if(e)return{type:"escape",raw:e[0],text:D(e[1])}},t.tag=function(e){e=this.rules.inline.tag.exec(e);if(e)return!this.lexer.state.inLink&&/^<a /i.test(e[0])?this.lexer.state.inLink=!0:this.lexer.state.inLink&&/^<\/a>/i.test(e[0])&&(this.lexer.state.inLink=!1),!this.lexer.state.inRawBlock&&/^<(pre|code|kbd|script)(\s|>)/i.test(e[0])?this.lexer.state.inRawBlock=!0:this.lexer.state.inRawBlock&&/^<\/(pre|code|kbd|script)(\s|>)/i.test(e[0])&&(this.lexer.state.inRawBlock=!1),{type:this.options.sanitize?"text":"html",raw:e[0],inLink:this.lexer.state.inLink,inRawBlock:this.lexer.state.inRawBlock,text:this.options.sanitize?this.options.sanitizer?this.options.sanitizer(e[0]):D(e[0]):e[0]}},t.link=function(e){e=this.rules.inline.link.exec(e);if(e){var t=e[2].trim();if(!this.options.pedantic&&/^</.test(t)){if(!/>$/.test(t))return;var u=k(t.slice(0,-1),"\\");if((t.length-u.length)%2==0)return}else{u=function(e,t){if(-1!==e.indexOf(t[1]))for(var u=e.length,n=0,r=0;r<u;r++)if("\\"===e[r])r++;else if(e[r]===t[0])n++;else if(e[r]===t[1]&&--n<0)return r;return-1}(e[2],"()");-1<u&&(r=(0===e[0].indexOf("!")?5:4)+e[1].length+u,e[2]=e[2].substring(0,u),e[0]=e[0].substring(0,r).trim(),e[3]="")}var n,u=e[2],r="";return this.options.pedantic?(n=/^([^'"]*[^\s])\s+(['"])(.*)\2/.exec(u))&&(u=n[1],r=n[3]):r=e[3]?e[3].slice(1,-1):"",u=u.trim(),b(e,{href:(u=/^</.test(u)?this.options.pedantic&&!/>$/.test(t)?u.slice(1):u.slice(1,-1):u)&&u.replace(this.rules.inline._escapes,"$1"),title:r&&r.replace(this.rules.inline._escapes,"$1")},e[0],this.lexer)}},t.reflink=function(e,t){var u;if((u=this.rules.inline.reflink.exec(e))||(u=this.rules.inline.nolink.exec(e)))return(e=t[(e=(u[2]||u[1]).replace(/\s+/g," ")).toLowerCase()])&&e.href?b(u,e,u[0],this.lexer):{type:"text",raw:t=u[0].charAt(0),text:t}},t.emStrong=function(e,t,u){void 0===u&&(u="");var n=this.rules.inline.emStrong.lDelim.exec(e);if(n&&(!n[3]||!u.match(/(?:[0-9A-Za-z\xAA\xB2\xB3\xB5\xB9\xBA\xBC-\xBE\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0560-\u0588\u05D0-\u05EA\u05EF-\u05F2\u0620-\u064A\u0660-\u0669\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07C0-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u0870-\u0887\u0889-\u088E\u08A0-\u08C9\u0904-\u0939\u093D\u0950\u0958-\u0961\u0966-\u096F\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09E6-\u09F1\u09F4-\u09F9\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A66-\u0A6F\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AE6-\u0AEF\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B66-\u0B6F\u0B71-\u0B77\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0BE6-\u0BF2\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C5D\u0C60\u0C61\u0C66-\u0C6F\u0C78-\u0C7E\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDD\u0CDE\u0CE0\u0CE1\u0CE6-\u0CEF\u0CF1\u0CF2\u0D04-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D58-\u0D61\u0D66-\u0D78\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DE6-\u0DEF\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F20-\u0F33\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F-\u1049\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u1090-\u1099\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1369-\u137C\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u1711\u171F-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u17E0-\u17E9\u17F0-\u17F9\u1810-\u1819\u1820-\u1878\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19DA\u1A00-\u1A16\u1A20-\u1A54\u1A80-\u1A89\u1A90-\u1A99\u1AA7\u1B05-\u1B33\u1B45-\u1B4C\u1B50-\u1B59\u1B83-\u1BA0\u1BAE-\u1BE5\u1C00-\u1C23\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\u1C90-\u1CBA\u1CBD-\u1CBF\u1CE9-\u1CEC\u1CEE-\u1CF3\u1CF5\u1CF6\u1CFA\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2070\u2071\u2074-\u2079\u207F-\u2089\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2150-\u2189\u2460-\u249B\u24EA-\u24FF\u2776-\u2793\u2C00-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2CFD\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u3192-\u3195\u31A0-\u31BF\u31F0-\u31FF\u3220-\u3229\u3248-\u324F\u3251-\u325F\u3280-\u3289\u32B1-\u32BF\u3400-\u4DBF\u4E00-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7CA\uA7D0\uA7D1\uA7D3\uA7D5-\uA7D9\uA7F2-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA830-\uA835\uA840-\uA873\uA882-\uA8B3\uA8D0-\uA8D9\uA8F2-\uA8F7\uA8FB\uA8FD\uA8FE\uA900-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF-\uA9D9\uA9E0-\uA9E4\uA9E6-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA50-\uAA59\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB69\uAB70-\uABE2\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD07-\uDD33\uDD40-\uDD78\uDD8A\uDD8B\uDE80-\uDE9C\uDEA0-\uDED0\uDEE1-\uDEFB\uDF00-\uDF23\uDF2D-\uDF4A\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCA0-\uDCA9\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDD70-\uDD7A\uDD7C-\uDD8A\uDD8C-\uDD92\uDD94\uDD95\uDD97-\uDDA1\uDDA3-\uDDB1\uDDB3-\uDDB9\uDDBB\uDDBC\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67\uDF80-\uDF85\uDF87-\uDFB0\uDFB2-\uDFBA]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC58-\uDC76\uDC79-\uDC9E\uDCA7-\uDCAF\uDCE0-\uDCF2\uDCF4\uDCF5\uDCFB-\uDD1B\uDD20-\uDD39\uDD80-\uDDB7\uDDBC-\uDDCF\uDDD2-\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE35\uDE40-\uDE48\uDE60-\uDE7E\uDE80-\uDE9F\uDEC0-\uDEC7\uDEC9-\uDEE4\uDEEB-\uDEEF\uDF00-\uDF35\uDF40-\uDF55\uDF58-\uDF72\uDF78-\uDF91\uDFA9-\uDFAF]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2\uDCFA-\uDD23\uDD30-\uDD39\uDE60-\uDE7E\uDE80-\uDEA9\uDEB0\uDEB1\uDF00-\uDF27\uDF30-\uDF45\uDF51-\uDF54\uDF70-\uDF81\uDFB0-\uDFCB\uDFE0-\uDFF6]|\uD804[\uDC03-\uDC37\uDC52-\uDC6F\uDC71\uDC72\uDC75\uDC83-\uDCAF\uDCD0-\uDCE8\uDCF0-\uDCF9\uDD03-\uDD26\uDD36-\uDD3F\uDD44\uDD47\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDD0-\uDDDA\uDDDC\uDDE1-\uDDF4\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDEF0-\uDEF9\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC50-\uDC59\uDC5F-\uDC61\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDCD0-\uDCD9\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE50-\uDE59\uDE80-\uDEAA\uDEB8\uDEC0-\uDEC9\uDF00-\uDF1A\uDF30-\uDF3B\uDF40-\uDF46]|\uD806[\uDC00-\uDC2B\uDCA0-\uDCF2\uDCFF-\uDD06\uDD09\uDD0C-\uDD13\uDD15\uDD16\uDD18-\uDD2F\uDD3F\uDD41\uDD50-\uDD59\uDDA0-\uDDA7\uDDAA-\uDDD0\uDDE1\uDDE3\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE89\uDE9D\uDEB0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC50-\uDC6C\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46\uDD50-\uDD59\uDD60-\uDD65\uDD67\uDD68\uDD6A-\uDD89\uDD98\uDDA0-\uDDA9\uDEE0-\uDEF2\uDFB0\uDFC0-\uDFD4]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|\uD80B[\uDF90-\uDFF0]|[\uD80C\uD81C-\uD820\uD822\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879\uD880-\uD883][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE60-\uDE69\uDE70-\uDEBE\uDEC0-\uDEC9\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF50-\uDF59\uDF5B-\uDF61\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDE40-\uDE96\uDF00-\uDF4A\uDF50\uDF93-\uDF9F\uDFE0\uDFE1\uDFE3]|\uD821[\uDC00-\uDFF7]|\uD823[\uDC00-\uDCD5\uDD00-\uDD08]|\uD82B[\uDFF0-\uDFF3\uDFF5-\uDFFB\uDFFD\uDFFE]|\uD82C[\uDC00-\uDD22\uDD50-\uDD52\uDD64-\uDD67\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD834[\uDEE0-\uDEF3\uDF60-\uDF78]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB\uDFCE-\uDFFF]|\uD837[\uDF00-\uDF1E]|\uD838[\uDD00-\uDD2C\uDD37-\uDD3D\uDD40-\uDD49\uDD4E\uDE90-\uDEAD\uDEC0-\uDEEB\uDEF0-\uDEF9]|\uD839[\uDFE0-\uDFE6\uDFE8-\uDFEB\uDFED\uDFEE\uDFF0-\uDFFE]|\uD83A[\uDC00-\uDCC4\uDCC7-\uDCCF\uDD00-\uDD43\uDD4B\uDD50-\uDD59]|\uD83B[\uDC71-\uDCAB\uDCAD-\uDCAF\uDCB1-\uDCB4\uDD01-\uDD2D\uDD2F-\uDD3D\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD83C[\uDD00-\uDD0C]|\uD83E[\uDFF0-\uDFF9]|\uD869[\uDC00-\uDEDF\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF38\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uD884[\uDC00-\uDF4A])/))){var r=n[1]||n[2]||"";if(!r||""===u||this.rules.inline.punctuation.exec(u)){var i=n[0].length-1,s=i,l=0,a="*"===n[0][0]?this.rules.inline.emStrong.rDelimAst:this.rules.inline.emStrong.rDelimUnd;for(a.lastIndex=0,t=t.slice(-1*e.length+i);null!=(n=a.exec(t));)if(o=n[1]||n[2]||n[3]||n[4]||n[5]||n[6])if(o=o.length,n[3]||n[4])s+=o;else if((n[5]||n[6])&&i%3&&!((i+o)%3))l+=o;else if(!(0<(s-=o))){var o=Math.min(o,o+s+l);if(Math.min(i,o)%2)return D=e.slice(1,i+n.index+o),{type:"em",raw:e.slice(0,i+n.index+o+1),text:D,tokens:this.lexer.inlineTokens(D,[])};var D=e.slice(2,i+n.index+o-1);return{type:"strong",raw:e.slice(0,i+n.index+o+1),text:D,tokens:this.lexer.inlineTokens(D,[])}}}}},t.codespan=function(e){var t,u,n,e=this.rules.inline.code.exec(e);if(e)return n=e[2].replace(/\n/g," "),t=/[^ ]/.test(n),u=/^ /.test(n)&&/ $/.test(n),n=D(n=t&&u?n.substring(1,n.length-1):n,!0),{type:"codespan",raw:e[0],text:n}},t.br=function(e){e=this.rules.inline.br.exec(e);if(e)return{type:"br",raw:e[0]}},t.del=function(e){e=this.rules.inline.del.exec(e);if(e)return{type:"del",raw:e[0],text:e[2],tokens:this.lexer.inlineTokens(e[2],[])}},t.autolink=function(e,t){var u,e=this.rules.inline.autolink.exec(e);if(e)return t="@"===e[2]?"mailto:"+(u=D(this.options.mangle?t(e[1]):e[1])):u=D(e[1]),{type:"link",raw:e[0],text:u,href:t,tokens:[{type:"text",raw:u,text:u}]}},t.url=function(e,t){var u,n,r,i;if(u=this.rules.inline.url.exec(e)){if("@"===u[2])r="mailto:"+(n=D(this.options.mangle?t(u[0]):u[0]));else{for(;i=u[0],u[0]=this.rules.inline._backpedal.exec(u[0])[0],i!==u[0];);n=D(u[0]),r="www."===u[1]?"http://"+n:n}return{type:"link",raw:u[0],text:n,href:r,tokens:[{type:"text",raw:n,text:n}]}}},t.inlineText=function(e,t){e=this.rules.inline.text.exec(e);if(e)return t=this.lexer.state.inRawBlock?this.options.sanitize?this.options.sanitizer?this.options.sanitizer(e[0]):D(e[0]):e[0]:D(this.options.smartypants?t(e[0]):e[0]),{type:"text",raw:e[0],text:t}},e}(),y={newline:/^(?: *(?:\n|$))+/,code:/^( {4}[^\n]+(?:\n(?: *(?:\n|$))*)?)+/,fences:/^ {0,3}(`{3,}(?=[^`\n]*\n)|~{3,})([^\n]*)\n(?:|([\s\S]*?)\n)(?: {0,3}\1[~`]* *(?=\n|$)|$)/,hr:/^ {0,3}((?:-[\t ]*){3,}|(?:_[ \t]*){3,}|(?:\*[ \t]*){3,})(?:\n+|$)/,heading:/^ {0,3}(#{1,6})(?=\s|$)(.*)(?:\n+|$)/,blockquote:/^( {0,3}> ?(paragraph|[^\n]*)(?:\n|$))+/,list:/^( {0,3}bull)([ \t][^\n]+?)?(?:\n|$)/,html:"^ {0,3}(?:<(script|pre|style|textarea)[\\s>][\\s\\S]*?(?:</\\1>[^\\n]*\\n+|$)|comment[^\\n]*(\\n+|$)|<\\?[\\s\\S]*?(?:\\?>\\n*|$)|<![A-Z][\\s\\S]*?(?:>\\n*|$)|<!\\[CDATA\\[[\\s\\S]*?(?:\\]\\]>\\n*|$)|</?(tag)(?: +|\\n|/?>)[\\s\\S]*?(?:(?:\\n *)+\\n|$)|<(?!script|pre|style|textarea)([a-z][\\w-]*)(?:attribute)*? */?>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n *)+\\n|$)|</(?!script|pre|style|textarea)[a-z][\\w-]*\\s*>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n *)+\\n|$))",def:/^ {0,3}\[(label)\]: *(?:\n *)?<?([^\s>]+)>?(?:(?: +(?:\n *)?| *\n *)(title))? *(?:\n+|$)/,table:A,lheading:/^([^\n]+)\n {0,3}(=+|-+) *(?:\n+|$)/,_paragraph:/^([^\n]+(?:\n(?!hr|heading|lheading|blockquote|fences|list|html|table| +\n)[^\n]+)*)/,text:/^[^\n]+/,_label:/(?!\s*\])(?:\\.|[^\[\]\\])+/,_title:/(?:"(?:\\"?|[^"\\])*"|'[^'\n]*(?:\n[^'\n]+)*\n?'|\([^()]*\))/},v=(y.def=p(y.def).replace("label",y._label).replace("title",y._title).getRegex(),y.bullet=/(?:[*+-]|\d{1,9}[.)])/,y.listItemStart=p(/^( *)(bull) */).replace("bull",y.bullet).getRegex(),y.list=p(y.list).replace(/bull/g,y.bullet).replace("hr","\\n+(?=\\1?(?:(?:- *){3,}|(?:_ *){3,}|(?:\\* *){3,})(?:\\n+|$))").replace("def","\\n+(?="+y.def.source+")").getRegex(),y._tag="address|article|aside|base|basefont|blockquote|body|caption|center|col|colgroup|dd|details|dialog|dir|div|dl|dt|fieldset|figcaption|figure|footer|form|frame|frameset|h[1-6]|head|header|hr|html|iframe|legend|li|link|main|menu|menuitem|meta|nav|noframes|ol|optgroup|option|p|param|section|source|summary|table|tbody|td|tfoot|th|thead|title|tr|track|ul",y._comment=/<!--(?!-?>)[\s\S]*?(?:-->|$)/,y.html=p(y.html,"i").replace("comment",y._comment).replace("tag",y._tag).replace("attribute",/ +[a-zA-Z:_][\w.:-]*(?: *= *"[^"\n]*"| *= *'[^'\n]*'| *= *[^\s"'=<>`]+)?/).getRegex(),y.paragraph=p(y._paragraph).replace("hr",y.hr).replace("heading"," {0,3}#{1,6} ").replace("|lheading","").replace("|table","").replace("blockquote"," {0,3}>").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html","</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)").replace("tag",y._tag).getRegex(),y.blockquote=p(y.blockquote).replace("paragraph",y.paragraph).getRegex(),y.normal=d({},y),y.gfm=d({},y.normal,{table:"^ *([^\\n ].*\\|.*)\\n {0,3}(?:\\| *)?(:?-+:? *(?:\\| *:?-+:? *)*)(?:\\| *)?(?:\\n((?:(?! *\\n|hr|heading|blockquote|code|fences|list|html).*(?:\\n|$))*)\\n*|$)"}),y.gfm.table=p(y.gfm.table).replace("hr",y.hr).replace("heading"," {0,3}#{1,6} ").replace("blockquote"," {0,3}>").replace("code"," {4}[^\\n]").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html","</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)").replace("tag",y._tag).getRegex(),y.gfm.paragraph=p(y._paragraph).replace("hr",y.hr).replace("heading"," {0,3}#{1,6} ").replace("|lheading","").replace("table",y.gfm.table).replace("blockquote"," {0,3}>").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html","</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)").replace("tag",y._tag).getRegex(),y.pedantic=d({},y.normal,{html:p("^ *(?:comment *(?:\\n|\\s*$)|<(tag)[\\s\\S]+?</\\1> *(?:\\n{2,}|\\s*$)|<tag(?:\"[^\"]*\"|'[^']*'|\\s[^'\"/>\\s]*)*?/?> *(?:\\n{2,}|\\s*$))").replace("comment",y._comment).replace(/tag/g,"(?!(?:a|em|strong|small|s|cite|q|dfn|abbr|data|time|code|var|samp|kbd|sub|sup|i|b|u|mark|ruby|rt|rp|bdi|bdo|span|br|wbr|ins|del|img)\\b)\\w+(?!:|[^\\w\\s@]*@)\\b").getRegex(),def:/^ *\[([^\]]+)\]: *<?([^\s>]+)>?(?: +(["(][^\n]+[")]))? *(?:\n+|$)/,heading:/^(#{1,6})(.*)(?:\n+|$)/,fences:A,paragraph:p(y.normal._paragraph).replace("hr",y.hr).replace("heading"," *#{1,6} *[^\n]").replace("lheading",y.lheading).replace("blockquote"," {0,3}>").replace("|fences","").replace("|list","").replace("|html","").getRegex()}),{escape:/^\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/,autolink:/^<(scheme:[^\s\x00-\x1f<>]*|email)>/,url:A,tag:"^comment|^</[a-zA-Z][\\w:-]*\\s*>|^<[a-zA-Z][\\w-]*(?:attribute)*?\\s*/?>|^<\\?[\\s\\S]*?\\?>|^<![a-zA-Z]+\\s[\\s\\S]*?>|^<!\\[CDATA\\[[\\s\\S]*?\\]\\]>",link:/^!?\[(label)\]\(\s*(href)(?:\s+(title))?\s*\)/,reflink:/^!?\[(label)\]\[(ref)\]/,nolink:/^!?\[(ref)\](?:\[\])?/,reflinkSearch:"reflink|nolink(?!\\()",emStrong:{lDelim:/^(?:\*+(?:([punct_])|[^\s*]))|^_+(?:([punct*])|([^\s_]))/,rDelimAst:/^[^_*]*?\_\_[^_*]*?\*[^_*]*?(?=\_\_)|[^*]+(?=[^*])|[punct_](\*+)(?=[\s]|$)|[^punct*_\s](\*+)(?=[punct_\s]|$)|[punct_\s](\*+)(?=[^punct*_\s])|[\s](\*+)(?=[punct_])|[punct_](\*+)(?=[punct_])|[^punct*_\s](\*+)(?=[^punct*_\s])/,rDelimUnd:/^[^_*]*?\*\*[^_*]*?\_[^_*]*?(?=\*\*)|[^_]+(?=[^_])|[punct*](\_+)(?=[\s]|$)|[^punct*_\s](\_+)(?=[punct*\s]|$)|[punct*\s](\_+)(?=[^punct*_\s])|[\s](\_+)(?=[punct*])|[punct*](\_+)(?=[punct*])/},code:/^(`+)([^`]|[^`][\s\S]*?[^`])\1(?!`)/,br:/^( {2,}|\\)\n(?!\s*$)/,del:A,text:/^(`+|[^`])(?:(?= {2,}\n)|[\s\S]*?(?:(?=[\\<!\[`*_]|\b_|$)|[^ ](?= {2,}\n)))/,punctuation:/^([\spunctuation])/});function j(e){return e.replace(/---/g,"—").replace(/--/g,"–").replace(/(^|[-\u2014/(\[{"\s])'/g,"$1‘").replace(/'/g,"’").replace(/(^|[-\u2014/(\[{\u2018\s])"/g,"$1“").replace(/"/g,"”").replace(/\.{3}/g,"…")}function _(e){for(var t,u="",n=e.length,r=0;r<n;r++)t=e.charCodeAt(r),u+="&#"+(t=.5<Math.random()?"x"+t.toString(16):t)+";";return u}v._punctuation="!\"#$%&'()+\\-.,/:;<=>?@\\[\\]`^{|}~",v.punctuation=p(v.punctuation).replace(/punctuation/g,v._punctuation).getRegex(),v.blockSkip=/\[[^\]]*?\]\([^\)]*?\)|`[^`]*?`|<[^>]*?>/g,v.escapedEmSt=/\\\*|\\_/g,v._comment=p(y._comment).replace("(?:--\x3e|$)","--\x3e").getRegex(),v.emStrong.lDelim=p(v.emStrong.lDelim).replace(/punct/g,v._punctuation).getRegex(),v.emStrong.rDelimAst=p(v.emStrong.rDelimAst,"g").replace(/punct/g,v._punctuation).getRegex(),v.emStrong.rDelimUnd=p(v.emStrong.rDelimUnd,"g").replace(/punct/g,v._punctuation).getRegex(),v._escapes=/\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/g,v._scheme=/[a-zA-Z][a-zA-Z0-9+.-]{1,31}/,v._email=/[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+(@)[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)+(?![-_])/,v.autolink=p(v.autolink).replace("scheme",v._scheme).replace("email",v._email).getRegex(),v._attribute=/\s+[a-zA-Z:_][\w.:-]*(?:\s*=\s*"[^"]*"|\s*=\s*'[^']*'|\s*=\s*[^\s"'=<>`]+)?/,v.tag=p(v.tag).replace("comment",v._comment).replace("attribute",v._attribute).getRegex(),v._label=/(?:\[(?:\\.|[^\[\]\\])*\]|\\.|`[^`]*`|[^\[\]\\`])*?/,v._href=/<(?:\\.|[^\n<>\\])+>|[^\s\x00-\x1f]*/,v._title=/"(?:\\"?|[^"\\])*"|'(?:\\'?|[^'\\])*'|\((?:\\\)?|[^)\\])*\)/,v.link=p(v.link).replace("label",v._label).replace("href",v._href).replace("title",v._title).getRegex(),v.reflink=p(v.reflink).replace("label",v._label).replace("ref",y._label).getRegex(),v.nolink=p(v.nolink).replace("ref",y._label).getRegex(),v.reflinkSearch=p(v.reflinkSearch,"g").replace("reflink",v.reflink).replace("nolink",v.nolink).getRegex(),v.normal=d({},v),v.pedantic=d({},v.normal,{strong:{start:/^__|\*\*/,middle:/^__(?=\S)([\s\S]*?\S)__(?!_)|^\*\*(?=\S)([\s\S]*?\S)\*\*(?!\*)/,endAst:/\*\*(?!\*)/g,endUnd:/__(?!_)/g},em:{start:/^_|\*/,middle:/^()\*(?=\S)([\s\S]*?\S)\*(?!\*)|^_(?=\S)([\s\S]*?\S)_(?!_)/,endAst:/\*(?!\*)/g,endUnd:/_(?!_)/g},link:p(/^!?\[(label)\]\((.*?)\)/).replace("label",v._label).getRegex(),reflink:p(/^!?\[(label)\]\s*\[([^\]]*)\]/).replace("label",v._label).getRegex()}),v.gfm=d({},v.normal,{escape:p(v.escape).replace("])","~|])").getRegex(),_extended_email:/[A-Za-z0-9._+-]+(@)[a-zA-Z0-9-_]+(?:\.[a-zA-Z0-9-_]*[a-zA-Z0-9])+(?![-_])/,url:/^((?:ftp|https?):\/\/|www\.)(?:[a-zA-Z0-9\-]+\.?)+[^\s<]*|^email/,_backpedal:/(?:[^?!.,:;*_~()&]+|\([^)]*\)|&(?![a-zA-Z0-9]+;$)|[?!.,:;*_~)]+(?!$))+/,del:/^(~~?)(?=[^\s~])([\s\S]*?[^\s~])\1(?=[^~]|$)/,text:/^([`~]+|[^`~])(?:(?= {2,}\n)|(?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@)|[\s\S]*?(?:(?=[\\<!\[`*~_]|\b_|https?:\/\/|ftp:\/\/|www\.|$)|[^ ](?= {2,}\n)|[^a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-](?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@)))/}),v.gfm.url=p(v.gfm.url,"i").replace("email",v.gfm._extended_email).getRegex(),v.breaks=d({},v.gfm,{br:p(v.br).replace("{2,}","*").getRegex(),text:p(v.gfm.text).replace("\\b_","\\b_| {2,}\\n").replace(/\{2,\}/g,"*").getRegex()});var z=function(){function u(e){this.tokens=[],this.tokens.links=Object.create(null),this.options=e||r.defaults,this.options.tokenizer=this.options.tokenizer||new w,this.tokenizer=this.options.tokenizer,this.tokenizer.options=this.options,(this.tokenizer.lexer=this).inlineQueue=[],this.state={inLink:!1,inRawBlock:!1,top:!0};e={block:y.normal,inline:v.normal};this.options.pedantic?(e.block=y.pedantic,e.inline=v.pedantic):this.options.gfm&&(e.block=y.gfm,this.options.breaks?e.inline=v.breaks:e.inline=v.gfm),this.tokenizer.rules=e}u.lex=function(e,t){return new u(t).lex(e)},u.lexInline=function(e,t){return new u(t).inlineTokens(e)};var e,t,n=u.prototype;return n.lex=function(e){var t;for(e=e.replace(/\r\n|\r/g,"\n"),this.blockTokens(e,this.tokens);t=this.inlineQueue.shift();)this.inlineTokens(t.src,t.tokens);return this.tokens},n.blockTokens=function(r,t){var u,e,i,n,s=this;for(void 0===t&&(t=[]),r=this.options.pedantic?r.replace(/\t/g," ").replace(/^ +$/gm,""):r.replace(/^( *)(\t+)/gm,function(e,t,u){return t+" ".repeat(u.length)});r;)if(!(this.options.extensions&&this.options.extensions.block&&this.options.extensions.block.some(function(e){return!!(u=e.call({lexer:s},r,t))&&(r=r.substring(u.raw.length),t.push(u),!0)})))if(u=this.tokenizer.space(r))r=r.substring(u.raw.length),1===u.raw.length&&0<t.length?t[t.length-1].raw+="\n":t.push(u);else if(u=this.tokenizer.code(r))r=r.substring(u.raw.length),!(e=t[t.length-1])||"paragraph"!==e.type&&"text"!==e.type?t.push(u):(e.raw+="\n"+u.raw,e.text+="\n"+u.text,this.inlineQueue[this.inlineQueue.length-1].src=e.text);else if(u=this.tokenizer.fences(r))r=r.substring(u.raw.length),t.push(u);else if(u=this.tokenizer.heading(r))r=r.substring(u.raw.length),t.push(u);else if(u=this.tokenizer.hr(r))r=r.substring(u.raw.length),t.push(u);else if(u=this.tokenizer.blockquote(r))r=r.substring(u.raw.length),t.push(u);else if(u=this.tokenizer.list(r))r=r.substring(u.raw.length),t.push(u);else if(u=this.tokenizer.html(r))r=r.substring(u.raw.length),t.push(u);else if(u=this.tokenizer.def(r))r=r.substring(u.raw.length),!(e=t[t.length-1])||"paragraph"!==e.type&&"text"!==e.type?this.tokens.links[u.tag]||(this.tokens.links[u.tag]={href:u.href,title:u.title}):(e.raw+="\n"+u.raw,e.text+="\n"+u.raw,this.inlineQueue[this.inlineQueue.length-1].src=e.text);else if(u=this.tokenizer.table(r))r=r.substring(u.raw.length),t.push(u);else if(u=this.tokenizer.lheading(r))r=r.substring(u.raw.length),t.push(u);else if(i=r,this.options.extensions&&this.options.extensions.startBlock&&!function(){var t=1/0,u=r.slice(1),n=void 0;s.options.extensions.startBlock.forEach(function(e){"number"==typeof(n=e.call({lexer:this},u))&&0<=n&&(t=Math.min(t,n))}),t<1/0&&0<=t&&(i=r.substring(0,t+1))}(),this.state.top&&(u=this.tokenizer.paragraph(i)))e=t[t.length-1],n&&"paragraph"===e.type?(e.raw+="\n"+u.raw,e.text+="\n"+u.text,this.inlineQueue.pop(),this.inlineQueue[this.inlineQueue.length-1].src=e.text):t.push(u),n=i.length!==r.length,r=r.substring(u.raw.length);else if(u=this.tokenizer.text(r))r=r.substring(u.raw.length),(e=t[t.length-1])&&"text"===e.type?(e.raw+="\n"+u.raw,e.text+="\n"+u.text,this.inlineQueue.pop(),this.inlineQueue[this.inlineQueue.length-1].src=e.text):t.push(u);else if(r){var l="Infinite loop on byte: "+r.charCodeAt(0);if(this.options.silent){console.error(l);break}throw new Error(l)}return this.state.top=!0,t},n.inline=function(e,t){this.inlineQueue.push({src:e,tokens:t})},n.inlineTokens=function(r,t){var u,e,i,n,s,l,a=this,o=(void 0===t&&(t=[]),r);if(this.tokens.links){var D=Object.keys(this.tokens.links);if(0<D.length)for(;null!=(n=this.tokenizer.rules.inline.reflinkSearch.exec(o));)D.includes(n[0].slice(n[0].lastIndexOf("[")+1,-1))&&(o=o.slice(0,n.index)+"["+m("a",n[0].length-2)+"]"+o.slice(this.tokenizer.rules.inline.reflinkSearch.lastIndex))}for(;null!=(n=this.tokenizer.rules.inline.blockSkip.exec(o));)o=o.slice(0,n.index)+"["+m("a",n[0].length-2)+"]"+o.slice(this.tokenizer.rules.inline.blockSkip.lastIndex);for(;null!=(n=this.tokenizer.rules.inline.escapedEmSt.exec(o));)o=o.slice(0,n.index)+"++"+o.slice(this.tokenizer.rules.inline.escapedEmSt.lastIndex);for(;r;)if(s||(l=""),s=!1,!(this.options.extensions&&this.options.extensions.inline&&this.options.extensions.inline.some(function(e){return!!(u=e.call({lexer:a},r,t))&&(r=r.substring(u.raw.length),t.push(u),!0)})))if(u=this.tokenizer.escape(r))r=r.substring(u.raw.length),t.push(u);else if(u=this.tokenizer.tag(r))r=r.substring(u.raw.length),(e=t[t.length-1])&&"text"===u.type&&"text"===e.type?(e.raw+=u.raw,e.text+=u.text):t.push(u);else if(u=this.tokenizer.link(r))r=r.substring(u.raw.length),t.push(u);else if(u=this.tokenizer.reflink(r,this.tokens.links))r=r.substring(u.raw.length),(e=t[t.length-1])&&"text"===u.type&&"text"===e.type?(e.raw+=u.raw,e.text+=u.text):t.push(u);else if(u=this.tokenizer.emStrong(r,o,l))r=r.substring(u.raw.length),t.push(u);else if(u=this.tokenizer.codespan(r))r=r.substring(u.raw.length),t.push(u);else if(u=this.tokenizer.br(r))r=r.substring(u.raw.length),t.push(u);else if(u=this.tokenizer.del(r))r=r.substring(u.raw.length),t.push(u);else if(u=this.tokenizer.autolink(r,_))r=r.substring(u.raw.length),t.push(u);else if(!this.state.inLink&&(u=this.tokenizer.url(r,_)))r=r.substring(u.raw.length),t.push(u);else if(i=r,this.options.extensions&&this.options.extensions.startInline&&!function(){var t=1/0,u=r.slice(1),n=void 0;a.options.extensions.startInline.forEach(function(e){"number"==typeof(n=e.call({lexer:this},u))&&0<=n&&(t=Math.min(t,n))}),t<1/0&&0<=t&&(i=r.substring(0,t+1))}(),u=this.tokenizer.inlineText(i,j))r=r.substring(u.raw.length),"_"!==u.raw.slice(-1)&&(l=u.raw.slice(-1)),s=!0,(e=t[t.length-1])&&"text"===e.type?(e.raw+=u.raw,e.text+=u.text):t.push(u);else if(r){var c="Infinite loop on byte: "+r.charCodeAt(0);if(this.options.silent){console.error(c);break}throw new Error(c)}return t},n=u,t=[{key:"rules",get:function(){return{block:y,inline:v}}}],(e=null)&&i(n.prototype,e),t&&i(n,t),Object.defineProperty(n,"prototype",{writable:!1}),u}(),$=function(){function e(e){this.options=e||r.defaults}var t=e.prototype;return t.code=function(e,t,u){var n,t=(t||"").match(/\S*/)[0];return this.options.highlight&&null!=(n=this.options.highlight(e,t))&&n!==e&&(u=!0,e=n),e=e.replace(/\n$/,"")+"\n",t?'<pre><code class="'+this.options.langPrefix+D(t,!0)+'">'+(u?e:D(e,!0))+"</code></pre>\n":"<pre><code>"+(u?e:D(e,!0))+"</code></pre>\n"},t.blockquote=function(e){return"<blockquote>\n"+e+"</blockquote>\n"},t.html=function(e){return e},t.heading=function(e,t,u,n){return this.options.headerIds?"<h"+t+' id="'+(this.options.headerPrefix+n.slug(u))+'">'+e+"</h"+t+">\n":"<h"+t+">"+e+"</h"+t+">\n"},t.hr=function(){return this.options.xhtml?"<hr/>\n":"<hr>\n"},t.list=function(e,t,u){var n=t?"ol":"ul";return"<"+n+(t&&1!==u?' start="'+u+'"':"")+">\n"+e+"</"+n+">\n"},t.listitem=function(e){return"<li>"+e+"</li>\n"},t.checkbox=function(e){return"<input "+(e?'checked="" ':"")+'disabled="" type="checkbox"'+(this.options.xhtml?" /":"")+"> "},t.paragraph=function(e){return"<p>"+e+"</p>\n"},t.table=function(e,t){return"<table>\n<thead>\n"+e+"</thead>\n"+(t=t&&"<tbody>"+t+"</tbody>")+"</table>\n"},t.tablerow=function(e){return"<tr>\n"+e+"</tr>\n"},t.tablecell=function(e,t){var u=t.header?"th":"td";return(t.align?"<"+u+' align="'+t.align+'">':"<"+u+">")+e+"</"+u+">\n"},t.strong=function(e){return"<strong>"+e+"</strong>"},t.em=function(e){return"<em>"+e+"</em>"},t.codespan=function(e){return"<code>"+e+"</code>"},t.br=function(){return this.options.xhtml?"<br/>":"<br>"},t.del=function(e){return"<del>"+e+"</del>"},t.link=function(e,t,u){if(null===(e=g(this.options.sanitize,this.options.baseUrl,e)))return u;e='<a href="'+D(e)+'"';return t&&(e+=' title="'+t+'"'),e+=">"+u+"</a>"},t.image=function(e,t,u){if(null===(e=g(this.options.sanitize,this.options.baseUrl,e)))return u;e='<img src="'+e+'" alt="'+u+'"';return t&&(e+=' title="'+t+'"'),e+=this.options.xhtml?"/>":">"},t.text=function(e){return e},e}(),S=function(){function e(){}var t=e.prototype;return t.strong=function(e){return e},t.em=function(e){return e},t.codespan=function(e){return e},t.del=function(e){return e},t.html=function(e){return e},t.text=function(e){return e},t.link=function(e,t,u){return""+u},t.image=function(e,t,u){return""+u},t.br=function(){return""},e}(),T=function(){function e(){this.seen={}}var t=e.prototype;return t.serialize=function(e){return e.toLowerCase().trim().replace(/<[!\/a-z].*?>/gi,"").replace(/[\u2000-\u206F\u2E00-\u2E7F\\'!"#$%&()*+,./:;<=>?@[\]^`{|}~]/g,"").replace(/\s/g,"-")},t.getNextSafeSlug=function(e,t){var u=e,n=0;if(this.seen.hasOwnProperty(u))for(n=this.seen[e];u=e+"-"+ ++n,this.seen.hasOwnProperty(u););return t||(this.seen[e]=n,this.seen[u]=0),u},t.slug=function(e,t){void 0===t&&(t={});e=this.serialize(e);return this.getNextSafeSlug(e,t.dryrun)},e}(),R=function(){function u(e){this.options=e||r.defaults,this.options.renderer=this.options.renderer||new $,this.renderer=this.options.renderer,this.renderer.options=this.options,this.textRenderer=new S,this.slugger=new T}u.parse=function(e,t){return new u(t).parse(e)},u.parseInline=function(e,t){return new u(t).parseInline(e)};var e=u.prototype;return e.parse=function(e,t){void 0===t&&(t=!0);for(var u,n,r,i,s,l,a,o,D,c,h,p,f,g,F,A,d="",C=e.length,k=0;k<C;k++)if(o=e[k],this.options.extensions&&this.options.extensions.renderers&&this.options.extensions.renderers[o.type]&&(!1!==(A=this.options.extensions.renderers[o.type].call({parser:this},o))||!["space","hr","heading","code","table","blockquote","list","html","paragraph","text"].includes(o.type)))d+=A||"";else switch(o.type){case"space":continue;case"hr":d+=this.renderer.hr();continue;case"heading":d+=this.renderer.heading(this.parseInline(o.tokens),o.depth,x(this.parseInline(o.tokens,this.textRenderer)),this.slugger);continue;case"code":d+=this.renderer.code(o.text,o.lang,o.escaped);continue;case"table":for(l=D="",r=o.header.length,u=0;u<r;u++)l+=this.renderer.tablecell(this.parseInline(o.header[u].tokens),{header:!0,align:o.align[u]});for(D+=this.renderer.tablerow(l),a="",r=o.rows.length,u=0;u<r;u++){for(l="",i=(s=o.rows[u]).length,n=0;n<i;n++)l+=this.renderer.tablecell(this.parseInline(s[n].tokens),{header:!1,align:o.align[n]});a+=this.renderer.tablerow(l)}d+=this.renderer.table(D,a);continue;case"blockquote":a=this.parse(o.tokens),d+=this.renderer.blockquote(a);continue;case"list":for(D=o.ordered,E=o.start,c=o.loose,r=o.items.length,a="",u=0;u<r;u++)f=(p=o.items[u]).checked,g=p.task,h="",p.task&&(F=this.renderer.checkbox(f),c?0<p.tokens.length&&"paragraph"===p.tokens[0].type?(p.tokens[0].text=F+" "+p.tokens[0].text,p.tokens[0].tokens&&0<p.tokens[0].tokens.length&&"text"===p.tokens[0].tokens[0].type&&(p.tokens[0].tokens[0].text=F+" "+p.tokens[0].tokens[0].text)):p.tokens.unshift({type:"text",text:F}):h+=F),h+=this.parse(p.tokens,c),a+=this.renderer.listitem(h,g,f);d+=this.renderer.list(a,D,E);continue;case"html":d+=this.renderer.html(o.text);continue;case"paragraph":d+=this.renderer.paragraph(this.parseInline(o.tokens));continue;case"text":for(a=o.tokens?this.parseInline(o.tokens):o.text;k+1<C&&"text"===e[k+1].type;)a+="\n"+((o=e[++k]).tokens?this.parseInline(o.tokens):o.text);d+=t?this.renderer.paragraph(a):a;continue;default:var E='Token with "'+o.type+'" type was not found.';if(this.options.silent)return void console.error(E);throw new Error(E)}return d},e.parseInline=function(e,t){t=t||this.renderer;for(var u,n,r="",i=e.length,s=0;s<i;s++)if(u=e[s],this.options.extensions&&this.options.extensions.renderers&&this.options.extensions.renderers[u.type]&&(!1!==(n=this.options.extensions.renderers[u.type].call({parser:this},u))||!["escape","html","link","image","strong","em","codespan","br","del","text"].includes(u.type)))r+=n||"";else switch(u.type){case"escape":r+=t.text(u.text);break;case"html":r+=t.html(u.text);break;case"link":r+=t.link(u.href,u.title,this.parseInline(u.tokens,t));break;case"image":r+=t.image(u.href,u.title,u.text);break;case"strong":r+=t.strong(this.parseInline(u.tokens,t));break;case"em":r+=t.em(this.parseInline(u.tokens,t));break;case"codespan":r+=t.codespan(u.text);break;case"br":r+=t.br();break;case"del":r+=t.del(this.parseInline(u.tokens,t));break;case"text":r+=t.text(u.text);break;default:var l='Token with "'+u.type+'" type was not found.';if(this.options.silent)return void console.error(l);throw new Error(l)}return r},u}();function I(e,u,n){if(null==e)throw new Error("marked(): input parameter is undefined or null");if("string"!=typeof e)throw new Error("marked(): input parameter is of type "+Object.prototype.toString.call(e)+", string expected");if("function"==typeof u&&(n=u,u=null),E(u=d({},I.defaults,u||{})),n){var r,i=u.highlight;try{r=z.lex(e,u)}catch(e){return n(e)}var s=function(t){var e;if(!t)try{u.walkTokens&&I.walkTokens(r,u.walkTokens),e=R.parse(r,u)}catch(e){t=e}return u.highlight=i,t?n(t):n(null,e)};if(!i||i.length<3)return s();if(delete u.highlight,!r.length)return s();var l=0;return I.walkTokens(r,function(u){"code"===u.type&&(l++,setTimeout(function(){i(u.text,u.lang,function(e,t){if(e)return s(e);null!=t&&t!==u.text&&(u.text=t,u.escaped=!0),0===--l&&s()})},0))}),void(0===l&&s())}try{var t=z.lex(e,u);return u.walkTokens&&I.walkTokens(t,u.walkTokens),R.parse(t,u)}catch(e){if(e.message+="\nPlease report this to https://github.com/markedjs/marked.",u.silent)return"<p>An error occurred:</p><pre>"+D(e.message+"",!0)+"</pre>";throw e}}I.options=I.setOptions=function(e){return d(I.defaults,e),e=I.defaults,r.defaults=e,I},I.getDefaults=e,I.defaults=r.defaults,I.use=function(){for(var e=arguments.length,t=new Array(e),u=0;u<e;u++)t[u]=arguments[u];var n,r=d.apply(void 0,[{}].concat(t)),o=I.defaults.extensions||{renderers:{},childTokens:{}};t.forEach(function(s){if(s.extensions&&(n=!0,s.extensions.forEach(function(r){if(!r.name)throw new Error("extension name required");var i;if(r.renderer&&(i=o.renderers?o.renderers[r.name]:null,o.renderers[r.name]=i?function(){for(var e=arguments.length,t=new Array(e),u=0;u<e;u++)t[u]=arguments[u];var n=r.renderer.apply(this,t);return n=!1===n?i.apply(this,t):n}:r.renderer),r.tokenizer){if(!r.level||"block"!==r.level&&"inline"!==r.level)throw new Error("extension level must be 'block' or 'inline'");o[r.level]?o[r.level].unshift(r.tokenizer):o[r.level]=[r.tokenizer],r.start&&("block"===r.level?o.startBlock?o.startBlock.push(r.start):o.startBlock=[r.start]:"inline"===r.level&&(o.startInline?o.startInline.push(r.start):o.startInline=[r.start]))}r.childTokens&&(o.childTokens[r.name]=r.childTokens)})),s.renderer){var e,l=I.defaults.renderer||new $;for(e in s.renderer)!function(r){var i=l[r];l[r]=function(){for(var e=arguments.length,t=new Array(e),u=0;u<e;u++)t[u]=arguments[u];var n=s.renderer[r].apply(l,t);return n=!1===n?i.apply(l,t):n}}(e);r.renderer=l}if(s.tokenizer){var t,a=I.defaults.tokenizer||new w;for(t in s.tokenizer)!function(r){var i=a[r];a[r]=function(){for(var e=arguments.length,t=new Array(e),u=0;u<e;u++)t[u]=arguments[u];var n=s.tokenizer[r].apply(a,t);return n=!1===n?i.apply(a,t):n}}(t);r.tokenizer=a}var u;s.walkTokens&&(u=I.defaults.walkTokens,r.walkTokens=function(e){s.walkTokens.call(this,e),u&&u.call(this,e)}),n&&(r.extensions=o),I.setOptions(r)})},I.walkTokens=function(e,l){for(var a,t=B(e);!(a=t()).done;)!function(){var t=a.value;switch(l.call(I,t),t.type){case"table":for(var e=B(t.header);!(u=e()).done;){var u=u.value;I.walkTokens(u.tokens,l)}for(var n,r=B(t.rows);!(n=r()).done;)for(var i=B(n.value);!(s=i()).done;){var s=s.value;I.walkTokens(s.tokens,l)}break;case"list":I.walkTokens(t.items,l);break;default:I.defaults.extensions&&I.defaults.extensions.childTokens&&I.defaults.extensions.childTokens[t.type]?I.defaults.extensions.childTokens[t.type].forEach(function(e){I.walkTokens(t[e],l)}):t.tokens&&I.walkTokens(t.tokens,l)}}()},I.parseInline=function(e,t){if(null==e)throw new Error("marked.parseInline(): input parameter is undefined or null");if("string"!=typeof e)throw new Error("marked.parseInline(): input parameter is of type "+Object.prototype.toString.call(e)+", string expected");E(t=d({},I.defaults,t||{}));try{var u=z.lexInline(e,t);return t.walkTokens&&I.walkTokens(u,t.walkTokens),R.parseInline(u,t)}catch(e){if(e.message+="\nPlease report this to https://github.com/markedjs/marked.",t.silent)return"<p>An error occurred:</p><pre>"+D(e.message+"",!0)+"</pre>";throw e}},I.Parser=R,I.parser=R.parse,I.Renderer=$,I.TextRenderer=S,I.Lexer=z,I.lexer=z.lex,I.Tokenizer=w,I.Slugger=T;var A=(I.parse=I).options,P=I.setOptions,Q=I.use,U=I.walkTokens,M=I.parseInline,N=I,X=R.parse,G=z.lex;r.Lexer=z,r.Parser=R,r.Renderer=$,r.Slugger=T,r.TextRenderer=S,r.Tokenizer=w,r.getDefaults=e,r.lexer=G,r.marked=I,r.options=A,r.parse=N,r.parseInline=M,r.parser=X,r.setOptions=P,r.use=Q,r.walkTokens=U,Object.defineProperty(r,"__esModule",{value:!0})});;/*! @license DOMPurify 2.3.10 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.3.10/LICENSE */ -!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).DOMPurify=t()}(this,(function(){"use strict";function e(t){return(e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(t)}function t(e,n){return(t=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,n)}function n(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}function r(e,o,a){return(r=n()?Reflect.construct:function(e,n,r){var o=[null];o.push.apply(o,n);var a=new(Function.bind.apply(e,o));return r&&t(a,r.prototype),a}).apply(null,arguments)}function o(e){return function(e){if(Array.isArray(e))return a(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e,t){if(!e)return;if("string"==typeof e)return a(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return a(e,t)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function a(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var i=Object.hasOwnProperty,l=Object.setPrototypeOf,c=Object.isFrozen,u=Object.getPrototypeOf,s=Object.getOwnPropertyDescriptor,m=Object.freeze,f=Object.seal,p=Object.create,d="undefined"!=typeof Reflect&&Reflect,h=d.apply,g=d.construct;h||(h=function(e,t,n){return e.apply(t,n)}),m||(m=function(e){return e}),f||(f=function(e){return e}),g||(g=function(e,t){return r(e,o(t))});var y,b=_(Array.prototype.forEach),v=_(Array.prototype.pop),T=_(Array.prototype.push),N=_(String.prototype.toLowerCase),A=_(String.prototype.match),E=_(String.prototype.replace),w=_(String.prototype.indexOf),x=_(String.prototype.trim),S=_(RegExp.prototype.test),k=(y=TypeError,function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return g(y,t)});function _(e){return function(t){for(var n=arguments.length,r=new Array(n>1?n-1:0),o=1;o<n;o++)r[o-1]=arguments[o];return h(e,t,r)}}function O(e,t,n){n=n||N,l&&l(e,null);for(var r=t.length;r--;){var o=t[r];if("string"==typeof o){var a=n(o);a!==o&&(c(t)||(t[r]=a),o=a)}e[o]=!0}return e}function D(e){var t,n=p(null);for(t in e)h(i,e,[t])&&(n[t]=e[t]);return n}function R(e,t){for(;null!==e;){var n=s(e,t);if(n){if(n.get)return _(n.get);if("function"==typeof n.value)return _(n.value)}e=u(e)}return function(e){return console.warn("fallback value for",e),null}}var L=m(["a","abbr","acronym","address","area","article","aside","audio","b","bdi","bdo","big","blink","blockquote","body","br","button","canvas","caption","center","cite","code","col","colgroup","content","data","datalist","dd","decorator","del","details","dfn","dialog","dir","div","dl","dt","element","em","fieldset","figcaption","figure","font","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","img","input","ins","kbd","label","legend","li","main","map","mark","marquee","menu","menuitem","meter","nav","nobr","ol","optgroup","option","output","p","picture","pre","progress","q","rp","rt","ruby","s","samp","section","select","shadow","small","source","spacer","span","strike","strong","style","sub","summary","sup","table","tbody","td","template","textarea","tfoot","th","thead","time","tr","track","tt","u","ul","var","video","wbr"]),M=m(["svg","a","altglyph","altglyphdef","altglyphitem","animatecolor","animatemotion","animatetransform","circle","clippath","defs","desc","ellipse","filter","font","g","glyph","glyphref","hkern","image","line","lineargradient","marker","mask","metadata","mpath","path","pattern","polygon","polyline","radialgradient","rect","stop","style","switch","symbol","text","textpath","title","tref","tspan","view","vkern"]),C=m(["feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence"]),I=m(["animate","color-profile","cursor","discard","fedropshadow","font-face","font-face-format","font-face-name","font-face-src","font-face-uri","foreignobject","hatch","hatchpath","mesh","meshgradient","meshpatch","meshrow","missing-glyph","script","set","solidcolor","unknown","use"]),F=m(["math","menclose","merror","mfenced","mfrac","mglyph","mi","mlabeledtr","mmultiscripts","mn","mo","mover","mpadded","mphantom","mroot","mrow","ms","mspace","msqrt","mstyle","msub","msup","msubsup","mtable","mtd","mtext","mtr","munder","munderover"]),H=m(["maction","maligngroup","malignmark","mlongdiv","mscarries","mscarry","msgroup","mstack","msline","msrow","semantics","annotation","annotation-xml","mprescripts","none"]),U=m(["#text"]),z=m(["accept","action","align","alt","autocapitalize","autocomplete","autopictureinpicture","autoplay","background","bgcolor","border","capture","cellpadding","cellspacing","checked","cite","class","clear","color","cols","colspan","controls","controlslist","coords","crossorigin","datetime","decoding","default","dir","disabled","disablepictureinpicture","disableremoteplayback","download","draggable","enctype","enterkeyhint","face","for","headers","height","hidden","high","href","hreflang","id","inputmode","integrity","ismap","kind","label","lang","list","loading","loop","low","max","maxlength","media","method","min","minlength","multiple","muted","name","nonce","noshade","novalidate","nowrap","open","optimum","pattern","placeholder","playsinline","poster","preload","pubdate","radiogroup","readonly","rel","required","rev","reversed","role","rows","rowspan","spellcheck","scope","selected","shape","size","sizes","span","srclang","start","src","srcset","step","style","summary","tabindex","title","translate","type","usemap","valign","value","width","xmlns","slot"]),j=m(["accent-height","accumulate","additive","alignment-baseline","ascent","attributename","attributetype","azimuth","basefrequency","baseline-shift","begin","bias","by","class","clip","clippathunits","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","cx","cy","d","dx","dy","diffuseconstant","direction","display","divisor","dur","edgemode","elevation","end","fill","fill-opacity","fill-rule","filter","filterunits","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","fx","fy","g1","g2","glyph-name","glyphref","gradientunits","gradienttransform","height","href","id","image-rendering","in","in2","k","k1","k2","k3","k4","kerning","keypoints","keysplines","keytimes","lang","lengthadjust","letter-spacing","kernelmatrix","kernelunitlength","lighting-color","local","marker-end","marker-mid","marker-start","markerheight","markerunits","markerwidth","maskcontentunits","maskunits","max","mask","media","method","mode","min","name","numoctaves","offset","operator","opacity","order","orient","orientation","origin","overflow","paint-order","path","pathlength","patterncontentunits","patterntransform","patternunits","points","preservealpha","preserveaspectratio","primitiveunits","r","rx","ry","radius","refx","refy","repeatcount","repeatdur","restart","result","rotate","scale","seed","shape-rendering","specularconstant","specularexponent","spreadmethod","startoffset","stddeviation","stitchtiles","stop-color","stop-opacity","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke","stroke-width","style","surfacescale","systemlanguage","tabindex","targetx","targety","transform","transform-origin","text-anchor","text-decoration","text-rendering","textlength","type","u1","u2","unicode","values","viewbox","visibility","version","vert-adv-y","vert-origin-x","vert-origin-y","width","word-spacing","wrap","writing-mode","xchannelselector","ychannelselector","x","x1","x2","xmlns","y","y1","y2","z","zoomandpan"]),B=m(["accent","accentunder","align","bevelled","close","columnsalign","columnlines","columnspan","denomalign","depth","dir","display","displaystyle","encoding","fence","frame","height","href","id","largeop","length","linethickness","lspace","lquote","mathbackground","mathcolor","mathsize","mathvariant","maxsize","minsize","movablelimits","notation","numalign","open","rowalign","rowlines","rowspacing","rowspan","rspace","rquote","scriptlevel","scriptminsize","scriptsizemultiplier","selection","separator","separators","stretchy","subscriptshift","supscriptshift","symmetric","voffset","width","xmlns"]),P=m(["xlink:href","xml:id","xlink:title","xml:space","xmlns:xlink"]),G=f(/\{\{[\w\W]*|[\w\W]*\}\}/gm),W=f(/<%[\w\W]*|[\w\W]*%>/gm),q=f(/^data-[\-\w.\u00B7-\uFFFF]/),Y=f(/^aria-[\-\w]+$/),K=f(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|cid|xmpp):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),V=f(/^(?:\w+script|data):/i),$=f(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),X=f(/^html$/i),Z=function(){return"undefined"==typeof window?null:window},J=function(t,n){if("object"!==e(t)||"function"!=typeof t.createPolicy)return null;var r=null,o="data-tt-policy-suffix";n.currentScript&&n.currentScript.hasAttribute(o)&&(r=n.currentScript.getAttribute(o));var a="dompurify"+(r?"#"+r:"");try{return t.createPolicy(a,{createHTML:function(e){return e},createScriptURL:function(e){return e}})}catch(e){return console.warn("TrustedTypes policy "+a+" could not be created."),null}};return function t(){var n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:Z(),r=function(e){return t(e)};if(r.version="2.3.10",r.removed=[],!n||!n.document||9!==n.document.nodeType)return r.isSupported=!1,r;var a=n.document,i=n.document,l=n.DocumentFragment,c=n.HTMLTemplateElement,u=n.Node,s=n.Element,f=n.NodeFilter,p=n.NamedNodeMap,d=void 0===p?n.NamedNodeMap||n.MozNamedAttrMap:p,h=n.HTMLFormElement,g=n.DOMParser,y=n.trustedTypes,_=s.prototype,Q=R(_,"cloneNode"),ee=R(_,"nextSibling"),te=R(_,"childNodes"),ne=R(_,"parentNode");if("function"==typeof c){var re=i.createElement("template");re.content&&re.content.ownerDocument&&(i=re.content.ownerDocument)}var oe=J(y,a),ae=oe?oe.createHTML(""):"",ie=i,le=ie.implementation,ce=ie.createNodeIterator,ue=ie.createDocumentFragment,se=ie.getElementsByTagName,me=a.importNode,fe={};try{fe=D(i).documentMode?i.documentMode:{}}catch(e){}var pe={};r.isSupported="function"==typeof ne&&le&&void 0!==le.createHTMLDocument&&9!==fe;var de,he,ge=G,ye=W,be=q,ve=Y,Te=V,Ne=$,Ae=K,Ee=null,we=O({},[].concat(o(L),o(M),o(C),o(F),o(U))),xe=null,Se=O({},[].concat(o(z),o(j),o(B),o(P))),ke=Object.seal(Object.create(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),_e=null,Oe=null,De=!0,Re=!0,Le=!1,Me=!1,Ce=!1,Ie=!1,Fe=!1,He=!1,Ue=!1,ze=!1,je=!0,Be=!0,Pe=!1,Ge={},We=null,qe=O({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","style","svg","template","thead","title","video","xmp"]),Ye=null,Ke=O({},["audio","video","img","source","image","track"]),Ve=null,$e=O({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),Xe="http://www.w3.org/1998/Math/MathML",Ze="http://www.w3.org/2000/svg",Je="http://www.w3.org/1999/xhtml",Qe=Je,et=!1,tt=["application/xhtml+xml","text/html"],nt="text/html",rt=null,ot=i.createElement("form"),at=function(e){return e instanceof RegExp||e instanceof Function},it=function(t){rt&&rt===t||(t&&"object"===e(t)||(t={}),t=D(t),de=de=-1===tt.indexOf(t.PARSER_MEDIA_TYPE)?nt:t.PARSER_MEDIA_TYPE,he="application/xhtml+xml"===de?function(e){return e}:N,Ee="ALLOWED_TAGS"in t?O({},t.ALLOWED_TAGS,he):we,xe="ALLOWED_ATTR"in t?O({},t.ALLOWED_ATTR,he):Se,Ve="ADD_URI_SAFE_ATTR"in t?O(D($e),t.ADD_URI_SAFE_ATTR,he):$e,Ye="ADD_DATA_URI_TAGS"in t?O(D(Ke),t.ADD_DATA_URI_TAGS,he):Ke,We="FORBID_CONTENTS"in t?O({},t.FORBID_CONTENTS,he):qe,_e="FORBID_TAGS"in t?O({},t.FORBID_TAGS,he):{},Oe="FORBID_ATTR"in t?O({},t.FORBID_ATTR,he):{},Ge="USE_PROFILES"in t&&t.USE_PROFILES,De=!1!==t.ALLOW_ARIA_ATTR,Re=!1!==t.ALLOW_DATA_ATTR,Le=t.ALLOW_UNKNOWN_PROTOCOLS||!1,Me=t.SAFE_FOR_TEMPLATES||!1,Ce=t.WHOLE_DOCUMENT||!1,He=t.RETURN_DOM||!1,Ue=t.RETURN_DOM_FRAGMENT||!1,ze=t.RETURN_TRUSTED_TYPE||!1,Fe=t.FORCE_BODY||!1,je=!1!==t.SANITIZE_DOM,Be=!1!==t.KEEP_CONTENT,Pe=t.IN_PLACE||!1,Ae=t.ALLOWED_URI_REGEXP||Ae,Qe=t.NAMESPACE||Je,t.CUSTOM_ELEMENT_HANDLING&&at(t.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&(ke.tagNameCheck=t.CUSTOM_ELEMENT_HANDLING.tagNameCheck),t.CUSTOM_ELEMENT_HANDLING&&at(t.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&(ke.attributeNameCheck=t.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),t.CUSTOM_ELEMENT_HANDLING&&"boolean"==typeof t.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements&&(ke.allowCustomizedBuiltInElements=t.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),Me&&(Re=!1),Ue&&(He=!0),Ge&&(Ee=O({},o(U)),xe=[],!0===Ge.html&&(O(Ee,L),O(xe,z)),!0===Ge.svg&&(O(Ee,M),O(xe,j),O(xe,P)),!0===Ge.svgFilters&&(O(Ee,C),O(xe,j),O(xe,P)),!0===Ge.mathMl&&(O(Ee,F),O(xe,B),O(xe,P))),t.ADD_TAGS&&(Ee===we&&(Ee=D(Ee)),O(Ee,t.ADD_TAGS,he)),t.ADD_ATTR&&(xe===Se&&(xe=D(xe)),O(xe,t.ADD_ATTR,he)),t.ADD_URI_SAFE_ATTR&&O(Ve,t.ADD_URI_SAFE_ATTR,he),t.FORBID_CONTENTS&&(We===qe&&(We=D(We)),O(We,t.FORBID_CONTENTS,he)),Be&&(Ee["#text"]=!0),Ce&&O(Ee,["html","head","body"]),Ee.table&&(O(Ee,["tbody"]),delete _e.tbody),m&&m(t),rt=t)},lt=O({},["mi","mo","mn","ms","mtext"]),ct=O({},["foreignobject","desc","title","annotation-xml"]),ut=O({},["title","style","font","a","script"]),st=O({},M);O(st,C),O(st,I);var mt=O({},F);O(mt,H);var ft=function(e){var t=ne(e);t&&t.tagName||(t={namespaceURI:Je,tagName:"template"});var n=N(e.tagName),r=N(t.tagName);return e.namespaceURI===Ze?t.namespaceURI===Je?"svg"===n:t.namespaceURI===Xe?"svg"===n&&("annotation-xml"===r||lt[r]):Boolean(st[n]):e.namespaceURI===Xe?t.namespaceURI===Je?"math"===n:t.namespaceURI===Ze?"math"===n&&ct[r]:Boolean(mt[n]):e.namespaceURI===Je&&(!(t.namespaceURI===Ze&&!ct[r])&&(!(t.namespaceURI===Xe&&!lt[r])&&(!mt[n]&&(ut[n]||!st[n]))))},pt=function(e){T(r.removed,{element:e});try{e.parentNode.removeChild(e)}catch(t){try{e.outerHTML=ae}catch(t){e.remove()}}},dt=function(e,t){try{T(r.removed,{attribute:t.getAttributeNode(e),from:t})}catch(e){T(r.removed,{attribute:null,from:t})}if(t.removeAttribute(e),"is"===e&&!xe[e])if(He||Ue)try{pt(t)}catch(e){}else try{t.setAttribute(e,"")}catch(e){}},ht=function(e){var t,n;if(Fe)e="<remove></remove>"+e;else{var r=A(e,/^[\r\n\t ]+/);n=r&&r[0]}"application/xhtml+xml"===de&&(e='<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>'+e+"</body></html>");var o=oe?oe.createHTML(e):e;if(Qe===Je)try{t=(new g).parseFromString(o,de)}catch(e){}if(!t||!t.documentElement){t=le.createDocument(Qe,"template",null);try{t.documentElement.innerHTML=et?"":o}catch(e){}}var a=t.body||t.documentElement;return e&&n&&a.insertBefore(i.createTextNode(n),a.childNodes[0]||null),Qe===Je?se.call(t,Ce?"html":"body")[0]:Ce?t.documentElement:a},gt=function(e){return ce.call(e.ownerDocument||e,e,f.SHOW_ELEMENT|f.SHOW_COMMENT|f.SHOW_TEXT,null,!1)},yt=function(e){return e instanceof h&&("string"!=typeof e.nodeName||"string"!=typeof e.textContent||"function"!=typeof e.removeChild||!(e.attributes instanceof d)||"function"!=typeof e.removeAttribute||"function"!=typeof e.setAttribute||"string"!=typeof e.namespaceURI||"function"!=typeof e.insertBefore)},bt=function(t){return"object"===e(u)?t instanceof u:t&&"object"===e(t)&&"number"==typeof t.nodeType&&"string"==typeof t.nodeName},vt=function(e,t,n){pe[e]&&b(pe[e],(function(e){e.call(r,t,n,rt)}))},Tt=function(e){var t;if(vt("beforeSanitizeElements",e,null),yt(e))return pt(e),!0;if(S(/[\u0080-\uFFFF]/,e.nodeName))return pt(e),!0;var n=he(e.nodeName);if(vt("uponSanitizeElement",e,{tagName:n,allowedTags:Ee}),e.hasChildNodes()&&!bt(e.firstElementChild)&&(!bt(e.content)||!bt(e.content.firstElementChild))&&S(/<[/\w]/g,e.innerHTML)&&S(/<[/\w]/g,e.textContent))return pt(e),!0;if("select"===n&&S(/<template/i,e.innerHTML))return pt(e),!0;if(!Ee[n]||_e[n]){if(!_e[n]&&At(n)){if(ke.tagNameCheck instanceof RegExp&&S(ke.tagNameCheck,n))return!1;if(ke.tagNameCheck instanceof Function&&ke.tagNameCheck(n))return!1}if(Be&&!We[n]){var o=ne(e)||e.parentNode,a=te(e)||e.childNodes;if(a&&o)for(var i=a.length-1;i>=0;--i)o.insertBefore(Q(a[i],!0),ee(e))}return pt(e),!0}return e instanceof s&&!ft(e)?(pt(e),!0):"noscript"!==n&&"noembed"!==n||!S(/<\/no(script|embed)/i,e.innerHTML)?(Me&&3===e.nodeType&&(t=e.textContent,t=E(t,ge," "),t=E(t,ye," "),e.textContent!==t&&(T(r.removed,{element:e.cloneNode()}),e.textContent=t)),vt("afterSanitizeElements",e,null),!1):(pt(e),!0)},Nt=function(e,t,n){if(je&&("id"===t||"name"===t)&&(n in i||n in ot))return!1;if(Re&&!Oe[t]&&S(be,t));else if(De&&S(ve,t));else if(!xe[t]||Oe[t]){if(!(At(e)&&(ke.tagNameCheck instanceof RegExp&&S(ke.tagNameCheck,e)||ke.tagNameCheck instanceof Function&&ke.tagNameCheck(e))&&(ke.attributeNameCheck instanceof RegExp&&S(ke.attributeNameCheck,t)||ke.attributeNameCheck instanceof Function&&ke.attributeNameCheck(t))||"is"===t&&ke.allowCustomizedBuiltInElements&&(ke.tagNameCheck instanceof RegExp&&S(ke.tagNameCheck,n)||ke.tagNameCheck instanceof Function&&ke.tagNameCheck(n))))return!1}else if(Ve[t]);else if(S(Ae,E(n,Ne,"")));else if("src"!==t&&"xlink:href"!==t&&"href"!==t||"script"===e||0!==w(n,"data:")||!Ye[e]){if(Le&&!S(Te,E(n,Ne,"")));else if(n)return!1}else;return!0},At=function(e){return e.indexOf("-")>0},Et=function(t){var n,o,a,i;vt("beforeSanitizeAttributes",t,null);var l=t.attributes;if(l){var c={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:xe};for(i=l.length;i--;){var u=n=l[i],s=u.name,m=u.namespaceURI;if(o="value"===s?n.value:x(n.value),a=he(s),c.attrName=a,c.attrValue=o,c.keepAttr=!0,c.forceKeepAttr=void 0,vt("uponSanitizeAttribute",t,c),o=c.attrValue,!c.forceKeepAttr&&(dt(s,t),c.keepAttr))if(S(/\/>/i,o))dt(s,t);else{Me&&(o=E(o,ge," "),o=E(o,ye," "));var f=he(t.nodeName);if(Nt(f,a,o)){if(oe&&"object"===e(y)&&"function"==typeof y.getAttributeType)if(m);else switch(y.getAttributeType(f,a)){case"TrustedHTML":o=oe.createHTML(o);break;case"TrustedScriptURL":o=oe.createScriptURL(o)}try{m?t.setAttributeNS(m,s,o):t.setAttribute(s,o),v(r.removed)}catch(e){}}}}vt("afterSanitizeAttributes",t,null)}},wt=function e(t){var n,r=gt(t);for(vt("beforeSanitizeShadowDOM",t,null);n=r.nextNode();)vt("uponSanitizeShadowNode",n,null),Tt(n)||(n.content instanceof l&&e(n.content),Et(n));vt("afterSanitizeShadowDOM",t,null)};return r.sanitize=function(t,o){var i,c,s,m,f;if((et=!t)&&(t="\x3c!--\x3e"),"string"!=typeof t&&!bt(t)){if("function"!=typeof t.toString)throw k("toString is not a function");if("string"!=typeof(t=t.toString()))throw k("dirty is not a string, aborting")}if(!r.isSupported){if("object"===e(n.toStaticHTML)||"function"==typeof n.toStaticHTML){if("string"==typeof t)return n.toStaticHTML(t);if(bt(t))return n.toStaticHTML(t.outerHTML)}return t}if(Ie||it(o),r.removed=[],"string"==typeof t&&(Pe=!1),Pe){if(t.nodeName){var p=he(t.nodeName);if(!Ee[p]||_e[p])throw k("root node is forbidden and cannot be sanitized in-place")}}else if(t instanceof u)1===(c=(i=ht("\x3c!----\x3e")).ownerDocument.importNode(t,!0)).nodeType&&"BODY"===c.nodeName||"HTML"===c.nodeName?i=c:i.appendChild(c);else{if(!He&&!Me&&!Ce&&-1===t.indexOf("<"))return oe&&ze?oe.createHTML(t):t;if(!(i=ht(t)))return He?null:ze?ae:""}i&&Fe&&pt(i.firstChild);for(var d=gt(Pe?t:i);s=d.nextNode();)3===s.nodeType&&s===m||Tt(s)||(s.content instanceof l&&wt(s.content),Et(s),m=s);if(m=null,Pe)return t;if(He){if(Ue)for(f=ue.call(i.ownerDocument);i.firstChild;)f.appendChild(i.firstChild);else f=i;return xe.shadowroot&&(f=me.call(a,f,!0)),f}var h=Ce?i.outerHTML:i.innerHTML;return Ce&&Ee["!doctype"]&&i.ownerDocument&&i.ownerDocument.doctype&&i.ownerDocument.doctype.name&&S(X,i.ownerDocument.doctype.name)&&(h="<!DOCTYPE "+i.ownerDocument.doctype.name+">\n"+h),Me&&(h=E(h,ge," "),h=E(h,ye," ")),oe&&ze?oe.createHTML(h):h},r.setConfig=function(e){it(e),Ie=!0},r.clearConfig=function(){rt=null,Ie=!1},r.isValidAttribute=function(e,t,n){rt||it({});var r=he(e),o=he(t);return Nt(r,o,n)},r.addHook=function(e,t){"function"==typeof t&&(pe[e]=pe[e]||[],T(pe[e],t))},r.removeHook=function(e){if(pe[e])return v(pe[e])},r.removeHooks=function(e){pe[e]&&(pe[e]=[])},r.removeAllHooks=function(){pe={}},r}()})); -//# sourceMappingURL=purify.min.js.map -;(function(){function t(t){return t.target}function n(t){return t.source}function e(t,n){try{for(var e in n)Object.defineProperty(t.prototype,e,{value:n[e],enumerable:!1})}catch(r){t.prototype=n}}function r(t){for(var n=-1,e=t.length,r=[];e>++n;)r.push(t[n]);return r}function i(t){return Array.prototype.slice.call(t)}function u(){}function a(t){return t}function o(){return!0}function c(t){return"function"==typeof t?t:function(){return t}}function l(t,n,e){return function(){var r=e.apply(n,arguments);return arguments.length?t:r}}function s(t){return null!=t&&!isNaN(t)}function f(t){return t.length}function h(t){return t.trim().replace(/\s+/g," ")}function d(t){for(var n=1;t*n%1;)n*=10;return n}function g(t){return 1===t.length?function(n,e){t(null==n?e:null)}:t}function p(t){return t.responseText}function m(t){return JSON.parse(t.responseText)}function v(t){var n=document.createRange();return n.selectNode(document.body),n.createContextualFragment(t.responseText)}function y(t){return t.responseXML}function M(){}function b(t){function n(){for(var n,r=e,i=-1,u=r.length;u>++i;)(n=r[i].on)&&n.apply(this,arguments);return t}var e=[],r=new u;return n.on=function(n,i){var u,a=r.get(n);return 2>arguments.length?a&&a.on:(a&&(a.on=null,e=e.slice(0,u=e.indexOf(a)).concat(e.slice(u+1)),r.remove(n)),i&&e.push(r.set(n,{on:i})),t)},n}function x(t,n){return n-(t?1+Math.floor(Math.log(t+Math.pow(10,1+Math.floor(Math.log(t)/Math.LN10)-n))/Math.LN10):1)}function _(t){return t+""}function w(t,n){var e=Math.pow(10,3*Math.abs(8-n));return{scale:n>8?function(t){return t/e}:function(t){return t*e},symbol:t}}function S(t){return function(n){return 0>=n?0:n>=1?1:t(n)}}function k(t){return function(n){return 1-t(1-n)}}function E(t){return function(n){return.5*(.5>n?t(2*n):2-t(2-2*n))}}function A(t){return t*t}function N(t){return t*t*t}function T(t){if(0>=t)return 0;if(t>=1)return 1;var n=t*t,e=n*t;return 4*(.5>t?e:3*(t-n)+e-.75)}function q(t){return function(n){return Math.pow(n,t)}}function C(t){return 1-Math.cos(t*Ru/2)}function z(t){return Math.pow(2,10*(t-1))}function D(t){return 1-Math.sqrt(1-t*t)}function L(t,n){var e;return 2>arguments.length&&(n=.45),arguments.length?e=n/(2*Ru)*Math.asin(1/t):(t=1,e=n/4),function(r){return 1+t*Math.pow(2,10*-r)*Math.sin(2*(r-e)*Ru/n)}}function F(t){return t||(t=1.70158),function(n){return n*n*((t+1)*n-t)}}function H(t){return 1/2.75>t?7.5625*t*t:2/2.75>t?7.5625*(t-=1.5/2.75)*t+.75:2.5/2.75>t?7.5625*(t-=2.25/2.75)*t+.9375:7.5625*(t-=2.625/2.75)*t+.984375}function R(){d3.event.stopPropagation(),d3.event.preventDefault()}function P(){for(var t,n=d3.event;t=n.sourceEvent;)n=t;return n}function j(t){for(var n=new M,e=0,r=arguments.length;r>++e;)n[arguments[e]]=b(n);return n.of=function(e,r){return function(i){try{var u=i.sourceEvent=d3.event;i.target=t,d3.event=i,n[i.type].apply(e,r)}finally{d3.event=u}}},n}function O(t){var n=[t.a,t.b],e=[t.c,t.d],r=U(n),i=Y(n,e),u=U(I(e,n,-i))||0;n[0]*e[1]<e[0]*n[1]&&(n[0]*=-1,n[1]*=-1,r*=-1,i*=-1),this.rotate=(r?Math.atan2(n[1],n[0]):Math.atan2(-e[0],e[1]))*Ou,this.translate=[t.e,t.f],this.scale=[r,u],this.skew=u?Math.atan2(i,u)*Ou:0}function Y(t,n){return t[0]*n[0]+t[1]*n[1]}function U(t){var n=Math.sqrt(Y(t,t));return n&&(t[0]/=n,t[1]/=n),n}function I(t,n,e){return t[0]+=e*n[0],t[1]+=e*n[1],t}function V(t){return"transform"==t?d3.interpolateTransform:d3.interpolate}function X(t,n){return n=n-(t=+t)?1/(n-t):0,function(e){return(e-t)*n}}function Z(t,n){return n=n-(t=+t)?1/(n-t):0,function(e){return Math.max(0,Math.min(1,(e-t)*n))}}function B(){}function $(t,n,e){return new J(t,n,e)}function J(t,n,e){this.r=t,this.g=n,this.b=e}function G(t){return 16>t?"0"+Math.max(0,t).toString(16):Math.min(255,t).toString(16)}function K(t,n,e){var r,i,u,a=0,o=0,c=0;if(r=/([a-z]+)\((.*)\)/i.exec(t))switch(i=r[2].split(","),r[1]){case"hsl":return e(parseFloat(i[0]),parseFloat(i[1])/100,parseFloat(i[2])/100);case"rgb":return n(nn(i[0]),nn(i[1]),nn(i[2]))}return(u=aa.get(t))?n(u.r,u.g,u.b):(null!=t&&"#"===t.charAt(0)&&(4===t.length?(a=t.charAt(1),a+=a,o=t.charAt(2),o+=o,c=t.charAt(3),c+=c):7===t.length&&(a=t.substring(1,3),o=t.substring(3,5),c=t.substring(5,7)),a=parseInt(a,16),o=parseInt(o,16),c=parseInt(c,16)),n(a,o,c))}function W(t,n,e){var r,i,u=Math.min(t/=255,n/=255,e/=255),a=Math.max(t,n,e),o=a-u,c=(a+u)/2;return o?(i=.5>c?o/(a+u):o/(2-a-u),r=t==a?(n-e)/o+(e>n?6:0):n==a?(e-t)/o+2:(t-n)/o+4,r*=60):i=r=0,en(r,i,c)}function Q(t,n,e){t=tn(t),n=tn(n),e=tn(e);var r=gn((.4124564*t+.3575761*n+.1804375*e)/sa),i=gn((.2126729*t+.7151522*n+.072175*e)/fa),u=gn((.0193339*t+.119192*n+.9503041*e)/ha);return ln(116*i-16,500*(r-i),200*(i-u))}function tn(t){return.04045>=(t/=255)?t/12.92:Math.pow((t+.055)/1.055,2.4)}function nn(t){var n=parseFloat(t);return"%"===t.charAt(t.length-1)?Math.round(2.55*n):n}function en(t,n,e){return new rn(t,n,e)}function rn(t,n,e){this.h=t,this.s=n,this.l=e}function un(t,n,e){function r(t){return t>360?t-=360:0>t&&(t+=360),60>t?u+(a-u)*t/60:180>t?a:240>t?u+(a-u)*(240-t)/60:u}function i(t){return Math.round(255*r(t))}var u,a;return t%=360,0>t&&(t+=360),n=0>n?0:n>1?1:n,e=0>e?0:e>1?1:e,a=.5>=e?e*(1+n):e+n-e*n,u=2*e-a,$(i(t+120),i(t),i(t-120))}function an(t,n,e){return new on(t,n,e)}function on(t,n,e){this.h=t,this.c=n,this.l=e}function cn(t,n,e){return ln(e,Math.cos(t*=ju)*n,Math.sin(t)*n)}function ln(t,n,e){return new sn(t,n,e)}function sn(t,n,e){this.l=t,this.a=n,this.b=e}function fn(t,n,e){var r=(t+16)/116,i=r+n/500,u=r-e/200;return i=dn(i)*sa,r=dn(r)*fa,u=dn(u)*ha,$(pn(3.2404542*i-1.5371385*r-.4985314*u),pn(-.969266*i+1.8760108*r+.041556*u),pn(.0556434*i-.2040259*r+1.0572252*u))}function hn(t,n,e){return an(180*(Math.atan2(e,n)/Ru),Math.sqrt(n*n+e*e),t)}function dn(t){return t>.206893034?t*t*t:(t-4/29)/7.787037}function gn(t){return t>.008856?Math.pow(t,1/3):7.787037*t+4/29}function pn(t){return Math.round(255*(.00304>=t?12.92*t:1.055*Math.pow(t,1/2.4)-.055))}function mn(t){return Iu(t,Ma),t}function vn(t){return function(){return ga(t,this)}}function yn(t){return function(){return pa(t,this)}}function Mn(t,n){function e(){this.removeAttribute(t)}function r(){this.removeAttributeNS(t.space,t.local)}function i(){this.setAttribute(t,n)}function u(){this.setAttributeNS(t.space,t.local,n)}function a(){var e=n.apply(this,arguments);null==e?this.removeAttribute(t):this.setAttribute(t,e)}function o(){var e=n.apply(this,arguments);null==e?this.removeAttributeNS(t.space,t.local):this.setAttributeNS(t.space,t.local,e)}return t=d3.ns.qualify(t),null==n?t.local?r:e:"function"==typeof n?t.local?o:a:t.local?u:i}function bn(t){return RegExp("(?:^|\\s+)"+d3.requote(t)+"(?:\\s+|$)","g")}function xn(t,n){function e(){for(var e=-1;i>++e;)t[e](this,n)}function r(){for(var e=-1,r=n.apply(this,arguments);i>++e;)t[e](this,r)}t=t.trim().split(/\s+/).map(_n);var i=t.length;return"function"==typeof n?r:e}function _n(t){var n=bn(t);return function(e,r){if(i=e.classList)return r?i.add(t):i.remove(t);var i=e.className,u=null!=i.baseVal,a=u?i.baseVal:i;r?(n.lastIndex=0,n.test(a)||(a=h(a+" "+t),u?i.baseVal=a:e.className=a)):a&&(a=h(a.replace(n," ")),u?i.baseVal=a:e.className=a)}}function wn(t,n,e){function r(){this.style.removeProperty(t)}function i(){this.style.setProperty(t,n,e)}function u(){var r=n.apply(this,arguments);null==r?this.style.removeProperty(t):this.style.setProperty(t,r,e)}return null==n?r:"function"==typeof n?u:i}function Sn(t,n){function e(){delete this[t]}function r(){this[t]=n}function i(){var e=n.apply(this,arguments);null==e?delete this[t]:this[t]=e}return null==n?e:"function"==typeof n?i:r}function kn(t){return{__data__:t}}function En(t){return function(){return ya(this,t)}}function An(t){return arguments.length||(t=d3.ascending),function(n,e){return t(n&&n.__data__,e&&e.__data__)}}function Nn(t,n,e){function r(){var n=this[u];n&&(this.removeEventListener(t,n,n.$),delete this[u])}function i(){function i(t){var e=d3.event;d3.event=t,o[0]=a.__data__;try{n.apply(a,o)}finally{d3.event=e}}var a=this,o=Yu(arguments);r.call(this),this.addEventListener(t,this[u]=i,i.$=e),i._=n}var u="__on"+t,a=t.indexOf(".");return a>0&&(t=t.substring(0,a)),n?i:r}function Tn(t,n){for(var e=0,r=t.length;r>e;e++)for(var i,u=t[e],a=0,o=u.length;o>a;a++)(i=u[a])&&n(i,a,e);return t}function qn(t){return Iu(t,xa),t}function Cn(t,n){return Iu(t,wa),t.id=n,t}function zn(t,n,e,r){var i=t.__transition__||(t.__transition__={active:0,count:0}),a=i[e];if(!a){var o=r.time;return a=i[e]={tween:new u,event:d3.dispatch("start","end"),time:o,ease:r.ease,delay:r.delay,duration:r.duration},++i.count,d3.timer(function(r){function u(r){return i.active>e?l():(i.active=e,h.start.call(t,s,n),a.tween.forEach(function(e,r){(r=r.call(t,s,n))&&p.push(r)}),c(r)||d3.timer(c,0,o),1)}function c(r){if(i.active!==e)return l();for(var u=(r-d)/g,a=f(u),o=p.length;o>0;)p[--o].call(t,a);return u>=1?(l(),h.end.call(t,s,n),1):void 0}function l(){return--i.count?delete i[e]:delete t.__transition__,1}var s=t.__data__,f=a.ease,h=a.event,d=a.delay,g=a.duration,p=[];return r>=d?u(r):d3.timer(u,d,o),1},0,o),a}}function Dn(t){return null==t&&(t=""),function(){this.textContent=t}}function Ln(t,n,e,r){var i=t.id;return Tn(t,"function"==typeof e?function(t,u,a){t.__transition__[i].tween.set(n,r(e.call(t,t.__data__,u,a)))}:(e=r(e),function(t){t.__transition__[i].tween.set(n,e)}))}function Fn(){for(var t,n=Date.now(),e=qa;e;)t=n-e.then,t>=e.delay&&(e.flush=e.callback(t)),e=e.next;var r=Hn()-n;r>24?(isFinite(r)&&(clearTimeout(Aa),Aa=setTimeout(Fn,r)),Ea=0):(Ea=1,Ca(Fn))}function Hn(){for(var t=null,n=qa,e=1/0;n;)n.flush?(delete Ta[n.callback.id],n=t?t.next=n.next:qa=n.next):(e=Math.min(e,n.then+n.delay),n=(t=n).next);return e}function Rn(t,n){var e=t.ownerSVGElement||t;if(e.createSVGPoint){var r=e.createSVGPoint();if(0>za&&(window.scrollX||window.scrollY)){e=d3.select(document.body).append("svg").style("position","absolute").style("top",0).style("left",0);var i=e[0][0].getScreenCTM();za=!(i.f||i.e),e.remove()}return za?(r.x=n.pageX,r.y=n.pageY):(r.x=n.clientX,r.y=n.clientY),r=r.matrixTransform(t.getScreenCTM().inverse()),[r.x,r.y]}var u=t.getBoundingClientRect();return[n.clientX-u.left-t.clientLeft,n.clientY-u.top-t.clientTop]}function Pn(){}function jn(t){var n=t[0],e=t[t.length-1];return e>n?[n,e]:[e,n]}function On(t){return t.rangeExtent?t.rangeExtent():jn(t.range())}function Yn(t,n){var e,r=0,i=t.length-1,u=t[r],a=t[i];return u>a&&(e=r,r=i,i=e,e=u,u=a,a=e),(n=n(a-u))&&(t[r]=n.floor(u),t[i]=n.ceil(a)),t}function Un(){return Math}function In(t,n,e,r){function i(){var i=Math.min(t.length,n.length)>2?Gn:Jn,c=r?Z:X;return a=i(t,n,c,e),o=i(n,t,c,d3.interpolate),u}function u(t){return a(t)}var a,o;return u.invert=function(t){return o(t)},u.domain=function(n){return arguments.length?(t=n.map(Number),i()):t},u.range=function(t){return arguments.length?(n=t,i()):n},u.rangeRound=function(t){return u.range(t).interpolate(d3.interpolateRound)},u.clamp=function(t){return arguments.length?(r=t,i()):r},u.interpolate=function(t){return arguments.length?(e=t,i()):e},u.ticks=function(n){return Bn(t,n)},u.tickFormat=function(n){return $n(t,n)},u.nice=function(){return Yn(t,Xn),i()},u.copy=function(){return In(t,n,e,r)},i()}function Vn(t,n){return d3.rebind(t,n,"range","rangeRound","interpolate","clamp")}function Xn(t){return t=Math.pow(10,Math.round(Math.log(t)/Math.LN10)-1),t&&{floor:function(n){return Math.floor(n/t)*t},ceil:function(n){return Math.ceil(n/t)*t}}}function Zn(t,n){var e=jn(t),r=e[1]-e[0],i=Math.pow(10,Math.floor(Math.log(r/n)/Math.LN10)),u=n/r*i;return.15>=u?i*=10:.35>=u?i*=5:.75>=u&&(i*=2),e[0]=Math.ceil(e[0]/i)*i,e[1]=Math.floor(e[1]/i)*i+.5*i,e[2]=i,e}function Bn(t,n){return d3.range.apply(d3,Zn(t,n))}function $n(t,n){return d3.format(",."+Math.max(0,-Math.floor(Math.log(Zn(t,n)[2])/Math.LN10+.01))+"f")}function Jn(t,n,e,r){var i=e(t[0],t[1]),u=r(n[0],n[1]);return function(t){return u(i(t))}}function Gn(t,n,e,r){var i=[],u=[],a=0,o=Math.min(t.length,n.length)-1;for(t[o]<t[0]&&(t=t.slice().reverse(),n=n.slice().reverse());o>=++a;)i.push(e(t[a-1],t[a])),u.push(r(n[a-1],n[a]));return function(n){var e=d3.bisect(t,n,1,o)-1;return u[e](i[e](n))}}function Kn(t,n){function e(e){return t(n(e))}var r=n.pow;return e.invert=function(n){return r(t.invert(n))},e.domain=function(i){return arguments.length?(n=0>i[0]?Qn:Wn,r=n.pow,t.domain(i.map(n)),e):t.domain().map(r)},e.nice=function(){return t.domain(Yn(t.domain(),Un)),e},e.ticks=function(){var e=jn(t.domain()),i=[];if(e.every(isFinite)){var u=Math.floor(e[0]),a=Math.ceil(e[1]),o=r(e[0]),c=r(e[1]);if(n===Qn)for(i.push(r(u));a>u++;)for(var l=9;l>0;l--)i.push(r(u)*l);else{for(;a>u;u++)for(var l=1;10>l;l++)i.push(r(u)*l);i.push(r(u))}for(u=0;o>i[u];u++);for(a=i.length;i[a-1]>c;a--);i=i.slice(u,a)}return i},e.tickFormat=function(t,i){if(2>arguments.length&&(i=Da),!arguments.length)return i;var u,a=Math.max(.1,t/e.ticks().length),o=n===Qn?(u=-1e-12,Math.floor):(u=1e-12,Math.ceil);return function(t){return a>=t/r(o(n(t)+u))?i(t):""}},e.copy=function(){return Kn(t.copy(),n)},Vn(e,t)}function Wn(t){return Math.log(0>t?0:t)/Math.LN10}function Qn(t){return-Math.log(t>0?0:-t)/Math.LN10}function te(t,n){function e(n){return t(r(n))}var r=ne(n),i=ne(1/n);return e.invert=function(n){return i(t.invert(n))},e.domain=function(n){return arguments.length?(t.domain(n.map(r)),e):t.domain().map(i)},e.ticks=function(t){return Bn(e.domain(),t)},e.tickFormat=function(t){return $n(e.domain(),t)},e.nice=function(){return e.domain(Yn(e.domain(),Xn))},e.exponent=function(t){if(!arguments.length)return n;var u=e.domain();return r=ne(n=t),i=ne(1/n),e.domain(u)},e.copy=function(){return te(t.copy(),n)},Vn(e,t)}function ne(t){return function(n){return 0>n?-Math.pow(-n,t):Math.pow(n,t)}}function ee(t,n){function e(n){return a[((i.get(n)||i.set(n,t.push(n)))-1)%a.length]}function r(n,e){return d3.range(t.length).map(function(t){return n+e*t})}var i,a,o;return e.domain=function(r){if(!arguments.length)return t;t=[],i=new u;for(var a,o=-1,c=r.length;c>++o;)i.has(a=r[o])||i.set(a,t.push(a));return e[n.t].apply(e,n.a)},e.range=function(t){return arguments.length?(a=t,o=0,n={t:"range",a:arguments},e):a},e.rangePoints=function(i,u){2>arguments.length&&(u=0);var c=i[0],l=i[1],s=(l-c)/(Math.max(1,t.length-1)+u);return a=r(2>t.length?(c+l)/2:c+s*u/2,s),o=0,n={t:"rangePoints",a:arguments},e},e.rangeBands=function(i,u,c){2>arguments.length&&(u=0),3>arguments.length&&(c=u);var l=i[1]<i[0],s=i[l-0],f=i[1-l],h=(f-s)/(t.length-u+2*c);return a=r(s+h*c,h),l&&a.reverse(),o=h*(1-u),n={t:"rangeBands",a:arguments},e},e.rangeRoundBands=function(i,u,c){2>arguments.length&&(u=0),3>arguments.length&&(c=u);var l=i[1]<i[0],s=i[l-0],f=i[1-l],h=Math.floor((f-s)/(t.length-u+2*c)),d=f-s-(t.length-u)*h;return a=r(s+Math.round(d/2),h),l&&a.reverse(),o=Math.round(h*(1-u)),n={t:"rangeRoundBands",a:arguments},e},e.rangeBand=function(){return o},e.rangeExtent=function(){return jn(n.a[0])},e.copy=function(){return ee(t,n)},e.domain(t)}function re(t,n){function e(){var e=0,u=n.length;for(i=[];u>++e;)i[e-1]=d3.quantile(t,e/u);return r}function r(t){return isNaN(t=+t)?0/0:n[d3.bisect(i,t)]}var i;return r.domain=function(n){return arguments.length?(t=n.filter(function(t){return!isNaN(t)}).sort(d3.ascending),e()):t},r.range=function(t){return arguments.length?(n=t,e()):n},r.quantiles=function(){return i},r.copy=function(){return re(t,n)},e()}function ie(t,n,e){function r(n){return e[Math.max(0,Math.min(a,Math.floor(u*(n-t))))]}function i(){return u=e.length/(n-t),a=e.length-1,r}var u,a;return r.domain=function(e){return arguments.length?(t=+e[0],n=+e[e.length-1],i()):[t,n]},r.range=function(t){return arguments.length?(e=t,i()):e},r.copy=function(){return ie(t,n,e)},i()}function ue(t,n){function e(e){return n[d3.bisect(t,e)]}return e.domain=function(n){return arguments.length?(t=n,e):t},e.range=function(t){return arguments.length?(n=t,e):n},e.copy=function(){return ue(t,n)},e}function ae(t){function n(t){return+t}return n.invert=n,n.domain=n.range=function(e){return arguments.length?(t=e.map(n),n):t},n.ticks=function(n){return Bn(t,n)},n.tickFormat=function(n){return $n(t,n)},n.copy=function(){return ae(t)},n}function oe(t){return t.innerRadius}function ce(t){return t.outerRadius}function le(t){return t.startAngle}function se(t){return t.endAngle}function fe(t){function n(n){function a(){s.push("M",u(t(f),l))}for(var o,s=[],f=[],h=-1,d=n.length,g=c(e),p=c(r);d>++h;)i.call(this,o=n[h],h)?f.push([+g.call(this,o,h),+p.call(this,o,h)]):f.length&&(a(),f=[]);return f.length&&a(),s.length?s.join(""):null}var e=he,r=de,i=o,u=ge,a=u.key,l=.7;return n.x=function(t){return arguments.length?(e=t,n):e},n.y=function(t){return arguments.length?(r=t,n):r},n.defined=function(t){return arguments.length?(i=t,n):i},n.interpolate=function(t){return arguments.length?(a="function"==typeof t?u=t:(u=Oa.get(t)||ge).key,n):a},n.tension=function(t){return arguments.length?(l=t,n):l},n}function he(t){return t[0]}function de(t){return t[1]}function ge(t){return t.join("L")}function pe(t){return ge(t)+"Z"}function me(t){for(var n=0,e=t.length,r=t[0],i=[r[0],",",r[1]];e>++n;)i.push("V",(r=t[n])[1],"H",r[0]);return i.join("")}function ve(t){for(var n=0,e=t.length,r=t[0],i=[r[0],",",r[1]];e>++n;)i.push("H",(r=t[n])[0],"V",r[1]);return i.join("")}function ye(t,n){return 4>t.length?ge(t):t[1]+xe(t.slice(1,t.length-1),_e(t,n))}function Me(t,n){return 3>t.length?ge(t):t[0]+xe((t.push(t[0]),t),_e([t[t.length-2]].concat(t,[t[1]]),n))}function be(t,n){return 3>t.length?ge(t):t[0]+xe(t,_e(t,n))}function xe(t,n){if(1>n.length||t.length!=n.length&&t.length!=n.length+2)return ge(t);var e=t.length!=n.length,r="",i=t[0],u=t[1],a=n[0],o=a,c=1;if(e&&(r+="Q"+(u[0]-2*a[0]/3)+","+(u[1]-2*a[1]/3)+","+u[0]+","+u[1],i=t[1],c=2),n.length>1){o=n[1],u=t[c],c++,r+="C"+(i[0]+a[0])+","+(i[1]+a[1])+","+(u[0]-o[0])+","+(u[1]-o[1])+","+u[0]+","+u[1];for(var l=2;n.length>l;l++,c++)u=t[c],o=n[l],r+="S"+(u[0]-o[0])+","+(u[1]-o[1])+","+u[0]+","+u[1]}if(e){var s=t[c];r+="Q"+(u[0]+2*o[0]/3)+","+(u[1]+2*o[1]/3)+","+s[0]+","+s[1]}return r}function _e(t,n){for(var e,r=[],i=(1-n)/2,u=t[0],a=t[1],o=1,c=t.length;c>++o;)e=u,u=a,a=t[o],r.push([i*(a[0]-e[0]),i*(a[1]-e[1])]);return r}function we(t){if(3>t.length)return ge(t);var n=1,e=t.length,r=t[0],i=r[0],u=r[1],a=[i,i,i,(r=t[1])[0]],o=[u,u,u,r[1]],c=[i,",",u];for(Ne(c,a,o);e>++n;)r=t[n],a.shift(),a.push(r[0]),o.shift(),o.push(r[1]),Ne(c,a,o);for(n=-1;2>++n;)a.shift(),a.push(r[0]),o.shift(),o.push(r[1]),Ne(c,a,o);return c.join("")}function Se(t){if(4>t.length)return ge(t);for(var n,e=[],r=-1,i=t.length,u=[0],a=[0];3>++r;)n=t[r],u.push(n[0]),a.push(n[1]);for(e.push(Ae(Ia,u)+","+Ae(Ia,a)),--r;i>++r;)n=t[r],u.shift(),u.push(n[0]),a.shift(),a.push(n[1]),Ne(e,u,a);return e.join("")}function ke(t){for(var n,e,r=-1,i=t.length,u=i+4,a=[],o=[];4>++r;)e=t[r%i],a.push(e[0]),o.push(e[1]);for(n=[Ae(Ia,a),",",Ae(Ia,o)],--r;u>++r;)e=t[r%i],a.shift(),a.push(e[0]),o.shift(),o.push(e[1]),Ne(n,a,o);return n.join("")}function Ee(t,n){var e=t.length-1;if(e)for(var r,i,u=t[0][0],a=t[0][1],o=t[e][0]-u,c=t[e][1]-a,l=-1;e>=++l;)r=t[l],i=l/e,r[0]=n*r[0]+(1-n)*(u+i*o),r[1]=n*r[1]+(1-n)*(a+i*c);return we(t)}function Ae(t,n){return t[0]*n[0]+t[1]*n[1]+t[2]*n[2]+t[3]*n[3]}function Ne(t,n,e){t.push("C",Ae(Ya,n),",",Ae(Ya,e),",",Ae(Ua,n),",",Ae(Ua,e),",",Ae(Ia,n),",",Ae(Ia,e))}function Te(t,n){return(n[1]-t[1])/(n[0]-t[0])}function qe(t){for(var n=0,e=t.length-1,r=[],i=t[0],u=t[1],a=r[0]=Te(i,u);e>++n;)r[n]=(a+(a=Te(i=u,u=t[n+1])))/2;return r[n]=a,r}function Ce(t){for(var n,e,r,i,u=[],a=qe(t),o=-1,c=t.length-1;c>++o;)n=Te(t[o],t[o+1]),1e-6>Math.abs(n)?a[o]=a[o+1]=0:(e=a[o]/n,r=a[o+1]/n,i=e*e+r*r,i>9&&(i=3*n/Math.sqrt(i),a[o]=i*e,a[o+1]=i*r));for(o=-1;c>=++o;)i=(t[Math.min(c,o+1)][0]-t[Math.max(0,o-1)][0])/(6*(1+a[o]*a[o])),u.push([i||0,a[o]*i||0]);return u}function ze(t){return 3>t.length?ge(t):t[0]+xe(t,Ce(t))}function De(t){for(var n,e,r,i=-1,u=t.length;u>++i;)n=t[i],e=n[0],r=n[1]+Pa,n[0]=e*Math.cos(r),n[1]=e*Math.sin(r);return t}function Le(t){function n(n){function o(){m.push("M",l(t(y),d),h,f(t(v.reverse()),d),"Z")}for(var s,g,p,m=[],v=[],y=[],M=-1,b=n.length,x=c(e),_=c(i),w=e===r?function(){return g}:c(r),S=i===u?function(){return p}:c(u);b>++M;)a.call(this,s=n[M],M)?(v.push([g=+x.call(this,s,M),p=+_.call(this,s,M)]),y.push([+w.call(this,s,M),+S.call(this,s,M)])):v.length&&(o(),v=[],y=[]);return v.length&&o(),m.length?m.join(""):null}var e=he,r=he,i=0,u=de,a=o,l=ge,s=l.key,f=l,h="L",d=.7;return n.x=function(t){return arguments.length?(e=r=t,n):r},n.x0=function(t){return arguments.length?(e=t,n):e},n.x1=function(t){return arguments.length?(r=t,n):r},n.y=function(t){return arguments.length?(i=u=t,n):u},n.y0=function(t){return arguments.length?(i=t,n):i},n.y1=function(t){return arguments.length?(u=t,n):u},n.defined=function(t){return arguments.length?(a=t,n):a},n.interpolate=function(t){return arguments.length?(s="function"==typeof t?l=t:(l=Oa.get(t)||ge).key,f=l.reverse||l,h=l.closed?"M":"L",n):s},n.tension=function(t){return arguments.length?(d=t,n):d},n}function Fe(t){return t.radius}function He(t){return[t.x,t.y]}function Re(t){return function(){var n=t.apply(this,arguments),e=n[0],r=n[1]+Pa;return[e*Math.cos(r),e*Math.sin(r)]}}function Pe(){return 64}function je(){return"circle"}function Oe(t){var n=Math.sqrt(t/Ru);return"M0,"+n+"A"+n+","+n+" 0 1,1 0,"+-n+"A"+n+","+n+" 0 1,1 0,"+n+"Z"}function Ye(t,n){t.attr("transform",function(t){return"translate("+n(t)+",0)"})}function Ue(t,n){t.attr("transform",function(t){return"translate(0,"+n(t)+")"})}function Ie(t,n,e){if(r=[],e&&n.length>1){for(var r,i,u,a=jn(t.domain()),o=-1,c=n.length,l=(n[1]-n[0])/++e;c>++o;)for(i=e;--i>0;)(u=+n[o]-i*l)>=a[0]&&r.push(u);for(--o,i=0;e>++i&&(u=+n[o]+i*l)<a[1];)r.push(u)}return r}function Ve(){Ja||(Ja=d3.select("body").append("div").style("visibility","hidden").style("top",0).style("height",0).style("width",0).style("overflow-y","scroll").append("div").style("height","2000px").node().parentNode);var t,n=d3.event;try{Ja.scrollTop=1e3,Ja.dispatchEvent(n),t=1e3-Ja.scrollTop}catch(e){t=n.wheelDelta||5*-n.detail}return t}function Xe(t){for(var n=t.source,e=t.target,r=Be(n,e),i=[n];n!==r;)n=n.parent,i.push(n);for(var u=i.length;e!==r;)i.splice(u,0,e),e=e.parent;return i}function Ze(t){for(var n=[],e=t.parent;null!=e;)n.push(t),t=e,e=e.parent;return n.push(t),n}function Be(t,n){if(t===n)return t;for(var e=Ze(t),r=Ze(n),i=e.pop(),u=r.pop(),a=null;i===u;)a=i,i=e.pop(),u=r.pop();return a}function $e(t){t.fixed|=2}function Je(t){t.fixed&=1}function Ge(t){t.fixed|=4,t.px=t.x,t.py=t.y}function Ke(t){t.fixed&=3}function We(t,n,e){var r=0,i=0;if(t.charge=0,!t.leaf)for(var u,a=t.nodes,o=a.length,c=-1;o>++c;)u=a[c],null!=u&&(We(u,n,e),t.charge+=u.charge,r+=u.charge*u.cx,i+=u.charge*u.cy);if(t.point){t.leaf||(t.point.x+=Math.random()-.5,t.point.y+=Math.random()-.5);var l=n*e[t.point.index];t.charge+=t.pointCharge=l,r+=l*t.point.x,i+=l*t.point.y}t.cx=r/t.charge,t.cy=i/t.charge}function Qe(){return 20}function tr(){return 1}function nr(t){return t.x}function er(t){return t.y}function rr(t,n,e){t.y0=n,t.y=e}function ir(t){return d3.range(t.length)}function ur(t){for(var n=-1,e=t[0].length,r=[];e>++n;)r[n]=0;return r}function ar(t){for(var n,e=1,r=0,i=t[0][1],u=t.length;u>e;++e)(n=t[e][1])>i&&(r=e,i=n);return r}function or(t){return t.reduce(cr,0)}function cr(t,n){return t+n[1]}function lr(t,n){return sr(t,Math.ceil(Math.log(n.length)/Math.LN2+1))}function sr(t,n){for(var e=-1,r=+t[0],i=(t[1]-r)/n,u=[];n>=++e;)u[e]=i*e+r;return u}function fr(t){return[d3.min(t),d3.max(t)]}function hr(t,n){return d3.rebind(t,n,"sort","children","value"),t.nodes=t,t.links=mr,t}function dr(t){return t.children}function gr(t){return t.value}function pr(t,n){return n.value-t.value}function mr(t){return d3.merge(t.map(function(t){return(t.children||[]).map(function(n){return{source:t,target:n}})}))}function vr(t,n){return t.value-n.value}function yr(t,n){var e=t._pack_next;t._pack_next=n,n._pack_prev=t,n._pack_next=e,e._pack_prev=n}function Mr(t,n){t._pack_next=n,n._pack_prev=t}function br(t,n){var e=n.x-t.x,r=n.y-t.y,i=t.r+n.r;return i*i-e*e-r*r>.001}function xr(t){function n(t){s=Math.min(t.x-t.r,s),f=Math.max(t.x+t.r,f),h=Math.min(t.y-t.r,h),d=Math.max(t.y+t.r,d)}if((e=t.children)&&(l=e.length)){var e,r,i,u,a,o,c,l,s=1/0,f=-1/0,h=1/0,d=-1/0;if(e.forEach(_r),r=e[0],r.x=-r.r,r.y=0,n(r),l>1&&(i=e[1],i.x=i.r,i.y=0,n(i),l>2))for(u=e[2],kr(r,i,u),n(u),yr(r,u),r._pack_prev=u,yr(u,i),i=r._pack_next,a=3;l>a;a++){kr(r,i,u=e[a]);var g=0,p=1,m=1;for(o=i._pack_next;o!==i;o=o._pack_next,p++)if(br(o,u)){g=1;break}if(1==g)for(c=r._pack_prev;c!==o._pack_prev&&!br(c,u);c=c._pack_prev,m++);g?(m>p||p==m&&i.r<r.r?Mr(r,i=o):Mr(r=c,i),a--):(yr(r,u),i=u,n(u))}var v=(s+f)/2,y=(h+d)/2,M=0;for(a=0;l>a;a++)u=e[a],u.x-=v,u.y-=y,M=Math.max(M,u.r+Math.sqrt(u.x*u.x+u.y*u.y));t.r=M,e.forEach(wr)}}function _r(t){t._pack_next=t._pack_prev=t}function wr(t){delete t._pack_next,delete t._pack_prev}function Sr(t,n,e,r){var i=t.children;if(t.x=n+=r*t.x,t.y=e+=r*t.y,t.r*=r,i)for(var u=-1,a=i.length;a>++u;)Sr(i[u],n,e,r)}function kr(t,n,e){var r=t.r+e.r,i=n.x-t.x,u=n.y-t.y;if(r&&(i||u)){var a=n.r+e.r,o=i*i+u*u;a*=a,r*=r;var c=.5+(r-a)/(2*o),l=Math.sqrt(Math.max(0,2*a*(r+o)-(r-=o)*r-a*a))/(2*o);e.x=t.x+c*i+l*u,e.y=t.y+c*u-l*i}else e.x=t.x+r,e.y=t.y}function Er(t){return 1+d3.max(t,function(t){return t.y})}function Ar(t){return t.reduce(function(t,n){return t+n.x},0)/t.length}function Nr(t){var n=t.children;return n&&n.length?Nr(n[0]):t}function Tr(t){var n,e=t.children;return e&&(n=e.length)?Tr(e[n-1]):t}function qr(t,n){return t.parent==n.parent?1:2}function Cr(t){var n=t.children;return n&&n.length?n[0]:t._tree.thread}function zr(t){var n,e=t.children;return e&&(n=e.length)?e[n-1]:t._tree.thread}function Dr(t,n){var e=t.children;if(e&&(i=e.length))for(var r,i,u=-1;i>++u;)n(r=Dr(e[u],n),t)>0&&(t=r);return t}function Lr(t,n){return t.x-n.x}function Fr(t,n){return n.x-t.x}function Hr(t,n){return t.depth-n.depth}function Rr(t,n){function e(t,r){var i=t.children;if(i&&(a=i.length))for(var u,a,o=null,c=-1;a>++c;)u=i[c],e(u,o),o=u;n(t,r)}e(t,null)}function Pr(t){for(var n,e=0,r=0,i=t.children,u=i.length;--u>=0;)n=i[u]._tree,n.prelim+=e,n.mod+=e,e+=n.shift+(r+=n.change)}function jr(t,n,e){t=t._tree,n=n._tree;var r=e/(n.number-t.number);t.change+=r,n.change-=r,n.shift+=e,n.prelim+=e,n.mod+=e}function Or(t,n,e){return t._tree.ancestor.parent==n.parent?t._tree.ancestor:e}function Yr(t){return{x:t.x,y:t.y,dx:t.dx,dy:t.dy}}function Ur(t,n){var e=t.x+n[3],r=t.y+n[0],i=t.dx-n[1]-n[3],u=t.dy-n[0]-n[2];return 0>i&&(e+=i/2,i=0),0>u&&(r+=u/2,u=0),{x:e,y:r,dx:i,dy:u}}function Ir(t,n){function e(t,e){return d3.xhr(t,n,e).response(r)}function r(t){return e.parse(t.responseText)}function i(n){return n.map(u).join(t)}function u(t){return a.test(t)?'"'+t.replace(/\"/g,'""')+'"':t}var a=RegExp('["'+t+"\n]"),o=t.charCodeAt(0);return e.parse=function(t){var n;return e.parseRows(t,function(t){return n?n(t):(n=Function("d","return {"+t.map(function(t,n){return JSON.stringify(t)+": d["+n+"]"}).join(",")+"}"),void 0)})},e.parseRows=function(t,n){function e(){if(s>=l)return a;if(i)return i=!1,u;var n=s;if(34===t.charCodeAt(n)){for(var e=n;l>e++;)if(34===t.charCodeAt(e)){if(34!==t.charCodeAt(e+1))break;++e}s=e+2;var r=t.charCodeAt(e+1);return 13===r?(i=!0,10===t.charCodeAt(e+2)&&++s):10===r&&(i=!0),t.substring(n+1,e).replace(/""/g,'"')}for(;l>s;){var r=t.charCodeAt(s++),c=1;if(10===r)i=!0;else if(13===r)i=!0,10===t.charCodeAt(s)&&(++s,++c);else if(r!==o)continue;return t.substring(n,s-c)}return t.substring(n)}for(var r,i,u={},a={},c=[],l=t.length,s=0,f=0;(r=e())!==a;){for(var h=[];r!==u&&r!==a;)h.push(r),r=e();(!n||(h=n(h,f++)))&&c.push(h)}return c},e.format=function(t){return t.map(i).join("\n")},e}function Vr(t,n){no.hasOwnProperty(t.type)&&no[t.type](t,n)}function Xr(t,n,e){var r,i=-1,u=t.length-e;for(n.lineStart();u>++i;)r=t[i],n.point(r[0],r[1]);n.lineEnd()}function Zr(t,n){var e=-1,r=t.length;for(n.polygonStart();r>++e;)Xr(t[e],n,1);n.polygonEnd()}function Br(t){return[Math.atan2(t[1],t[0]),Math.asin(Math.max(-1,Math.min(1,t[2])))]}function $r(t,n){return Pu>Math.abs(t[0]-n[0])&&Pu>Math.abs(t[1]-n[1])}function Jr(t){var n=t[0],e=t[1],r=Math.cos(e);return[r*Math.cos(n),r*Math.sin(n),Math.sin(e)]}function Gr(t,n){return t[0]*n[0]+t[1]*n[1]+t[2]*n[2]}function Kr(t,n){return[t[1]*n[2]-t[2]*n[1],t[2]*n[0]-t[0]*n[2],t[0]*n[1]-t[1]*n[0]]}function Wr(t,n){t[0]+=n[0],t[1]+=n[1],t[2]+=n[2]}function Qr(t,n){return[t[0]*n,t[1]*n,t[2]*n]}function ti(t){var n=Math.sqrt(t[0]*t[0]+t[1]*t[1]+t[2]*t[2]);t[0]/=n,t[1]/=n,t[2]/=n}function ni(t){function n(n){function r(e,r){e=t(e,r),n.point(e[0],e[1])}function u(){s=0/0,p.point=a,n.lineStart()}function a(r,u){var a=Jr([r,u]),o=t(r,u);e(s,f,l,h,d,g,s=o[0],f=o[1],l=r,h=a[0],d=a[1],g=a[2],i,n),n.point(s,f)}function o(){p.point=r,n.lineEnd()}function c(){var t,r,c,m,v,y,M;u(),p.point=function(n,e){a(t=n,r=e),c=s,m=f,v=h,y=d,M=g,p.point=a},p.lineEnd=function(){e(s,f,l,h,d,g,c,m,t,v,y,M,i,n),p.lineEnd=o,o()}}var l,s,f,h,d,g,p={point:r,lineStart:u,lineEnd:o,polygonStart:function(){n.polygonStart(),p.lineStart=c},polygonEnd:function(){n.polygonEnd(),p.lineStart=u}};return p}function e(n,i,u,a,o,c,l,s,f,h,d,g,p,m){var v=l-n,y=s-i,M=v*v+y*y;if(M>4*r&&p--){var b=a+h,x=o+d,_=c+g,w=Math.sqrt(b*b+x*x+_*_),S=Math.asin(_/=w),k=Pu>Math.abs(Math.abs(_)-1)?(u+f)/2:Math.atan2(x,b),E=t(k,S),A=E[0],N=E[1],T=A-n,q=N-i,C=y*T-v*q;(C*C/M>r||Math.abs((v*T+y*q)/M-.5)>.3)&&(e(n,i,u,a,o,c,A,N,k,b/=w,x/=w,_,p,m),m.point(A,N),e(A,N,k,b,x,_,l,s,f,h,d,g,p,m))}}var r=.5,i=16;return n.precision=function(t){return arguments.length?(i=(r=t*t)>0&&16,n):Math.sqrt(r)},n}function ei(t,n){function e(t,n){var e=Math.sqrt(u-2*i*Math.sin(n))/i;return[e*Math.sin(t*=i),a-e*Math.cos(t)]}var r=Math.sin(t),i=(r+Math.sin(n))/2,u=1+r*(2*i-r),a=Math.sqrt(u)/i;return e.invert=function(t,n){var e=a-n;return[Math.atan2(t,e)/i,Math.asin((u-(t*t+e*e)*i*i)/(2*i))]},e}function ri(t){function n(t,n){r>t&&(r=t),t>u&&(u=t),i>n&&(i=n),n>a&&(a=n)}function e(){o.point=o.lineEnd=Pn}var r,i,u,a,o={point:n,lineStart:Pn,lineEnd:Pn,polygonStart:function(){o.lineEnd=e},polygonEnd:function(){o.point=n}};return function(n){return a=u=-(r=i=1/0),d3.geo.stream(n,t(o)),[[r,i],[u,a]]}}function ii(t,n){if(!io){++uo,t*=ju;var e=Math.cos(n*=ju);ao+=(e*Math.cos(t)-ao)/uo,oo+=(e*Math.sin(t)-oo)/uo,co+=(Math.sin(n)-co)/uo}}function ui(){var t,n;io=1,ai(),io=2;var e=lo.point;lo.point=function(r,i){e(t=r,n=i)},lo.lineEnd=function(){lo.point(t,n),oi(),lo.lineEnd=oi}}function ai(){function t(t,i){t*=ju;var u=Math.cos(i*=ju),a=u*Math.cos(t),o=u*Math.sin(t),c=Math.sin(i),l=Math.atan2(Math.sqrt((l=e*c-r*o)*l+(l=r*a-n*c)*l+(l=n*o-e*a)*l),n*a+e*o+r*c);uo+=l,ao+=l*(n+(n=a)),oo+=l*(e+(e=o)),co+=l*(r+(r=c))}var n,e,r;io>1||(1>io&&(io=1,uo=ao=oo=co=0),lo.point=function(i,u){i*=ju;var a=Math.cos(u*=ju);n=a*Math.cos(i),e=a*Math.sin(i),r=Math.sin(u),lo.point=t})}function oi(){lo.point=ii}function ci(t,n){var e=Math.cos(t),r=Math.sin(t);return function(i,u,a,o){null!=i?(i=li(e,i),u=li(e,u),(a>0?u>i:i>u)&&(i+=2*a*Ru)):(i=t+2*a*Ru,u=t);for(var c,l=a*n,s=i;a>0?s>u:u>s;s-=l)o.point((c=Br([e,-r*Math.cos(s),-r*Math.sin(s)]))[0],c[1])}}function li(t,n){var e=Jr(n);e[0]-=t,ti(e);var r=Math.acos(Math.max(-1,Math.min(1,-e[1])));return((0>-e[2]?-r:r)+2*Math.PI-Pu)%(2*Math.PI)}function si(t,n,e){return function(r){function i(n,e){t(n,e)&&r.point(n,e)}function u(t,n){m.point(t,n)}function a(){v.point=u,m.lineStart()}function o(){v.point=i,m.lineEnd()}function c(t,n){M.point(t,n),p.push([t,n])}function l(){M.lineStart(),p=[]}function s(){c(p[0][0],p[0][1]),M.lineEnd();var t,n=M.clean(),e=y.buffer(),i=e.length;if(!i)return g=!0,d+=mi(p,-1),p=null,void 0;if(p=null,1&n){t=e[0],h+=mi(t,1);var u,i=t.length-1,a=-1;for(r.lineStart();i>++a;)r.point((u=t[a])[0],u[1]);return r.lineEnd(),void 0}i>1&&2&n&&e.push(e.pop().concat(e.shift())),f.push(e.filter(gi))}var f,h,d,g,p,m=n(r),v={point:i,lineStart:a,lineEnd:o,polygonStart:function(){v.point=c,v.lineStart=l,v.lineEnd=s,g=!1,d=h=0,f=[],r.polygonStart() -},polygonEnd:function(){v.point=i,v.lineStart=a,v.lineEnd=o,f=d3.merge(f),f.length?fi(f,e,r):(-Pu>h||g&&-Pu>d)&&(r.lineStart(),e(null,null,1,r),r.lineEnd()),r.polygonEnd(),f=null},sphere:function(){r.polygonStart(),r.lineStart(),e(null,null,1,r),r.lineEnd(),r.polygonEnd()}},y=pi(),M=n(y);return v}}function fi(t,n,e){var r=[],i=[];if(t.forEach(function(t){var n=t.length;if(!(1>=n)){var e=t[0],u=t[n-1],a={point:e,points:t,other:null,visited:!1,entry:!0,subject:!0},o={point:e,points:[e],other:a,visited:!1,entry:!1,subject:!1};a.other=o,r.push(a),i.push(o),a={point:u,points:[u],other:null,visited:!1,entry:!1,subject:!0},o={point:u,points:[u],other:a,visited:!1,entry:!0,subject:!1},a.other=o,r.push(a),i.push(o)}}),i.sort(di),hi(r),hi(i),r.length)for(var u,a,o,c=r[0];;){for(u=c;u.visited;)if((u=u.next)===c)return;a=u.points,e.lineStart();do{if(u.visited=u.other.visited=!0,u.entry){if(u.subject)for(var l=0;a.length>l;l++)e.point((o=a[l])[0],o[1]);else n(u.point,u.next.point,1,e);u=u.next}else{if(u.subject){a=u.prev.points;for(var l=a.length;--l>=0;)e.point((o=a[l])[0],o[1])}else n(u.point,u.prev.point,-1,e);u=u.prev}u=u.other,a=u.points}while(!u.visited);e.lineEnd()}}function hi(t){if(n=t.length){for(var n,e,r=0,i=t[0];n>++r;)i.next=e=t[r],e.prev=i,i=e;i.next=e=t[0],e.prev=i}}function di(t,n){return(0>(t=t.point)[0]?t[1]-Ru/2-Pu:Ru/2-t[1])-(0>(n=n.point)[0]?n[1]-Ru/2-Pu:Ru/2-n[1])}function gi(t){return t.length>1}function pi(){var t,n=[];return{lineStart:function(){n.push(t=[])},point:function(n,e){t.push([n,e])},lineEnd:Pn,buffer:function(){var e=n;return n=[],t=null,e}}}function mi(t,n){if(!(e=t.length))return 0;for(var e,r,i,u=0,a=0,o=t[0],c=o[0],l=o[1],s=Math.cos(l),f=Math.atan2(n*Math.sin(c)*s,Math.sin(l)),h=1-n*Math.cos(c)*s,d=f;e>++u;)o=t[u],s=Math.cos(l=o[1]),r=Math.atan2(n*Math.sin(c=o[0])*s,Math.sin(l)),i=1-n*Math.cos(c)*s,Pu>Math.abs(h-2)&&Pu>Math.abs(i-2)||(Pu>Math.abs(i)||Pu>Math.abs(h)||(Pu>Math.abs(Math.abs(r-f)-Ru)?i+h>2&&(a+=4*(r-f)):a+=Pu>Math.abs(h-2)?4*(r-d):((3*Ru+r-f)%(2*Ru)-Ru)*(h+i)),d=f,f=r,h=i);return a}function vi(t){var n,e=0/0,r=0/0,i=0/0;return{lineStart:function(){t.lineStart(),n=1},point:function(u,a){var o=u>0?Ru:-Ru,c=Math.abs(u-e);Pu>Math.abs(c-Ru)?(t.point(e,r=(r+a)/2>0?Ru/2:-Ru/2),t.point(i,r),t.lineEnd(),t.lineStart(),t.point(o,r),t.point(u,r),n=0):i!==o&&c>=Ru&&(Pu>Math.abs(e-i)&&(e-=i*Pu),Pu>Math.abs(u-o)&&(u-=o*Pu),r=yi(e,r,u,a),t.point(i,r),t.lineEnd(),t.lineStart(),t.point(o,r),n=0),t.point(e=u,r=a),i=o},lineEnd:function(){t.lineEnd(),e=r=0/0},clean:function(){return 2-n}}}function yi(t,n,e,r){var i,u,a=Math.sin(t-e);return Math.abs(a)>Pu?Math.atan((Math.sin(n)*(u=Math.cos(r))*Math.sin(e)-Math.sin(r)*(i=Math.cos(n))*Math.sin(t))/(i*u*a)):(n+r)/2}function Mi(t,n,e,r){var i;if(null==t)i=e*Ru/2,r.point(-Ru,i),r.point(0,i),r.point(Ru,i),r.point(Ru,0),r.point(Ru,-i),r.point(0,-i),r.point(-Ru,-i),r.point(-Ru,0),r.point(-Ru,i);else if(Math.abs(t[0]-n[0])>Pu){var u=(t[0]<n[0]?1:-1)*Ru;i=e*u/2,r.point(-u,i),r.point(0,i),r.point(u,i)}else r.point(n[0],n[1])}function bi(t){function n(t,n){return Math.cos(t)*Math.cos(n)>u}function e(t){var e,i,u,a;return{lineStart:function(){u=i=!1,a=1},point:function(o,c){var l,s=[o,c],f=n(o,c);!e&&(u=i=f)&&t.lineStart(),f!==i&&(l=r(e,s),($r(e,l)||$r(s,l))&&(s[0]+=Pu,s[1]+=Pu,f=n(s[0],s[1]))),f!==i&&(a=0,(i=f)?(t.lineStart(),l=r(s,e),t.point(l[0],l[1])):(l=r(e,s),t.point(l[0],l[1]),t.lineEnd()),e=l),!f||e&&$r(e,s)||t.point(s[0],s[1]),e=s},lineEnd:function(){i&&t.lineEnd(),e=null},clean:function(){return a|(u&&i)<<1}}}function r(t,n){var e=Jr(t,0),r=Jr(n,0),i=[1,0,0],a=Kr(e,r),o=Gr(a,a),c=a[0],l=o-c*c;if(!l)return t;var s=u*o/l,f=-u*c/l,h=Kr(i,a),d=Qr(i,s),g=Qr(a,f);Wr(d,g);var p=h,m=Gr(d,p),v=Gr(p,p),y=Math.sqrt(m*m-v*(Gr(d,d)-1)),M=Qr(p,(-m-y)/v);return Wr(M,d),Br(M)}var i=t*ju,u=Math.cos(i),a=ci(i,6*ju);return si(n,e,a)}function xi(t,n){function e(e,r){return e=t(e,r),n(e[0],e[1])}return t.invert&&n.invert&&(e.invert=function(e,r){return e=n.invert(e,r),e&&t.invert(e[0],e[1])}),e}function _i(t,n){return[t,n]}function wi(t,n,e){var r=d3.range(t,n-Pu,e).concat(n);return function(t){return r.map(function(n){return[t,n]})}}function Si(t,n,e){var r=d3.range(t,n-Pu,e).concat(n);return function(t){return r.map(function(n){return[n,t]})}}function ki(t,n,e,r){function i(t){var n=Math.sin(t*=d)*g,e=Math.sin(d-t)*g,r=e*l+n*f,i=e*s+n*h,u=e*a+n*c;return[Math.atan2(i,r)/ju,Math.atan2(u,Math.sqrt(r*r+i*i))/ju]}var u=Math.cos(n),a=Math.sin(n),o=Math.cos(r),c=Math.sin(r),l=u*Math.cos(t),s=u*Math.sin(t),f=o*Math.cos(e),h=o*Math.sin(e),d=Math.acos(Math.max(-1,Math.min(1,a*c+u*o*Math.cos(e-t)))),g=1/Math.sin(d);return i.distance=d,i}function Ei(t,n){return[t/(2*Ru),Math.max(-.5,Math.min(.5,Math.log(Math.tan(Ru/4+n/2))/(2*Ru)))]}function Ai(t){return"m0,"+t+"a"+t+","+t+" 0 1,1 0,"+-2*t+"a"+t+","+t+" 0 1,1 0,"+2*t+"z"}function Ni(t){var n=ni(function(n,e){return t([n*Ou,e*Ou])});return function(t){return t=n(t),{point:function(n,e){t.point(n*ju,e*ju)},sphere:function(){t.sphere()},lineStart:function(){t.lineStart()},lineEnd:function(){t.lineEnd()},polygonStart:function(){t.polygonStart()},polygonEnd:function(){t.polygonEnd()}}}}function Ti(){function t(t,n){a.push("M",t,",",n,u)}function n(t,n){a.push("M",t,",",n),o.point=e}function e(t,n){a.push("L",t,",",n)}function r(){o.point=t}function i(){a.push("Z")}var u=Ai(4.5),a=[],o={point:t,lineStart:function(){o.point=n},lineEnd:r,polygonStart:function(){o.lineEnd=i},polygonEnd:function(){o.lineEnd=r,o.point=t},pointRadius:function(t){return u=Ai(t),o},result:function(){if(a.length){var t=a.join("");return a=[],t}}};return o}function qi(t){function n(n,e){t.moveTo(n,e),t.arc(n,e,a,0,2*Ru)}function e(n,e){t.moveTo(n,e),o.point=r}function r(n,e){t.lineTo(n,e)}function i(){o.point=n}function u(){t.closePath()}var a=4.5,o={point:n,lineStart:function(){o.point=e},lineEnd:i,polygonStart:function(){o.lineEnd=u},polygonEnd:function(){o.lineEnd=i,o.point=n},pointRadius:function(t){return a=t,o},result:Pn};return o}function Ci(){function t(t,n){po+=i*t-r*n,r=t,i=n}var n,e,r,i;mo.point=function(u,a){mo.point=t,n=r=u,e=i=a},mo.lineEnd=function(){t(n,e)}}function zi(t,n){io||(ao+=t,oo+=n,++co)}function Di(){function t(t,r){var i=t-n,u=r-e,a=Math.sqrt(i*i+u*u);ao+=a*(n+t)/2,oo+=a*(e+r)/2,co+=a,n=t,e=r}var n,e;if(1!==io){if(!(1>io))return;io=1,ao=oo=co=0}vo.point=function(r,i){vo.point=t,n=r,e=i}}function Li(){vo.point=zi}function Fi(){function t(t,n){var e=i*t-r*n;ao+=e*(r+t),oo+=e*(i+n),co+=3*e,r=t,i=n}var n,e,r,i;2>io&&(io=2,ao=oo=co=0),vo.point=function(u,a){vo.point=t,n=r=u,e=i=a},vo.lineEnd=function(){t(n,e)}}function Hi(){function t(t,n){if(t*=ju,n*=ju,!(Pu>Math.abs(Math.abs(u)-Ru/2)&&Pu>Math.abs(Math.abs(n)-Ru/2))){var e=Math.cos(n),c=Math.sin(n);if(Pu>Math.abs(u-Ru/2))Mo+=2*(t-r);else{var l=t-i,s=Math.cos(l),f=Math.atan2(Math.sqrt((f=e*Math.sin(l))*f+(f=a*c-o*e*s)*f),o*c+a*e*s),h=(f+Ru+u+n)/4;Mo+=(0>l&&l>-Ru||l>Ru?-4:4)*Math.atan(Math.sqrt(Math.abs(Math.tan(h)*Math.tan(h-f/2)*Math.tan(h-Ru/4-u/2)*Math.tan(h-Ru/4-n/2))))}r=i,i=t,u=n,a=e,o=c}}var n,e,r,i,u,a,o;bo.point=function(c,l){bo.point=t,r=i=(n=c)*ju,u=(e=l)*ju,a=Math.cos(u),o=Math.sin(u)},bo.lineEnd=function(){t(n,e)}}function Ri(t){return Pi(function(){return t})()}function Pi(t){function n(t){return t=a(t[0]*ju,t[1]*ju),[t[0]*s+o,c-t[1]*s]}function e(t){return t=a.invert((t[0]-o)/s,(c-t[1])/s),t&&[t[0]*Ou,t[1]*Ou]}function r(){a=xi(u=Oi(p,m,v),i);var t=i(d,g);return o=f-t[0]*s,c=h+t[1]*s,n}var i,u,a,o,c,l=ni(function(t,n){return t=i(t,n),[t[0]*s+o,c-t[1]*s]}),s=150,f=480,h=250,d=0,g=0,p=0,m=0,v=0,y=so,M=null;return n.stream=function(t){return ji(u,y(l(t)))},n.clipAngle=function(t){return arguments.length?(y=null==t?(M=t,so):bi(M=+t),n):M},n.scale=function(t){return arguments.length?(s=+t,r()):s},n.translate=function(t){return arguments.length?(f=+t[0],h=+t[1],r()):[f,h]},n.center=function(t){return arguments.length?(d=t[0]%360*ju,g=t[1]%360*ju,r()):[d*Ou,g*Ou]},n.rotate=function(t){return arguments.length?(p=t[0]%360*ju,m=t[1]%360*ju,v=t.length>2?t[2]%360*ju:0,r()):[p*Ou,m*Ou,v*Ou]},d3.rebind(n,l,"precision"),function(){return i=t.apply(this,arguments),n.invert=i.invert&&e,r()}}function ji(t,n){return{point:function(e,r){r=t(e*ju,r*ju),e=r[0],n.point(e>Ru?e-2*Ru:-Ru>e?e+2*Ru:e,r[1])},sphere:function(){n.sphere()},lineStart:function(){n.lineStart()},lineEnd:function(){n.lineEnd()},polygonStart:function(){n.polygonStart()},polygonEnd:function(){n.polygonEnd()}}}function Oi(t,n,e){return t?n||e?xi(Ui(t),Ii(n,e)):Ui(t):n||e?Ii(n,e):_i}function Yi(t){return function(n,e){return n+=t,[n>Ru?n-2*Ru:-Ru>n?n+2*Ru:n,e]}}function Ui(t){var n=Yi(t);return n.invert=Yi(-t),n}function Ii(t,n){function e(t,n){var e=Math.cos(n),o=Math.cos(t)*e,c=Math.sin(t)*e,l=Math.sin(n),s=l*r+o*i;return[Math.atan2(c*u-s*a,o*r-l*i),Math.asin(Math.max(-1,Math.min(1,s*u+c*a)))]}var r=Math.cos(t),i=Math.sin(t),u=Math.cos(n),a=Math.sin(n);return e.invert=function(t,n){var e=Math.cos(n),o=Math.cos(t)*e,c=Math.sin(t)*e,l=Math.sin(n),s=l*u-c*a;return[Math.atan2(c*u+l*a,o*r+s*i),Math.asin(Math.max(-1,Math.min(1,s*r-o*i)))]},e}function Vi(t,n){function e(n,e){var r=Math.cos(n),i=Math.cos(e),u=t(r*i);return[u*i*Math.sin(n),u*Math.sin(e)]}return e.invert=function(t,e){var r=Math.sqrt(t*t+e*e),i=n(r),u=Math.sin(i),a=Math.cos(i);return[Math.atan2(t*u,r*a),Math.asin(r&&e*u/r)]},e}function Xi(t,n,e,r){var i,u,a,o,c,l,s;return i=r[t],u=i[0],a=i[1],i=r[n],o=i[0],c=i[1],i=r[e],l=i[0],s=i[1],(s-a)*(o-u)-(c-a)*(l-u)>0}function Zi(t,n,e){return(e[0]-n[0])*(t[1]-n[1])<(e[1]-n[1])*(t[0]-n[0])}function Bi(t,n,e,r){var i=t[0],u=e[0],a=n[0]-i,o=r[0]-u,c=t[1],l=e[1],s=n[1]-c,f=r[1]-l,h=(o*(c-l)-f*(i-u))/(f*a-o*s);return[i+h*a,c+h*s]}function $i(t,n){var e={list:t.map(function(t,n){return{index:n,x:t[0],y:t[1]}}).sort(function(t,n){return t.y<n.y?-1:t.y>n.y?1:t.x<n.x?-1:t.x>n.x?1:0}),bottomSite:null},r={list:[],leftEnd:null,rightEnd:null,init:function(){r.leftEnd=r.createHalfEdge(null,"l"),r.rightEnd=r.createHalfEdge(null,"l"),r.leftEnd.r=r.rightEnd,r.rightEnd.l=r.leftEnd,r.list.unshift(r.leftEnd,r.rightEnd)},createHalfEdge:function(t,n){return{edge:t,side:n,vertex:null,l:null,r:null}},insert:function(t,n){n.l=t,n.r=t.r,t.r.l=n,t.r=n},leftBound:function(t){var n=r.leftEnd;do n=n.r;while(n!=r.rightEnd&&i.rightOf(n,t));return n=n.l},del:function(t){t.l.r=t.r,t.r.l=t.l,t.edge=null},right:function(t){return t.r},left:function(t){return t.l},leftRegion:function(t){return null==t.edge?e.bottomSite:t.edge.region[t.side]},rightRegion:function(t){return null==t.edge?e.bottomSite:t.edge.region[_o[t.side]]}},i={bisect:function(t,n){var e={region:{l:t,r:n},ep:{l:null,r:null}},r=n.x-t.x,i=n.y-t.y,u=r>0?r:-r,a=i>0?i:-i;return e.c=t.x*r+t.y*i+.5*(r*r+i*i),u>a?(e.a=1,e.b=i/r,e.c/=r):(e.b=1,e.a=r/i,e.c/=i),e},intersect:function(t,n){var e=t.edge,r=n.edge;if(!e||!r||e.region.r==r.region.r)return null;var i=e.a*r.b-e.b*r.a;if(1e-10>Math.abs(i))return null;var u,a,o=(e.c*r.b-r.c*e.b)/i,c=(r.c*e.a-e.c*r.a)/i,l=e.region.r,s=r.region.r;l.y<s.y||l.y==s.y&&l.x<s.x?(u=t,a=e):(u=n,a=r);var f=o>=a.region.r.x;return f&&"l"===u.side||!f&&"r"===u.side?null:{x:o,y:c}},rightOf:function(t,n){var e=t.edge,r=e.region.r,i=n.x>r.x;if(i&&"l"===t.side)return 1;if(!i&&"r"===t.side)return 0;if(1===e.a){var u=n.y-r.y,a=n.x-r.x,o=0,c=0;if(!i&&0>e.b||i&&e.b>=0?c=o=u>=e.b*a:(c=n.x+n.y*e.b>e.c,0>e.b&&(c=!c),c||(o=1)),!o){var l=r.x-e.region.l.x;c=e.b*(a*a-u*u)<l*u*(1+2*a/l+e.b*e.b),0>e.b&&(c=!c)}}else{var s=e.c-e.a*n.x,f=n.y-s,h=n.x-r.x,d=s-r.y;c=f*f>h*h+d*d}return"l"===t.side?c:!c},endPoint:function(t,e,r){t.ep[e]=r,t.ep[_o[e]]&&n(t)},distance:function(t,n){var e=t.x-n.x,r=t.y-n.y;return Math.sqrt(e*e+r*r)}},u={list:[],insert:function(t,n,e){t.vertex=n,t.ystar=n.y+e;for(var r=0,i=u.list,a=i.length;a>r;r++){var o=i[r];if(!(t.ystar>o.ystar||t.ystar==o.ystar&&n.x>o.vertex.x))break}i.splice(r,0,t)},del:function(t){for(var n=0,e=u.list,r=e.length;r>n&&e[n]!=t;++n);e.splice(n,1)},empty:function(){return 0===u.list.length},nextEvent:function(t){for(var n=0,e=u.list,r=e.length;r>n;++n)if(e[n]==t)return e[n+1];return null},min:function(){var t=u.list[0];return{x:t.vertex.x,y:t.ystar}},extractMin:function(){return u.list.shift()}};r.init(),e.bottomSite=e.list.shift();for(var a,o,c,l,s,f,h,d,g,p,m,v,y,M=e.list.shift();;)if(u.empty()||(a=u.min()),M&&(u.empty()||M.y<a.y||M.y==a.y&&M.x<a.x))o=r.leftBound(M),c=r.right(o),h=r.rightRegion(o),v=i.bisect(h,M),f=r.createHalfEdge(v,"l"),r.insert(o,f),p=i.intersect(o,f),p&&(u.del(o),u.insert(o,p,i.distance(p,M))),o=f,f=r.createHalfEdge(v,"r"),r.insert(o,f),p=i.intersect(f,c),p&&u.insert(f,p,i.distance(p,M)),M=e.list.shift();else{if(u.empty())break;o=u.extractMin(),l=r.left(o),c=r.right(o),s=r.right(c),h=r.leftRegion(o),d=r.rightRegion(c),m=o.vertex,i.endPoint(o.edge,o.side,m),i.endPoint(c.edge,c.side,m),r.del(o),u.del(c),r.del(c),y="l",h.y>d.y&&(g=h,h=d,d=g,y="r"),v=i.bisect(h,d),f=r.createHalfEdge(v,y),r.insert(l,f),i.endPoint(v,_o[y],m),p=i.intersect(l,f),p&&(u.del(l),u.insert(l,p,i.distance(p,h))),p=i.intersect(f,s),p&&u.insert(f,p,i.distance(p,h))}for(o=r.right(r.leftEnd);o!=r.rightEnd;o=r.right(o))n(o.edge)}function Ji(){return{leaf:!0,nodes:[],point:null}}function Gi(t,n,e,r,i,u){if(!t(n,e,r,i,u)){var a=.5*(e+i),o=.5*(r+u),c=n.nodes;c[0]&&Gi(t,c[0],e,r,a,o),c[1]&&Gi(t,c[1],a,r,i,o),c[2]&&Gi(t,c[2],e,o,a,u),c[3]&&Gi(t,c[3],a,o,i,u)}}function Ki(){this._=new Date(arguments.length>1?Date.UTC.apply(this,arguments):arguments[0])}function Wi(t,n,e,r){for(var i,u,a=0,o=n.length,c=e.length;o>a;){if(r>=c)return-1;if(i=n.charCodeAt(a++),37===i){if(u=Yo[n.charAt(a++)],!u||0>(r=u(t,e,r)))return-1}else if(i!=e.charCodeAt(r++))return-1}return r}function Qi(t){return RegExp("^(?:"+t.map(d3.requote).join("|")+")","i")}function tu(t){for(var n=new u,e=-1,r=t.length;r>++e;)n.set(t[e].toLowerCase(),e);return n}function nu(t,n,e){t+="";var r=t.length;return e>r?Array(e-r+1).join(n)+t:t}function eu(t,n,e){Lo.lastIndex=0;var r=Lo.exec(n.substring(e));return r?e+=r[0].length:-1}function ru(t,n,e){Do.lastIndex=0;var r=Do.exec(n.substring(e));return r?e+=r[0].length:-1}function iu(t,n,e){Ro.lastIndex=0;var r=Ro.exec(n.substring(e));return r?(t.m=Po.get(r[0].toLowerCase()),e+=r[0].length):-1}function uu(t,n,e){Fo.lastIndex=0;var r=Fo.exec(n.substring(e));return r?(t.m=Ho.get(r[0].toLowerCase()),e+=r[0].length):-1}function au(t,n,e){return Wi(t,""+Oo.c,n,e)}function ou(t,n,e){return Wi(t,""+Oo.x,n,e)}function cu(t,n,e){return Wi(t,""+Oo.X,n,e)}function lu(t,n,e){Uo.lastIndex=0;var r=Uo.exec(n.substring(e,e+4));return r?(t.y=+r[0],e+=r[0].length):-1}function su(t,n,e){Uo.lastIndex=0;var r=Uo.exec(n.substring(e,e+2));return r?(t.y=fu(+r[0]),e+=r[0].length):-1}function fu(t){return t+(t>68?1900:2e3)}function hu(t,n,e){Uo.lastIndex=0;var r=Uo.exec(n.substring(e,e+2));return r?(t.m=r[0]-1,e+=r[0].length):-1}function du(t,n,e){Uo.lastIndex=0;var r=Uo.exec(n.substring(e,e+2));return r?(t.d=+r[0],e+=r[0].length):-1}function gu(t,n,e){Uo.lastIndex=0;var r=Uo.exec(n.substring(e,e+2));return r?(t.H=+r[0],e+=r[0].length):-1}function pu(t,n,e){Uo.lastIndex=0;var r=Uo.exec(n.substring(e,e+2));return r?(t.M=+r[0],e+=r[0].length):-1}function mu(t,n,e){Uo.lastIndex=0;var r=Uo.exec(n.substring(e,e+2));return r?(t.S=+r[0],e+=r[0].length):-1}function vu(t,n,e){Uo.lastIndex=0;var r=Uo.exec(n.substring(e,e+3));return r?(t.L=+r[0],e+=r[0].length):-1}function yu(t,n,e){var r=Io.get(n.substring(e,e+=2).toLowerCase());return null==r?-1:(t.p=r,e)}function Mu(t){var n=t.getTimezoneOffset(),e=n>0?"-":"+",r=~~(Math.abs(n)/60),i=Math.abs(n)%60;return e+nu(r,"0",2)+nu(i,"0",2)}function bu(t){return t.toISOString()}function xu(t,n,e){function r(n){var e=t(n),r=u(e,1);return r-n>n-e?e:r}function i(e){return n(e=t(new wo(e-1)),1),e}function u(t,e){return n(t=new wo(+t),e),t}function a(t,r,u){var a=i(t),o=[];if(u>1)for(;r>a;)e(a)%u||o.push(new Date(+a)),n(a,1);else for(;r>a;)o.push(new Date(+a)),n(a,1);return o}function o(t,n,e){try{wo=Ki;var r=new Ki;return r._=t,a(r,n,e)}finally{wo=Date}}t.floor=t,t.round=r,t.ceil=i,t.offset=u,t.range=a;var c=t.utc=_u(t);return c.floor=c,c.round=_u(r),c.ceil=_u(i),c.offset=_u(u),c.range=o,t}function _u(t){return function(n,e){try{wo=Ki;var r=new Ki;return r._=n,t(r,e)._}finally{wo=Date}}}function wu(t,n,e){function r(n){return t(n)}return r.invert=function(n){return ku(t.invert(n))},r.domain=function(n){return arguments.length?(t.domain(n),r):t.domain().map(ku)},r.nice=function(t){return r.domain(Yn(r.domain(),function(){return t}))},r.ticks=function(e,i){var u=Su(r.domain());if("function"!=typeof e){var a=u[1]-u[0],o=a/e,c=d3.bisect(Xo,o);if(c==Xo.length)return n.year(u,e);if(!c)return t.ticks(e).map(ku);Math.log(o/Xo[c-1])<Math.log(Xo[c]/o)&&--c,e=n[c],i=e[1],e=e[0].range}return e(u[0],new Date(+u[1]+1),i)},r.tickFormat=function(){return e},r.copy=function(){return wu(t.copy(),n,e)},d3.rebind(r,t,"range","rangeRound","interpolate","clamp")}function Su(t){var n=t[0],e=t[t.length-1];return e>n?[n,e]:[e,n]}function ku(t){return new Date(t)}function Eu(t){return function(n){for(var e=t.length-1,r=t[e];!r[1](n);)r=t[--e];return r[0](n)}}function Au(t){var n=new Date(t,0,1);return n.setFullYear(t),n}function Nu(t){var n=t.getFullYear(),e=Au(n),r=Au(n+1);return n+(t-e)/(r-e)}function Tu(t){var n=new Date(Date.UTC(t,0,1));return n.setUTCFullYear(t),n}function qu(t){var n=t.getUTCFullYear(),e=Tu(n),r=Tu(n+1);return n+(t-e)/(r-e)}var Cu=".",zu=",",Du=[3,3];Date.now||(Date.now=function(){return+new Date});try{document.createElement("div").style.setProperty("opacity",0,"")}catch(Lu){var Fu=CSSStyleDeclaration.prototype,Hu=Fu.setProperty;Fu.setProperty=function(t,n,e){Hu.call(this,t,n+"",e)}}d3={version:"3.0.3"};var Ru=Math.PI,Pu=1e-6,ju=Ru/180,Ou=180/Ru,Yu=i;try{Yu(document.documentElement.childNodes)[0].nodeType}catch(Uu){Yu=r}var Iu=[].__proto__?function(t,n){t.__proto__=n}:function(t,n){for(var e in n)t[e]=n[e]};d3.map=function(t){var n=new u;for(var e in t)n.set(e,t[e]);return n},e(u,{has:function(t){return Vu+t in this},get:function(t){return this[Vu+t]},set:function(t,n){return this[Vu+t]=n},remove:function(t){return t=Vu+t,t in this&&delete this[t]},keys:function(){var t=[];return this.forEach(function(n){t.push(n)}),t},values:function(){var t=[];return this.forEach(function(n,e){t.push(e)}),t},entries:function(){var t=[];return this.forEach(function(n,e){t.push({key:n,value:e})}),t},forEach:function(t){for(var n in this)n.charCodeAt(0)===Xu&&t.call(this,n.substring(1),this[n])}});var Vu="\0",Xu=Vu.charCodeAt(0);d3.functor=c,d3.rebind=function(t,n){for(var e,r=1,i=arguments.length;i>++r;)t[e=arguments[r]]=l(t,n,n[e]);return t},d3.ascending=function(t,n){return n>t?-1:t>n?1:t>=n?0:0/0},d3.descending=function(t,n){return t>n?-1:n>t?1:n>=t?0:0/0},d3.mean=function(t,n){var e,r=t.length,i=0,u=-1,a=0;if(1===arguments.length)for(;r>++u;)s(e=t[u])&&(i+=(e-i)/++a);else for(;r>++u;)s(e=n.call(t,t[u],u))&&(i+=(e-i)/++a);return a?i:void 0},d3.median=function(t,n){return arguments.length>1&&(t=t.map(n)),t=t.filter(s),t.length?d3.quantile(t.sort(d3.ascending),.5):void 0},d3.min=function(t,n){var e,r,i=-1,u=t.length;if(1===arguments.length){for(;u>++i&&(null==(e=t[i])||e!=e);)e=void 0;for(;u>++i;)null!=(r=t[i])&&e>r&&(e=r)}else{for(;u>++i&&(null==(e=n.call(t,t[i],i))||e!=e);)e=void 0;for(;u>++i;)null!=(r=n.call(t,t[i],i))&&e>r&&(e=r)}return e},d3.max=function(t,n){var e,r,i=-1,u=t.length;if(1===arguments.length){for(;u>++i&&(null==(e=t[i])||e!=e);)e=void 0;for(;u>++i;)null!=(r=t[i])&&r>e&&(e=r)}else{for(;u>++i&&(null==(e=n.call(t,t[i],i))||e!=e);)e=void 0;for(;u>++i;)null!=(r=n.call(t,t[i],i))&&r>e&&(e=r)}return e},d3.extent=function(t,n){var e,r,i,u=-1,a=t.length;if(1===arguments.length){for(;a>++u&&(null==(e=i=t[u])||e!=e);)e=i=void 0;for(;a>++u;)null!=(r=t[u])&&(e>r&&(e=r),r>i&&(i=r))}else{for(;a>++u&&(null==(e=i=n.call(t,t[u],u))||e!=e);)e=void 0;for(;a>++u;)null!=(r=n.call(t,t[u],u))&&(e>r&&(e=r),r>i&&(i=r))}return[e,i]},d3.random={normal:function(t,n){var e=arguments.length;return 2>e&&(n=1),1>e&&(t=0),function(){var e,r,i;do e=2*Math.random()-1,r=2*Math.random()-1,i=e*e+r*r;while(!i||i>1);return t+n*e*Math.sqrt(-2*Math.log(i)/i)}},logNormal:function(t,n){var e=arguments.length;2>e&&(n=1),1>e&&(t=0);var r=d3.random.normal();return function(){return Math.exp(t+n*r())}},irwinHall:function(t){return function(){for(var n=0,e=0;t>e;e++)n+=Math.random();return n/t}}},d3.sum=function(t,n){var e,r=0,i=t.length,u=-1;if(1===arguments.length)for(;i>++u;)isNaN(e=+t[u])||(r+=e);else for(;i>++u;)isNaN(e=+n.call(t,t[u],u))||(r+=e);return r},d3.quantile=function(t,n){var e=(t.length-1)*n+1,r=Math.floor(e),i=+t[r-1],u=e-r;return u?i+u*(t[r]-i):i},d3.shuffle=function(t){for(var n,e,r=t.length;r;)e=0|Math.random()*r--,n=t[r],t[r]=t[e],t[e]=n;return t},d3.transpose=function(t){return d3.zip.apply(d3,t)},d3.zip=function(){if(!(r=arguments.length))return[];for(var t=-1,n=d3.min(arguments,f),e=Array(n);n>++t;)for(var r,i=-1,u=e[t]=Array(r);r>++i;)u[i]=arguments[i][t];return e},d3.bisector=function(t){return{left:function(n,e,r,i){for(3>arguments.length&&(r=0),4>arguments.length&&(i=n.length);i>r;){var u=r+i>>>1;e>t.call(n,n[u],u)?r=u+1:i=u}return r},right:function(n,e,r,i){for(3>arguments.length&&(r=0),4>arguments.length&&(i=n.length);i>r;){var u=r+i>>>1;t.call(n,n[u],u)>e?i=u:r=u+1}return r}}};var Zu=d3.bisector(function(t){return t});d3.bisectLeft=Zu.left,d3.bisect=d3.bisectRight=Zu.right,d3.nest=function(){function t(n,o){if(o>=a.length)return r?r.call(i,n):e?n.sort(e):n;for(var c,l,s,f=-1,h=n.length,d=a[o++],g=new u,p={};h>++f;)(s=g.get(c=d(l=n[f])))?s.push(l):g.set(c,[l]);return g.forEach(function(n,e){p[n]=t(e,o)}),p}function n(t,e){if(e>=a.length)return t;var r,i=[],u=o[e++];for(r in t)i.push({key:r,values:n(t[r],e)});return u&&i.sort(function(t,n){return u(t.key,n.key)}),i}var e,r,i={},a=[],o=[];return i.map=function(n){return t(n,0)},i.entries=function(e){return n(t(e,0),0)},i.key=function(t){return a.push(t),i},i.sortKeys=function(t){return o[a.length-1]=t,i},i.sortValues=function(t){return e=t,i},i.rollup=function(t){return r=t,i},i},d3.keys=function(t){var n=[];for(var e in t)n.push(e);return n},d3.values=function(t){var n=[];for(var e in t)n.push(t[e]);return n},d3.entries=function(t){var n=[];for(var e in t)n.push({key:e,value:t[e]});return n},d3.permute=function(t,n){for(var e=[],r=-1,i=n.length;i>++r;)e[r]=t[n[r]];return e},d3.merge=function(t){return Array.prototype.concat.apply([],t)},d3.range=function(t,n,e){if(3>arguments.length&&(e=1,2>arguments.length&&(n=t,t=0)),1/0===(n-t)/e)throw Error("infinite range");var r,i=[],u=d(Math.abs(e)),a=-1;if(t*=u,n*=u,e*=u,0>e)for(;(r=t+e*++a)>n;)i.push(r/u);else for(;n>(r=t+e*++a);)i.push(r/u);return i},d3.requote=function(t){return t.replace(Bu,"\\$&")};var Bu=/[\\\^\$\*\+\?\|\[\]\(\)\.\{\}]/g;d3.round=function(t,n){return n?Math.round(t*(n=Math.pow(10,n)))/n:Math.round(t)},d3.xhr=function(t,n,e){function r(){var t=l.status;!t&&l.responseText||t>=200&&300>t||304===t?u.load.call(i,c.call(i,l)):u.error.call(i,l)}var i={},u=d3.dispatch("progress","load","error"),o={},c=a,l=new(window.XDomainRequest&&/^(http(s)?:)?\/\//.test(t)?XDomainRequest:XMLHttpRequest);return"onload"in l?l.onload=l.onerror=r:l.onreadystatechange=function(){l.readyState>3&&r()},l.onprogress=function(t){var n=d3.event;d3.event=t;try{u.progress.call(i,l)}finally{d3.event=n}},i.header=function(t,n){return t=(t+"").toLowerCase(),2>arguments.length?o[t]:(null==n?delete o[t]:o[t]=n+"",i)},i.mimeType=function(t){return arguments.length?(n=null==t?null:t+"",i):n},i.response=function(t){return c=t,i},["get","post"].forEach(function(t){i[t]=function(){return i.send.apply(i,[t].concat(Yu(arguments)))}}),i.send=function(e,r,u){if(2===arguments.length&&"function"==typeof r&&(u=r,r=null),l.open(e,t,!0),null==n||"accept"in o||(o.accept=n+",*/*"),l.setRequestHeader)for(var a in o)l.setRequestHeader(a,o[a]);return null!=n&&l.overrideMimeType&&l.overrideMimeType(n),null!=u&&i.on("error",u).on("load",function(t){u(null,t)}),l.send(null==r?null:r),i},i.abort=function(){return l.abort(),i},d3.rebind(i,u,"on"),2===arguments.length&&"function"==typeof n&&(e=n,n=null),null==e?i:i.get(g(e))},d3.text=function(){return d3.xhr.apply(d3,arguments).response(p)},d3.json=function(t,n){return d3.xhr(t,"application/json",n).response(m)},d3.html=function(t,n){return d3.xhr(t,"text/html",n).response(v)},d3.xml=function(){return d3.xhr.apply(d3,arguments).response(y)};var $u={svg:"http://www.w3.org/2000/svg",xhtml:"http://www.w3.org/1999/xhtml",xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/"};d3.ns={prefix:$u,qualify:function(t){var n=t.indexOf(":"),e=t;return n>=0&&(e=t.substring(0,n),t=t.substring(n+1)),$u.hasOwnProperty(e)?{space:$u[e],local:t}:t}},d3.dispatch=function(){for(var t=new M,n=-1,e=arguments.length;e>++n;)t[arguments[n]]=b(t);return t},M.prototype.on=function(t,n){var e=t.indexOf("."),r="";return e>0&&(r=t.substring(e+1),t=t.substring(0,e)),2>arguments.length?this[t].on(r):this[t].on(r,n)},d3.format=function(t){var n=Ju.exec(t),e=n[1]||" ",r=n[2]||">",i=n[3]||"",u=n[4]||"",a=n[5],o=+n[6],c=n[7],l=n[8],s=n[9],f=1,h="",d=!1;switch(l&&(l=+l.substring(1)),(a||"0"===e&&"="===r)&&(a=e="0",r="=",c&&(o-=Math.floor((o-1)/4))),s){case"n":c=!0,s="g";break;case"%":f=100,h="%",s="f";break;case"p":f=100,h="%",s="r";break;case"b":case"o":case"x":case"X":u&&(u="0"+s.toLowerCase());case"c":case"d":d=!0,l=0;break;case"s":f=-1,s="r"}"#"===u&&(u=""),"r"!=s||l||(s="g"),s=Gu.get(s)||_;var g=a&&c;return function(t){if(d&&t%1)return"";var n=0>t||0===t&&0>1/t?(t=-t,"-"):i;if(0>f){var p=d3.formatPrefix(t,l);t=p.scale(t),h=p.symbol}else t*=f;t=s(t,l),!a&&c&&(t=Ku(t));var m=u.length+t.length+(g?0:n.length),v=o>m?Array(m=o-m+1).join(e):"";return g&&(t=Ku(v+t)),Cu&&t.replace(".",Cu),n+=u,("<"===r?n+t+v:">"===r?v+n+t:"^"===r?v.substring(0,m>>=1)+n+t+v.substring(m):n+(g?t:v+t))+h}};var Ju=/(?:([^{])?([<>=^]))?([+\- ])?(#)?(0)?([0-9]+)?(,)?(\.[0-9]+)?([a-zA-Z%])?/,Gu=d3.map({b:function(t){return t.toString(2)},c:function(t){return String.fromCharCode(t)},o:function(t){return t.toString(8)},x:function(t){return t.toString(16)},X:function(t){return t.toString(16).toUpperCase()},g:function(t,n){return t.toPrecision(n)},e:function(t,n){return t.toExponential(n)},f:function(t,n){return t.toFixed(n)},r:function(t,n){return d3.round(t,n=x(t,n)).toFixed(Math.max(0,Math.min(20,n)))}}),Ku=a;if(Du){var Wu=Du.length;Ku=function(t){for(var n=t.lastIndexOf("."),e=n>=0?"."+t.substring(n+1):(n=t.length,""),r=[],i=0,u=Du[0];n>0&&u>0;)r.push(t.substring(n-=u,n+u)),u=Du[i=(i+1)%Wu];return r.reverse().join(zu||"")+e}}var Qu=["y","z","a","f","p","n","μ","m","","k","M","G","T","P","E","Z","Y"].map(w);d3.formatPrefix=function(t,n){var e=0;return t&&(0>t&&(t*=-1),n&&(t=d3.round(t,x(t,n))),e=1+Math.floor(1e-12+Math.log(t)/Math.LN10),e=Math.max(-24,Math.min(24,3*Math.floor((0>=e?e+1:e-1)/3)))),Qu[8+e/3]};var ta=function(){return a},na=d3.map({linear:ta,poly:q,quad:function(){return A},cubic:function(){return N},sin:function(){return C},exp:function(){return z},circle:function(){return D},elastic:L,back:F,bounce:function(){return H}}),ea=d3.map({"in":a,out:k,"in-out":E,"out-in":function(t){return E(k(t))}});d3.ease=function(t){var n=t.indexOf("-"),e=n>=0?t.substring(0,n):t,r=n>=0?t.substring(n+1):"in";return e=na.get(e)||ta,r=ea.get(r)||a,S(r(e.apply(null,Array.prototype.slice.call(arguments,1))))},d3.event=null,d3.transform=function(t){var n=document.createElementNS(d3.ns.prefix.svg,"g");return(d3.transform=function(t){n.setAttribute("transform",t);var e=n.transform.baseVal.consolidate();return new O(e?e.matrix:ra)})(t)},O.prototype.toString=function(){return"translate("+this.translate+")rotate("+this.rotate+")skewX("+this.skew+")scale("+this.scale+")"};var ra={a:1,b:0,c:0,d:1,e:0,f:0};d3.interpolate=function(t,n){for(var e,r=d3.interpolators.length;--r>=0&&!(e=d3.interpolators[r](t,n)););return e},d3.interpolateNumber=function(t,n){return n-=t,function(e){return t+n*e}},d3.interpolateRound=function(t,n){return n-=t,function(e){return Math.round(t+n*e)}},d3.interpolateString=function(t,n){var e,r,i,u,a,o=0,c=0,l=[],s=[];for(ia.lastIndex=0,r=0;e=ia.exec(n);++r)e.index&&l.push(n.substring(o,c=e.index)),s.push({i:l.length,x:e[0]}),l.push(null),o=ia.lastIndex;for(n.length>o&&l.push(n.substring(o)),r=0,u=s.length;(e=ia.exec(t))&&u>r;++r)if(a=s[r],a.x==e[0]){if(a.i)if(null==l[a.i+1])for(l[a.i-1]+=a.x,l.splice(a.i,1),i=r+1;u>i;++i)s[i].i--;else for(l[a.i-1]+=a.x+l[a.i+1],l.splice(a.i,2),i=r+1;u>i;++i)s[i].i-=2;else if(null==l[a.i+1])l[a.i]=a.x;else for(l[a.i]=a.x+l[a.i+1],l.splice(a.i+1,1),i=r+1;u>i;++i)s[i].i--;s.splice(r,1),u--,r--}else a.x=d3.interpolateNumber(parseFloat(e[0]),parseFloat(a.x));for(;u>r;)a=s.pop(),null==l[a.i+1]?l[a.i]=a.x:(l[a.i]=a.x+l[a.i+1],l.splice(a.i+1,1)),u--;return 1===l.length?null==l[0]?s[0].x:function(){return n}:function(t){for(r=0;u>r;++r)l[(a=s[r]).i]=a.x(t);return l.join("")}},d3.interpolateTransform=function(t,n){var e,r=[],i=[],u=d3.transform(t),a=d3.transform(n),o=u.translate,c=a.translate,l=u.rotate,s=a.rotate,f=u.skew,h=a.skew,d=u.scale,g=a.scale;return o[0]!=c[0]||o[1]!=c[1]?(r.push("translate(",null,",",null,")"),i.push({i:1,x:d3.interpolateNumber(o[0],c[0])},{i:3,x:d3.interpolateNumber(o[1],c[1])})):c[0]||c[1]?r.push("translate("+c+")"):r.push(""),l!=s?(l-s>180?s+=360:s-l>180&&(l+=360),i.push({i:r.push(r.pop()+"rotate(",null,")")-2,x:d3.interpolateNumber(l,s)})):s&&r.push(r.pop()+"rotate("+s+")"),f!=h?i.push({i:r.push(r.pop()+"skewX(",null,")")-2,x:d3.interpolateNumber(f,h)}):h&&r.push(r.pop()+"skewX("+h+")"),d[0]!=g[0]||d[1]!=g[1]?(e=r.push(r.pop()+"scale(",null,",",null,")"),i.push({i:e-4,x:d3.interpolateNumber(d[0],g[0])},{i:e-2,x:d3.interpolateNumber(d[1],g[1])})):(1!=g[0]||1!=g[1])&&r.push(r.pop()+"scale("+g+")"),e=i.length,function(t){for(var n,u=-1;e>++u;)r[(n=i[u]).i]=n.x(t);return r.join("")}},d3.interpolateRgb=function(t,n){t=d3.rgb(t),n=d3.rgb(n);var e=t.r,r=t.g,i=t.b,u=n.r-e,a=n.g-r,o=n.b-i;return function(t){return"#"+G(Math.round(e+u*t))+G(Math.round(r+a*t))+G(Math.round(i+o*t))}},d3.interpolateHsl=function(t,n){t=d3.hsl(t),n=d3.hsl(n);var e=t.h,r=t.s,i=t.l,u=n.h-e,a=n.s-r,o=n.l-i;return u>180?u-=360:-180>u&&(u+=360),function(t){return un(e+u*t,r+a*t,i+o*t)+""}},d3.interpolateLab=function(t,n){t=d3.lab(t),n=d3.lab(n);var e=t.l,r=t.a,i=t.b,u=n.l-e,a=n.a-r,o=n.b-i;return function(t){return fn(e+u*t,r+a*t,i+o*t)+""}},d3.interpolateHcl=function(t,n){t=d3.hcl(t),n=d3.hcl(n);var e=t.h,r=t.c,i=t.l,u=n.h-e,a=n.c-r,o=n.l-i;return u>180?u-=360:-180>u&&(u+=360),function(t){return cn(e+u*t,r+a*t,i+o*t)+""}},d3.interpolateArray=function(t,n){var e,r=[],i=[],u=t.length,a=n.length,o=Math.min(t.length,n.length);for(e=0;o>e;++e)r.push(d3.interpolate(t[e],n[e]));for(;u>e;++e)i[e]=t[e];for(;a>e;++e)i[e]=n[e];return function(t){for(e=0;o>e;++e)i[e]=r[e](t);return i}},d3.interpolateObject=function(t,n){var e,r={},i={};for(e in t)e in n?r[e]=V(e)(t[e],n[e]):i[e]=t[e];for(e in n)e in t||(i[e]=n[e]);return function(t){for(e in r)i[e]=r[e](t);return i}};var ia=/[-+]?(?:\d+\.?\d*|\.?\d+)(?:[eE][-+]?\d+)?/g;d3.interpolators=[d3.interpolateObject,function(t,n){return n instanceof Array&&d3.interpolateArray(t,n)},function(t,n){return("string"==typeof t||"string"==typeof n)&&d3.interpolateString(t+"",n+"")},function(t,n){return("string"==typeof n?aa.has(n)||/^(#|rgb\(|hsl\()/.test(n):n instanceof B)&&d3.interpolateRgb(t,n)},function(t,n){return!isNaN(t=+t)&&!isNaN(n=+n)&&d3.interpolateNumber(t,n)}],B.prototype.toString=function(){return this.rgb()+""},d3.rgb=function(t,n,e){return 1===arguments.length?t instanceof J?$(t.r,t.g,t.b):K(""+t,$,un):$(~~t,~~n,~~e)};var ua=J.prototype=new B;ua.brighter=function(t){t=Math.pow(.7,arguments.length?t:1);var n=this.r,e=this.g,r=this.b,i=30;return n||e||r?(n&&i>n&&(n=i),e&&i>e&&(e=i),r&&i>r&&(r=i),$(Math.min(255,Math.floor(n/t)),Math.min(255,Math.floor(e/t)),Math.min(255,Math.floor(r/t)))):$(i,i,i)},ua.darker=function(t){return t=Math.pow(.7,arguments.length?t:1),$(Math.floor(t*this.r),Math.floor(t*this.g),Math.floor(t*this.b)) -},ua.hsl=function(){return W(this.r,this.g,this.b)},ua.toString=function(){return"#"+G(this.r)+G(this.g)+G(this.b)};var aa=d3.map({aliceblue:"#f0f8ff",antiquewhite:"#faebd7",aqua:"#00ffff",aquamarine:"#7fffd4",azure:"#f0ffff",beige:"#f5f5dc",bisque:"#ffe4c4",black:"#000000",blanchedalmond:"#ffebcd",blue:"#0000ff",blueviolet:"#8a2be2",brown:"#a52a2a",burlywood:"#deb887",cadetblue:"#5f9ea0",chartreuse:"#7fff00",chocolate:"#d2691e",coral:"#ff7f50",cornflowerblue:"#6495ed",cornsilk:"#fff8dc",crimson:"#dc143c",cyan:"#00ffff",darkblue:"#00008b",darkcyan:"#008b8b",darkgoldenrod:"#b8860b",darkgray:"#a9a9a9",darkgreen:"#006400",darkgrey:"#a9a9a9",darkkhaki:"#bdb76b",darkmagenta:"#8b008b",darkolivegreen:"#556b2f",darkorange:"#ff8c00",darkorchid:"#9932cc",darkred:"#8b0000",darksalmon:"#e9967a",darkseagreen:"#8fbc8f",darkslateblue:"#483d8b",darkslategray:"#2f4f4f",darkslategrey:"#2f4f4f",darkturquoise:"#00ced1",darkviolet:"#9400d3",deeppink:"#ff1493",deepskyblue:"#00bfff",dimgray:"#696969",dimgrey:"#696969",dodgerblue:"#1e90ff",firebrick:"#b22222",floralwhite:"#fffaf0",forestgreen:"#228b22",fuchsia:"#ff00ff",gainsboro:"#dcdcdc",ghostwhite:"#f8f8ff",gold:"#ffd700",goldenrod:"#daa520",gray:"#808080",green:"#008000",greenyellow:"#adff2f",grey:"#808080",honeydew:"#f0fff0",hotpink:"#ff69b4",indianred:"#cd5c5c",indigo:"#4b0082",ivory:"#fffff0",khaki:"#f0e68c",lavender:"#e6e6fa",lavenderblush:"#fff0f5",lawngreen:"#7cfc00",lemonchiffon:"#fffacd",lightblue:"#add8e6",lightcoral:"#f08080",lightcyan:"#e0ffff",lightgoldenrodyellow:"#fafad2",lightgray:"#d3d3d3",lightgreen:"#90ee90",lightgrey:"#d3d3d3",lightpink:"#ffb6c1",lightsalmon:"#ffa07a",lightseagreen:"#20b2aa",lightskyblue:"#87cefa",lightslategray:"#778899",lightslategrey:"#778899",lightsteelblue:"#b0c4de",lightyellow:"#ffffe0",lime:"#00ff00",limegreen:"#32cd32",linen:"#faf0e6",magenta:"#ff00ff",maroon:"#800000",mediumaquamarine:"#66cdaa",mediumblue:"#0000cd",mediumorchid:"#ba55d3",mediumpurple:"#9370db",mediumseagreen:"#3cb371",mediumslateblue:"#7b68ee",mediumspringgreen:"#00fa9a",mediumturquoise:"#48d1cc",mediumvioletred:"#c71585",midnightblue:"#191970",mintcream:"#f5fffa",mistyrose:"#ffe4e1",moccasin:"#ffe4b5",navajowhite:"#ffdead",navy:"#000080",oldlace:"#fdf5e6",olive:"#808000",olivedrab:"#6b8e23",orange:"#ffa500",orangered:"#ff4500",orchid:"#da70d6",palegoldenrod:"#eee8aa",palegreen:"#98fb98",paleturquoise:"#afeeee",palevioletred:"#db7093",papayawhip:"#ffefd5",peachpuff:"#ffdab9",peru:"#cd853f",pink:"#ffc0cb",plum:"#dda0dd",powderblue:"#b0e0e6",purple:"#800080",red:"#ff0000",rosybrown:"#bc8f8f",royalblue:"#4169e1",saddlebrown:"#8b4513",salmon:"#fa8072",sandybrown:"#f4a460",seagreen:"#2e8b57",seashell:"#fff5ee",sienna:"#a0522d",silver:"#c0c0c0",skyblue:"#87ceeb",slateblue:"#6a5acd",slategray:"#708090",slategrey:"#708090",snow:"#fffafa",springgreen:"#00ff7f",steelblue:"#4682b4",tan:"#d2b48c",teal:"#008080",thistle:"#d8bfd8",tomato:"#ff6347",turquoise:"#40e0d0",violet:"#ee82ee",wheat:"#f5deb3",white:"#ffffff",whitesmoke:"#f5f5f5",yellow:"#ffff00",yellowgreen:"#9acd32"});aa.forEach(function(t,n){aa.set(t,K(n,$,un))}),d3.hsl=function(t,n,e){return 1===arguments.length?t instanceof rn?en(t.h,t.s,t.l):K(""+t,W,en):en(+t,+n,+e)};var oa=rn.prototype=new B;oa.brighter=function(t){return t=Math.pow(.7,arguments.length?t:1),en(this.h,this.s,this.l/t)},oa.darker=function(t){return t=Math.pow(.7,arguments.length?t:1),en(this.h,this.s,t*this.l)},oa.rgb=function(){return un(this.h,this.s,this.l)},d3.hcl=function(t,n,e){return 1===arguments.length?t instanceof on?an(t.h,t.c,t.l):t instanceof sn?hn(t.l,t.a,t.b):hn((t=Q((t=d3.rgb(t)).r,t.g,t.b)).l,t.a,t.b):an(+t,+n,+e)};var ca=on.prototype=new B;ca.brighter=function(t){return an(this.h,this.c,Math.min(100,this.l+la*(arguments.length?t:1)))},ca.darker=function(t){return an(this.h,this.c,Math.max(0,this.l-la*(arguments.length?t:1)))},ca.rgb=function(){return cn(this.h,this.c,this.l).rgb()},d3.lab=function(t,n,e){return 1===arguments.length?t instanceof sn?ln(t.l,t.a,t.b):t instanceof on?cn(t.l,t.c,t.h):Q((t=d3.rgb(t)).r,t.g,t.b):ln(+t,+n,+e)};var la=18,sa=.95047,fa=1,ha=1.08883,da=sn.prototype=new B;da.brighter=function(t){return ln(Math.min(100,this.l+la*(arguments.length?t:1)),this.a,this.b)},da.darker=function(t){return ln(Math.max(0,this.l-la*(arguments.length?t:1)),this.a,this.b)},da.rgb=function(){return fn(this.l,this.a,this.b)};var ga=function(t,n){return n.querySelector(t)},pa=function(t,n){return n.querySelectorAll(t)},ma=document.documentElement,va=ma.matchesSelector||ma.webkitMatchesSelector||ma.mozMatchesSelector||ma.msMatchesSelector||ma.oMatchesSelector,ya=function(t,n){return va.call(t,n)};"function"==typeof Sizzle&&(ga=function(t,n){return Sizzle(t,n)[0]||null},pa=function(t,n){return Sizzle.uniqueSort(Sizzle(t,n))},ya=Sizzle.matchesSelector);var Ma=[];d3.selection=function(){return ba},d3.selection.prototype=Ma,Ma.select=function(t){var n,e,r,i,u=[];"function"!=typeof t&&(t=vn(t));for(var a=-1,o=this.length;o>++a;){u.push(n=[]),n.parentNode=(r=this[a]).parentNode;for(var c=-1,l=r.length;l>++c;)(i=r[c])?(n.push(e=t.call(i,i.__data__,c)),e&&"__data__"in i&&(e.__data__=i.__data__)):n.push(null)}return mn(u)},Ma.selectAll=function(t){var n,e,r=[];"function"!=typeof t&&(t=yn(t));for(var i=-1,u=this.length;u>++i;)for(var a=this[i],o=-1,c=a.length;c>++o;)(e=a[o])&&(r.push(n=Yu(t.call(e,e.__data__,o))),n.parentNode=e);return mn(r)},Ma.attr=function(t,n){if(2>arguments.length){if("string"==typeof t){var e=this.node();return t=d3.ns.qualify(t),t.local?e.getAttributeNS(t.space,t.local):e.getAttribute(t)}for(n in t)this.each(Mn(n,t[n]));return this}return this.each(Mn(t,n))},Ma.classed=function(t,n){if(2>arguments.length){if("string"==typeof t){var e=this.node(),r=(t=t.trim().split(/^|\s+/g)).length,i=-1;if(n=e.classList){for(;r>++i;)if(!n.contains(t[i]))return!1}else for(n=e.className,null!=n.baseVal&&(n=n.baseVal);r>++i;)if(!bn(t[i]).test(n))return!1;return!0}for(n in t)this.each(xn(n,t[n]));return this}return this.each(xn(t,n))},Ma.style=function(t,n,e){var r=arguments.length;if(3>r){if("string"!=typeof t){2>r&&(n="");for(e in t)this.each(wn(e,t[e],n));return this}if(2>r)return getComputedStyle(this.node(),null).getPropertyValue(t);e=""}return this.each(wn(t,n,e))},Ma.property=function(t,n){if(2>arguments.length){if("string"==typeof t)return this.node()[t];for(n in t)this.each(Sn(n,t[n]));return this}return this.each(Sn(t,n))},Ma.text=function(t){return arguments.length?this.each("function"==typeof t?function(){var n=t.apply(this,arguments);this.textContent=null==n?"":n}:null==t?function(){this.textContent=""}:function(){this.textContent=t}):this.node().textContent},Ma.html=function(t){return arguments.length?this.each("function"==typeof t?function(){var n=t.apply(this,arguments);this.innerHTML=null==n?"":n}:null==t?function(){this.innerHTML=""}:function(){this.innerHTML=t}):this.node().innerHTML},Ma.append=function(t){function n(){return this.appendChild(document.createElementNS(this.namespaceURI,t))}function e(){return this.appendChild(document.createElementNS(t.space,t.local))}return t=d3.ns.qualify(t),this.select(t.local?e:n)},Ma.insert=function(t,n){function e(){return this.insertBefore(document.createElementNS(this.namespaceURI,t),ga(n,this))}function r(){return this.insertBefore(document.createElementNS(t.space,t.local),ga(n,this))}return t=d3.ns.qualify(t),this.select(t.local?r:e)},Ma.remove=function(){return this.each(function(){var t=this.parentNode;t&&t.removeChild(this)})},Ma.data=function(t,n){function e(t,e){var r,i,a,o=t.length,f=e.length,h=Math.min(o,f),d=Array(f),g=Array(f),p=Array(o);if(n){var m,v=new u,y=new u,M=[];for(r=-1;o>++r;)m=n.call(i=t[r],i.__data__,r),v.has(m)?p[r]=i:v.set(m,i),M.push(m);for(r=-1;f>++r;)m=n.call(e,a=e[r],r),(i=v.get(m))?(d[r]=i,i.__data__=a):y.has(m)||(g[r]=kn(a)),y.set(m,a),v.remove(m);for(r=-1;o>++r;)v.has(M[r])&&(p[r]=t[r])}else{for(r=-1;h>++r;)i=t[r],a=e[r],i?(i.__data__=a,d[r]=i):g[r]=kn(a);for(;f>r;++r)g[r]=kn(e[r]);for(;o>r;++r)p[r]=t[r]}g.update=d,g.parentNode=d.parentNode=p.parentNode=t.parentNode,c.push(g),l.push(d),s.push(p)}var r,i,a=-1,o=this.length;if(!arguments.length){for(t=Array(o=(r=this[0]).length);o>++a;)(i=r[a])&&(t[a]=i.__data__);return t}var c=qn([]),l=mn([]),s=mn([]);if("function"==typeof t)for(;o>++a;)e(r=this[a],t.call(r,r.parentNode.__data__,a));else for(;o>++a;)e(r=this[a],t);return l.enter=function(){return c},l.exit=function(){return s},l},Ma.datum=function(t){return arguments.length?this.property("__data__",t):this.property("__data__")},Ma.filter=function(t){var n,e,r,i=[];"function"!=typeof t&&(t=En(t));for(var u=0,a=this.length;a>u;u++){i.push(n=[]),n.parentNode=(e=this[u]).parentNode;for(var o=0,c=e.length;c>o;o++)(r=e[o])&&t.call(r,r.__data__,o)&&n.push(r)}return mn(i)},Ma.order=function(){for(var t=-1,n=this.length;n>++t;)for(var e,r=this[t],i=r.length-1,u=r[i];--i>=0;)(e=r[i])&&(u&&u!==e.nextSibling&&u.parentNode.insertBefore(e,u),u=e);return this},Ma.sort=function(t){t=An.apply(this,arguments);for(var n=-1,e=this.length;e>++n;)this[n].sort(t);return this.order()},Ma.on=function(t,n,e){var r=arguments.length;if(3>r){if("string"!=typeof t){2>r&&(n=!1);for(e in t)this.each(Nn(e,t[e],n));return this}if(2>r)return(r=this.node()["__on"+t])&&r._;e=!1}return this.each(Nn(t,n,e))},Ma.each=function(t){return Tn(this,function(n,e,r){t.call(n,n.__data__,e,r)})},Ma.call=function(t){var n=Yu(arguments);return t.apply(n[0]=this,n),this},Ma.empty=function(){return!this.node()},Ma.node=function(){for(var t=0,n=this.length;n>t;t++)for(var e=this[t],r=0,i=e.length;i>r;r++){var u=e[r];if(u)return u}return null},Ma.transition=function(){var t,n,e=_a||++Sa,r=[],i=Object.create(ka);i.time=Date.now();for(var u=-1,a=this.length;a>++u;){r.push(t=[]);for(var o=this[u],c=-1,l=o.length;l>++c;)(n=o[c])&&zn(n,c,e,i),t.push(n)}return Cn(r,e)};var ba=mn([[document]]);ba[0].parentNode=ma,d3.select=function(t){return"string"==typeof t?ba.select(t):mn([[t]])},d3.selectAll=function(t){return"string"==typeof t?ba.selectAll(t):mn([Yu(t)])};var xa=[];d3.selection.enter=qn,d3.selection.enter.prototype=xa,xa.append=Ma.append,xa.insert=Ma.insert,xa.empty=Ma.empty,xa.node=Ma.node,xa.select=function(t){for(var n,e,r,i,u,a=[],o=-1,c=this.length;c>++o;){r=(i=this[o]).update,a.push(n=[]),n.parentNode=i.parentNode;for(var l=-1,s=i.length;s>++l;)(u=i[l])?(n.push(r[l]=e=t.call(i.parentNode,u.__data__,l)),e.__data__=u.__data__):n.push(null)}return mn(a)};var _a,wa=[],Sa=0,ka={ease:T,delay:0,duration:250};wa.call=Ma.call,wa.empty=Ma.empty,wa.node=Ma.node,d3.transition=function(t){return arguments.length?_a?t.transition():t:ba.transition()},d3.transition.prototype=wa,wa.select=function(t){var n,e,r,i=this.id,u=[];"function"!=typeof t&&(t=vn(t));for(var a=-1,o=this.length;o>++a;){u.push(n=[]);for(var c=this[a],l=-1,s=c.length;s>++l;)(r=c[l])&&(e=t.call(r,r.__data__,l))?("__data__"in r&&(e.__data__=r.__data__),zn(e,l,i,r.__transition__[i]),n.push(e)):n.push(null)}return Cn(u,i)},wa.selectAll=function(t){var n,e,r,i,u,a=this.id,o=[];"function"!=typeof t&&(t=yn(t));for(var c=-1,l=this.length;l>++c;)for(var s=this[c],f=-1,h=s.length;h>++f;)if(r=s[f]){u=r.__transition__[a],e=t.call(r,r.__data__,f),o.push(n=[]);for(var d=-1,g=e.length;g>++d;)zn(i=e[d],d,a,u),n.push(i)}return Cn(o,a)},wa.filter=function(t){var n,e,r,i=[];"function"!=typeof t&&(t=En(t));for(var u=0,a=this.length;a>u;u++){i.push(n=[]);for(var e=this[u],o=0,c=e.length;c>o;o++)(r=e[o])&&t.call(r,r.__data__,o)&&n.push(r)}return Cn(i,this.id,this.time).ease(this.ease())},wa.attr=function(t,n){function e(){this.removeAttribute(u)}function r(){this.removeAttributeNS(u.space,u.local)}if(2>arguments.length){for(n in t)this.attr(n,t[n]);return this}var i=V(t),u=d3.ns.qualify(t);return Ln(this,"attr."+t,n,function(t){function n(){var n,e=this.getAttribute(u);return e!==t&&(n=i(e,t),function(t){this.setAttribute(u,n(t))})}function a(){var n,e=this.getAttributeNS(u.space,u.local);return e!==t&&(n=i(e,t),function(t){this.setAttributeNS(u.space,u.local,n(t))})}return null==t?u.local?r:e:(t+="",u.local?a:n)})},wa.attrTween=function(t,n){function e(t,e){var r=n.call(this,t,e,this.getAttribute(i));return r&&function(t){this.setAttribute(i,r(t))}}function r(t,e){var r=n.call(this,t,e,this.getAttributeNS(i.space,i.local));return r&&function(t){this.setAttributeNS(i.space,i.local,r(t))}}var i=d3.ns.qualify(t);return this.tween("attr."+t,i.local?r:e)},wa.style=function(t,n,e){function r(){this.style.removeProperty(t)}var i=arguments.length;if(3>i){if("string"!=typeof t){2>i&&(n="");for(e in t)this.style(e,t[e],n);return this}e=""}var u=V(t);return Ln(this,"style."+t,n,function(n){function i(){var r,i=getComputedStyle(this,null).getPropertyValue(t);return i!==n&&(r=u(i,n),function(n){this.style.setProperty(t,r(n),e)})}return null==n?r:(n+="",i)})},wa.styleTween=function(t,n,e){return 3>arguments.length&&(e=""),this.tween("style."+t,function(r,i){var u=n.call(this,r,i,getComputedStyle(this,null).getPropertyValue(t));return u&&function(n){this.style.setProperty(t,u(n),e)}})},wa.text=function(t){return Ln(this,"text",t,Dn)},wa.remove=function(){return this.each("end.transition",function(){var t;!this.__transition__&&(t=this.parentNode)&&t.removeChild(this)})},wa.ease=function(t){var n=this.id;return 1>arguments.length?this.node().__transition__[n].ease:("function"!=typeof t&&(t=d3.ease.apply(d3,arguments)),Tn(this,function(e){e.__transition__[n].ease=t}))},wa.delay=function(t){var n=this.id;return Tn(this,"function"==typeof t?function(e,r,i){e.__transition__[n].delay=0|t.call(e,e.__data__,r,i)}:(t|=0,function(e){e.__transition__[n].delay=t}))},wa.duration=function(t){var n=this.id;return Tn(this,"function"==typeof t?function(e,r,i){e.__transition__[n].duration=Math.max(1,0|t.call(e,e.__data__,r,i))}:(t=Math.max(1,0|t),function(e){e.__transition__[n].duration=t}))},wa.each=function(t,n){var e=this.id;if(2>arguments.length){var r=ka,i=_a;_a=e,Tn(this,function(n,r,i){ka=n.__transition__[e],t.call(n,n.__data__,r,i)}),ka=r,_a=i}else Tn(this,function(r){r.__transition__[e].event.on(t,n)});return this},wa.transition=function(){for(var t,n,e,r,i=this.id,u=++Sa,a=[],o=0,c=this.length;c>o;o++){a.push(t=[]);for(var n=this[o],l=0,s=n.length;s>l;l++)(e=n[l])&&(r=Object.create(e.__transition__[i]),r.delay+=r.duration,zn(e,l,u,r)),t.push(e)}return Cn(a,u)},wa.tween=function(t,n){var e=this.id;return 2>arguments.length?this.node().__transition__[e].tween.get(t):Tn(this,null==n?function(n){n.__transition__[e].tween.remove(t)}:function(r){r.__transition__[e].tween.set(t,n)})};var Ea,Aa,Na=0,Ta={},qa=null;d3.timer=function(t,n,e){if(3>arguments.length){if(2>arguments.length)n=0;else if(!isFinite(n))return;e=Date.now()}var r=Ta[t.id];r&&r.callback===t?(r.then=e,r.delay=n):Ta[t.id=++Na]=qa={callback:t,then:e,delay:n,next:qa},Ea||(Aa=clearTimeout(Aa),Ea=1,Ca(Fn))},d3.timer.flush=function(){for(var t,n=Date.now(),e=qa;e;)t=n-e.then,e.delay||(e.flush=e.callback(t)),e=e.next;Hn()};var Ca=window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||window.oRequestAnimationFrame||window.msRequestAnimationFrame||function(t){setTimeout(t,17)};d3.mouse=function(t){return Rn(t,P())};var za=/WebKit/.test(navigator.userAgent)?-1:0;d3.touches=function(t,n){return 2>arguments.length&&(n=P().touches),n?Yu(n).map(function(n){var e=Rn(t,n);return e.identifier=n.identifier,e}):[]},d3.scale={},d3.scale.linear=function(){return In([0,1],[0,1],d3.interpolate,!1)},d3.scale.log=function(){return Kn(d3.scale.linear(),Wn)};var Da=d3.format(".0e");Wn.pow=function(t){return Math.pow(10,t)},Qn.pow=function(t){return-Math.pow(10,-t)},d3.scale.pow=function(){return te(d3.scale.linear(),1)},d3.scale.sqrt=function(){return d3.scale.pow().exponent(.5)},d3.scale.ordinal=function(){return ee([],{t:"range",a:[[]]})},d3.scale.category10=function(){return d3.scale.ordinal().range(La)},d3.scale.category20=function(){return d3.scale.ordinal().range(Fa)},d3.scale.category20b=function(){return d3.scale.ordinal().range(Ha)},d3.scale.category20c=function(){return d3.scale.ordinal().range(Ra)};var La=["#1f77b4","#ff7f0e","#2ca02c","#d62728","#9467bd","#8c564b","#e377c2","#7f7f7f","#bcbd22","#17becf"],Fa=["#1f77b4","#aec7e8","#ff7f0e","#ffbb78","#2ca02c","#98df8a","#d62728","#ff9896","#9467bd","#c5b0d5","#8c564b","#c49c94","#e377c2","#f7b6d2","#7f7f7f","#c7c7c7","#bcbd22","#dbdb8d","#17becf","#9edae5"],Ha=["#393b79","#5254a3","#6b6ecf","#9c9ede","#637939","#8ca252","#b5cf6b","#cedb9c","#8c6d31","#bd9e39","#e7ba52","#e7cb94","#843c39","#ad494a","#d6616b","#e7969c","#7b4173","#a55194","#ce6dbd","#de9ed6"],Ra=["#3182bd","#6baed6","#9ecae1","#c6dbef","#e6550d","#fd8d3c","#fdae6b","#fdd0a2","#31a354","#74c476","#a1d99b","#c7e9c0","#756bb1","#9e9ac8","#bcbddc","#dadaeb","#636363","#969696","#bdbdbd","#d9d9d9"];d3.scale.quantile=function(){return re([],[])},d3.scale.quantize=function(){return ie(0,1,[0,1])},d3.scale.threshold=function(){return ue([.5],[0,1])},d3.scale.identity=function(){return ae([0,1])},d3.svg={},d3.svg.arc=function(){function t(){var t=n.apply(this,arguments),u=e.apply(this,arguments),a=r.apply(this,arguments)+Pa,o=i.apply(this,arguments)+Pa,c=(a>o&&(c=a,a=o,o=c),o-a),l=Ru>c?"0":"1",s=Math.cos(a),f=Math.sin(a),h=Math.cos(o),d=Math.sin(o);return c>=ja?t?"M0,"+u+"A"+u+","+u+" 0 1,1 0,"+-u+"A"+u+","+u+" 0 1,1 0,"+u+"M0,"+t+"A"+t+","+t+" 0 1,0 0,"+-t+"A"+t+","+t+" 0 1,0 0,"+t+"Z":"M0,"+u+"A"+u+","+u+" 0 1,1 0,"+-u+"A"+u+","+u+" 0 1,1 0,"+u+"Z":t?"M"+u*s+","+u*f+"A"+u+","+u+" 0 "+l+",1 "+u*h+","+u*d+"L"+t*h+","+t*d+"A"+t+","+t+" 0 "+l+",0 "+t*s+","+t*f+"Z":"M"+u*s+","+u*f+"A"+u+","+u+" 0 "+l+",1 "+u*h+","+u*d+"L0,0"+"Z"}var n=oe,e=ce,r=le,i=se;return t.innerRadius=function(e){return arguments.length?(n=c(e),t):n},t.outerRadius=function(n){return arguments.length?(e=c(n),t):e},t.startAngle=function(n){return arguments.length?(r=c(n),t):r},t.endAngle=function(n){return arguments.length?(i=c(n),t):i},t.centroid=function(){var t=(n.apply(this,arguments)+e.apply(this,arguments))/2,u=(r.apply(this,arguments)+i.apply(this,arguments))/2+Pa;return[Math.cos(u)*t,Math.sin(u)*t]},t};var Pa=-Ru/2,ja=2*Ru-1e-6;d3.svg.line=function(){return fe(a)};var Oa=d3.map({linear:ge,"linear-closed":pe,"step-before":me,"step-after":ve,basis:we,"basis-open":Se,"basis-closed":ke,bundle:Ee,cardinal:be,"cardinal-open":ye,"cardinal-closed":Me,monotone:ze});Oa.forEach(function(t,n){n.key=t,n.closed=/-closed$/.test(t)});var Ya=[0,2/3,1/3,0],Ua=[0,1/3,2/3,0],Ia=[0,1/6,2/3,1/6];d3.svg.line.radial=function(){var t=fe(De);return t.radius=t.x,delete t.x,t.angle=t.y,delete t.y,t},me.reverse=ve,ve.reverse=me,d3.svg.area=function(){return Le(a)},d3.svg.area.radial=function(){var t=Le(De);return t.radius=t.x,delete t.x,t.innerRadius=t.x0,delete t.x0,t.outerRadius=t.x1,delete t.x1,t.angle=t.y,delete t.y,t.startAngle=t.y0,delete t.y0,t.endAngle=t.y1,delete t.y1,t},d3.svg.chord=function(){function e(t,n){var e=r(this,o,t,n),c=r(this,l,t,n);return"M"+e.p0+u(e.r,e.p1,e.a1-e.a0)+(i(e,c)?a(e.r,e.p1,e.r,e.p0):a(e.r,e.p1,c.r,c.p0)+u(c.r,c.p1,c.a1-c.a0)+a(c.r,c.p1,e.r,e.p0))+"Z"}function r(t,n,e,r){var i=n.call(t,e,r),u=s.call(t,i,r),a=f.call(t,i,r)+Pa,o=h.call(t,i,r)+Pa;return{r:u,a0:a,a1:o,p0:[u*Math.cos(a),u*Math.sin(a)],p1:[u*Math.cos(o),u*Math.sin(o)]}}function i(t,n){return t.a0==n.a0&&t.a1==n.a1}function u(t,n,e){return"A"+t+","+t+" 0 "+ +(e>Ru)+",1 "+n}function a(t,n,e,r){return"Q 0,0 "+r}var o=n,l=t,s=Fe,f=le,h=se;return e.radius=function(t){return arguments.length?(s=c(t),e):s},e.source=function(t){return arguments.length?(o=c(t),e):o},e.target=function(t){return arguments.length?(l=c(t),e):l},e.startAngle=function(t){return arguments.length?(f=c(t),e):f},e.endAngle=function(t){return arguments.length?(h=c(t),e):h},e},d3.svg.diagonal=function(){function e(t,n){var e=r.call(this,t,n),a=i.call(this,t,n),o=(e.y+a.y)/2,c=[e,{x:e.x,y:o},{x:a.x,y:o},a];return c=c.map(u),"M"+c[0]+"C"+c[1]+" "+c[2]+" "+c[3]}var r=n,i=t,u=He;return e.source=function(t){return arguments.length?(r=c(t),e):r},e.target=function(t){return arguments.length?(i=c(t),e):i},e.projection=function(t){return arguments.length?(u=t,e):u},e},d3.svg.diagonal.radial=function(){var t=d3.svg.diagonal(),n=He,e=t.projection;return t.projection=function(t){return arguments.length?e(Re(n=t)):n},t},d3.svg.symbol=function(){function t(t,r){return(Va.get(n.call(this,t,r))||Oe)(e.call(this,t,r))}var n=je,e=Pe;return t.type=function(e){return arguments.length?(n=c(e),t):n},t.size=function(n){return arguments.length?(e=c(n),t):e},t};var Va=d3.map({circle:Oe,cross:function(t){var n=Math.sqrt(t/5)/2;return"M"+-3*n+","+-n+"H"+-n+"V"+-3*n+"H"+n+"V"+-n+"H"+3*n+"V"+n+"H"+n+"V"+3*n+"H"+-n+"V"+n+"H"+-3*n+"Z"},diamond:function(t){var n=Math.sqrt(t/(2*Za)),e=n*Za;return"M0,"+-n+"L"+e+",0"+" 0,"+n+" "+-e+",0"+"Z"},square:function(t){var n=Math.sqrt(t)/2;return"M"+-n+","+-n+"L"+n+","+-n+" "+n+","+n+" "+-n+","+n+"Z"},"triangle-down":function(t){var n=Math.sqrt(t/Xa),e=n*Xa/2;return"M0,"+e+"L"+n+","+-e+" "+-n+","+-e+"Z"},"triangle-up":function(t){var n=Math.sqrt(t/Xa),e=n*Xa/2;return"M0,"+-e+"L"+n+","+e+" "+-n+","+e+"Z"}});d3.svg.symbolTypes=Va.keys();var Xa=Math.sqrt(3),Za=Math.tan(30*ju);d3.svg.axis=function(){function t(t){t.each(function(){var t,f=d3.select(this),h=null==l?e.ticks?e.ticks.apply(e,c):e.domain():l,d=null==n?e.tickFormat?e.tickFormat.apply(e,c):String:n,g=Ie(e,h,s),p=f.selectAll(".minor").data(g,String),m=p.enter().insert("line","g").attr("class","tick minor").style("opacity",1e-6),v=d3.transition(p.exit()).style("opacity",1e-6).remove(),y=d3.transition(p).style("opacity",1),M=f.selectAll("g").data(h,String),b=M.enter().insert("g","path").style("opacity",1e-6),x=d3.transition(M.exit()).style("opacity",1e-6).remove(),_=d3.transition(M).style("opacity",1),w=On(e),S=f.selectAll(".domain").data([0]),k=d3.transition(S),E=e.copy(),A=this.__chart__||E;this.__chart__=E,S.enter().append("path").attr("class","domain"),b.append("line").attr("class","tick"),b.append("text");var N=b.select("line"),T=_.select("line"),q=M.select("text").text(d),C=b.select("text"),z=_.select("text");switch(r){case"bottom":t=Ye,m.attr("y2",u),y.attr("x2",0).attr("y2",u),N.attr("y2",i),C.attr("y",Math.max(i,0)+o),T.attr("x2",0).attr("y2",i),z.attr("x",0).attr("y",Math.max(i,0)+o),q.attr("dy",".71em").style("text-anchor","middle"),k.attr("d","M"+w[0]+","+a+"V0H"+w[1]+"V"+a);break;case"top":t=Ye,m.attr("y2",-u),y.attr("x2",0).attr("y2",-u),N.attr("y2",-i),C.attr("y",-(Math.max(i,0)+o)),T.attr("x2",0).attr("y2",-i),z.attr("x",0).attr("y",-(Math.max(i,0)+o)),q.attr("dy","0em").style("text-anchor","middle"),k.attr("d","M"+w[0]+","+-a+"V0H"+w[1]+"V"+-a);break;case"left":t=Ue,m.attr("x2",-u),y.attr("x2",-u).attr("y2",0),N.attr("x2",-i),C.attr("x",-(Math.max(i,0)+o)),T.attr("x2",-i).attr("y2",0),z.attr("x",-(Math.max(i,0)+o)).attr("y",0),q.attr("dy",".32em").style("text-anchor","end"),k.attr("d","M"+-a+","+w[0]+"H0V"+w[1]+"H"+-a);break;case"right":t=Ue,m.attr("x2",u),y.attr("x2",u).attr("y2",0),N.attr("x2",i),C.attr("x",Math.max(i,0)+o),T.attr("x2",i).attr("y2",0),z.attr("x",Math.max(i,0)+o).attr("y",0),q.attr("dy",".32em").style("text-anchor","start"),k.attr("d","M"+a+","+w[0]+"H0V"+w[1]+"H"+a)}if(e.ticks)b.call(t,A),_.call(t,E),x.call(t,E),m.call(t,A),y.call(t,E),v.call(t,E);else{var D=E.rangeBand()/2,L=function(t){return E(t)+D};b.call(t,L),_.call(t,L)}})}var n,e=d3.scale.linear(),r="bottom",i=6,u=6,a=6,o=3,c=[10],l=null,s=0;return t.scale=function(n){return arguments.length?(e=n,t):e},t.orient=function(n){return arguments.length?(r=n,t):r},t.ticks=function(){return arguments.length?(c=arguments,t):c},t.tickValues=function(n){return arguments.length?(l=n,t):l},t.tickFormat=function(e){return arguments.length?(n=e,t):n},t.tickSize=function(n,e){if(!arguments.length)return i;var r=arguments.length-1;return i=+n,u=r>1?+e:i,a=r>0?+arguments[r]:i,t},t.tickPadding=function(n){return arguments.length?(o=+n,t):o},t.tickSubdivide=function(n){return arguments.length?(s=+n,t):s},t},d3.svg.brush=function(){function t(u){u.each(function(){var u,a=d3.select(this),s=a.selectAll(".background").data([0]),f=a.selectAll(".extent").data([0]),h=a.selectAll(".resize").data(l,String);a.style("pointer-events","all").on("mousedown.brush",i).on("touchstart.brush",i),s.enter().append("rect").attr("class","background").style("visibility","hidden").style("cursor","crosshair"),f.enter().append("rect").attr("class","extent").style("cursor","move"),h.enter().append("g").attr("class",function(t){return"resize "+t}).style("cursor",function(t){return Ba[t]}).append("rect").attr("x",function(t){return/[ew]$/.test(t)?-3:null}).attr("y",function(t){return/^[ns]/.test(t)?-3:null}).attr("width",6).attr("height",6).style("visibility","hidden"),h.style("display",t.empty()?"none":null),h.exit().remove(),o&&(u=On(o),s.attr("x",u[0]).attr("width",u[1]-u[0]),e(a)),c&&(u=On(c),s.attr("y",u[0]).attr("height",u[1]-u[0]),r(a)),n(a)})}function n(t){t.selectAll(".resize").attr("transform",function(t){return"translate("+s[+/e$/.test(t)][0]+","+s[+/^s/.test(t)][1]+")"})}function e(t){t.select(".extent").attr("x",s[0][0]),t.selectAll(".extent,.n>rect,.s>rect").attr("width",s[1][0]-s[0][0])}function r(t){t.select(".extent").attr("y",s[0][1]),t.selectAll(".extent,.e>rect,.w>rect").attr("height",s[1][1]-s[0][1])}function i(){function i(){var t=d3.event.changedTouches;return t?d3.touches(v,t)[0]:d3.mouse(v)}function l(){32==d3.event.keyCode&&(S||(p=null,k[0]-=s[1][0],k[1]-=s[1][1],S=2),R())}function f(){32==d3.event.keyCode&&2==S&&(k[0]+=s[1][0],k[1]+=s[1][1],S=0,R())}function h(){var t=i(),u=!1;m&&(t[0]+=m[0],t[1]+=m[1]),S||(d3.event.altKey?(p||(p=[(s[0][0]+s[1][0])/2,(s[0][1]+s[1][1])/2]),k[0]=s[+(t[0]<p[0])][0],k[1]=s[+(t[1]<p[1])][1]):p=null),_&&d(t,o,0)&&(e(b),u=!0),w&&d(t,c,1)&&(r(b),u=!0),u&&(n(b),M({type:"brush",mode:S?"move":"resize"}))}function d(t,n,e){var r,i,a=On(n),o=a[0],c=a[1],l=k[e],f=s[1][e]-s[0][e];return S&&(o-=l,c-=f+l),r=Math.max(o,Math.min(c,t[e])),S?i=(r+=l)+f:(p&&(l=Math.max(o,Math.min(c,2*p[e]-r))),r>l?(i=r,r=l):i=l),s[0][e]!==r||s[1][e]!==i?(u=null,s[0][e]=r,s[1][e]=i,!0):void 0}function g(){h(),b.style("pointer-events","all").selectAll(".resize").style("display",t.empty()?"none":null),d3.select("body").style("cursor",null),E.on("mousemove.brush",null).on("mouseup.brush",null).on("touchmove.brush",null).on("touchend.brush",null).on("keydown.brush",null).on("keyup.brush",null),M({type:"brushend"}),R()}var p,m,v=this,y=d3.select(d3.event.target),M=a.of(v,arguments),b=d3.select(v),x=y.datum(),_=!/^(n|s)$/.test(x)&&o,w=!/^(e|w)$/.test(x)&&c,S=y.classed("extent"),k=i(),E=d3.select(window).on("mousemove.brush",h).on("mouseup.brush",g).on("touchmove.brush",h).on("touchend.brush",g).on("keydown.brush",l).on("keyup.brush",f);if(S)k[0]=s[0][0]-k[0],k[1]=s[0][1]-k[1];else if(x){var A=+/w$/.test(x),N=+/^n/.test(x);m=[s[1-A][0]-k[0],s[1-N][1]-k[1]],k[0]=s[A][0],k[1]=s[N][1]}else d3.event.altKey&&(p=k.slice());b.style("pointer-events","none").selectAll(".resize").style("display",null),d3.select("body").style("cursor",y.style("cursor")),M({type:"brushstart"}),h(),R()}var u,a=j(t,"brushstart","brush","brushend"),o=null,c=null,l=$a[0],s=[[0,0],[0,0]];return t.x=function(n){return arguments.length?(o=n,l=$a[!o<<1|!c],t):o},t.y=function(n){return arguments.length?(c=n,l=$a[!o<<1|!c],t):c},t.extent=function(n){var e,r,i,a,l;return arguments.length?(u=[[0,0],[0,0]],o&&(e=n[0],r=n[1],c&&(e=e[0],r=r[0]),u[0][0]=e,u[1][0]=r,o.invert&&(e=o(e),r=o(r)),e>r&&(l=e,e=r,r=l),s[0][0]=0|e,s[1][0]=0|r),c&&(i=n[0],a=n[1],o&&(i=i[1],a=a[1]),u[0][1]=i,u[1][1]=a,c.invert&&(i=c(i),a=c(a)),i>a&&(l=i,i=a,a=l),s[0][1]=0|i,s[1][1]=0|a),t):(n=u||s,o&&(e=n[0][0],r=n[1][0],u||(e=s[0][0],r=s[1][0],o.invert&&(e=o.invert(e),r=o.invert(r)),e>r&&(l=e,e=r,r=l))),c&&(i=n[0][1],a=n[1][1],u||(i=s[0][1],a=s[1][1],c.invert&&(i=c.invert(i),a=c.invert(a)),i>a&&(l=i,i=a,a=l))),o&&c?[[e,i],[r,a]]:o?[e,r]:c&&[i,a])},t.clear=function(){return u=null,s[0][0]=s[0][1]=s[1][0]=s[1][1]=0,t},t.empty=function(){return o&&s[0][0]===s[1][0]||c&&s[0][1]===s[1][1]},d3.rebind(t,a,"on")};var Ba={n:"ns-resize",e:"ew-resize",s:"ns-resize",w:"ew-resize",nw:"nwse-resize",ne:"nesw-resize",se:"nwse-resize",sw:"nesw-resize"},$a=[["n","e","s","w","nw","ne","se","sw"],["e","w"],["n","s"],[]];d3.behavior={},d3.behavior.drag=function(){function t(){this.on("mousedown.drag",n).on("touchstart.drag",n)}function n(){function t(){var t=o.parentNode;return null!=s?d3.touches(t).filter(function(t){return t.identifier===s})[0]:d3.mouse(t)}function n(){if(!o.parentNode)return i();var n=t(),e=n[0]-f[0],r=n[1]-f[1];h|=e|r,f=n,R(),c({type:"drag",x:n[0]+a[0],y:n[1]+a[1],dx:e,dy:r})}function i(){c({type:"dragend"}),h&&(R(),d3.event.target===l&&d.on("click.drag",u,!0)),d.on(null!=s?"touchmove.drag-"+s:"mousemove.drag",null).on(null!=s?"touchend.drag-"+s:"mouseup.drag",null)}function u(){R(),d.on("click.drag",null)}var a,o=this,c=e.of(o,arguments),l=d3.event.target,s=d3.event.touches?d3.event.changedTouches[0].identifier:null,f=t(),h=0,d=d3.select(window).on(null!=s?"touchmove.drag-"+s:"mousemove.drag",n).on(null!=s?"touchend.drag-"+s:"mouseup.drag",i,!0);r?(a=r.apply(o,arguments),a=[a.x-f[0],a.y-f[1]]):a=[0,0],null==s&&R(),c({type:"dragstart"})}var e=j(t,"drag","dragstart","dragend"),r=null;return t.origin=function(n){return arguments.length?(r=n,t):r},d3.rebind(t,e,"on")},d3.behavior.zoom=function(){function t(){this.on("mousedown.zoom",o).on("mousewheel.zoom",c).on("mousemove.zoom",l).on("DOMMouseScroll.zoom",c).on("dblclick.zoom",s).on("touchstart.zoom",f).on("touchmove.zoom",h).on("touchend.zoom",f)}function n(t){return[(t[0]-b[0])/x,(t[1]-b[1])/x]}function e(t){return[t[0]*x+b[0],t[1]*x+b[1]]}function r(t){x=Math.max(_[0],Math.min(_[1],t))}function i(t,n){n=e(n),b[0]+=t[0]-n[0],b[1]+=t[1]-n[1]}function u(){m&&m.domain(p.range().map(function(t){return(t-b[0])/x}).map(p.invert)),y&&y.domain(v.range().map(function(t){return(t-b[1])/x}).map(v.invert))}function a(t){u(),d3.event.preventDefault(),t({type:"zoom",scale:x,translate:b})}function o(){function t(){l=1,i(d3.mouse(u),f),a(o)}function e(){l&&R(),s.on("mousemove.zoom",null).on("mouseup.zoom",null),l&&d3.event.target===c&&s.on("click.zoom",r,!0)}function r(){R(),s.on("click.zoom",null)}var u=this,o=w.of(u,arguments),c=d3.event.target,l=0,s=d3.select(window).on("mousemove.zoom",t).on("mouseup.zoom",e),f=n(d3.mouse(u));window.focus(),R()}function c(){d||(d=n(d3.mouse(this))),r(Math.pow(2,.002*Ve())*x),i(d3.mouse(this),d),a(w.of(this,arguments))}function l(){d=null}function s(){var t=d3.mouse(this),e=n(t),u=Math.log(x)/Math.LN2;r(Math.pow(2,d3.event.shiftKey?Math.ceil(u)-1:Math.floor(u)+1)),i(t,e),a(w.of(this,arguments))}function f(){var t=d3.touches(this),e=Date.now();if(g=x,d={},t.forEach(function(t){d[t.identifier]=n(t)}),R(),1===t.length){if(500>e-M){var u=t[0],o=n(t[0]);r(2*x),i(u,o),a(w.of(this,arguments))}M=e}}function h(){var t=d3.touches(this),n=t[0],e=d[n.identifier];if(u=t[1]){var u,o=d[u.identifier];n=[(n[0]+u[0])/2,(n[1]+u[1])/2],e=[(e[0]+o[0])/2,(e[1]+o[1])/2],r(d3.event.scale*g)}i(n,e),M=null,a(w.of(this,arguments))}var d,g,p,m,v,y,M,b=[0,0],x=1,_=Ga,w=j(t,"zoom");return t.translate=function(n){return arguments.length?(b=n.map(Number),u(),t):b},t.scale=function(n){return arguments.length?(x=+n,u(),t):x},t.scaleExtent=function(n){return arguments.length?(_=null==n?Ga:n.map(Number),t):_},t.x=function(n){return arguments.length?(m=n,p=n.copy(),b=[0,0],x=1,t):m},t.y=function(n){return arguments.length?(y=n,v=n.copy(),b=[0,0],x=1,t):y},d3.rebind(t,w,"on")};var Ja,Ga=[0,1/0];d3.layout={},d3.layout.bundle=function(){return function(t){for(var n=[],e=-1,r=t.length;r>++e;)n.push(Xe(t[e]));return n}},d3.layout.chord=function(){function t(){var t,l,f,h,d,g={},p=[],m=d3.range(u),v=[];for(e=[],r=[],t=0,h=-1;u>++h;){for(l=0,d=-1;u>++d;)l+=i[h][d];p.push(l),v.push(d3.range(u)),t+=l}for(a&&m.sort(function(t,n){return a(p[t],p[n])}),o&&v.forEach(function(t,n){t.sort(function(t,e){return o(i[n][t],i[n][e]) -})}),t=(2*Ru-s*u)/t,l=0,h=-1;u>++h;){for(f=l,d=-1;u>++d;){var y=m[h],M=v[y][d],b=i[y][M],x=l,_=l+=b*t;g[y+"-"+M]={index:y,subindex:M,startAngle:x,endAngle:_,value:b}}r[y]={index:y,startAngle:f,endAngle:l,value:(l-f)/t},l+=s}for(h=-1;u>++h;)for(d=h-1;u>++d;){var w=g[h+"-"+d],S=g[d+"-"+h];(w.value||S.value)&&e.push(w.value<S.value?{source:S,target:w}:{source:w,target:S})}c&&n()}function n(){e.sort(function(t,n){return c((t.source.value+t.target.value)/2,(n.source.value+n.target.value)/2)})}var e,r,i,u,a,o,c,l={},s=0;return l.matrix=function(t){return arguments.length?(u=(i=t)&&i.length,e=r=null,l):i},l.padding=function(t){return arguments.length?(s=t,e=r=null,l):s},l.sortGroups=function(t){return arguments.length?(a=t,e=r=null,l):a},l.sortSubgroups=function(t){return arguments.length?(o=t,e=null,l):o},l.sortChords=function(t){return arguments.length?(c=t,e&&n(),l):c},l.chords=function(){return e||t(),e},l.groups=function(){return r||t(),r},l},d3.layout.force=function(){function t(t){return function(n,e,r,i){if(n.point!==t){var u=n.cx-t.x,a=n.cy-t.y,o=1/Math.sqrt(u*u+a*a);if(v>(i-e)*o){var c=n.charge*o*o;return t.px-=u*c,t.py-=a*c,!0}if(n.point&&isFinite(o)){var c=n.pointCharge*o*o;t.px-=u*c,t.py-=a*c}}return!n.charge}}function n(t){t.px=d3.event.x,t.py=d3.event.y,l.resume()}var e,r,i,u,o,l={},s=d3.dispatch("start","tick","end"),f=[1,1],h=.9,d=Qe,g=tr,p=-30,m=.1,v=.8,y=[],M=[];return l.tick=function(){if(.005>(r*=.99))return s.end({type:"end",alpha:r=0}),!0;var n,e,a,c,l,d,g,v,b,x=y.length,_=M.length;for(e=0;_>e;++e)a=M[e],c=a.source,l=a.target,v=l.x-c.x,b=l.y-c.y,(d=v*v+b*b)&&(d=r*u[e]*((d=Math.sqrt(d))-i[e])/d,v*=d,b*=d,l.x-=v*(g=c.weight/(l.weight+c.weight)),l.y-=b*g,c.x+=v*(g=1-g),c.y+=b*g);if((g=r*m)&&(v=f[0]/2,b=f[1]/2,e=-1,g))for(;x>++e;)a=y[e],a.x+=(v-a.x)*g,a.y+=(b-a.y)*g;if(p)for(We(n=d3.geom.quadtree(y),r,o),e=-1;x>++e;)(a=y[e]).fixed||n.visit(t(a));for(e=-1;x>++e;)a=y[e],a.fixed?(a.x=a.px,a.y=a.py):(a.x-=(a.px-(a.px=a.x))*h,a.y-=(a.py-(a.py=a.y))*h);s.tick({type:"tick",alpha:r})},l.nodes=function(t){return arguments.length?(y=t,l):y},l.links=function(t){return arguments.length?(M=t,l):M},l.size=function(t){return arguments.length?(f=t,l):f},l.linkDistance=function(t){return arguments.length?(d=c(t),l):d},l.distance=l.linkDistance,l.linkStrength=function(t){return arguments.length?(g=c(t),l):g},l.friction=function(t){return arguments.length?(h=t,l):h},l.charge=function(t){return arguments.length?(p="function"==typeof t?t:+t,l):p},l.gravity=function(t){return arguments.length?(m=t,l):m},l.theta=function(t){return arguments.length?(v=t,l):v},l.alpha=function(t){return arguments.length?(r?r=t>0?t:0:t>0&&(s.start({type:"start",alpha:r=t}),d3.timer(l.tick)),l):r},l.start=function(){function t(t,r){for(var i,u=n(e),a=-1,o=u.length;o>++a;)if(!isNaN(i=u[a][t]))return i;return Math.random()*r}function n(){if(!a){for(a=[],r=0;s>r;++r)a[r]=[];for(r=0;h>r;++r){var t=M[r];a[t.source.index].push(t.target),a[t.target.index].push(t.source)}}return a[e]}var e,r,a,c,s=y.length,h=M.length,m=f[0],v=f[1];for(e=0;s>e;++e)(c=y[e]).index=e,c.weight=0;for(i=[],u=[],e=0;h>e;++e)c=M[e],"number"==typeof c.source&&(c.source=y[c.source]),"number"==typeof c.target&&(c.target=y[c.target]),i[e]=d.call(this,c,e),u[e]=g.call(this,c,e),++c.source.weight,++c.target.weight;for(e=0;s>e;++e)c=y[e],isNaN(c.x)&&(c.x=t("x",m)),isNaN(c.y)&&(c.y=t("y",v)),isNaN(c.px)&&(c.px=c.x),isNaN(c.py)&&(c.py=c.y);if(o=[],"function"==typeof p)for(e=0;s>e;++e)o[e]=+p.call(this,y[e],e);else for(e=0;s>e;++e)o[e]=p;return l.resume()},l.resume=function(){return l.alpha(.1)},l.stop=function(){return l.alpha(0)},l.drag=function(){e||(e=d3.behavior.drag().origin(a).on("dragstart",$e).on("drag",n).on("dragend",Je)),this.on("mouseover.force",Ge).on("mouseout.force",Ke).call(e)},d3.rebind(l,s,"on")},d3.layout.partition=function(){function t(n,e,r,i){var u=n.children;if(n.x=e,n.y=n.depth*i,n.dx=r,n.dy=i,u&&(a=u.length)){var a,o,c,l=-1;for(r=n.value?r/n.value:0;a>++l;)t(o=u[l],e,c=o.value*r,i),e+=c}}function n(t){var e=t.children,r=0;if(e&&(i=e.length))for(var i,u=-1;i>++u;)r=Math.max(r,n(e[u]));return 1+r}function e(e,u){var a=r.call(this,e,u);return t(a[0],0,i[0],i[1]/n(a[0])),a}var r=d3.layout.hierarchy(),i=[1,1];return e.size=function(t){return arguments.length?(i=t,e):i},hr(e,r)},d3.layout.pie=function(){function t(u){var a=u.map(function(e,r){return+n.call(t,e,r)}),o=+("function"==typeof r?r.apply(this,arguments):r),c=(("function"==typeof i?i.apply(this,arguments):i)-r)/d3.sum(a),l=d3.range(u.length);null!=e&&l.sort(e===Ka?function(t,n){return a[n]-a[t]}:function(t,n){return e(u[t],u[n])});var s=[];return l.forEach(function(t){var n;s[t]={data:u[t],value:n=a[t],startAngle:o,endAngle:o+=n*c}}),s}var n=Number,e=Ka,r=0,i=2*Ru;return t.value=function(e){return arguments.length?(n=e,t):n},t.sort=function(n){return arguments.length?(e=n,t):e},t.startAngle=function(n){return arguments.length?(r=n,t):r},t.endAngle=function(n){return arguments.length?(i=n,t):i},t};var Ka={};d3.layout.stack=function(){function t(a,c){var l=a.map(function(e,r){return n.call(t,e,r)}),s=l.map(function(n){return n.map(function(n,e){return[u.call(t,n,e),o.call(t,n,e)]})}),f=e.call(t,s,c);l=d3.permute(l,f),s=d3.permute(s,f);var h,d,g,p=r.call(t,s,c),m=l.length,v=l[0].length;for(d=0;v>d;++d)for(i.call(t,l[0][d],g=p[d],s[0][d][1]),h=1;m>h;++h)i.call(t,l[h][d],g+=s[h-1][d][1],s[h][d][1]);return a}var n=a,e=ir,r=ur,i=rr,u=nr,o=er;return t.values=function(e){return arguments.length?(n=e,t):n},t.order=function(n){return arguments.length?(e="function"==typeof n?n:Wa.get(n)||ir,t):e},t.offset=function(n){return arguments.length?(r="function"==typeof n?n:Qa.get(n)||ur,t):r},t.x=function(n){return arguments.length?(u=n,t):u},t.y=function(n){return arguments.length?(o=n,t):o},t.out=function(n){return arguments.length?(i=n,t):i},t};var Wa=d3.map({"inside-out":function(t){var n,e,r=t.length,i=t.map(ar),u=t.map(or),a=d3.range(r).sort(function(t,n){return i[t]-i[n]}),o=0,c=0,l=[],s=[];for(n=0;r>n;++n)e=a[n],c>o?(o+=u[e],l.push(e)):(c+=u[e],s.push(e));return s.reverse().concat(l)},reverse:function(t){return d3.range(t.length).reverse()},"default":ir}),Qa=d3.map({silhouette:function(t){var n,e,r,i=t.length,u=t[0].length,a=[],o=0,c=[];for(e=0;u>e;++e){for(n=0,r=0;i>n;n++)r+=t[n][e][1];r>o&&(o=r),a.push(r)}for(e=0;u>e;++e)c[e]=(o-a[e])/2;return c},wiggle:function(t){var n,e,r,i,u,a,o,c,l,s=t.length,f=t[0],h=f.length,d=[];for(d[0]=c=l=0,e=1;h>e;++e){for(n=0,i=0;s>n;++n)i+=t[n][e][1];for(n=0,u=0,o=f[e][0]-f[e-1][0];s>n;++n){for(r=0,a=(t[n][e][1]-t[n][e-1][1])/(2*o);n>r;++r)a+=(t[r][e][1]-t[r][e-1][1])/o;u+=a*t[n][e][1]}d[e]=c-=i?u/i*o:0,l>c&&(l=c)}for(e=0;h>e;++e)d[e]-=l;return d},expand:function(t){var n,e,r,i=t.length,u=t[0].length,a=1/i,o=[];for(e=0;u>e;++e){for(n=0,r=0;i>n;n++)r+=t[n][e][1];if(r)for(n=0;i>n;n++)t[n][e][1]/=r;else for(n=0;i>n;n++)t[n][e][1]=a}for(e=0;u>e;++e)o[e]=0;return o},zero:ur});d3.layout.histogram=function(){function t(t,u){for(var a,o,c=[],l=t.map(e,this),s=r.call(this,l,u),f=i.call(this,s,l,u),u=-1,h=l.length,d=f.length-1,g=n?1:1/h;d>++u;)a=c[u]=[],a.dx=f[u+1]-(a.x=f[u]),a.y=0;if(d>0)for(u=-1;h>++u;)o=l[u],o>=s[0]&&s[1]>=o&&(a=c[d3.bisect(f,o,1,d)-1],a.y+=g,a.push(t[u]));return c}var n=!0,e=Number,r=fr,i=lr;return t.value=function(n){return arguments.length?(e=n,t):e},t.range=function(n){return arguments.length?(r=c(n),t):r},t.bins=function(n){return arguments.length?(i="number"==typeof n?function(t){return sr(t,n)}:c(n),t):i},t.frequency=function(e){return arguments.length?(n=!!e,t):n},t},d3.layout.hierarchy=function(){function t(n,a,o){var c=i.call(e,n,a);if(n.depth=a,o.push(n),c&&(l=c.length)){for(var l,s,f=-1,h=n.children=[],d=0,g=a+1;l>++f;)s=t(c[f],g,o),s.parent=n,h.push(s),d+=s.value;r&&h.sort(r),u&&(n.value=d)}else u&&(n.value=+u.call(e,n,a)||0);return n}function n(t,r){var i=t.children,a=0;if(i&&(o=i.length))for(var o,c=-1,l=r+1;o>++c;)a+=n(i[c],l);else u&&(a=+u.call(e,t,r)||0);return u&&(t.value=a),a}function e(n){var e=[];return t(n,0,e),e}var r=pr,i=dr,u=gr;return e.sort=function(t){return arguments.length?(r=t,e):r},e.children=function(t){return arguments.length?(i=t,e):i},e.value=function(t){return arguments.length?(u=t,e):u},e.revalue=function(t){return n(t,0),t},e},d3.layout.pack=function(){function t(t,i){var u=n.call(this,t,i),a=u[0];a.x=0,a.y=0,Rr(a,function(t){t.r=Math.sqrt(t.value)}),Rr(a,xr);var o=r[0],c=r[1],l=Math.max(2*a.r/o,2*a.r/c);if(e>0){var s=e*l/2;Rr(a,function(t){t.r+=s}),Rr(a,xr),Rr(a,function(t){t.r-=s}),l=Math.max(2*a.r/o,2*a.r/c)}return Sr(a,o/2,c/2,1/l),u}var n=d3.layout.hierarchy().sort(vr),e=0,r=[1,1];return t.size=function(n){return arguments.length?(r=n,t):r},t.padding=function(n){return arguments.length?(e=+n,t):e},hr(t,n)},d3.layout.cluster=function(){function t(t,i){var u,a=n.call(this,t,i),o=a[0],c=0;Rr(o,function(t){var n=t.children;n&&n.length?(t.x=Ar(n),t.y=Er(n)):(t.x=u?c+=e(t,u):0,t.y=0,u=t)});var l=Nr(o),s=Tr(o),f=l.x-e(l,s)/2,h=s.x+e(s,l)/2;return Rr(o,function(t){t.x=(t.x-f)/(h-f)*r[0],t.y=(1-(o.y?t.y/o.y:1))*r[1]}),a}var n=d3.layout.hierarchy().sort(null).value(null),e=qr,r=[1,1];return t.separation=function(n){return arguments.length?(e=n,t):e},t.size=function(n){return arguments.length?(r=n,t):r},hr(t,n)},d3.layout.tree=function(){function t(t,i){function u(t,n){var r=t.children,i=t._tree;if(r&&(a=r.length)){for(var a,c,l,s=r[0],f=s,h=-1;a>++h;)l=r[h],u(l,c),f=o(l,c,f),c=l;Pr(t);var d=.5*(s._tree.prelim+l._tree.prelim);n?(i.prelim=n._tree.prelim+e(t,n),i.mod=i.prelim-d):i.prelim=d}else n&&(i.prelim=n._tree.prelim+e(t,n))}function a(t,n){t.x=t._tree.prelim+n;var e=t.children;if(e&&(r=e.length)){var r,i=-1;for(n+=t._tree.mod;r>++i;)a(e[i],n)}}function o(t,n,r){if(n){for(var i,u=t,a=t,o=n,c=t.parent.children[0],l=u._tree.mod,s=a._tree.mod,f=o._tree.mod,h=c._tree.mod;o=zr(o),u=Cr(u),o&&u;)c=Cr(c),a=zr(a),a._tree.ancestor=t,i=o._tree.prelim+f-u._tree.prelim-l+e(o,u),i>0&&(jr(Or(o,t,r),t,i),l+=i,s+=i),f+=o._tree.mod,l+=u._tree.mod,h+=c._tree.mod,s+=a._tree.mod;o&&!zr(a)&&(a._tree.thread=o,a._tree.mod+=f-s),u&&!Cr(c)&&(c._tree.thread=u,c._tree.mod+=l-h,r=t)}return r}var c=n.call(this,t,i),l=c[0];Rr(l,function(t,n){t._tree={ancestor:t,prelim:0,mod:0,change:0,shift:0,number:n?n._tree.number+1:0}}),u(l),a(l,-l._tree.prelim);var s=Dr(l,Fr),f=Dr(l,Lr),h=Dr(l,Hr),d=s.x-e(s,f)/2,g=f.x+e(f,s)/2,p=h.depth||1;return Rr(l,function(t){t.x=(t.x-d)/(g-d)*r[0],t.y=t.depth/p*r[1],delete t._tree}),c}var n=d3.layout.hierarchy().sort(null).value(null),e=qr,r=[1,1];return t.separation=function(n){return arguments.length?(e=n,t):e},t.size=function(n){return arguments.length?(r=n,t):r},hr(t,n)},d3.layout.treemap=function(){function t(t,n){for(var e,r,i=-1,u=t.length;u>++i;)r=(e=t[i]).value*(0>n?0:n),e.area=isNaN(r)||0>=r?0:r}function n(e){var u=e.children;if(u&&u.length){var a,o,c,l=f(e),s=[],h=u.slice(),g=1/0,p="slice"===d?l.dx:"dice"===d?l.dy:"slice-dice"===d?1&e.depth?l.dy:l.dx:Math.min(l.dx,l.dy);for(t(h,l.dx*l.dy/e.value),s.area=0;(c=h.length)>0;)s.push(a=h[c-1]),s.area+=a.area,"squarify"!==d||g>=(o=r(s,p))?(h.pop(),g=o):(s.area-=s.pop().area,i(s,p,l,!1),p=Math.min(l.dx,l.dy),s.length=s.area=0,g=1/0);s.length&&(i(s,p,l,!0),s.length=s.area=0),u.forEach(n)}}function e(n){var r=n.children;if(r&&r.length){var u,a=f(n),o=r.slice(),c=[];for(t(o,a.dx*a.dy/n.value),c.area=0;u=o.pop();)c.push(u),c.area+=u.area,null!=u.z&&(i(c,u.z?a.dx:a.dy,a,!o.length),c.length=c.area=0);r.forEach(e)}}function r(t,n){for(var e,r=t.area,i=0,u=1/0,a=-1,o=t.length;o>++a;)(e=t[a].area)&&(u>e&&(u=e),e>i&&(i=e));return r*=r,n*=n,r?Math.max(n*i*g/r,r/(n*u*g)):1/0}function i(t,n,e,r){var i,u=-1,a=t.length,o=e.x,l=e.y,s=n?c(t.area/n):0;if(n==e.dx){for((r||s>e.dy)&&(s=e.dy);a>++u;)i=t[u],i.x=o,i.y=l,i.dy=s,o+=i.dx=Math.min(e.x+e.dx-o,s?c(i.area/s):0);i.z=!0,i.dx+=e.x+e.dx-o,e.y+=s,e.dy-=s}else{for((r||s>e.dx)&&(s=e.dx);a>++u;)i=t[u],i.x=o,i.y=l,i.dx=s,l+=i.dy=Math.min(e.y+e.dy-l,s?c(i.area/s):0);i.z=!1,i.dy+=e.y+e.dy-l,e.x+=s,e.dx-=s}}function u(r){var i=a||o(r),u=i[0];return u.x=0,u.y=0,u.dx=l[0],u.dy=l[1],a&&o.revalue(u),t([u],u.dx*u.dy/u.value),(a?e:n)(u),h&&(a=i),i}var a,o=d3.layout.hierarchy(),c=Math.round,l=[1,1],s=null,f=Yr,h=!1,d="squarify",g=.5*(1+Math.sqrt(5));return u.size=function(t){return arguments.length?(l=t,u):l},u.padding=function(t){function n(n){var e=t.call(u,n,n.depth);return null==e?Yr(n):Ur(n,"number"==typeof e?[e,e,e,e]:e)}function e(n){return Ur(n,t)}if(!arguments.length)return s;var r;return f=null==(s=t)?Yr:"function"==(r=typeof t)?n:"number"===r?(t=[t,t,t,t],e):e,u},u.round=function(t){return arguments.length?(c=t?Math.round:Number,u):c!=Number},u.sticky=function(t){return arguments.length?(h=t,a=null,u):h},u.ratio=function(t){return arguments.length?(g=t,u):g},u.mode=function(t){return arguments.length?(d=t+"",u):d},hr(u,o)},d3.csv=Ir(",","text/csv"),d3.tsv=Ir(" ","text/tab-separated-values"),d3.geo={},d3.geo.stream=function(t,n){to.hasOwnProperty(t.type)?to[t.type](t,n):Vr(t,n)};var to={Feature:function(t,n){Vr(t.geometry,n)},FeatureCollection:function(t,n){for(var e=t.features,r=-1,i=e.length;i>++r;)Vr(e[r].geometry,n)}},no={Sphere:function(t,n){n.sphere()},Point:function(t,n){var e=t.coordinates;n.point(e[0],e[1])},MultiPoint:function(t,n){for(var e,r=t.coordinates,i=-1,u=r.length;u>++i;)e=r[i],n.point(e[0],e[1])},LineString:function(t,n){Xr(t.coordinates,n,0)},MultiLineString:function(t,n){for(var e=t.coordinates,r=-1,i=e.length;i>++r;)Xr(e[r],n,0)},Polygon:function(t,n){Zr(t.coordinates,n)},MultiPolygon:function(t,n){for(var e=t.coordinates,r=-1,i=e.length;i>++r;)Zr(e[r],n)},GeometryCollection:function(t,n){for(var e=t.geometries,r=-1,i=e.length;i>++r;)Vr(e[r],n)}};d3.geo.albersUsa=function(){function t(t){return n(t)(t)}function n(t){var n=t[0],a=t[1];return a>50?r:-140>n?i:21>a?u:e}var e=d3.geo.albers(),r=d3.geo.albers().rotate([160,0]).center([0,60]).parallels([55,65]),i=d3.geo.albers().rotate([160,0]).center([0,20]).parallels([8,18]),u=d3.geo.albers().rotate([60,0]).center([0,10]).parallels([8,18]);return t.scale=function(n){return arguments.length?(e.scale(n),r.scale(.6*n),i.scale(n),u.scale(1.5*n),t.translate(e.translate())):e.scale()},t.translate=function(n){if(!arguments.length)return e.translate();var a=e.scale(),o=n[0],c=n[1];return e.translate(n),r.translate([o-.4*a,c+.17*a]),i.translate([o-.19*a,c+.2*a]),u.translate([o+.58*a,c+.43*a]),t},t.scale(e.scale())},(d3.geo.albers=function(){var t=29.5*ju,n=45.5*ju,e=Pi(ei),r=e(t,n);return r.parallels=function(r){return arguments.length?e(t=r[0]*ju,n=r[1]*ju):[t*Ou,n*Ou]},r.rotate([98,0]).center([0,38]).scale(1e3)}).raw=ei;var eo=Vi(function(t){return Math.sqrt(2/(1+t))},function(t){return 2*Math.asin(t/2)});(d3.geo.azimuthalEqualArea=function(){return Ri(eo)}).raw=eo;var ro=Vi(function(t){var n=Math.acos(t);return n&&n/Math.sin(n)},a);(d3.geo.azimuthalEquidistant=function(){return Ri(ro)}).raw=ro,d3.geo.bounds=ri(a),d3.geo.centroid=function(t){io=uo=ao=oo=co=0,d3.geo.stream(t,lo);var n;return uo&&Math.abs(n=Math.sqrt(ao*ao+oo*oo+co*co))>Pu?[Math.atan2(oo,ao)*Ou,Math.asin(Math.max(-1,Math.min(1,co/n)))*Ou]:void 0};var io,uo,ao,oo,co,lo={sphere:function(){2>io&&(io=2,uo=ao=oo=co=0)},point:ii,lineStart:ai,lineEnd:oi,polygonStart:function(){2>io&&(io=2,uo=ao=oo=co=0),lo.lineStart=ui},polygonEnd:function(){lo.lineStart=ai}};d3.geo.circle=function(){function t(){var t="function"==typeof r?r.apply(this,arguments):r,n=Oi(-t[0]*ju,-t[1]*ju,0).invert,i=[];return e(null,null,1,{point:function(t,e){i.push(t=n(t,e)),t[0]*=Ou,t[1]*=Ou}}),{type:"Polygon",coordinates:[i]}}var n,e,r=[0,0],i=6;return t.origin=function(n){return arguments.length?(r=n,t):r},t.angle=function(r){return arguments.length?(e=ci((n=+r)*ju,i*ju),t):n},t.precision=function(r){return arguments.length?(e=ci(n*ju,(i=+r)*ju),t):i},t.angle(90)};var so=si(o,vi,Mi);(d3.geo.equirectangular=function(){return Ri(_i).scale(250/Ru)}).raw=_i.invert=_i;var fo=Vi(function(t){return 1/t},Math.atan);(d3.geo.gnomonic=function(){return Ri(fo)}).raw=fo,d3.geo.graticule=function(){function t(){return{type:"MultiLineString",coordinates:n()}}function n(){return d3.range(Math.ceil(r/c)*c,e,c).map(a).concat(d3.range(Math.ceil(u/l)*l,i,l).map(o))}var e,r,i,u,a,o,c=22.5,l=c,s=2.5;return t.lines=function(){return n().map(function(t){return{type:"LineString",coordinates:t}})},t.outline=function(){return{type:"Polygon",coordinates:[a(r).concat(o(i).slice(1),a(e).reverse().slice(1),o(u).reverse().slice(1))]}},t.extent=function(n){return arguments.length?(r=+n[0][0],e=+n[1][0],u=+n[0][1],i=+n[1][1],r>e&&(n=r,r=e,e=n),u>i&&(n=u,u=i,i=n),t.precision(s)):[[r,u],[e,i]]},t.step=function(n){return arguments.length?(c=+n[0],l=+n[1],t):[c,l]},t.precision=function(n){return arguments.length?(s=+n,a=wi(u,i,s),o=Si(r,e,s),t):s},t.extent([[-180+Pu,-90+Pu],[180-Pu,90-Pu]])},d3.geo.interpolate=function(t,n){return ki(t[0]*ju,t[1]*ju,n[0]*ju,n[1]*ju)},d3.geo.greatArc=function(){function e(){for(var t=r||a.apply(this,arguments),n=i||o.apply(this,arguments),e=u||d3.geo.interpolate(t,n),i=0,l=c/e.distance,s=[t];1>(i+=l);)s.push(e(i));return s.push(n),{type:"LineString",coordinates:s}}var r,i,u,a=n,o=t,c=6*ju;return e.distance=function(){return(u||d3.geo.interpolate(r||a.apply(this,arguments),i||o.apply(this,arguments))).distance},e.source=function(t){return arguments.length?(a=t,r="function"==typeof t?null:t,u=r&&i?d3.geo.interpolate(r,i):null,e):a},e.target=function(t){return arguments.length?(o=t,i="function"==typeof t?null:t,u=r&&i?d3.geo.interpolate(r,i):null,e):o},e.precision=function(t){return arguments.length?(c=t*ju,e):c/ju},e},Ei.invert=function(t,n){return[2*Ru*t,2*Math.atan(Math.exp(2*Ru*n))-Ru/2]},(d3.geo.mercator=function(){return Ri(Ei).scale(500)}).raw=Ei;var ho=Vi(function(){return 1},Math.asin);(d3.geo.orthographic=function(){return Ri(ho)}).raw=ho,d3.geo.path=function(){function t(t){return t&&d3.geo.stream(t,r(i.pointRadius("function"==typeof u?+u.apply(this,arguments):u))),i.result()}var n,e,r,i,u=4.5;return t.area=function(t){return go=0,d3.geo.stream(t,r(mo)),go},t.centroid=function(t){return io=ao=oo=co=0,d3.geo.stream(t,r(vo)),co?[ao/co,oo/co]:void 0},t.bounds=function(t){return ri(r)(t)},t.projection=function(e){return arguments.length?(r=(n=e)?e.stream||Ni(e):a,t):n},t.context=function(n){return arguments.length?(i=null==(e=n)?new Ti:new qi(n),t):e},t.pointRadius=function(n){return arguments.length?(u="function"==typeof n?n:+n,t):u},t.projection(d3.geo.albersUsa()).context(null)};var go,po,mo={point:Pn,lineStart:Pn,lineEnd:Pn,polygonStart:function(){po=0,mo.lineStart=Ci},polygonEnd:function(){mo.lineStart=mo.lineEnd=mo.point=Pn,go+=Math.abs(po/2)}},vo={point:zi,lineStart:Di,lineEnd:Li,polygonStart:function(){vo.lineStart=Fi},polygonEnd:function(){vo.point=zi,vo.lineStart=Di,vo.lineEnd=Li}};d3.geo.area=function(t){return yo=0,d3.geo.stream(t,bo),yo};var yo,Mo,bo={sphere:function(){yo+=4*Ru},point:Pn,lineStart:Pn,lineEnd:Pn,polygonStart:function(){Mo=0,bo.lineStart=Hi},polygonEnd:function(){yo+=0>Mo?4*Ru+Mo:Mo,bo.lineStart=bo.lineEnd=bo.point=Pn}};d3.geo.projection=Ri,d3.geo.projectionMutator=Pi;var xo=Vi(function(t){return 1/(1+t)},function(t){return 2*Math.atan(t)});(d3.geo.stereographic=function(){return Ri(xo)}).raw=xo,d3.geom={},d3.geom.hull=function(t){if(3>t.length)return[];var n,e,r,i,u,a,o,c,l,s,f=t.length,h=f-1,d=[],g=[],p=0;for(n=1;f>n;++n)t[n][1]<t[p][1]?p=n:t[n][1]==t[p][1]&&(p=t[n][0]<t[p][0]?n:p);for(n=0;f>n;++n)n!==p&&(i=t[n][1]-t[p][1],r=t[n][0]-t[p][0],d.push({angle:Math.atan2(i,r),index:n}));for(d.sort(function(t,n){return t.angle-n.angle}),l=d[0].angle,c=d[0].index,o=0,n=1;h>n;++n)e=d[n].index,l==d[n].angle?(r=t[c][0]-t[p][0],i=t[c][1]-t[p][1],u=t[e][0]-t[p][0],a=t[e][1]-t[p][1],r*r+i*i>=u*u+a*a?d[n].index=-1:(d[o].index=-1,l=d[n].angle,o=n,c=e)):(l=d[n].angle,o=n,c=e);for(g.push(p),n=0,e=0;2>n;++e)-1!==d[e].index&&(g.push(d[e].index),n++);for(s=g.length;h>e;++e)if(-1!==d[e].index){for(;!Xi(g[s-2],g[s-1],d[e].index,t);)--s;g[s++]=d[e].index}var m=[];for(n=0;s>n;++n)m.push(t[g[n]]);return m},d3.geom.polygon=function(t){return t.area=function(){for(var n=0,e=t.length,r=t[e-1][1]*t[0][0]-t[e-1][0]*t[0][1];e>++n;)r+=t[n-1][1]*t[n][0]-t[n-1][0]*t[n][1];return.5*r},t.centroid=function(n){var e,r,i=-1,u=t.length,a=0,o=0,c=t[u-1];for(arguments.length||(n=-1/(6*t.area()));u>++i;)e=c,c=t[i],r=e[0]*c[1]-c[0]*e[1],a+=(e[0]+c[0])*r,o+=(e[1]+c[1])*r;return[a*n,o*n]},t.clip=function(n){for(var e,r,i,u,a,o,c=-1,l=t.length,s=t[l-1];l>++c;){for(e=n.slice(),n.length=0,u=t[c],a=e[(i=e.length)-1],r=-1;i>++r;)o=e[r],Zi(o,s,u)?(Zi(a,s,u)||n.push(Bi(a,o,s,u)),n.push(o)):Zi(a,s,u)&&n.push(Bi(a,o,s,u)),a=o;s=u}return n},t},d3.geom.voronoi=function(t){var n=t.map(function(){return[]}),e=1e6;return $i(t,function(t){var r,i,u,a,o,c;1===t.a&&t.b>=0?(r=t.ep.r,i=t.ep.l):(r=t.ep.l,i=t.ep.r),1===t.a?(o=r?r.y:-e,u=t.c-t.b*o,c=i?i.y:e,a=t.c-t.b*c):(u=r?r.x:-e,o=t.c-t.a*u,a=i?i.x:e,c=t.c-t.a*a);var l=[u,o],s=[a,c];n[t.region.l.index].push(l,s),n[t.region.r.index].push(l,s)}),n=n.map(function(n,e){var r=t[e][0],i=t[e][1],u=n.map(function(t){return Math.atan2(t[0]-r,t[1]-i)});return d3.range(n.length).sort(function(t,n){return u[t]-u[n]}).filter(function(t,n,e){return!n||u[t]-u[e[n-1]]>Pu}).map(function(t){return n[t]})}),n.forEach(function(n,r){var i=n.length;if(!i)return n.push([-e,-e],[-e,e],[e,e],[e,-e]);if(!(i>2)){var u=t[r],a=n[0],o=n[1],c=u[0],l=u[1],s=a[0],f=a[1],h=o[0],d=o[1],g=Math.abs(h-s),p=d-f;if(Pu>Math.abs(p)){var m=f>l?-e:e;n.push([-e,m],[e,m])}else if(Pu>g){var v=s>c?-e:e;n.push([v,-e],[v,e])}else{var m=(s-c)*(d-f)>(h-s)*(f-l)?e:-e,y=Math.abs(p)-g;Pu>Math.abs(y)?n.push([0>p?m:-m,m]):(y>0&&(m*=-1),n.push([-e,m],[e,m]))}}}),n};var _o={l:"r",r:"l"};d3.geom.delaunay=function(t){var n=t.map(function(){return[]}),e=[];return $i(t,function(e){n[e.region.l.index].push(t[e.region.r.index])}),n.forEach(function(n,r){var i=t[r],u=i[0],a=i[1];n.forEach(function(t){t.angle=Math.atan2(t[0]-u,t[1]-a)}),n.sort(function(t,n){return t.angle-n.angle});for(var o=0,c=n.length-1;c>o;o++)e.push([i,n[o],n[o+1]])}),e},d3.geom.quadtree=function(t,n,e,r,i){function u(t,n,e,r,i,u){if(!isNaN(n.x)&&!isNaN(n.y))if(t.leaf){var o=t.point;o?.01>Math.abs(o.x-n.x)+Math.abs(o.y-n.y)?a(t,n,e,r,i,u):(t.point=null,a(t,o,e,r,i,u),a(t,n,e,r,i,u)):t.point=n}else a(t,n,e,r,i,u)}function a(t,n,e,r,i,a){var o=.5*(e+i),c=.5*(r+a),l=n.x>=o,s=n.y>=c,f=(s<<1)+l;t.leaf=!1,t=t.nodes[f]||(t.nodes[f]=Ji()),l?e=o:i=o,s?r=c:a=c,u(t,n,e,r,i,a)}var o,c=-1,l=t.length;if(5>arguments.length)if(3===arguments.length)i=e,r=n,e=n=0;else for(n=e=1/0,r=i=-1/0;l>++c;)o=t[c],n>o.x&&(n=o.x),e>o.y&&(e=o.y),o.x>r&&(r=o.x),o.y>i&&(i=o.y);var s=r-n,f=i-e;s>f?i=e+s:r=n+f;var h=Ji();return h.add=function(t){u(h,t,n,e,r,i)},h.visit=function(t){Gi(t,h,n,e,r,i)},t.forEach(h.add),h},d3.time={};var wo=Date,So=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"];Ki.prototype={getDate:function(){return this._.getUTCDate()},getDay:function(){return this._.getUTCDay()},getFullYear:function(){return this._.getUTCFullYear()},getHours:function(){return this._.getUTCHours()},getMilliseconds:function(){return this._.getUTCMilliseconds()},getMinutes:function(){return this._.getUTCMinutes()},getMonth:function(){return this._.getUTCMonth()},getSeconds:function(){return this._.getUTCSeconds()},getTime:function(){return this._.getTime()},getTimezoneOffset:function(){return 0},valueOf:function(){return this._.valueOf()},setDate:function(){ko.setUTCDate.apply(this._,arguments)},setDay:function(){ko.setUTCDay.apply(this._,arguments)},setFullYear:function(){ko.setUTCFullYear.apply(this._,arguments)},setHours:function(){ko.setUTCHours.apply(this._,arguments)},setMilliseconds:function(){ko.setUTCMilliseconds.apply(this._,arguments)},setMinutes:function(){ko.setUTCMinutes.apply(this._,arguments)},setMonth:function(){ko.setUTCMonth.apply(this._,arguments)},setSeconds:function(){ko.setUTCSeconds.apply(this._,arguments)},setTime:function(){ko.setTime.apply(this._,arguments)}};var ko=Date.prototype,Eo="%a %b %e %X %Y",Ao="%m/%d/%Y",No="%H:%M:%S",To=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],qo=["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],Co=["January","February","March","April","May","June","July","August","September","October","November","December"],zo=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];d3.time.format=function(t){function n(n){for(var r,i,u,a=[],o=-1,c=0;e>++o;)37===t.charCodeAt(o)&&(a.push(t.substring(c,o)),null!=(i=jo[r=t.charAt(++o)])&&(r=t.charAt(++o)),(u=Oo[r])&&(r=u(n,null==i?"e"===r?" ":"0":i)),a.push(r),c=o+1);return a.push(t.substring(c,o)),a.join("")}var e=t.length;return n.parse=function(n){var e={y:1900,m:0,d:1,H:0,M:0,S:0,L:0},r=Wi(e,t,n,0);if(r!=n.length)return null;"p"in e&&(e.H=e.H%12+12*e.p);var i=new wo;return i.setFullYear(e.y,e.m,e.d),i.setHours(e.H,e.M,e.S,e.L),i},n.toString=function(){return t},n};var Do=Qi(To),Lo=Qi(qo),Fo=Qi(Co),Ho=tu(Co),Ro=Qi(zo),Po=tu(zo),jo={"-":"",_:" ",0:"0"},Oo={a:function(t){return qo[t.getDay()]},A:function(t){return To[t.getDay()]},b:function(t){return zo[t.getMonth()]},B:function(t){return Co[t.getMonth()]},c:d3.time.format(Eo),d:function(t,n){return nu(t.getDate(),n,2)},e:function(t,n){return nu(t.getDate(),n,2)},H:function(t,n){return nu(t.getHours(),n,2)},I:function(t,n){return nu(t.getHours()%12||12,n,2)},j:function(t,n){return nu(1+d3.time.dayOfYear(t),n,3)},L:function(t,n){return nu(t.getMilliseconds(),n,3)},m:function(t,n){return nu(t.getMonth()+1,n,2)},M:function(t,n){return nu(t.getMinutes(),n,2)},p:function(t){return t.getHours()>=12?"PM":"AM"},S:function(t,n){return nu(t.getSeconds(),n,2)},U:function(t,n){return nu(d3.time.sundayOfYear(t),n,2)},w:function(t){return t.getDay()},W:function(t,n){return nu(d3.time.mondayOfYear(t),n,2)},x:d3.time.format(Ao),X:d3.time.format(No),y:function(t,n){return nu(t.getFullYear()%100,n,2)},Y:function(t,n){return nu(t.getFullYear()%1e4,n,4)},Z:Mu,"%":function(){return"%"}},Yo={a:eu,A:ru,b:iu,B:uu,c:au,d:du,e:du,H:gu,I:gu,L:vu,m:hu,M:pu,p:yu,S:mu,x:ou,X:cu,y:su,Y:lu},Uo=/^\s*\d+/,Io=d3.map({am:0,pm:1});d3.time.format.utc=function(t){function n(t){try{wo=Ki;var n=new wo;return n._=t,e(n)}finally{wo=Date}}var e=d3.time.format(t);return n.parse=function(t){try{wo=Ki;var n=e.parse(t);return n&&n._}finally{wo=Date}},n.toString=e.toString,n};var Vo=d3.time.format.utc("%Y-%m-%dT%H:%M:%S.%LZ");d3.time.format.iso=Date.prototype.toISOString?bu:Vo,bu.parse=function(t){var n=new Date(t);return isNaN(n)?null:n},bu.toString=Vo.toString,d3.time.second=xu(function(t){return new wo(1e3*Math.floor(t/1e3))},function(t,n){t.setTime(t.getTime()+1e3*Math.floor(n))},function(t){return t.getSeconds()}),d3.time.seconds=d3.time.second.range,d3.time.seconds.utc=d3.time.second.utc.range,d3.time.minute=xu(function(t){return new wo(6e4*Math.floor(t/6e4))},function(t,n){t.setTime(t.getTime()+6e4*Math.floor(n))},function(t){return t.getMinutes()}),d3.time.minutes=d3.time.minute.range,d3.time.minutes.utc=d3.time.minute.utc.range,d3.time.hour=xu(function(t){var n=t.getTimezoneOffset()/60;return new wo(36e5*(Math.floor(t/36e5-n)+n))},function(t,n){t.setTime(t.getTime()+36e5*Math.floor(n))},function(t){return t.getHours()}),d3.time.hours=d3.time.hour.range,d3.time.hours.utc=d3.time.hour.utc.range,d3.time.day=xu(function(t){var n=new wo(1970,0);return n.setFullYear(t.getFullYear(),t.getMonth(),t.getDate()),n},function(t,n){t.setDate(t.getDate()+n)},function(t){return t.getDate()-1}),d3.time.days=d3.time.day.range,d3.time.days.utc=d3.time.day.utc.range,d3.time.dayOfYear=function(t){var n=d3.time.year(t);return Math.floor((t-n-6e4*(t.getTimezoneOffset()-n.getTimezoneOffset()))/864e5)},So.forEach(function(t,n){t=t.toLowerCase(),n=7-n;var e=d3.time[t]=xu(function(t){return(t=d3.time.day(t)).setDate(t.getDate()-(t.getDay()+n)%7),t},function(t,n){t.setDate(t.getDate()+7*Math.floor(n))},function(t){var e=d3.time.year(t).getDay();return Math.floor((d3.time.dayOfYear(t)+(e+n)%7)/7)-(e!==n)});d3.time[t+"s"]=e.range,d3.time[t+"s"].utc=e.utc.range,d3.time[t+"OfYear"]=function(t){var e=d3.time.year(t).getDay();return Math.floor((d3.time.dayOfYear(t)+(e+n)%7)/7)}}),d3.time.week=d3.time.sunday,d3.time.weeks=d3.time.sunday.range,d3.time.weeks.utc=d3.time.sunday.utc.range,d3.time.weekOfYear=d3.time.sundayOfYear,d3.time.month=xu(function(t){return t=d3.time.day(t),t.setDate(1),t},function(t,n){t.setMonth(t.getMonth()+n)},function(t){return t.getMonth()}),d3.time.months=d3.time.month.range,d3.time.months.utc=d3.time.month.utc.range,d3.time.year=xu(function(t){return t=d3.time.day(t),t.setMonth(0,1),t},function(t,n){t.setFullYear(t.getFullYear()+n)},function(t){return t.getFullYear()}),d3.time.years=d3.time.year.range,d3.time.years.utc=d3.time.year.utc.range;var Xo=[1e3,5e3,15e3,3e4,6e4,3e5,9e5,18e5,36e5,108e5,216e5,432e5,864e5,1728e5,6048e5,2592e6,7776e6,31536e6],Zo=[[d3.time.second,1],[d3.time.second,5],[d3.time.second,15],[d3.time.second,30],[d3.time.minute,1],[d3.time.minute,5],[d3.time.minute,15],[d3.time.minute,30],[d3.time.hour,1],[d3.time.hour,3],[d3.time.hour,6],[d3.time.hour,12],[d3.time.day,1],[d3.time.day,2],[d3.time.week,1],[d3.time.month,1],[d3.time.month,3],[d3.time.year,1]],Bo=[[d3.time.format("%Y"),o],[d3.time.format("%B"),function(t){return t.getMonth()}],[d3.time.format("%b %d"),function(t){return 1!=t.getDate()}],[d3.time.format("%a %d"),function(t){return t.getDay()&&1!=t.getDate()}],[d3.time.format("%I %p"),function(t){return t.getHours()}],[d3.time.format("%I:%M"),function(t){return t.getMinutes()}],[d3.time.format(":%S"),function(t){return t.getSeconds()}],[d3.time.format(".%L"),function(t){return t.getMilliseconds()}]],$o=d3.scale.linear(),Jo=Eu(Bo);Zo.year=function(t,n){return $o.domain(t.map(Nu)).ticks(n).map(Au)},d3.time.scale=function(){return wu(d3.scale.linear(),Zo,Jo)};var Go=Zo.map(function(t){return[t[0].utc,t[1]]}),Ko=[[d3.time.format.utc("%Y"),o],[d3.time.format.utc("%B"),function(t){return t.getUTCMonth()}],[d3.time.format.utc("%b %d"),function(t){return 1!=t.getUTCDate()}],[d3.time.format.utc("%a %d"),function(t){return t.getUTCDay()&&1!=t.getUTCDate()}],[d3.time.format.utc("%I %p"),function(t){return t.getUTCHours()}],[d3.time.format.utc("%I:%M"),function(t){return t.getUTCMinutes()}],[d3.time.format.utc(":%S"),function(t){return t.getUTCSeconds()}],[d3.time.format.utc(".%L"),function(t){return t.getUTCMilliseconds()}]],Wo=Eu(Ko);Go.year=function(t,n){return $o.domain(t.map(qu)).ticks(n).map(Tu)},d3.time.scale.utc=function(){return wu(d3.scale.linear(),Go,Wo)}})();;!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).i18next=t()}(this,function(){"use strict";function e(t){return(e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(t)}function t(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function n(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function r(e,t,r){return t&&n(e.prototype,t),r&&n(e,r),Object.defineProperty(e,"prototype",{writable:!1}),e}function o(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function i(e,t){return(i=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function a(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&i(e,t)}function s(t,n){if(n&&("object"===e(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return o(t)}function u(e){return(u=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function c(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function l(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function f(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?l(Object(n),!0).forEach(function(t){c(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):l(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}var p={type:"logger",log:function(e){this.output("log",e)},warn:function(e){this.output("warn",e)},error:function(e){this.output("error",e)},output:function(e,t){console&&console[e]&&console[e].apply(console,t)}},g=new(function(){function e(n){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};t(this,e),this.init(n,r)}return r(e,[{key:"init",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};this.prefix=t.prefix||"i18next:",this.logger=e||p,this.options=t,this.debug=t.debug}},{key:"setDebug",value:function(e){this.debug=e}},{key:"log",value:function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return this.forward(t,"log","",!0)}},{key:"warn",value:function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return this.forward(t,"warn","",!0)}},{key:"error",value:function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return this.forward(t,"error","")}},{key:"deprecate",value:function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return this.forward(t,"warn","WARNING DEPRECATED: ",!0)}},{key:"forward",value:function(e,t,n,r){return r&&!this.debug?null:("string"==typeof e[0]&&(e[0]="".concat(n).concat(this.prefix," ").concat(e[0])),this.logger[t](e))}},{key:"create",value:function(t){return new e(this.logger,f(f({},{prefix:"".concat(this.prefix,":").concat(t,":")}),this.options))}}]),e}()),h=function(){function e(){t(this,e),this.observers={}}return r(e,[{key:"on",value:function(e,t){var n=this;return e.split(" ").forEach(function(e){n.observers[e]=n.observers[e]||[],n.observers[e].push(t)}),this}},{key:"off",value:function(e,t){this.observers[e]&&(t?this.observers[e]=this.observers[e].filter(function(e){return e!==t}):delete this.observers[e])}},{key:"emit",value:function(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];this.observers[e]&&[].concat(this.observers[e]).forEach(function(e){e.apply(void 0,n)});this.observers["*"]&&[].concat(this.observers["*"]).forEach(function(t){t.apply(t,[e].concat(n))})}}]),e}();function d(){var e,t,n=new Promise(function(n,r){e=n,t=r});return n.resolve=e,n.reject=t,n}function v(e){return null==e?"":""+e}function y(e,t,n){function r(e){return e&&e.indexOf("###")>-1?e.replace(/###/g,"."):e}function o(){return!e||"string"==typeof e}for(var i="string"!=typeof t?[].concat(t):t.split(".");i.length>1;){if(o())return{};var a=r(i.shift());!e[a]&&n&&(e[a]=new n),e=Object.prototype.hasOwnProperty.call(e,a)?e[a]:{}}return o()?{}:{obj:e,k:r(i.shift())}}function m(e,t,n){var r=y(e,t,Object);r.obj[r.k]=n}function b(e,t){var n=y(e,t),r=n.obj,o=n.k;if(r)return r[o]}function O(e,t,n){var r=b(e,n);return void 0!==r?r:b(t,n)}function k(e){return e.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&")}var w={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;","/":"&#x2F;"};function x(e){return"string"==typeof e?e.replace(/[&<>"'\/]/g,function(e){return w[e]}):e}var S="undefined"!=typeof window&&window.navigator&&void 0===window.navigator.userAgentData&&window.navigator.userAgent&&window.navigator.userAgent.indexOf("MSIE")>-1,j=[" ",",","?","!",";"];function P(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function L(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?P(Object(n),!0).forEach(function(t){c(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):P(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function R(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}();return function(){var n,r=u(e);if(t){var o=u(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return s(this,n)}}var N=function(e){a(i,h);var n=R(i);function i(e){var r,a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{ns:["translation"],defaultNS:"translation"};return t(this,i),r=n.call(this),S&&h.call(o(r)),r.data=e||{},r.options=a,void 0===r.options.keySeparator&&(r.options.keySeparator="."),void 0===r.options.ignoreJSONStructure&&(r.options.ignoreJSONStructure=!0),r}return r(i,[{key:"addNamespaces",value:function(e){this.options.ns.indexOf(e)<0&&this.options.ns.push(e)}},{key:"removeNamespaces",value:function(e){var t=this.options.ns.indexOf(e);t>-1&&this.options.ns.splice(t,1)}},{key:"getResource",value:function(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},o=void 0!==r.keySeparator?r.keySeparator:this.options.keySeparator,i=void 0!==r.ignoreJSONStructure?r.ignoreJSONStructure:this.options.ignoreJSONStructure,a=[e,t];n&&"string"!=typeof n&&(a=a.concat(n)),n&&"string"==typeof n&&(a=a.concat(o?n.split(o):n)),e.indexOf(".")>-1&&(a=e.split("."));var s=b(this.data,a);return s||!i||"string"!=typeof n?s:function e(t,n){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:".";if(t){if(t[n])return t[n];for(var o=n.split(r),i=t,a=0;a<o.length;++a){if(!i)return;if("string"==typeof i[o[a]]&&a+1<o.length)return;if(void 0===i[o[a]]){for(var s=2,u=o.slice(a,a+s).join(r),c=i[u];void 0===c&&o.length>a+s;)s++,c=i[u=o.slice(a,a+s).join(r)];if(void 0===c)return;if(null===c)return null;if(n.endsWith(u)){if("string"==typeof c)return c;if(u&&"string"==typeof c[u])return c[u]}var l=o.slice(a+s).join(r);return l?e(c,l,r):void 0}i=i[o[a]]}return i}}(this.data&&this.data[e]&&this.data[e][t],n,o)}},{key:"addResource",value:function(e,t,n,r){var o=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{silent:!1},i=this.options.keySeparator;void 0===i&&(i=".");var a=[e,t];n&&(a=a.concat(i?n.split(i):n)),e.indexOf(".")>-1&&(r=t,t=(a=e.split("."))[1]),this.addNamespaces(t),m(this.data,a,r),o.silent||this.emit("added",e,t,n,r)}},{key:"addResources",value:function(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{silent:!1};for(var o in n)"string"!=typeof n[o]&&"[object Array]"!==Object.prototype.toString.apply(n[o])||this.addResource(e,t,o,n[o],{silent:!0});r.silent||this.emit("added",e,t,n)}},{key:"addResourceBundle",value:function(e,t,n,r,o){var i=arguments.length>5&&void 0!==arguments[5]?arguments[5]:{silent:!1},a=[e,t];e.indexOf(".")>-1&&(r=n,n=t,t=(a=e.split("."))[1]),this.addNamespaces(t);var s=b(this.data,a)||{};r?function e(t,n,r){for(var o in n)"__proto__"!==o&&"constructor"!==o&&(o in t?"string"==typeof t[o]||t[o]instanceof String||"string"==typeof n[o]||n[o]instanceof String?r&&(t[o]=n[o]):e(t[o],n[o],r):t[o]=n[o]);return t}(s,n,o):s=L(L({},s),n),m(this.data,a,s),i.silent||this.emit("added",e,t,n)}},{key:"removeResourceBundle",value:function(e,t){this.hasResourceBundle(e,t)&&delete this.data[e][t],this.removeNamespaces(t),this.emit("removed",e,t)}},{key:"hasResourceBundle",value:function(e,t){return void 0!==this.getResource(e,t)}},{key:"getResourceBundle",value:function(e,t){return t||(t=this.options.defaultNS),"v1"===this.options.compatibilityAPI?L(L({},{}),this.getResource(e,t)):this.getResource(e,t)}},{key:"getDataByLanguage",value:function(e){return this.data[e]}},{key:"hasLanguageSomeTranslations",value:function(e){var t=this.getDataByLanguage(e);return!!(t&&Object.keys(t)||[]).find(function(e){return t[e]&&Object.keys(t[e]).length>0})}},{key:"toJSON",value:function(){return this.data}}]),i}(),C={processors:{},addPostProcessor:function(e){this.processors[e.name]=e},handle:function(e,t,n,r,o){var i=this;return e.forEach(function(e){i.processors[e]&&(t=i.processors[e].process(t,n,r,o))}),t}};function E(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function D(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?E(Object(n),!0).forEach(function(t){c(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):E(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function F(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}();return function(){var n,r=u(e);if(t){var o=u(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return s(this,n)}}var I={},A=function(n){a(s,h);var i=F(s);function s(e){var n,r,a,u,c=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return t(this,s),n=i.call(this),S&&h.call(o(n)),r=["resourceStore","languageUtils","pluralResolver","interpolator","backendConnector","i18nFormat","utils"],a=e,u=o(n),r.forEach(function(e){a[e]&&(u[e]=a[e])}),n.options=c,void 0===n.options.keySeparator&&(n.options.keySeparator="."),n.logger=g.create("translator"),n}return r(s,[{key:"changeLanguage",value:function(e){e&&(this.language=e)}},{key:"exists",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{interpolation:{}};if(null==e)return!1;var n=this.resolve(e,t);return n&&void 0!==n.res}},{key:"extractFromKey",value:function(e,t){var n=void 0!==t.nsSeparator?t.nsSeparator:this.options.nsSeparator;void 0===n&&(n=":");var r=void 0!==t.keySeparator?t.keySeparator:this.options.keySeparator,o=t.ns||this.options.defaultNS||[],i=n&&e.indexOf(n)>-1,a=!(this.options.userDefinedKeySeparator||t.keySeparator||this.options.userDefinedNsSeparator||t.nsSeparator||function(e,t,n){t=t||"",n=n||"";var r=j.filter(function(e){return t.indexOf(e)<0&&n.indexOf(e)<0});if(0===r.length)return!0;var o=new RegExp("(".concat(r.map(function(e){return"?"===e?"\\?":e}).join("|"),")")),i=!o.test(e);if(!i){var a=e.indexOf(n);a>0&&!o.test(e.substring(0,a))&&(i=!0)}return i}(e,n,r));if(i&&!a){var s=e.match(this.interpolator.nestingRegexp);if(s&&s.length>0)return{key:e,namespaces:o};var u=e.split(n);(n!==r||n===r&&this.options.ns.indexOf(u[0])>-1)&&(o=u.shift()),e=u.join(r)}return"string"==typeof o&&(o=[o]),{key:e,namespaces:o}}},{key:"translate",value:function(t,n,r){var o=this;if("object"!==e(n)&&this.options.overloadTranslationOptionHandler&&(n=this.options.overloadTranslationOptionHandler(arguments)),n||(n={}),null==t)return"";Array.isArray(t)||(t=[String(t)]);var i=void 0!==n.returnDetails?n.returnDetails:this.options.returnDetails,a=void 0!==n.keySeparator?n.keySeparator:this.options.keySeparator,u=this.extractFromKey(t[t.length-1],n),c=u.key,l=u.namespaces,f=l[l.length-1],p=n.lng||this.language,g=n.appendNamespaceToCIMode||this.options.appendNamespaceToCIMode;if(p&&"cimode"===p.toLowerCase()){if(g){var h=n.nsSeparator||this.options.nsSeparator;return i?(d.res="".concat(f).concat(h).concat(c),d):"".concat(f).concat(h).concat(c)}return i?(d.res=c,d):c}var d=this.resolve(t,n),v=d&&d.res,y=d&&d.usedKey||c,m=d&&d.exactUsedKey||c,b=Object.prototype.toString.apply(v),O=void 0!==n.joinArrays?n.joinArrays:this.options.joinArrays,k=!this.i18nFormat||this.i18nFormat.handleAsObject;if(k&&v&&("string"!=typeof v&&"boolean"!=typeof v&&"number"!=typeof v)&&["[object Number]","[object Function]","[object RegExp]"].indexOf(b)<0&&("string"!=typeof O||"[object Array]"!==b)){if(!n.returnObjects&&!this.options.returnObjects){this.options.returnedObjectHandler||this.logger.warn("accessing an object - but returnObjects options is not enabled!");var w=this.options.returnedObjectHandler?this.options.returnedObjectHandler(y,v,D(D({},n),{},{ns:l})):"key '".concat(c," (").concat(this.language,")' returned an object instead of string.");return i?(d.res=w,d):w}if(a){var x="[object Array]"===b,S=x?[]:{},j=x?m:y;for(var P in v)if(Object.prototype.hasOwnProperty.call(v,P)){var L="".concat(j).concat(a).concat(P);S[P]=this.translate(L,D(D({},n),{joinArrays:!1,ns:l})),S[P]===L&&(S[P]=v[P])}v=S}}else if(k&&"string"==typeof O&&"[object Array]"===b)(v=v.join(O))&&(v=this.extendTranslation(v,t,n,r));else{var R=!1,N=!1,C=void 0!==n.count&&"string"!=typeof n.count,E=s.hasDefaultValue(n),F=C?this.pluralResolver.getSuffix(p,n.count,n):"",I=n["defaultValue".concat(F)]||n.defaultValue;!this.isValidLookup(v)&&E&&(R=!0,v=I),this.isValidLookup(v)||(N=!0,v=c);var A=(n.missingKeyNoValueFallbackToKey||this.options.missingKeyNoValueFallbackToKey)&&N?void 0:v,T=E&&I!==v&&this.options.updateMissing;if(N||R||T){if(this.logger.log(T?"updateKey":"missingKey",p,f,c,T?I:v),a){var V=this.resolve(c,D(D({},n),{},{keySeparator:!1}));V&&V.res&&this.logger.warn("Seems the loaded translations were in flat JSON format instead of nested. Either set keySeparator: false on init or make sure your translations are published in nested format.")}var U=[],K=this.languageUtils.getFallbackCodes(this.options.fallbackLng,n.lng||this.language);if("fallback"===this.options.saveMissingTo&&K&&K[0])for(var B=0;B<K.length;B++)U.push(K[B]);else"all"===this.options.saveMissingTo?U=this.languageUtils.toResolveHierarchy(n.lng||this.language):U.push(n.lng||this.language);var M=function(e,t,r){var i=E&&r!==v?r:A;o.options.missingKeyHandler?o.options.missingKeyHandler(e,f,t,i,T,n):o.backendConnector&&o.backendConnector.saveMissing&&o.backendConnector.saveMissing(e,f,t,i,T,n),o.emit("missingKey",e,f,t,v)};this.options.saveMissing&&(this.options.saveMissingPlurals&&C?U.forEach(function(e){o.pluralResolver.getSuffixes(e,n).forEach(function(t){M([e],c+t,n["defaultValue".concat(t)]||I)})}):M(U,c,I))}v=this.extendTranslation(v,t,n,d,r),N&&v===c&&this.options.appendNamespaceToMissingKey&&(v="".concat(f,":").concat(c)),(N||R)&&this.options.parseMissingKeyHandler&&(v="v1"!==this.options.compatibilityAPI?this.options.parseMissingKeyHandler(this.options.appendNamespaceToMissingKey?"".concat(f,":").concat(c):c,R?v:void 0):this.options.parseMissingKeyHandler(v))}return i?(d.res=v,d):v}},{key:"extendTranslation",value:function(e,t,n,r,o){var i=this;if(this.i18nFormat&&this.i18nFormat.parse)e=this.i18nFormat.parse(e,D(D({},this.options.interpolation.defaultVariables),n),r.usedLng,r.usedNS,r.usedKey,{resolved:r});else if(!n.skipInterpolation){n.interpolation&&this.interpolator.init(D(D({},n),{interpolation:D(D({},this.options.interpolation),n.interpolation)}));var a,s="string"==typeof e&&(n&&n.interpolation&&void 0!==n.interpolation.skipOnVariables?n.interpolation.skipOnVariables:this.options.interpolation.skipOnVariables);if(s){var u=e.match(this.interpolator.nestingRegexp);a=u&&u.length}var c=n.replace&&"string"!=typeof n.replace?n.replace:n;if(this.options.interpolation.defaultVariables&&(c=D(D({},this.options.interpolation.defaultVariables),c)),e=this.interpolator.interpolate(e,c,n.lng||this.language,n),s){var l=e.match(this.interpolator.nestingRegexp);a<(l&&l.length)&&(n.nest=!1)}!1!==n.nest&&(e=this.interpolator.nest(e,function(){for(var e=arguments.length,r=new Array(e),a=0;a<e;a++)r[a]=arguments[a];return o&&o[0]===r[0]&&!n.context?(i.logger.warn("It seems you are nesting recursively key: ".concat(r[0]," in key: ").concat(t[0])),null):i.translate.apply(i,r.concat([t]))},n)),n.interpolation&&this.interpolator.reset()}var f=n.postProcess||this.options.postProcess,p="string"==typeof f?[f]:f;return null!=e&&p&&p.length&&!1!==n.applyPostProcessor&&(e=C.handle(p,e,t,this.options&&this.options.postProcessPassResolved?D({i18nResolved:r},n):n,this)),e}},{key:"resolve",value:function(e){var t,n,r,o,i,a=this,s=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return"string"==typeof e&&(e=[e]),e.forEach(function(e){if(!a.isValidLookup(t)){var u=a.extractFromKey(e,s),c=u.key;n=c;var l=u.namespaces;a.options.fallbackNS&&(l=l.concat(a.options.fallbackNS));var f=void 0!==s.count&&"string"!=typeof s.count,p=f&&!s.ordinal&&0===s.count&&a.pluralResolver.shouldUseIntlApi(),g=void 0!==s.context&&("string"==typeof s.context||"number"==typeof s.context)&&""!==s.context,h=s.lngs?s.lngs:a.languageUtils.toResolveHierarchy(s.lng||a.language,s.fallbackLng);l.forEach(function(e){a.isValidLookup(t)||(i=e,!I["".concat(h[0],"-").concat(e)]&&a.utils&&a.utils.hasLoadedNamespace&&!a.utils.hasLoadedNamespace(i)&&(I["".concat(h[0],"-").concat(e)]=!0,a.logger.warn('key "'.concat(n,'" for languages "').concat(h.join(", "),'" won\'t get resolved as namespace "').concat(i,'" was not yet loaded'),"This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!")),h.forEach(function(n){if(!a.isValidLookup(t)){o=n;var i,u=[c];if(a.i18nFormat&&a.i18nFormat.addLookupKeys)a.i18nFormat.addLookupKeys(u,c,n,e,s);else{var l;f&&(l=a.pluralResolver.getSuffix(n,s.count,s));var h="".concat(a.options.pluralSeparator,"zero");if(f&&(u.push(c+l),p&&u.push(c+h)),g){var d="".concat(c).concat(a.options.contextSeparator).concat(s.context);u.push(d),f&&(u.push(d+l),p&&u.push(d+h))}}for(;i=u.pop();)a.isValidLookup(t)||(r=i,t=a.getResource(n,e,i,s))}}))})}}),{res:t,usedKey:n,exactUsedKey:r,usedLng:o,usedNS:i}}},{key:"isValidLookup",value:function(e){return!(void 0===e||!this.options.returnNull&&null===e||!this.options.returnEmptyString&&""===e)}},{key:"getResource",value:function(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return this.i18nFormat&&this.i18nFormat.getResource?this.i18nFormat.getResource(e,t,n,r):this.resourceStore.getResource(e,t,n,r)}}],[{key:"hasDefaultValue",value:function(e){for(var t in e)if(Object.prototype.hasOwnProperty.call(e,t)&&"defaultValue"===t.substring(0,"defaultValue".length)&&void 0!==e[t])return!0;return!1}}]),s}();function T(e){return e.charAt(0).toUpperCase()+e.slice(1)}var V=function(){function e(n){t(this,e),this.options=n,this.supportedLngs=this.options.supportedLngs||!1,this.logger=g.create("languageUtils")}return r(e,[{key:"getScriptPartFromCode",value:function(e){if(!e||e.indexOf("-")<0)return null;var t=e.split("-");return 2===t.length?null:(t.pop(),"x"===t[t.length-1].toLowerCase()?null:this.formatLanguageCode(t.join("-")))}},{key:"getLanguagePartFromCode",value:function(e){if(!e||e.indexOf("-")<0)return e;var t=e.split("-");return this.formatLanguageCode(t[0])}},{key:"formatLanguageCode",value:function(e){if("string"==typeof e&&e.indexOf("-")>-1){var t=["hans","hant","latn","cyrl","cans","mong","arab"],n=e.split("-");return this.options.lowerCaseLng?n=n.map(function(e){return e.toLowerCase()}):2===n.length?(n[0]=n[0].toLowerCase(),n[1]=n[1].toUpperCase(),t.indexOf(n[1].toLowerCase())>-1&&(n[1]=T(n[1].toLowerCase()))):3===n.length&&(n[0]=n[0].toLowerCase(),2===n[1].length&&(n[1]=n[1].toUpperCase()),"sgn"!==n[0]&&2===n[2].length&&(n[2]=n[2].toUpperCase()),t.indexOf(n[1].toLowerCase())>-1&&(n[1]=T(n[1].toLowerCase())),t.indexOf(n[2].toLowerCase())>-1&&(n[2]=T(n[2].toLowerCase()))),n.join("-")}return this.options.cleanCode||this.options.lowerCaseLng?e.toLowerCase():e}},{key:"isSupportedCode",value:function(e){return("languageOnly"===this.options.load||this.options.nonExplicitSupportedLngs)&&(e=this.getLanguagePartFromCode(e)),!this.supportedLngs||!this.supportedLngs.length||this.supportedLngs.indexOf(e)>-1}},{key:"getBestMatchFromCodes",value:function(e){var t,n=this;return e?(e.forEach(function(e){if(!t){var r=n.formatLanguageCode(e);n.options.supportedLngs&&!n.isSupportedCode(r)||(t=r)}}),!t&&this.options.supportedLngs&&e.forEach(function(e){if(!t){var r=n.getLanguagePartFromCode(e);if(n.isSupportedCode(r))return t=r;t=n.options.supportedLngs.find(function(e){if(0===e.indexOf(r))return e})}}),t||(t=this.getFallbackCodes(this.options.fallbackLng)[0]),t):null}},{key:"getFallbackCodes",value:function(e,t){if(!e)return[];if("function"==typeof e&&(e=e(t)),"string"==typeof e&&(e=[e]),"[object Array]"===Object.prototype.toString.apply(e))return e;if(!t)return e.default||[];var n=e[t];return n||(n=e[this.getScriptPartFromCode(t)]),n||(n=e[this.formatLanguageCode(t)]),n||(n=e[this.getLanguagePartFromCode(t)]),n||(n=e.default),n||[]}},{key:"toResolveHierarchy",value:function(e,t){var n=this,r=this.getFallbackCodes(t||this.options.fallbackLng||[],e),o=[],i=function(e){e&&(n.isSupportedCode(e)?o.push(e):n.logger.warn("rejecting language code not found in supportedLngs: ".concat(e)))};return"string"==typeof e&&e.indexOf("-")>-1?("languageOnly"!==this.options.load&&i(this.formatLanguageCode(e)),"languageOnly"!==this.options.load&&"currentOnly"!==this.options.load&&i(this.getScriptPartFromCode(e)),"currentOnly"!==this.options.load&&i(this.getLanguagePartFromCode(e))):"string"==typeof e&&i(this.formatLanguageCode(e)),r.forEach(function(e){o.indexOf(e)<0&&i(n.formatLanguageCode(e))}),o}}]),e}(),U=[{lngs:["ach","ak","am","arn","br","fil","gun","ln","mfe","mg","mi","oc","pt","pt-BR","tg","tl","ti","tr","uz","wa"],nr:[1,2],fc:1},{lngs:["af","an","ast","az","bg","bn","ca","da","de","dev","el","en","eo","es","et","eu","fi","fo","fur","fy","gl","gu","ha","hi","hu","hy","ia","it","kk","kn","ku","lb","mai","ml","mn","mr","nah","nap","nb","ne","nl","nn","no","nso","pa","pap","pms","ps","pt-PT","rm","sco","se","si","so","son","sq","sv","sw","ta","te","tk","ur","yo"],nr:[1,2],fc:2},{lngs:["ay","bo","cgg","fa","ht","id","ja","jbo","ka","km","ko","ky","lo","ms","sah","su","th","tt","ug","vi","wo","zh"],nr:[1],fc:3},{lngs:["be","bs","cnr","dz","hr","ru","sr","uk"],nr:[1,2,5],fc:4},{lngs:["ar"],nr:[0,1,2,3,11,100],fc:5},{lngs:["cs","sk"],nr:[1,2,5],fc:6},{lngs:["csb","pl"],nr:[1,2,5],fc:7},{lngs:["cy"],nr:[1,2,3,8],fc:8},{lngs:["fr"],nr:[1,2],fc:9},{lngs:["ga"],nr:[1,2,3,7,11],fc:10},{lngs:["gd"],nr:[1,2,3,20],fc:11},{lngs:["is"],nr:[1,2],fc:12},{lngs:["jv"],nr:[0,1],fc:13},{lngs:["kw"],nr:[1,2,3,4],fc:14},{lngs:["lt"],nr:[1,2,10],fc:15},{lngs:["lv"],nr:[1,2,0],fc:16},{lngs:["mk"],nr:[1,2],fc:17},{lngs:["mnk"],nr:[0,1,2],fc:18},{lngs:["mt"],nr:[1,2,11,20],fc:19},{lngs:["or"],nr:[2,1],fc:2},{lngs:["ro"],nr:[1,2,20],fc:20},{lngs:["sl"],nr:[5,1,2,3],fc:21},{lngs:["he","iw"],nr:[1,2,20,21],fc:22}],K={1:function(e){return Number(e>1)},2:function(e){return Number(1!=e)},3:function(e){return 0},4:function(e){return Number(e%10==1&&e%100!=11?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2)},5:function(e){return Number(0==e?0:1==e?1:2==e?2:e%100>=3&&e%100<=10?3:e%100>=11?4:5)},6:function(e){return Number(1==e?0:e>=2&&e<=4?1:2)},7:function(e){return Number(1==e?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2)},8:function(e){return Number(1==e?0:2==e?1:8!=e&&11!=e?2:3)},9:function(e){return Number(e>=2)},10:function(e){return Number(1==e?0:2==e?1:e<7?2:e<11?3:4)},11:function(e){return Number(1==e||11==e?0:2==e||12==e?1:e>2&&e<20?2:3)},12:function(e){return Number(e%10!=1||e%100==11)},13:function(e){return Number(0!==e)},14:function(e){return Number(1==e?0:2==e?1:3==e?2:3)},15:function(e){return Number(e%10==1&&e%100!=11?0:e%10>=2&&(e%100<10||e%100>=20)?1:2)},16:function(e){return Number(e%10==1&&e%100!=11?0:0!==e?1:2)},17:function(e){return Number(1==e||e%10==1&&e%100!=11?0:1)},18:function(e){return Number(0==e?0:1==e?1:2)},19:function(e){return Number(1==e?0:0==e||e%100>1&&e%100<11?1:e%100>10&&e%100<20?2:3)},20:function(e){return Number(1==e?0:0==e||e%100>0&&e%100<20?1:2)},21:function(e){return Number(e%100==1?1:e%100==2?2:e%100==3||e%100==4?3:0)},22:function(e){return Number(1==e?0:2==e?1:(e<0||e>10)&&e%10==0?2:3)}},B=["v1","v2","v3"],M={zero:0,one:1,two:2,few:3,many:4,other:5};var H=function(){function e(n){var r,o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};t(this,e),this.languageUtils=n,this.options=o,this.logger=g.create("pluralResolver"),this.options.compatibilityJSON&&"v4"!==this.options.compatibilityJSON||"undefined"!=typeof Intl&&Intl.PluralRules||(this.options.compatibilityJSON="v3",this.logger.error("Your environment seems not to be Intl API compatible, use an Intl.PluralRules polyfill. Will fallback to the compatibilityJSON v3 format handling.")),this.rules=(r={},U.forEach(function(e){e.lngs.forEach(function(t){r[t]={numbers:e.nr,plurals:K[e.fc]}})}),r)}return r(e,[{key:"addRule",value:function(e,t){this.rules[e]=t}},{key:"getRule",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(this.shouldUseIntlApi())try{return new Intl.PluralRules(e,{type:t.ordinal?"ordinal":"cardinal"})}catch(e){return}return this.rules[e]||this.rules[this.languageUtils.getLanguagePartFromCode(e)]}},{key:"needsPlural",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=this.getRule(e,t);return this.shouldUseIntlApi()?n&&n.resolvedOptions().pluralCategories.length>1:n&&n.numbers.length>1}},{key:"getPluralFormsOfKey",value:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return this.getSuffixes(e,n).map(function(e){return"".concat(t).concat(e)})}},{key:"getSuffixes",value:function(e){var t=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=this.getRule(e,n);return r?this.shouldUseIntlApi()?r.resolvedOptions().pluralCategories.sort(function(e,t){return M[e]-M[t]}).map(function(e){return"".concat(t.options.prepend).concat(e)}):r.numbers.map(function(r){return t.getSuffix(e,r,n)}):[]}},{key:"getSuffix",value:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=this.getRule(e,n);return r?this.shouldUseIntlApi()?"".concat(this.options.prepend).concat(r.select(t)):this.getSuffixRetroCompatible(r,t):(this.logger.warn("no plural rule found for: ".concat(e)),"")}},{key:"getSuffixRetroCompatible",value:function(e,t){var n=this,r=e.noAbs?e.plurals(t):e.plurals(Math.abs(t)),o=e.numbers[r];this.options.simplifyPluralSuffix&&2===e.numbers.length&&1===e.numbers[0]&&(2===o?o="plural":1===o&&(o=""));var i=function(){return n.options.prepend&&o.toString()?n.options.prepend+o.toString():o.toString()};return"v1"===this.options.compatibilityJSON?1===o?"":"number"==typeof o?"_plural_".concat(o.toString()):i():"v2"===this.options.compatibilityJSON?i():this.options.simplifyPluralSuffix&&2===e.numbers.length&&1===e.numbers[0]?i():this.options.prepend&&r.toString()?this.options.prepend+r.toString():r.toString()}},{key:"shouldUseIntlApi",value:function(){return!B.includes(this.options.compatibilityJSON)}}]),e}();function z(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function J(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?z(Object(n),!0).forEach(function(t){c(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):z(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}var _=function(){function e(){var n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};t(this,e),this.logger=g.create("interpolator"),this.options=n,this.format=n.interpolation&&n.interpolation.format||function(e){return e},this.init(n)}return r(e,[{key:"init",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e.interpolation||(e.interpolation={escapeValue:!0});var t=e.interpolation;this.escape=void 0!==t.escape?t.escape:x,this.escapeValue=void 0===t.escapeValue||t.escapeValue,this.useRawValueToEscape=void 0!==t.useRawValueToEscape&&t.useRawValueToEscape,this.prefix=t.prefix?k(t.prefix):t.prefixEscaped||"{{",this.suffix=t.suffix?k(t.suffix):t.suffixEscaped||"}}",this.formatSeparator=t.formatSeparator?t.formatSeparator:t.formatSeparator||",",this.unescapePrefix=t.unescapeSuffix?"":t.unescapePrefix||"-",this.unescapeSuffix=this.unescapePrefix?"":t.unescapeSuffix||"",this.nestingPrefix=t.nestingPrefix?k(t.nestingPrefix):t.nestingPrefixEscaped||k("$t("),this.nestingSuffix=t.nestingSuffix?k(t.nestingSuffix):t.nestingSuffixEscaped||k(")"),this.nestingOptionsSeparator=t.nestingOptionsSeparator?t.nestingOptionsSeparator:t.nestingOptionsSeparator||",",this.maxReplaces=t.maxReplaces?t.maxReplaces:1e3,this.alwaysFormat=void 0!==t.alwaysFormat&&t.alwaysFormat,this.resetRegExp()}},{key:"reset",value:function(){this.options&&this.init(this.options)}},{key:"resetRegExp",value:function(){var e="".concat(this.prefix,"(.+?)").concat(this.suffix);this.regexp=new RegExp(e,"g");var t="".concat(this.prefix).concat(this.unescapePrefix,"(.+?)").concat(this.unescapeSuffix).concat(this.suffix);this.regexpUnescape=new RegExp(t,"g");var n="".concat(this.nestingPrefix,"(.+?)").concat(this.nestingSuffix);this.nestingRegexp=new RegExp(n,"g")}},{key:"interpolate",value:function(e,t,n,r){var o,i,a,s=this,u=this.options&&this.options.interpolation&&this.options.interpolation.defaultVariables||{};function c(e){return e.replace(/\$/g,"$$$$")}var l=function(e){if(e.indexOf(s.formatSeparator)<0){var o=O(t,u,e);return s.alwaysFormat?s.format(o,void 0,n,J(J(J({},r),t),{},{interpolationkey:e})):o}var i=e.split(s.formatSeparator),a=i.shift().trim(),c=i.join(s.formatSeparator).trim();return s.format(O(t,u,a),c,n,J(J(J({},r),t),{},{interpolationkey:a}))};this.resetRegExp();var f=r&&r.missingInterpolationHandler||this.options.missingInterpolationHandler,p=r&&r.interpolation&&void 0!==r.interpolation.skipOnVariables?r.interpolation.skipOnVariables:this.options.interpolation.skipOnVariables;return[{regex:this.regexpUnescape,safeValue:function(e){return c(e)}},{regex:this.regexp,safeValue:function(e){return s.escapeValue?c(s.escape(e)):c(e)}}].forEach(function(t){for(a=0;o=t.regex.exec(e);){var n=o[1].trim();if(void 0===(i=l(n)))if("function"==typeof f){var u=f(e,o,r);i="string"==typeof u?u:""}else if(r&&r.hasOwnProperty(n))i="";else{if(p){i=o[0];continue}s.logger.warn("missed to pass in variable ".concat(n," for interpolating ").concat(e)),i=""}else"string"==typeof i||s.useRawValueToEscape||(i=v(i));var c=t.safeValue(i);if(e=e.replace(o[0],c),p?(t.regex.lastIndex+=i.length,t.regex.lastIndex-=o[0].length):t.regex.lastIndex=0,++a>=s.maxReplaces)break}}),e}},{key:"nest",value:function(e,t){var n,r,o=this,i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},a=J({},i);function s(e,t){var n=this.nestingOptionsSeparator;if(e.indexOf(n)<0)return e;var r=e.split(new RegExp("".concat(n,"[ ]*{"))),o="{".concat(r[1]);e=r[0],o=(o=this.interpolate(o,a)).replace(/'/g,'"');try{a=JSON.parse(o),t&&(a=J(J({},t),a))}catch(t){return this.logger.warn("failed parsing options string in nesting for key ".concat(e),t),"".concat(e).concat(n).concat(o)}return delete a.defaultValue,e}for(a.applyPostProcessor=!1,delete a.defaultValue;n=this.nestingRegexp.exec(e);){var u=[],c=!1;if(-1!==n[0].indexOf(this.formatSeparator)&&!/{.*}/.test(n[1])){var l=n[1].split(this.formatSeparator).map(function(e){return e.trim()});n[1]=l.shift(),u=l,c=!0}if((r=t(s.call(this,n[1].trim(),a),a))&&n[0]===e&&"string"!=typeof r)return r;"string"!=typeof r&&(r=v(r)),r||(this.logger.warn("missed to resolve ".concat(n[1]," for nesting ").concat(e)),r=""),c&&(r=u.reduce(function(e,t){return o.format(e,t,i.lng,J(J({},i),{},{interpolationkey:n[1].trim()}))},r.trim())),e=e.replace(n[0],r),this.regexp.lastIndex=0}return e}}]),e}();function q(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function $(e){return function(e){if(Array.isArray(e))return e}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e,t){if(e){if("string"==typeof e)return q(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?q(e,t):void 0}}(e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function W(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function Y(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?W(Object(n),!0).forEach(function(t){c(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):W(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}var G=function(){function e(){var n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};t(this,e),this.logger=g.create("formatter"),this.options=n,this.formats={number:function(e,t,n){return new Intl.NumberFormat(t,n).format(e)},currency:function(e,t,n){return new Intl.NumberFormat(t,Y(Y({},n),{},{style:"currency"})).format(e)},datetime:function(e,t,n){return new Intl.DateTimeFormat(t,Y({},n)).format(e)},relativetime:function(e,t,n){return new Intl.RelativeTimeFormat(t,Y({},n)).format(e,n.range||"day")},list:function(e,t,n){return new Intl.ListFormat(t,Y({},n)).format(e)}},this.init(n)}return r(e,[{key:"init",value:function(e){var t=(arguments.length>1&&void 0!==arguments[1]?arguments[1]:{interpolation:{}}).interpolation;this.formatSeparator=t.formatSeparator?t.formatSeparator:t.formatSeparator||","}},{key:"add",value:function(e,t){this.formats[e.toLowerCase().trim()]=t}},{key:"format",value:function(e,t,n,r){var o=this;return t.split(this.formatSeparator).reduce(function(e,t){var i=function(e){var t=e.toLowerCase().trim(),n={};if(e.indexOf("(")>-1){var r=e.split("(");t=r[0].toLowerCase().trim();var o=r[1].substring(0,r[1].length-1);"currency"===t&&o.indexOf(":")<0?n.currency||(n.currency=o.trim()):"relativetime"===t&&o.indexOf(":")<0?n.range||(n.range=o.trim()):o.split(";").forEach(function(e){if(e){var t=$(e.split(":")),r=t[0],o=t.slice(1).join(":").trim().replace(/^'+|'+$/g,"");n[r.trim()]||(n[r.trim()]=o),"false"===o&&(n[r.trim()]=!1),"true"===o&&(n[r.trim()]=!0),isNaN(o)||(n[r.trim()]=parseInt(o,10))}})}return{formatName:t,formatOptions:n}}(t),a=i.formatName,s=i.formatOptions;if(o.formats[a]){var u=e;try{var c=r&&r.formatParams&&r.formatParams[r.interpolationkey]||{},l=c.locale||c.lng||r.locale||r.lng||n;u=o.formats[a](e,l,Y(Y(Y({},s),r),c))}catch(e){o.logger.warn(e)}return u}return o.logger.warn("there was no format function for ".concat(a)),e},e)}}]),e}();function Q(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function X(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Q(Object(n),!0).forEach(function(t){c(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Q(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function Z(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}();return function(){var n,r=u(e);if(t){var o=u(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return s(this,n)}}var ee=function(e){a(i,h);var n=Z(i);function i(e,r,a){var s,u=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return t(this,i),s=n.call(this),S&&h.call(o(s)),s.backend=e,s.store=r,s.services=a,s.languageUtils=a.languageUtils,s.options=u,s.logger=g.create("backendConnector"),s.waitingReads=[],s.maxParallelReads=u.maxParallelReads||10,s.readingCalls=0,s.state={},s.queue=[],s.backend&&s.backend.init&&s.backend.init(a,u.backend,u),s}return r(i,[{key:"queueLoad",value:function(e,t,n,r){var o=this,i={},a={},s={},u={};return e.forEach(function(e){var r=!0;t.forEach(function(t){var s="".concat(e,"|").concat(t);!n.reload&&o.store.hasResourceBundle(e,t)?o.state[s]=2:o.state[s]<0||(1===o.state[s]?void 0===a[s]&&(a[s]=!0):(o.state[s]=1,r=!1,void 0===a[s]&&(a[s]=!0),void 0===i[s]&&(i[s]=!0),void 0===u[t]&&(u[t]=!0)))}),r||(s[e]=!0)}),(Object.keys(i).length||Object.keys(a).length)&&this.queue.push({pending:a,pendingCount:Object.keys(a).length,loaded:{},errors:[],callback:r}),{toLoad:Object.keys(i),pending:Object.keys(a),toLoadLanguages:Object.keys(s),toLoadNamespaces:Object.keys(u)}}},{key:"loaded",value:function(e,t,n){var r=e.split("|"),o=r[0],i=r[1];t&&this.emit("failedLoading",o,i,t),n&&this.store.addResourceBundle(o,i,n),this.state[e]=t?-1:2;var a={};this.queue.forEach(function(n){var r,s,u,c,l,f;r=n.loaded,s=i,c=y(r,[o],Object),l=c.obj,f=c.k,l[f]=l[f]||[],u&&(l[f]=l[f].concat(s)),u||l[f].push(s),function(e,t){void 0!==e.pending[t]&&(delete e.pending[t],e.pendingCount--)}(n,e),t&&n.errors.push(t),0!==n.pendingCount||n.done||(Object.keys(n.loaded).forEach(function(e){a[e]||(a[e]={});var t=n.loaded[e];t.length&&t.forEach(function(t){void 0===a[e][t]&&(a[e][t]=!0)})}),n.done=!0,n.errors.length?n.callback(n.errors):n.callback())}),this.emit("loaded",a),this.queue=this.queue.filter(function(e){return!e.done})}},{key:"read",value:function(e,t,n){var r=this,o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0,i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:350,a=arguments.length>5?arguments[5]:void 0;return e.length?this.readingCalls>=this.maxParallelReads?void this.waitingReads.push({lng:e,ns:t,fcName:n,tried:o,wait:i,callback:a}):(this.readingCalls++,this.backend[n](e,t,function(s,u){if(r.readingCalls--,r.waitingReads.length>0){var c=r.waitingReads.shift();r.read(c.lng,c.ns,c.fcName,c.tried,c.wait,c.callback)}s&&u&&o<5?setTimeout(function(){r.read.call(r,e,t,n,o+1,2*i,a)},i):a(s,u)})):a(null,{})}},{key:"prepareLoading",value:function(e,t){var n=this,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},o=arguments.length>3?arguments[3]:void 0;if(!this.backend)return this.logger.warn("No backend was added via i18next.use. Will not load resources."),o&&o();"string"==typeof e&&(e=this.languageUtils.toResolveHierarchy(e)),"string"==typeof t&&(t=[t]);var i=this.queueLoad(e,t,r,o);if(!i.toLoad.length)return i.pending.length||o(),null;i.toLoad.forEach(function(e){n.loadOne(e)})}},{key:"load",value:function(e,t,n){this.prepareLoading(e,t,{},n)}},{key:"reload",value:function(e,t,n){this.prepareLoading(e,t,{reload:!0},n)}},{key:"loadOne",value:function(e){var t=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",r=e.split("|"),o=r[0],i=r[1];this.read(o,i,"read",void 0,void 0,function(r,a){r&&t.logger.warn("".concat(n,"loading namespace ").concat(i," for language ").concat(o," failed"),r),!r&&a&&t.logger.log("".concat(n,"loaded namespace ").concat(i," for language ").concat(o),a),t.loaded(e,r,a)})}},{key:"saveMissing",value:function(e,t,n,r,o){var i=arguments.length>5&&void 0!==arguments[5]?arguments[5]:{};this.services.utils&&this.services.utils.hasLoadedNamespace&&!this.services.utils.hasLoadedNamespace(t)?this.logger.warn('did not save key "'.concat(n,'" as the namespace "').concat(t,'" was not yet loaded'),"This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!"):null!=n&&""!==n&&(this.backend&&this.backend.create&&this.backend.create(e,t,n,r,null,X(X({},i),{},{isUpdate:o})),e&&e[0]&&this.store.addResource(e[0],t,n,r))}}]),i}();function te(e){return"string"==typeof e.ns&&(e.ns=[e.ns]),"string"==typeof e.fallbackLng&&(e.fallbackLng=[e.fallbackLng]),"string"==typeof e.fallbackNS&&(e.fallbackNS=[e.fallbackNS]),e.supportedLngs&&e.supportedLngs.indexOf("cimode")<0&&(e.supportedLngs=e.supportedLngs.concat(["cimode"])),e}function ne(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function re(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?ne(Object(n),!0).forEach(function(t){c(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):ne(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function oe(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}();return function(){var n,r=u(e);if(t){var o=u(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return s(this,n)}}function ie(){}var ae=function(n){a(u,h);var i=oe(u);function u(){var e,n,r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},a=arguments.length>1?arguments[1]:void 0;if(t(this,u),e=i.call(this),S&&h.call(o(e)),e.options=te(r),e.services={},e.logger=g,e.modules={external:[]},n=o(e),Object.getOwnPropertyNames(Object.getPrototypeOf(n)).forEach(function(e){"function"==typeof n[e]&&(n[e]=n[e].bind(n))}),a&&!e.isInitialized&&!r.isClone){if(!e.options.initImmediate)return e.init(r,a),s(e,o(e));setTimeout(function(){e.init(r,a)},0)}return e}return r(u,[{key:"init",value:function(){var t=this,n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},r=arguments.length>1?arguments[1]:void 0;"function"==typeof n&&(r=n,n={}),!n.defaultNS&&n.ns&&("string"==typeof n.ns?n.defaultNS=n.ns:n.ns.indexOf("translation")<0&&(n.defaultNS=n.ns[0]));var o={debug:!1,initImmediate:!0,ns:["translation"],defaultNS:["translation"],fallbackLng:["dev"],fallbackNS:!1,supportedLngs:!1,nonExplicitSupportedLngs:!1,load:"all",preload:!1,simplifyPluralSuffix:!0,keySeparator:".",nsSeparator:":",pluralSeparator:"_",contextSeparator:"_",partialBundledLanguages:!1,saveMissing:!1,updateMissing:!1,saveMissingTo:"fallback",saveMissingPlurals:!0,missingKeyHandler:!1,missingInterpolationHandler:!1,postProcess:!1,postProcessPassResolved:!1,returnNull:!0,returnEmptyString:!0,returnObjects:!1,joinArrays:!1,returnedObjectHandler:!1,parseMissingKeyHandler:!1,appendNamespaceToMissingKey:!1,appendNamespaceToCIMode:!1,overloadTranslationOptionHandler:function(t){var n={};if("object"===e(t[1])&&(n=t[1]),"string"==typeof t[1]&&(n.defaultValue=t[1]),"string"==typeof t[2]&&(n.tDescription=t[2]),"object"===e(t[2])||"object"===e(t[3])){var r=t[3]||t[2];Object.keys(r).forEach(function(e){n[e]=r[e]})}return n},interpolation:{escapeValue:!0,format:function(e,t,n,r){return e},prefix:"{{",suffix:"}}",formatSeparator:",",unescapePrefix:"-",nestingPrefix:"$t(",nestingSuffix:")",nestingOptionsSeparator:",",maxReplaces:1e3,skipOnVariables:!0}};function i(e){return e?"function"==typeof e?new e:e:null}if(this.options=re(re(re({},o),this.options),te(n)),"v1"!==this.options.compatibilityAPI&&(this.options.interpolation=re(re({},o.interpolation),this.options.interpolation)),void 0!==n.keySeparator&&(this.options.userDefinedKeySeparator=n.keySeparator),void 0!==n.nsSeparator&&(this.options.userDefinedNsSeparator=n.nsSeparator),!this.options.isClone){var a;this.modules.logger?g.init(i(this.modules.logger),this.options):g.init(null,this.options),this.modules.formatter?a=this.modules.formatter:"undefined"!=typeof Intl&&(a=G);var s=new V(this.options);this.store=new N(this.options.resources,this.options);var u=this.services;u.logger=g,u.resourceStore=this.store,u.languageUtils=s,u.pluralResolver=new H(s,{prepend:this.options.pluralSeparator,compatibilityJSON:this.options.compatibilityJSON,simplifyPluralSuffix:this.options.simplifyPluralSuffix}),!a||this.options.interpolation.format&&this.options.interpolation.format!==o.interpolation.format||(u.formatter=i(a),u.formatter.init(u,this.options),this.options.interpolation.format=u.formatter.format.bind(u.formatter)),u.interpolator=new _(this.options),u.utils={hasLoadedNamespace:this.hasLoadedNamespace.bind(this)},u.backendConnector=new ee(i(this.modules.backend),u.resourceStore,u,this.options),u.backendConnector.on("*",function(e){for(var n=arguments.length,r=new Array(n>1?n-1:0),o=1;o<n;o++)r[o-1]=arguments[o];t.emit.apply(t,[e].concat(r))}),this.modules.languageDetector&&(u.languageDetector=i(this.modules.languageDetector),u.languageDetector.init(u,this.options.detection,this.options)),this.modules.i18nFormat&&(u.i18nFormat=i(this.modules.i18nFormat),u.i18nFormat.init&&u.i18nFormat.init(this)),this.translator=new A(this.services,this.options),this.translator.on("*",function(e){for(var n=arguments.length,r=new Array(n>1?n-1:0),o=1;o<n;o++)r[o-1]=arguments[o];t.emit.apply(t,[e].concat(r))}),this.modules.external.forEach(function(e){e.init&&e.init(t)})}if(this.format=this.options.interpolation.format,r||(r=ie),this.options.fallbackLng&&!this.services.languageDetector&&!this.options.lng){var c=this.services.languageUtils.getFallbackCodes(this.options.fallbackLng);c.length>0&&"dev"!==c[0]&&(this.options.lng=c[0])}this.services.languageDetector||this.options.lng||this.logger.warn("init: no languageDetector is used and no lng is defined");["getResource","hasResourceBundle","getResourceBundle","getDataByLanguage"].forEach(function(e){t[e]=function(){var n;return(n=t.store)[e].apply(n,arguments)}});["addResource","addResources","addResourceBundle","removeResourceBundle"].forEach(function(e){t[e]=function(){var n;return(n=t.store)[e].apply(n,arguments),t}});var l=d(),f=function(){var e=function(e,n){t.isInitialized&&!t.initializedStoreOnce&&t.logger.warn("init: i18next is already initialized. You should call init just once!"),t.isInitialized=!0,t.options.isClone||t.logger.log("initialized",t.options),t.emit("initialized",t.options),l.resolve(n),r(e,n)};if(t.languages&&"v1"!==t.options.compatibilityAPI&&!t.isInitialized)return e(null,t.t.bind(t));t.changeLanguage(t.options.lng,e)};return this.options.resources||!this.options.initImmediate?f():setTimeout(f,0),l}},{key:"loadResources",value:function(e){var t=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:ie,r="string"==typeof e?e:this.language;if("function"==typeof e&&(n=e),!this.options.resources||this.options.partialBundledLanguages){if(r&&"cimode"===r.toLowerCase())return n();var o=[],i=function(e){e&&t.services.languageUtils.toResolveHierarchy(e).forEach(function(e){o.indexOf(e)<0&&o.push(e)})};if(r)i(r);else this.services.languageUtils.getFallbackCodes(this.options.fallbackLng).forEach(function(e){return i(e)});this.options.preload&&this.options.preload.forEach(function(e){return i(e)}),this.services.backendConnector.load(o,this.options.ns,function(e){e||t.resolvedLanguage||!t.language||t.setResolvedLanguage(t.language),n(e)})}else n(null)}},{key:"reloadResources",value:function(e,t,n){var r=d();return e||(e=this.languages),t||(t=this.options.ns),n||(n=ie),this.services.backendConnector.reload(e,t,function(e){r.resolve(),n(e)}),r}},{key:"use",value:function(e){if(!e)throw new Error("You are passing an undefined module! Please check the object you are passing to i18next.use()");if(!e.type)throw new Error("You are passing a wrong module! Please check the object you are passing to i18next.use()");return"backend"===e.type&&(this.modules.backend=e),("logger"===e.type||e.log&&e.warn&&e.error)&&(this.modules.logger=e),"languageDetector"===e.type&&(this.modules.languageDetector=e),"i18nFormat"===e.type&&(this.modules.i18nFormat=e),"postProcessor"===e.type&&C.addPostProcessor(e),"formatter"===e.type&&(this.modules.formatter=e),"3rdParty"===e.type&&this.modules.external.push(e),this}},{key:"setResolvedLanguage",value:function(e){if(e&&this.languages&&!(["cimode","dev"].indexOf(e)>-1))for(var t=0;t<this.languages.length;t++){var n=this.languages[t];if(!(["cimode","dev"].indexOf(n)>-1)&&this.store.hasLanguageSomeTranslations(n)){this.resolvedLanguage=n;break}}}},{key:"changeLanguage",value:function(e,t){var n=this;this.isLanguageChangingTo=e;var r=d();this.emit("languageChanging",e);var o=function(e){n.language=e,n.languages=n.services.languageUtils.toResolveHierarchy(e),n.resolvedLanguage=void 0,n.setResolvedLanguage(e)},i=function(i){e||i||!n.services.languageDetector||(i=[]);var a="string"==typeof i?i:n.services.languageUtils.getBestMatchFromCodes(i);a&&(n.language||o(a),n.translator.language||n.translator.changeLanguage(a),n.services.languageDetector&&n.services.languageDetector.cacheUserLanguage(a)),n.loadResources(a,function(e){!function(e,i){i?(o(i),n.translator.changeLanguage(i),n.isLanguageChangingTo=void 0,n.emit("languageChanged",i),n.logger.log("languageChanged",i)):n.isLanguageChangingTo=void 0,r.resolve(function(){return n.t.apply(n,arguments)}),t&&t(e,function(){return n.t.apply(n,arguments)})}(e,a)})};return e||!this.services.languageDetector||this.services.languageDetector.async?!e&&this.services.languageDetector&&this.services.languageDetector.async?this.services.languageDetector.detect(i):i(e):i(this.services.languageDetector.detect()),r}},{key:"getFixedT",value:function(t,n,r){var o=this,i=function t(n,i){var a;if("object"!==e(i)){for(var s=arguments.length,u=new Array(s>2?s-2:0),c=2;c<s;c++)u[c-2]=arguments[c];a=o.options.overloadTranslationOptionHandler([n,i].concat(u))}else a=re({},i);a.lng=a.lng||t.lng,a.lngs=a.lngs||t.lngs,a.ns=a.ns||t.ns,a.keyPrefix=a.keyPrefix||r||t.keyPrefix;var l=o.options.keySeparator||".",f=a.keyPrefix?"".concat(a.keyPrefix).concat(l).concat(n):n;return o.t(f,a)};return"string"==typeof t?i.lng=t:i.lngs=t,i.ns=n,i.keyPrefix=r,i}},{key:"t",value:function(){var e;return this.translator&&(e=this.translator).translate.apply(e,arguments)}},{key:"exists",value:function(){var e;return this.translator&&(e=this.translator).exists.apply(e,arguments)}},{key:"setDefaultNamespace",value:function(e){this.options.defaultNS=e}},{key:"hasLoadedNamespace",value:function(e){var t=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(!this.isInitialized)return this.logger.warn("hasLoadedNamespace: i18next was not initialized",this.languages),!1;if(!this.languages||!this.languages.length)return this.logger.warn("hasLoadedNamespace: i18n.languages were undefined or empty",this.languages),!1;var r=this.resolvedLanguage||this.languages[0],o=!!this.options&&this.options.fallbackLng,i=this.languages[this.languages.length-1];if("cimode"===r.toLowerCase())return!0;var a=function(e,n){var r=t.services.backendConnector.state["".concat(e,"|").concat(n)];return-1===r||2===r};if(n.precheck){var s=n.precheck(this,a);if(void 0!==s)return s}return!!this.hasResourceBundle(r,e)||(!(this.services.backendConnector.backend&&(!this.options.resources||this.options.partialBundledLanguages))||!(!a(r,e)||o&&!a(i,e)))}},{key:"loadNamespaces",value:function(e,t){var n=this,r=d();return this.options.ns?("string"==typeof e&&(e=[e]),e.forEach(function(e){n.options.ns.indexOf(e)<0&&n.options.ns.push(e)}),this.loadResources(function(e){r.resolve(),t&&t(e)}),r):(t&&t(),Promise.resolve())}},{key:"loadLanguages",value:function(e,t){var n=d();"string"==typeof e&&(e=[e]);var r=this.options.preload||[],o=e.filter(function(e){return r.indexOf(e)<0});return o.length?(this.options.preload=r.concat(o),this.loadResources(function(e){n.resolve(),t&&t(e)}),n):(t&&t(),Promise.resolve())}},{key:"dir",value:function(e){if(e||(e=this.resolvedLanguage||(this.languages&&this.languages.length>0?this.languages[0]:this.language)),!e)return"rtl";return["ar","shu","sqr","ssh","xaa","yhd","yud","aao","abh","abv","acm","acq","acw","acx","acy","adf","ads","aeb","aec","afb","ajp","apc","apd","arb","arq","ars","ary","arz","auz","avl","ayh","ayl","ayn","ayp","bbz","pga","he","iw","ps","pbt","pbu","pst","prp","prd","ug","ur","ydd","yds","yih","ji","yi","hbo","men","xmn","fa","jpr","peo","pes","prs","dv","sam","ckb"].indexOf(this.services.languageUtils.getLanguagePartFromCode(e))>-1||e.toLowerCase().indexOf("-arab")>1?"rtl":"ltr"}},{key:"cloneInstance",value:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:ie,r=re(re(re({},this.options),t),{isClone:!0}),o=new u(r);return["store","services","language"].forEach(function(t){o[t]=e[t]}),o.services=re({},this.services),o.services.utils={hasLoadedNamespace:o.hasLoadedNamespace.bind(o)},o.translator=new A(o.services,o.options),o.translator.on("*",function(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];o.emit.apply(o,[e].concat(n))}),o.init(r,n),o.translator.options=o.options,o.translator.backendConnector.services.utils={hasLoadedNamespace:o.hasLoadedNamespace.bind(o)},o}},{key:"toJSON",value:function(){return{options:this.options,store:this.store,language:this.language,languages:this.languages,resolvedLanguage:this.resolvedLanguage}}}]),u}();c(ae,"createInstance",function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;return new ae(e,t)});var se=ae.createInstance();return se.createInstance=ae.createInstance,se}); -;!function(e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):("undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this).i18nextHttpBackend=e()}(function(){return function o(i,r,a){function s(t,e){if(!r[t]){if(!i[t]){var n="function"==typeof require&&require;if(!e&&n)return n(t,!0);if(u)return u(t,!0);throw(n=new Error("Cannot find module '"+t+"'")).code="MODULE_NOT_FOUND",n}n=r[t]={exports:{}},i[t][0].call(n.exports,function(e){return s(i[t][1][e]||e)},n,n.exports,o,i,r,a)}return r[t].exports}for(var u="function"==typeof require&&require,e=0;e<a.length;e++)s(a[e]);return s}({1:[function(n,o,i){!function(t){!function(){var e;"function"==typeof fetch&&(void 0!==t&&t.fetch?e=t.fetch:"undefined"!=typeof window&&window.fetch&&(e=window.fetch)),void 0===n||"undefined"!=typeof window&&void 0!==window.document||((e=e||n("cross-fetch")).default&&(e=e.default),i.default=e,o.exports=i.default)}.call(this)}.call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{"cross-fetch":5}],2:[function(e,t,n){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var s=e("./utils.js"),o=(a=e("./request.js"))&&a.__esModule?a:{default:a};function i(e,t){for(var n=0;n<t.length;n++){var o=t[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function r(){return{loadPath:"/locales/{{lng}}/{{ns}}.json",addPath:"/locales/add/{{lng}}/{{ns}}",allowMultiLoading:!1,parse:function(e){return JSON.parse(e)},stringify:JSON.stringify,parsePayload:function(e,t,n){return o=n||"",(n=t)in(t={})?Object.defineProperty(t,n,{value:o,enumerable:!0,configurable:!0,writable:!0}):t[n]=o,t;var o},request:o.default,reloadInterval:"undefined"==typeof window&&36e5,customHeaders:{},queryStringParams:{},crossDomain:!1,withCredentials:!1,overrideMimeType:!1,requestOptions:{mode:"cors",credentials:"same-origin",cache:"default"}}}var a,u,e=(e=f,(a=[{key:"init",value:function(e){var t=this,n=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{},o=2<arguments.length&&void 0!==arguments[2]?arguments[2]:{};this.services=e,this.options=(0,s.defaults)(n,this.options||{},r()),this.allOptions=o,this.services&&this.options.reloadInterval&&setInterval(function(){return t.reload()},this.options.reloadInterval)}},{key:"readMulti",value:function(e,t,n){this._readAny(e,e,t,t,n)}},{key:"read",value:function(e,t,n){this._readAny([e],e,[t],t,n)}},{key:"_readAny",value:function(t,n,o,i,r){var a=this,e=this.options.loadPath;"function"==typeof this.options.loadPath&&(e=this.options.loadPath(t,o)),(e=(0,s.makePromise)(e)).then(function(e){if(!e)return r(null,{});e=a.services.interpolator.interpolate(e,{lng:t.join("+"),ns:o.join("+")});a.loadUrl(e,r,n,i)})}},{key:"loadUrl",value:function(i,r,a,s){var u=this;this.options.request(this.options,i,void 0,function(e,t){if(t&&(500<=t.status&&t.status<600||!t.status))return r("failed loading "+i+"; status code: "+t.status,!0);if(t&&400<=t.status&&t.status<500)return r("failed loading "+i+"; status code: "+t.status,!1);if(!t&&e&&e.message&&-1<e.message.indexOf("Failed to fetch"))return r("failed loading "+i+": "+e.message,!0);if(e)return r(e,!1);var n,o;try{n="string"==typeof t.data?u.options.parse(t.data,a,s):t.data}catch(e){o="failed parsing "+i+" to json"}if(o)return r(o,!1);r(null,n)})}},{key:"create",value:function(n,o,e,t,i){var r,a,s,u,f=this;this.options.addPath&&("string"==typeof n&&(n=[n]),r=this.options.parsePayload(o,e,t),a=0,s=[],u=[],n.forEach(function(e){var t=f.options.addPath;"function"==typeof f.options.addPath&&(t=f.options.addPath(e,o));e=f.services.interpolator.interpolate(t,{lng:e,ns:o});f.options.request(f.options,e,r,function(e,t){a+=1,s.push(e),u.push(t),a===n.length&&i&&i(s,u)})}))}},{key:"reload",value:function(){var t,e=this,n=this.services,i=n.backendConnector,o=n.languageUtils,r=n.logger,a=i.language;a&&"cimode"===a.toLowerCase()||(t=[],(n=function(e){o.toResolveHierarchy(e).forEach(function(e){t.indexOf(e)<0&&t.push(e)})})(a),this.allOptions.preload&&this.allOptions.preload.forEach(n),t.forEach(function(o){e.allOptions.ns.forEach(function(n){i.read(o,n,"read",null,null,function(e,t){e&&r.warn("loading namespace ".concat(n," for language ").concat(o," failed"),e),!e&&t&&r.log("loaded namespace ".concat(n," for language ").concat(o),t),i.loaded("".concat(o,"|").concat(n),e,t)})})}))}}])&&i(e.prototype,a),u&&i(e,u),Object.defineProperty(e,"prototype",{writable:!1}),f);function f(e){var t=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{},n=2<arguments.length&&void 0!==arguments[2]?arguments[2]:{};!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,f),this.services=e,this.options=t,this.allOptions=n,this.type="backend",this.init(e,t,n)}e.type="backend",n.default=e,t.exports=n.default},{"./request.js":3,"./utils.js":4}],3:[function(n,o,i){!function(t){!function(){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.default=void 0;var r,s,u,a=n("./utils.js"),e=function(e,t){if(!t&&e&&e.__esModule)return e;if(null===e||"object"!==c(e)&&"function"!=typeof e)return{default:e};t=f(t);if(t&&t.has(e))return t.get(e);var n,o={},i=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(n in e){var r;"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&((r=i?Object.getOwnPropertyDescriptor(e,n):null)&&(r.get||r.set)?Object.defineProperty(o,n,r):o[n]=e[n])}o.default=e,t&&t.set(e,o);return o}(n("./getFetch.js"));function f(e){if("function"!=typeof WeakMap)return null;var t=new WeakMap,n=new WeakMap;return(f=function(e){return e?n:t})(e)}function c(e){return(c="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}"function"==typeof fetch&&(void 0!==t&&t.fetch?r=t.fetch:"undefined"!=typeof window&&window.fetch&&(r=window.fetch)),(0,a.hasXMLHttpRequest)()&&(void 0!==t&&t.XMLHttpRequest?s=t.XMLHttpRequest:"undefined"!=typeof window&&window.XMLHttpRequest&&(s=window.XMLHttpRequest)),"function"==typeof ActiveXObject&&(void 0!==t&&t.ActiveXObject?u=t.ActiveXObject:"undefined"!=typeof window&&window.ActiveXObject&&(u=window.ActiveXObject)),"function"!=typeof(r=!r&&e&&!s&&!u?e.default||e:r)&&(r=void 0);var d=function(e,t){if(t&&"object"===c(t)){var n,o="";for(n in t)o+="&"+encodeURIComponent(n)+"="+encodeURIComponent(t[n]);if(!o)return e;e=e+(-1!==e.indexOf("?")?"&":"?")+o.slice(1)}return e};i.default=function(e,t,n,o){return"function"==typeof n&&(o=n,n=void 0),o=o||function(){},r?function(e,t,n,o){e.queryStringParams&&(t=d(t,e.queryStringParams));var i=(0,a.defaults)({},"function"==typeof e.customHeaders?e.customHeaders():e.customHeaders);n&&(i["Content-Type"]="application/json"),r(t,(0,a.defaults)({method:n?"POST":"GET",body:n?e.stringify(n):void 0,headers:i},"function"==typeof e.requestOptions?e.requestOptions(n):e.requestOptions)).then(function(t){return t.ok?void t.text().then(function(e){o(null,{status:t.status,data:e})}).catch(o):o(t.statusText||"Error",{status:t.status})}).catch(o)}(e,t,n,o):(0,a.hasXMLHttpRequest)()||"function"==typeof ActiveXObject?function(e,t,n,o){n&&"object"===c(n)&&(n=d("",n).slice(1)),e.queryStringParams&&(t=d(t,e.queryStringParams));try{var i=s?new s:new u("MSXML2.XMLHTTP.3.0");i.open(n?"POST":"GET",t,1),e.crossDomain||i.setRequestHeader("X-Requested-With","XMLHttpRequest"),i.withCredentials=!!e.withCredentials,n&&i.setRequestHeader("Content-Type","application/x-www-form-urlencoded"),i.overrideMimeType&&i.overrideMimeType("application/json");var r=e.customHeaders;if(r="function"==typeof r?r():r)for(var a in r)i.setRequestHeader(a,r[a]);i.onreadystatechange=function(){3<i.readyState&&o(400<=i.status?i.statusText:null,{status:i.status,data:i.responseText})},i.send(n)}catch(e){console&&console.log(e)}}(e,t,n,o):void 0},o.exports=i.default}.call(this)}.call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{"./getFetch.js":1,"./utils.js":4}],4:[function(e,t,n){"use strict";function o(e){return(o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}Object.defineProperty(n,"__esModule",{value:!0}),n.defaults=function(n){return i.call(r.call(arguments,1),function(e){if(e)for(var t in e)void 0===n[t]&&(n[t]=e[t])}),n},n.hasXMLHttpRequest=function(){return"function"==typeof XMLHttpRequest||"object"===("undefined"==typeof XMLHttpRequest?"undefined":o(XMLHttpRequest))},n.makePromise=function(e){if(function(e){return!!e&&"function"==typeof e.then}(e))return e;return Promise.resolve(e)};var n=[],i=n.forEach,r=n.slice},{}],5:[function(e,t,n){},{}]},{},[2])(2)});;!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?define(e):t.jqueryI18next=e()}(this,function(){"use strict";function t(t,a){function i(n,a,i){function r(t,n){return f.parseDefaultValueFromContent?e({},t,{defaultValue:n}):t}if(0!==a.length){var o="text";if(0===a.indexOf("[")){var l=a.split("]");a=l[1],o=l[0].substr(1,l[0].length-1)}if(a.indexOf(";")===a.length-1&&(a=a.substr(0,a.length-2)),"html"===o)n.html(t.t(a,r(i,n.html())));else if("text"===o)n.text(t.t(a,r(i,n.text())));else if("prepend"===o)n.prepend(t.t(a,r(i,n.html())));else if("append"===o)n.append(t.t(a,r(i,n.html())));else if(0===o.indexOf("data-")){var s=o.substr("data-".length),d=t.t(a,r(i,n.data(s)));n.data(s,d),n.attr(o,d)}else n.attr(o,t.t(a,r(i,n.attr(o))))}}function r(t,n){var r=t.attr(f.selectorAttr);if(r||void 0===r||!1===r||(r=t.text()||t.val()),r){var o=t,l=t.data(f.targetAttr);if(l&&(o=t.find(l)||t),n||!0!==f.useOptionsAttr||(n=t.data(f.optionsAttr)),n=n||{},r.indexOf(";")>=0){var s=r.split(";");a.each(s,function(t,e){""!==e&&i(o,e.trim(),n)})}else i(o,r,n);if(!0===f.useOptionsAttr){var d={};d=e({clone:d},n),delete d.lng,t.data(f.optionsAttr,d)}}}function o(t){return this.each(function(){r(a(this),t),a(this).find("["+f.selectorAttr+"]").each(function(){r(a(this),t)})})}var f=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};f=e({},n,f),a[f.tName]=t.t.bind(t),a[f.i18nName]=t,a.fn[f.handleName]=o}var e=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var a in n)Object.prototype.hasOwnProperty.call(n,a)&&(t[a]=n[a])}return t},n={tName:"t",i18nName:"i18n",handleName:"localize",selectorAttr:"data-i18n",targetAttr:"i18n-target",optionsAttr:"i18n-options",useOptionsAttr:!1,parseDefaultValueFromContent:!0};return{init:t}});;var runtime=function(e){"use strict";var t,r=Object.prototype,n=r.hasOwnProperty,a="function"==typeof Symbol?Symbol:{},i=a.iterator||"@@iterator",o=a.asyncIterator||"@@asyncIterator",s=a.toStringTag||"@@toStringTag";function u(e,t,r){return Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}),e[t]}try{u({},"")}catch(e){u=function(e,t,r){return e[t]=r}}function c(e,t,r,n){var a=t&&t.prototype instanceof v?t:v,i=Object.create(a.prototype),o=new O(n||[]);return i._invoke=function(e,t,r){var n=f;return function(a,i){if(n===d)throw new Error("Generator is already running");if(n===h){if("throw"===a)throw i;return Y()}for(r.method=a,r.arg=i;;){var o=r.delegate;if(o){var s=S(o,r);if(s){if(s===g)continue;return s}}if("next"===r.method)r.sent=r._sent=r.arg;else if("throw"===r.method){if(n===f)throw n=h,r.arg;r.dispatchException(r.arg)}else"return"===r.method&&r.abrupt("return",r.arg);n=d;var u=p(e,t,r);if("normal"===u.type){if(n=r.done?h:l,u.arg===g)continue;return{value:u.arg,done:r.done}}"throw"===u.type&&(n=h,r.method="throw",r.arg=u.arg)}}}(e,r,o),i}function p(e,t,r){try{return{type:"normal",arg:e.call(t,r)}}catch(e){return{type:"throw",arg:e}}}e.wrap=c;var f="suspendedStart",l="suspendedYield",d="executing",h="completed",g={};function v(){}function b(){}function m(){}var y={};u(y,i,function(){return this});var k=Object.getPrototypeOf,x=k&&k(k(R([])));x&&x!==r&&n.call(x,i)&&(y=x);var w=m.prototype=v.prototype=Object.create(y);function E(e){["next","throw","return"].forEach(function(t){u(e,t,function(e){return this._invoke(t,e)})})}function A(e,t){var r;this._invoke=function(a,i){function o(){return new t(function(r,o){!function r(a,i,o,s){var u=p(e[a],e,i);if("throw"!==u.type){var c=u.arg,f=c.value;return f&&"object"==typeof f&&n.call(f,"__await")?t.resolve(f.__await).then(function(e){r("next",e,o,s)},function(e){r("throw",e,o,s)}):t.resolve(f).then(function(e){c.value=e,o(c)},function(e){return r("throw",e,o,s)})}s(u.arg)}(a,i,r,o)})}return r=r?r.then(o,o):o()}}function S(e,r){var n=e.iterator[r.method];if(n===t){if(r.delegate=null,"throw"===r.method){if(e.iterator.return&&(r.method="return",r.arg=t,S(e,r),"throw"===r.method))return g;r.method="throw",r.arg=new TypeError("The iterator does not provide a 'throw' method")}return g}var a=p(n,e.iterator,r.arg);if("throw"===a.type)return r.method="throw",r.arg=a.arg,r.delegate=null,g;var i=a.arg;return i?i.done?(r[e.resultName]=i.value,r.next=e.nextLoc,"return"!==r.method&&(r.method="next",r.arg=t),r.delegate=null,g):i:(r.method="throw",r.arg=new TypeError("iterator result is not an object"),r.delegate=null,g)}function T(e){var t={tryLoc:e[0]};1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function D(e){var t=e.completion||{};t.type="normal",delete t.arg,e.completion=t}function O(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(T,this),this.reset(!0)}function R(e){if(e){var r=e[i];if(r)return r.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var a=-1,o=function r(){for(;++a<e.length;)if(n.call(e,a))return r.value=e[a],r.done=!1,r;return r.value=t,r.done=!0,r};return o.next=o}}return{next:Y}}function Y(){return{value:t,done:!0}}return b.prototype=m,u(w,"constructor",m),u(m,"constructor",b),b.displayName=u(m,s,"GeneratorFunction"),e.isGeneratorFunction=function(e){var t="function"==typeof e&&e.constructor;return!!t&&(t===b||"GeneratorFunction"===(t.displayName||t.name))},e.mark=function(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,m):(e.__proto__=m,u(e,s,"GeneratorFunction")),e.prototype=Object.create(w),e},e.awrap=function(e){return{__await:e}},E(A.prototype),u(A.prototype,o,function(){return this}),e.AsyncIterator=A,e.async=function(t,r,n,a,i){void 0===i&&(i=Promise);var o=new A(c(t,r,n,a),i);return e.isGeneratorFunction(r)?o:o.next().then(function(e){return e.done?e.value:o.next()})},E(w),u(w,s,"Generator"),u(w,i,function(){return this}),u(w,"toString",function(){return"[object Generator]"}),e.keys=function(e){var t=[];for(var r in e)t.push(r);return t.reverse(),function r(){for(;t.length;){var n=t.pop();if(n in e)return r.value=n,r.done=!1,r}return r.done=!0,r}},e.values=R,O.prototype={constructor:O,reset:function(e){if(this.prev=0,this.next=0,this.sent=this._sent=t,this.done=!1,this.delegate=null,this.method="next",this.arg=t,this.tryEntries.forEach(D),!e)for(var r in this)"t"===r.charAt(0)&&n.call(this,r)&&!isNaN(+r.slice(1))&&(this[r]=t)},stop:function(){this.done=!0;var e=this.tryEntries[0].completion;if("throw"===e.type)throw e.arg;return this.rval},dispatchException:function(e){if(this.done)throw e;var r=this;function a(n,a){return s.type="throw",s.arg=e,r.next=n,a&&(r.method="next",r.arg=t),!!a}for(var i=this.tryEntries.length-1;i>=0;--i){var o=this.tryEntries[i],s=o.completion;if("root"===o.tryLoc)return a("end");if(o.tryLoc<=this.prev){var u=n.call(o,"catchLoc"),c=n.call(o,"finallyLoc");if(u&&c){if(this.prev<o.catchLoc)return a(o.catchLoc,!0);if(this.prev<o.finallyLoc)return a(o.finallyLoc)}else if(u){if(this.prev<o.catchLoc)return a(o.catchLoc,!0)}else{if(!c)throw new Error("try statement without catch or finally");if(this.prev<o.finallyLoc)return a(o.finallyLoc)}}}},abrupt:function(e,t){for(var r=this.tryEntries.length-1;r>=0;--r){var a=this.tryEntries[r];if(a.tryLoc<=this.prev&&n.call(a,"finallyLoc")&&this.prev<a.finallyLoc){var i=a;break}}i&&("break"===e||"continue"===e)&&i.tryLoc<=t&&t<=i.finallyLoc&&(i=null);var o=i?i.completion:{};return o.type=e,o.arg=t,i?(this.method="next",this.next=i.finallyLoc,g):this.complete(o)},complete:function(e,t){if("throw"===e.type)throw e.arg;return"break"===e.type||"continue"===e.type?this.next=e.arg:"return"===e.type?(this.rval=this.arg=e.arg,this.method="return",this.next="end"):"normal"===e.type&&t&&(this.next=t),g},finish:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var r=this.tryEntries[t];if(r.finallyLoc===e)return this.complete(r.completion,r.afterLoc),D(r),g}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var r=this.tryEntries[t];if(r.tryLoc===e){var n=r.completion;if("throw"===n.type){var a=n.arg;D(r)}return a}}throw new Error("illegal catch attempt")},delegateYield:function(e,r,n){return this.delegate={iterator:R(e),resultName:r,nextLoc:n},"next"===this.method&&(this.arg=t),g}},e}("object"==typeof module?module.exports:{});try{regeneratorRuntime=runtime}catch(e){"object"==typeof globalThis?globalThis.regeneratorRuntime=runtime:Function("r","regeneratorRuntime = r")(runtime)}Number.isInteger=Number.isInteger||function(e){return"number"==typeof e&&isFinite(e)&&Math.floor(e)===e},String.fromCodePoint||function(e){var t=function(t){for(var r=[],n=0,a="",i=0,o=arguments.length;i!==o;++i){var s=+arguments[i];if(!(s<1114111&&s>>>0===s))throw RangeError("Invalid code point: "+s);s<=65535?n=r.push(s):(s-=65536,n=r.push(55296+(s>>10),s%1024+56320)),n>=16383&&(a+=e.apply(null,r),r.length=0)}return a+e.apply(null,r)};try{Object.defineProperty(String,"fromCodePoint",{value:t,configurable:!0,writable:!0})}catch(e){String.fromCodePoint=t}}(String.fromCharCode),Object.is||(Object.is=function(e,t){return e===t?0!==e||1/e==1/t:e!=e&&t!=t}),String.prototype.codePointAt||function(){"use strict";var e=function(){try{var e={},t=Object.defineProperty,r=t(e,e,e)&&t}catch(e){}return r}(),t=function(e){if(null==this)throw TypeError();var t=String(this),r=t.length,n=e?Number(e):0;if(n!=n&&(n=0),!(n<0||n>=r)){var a,i=t.charCodeAt(n);return i>=55296&&i<=56319&&r>n+1&&(a=t.charCodeAt(n+1))>=56320&&a<=57343?1024*(i-55296)+a-56320+65536:i}};e?e(String.prototype,"codePointAt",{value:t,configurable:!0,writable:!0}):String.prototype.codePointAt=t}(),Math.log10=Math.log10||function(e){return Math.log(e)*Math.LOG10E},function(e){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=e();else if("function"==typeof define&&define.amd)define([],e);else{("undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this).jsonata=e()}}(function(){return function(){return function e(t,r,n){function a(o,s){if(!r[o]){if(!t[o]){var u="function"==typeof require&&require;if(!s&&u)return u(o,!0);if(i)return i(o,!0);var c=new Error("Cannot find module '"+o+"'");throw c.code="MODULE_NOT_FOUND",c}var p=r[o]={exports:{}};t[o][0].call(p.exports,function(e){return a(t[o][1][e]||e)},p,p.exports,e,t,r,n)}return r[o].exports}for(var i="function"==typeof require&&require,o=0;o<n.length;o++)a(n[o]);return a}}()({1:[function(e,t,r){"use strict";var n=e("./utils"),a=function(){var e=n.stringToArray,t=["Zero","One","Two","Three","Four","Five","Six","Seven","Eight","Nine","Ten","Eleven","Twelve","Thirteen","Fourteen","Fifteen","Sixteen","Seventeen","Eighteen","Nineteen"],r=["Zeroth","First","Second","Third","Fourth","Fifth","Sixth","Seventh","Eighth","Ninth","Tenth","Eleventh","Twelfth","Thirteenth","Fourteenth","Fifteenth","Sixteenth","Seventeenth","Eighteenth","Nineteenth"],a=["Twenty","Thirty","Forty","Fifty","Sixty","Seventy","Eighty","Ninety","Hundred"],i=["Thousand","Million","Billion","Trillion"];var o={};t.forEach(function(e,t){o[e.toLowerCase()]=t}),r.forEach(function(e,t){o[e.toLowerCase()]=t}),a.forEach(function(e,t){var r=e.toLowerCase();o[r]=10*(t+2),o[r.substring(0,e.length-1)+"ieth"]=o[r]}),o.hundredth=100,i.forEach(function(e,t){var r=e.toLowerCase(),n=Math.pow(10,3*(t+1));o[r]=n,o[r+"th"]=n});var s=[[1e3,"m"],[900,"cm"],[500,"d"],[400,"cd"],[100,"c"],[90,"xc"],[50,"l"],[40,"xl"],[10,"x"],[9,"ix"],[5,"v"],[4,"iv"],[1,"i"]],u={M:1e3,D:500,C:100,L:50,X:10,V:5,I:1};function c(e,t){if(void 0!==e)return l(e=Math.floor(e),h(t))}var p={DECIMAL:"decimal",LETTERS:"letters",ROMAN:"roman",WORDS:"words",SEQUENCE:"sequence"},f={UPPER:"upper",LOWER:"lower",TITLE:"title"};function l(n,o){var u,c=n<0;switch(n=Math.abs(n),o.primary){case p.LETTERS:u=function(e,t){for(var r=[],n=t.charCodeAt(0);e>0;)r.unshift(String.fromCharCode((e-1)%26+n)),e=Math.floor((e-1)/26);return r.join("")}(n,o.case===f.UPPER?"A":"a");break;case p.ROMAN:u=function e(t){for(var r=0;r<s.length;r++){var n=s[r];if(t>=n[0])return n[1]+e(t-n[0])}return""}(n),o.case===f.UPPER&&(u=u.toUpperCase());break;case p.WORDS:u=function(e,n){return function e(n,o,s){var u="";if(n<=19)u=(o?" and ":"")+(s?r[n]:t[n]);else if(n<100){var c=Math.floor(n/10),p=n%10;u=(o?" and ":"")+a[c-2],p>0?u+="-"+e(p,!1,s):s&&(u=u.substring(0,u.length-1)+"ieth")}else if(n<1e3){var f=Math.floor(n/100),l=n%100;u=(o?", ":"")+t[f]+" Hundred",l>0?u+=e(l,!0,s):s&&(u+="th")}else{var d=Math.floor(Math.log10(n)/3);d>i.length&&(d=i.length);var h=Math.pow(10,3*d),g=Math.floor(n/h),v=n-g*h;u=(o?", ":"")+e(g,!1,!1)+" "+i[d-1],v>0?u+=e(v,!0,s):s&&(u+="th")}return u}(e,!1,n)}(n,o.ordinal),o.case===f.UPPER?u=u.toUpperCase():o.case===f.LOWER&&(u=u.toLowerCase());break;case p.DECIMAL:u=""+n;var l=o.mandatoryDigits-u.length;if(l>0){var d=new Array(l+1).join("0");u=d+u}if(48!==o.zeroCode&&(u=e(u).map(function(e){return String.fromCodePoint(e.codePointAt(0)+o.zeroCode-48)}).join("")),o.regular)for(var h=Math.floor((u.length-1)/o.groupingSeparators.position);h>0;h--){var g=u.length-h*o.groupingSeparators.position;u=u.substr(0,g)+o.groupingSeparators.character+u.substr(g)}else o.groupingSeparators.reverse().forEach(function(e){var t=u.length-e.position;u=u.substr(0,t)+e.character+u.substr(t)});if(o.ordinal){var v={1:"st",2:"nd",3:"rd"}[u[u.length-1]];(!v||u.length>1&&"1"===u[u.length-2])&&(v="th"),u+=v}break;case p.SEQUENCE:throw{code:"D3130",value:o.token}}return c&&(u="-"+u),u}var d=[48,1632,1776,1984,2406,2534,2662,2790,2918,3046,3174,3302,3430,3558,3664,3792,3872,4160,4240,6112,6160,6470,6608,6784,6800,6992,7088,7232,7248,42528,43216,43264,43472,43504,43600,44016,65296];function h(t){var r,n={type:"integer",primary:p.DECIMAL,case:f.LOWER,ordinal:!1},a=t.lastIndexOf(";");switch(-1===a?r=t:(r=t.substring(0,a),"o"===t.substring(a+1)[0]&&(n.ordinal=!0)),r){case"A":n.case=f.UPPER;case"a":n.primary=p.LETTERS;break;case"I":n.case=f.UPPER;case"i":n.primary=p.ROMAN;break;case"W":n.case=f.UPPER,n.primary=p.WORDS;break;case"Ww":n.case=f.TITLE,n.primary=p.WORDS;break;case"w":n.primary=p.WORDS;break;default:var i=null,o=0,s=0,u=[],c=0;if(e(r).map(function(e){return e.codePointAt(0)}).reverse().forEach(function(e){for(var t=!1,r=0;r<d.length;r++){var n=d[r];if(e>=n&&e<=n+9){if(t=!0,o++,c++,null===i)i=n;else if(n!==i)throw{code:"D3131"};break}}t||(35===e?(c++,s++):u.push({position:c,character:String.fromCodePoint(e)}))}),o>0){n.primary=p.DECIMAL,n.zeroCode=i,n.mandatoryDigits=o,n.optionalDigits=s;var l=function(e){if(0===e.length)return 0;for(var t=e[0].character,r=1;r<e.length;r++)if(e[r].character!==t)return 0;for(var n=e.map(function(e){return e.position}),a=n.reduce(function e(t,r){return 0===r?t:e(r,t%r)}),i=1;i<=n.length;i++)if(-1===n.indexOf(i*a))return 0;return a}(u);l>0?(n.regular=!0,n.groupingSeparators={position:l,character:u[0].character}):(n.regular=!1,n.groupingSeparators=u)}else n.primary=p.SEQUENCE,n.token=r}return n}var g={Y:"1",M:"1",D:"1",d:"1",F:"n",W:"1",w:"1",X:"1",x:"1",H:"1",h:"1",P:"n",m:"01",s:"01",f:"1",Z:"01:01",z:"01:01",C:"n",E:"n"};function v(e){for(var t=[],r={type:"datetime",parts:t},n=function(r,n){if(n>r){var a=e.substring(r,n);a=a.split("]]").join("]"),t.push({type:"literal",value:a})}},a=0,i=0;i<e.length;){if("["===e.charAt(i)){if("["===e.charAt(i+1)){n(a,i),t.push({type:"literal",value:"["}),a=i+=2;continue}if(n(a,i),a=i,-1===(i=e.indexOf("]",a)))throw{code:"D3135"};var o,s=e.substring(a+1,i),u={type:"marker",component:(s=s.split(/\s+/).join("")).charAt(0)},c=s.lastIndexOf(",");if(-1!==c){var p=s.substring(c+1),l=p.indexOf("-"),d=void 0,v=void 0,b=function(e){return void 0===e||"*"===e?void 0:parseInt(e)};-1===l?d=p:(d=p.substring(0,l),v=p.substring(l+1));var m={min:b(d),max:b(v)};u.width=m,o=s.substring(1,c)}else o=s.substring(1);if(1===o.length)u.presentation1=o;else if(o.length>1){var y=o.charAt(o.length-1);-1!=="atco".indexOf(y)?(u.presentation2=y,"o"===y&&(u.ordinal=!0),u.presentation1=o.substring(0,o.length-1)):u.presentation1=o}else u.presentation1=g[u.component];if(void 0===u.presentation1)throw{code:"D3132",value:u.component};if("n"===u.presentation1[0])u.names=f.LOWER;else if("N"===u.presentation1[0])"n"===u.presentation1[1]?u.names=f.TITLE:u.names=f.UPPER;else if(-1!=="YMDdFWwXxHhmsf".indexOf(u.component)){var k=u.presentation1;if(u.presentation2&&(k+=";"+u.presentation2),u.integerFormat=h(k),u.width&&void 0!==u.width.min&&u.integerFormat.mandatoryDigits<u.width.min&&(u.integerFormat.mandatoryDigits=u.width.min),-1!=="YMD".indexOf(u.component))if(u.n=-1,u.width&&void 0!==u.width.max)u.n=u.width.max,u.integerFormat.mandatoryDigits=u.n;else{var x=u.integerFormat.mandatoryDigits+u.integerFormat.optionalDigits;x>=2&&(u.n=x)}}"Z"!==u.component&&"z"!==u.component||(u.integerFormat=h(u.presentation1)),t.push(u),a=i+1}i++}return n(a,i),r}var b=["","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"],m=["January","February","March","April","May","June","July","August","September","October","November","December"],y=function(e){var t=Date.UTC(e.year,e.month),r=new Date(t).getUTCDay();return 0===r&&(r=7),r>4?t+864e5*(8-r):t-864e5*(r-1)},k=function e(t,r){return{year:t,month:r,nextMonth:function(){return 11===r?e(t+1,0):e(t,r+1)},previousMonth:function(){return 0===r?e(t-1,11):e(t,r-1)},nextYear:function(){return e(t+1,r)},previousYear:function(){return e(t-1,r)}}},x=function(e,t){return(t-e)/6048e5+1},w=function(e,t){var r;switch(t){case"Y":r=e.getUTCFullYear();break;case"M":r=e.getUTCMonth()+1;break;case"D":r=e.getUTCDate();break;case"d":r=(Date.UTC(e.getUTCFullYear(),e.getUTCMonth(),e.getUTCDate())-Date.UTC(e.getUTCFullYear(),0))/864e5+1;break;case"F":0===(r=e.getUTCDay())&&(r=7);break;case"W":var n=k(e.getUTCFullYear(),0),a=y(n),i=Date.UTC(n.year,e.getUTCMonth(),e.getUTCDate()),o=x(a,i);if(o>52)i>=y(n.nextYear())&&(o=1);else if(o<1){var s=y(n.previousYear());o=x(s,i)}r=Math.floor(o);break;case"w":var u=k(e.getUTCFullYear(),e.getUTCMonth()),c=y(u),p=Date.UTC(u.year,u.month,e.getUTCDate()),f=x(c,p);if(f>4)p>=y(u.nextMonth())&&(f=1);else if(f<1){var l=y(u.previousMonth());f=x(l,p)}r=Math.floor(f);break;case"X":var d=k(e.getUTCFullYear(),0),h=y(d),g=y(d.nextYear()),v=e.getTime();r=v<h?d.year-1:v>=g?d.year+1:d.year;break;case"x":var b=k(e.getUTCFullYear(),e.getUTCMonth()),m=y(b),w=b.nextMonth(),E=y(w),A=e.getTime();r=A<m?b.previousMonth().month+1:A>=E?w.month+1:b.month+1;break;case"H":r=e.getUTCHours();break;case"h":r=e.getUTCHours(),0===(r%=12)&&(r=12);break;case"P":r=e.getUTCHours()>=12?"pm":"am";break;case"m":r=e.getUTCMinutes();break;case"s":r=e.getUTCSeconds();break;case"f":r=e.getUTCMilliseconds();break;case"Z":case"z":break;case"C":case"E":r="ISO"}return r},E=null;function A(e,t,r){var n=0,a=0;if(void 0!==r){var i=parseInt(r);n=Math.floor(i/100),a=i%100}var o;void 0===t?(null===E&&(E=v("[Y0001]-[M01]-[D01]T[H01]:[m01]:[s01].[f001][Z01:01t]")),o=E):o=v(t);var s=new Date(e+60*(60*n+a)*1e3),u="";return o.parts.forEach(function(e){"literal"===e.type?u+=e.value:u+=function(e,t){var r=w(e,t.component);if(-1!=="YMDdFWwXxHhms".indexOf(t.component))if("Y"===t.component&&-1!==t.n&&(r%=Math.pow(10,t.n)),t.names){if("M"===t.component||"x"===t.component)r=m[r-1];else{if("F"!==t.component)throw{code:"D3133",value:t.component};r=b[r]}t.names===f.UPPER?r=r.toUpperCase():t.names===f.LOWER&&(r=r.toLowerCase()),t.width&&r.length>t.width.max&&(r=r.substring(0,t.width.max))}else r=l(r,t.integerFormat);else if("f"===t.component)r=l(r,t.integerFormat);else if("Z"===t.component||"z"===t.component){var i=100*n+a;if(t.integerFormat.regular)r=l(i,t.integerFormat);else{var o=t.integerFormat.mandatoryDigits;if(1===o||2===o)r=l(n,t.integerFormat),0!==a&&(r+=":"+c(a,"00"));else{if(3!==o&&4!==o)throw{code:"D3134",value:o};r=l(i,t.integerFormat)}}i>=0&&(r="+"+r),"z"===t.component&&(r="GMT"+r),0===i&&"t"===t.presentation2&&(r="Z")}return r}(s,e)}),u}function S(e){var t={};if("datetime"===e.type)t.type="datetime",t.parts=e.parts.map(function(e){var t={};if("literal"===e.type)t.regex=e.value.replace(/[.*+?^${}()|[\]\\]/g,"\\$&");else if("Z"===e.component||"z"===e.component){var r;Array.isArray(e.integerFormat.groupingSeparators)||(r=e.integerFormat.groupingSeparators),t.regex="","z"===e.component&&(t.regex="GMT"),t.regex+="[-+][0-9]+",r&&(t.regex+=r.character+"[0-9]+"),t.parse=function(t){"z"===e.component&&(t=t.substring(3));var n=0,a=0;r?(n=Number.parseInt(t.substring(0,t.indexOf(r.character))),a=Number.parseInt(t.substring(t.indexOf(r.character)+1))):t.length-1<=2?n=Number.parseInt(t):(n=Number.parseInt(t.substring(0,3)),a=Number.parseInt(t.substring(3)));return 60*n+a}}else if(e.integerFormat)e.integerFormat.n=e.n,t=S(e.integerFormat);else{t.regex="[a-zA-Z]+";var n={};if("M"===e.component||"x"===e.component)m.forEach(function(t,r){e.width&&e.width.max?n[t.substring(0,e.width.max)]=r+1:n[t]=r+1});else if("F"===e.component)b.forEach(function(t,r){r>0&&(e.width&&e.width.max?n[t.substring(0,e.width.max)]=r:n[t]=r)});else{if("P"!==e.component)throw{code:"D3133",value:e.component};n={am:0,AM:0,pm:1,PM:1}}t.parse=function(e){return n[e]}}return t.component=e.component,t});else{t.type="integer";var r,n=e.case===f.UPPER;switch(r=e.n&&e.n>0?0===e.optionalDigits?"{".concat(e.n,"}"):"{".concat(e.n-e.optionalDigits,",").concat(e.n,"}"):"+",e.primary){case p.LETTERS:t.regex=n?"[A-Z]+":"[a-z]+",t.parse=function(e){return function(e,t){for(var r=t.charCodeAt(0),n=0,a=0;a<e.length;a++)n+=(e.charCodeAt(e.length-a-1)-r+1)*Math.pow(26,a);return n}(e,n?"A":"a")};break;case p.ROMAN:t.regex=n?"[MDCLXVI]+":"[mdclxvi]+",t.parse=function(e){return function(e){for(var t=0,r=1,n=e.length-1;n>=0;n--){var a=e[n],i=u[a];i<r?t-=i:(r=i,t+=i)}return t}(n?e:e.toUpperCase())};break;case p.WORDS:t.regex="(?:"+Object.keys(o).concat("and","[\\-, ]").join("|")+")+",t.parse=function(e){return t=e.toLowerCase(),r=t.split(/,\s|\sand\s|[\s\\-]/).map(function(e){return o[e]}),n=[0],r.forEach(function(e){if(e<100){var t=n.pop();t>=1e3&&(n.push(t),t=0),n.push(t+e)}else n.push(n.pop()*e)}),n.reduce(function(e,t){return e+t},0);var t,r,n};break;case p.DECIMAL:t.regex="[0-9]".concat(r),e.ordinal&&(t.regex+="(?:th|st|nd|rd)"),t.parse=function(t){var r=t;return e.ordinal&&(r=t.substring(0,t.length-2)),e.regular?r=r.split(",").join(""):e.groupingSeparators.forEach(function(e){r=r.split(e.character).join("")}),48!==e.zeroCode&&(r=r.split("").map(function(t){return String.fromCodePoint(t.codePointAt(0)-e.zeroCode+48)}).join("")),parseInt(r)};break;case p.SEQUENCE:throw{code:"D3130",value:e.token}}}return t}var T=new RegExp("^\\d{4}(-[01]\\d)*(-[0-3]\\d)*(T[0-2]\\d:[0-5]\\d:[0-5]\\d)*(\\.\\d+)?([+-][0-2]\\d:?[0-5]\\d|Z)?$");return{formatInteger:c,parseInteger:function(e,t){if(void 0!==e)return S(h(t)).parse(e)},fromMillis:function(e,t,r){if(void 0!==e)return A.call(this,e,t,r)},toMillis:function(e,t){if(void 0!==e){if(void 0===t){if(!T.test(e))throw{stack:(new Error).stack,code:"D3110",value:e};return Date.parse(e)}return function(e,t){var r=S(v(t)),n="^"+r.parts.map(function(e){return"("+e.regex+")"}).join("")+"$",a=new RegExp(n,"i").exec(e);if(null!==a){for(var i={},o=1;o<a.length;o++){var s=r.parts[o-1];s.parse&&(i[s.component]=s.parse(a[o]))}if(0===Object.getOwnPropertyNames(i).length)return;var u=0,c=function(e){u<<=1,u+=e?1:0},p=function(e){return!(~e&u||!(e&u))};"YXMxWwdD".split("").forEach(function(e){return c(i[e])});var f=!p(161)&&p(130),l=p(84),d=!l&&p(72);u=0,"PHhmsf".split("").forEach(function(e){return c(i[e])});var h=!p(23)&&p(47),g=(f?"YD":l?"XxwF":d?"XWF":"YMD")+(h?"Phmsf":"Hmsf"),b=this.environment.timestamp,m=!1,y=!1;if(g.split("").forEach(function(e){if(void 0===i[e])m?(i[e]=-1!=="MDd".indexOf(e)?1:0,y=!0):i[e]=w(b,e);else if(m=!0,y)throw{code:"D3136"}}),i.M>0?i.M-=1:i.M=0,f){var k=Date.UTC(i.Y,0),x=1e3*(i.d-1)*60*60*24,E=new Date(k+x);i.M=E.getUTCMonth(),i.D=E.getUTCDate()}if(l)throw{code:"D3136"};if(d)throw{code:"D3136"};h&&(i.H=12===i.h?0:i.h,1===i.P&&(i.H+=12));var A=Date.UTC(i.Y,i.M,i.D,i.H,i.m,i.s,i.f);return(i.Z||i.z)&&(A-=60*(i.Z||i.z)*1e3),A}}.call(this,e,t)}}}}();t.exports=a},{"./utils":6}],2:[function(e,t,r){(function(r){(function(){"use strict";function n(e){"@babel/helpers - typeof";return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}var a=e("./utils"),i=function(){var e=regeneratorRuntime.mark(O),t=regeneratorRuntime.mark(R),i=regeneratorRuntime.mark(Y),o=regeneratorRuntime.mark(P),s=regeneratorRuntime.mark(M),u=regeneratorRuntime.mark(U),c=regeneratorRuntime.mark(N),p=regeneratorRuntime.mark(I),f=regeneratorRuntime.mark(L),l=regeneratorRuntime.mark(z),d=regeneratorRuntime.mark($),h=regeneratorRuntime.mark(q),g=a.isNumeric,v=a.isArrayOfStrings,b=a.isArrayOfNumbers,m=a.createSequence,y=a.isSequence,k=a.isFunction,x=a.isLambda,w=a.isIterable,E=a.getFunctionArity,A=a.isDeepEqual,S=a.stringToArray;function T(e,t,r){if(void 0!==e){var n=S(e),a=n.length;if(a+t<0&&(t=0),void 0!==r){if(r<=0)return"";var i=t>=0?t+r:a+t+r;return n.slice(t,i).join("")}return n.slice(t).join("")}}function D(e){if(void 0!==e)return S(e).length}function O(t,r){var n;return regeneratorRuntime.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(n=t.apply(this,[r]),!w(n)){e.next=4;break}return e.delegateYield(n,"t0",3);case 3:n=e.t0;case 4:if(!n||"number"==typeof n.start||"number"===n.end||Array.isArray(n.groups)||k(n.next)){e.next=6;break}throw{code:"T1010",stack:(new Error).stack};case 6:return e.abrupt("return",n);case 7:case"end":return e.stop()}},e,this)}function R(e,r){var n,a;return regeneratorRuntime.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:if(void 0!==e){t.next=2;break}return t.abrupt("return",void 0);case 2:if("string"!=typeof r){t.next=6;break}n=-1!==e.indexOf(r),t.next=9;break;case 6:return t.delegateYield(O(r,e),"t0",7);case 7:a=t.t0,n=void 0!==a;case 9:return t.abrupt("return",n);case 10:case"end":return t.stop()}},t)}function Y(e,t,r){var n,a,o;return regeneratorRuntime.wrap(function(i){for(;;)switch(i.prev=i.next){case 0:if(void 0!==e){i.next=2;break}return i.abrupt("return",void 0);case 2:if(!(r<0)){i.next=4;break}throw{stack:(new Error).stack,value:r,code:"D3040",index:3};case 4:if(n=m(),!(void 0===r||r>0)){i.next=17;break}return a=0,i.delegateYield(O(t,e),"t0",8);case 8:if(void 0===(o=i.t0)){i.next=17;break}case 10:if(void 0===o||!(void 0===r||a<r)){i.next=17;break}return n.push({match:o.match,index:o.start,groups:o.groups}),i.delegateYield(O(o.next),"t1",13);case 13:o=i.t1,a++,i.next=10;break;case 17:return i.abrupt("return",n);case 18:case"end":return i.stop()}},i)}function P(e,t,r,n){var a,i,s,u,c,p,f,l;return regeneratorRuntime.wrap(function(o){for(;;)switch(o.prev=o.next){case 0:if(void 0!==e){o.next=2;break}return o.abrupt("return",void 0);case 2:if(a=this,""!==t){o.next=5;break}throw{code:"D3010",stack:(new Error).stack,value:t,index:2};case 5:if(!(n<0)){o.next=7;break}throw{code:"D3011",stack:(new Error).stack,value:n,index:4};case 7:if(i="string"==typeof r?function(e){for(var t="",n=0,a=r.indexOf("$",n);-1!==a&&n<r.length;){t+=r.substring(n,a),n=a+1;var i=r.charAt(n);if("$"===i)t+="$",n++;else if("0"===i)t+=e.match,n++;else{var o;if(o=0===e.groups.length?1:Math.floor(Math.log(e.groups.length)*Math.LOG10E)+1,a=parseInt(r.substring(n,n+o),10),o>1&&a>e.groups.length&&(a=parseInt(r.substring(n,n+o-1),10)),isNaN(a))t+="$";else{if(e.groups.length>0){var s=e.groups[a-1];void 0!==s&&(t+=s)}n+=a.toString().length}}a=r.indexOf("$",n)}return t+=r.substring(n)}:r,s="",u=0,!(void 0===n||n>0)){o.next=44;break}if(c=0,"string"!=typeof t){o.next=18;break}for(p=e.indexOf(t,u);-1!==p&&(void 0===n||c<n);)s+=e.substring(u,p),s+=r,u=p+t.length,c++,p=e.indexOf(t,u);s+=e.substring(u),o.next=42;break;case 18:return o.delegateYield(O(t,e),"t0",19);case 19:if(void 0===(f=o.t0)){o.next=41;break}case 21:if(void 0===f||!(void 0===n||c<n)){o.next=38;break}if(s+=e.substring(u,f.start),l=i.apply(a,[f]),!w(l)){o.next=27;break}return o.delegateYield(l,"t1",26);case 26:l=o.t1;case 27:if("string"!=typeof l){o.next=31;break}s+=l,o.next=32;break;case 31:throw{code:"D3012",stack:(new Error).stack,value:l};case 32:return u=f.start+f.match.length,c++,o.delegateYield(O(f.next),"t2",35);case 35:f=o.t2,o.next=21;break;case 38:s+=e.substring(u),o.next=42;break;case 41:s=e;case 42:o.next=45;break;case 44:s=e;case 45:return o.abrupt("return",s);case 46:case"end":return o.stop()}},o,this)}function M(e,t,r){var n,a,i,o;return regeneratorRuntime.wrap(function(s){for(;;)switch(s.prev=s.next){case 0:if(void 0!==e){s.next=2;break}return s.abrupt("return",void 0);case 2:if(!(r<0)){s.next=4;break}throw{code:"D3020",stack:(new Error).stack,value:r,index:3};case 4:if(n=[],!(void 0===r||r>0)){s.next=27;break}if("string"!=typeof t){s.next=10;break}n=e.split(t,r),s.next=27;break;case 10:return a=0,s.delegateYield(O(t,e),"t0",12);case 12:if(void 0===(i=s.t0)){s.next=26;break}o=0;case 15:if(void 0===i||!(void 0===r||a<r)){s.next=23;break}return n.push(e.substring(o,i.start)),o=i.end,s.delegateYield(O(i.next),"t1",19);case 19:i=s.t1,a++,s.next=15;break;case 23:(void 0===r||a<r)&&n.push(e.substring(o)),s.next=27;break;case 26:n.push(e);case 27:return s.abrupt("return",n);case 28:case"end":return s.stop()}},s)}function j(e,t){var r;if(void 0!==e){if(t){var n=e.toString().split("e");e=+(n[0]+"e"+(n[1]?+n[1]+t:t))}var a=(r=Math.round(e))-e;return.5===Math.abs(a)&&1===Math.abs(r%2)&&(r-=1),t&&(r=+((n=r.toString().split("e"))[0]+"e"+(n[1]?+n[1]-t:-t))),Object.is(r,-0)&&(r=0),r}}function C(e){if(void 0!==e){var t=!1;if(Array.isArray(e)){if(1===e.length)t=C(e[0]);else if(e.length>1){t=e.filter(function(e){return C(e)}).length>0}}else"string"==typeof e?e.length>0&&(t=!0):g(e)?0!==e&&(t=!0):null!==e&&"object"===n(e)?Object.keys(e).length>0&&(t=!0):"boolean"==typeof e&&!0===e&&(t=!0);return t}}function F(e,t,r,n){var a=[t],i=E(e);return i>=2&&a.push(r),i>=3&&a.push(n),a}function U(e,t){var r,n,a,i;return regeneratorRuntime.wrap(function(o){for(;;)switch(o.prev=o.next){case 0:if(void 0!==e){o.next=2;break}return o.abrupt("return",void 0);case 2:r=m(),n=0;case 4:if(!(n<e.length)){o.next=12;break}return a=F(t,e[n],n,e),o.delegateYield(t.apply(this,a),"t0",7);case 7:void 0!==(i=o.t0)&&r.push(i);case 9:n++,o.next=4;break;case 12:return o.abrupt("return",r);case 13:case"end":return o.stop()}},u,this)}function N(e,t){var r,n,a,i;return regeneratorRuntime.wrap(function(o){for(;;)switch(o.prev=o.next){case 0:if(void 0!==e){o.next=2;break}return o.abrupt("return",void 0);case 2:r=m(),n=0;case 4:if(!(n<e.length)){o.next=13;break}return a=e[n],i=F(t,a,n,e),o.delegateYield(t.apply(this,i),"t0",8);case 8:C(o.t0)&&r.push(a);case 10:n++,o.next=4;break;case 13:return o.abrupt("return",r);case 14:case"end":return o.stop()}},c,this)}function I(e,t){var r,n,a,i,o,s,u;return regeneratorRuntime.wrap(function(c){for(;;)switch(c.prev=c.next){case 0:if(void 0!==e){c.next=2;break}return c.abrupt("return",void 0);case 2:r=!1,a=0;case 4:if(!(a<e.length)){c.next=22;break}if(i=e[a],o=!0,void 0===t){c.next=12;break}return s=F(t,i,a,e),c.delegateYield(t.apply(this,s),"t0",10);case 10:u=c.t0,o=C(u);case 12:if(!o){c.next=19;break}if(r){c.next=18;break}n=i,r=!0,c.next=19;break;case 18:throw{stack:(new Error).stack,code:"D3138",index:a};case 19:a++,c.next=4;break;case 22:if(r){c.next=24;break}throw{stack:(new Error).stack,code:"D3139"};case 24:return c.abrupt("return",n);case 25:case"end":return c.stop()}},p,this)}function L(e,t,r){var n,a,i,o;return regeneratorRuntime.wrap(function(s){for(;;)switch(s.prev=s.next){case 0:if(void 0!==e){s.next=2;break}return s.abrupt("return",void 0);case 2:if(!((a=E(t))<2)){s.next=5;break}throw{stack:(new Error).stack,code:"D3050",index:1};case 5:void 0===r&&e.length>0?(n=e[0],i=1):(n=r,i=0);case 6:if(!(i<e.length)){s.next=15;break}return o=[n,e[i]],a>=3&&o.push(i),a>=4&&o.push(e),s.delegateYield(t.apply(this,o),"t0",11);case 11:n=s.t0,i++,s.next=6;break;case 15:return s.abrupt("return",n);case 16:case"end":return s.stop()}},f,this)}function _(e,t){return void 0===e?t:void 0===t?e:(Array.isArray(e)||(e=m(e)),Array.isArray(t)||(t=[t]),e.concat(t))}function z(e,t){var r,n,a,i;return regeneratorRuntime.wrap(function(o){for(;;)switch(o.prev=o.next){case 0:r=m(),o.t0=regeneratorRuntime.keys(e);case 2:if((o.t1=o.t0()).done){o.next=10;break}return n=o.t1.value,a=F(t,e[n],n,e),o.delegateYield(t.apply(this,a),"t2",6);case 6:void 0!==(i=o.t2)&&r.push(i),o.next=2;break;case 10:return o.abrupt("return",r);case 11:case"end":return o.stop()}},l,this)}function $(e,t){var r,n,a,i;return regeneratorRuntime.wrap(function(o){for(;;)switch(o.prev=o.next){case 0:if(void 0!==e){o.next=2;break}return o.abrupt("return",void 0);case 2:if(!(e.length<=1)){o.next=4;break}return o.abrupt("return",e);case 4:if(void 0!==t){o.next=10;break}if(b(e)||v(e)){o.next=7;break}throw{stack:(new Error).stack,code:"D3070",index:1};case 7:r=regeneratorRuntime.mark(function e(t,r){return regeneratorRuntime.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return e.abrupt("return",t>r);case 1:case"end":return e.stop()}},e)}),o.next=11;break;case 10:r=t;case 11:return n=regeneratorRuntime.mark(function e(t,n){var a,i;return regeneratorRuntime.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return a=regeneratorRuntime.mark(function e(t,n,a){return regeneratorRuntime.wrap(function(i){for(;;)switch(i.prev=i.next){case 0:if(0!==n.length){i.next=4;break}Array.prototype.push.apply(t,a),i.next=16;break;case 4:if(0!==a.length){i.next=8;break}Array.prototype.push.apply(t,n),i.next=16;break;case 8:return i.delegateYield(r(n[0],a[0]),"t0",9);case 9:if(!i.t0){i.next=14;break}return t.push(a[0]),i.delegateYield(e(t,n,a.slice(1)),"t1",12);case 12:i.next=16;break;case 14:return t.push(n[0]),i.delegateYield(e(t,n.slice(1),a),"t2",16);case 16:case"end":return i.stop()}},e)}),i=[],e.delegateYield(a(i,t,n),"t0",3);case 3:return e.abrupt("return",i);case 4:case"end":return e.stop()}},e)}),a=regeneratorRuntime.mark(function e(t){var r,a,i;return regeneratorRuntime.wrap(function(o){for(;;)switch(o.prev=o.next){case 0:if(Array.isArray(t)&&!(t.length<=1)){o.next=4;break}return o.abrupt("return",t);case 4:return r=Math.floor(t.length/2),a=t.slice(0,r),i=t.slice(r),o.delegateYield(e(a),"t0",8);case 8:return a=o.t0,o.delegateYield(e(i),"t1",10);case 10:return i=o.t1,o.delegateYield(n(a,i),"t2",12);case 12:return o.abrupt("return",o.t2);case 13:case"end":return o.stop()}},e)}),o.delegateYield(a(e),"t0",14);case 14:return i=o.t0,o.abrupt("return",i);case 16:case"end":return o.stop()}},d)}function q(e,t){var r,n,a,i;return regeneratorRuntime.wrap(function(o){for(;;)switch(o.prev=o.next){case 0:r={},o.t0=regeneratorRuntime.keys(e);case 2:if((o.t1=o.t0()).done){o.next=11;break}return n=o.t1.value,a=e[n],i=F(t,a,n,e),o.delegateYield(t.apply(this,i),"t2",7);case 7:C(o.t2)&&(r[n]=a),o.next=2;break;case 11:return 0===Object.keys(r).length&&(r=void 0),o.abrupt("return",r);case 13:case"end":return o.stop()}},h,this)}return{sum:function(e){if(void 0!==e){var t=0;return e.forEach(function(e){t+=e}),t}},count:function(e){return void 0===e?0:e.length},max:function(e){if(void 0!==e&&0!==e.length)return Math.max.apply(Math,e)},min:function(e){if(void 0!==e&&0!==e.length)return Math.min.apply(Math,e)},average:function(e){if(void 0!==e&&0!==e.length){var t=0;return e.forEach(function(e){t+=e}),t/e.length}},string:function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if(void 0!==e){var r;if("string"==typeof e)r=e;else if(k(e))r="";else{if("number"==typeof e&&!isFinite(e))throw{code:"D3001",value:e,stack:(new Error).stack};var n=t?2:0;Array.isArray(e)&&e.outerWrapper&&(e=e[0]),r=JSON.stringify(e,function(e,t){return null!=t&&t.toPrecision&&g(t)?Number(t.toPrecision(15)):t&&k(t)?"":t},n)}return r}},substring:T,substringBefore:function(e,t){if(void 0!==e){var r=e.indexOf(t);return r>-1?e.substr(0,r):e}},substringAfter:function(e,t){if(void 0!==e){var r=e.indexOf(t);return r>-1?e.substr(r+t.length):e}},lowercase:function(e){if(void 0!==e)return e.toLowerCase()},uppercase:function(e){if(void 0!==e)return e.toUpperCase()},length:D,trim:function(e){if(void 0!==e){var t=e.replace(/[ \t\n\r]+/gm," ");return" "===t.charAt(0)&&(t=t.substring(1))," "===t.charAt(t.length-1)&&(t=t.substring(0,t.length-1)),t}},pad:function(e,t,r){if(void 0!==e){var n;void 0!==r&&0!==r.length||(r=" ");var a=Math.abs(t)-D(e);if(a>0){var i=new Array(a+1).join(r);r.length>1&&(i=T(i,0,a)),n=t>0?e+i:i+e}else n=e;return n}},match:Y,contains:R,replace:P,split:M,join:function(e,t){if(void 0!==e)return void 0===t&&(t=""),e.join(t)},formatNumber:function(e,t,r){if(void 0!==e){var n={"decimal-separator":".","grouping-separator":",","exponent-separator":"e",infinity:"Infinity","minus-sign":"-",NaN:"NaN",percent:"%","per-mille":"‰","zero-digit":"0",digit:"#","pattern-separator":";"};void 0!==r&&Object.keys(r).forEach(function(e){n[e]=r[e]});for(var a=[],i=n["zero-digit"].charCodeAt(0),o=i;o<i+10;o++)a.push(String.fromCharCode(o));var s=a.concat([n["decimal-separator"],n["exponent-separator"],n["grouping-separator"],n.digit,n["pattern-separator"]]),u=t.split(n["pattern-separator"]);if(u.length>2)throw{code:"D3080",stack:(new Error).stack};var c=u.map(function(e){var t,r,a,i,o=function(){for(var t,r=0;r<e.length;r++)if(t=e.charAt(r),-1!==s.indexOf(t)&&t!==n["exponent-separator"])return e.substring(0,r)}(),u=function(){for(var t,r=e.length-1;r>=0;r--)if(t=e.charAt(r),-1!==s.indexOf(t)&&t!==n["exponent-separator"])return e.substring(r+1)}(),c=e.substring(o.length,e.length-u.length),p=e.indexOf(n["exponent-separator"],o.length);-1===p||p>e.length-u.length?(t=c,r=void 0):(t=c.substring(0,p),r=c.substring(p+1));var f=t.indexOf(n["decimal-separator"]);return-1===f?(a=t,i=u):(a=t.substring(0,f),i=t.substring(f+1)),{prefix:o,suffix:u,activePart:c,mantissaPart:t,exponentPart:r,integerPart:a,fractionalPart:i,subpicture:e}});c.forEach(function(e){var t,r,i=e.subpicture,o=i.indexOf(n["decimal-separator"]);o!==i.lastIndexOf(n["decimal-separator"])&&(t="D3081"),i.indexOf(n.percent)!==i.lastIndexOf(n.percent)&&(t="D3082"),i.indexOf(n["per-mille"])!==i.lastIndexOf(n["per-mille"])&&(t="D3083"),-1!==i.indexOf(n.percent)&&-1!==i.indexOf(n["per-mille"])&&(t="D3084");var u=!1;for(r=0;r<e.mantissaPart.length;r++){var c=e.mantissaPart.charAt(r);if(-1!==a.indexOf(c)||c===n.digit){u=!0;break}}u||(t="D3085"),-1!==e.activePart.split("").map(function(e){return-1===s.indexOf(e)?"p":"a"}).join("").indexOf("p")&&(t="D3086"),-1!==o?i.charAt(o-1)!==n["grouping-separator"]&&i.charAt(o+1)!==n["grouping-separator"]||(t="D3087"):e.integerPart.charAt(e.integerPart.length-1)===n["grouping-separator"]&&(t="D3088"),-1!==i.indexOf(n["grouping-separator"]+n["grouping-separator"])&&(t="D3089");var p=e.integerPart.indexOf(n.digit);-1!==p&&e.integerPart.substring(0,p).split("").filter(function(e){return a.indexOf(e)>-1}).length>0&&(t="D3090"),-1!==(p=e.fractionalPart.lastIndexOf(n.digit))&&e.fractionalPart.substring(p).split("").filter(function(e){return a.indexOf(e)>-1}).length>0&&(t="D3091");var f="string"==typeof e.exponentPart;if(f&&e.exponentPart.length>0&&(-1!==i.indexOf(n.percent)||-1!==i.indexOf(n["per-mille"]))&&(t="D3092"),f&&(0===e.exponentPart.length||e.exponentPart.split("").filter(function(e){return-1===a.indexOf(e)}).length>0)&&(t="D3093"),t)throw{code:t,stack:(new Error).stack}});var p,f,l,d,h=c.map(function(e){var t=function(t,r){for(var i=[],o=t.indexOf(n["grouping-separator"]);-1!==o;){var s=(r?t.substring(0,o):t.substring(o)).split("").filter(function(e){return-1!==a.indexOf(e)||e===n.digit}).length;i.push(s),o=e.integerPart.indexOf(n["grouping-separator"],o+1)}return i},r=t(e.integerPart),i=function(e){if(0===e.length)return 0;for(var t=e.reduce(function e(t,r){return 0===r?t:e(r,t%r)}),r=1;r<=e.length;r++)if(-1===e.indexOf(r*t))return 0;return t}(r),o=t(e.fractionalPart,!0),s=e.integerPart.split("").filter(function(e){return-1!==a.indexOf(e)}).length,u=s,c=e.fractionalPart.split(""),p=c.filter(function(e){return-1!==a.indexOf(e)}).length,f=c.filter(function(e){return-1!==a.indexOf(e)||e===n.digit}).length,l="string"==typeof e.exponentPart;0===s&&0===f&&(l?(p=1,f=1):s=1),l&&0===s&&-1!==e.integerPart.indexOf(n.digit)&&(s=1),0===s&&0===p&&(p=1);var d=0;return l&&(d=e.exponentPart.split("").filter(function(e){return-1!==a.indexOf(e)}).length),{integerPartGroupingPositions:r,regularGrouping:i,minimumIntegerPartSize:s,scalingFactor:u,prefix:e.prefix,fractionalPartGroupingPositions:o,minimumFactionalPartSize:p,maximumFactionalPartSize:f,minimumExponentSize:d,suffix:e.suffix,picture:e.subpicture}}),g=n["minus-sign"],v=n["zero-digit"],b=n["decimal-separator"],m=n["grouping-separator"];if(1===h.length&&(h.push(JSON.parse(JSON.stringify(h[0]))),h[1].prefix=g+h[1].prefix),f=-1!==(p=e>=0?h[0]:h[1]).picture.indexOf(n.percent)?100*e:-1!==p.picture.indexOf(n["per-mille"])?1e3*e:e,0===p.minimumExponentSize)l=f;else{var y=Math.pow(10,p.scalingFactor),k=Math.pow(10,p.scalingFactor-1);for(l=f,d=0;l<k;)l*=10,d-=1;for(;l>y;)l/=10,d+=1}var x=function(e,t){var r=Math.abs(e).toFixed(t);return"0"!==v&&(r=r.split("").map(function(e){return e>="0"&&e<="9"?a[e.charCodeAt(0)-48]:e}).join("")),r},w=x(j(l,p.maximumFactionalPartSize),p.maximumFactionalPartSize),E=w.indexOf(".");for(-1===E?w+=b:w=w.replace(".",b);w.charAt(0)===v;)w=w.substring(1);for(;w.charAt(w.length-1)===v;)w=w.substring(0,w.length-1);E=w.indexOf(b);var A=p.minimumIntegerPartSize-E,S=p.minimumFactionalPartSize-(w.length-E-1);if(w=(A>0?new Array(A+1).join(v):"")+w,w+=S>0?new Array(S+1).join(v):"",E=w.indexOf(b),p.regularGrouping>0)for(var T=Math.floor((E-1)/p.regularGrouping),D=1;D<=T;D++)w=[w.slice(0,E-D*p.regularGrouping),m,w.slice(E-D*p.regularGrouping)].join("");else p.integerPartGroupingPositions.forEach(function(e){w=[w.slice(0,E-e),m,w.slice(E-e)].join(""),E++});if(E=w.indexOf(b),p.fractionalPartGroupingPositions.forEach(function(e){w=[w.slice(0,e+E+1),m,w.slice(e+E+1)].join("")}),E=w.indexOf(b),-1!==p.picture.indexOf(b)&&E!==w.length-1||(w=w.substring(0,w.length-1)),void 0!==d){var O=x(d,0);(A=p.minimumExponentSize-O.length)>0&&(O=new Array(A+1).join(v)+O),w=w+n["exponent-separator"]+(d<0?g:"")+O}return w=p.prefix+w+p.suffix}},formatBase:function(e,t){if(void 0!==e){if(e=j(e),(t=void 0===t?10:j(t))<2||t>36)throw{code:"D3100",stack:(new Error).stack,value:t};return e.toString(t)}},number:function(e){var t;if(void 0!==e){if("number"==typeof e)t=e;else if("string"==typeof e&&/^-?[0-9]+(\.[0-9]+)?([Ee][-+]?[0-9]+)?$/.test(e)&&!isNaN(parseFloat(e))&&isFinite(e))t=parseFloat(e);else if(!0===e)t=1;else{if(!1!==e)throw{code:"D3030",value:e,stack:(new Error).stack,index:1};t=0}return t}},floor:function(e){if(void 0!==e)return Math.floor(e)},ceil:function(e){if(void 0!==e)return Math.ceil(e)},round:j,abs:function(e){if(void 0!==e)return Math.abs(e)},sqrt:function(e){if(void 0!==e){if(e<0)throw{stack:(new Error).stack,code:"D3060",index:1,value:e};return Math.sqrt(e)}},power:function(e,t){var r;if(void 0!==e){if(r=Math.pow(e,t),!isFinite(r))throw{stack:(new Error).stack,code:"D3061",index:1,value:e,exp:t};return r}},random:function(){return Math.random()},boolean:C,not:function(e){if(void 0!==e)return!C(e)},map:U,zip:function(){for(var e=[],t=Array.prototype.slice.call(arguments),r=Math.min.apply(Math,t.map(function(e){return Array.isArray(e)?e.length:0})),n=0;n<r;n++){var a=t.map(function(e){return e[n]});e.push(a)}return e},filter:N,single:I,foldLeft:L,sift:q,keys:function e(t){var r=m();if(Array.isArray(t)){var a={};t.forEach(function(t){e(t).forEach(function(e){a[e]=!0})}),r=e(a)}else null===t||"object"!==n(t)||x(t)||Object.keys(t).forEach(function(e){return r.push(e)});return r},lookup:function e(t,r){var a;if(Array.isArray(t)){a=m();for(var i=0;i<t.length;i++){var o=e(t[i],r);void 0!==o&&(Array.isArray(o)?o.forEach(function(e){return a.push(e)}):a.push(o))}}else null!==t&&"object"===n(t)&&(a=t[r]);return a},append:_,exists:function(e){return void 0!==e},spread:function e(t){var r=m();if(Array.isArray(t))t.forEach(function(t){r=_(r,e(t))});else if(null===t||"object"!==n(t)||x(t))r=t;else for(var a in t){var i={};i[a]=t[a],r.push(i)}return r},merge:function(e){if(void 0!==e){var t={};return e.forEach(function(e){for(var r in e)t[r]=e[r]}),t}},reverse:function(e){if(void 0!==e){if(e.length<=1)return e;for(var t=e.length,r=new Array(t),n=0;n<t;n++)r[t-n-1]=e[n];return r}},each:z,error:function(e){throw{code:"D3137",stack:(new Error).stack,message:e||"$error() function evaluated"}},assert:function(e,t){if(!e)throw{code:"D3141",stack:(new Error).stack,message:t||"$assert() statement failed"}},type:function(e){if(void 0!==e)return null===e?"null":g(e)?"number":"string"==typeof e?"string":"boolean"==typeof e?"boolean":Array.isArray(e)?"array":k(e)?"function":"object"},sort:$,shuffle:function(e){if(void 0!==e){if(e.length<=1)return e;for(var t=new Array(e.length),r=0;r<e.length;r++){var n=Math.floor(Math.random()*(r+1));r!==n&&(t[r]=t[n]),t[n]=e[r]}return t}},distinct:function(e){if(void 0!==e){if(!Array.isArray(e)||e.length<=1)return e;for(var t=y(e)?m():[],r=0;r<e.length;r++){for(var n=e[r],a=!1,i=0;i<t.length;i++)if(A(n,t[i])){a=!0;break}a||t.push(n)}return t}},base64encode:function(e){if(void 0!==e)return("undefined"!=typeof window?window.btoa:function(e){return new r.Buffer.from(e,"binary").toString("base64")})(e)},base64decode:function(e){if(void 0!==e)return("undefined"!=typeof window?window.atob:function(e){return new r.Buffer.from(e,"base64").toString("binary")})(e)},encodeUrlComponent:function(e){if(void 0!==e){var t;try{t=encodeURIComponent(e)}catch(t){throw{code:"D3140",stack:(new Error).stack,value:e,functionName:"encodeUrlComponent"}}return t}},encodeUrl:function(e){if(void 0!==e){var t;try{t=encodeURI(e)}catch(t){throw{code:"D3140",stack:(new Error).stack,value:e,functionName:"encodeUrl"}}return t}},decodeUrlComponent:function(e){if(void 0!==e){var t;try{t=decodeURIComponent(e)}catch(t){throw{code:"D3140",stack:(new Error).stack,value:e,functionName:"decodeUrlComponent"}}return t}},decodeUrl:function(e){if(void 0!==e){var t;try{t=decodeURI(e)}catch(t){throw{code:"D3140",stack:(new Error).stack,value:e,functionName:"decodeUrl"}}return t}}}}();t.exports=i}).call(this)}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{"./utils":6}],3:[function(e,t,r){"use strict";function n(e){"@babel/helpers - typeof";return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}var a=e("./datetime"),i=e("./functions"),o=e("./utils"),s=e("./parser"),u=e("./signature"),c=function(){var e=regeneratorRuntime.mark(L),t=regeneratorRuntime.mark(_),r=regeneratorRuntime.mark($),c=regeneratorRuntime.mark(q),p=regeneratorRuntime.mark(W),f=regeneratorRuntime.mark(G),l=regeneratorRuntime.mark(H),d=regeneratorRuntime.mark(Z),h=regeneratorRuntime.mark(re),g=regeneratorRuntime.mark(ie),v=regeneratorRuntime.mark(ue),b=regeneratorRuntime.mark(ce),m=regeneratorRuntime.mark(pe),y=regeneratorRuntime.mark(de),k=regeneratorRuntime.mark(ve),x=regeneratorRuntime.mark(be),w=regeneratorRuntime.mark(me),E=regeneratorRuntime.mark(ye),A=regeneratorRuntime.mark(xe),S=regeneratorRuntime.mark(Ee),T=regeneratorRuntime.mark(Te),D=regeneratorRuntime.mark(Re),O=o.isNumeric,R=o.isArrayOfStrings,Y=o.isArrayOfNumbers,P=o.createSequence,M=o.isSequence,j=o.isFunction,C=o.isLambda,F=o.isIterable,U=o.getFunctionArity,N=o.isDeepEqual,I=Ye(null);function L(t,r,n){var a,i,o,s;return regeneratorRuntime.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:(i=n.lookup("__evaluate_entry"))&&i(t,r,n),e.t0=t.type,e.next="path"===e.t0?5:"binary"===e.t0?8:"unary"===e.t0?11:"name"===e.t0?14:"string"===e.t0?16:"number"===e.t0?16:"value"===e.t0?16:"wildcard"===e.t0?18:"descendant"===e.t0?20:"parent"===e.t0?22:"condition"===e.t0?24:"block"===e.t0?27:"bind"===e.t0?30:"regex"===e.t0?33:"function"===e.t0?35:"variable"===e.t0?38:"lambda"===e.t0?40:"partial"===e.t0?42:"apply"===e.t0?45:"transform"===e.t0?48:50;break;case 5:return e.delegateYield(_(t,r,n),"t1",6);case 6:return a=e.t1,e.abrupt("break",50);case 8:return e.delegateYield(H(t,r,n),"t2",9);case 9:return a=e.t2,e.abrupt("break",50);case 11:return e.delegateYield(Z(t,r,n),"t3",12);case 12:return a=e.t3,e.abrupt("break",50);case 14:return a=B(t,r,n),e.abrupt("break",50);case 16:return a=J(t),e.abrupt("break",50);case 18:return a=X(t,r),e.abrupt("break",50);case 20:return a=Q(t,r),e.abrupt("break",50);case 22:return a=n.lookup(t.slot.label),e.abrupt("break",50);case 24:return e.delegateYield(ce(t,r,n),"t4",25);case 25:return a=e.t4,e.abrupt("break",50);case 27:return e.delegateYield(pe(t,r,n),"t5",28);case 28:return a=e.t5,e.abrupt("break",50);case 30:return e.delegateYield(ue(t,r,n),"t6",31);case 31:return a=e.t6,e.abrupt("break",50);case 33:return a=fe(t),e.abrupt("break",50);case 35:return e.delegateYield(be(t,r,n),"t7",36);case 36:return a=e.t7,e.abrupt("break",50);case 38:return a=le(t,r,n),e.abrupt("break",50);case 40:return a=ke(t,r,n),e.abrupt("break",50);case 42:return e.delegateYield(xe(t,r,n),"t8",43);case 43:return a=e.t8,e.abrupt("break",50);case 45:return e.delegateYield(ve(t,r,n),"t9",46);case 46:return a=e.t9,e.abrupt("break",50);case 48:return a=he(t,r,n),e.abrupt("break",50);case 50:if(!n.async||null!=a&&"function"==typeof a.then||(a=Promise.resolve(a)),!n.async||"function"!=typeof a.then||!t.nextFunction||"function"!=typeof a[t.nextFunction]){e.next=54;break}e.next=57;break;case 54:return e.next=56,a;case 56:a=e.sent;case 57:if(!Object.prototype.hasOwnProperty.call(t,"predicate")){e.next=65;break}o=0;case 59:if(!(o<t.predicate.length)){e.next=65;break}return e.delegateYield(G(t.predicate[o].expr,a,n),"t10",61);case 61:a=e.t10;case 62:o++,e.next=59;break;case 65:if("path"===t.type||!Object.prototype.hasOwnProperty.call(t,"group")){e.next=68;break}return e.delegateYield(ie(t.group,a,n),"t11",67);case 67:a=e.t11;case 68:return(s=n.lookup("__evaluate_exit"))&&s(t,r,n,a),a&&M(a)&&!a.tupleStream&&(t.keepArray&&(a.keepSingleton=!0),0===a.length?a=void 0:1===a.length&&(a=a.keepSingleton?a:a[0])),e.abrupt("return",a);case 72:case"end":return e.stop()}},e)}function _(e,r,n){var a,i,o,s,u,c;return regeneratorRuntime.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:a=Array.isArray(r)&&"variable"!==e.steps[0].type?r:P(r),o=!1,s=void 0,u=0;case 4:if(!(u<e.steps.length)){t.next=25;break}if((c=e.steps[u]).tuple&&(o=!0),0!==u||!c.consarray){t.next=12;break}return t.delegateYield(L(c,a,n),"t0",9);case 9:i=t.t0,t.next=19;break;case 12:if(!o){t.next=17;break}return t.delegateYield(W(c,a,s,n),"t1",14);case 14:s=t.t1,t.next=19;break;case 17:return t.delegateYield($(c,a,n,u===e.steps.length-1),"t2",18);case 18:i=t.t2;case 19:if(o||void 0!==i&&0!==i.length){t.next=21;break}return t.abrupt("break",25);case 21:void 0===c.focus&&(a=i);case 22:u++,t.next=4;break;case 25:if(o)if(e.tuple)i=s;else for(i=P(),u=0;u<s.length;u++)i.push(s[u]["@"]);if(e.keepSingletonArray&&(Array.isArray(i)&&i.cons&&!i.sequence&&(i=P(i)),i.keepSingleton=!0),!e.hasOwnProperty("group")){t.next=30;break}return t.delegateYield(ie(e.group,o?s:i,n),"t3",29);case 29:i=t.t3;case 30:return t.abrupt("return",i);case 31:case"end":return t.stop()}},t)}function z(e,t){var r=Ye(e);for(var n in t)r.bind(n,t[n]);return r}function $(e,t,n,a){var i,o,s,u,c;return regeneratorRuntime.wrap(function(r){for(;;)switch(r.prev=r.next){case 0:if("sort"!==e.type){r.next=7;break}return r.delegateYield(de(e,t,n),"t0",2);case 2:if(i=r.t0,!e.stages){r.next=6;break}return r.delegateYield(q(e.stages,i,n),"t1",5);case 5:i=r.t1;case 6:return r.abrupt("return",i);case 7:i=P(),o=0;case 9:if(!(o<t.length)){r.next=24;break}return r.delegateYield(L(e,t[o],n),"t2",11);case 11:if(s=r.t2,!e.stages){r.next=20;break}u=0;case 14:if(!(u<e.stages.length)){r.next=20;break}return r.delegateYield(G(e.stages[u].expr,s,n),"t3",16);case 16:s=r.t3;case 17:u++,r.next=14;break;case 20:void 0!==s&&i.push(s);case 21:o++,r.next=9;break;case 24:return c=P(),a&&1===i.length&&Array.isArray(i[0])&&!M(i[0])?c=i[0]:i.forEach(function(e){!Array.isArray(e)||e.cons?c.push(e):e.forEach(function(e){return c.push(e)})}),r.abrupt("return",c);case 27:case"end":return r.stop()}},r)}function q(e,t,r){var n,a,i,o;return regeneratorRuntime.wrap(function(s){for(;;)switch(s.prev=s.next){case 0:n=t,a=0;case 2:if(!(a<e.length)){s.next=15;break}i=e[a],s.t0=i.type,s.next="filter"===s.t0?7:"index"===s.t0?10:12;break;case 7:return s.delegateYield(G(i.expr,n,r),"t1",8);case 8:return n=s.t1,s.abrupt("break",12);case 10:for(o=0;o<n.length;o++)n[o][i.value]=o;return s.abrupt("break",12);case 12:a++,s.next=2;break;case 15:return s.abrupt("return",n);case 16:case"end":return s.stop()}},c)}function W(e,t,r,n){var a,i,o,s,u,c,f,l;return regeneratorRuntime.wrap(function(p){for(;;)switch(p.prev=p.next){case 0:if("sort"!==e.type){p.next=15;break}if(!r){p.next=6;break}return p.delegateYield(de(e,r,n),"t0",3);case 3:a=p.t0,p.next=11;break;case 6:return p.delegateYield(de(e,t,n),"t1",7);case 7:for(i=p.t1,(a=P()).tupleStream=!0,o=0;o<i.length;o++)(s={"@":i[o]})[e.index]=o,a.push(s);case 11:if(!e.stages){p.next=14;break}return p.delegateYield(q(e.stages,a,n),"t2",13);case 13:a=p.t2;case 14:return p.abrupt("return",a);case 15:(a=P()).tupleStream=!0,u=n,void 0===r&&(r=t.map(function(e){return{"@":e}})),c=0;case 20:if(!(c<r.length)){p.next=28;break}return u=z(n,r[c]),p.delegateYield(L(e,r[c]["@"],u),"t3",23);case 23:if(void 0!==(f=p.t3))for(Array.isArray(f)||(f=[f]),l=0;l<f.length;l++)s={},Object.assign(s,r[c]),f.tupleStream?Object.assign(s,f[l]):(e.focus?(s[e.focus]=f[l],s["@"]=r[c]["@"]):s["@"]=f[l],e.index&&(s[e.index]=l),e.ancestor&&(s[e.ancestor.label]=r[c]["@"])),a.push(s);case 25:c++,p.next=20;break;case 28:if(!e.stages){p.next=31;break}return p.delegateYield(q(e.stages,a,n),"t4",30);case 30:a=p.t4;case 31:return p.abrupt("return",a);case 32:case"end":return p.stop()}},p)}function G(e,t,r){var n,a,o,s,u,c;return regeneratorRuntime.wrap(function(p){for(;;)switch(p.prev=p.next){case 0:if(n=P(),t&&t.tupleStream&&(n.tupleStream=!0),Array.isArray(t)||(t=P(t)),"number"!==e.type){p.next=10;break}(a=Math.floor(e.value))<0&&(a=t.length+a),void 0!==(o=t[a])&&(Array.isArray(o)?n=o:n.push(o)),p.next=23;break;case 10:a=0;case 11:if(!(a<t.length)){p.next=23;break}return o=t[a],s=o,u=r,t.tupleStream&&(s=o["@"],u=z(r,o)),p.delegateYield(L(e,s,u),"t0",17);case 17:c=p.t0,O(c)&&(c=[c]),Y(c)?c.forEach(function(e){var r=Math.floor(e);r<0&&(r=t.length+r),r===a&&n.push(o)}):i.boolean(c)&&n.push(o);case 20:a++,p.next=11;break;case 23:return p.abrupt("return",n);case 24:case"end":return p.stop()}},f)}function H(e,t,r){var n,a,i,o,s;return regeneratorRuntime.wrap(function(u){for(;;)switch(u.prev=u.next){case 0:return u.delegateYield(L(e.lhs,t,r),"t0",1);case 1:if(a=u.t0,i=e.value,o=regeneratorRuntime.mark(function n(){return regeneratorRuntime.wrap(function(n){for(;;)switch(n.prev=n.next){case 0:return n.delegateYield(L(e.rhs,t,r),"t0",1);case 1:return n.abrupt("return",n.t0);case 2:case"end":return n.stop()}},n)}),"and"!==i&&"or"!==i){u.next=15;break}return u.prev=5,u.delegateYield(re(a,o,i),"t1",7);case 7:return u.abrupt("return",u.t1);case 10:throw u.prev=10,u.t2=u.catch(5),u.t2.position=e.position,u.t2.token=i,u.t2;case 15:return u.delegateYield(o(),"t3",16);case 16:s=u.t3,u.prev=17,u.t4=i,u.next="+"===u.t4?21:"-"===u.t4?21:"*"===u.t4?21:"/"===u.t4?21:"%"===u.t4?21:"="===u.t4?23:"!="===u.t4?23:"<"===u.t4?25:"<="===u.t4?25:">"===u.t4?25:">="===u.t4?25:"&"===u.t4?27:".."===u.t4?29:"in"===u.t4?31:33;break;case 21:return n=V(a,s,i),u.abrupt("break",33);case 23:return n=K(a,s,i),u.abrupt("break",33);case 25:return n=ee(a,s,i),u.abrupt("break",33);case 27:return n=ae(a,s),u.abrupt("break",33);case 29:return n=se(a,s),u.abrupt("break",33);case 31:return n=te(a,s),u.abrupt("break",33);case 33:u.next=40;break;case 35:throw u.prev=35,u.t5=u.catch(17),u.t5.position=e.position,u.t5.token=i,u.t5;case 40:return u.abrupt("return",n);case 41:case"end":return u.stop()}},l,null,[[5,10],[17,35]])}function Z(e,t,r){var n,a,o,s;return regeneratorRuntime.wrap(function(u){for(;;)switch(u.prev=u.next){case 0:u.t0=e.value,u.next="-"===u.t0?3:"["===u.t0?15:"{"===u.t0?27:30;break;case 3:return u.delegateYield(L(e.expression,t,r),"t1",4);case 4:if(void 0!==(n=u.t1)){u.next=9;break}n=void 0,u.next=14;break;case 9:if(!O(n)){u.next=13;break}n=-n,u.next=14;break;case 13:throw{code:"D1002",stack:(new Error).stack,position:e.position,token:e.value,value:n};case 14:return u.abrupt("break",30);case 15:n=[],a=0;case 17:if(!(a<e.expressions.length)){u.next=25;break}return o=e.expressions[a],u.delegateYield(L(o,t,r),"t2",20);case 20:void 0!==(s=u.t2)&&("["===o.value?n.push(s):n=i.append(n,s));case 22:a++,u.next=17;break;case 25:return e.consarray&&Object.defineProperty(n,"cons",{enumerable:!1,configurable:!1,value:!0}),u.abrupt("break",30);case 27:return u.delegateYield(ie(e,t,r),"t3",28);case 28:return n=u.t3,u.abrupt("break",30);case 30:return u.abrupt("return",n);case 31:case"end":return u.stop()}},d)}function B(e,t,r){return i.lookup(t,e.value)}function J(e){return e.value}function X(e,t){var r=P();return Array.isArray(t)&&t.outerWrapper&&t.length>0&&(t=t[0]),null!==t&&"object"===n(t)&&Object.keys(t).forEach(function(e){var n=t[e];Array.isArray(n)?(n=function e(t,r){void 0===r&&(r=[]);Array.isArray(t)?t.forEach(function(t){e(t,r)}):r.push(t);return r}(n),r=i.append(r,n)):r.push(n)}),r}function Q(e,t){var r,a=P();return void 0!==t&&(!function e(t,r){Array.isArray(t)||r.push(t);Array.isArray(t)?t.forEach(function(t){e(t,r)}):null!==t&&"object"===n(t)&&Object.keys(t).forEach(function(n){e(t[n],r)})}(t,a),r=1===a.length?a[0]:a),r}function V(e,t,r){var n;if(void 0!==e&&!O(e))throw{code:"T2001",stack:(new Error).stack,value:e};if(void 0!==t&&!O(t))throw{code:"T2002",stack:(new Error).stack,value:t};if(void 0===e||void 0===t)return n;switch(r){case"+":n=e+t;break;case"-":n=e-t;break;case"*":n=e*t;break;case"/":n=e/t;break;case"%":n=e%t}return n}function K(e,t,r){var a,i=n(e),o=n(t);if("undefined"===i||"undefined"===o)return!1;switch(r){case"=":a=N(e,t);break;case"!=":a=!N(e,t)}return a}function ee(e,t,r){var a,i=n(e),o=n(t);if(!("undefined"===i||"string"===i||"number"===i)||!("undefined"===o||"string"===o||"number"===o))throw{code:"T2010",stack:(new Error).stack,value:"string"!==i&&"number"!==i?e:t};if("undefined"!==i&&"undefined"!==o){if(i!==o)throw{code:"T2009",stack:(new Error).stack,value:e,value2:t};switch(r){case"<":a=e<t;break;case"<=":a=e<=t;break;case">":a=e>t;break;case">=":a=e>=t}return a}}function te(e,t){var r=!1;if(void 0===e||void 0===t)return!1;Array.isArray(t)||(t=[t]);for(var n=0;n<t.length;n++)if(t[n]===e){r=!0;break}return r}function re(e,t,r){var n,a;return regeneratorRuntime.wrap(function(i){for(;;)switch(i.prev=i.next){case 0:a=ne(e),i.t0=r,i.next="and"===i.t0?4:"or"===i.t0?12:20;break;case 4:if(i.t1=a,!i.t1){i.next=10;break}return i.t2=ne,i.delegateYield(t(),"t3",8);case 8:i.t4=i.t3,i.t1=(0,i.t2)(i.t4);case 10:return n=i.t1,i.abrupt("break",20);case 12:if(i.t5=a,i.t5){i.next=18;break}return i.t6=ne,i.delegateYield(t(),"t7",16);case 16:i.t8=i.t7,i.t5=(0,i.t6)(i.t8);case 18:return n=i.t5,i.abrupt("break",20);case 20:return i.abrupt("return",n);case 21:case"end":return i.stop()}},h)}function ne(e){var t=i.boolean(e);return void 0!==t&&t}function ae(e,t){var r="",n="";return void 0!==e&&(r=i.string(e)),void 0!==t&&(n=i.string(t)),r.concat(n)}function ie(e,t,r){var n,a,o,s,u,c,p,f,l,d,h,v,b;return regeneratorRuntime.wrap(function(g){for(;;)switch(g.prev=g.next){case 0:n={},a={},o=!(!t||!t.tupleStream),Array.isArray(t)||(t=P(t)),0===t.length&&t.push(void 0),s=0;case 6:if(!(s<t.length)){g.next=31;break}u=t[s],c=o?z(r,u):r,p=0;case 10:if(!(p<e.lhs.length)){g.next=28;break}return f=e.lhs[p],g.delegateYield(L(f[0],o?u["@"]:u,c),"t0",13);case 13:if("string"==typeof(l=g.t0)||void 0===l){g.next=16;break}throw{code:"T1003",stack:(new Error).stack,position:e.position,value:l};case 16:if(void 0===l){g.next=25;break}if(d={data:u,exprIndex:p},!a.hasOwnProperty(l)){g.next=24;break}if(a[l].exprIndex===p){g.next=21;break}throw{code:"D1009",stack:(new Error).stack,position:e.position,value:l};case 21:a[l].data=i.append(a[l].data,u),g.next=25;break;case 24:a[l]=d;case 25:p++,g.next=10;break;case 28:s++,g.next=6;break;case 31:g.t1=regeneratorRuntime.keys(a);case 32:if((g.t2=g.t1()).done){g.next=43;break}return l=g.t2.value,d=a[l],h=d.data,c=r,o&&(v=oe(d.data),h=v["@"],delete v["@"],c=z(r,v)),g.delegateYield(L(e.lhs[d.exprIndex][1],h,c),"t3",39);case 39:void 0!==(b=g.t3)&&(n[l]=b),g.next=32;break;case 43:return g.abrupt("return",n);case 44:case"end":return g.stop()}},g)}function oe(e){if(!Array.isArray(e))return e;var t={};Object.assign(t,e[0]);for(var r=1;r<e.length;r++)for(var n in e[r])t[n]=i.append(t[n],e[r][n]);return t}function se(e,t){var r;if(void 0!==e&&!Number.isInteger(e))throw{code:"T2003",stack:(new Error).stack,value:e};if(void 0!==t&&!Number.isInteger(t))throw{code:"T2004",stack:(new Error).stack,value:t};if(void 0===e||void 0===t)return r;if(e>t)return r;var n=t-e+1;if(n>1e7)throw{code:"D2014",stack:(new Error).stack,value:n};r=new Array(n);for(var a=e,i=0;a<=t;a++,i++)r[i]=a;return r.sequence=!0,r}function ue(e,t,r){var n;return regeneratorRuntime.wrap(function(a){for(;;)switch(a.prev=a.next){case 0:return a.delegateYield(L(e.rhs,t,r),"t0",1);case 1:return n=a.t0,r.bind(e.lhs.value,n),a.abrupt("return",n);case 4:case"end":return a.stop()}},v)}function ce(e,t,r){var n,a;return regeneratorRuntime.wrap(function(o){for(;;)switch(o.prev=o.next){case 0:return o.delegateYield(L(e.condition,t,r),"t0",1);case 1:if(a=o.t0,!i.boolean(a)){o.next=7;break}return o.delegateYield(L(e.then,t,r),"t1",4);case 4:n=o.t1,o.next=10;break;case 7:if(void 0===e.else){o.next=10;break}return o.delegateYield(L(e.else,t,r),"t2",9);case 9:n=o.t2;case 10:return o.abrupt("return",n);case 11:case"end":return o.stop()}},b)}function pe(e,t,r){var n,a,i;return regeneratorRuntime.wrap(function(o){for(;;)switch(o.prev=o.next){case 0:a=Ye(r),i=0;case 2:if(!(i<e.expressions.length)){o.next=8;break}return o.delegateYield(L(e.expressions[i],t,a),"t0",4);case 4:n=o.t0;case 5:i++,o.next=2;break;case 8:return o.abrupt("return",n);case 9:case"end":return o.stop()}},m)}function fe(e){var t=new je.RegexEngine(e.value);return function r(n,a){var i;t.lastIndex=a||0;var o=t.exec(n);if(null!==o){if(i={match:o[0],start:o.index,end:o.index+o[0].length,groups:[]},o.length>1)for(var s=1;s<o.length;s++)i.groups.push(o[s]);i.next=function(){if(!(t.lastIndex>=n.length)){var a=r(n,t.lastIndex);if(a&&""===a.match)throw{code:"D1004",stack:(new Error).stack,position:e.position,value:e.value.source};return a}}}return i}}function le(e,t,r){return""===e.value?t&&t.outerWrapper?t[0]:t:r.lookup(e.value)}function de(e,t,r){var a,o,s,u,c;return regeneratorRuntime.wrap(function(p){for(;;)switch(p.prev=p.next){case 0:return o=t,s=!!t.tupleStream,u=regeneratorRuntime.mark(function t(a,i){var o,u,c,p,f,l,d,h,g;return regeneratorRuntime.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:o=0,u=0;case 2:if(!(0===o&&u<e.terms.length)){t.next=35;break}return c=e.terms[u],p=a,f=r,s&&(p=a["@"],f=z(r,a)),t.delegateYield(L(c.expression,p,f),"t0",8);case 8:return l=t.t0,p=i,f=r,s&&(p=i["@"],f=z(r,i)),t.delegateYield(L(c.expression,p,f),"t1",13);case 13:if(d=t.t1,h=n(l),g=n(d),"undefined"!==h){t.next=19;break}return o="undefined"===g?0:1,t.abrupt("continue",32);case 19:if("undefined"!==g){t.next=22;break}return o=-1,t.abrupt("continue",32);case 22:if(!("string"!==h&&"number"!==h||"string"!==g&&"number"!==g)){t.next=24;break}throw{code:"T2008",stack:(new Error).stack,position:e.position,value:"string"!==h&&"number"!==h?l:d};case 24:if(h===g){t.next=26;break}throw{code:"T2007",stack:(new Error).stack,position:e.position,value:l,value2:d};case 26:if(l!==d){t.next=30;break}return t.abrupt("continue",32);case 30:o=l<d?-1:1;case 31:!0===c.descending&&(o=-o);case 32:u++,t.next=2;break;case 35:return t.abrupt("return",1===o);case 36:case"end":return t.stop()}},t)}),c={environment:r,input:t},p.delegateYield(i.sort.apply(c,[o,u]),"t0",5);case 5:return a=p.t0,p.abrupt("return",a);case 7:case"end":return p.stop()}},y)}function he(e,t,r){return Oe(regeneratorRuntime.mark(function t(a){var i,o,s,u,c,p,f,l,d,h,g;return regeneratorRuntime.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:if(void 0!==a){t.next=2;break}return t.abrupt("return",void 0);case 2:if(i=r.lookup("clone"),j(i)){t.next=5;break}throw{code:"T2013",stack:(new Error).stack,position:e.position};case 5:return t.delegateYield(me(i,[a],null,r),"t0",6);case 6:return o=t.t0,t.delegateYield(L(e.pattern,o,r),"t1",8);case 8:if(void 0===(s=t.t1)){t.next=33;break}Array.isArray(s)||(s=[s]),u=0;case 12:if(!(u<s.length)){t.next=33;break}return c=s[u],t.delegateYield(L(e.update,c,r),"t2",15);case 15:if(p=t.t2,"undefined"===(f=n(p))){t.next=21;break}if("object"===f&&null!==p&&!Array.isArray(p)){t.next=20;break}throw{code:"T2011",stack:(new Error).stack,position:e.update.position,value:p};case 20:for(l in p)c[l]=p[l];case 21:if(void 0===e.delete){t.next=30;break}return t.delegateYield(L(e.delete,c,r),"t3",23);case 23:if(void 0===(d=t.t3)){t.next=30;break}if(h=d,Array.isArray(d)||(d=[d]),R(d)){t.next=29;break}throw{code:"T2012",stack:(new Error).stack,position:e.delete.position,value:h};case 29:for(g=0;g<d.length;g++)"object"===n(c)&&null!==c&&delete c[d[g]];case 30:u++,t.next=12;break;case 33:return t.abrupt("return",o);case 34:case"end":return t.stop()}},t)}),"<(oa):o>")}var ge=s("function($f, $g) { function($x){ $g($f($x)) } }");function ve(e,t,r){var n,a,i,o;return regeneratorRuntime.wrap(function(s){for(;;)switch(s.prev=s.next){case 0:return s.delegateYield(L(e.lhs,t,r),"t0",1);case 1:if(a=s.t0,"function"!==e.rhs.type){s.next=7;break}return s.delegateYield(be(e.rhs,t,r,{context:a}),"t1",4);case 4:n=s.t1,s.next=20;break;case 7:return s.delegateYield(L(e.rhs,t,r),"t2",8);case 8:if(i=s.t2,j(i)){s.next=11;break}throw{code:"T2006",stack:(new Error).stack,position:e.position,value:i};case 11:if(!j(a)){s.next=18;break}return s.delegateYield(L(ge,null,r),"t3",13);case 13:return o=s.t3,s.delegateYield(me(o,[a,i],null,r),"t4",15);case 15:n=s.t4,s.next=20;break;case 18:return s.delegateYield(me(i,[a],null,r),"t5",19);case 19:n=s.t5;case 20:return s.abrupt("return",n);case 21:case"end":return s.stop()}},k)}function be(e,t,r,a){var i,o,s,u,c,p;return regeneratorRuntime.wrap(function(f){for(;;)switch(f.prev=f.next){case 0:return f.delegateYield(L(e.procedure,t,r),"t0",1);case 1:if(void 0!==(o=f.t0)||"path"!==e.procedure.type||!r.lookup(e.procedure.steps[0].value)){f.next=4;break}throw{code:"T1005",stack:(new Error).stack,position:e.position,token:e.procedure.steps[0].value};case 4:s=[],void 0!==a&&s.push(a.context),u=regeneratorRuntime.mark(function n(){var a,i;return regeneratorRuntime.wrap(function(n){for(;;)switch(n.prev=n.next){case 0:return n.delegateYield(L(e.arguments[c],t,r),"t0",1);case 1:a=n.t0,j(a)?((i=regeneratorRuntime.mark(function e(){var t,n,i,o=arguments;return regeneratorRuntime.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:for(t=o.length,n=new Array(t),i=0;i<t;i++)n[i]=o[i];return e.delegateYield(me(a,n,null,r),"t0",2);case 2:return e.abrupt("return",e.t0);case 3:case"end":return e.stop()}},e)})).arity=U(a),s.push(i)):s.push(a);case 3:case"end":return n.stop()}},n)}),c=0;case 8:if(!(c<e.arguments.length)){f.next=13;break}return f.delegateYield(u(),"t1",10);case 10:c++,f.next=8;break;case 13:return p="path"===e.procedure.type?e.procedure.steps[0].value:e.procedure.value,f.prev=14,"object"===n(o)&&(o.token=p,o.position=e.position),f.delegateYield(me(o,s,t,r),"t2",17);case 17:i=f.t2,f.next=25;break;case 20:throw f.prev=20,f.t3=f.catch(14),f.t3.position||(f.t3.position=e.position),f.t3.token||(f.t3.token=p),f.t3;case 25:return f.abrupt("return",i);case 26:case"end":return f.stop()}},x,null,[[14,20]])}function me(e,t,r,n){var a,i,o,s;return regeneratorRuntime.wrap(function(u){for(;;)switch(u.prev=u.next){case 0:return u.delegateYield(ye(e,t,r,n),"t0",1);case 1:a=u.t0;case 2:if(!C(a)||!0!==a.thunk){u.next=21;break}return u.delegateYield(L(a.body.procedure,a.input,a.environment),"t1",4);case 4:i=u.t1,"variable"===a.body.procedure.type&&(i.token=a.body.procedure.value),i.position=a.body.procedure.position,o=[],s=0;case 9:if(!(s<a.body.arguments.length)){u.next=17;break}return u.t2=o,u.delegateYield(L(a.body.arguments[s],a.input,a.environment),"t3",12);case 12:u.t4=u.t3,u.t2.push.call(u.t2,u.t4);case 14:s++,u.next=9;break;case 17:return u.delegateYield(ye(i,o,r,n),"t5",18);case 18:a=u.t5,u.next=2;break;case 21:return u.abrupt("return",a);case 22:case"end":return u.stop()}},w)}function ye(e,t,r,n){var a,i,o;return regeneratorRuntime.wrap(function(s){for(;;)switch(s.prev=s.next){case 0:if(s.prev=0,i=t,e&&(i=we(e.signature,t,r)),!C(e)){s.next=8;break}return s.delegateYield(Ee(e,i),"t0",5);case 5:a=s.t0,s.next=24;break;case 8:if(!e||!0!==e._jsonata_function){s.next=16;break}if(o={environment:n,input:r},a=e.implementation.apply(o,i),!F(a)){s.next=14;break}return s.delegateYield(a,"t1",13);case 13:a=s.t1;case 14:s.next=24;break;case 16:if("function"!=typeof e){s.next=23;break}if(a=e.apply(r,i),!F(a)){s.next=21;break}return s.delegateYield(a,"t2",20);case 20:a=s.t2;case 21:s.next=24;break;case 23:throw{code:"T1006",stack:(new Error).stack};case 24:s.next=30;break;case 26:throw s.prev=26,s.t3=s.catch(0),e&&(void 0===s.t3.token&&void 0!==e.token&&(s.t3.token=e.token),s.t3.position=e.position),s.t3;case 30:return s.abrupt("return",a);case 31:case"end":return s.stop()}},E,null,[[0,26]])}function ke(e,t,r){var n={_jsonata_lambda:!0,input:t,environment:r,arguments:e.arguments,signature:e.signature,body:e.body};return!0===e.thunk&&(n.thunk=!0),n.apply=regeneratorRuntime.mark(function e(r,a){return regeneratorRuntime.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return e.delegateYield(me(n,a,t,r.environment),"t0",1);case 1:return e.abrupt("return",e.t0);case 2:case"end":return e.stop()}},e)}),n}function xe(e,t,r){var n,a,i,o,s;return regeneratorRuntime.wrap(function(u){for(;;)switch(u.prev=u.next){case 0:a=[],i=0;case 2:if(!(i<e.arguments.length)){u.next=15;break}if("operator"!==(o=e.arguments[i]).type||"?"!==o.value){u.next=8;break}a.push(o),u.next=12;break;case 8:return u.t0=a,u.delegateYield(L(o,t,r),"t1",10);case 10:u.t2=u.t1,u.t0.push.call(u.t0,u.t2);case 12:i++,u.next=2;break;case 15:return u.delegateYield(L(e.procedure,t,r),"t3",16);case 16:if(void 0!==(s=u.t3)||"path"!==e.procedure.type||!r.lookup(e.procedure.steps[0].value)){u.next=19;break}throw{code:"T1007",stack:(new Error).stack,position:e.position,token:e.procedure.steps[0].value};case 19:if(!C(s)){u.next=23;break}n=Ae(s,a),u.next=32;break;case 23:if(!s||!0!==s._jsonata_function){u.next=27;break}n=Se(s.implementation,a),u.next=32;break;case 27:if("function"!=typeof s){u.next=31;break}n=Se(s,a),u.next=32;break;case 31:throw{code:"T1008",stack:(new Error).stack,position:e.position,token:"path"===e.procedure.type?e.procedure.steps[0].value:e.procedure.value};case 32:return u.abrupt("return",n);case 33:case"end":return u.stop()}},A)}function we(e,t,r){return void 0===e?t:e.validate(t,r)}function Ee(e,t){var r,n;return regeneratorRuntime.wrap(function(a){for(;;)switch(a.prev=a.next){case 0:if(n=Ye(e.environment),e.arguments.forEach(function(e,r){n.bind(e.value,t[r])}),"function"!=typeof e.body){a.next=7;break}return a.delegateYield(Te(e.body,n),"t0",4);case 4:r=a.t0,a.next=9;break;case 7:return a.delegateYield(L(e.body,e.input,n),"t1",8);case 8:r=a.t1;case 9:return a.abrupt("return",r);case 10:case"end":return a.stop()}},S)}function Ae(e,t){var r=Ye(e.environment),n=[];return e.arguments.forEach(function(e,a){var i=t[a];i&&"operator"===i.type&&"?"===i.value?n.push(e):r.bind(e.value,i)}),{_jsonata_lambda:!0,input:e.input,environment:r,arguments:n,body:e.body}}function Se(e,t){var r=De(e),n="function("+(r=r.map(function(e){return"$"+e.trim()})).join(", ")+"){ _ }",a=s(n);return a.body=e,Ae(a,t)}function Te(e,t){var r,n,a,i;return regeneratorRuntime.wrap(function(o){for(;;)switch(o.prev=o.next){case 0:if(r=De(e),n=r.map(function(e){return t.lookup(e.trim())}),a={environment:t},i=e.apply(a,n),!F(i)){o.next=7;break}return o.delegateYield(i,"t0",6);case 6:i=o.t0;case 7:return o.abrupt("return",i);case 8:case"end":return o.stop()}},T)}function De(e){var t=e.toString();return/\(([^)]*)\)/.exec(t)[1].split(",")}function Oe(e,t){var r={_jsonata_function:!0,implementation:e};return void 0!==t&&(r.signature=u(t)),r}function Re(e,t){var r,n,a;return regeneratorRuntime.wrap(function(i){for(;;)switch(i.prev=i.next){case 0:if(void 0!==e){i.next=2;break}return i.abrupt("return",void 0);case 2:r=this.input,void 0!==t&&(r=t,Array.isArray(r)&&!M(r)&&((r=P(r)).outerWrapper=!0)),i.prev=4,n=s(e,!1),i.next=12;break;case 8:throw i.prev=8,i.t0=i.catch(4),Me(i.t0),{stack:(new Error).stack,code:"D3120",value:i.t0.message,error:i.t0};case 12:return i.prev=12,i.delegateYield(L(n,r,this.environment),"t1",14);case 14:a=i.t1,i.next=21;break;case 17:throw i.prev=17,i.t2=i.catch(12),Me(i.t2),{stack:(new Error).stack,code:"D3121",value:i.t2.message,error:i.t2};case 21:return i.abrupt("return",a);case 22:case"end":return i.stop()}},D,this,[[4,8],[12,17]])}function Ye(e){var t={};return{bind:function(e,r){t[e]=r},lookup:function(r){var n;return t.hasOwnProperty(r)?n=t[r]:e&&(n=e.lookup(r)),n},timestamp:e?e.timestamp:null,async:!!e&&e.async,global:e?e.global:{ancestry:[null]}}}I.bind("sum",Oe(i.sum,"<a<n>:n>")),I.bind("count",Oe(i.count,"<a:n>")),I.bind("max",Oe(i.max,"<a<n>:n>")),I.bind("min",Oe(i.min,"<a<n>:n>")),I.bind("average",Oe(i.average,"<a<n>:n>")),I.bind("string",Oe(i.string,"<x-b?:s>")),I.bind("substring",Oe(i.substring,"<s-nn?:s>")),I.bind("substringBefore",Oe(i.substringBefore,"<s-s:s>")),I.bind("substringAfter",Oe(i.substringAfter,"<s-s:s>")),I.bind("lowercase",Oe(i.lowercase,"<s-:s>")),I.bind("uppercase",Oe(i.uppercase,"<s-:s>")),I.bind("length",Oe(i.length,"<s-:n>")),I.bind("trim",Oe(i.trim,"<s-:s>")),I.bind("pad",Oe(i.pad,"<s-ns?:s>")),I.bind("match",Oe(i.match,"<s-f<s:o>n?:a<o>>")),I.bind("contains",Oe(i.contains,"<s-(sf):b>")),I.bind("replace",Oe(i.replace,"<s-(sf)(sf)n?:s>")),I.bind("split",Oe(i.split,"<s-(sf)n?:a<s>>")),I.bind("join",Oe(i.join,"<a<s>s?:s>")),I.bind("formatNumber",Oe(i.formatNumber,"<n-so?:s>")),I.bind("formatBase",Oe(i.formatBase,"<n-n?:s>")),I.bind("formatInteger",Oe(a.formatInteger,"<n-s:s>")),I.bind("parseInteger",Oe(a.parseInteger,"<s-s:n>")),I.bind("number",Oe(i.number,"<(nsb)-:n>")),I.bind("floor",Oe(i.floor,"<n-:n>")),I.bind("ceil",Oe(i.ceil,"<n-:n>")),I.bind("round",Oe(i.round,"<n-n?:n>")),I.bind("abs",Oe(i.abs,"<n-:n>")),I.bind("sqrt",Oe(i.sqrt,"<n-:n>")),I.bind("power",Oe(i.power,"<n-n:n>")),I.bind("random",Oe(i.random,"<:n>")),I.bind("boolean",Oe(i.boolean,"<x-:b>")),I.bind("not",Oe(i.not,"<x-:b>")),I.bind("map",Oe(i.map,"<af>")),I.bind("zip",Oe(i.zip,"<a+>")),I.bind("filter",Oe(i.filter,"<af>")),I.bind("single",Oe(i.single,"<af?>")),I.bind("reduce",Oe(i.foldLeft,"<afj?:j>")),I.bind("sift",Oe(i.sift,"<o-f?:o>")),I.bind("keys",Oe(i.keys,"<x-:a<s>>")),I.bind("lookup",Oe(i.lookup,"<x-s:x>")),I.bind("append",Oe(i.append,"<xx:a>")),I.bind("exists",Oe(i.exists,"<x:b>")),I.bind("spread",Oe(i.spread,"<x-:a<o>>")),I.bind("merge",Oe(i.merge,"<a<o>:o>")),I.bind("reverse",Oe(i.reverse,"<a:a>")),I.bind("each",Oe(i.each,"<o-f:a>")),I.bind("error",Oe(i.error,"<s?:x>")),I.bind("assert",Oe(i.assert,"<bs?:x>")),I.bind("type",Oe(i.type,"<x:s>")),I.bind("sort",Oe(i.sort,"<af?:a>")),I.bind("shuffle",Oe(i.shuffle,"<a:a>")),I.bind("distinct",Oe(i.distinct,"<x:x>")),I.bind("base64encode",Oe(i.base64encode,"<s-:s>")),I.bind("base64decode",Oe(i.base64decode,"<s-:s>")),I.bind("encodeUrlComponent",Oe(i.encodeUrlComponent,"<s-:s>")),I.bind("encodeUrl",Oe(i.encodeUrl,"<s-:s>")),I.bind("decodeUrlComponent",Oe(i.decodeUrlComponent,"<s-:s>")),I.bind("decodeUrl",Oe(i.decodeUrl,"<s-:s>")),I.bind("eval",Oe(Re,"<sx?:x>")),I.bind("toMillis",Oe(a.toMillis,"<s-s?:n>")),I.bind("fromMillis",Oe(a.fromMillis,"<n-s?s?:s>")),I.bind("clone",Oe(function(e){if(void 0!==e)return JSON.parse(i.string(e))},"<(oa)-:o>"));var Pe={S0101:"String literal must be terminated by a matching quote",S0102:"Number out of range: {{token}}",S0103:"Unsupported escape sequence: \\{{token}}",S0104:"The escape sequence \\u must be followed by 4 hex digits",S0105:"Quoted property name must be terminated with a backquote (`)",S0106:"Comment has no closing tag",S0201:"Syntax error: {{token}}",S0202:"Expected {{value}}, got {{token}}",S0203:"Expected {{value}} before end of expression",S0204:"Unknown operator: {{token}}",S0205:"Unexpected token: {{token}}",S0206:"Unknown expression type: {{token}}",S0207:"Unexpected end of expression",S0208:"Parameter {{value}} of function definition must be a variable name (start with $)",S0209:"A predicate cannot follow a grouping expression in a step",S0210:"Each step can only have one grouping expression",S0211:"The symbol {{token}} cannot be used as a unary operator",S0212:"The left side of := must be a variable name (start with $)",S0213:"The literal value {{value}} cannot be used as a step within a path expression",S0214:"The right side of {{token}} must be a variable name (start with $)",S0215:"A context variable binding must precede any predicates on a step",S0216:"A context variable binding must precede the 'order-by' clause on a step",S0217:"The object representing the 'parent' cannot be derived from this expression",S0301:"Empty regular expressions are not allowed",S0302:"No terminating / in regular expression",S0402:"Choice groups containing parameterized types are not supported",S0401:"Type parameters can only be applied to functions and arrays",S0500:"Attempted to evaluate an expression containing syntax error(s)",T0410:"Argument {{index}} of function {{token}} does not match function signature",T0411:"Context value is not a compatible type with argument {{index}} of function {{token}}",T0412:"Argument {{index}} of function {{token}} must be an array of {{type}}",D1001:"Number out of range: {{value}}",D1002:"Cannot negate a non-numeric value: {{value}}",T1003:"Key in object structure must evaluate to a string; got: {{value}}",D1004:"Regular expression matches zero length string",T1005:"Attempted to invoke a non-function. Did you mean ${{{token}}}?",T1006:"Attempted to invoke a non-function",T1007:"Attempted to partially apply a non-function. Did you mean ${{{token}}}?",T1008:"Attempted to partially apply a non-function",D1009:"Multiple key definitions evaluate to same key: {{value}}",T1010:"The matcher function argument passed to function {{token}} does not return the correct object structure",T2001:"The left side of the {{token}} operator must evaluate to a number",T2002:"The right side of the {{token}} operator must evaluate to a number",T2003:"The left side of the range operator (..) must evaluate to an integer",T2004:"The right side of the range operator (..) must evaluate to an integer",D2005:"The left side of := must be a variable name (start with $)",T2006:"The right side of the function application operator ~> must be a function",T2007:"Type mismatch when comparing values {{value}} and {{value2}} in order-by clause",T2008:"The expressions within an order-by clause must evaluate to numeric or string values",T2009:"The values {{value}} and {{value2}} either side of operator {{token}} must be of the same data type",T2010:"The expressions either side of operator {{token}} must evaluate to numeric or string values",T2011:"The insert/update clause of the transform expression must evaluate to an object: {{value}}",T2012:"The delete clause of the transform expression must evaluate to a string or array of strings: {{value}}",T2013:"The transform expression clones the input object using the $clone() function. This has been overridden in the current scope by a non-function.",D2014:"The size of the sequence allocated by the range operator (..) must not exceed 1e6. Attempted to allocate {{value}}.",D3001:"Attempting to invoke string function on Infinity or NaN",D3010:"Second argument of replace function cannot be an empty string",D3011:"Fourth argument of replace function must evaluate to a positive number",D3012:"Attempted to replace a matched string with a non-string value",D3020:"Third argument of split function must evaluate to a positive number",D3030:"Unable to cast value to a number: {{value}}",D3040:"Third argument of match function must evaluate to a positive number",D3050:"The second argument of reduce function must be a function with at least two arguments",D3060:"The sqrt function cannot be applied to a negative number: {{value}}",D3061:"The power function has resulted in a value that cannot be represented as a JSON number: base={{value}}, exponent={{exp}}",D3070:"The single argument form of the sort function can only be applied to an array of strings or an array of numbers. Use the second argument to specify a comparison function",D3080:"The picture string must only contain a maximum of two sub-pictures",D3081:"The sub-picture must not contain more than one instance of the 'decimal-separator' character",D3082:"The sub-picture must not contain more than one instance of the 'percent' character",D3083:"The sub-picture must not contain more than one instance of the 'per-mille' character",D3084:"The sub-picture must not contain both a 'percent' and a 'per-mille' character",D3085:"The mantissa part of a sub-picture must contain at least one character that is either an 'optional digit character' or a member of the 'decimal digit family'",D3086:"The sub-picture must not contain a passive character that is preceded by an active character and that is followed by another active character",D3087:"The sub-picture must not contain a 'grouping-separator' character that appears adjacent to a 'decimal-separator' character",D3088:"The sub-picture must not contain a 'grouping-separator' at the end of the integer part",D3089:"The sub-picture must not contain two adjacent instances of the 'grouping-separator' character",D3090:"The integer part of the sub-picture must not contain a member of the 'decimal digit family' that is followed by an instance of the 'optional digit character'",D3091:"The fractional part of the sub-picture must not contain an instance of the 'optional digit character' that is followed by a member of the 'decimal digit family'",D3092:"A sub-picture that contains a 'percent' or 'per-mille' character must not contain a character treated as an 'exponent-separator'",D3093:"The exponent part of the sub-picture must comprise only of one or more characters that are members of the 'decimal digit family'",D3100:"The radix of the formatBase function must be between 2 and 36. It was given {{value}}",D3110:"The argument of the toMillis function must be an ISO 8601 formatted timestamp. Given {{value}}",D3120:"Syntax error in expression passed to function eval: {{value}}",D3121:"Dynamic error evaluating the expression passed to function eval: {{value}}",D3130:"Formatting or parsing an integer as a sequence starting with {{value}} is not supported by this implementation",D3131:"In a decimal digit pattern, all digits must be from the same decimal group",D3132:"Unknown component specifier {{value}} in date/time picture string",D3133:"The 'name' modifier can only be applied to months and days in the date/time picture string, not {{value}}",D3134:"The timezone integer format specifier cannot have more than four digits",D3135:"No matching closing bracket ']' in date/time picture string",D3136:"The date/time picture string is missing specifiers required to parse the timestamp",D3137:"{{{message}}}",D3138:"The $single() function expected exactly 1 matching result. Instead it matched more.",D3139:"The $single() function expected exactly 1 matching result. Instead it matched 0.",D3140:"Malformed URL passed to ${{{functionName}}}(): {{value}}",D3141:"{{{message}}}"};function Me(e){var t=Pe[e.code];if(void 0!==t){var r=t.replace(/\{\{\{([^}]+)}}}/g,function(){return e[arguments[1]]});r=r.replace(/\{\{([^}]+)}}/g,function(){return JSON.stringify(e[arguments[1]])}),e.message=r}}function je(e,t){var r,n;try{r=s(e,t&&t.recover),n=r.errors,delete r.errors}catch(e){throw Me(e),e}var i=Ye(I),o=new Date;return i.bind("now",Oe(function(e,t){return a.fromMillis(o.getTime(),e,t)},"<s?s?:s>")),i.bind("millis",Oe(function(){return o.getTime()},"<:n>")),t&&t.RegexEngine?je.RegexEngine=t.RegexEngine:je.RegexEngine=RegExp,{evaluate:function(e,t,a){if(void 0!==n){var s={code:"S0500",position:0};throw Me(s),s}var u,c,p;if(void 0!==t)for(var f in u=Ye(i),t)u.bind(f,t[f]);else u=i;if(u.bind("$",e),o=new Date,u.timestamp=o,Array.isArray(e)&&!M(e)&&((e=P(e)).outerWrapper=!0),"function"==typeof a){u.async=!0;var l=function(e){Me(e),a(e,null)};p=L(r,e,u),(c=p.next()).value.then(function e(t){(c=p.next(t)).done?a(null,c.value):c.value.then(e).catch(l)}).catch(l)}else try{for(p=L(r,e,u),c=p.next();!c.done;)c=p.next(c.value);return c.value}catch(s){throw Me(s),s}},assign:function(e,t){i.bind(e,t)},registerFunction:function(e,t,r){var n=Oe(t,r);i.bind(e,n)},ast:function(){return r},errors:function(){return n}}}return je.parser=s,je}();t.exports=c},{"./datetime":1,"./functions":2,"./parser":4,"./signature":5,"./utils":6}],4:[function(e,t,r){"use strict";var n,a,i,o=e("./signature"),s=(n={".":75,"[":80,"]":0,"{":70,"}":0,"(":80,")":0,",":0,"@":80,"#":80,";":80,":":80,"?":20,"+":50,"-":50,"*":60,"/":60,"%":60,"|":20,"=":40,"<":40,">":40,"^":40,"**":60,"..":20,":=":10,"!=":40,"<=":40,">=":40,"~>":40,and:30,or:25,in:40,"&":50,"!":0,"~":0},a={'"':'"',"\\":"\\","/":"/",b:"\b",f:"\f",n:"\n",r:"\r",t:"\t"},i=function(e){var t=0,r=e.length,i=function(e,r){return{type:e,value:r,position:t}};return function o(s){if(t>=r)return null;for(var u=e.charAt(t);t<r&&" \t\n\r\v".indexOf(u)>-1;)t++,u=e.charAt(t);if("/"===u&&"*"===e.charAt(t+1)){var c=t;for(t+=2,u=e.charAt(t);"*"!==u||"/"!==e.charAt(t+1);)if(u=e.charAt(++t),t>=r)throw{code:"S0106",stack:(new Error).stack,position:c};return t+=2,u=e.charAt(t),o(s)}if(!0!==s&&"/"===u)return t++,i("regex",function(){for(var n,a,i=t,o=0;t<r;){var s=e.charAt(t);if("/"===s&&"\\"!==e.charAt(t-1)&&0===o){if(""===(n=e.substring(i,t)))throw{code:"S0301",stack:(new Error).stack,position:t};for(t++,s=e.charAt(t),i=t;"i"===s||"m"===s;)t++,s=e.charAt(t);return a=e.substring(i,t)+"g",new RegExp(n,a)}"("!==s&&"["!==s&&"{"!==s||"\\"===e.charAt(t-1)||o++,")"!==s&&"]"!==s&&"}"!==s||"\\"===e.charAt(t-1)||o--,t++}throw{code:"S0302",stack:(new Error).stack,position:t}}());if("."===u&&"."===e.charAt(t+1))return t+=2,i("operator","..");if(":"===u&&"="===e.charAt(t+1))return t+=2,i("operator",":=");if("!"===u&&"="===e.charAt(t+1))return t+=2,i("operator","!=");if(">"===u&&"="===e.charAt(t+1))return t+=2,i("operator",">=");if("<"===u&&"="===e.charAt(t+1))return t+=2,i("operator","<=");if("*"===u&&"*"===e.charAt(t+1))return t+=2,i("operator","**");if("~"===u&&">"===e.charAt(t+1))return t+=2,i("operator","~>");if(Object.prototype.hasOwnProperty.call(n,u))return t++,i("operator",u);if('"'===u||"'"===u){var p=u;t++;for(var f="";t<r;){if("\\"===(u=e.charAt(t)))if(t++,u=e.charAt(t),Object.prototype.hasOwnProperty.call(a,u))f+=a[u];else{if("u"!==u)throw{code:"S0103",stack:(new Error).stack,position:t,token:u};var l=e.substr(t+1,4);if(!/^[0-9a-fA-F]+$/.test(l))throw{code:"S0104",stack:(new Error).stack,position:t};var d=parseInt(l,16);f+=String.fromCharCode(d),t+=4}else{if(u===p)return t++,i("string",f);f+=u}t++}throw{code:"S0101",stack:(new Error).stack,position:t}}var h,g=/^-?(0|([1-9][0-9]*))(\.[0-9]+)?([Ee][-+]?[0-9]+)?/.exec(e.substring(t));if(null!==g){var v=parseFloat(g[0]);if(!isNaN(v)&&isFinite(v))return t+=g[0].length,i("number",v);throw{code:"S0102",stack:(new Error).stack,position:t,token:g[0]}}if("`"===u){t++;var b=e.indexOf("`",t);if(-1!==b)return h=e.substring(t,b),t=b+1,i("name",h);throw t=r,{code:"S0105",stack:(new Error).stack,position:t}}for(var m,y=t;;)if(m=e.charAt(y),y===r||" \t\n\r\v".indexOf(m)>-1||Object.prototype.hasOwnProperty.call(n,m)){if("$"===e.charAt(t))return h=e.substring(t+1,y),t=y,i("variable",h);switch(h=e.substring(t,y),t=y,h){case"or":case"in":case"and":return i("operator",h);case"true":return i("value",!0);case"false":return i("value",!1);case"null":return i("value",null);default:return t===r&&""===h?null:i("name",h)}}else y++}},function(e,t){var r,a,s={},u=[],c=function(){var e=[];"(end)"!==r.id&&e.push({type:r.type,value:r.value,position:r.position});for(var t=a();null!==t;)e.push(t),t=a();return e},p={nud:function(){var e={code:"S0211",token:this.value,position:this.position};if(t)return e.remaining=c(),e.type="error",u.push(e),e;throw e.stack=(new Error).stack,e}},f=function(e,t){var r=s[e];return t=t||0,r?t>=r.lbp&&(r.lbp=t):((r=Object.create(p)).id=r.value=e,r.lbp=t,s[e]=r),r},l=function(e){if(t){e.remaining=c(),u.push(e);var n=s["(error)"];return(r=Object.create(n)).error=e,r.type="(error)",r}throw e.stack=(new Error).stack,e},d=function(t,n){if(t&&r.id!==t){var i={code:"(end)"===r.id?"S0203":"S0202",position:r.position,token:r.value,value:t};return l(i)}var o=a(n);if(null===o)return(r=s["(end)"]).position=e.length,r;var u,c=o.value,p=o.type;switch(p){case"name":case"variable":u=s["(name)"];break;case"operator":if(!(u=s[c]))return l({code:"S0204",stack:(new Error).stack,position:o.position,token:c});break;case"string":case"number":case"value":u=s["(literal)"];break;case"regex":p="regex",u=s["(regex)"];break;default:return l({code:"S0205",stack:(new Error).stack,position:o.position,token:c})}return(r=Object.create(u)).value=c,r.type=p,r.position=o.position,r},h=function(e){var t,n=r;for(d(null,!0),t=n.nud();e<r.lbp;)n=r,d(),t=n.led(t);return t},g=function(e){f(e,0).nud=function(){return this}},v=function(e,t,r){var a=t||n[e],i=f(e,a);return i.led=r||function(e){return this.lhs=e,this.rhs=h(a),this.type="binary",this},i},b=function(e,t,r){var n=f(e,t);return n.led=r,n},m=function(e,t){var r=f(e);return r.nud=t||function(){return this.expression=h(70),this.type="unary",this},r};g("(end)"),g("(name)"),g("(literal)"),g("(regex)"),f(":"),f(";"),f(","),f(")"),f("]"),f("}"),f(".."),v("."),v("+"),v("-"),v("*"),v("/"),v("%"),v("="),v("<"),v(">"),v("!="),v("<="),v(">="),v("&"),v("and"),v("or"),v("in"),g("and"),g("or"),g("in"),m("-"),v("~>"),b("(error)",10,function(e){return this.lhs=e,this.error=r.error,this.remaining=c(),this.type="error",this}),m("*",function(){return this.type="wildcard",this}),m("**",function(){return this.type="descendant",this}),m("%",function(){return this.type="parent",this}),v("(",n["("],function(e){if(this.procedure=e,this.type="function",this.arguments=[],")"!==r.id)for(;"operator"===r.type&&"?"===r.id?(this.type="partial",this.arguments.push(r),d("?")):this.arguments.push(h(0)),","===r.id;)d(",");if(d(")",!0),"name"===e.type&&("function"===e.value||"λ"===e.value)){if(this.arguments.forEach(function(e,t){if("variable"!==e.type)return l({code:"S0208",stack:(new Error).stack,position:e.position,token:e.value,value:t+1})}),this.type="lambda","<"===r.id){for(var t=r.position,n=1,a="<";n>0&&"{"!==r.id&&"(end)"!==r.id;){var i=d();">"===i.id?n--:"<"===i.id&&n++,a+=i.value}d(">");try{this.signature=o(a)}catch(e){return e.position=t+e.offset,l(e)}}d("{"),this.body=h(0),d("}")}return this}),m("(",function(){for(var e=[];")"!==r.id&&(e.push(h(0)),";"===r.id);)d(";");return d(")",!0),this.type="block",this.expressions=e,this}),m("[",function(){var e=[];if("]"!==r.id)for(;;){var t=h(0);if(".."===r.id){var n={type:"binary",value:"..",position:r.position,lhs:t};d(".."),n.rhs=h(0),t=n}if(e.push(t),","!==r.id)break;d(",")}return d("]",!0),this.expressions=e,this.type="unary",this}),v("[",n["["],function(e){if("]"===r.id){for(var t=e;t&&"binary"===t.type&&"["===t.value;)t=t.lhs;return t.keepArray=!0,d("]"),e}return this.lhs=e,this.rhs=h(n["]"]),this.type="binary",d("]",!0),this}),v("^",n["^"],function(e){d("(");for(var t=[];;){var n={descending:!1};if("<"===r.id?d("<"):">"===r.id&&(n.descending=!0,d(">")),n.expression=h(0),t.push(n),","!==r.id)break;d(",")}return d(")"),this.lhs=e,this.rhs=t,this.type="binary",this});var y=function(e){var t=[];if("}"!==r.id)for(;;){var n=h(0);d(":");var a=h(0);if(t.push([n,a]),","!==r.id)break;d(",")}return d("}",!0),void 0===e?(this.lhs=t,this.type="unary"):(this.lhs=e,this.rhs=t,this.type="binary"),this};m("{",y),v("{",n["{"],y),b(":=",n[":="],function(e){return"variable"!==e.type?l({code:"S0212",stack:(new Error).stack,position:e.position,token:e.value}):(this.lhs=e,this.rhs=h(n[":="]-1),this.type="binary",this)}),v("@",n["@"],function(e){return this.lhs=e,this.rhs=h(n["@"]),"variable"!==this.rhs.type?l({code:"S0214",stack:(new Error).stack,position:this.rhs.position,token:"@"}):(this.type="binary",this)}),v("#",n["#"],function(e){return this.lhs=e,this.rhs=h(n["#"]),"variable"!==this.rhs.type?l({code:"S0214",stack:(new Error).stack,position:this.rhs.position,token:"#"}):(this.type="binary",this)}),v("?",n["?"],function(e){return this.type="condition",this.condition=e,this.then=h(0),":"===r.id&&(d(":"),this.else=h(0)),this}),m("|",function(){return this.type="transform",this.pattern=h(0),d("|"),this.update=h(0),","===r.id&&(d(","),this.delete=h(0)),d("|"),this});var k=0,x=0,w=[],E=function e(t,r){switch(t.type){case"name":case"wildcard":r.level--,0===r.level&&(void 0===t.ancestor?t.ancestor=r:(w[r.index].slot.label=t.ancestor.label,t.ancestor=r),t.tuple=!0);break;case"parent":r.level++;break;case"block":t.expressions.length>0&&(t.tuple=!0,r=e(t.expressions[t.expressions.length-1],r));break;case"path":t.tuple=!0;var n=t.steps.length-1;for(r=e(t.steps[n--],r);r.level>0&&n>=0;)r=e(t.steps[n--],r);break;default:throw{code:"S0217",token:t.type,position:t.position}}return r},A=function(e,t){if(void 0!==t.seekingParent||"parent"===t.type){var r=void 0!==t.seekingParent?t.seekingParent:[];"parent"===t.type&&r.push(t.slot),void 0===e.seekingParent?e.seekingParent=r:Array.prototype.push.apply(e.seekingParent,r)}},S=function(e){var t=e.steps.length-1,r=e.steps[t],n=void 0!==r.seekingParent?r.seekingParent:[];"parent"===r.type&&n.push(r.slot);for(var a=0;a<n.length;a++){var i=n[a];for(t=e.steps.length-2;i.level>0;){if(t<0){void 0===e.seekingParent?e.seekingParent=[i]:e.seekingParent.push(i);break}for(var o=e.steps[t--];t>=0&&o.focus&&e.steps[t].focus;)o=e.steps[t--];i=E(o,i)}}};a=i(e),d();var T=h(0);if("(end)"!==r.id){var D={code:"S0201",position:r.position,token:r.value};l(D)}if("parent"===(T=function e(r){var n;switch(r.type){case"binary":switch(r.value){case".":var a=e(r.lhs);n="path"===a.type?a:{type:"path",steps:[a]},"parent"===a.type&&(n.seekingParent=[a.slot]);var i=e(r.rhs);"function"===i.type&&"path"===i.procedure.type&&1===i.procedure.steps.length&&"name"===i.procedure.steps[0].type&&"function"===n.steps[n.steps.length-1].type&&(n.steps[n.steps.length-1].nextFunction=i.procedure.steps[0].value),"path"===i.type?Array.prototype.push.apply(n.steps,i.steps):(void 0!==i.predicate&&(i.stages=i.predicate,delete i.predicate),n.steps.push(i)),n.steps.filter(function(e){if("number"===e.type||"value"===e.type)throw{code:"S0213",stack:(new Error).stack,position:e.position,value:e.value};return"string"===e.type}).forEach(function(e){e.type="name"}),n.steps.filter(function(e){return!0===e.keepArray}).length>0&&(n.keepSingletonArray=!0);var o=n.steps[0];"unary"===o.type&&"["===o.value&&(o.consarray=!0);var s=n.steps[n.steps.length-1];"unary"===s.type&&"["===s.value&&(s.consarray=!0),S(n);break;case"[":var c=n=e(r.lhs),p="predicate";if("path"===n.type&&(c=n.steps[n.steps.length-1],p="stages"),void 0!==c.group)throw{code:"S0209",stack:(new Error).stack,position:r.position};void 0===c[p]&&(c[p]=[]);var f=e(r.rhs);void 0!==f.seekingParent&&(f.seekingParent.forEach(function(e){1===e.level?E(c,e):e.level--}),A(c,f)),c[p].push({type:"filter",expr:f,position:r.position});break;case"{":if(void 0!==(n=e(r.lhs)).group)throw{code:"S0210",stack:(new Error).stack,position:r.position};n.group={lhs:r.rhs.map(function(t){return[e(t[0]),e(t[1])]}),position:r.position};break;case"^":"path"!==(n=e(r.lhs)).type&&(n={type:"path",steps:[n]});var l={type:"sort",position:r.position};l.terms=r.rhs.map(function(t){var r=e(t.expression);return A(l,r),{descending:t.descending,expression:r}}),n.steps.push(l),S(n);break;case":=":(n={type:"bind",value:r.value,position:r.position}).lhs=e(r.lhs),n.rhs=e(r.rhs),A(n,n.rhs);break;case"@":if(n=e(r.lhs),c=n,"path"===n.type&&(c=n.steps[n.steps.length-1]),void 0!==c.stages||void 0!==c.predicate)throw{code:"S0215",stack:(new Error).stack,position:r.position};if("sort"===c.type)throw{code:"S0216",stack:(new Error).stack,position:r.position};r.keepArray&&(c.keepArray=!0),c.focus=r.rhs.value,c.tuple=!0;break;case"#":n=e(r.lhs),c=n,"path"===n.type?c=n.steps[n.steps.length-1]:(n={type:"path",steps:[n]},void 0!==c.predicate&&(c.stages=c.predicate,delete c.predicate)),void 0===c.stages?c.index=r.rhs.value:c.stages.push({type:"index",value:r.rhs.value,position:r.position}),c.tuple=!0;break;case"~>":(n={type:"apply",value:r.value,position:r.position}).lhs=e(r.lhs),n.rhs=e(r.rhs);break;default:(n={type:r.type,value:r.value,position:r.position}).lhs=e(r.lhs),n.rhs=e(r.rhs),A(n,n.lhs),A(n,n.rhs)}break;case"unary":n={type:r.type,value:r.value,position:r.position},"["===r.value?n.expressions=r.expressions.map(function(t){var r=e(t);return A(n,r),r}):"{"===r.value?n.lhs=r.lhs.map(function(t){var r=e(t[0]);A(n,r);var a=e(t[1]);return A(n,a),[r,a]}):(n.expression=e(r.expression),"-"===r.value&&"number"===n.expression.type?(n=n.expression).value=-n.value:A(n,n.expression));break;case"function":case"partial":(n={type:r.type,name:r.name,value:r.value,position:r.position}).arguments=r.arguments.map(function(t){var r=e(t);return A(n,r),r}),n.procedure=e(r.procedure);break;case"lambda":n={type:r.type,arguments:r.arguments,signature:r.signature,position:r.position};var d=e(r.body);n.body=function e(t){var r;if("function"!==t.type||t.predicate)if("condition"===t.type)t.then=e(t.then),void 0!==t.else&&(t.else=e(t.else)),r=t;else if("block"===t.type){var n=t.expressions.length;n>0&&(t.expressions[n-1]=e(t.expressions[n-1])),r=t}else r=t;else{var a={type:"lambda",thunk:!0,arguments:[],position:t.position};a.body=t,r=a}return r}(d);break;case"condition":(n={type:r.type,position:r.position}).condition=e(r.condition),A(n,n.condition),n.then=e(r.then),A(n,n.then),void 0!==r.else&&(n.else=e(r.else),A(n,n.else));break;case"transform":(n={type:r.type,position:r.position}).pattern=e(r.pattern),n.update=e(r.update),void 0!==r.delete&&(n.delete=e(r.delete));break;case"block":(n={type:r.type,position:r.position}).expressions=r.expressions.map(function(t){var r=e(t);return A(n,r),(r.consarray||"path"===r.type&&r.steps[0].consarray)&&(n.consarray=!0),r});break;case"name":n={type:"path",steps:[r]},r.keepArray&&(n.keepSingletonArray=!0);break;case"parent":n={type:"parent",slot:{label:"!"+k++,level:1,index:x++}},w.push(n);break;case"string":case"number":case"value":case"wildcard":case"descendant":case"variable":case"regex":n=r;break;case"operator":if("and"===r.value||"or"===r.value||"in"===r.value)r.type="name",n=e(r);else{if("?"!==r.value)throw{code:"S0201",stack:(new Error).stack,position:r.position,token:r.value};n=r}break;case"error":n=r,r.lhs&&(n=e(r.lhs));break;default:var h="S0206";"(end)"===r.id&&(h="S0207");var g={code:h,position:r.position,token:r.value};if(t)return u.push(g),{type:"error",error:g};throw g.stack=(new Error).stack,g}return r.keepArray&&(n.keepArray=!0),n}(T)).type||void 0!==T.seekingParent)throw{code:"S0217",token:T.type,position:T.position};return u.length>0&&(T.errors=u),T});t.exports=s},{"./signature":5}],5:[function(e,t,r){"use strict";function n(e){"@babel/helpers - typeof";return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}var a=e("./utils"),i=function(){var e={a:"arrays",b:"booleans",f:"functions",n:"numbers",o:"objects",s:"strings"};return function(t){for(var r=1,i=[],o={},s=o;r<t.length;){var u=t.charAt(r);if(":"===u)break;var c=function(){i.push(o),s=o,o={}},p=function(e,t,r,n){for(var a=1,i=t;i<e.length;)if(i++,(u=e.charAt(i))===n){if(0==--a)break}else u===r&&a++;return i};switch(u){case"s":case"n":case"b":case"l":case"o":o.regex="["+u+"m]",o.type=u,c();break;case"a":o.regex="[asnblfom]",o.type=u,o.array=!0,c();break;case"f":o.regex="f",o.type=u,c();break;case"j":o.regex="[asnblom]",o.type=u,c();break;case"x":o.regex="[asnblfom]",o.type=u,c();break;case"-":s.context=!0,s.contextRegex=new RegExp(s.regex),s.regex+="?";break;case"?":case"+":s.regex+=u;break;case"(":var f=p(t,r,"(",")"),l=t.substring(r+1,f);if(-1!==l.indexOf("<"))throw{code:"S0402",stack:(new Error).stack,value:l,offset:r};o.regex="["+l+"m]",o.type="("+l+")",r=f,c();break;case"<":if("a"!==s.type&&"f"!==s.type)throw{code:"S0401",stack:(new Error).stack,value:s.type,offset:r};var d=p(t,r,"<",">");s.subtype=t.substring(r+1,d),r=d}r++}var h="^"+i.map(function(e){return"("+e.regex+")"}).join("")+"$",g=new RegExp(h),v=function(e){var t;if(a.isFunction(e))t="f";else switch(n(e)){case"string":t="s";break;case"number":t="n";break;case"boolean":t="b";break;case"object":t=null===e?"l":Array.isArray(e)?"a":"o";break;case"undefined":default:t="m"}return t};return{definition:t,validate:function(t,r){var n="";t.forEach(function(e){n+=v(e)});var a=g.exec(n);if(a){var o=[],s=0;return i.forEach(function(n,i){var u=t[s],c=a[i+1];if(""===c)if(n.context&&n.contextRegex){var p=v(r);if(!n.contextRegex.test(p))throw{code:"T0411",stack:(new Error).stack,value:r,index:s+1};o.push(r)}else o.push(u),s++;else c.split("").forEach(function(r){if("a"===n.type){if("m"===r)u=void 0;else{u=t[s];var a=!0;if(void 0!==n.subtype)if("a"!==r&&c!==n.subtype)a=!1;else if("a"===r&&u.length>0){var i=v(u[0]);a=i===n.subtype.charAt(0)&&0===u.filter(function(e){return v(e)!==i}).length}if(!a)throw{code:"T0412",stack:(new Error).stack,value:u,index:s+1,type:e[n.subtype]};"a"!==r&&(u=[u])}o.push(u),s++}else o.push(u),s++})}),o}!function(e,t){for(var r="^",n=0,a=0;a<i.length;a++){r+=i[a].regex;var o=t.match(r);if(null===o)throw{code:"T0410",stack:(new Error).stack,value:e[n],index:n+1};n=o[0].length}throw{code:"T0410",stack:(new Error).stack,value:e[n],index:n+1}}(t,n)}}}}();t.exports=i},{"./utils":6}],6:[function(e,t,r){"use strict";function n(e,t){var r="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!r){if(Array.isArray(e)||(r=function(e,t){if(!e)return;if("string"==typeof e)return a(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);"Object"===r&&e.constructor&&(r=e.constructor.name);if("Map"===r||"Set"===r)return Array.from(e);if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return a(e,t)}(e))||t&&e&&"number"==typeof e.length){r&&(e=r);var n=0,i=function(){};return{s:i,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:i}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var o,s=!0,u=!1;return{s:function(){r=r.call(e)},n:function(){var e=r.next();return s=e.done,e},e:function(e){u=!0,o=e},f:function(){try{s||null==r.return||r.return()}finally{if(u)throw o}}}}function a(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function i(e){"@babel/helpers - typeof";return(i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}var o=function(){function e(e){var t=!1;if("number"==typeof e&&(t=!isNaN(e))&&!isFinite(e))throw{code:"D1001",value:e,stack:(new Error).stack};return t}var t=("function"==typeof Symbol?Symbol:{}).iterator||"@@iterator";return{isNumeric:e,isArrayOfStrings:function(e){var t=!1;return Array.isArray(e)&&(t=0===e.filter(function(e){return"string"!=typeof e}).length),t},isArrayOfNumbers:function(t){var r=!1;return Array.isArray(t)&&(r=0===t.filter(function(t){return!e(t)}).length),r},createSequence:function(){var e=[];return e.sequence=!0,1===arguments.length&&e.push(arguments[0]),e},isSequence:function(e){return!0===e.sequence&&Array.isArray(e)},isFunction:function(e){return e&&(!0===e._jsonata_function||!0===e._jsonata_lambda)||"function"==typeof e},isLambda:function(e){return e&&!0===e._jsonata_lambda},isIterable:function(e){return"object"===i(e)&&null!==e&&t in e&&"next"in e&&"function"==typeof e.next},getFunctionArity:function(e){return"number"==typeof e.arity?e.arity:"function"==typeof e.implementation?e.implementation.length:"number"==typeof e.length?e.length:e.arguments.length},isDeepEqual:function e(t,r){if(t===r)return!0;if("object"===i(t)&&"object"===i(r)&&null!==t&&null!==r){if(Array.isArray(t)&&Array.isArray(r)){if(t.length!==r.length)return!1;for(var n=0;n<t.length;n++)if(!e(t[n],r[n]))return!1;return!0}var a=Object.getOwnPropertyNames(t),o=Object.getOwnPropertyNames(r);if(a.length!==o.length)return!1;for(a=a.sort(),o=o.sort(),n=0;n<a.length;n++)if(a[n]!==o[n])return!1;for(n=0;n<a.length;n++){var s=a[n];if(!e(t[s],r[s]))return!1}return!0}return!1},stringToArray:function(e){var t,r=[],a=n(e);try{for(a.s();!(t=a.n()).done;){var i=t.value;r.push(i)}}catch(e){a.e(e)}finally{a.f()}return r}}}();t.exports=o},{}]},{},[3])(3)});;(function() { - function indentLine(str,length) { - if (length <= 0) { - return str; - } - var i = (new Array(length)).join(" "); - str = str.replace(/^\s*/,i); - return str; - } - function formatExpression(str) { - var length = str.length; - var start = 0; - var inString = false; - var inRegex = false; - var inBox = false; - var quoteChar; - var list = []; - var stack = []; - var frame; - var v; - var matchingBrackets = { - "(":")", - "[":"]", - "{":"}" - } - for (var i=0;i<length;i++) { - var c = str[i]; - if (!inString && !inRegex) { - if (c === "/") { - inRegex = true; - frame = {type:"regex",pos:i}; - list.push(frame); - stack.push(frame); - } else if (c === "'" || c === '"') { - inString = true; - quoteChar = c; - frame = {type:"string",pos:i}; - list.push(frame); - stack.push(frame); - } else if (c === ";") { - frame = {type:";",pos:i}; - list.push(frame); - } else if (c === ",") { - frame = {type:",",pos:i}; - list.push(frame); - } else if (c === "&") { - frame = {type:"&",pos:i}; - list.push(frame); - } else if (/[\(\[\{]/.test(c)) { - frame = {type:"open-block",char:c,pos:i}; - list.push(frame); - stack.push(frame); - } else if (/[\}\)\]]/.test(c)) { - var oldFrame = stack.pop(); - if (matchingBrackets[oldFrame.char] !== c) { - // console.log("Stack frame mismatch",c,"at",i,"expected",matchingBrackets[oldFrame.char],"from",oldFrame.pos); - // console.log(list); - return str; - } - //console.log("Closing",c,"at",i,"compare",oldFrame.type,oldFrame.pos); - oldFrame.width = i-oldFrame.pos; - frame = {type:"close-block",pos:i,char:c,width:oldFrame.width} - list.push(frame); - } - } else { - if (c === "\\") { - // an escaped char - stay in current mode and skip the next char - i++; - } - if (inString) { - if (c === quoteChar) { - // Next char must be a ] - inString = false; - var f = stack.pop(); - f.end = i; - } - } else if (inRegex) { - if (c === "/") { - inRegex = false; - var f = stack.pop(); - f.end = i; - } - } - } - } - // console.log("list",list); - - var result = str; - var indent = 0; - var offset = 0; - var pre,post,indented,hasNewline; - var longStack = []; - list.forEach(function(f) { - if (f.type === ";" || f.type === ",") { - if (longStack[longStack.length-1]) { - pre = result.substring(0,offset+f.pos+1); - post = result.substring(offset+f.pos+1); - indented = indentLine(post,indent); - hasNewline = /\n$/.test(pre); - // console.log("A§"+pre+"§\n§"+indented+"§",hasNewline); - result = pre+(hasNewline?"":"\n")+indented; - offset += indented.length-post.length+(hasNewline?0:1); - } - } else if (f.type === "&") { - pre = result.substring(0,offset+f.pos+1); - var lastLineBreak = pre.lastIndexOf("\n"); - var lineLength = pre.length - lastLineBreak; - if (lineLength > 70) { - post = result.substring(offset+f.pos+1); - if (!/^\n/.test(post)) { - indented = indentLine(post,indent); - hasNewline = /\n$/.test(pre); - result = pre+(hasNewline?"":"\n")+indented; - offset += indented.length-post.length+(hasNewline?0:1); - } - } - - } else if (f.type === "open-block") { - if (f.width > 40) { - longStack.push(true); - indent += 4; - pre = result.substring(0,offset+f.pos+1); - post = result.substring(offset+f.pos+1); - hasNewline = /\n$/.test(pre); - indented = indentLine(post,indent); - result = pre+(hasNewline?"":"\n")+indented; - offset += indented.length-post.length+(hasNewline?0:1); - } else { - longStack.push(false); - } - } else if (f.type === "close-block") { - if (f.width > 40) { - indent -= 4; - pre = result.substring(0,offset+f.pos); - post = result.substring(offset+f.pos); - indented = indentLine(post,indent); - hasNewline = /\n *$/.test(pre); - if (hasNewline) { - result = pre + post; - } else { - result = pre+"\n"+indented; - offset += indented.length-post.length+1; - } - } - longStack.pop(); - } - }) - //console.log(result); - return result; - } - - jsonata.format = formatExpression; - jsonata.functions = - { - '$abs':{ args:[ 'number' ]}, - '$append':{ args:[ 'array1', 'array2' ]}, - '$assert':{ args: [ 'arg', 'str' ]}, - '$average':{ args:[ 'array' ]}, - '$base64decode':{ args:[ ]}, - '$base64encode':{ args:[ ]}, - '$boolean':{ args:[ 'arg' ]}, - '$ceil':{ args:[ 'number' ]}, - '$contains':{ args:[ 'str', 'pattern' ]}, - '$count':{ args:[ 'array' ]}, - '$decodeUrl':{ args:[ 'str' ]}, - '$decodeUrlComponent':{ args:[ 'str' ]}, - '$distinct':{ args:[ 'array' ]}, - '$each':{ args:[ 'object', 'function' ]}, - '$encodeUrl':{ args: ['str'] }, - '$encodeUrlComponent':{ args:[ 'str' ]}, - '$env': { args:[ 'arg' ]}, - '$error':{ args:[ 'str' ]}, - '$eval': { args: ['expr', 'context']}, - '$exists':{ args:[ 'arg' ]}, - '$filter':{ args:[ 'array', 'function' ]}, - '$floor':{ args:[ 'number' ]}, - '$flowContext': {args:['string']}, - '$formatBase': {args:['number','radix']}, - '$formatInteger': {args:['number', 'picture']}, - '$formatNumber': {args:['number', 'picture', 'options']}, - '$fromMillis': {args:['number']}, - '$globalContext': {args:['string']}, - '$join':{ args:[ 'array', 'separator' ]}, - '$keys':{ args:[ 'object' ]}, - '$length':{ args:[ 'str' ]}, - '$lookup':{ args:[ 'object', 'key' ]}, - '$lowercase':{ args:[ 'str' ]}, - '$map':{ args:[ 'array', 'function' ]}, - '$match':{ args:[ 'str', 'pattern', 'limit' ]}, - '$max':{ args:[ 'array' ]}, - '$merge':{ args:[ 'array' ]}, - '$millis':{ args:[ ]}, - '$min':{ args:[ 'array' ]}, - '$moment':{ args:[ ]}, - '$not':{ args:[ 'arg' ]}, - '$now':{ args:[ ]}, - '$number':{ args:[ 'arg' ]}, - '$pad': {args:['str', 'width','char']}, - '$parseInteger': {args:['string', 'picture']}, - '$power':{ args:[ 'base', 'exponent' ]}, - '$random':{ args:[ ]}, - '$reduce':{ args:[ 'array', 'function' , 'init' ]}, - '$replace':{ args:[ 'str', 'pattern', 'replacement', 'limit' ]}, - '$reverse':{ args:[ 'array' ]}, - '$round':{ args:[ 'number', 'precision' ]}, - '$shuffle':{ args:[ 'array' ]}, - '$sift':{ args: ['object', 'function'] }, - '$single':{ args: ['array', 'function'] }, - '$sort':{ args:[ 'array', 'function' ]}, - '$split':{ args:[ 'str', 'separator', 'limit' ]}, - '$spread':{ args:[ 'object' ]}, - '$sqrt':{ args:[ 'number' ]}, - '$string':{ args:[ 'arg', 'prettify' ]}, - '$substring':{ args:[ 'str', 'start', 'length' ]}, - '$substringAfter':{ args:[ 'str', 'chars' ]}, - '$substringBefore':{ args:[ 'str', 'chars' ]}, - '$sum':{ args:[ 'array' ]}, - '$toMillis':{args:['timestamp']}, // <------------- - '$trim':{ args:[ 'str' ]}, - '$type':{ args:['value']}, - '$uppercase':{ args:[ 'str' ]}, - '$zip':{ args:[ 'array1' ]} - } - jsonata.getFunctionSnippet = function(fn) { - var snippetText = ""; - if (jsonata.functions.hasOwnProperty(fn)) { - var def = jsonata.functions[fn]; - snippetText = "\\"+fn+"("; - if (def.args) { - snippetText += def.args.map(function(a,i) { return "${"+(i+1)+":"+a+"}"}).join(", "); - } - snippetText += ")\n" - } - return snippetText; - } -})(); -;(function(){function o(n){var i=e;n&&(e[n]||(e[n]={}),i=e[n]);if(!i.define||!i.define.packaged)t.original=i.define,i.define=t,i.define.packaged=!0;if(!i.require||!i.require.packaged)r.original=i.require,i.require=r,i.require.packaged=!0}var ACE_NAMESPACE = "ace",e=function(){return this}();!e&&typeof window!="undefined"&&(e=window);if(!ACE_NAMESPACE&&typeof requirejs!="undefined")return;var t=function(e,n,r){if(typeof e!="string"){t.original?t.original.apply(this,arguments):(console.error("dropping module because define wasn't a string."),console.trace());return}arguments.length==2&&(r=n),t.modules[e]||(t.payloads[e]=r,t.modules[e]=null)};t.modules={},t.payloads={};var n=function(e,t,n){if(typeof t=="string"){var i=s(e,t);if(i!=undefined)return n&&n(),i}else if(Object.prototype.toString.call(t)==="[object Array]"){var o=[];for(var u=0,a=t.length;u<a;++u){var f=s(e,t[u]);if(f==undefined&&r.original)return;o.push(f)}return n&&n.apply(null,o)||!0}},r=function(e,t){var i=n("",e,t);return i==undefined&&r.original?r.original.apply(this,arguments):i},i=function(e,t){if(t.indexOf("!")!==-1){var n=t.split("!");return i(e,n[0])+"!"+i(e,n[1])}if(t.charAt(0)=="."){var r=e.split("/").slice(0,-1).join("/");t=r+"/"+t;while(t.indexOf(".")!==-1&&s!=t){var s=t;t=t.replace(/\/\.\//,"/").replace(/[^\/]+\/\.\.\//,"")}}return t},s=function(e,r){r=i(e,r);var s=t.modules[r];if(!s){s=t.payloads[r];if(typeof s=="function"){var o={},u={id:r,uri:"",exports:o,packaged:!0},a=function(e,t){return n(r,e,t)},f=s(a,o,u);o=f||u.exports,t.modules[r]=o,delete t.payloads[r]}s=t.modules[r]=o||s}return s};o(ACE_NAMESPACE)})(),ace.define("ace/lib/fixoldbrowsers",["require","exports","module"],function(e,t,n){"use strict";typeof Element!="undefined"&&!Element.prototype.remove&&Object.defineProperty(Element.prototype,"remove",{enumerable:!1,writable:!0,configurable:!0,value:function(){this.parentNode&&this.parentNode.removeChild(this)}})}),ace.define("ace/lib/useragent",["require","exports","module"],function(e,t,n){"use strict";t.OS={LINUX:"LINUX",MAC:"MAC",WINDOWS:"WINDOWS"},t.getOS=function(){return t.isMac?t.OS.MAC:t.isLinux?t.OS.LINUX:t.OS.WINDOWS};var r=typeof navigator=="object"?navigator:{},i=(/mac|win|linux/i.exec(r.platform)||["other"])[0].toLowerCase(),s=r.userAgent||"",o=r.appName||"";t.isWin=i=="win",t.isMac=i=="mac",t.isLinux=i=="linux",t.isIE=o=="Microsoft Internet Explorer"||o.indexOf("MSAppHost")>=0?parseFloat((s.match(/(?:MSIE |Trident\/[0-9]+[\.0-9]+;.*rv:)([0-9]+[\.0-9]+)/)||[])[1]):parseFloat((s.match(/(?:Trident\/[0-9]+[\.0-9]+;.*rv:)([0-9]+[\.0-9]+)/)||[])[1]),t.isOldIE=t.isIE&&t.isIE<9,t.isGecko=t.isMozilla=s.match(/ Gecko\/\d+/),t.isOpera=typeof opera=="object"&&Object.prototype.toString.call(window.opera)=="[object Opera]",t.isWebKit=parseFloat(s.split("WebKit/")[1])||undefined,t.isChrome=parseFloat(s.split(" Chrome/")[1])||undefined,t.isEdge=parseFloat(s.split(" Edge/")[1])||undefined,t.isAIR=s.indexOf("AdobeAIR")>=0,t.isAndroid=s.indexOf("Android")>=0,t.isChromeOS=s.indexOf(" CrOS ")>=0,t.isIOS=/iPad|iPhone|iPod/.test(s)&&!window.MSStream,t.isIOS&&(t.isMac=!0),t.isMobile=t.isIOS||t.isAndroid}),ace.define("ace/lib/dom",["require","exports","module","ace/lib/useragent"],function(e,t,n){"use strict";var r=e("./useragent"),i="http://www.w3.org/1999/xhtml";t.buildDom=function o(e,t,n){if(typeof e=="string"&&e){var r=document.createTextNode(e);return t&&t.appendChild(r),r}if(!Array.isArray(e))return e&&e.appendChild&&t&&t.appendChild(e),e;if(typeof e[0]!="string"||!e[0]){var i=[];for(var s=0;s<e.length;s++){var u=o(e[s],t,n);u&&i.push(u)}return i}var a=document.createElement(e[0]),f=e[1],l=1;f&&typeof f=="object"&&!Array.isArray(f)&&(l=2);for(var s=l;s<e.length;s++)o(e[s],a,n);return l==2&&Object.keys(f).forEach(function(e){var t=f[e];e==="class"?a.className=Array.isArray(t)?t.join(" "):t:typeof t=="function"||e=="value"||e[0]=="$"?a[e]=t:e==="ref"?n&&(n[t]=a):t!=null&&a.setAttribute(e,t)}),t&&t.appendChild(a),a},t.getDocumentHead=function(e){return e||(e=document),e.head||e.getElementsByTagName("head")[0]||e.documentElement},t.createElement=function(e,t){return document.createElementNS?document.createElementNS(t||i,e):document.createElement(e)},t.removeChildren=function(e){e.innerHTML=""},t.createTextNode=function(e,t){var n=t?t.ownerDocument:document;return n.createTextNode(e)},t.createFragment=function(e){var t=e?e.ownerDocument:document;return t.createDocumentFragment()},t.hasCssClass=function(e,t){var n=(e.className+"").split(/\s+/g);return n.indexOf(t)!==-1},t.addCssClass=function(e,n){t.hasCssClass(e,n)||(e.className+=" "+n)},t.removeCssClass=function(e,t){var n=e.className.split(/\s+/g);for(;;){var r=n.indexOf(t);if(r==-1)break;n.splice(r,1)}e.className=n.join(" ")},t.toggleCssClass=function(e,t){var n=e.className.split(/\s+/g),r=!0;for(;;){var i=n.indexOf(t);if(i==-1)break;r=!1,n.splice(i,1)}return r&&n.push(t),e.className=n.join(" "),r},t.setCssClass=function(e,n,r){r?t.addCssClass(e,n):t.removeCssClass(e,n)},t.hasCssString=function(e,t){var n=0,r;t=t||document;if(r=t.querySelectorAll("style"))while(n<r.length)if(r[n++].id===e)return!0},t.importCssString=function(n,r,i){var s=i;if(!i||!i.getRootNode)s=document;else{s=i.getRootNode();if(!s||s==i)s=document}var o=s.ownerDocument||s;if(r&&t.hasCssString(r,s))return null;r&&(n+="\n/*# sourceURL=ace/css/"+r+" */");var u=t.createElement("style");u.appendChild(o.createTextNode(n)),r&&(u.id=r),s==o&&(s=t.getDocumentHead(o)),s.insertBefore(u,s.firstChild)},t.importCssStylsheet=function(e,n){t.buildDom(["link",{rel:"stylesheet",href:e}],t.getDocumentHead(n))},t.scrollbarWidth=function(e){var n=t.createElement("ace_inner");n.style.width="100%",n.style.minWidth="0px",n.style.height="200px",n.style.display="block";var r=t.createElement("ace_outer"),i=r.style;i.position="absolute",i.left="-10000px",i.overflow="hidden",i.width="200px",i.minWidth="0px",i.height="150px",i.display="block",r.appendChild(n);var s=e.documentElement;s.appendChild(r);var o=n.offsetWidth;i.overflow="scroll";var u=n.offsetWidth;return o==u&&(u=r.clientWidth),s.removeChild(r),o-u},typeof document=="undefined"&&(t.importCssString=function(){}),t.computedStyle=function(e,t){return window.getComputedStyle(e,"")||{}},t.setStyle=function(e,t,n){e[t]!==n&&(e[t]=n)},t.HAS_CSS_ANIMATION=!1,t.HAS_CSS_TRANSFORMS=!1,t.HI_DPI=r.isWin?typeof window!="undefined"&&window.devicePixelRatio>=1.5:!0;if(typeof document!="undefined"){var s=document.createElement("div");t.HI_DPI&&s.style.transform!==undefined&&(t.HAS_CSS_TRANSFORMS=!0),!r.isEdge&&typeof s.style.animationName!="undefined"&&(t.HAS_CSS_ANIMATION=!0),s=null}t.HAS_CSS_TRANSFORMS?t.translate=function(e,t,n){e.style.transform="translate("+Math.round(t)+"px, "+Math.round(n)+"px)"}:t.translate=function(e,t,n){e.style.top=Math.round(n)+"px",e.style.left=Math.round(t)+"px"}}),ace.define("ace/lib/oop",["require","exports","module"],function(e,t,n){"use strict";t.inherits=function(e,t){e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}})},t.mixin=function(e,t){for(var n in t)e[n]=t[n];return e},t.implement=function(e,n){t.mixin(e,n)}}),ace.define("ace/lib/keys",["require","exports","module","ace/lib/oop"],function(e,t,n){"use strict";var r=e("./oop"),i=function(){var e={MODIFIER_KEYS:{16:"Shift",17:"Ctrl",18:"Alt",224:"Meta",91:"MetaLeft",92:"MetaRight",93:"ContextMenu"},KEY_MODS:{ctrl:1,alt:2,option:2,shift:4,"super":8,meta:8,command:8,cmd:8,control:1},FUNCTION_KEYS:{8:"Backspace",9:"Tab",13:"Return",19:"Pause",27:"Esc",32:"Space",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"Left",38:"Up",39:"Right",40:"Down",44:"Print",45:"Insert",46:"Delete",96:"Numpad0",97:"Numpad1",98:"Numpad2",99:"Numpad3",100:"Numpad4",101:"Numpad5",102:"Numpad6",103:"Numpad7",104:"Numpad8",105:"Numpad9","-13":"NumpadEnter",112:"F1",113:"F2",114:"F3",115:"F4",116:"F5",117:"F6",118:"F7",119:"F8",120:"F9",121:"F10",122:"F11",123:"F12",144:"Numlock",145:"Scrolllock"},PRINTABLE_KEYS:{32:" ",48:"0",49:"1",50:"2",51:"3",52:"4",53:"5",54:"6",55:"7",56:"8",57:"9",59:";",61:"=",65:"a",66:"b",67:"c",68:"d",69:"e",70:"f",71:"g",72:"h",73:"i",74:"j",75:"k",76:"l",77:"m",78:"n",79:"o",80:"p",81:"q",82:"r",83:"s",84:"t",85:"u",86:"v",87:"w",88:"x",89:"y",90:"z",107:"+",109:"-",110:".",186:";",187:"=",188:",",189:"-",190:".",191:"/",192:"`",219:"[",220:"\\",221:"]",222:"'",111:"/",106:"*"}},t,n;for(n in e.FUNCTION_KEYS)t=e.FUNCTION_KEYS[n].toLowerCase(),e[t]=parseInt(n,10);for(n in e.PRINTABLE_KEYS)t=e.PRINTABLE_KEYS[n].toLowerCase(),e[t]=parseInt(n,10);return r.mixin(e,e.MODIFIER_KEYS),r.mixin(e,e.PRINTABLE_KEYS),r.mixin(e,e.FUNCTION_KEYS),e.enter=e["return"],e.escape=e.esc,e.del=e["delete"],e[173]="-",function(){var t=["cmd","ctrl","alt","shift"];for(var n=Math.pow(2,t.length);n--;)e.KEY_MODS[n]=t.filter(function(t){return n&e.KEY_MODS[t]}).join("-")+"-"}(),e.KEY_MODS[0]="",e.KEY_MODS[-1]="input-",e}();r.mixin(t,i),t.keyCodeToString=function(e){var t=i[e];return typeof t!="string"&&(t=String.fromCharCode(e)),t.toLowerCase()}}),ace.define("ace/lib/event",["require","exports","module","ace/lib/keys","ace/lib/useragent"],function(e,t,n){"use strict";function a(){u=!1;try{document.createComment("").addEventListener("test",function(){},{get passive(){u={passive:!1}}})}catch(e){}}function f(){return u==undefined&&a(),u}function l(e,t,n){this.elem=e,this.type=t,this.callback=n}function d(e,t,n){var u=p(t);if(!i.isMac&&s){t.getModifierState&&(t.getModifierState("OS")||t.getModifierState("Win"))&&(u|=8);if(s.altGr){if((3&u)==3)return;s.altGr=0}if(n===18||n===17){var a="location"in t?t.location:t.keyLocation;if(n===17&&a===1)s[n]==1&&(o=t.timeStamp);else if(n===18&&u===3&&a===2){var f=t.timeStamp-o;f<50&&(s.altGr=!0)}}}n in r.MODIFIER_KEYS&&(n=-1);if(!u&&n===13){var a="location"in t?t.location:t.keyLocation;if(a===3){e(t,u,-n);if(t.defaultPrevented)return}}if(i.isChromeOS&&u&8){e(t,u,n);if(t.defaultPrevented)return;u&=-9}return!!u||n in r.FUNCTION_KEYS||n in r.PRINTABLE_KEYS?e(t,u,n):!1}function v(){s=Object.create(null)}var r=e("./keys"),i=e("./useragent"),s=null,o=0,u;l.prototype.destroy=function(){h(this.elem,this.type,this.callback),this.elem=this.type=this.callback=undefined};var c=t.addListener=function(e,t,n,r){e.addEventListener(t,n,f()),r&&r.$toDestroy.push(new l(e,t,n))},h=t.removeListener=function(e,t,n){e.removeEventListener(t,n,f())};t.stopEvent=function(e){return t.stopPropagation(e),t.preventDefault(e),!1},t.stopPropagation=function(e){e.stopPropagation&&e.stopPropagation()},t.preventDefault=function(e){e.preventDefault&&e.preventDefault()},t.getButton=function(e){return e.type=="dblclick"?0:e.type=="contextmenu"||i.isMac&&e.ctrlKey&&!e.altKey&&!e.shiftKey?2:e.button},t.capture=function(e,t,n){function i(e){t&&t(e),n&&n(e),h(r,"mousemove",t),h(r,"mouseup",i),h(r,"dragstart",i)}var r=e&&e.ownerDocument||document;return c(r,"mousemove",t),c(r,"mouseup",i),c(r,"dragstart",i),i},t.addMouseWheelListener=function(e,t,n){"onmousewheel"in e?c(e,"mousewheel",function(e){var n=8;e.wheelDeltaX!==undefined?(e.wheelX=-e.wheelDeltaX/n,e.wheelY=-e.wheelDeltaY/n):(e.wheelX=0,e.wheelY=-e.wheelDelta/n),t(e)},n):"onwheel"in e?c(e,"wheel",function(e){var n=.35;switch(e.deltaMode){case e.DOM_DELTA_PIXEL:e.wheelX=e.deltaX*n||0,e.wheelY=e.deltaY*n||0;break;case e.DOM_DELTA_LINE:case e.DOM_DELTA_PAGE:e.wheelX=(e.deltaX||0)*5,e.wheelY=(e.deltaY||0)*5}t(e)},n):c(e,"DOMMouseScroll",function(e){e.axis&&e.axis==e.HORIZONTAL_AXIS?(e.wheelX=(e.detail||0)*5,e.wheelY=0):(e.wheelX=0,e.wheelY=(e.detail||0)*5),t(e)},n)},t.addMultiMouseDownListener=function(e,n,r,s,o){function p(e){t.getButton(e)!==0?u=0:e.detail>1?(u++,u>4&&(u=1)):u=1;if(i.isIE){var o=Math.abs(e.clientX-a)>5||Math.abs(e.clientY-f)>5;if(!l||o)u=1;l&&clearTimeout(l),l=setTimeout(function(){l=null},n[u-1]||600),u==1&&(a=e.clientX,f=e.clientY)}e._clicks=u,r[s]("mousedown",e);if(u>4)u=0;else if(u>1)return r[s](h[u],e)}var u=0,a,f,l,h={2:"dblclick",3:"tripleclick",4:"quadclick"};Array.isArray(e)||(e=[e]),e.forEach(function(e){c(e,"mousedown",p,o)})};var p=function(e){return 0|(e.ctrlKey?1:0)|(e.altKey?2:0)|(e.shiftKey?4:0)|(e.metaKey?8:0)};t.getModifierString=function(e){return r.KEY_MODS[p(e)]},t.addCommandKeyListener=function(e,n,r){if(i.isOldGecko||i.isOpera&&!("KeyboardEvent"in window)){var o=null;c(e,"keydown",function(e){o=e.keyCode},r),c(e,"keypress",function(e){return d(n,e,o)},r)}else{var u=null;c(e,"keydown",function(e){s[e.keyCode]=(s[e.keyCode]||0)+1;var t=d(n,e,e.keyCode);return u=e.defaultPrevented,t},r),c(e,"keypress",function(e){u&&(e.ctrlKey||e.altKey||e.shiftKey||e.metaKey)&&(t.stopEvent(e),u=null)},r),c(e,"keyup",function(e){s[e.keyCode]=null},r),s||(v(),c(window,"focus",v))}};if(typeof window=="object"&&window.postMessage&&!i.isOldIE){var m=1;t.nextTick=function(e,n){n=n||window;var r="zero-timeout-message-"+m++,i=function(s){s.data==r&&(t.stopPropagation(s),h(n,"message",i),e())};c(n,"message",i),n.postMessage(r,"*")}}t.$idleBlocked=!1,t.onIdle=function(e,n){return setTimeout(function r(){t.$idleBlocked?setTimeout(r,100):e()},n)},t.$idleBlockId=null,t.blockIdle=function(e){t.$idleBlockId&&clearTimeout(t.$idleBlockId),t.$idleBlocked=!0,t.$idleBlockId=setTimeout(function(){t.$idleBlocked=!1},e||100)},t.nextFrame=typeof window=="object"&&(window.requestAnimationFrame||window.mozRequestAnimationFrame||window.webkitRequestAnimationFrame||window.msRequestAnimationFrame||window.oRequestAnimationFrame),t.nextFrame?t.nextFrame=t.nextFrame.bind(window):t.nextFrame=function(e){setTimeout(e,17)}}),ace.define("ace/range",["require","exports","module"],function(e,t,n){"use strict";var r=function(e,t){return e.row-t.row||e.column-t.column},i=function(e,t,n,r){this.start={row:e,column:t},this.end={row:n,column:r}};(function(){this.isEqual=function(e){return this.start.row===e.start.row&&this.end.row===e.end.row&&this.start.column===e.start.column&&this.end.column===e.end.column},this.toString=function(){return"Range: ["+this.start.row+"/"+this.start.column+"] -> ["+this.end.row+"/"+this.end.column+"]"},this.contains=function(e,t){return this.compare(e,t)==0},this.compareRange=function(e){var t,n=e.end,r=e.start;return t=this.compare(n.row,n.column),t==1?(t=this.compare(r.row,r.column),t==1?2:t==0?1:0):t==-1?-2:(t=this.compare(r.row,r.column),t==-1?-1:t==1?42:0)},this.comparePoint=function(e){return this.compare(e.row,e.column)},this.containsRange=function(e){return this.comparePoint(e.start)==0&&this.comparePoint(e.end)==0},this.intersects=function(e){var t=this.compareRange(e);return t==-1||t==0||t==1},this.isEnd=function(e,t){return this.end.row==e&&this.end.column==t},this.isStart=function(e,t){return this.start.row==e&&this.start.column==t},this.setStart=function(e,t){typeof e=="object"?(this.start.column=e.column,this.start.row=e.row):(this.start.row=e,this.start.column=t)},this.setEnd=function(e,t){typeof e=="object"?(this.end.column=e.column,this.end.row=e.row):(this.end.row=e,this.end.column=t)},this.inside=function(e,t){return this.compare(e,t)==0?this.isEnd(e,t)||this.isStart(e,t)?!1:!0:!1},this.insideStart=function(e,t){return this.compare(e,t)==0?this.isEnd(e,t)?!1:!0:!1},this.insideEnd=function(e,t){return this.compare(e,t)==0?this.isStart(e,t)?!1:!0:!1},this.compare=function(e,t){return!this.isMultiLine()&&e===this.start.row?t<this.start.column?-1:t>this.end.column?1:0:e<this.start.row?-1:e>this.end.row?1:this.start.row===e?t>=this.start.column?0:-1:this.end.row===e?t<=this.end.column?0:1:0},this.compareStart=function(e,t){return this.start.row==e&&this.start.column==t?-1:this.compare(e,t)},this.compareEnd=function(e,t){return this.end.row==e&&this.end.column==t?1:this.compare(e,t)},this.compareInside=function(e,t){return this.end.row==e&&this.end.column==t?1:this.start.row==e&&this.start.column==t?-1:this.compare(e,t)},this.clipRows=function(e,t){if(this.end.row>t)var n={row:t+1,column:0};else if(this.end.row<e)var n={row:e,column:0};if(this.start.row>t)var r={row:t+1,column:0};else if(this.start.row<e)var r={row:e,column:0};return i.fromPoints(r||this.start,n||this.end)},this.extend=function(e,t){var n=this.compare(e,t);if(n==0)return this;if(n==-1)var r={row:e,column:t};else var s={row:e,column:t};return i.fromPoints(r||this.start,s||this.end)},this.isEmpty=function(){return this.start.row===this.end.row&&this.start.column===this.end.column},this.isMultiLine=function(){return this.start.row!==this.end.row},this.clone=function(){return i.fromPoints(this.start,this.end)},this.collapseRows=function(){return this.end.column==0?new i(this.start.row,0,Math.max(this.start.row,this.end.row-1),0):new i(this.start.row,0,this.end.row,0)},this.toScreenRange=function(e){var t=e.documentToScreenPosition(this.start),n=e.documentToScreenPosition(this.end);return new i(t.row,t.column,n.row,n.column)},this.moveBy=function(e,t){this.start.row+=e,this.start.column+=t,this.end.row+=e,this.end.column+=t}}).call(i.prototype),i.fromPoints=function(e,t){return new i(e.row,e.column,t.row,t.column)},i.comparePoints=r,i.comparePoints=function(e,t){return e.row-t.row||e.column-t.column},t.Range=i}),ace.define("ace/lib/lang",["require","exports","module"],function(e,t,n){"use strict";t.last=function(e){return e[e.length-1]},t.stringReverse=function(e){return e.split("").reverse().join("")},t.stringRepeat=function(e,t){var n="";while(t>0){t&1&&(n+=e);if(t>>=1)e+=e}return n};var r=/^\s\s*/,i=/\s\s*$/;t.stringTrimLeft=function(e){return e.replace(r,"")},t.stringTrimRight=function(e){return e.replace(i,"")},t.copyObject=function(e){var t={};for(var n in e)t[n]=e[n];return t},t.copyArray=function(e){var t=[];for(var n=0,r=e.length;n<r;n++)e[n]&&typeof e[n]=="object"?t[n]=this.copyObject(e[n]):t[n]=e[n];return t},t.deepCopy=function s(e){if(typeof e!="object"||!e)return e;var t;if(Array.isArray(e)){t=[];for(var n=0;n<e.length;n++)t[n]=s(e[n]);return t}if(Object.prototype.toString.call(e)!=="[object Object]")return e;t={};for(var n in e)t[n]=s(e[n]);return t},t.arrayToMap=function(e){var t={};for(var n=0;n<e.length;n++)t[e[n]]=1;return t},t.createMap=function(e){var t=Object.create(null);for(var n in e)t[n]=e[n];return t},t.arrayRemove=function(e,t){for(var n=0;n<=e.length;n++)t===e[n]&&e.splice(n,1)},t.escapeRegExp=function(e){return e.replace(/([.*+?^${}()|[\]\/\\])/g,"\\$1")},t.escapeHTML=function(e){return(""+e).replace(/&/g,"&#38;").replace(/"/g,"&#34;").replace(/'/g,"&#39;").replace(/</g,"&#60;")},t.getMatchOffsets=function(e,t){var n=[];return e.replace(t,function(e){n.push({offset:arguments[arguments.length-2],length:e.length})}),n},t.deferredCall=function(e){var t=null,n=function(){t=null,e()},r=function(e){return r.cancel(),t=setTimeout(n,e||0),r};return r.schedule=r,r.call=function(){return this.cancel(),e(),r},r.cancel=function(){return clearTimeout(t),t=null,r},r.isPending=function(){return t},r},t.delayedCall=function(e,t){var n=null,r=function(){n=null,e()},i=function(e){n==null&&(n=setTimeout(r,e||t))};return i.delay=function(e){n&&clearTimeout(n),n=setTimeout(r,e||t)},i.schedule=i,i.call=function(){this.cancel(),e()},i.cancel=function(){n&&clearTimeout(n),n=null},i.isPending=function(){return n},i}}),ace.define("ace/clipboard",["require","exports","module"],function(e,t,n){"use strict";var r;n.exports={lineMode:!1,pasteCancelled:function(){return r&&r>Date.now()-50?!0:r=!1},cancel:function(){r=Date.now()}}}),ace.define("ace/keyboard/textinput",["require","exports","module","ace/lib/event","ace/lib/useragent","ace/lib/dom","ace/lib/lang","ace/clipboard","ace/lib/keys"],function(e,t,n){"use strict";var r=e("../lib/event"),i=e("../lib/useragent"),s=e("../lib/dom"),o=e("../lib/lang"),u=e("../clipboard"),a=i.isChrome<18,f=i.isIE,l=i.isChrome>63,c=400,h=e("../lib/keys"),p=h.KEY_MODS,d=i.isIOS,v=d?/\s/:/\n/,m=i.isMobile,g=function(e,t){function X(){x=!0,n.blur(),n.focus(),x=!1}function $(e){e.keyCode==27&&n.value.length<n.selectionStart&&(b||(T=n.value),N=C=-1,O()),V()}function K(){clearTimeout(J),J=setTimeout(function(){E&&(n.style.cssText=E,E=""),t.renderer.$isMousePressed=!1,t.renderer.$keepTextAreaAtCursor&&t.renderer.$moveTextAreaToCursor()},0)}function G(e,t,n){var r=null,i=!1;n.addEventListener("keydown",function(e){r&&clearTimeout(r),i=!0},!0),n.addEventListener("keyup",function(e){r=setTimeout(function(){i=!1},100)},!0);var s=function(e){if(document.activeElement!==n)return;if(i||b||t.$mouseHandler.isMousePressed)return;if(g)return;var r=n.selectionStart,s=n.selectionEnd,o=null,u=0;if(r==0)o=h.up;else if(r==1)o=h.home;else if(s>C&&T[s]=="\n")o=h.end;else if(r<N&&T[r-1]==" ")o=h.left,u=p.option;else if(r<N||r==N&&C!=N&&r==s)o=h.left;else if(s>C&&T.slice(0,s).split("\n").length>2)o=h.down;else if(s>C&&T[s-1]==" ")o=h.right,u=p.option;else if(s>C||s==C&&C!=N&&r==s)o=h.right;r!==s&&(u|=p.shift);if(o){var a=t.onCommandKey({},u,o);if(!a&&t.commands){o=h.keyCodeToString(o);var f=t.commands.findKeyCommand(u,o);f&&t.execCommand(f)}N=r,C=s,O("")}};document.addEventListener("selectionchange",s),t.on("destroy",function(){document.removeEventListener("selectionchange",s)})}var n=s.createElement("textarea");n.className="ace_text-input",n.setAttribute("wrap","off"),n.setAttribute("autocorrect","off"),n.setAttribute("autocapitalize","off"),n.setAttribute("spellcheck",!1),n.style.opacity="0",e.insertBefore(n,e.firstChild);var g=!1,y=!1,b=!1,w=!1,E="";m||(n.style.fontSize="1px");var S=!1,x=!1,T="",N=0,C=0,k=0;try{var L=document.activeElement===n}catch(A){}r.addListener(n,"blur",function(e){if(x)return;t.onBlur(e),L=!1},t),r.addListener(n,"focus",function(e){if(x)return;L=!0;if(i.isEdge)try{if(!document.hasFocus())return}catch(e){}t.onFocus(e),i.isEdge?setTimeout(O):O()},t),this.$focusScroll=!1,this.focus=function(){if(E||l||this.$focusScroll=="browser")return n.focus({preventScroll:!0});var e=n.style.top;n.style.position="fixed",n.style.top="0px";try{var t=n.getBoundingClientRect().top!=0}catch(r){return}var i=[];if(t){var s=n.parentElement;while(s&&s.nodeType==1)i.push(s),s.setAttribute("ace_nocontext",!0),!s.parentElement&&s.getRootNode?s=s.getRootNode().host:s=s.parentElement}n.focus({preventScroll:!0}),t&&i.forEach(function(e){e.removeAttribute("ace_nocontext")}),setTimeout(function(){n.style.position="",n.style.top=="0px"&&(n.style.top=e)},0)},this.blur=function(){n.blur()},this.isFocused=function(){return L},t.on("beforeEndOperation",function(){var e=t.curOp,r=e&&e.command&&e.command.name;if(r=="insertstring")return;var i=r&&(e.docChanged||e.selectionChanged);b&&i&&(T=n.value="",W()),O()});var O=d?function(e){if(!L||g&&!e||w)return;e||(e="");var r="\n ab"+e+"cde fg\n";r!=n.value&&(n.value=T=r);var i=4,s=4+(e.length||(t.selection.isEmpty()?0:1));(N!=i||C!=s)&&n.setSelectionRange(i,s),N=i,C=s}:function(){if(b||w)return;if(!L&&!P)return;b=!0;var e=0,r=0,i="";if(t.session){var s=t.selection,o=s.getRange(),u=s.cursor.row;e=o.start.column,r=o.end.column,i=t.session.getLine(u);if(o.start.row!=u){var a=t.session.getLine(u-1);e=o.start.row<u-1?0:e,r+=a.length+1,i=a+"\n"+i}else if(o.end.row!=u){var f=t.session.getLine(u+1);r=o.end.row>u+1?f.length:r,r+=i.length+1,i=i+"\n"+f}else m&&u>0&&(i="\n"+i,r+=1,e+=1);i.length>c&&(e<c&&r<c?i=i.slice(0,c):(i="\n",e==r?e=r=0:(e=0,r=1)))}var l=i+"\n\n";l!=T&&(n.value=T=l,N=C=l.length),P&&(N=n.selectionStart,C=n.selectionEnd);if(C!=r||N!=e||n.selectionEnd!=C)try{n.setSelectionRange(e,r),N=e,C=r}catch(h){}b=!1};this.resetSelection=O,L&&t.onFocus();var M=function(e){return e.selectionStart===0&&e.selectionEnd>=T.length&&e.value===T&&T&&e.selectionEnd!==C},_=function(e){if(b)return;g?g=!1:M(n)?(t.selectAll(),O()):m&&n.selectionStart!=N&&O()},D=null;this.setInputHandler=function(e){D=e},this.getInputHandler=function(){return D};var P=!1,H=function(e,r){P&&(P=!1);if(y)return O(),e&&t.onPaste(e),y=!1,"";var s=n.selectionStart,o=n.selectionEnd,u=N,a=T.length-C,f=e,l=e.length-s,c=e.length-o,h=0;while(u>0&&T[h]==e[h])h++,u--;f=f.slice(h),h=1;while(a>0&&T.length-h>N-1&&T[T.length-h]==e[e.length-h])h++,a--;l-=h-1,c-=h-1;var p=f.length-h+1;p<0&&(u=-p,p=0),f=f.slice(0,p);if(!r&&!f&&!l&&!u&&!a&&!c)return"";w=!0;var d=!1;return i.isAndroid&&f==". "&&(f=" ",d=!0),f&&!u&&!a&&!l&&!c||S?t.onTextInput(f):t.onTextInput(f,{extendLeft:u,extendRight:a,restoreStart:l,restoreEnd:c}),w=!1,T=e,N=s,C=o,k=c,d?"\n":f},B=function(e){if(b)return z();if(e&&e.inputType){if(e.inputType=="historyUndo")return t.execCommand("undo");if(e.inputType=="historyRedo")return t.execCommand("redo")}var r=n.value,i=H(r,!0);(r.length>c+100||v.test(i)||m&&N<1&&N==C)&&O()},j=function(e,t,n){var r=e.clipboardData||window.clipboardData;if(!r||a)return;var i=f||n?"Text":"text/plain";try{return t?r.setData(i,t)!==!1:r.getData(i)}catch(e){if(!n)return j(e,t,!0)}},F=function(e,i){var s=t.getCopyText();if(!s)return r.preventDefault(e);j(e,s)?(d&&(O(s),g=s,setTimeout(function(){g=!1},10)),i?t.onCut():t.onCopy(),r.preventDefault(e)):(g=!0,n.value=s,n.select(),setTimeout(function(){g=!1,O(),i?t.onCut():t.onCopy()}))},I=function(e){F(e,!0)},q=function(e){F(e,!1)},R=function(e){var s=j(e);if(u.pasteCancelled())return;typeof s=="string"?(s&&t.onPaste(s,e),i.isIE&&setTimeout(O),r.preventDefault(e)):(n.value="",y=!0)};r.addCommandKeyListener(n,t.onCommandKey.bind(t),t),r.addListener(n,"select",_,t),r.addListener(n,"input",B,t),r.addListener(n,"cut",I,t),r.addListener(n,"copy",q,t),r.addListener(n,"paste",R,t),(!("oncut"in n)||!("oncopy"in n)||!("onpaste"in n))&&r.addListener(e,"keydown",function(e){if(i.isMac&&!e.metaKey||!e.ctrlKey)return;switch(e.keyCode){case 67:q(e);break;case 86:R(e);break;case 88:I(e)}},t);var U=function(e){if(b||!t.onCompositionStart||t.$readOnly)return;b={};if(S)return;e.data&&(b.useTextareaForIME=!1),setTimeout(z,0),t._signal("compositionStart"),t.on("mousedown",X);var r=t.getSelectionRange();r.end.row=r.start.row,r.end.column=r.start.column,b.markerRange=r,b.selectionStart=N,t.onCompositionStart(b),b.useTextareaForIME?(T=n.value="",N=0,C=0):(n.msGetInputContext&&(b.context=n.msGetInputContext()),n.getInputContext&&(b.context=n.getInputContext()))},z=function(){if(!b||!t.onCompositionUpdate||t.$readOnly)return;if(S)return X();if(b.useTextareaForIME)t.onCompositionUpdate(n.value);else{var e=n.value;H(e),b.markerRange&&(b.context&&(b.markerRange.start.column=b.selectionStart=b.context.compositionStartOffset),b.markerRange.end.column=b.markerRange.start.column+C-b.selectionStart+k)}},W=function(e){if(!t.onCompositionEnd||t.$readOnly)return;b=!1,t.onCompositionEnd(),t.off("mousedown",X),e&&B()},V=o.delayedCall(z,50).schedule.bind(null,null);r.addListener(n,"compositionstart",U,t),r.addListener(n,"compositionupdate",z,t),r.addListener(n,"keyup",$,t),r.addListener(n,"keydown",V,t),r.addListener(n,"compositionend",W,t),this.getElement=function(){return n},this.setCommandMode=function(e){S=e,n.readOnly=!1},this.setReadOnly=function(e){S||(n.readOnly=e)},this.setCopyWithEmptySelection=function(e){},this.onContextMenu=function(e){P=!0,O(),t._emit("nativecontextmenu",{target:t,domEvent:e}),this.moveToMouse(e,!0)},this.moveToMouse=function(e,o){E||(E=n.style.cssText),n.style.cssText=(o?"z-index:100000;":"")+(i.isIE?"opacity:0.1;":"")+"text-indent: -"+(N+C)*t.renderer.characterWidth*.5+"px;";var u=t.container.getBoundingClientRect(),a=s.computedStyle(t.container),f=u.top+(parseInt(a.borderTopWidth)||0),l=u.left+(parseInt(u.borderLeftWidth)||0),c=u.bottom-f-n.clientHeight-2,h=function(e){s.translate(n,e.clientX-l-2,Math.min(e.clientY-f-2,c))};h(e);if(e.type!="mousedown")return;t.renderer.$isMousePressed=!0,clearTimeout(J),i.isWin&&r.capture(t.container,h,K)},this.onContextMenuClose=K;var J,Q=function(e){t.textInput.onContextMenu(e),K()};r.addListener(n,"mouseup",Q,t),r.addListener(n,"mousedown",function(e){e.preventDefault(),K()},t),r.addListener(t.renderer.scroller,"contextmenu",Q,t),r.addListener(n,"contextmenu",Q,t),d&&G(e,t,n)};t.TextInput=g,t.$setUserAgentForTests=function(e,t){m=e,d=t}}),ace.define("ace/mouse/default_handlers",["require","exports","module","ace/lib/useragent"],function(e,t,n){"use strict";function o(e){e.$clickSelection=null;var t=e.editor;t.setDefaultHandler("mousedown",this.onMouseDown.bind(e)),t.setDefaultHandler("dblclick",this.onDoubleClick.bind(e)),t.setDefaultHandler("tripleclick",this.onTripleClick.bind(e)),t.setDefaultHandler("quadclick",this.onQuadClick.bind(e)),t.setDefaultHandler("mousewheel",this.onMouseWheel.bind(e));var n=["select","startSelect","selectEnd","selectAllEnd","selectByWordsEnd","selectByLinesEnd","dragWait","dragWaitEnd","focusWait"];n.forEach(function(t){e[t]=this[t]},this),e.selectByLines=this.extendSelectionBy.bind(e,"getLineRange"),e.selectByWords=this.extendSelectionBy.bind(e,"getWordRange")}function u(e,t,n,r){return Math.sqrt(Math.pow(n-e,2)+Math.pow(r-t,2))}function a(e,t){if(e.start.row==e.end.row)var n=2*t.column-e.start.column-e.end.column;else if(e.start.row==e.end.row-1&&!e.start.column&&!e.end.column)var n=t.column-4;else var n=2*t.row-e.start.row-e.end.row;return n<0?{cursor:e.start,anchor:e.end}:{cursor:e.end,anchor:e.start}}var r=e("../lib/useragent"),i=0,s=550;(function(){this.onMouseDown=function(e){var t=e.inSelection(),n=e.getDocumentPosition();this.mousedownEvent=e;var i=this.editor,s=e.getButton();if(s!==0){var o=i.getSelectionRange(),u=o.isEmpty();(u||s==1)&&i.selection.moveToPosition(n),s==2&&(i.textInput.onContextMenu(e.domEvent),r.isMozilla||e.preventDefault());return}this.mousedownEvent.time=Date.now();if(t&&!i.isFocused()){i.focus();if(this.$focusTimeout&&!this.$clickSelection&&!i.inMultiSelectMode){this.setState("focusWait"),this.captureMouse(e);return}}return this.captureMouse(e),this.startSelect(n,e.domEvent._clicks>1),e.preventDefault()},this.startSelect=function(e,t){e=e||this.editor.renderer.screenToTextCoordinates(this.x,this.y);var n=this.editor;if(!this.mousedownEvent)return;this.mousedownEvent.getShiftKey()?n.selection.selectToPosition(e):t||n.selection.moveToPosition(e),t||this.select(),n.renderer.scroller.setCapture&&n.renderer.scroller.setCapture(),n.setStyle("ace_selecting"),this.setState("select")},this.select=function(){var e,t=this.editor,n=t.renderer.screenToTextCoordinates(this.x,this.y);if(this.$clickSelection){var r=this.$clickSelection.comparePoint(n);if(r==-1)e=this.$clickSelection.end;else if(r==1)e=this.$clickSelection.start;else{var i=a(this.$clickSelection,n);n=i.cursor,e=i.anchor}t.selection.setSelectionAnchor(e.row,e.column)}t.selection.selectToPosition(n),t.renderer.scrollCursorIntoView()},this.extendSelectionBy=function(e){var t,n=this.editor,r=n.renderer.screenToTextCoordinates(this.x,this.y),i=n.selection[e](r.row,r.column);if(this.$clickSelection){var s=this.$clickSelection.comparePoint(i.start),o=this.$clickSelection.comparePoint(i.end);if(s==-1&&o<=0){t=this.$clickSelection.end;if(i.end.row!=r.row||i.end.column!=r.column)r=i.start}else if(o==1&&s>=0){t=this.$clickSelection.start;if(i.start.row!=r.row||i.start.column!=r.column)r=i.end}else if(s==-1&&o==1)r=i.end,t=i.start;else{var u=a(this.$clickSelection,r);r=u.cursor,t=u.anchor}n.selection.setSelectionAnchor(t.row,t.column)}n.selection.selectToPosition(r),n.renderer.scrollCursorIntoView()},this.selectEnd=this.selectAllEnd=this.selectByWordsEnd=this.selectByLinesEnd=function(){this.$clickSelection=null,this.editor.unsetStyle("ace_selecting"),this.editor.renderer.scroller.releaseCapture&&this.editor.renderer.scroller.releaseCapture()},this.focusWait=function(){var e=u(this.mousedownEvent.x,this.mousedownEvent.y,this.x,this.y),t=Date.now();(e>i||t-this.mousedownEvent.time>this.$focusTimeout)&&this.startSelect(this.mousedownEvent.getDocumentPosition())},this.onDoubleClick=function(e){var t=e.getDocumentPosition(),n=this.editor,r=n.session,i=r.getBracketRange(t);i?(i.isEmpty()&&(i.start.column--,i.end.column++),this.setState("select")):(i=n.selection.getWordRange(t.row,t.column),this.setState("selectByWords")),this.$clickSelection=i,this.select()},this.onTripleClick=function(e){var t=e.getDocumentPosition(),n=this.editor;this.setState("selectByLines");var r=n.getSelectionRange();r.isMultiLine()&&r.contains(t.row,t.column)?(this.$clickSelection=n.selection.getLineRange(r.start.row),this.$clickSelection.end=n.selection.getLineRange(r.end.row).end):this.$clickSelection=n.selection.getLineRange(t.row),this.select()},this.onQuadClick=function(e){var t=this.editor;t.selectAll(),this.$clickSelection=t.getSelectionRange(),this.setState("selectAll")},this.onMouseWheel=function(e){if(e.getAccelKey())return;e.getShiftKey()&&e.wheelY&&!e.wheelX&&(e.wheelX=e.wheelY,e.wheelY=0);var t=this.editor;this.$lastScroll||(this.$lastScroll={t:0,vx:0,vy:0,allowed:0});var n=this.$lastScroll,r=e.domEvent.timeStamp,i=r-n.t,o=i?e.wheelX/i:n.vx,u=i?e.wheelY/i:n.vy;i<s&&(o=(o+n.vx)/2,u=(u+n.vy)/2);var a=Math.abs(o/u),f=!1;a>=1&&t.renderer.isScrollableBy(e.wheelX*e.speed,0)&&(f=!0),a<=1&&t.renderer.isScrollableBy(0,e.wheelY*e.speed)&&(f=!0);if(f)n.allowed=r;else if(r-n.allowed<s){var l=Math.abs(o)<=1.5*Math.abs(n.vx)&&Math.abs(u)<=1.5*Math.abs(n.vy);l?(f=!0,n.allowed=r):n.allowed=0}n.t=r,n.vx=o,n.vy=u;if(f)return t.renderer.scrollBy(e.wheelX*e.speed,e.wheelY*e.speed),e.stop()}}).call(o.prototype),t.DefaultHandlers=o}),ace.define("ace/tooltip",["require","exports","module","ace/lib/oop","ace/lib/dom"],function(e,t,n){"use strict";function s(e){this.isOpen=!1,this.$element=null,this.$parentNode=e}var r=e("./lib/oop"),i=e("./lib/dom");(function(){this.$init=function(){return this.$element=i.createElement("div"),this.$element.className="ace_tooltip",this.$element.style.display="none",this.$parentNode.appendChild(this.$element),this.$element},this.getElement=function(){return this.$element||this.$init()},this.setText=function(e){this.getElement().textContent=e},this.setHtml=function(e){this.getElement().innerHTML=e},this.setPosition=function(e,t){this.getElement().style.left=e+"px",this.getElement().style.top=t+"px"},this.setClassName=function(e){i.addCssClass(this.getElement(),e)},this.show=function(e,t,n){e!=null&&this.setText(e),t!=null&&n!=null&&this.setPosition(t,n),this.isOpen||(this.getElement().style.display="block",this.isOpen=!0)},this.hide=function(){this.isOpen&&(this.getElement().style.display="none",this.isOpen=!1)},this.getHeight=function(){return this.getElement().offsetHeight},this.getWidth=function(){return this.getElement().offsetWidth},this.destroy=function(){this.isOpen=!1,this.$element&&this.$element.parentNode&&this.$element.parentNode.removeChild(this.$element)}}).call(s.prototype),t.Tooltip=s}),ace.define("ace/mouse/default_gutter_handler",["require","exports","module","ace/lib/dom","ace/lib/oop","ace/lib/event","ace/tooltip"],function(e,t,n){"use strict";function u(e){function l(){var r=u.getDocumentPosition().row,s=n.$annotations[r];if(!s)return c();var o=t.session.getLength();if(r==o){var a=t.renderer.pixelToScreenCoordinates(0,u.y).row,l=u.$pos;if(a>t.session.documentToScreenRow(l.row,l.column))return c()}if(f==s)return;f=s.text.join("<br/>"),i.setHtml(f),i.show(),t._signal("showGutterTooltip",i),t.on("mousewheel",c);if(e.$tooltipFollowsMouse)h(u);else{var p=u.domEvent.target,d=p.getBoundingClientRect(),v=i.getElement().style;v.left=d.right+"px",v.top=d.bottom+"px"}}function c(){o&&(o=clearTimeout(o)),f&&(i.hide(),f=null,t._signal("hideGutterTooltip",i),t.off("mousewheel",c))}function h(e){i.setPosition(e.x,e.y)}var t=e.editor,n=t.renderer.$gutterLayer,i=new a(t.container);e.editor.setDefaultHandler("guttermousedown",function(r){if(!t.isFocused()||r.getButton()!=0)return;var i=n.getRegion(r);if(i=="foldWidgets")return;var s=r.getDocumentPosition().row,o=t.session.selection;if(r.getShiftKey())o.selectTo(s,0);else{if(r.domEvent.detail==2)return t.selectAll(),r.preventDefault();e.$clickSelection=t.selection.getLineRange(s)}return e.setState("selectByLines"),e.captureMouse(r),r.preventDefault()});var o,u,f;e.editor.setDefaultHandler("guttermousemove",function(t){var n=t.domEvent.target||t.domEvent.srcElement;if(r.hasCssClass(n,"ace_fold-widget"))return c();f&&e.$tooltipFollowsMouse&&h(t),u=t;if(o)return;o=setTimeout(function(){o=null,u&&!e.isMousePressed?l():c()},50)}),s.addListener(t.renderer.$gutter,"mouseout",function(e){u=null;if(!f||o)return;o=setTimeout(function(){o=null,c()},50)},t),t.on("changeSession",c)}function a(e){o.call(this,e)}var r=e("../lib/dom"),i=e("../lib/oop"),s=e("../lib/event"),o=e("../tooltip").Tooltip;i.inherits(a,o),function(){this.setPosition=function(e,t){var n=window.innerWidth||document.documentElement.clientWidth,r=window.innerHeight||document.documentElement.clientHeight,i=this.getWidth(),s=this.getHeight();e+=15,t+=15,e+i>n&&(e-=e+i-n),t+s>r&&(t-=20+s),o.prototype.setPosition.call(this,e,t)}}.call(a.prototype),t.GutterHandler=u}),ace.define("ace/mouse/mouse_event",["require","exports","module","ace/lib/event","ace/lib/useragent"],function(e,t,n){"use strict";var r=e("../lib/event"),i=e("../lib/useragent"),s=t.MouseEvent=function(e,t){this.domEvent=e,this.editor=t,this.x=this.clientX=e.clientX,this.y=this.clientY=e.clientY,this.$pos=null,this.$inSelection=null,this.propagationStopped=!1,this.defaultPrevented=!1};(function(){this.stopPropagation=function(){r.stopPropagation(this.domEvent),this.propagationStopped=!0},this.preventDefault=function(){r.preventDefault(this.domEvent),this.defaultPrevented=!0},this.stop=function(){this.stopPropagation(),this.preventDefault()},this.getDocumentPosition=function(){return this.$pos?this.$pos:(this.$pos=this.editor.renderer.screenToTextCoordinates(this.clientX,this.clientY),this.$pos)},this.inSelection=function(){if(this.$inSelection!==null)return this.$inSelection;var e=this.editor,t=e.getSelectionRange();if(t.isEmpty())this.$inSelection=!1;else{var n=this.getDocumentPosition();this.$inSelection=t.contains(n.row,n.column)}return this.$inSelection},this.getButton=function(){return r.getButton(this.domEvent)},this.getShiftKey=function(){return this.domEvent.shiftKey},this.getAccelKey=i.isMac?function(){return this.domEvent.metaKey}:function(){return this.domEvent.ctrlKey}}).call(s.prototype)}),ace.define("ace/mouse/dragdrop_handler",["require","exports","module","ace/lib/dom","ace/lib/event","ace/lib/useragent"],function(e,t,n){"use strict";function f(e){function T(e,n){var r=Date.now(),i=!n||e.row!=n.row,s=!n||e.column!=n.column;if(!S||i||s)t.moveCursorToPosition(e),S=r,x={x:p,y:d};else{var o=l(x.x,x.y,p,d);o>a?S=null:r-S>=u&&(t.renderer.scrollCursorIntoView(),S=null)}}function N(e,n){var r=Date.now(),i=t.renderer.layerConfig.lineHeight,s=t.renderer.layerConfig.characterWidth,u=t.renderer.scroller.getBoundingClientRect(),a={x:{left:p-u.left,right:u.right-p},y:{top:d-u.top,bottom:u.bottom-d}},f=Math.min(a.x.left,a.x.right),l=Math.min(a.y.top,a.y.bottom),c={row:e.row,column:e.column};f/s<=2&&(c.column+=a.x.left<a.x.right?-3:2),l/i<=1&&(c.row+=a.y.top<a.y.bottom?-1:1);var h=e.row!=c.row,v=e.column!=c.column,m=!n||e.row!=n.row;h||v&&!m?E?r-E>=o&&t.renderer.scrollCursorIntoView(c):E=r:E=null}function C(){var e=g;g=t.renderer.screenToTextCoordinates(p,d),T(g,e),N(g,e)}function k(){m=t.selection.toOrientedRange(),h=t.session.addMarker(m,"ace_selection",t.getSelectionStyle()),t.clearSelection(),t.isFocused()&&t.renderer.$cursorLayer.setBlinking(!1),clearInterval(v),C(),v=setInterval(C,20),y=0,i.addListener(document,"mousemove",O)}function L(){clearInterval(v),t.session.removeMarker(h),h=null,t.selection.fromOrientedRange(m),t.isFocused()&&!w&&t.$resetCursorStyle(),m=null,g=null,y=0,E=null,S=null,i.removeListener(document,"mousemove",O)}function O(){A==null&&(A=setTimeout(function(){A!=null&&h&&L()},20))}function M(e){var t=e.types;return!t||Array.prototype.some.call(t,function(e){return e=="text/plain"||e=="Text"})}function _(e){var t=["copy","copymove","all","uninitialized"],n=["move","copymove","linkmove","all","uninitialized"],r=s.isMac?e.altKey:e.ctrlKey,i="uninitialized";try{i=e.dataTransfer.effectAllowed.toLowerCase()}catch(e){}var o="none";return r&&t.indexOf(i)>=0?o="copy":n.indexOf(i)>=0?o="move":t.indexOf(i)>=0&&(o="copy"),o}var t=e.editor,n=r.createElement("img");n.src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==",s.isOpera&&(n.style.cssText="width:1px;height:1px;position:fixed;top:0;left:0;z-index:2147483647;opacity:0;");var f=["dragWait","dragWaitEnd","startDrag","dragReadyEnd","onMouseDrag"];f.forEach(function(t){e[t]=this[t]},this),t.on("mousedown",this.onMouseDown.bind(e));var c=t.container,h,p,d,v,m,g,y=0,b,w,E,S,x;this.onDragStart=function(e){if(this.cancelDrag||!c.draggable){var r=this;return setTimeout(function(){r.startSelect(),r.captureMouse(e)},0),e.preventDefault()}m=t.getSelectionRange();var i=e.dataTransfer;i.effectAllowed=t.getReadOnly()?"copy":"copyMove",s.isOpera&&(t.container.appendChild(n),n.scrollTop=0),i.setDragImage&&i.setDragImage(n,0,0),s.isOpera&&t.container.removeChild(n),i.clearData(),i.setData("Text",t.session.getTextRange()),w=!0,this.setState("drag")},this.onDragEnd=function(e){c.draggable=!1,w=!1,this.setState(null);if(!t.getReadOnly()){var n=e.dataTransfer.dropEffect;!b&&n=="move"&&t.session.remove(t.getSelectionRange()),t.$resetCursorStyle()}this.editor.unsetStyle("ace_dragging"),this.editor.renderer.setCursorStyle("")},this.onDragEnter=function(e){if(t.getReadOnly()||!M(e.dataTransfer))return;return p=e.clientX,d=e.clientY,h||k(),y++,e.dataTransfer.dropEffect=b=_(e),i.preventDefault(e)},this.onDragOver=function(e){if(t.getReadOnly()||!M(e.dataTransfer))return;return p=e.clientX,d=e.clientY,h||(k(),y++),A!==null&&(A=null),e.dataTransfer.dropEffect=b=_(e),i.preventDefault(e)},this.onDragLeave=function(e){y--;if(y<=0&&h)return L(),b=null,i.preventDefault(e)},this.onDrop=function(e){if(!g)return;var n=e.dataTransfer;if(w)switch(b){case"move":m.contains(g.row,g.column)?m={start:g,end:g}:m=t.moveText(m,g);break;case"copy":m=t.moveText(m,g,!0)}else{var r=n.getData("Text");m={start:g,end:t.session.insert(g,r)},t.focus(),b=null}return L(),i.preventDefault(e)},i.addListener(c,"dragstart",this.onDragStart.bind(e),t),i.addListener(c,"dragend",this.onDragEnd.bind(e),t),i.addListener(c,"dragenter",this.onDragEnter.bind(e),t),i.addListener(c,"dragover",this.onDragOver.bind(e),t),i.addListener(c,"dragleave",this.onDragLeave.bind(e),t),i.addListener(c,"drop",this.onDrop.bind(e),t);var A=null}function l(e,t,n,r){return Math.sqrt(Math.pow(n-e,2)+Math.pow(r-t,2))}var r=e("../lib/dom"),i=e("../lib/event"),s=e("../lib/useragent"),o=200,u=200,a=5;(function(){this.dragWait=function(){var e=Date.now()-this.mousedownEvent.time;e>this.editor.getDragDelay()&&this.startDrag()},this.dragWaitEnd=function(){var e=this.editor.container;e.draggable=!1,this.startSelect(this.mousedownEvent.getDocumentPosition()),this.selectEnd()},this.dragReadyEnd=function(e){this.editor.$resetCursorStyle(),this.editor.unsetStyle("ace_dragging"),this.editor.renderer.setCursorStyle(""),this.dragWaitEnd()},this.startDrag=function(){this.cancelDrag=!1;var e=this.editor,t=e.container;t.draggable=!0,e.renderer.$cursorLayer.setBlinking(!1),e.setStyle("ace_dragging");var n=s.isWin?"default":"move";e.renderer.setCursorStyle(n),this.setState("dragReady")},this.onMouseDrag=function(e){var t=this.editor.container;if(s.isIE&&this.state=="dragReady"){var n=l(this.mousedownEvent.x,this.mousedownEvent.y,this.x,this.y);n>3&&t.dragDrop()}if(this.state==="dragWait"){var n=l(this.mousedownEvent.x,this.mousedownEvent.y,this.x,this.y);n>0&&(t.draggable=!1,this.startSelect(this.mousedownEvent.getDocumentPosition()))}},this.onMouseDown=function(e){if(!this.$dragEnabled)return;this.mousedownEvent=e;var t=this.editor,n=e.inSelection(),r=e.getButton(),i=e.domEvent.detail||1;if(i===1&&r===0&&n){if(e.editor.inMultiSelectMode&&(e.getAccelKey()||e.getShiftKey()))return;this.mousedownEvent.time=Date.now();var o=e.domEvent.target||e.domEvent.srcElement;"unselectable"in o&&(o.unselectable="on");if(t.getDragDelay()){if(s.isWebKit){this.cancelDrag=!0;var u=t.container;u.draggable=!0}this.setState("dragWait")}else this.startDrag();this.captureMouse(e,this.onMouseDrag.bind(this)),e.defaultPrevented=!0}}}).call(f.prototype),t.DragdropHandler=f}),ace.define("ace/mouse/touch_handler",["require","exports","module","ace/mouse/mouse_event","ace/lib/event","ace/lib/dom"],function(e,t,n){"use strict";var r=e("./mouse_event").MouseEvent,i=e("../lib/event"),s=e("../lib/dom");t.addTouchListeners=function(e,t){function b(){var e=window.navigator&&window.navigator.clipboard,r=!1,i=function(){var n=t.getCopyText(),i=t.session.getUndoManager().hasUndo();y.replaceChild(s.buildDom(r?["span",!n&&["span",{"class":"ace_mobile-button",action:"selectall"},"Select All"],n&&["span",{"class":"ace_mobile-button",action:"copy"},"Copy"],n&&["span",{"class":"ace_mobile-button",action:"cut"},"Cut"],e&&["span",{"class":"ace_mobile-button",action:"paste"},"Paste"],i&&["span",{"class":"ace_mobile-button",action:"undo"},"Undo"],["span",{"class":"ace_mobile-button",action:"find"},"Find"],["span",{"class":"ace_mobile-button",action:"openCommandPallete"},"Pallete"]]:["span"]),y.firstChild)},o=function(n){var s=n.target.getAttribute("action");if(s=="more"||!r)return r=!r,i();if(s=="paste")e.readText().then(function(e){t.execCommand(s,e)});else if(s){if(s=="cut"||s=="copy")e?e.writeText(t.getCopyText()):document.execCommand("copy");t.execCommand(s)}y.firstChild.style.display="none",r=!1,s!="openCommandPallete"&&t.focus()};y=s.buildDom(["div",{"class":"ace_mobile-menu",ontouchstart:function(e){n="menu",e.stopPropagation(),e.preventDefault(),t.textInput.focus()},ontouchend:function(e){e.stopPropagation(),e.preventDefault(),o(e)},onclick:o},["span"],["span",{"class":"ace_mobile-button",action:"more"},"..."]],t.container)}function w(){y||b();var e=t.selection.cursor,n=t.renderer.textToScreenCoordinates(e.row,e.column),r=t.renderer.textToScreenCoordinates(0,0).pageX,i=t.renderer.scrollLeft,s=t.container.getBoundingClientRect();y.style.top=n.pageY-s.top-3+"px",n.pageX-s.left<s.width-70?(y.style.left="",y.style.right="10px"):(y.style.right="",y.style.left=r+i-s.left+"px"),y.style.display="",y.firstChild.style.display="none",t.on("input",E)}function E(e){y&&(y.style.display="none"),t.off("input",E)}function S(){l=null,clearTimeout(l);var e=t.selection.getRange(),r=e.contains(p.row,p.column);if(e.isEmpty()||!r)t.selection.moveToPosition(p),t.selection.selectWord();n="wait",w()}function x(){l=null,clearTimeout(l),t.selection.moveToPosition(p);var e=d>=2?t.selection.getLineRange(p.row):t.session.getBracketRange(p);e&&!e.isEmpty()?t.selection.setRange(e):t.selection.selectWord(),n="wait"}function T(){h+=60,c=setInterval(function(){h--<=0&&(clearInterval(c),c=null),Math.abs(v)<.01&&(v=0),Math.abs(m)<.01&&(m=0),h<20&&(v=.9*v),h<20&&(m=.9*m);var e=t.session.getScrollTop();t.renderer.scrollBy(10*v,10*m),e==t.session.getScrollTop()&&(h=0)},10)}var n="scroll",o,u,a,f,l,c,h=0,p,d=0,v=0,m=0,g,y;i.addListener(e,"contextmenu",function(e){if(!g)return;var n=t.textInput.getElement();n.focus()},t),i.addListener(e,"touchstart",function(e){var i=e.touches;if(l||i.length>1){clearTimeout(l),l=null,a=-1,n="zoom";return}g=t.$mouseHandler.isMousePressed=!0;var s=t.renderer.layerConfig.lineHeight,c=t.renderer.layerConfig.lineHeight,y=e.timeStamp;f=y;var b=i[0],w=b.clientX,E=b.clientY;Math.abs(o-w)+Math.abs(u-E)>s&&(a=-1),o=e.clientX=w,u=e.clientY=E,v=m=0;var T=new r(e,t);p=T.getDocumentPosition();if(y-a<500&&i.length==1&&!h)d++,e.preventDefault(),e.button=0,x();else{d=0;var N=t.selection.cursor,C=t.selection.isEmpty()?N:t.selection.anchor,k=t.renderer.$cursorLayer.getPixelPosition(N,!0),L=t.renderer.$cursorLayer.getPixelPosition(C,!0),A=t.renderer.scroller.getBoundingClientRect(),O=t.renderer.layerConfig.offset,M=t.renderer.scrollLeft,_=function(e,t){return e/=c,t=t/s-.75,e*e+t*t};if(e.clientX<A.left){n="zoom";return}var D=_(e.clientX-A.left-k.left+M,e.clientY-A.top-k.top+O),P=_(e.clientX-A.left-L.left+M,e.clientY-A.top-L.top+O);D<3.5&&P<3.5&&(n=D>P?"cursor":"anchor"),P<3.5?n="anchor":D<3.5?n="cursor":n="scroll",l=setTimeout(S,450)}a=y},t),i.addListener(e,"touchend",function(e){g=t.$mouseHandler.isMousePressed=!1,c&&clearInterval(c),n=="zoom"?(n="",h=0):l?(t.selection.moveToPosition(p),h=0,w()):n=="scroll"?(T(),E()):w(),clearTimeout(l),l=null},t),i.addListener(e,"touchmove",function(e){l&&(clearTimeout(l),l=null);var i=e.touches;if(i.length>1||n=="zoom")return;var s=i[0],a=o-s.clientX,c=u-s.clientY;if(n=="wait"){if(!(a*a+c*c>4))return e.preventDefault();n="cursor"}o=s.clientX,u=s.clientY,e.clientX=s.clientX,e.clientY=s.clientY;var h=e.timeStamp,p=h-f;f=h;if(n=="scroll"){var d=new r(e,t);d.speed=1,d.wheelX=a,d.wheelY=c,10*Math.abs(a)<Math.abs(c)&&(a=0),10*Math.abs(c)<Math.abs(a)&&(c=0),p!=0&&(v=a/p,m=c/p),t._emit("mousewheel",d),d.propagationStopped||(v=m=0)}else{var g=new r(e,t),y=g.getDocumentPosition();n=="cursor"?t.selection.moveCursorToPosition(y):n=="anchor"&&t.selection.setSelectionAnchor(y.row,y.column),t.renderer.scrollCursorIntoView(y),e.preventDefault()}},t)}}),ace.define("ace/lib/net",["require","exports","module","ace/lib/dom"],function(e,t,n){"use strict";var r=e("./dom");t.get=function(e,t){var n=new XMLHttpRequest;n.open("GET",e,!0),n.onreadystatechange=function(){n.readyState===4&&t(n.responseText)},n.send(null)},t.loadScript=function(e,t){var n=r.getDocumentHead(),i=document.createElement("script");i.src=e,n.appendChild(i),i.onload=i.onreadystatechange=function(e,n){if(n||!i.readyState||i.readyState=="loaded"||i.readyState=="complete")i=i.onload=i.onreadystatechange=null,n||t()}},t.qualifyURL=function(e){var t=document.createElement("a");return t.href=e,t.href}}),ace.define("ace/lib/event_emitter",["require","exports","module"],function(e,t,n){"use strict";var r={},i=function(){this.propagationStopped=!0},s=function(){this.defaultPrevented=!0};r._emit=r._dispatchEvent=function(e,t){this._eventRegistry||(this._eventRegistry={}),this._defaultHandlers||(this._defaultHandlers={});var n=this._eventRegistry[e]||[],r=this._defaultHandlers[e];if(!n.length&&!r)return;if(typeof t!="object"||!t)t={};t.type||(t.type=e),t.stopPropagation||(t.stopPropagation=i),t.preventDefault||(t.preventDefault=s),n=n.slice();for(var o=0;o<n.length;o++){n[o](t,this);if(t.propagationStopped)break}if(r&&!t.defaultPrevented)return r(t,this)},r._signal=function(e,t){var n=(this._eventRegistry||{})[e];if(!n)return;n=n.slice();for(var r=0;r<n.length;r++)n[r](t,this)},r.once=function(e,t){var n=this;this.on(e,function r(){n.off(e,r),t.apply(null,arguments)});if(!t)return new Promise(function(e){t=e})},r.setDefaultHandler=function(e,t){var n=this._defaultHandlers;n||(n=this._defaultHandlers={_disabled_:{}});if(n[e]){var r=n[e],i=n._disabled_[e];i||(n._disabled_[e]=i=[]),i.push(r);var s=i.indexOf(t);s!=-1&&i.splice(s,1)}n[e]=t},r.removeDefaultHandler=function(e,t){var n=this._defaultHandlers;if(!n)return;var r=n._disabled_[e];if(n[e]==t)r&&this.setDefaultHandler(e,r.pop());else if(r){var i=r.indexOf(t);i!=-1&&r.splice(i,1)}},r.on=r.addEventListener=function(e,t,n){this._eventRegistry=this._eventRegistry||{};var r=this._eventRegistry[e];return r||(r=this._eventRegistry[e]=[]),r.indexOf(t)==-1&&r[n?"unshift":"push"](t),t},r.off=r.removeListener=r.removeEventListener=function(e,t){this._eventRegistry=this._eventRegistry||{};var n=this._eventRegistry[e];if(!n)return;var r=n.indexOf(t);r!==-1&&n.splice(r,1)},r.removeAllListeners=function(e){e||(this._eventRegistry=this._defaultHandlers=undefined),this._eventRegistry&&(this._eventRegistry[e]=undefined),this._defaultHandlers&&(this._defaultHandlers[e]=undefined)},t.EventEmitter=r}),ace.define("ace/lib/app_config",["require","exports","module","ace/lib/oop","ace/lib/event_emitter"],function(e,t,n){"no use strict";function o(e){typeof console!="undefined"&&console.warn&&console.warn.apply(console,arguments)}function u(e,t){var n=new Error(e);n.data=t,typeof console=="object"&&console.error&&console.error(n),setTimeout(function(){throw n})}var r=e("./oop"),i=e("./event_emitter").EventEmitter,s={setOptions:function(e){Object.keys(e).forEach(function(t){this.setOption(t,e[t])},this)},getOptions:function(e){var t={};if(!e){var n=this.$options;e=Object.keys(n).filter(function(e){return!n[e].hidden})}else Array.isArray(e)||(t=e,e=Object.keys(t));return e.forEach(function(e){t[e]=this.getOption(e)},this),t},setOption:function(e,t){if(this["$"+e]===t)return;var n=this.$options[e];if(!n)return o('misspelled option "'+e+'"');if(n.forwardTo)return this[n.forwardTo]&&this[n.forwardTo].setOption(e,t);n.handlesSet||(this["$"+e]=t),n&&n.set&&n.set.call(this,t)},getOption:function(e){var t=this.$options[e];return t?t.forwardTo?this[t.forwardTo]&&this[t.forwardTo].getOption(e):t&&t.get?t.get.call(this):this["$"+e]:o('misspelled option "'+e+'"')}},a=function(){this.$defaultOptions={}};(function(){r.implement(this,i),this.defineOptions=function(e,t,n){return e.$options||(this.$defaultOptions[t]=e.$options={}),Object.keys(n).forEach(function(t){var r=n[t];typeof r=="string"&&(r={forwardTo:r}),r.name||(r.name=t),e.$options[r.name]=r,"initialValue"in r&&(e["$"+r.name]=r.initialValue)}),r.implement(e,s),this},this.resetOptions=function(e){Object.keys(e.$options).forEach(function(t){var n=e.$options[t];"value"in n&&e.setOption(t,n.value)})},this.setDefaultValue=function(e,t,n){if(!e){for(e in this.$defaultOptions)if(this.$defaultOptions[e][t])break;if(!this.$defaultOptions[e][t])return!1}var r=this.$defaultOptions[e]||(this.$defaultOptions[e]={});r[t]&&(r.forwardTo?this.setDefaultValue(r.forwardTo,t,n):r[t].value=n)},this.setDefaultValues=function(e,t){Object.keys(t).forEach(function(n){this.setDefaultValue(e,n,t[n])},this)},this.warn=o,this.reportError=u}).call(a.prototype),t.AppConfig=a}),ace.define("ace/config",["require","exports","module","ace/lib/lang","ace/lib/oop","ace/lib/net","ace/lib/app_config"],function(e,t,n){"no use strict";function l(r){if(!u||!u.document)return;a.packaged=r||e.packaged||n.packaged||u.define&&define.packaged;var i={},s="",o=document.currentScript||document._currentScript,f=o&&o.ownerDocument||document,l=f.getElementsByTagName("script");for(var h=0;h<l.length;h++){var p=l[h],d=p.src||p.getAttribute("src");if(!d)continue;var v=p.attributes;for(var m=0,g=v.length;m<g;m++){var y=v[m];y.name.indexOf("data-ace-")===0&&(i[c(y.name.replace(/^data-ace-/,""))]=y.value)}var b=d.match(/^(.*)\/ace(\-\w+)?\.js(\?|$)/);b&&(s=b[1])}s&&(i.base=i.base||s,i.packaged=!0),i.basePath=i.base,i.workerPath=i.workerPath||i.base,i.modePath=i.modePath||i.base,i.themePath=i.themePath||i.base,delete i.base;for(var w in i)typeof i[w]!="undefined"&&t.set(w,i[w])}function c(e){return e.replace(/-(.)/g,function(e,t){return t.toUpperCase()})}var r=e("./lib/lang"),i=e("./lib/oop"),s=e("./lib/net"),o=e("./lib/app_config").AppConfig;n.exports=t=new o;var u=function(){return this||typeof window!="undefined"&&window}(),a={packaged:!1,workerPath:null,modePath:null,themePath:null,basePath:"",suffix:".js",$moduleUrls:{},loadWorkerFromBlob:!0,sharedPopups:!1};t.get=function(e){if(!a.hasOwnProperty(e))throw new Error("Unknown config key: "+e);return a[e]},t.set=function(e,t){if(a.hasOwnProperty(e))a[e]=t;else if(this.setDefaultValue("",e,t)==0)throw new Error("Unknown config key: "+e)},t.all=function(){return r.copyObject(a)},t.$modes={},t.moduleUrl=function(e,t){if(a.$moduleUrls[e])return a.$moduleUrls[e];var n=e.split("/");t=t||n[n.length-2]||"";var r=t=="snippets"?"/":"-",i=n[n.length-1];if(t=="worker"&&r=="-"){var s=new RegExp("^"+t+"[\\-_]|[\\-_]"+t+"$","g");i=i.replace(s,"")}(!i||i==t)&&n.length>1&&(i=n[n.length-2]);var o=a[t+"Path"];return o==null?o=a.basePath:r=="/"&&(t=r=""),o&&o.slice(-1)!="/"&&(o+="/"),o+t+r+i+this.get("suffix")},t.setModuleUrl=function(e,t){return a.$moduleUrls[e]=t},t.$loading={},t.loadModule=function(n,r){var i,o;Array.isArray(n)&&(o=n[0],n=n[1]);try{i=e(n)}catch(u){}if(i&&!t.$loading[n])return r&&r(i);t.$loading[n]||(t.$loading[n]=[]),t.$loading[n].push(r);if(t.$loading[n].length>1)return;var a=function(){e([n],function(e){t._emit("load.module",{name:n,module:e});var r=t.$loading[n];t.$loading[n]=null,r.forEach(function(t){t&&t(e)})})};if(!t.get("packaged"))return a();s.loadScript(t.moduleUrl(n,o),a),f()};var f=function(){!a.basePath&&!a.workerPath&&!a.modePath&&!a.themePath&&!Object.keys(a.$moduleUrls).length&&(console.error("Unable to infer path to ace from script src,","use ace.config.set('basePath', 'path') to enable dynamic loading of modes and themes","or with webpack use ace/webpack-resolver"),f=function(){})};t.init=l,t.version="1.4.12"}),ace.define("ace/mouse/mouse_handler",["require","exports","module","ace/lib/event","ace/lib/useragent","ace/mouse/default_handlers","ace/mouse/default_gutter_handler","ace/mouse/mouse_event","ace/mouse/dragdrop_handler","ace/mouse/touch_handler","ace/config"],function(e,t,n){"use strict";var r=e("../lib/event"),i=e("../lib/useragent"),s=e("./default_handlers").DefaultHandlers,o=e("./default_gutter_handler").GutterHandler,u=e("./mouse_event").MouseEvent,a=e("./dragdrop_handler").DragdropHandler,f=e("./touch_handler").addTouchListeners,l=e("../config"),c=function(e){var t=this;this.editor=e,new s(this),new o(this),new a(this);var n=function(t){var n=!document.hasFocus||!document.hasFocus()||!e.isFocused()&&document.activeElement==(e.textInput&&e.textInput.getElement());n&&window.focus(),e.focus()},u=e.renderer.getMouseEventTarget();r.addListener(u,"click",this.onMouseEvent.bind(this,"click"),e),r.addListener(u,"mousemove",this.onMouseMove.bind(this,"mousemove"),e),r.addMultiMouseDownListener([u,e.renderer.scrollBarV&&e.renderer.scrollBarV.inner,e.renderer.scrollBarH&&e.renderer.scrollBarH.inner,e.textInput&&e.textInput.getElement()].filter(Boolean),[400,300,250],this,"onMouseEvent",e),r.addMouseWheelListener(e.container,this.onMouseWheel.bind(this,"mousewheel"),e),f(e.container,e);var l=e.renderer.$gutter;r.addListener(l,"mousedown",this.onMouseEvent.bind(this,"guttermousedown"),e),r.addListener(l,"click",this.onMouseEvent.bind(this,"gutterclick"),e),r.addListener(l,"dblclick",this.onMouseEvent.bind(this,"gutterdblclick"),e),r.addListener(l,"mousemove",this.onMouseEvent.bind(this,"guttermousemove"),e),r.addListener(u,"mousedown",n,e),r.addListener(l,"mousedown",n,e),i.isIE&&e.renderer.scrollBarV&&(r.addListener(e.renderer.scrollBarV.element,"mousedown",n,e),r.addListener(e.renderer.scrollBarH.element,"mousedown",n,e)),e.on("mousemove",function(n){if(t.state||t.$dragDelay||!t.$dragEnabled)return;var r=e.renderer.screenToTextCoordinates(n.x,n.y),i=e.session.selection.getRange(),s=e.renderer;!i.isEmpty()&&i.insideStart(r.row,r.column)?s.setCursorStyle("default"):s.setCursorStyle("")},e)};(function(){this.onMouseEvent=function(e,t){this.editor._emit(e,new u(t,this.editor))},this.onMouseMove=function(e,t){var n=this.editor._eventRegistry&&this.editor._eventRegistry.mousemove;if(!n||!n.length)return;this.editor._emit(e,new u(t,this.editor))},this.onMouseWheel=function(e,t){var n=new u(t,this.editor);n.speed=this.$scrollSpeed*2,n.wheelX=t.wheelX,n.wheelY=t.wheelY,this.editor._emit(e,n)},this.setState=function(e){this.state=e},this.captureMouse=function(e,t){this.x=e.x,this.y=e.y,this.isMousePressed=!0;var n=this.editor,s=this.editor.renderer;s.$isMousePressed=!0;var o=this,a=function(e){if(!e)return;if(i.isWebKit&&!e.which&&o.releaseMouse)return o.releaseMouse();o.x=e.clientX,o.y=e.clientY,t&&t(e),o.mouseEvent=new u(e,o.editor),o.$mouseMoved=!0},f=function(e){n.off("beforeEndOperation",c),clearInterval(h),l(),o[o.state+"End"]&&o[o.state+"End"](e),o.state="",o.isMousePressed=s.$isMousePressed=!1,s.$keepTextAreaAtCursor&&s.$moveTextAreaToCursor(),o.$onCaptureMouseMove=o.releaseMouse=null,e&&o.onMouseEvent("mouseup",e),n.endOperation()},l=function(){o[o.state]&&o[o.state](),o.$mouseMoved=!1};if(i.isOldIE&&e.domEvent.type=="dblclick")return setTimeout(function(){f(e)});var c=function(e){if(!o.releaseMouse)return;n.curOp.command.name&&n.curOp.selectionChanged&&(o[o.state+"End"]&&o[o.state+"End"](),o.state="",o.releaseMouse())};n.on("beforeEndOperation",c),n.startOperation({command:{name:"mouse"}}),o.$onCaptureMouseMove=a,o.releaseMouse=r.capture(this.editor.container,a,f);var h=setInterval(l,20)},this.releaseMouse=null,this.cancelContextMenu=function(){var e=function(t){if(t&&t.domEvent&&t.domEvent.type!="contextmenu")return;this.editor.off("nativecontextmenu",e),t&&t.domEvent&&r.stopEvent(t.domEvent)}.bind(this);setTimeout(e,10),this.editor.on("nativecontextmenu",e)},this.destroy=function(){this.releaseMouse&&this.releaseMouse()}}).call(c.prototype),l.defineOptions(c.prototype,"mouseHandler",{scrollSpeed:{initialValue:2},dragDelay:{initialValue:i.isMac?150:0},dragEnabled:{initialValue:!0},focusTimeout:{initialValue:0},tooltipFollowsMouse:{initialValue:!0}}),t.MouseHandler=c}),ace.define("ace/mouse/fold_handler",["require","exports","module","ace/lib/dom"],function(e,t,n){"use strict";function i(e){e.on("click",function(t){var n=t.getDocumentPosition(),i=e.session,s=i.getFoldAt(n.row,n.column,1);s&&(t.getAccelKey()?i.removeFold(s):i.expandFold(s),t.stop());var o=t.domEvent&&t.domEvent.target;o&&r.hasCssClass(o,"ace_inline_button")&&r.hasCssClass(o,"ace_toggle_wrap")&&(i.setOption("wrap",!i.getUseWrapMode()),e.renderer.scrollCursorIntoView())}),e.on("gutterclick",function(t){var n=e.renderer.$gutterLayer.getRegion(t);if(n=="foldWidgets"){var r=t.getDocumentPosition().row,i=e.session;i.foldWidgets&&i.foldWidgets[r]&&e.session.onFoldWidgetClick(r,t),e.isFocused()||e.focus(),t.stop()}}),e.on("gutterdblclick",function(t){var n=e.renderer.$gutterLayer.getRegion(t);if(n=="foldWidgets"){var r=t.getDocumentPosition().row,i=e.session,s=i.getParentFoldRangeData(r,!0),o=s.range||s.firstRange;if(o){r=o.start.row;var u=i.getFoldAt(r,i.getLine(r).length,1);u?i.removeFold(u):(i.addFold("...",o),e.renderer.scrollCursorIntoView({row:o.start.row,column:0}))}t.stop()}})}var r=e("../lib/dom");t.FoldHandler=i}),ace.define("ace/keyboard/keybinding",["require","exports","module","ace/lib/keys","ace/lib/event"],function(e,t,n){"use strict";var r=e("../lib/keys"),i=e("../lib/event"),s=function(e){this.$editor=e,this.$data={editor:e},this.$handlers=[],this.setDefaultHandler(e.commands)};(function(){this.setDefaultHandler=function(e){this.removeKeyboardHandler(this.$defaultHandler),this.$defaultHandler=e,this.addKeyboardHandler(e,0)},this.setKeyboardHandler=function(e){var t=this.$handlers;if(t[t.length-1]==e)return;while(t[t.length-1]&&t[t.length-1]!=this.$defaultHandler)this.removeKeyboardHandler(t[t.length-1]);this.addKeyboardHandler(e,1)},this.addKeyboardHandler=function(e,t){if(!e)return;typeof e=="function"&&!e.handleKeyboard&&(e.handleKeyboard=e);var n=this.$handlers.indexOf(e);n!=-1&&this.$handlers.splice(n,1),t==undefined?this.$handlers.push(e):this.$handlers.splice(t,0,e),n==-1&&e.attach&&e.attach(this.$editor)},this.removeKeyboardHandler=function(e){var t=this.$handlers.indexOf(e);return t==-1?!1:(this.$handlers.splice(t,1),e.detach&&e.detach(this.$editor),!0)},this.getKeyboardHandler=function(){return this.$handlers[this.$handlers.length-1]},this.getStatusText=function(){var e=this.$data,t=e.editor;return this.$handlers.map(function(n){return n.getStatusText&&n.getStatusText(t,e)||""}).filter(Boolean).join(" ")},this.$callKeyboardHandlers=function(e,t,n,r){var s,o=!1,u=this.$editor.commands;for(var a=this.$handlers.length;a--;){s=this.$handlers[a].handleKeyboard(this.$data,e,t,n,r);if(!s||!s.command)continue;s.command=="null"?o=!0:o=u.exec(s.command,this.$editor,s.args,r),o&&r&&e!=-1&&s.passEvent!=1&&s.command.passEvent!=1&&i.stopEvent(r);if(o)break}return!o&&e==-1&&(s={command:"insertstring"},o=u.exec("insertstring",this.$editor,t)),o&&this.$editor._signal&&this.$editor._signal("keyboardActivity",s),o},this.onCommandKey=function(e,t,n){var i=r.keyCodeToString(n);return this.$callKeyboardHandlers(t,i,n,e)},this.onTextInput=function(e){return this.$callKeyboardHandlers(-1,e)}}).call(s.prototype),t.KeyBinding=s}),ace.define("ace/lib/bidiutil",["require","exports","module"],function(e,t,n){"use strict";function F(e,t,n,r){var i=s?d:p,c=null,h=null,v=null,m=0,g=null,y=null,b=-1,w=null,E=null,T=[];if(!r)for(w=0,r=[];w<n;w++)r[w]=R(e[w]);o=s,u=!1,a=!1,f=!1,l=!1;for(E=0;E<n;E++){c=m,T[E]=h=q(e,r,T,E),m=i[c][h],g=m&240,m&=15,t[E]=v=i[m][5];if(g>0)if(g==16){for(w=b;w<E;w++)t[w]=1;b=-1}else b=-1;y=i[m][6];if(y)b==-1&&(b=E);else if(b>-1){for(w=b;w<E;w++)t[w]=v;b=-1}r[E]==S&&(t[E]=0),o|=v}if(l)for(w=0;w<n;w++)if(r[w]==x){t[w]=s;for(var C=w-1;C>=0;C--){if(r[C]!=N)break;t[C]=s}}}function I(e,t,n){if(o<e)return;if(e==1&&s==m&&!f){n.reverse();return}var r=n.length,i=0,u,a,l,c;while(i<r){if(t[i]>=e){u=i+1;while(u<r&&t[u]>=e)u++;for(a=i,l=u-1;a<l;a++,l--)c=n[a],n[a]=n[l],n[l]=c;i=u}i++}}function q(e,t,n,r){var i=t[r],o,c,h,p;switch(i){case g:case y:u=!1;case E:case w:return i;case b:return u?w:b;case T:return u=!0,a=!0,y;case N:return E;case C:if(r<1||r+1>=t.length||(o=n[r-1])!=b&&o!=w||(c=t[r+1])!=b&&c!=w)return E;return u&&(c=w),c==o?c:E;case k:o=r>0?n[r-1]:S;if(o==b&&r+1<t.length&&t[r+1]==b)return b;return E;case L:if(r>0&&n[r-1]==b)return b;if(u)return E;p=r+1,h=t.length;while(p<h&&t[p]==L)p++;if(p<h&&t[p]==b)return b;return E;case A:h=t.length,p=r+1;while(p<h&&t[p]==A)p++;if(p<h){var d=e[r],v=d>=1425&&d<=2303||d==64286;o=t[p];if(v&&(o==y||o==T))return y}if(r<1||(o=t[r-1])==S)return E;return n[r-1];case S:return u=!1,f=!0,s;case x:return l=!0,E;case O:case M:case D:case P:case _:u=!1;case H:return E}}function R(e){var t=e.charCodeAt(0),n=t>>8;return n==0?t>191?g:B[t]:n==5?/[\u0591-\u05f4]/.test(e)?y:g:n==6?/[\u0610-\u061a\u064b-\u065f\u06d6-\u06e4\u06e7-\u06ed]/.test(e)?A:/[\u0660-\u0669\u066b-\u066c]/.test(e)?w:t==1642?L:/[\u06f0-\u06f9]/.test(e)?b:T:n==32&&t<=8287?j[t&255]:n==254?t>=65136?T:E:E}function U(e){return e>="\u064b"&&e<="\u0655"}var r=["\u0621","\u0641"],i=["\u063a","\u064a"],s=0,o=0,u=!1,a=!1,f=!1,l=!1,c=!1,h=!1,p=[[0,3,0,1,0,0,0],[0,3,0,1,2,2,0],[0,3,0,17,2,0,1],[0,3,5,5,4,1,0],[0,3,21,21,4,0,1],[0,3,5,5,4,2,0]],d=[[2,0,1,1,0,1,0],[2,0,1,1,0,2,0],[2,0,2,1,3,2,0],[2,0,2,33,3,1,1]],v=0,m=1,g=0,y=1,b=2,w=3,E=4,S=5,x=6,T=7,N=8,C=9,k=10,L=11,A=12,O=13,M=14,_=15,D=16,P=17,H=18,B=[H,H,H,H,H,H,H,H,H,x,S,x,N,S,H,H,H,H,H,H,H,H,H,H,H,H,H,H,S,S,S,x,N,E,E,L,L,L,E,E,E,E,E,k,C,k,C,C,b,b,b,b,b,b,b,b,b,b,C,E,E,E,E,E,E,g,g,g,g,g,g,g,g,g,g,g,g,g,g,g,g,g,g,g,g,g,g,g,g,g,g,E,E,E,E,E,E,g,g,g,g,g,g,g,g,g,g,g,g,g,g,g,g,g,g,g,g,g,g,g,g,g,g,E,E,E,E,H,H,H,H,H,H,S,H,H,H,H,H,H,H,H,H,H,H,H,H,H,H,H,H,H,H,H,H,H,H,H,H,H,C,E,L,L,L,L,E,E,E,E,g,E,E,H,E,E,L,L,b,b,E,g,E,E,E,b,g,E,E,E,E,E],j=[N,N,N,N,N,N,N,N,N,N,N,H,H,H,g,y,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,N,S,O,M,_,D,P,C,L,L,L,L,L,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,C,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,N];t.L=g,t.R=y,t.EN=b,t.ON_R=3,t.AN=4,t.R_H=5,t.B=6,t.RLE=7,t.DOT="\u00b7",t.doBidiReorder=function(e,n,r){if(e.length<2)return{};var i=e.split(""),o=new Array(i.length),u=new Array(i.length),a=[];s=r?m:v,F(i,a,i.length,n);for(var f=0;f<o.length;o[f]=f,f++);I(2,a,o),I(1,a,o);for(var f=0;f<o.length-1;f++)n[f]===w?a[f]=t.AN:a[f]===y&&(n[f]>T&&n[f]<O||n[f]===E||n[f]===H)?a[f]=t.ON_R:f>0&&i[f-1]==="\u0644"&&/\u0622|\u0623|\u0625|\u0627/.test(i[f])&&(a[f-1]=a[f]=t.R_H,f++);i[i.length-1]===t.DOT&&(a[i.length-1]=t.B),i[0]==="\u202b"&&(a[0]=t.RLE);for(var f=0;f<o.length;f++)u[f]=a[o[f]];return{logicalFromVisual:o,bidiLevels:u}},t.hasBidiCharacters=function(e,t){var n=!1;for(var r=0;r<e.length;r++)t[r]=R(e.charAt(r)),!n&&(t[r]==y||t[r]==T||t[r]==w)&&(n=!0);return n},t.getVisualFromLogicalIdx=function(e,t){for(var n=0;n<t.logicalFromVisual.length;n++)if(t.logicalFromVisual[n]==e)return n;return 0}}),ace.define("ace/bidihandler",["require","exports","module","ace/lib/bidiutil","ace/lib/lang"],function(e,t,n){"use strict";var r=e("./lib/bidiutil"),i=e("./lib/lang"),s=/[\u0590-\u05f4\u0600-\u06ff\u0700-\u08ac\u202B]/,o=function(e){this.session=e,this.bidiMap={},this.currentRow=null,this.bidiUtil=r,this.charWidths=[],this.EOL="\u00ac",this.showInvisibles=!0,this.isRtlDir=!1,this.$isRtl=!1,this.line="",this.wrapIndent=0,this.EOF="\u00b6",this.RLE="\u202b",this.contentWidth=0,this.fontMetrics=null,this.rtlLineOffset=0,this.wrapOffset=0,this.isMoveLeftOperation=!1,this.seenBidi=s.test(e.getValue())};(function(){this.isBidiRow=function(e,t,n){return this.seenBidi?(e!==this.currentRow&&(this.currentRow=e,this.updateRowLine(t,n),this.updateBidiMap()),this.bidiMap.bidiLevels):!1},this.onChange=function(e){this.seenBidi?this.currentRow=null:e.action=="insert"&&s.test(e.lines.join("\n"))&&(this.seenBidi=!0,this.currentRow=null)},this.getDocumentRow=function(){var e=0,t=this.session.$screenRowCache;if(t.length){var n=this.session.$getRowCacheIndex(t,this.currentRow);n>=0&&(e=this.session.$docRowCache[n])}return e},this.getSplitIndex=function(){var e=0,t=this.session.$screenRowCache;if(t.length){var n,r=this.session.$getRowCacheIndex(t,this.currentRow);while(this.currentRow-e>0){n=this.session.$getRowCacheIndex(t,this.currentRow-e-1);if(n!==r)break;r=n,e++}}else e=this.currentRow;return e},this.updateRowLine=function(e,t){e===undefined&&(e=this.getDocumentRow());var n=e===this.session.getLength()-1,s=n?this.EOF:this.EOL;this.wrapIndent=0,this.line=this.session.getLine(e),this.isRtlDir=this.$isRtl||this.line.charAt(0)===this.RLE;if(this.session.$useWrapMode){var o=this.session.$wrapData[e];o&&(t===undefined&&(t=this.getSplitIndex()),t>0&&o.length?(this.wrapIndent=o.indent,this.wrapOffset=this.wrapIndent*this.charWidths[r.L],this.line=t<o.length?this.line.substring(o[t-1],o[t]):this.line.substring(o[o.length-1])):this.line=this.line.substring(0,o[t])),t==o.length&&(this.line+=this.showInvisibles?s:r.DOT)}else this.line+=this.showInvisibles?s:r.DOT;var u=this.session,a=0,f;this.line=this.line.replace(/\t|[\u1100-\u2029, \u202F-\uFFE6]/g,function(e,t){return e===" "||u.isFullWidth(e.charCodeAt(0))?(f=e===" "?u.getScreenTabSize(t+a):2,a+=f-1,i.stringRepeat(r.DOT,f)):e}),this.isRtlDir&&(this.fontMetrics.$main.textContent=this.line.charAt(this.line.length-1)==r.DOT?this.line.substr(0,this.line.length-1):this.line,this.rtlLineOffset=this.contentWidth-this.fontMetrics.$main.getBoundingClientRect().width)},this.updateBidiMap=function(){var e=[];r.hasBidiCharacters(this.line,e)||this.isRtlDir?this.bidiMap=r.doBidiReorder(this.line,e,this.isRtlDir):this.bidiMap={}},this.markAsDirty=function(){this.currentRow=null},this.updateCharacterWidths=function(e){if(this.characterWidth===e.$characterSize.width)return;this.fontMetrics=e;var t=this.characterWidth=e.$characterSize.width,n=e.$measureCharWidth("\u05d4");this.charWidths[r.L]=this.charWidths[r.EN]=this.charWidths[r.ON_R]=t,this.charWidths[r.R]=this.charWidths[r.AN]=n,this.charWidths[r.R_H]=n*.45,this.charWidths[r.B]=this.charWidths[r.RLE]=0,this.currentRow=null},this.setShowInvisibles=function(e){this.showInvisibles=e,this.currentRow=null},this.setEolChar=function(e){this.EOL=e},this.setContentWidth=function(e){this.contentWidth=e},this.isRtlLine=function(e){return this.$isRtl?!0:e!=undefined?this.session.getLine(e).charAt(0)==this.RLE:this.isRtlDir},this.setRtlDirection=function(e,t){var n=e.getCursorPosition();for(var r=e.selection.getSelectionAnchor().row;r<=n.row;r++)!t&&e.session.getLine(r).charAt(0)===e.session.$bidiHandler.RLE?e.session.doc.removeInLine(r,0,1):t&&e.session.getLine(r).charAt(0)!==e.session.$bidiHandler.RLE&&e.session.doc.insert({column:0,row:r},e.session.$bidiHandler.RLE)},this.getPosLeft=function(e){e-=this.wrapIndent;var t=this.line.charAt(0)===this.RLE?1:0,n=e>t?this.session.getOverwrite()?e:e-1:t,i=r.getVisualFromLogicalIdx(n,this.bidiMap),s=this.bidiMap.bidiLevels,o=0;!this.session.getOverwrite()&&e<=t&&s[i]%2!==0&&i++;for(var u=0;u<i;u++)o+=this.charWidths[s[u]];return!this.session.getOverwrite()&&e>t&&s[i]%2===0&&(o+=this.charWidths[s[i]]),this.wrapIndent&&(o+=this.isRtlDir?-1*this.wrapOffset:this.wrapOffset),this.isRtlDir&&(o+=this.rtlLineOffset),o},this.getSelections=function(e,t){var n=this.bidiMap,r=n.bidiLevels,i,s=[],o=0,u=Math.min(e,t)-this.wrapIndent,a=Math.max(e,t)-this.wrapIndent,f=!1,l=!1,c=0;this.wrapIndent&&(o+=this.isRtlDir?-1*this.wrapOffset:this.wrapOffset);for(var h,p=0;p<r.length;p++)h=n.logicalFromVisual[p],i=r[p],f=h>=u&&h<a,f&&!l?c=o:!f&&l&&s.push({left:c,width:o-c}),o+=this.charWidths[i],l=f;f&&p===r.length&&s.push({left:c,width:o-c});if(this.isRtlDir)for(var d=0;d<s.length;d++)s[d].left+=this.rtlLineOffset;return s},this.offsetToCol=function(e){this.isRtlDir&&(e-=this.rtlLineOffset);var t=0,e=Math.max(e,0),n=0,r=0,i=this.bidiMap.bidiLevels,s=this.charWidths[i[r]];this.wrapIndent&&(e-=this.isRtlDir?-1*this.wrapOffset:this.wrapOffset);while(e>n+s/2){n+=s;if(r===i.length-1){s=0;break}s=this.charWidths[i[++r]]}return r>0&&i[r-1]%2!==0&&i[r]%2===0?(e<n&&r--,t=this.bidiMap.logicalFromVisual[r]):r>0&&i[r-1]%2===0&&i[r]%2!==0?t=1+(e>n?this.bidiMap.logicalFromVisual[r]:this.bidiMap.logicalFromVisual[r-1]):this.isRtlDir&&r===i.length-1&&s===0&&i[r-1]%2===0||!this.isRtlDir&&r===0&&i[r]%2!==0?t=1+this.bidiMap.logicalFromVisual[r]:(r>0&&i[r-1]%2!==0&&s!==0&&r--,t=this.bidiMap.logicalFromVisual[r]),t===0&&this.isRtlDir&&t++,t+this.wrapIndent}}).call(o.prototype),t.BidiHandler=o}),ace.define("ace/selection",["require","exports","module","ace/lib/oop","ace/lib/lang","ace/lib/event_emitter","ace/range"],function(e,t,n){"use strict";var r=e("./lib/oop"),i=e("./lib/lang"),s=e("./lib/event_emitter").EventEmitter,o=e("./range").Range,u=function(e){this.session=e,this.doc=e.getDocument(),this.clearSelection(),this.cursor=this.lead=this.doc.createAnchor(0,0),this.anchor=this.doc.createAnchor(0,0),this.$silent=!1;var t=this;this.cursor.on("change",function(e){t.$cursorChanged=!0,t.$silent||t._emit("changeCursor"),!t.$isEmpty&&!t.$silent&&t._emit("changeSelection"),!t.$keepDesiredColumnOnChange&&e.old.column!=e.value.column&&(t.$desiredColumn=null)}),this.anchor.on("change",function(){t.$anchorChanged=!0,!t.$isEmpty&&!t.$silent&&t._emit("changeSelection")})};(function(){r.implement(this,s),this.isEmpty=function(){return this.$isEmpty||this.anchor.row==this.lead.row&&this.anchor.column==this.lead.column},this.isMultiLine=function(){return!this.$isEmpty&&this.anchor.row!=this.cursor.row},this.getCursor=function(){return this.lead.getPosition()},this.setSelectionAnchor=function(e,t){this.$isEmpty=!1,this.anchor.setPosition(e,t)},this.getAnchor=this.getSelectionAnchor=function(){return this.$isEmpty?this.getSelectionLead():this.anchor.getPosition()},this.getSelectionLead=function(){return this.lead.getPosition()},this.isBackwards=function(){var e=this.anchor,t=this.lead;return e.row>t.row||e.row==t.row&&e.column>t.column},this.getRange=function(){var e=this.anchor,t=this.lead;return this.$isEmpty?o.fromPoints(t,t):this.isBackwards()?o.fromPoints(t,e):o.fromPoints(e,t)},this.clearSelection=function(){this.$isEmpty||(this.$isEmpty=!0,this._emit("changeSelection"))},this.selectAll=function(){this.$setSelection(0,0,Number.MAX_VALUE,Number.MAX_VALUE)},this.setRange=this.setSelectionRange=function(e,t){var n=t?e.end:e.start,r=t?e.start:e.end;this.$setSelection(n.row,n.column,r.row,r.column)},this.$setSelection=function(e,t,n,r){if(this.$silent)return;var i=this.$isEmpty,s=this.inMultiSelectMode;this.$silent=!0,this.$cursorChanged=this.$anchorChanged=!1,this.anchor.setPosition(e,t),this.cursor.setPosition(n,r),this.$isEmpty=!o.comparePoints(this.anchor,this.cursor),this.$silent=!1,this.$cursorChanged&&this._emit("changeCursor"),(this.$cursorChanged||this.$anchorChanged||i!=this.$isEmpty||s)&&this._emit("changeSelection")},this.$moveSelection=function(e){var t=this.lead;this.$isEmpty&&this.setSelectionAnchor(t.row,t.column),e.call(this)},this.selectTo=function(e,t){this.$moveSelection(function(){this.moveCursorTo(e,t)})},this.selectToPosition=function(e){this.$moveSelection(function(){this.moveCursorToPosition(e)})},this.moveTo=function(e,t){this.clearSelection(),this.moveCursorTo(e,t)},this.moveToPosition=function(e){this.clearSelection(),this.moveCursorToPosition(e)},this.selectUp=function(){this.$moveSelection(this.moveCursorUp)},this.selectDown=function(){this.$moveSelection(this.moveCursorDown)},this.selectRight=function(){this.$moveSelection(this.moveCursorRight)},this.selectLeft=function(){this.$moveSelection(this.moveCursorLeft)},this.selectLineStart=function(){this.$moveSelection(this.moveCursorLineStart)},this.selectLineEnd=function(){this.$moveSelection(this.moveCursorLineEnd)},this.selectFileEnd=function(){this.$moveSelection(this.moveCursorFileEnd)},this.selectFileStart=function(){this.$moveSelection(this.moveCursorFileStart)},this.selectWordRight=function(){this.$moveSelection(this.moveCursorWordRight)},this.selectWordLeft=function(){this.$moveSelection(this.moveCursorWordLeft)},this.getWordRange=function(e,t){if(typeof t=="undefined"){var n=e||this.lead;e=n.row,t=n.column}return this.session.getWordRange(e,t)},this.selectWord=function(){this.setSelectionRange(this.getWordRange())},this.selectAWord=function(){var e=this.getCursor(),t=this.session.getAWordRange(e.row,e.column);this.setSelectionRange(t)},this.getLineRange=function(e,t){var n=typeof e=="number"?e:this.lead.row,r,i=this.session.getFoldLine(n);return i?(n=i.start.row,r=i.end.row):r=n,t===!0?new o(n,0,r,this.session.getLine(r).length):new o(n,0,r+1,0)},this.selectLine=function(){this.setSelectionRange(this.getLineRange())},this.moveCursorUp=function(){this.moveCursorBy(-1,0)},this.moveCursorDown=function(){this.moveCursorBy(1,0)},this.wouldMoveIntoSoftTab=function(e,t,n){var r=e.column,i=e.column+t;return n<0&&(r=e.column-t,i=e.column),this.session.isTabStop(e)&&this.doc.getLine(e.row).slice(r,i).split(" ").length-1==t},this.moveCursorLeft=function(){var e=this.lead.getPosition(),t;if(t=this.session.getFoldAt(e.row,e.column,-1))this.moveCursorTo(t.start.row,t.start.column);else if(e.column===0)e.row>0&&this.moveCursorTo(e.row-1,this.doc.getLine(e.row-1).length);else{var n=this.session.getTabSize();this.wouldMoveIntoSoftTab(e,n,-1)&&!this.session.getNavigateWithinSoftTabs()?this.moveCursorBy(0,-n):this.moveCursorBy(0,-1)}},this.moveCursorRight=function(){var e=this.lead.getPosition(),t;if(t=this.session.getFoldAt(e.row,e.column,1))this.moveCursorTo(t.end.row,t.end.column);else if(this.lead.column==this.doc.getLine(this.lead.row).length)this.lead.row<this.doc.getLength()-1&&this.moveCursorTo(this.lead.row+1,0);else{var n=this.session.getTabSize(),e=this.lead;this.wouldMoveIntoSoftTab(e,n,1)&&!this.session.getNavigateWithinSoftTabs()?this.moveCursorBy(0,n):this.moveCursorBy(0,1)}},this.moveCursorLineStart=function(){var e=this.lead.row,t=this.lead.column,n=this.session.documentToScreenRow(e,t),r=this.session.screenToDocumentPosition(n,0),i=this.session.getDisplayLine(e,null,r.row,r.column),s=i.match(/^\s*/);s[0].length!=t&&!this.session.$useEmacsStyleLineStart&&(r.column+=s[0].length),this.moveCursorToPosition(r)},this.moveCursorLineEnd=function(){var e=this.lead,t=this.session.getDocumentLastRowColumnPosition(e.row,e.column);if(this.lead.column==t.column){var n=this.session.getLine(t.row);if(t.column==n.length){var r=n.search(/\s+$/);r>0&&(t.column=r)}}this.moveCursorTo(t.row,t.column)},this.moveCursorFileEnd=function(){var e=this.doc.getLength()-1,t=this.doc.getLine(e).length;this.moveCursorTo(e,t)},this.moveCursorFileStart=function(){this.moveCursorTo(0,0)},this.moveCursorLongWordRight=function(){var e=this.lead.row,t=this.lead.column,n=this.doc.getLine(e),r=n.substring(t);this.session.nonTokenRe.lastIndex=0,this.session.tokenRe.lastIndex=0;var i=this.session.getFoldAt(e,t,1);if(i){this.moveCursorTo(i.end.row,i.end.column);return}this.session.nonTokenRe.exec(r)&&(t+=this.session.nonTokenRe.lastIndex,this.session.nonTokenRe.lastIndex=0,r=n.substring(t));if(t>=n.length){this.moveCursorTo(e,n.length),this.moveCursorRight(),e<this.doc.getLength()-1&&this.moveCursorWordRight();return}this.session.tokenRe.exec(r)&&(t+=this.session.tokenRe.lastIndex,this.session.tokenRe.lastIndex=0),this.moveCursorTo(e,t)},this.moveCursorLongWordLeft=function(){var e=this.lead.row,t=this.lead.column,n;if(n=this.session.getFoldAt(e,t,-1)){this.moveCursorTo(n.start.row,n.start.column);return}var r=this.session.getFoldStringAt(e,t,-1);r==null&&(r=this.doc.getLine(e).substring(0,t));var s=i.stringReverse(r);this.session.nonTokenRe.lastIndex=0,this.session.tokenRe.lastIndex=0,this.session.nonTokenRe.exec(s)&&(t-=this.session.nonTokenRe.lastIndex,s=s.slice(this.session.nonTokenRe.lastIndex),this.session.nonTokenRe.lastIndex=0);if(t<=0){this.moveCursorTo(e,0),this.moveCursorLeft(),e>0&&this.moveCursorWordLeft();return}this.session.tokenRe.exec(s)&&(t-=this.session.tokenRe.lastIndex,this.session.tokenRe.lastIndex=0),this.moveCursorTo(e,t)},this.$shortWordEndIndex=function(e){var t=0,n,r=/\s/,i=this.session.tokenRe;i.lastIndex=0;if(this.session.tokenRe.exec(e))t=this.session.tokenRe.lastIndex;else{while((n=e[t])&&r.test(n))t++;if(t<1){i.lastIndex=0;while((n=e[t])&&!i.test(n)){i.lastIndex=0,t++;if(r.test(n)){if(t>2){t--;break}while((n=e[t])&&r.test(n))t++;if(t>2)break}}}}return i.lastIndex=0,t},this.moveCursorShortWordRight=function(){var e=this.lead.row,t=this.lead.column,n=this.doc.getLine(e),r=n.substring(t),i=this.session.getFoldAt(e,t,1);if(i)return this.moveCursorTo(i.end.row,i.end.column);if(t==n.length){var s=this.doc.getLength();do e++,r=this.doc.getLine(e);while(e<s&&/^\s*$/.test(r));/^\s+/.test(r)||(r=""),t=0}var o=this.$shortWordEndIndex(r);this.moveCursorTo(e,t+o)},this.moveCursorShortWordLeft=function(){var e=this.lead.row,t=this.lead.column,n;if(n=this.session.getFoldAt(e,t,-1))return this.moveCursorTo(n.start.row,n.start.column);var r=this.session.getLine(e).substring(0,t);if(t===0){do e--,r=this.doc.getLine(e);while(e>0&&/^\s*$/.test(r));t=r.length,/\s+$/.test(r)||(r="")}var s=i.stringReverse(r),o=this.$shortWordEndIndex(s);return this.moveCursorTo(e,t-o)},this.moveCursorWordRight=function(){this.session.$selectLongWords?this.moveCursorLongWordRight():this.moveCursorShortWordRight()},this.moveCursorWordLeft=function(){this.session.$selectLongWords?this.moveCursorLongWordLeft():this.moveCursorShortWordLeft()},this.moveCursorBy=function(e,t){var n=this.session.documentToScreenPosition(this.lead.row,this.lead.column),r;t===0&&(e!==0&&(this.session.$bidiHandler.isBidiRow(n.row,this.lead.row)?(r=this.session.$bidiHandler.getPosLeft(n.column),n.column=Math.round(r/this.session.$bidiHandler.charWidths[0])):r=n.column*this.session.$bidiHandler.charWidths[0]),this.$desiredColumn?n.column=this.$desiredColumn:this.$desiredColumn=n.column);if(e!=0&&this.session.lineWidgets&&this.session.lineWidgets[this.lead.row]){var i=this.session.lineWidgets[this.lead.row];e<0?e-=i.rowsAbove||0:e>0&&(e+=i.rowCount-(i.rowsAbove||0))}var s=this.session.screenToDocumentPosition(n.row+e,n.column,r);e!==0&&t===0&&s.row===this.lead.row&&s.column===this.lead.column,this.moveCursorTo(s.row,s.column+t,t===0)},this.moveCursorToPosition=function(e){this.moveCursorTo(e.row,e.column)},this.moveCursorTo=function(e,t,n){var r=this.session.getFoldAt(e,t,1);r&&(e=r.start.row,t=r.start.column),this.$keepDesiredColumnOnChange=!0;var i=this.session.getLine(e);/[\uDC00-\uDFFF]/.test(i.charAt(t))&&i.charAt(t-1)&&(this.lead.row==e&&this.lead.column==t+1?t-=1:t+=1),this.lead.setPosition(e,t),this.$keepDesiredColumnOnChange=!1,n||(this.$desiredColumn=null)},this.moveCursorToScreen=function(e,t,n){var r=this.session.screenToDocumentPosition(e,t);this.moveCursorTo(r.row,r.column,n)},this.detach=function(){this.lead.detach(),this.anchor.detach(),this.session=this.doc=null},this.fromOrientedRange=function(e){this.setSelectionRange(e,e.cursor==e.start),this.$desiredColumn=e.desiredColumn||this.$desiredColumn},this.toOrientedRange=function(e){var t=this.getRange();return e?(e.start.column=t.start.column,e.start.row=t.start.row,e.end.column=t.end.column,e.end.row=t.end.row):e=t,e.cursor=this.isBackwards()?e.start:e.end,e.desiredColumn=this.$desiredColumn,e},this.getRangeOfMovements=function(e){var t=this.getCursor();try{e(this);var n=this.getCursor();return o.fromPoints(t,n)}catch(r){return o.fromPoints(t,t)}finally{this.moveCursorToPosition(t)}},this.toJSON=function(){if(this.rangeCount)var e=this.ranges.map(function(e){var t=e.clone();return t.isBackwards=e.cursor==e.start,t});else{var e=this.getRange();e.isBackwards=this.isBackwards()}return e},this.fromJSON=function(e){if(e.start==undefined){if(this.rangeList&&e.length>1){this.toSingleRange(e[0]);for(var t=e.length;t--;){var n=o.fromPoints(e[t].start,e[t].end);e[t].isBackwards&&(n.cursor=n.start),this.addRange(n,!0)}return}e=e[0]}this.rangeList&&this.toSingleRange(e),this.setSelectionRange(e,e.isBackwards)},this.isEqual=function(e){if((e.length||this.rangeCount)&&e.length!=this.rangeCount)return!1;if(!e.length||!this.ranges)return this.getRange().isEqual(e);for(var t=this.ranges.length;t--;)if(!this.ranges[t].isEqual(e[t]))return!1;return!0}}).call(u.prototype),t.Selection=u}),ace.define("ace/tokenizer",["require","exports","module","ace/config"],function(e,t,n){"use strict";var r=e("./config"),i=2e3,s=function(e){this.states=e,this.regExps={},this.matchMappings={};for(var t in this.states){var n=this.states[t],r=[],i=0,s=this.matchMappings[t]={defaultToken:"text"},o="g",u=[];for(var a=0;a<n.length;a++){var f=n[a];f.defaultToken&&(s.defaultToken=f.defaultToken),f.caseInsensitive&&(o="gi");if(f.regex==null)continue;f.regex instanceof RegExp&&(f.regex=f.regex.toString().slice(1,-1));var l=f.regex,c=(new RegExp("(?:("+l+")|(.))")).exec("a").length-2;Array.isArray(f.token)?f.token.length==1||c==1?f.token=f.token[0]:c-1!=f.token.length?(this.reportError("number of classes and regexp groups doesn't match",{rule:f,groupCount:c-1}),f.token=f.token[0]):(f.tokenArray=f.token,f.token=null,f.onMatch=this.$arrayTokens):typeof f.token=="function"&&!f.onMatch&&(c>1?f.onMatch=this.$applyToken:f.onMatch=f.token),c>1&&(/\\\d/.test(f.regex)?l=f.regex.replace(/\\([0-9]+)/g,function(e,t){return"\\"+(parseInt(t,10)+i+1)}):(c=1,l=this.removeCapturingGroups(f.regex)),!f.splitRegex&&typeof f.token!="string"&&u.push(f)),s[i]=a,i+=c,r.push(l),f.onMatch||(f.onMatch=null)}r.length||(s[0]=0,r.push("$")),u.forEach(function(e){e.splitRegex=this.createSplitterRegexp(e.regex,o)},this),this.regExps[t]=new RegExp("("+r.join(")|(")+")|($)",o)}};(function(){this.$setMaxTokenCount=function(e){i=e|0},this.$applyToken=function(e){var t=this.splitRegex.exec(e).slice(1),n=this.token.apply(this,t);if(typeof n=="string")return[{type:n,value:e}];var r=[];for(var i=0,s=n.length;i<s;i++)t[i]&&(r[r.length]={type:n[i],value:t[i]});return r},this.$arrayTokens=function(e){if(!e)return[];var t=this.splitRegex.exec(e);if(!t)return"text";var n=[],r=this.tokenArray;for(var i=0,s=r.length;i<s;i++)t[i+1]&&(n[n.length]={type:r[i],value:t[i+1]});return n},this.removeCapturingGroups=function(e){var t=e.replace(/\\.|\[(?:\\.|[^\\\]])*|\(\?[:=!]|(\()/g,function(e,t){return t?"(?:":e});return t},this.createSplitterRegexp=function(e,t){if(e.indexOf("(?=")!=-1){var n=0,r=!1,i={};e.replace(/(\\.)|(\((?:\?[=!])?)|(\))|([\[\]])/g,function(e,t,s,o,u,a){return r?r=u!="]":u?r=!0:o?(n==i.stack&&(i.end=a+1,i.stack=-1),n--):s&&(n++,s.length!=1&&(i.stack=n,i.start=a)),e}),i.end!=null&&/^\)*$/.test(e.substr(i.end))&&(e=e.substring(0,i.start)+e.substr(i.end))}return e.charAt(0)!="^"&&(e="^"+e),e.charAt(e.length-1)!="$"&&(e+="$"),new RegExp(e,(t||"").replace("g",""))},this.getLineTokens=function(e,t){if(t&&typeof t!="string"){var n=t.slice(0);t=n[0],t==="#tmp"&&(n.shift(),t=n.shift())}else var n=[];var r=t||"start",s=this.states[r];s||(r="start",s=this.states[r]);var o=this.matchMappings[r],u=this.regExps[r];u.lastIndex=0;var a,f=[],l=0,c=0,h={type:null,value:""};while(a=u.exec(e)){var p=o.defaultToken,d=null,v=a[0],m=u.lastIndex;if(m-v.length>l){var g=e.substring(l,m-v.length);h.type==p?h.value+=g:(h.type&&f.push(h),h={type:p,value:g})}for(var y=0;y<a.length-2;y++){if(a[y+1]===undefined)continue;d=s[o[y]],d.onMatch?p=d.onMatch(v,r,n,e):p=d.token,d.next&&(typeof d.next=="string"?r=d.next:r=d.next(r,n),s=this.states[r],s||(this.reportError("state doesn't exist",r),r="start",s=this.states[r]),o=this.matchMappings[r],l=m,u=this.regExps[r],u.lastIndex=m),d.consumeLineEnd&&(l=m);break}if(v)if(typeof p=="string")!!d&&d.merge===!1||h.type!==p?(h.type&&f.push(h),h={type:p,value:v}):h.value+=v;else if(p){h.type&&f.push(h),h={type:null,value:""};for(var y=0;y<p.length;y++)f.push(p[y])}if(l==e.length)break;l=m;if(c++>i){c>2*e.length&&this.reportError("infinite loop with in ace tokenizer",{startState:t,line:e});while(l<e.length)h.type&&f.push(h),h={value:e.substring(l,l+=500),type:"overflow"};r="start",n=[];break}}return h.type&&f.push(h),n.length>1&&n[0]!==r&&n.unshift("#tmp",r),{tokens:f,state:n.length?n:r}},this.reportError=r.reportError}).call(s.prototype),t.Tokenizer=s}),ace.define("ace/mode/text_highlight_rules",["require","exports","module","ace/lib/lang"],function(e,t,n){"use strict";var r=e("../lib/lang"),i=function(){this.$rules={start:[{token:"empty_line",regex:"^$"},{defaultToken:"text"}]}};(function(){this.addRules=function(e,t){if(!t){for(var n in e)this.$rules[n]=e[n];return}for(var n in e){var r=e[n];for(var i=0;i<r.length;i++){var s=r[i];if(s.next||s.onMatch)typeof s.next=="string"&&s.next.indexOf(t)!==0&&(s.next=t+s.next),s.nextState&&s.nextState.indexOf(t)!==0&&(s.nextState=t+s.nextState)}this.$rules[t+n]=r}},this.getRules=function(){return this.$rules},this.embedRules=function(e,t,n,i,s){var o=typeof e=="function"?(new e).getRules():e;if(i)for(var u=0;u<i.length;u++)i[u]=t+i[u];else{i=[];for(var a in o)i.push(t+a)}this.addRules(o,t);if(n){var f=Array.prototype[s?"push":"unshift"];for(var u=0;u<i.length;u++)f.apply(this.$rules[i[u]],r.deepCopy(n))}this.$embeds||(this.$embeds=[]),this.$embeds.push(t)},this.getEmbeds=function(){return this.$embeds};var e=function(e,t){return(e!="start"||t.length)&&t.unshift(this.nextState,e),this.nextState},t=function(e,t){return t.shift(),t.shift()||"start"};this.normalizeRules=function(){function i(s){var o=r[s];o.processed=!0;for(var u=0;u<o.length;u++){var a=o[u],f=null;Array.isArray(a)&&(f=a,a={}),!a.regex&&a.start&&(a.regex=a.start,a.next||(a.next=[]),a.next.push({defaultToken:a.token},{token:a.token+".end",regex:a.end||a.start,next:"pop"}),a.token=a.token+".start",a.push=!0);var l=a.next||a.push;if(l&&Array.isArray(l)){var c=a.stateName;c||(c=a.token,typeof c!="string"&&(c=c[0]||""),r[c]&&(c+=n++)),r[c]=l,a.next=c,i(c)}else l=="pop"&&(a.next=t);a.push&&(a.nextState=a.next||a.push,a.next=e,delete a.push);if(a.rules)for(var h in a.rules)r[h]?r[h].push&&r[h].push.apply(r[h],a.rules[h]):r[h]=a.rules[h];var p=typeof a=="string"?a:a.include;p&&(Array.isArray(p)?f=p.map(function(e){return r[e]}):f=r[p]);if(f){var d=[u,1].concat(f);a.noEscape&&(d=d.filter(function(e){return!e.next})),o.splice.apply(o,d),u--}a.keywordMap&&(a.token=this.createKeywordMapper(a.keywordMap,a.defaultToken||"text",a.caseInsensitive),delete a.defaultToken)}}var n=0,r=this.$rules;Object.keys(r).forEach(i,this)},this.createKeywordMapper=function(e,t,n,r){var i=Object.create(null);return this.$keywordList=[],Object.keys(e).forEach(function(t){var s=e[t],o=s.split(r||"|");for(var u=o.length;u--;){var a=o[u];this.$keywordList.push(a),n&&(a=a.toLowerCase()),i[a]=t}},this),e=null,n?function(e){return i[e.toLowerCase()]||t}:function(e){return i[e]||t}},this.getKeywords=function(){return this.$keywords}}).call(i.prototype),t.TextHighlightRules=i}),ace.define("ace/mode/behaviour",["require","exports","module"],function(e,t,n){"use strict";var r=function(){this.$behaviours={}};(function(){this.add=function(e,t,n){switch(undefined){case this.$behaviours:this.$behaviours={};case this.$behaviours[e]:this.$behaviours[e]={}}this.$behaviours[e][t]=n},this.addBehaviours=function(e){for(var t in e)for(var n in e[t])this.add(t,n,e[t][n])},this.remove=function(e){this.$behaviours&&this.$behaviours[e]&&delete this.$behaviours[e]},this.inherit=function(e,t){if(typeof e=="function")var n=(new e).getBehaviours(t);else var n=e.getBehaviours(t);this.addBehaviours(n)},this.getBehaviours=function(e){if(!e)return this.$behaviours;var t={};for(var n=0;n<e.length;n++)this.$behaviours[e[n]]&&(t[e[n]]=this.$behaviours[e[n]]);return t}}).call(r.prototype),t.Behaviour=r}),ace.define("ace/token_iterator",["require","exports","module","ace/range"],function(e,t,n){"use strict";var r=e("./range").Range,i=function(e,t,n){this.$session=e,this.$row=t,this.$rowTokens=e.getTokens(t);var r=e.getTokenAt(t,n);this.$tokenIndex=r?r.index:-1};(function(){this.stepBackward=function(){this.$tokenIndex-=1;while(this.$tokenIndex<0){this.$row-=1;if(this.$row<0)return this.$row=0,null;this.$rowTokens=this.$session.getTokens(this.$row),this.$tokenIndex=this.$rowTokens.length-1}return this.$rowTokens[this.$tokenIndex]},this.stepForward=function(){this.$tokenIndex+=1;var e;while(this.$tokenIndex>=this.$rowTokens.length){this.$row+=1,e||(e=this.$session.getLength());if(this.$row>=e)return this.$row=e-1,null;this.$rowTokens=this.$session.getTokens(this.$row),this.$tokenIndex=0}return this.$rowTokens[this.$tokenIndex]},this.getCurrentToken=function(){return this.$rowTokens[this.$tokenIndex]},this.getCurrentTokenRow=function(){return this.$row},this.getCurrentTokenColumn=function(){var e=this.$rowTokens,t=this.$tokenIndex,n=e[t].start;if(n!==undefined)return n;n=0;while(t>0)t-=1,n+=e[t].value.length;return n},this.getCurrentTokenPosition=function(){return{row:this.$row,column:this.getCurrentTokenColumn()}},this.getCurrentTokenRange=function(){var e=this.$rowTokens[this.$tokenIndex],t=this.getCurrentTokenColumn();return new r(this.$row,t,this.$row,t+e.value.length)}}).call(i.prototype),t.TokenIterator=i}),ace.define("ace/mode/behaviour/cstyle",["require","exports","module","ace/lib/oop","ace/mode/behaviour","ace/token_iterator","ace/lib/lang"],function(e,t,n){"use strict";var r=e("../../lib/oop"),i=e("../behaviour").Behaviour,s=e("../../token_iterator").TokenIterator,o=e("../../lib/lang"),u=["text","paren.rparen","rparen","paren","punctuation.operator"],a=["text","paren.rparen","rparen","paren","punctuation.operator","comment"],f,l={},c={'"':'"',"'":"'"},h=function(e){var t=-1;e.multiSelect&&(t=e.selection.index,l.rangeCount!=e.multiSelect.rangeCount&&(l={rangeCount:e.multiSelect.rangeCount}));if(l[t])return f=l[t];f=l[t]={autoInsertedBrackets:0,autoInsertedRow:-1,autoInsertedLineEnd:"",maybeInsertedBrackets:0,maybeInsertedRow:-1,maybeInsertedLineStart:"",maybeInsertedLineEnd:""}},p=function(e,t,n,r){var i=e.end.row-e.start.row;return{text:n+t+r,selection:[0,e.start.column+1,i,e.end.column+(i?0:1)]}},d=function(e){this.add("braces","insertion",function(t,n,r,i,s){var u=r.getCursorPosition(),a=i.doc.getLine(u.row);if(s=="{"){h(r);var l=r.getSelectionRange(),c=i.doc.getTextRange(l);if(c!==""&&c!=="{"&&r.getWrapBehavioursEnabled())return p(l,c,"{","}");if(d.isSaneInsertion(r,i))return/[\]\}\)]/.test(a[u.column])||r.inMultiSelectMode||e&&e.braces?(d.recordAutoInsert(r,i,"}"),{text:"{}",selection:[1,1]}):(d.recordMaybeInsert(r,i,"{"),{text:"{",selection:[1,1]})}else if(s=="}"){h(r);var v=a.substring(u.column,u.column+1);if(v=="}"){var m=i.$findOpeningBracket("}",{column:u.column+1,row:u.row});if(m!==null&&d.isAutoInsertedClosing(u,a,s))return d.popAutoInsertedClosing(),{text:"",selection:[1,1]}}}else{if(s=="\n"||s=="\r\n"){h(r);var g="";d.isMaybeInsertedClosing(u,a)&&(g=o.stringRepeat("}",f.maybeInsertedBrackets),d.clearMaybeInsertedClosing());var v=a.substring(u.column,u.column+1);if(v==="}"){var y=i.findMatchingBracket({row:u.row,column:u.column+1},"}");if(!y)return null;var b=this.$getIndent(i.getLine(y.row))}else{if(!g){d.clearMaybeInsertedClosing();return}var b=this.$getIndent(a)}var w=b+i.getTabString();return{text:"\n"+w+"\n"+b+g,selection:[1,w.length,1,w.length]}}d.clearMaybeInsertedClosing()}}),this.add("braces","deletion",function(e,t,n,r,i){var s=r.doc.getTextRange(i);if(!i.isMultiLine()&&s=="{"){h(n);var o=r.doc.getLine(i.start.row),u=o.substring(i.end.column,i.end.column+1);if(u=="}")return i.end.column++,i;f.maybeInsertedBrackets--}}),this.add("parens","insertion",function(e,t,n,r,i){if(i=="("){h(n);var s=n.getSelectionRange(),o=r.doc.getTextRange(s);if(o!==""&&n.getWrapBehavioursEnabled())return p(s,o,"(",")");if(d.isSaneInsertion(n,r))return d.recordAutoInsert(n,r,")"),{text:"()",selection:[1,1]}}else if(i==")"){h(n);var u=n.getCursorPosition(),a=r.doc.getLine(u.row),f=a.substring(u.column,u.column+1);if(f==")"){var l=r.$findOpeningBracket(")",{column:u.column+1,row:u.row});if(l!==null&&d.isAutoInsertedClosing(u,a,i))return d.popAutoInsertedClosing(),{text:"",selection:[1,1]}}}}),this.add("parens","deletion",function(e,t,n,r,i){var s=r.doc.getTextRange(i);if(!i.isMultiLine()&&s=="("){h(n);var o=r.doc.getLine(i.start.row),u=o.substring(i.start.column+1,i.start.column+2);if(u==")")return i.end.column++,i}}),this.add("brackets","insertion",function(e,t,n,r,i){if(i=="["){h(n);var s=n.getSelectionRange(),o=r.doc.getTextRange(s);if(o!==""&&n.getWrapBehavioursEnabled())return p(s,o,"[","]");if(d.isSaneInsertion(n,r))return d.recordAutoInsert(n,r,"]"),{text:"[]",selection:[1,1]}}else if(i=="]"){h(n);var u=n.getCursorPosition(),a=r.doc.getLine(u.row),f=a.substring(u.column,u.column+1);if(f=="]"){var l=r.$findOpeningBracket("]",{column:u.column+1,row:u.row});if(l!==null&&d.isAutoInsertedClosing(u,a,i))return d.popAutoInsertedClosing(),{text:"",selection:[1,1]}}}}),this.add("brackets","deletion",function(e,t,n,r,i){var s=r.doc.getTextRange(i);if(!i.isMultiLine()&&s=="["){h(n);var o=r.doc.getLine(i.start.row),u=o.substring(i.start.column+1,i.start.column+2);if(u=="]")return i.end.column++,i}}),this.add("string_dquotes","insertion",function(e,t,n,r,i){var s=r.$mode.$quotes||c;if(i.length==1&&s[i]){if(this.lineCommentStart&&this.lineCommentStart.indexOf(i)!=-1)return;h(n);var o=i,u=n.getSelectionRange(),a=r.doc.getTextRange(u);if(a!==""&&(a.length!=1||!s[a])&&n.getWrapBehavioursEnabled())return p(u,a,o,o);if(!a){var f=n.getCursorPosition(),l=r.doc.getLine(f.row),d=l.substring(f.column-1,f.column),v=l.substring(f.column,f.column+1),m=r.getTokenAt(f.row,f.column),g=r.getTokenAt(f.row,f.column+1);if(d=="\\"&&m&&/escape/.test(m.type))return null;var y=m&&/string|escape/.test(m.type),b=!g||/string|escape/.test(g.type),w;if(v==o)w=y!==b,w&&/string\.end/.test(g.type)&&(w=!1);else{if(y&&!b)return null;if(y&&b)return null;var E=r.$mode.tokenRe;E.lastIndex=0;var S=E.test(d);E.lastIndex=0;var x=E.test(d);if(S||x)return null;if(v&&!/[\s;,.})\]\\]/.test(v))return null;var T=l[f.column-2];if(!(d!=o||T!=o&&!E.test(T)))return null;w=!0}return{text:w?o+o:"",selection:[1,1]}}}}),this.add("string_dquotes","deletion",function(e,t,n,r,i){var s=r.$mode.$quotes||c,o=r.doc.getTextRange(i);if(!i.isMultiLine()&&s.hasOwnProperty(o)){h(n);var u=r.doc.getLine(i.start.row),a=u.substring(i.start.column+1,i.start.column+2);if(a==o)return i.end.column++,i}})};d.isSaneInsertion=function(e,t){var n=e.getCursorPosition(),r=new s(t,n.row,n.column);if(!this.$matchTokenType(r.getCurrentToken()||"text",u)){if(/[)}\]]/.test(e.session.getLine(n.row)[n.column]))return!0;var i=new s(t,n.row,n.column+1);if(!this.$matchTokenType(i.getCurrentToken()||"text",u))return!1}return r.stepForward(),r.getCurrentTokenRow()!==n.row||this.$matchTokenType(r.getCurrentToken()||"text",a)},d.$matchTokenType=function(e,t){return t.indexOf(e.type||e)>-1},d.recordAutoInsert=function(e,t,n){var r=e.getCursorPosition(),i=t.doc.getLine(r.row);this.isAutoInsertedClosing(r,i,f.autoInsertedLineEnd[0])||(f.autoInsertedBrackets=0),f.autoInsertedRow=r.row,f.autoInsertedLineEnd=n+i.substr(r.column),f.autoInsertedBrackets++},d.recordMaybeInsert=function(e,t,n){var r=e.getCursorPosition(),i=t.doc.getLine(r.row);this.isMaybeInsertedClosing(r,i)||(f.maybeInsertedBrackets=0),f.maybeInsertedRow=r.row,f.maybeInsertedLineStart=i.substr(0,r.column)+n,f.maybeInsertedLineEnd=i.substr(r.column),f.maybeInsertedBrackets++},d.isAutoInsertedClosing=function(e,t,n){return f.autoInsertedBrackets>0&&e.row===f.autoInsertedRow&&n===f.autoInsertedLineEnd[0]&&t.substr(e.column)===f.autoInsertedLineEnd},d.isMaybeInsertedClosing=function(e,t){return f.maybeInsertedBrackets>0&&e.row===f.maybeInsertedRow&&t.substr(e.column)===f.maybeInsertedLineEnd&&t.substr(0,e.column)==f.maybeInsertedLineStart},d.popAutoInsertedClosing=function(){f.autoInsertedLineEnd=f.autoInsertedLineEnd.substr(1),f.autoInsertedBrackets--},d.clearMaybeInsertedClosing=function(){f&&(f.maybeInsertedBrackets=0,f.maybeInsertedRow=-1)},r.inherits(d,i),t.CstyleBehaviour=d}),ace.define("ace/unicode",["require","exports","module"],function(e,t,n){"use strict";var r=[48,9,8,25,5,0,2,25,48,0,11,0,5,0,6,22,2,30,2,457,5,11,15,4,8,0,2,0,18,116,2,1,3,3,9,0,2,2,2,0,2,19,2,82,2,138,2,4,3,155,12,37,3,0,8,38,10,44,2,0,2,1,2,1,2,0,9,26,6,2,30,10,7,61,2,9,5,101,2,7,3,9,2,18,3,0,17,58,3,100,15,53,5,0,6,45,211,57,3,18,2,5,3,11,3,9,2,1,7,6,2,2,2,7,3,1,3,21,2,6,2,0,4,3,3,8,3,1,3,3,9,0,5,1,2,4,3,11,16,2,2,5,5,1,3,21,2,6,2,1,2,1,2,1,3,0,2,4,5,1,3,2,4,0,8,3,2,0,8,15,12,2,2,8,2,2,2,21,2,6,2,1,2,4,3,9,2,2,2,2,3,0,16,3,3,9,18,2,2,7,3,1,3,21,2,6,2,1,2,4,3,8,3,1,3,2,9,1,5,1,2,4,3,9,2,0,17,1,2,5,4,2,2,3,4,1,2,0,2,1,4,1,4,2,4,11,5,4,4,2,2,3,3,0,7,0,15,9,18,2,2,7,2,2,2,22,2,9,2,4,4,7,2,2,2,3,8,1,2,1,7,3,3,9,19,1,2,7,2,2,2,22,2,9,2,4,3,8,2,2,2,3,8,1,8,0,2,3,3,9,19,1,2,7,2,2,2,22,2,15,4,7,2,2,2,3,10,0,9,3,3,9,11,5,3,1,2,17,4,23,2,8,2,0,3,6,4,0,5,5,2,0,2,7,19,1,14,57,6,14,2,9,40,1,2,0,3,1,2,0,3,0,7,3,2,6,2,2,2,0,2,0,3,1,2,12,2,2,3,4,2,0,2,5,3,9,3,1,35,0,24,1,7,9,12,0,2,0,2,0,5,9,2,35,5,19,2,5,5,7,2,35,10,0,58,73,7,77,3,37,11,42,2,0,4,328,2,3,3,6,2,0,2,3,3,40,2,3,3,32,2,3,3,6,2,0,2,3,3,14,2,56,2,3,3,66,5,0,33,15,17,84,13,619,3,16,2,25,6,74,22,12,2,6,12,20,12,19,13,12,2,2,2,1,13,51,3,29,4,0,5,1,3,9,34,2,3,9,7,87,9,42,6,69,11,28,4,11,5,11,11,39,3,4,12,43,5,25,7,10,38,27,5,62,2,28,3,10,7,9,14,0,89,75,5,9,18,8,13,42,4,11,71,55,9,9,4,48,83,2,2,30,14,230,23,280,3,5,3,37,3,5,3,7,2,0,2,0,2,0,2,30,3,52,2,6,2,0,4,2,2,6,4,3,3,5,5,12,6,2,2,6,67,1,20,0,29,0,14,0,17,4,60,12,5,0,4,11,18,0,5,0,3,9,2,0,4,4,7,0,2,0,2,0,2,3,2,10,3,3,6,4,5,0,53,1,2684,46,2,46,2,132,7,6,15,37,11,53,10,0,17,22,10,6,2,6,2,6,2,6,2,6,2,6,2,6,2,6,2,31,48,0,470,1,36,5,2,4,6,1,5,85,3,1,3,2,2,89,2,3,6,40,4,93,18,23,57,15,513,6581,75,20939,53,1164,68,45,3,268,4,27,21,31,3,13,13,1,2,24,9,69,11,1,38,8,3,102,3,1,111,44,25,51,13,68,12,9,7,23,4,0,5,45,3,35,13,28,4,64,15,10,39,54,10,13,3,9,7,22,4,1,5,66,25,2,227,42,2,1,3,9,7,11171,13,22,5,48,8453,301,3,61,3,105,39,6,13,4,6,11,2,12,2,4,2,0,2,1,2,1,2,107,34,362,19,63,3,53,41,11,5,15,17,6,13,1,25,2,33,4,2,134,20,9,8,25,5,0,2,25,12,88,4,5,3,5,3,5,3,2],i=0,s=[];for(var o=0;o<r.length;o+=2)s.push(i+=r[o]),r[o+1]&&s.push(45,i+=r[o+1]);t.wordChars=String.fromCharCode.apply(null,s)}),ace.define("ace/mode/text",["require","exports","module","ace/config","ace/tokenizer","ace/mode/text_highlight_rules","ace/mode/behaviour/cstyle","ace/unicode","ace/lib/lang","ace/token_iterator","ace/range"],function(e,t,n){"use strict";var r=e("../config"),i=e("../tokenizer").Tokenizer,s=e("./text_highlight_rules").TextHighlightRules,o=e("./behaviour/cstyle").CstyleBehaviour,u=e("../unicode"),a=e("../lib/lang"),f=e("../token_iterator").TokenIterator,l=e("../range").Range,c=function(){this.HighlightRules=s};(function(){this.$defaultBehaviour=new o,this.tokenRe=new RegExp("^["+u.wordChars+"\\$_]+","g"),this.nonTokenRe=new RegExp("^(?:[^"+u.wordChars+"\\$_]|\\s])+","g"),this.getTokenizer=function(){return this.$tokenizer||(this.$highlightRules=this.$highlightRules||new this.HighlightRules(this.$highlightRuleConfig),this.$tokenizer=new i(this.$highlightRules.getRules())),this.$tokenizer},this.lineCommentStart="",this.blockComment="",this.toggleCommentLines=function(e,t,n,r){function w(e){for(var t=n;t<=r;t++)e(i.getLine(t),t)}var i=t.doc,s=!0,o=!0,u=Infinity,f=t.getTabSize(),l=!1;if(!this.lineCommentStart){if(!this.blockComment)return!1;var c=this.blockComment.start,h=this.blockComment.end,p=new RegExp("^(\\s*)(?:"+a.escapeRegExp(c)+")"),d=new RegExp("(?:"+a.escapeRegExp(h)+")\\s*$"),v=function(e,t){if(g(e,t))return;if(!s||/\S/.test(e))i.insertInLine({row:t,column:e.length},h),i.insertInLine({row:t,column:u},c)},m=function(e,t){var n;(n=e.match(d))&&i.removeInLine(t,e.length-n[0].length,e.length),(n=e.match(p))&&i.removeInLine(t,n[1].length,n[0].length)},g=function(e,n){if(p.test(e))return!0;var r=t.getTokens(n);for(var i=0;i<r.length;i++)if(r[i].type==="comment")return!0}}else{if(Array.isArray(this.lineCommentStart))var p=this.lineCommentStart.map(a.escapeRegExp).join("|"),c=this.lineCommentStart[0];else var p=a.escapeRegExp(this.lineCommentStart),c=this.lineCommentStart;p=new RegExp("^(\\s*)(?:"+p+") ?"),l=t.getUseSoftTabs();var m=function(e,t){var n=e.match(p);if(!n)return;var r=n[1].length,s=n[0].length;!b(e,r,s)&&n[0][s-1]==" "&&s--,i.removeInLine(t,r,s)},y=c+" ",v=function(e,t){if(!s||/\S/.test(e))b(e,u,u)?i.insertInLine({row:t,column:u},y):i.insertInLine({row:t,column:u},c)},g=function(e,t){return p.test(e)},b=function(e,t,n){var r=0;while(t--&&e.charAt(t)==" ")r++;if(r%f!=0)return!1;var r=0;while(e.charAt(n++)==" ")r++;return f>2?r%f!=f-1:r%f==0}}var E=Infinity;w(function(e,t){var n=e.search(/\S/);n!==-1?(n<u&&(u=n),o&&!g(e,t)&&(o=!1)):E>e.length&&(E=e.length)}),u==Infinity&&(u=E,s=!1,o=!1),l&&u%f!=0&&(u=Math.floor(u/f)*f),w(o?m:v)},this.toggleBlockComment=function(e,t,n,r){var i=this.blockComment;if(!i)return;!i.start&&i[0]&&(i=i[0]);var s=new f(t,r.row,r.column),o=s.getCurrentToken(),u=t.selection,a=t.selection.toOrientedRange(),c,h;if(o&&/comment/.test(o.type)){var p,d;while(o&&/comment/.test(o.type)){var v=o.value.indexOf(i.start);if(v!=-1){var m=s.getCurrentTokenRow(),g=s.getCurrentTokenColumn()+v;p=new l(m,g,m,g+i.start.length);break}o=s.stepBackward()}var s=new f(t,r.row,r.column),o=s.getCurrentToken();while(o&&/comment/.test(o.type)){var v=o.value.indexOf(i.end);if(v!=-1){var m=s.getCurrentTokenRow(),g=s.getCurrentTokenColumn()+v;d=new l(m,g,m,g+i.end.length);break}o=s.stepForward()}d&&t.remove(d),p&&(t.remove(p),c=p.start.row,h=-i.start.length)}else h=i.start.length,c=n.start.row,t.insert(n.end,i.end),t.insert(n.start,i.start);a.start.row==c&&(a.start.column+=h),a.end.row==c&&(a.end.column+=h),t.selection.fromOrientedRange(a)},this.getNextLineIndent=function(e,t,n){return this.$getIndent(t)},this.checkOutdent=function(e,t,n){return!1},this.autoOutdent=function(e,t,n){},this.$getIndent=function(e){return e.match(/^\s*/)[0]},this.createWorker=function(e){return null},this.createModeDelegates=function(e){this.$embeds=[],this.$modes={};for(var t in e)if(e[t]){var n=e[t],i=n.prototype.$id,s=r.$modes[i];s||(r.$modes[i]=s=new n),r.$modes[t]||(r.$modes[t]=s),this.$embeds.push(t),this.$modes[t]=s}var o=["toggleBlockComment","toggleCommentLines","getNextLineIndent","checkOutdent","autoOutdent","transformAction","getCompletions"];for(var t=0;t<o.length;t++)(function(e){var n=o[t],r=e[n];e[o[t]]=function(){return this.$delegator(n,arguments,r)}})(this)},this.$delegator=function(e,t,n){var r=t[0]||"start";if(typeof r!="string"){if(Array.isArray(r[2])){var i=r[2][r[2].length-1],s=this.$modes[i];if(s)return s[e].apply(s,[r[1]].concat([].slice.call(t,1)))}r=r[0]||"start"}for(var o=0;o<this.$embeds.length;o++){if(!this.$modes[this.$embeds[o]])continue;var u=r.split(this.$embeds[o]);if(!u[0]&&u[1]){t[0]=u[1];var s=this.$modes[this.$embeds[o]];return s[e].apply(s,t)}}var a=n.apply(this,t);return n?a:undefined},this.transformAction=function(e,t,n,r,i){if(this.$behaviour){var s=this.$behaviour.getBehaviours();for(var o in s)if(s[o][t]){var u=s[o][t].apply(this,arguments);if(u)return u}}},this.getKeywords=function(e){if(!this.completionKeywords){var t=this.$tokenizer.rules,n=[];for(var r in t){var i=t[r];for(var s=0,o=i.length;s<o;s++)if(typeof i[s].token=="string")/keyword|support|storage/.test(i[s].token)&&n.push(i[s].regex);else if(typeof i[s].token=="object")for(var u=0,a=i[s].token.length;u<a;u++)if(/keyword|support|storage/.test(i[s].token[u])){var r=i[s].regex.match(/\(.+?\)/g)[u];n.push(r.substr(1,r.length-2))}}this.completionKeywords=n}return e?n.concat(this.$keywordList||[]):this.$keywordList},this.$createKeywordList=function(){return this.$highlightRules||this.getTokenizer(),this.$keywordList=this.$highlightRules.$keywordList||[]},this.getCompletions=function(e,t,n,r){var i=this.$keywordList||this.$createKeywordList();return i.map(function(e){return{name:e,value:e,score:0,meta:"keyword"}})},this.$id="ace/mode/text"}).call(c.prototype),t.Mode=c}),ace.define("ace/apply_delta",["require","exports","module"],function(e,t,n){"use strict";function r(e,t){throw console.log("Invalid Delta:",e),"Invalid Delta: "+t}function i(e,t){return t.row>=0&&t.row<e.length&&t.column>=0&&t.column<=e[t.row].length}function s(e,t){t.action!="insert"&&t.action!="remove"&&r(t,"delta.action must be 'insert' or 'remove'"),t.lines instanceof Array||r(t,"delta.lines must be an Array"),(!t.start||!t.end)&&r(t,"delta.start/end must be an present");var n=t.start;i(e,t.start)||r(t,"delta.start must be contained in document");var s=t.end;t.action=="remove"&&!i(e,s)&&r(t,"delta.end must contained in document for 'remove' actions");var o=s.row-n.row,u=s.column-(o==0?n.column:0);(o!=t.lines.length-1||t.lines[o].length!=u)&&r(t,"delta.range must match delta lines")}t.applyDelta=function(e,t,n){var r=t.start.row,i=t.start.column,s=e[r]||"";switch(t.action){case"insert":var o=t.lines;if(o.length===1)e[r]=s.substring(0,i)+t.lines[0]+s.substring(i);else{var u=[r,1].concat(t.lines);e.splice.apply(e,u),e[r]=s.substring(0,i)+e[r],e[r+t.lines.length-1]+=s.substring(i)}break;case"remove":var a=t.end.column,f=t.end.row;r===f?e[r]=s.substring(0,i)+s.substring(a):e.splice(r,f-r+1,s.substring(0,i)+e[f].substring(a))}}}),ace.define("ace/anchor",["require","exports","module","ace/lib/oop","ace/lib/event_emitter"],function(e,t,n){"use strict";var r=e("./lib/oop"),i=e("./lib/event_emitter").EventEmitter,s=t.Anchor=function(e,t,n){this.$onChange=this.onChange.bind(this),this.attach(e),typeof n=="undefined"?this.setPosition(t.row,t.column):this.setPosition(t,n)};(function(){function e(e,t,n){var r=n?e.column<=t.column:e.column<t.column;return e.row<t.row||e.row==t.row&&r}function t(t,n,r){var i=t.action=="insert",s=(i?1:-1)*(t.end.row-t.start.row),o=(i?1:-1)*(t.end.column-t.start.column),u=t.start,a=i?u:t.end;return e(n,u,r)?{row:n.row,column:n.column}:e(a,n,!r)?{row:n.row+s,column:n.column+(n.row==a.row?o:0)}:{row:u.row,column:u.column}}r.implement(this,i),this.getPosition=function(){return this.$clipPositionToDocument(this.row,this.column)},this.getDocument=function(){return this.document},this.$insertRight=!1,this.onChange=function(e){if(e.start.row==e.end.row&&e.start.row!=this.row)return;if(e.start.row>this.row)return;var n=t(e,{row:this.row,column:this.column},this.$insertRight);this.setPosition(n.row,n.column,!0)},this.setPosition=function(e,t,n){var r;n?r={row:e,column:t}:r=this.$clipPositionToDocument(e,t);if(this.row==r.row&&this.column==r.column)return;var i={row:this.row,column:this.column};this.row=r.row,this.column=r.column,this._signal("change",{old:i,value:r})},this.detach=function(){this.document.off("change",this.$onChange)},this.attach=function(e){this.document=e||this.document,this.document.on("change",this.$onChange)},this.$clipPositionToDocument=function(e,t){var n={};return e>=this.document.getLength()?(n.row=Math.max(0,this.document.getLength()-1),n.column=this.document.getLine(n.row).length):e<0?(n.row=0,n.column=0):(n.row=e,n.column=Math.min(this.document.getLine(n.row).length,Math.max(0,t))),t<0&&(n.column=0),n}}).call(s.prototype)}),ace.define("ace/document",["require","exports","module","ace/lib/oop","ace/apply_delta","ace/lib/event_emitter","ace/range","ace/anchor"],function(e,t,n){"use strict";var r=e("./lib/oop"),i=e("./apply_delta").applyDelta,s=e("./lib/event_emitter").EventEmitter,o=e("./range").Range,u=e("./anchor").Anchor,a=function(e){this.$lines=[""],e.length===0?this.$lines=[""]:Array.isArray(e)?this.insertMergedLines({row:0,column:0},e):this.insert({row:0,column:0},e)};(function(){r.implement(this,s),this.setValue=function(e){var t=this.getLength()-1;this.remove(new o(0,0,t,this.getLine(t).length)),this.insert({row:0,column:0},e)},this.getValue=function(){return this.getAllLines().join(this.getNewLineCharacter())},this.createAnchor=function(e,t){return new u(this,e,t)},"aaa".split(/a/).length===0?this.$split=function(e){return e.replace(/\r\n|\r/g,"\n").split("\n")}:this.$split=function(e){return e.split(/\r\n|\r|\n/)},this.$detectNewLine=function(e){var t=e.match(/^.*?(\r\n|\r|\n)/m);this.$autoNewLine=t?t[1]:"\n",this._signal("changeNewLineMode")},this.getNewLineCharacter=function(){switch(this.$newLineMode){case"windows":return"\r\n";case"unix":return"\n";default:return this.$autoNewLine||"\n"}},this.$autoNewLine="",this.$newLineMode="auto",this.setNewLineMode=function(e){if(this.$newLineMode===e)return;this.$newLineMode=e,this._signal("changeNewLineMode")},this.getNewLineMode=function(){return this.$newLineMode},this.isNewLine=function(e){return e=="\r\n"||e=="\r"||e=="\n"},this.getLine=function(e){return this.$lines[e]||""},this.getLines=function(e,t){return this.$lines.slice(e,t+1)},this.getAllLines=function(){return this.getLines(0,this.getLength())},this.getLength=function(){return this.$lines.length},this.getTextRange=function(e){return this.getLinesForRange(e).join(this.getNewLineCharacter())},this.getLinesForRange=function(e){var t;if(e.start.row===e.end.row)t=[this.getLine(e.start.row).substring(e.start.column,e.end.column)];else{t=this.getLines(e.start.row,e.end.row),t[0]=(t[0]||"").substring(e.start.column);var n=t.length-1;e.end.row-e.start.row==n&&(t[n]=t[n].substring(0,e.end.column))}return t},this.insertLines=function(e,t){return console.warn("Use of document.insertLines is deprecated. Use the insertFullLines method instead."),this.insertFullLines(e,t)},this.removeLines=function(e,t){return console.warn("Use of document.removeLines is deprecated. Use the removeFullLines method instead."),this.removeFullLines(e,t)},this.insertNewLine=function(e){return console.warn("Use of document.insertNewLine is deprecated. Use insertMergedLines(position, ['', '']) instead."),this.insertMergedLines(e,["",""])},this.insert=function(e,t){return this.getLength()<=1&&this.$detectNewLine(t),this.insertMergedLines(e,this.$split(t))},this.insertInLine=function(e,t){var n=this.clippedPos(e.row,e.column),r=this.pos(e.row,e.column+t.length);return this.applyDelta({start:n,end:r,action:"insert",lines:[t]},!0),this.clonePos(r)},this.clippedPos=function(e,t){var n=this.getLength();e===undefined?e=n:e<0?e=0:e>=n&&(e=n-1,t=undefined);var r=this.getLine(e);return t==undefined&&(t=r.length),t=Math.min(Math.max(t,0),r.length),{row:e,column:t}},this.clonePos=function(e){return{row:e.row,column:e.column}},this.pos=function(e,t){return{row:e,column:t}},this.$clipPosition=function(e){var t=this.getLength();return e.row>=t?(e.row=Math.max(0,t-1),e.column=this.getLine(t-1).length):(e.row=Math.max(0,e.row),e.column=Math.min(Math.max(e.column,0),this.getLine(e.row).length)),e},this.insertFullLines=function(e,t){e=Math.min(Math.max(e,0),this.getLength());var n=0;e<this.getLength()?(t=t.concat([""]),n=0):(t=[""].concat(t),e--,n=this.$lines[e].length),this.insertMergedLines({row:e,column:n},t)},this.insertMergedLines=function(e,t){var n=this.clippedPos(e.row,e.column),r={row:n.row+t.length-1,column:(t.length==1?n.column:0)+t[t.length-1].length};return this.applyDelta({start:n,end:r,action:"insert",lines:t}),this.clonePos(r)},this.remove=function(e){var t=this.clippedPos(e.start.row,e.start.column),n=this.clippedPos(e.end.row,e.end.column);return this.applyDelta({start:t,end:n,action:"remove",lines:this.getLinesForRange({start:t,end:n})}),this.clonePos(t)},this.removeInLine=function(e,t,n){var r=this.clippedPos(e,t),i=this.clippedPos(e,n);return this.applyDelta({start:r,end:i,action:"remove",lines:this.getLinesForRange({start:r,end:i})},!0),this.clonePos(r)},this.removeFullLines=function(e,t){e=Math.min(Math.max(0,e),this.getLength()-1),t=Math.min(Math.max(0,t),this.getLength()-1);var n=t==this.getLength()-1&&e>0,r=t<this.getLength()-1,i=n?e-1:e,s=n?this.getLine(i).length:0,u=r?t+1:t,a=r?0:this.getLine(u).length,f=new o(i,s,u,a),l=this.$lines.slice(e,t+1);return this.applyDelta({start:f.start,end:f.end,action:"remove",lines:this.getLinesForRange(f)}),l},this.removeNewLine=function(e){e<this.getLength()-1&&e>=0&&this.applyDelta({start:this.pos(e,this.getLine(e).length),end:this.pos(e+1,0),action:"remove",lines:["",""]})},this.replace=function(e,t){e instanceof o||(e=o.fromPoints(e.start,e.end));if(t.length===0&&e.isEmpty())return e.start;if(t==this.getTextRange(e))return e.end;this.remove(e);var n;return t?n=this.insert(e.start,t):n=e.start,n},this.applyDeltas=function(e){for(var t=0;t<e.length;t++)this.applyDelta(e[t])},this.revertDeltas=function(e){for(var t=e.length-1;t>=0;t--)this.revertDelta(e[t])},this.applyDelta=function(e,t){var n=e.action=="insert";if(n?e.lines.length<=1&&!e.lines[0]:!o.comparePoints(e.start,e.end))return;n&&e.lines.length>2e4?this.$splitAndapplyLargeDelta(e,2e4):(i(this.$lines,e,t),this._signal("change",e))},this.$safeApplyDelta=function(e){var t=this.$lines.length;(e.action=="remove"&&e.start.row<t&&e.end.row<t||e.action=="insert"&&e.start.row<=t)&&this.applyDelta(e)},this.$splitAndapplyLargeDelta=function(e,t){var n=e.lines,r=n.length-t+1,i=e.start.row,s=e.start.column;for(var o=0,u=0;o<r;o=u){u+=t-1;var a=n.slice(o,u);a.push(""),this.applyDelta({start:this.pos(i+o,s),end:this.pos(i+u,s=0),action:e.action,lines:a},!0)}e.lines=n.slice(o),e.start.row=i+o,e.start.column=s,this.applyDelta(e,!0)},this.revertDelta=function(e){this.$safeApplyDelta({start:this.clonePos(e.start),end:this.clonePos(e.end),action:e.action=="insert"?"remove":"insert",lines:e.lines.slice()})},this.indexToPosition=function(e,t){var n=this.$lines||this.getAllLines(),r=this.getNewLineCharacter().length;for(var i=t||0,s=n.length;i<s;i++){e-=n[i].length+r;if(e<0)return{row:i,column:e+n[i].length+r}}return{row:s-1,column:e+n[s-1].length+r}},this.positionToIndex=function(e,t){var n=this.$lines||this.getAllLines(),r=this.getNewLineCharacter().length,i=0,s=Math.min(e.row,n.length);for(var o=t||0;o<s;++o)i+=n[o].length+r;return i+e.column}}).call(a.prototype),t.Document=a}),ace.define("ace/background_tokenizer",["require","exports","module","ace/lib/oop","ace/lib/event_emitter"],function(e,t,n){"use strict";var r=e("./lib/oop"),i=e("./lib/event_emitter").EventEmitter,s=function(e,t){this.running=!1,this.lines=[],this.states=[],this.currentLine=0,this.tokenizer=e;var n=this;this.$worker=function(){if(!n.running)return;var e=new Date,t=n.currentLine,r=-1,i=n.doc,s=t;while(n.lines[t])t++;var o=i.getLength(),u=0;n.running=!1;while(t<o){n.$tokenizeRow(t),r=t;do t++;while(n.lines[t]);u++;if(u%5===0&&new Date-e>20){n.running=setTimeout(n.$worker,20);break}}n.currentLine=t,r==-1&&(r=t),s<=r&&n.fireUpdateEvent(s,r)}};(function(){r.implement(this,i),this.setTokenizer=function(e){this.tokenizer=e,this.lines=[],this.states=[],this.start(0)},this.setDocument=function(e){this.doc=e,this.lines=[],this.states=[],this.stop()},this.fireUpdateEvent=function(e,t){var n={first:e,last:t};this._signal("update",{data:n})},this.start=function(e){this.currentLine=Math.min(e||0,this.currentLine,this.doc.getLength()),this.lines.splice(this.currentLine,this.lines.length),this.states.splice(this.currentLine,this.states.length),this.stop(),this.running=setTimeout(this.$worker,700)},this.scheduleStart=function(){this.running||(this.running=setTimeout(this.$worker,700))},this.$updateOnChange=function(e){var t=e.start.row,n=e.end.row-t;if(n===0)this.lines[t]=null;else if(e.action=="remove")this.lines.splice(t,n+1,null),this.states.splice(t,n+1,null);else{var r=Array(n+1);r.unshift(t,1),this.lines.splice.apply(this.lines,r),this.states.splice.apply(this.states,r)}this.currentLine=Math.min(t,this.currentLine,this.doc.getLength()),this.stop()},this.stop=function(){this.running&&clearTimeout(this.running),this.running=!1},this.getTokens=function(e){return this.lines[e]||this.$tokenizeRow(e)},this.getState=function(e){return this.currentLine==e&&this.$tokenizeRow(e),this.states[e]||"start"},this.$tokenizeRow=function(e){var t=this.doc.getLine(e),n=this.states[e-1],r=this.tokenizer.getLineTokens(t,n,e);return this.states[e]+""!=r.state+""?(this.states[e]=r.state,this.lines[e+1]=null,this.currentLine>e+1&&(this.currentLine=e+1)):this.currentLine==e&&(this.currentLine=e+1),this.lines[e]=r.tokens}}).call(s.prototype),t.BackgroundTokenizer=s}),ace.define("ace/search_highlight",["require","exports","module","ace/lib/lang","ace/lib/oop","ace/range"],function(e,t,n){"use strict";var r=e("./lib/lang"),i=e("./lib/oop"),s=e("./range").Range,o=function(e,t,n){this.setRegexp(e),this.clazz=t,this.type=n||"text"};(function(){this.MAX_RANGES=500,this.setRegexp=function(e){if(this.regExp+""==e+"")return;this.regExp=e,this.cache=[]},this.update=function(e,t,n,i){if(!this.regExp)return;var o=i.firstRow,u=i.lastRow;for(var a=o;a<=u;a++){var f=this.cache[a];f==null&&(f=r.getMatchOffsets(n.getLine(a),this.regExp),f.length>this.MAX_RANGES&&(f=f.slice(0,this.MAX_RANGES)),f=f.map(function(e){return new s(a,e.offset,a,e.offset+e.length)}),this.cache[a]=f.length?f:"");for(var l=f.length;l--;)t.drawSingleLineMarker(e,f[l].toScreenRange(n),this.clazz,i)}}}).call(o.prototype),t.SearchHighlight=o}),ace.define("ace/edit_session/fold_line",["require","exports","module","ace/range"],function(e,t,n){"use strict";function i(e,t){this.foldData=e,Array.isArray(t)?this.folds=t:t=this.folds=[t];var n=t[t.length-1];this.range=new r(t[0].start.row,t[0].start.column,n.end.row,n.end.column),this.start=this.range.start,this.end=this.range.end,this.folds.forEach(function(e){e.setFoldLine(this)},this)}var r=e("../range").Range;(function(){this.shiftRow=function(e){this.start.row+=e,this.end.row+=e,this.folds.forEach(function(t){t.start.row+=e,t.end.row+=e})},this.addFold=function(e){if(e.sameRow){if(e.start.row<this.startRow||e.endRow>this.endRow)throw new Error("Can't add a fold to this FoldLine as it has no connection");this.folds.push(e),this.folds.sort(function(e,t){return-e.range.compareEnd(t.start.row,t.start.column)}),this.range.compareEnd(e.start.row,e.start.column)>0?(this.end.row=e.end.row,this.end.column=e.end.column):this.range.compareStart(e.end.row,e.end.column)<0&&(this.start.row=e.start.row,this.start.column=e.start.column)}else if(e.start.row==this.end.row)this.folds.push(e),this.end.row=e.end.row,this.end.column=e.end.column;else{if(e.end.row!=this.start.row)throw new Error("Trying to add fold to FoldRow that doesn't have a matching row");this.folds.unshift(e),this.start.row=e.start.row,this.start.column=e.start.column}e.foldLine=this},this.containsRow=function(e){return e>=this.start.row&&e<=this.end.row},this.walk=function(e,t,n){var r=0,i=this.folds,s,o,u,a=!0;t==null&&(t=this.end.row,n=this.end.column);for(var f=0;f<i.length;f++){s=i[f],o=s.range.compareStart(t,n);if(o==-1){e(null,t,n,r,a);return}u=e(null,s.start.row,s.start.column,r,a),u=!u&&e(s.placeholder,s.start.row,s.start.column,r);if(u||o===0)return;a=!s.sameRow,r=s.end.column}e(null,t,n,r,a)},this.getNextFoldTo=function(e,t){var n,r;for(var i=0;i<this.folds.length;i++){n=this.folds[i],r=n.range.compareEnd(e,t);if(r==-1)return{fold:n,kind:"after"};if(r===0)return{fold:n,kind:"inside"}}return null},this.addRemoveChars=function(e,t,n){var r=this.getNextFoldTo(e,t),i,s;if(r){i=r.fold;if(r.kind=="inside"&&i.start.column!=t&&i.start.row!=e)window.console&&window.console.log(e,t,i);else if(i.start.row==e){s=this.folds;var o=s.indexOf(i);o===0&&(this.start.column+=n);for(o;o<s.length;o++){i=s[o],i.start.column+=n;if(!i.sameRow)return;i.end.column+=n}this.end.column+=n}}},this.split=function(e,t){var n=this.getNextFoldTo(e,t);if(!n||n.kind=="inside")return null;var r=n.fold,s=this.folds,o=this.foldData,u=s.indexOf(r),a=s[u-1];this.end.row=a.end.row,this.end.column=a.end.column,s=s.splice(u,s.length-u);var f=new i(o,s);return o.splice(o.indexOf(this)+1,0,f),f},this.merge=function(e){var t=e.folds;for(var n=0;n<t.length;n++)this.addFold(t[n]);var r=this.foldData;r.splice(r.indexOf(e),1)},this.toString=function(){var e=[this.range.toString()+": ["];return this.folds.forEach(function(t){e.push(" "+t.toString())}),e.push("]"),e.join("\n")},this.idxToPosition=function(e){var t=0;for(var n=0;n<this.folds.length;n++){var r=this.folds[n];e-=r.start.column-t;if(e<0)return{row:r.start.row,column:r.start.column+e};e-=r.placeholder.length;if(e<0)return r.start;t=r.end.column}return{row:this.end.row,column:this.end.column+e}}}).call(i.prototype),t.FoldLine=i}),ace.define("ace/range_list",["require","exports","module","ace/range"],function(e,t,n){"use strict";var r=e("./range").Range,i=r.comparePoints,s=function(){this.ranges=[],this.$bias=1};(function(){this.comparePoints=i,this.pointIndex=function(e,t,n){var r=this.ranges;for(var s=n||0;s<r.length;s++){var o=r[s],u=i(e,o.end);if(u>0)continue;var a=i(e,o.start);return u===0?t&&a!==0?-s-2:s:a>0||a===0&&!t?s:-s-1}return-s-1},this.add=function(e){var t=!e.isEmpty(),n=this.pointIndex(e.start,t);n<0&&(n=-n-1);var r=this.pointIndex(e.end,t,n);return r<0?r=-r-1:r++,this.ranges.splice(n,r-n,e)},this.addList=function(e){var t=[];for(var n=e.length;n--;)t.push.apply(t,this.add(e[n]));return t},this.substractPoint=function(e){var t=this.pointIndex(e);if(t>=0)return this.ranges.splice(t,1)},this.merge=function(){var e=[],t=this.ranges;t=t.sort(function(e,t){return i(e.start,t.start)});var n=t[0],r;for(var s=1;s<t.length;s++){r=n,n=t[s];var o=i(r.end,n.start);if(o<0)continue;if(o==0&&!r.isEmpty()&&!n.isEmpty())continue;i(r.end,n.end)<0&&(r.end.row=n.end.row,r.end.column=n.end.column),t.splice(s,1),e.push(n),n=r,s--}return this.ranges=t,e},this.contains=function(e,t){return this.pointIndex({row:e,column:t})>=0},this.containsPoint=function(e){return this.pointIndex(e)>=0},this.rangeAtPoint=function(e){var t=this.pointIndex(e);if(t>=0)return this.ranges[t]},this.clipRows=function(e,t){var n=this.ranges;if(n[0].start.row>t||n[n.length-1].start.row<e)return[];var r=this.pointIndex({row:e,column:0});r<0&&(r=-r-1);var i=this.pointIndex({row:t,column:0},r);i<0&&(i=-i-1);var s=[];for(var o=r;o<i;o++)s.push(n[o]);return s},this.removeAll=function(){return this.ranges.splice(0,this.ranges.length)},this.attach=function(e){this.session&&this.detach(),this.session=e,this.onChange=this.$onChange.bind(this),this.session.on("change",this.onChange)},this.detach=function(){if(!this.session)return;this.session.removeListener("change",this.onChange),this.session=null},this.$onChange=function(e){var t=e.start,n=e.end,r=t.row,i=n.row,s=this.ranges;for(var o=0,u=s.length;o<u;o++){var a=s[o];if(a.end.row>=r)break}if(e.action=="insert"){var f=i-r,l=-t.column+n.column;for(;o<u;o++){var a=s[o];if(a.start.row>r)break;a.start.row==r&&a.start.column>=t.column&&(a.start.column==t.column&&this.$bias<=0||(a.start.column+=l,a.start.row+=f));if(a.end.row==r&&a.end.column>=t.column){if(a.end.column==t.column&&this.$bias<0)continue;a.end.column==t.column&&l>0&&o<u-1&&a.end.column>a.start.column&&a.end.column==s[o+1].start.column&&(a.end.column-=l),a.end.column+=l,a.end.row+=f}}}else{var f=r-i,l=t.column-n.column;for(;o<u;o++){var a=s[o];if(a.start.row>i)break;if(a.end.row<i&&(r<a.end.row||r==a.end.row&&t.column<a.end.column))a.end.row=r,a.end.column=t.column;else if(a.end.row==i)if(a.end.column<=n.column){if(f||a.end.column>t.column)a.end.column=t.column,a.end.row=t.row}else a.end.column+=l,a.end.row+=f;else a.end.row>i&&(a.end.row+=f);if(a.start.row<i&&(r<a.start.row||r==a.start.row&&t.column<a.start.column))a.start.row=r,a.start.column=t.column;else if(a.start.row==i)if(a.start.column<=n.column){if(f||a.start.column>t.column)a.start.column=t.column,a.start.row=t.row}else a.start.column+=l,a.start.row+=f;else a.start.row>i&&(a.start.row+=f)}}if(f!=0&&o<u)for(;o<u;o++){var a=s[o];a.start.row+=f,a.end.row+=f}}}).call(s.prototype),t.RangeList=s}),ace.define("ace/edit_session/fold",["require","exports","module","ace/range_list","ace/lib/oop"],function(e,t,n){"use strict";function o(e,t){e.row-=t.row,e.row==0&&(e.column-=t.column)}function u(e,t){o(e.start,t),o(e.end,t)}function a(e,t){e.row==0&&(e.column+=t.column),e.row+=t.row}function f(e,t){a(e.start,t),a(e.end,t)}var r=e("../range_list").RangeList,i=e("../lib/oop"),s=t.Fold=function(e,t){this.foldLine=null,this.placeholder=t,this.range=e,this.start=e.start,this.end=e.end,this.sameRow=e.start.row==e.end.row,this.subFolds=this.ranges=[]};i.inherits(s,r),function(){this.toString=function(){return'"'+this.placeholder+'" '+this.range.toString()},this.setFoldLine=function(e){this.foldLine=e,this.subFolds.forEach(function(t){t.setFoldLine(e)})},this.clone=function(){var e=this.range.clone(),t=new s(e,this.placeholder);return this.subFolds.forEach(function(e){t.subFolds.push(e.clone())}),t.collapseChildren=this.collapseChildren,t},this.addSubFold=function(e){if(this.range.isEqual(e))return;u(e,this.start);var t=e.start.row,n=e.start.column;for(var r=0,i=-1;r<this.subFolds.length;r++){i=this.subFolds[r].range.compare(t,n);if(i!=1)break}var s=this.subFolds[r],o=0;if(i==0){if(s.range.containsRange(e))return s.addSubFold(e);o=1}var t=e.range.end.row,n=e.range.end.column;for(var a=r,i=-1;a<this.subFolds.length;a++){i=this.subFolds[a].range.compare(t,n);if(i!=1)break}i==0&&a++;var f=this.subFolds.splice(r,a-r,e),l=i==0?f.length-1:f.length;for(var c=o;c<l;c++)e.addSubFold(f[c]);return e.setFoldLine(this.foldLine),e},this.restoreRange=function(e){return f(e,this.start)}}.call(s.prototype)}),ace.define("ace/edit_session/folding",["require","exports","module","ace/range","ace/edit_session/fold_line","ace/edit_session/fold","ace/token_iterator"],function(e,t,n){"use strict";function u(){this.getFoldAt=function(e,t,n){var r=this.getFoldLine(e);if(!r)return null;var i=r.folds;for(var s=0;s<i.length;s++){var o=i[s].range;if(o.contains(e,t)){if(n==1&&o.isEnd(e,t)&&!o.isEmpty())continue;if(n==-1&&o.isStart(e,t)&&!o.isEmpty())continue;return i[s]}}},this.getFoldsInRange=function(e){var t=e.start,n=e.end,r=this.$foldData,i=[];t.column+=1,n.column-=1;for(var s=0;s<r.length;s++){var o=r[s].range.compareRange(e);if(o==2)continue;if(o==-2)break;var u=r[s].folds;for(var a=0;a<u.length;a++){var f=u[a];o=f.range.compareRange(e);if(o==-2)break;if(o==2)continue;if(o==42)break;i.push(f)}}return t.column-=1,n.column+=1,i},this.getFoldsInRangeList=function(e){if(Array.isArray(e)){var t=[];e.forEach(function(e){t=t.concat(this.getFoldsInRange(e))},this)}else var t=this.getFoldsInRange(e);return t},this.getAllFolds=function(){var e=[],t=this.$foldData;for(var n=0;n<t.length;n++)for(var r=0;r<t[n].folds.length;r++)e.push(t[n].folds[r]);return e},this.getFoldStringAt=function(e,t,n,r){r=r||this.getFoldLine(e);if(!r)return null;var i={end:{column:0}},s,o;for(var u=0;u<r.folds.length;u++){o=r.folds[u];var a=o.range.compareEnd(e,t);if(a==-1){s=this.getLine(o.start.row).substring(i.end.column,o.start.column);break}if(a===0)return null;i=o}return s||(s=this.getLine(o.start.row).substring(i.end.column)),n==-1?s.substring(0,t-i.end.column):n==1?s.substring(t-i.end.column):s},this.getFoldLine=function(e,t){var n=this.$foldData,r=0;t&&(r=n.indexOf(t)),r==-1&&(r=0);for(r;r<n.length;r++){var i=n[r];if(i.start.row<=e&&i.end.row>=e)return i;if(i.end.row>e)return null}return null},this.getNextFoldLine=function(e,t){var n=this.$foldData,r=0;t&&(r=n.indexOf(t)),r==-1&&(r=0);for(r;r<n.length;r++){var i=n[r];if(i.end.row>=e)return i}return null},this.getFoldedRowCount=function(e,t){var n=this.$foldData,r=t-e+1;for(var i=0;i<n.length;i++){var s=n[i],o=s.end.row,u=s.start.row;if(o>=t){u<t&&(u>=e?r-=t-u:r=0);break}o>=e&&(u>=e?r-=o-u:r-=o-e+1)}return r},this.$addFoldLine=function(e){return this.$foldData.push(e),this.$foldData.sort(function(e,t){return e.start.row-t.start.row}),e},this.addFold=function(e,t){var n=this.$foldData,r=!1,o;e instanceof s?o=e:(o=new s(t,e),o.collapseChildren=t.collapseChildren),this.$clipRangeToDocument(o.range);var u=o.start.row,a=o.start.column,f=o.end.row,l=o.end.column,c=this.getFoldAt(u,a,1),h=this.getFoldAt(f,l,-1);if(c&&h==c)return c.addSubFold(o);c&&!c.range.isStart(u,a)&&this.removeFold(c),h&&!h.range.isEnd(f,l)&&this.removeFold(h);var p=this.getFoldsInRange(o.range);p.length>0&&(this.removeFolds(p),o.collapseChildren||p.forEach(function(e){o.addSubFold(e)}));for(var d=0;d<n.length;d++){var v=n[d];if(f==v.start.row){v.addFold(o),r=!0;break}if(u==v.end.row){v.addFold(o),r=!0;if(!o.sameRow){var m=n[d+1];if(m&&m.start.row==f){v.merge(m);break}}break}if(f<=v.start.row)break}return r||(v=this.$addFoldLine(new i(this.$foldData,o))),this.$useWrapMode?this.$updateWrapData(v.start.row,v.start.row):this.$updateRowLengthCache(v.start.row,v.start.row),this.$modified=!0,this._signal("changeFold",{data:o,action:"add"}),o},this.addFolds=function(e){e.forEach(function(e){this.addFold(e)},this)},this.removeFold=function(e){var t=e.foldLine,n=t.start.row,r=t.end.row,i=this.$foldData,s=t.folds;if(s.length==1)i.splice(i.indexOf(t),1);else if(t.range.isEnd(e.end.row,e.end.column))s.pop(),t.end.row=s[s.length-1].end.row,t.end.column=s[s.length-1].end.column;else if(t.range.isStart(e.start.row,e.start.column))s.shift(),t.start.row=s[0].start.row,t.start.column=s[0].start.column;else if(e.sameRow)s.splice(s.indexOf(e),1);else{var o=t.split(e.start.row,e.start.column);s=o.folds,s.shift(),o.start.row=s[0].start.row,o.start.column=s[0].start.column}this.$updating||(this.$useWrapMode?this.$updateWrapData(n,r):this.$updateRowLengthCache(n,r)),this.$modified=!0,this._signal("changeFold",{data:e,action:"remove"})},this.removeFolds=function(e){var t=[];for(var n=0;n<e.length;n++)t.push(e[n]);t.forEach(function(e){this.removeFold(e)},this),this.$modified=!0},this.expandFold=function(e){this.removeFold(e),e.subFolds.forEach(function(t){e.restoreRange(t),this.addFold(t)},this),e.collapseChildren>0&&this.foldAll(e.start.row+1,e.end.row,e.collapseChildren-1),e.subFolds=[]},this.expandFolds=function(e){e.forEach(function(e){this.expandFold(e)},this)},this.unfold=function(e,t){var n,i;e==null?(n=new r(0,0,this.getLength(),0),t==null&&(t=!0)):typeof e=="number"?n=new r(e,0,e,this.getLine(e).length):"row"in e?n=r.fromPoints(e,e):n=e,i=this.getFoldsInRangeList(n),t!=0?this.removeFolds(i):this.expandFolds(i);if(i.length)return i},this.isRowFolded=function(e,t){return!!this.getFoldLine(e,t)},this.getRowFoldEnd=function(e,t){var n=this.getFoldLine(e,t);return n?n.end.row:e},this.getRowFoldStart=function(e,t){var n=this.getFoldLine(e,t);return n?n.start.row:e},this.getFoldDisplayLine=function(e,t,n,r,i){r==null&&(r=e.start.row),i==null&&(i=0),t==null&&(t=e.end.row),n==null&&(n=this.getLine(t).length);var s=this.doc,o="";return e.walk(function(e,t,n,u){if(t<r)return;if(t==r){if(n<i)return;u=Math.max(i,u)}e!=null?o+=e:o+=s.getLine(t).substring(u,n)},t,n),o},this.getDisplayLine=function(e,t,n,r){var i=this.getFoldLine(e);if(!i){var s;return s=this.doc.getLine(e),s.substring(r||0,t||s.length)}return this.getFoldDisplayLine(i,e,t,n,r)},this.$cloneFoldData=function(){var e=[];return e=this.$foldData.map(function(t){var n=t.folds.map(function(e){return e.clone()});return new i(e,n)}),e},this.toggleFold=function(e){var t=this.selection,n=t.getRange(),r,i;if(n.isEmpty()){var s=n.start;r=this.getFoldAt(s.row,s.column);if(r){this.expandFold(r);return}(i=this.findMatchingBracket(s))?n.comparePoint(i)==1?n.end=i:(n.start=i,n.start.column++,n.end.column--):(i=this.findMatchingBracket({row:s.row,column:s.column+1}))?(n.comparePoint(i)==1?n.end=i:n.start=i,n.start.column++):n=this.getCommentFoldRange(s.row,s.column)||n}else{var o=this.getFoldsInRange(n);if(e&&o.length){this.expandFolds(o);return}o.length==1&&(r=o[0])}r||(r=this.getFoldAt(n.start.row,n.start.column));if(r&&r.range.toString()==n.toString()){this.expandFold(r);return}var u="...";if(!n.isMultiLine()){u=this.getTextRange(n);if(u.length<4)return;u=u.trim().substring(0,2)+".."}this.addFold(u,n)},this.getCommentFoldRange=function(e,t,n){var i=new o(this,e,t),s=i.getCurrentToken(),u=s&&s.type;if(s&&/^comment|string/.test(u)){u=u.match(/comment|string/)[0],u=="comment"&&(u+="|doc-start");var a=new RegExp(u),f=new r;if(n!=1){do s=i.stepBackward();while(s&&a.test(s.type));i.stepForward()}f.start.row=i.getCurrentTokenRow(),f.start.column=i.getCurrentTokenColumn()+2,i=new o(this,e,t);if(n!=-1){var l=-1;do{s=i.stepForward();if(l==-1){var c=this.getState(i.$row);a.test(c)||(l=i.$row)}else if(i.$row>l)break}while(s&&a.test(s.type));s=i.stepBackward()}else s=i.getCurrentToken();return f.end.row=i.getCurrentTokenRow(),f.end.column=i.getCurrentTokenColumn()+s.value.length-2,f}},this.foldAll=function(e,t,n,r){n==undefined&&(n=1e5);var i=this.foldWidgets;if(!i)return;t=t||this.getLength(),e=e||0;for(var s=e;s<t;s++){i[s]==null&&(i[s]=this.getFoldWidget(s));if(i[s]!="start")continue;if(r&&!r(s))continue;var o=this.getFoldWidgetRange(s);o&&o.isMultiLine()&&o.end.row<=t&&o.start.row>=e&&(s=o.end.row,o.collapseChildren=n,this.addFold("...",o))}},this.foldToLevel=function(e){this.foldAll();while(e-->0)this.unfold(null,!1)},this.foldAllComments=function(){var e=this;this.foldAll(null,null,null,function(t){var n=e.getTokens(t);for(var r=0;r<n.length;r++){var i=n[r];if(i.type=="text"&&/^\s+$/.test(i.value))continue;return/comment/.test(i.type)?!0:!1}})},this.$foldStyles={manual:1,markbegin:1,markbeginend:1},this.$foldStyle="markbegin",this.setFoldStyle=function(e){if(!this.$foldStyles[e])throw new Error("invalid fold style: "+e+"["+Object.keys(this.$foldStyles).join(", ")+"]");if(this.$foldStyle==e)return;this.$foldStyle=e,e=="manual"&&this.unfold();var t=this.$foldMode;this.$setFolding(null),this.$setFolding(t)},this.$setFolding=function(e){if(this.$foldMode==e)return;this.$foldMode=e,this.off("change",this.$updateFoldWidgets),this.off("tokenizerUpdate",this.$tokenizerUpdateFoldWidgets),this._signal("changeAnnotation");if(!e||this.$foldStyle=="manual"){this.foldWidgets=null;return}this.foldWidgets=[],this.getFoldWidget=e.getFoldWidget.bind(e,this,this.$foldStyle),this.getFoldWidgetRange=e.getFoldWidgetRange.bind(e,this,this.$foldStyle),this.$updateFoldWidgets=this.updateFoldWidgets.bind(this),this.$tokenizerUpdateFoldWidgets=this.tokenizerUpdateFoldWidgets.bind(this),this.on("change",this.$updateFoldWidgets),this.on("tokenizerUpdate",this.$tokenizerUpdateFoldWidgets)},this.getParentFoldRangeData=function(e,t){var n=this.foldWidgets;if(!n||t&&n[e])return{};var r=e-1,i;while(r>=0){var s=n[r];s==null&&(s=n[r]=this.getFoldWidget(r));if(s=="start"){var o=this.getFoldWidgetRange(r);i||(i=o);if(o&&o.end.row>=e)break}r--}return{range:r!==-1&&o,firstRange:i}},this.onFoldWidgetClick=function(e,t){t=t.domEvent;var n={children:t.shiftKey,all:t.ctrlKey||t.metaKey,siblings:t.altKey},r=this.$toggleFoldWidget(e,n);if(!r){var i=t.target||t.srcElement;i&&/ace_fold-widget/.test(i.className)&&(i.className+=" ace_invalid")}},this.$toggleFoldWidget=function(e,t){if(!this.getFoldWidget)return;var n=this.getFoldWidget(e),r=this.getLine(e),i=n==="end"?-1:1,s=this.getFoldAt(e,i===-1?0:r.length,i);if(s)return t.children||t.all?this.removeFold(s):this.expandFold(s),s;var o=this.getFoldWidgetRange(e,!0);if(o&&!o.isMultiLine()){s=this.getFoldAt(o.start.row,o.start.column,1);if(s&&o.isEqual(s.range))return this.removeFold(s),s}if(t.siblings){var u=this.getParentFoldRangeData(e);if(u.range)var a=u.range.start.row+1,f=u.range.end.row;this.foldAll(a,f,t.all?1e4:0)}else t.children?(f=o?o.end.row:this.getLength(),this.foldAll(e+1,f,t.all?1e4:0)):o&&(t.all&&(o.collapseChildren=1e4),this.addFold("...",o));return o},this.toggleFoldWidget=function(e){var t=this.selection.getCursor().row;t=this.getRowFoldStart(t);var n=this.$toggleFoldWidget(t,{});if(n)return;var r=this.getParentFoldRangeData(t,!0);n=r.range||r.firstRange;if(n){t=n.start.row;var i=this.getFoldAt(t,this.getLine(t).length,1);i?this.removeFold(i):this.addFold("...",n)}},this.updateFoldWidgets=function(e){var t=e.start.row,n=e.end.row-t;if(n===0)this.foldWidgets[t]=null;else if(e.action=="remove")this.foldWidgets.splice(t,n+1,null);else{var r=Array(n+1);r.unshift(t,1),this.foldWidgets.splice.apply(this.foldWidgets,r)}},this.tokenizerUpdateFoldWidgets=function(e){var t=e.data;t.first!=t.last&&this.foldWidgets.length>t.first&&this.foldWidgets.splice(t.first,this.foldWidgets.length)}}var r=e("../range").Range,i=e("./fold_line").FoldLine,s=e("./fold").Fold,o=e("../token_iterator").TokenIterator;t.Folding=u}),ace.define("ace/edit_session/bracket_match",["require","exports","module","ace/token_iterator","ace/range"],function(e,t,n){"use strict";function s(){this.findMatchingBracket=function(e,t){if(e.column==0)return null;var n=t||this.getLine(e.row).charAt(e.column-1);if(n=="")return null;var r=n.match(/([\(\[\{])|([\)\]\}])/);return r?r[1]?this.$findClosingBracket(r[1],e):this.$findOpeningBracket(r[2],e):null},this.getBracketRange=function(e){var t=this.getLine(e.row),n=!0,r,s=t.charAt(e.column-1),o=s&&s.match(/([\(\[\{])|([\)\]\}])/);o||(s=t.charAt(e.column),e={row:e.row,column:e.column+1},o=s&&s.match(/([\(\[\{])|([\)\]\}])/),n=!1);if(!o)return null;if(o[1]){var u=this.$findClosingBracket(o[1],e);if(!u)return null;r=i.fromPoints(e,u),n||(r.end.column++,r.start.column--),r.cursor=r.end}else{var u=this.$findOpeningBracket(o[2],e);if(!u)return null;r=i.fromPoints(u,e),n||(r.start.column++,r.end.column--),r.cursor=r.start}return r},this.getMatchingBracketRanges=function(e){var t=this.getLine(e.row),n=t.charAt(e.column-1),r=n&&n.match(/([\(\[\{])|([\)\]\}])/);r||(n=t.charAt(e.column),e={row:e.row,column:e.column+1},r=n&&n.match(/([\(\[\{])|([\)\]\}])/));if(!r)return null;var s=new i(e.row,e.column-1,e.row,e.column),o=r[1]?this.$findClosingBracket(r[1],e):this.$findOpeningBracket(r[2],e);if(!o)return[s];var u=new i(o.row,o.column,o.row,o.column+1);return[s,u]},this.$brackets={")":"(","(":")","]":"[","[":"]","{":"}","}":"{","<":">",">":"<"},this.$findOpeningBracket=function(e,t,n){var i=this.$brackets[e],s=1,o=new r(this,t.row,t.column),u=o.getCurrentToken();u||(u=o.stepForward());if(!u)return;n||(n=new RegExp("(\\.?"+u.type.replace(".","\\.").replace("rparen",".paren").replace(/\b(?:end)\b/,"(?:start|begin|end)")+")+"));var a=t.column-o.getCurrentTokenColumn()-2,f=u.value;for(;;){while(a>=0){var l=f.charAt(a);if(l==i){s-=1;if(s==0)return{row:o.getCurrentTokenRow(),column:a+o.getCurrentTokenColumn()}}else l==e&&(s+=1);a-=1}do u=o.stepBackward();while(u&&!n.test(u.type));if(u==null)break;f=u.value,a=f.length-1}return null},this.$findClosingBracket=function(e,t,n){var i=this.$brackets[e],s=1,o=new r(this,t.row,t.column),u=o.getCurrentToken();u||(u=o.stepForward());if(!u)return;n||(n=new RegExp("(\\.?"+u.type.replace(".","\\.").replace("lparen",".paren").replace(/\b(?:start|begin)\b/,"(?:start|begin|end)")+")+"));var a=t.column-o.getCurrentTokenColumn();for(;;){var f=u.value,l=f.length;while(a<l){var c=f.charAt(a);if(c==i){s-=1;if(s==0)return{row:o.getCurrentTokenRow(),column:a+o.getCurrentTokenColumn()}}else c==e&&(s+=1);a+=1}do u=o.stepForward();while(u&&!n.test(u.type));if(u==null)break;a=0}return null}}var r=e("../token_iterator").TokenIterator,i=e("../range").Range;t.BracketMatch=s}),ace.define("ace/edit_session",["require","exports","module","ace/lib/oop","ace/lib/lang","ace/bidihandler","ace/config","ace/lib/event_emitter","ace/selection","ace/mode/text","ace/range","ace/document","ace/background_tokenizer","ace/search_highlight","ace/edit_session/folding","ace/edit_session/bracket_match"],function(e,t,n){"use strict";var r=e("./lib/oop"),i=e("./lib/lang"),s=e("./bidihandler").BidiHandler,o=e("./config"),u=e("./lib/event_emitter").EventEmitter,a=e("./selection").Selection,f=e("./mode/text").Mode,l=e("./range").Range,c=e("./document").Document,h=e("./background_tokenizer").BackgroundTokenizer,p=e("./search_highlight").SearchHighlight,d=function(e,t){this.$breakpoints=[],this.$decorations=[],this.$frontMarkers={},this.$backMarkers={},this.$markerId=1,this.$undoSelect=!0,this.$foldData=[],this.id="session"+ ++d.$uid,this.$foldData.toString=function(){return this.join("\n")},this.on("changeFold",this.onChangeFold.bind(this)),this.$onChange=this.onChange.bind(this);if(typeof e!="object"||!e.getLine)e=new c(e);this.setDocument(e),this.selection=new a(this),this.$bidiHandler=new s(this),o.resetOptions(this),this.setMode(t),o._signal("session",this)};d.$uid=0,function(){function m(e){return e<4352?!1:e>=4352&&e<=4447||e>=4515&&e<=4519||e>=4602&&e<=4607||e>=9001&&e<=9002||e>=11904&&e<=11929||e>=11931&&e<=12019||e>=12032&&e<=12245||e>=12272&&e<=12283||e>=12288&&e<=12350||e>=12353&&e<=12438||e>=12441&&e<=12543||e>=12549&&e<=12589||e>=12593&&e<=12686||e>=12688&&e<=12730||e>=12736&&e<=12771||e>=12784&&e<=12830||e>=12832&&e<=12871||e>=12880&&e<=13054||e>=13056&&e<=19903||e>=19968&&e<=42124||e>=42128&&e<=42182||e>=43360&&e<=43388||e>=44032&&e<=55203||e>=55216&&e<=55238||e>=55243&&e<=55291||e>=63744&&e<=64255||e>=65040&&e<=65049||e>=65072&&e<=65106||e>=65108&&e<=65126||e>=65128&&e<=65131||e>=65281&&e<=65376||e>=65504&&e<=65510}r.implement(this,u),this.setDocument=function(e){this.doc&&this.doc.removeListener("change",this.$onChange),this.doc=e,e.on("change",this.$onChange),this.bgTokenizer&&this.bgTokenizer.setDocument(this.getDocument()),this.resetCaches()},this.getDocument=function(){return this.doc},this.$resetRowCache=function(e){if(!e){this.$docRowCache=[],this.$screenRowCache=[];return}var t=this.$docRowCache.length,n=this.$getRowCacheIndex(this.$docRowCache,e)+1;t>n&&(this.$docRowCache.splice(n,t),this.$screenRowCache.splice(n,t))},this.$getRowCacheIndex=function(e,t){var n=0,r=e.length-1;while(n<=r){var i=n+r>>1,s=e[i];if(t>s)n=i+1;else{if(!(t<s))return i;r=i-1}}return n-1},this.resetCaches=function(){this.$modified=!0,this.$wrapData=[],this.$rowLengthCache=[],this.$resetRowCache(0),this.bgTokenizer&&this.bgTokenizer.start(0)},this.onChangeFold=function(e){var t=e.data;this.$resetRowCache(t.start.row)},this.onChange=function(e){this.$modified=!0,this.$bidiHandler.onChange(e),this.$resetRowCache(e.start.row);var t=this.$updateInternalDataOnChange(e);!this.$fromUndo&&this.$undoManager&&(t&&t.length&&(this.$undoManager.add({action:"removeFolds",folds:t},this.mergeUndoDeltas),this.mergeUndoDeltas=!0),this.$undoManager.add(e,this.mergeUndoDeltas),this.mergeUndoDeltas=!0,this.$informUndoManager.schedule()),this.bgTokenizer&&this.bgTokenizer.$updateOnChange(e),this._signal("change",e)},this.setValue=function(e){this.doc.setValue(e),this.selection.moveTo(0,0),this.$resetRowCache(0),this.setUndoManager(this.$undoManager),this.getUndoManager().reset()},this.getValue=this.toString=function(){return this.doc.getValue()},this.getSelection=function(){return this.selection},this.getState=function(e){return this.bgTokenizer.getState(e)},this.getTokens=function(e){return this.bgTokenizer.getTokens(e)},this.getTokenAt=function(e,t){var n=this.bgTokenizer.getTokens(e),r,i=0;if(t==null){var s=n.length-1;i=this.getLine(e).length}else for(var s=0;s<n.length;s++){i+=n[s].value.length;if(i>=t)break}return r=n[s],r?(r.index=s,r.start=i-r.value.length,r):null},this.setUndoManager=function(e){this.$undoManager=e,this.$informUndoManager&&this.$informUndoManager.cancel();if(e){var t=this;e.addSession(this),this.$syncInformUndoManager=function(){t.$informUndoManager.cancel(),t.mergeUndoDeltas=!1},this.$informUndoManager=i.delayedCall(this.$syncInformUndoManager)}else this.$syncInformUndoManager=function(){}},this.markUndoGroup=function(){this.$syncInformUndoManager&&this.$syncInformUndoManager()},this.$defaultUndoManager={undo:function(){},redo:function(){},hasUndo:function(){},hasRedo:function(){},reset:function(){},add:function(){},addSelection:function(){},startNewGroup:function(){},addSession:function(){}},this.getUndoManager=function(){return this.$undoManager||this.$defaultUndoManager},this.getTabString=function(){return this.getUseSoftTabs()?i.stringRepeat(" ",this.getTabSize()):" "},this.setUseSoftTabs=function(e){this.setOption("useSoftTabs",e)},this.getUseSoftTabs=function(){return this.$useSoftTabs&&!this.$mode.$indentWithTabs},this.setTabSize=function(e){this.setOption("tabSize",e)},this.getTabSize=function(){return this.$tabSize},this.isTabStop=function(e){return this.$useSoftTabs&&e.column%this.$tabSize===0},this.setNavigateWithinSoftTabs=function(e){this.setOption("navigateWithinSoftTabs",e)},this.getNavigateWithinSoftTabs=function(){return this.$navigateWithinSoftTabs},this.$overwrite=!1,this.setOverwrite=function(e){this.setOption("overwrite",e)},this.getOverwrite=function(){return this.$overwrite},this.toggleOverwrite=function(){this.setOverwrite(!this.$overwrite)},this.addGutterDecoration=function(e,t){this.$decorations[e]||(this.$decorations[e]=""),this.$decorations[e]+=" "+t,this._signal("changeBreakpoint",{})},this.removeGutterDecoration=function(e,t){this.$decorations[e]=(this.$decorations[e]||"").replace(" "+t,""),this._signal("changeBreakpoint",{})},this.getBreakpoints=function(){return this.$breakpoints},this.setBreakpoints=function(e){this.$breakpoints=[];for(var t=0;t<e.length;t++)this.$breakpoints[e[t]]="ace_breakpoint";this._signal("changeBreakpoint",{})},this.clearBreakpoints=function(){this.$breakpoints=[],this._signal("changeBreakpoint",{})},this.setBreakpoint=function(e,t){t===undefined&&(t="ace_breakpoint"),t?this.$breakpoints[e]=t:delete this.$breakpoints[e],this._signal("changeBreakpoint",{})},this.clearBreakpoint=function(e){delete this.$breakpoints[e],this._signal("changeBreakpoint",{})},this.addMarker=function(e,t,n,r){var i=this.$markerId++,s={range:e,type:n||"line",renderer:typeof n=="function"?n:null,clazz:t,inFront:!!r,id:i};return r?(this.$frontMarkers[i]=s,this._signal("changeFrontMarker")):(this.$backMarkers[i]=s,this._signal("changeBackMarker")),i},this.addDynamicMarker=function(e,t){if(!e.update)return;var n=this.$markerId++;return e.id=n,e.inFront=!!t,t?(this.$frontMarkers[n]=e,this._signal("changeFrontMarker")):(this.$backMarkers[n]=e,this._signal("changeBackMarker")),e},this.removeMarker=function(e){var t=this.$frontMarkers[e]||this.$backMarkers[e];if(!t)return;var n=t.inFront?this.$frontMarkers:this.$backMarkers;delete n[e],this._signal(t.inFront?"changeFrontMarker":"changeBackMarker")},this.getMarkers=function(e){return e?this.$frontMarkers:this.$backMarkers},this.highlight=function(e){if(!this.$searchHighlight){var t=new p(null,"ace_selected-word","text");this.$searchHighlight=this.addDynamicMarker(t)}this.$searchHighlight.setRegexp(e)},this.highlightLines=function(e,t,n,r){typeof t!="number"&&(n=t,t=e),n||(n="ace_step");var i=new l(e,0,t,Infinity);return i.id=this.addMarker(i,n,"fullLine",r),i},this.setAnnotations=function(e){this.$annotations=e,this._signal("changeAnnotation",{})},this.getAnnotations=function(){return this.$annotations||[]},this.clearAnnotations=function(){this.setAnnotations([])},this.$detectNewLine=function(e){var t=e.match(/^.*?(\r?\n)/m);t?this.$autoNewLine=t[1]:this.$autoNewLine="\n"},this.getWordRange=function(e,t){var n=this.getLine(e),r=!1;t>0&&(r=!!n.charAt(t-1).match(this.tokenRe)),r||(r=!!n.charAt(t).match(this.tokenRe));if(r)var i=this.tokenRe;else if(/^\s+$/.test(n.slice(t-1,t+1)))var i=/\s/;else var i=this.nonTokenRe;var s=t;if(s>0){do s--;while(s>=0&&n.charAt(s).match(i));s++}var o=t;while(o<n.length&&n.charAt(o).match(i))o++;return new l(e,s,e,o)},this.getAWordRange=function(e,t){var n=this.getWordRange(e,t),r=this.getLine(n.end.row);while(r.charAt(n.end.column).match(/[ \t]/))n.end.column+=1;return n},this.setNewLineMode=function(e){this.doc.setNewLineMode(e)},this.getNewLineMode=function(){return this.doc.getNewLineMode()},this.setUseWorker=function(e){this.setOption("useWorker",e)},this.getUseWorker=function(){return this.$useWorker},this.onReloadTokenizer=function(e){var t=e.data;this.bgTokenizer.start(t.first),this._signal("tokenizerUpdate",e)},this.$modes=o.$modes,this.$mode=null,this.$modeId=null,this.setMode=function(e,t){if(e&&typeof e=="object"){if(e.getTokenizer)return this.$onChangeMode(e);var n=e,r=n.path}else r=e||"ace/mode/text";this.$modes["ace/mode/text"]||(this.$modes["ace/mode/text"]=new f);if(this.$modes[r]&&!n){this.$onChangeMode(this.$modes[r]),t&&t();return}this.$modeId=r,o.loadModule(["mode",r],function(e){if(this.$modeId!==r)return t&&t();this.$modes[r]&&!n?this.$onChangeMode(this.$modes[r]):e&&e.Mode&&(e=new e.Mode(n),n||(this.$modes[r]=e,e.$id=r),this.$onChangeMode(e)),t&&t()}.bind(this)),this.$mode||this.$onChangeMode(this.$modes["ace/mode/text"],!0)},this.$onChangeMode=function(e,t){t||(this.$modeId=e.$id);if(this.$mode===e)return;var n=this.$mode;this.$mode=e,this.$stopWorker(),this.$useWorker&&this.$startWorker();var r=e.getTokenizer();if(r.on!==undefined){var i=this.onReloadTokenizer.bind(this);r.on("update",i)}if(!this.bgTokenizer){this.bgTokenizer=new h(r);var s=this;this.bgTokenizer.on("update",function(e){s._signal("tokenizerUpdate",e)})}else this.bgTokenizer.setTokenizer(r);this.bgTokenizer.setDocument(this.getDocument()),this.tokenRe=e.tokenRe,this.nonTokenRe=e.nonTokenRe,t||(e.attachToSession&&e.attachToSession(this),this.$options.wrapMethod.set.call(this,this.$wrapMethod),this.$setFolding(e.foldingRules),this.bgTokenizer.start(0),this._emit("changeMode",{oldMode:n,mode:e}))},this.$stopWorker=function(){this.$worker&&(this.$worker.terminate(),this.$worker=null)},this.$startWorker=function(){try{this.$worker=this.$mode.createWorker(this)}catch(e){o.warn("Could not load worker",e),this.$worker=null}},this.getMode=function(){return this.$mode},this.$scrollTop=0,this.setScrollTop=function(e){if(this.$scrollTop===e||isNaN(e))return;this.$scrollTop=e,this._signal("changeScrollTop",e)},this.getScrollTop=function(){return this.$scrollTop},this.$scrollLeft=0,this.setScrollLeft=function(e){if(this.$scrollLeft===e||isNaN(e))return;this.$scrollLeft=e,this._signal("changeScrollLeft",e)},this.getScrollLeft=function(){return this.$scrollLeft},this.getScreenWidth=function(){return this.$computeWidth(),this.lineWidgets?Math.max(this.getLineWidgetMaxWidth(),this.screenWidth):this.screenWidth},this.getLineWidgetMaxWidth=function(){if(this.lineWidgetsWidth!=null)return this.lineWidgetsWidth;var e=0;return this.lineWidgets.forEach(function(t){t&&t.screenWidth>e&&(e=t.screenWidth)}),this.lineWidgetWidth=e},this.$computeWidth=function(e){if(this.$modified||e){this.$modified=!1;if(this.$useWrapMode)return this.screenWidth=this.$wrapLimit;var t=this.doc.getAllLines(),n=this.$rowLengthCache,r=0,i=0,s=this.$foldData[i],o=s?s.start.row:Infinity,u=t.length;for(var a=0;a<u;a++){if(a>o){a=s.end.row+1;if(a>=u)break;s=this.$foldData[i++],o=s?s.start.row:Infinity}n[a]==null&&(n[a]=this.$getStringScreenWidth(t[a])[0]),n[a]>r&&(r=n[a])}this.screenWidth=r}},this.getLine=function(e){return this.doc.getLine(e)},this.getLines=function(e,t){return this.doc.getLines(e,t)},this.getLength=function(){return this.doc.getLength()},this.getTextRange=function(e){return this.doc.getTextRange(e||this.selection.getRange())},this.insert=function(e,t){return this.doc.insert(e,t)},this.remove=function(e){return this.doc.remove(e)},this.removeFullLines=function(e,t){return this.doc.removeFullLines(e,t)},this.undoChanges=function(e,t){if(!e.length)return;this.$fromUndo=!0;for(var n=e.length-1;n!=-1;n--){var r=e[n];r.action=="insert"||r.action=="remove"?this.doc.revertDelta(r):r.folds&&this.addFolds(r.folds)}!t&&this.$undoSelect&&(e.selectionBefore?this.selection.fromJSON(e.selectionBefore):this.selection.setRange(this.$getUndoSelection(e,!0))),this.$fromUndo=!1},this.redoChanges=function(e,t){if(!e.length)return;this.$fromUndo=!0;for(var n=0;n<e.length;n++){var r=e[n];(r.action=="insert"||r.action=="remove")&&this.doc.$safeApplyDelta(r)}!t&&this.$undoSelect&&(e.selectionAfter?this.selection.fromJSON(e.selectionAfter):this.selection.setRange(this.$getUndoSelection(e,!1))),this.$fromUndo=!1},this.setUndoSelect=function(e){this.$undoSelect=e},this.$getUndoSelection=function(e,t){function n(e){return t?e.action!=="insert":e.action==="insert"}var r,i;for(var s=0;s<e.length;s++){var o=e[s];if(!o.start)continue;if(!r){n(o)?r=l.fromPoints(o.start,o.end):r=l.fromPoints(o.start,o.start);continue}n(o)?(i=o.start,r.compare(i.row,i.column)==-1&&r.setStart(i),i=o.end,r.compare(i.row,i.column)==1&&r.setEnd(i)):(i=o.start,r.compare(i.row,i.column)==-1&&(r=l.fromPoints(o.start,o.start)))}return r},this.replace=function(e,t){return this.doc.replace(e,t)},this.moveText=function(e,t,n){var r=this.getTextRange(e),i=this.getFoldsInRange(e),s=l.fromPoints(t,t);if(!n){this.remove(e);var o=e.start.row-e.end.row,u=o?-e.end.column:e.start.column-e.end.column;u&&(s.start.row==e.end.row&&s.start.column>e.end.column&&(s.start.column+=u),s.end.row==e.end.row&&s.end.column>e.end.column&&(s.end.column+=u)),o&&s.start.row>=e.end.row&&(s.start.row+=o,s.end.row+=o)}s.end=this.insert(s.start,r);if(i.length){var a=e.start,f=s.start,o=f.row-a.row,u=f.column-a.column;this.addFolds(i.map(function(e){return e=e.clone(),e.start.row==a.row&&(e.start.column+=u),e.end.row==a.row&&(e.end.column+=u),e.start.row+=o,e.end.row+=o,e}))}return s},this.indentRows=function(e,t,n){n=n.replace(/\t/g,this.getTabString());for(var r=e;r<=t;r++)this.doc.insertInLine({row:r,column:0},n)},this.outdentRows=function(e){var t=e.collapseRows(),n=new l(0,0,0,0),r=this.getTabSize();for(var i=t.start.row;i<=t.end.row;++i){var s=this.getLine(i);n.start.row=i,n.end.row=i;for(var o=0;o<r;++o)if(s.charAt(o)!=" ")break;o<r&&s.charAt(o)==" "?(n.start.column=o,n.end.column=o+1):(n.start.column=0,n.end.column=o),this.remove(n)}},this.$moveLines=function(e,t,n){e=this.getRowFoldStart(e),t=this.getRowFoldEnd(t);if(n<0){var r=this.getRowFoldStart(e+n);if(r<0)return 0;var i=r-e}else if(n>0){var r=this.getRowFoldEnd(t+n);if(r>this.doc.getLength()-1)return 0;var i=r-t}else{e=this.$clipRowToDocument(e),t=this.$clipRowToDocument(t);var i=t-e+1}var s=new l(e,0,t,Number.MAX_VALUE),o=this.getFoldsInRange(s).map(function(e){return e=e.clone(),e.start.row+=i,e.end.row+=i,e}),u=n==0?this.doc.getLines(e,t):this.doc.removeFullLines(e,t);return this.doc.insertFullLines(e+i,u),o.length&&this.addFolds(o),i},this.moveLinesUp=function(e,t){return this.$moveLines(e,t,-1)},this.moveLinesDown=function(e,t){return this.$moveLines(e,t,1)},this.duplicateLines=function(e,t){return this.$moveLines(e,t,0)},this.$clipRowToDocument=function(e){return Math.max(0,Math.min(e,this.doc.getLength()-1))},this.$clipColumnToRow=function(e,t){return t<0?0:Math.min(this.doc.getLine(e).length,t)},this.$clipPositionToDocument=function(e,t){t=Math.max(0,t);if(e<0)e=0,t=0;else{var n=this.doc.getLength();e>=n?(e=n-1,t=this.doc.getLine(n-1).length):t=Math.min(this.doc.getLine(e).length,t)}return{row:e,column:t}},this.$clipRangeToDocument=function(e){e.start.row<0?(e.start.row=0,e.start.column=0):e.start.column=this.$clipColumnToRow(e.start.row,e.start.column);var t=this.doc.getLength()-1;return e.end.row>t?(e.end.row=t,e.end.column=this.doc.getLine(t).length):e.end.column=this.$clipColumnToRow(e.end.row,e.end.column),e},this.$wrapLimit=80,this.$useWrapMode=!1,this.$wrapLimitRange={min:null,max:null},this.setUseWrapMode=function(e){if(e!=this.$useWrapMode){this.$useWrapMode=e,this.$modified=!0,this.$resetRowCache(0);if(e){var t=this.getLength();this.$wrapData=Array(t),this.$updateWrapData(0,t-1)}this._signal("changeWrapMode")}},this.getUseWrapMode=function(){return this.$useWrapMode},this.setWrapLimitRange=function(e,t){if(this.$wrapLimitRange.min!==e||this.$wrapLimitRange.max!==t)this.$wrapLimitRange={min:e,max:t},this.$modified=!0,this.$bidiHandler.markAsDirty(),this.$useWrapMode&&this._signal("changeWrapMode")},this.adjustWrapLimit=function(e,t){var n=this.$wrapLimitRange;n.max<0&&(n={min:t,max:t});var r=this.$constrainWrapLimit(e,n.min,n.max);return r!=this.$wrapLimit&&r>1?(this.$wrapLimit=r,this.$modified=!0,this.$useWrapMode&&(this.$updateWrapData(0,this.getLength()-1),this.$resetRowCache(0),this._signal("changeWrapLimit")),!0):!1},this.$constrainWrapLimit=function(e,t,n){return t&&(e=Math.max(t,e)),n&&(e=Math.min(n,e)),e},this.getWrapLimit=function(){return this.$wrapLimit},this.setWrapLimit=function(e){this.setWrapLimitRange(e,e)},this.getWrapLimitRange=function(){return{min:this.$wrapLimitRange.min,max:this.$wrapLimitRange.max}},this.$updateInternalDataOnChange=function(e){var t=this.$useWrapMode,n=e.action,r=e.start,i=e.end,s=r.row,o=i.row,u=o-s,a=null;this.$updating=!0;if(u!=0)if(n==="remove"){this[t?"$wrapData":"$rowLengthCache"].splice(s,u);var f=this.$foldData;a=this.getFoldsInRange(e),this.removeFolds(a);var l=this.getFoldLine(i.row),c=0;if(l){l.addRemoveChars(i.row,i.column,r.column-i.column),l.shiftRow(-u);var h=this.getFoldLine(s);h&&h!==l&&(h.merge(l),l=h),c=f.indexOf(l)+1}for(c;c<f.length;c++){var l=f[c];l.start.row>=i.row&&l.shiftRow(-u)}o=s}else{var p=Array(u);p.unshift(s,0);var d=t?this.$wrapData:this.$rowLengthCache;d.splice.apply(d,p);var f=this.$foldData,l=this.getFoldLine(s),c=0;if(l){var v=l.range.compareInside(r.row,r.column);v==0?(l=l.split(r.row,r.column),l&&(l.shiftRow(u),l.addRemoveChars(o,0,i.column-r.column))):v==-1&&(l.addRemoveChars(s,0,i.column-r.column),l.shiftRow(u)),c=f.indexOf(l)+1}for(c;c<f.length;c++){var l=f[c];l.start.row>=s&&l.shiftRow(u)}}else{u=Math.abs(e.start.column-e.end.column),n==="remove"&&(a=this.getFoldsInRange(e),this.removeFolds(a),u=-u);var l=this.getFoldLine(s);l&&l.addRemoveChars(s,r.column,u)}return t&&this.$wrapData.length!=this.doc.getLength()&&console.error("doc.getLength() and $wrapData.length have to be the same!"),this.$updating=!1,t?this.$updateWrapData(s,o):this.$updateRowLengthCache(s,o),a},this.$updateRowLengthCache=function(e,t,n){this.$rowLengthCache[e]=null,this.$rowLengthCache[t]=null},this.$updateWrapData=function(e,t){var r=this.doc.getAllLines(),i=this.getTabSize(),o=this.$wrapData,u=this.$wrapLimit,a,f,l=e;t=Math.min(t,r.length-1);while(l<=t)f=this.getFoldLine(l,f),f?(a=[],f.walk(function(e,t,i,o){var u;if(e!=null){u=this.$getDisplayTokens(e,a.length),u[0]=n;for(var f=1;f<u.length;f++)u[f]=s}else u=this.$getDisplayTokens(r[t].substring(o,i),a.length);a=a.concat(u)}.bind(this),f.end.row,r[f.end.row].length+1),o[f.start.row]=this.$computeWrapSplits(a,u,i),l=f.end.row+1):(a=this.$getDisplayTokens(r[l]),o[l]=this.$computeWrapSplits(a,u,i),l++)};var e=1,t=2,n=3,s=4,a=9,c=10,d=11,v=12;this.$computeWrapSplits=function(e,r,i){function g(){var t=0;if(m===0)return t;if(p)for(var n=0;n<e.length;n++){var r=e[n];if(r==c)t+=1;else{if(r!=d){if(r==v)continue;break}t+=i}}return h&&p!==!1&&(t+=i),Math.min(t,m)}function y(t){var n=t-f;for(var r=f;r<t;r++){var i=e[r];if(i===12||i===2)n-=1}o.length||(b=g(),o.indent=b),l+=n,o.push(l),f=t}if(e.length==0)return[];var o=[],u=e.length,f=0,l=0,h=this.$wrapAsCode,p=this.$indentedSoftWrap,m=r<=Math.max(2*i,8)||p===!1?0:Math.floor(r/2),b=0;while(u-f>r-b){var w=f+r-b;if(e[w-1]>=c&&e[w]>=c){y(w);continue}if(e[w]==n||e[w]==s){for(w;w!=f-1;w--)if(e[w]==n)break;if(w>f){y(w);continue}w=f+r;for(w;w<e.length;w++)if(e[w]!=s)break;if(w==e.length)break;y(w);continue}var E=Math.max(w-(r-(r>>2)),f-1);while(w>E&&e[w]<n)w--;if(h){while(w>E&&e[w]<n)w--;while(w>E&&e[w]==a)w--}else while(w>E&&e[w]<c)w--;if(w>E){y(++w);continue}w=f+r,e[w]==t&&w--,y(w-b)}return o},this.$getDisplayTokens=function(n,r){var i=[],s;r=r||0;for(var o=0;o<n.length;o++){var u=n.charCodeAt(o);if(u==9){s=this.getScreenTabSize(i.length+r),i.push(d);for(var f=1;f<s;f++)i.push(v)}else u==32?i.push(c):u>39&&u<48||u>57&&u<64?i.push(a):u>=4352&&m(u)?i.push(e,t):i.push(e)}return i},this.$getStringScreenWidth=function(e,t,n){if(t==0)return[0,0];t==null&&(t=Infinity),n=n||0;var r,i;for(i=0;i<e.length;i++){r=e.charCodeAt(i),r==9?n+=this.getScreenTabSize(n):r>=4352&&m(r)?n+=2:n+=1;if(n>t)break}return[n,i]},this.lineWidgets=null,this.getRowLength=function(e){var t=1;return this.lineWidgets&&(t+=this.lineWidgets[e]&&this.lineWidgets[e].rowCount||0),!this.$useWrapMode||!this.$wrapData[e]?t:this.$wrapData[e].length+t},this.getRowLineCount=function(e){return!this.$useWrapMode||!this.$wrapData[e]?1:this.$wrapData[e].length+1},this.getRowWrapIndent=function(e){if(this.$useWrapMode){var t=this.screenToDocumentPosition(e,Number.MAX_VALUE),n=this.$wrapData[t.row];return n.length&&n[0]<t.column?n.indent:0}return 0},this.getScreenLastRowColumn=function(e){var t=this.screenToDocumentPosition(e,Number.MAX_VALUE);return this.documentToScreenColumn(t.row,t.column)},this.getDocumentLastRowColumn=function(e,t){var n=this.documentToScreenRow(e,t);return this.getScreenLastRowColumn(n)},this.getDocumentLastRowColumnPosition=function(e,t){var n=this.documentToScreenRow(e,t);return this.screenToDocumentPosition(n,Number.MAX_VALUE/10)},this.getRowSplitData=function(e){return this.$useWrapMode?this.$wrapData[e]:undefined},this.getScreenTabSize=function(e){return this.$tabSize-(e%this.$tabSize|0)},this.screenToDocumentRow=function(e,t){return this.screenToDocumentPosition(e,t).row},this.screenToDocumentColumn=function(e,t){return this.screenToDocumentPosition(e,t).column},this.screenToDocumentPosition=function(e,t,n){if(e<0)return{row:0,column:0};var r,i=0,s=0,o,u=0,a=0,f=this.$screenRowCache,l=this.$getRowCacheIndex(f,e),c=f.length;if(c&&l>=0)var u=f[l],i=this.$docRowCache[l],h=e>f[c-1];else var h=!c;var p=this.getLength()-1,d=this.getNextFoldLine(i),v=d?d.start.row:Infinity;while(u<=e){a=this.getRowLength(i);if(u+a>e||i>=p)break;u+=a,i++,i>v&&(i=d.end.row+1,d=this.getNextFoldLine(i,d),v=d?d.start.row:Infinity),h&&(this.$docRowCache.push(i),this.$screenRowCache.push(u))}if(d&&d.start.row<=i)r=this.getFoldDisplayLine(d),i=d.start.row;else{if(u+a<=e||i>p)return{row:p,column:this.getLine(p).length};r=this.getLine(i),d=null}var m=0,g=Math.floor(e-u);if(this.$useWrapMode){var y=this.$wrapData[i];y&&(o=y[g],g>0&&y.length&&(m=y.indent,s=y[g-1]||y[y.length-1],r=r.substring(s)))}return n!==undefined&&this.$bidiHandler.isBidiRow(u+g,i,g)&&(t=this.$bidiHandler.offsetToCol(n)),s+=this.$getStringScreenWidth(r,t-m)[1],this.$useWrapMode&&s>=o&&(s=o-1),d?d.idxToPosition(s):{row:i,column:s}},this.documentToScreenPosition=function(e,t){if(typeof t=="undefined")var n=this.$clipPositionToDocument(e.row,e.column);else n=this.$clipPositionToDocument(e,t);e=n.row,t=n.column;var r=0,i=null,s=null;s=this.getFoldAt(e,t,1),s&&(e=s.start.row,t=s.start.column);var o,u=0,a=this.$docRowCache,f=this.$getRowCacheIndex(a,e),l=a.length;if(l&&f>=0)var u=a[f],r=this.$screenRowCache[f],c=e>a[l-1];else var c=!l;var h=this.getNextFoldLine(u),p=h?h.start.row:Infinity;while(u<e){if(u>=p){o=h.end.row+1;if(o>e)break;h=this.getNextFoldLine(o,h),p=h?h.start.row:Infinity}else o=u+1;r+=this.getRowLength(u),u=o,c&&(this.$docRowCache.push(u),this.$screenRowCache.push(r))}var d="";h&&u>=p?(d=this.getFoldDisplayLine(h,e,t),i=h.start.row):(d=this.getLine(e).substring(0,t),i=e);var v=0;if(this.$useWrapMode){var m=this.$wrapData[i];if(m){var g=0;while(d.length>=m[g])r++,g++;d=d.substring(m[g-1]||0,d.length),v=g>0?m.indent:0}}return this.lineWidgets&&this.lineWidgets[u]&&this.lineWidgets[u].rowsAbove&&(r+=this.lineWidgets[u].rowsAbove),{row:r,column:v+this.$getStringScreenWidth(d)[0]}},this.documentToScreenColumn=function(e,t){return this.documentToScreenPosition(e,t).column},this.documentToScreenRow=function(e,t){return this.documentToScreenPosition(e,t).row},this.getScreenLength=function(){var e=0,t=null;if(!this.$useWrapMode){e=this.getLength();var n=this.$foldData;for(var r=0;r<n.length;r++)t=n[r],e-=t.end.row-t.start.row}else{var i=this.$wrapData.length,s=0,r=0,t=this.$foldData[r++],o=t?t.start.row:Infinity;while(s<i){var u=this.$wrapData[s];e+=u?u.length+1:1,s++,s>o&&(s=t.end.row+1,t=this.$foldData[r++],o=t?t.start.row:Infinity)}}return this.lineWidgets&&(e+=this.$getWidgetScreenLength()),e},this.$setFontMetrics=function(e){if(!this.$enableVarChar)return;this.$getStringScreenWidth=function(t,n,r){if(n===0)return[0,0];n||(n=Infinity),r=r||0;var i,s;for(s=0;s<t.length;s++){i=t.charAt(s),i===" "?r+=this.getScreenTabSize(r):r+=e.getCharacterWidth(i);if(r>n)break}return[r,s]}},this.destroy=function(){this.bgTokenizer&&(this.bgTokenizer.setDocument(null),this.bgTokenizer=null),this.$stopWorker(),this.removeAllListeners(),this.selection.detach()},this.isFullWidth=m}.call(d.prototype),e("./edit_session/folding").Folding.call(d.prototype),e("./edit_session/bracket_match").BracketMatch.call(d.prototype),o.defineOptions(d.prototype,"session",{wrap:{set:function(e){!e||e=="off"?e=!1:e=="free"?e=!0:e=="printMargin"?e=-1:typeof e=="string"&&(e=parseInt(e,10)||!1);if(this.$wrap==e)return;this.$wrap=e;if(!e)this.setUseWrapMode(!1);else{var t=typeof e=="number"?e:null;this.setWrapLimitRange(t,t),this.setUseWrapMode(!0)}},get:function(){return this.getUseWrapMode()?this.$wrap==-1?"printMargin":this.getWrapLimitRange().min?this.$wrap:"free":"off"},handlesSet:!0},wrapMethod:{set:function(e){e=e=="auto"?this.$mode.type!="text":e!="text",e!=this.$wrapAsCode&&(this.$wrapAsCode=e,this.$useWrapMode&&(this.$useWrapMode=!1,this.setUseWrapMode(!0)))},initialValue:"auto"},indentedSoftWrap:{set:function(){this.$useWrapMode&&(this.$useWrapMode=!1,this.setUseWrapMode(!0))},initialValue:!0},firstLineNumber:{set:function(){this._signal("changeBreakpoint")},initialValue:1},useWorker:{set:function(e){this.$useWorker=e,this.$stopWorker(),e&&this.$startWorker()},initialValue:!0},useSoftTabs:{initialValue:!0},tabSize:{set:function(e){e=parseInt(e),e>0&&this.$tabSize!==e&&(this.$modified=!0,this.$rowLengthCache=[],this.$tabSize=e,this._signal("changeTabSize"))},initialValue:4,handlesSet:!0},navigateWithinSoftTabs:{initialValue:!1},foldStyle:{set:function(e){this.setFoldStyle(e)},handlesSet:!0},overwrite:{set:function(e){this._signal("changeOverwrite")},initialValue:!1},newLineMode:{set:function(e){this.doc.setNewLineMode(e)},get:function(){return this.doc.getNewLineMode()},handlesSet:!0},mode:{set:function(e){this.setMode(e)},get:function(){return this.$modeId},handlesSet:!0}}),t.EditSession=d}),ace.define("ace/search",["require","exports","module","ace/lib/lang","ace/lib/oop","ace/range"],function(e,t,n){"use strict";function u(e,t){function n(e){return/\w/.test(e)||t.regExp?"\\b":""}return n(e[0])+e+n(e[e.length-1])}var r=e("./lib/lang"),i=e("./lib/oop"),s=e("./range").Range,o=function(){this.$options={}};(function(){this.set=function(e){return i.mixin(this.$options,e),this},this.getOptions=function(){return r.copyObject(this.$options)},this.setOptions=function(e){this.$options=e},this.find=function(e){var t=this.$options,n=this.$matchIterator(e,t);if(!n)return!1;var r=null;return n.forEach(function(e,n,i,o){return r=new s(e,n,i,o),n==o&&t.start&&t.start.start&&t.skipCurrent!=0&&r.isEqual(t.start)?(r=null,!1):!0}),r},this.findAll=function(e){var t=this.$options;if(!t.needle)return[];this.$assembleRegExp(t);var n=t.range,i=n?e.getLines(n.start.row,n.end.row):e.doc.getAllLines(),o=[],u=t.re;if(t.$isMultiLine){var a=u.length,f=i.length-a,l;e:for(var c=u.offset||0;c<=f;c++){for(var h=0;h<a;h++)if(i[c+h].search(u[h])==-1)continue e;var p=i[c],d=i[c+a-1],v=p.length-p.match(u[0])[0].length,m=d.match(u[a-1])[0].length;if(l&&l.end.row===c&&l.end.column>v)continue;o.push(l=new s(c,v,c+a-1,m)),a>2&&(c=c+a-2)}}else for(var g=0;g<i.length;g++){var y=r.getMatchOffsets(i[g],u);for(var h=0;h<y.length;h++){var b=y[h];o.push(new s(g,b.offset,g,b.offset+b.length))}}if(n){var w=n.start.column,E=n.start.column,g=0,h=o.length-1;while(g<h&&o[g].start.column<w&&o[g].start.row==n.start.row)g++;while(g<h&&o[h].end.column>E&&o[h].end.row==n.end.row)h--;o=o.slice(g,h+1);for(g=0,h=o.length;g<h;g++)o[g].start.row+=n.start.row,o[g].end.row+=n.start.row}return o},this.replace=function(e,t){var n=this.$options,r=this.$assembleRegExp(n);if(n.$isMultiLine)return t;if(!r)return;var i=r.exec(e);if(!i||i[0].length!=e.length)return null;t=e.replace(r,t);if(n.preserveCase){t=t.split("");for(var s=Math.min(e.length,e.length);s--;){var o=e[s];o&&o.toLowerCase()!=o?t[s]=t[s].toUpperCase():t[s]=t[s].toLowerCase()}t=t.join("")}return t},this.$assembleRegExp=function(e,t){if(e.needle instanceof RegExp)return e.re=e.needle;var n=e.needle;if(!e.needle)return e.re=!1;e.regExp||(n=r.escapeRegExp(n)),e.wholeWord&&(n=u(n,e));var i=e.caseSensitive?"gm":"gmi";e.$isMultiLine=!t&&/[\n\r]/.test(n);if(e.$isMultiLine)return e.re=this.$assembleMultilineRegExp(n,i);try{var s=new RegExp(n,i)}catch(o){s=!1}return e.re=s},this.$assembleMultilineRegExp=function(e,t){var n=e.replace(/\r\n|\r|\n/g,"$\n^").split("\n"),r=[];for(var i=0;i<n.length;i++)try{r.push(new RegExp(n[i],t))}catch(s){return!1}return r},this.$matchIterator=function(e,t){var n=this.$assembleRegExp(t);if(!n)return!1;var r=t.backwards==1,i=t.skipCurrent!=0,s=t.range,o=t.start;o||(o=s?s[r?"end":"start"]:e.selection.getRange()),o.start&&(o=o[i!=r?"end":"start"]);var u=s?s.start.row:0,a=s?s.end.row:e.getLength()-1;if(r)var f=function(e){var n=o.row;if(c(n,o.column,e))return;for(n--;n>=u;n--)if(c(n,Number.MAX_VALUE,e))return;if(t.wrap==0)return;for(n=a,u=o.row;n>=u;n--)if(c(n,Number.MAX_VALUE,e))return};else var f=function(e){var n=o.row;if(c(n,o.column,e))return;for(n+=1;n<=a;n++)if(c(n,0,e))return;if(t.wrap==0)return;for(n=u,a=o.row;n<=a;n++)if(c(n,0,e))return};if(t.$isMultiLine)var l=n.length,c=function(t,i,s){var o=r?t-l+1:t;if(o<0)return;var u=e.getLine(o),a=u.search(n[0]);if(!r&&a<i||a===-1)return;for(var f=1;f<l;f++){u=e.getLine(o+f);if(u.search(n[f])==-1)return}var c=u.match(n[l-1])[0].length;if(r&&c>i)return;if(s(o,a,o+l-1,c))return!0};else if(r)var c=function(t,r,i){var s=e.getLine(t),o=[],u,a=0;n.lastIndex=0;while(u=n.exec(s)){var f=u[0].length;a=u.index;if(!f){if(a>=s.length)break;n.lastIndex=a+=1}if(u.index+f>r)break;o.push(u.index,f)}for(var l=o.length-1;l>=0;l-=2){var c=o[l-1],f=o[l];if(i(t,c,t,c+f))return!0}};else var c=function(t,r,i){var s=e.getLine(t),o,u;n.lastIndex=r;while(u=n.exec(s)){var a=u[0].length;o=u.index;if(i(t,o,t,o+a))return!0;if(!a){n.lastIndex=o+=1;if(o>=s.length)return!1}}};return{forEach:f}}}).call(o.prototype),t.Search=o}),ace.define("ace/keyboard/hash_handler",["require","exports","module","ace/lib/keys","ace/lib/useragent"],function(e,t,n){"use strict";function o(e,t){this.platform=t||(i.isMac?"mac":"win"),this.commands={},this.commandKeyBinding={},this.addCommands(e),this.$singleCommand=!0}function u(e,t){o.call(this,e,t),this.$singleCommand=!1}var r=e("../lib/keys"),i=e("../lib/useragent"),s=r.KEY_MODS;u.prototype=o.prototype,function(){function e(e){return typeof e=="object"&&e.bindKey&&e.bindKey.position||(e.isDefault?-100:0)}this.addCommand=function(e){this.commands[e.name]&&this.removeCommand(e),this.commands[e.name]=e,e.bindKey&&this._buildKeyHash(e)},this.removeCommand=function(e,t){var n=e&&(typeof e=="string"?e:e.name);e=this.commands[n],t||delete this.commands[n];var r=this.commandKeyBinding;for(var i in r){var s=r[i];if(s==e)delete r[i];else if(Array.isArray(s)){var o=s.indexOf(e);o!=-1&&(s.splice(o,1),s.length==1&&(r[i]=s[0]))}}},this.bindKey=function(e,t,n){typeof e=="object"&&e&&(n==undefined&&(n=e.position),e=e[this.platform]);if(!e)return;if(typeof t=="function")return this.addCommand({exec:t,bindKey:e,name:t.name||e});e.split("|").forEach(function(e){var r="";if(e.indexOf(" ")!=-1){var i=e.split(/\s+/);e=i.pop(),i.forEach(function(e){var t=this.parseKeys(e),n=s[t.hashId]+t.key;r+=(r?" ":"")+n,this._addCommandToBinding(r,"chainKeys")},this),r+=" "}var o=this.parseKeys(e),u=s[o.hashId]+o.key;this._addCommandToBinding(r+u,t,n)},this)},this._addCommandToBinding=function(t,n,r){var i=this.commandKeyBinding,s;if(!n)delete i[t];else if(!i[t]||this.$singleCommand)i[t]=n;else{Array.isArray(i[t])?(s=i[t].indexOf(n))!=-1&&i[t].splice(s,1):i[t]=[i[t]],typeof r!="number"&&(r=e(n));var o=i[t];for(s=0;s<o.length;s++){var u=o[s],a=e(u);if(a>r)break}o.splice(s,0,n)}},this.addCommands=function(e){e&&Object.keys(e).forEach(function(t){var n=e[t];if(!n)return;if(typeof n=="string")return this.bindKey(n,t);typeof n=="function"&&(n={exec:n});if(typeof n!="object")return;n.name||(n.name=t),this.addCommand(n)},this)},this.removeCommands=function(e){Object.keys(e).forEach(function(t){this.removeCommand(e[t])},this)},this.bindKeys=function(e){Object.keys(e).forEach(function(t){this.bindKey(t,e[t])},this)},this._buildKeyHash=function(e){this.bindKey(e.bindKey,e)},this.parseKeys=function(e){var t=e.toLowerCase().split(/[\-\+]([\-\+])?/).filter(function(e){return e}),n=t.pop(),i=r[n];if(r.FUNCTION_KEYS[i])n=r.FUNCTION_KEYS[i].toLowerCase();else{if(!t.length)return{key:n,hashId:-1};if(t.length==1&&t[0]=="shift")return{key:n.toUpperCase(),hashId:-1}}var s=0;for(var o=t.length;o--;){var u=r.KEY_MODS[t[o]];if(u==null)return typeof console!="undefined"&&console.error("invalid modifier "+t[o]+" in "+e),!1;s|=u}return{key:n,hashId:s}},this.findKeyCommand=function(t,n){var r=s[t]+n;return this.commandKeyBinding[r]},this.handleKeyboard=function(e,t,n,r){if(r<0)return;var i=s[t]+n,o=this.commandKeyBinding[i];e.$keyChain&&(e.$keyChain+=" "+i,o=this.commandKeyBinding[e.$keyChain]||o);if(o)if(o=="chainKeys"||o[o.length-1]=="chainKeys")return e.$keyChain=e.$keyChain||i,{command:"null"};if(e.$keyChain)if(!!t&&t!=4||n.length!=1){if(t==-1||r>0)e.$keyChain=""}else e.$keyChain=e.$keyChain.slice(0,-i.length-1);return{command:o}},this.getStatusText=function(e,t){return t.$keyChain||""}}.call(o.prototype),t.HashHandler=o,t.MultiHashHandler=u}),ace.define("ace/commands/command_manager",["require","exports","module","ace/lib/oop","ace/keyboard/hash_handler","ace/lib/event_emitter"],function(e,t,n){"use strict";var r=e("../lib/oop"),i=e("../keyboard/hash_handler").MultiHashHandler,s=e("../lib/event_emitter").EventEmitter,o=function(e,t){i.call(this,t,e),this.byName=this.commands,this.setDefaultHandler("exec",function(e){return e.command.exec(e.editor,e.args||{})})};r.inherits(o,i),function(){r.implement(this,s),this.exec=function(e,t,n){if(Array.isArray(e)){for(var r=e.length;r--;)if(this.exec(e[r],t,n))return!0;return!1}typeof e=="string"&&(e=this.commands[e]);if(!e)return!1;if(t&&t.$readOnly&&!e.readOnly)return!1;if(this.$checkCommandState!=0&&e.isAvailable&&!e.isAvailable(t))return!1;var i={editor:t,command:e,args:n};return i.returnValue=this._emit("exec",i),this._signal("afterExec",i),i.returnValue===!1?!1:!0},this.toggleRecording=function(e){if(this.$inReplay)return;return e&&e._emit("changeStatus"),this.recording?(this.macro.pop(),this.off("exec",this.$addCommandToMacro),this.macro.length||(this.macro=this.oldMacro),this.recording=!1):(this.$addCommandToMacro||(this.$addCommandToMacro=function(e){this.macro.push([e.command,e.args])}.bind(this)),this.oldMacro=this.macro,this.macro=[],this.on("exec",this.$addCommandToMacro),this.recording=!0)},this.replay=function(e){if(this.$inReplay||!this.macro)return;if(this.recording)return this.toggleRecording(e);try{this.$inReplay=!0,this.macro.forEach(function(t){typeof t=="string"?this.exec(t,e):this.exec(t[0],e,t[1])},this)}finally{this.$inReplay=!1}},this.trimMacro=function(e){return e.map(function(e){return typeof e[0]!="string"&&(e[0]=e[0].name),e[1]||(e=e[0]),e})}}.call(o.prototype),t.CommandManager=o}),ace.define("ace/commands/default_commands",["require","exports","module","ace/lib/lang","ace/config","ace/range"],function(e,t,n){"use strict";function o(e,t){return{win:e,mac:t}}var r=e("../lib/lang"),i=e("../config"),s=e("../range").Range;t.commands=[{name:"showSettingsMenu",bindKey:o("Ctrl-,","Command-,"),exec:function(e){i.loadModule("ace/ext/settings_menu",function(t){t.init(e),e.showSettingsMenu()})},readOnly:!0},{name:"goToNextError",bindKey:o("Alt-E","F4"),exec:function(e){i.loadModule("./ext/error_marker",function(t){t.showErrorMarker(e,1)})},scrollIntoView:"animate",readOnly:!0},{name:"goToPreviousError",bindKey:o("Alt-Shift-E","Shift-F4"),exec:function(e){i.loadModule("./ext/error_marker",function(t){t.showErrorMarker(e,-1)})},scrollIntoView:"animate",readOnly:!0},{name:"selectall",description:"Select all",bindKey:o("Ctrl-A","Command-A"),exec:function(e){e.selectAll()},readOnly:!0},{name:"centerselection",description:"Center selection",bindKey:o(null,"Ctrl-L"),exec:function(e){e.centerSelection()},readOnly:!0},{name:"gotoline",description:"Go to line...",bindKey:o("Ctrl-L","Command-L"),exec:function(e,t){typeof t=="number"&&!isNaN(t)&&e.gotoLine(t),e.prompt({$type:"gotoLine"})},readOnly:!0},{name:"fold",bindKey:o("Alt-L|Ctrl-F1","Command-Alt-L|Command-F1"),exec:function(e){e.session.toggleFold(!1)},multiSelectAction:"forEach",scrollIntoView:"center",readOnly:!0},{name:"unfold",bindKey:o("Alt-Shift-L|Ctrl-Shift-F1","Command-Alt-Shift-L|Command-Shift-F1"),exec:function(e){e.session.toggleFold(!0)},multiSelectAction:"forEach",scrollIntoView:"center",readOnly:!0},{name:"toggleFoldWidget",bindKey:o("F2","F2"),exec:function(e){e.session.toggleFoldWidget()},multiSelectAction:"forEach",scrollIntoView:"center",readOnly:!0},{name:"toggleParentFoldWidget",bindKey:o("Alt-F2","Alt-F2"),exec:function(e){e.session.toggleFoldWidget(!0)},multiSelectAction:"forEach",scrollIntoView:"center",readOnly:!0},{name:"foldall",description:"Fold all",bindKey:o(null,"Ctrl-Command-Option-0"),exec:function(e){e.session.foldAll()},scrollIntoView:"center",readOnly:!0},{name:"foldAllComments",description:"Fold all comments",bindKey:o(null,"Ctrl-Command-Option-0"),exec:function(e){e.session.foldAllComments()},scrollIntoView:"center",readOnly:!0},{name:"foldOther",description:"Fold other",bindKey:o("Alt-0","Command-Option-0"),exec:function(e){e.session.foldAll(),e.session.unfold(e.selection.getAllRanges())},scrollIntoView:"center",readOnly:!0},{name:"unfoldall",description:"Unfold all",bindKey:o("Alt-Shift-0","Command-Option-Shift-0"),exec:function(e){e.session.unfold()},scrollIntoView:"center",readOnly:!0},{name:"findnext",description:"Find next",bindKey:o("Ctrl-K","Command-G"),exec:function(e){e.findNext()},multiSelectAction:"forEach",scrollIntoView:"center",readOnly:!0},{name:"findprevious",description:"Find previous",bindKey:o("Ctrl-Shift-K","Command-Shift-G"),exec:function(e){e.findPrevious()},multiSelectAction:"forEach",scrollIntoView:"center",readOnly:!0},{name:"selectOrFindNext",description:"Select or find next",bindKey:o("Alt-K","Ctrl-G"),exec:function(e){e.selection.isEmpty()?e.selection.selectWord():e.findNext()},readOnly:!0},{name:"selectOrFindPrevious",description:"Select or find previous",bindKey:o("Alt-Shift-K","Ctrl-Shift-G"),exec:function(e){e.selection.isEmpty()?e.selection.selectWord():e.findPrevious()},readOnly:!0},{name:"find",description:"Find",bindKey:o("Ctrl-F","Command-F"),exec:function(e){i.loadModule("ace/ext/searchbox",function(t){t.Search(e)})},readOnly:!0},{name:"overwrite",description:"Overwrite",bindKey:"Insert",exec:function(e){e.toggleOverwrite()},readOnly:!0},{name:"selecttostart",description:"Select to start",bindKey:o("Ctrl-Shift-Home","Command-Shift-Home|Command-Shift-Up"),exec:function(e){e.getSelection().selectFileStart()},multiSelectAction:"forEach",readOnly:!0,scrollIntoView:"animate",aceCommandGroup:"fileJump"},{name:"gotostart",description:"Go to start",bindKey:o("Ctrl-Home","Command-Home|Command-Up"),exec:function(e){e.navigateFileStart()},multiSelectAction:"forEach",readOnly:!0,scrollIntoView:"animate",aceCommandGroup:"fileJump"},{name:"selectup",description:"Select up",bindKey:o("Shift-Up","Shift-Up|Ctrl-Shift-P"),exec:function(e){e.getSelection().selectUp()},multiSelectAction:"forEach",scrollIntoView:"cursor",readOnly:!0},{name:"golineup",description:"Go line up",bindKey:o("Up","Up|Ctrl-P"),exec:function(e,t){e.navigateUp(t.times)},multiSelectAction:"forEach",scrollIntoView:"cursor",readOnly:!0},{name:"selecttoend",description:"Select to end",bindKey:o("Ctrl-Shift-End","Command-Shift-End|Command-Shift-Down"),exec:function(e){e.getSelection().selectFileEnd()},multiSelectAction:"forEach",readOnly:!0,scrollIntoView:"animate",aceCommandGroup:"fileJump"},{name:"gotoend",description:"Go to end",bindKey:o("Ctrl-End","Command-End|Command-Down"),exec:function(e){e.navigateFileEnd()},multiSelectAction:"forEach",readOnly:!0,scrollIntoView:"animate",aceCommandGroup:"fileJump"},{name:"selectdown",description:"Select down",bindKey:o("Shift-Down","Shift-Down|Ctrl-Shift-N"),exec:function(e){e.getSelection().selectDown()},multiSelectAction:"forEach",scrollIntoView:"cursor",readOnly:!0},{name:"golinedown",description:"Go line down",bindKey:o("Down","Down|Ctrl-N"),exec:function(e,t){e.navigateDown(t.times)},multiSelectAction:"forEach",scrollIntoView:"cursor",readOnly:!0},{name:"selectwordleft",description:"Select word left",bindKey:o("Ctrl-Shift-Left","Option-Shift-Left"),exec:function(e){e.getSelection().selectWordLeft()},multiSelectAction:"forEach",scrollIntoView:"cursor",readOnly:!0},{name:"gotowordleft",description:"Go to word left",bindKey:o("Ctrl-Left","Option-Left"),exec:function(e){e.navigateWordLeft()},multiSelectAction:"forEach",scrollIntoView:"cursor",readOnly:!0},{name:"selecttolinestart",description:"Select to line start",bindKey:o("Alt-Shift-Left","Command-Shift-Left|Ctrl-Shift-A"),exec:function(e){e.getSelection().selectLineStart()},multiSelectAction:"forEach",scrollIntoView:"cursor",readOnly:!0},{name:"gotolinestart",description:"Go to line start",bindKey:o("Alt-Left|Home","Command-Left|Home|Ctrl-A"),exec:function(e){e.navigateLineStart()},multiSelectAction:"forEach",scrollIntoView:"cursor",readOnly:!0},{name:"selectleft",description:"Select left",bindKey:o("Shift-Left","Shift-Left|Ctrl-Shift-B"),exec:function(e){e.getSelection().selectLeft()},multiSelectAction:"forEach",scrollIntoView:"cursor",readOnly:!0},{name:"gotoleft",description:"Go to left",bindKey:o("Left","Left|Ctrl-B"),exec:function(e,t){e.navigateLeft(t.times)},multiSelectAction:"forEach",scrollIntoView:"cursor",readOnly:!0},{name:"selectwordright",description:"Select word right",bindKey:o("Ctrl-Shift-Right","Option-Shift-Right"),exec:function(e){e.getSelection().selectWordRight()},multiSelectAction:"forEach",scrollIntoView:"cursor",readOnly:!0},{name:"gotowordright",description:"Go to word right",bindKey:o("Ctrl-Right","Option-Right"),exec:function(e){e.navigateWordRight()},multiSelectAction:"forEach",scrollIntoView:"cursor",readOnly:!0},{name:"selecttolineend",description:"Select to line end",bindKey:o("Alt-Shift-Right","Command-Shift-Right|Shift-End|Ctrl-Shift-E"),exec:function(e){e.getSelection().selectLineEnd()},multiSelectAction:"forEach",scrollIntoView:"cursor",readOnly:!0},{name:"gotolineend",description:"Go to line end",bindKey:o("Alt-Right|End","Command-Right|End|Ctrl-E"),exec:function(e){e.navigateLineEnd()},multiSelectAction:"forEach",scrollIntoView:"cursor",readOnly:!0},{name:"selectright",description:"Select right",bindKey:o("Shift-Right","Shift-Right"),exec:function(e){e.getSelection().selectRight()},multiSelectAction:"forEach",scrollIntoView:"cursor",readOnly:!0},{name:"gotoright",description:"Go to right",bindKey:o("Right","Right|Ctrl-F"),exec:function(e,t){e.navigateRight(t.times)},multiSelectAction:"forEach",scrollIntoView:"cursor",readOnly:!0},{name:"selectpagedown",description:"Select page down",bindKey:"Shift-PageDown",exec:function(e){e.selectPageDown()},readOnly:!0},{name:"pagedown",description:"Page down",bindKey:o(null,"Option-PageDown"),exec:function(e){e.scrollPageDown()},readOnly:!0},{name:"gotopagedown",description:"Go to page down",bindKey:o("PageDown","PageDown|Ctrl-V"),exec:function(e){e.gotoPageDown()},readOnly:!0},{name:"selectpageup",description:"Select page up",bindKey:"Shift-PageUp",exec:function(e){e.selectPageUp()},readOnly:!0},{name:"pageup",description:"Page up",bindKey:o(null,"Option-PageUp"),exec:function(e){e.scrollPageUp()},readOnly:!0},{name:"gotopageup",description:"Go to page up",bindKey:"PageUp",exec:function(e){e.gotoPageUp()},readOnly:!0},{name:"scrollup",description:"Scroll up",bindKey:o("Ctrl-Up",null),exec:function(e){e.renderer.scrollBy(0,-2*e.renderer.layerConfig.lineHeight)},readOnly:!0},{name:"scrolldown",description:"Scroll down",bindKey:o("Ctrl-Down",null),exec:function(e){e.renderer.scrollBy(0,2*e.renderer.layerConfig.lineHeight)},readOnly:!0},{name:"selectlinestart",description:"Select line start",bindKey:"Shift-Home",exec:function(e){e.getSelection().selectLineStart()},multiSelectAction:"forEach",scrollIntoView:"cursor",readOnly:!0},{name:"selectlineend",description:"Select line end",bindKey:"Shift-End",exec:function(e){e.getSelection().selectLineEnd()},multiSelectAction:"forEach",scrollIntoView:"cursor",readOnly:!0},{name:"togglerecording",description:"Toggle recording",bindKey:o("Ctrl-Alt-E","Command-Option-E"),exec:function(e){e.commands.toggleRecording(e)},readOnly:!0},{name:"replaymacro",description:"Replay macro",bindKey:o("Ctrl-Shift-E","Command-Shift-E"),exec:function(e){e.commands.replay(e)},readOnly:!0},{name:"jumptomatching",description:"Jump to matching",bindKey:o("Ctrl-\\|Ctrl-P","Command-\\"),exec:function(e){e.jumpToMatching()},multiSelectAction:"forEach",scrollIntoView:"animate",readOnly:!0},{name:"selecttomatching",description:"Select to matching",bindKey:o("Ctrl-Shift-\\|Ctrl-Shift-P","Command-Shift-\\"),exec:function(e){e.jumpToMatching(!0)},multiSelectAction:"forEach",scrollIntoView:"animate",readOnly:!0},{name:"expandToMatching",description:"Expand to matching",bindKey:o("Ctrl-Shift-M","Ctrl-Shift-M"),exec:function(e){e.jumpToMatching(!0,!0)},multiSelectAction:"forEach",scrollIntoView:"animate",readOnly:!0},{name:"passKeysToBrowser",description:"Pass keys to browser",bindKey:o(null,null),exec:function(){},passEvent:!0,readOnly:!0},{name:"copy",description:"Copy",exec:function(e){},readOnly:!0},{name:"cut",description:"Cut",exec:function(e){var t=e.$copyWithEmptySelection&&e.selection.isEmpty(),n=t?e.selection.getLineRange():e.selection.getRange();e._emit("cut",n),n.isEmpty()||e.session.remove(n),e.clearSelection()},scrollIntoView:"cursor",multiSelectAction:"forEach"},{name:"paste",description:"Paste",exec:function(e,t){e.$handlePaste(t)},scrollIntoView:"cursor"},{name:"removeline",description:"Remove line",bindKey:o("Ctrl-D","Command-D"),exec:function(e){e.removeLines()},scrollIntoView:"cursor",multiSelectAction:"forEachLine"},{name:"duplicateSelection",description:"Duplicate selection",bindKey:o("Ctrl-Shift-D","Command-Shift-D"),exec:function(e){e.duplicateSelection()},scrollIntoView:"cursor",multiSelectAction:"forEach"},{name:"sortlines",description:"Sort lines",bindKey:o("Ctrl-Alt-S","Command-Alt-S"),exec:function(e){e.sortLines()},scrollIntoView:"selection",multiSelectAction:"forEachLine"},{name:"togglecomment",description:"Toggle comment",bindKey:o("Ctrl-/","Command-/"),exec:function(e){e.toggleCommentLines()},multiSelectAction:"forEachLine",scrollIntoView:"selectionPart"},{name:"toggleBlockComment",description:"Toggle block comment",bindKey:o("Ctrl-Shift-/","Command-Shift-/"),exec:function(e){e.toggleBlockComment()},multiSelectAction:"forEach",scrollIntoView:"selectionPart"},{name:"modifyNumberUp",description:"Modify number up",bindKey:o("Ctrl-Shift-Up","Alt-Shift-Up"),exec:function(e){e.modifyNumber(1)},scrollIntoView:"cursor",multiSelectAction:"forEach"},{name:"modifyNumberDown",description:"Modify number down",bindKey:o("Ctrl-Shift-Down","Alt-Shift-Down"),exec:function(e){e.modifyNumber(-1)},scrollIntoView:"cursor",multiSelectAction:"forEach"},{name:"replace",description:"Replace",bindKey:o("Ctrl-H","Command-Option-F"),exec:function(e){i.loadModule("ace/ext/searchbox",function(t){t.Search(e,!0)})}},{name:"undo",description:"Undo",bindKey:o("Ctrl-Z","Command-Z"),exec:function(e){e.undo()}},{name:"redo",description:"Redo",bindKey:o("Ctrl-Shift-Z|Ctrl-Y","Command-Shift-Z|Command-Y"),exec:function(e){e.redo()}},{name:"copylinesup",description:"Copy lines up",bindKey:o("Alt-Shift-Up","Command-Option-Up"),exec:function(e){e.copyLinesUp()},scrollIntoView:"cursor"},{name:"movelinesup",description:"Move lines up",bindKey:o("Alt-Up","Option-Up"),exec:function(e){e.moveLinesUp()},scrollIntoView:"cursor"},{name:"copylinesdown",description:"Copy lines down",bindKey:o("Alt-Shift-Down","Command-Option-Down"),exec:function(e){e.copyLinesDown()},scrollIntoView:"cursor"},{name:"movelinesdown",description:"Move lines down",bindKey:o("Alt-Down","Option-Down"),exec:function(e){e.moveLinesDown()},scrollIntoView:"cursor"},{name:"del",description:"Delete",bindKey:o("Delete","Delete|Ctrl-D|Shift-Delete"),exec:function(e){e.remove("right")},multiSelectAction:"forEach",scrollIntoView:"cursor"},{name:"backspace",description:"Backspace",bindKey:o("Shift-Backspace|Backspace","Ctrl-Backspace|Shift-Backspace|Backspace|Ctrl-H"),exec:function(e){e.remove("left")},multiSelectAction:"forEach",scrollIntoView:"cursor"},{name:"cut_or_delete",description:"Cut or delete",bindKey:o("Shift-Delete",null),exec:function(e){if(!e.selection.isEmpty())return!1;e.remove("left")},multiSelectAction:"forEach",scrollIntoView:"cursor"},{name:"removetolinestart",description:"Remove to line start",bindKey:o("Alt-Backspace","Command-Backspace"),exec:function(e){e.removeToLineStart()},multiSelectAction:"forEach",scrollIntoView:"cursor"},{name:"removetolineend",description:"Remove to line end",bindKey:o("Alt-Delete","Ctrl-K|Command-Delete"),exec:function(e){e.removeToLineEnd()},multiSelectAction:"forEach",scrollIntoView:"cursor"},{name:"removetolinestarthard",description:"Remove to line start hard",bindKey:o("Ctrl-Shift-Backspace",null),exec:function(e){var t=e.selection.getRange();t.start.column=0,e.session.remove(t)},multiSelectAction:"forEach",scrollIntoView:"cursor"},{name:"removetolineendhard",description:"Remove to line end hard",bindKey:o("Ctrl-Shift-Delete",null),exec:function(e){var t=e.selection.getRange();t.end.column=Number.MAX_VALUE,e.session.remove(t)},multiSelectAction:"forEach",scrollIntoView:"cursor"},{name:"removewordleft",description:"Remove word left",bindKey:o("Ctrl-Backspace","Alt-Backspace|Ctrl-Alt-Backspace"),exec:function(e){e.removeWordLeft()},multiSelectAction:"forEach",scrollIntoView:"cursor"},{name:"removewordright",description:"Remove word right",bindKey:o("Ctrl-Delete","Alt-Delete"),exec:function(e){e.removeWordRight()},multiSelectAction:"forEach",scrollIntoView:"cursor"},{name:"outdent",description:"Outdent",bindKey:o("Shift-Tab","Shift-Tab"),exec:function(e){e.blockOutdent()},multiSelectAction:"forEach",scrollIntoView:"selectionPart"},{name:"indent",description:"Indent",bindKey:o("Tab","Tab"),exec:function(e){e.indent()},multiSelectAction:"forEach",scrollIntoView:"selectionPart"},{name:"blockoutdent",description:"Block outdent",bindKey:o("Ctrl-[","Ctrl-["),exec:function(e){e.blockOutdent()},multiSelectAction:"forEachLine",scrollIntoView:"selectionPart"},{name:"blockindent",description:"Block indent",bindKey:o("Ctrl-]","Ctrl-]"),exec:function(e){e.blockIndent()},multiSelectAction:"forEachLine",scrollIntoView:"selectionPart"},{name:"insertstring",description:"Insert string",exec:function(e,t){e.insert(t)},multiSelectAction:"forEach",scrollIntoView:"cursor"},{name:"inserttext",description:"Insert text",exec:function(e,t){e.insert(r.stringRepeat(t.text||"",t.times||1))},multiSelectAction:"forEach",scrollIntoView:"cursor"},{name:"splitline",description:"Split line",bindKey:o(null,"Ctrl-O"),exec:function(e){e.splitLine()},multiSelectAction:"forEach",scrollIntoView:"cursor"},{name:"transposeletters",description:"Transpose letters",bindKey:o("Alt-Shift-X","Ctrl-T"),exec:function(e){e.transposeLetters()},multiSelectAction:function(e){e.transposeSelections(1)},scrollIntoView:"cursor"},{name:"touppercase",description:"To uppercase",bindKey:o("Ctrl-U","Ctrl-U"),exec:function(e){e.toUpperCase()},multiSelectAction:"forEach",scrollIntoView:"cursor"},{name:"tolowercase",description:"To lowercase",bindKey:o("Ctrl-Shift-U","Ctrl-Shift-U"),exec:function(e){e.toLowerCase()},multiSelectAction:"forEach",scrollIntoView:"cursor"},{name:"autoindent",description:"Auto Indent",bindKey:o(null,null),exec:function(e){e.autoIndent()},multiSelectAction:"forEachLine",scrollIntoView:"animate"},{name:"expandtoline",description:"Expand to line",bindKey:o("Ctrl-Shift-L","Command-Shift-L"),exec:function(e){var t=e.selection.getRange();t.start.column=t.end.column=0,t.end.row++,e.selection.setRange(t,!1)},multiSelectAction:"forEach",scrollIntoView:"cursor",readOnly:!0},{name:"joinlines",description:"Join lines",bindKey:o(null,null),exec:function(e){var t=e.selection.isBackwards(),n=t?e.selection.getSelectionLead():e.selection.getSelectionAnchor(),i=t?e.selection.getSelectionAnchor():e.selection.getSelectionLead(),o=e.session.doc.getLine(n.row).length,u=e.session.doc.getTextRange(e.selection.getRange()),a=u.replace(/\n\s*/," ").length,f=e.session.doc.getLine(n.row);for(var l=n.row+1;l<=i.row+1;l++){var c=r.stringTrimLeft(r.stringTrimRight(e.session.doc.getLine(l)));c.length!==0&&(c=" "+c),f+=c}i.row+1<e.session.doc.getLength()-1&&(f+=e.session.doc.getNewLineCharacter()),e.clearSelection(),e.session.doc.replace(new s(n.row,0,i.row+2,0),f),a>0?(e.selection.moveCursorTo(n.row,n.column),e.selection.selectTo(n.row,n.column+a)):(o=e.session.doc.getLine(n.row).length>o?o+1:o,e.selection.moveCursorTo(n.row,o))},multiSelectAction:"forEach",readOnly:!0},{name:"invertSelection",description:"Invert selection",bindKey:o(null,null),exec:function(e){var t=e.session.doc.getLength()-1,n=e.session.doc.getLine(t).length,r=e.selection.rangeList.ranges,i=[];r.length<1&&(r=[e.selection.getRange()]);for(var o=0;o<r.length;o++)o==r.length-1&&(r[o].end.row!==t||r[o].end.column!==n)&&i.push(new s(r[o].end.row,r[o].end.column,t,n)),o===0?(r[o].start.row!==0||r[o].start.column!==0)&&i.push(new s(0,0,r[o].start.row,r[o].start.column)):i.push(new s(r[o-1].end.row,r[o-1].end.column,r[o].start.row,r[o].start.column));e.exitMultiSelectMode(),e.clearSelection();for(var o=0;o<i.length;o++)e.selection.addRange(i[o],!1)},readOnly:!0,scrollIntoView:"none"},{name:"addLineAfter",exec:function(e){e.selection.clearSelection(),e.navigateLineEnd(),e.insert("\n")},multiSelectAction:"forEach",scrollIntoView:"cursor"},{name:"addLineBefore",exec:function(e){e.selection.clearSelection();var t=e.getCursorPosition();e.selection.moveTo(t.row-1,Number.MAX_VALUE),e.insert("\n"),t.row===0&&e.navigateUp()},multiSelectAction:"forEach",scrollIntoView:"cursor"},{name:"openCommandPallete",description:"Open command pallete",bindKey:o("F1","F1"),exec:function(e){e.prompt({$type:"commands"})},readOnly:!0},{name:"modeSelect",description:"Change language mode...",bindKey:o(null,null),exec:function(e){e.prompt({$type:"modes"})},readOnly:!0}];for(var u=1;u<9;u++)t.commands.push({name:"foldToLevel"+u,description:"Fold To Level "+u,level:u,exec:function(e){e.session.foldToLevel(this.level)},scrollIntoView:"center",readOnly:!0})}),ace.define("ace/editor",["require","exports","module","ace/lib/fixoldbrowsers","ace/lib/oop","ace/lib/dom","ace/lib/lang","ace/lib/useragent","ace/keyboard/textinput","ace/mouse/mouse_handler","ace/mouse/fold_handler","ace/keyboard/keybinding","ace/edit_session","ace/search","ace/range","ace/lib/event_emitter","ace/commands/command_manager","ace/commands/default_commands","ace/config","ace/token_iterator","ace/clipboard"],function(e,t,n){"use strict";e("./lib/fixoldbrowsers");var r=e("./lib/oop"),i=e("./lib/dom"),s=e("./lib/lang"),o=e("./lib/useragent"),u=e("./keyboard/textinput").TextInput,a=e("./mouse/mouse_handler").MouseHandler,f=e("./mouse/fold_handler").FoldHandler,l=e("./keyboard/keybinding").KeyBinding,c=e("./edit_session").EditSession,h=e("./search").Search,p=e("./range").Range,d=e("./lib/event_emitter").EventEmitter,v=e("./commands/command_manager").CommandManager,m=e("./commands/default_commands").commands,g=e("./config"),y=e("./token_iterator").TokenIterator,b=e("./clipboard"),w=function(e,t,n){this.$toDestroy=[];var r=e.getContainerElement();this.container=r,this.renderer=e,this.id="editor"+ ++w.$uid,this.commands=new v(o.isMac?"mac":"win",m),typeof document=="object"&&(this.textInput=new u(e.getTextAreaContainer(),this),this.renderer.textarea=this.textInput.getElement(),this.$mouseHandler=new a(this),new f(this)),this.keyBinding=new l(this),this.$search=(new h).set({wrap:!0}),this.$historyTracker=this.$historyTracker.bind(this),this.commands.on("exec",this.$historyTracker),this.$initOperationListeners(),this._$emitInputEvent=s.delayedCall(function(){this._signal("input",{}),this.session&&this.session.bgTokenizer&&this.session.bgTokenizer.scheduleStart()}.bind(this)),this.on("change",function(e,t){t._$emitInputEvent.schedule(31)}),this.setSession(t||n&&n.session||new c("")),g.resetOptions(this),n&&this.setOptions(n),g._signal("editor",this)};w.$uid=0,function(){r.implement(this,d),this.$initOperationListeners=function(){this.commands.on("exec",this.startOperation.bind(this),!0),this.commands.on("afterExec",this.endOperation.bind(this),!0),this.$opResetTimer=s.delayedCall(this.endOperation.bind(this,!0)),this.on("change",function(){this.curOp||(this.startOperation(),this.curOp.selectionBefore=this.$lastSel),this.curOp.docChanged=!0}.bind(this),!0),this.on("changeSelection",function(){this.curOp||(this.startOperation(),this.curOp.selectionBefore=this.$lastSel),this.curOp.selectionChanged=!0}.bind(this),!0)},this.curOp=null,this.prevOp={},this.startOperation=function(e){if(this.curOp){if(!e||this.curOp.command)return;this.prevOp=this.curOp}e||(this.previousCommand=null,e={}),this.$opResetTimer.schedule(),this.curOp=this.session.curOp={command:e.command||{},args:e.args,scrollTop:this.renderer.scrollTop},this.curOp.selectionBefore=this.selection.toJSON()},this.endOperation=function(e){if(this.curOp&&this.session){if(e&&e.returnValue===!1||!this.session)return this.curOp=null;if(e==1&&this.curOp.command&&this.curOp.command.name=="mouse")return;this._signal("beforeEndOperation");if(!this.curOp)return;var t=this.curOp.command,n=t&&t.scrollIntoView;if(n){switch(n){case"center-animate":n="animate";case"center":this.renderer.scrollCursorIntoView(null,.5);break;case"animate":case"cursor":this.renderer.scrollCursorIntoView();break;case"selectionPart":var r=this.selection.getRange(),i=this.renderer.layerConfig;(r.start.row>=i.lastRow||r.end.row<=i.firstRow)&&this.renderer.scrollSelectionIntoView(this.selection.anchor,this.selection.lead);break;default:}n=="animate"&&this.renderer.animateScrolling(this.curOp.scrollTop)}var s=this.selection.toJSON();this.curOp.selectionAfter=s,this.$lastSel=this.selection.toJSON(),this.session.getUndoManager().addSelection(s),this.prevOp=this.curOp,this.curOp=null}},this.$mergeableCommands=["backspace","del","insertstring"],this.$historyTracker=function(e){if(!this.$mergeUndoDeltas)return;var t=this.prevOp,n=this.$mergeableCommands,r=t.command&&e.command.name==t.command.name;if(e.command.name=="insertstring"){var i=e.args;this.mergeNextCommand===undefined&&(this.mergeNextCommand=!0),r=r&&this.mergeNextCommand&&(!/\s/.test(i)||/\s/.test(t.args)),this.mergeNextCommand=!0}else r=r&&n.indexOf(e.command.name)!==-1;this.$mergeUndoDeltas!="always"&&Date.now()-this.sequenceStartTime>2e3&&(r=!1),r?this.session.mergeUndoDeltas=!0:n.indexOf(e.command.name)!==-1&&(this.sequenceStartTime=Date.now())},this.setKeyboardHandler=function(e,t){if(e&&typeof e=="string"&&e!="ace"){this.$keybindingId=e;var n=this;g.loadModule(["keybinding",e],function(r){n.$keybindingId==e&&n.keyBinding.setKeyboardHandler(r&&r.handler),t&&t()})}else this.$keybindingId=null,this.keyBinding.setKeyboardHandler(e),t&&t()},this.getKeyboardHandler=function(){return this.keyBinding.getKeyboardHandler()},this.setSession=function(e){if(this.session==e)return;this.curOp&&this.endOperation(),this.curOp={};var t=this.session;if(t){this.session.off("change",this.$onDocumentChange),this.session.off("changeMode",this.$onChangeMode),this.session.off("tokenizerUpdate",this.$onTokenizerUpdate),this.session.off("changeTabSize",this.$onChangeTabSize),this.session.off("changeWrapLimit",this.$onChangeWrapLimit),this.session.off("changeWrapMode",this.$onChangeWrapMode),this.session.off("changeFold",this.$onChangeFold),this.session.off("changeFrontMarker",this.$onChangeFrontMarker),this.session.off("changeBackMarker",this.$onChangeBackMarker),this.session.off("changeBreakpoint",this.$onChangeBreakpoint),this.session.off("changeAnnotation",this.$onChangeAnnotation),this.session.off("changeOverwrite",this.$onCursorChange),this.session.off("changeScrollTop",this.$onScrollTopChange),this.session.off("changeScrollLeft",this.$onScrollLeftChange);var n=this.session.getSelection();n.off("changeCursor",this.$onCursorChange),n.off("changeSelection",this.$onSelectionChange)}this.session=e,e?(this.$onDocumentChange=this.onDocumentChange.bind(this),e.on("change",this.$onDocumentChange),this.renderer.setSession(e),this.$onChangeMode=this.onChangeMode.bind(this),e.on("changeMode",this.$onChangeMode),this.$onTokenizerUpdate=this.onTokenizerUpdate.bind(this),e.on("tokenizerUpdate",this.$onTokenizerUpdate),this.$onChangeTabSize=this.renderer.onChangeTabSize.bind(this.renderer),e.on("changeTabSize",this.$onChangeTabSize),this.$onChangeWrapLimit=this.onChangeWrapLimit.bind(this),e.on("changeWrapLimit",this.$onChangeWrapLimit),this.$onChangeWrapMode=this.onChangeWrapMode.bind(this),e.on("changeWrapMode",this.$onChangeWrapMode),this.$onChangeFold=this.onChangeFold.bind(this),e.on("changeFold",this.$onChangeFold),this.$onChangeFrontMarker=this.onChangeFrontMarker.bind(this),this.session.on("changeFrontMarker",this.$onChangeFrontMarker),this.$onChangeBackMarker=this.onChangeBackMarker.bind(this),this.session.on("changeBackMarker",this.$onChangeBackMarker),this.$onChangeBreakpoint=this.onChangeBreakpoint.bind(this),this.session.on("changeBreakpoint",this.$onChangeBreakpoint),this.$onChangeAnnotation=this.onChangeAnnotation.bind(this),this.session.on("changeAnnotation",this.$onChangeAnnotation),this.$onCursorChange=this.onCursorChange.bind(this),this.session.on("changeOverwrite",this.$onCursorChange),this.$onScrollTopChange=this.onScrollTopChange.bind(this),this.session.on("changeScrollTop",this.$onScrollTopChange),this.$onScrollLeftChange=this.onScrollLeftChange.bind(this),this.session.on("changeScrollLeft",this.$onScrollLeftChange),this.selection=e.getSelection(),this.selection.on("changeCursor",this.$onCursorChange),this.$onSelectionChange=this.onSelectionChange.bind(this),this.selection.on("changeSelection",this.$onSelectionChange),this.onChangeMode(),this.onCursorChange(),this.onScrollTopChange(),this.onScrollLeftChange(),this.onSelectionChange(),this.onChangeFrontMarker(),this.onChangeBackMarker(),this.onChangeBreakpoint(),this.onChangeAnnotation(),this.session.getUseWrapMode()&&this.renderer.adjustWrapLimit(),this.renderer.updateFull()):(this.selection=null,this.renderer.setSession(e)),this._signal("changeSession",{session:e,oldSession:t}),this.curOp=null,t&&t._signal("changeEditor",{oldEditor:this}),e&&e._signal("changeEditor",{editor:this}),e&&e.bgTokenizer&&e.bgTokenizer.scheduleStart()},this.getSession=function(){return this.session},this.setValue=function(e,t){return this.session.doc.setValue(e),t?t==1?this.navigateFileEnd():t==-1&&this.navigateFileStart():this.selectAll(),e},this.getValue=function(){return this.session.getValue()},this.getSelection=function(){return this.selection},this.resize=function(e){this.renderer.onResize(e)},this.setTheme=function(e,t){this.renderer.setTheme(e,t)},this.getTheme=function(){return this.renderer.getTheme()},this.setStyle=function(e){this.renderer.setStyle(e)},this.unsetStyle=function(e){this.renderer.unsetStyle(e)},this.getFontSize=function(){return this.getOption("fontSize")||i.computedStyle(this.container).fontSize},this.setFontSize=function(e){this.setOption("fontSize",e)},this.$highlightBrackets=function(){if(this.$highlightPending)return;var e=this;this.$highlightPending=!0,setTimeout(function(){e.$highlightPending=!1;var t=e.session;if(!t||!t.bgTokenizer)return;t.$bracketHighlight&&(t.$bracketHighlight.markerIds.forEach(function(e){t.removeMarker(e)}),t.$bracketHighlight=null);var n=t.getMatchingBracketRanges(e.getCursorPosition());!n&&t.$mode.getMatching&&(n=t.$mode.getMatching(e.session));if(!n)return;var r="ace_bracket";Array.isArray(n)?n.length==1&&(r="ace_error_bracket"):n=[n],n.length==2&&(p.comparePoints(n[0].end,n[1].start)==0?n=[p.fromPoints(n[0].start,n[1].end)]:p.comparePoints(n[0].start,n[1].end)==0&&(n=[p.fromPoints(n[1].start,n[0].end)])),t.$bracketHighlight={ranges:n,markerIds:n.map(function(e){return t.addMarker(e,r,"text")})}},50)},this.$highlightTags=function(){if(this.$highlightTagPending)return;var e=this;this.$highlightTagPending=!0,setTimeout(function(){e.$highlightTagPending=!1;var t=e.session;if(!t||!t.bgTokenizer)return;var n=e.getCursorPosition(),r=new y(e.session,n.row,n.column),i=r.getCurrentToken();if(!i||!/\b(?:tag-open|tag-name)/.test(i.type)){t.removeMarker(t.$tagHighlight),t.$tagHighlight=null;return}if(i.type.indexOf("tag-open")!==-1){i=r.stepForward();if(!i)return}var s=i.value,o=i.value,u=0,a=r.stepBackward();if(a.value==="<"){do a=i,i=r.stepForward(),i&&(i.type.indexOf("tag-name")!==-1?(o=i.value,s===o&&(a.value==="<"?u++:a.value==="</"&&u--)):s===o&&i.value==="/>"&&u--);while(i&&u>=0)}else{do{i=a,a=r.stepBackward();if(i)if(i.type.indexOf("tag-name")!==-1)s===i.value&&(a.value==="<"?u++:a.value==="</"&&u--);else if(i.value==="/>"){var f=0,l=a;while(l){if(l.type.indexOf("tag-name")!==-1&&l.value===s){u--;break}if(l.value==="<")break;l=r.stepBackward(),f++}for(var c=0;c<f;c++)r.stepForward()}}while(a&&u<=0);r.stepForward()}if(!i){t.removeMarker(t.$tagHighlight),t.$tagHighlight=null;return}var h=r.getCurrentTokenRow(),d=r.getCurrentTokenColumn(),v=new p(h,d,h,d+i.value.length),m=t.$backMarkers[t.$tagHighlight];t.$tagHighlight&&m!=undefined&&v.compareRange(m.range)!==0&&(t.removeMarker(t.$tagHighlight),t.$tagHighlight=null),t.$tagHighlight||(t.$tagHighlight=t.addMarker(v,"ace_bracket","text"))},50)},this.focus=function(){var e=this;setTimeout(function(){e.isFocused()||e.textInput.focus()}),this.textInput.focus()},this.isFocused=function(){return this.textInput.isFocused()},this.blur=function(){this.textInput.blur()},this.onFocus=function(e){if(this.$isFocused)return;this.$isFocused=!0,this.renderer.showCursor(),this.renderer.visualizeFocus(),this._emit("focus",e)},this.onBlur=function(e){if(!this.$isFocused)return;this.$isFocused=!1,this.renderer.hideCursor(),this.renderer.visualizeBlur(),this._emit("blur",e)},this.$cursorChange=function(){this.renderer.updateCursor(),this.$highlightBrackets(),this.$highlightTags(),this.$updateHighlightActiveLine()},this.onDocumentChange=function(e){var t=this.session.$useWrapMode,n=e.start.row==e.end.row?e.end.row:Infinity;this.renderer.updateLines(e.start.row,n,t),this._signal("change",e),this.$cursorChange()},this.onTokenizerUpdate=function(e){var t=e.data;this.renderer.updateLines(t.first,t.last)},this.onScrollTopChange=function(){this.renderer.scrollToY(this.session.getScrollTop())},this.onScrollLeftChange=function(){this.renderer.scrollToX(this.session.getScrollLeft())},this.onCursorChange=function(){this.$cursorChange(),this._signal("changeSelection")},this.$updateHighlightActiveLine=function(){var e=this.getSession(),t;if(this.$highlightActiveLine){if(this.$selectionStyle!="line"||!this.selection.isMultiLine())t=this.getCursorPosition();this.renderer.theme&&this.renderer.theme.$selectionColorConflict&&!this.selection.isEmpty()&&(t=!1),this.renderer.$maxLines&&this.session.getLength()===1&&!(this.renderer.$minLines>1)&&(t=!1)}if(e.$highlightLineMarker&&!t)e.removeMarker(e.$highlightLineMarker.id),e.$highlightLineMarker=null;else if(!e.$highlightLineMarker&&t){var n=new p(t.row,t.column,t.row,Infinity);n.id=e.addMarker(n,"ace_active-line","screenLine"),e.$highlightLineMarker=n}else t&&(e.$highlightLineMarker.start.row=t.row,e.$highlightLineMarker.end.row=t.row,e.$highlightLineMarker.start.column=t.column,e._signal("changeBackMarker"))},this.onSelectionChange=function(e){var t=this.session;t.$selectionMarker&&t.removeMarker(t.$selectionMarker),t.$selectionMarker=null;if(!this.selection.isEmpty()){var n=this.selection.getRange(),r=this.getSelectionStyle();t.$selectionMarker=t.addMarker(n,"ace_selection",r)}else this.$updateHighlightActiveLine();var i=this.$highlightSelectedWord&&this.$getSelectionHighLightRegexp();this.session.highlight(i),this._signal("changeSelection")},this.$getSelectionHighLightRegexp=function(){var e=this.session,t=this.getSelectionRange();if(t.isEmpty()||t.isMultiLine())return;var n=t.start.column,r=t.end.column,i=e.getLine(t.start.row),s=i.substring(n,r);if(s.length>5e3||!/[\w\d]/.test(s))return;var o=this.$search.$assembleRegExp({wholeWord:!0,caseSensitive:!0,needle:s}),u=i.substring(n-1,r+1);if(!o.test(u))return;return o},this.onChangeFrontMarker=function(){this.renderer.updateFrontMarkers()},this.onChangeBackMarker=function(){this.renderer.updateBackMarkers()},this.onChangeBreakpoint=function(){this.renderer.updateBreakpoints()},this.onChangeAnnotation=function(){this.renderer.setAnnotations(this.session.getAnnotations())},this.onChangeMode=function(e){this.renderer.updateText(),this._emit("changeMode",e)},this.onChangeWrapLimit=function(){this.renderer.updateFull()},this.onChangeWrapMode=function(){this.renderer.onResize(!0)},this.onChangeFold=function(){this.$updateHighlightActiveLine(),this.renderer.updateFull()},this.getSelectedText=function(){return this.session.getTextRange(this.getSelectionRange())},this.getCopyText=function(){var e=this.getSelectedText(),t=this.session.doc.getNewLineCharacter(),n=!1;if(!e&&this.$copyWithEmptySelection){n=!0;var r=this.selection.getAllRanges();for(var i=0;i<r.length;i++){var s=r[i];if(i&&r[i-1].start.row==s.start.row)continue;e+=this.session.getLine(s.start.row)+t}}var o={text:e};return this._signal("copy",o),b.lineMode=n?o.text:"",o.text},this.onCopy=function(){this.commands.exec("copy",this)},this.onCut=function(){this.commands.exec("cut",this)},this.onPaste=function(e,t){var n={text:e,event:t};this.commands.exec("paste",this,n)},this.$handlePaste=function(e){typeof e=="string"&&(e={text:e}),this._signal("paste",e);var t=e.text,n=t==b.lineMode,r=this.session;if(!this.inMultiSelectMode||this.inVirtualSelectionMode)n?r.insert({row:this.selection.lead.row,column:0},t):this.insert(t);else if(n)this.selection.rangeList.ranges.forEach(function(e){r.insert({row:e.start.row,column:0},t)});else{var i=t.split(/\r\n|\r|\n/),s=this.selection.rangeList.ranges,o=i.length==2&&(!i[0]||!i[1]);if(i.length!=s.length||o)return this.commands.exec("insertstring",this,t);for(var u=s.length;u--;){var a=s[u];a.isEmpty()||r.remove(a),r.insert(a.start,i[u])}}},this.execCommand=function(e,t){return this.commands.exec(e,this,t)},this.insert=function(e,t){var n=this.session,r=n.getMode(),i=this.getCursorPosition();if(this.getBehavioursEnabled()&&!t){var s=r.transformAction(n.getState(i.row),"insertion",this,n,e);s&&(e!==s.text&&(this.inVirtualSelectionMode||(this.session.mergeUndoDeltas=!1,this.mergeNextCommand=!1)),e=s.text)}e==" "&&(e=this.session.getTabString());if(!this.selection.isEmpty()){var o=this.getSelectionRange();i=this.session.remove(o),this.clearSelection()}else if(this.session.getOverwrite()&&e.indexOf("\n")==-1){var o=new p.fromPoints(i,i);o.end.column+=e.length,this.session.remove(o)}if(e=="\n"||e=="\r\n"){var u=n.getLine(i.row);if(i.column>u.search(/\S|$/)){var a=u.substr(i.column).search(/\S|$/);n.doc.removeInLine(i.row,i.column,i.column+a)}}this.clearSelection();var f=i.column,l=n.getState(i.row),u=n.getLine(i.row),c=r.checkOutdent(l,u,e);n.insert(i,e),s&&s.selection&&(s.selection.length==2?this.selection.setSelectionRange(new p(i.row,f+s.selection[0],i.row,f+s.selection[1])):this.selection.setSelectionRange(new p(i.row+s.selection[0],s.selection[1],i.row+s.selection[2],s.selection[3])));if(this.$enableAutoIndent){if(n.getDocument().isNewLine(e)){var h=r.getNextLineIndent(l,u.slice(0,i.column),n.getTabString());n.insert({row:i.row+1,column:0},h)}c&&r.autoOutdent(l,n,i.row)}},this.autoIndent=function(){var e=this.session,t=e.getMode(),n,r;if(this.selection.isEmpty())n=0,r=e.doc.getLength()-1;else{var i=this.getSelectionRange();n=i.start.row,r=i.end.row}var s="",o="",u="",a,f,l,c=e.getTabString();for(var h=n;h<=r;h++)h>0&&(s=e.getState(h-1),o=e.getLine(h-1),u=t.getNextLineIndent(s,o,c)),a=e.getLine(h),f=t.$getIndent(a),u!==f&&(f.length>0&&(l=new p(h,0,h,f.length),e.remove(l)),u.length>0&&e.insert({row:h,column:0},u)),t.autoOutdent(s,e,h)},this.onTextInput=function(e,t){if(!t)return this.keyBinding.onTextInput(e);this.startOperation({command:{name:"insertstring"}});var n=this.applyComposition.bind(this,e,t);this.selection.rangeCount?this.forEachSelection(n):n(),this.endOperation()},this.applyComposition=function(e,t){if(t.extendLeft||t.extendRight){var n=this.selection.getRange();n.start.column-=t.extendLeft,n.end.column+=t.extendRight,n.start.column<0&&(n.start.row--,n.start.column+=this.session.getLine(n.start.row).length+1),this.selection.setRange(n),!e&&!n.isEmpty()&&this.remove()}(e||!this.selection.isEmpty())&&this.insert(e,!0);if(t.restoreStart||t.restoreEnd){var n=this.selection.getRange();n.start.column-=t.restoreStart,n.end.column-=t.restoreEnd,this.selection.setRange(n)}},this.onCommandKey=function(e,t,n){return this.keyBinding.onCommandKey(e,t,n)},this.setOverwrite=function(e){this.session.setOverwrite(e)},this.getOverwrite=function(){return this.session.getOverwrite()},this.toggleOverwrite=function(){this.session.toggleOverwrite()},this.setScrollSpeed=function(e){this.setOption("scrollSpeed",e)},this.getScrollSpeed=function(){return this.getOption("scrollSpeed")},this.setDragDelay=function(e){this.setOption("dragDelay",e)},this.getDragDelay=function(){return this.getOption("dragDelay")},this.setSelectionStyle=function(e){this.setOption("selectionStyle",e)},this.getSelectionStyle=function(){return this.getOption("selectionStyle")},this.setHighlightActiveLine=function(e){this.setOption("highlightActiveLine",e)},this.getHighlightActiveLine=function(){return this.getOption("highlightActiveLine")},this.setHighlightGutterLine=function(e){this.setOption("highlightGutterLine",e)},this.getHighlightGutterLine=function(){return this.getOption("highlightGutterLine")},this.setHighlightSelectedWord=function(e){this.setOption("highlightSelectedWord",e)},this.getHighlightSelectedWord=function(){return this.$highlightSelectedWord},this.setAnimatedScroll=function(e){this.renderer.setAnimatedScroll(e)},this.getAnimatedScroll=function(){return this.renderer.getAnimatedScroll()},this.setShowInvisibles=function(e){this.renderer.setShowInvisibles(e)},this.getShowInvisibles=function(){return this.renderer.getShowInvisibles()},this.setDisplayIndentGuides=function(e){this.renderer.setDisplayIndentGuides(e)},this.getDisplayIndentGuides=function(){return this.renderer.getDisplayIndentGuides()},this.setShowPrintMargin=function(e){this.renderer.setShowPrintMargin(e)},this.getShowPrintMargin=function(){return this.renderer.getShowPrintMargin()},this.setPrintMarginColumn=function(e){this.renderer.setPrintMarginColumn(e)},this.getPrintMarginColumn=function(){return this.renderer.getPrintMarginColumn()},this.setReadOnly=function(e){this.setOption("readOnly",e)},this.getReadOnly=function(){return this.getOption("readOnly")},this.setBehavioursEnabled=function(e){this.setOption("behavioursEnabled",e)},this.getBehavioursEnabled=function(){return this.getOption("behavioursEnabled")},this.setWrapBehavioursEnabled=function(e){this.setOption("wrapBehavioursEnabled",e)},this.getWrapBehavioursEnabled=function(){return this.getOption("wrapBehavioursEnabled")},this.setShowFoldWidgets=function(e){this.setOption("showFoldWidgets",e)},this.getShowFoldWidgets=function(){return this.getOption("showFoldWidgets")},this.setFadeFoldWidgets=function(e){this.setOption("fadeFoldWidgets",e)},this.getFadeFoldWidgets=function(){return this.getOption("fadeFoldWidgets")},this.remove=function(e){this.selection.isEmpty()&&(e=="left"?this.selection.selectLeft():this.selection.selectRight());var t=this.getSelectionRange();if(this.getBehavioursEnabled()){var n=this.session,r=n.getState(t.start.row),i=n.getMode().transformAction(r,"deletion",this,n,t);if(t.end.column===0){var s=n.getTextRange(t);if(s[s.length-1]=="\n"){var o=n.getLine(t.end.row);/^\s+$/.test(o)&&(t.end.column=o.length)}}i&&(t=i)}this.session.remove(t),this.clearSelection()},this.removeWordRight=function(){this.selection.isEmpty()&&this.selection.selectWordRight(),this.session.remove(this.getSelectionRange()),this.clearSelection()},this.removeWordLeft=function(){this.selection.isEmpty()&&this.selection.selectWordLeft(),this.session.remove(this.getSelectionRange()),this.clearSelection()},this.removeToLineStart=function(){this.selection.isEmpty()&&this.selection.selectLineStart(),this.selection.isEmpty()&&this.selection.selectLeft(),this.session.remove(this.getSelectionRange()),this.clearSelection()},this.removeToLineEnd=function(){this.selection.isEmpty()&&this.selection.selectLineEnd();var e=this.getSelectionRange();e.start.column==e.end.column&&e.start.row==e.end.row&&(e.end.column=0,e.end.row++),this.session.remove(e),this.clearSelection()},this.splitLine=function(){this.selection.isEmpty()||(this.session.remove(this.getSelectionRange()),this.clearSelection());var e=this.getCursorPosition();this.insert("\n"),this.moveCursorToPosition(e)},this.transposeLetters=function(){if(!this.selection.isEmpty())return;var e=this.getCursorPosition(),t=e.column;if(t===0)return;var n=this.session.getLine(e.row),r,i;t<n.length?(r=n.charAt(t)+n.charAt(t-1),i=new p(e.row,t-1,e.row,t+1)):(r=n.charAt(t-1)+n.charAt(t-2),i=new p(e.row,t-2,e.row,t)),this.session.replace(i,r),this.session.selection.moveToPosition(i.end)},this.toLowerCase=function(){var e=this.getSelectionRange();this.selection.isEmpty()&&this.selection.selectWord();var t=this.getSelectionRange(),n=this.session.getTextRange(t);this.session.replace(t,n.toLowerCase()),this.selection.setSelectionRange(e)},this.toUpperCase=function(){var e=this.getSelectionRange();this.selection.isEmpty()&&this.selection.selectWord();var t=this.getSelectionRange(),n=this.session.getTextRange(t);this.session.replace(t,n.toUpperCase()),this.selection.setSelectionRange(e)},this.indent=function(){var e=this.session,t=this.getSelectionRange();if(t.start.row<t.end.row){var n=this.$getSelectedRows();e.indentRows(n.first,n.last," ");return}if(t.start.column<t.end.column){var r=e.getTextRange(t);if(!/^\s+$/.test(r)){var n=this.$getSelectedRows();e.indentRows(n.first,n.last," ");return}}var i=e.getLine(t.start.row),o=t.start,u=e.getTabSize(),a=e.documentToScreenColumn(o.row,o.column);if(this.session.getUseSoftTabs())var f=u-a%u,l=s.stringRepeat(" ",f);else{var f=a%u;while(i[t.start.column-1]==" "&&f)t.start.column--,f--;this.selection.setSelectionRange(t),l=" "}return this.insert(l)},this.blockIndent=function(){var e=this.$getSelectedRows();this.session.indentRows(e.first,e.last," ")},this.blockOutdent=function(){var e=this.session.getSelection();this.session.outdentRows(e.getRange())},this.sortLines=function(){var e=this.$getSelectedRows(),t=this.session,n=[];for(var r=e.first;r<=e.last;r++)n.push(t.getLine(r));n.sort(function(e,t){return e.toLowerCase()<t.toLowerCase()?-1:e.toLowerCase()>t.toLowerCase()?1:0});var i=new p(0,0,0,0);for(var r=e.first;r<=e.last;r++){var s=t.getLine(r);i.start.row=r,i.end.row=r,i.end.column=s.length,t.replace(i,n[r-e.first])}},this.toggleCommentLines=function(){var e=this.session.getState(this.getCursorPosition().row),t=this.$getSelectedRows();this.session.getMode().toggleCommentLines(e,this.session,t.first,t.last)},this.toggleBlockComment=function(){var e=this.getCursorPosition(),t=this.session.getState(e.row),n=this.getSelectionRange();this.session.getMode().toggleBlockComment(t,this.session,n,e)},this.getNumberAt=function(e,t){var n=/[\-]?[0-9]+(?:\.[0-9]+)?/g;n.lastIndex=0;var r=this.session.getLine(e);while(n.lastIndex<t){var i=n.exec(r);if(i.index<=t&&i.index+i[0].length>=t){var s={value:i[0],start:i.index,end:i.index+i[0].length};return s}}return null},this.modifyNumber=function(e){var t=this.selection.getCursor().row,n=this.selection.getCursor().column,r=new p(t,n-1,t,n),i=this.session.getTextRange(r);if(!isNaN(parseFloat(i))&&isFinite(i)){var s=this.getNumberAt(t,n);if(s){var o=s.value.indexOf(".")>=0?s.start+s.value.indexOf(".")+1:s.end,u=s.start+s.value.length-o,a=parseFloat(s.value);a*=Math.pow(10,u),o!==s.end&&n<o?e*=Math.pow(10,s.end-n-1):e*=Math.pow(10,s.end-n),a+=e,a/=Math.pow(10,u);var f=a.toFixed(u),l=new p(t,s.start,t,s.end);this.session.replace(l,f),this.moveCursorTo(t,Math.max(s.start+1,n+f.length-s.value.length))}}else this.toggleWord()},this.$toggleWordPairs=[["first","last"],["true","false"],["yes","no"],["width","height"],["top","bottom"],["right","left"],["on","off"],["x","y"],["get","set"],["max","min"],["horizontal","vertical"],["show","hide"],["add","remove"],["up","down"],["before","after"],["even","odd"],["in","out"],["inside","outside"],["next","previous"],["increase","decrease"],["attach","detach"],["&&","||"],["==","!="]],this.toggleWord=function(){var e=this.selection.getCursor().row,t=this.selection.getCursor().column;this.selection.selectWord();var n=this.getSelectedText(),r=this.selection.getWordRange().start.column,i=n.replace(/([a-z]+|[A-Z]+)(?=[A-Z_]|$)/g,"$1 ").split(/\s/),o=t-r-1;o<0&&(o=0);var u=0,a=0,f=this;n.match(/[A-Za-z0-9_]+/)&&i.forEach(function(t,i){a=u+t.length,o>=u&&o<=a&&(n=t,f.selection.clearSelection(),f.moveCursorTo(e,u+r),f.selection.selectTo(e,a+r)),u=a});var l=this.$toggleWordPairs,c;for(var h=0;h<l.length;h++){var p=l[h];for(var d=0;d<=1;d++){var v=+!d,m=n.match(new RegExp("^\\s?_?("+s.escapeRegExp(p[d])+")\\s?$","i"));if(m){var g=n.match(new RegExp("([_]|^|\\s)("+s.escapeRegExp(m[1])+")($|\\s)","g"));g&&(c=n.replace(new RegExp(s.escapeRegExp(p[d]),"i"),function(e){var t=p[v];return e.toUpperCase()==e?t=t.toUpperCase():e.charAt(0).toUpperCase()==e.charAt(0)&&(t=t.substr(0,0)+p[v].charAt(0).toUpperCase()+t.substr(1)),t}),this.insert(c),c="")}}}},this.removeLines=function(){var e=this.$getSelectedRows();this.session.removeFullLines(e.first,e.last),this.clearSelection()},this.duplicateSelection=function(){var e=this.selection,t=this.session,n=e.getRange(),r=e.isBackwards();if(n.isEmpty()){var i=n.start.row;t.duplicateLines(i,i)}else{var s=r?n.start:n.end,o=t.insert(s,t.getTextRange(n),!1);n.start=s,n.end=o,e.setSelectionRange(n,r)}},this.moveLinesDown=function(){this.$moveLines(1,!1)},this.moveLinesUp=function(){this.$moveLines(-1,!1)},this.moveText=function(e,t,n){return this.session.moveText(e,t,n)},this.copyLinesUp=function(){this.$moveLines(-1,!0)},this.copyLinesDown=function(){this.$moveLines(1,!0)},this.$moveLines=function(e,t){var n,r,i=this.selection;if(!i.inMultiSelectMode||this.inVirtualSelectionMode){var s=i.toOrientedRange();n=this.$getSelectedRows(s),r=this.session.$moveLines(n.first,n.last,t?0:e),t&&e==-1&&(r=0),s.moveBy(r,0),i.fromOrientedRange(s)}else{var o=i.rangeList.ranges;i.rangeList.detach(this.session),this.inVirtualSelectionMode=!0;var u=0,a=0,f=o.length;for(var l=0;l<f;l++){var c=l;o[l].moveBy(u,0),n=this.$getSelectedRows(o[l]);var h=n.first,p=n.last;while(++l<f){a&&o[l].moveBy(a,0);var d=this.$getSelectedRows(o[l]);if(t&&d.first!=p)break;if(!t&&d.first>p+1)break;p=d.last}l--,u=this.session.$moveLines(h,p,t?0:e),t&&e==-1&&(c=l+1);while(c<=l)o[c].moveBy(u,0),c++;t||(u=0),a+=u}i.fromOrientedRange(i.ranges[0]),i.rangeList.attach(this.session),this.inVirtualSelectionMode=!1}},this.$getSelectedRows=function(e){return e=(e||this.getSelectionRange()).collapseRows(),{first:this.session.getRowFoldStart(e.start.row),last:this.session.getRowFoldEnd(e.end.row)}},this.onCompositionStart=function(e){this.renderer.showComposition(e)},this.onCompositionUpdate=function(e){this.renderer.setCompositionText(e)},this.onCompositionEnd=function(){this.renderer.hideComposition()},this.getFirstVisibleRow=function(){return this.renderer.getFirstVisibleRow()},this.getLastVisibleRow=function(){return this.renderer.getLastVisibleRow()},this.isRowVisible=function(e){return e>=this.getFirstVisibleRow()&&e<=this.getLastVisibleRow()},this.isRowFullyVisible=function(e){return e>=this.renderer.getFirstFullyVisibleRow()&&e<=this.renderer.getLastFullyVisibleRow()},this.$getVisibleRowCount=function(){return this.renderer.getScrollBottomRow()-this.renderer.getScrollTopRow()+1},this.$moveByPage=function(e,t){var n=this.renderer,r=this.renderer.layerConfig,i=e*Math.floor(r.height/r.lineHeight);t===!0?this.selection.$moveSelection(function(){this.moveCursorBy(i,0)}):t===!1&&(this.selection.moveCursorBy(i,0),this.selection.clearSelection());var s=n.scrollTop;n.scrollBy(0,i*r.lineHeight),t!=null&&n.scrollCursorIntoView(null,.5),n.animateScrolling(s)},this.selectPageDown=function(){this.$moveByPage(1,!0)},this.selectPageUp=function(){this.$moveByPage(-1,!0)},this.gotoPageDown=function(){this.$moveByPage(1,!1)},this.gotoPageUp=function(){this.$moveByPage(-1,!1)},this.scrollPageDown=function(){this.$moveByPage(1)},this.scrollPageUp=function(){this.$moveByPage(-1)},this.scrollToRow=function(e){this.renderer.scrollToRow(e)},this.scrollToLine=function(e,t,n,r){this.renderer.scrollToLine(e,t,n,r)},this.centerSelection=function(){var e=this.getSelectionRange(),t={row:Math.floor(e.start.row+(e.end.row-e.start.row)/2),column:Math.floor(e.start.column+(e.end.column-e.start.column)/2)};this.renderer.alignCursor(t,.5)},this.getCursorPosition=function(){return this.selection.getCursor()},this.getCursorPositionScreen=function(){return this.session.documentToScreenPosition(this.getCursorPosition())},this.getSelectionRange=function(){return this.selection.getRange()},this.selectAll=function(){this.selection.selectAll()},this.clearSelection=function(){this.selection.clearSelection()},this.moveCursorTo=function(e,t){this.selection.moveCursorTo(e,t)},this.moveCursorToPosition=function(e){this.selection.moveCursorToPosition(e)},this.jumpToMatching=function(e,t){var n=this.getCursorPosition(),r=new y(this.session,n.row,n.column),i=r.getCurrentToken(),s=i||r.stepForward();if(!s)return;var o,u=!1,a={},f=n.column-s.start,l,c={")":"(","(":"(","]":"[","[":"[","{":"{","}":"{"};do{if(s.value.match(/[{}()\[\]]/g))for(;f<s.value.length&&!u;f++){if(!c[s.value[f]])continue;l=c[s.value[f]]+"."+s.type.replace("rparen","lparen"),isNaN(a[l])&&(a[l]=0);switch(s.value[f]){case"(":case"[":case"{":a[l]++;break;case")":case"]":case"}":a[l]--,a[l]===-1&&(o="bracket",u=!0)}}else s.type.indexOf("tag-name")!==-1&&(isNaN(a[s.value])&&(a[s.value]=0),i.value==="<"?a[s.value]++:i.value==="</"&&a[s.value]--,a[s.value]===-1&&(o="tag",u=!0));u||(i=s,s=r.stepForward(),f=0)}while(s&&!u);if(!o)return;var h,d;if(o==="bracket"){h=this.session.getBracketRange(n);if(!h){h=new p(r.getCurrentTokenRow(),r.getCurrentTokenColumn()+f-1,r.getCurrentTokenRow(),r.getCurrentTokenColumn()+f-1),d=h.start;if(t||d.row===n.row&&Math.abs(d.column-n.column)<2)h=this.session.getBracketRange(d)}}else if(o==="tag"){if(!s||s.type.indexOf("tag-name")===-1)return;var v=s.value;h=new p(r.getCurrentTokenRow(),r.getCurrentTokenColumn()-2,r.getCurrentTokenRow(),r.getCurrentTokenColumn()-2);if(h.compare(n.row,n.column)===0){u=!1;do s=i,i=r.stepBackward(),i&&(i.type.indexOf("tag-close")!==-1&&h.setEnd(r.getCurrentTokenRow(),r.getCurrentTokenColumn()+1),s.value===v&&s.type.indexOf("tag-name")!==-1&&(i.value==="<"?a[v]++:i.value==="</"&&a[v]--,a[v]===0&&(u=!0)));while(i&&!u)}s&&s.type.indexOf("tag-name")&&(d=h.start,d.row==n.row&&Math.abs(d.column-n.column)<2&&(d=h.end))}d=h&&h.cursor||d,d&&(e?h&&t?this.selection.setRange(h):h&&h.isEqual(this.getSelectionRange())?this.clearSelection():this.selection.selectTo(d.row,d.column):this.selection.moveTo(d.row,d.column))},this.gotoLine=function(e,t,n){this.selection.clearSelection(),this.session.unfold({row:e-1,column:t||0}),this.exitMultiSelectMode&&this.exitMultiSelectMode(),this.moveCursorTo(e-1,t||0),this.isRowFullyVisible(e-1)||this.scrollToLine(e-1,!0,n)},this.navigateTo=function(e,t){this.selection.moveTo(e,t)},this.navigateUp=function(e){if(this.selection.isMultiLine()&&!this.selection.isBackwards()){var t=this.selection.anchor.getPosition();return this.moveCursorToPosition(t)}this.selection.clearSelection(),this.selection.moveCursorBy(-e||-1,0)},this.navigateDown=function(e){if(this.selection.isMultiLine()&&this.selection.isBackwards()){var t=this.selection.anchor.getPosition();return this.moveCursorToPosition(t)}this.selection.clearSelection(),this.selection.moveCursorBy(e||1,0)},this.navigateLeft=function(e){if(!this.selection.isEmpty()){var t=this.getSelectionRange().start;this.moveCursorToPosition(t)}else{e=e||1;while(e--)this.selection.moveCursorLeft()}this.clearSelection()},this.navigateRight=function(e){if(!this.selection.isEmpty()){var t=this.getSelectionRange().end;this.moveCursorToPosition(t)}else{e=e||1;while(e--)this.selection.moveCursorRight()}this.clearSelection()},this.navigateLineStart=function(){this.selection.moveCursorLineStart(),this.clearSelection()},this.navigateLineEnd=function(){this.selection.moveCursorLineEnd(),this.clearSelection()},this.navigateFileEnd=function(){this.selection.moveCursorFileEnd(),this.clearSelection()},this.navigateFileStart=function(){this.selection.moveCursorFileStart(),this.clearSelection()},this.navigateWordRight=function(){this.selection.moveCursorWordRight(),this.clearSelection()},this.navigateWordLeft=function(){this.selection.moveCursorWordLeft(),this.clearSelection()},this.replace=function(e,t){t&&this.$search.set(t);var n=this.$search.find(this.session),r=0;return n?(this.$tryReplace(n,e)&&(r=1),this.selection.setSelectionRange(n),this.renderer.scrollSelectionIntoView(n.start,n.end),r):r},this.replaceAll=function(e,t){t&&this.$search.set(t);var n=this.$search.findAll(this.session),r=0;if(!n.length)return r;var i=this.getSelectionRange();this.selection.moveTo(0,0);for(var s=n.length-1;s>=0;--s)this.$tryReplace(n[s],e)&&r++;return this.selection.setSelectionRange(i),r},this.$tryReplace=function(e,t){var n=this.session.getTextRange(e);return t=this.$search.replace(n,t),t!==null?(e.end=this.session.replace(e,t),e):null},this.getLastSearchOptions=function(){return this.$search.getOptions()},this.find=function(e,t,n){t||(t={}),typeof e=="string"||e instanceof RegExp?t.needle=e:typeof e=="object"&&r.mixin(t,e);var i=this.selection.getRange();t.needle==null&&(e=this.session.getTextRange(i)||this.$search.$options.needle,e||(i=this.session.getWordRange(i.start.row,i.start.column),e=this.session.getTextRange(i)),this.$search.set({needle:e})),this.$search.set(t),t.start||this.$search.set({start:i});var s=this.$search.find(this.session);if(t.preventScroll)return s;if(s)return this.revealRange(s,n),s;t.backwards?i.start=i.end:i.end=i.start,this.selection.setRange(i)},this.findNext=function(e,t){this.find({skipCurrent:!0,backwards:!1},e,t)},this.findPrevious=function(e,t){this.find(e,{skipCurrent:!0,backwards:!0},t)},this.revealRange=function(e,t){this.session.unfold(e),this.selection.setSelectionRange(e);var n=this.renderer.scrollTop;this.renderer.scrollSelectionIntoView(e.start,e.end,.5),t!==!1&&this.renderer.animateScrolling(n)},this.undo=function(){this.session.getUndoManager().undo(this.session),this.renderer.scrollCursorIntoView(null,.5)},this.redo=function(){this.session.getUndoManager().redo(this.session),this.renderer.scrollCursorIntoView(null,.5)},this.destroy=function(){this.$toDestroy&&(this.$toDestroy.forEach(function(e){e.destroy()}),this.$toDestroy=null),this.$mouseHandler&&this.$mouseHandler.destroy(),this.renderer.destroy(),this._signal("destroy",this),this.session&&this.session.destroy(),this._$emitInputEvent&&this._$emitInputEvent.cancel(),this.removeAllListeners()},this.setAutoScrollEditorIntoView=function(e){if(!e)return;var t,n=this,r=!1;this.$scrollAnchor||(this.$scrollAnchor=document.createElement("div"));var i=this.$scrollAnchor;i.style.cssText="position:absolute",this.container.insertBefore(i,this.container.firstChild);var s=this.on("changeSelection",function(){r=!0}),o=this.renderer.on("beforeRender",function(){r&&(t=n.renderer.container.getBoundingClientRect())}),u=this.renderer.on("afterRender",function(){if(r&&t&&(n.isFocused()||n.searchBox&&n.searchBox.isFocused())){var e=n.renderer,s=e.$cursorLayer.$pixelPos,o=e.layerConfig,u=s.top-o.offset;s.top>=0&&u+t.top<0?r=!0:s.top<o.height&&s.top+t.top+o.lineHeight>window.innerHeight?r=!1:r=null,r!=null&&(i.style.top=u+"px",i.style.left=s.left+"px",i.style.height=o.lineHeight+"px",i.scrollIntoView(r)),r=t=null}});this.setAutoScrollEditorIntoView=function(e){if(e)return;delete this.setAutoScrollEditorIntoView,this.off("changeSelection",s),this.renderer.off("afterRender",u),this.renderer.off("beforeRender",o)}},this.$resetCursorStyle=function(){var e=this.$cursorStyle||"ace",t=this.renderer.$cursorLayer;if(!t)return;t.setSmoothBlinking(/smooth/.test(e)),t.isBlinking=!this.$readOnly&&e!="wide",i.setCssClass(t.element,"ace_slim-cursors",/slim/.test(e))},this.prompt=function(e,t,n){var r=this;g.loadModule("./ext/prompt",function(i){i.prompt(r,e,t,n)})}}.call(w.prototype),g.defineOptions(w.prototype,"editor",{selectionStyle:{set:function(e){this.onSelectionChange(),this._signal("changeSelectionStyle",{data:e})},initialValue:"line"},highlightActiveLine:{set:function(){this.$updateHighlightActiveLine()},initialValue:!0},highlightSelectedWord:{set:function(e){this.$onSelectionChange()},initialValue:!0},readOnly:{set:function(e){this.textInput.setReadOnly(e),this.$resetCursorStyle()},initialValue:!1},copyWithEmptySelection:{set:function(e){this.textInput.setCopyWithEmptySelection(e)},initialValue:!1},cursorStyle:{set:function(e){this.$resetCursorStyle()},values:["ace","slim","smooth","wide"],initialValue:"ace"},mergeUndoDeltas:{values:[!1,!0,"always"],initialValue:!0},behavioursEnabled:{initialValue:!0},wrapBehavioursEnabled:{initialValue:!0},enableAutoIndent:{initialValue:!0},autoScrollEditorIntoView:{set:function(e){this.setAutoScrollEditorIntoView(e)}},keyboardHandler:{set:function(e){this.setKeyboardHandler(e)},get:function(){return this.$keybindingId},handlesSet:!0},value:{set:function(e){this.session.setValue(e)},get:function(){return this.getValue()},handlesSet:!0,hidden:!0},session:{set:function(e){this.setSession(e)},get:function(){return this.session},handlesSet:!0,hidden:!0},showLineNumbers:{set:function(e){this.renderer.$gutterLayer.setShowLineNumbers(e),this.renderer.$loop.schedule(this.renderer.CHANGE_GUTTER),e&&this.$relativeLineNumbers?E.attach(this):E.detach(this)},initialValue:!0},relativeLineNumbers:{set:function(e){this.$showLineNumbers&&e?E.attach(this):E.detach(this)}},placeholder:{set:function(e){this.$updatePlaceholder||(this.$updatePlaceholder=function(){var e=this.session&&(this.renderer.$composition||this.getValue());if(e&&this.renderer.placeholderNode)this.renderer.off("afterRender",this.$updatePlaceholder),i.removeCssClass(this.container,"ace_hasPlaceholder"),this.renderer.placeholderNode.remove(),this.renderer.placeholderNode=null;else if(!e&&!this.renderer.placeholderNode){this.renderer.on("afterRender",this.$updatePlaceholder),i.addCssClass(this.container,"ace_hasPlaceholder");var t=i.createElement("div");t.className="ace_placeholder",t.textContent=this.$placeholder||"",this.renderer.placeholderNode=t,this.renderer.content.appendChild(this.renderer.placeholderNode)}else!e&&this.renderer.placeholderNode&&(this.renderer.placeholderNode.textContent=this.$placeholder||"")}.bind(this),this.on("input",this.$updatePlaceholder)),this.$updatePlaceholder()}},hScrollBarAlwaysVisible:"renderer",vScrollBarAlwaysVisible:"renderer",highlightGutterLine:"renderer",animatedScroll:"renderer",showInvisibles:"renderer",showPrintMargin:"renderer",printMarginColumn:"renderer",printMargin:"renderer",fadeFoldWidgets:"renderer",showFoldWidgets:"renderer",displayIndentGuides:"renderer",showGutter:"renderer",fontSize:"renderer",fontFamily:"renderer",maxLines:"renderer",minLines:"renderer",scrollPastEnd:"renderer",fixedWidthGutter:"renderer",theme:"renderer",hasCssTransforms:"renderer",maxPixelHeight:"renderer",useTextareaForIME:"renderer",scrollSpeed:"$mouseHandler",dragDelay:"$mouseHandler",dragEnabled:"$mouseHandler",focusTimeout:"$mouseHandler",tooltipFollowsMouse:"$mouseHandler",firstLineNumber:"session",overwrite:"session",newLineMode:"session",useWorker:"session",useSoftTabs:"session",navigateWithinSoftTabs:"session",tabSize:"session",wrap:"session",indentedSoftWrap:"session",foldStyle:"session",mode:"session"});var E={getText:function(e,t){return(Math.abs(e.selection.lead.row-t)||t+1+(t<9?"\u00b7":""))+""},getWidth:function(e,t,n){return Math.max(t.toString().length,(n.lastRow+1).toString().length,2)*n.characterWidth},update:function(e,t){t.renderer.$loop.schedule(t.renderer.CHANGE_GUTTER)},attach:function(e){e.renderer.$gutterLayer.$renderer=this,e.on("changeSelection",this.update),this.update(null,e)},detach:function(e){e.renderer.$gutterLayer.$renderer==this&&(e.renderer.$gutterLayer.$renderer=null),e.off("changeSelection",this.update),this.update(null,e)}};t.Editor=w}),ace.define("ace/undomanager",["require","exports","module","ace/range"],function(e,t,n){"use strict";function i(e,t){for(var n=t;n--;){var r=e[n];if(r&&!r[0].ignore){while(n<t-1){var i=d(e[n],e[n+1]);e[n]=i[0],e[n+1]=i[1],n++}return!0}}}function a(e){var t=e.action=="insert",n=e.start,r=e.end,i=(r.row-n.row)*(t?1:-1),s=(r.column-n.column)*(t?1:-1);t&&(r=n);for(var o in this.marks){var a=this.marks[o],f=u(a,n);if(f<0)continue;if(f===0&&t){if(a.bias!=1){a.bias==-1;continue}f=1}var l=t?f:u(a,r);if(l>0){a.row+=i,a.column+=a.row==r.row?s:0;continue}!t&&l<=0&&(a.row=n.row,a.column=n.column,l===0&&(a.bias=1))}}function f(e){return{row:e.row,column:e.column}}function l(e){return{start:f(e.start),end:f(e.end),action:e.action,lines:e.lines.slice()}}function c(e){e=e||this;if(Array.isArray(e))return e.map(c).join("\n");var t="";e.action?(t=e.action=="insert"?"+":"-",t+="["+e.lines+"]"):e.value&&(Array.isArray(e.value)?t=e.value.map(h).join("\n"):t=h(e.value)),e.start&&(t+=h(e));if(e.id||e.rev)t+=" ("+(e.id||e.rev)+")";return t}function h(e){return e.start.row+":"+e.start.column+"=>"+e.end.row+":"+e.end.column}function p(e,t){var n=e.action=="insert",r=t.action=="insert";if(n&&r)if(o(t.start,e.end)>=0)m(t,e,-1);else{if(!(o(t.start,e.start)<=0))return null;m(e,t,1)}else if(n&&!r)if(o(t.start,e.end)>=0)m(t,e,-1);else{if(!(o(t.end,e.start)<=0))return null;m(e,t,-1)}else if(!n&&r)if(o(t.start,e.start)>=0)m(t,e,1);else{if(!(o(t.start,e.start)<=0))return null;m(e,t,1)}else if(!n&&!r)if(o(t.start,e.start)>=0)m(t,e,1);else{if(!(o(t.end,e.start)<=0))return null;m(e,t,-1)}return[t,e]}function d(e,t){for(var n=e.length;n--;)for(var r=0;r<t.length;r++)if(!p(e[n],t[r])){while(n<e.length){while(r--)p(t[r],e[n]);r=t.length,n++}return[e,t]}return e.selectionBefore=t.selectionBefore=e.selectionAfter=t.selectionAfter=null,[t,e]}function v(e,t){var n=e.action=="insert",r=t.action=="insert";if(n&&r)o(e.start,t.start)<0?m(t,e,1):m(e,t,1);else if(n&&!r)o(e.start,t.end)>=0?m(e,t,-1):o(e.start,t.start)<=0?m(t,e,1):(m(e,s.fromPoints(t.start,e.start),-1),m(t,e,1));else if(!n&&r)o(t.start,e.end)>=0?m(t,e,-1):o(t.start,e.start)<=0?m(e,t,1):(m(t,s.fromPoints(e.start,t.start),-1),m(e,t,1));else if(!n&&!r)if(o(t.start,e.end)>=0)m(t,e,-1);else{if(!(o(t.end,e.start)<=0)){var i,u;return o(e.start,t.start)<0&&(i=e,e=y(e,t.start)),o(e.end,t.end)>0&&(u=y(e,t.end)),g(t.end,e.start,e.end,-1),u&&!i&&(e.lines=u.lines,e.start=u.start,e.end=u.end,u=e),[t,i,u].filter(Boolean)}m(e,t,-1)}return[t,e]}function m(e,t,n){g(e.start,t.start,t.end,n),g(e.end,t.start,t.end,n)}function g(e,t,n,r){e.row==(r==1?t:n).row&&(e.column+=r*(n.column-t.column)),e.row+=r*(n.row-t.row)}function y(e,t){var n=e.lines,r=e.end;e.end=f(t);var i=e.end.row-e.start.row,s=n.splice(i,n.length),o=i?t.column:t.column-e.start.column;n.push(s[0].substring(0,o)),s[0]=s[0].substr(o);var u={start:f(t),end:r,lines:s,action:e.action};return u}function b(e,t){t=l(t);for(var n=e.length;n--;){var r=e[n];for(var i=0;i<r.length;i++){var s=r[i],o=v(s,t);t=o[0],o.length!=2&&(o[2]?(r.splice(i+1,1,o[1],o[2]),i++):o[1]||(r.splice(i,1),i--))}r.length||e.splice(n,1)}return e}function w(e,t){for(var n=0;n<t.length;n++){var r=t[n];for(var i=0;i<r.length;i++)b(e,r[i])}}var r=function(){this.$maxRev=0,this.$fromUndo=!1,this.reset()};(function(){this.addSession=function(e){this.$session=e},this.add=function(e,t,n){if(this.$fromUndo)return;if(e==this.$lastDelta)return;this.$keepRedoStack||(this.$redoStack.length=0);if(t===!1||!this.lastDeltas)this.lastDeltas=[],this.$undoStack.push(this.lastDeltas),e.id=this.$rev=++this.$maxRev;if(e.action=="remove"||e.action=="insert")this.$lastDelta=e;this.lastDeltas.push(e)},this.addSelection=function(e,t){this.selections.push({value:e,rev:t||this.$rev})},this.startNewGroup=function(){return this.lastDeltas=null,this.$rev},this.markIgnored=function(e,t){t==null&&(t=this.$rev+1);var n=this.$undoStack;for(var r=n.length;r--;){var i=n[r][0];if(i.id<=e)break;i.id<t&&(i.ignore=!0)}this.lastDeltas=null},this.getSelection=function(e,t){var n=this.selections;for(var r=n.length;r--;){var i=n[r];if(i.rev<e)return t&&(i=n[r+1]),i}},this.getRevision=function(){return this.$rev},this.getDeltas=function(e,t){t==null&&(t=this.$rev+1);var n=this.$undoStack,r=null,i=0;for(var s=n.length;s--;){var o=n[s][0];o.id<t&&!r&&(r=s+1);if(o.id<=e){i=s+1;break}}return n.slice(i,r)},this.getChangedRanges=function(e,t){t==null&&(t=this.$rev+1)},this.getChangedLines=function(e,t){t==null&&(t=this.$rev+1)},this.undo=function(e,t){this.lastDeltas=null;var n=this.$undoStack;if(!i(n,n.length))return;e||(e=this.$session),this.$redoStackBaseRev!==this.$rev&&this.$redoStack.length&&(this.$redoStack=[]),this.$fromUndo=!0;var r=n.pop(),s=null;return r&&(s=e.undoChanges(r,t),this.$redoStack.push(r),this.$syncRev()),this.$fromUndo=!1,s},this.redo=function(e,t){this.lastDeltas=null,e||(e=this.$session),this.$fromUndo=!0;if(this.$redoStackBaseRev!=this.$rev){var n=this.getDeltas(this.$redoStackBaseRev,this.$rev+1);w(this.$redoStack,n),this.$redoStackBaseRev=this.$rev,this.$redoStack.forEach(function(e){e[0].id=++this.$maxRev},this)}var r=this.$redoStack.pop(),i=null;return r&&(i=e.redoChanges(r,t),this.$undoStack.push(r),this.$syncRev()),this.$fromUndo=!1,i},this.$syncRev=function(){var e=this.$undoStack,t=e[e.length-1],n=t&&t[0].id||0;this.$redoStackBaseRev=n,this.$rev=n},this.reset=function(){this.lastDeltas=null,this.$lastDelta=null,this.$undoStack=[],this.$redoStack=[],this.$rev=0,this.mark=0,this.$redoStackBaseRev=this.$rev,this.selections=[]},this.canUndo=function(){return this.$undoStack.length>0},this.canRedo=function(){return this.$redoStack.length>0},this.bookmark=function(e){e==undefined&&(e=this.$rev),this.mark=e},this.isAtBookmark=function(){return this.$rev===this.mark},this.toJSON=function(){},this.fromJSON=function(){},this.hasUndo=this.canUndo,this.hasRedo=this.canRedo,this.isClean=this.isAtBookmark,this.markClean=this.bookmark,this.$prettyPrint=function(e){return e?c(e):c(this.$undoStack)+"\n---\n"+c(this.$redoStack)}}).call(r.prototype);var s=e("./range").Range,o=s.comparePoints,u=s.comparePoints;t.UndoManager=r}),ace.define("ace/layer/lines",["require","exports","module","ace/lib/dom"],function(e,t,n){"use strict";var r=e("../lib/dom"),i=function(e,t){this.element=e,this.canvasHeight=t||5e5,this.element.style.height=this.canvasHeight*2+"px",this.cells=[],this.cellCache=[],this.$offsetCoefficient=0};(function(){this.moveContainer=function(e){r.translate(this.element,0,-(e.firstRowScreen*e.lineHeight%this.canvasHeight)-e.offset*this.$offsetCoefficient)},this.pageChanged=function(e,t){return Math.floor(e.firstRowScreen*e.lineHeight/this.canvasHeight)!==Math.floor(t.firstRowScreen*t.lineHeight/this.canvasHeight)},this.computeLineTop=function(e,t,n){var r=t.firstRowScreen*t.lineHeight,i=Math.floor(r/this.canvasHeight),s=n.documentToScreenRow(e,0)*t.lineHeight;return s-i*this.canvasHeight},this.computeLineHeight=function(e,t,n){return t.lineHeight*n.getRowLineCount(e)},this.getLength=function(){return this.cells.length},this.get=function(e){return this.cells[e]},this.shift=function(){this.$cacheCell(this.cells.shift())},this.pop=function(){this.$cacheCell(this.cells.pop())},this.push=function(e){if(Array.isArray(e)){this.cells.push.apply(this.cells,e);var t=r.createFragment(this.element);for(var n=0;n<e.length;n++)t.appendChild(e[n].element);this.element.appendChild(t)}else this.cells.push(e),this.element.appendChild(e.element)},this.unshift=function(e){if(Array.isArray(e)){this.cells.unshift.apply(this.cells,e);var t=r.createFragment(this.element);for(var n=0;n<e.length;n++)t.appendChild(e[n].element);this.element.firstChild?this.element.insertBefore(t,this.element.firstChild):this.element.appendChild(t)}else this.cells.unshift(e),this.element.insertAdjacentElement("afterbegin",e.element)},this.last=function(){return this.cells.length?this.cells[this.cells.length-1]:null},this.$cacheCell=function(e){if(!e)return;e.element.remove(),this.cellCache.push(e)},this.createCell=function(e,t,n,i){var s=this.cellCache.pop();if(!s){var o=r.createElement("div");i&&i(o),this.element.appendChild(o),s={element:o,text:"",row:e}}return s.row=e,s}}).call(i.prototype),t.Lines=i}),ace.define("ace/layer/gutter",["require","exports","module","ace/lib/dom","ace/lib/oop","ace/lib/lang","ace/lib/event_emitter","ace/layer/lines"],function(e,t,n){"use strict";function f(e){var t=document.createTextNode("");e.appendChild(t);var n=r.createElement("span");return e.appendChild(n),e}var r=e("../lib/dom"),i=e("../lib/oop"),s=e("../lib/lang"),o=e("../lib/event_emitter").EventEmitter,u=e("./lines").Lines,a=function(e){this.element=r.createElement("div"),this.element.className="ace_layer ace_gutter-layer",e.appendChild(this.element),this.setShowFoldWidgets(this.$showFoldWidgets),this.gutterWidth=0,this.$annotations=[],this.$updateAnnotations=this.$updateAnnotations.bind(this),this.$lines=new u(this.element),this.$lines.$offsetCoefficient=1};(function(){i.implement(this,o),this.setSession=function(e){this.session&&this.session.off("change",this.$updateAnnotations),this.session=e,e&&e.on("change",this.$updateAnnotations)},this.addGutterDecoration=function(e,t){window.console&&console.warn&&console.warn("deprecated use session.addGutterDecoration"),this.session.addGutterDecoration(e,t)},this.removeGutterDecoration=function(e,t){window.console&&console.warn&&console.warn("deprecated use session.removeGutterDecoration"),this.session.removeGutterDecoration(e,t)},this.setAnnotations=function(e){this.$annotations=[];for(var t=0;t<e.length;t++){var n=e[t],r=n.row,i=this.$annotations[r];i||(i=this.$annotations[r]={text:[]});var o=n.text;o=o?s.escapeHTML(o):n.html||"",i.text.indexOf(o)===-1&&i.text.push(o);var u=n.type;u=="error"?i.className=" ace_error":u=="warning"&&i.className!=" ace_error"?i.className=" ace_warning":u=="info"&&!i.className&&(i.className=" ace_info")}},this.$updateAnnotations=function(e){if(!this.$annotations.length)return;var t=e.start.row,n=e.end.row-t;if(n!==0)if(e.action=="remove")this.$annotations.splice(t,n+1,null);else{var r=new Array(n+1);r.unshift(t,1),this.$annotations.splice.apply(this.$annotations,r)}},this.update=function(e){this.config=e;var t=this.session,n=e.firstRow,r=Math.min(e.lastRow+e.gutterOffset,t.getLength()-1);this.oldLastRow=r,this.config=e,this.$lines.moveContainer(e),this.$updateCursorRow();var i=t.getNextFoldLine(n),s=i?i.start.row:Infinity,o=null,u=-1,a=n;for(;;){a>s&&(a=i.end.row+1,i=t.getNextFoldLine(a,i),s=i?i.start.row:Infinity);if(a>r){while(this.$lines.getLength()>u+1)this.$lines.pop();break}o=this.$lines.get(++u),o?o.row=a:(o=this.$lines.createCell(a,e,this.session,f),this.$lines.push(o)),this.$renderCell(o,e,i,a),a++}this._signal("afterRender"),this.$updateGutterWidth(e)},this.$updateGutterWidth=function(e){var t=this.session,n=t.gutterRenderer||this.$renderer,r=t.$firstLineNumber,i=this.$lines.last()?this.$lines.last().text:"";if(this.$fixedWidth||t.$useWrapMode)i=t.getLength()+r-1;var s=n?n.getWidth(t,i,e):i.toString().length*e.characterWidth,o=this.$padding||this.$computePadding();s+=o.left+o.right,s!==this.gutterWidth&&!isNaN(s)&&(this.gutterWidth=s,this.element.parentNode.style.width=this.element.style.width=Math.ceil(this.gutterWidth)+"px",this._signal("changeGutterWidth",s))},this.$updateCursorRow=function(){if(!this.$highlightGutterLine)return;var e=this.session.selection.getCursor();if(this.$cursorRow===e.row)return;this.$cursorRow=e.row},this.updateLineHighlight=function(){if(!this.$highlightGutterLine)return;var e=this.session.selection.cursor.row;this.$cursorRow=e;if(this.$cursorCell&&this.$cursorCell.row==e)return;this.$cursorCell&&(this.$cursorCell.element.className=this.$cursorCell.element.className.replace("ace_gutter-active-line ",""));var t=this.$lines.cells;this.$cursorCell=null;for(var n=0;n<t.length;n++){var r=t[n];if(r.row>=this.$cursorRow){if(r.row>this.$cursorRow){var i=this.session.getFoldLine(this.$cursorRow);if(!(n>0&&i&&i.start.row==t[n-1].row))break;r=t[n-1]}r.element.className="ace_gutter-active-line "+r.element.className,this.$cursorCell=r;break}}},this.scrollLines=function(e){var t=this.config;this.config=e,this.$updateCursorRow();if(this.$lines.pageChanged(t,e))return this.update(e);this.$lines.moveContainer(e);var n=Math.min(e.lastRow+e.gutterOffset,this.session.getLength()-1),r=this.oldLastRow;this.oldLastRow=n;if(!t||r<e.firstRow)return this.update(e);if(n<t.firstRow)return this.update(e);if(t.firstRow<e.firstRow)for(var i=this.session.getFoldedRowCount(t.firstRow,e.firstRow-1);i>0;i--)this.$lines.shift();if(r>n)for(var i=this.session.getFoldedRowCount(n+1,r);i>0;i--)this.$lines.pop();e.firstRow<t.firstRow&&this.$lines.unshift(this.$renderLines(e,e.firstRow,t.firstRow-1)),n>r&&this.$lines.push(this.$renderLines(e,r+1,n)),this.updateLineHighlight(),this._signal("afterRender"),this.$updateGutterWidth(e)},this.$renderLines=function(e,t,n){var r=[],i=t,s=this.session.getNextFoldLine(i),o=s?s.start.row:Infinity;for(;;){i>o&&(i=s.end.row+1,s=this.session.getNextFoldLine(i,s),o=s?s.start.row:Infinity);if(i>n)break;var u=this.$lines.createCell(i,e,this.session,f);this.$renderCell(u,e,s,i),r.push(u),i++}return r},this.$renderCell=function(e,t,n,i){var s=e.element,o=this.session,u=s.childNodes[0],a=s.childNodes[1],f=o.$firstLineNumber,l=o.$breakpoints,c=o.$decorations,h=o.gutterRenderer||this.$renderer,p=this.$showFoldWidgets&&o.foldWidgets,d=n?n.start.row:Number.MAX_VALUE,v="ace_gutter-cell ";this.$highlightGutterLine&&(i==this.$cursorRow||n&&i<this.$cursorRow&&i>=d&&this.$cursorRow<=n.end.row)&&(v+="ace_gutter-active-line ",this.$cursorCell!=e&&(this.$cursorCell&&(this.$cursorCell.element.className=this.$cursorCell.element.className.replace("ace_gutter-active-line ","")),this.$cursorCell=e)),l[i]&&(v+=l[i]),c[i]&&(v+=c[i]),this.$annotations[i]&&(v+=this.$annotations[i].className),s.className!=v&&(s.className=v);if(p){var m=p[i];m==null&&(m=p[i]=o.getFoldWidget(i))}if(m){var v="ace_fold-widget ace_"+m;m=="start"&&i==d&&i<n.end.row?v+=" ace_closed":v+=" ace_open",a.className!=v&&(a.className=v);var g=t.lineHeight+"px";r.setStyle(a.style,"height",g),r.setStyle(a.style,"display","inline-block")}else a&&r.setStyle(a.style,"display","none");var y=(h?h.getText(o,i):i+f).toString();return y!==u.data&&(u.data=y),r.setStyle(e.element.style,"height",this.$lines.computeLineHeight(i,t,o)+"px"),r.setStyle(e.element.style,"top",this.$lines.computeLineTop(i,t,o)+"px"),e.text=y,e},this.$fixedWidth=!1,this.$highlightGutterLine=!0,this.$renderer="",this.setHighlightGutterLine=function(e){this.$highlightGutterLine=e},this.$showLineNumbers=!0,this.$renderer="",this.setShowLineNumbers=function(e){this.$renderer=!e&&{getWidth:function(){return 0},getText:function(){return""}}},this.getShowLineNumbers=function(){return this.$showLineNumbers},this.$showFoldWidgets=!0,this.setShowFoldWidgets=function(e){e?r.addCssClass(this.element,"ace_folding-enabled"):r.removeCssClass(this.element,"ace_folding-enabled"),this.$showFoldWidgets=e,this.$padding=null},this.getShowFoldWidgets=function(){return this.$showFoldWidgets},this.$computePadding=function(){if(!this.element.firstChild)return{left:0,right:0};var e=r.computedStyle(this.element.firstChild);return this.$padding={},this.$padding.left=(parseInt(e.borderLeftWidth)||0)+(parseInt(e.paddingLeft)||0)+1,this.$padding.right=(parseInt(e.borderRightWidth)||0)+(parseInt(e.paddingRight)||0),this.$padding},this.getRegion=function(e){var t=this.$padding||this.$computePadding(),n=this.element.getBoundingClientRect();if(e.x<t.left+n.left)return"markers";if(this.$showFoldWidgets&&e.x>n.right-t.right)return"foldWidgets"}}).call(a.prototype),t.Gutter=a}),ace.define("ace/layer/marker",["require","exports","module","ace/range","ace/lib/dom"],function(e,t,n){"use strict";var r=e("../range").Range,i=e("../lib/dom"),s=function(e){this.element=i.createElement("div"),this.element.className="ace_layer ace_marker-layer",e.appendChild(this.element)};(function(){function e(e,t,n,r){return(e?1:0)|(t?2:0)|(n?4:0)|(r?8:0)}this.$padding=0,this.setPadding=function(e){this.$padding=e},this.setSession=function(e){this.session=e},this.setMarkers=function(e){this.markers=e},this.elt=function(e,t){var n=this.i!=-1&&this.element.childNodes[this.i];n?this.i++:(n=document.createElement("div"),this.element.appendChild(n),this.i=-1),n.style.cssText=t,n.className=e},this.update=function(e){if(!e)return;this.config=e,this.i=0;var t;for(var n in this.markers){var r=this.markers[n];if(!r.range){r.update(t,this,this.session,e);continue}var i=r.range.clipRows(e.firstRow,e.lastRow);if(i.isEmpty())continue;i=i.toScreenRange(this.session);if(r.renderer){var s=this.$getTop(i.start.row,e),o=this.$padding+i.start.column*e.characterWidth;r.renderer(t,i,o,s,e)}else r.type=="fullLine"?this.drawFullLineMarker(t,i,r.clazz,e):r.type=="screenLine"?this.drawScreenLineMarker(t,i,r.clazz,e):i.isMultiLine()?r.type=="text"?this.drawTextMarker(t,i,r.clazz,e):this.drawMultiLineMarker(t,i,r.clazz,e):this.drawSingleLineMarker(t,i,r.clazz+" ace_start"+" ace_br15",e)}if(this.i!=-1)while(this.i<this.element.childElementCount)this.element.removeChild(this.element.lastChild)},this.$getTop=function(e,t){return(e-t.firstRowScreen)*t.lineHeight},this.drawTextMarker=function(t,n,i,s,o){var u=this.session,a=n.start.row,f=n.end.row,l=a,c=0,h=0,p=u.getScreenLastRowColumn(l),d=new r(l,n.start.column,l,h);for(;l<=f;l++)d.start.row=d.end.row=l,d.start.column=l==a?n.start.column:u.getRowWrapIndent(l),d.end.column=p,c=h,h=p,p=l+1<f?u.getScreenLastRowColumn(l+1):l==f?0:n.end.column,this.drawSingleLineMarker(t,d,i+(l==a?" ace_start":"")+" ace_br"+e(l==a||l==a+1&&n.start.column,c<h,h>p,l==f),s,l==f?0:1,o)},this.drawMultiLineMarker=function(e,t,n,r,i){var s=this.$padding,o=r.lineHeight,u=this.$getTop(t.start.row,r),a=s+t.start.column*r.characterWidth;i=i||"";if(this.session.$bidiHandler.isBidiRow(t.start.row)){var f=t.clone();f.end.row=f.start.row,f.end.column=this.session.getLine(f.start.row).length,this.drawBidiSingleLineMarker(e,f,n+" ace_br1 ace_start",r,null,i)}else this.elt(n+" ace_br1 ace_start","height:"+o+"px;"+"right:0;"+"top:"+u+"px;left:"+a+"px;"+(i||""));if(this.session.$bidiHandler.isBidiRow(t.end.row)){var f=t.clone();f.start.row=f.end.row,f.start.column=0,this.drawBidiSingleLineMarker(e,f,n+" ace_br12",r,null,i)}else{u=this.$getTop(t.end.row,r);var l=t.end.column*r.characterWidth;this.elt(n+" ace_br12","height:"+o+"px;"+"width:"+l+"px;"+"top:"+u+"px;"+"left:"+s+"px;"+(i||""))}o=(t.end.row-t.start.row-1)*r.lineHeight;if(o<=0)return;u=this.$getTop(t.start.row+1,r);var c=(t.start.column?1:0)|(t.end.column?0:8);this.elt(n+(c?" ace_br"+c:""),"height:"+o+"px;"+"right:0;"+"top:"+u+"px;"+"left:"+s+"px;"+(i||""))},this.drawSingleLineMarker=function(e,t,n,r,i,s){if(this.session.$bidiHandler.isBidiRow(t.start.row))return this.drawBidiSingleLineMarker(e,t,n,r,i,s);var o=r.lineHeight,u=(t.end.column+(i||0)-t.start.column)*r.characterWidth,a=this.$getTop(t.start.row,r),f=this.$padding+t.start.column*r.characterWidth;this.elt(n,"height:"+o+"px;"+"width:"+u+"px;"+"top:"+a+"px;"+"left:"+f+"px;"+(s||""))},this.drawBidiSingleLineMarker=function(e,t,n,r,i,s){var o=r.lineHeight,u=this.$getTop(t.start.row,r),a=this.$padding,f=this.session.$bidiHandler.getSelections(t.start.column,t.end.column);f.forEach(function(e){this.elt(n,"height:"+o+"px;"+"width:"+e.width+(i||0)+"px;"+"top:"+u+"px;"+"left:"+(a+e.left)+"px;"+(s||""))},this)},this.drawFullLineMarker=function(e,t,n,r,i){var s=this.$getTop(t.start.row,r),o=r.lineHeight;t.start.row!=t.end.row&&(o+=this.$getTop(t.end.row,r)-s),this.elt(n,"height:"+o+"px;"+"top:"+s+"px;"+"left:0;right:0;"+(i||""))},this.drawScreenLineMarker=function(e,t,n,r,i){var s=this.$getTop(t.start.row,r),o=r.lineHeight;this.elt(n,"height:"+o+"px;"+"top:"+s+"px;"+"left:0;right:0;"+(i||""))}}).call(s.prototype),t.Marker=s}),ace.define("ace/layer/text",["require","exports","module","ace/lib/oop","ace/lib/dom","ace/lib/lang","ace/layer/lines","ace/lib/event_emitter"],function(e,t,n){"use strict";var r=e("../lib/oop"),i=e("../lib/dom"),s=e("../lib/lang"),o=e("./lines").Lines,u=e("../lib/event_emitter").EventEmitter,a=function(e){this.dom=i,this.element=this.dom.createElement("div"),this.element.className="ace_layer ace_text-layer",e.appendChild(this.element),this.$updateEolChar=this.$updateEolChar.bind(this),this.$lines=new o(this.element)};(function(){r.implement(this,u),this.EOF_CHAR="\u00b6",this.EOL_CHAR_LF="\u00ac",this.EOL_CHAR_CRLF="\u00a4",this.EOL_CHAR=this.EOL_CHAR_LF,this.TAB_CHAR="\u2014",this.SPACE_CHAR="\u00b7",this.$padding=0,this.MAX_LINE_LENGTH=1e4,this.$updateEolChar=function(){var e=this.session.doc,t=e.getNewLineCharacter()=="\n"&&e.getNewLineMode()!="windows",n=t?this.EOL_CHAR_LF:this.EOL_CHAR_CRLF;if(this.EOL_CHAR!=n)return this.EOL_CHAR=n,!0},this.setPadding=function(e){this.$padding=e,this.element.style.margin="0 "+e+"px"},this.getLineHeight=function(){return this.$fontMetrics.$characterSize.height||0},this.getCharacterWidth=function(){return this.$fontMetrics.$characterSize.width||0},this.$setFontMetrics=function(e){this.$fontMetrics=e,this.$fontMetrics.on("changeCharacterSize",function(e){this._signal("changeCharacterSize",e)}.bind(this)),this.$pollSizeChanges()},this.checkForSizeChanges=function(){this.$fontMetrics.checkForSizeChanges()},this.$pollSizeChanges=function(){return this.$pollSizeChangesTimer=this.$fontMetrics.$pollSizeChanges()},this.setSession=function(e){this.session=e,e&&this.$computeTabString()},this.showInvisibles=!1,this.showSpaces=!1,this.showTabs=!1,this.showEOL=!1,this.setShowInvisibles=function(e){return this.showInvisibles==e?!1:(this.showInvisibles=e,typeof e=="string"?(this.showSpaces=/tab/i.test(e),this.showTabs=/space/i.test(e),this.showEOL=/eol/i.test(e)):this.showSpaces=this.showTabs=this.showEOL=e,this.$computeTabString(),!0)},this.displayIndentGuides=!0,this.setDisplayIndentGuides=function(e){return this.displayIndentGuides==e?!1:(this.displayIndentGuides=e,this.$computeTabString(),!0)},this.$tabStrings=[],this.onChangeTabSize=this.$computeTabString=function(){var e=this.session.getTabSize();this.tabSize=e;var t=this.$tabStrings=[0];for(var n=1;n<e+1;n++)if(this.showTabs){var r=this.dom.createElement("span");r.className="ace_invisible ace_invisible_tab",r.textContent=s.stringRepeat(this.TAB_CHAR,n),t.push(r)}else t.push(this.dom.createTextNode(s.stringRepeat(" ",n),this.element));if(this.displayIndentGuides){this.$indentGuideRe=/\s\S| \t|\t |\s$/;var i="ace_indent-guide",o=this.showSpaces?" ace_invisible ace_invisible_space":"",u=this.showSpaces?s.stringRepeat(this.SPACE_CHAR,this.tabSize):s.stringRepeat(" ",this.tabSize),a=this.showTabs?" ace_invisible ace_invisible_tab":"",f=this.showTabs?s.stringRepeat(this.TAB_CHAR,this.tabSize):u,r=this.dom.createElement("span");r.className=i+o,r.textContent=u,this.$tabStrings[" "]=r;var r=this.dom.createElement("span");r.className=i+a,r.textContent=f,this.$tabStrings[" "]=r}},this.updateLines=function(e,t,n){if(this.config.lastRow!=e.lastRow||this.config.firstRow!=e.firstRow)return this.update(e);this.config=e;var r=Math.max(t,e.firstRow),i=Math.min(n,e.lastRow),s=this.element.childNodes,o=0;for(var u=e.firstRow;u<r;u++){var a=this.session.getFoldLine(u);if(a){if(a.containsRow(r)){r=a.start.row;break}u=a.end.row}o++}var f=!1,u=r,a=this.session.getNextFoldLine(u),l=a?a.start.row:Infinity;for(;;){u>l&&(u=a.end.row+1,a=this.session.getNextFoldLine(u,a),l=a?a.start.row:Infinity);if(u>i)break;var c=s[o++];if(c){this.dom.removeChildren(c),this.$renderLine(c,u,u==l?a:!1),f&&(c.style.top=this.$lines.computeLineTop(u,e,this.session)+"px");var h=e.lineHeight*this.session.getRowLength(u)+"px";c.style.height!=h&&(f=!0,c.style.height=h)}u++}if(f)while(o<this.$lines.cells.length){var p=this.$lines.cells[o++];p.element.style.top=this.$lines.computeLineTop(p.row,e,this.session)+"px"}},this.scrollLines=function(e){var t=this.config;this.config=e;if(this.$lines.pageChanged(t,e))return this.update(e);this.$lines.moveContainer(e);var n=e.lastRow,r=t?t.lastRow:-1;if(!t||r<e.firstRow)return this.update(e);if(n<t.firstRow)return this.update(e);if(!t||t.lastRow<e.firstRow)return this.update(e);if(e.lastRow<t.firstRow)return this.update(e);if(t.firstRow<e.firstRow)for(var i=this.session.getFoldedRowCount(t.firstRow,e.firstRow-1);i>0;i--)this.$lines.shift();if(t.lastRow>e.lastRow)for(var i=this.session.getFoldedRowCount(e.lastRow+1,t.lastRow);i>0;i--)this.$lines.pop();e.firstRow<t.firstRow&&this.$lines.unshift(this.$renderLinesFragment(e,e.firstRow,t.firstRow-1)),e.lastRow>t.lastRow&&this.$lines.push(this.$renderLinesFragment(e,t.lastRow+1,e.lastRow))},this.$renderLinesFragment=function(e,t,n){var r=[],s=t,o=this.session.getNextFoldLine(s),u=o?o.start.row:Infinity;for(;;){s>u&&(s=o.end.row+1,o=this.session.getNextFoldLine(s,o),u=o?o.start.row:Infinity);if(s>n)break;var a=this.$lines.createCell(s,e,this.session),f=a.element;this.dom.removeChildren(f),i.setStyle(f.style,"height",this.$lines.computeLineHeight(s,e,this.session)+"px"),i.setStyle(f.style,"top",this.$lines.computeLineTop(s,e,this.session)+"px"),this.$renderLine(f,s,s==u?o:!1),this.$useLineGroups()?f.className="ace_line_group":f.className="ace_line",r.push(a),s++}return r},this.update=function(e){this.$lines.moveContainer(e),this.config=e;var t=e.firstRow,n=e.lastRow,r=this.$lines;while(r.getLength())r.pop();r.push(this.$renderLinesFragment(e,t,n))},this.$textToken={text:!0,rparen:!0,lparen:!0},this.$renderToken=function(e,t,n,r){var i=this,o=/(\t)|( +)|([\x00-\x1f\x80-\xa0\xad\u1680\u180E\u2000-\u200f\u2028\u2029\u202F\u205F\uFEFF\uFFF9-\uFFFC]+)|(\u3000)|([\u1100-\u115F\u11A3-\u11A7\u11FA-\u11FF\u2329-\u232A\u2E80-\u2E99\u2E9B-\u2EF3\u2F00-\u2FD5\u2FF0-\u2FFB\u3001-\u303E\u3041-\u3096\u3099-\u30FF\u3105-\u312D\u3131-\u318E\u3190-\u31BA\u31C0-\u31E3\u31F0-\u321E\u3220-\u3247\u3250-\u32FE\u3300-\u4DBF\u4E00-\uA48C\uA490-\uA4C6\uA960-\uA97C\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFAFF\uFE10-\uFE19\uFE30-\uFE52\uFE54-\uFE66\uFE68-\uFE6B\uFF01-\uFF60\uFFE0-\uFFE6]|[\uD800-\uDBFF][\uDC00-\uDFFF])/g,u=this.dom.createFragment(this.element),a,f=0;while(a=o.exec(r)){var l=a[1],c=a[2],h=a[3],p=a[4],d=a[5];if(!i.showSpaces&&c)continue;var v=f!=a.index?r.slice(f,a.index):"";f=a.index+a[0].length,v&&u.appendChild(this.dom.createTextNode(v,this.element));if(l){var m=i.session.getScreenTabSize(t+a.index);u.appendChild(i.$tabStrings[m].cloneNode(!0)),t+=m-1}else if(c)if(i.showSpaces){var g=this.dom.createElement("span");g.className="ace_invisible ace_invisible_space",g.textContent=s.stringRepeat(i.SPACE_CHAR,c.length),u.appendChild(g)}else u.appendChild(this.com.createTextNode(c,this.element));else if(h){var g=this.dom.createElement("span");g.className="ace_invisible ace_invisible_space ace_invalid",g.textContent=s.stringRepeat(i.SPACE_CHAR,h.length),u.appendChild(g)}else if(p){t+=1;var g=this.dom.createElement("span");g.style.width=i.config.characterWidth*2+"px",g.className=i.showSpaces?"ace_cjk ace_invisible ace_invisible_space":"ace_cjk",g.textContent=i.showSpaces?i.SPACE_CHAR:p,u.appendChild(g)}else if(d){t+=1;var g=this.dom.createElement("span");g.style.width=i.config.characterWidth*2+"px",g.className="ace_cjk",g.textContent=d,u.appendChild(g)}}u.appendChild(this.dom.createTextNode(f?r.slice(f):r,this.element));if(!this.$textToken[n.type]){var y="ace_"+n.type.replace(/\./g," ace_"),g=this.dom.createElement("span");n.type=="fold"&&(g.style.width=n.value.length*this.config.characterWidth+"px"),g.className=y,g.appendChild(u),e.appendChild(g)}else e.appendChild(u);return t+r.length},this.renderIndentGuide=function(e,t,n){var r=t.search(this.$indentGuideRe);if(r<=0||r>=n)return t;if(t[0]==" "){r-=r%this.tabSize;var i=r/this.tabSize;for(var s=0;s<i;s++)e.appendChild(this.$tabStrings[" "].cloneNode(!0));return t.substr(r)}if(t[0]==" "){for(var s=0;s<r;s++)e.appendChild(this.$tabStrings[" "].cloneNode(!0));return t.substr(r)}return t},this.$createLineElement=function(e){var t=this.dom.createElement("div");return t.className="ace_line",t.style.height=this.config.lineHeight+"px",t},this.$renderWrappedLine=function(e,t,n){var r=0,i=0,o=n[0],u=0,a=this.$createLineElement();e.appendChild(a);for(var f=0;f<t.length;f++){var l=t[f],c=l.value;if(f==0&&this.displayIndentGuides){r=c.length,c=this.renderIndentGuide(a,c,o);if(!c)continue;r-=c.length}if(r+c.length<o)u=this.$renderToken(a,u,l,c),r+=c.length;else{while(r+c.length>=o)u=this.$renderToken(a,u,l,c.substring(0,o-r)),c=c.substring(o-r),r=o,a=this.$createLineElement(),e.appendChild(a),a.appendChild(this.dom.createTextNode(s.stringRepeat("\u00a0",n.indent),this.element)),i++,u=0,o=n[i]||Number.MAX_VALUE;c.length!=0&&(r+=c.length,u=this.$renderToken(a,u,l,c))}}n[n.length-1]>this.MAX_LINE_LENGTH&&this.$renderOverflowMessage(a,u,null,"",!0)},this.$renderSimpleLine=function(e,t){var n=0,r=t[0],i=r.value;this.displayIndentGuides&&(i=this.renderIndentGuide(e,i)),i&&(n=this.$renderToken(e,n,r,i));for(var s=1;s<t.length;s++){r=t[s],i=r.value;if(n+i.length>this.MAX_LINE_LENGTH)return this.$renderOverflowMessage(e,n,r,i);n=this.$renderToken(e,n,r,i)}},this.$renderOverflowMessage=function(e,t,n,r,i){n&&this.$renderToken(e,t,n,r.slice(0,this.MAX_LINE_LENGTH-t));var s=this.dom.createElement("span");s.className="ace_inline_button ace_keyword ace_toggle_wrap",s.textContent=i?"<hide>":"<click to see more...>",e.appendChild(s)},this.$renderLine=function(e,t,n){!n&&n!=0&&(n=this.session.getFoldLine(t));if(n)var r=this.$getFoldLineTokens(t,n);else var r=this.session.getTokens(t);var i=e;if(r.length){var s=this.session.getRowSplitData(t);if(s&&s.length){this.$renderWrappedLine(e,r,s);var i=e.lastChild}else{var i=e;this.$useLineGroups()&&(i=this.$createLineElement(),e.appendChild(i)),this.$renderSimpleLine(i,r)}}else this.$useLineGroups()&&(i=this.$createLineElement(),e.appendChild(i));if(this.showEOL&&i){n&&(t=n.end.row);var o=this.dom.createElement("span");o.className="ace_invisible ace_invisible_eol",o.textContent=t==this.session.getLength()-1?this.EOF_CHAR:this.EOL_CHAR,i.appendChild(o)}},this.$getFoldLineTokens=function(e,t){function i(e,t,n){var i=0,s=0;while(s+e[i].value.length<t){s+=e[i].value.length,i++;if(i==e.length)return}if(s!=t){var o=e[i].value.substring(t-s);o.length>n-t&&(o=o.substring(0,n-t)),r.push({type:e[i].type,value:o}),s=t+o.length,i+=1}while(s<n&&i<e.length){var o=e[i].value;o.length+s>n?r.push({type:e[i].type,value:o.substring(0,n-s)}):r.push(e[i]),s+=o.length,i+=1}}var n=this.session,r=[],s=n.getTokens(e);return t.walk(function(e,t,o,u,a){e!=null?r.push({type:"fold",value:e}):(a&&(s=n.getTokens(t)),s.length&&i(s,u,o))},t.end.row,this.session.getLine(t.end.row).length),r},this.$useLineGroups=function(){return this.session.getUseWrapMode()},this.destroy=function(){}}).call(a.prototype),t.Text=a}),ace.define("ace/layer/cursor",["require","exports","module","ace/lib/dom"],function(e,t,n){"use strict";var r=e("../lib/dom"),i=function(e){this.element=r.createElement("div"),this.element.className="ace_layer ace_cursor-layer",e.appendChild(this.element),this.isVisible=!1,this.isBlinking=!0,this.blinkInterval=1e3,this.smoothBlinking=!1,this.cursors=[],this.cursor=this.addCursor(),r.addCssClass(this.element,"ace_hidden-cursors"),this.$updateCursors=this.$updateOpacity.bind(this)};(function(){this.$updateOpacity=function(e){var t=this.cursors;for(var n=t.length;n--;)r.setStyle(t[n].style,"opacity",e?"":"0")},this.$startCssAnimation=function(){var e=this.cursors;for(var t=e.length;t--;)e[t].style.animationDuration=this.blinkInterval+"ms";setTimeout(function(){r.addCssClass(this.element,"ace_animate-blinking")}.bind(this))},this.$stopCssAnimation=function(){r.removeCssClass(this.element,"ace_animate-blinking")},this.$padding=0,this.setPadding=function(e){this.$padding=e},this.setSession=function(e){this.session=e},this.setBlinking=function(e){e!=this.isBlinking&&(this.isBlinking=e,this.restartTimer())},this.setBlinkInterval=function(e){e!=this.blinkInterval&&(this.blinkInterval=e,this.restartTimer())},this.setSmoothBlinking=function(e){e!=this.smoothBlinking&&(this.smoothBlinking=e,r.setCssClass(this.element,"ace_smooth-blinking",e),this.$updateCursors(!0),this.restartTimer())},this.addCursor=function(){var e=r.createElement("div");return e.className="ace_cursor",this.element.appendChild(e),this.cursors.push(e),e},this.removeCursor=function(){if(this.cursors.length>1){var e=this.cursors.pop();return e.parentNode.removeChild(e),e}},this.hideCursor=function(){this.isVisible=!1,r.addCssClass(this.element,"ace_hidden-cursors"),this.restartTimer()},this.showCursor=function(){this.isVisible=!0,r.removeCssClass(this.element,"ace_hidden-cursors"),this.restartTimer()},this.restartTimer=function(){var e=this.$updateCursors;clearInterval(this.intervalId),clearTimeout(this.timeoutId),this.$stopCssAnimation(),this.smoothBlinking&&r.removeCssClass(this.element,"ace_smooth-blinking"),e(!0);if(!this.isBlinking||!this.blinkInterval||!this.isVisible){this.$stopCssAnimation();return}this.smoothBlinking&&setTimeout(function(){r.addCssClass(this.element,"ace_smooth-blinking")}.bind(this));if(r.HAS_CSS_ANIMATION)this.$startCssAnimation();else{var t=function(){this.timeoutId=setTimeout(function(){e(!1)},.6*this.blinkInterval)}.bind(this);this.intervalId=setInterval(function(){e(!0),t()},this.blinkInterval),t()}},this.getPixelPosition=function(e,t){if(!this.config||!this.session)return{left:0,top:0};e||(e=this.session.selection.getCursor());var n=this.session.documentToScreenPosition(e),r=this.$padding+(this.session.$bidiHandler.isBidiRow(n.row,e.row)?this.session.$bidiHandler.getPosLeft(n.column):n.column*this.config.characterWidth),i=(n.row-(t?this.config.firstRowScreen:0))*this.config.lineHeight;return{left:r,top:i}},this.isCursorInView=function(e,t){return e.top>=0&&e.top<t.maxHeight},this.update=function(e){this.config=e;var t=this.session.$selectionMarkers,n=0,i=0;if(t===undefined||t.length===0)t=[{cursor:null}];for(var n=0,s=t.length;n<s;n++){var o=this.getPixelPosition(t[n].cursor,!0);if((o.top>e.height+e.offset||o.top<0)&&n>1)continue;var u=this.cursors[i++]||this.addCursor(),a=u.style;this.drawCursor?this.drawCursor(u,o,e,t[n],this.session):this.isCursorInView(o,e)?(r.setStyle(a,"display","block"),r.translate(u,o.left,o.top),r.setStyle(a,"width",Math.round(e.characterWidth)+"px"),r.setStyle(a,"height",e.lineHeight+"px")):r.setStyle(a,"display","none")}while(this.cursors.length>i)this.removeCursor();var f=this.session.getOverwrite();this.$setOverwrite(f),this.$pixelPos=o,this.restartTimer()},this.drawCursor=null,this.$setOverwrite=function(e){e!=this.overwrite&&(this.overwrite=e,e?r.addCssClass(this.element,"ace_overwrite-cursors"):r.removeCssClass(this.element,"ace_overwrite-cursors"))},this.destroy=function(){clearInterval(this.intervalId),clearTimeout(this.timeoutId)}}).call(i.prototype),t.Cursor=i}),ace.define("ace/scrollbar",["require","exports","module","ace/lib/oop","ace/lib/dom","ace/lib/event","ace/lib/event_emitter"],function(e,t,n){"use strict";var r=e("./lib/oop"),i=e("./lib/dom"),s=e("./lib/event"),o=e("./lib/event_emitter").EventEmitter,u=32768,a=function(e){this.element=i.createElement("div"),this.element.className="ace_scrollbar ace_scrollbar"+this.classSuffix,this.inner=i.createElement("div"),this.inner.className="ace_scrollbar-inner",this.inner.textContent="\u00a0",this.element.appendChild(this.inner),e.appendChild(this.element),this.setVisible(!1),this.skipEvent=!1,s.addListener(this.element,"scroll",this.onScroll.bind(this)),s.addListener(this.element,"mousedown",s.preventDefault)};(function(){r.implement(this,o),this.setVisible=function(e){this.element.style.display=e?"":"none",this.isVisible=e,this.coeff=1}}).call(a.prototype);var f=function(e,t){a.call(this,e),this.scrollTop=0,this.scrollHeight=0,t.$scrollbarWidth=this.width=i.scrollbarWidth(e.ownerDocument),this.inner.style.width=this.element.style.width=(this.width||15)+5+"px",this.$minWidth=0};r.inherits(f,a),function(){this.classSuffix="-v",this.onScroll=function(){if(!this.skipEvent){this.scrollTop=this.element.scrollTop;if(this.coeff!=1){var e=this.element.clientHeight/this.scrollHeight;this.scrollTop=this.scrollTop*(1-e)/(this.coeff-e)}this._emit("scroll",{data:this.scrollTop})}this.skipEvent=!1},this.getWidth=function(){return Math.max(this.isVisible?this.width:0,this.$minWidth||0)},this.setHeight=function(e){this.element.style.height=e+"px"},this.setInnerHeight=this.setScrollHeight=function(e){this.scrollHeight=e,e>u?(this.coeff=u/e,e=u):this.coeff!=1&&(this.coeff=1),this.inner.style.height=e+"px"},this.setScrollTop=function(e){this.scrollTop!=e&&(this.skipEvent=!0,this.scrollTop=e,this.element.scrollTop=e*this.coeff)}}.call(f.prototype);var l=function(e,t){a.call(this,e),this.scrollLeft=0,this.height=t.$scrollbarWidth,this.inner.style.height=this.element.style.height=(this.height||15)+5+"px"};r.inherits(l,a),function(){this.classSuffix="-h",this.onScroll=function(){this.skipEvent||(this.scrollLeft=this.element.scrollLeft,this._emit("scroll",{data:this.scrollLeft})),this.skipEvent=!1},this.getHeight=function(){return this.isVisible?this.height:0},this.setWidth=function(e){this.element.style.width=e+"px"},this.setInnerWidth=function(e){this.inner.style.width=e+"px"},this.setScrollWidth=function(e){this.inner.style.width=e+"px"},this.setScrollLeft=function(e){this.scrollLeft!=e&&(this.skipEvent=!0,this.scrollLeft=this.element.scrollLeft=e)}}.call(l.prototype),t.ScrollBar=f,t.ScrollBarV=f,t.ScrollBarH=l,t.VScrollBar=f,t.HScrollBar=l}),ace.define("ace/renderloop",["require","exports","module","ace/lib/event"],function(e,t,n){"use strict";var r=e("./lib/event"),i=function(e,t){this.onRender=e,this.pending=!1,this.changes=0,this.$recursionLimit=2,this.window=t||window;var n=this;this._flush=function(e){n.pending=!1;var t=n.changes;t&&(r.blockIdle(100),n.changes=0,n.onRender(t));if(n.changes){if(n.$recursionLimit--<0)return;n.schedule()}else n.$recursionLimit=2}};(function(){this.schedule=function(e){this.changes=this.changes|e,this.changes&&!this.pending&&(r.nextFrame(this._flush),this.pending=!0)},this.clear=function(e){var t=this.changes;return this.changes=0,t}}).call(i.prototype),t.RenderLoop=i}),ace.define("ace/layer/font_metrics",["require","exports","module","ace/lib/oop","ace/lib/dom","ace/lib/lang","ace/lib/event","ace/lib/useragent","ace/lib/event_emitter"],function(e,t,n){var r=e("../lib/oop"),i=e("../lib/dom"),s=e("../lib/lang"),o=e("../lib/event"),u=e("../lib/useragent"),a=e("../lib/event_emitter").EventEmitter,f=256,l=typeof ResizeObserver=="function",c=200,h=t.FontMetrics=function(e){this.el=i.createElement("div"),this.$setMeasureNodeStyles(this.el.style,!0),this.$main=i.createElement("div"),this.$setMeasureNodeStyles(this.$main.style),this.$measureNode=i.createElement("div"),this.$setMeasureNodeStyles(this.$measureNode.style),this.el.appendChild(this.$main),this.el.appendChild(this.$measureNode),e.appendChild(this.el),this.$measureNode.textContent=s.stringRepeat("X",f),this.$characterSize={width:0,height:0},l?this.$addObserver():this.checkForSizeChanges()};(function(){r.implement(this,a),this.$characterSize={width:0,height:0},this.$setMeasureNodeStyles=function(e,t){e.width=e.height="auto",e.left=e.top="0px",e.visibility="hidden",e.position="absolute",e.whiteSpace="pre",u.isIE<8?e["font-family"]="inherit":e.font="inherit",e.overflow=t?"hidden":"visible"},this.checkForSizeChanges=function(e){e===undefined&&(e=this.$measureSizes());if(e&&(this.$characterSize.width!==e.width||this.$characterSize.height!==e.height)){this.$measureNode.style.fontWeight="bold";var t=this.$measureSizes();this.$measureNode.style.fontWeight="",this.$characterSize=e,this.charSizes=Object.create(null),this.allowBoldFonts=t&&t.width===e.width&&t.height===e.height,this._emit("changeCharacterSize",{data:e})}},this.$addObserver=function(){var e=this;this.$observer=new window.ResizeObserver(function(t){e.checkForSizeChanges()}),this.$observer.observe(this.$measureNode)},this.$pollSizeChanges=function(){if(this.$pollSizeChangesTimer||this.$observer)return this.$pollSizeChangesTimer;var e=this;return this.$pollSizeChangesTimer=o.onIdle(function t(){e.checkForSizeChanges(),o.onIdle(t,500)},500)},this.setPolling=function(e){e?this.$pollSizeChanges():this.$pollSizeChangesTimer&&(clearInterval(this.$pollSizeChangesTimer),this.$pollSizeChangesTimer=0)},this.$measureSizes=function(e){var t={height:(e||this.$measureNode).clientHeight,width:(e||this.$measureNode).clientWidth/f};return t.width===0||t.height===0?null:t},this.$measureCharWidth=function(e){this.$main.textContent=s.stringRepeat(e,f);var t=this.$main.getBoundingClientRect();return t.width/f},this.getCharacterWidth=function(e){var t=this.charSizes[e];return t===undefined&&(t=this.charSizes[e]=this.$measureCharWidth(e)/this.$characterSize.width),t},this.destroy=function(){clearInterval(this.$pollSizeChangesTimer),this.$observer&&this.$observer.disconnect(),this.el&&this.el.parentNode&&this.el.parentNode.removeChild(this.el)},this.$getZoom=function e(t){return!t||!t.parentElement?1:(window.getComputedStyle(t).zoom||1)*e(t.parentElement)},this.$initTransformMeasureNodes=function(){var e=function(e,t){return["div",{style:"position: absolute;top:"+e+"px;left:"+t+"px;"}]};this.els=i.buildDom([e(0,0),e(c,0),e(0,c),e(c,c)],this.el)},this.transformCoordinates=function(e,t){function r(e,t,n){var r=e[1]*t[0]-e[0]*t[1];return[(-t[1]*n[0]+t[0]*n[1])/r,(+e[1]*n[0]-e[0]*n[1])/r]}function i(e,t){return[e[0]-t[0],e[1]-t[1]]}function s(e,t){return[e[0]+t[0],e[1]+t[1]]}function o(e,t){return[e*t[0],e*t[1]]}function u(e){var t=e.getBoundingClientRect();return[t.left,t.top]}if(e){var n=this.$getZoom(this.el);e=o(1/n,e)}this.els||this.$initTransformMeasureNodes();var a=u(this.els[0]),f=u(this.els[1]),l=u(this.els[2]),h=u(this.els[3]),p=r(i(h,f),i(h,l),i(s(f,l),s(h,a))),d=o(1+p[0],i(f,a)),v=o(1+p[1],i(l,a));if(t){var m=t,g=p[0]*m[0]/c+p[1]*m[1]/c+1,y=s(o(m[0],d),o(m[1],v));return s(o(1/g/c,y),a)}var b=i(e,a),w=r(i(d,o(p[0],b)),i(v,o(p[1],b)),b);return o(c,w)}}).call(h.prototype)}),ace.define("ace/virtual_renderer",["require","exports","module","ace/lib/oop","ace/lib/dom","ace/config","ace/layer/gutter","ace/layer/marker","ace/layer/text","ace/layer/cursor","ace/scrollbar","ace/scrollbar","ace/renderloop","ace/layer/font_metrics","ace/lib/event_emitter","ace/lib/useragent"],function(e,t,n){"use strict";var r=e("./lib/oop"),i=e("./lib/dom"),s=e("./config"),o=e("./layer/gutter").Gutter,u=e("./layer/marker").Marker,a=e("./layer/text").Text,f=e("./layer/cursor").Cursor,l=e("./scrollbar").HScrollBar,c=e("./scrollbar").VScrollBar,h=e("./renderloop").RenderLoop,p=e("./layer/font_metrics").FontMetrics,d=e("./lib/event_emitter").EventEmitter,v='.ace_br1 {border-top-left-radius : 3px;}.ace_br2 {border-top-right-radius : 3px;}.ace_br3 {border-top-left-radius : 3px; border-top-right-radius: 3px;}.ace_br4 {border-bottom-right-radius: 3px;}.ace_br5 {border-top-left-radius : 3px; border-bottom-right-radius: 3px;}.ace_br6 {border-top-right-radius : 3px; border-bottom-right-radius: 3px;}.ace_br7 {border-top-left-radius : 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px;}.ace_br8 {border-bottom-left-radius : 3px;}.ace_br9 {border-top-left-radius : 3px; border-bottom-left-radius: 3px;}.ace_br10{border-top-right-radius : 3px; border-bottom-left-radius: 3px;}.ace_br11{border-top-left-radius : 3px; border-top-right-radius: 3px; border-bottom-left-radius: 3px;}.ace_br12{border-bottom-right-radius: 3px; border-bottom-left-radius: 3px;}.ace_br13{border-top-left-radius : 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px;}.ace_br14{border-top-right-radius : 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px;}.ace_br15{border-top-left-radius : 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px;}.ace_editor {position: relative;overflow: hidden;padding: 0;font: 12px/normal \'Monaco\', \'Menlo\', \'Ubuntu Mono\', \'Consolas\', \'source-code-pro\', monospace;direction: ltr;text-align: left;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}.ace_scroller {position: absolute;overflow: hidden;top: 0;bottom: 0;background-color: inherit;-ms-user-select: none;-moz-user-select: none;-webkit-user-select: none;user-select: none;cursor: text;}.ace_content {position: absolute;box-sizing: border-box;min-width: 100%;contain: style size layout;font-variant-ligatures: no-common-ligatures;}.ace_dragging .ace_scroller:before{position: absolute;top: 0;left: 0;right: 0;bottom: 0;content: \'\';background: rgba(250, 250, 250, 0.01);z-index: 1000;}.ace_dragging.ace_dark .ace_scroller:before{background: rgba(0, 0, 0, 0.01);}.ace_selecting, .ace_selecting * {cursor: text !important;}.ace_gutter {position: absolute;overflow : hidden;width: auto;top: 0;bottom: 0;left: 0;cursor: default;z-index: 4;-ms-user-select: none;-moz-user-select: none;-webkit-user-select: none;user-select: none;contain: style size layout;}.ace_gutter-active-line {position: absolute;left: 0;right: 0;}.ace_scroller.ace_scroll-left {box-shadow: 17px 0 16px -16px rgba(0, 0, 0, 0.4) inset;}.ace_gutter-cell {position: absolute;top: 0;left: 0;right: 0;padding-left: 19px;padding-right: 6px;background-repeat: no-repeat;}.ace_gutter-cell.ace_error {background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAABOFBMVEX/////////QRswFAb/Ui4wFAYwFAYwFAaWGAfDRymzOSH/PxswFAb/SiUwFAYwFAbUPRvjQiDllog5HhHdRybsTi3/Tyv9Tir+Syj/UC3////XurebMBIwFAb/RSHbPx/gUzfdwL3kzMivKBAwFAbbvbnhPx66NhowFAYwFAaZJg8wFAaxKBDZurf/RB6mMxb/SCMwFAYwFAbxQB3+RB4wFAb/Qhy4Oh+4QifbNRcwFAYwFAYwFAb/QRzdNhgwFAYwFAbav7v/Uy7oaE68MBK5LxLewr/r2NXewLswFAaxJw4wFAbkPRy2PyYwFAaxKhLm1tMwFAazPiQwFAaUGAb/QBrfOx3bvrv/VC/maE4wFAbRPBq6MRO8Qynew8Dp2tjfwb0wFAbx6eju5+by6uns4uH9/f36+vr/GkHjAAAAYnRSTlMAGt+64rnWu/bo8eAA4InH3+DwoN7j4eLi4xP99Nfg4+b+/u9B/eDs1MD1mO7+4PHg2MXa347g7vDizMLN4eG+Pv7i5evs/v79yu7S3/DV7/498Yv24eH+4ufQ3Ozu/v7+y13sRqwAAADLSURBVHjaZc/XDsFgGIBhtDrshlitmk2IrbHFqL2pvXf/+78DPokj7+Fz9qpU/9UXJIlhmPaTaQ6QPaz0mm+5gwkgovcV6GZzd5JtCQwgsxoHOvJO15kleRLAnMgHFIESUEPmawB9ngmelTtipwwfASilxOLyiV5UVUyVAfbG0cCPHig+GBkzAENHS0AstVF6bacZIOzgLmxsHbt2OecNgJC83JERmePUYq8ARGkJx6XtFsdddBQgZE2nPR6CICZhawjA4Fb/chv+399kfR+MMMDGOQAAAABJRU5ErkJggg==");background-repeat: no-repeat;background-position: 2px center;}.ace_gutter-cell.ace_warning {background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAmVBMVEX///8AAAD///8AAAAAAABPSzb/5sAAAAB/blH/73z/ulkAAAAAAAD85pkAAAAAAAACAgP/vGz/rkDerGbGrV7/pkQICAf////e0IsAAAD/oED/qTvhrnUAAAD/yHD/njcAAADuv2r/nz//oTj/p064oGf/zHAAAAA9Nir/tFIAAAD/tlTiuWf/tkIAAACynXEAAAAAAAAtIRW7zBpBAAAAM3RSTlMAABR1m7RXO8Ln31Z36zT+neXe5OzooRDfn+TZ4p3h2hTf4t3k3ucyrN1K5+Xaks52Sfs9CXgrAAAAjklEQVR42o3PbQ+CIBQFYEwboPhSYgoYunIqqLn6/z8uYdH8Vmdnu9vz4WwXgN/xTPRD2+sgOcZjsge/whXZgUaYYvT8QnuJaUrjrHUQreGczuEafQCO/SJTufTbroWsPgsllVhq3wJEk2jUSzX3CUEDJC84707djRc5MTAQxoLgupWRwW6UB5fS++NV8AbOZgnsC7BpEAAAAABJRU5ErkJggg==");background-position: 2px center;}.ace_gutter-cell.ace_info {background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAAAAAA6mKC9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAJ0Uk5TAAB2k804AAAAPklEQVQY02NgIB68QuO3tiLznjAwpKTgNyDbMegwisCHZUETUZV0ZqOquBpXj2rtnpSJT1AEnnRmL2OgGgAAIKkRQap2htgAAAAASUVORK5CYII=");background-position: 2px center;}.ace_dark .ace_gutter-cell.ace_info {background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAJFBMVEUAAAChoaGAgIAqKiq+vr6tra1ZWVmUlJSbm5s8PDxubm56enrdgzg3AAAAAXRSTlMAQObYZgAAAClJREFUeNpjYMAPdsMYHegyJZFQBlsUlMFVCWUYKkAZMxZAGdxlDMQBAG+TBP4B6RyJAAAAAElFTkSuQmCC");}.ace_scrollbar {contain: strict;position: absolute;right: 0;bottom: 0;z-index: 6;}.ace_scrollbar-inner {position: absolute;cursor: text;left: 0;top: 0;}.ace_scrollbar-v{overflow-x: hidden;overflow-y: scroll;top: 0;}.ace_scrollbar-h {overflow-x: scroll;overflow-y: hidden;left: 0;}.ace_print-margin {position: absolute;height: 100%;}.ace_text-input {position: absolute;z-index: 0;width: 0.5em;height: 1em;opacity: 0;background: transparent;-moz-appearance: none;appearance: none;border: none;resize: none;outline: none;overflow: hidden;font: inherit;padding: 0 1px;margin: 0 -1px;contain: strict;-ms-user-select: text;-moz-user-select: text;-webkit-user-select: text;user-select: text;white-space: pre!important;}.ace_text-input.ace_composition {background: transparent;color: inherit;z-index: 1000;opacity: 1;}.ace_composition_placeholder { color: transparent }.ace_composition_marker { border-bottom: 1px solid;position: absolute;border-radius: 0;margin-top: 1px;}[ace_nocontext=true] {transform: none!important;filter: none!important;clip-path: none!important;mask : none!important;contain: none!important;perspective: none!important;mix-blend-mode: initial!important;z-index: auto;}.ace_layer {z-index: 1;position: absolute;overflow: hidden;word-wrap: normal;white-space: pre;height: 100%;width: 100%;box-sizing: border-box;pointer-events: none;}.ace_gutter-layer {position: relative;width: auto;text-align: right;pointer-events: auto;height: 1000000px;contain: style size layout;}.ace_text-layer {font: inherit !important;position: absolute;height: 1000000px;width: 1000000px;contain: style size layout;}.ace_text-layer > .ace_line, .ace_text-layer > .ace_line_group {contain: style size layout;position: absolute;top: 0;left: 0;right: 0;}.ace_hidpi .ace_text-layer,.ace_hidpi .ace_gutter-layer,.ace_hidpi .ace_content,.ace_hidpi .ace_gutter {contain: strict;will-change: transform;}.ace_hidpi .ace_text-layer > .ace_line, .ace_hidpi .ace_text-layer > .ace_line_group {contain: strict;}.ace_cjk {display: inline-block;text-align: center;}.ace_cursor-layer {z-index: 4;}.ace_cursor {z-index: 4;position: absolute;box-sizing: border-box;border-left: 2px solid;transform: translatez(0);}.ace_multiselect .ace_cursor {border-left-width: 1px;}.ace_slim-cursors .ace_cursor {border-left-width: 1px;}.ace_overwrite-cursors .ace_cursor {border-left-width: 0;border-bottom: 1px solid;}.ace_hidden-cursors .ace_cursor {opacity: 0.2;}.ace_hasPlaceholder .ace_hidden-cursors .ace_cursor {opacity: 0;}.ace_smooth-blinking .ace_cursor {transition: opacity 0.18s;}.ace_animate-blinking .ace_cursor {animation-duration: 1000ms;animation-timing-function: step-end;animation-name: blink-ace-animate;animation-iteration-count: infinite;}.ace_animate-blinking.ace_smooth-blinking .ace_cursor {animation-duration: 1000ms;animation-timing-function: ease-in-out;animation-name: blink-ace-animate-smooth;}@keyframes blink-ace-animate {from, to { opacity: 1; }60% { opacity: 0; }}@keyframes blink-ace-animate-smooth {from, to { opacity: 1; }45% { opacity: 1; }60% { opacity: 0; }85% { opacity: 0; }}.ace_marker-layer .ace_step, .ace_marker-layer .ace_stack {position: absolute;z-index: 3;}.ace_marker-layer .ace_selection {position: absolute;z-index: 5;}.ace_marker-layer .ace_bracket {position: absolute;z-index: 6;}.ace_marker-layer .ace_error_bracket {position: absolute;border-bottom: 1px solid #DE5555;border-radius: 0;}.ace_marker-layer .ace_active-line {position: absolute;z-index: 2;}.ace_marker-layer .ace_selected-word {position: absolute;z-index: 4;box-sizing: border-box;}.ace_line .ace_fold {box-sizing: border-box;display: inline-block;height: 11px;margin-top: -2px;vertical-align: middle;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAJCAYAAADU6McMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJpJREFUeNpi/P//PwOlgAXGYGRklAVSokD8GmjwY1wasKljQpYACtpCFeADcHVQfQyMQAwzwAZI3wJKvCLkfKBaMSClBlR7BOQikCFGQEErIH0VqkabiGCAqwUadAzZJRxQr/0gwiXIal8zQQPnNVTgJ1TdawL0T5gBIP1MUJNhBv2HKoQHHjqNrA4WO4zY0glyNKLT2KIfIMAAQsdgGiXvgnYAAAAASUVORK5CYII="),url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAA3CAYAAADNNiA5AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACJJREFUeNpi+P//fxgTAwPDBxDxD078RSX+YeEyDFMCIMAAI3INmXiwf2YAAAAASUVORK5CYII=");background-repeat: no-repeat, repeat-x;background-position: center center, top left;color: transparent;border: 1px solid black;border-radius: 2px;cursor: pointer;pointer-events: auto;}.ace_dark .ace_fold {}.ace_fold:hover{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAJCAYAAADU6McMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJpJREFUeNpi/P//PwOlgAXGYGRklAVSokD8GmjwY1wasKljQpYACtpCFeADcHVQfQyMQAwzwAZI3wJKvCLkfKBaMSClBlR7BOQikCFGQEErIH0VqkabiGCAqwUadAzZJRxQr/0gwiXIal8zQQPnNVTgJ1TdawL0T5gBIP1MUJNhBv2HKoQHHjqNrA4WO4zY0glyNKLT2KIfIMAAQsdgGiXvgnYAAAAASUVORK5CYII="),url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAA3CAYAAADNNiA5AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACBJREFUeNpi+P//fz4TAwPDZxDxD5X4i5fLMEwJgAADAEPVDbjNw87ZAAAAAElFTkSuQmCC");}.ace_tooltip {background-color: #FFF;background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.1));border: 1px solid gray;border-radius: 1px;box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);color: black;max-width: 100%;padding: 3px 4px;position: fixed;z-index: 999999;box-sizing: border-box;cursor: default;white-space: pre;word-wrap: break-word;line-height: normal;font-style: normal;font-weight: normal;letter-spacing: normal;pointer-events: none;}.ace_folding-enabled > .ace_gutter-cell {padding-right: 13px;}.ace_fold-widget {box-sizing: border-box;margin: 0 -12px 0 1px;display: none;width: 11px;vertical-align: top;background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAANElEQVR42mWKsQ0AMAzC8ixLlrzQjzmBiEjp0A6WwBCSPgKAXoLkqSot7nN3yMwR7pZ32NzpKkVoDBUxKAAAAABJRU5ErkJggg==");background-repeat: no-repeat;background-position: center;border-radius: 3px;border: 1px solid transparent;cursor: pointer;}.ace_folding-enabled .ace_fold-widget {display: inline-block; }.ace_fold-widget.ace_end {background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAANElEQVR42m3HwQkAMAhD0YzsRchFKI7sAikeWkrxwScEB0nh5e7KTPWimZki4tYfVbX+MNl4pyZXejUO1QAAAABJRU5ErkJggg==");}.ace_fold-widget.ace_closed {background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAGCAYAAAAG5SQMAAAAOUlEQVR42jXKwQkAMAgDwKwqKD4EwQ26sSOkVWjgIIHAzPiCgaqiqnJHZnKICBERHN194O5b9vbLuAVRL+l0YWnZAAAAAElFTkSuQmCCXA==");}.ace_fold-widget:hover {border: 1px solid rgba(0, 0, 0, 0.3);background-color: rgba(255, 255, 255, 0.2);box-shadow: 0 1px 1px rgba(255, 255, 255, 0.7);}.ace_fold-widget:active {border: 1px solid rgba(0, 0, 0, 0.4);background-color: rgba(0, 0, 0, 0.05);box-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);}.ace_dark .ace_fold-widget {background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHklEQVQIW2P4//8/AzoGEQ7oGCaLLAhWiSwB146BAQCSTPYocqT0AAAAAElFTkSuQmCC");}.ace_dark .ace_fold-widget.ace_end {background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAH0lEQVQIW2P4//8/AxQ7wNjIAjDMgC4AxjCVKBirIAAF0kz2rlhxpAAAAABJRU5ErkJggg==");}.ace_dark .ace_fold-widget.ace_closed {background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAFCAYAAACAcVaiAAAAHElEQVQIW2P4//+/AxAzgDADlOOAznHAKgPWAwARji8UIDTfQQAAAABJRU5ErkJggg==");}.ace_dark .ace_fold-widget:hover {box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2);background-color: rgba(255, 255, 255, 0.1);}.ace_dark .ace_fold-widget:active {box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2);}.ace_inline_button {border: 1px solid lightgray;display: inline-block;margin: -1px 8px;padding: 0 5px;pointer-events: auto;cursor: pointer;}.ace_inline_button:hover {border-color: gray;background: rgba(200,200,200,0.2);display: inline-block;pointer-events: auto;}.ace_fold-widget.ace_invalid {background-color: #FFB4B4;border-color: #DE5555;}.ace_fade-fold-widgets .ace_fold-widget {transition: opacity 0.4s ease 0.05s;opacity: 0;}.ace_fade-fold-widgets:hover .ace_fold-widget {transition: opacity 0.05s ease 0.05s;opacity:1;}.ace_underline {text-decoration: underline;}.ace_bold {font-weight: bold;}.ace_nobold .ace_bold {font-weight: normal;}.ace_italic {font-style: italic;}.ace_error-marker {background-color: rgba(255, 0, 0,0.2);position: absolute;z-index: 9;}.ace_highlight-marker {background-color: rgba(255, 255, 0,0.2);position: absolute;z-index: 8;}.ace_mobile-menu {position: absolute;line-height: 1.5;border-radius: 4px;-ms-user-select: none;-moz-user-select: none;-webkit-user-select: none;user-select: none;background: white;box-shadow: 1px 3px 2px grey;border: 1px solid #dcdcdc;color: black;}.ace_dark > .ace_mobile-menu {background: #333;color: #ccc;box-shadow: 1px 3px 2px grey;border: 1px solid #444;}.ace_mobile-button {padding: 2px;cursor: pointer;overflow: hidden;}.ace_mobile-button:hover {background-color: #eee;opacity:1;}.ace_mobile-button:active {background-color: #ddd;}.ace_placeholder {font-family: arial;transform: scale(0.9);transform-origin: left;white-space: pre;opacity: 0.7;margin: 0 10px;}',m=e("./lib/useragent"),g=m.isIE;i.importCssString(v,"ace_editor.css");var y=function(e,t){var n=this;this.container=e||i.createElement("div"),i.addCssClass(this.container,"ace_editor"),i.HI_DPI&&i.addCssClass(this.container,"ace_hidpi"),this.setTheme(t),this.$gutter=i.createElement("div"),this.$gutter.className="ace_gutter",this.container.appendChild(this.$gutter),this.$gutter.setAttribute("aria-hidden",!0),this.scroller=i.createElement("div"),this.scroller.className="ace_scroller",this.container.appendChild(this.scroller),this.content=i.createElement("div"),this.content.className="ace_content",this.scroller.appendChild(this.content),this.$gutterLayer=new o(this.$gutter),this.$gutterLayer.on("changeGutterWidth",this.onGutterResize.bind(this)),this.$markerBack=new u(this.content);var r=this.$textLayer=new a(this.content);this.canvas=r.element,this.$markerFront=new u(this.content),this.$cursorLayer=new f(this.content),this.$horizScroll=!1,this.$vScroll=!1,this.scrollBar=this.scrollBarV=new c(this.container,this),this.scrollBarH=new l(this.container,this),this.scrollBarV.on("scroll",function(e){n.$scrollAnimation||n.session.setScrollTop(e.data-n.scrollMargin.top)}),this.scrollBarH.on("scroll",function(e){n.$scrollAnimation||n.session.setScrollLeft(e.data-n.scrollMargin.left)}),this.scrollTop=0,this.scrollLeft=0,this.cursorPos={row:0,column:0},this.$fontMetrics=new p(this.container),this.$textLayer.$setFontMetrics(this.$fontMetrics),this.$textLayer.on("changeCharacterSize",function(e){n.updateCharacterSize(),n.onResize(!0,n.gutterWidth,n.$size.width,n.$size.height),n._signal("changeCharacterSize",e)}),this.$size={width:0,height:0,scrollerHeight:0,scrollerWidth:0,$dirty:!0},this.layerConfig={width:1,padding:0,firstRow:0,firstRowScreen:0,lastRow:0,lineHeight:0,characterWidth:0,minHeight:1,maxHeight:1,offset:0,height:1,gutterOffset:1},this.scrollMargin={left:0,right:0,top:0,bottom:0,v:0,h:0},this.margin={left:0,right:0,top:0,bottom:0,v:0,h:0},this.$keepTextAreaAtCursor=!m.isIOS,this.$loop=new h(this.$renderChanges.bind(this),this.container.ownerDocument.defaultView),this.$loop.schedule(this.CHANGE_FULL),this.updateCharacterSize(),this.setPadding(4),s.resetOptions(this),s._signal("renderer",this)};(function(){this.CHANGE_CURSOR=1,this.CHANGE_MARKER=2,this.CHANGE_GUTTER=4,this.CHANGE_SCROLL=8,this.CHANGE_LINES=16,this.CHANGE_TEXT=32,this.CHANGE_SIZE=64,this.CHANGE_MARKER_BACK=128,this.CHANGE_MARKER_FRONT=256,this.CHANGE_FULL=512,this.CHANGE_H_SCROLL=1024,r.implement(this,d),this.updateCharacterSize=function(){this.$textLayer.allowBoldFonts!=this.$allowBoldFonts&&(this.$allowBoldFonts=this.$textLayer.allowBoldFonts,this.setStyle("ace_nobold",!this.$allowBoldFonts)),this.layerConfig.characterWidth=this.characterWidth=this.$textLayer.getCharacterWidth(),this.layerConfig.lineHeight=this.lineHeight=this.$textLayer.getLineHeight(),this.$updatePrintMargin(),i.setStyle(this.scroller.style,"line-height",this.lineHeight+"px")},this.setSession=function(e){this.session&&this.session.doc.off("changeNewLineMode",this.onChangeNewLineMode),this.session=e,e&&this.scrollMargin.top&&e.getScrollTop()<=0&&e.setScrollTop(-this.scrollMargin.top),this.$cursorLayer.setSession(e),this.$markerBack.setSession(e),this.$markerFront.setSession(e),this.$gutterLayer.setSession(e),this.$textLayer.setSession(e);if(!e)return;this.$loop.schedule(this.CHANGE_FULL),this.session.$setFontMetrics(this.$fontMetrics),this.scrollBarH.scrollLeft=this.scrollBarV.scrollTop=null,this.onChangeNewLineMode=this.onChangeNewLineMode.bind(this),this.onChangeNewLineMode(),this.session.doc.on("changeNewLineMode",this.onChangeNewLineMode)},this.updateLines=function(e,t,n){t===undefined&&(t=Infinity),this.$changedLines?(this.$changedLines.firstRow>e&&(this.$changedLines.firstRow=e),this.$changedLines.lastRow<t&&(this.$changedLines.lastRow=t)):this.$changedLines={firstRow:e,lastRow:t};if(this.$changedLines.lastRow<this.layerConfig.firstRow){if(!n)return;this.$changedLines.lastRow=this.layerConfig.lastRow}if(this.$changedLines.firstRow>this.layerConfig.lastRow)return;this.$loop.schedule(this.CHANGE_LINES)},this.onChangeNewLineMode=function(){this.$loop.schedule(this.CHANGE_TEXT),this.$textLayer.$updateEolChar(),this.session.$bidiHandler.setEolChar(this.$textLayer.EOL_CHAR)},this.onChangeTabSize=function(){this.$loop.schedule(this.CHANGE_TEXT|this.CHANGE_MARKER),this.$textLayer.onChangeTabSize()},this.updateText=function(){this.$loop.schedule(this.CHANGE_TEXT)},this.updateFull=function(e){e?this.$renderChanges(this.CHANGE_FULL,!0):this.$loop.schedule(this.CHANGE_FULL)},this.updateFontSize=function(){this.$textLayer.checkForSizeChanges()},this.$changes=0,this.$updateSizeAsync=function(){this.$loop.pending?this.$size.$dirty=!0:this.onResize()},this.onResize=function(e,t,n,r){if(this.resizing>2)return;this.resizing>0?this.resizing++:this.resizing=e?1:0;var i=this.container;r||(r=i.clientHeight||i.scrollHeight),n||(n=i.clientWidth||i.scrollWidth);var s=this.$updateCachedSize(e,t,n,r);if(!this.$size.scrollerHeight||!n&&!r)return this.resizing=0;e&&(this.$gutterLayer.$padding=null),e?this.$renderChanges(s|this.$changes,!0):this.$loop.schedule(s|this.$changes),this.resizing&&(this.resizing=0),this.scrollBarV.scrollLeft=this.scrollBarV.scrollTop=null},this.$updateCachedSize=function(e,t,n,r){r-=this.$extraHeight||0;var s=0,o=this.$size,u={width:o.width,height:o.height,scrollerHeight:o.scrollerHeight,scrollerWidth:o.scrollerWidth};r&&(e||o.height!=r)&&(o.height=r,s|=this.CHANGE_SIZE,o.scrollerHeight=o.height,this.$horizScroll&&(o.scrollerHeight-=this.scrollBarH.getHeight()),this.scrollBarV.element.style.bottom=this.scrollBarH.getHeight()+"px",s|=this.CHANGE_SCROLL);if(n&&(e||o.width!=n)){s|=this.CHANGE_SIZE,o.width=n,t==null&&(t=this.$showGutter?this.$gutter.offsetWidth:0),this.gutterWidth=t,i.setStyle(this.scrollBarH.element.style,"left",t+"px"),i.setStyle(this.scroller.style,"left",t+this.margin.left+"px"),o.scrollerWidth=Math.max(0,n-t-this.scrollBarV.getWidth()-this.margin.h),i.setStyle(this.$gutter.style,"left",this.margin.left+"px");var a=this.scrollBarV.getWidth()+"px";i.setStyle(this.scrollBarH.element.style,"right",a),i.setStyle(this.scroller.style,"right",a),i.setStyle(this.scroller.style,"bottom",this.scrollBarH.getHeight());if(this.session&&this.session.getUseWrapMode()&&this.adjustWrapLimit()||e)s|=this.CHANGE_FULL}return o.$dirty=!n||!r,s&&this._signal("resize",u),s},this.onGutterResize=function(e){var t=this.$showGutter?e:0;t!=this.gutterWidth&&(this.$changes|=this.$updateCachedSize(!0,t,this.$size.width,this.$size.height)),this.session.getUseWrapMode()&&this.adjustWrapLimit()?this.$loop.schedule(this.CHANGE_FULL):this.$size.$dirty?this.$loop.schedule(this.CHANGE_FULL):this.$computeLayerConfig()},this.adjustWrapLimit=function(){var e=this.$size.scrollerWidth-this.$padding*2,t=Math.floor(e/this.characterWidth);return this.session.adjustWrapLimit(t,this.$showPrintMargin&&this.$printMarginColumn)},this.setAnimatedScroll=function(e){this.setOption("animatedScroll",e)},this.getAnimatedScroll=function(){return this.$animatedScroll},this.setShowInvisibles=function(e){this.setOption("showInvisibles",e),this.session.$bidiHandler.setShowInvisibles(e)},this.getShowInvisibles=function(){return this.getOption("showInvisibles")},this.getDisplayIndentGuides=function(){return this.getOption("displayIndentGuides")},this.setDisplayIndentGuides=function(e){this.setOption("displayIndentGuides",e)},this.setShowPrintMargin=function(e){this.setOption("showPrintMargin",e)},this.getShowPrintMargin=function(){return this.getOption("showPrintMargin")},this.setPrintMarginColumn=function(e){this.setOption("printMarginColumn",e)},this.getPrintMarginColumn=function(){return this.getOption("printMarginColumn")},this.getShowGutter=function(){return this.getOption("showGutter")},this.setShowGutter=function(e){return this.setOption("showGutter",e)},this.getFadeFoldWidgets=function(){return this.getOption("fadeFoldWidgets")},this.setFadeFoldWidgets=function(e){this.setOption("fadeFoldWidgets",e)},this.setHighlightGutterLine=function(e){this.setOption("highlightGutterLine",e)},this.getHighlightGutterLine=function(){return this.getOption("highlightGutterLine")},this.$updatePrintMargin=function(){if(!this.$showPrintMargin&&!this.$printMarginEl)return;if(!this.$printMarginEl){var e=i.createElement("div");e.className="ace_layer ace_print-margin-layer",this.$printMarginEl=i.createElement("div"),this.$printMarginEl.className="ace_print-margin",e.appendChild(this.$printMarginEl),this.content.insertBefore(e,this.content.firstChild)}var t=this.$printMarginEl.style;t.left=Math.round(this.characterWidth*this.$printMarginColumn+this.$padding)+"px",t.visibility=this.$showPrintMargin?"visible":"hidden",this.session&&this.session.$wrap==-1&&this.adjustWrapLimit()},this.getContainerElement=function(){return this.container},this.getMouseEventTarget=function(){return this.scroller},this.getTextAreaContainer=function(){return this.container},this.$moveTextAreaToCursor=function(){if(this.$isMousePressed)return;var e=this.textarea.style,t=this.$composition;if(!this.$keepTextAreaAtCursor&&!t){i.translate(this.textarea,-100,0);return}var n=this.$cursorLayer.$pixelPos;if(!n)return;t&&t.markerRange&&(n=this.$cursorLayer.getPixelPosition(t.markerRange.start,!0));var r=this.layerConfig,s=n.top,o=n.left;s-=r.offset;var u=t&&t.useTextareaForIME?this.lineHeight:g?0:1;if(s<0||s>r.height-u){i.translate(this.textarea,0,0);return}var a=1,f=this.$size.height-u;if(!t)s+=this.lineHeight;else if(t.useTextareaForIME){var l=this.textarea.value;a=this.characterWidth*this.session.$getStringScreenWidth(l)[0]}else s+=this.lineHeight+2;o-=this.scrollLeft,o>this.$size.scrollerWidth-a&&(o=this.$size.scrollerWidth-a),o+=this.gutterWidth+this.margin.left,i.setStyle(e,"height",u+"px"),i.setStyle(e,"width",a+"px"),i.translate(this.textarea,Math.min(o,this.$size.scrollerWidth-a),Math.min(s,f))},this.getFirstVisibleRow=function(){return this.layerConfig.firstRow},this.getFirstFullyVisibleRow=function(){return this.layerConfig.firstRow+(this.layerConfig.offset===0?0:1)},this.getLastFullyVisibleRow=function(){var e=this.layerConfig,t=e.lastRow,n=this.session.documentToScreenRow(t,0)*e.lineHeight;return n-this.session.getScrollTop()>e.height-e.lineHeight?t-1:t},this.getLastVisibleRow=function(){return this.layerConfig.lastRow},this.$padding=null,this.setPadding=function(e){this.$padding=e,this.$textLayer.setPadding(e),this.$cursorLayer.setPadding(e),this.$markerFront.setPadding(e),this.$markerBack.setPadding(e),this.$loop.schedule(this.CHANGE_FULL),this.$updatePrintMargin()},this.setScrollMargin=function(e,t,n,r){var i=this.scrollMargin;i.top=e|0,i.bottom=t|0,i.right=r|0,i.left=n|0,i.v=i.top+i.bottom,i.h=i.left+i.right,i.top&&this.scrollTop<=0&&this.session&&this.session.setScrollTop(-i.top),this.updateFull()},this.setMargin=function(e,t,n,r){var i=this.margin;i.top=e|0,i.bottom=t|0,i.right=r|0,i.left=n|0,i.v=i.top+i.bottom,i.h=i.left+i.right,this.$updateCachedSize(!0,this.gutterWidth,this.$size.width,this.$size.height),this.updateFull()},this.getHScrollBarAlwaysVisible=function(){return this.$hScrollBarAlwaysVisible},this.setHScrollBarAlwaysVisible=function(e){this.setOption("hScrollBarAlwaysVisible",e)},this.getVScrollBarAlwaysVisible=function(){return this.$vScrollBarAlwaysVisible},this.setVScrollBarAlwaysVisible=function(e){this.setOption("vScrollBarAlwaysVisible",e)},this.$updateScrollBarV=function(){var e=this.layerConfig.maxHeight,t=this.$size.scrollerHeight;!this.$maxLines&&this.$scrollPastEnd&&(e-=(t-this.lineHeight)*this.$scrollPastEnd,this.scrollTop>e-t&&(e=this.scrollTop+t,this.scrollBarV.scrollTop=null)),this.scrollBarV.setScrollHeight(e+this.scrollMargin.v),this.scrollBarV.setScrollTop(this.scrollTop+this.scrollMargin.top)},this.$updateScrollBarH=function(){this.scrollBarH.setScrollWidth(this.layerConfig.width+2*this.$padding+this.scrollMargin.h),this.scrollBarH.setScrollLeft(this.scrollLeft+this.scrollMargin.left)},this.$frozen=!1,this.freeze=function(){this.$frozen=!0},this.unfreeze=function(){this.$frozen=!1},this.$renderChanges=function(e,t){this.$changes&&(e|=this.$changes,this.$changes=0);if(!this.session||!this.container.offsetWidth||this.$frozen||!e&&!t){this.$changes|=e;return}if(this.$size.$dirty)return this.$changes|=e,this.onResize(!0);this.lineHeight||this.$textLayer.checkForSizeChanges(),this._signal("beforeRender",e),this.session&&this.session.$bidiHandler&&this.session.$bidiHandler.updateCharacterWidths(this.$fontMetrics);var n=this.layerConfig;if(e&this.CHANGE_FULL||e&this.CHANGE_SIZE||e&this.CHANGE_TEXT||e&this.CHANGE_LINES||e&this.CHANGE_SCROLL||e&this.CHANGE_H_SCROLL){e|=this.$computeLayerConfig()|this.$loop.clear();if(n.firstRow!=this.layerConfig.firstRow&&n.firstRowScreen==this.layerConfig.firstRowScreen){var r=this.scrollTop+(n.firstRow-this.layerConfig.firstRow)*this.lineHeight;r>0&&(this.scrollTop=r,e|=this.CHANGE_SCROLL,e|=this.$computeLayerConfig()|this.$loop.clear())}n=this.layerConfig,this.$updateScrollBarV(),e&this.CHANGE_H_SCROLL&&this.$updateScrollBarH(),i.translate(this.content,-this.scrollLeft,-n.offset);var s=n.width+2*this.$padding+"px",o=n.minHeight+"px";i.setStyle(this.content.style,"width",s),i.setStyle(this.content.style,"height",o)}e&this.CHANGE_H_SCROLL&&(i.translate(this.content,-this.scrollLeft,-n.offset),this.scroller.className=this.scrollLeft<=0?"ace_scroller":"ace_scroller ace_scroll-left");if(e&this.CHANGE_FULL){this.$changedLines=null,this.$textLayer.update(n),this.$showGutter&&this.$gutterLayer.update(n),this.$markerBack.update(n),this.$markerFront.update(n),this.$cursorLayer.update(n),this.$moveTextAreaToCursor(),this._signal("afterRender",e);return}if(e&this.CHANGE_SCROLL){this.$changedLines=null,e&this.CHANGE_TEXT||e&this.CHANGE_LINES?this.$textLayer.update(n):this.$textLayer.scrollLines(n),this.$showGutter&&(e&this.CHANGE_GUTTER||e&this.CHANGE_LINES?this.$gutterLayer.update(n):this.$gutterLayer.scrollLines(n)),this.$markerBack.update(n),this.$markerFront.update(n),this.$cursorLayer.update(n),this.$moveTextAreaToCursor(),this._signal("afterRender",e);return}e&this.CHANGE_TEXT?(this.$changedLines=null,this.$textLayer.update(n),this.$showGutter&&this.$gutterLayer.update(n)):e&this.CHANGE_LINES?(this.$updateLines()||e&this.CHANGE_GUTTER&&this.$showGutter)&&this.$gutterLayer.update(n):e&this.CHANGE_TEXT||e&this.CHANGE_GUTTER?this.$showGutter&&this.$gutterLayer.update(n):e&this.CHANGE_CURSOR&&this.$highlightGutterLine&&this.$gutterLayer.updateLineHighlight(n),e&this.CHANGE_CURSOR&&(this.$cursorLayer.update(n),this.$moveTextAreaToCursor()),e&(this.CHANGE_MARKER|this.CHANGE_MARKER_FRONT)&&this.$markerFront.update(n),e&(this.CHANGE_MARKER|this.CHANGE_MARKER_BACK)&&this.$markerBack.update(n),this._signal("afterRender",e)},this.$autosize=function(){var e=this.session.getScreenLength()*this.lineHeight,t=this.$maxLines*this.lineHeight,n=Math.min(t,Math.max((this.$minLines||1)*this.lineHeight,e))+this.scrollMargin.v+(this.$extraHeight||0);this.$horizScroll&&(n+=this.scrollBarH.getHeight()),this.$maxPixelHeight&&n>this.$maxPixelHeight&&(n=this.$maxPixelHeight);var r=n<=2*this.lineHeight,i=!r&&e>t;if(n!=this.desiredHeight||this.$size.height!=this.desiredHeight||i!=this.$vScroll){i!=this.$vScroll&&(this.$vScroll=i,this.scrollBarV.setVisible(i));var s=this.container.clientWidth;this.container.style.height=n+"px",this.$updateCachedSize(!0,this.$gutterWidth,s,n),this.desiredHeight=n,this._signal("autosize")}},this.$computeLayerConfig=function(){var e=this.session,t=this.$size,n=t.height<=2*this.lineHeight,r=this.session.getScreenLength(),i=r*this.lineHeight,s=this.$getLongestLine(),o=!n&&(this.$hScrollBarAlwaysVisible||t.scrollerWidth-s-2*this.$padding<0),u=this.$horizScroll!==o;u&&(this.$horizScroll=o,this.scrollBarH.setVisible(o));var a=this.$vScroll;this.$maxLines&&this.lineHeight>1&&this.$autosize();var f=t.scrollerHeight+this.lineHeight,l=!this.$maxLines&&this.$scrollPastEnd?(t.scrollerHeight-this.lineHeight)*this.$scrollPastEnd:0;i+=l;var c=this.scrollMargin;this.session.setScrollTop(Math.max(-c.top,Math.min(this.scrollTop,i-t.scrollerHeight+c.bottom))),this.session.setScrollLeft(Math.max(-c.left,Math.min(this.scrollLeft,s+2*this.$padding-t.scrollerWidth+c.right)));var h=!n&&(this.$vScrollBarAlwaysVisible||t.scrollerHeight-i+l<0||this.scrollTop>c.top),p=a!==h;p&&(this.$vScroll=h,this.scrollBarV.setVisible(h));var d=this.scrollTop%this.lineHeight,v=Math.ceil(f/this.lineHeight)-1,m=Math.max(0,Math.round((this.scrollTop-d)/this.lineHeight)),g=m+v,y,b,w=this.lineHeight;m=e.screenToDocumentRow(m,0);var E=e.getFoldLine(m);E&&(m=E.start.row),y=e.documentToScreenRow(m,0),b=e.getRowLength(m)*w,g=Math.min(e.screenToDocumentRow(g,0),e.getLength()-1),f=t.scrollerHeight+e.getRowLength(g)*w+b,d=this.scrollTop-y*w;var S=0;if(this.layerConfig.width!=s||u)S=this.CHANGE_H_SCROLL;if(u||p)S|=this.$updateCachedSize(!0,this.gutterWidth,t.width,t.height),this._signal("scrollbarVisibilityChanged"),p&&(s=this.$getLongestLine());return this.layerConfig={width:s,padding:this.$padding,firstRow:m,firstRowScreen:y,lastRow:g,lineHeight:w,characterWidth:this.characterWidth,minHeight:f,maxHeight:i,offset:d,gutterOffset:w?Math.max(0,Math.ceil((d+t.height-t.scrollerHeight)/w)):0,height:this.$size.scrollerHeight},this.session.$bidiHandler&&this.session.$bidiHandler.setContentWidth(s-this.$padding),S},this.$updateLines=function(){if(!this.$changedLines)return;var e=this.$changedLines.firstRow,t=this.$changedLines.lastRow;this.$changedLines=null;var n=this.layerConfig;if(e>n.lastRow+1)return;if(t<n.firstRow)return;if(t===Infinity){this.$showGutter&&this.$gutterLayer.update(n),this.$textLayer.update(n);return}return this.$textLayer.updateLines(n,e,t),!0},this.$getLongestLine=function(){var e=this.session.getScreenWidth();return this.showInvisibles&&!this.session.$useWrapMode&&(e+=1),this.$textLayer&&e>this.$textLayer.MAX_LINE_LENGTH&&(e=this.$textLayer.MAX_LINE_LENGTH+30),Math.max(this.$size.scrollerWidth-2*this.$padding,Math.round(e*this.characterWidth))},this.updateFrontMarkers=function(){this.$markerFront.setMarkers(this.session.getMarkers(!0)),this.$loop.schedule(this.CHANGE_MARKER_FRONT)},this.updateBackMarkers=function(){this.$markerBack.setMarkers(this.session.getMarkers()),this.$loop.schedule(this.CHANGE_MARKER_BACK)},this.addGutterDecoration=function(e,t){this.$gutterLayer.addGutterDecoration(e,t)},this.removeGutterDecoration=function(e,t){this.$gutterLayer.removeGutterDecoration(e,t)},this.updateBreakpoints=function(e){this.$loop.schedule(this.CHANGE_GUTTER)},this.setAnnotations=function(e){this.$gutterLayer.setAnnotations(e),this.$loop.schedule(this.CHANGE_GUTTER)},this.updateCursor=function(){this.$loop.schedule(this.CHANGE_CURSOR)},this.hideCursor=function(){this.$cursorLayer.hideCursor()},this.showCursor=function(){this.$cursorLayer.showCursor()},this.scrollSelectionIntoView=function(e,t,n){this.scrollCursorIntoView(e,n),this.scrollCursorIntoView(t,n)},this.scrollCursorIntoView=function(e,t,n){if(this.$size.scrollerHeight===0)return;var r=this.$cursorLayer.getPixelPosition(e),i=r.left,s=r.top,o=n&&n.top||0,u=n&&n.bottom||0,a=this.$scrollAnimation?this.session.getScrollTop():this.scrollTop;a+o>s?(t&&a+o>s+this.lineHeight&&(s-=t*this.$size.scrollerHeight),s===0&&(s=-this.scrollMargin.top),this.session.setScrollTop(s)):a+this.$size.scrollerHeight-u<s+this.lineHeight&&(t&&a+this.$size.scrollerHeight-u<s-this.lineHeight&&(s+=t*this.$size.scrollerHeight),this.session.setScrollTop(s+this.lineHeight+u-this.$size.scrollerHeight));var f=this.scrollLeft;f>i?(i<this.$padding+2*this.layerConfig.characterWidth&&(i=-this.scrollMargin.left),this.session.setScrollLeft(i)):f+this.$size.scrollerWidth<i+this.characterWidth?this.session.setScrollLeft(Math.round(i+this.characterWidth-this.$size.scrollerWidth)):f<=this.$padding&&i-f<this.characterWidth&&this.session.setScrollLeft(0)},this.getScrollTop=function(){return this.session.getScrollTop()},this.getScrollLeft=function(){return this.session.getScrollLeft()},this.getScrollTopRow=function(){return this.scrollTop/this.lineHeight},this.getScrollBottomRow=function(){return Math.max(0,Math.floor((this.scrollTop+this.$size.scrollerHeight)/this.lineHeight)-1)},this.scrollToRow=function(e){this.session.setScrollTop(e*this.lineHeight)},this.alignCursor=function(e,t){typeof e=="number"&&(e={row:e,column:0});var n=this.$cursorLayer.getPixelPosition(e),r=this.$size.scrollerHeight-this.lineHeight,i=n.top-r*(t||0);return this.session.setScrollTop(i),i},this.STEPS=8,this.$calcSteps=function(e,t){var n=0,r=this.STEPS,i=[],s=function(e,t,n){return n*(Math.pow(e-1,3)+1)+t};for(n=0;n<r;++n)i.push(s(n/this.STEPS,e,t-e));return i},this.scrollToLine=function(e,t,n,r){var i=this.$cursorLayer.getPixelPosition({row:e,column:0}),s=i.top;t&&(s-=this.$size.scrollerHeight/2);var o=this.scrollTop;this.session.setScrollTop(s),n!==!1&&this.animateScrolling(o,r)},this.animateScrolling=function(e,t){var n=this.scrollTop;if(!this.$animatedScroll)return;var r=this;if(e==n)return;if(this.$scrollAnimation){var i=this.$scrollAnimation.steps;if(i.length){e=i[0];if(e==n)return}}var s=r.$calcSteps(e,n);this.$scrollAnimation={from:e,to:n,steps:s},clearInterval(this.$timer),r.session.setScrollTop(s.shift()),r.session.$scrollTop=n,this.$timer=setInterval(function(){if(!r.session)return clearInterval(r.$timer);s.length?(r.session.setScrollTop(s.shift()),r.session.$scrollTop=n):n!=null?(r.session.$scrollTop=-1,r.session.setScrollTop(n),n=null):(r.$timer=clearInterval(r.$timer),r.$scrollAnimation=null,t&&t())},10)},this.scrollToY=function(e){this.scrollTop!==e&&(this.$loop.schedule(this.CHANGE_SCROLL),this.scrollTop=e)},this.scrollToX=function(e){this.scrollLeft!==e&&(this.scrollLeft=e),this.$loop.schedule(this.CHANGE_H_SCROLL)},this.scrollTo=function(e,t){this.session.setScrollTop(t),this.session.setScrollLeft(t)},this.scrollBy=function(e,t){t&&this.session.setScrollTop(this.session.getScrollTop()+t),e&&this.session.setScrollLeft(this.session.getScrollLeft()+e)},this.isScrollableBy=function(e,t){if(t<0&&this.session.getScrollTop()>=1-this.scrollMargin.top)return!0;if(t>0&&this.session.getScrollTop()+this.$size.scrollerHeight-this.layerConfig.maxHeight<-1+this.scrollMargin.bottom)return!0;if(e<0&&this.session.getScrollLeft()>=1-this.scrollMargin.left)return!0;if(e>0&&this.session.getScrollLeft()+this.$size.scrollerWidth-this.layerConfig.width<-1+this.scrollMargin.right)return!0},this.pixelToScreenCoordinates=function(e,t){var n;if(this.$hasCssTransforms){n={top:0,left:0};var r=this.$fontMetrics.transformCoordinates([e,t]);e=r[1]-this.gutterWidth-this.margin.left,t=r[0]}else n=this.scroller.getBoundingClientRect();var i=e+this.scrollLeft-n.left-this.$padding,s=i/this.characterWidth,o=Math.floor((t+this.scrollTop-n.top)/this.lineHeight),u=this.$blockCursor?Math.floor(s):Math.round(s);return{row:o,column:u,side:s-u>0?1:-1,offsetX:i}},this.screenToTextCoordinates=function(e,t){var n;if(this.$hasCssTransforms){n={top:0,left:0};var r=this.$fontMetrics.transformCoordinates([e,t]);e=r[1]-this.gutterWidth-this.margin.left,t=r[0]}else n=this.scroller.getBoundingClientRect();var i=e+this.scrollLeft-n.left-this.$padding,s=i/this.characterWidth,o=this.$blockCursor?Math.floor(s):Math.round(s),u=Math.floor((t+this.scrollTop-n.top)/this.lineHeight);return this.session.screenToDocumentPosition(u,Math.max(o,0),i)},this.textToScreenCoordinates=function(e,t){var n=this.scroller.getBoundingClientRect(),r=this.session.documentToScreenPosition(e,t),i=this.$padding+(this.session.$bidiHandler.isBidiRow(r.row,e)?this.session.$bidiHandler.getPosLeft(r.column):Math.round(r.column*this.characterWidth)),s=r.row*this.lineHeight;return{pageX:n.left+i-this.scrollLeft,pageY:n.top+s-this.scrollTop}},this.visualizeFocus=function(){i.addCssClass(this.container,"ace_focus")},this.visualizeBlur=function(){i.removeCssClass(this.container,"ace_focus")},this.showComposition=function(e){this.$composition=e,e.cssText||(e.cssText=this.textarea.style.cssText),e.useTextareaForIME==undefined&&(e.useTextareaForIME=this.$useTextareaForIME),this.$useTextareaForIME?(i.addCssClass(this.textarea,"ace_composition"),this.textarea.style.cssText="",this.$moveTextAreaToCursor(),this.$cursorLayer.element.style.display="none"):e.markerId=this.session.addMarker(e.markerRange,"ace_composition_marker","text")},this.setCompositionText=function(e){var t=this.session.selection.cursor;this.addToken(e,"composition_placeholder",t.row,t.column),this.$moveTextAreaToCursor()},this.hideComposition=function(){if(!this.$composition)return;this.$composition.markerId&&this.session.removeMarker(this.$composition.markerId),i.removeCssClass(this.textarea,"ace_composition"),this.textarea.style.cssText=this.$composition.cssText;var e=this.session.selection.cursor;this.removeExtraToken(e.row,e.column),this.$composition=null,this.$cursorLayer.element.style.display=""},this.addToken=function(e,t,n,r){var i=this.session;i.bgTokenizer.lines[n]=null;var s={type:t,value:e},o=i.getTokens(n);if(r==null)o.push(s);else{var u=0;for(var a=0;a<o.length;a++){var f=o[a];u+=f.value.length;if(r<=u){var l=f.value.length-(u-r),c=f.value.slice(0,l),h=f.value.slice(l);o.splice(a,1,{type:f.type,value:c},s,{type:f.type,value:h});break}}}this.updateLines(n,n)},this.removeExtraToken=function(e,t){this.updateLines(e,e)},this.setTheme=function(e,t){function o(r){if(n.$themeId!=e)return t&&t();if(!r||!r.cssClass)throw new Error("couldn't load module "+e+" or it didn't call define");r.$id&&(n.$themeId=r.$id),i.importCssString(r.cssText,r.cssClass,n.container),n.theme&&i.removeCssClass(n.container,n.theme.cssClass);var s="padding"in r?r.padding:"padding"in(n.theme||{})?4:n.$padding;n.$padding&&s!=n.$padding&&n.setPadding(s),n.$theme=r.cssClass,n.theme=r,i.addCssClass(n.container,r.cssClass),i.setCssClass(n.container,"ace_dark",r.isDark),n.$size&&(n.$size.width=0,n.$updateSizeAsync()),n._dispatchEvent("themeLoaded",{theme:r}),t&&t()}var n=this;this.$themeId=e,n._dispatchEvent("themeChange",{theme:e});if(!e||typeof e=="string"){var r=e||this.$options.theme.initialValue;s.loadModule(["theme",r],o)}else o(e)},this.getTheme=function(){return this.$themeId},this.setStyle=function(e,t){i.setCssClass(this.container,e,t!==!1)},this.unsetStyle=function(e){i.removeCssClass(this.container,e)},this.setCursorStyle=function(e){i.setStyle(this.scroller.style,"cursor",e)},this.setMouseCursor=function(e){i.setStyle(this.scroller.style,"cursor",e)},this.attachToShadowRoot=function(){i.importCssString(v,"ace_editor.css",this.container)},this.destroy=function(){this.freeze(),this.$fontMetrics.destroy(),this.$cursorLayer.destroy(),this.removeAllListeners(),this.container.textContent=""}}).call(y.prototype),s.defineOptions(y.prototype,"renderer",{animatedScroll:{initialValue:!1},showInvisibles:{set:function(e){this.$textLayer.setShowInvisibles(e)&&this.$loop.schedule(this.CHANGE_TEXT)},initialValue:!1},showPrintMargin:{set:function(){this.$updatePrintMargin()},initialValue:!0},printMarginColumn:{set:function(){this.$updatePrintMargin()},initialValue:80},printMargin:{set:function(e){typeof e=="number"&&(this.$printMarginColumn=e),this.$showPrintMargin=!!e,this.$updatePrintMargin()},get:function(){return this.$showPrintMargin&&this.$printMarginColumn}},showGutter:{set:function(e){this.$gutter.style.display=e?"block":"none",this.$loop.schedule(this.CHANGE_FULL),this.onGutterResize()},initialValue:!0},fadeFoldWidgets:{set:function(e){i.setCssClass(this.$gutter,"ace_fade-fold-widgets",e)},initialValue:!1},showFoldWidgets:{set:function(e){this.$gutterLayer.setShowFoldWidgets(e),this.$loop.schedule(this.CHANGE_GUTTER)},initialValue:!0},displayIndentGuides:{set:function(e){this.$textLayer.setDisplayIndentGuides(e)&&this.$loop.schedule(this.CHANGE_TEXT)},initialValue:!0},highlightGutterLine:{set:function(e){this.$gutterLayer.setHighlightGutterLine(e),this.$loop.schedule(this.CHANGE_GUTTER)},initialValue:!0},hScrollBarAlwaysVisible:{set:function(e){(!this.$hScrollBarAlwaysVisible||!this.$horizScroll)&&this.$loop.schedule(this.CHANGE_SCROLL)},initialValue:!1},vScrollBarAlwaysVisible:{set:function(e){(!this.$vScrollBarAlwaysVisible||!this.$vScroll)&&this.$loop.schedule(this.CHANGE_SCROLL)},initialValue:!1},fontSize:{set:function(e){typeof e=="number"&&(e+="px"),this.container.style.fontSize=e,this.updateFontSize()},initialValue:12},fontFamily:{set:function(e){this.container.style.fontFamily=e,this.updateFontSize()}},maxLines:{set:function(e){this.updateFull()}},minLines:{set:function(e){this.$minLines<562949953421311||(this.$minLines=0),this.updateFull()}},maxPixelHeight:{set:function(e){this.updateFull()},initialValue:0},scrollPastEnd:{set:function(e){e=+e||0;if(this.$scrollPastEnd==e)return;this.$scrollPastEnd=e,this.$loop.schedule(this.CHANGE_SCROLL)},initialValue:0,handlesSet:!0},fixedWidthGutter:{set:function(e){this.$gutterLayer.$fixedWidth=!!e,this.$loop.schedule(this.CHANGE_GUTTER)}},theme:{set:function(e){this.setTheme(e)},get:function(){return this.$themeId||this.theme},initialValue:"./theme/textmate",handlesSet:!0},hasCssTransforms:{},useTextareaForIME:{initialValue:!m.isMobile&&!m.isIE}}),t.VirtualRenderer=y}),ace.define("ace/worker/worker_client",["require","exports","module","ace/lib/oop","ace/lib/net","ace/lib/event_emitter","ace/config"],function(e,t,n){"use strict";function u(e){var t="importScripts('"+i.qualifyURL(e)+"');";try{return new Blob([t],{type:"application/javascript"})}catch(n){var r=window.BlobBuilder||window.WebKitBlobBuilder||window.MozBlobBuilder,s=new r;return s.append(t),s.getBlob("application/javascript")}}function a(e){if(typeof Worker=="undefined")return{postMessage:function(){},terminate:function(){}};if(o.get("loadWorkerFromBlob")){var t=u(e),n=window.URL||window.webkitURL,r=n.createObjectURL(t);return new Worker(r)}return new Worker(e)}var r=e("../lib/oop"),i=e("../lib/net"),s=e("../lib/event_emitter").EventEmitter,o=e("../config"),f=function(e){e.postMessage||(e=this.$createWorkerFromOldConfig.apply(this,arguments)),this.$worker=e,this.$sendDeltaQueue=this.$sendDeltaQueue.bind(this),this.changeListener=this.changeListener.bind(this),this.onMessage=this.onMessage.bind(this),this.callbackId=1,this.callbacks={},this.$worker.onmessage=this.onMessage};(function(){r.implement(this,s),this.$createWorkerFromOldConfig=function(t,n,r,i,s){e.nameToUrl&&!e.toUrl&&(e.toUrl=e.nameToUrl);if(o.get("packaged")||!e.toUrl)i=i||o.moduleUrl(n,"worker");else{var u=this.$normalizePath;i=i||u(e.toUrl("ace/worker/worker.js",null,"_"));var f={};t.forEach(function(t){f[t]=u(e.toUrl(t,null,"_").replace(/(\.js)?(\?.*)?$/,""))})}return this.$worker=a(i),s&&this.send("importScripts",s),this.$worker.postMessage({init:!0,tlns:f,module:n,classname:r}),this.$worker},this.onMessage=function(e){var t=e.data;switch(t.type){case"event":this._signal(t.name,{data:t.data});break;case"call":var n=this.callbacks[t.id];n&&(n(t.data),delete this.callbacks[t.id]);break;case"error":this.reportError(t.data);break;case"log":window.console&&console.log&&console.log.apply(console,t.data)}},this.reportError=function(e){window.console&&console.error&&console.error(e)},this.$normalizePath=function(e){return i.qualifyURL(e)},this.terminate=function(){this._signal("terminate",{}),this.deltaQueue=null,this.$worker.terminate(),this.$worker=null,this.$doc&&this.$doc.off("change",this.changeListener),this.$doc=null},this.send=function(e,t){this.$worker.postMessage({command:e,args:t})},this.call=function(e,t,n){if(n){var r=this.callbackId++;this.callbacks[r]=n,t.push(r)}this.send(e,t)},this.emit=function(e,t){try{t.data&&t.data.err&&(t.data.err={message:t.data.err.message,stack:t.data.err.stack,code:t.data.err.code}),this.$worker.postMessage({event:e,data:{data:t.data}})}catch(n){console.error(n.stack)}},this.attachToDocument=function(e){this.$doc&&this.terminate(),this.$doc=e,this.call("setValue",[e.getValue()]),e.on("change",this.changeListener)},this.changeListener=function(e){this.deltaQueue||(this.deltaQueue=[],setTimeout(this.$sendDeltaQueue,0)),e.action=="insert"?this.deltaQueue.push(e.start,e.lines):this.deltaQueue.push(e.start,e.end)},this.$sendDeltaQueue=function(){var e=this.deltaQueue;if(!e)return;this.deltaQueue=null,e.length>50&&e.length>this.$doc.getLength()>>1?this.call("setValue",[this.$doc.getValue()]):this.emit("change",{data:e})}}).call(f.prototype);var l=function(e,t,n){var r=null,i=!1,u=Object.create(s),a=[],l=new f({messageBuffer:a,terminate:function(){},postMessage:function(e){a.push(e);if(!r)return;i?setTimeout(c):c()}});l.setEmitSync=function(e){i=e};var c=function(){var e=a.shift();e.command?r[e.command].apply(r,e.args):e.event&&u._signal(e.event,e.data)};return u.postMessage=function(e){l.onMessage({data:e})},u.callback=function(e,t){this.postMessage({type:"call",id:t,data:e})},u.emit=function(e,t){this.postMessage({type:"event",name:e,data:t})},o.loadModule(["worker",t],function(e){r=new e[n](u);while(a.length)c()}),l};t.UIWorkerClient=l,t.WorkerClient=f,t.createWorker=a}),ace.define("ace/placeholder",["require","exports","module","ace/range","ace/lib/event_emitter","ace/lib/oop"],function(e,t,n){"use strict";var r=e("./range").Range,i=e("./lib/event_emitter").EventEmitter,s=e("./lib/oop"),o=function(e,t,n,r,i,s){var o=this;this.length=t,this.session=e,this.doc=e.getDocument(),this.mainClass=i,this.othersClass=s,this.$onUpdate=this.onUpdate.bind(this),this.doc.on("change",this.$onUpdate),this.$others=r,this.$onCursorChange=function(){setTimeout(function(){o.onCursorChange()})},this.$pos=n;var u=e.getUndoManager().$undoStack||e.getUndoManager().$undostack||{length:-1};this.$undoStackDepth=u.length,this.setup(),e.selection.on("changeCursor",this.$onCursorChange)};(function(){s.implement(this,i),this.setup=function(){var e=this,t=this.doc,n=this.session;this.selectionBefore=n.selection.toJSON(),n.selection.inMultiSelectMode&&n.selection.toSingleRange(),this.pos=t.createAnchor(this.$pos.row,this.$pos.column);var i=this.pos;i.$insertRight=!0,i.detach(),i.markerId=n.addMarker(new r(i.row,i.column,i.row,i.column+this.length),this.mainClass,null,!1),this.others=[],this.$others.forEach(function(n){var r=t.createAnchor(n.row,n.column);r.$insertRight=!0,r.detach(),e.others.push(r)}),n.setUndoSelect(!1)},this.showOtherMarkers=function(){if(this.othersActive)return;var e=this.session,t=this;this.othersActive=!0,this.others.forEach(function(n){n.markerId=e.addMarker(new r(n.row,n.column,n.row,n.column+t.length),t.othersClass,null,!1)})},this.hideOtherMarkers=function(){if(!this.othersActive)return;this.othersActive=!1;for(var e=0;e<this.others.length;e++)this.session.removeMarker(this.others[e].markerId)},this.onUpdate=function(e){if(this.$updating)return this.updateAnchors(e);var t=e;if(t.start.row!==t.end.row)return;if(t.start.row!==this.pos.row)return;this.$updating=!0;var n=e.action==="insert"?t.end.column-t.start.column:t.start.column-t.end.column,i=t.start.column>=this.pos.column&&t.start.column<=this.pos.column+this.length+1,s=t.start.column-this.pos.column;this.updateAnchors(e),i&&(this.length+=n);if(i&&!this.session.$fromUndo)if(e.action==="insert")for(var o=this.others.length-1;o>=0;o--){var u=this.others[o],a={row:u.row,column:u.column+s};this.doc.insertMergedLines(a,e.lines)}else if(e.action==="remove")for(var o=this.others.length-1;o>=0;o--){var u=this.others[o],a={row:u.row,column:u.column+s};this.doc.remove(new r(a.row,a.column,a.row,a.column-n))}this.$updating=!1,this.updateMarkers()},this.updateAnchors=function(e){this.pos.onChange(e);for(var t=this.others.length;t--;)this.others[t].onChange(e);this.updateMarkers()},this.updateMarkers=function(){if(this.$updating)return;var e=this,t=this.session,n=function(n,i){t.removeMarker(n.markerId),n.markerId=t.addMarker(new r(n.row,n.column,n.row,n.column+e.length),i,null,!1)};n(this.pos,this.mainClass);for(var i=this.others.length;i--;)n(this.others[i],this.othersClass)},this.onCursorChange=function(e){if(this.$updating||!this.session)return;var t=this.session.selection.getCursor();t.row===this.pos.row&&t.column>=this.pos.column&&t.column<=this.pos.column+this.length?(this.showOtherMarkers(),this._emit("cursorEnter",e)):(this.hideOtherMarkers(),this._emit("cursorLeave",e))},this.detach=function(){this.session.removeMarker(this.pos&&this.pos.markerId),this.hideOtherMarkers(),this.doc.off("change",this.$onUpdate),this.session.selection.off("changeCursor",this.$onCursorChange),this.session.setUndoSelect(!0),this.session=null},this.cancel=function(){if(this.$undoStackDepth===-1)return;var e=this.session.getUndoManager(),t=(e.$undoStack||e.$undostack).length-this.$undoStackDepth;for(var n=0;n<t;n++)e.undo(this.session,!0);this.selectionBefore&&this.session.selection.fromJSON(this.selectionBefore)}}).call(o.prototype),t.PlaceHolder=o}),ace.define("ace/mouse/multi_select_handler",["require","exports","module","ace/lib/event","ace/lib/useragent"],function(e,t,n){function s(e,t){return e.row==t.row&&e.column==t.column}function o(e){var t=e.domEvent,n=t.altKey,o=t.shiftKey,u=t.ctrlKey,a=e.getAccelKey(),f=e.getButton();u&&i.isMac&&(f=t.button);if(e.editor.inMultiSelectMode&&f==2){e.editor.textInput.onContextMenu(e.domEvent);return}if(!u&&!n&&!a){f===0&&e.editor.inMultiSelectMode&&e.editor.exitMultiSelectMode();return}if(f!==0)return;var l=e.editor,c=l.selection,h=l.inMultiSelectMode,p=e.getDocumentPosition(),d=c.getCursor(),v=e.inSelection()||c.isEmpty()&&s(p,d),m=e.x,g=e.y,y=function(e){m=e.clientX,g=e.clientY},b=l.session,w=l.renderer.pixelToScreenCoordinates(m,g),E=w,S;if(l.$mouseHandler.$enableJumpToDef)u&&n||a&&n?S=o?"block":"add":n&&l.$blockSelectEnabled&&(S="block");else if(a&&!n){S="add";if(!h&&o)return}else n&&l.$blockSelectEnabled&&(S="block");S&&i.isMac&&t.ctrlKey&&l.$mouseHandler.cancelContextMenu();if(S=="add"){if(!h&&v)return;if(!h){var x=c.toOrientedRange();l.addSelectionMarker(x)}var T=c.rangeList.rangeAtPoint(p);l.inVirtualSelectionMode=!0,o&&(T=null,x=c.ranges[0]||x,l.removeSelectionMarker(x)),l.once("mouseup",function(){var e=c.toOrientedRange();T&&e.isEmpty()&&s(T.cursor,e.cursor)?c.substractPoint(e.cursor):(o?c.substractPoint(x.cursor):x&&(l.removeSelectionMarker(x),c.addRange(x)),c.addRange(e)),l.inVirtualSelectionMode=!1})}else if(S=="block"){e.stop(),l.inVirtualSelectionMode=!0;var N,C=[],k=function(){var e=l.renderer.pixelToScreenCoordinates(m,g),t=b.screenToDocumentPosition(e.row,e.column,e.offsetX);if(s(E,e)&&s(t,c.lead))return;E=e,l.selection.moveToPosition(t),l.renderer.scrollCursorIntoView(),l.removeSelectionMarkers(C),C=c.rectangularRangeBlock(E,w),l.$mouseHandler.$clickSelection&&C.length==1&&C[0].isEmpty()&&(C[0]=l.$mouseHandler.$clickSelection.clone()),C.forEach(l.addSelectionMarker,l),l.updateSelectionMarkers()};h&&!a?c.toSingleRange():!h&&a&&(N=c.toOrientedRange(),l.addSelectionMarker(N)),o?w=b.documentToScreenPosition(c.lead):c.moveToPosition(p),E={row:-1,column:-1};var L=function(e){k(),clearInterval(O),l.removeSelectionMarkers(C),C.length||(C=[c.toOrientedRange()]),N&&(l.removeSelectionMarker(N),c.toSingleRange(N));for(var t=0;t<C.length;t++)c.addRange(C[t]);l.inVirtualSelectionMode=!1,l.$mouseHandler.$clickSelection=null},A=k;r.capture(l.container,y,L);var O=setInterval(function(){A()},20);return e.preventDefault()}}var r=e("../lib/event"),i=e("../lib/useragent");t.onMouseDown=o}),ace.define("ace/commands/multi_select_commands",["require","exports","module","ace/keyboard/hash_handler"],function(e,t,n){t.defaultCommands=[{name:"addCursorAbove",description:"Add cursor above",exec:function(e){e.selectMoreLines(-1)},bindKey:{win:"Ctrl-Alt-Up",mac:"Ctrl-Alt-Up"},scrollIntoView:"cursor",readOnly:!0},{name:"addCursorBelow",description:"Add cursor below",exec:function(e){e.selectMoreLines(1)},bindKey:{win:"Ctrl-Alt-Down",mac:"Ctrl-Alt-Down"},scrollIntoView:"cursor",readOnly:!0},{name:"addCursorAboveSkipCurrent",description:"Add cursor above (skip current)",exec:function(e){e.selectMoreLines(-1,!0)},bindKey:{win:"Ctrl-Alt-Shift-Up",mac:"Ctrl-Alt-Shift-Up"},scrollIntoView:"cursor",readOnly:!0},{name:"addCursorBelowSkipCurrent",description:"Add cursor below (skip current)",exec:function(e){e.selectMoreLines(1,!0)},bindKey:{win:"Ctrl-Alt-Shift-Down",mac:"Ctrl-Alt-Shift-Down"},scrollIntoView:"cursor",readOnly:!0},{name:"selectMoreBefore",description:"Select more before",exec:function(e){e.selectMore(-1)},bindKey:{win:"Ctrl-Alt-Left",mac:"Ctrl-Alt-Left"},scrollIntoView:"cursor",readOnly:!0},{name:"selectMoreAfter",description:"Select more after",exec:function(e){e.selectMore(1)},bindKey:{win:"Ctrl-Alt-Right",mac:"Ctrl-Alt-Right"},scrollIntoView:"cursor",readOnly:!0},{name:"selectNextBefore",description:"Select next before",exec:function(e){e.selectMore(-1,!0)},bindKey:{win:"Ctrl-Alt-Shift-Left",mac:"Ctrl-Alt-Shift-Left"},scrollIntoView:"cursor",readOnly:!0},{name:"selectNextAfter",description:"Select next after",exec:function(e){e.selectMore(1,!0)},bindKey:{win:"Ctrl-Alt-Shift-Right",mac:"Ctrl-Alt-Shift-Right"},scrollIntoView:"cursor",readOnly:!0},{name:"toggleSplitSelectionIntoLines",description:"Split into lines",exec:function(e){e.multiSelect.rangeCount>1?e.multiSelect.joinSelections():e.multiSelect.splitIntoLines()},bindKey:{win:"Ctrl-Alt-L",mac:"Ctrl-Alt-L"},readOnly:!0},{name:"splitSelectionIntoLines",description:"Split into lines",exec:function(e){e.multiSelect.splitIntoLines()},readOnly:!0},{name:"alignCursors",description:"Align cursors",exec:function(e){e.alignCursors()},bindKey:{win:"Ctrl-Alt-A",mac:"Ctrl-Alt-A"},scrollIntoView:"cursor"},{name:"findAll",description:"Find all",exec:function(e){e.findAll()},bindKey:{win:"Ctrl-Alt-K",mac:"Ctrl-Alt-G"},scrollIntoView:"cursor",readOnly:!0}],t.multiSelectCommands=[{name:"singleSelection",description:"Single selection",bindKey:"esc",exec:function(e){e.exitMultiSelectMode()},scrollIntoView:"cursor",readOnly:!0,isAvailable:function(e){return e&&e.inMultiSelectMode}}];var r=e("../keyboard/hash_handler").HashHandler;t.keyboardHandler=new r(t.multiSelectCommands)}),ace.define("ace/multi_select",["require","exports","module","ace/range_list","ace/range","ace/selection","ace/mouse/multi_select_handler","ace/lib/event","ace/lib/lang","ace/commands/multi_select_commands","ace/search","ace/edit_session","ace/editor","ace/config"],function(e,t,n){function h(e,t,n){return c.$options.wrap=!0,c.$options.needle=t,c.$options.backwards=n==-1,c.find(e)}function v(e,t){return e.row==t.row&&e.column==t.column}function m(e){if(e.$multiselectOnSessionChange)return;e.$onAddRange=e.$onAddRange.bind(e),e.$onRemoveRange=e.$onRemoveRange.bind(e),e.$onMultiSelect=e.$onMultiSelect.bind(e),e.$onSingleSelect=e.$onSingleSelect.bind(e),e.$multiselectOnSessionChange=t.onSessionChange.bind(e),e.$checkMultiselectChange=e.$checkMultiselectChange.bind(e),e.$multiselectOnSessionChange(e),e.on("changeSession",e.$multiselectOnSessionChange),e.on("mousedown",o),e.commands.addCommands(f.defaultCommands),g(e)}function g(e){function r(t){n&&(e.renderer.setMouseCursor(""),n=!1)}if(!e.textInput)return;var t=e.textInput.getElement(),n=!1;u.addListener(t,"keydown",function(t){var i=t.keyCode==18&&!(t.ctrlKey||t.shiftKey||t.metaKey);e.$blockSelectEnabled&&i?n||(e.renderer.setMouseCursor("crosshair"),n=!0):n&&r()},e),u.addListener(t,"keyup",r,e),u.addListener(t,"blur",r,e)}var r=e("./range_list").RangeList,i=e("./range").Range,s=e("./selection").Selection,o=e("./mouse/multi_select_handler").onMouseDown,u=e("./lib/event"),a=e("./lib/lang"),f=e("./commands/multi_select_commands");t.commands=f.defaultCommands.concat(f.multiSelectCommands);var l=e("./search").Search,c=new l,p=e("./edit_session").EditSession;(function(){this.getSelectionMarkers=function(){return this.$selectionMarkers}}).call(p.prototype),function(){this.ranges=null,this.rangeList=null,this.addRange=function(e,t){if(!e)return;if(!this.inMultiSelectMode&&this.rangeCount===0){var n=this.toOrientedRange();this.rangeList.add(n),this.rangeList.add(e);if(this.rangeList.ranges.length!=2)return this.rangeList.removeAll(),t||this.fromOrientedRange(e);this.rangeList.removeAll(),this.rangeList.add(n),this.$onAddRange(n)}e.cursor||(e.cursor=e.end);var r=this.rangeList.add(e);return this.$onAddRange(e),r.length&&this.$onRemoveRange(r),this.rangeCount>1&&!this.inMultiSelectMode&&(this._signal("multiSelect"),this.inMultiSelectMode=!0,this.session.$undoSelect=!1,this.rangeList.attach(this.session)),t||this.fromOrientedRange(e)},this.toSingleRange=function(e){e=e||this.ranges[0];var t=this.rangeList.removeAll();t.length&&this.$onRemoveRange(t),e&&this.fromOrientedRange(e)},this.substractPoint=function(e){var t=this.rangeList.substractPoint(e);if(t)return this.$onRemoveRange(t),t[0]},this.mergeOverlappingRanges=function(){var e=this.rangeList.merge();e.length&&this.$onRemoveRange(e)},this.$onAddRange=function(e){this.rangeCount=this.rangeList.ranges.length,this.ranges.unshift(e),this._signal("addRange",{range:e})},this.$onRemoveRange=function(e){this.rangeCount=this.rangeList.ranges.length;if(this.rangeCount==1&&this.inMultiSelectMode){var t=this.rangeList.ranges.pop();e.push(t),this.rangeCount=0}for(var n=e.length;n--;){var r=this.ranges.indexOf(e[n]);this.ranges.splice(r,1)}this._signal("removeRange",{ranges:e}),this.rangeCount===0&&this.inMultiSelectMode&&(this.inMultiSelectMode=!1,this._signal("singleSelect"),this.session.$undoSelect=!0,this.rangeList.detach(this.session)),t=t||this.ranges[0],t&&!t.isEqual(this.getRange())&&this.fromOrientedRange(t)},this.$initRangeList=function(){if(this.rangeList)return;this.rangeList=new r,this.ranges=[],this.rangeCount=0},this.getAllRanges=function(){return this.rangeCount?this.rangeList.ranges.concat():[this.getRange()]},this.splitIntoLines=function(){var e=this.ranges.length?this.ranges:[this.getRange()],t=[];for(var n=0;n<e.length;n++){var r=e[n],s=r.start.row,o=r.end.row;if(s===o)t.push(r.clone());else{t.push(new i(s,r.start.column,s,this.session.getLine(s).length));while(++s<o)t.push(this.getLineRange(s,!0));t.push(new i(o,0,o,r.end.column))}n==0&&!this.isBackwards()&&(t=t.reverse())}this.toSingleRange();for(var n=t.length;n--;)this.addRange(t[n])},this.joinSelections=function(){var e=this.rangeList.ranges,t=e[e.length-1],n=i.fromPoints(e[0].start,t.end);this.toSingleRange(),this.setSelectionRange(n,t.cursor==t.start)},this.toggleBlockSelection=function(){if(this.rangeCount>1){var e=this.rangeList.ranges,t=e[e.length-1],n=i.fromPoints(e[0].start,t.end);this.toSingleRange(),this.setSelectionRange(n,t.cursor==t.start)}else{var r=this.session.documentToScreenPosition(this.cursor),s=this.session.documentToScreenPosition(this.anchor),o=this.rectangularRangeBlock(r,s);o.forEach(this.addRange,this)}},this.rectangularRangeBlock=function(e,t,n){var r=[],s=e.column<t.column;if(s)var o=e.column,u=t.column,a=e.offsetX,f=t.offsetX;else var o=t.column,u=e.column,a=t.offsetX,f=e.offsetX;var l=e.row<t.row;if(l)var c=e.row,h=t.row;else var c=t.row,h=e.row;o<0&&(o=0),c<0&&(c=0),c==h&&(n=!0);var p;for(var d=c;d<=h;d++){var m=i.fromPoints(this.session.screenToDocumentPosition(d,o,a),this.session.screenToDocumentPosition(d,u,f));if(m.isEmpty()){if(p&&v(m.end,p))break;p=m.end}m.cursor=s?m.start:m.end,r.push(m)}l&&r.reverse();if(!n){var g=r.length-1;while(r[g].isEmpty()&&g>0)g--;if(g>0){var y=0;while(r[y].isEmpty())y++}for(var b=g;b>=y;b--)r[b].isEmpty()&&r.splice(b,1)}return r}}.call(s.prototype);var d=e("./editor").Editor;(function(){this.updateSelectionMarkers=function(){this.renderer.updateCursor(),this.renderer.updateBackMarkers()},this.addSelectionMarker=function(e){e.cursor||(e.cursor=e.end);var t=this.getSelectionStyle();return e.marker=this.session.addMarker(e,"ace_selection",t),this.session.$selectionMarkers.push(e),this.session.selectionMarkerCount=this.session.$selectionMarkers.length,e},this.removeSelectionMarker=function(e){if(!e.marker)return;this.session.removeMarker(e.marker);var t=this.session.$selectionMarkers.indexOf(e);t!=-1&&this.session.$selectionMarkers.splice(t,1),this.session.selectionMarkerCount=this.session.$selectionMarkers.length},this.removeSelectionMarkers=function(e){var t=this.session.$selectionMarkers;for(var n=e.length;n--;){var r=e[n];if(!r.marker)continue;this.session.removeMarker(r.marker);var i=t.indexOf(r);i!=-1&&t.splice(i,1)}this.session.selectionMarkerCount=t.length},this.$onAddRange=function(e){this.addSelectionMarker(e.range),this.renderer.updateCursor(),this.renderer.updateBackMarkers()},this.$onRemoveRange=function(e){this.removeSelectionMarkers(e.ranges),this.renderer.updateCursor(),this.renderer.updateBackMarkers()},this.$onMultiSelect=function(e){if(this.inMultiSelectMode)return;this.inMultiSelectMode=!0,this.setStyle("ace_multiselect"),this.keyBinding.addKeyboardHandler(f.keyboardHandler),this.commands.setDefaultHandler("exec",this.$onMultiSelectExec),this.renderer.updateCursor(),this.renderer.updateBackMarkers()},this.$onSingleSelect=function(e){if(this.session.multiSelect.inVirtualMode)return;this.inMultiSelectMode=!1,this.unsetStyle("ace_multiselect"),this.keyBinding.removeKeyboardHandler(f.keyboardHandler),this.commands.removeDefaultHandler("exec",this.$onMultiSelectExec),this.renderer.updateCursor(),this.renderer.updateBackMarkers(),this._emit("changeSelection")},this.$onMultiSelectExec=function(e){var t=e.command,n=e.editor;if(!n.multiSelect)return;if(!t.multiSelectAction){var r=t.exec(n,e.args||{});n.multiSelect.addRange(n.multiSelect.toOrientedRange()),n.multiSelect.mergeOverlappingRanges()}else t.multiSelectAction=="forEach"?r=n.forEachSelection(t,e.args):t.multiSelectAction=="forEachLine"?r=n.forEachSelection(t,e.args,!0):t.multiSelectAction=="single"?(n.exitMultiSelectMode(),r=t.exec(n,e.args||{})):r=t.multiSelectAction(n,e.args||{});return r},this.forEachSelection=function(e,t,n){if(this.inVirtualSelectionMode)return;var r=n&&n.keepOrder,i=n==1||n&&n.$byLines,o=this.session,u=this.selection,a=u.rangeList,f=(r?u:a).ranges,l;if(!f.length)return e.exec?e.exec(this,t||{}):e(this,t||{});var c=u._eventRegistry;u._eventRegistry={};var h=new s(o);this.inVirtualSelectionMode=!0;for(var p=f.length;p--;){if(i)while(p>0&&f[p].start.row==f[p-1].end.row)p--;h.fromOrientedRange(f[p]),h.index=p,this.selection=o.selection=h;var d=e.exec?e.exec(this,t||{}):e(this,t||{});!l&&d!==undefined&&(l=d),h.toOrientedRange(f[p])}h.detach(),this.selection=o.selection=u,this.inVirtualSelectionMode=!1,u._eventRegistry=c,u.mergeOverlappingRanges(),u.ranges[0]&&u.fromOrientedRange(u.ranges[0]);var v=this.renderer.$scrollAnimation;return this.onCursorChange(),this.onSelectionChange(),v&&v.from==v.to&&this.renderer.animateScrolling(v.from),l},this.exitMultiSelectMode=function(){if(!this.inMultiSelectMode||this.inVirtualSelectionMode)return;this.multiSelect.toSingleRange()},this.getSelectedText=function(){var e="";if(this.inMultiSelectMode&&!this.inVirtualSelectionMode){var t=this.multiSelect.rangeList.ranges,n=[];for(var r=0;r<t.length;r++)n.push(this.session.getTextRange(t[r]));var i=this.session.getDocument().getNewLineCharacter();e=n.join(i),e.length==(n.length-1)*i.length&&(e="")}else this.selection.isEmpty()||(e=this.session.getTextRange(this.getSelectionRange()));return e},this.$checkMultiselectChange=function(e,t){if(this.inMultiSelectMode&&!this.inVirtualSelectionMode){var n=this.multiSelect.ranges[0];if(this.multiSelect.isEmpty()&&t==this.multiSelect.anchor)return;var r=t==this.multiSelect.anchor?n.cursor==n.start?n.end:n.start:n.cursor;r.row!=t.row||this.session.$clipPositionToDocument(r.row,r.column).column!=t.column?this.multiSelect.toSingleRange(this.multiSelect.toOrientedRange()):this.multiSelect.mergeOverlappingRanges()}},this.findAll=function(e,t,n){t=t||{},t.needle=e||t.needle;if(t.needle==undefined){var r=this.selection.isEmpty()?this.selection.getWordRange():this.selection.getRange();t.needle=this.session.getTextRange(r)}this.$search.set(t);var i=this.$search.findAll(this.session);if(!i.length)return 0;var s=this.multiSelect;n||s.toSingleRange(i[0]);for(var o=i.length;o--;)s.addRange(i[o],!0);return r&&s.rangeList.rangeAtPoint(r.start)&&s.addRange(r,!0),i.length},this.selectMoreLines=function(e,t){var n=this.selection.toOrientedRange(),r=n.cursor==n.end,s=this.session.documentToScreenPosition(n.cursor);this.selection.$desiredColumn&&(s.column=this.selection.$desiredColumn);var o=this.session.screenToDocumentPosition(s.row+e,s.column);if(!n.isEmpty())var u=this.session.documentToScreenPosition(r?n.end:n.start),a=this.session.screenToDocumentPosition(u.row+e,u.column);else var a=o;if(r){var f=i.fromPoints(o,a);f.cursor=f.start}else{var f=i.fromPoints(a,o);f.cursor=f.end}f.desiredColumn=s.column;if(!this.selection.inMultiSelectMode)this.selection.addRange(n);else if(t)var l=n.cursor;this.selection.addRange(f),l&&this.selection.substractPoint(l)},this.transposeSelections=function(e){var t=this.session,n=t.multiSelect,r=n.ranges;for(var i=r.length;i--;){var s=r[i];if(s.isEmpty()){var o=t.getWordRange(s.start.row,s.start.column);s.start.row=o.start.row,s.start.column=o.start.column,s.end.row=o.end.row,s.end.column=o.end.column}}n.mergeOverlappingRanges();var u=[];for(var i=r.length;i--;){var s=r[i];u.unshift(t.getTextRange(s))}e<0?u.unshift(u.pop()):u.push(u.shift());for(var i=r.length;i--;){var s=r[i],o=s.clone();t.replace(s,u[i]),s.start.row=o.start.row,s.start.column=o.start.column}n.fromOrientedRange(n.ranges[0])},this.selectMore=function(e,t,n){var r=this.session,i=r.multiSelect,s=i.toOrientedRange();if(s.isEmpty()){s=r.getWordRange(s.start.row,s.start.column),s.cursor=e==-1?s.start:s.end,this.multiSelect.addRange(s);if(n)return}var o=r.getTextRange(s),u=h(r,o,e);u&&(u.cursor=e==-1?u.start:u.end,this.session.unfold(u),this.multiSelect.addRange(u),this.renderer.scrollCursorIntoView(null,.5)),t&&this.multiSelect.substractPoint(s.cursor)},this.alignCursors=function(){var e=this.session,t=e.multiSelect,n=t.ranges,r=-1,s=n.filter(function(e){if(e.cursor.row==r)return!0;r=e.cursor.row});if(!n.length||s.length==n.length-1){var o=this.selection.getRange(),u=o.start.row,f=o.end.row,l=u==f;if(l){var c=this.session.getLength(),h;do h=this.session.getLine(f);while(/[=:]/.test(h)&&++f<c);do h=this.session.getLine(u);while(/[=:]/.test(h)&&--u>0);u<0&&(u=0),f>=c&&(f=c-1)}var p=this.session.removeFullLines(u,f);p=this.$reAlignText(p,l),this.session.insert({row:u,column:0},p.join("\n")+"\n"),l||(o.start.column=0,o.end.column=p[p.length-1].length),this.selection.setRange(o)}else{s.forEach(function(e){t.substractPoint(e.cursor)});var d=0,v=Infinity,m=n.map(function(t){var n=t.cursor,r=e.getLine(n.row),i=r.substr(n.column).search(/\S/g);return i==-1&&(i=0),n.column>d&&(d=n.column),i<v&&(v=i),i});n.forEach(function(t,n){var r=t.cursor,s=d-r.column,o=m[n]-v;s>o?e.insert(r,a.stringRepeat(" ",s-o)):e.remove(new i(r.row,r.column,r.row,r.column-s+o)),t.start.column=t.end.column=d,t.start.row=t.end.row=r.row,t.cursor=t.end}),t.fromOrientedRange(n[0]),this.renderer.updateCursor(),this.renderer.updateBackMarkers()}},this.$reAlignText=function(e,t){function u(e){return a.stringRepeat(" ",e)}function f(e){return e[2]?u(i)+e[2]+u(s-e[2].length+o)+e[4].replace(/^([=:])\s+/,"$1 "):e[0]}function l(e){return e[2]?u(i+s-e[2].length)+e[2]+u(o)+e[4].replace(/^([=:])\s+/,"$1 "):e[0]}function c(e){return e[2]?u(i)+e[2]+u(o)+e[4].replace(/^([=:])\s+/,"$1 "):e[0]}var n=!0,r=!0,i,s,o;return e.map(function(e){var t=e.match(/(\s*)(.*?)(\s*)([=:].*)/);return t?i==null?(i=t[1].length,s=t[2].length,o=t[3].length,t):(i+s+o!=t[1].length+t[2].length+t[3].length&&(r=!1),i!=t[1].length&&(n=!1),i>t[1].length&&(i=t[1].length),s<t[2].length&&(s=t[2].length),o>t[3].length&&(o=t[3].length),t):[e]}).map(t?f:n?r?l:f:c)}}).call(d.prototype),t.onSessionChange=function(e){var t=e.session;t&&!t.multiSelect&&(t.$selectionMarkers=[],t.selection.$initRangeList(),t.multiSelect=t.selection),this.multiSelect=t&&t.multiSelect;var n=e.oldSession;n&&(n.multiSelect.off("addRange",this.$onAddRange),n.multiSelect.off("removeRange",this.$onRemoveRange),n.multiSelect.off("multiSelect",this.$onMultiSelect),n.multiSelect.off("singleSelect",this.$onSingleSelect),n.multiSelect.lead.off("change",this.$checkMultiselectChange),n.multiSelect.anchor.off("change",this.$checkMultiselectChange)),t&&(t.multiSelect.on("addRange",this.$onAddRange),t.multiSelect.on("removeRange",this.$onRemoveRange),t.multiSelect.on("multiSelect",this.$onMultiSelect),t.multiSelect.on("singleSelect",this.$onSingleSelect),t.multiSelect.lead.on("change",this.$checkMultiselectChange),t.multiSelect.anchor.on("change",this.$checkMultiselectChange)),t&&this.inMultiSelectMode!=t.selection.inMultiSelectMode&&(t.selection.inMultiSelectMode?this.$onMultiSelect():this.$onSingleSelect())},t.MultiSelect=m,e("./config").defineOptions(d.prototype,"editor",{enableMultiselect:{set:function(e){m(this),e?(this.on("changeSession",this.$multiselectOnSessionChange),this.on("mousedown",o)):(this.off("changeSession",this.$multiselectOnSessionChange),this.off("mousedown",o))},value:!0},enableBlockSelect:{set:function(e){this.$blockSelectEnabled=e},value:!0}})}),ace.define("ace/mode/folding/fold_mode",["require","exports","module","ace/range"],function(e,t,n){"use strict";var r=e("../../range").Range,i=t.FoldMode=function(){};(function(){this.foldingStartMarker=null,this.foldingStopMarker=null,this.getFoldWidget=function(e,t,n){var r=e.getLine(n);return this.foldingStartMarker.test(r)?"start":t=="markbeginend"&&this.foldingStopMarker&&this.foldingStopMarker.test(r)?"end":""},this.getFoldWidgetRange=function(e,t,n){return null},this.indentationBlock=function(e,t,n){var i=/\S/,s=e.getLine(t),o=s.search(i);if(o==-1)return;var u=n||s.length,a=e.getLength(),f=t,l=t;while(++t<a){var c=e.getLine(t).search(i);if(c==-1)continue;if(c<=o){var h=e.getTokenAt(t,0);if(!h||h.type!=="string")break}l=t}if(l>f){var p=e.getLine(l).length;return new r(f,u,l,p)}},this.openingBracketBlock=function(e,t,n,i,s){var o={row:n,column:i+1},u=e.$findClosingBracket(t,o,s);if(!u)return;var a=e.foldWidgets[u.row];return a==null&&(a=e.getFoldWidget(u.row)),a=="start"&&u.row>o.row&&(u.row--,u.column=e.getLine(u.row).length),r.fromPoints(o,u)},this.closingBracketBlock=function(e,t,n,i,s){var o={row:n,column:i},u=e.$findOpeningBracket(t,o);if(!u)return;return u.column++,o.column--,r.fromPoints(u,o)}}).call(i.prototype)}),ace.define("ace/theme/textmate",["require","exports","module","ace/lib/dom"],function(e,t,n){"use strict";t.isDark=!1,t.cssClass="ace-tm",t.cssText='.ace-tm .ace_gutter {background: #f0f0f0;color: #333;}.ace-tm .ace_print-margin {width: 1px;background: #e8e8e8;}.ace-tm .ace_fold {background-color: #6B72E6;}.ace-tm {background-color: #FFFFFF;color: black;}.ace-tm .ace_cursor {color: black;}.ace-tm .ace_invisible {color: rgb(191, 191, 191);}.ace-tm .ace_storage,.ace-tm .ace_keyword {color: blue;}.ace-tm .ace_constant {color: rgb(197, 6, 11);}.ace-tm .ace_constant.ace_buildin {color: rgb(88, 72, 246);}.ace-tm .ace_constant.ace_language {color: rgb(88, 92, 246);}.ace-tm .ace_constant.ace_library {color: rgb(6, 150, 14);}.ace-tm .ace_invalid {background-color: rgba(255, 0, 0, 0.1);color: red;}.ace-tm .ace_support.ace_function {color: rgb(60, 76, 114);}.ace-tm .ace_support.ace_constant {color: rgb(6, 150, 14);}.ace-tm .ace_support.ace_type,.ace-tm .ace_support.ace_class {color: rgb(109, 121, 222);}.ace-tm .ace_keyword.ace_operator {color: rgb(104, 118, 135);}.ace-tm .ace_string {color: rgb(3, 106, 7);}.ace-tm .ace_comment {color: rgb(76, 136, 107);}.ace-tm .ace_comment.ace_doc {color: rgb(0, 102, 255);}.ace-tm .ace_comment.ace_doc.ace_tag {color: rgb(128, 159, 191);}.ace-tm .ace_constant.ace_numeric {color: rgb(0, 0, 205);}.ace-tm .ace_variable {color: rgb(49, 132, 149);}.ace-tm .ace_xml-pe {color: rgb(104, 104, 91);}.ace-tm .ace_entity.ace_name.ace_function {color: #0000A2;}.ace-tm .ace_heading {color: rgb(12, 7, 255);}.ace-tm .ace_list {color:rgb(185, 6, 144);}.ace-tm .ace_meta.ace_tag {color:rgb(0, 22, 142);}.ace-tm .ace_string.ace_regex {color: rgb(255, 0, 0)}.ace-tm .ace_marker-layer .ace_selection {background: rgb(181, 213, 255);}.ace-tm.ace_multiselect .ace_selection.ace_start {box-shadow: 0 0 3px 0px white;}.ace-tm .ace_marker-layer .ace_step {background: rgb(252, 255, 0);}.ace-tm .ace_marker-layer .ace_stack {background: rgb(164, 229, 101);}.ace-tm .ace_marker-layer .ace_bracket {margin: -1px 0 0 -1px;border: 1px solid rgb(192, 192, 192);}.ace-tm .ace_marker-layer .ace_active-line {background: rgba(0, 0, 0, 0.07);}.ace-tm .ace_gutter-active-line {background-color : #dcdcdc;}.ace-tm .ace_marker-layer .ace_selected-word {background: rgb(250, 250, 255);border: 1px solid rgb(200, 200, 250);}.ace-tm .ace_indent-guide {background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAE0lEQVQImWP4////f4bLly//BwAmVgd1/w11/gAAAABJRU5ErkJggg==") right repeat-y;}',t.$id="ace/theme/textmate";var r=e("../lib/dom");r.importCssString(t.cssText,t.cssClass)}),ace.define("ace/line_widgets",["require","exports","module","ace/lib/dom"],function(e,t,n){"use strict";function i(e){this.session=e,this.session.widgetManager=this,this.session.getRowLength=this.getRowLength,this.session.$getWidgetScreenLength=this.$getWidgetScreenLength,this.updateOnChange=this.updateOnChange.bind(this),this.renderWidgets=this.renderWidgets.bind(this),this.measureWidgets=this.measureWidgets.bind(this),this.session._changedWidgets=[],this.$onChangeEditor=this.$onChangeEditor.bind(this),this.session.on("change",this.updateOnChange),this.session.on("changeFold",this.updateOnFold),this.session.on("changeEditor",this.$onChangeEditor)}var r=e("./lib/dom");(function(){this.getRowLength=function(e){var t;return this.lineWidgets?t=this.lineWidgets[e]&&this.lineWidgets[e].rowCount||0:t=0,!this.$useWrapMode||!this.$wrapData[e]?1+t:this.$wrapData[e].length+1+t},this.$getWidgetScreenLength=function(){var e=0;return this.lineWidgets.forEach(function(t){t&&t.rowCount&&!t.hidden&&(e+=t.rowCount)}),e},this.$onChangeEditor=function(e){this.attach(e.editor)},this.attach=function(e){e&&e.widgetManager&&e.widgetManager!=this&&e.widgetManager.detach();if(this.editor==e)return;this.detach(),this.editor=e,e&&(e.widgetManager=this,e.renderer.on("beforeRender",this.measureWidgets),e.renderer.on("afterRender",this.renderWidgets))},this.detach=function(e){var t=this.editor;if(!t)return;this.editor=null,t.widgetManager=null,t.renderer.off("beforeRender",this.measureWidgets),t.renderer.off("afterRender",this.renderWidgets);var n=this.session.lineWidgets;n&&n.forEach(function(e){e&&e.el&&e.el.parentNode&&(e._inDocument=!1,e.el.parentNode.removeChild(e.el))})},this.updateOnFold=function(e,t){var n=t.lineWidgets;if(!n||!e.action)return;var r=e.data,i=r.start.row,s=r.end.row,o=e.action=="add";for(var u=i+1;u<s;u++)n[u]&&(n[u].hidden=o);n[s]&&(o?n[i]?n[s].hidden=o:n[i]=n[s]:(n[i]==n[s]&&(n[i]=undefined),n[s].hidden=o))},this.updateOnChange=function(e){var t=this.session.lineWidgets;if(!t)return;var n=e.start.row,r=e.end.row-n;if(r!==0)if(e.action=="remove"){var i=t.splice(n+1,r);!t[n]&&i[i.length-1]&&(t[n]=i.pop()),i.forEach(function(e){e&&this.removeLineWidget(e)},this),this.$updateRows()}else{var s=new Array(r);t[n]&&t[n].column!=null&&e.start.column>t[n].column&&n++,s.unshift(n,0),t.splice.apply(t,s),this.$updateRows()}},this.$updateRows=function(){var e=this.session.lineWidgets;if(!e)return;var t=!0;e.forEach(function(e,n){if(e){t=!1,e.row=n;while(e.$oldWidget)e.$oldWidget.row=n,e=e.$oldWidget}}),t&&(this.session.lineWidgets=null)},this.$registerLineWidget=function(e){this.session.lineWidgets||(this.session.lineWidgets=new Array(this.session.getLength()));var t=this.session.lineWidgets[e.row];return t&&(e.$oldWidget=t,t.el&&t.el.parentNode&&(t.el.parentNode.removeChild(t.el),t._inDocument=!1)),this.session.lineWidgets[e.row]=e,e},this.addLineWidget=function(e){this.$registerLineWidget(e),e.session=this.session;if(!this.editor)return e;var t=this.editor.renderer;e.html&&!e.el&&(e.el=r.createElement("div"),e.el.innerHTML=e.html),e.el&&(r.addCssClass(e.el,"ace_lineWidgetContainer"),e.el.style.position="absolute",e.el.style.zIndex=5,t.container.appendChild(e.el),e._inDocument=!0,e.coverGutter||(e.el.style.zIndex=3),e.pixelHeight==null&&(e.pixelHeight=e.el.offsetHeight)),e.rowCount==null&&(e.rowCount=e.pixelHeight/t.layerConfig.lineHeight);var n=this.session.getFoldAt(e.row,0);e.$fold=n;if(n){var i=this.session.lineWidgets;e.row==n.end.row&&!i[n.start.row]?i[n.start.row]=e:e.hidden=!0}return this.session._emit("changeFold",{data:{start:{row:e.row}}}),this.$updateRows(),this.renderWidgets(null,t),this.onWidgetChanged(e),e},this.removeLineWidget=function(e){e._inDocument=!1,e.session=null,e.el&&e.el.parentNode&&e.el.parentNode.removeChild(e.el);if(e.editor&&e.editor.destroy)try{e.editor.destroy()}catch(t){}if(this.session.lineWidgets){var n=this.session.lineWidgets[e.row];if(n==e)this.session.lineWidgets[e.row]=e.$oldWidget,e.$oldWidget&&this.onWidgetChanged(e.$oldWidget);else while(n){if(n.$oldWidget==e){n.$oldWidget=e.$oldWidget;break}n=n.$oldWidget}}this.session._emit("changeFold",{data:{start:{row:e.row}}}),this.$updateRows()},this.getWidgetsAtRow=function(e){var t=this.session.lineWidgets,n=t&&t[e],r=[];while(n)r.push(n),n=n.$oldWidget;return r},this.onWidgetChanged=function(e){this.session._changedWidgets.push(e),this.editor&&this.editor.renderer.updateFull()},this.measureWidgets=function(e,t){var n=this.session._changedWidgets,r=t.layerConfig;if(!n||!n.length)return;var i=Infinity;for(var s=0;s<n.length;s++){var o=n[s];if(!o||!o.el)continue;if(o.session!=this.session)continue;if(!o._inDocument){if(this.session.lineWidgets[o.row]!=o)continue;o._inDocument=!0,t.container.appendChild(o.el)}o.h=o.el.offsetHeight,o.fixedWidth||(o.w=o.el.offsetWidth,o.screenWidth=Math.ceil(o.w/r.characterWidth));var u=o.h/r.lineHeight;o.coverLine&&(u-=this.session.getRowLineCount(o.row),u<0&&(u=0)),o.rowCount!=u&&(o.rowCount=u,o.row<i&&(i=o.row))}i!=Infinity&&(this.session._emit("changeFold",{data:{start:{row:i}}}),this.session.lineWidgetWidth=null),this.session._changedWidgets=[]},this.renderWidgets=function(e,t){var n=t.layerConfig,r=this.session.lineWidgets;if(!r)return;var i=Math.min(this.firstRow,n.firstRow),s=Math.max(this.lastRow,n.lastRow,r.length);while(i>0&&!r[i])i--;this.firstRow=n.firstRow,this.lastRow=n.lastRow,t.$cursorLayer.config=n;for(var o=i;o<=s;o++){var u=r[o];if(!u||!u.el)continue;if(u.hidden){u.el.style.top=-100-(u.pixelHeight||0)+"px";continue}u._inDocument||(u._inDocument=!0,t.container.appendChild(u.el));var a=t.$cursorLayer.getPixelPosition({row:o,column:0},!0).top;u.coverLine||(a+=n.lineHeight*this.session.getRowLineCount(u.row)),u.el.style.top=a-n.offset+"px";var f=u.coverGutter?0:t.gutterWidth;u.fixedWidth||(f-=t.scrollLeft),u.el.style.left=f+"px",u.fullWidth&&u.screenWidth&&(u.el.style.minWidth=n.width+2*n.padding+"px"),u.fixedWidth?u.el.style.right=t.scrollBar.getWidth()+"px":u.el.style.right=""}}}).call(i.prototype),t.LineWidgets=i}),ace.define("ace/ext/error_marker",["require","exports","module","ace/line_widgets","ace/lib/dom","ace/range"],function(e,t,n){"use strict";function o(e,t,n){var r=0,i=e.length-1;while(r<=i){var s=r+i>>1,o=n(t,e[s]);if(o>0)r=s+1;else{if(!(o<0))return s;i=s-1}}return-(r+1)}function u(e,t,n){var r=e.getAnnotations().sort(s.comparePoints);if(!r.length)return;var i=o(r,{row:t,column:-1},s.comparePoints);i<0&&(i=-i-1),i>=r.length?i=n>0?0:r.length-1:i===0&&n<0&&(i=r.length-1);var u=r[i];if(!u||!n)return;if(u.row===t){do u=r[i+=n];while(u&&u.row===t);if(!u)return r.slice()}var a=[];t=u.row;do a[n<0?"unshift":"push"](u),u=r[i+=n];while(u&&u.row==t);return a.length&&a}var r=e("../line_widgets").LineWidgets,i=e("../lib/dom"),s=e("../range").Range;t.showErrorMarker=function(e,t){var n=e.session;n.widgetManager||(n.widgetManager=new r(n),n.widgetManager.attach(e));var s=e.getCursorPosition(),o=s.row,a=n.widgetManager.getWidgetsAtRow(o).filter(function(e){return e.type=="errorMarker"})[0];a?a.destroy():o-=t;var f=u(n,o,t),l;if(f){var c=f[0];s.column=(c.pos&&typeof c.column!="number"?c.pos.sc:c.column)||0,s.row=c.row,l=e.renderer.$gutterLayer.$annotations[s.row]}else{if(a)return;l={text:["Looks good!"],className:"ace_ok"}}e.session.unfold(s.row),e.selection.moveToPosition(s);var h={row:s.row,fixedWidth:!0,coverGutter:!0,el:i.createElement("div"),type:"errorMarker"},p=h.el.appendChild(i.createElement("div")),d=h.el.appendChild(i.createElement("div"));d.className="error_widget_arrow "+l.className;var v=e.renderer.$cursorLayer.getPixelPosition(s).left;d.style.left=v+e.renderer.gutterWidth-5+"px",h.el.className="error_widget_wrapper",p.className="error_widget "+l.className,p.innerHTML=l.text.join("<br>"),p.appendChild(i.createElement("div"));var m=function(e,t,n){if(t===0&&(n==="esc"||n==="return"))return h.destroy(),{command:"null"}};h.destroy=function(){if(e.$mouseHandler.isMousePressed)return;e.keyBinding.removeKeyboardHandler(m),n.widgetManager.removeLineWidget(h),e.off("changeSelection",h.destroy),e.off("changeSession",h.destroy),e.off("mouseup",h.destroy),e.off("change",h.destroy)},e.keyBinding.addKeyboardHandler(m),e.on("changeSelection",h.destroy),e.on("changeSession",h.destroy),e.on("mouseup",h.destroy),e.on("change",h.destroy),e.session.widgetManager.addLineWidget(h),h.el.onmousedown=e.focus.bind(e),e.renderer.scrollCursorIntoView(null,.5,{bottom:h.el.offsetHeight})},i.importCssString(" .error_widget_wrapper { background: inherit; color: inherit; border:none } .error_widget { border-top: solid 2px; border-bottom: solid 2px; margin: 5px 0; padding: 10px 40px; white-space: pre-wrap; } .error_widget.ace_error, .error_widget_arrow.ace_error{ border-color: #ff5a5a } .error_widget.ace_warning, .error_widget_arrow.ace_warning{ border-color: #F1D817 } .error_widget.ace_info, .error_widget_arrow.ace_info{ border-color: #5a5a5a } .error_widget.ace_ok, .error_widget_arrow.ace_ok{ border-color: #5aaa5a } .error_widget_arrow { position: absolute; border: solid 5px; border-top-color: transparent!important; border-right-color: transparent!important; border-left-color: transparent!important; top: -5px; }","")}),ace.define("ace/ace",["require","exports","module","ace/lib/fixoldbrowsers","ace/lib/dom","ace/lib/event","ace/range","ace/editor","ace/edit_session","ace/undomanager","ace/virtual_renderer","ace/worker/worker_client","ace/keyboard/hash_handler","ace/placeholder","ace/multi_select","ace/mode/folding/fold_mode","ace/theme/textmate","ace/ext/error_marker","ace/config"],function(e,t,n){"use strict";e("./lib/fixoldbrowsers");var r=e("./lib/dom"),i=e("./lib/event"),s=e("./range").Range,o=e("./editor").Editor,u=e("./edit_session").EditSession,a=e("./undomanager").UndoManager,f=e("./virtual_renderer").VirtualRenderer;e("./worker/worker_client"),e("./keyboard/hash_handler"),e("./placeholder"),e("./multi_select"),e("./mode/folding/fold_mode"),e("./theme/textmate"),e("./ext/error_marker"),t.config=e("./config"),t.require=e,typeof define=="function"&&(t.define=define),t.edit=function(e,n){if(typeof e=="string"){var s=e;e=document.getElementById(s);if(!e)throw new Error("ace.edit can't find div #"+s)}if(e&&e.env&&e.env.editor instanceof o)return e.env.editor;var u="";if(e&&/input|textarea/i.test(e.tagName)){var a=e;u=a.value,e=r.createElement("pre"),a.parentNode.replaceChild(e,a)}else e&&(u=e.textContent,e.innerHTML="");var l=t.createEditSession(u),c=new o(new f(e),l,n),h={document:l,editor:c,onResize:c.resize.bind(c,null)};return a&&(h.textarea=a),i.addListener(window,"resize",h.onResize),c.on("destroy",function(){i.removeListener(window,"resize",h.onResize),h.editor.container.env=null}),c.container.env=c.env=h,c},t.createEditSession=function(e,t){var n=new u(e,t);return n.setUndoManager(new a),n},t.Range=s,t.Editor=o,t.EditSession=u,t.UndoManager=a,t.VirtualRenderer=f,t.version=t.config.version}); (function() { - ace.require(["ace/ace"], function(a) { - if (a) { - a.config.init(true); - a.define = ace.define; - } - if (!window.ace) - window.ace = a; - for (var key in a) if (a.hasOwnProperty(key)) - window.ace[key] = a[key]; - window.ace["default"] = window.ace; - if (typeof module == "object" && typeof exports == "object" && module) { - module.exports = window.ace; - } - }); - })(); - ;ace.define("ace/snippets",["require","exports","module","ace/lib/oop","ace/lib/event_emitter","ace/lib/lang","ace/range","ace/range_list","ace/keyboard/hash_handler","ace/tokenizer","ace/clipboard","ace/lib/dom","ace/editor"],function(e,t,n){"use strict";function h(e){var t=(new Date).toLocaleString("en-us",e);return t.length==1?"0"+t:t}var r=e("./lib/oop"),i=e("./lib/event_emitter").EventEmitter,s=e("./lib/lang"),o=e("./range").Range,u=e("./range_list").RangeList,a=e("./keyboard/hash_handler").HashHandler,f=e("./tokenizer").Tokenizer,l=e("./clipboard"),c={CURRENT_WORD:function(e){return e.session.getTextRange(e.session.getWordRange())},SELECTION:function(e,t,n){var r=e.session.getTextRange();return n?r.replace(/\n\r?([ \t]*\S)/g,"\n"+n+"$1"):r},CURRENT_LINE:function(e){return e.session.getLine(e.getCursorPosition().row)},PREV_LINE:function(e){return e.session.getLine(e.getCursorPosition().row-1)},LINE_INDEX:function(e){return e.getCursorPosition().row},LINE_NUMBER:function(e){return e.getCursorPosition().row+1},SOFT_TABS:function(e){return e.session.getUseSoftTabs()?"YES":"NO"},TAB_SIZE:function(e){return e.session.getTabSize()},CLIPBOARD:function(e){return l.getText&&l.getText()},FILENAME:function(e){return/[^/\\]*$/.exec(this.FILEPATH(e))[0]},FILENAME_BASE:function(e){return/[^/\\]*$/.exec(this.FILEPATH(e))[0].replace(/\.[^.]*$/,"")},DIRECTORY:function(e){return this.FILEPATH(e).replace(/[^/\\]*$/,"")},FILEPATH:function(e){return"/not implemented.txt"},WORKSPACE_NAME:function(){return"Unknown"},FULLNAME:function(){return"Unknown"},BLOCK_COMMENT_START:function(e){var t=e.session.$mode||{};return t.blockComment&&t.blockComment.start||""},BLOCK_COMMENT_END:function(e){var t=e.session.$mode||{};return t.blockComment&&t.blockComment.end||""},LINE_COMMENT:function(e){var t=e.session.$mode||{};return t.lineCommentStart||""},CURRENT_YEAR:h.bind(null,{year:"numeric"}),CURRENT_YEAR_SHORT:h.bind(null,{year:"2-digit"}),CURRENT_MONTH:h.bind(null,{month:"numeric"}),CURRENT_MONTH_NAME:h.bind(null,{month:"long"}),CURRENT_MONTH_NAME_SHORT:h.bind(null,{month:"short"}),CURRENT_DATE:h.bind(null,{day:"2-digit"}),CURRENT_DAY_NAME:h.bind(null,{weekday:"long"}),CURRENT_DAY_NAME_SHORT:h.bind(null,{weekday:"short"}),CURRENT_HOUR:h.bind(null,{hour:"2-digit",hour12:!1}),CURRENT_MINUTE:h.bind(null,{minute:"2-digit"}),CURRENT_SECOND:h.bind(null,{second:"2-digit"})};c.SELECTED_TEXT=c.SELECTION;var p=function(){this.snippetMap={},this.snippetNameMap={}};(function(){r.implement(this,i),this.getTokenizer=function(){return p.$tokenizer||this.createTokenizer()},this.createTokenizer=function(){function e(e){return e=e.substr(1),/^\d+$/.test(e)?[{tabstopId:parseInt(e,10)}]:[{text:e}]}function t(e){return"(?:[^\\\\"+e+"]|\\\\.)"}var n={regex:"/("+t("/")+"+)/",onMatch:function(e,t,n){var r=n[0];return r.fmtString=!0,r.guard=e.slice(1,-1),r.flag="",""},next:"formatString"};return p.$tokenizer=new f({start:[{regex:/\\./,onMatch:function(e,t,n){var r=e[1];return r=="}"&&n.length?e=r:"`$\\".indexOf(r)!=-1&&(e=r),[e]}},{regex:/}/,onMatch:function(e,t,n){return[n.length?n.shift():e]}},{regex:/\$(?:\d+|\w+)/,onMatch:e},{regex:/\$\{[\dA-Z_a-z]+/,onMatch:function(t,n,r){var i=e(t.substr(1));return r.unshift(i[0]),i},next:"snippetVar"},{regex:/\n/,token:"newline",merge:!1}],snippetVar:[{regex:"\\|"+t("\\|")+"*\\|",onMatch:function(e,t,n){var r=e.slice(1,-1).replace(/\\[,|\\]|,/g,function(e){return e.length==2?e[1]:"\0"}).split("\0").map(function(e){return{value:e}});return n[0].choices=r,[r[0]]},next:"start"},n,{regex:"([^:}\\\\]|\\\\.)*:?",token:"",next:"start"}],formatString:[{regex:/:/,onMatch:function(e,t,n){return n.length&&n[0].expectElse?(n[0].expectElse=!1,n[0].ifEnd={elseEnd:n[0]},[n[0].ifEnd]):":"}},{regex:/\\./,onMatch:function(e,t,n){var r=e[1];return r=="}"&&n.length?e=r:"`$\\".indexOf(r)!=-1?e=r:r=="n"?e="\n":r=="t"?e=" ":"ulULE".indexOf(r)!=-1&&(e={changeCase:r,local:r>"a"}),[e]}},{regex:"/\\w*}",onMatch:function(e,t,n){var r=n.shift();return r&&(r.flag=e.slice(1,-1)),this.next=r&&r.tabstopId?"start":"",[r||e]},next:"start"},{regex:/\$(?:\d+|\w+)/,onMatch:function(e,t,n){return[{text:e.slice(1)}]}},{regex:/\${\w+/,onMatch:function(e,t,n){var r={text:e.slice(2)};return n.unshift(r),[r]},next:"formatStringVar"},{regex:/\n/,token:"newline",merge:!1},{regex:/}/,onMatch:function(e,t,n){var r=n.shift();return this.next=r&&r.tabstopId?"start":"",[r||e]},next:"start"}],formatStringVar:[{regex:/:\/\w+}/,onMatch:function(e,t,n){var r=n[0];return r.formatFunction=e.slice(2,-1),[n.shift()]},next:"formatString"},n,{regex:/:[\?\-+]?/,onMatch:function(e,t,n){e[1]=="+"&&(n[0].ifEnd=n[0]),e[1]=="?"&&(n[0].expectElse=!0)},next:"formatString"},{regex:"([^:}\\\\]|\\\\.)*:?",token:"",next:"formatString"}]}),p.$tokenizer},this.tokenizeTmSnippet=function(e,t){return this.getTokenizer().getLineTokens(e,t).tokens.map(function(e){return e.value||e})},this.getVariableValue=function(e,t,n){if(/^\d+$/.test(t))return(this.variables.__||{})[t]||"";if(/^[A-Z]\d+$/.test(t))return(this.variables[t[0]+"__"]||{})[t.substr(1)]||"";t=t.replace(/^TM_/,"");if(!this.variables.hasOwnProperty(t))return"";var r=this.variables[t];return typeof r=="function"&&(r=this.variables[t](e,t,n)),r==null?"":r},this.variables=c,this.tmStrFormat=function(e,t,n){if(!t.fmt)return e;var r=t.flag||"",i=t.guard;i=new RegExp(i,r.replace(/[^gim]/g,""));var s=typeof t.fmt=="string"?this.tokenizeTmSnippet(t.fmt,"formatString"):t.fmt,o=this,u=e.replace(i,function(){var e=o.variables.__;o.variables.__=[].slice.call(arguments);var t=o.resolveVariables(s,n),r="E";for(var i=0;i<t.length;i++){var u=t[i];if(typeof u=="object"){t[i]="";if(u.changeCase&&u.local){var a=t[i+1];a&&typeof a=="string"&&(u.changeCase=="u"?t[i]=a[0].toUpperCase():t[i]=a[0].toLowerCase(),t[i+1]=a.substr(1))}else u.changeCase&&(r=u.changeCase)}else r=="U"?t[i]=u.toUpperCase():r=="L"&&(t[i]=u.toLowerCase())}return o.variables.__=e,t.join("")});return u},this.tmFormatFunction=function(e,t,n){return t.formatFunction=="upcase"?e.toUpperCase():t.formatFunction=="downcase"?e.toLowerCase():e},this.resolveVariables=function(e,t){function f(t){var n=e.indexOf(t,s+1);n!=-1&&(s=n)}var n=[],r="",i=!0;for(var s=0;s<e.length;s++){var o=e[s];if(typeof o=="string"){n.push(o),o=="\n"?(i=!0,r=""):i&&(r=/^\t*/.exec(o)[0],i=/\S/.test(o));continue}if(!o)continue;i=!1;if(o.fmtString){var u=e.indexOf(o,s+1);u==-1&&(u=e.length),o.fmt=e.slice(s+1,u),s=u}if(o.text){var a=this.getVariableValue(t,o.text,r)+"";o.fmtString&&(a=this.tmStrFormat(a,o,t)),o.formatFunction&&(a=this.tmFormatFunction(a,o,t)),a&&!o.ifEnd?(n.push(a),f(o)):!a&&o.ifEnd&&f(o.ifEnd)}else o.elseEnd?f(o.elseEnd):o.tabstopId!=null?n.push(o):o.changeCase!=null&&n.push(o)}return n},this.insertSnippetForSelection=function(e,t){function f(e){var t=[];for(var n=0;n<e.length;n++){var r=e[n];if(typeof r=="object"){if(a[r.tabstopId])continue;var i=e.lastIndexOf(r,n-1);r=t[i]||{tabstopId:r.tabstopId}}t[n]=r}return t}var n=e.getCursorPosition(),r=e.session.getLine(n.row),i=e.session.getTabString(),s=r.match(/^\s*/)[0];n.column<s.length&&(s=s.slice(0,n.column)),t=t.replace(/\r/g,"");var o=this.tokenizeTmSnippet(t);o=this.resolveVariables(o,e),o=o.map(function(e){return e=="\n"?e+s:typeof e=="string"?e.replace(/\t/g,i):e});var u=[];o.forEach(function(e,t){if(typeof e!="object")return;var n=e.tabstopId,r=u[n];r||(r=u[n]=[],r.index=n,r.value="",r.parents={});if(r.indexOf(e)!==-1)return;e.choices&&!r.choices&&(r.choices=e.choices),r.push(e);var i=o.indexOf(e,t+1);if(i===-1)return;var s=o.slice(t+1,i),a=s.some(function(e){return typeof e=="object"});a&&!r.value?r.value=s:s.length&&(!r.value||typeof r.value!="string")&&(r.value=s.join(""))}),u.forEach(function(e){e.length=0});var a={};for(var l=0;l<o.length;l++){var c=o[l];if(typeof c!="object")continue;var h=c.tabstopId,p=u[h],v=o.indexOf(c,l+1);if(a[h]){a[h]===c&&(delete a[h],Object.keys(a).forEach(function(e){p.parents[e]=!0}));continue}a[h]=c;var m=p.value;typeof m!="string"?m=f(m):c.fmt&&(m=this.tmStrFormat(m,c,e)),o.splice.apply(o,[l+1,Math.max(0,v-l)].concat(m,c)),p.indexOf(c)===-1&&p.push(c)}var g=0,y=0,b="";o.forEach(function(e){if(typeof e=="string"){var t=e.split("\n");t.length>1?(y=t[t.length-1].length,g+=t.length-1):y+=e.length,b+=e}else e&&(e.start?e.end={row:g,column:y}:e.start={row:g,column:y})});var w=e.getSelectionRange(),E=e.session.replace(w,b),S=new d(e),x=e.inVirtualSelectionMode&&e.selection.index;S.addTabstops(u,w.start,E,x)},this.insertSnippet=function(e,t){var n=this;if(e.inVirtualSelectionMode)return n.insertSnippetForSelection(e,t);e.forEachSelection(function(){n.insertSnippetForSelection(e,t)},null,{keepOrder:!0}),e.tabstopManager&&e.tabstopManager.tabNext()},this.$getScope=function(e){var t=e.session.$mode.$id||"";t=t.split("/").pop();if(t==="html"||t==="php"){t==="php"&&!e.session.$mode.inlinePhp&&(t="html");var n=e.getCursorPosition(),r=e.session.getState(n.row);typeof r=="object"&&(r=r[0]),r.substring&&(r.substring(0,3)=="js-"?t="javascript":r.substring(0,4)=="css-"?t="css":r.substring(0,4)=="php-"&&(t="php"))}return t},this.getActiveScopes=function(e){var t=this.$getScope(e),n=[t],r=this.snippetMap;return r[t]&&r[t].includeScopes&&n.push.apply(n,r[t].includeScopes),n.push("_"),n},this.expandWithTab=function(e,t){var n=this,r=e.forEachSelection(function(){return n.expandSnippetForSelection(e,t)},null,{keepOrder:!0});return r&&e.tabstopManager&&e.tabstopManager.tabNext(),r},this.expandSnippetForSelection=function(e,t){var n=e.getCursorPosition(),r=e.session.getLine(n.row),i=r.substring(0,n.column),s=r.substr(n.column),o=this.snippetMap,u;return this.getActiveScopes(e).some(function(e){var t=o[e];return t&&(u=this.findMatchingSnippet(t,i,s)),!!u},this),u?t&&t.dryRun?!0:(e.session.doc.removeInLine(n.row,n.column-u.replaceBefore.length,n.column+u.replaceAfter.length),this.variables.M__=u.matchBefore,this.variables.T__=u.matchAfter,this.insertSnippetForSelection(e,u.content),this.variables.M__=this.variables.T__=null,!0):!1},this.findMatchingSnippet=function(e,t,n){for(var r=e.length;r--;){var i=e[r];if(i.startRe&&!i.startRe.test(t))continue;if(i.endRe&&!i.endRe.test(n))continue;if(!i.startRe&&!i.endRe)continue;return i.matchBefore=i.startRe?i.startRe.exec(t):[""],i.matchAfter=i.endRe?i.endRe.exec(n):[""],i.replaceBefore=i.triggerRe?i.triggerRe.exec(t)[0]:"",i.replaceAfter=i.endTriggerRe?i.endTriggerRe.exec(n)[0]:"",i}},this.snippetMap={},this.snippetNameMap={},this.register=function(e,t){function o(e){return e&&!/^\^?\(.*\)\$?$|^\\b$/.test(e)&&(e="(?:"+e+")"),e||""}function u(e,t,n){return e=o(e),t=o(t),n?(e=t+e,e&&e[e.length-1]!="$"&&(e+="$")):(e+=t,e&&e[0]!="^"&&(e="^"+e)),new RegExp(e)}function a(e){e.scope||(e.scope=t||"_"),t=e.scope,n[t]||(n[t]=[],r[t]={});var o=r[t];if(e.name){var a=o[e.name];a&&i.unregister(a),o[e.name]=e}n[t].push(e),e.prefix&&(e.tabTrigger=e.prefix),!e.content&&e.body&&(e.content=Array.isArray(e.body)?e.body.join("\n"):e.body),e.tabTrigger&&!e.trigger&&(!e.guard&&/^\w/.test(e.tabTrigger)&&(e.guard="\\b"),e.trigger=s.escapeRegExp(e.tabTrigger));if(!e.trigger&&!e.guard&&!e.endTrigger&&!e.endGuard)return;e.startRe=u(e.trigger,e.guard,!0),e.triggerRe=new RegExp(e.trigger),e.endRe=u(e.endTrigger,e.endGuard,!0),e.endTriggerRe=new RegExp(e.endTrigger)}var n=this.snippetMap,r=this.snippetNameMap,i=this;e||(e=[]),Array.isArray(e)?e.forEach(a):Object.keys(e).forEach(function(t){a(e[t])}),this._signal("registerSnippets",{scope:t})},this.unregister=function(e,t){function i(e){var i=r[e.scope||t];if(i&&i[e.name]){delete i[e.name];var s=n[e.scope||t],o=s&&s.indexOf(e);o>=0&&s.splice(o,1)}}var n=this.snippetMap,r=this.snippetNameMap;e.content?i(e):Array.isArray(e)&&e.forEach(i)},this.parseSnippetFile=function(e){e=e.replace(/\r/g,"");var t=[],n={},r=/^#.*|^({[\s\S]*})\s*$|^(\S+) (.*)$|^((?:\n*\t.*)+)/gm,i;while(i=r.exec(e)){if(i[1])try{n=JSON.parse(i[1]),t.push(n)}catch(s){}if(i[4])n.content=i[4].replace(/^\t/gm,""),t.push(n),n={};else{var o=i[2],u=i[3];if(o=="regex"){var a=/\/((?:[^\/\\]|\\.)*)|$/g;n.guard=a.exec(u)[1],n.trigger=a.exec(u)[1],n.endTrigger=a.exec(u)[1],n.endGuard=a.exec(u)[1]}else o=="snippet"?(n.tabTrigger=u.match(/^\S*/)[0],n.name||(n.name=u)):o&&(n[o]=u)}}return t},this.getSnippetByName=function(e,t){var n=this.snippetNameMap,r;return this.getActiveScopes(t).some(function(t){var i=n[t];return i&&(r=i[e]),!!r},this),r}}).call(p.prototype);var d=function(e){if(e.tabstopManager)return e.tabstopManager;e.tabstopManager=this,this.$onChange=this.onChange.bind(this),this.$onChangeSelection=s.delayedCall(this.onChangeSelection.bind(this)).schedule,this.$onChangeSession=this.onChangeSession.bind(this),this.$onAfterExec=this.onAfterExec.bind(this),this.attach(e)};(function(){this.attach=function(e){this.index=0,this.ranges=[],this.tabstops=[],this.$openTabstops=null,this.selectedTabstop=null,this.editor=e,this.editor.on("change",this.$onChange),this.editor.on("changeSelection",this.$onChangeSelection),this.editor.on("changeSession",this.$onChangeSession),this.editor.commands.on("afterExec",this.$onAfterExec),this.editor.keyBinding.addKeyboardHandler(this.keyboardHandler)},this.detach=function(){this.tabstops.forEach(this.removeTabstopMarkers,this),this.ranges=null,this.tabstops=null,this.selectedTabstop=null,this.editor.removeListener("change",this.$onChange),this.editor.removeListener("changeSelection",this.$onChangeSelection),this.editor.removeListener("changeSession",this.$onChangeSession),this.editor.commands.removeListener("afterExec",this.$onAfterExec),this.editor.keyBinding.removeKeyboardHandler(this.keyboardHandler),this.editor.tabstopManager=null,this.editor=null},this.onChange=function(e){var t=e.action[0]=="r",n=this.selectedTabstop||{},r=n.parents||{},i=(this.tabstops||[]).slice();for(var s=0;s<i.length;s++){var o=i[s],u=o==n||r[o.index];o.rangeList.$bias=u?0:1;if(e.action=="remove"&&o!==n){var a=o.parents&&o.parents[n.index],f=o.rangeList.pointIndex(e.start,a);f=f<0?-f-1:f+1;var l=o.rangeList.pointIndex(e.end,a);l=l<0?-l-1:l-1;var c=o.rangeList.ranges.slice(f,l);for(var h=0;h<c.length;h++)this.removeRange(c[h])}o.rangeList.$onChange(e)}var p=this.editor.session;!this.$inChange&&t&&p.getLength()==1&&!p.getValue()&&this.detach()},this.updateLinkedFields=function(){var e=this.selectedTabstop;if(!e||!e.hasLinkedRanges||!e.firstNonLinked)return;this.$inChange=!0;var n=this.editor.session,r=n.getTextRange(e.firstNonLinked);for(var i=0;i<e.length;i++){var s=e[i];if(!s.linked)continue;var o=s.original,u=t.snippetManager.tmStrFormat(r,o,this.editor);n.replace(s,u)}this.$inChange=!1},this.onAfterExec=function(e){e.command&&!e.command.readOnly&&this.updateLinkedFields()},this.onChangeSelection=function(){if(!this.editor)return;var e=this.editor.selection.lead,t=this.editor.selection.anchor,n=this.editor.selection.isEmpty();for(var r=0;r<this.ranges.length;r++){if(this.ranges[r].linked)continue;var i=this.ranges[r].contains(e.row,e.column),s=n||this.ranges[r].contains(t.row,t.column);if(i&&s)return}this.detach()},this.onChangeSession=function(){this.detach()},this.tabNext=function(e){var t=this.tabstops.length,n=this.index+(e||1);n=Math.min(Math.max(n,1),t),n==t&&(n=0),this.selectTabstop(n),n===0&&this.detach()},this.selectTabstop=function(e){this.$openTabstops=null;var t=this.tabstops[this.index];t&&this.addTabstopMarkers(t),this.index=e,t=this.tabstops[this.index];if(!t||!t.length)return;this.selectedTabstop=t;var n=t.firstNonLinked||t;t.choices&&(n.cursor=n.start);if(!this.editor.inVirtualSelectionMode){var r=this.editor.multiSelect;r.toSingleRange(n);for(var i=0;i<t.length;i++){if(t.hasLinkedRanges&&t[i].linked)continue;r.addRange(t[i].clone(),!0)}}else this.editor.selection.fromOrientedRange(n);this.editor.keyBinding.addKeyboardHandler(this.keyboardHandler),this.selectedTabstop&&this.selectedTabstop.choices&&this.editor.execCommand("startAutocomplete",{matches:this.selectedTabstop.choices})},this.addTabstops=function(e,t,n){var r=this.useLink||!this.editor.getOption("enableMultiselect");this.$openTabstops||(this.$openTabstops=[]);if(!e[0]){var i=o.fromPoints(n,n);m(i.start,t),m(i.end,t),e[0]=[i],e[0].index=0}var s=this.index,a=[s+1,0],f=this.ranges;e.forEach(function(e,n){var i=this.$openTabstops[n]||e;for(var s=0;s<e.length;s++){var l=e[s],c=o.fromPoints(l.start,l.end||l.start);v(c.start,t),v(c.end,t),c.original=l,c.tabstop=i,f.push(c),i!=e?i.unshift(c):i[s]=c,l.fmtString||i.firstNonLinked&&r?(c.linked=!0,i.hasLinkedRanges=!0):i.firstNonLinked||(i.firstNonLinked=c)}i.firstNonLinked||(i.hasLinkedRanges=!1),i===e&&(a.push(i),this.$openTabstops[n]=i),this.addTabstopMarkers(i),i.rangeList=i.rangeList||new u,i.rangeList.$bias=0,i.rangeList.addList(i)},this),a.length>2&&(this.tabstops.length&&a.push(a.splice(2,1)[0]),this.tabstops.splice.apply(this.tabstops,a))},this.addTabstopMarkers=function(e){var t=this.editor.session;e.forEach(function(e){e.markerId||(e.markerId=t.addMarker(e,"ace_snippet-marker","text"))})},this.removeTabstopMarkers=function(e){var t=this.editor.session;e.forEach(function(e){t.removeMarker(e.markerId),e.markerId=null})},this.removeRange=function(e){var t=e.tabstop.indexOf(e);t!=-1&&e.tabstop.splice(t,1),t=this.ranges.indexOf(e),t!=-1&&this.ranges.splice(t,1),t=e.tabstop.rangeList.ranges.indexOf(e),t!=-1&&e.tabstop.splice(t,1),this.editor.session.removeMarker(e.markerId),e.tabstop.length||(t=this.tabstops.indexOf(e.tabstop),t!=-1&&this.tabstops.splice(t,1),this.tabstops.length||this.detach())},this.keyboardHandler=new a,this.keyboardHandler.bindKeys({Tab:function(e){if(t.snippetManager&&t.snippetManager.expandWithTab(e))return;e.tabstopManager.tabNext(1),e.renderer.scrollCursorIntoView()},"Shift-Tab":function(e){e.tabstopManager.tabNext(-1),e.renderer.scrollCursorIntoView()},Esc:function(e){e.tabstopManager.detach()}})}).call(d.prototype);var v=function(e,t){e.row==0&&(e.column+=t.column),e.row+=t.row},m=function(e,t){e.row==t.row&&(e.column-=t.column),e.row-=t.row};e("./lib/dom").importCssString(".ace_snippet-marker { -moz-box-sizing: border-box; box-sizing: border-box; background: rgba(194, 193, 208, 0.09); border: 1px dotted rgba(211, 208, 235, 0.62); position: absolute;}"),t.snippetManager=new p;var g=e("./editor").Editor;(function(){this.insertSnippet=function(e,n){return t.snippetManager.insertSnippet(this,e,n)},this.expandSnippet=function(e){return t.snippetManager.expandWithTab(this,e)}}).call(g.prototype)}),ace.define("ace/autocomplete/popup",["require","exports","module","ace/virtual_renderer","ace/editor","ace/range","ace/lib/event","ace/lib/lang","ace/lib/dom"],function(e,t,n){"use strict";var r=e("../virtual_renderer").VirtualRenderer,i=e("../editor").Editor,s=e("../range").Range,o=e("../lib/event"),u=e("../lib/lang"),a=e("../lib/dom"),f=function(e){var t=new r(e);t.$maxLines=4;var n=new i(t);return n.setHighlightActiveLine(!1),n.setShowPrintMargin(!1),n.renderer.setShowGutter(!1),n.renderer.setHighlightGutterLine(!1),n.$mouseHandler.$focusTimeout=0,n.$highlightTagPending=!0,n},l=function(e){var t=a.createElement("div"),n=new f(t);e&&e.appendChild(t),t.style.display="none",n.renderer.content.style.cursor="default",n.renderer.setStyle("ace_autocomplete"),n.setOption("displayIndentGuides",!1),n.setOption("dragDelay",150);var r=function(){};n.focus=r,n.$isFocused=!0,n.renderer.$cursorLayer.restartTimer=r,n.renderer.$cursorLayer.element.style.opacity=0,n.renderer.$maxLines=8,n.renderer.$keepTextAreaAtCursor=!1,n.setHighlightActiveLine(!1),n.session.highlight(""),n.session.$searchHighlight.clazz="ace_highlight-marker",n.on("mousedown",function(e){var t=e.getDocumentPosition();n.selection.moveToPosition(t),c.start.row=c.end.row=t.row,e.stop()});var i,l=new s(-1,0,-1,Infinity),c=new s(-1,0,-1,Infinity);c.id=n.session.addMarker(c,"ace_active-line","fullLine"),n.setSelectOnHover=function(e){e?l.id&&(n.session.removeMarker(l.id),l.id=null):l.id=n.session.addMarker(l,"ace_line-hover","fullLine")},n.setSelectOnHover(!1),n.on("mousemove",function(e){if(!i){i=e;return}if(i.x==e.x&&i.y==e.y)return;i=e,i.scrollTop=n.renderer.scrollTop;var t=i.getDocumentPosition().row;l.start.row!=t&&(l.id||n.setRow(t),p(t))}),n.renderer.on("beforeRender",function(){if(i&&l.start.row!=-1){i.$pos=null;var e=i.getDocumentPosition().row;l.id||n.setRow(e),p(e,!0)}}),n.renderer.on("afterRender",function(){var e=n.getRow(),t=n.renderer.$textLayer,r=t.element.childNodes[e-t.config.firstRow];r!==t.selectedNode&&t.selectedNode&&a.removeCssClass(t.selectedNode,"ace_selected"),t.selectedNode=r,r&&a.addCssClass(r,"ace_selected")});var h=function(){p(-1)},p=function(e,t){e!==l.start.row&&(l.start.row=l.end.row=e,t||n.session._emit("changeBackMarker"),n._emit("changeHoverMarker"))};n.getHoveredRow=function(){return l.start.row},o.addListener(n.container,"mouseout",h),n.on("hide",h),n.on("changeSelection",h),n.session.doc.getLength=function(){return n.data.length},n.session.doc.getLine=function(e){var t=n.data[e];return typeof t=="string"?t:t&&t.value||""};var d=n.session.bgTokenizer;return d.$tokenizeRow=function(e){function s(e,n){e&&r.push({type:(t.className||"")+(n||""),value:e})}var t=n.data[e],r=[];if(!t)return r;typeof t=="string"&&(t={value:t});var i=t.caption||t.value||t.name,o=i.toLowerCase(),u=(n.filterText||"").toLowerCase(),a=0,f=0;for(var l=0;l<=u.length;l++)if(l!=f&&(t.matchMask&1<<l||l==u.length)){var c=u.slice(f,l);f=l;var h=o.indexOf(c,a);if(h==-1)continue;s(i.slice(a,h),""),a=h+c.length,s(i.slice(h,a),"completion-highlight")}return s(i.slice(a,i.length),""),t.meta&&r.push({type:"completion-meta",value:t.meta}),t.message&&r.push({type:"completion-message",value:t.message}),r},d.$updateOnChange=r,d.start=r,n.session.$computeWidth=function(){return this.screenWidth=0},n.isOpen=!1,n.isTopdown=!1,n.autoSelect=!0,n.filterText="",n.data=[],n.setData=function(e,t){n.filterText=t||"",n.setValue(u.stringRepeat("\n",e.length),-1),n.data=e||[],n.setRow(0)},n.getData=function(e){return n.data[e]},n.getRow=function(){return c.start.row},n.setRow=function(e){e=Math.max(this.autoSelect?0:-1,Math.min(this.data.length,e)),c.start.row!=e&&(n.selection.clearSelection(),c.start.row=c.end.row=e||0,n.session._emit("changeBackMarker"),n.moveCursorTo(e||0,0),n.isOpen&&n._signal("select"))},n.on("changeSelection",function(){n.isOpen&&n.setRow(n.selection.lead.row),n.renderer.scrollCursorIntoView()}),n.hide=function(){this.container.style.display="none",this._signal("hide"),n.isOpen=!1},n.show=function(e,t,r){var s=this.container,o=window.innerHeight,u=window.innerWidth,a=this.renderer,f=a.$maxLines*t*1.4,l=e.top+this.$borderSize,c=l>o/2&&!r;c&&l+t+f>o?(a.$maxPixelHeight=l-2*this.$borderSize,s.style.top="",s.style.bottom=o-l+"px",n.isTopdown=!1):(l+=t,a.$maxPixelHeight=o-l-.2*t,s.style.top=l+"px",s.style.bottom="",n.isTopdown=!0),s.style.display="";var h=e.left;h+s.offsetWidth>u&&(h=u-s.offsetWidth),s.style.left=h+"px",this._signal("show"),i=null,n.isOpen=!0},n.goTo=function(e){var t=this.getRow(),n=this.session.getLength()-1;switch(e){case"up":t=t<=0?n:t-1;break;case"down":t=t>=n?-1:t+1;break;case"start":t=0;break;case"end":t=n}this.setRow(t)},n.getTextLeftOffset=function(){return this.$borderSize+this.renderer.$padding+this.$imageSize},n.$imageSize=0,n.$borderSize=1,n};a.importCssString(".ace_editor.ace_autocomplete .ace_marker-layer .ace_active-line { background-color: #CAD6FA; z-index: 1;}.ace_dark.ace_editor.ace_autocomplete .ace_marker-layer .ace_active-line { background-color: #3a674e;}.ace_editor.ace_autocomplete .ace_line-hover { border: 1px solid #abbffe; margin-top: -1px; background: rgba(233,233,253,0.4); position: absolute; z-index: 2;}.ace_dark.ace_editor.ace_autocomplete .ace_line-hover { border: 1px solid rgba(109, 150, 13, 0.8); background: rgba(58, 103, 78, 0.62);}.ace_completion-meta { opacity: 0.5; margin: 0.9em;}.ace_completion-message { color: blue;}.ace_editor.ace_autocomplete .ace_completion-highlight{ color: #2d69c7;}.ace_dark.ace_editor.ace_autocomplete .ace_completion-highlight{ color: #93ca12;}.ace_editor.ace_autocomplete { width: 300px; z-index: 200000; border: 1px lightgray solid; position: fixed; box-shadow: 2px 3px 5px rgba(0,0,0,.2); line-height: 1.4; background: #fefefe; color: #111;}.ace_dark.ace_editor.ace_autocomplete { border: 1px #484747 solid; box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.51); line-height: 1.4; background: #25282c; color: #c1c1c1;}","autocompletion.css"),t.AcePopup=l,t.$singleLineEditor=f}),ace.define("ace/autocomplete/util",["require","exports","module"],function(e,t,n){"use strict";t.parForEach=function(e,t,n){var r=0,i=e.length;i===0&&n();for(var s=0;s<i;s++)t(e[s],function(e,t){r++,r===i&&n(e,t)})};var r=/[a-zA-Z_0-9\$\-\u00A2-\u2000\u2070-\uFFFF]/;t.retrievePrecedingIdentifier=function(e,t,n){n=n||r;var i=[];for(var s=t-1;s>=0;s--){if(!n.test(e[s]))break;i.push(e[s])}return i.reverse().join("")},t.retrieveFollowingIdentifier=function(e,t,n){n=n||r;var i=[];for(var s=t;s<e.length;s++){if(!n.test(e[s]))break;i.push(e[s])}return i},t.getCompletionPrefix=function(e){var t=e.getCursorPosition(),n=e.session.getLine(t.row),r;return e.completers.forEach(function(e){e.identifierRegexps&&e.identifierRegexps.forEach(function(e){!r&&e&&(r=this.retrievePrecedingIdentifier(n,t.column,e))}.bind(this))}.bind(this)),r||this.retrievePrecedingIdentifier(n,t.column)}}),ace.define("ace/autocomplete",["require","exports","module","ace/keyboard/hash_handler","ace/autocomplete/popup","ace/autocomplete/util","ace/lib/lang","ace/lib/dom","ace/snippets","ace/config"],function(e,t,n){"use strict";var r=e("./keyboard/hash_handler").HashHandler,i=e("./autocomplete/popup").AcePopup,s=e("./autocomplete/util"),o=e("./lib/lang"),u=e("./lib/dom"),a=e("./snippets").snippetManager,f=e("./config"),l=function(){this.autoInsert=!1,this.autoSelect=!0,this.exactMatch=!1,this.gatherCompletionsId=0,this.keyboardHandler=new r,this.keyboardHandler.bindKeys(this.commands),this.blurListener=this.blurListener.bind(this),this.changeListener=this.changeListener.bind(this),this.mousedownListener=this.mousedownListener.bind(this),this.mousewheelListener=this.mousewheelListener.bind(this),this.changeTimer=o.delayedCall(function(){this.updateCompletions(!0)}.bind(this)),this.tooltipTimer=o.delayedCall(this.updateDocTooltip.bind(this),50)};(function(){this.$init=function(){return this.popup=new i(document.body||document.documentElement),this.popup.on("click",function(e){this.insertMatch(),e.stop()}.bind(this)),this.popup.focus=this.editor.focus.bind(this.editor),this.popup.on("show",this.tooltipTimer.bind(null,null)),this.popup.on("select",this.tooltipTimer.bind(null,null)),this.popup.on("changeHoverMarker",this.tooltipTimer.bind(null,null)),this.popup},this.getPopup=function(){return this.popup||this.$init()},this.openPopup=function(e,t,n){this.popup||this.$init(),this.popup.autoSelect=this.autoSelect,this.popup.setData(this.completions.filtered,this.completions.filterText),e.keyBinding.addKeyboardHandler(this.keyboardHandler);var r=e.renderer;this.popup.setRow(this.autoSelect?0:-1);if(!n){this.popup.setTheme(e.getTheme()),this.popup.setFontSize(e.getFontSize());var i=r.layerConfig.lineHeight,s=r.$cursorLayer.getPixelPosition(this.base,!0);s.left-=this.popup.getTextLeftOffset();var o=e.container.getBoundingClientRect();s.top+=o.top-r.layerConfig.offset,s.left+=o.left-e.renderer.scrollLeft,s.left+=r.gutterWidth,this.popup.show(s,i)}else n&&!t&&this.detach();this.changeTimer.cancel()},this.detach=function(){this.editor.keyBinding.removeKeyboardHandler(this.keyboardHandler),this.editor.off("changeSelection",this.changeListener),this.editor.off("blur",this.blurListener),this.editor.off("mousedown",this.mousedownListener),this.editor.off("mousewheel",this.mousewheelListener),this.changeTimer.cancel(),this.hideDocTooltip(),this.gatherCompletionsId+=1,this.popup&&this.popup.isOpen&&this.popup.hide(),this.base&&this.base.detach(),this.activated=!1,this.completions=this.base=null},this.changeListener=function(e){var t=this.editor.selection.lead;(t.row!=this.base.row||t.column<this.base.column)&&this.detach(),this.activated?this.changeTimer.schedule():this.detach()},this.blurListener=function(e){var t=document.activeElement,n=this.editor.textInput.getElement(),r=e.relatedTarget&&this.tooltipNode&&this.tooltipNode.contains(e.relatedTarget),i=this.popup&&this.popup.container;t!=n&&t.parentNode!=i&&!r&&t!=this.tooltipNode&&e.relatedTarget!=n&&this.detach()},this.mousedownListener=function(e){this.detach()},this.mousewheelListener=function(e){this.detach()},this.goTo=function(e){this.popup.goTo(e)},this.insertMatch=function(e,t){e||(e=this.popup.getData(this.popup.getRow()));if(!e)return!1;var n=this.completions;this.editor.startOperation({command:{name:"insertMatch"}});if(e.completer&&e.completer.insertMatch)e.completer.insertMatch(this.editor,e);else{if(n.filterText){var r=this.editor.selection.getAllRanges();for(var i=0,s;s=r[i];i++)s.start.column-=n.filterText.length,this.editor.session.remove(s)}e.snippet?a.insertSnippet(this.editor,e.snippet):this.editor.execCommand("insertstring",e.value||e)}this.completions==n&&this.detach(),this.editor.endOperation()},this.commands={Up:function(e){e.completer.goTo("up")},Down:function(e){e.completer.goTo("down")},"Ctrl-Up|Ctrl-Home":function(e){e.completer.goTo("start")},"Ctrl-Down|Ctrl-End":function(e){e.completer.goTo("end")},Esc:function(e){e.completer.detach()},Return:function(e){return e.completer.insertMatch()},"Shift-Return":function(e){e.completer.insertMatch(null,{deleteSuffix:!0})},Tab:function(e){var t=e.completer.insertMatch();if(!!t||!!e.tabstopManager)return t;e.completer.goTo("down")},PageUp:function(e){e.completer.popup.gotoPageUp()},PageDown:function(e){e.completer.popup.gotoPageDown()}},this.gatherCompletions=function(e,t){var n=e.getSession(),r=e.getCursorPosition(),i=s.getCompletionPrefix(e);this.base=n.doc.createAnchor(r.row,r.column-i.length),this.base.$insertRight=!0;var o=[],u=e.completers.length;return e.completers.forEach(function(a,f){a.getCompletions(e,n,r,i,function(n,r){!n&&r&&(o=o.concat(r)),t(null,{prefix:s.getCompletionPrefix(e),matches:o,finished:--u===0})})}),!0},this.showPopup=function(e,t){this.editor&&this.detach(),this.activated=!0,this.editor=e,e.completer!=this&&(e.completer&&e.completer.detach(),e.completer=this),e.on("changeSelection",this.changeListener),e.on("blur",this.blurListener),e.on("mousedown",this.mousedownListener),e.on("mousewheel",this.mousewheelListener),this.updateCompletions(!1,t)},this.updateCompletions=function(e,t){if(e&&this.base&&this.completions){var n=this.editor.getCursorPosition(),r=this.editor.session.getTextRange({start:this.base,end:n});if(r==this.completions.filterText)return;this.completions.setFilter(r);if(!this.completions.filtered.length)return this.detach();if(this.completions.filtered.length==1&&this.completions.filtered[0].value==r&&!this.completions.filtered[0].snippet)return this.detach();this.openPopup(this.editor,r,e);return}if(t&&t.matches){var n=this.editor.getSelectionRange().start;return this.base=this.editor.session.doc.createAnchor(n.row,n.column),this.base.$insertRight=!0,this.completions=new c(t.matches),this.openPopup(this.editor,"",e)}var i=this.gatherCompletionsId;this.gatherCompletions(this.editor,function(t,n){var r=function(){if(!n.finished)return;return this.detach()}.bind(this),s=n.prefix,o=n&&n.matches;if(!o||!o.length)return r();if(s.indexOf(n.prefix)!==0||i!=this.gatherCompletionsId)return;this.completions=new c(o),this.exactMatch&&(this.completions.exactMatch=!0),this.completions.setFilter(s);var u=this.completions.filtered;if(!u.length)return r();if(u.length==1&&u[0].value==s&&!u[0].snippet)return r();if(this.autoInsert&&u.length==1&&n.finished)return this.insertMatch(u[0]);this.openPopup(this.editor,s,e)}.bind(this))},this.cancelContextMenu=function(){this.editor.$mouseHandler.cancelContextMenu()},this.updateDocTooltip=function(){var e=this.popup,t=e.data,n=t&&(t[e.getHoveredRow()]||t[e.getRow()]),r=null;if(!n||!this.editor||!this.popup.isOpen)return this.hideDocTooltip();this.editor.completers.some(function(e){return e.getDocTooltip&&(r=e.getDocTooltip(n)),r}),!r&&typeof n!="string"&&(r=n),typeof r=="string"&&(r={docText:r});if(!r||!r.docHTML&&!r.docText)return this.hideDocTooltip();this.showDocTooltip(r)},this.showDocTooltip=function(e){this.tooltipNode||(this.tooltipNode=u.createElement("div"),this.tooltipNode.className="ace_tooltip ace_doc-tooltip",this.tooltipNode.style.margin=0,this.tooltipNode.style.pointerEvents="auto",this.tooltipNode.tabIndex=-1,this.tooltipNode.onblur=this.blurListener.bind(this),this.tooltipNode.onclick=this.onTooltipClick.bind(this));var t=this.tooltipNode;e.docHTML?t.innerHTML=e.docHTML:e.docText&&(t.textContent=e.docText),t.parentNode||document.body.appendChild(t);var n=this.popup,r=n.container.getBoundingClientRect();t.style.top=n.container.style.top,t.style.bottom=n.container.style.bottom,t.style.display="block",window.innerWidth-r.right<320?r.left<320?n.isTopdown?(t.style.top=r.bottom+"px",t.style.left=r.left+"px",t.style.right="",t.style.bottom=""):(t.style.top=n.container.offsetTop-t.offsetHeight+"px",t.style.left=r.left+"px",t.style.right="",t.style.bottom=""):(t.style.right=window.innerWidth-r.left+"px",t.style.left=""):(t.style.left=r.right+1+"px",t.style.right="")},this.hideDocTooltip=function(){this.tooltipTimer.cancel();if(!this.tooltipNode)return;var e=this.tooltipNode;!this.editor.isFocused()&&document.activeElement==e&&this.editor.focus(),this.tooltipNode=null,e.parentNode&&e.parentNode.removeChild(e)},this.onTooltipClick=function(e){var t=e.target;while(t&&t!=this.tooltipNode){if(t.nodeName=="A"&&t.href){t.rel="noreferrer",t.target="_blank";break}t=t.parentNode}},this.destroy=function(){this.detach();if(this.popup){this.popup.destroy();var e=this.popup.container;e&&e.parentNode&&e.parentNode.removeChild(e)}this.editor&&this.editor.completer==this&&this.editor.completer==null,this.popup=null}}).call(l.prototype),l.for=function(e){return e.completer?e.completer:(f.get("sharedPopups")?(l.$shared||(l.$sharedInstance=new l),e.completer=l.$sharedInstance):(e.completer=new l,e.once("destroy",function(e,t){t.completer.destroy()})),e.completer)},l.startCommand={name:"startAutocomplete",exec:function(e,t){var n=l.for(e);n.autoInsert=!1,n.autoSelect=!0,n.showPopup(e,t),n.cancelContextMenu()},bindKey:"Ctrl-Space|Ctrl-Shift-Space|Alt-Space"};var c=function(e,t){this.all=e,this.filtered=e,this.filterText=t||"",this.exactMatch=!1};(function(){this.setFilter=function(e){if(e.length>this.filterText&&e.lastIndexOf(this.filterText,0)===0)var t=this.filtered;else var t=this.all;this.filterText=e,t=this.filterCompletions(t,this.filterText),t=t.sort(function(e,t){return t.exactMatch-e.exactMatch||t.$score-e.$score||(e.caption||e.value).localeCompare(t.caption||t.value)});var n=null;t=t.filter(function(e){var t=e.snippet||e.caption||e.value;return t===n?!1:(n=t,!0)}),this.filtered=t},this.filterCompletions=function(e,t){var n=[],r=t.toUpperCase(),i=t.toLowerCase();e:for(var s=0,o;o=e[s];s++){var u=o.caption||o.value||o.snippet;if(!u)continue;var a=-1,f=0,l=0,c,h;if(this.exactMatch){if(t!==u.substr(0,t.length))continue e}else{var p=u.toLowerCase().indexOf(i);if(p>-1)l=p;else for(var d=0;d<t.length;d++){var v=u.indexOf(i[d],a+1),m=u.indexOf(r[d],a+1);c=v>=0?m<0||v<m?v:m:m;if(c<0)continue e;h=c-a-1,h>0&&(a===-1&&(l+=10),l+=h,f|=1<<d),a=c}}o.matchMask=f,o.exactMatch=l?0:1,o.$score=(o.score||0)-l,n.push(o)}return n}}).call(c.prototype),t.Autocomplete=l,t.FilteredList=c}),ace.define("ace/autocomplete/text_completer",["require","exports","module","ace/range"],function(e,t,n){function s(e,t){var n=e.getTextRange(r.fromPoints({row:0,column:0},t));return n.split(i).length-1}function o(e,t){var n=s(e,t),r=e.getValue().split(i),o=Object.create(null),u=r[n];return r.forEach(function(e,t){if(!e||e===u)return;var i=Math.abs(n-t),s=r.length-i;o[e]?o[e]=Math.max(s,o[e]):o[e]=s}),o}var r=e("../range").Range,i=/[^a-zA-Z_0-9\$\-\u00C0-\u1FFF\u2C00-\uD7FF\w]+/;t.getCompletions=function(e,t,n,r,i){var s=o(t,n),u=Object.keys(s);i(null,u.map(function(e){return{caption:e,value:e,score:s[e],meta:"local"}}))}}),ace.define("ace/ext/language_tools",["require","exports","module","ace/snippets","ace/autocomplete","ace/config","ace/lib/lang","ace/autocomplete/util","ace/autocomplete/text_completer","ace/editor","ace/config"],function(e,t,n){"use strict";var r=e("../snippets").snippetManager,i=e("../autocomplete").Autocomplete,s=e("../config"),o=e("../lib/lang"),u=e("../autocomplete/util"),a=e("../autocomplete/text_completer"),f={getCompletions:function(e,t,n,r,i){if(t.$mode.completer)return t.$mode.completer.getCompletions(e,t,n,r,i);var s=e.session.getState(n.row),o=t.$mode.getCompletions(s,t,n,r);i(null,o)}},l={getCompletions:function(e,t,n,i,s){var o=[],u=t.getTokenAt(n.row,n.column);u&&u.type.match(/(tag-name|tag-open|tag-whitespace|attribute-name|attribute-value)\.xml$/)?o.push("html-tag"):o=r.getActiveScopes(e);var a=r.snippetMap,f=[];o.forEach(function(e){var t=a[e]||[];for(var n=t.length;n--;){var r=t[n],i=r.name||r.tabTrigger;if(!i)continue;f.push({caption:i,snippet:r.content,meta:r.tabTrigger&&!r.name?r.tabTrigger+"\u21e5 ":"snippet",type:"snippet"})}},this),s(null,f)},getDocTooltip:function(e){e.type=="snippet"&&!e.docHTML&&(e.docHTML=["<b>",o.escapeHTML(e.caption),"</b>","<hr></hr>",o.escapeHTML(e.snippet)].join(""))}},c=[l,a,f];t.setCompleters=function(e){c.length=0,e&&c.push.apply(c,e)},t.addCompleter=function(e){c.push(e)},t.textCompleter=a,t.keyWordCompleter=f,t.snippetCompleter=l;var h={name:"expandSnippet",exec:function(e){return r.expandWithTab(e)},bindKey:"Tab"},p=function(e,t){d(t.session.$mode)},d=function(e){typeof e=="string"&&(e=s.$modes[e]);if(!e)return;r.files||(r.files={}),v(e.$id,e.snippetFileId),e.modes&&e.modes.forEach(d)},v=function(e,t){if(!t||!e||r.files[e])return;r.files[e]={},s.loadModule(t,function(t){if(!t)return;r.files[e]=t,!t.snippets&&t.snippetText&&(t.snippets=r.parseSnippetFile(t.snippetText)),r.register(t.snippets||[],t.scope),t.includeScopes&&(r.snippetMap[t.scope].includeScopes=t.includeScopes,t.includeScopes.forEach(function(e){d("ace/mode/"+e)}))})},m=function(e){var t=e.editor,n=t.completer&&t.completer.activated;if(e.command.name==="backspace")n&&!u.getCompletionPrefix(t)&&t.completer.detach();else if(e.command.name==="insertstring"){var r=u.getCompletionPrefix(t);if(r&&!n){var s=i.for(t);s.autoInsert=!1,s.showPopup(t)}}},g=e("../editor").Editor;e("../config").defineOptions(g.prototype,"editor",{enableBasicAutocompletion:{set:function(e){e?(this.completers||(this.completers=Array.isArray(e)?e:c),this.commands.addCommand(i.startCommand)):this.commands.removeCommand(i.startCommand)},value:!1},enableLiveAutocompletion:{set:function(e){e?(this.completers||(this.completers=Array.isArray(e)?e:c),this.commands.on("afterExec",m)):this.commands.removeListener("afterExec",m)},value:!1},enableSnippets:{set:function(e){e?(this.commands.addCommand(h),this.on("changeMode",p),p(null,this)):(this.commands.removeCommand(h),this.off("changeMode",p))},value:!1}})}); (function() { - ace.require(["ace/ext/language_tools"], function(m) { - if (typeof module == "object" && typeof exports == "object" && module) { - module.exports = m; - } - }); - })(); - \ No newline at end of file diff --git a/software/dashboard/grafana/file-collections/.keepme b/software/dashboard/grafana/file-collections/.keepme deleted file mode 100755 index e69de29..0000000 diff --git a/software/dashboard/grafana/grafana.db b/software/dashboard/grafana/grafana.db deleted file mode 100755 index a54806e..0000000 Binary files a/software/dashboard/grafana/grafana.db and /dev/null differ diff --git a/software/dashboard/grafana/plugins/marcusolsson-csv-datasource/CHANGELOG.md b/software/dashboard/grafana/plugins/marcusolsson-csv-datasource/CHANGELOG.md deleted file mode 100755 index 61a50bf..0000000 --- a/software/dashboard/grafana/plugins/marcusolsson-csv-datasource/CHANGELOG.md +++ /dev/null @@ -1,126 +0,0 @@ -# Changelog - -## 0.6.4 (2022-12-13) - -- **Chore** backend binaries are now compiled with go 1.19.4 - -## 0.6.3 (2021-12-03) - -- **Chore** backend binaries are now compiled with go 1.19.3 -- **Chore** frontend npm dependencies updated -- **Chore** added spellcheck - -## 0.6.2 (2021-10-14) - -[Full changelog](https://github.com/grafana/grafana-csv-datasource/compare/v0.6.1...v0.6.2) - -- Fixed the broken docs and links - -## 0.6.1 (2021-06-22) - -[Full changelog](https://github.com/grafana/grafana-csv-datasource/compare/v0.6.0...v0.6.1) - -### Bug fixes - -- allow_local_mode accepts any value - -## 0.6.0 (2021-06-21) - -[Full changelog](https://github.com/grafana/grafana-csv-datasource/compare/v0.5.0...v0.6.0) - -### Enhancements - -- Disable local mode by default. To use local mode, allow it in your grafana.ini: - - ```ini - [plugin.marcusolsson-csv-datasource] - allow_local_mode = true - ``` - -## 0.5.0 (2021-03-21) - -[Full changelog](https://github.com/grafana/grafana-csv-datasource/compare/v0.4.1...v0.5.0) - -### Enhancements - -- Improved query editor with support for HTTP params, headers, and body. -- Add support for relative paths ([#69](https://github.com/grafana/grafana-csv-datasource/issues/69)) -- Add support for decimal separators ([#43](https://github.com/grafana/grafana-csv-datasource/issues/43)) -- **EXPERIMENTAL:** Add support for regular expressions in field names ([#68](https://github.com/grafana/grafana-csv-datasource/issues/68)). Must be enabled in the Experimental tab in the query editor. - -### Bug fixes - -- **BREAKING:** Remove default Accept header ([#56](https://github.com/grafana/grafana-csv-datasource/issues/56)). If your data source expects `Accept: text/csv` on the request, you now need to add it yourself in the Params tab. - -## 0.4.1 (2021-03-21) - -[Full changelog](https://github.com/grafana/grafana-csv-datasource/compare/v0.4.0...v0.4.1) - -### Bug fixes - -- Wrong data format is detected - -## 0.4.0 (2021-03-21) - -[Full changelog](https://github.com/grafana/grafana-csv-datasource/compare/v0.3.3...v0.4.0) - -### Enhancements - -- Add support for annotation queries -- Add support for variables queries ([#30](https://github.com/grafana/grafana-csv-datasource/issues/30)) -- Upgrade @grafana/\* packages -- Upgrade Grafana Go SDK - -## 0.3.3 (2021-02-05) - -[Full changelog](https://github.com/grafana/grafana-csv-datasource/compare/v0.3.2...v0.3.3) - -### Bug fixes - -- Default to HTTP if no storage type has been set - -## 0.3.2 (2021-02-03) - -[Full changelog](https://github.com/grafana/grafana-csv-datasource/compare/v0.3.1...v0.3.2) - -### Bug fixes - -- Allow lazy quotes ([#17](https://github.com/grafana/grafana-csv-datasource/issues/17)) - -## 0.3.1 - -[Full changelog](https://github.com/grafana/grafana-csv-datasource/compare/v0.3.0...v0.3.1) - -### Enhancements - -- Update grafana-plugin-sdk-go to v0.83.0 - -### Bug fixes - -- Ignore empty custom HTTP headers -- Fix duplicate JSON tag for TLS skip verify - -## 0.3.0 - -[Full changelog](https://github.com/grafana/grafana-csv-datasource/compare/v0.2.0...v0.3.0) - -### Enhancements - -- Add ARM support ([#13](https://github.com/grafana/grafana-csv-datasource/issues/13)) - -### Bug fixes - -- Windows: Paths with backslashes don't work ([#14](https://github.com/grafana/grafana-csv-datasource/issues/14)) - -## 0.2.0 - -[Full changelog](https://github.com/grafana/grafana-csv-datasource/compare/v0.1.0...v0.2.0) - -### Enhancements - -- Add support for local CSV files ([#6](https://github.com/grafana/grafana-csv-datasource/issues/6)) -- Add a default Accept header for text/csv - -## 0.1.0 - -Initial release. Not fit for production use. diff --git a/software/dashboard/grafana/plugins/marcusolsson-csv-datasource/LICENSE b/software/dashboard/grafana/plugins/marcusolsson-csv-datasource/LICENSE deleted file mode 100755 index 5612d6e..0000000 --- a/software/dashboard/grafana/plugins/marcusolsson-csv-datasource/LICENSE +++ /dev/null @@ -1,201 +0,0 @@ - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "{}" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright 2022 Grafana Labs - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. diff --git a/software/dashboard/grafana/plugins/marcusolsson-csv-datasource/MANIFEST.txt b/software/dashboard/grafana/plugins/marcusolsson-csv-datasource/MANIFEST.txt deleted file mode 100755 index 510c470..0000000 --- a/software/dashboard/grafana/plugins/marcusolsson-csv-datasource/MANIFEST.txt +++ /dev/null @@ -1,38 +0,0 @@ - ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA512 - -{ - "manifestVersion": "2.0.0", - "signatureType": "community", - "signedByOrg": "marcusolsson", - "signedByOrgName": "Marcus Olsson", - "plugin": "marcusolsson-csv-datasource", - "version": "0.6.3", - "time": 1670932858740, - "keyId": "7e4d0c6a708866e7", - "files": { - "CHANGELOG.md": "6d89b3325adfe2067a5ccde632bc0197416a6d99bb89367dd5b1232af8dcc19f", - "LICENSE": "ee4141d02acd9ce8d5ec0b3b79fc286a7e2b2c430f8b58bc6261446c0dd9b23c", - "README.md": "ea7dbb5d4897d88a3c6da91bf38198ae4c64b7b4ea8f4775aef2cd36c17d4f5c", - "gpx_csv-datasource_linux_amd64": "f7f5377cf081dd2d9e7f430961e2a4966602e8a9a977ea7134f1d5dbcb225f50", - "img/dark.png": "9e0d577c29d983d7c258ea5704ecdc3e574ff3d16cb9762e9b7fd06a13630daa", - "img/light.png": "e71042db587b73f3b6f5e90df09b9d74213060632a3b22250f483a55c752e287", - "img/logo.svg": "0bcb07e8f33b833bc4e5ac340feb0997a71dec4c0d8f497feaac775823bbb091", - "module.js": "8227c9542931ba495d44eb41892bc02353a393210cdcebeb78469ddda2881c53", - "module.js.LICENSE.txt": "347dbeed2228865f29a62b3b23a7c78b97d65d0fe6842c394dd2c9af2b622204", - "module.js.map": "6ea7b34a636260bc60386d1a50c07906039a5b35ad748bc4c63c2255d0765543", - "plugin.json": "cd567eeb6720a4b38687247f88022e69fff45789942455697889526c8a9e4c9e" - } -} ------BEGIN PGP SIGNATURE----- -Version: OpenPGP.js v4.10.10 -Comment: https://openpgpjs.org - -wrcEARMKAAYFAmOYaXsAIQkQfk0ManCIZucWIQTzOyW2kQdOhGNlcPN+TQxq -cIhm568wAgjrXk/7S8MfIJEuvkjczmQ9h22LxwlKMxMNAWoGv/U7/g48Nexy -gDuPrFIZGALfrFKOUwUCpkFIbLh6YjG3xAHxmwIFF0fD4dMccyv98W8Hpy50 -dcOt70EG6ap8zs9QakcvIaNN3JLeoj8BEc0lwutxIHZdZBDEfsL6Ebd6zoY7 -hgvDQzU= -=91CK ------END PGP SIGNATURE----- diff --git a/software/dashboard/grafana/plugins/marcusolsson-csv-datasource/README.md b/software/dashboard/grafana/plugins/marcusolsson-csv-datasource/README.md deleted file mode 100755 index 6915187..0000000 --- a/software/dashboard/grafana/plugins/marcusolsson-csv-datasource/README.md +++ /dev/null @@ -1,17 +0,0 @@ -# CSV data source for Grafana - -[![Build](https://github.com/grafana/grafana-csv-datasource/workflows/CI/badge.svg)](https://github.com/grafana/grafana-csv-datasource/actions?query=workflow%3A%22CI%22) -[![Release](https://github.com/grafana/grafana-csv-datasource/workflows/Release/badge.svg)](https://github.com/grafana/grafana-csv-datasource/actions?query=workflow%3ARelease) -[![Marketplace](https://img.shields.io/badge/dynamic/json?logo=grafana&color=F47A20&label=marketplace&prefix=v&query=%24.items%5B%3F%28%40.slug%20%3D%3D%20%22marcusolsson-csv-datasource%22%29%5D.version&url=https%3A%2F%2Fgrafana.com%2Fapi%2Fplugins)](https://grafana.com/grafana/plugins/marcusolsson-csv-datasource) -[![Downloads](https://img.shields.io/badge/dynamic/json?logo=grafana&color=F47A20&label=downloads&query=%24.items%5B%3F%28%40.slug%20%3D%3D%20%22marcusolsson-csv-datasource%22%29%5D.downloads&url=https%3A%2F%2Fgrafana.com%2Fapi%2Fplugins)](https://grafana.com/grafana/plugins/marcusolsson-csv-datasource) -[![License](https://img.shields.io/github/license/grafana/grafana-csv-datasource)](LICENSE) - -> **Maintenance**: Now the plugin is being maintained by Grafana Labs. Big thanks to [Marcus Olsson](https://twitter.com/marcusolsson) for the awesome work! - -A data source for loading CSV data into [Grafana](https://grafana.com). - -![Screenshot](https://github.com/grafana/grafana-csv-datasource/raw/main/src/img/dark.png) - -## Documentation - -Full documentation for the plugin is available on the [website](https://grafana.github.io/grafana-csv-datasource). diff --git a/software/dashboard/grafana/plugins/marcusolsson-csv-datasource/gpx_csv-datasource_linux_amd64 b/software/dashboard/grafana/plugins/marcusolsson-csv-datasource/gpx_csv-datasource_linux_amd64 deleted file mode 100755 index b81f46e..0000000 Binary files a/software/dashboard/grafana/plugins/marcusolsson-csv-datasource/gpx_csv-datasource_linux_amd64 and /dev/null differ diff --git a/software/dashboard/grafana/plugins/marcusolsson-csv-datasource/img/dark.png b/software/dashboard/grafana/plugins/marcusolsson-csv-datasource/img/dark.png deleted file mode 100755 index 540e6a7..0000000 Binary files a/software/dashboard/grafana/plugins/marcusolsson-csv-datasource/img/dark.png and /dev/null differ diff --git a/software/dashboard/grafana/plugins/marcusolsson-csv-datasource/img/light.png b/software/dashboard/grafana/plugins/marcusolsson-csv-datasource/img/light.png deleted file mode 100755 index c2f3380..0000000 Binary files a/software/dashboard/grafana/plugins/marcusolsson-csv-datasource/img/light.png and /dev/null differ diff --git a/software/dashboard/grafana/plugins/marcusolsson-csv-datasource/img/logo.svg b/software/dashboard/grafana/plugins/marcusolsson-csv-datasource/img/logo.svg deleted file mode 100755 index c55bc44..0000000 --- a/software/dashboard/grafana/plugins/marcusolsson-csv-datasource/img/logo.svg +++ /dev/null @@ -1 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 460 460" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><circle cx="229.735" cy="229.735" r="183.477" style="fill:#3865ab;"/><path d="M229.735,-0c126.794,-0 229.735,102.941 229.735,229.735c0,126.794 -102.941,229.735 -229.735,229.735c-126.794,0 -229.735,-102.941 -229.735,-229.735c-0,-126.794 102.941,-229.735 229.735,-229.735Zm0,22.974c114.115,-0 206.762,92.646 206.762,206.761c-0,114.115 -92.647,206.762 -206.762,206.762c-114.115,-0 -206.761,-92.647 -206.761,-206.762c-0,-114.115 92.646,-206.761 206.761,-206.761Z" style="fill:#84aff1;"/><path d="M257.412,121.205c4.1,4.342 6.15,12.784 6.15,25.325l0,1.448c0,5.788 -0.181,10.069 -0.543,12.843c-0.361,2.774 -1.628,6.09 -3.798,9.949c-3.618,6.995 -12.723,10.492 -27.315,10.492c-14.592,-0 -24.24,-2.291 -28.943,-6.874c-4.703,-4.583 -7.055,-13.266 -7.055,-26.049l0,-1.447c0,-5.547 0.181,-9.768 0.543,-12.662c0.362,-2.895 1.507,-6.271 3.437,-10.13c3.618,-6.995 12.723,-10.492 27.315,-10.492c14.592,-0 24.661,2.532 30.209,7.597Zm-0,115.41c4.1,4.1 6.15,12.542 6.15,25.325l0,1.447c0,26.531 -6.994,49.203 -20.984,68.016c-11.335,15.195 -24.601,22.792 -39.796,22.792c-1.688,0 -3.196,-1.266 -4.522,-3.798c-1.327,-2.533 -1.99,-5.849 -1.99,-9.949c-0,-4.101 0.543,-7.296 1.628,-9.588c1.085,-2.291 2.472,-3.738 4.16,-4.341c1.689,-0.603 3.377,-1.568 5.065,-2.894c1.689,-1.327 4.161,-4.583 7.417,-9.769c3.256,-5.185 5.125,-11.034 5.608,-17.546c-7.96,-0.965 -13.989,-3.437 -18.09,-7.417c-4.1,-3.979 -6.15,-12.361 -6.15,-25.144l0,-1.447c0,-5.547 0.181,-9.768 0.543,-12.663c0.362,-2.894 1.507,-6.15 3.437,-9.768c3.618,-7.236 12.723,-10.853 27.315,-10.853c14.592,-0 24.661,2.532 30.209,7.597Z" style="fill:url(#_Linear1);fill-rule:nonzero;"/><defs><linearGradient id="_Linear1" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.38182e-14,260.088,-225.669,1.59258e-14,299.698,88.1174)"><stop offset="0" style="stop-color:#f2cc0c;stop-opacity:1"/><stop offset="1" style="stop-color:#ff9830;stop-opacity:1"/></linearGradient></defs></svg> \ No newline at end of file diff --git a/software/dashboard/grafana/plugins/marcusolsson-csv-datasource/module.js b/software/dashboard/grafana/plugins/marcusolsson-csv-datasource/module.js deleted file mode 100755 index e7d0ed2..0000000 --- a/software/dashboard/grafana/plugins/marcusolsson-csv-datasource/module.js +++ /dev/null @@ -1,3 +0,0 @@ -/*! For license information please see module.js.LICENSE.txt */ -define(["@emotion/css","@grafana/data","@grafana/runtime","@grafana/ui","emotion","moment","react"],((b,z,M,p,O,A,c)=>(()=>{var o=[b=>{"use strict";b.exports=c},b=>{"use strict";b.exports=p},b=>{b.exports=function(b){var z=typeof b;return null!=b&&("object"==z||"function"==z)}},(b,z,M)=>{var p=M(19),O=M(11),A=M(35),c=M(36),o=Object.prototype,q=o.hasOwnProperty,W=p((function(b,z){b=Object(b);var M=-1,p=z.length,W=p>2?z[2]:void 0;for(W&&A(z[0],z[1],W)&&(p=1);++M<p;)for(var n=z[M],d=c(n),a=-1,e=d.length;++a<e;){var R=d[a],r=b[R];(void 0===r||O(r,o[R])&&!q.call(b,R))&&(b[R]=n[R])}return b}));b.exports=W},(b,z,M)=>{var p=M(9),O=M(28),A=M(29),c=p?p.toStringTag:void 0;b.exports=function(b){return null==b?void 0===b?"[object Undefined]":"[object Null]":c&&c in Object(b)?O(b):A(b)}},(b,z,M)=>{var p=M(10),O="object"==typeof self&&self&&self.Object===Object&&self,A=p||O||Function("return this")();b.exports=A},b=>{b.exports=function(b){return null!=b&&"object"==typeof b}},b=>{b.exports=function(b){return b}},(b,z,M)=>{var p=M(4),O=M(2);b.exports=function(b){if(!O(b))return!1;var z=p(b);return"[object Function]"==z||"[object GeneratorFunction]"==z||"[object AsyncFunction]"==z||"[object Proxy]"==z}},(b,z,M)=>{var p=M(5).Symbol;b.exports=p},(b,z,M)=>{var p="object"==typeof M.g&&M.g&&M.g.Object===Object&&M.g;b.exports=p},b=>{b.exports=function(b,z){return b===z||b!=b&&z!=z}},(b,z,M)=>{var p=M(8),O=M(13);b.exports=function(b){return null!=b&&O(b.length)&&!p(b)}},b=>{b.exports=function(b){return"number"==typeof b&&b>-1&&b%1==0&&b<=9007199254740991}},b=>{var z=/^(?:0|[1-9]\d*)$/;b.exports=function(b,M){var p=typeof b;return!!(M=null==M?9007199254740991:M)&&("number"==p||"symbol"!=p&&z.test(b))&&b>-1&&b%1==0&&b<M}},(b,z,M)=>{b=M.nmd(b);var p=M(5),O=M(42),A=z&&!z.nodeType&&z,c=A&&b&&!b.nodeType&&b,o=c&&c.exports===A?p.Buffer:void 0,q=(o?o.isBuffer:void 0)||O;b.exports=q},(b,z,M)=>{b=M.nmd(b);var p=M(10),O=z&&!z.nodeType&&z,A=O&&b&&!b.nodeType&&b,c=A&&A.exports===O&&p.process,o=function(){try{var b=A&&A.require&&A.require("util").types;return b||c&&c.binding&&c.binding("util")}catch(b){}}();b.exports=o},function(b,z,M){var p,O,A;!function(c,o){"use strict";b.exports?b.exports=o(M(49)):(O=[M(49)],void 0===(A="function"==typeof(p=o)?p.apply(z,O):p)||(b.exports=A))}(0,(function(b){"use strict";void 0===b.version&&b.default&&(b=b.default);var z,M={},p={},O={},A={},c={};b&&"string"==typeof b.version||g("Moment Timezone requires Moment.js. See https://momentjs.com/timezone/docs/#/use-it/browser/");var o=b.version.split("."),q=+o[0],W=+o[1];function n(b){return b>96?b-87:b>64?b-29:b-48}function d(b){var z=0,M=b.split("."),p=M[0],O=M[1]||"",A=1,c=0,o=1;for(45===b.charCodeAt(0)&&(z=1,o=-1);z<p.length;z++)c=60*c+n(p.charCodeAt(z));for(z=0;z<O.length;z++)A/=60,c+=n(O.charCodeAt(z))*A;return c*o}function a(b){for(var z=0;z<b.length;z++)b[z]=d(b[z])}function e(b,z){var M,p=[];for(M=0;M<z.length;M++)p[M]=b[z[M]];return p}function R(b){var z=b.split("|"),M=z[2].split(" "),p=z[3].split(""),O=z[4].split(" ");return a(M),a(p),a(O),function(b,z){for(var M=0;M<z;M++)b[M]=Math.round((b[M-1]||0)+6e4*b[M]);b[z-1]=1/0}(O,p.length),{name:z[0],abbrs:e(z[1].split(" "),p),offsets:e(M,p),untils:O,population:0|z[5]}}function r(b){b&&this._set(R(b))}function i(b,z){this.name=b,this.zones=z}function t(b){var z=b.toTimeString(),M=z.match(/\([a-z ]+\)/i);"GMT"===(M=M&&M[0]?(M=M[0].match(/[A-Z]/g))?M.join(""):void 0:(M=z.match(/[A-Z]{3,5}/g))?M[0]:void 0)&&(M=void 0),this.at=+b,this.abbr=M,this.offset=b.getTimezoneOffset()}function X(b){this.zone=b,this.offsetScore=0,this.abbrScore=0}function B(b,z){for(var M,p;p=6e4*((z.at-b.at)/12e4|0);)(M=new t(new Date(b.at+p))).offset===b.offset?b=M:z=M;return b}function f(b,z){return b.offsetScore!==z.offsetScore?b.offsetScore-z.offsetScore:b.abbrScore!==z.abbrScore?b.abbrScore-z.abbrScore:b.zone.population!==z.zone.population?z.zone.population-b.zone.population:z.zone.name.localeCompare(b.zone.name)}function l(b,z){var M,p;for(a(z),M=0;M<z.length;M++)p=z[M],c[p]=c[p]||{},c[p][b]=!0}function L(b){var z,M,p,O=b.length,o={},q=[];for(z=0;z<O;z++)for(M in p=c[b[z].offset]||{})p.hasOwnProperty(M)&&(o[M]=!0);for(z in o)o.hasOwnProperty(z)&&q.push(A[z]);return q}function u(){try{var b=Intl.DateTimeFormat().resolvedOptions().timeZone;if(b&&b.length>3){var z=A[N(b)];if(z)return z;g("Moment Timezone found "+b+" from the Intl api, but did not have that data loaded.")}}catch(b){}var M,p,O,c=function(){var b,z,M,p=(new Date).getFullYear()-2,O=new t(new Date(p,0,1)),A=[O];for(M=1;M<48;M++)(z=new t(new Date(p,M,1))).offset!==O.offset&&(b=B(O,z),A.push(b),A.push(new t(new Date(b.at+6e4)))),O=z;for(M=0;M<4;M++)A.push(new t(new Date(p+M,0,1))),A.push(new t(new Date(p+M,6,1)));return A}(),o=c.length,q=L(c),W=[];for(p=0;p<q.length;p++){for(M=new X(T(q[p]),o),O=0;O<o;O++)M.scoreOffsetAt(c[O]);W.push(M)}return W.sort(f),W.length>0?W[0].zone.name:void 0}function N(b){return(b||"").toLowerCase().replace(/\//g,"_")}function s(b){var z,p,O,c;for("string"==typeof b&&(b=[b]),z=0;z<b.length;z++)c=N(p=(O=b[z].split("|"))[0]),M[c]=b[z],A[c]=p,l(c,O[2].split(" "))}function T(b,z){b=N(b);var O,c=M[b];return c instanceof r?c:"string"==typeof c?(c=new r(c),M[b]=c,c):p[b]&&z!==T&&(O=T(p[b],T))?((c=M[b]=new r)._set(O),c.name=A[b],c):null}function m(b){var z,M,O,c;for("string"==typeof b&&(b=[b]),z=0;z<b.length;z++)O=N((M=b[z].split("|"))[0]),c=N(M[1]),p[O]=c,A[O]=M[0],p[c]=O,A[c]=M[1]}function h(b){var z="X"===b._f||"x"===b._f;return!(!b._a||void 0!==b._tzm||z)}function g(b){"undefined"!=typeof console&&console.error}function E(z){var M=Array.prototype.slice.call(arguments,0,-1),p=arguments[arguments.length-1],O=T(p),A=b.utc.apply(null,M);return O&&!b.isMoment(z)&&h(A)&&A.add(O.parse(A),"minutes"),A.tz(p),A}(q<2||2===q&&W<6)&&g("Moment Timezone requires Moment.js >= 2.6.0. You are using Moment.js "+b.version+". See momentjs.com"),r.prototype={_set:function(b){this.name=b.name,this.abbrs=b.abbrs,this.untils=b.untils,this.offsets=b.offsets,this.population=b.population},_index:function(b){var z,M=+b,p=this.untils;for(z=0;z<p.length;z++)if(M<p[z])return z},countries:function(){var b=this.name;return Object.keys(O).filter((function(z){return-1!==O[z].zones.indexOf(b)}))},parse:function(b){var z,M,p,O,A=+b,c=this.offsets,o=this.untils,q=o.length-1;for(O=0;O<q;O++)if(z=c[O],M=c[O+1],p=c[O?O-1:O],z<M&&E.moveAmbiguousForward?z=M:z>p&&E.moveInvalidForward&&(z=p),A<o[O]-6e4*z)return c[O];return c[q]},abbr:function(b){return this.abbrs[this._index(b)]},offset:function(b){return g("zone.offset has been deprecated in favor of zone.utcOffset"),this.offsets[this._index(b)]},utcOffset:function(b){return this.offsets[this._index(b)]}},X.prototype.scoreOffsetAt=function(b){this.offsetScore+=Math.abs(this.zone.utcOffset(b.at)-b.offset),this.zone.abbr(b.at).replace(/[^A-Z]/g,"")!==b.abbr&&this.abbrScore++},E.version="0.5.38",E.dataVersion="",E._zones=M,E._links=p,E._names=A,E._countries=O,E.add=s,E.link=m,E.load=function(b){s(b.zones),m(b.links),function(b){var z,M,p,A;if(b&&b.length)for(z=0;z<b.length;z++)M=(A=b[z].split("|"))[0].toUpperCase(),p=A[1].split(" "),O[M]=new i(M,p)}(b.countries),E.dataVersion=b.version},E.zone=T,E.zoneExists=function b(z){return b.didShowError||(b.didShowError=!0,g("moment.tz.zoneExists('"+z+"') has been deprecated in favor of !moment.tz.zone('"+z+"')")),!!T(z)},E.guess=function(b){return z&&!b||(z=u()),z},E.names=function(){var b,z=[];for(b in A)A.hasOwnProperty(b)&&(M[b]||M[p[b]])&&A[b]&&z.push(A[b]);return z.sort()},E.Zone=r,E.unpack=R,E.unpackBase60=d,E.needsOffset=h,E.moveInvalidForward=!0,E.moveAmbiguousForward=!1,E.countries=function(){return Object.keys(O)},E.zonesForCountry=function(b,z){var M;if(M=(M=b).toUpperCase(),!(b=O[M]||null))return null;var p=b.zones.sort();return z?p.map((function(b){return{name:b,offset:T(b).utcOffset(new Date)}})):p};var v,C=b.fn;function y(b){return function(){return this._z?this._z.abbr(this):b.call(this)}}function S(b){return function(){return this._z=null,b.apply(this,arguments)}}b.tz=E,b.defaultZone=null,b.updateOffset=function(z,M){var p,O=b.defaultZone;if(void 0===z._z&&(O&&h(z)&&!z._isUTC&&(z._d=b.utc(z._a)._d,z.utc().add(O.parse(z),"minutes")),z._z=O),z._z)if(p=z._z.utcOffset(z),Math.abs(p)<16&&(p/=60),void 0!==z.utcOffset){var A=z._z;z.utcOffset(-p,M),z._z=A}else z.zone(p,M)},C.tz=function(z,M){if(z){if("string"!=typeof z)throw new Error("Time zone name must be a string, got "+z+" ["+typeof z+"]");return this._z=T(z),this._z?b.updateOffset(this,M):g(),this}if(this._z)return this._z.name},C.zoneName=y(C.zoneName),C.zoneAbbr=y(C.zoneAbbr),C.utc=S(C.utc),C.local=S(C.local),C.utcOffset=(v=C.utcOffset,function(){return arguments.length>0&&(this._z=null),v.apply(this,arguments)}),b.tz.setDefault=function(z){return(q<2||2===q&&W<9)&&g(b.version),b.defaultZone=z?T(z):null,b};var w=b.momentProperties;return"[object Array]"===Object.prototype.toString.call(w)?(w.push("_z"),w.push("_a")):w&&(w._z=null),b}))},z=>{"use strict";z.exports=b},(b,z,M)=>{var p=M(7),O=M(20),A=M(22);b.exports=function(b,z){return A(O(b,z,p),b+"")}},(b,z,M)=>{var p=M(21),O=Math.max;b.exports=function(b,z,M){return z=O(void 0===z?b.length-1:z,0),function(){for(var A=arguments,c=-1,o=O(A.length-z,0),q=Array(o);++c<o;)q[c]=A[z+c];c=-1;for(var W=Array(z+1);++c<z;)W[c]=A[c];return W[z]=M(q),p(b,this,W)}}},b=>{b.exports=function(b,z,M){switch(M.length){case 0:return b.call(z);case 1:return b.call(z,M[0]);case 2:return b.call(z,M[0],M[1]);case 3:return b.call(z,M[0],M[1],M[2])}return b.apply(z,M)}},(b,z,M)=>{var p=M(23),O=M(34)(p);b.exports=O},(b,z,M)=>{var p=M(24),O=M(25),A=M(7),c=O?function(b,z){return O(b,"toString",{configurable:!0,enumerable:!1,value:p(z),writable:!0})}:A;b.exports=c},b=>{b.exports=function(b){return function(){return b}}},(b,z,M)=>{var p=M(26),O=function(){try{var b=p(Object,"defineProperty");return b({},"",{}),b}catch(b){}}();b.exports=O},(b,z,M)=>{var p=M(27),O=M(33);b.exports=function(b,z){var M=O(b,z);return p(M)?M:void 0}},(b,z,M)=>{var p=M(8),O=M(30),A=M(2),c=M(32),o=/^\[object .+?Constructor\]$/,q=Function.prototype,W=Object.prototype,n=q.toString,d=W.hasOwnProperty,a=RegExp("^"+n.call(d).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");b.exports=function(b){return!(!A(b)||O(b))&&(p(b)?a:o).test(c(b))}},(b,z,M)=>{var p=M(9),O=Object.prototype,A=O.hasOwnProperty,c=O.toString,o=p?p.toStringTag:void 0;b.exports=function(b){var z=A.call(b,o),M=b[o];try{b[o]=void 0;var p=!0}catch(b){}var O=c.call(b);return p&&(z?b[o]=M:delete b[o]),O}},b=>{var z=Object.prototype.toString;b.exports=function(b){return z.call(b)}},(b,z,M)=>{var p,O=M(31),A=(p=/[^.]+$/.exec(O&&O.keys&&O.keys.IE_PROTO||""))?"Symbol(src)_1."+p:"";b.exports=function(b){return!!A&&A in b}},(b,z,M)=>{var p=M(5)["__core-js_shared__"];b.exports=p},b=>{var z=Function.prototype.toString;b.exports=function(b){if(null!=b){try{return z.call(b)}catch(b){}try{return b+""}catch(b){}}return""}},b=>{b.exports=function(b,z){return null==b?void 0:b[z]}},b=>{var z=Date.now;b.exports=function(b){var M=0,p=0;return function(){var O=z(),A=16-(O-p);if(p=O,A>0){if(++M>=800)return arguments[0]}else M=0;return b.apply(void 0,arguments)}}},(b,z,M)=>{var p=M(11),O=M(12),A=M(14),c=M(2);b.exports=function(b,z,M){if(!c(M))return!1;var o=typeof z;return!!("number"==o?O(M)&&A(z,M.length):"string"==o&&z in M)&&p(M[z],b)}},(b,z,M)=>{var p=M(37),O=M(46),A=M(12);b.exports=function(b){return A(b)?p(b,!0):O(b)}},(b,z,M)=>{var p=M(38),O=M(39),A=M(41),c=M(15),o=M(14),q=M(43),W=Object.prototype.hasOwnProperty;b.exports=function(b,z){var M=A(b),n=!M&&O(b),d=!M&&!n&&c(b),a=!M&&!n&&!d&&q(b),e=M||n||d||a,R=e?p(b.length,String):[],r=R.length;for(var i in b)!z&&!W.call(b,i)||e&&("length"==i||d&&("offset"==i||"parent"==i)||a&&("buffer"==i||"byteLength"==i||"byteOffset"==i)||o(i,r))||R.push(i);return R}},b=>{b.exports=function(b,z){for(var M=-1,p=Array(b);++M<b;)p[M]=z(M);return p}},(b,z,M)=>{var p=M(40),O=M(6),A=Object.prototype,c=A.hasOwnProperty,o=A.propertyIsEnumerable,q=p(function(){return arguments}())?p:function(b){return O(b)&&c.call(b,"callee")&&!o.call(b,"callee")};b.exports=q},(b,z,M)=>{var p=M(4),O=M(6);b.exports=function(b){return O(b)&&"[object Arguments]"==p(b)}},b=>{var z=Array.isArray;b.exports=z},b=>{b.exports=function(){return!1}},(b,z,M)=>{var p=M(44),O=M(45),A=M(16),c=A&&A.isTypedArray,o=c?O(c):p;b.exports=o},(b,z,M)=>{var p=M(4),O=M(13),A=M(6),c={};c["[object Float32Array]"]=c["[object Float64Array]"]=c["[object Int8Array]"]=c["[object Int16Array]"]=c["[object Int32Array]"]=c["[object Uint8Array]"]=c["[object Uint8ClampedArray]"]=c["[object Uint16Array]"]=c["[object Uint32Array]"]=!0,c["[object Arguments]"]=c["[object Array]"]=c["[object ArrayBuffer]"]=c["[object Boolean]"]=c["[object DataView]"]=c["[object Date]"]=c["[object Error]"]=c["[object Function]"]=c["[object Map]"]=c["[object Number]"]=c["[object Object]"]=c["[object RegExp]"]=c["[object Set]"]=c["[object String]"]=c["[object WeakMap]"]=!1,b.exports=function(b){return A(b)&&O(b.length)&&!!c[p(b)]}},b=>{b.exports=function(b){return function(z){return b(z)}}},(b,z,M)=>{var p=M(2),O=M(47),A=M(48),c=Object.prototype.hasOwnProperty;b.exports=function(b){if(!p(b))return A(b);var z=O(b),M=[];for(var o in b)("constructor"!=o||!z&&c.call(b,o))&&M.push(o);return M}},b=>{var z=Object.prototype;b.exports=function(b){var M=b&&b.constructor;return b===("function"==typeof M&&M.prototype||z)}},b=>{b.exports=function(b){var z=[];if(null!=b)for(var M in Object(b))z.push(M);return z}},b=>{"use strict";b.exports=A},b=>{"use strict";b.exports=O},,b=>{"use strict";b.exports=z},b=>{"use strict";b.exports=M},(b,z,M)=>{(b.exports=M(17)).tz.load(M(55))},b=>{"use strict";b.exports=JSON.parse('{"version":"2022e","zones":["Africa/Abidjan|LMT GMT|g.8 0|01|-2ldXH.Q|48e5","Africa/Nairobi|LMT +0230 EAT +0245|-2r.g -2u -30 -2J|012132|-2ua2r.g N6nV.g 3Fbu h1cu dzbJ|47e5","Africa/Algiers|LMT PMT WET WEST CET CEST|-c.c -9.l 0 -10 -10 -20|01232323232323232454542423234542324|-3bQ0c.c MDA2.P cNb9.l HA0 19A0 1iM0 11c0 1oo0 Wo0 1rc0 QM0 1EM0 UM0 DA0 Imo0 rd0 De0 9Xz0 1fb0 1ap0 16K0 2yo0 mEp0 hwL0 jxA0 11A0 dDd0 17b0 11B0 1cN0 2Dy0 1cN0 1fB0 1cL0|26e5","Africa/Lagos|LMT GMT +0030 WAT|-d.z 0 -u -10|01023|-2B40d.z 7iod.z dnXK.p dLzH.z|17e6","Africa/Bissau|LMT -01 GMT|12.k 10 0|012|-2ldX0 2xoo0|39e4","Africa/Maputo|LMT CAT|-2a.k -20|01|-2GJea.k|26e5","Africa/Cairo|LMT EET EEST|-25.9 -20 -30|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2MBC5.9 1AQM5.9 vb0 1ip0 11z0 1iN0 1nz0 12p0 1pz0 10N0 1pz0 16p0 1jz0 s3d0 Vz0 1oN0 11b0 1oO0 10N0 1pz0 10N0 1pb0 10N0 1pb0 10N0 1pb0 10N0 1pz0 10N0 1pb0 10N0 1pb0 11d0 1oL0 11d0 1pb0 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 1oL0 11d0 1WL0 rd0 1Rz0 wp0 1pb0 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 1qL0 Xd0 1oL0 11d0 1oL0 11d0 1pb0 11d0 1oL0 11d0 1oL0 11d0 1ny0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 WL0 1qN0 Rb0 1wp0 On0 1zd0 Lz0 1EN0 Fb0 c10 8n0 8Nd0 gL0 e10 mn0|15e6","Africa/Casablanca|LMT +00 +01|u.k 0 -10|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212|-2gMnt.E 130Lt.E rb0 Dd0 dVb0 b6p0 TX0 EoB0 LL0 gnd0 rz0 43d0 AL0 1Nd0 XX0 1Cp0 pz0 dEp0 4mn0 SyN0 AL0 1Nd0 wn0 1FB0 Db0 1zd0 Lz0 1Nf0 wM0 co0 go0 1o00 s00 dA0 vc0 11A0 A00 e00 y00 11A0 uM0 e00 Dc0 11A0 s00 e00 IM0 WM0 mo0 gM0 LA0 WM0 jA0 e00 28M0 e00 2600 gM0 2600 e00 2600 gM0 2600 gM0 2600 e00 2600 gM0 2600 e00 28M0 e00 2600 gM0 2600 e00 2600 gM0 2600 gM0 2600 e00 2600 gM0 2600 e00 2600 gM0 2600 gM0 2600 e00 2600 gM0 2600 gM0 2600 e00 2600 gM0 2600 e00 2600 gM0 2600 gM0 2600 e00 2600 gM0 2600 gM0 2600 e00 2600 gM0 2600 e00 2600 gM0 2600 gM0 2600 e00 2600 gM0 2600 gM0 2600 e00 2600 gM0 2600 e00 2600 gM0 2600 gM0 2600 e00 2600 gM0 2600 gM0 2600 e00 2600 gM0 2600 e00 2600 gM0 2600 gM0 2600 e00 2600 gM0 2600 gM0 2600 e00 2600 gM0 2600 e00 2600 gM0 2600 gM0 2600 e00 2600 gM0 2600 gM0 2600 e00 2600 gM0 2600 e00 2600 gM0 2600 gM0 2600 e00 2600 gM0 2600 gM0 2600 e00 2600 gM0|32e5","Africa/Ceuta|LMT WET WEST CET CEST|l.g 0 -10 -10 -20|0121212121212121212121343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343|-2M0M0 GdX0 11z0 drd0 18p0 3HX0 17d0 1fz0 1a10 1io0 1a00 1y7o0 LL0 gnd0 rz0 43d0 AL0 1Nd0 XX0 1Cp0 pz0 dEp0 4VB0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|85e3","Africa/El_Aaiun|LMT -01 +00 +01|Q.M 10 0 -10|012323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323|-1rDz7.c 1GVA7.c 6L0 AL0 1Nd0 XX0 1Cp0 pz0 1cBB0 AL0 1Nd0 wn0 1FB0 Db0 1zd0 Lz0 1Nf0 wM0 co0 go0 1o00 s00 dA0 vc0 11A0 A00 e00 y00 11A0 uM0 e00 Dc0 11A0 s00 e00 IM0 WM0 mo0 gM0 LA0 WM0 jA0 e00 28M0 e00 2600 gM0 2600 e00 2600 gM0 2600 gM0 2600 e00 2600 gM0 2600 e00 28M0 e00 2600 gM0 2600 e00 2600 gM0 2600 gM0 2600 e00 2600 gM0 2600 e00 2600 gM0 2600 gM0 2600 e00 2600 gM0 2600 gM0 2600 e00 2600 gM0 2600 e00 2600 gM0 2600 gM0 2600 e00 2600 gM0 2600 gM0 2600 e00 2600 gM0 2600 e00 2600 gM0 2600 gM0 2600 e00 2600 gM0 2600 gM0 2600 e00 2600 gM0 2600 e00 2600 gM0 2600 gM0 2600 e00 2600 gM0 2600 gM0 2600 e00 2600 gM0 2600 e00 2600 gM0 2600 gM0 2600 e00 2600 gM0 2600 gM0 2600 e00 2600 gM0 2600 e00 2600 gM0 2600 gM0 2600 e00 2600 gM0 2600 gM0 2600 e00 2600 gM0 2600 e00 2600 gM0 2600 gM0 2600 e00 2600 gM0 2600 gM0 2600 e00 2600 gM0|20e4","Africa/Johannesburg|LMT SAST SAST SAST|-1Q -1u -20 -30|0123232|-39EpQ qTcm 1Ajdu 1cL0 1cN0 1cL0|84e5","Africa/Juba|LMT CAT CAST EAT|-26.s -20 -30 -30|012121212121212121212121212121212131|-1yW26.s 1zK06.s 16L0 1iN0 17b0 1jd0 17b0 1ip0 17z0 1i10 17X0 1hB0 18n0 1hd0 19b0 1gp0 19z0 1iN0 17b0 1ip0 17z0 1i10 18n0 1hd0 18L0 1gN0 19b0 1gp0 19z0 1iN0 17z0 1i10 17X0 yGd0 PeX0|","Africa/Khartoum|LMT CAT CAST EAT|-2a.8 -20 -30 -30|012121212121212121212121212121212131|-1yW2a.8 1zK0a.8 16L0 1iN0 17b0 1jd0 17b0 1ip0 17z0 1i10 17X0 1hB0 18n0 1hd0 19b0 1gp0 19z0 1iN0 17b0 1ip0 17z0 1i10 18n0 1hd0 18L0 1gN0 19b0 1gp0 19z0 1iN0 17z0 1i10 17X0 yGd0 HjL0|51e5","Africa/Monrovia|LMT MMT MMT GMT|H.8 H.8 I.u 0|0123|-3ygng.Q 1usM0 28G01.m|11e5","Africa/Ndjamena|LMT WAT WAST|-10.c -10 -20|0121|-2le10.c 2J3c0.c Wn0|13e5","Africa/Sao_Tome|LMT LMT GMT WAT|-q.U A.J 0 -10|01232|-3tooq.U 18aoq.U 4i6N0 2q00|","Africa/Tripoli|LMT CET CEST EET|-Q.I -10 -20 -20|012121213121212121212121213123123|-21JcQ.I 1hnBQ.I vx0 4iP0 xx0 4eN0 Bb0 7ip0 U0n0 A10 1db0 1cN0 1db0 1dd0 1db0 1eN0 1bb0 1e10 1cL0 1c10 1db0 1dd0 1db0 1cN0 1db0 1q10 fAn0 1ep0 1db0 AKq0 TA0 1o00|11e5","Africa/Tunis|LMT PMT CET CEST|-E.I -9.l -10 -20|01232323232323232323232323232323232|-3zO0E.I 1cBAv.n 18pa9.l 1qM0 DA0 3Tc0 11B0 1ze0 WM0 7z0 3d0 14L0 1cN0 1f90 1ar0 16J0 1gXB0 WM0 1rA0 11c0 nwo0 Ko0 1cM0 1cM0 1rA0 10M0 zuM0 10N0 1aN0 1qM0 WM0 1qM0 11A0 1o00|20e5","Africa/Windhoek|LMT +0130 SAST SAST CAT WAT|-18.o -1u -20 -30 -20 -10|012324545454545454545454545454545454545454545454545454|-39Ep8.o qTbC.o 1Ajdu 1cL0 1SqL0 9Io0 16P0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0|32e4","America/Adak|LMT LMT NST NWT NPT BST BDT AHST HST HDT|-cd.m bK.C b0 a0 a0 b0 a0 a0 a0 90|01234256565656565656565656565656565678989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898|-48Pzs.L 1jVzf.p 1EX1d.m 8wW0 iB0 Qlb0 52O0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 cm0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|326","America/Anchorage|LMT LMT AST AWT APT AHST AHDT YST AKST AKDT|-e0.o 9X.A a0 90 90 a0 90 90 90 80|01234256565656565656565656565656565678989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898|-48Pzs.L 1jVxs.n 1EX20.o 8wX0 iA0 Qlb0 52O0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 cm0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|30e4","America/Puerto_Rico|LMT AST AWT APT|4o.p 40 30 30|01231|-2Qi7z.z 1IUbz.z 7XT0 iu0|24e5","America/Araguaina|LMT -03 -02|3c.M 30 20|0121212121212121212121212121212121212121212121212121|-2glwL.c HdKL.c 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 dMN0 Lz0 1zd0 Rb0 1wN0 Wn0 1tB0 Rb0 1tB0 WL0 1tB0 Rb0 1zd0 On0 1HB0 FX0 ny10 Lz0|14e4","America/Argentina/Buenos_Aires|LMT CMT -04 -03 -02|3R.M 4g.M 40 30 20|012323232323232323232323232323232323232323234343434343434343|-331U6.c 125cn pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wp0 Rb0 1wp0 TX0 A4p0 uL0 1qN0 WL0|","America/Argentina/Catamarca|LMT CMT -04 -03 -02|4n.8 4g.M 40 30 20|012323232323232323232323232323232323232323234343434243432343|-331TA.Q 125bR.E pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wq0 Ra0 1wp0 TX0 rlB0 7B0 8zb0 uL0|","America/Argentina/Cordoba|LMT CMT -04 -03 -02|4g.M 4g.M 40 30 20|012323232323232323232323232323232323232323234343434243434343|-331TH.c 125c0 pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wq0 Ra0 1wp0 TX0 A4p0 uL0 1qN0 WL0|","America/Argentina/Jujuy|LMT CMT -04 -03 -02|4l.c 4g.M 40 30 20|0123232323232323232323232323232323232323232343434232434343|-331TC.M 125bT.A pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1ze0 TX0 1ld0 WK0 1wp0 TX0 A4p0 uL0|","America/Argentina/La_Rioja|LMT CMT -04 -03 -02|4r.o 4g.M 40 30 20|0123232323232323232323232323232323232323232343434342343432343|-331Tw.A 125bN.o pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Qn0 qO0 16n0 Rb0 1wp0 TX0 rlB0 7B0 8zb0 uL0|","America/Argentina/Mendoza|LMT CMT -04 -03 -02|4z.g 4g.M 40 30 20|012323232323232323232323232323232323232323234343423232432343|-331To.I 125bF.w pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1u20 SL0 1vd0 Tb0 1wp0 TW0 ri10 Op0 7TX0 uL0|","America/Argentina/Rio_Gallegos|LMT CMT -04 -03 -02|4A.Q 4g.M 40 30 20|012323232323232323232323232323232323232323234343434343432343|-331Tn.8 125bD.U pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wp0 Rb0 1wp0 TX0 rlB0 7B0 8zb0 uL0|","America/Argentina/Salta|LMT CMT -04 -03 -02|4l.E 4g.M 40 30 20|0123232323232323232323232323232323232323232343434342434343|-331TC.k 125bT.8 pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wq0 Ra0 1wp0 TX0 A4p0 uL0|","America/Argentina/San_Juan|LMT CMT -04 -03 -02|4y.4 4g.M 40 30 20|0123232323232323232323232323232323232323232343434342343432343|-331Tp.U 125bG.I pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Qn0 qO0 16n0 Rb0 1wp0 TX0 rld0 m10 8lb0 uL0|","America/Argentina/San_Luis|LMT CMT -04 -03 -02|4p.o 4g.M 40 30 20|0123232323232323232323232323232323232323232343434232323432323|-331Ty.A 125bP.o pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 XX0 1q20 SL0 AN0 vDb0 m10 8lb0 8L0 jd0 1qN0 WL0 1qN0|","America/Argentina/Tucuman|LMT CMT -04 -03 -02|4k.Q 4g.M 40 30 20|01232323232323232323232323232323232323232323434343424343234343|-331TD.8 125bT.U pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wq0 Ra0 1wp0 TX0 rlB0 4N0 8BX0 uL0 1qN0 WL0|","America/Argentina/Ushuaia|LMT CMT -04 -03 -02|4x.c 4g.M 40 30 20|012323232323232323232323232323232323232323234343434343432343|-331Tq.M 125bH.A pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wp0 Rb0 1wp0 TX0 rkN0 8p0 8zb0 uL0|","America/Asuncion|LMT AMT -04 -03|3O.E 3O.E 40 30|0123232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323|-3eLw9.k 1FGo0 1DKM9.k 3CL0 3Dd0 10L0 1pB0 10n0 1pB0 10n0 1pB0 1cL0 1dd0 1db0 1dd0 1cL0 1dd0 1cL0 1dd0 1cL0 1dd0 1db0 1dd0 1cL0 1dd0 1cL0 1dd0 1cL0 1dd0 1db0 1dd0 1cL0 1lB0 14n0 1dd0 1cL0 1fd0 WL0 1rd0 1aL0 1dB0 Xz0 1qp0 Xb0 1qN0 10L0 1rB0 TX0 1tB0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 1cL0 WN0 1qL0 11B0 1nX0 1ip0 WL0 1qN0 WL0 1qN0 WL0 1tB0 TX0 1tB0 TX0 1tB0 19X0 1a10 1fz0 1a10 1fz0 1cN0 17b0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 17b0 1ip0|28e5","America/Panama|LMT CMT EST|5i.8 5j.A 50|012|-3eLuF.Q Iy01.s|15e5","America/Bahia_Banderas|LMT MST CST MDT PST CDT|71 70 60 60 80 50|0121312141313131313131313131313131313152525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 otX0 gmN0 P2N0 13Vd0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nW0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0|84e3","America/Bahia|LMT -03 -02|2y.4 30 20|01212121212121212121212121212121212121212121212121212121212121|-2glxp.U HdLp.U 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 1EN0 Lz0 1C10 IL0 1HB0 Db0 1HB0 On0 1zd0 On0 1zd0 Lz0 1zd0 Rb0 1wN0 Wn0 1tB0 Rb0 1tB0 WL0 1tB0 Rb0 1zd0 On0 1HB0 FX0 l5B0 Rb0|27e5","America/Barbados|LMT AST ADT -0330|3W.t 40 30 3u|0121213121212121|-2m4k1.v 1eAN1.v RB0 1Bz0 Op0 1rb0 11d0 1jJc0 IL0 1ip0 17b0 1ip0 17b0 1ld0 13b0|28e4","America/Belem|LMT -03 -02|3d.U 30 20|012121212121212121212121212121|-2glwK.4 HdKK.4 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0|20e5","America/Belize|LMT CST -0530 CWT CPT CDT|5Q.M 60 5u 50 50 50|012121212121212121212121212121212121212121212121213412121212121212121212121212121212121212121215151|-2kBu7.c fPA7.c Onu 1zcu Rbu 1wou Rbu 1wou Rbu 1zcu Onu 1zcu Onu 1zcu Rbu 1wou Rbu 1wou Rbu 1wou Rbu 1zcu Onu 1zcu Onu 1zcu Rbu 1wou Rbu 1wou Rbu 1zcu Onu 1zcu Onu 1zcu Onu 1zcu Rbu 1wou Rbu 1wou Rbu 1zcu Onu 1zcu Onu 1zcu Rbu Rcu 7Bt0 Ni0 4nd0 Rbu 1wou Rbu 1wou Rbu 1zcu Onu 1zcu Onu 1zcu Rbu 1wou Rbu 1wou Rbu 1wou Rbu 1zcu Onu 1zcu Onu 1zcu Rbu 1wou Rbu 1wou Rbu 1zcu Onu 1zcu Onu 1zcu Onu 1zcu Rbu 1wou Rbu 1wou Rbu 1zcu Onu e9Au qn0 lxB0 mn0|57e3","America/Boa_Vista|LMT -04 -03|42.E 40 30|0121212121212121212121212121212121|-2glvV.k HdKV.k 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 smp0 WL0 1tB0 2L0|62e2","America/Bogota|LMT BMT -05 -04|4U.g 4U.g 50 40|01232|-3sTv3.I 1eIo0 38yo3.I 2en0|90e5","America/Boise|LMT PST PDT MST MWT MPT MDT|7I.N 80 70 70 60 60 60|01212134536363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363|-3tFE0 1nEe0 1nX0 11B0 1nX0 8C10 JCL0 8x20 ix0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 Dd0 1Kn0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|21e4","America/Cambridge_Bay|-00 MST MWT MPT MDDT MDT CST CDT EST|0 70 60 60 50 60 60 50 50|0123141515151515151515151515151515151515151515678651515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151|-21Jc0 RO90 8x20 ix0 LCL0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11A0 1nX0 2K0 WQ0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|15e2","America/Campo_Grande|LMT -04 -03|3C.s 40 30|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2glwl.w HdLl.w 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 1EN0 Lz0 1C10 IL0 1HB0 Db0 1HB0 On0 1zd0 On0 1zd0 Lz0 1zd0 Rb0 1wN0 Wn0 1tB0 Rb0 1tB0 WL0 1tB0 Rb0 1zd0 On0 1HB0 FX0 1C10 Lz0 1Ip0 HX0 1zd0 On0 1HB0 IL0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 Rb0 1zd0 Lz0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 On0 1zd0 On0 1HB0 FX0|77e4","America/Cancun|LMT CST EST EDT CDT|5L.4 60 50 40 50|0123232341414141414141414141414141414141412|-1UQG0 2q2o0 yLB0 1lb0 14p0 1lb0 14p0 Lz0 xB0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 Dd0|63e4","America/Caracas|LMT CMT -0430 -04|4r.I 4r.E 4u 40|012323|-3eLvw.g ROnX.U 28KM2.k 1IwOu kqo0|29e5","America/Cayenne|LMT -04 -03|3t.k 40 30|012|-2mrwu.E 2gWou.E|58e3","America/Chicago|LMT CST CDT EST CWT CPT|5O.A 60 50 50 50 50|012121212121212121212121212121212121213121212121214512121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-3tFG0 1nEe0 1nX0 11B0 1nX0 1wp0 TX0 WN0 1qL0 1cN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 11B0 1Hz0 14p0 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 RB0 8x30 iw0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|92e5","America/Chihuahua|LMT MST CST MDT CDT|74.k 70 60 60 50|0121312424231313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 2zQN0 1lb0 14p0 1lb0 14q0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0|81e4","America/Costa_Rica|LMT SJMT CST CDT|5A.d 5A.d 60 50|01232323232|-3eLun.L 1fyo0 2lu0n.L Db0 1Kp0 Db0 pRB0 15b0 1kp0 mL0|12e5","America/Phoenix|LMT MST MDT MWT|7s.i 70 60 60|012121313121|-3tFF0 1nEe0 1nX0 11B0 1nX0 SgN0 4Al1 Ap0 1db0 SWqX 1cL0|42e5","America/Cuiaba|LMT -04 -03|3I.k 40 30|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2glwf.E HdLf.E 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 1EN0 Lz0 1C10 IL0 1HB0 Db0 1HB0 On0 1zd0 On0 1zd0 Lz0 1zd0 Rb0 1wN0 Wn0 1tB0 Rb0 1tB0 WL0 1tB0 Rb0 1zd0 On0 1HB0 FX0 4a10 HX0 1zd0 On0 1HB0 IL0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 Rb0 1zd0 Lz0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 On0 1zd0 On0 1HB0 FX0|54e4","America/Danmarkshavn|LMT -03 -02 GMT|1e.E 30 20 0|01212121212121212121212121212121213|-2a5WJ.k 2z5fJ.k 19U0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 DC0|8","America/Dawson_Creek|LMT PST PDT PWT PPT MST|80.U 80 70 70 70 70|01213412121212121212121212121212121212121212121212121212125|-3tofX.4 1nspX.4 1in0 UGp0 8x10 iy0 3NB0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 ML0|12e3","America/Dawson|LMT YST YDT YWT YPT YDDT PST PDT MST|9h.E 90 80 80 80 70 80 70 70|0121213415167676767676767676767676767676767676767676767676767676767676767676767676767676767678|-2MSeG.k GWpG.k 1in0 1o10 13V0 Ser0 8x00 iz0 LCL0 1fA0 jrA0 fNd0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1z90|13e2","America/Denver|LMT MST MDT MWT MPT|6X.U 70 60 60 60|012121212134121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-3tFF0 1nEe0 1nX0 11B0 1nX0 11B0 1qL0 WN0 mn0 Ord0 8x20 ix0 LCN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|26e5","America/Detroit|LMT CST EST EWT EPT EDT|5w.b 60 50 40 40 40|0123425252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252|-2Cgir.N peqr.N 156L0 8x40 iv0 6fd0 11z0 JxX1 SMX 1cN0 1cL0 aW10 1cL0 s10 1Vz0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|37e5","America/Edmonton|LMT MST MDT MWT MPT|7x.Q 70 60 60 60|0121212121212134121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2yd4q.8 shdq.8 1in0 17d0 hz0 2dB0 1fz0 1a10 11z0 1qN0 WL0 1qN0 11z0 IGN0 8x20 ix0 3NB0 11z0 XQp0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|10e5","America/Eirunepe|LMT -05 -04|4D.s 50 40|0121212121212121212121212121212121|-2glvk.w HdLk.w 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 dPB0 On0 yTd0 d5X0|31e3","America/El_Salvador|LMT CST CDT|5U.M 60 50|012121|-1XiG3.c 2Fvc3.c WL0 1qN0 WL0|11e5","America/Tijuana|LMT MST PST PDT PWT PPT|7M.4 70 80 70 70 70|012123245232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-1UQF0 4Q00 8mM0 8lc0 SN0 1cL0 pHB0 83r0 zI0 5O10 1Rz0 cOO0 11A0 1o00 11A0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 BUp0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 U10 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|20e5","America/Fort_Nelson|LMT PST PDT PWT PPT MST|8a.L 80 70 70 70 70|012134121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121215|-3tofN.d 1nspN.d 1in0 UGp0 8x10 iy0 3NB0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0|39e2","America/Fort_Wayne|LMT CST CDT CWT CPT EST EDT|5I.C 60 50 50 50 50 40|0121212134121212121212121212151565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565|-3tFG0 1nEe0 1nX0 11B0 1nX0 QI10 Db0 RB0 8x30 iw0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 5Tz0 1o10 qLb0 1cL0 1cN0 1cL0 1qhd0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/Fortaleza|LMT -03 -02|2y 30 20|0121212121212121212121212121212121212121|-2glxq HdLq 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 nsp0 WL0 1tB0 5z0 2mN0 On0|34e5","America/Glace_Bay|LMT AST ADT AWT APT|3X.M 40 30 30 30|012134121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2IsI0.c CwO0.c 1in0 UGp0 8x50 iu0 iq10 11z0 Jg10 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|19e3","America/Godthab|LMT -03 -02|3q.U 30 20|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2a5Ux.4 2z5dx.4 19U0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|17e3","America/Goose_Bay|LMT NST NDT NST NDT NWT NPT AST ADT ADDT|41.E 3u.Q 2u.Q 3u 2u 2u 2u 40 30 20|0121343434343434356343434343434343434343434343434343434343437878787878787878787878787878787878787878787879787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787|-3tojW.k 1nspt.c 1in0 DXb0 2HbX.8 WL0 1qN0 WL0 1qN0 WL0 1tB0 TX0 1tB0 WL0 1qN0 WL0 1qN0 7UHu itu 1tB0 WL0 1qN0 WL0 1qN0 WL0 1qN0 WL0 1tB0 WL0 1ld0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 S10 g0u 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14n1 1lb0 14p0 1nW0 11C0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zcX Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|76e2","America/Grand_Turk|LMT KMT EST EDT AST|4I.w 57.a 50 40 40|01232323232323232323232323232323232323232323232323232323232323232323232323243232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-3eLvf.s RK0m.C 2HHBQ.O 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 7jA0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|37e2","America/Guatemala|LMT CST CDT|62.4 60 50|0121212121|-24KhV.U 2efXV.U An0 mtd0 Nz0 ifB0 17b0 zDB0 11z0|13e5","America/Guayaquil|LMT QMT -05 -04|5j.k 5e 50 40|01232|-3eLuE.E 1DNzS.E 2uILK rz0|27e5","America/Guyana|LMT -04 -0345 -03|3Q.D 40 3J 30|01231|-2mf87.l 8Hc7.l 2r7bJ Ey0f|80e4","America/Halifax|LMT AST ADT AWT APT|4e.o 40 30 30 30|0121212121212121212121212121212121212121212121212134121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2IsHJ.A xzzJ.A 1db0 3I30 1in0 3HX0 IL0 1E10 ML0 1yN0 Pb0 1Bd0 Mn0 1Bd0 Rz0 1w10 Xb0 1w10 LX0 1w10 Xb0 1w10 Lz0 1C10 Jz0 1E10 OL0 1yN0 Un0 1qp0 Xb0 1qp0 11X0 1w10 Lz0 1HB0 LX0 1C10 FX0 1w10 Xb0 1qp0 Xb0 1BB0 LX0 1td0 Xb0 1qp0 Xb0 Rf0 8x50 iu0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 3Qp0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 3Qp0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 6i10 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|39e4","America/Havana|LMT HMT CST CDT|5t.s 5t.A 50 40|0123232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-3eLuu.w 1qx00.8 72zu.o ML0 sld0 An0 1Nd0 Db0 1Nd0 An0 6Ep0 An0 1Nd0 An0 JDd0 Mn0 1Ap0 On0 1fd0 11X0 1qN0 WL0 1wp0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 14n0 1ld0 14L0 1kN0 15b0 1kp0 1cL0 1cN0 1fz0 1a10 1fz0 1fB0 11z0 14p0 1nX0 11B0 1nX0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 14n0 1ld0 14n0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 1a10 1in0 1a10 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 17c0 1o00 11A0 1qM0 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 11A0 6i00 Rc0 1wo0 U00 1tA0 Rc0 1wo0 U00 1wo0 U00 1zc0 U00 1qM0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0|21e5","America/Hermosillo|LMT MST CST MDT PST|7n.Q 70 60 60 80|0121312141313131|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 otX0 gmN0 P2N0 13Vd0 1lb0 14p0 1lb0 14p0 1lb0|64e4","America/Indiana/Knox|LMT CST CDT CWT CPT EST|5K.u 60 50 50 50 50|01212134121212121212121212121212121212151212121212121212121212121212121212121212121212121252121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-3tFG0 1nEe0 1nX0 11B0 1nX0 SgN0 8x30 iw0 3NB0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 11z0 1o10 11z0 1o10 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 3Cn0 8wp0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 z8o0 1o00 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/Indiana/Marengo|LMT CST CDT CWT CPT EST EDT|5J.n 60 50 50 50 50 40|01212134121212121212121215656565656525656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565|-3tFG0 1nEe0 1nX0 11B0 1nX0 SgN0 8x30 iw0 dyN0 11z0 6fd0 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 jrz0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1VA0 LA0 1BX0 1e6p0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/Indiana/Petersburg|LMT CST CDT CWT CPT EST EDT|5N.7 60 50 50 50 50 40|01212134121212121212121212121512121212121212121212125212565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565|-3tFG0 1nEe0 1nX0 11B0 1nX0 SgN0 8x30 iw0 njX0 WN0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 3Fb0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 19co0 1o00 Rd0 1zb0 Oo0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/Indiana/Tell_City|LMT CST CDT CWT CPT EST EDT|5L.3 60 50 50 50 50 40|012121341212121212121212121512165652121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-3tFG0 1nEe0 1nX0 11B0 1nX0 SgN0 8x30 iw0 njX0 WN0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 8wn0 1cN0 1cL0 1cN0 1cK0 1cN0 1cL0 1qhd0 1o00 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/Indiana/Vevay|LMT CST CDT CWT CPT EST EDT|5E.g 60 50 50 50 50 40|0121213415656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565|-3tFG0 1nEe0 1nX0 11B0 1nX0 SgN0 8x30 iw0 kPB0 Awn0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1lnd0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/Indiana/Vincennes|LMT CST CDT CWT CPT EST EDT|5O.7 60 50 50 50 50 40|01212134121212121212121212121212156565212565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565|-3tFG0 1nEe0 1nX0 11B0 1nX0 SgN0 8x30 iw0 1o10 11z0 g0p0 11z0 1o10 11z0 1qL0 WN0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 WL0 1qN0 1cL0 1cN0 1cL0 1cN0 caL0 1cL0 1cN0 1cL0 1qhd0 1o00 Rd0 1zb0 Oo0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/Indiana/Winamac|LMT CST CDT CWT CPT EST EDT|5K.p 60 50 50 50 50 40|012121341212121212121212121212121212121565652165656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565|-3tFG0 1nEe0 1nX0 11B0 1nX0 SgN0 8x30 iw0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 jrz0 1cL0 1cN0 1cL0 1qhd0 1o00 Rd0 1za0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/Inuvik|-00 PST PDDT MST MDT|0 80 60 70 60|0121343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343|-FnA0 tWU0 1fA0 wPe0 2pz0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|35e2","America/Iqaluit|-00 EWT EPT EST EDDT EDT CST CDT|0 40 40 50 30 40 60 50|01234353535353535353535353535353535353535353567353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353|-16K00 7nX0 iv0 LCL0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11C0 1nX0 11A0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|67e2","America/Jamaica|LMT KMT EST EDT|57.a 57.a 50 40|01232323232323232323232|-3eLuQ.O RK00 2uM1Q.O 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0|94e4","America/Juneau|LMT LMT PST PWT PPT PDT YDT YST AKST AKDT|-f2.j 8V.F 80 70 70 70 80 90 90 80|0123425252525252525252525252625252578989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898|-48Pzs.L 1jVwq.s 1EX12.j 8x10 iy0 Vo10 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cM0 1cM0 1cL0 1cN0 1fz0 1a10 1fz0 co0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|33e3","America/Kentucky/Louisville|LMT CST CDT CWT CPT EST EDT|5H.2 60 50 50 50 50 40|01212121213412121212121212121212121212565656565656525656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565|-3tFG0 1nEe0 1nX0 11B0 1nX0 3Fd0 Nb0 LPd0 11z0 RB0 8x30 iw0 1nX1 e0X 9vd0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 xz0 gso0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1VA0 LA0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/Kentucky/Monticello|LMT CST CDT CWT CPT EST EDT|5D.o 60 50 50 50 50 40|01212134121212121212121212121212121212121212121212121212121212121212121212565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565|-3tFG0 1nEe0 1nX0 11B0 1nX0 SgN0 8x30 iw0 SWp0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11A0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/La_Paz|LMT CMT BST -04|4w.A 4w.A 3w.A 40|0123|-3eLvr.o 1FIo0 13b0|19e5","America/Lima|LMT LMT -05 -04|58.c 58.A 50 40|01232323232323232|-3eLuP.M JcM0.o 1bDzP.o zX0 1aN0 1cL0 1cN0 1cL0 1PrB0 zX0 1O10 zX0 6Gp0 zX0 98p0 zX0|11e6","America/Los_Angeles|LMT PST PDT PWT PPT|7Q.W 80 70 70 70|0121213412121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-3tFE0 1nEe0 1nX0 11B0 1nX0 SgN0 8x10 iy0 5Wp1 1VaX 3dA0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1a00 1fA0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|15e6","America/Maceio|LMT -03 -02|2m.Q 30 20|012121212121212121212121212121212121212121|-2glxB.8 HdLB.8 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 dMN0 Lz0 8Q10 WL0 1tB0 5z0 2mN0 On0|93e4","America/Managua|LMT MMT CST EST CDT|5J.8 5J.c 60 50 50|01232424232324242|-3eLue.Q 1Mhc0.4 1yAMe.M 4mn0 9Up0 Dz0 1K10 Dz0 s3F0 1KH0 DB0 9In0 k8p0 19X0 1o30 11y0|22e5","America/Manaus|LMT -04 -03|40.4 40 30|01212121212121212121212121212121|-2glvX.U HdKX.U 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 dPB0 On0|19e5","America/Martinique|LMT FFMT AST ADT|44.k 44.k 40 30|01232|-3eLvT.E PTA0 2LPbT.E 19X0|39e4","America/Matamoros|LMT CST CDT|6u 60 50|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1UQG0 2FjC0 1nX0 i6p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 U10 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|45e4","America/Mazatlan|LMT MST CST MDT PST|75.E 70 60 60 80|0121312141313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 otX0 gmN0 P2N0 13Vd0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0|44e4","America/Menominee|LMT CST CDT CWT CPT EST|5O.r 60 50 50 50 50|012121341212152121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-3pdG9.x 1jce9.x 1nX0 11B0 1nX0 SgN0 8x30 iw0 1o10 11z0 LCN0 1fz0 6410 9Jb0 1cM0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|85e2","America/Merida|LMT CST EST CDT|5W.s 60 50 50|0121313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131|-1UQG0 2q2o0 2hz0 wu30 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0|11e5","America/Metlakatla|LMT LMT PST PWT PPT PDT AKST AKDT|-fd.G 8K.i 80 70 70 70 90 80|0123425252525252525252525252525252526767672676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676|-48Pzs.L 1jVwf.5 1EX1d.G 8x10 iy0 Vo10 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1hU10 Rd0 1zb0 Op0 1zb0 Op0 1zb0 uM0 jB0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|14e2","America/Mexico_City|LMT MST CST MDT CDT CWT|6A.A 70 60 60 50 50|012131242425242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 gEn0 TX0 3xd0 Jb0 6zB0 SL0 e5d0 17b0 1Pff0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0|20e6","America/Miquelon|LMT AST -03 -02|3I.E 40 30 20|012323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-2mKkf.k 2LTAf.k gQ10 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|61e2","America/Moncton|LMT EST AST ADT AWT APT|4j.8 50 40 30 30 30|0123232323232323232323245232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-3txvE.Q J4ME.Q CwN0 1in0 zAo0 An0 1Nd0 An0 1Nd0 An0 1Nd0 An0 1Nd0 An0 1Nd0 An0 1K10 Lz0 1zB0 NX0 1u10 Wn0 S20 8x50 iu0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 3Cp0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14n1 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 ReX 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|64e3","America/Monterrey|LMT CST CDT|6F.g 60 50|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1UQG0 2FjC0 1nX0 i6p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0|41e5","America/Montevideo|LMT MMT -04 -03 -0330 -0230 -02 -0130|3I.P 3I.P 40 30 3u 2u 20 1u|012343434343434343434343435353636353636375363636363636363636363636363636363636363636363|-2tRUf.9 sVc0 8jcf.9 1db0 1dcu 1cLu 1dcu 1cLu ircu 11zu 1o0u 11zu 1o0u 11zu 1o0u 11zu 1qMu WLu 1qMu WLu 1fAu 1cLu 1o0u 11zu NAu 3jXu zXu Dq0u 19Xu pcu jz0 cm10 19X0 6tB0 1fbu 3o0u jX0 4vB0 xz0 3Cp0 mmu 1a10 IMu Db0 4c10 uL0 1Nd0 An0 1SN0 uL0 mp0 28L0 iPB0 un0 1SN0 xz0 1zd0 Lz0 1zd0 Rb0 1zd0 On0 1wp0 Rb0 s8p0 1fB0 1ip0 11z0 1ld0 14n0 1o10 11z0 1o10 11z0 1o10 14n0 1ld0 14n0 1ld0 14n0 1o10 11z0 1o10 11z0 1o10 11z0|17e5","America/Toronto|LMT EST EDT EWT EPT|5h.w 50 40 40 40|012121212121212121212121212121212121212121212123412121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-32B6G.s UFdG.s 1in0 11Wu 1nzu 1fD0 WJ0 1wr0 Nb0 1Ap0 On0 1zd0 On0 1wp0 TX0 1tB0 TX0 1tB0 TX0 1tB0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 4kM0 8x40 iv0 1o10 11z0 1nX0 11z0 1o10 11z0 1o10 1qL0 11D0 1nX0 11B0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|65e5","America/New_York|LMT EST EDT EWT EPT|4U.2 50 40 40 40|012121212121212121212121212121212121212121212121213412121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-3tFH0 1nEe0 1nX0 11B0 1nX0 11B0 1qL0 1a10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 RB0 8x40 iv0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|21e6","America/Nipigon|LMT EST EDT EWT EPT|5R.4 50 40 40 40|0121234121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-32B66.U UFd6.U 1in0 Rnb0 3je0 8x40 iv0 19yN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|16e2","America/Nome|LMT LMT NST NWT NPT BST BDT YST AKST AKDT|-cW.m b1.C b0 a0 a0 b0 a0 90 90 80|01234256565656565656565656565656565678989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898|-48Pzs.L 1jVyu.p 1EX1W.m 8wW0 iB0 Qlb0 52O0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 cl0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|38e2","America/Noronha|LMT -02 -01|29.E 20 10|0121212121212121212121212121212121212121|-2glxO.k HdKO.k 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 nsp0 WL0 1tB0 2L0 2pB0 On0|30e2","America/North_Dakota/Beulah|LMT MST MDT MWT MPT CST CDT|6L.7 70 60 60 60 60 50|012121341212121212121212121212121212121212121212121212121212121212121212121212121212121212121212565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565|-3tFF0 1nEe0 1nX0 11B0 1nX0 SgN0 8x20 ix0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Oo0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0|","America/North_Dakota/Center|LMT MST MDT MWT MPT CST CDT|6J.c 70 60 60 60 60 50|0121213412121212121212121212121212121212121212121212121212125656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565|-3tFF0 1nEe0 1nX0 11B0 1nX0 SgN0 8x20 ix0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14o0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/North_Dakota/New_Salem|LMT MST MDT MWT MPT CST CDT|6J.D 70 60 60 60 60 50|0121213412121212121212121212121212121212121212121212121212121212121212121212121212565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565|-3tFF0 1nEe0 1nX0 11B0 1nX0 SgN0 8x20 ix0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14o0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/Ojinaga|LMT MST CST MDT CDT|6V.E 70 60 60 50|0121312424231313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 2zQN0 1lb0 14p0 1lb0 14q0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 U10 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|23e3","America/Pangnirtung|-00 AST AWT APT ADDT ADT EDT EST CST CDT|0 40 30 30 20 30 40 50 60 50|012314151515151515151515151515151515167676767689767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767|-1XiM0 PnG0 8x50 iu0 LCL0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1o00 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11C0 1nX0 11A0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|14e2","America/Paramaribo|LMT PMT PMT -0330 -03|3E.E 3E.Q 3E.A 3u 30|01234|-2nDUj.k Wqo0.c qanX.I 1yVXN.o|24e4","America/Port-au-Prince|LMT PPMT EST EDT|4N.k 4N 50 40|012323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-3eLva.E 15RLX.E 2FnMb 19X0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14q0 1o00 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 14o0 1o00 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 i6n0 1nX0 11B0 1nX0 d430 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 3iN0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|23e5","America/Rio_Branco|LMT -05 -04|4v.c 50 40|01212121212121212121212121212121|-2glvs.M HdLs.M 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 NBd0 d5X0|31e4","America/Porto_Velho|LMT -04 -03|4f.A 40 30|012121212121212121212121212121|-2glvI.o HdKI.o 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0|37e4","America/Punta_Arenas|LMT SMT -05 -04 -03|4H.E 4G.J 50 40 30|01213132323232323232343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434|-3eLvg.k MJbX.5 fJAh.f 5knG.J 1Vzh.f jRAG.J 1pbh.f 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 nHX0 op0 blz0 ko0 Qeo0 WL0 1zd0 On0 1ip0 11z0 1o10 11z0 1qN0 WL0 1ld0 14n0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 1cL0 1cN0 11z0 1o10 11z0 1qN0 WL0 1fB0 19X0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1ip0 1fz0 1fB0 11z0 1qN0 WL0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1o10 19X0 1fB0 1nX0 G10 1EL0 Op0 1zb0 Rd0 1wn0 Rd0 46n0 Ap0|","America/Rainy_River|LMT CST CDT CWT CPT|6i.g 60 50 50 50|0121234121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-32B5F.I UFdF.I 1in0 Rnb0 3je0 8x30 iw0 19yN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|842","America/Rankin_Inlet|-00 CST CDDT CDT EST|0 60 40 50 50|012131313131313131313131313131313131313131313431313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131|-vDc0 keu0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|26e2","America/Recife|LMT -03 -02|2j.A 30 20|0121212121212121212121212121212121212121|-2glxE.o HdLE.o 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 nsp0 WL0 1tB0 2L0 2pB0 On0|33e5","America/Regina|LMT MST MDT MWT MPT CST|6W.A 70 60 60 60 60|012121212121212121212121341212121212121212121212121215|-2AD51.o uHe1.o 1in0 s2L0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 66N0 1cL0 1cN0 19X0 1fB0 1cL0 1fB0 1cL0 1cN0 1cL0 M30 8x20 ix0 1ip0 1cL0 1ip0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 3NB0 1cL0 1cN0|19e4","America/Resolute|-00 CST CDDT CDT EST|0 60 40 50 50|012131313131313131313131313131313131313131313431313131313431313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131|-SnA0 GWS0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|229","America/Santarem|LMT -04 -03|3C.M 40 30|0121212121212121212121212121212|-2glwl.c HdLl.c 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 NBd0|21e4","America/Santiago|LMT SMT -05 -04 -03|4G.J 4G.J 50 40 30|0121313232323232323432343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434|-3eLvh.f MJc0 fJAh.f 5knG.J 1Vzh.f jRAG.J 1pbh.f 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 nHX0 op0 9Bz0 hX0 1q10 ko0 Qeo0 WL0 1zd0 On0 1ip0 11z0 1o10 11z0 1qN0 WL0 1ld0 14n0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 1cL0 1cN0 11z0 1o10 11z0 1qN0 WL0 1fB0 19X0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1ip0 1fz0 1fB0 11z0 1qN0 WL0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1o10 19X0 1fB0 1nX0 G10 1EL0 Op0 1zb0 Rd0 1wn0 Rd0 46n0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1zb0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0|62e5","America/Santo_Domingo|LMT SDMT EST EDT -0430 AST|4D.A 4E 50 40 4u 40|012324242424242525|-3eLvk.o 1Jic0.o 1lJMk Mn0 6sp0 Lbu 1Cou yLu 1RAu wLu 1QMu xzu 1Q0u xXu 1PAu 13jB0 e00|29e5","America/Sao_Paulo|LMT -03 -02|36.s 30 20|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2glwR.w HdKR.w 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 pTd0 PX0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 1EN0 Lz0 1C10 IL0 1HB0 Db0 1HB0 On0 1zd0 On0 1zd0 Lz0 1zd0 Rb0 1wN0 Wn0 1tB0 Rb0 1tB0 WL0 1tB0 Rb0 1zd0 On0 1HB0 FX0 1C10 Lz0 1Ip0 HX0 1zd0 On0 1HB0 IL0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 Rb0 1zd0 Lz0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 On0 1zd0 On0 1HB0 FX0|20e6","America/Scoresbysund|LMT -02 -01 +00|1r.Q 20 10 0|0121323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-2a5Ww.8 2z5ew.8 1a00 1cK0 1cL0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|452","America/Sitka|LMT LMT PST PWT PPT PDT YST AKST AKDT|-eW.L 91.d 80 70 70 70 90 90 80|0123425252525252525252525252525252567878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787|-48Pzs.L 1jVwu 1EX0W.L 8x10 iy0 Vo10 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 co0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|90e2","America/St_Johns|LMT NST NDT NST NDT NWT NPT NDDT|3u.Q 3u.Q 2u.Q 3u 2u 2u 2u 1u|012121212121212121212121212121212121213434343434343435634343434343434343434343434343434343434343434343434343434343434343434343434343434343437343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343|-3tokt.8 1l020 14L0 1nB0 1in0 1gm0 Dz0 1JB0 1cL0 1cN0 1cL0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1fB0 1cL0 1cN0 1cL0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1fB0 1cL0 1fB0 19X0 1fB0 19X0 10O0 eKX.8 19X0 1iq0 WL0 1qN0 WL0 1qN0 WL0 1tB0 TX0 1tB0 WL0 1qN0 WL0 1qN0 7UHu itu 1tB0 WL0 1qN0 WL0 1qN0 WL0 1qN0 WL0 1tB0 WL0 1ld0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14n1 1lb0 14p0 1nW0 11C0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zcX Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|11e4","America/Swift_Current|LMT MST MDT MWT MPT CST|7b.k 70 60 60 60 60|012134121212121212121215|-2AD4M.E uHdM.E 1in0 UGp0 8x20 ix0 1o10 17b0 1ip0 11z0 1o10 11z0 1o10 11z0 isN0 1cL0 3Cp0 1cL0 1cN0 11z0 1qN0 WL0 pMp0|16e3","America/Tegucigalpa|LMT CST CDT|5M.Q 60 50|01212121|-1WGGb.8 2ETcb.8 WL0 1qN0 WL0 GRd0 AL0|11e5","America/Thule|LMT AST ADT|4z.8 40 30|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2a5To.Q 31NBo.Q 1cL0 1cN0 1cL0 1fB0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|656","America/Thunder_Bay|LMT CST EST EWT EPT EDT|5V 60 50 40 40 40|01234252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252|-32B63 Avc3 1iaN0 8x40 iv0 XNB0 1cL0 1cN0 1fz0 1cN0 1cL0 3Cp0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|11e4","America/Vancouver|LMT PST PDT PWT PPT|8c.s 80 70 70 70|01213412121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-3tofL.w 1nspL.w 1in0 UGp0 8x10 iy0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|23e5","America/Whitehorse|LMT YST YDT YWT YPT YDDT PST PDT MST|90.c 90 80 80 80 70 80 70 70|0121213415167676767676767676767676767676767676767676767676767676767676767676767676767676767678|-2MSeX.M GWpX.M 1in0 1o10 13V0 Ser0 8x00 iz0 LCL0 1fA0 3NA0 vrd0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1z90|23e3","America/Winnipeg|LMT CST CDT CWT CPT|6s.A 60 50 50 50|0121212134121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-3kLtv.o 1a3bv.o WL0 3ND0 1in0 Jap0 Rb0 aCN0 8x30 iw0 1tB0 11z0 1ip0 11z0 1o10 11z0 1o10 11z0 1rd0 10L0 1op0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 1cL0 1cN0 11z0 6i10 WL0 6i10 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1a00 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1a00 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 14o0 1lc0 14o0 1o00 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 14o0 1o00 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1o00 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 14o0 1o00 11A0 1o00 11A0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|66e4","America/Yakutat|LMT LMT YST YWT YPT YDT AKST AKDT|-eF.5 9i.T 90 80 80 80 90 80|0123425252525252525252525252525252526767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676|-48Pzs.L 1jVwL.G 1EX1F.5 8x00 iz0 Vo10 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 cn0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|642","America/Yellowknife|-00 MST MWT MPT MDDT MDT|0 70 60 60 50 60|012314151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151|-1pdA0 hix0 8x20 ix0 LCL0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|19e3","Antarctica/Casey|-00 +08 +11|0 -80 -b0|0121212121212|-2q00 1DjS0 T90 40P0 KL0 blz0 3m10 1o30 14k0 1kr0 12l0 1o01|10","Antarctica/Davis|-00 +07 +05|0 -70 -50|01012121|-vyo0 iXt0 alj0 1D7v0 VB0 3Wn0 KN0|70","Pacific/Port_Moresby|LMT PMMT +10|-9M.E -9M.w -a0|012|-3D8VM.E AvA0.8|25e4","Antarctica/Macquarie|-00 AEST AEDT|0 -a0 -b0|0121012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212|-2OPc0 Fb40 1a00 4SK0 1ayy0 Lvs0 1cM0 1o00 Rc0 1wo0 Rc0 1wo0 U00 1wo0 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 11A0 1qM0 WM0 1qM0 Oo0 1zc0 Oo0 1zc0 Oo0 1wo0 WM0 1tA0 WM0 1tA0 U00 1tA0 U00 1tA0 11A0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 11A0 1o00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1cM0 1cM0 3Co0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0|1","Antarctica/Mawson|-00 +06 +05|0 -60 -50|012|-CEo0 2fyk0|60","Pacific/Auckland|LMT NZMT NZST NZST NZDT|-bD.4 -bu -cu -c0 -d0|012131313131313131313131313134343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434|-46jLD.4 2nEO9.4 Lz0 1tB0 11zu 1o0u 11zu 1o0u 11zu 1o0u 14nu 1lcu 14nu 1lcu 1lbu 11Au 1nXu 11Au 1nXu 11Au 1nXu 11Au 1nXu 11Au 1qLu WMu 1qLu 11Au 1n1bu IM0 1C00 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1qM0 14o0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1io0 17c0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1io0 17c0 1io0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00|14e5","Antarctica/Palmer|-00 -03 -04 -02|0 30 40 20|0121212121213121212121212121212121212121212121212121212121212121212121212121212121|-cao0 nD0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 jsN0 14N0 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 1cL0 1cN0 11z0 1o10 11z0 1qN0 WL0 1fB0 19X0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1ip0 1fz0 1fB0 11z0 1qN0 WL0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1o10 19X0 1fB0 1nX0 G10 1EL0 Op0 1zb0 Rd0 1wn0 Rd0 46n0 Ap0|40","Antarctica/Rothera|-00 -03|0 30|01|gOo0|130","Asia/Riyadh|LMT +03|-36.Q -30|01|-TvD6.Q|57e5","Antarctica/Troll|-00 +00 +02|0 0 -20|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|1puo0 hd0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|40","Asia/Urumqi|LMT +06|-5O.k -60|01|-1GgtO.k|32e5","Europe/Berlin|LMT CET CEST CEMT|-R.s -10 -20 -30|012121212121212321212321212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-36RcR.s UbWR.s 11d0 1iO0 11A0 1o00 11A0 Qrc0 6i00 WM0 1fA0 1cM0 1cM0 1cM0 kL0 Nc0 m10 WM0 1ao0 1cp0 dX0 jz0 Dd0 1io0 17c0 1fA0 1a00 1ehA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|41e5","Asia/Almaty|LMT +05 +06 +07|-57.M -50 -60 -70|012323232323232323232321232323232323232323232323232|-1Pc57.M eUo7.M 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0|15e5","Asia/Amman|LMT EET EEST +03|-2n.I -20 -30 -30|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212123|-1yW2n.I 1HiMn.I KL0 1oN0 11b0 1oN0 11b0 1pd0 1dz0 1cp0 11b0 1op0 11b0 fO10 1db0 1e10 1cL0 1cN0 1cL0 1cN0 1fz0 1pd0 10n0 1ld0 14n0 1hB0 15b0 1ip0 19X0 1cN0 1cL0 1cN0 17b0 1ld0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1So0 y00 1fc0 1dc0 1co0 1dc0 1cM0 1cM0 1cM0 1o00 11A0 1lc0 17c0 1cM0 1cM0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 4bX0 Dd0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 LA0 1C00|25e5","Asia/Anadyr|LMT +12 +13 +14 +11|-bN.U -c0 -d0 -e0 -b0|01232121212121212121214121212121212121212121212121212121212141|-1PcbN.U eUnN.U 23CL0 1db0 2q10 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 2sp0 WM0|13e3","Asia/Aqtau|LMT +04 +05 +06|-3l.4 -40 -50 -60|012323232323232323232123232312121212121212121212|-1Pc3l.4 eUnl.4 24PX0 2pX0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cN0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0|15e4","Asia/Aqtobe|LMT +04 +05 +06|-3M.E -40 -50 -60|0123232323232323232321232323232323232323232323232|-1Pc3M.E eUnM.E 23CL0 3Db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0|27e4","Asia/Ashgabat|LMT +04 +05 +06|-3R.w -40 -50 -60|0123232323232323232323212|-1Pc3R.w eUnR.w 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0|41e4","Asia/Atyrau|LMT +03 +05 +06 +04|-3r.I -30 -50 -60 -40|01232323232323232323242323232323232324242424242|-1Pc3r.I eUor.I 24PW0 2pX0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 2sp0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0|","Asia/Baghdad|LMT BMT +03 +04|-2V.E -2V.A -30 -40|0123232323232323232323232323232323232323232323232323232|-3eLCV.E 18ao0.4 2ACnV.A 11b0 1cp0 1dz0 1dd0 1db0 1cN0 1cp0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1de0 1dc0 1dc0 1dc0 1cM0 1dc0 1cM0 1dc0 1cM0 1dc0 1dc0 1dc0 1cM0 1dc0 1cM0 1dc0 1cM0 1dc0 1dc0 1dc0 1cM0 1dc0 1cM0 1dc0 1cM0 1dc0 1dc0 1dc0 1cM0 1dc0 1cM0 1dc0 1cM0 1dc0|66e5","Asia/Qatar|LMT +04 +03|-3q.8 -40 -30|012|-21Jfq.8 27BXq.8|96e4","Asia/Baku|LMT +03 +04 +05|-3j.o -30 -40 -50|01232323232323232323232123232323232323232323232323232323232323232|-1Pc3j.o 1jUoj.o WCL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 1cM0 9Je0 1o00 11z0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|27e5","Asia/Bangkok|LMT BMT +07|-6G.4 -6G.4 -70|012|-3D8SG.4 1C000|15e6","Asia/Barnaul|LMT +06 +07 +08|-5z -60 -70 -80|0123232323232323232323212323232321212121212121212121212121212121212|-21S5z pCnz 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 p90 LE0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3rd0|","Asia/Beirut|LMT EET EEST|-2m -20 -30|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-3D8Om 1BWom 1on0 1410 1db0 19B0 1in0 1ip0 WL0 1lQp0 11b0 1oN0 11b0 1oN0 11b0 1pd0 11b0 1oN0 11b0 q6N0 En0 1oN0 11b0 1oN0 11b0 1oN0 11b0 1pd0 11b0 1oN0 11b0 1op0 11b0 dA10 17b0 1iN0 17b0 1iN0 17b0 1iN0 17b0 1vB0 SL0 1mp0 13z0 1iN0 17b0 1iN0 17b0 1jd0 12n0 1a10 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0|22e5","Asia/Bishkek|LMT +05 +06 +07|-4W.o -50 -60 -70|012323232323232323232321212121212121212121212121212|-1Pc4W.o eUnW.o 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2e00 1tX0 17b0 1ip0 17b0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1cPu 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0|87e4","Asia/Brunei|LMT +0730 +08 +0820 +09|-7l.k -7u -80 -8k -90|0123232323232323242|-1KITl.k gDbP.k 6ynu AnE 1O0k AnE 1NAk AnE 1NAk AnE 1NAk AnE 1O0k AnE 1NAk AnE pAk 8Fz0|42e4","Asia/Kolkata|LMT HMT MMT IST +0630|-5R.s -5R.k -5l.a -5u -6u|01234343|-4Fg5R.s BKo0.8 1rDcw.a 1r2LP.a 1un0 HB0 7zX0|15e6","Asia/Chita|LMT +08 +09 +10|-7x.Q -80 -90 -a0|012323232323232323232321232323232323232323232323232323232323232312|-21Q7x.Q pAnx.Q 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3re0|33e4","Asia/Choibalsan|LMT +07 +08 +10 +09|-7C -70 -80 -a0 -90|0123434343434343434343434343434343434343434343424242|-2APHC 2UkoC cKn0 1da0 1dd0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 6hD0 11z0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 3Db0 h1f0 1cJ0 1cP0 1cJ0|38e3","Asia/Shanghai|LMT CST CDT|-85.H -80 -90|012121212121212121212121212121|-2M0U5.H Iuo5.H 18n0 OjB0 Rz0 11d0 1wL0 A10 8HX0 1G10 Tz0 1ip0 1jX0 1cN0 11b0 1oN0 aL0 1tU30 Rb0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0|23e6","Asia/Colombo|LMT MMT +0530 +06 +0630|-5j.o -5j.w -5u -60 -6u|012342432|-3D8Rj.o 13inX.Q 1rFbN.w 1zzu 7Apu 23dz0 11zu n3cu|22e5","Asia/Dhaka|LMT HMT +0630 +0530 +06 +07|-61.E -5R.k -6u -5u -60 -70|01232454|-3eLG1.E 26008.k 1unn.k HB0 m6n0 2kxbu 1i00|16e6","Asia/Damascus|LMT EET EEST +03|-2p.c -20 -30 -30|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212123|-21Jep.c Hep.c 17b0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1xRB0 11X0 1oN0 10L0 1pB0 11b0 1oN0 10L0 1mp0 13X0 1oN0 11b0 1pd0 11b0 1oN0 11b0 1oN0 11b0 1oN0 11b0 1pd0 11b0 1oN0 11b0 1oN0 11b0 1oN0 11b0 1pd0 11b0 1oN0 Nb0 1AN0 Nb0 bcp0 19X0 1gp0 19X0 3ld0 1xX0 Vd0 1Bz0 Sp0 1vX0 10p0 1dz0 1cN0 1cL0 1db0 1db0 1g10 1an0 1ap0 1db0 1fd0 1db0 1cN0 1db0 1dd0 1db0 1cp0 1dz0 1c10 1dX0 1cN0 1db0 1dd0 1db0 1cN0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1db0 1cN0 1db0 1cN0 19z0 1fB0 1qL0 11B0 1on0 Wp0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0|26e5","Asia/Dili|LMT +08 +09|-8m.k -80 -90|01212|-2le8m.k 1dnXm.k 1nfA0 Xld0|19e4","Asia/Dubai|LMT +04|-3F.c -40|01|-21JfF.c|39e5","Asia/Dushanbe|LMT +05 +06 +07|-4z.c -50 -60 -70|012323232323232323232321|-1Pc4z.c eUnz.c 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2hB0|76e4","Asia/Famagusta|LMT EET EEST +03|-2f.M -20 -30 -30|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212312121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1Vc2f.M 2a3cf.M 1cL0 1qp0 Xz0 19B0 19X0 1fB0 1db0 1cp0 1cL0 1fB0 19X0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1o30 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 15U0 2Ks0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|","Asia/Gaza|LMT EET EEST IST IDT|-2h.Q -20 -30 -20 -30|0121212121212121212121212121212121234343434343434343434343434343431212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2MBCh.Q 1Azeh.Q MM0 iM0 4JA0 10o0 1pA0 10M0 1pA0 16o0 1jA0 16o0 1jA0 pBa0 Vz0 1oN0 11b0 1oO0 10N0 1pz0 10N0 1pb0 10N0 1pb0 10N0 1pb0 10N0 1pz0 10N0 1pb0 10N0 1pb0 11d0 1oL0 dW0 hfB0 Db0 1fB0 Rb0 bXB0 gM0 8Q00 IM0 1wo0 TX0 1HB0 IL0 1s10 10n0 1o10 WL0 1zd0 On0 1ld0 11z0 1o10 14n0 1o10 14n0 1nd0 12n0 1nd0 Xz0 1q10 12n0 M10 C00 17c0 1io0 17c0 1io0 17c0 1o00 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 17c0 1io0 18N0 1bz0 19z0 1gp0 1610 1iL0 11z0 1o10 14o0 1lA1 SKX 1xd1 MKX 1AN0 1a00 1fA0 1cL0 1cN0 1nX0 1210 1nA0 1210 1qL0 WN0 1qL0 WN0 1qL0 11c0 1on0 11B0 1o00 11A0 1qo0 XA0 1qp0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0|18e5","Asia/Hebron|LMT EET EEST IST IDT|-2k.n -20 -30 -20 -30|012121212121212121212121212121212123434343434343434343434343434343121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2MBCk.n 1Azek.n MM0 iM0 4JA0 10o0 1pA0 10M0 1pA0 16o0 1jA0 16o0 1jA0 pBa0 Vz0 1oN0 11b0 1oO0 10N0 1pz0 10N0 1pb0 10N0 1pb0 10N0 1pb0 10N0 1pz0 10N0 1pb0 10N0 1pb0 11d0 1oL0 dW0 hfB0 Db0 1fB0 Rb0 bXB0 gM0 8Q00 IM0 1wo0 TX0 1HB0 IL0 1s10 10n0 1o10 WL0 1zd0 On0 1ld0 11z0 1o10 14n0 1o10 14n0 1nd0 12n0 1nd0 Xz0 1q10 12n0 M10 C00 17c0 1io0 17c0 1io0 17c0 1o00 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 17c0 1io0 18N0 1bz0 19z0 1gp0 1610 1iL0 12L0 1mN0 14o0 1lc0 Tb0 1xd1 MKX bB0 cn0 1cN0 1a00 1fA0 1cL0 1cN0 1nX0 1210 1nA0 1210 1qL0 WN0 1qL0 WN0 1qL0 11c0 1on0 11B0 1o00 11A0 1qo0 XA0 1qp0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0|25e4","Asia/Ho_Chi_Minh|LMT PLMT +07 +08 +09|-76.u -76.u -70 -80 -90|0123423232|-2yC76.u bK00 1h7b6.u 5lz0 18o0 3Oq0 k5b0 aW00 BAM0|90e5","Asia/Hong_Kong|LMT HKT HKST HKWT JST|-7A.G -80 -90 -8u -90|0123412121212121212121212121212121212121212121212121212121212121212121|-2CFH0 1taO0 Hc0 xUu 9tBu 11z0 1tDu Rc0 1wo0 11A0 1cM0 11A0 1o00 11A0 1o00 11A0 1o00 14o0 1o00 11A0 1nX0 U10 1tz0 U10 1wn0 Rd0 1wn0 U10 1tz0 U10 1tz0 U10 1tz0 U10 1wn0 Rd0 1wn0 Rd0 1wn0 U10 1tz0 U10 1tz0 17d0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 s10 1Vz0 1cN0 1cL0 1cN0 1cL0 6fd0 14n0|73e5","Asia/Hovd|LMT +06 +07 +08|-66.A -60 -70 -80|012323232323232323232323232323232323232323232323232|-2APG6.A 2Uko6.A cKn0 1db0 1dd0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 6hD0 11z0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 kEp0 1cJ0 1cP0 1cJ0|81e3","Asia/Irkutsk|LMT IMT +07 +08 +09|-6V.5 -6V.5 -70 -80 -90|012343434343434343434343234343434343434343434343434343434343434343|-3D8SV.5 1Bxc0 pjXV.5 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|60e4","Europe/Istanbul|LMT IMT EET EEST +03 +04|-1T.Q -1U.U -20 -30 -30 -40|01232323232323232323232323232323232323232323232345423232323232323232323232323232323232323232323232323232323232323234|-3D8NT.Q 1ePXW.U dzzU.U 11b0 8tB0 1on0 1410 1db0 19B0 1in0 3Rd0 Un0 1oN0 11b0 zSN0 CL0 mp0 1Vz0 1gN0 8yn0 1yp0 ML0 1kp0 17b0 1ip0 17b0 1fB0 19X0 1ip0 19X0 1ip0 17b0 qdB0 38L0 1jd0 Tz0 l6O0 11A0 WN0 1qL0 TB0 1tX0 U10 1tz0 11B0 1in0 17d0 z90 cne0 pb0 2Cp0 1800 14o0 1dc0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1a00 1fA0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WO0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 Xc0 1qo0 WM0 1qM0 11A0 1o00 1200 1nA0 11A0 1tA0 U00 15w0|13e6","Asia/Jakarta|LMT BMT +0720 +0730 +09 +08 WIB|-77.c -77.c -7k -7u -90 -80 -70|012343536|-49jH7.c 2hiLL.c luM0 mPzO 8vWu 6kpu 4PXu xhcu|31e6","Asia/Jayapura|LMT +09 +0930 WIT|-9m.M -90 -9u -90|0123|-1uu9m.M sMMm.M L4nu|26e4","Asia/Jerusalem|LMT JMT IST IDT IDDT|-2k.S -2k.E -20 -30 -40|012323232323232432323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-3D8Ok.S 1wvA0.e SyOk.E MM0 iM0 4JA0 10o0 1pA0 10M0 1pA0 16o0 1jA0 16o0 1jA0 3LA0 Eo0 oo0 1co0 1dA0 16o0 10M0 1jc0 1tA0 14o0 1cM0 1a00 11A0 1Nc0 Ao0 1Nc0 Ao0 1Ko0 LA0 1o00 WM0 EQK0 Db0 1fB0 Rb0 bXB0 gM0 8Q00 IM0 1wo0 TX0 1HB0 IL0 1s10 10n0 1o10 WL0 1zd0 On0 1ld0 11z0 1o10 14n0 1o10 14n0 1nd0 12n0 1nd0 Xz0 1q10 12n0 1hB0 1dX0 1ep0 1aL0 1eN0 17X0 1nf0 11z0 1tB0 19W0 1e10 17b0 1ep0 1gL0 18N0 1fz0 1eN0 17b0 1gq0 1gn0 19d0 1dz0 1c10 17X0 1hB0 1gn0 19d0 1dz0 1c10 17X0 1kp0 1dz0 1c10 1aL0 1eN0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1oL0|81e4","Asia/Kabul|LMT +04 +0430|-4A.M -40 -4u|012|-3eLEA.M 2dTcA.M|46e5","Asia/Kamchatka|LMT +11 +12 +13|-ay.A -b0 -c0 -d0|012323232323232323232321232323232323232323232323232323232323212|-1SLKy.A ivXy.A 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 2sp0 WM0|18e4","Asia/Karachi|LMT +0530 +0630 +05 PKT PKST|-4s.c -5u -6u -50 -50 -60|012134545454|-2xoss.c 1qOKW.c 7zX0 eup0 LqMu 1fy00 1cL0 dK10 11b0 1610 1jX0|24e6","Asia/Kathmandu|LMT +0530 +0545|-5F.g -5u -5J|012|-21JhF.g 2EGMb.g|12e5","Asia/Khandyga|LMT +08 +09 +10 +11|-92.d -80 -90 -a0 -b0|0123232323232323232323212323232323232323232323232343434343434343432|-21Q92.d pAp2.d 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 qK0 yN0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 17V0 7zD0|66e2","Asia/Krasnoyarsk|LMT +06 +07 +08|-6b.q -60 -70 -80|01232323232323232323232123232323232323232323232323232323232323232|-21Hib.q prAb.q 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|10e5","Asia/Kuala_Lumpur|LMT SMT +07 +0720 +0730 +09 +08|-6T.p -6T.p -70 -7k -7u -90 -80|01234546|-2M0ST.p aIM0 17anT.p l5XE 17bO 8Fyu 1so1u|71e5","Asia/Macau|LMT CST +09 +10 CDT|-7y.a -80 -90 -a0 -90|012323214141414141414141414141414141414141414141414141414141414141414141|-2CFHy.a 1uqKy.a PX0 1kn0 15B0 11b0 4Qq0 1oM0 11c0 1ko0 1u00 11A0 1cM0 11c0 1o00 11A0 1o00 11A0 1oo0 1400 1o00 11A0 1o00 U00 1tA0 U00 1wo0 Rc0 1wru U10 1tz0 U10 1tz0 U10 1tz0 U10 1wn0 Rd0 1wn0 Rd0 1wn0 U10 1tz0 U10 1tz0 17d0 1cK0 1cO0 1cK0 1cO0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 s10 1Vz0 1cN0 1cL0 1cN0 1cL0 6fd0 14n0|57e4","Asia/Magadan|LMT +10 +11 +12|-a3.c -a0 -b0 -c0|012323232323232323232321232323232323232323232323232323232323232312|-1Pca3.c eUo3.c 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3Cq0|95e3","Asia/Makassar|LMT MMT +08 +09 WITA|-7V.A -7V.A -80 -90 -80|01234|-21JjV.A vfc0 myLV.A 8ML0|15e5","Asia/Manila|LMT LMT PST PDT JST|fU -84 -80 -90 -90|01232423232|-54m84 2clc0 1vfc4 AL0 cK10 65X0 mXB0 vX0 VK10 1db0|24e6","Asia/Nicosia|LMT EET EEST|-2d.s -20 -30|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1Vc2d.s 2a3cd.s 1cL0 1qp0 Xz0 19B0 19X0 1fB0 1db0 1cp0 1cL0 1fB0 19X0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1o30 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|32e4","Asia/Novokuznetsk|LMT +06 +07 +08|-5M.M -60 -70 -80|012323232323232323232321232323232323232323232323232323232323212|-1PctM.M eULM.M 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 2sp0 WM0|55e4","Asia/Novosibirsk|LMT +06 +07 +08|-5v.E -60 -70 -80|0123232323232323232323212323212121212121212121212121212121212121212|-21Qnv.E pAFv.E 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 ml0 Os0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 4eN0|15e5","Asia/Omsk|LMT +05 +06 +07|-4R.u -50 -60 -70|01232323232323232323232123232323232323232323232323232323232323232|-224sR.u pMLR.u 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|12e5","Asia/Oral|LMT +03 +05 +06 +04|-3p.o -30 -50 -60 -40|01232323232323232424242424242424242424242424242|-1Pc3p.o eUop.o 23CK0 3Db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 2pB0 1cM0 1fA0 1cM0 1cM0 IM0 1EM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0|27e4","Asia/Pontianak|LMT PMT +0730 +09 +08 WITA WIB|-7h.k -7h.k -7u -90 -80 -80 -70|012324256|-2ua7h.k XE00 munL.k 8Rau 6kpu 4PXu xhcu Wqnu|23e4","Asia/Pyongyang|LMT KST JST KST|-8n -8u -90 -90|012313|-2um8n 97XR 1lTzu 2Onc0 6BA0|29e5","Asia/Qostanay|LMT +04 +05 +06|-4e.s -40 -50 -60|012323232323232323232123232323232323232323232323|-1Pc4e.s eUoe.s 23CL0 3Db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0|","Asia/Qyzylorda|LMT +04 +05 +06|-4l.Q -40 -50 -60|01232323232323232323232323232323232323232323232|-1Pc4l.Q eUol.Q 23CL0 3Db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 3ao0 1EM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 zQl0|73e4","Asia/Rangoon|LMT RMT +0630 +09|-6o.L -6o.L -6u -90|01232|-3D8So.L 1BnA0 SmnS.L 7j9u|48e5","Asia/Sakhalin|LMT +09 +11 +12 +10|-9u.M -90 -b0 -c0 -a0|01232323232323232323232423232323232424242424242424242424242424242|-2AGVu.M 1BoMu.M 1qFa0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 2pB0 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3rd0|58e4","Asia/Samarkand|LMT +04 +05 +06|-4r.R -40 -50 -60|01232323232323232323232|-1Pc4r.R eUor.R 23CL0 3Db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0|36e4","Asia/Seoul|LMT KST JST KST KDT KDT|-8r.Q -8u -90 -90 -a0 -9u|012343434343151515151515134343|-2um8r.Q 97XV.Q 1m1zu 6CM0 Fz0 1kN0 14n0 1kN0 14L0 1zd0 On0 69B0 2I0u OL0 1FB0 Rb0 1qN0 TX0 1tB0 TX0 1tB0 TX0 1tB0 TX0 2ap0 12FBu 11A0 1o00 11A0|23e6","Asia/Srednekolymsk|LMT +10 +11 +12|-ae.Q -a0 -b0 -c0|01232323232323232323232123232323232323232323232323232323232323232|-1Pcae.Q eUoe.Q 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|35e2","Asia/Taipei|LMT CST JST CDT|-86 -80 -90 -90|012131313131313131313131313131313131313131|-30bk6 1FDc6 joM0 1yo0 Tz0 1ip0 1jX0 1cN0 11b0 1oN0 11b0 1oN0 11b0 1oN0 11b0 10N0 1BX0 10p0 1pz0 10p0 1pz0 10p0 1db0 1dd0 1db0 1cN0 1db0 1cN0 1db0 1cN0 1db0 1BB0 ML0 1Bd0 ML0 uq10 1db0 1cN0 1db0 97B0 AL0|74e5","Asia/Tashkent|LMT +05 +06 +07|-4B.b -50 -60 -70|012323232323232323232321|-1Pc4B.b eUnB.b 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0|23e5","Asia/Tbilisi|LMT TBMT +03 +04 +05|-2X.b -2X.b -30 -40 -50|01234343434343434343434323232343434343434343434323|-3D8OX.b 1LUM0 1jUnX.b WCL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 1cK0 1cL0 1cN0 1cL0 1cN0 2pz0 1cL0 1fB0 3Nz0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 An0 Os0 WM0|11e5","Asia/Tehran|LMT TMT +0330 +0430 +04 +05|-3p.I -3p.I -3u -4u -40 -50|012345423232323232323232323232323232323232323232323232323232323232323232|-2btDp.I Llc0 1FHaT.I 1pc0 120u Rc0 XA0 Wou JX0 1dB0 1en0 pNB0 UL0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 64p0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0|14e6","Asia/Thimphu|LMT +0530 +06|-5W.A -5u -60|012|-Su5W.A 1BGMs.A|79e3","Asia/Tokyo|LMT JST JDT|-9i.X -90 -a0|0121212121|-3jE90 2qSo0 Rc0 1lc0 14o0 1zc0 Oo0 1zc0 Oo0|38e6","Asia/Tomsk|LMT +06 +07 +08|-5D.P -60 -70 -80|0123232323232323232323212323232323232323232323212121212121212121212|-21NhD.P pxzD.P 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 co0 1bB0 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3Qp0|10e5","Asia/Ulaanbaatar|LMT +07 +08 +09|-77.w -70 -80 -90|012323232323232323232323232323232323232323232323232|-2APH7.w 2Uko7.w cKn0 1db0 1dd0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 6hD0 11z0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 kEp0 1cJ0 1cP0 1cJ0|12e5","Asia/Ust-Nera|LMT +08 +09 +12 +11 +10|-9w.S -80 -90 -c0 -b0 -a0|012343434343434343434345434343434343434343434343434343434343434345|-21Q9w.S pApw.S 23CL0 1d90 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 17V0 7zD0|65e2","Asia/Vladivostok|LMT +09 +10 +11|-8L.v -90 -a0 -b0|01232323232323232323232123232323232323232323232323232323232323232|-1SJIL.v itXL.v 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|60e4","Asia/Yakutsk|LMT +08 +09 +10|-8C.W -80 -90 -a0|01232323232323232323232123232323232323232323232323232323232323232|-21Q8C.W pAoC.W 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|28e4","Asia/Yekaterinburg|LMT PMT +04 +05 +06|-42.x -3J.5 -40 -50 -60|012343434343434343434343234343434343434343434343434343434343434343|-2ag42.x 7mQh.s qBvJ.5 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|14e5","Asia/Yerevan|LMT +03 +04 +05|-2W -30 -40 -50|0123232323232323232323212121212323232323232323232323232323232|-1Pc2W 1jUnW WCL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 4RX0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0|13e5","Atlantic/Azores|LMT HMT -02 -01 +00 WET|1G.E 1S.w 20 10 0 0|01232323232323232323232323232323232323232323234323432343234323232323232323232323232323232323232323232343434343434343434343434343434345434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343|-3tomh.k 18aoh.k aPX0 Sp0 LX0 1vc0 Tc0 1uM0 SM0 1vc0 Tc0 1vc0 SM0 1vc0 6600 1co0 3E00 17c0 1fA0 1a00 1io0 1a00 1io0 17c0 3I00 17c0 1cM0 1cM0 3Fc0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Dc0 1tA0 1cM0 1dc0 1400 gL0 IM0 s10 U00 dX0 Rc0 pd0 Rc0 gL0 Oo0 pd0 Rc0 gL0 Oo0 pd0 14o0 1cM0 1cP0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 qIl0 1cM0 1fA0 1cM0 1cM0 1cN0 1cL0 1cN0 1cM0 1cM0 1cM0 1cM0 1cN0 1cL0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cL0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|25e4","Atlantic/Bermuda|LMT BMT BST AST ADT|4j.i 4j.i 3j.i 40 30|0121213434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343|-3eLvE.G 16mo0 1bb0 1i10 11X0 ru30 thbE.G 1PX0 11B0 1tz0 Rd0 1zb0 Op0 1zb0 3I10 Lz0 1EN0 FX0 1HB0 FX0 1Kp0 Db0 1Kp0 Db0 1Kp0 FX0 93d0 11z0 GAp0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|65e3","Atlantic/Canary|LMT -01 WET WEST|11.A 10 0 -10|01232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-1UtaW.o XPAW.o 1lAK0 1a10 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|54e4","Atlantic/Cape_Verde|LMT -02 -01|1y.4 20 10|01212|-2ldW0 1eEo0 7zX0 1djf0|50e4","Atlantic/Faroe|LMT WET WEST|r.4 0 -10|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2uSnw.U 2Wgow.U 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|49e3","Atlantic/Madeira|LMT FMT -01 +00 +01 WET WEST|17.A 17.A 10 0 -10 0 -10|01232323232323232323232323232323232323232323234323432343234323232323232323232323232323232323232323232565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565|-3tomQ.o 18anQ.o aPX0 Sp0 LX0 1vc0 Tc0 1uM0 SM0 1vc0 Tc0 1vc0 SM0 1vc0 6600 1co0 3E00 17c0 1fA0 1a00 1io0 1a00 1io0 17c0 3I00 17c0 1cM0 1cM0 3Fc0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Dc0 1tA0 1cM0 1dc0 1400 gL0 IM0 s10 U00 dX0 Rc0 pd0 Rc0 gL0 Oo0 pd0 Rc0 gL0 Oo0 pd0 14o0 1cM0 1cP0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 qIl0 1cM0 1fA0 1cM0 1cM0 1cN0 1cL0 1cN0 1cM0 1cM0 1cM0 1cM0 1cN0 1cL0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|27e4","Atlantic/South_Georgia|LMT -02|2q.8 20|01|-3eLxx.Q|30","Atlantic/Stanley|LMT SMT -04 -03 -02|3P.o 3P.o 40 30 20|0123232323232323434323232323232323232323232323232323232323232323232323|-3eLw8.A S200 12bA8.A 19X0 1fB0 19X0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 Cn0 1Cc10 WL0 1qL0 U10 1tz0 2mN0 WN0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1tz0 U10 1tz0 WN0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1tz0 WN0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qN0 U10 1wn0 Rd0 1wn0 U10 1tz0 U10 1tz0 U10 1tz0 U10 1tz0 U10 1wn0 U10 1tz0 U10 1tz0 U10|21e2","Australia/Sydney|LMT AEST AEDT|-a4.Q -a0 -b0|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212|-32oW4.Q RlC4.Q xc0 10jc0 yM0 1cM0 1cM0 1fA0 1a00 17c00 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 14o0 1o00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 U00 1qM0 WM0 1tA0 WM0 1tA0 U00 1tA0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 11A0 1o00 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 WM0 1qM0 14o0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0|40e5","Australia/Adelaide|LMT ACST ACST ACDT|-9e.k -90 -9u -au|012323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323|-32oVe.k ak0e.k H1Bu xc0 10jc0 yM0 1cM0 1cM0 1fA0 1a00 17c00 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 U00 1qM0 WM0 1tA0 WM0 1tA0 U00 1tA0 U00 1tA0 Oo0 1zc0 WM0 1qM0 Rc0 1zc0 U00 1tA0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 WM0 1qM0 14o0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0|11e5","Australia/Brisbane|LMT AEST AEDT|-ac.8 -a0 -b0|012121212121212121|-32Bmc.8 Ry2c.8 xc0 10jc0 yM0 1cM0 1cM0 1fA0 1a00 17c00 LA0 H1A0 Oo0 1zc0 Oo0 1zc0 Oo0|20e5","Australia/Broken_Hill|LMT AEST ACST ACST ACDT|-9p.M -a0 -90 -9u -au|0123434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434|-32oVp.M 3Lzp.M 6wp0 H1Bu xc0 10jc0 yM0 1cM0 1cM0 1fA0 1a00 17c00 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 14o0 1o00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 U00 1qM0 WM0 1tA0 WM0 1tA0 U00 1tA0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 WM0 1qM0 14o0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0|18e3","Australia/Hobart|LMT AEST AEDT|-9N.g -a0 -b0|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212|-3109N.g Pk1N.g 1a00 1qM0 Oo0 1zc0 Oo0 TAo0 yM0 1cM0 1cM0 1fA0 1a00 VfA0 1cM0 1o00 Rc0 1wo0 Rc0 1wo0 U00 1wo0 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 11A0 1qM0 WM0 1qM0 Oo0 1zc0 Oo0 1zc0 Oo0 1wo0 WM0 1tA0 WM0 1tA0 U00 1tA0 U00 1tA0 11A0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 11A0 1o00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0|21e4","Australia/Darwin|LMT ACST ACST ACDT|-8H.k -90 -9u -au|01232323232|-32oUH.k ajXH.k H1Bu xc0 10jc0 yM0 1cM0 1cM0 1fA0 1a00|12e4","Australia/Eucla|LMT +0845 +0945|-8z.s -8J -9J|01212121212121212121|-30nIz.s PkpO.s xc0 10jc0 yM0 1cM0 1cM0 1gSo0 Oo0 l5A0 Oo0 iJA0 G00 zU00 IM0 1qM0 11A0 1o00 11A0|368","Australia/Lord_Howe|LMT AEST +1030 +1130 +11|-aA.k -a0 -au -bu -b0|01232323232424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424|-32oWA.k 3tzAA.k 1zdu Rb0 1zd0 On0 1zd0 On0 1zd0 On0 1zd0 TXu 1qMu WLu 1tAu WLu 1tAu TXu 1tAu Onu 1zcu Onu 1zcu Onu 1zcu Rbu 1zcu Onu 1zcu Onu 1zcu 11zu 1o0u 11zu 1o0u 11zu 1o0u 11zu 1qMu WLu 11Au 1nXu 1qMu 11zu 1o0u 11zu 1o0u 11zu 1qMu WLu 1qMu 11zu 1o0u WLu 1qMu 14nu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1fzu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1fzu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1fzu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1fzu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1fzu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1fzu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1fzu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1fzu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1fzu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1fzu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1fzu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1fzu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1fzu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1fzu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1fzu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1fzu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu|347","Australia/Lindeman|LMT AEST AEDT|-9T.U -a0 -b0|0121212121212121212121|-32BlT.U Ry1T.U xc0 10jc0 yM0 1cM0 1cM0 1fA0 1a00 17c00 LA0 H1A0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0|10","Australia/Melbourne|LMT AEST AEDT|-9D.Q -a0 -b0|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212|-32oVD.Q RlBD.Q xc0 10jc0 yM0 1cM0 1cM0 1fA0 1a00 17c00 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 U00 1qM0 WM0 1qM0 11A0 1tA0 U00 1tA0 U00 1tA0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 11A0 1o00 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 WM0 1qM0 14o0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0|39e5","Australia/Perth|LMT AWST AWDT|-7H.o -80 -90|01212121212121212121|-30nHH.o PkpH.o xc0 10jc0 yM0 1cM0 1cM0 1gSo0 Oo0 l5A0 Oo0 iJA0 G00 zU00 IM0 1qM0 11A0 1o00 11A0|18e5","CET|CET CEST|-10 -20|01010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aFe0 11d0 1iO0 11A0 1o00 11A0 Qrc0 6i00 WM0 1fA0 1cM0 1cM0 1cM0 16M0 1gMM0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|","Pacific/Easter|LMT EMT -07 -06 -05|7h.s 7h.s 70 60 50|0123232323232323232323232323234343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434|-3eLsG.w 1HRc0 1s4IG.w WL0 1zd0 On0 1ip0 11z0 1o10 11z0 1qN0 WL0 1ld0 14n0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 2pA0 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 1cL0 1cN0 11z0 1o10 11z0 1qN0 WL0 1fB0 19X0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1ip0 1fz0 1fB0 11z0 1qN0 WL0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1o10 19X0 1fB0 1nX0 G10 1EL0 Op0 1zb0 Rd0 1wn0 Rd0 46n0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1zb0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0|30e2","CST6CDT|CST CDT CWT CPT|60 50 50 50|010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","EET|EET EEST|-20 -30|010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|hDB0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|","Europe/Dublin|LMT DMT IST GMT BST IST|p.l p.l -y.D 0 -10 -10|012343434343435353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353|-3BHby.D 1ra20 Rc0 1fzy.D 14M0 1fc0 1g00 1co0 1dc0 1co0 1oo0 1400 1dc0 19A0 1io0 1io0 WM0 1o00 14o0 1o00 17c0 1io0 17c0 1fA0 1a00 1lc0 17c0 1io0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1cM0 1io0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1a00 1io0 1qM0 Dc0 g600 14o0 1wo0 17c0 1io0 11A0 1o00 17c0 1fA0 1a00 1fA0 1cM0 1fA0 1a00 17c0 1fA0 1a00 1io0 17c0 1lc0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1a00 1a00 1qM0 WM0 1qM0 11A0 1o00 WM0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1tA0 IM0 90o0 U00 1tA0 U00 1tA0 U00 1tA0 U00 1tA0 WM0 1qM0 WM0 1qM0 WM0 1tA0 U00 1tA0 U00 1tA0 11z0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 14o0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|12e5","EST|EST|50|0||","EST5EDT|EST EDT EWT EPT|50 40 40 40|010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261t0 1nX0 11B0 1nX0 SgN0 8x40 iv0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","Etc/GMT-0|GMT|0|0||","Etc/GMT-1|+01|-10|0||","Etc/GMT-10|+10|-a0|0||","Etc/GMT-11|+11|-b0|0||","Etc/GMT-12|+12|-c0|0||","Etc/GMT-13|+13|-d0|0||","Etc/GMT-14|+14|-e0|0||","Etc/GMT-2|+02|-20|0||","Etc/GMT-3|+03|-30|0||","Etc/GMT-4|+04|-40|0||","Etc/GMT-5|+05|-50|0||","Etc/GMT-6|+06|-60|0||","Etc/GMT-7|+07|-70|0||","Etc/GMT-8|+08|-80|0||","Etc/GMT-9|+09|-90|0||","Etc/GMT+1|-01|10|0||","Etc/GMT+10|-10|a0|0||","Etc/GMT+11|-11|b0|0||","Etc/GMT+12|-12|c0|0||","Etc/GMT+2|-02|20|0||","Etc/GMT+3|-03|30|0||","Etc/GMT+4|-04|40|0||","Etc/GMT+5|-05|50|0||","Etc/GMT+6|-06|60|0||","Etc/GMT+7|-07|70|0||","Etc/GMT+8|-08|80|0||","Etc/GMT+9|-09|90|0||","Etc/UTC|UTC|0|0||","Europe/Brussels|LMT BMT WET CET CEST WEST|-h.u -h.u 0 -10 -20 -10|012343434325252525252525252525252525252525252525252525434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343|-3D8Mh.u u1Ah.u SO00 3zX0 11c0 1iO0 11A0 1o00 11A0 my0 Ic0 1qM0 Rc0 1EM0 UM0 1u00 10o0 1io0 1io0 17c0 1a00 1fA0 1cM0 1cM0 1io0 17c0 1fA0 1a00 1io0 1a30 1io0 17c0 1fA0 1a00 1io0 17c0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Dc0 y00 5Wn0 WM0 1fA0 1cM0 16M0 1iM0 16M0 1C00 Uo0 1eeo0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|21e5","Europe/Andorra|LMT WET CET CEST|-6.4 0 -10 -20|0123232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-2M0M6.4 1Pnc6.4 1xIN0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|79e3","Europe/Astrakhan|LMT +03 +04 +05|-3c.c -30 -40 -50|012323232323232323212121212121212121212121212121212121212121212|-1Pcrc.c eUMc.c 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 2pB0 1cM0 1fA0 1cM0 3Co0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3rd0|10e5","Europe/Athens|LMT AMT EET EEST CEST CET|-1y.Q -1y.Q -20 -30 -20 -10|0123234545232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-30SNy.Q OMM1 CNbx.Q mn0 kU10 9b0 3Es0 Xa0 1fb0 1dd0 k3X0 Nz0 SCp0 1vc0 SO0 1cM0 1a00 1ao0 1fc0 1a10 1fG0 1cg0 1dX0 1bX0 1cQ0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|35e5","Europe/London|LMT GMT BST BDST|1.f 0 -10 -20|01212121212121212121212121212121212121212121212121232323232321212321212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-4VgnW.J 2KHdW.J Rc0 1fA0 14M0 1fc0 1g00 1co0 1dc0 1co0 1oo0 1400 1dc0 19A0 1io0 1io0 WM0 1o00 14o0 1o00 17c0 1io0 17c0 1fA0 1a00 1lc0 17c0 1io0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1cM0 1io0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1a00 1io0 1qM0 Dc0 2Rz0 Dc0 1zc0 Oo0 1zc0 Rc0 1wo0 17c0 1iM0 FA0 xB0 1fA0 1a00 14o0 bb0 LA0 xB0 Rc0 1wo0 11A0 1o00 17c0 1fA0 1a00 1fA0 1cM0 1fA0 1a00 17c0 1fA0 1a00 1io0 17c0 1lc0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1a00 1a00 1qM0 WM0 1qM0 11A0 1o00 WM0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1tA0 IM0 90o0 U00 1tA0 U00 1tA0 U00 1tA0 U00 1tA0 WM0 1qM0 WM0 1qM0 WM0 1tA0 U00 1tA0 U00 1tA0 11z0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 14o0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|10e6","Europe/Belgrade|LMT CET CEST|-1m -10 -20|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-3topm 2juLm 3IP0 WM0 1fA0 1cM0 1cM0 1rc0 Qo0 1vmo0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|12e5","Europe/Prague|LMT PMT CET CEST GMT|-V.I -V.I -10 -20 0|0123232323232323232423232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-4QbAV.I 1FDc0 XPaV.I 11d0 1iO0 11A0 1o00 11A0 Qrc0 6i00 WM0 1fA0 1cM0 1cM0 1cM0 1cM0 1qM0 11c0 mp0 xA0 mn0 17c0 1io0 17c0 1fc0 1ao0 1bNc0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|13e5","Europe/Bucharest|LMT BMT EET EEST|-1I.o -1I.o -20 -30|01232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-3awpI.o 1AU00 20LI.o RA0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1Axc0 On0 1fA0 1a10 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cK0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cL0 1cN0 1cL0 1fB0 1nX0 11E0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|19e5","Europe/Budapest|LMT CET CEST|-1g.k -10 -20|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-3cK1g.k 124Lg.k 11d0 1iO0 11A0 1o00 11A0 1oo0 11c0 1lc0 17c0 O1V0 3Nf0 WM0 1fA0 1cM0 1cM0 1oJ0 1dd0 1020 1fX0 1cp0 1cM0 1cM0 1cM0 1fA0 1a00 bhy0 Rb0 1wr0 Rc0 1C00 LA0 1C00 LA0 SNW0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cO0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|17e5","Europe/Zurich|LMT BMT CET CEST|-y.8 -t.K -10 -20|0123232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-4HyMy.8 1Dw04.m 1SfAt.K 11A0 1o00 11A0 1xG10 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|38e4","Europe/Chisinau|LMT CMT BMT EET EEST CEST CET MSK MSD|-1T.k -1T -1I.o -20 -30 -20 -10 -30 -40|0123434343434343434345656578787878787878787878434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343|-3D8NT.k 1wNA0.k wGMa.A 20LI.o RA0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 27A0 2en0 39g0 WM0 1fA0 1cM0 V90 1t7z0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 gL0 WO0 1cM0 1cM0 1cK0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1nX0 11D0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|67e4","Europe/Gibraltar|LMT GMT BST BDST CET CEST|l.o 0 -10 -20 -10 -20|0121212121212121212121212121212121212121212121212123232323232121232121212121212121212145454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454|-3BHbC.A 1ra1C.A Rc0 1fA0 14M0 1fc0 1g00 1co0 1dc0 1co0 1oo0 1400 1dc0 19A0 1io0 1io0 WM0 1o00 14o0 1o00 17c0 1io0 17c0 1fA0 1a00 1lc0 17c0 1io0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1cM0 1io0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1a00 1io0 1qM0 Dc0 2Rz0 Dc0 1zc0 Oo0 1zc0 Rc0 1wo0 17c0 1iM0 FA0 xB0 1fA0 1a00 14o0 bb0 LA0 xB0 Rc0 1wo0 11A0 1o00 17c0 1fA0 1a00 1fA0 1cM0 1fA0 1a00 17c0 1fA0 1a00 1io0 17c0 1lc0 17c0 1fA0 10Jz0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|30e3","Europe/Helsinki|LMT HMT EET EEST|-1D.N -1D.N -20 -30|01232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-3H0ND.N 1Iu00 OULD.N 1dA0 1xGq0 1cM0 1cM0 1cM0 1cN0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|12e5","Europe/Kaliningrad|LMT CET CEST EET EEST MSK MSD +03|-1m -10 -20 -20 -30 -30 -40 -30|012121212121212343565656565656565654343434343434343434343434343434343434343434373|-36Rdm UbXm 11d0 1iO0 11A0 1o00 11A0 Qrc0 6i00 WM0 1fA0 1cM0 1cM0 1cM0 390 7A0 1en0 12N0 1pbb0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cN0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|44e4","Europe/Kiev|LMT KMT EET MSK CEST CET MSD EEST|-22.4 -22.4 -20 -30 -20 -10 -40 -30|01234545363636363636363636367272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272|-3D8O2.4 1LUM0 eUo2.4 rnz0 2Hg0 WM0 1fA0 da0 1v4m0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 Db0 3220 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o10 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|34e5","Europe/Kirov|LMT +03 +04 +05|-3i.M -30 -40 -50|01232323232323232321212121212121212121212121212121212121212121|-22WM0 qH90 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 2pB0 1cM0 1fA0 1cM0 3Co0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|48e4","Europe/Lisbon|LMT WET WEST WEMT CET CEST|A.J 0 -10 -20 -10 -20|01212121212121212121212121212121212121212121232123212321232121212121212121212121212121212121212121214121212121212121212121212121212124545454212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2le00 aPX0 Sp0 LX0 1vc0 Tc0 1uM0 SM0 1vc0 Tc0 1vc0 SM0 1vc0 6600 1co0 3E00 17c0 1fA0 1a00 1io0 1a00 1io0 17c0 3I00 17c0 1cM0 1cM0 3Fc0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Dc0 1tA0 1cM0 1dc0 1400 gL0 IM0 s10 U00 dX0 Rc0 pd0 Rc0 gL0 Oo0 pd0 Rc0 gL0 Oo0 pd0 14o0 1cM0 1cP0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 pvy0 1cM0 1cM0 1fA0 1cM0 1cM0 1cN0 1cL0 1cN0 1cM0 1cM0 1cM0 1cM0 1cN0 1cL0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|27e5","Europe/Madrid|LMT WET WEST WEMT CET CEST|e.I 0 -10 -20 -10 -20|0121212121212121212321454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454|-2M0M0 G5z0 19B0 1cL0 1dd0 b1z0 18p0 3HX0 17d0 1fz0 1a10 1io0 1a00 1in0 17d0 iIn0 Hd0 1cL0 bb0 1200 2s20 14n0 5aL0 Mp0 1vz0 17d0 1in0 17d0 1in0 17d0 1in0 17d0 6hX0 11B0 XHX0 1a10 1fz0 1a10 19X0 1cN0 1fz0 1a10 1fC0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|62e5","Europe/Malta|LMT CET CEST|-W.4 -10 -20|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-35rcW.4 SXzW.4 Lz0 1cN0 1db0 1410 1on0 Wp0 1qL0 17d0 1cL0 M3B0 5M20 WM0 1fA0 1co0 17c0 1iM0 16m0 1de0 1lc0 14m0 1lc0 WO0 1qM0 GTW0 On0 1C10 LA0 1C00 LA0 1EM0 LA0 1C00 LA0 1zc0 Oo0 1C00 Oo0 1co0 1cM0 1lA0 Xc0 1qq0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1iN0 19z0 1fB0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|42e4","Europe/Minsk|LMT MMT EET MSK CEST CET MSD EEST +03|-1O.g -1O -20 -30 -20 -10 -40 -30 -30|012345454363636363636363636372727272727272727272727272727272727272728|-3D8NO.g 1LUM0.g eUnO qNX0 3gQ0 WM0 1fA0 1cM0 Al0 1tsn0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 3Fc0 1cN0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0|19e5","Europe/Paris|LMT PMT WET WEST CEST CET WEMT|-9.l -9.l 0 -10 -20 -10 -20|01232323232323232323232323232323232323232323232323234545463654545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545|-3bQ09.l MDA0 cNb9.l HA0 19A0 1iM0 11c0 1oo0 Wo0 1rc0 QM0 1EM0 UM0 1u00 10o0 1io0 1wo0 Rc0 1a00 1fA0 1cM0 1cM0 1io0 17c0 1fA0 1a00 1io0 1a00 1io0 17c0 1fA0 1a00 1io0 17c0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Df0 Ik0 5M30 WM0 1fA0 1cM0 Vx0 hB0 1aq0 16M0 1ekn0 1cL0 1fC0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|11e6","Europe/Moscow|LMT MMT MMT MST MDST MSD MSK +05 EET EEST MSK|-2u.h -2u.h -2v.j -3v.j -4v.j -40 -30 -50 -20 -30 -40|01232434565756865656565656565656565698656565656565656565656565656565656565656a6|-3D8Ou.h 1sQM0 2pyW.W 1bA0 11X0 GN0 1Hb0 c4v.j ik0 3DA0 dz0 15A0 c10 2q10 iM10 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cN0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|16e6","Europe/Riga|LMT RMT LST EET MSK CEST CET MSD EEST|-1A.y -1A.y -2A.y -20 -30 -20 -10 -40 -30|0121213456565647474747474747474838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383|-3D8NA.y 1xde0 11A0 1iM0 ko0 gWm0 yDXA.y 2bX0 3fE0 WM0 1fA0 1cM0 1cM0 4m0 1sLy0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cN0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cN0 1o00 11A0 1o00 11A0 1qM0 3oo0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|64e4","Europe/Rome|LMT RMT CET CEST|-N.U -N.U -10 -20|012323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-4aU0N.U 15snN.U T000 Lz0 1cN0 1db0 1410 1on0 Wp0 1qL0 17d0 1cL0 M3B0 5M20 WM0 1fA0 1cM0 16M0 1iM0 16m0 1de0 1lc0 14m0 1lc0 WO0 1qM0 GTW0 On0 1C10 LA0 1C00 LA0 1EM0 LA0 1C00 LA0 1zc0 Oo0 1C00 Oo0 1C00 LA0 1zc0 Oo0 1C00 LA0 1C00 LA0 1zc0 Oo0 1C00 Oo0 1zc0 Oo0 1fC0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|39e5","Europe/Samara|LMT +03 +04 +05|-3k.k -30 -40 -50|0123232323232323232121232323232323232323232323232323232323212|-22WM0 qH90 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 2pB0 1cM0 1fA0 2y10 14m0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 2sp0 WM0|12e5","Europe/Saratov|LMT +03 +04 +05|-34.i -30 -40 -50|012323232323232321212121212121212121212121212121212121212121212|-22WM0 qH90 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 2pB0 1cM0 1cM0 1cM0 1fA0 1cM0 3Co0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 5810|","Europe/Simferopol|LMT SMT EET MSK CEST CET MSD EEST MSK|-2g.o -2g -20 -30 -20 -10 -40 -30 -40|0123454543636363636363636363272727636363727272727272727272727272727272727283|-3D8Og.o 1LUM0.o eUog rEn0 2qs0 WM0 1fA0 1cM0 3V0 1u0L0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1Q00 4eN0 1cM0 1cM0 1cM0 1cM0 dV0 WO0 1cM0 1cM0 1fy0 1o30 11B0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11z0 1nW0|33e4","Europe/Sofia|LMT IMT EET CET CEST EEST|-1x.g -1U.U -20 -10 -20 -30|0123434325252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252|-3D8Nx.g AiLA.k 1UFeU.U WM0 1fA0 1cM0 1cM0 1cN0 1mKH0 1dd0 1fb0 1ap0 1fb0 1a20 1fy0 1a30 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cK0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1nX0 11E0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|12e5","Europe/Tallinn|LMT TMT CET CEST EET MSK MSD EEST|-1D -1D -10 -20 -20 -30 -40 -30|0123214532323565656565656565657474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474|-3D8ND 1wI00 teD 11A0 1Ta0 4rXl KSLD 2FX0 2Jg0 WM0 1fA0 1cM0 18J0 1sTX0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cN0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o10 11A0 1qM0 5QM0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|41e4","Europe/Tirane|LMT CET CEST|-1j.k -10 -20|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2glBj.k 14pcj.k 5LC0 WM0 4M0 1fCK0 10n0 1op0 11z0 1pd0 11z0 1qN0 WL0 1qp0 Xb0 1qp0 Xb0 1qp0 11z0 1lB0 11z0 1qN0 11z0 1iN0 16n0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|42e4","Europe/Ulyanovsk|LMT +03 +04 +05 +02|-3d.A -30 -40 -50 -20|01232323232323232321214121212121212121212121212121212121212121212|-22WM0 qH90 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 2pB0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3rd0|13e5","Europe/Vienna|LMT CET CEST|-15.l -10 -20|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-36Rd5.l UbX5.l 11d0 1iO0 11A0 1o00 11A0 3KM0 14o0 LA00 6i00 WM0 1fA0 1cM0 1cM0 1cM0 400 2qM0 1ao0 1co0 1cM0 1io0 17c0 1gHa0 19X0 1cP0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|18e5","Europe/Vilnius|LMT WMT KMT CET EET MSK CEST MSD EEST|-1F.g -1o -1z.A -10 -20 -30 -20 -40 -30|0123435636365757575757575757584848484848484848463648484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484|-3D8NF.g 1u5Ah.g 6ILM.o 1Ooz.A zz0 Mfd0 29W0 3is0 WM0 1fA0 1cM0 LV0 1tgL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cN0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11B0 1o00 11A0 1qM0 8io0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|54e4","Europe/Volgograd|LMT +03 +04 +05|-2V.E -30 -40 -50|0123232323232323212121212121212121212121212121212121212121212121|-21IqV.E psLV.E 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 2pB0 1cM0 1cM0 1cM0 1fA0 1cM0 3Co0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 9Jd0 5gn0|10e5","Europe/Warsaw|LMT WMT CET CEST EET EEST|-1o -1o -10 -20 -20 -30|0123232345423232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-3D8No 1qDA0 1LXo 11d0 1iO0 11A0 1o00 11A0 1on0 11A0 6zy0 HWP0 5IM0 WM0 1fA0 1cM0 1dz0 1mL0 1en0 15B0 1aq0 1nA0 11A0 1io0 17c0 1fA0 1a00 iDX0 LA0 1cM0 1cM0 1C00 Oo0 1cM0 1cM0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1C00 LA0 uso0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cN0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|17e5","HST|HST|a0|0||","Indian/Chagos|LMT +05 +06|-4N.E -50 -60|012|-2xosN.E 3AGLN.E|30e2","Indian/Maldives|LMT MMT +05|-4S -4S -50|012|-3D8QS 3eLA0|35e4","Indian/Mauritius|LMT +04 +05|-3O -40 -50|012121|-2xorO 34unO 14L0 12kr0 11z0|15e4","Pacific/Kwajalein|LMT +11 +10 +09 -12 +12|-b9.k -b0 -a0 -90 c0 -c0|0123145|-2M0X9.k 1rDA9.k akp0 6Up0 12ry0 Wan0|14e3","MET|MET MEST|-10 -20|01010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aFe0 11d0 1iO0 11A0 1o00 11A0 Qrc0 6i00 WM0 1fA0 1cM0 1cM0 1cM0 16M0 1gMM0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|","MST|MST|70|0||","MST7MDT|MST MDT MWT MPT|70 60 60 60|010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261r0 1nX0 11B0 1nX0 SgN0 8x20 ix0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","Pacific/Chatham|LMT +1215 +1245 +1345|-cd.M -cf -cJ -dJ|0123232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323|-46jMd.M 37RbW.M 1adef IM0 1C00 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1qM0 14o0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1io0 17c0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1io0 17c0 1io0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00|600","Pacific/Apia|LMT LMT -1130 -11 -10 +14 +13|-cx.4 bq.U bu b0 a0 -e0 -d0|012343456565656565656565656|-38Fox.4 J1A0 1yW03.4 2rRbu 1ff0 1a00 CI0 AQ0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0|37e3","Pacific/Bougainville|LMT PMMT +10 +09 +11|-am.g -9M.w -a0 -90 -b0|012324|-3D8Wm.g AvAx.I 1TCLM.w 7CN0 2MQp0|18e4","Pacific/Efate|LMT +11 +12|-bd.g -b0 -c0|012121212121212121212121|-2l9nd.g 2uNXd.g Dc0 n610 1cL0 1cN0 1cL0 1fB0 19X0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 Lz0 1Nd0 An0|66e3","Pacific/Enderbury|-00 -12 -11 +13|0 c0 b0 -d0|0123|-1iIo0 1GsA0 B7X0|1","Pacific/Fakaofo|LMT -11 +13|bo.U b0 -d0|012|-2M0Az.4 4ufXz.4|483","Pacific/Fiji|LMT +12 +13|-bT.I -c0 -d0|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212|-2bUzT.I 3m8NT.I LA0 1EM0 IM0 nJc0 LA0 1o00 Rc0 1wo0 Ao0 1Nc0 Ao0 1Q00 xz0 1SN0 uM0 1SM0 uM0 1VA0 s00 1VA0 s00 1VA0 s00 20o0 pc0 2hc0 bc0 4q00 pc0 20o0 pc0 20o0 pc0 20o0 s00 1VA0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 1VA0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 1VA0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 1VA0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 1VA0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 1VA0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 1VA0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 1VA0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 1VA0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 1VA0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 1VA0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 1VA0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 1VA0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 1VA0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 1VA0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 1VA0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 1VA0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 1VA0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 1VA0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 1VA0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 1VA0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 1VA0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 1VA0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 1VA0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 1VA0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 1VA0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 1VA0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 1VA0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 1VA0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 1VA0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 1VA0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 1VA0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 1VA0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 1VA0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 1VA0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 1VA0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 1VA0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 1VA0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 1VA0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 1VA0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 1VA0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 1VA0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 1VA0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 1VA0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 1VA0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 1VA0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 1VA0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 1VA0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 1VA0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 1VA0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 1VA0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 1VA0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 1VA0|88e4","Pacific/Tarawa|LMT +12|-bw.4 -c0|01|-2M0Xw.4|29e3","Pacific/Galapagos|LMT -05 -06|5W.o 50 60|01212|-1yVS1.A 2dTz1.A gNd0 rz0|25e3","Pacific/Gambier|LMT -09|8X.M 90|01|-2jof0.c|125","Pacific/Guadalcanal|LMT +11|-aD.M -b0|01|-2joyD.M|11e4","Pacific/Guam|LMT LMT GST +09 GDT ChST|el -9D -a0 -90 -b0 -a0|0123242424242424242425|-54m9D 2glc0 1DFbD 6pB0 AhB0 3QL0 g2p0 3p91 WOX rX0 1zd0 Rb0 1wp0 Rb0 5xd0 rX0 5sN0 zb1 1C0X On0 ULb0|17e4","Pacific/Honolulu|LMT HST HDT HWT HPT HST|av.q au 9u 9u 9u a0|01213415|-3061s.y 1uMdW.y 8x0 lef0 8wWu iAu 46p0|37e4","Pacific/Kiritimati|LMT -1040 -10 +14|at.k aE a0 -e0|0123|-2M0Bu.E 3bIMa.E B7Xk|51e2","Pacific/Kosrae|LMT LMT +11 +09 +10 +12|d8.4 -aP.U -b0 -90 -a0 -c0|0123243252|-54maP.U 2glc0 xsnP.U axC0 HBy0 akp0 axd0 WOK0 1bdz0|66e2","Pacific/Marquesas|LMT -0930|9i 9u|01|-2joeG|86e2","Pacific/Pago_Pago|LMT LMT SST|-cB.c bm.M b0|012|-38FoB.c J1A0|37e2","Pacific/Nauru|LMT +1130 +09 +12|-b7.E -bu -90 -c0|01213|-1Xdn7.E QCnB.E 7mqu 1lnbu|10e3","Pacific/Niue|LMT -1120 -11|bj.E bk b0|012|-FScE.k suo0.k|12e2","Pacific/Norfolk|LMT +1112 +1130 +1230 +11 +12|-bb.Q -bc -bu -cu -b0 -c0|0123245454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545|-2M0Xb.Q 21ILX.Q W01G Oo0 1COo0 9Jcu 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0|25e4","Pacific/Noumea|LMT +11 +12|-b5.M -b0 -c0|01212121|-2l9n5.M 2EqM5.M xX0 1PB0 yn0 HeP0 Ao0|98e3","Pacific/Palau|LMT LMT +09|f2.4 -8V.U -90|012|-54m8V.U 2glc0|21e3","Pacific/Pitcairn|LMT -0830 -08|8E.k 8u 80|012|-2M0Dj.E 3UVXN.E|56","Pacific/Rarotonga|LMT LMT -1030 -0930 -10|-dk.U aD.4 au 9u a0|01234343434343434343434343434|-2Otpk.U 28zc0 13tbO.U IL0 1zcu Onu 1zcu Onu 1zcu Rbu 1zcu Onu 1zcu Onu 1zcu Onu 1zcu Onu 1zcu Onu 1zcu Rbu 1zcu Onu 1zcu Onu 1zcu Onu|13e3","Pacific/Tahiti|LMT -10|9W.g a0|01|-2joe1.I|18e4","Pacific/Tongatapu|LMT +1220 +13 +14|-cj.c -ck -d0 -e0|01232323232|-XbMj.c BgLX.c 1yndk 15A0 1wo0 xz0 1Q10 xz0 zWN0 s00|75e3","PST8PDT|PST PDT PWT PPT|80 70 70 70|010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261q0 1nX0 11B0 1nX0 SgN0 8x10 iy0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","WET|WET WEST|0 -10|010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|hDB0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|"],"links":["Africa/Abidjan|Africa/Accra","Africa/Abidjan|Africa/Bamako","Africa/Abidjan|Africa/Banjul","Africa/Abidjan|Africa/Conakry","Africa/Abidjan|Africa/Dakar","Africa/Abidjan|Africa/Freetown","Africa/Abidjan|Africa/Lome","Africa/Abidjan|Africa/Nouakchott","Africa/Abidjan|Africa/Ouagadougou","Africa/Abidjan|Africa/Timbuktu","Africa/Abidjan|Atlantic/Reykjavik","Africa/Abidjan|Atlantic/St_Helena","Africa/Abidjan|Iceland","Africa/Cairo|Egypt","Africa/Johannesburg|Africa/Maseru","Africa/Johannesburg|Africa/Mbabane","Africa/Lagos|Africa/Bangui","Africa/Lagos|Africa/Brazzaville","Africa/Lagos|Africa/Douala","Africa/Lagos|Africa/Kinshasa","Africa/Lagos|Africa/Libreville","Africa/Lagos|Africa/Luanda","Africa/Lagos|Africa/Malabo","Africa/Lagos|Africa/Niamey","Africa/Lagos|Africa/Porto-Novo","Africa/Maputo|Africa/Blantyre","Africa/Maputo|Africa/Bujumbura","Africa/Maputo|Africa/Gaborone","Africa/Maputo|Africa/Harare","Africa/Maputo|Africa/Kigali","Africa/Maputo|Africa/Lubumbashi","Africa/Maputo|Africa/Lusaka","Africa/Nairobi|Africa/Addis_Ababa","Africa/Nairobi|Africa/Asmara","Africa/Nairobi|Africa/Asmera","Africa/Nairobi|Africa/Dar_es_Salaam","Africa/Nairobi|Africa/Djibouti","Africa/Nairobi|Africa/Kampala","Africa/Nairobi|Africa/Mogadishu","Africa/Nairobi|Indian/Antananarivo","Africa/Nairobi|Indian/Comoro","Africa/Nairobi|Indian/Mayotte","Africa/Tripoli|Libya","America/Adak|America/Atka","America/Adak|US/Aleutian","America/Anchorage|US/Alaska","America/Argentina/Buenos_Aires|America/Buenos_Aires","America/Argentina/Catamarca|America/Argentina/ComodRivadavia","America/Argentina/Catamarca|America/Catamarca","America/Argentina/Cordoba|America/Cordoba","America/Argentina/Cordoba|America/Rosario","America/Argentina/Jujuy|America/Jujuy","America/Argentina/Mendoza|America/Mendoza","America/Chicago|US/Central","America/Denver|America/Shiprock","America/Denver|Navajo","America/Denver|US/Mountain","America/Detroit|US/Michigan","America/Edmonton|Canada/Mountain","America/Fort_Wayne|America/Indiana/Indianapolis","America/Fort_Wayne|America/Indianapolis","America/Fort_Wayne|US/East-Indiana","America/Godthab|America/Nuuk","America/Halifax|Canada/Atlantic","America/Havana|Cuba","America/Indiana/Knox|America/Knox_IN","America/Indiana/Knox|US/Indiana-Starke","America/Jamaica|Jamaica","America/Kentucky/Louisville|America/Louisville","America/Los_Angeles|US/Pacific","America/Manaus|Brazil/West","America/Mazatlan|Mexico/BajaSur","America/Mexico_City|Mexico/General","America/New_York|US/Eastern","America/Noronha|Brazil/DeNoronha","America/Panama|America/Atikokan","America/Panama|America/Cayman","America/Panama|America/Coral_Harbour","America/Phoenix|America/Creston","America/Phoenix|US/Arizona","America/Puerto_Rico|America/Anguilla","America/Puerto_Rico|America/Antigua","America/Puerto_Rico|America/Aruba","America/Puerto_Rico|America/Blanc-Sablon","America/Puerto_Rico|America/Curacao","America/Puerto_Rico|America/Dominica","America/Puerto_Rico|America/Grenada","America/Puerto_Rico|America/Guadeloupe","America/Puerto_Rico|America/Kralendijk","America/Puerto_Rico|America/Lower_Princes","America/Puerto_Rico|America/Marigot","America/Puerto_Rico|America/Montserrat","America/Puerto_Rico|America/Port_of_Spain","America/Puerto_Rico|America/St_Barthelemy","America/Puerto_Rico|America/St_Kitts","America/Puerto_Rico|America/St_Lucia","America/Puerto_Rico|America/St_Thomas","America/Puerto_Rico|America/St_Vincent","America/Puerto_Rico|America/Tortola","America/Puerto_Rico|America/Virgin","America/Regina|Canada/Saskatchewan","America/Rio_Branco|America/Porto_Acre","America/Rio_Branco|Brazil/Acre","America/Santiago|Chile/Continental","America/Sao_Paulo|Brazil/East","America/St_Johns|Canada/Newfoundland","America/Tijuana|America/Ensenada","America/Tijuana|America/Santa_Isabel","America/Tijuana|Mexico/BajaNorte","America/Toronto|America/Montreal","America/Toronto|America/Nassau","America/Toronto|Canada/Eastern","America/Vancouver|Canada/Pacific","America/Whitehorse|Canada/Yukon","America/Winnipeg|Canada/Central","Asia/Ashgabat|Asia/Ashkhabad","Asia/Bangkok|Asia/Phnom_Penh","Asia/Bangkok|Asia/Vientiane","Asia/Bangkok|Indian/Christmas","Asia/Brunei|Asia/Kuching","Asia/Dhaka|Asia/Dacca","Asia/Dubai|Asia/Muscat","Asia/Dubai|Indian/Mahe","Asia/Dubai|Indian/Reunion","Asia/Ho_Chi_Minh|Asia/Saigon","Asia/Hong_Kong|Hongkong","Asia/Jerusalem|Asia/Tel_Aviv","Asia/Jerusalem|Israel","Asia/Kathmandu|Asia/Katmandu","Asia/Kolkata|Asia/Calcutta","Asia/Kuala_Lumpur|Asia/Singapore","Asia/Kuala_Lumpur|Singapore","Asia/Macau|Asia/Macao","Asia/Makassar|Asia/Ujung_Pandang","Asia/Nicosia|Europe/Nicosia","Asia/Qatar|Asia/Bahrain","Asia/Rangoon|Asia/Yangon","Asia/Rangoon|Indian/Cocos","Asia/Riyadh|Antarctica/Syowa","Asia/Riyadh|Asia/Aden","Asia/Riyadh|Asia/Kuwait","Asia/Seoul|ROK","Asia/Shanghai|Asia/Chongqing","Asia/Shanghai|Asia/Chungking","Asia/Shanghai|Asia/Harbin","Asia/Shanghai|PRC","Asia/Taipei|ROC","Asia/Tehran|Iran","Asia/Thimphu|Asia/Thimbu","Asia/Tokyo|Japan","Asia/Ulaanbaatar|Asia/Ulan_Bator","Asia/Urumqi|Antarctica/Vostok","Asia/Urumqi|Asia/Kashgar","Atlantic/Faroe|Atlantic/Faeroe","Australia/Adelaide|Australia/South","Australia/Brisbane|Australia/Queensland","Australia/Broken_Hill|Australia/Yancowinna","Australia/Darwin|Australia/North","Australia/Hobart|Australia/Currie","Australia/Hobart|Australia/Tasmania","Australia/Lord_Howe|Australia/LHI","Australia/Melbourne|Australia/Victoria","Australia/Perth|Australia/West","Australia/Sydney|Australia/ACT","Australia/Sydney|Australia/Canberra","Australia/Sydney|Australia/NSW","Etc/GMT-0|Etc/GMT","Etc/GMT-0|Etc/GMT+0","Etc/GMT-0|Etc/GMT0","Etc/GMT-0|Etc/Greenwich","Etc/GMT-0|GMT","Etc/GMT-0|GMT+0","Etc/GMT-0|GMT-0","Etc/GMT-0|GMT0","Etc/GMT-0|Greenwich","Etc/UTC|Etc/UCT","Etc/UTC|Etc/Universal","Etc/UTC|Etc/Zulu","Etc/UTC|UCT","Etc/UTC|UTC","Etc/UTC|Universal","Etc/UTC|Zulu","Europe/Belgrade|Europe/Ljubljana","Europe/Belgrade|Europe/Podgorica","Europe/Belgrade|Europe/Sarajevo","Europe/Belgrade|Europe/Skopje","Europe/Belgrade|Europe/Zagreb","Europe/Berlin|Arctic/Longyearbyen","Europe/Berlin|Atlantic/Jan_Mayen","Europe/Berlin|Europe/Copenhagen","Europe/Berlin|Europe/Oslo","Europe/Berlin|Europe/Stockholm","Europe/Brussels|Europe/Amsterdam","Europe/Brussels|Europe/Luxembourg","Europe/Chisinau|Europe/Tiraspol","Europe/Dublin|Eire","Europe/Helsinki|Europe/Mariehamn","Europe/Istanbul|Asia/Istanbul","Europe/Istanbul|Turkey","Europe/Kiev|Europe/Kyiv","Europe/Kiev|Europe/Uzhgorod","Europe/Kiev|Europe/Zaporozhye","Europe/Lisbon|Portugal","Europe/London|Europe/Belfast","Europe/London|Europe/Guernsey","Europe/London|Europe/Isle_of_Man","Europe/London|Europe/Jersey","Europe/London|GB","Europe/London|GB-Eire","Europe/Moscow|W-SU","Europe/Paris|Europe/Monaco","Europe/Prague|Europe/Bratislava","Europe/Rome|Europe/San_Marino","Europe/Rome|Europe/Vatican","Europe/Warsaw|Poland","Europe/Zurich|Europe/Busingen","Europe/Zurich|Europe/Vaduz","Indian/Maldives|Indian/Kerguelen","Pacific/Auckland|Antarctica/McMurdo","Pacific/Auckland|Antarctica/South_Pole","Pacific/Auckland|NZ","Pacific/Chatham|NZ-CHAT","Pacific/Easter|Chile/EasterIsland","Pacific/Enderbury|Pacific/Kanton","Pacific/Guadalcanal|Pacific/Pohnpei","Pacific/Guadalcanal|Pacific/Ponape","Pacific/Guam|Pacific/Saipan","Pacific/Honolulu|Pacific/Johnston","Pacific/Honolulu|US/Hawaii","Pacific/Kwajalein|Kwajalein","Pacific/Pago_Pago|Pacific/Midway","Pacific/Pago_Pago|Pacific/Samoa","Pacific/Pago_Pago|US/Samoa","Pacific/Port_Moresby|Antarctica/DumontDUrville","Pacific/Port_Moresby|Pacific/Chuuk","Pacific/Port_Moresby|Pacific/Truk","Pacific/Port_Moresby|Pacific/Yap","Pacific/Tarawa|Pacific/Funafuti","Pacific/Tarawa|Pacific/Majuro","Pacific/Tarawa|Pacific/Wake","Pacific/Tarawa|Pacific/Wallis"],"countries":["AD|Europe/Andorra","AE|Asia/Dubai","AF|Asia/Kabul","AG|America/Puerto_Rico America/Antigua","AI|America/Puerto_Rico America/Anguilla","AL|Europe/Tirane","AM|Asia/Yerevan","AO|Africa/Lagos Africa/Luanda","AQ|Antarctica/Casey Antarctica/Davis Antarctica/Mawson Antarctica/Palmer Antarctica/Rothera Antarctica/Troll Asia/Urumqi Pacific/Auckland Pacific/Port_Moresby Asia/Riyadh Antarctica/McMurdo Antarctica/DumontDUrville Antarctica/Syowa Antarctica/Vostok","AR|America/Argentina/Buenos_Aires America/Argentina/Cordoba America/Argentina/Salta America/Argentina/Jujuy America/Argentina/Tucuman America/Argentina/Catamarca America/Argentina/La_Rioja America/Argentina/San_Juan America/Argentina/Mendoza America/Argentina/San_Luis America/Argentina/Rio_Gallegos America/Argentina/Ushuaia","AS|Pacific/Pago_Pago","AT|Europe/Vienna","AU|Australia/Lord_Howe Antarctica/Macquarie Australia/Hobart Australia/Melbourne Australia/Sydney Australia/Broken_Hill Australia/Brisbane Australia/Lindeman Australia/Adelaide Australia/Darwin Australia/Perth Australia/Eucla","AW|America/Puerto_Rico America/Aruba","AX|Europe/Helsinki Europe/Mariehamn","AZ|Asia/Baku","BA|Europe/Belgrade Europe/Sarajevo","BB|America/Barbados","BD|Asia/Dhaka","BE|Europe/Brussels","BF|Africa/Abidjan Africa/Ouagadougou","BG|Europe/Sofia","BH|Asia/Qatar Asia/Bahrain","BI|Africa/Maputo Africa/Bujumbura","BJ|Africa/Lagos Africa/Porto-Novo","BL|America/Puerto_Rico America/St_Barthelemy","BM|Atlantic/Bermuda","BN|Asia/Kuching Asia/Brunei","BO|America/La_Paz","BQ|America/Puerto_Rico America/Kralendijk","BR|America/Noronha America/Belem America/Fortaleza America/Recife America/Araguaina America/Maceio America/Bahia America/Sao_Paulo America/Campo_Grande America/Cuiaba America/Santarem America/Porto_Velho America/Boa_Vista America/Manaus America/Eirunepe America/Rio_Branco","BS|America/Toronto America/Nassau","BT|Asia/Thimphu","BW|Africa/Maputo Africa/Gaborone","BY|Europe/Minsk","BZ|America/Belize","CA|America/St_Johns America/Halifax America/Glace_Bay America/Moncton America/Goose_Bay America/Toronto America/Nipigon America/Thunder_Bay America/Iqaluit America/Pangnirtung America/Winnipeg America/Rainy_River America/Resolute America/Rankin_Inlet America/Regina America/Swift_Current America/Edmonton America/Cambridge_Bay America/Yellowknife America/Inuvik America/Dawson_Creek America/Fort_Nelson America/Whitehorse America/Dawson America/Vancouver America/Panama America/Puerto_Rico America/Phoenix America/Blanc-Sablon America/Atikokan America/Creston","CC|Asia/Yangon Indian/Cocos","CD|Africa/Maputo Africa/Lagos Africa/Kinshasa Africa/Lubumbashi","CF|Africa/Lagos Africa/Bangui","CG|Africa/Lagos Africa/Brazzaville","CH|Europe/Zurich","CI|Africa/Abidjan","CK|Pacific/Rarotonga","CL|America/Santiago America/Punta_Arenas Pacific/Easter","CM|Africa/Lagos Africa/Douala","CN|Asia/Shanghai Asia/Urumqi","CO|America/Bogota","CR|America/Costa_Rica","CU|America/Havana","CV|Atlantic/Cape_Verde","CW|America/Puerto_Rico America/Curacao","CX|Asia/Bangkok Indian/Christmas","CY|Asia/Nicosia Asia/Famagusta","CZ|Europe/Prague","DE|Europe/Zurich Europe/Berlin Europe/Busingen","DJ|Africa/Nairobi Africa/Djibouti","DK|Europe/Berlin Europe/Copenhagen","DM|America/Puerto_Rico America/Dominica","DO|America/Santo_Domingo","DZ|Africa/Algiers","EC|America/Guayaquil Pacific/Galapagos","EE|Europe/Tallinn","EG|Africa/Cairo","EH|Africa/El_Aaiun","ER|Africa/Nairobi Africa/Asmara","ES|Europe/Madrid Africa/Ceuta Atlantic/Canary","ET|Africa/Nairobi Africa/Addis_Ababa","FI|Europe/Helsinki","FJ|Pacific/Fiji","FK|Atlantic/Stanley","FM|Pacific/Kosrae Pacific/Port_Moresby Pacific/Guadalcanal Pacific/Chuuk Pacific/Pohnpei","FO|Atlantic/Faroe","FR|Europe/Paris","GA|Africa/Lagos Africa/Libreville","GB|Europe/London","GD|America/Puerto_Rico America/Grenada","GE|Asia/Tbilisi","GF|America/Cayenne","GG|Europe/London Europe/Guernsey","GH|Africa/Abidjan Africa/Accra","GI|Europe/Gibraltar","GL|America/Nuuk America/Danmarkshavn America/Scoresbysund America/Thule","GM|Africa/Abidjan Africa/Banjul","GN|Africa/Abidjan Africa/Conakry","GP|America/Puerto_Rico America/Guadeloupe","GQ|Africa/Lagos Africa/Malabo","GR|Europe/Athens","GS|Atlantic/South_Georgia","GT|America/Guatemala","GU|Pacific/Guam","GW|Africa/Bissau","GY|America/Guyana","HK|Asia/Hong_Kong","HN|America/Tegucigalpa","HR|Europe/Belgrade Europe/Zagreb","HT|America/Port-au-Prince","HU|Europe/Budapest","ID|Asia/Jakarta Asia/Pontianak Asia/Makassar Asia/Jayapura","IE|Europe/Dublin","IL|Asia/Jerusalem","IM|Europe/London Europe/Isle_of_Man","IN|Asia/Kolkata","IO|Indian/Chagos","IQ|Asia/Baghdad","IR|Asia/Tehran","IS|Africa/Abidjan Atlantic/Reykjavik","IT|Europe/Rome","JE|Europe/London Europe/Jersey","JM|America/Jamaica","JO|Asia/Amman","JP|Asia/Tokyo","KE|Africa/Nairobi","KG|Asia/Bishkek","KH|Asia/Bangkok Asia/Phnom_Penh","KI|Pacific/Tarawa Pacific/Kanton Pacific/Kiritimati","KM|Africa/Nairobi Indian/Comoro","KN|America/Puerto_Rico America/St_Kitts","KP|Asia/Pyongyang","KR|Asia/Seoul","KW|Asia/Riyadh Asia/Kuwait","KY|America/Panama America/Cayman","KZ|Asia/Almaty Asia/Qyzylorda Asia/Qostanay Asia/Aqtobe Asia/Aqtau Asia/Atyrau Asia/Oral","LA|Asia/Bangkok Asia/Vientiane","LB|Asia/Beirut","LC|America/Puerto_Rico America/St_Lucia","LI|Europe/Zurich Europe/Vaduz","LK|Asia/Colombo","LR|Africa/Monrovia","LS|Africa/Johannesburg Africa/Maseru","LT|Europe/Vilnius","LU|Europe/Brussels Europe/Luxembourg","LV|Europe/Riga","LY|Africa/Tripoli","MA|Africa/Casablanca","MC|Europe/Paris Europe/Monaco","MD|Europe/Chisinau","ME|Europe/Belgrade Europe/Podgorica","MF|America/Puerto_Rico America/Marigot","MG|Africa/Nairobi Indian/Antananarivo","MH|Pacific/Tarawa Pacific/Kwajalein Pacific/Majuro","MK|Europe/Belgrade Europe/Skopje","ML|Africa/Abidjan Africa/Bamako","MM|Asia/Yangon","MN|Asia/Ulaanbaatar Asia/Hovd Asia/Choibalsan","MO|Asia/Macau","MP|Pacific/Guam Pacific/Saipan","MQ|America/Martinique","MR|Africa/Abidjan Africa/Nouakchott","MS|America/Puerto_Rico America/Montserrat","MT|Europe/Malta","MU|Indian/Mauritius","MV|Indian/Maldives","MW|Africa/Maputo Africa/Blantyre","MX|America/Mexico_City America/Cancun America/Merida America/Monterrey America/Matamoros America/Mazatlan America/Chihuahua America/Ojinaga America/Hermosillo America/Tijuana America/Bahia_Banderas","MY|Asia/Kuching Asia/Singapore Asia/Kuala_Lumpur","MZ|Africa/Maputo","NA|Africa/Windhoek","NC|Pacific/Noumea","NE|Africa/Lagos Africa/Niamey","NF|Pacific/Norfolk","NG|Africa/Lagos","NI|America/Managua","NL|Europe/Brussels Europe/Amsterdam","NO|Europe/Berlin Europe/Oslo","NP|Asia/Kathmandu","NR|Pacific/Nauru","NU|Pacific/Niue","NZ|Pacific/Auckland Pacific/Chatham","OM|Asia/Dubai Asia/Muscat","PA|America/Panama","PE|America/Lima","PF|Pacific/Tahiti Pacific/Marquesas Pacific/Gambier","PG|Pacific/Port_Moresby Pacific/Bougainville","PH|Asia/Manila","PK|Asia/Karachi","PL|Europe/Warsaw","PM|America/Miquelon","PN|Pacific/Pitcairn","PR|America/Puerto_Rico","PS|Asia/Gaza Asia/Hebron","PT|Europe/Lisbon Atlantic/Madeira Atlantic/Azores","PW|Pacific/Palau","PY|America/Asuncion","QA|Asia/Qatar","RE|Asia/Dubai Indian/Reunion","RO|Europe/Bucharest","RS|Europe/Belgrade","RU|Europe/Kaliningrad Europe/Moscow Europe/Simferopol Europe/Kirov Europe/Volgograd Europe/Astrakhan Europe/Saratov Europe/Ulyanovsk Europe/Samara Asia/Yekaterinburg Asia/Omsk Asia/Novosibirsk Asia/Barnaul Asia/Tomsk Asia/Novokuznetsk Asia/Krasnoyarsk Asia/Irkutsk Asia/Chita Asia/Yakutsk Asia/Khandyga Asia/Vladivostok Asia/Ust-Nera Asia/Magadan Asia/Sakhalin Asia/Srednekolymsk Asia/Kamchatka Asia/Anadyr","RW|Africa/Maputo Africa/Kigali","SA|Asia/Riyadh","SB|Pacific/Guadalcanal","SC|Asia/Dubai Indian/Mahe","SD|Africa/Khartoum","SE|Europe/Berlin Europe/Stockholm","SG|Asia/Singapore","SH|Africa/Abidjan Atlantic/St_Helena","SI|Europe/Belgrade Europe/Ljubljana","SJ|Europe/Berlin Arctic/Longyearbyen","SK|Europe/Prague Europe/Bratislava","SL|Africa/Abidjan Africa/Freetown","SM|Europe/Rome Europe/San_Marino","SN|Africa/Abidjan Africa/Dakar","SO|Africa/Nairobi Africa/Mogadishu","SR|America/Paramaribo","SS|Africa/Juba","ST|Africa/Sao_Tome","SV|America/El_Salvador","SX|America/Puerto_Rico America/Lower_Princes","SY|Asia/Damascus","SZ|Africa/Johannesburg Africa/Mbabane","TC|America/Grand_Turk","TD|Africa/Ndjamena","TF|Asia/Dubai Indian/Maldives Indian/Kerguelen","TG|Africa/Abidjan Africa/Lome","TH|Asia/Bangkok","TJ|Asia/Dushanbe","TK|Pacific/Fakaofo","TL|Asia/Dili","TM|Asia/Ashgabat","TN|Africa/Tunis","TO|Pacific/Tongatapu","TR|Europe/Istanbul","TT|America/Puerto_Rico America/Port_of_Spain","TV|Pacific/Tarawa Pacific/Funafuti","TW|Asia/Taipei","TZ|Africa/Nairobi Africa/Dar_es_Salaam","UA|Europe/Simferopol Europe/Kyiv","UG|Africa/Nairobi Africa/Kampala","UM|Pacific/Pago_Pago Pacific/Tarawa Pacific/Honolulu Pacific/Midway Pacific/Wake","US|America/New_York America/Detroit America/Kentucky/Louisville America/Kentucky/Monticello America/Indiana/Indianapolis America/Indiana/Vincennes America/Indiana/Winamac America/Indiana/Marengo America/Indiana/Petersburg America/Indiana/Vevay America/Chicago America/Indiana/Tell_City America/Indiana/Knox America/Menominee America/North_Dakota/Center America/North_Dakota/New_Salem America/North_Dakota/Beulah America/Denver America/Boise America/Phoenix America/Los_Angeles America/Anchorage America/Juneau America/Sitka America/Metlakatla America/Yakutat America/Nome America/Adak Pacific/Honolulu","UY|America/Montevideo","UZ|Asia/Samarkand Asia/Tashkent","VA|Europe/Rome Europe/Vatican","VC|America/Puerto_Rico America/St_Vincent","VE|America/Caracas","VG|America/Puerto_Rico America/Tortola","VI|America/Puerto_Rico America/St_Thomas","VN|Asia/Bangkok Asia/Ho_Chi_Minh","VU|Pacific/Efate","WF|Pacific/Tarawa Pacific/Wallis","WS|Pacific/Apia","YE|Asia/Riyadh Asia/Aden","YT|Africa/Nairobi Indian/Mayotte","ZA|Africa/Johannesburg","ZM|Africa/Maputo Africa/Lusaka","ZW|Africa/Maputo Africa/Harare"]}')}],q={};function W(b){var z=q[b];if(void 0!==z)return z.exports;var M=q[b]={id:b,loaded:!1,exports:{}};return o[b].call(M.exports,M,M.exports,W),M.loaded=!0,M.exports}W.n=b=>{var z=b&&b.__esModule?()=>b.default:()=>b;return W.d(z,{a:z}),z},W.d=(b,z)=>{for(var M in z)W.o(z,M)&&!W.o(b,M)&&Object.defineProperty(b,M,{enumerable:!0,get:z[M]})},W.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(b){if("object"==typeof window)return window}}(),W.o=(b,z)=>Object.prototype.hasOwnProperty.call(b,z),W.r=b=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(b,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(b,"__esModule",{value:!0})},W.nmd=b=>(b.paths=[],b.children||(b.children=[]),b);var n={};return(()=>{"use strict";W.r(n),W.d(n,{plugin:()=>Wz});var b=W(52);function z(b,M){return Object.setPrototypeOf||function(b,z){return b.__proto__=z,b},z(b,M)}var M=W(0),p=W.n(M);var O=function(){function b(b){this.isSpeedy=void 0===b.speedy||b.speedy,this.tags=[],this.ctr=0,this.nonce=b.nonce,this.key=b.key,this.container=b.container,this.before=null}var z=b.prototype;return z.insert=function(b){if(this.ctr%(this.isSpeedy?65e3:1)==0){var z,M=function(b){var z=document.createElement("style");return z.setAttribute("data-emotion",b.key),void 0!==b.nonce&&z.setAttribute("nonce",b.nonce),z.appendChild(document.createTextNode("")),z}(this);z=0===this.tags.length?this.before:this.tags[this.tags.length-1].nextSibling,this.container.insertBefore(M,z),this.tags.push(M)}var p=this.tags[this.tags.length-1];if(this.isSpeedy){var O=function(b){if(b.sheet)return b.sheet;for(var z=0;z<document.styleSheets.length;z++)if(document.styleSheets[z].ownerNode===b)return document.styleSheets[z]}(p);try{var A=105===b.charCodeAt(1)&&64===b.charCodeAt(0);O.insertRule(b,A?0:O.cssRules.length)}catch(b){0}}else p.appendChild(document.createTextNode(b));this.ctr++},z.flush=function(){this.tags.forEach((function(b){return b.parentNode.removeChild(b)})),this.tags=[],this.ctr=0},b}();const A=function(b){function z(b,p,q,W,a){for(var e,R,r,i,f,L=0,u=0,N=0,s=0,T=0,C=0,S=r=e=0,P=0,k=0,D=0,_=0,x=q.length,I=x-1,j="",U="",F="",H="";P<x;){if(R=q.charCodeAt(P),P===I&&0!==u+s+N+L&&(0!==u&&(R=47===u?10:47),s=N=L=0,x++,I++),0===u+s+N+L){if(P===I&&(0<k&&(j=j.replace(d,"")),0<j.trim().length)){switch(R){case 32:case 9:case 59:case 13:case 10:break;default:j+=q.charAt(P)}R=59}switch(R){case 123:for(e=(j=j.trim()).charCodeAt(0),r=1,_=++P;P<x;){switch(R=q.charCodeAt(P)){case 123:r++;break;case 125:r--;break;case 47:switch(R=q.charCodeAt(P+1)){case 42:case 47:b:{for(S=P+1;S<I;++S)switch(q.charCodeAt(S)){case 47:if(42===R&&42===q.charCodeAt(S-1)&&P+2!==S){P=S+1;break b}break;case 10:if(47===R){P=S+1;break b}}P=S}}break;case 91:R++;case 40:R++;case 34:case 39:for(;P++<I&&q.charCodeAt(P)!==R;);}if(0===r)break;P++}if(r=q.substring(_,P),0===e&&(e=(j=j.replace(n,"").trim()).charCodeAt(0)),64===e){switch(0<k&&(j=j.replace(d,"")),R=j.charCodeAt(1)){case 100:case 109:case 115:case 45:k=p;break;default:k=v}if(_=(r=z(p,k,r,R,a+1)).length,0<y&&(f=o(3,r,k=M(v,j,D),p,h,m,_,R,a,W),j=k.join(""),void 0!==f&&0===(_=(r=f.trim()).length)&&(R=0,r="")),0<_)switch(R){case 115:j=j.replace(l,c);case 100:case 109:case 45:r=j+"{"+r+"}";break;case 107:r=(j=j.replace(t,"$1 $2"))+"{"+r+"}",r=1===E||2===E&&A("@"+r,3)?"@-webkit-"+r+"@"+r:"@"+r;break;default:r=j+r,112===W&&(U+=r,r="")}else r=""}else r=z(p,M(p,j,D),r,W,a+1);F+=r,r=D=k=S=e=0,j="",R=q.charCodeAt(++P);break;case 125:case 59:if(1<(_=(j=(0<k?j.replace(d,""):j).trim()).length))switch(0===S&&(e=j.charCodeAt(0),45===e||96<e&&123>e)&&(_=(j=j.replace(" ",":")).length),0<y&&void 0!==(f=o(1,j,p,b,h,m,U.length,W,a,W))&&0===(_=(j=f.trim()).length)&&(j="\0\0"),e=j.charCodeAt(0),R=j.charCodeAt(1),e){case 0:break;case 64:if(105===R||99===R){H+=j+q.charAt(P);break}default:58!==j.charCodeAt(_-1)&&(U+=O(j,e,R,j.charCodeAt(2)))}D=k=S=e=0,j="",R=q.charCodeAt(++P)}}switch(R){case 13:case 10:47===u?u=0:0===1+e&&107!==W&&0<j.length&&(k=1,j+="\0"),0<y*w&&o(0,j,p,b,h,m,U.length,W,a,W),m=1,h++;break;case 59:case 125:if(0===u+s+N+L){m++;break}default:switch(m++,i=q.charAt(P),R){case 9:case 32:if(0===s+L+u)switch(T){case 44:case 58:case 9:case 32:i="";break;default:32!==R&&(i=" ")}break;case 0:i="\\0";break;case 12:i="\\f";break;case 11:i="\\v";break;case 38:0===s+u+L&&(k=D=1,i="\f"+i);break;case 108:if(0===s+u+L+g&&0<S)switch(P-S){case 2:112===T&&58===q.charCodeAt(P-3)&&(g=T);case 8:111===C&&(g=C)}break;case 58:0===s+u+L&&(S=P);break;case 44:0===u+N+s+L&&(k=1,i+="\r");break;case 34:case 39:0===u&&(s=s===R?0:0===s?R:s);break;case 91:0===s+u+N&&L++;break;case 93:0===s+u+N&&L--;break;case 41:0===s+u+L&&N--;break;case 40:if(0===s+u+L){if(0===e)if(2*T+3*C==533);else e=1;N++}break;case 64:0===u+N+s+L+S+r&&(r=1);break;case 42:case 47:if(!(0<s+L+N))switch(u){case 0:switch(2*R+3*q.charCodeAt(P+1)){case 235:u=47;break;case 220:_=P,u=42}break;case 42:47===R&&42===T&&_+2!==P&&(33===q.charCodeAt(_+2)&&(U+=q.substring(_,P+1)),i="",u=0)}}0===u&&(j+=i)}C=T,T=R,P++}if(0<(_=U.length)){if(k=p,0<y&&(void 0!==(f=o(2,U,k,b,h,m,_,W,a,W))&&0===(U=f).length))return H+U+F;if(U=k.join(",")+"{"+U+"}",0!=E*g){switch(2!==E||A(U,2)||(g=0),g){case 111:U=U.replace(B,":-moz-$1")+U;break;case 112:U=U.replace(X,"::-webkit-input-$1")+U.replace(X,"::-moz-$1")+U.replace(X,":-ms-input-$1")+U}g=0}}return H+U+F}function M(b,z,M){var O=z.trim().split(r);z=O;var A=O.length,c=b.length;switch(c){case 0:case 1:var o=0;for(b=0===c?"":b[0]+" ";o<A;++o)z[o]=p(b,z[o],M).trim();break;default:var q=o=0;for(z=[];o<A;++o)for(var W=0;W<c;++W)z[q++]=p(b[W]+" ",O[o],M).trim()}return z}function p(b,z,M){var p=z.charCodeAt(0);switch(33>p&&(p=(z=z.trim()).charCodeAt(0)),p){case 38:return z.replace(i,"$1"+b.trim());case 58:return b.trim()+z.replace(i,"$1"+b.trim());default:if(0<1*M&&0<z.indexOf("\f"))return z.replace(i,(58===b.charCodeAt(0)?"":"$1")+b.trim())}return b+z}function O(b,z,M,p){var c=b+";",o=2*z+3*M+4*p;if(944===o){b=c.indexOf(":",9)+1;var q=c.substring(b,c.length-1).trim();return q=c.substring(0,b).trim()+q+";",1===E||2===E&&A(q,1)?"-webkit-"+q+q:q}if(0===E||2===E&&!A(c,1))return c;switch(o){case 1015:return 97===c.charCodeAt(10)?"-webkit-"+c+c:c;case 951:return 116===c.charCodeAt(3)?"-webkit-"+c+c:c;case 963:return 110===c.charCodeAt(5)?"-webkit-"+c+c:c;case 1009:if(100!==c.charCodeAt(4))break;case 969:case 942:return"-webkit-"+c+c;case 978:return"-webkit-"+c+"-moz-"+c+c;case 1019:case 983:return"-webkit-"+c+"-moz-"+c+"-ms-"+c+c;case 883:if(45===c.charCodeAt(8))return"-webkit-"+c+c;if(0<c.indexOf("image-set(",11))return c.replace(T,"$1-webkit-$2")+c;break;case 932:if(45===c.charCodeAt(4))switch(c.charCodeAt(5)){case 103:return"-webkit-box-"+c.replace("-grow","")+"-webkit-"+c+"-ms-"+c.replace("grow","positive")+c;case 115:return"-webkit-"+c+"-ms-"+c.replace("shrink","negative")+c;case 98:return"-webkit-"+c+"-ms-"+c.replace("basis","preferred-size")+c}return"-webkit-"+c+"-ms-"+c+c;case 964:return"-webkit-"+c+"-ms-flex-"+c+c;case 1023:if(99!==c.charCodeAt(8))break;return"-webkit-box-pack"+(q=c.substring(c.indexOf(":",15)).replace("flex-","").replace("space-between","justify"))+"-webkit-"+c+"-ms-flex-pack"+q+c;case 1005:return e.test(c)?c.replace(a,":-webkit-")+c.replace(a,":-moz-")+c:c;case 1e3:switch(z=(q=c.substring(13).trim()).indexOf("-")+1,q.charCodeAt(0)+q.charCodeAt(z)){case 226:q=c.replace(f,"tb");break;case 232:q=c.replace(f,"tb-rl");break;case 220:q=c.replace(f,"lr");break;default:return c}return"-webkit-"+c+"-ms-"+q+c;case 1017:if(-1===c.indexOf("sticky",9))break;case 975:switch(z=(c=b).length-10,o=(q=(33===c.charCodeAt(z)?c.substring(0,z):c).substring(b.indexOf(":",7)+1).trim()).charCodeAt(0)+(0|q.charCodeAt(7))){case 203:if(111>q.charCodeAt(8))break;case 115:c=c.replace(q,"-webkit-"+q)+";"+c;break;case 207:case 102:c=c.replace(q,"-webkit-"+(102<o?"inline-":"")+"box")+";"+c.replace(q,"-webkit-"+q)+";"+c.replace(q,"-ms-"+q+"box")+";"+c}return c+";";case 938:if(45===c.charCodeAt(5))switch(c.charCodeAt(6)){case 105:return q=c.replace("-items",""),"-webkit-"+c+"-webkit-box-"+q+"-ms-flex-"+q+c;case 115:return"-webkit-"+c+"-ms-flex-item-"+c.replace(u,"")+c;default:return"-webkit-"+c+"-ms-flex-line-pack"+c.replace("align-content","").replace(u,"")+c}break;case 973:case 989:if(45!==c.charCodeAt(3)||122===c.charCodeAt(4))break;case 931:case 953:if(!0===s.test(b))return 115===(q=b.substring(b.indexOf(":")+1)).charCodeAt(0)?O(b.replace("stretch","fill-available"),z,M,p).replace(":fill-available",":stretch"):c.replace(q,"-webkit-"+q)+c.replace(q,"-moz-"+q.replace("fill-",""))+c;break;case 962:if(c="-webkit-"+c+(102===c.charCodeAt(5)?"-ms-"+c:"")+c,211===M+p&&105===c.charCodeAt(13)&&0<c.indexOf("transform",10))return c.substring(0,c.indexOf(";",27)+1).replace(R,"$1-webkit-$2")+c}return c}function A(b,z){var M=b.indexOf(1===z?":":"{"),p=b.substring(0,3!==z?M:10);return M=b.substring(M+1,b.length-1),S(2!==z?p:p.replace(N,"$1"),M,z)}function c(b,z){var M=O(z,z.charCodeAt(0),z.charCodeAt(1),z.charCodeAt(2));return M!==z+";"?M.replace(L," or ($1)").substring(4):"("+z+")"}function o(b,z,M,p,O,A,c,o,q,n){for(var d,a=0,e=z;a<y;++a)switch(d=C[a].call(W,b,e,M,p,O,A,c,o,q,n)){case void 0:case!1:case!0:case null:break;default:e=d}if(e!==z)return e}function q(b){return void 0!==(b=b.prefix)&&(S=null,b?"function"!=typeof b?E=1:(E=2,S=b):E=0),q}function W(b,M){var p=b;if(33>p.charCodeAt(0)&&(p=p.trim()),p=[p],0<y){var O=o(-1,M,p,p,h,m,0,0,0,0);void 0!==O&&"string"==typeof O&&(M=O)}var A=z(v,p,M,0,0);return 0<y&&(void 0!==(O=o(-2,A,p,p,h,m,A.length,0,0,0))&&(A=O)),"",g=0,m=h=1,A}var n=/^\0+/g,d=/[\0\r\f]/g,a=/: */g,e=/zoo|gra/,R=/([,: ])(transform)/g,r=/,\r+?/g,i=/([\t\r\n ])*\f?&/g,t=/@(k\w+)\s*(\S*)\s*/,X=/::(place)/g,B=/:(read-only)/g,f=/[svh]\w+-[tblr]{2}/,l=/\(\s*(.*)\s*\)/g,L=/([\s\S]*?);/g,u=/-self|flex-/g,N=/[^]*?(:[rp][el]a[\w-]+)[^]*/,s=/stretch|:\s*\w+\-(?:conte|avail)/,T=/([^-])(image-set\()/,m=1,h=1,g=0,E=1,v=[],C=[],y=0,S=null,w=0;return W.use=function b(z){switch(z){case void 0:case null:y=C.length=0;break;default:if("function"==typeof z)C[y++]=z;else if("object"==typeof z)for(var M=0,p=z.length;M<p;++M)b(z[M]);else w=0|!!z}return b},W.set=q,void 0!==b&&q(b),W};var c="/*|*/";function o(b){b&&q.current.insert(b+"}")}var q={current:null},d=function(b,z,M,p,O,A,W,n,d,a){switch(b){case 1:switch(z.charCodeAt(0)){case 64:return q.current.insert(z+";"),"";case 108:if(98===z.charCodeAt(2))return""}break;case 2:if(0===n)return z+c;break;case 3:switch(n){case 102:case 112:return q.current.insert(M[0]+z),"";default:return z+(0===a?c:"")}case-2:z.split("/*|*/}").forEach(o)}};const a=function(b){void 0===b&&(b={});var z,M=b.key||"css";void 0!==b.prefix&&(z={prefix:b.prefix});var p=new A(z);var c,o={};c=b.container||document.head;var W,n=document.querySelectorAll("style[data-emotion-"+M+"]");Array.prototype.forEach.call(n,(function(b){b.getAttribute("data-emotion-"+M).split(" ").forEach((function(b){o[b]=!0})),b.parentNode!==c&&c.appendChild(b)})),p.use(b.stylisPlugins)(d),W=function(b,z,M,O){var A=z.name;q.current=M,p(b,z.styles),O&&(a.inserted[A]=!0)};var a={key:M,sheet:new O({key:M,container:c,nonce:b.nonce,speedy:b.speedy}),nonce:b.nonce,inserted:o,registered:{},insert:W};return a};var e=function(b,z,M){var p=b.key+"-"+z.name;if(!1===M&&void 0===b.registered[p]&&(b.registered[p]=z.styles),void 0===b.inserted[z.name]){var O=z;do{b.insert("."+p,O,b.sheet,!0);O=O.next}while(void 0!==O)}};const R=function(b){for(var z,M=0,p=0,O=b.length;O>=4;++p,O-=4)z=1540483477*(65535&(z=255&b.charCodeAt(p)|(255&b.charCodeAt(++p))<<8|(255&b.charCodeAt(++p))<<16|(255&b.charCodeAt(++p))<<24))+(59797*(z>>>16)<<16),M=1540483477*(65535&(z^=z>>>24))+(59797*(z>>>16)<<16)^1540483477*(65535&M)+(59797*(M>>>16)<<16);switch(O){case 3:M^=(255&b.charCodeAt(p+2))<<16;case 2:M^=(255&b.charCodeAt(p+1))<<8;case 1:M=1540483477*(65535&(M^=255&b.charCodeAt(p)))+(59797*(M>>>16)<<16)}return(((M=1540483477*(65535&(M^=M>>>13))+(59797*(M>>>16)<<16))^M>>>15)>>>0).toString(36)};const r={animationIterationCount:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1};var i=/[A-Z]|^ms/g,t=/_EMO_([^_]+?)_([^]*?)_EMO_/g,X=function(b){return 45===b.charCodeAt(1)},B=function(b){return null!=b&&"boolean"!=typeof b},f=function(b){var z={};return function(M){return void 0===z[M]&&(z[M]=b(M)),z[M]}}((function(b){return X(b)?b:b.replace(i,"-$&").toLowerCase()})),l=function(b,z){switch(b){case"animation":case"animationName":if("string"==typeof z)return z.replace(t,(function(b,z,M){return u={name:z,styles:M,next:u},z}))}return 1===r[b]||X(b)||"number"!=typeof z||0===z?z:z+"px"};function L(b,z,M,p){if(null==M)return"";if(void 0!==M.__emotion_styles)return M;switch(typeof M){case"boolean":return"";case"object":if(1===M.anim)return u={name:M.name,styles:M.styles,next:u},M.name;if(void 0!==M.styles){var O=M.next;if(void 0!==O)for(;void 0!==O;)u={name:O.name,styles:O.styles,next:u},O=O.next;return M.styles+";"}return function(b,z,M){var p="";if(Array.isArray(M))for(var O=0;O<M.length;O++)p+=L(b,z,M[O],!1);else for(var A in M){var c=M[A];if("object"!=typeof c)null!=z&&void 0!==z[c]?p+=A+"{"+z[c]+"}":B(c)&&(p+=f(A)+":"+l(A,c)+";");else if(!Array.isArray(c)||"string"!=typeof c[0]||null!=z&&void 0!==z[c[0]]){var o=L(b,z,c,!1);switch(A){case"animation":case"animationName":p+=f(A)+":"+o+";";break;default:p+=A+"{"+o+"}"}}else for(var q=0;q<c.length;q++)B(c[q])&&(p+=f(A)+":"+l(A,c[q])+";")}return p}(b,z,M);case"function":if(void 0!==b){var A=u,c=M(b);return u=A,L(b,z,c,p)}}if(null==z)return M;var o=z[M];return void 0===o||p?M:o}var u,N=/label:\s*([^\s;\n{]+)\s*;/g;var s=function(b,z,M){if(1===b.length&&"object"==typeof b[0]&&null!==b[0]&&void 0!==b[0].styles)return b[0];var p=!0,O="";u=void 0;var A=b[0];null==A||void 0===A.raw?(p=!1,O+=L(M,z,A,!1)):O+=A[0];for(var c=1;c<b.length;c++)O+=L(M,z,b[c],46===O.charCodeAt(O.length-1)),p&&(O+=A[c]);N.lastIndex=0;for(var o,q="";null!==(o=N.exec(O));)q+="-"+o[1];return{name:R(O)+q,styles:O,next:u}},T=(W(18),(0,M.createContext)("undefined"!=typeof HTMLElement?a():null)),m=(0,M.createContext)({}),h=(T.Provider,function(b){return(0,M.forwardRef)((function(z,p){return(0,M.createElement)(T.Consumer,null,(function(M){return b(z,M,p)}))}))});Object.prototype.hasOwnProperty;M.Component;var g=function b(z){for(var M=z.length,p=0,O="";p<M;p++){var A=z[p];if(null!=A){var c=void 0;switch(typeof A){case"boolean":break;case"object":if(Array.isArray(A))c=b(A);else for(var o in c="",A)A[o]&&o&&(c&&(c+=" "),c+=o);break;default:c=A}c&&(O&&(O+=" "),O+=c)}}return O};function E(b,z,M){var p=[],O=function(b,z,M){var p="";return M.split(" ").forEach((function(M){void 0!==b[M]?z.push(b[M]):p+=M+" "})),p}(b,p,M);return p.length<2?M:O+z(p)}h((function(b,z){return(0,M.createElement)(m.Consumer,null,(function(M){var p=function(){for(var b=arguments.length,M=new Array(b),p=0;p<b;p++)M[p]=arguments[p];var O=s(M,z.registered);return e(z,O,!1),z.key+"-"+O.name},O={css:p,cx:function(){for(var b=arguments.length,M=new Array(b),O=0;O<b;O++)M[O]=arguments[O];return E(z.registered,p,g(M))},theme:M},A=b.children(O);return!0,A}))}));var v,C,y=W(1),S=W(3),w=W.n(S),P={delimiter:",",decimalSeparator:".",header:!0,ignoreUnknown:!1,skipRows:0,schema:[]},k={storage:"http"};function D(){return D=Object.assign?Object.assign.bind():function(b){for(var z=1;z<arguments.length;z++){var M=arguments[z];for(var p in M)Object.prototype.hasOwnProperty.call(M,p)&&(b[p]=M[p])}return b},D.apply(this,arguments)}var _=y.LegacyForms.Input,x=y.LegacyForms.FormField,I=W(53);function j(b){return j="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(b){return typeof b}:function(b){return b&&"function"==typeof Symbol&&b.constructor===Symbol&&b!==Symbol.prototype?"symbol":typeof b},j(b)}function U(){U=function(){return b};var b={},z=Object.prototype,M=z.hasOwnProperty,p=Object.defineProperty||function(b,z,M){b[z]=M.value},O="function"==typeof Symbol?Symbol:{},A=O.iterator||"@@iterator",c=O.asyncIterator||"@@asyncIterator",o=O.toStringTag||"@@toStringTag";function q(b,z,M){return Object.defineProperty(b,z,{value:M,enumerable:!0,configurable:!0,writable:!0}),b[z]}try{q({},"")}catch(b){q=function(b,z,M){return b[z]=M}}function W(b,z,M,O){var A=z&&z.prototype instanceof a?z:a,c=Object.create(A.prototype),o=new s(O||[]);return p(c,"_invoke",{value:l(b,M,o)}),c}function n(b,z,M){try{return{type:"normal",arg:b.call(z,M)}}catch(b){return{type:"throw",arg:b}}}b.wrap=W;var d={};function a(){}function e(){}function R(){}var r={};q(r,A,(function(){return this}));var i=Object.getPrototypeOf,t=i&&i(i(T([])));t&&t!==z&&M.call(t,A)&&(r=t);var X=R.prototype=a.prototype=Object.create(r);function B(b){["next","throw","return"].forEach((function(z){q(b,z,(function(b){return this._invoke(z,b)}))}))}function f(b,z){function O(p,A,c,o){var q=n(b[p],b,A);if("throw"!==q.type){var W=q.arg,d=W.value;return d&&"object"==j(d)&&M.call(d,"__await")?z.resolve(d.__await).then((function(b){O("next",b,c,o)}),(function(b){O("throw",b,c,o)})):z.resolve(d).then((function(b){W.value=b,c(W)}),(function(b){return O("throw",b,c,o)}))}o(q.arg)}var A;p(this,"_invoke",{value:function(b,M){function p(){return new z((function(z,p){O(b,M,z,p)}))}return A=A?A.then(p,p):p()}})}function l(b,z,M){var p="suspendedStart";return function(O,A){if("executing"===p)throw new Error("Generator is already running");if("completed"===p){if("throw"===O)throw A;return m()}for(M.method=O,M.arg=A;;){var c=M.delegate;if(c){var o=L(c,M);if(o){if(o===d)continue;return o}}if("next"===M.method)M.sent=M._sent=M.arg;else if("throw"===M.method){if("suspendedStart"===p)throw p="completed",M.arg;M.dispatchException(M.arg)}else"return"===M.method&&M.abrupt("return",M.arg);p="executing";var q=n(b,z,M);if("normal"===q.type){if(p=M.done?"completed":"suspendedYield",q.arg===d)continue;return{value:q.arg,done:M.done}}"throw"===q.type&&(p="completed",M.method="throw",M.arg=q.arg)}}}function L(b,z){var M=b.iterator[z.method];if(void 0===M){if(z.delegate=null,"throw"===z.method){if(b.iterator.return&&(z.method="return",z.arg=void 0,L(b,z),"throw"===z.method))return d;z.method="throw",z.arg=new TypeError("The iterator does not provide a 'throw' method")}return d}var p=n(M,b.iterator,z.arg);if("throw"===p.type)return z.method="throw",z.arg=p.arg,z.delegate=null,d;var O=p.arg;return O?O.done?(z[b.resultName]=O.value,z.next=b.nextLoc,"return"!==z.method&&(z.method="next",z.arg=void 0),z.delegate=null,d):O:(z.method="throw",z.arg=new TypeError("iterator result is not an object"),z.delegate=null,d)}function u(b){var z={tryLoc:b[0]};1 in b&&(z.catchLoc=b[1]),2 in b&&(z.finallyLoc=b[2],z.afterLoc=b[3]),this.tryEntries.push(z)}function N(b){var z=b.completion||{};z.type="normal",delete z.arg,b.completion=z}function s(b){this.tryEntries=[{tryLoc:"root"}],b.forEach(u,this),this.reset(!0)}function T(b){if(b){var z=b[A];if(z)return z.call(b);if("function"==typeof b.next)return b;if(!isNaN(b.length)){var p=-1,O=function z(){for(;++p<b.length;)if(M.call(b,p))return z.value=b[p],z.done=!1,z;return z.value=void 0,z.done=!0,z};return O.next=O}}return{next:m}}function m(){return{value:void 0,done:!0}}return e.prototype=R,p(X,"constructor",{value:R,configurable:!0}),p(R,"constructor",{value:e,configurable:!0}),e.displayName=q(R,o,"GeneratorFunction"),b.isGeneratorFunction=function(b){var z="function"==typeof b&&b.constructor;return!!z&&(z===e||"GeneratorFunction"===(z.displayName||z.name))},b.mark=function(b){return Object.setPrototypeOf?Object.setPrototypeOf(b,R):(b.__proto__=R,q(b,o,"GeneratorFunction")),b.prototype=Object.create(X),b},b.awrap=function(b){return{__await:b}},B(f.prototype),q(f.prototype,c,(function(){return this})),b.AsyncIterator=f,b.async=function(z,M,p,O,A){void 0===A&&(A=Promise);var c=new f(W(z,M,p,O),A);return b.isGeneratorFunction(M)?c:c.next().then((function(b){return b.done?b.value:c.next()}))},B(X),q(X,o,"Generator"),q(X,A,(function(){return this})),q(X,"toString",(function(){return"[object Generator]"})),b.keys=function(b){var z=Object(b),M=[];for(var p in z)M.push(p);return M.reverse(),function b(){for(;M.length;){var p=M.pop();if(p in z)return b.value=p,b.done=!1,b}return b.done=!0,b}},b.values=T,s.prototype={constructor:s,reset:function(b){if(this.prev=0,this.next=0,this.sent=this._sent=void 0,this.done=!1,this.delegate=null,this.method="next",this.arg=void 0,this.tryEntries.forEach(N),!b)for(var z in this)"t"===z.charAt(0)&&M.call(this,z)&&!isNaN(+z.slice(1))&&(this[z]=void 0)},stop:function(){this.done=!0;var b=this.tryEntries[0].completion;if("throw"===b.type)throw b.arg;return this.rval},dispatchException:function(b){if(this.done)throw b;var z=this;function p(M,p){return c.type="throw",c.arg=b,z.next=M,p&&(z.method="next",z.arg=void 0),!!p}for(var O=this.tryEntries.length-1;O>=0;--O){var A=this.tryEntries[O],c=A.completion;if("root"===A.tryLoc)return p("end");if(A.tryLoc<=this.prev){var o=M.call(A,"catchLoc"),q=M.call(A,"finallyLoc");if(o&&q){if(this.prev<A.catchLoc)return p(A.catchLoc,!0);if(this.prev<A.finallyLoc)return p(A.finallyLoc)}else if(o){if(this.prev<A.catchLoc)return p(A.catchLoc,!0)}else{if(!q)throw new Error("try statement without catch or finally");if(this.prev<A.finallyLoc)return p(A.finallyLoc)}}}},abrupt:function(b,z){for(var p=this.tryEntries.length-1;p>=0;--p){var O=this.tryEntries[p];if(O.tryLoc<=this.prev&&M.call(O,"finallyLoc")&&this.prev<O.finallyLoc){var A=O;break}}A&&("break"===b||"continue"===b)&&A.tryLoc<=z&&z<=A.finallyLoc&&(A=null);var c=A?A.completion:{};return c.type=b,c.arg=z,A?(this.method="next",this.next=A.finallyLoc,d):this.complete(c)},complete:function(b,z){if("throw"===b.type)throw b.arg;return"break"===b.type||"continue"===b.type?this.next=b.arg:"return"===b.type?(this.rval=this.arg=b.arg,this.method="return",this.next="end"):"normal"===b.type&&z&&(this.next=z),d},finish:function(b){for(var z=this.tryEntries.length-1;z>=0;--z){var M=this.tryEntries[z];if(M.finallyLoc===b)return this.complete(M.completion,M.afterLoc),N(M),d}},catch:function(b){for(var z=this.tryEntries.length-1;z>=0;--z){var M=this.tryEntries[z];if(M.tryLoc===b){var p=M.completion;if("throw"===p.type){var O=p.arg;N(M)}return O}}throw new Error("illegal catch attempt")},delegateYield:function(b,z,M){return this.delegate={iterator:T(b),resultName:z,nextLoc:M},"next"===this.method&&(this.arg=void 0),d}},b}function F(b,z,M,p,O,A,c){try{var o=b[A](c),q=o.value}catch(b){return void M(b)}o.done?z(q):Promise.resolve(q).then(p,O)}function H(){return H=Object.assign?Object.assign.bind():function(b){for(var z=1;z<arguments.length;z++){var M=arguments[z];for(var p in M)Object.prototype.hasOwnProperty.call(M,p)&&(b[p]=M[p])}return b},H.apply(this,arguments)}function G(b,z){for(var M=0;M<z.length;M++){var p=z[M];p.enumerable=p.enumerable||!1,p.configurable=!0,"value"in p&&(p.writable=!0),Object.defineProperty(b,p.key,p)}}function K(b,z){return K=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(b,z){return b.__proto__=z,b},K(b,z)}function V(b){var z=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(b){return!1}}();return function(){var M,p=Y(b);if(z){var O=Y(this).constructor;M=Reflect.construct(p,arguments,O)}else M=p.apply(this,arguments);return Q(this,M)}}function Q(b,z){if(z&&("object"===j(z)||"function"==typeof z))return z;if(void 0!==z)throw new TypeError("Derived constructors may only return object or undefined");return J(b)}function J(b){if(void 0===b)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return b}function Y(b){return Y=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(b){return b.__proto__||Object.getPrototypeOf(b)},Y(b)}function Z(b,z,M){return z in b?Object.defineProperty(b,z,{value:M,enumerable:!0,configurable:!0,writable:!0}):b[z]=M,b}var $=function(b){!function(b,z){if("function"!=typeof z&&null!==z)throw new TypeError("Super expression must either be null or a function");b.prototype=Object.create(z&&z.prototype,{constructor:{value:b,writable:!0,configurable:!0}}),Object.defineProperty(b,"prototype",{writable:!1}),z&&K(b,z)}(o,b);var z,M,p,O,A,c=V(o);function o(b){var z;return function(b,z){if(!(b instanceof z))throw new TypeError("Cannot call a class as a function")}(this,o),Z(J(z=c.call(this,b)),"jsonData",void 0),Z(J(z),"annotations",{}),z.jsonData=b.jsonData,z}return z=o,M=[{key:"applyTemplateVariables",value:function(b,z){var M,p,O,A=function(b){return(0,I.getTemplateSrv)().replace(b,z)};return H({},b,{schema:null===(M=b.schema)||void 0===M?void 0:M.map((function(b){var z=b.name,M=b.type;return{name:A(z),type:M}})),path:A(b.path),queryParams:A(b.queryParams),params:null===(p=b.params)||void 0===p?void 0:p.map((function(b){return b.map(A)})),headers:null===(O=b.headers)||void 0===O?void 0:O.map((function(b){return b.map(A)})),body:A(b.body)})}},{key:"metricFindQuery",value:(O=U().mark((function b(z,M){var p,O;return U().wrap((function(b){for(;;)switch(b.prev=b.next){case 0:return p={targets:[H({},z,{refId:"metricFindQuery"})],range:M.range,rangeRaw:M.rangeRaw},b.prev=1,b.next=4,this.query(p).toPromise();case 4:O=b.sent,b.next=10;break;case 7:return b.prev=7,b.t0=b.catch(1),b.abrupt("return",Promise.reject(b.t0));case 10:if(!O||O.data.length&&O.data[0].fields.length){b.next=12;break}return b.abrupt("return",[]);case 12:return b.abrupt("return",O?O.data[0].fields[0].values.toArray().map((function(b){return{text:b.toString()}})):[]);case 13:case"end":return b.stop()}}),b,this,[[1,7]])})),A=function(){var b=this,z=arguments;return new Promise((function(M,p){var A=O.apply(b,z);function c(b){F(A,M,p,c,o,"next",b)}function o(b){F(A,M,p,c,o,"throw",b)}c(void 0)}))},function(b,z){return A.apply(this,arguments)})}],M&&G(z.prototype,M),p&&G(z,p),Object.defineProperty(z,"prototype",{writable:!1}),o}(I.DataSourceWithBackend);function bb(){return bb=Object.assign?Object.assign.bind():function(b){for(var z=1;z<arguments.length;z++){var M=arguments[z];for(var p in M)Object.prototype.hasOwnProperty.call(M,p)&&(b[p]=M[p])}return b},bb.apply(this,arguments)}function zb(b,z){return function(b){if(Array.isArray(b))return b}(b)||function(b,z){var M=null==b?null:"undefined"!=typeof Symbol&&b[Symbol.iterator]||b["@@iterator"];if(null==M)return;var p,O,A=[],c=!0,o=!1;try{for(M=M.call(b);!(c=(p=M.next()).done)&&(A.push(p.value),!z||A.length!==z);c=!0);}catch(b){o=!0,O=b}finally{try{c||null==M.return||M.return()}finally{if(o)throw O}}return A}(b,z)||function(b,z){if(!b)return;if("string"==typeof b)return Mb(b,z);var M=Object.prototype.toString.call(b).slice(8,-1);"Object"===M&&b.constructor&&(M=b.constructor.name);if("Map"===M||"Set"===M)return Array.from(b);if("Arguments"===M||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(M))return Mb(b,z)}(b,z)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Mb(b,z){(null==z||z>b.length)&&(z=b.length);for(var M=0,p=new Array(z);M<z;M++)p[M]=b[M];return p}var pb=function(b){var z=b.field,O=b.onFieldChange,A=zb((0,M.useState)(z.name),2),c=A[0],o=A[1];(0,M.useEffect)((function(){o(z.name)}),[z]);return p().createElement(p().Fragment,null,p().createElement(y.InlineField,{label:"Field",tooltip:"Name of the CSV column to include.",grow:!0},p().createElement(y.QueryField,{query:c,onRunQuery:function(){return O(bb({},z,{name:c}))},onChange:function(b){return o(b)},portalOrigin:"csv"})),p().createElement(y.InlineField,{label:"Type",tooltip:"Set the type of a field. By default, all fields have type String."},p().createElement(y.Select,{width:12,value:z.type,onChange:function(b){O(bb({},z,{type:b.value}))},options:[{label:"String",value:"string"},{label:"Number",value:"number"},{label:"Time",value:"time"},{label:"Boolean",value:"boolean"}]})))};function Ob(b){return function(b){if(Array.isArray(b))return ob(b)}(b)||function(b){if("undefined"!=typeof Symbol&&null!=b[Symbol.iterator]||null!=b["@@iterator"])return Array.from(b)}(b)||cb(b)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Ab(b,z){return function(b){if(Array.isArray(b))return b}(b)||function(b,z){var M=null==b?null:"undefined"!=typeof Symbol&&b[Symbol.iterator]||b["@@iterator"];if(null==M)return;var p,O,A=[],c=!0,o=!1;try{for(M=M.call(b);!(c=(p=M.next()).done)&&(A.push(p.value),!z||A.length!==z);c=!0);}catch(b){o=!0,O=b}finally{try{c||null==M.return||M.return()}finally{if(o)throw O}}return A}(b,z)||cb(b,z)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function cb(b,z){if(b){if("string"==typeof b)return ob(b,z);var M=Object.prototype.toString.call(b).slice(8,-1);return"Object"===M&&b.constructor&&(M=b.constructor.name),"Map"===M||"Set"===M?Array.from(b):"Arguments"===M||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(M)?ob(b,z):void 0}}function ob(b,z){(null==z||z>b.length)&&(z=b.length);for(var M=0,p=new Array(z);M<z;M++)p[M]=b[M];return p}var qb=function(b){var z=b.value,O=b.onChange,A=b.limit,c=Ab((0,M.useState)(z),2),o=c[0],q=c[1];(0,M.useEffect)((function(){q(z)}),[z]);return o.length||function(){if(!A||z.length<A){var b=[].concat(Ob(o),[{name:"",type:"string"}]);q(b),O(b)}}(),p().createElement(p().Fragment,null,o.map((function(b,M){return p().createElement(y.InlineFieldRow,{key:M},p().createElement(pb,{field:b,onFieldChange:(c=M,function(b){var z=o.map((function(z,M){return M===c?b:z}));q(z),O(z)})}),(!A||z.length<A)&&p().createElement("a",{className:"gf-form-label"},p().createElement(y.Icon,{name:"plus",size:"lg",onClick:function(){return function(b){if(!A||z.length<A){var M=[].concat(Ob(o.slice(0,b+1)),[{name:"",type:"string"}],Ob(o.slice(b+1)));q(M),O(M)}}(M)}})),o.length>1&&p().createElement("a",{className:"gf-form-label"},p().createElement(y.Icon,{name:"minus",size:"lg",onClick:function(){return function(b){var z=o.filter((function(z,M){return M!==b}));q(z),O(z)}(M)}})));var c})))},Wb=W(54),nb=W.n(Wb);function db(){return db=Object.assign?Object.assign.bind():function(b){for(var z=1;z<arguments.length;z++){var M=arguments[z];for(var p in M)Object.prototype.hasOwnProperty.call(M,p)&&(b[p]=M[p])}return b},db.apply(this,arguments)}function ab(b,z){return function(b){if(Array.isArray(b))return b}(b)||function(b,z){var M=null==b?null:"undefined"!=typeof Symbol&&b[Symbol.iterator]||b["@@iterator"];if(null==M)return;var p,O,A=[],c=!0,o=!1;try{for(M=M.call(b);!(c=(p=M.next()).done)&&(A.push(p.value),!z||A.length!==z);c=!0);}catch(b){o=!0,O=b}finally{try{c||null==M.return||M.return()}finally{if(o)throw O}}return A}(b,z)||function(b,z){if(!b)return;if("string"==typeof b)return eb(b,z);var M=Object.prototype.toString.call(b).slice(8,-1);"Object"===M&&b.constructor&&(M=b.constructor.name);if("Map"===M||"Set"===M)return Array.from(b);if("Arguments"===M||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(M))return eb(b,z)}(b,z)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function eb(b,z){(null==z||z>b.length)&&(z=b.length);for(var M=0,p=new Array(z);M<z;M++)p[M]=b[M];return p}var Rb=function(b){var z=b.query,O=b.onChange,A=b.onRunQuery,c=b.limit,o=b.editorContext,q=w()(z,P),W=q.header,n=q.skipRows,d=q.delimiter,a=q.decimalSeparator,e=q.ignoreUnknown,R=q.schema,r=q.timezone,i=ab((0,M.useState)(null==n?void 0:n.toString()),2),t=i[0],X=i[1],B=[{label:"Comma",value:","},{label:"Semicolon",value:";"},{label:"Tab",value:"\t"}],f=nb().tz.names().map((function(b){return{label:b,value:b}})),l=[{label:"Point",value:"."},{label:"Comma",value:","}],L=null!==y.InlineSwitch&&void 0!==y.InlineSwitch?y.InlineSwitch:y.Switch;return p().createElement(p().Fragment,null,p().createElement(y.InlineFieldRow,null,p().createElement(y.InlineField,{label:"Delimiter",tooltip:"Character used to separate columns"},p().createElement(y.Select,{width:13,value:B.find((function(b){return b.value===d})),onChange:function(b){var M;O(db({},z,{delimiter:null!==(M=b.value)&&void 0!==M?M:","})),A()},options:B})),p().createElement(y.InlineField,{label:"Decimal separator",tooltip:"Character used to separate the integral part from the fractional part of numbers."},p().createElement(y.Select,{width:13,value:l.find((function(b){return b.value===a})),onChange:function(b){var M;O(db({},z,{decimalSeparator:null!==(M=b.value)&&void 0!==M?M:"."})),A()},options:l})),p().createElement(y.InlineField,{label:"Skip leading rows",tooltip:"Number of rows to skip before looking for header"},p().createElement(y.Input,{width:5,value:t,onChange:function(b){X(b.currentTarget.value)},onBlur:function(){O(db({},z,{skipRows:parseInt(t,10)})),A()}})),p().createElement(y.InlineField,{label:"Header",tooltip:"Data contains a header row with field names"},p().createElement(L,{value:W,onChange:function(b){O(db({},z,{header:b.currentTarget.checked})),A()}})),p().createElement(y.InlineField,{disabled:"variables"===o,label:"Ignore unknown",tooltip:"Ignore fields that aren't defined in the schema"},p().createElement(L,{value:e,onChange:function(b){O(db({},z,{ignoreUnknown:b.currentTarget.checked})),A()}})),p().createElement(y.InlineField,{label:"Timezone",tooltip:"Timezone timestamps without explicit Zone are parsed in"},p().createElement(y.Select,{width:20,value:f.find((function(b){return b.value===r})),onChange:function(b){var M;O(db({},z,{timezone:null!==(M=b.value)&&void 0!==M?M:"UTC"})),A()},options:f}))),p().createElement(qb,{value:R,onChange:function(b){O(db({},z,{schema:b})),A()},limit:c}))},rb=W(50),ib=function(b,z){if(!(b instanceof z))throw new TypeError("Cannot call a class as a function")},tb=function(){function b(b,z){for(var M=0;M<z.length;M++){var p=z[M];p.enumerable=p.enumerable||!1,p.configurable=!0,"value"in p&&(p.writable=!0),Object.defineProperty(b,p.key,p)}}return function(z,M,p){return M&&b(z.prototype,M),p&&b(z,p),z}}(),Xb=Object.assign||function(b){for(var z=1;z<arguments.length;z++){var M=arguments[z];for(var p in M)Object.prototype.hasOwnProperty.call(M,p)&&(b[p]=M[p])}return b},Bb=function(b,z){if(!b)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!z||"object"!=typeof z&&"function"!=typeof z?b:z},fb=function(b,z){if(Array.isArray(b))return b;if(Symbol.iterator in Object(b))return function(b,z){var M=[],p=!0,O=!1,A=void 0;try{for(var c,o=b[Symbol.iterator]();!(p=(c=o.next()).done)&&(M.push(c.value),!z||M.length!==z);p=!0);}catch(b){O=!0,A=b}finally{try{!p&&o.return&&o.return()}finally{if(O)throw A}}return M}(b,z);throw new TypeError("Invalid attempt to destructure non-iterable instance")},lb=void 0;lb="undefined"!=typeof window?window:"undefined"!=typeof self?self:W.g;var Lb=null,ub=null,Nb=lb.clearTimeout,sb=lb.setTimeout,Tb=lb.cancelAnimationFrame||lb.mozCancelAnimationFrame||lb.webkitCancelAnimationFrame,mb=lb.requestAnimationFrame||lb.mozRequestAnimationFrame||lb.webkitRequestAnimationFrame;function hb(b){var z=void 0,M=void 0,p=void 0,O=void 0,A=void 0,c=void 0,o=void 0,q="undefined"!=typeof document&&document.attachEvent;if(!q){c=function(b){var z=b.__resizeTriggers__,M=z.firstElementChild,p=z.lastElementChild,O=M.firstElementChild;p.scrollLeft=p.scrollWidth,p.scrollTop=p.scrollHeight,O.style.width=M.offsetWidth+1+"px",O.style.height=M.offsetHeight+1+"px",M.scrollLeft=M.scrollWidth,M.scrollTop=M.scrollHeight},A=function(b){return b.offsetWidth!==b.__resizeLast__.width||b.offsetHeight!==b.__resizeLast__.height},o=function(b){if(!(b.target.className&&"function"==typeof b.target.className.indexOf&&b.target.className.indexOf("contract-trigger")<0&&b.target.className.indexOf("expand-trigger")<0)){var z=this;c(this),this.__resizeRAF__&&Lb(this.__resizeRAF__),this.__resizeRAF__=ub((function(){A(z)&&(z.__resizeLast__.width=z.offsetWidth,z.__resizeLast__.height=z.offsetHeight,z.__resizeListeners__.forEach((function(M){M.call(z,b)})))}))}};var W=!1,n="";p="animationstart";var d="Webkit Moz O ms".split(" "),a="webkitAnimationStart animationstart oAnimationStart MSAnimationStart".split(" "),e=document.createElement("fakeelement");if(void 0!==e.style.animationName&&(W=!0),!1===W)for(var R=0;R<d.length;R++)if(void 0!==e.style[d[R]+"AnimationName"]){n="-"+d[R].toLowerCase()+"-",p=a[R],W=!0;break}z="@"+n+"keyframes "+(M="resizeanim")+" { from { opacity: 0; } to { opacity: 0; } } ",O=n+"animation: 1ms "+M+"; "}return{addResizeListener:function(A,W){if(q)A.attachEvent("onresize",W);else{if(!A.__resizeTriggers__){var n=A.ownerDocument,d=lb.getComputedStyle(A);d&&"static"===d.position&&(A.style.position="relative"),function(M){if(!M.getElementById("detectElementResize")){var p=(z||"")+".resize-triggers { "+(O||"")+'visibility: hidden; opacity: 0; } .resize-triggers, .resize-triggers > div, .contract-trigger:before { content: " "; display: block; position: absolute; top: 0; left: 0; height: 100%; width: 100%; overflow: hidden; z-index: -1; } .resize-triggers > div { background: #eee; overflow: auto; } .contract-trigger:before { width: 200%; height: 200%; }',A=M.head||M.getElementsByTagName("head")[0],c=M.createElement("style");c.id="detectElementResize",c.type="text/css",null!=b&&c.setAttribute("nonce",b),c.styleSheet?c.styleSheet.cssText=p:c.appendChild(M.createTextNode(p)),A.appendChild(c)}}(n),A.__resizeLast__={},A.__resizeListeners__=[],(A.__resizeTriggers__=n.createElement("div")).className="resize-triggers";var a=n.createElement("div");a.className="expand-trigger",a.appendChild(n.createElement("div"));var e=n.createElement("div");e.className="contract-trigger",A.__resizeTriggers__.appendChild(a),A.__resizeTriggers__.appendChild(e),A.appendChild(A.__resizeTriggers__),c(A),A.addEventListener("scroll",o,!0),p&&(A.__resizeTriggers__.__animationListener__=function(b){b.animationName===M&&c(A)},A.__resizeTriggers__.addEventListener(p,A.__resizeTriggers__.__animationListener__))}A.__resizeListeners__.push(W)}},removeResizeListener:function(b,z){if(q)b.detachEvent("onresize",z);else if(b.__resizeListeners__.splice(b.__resizeListeners__.indexOf(z),1),!b.__resizeListeners__.length){b.removeEventListener("scroll",o,!0),b.__resizeTriggers__.__animationListener__&&(b.__resizeTriggers__.removeEventListener(p,b.__resizeTriggers__.__animationListener__),b.__resizeTriggers__.__animationListener__=null);try{b.__resizeTriggers__=!b.removeChild(b.__resizeTriggers__)}catch(b){}}}}}null==Tb||null==mb?(Lb=Nb,ub=function(b){return sb(b,20)}):(Lb=function(b){var z=fb(b,2),M=z[0],p=z[1];Tb(M),Nb(p)},ub=function(b){var z=mb((function(){Nb(M),b()})),M=sb((function(){Tb(z),b()}),20);return[z,M]});var gb=function(b){function z(){var b,M,p;ib(this,z);for(var O=arguments.length,A=Array(O),c=0;c<O;c++)A[c]=arguments[c];return M=p=Bb(this,(b=z.__proto__||Object.getPrototypeOf(z)).call.apply(b,[this].concat(A))),p.state={height:p.props.defaultHeight||0,width:p.props.defaultWidth||0},p._onResize=function(){var b=p.props,z=b.disableHeight,M=b.disableWidth,O=b.onResize;if(p._parentNode){var A=p._parentNode.offsetHeight||0,c=p._parentNode.offsetWidth||0,o=window.getComputedStyle(p._parentNode)||{},q=parseInt(o.paddingLeft,10)||0,W=parseInt(o.paddingRight,10)||0,n=parseInt(o.paddingTop,10)||0,d=parseInt(o.paddingBottom,10)||0,a=A-n-d,e=c-q-W;(!z&&p.state.height!==a||!M&&p.state.width!==e)&&(p.setState({height:A-n-d,width:c-q-W}),O({height:A,width:c}))}},p._setRef=function(b){p._autoSizer=b},Bb(p,M)}return function(b,z){if("function"!=typeof z&&null!==z)throw new TypeError("Super expression must either be null or a function, not "+typeof z);b.prototype=Object.create(z&&z.prototype,{constructor:{value:b,enumerable:!1,writable:!0,configurable:!0}}),z&&(Object.setPrototypeOf?Object.setPrototypeOf(b,z):b.__proto__=z)}(z,b),tb(z,[{key:"componentDidMount",value:function(){var b=this.props.nonce;this._autoSizer&&this._autoSizer.parentNode&&this._autoSizer.parentNode.ownerDocument&&this._autoSizer.parentNode.ownerDocument.defaultView&&this._autoSizer.parentNode instanceof this._autoSizer.parentNode.ownerDocument.defaultView.HTMLElement&&(this._parentNode=this._autoSizer.parentNode,this._detectElementResize=hb(b),this._detectElementResize.addResizeListener(this._parentNode,this._onResize),this._onResize())}},{key:"componentWillUnmount",value:function(){this._detectElementResize&&this._parentNode&&this._detectElementResize.removeResizeListener(this._parentNode,this._onResize)}},{key:"render",value:function(){var b=this.props,z=b.children,p=b.className,O=b.disableHeight,A=b.disableWidth,c=b.style,o=this.state,q=o.height,W=o.width,n={overflow:"visible"},d={},a=!1;return O||(0===q&&(a=!0),n.height=0,d.height=q),A||(0===W&&(a=!0),n.width=0,d.width=W),(0,M.createElement)("div",{className:p,ref:this._setRef,style:Xb({},n,c)},!a&&z(d))}}]),z}(M.PureComponent);gb.defaultProps={onResize:function(){},disableHeight:!1,disableWidth:!1,style:{}};const Eb=gb;var vb,Cb,yb,Sb,wb,Pb,kb,Db,_b,xb,Ib,jb;function Ub(b,z){return z||(z=b.slice(0)),Object.freeze(Object.defineProperties(b,{raw:{value:Object.freeze(z)}}))}function Fb(b){return function(b){if(Array.isArray(b))return Kb(b)}(b)||function(b){if("undefined"!=typeof Symbol&&null!=b[Symbol.iterator]||null!=b["@@iterator"])return Array.from(b)}(b)||Gb(b)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Hb(b,z){return function(b){if(Array.isArray(b))return b}(b)||function(b,z){var M=null==b?null:"undefined"!=typeof Symbol&&b[Symbol.iterator]||b["@@iterator"];if(null==M)return;var p,O,A=[],c=!0,o=!1;try{for(M=M.call(b);!(c=(p=M.next()).done)&&(A.push(p.value),!z||A.length!==z);c=!0);}catch(b){o=!0,O=b}finally{try{c||null==M.return||M.return()}finally{if(o)throw O}}return A}(b,z)||Gb(b,z)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Gb(b,z){if(b){if("string"==typeof b)return Kb(b,z);var M=Object.prototype.toString.call(b).slice(8,-1);return"Object"===M&&b.constructor&&(M=b.constructor.name),"Map"===M||"Set"===M?Array.from(b):"Arguments"===M||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(M)?Kb(b,z):void 0}}function Kb(b,z){(null==z||z>b.length)&&(z=b.length);for(var M=0,p=new Array(z);M<z;M++)p[M]=b[M];return p}var Vb,Qb=function(b){var z=b.columns,M=b.values,O=b.onChange,A=b.addRowLabel,c=b.onBlur,o=(0,y.useTheme)(),q=Jb(o),W=function(b,z,p){O(M.map((function(M,O){var A=Hb(M,2),c=A[0],o=A[1];return z===O?0===b?[p,o]:1===b?[c,p]:[c,o]:[c,o]})))},n=function(b){O([].concat(Fb(M.slice(0,b+1)),[["",""]],Fb(M.slice(b+1))))};return 0===M.length?p().createElement(y.Button,{variant:"secondary",onClick:function(){n(0)}},A):p().createElement("table",{className:q.root},p().createElement("thead",{className:q.thead},p().createElement("tr",{className:q.row},z.map((function(b,z){return p().createElement("th",{key:z,className:q.th},b)})),p().createElement("th",{className:q.th}))),p().createElement("tbody",{className:q.tbody},M.map((function(b,z){return p().createElement("tr",{key:z,className:q.row},b.map((function(b,M){return p().createElement("td",{key:M,className:q.td},p().createElement("input",{value:b,onChange:function(b){return W(M,z,b.currentTarget.value)},onBlur:c,className:q.input}))})),p().createElement("td",{className:q.td},p().createElement("div",{className:(0,rb.css)(vb||(vb=Ub(["\n display: flex;\n & > * {\n margin-right: ",";\n }\n & > *:last-child {\n margin-right: 0;\n }\n "])),o.spacing.xs)},p().createElement("a",{className:(0,rb.css)(Cb||(Cb=Ub(["\n display: flex;\n background: ",";\n padding: "," ",";\n align-items: center;\n border-radius: ",";\n "])),o.colors.bg2,o.spacing.xs,o.spacing.sm,o.border.radius.sm),onClick:function(){return n(z)}},yb||(yb=p().createElement(y.Icon,{name:"plus"}))),p().createElement("a",{className:(0,rb.css)(Sb||(Sb=Ub(["\n display: flex;\n background: ",";\n padding: "," ",";\n align-items: center;\n border-radius: ",";\n "])),o.colors.bg2,o.spacing.xs,o.spacing.sm,o.border.radius.sm),onClick:function(){return b=z,void O([].concat(Fb(M.slice(0,b)),Fb(M.slice(b+1))));var b}},wb||(wb=p().createElement(y.Icon,{name:"minus"}))))))}))))},Jb=(0,y.stylesFactory)((function(b){return{root:(0,rb.css)(Pb||(Pb=Ub(["\n table-layout: auto;\n border: 1px solid ",";\n border-collapse: separate;\n border-radius: ",";\n border-spacing: 0;\n border-left: 0;\n width: 100%;\n "])),b.colors.formInputBorder,b.border.radius.sm),thead:(0,rb.css)(kb||(kb=Ub(["\n display: table-header-group;\n vertical-align: middle;\n border-color: inherit;\n border-collapse: separate;\n\n &:first-child tr:first-child th:first-child {\n border-radius: "," 0 0 0;\n }\n &:last-child tr:last-child th:first-child {\n border-radius: 0 0 0 ",";\n }\n "])),b.border.radius.sm,b.border.radius.sm),tbody:(0,rb.css)(Db||(Db=Ub(["\n &:first-child tr:first-child td:first-child {\n border-radius: "," 0 0 0;\n }\n\n &:last-child tr:last-child td:first-child {\n border-radius: 0 0 0 ",";\n }\n "])),b.border.radius.sm,b.border.radius.sm),input:(0,rb.css)(_b||(_b=Ub(["\n outline: none;\n border: 0;\n background: transparent;\n width: 100%;\n "]))),row:(0,rb.css)(xb||(xb=Ub(["\n display: table-row;\n vertical-align: inherit;\n border-color: inherit;\n "]))),th:(0,rb.css)(Ib||(Ib=Ub(["\n padding: "," ",";\n border-left: solid "," 1px;\n font-size: ",";\n color: ",";\n font-weight: ",";\n\n &:last-child {\n border-left: 0;\n }\n "])),b.spacing.xs,b.spacing.sm,b.colors.formInputBorder,b.typography.size.sm,b.colors.textSemiWeak,b.typography.weight.regular),td:(0,rb.css)(jb||(jb=Ub(["\n padding: "," ",";\n border: 1px solid transparent;\n border-left: solid "," 1px;\n border-top: solid "," 1px;\n background-color: ",";\n &:last-child {\n border-left: 0;\n width: 32px;\n padding-left: 0;\n padding-right: ",";\n }\n "])),b.spacing.xs,b.spacing.sm,b.colors.formInputBorder,b.colors.formInputBorder,b.colors.formInputBg,b.spacing.xs)}})),Yb=function(b){var z=b.method,M=b.onMethodChange,O=b.path,A=b.onPathChange;return p().createElement(y.InlineFieldRow,null,p().createElement(y.InlineField,null,p().createElement(y.Select,{value:z,options:[{label:"GET",value:"GET"},{label:"POST",value:"POST"}],onChange:function(b){var z;return M(null!==(z=b.value)&&void 0!==z?z:"GET")}})),p().createElement(y.InlineField,{grow:!0},p().createElement(y.Input,{placeholder:"/orders/${orderId}",value:O,onChange:function(b){return A(b.currentTarget.value)}})))};function Zb(){return Zb=Object.assign?Object.assign.bind():function(b){for(var z=1;z<arguments.length;z++){var M=arguments[z];for(var p in M)Object.prototype.hasOwnProperty.call(M,p)&&(b[p]=M[p])}return b},Zb.apply(this,arguments)}function $b(b,z){return function(b){if(Array.isArray(b))return b}(b)||function(b,z){var M=null==b?null:"undefined"!=typeof Symbol&&b[Symbol.iterator]||b["@@iterator"];if(null==M)return;var p,O,A=[],c=!0,o=!1;try{for(M=M.call(b);!(c=(p=M.next()).done)&&(A.push(p.value),!z||A.length!==z);c=!0);}catch(b){o=!0,O=b}finally{try{c||null==M.return||M.return()}finally{if(o)throw O}}return A}(b,z)||function(b,z){if(!b)return;if("string"==typeof b)return bz(b,z);var M=Object.prototype.toString.call(b).slice(8,-1);"Object"===M&&b.constructor&&(M=b.constructor.name);if("Map"===M||"Set"===M)return Array.from(b);if("Arguments"===M||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(M))return bz(b,z)}(b,z)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function bz(b,z){(null==z||z>b.length)&&(z=b.length);for(var M=0,p=new Array(z);M<z;M++)p[M]=b[M];return p}var zz,Mz,pz,Oz=["authorization","proxy-authorization","x-api-key"],Az=function(b){var z,O,A,c,o,q,W,n,d=b.query,a=b.onChange,e=b.onRunQuery,R=b.fieldsTab,r=b.experimentalTab,i=b.datasource,t=$b((0,M.useState)("plaintext"),2),X=t[0],B=t[1],f=$b((0,M.useState)(0),2),l=f[0],L=f[1],u=(0,y.useTheme)(),N=w()(d,P),s=function(b){a(Zb({},N,{body:b})),e()},T=[{title:"Fields",disabled:!1,content:R},{title:"Path",disabled:!1,content:"http"===i.jsonData.storage?p().createElement(Yb,{method:null!==(z=N.method)&&void 0!==z?z:"GET",onMethodChange:function(b){a(Zb({},N,{method:b})),e()},path:null!==(O=N.path)&&void 0!==O?O:"",onPathChange:function(b){a(Zb({},N,{path:b})),e()}}):p().createElement(y.InlineField,{label:"Relative path",tooltip:"The path here is relative to the URL defined in the data source configuration."},p().createElement(y.Input,{placeholder:"file.csv",value:null!==(A=N.path)&&void 0!==A?A:"",onChange:function(b){a(Zb({},N,{path:b.currentTarget.value})),e()}}))},{title:"Params",disabled:"http"!==i.jsonData.storage,content:p().createElement(Qb,{addRowLabel:"Add param",columns:["Key","Value"],values:null!==(c=N.params)&&void 0!==c?c:[],onChange:function(b){a(Zb({},N,{params:b})),e()},onBlur:function(){return e()}})},{title:"Headers",disabled:"http"!==i.jsonData.storage,content:p().createElement(Qb,{addRowLabel:"Add header",columns:["Key","Value"],values:null!==(o=N.headers)&&void 0!==o?o:[],onChange:function(b){a(Zb({},N,{headers:b})),e()},onBlur:function(){return e()}})},{title:"Body",disabled:"http"!==i.jsonData.storage,content:p().createElement(p().Fragment,null,p().createElement(y.InlineFieldRow,null,p().createElement(y.InlineField,{label:"Syntax highlighting"},p().createElement(y.RadioButtonGroup,{value:X,onChange:function(b){return B(null!=b?b:"plaintext")},options:[{label:"Text",value:"plaintext"},{label:"JSON",value:"json"},{label:"XML",value:"xml"}]}))),p().createElement(y.InlineFieldRow,null,p().createElement(Eb,{disableHeight:!0,className:(0,rb.css)(Vb||(W=["\n margin-bottom: ",";\n "],n||(n=W.slice(0)),Vb=Object.freeze(Object.defineProperties(W,{raw:{value:Object.freeze(n)}}))),u.spacing.sm)},(function(b){var z=b.width;return p().createElement(y.CodeEditor,{value:N.body||"",language:X,width:z,height:"200px",showMiniMap:!1,showLineNumbers:!0,onBlur:s})}))))},{title:"Experimental",disabled:!1,content:r}].filter((function(b){return!b.disabled}));return p().createElement(p().Fragment,null,T.length>1&&p().createElement(y.InlineFieldRow,null,p().createElement(y.InlineField,null,p().createElement(y.RadioButtonGroup,{onChange:function(b){return L(null!=b?b:0)},value:l,options:T.map((function(b,z){return{label:b.title,value:z}}))}))),"GET"===N.method&&N.body&&p().createElement(y.InfoBox,{severity:"warning",style:{maxWidth:"700px",whiteSpace:"normal"}},"GET requests can't have a body. The body you've defined will be ignored."),(null!==(q=N.headers)&&void 0!==q?q:[]).map((function(b){var z=$b(b,2),M=z[0];z[1];return M.toLowerCase()})).find((function(b){return Oz.includes(b)}))&&p().createElement(y.InfoBox,{severity:"warning",style:{maxWidth:"700px",whiteSpace:"normal"}},"It looks like you're adding credentials in the header. Since queries are stored unencrypted, it's strongly recommended that you add any secrets to the data source config instead."),T[l].content)};function cz(){return cz=Object.assign?Object.assign.bind():function(b){for(var z=1;z<arguments.length;z++){var M=arguments[z];for(var p in M)Object.prototype.hasOwnProperty.call(M,p)&&(b[p]=M[p])}return b},cz.apply(this,arguments)}var oz=function(b){var z,M=b.query,O=b.onChange,A=b.onRunQuery,c=b.limitFields,o=b.editorContext,q=null!==y.InlineSwitch&&void 0!==y.InlineSwitch?y.InlineSwitch:y.Switch;return p().createElement(Az,cz({},b,{fieldsTab:p().createElement(Rb,{query:M,onChange:O,onRunQuery:A,limit:c,editorContext:o||"default"}),experimentalTab:p().createElement(p().Fragment,null,p().createElement(y.InfoBox,{severity:"warning",style:{maxWidth:"700px",whiteSpace:"normal"}},zz||(zz=p().createElement("p",null,"The features listed here are experimental. They might change or be removed without notice. In the tooltip for\n each feature, there's a link to a pull request where you can submit feedback for that feature."))),p().createElement(y.InlineFieldRow,null,p().createElement(y.InlineField,{label:"Enable regular expressions",tooltip:p().createElement(p().Fragment,null,Mz||(Mz=p().createElement("p",null,"When enabled, field names become regular expressions and can be used to set a type for multiple fields at once.")),pz||(pz=p().createElement("a",{href:"https://github.com/grafana/grafana-csv-datasource/issues/68",target:"_blank",rel:"noreferrer"},"Share feedback")))},p().createElement(q,{value:!(null===(z=M.experimental)||void 0===z||!z.regex),onChange:function(b){O(cz({},M,{experimental:{regex:b.currentTarget.checked}})),A()}}))))}))};function qz(){return qz=Object.assign?Object.assign.bind():function(b){for(var z=1;z<arguments.length;z++){var M=arguments[z];for(var p in M)Object.prototype.hasOwnProperty.call(M,p)&&(b[p]=M[p])}return b},qz.apply(this,arguments)}var Wz=new b.DataSourcePlugin($).setConfigEditor((function(b){var z=b.options,M=b.onOptionsChange,O=w()(z.jsonData,k);return p().createElement(p().Fragment,null,p().createElement(y.Field,null,p().createElement(y.RadioButtonGroup,{options:[{label:"HTTP",value:"http"},{label:"Local",value:"local"}],value:O.storage,onChange:function(b){M(D({},z,{jsonData:D({},O,{storage:b})}))}})),"http"===O.storage?p().createElement(p().Fragment,null,p().createElement(y.DataSourceHttpSettings,{defaultUrl:"http://localhost:8080",dataSourceConfig:z,onChange:M}),v||(v=p().createElement("h3",{className:"page-heading"},"Misc")),p().createElement("div",{className:"gf-form-group"},p().createElement("div",{className:"gf-form-inline"},p().createElement("div",{className:"gf-form max-width-30"},p().createElement(x,{label:"Custom query parameters",labelWidth:14,tooltip:"Add custom parameters to your queries.",inputEl:p().createElement(_,{className:"width-25",value:O.queryParams,onChange:function(b){M(D({},z,{jsonData:D({},O,{queryParams:b.currentTarget.value})}))},spellCheck:!1,placeholder:"page=1&limit=100"})}))))):null,"local"===O.storage?p().createElement(p().Fragment,null,C||(C=p().createElement(y.Legend,null,"Local")),p().createElement(y.InlineField,{label:"Path",tooltip:"Path to the CSV file."},p().createElement(_,{value:z.url,onChange:function(b){M(D({},z,{url:b.currentTarget.value}))},spellCheck:!1}))):null)})).setQueryEditor(oz).setVariableQueryEditor((function(b){var z=b.onChange,M=b.query,O=b.datasource;return p().createElement(oz,{onRunQuery:function(){},onChange:function(b){b&&z(b,b.schema[0].name)},query:qz({},M,{ignoreUnknown:!0}),datasource:O,limitFields:1,editorContext:"variables"})}))})(),n})())); -//# sourceMappingURL=module.js.map \ No newline at end of file diff --git a/software/dashboard/grafana/plugins/marcusolsson-csv-datasource/module.js.LICENSE.txt b/software/dashboard/grafana/plugins/marcusolsson-csv-datasource/module.js.LICENSE.txt deleted file mode 100755 index bfafe65..0000000 --- a/software/dashboard/grafana/plugins/marcusolsson-csv-datasource/module.js.LICENSE.txt +++ /dev/null @@ -1,11 +0,0 @@ -/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ - -//! Copyright (c) JS Foundation and other contributors - -//! github.com/moment/moment-timezone - -//! license : MIT - -//! moment-timezone.js - -//! version : 0.5.38 diff --git a/software/dashboard/grafana/plugins/marcusolsson-csv-datasource/module.js.map b/software/dashboard/grafana/plugins/marcusolsson-csv-datasource/module.js.map deleted file mode 100755 index 6bde546..0000000 --- a/software/dashboard/grafana/plugins/marcusolsson-csv-datasource/module.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"module.js","mappings":";oJAAAA,EAAOC,QAAUC,oBCAjBF,EAAOC,QAAUE,OC8BjBH,EAAOC,QALP,SAAkBG,GAChB,IAAIC,SAAcD,EAClB,OAAgB,MAATA,IAA0B,UAARC,GAA4B,YAARA,EAC/C,aC5BA,IAAIC,EAAW,EAAQ,IACnBC,EAAK,EAAQ,IACbC,EAAiB,EAAQ,IACzBC,EAAS,EAAQ,IAGjBC,EAAcC,OAAOC,UAGrBC,EAAiBH,EAAYG,eAuB7BC,EAAWR,GAAS,SAASS,EAAQC,GACvCD,EAASJ,OAAOI,GAEhB,IAAIE,GAAS,EACTC,EAASF,EAAQE,OACjBC,EAAQD,EAAS,EAAIF,EAAQ,QAAKI,EAMtC,IAJID,GAASX,EAAeQ,EAAQ,GAAIA,EAAQ,GAAIG,KAClDD,EAAS,KAGFD,EAAQC,GAMf,IALA,IAAIG,EAASL,EAAQC,GACjBK,EAAQb,EAAOY,GACfE,GAAc,EACdC,EAAcF,EAAMJ,SAEfK,EAAaC,GAAa,CACjC,IAAIC,EAAMH,EAAMC,GACZnB,EAAQW,EAAOU,SAELL,IAAVhB,GACCG,EAAGH,EAAOM,EAAYe,MAAUZ,EAAea,KAAKX,EAAQU,MAC/DV,EAAOU,GAAOJ,EAAOI,GAEzB,CAGF,OAAOV,CACT,IAEAf,EAAOC,QAAUa,aC/DjB,IAAIa,EAAS,EAAQ,GACjBC,EAAY,EAAQ,IACpBC,EAAiB,EAAQ,IAOzBC,EAAiBH,EAASA,EAAOI,iBAAcX,EAkBnDpB,EAAOC,QATP,SAAoBG,GAClB,OAAa,MAATA,OACegB,IAAVhB,EAdQ,qBADL,gBAiBJ0B,GAAkBA,KAAkBnB,OAAOP,GAC/CwB,EAAUxB,GACVyB,EAAezB,EACrB,aCzBA,IAAI4B,EAAa,EAAQ,IAGrBC,EAA0B,iBAARC,MAAoBA,MAAQA,KAAKvB,SAAWA,QAAUuB,KAGxEC,EAAOH,GAAcC,GAAYG,SAAS,cAATA,GAErCpC,EAAOC,QAAUkC,OCoBjBnC,EAAOC,QAJP,SAAsBG,GACpB,OAAgB,MAATA,GAAiC,iBAATA,CACjC,OCNAJ,EAAOC,QAJP,SAAkBG,GAChB,OAAOA,CACT,aClBA,IAAIiC,EAAa,EAAQ,GACrBC,EAAW,EAAQ,GAmCvBtC,EAAOC,QAVP,SAAoBG,GAClB,IAAKkC,EAASlC,GACZ,OAAO,EAIT,IAAImC,EAAMF,EAAWjC,GACrB,MA5BY,qBA4BLmC,GA3BI,8BA2BcA,GA7BZ,0BA6B6BA,GA1B7B,kBA0BgDA,CAC/D,aClCA,IAGIZ,EAHO,EAAQ,GAGDA,OAElB3B,EAAOC,QAAU0B,aCJjB,IAAIK,EAA8B,iBAAV,EAAAQ,GAAsB,EAAAA,GAAU,EAAAA,EAAO7B,SAAWA,QAAU,EAAA6B,EAEpFxC,EAAOC,QAAU+B,OCiCjBhC,EAAOC,QAJP,SAAYG,EAAOqC,GACjB,OAAOrC,IAAUqC,GAAUrC,GAAUA,GAASqC,GAAUA,CAC1D,aClCA,IAAIC,EAAa,EAAQ,GACrBC,EAAW,EAAQ,IA+BvB3C,EAAOC,QAJP,SAAqBG,GACnB,OAAgB,MAATA,GAAiBuC,EAASvC,EAAMc,UAAYwB,EAAWtC,EAChE,OCIAJ,EAAOC,QALP,SAAkBG,GAChB,MAAuB,iBAATA,GACZA,GAAS,GAAKA,EAAQ,GAAK,GAAKA,GA9Bb,gBA+BvB,OC/BA,IAGIwC,EAAW,mBAoBf5C,EAAOC,QAVP,SAAiBG,EAAOc,GACtB,IAAIb,SAAcD,EAGlB,SAFAc,EAAmB,MAAVA,EAfY,iBAewBA,KAGlC,UAARb,GACU,UAARA,GAAoBuC,EAASC,KAAKzC,KAChCA,GAAS,GAAKA,EAAQ,GAAK,GAAKA,EAAQc,CACjD,wBCtBA,IAAIiB,EAAO,EAAQ,GACfW,EAAY,EAAQ,IAGpBC,EAA4C9C,IAAYA,EAAQ+C,UAAY/C,EAG5EgD,EAAaF,GAA4C/C,IAAWA,EAAOgD,UAAYhD,EAMvFkD,EAHgBD,GAAcA,EAAWhD,UAAY8C,EAG5BZ,EAAKe,YAAS9B,EAsBvC+B,GAnBiBD,EAASA,EAAOC,cAAW/B,IAmBf0B,EAEjC9C,EAAOC,QAAUkD,wBCrCjB,IAAInB,EAAa,EAAQ,IAGrBe,EAA4C9C,IAAYA,EAAQ+C,UAAY/C,EAG5EgD,EAAaF,GAA4C/C,IAAWA,EAAOgD,UAAYhD,EAMvFoD,EAHgBH,GAAcA,EAAWhD,UAAY8C,GAGtBf,EAAWqB,QAG1CC,EAAY,WACd,IAEE,IAAIC,EAAQN,GAAcA,EAAWO,SAAWP,EAAWO,QAAQ,QAAQD,MAE3E,OAAIA,GAKGH,GAAeA,EAAYK,SAAWL,EAAYK,QAAQ,OACtD,CAAX,MAAOC,GAAI,CACf,CAZe,GAcf1D,EAAOC,QAAUqD,mBC7BjB,WAMC,SAAUnB,EAAMwB,GAChB,aAGkC3D,EAAOC,QACxCD,EAAOC,QAAU0D,EAAQ,EAAQ,MAEjC,EAAO,CAAC,YAAkB,0BAAP,EAAF,GAAS,+BAI5B,CAXA,CAWEC,GAAM,SAAUC,GACjB,kBAGuBzC,IAAnByC,EAAOC,SAAyBD,EAAOE,UAC1CF,EAASA,EAAOE,SASjB,IAMCC,EALAC,EAAQ,CAAC,EACTC,EAAQ,CAAC,EACTC,EAAY,CAAC,EACbC,EAAQ,CAAC,EACTC,EAAU,CAAC,EAGPR,GAAoC,iBAAnBA,EAAOC,SAC5BQ,EAAS,gGAGV,IAAIC,EAAgBV,EAAOC,QAAQU,MAAM,KACxCC,GAASF,EAAc,GACvBG,GAASH,EAAc,GAWxB,SAASI,EAAcC,GACtB,OAAIA,EAAW,GACPA,EAAW,GACRA,EAAW,GACdA,EAAW,GAEZA,EAAW,EACnB,CAEA,SAASC,EAAaC,GACrB,IAAIC,EAAI,EACPC,EAAQF,EAAON,MAAM,KACrBS,EAAQD,EAAM,GACdE,EAAaF,EAAM,IAAM,GACzBG,EAAa,EAEbC,EAAM,EACNC,EAAO,EASR,IAN6B,KAAzBP,EAAOQ,WAAW,KACrBP,EAAI,EACJM,GAAQ,GAIDN,EAAIE,EAAM/D,OAAQ6D,IAEzBK,EAAM,GAAKA,EADLT,EAAcM,EAAMK,WAAWP,IAKtC,IAAKA,EAAI,EAAGA,EAAIG,EAAWhE,OAAQ6D,IAClCI,GAA0B,GAE1BC,GADMT,EAAcO,EAAWI,WAAWP,IAC7BI,EAGd,OAAOC,EAAMC,CACd,CAEA,SAASE,EAAYC,GACpB,IAAK,IAAIT,EAAI,EAAGA,EAAIS,EAAMtE,OAAQ6D,IACjCS,EAAMT,GAAKF,EAAaW,EAAMT,GAEhC,CAUA,SAASU,EAAYpE,EAAQqE,GAC5B,IAAcX,EAAVK,EAAM,GAEV,IAAKL,EAAI,EAAGA,EAAIW,EAAQxE,OAAQ6D,IAC/BK,EAAIL,GAAK1D,EAAOqE,EAAQX,IAGzB,OAAOK,CACR,CAEA,SAASO,EAAQb,GAChB,IAAIc,EAAOd,EAAON,MAAM,KACvBqB,EAAUD,EAAK,GAAGpB,MAAM,KACxBkB,EAAUE,EAAK,GAAGpB,MAAM,IACxBsB,EAAUF,EAAK,GAAGpB,MAAM,KAQzB,OANAe,EAAWM,GACXN,EAAWG,GACXH,EAAWO,GA1BZ,SAAqBN,EAAOtE,GAC3B,IAAK,IAAI6D,EAAI,EAAGA,EAAI7D,EAAQ6D,IAC3BS,EAAMT,GAAKgB,KAAKC,OAAOR,EAAMT,EAAI,IAAM,GAAiB,IAAXS,EAAMT,IAGpDS,EAAMtE,EAAS,GAAK+E,GACrB,CAsBCC,CAAWJ,EAAQJ,EAAQxE,QAEpB,CACNiF,KAAaP,EAAK,GAClBQ,MAAaX,EAAWG,EAAK,GAAGpB,MAAM,KAAMkB,GAC5CG,QAAaJ,EAAWI,EAASH,GACjCI,OAAaA,EACbO,WAAuB,EAAVT,EAAK,GAEpB,CAMA,SAASU,EAAMC,GACVA,GACH3C,KAAK4C,KAAKb,EAAOY,GAEnB,CA0EA,SAASE,EAASC,EAAcC,GAC/B/C,KAAKuC,KAAOO,EACZ9C,KAAKK,MAAQ0C,CACd,CAMA,SAASC,EAASC,GACjB,IAAIC,EAAaD,EAAGE,eAChBC,EAAOF,EAAWG,MAAM,gBAaf,SARZD,EAJGA,GAAQA,EAAK,IAGhBA,EAAOA,EAAK,GAAGC,MAAM,WACPD,EAAKE,KAAK,SAAM9F,GAI9B4F,EAAOF,EAAWG,MAAM,gBACVD,EAAK,QAAK5F,KAIxB4F,OAAO5F,GAGRwC,KAAKiD,IAAMA,EACXjD,KAAKoD,KAAOA,EACZpD,KAAKuD,OAASN,EAAGO,mBAClB,CAEA,SAASC,EAAUC,GAClB1D,KAAK0D,KAAOA,EACZ1D,KAAK2D,YAAc,EACnB3D,KAAK4D,UAAY,CAClB,CASA,SAASC,EAAWC,EAAKC,GAGxB,IAFA,IAAIC,EAAKC,EAEDA,EAAyC,MAAhCF,EAAKd,GAAKa,EAAIb,IAAM,KAAO,KAC3Ce,EAAM,IAAIhB,EAAS,IAAIkB,KAAKJ,EAAIb,GAAKgB,KAC7BV,SAAWO,EAAIP,OACtBO,EAAME,EAEND,EAAOC,EAIT,OAAOF,CACR,CA0BA,SAASK,EAAgBC,EAAGC,GAC3B,OAAID,EAAET,cAAgBU,EAAEV,YAChBS,EAAET,YAAcU,EAAEV,YAEtBS,EAAER,YAAcS,EAAET,UACdQ,EAAER,UAAYS,EAAET,UAEpBQ,EAAEV,KAAKjB,aAAe4B,EAAEX,KAAKjB,WACzB4B,EAAEX,KAAKjB,WAAa2B,EAAEV,KAAKjB,WAE5B4B,EAAEX,KAAKnB,KAAK+B,cAAcF,EAAEV,KAAKnB,KACzC,CAEA,SAASgC,EAAchC,EAAMN,GAC5B,IAAId,EAAGoC,EAEP,IADA5B,EAAWM,GACNd,EAAI,EAAGA,EAAIc,EAAQ3E,OAAQ6D,IAC/BoC,EAAStB,EAAQd,GACjBV,EAAQ8C,GAAU9C,EAAQ8C,IAAW,CAAC,EACtC9C,EAAQ8C,GAAQhB,IAAQ,CAE1B,CAEA,SAASiC,EAAuBvC,GAC/B,IAGCd,EAAGsD,EAAGC,EAHHC,EAAgB1C,EAAQ3E,OAC3BsH,EAAkB,CAAC,EACnBpD,EAAM,GAGP,IAAKL,EAAI,EAAGA,EAAIwD,EAAexD,IAE9B,IAAKsD,KADLC,EAAgBjE,EAAQwB,EAAQd,GAAGoC,SAAW,CAAC,EAE1CmB,EAAczH,eAAewH,KAChCG,EAAgBH,IAAK,GAKxB,IAAKtD,KAAKyD,EACLA,EAAgB3H,eAAekE,IAClCK,EAAIqD,KAAKrE,EAAMW,IAIjB,OAAOK,CACR,CAEA,SAASsD,IAGR,IACC,IAAIC,EAAWC,KAAKC,iBAAiBC,kBAAkBC,SACvD,GAAIJ,GAAYA,EAASzH,OAAS,EAAG,CACpC,IAAIiF,EAAO/B,EAAM4E,EAAcL,IAC/B,GAAIxC,EACH,OAAOA,EAER7B,EAAS,yBAA2BqE,EAAW,yDAChD,CAGD,CAFE,MAAOjF,GAET,CAEA,IAICuF,EAAWlE,EAAGsD,EAJXxC,EAvFL,WACC,IAGCqD,EAAQC,EAAMpE,EAHXqE,GAAY,IAAItB,MAAOuB,cAAgB,EAC1CC,EAAO,IAAI1C,EAAS,IAAIkB,KAAKsB,EAAW,EAAG,IAC3CvD,EAAU,CAACyD,GAGZ,IAAKvE,EAAI,EAAGA,EAAI,GAAIA,KACnBoE,EAAO,IAAIvC,EAAS,IAAIkB,KAAKsB,EAAWrE,EAAG,KAClCoC,SAAWmC,EAAKnC,SACxB+B,EAASzB,EAAW6B,EAAMH,GAC1BtD,EAAQ4C,KAAKS,GACbrD,EAAQ4C,KAAK,IAAI7B,EAAS,IAAIkB,KAAKoB,EAAOrC,GAAK,QAEhDyC,EAAOH,EAGR,IAAKpE,EAAI,EAAGA,EAAI,EAAGA,IAClBc,EAAQ4C,KAAK,IAAI7B,EAAS,IAAIkB,KAAKsB,EAAYrE,EAAG,EAAG,KACrDc,EAAQ4C,KAAK,IAAI7B,EAAS,IAAIkB,KAAKsB,EAAYrE,EAAG,EAAG,KAGtD,OAAOc,CACR,CAiEe0D,GACbhB,EAAgB1C,EAAQ3E,OACxBmD,EAAU+D,EAAsBvC,GAChC2D,EAAa,GAGd,IAAKzE,EAAI,EAAGA,EAAIV,EAAQnD,OAAQ6D,IAAK,CAEpC,IADAkE,EAAY,IAAI5B,EAAUoC,EAAQpF,EAAQU,IAAKwD,GAC1CF,EAAI,EAAGA,EAAIE,EAAeF,IAC9BY,EAAUS,cAAc7D,EAAQwC,IAEjCmB,EAAWf,KAAKQ,EACjB,CAIA,OAFAO,EAAWG,KAAK5B,GAETyB,EAAWtI,OAAS,EAAIsI,EAAW,GAAGlC,KAAKnB,UAAO/E,CAC1D,CAaA,SAAS4H,EAAe7C,GACvB,OAAQA,GAAQ,IAAIyD,cAAcC,QAAQ,MAAO,IAClD,CAEA,SAASC,EAASC,GACjB,IAAIhF,EAAGoB,EAAM3B,EAAOwF,EAMpB,IAJsB,iBAAXD,IACVA,EAAS,CAACA,IAGNhF,EAAI,EAAGA,EAAIgF,EAAO7I,OAAQ6D,IAG9BiF,EAAahB,EADb7C,GADA3B,EAAQuF,EAAOhF,GAAGP,MAAM,MACX,IAEbP,EAAM+F,GAAcD,EAAOhF,GAC3BX,EAAM4F,GAAc7D,EACpBgC,EAAa6B,EAAYxF,EAAM,GAAGA,MAAM,KAE1C,CAEA,SAASiF,EAAStD,EAAM8D,GAEvB9D,EAAO6C,EAAc7C,GAErB,IACI+D,EADA5C,EAAOrD,EAAMkC,GAGjB,OAAImB,aAAgBhB,EACZgB,EAGY,iBAATA,GACVA,EAAO,IAAIhB,EAAKgB,GAChBrD,EAAMkC,GAAQmB,EACPA,GAIJpD,EAAMiC,IAAS8D,IAAWR,IAAYS,EAAOT,EAAQvF,EAAMiC,GAAOsD,MACrEnC,EAAOrD,EAAMkC,GAAQ,IAAIG,GACpBE,KAAK0D,GACV5C,EAAKnB,KAAO/B,EAAM+B,GACXmB,GAGD,IACR,CAkBA,SAAS6C,EAASC,GACjB,IAAIrF,EAAGsF,EAAOC,EAASC,EAMvB,IAJuB,iBAAZH,IACVA,EAAU,CAACA,IAGPrF,EAAI,EAAGA,EAAIqF,EAAQlJ,OAAQ6D,IAG/BuF,EAAUtB,GAFVqB,EAAQD,EAAQrF,GAAGP,MAAM,MAEK,IAC9B+F,EAAUvB,EAAcqB,EAAM,IAE9BnG,EAAMoG,GAAWC,EACjBnG,EAAMkG,GAAWD,EAAM,GAEvBnG,EAAMqG,GAAWD,EACjBlG,EAAMmG,GAAWF,EAAM,EAEzB,CAwDA,SAASG,EAAaC,GACrB,IAAIC,EAA4B,MAATD,EAAEE,IAAuB,MAATF,EAAEE,GACzC,SAAUF,EAAEG,SAAkBxJ,IAAXqJ,EAAEI,MAAwBH,EAC9C,CAEA,SAASpG,EAAUwG,GACK,oBAAZC,SAAkCA,QAAQC,KAGtD,CAMA,SAASC,EAAIC,GACZ,IAAIC,EAAOC,MAAMxK,UAAUyK,MAAM3J,KAAK4J,UAAW,GAAI,GACpDnF,EAAOmF,UAAUA,UAAUpK,OAAS,GACpCoG,EAAOmC,EAAQtD,GACff,EAAOvB,EAAO0H,IAAIC,MAAM,KAAML,GAQ/B,OANI7D,IAASzD,EAAO4H,SAASP,IAAUV,EAAYpF,IAClDA,EAAIsG,IAAIpE,EAAKqE,MAAMvG,GAAM,WAG1BA,EAAI6F,GAAG9E,GAEAf,CACR,EA1gBIX,EAAQ,GAAgB,IAAVA,GAAeC,EAAQ,IACxCJ,EAAS,wEAA0ET,EAAOC,QAAU,sBAuGrGwC,EAAK1F,UAAY,CAChB4F,KAAO,SAAUoF,GAChBhI,KAAKuC,KAAayF,EAASzF,KAC3BvC,KAAKwC,MAAawF,EAASxF,MAC3BxC,KAAKkC,OAAa8F,EAAS9F,OAC3BlC,KAAKiC,QAAa+F,EAAS/F,QAC3BjC,KAAKyC,WAAauF,EAASvF,UAC5B,EAEAwF,OAAS,SAAUC,GAClB,IAEC/G,EAFGgH,GAAUD,EACbhG,EAASlC,KAAKkC,OAGf,IAAKf,EAAI,EAAGA,EAAIe,EAAO5E,OAAQ6D,IAC9B,GAAIgH,EAASjG,EAAOf,GACnB,OAAOA,CAGV,EAEAZ,UAAY,WACX,IAAI6H,EAAYpI,KAAKuC,KACrB,OAAOxF,OAAOsL,KAAK9H,GAAW+H,QAAO,SAAUC,GAC9C,OAA6D,IAAtDhI,EAAUgI,GAAclI,MAAMmI,QAAQJ,EAC9C,GACD,EAEAL,MAAQ,SAAUG,GACjB,IAIC3E,EAAQkF,EAAYC,EAAYvH,EAJ7BgH,GAAWD,EACdjG,EAAUjC,KAAKiC,QACfC,EAAUlC,KAAKkC,OACfyG,EAAUzG,EAAO5E,OAAS,EAG3B,IAAK6D,EAAI,EAAGA,EAAIwH,EAAKxH,IAWpB,GAVAoC,EAAatB,EAAQd,GACrBsH,EAAaxG,EAAQd,EAAI,GACzBuH,EAAazG,EAAQd,EAAIA,EAAI,EAAIA,GAE7BoC,EAASkF,GAAcpB,EAAGuB,qBAC7BrF,EAASkF,EACClF,EAASmF,GAAcrB,EAAGwB,qBACpCtF,EAASmF,GAGNP,EAASjG,EAAOf,GAAe,IAAToC,EACzB,OAAOtB,EAAQd,GAIjB,OAAOc,EAAQ0G,EAChB,EAEAvF,KAAO,SAAU0F,GAChB,OAAO9I,KAAKwC,MAAMxC,KAAKiI,OAAOa,GAC/B,EAEAvF,OAAS,SAAUuF,GAElB,OADApI,EAAS,8DACFV,KAAKiC,QAAQjC,KAAKiI,OAAOa,GACjC,EAEAC,UAAY,SAAUD,GACrB,OAAO9I,KAAKiC,QAAQjC,KAAKiI,OAAOa,GACjC,GA8CDrF,EAAUzG,UAAU8I,cAAgB,SAAUkD,GAC7ChJ,KAAK2D,aAAexB,KAAK8G,IAAIjJ,KAAK0D,KAAKqF,UAAUC,EAAS/F,IAAM+F,EAASzF,QACrEvD,KAAK0D,KAAKN,KAAK4F,EAAS/F,IAAIgD,QAAQ,UAAW,MAAQ+C,EAAS5F,MACnEpD,KAAK4D,WAEP,EAgTAyD,EAAGnH,QA7hBW,SA8hBdmH,EAAG6B,YAAe,GAClB7B,EAAG8B,OAAe9I,EAClBgH,EAAG+B,OAAe9I,EAClB+G,EAAGgC,OAAe7I,EAClB6G,EAAGiC,WAAa/I,EAChB8G,EAAGS,IAAe5B,EAClBmB,EAAGf,KAAeC,EAClBc,EAAGkC,KArDH,SAAmBvH,GAClBkE,EAAQlE,EAAK3B,OACbkG,EAAQvE,EAAK1B,OAzCd,SAAuB0B,GACtB,IAAIb,EAAGoH,EAAciB,EAAe5I,EACpC,GAAKoB,GAASA,EAAK1E,OACnB,IAAK6D,EAAI,EAAGA,EAAIa,EAAK1E,OAAQ6D,IAE5BoH,GADA3H,EAAQoB,EAAKb,GAAGP,MAAM,MACD,GAAG6I,cACxBD,EAAgB5I,EAAM,GAAGA,MAAM,KAC/BL,EAAUgI,GAAgB,IAAI1F,EAC7B0F,EACAiB,EAGH,CA8BCE,CAAa1H,EAAKzB,WAClB8G,EAAG6B,YAAclH,EAAK9B,OACvB,EAiDAmH,EAAG3D,KAAemC,EAClBwB,EAAGsC,WAhDH,SAASA,EAAYpH,GAKpB,OAJKoH,EAAWC,eACfD,EAAWC,cAAe,EACzBlJ,EAAS,yBAA2B6B,EAAO,uDAAyDA,EAAO,SAEpGsD,EAAQtD,EAClB,EA2CA8E,EAAGwC,MAhMH,SAAgBC,GAIf,OAHK1J,IAAe0J,IACnB1J,EAAc0E,KAER1E,CACR,EA4LAiH,EAAG7G,MArIH,WACC,IAAIW,EAAGK,EAAM,GAEb,IAAKL,KAAKX,EACLA,EAAMvD,eAAekE,KAAOd,EAAMc,IAAMd,EAAMC,EAAMa,MAAQX,EAAMW,IACrEK,EAAIqD,KAAKrE,EAAMW,IAIjB,OAAOK,EAAIuE,MACZ,EA4HAsB,EAAG3E,KAAeA,EAClB2E,EAAGtF,OAAeA,EAClBsF,EAAGpG,aAAeA,EAClBoG,EAAGT,YAAeA,EAClBS,EAAGwB,oBAAuB,EAC1BxB,EAAGuB,sBAAuB,EAC1BvB,EAAG9G,UAhIH,WACC,OAAOxD,OAAOsL,KAAK9H,EACpB,EA+HA8G,EAAG0C,gBArFH,SAAyBC,EAASC,GALlC,IAAqB1H,EAQpB,GAPAA,GADoBA,EAMCyH,GALTP,gBAKZO,EAJOzJ,EAAUgC,IAAS,MAMZ,OAAO,KAErB,IAAIlC,EAAQ2J,EAAQ3J,MAAM0F,OAE1B,OAAIkE,EACI5J,EAAM6J,KAAI,SAAU9B,GAE1B,MAAO,CACN7F,KAAM6F,EACN7E,OAHUsC,EAAQuC,GAGLW,UAAU,IAAI7E,MAE7B,IAGM7D,CACR,EAyEA,IA8DyB8J,EA9DrBC,EAAKnK,EAAOmK,GAgDhB,SAASC,EAAUF,GAClB,OAAO,WACN,OAAInK,KAAKsK,GAAatK,KAAKsK,GAAGlH,KAAKpD,MAC5BmK,EAAIrM,KAAKkC,KACjB,CACD,CAEA,SAASuK,EAAeJ,GACvB,OAAO,WAEN,OADAnK,KAAKsK,GAAK,KACHH,EAAIvC,MAAM5H,KAAM0H,UACxB,CACD,CA1DAzH,EAAOoH,GAAKA,EAEZpH,EAAOuK,YAAc,KAErBvK,EAAOwK,aAAe,SAAU3B,EAAK4B,GACpC,IACCnH,EADGG,EAAOzD,EAAOuK,YAUlB,QAPehN,IAAXsL,EAAIwB,KACH5G,GAAQkD,EAAYkC,KAASA,EAAI6B,SACpC7B,EAAI8B,GAAK3K,EAAO0H,IAAImB,EAAI9B,IAAI4D,GAC5B9B,EAAInB,MAAMG,IAAIpE,EAAKqE,MAAMe,GAAM,YAEhCA,EAAIwB,GAAK5G,GAENoF,EAAIwB,GAKP,GAJA/G,EAASuF,EAAIwB,GAAGvB,UAAUD,GACtB3G,KAAK8G,IAAI1F,GAAU,KACtBA,GAAkB,SAEG/F,IAAlBsL,EAAIC,UAAyB,CAChC,IAAI8B,EAAI/B,EAAIwB,GACZxB,EAAIC,WAAWxF,EAAQmH,GACvB5B,EAAIwB,GAAKO,CACV,MACC/B,EAAIpF,KAAKH,EAAQmH,EAGpB,EAEAN,EAAG/C,GAAK,SAAU9E,EAAMmI,GACvB,GAAInI,EAAM,CACT,GAAoB,iBAATA,EACV,MAAM,IAAIuI,MAAM,wCAA0CvI,EAAO,YAAcA,EAAO,KAQvF,OANAvC,KAAKsK,GAAKzE,EAAQtD,GACdvC,KAAKsK,GACRrK,EAAOwK,aAAazK,KAAM0K,GAE1BhK,IAEMV,IACR,CACA,GAAIA,KAAKsK,GAAM,OAAOtK,KAAKsK,GAAG/H,IAC/B,EAuBA6H,EAAGW,SAAYV,EAASD,EAAGW,UAC3BX,EAAGY,SAAYX,EAASD,EAAGY,UAC3BZ,EAAGzC,IAAY4C,EAAcH,EAAGzC,KAChCyC,EAAGa,MAAYV,EAAcH,EAAGa,OAChCb,EAAGrB,WAXsBoB,EAWKC,EAAGrB,UAVzB,WAEN,OADIrB,UAAUpK,OAAS,IAAG0C,KAAKsK,GAAK,MAC7BH,EAAIvC,MAAM5H,KAAM0H,UACxB,GASDzH,EAAOoH,GAAG6D,WAAa,SAAS3I,GAK/B,OAJI1B,EAAQ,GAAgB,IAAVA,GAAeC,EAAQ,IACxCJ,EAAgGT,EAAOC,SAExGD,EAAOuK,YAAcjI,EAAOsD,EAAQtD,GAAQ,KACrCtC,CACR,EAGA,IAAIkL,EAAmBlL,EAAOkL,iBAY9B,MAXyD,mBAArDpO,OAAOC,UAAUoO,SAAStN,KAAKqN,IAElCA,EAAiBtG,KAAK,MACtBsG,EAAiBtG,KAAK,OACZsG,IAEVA,EAAiBb,GAAK,MAKhBrK,CACR,sBCvrBA7D,EAAOC,QAAUgP,aCAjB,IAAIC,EAAW,EAAQ,GACnBC,EAAW,EAAQ,IACnBC,EAAc,EAAQ,IAc1BpP,EAAOC,QAJP,SAAkBoP,EAAMC,GACtB,OAAOF,EAAYD,EAASE,EAAMC,EAAOJ,GAAWG,EAAO,GAC7D,aCdA,IAAI7D,EAAQ,EAAQ,IAGhB+D,EAAYxJ,KAAKwG,IAgCrBvM,EAAOC,QArBP,SAAkBoP,EAAMC,EAAOE,GAE7B,OADAF,EAAQC,OAAoBnO,IAAVkO,EAAuBD,EAAKnO,OAAS,EAAKoO,EAAO,GAC5D,WAML,IALA,IAAInE,EAAOG,UACPrK,GAAS,EACTC,EAASqO,EAAUpE,EAAKjK,OAASoO,EAAO,GACxC9J,EAAQ4F,MAAMlK,KAETD,EAAQC,GACfsE,EAAMvE,GAASkK,EAAKmE,EAAQrO,GAE9BA,GAAS,EAET,IADA,IAAIwO,EAAYrE,MAAMkE,EAAQ,KACrBrO,EAAQqO,GACfG,EAAUxO,GAASkK,EAAKlK,GAG1B,OADAwO,EAAUH,GAASE,EAAUhK,GACtBgG,EAAM6D,EAAMzL,KAAM6L,EAC3B,CACF,OCbAzP,EAAOC,QAVP,SAAeoP,EAAMK,EAASvE,GAC5B,OAAQA,EAAKjK,QACX,KAAK,EAAG,OAAOmO,EAAK3N,KAAKgO,GACzB,KAAK,EAAG,OAAOL,EAAK3N,KAAKgO,EAASvE,EAAK,IACvC,KAAK,EAAG,OAAOkE,EAAK3N,KAAKgO,EAASvE,EAAK,GAAIA,EAAK,IAChD,KAAK,EAAG,OAAOkE,EAAK3N,KAAKgO,EAASvE,EAAK,GAAIA,EAAK,GAAIA,EAAK,IAE3D,OAAOkE,EAAK7D,MAAMkE,EAASvE,EAC7B,aClBA,IAAIwE,EAAkB,EAAQ,IAW1BP,EAVW,EAAQ,GAULQ,CAASD,GAE3B3P,EAAOC,QAAUmP,aCbjB,IAAIS,EAAW,EAAQ,IACnBC,EAAiB,EAAQ,IACzBZ,EAAW,EAAQ,GAUnBS,EAAmBG,EAA4B,SAAST,EAAMvK,GAChE,OAAOgL,EAAeT,EAAM,WAAY,CACtC,cAAgB,EAChB,YAAc,EACd,MAASQ,EAAS/K,GAClB,UAAY,GAEhB,EAPwCoK,EASxClP,EAAOC,QAAU0P,OCIjB3P,EAAOC,QANP,SAAkBG,GAChB,OAAO,WACL,OAAOA,CACT,CACF,aCvBA,IAAI2P,EAAY,EAAQ,IAEpBD,EAAkB,WACpB,IACE,IAAIT,EAAOU,EAAUpP,OAAQ,kBAE7B,OADA0O,EAAK,CAAC,EAAG,GAAI,CAAC,GACPA,CACI,CAAX,MAAO3L,GAAI,CACf,CANqB,GAQrB1D,EAAOC,QAAU6P,aCVjB,IAAIE,EAAe,EAAQ,IACvBC,EAAW,EAAQ,IAevBjQ,EAAOC,QALP,SAAmBc,EAAQU,GACzB,IAAIrB,EAAQ6P,EAASlP,EAAQU,GAC7B,OAAOuO,EAAa5P,GAASA,OAAQgB,CACvC,aCdA,IAAIsB,EAAa,EAAQ,GACrBwN,EAAW,EAAQ,IACnB5N,EAAW,EAAQ,GACnB6N,EAAW,EAAQ,IASnBC,EAAe,8BAGfC,EAAYjO,SAASxB,UACrBF,EAAcC,OAAOC,UAGrB0P,EAAeD,EAAUrB,SAGzBnO,EAAiBH,EAAYG,eAG7B0P,EAAaC,OAAO,IACtBF,EAAa5O,KAAKb,GAAgBgJ,QAjBjB,sBAiBuC,QACvDA,QAAQ,yDAA0D,SAAW,KAmBhF7J,EAAOC,QARP,SAAsBG,GACpB,SAAKkC,EAASlC,IAAU8P,EAAS9P,MAGnBsC,EAAWtC,GAASmQ,EAAaH,GAChCvN,KAAKsN,EAAS/P,GAC/B,aC5CA,IAAIuB,EAAS,EAAQ,GAGjBjB,EAAcC,OAAOC,UAGrBC,EAAiBH,EAAYG,eAO7B4P,EAAuB/P,EAAYsO,SAGnClN,EAAiBH,EAASA,EAAOI,iBAAcX,EA6BnDpB,EAAOC,QApBP,SAAmBG,GACjB,IAAIsQ,EAAQ7P,EAAea,KAAKtB,EAAO0B,GACnCS,EAAMnC,EAAM0B,GAEhB,IACE1B,EAAM0B,QAAkBV,EACxB,IAAIuP,GAAW,CACJ,CAAX,MAAOjN,GAAI,CAEb,IAAIkN,EAASH,EAAqB/O,KAAKtB,GAQvC,OAPIuQ,IACED,EACFtQ,EAAM0B,GAAkBS,SAEjBnC,EAAM0B,IAGV8O,CACT,OC1CA,IAOIH,EAPc9P,OAAOC,UAOcoO,SAavChP,EAAOC,QAJP,SAAwBG,GACtB,OAAOqQ,EAAqB/O,KAAKtB,EACnC,aCnBA,IAIMyQ,EAJFC,EAAa,EAAQ,IAGrBC,GACEF,EAAM,SAASG,KAAKF,GAAcA,EAAW7E,MAAQ6E,EAAW7E,KAAKgF,UAAY,KACvE,iBAAmBJ,EAAO,GAc1C7Q,EAAOC,QAJP,SAAkBoP,GAChB,QAAS0B,GAAeA,KAAc1B,CACxC,aCjBA,IAGIyB,EAHO,EAAQ,GAGG,sBAEtB9Q,EAAOC,QAAU6Q,OCJjB,IAGIR,EAHYlO,SAASxB,UAGIoO,SAqB7BhP,EAAOC,QAZP,SAAkBoP,GAChB,GAAY,MAARA,EAAc,CAChB,IACE,OAAOiB,EAAa5O,KAAK2N,EACd,CAAX,MAAO3L,GAAI,CACb,IACE,OAAQ2L,EAAO,EACJ,CAAX,MAAO3L,GAAI,CACf,CACA,MAAO,EACT,OCXA1D,EAAOC,QAJP,SAAkBc,EAAQU,GACxB,OAAiB,MAAVV,OAAiBK,EAAYL,EAAOU,EAC7C,OCTA,IAIIyP,EAAYpJ,KAAKqJ,IA+BrBnR,EAAOC,QApBP,SAAkBoP,GAChB,IAAI+B,EAAQ,EACRC,EAAa,EAEjB,OAAO,WACL,IAAIC,EAAQJ,IACRK,EApBO,IAoBiBD,EAAQD,GAGpC,GADAA,EAAaC,EACTC,EAAY,GACd,KAAMH,GAzBI,IA0BR,OAAO9F,UAAU,QAGnB8F,EAAQ,EAEV,OAAO/B,EAAK7D,WAAMpK,EAAWkK,UAC/B,CACF,aClCA,IAAI/K,EAAK,EAAQ,IACbiR,EAAc,EAAQ,IACtBC,EAAU,EAAQ,IAClBnP,EAAW,EAAQ,GA0BvBtC,EAAOC,QAdP,SAAwBG,EAAOa,EAAOF,GACpC,IAAKuB,EAASvB,GACZ,OAAO,EAET,IAAIV,SAAcY,EAClB,SAAY,UAARZ,EACKmR,EAAYzQ,IAAW0Q,EAAQxQ,EAAOF,EAAOG,QACrC,UAARb,GAAoBY,KAASF,IAE7BR,EAAGQ,EAAOE,GAAQb,EAG7B,aC3BA,IAAIsR,EAAgB,EAAQ,IACxBC,EAAa,EAAQ,IACrBH,EAAc,EAAQ,IA6B1BxR,EAAOC,QAJP,SAAgBc,GACd,OAAOyQ,EAAYzQ,GAAU2Q,EAAc3Q,GAAQ,GAAQ4Q,EAAW5Q,EACxE,aC7BA,IAAI6Q,EAAY,EAAQ,IACpBC,EAAc,EAAQ,IACtBC,EAAU,EAAQ,IAClB3O,EAAW,EAAQ,IACnBsO,EAAU,EAAQ,IAClBM,EAAe,EAAQ,IAMvBlR,EAHcF,OAAOC,UAGQC,eAqCjCb,EAAOC,QA3BP,SAAuBG,EAAO4R,GAC5B,IAAIC,EAAQH,EAAQ1R,GAChB8R,GAASD,GAASJ,EAAYzR,GAC9B+R,GAAUF,IAAUC,GAAS/O,EAAS/C,GACtCgS,GAAUH,IAAUC,IAAUC,GAAUJ,EAAa3R,GACrDiS,EAAcJ,GAASC,GAASC,GAAUC,EAC1CxB,EAASyB,EAAcT,EAAUxR,EAAMc,OAAQoR,QAAU,GACzDpR,EAAS0P,EAAO1P,OAEpB,IAAK,IAAIO,KAAOrB,GACT4R,IAAanR,EAAea,KAAKtB,EAAOqB,IACvC4Q,IAEQ,UAAP5Q,GAEC0Q,IAAkB,UAAP1Q,GAA0B,UAAPA,IAE9B2Q,IAAkB,UAAP3Q,GAA0B,cAAPA,GAA8B,cAAPA,IAEtDgQ,EAAQhQ,EAAKP,KAElB0P,EAAOnI,KAAKhH,GAGhB,OAAOmP,CACT,OC3BA5Q,EAAOC,QAVP,SAAmBsS,EAAGC,GAIpB,IAHA,IAAIvR,GAAS,EACT2P,EAASxF,MAAMmH,KAEVtR,EAAQsR,GACf3B,EAAO3P,GAASuR,EAASvR,GAE3B,OAAO2P,CACT,aCjBA,IAAI6B,EAAkB,EAAQ,IAC1BC,EAAe,EAAQ,GAGvBhS,EAAcC,OAAOC,UAGrBC,EAAiBH,EAAYG,eAG7B8R,EAAuBjS,EAAYiS,qBAoBnCd,EAAcY,EAAgB,WAAa,OAAOnH,SAAW,CAA/B,IAAsCmH,EAAkB,SAASrS,GACjG,OAAOsS,EAAatS,IAAUS,EAAea,KAAKtB,EAAO,YACtDuS,EAAqBjR,KAAKtB,EAAO,SACtC,EAEAJ,EAAOC,QAAU4R,aCnCjB,IAAIxP,EAAa,EAAQ,GACrBqQ,EAAe,EAAQ,GAgB3B1S,EAAOC,QAJP,SAAyBG,GACvB,OAAOsS,EAAatS,IAVR,sBAUkBiC,EAAWjC,EAC3C,OCQA,IAAI0R,EAAU1G,MAAM0G,QAEpB9R,EAAOC,QAAU6R,OCRjB9R,EAAOC,QAJP,WACE,OAAO,CACT,aCfA,IAAI2S,EAAmB,EAAQ,IAC3BC,EAAY,EAAQ,IACpBvP,EAAW,EAAQ,IAGnBwP,EAAmBxP,GAAYA,EAASyO,aAmBxCA,EAAee,EAAmBD,EAAUC,GAAoBF,EAEpE5S,EAAOC,QAAU8R,aC1BjB,IAAI1P,EAAa,EAAQ,GACrBM,EAAW,EAAQ,IACnB+P,EAAe,EAAQ,GA8BvBK,EAAiB,CAAC,EACtBA,EAZiB,yBAYYA,EAXZ,yBAYjBA,EAXc,sBAWYA,EAVX,uBAWfA,EAVe,uBAUYA,EATZ,uBAUfA,EATsB,8BASYA,EARlB,wBAShBA,EARgB,yBAQY,EAC5BA,EAjCc,sBAiCYA,EAhCX,kBAiCfA,EApBqB,wBAoBYA,EAhCnB,oBAiCdA,EApBkB,qBAoBYA,EAhChB,iBAiCdA,EAhCe,kBAgCYA,EA/Bb,qBAgCdA,EA/Ba,gBA+BYA,EA9BT,mBA+BhBA,EA9BgB,mBA8BYA,EA7BZ,mBA8BhBA,EA7Ba,gBA6BYA,EA5BT,mBA6BhBA,EA5BiB,qBA4BY,EAc7B/S,EAAOC,QALP,SAA0BG,GACxB,OAAOsS,EAAatS,IAClBuC,EAASvC,EAAMc,WAAa6R,EAAe1Q,EAAWjC,GAC1D,OC5CAJ,EAAOC,QANP,SAAmBoP,GACjB,OAAO,SAASjP,GACd,OAAOiP,EAAKjP,EACd,CACF,aCXA,IAAIkC,EAAW,EAAQ,GACnB0Q,EAAc,EAAQ,IACtBC,EAAe,EAAQ,IAMvBpS,EAHcF,OAAOC,UAGQC,eAwBjCb,EAAOC,QAfP,SAAoBc,GAClB,IAAKuB,EAASvB,GACZ,OAAOkS,EAAalS,GAEtB,IAAImS,EAAUF,EAAYjS,GACtB6P,EAAS,GAEb,IAAK,IAAInP,KAAOV,GACD,eAAPU,IAAyByR,GAAYrS,EAAea,KAAKX,EAAQU,KACrEmP,EAAOnI,KAAKhH,GAGhB,OAAOmP,CACT,OC7BA,IAAIlQ,EAAcC,OAAOC,UAgBzBZ,EAAOC,QAPP,SAAqBG,GACnB,IAAI+S,EAAO/S,GAASA,EAAMgT,YAG1B,OAAOhT,KAFqB,mBAAR+S,GAAsBA,EAAKvS,WAAcF,EAG/D,OCIAV,EAAOC,QAVP,SAAsBc,GACpB,IAAI6P,EAAS,GACb,GAAc,MAAV7P,EACF,IAAK,IAAIU,KAAOd,OAAOI,GACrB6P,EAAOnI,KAAKhH,GAGhB,OAAOmP,CACT,oBCjBA5Q,EAAOC,QAAUoT,oBCAjBrT,EAAOC,QAAUqT,qBCAjBtT,EAAOC,QAAUsT,oBCAjBvT,EAAOC,QAAUuT,cCAJxT,EAAOC,QAAU,EAAjB,KACNgL,GAAGkC,KAAK,EAAQ,mu4yBCAnBsG,EAA2B,CAAC,EAGhC,SAASC,EAAoBC,GAE5B,IAAIC,EAAeH,EAAyBE,GAC5C,QAAqBvS,IAAjBwS,EACH,OAAOA,EAAa3T,QAGrB,IAAID,EAASyT,EAAyBE,GAAY,CACjDE,GAAIF,EACJG,QAAQ,EACR7T,QAAS,CAAC,GAUX,OANA8T,EAAoBJ,GAAUjS,KAAK1B,EAAOC,QAASD,EAAQA,EAAOC,QAASyT,GAG3E1T,EAAO8T,QAAS,EAGT9T,EAAOC,OACf,CCxBAyT,EAAoBnB,EAAKvS,IACxB,IAAIgU,EAAShU,GAAUA,EAAOiU,WAC7B,IAAOjU,EAAiB,QACxB,IAAM,EAEP,OADA0T,EAAoBQ,EAAEF,EAAQ,CAAEhM,EAAGgM,IAC5BA,CAAM,ECLdN,EAAoBQ,EAAI,CAACjU,EAASkU,KACjC,IAAI,IAAI1S,KAAO0S,EACXT,EAAoBU,EAAED,EAAY1S,KAASiS,EAAoBU,EAAEnU,EAASwB,IAC5Ed,OAAOmP,eAAe7P,EAASwB,EAAK,CAAE4S,YAAY,EAAMC,IAAKH,EAAW1S,IAE1E,ECNDiS,EAAoBlR,EAAI,WACvB,GAA0B,iBAAf+R,WAAyB,OAAOA,WAC3C,IACC,OAAO3Q,MAAQ,IAAIxB,SAAS,cAAb,EAGhB,CAFE,MAAOsB,GACR,GAAsB,iBAAX8Q,OAAqB,OAAOA,MACxC,CACA,CAPuB,GCAxBd,EAAoBU,EAAI,CAACK,EAAKC,IAAU/T,OAAOC,UAAUC,eAAea,KAAK+S,EAAKC,GCClFhB,EAAoBiB,EAAK1U,IACH,oBAAX0B,QAA0BA,OAAOI,aAC1CpB,OAAOmP,eAAe7P,EAAS0B,OAAOI,YAAa,CAAE3B,MAAO,WAE7DO,OAAOmP,eAAe7P,EAAS,aAAc,CAAEG,OAAO,GAAO,ECL9DsT,EAAoBkB,IAAO5U,IAC1BA,EAAO6U,MAAQ,GACV7U,EAAO8U,WAAU9U,EAAO8U,SAAW,IACjC9U,+ECHO,SAAS+U,EAAgBX,EAAGY,GAMzC,OALkBrU,OAAOsU,gBAAkB,SAAyBb,EAAGY,GAErE,OADAZ,EAAEc,UAAYF,EACPZ,CACT,EAEOW,EAAgBX,EAAGY,EAC5B,qBC6CA,IAAIG,EAEJ,WACE,SAASA,EAAWC,GAClBxR,KAAKyR,cAA8BjU,IAAnBgU,EAAQE,QAA+DF,EAAQE,OAC/F1R,KAAK2R,KAAO,GACZ3R,KAAK4R,IAAM,EACX5R,KAAK6R,MAAQL,EAAQK,MAErB7R,KAAKnC,IAAM2T,EAAQ3T,IACnBmC,KAAK8R,UAAYN,EAAQM,UACzB9R,KAAK+R,OAAS,IAChB,CAEA,IAAIC,EAAST,EAAWvU,UAiExB,OA/DAgV,EAAOC,OAAS,SAAgBC,GAI9B,GAAIlS,KAAK4R,KAAO5R,KAAKyR,SAAW,KAAQ,IAAO,EAAG,CAChD,IAEIM,EAFAI,EAjCV,SAA4BX,GAC1B,IAAI7S,EAAMyT,SAASC,cAAc,SAQjC,OAPA1T,EAAI2T,aAAa,eAAgBd,EAAQ3T,UAEnBL,IAAlBgU,EAAQK,OACVlT,EAAI2T,aAAa,QAASd,EAAQK,OAGpClT,EAAI4T,YAAYH,SAASI,eAAe,KACjC7T,CACT,CAuBiB8T,CAAmBzS,MAK5B+R,EADuB,IAArB/R,KAAK2R,KAAKrU,OACH0C,KAAK+R,OAEL/R,KAAK2R,KAAK3R,KAAK2R,KAAKrU,OAAS,GAAGoV,YAG3C1S,KAAK8R,UAAUa,aAAaR,EAAMJ,GAClC/R,KAAK2R,KAAK9M,KAAKsN,EACjB,CAEA,IAAIxT,EAAMqB,KAAK2R,KAAK3R,KAAK2R,KAAKrU,OAAS,GAEvC,GAAI0C,KAAKyR,SAAU,CACjB,IAAImB,EAnEV,SAAqBjU,GACnB,GAAIA,EAAIiU,MAEN,OAAOjU,EAAIiU,MAMb,IAAK,IAAIzR,EAAI,EAAGA,EAAIiR,SAASS,YAAYvV,OAAQ6D,IAC/C,GAAIiR,SAASS,YAAY1R,GAAG2R,YAAcnU,EAExC,OAAOyT,SAASS,YAAY1R,EAGlC,CAoDkB4R,CAAYpU,GAExB,IAKE,IAAIqU,EAAsC,MAAvBd,EAAKxQ,WAAW,IAAqC,KAAvBwQ,EAAKxQ,WAAW,GAGjEkR,EAAMK,WAAWf,EASjBc,EAAe,EAAIJ,EAAMM,SAAS5V,OAKpC,CAJE,MAAOwC,GACH,CAGN,CACF,MACEnB,EAAI4T,YAAYH,SAASI,eAAeN,IAG1ClS,KAAK4R,KACP,EAEAI,EAAOmB,MAAQ,WAEbnT,KAAK2R,KAAKyB,SAAQ,SAAUzU,GAC1B,OAAOA,EAAI0U,WAAWC,YAAY3U,EACpC,IACAqB,KAAK2R,KAAO,GACZ3R,KAAK4R,IAAM,CACb,EAEOL,CACT,CA9EA,GCgjBA,QAtmBA,SAAqBgC,GACnB,SAASC,EAAElD,EAAGmD,EAAG3T,EAAG4T,EAAGtP,GACrB,IAAK,IAAgCuP,EAAG/U,EAAiBgV,EAAuEC,EAAmCC,EAA1JjN,EAAI,EAAGxC,EAAI,EAAG0P,EAAI,EAAGpF,EAAI,EAASqF,EAAI,EAAGC,EAAI,EAAMC,EAAIN,EAAID,EAAI,EAAGQ,EAAI,EAAGpD,EAAI,EAAGqD,EAAI,EAAGC,EAAI,EAAGC,EAAIxU,EAAExC,OAAQiX,EAAID,EAAI,EAAME,EAAI,GAAIpD,EAAI,GAAIqD,EAAI,GAAIC,EAAI,GAAOP,EAAIG,GAAI,CAI5K,GAHA1V,EAAIkB,EAAE4B,WAAWyS,GACjBA,IAAMI,GAAK,IAAMlQ,EAAIsK,EAAIoF,EAAIlN,IAAM,IAAMxC,IAAMzF,EAAI,KAAOyF,EAAI,GAAK,IAAKsK,EAAIoF,EAAIlN,EAAI,EAAGyN,IAAKC,KAExF,IAAMlQ,EAAIsK,EAAIoF,EAAIlN,EAAG,CACvB,GAAIsN,IAAMI,IAAM,EAAIxD,IAAMyD,EAAIA,EAAEvO,QAAQ0O,EAAG,KAAM,EAAIH,EAAEI,OAAOtX,QAAS,CACrE,OAAQsB,GACN,KAAK,GACL,KAAK,EACL,KAAK,GACL,KAAK,GACL,KAAK,GACH,MAEF,QACE4V,GAAK1U,EAAE+U,OAAOV,GAGlBvV,EAAI,EACN,CAEA,OAAQA,GACN,KAAK,IAKH,IAHA+U,GADAa,EAAIA,EAAEI,QACAlT,WAAW,GACjBkS,EAAI,EAECS,IAAMF,EAAGA,EAAIG,GAAI,CACpB,OAAQ1V,EAAIkB,EAAE4B,WAAWyS,IACvB,KAAK,IACHP,IACA,MAEF,KAAK,IACHA,IACA,MAEF,KAAK,GACH,OAAQhV,EAAIkB,EAAE4B,WAAWyS,EAAI,IAC3B,KAAK,GACL,KAAK,GACH/P,EAAG,CACD,IAAK8P,EAAIC,EAAI,EAAGD,EAAIK,IAAKL,EACvB,OAAQpU,EAAE4B,WAAWwS,IACnB,KAAK,GACH,GAAI,KAAOtV,GAAK,KAAOkB,EAAE4B,WAAWwS,EAAI,IAAMC,EAAI,IAAMD,EAAG,CACzDC,EAAID,EAAI,EACR,MAAM9P,CACR,CAEA,MAEF,KAAK,GACH,GAAI,KAAOxF,EAAG,CACZuV,EAAID,EAAI,EACR,MAAM9P,CACR,EAKN+P,EAAID,CACN,EAIJ,MAEF,KAAK,GACHtV,IAEF,KAAK,GACHA,IAEF,KAAK,GACL,KAAK,GACH,KAAOuV,IAAMI,GAAKzU,EAAE4B,WAAWyS,KAAOvV,KAK1C,GAAI,IAAMgV,EAAG,MACbO,GACF,CAKA,GAHAP,EAAI9T,EAAEgV,UAAUT,EAAGF,GACnB,IAAMR,IAAMA,GAAKa,EAAIA,EAAEvO,QAAQ8O,EAAI,IAAIH,QAAQlT,WAAW,IAGnD,KADCiS,EACN,CAIE,OAHA,EAAI5C,IAAMyD,EAAIA,EAAEvO,QAAQ0O,EAAG,KAC3B/V,EAAI4V,EAAE9S,WAAW,IAGf,KAAK,IACL,KAAK,IACL,KAAK,IACL,KAAK,GACHqP,EAAI0C,EACJ,MAEF,QACE1C,EAAIiE,EAMR,GAFAX,GADAT,EAAIJ,EAAEC,EAAG1C,EAAG6C,EAAGhV,EAAGwF,EAAI,IAChB9G,OACN,EAAI2X,IAAsBnB,EAAIoB,EAAE,EAAGtB,EAAzB7C,EAAIoE,EAAEH,EAAGR,EAAGJ,GAAmBX,EAAG2B,EAAGvK,EAAGwJ,EAAGzV,EAAGwF,EAAGsP,GAAIc,EAAIzD,EAAEzN,KAAK,SAAK,IAAWwQ,GAAK,KAAOO,GAAKT,EAAIE,EAAEc,QAAQtX,UAAYsB,EAAI,EAAGgV,EAAI,KAC5I,EAAIS,EAAG,OAAQzV,GACjB,KAAK,IACH4V,EAAIA,EAAEvO,QAAQoP,EAAIC,GAEpB,KAAK,IACL,KAAK,IACL,KAAK,GACH1B,EAAIY,EAAI,IAAMZ,EAAI,IAClB,MAEF,KAAK,IAEHA,GADAY,EAAIA,EAAEvO,QAAQsP,EAAI,UACV,IAAM3B,EAAI,IAClBA,EAAI,IAAM4B,GAAK,IAAMA,GAAKC,EAAE,IAAM7B,EAAG,GAAK,YAAcA,EAAI,IAAMA,EAAI,IAAMA,EAC5E,MAEF,QACEA,EAAIY,EAAIZ,EAAG,MAAQF,IAAWtC,GAAKwC,EAAVA,EAAa,SACnCA,EAAI,EACN,MAGLA,EAAIJ,EAAEC,EAAG0B,EAAE1B,EAAGe,EAAGJ,GAAIR,EAAGF,EAAGtP,EAAI,GAGnCqQ,GAAKb,EACLA,EAAIQ,EAAIrD,EAAImD,EAAIP,EAAI,EACpBa,EAAI,GACJ5V,EAAIkB,EAAE4B,aAAayS,GACnB,MAEF,KAAK,IACL,KAAK,GAEH,GAAI,GAAKE,GADTG,GAAK,EAAIzD,EAAIyD,EAAEvO,QAAQ0O,EAAG,IAAMH,GAAGI,QACpBtX,QAAS,OAAQ,IAAM4W,IAAMP,EAAIa,EAAE9S,WAAW,GAAI,KAAOiS,GAAK,GAAKA,GAAK,IAAMA,KAAOU,GAAKG,EAAIA,EAAEvO,QAAQ,IAAK,MAAM3I,QAAS,EAAI2X,QAAK,KAAYnB,EAAIoB,EAAE,EAAGV,EAAGf,EAAGnD,EAAG8E,EAAGvK,EAAGuG,EAAE9T,OAAQoW,EAAGtP,EAAGsP,KAAO,KAAOW,GAAKG,EAAIV,EAAEc,QAAQtX,UAAYkX,EAAI,QAAab,EAAIa,EAAE9S,WAAW,GAAI9C,EAAI4V,EAAE9S,WAAW,GAAIiS,GAC9S,KAAK,EACH,MAEF,KAAK,GACH,GAAI,MAAQ/U,GAAK,KAAOA,EAAG,CACzB8V,GAAKF,EAAI1U,EAAE+U,OAAOV,GAClB,KACF,CAEF,QACE,KAAOK,EAAE9S,WAAW2S,EAAI,KAAOjD,GAAKsE,EAAElB,EAAGb,EAAG/U,EAAG4V,EAAE9S,WAAW,KAEhE0S,EAAIrD,EAAImD,EAAIP,EAAI,EAChBa,EAAI,GACJ5V,EAAIkB,EAAE4B,aAAayS,GAEzB,CAEA,OAAQvV,GACN,KAAK,GACL,KAAK,GACH,KAAOyF,EAAIA,EAAI,EAAI,IAAM,EAAIsP,GAAK,MAAQD,GAAK,EAAIc,EAAElX,SAAWyT,EAAI,EAAGyD,GAAK,MAC5E,EAAIS,EAAIU,GAAKT,EAAE,EAAGV,EAAGf,EAAGnD,EAAG8E,EAAGvK,EAAGuG,EAAE9T,OAAQoW,EAAGtP,EAAGsP,GACjD7I,EAAI,EACJuK,IACA,MAEF,KAAK,GACL,KAAK,IACH,GAAI,IAAM/Q,EAAIsK,EAAIoF,EAAIlN,EAAG,CACvBgE,IACA,KACF,CAEF,QAIE,OAHAA,IACAgJ,EAAI/T,EAAE+U,OAAOV,GAELvV,GACN,KAAK,EACL,KAAK,GACH,GAAI,IAAM+P,EAAI9H,EAAIxC,EAAG,OAAQ2P,GAC3B,KAAK,GACL,KAAK,GACL,KAAK,EACL,KAAK,GACHH,EAAI,GACJ,MAEF,QACE,KAAOjV,IAAMiV,EAAI,KAErB,MAEF,KAAK,EACHA,EAAI,MACJ,MAEF,KAAK,GACHA,EAAI,MACJ,MAEF,KAAK,GACHA,EAAI,MACJ,MAEF,KAAK,GACH,IAAMlF,EAAItK,EAAIwC,IAAMkK,EAAIqD,EAAI,EAAGP,EAAI,KAAOA,GAC1C,MAEF,KAAK,IACH,GAAI,IAAMlF,EAAItK,EAAIwC,EAAI+O,GAAK,EAAI1B,EAAG,OAAQC,EAAID,GAC5C,KAAK,EACH,MAAQF,GAAK,KAAOlU,EAAE4B,WAAWyS,EAAI,KAAOyB,EAAI5B,GAElD,KAAK,EACH,MAAQC,IAAM2B,EAAI3B,GAEtB,MAEF,KAAK,GACH,IAAMtF,EAAItK,EAAIwC,IAAMqN,EAAIC,GACxB,MAEF,KAAK,GACH,IAAM9P,EAAI0P,EAAIpF,EAAI9H,IAAMkK,EAAI,EAAG8C,GAAK,MACpC,MAEF,KAAK,GACL,KAAK,GACH,IAAMxP,IAAMsK,EAAIA,IAAM/P,EAAI,EAAI,IAAM+P,EAAI/P,EAAI+P,GAC5C,MAEF,KAAK,GACH,IAAMA,EAAItK,EAAI0P,GAAKlN,IACnB,MAEF,KAAK,GACH,IAAM8H,EAAItK,EAAI0P,GAAKlN,IACnB,MAEF,KAAK,GACH,IAAM8H,EAAItK,EAAIwC,GAAKkN,IACnB,MAEF,KAAK,GACH,GAAI,IAAMpF,EAAItK,EAAIwC,EAAG,CACnB,GAAI,IAAM8M,EAAG,GAAQ,EAAIK,EAAI,EAAIC,GAC1B,UAIHN,EAAI,EAERI,GACF,CAEA,MAEF,KAAK,GACH,IAAM1P,EAAI0P,EAAIpF,EAAI9H,EAAIqN,EAAIN,IAAMA,EAAI,GACpC,MAEF,KAAK,GACL,KAAK,GACH,KAAM,EAAIjF,EAAI9H,EAAIkN,GAAI,OAAQ1P,GAC5B,KAAK,EACH,OAAQ,EAAIzF,EAAI,EAAIkB,EAAE4B,WAAWyS,EAAI,IACnC,KAAK,IACH9P,EAAI,GACJ,MAEF,KAAK,IACHgQ,EAAIF,EAAG9P,EAAI,GAGf,MAEF,KAAK,GACH,KAAOzF,GAAK,KAAOoV,GAAKK,EAAI,IAAMF,IAAM,KAAOrU,EAAE4B,WAAW2S,EAAI,KAAOjD,GAAKtR,EAAEgV,UAAUT,EAAGF,EAAI,IAAKN,EAAI,GAAIxP,EAAI,IAIxH,IAAMA,IAAMmQ,GAAKX,GAGrBI,EAAID,EACJA,EAAIpV,EACJuV,GACF,CAIA,GAAI,GAFJE,EAAIjD,EAAE9T,QAEK,CAET,GADAyT,EAAI0C,EACA,EAAIwB,SAA2C,KAArCnB,EAAIoB,EAAE,EAAG9D,EAAGL,EAAGT,EAAG8E,EAAGvK,EAAGwJ,EAAGX,EAAGtP,EAAGsP,KAAoB,KAAOtC,EAAI0C,GAAGxW,QAAS,OAAOoX,EAAItD,EAAIqD,EAGzG,GAFArD,EAAIL,EAAEzN,KAAK,KAAO,IAAM8N,EAAI,IAExB,GAAMoE,EAAII,EAAG,CAGf,OAFA,IAAMJ,GAAKC,EAAErE,EAAG,KAAOwE,EAAI,GAEnBA,GACN,KAAK,IACHxE,EAAIA,EAAEnL,QAAQ4P,EAAI,YAAczE,EAChC,MAEF,KAAK,IACHA,EAAIA,EAAEnL,QAAQ6P,EAAG,sBAAwB1E,EAAEnL,QAAQ6P,EAAG,aAAe1E,EAAEnL,QAAQ6P,EAAG,iBAAmB1E,EAGzGwE,EAAI,CACN,CACF,CAEA,OAAOlB,EAAItD,EAAIqD,CACjB,CAEA,SAASU,EAAE7E,EAAGmD,EAAG3T,GACf,IAAI4T,EAAID,EAAEmB,OAAOhU,MAAMmV,GACvBtC,EAAIC,EACJ,IAAItP,EAAIsP,EAAEpW,OACNuJ,EAAIyJ,EAAEhT,OAEV,OAAQuJ,GACN,KAAK,EACL,KAAK,EACH,IAAIxC,EAAI,EAER,IAAKiM,EAAI,IAAMzJ,EAAI,GAAKyJ,EAAE,GAAK,IAAKjM,EAAID,IAAKC,EAC3CoP,EAAEpP,GAAK2R,EAAE1F,EAAGmD,EAAEpP,GAAIvE,GAAG8U,OAGvB,MAEF,QACE,IAAIb,EAAI1P,EAAI,EAEZ,IAAKoP,EAAI,GAAIpP,EAAID,IAAKC,EACpB,IAAK,IAAIsK,EAAI,EAAGA,EAAI9H,IAAK8H,EACvB8E,EAAEM,KAAOiC,EAAE1F,EAAE3B,GAAK,IAAK+E,EAAErP,GAAIvE,GAAG8U,OAMxC,OAAOnB,CACT,CAEA,SAASuC,EAAE1F,EAAGmD,EAAG3T,GACf,IAAI4T,EAAID,EAAE/R,WAAW,GAGrB,OAFA,GAAKgS,IAAMA,GAAKD,EAAIA,EAAEmB,QAAQlT,WAAW,IAEjCgS,GACN,KAAK,GACH,OAAOD,EAAExN,QAAQwO,EAAG,KAAOnE,EAAEsE,QAE/B,KAAK,GACH,OAAOtE,EAAEsE,OAASnB,EAAExN,QAAQwO,EAAG,KAAOnE,EAAEsE,QAE1C,QACE,GAAI,EAAI,EAAI9U,GAAK,EAAI2T,EAAEjL,QAAQ,MAAO,OAAOiL,EAAExN,QAAQwO,GAAI,KAAOnE,EAAE5O,WAAW,GAAK,GAAK,MAAQ4O,EAAEsE,QAGvG,OAAOtE,EAAImD,CACb,CAEA,SAASiC,EAAEpF,EAAGmD,EAAG3T,EAAG4T,GAClB,IAAItP,EAAIkM,EAAI,IACRzJ,EAAI,EAAI4M,EAAI,EAAI3T,EAAI,EAAI4T,EAE5B,GAAI,MAAQ7M,EAAG,CACbyJ,EAAIlM,EAAEoE,QAAQ,IAAK,GAAK,EACxB,IAAInE,EAAID,EAAE0Q,UAAUxE,EAAGlM,EAAE9G,OAAS,GAAGsX,OAErC,OADAvQ,EAAID,EAAE0Q,UAAU,EAAGxE,GAAGsE,OAASvQ,EAAI,IAC5B,IAAMmR,GAAK,IAAMA,GAAKC,EAAEpR,EAAG,GAAK,WAAaA,EAAIA,EAAIA,CAC9D,CAEA,GAAI,IAAMmR,GAAK,IAAMA,IAAMC,EAAErR,EAAG,GAAI,OAAOA,EAE3C,OAAQyC,GACN,KAAK,KACH,OAAO,KAAOzC,EAAE1C,WAAW,IAAM,WAAa0C,EAAIA,EAAIA,EAExD,KAAK,IACH,OAAO,MAAQA,EAAE1C,WAAW,GAAK,WAAa0C,EAAIA,EAAIA,EAExD,KAAK,IACH,OAAO,MAAQA,EAAE1C,WAAW,GAAK,WAAa0C,EAAIA,EAAIA,EAExD,KAAK,KACH,GAAI,MAAQA,EAAE1C,WAAW,GAAI,MAE/B,KAAK,IACL,KAAK,IACH,MAAO,WAAa0C,EAAIA,EAE1B,KAAK,IACH,MAAO,WAAaA,EAAI,QAAUA,EAAIA,EAExC,KAAK,KACL,KAAK,IACH,MAAO,WAAaA,EAAI,QAAUA,EAAI,OAASA,EAAIA,EAErD,KAAK,IACH,GAAI,KAAOA,EAAE1C,WAAW,GAAI,MAAO,WAAa0C,EAAIA,EACpD,GAAI,EAAIA,EAAEoE,QAAQ,aAAc,IAAK,OAAOpE,EAAE6B,QAAQgQ,EAAI,gBAAkB7R,EAC5E,MAEF,KAAK,IACH,GAAI,KAAOA,EAAE1C,WAAW,GAAI,OAAQ0C,EAAE1C,WAAW,IAC/C,KAAK,IACH,MAAO,eAAiB0C,EAAE6B,QAAQ,QAAS,IAAM,WAAa7B,EAAI,OAASA,EAAE6B,QAAQ,OAAQ,YAAc7B,EAE7G,KAAK,IACH,MAAO,WAAaA,EAAI,OAASA,EAAE6B,QAAQ,SAAU,YAAc7B,EAErE,KAAK,GACH,MAAO,WAAaA,EAAI,OAASA,EAAE6B,QAAQ,QAAS,kBAAoB7B,EAE5E,MAAO,WAAaA,EAAI,OAASA,EAAIA,EAEvC,KAAK,IACH,MAAO,WAAaA,EAAI,YAAcA,EAAIA,EAE5C,KAAK,KACH,GAAI,KAAOA,EAAE1C,WAAW,GAAI,MAE5B,MAAO,oBADP2C,EAAID,EAAE0Q,UAAU1Q,EAAEoE,QAAQ,IAAK,KAAKvC,QAAQ,QAAS,IAAIA,QAAQ,gBAAiB,YAClD,WAAa7B,EAAI,gBAAkBC,EAAID,EAEzE,KAAK,KACH,OAAO8R,EAAGjX,KAAKmF,GAAKA,EAAE6B,QAAQkQ,EAAI,aAAe/R,EAAE6B,QAAQkQ,EAAI,UAAY/R,EAAIA,EAEjF,KAAK,IAIH,OAFAqP,GADApP,EAAID,EAAE0Q,UAAU,IAAIF,QACdpM,QAAQ,KAAO,EAEbnE,EAAE3C,WAAW,GAAK2C,EAAE3C,WAAW+R,IACrC,KAAK,IACHpP,EAAID,EAAE6B,QAAQyO,EAAG,MACjB,MAEF,KAAK,IACHrQ,EAAID,EAAE6B,QAAQyO,EAAG,SACjB,MAEF,KAAK,IACHrQ,EAAID,EAAE6B,QAAQyO,EAAG,MACjB,MAEF,QACE,OAAOtQ,EAGX,MAAO,WAAaA,EAAI,OAASC,EAAID,EAEvC,KAAK,KACH,IAAK,IAAMA,EAAEoE,QAAQ,SAAU,GAAI,MAErC,KAAK,IAIH,OAHAiL,GAAKrP,EAAIkM,GAAGhT,OAAS,GAGbuJ,GAFRxC,GAAK,KAAOD,EAAE1C,WAAW+R,GAAKrP,EAAE0Q,UAAU,EAAGrB,GAAKrP,GAAG0Q,UAAUxE,EAAE9H,QAAQ,IAAK,GAAK,GAAGoM,QAExElT,WAAW,IAAwB,EAAlB2C,EAAE3C,WAAW,KAC1C,KAAK,IACH,GAAI,IAAM2C,EAAE3C,WAAW,GAAI,MAE7B,KAAK,IACH0C,EAAIA,EAAE6B,QAAQ5B,EAAG,WAAaA,GAAK,IAAMD,EACzC,MAEF,KAAK,IACL,KAAK,IACHA,EAAIA,EAAE6B,QAAQ5B,EAAG,YAAc,IAAMwC,EAAI,UAAY,IAAM,OAAS,IAAMzC,EAAE6B,QAAQ5B,EAAG,WAAaA,GAAK,IAAMD,EAAE6B,QAAQ5B,EAAG,OAASA,EAAI,OAAS,IAAMD,EAG5J,OAAOA,EAAI,IAEb,KAAK,IACH,GAAI,KAAOA,EAAE1C,WAAW,GAAI,OAAQ0C,EAAE1C,WAAW,IAC/C,KAAK,IACH,OAAO2C,EAAID,EAAE6B,QAAQ,SAAU,IAAK,WAAa7B,EAAI,eAAiBC,EAAI,YAAcA,EAAID,EAE9F,KAAK,IACH,MAAO,WAAaA,EAAI,iBAAmBA,EAAE6B,QAAQmQ,EAAI,IAAMhS,EAEjE,QACE,MAAO,WAAaA,EAAI,qBAAuBA,EAAE6B,QAAQ,gBAAiB,IAAIA,QAAQmQ,EAAI,IAAMhS,EAEpG,MAEF,KAAK,IACL,KAAK,IACH,GAAI,KAAOA,EAAE1C,WAAW,IAAM,MAAQ0C,EAAE1C,WAAW,GAAI,MAEzD,KAAK,IACL,KAAK,IACH,IAAI,IAAO2U,EAAGpX,KAAKqR,GAAI,OAAO,OAASjM,EAAIiM,EAAEwE,UAAUxE,EAAE9H,QAAQ,KAAO,IAAI9G,WAAW,GAAKgU,EAAEpF,EAAErK,QAAQ,UAAW,kBAAmBwN,EAAG3T,EAAG4T,GAAGzN,QAAQ,kBAAmB,YAAc7B,EAAE6B,QAAQ5B,EAAG,WAAaA,GAAKD,EAAE6B,QAAQ5B,EAAG,QAAUA,EAAE4B,QAAQ,QAAS,KAAO7B,EACxQ,MAEF,KAAK,IACH,GAAIA,EAAI,WAAaA,GAAK,MAAQA,EAAE1C,WAAW,GAAK,OAAS0C,EAAI,IAAMA,EAAG,MAAQtE,EAAI4T,GAAK,MAAQtP,EAAE1C,WAAW,KAAO,EAAI0C,EAAEoE,QAAQ,YAAa,IAAK,OAAOpE,EAAE0Q,UAAU,EAAG1Q,EAAEoE,QAAQ,IAAK,IAAM,GAAGvC,QAAQqQ,EAAI,gBAAkBlS,EAGvO,OAAOA,CACT,CAEA,SAASqR,EAAEnF,EAAGmD,GACZ,IAAI3T,EAAIwQ,EAAE9H,QAAQ,IAAMiL,EAAI,IAAM,KAC9BC,EAAIpD,EAAEwE,UAAU,EAAG,IAAMrB,EAAI3T,EAAI,IAErC,OADAA,EAAIwQ,EAAEwE,UAAUhV,EAAI,EAAGwQ,EAAEhT,OAAS,GAC3BiZ,EAAE,IAAM9C,EAAIC,EAAIA,EAAEzN,QAAQuQ,EAAI,MAAO1W,EAAG2T,EACjD,CAEA,SAAS6B,EAAGhF,EAAGmD,GACb,IAAI3T,EAAI4V,EAAEjC,EAAGA,EAAE/R,WAAW,GAAI+R,EAAE/R,WAAW,GAAI+R,EAAE/R,WAAW,IAC5D,OAAO5B,IAAM2T,EAAI,IAAM3T,EAAEmG,QAAQwQ,EAAI,YAAY3B,UAAU,GAAK,IAAMrB,EAAI,GAC5E,CAEA,SAASyB,EAAE5E,EAAGmD,EAAG3T,EAAG4T,EAAGtP,EAAGyC,EAAGxC,EAAG0P,EAAGpF,EAAGgF,GACpC,IAAK,IAAkB6B,EAAd5W,EAAI,EAAGoV,EAAIP,EAAM7U,EAAIqW,IAAKrW,EACjC,OAAQ4W,EAAIkB,EAAE9X,GAAGd,KAAKwW,EAAGhE,EAAG0D,EAAGlU,EAAG4T,EAAGtP,EAAGyC,EAAGxC,EAAG0P,EAAGpF,EAAGgF,IAClD,UAAK,EACL,KAAK,EACL,KAAK,EACL,KAAK,KACH,MAEF,QACEK,EAAIwB,EAIV,GAAIxB,IAAMP,EAAG,OAAOO,CACtB,CAkBA,SAAS2C,EAAErG,GAGT,YADA,KADAA,EAAIA,EAAEsG,UACWL,EAAI,KAAMjG,EAAI,mBAAsBA,EAAIkF,EAAI,GAAKA,EAAI,EAAGe,EAAIjG,GAAKkF,EAAI,GAC/EmB,CACT,CAEA,SAASrC,EAAEhE,EAAGmD,GACZ,IAAI3T,EAAIwQ,EAKR,GAJA,GAAKxQ,EAAE4B,WAAW,KAAO5B,EAAIA,EAAE8U,QAE/B9U,EAAI,CADAA,GAGA,EAAImV,EAAG,CACT,IAAIvB,EAAIwB,GAAG,EAAGzB,EAAG3T,EAAGA,EAAGsV,EAAGvK,EAAG,EAAG,EAAG,EAAG,QACtC,IAAW6I,GAAK,iBAAoBA,IAAMD,EAAIC,EAChD,CAEA,IAAItP,EAAIoP,EAAEwB,EAAGlV,EAAG2T,EAAG,EAAG,GAKtB,OAJA,EAAIwB,SAAmD,KAA7CvB,EAAIwB,GAAG,EAAG9Q,EAAGtE,EAAGA,EAAGsV,EAAGvK,EAAGzG,EAAE9G,OAAQ,EAAG,EAAG,MAAqB8G,EAAIsP,IACxE,GACJkC,EAAI,EACJ/K,EAAIuK,EAAI,EACDhR,CACT,CAEA,IAAI2Q,EAAK,QACLJ,EAAI,YACJwB,EAAK,OACLD,EAAK,UACLI,EAAK,sBACLP,EAAK,SACLtB,EAAI,oBACJc,EAAK,qBACLO,EAAI,aACJD,EAAK,gBACLnB,EAAI,qBACJW,EAAK,kBACLoB,EAAK,eACLL,EAAK,eACLI,EAAK,8BACLH,EAAK,mCACLJ,EAAK,sBACLpL,EAAI,EACJuK,EAAI,EACJQ,EAAI,EACJJ,EAAI,EACJR,EAAI,GACJ0B,EAAI,GACJzB,EAAI,EACJsB,EAAI,KACJZ,EAAI,EAKR,OAHArB,EAAEuC,IApEF,SAASC,EAAExG,GACT,OAAQA,GACN,UAAK,EACL,KAAK,KACH2E,EAAIyB,EAAEpZ,OAAS,EACf,MAEF,QACE,GAAI,mBAAsBgT,EAAGoG,EAAEzB,KAAO3E,OAAO,GAAI,iBAAoBA,EAAG,IAAK,IAAImD,EAAI,EAAG3T,EAAIwQ,EAAEhT,OAAQmW,EAAI3T,IAAK2T,EAC7GqD,EAAExG,EAAEmD,SACCkC,EAAU,IAAJrF,EAGjB,OAAOwG,CACT,EAuDAxC,EAAEyC,IAAMJ,OACR,IAAWpD,GAAKoD,EAAEpD,GACXe,CACT,EC7lBA,IAAI0C,EAAY,QAGhB,SAASC,EAAQC,GACXA,GACFC,EAAMC,QAAQnF,OAAOiF,EAAQ,IAEjC,CAEA,IAAIC,EAAQ,CACVC,QAAS,MAEPC,EAAY,SAAmBC,EAASC,EAASC,EAAWC,EAASC,EAAMC,EAAQra,EAAQsa,EAAIC,EAAO5U,GACxG,OAAQqU,GAEN,KAAK,EAED,OAAQC,EAAQ7V,WAAW,IACzB,KAAK,GAID,OADAyV,EAAMC,QAAQnF,OAAOsF,EAAU,KACxB,GAIX,KAAK,IAID,GAA8B,KAA1BA,EAAQ7V,WAAW,GACrB,MAAO,GAKf,MAIJ,KAAK,EAED,GAAW,IAAPkW,EAAU,OAAOL,EAAUP,EAC/B,MAIJ,KAAK,EAED,OAAQY,GAEN,KAAK,IACL,KAAK,IAGD,OADAT,EAAMC,QAAQnF,OAAOuF,EAAU,GAAKD,GAC7B,GAGX,QAEI,OAAOA,GAAkB,IAAPtU,EAAW+T,EAAY,IAKnD,KAAM,EAEFO,EAAQ3W,MAlEHoW,UAkEiB5D,QAAQ6D,GAGtC,EAoIA,QAlIkB,SAAqBzF,QACrBhU,IAAZgU,IAAuBA,EAAU,CAAC,GACtC,IACIsG,EADAja,EAAM2T,EAAQ3T,KAAO,WAGFL,IAAnBgU,EAAQoF,SACVkB,EAAgB,CACdlB,OAAQpF,EAAQoF,SAIpB,IAAImB,EAAS,IAAI,EAAOD,GASxB,IAEIhG,EAFAkG,EAAW,CAAC,EAKdlG,EAAYN,EAAQM,WAAaM,SAAS6F,KAC1C,IAcEC,EAdEC,EAAQ/F,SAASgG,iBAAiB,sBAAwBva,EAAM,KACpE2J,MAAMxK,UAAUoW,QAAQtV,KAAKqa,GAAO,SAAUE,GAC/BA,EAAKC,aAAa,gBAAkBza,GAE1C+C,MAAM,KAAKwS,SAAQ,SAAUnD,GAClC+H,EAAS/H,IAAM,CACjB,IAEIoI,EAAKhF,aAAevB,GACtBA,EAAUS,YAAY8F,EAE1B,IAMAN,EAAOlB,IAAIrF,EAAQ+G,cAAnBR,CAAkCV,GAElCa,EAAU,SAAgBM,EAAUC,EAAY7F,EAAO8F,GACrD,IAAInW,EAAOkW,EAAWlW,KACtB4U,EAAMC,QAAUxE,EAWhBmF,EAAOS,EAAUC,EAAWE,QAExBD,IACFE,EAAMZ,SAASzV,IAAQ,EAE3B,EAmDF,IAAIqW,EAAQ,CACV/a,IAAKA,EACL+U,MAAO,IAAIrB,EAAW,CACpB1T,IAAKA,EACLiU,UAAWA,EACXD,MAAOL,EAAQK,MACfH,OAAQF,EAAQE,SAElBG,MAAOL,EAAQK,MACfmG,SAAUA,EACVa,WAAY,CAAC,EACb5G,OAAQiG,GAEV,OAAOU,CACT,ECnMA,IAAI,EAAe,SAAsBA,EAAOH,EAAYK,GAC1D,IAAIC,EAAYH,EAAM/a,IAAM,IAAM4a,EAAWlW,KAe7C,IARiB,IAAhBuW,QAIqFtb,IAAhCob,EAAMC,WAAWE,KACrEH,EAAMC,WAAWE,GAAaN,EAAWE,aAGHnb,IAApCob,EAAMZ,SAASS,EAAWlW,MAAqB,CACjD,IAAI6U,EAAUqB,EAEd,EAAG,CACiBG,EAAM3G,OAAO,IAAM8G,EAAW3B,EAASwB,EAAMhG,OAAO,GAEtEwE,EAAUA,EAAQ7R,IACpB,YAAqB/H,IAAZ4Z,EACX,CACF,ECiBA,QAnDA,SAAiB4B,GAYf,IANA,IAEIpF,EAFAF,EAAI,EAGJvS,EAAI,EACJ8X,EAAMD,EAAI1b,OAEP2b,GAAO,IAAK9X,EAAG8X,GAAO,EAE3BrF,EAEe,YAAV,OAHLA,EAAwB,IAApBoF,EAAItX,WAAWP,IAAmC,IAAtB6X,EAAItX,aAAaP,KAAc,GAA2B,IAAtB6X,EAAItX,aAAaP,KAAc,IAA4B,IAAtB6X,EAAItX,aAAaP,KAAc,MAG9F,OAAZyS,IAAM,KAAgB,IAIpDF,EAEe,YAAV,OALLE,GAEAA,IAAM,MAGoC,OAAZA,IAAM,KAAgB,IAErC,YAAV,MAAJF,IAAyC,OAAZA,IAAM,KAAgB,IAItD,OAAQuF,GACN,KAAK,EACHvF,IAA8B,IAAxBsF,EAAItX,WAAWP,EAAI,KAAc,GAEzC,KAAK,EACHuS,IAA8B,IAAxBsF,EAAItX,WAAWP,EAAI,KAAc,EAEzC,KAAK,EAEHuS,EAEe,YAAV,OAHLA,GAAyB,IAApBsF,EAAItX,WAAWP,MAGsB,OAAZuS,IAAM,KAAgB,IASxD,SAHAA,EAEe,YAAV,OAHLA,GAAKA,IAAM,MAG+B,OAAZA,IAAM,KAAgB,KACvCA,IAAM,MAAQ,GAAGtI,SAAS,GACzC,ECHA,QAjDmB,CACjB8N,wBAAyB,EACzBC,kBAAmB,EACnBC,iBAAkB,EAClBC,iBAAkB,EAClBC,QAAS,EACTC,aAAc,EACdC,gBAAiB,EACjBC,YAAa,EACbC,QAAS,EACTC,KAAM,EACNC,SAAU,EACVC,aAAc,EACdC,WAAY,EACZC,aAAc,EACdC,UAAW,EACXC,QAAS,EACTC,WAAY,EACZC,YAAa,EACbC,aAAc,EACdC,WAAY,EACZC,cAAe,EACfC,eAAgB,EAChBC,gBAAiB,EACjBC,UAAW,EACXC,cAAe,EACfC,aAAc,EACdC,iBAAkB,EAClBC,WAAY,EACZC,WAAY,EACZC,QAAS,EACTC,MAAO,EACPC,QAAS,EACTC,QAAS,EACTC,OAAQ,EACRC,OAAQ,EACRC,KAAM,EACNC,gBAAiB,EAEjBC,YAAa,EACbC,aAAc,EACdC,YAAa,EACbC,gBAAiB,EACjBC,iBAAkB,EAClBC,iBAAkB,EAClBC,cAAe,EACfC,YAAa,GC1Cf,IAEIC,EAAiB,aACjBC,EAAiB,8BAEjBC,EAAmB,SAA0BC,GAC/C,OAAkC,KAA3BA,EAASxa,WAAW,EAC7B,EAEIya,EAAqB,SAA4B3f,GACnD,OAAgB,MAATA,GAAkC,kBAAVA,CACjC,EAEI4f,ECjBJ,SAAiBhS,GACf,IAAIwO,EAAQ,CAAC,EACb,OAAO,SAAUyD,GAEf,YADmB7e,IAAfob,EAAMyD,KAAoBzD,EAAMyD,GAAOjS,EAAGiS,IACvCzD,EAAMyD,EACf,CACF,CDWuB,EAAQ,SAAUC,GACvC,OAAOL,EAAiBK,GAAaA,EAAYA,EAAUrW,QAAQ8V,EAAgB,OAAO/V,aAC5F,IAEIuW,EAAoB,SAA2B1e,EAAKrB,GACtD,OAAQqB,GACN,IAAK,YACL,IAAK,gBAED,GAAqB,iBAAVrB,EACT,OAAOA,EAAMyJ,QAAQ+V,GAAgB,SAAU3Y,EAAOmZ,EAAIC,GAMxD,OALAC,EAAS,CACPna,KAAMia,EACN7D,OAAQ8D,EACRlX,KAAMmX,GAEDF,CACT,IAKR,OAAsB,IAAlB,EAAS3e,IAAeoe,EAAiBpe,IAAyB,iBAAVrB,GAAgC,IAAVA,EAI3EA,EAHEA,EAAQ,IAInB,EAgCA,SAASmgB,EAAoBC,EAAa/D,EAAYgE,EAAeC,GACnE,GAAqB,MAAjBD,EACF,MAAO,GAGT,QAAuCrf,IAAnCqf,EAAcE,iBAKhB,OAAOF,EAGT,cAAeA,GACb,IAAK,UAED,MAAO,GAGX,IAAK,SAED,GAA2B,IAAvBA,EAAcG,KAMhB,OALAN,EAAS,CACPna,KAAMsa,EAActa,KACpBoW,OAAQkE,EAAclE,OACtBpT,KAAMmX,GAEDG,EAActa,KAGvB,QAA6B/E,IAAzBqf,EAAclE,OAAsB,CACtC,IAAIpT,EAAOsX,EAActX,KAEzB,QAAa/H,IAAT+H,EAGF,UAAgB/H,IAAT+H,GACLmX,EAAS,CACPna,KAAMgD,EAAKhD,KACXoW,OAAQpT,EAAKoT,OACbpT,KAAMmX,GAERnX,EAAOA,EAAKA,KAUhB,OANasX,EAAclE,OAAS,GAOtC,CAEA,OAiDR,SAAgCiE,EAAa/D,EAAYhI,GACvD,IAAI3P,EAAS,GAEb,GAAIsG,MAAM0G,QAAQ2C,GAChB,IAAK,IAAI1P,EAAI,EAAGA,EAAI0P,EAAIvT,OAAQ6D,IAC9BD,GAAUyb,EAAoBC,EAAa/D,EAAYhI,EAAI1P,IAAI,QAGjE,IAAK,IAAI8b,KAAQpM,EAAK,CACpB,IAAIrU,EAAQqU,EAAIoM,GAEhB,GAAqB,iBAAVzgB,EACS,MAAdqc,QAA4Crb,IAAtBqb,EAAWrc,GACnC0E,GAAU+b,EAAO,IAAMpE,EAAWrc,GAAS,IAClC2f,EAAmB3f,KAC5B0E,GAAUkb,EAAiBa,GAAQ,IAAMV,EAAkBU,EAAMzgB,GAAS,UAO5E,IAAIgL,MAAM0G,QAAQ1R,IAA8B,iBAAbA,EAAM,IAAkC,MAAdqc,QAA+Crb,IAAzBqb,EAAWrc,EAAM,IAM7F,CACL,IAAI0gB,EAAeP,EAAoBC,EAAa/D,EAAYrc,GAAO,GAEvE,OAAQygB,GACN,IAAK,YACL,IAAK,gBAED/b,GAAUkb,EAAiBa,GAAQ,IAAMC,EAAe,IACxD,MAGJ,QAMIhc,GAAU+b,EAAO,IAAMC,EAAe,IAG9C,MAzBE,IAAK,IAAIC,EAAK,EAAGA,EAAK3gB,EAAMc,OAAQ6f,IAC9BhB,EAAmB3f,EAAM2gB,MAC3Bjc,GAAUkb,EAAiBa,GAAQ,IAAMV,EAAkBU,EAAMzgB,EAAM2gB,IAAO,IAyBxF,CAGF,OAAOjc,CACT,CAvGekc,CAAuBR,EAAa/D,EAAYgE,GAG3D,IAAK,WAED,QAAoBrf,IAAhBof,EAA2B,CAC7B,IAAIS,EAAiBX,EACjB1P,EAAS6P,EAAcD,GAE3B,OADAF,EAASW,EACFV,EAAoBC,EAAa/D,EAAY7L,EAAQ8P,EAC9D,EAyBN,GAAkB,MAAdjE,EACF,OAAOgE,EAGT,IAAIS,EAASzE,EAAWgE,GAOxB,YAAkBrf,IAAX8f,GAAyBR,EAAwCD,EAATS,CACjE,CA0DA,IASIZ,EATAa,EAAe,6BAUnB,IAAI,EAAkB,SAAyBhW,EAAMsR,EAAY+D,GAC/D,GAAoB,IAAhBrV,EAAKjK,QAAmC,iBAAZiK,EAAK,IAA+B,OAAZA,EAAK,SAAkC/J,IAAnB+J,EAAK,GAAGoR,OAClF,OAAOpR,EAAK,GAGd,IAAIiW,GAAa,EACb7E,EAAS,GACb+D,OAASlf,EACT,IAAIigB,EAAUlW,EAAK,GAEJ,MAAXkW,QAAmCjgB,IAAhBigB,EAAQC,KAC7BF,GAAa,EACb7E,GAAUgE,EAAoBC,EAAa/D,EAAY4E,GAAS,IAMhE9E,GAAU8E,EAAQ,GAIpB,IAAK,IAAItc,EAAI,EAAGA,EAAIoG,EAAKjK,OAAQ6D,IAC/BwX,GAAUgE,EAAoBC,EAAa/D,EAAYtR,EAAKpG,GAA6C,KAAzCwX,EAAOjX,WAAWiX,EAAOrb,OAAS,IAE9FkgB,IAKF7E,GAAU8E,EAAQtc,IActBoc,EAAaI,UAAY,EAIzB,IAHA,IACIta,EADAua,EAAiB,GAG0B,QAAvCva,EAAQka,EAAanQ,KAAKuL,KAChCiF,GAAkB,IAClBva,EAAM,GAkBR,MAAO,CACLd,KAhBS,EAAWoW,GAAUiF,EAiB9BjF,OAAQA,EACRpT,KAAMmX,EAEV,EEtTImB,UAAsB,IAAAC,eAMH,oBAAhBC,YAA8B,IAAgB,OACjDC,GAAe,IAAAF,eAAc,CAAC,GAG9BG,GAFgBJ,EAAoBK,SAEjB,SAA0BzS,GAQ/C,OAAO,IAAA0S,aAPM,SAAgBzgB,EAAO0gB,GAClC,OAAO,IAAA/L,eAAcwL,EAAoBQ,SAAU,MAAM,SAAUzF,GACjE,OAAOnN,EAAK/N,EAAOkb,EAAOwF,EAC5B,GACF,GAIF,GAUqBrhB,OAAOC,UAAUC,eA0NpC,EAAAqhB,UAxJF,IAwKIC,EAAa,SAASA,EAAWhX,GAKnC,IAJA,IAAI0R,EAAM1R,EAAKjK,OACX6D,EAAI,EACJqd,EAAM,GAEHrd,EAAI8X,EAAK9X,IAAK,CACnB,IAAIkb,EAAM9U,EAAKpG,GACf,GAAW,MAAPkb,EAAJ,CACA,IAAIoC,OAAQ,EAEZ,cAAepC,GACb,IAAK,UACH,MAEF,IAAK,SAED,GAAI7U,MAAM0G,QAAQmO,GAChBoC,EAAQF,EAAWlC,QAInB,IAAK,IAAIzI,KAFT6K,EAAQ,GAEMpC,EACRA,EAAIzI,IAAMA,IACZ6K,IAAUA,GAAS,KACnBA,GAAS7K,GAKf,MAGJ,QAEI6K,EAAQpC,EAIVoC,IACFD,IAAQA,GAAO,KACfA,GAAOC,EAjCgB,CAmC3B,CAEA,OAAOD,CACT,EAEA,SAASE,EAAM7F,EAAY8F,EAAK5F,GAC9B,IAAI6F,EAAmB,GACnBC,ELhUN,SAA6BhG,EAAY+F,EAAkBE,GACzD,IAAID,EAAe,GAQnB,OAPAC,EAAWle,MAAM,KAAKwS,SAAQ,SAAU2F,QACRvb,IAA1Bqb,EAAWE,GACb6F,EAAiB/Z,KAAKgU,EAAWE,IAEjC8F,GAAgB9F,EAAY,GAEhC,IACO8F,CACT,CKsTqB,CAAoBhG,EAAY+F,EAAkB7F,GAErE,OAAI6F,EAAiBthB,OAAS,EACrByb,EAGF8F,EAAeF,EAAIC,EAC5B,CAEiBX,GAAiB,SAAUvgB,EAAO4Z,GACjD,OAAO,IAAAjF,eAAc2L,EAAaK,SAAU,MAAM,SAAUU,GAC1D,IAEIJ,EAAM,WAKR,IAAK,IAAIK,EAAOtX,UAAUpK,OAAQiK,EAAO,IAAIC,MAAMwX,GAAO/B,EAAO,EAAGA,EAAO+B,EAAM/B,IAC/E1V,EAAK0V,GAAQvV,UAAUuV,GAGzB,IAAIxE,EAAa,EAAgBlR,EAAM+P,EAAQuB,YAM/C,OAHE,EAAavB,EAASmB,GAAY,GAG7BnB,EAAQzZ,IAAM,IAAM4a,EAAWlW,IACxC,EAcIgV,EAAU,CACZoH,IAAKA,EACLM,GAdO,WAKP,IAAK,IAAIC,EAAQxX,UAAUpK,OAAQiK,EAAO,IAAIC,MAAM0X,GAAQC,EAAQ,EAAGA,EAAQD,EAAOC,IACpF5X,EAAK4X,GAASzX,UAAUyX,GAG1B,OAAOT,EAAMpH,EAAQuB,WAAY8F,EAAKJ,EAAWhX,GACnD,EAKEwX,MAAOA,GAELK,EAAM1hB,EAAMwT,SAASqG,GAGzB,OAFc,EAEP6H,CACT,GACF,IA5CA,+BC9SaC,EAAkC,CAC7CrI,UAAW,IACXsI,iBAAkB,IAClBC,QAAQ,EACRC,eAAe,EACfC,SAAU,EACVC,OAAQ,IAQGC,EAAgD,CAC3DC,QAAS,4OCpCX,IAAQC,EAAqBC,EAAAA,YAAAA,MAAdC,EAAcD,EAAAA,YAAAA,qQCN7B,w/PAUO,IAAME,EAAU,aAVvB,qRAUuB,UAVvB,QAsCE,EA5BqB,OAGrB,WAAYC,GAAoE,MAGpC,OAhB9C,4FAakF,SACtD,IAAxB,cAAMA,IAAkB,wCA2BZ,CAAC,GAzBb,EAAKC,SAAWD,EAAiBC,SAAS,CAC5C,CAmDC,OApEH,EAiBG,EAjBH,EAiBG,qCAED,SAAuBC,EAAiBC,GAA6C,UAC7ExY,EAAQ,SAACyY,GAAY,OAAKC,EAAAA,EAAAA,kBAAiBra,QAAQoa,EAAMD,EAAW,EAE1E,OAAO,KACFD,EAAK,CACRT,OAAoB,QAAd,EAAES,EAAMT,cAAM,aAAZ,EAAcxV,KAAI,gBAAG3H,EAAI,EAAJA,KAAM9F,EAAI,EAAJA,KAAI,MAAQ,CAC7C8F,KAAMqF,EAAMrF,GACZ9F,KAAAA,EACD,IAGD8jB,KAAM3Y,EAAMuY,EAAMI,MAClBC,YAAa5Y,EAAMuY,EAAMK,aACzBC,OAAoB,QAAd,EAAEN,EAAMM,cAAM,aAAZ,EAAcvW,KAAI,SAACwW,GAAK,OAAKA,EAAMxW,IAAItC,EAAM,IACrD+Y,QAAsB,QAAf,EAAER,EAAMQ,eAAO,aAAb,EAAezW,KAAI,SAACqV,GAAM,OAAKA,EAAOrV,IAAItC,EAAM,IACzDgZ,KAAMhZ,EAAMuY,EAAMS,OAEtB,GAEA,8BAtCF,EAsCE,UAKA,WAAuBT,EAAiB3O,GAAY,yEAUjD,OATKqP,EAAU,CACdC,QAAS,CAAC,KAEHX,EAAK,CACRY,MAAO,qBAGXC,MAAOxP,EAAQwP,MACfC,SAAUzP,EAAQyP,UACnB,kBAKajhB,KAAKmgB,MAAMU,GAASK,YAAW,OAA3CC,EAAM,EAAH,8EAEIC,QAAQC,OAAO,EAAD,KAAK,YAGxBF,GAASA,EAAInf,KAAK1E,QAAW6jB,EAAInf,KAAK,GAAGsf,OAAOhkB,OAAO,0CAClD,IAAE,iCAGJ6jB,EAAOA,EAAInf,KAAK,GAAiBsf,OAAO,GAAGC,OAAOC,UAAUtX,KAAI,SAACuX,GAAC,MAAM,CAAEpB,KAAMoB,EAAErW,WAAY,IAAK,IAAE,wDA7B9G,EAtCF,8KAoEG,iDApEH,iFAoEG,EA1DoB,CAASsW,EAAAA,ktCCDzB,IAAMC,GAAgB,SAAH,GAAwC,IAAlCC,EAAK,EAALA,MAAOC,EAAa,EAAbA,cACO,MAApBC,EAAAA,EAAAA,UAASF,EAAMrf,MAAK,GAArCA,EAAI,KAAEwf,EAAO,MAEpBC,EAAAA,EAAAA,YAAU,WACRD,EAAQH,EAAMrf,KAChB,GAAG,CAACqf,IAOJ,OACE,oCACE,kBAAC,EAAAK,YAAW,CAACC,MAAM,QAAQC,QAAO,qCAAwCC,MAAI,GAC5E,kBAAC,EAAAC,WAAU,CACTlC,MAAO5d,EACP+f,WAAY,kBAAMT,EAAc,MAAKD,EAAO,CAAArf,KAAAA,IAAO,EACnDggB,SAXa,SAAC/lB,GAAa,OAAKulB,EAAQvlB,EAAM,EAY9CgmB,aAAa,SAGjB,kBAAC,EAAAP,YAAW,CAACC,MAAM,OAAOC,QAAQ,qEAChC,kBAAC,EAAAM,OAAM,CACLC,MAAO,GACPlmB,MAAOolB,EAAMnlB,KACb8lB,SAlBa,SAACI,GACpBd,EAAc,MAAKD,EAAO,CAAAnlB,KAAMkmB,EAAgBnmB,QAClD,EAiBQgV,QAAS,CACP,CAAE0Q,MAAO,SAAU1lB,MAAO,UAC1B,CAAE0lB,MAAO,SAAU1lB,MAAO,UAC1B,CAAE0lB,MAAO,OAAQ1lB,MAAO,QACxB,CAAE0lB,MAAO,UAAW1lB,MAAO,eAMvC,4zCCnCO,IAAMomB,GAAe,SAAH,GAA0C,IAApCpmB,EAAK,EAALA,MAAO+lB,EAAQ,EAARA,SAAUM,EAAK,EAALA,MACW,MAAff,EAAAA,EAAAA,UAAStlB,GAAM,GAAlDsmB,EAAa,KAAEC,EAAgB,MAEtCf,EAAAA,EAAAA,YAAU,WACRe,EAAiBvmB,EACnB,GAAG,CAACA,IA+BJ,OAJKsmB,EAAcxlB,QApBG,WACpB,IAAKulB,GAASrmB,EAAMc,OAASulB,EAAO,CAClC,IAAM1B,EAAM,GAAH,UAAO2B,GAAa,CAAE,CAAEvgB,KAAM,GAAI9F,KAAM,YACjDsmB,EAAiB5B,GACjBoB,EAASpB,EACX,CACF,CAeE6B,GAIA,oCACGF,EAAc5Y,KAAI,SAACuX,EAAGtgB,GAAC,OACtB,kBAAC,EAAA8hB,eAAc,CAACplB,IAAKsD,GACnB,kBAACwgB,GAAa,CAACC,MAAOH,EAAGI,eAjCVqB,EAiCuC/hB,EAjCvB,SAACgiB,GACtC,IAAMhC,EAAM2B,EAAc5Y,KAAI,SAAC0X,EAAOzgB,GAAC,OAAMA,IAAM+hB,EAAMC,EAAcvB,CAAK,IAC5EmB,EAAiB5B,GACjBoB,EAASpB,EACX,OA+BW0B,GAASrmB,EAAMc,OAASulB,IACzB,uBAAG9J,UAAU,iBACX,kBAAC,EAAAqK,KAAI,CAAC7gB,KAAK,OAAO8gB,KAAK,KAAKC,QAAS,kBAzB9B,SAACJ,GAClB,IAAKL,GAASrmB,EAAMc,OAASulB,EAAO,CAClC,IAAM1B,EAAM,GAAH,UAAO2B,EAAcrb,MAAM,EAAGyb,EAAM,IAAE,CAAE,CAAE3gB,KAAM,GAAI9F,KAAM,WAAU,GAAKqmB,EAAcrb,MAAMyb,EAAM,KAC5GH,EAAiB5B,GACjBoB,EAASpB,EACX,CACF,CAmBuDoC,CAAWpiB,EAAE,KAG3D2hB,EAAcxlB,OAAS,GACtB,uBAAGyb,UAAU,iBACX,kBAAC,EAAAqK,KAAI,CAAC7gB,KAAK,QAAQ8gB,KAAK,KAAKC,QAAS,kBAvB5B,SAACJ,GACrB,IAAM/B,EAAM2B,EAAcxa,QAAO,SAACmZ,EAAGtgB,GAAC,OAAKA,IAAM+hB,CAAG,IACpDH,EAAiB5B,GACjBoB,EAASpB,EACX,CAmBwDqC,CAAcriB,EAAE,MA1ClD,IAAC+hB,CA6CA,IAIzB,itCCpDO,IAAMO,GAAc,SAAH,GAAqE,IAA/DtD,EAAK,EAALA,MAAOoC,EAAQ,EAARA,SAAUD,EAAU,EAAVA,WAAYO,EAAK,EAALA,MAAOa,EAAa,EAAbA,cAChE,EAA2FxmB,IACzFijB,EACAd,GAFME,EAAM,EAANA,OAAQE,EAAQ,EAARA,SAAUzI,EAAS,EAATA,UAAWsI,EAAgB,EAAhBA,iBAAkBE,EAAa,EAAbA,cAAeE,EAAM,EAANA,OAAQiE,EAAQ,EAARA,SAKV,MAA9B7B,EAAAA,EAAAA,UAASrC,aAAQ,EAARA,EAAUrU,YAAW,GAA7DwY,EAAW,KAAEC,EAAc,KAE5BC,EAAmB,CACvB,CAAE5B,MAAO,QAAS1lB,MAAO,KACzB,CAAE0lB,MAAO,YAAa1lB,MAAO,KAC7B,CAAE0lB,MAAO,MAAO1lB,MAAO,OAGnBunB,EAASC,KAAAA,GAAAA,QAAoB9Z,KAAI,SAAC+Z,GAAS,MAAM,CAAE/B,MAAO+B,EAAGznB,MAAOynB,EAAG,IAYvEC,EAA0B,CAC9B,CAAEhC,MAAO,QAAS1lB,MAAO,KACzB,CAAE0lB,MAAO,QAAS1lB,MAAO,MA2BrB2nB,EAAmC,OAAZC,EAAAA,mBAAY,IAAZA,EAAAA,aAAAA,EAAAA,aAAgBC,EAAAA,OAE7C,OACE,oCACE,kBAAC,EAAApB,eAAc,KACb,kBAAC,EAAAhB,YAAW,CAACC,MAAM,YAAYC,QAAQ,sCACrC,kBAAC,EAAAM,OAAM,CACLC,MAAO,GACPlmB,MAAOsnB,EAAiBQ,MAAK,SAAC7C,GAAC,OAAKA,EAAEjlB,QAAUwa,CAAS,IACzDuL,SA3CgB,SAAC/lB,GAAmC,MAC5D+lB,EAAS,MAAKpC,EAAO,CAAAnJ,UAAsB,QAAb,EAAExa,EAAMA,aAAK,QAAI,OAC/C8lB,GACF,EAyCU9Q,QAASsS,KAGb,kBAAC,EAAA7B,YAAW,CACVC,MAAM,oBACNC,QAAQ,qFAER,kBAAC,EAAAM,OAAM,CACLC,MAAO,GACPlmB,MAAO0nB,EAAwBI,MAAK,SAAC7C,GAAC,OAAKA,EAAEjlB,QAAU8iB,CAAgB,IACvEiD,SA5CuB,SAAC/lB,GAAmC,MACnE+lB,EAAS,MAAKpC,EAAO,CAAAb,iBAA6B,QAAb,EAAE9iB,EAAMA,aAAK,QAAI,OACtD8lB,GACF,EA0CU9Q,QAAS0S,KAGb,kBAAC,EAAAjC,YAAW,CAACC,MAAM,oBAAoBC,QAAQ,oDAC7C,kBAAC,EAAAtC,MAAK,CACJ6C,MAAO,EACPlmB,MAAOonB,EACPrB,SArCe,SAACziB,GACxB+jB,EAAe/jB,EAAEykB,cAAc/nB,MACjC,EAoCUgoB,OAAQ,WACNjC,EAAS,MAAKpC,EAAO,CAAAV,SAAUgF,SAASb,EAAa,OACrDtB,GACF,KAGJ,kBAAC,EAAAL,YAAW,CAACC,MAAM,SAASC,QAAQ,+CAClC,kBAACgC,EAAoB,CAAC3nB,MAAO+iB,EAAQgD,SAlDtB,SAACziB,GACtByiB,EAAS,MAAKpC,EAAO,CAAAZ,OAAQzf,EAAEykB,cAAcG,WAC7CpC,GACF,KAiDM,kBAAC,EAAAL,YAAW,CACV0C,SAA4B,cAAlBjB,EACVxB,MAAM,iBACNC,QAAQ,mDAER,kBAACgC,EAAoB,CAAC3nB,MAAOgjB,EAAe+C,SA9DtB,SAACziB,GAC7ByiB,EAAS,MAAKpC,EAAO,CAAAX,cAAe1f,EAAEykB,cAAcG,WACpDpC,GACF,KA6DM,kBAAC,EAAAL,YAAW,CAACC,MAAM,WAAWC,QAAQ,2DACpC,kBAAC,EAAAM,OAAM,CAACC,MAAO,GAAIlmB,MAAOunB,EAAOO,MAAK,SAAC7C,GAAC,OAAKA,EAAEjlB,QAAUmnB,CAAQ,IAAGpB,SArFzD,SAAC/lB,GAAmC,MACrD+lB,EAAS,MAAKpC,EAAO,CAAAwD,SAAqB,QAAb,EAAEnnB,EAAMA,aAAK,QAAI,SAC9C8lB,GACF,EAkFkG9Q,QAASuS,MAIvG,kBAACnB,GAAY,CAACpmB,MAAOkjB,EAAQ6C,SAvDV,SAACjB,GACtBiB,EAAS,MAAKpC,EAAO,CAAAT,OAAQ4B,KAC7BgB,GACF,EAoD2DO,MAAOA,IAGpE,WC1HI+B,GAAiB,SAAUC,EAAUC,GACvC,KAAMD,aAAoBC,GACxB,MAAM,IAAIC,UAAU,oCAExB,EAEIC,GAAc,WAChB,SAASC,EAAiB9c,EAAQzK,GAChC,IAAK,IAAIyD,EAAI,EAAGA,EAAIzD,EAAMJ,OAAQ6D,IAAK,CACrC,IAAI+jB,EAAaxnB,EAAMyD,GACvB+jB,EAAWzU,WAAayU,EAAWzU,aAAc,EACjDyU,EAAWC,cAAe,EACtB,UAAWD,IAAYA,EAAWE,UAAW,GACjDroB,OAAOmP,eAAe/D,EAAQ+c,EAAWrnB,IAAKqnB,EAChD,CACF,CAEA,OAAO,SAAUJ,EAAaO,EAAYC,GAGxC,OAFID,GAAYJ,EAAiBH,EAAY9nB,UAAWqoB,GACpDC,GAAaL,EAAiBH,EAAaQ,GACxCR,CACT,CACF,CAhBkB,GAkBd,GAAW/nB,OAAOwoB,QAAU,SAAUpd,GACxC,IAAK,IAAIhH,EAAI,EAAGA,EAAIuG,UAAUpK,OAAQ6D,IAAK,CACzC,IAAI1D,EAASiK,UAAUvG,GAEvB,IAAK,IAAItD,KAAOJ,EACVV,OAAOC,UAAUC,eAAea,KAAKL,EAAQI,KAC/CsK,EAAOtK,GAAOJ,EAAOI,GAG3B,CAEA,OAAOsK,CACT,EAkBIqd,GAA4B,SAAUlnB,EAAMR,GAC9C,IAAKQ,EACH,MAAM,IAAImnB,eAAe,6DAG3B,OAAO3nB,GAAyB,iBAATA,GAAqC,mBAATA,EAA8BQ,EAAPR,CAC5E,EAEI4nB,GA2BK,SAAUC,EAAKxkB,GACpB,GAAIqG,MAAM0G,QAAQyX,GAChB,OAAOA,EACF,GAAI5nB,OAAO6nB,YAAY7oB,OAAO4oB,GACnC,OA9BJ,SAAuBA,EAAKxkB,GAC1B,IAAI0kB,EAAO,GACPC,GAAK,EACLlb,GAAK,EACLmb,OAAKvoB,EAET,IACE,IAAK,IAAiCwoB,EAA7B7I,EAAKwI,EAAI5nB,OAAO6nB,cAAmBE,GAAME,EAAK7I,EAAG5X,QAAQ0gB,QAChEJ,EAAKhhB,KAAKmhB,EAAGxpB,QAET2E,GAAK0kB,EAAKvoB,SAAW6D,GAH8C2kB,GAAK,GAchF,CATE,MAAOI,GACPtb,GAAK,EACLmb,EAAKG,CACP,CAAE,QACA,KACOJ,GAAM3I,EAAW,QAAGA,EAAW,QAGtC,CAFE,QACA,GAAIvS,EAAI,MAAMmb,CAChB,CACF,CAEA,OAAOF,CACT,CAMWM,CAAcR,EAAKxkB,GAE1B,MAAM,IAAI4jB,UAAU,uDAExB,EAgBEqB,QAAe,EAEjBA,GADoB,oBAAXxV,OACMA,OAGU,oBAATtS,KAEDA,KAEA,EAAAM,EAGjB,IAAIynB,GAAc,KACdC,GAAe,KAIfC,GAAiBH,GAAaI,aAC9BC,GAAeL,GAAaM,WAE5BC,GAAyBP,GAAaQ,sBAAwBR,GAAaS,yBAA2BT,GAAaU,2BAEnHC,GAA0BX,GAAaY,uBAAyBZ,GAAaa,0BAA4Bb,GAAac,4BAoC1H,SAASC,GAA0BtV,GACjC,IAAIuV,OAAqB,EACrBC,OAAgB,EAChBC,OAAsB,EACtBC,OAAiB,EACjBC,OAAgB,EAChBC,OAAgB,EAChBC,OAAiB,EAEjBC,EAAkC,oBAAbvV,UAA4BA,SAASuV,YAC9D,IAAKA,EAAa,CAChBF,EAAgB,SAAuBG,GACrC,IAAIC,EAAWD,EAAQE,mBACnBC,EAASF,EAASG,kBAClBC,EAAWJ,EAASK,iBACpBC,EAAcJ,EAAOC,kBACzBC,EAASG,WAAaH,EAASI,YAC/BJ,EAASK,UAAYL,EAASM,aAC9BJ,EAAYK,MAAM9F,MAAQqF,EAAOU,YAAc,EAAI,KACnDN,EAAYK,MAAME,OAASX,EAAOY,aAAe,EAAI,KACrDZ,EAAOK,WAAaL,EAAOM,YAC3BN,EAAOO,UAAYP,EAAOQ,YAC5B,EAEAf,EAAgB,SAAuBI,GACrC,OAAOA,EAAQa,cAAgBb,EAAQgB,eAAelG,OAASkF,EAAQe,eAAiBf,EAAQgB,eAAeF,MACjH,EAEAhB,EAAiB,SAAwB5nB,GAEvC,KAAIA,EAAEqI,OAAO4Q,WAAmD,mBAA/BjZ,EAAEqI,OAAO4Q,UAAUvQ,SAA0B1I,EAAEqI,OAAO4Q,UAAUvQ,QAAQ,oBAAsB,GAAK1I,EAAEqI,OAAO4Q,UAAUvQ,QAAQ,kBAAoB,GAAnL,CAIA,IAAIof,EAAU5nB,KACdynB,EAAcznB,MACVA,KAAK6oB,eACPxC,GAAYrmB,KAAK6oB,eAEnB7oB,KAAK6oB,cAAgBvC,IAAa,WAC5BkB,EAAcI,KAChBA,EAAQgB,eAAelG,MAAQkF,EAAQa,YACvCb,EAAQgB,eAAeF,OAASd,EAAQe,aACxCf,EAAQkB,oBAAoB1V,SAAQ,SAA+BhJ,GACjEA,EAAGtM,KAAK8pB,EAAS9nB,EACnB,IAEJ,GAfA,CAgBF,EAGA,IAAIipB,GAAY,EACZC,EAAiB,GACrB1B,EAAsB,iBACtB,IAAI2B,EAAc,kBAAkBroB,MAAM,KACtCsoB,EAAc,uEAAuEtoB,MAAM,KAGzFuoB,EAAM/W,SAASC,cAAc,eAKjC,QAJgC7U,IAA5B2rB,EAAIX,MAAMnB,gBACZ0B,GAAY,IAGI,IAAdA,EACF,IAAK,IAAI5nB,EAAI,EAAGA,EAAI8nB,EAAY3rB,OAAQ6D,IACtC,QAAoD3D,IAAhD2rB,EAAIX,MAAMS,EAAY9nB,GAAK,iBAAgC,CAE7D6nB,EAAiB,IADXC,EAAY9nB,GACS6E,cAAgB,IAC3CshB,EAAsB4B,EAAY/nB,GAClC4nB,GAAY,EACZ,KACF,CAMN3B,EAAqB,IAAM4B,EAAiB,cAD5C3B,EAAgB,cAC2D,gDAC3EE,EAAiByB,EAAiB,kBAAoB3B,EAAgB,IACxE,CAqFA,MAAO,CACL+B,kBA5DsB,SAA2BxB,EAASxd,GAC1D,GAAIud,EACFC,EAAQD,YAAY,WAAYvd,OAC3B,CACL,IAAKwd,EAAQE,mBAAoB,CAC/B,IAAIuB,EAAMzB,EAAQ0B,cACdC,EAAenD,GAAaoD,iBAAiB5B,GAC7C2B,GAA0C,WAA1BA,EAAaE,WAC/B7B,EAAQY,MAAMiB,SAAW,YAhCd,SAAsBJ,GACvC,IAAKA,EAAIK,eAAe,uBAAwB,CAE9C,IAAI/K,GAAOyI,GAA0C,IAAM,uBAAyBG,GAAkC,IAA5G,6VACNtP,EAAOoR,EAAIpR,MAAQoR,EAAIM,qBAAqB,QAAQ,GACpDnB,EAAQa,EAAIhX,cAAc,SAE9BmW,EAAMvY,GAAK,sBACXuY,EAAM/rB,KAAO,WAEA,MAAToV,GACF2W,EAAMlW,aAAa,QAAST,GAG1B2W,EAAMoB,WACRpB,EAAMoB,WAAWC,QAAUlL,EAE3B6J,EAAMjW,YAAY8W,EAAI7W,eAAemM,IAGvC1G,EAAK1F,YAAYiW,EACnB,CACF,CAYMsB,CAAaT,GACbzB,EAAQgB,eAAiB,CAAC,EAC1BhB,EAAQkB,oBAAsB,IAC7BlB,EAAQE,mBAAqBuB,EAAIhX,cAAc,QAAQ0G,UAAY,kBACpE,IAAIgR,EAAgBV,EAAIhX,cAAc,OACtC0X,EAAchR,UAAY,iBAC1BgR,EAAcxX,YAAY8W,EAAIhX,cAAc,QAC5C,IAAI2X,EAAkBX,EAAIhX,cAAc,OACxC2X,EAAgBjR,UAAY,mBAC5B6O,EAAQE,mBAAmBvV,YAAYwX,GACvCnC,EAAQE,mBAAmBvV,YAAYyX,GACvCpC,EAAQrV,YAAYqV,EAAQE,oBAC5BL,EAAcG,GACdA,EAAQqC,iBAAiB,SAAUvC,GAAgB,GAG/CJ,IACFM,EAAQE,mBAAmBoC,sBAAwB,SAA2BpqB,GACxEA,EAAEunB,gBAAkBA,GACtBI,EAAcG,EAElB,EACAA,EAAQE,mBAAmBmC,iBAAiB3C,EAAqBM,EAAQE,mBAAmBoC,uBAEhG,CACAtC,EAAQkB,oBAAoBjkB,KAAKuF,EACnC,CACF,EAwBE+f,qBAtByB,SAA8BvC,EAASxd,GAChE,GAAIud,EACFC,EAAQwC,YAAY,WAAYhgB,QAGhC,GADAwd,EAAQkB,oBAAoBuB,OAAOzC,EAAQkB,oBAAoBtgB,QAAQ4B,GAAK,IACvEwd,EAAQkB,oBAAoBxrB,OAAQ,CACvCsqB,EAAQ0C,oBAAoB,SAAU5C,GAAgB,GAClDE,EAAQE,mBAAmBoC,wBAC7BtC,EAAQE,mBAAmBwC,oBAAoBhD,EAAqBM,EAAQE,mBAAmBoC,uBAC/FtC,EAAQE,mBAAmBoC,sBAAwB,MAErD,IACEtC,EAAQE,oBAAsBF,EAAQtU,YAAYsU,EAAQE,mBAG5D,CAFE,MAAOhoB,GAET,CACF,CAEJ,EAMF,CA1M8B,MAA1B6mB,IAA6D,MAA3BI,IAGpCV,GAAcE,GACdD,GAAe,SAA4CiE,GACzD,OAAO9D,GAAa8D,EAdD,GAerB,IAKAlE,GAAc,SAAqBmE,GACjC,IAAIC,EAAQ/E,GAAc8E,EAAM,GAC5BE,EAAmBD,EAAM,GACzBE,EAAYF,EAAM,GAEtB9D,GAAuB+D,GACvBnE,GAAeoE,EACjB,EACArE,GAAe,SAAqDiE,GAClE,IAAIG,EAAmB3D,IAAwB,WAC7CR,GAAeoE,GACfJ,GACF,IAEII,EAAYlE,IAAa,WAC3BE,GAAuB+D,GACvBH,GACF,GArCmB,IAuCnB,MAAO,CAACG,EAAkBC,EAC5B,GA6KF,IAAIC,GAAY,SAAUC,GAGxB,SAASD,IACP,IAAIJ,EAEAM,EAAOC,EAEXnG,GAAe5kB,KAAM4qB,GAErB,IAAK,IAAI5L,EAAOtX,UAAUpK,OAAQiK,EAAOC,MAAMwX,GAAO/B,EAAO,EAAGA,EAAO+B,EAAM/B,IAC3E1V,EAAK0V,GAAQvV,UAAUuV,GAGzB,OAAe6N,EAASC,EAAQvF,GAA0BxlB,MAAOwqB,EAAOI,EAAUtZ,WAAavU,OAAOiuB,eAAeJ,IAAY9sB,KAAK8J,MAAM4iB,EAAM,CAACxqB,MAAMirB,OAAO1jB,KAAiBwjB,EAAMG,MAAQ,CAC7LxC,OAAQqC,EAAMrtB,MAAMytB,eAAiB,EACrCzI,MAAOqI,EAAMrtB,MAAM0tB,cAAgB,GAClCL,EAAMM,UAAY,WACnB,IAAIC,EAAcP,EAAMrtB,MACpB6tB,EAAgBD,EAAYC,cAC5BC,EAAeF,EAAYE,aAC3BC,EAAWH,EAAYG,SAG3B,GAAIV,EAAMW,YAAa,CAKrB,IAAIC,EAAUZ,EAAMW,YAAY/C,cAAgB,EAC5CiD,EAASb,EAAMW,YAAYjD,aAAe,EAE1CoD,EAASjb,OAAO4Y,iBAAiBuB,EAAMW,cAAgB,CAAC,EACxDI,EAAcrH,SAASoH,EAAOC,YAAa,KAAO,EAClDC,EAAetH,SAASoH,EAAOE,aAAc,KAAO,EACpDC,EAAavH,SAASoH,EAAOG,WAAY,KAAO,EAChDC,EAAgBxH,SAASoH,EAAOI,cAAe,KAAO,EAEtDC,EAAYP,EAAUK,EAAaC,EACnCE,EAAWP,EAASE,EAAcC,IAEjCR,GAAiBR,EAAMG,MAAMxC,SAAWwD,IAAcV,GAAgBT,EAAMG,MAAMxI,QAAUyJ,KAC/FpB,EAAMqB,SAAS,CACb1D,OAAQiD,EAAUK,EAAaC,EAC/BvJ,MAAOkJ,EAASE,EAAcC,IAGhCN,EAAS,CAAE/C,OAAQiD,EAASjJ,MAAOkJ,IAEvC,CACF,EAAGb,EAAMsB,QAAU,SAAUC,GAC3BvB,EAAMwB,WAAaD,CACrB,EAAW9G,GAA0BuF,EAAlCD,EACL,CA+EA,OAnba,SAAU0B,EAAUC,GACjC,GAA0B,mBAAfA,GAA4C,OAAfA,EACtC,MAAM,IAAI1H,UAAU,kEAAoE0H,GAG1FD,EAASxvB,UAAYD,OAAO2vB,OAAOD,GAAcA,EAAWzvB,UAAW,CACrEwS,YAAa,CACXhT,MAAOgwB,EACP/b,YAAY,EACZ2U,UAAU,EACVD,cAAc,KAGdsH,IAAY1vB,OAAOsU,eAAiBtU,OAAOsU,eAAemb,EAAUC,GAAcD,EAASlb,UAAYmb,EAC7G,CAkSEE,CAAS/B,EAAWC,GAsDpB7F,GAAY4F,EAAW,CAAC,CACtB/sB,IAAK,oBACLrB,MAAO,WACL,IAAIqV,EAAQ7R,KAAKtC,MAAMmU,MAEnB7R,KAAKusB,YAAcvsB,KAAKusB,WAAWlZ,YAAcrT,KAAKusB,WAAWlZ,WAAWiW,eAAiBtpB,KAAKusB,WAAWlZ,WAAWiW,cAAcsD,aAAe5sB,KAAKusB,WAAWlZ,sBAAsBrT,KAAKusB,WAAWlZ,WAAWiW,cAAcsD,YAAY7O,cAIlP/d,KAAK0rB,YAAc1rB,KAAKusB,WAAWlZ,WAInCrT,KAAK6sB,qBAAuB1F,GAA0BtV,GACtD7R,KAAK6sB,qBAAqBzD,kBAAkBppB,KAAK0rB,YAAa1rB,KAAKqrB,WAEnErrB,KAAKqrB,YAET,GACC,CACDxtB,IAAK,uBACLrB,MAAO,WACDwD,KAAK6sB,sBAAwB7sB,KAAK0rB,aACpC1rB,KAAK6sB,qBAAqB1C,qBAAqBnqB,KAAK0rB,YAAa1rB,KAAKqrB,UAE1E,GACC,CACDxtB,IAAK,SACLrB,MAAO,WACL,IAAIswB,EAAS9sB,KAAKtC,MACdwT,EAAW4b,EAAO5b,SAClB6H,EAAY+T,EAAO/T,UACnBwS,EAAgBuB,EAAOvB,cACvBC,EAAesB,EAAOtB,aACtBhD,EAAQsE,EAAOtE,MACfuE,EAAS/sB,KAAKkrB,MACdxC,EAASqE,EAAOrE,OAChBhG,EAAQqK,EAAOrK,MAMfsK,EAAa,CAAEC,SAAU,WACzBC,EAAc,CAAC,EAIfC,GAAoB,EAkBxB,OAhBK5B,IACY,IAAX7C,IACFyE,GAAoB,GAEtBH,EAAWtE,OAAS,EACpBwE,EAAYxE,OAASA,GAGlB8C,IACW,IAAV9I,IACFyK,GAAoB,GAEtBH,EAAWtK,MAAQ,EACnBwK,EAAYxK,MAAQA,IAGf,IAAArQ,eACL,MACA,CACE0G,UAAWA,EACXqF,IAAKpe,KAAKqsB,QACV7D,MAAO,GAAS,CAAC,EAAGwE,EAAYxE,KAEjC2E,GAAqBjc,EAASgc,GAEnC,KAEKtC,CACT,CArIgB,CAqId,EAAAwC,eAEFxC,GAAUyC,aAAe,CACvB5B,SAAU,WAAqB,EAC/BF,eAAe,EACfC,cAAc,EACdhD,MAAO,CAAC,GAGV,i+CCtdO,OAAM8E,GAAiB,SAAH,GAAkE,IAA5D5T,EAAO,EAAPA,QAAS6H,EAAM,EAANA,OAAQgB,EAAQ,EAARA,SAAUgL,EAAW,EAAXA,YAAa/I,EAAM,EAANA,OACjEzF,GAAQyO,EAAAA,EAAAA,YACR7U,EAAS8U,GAAU1O,GAEnB2O,EAAa,SAACC,EAAgBC,EAAgBpxB,GAClD+lB,EACEhB,EAAOrX,KAAI,WAAagZ,GAAQ,cAAnBrlB,EAAG,KAAEgwB,EAAG,KACnB,OAAID,IAAW1K,EACE,IAAXyK,EACK,CAACnxB,EAAOqxB,GACK,IAAXF,EACF,CAAC9vB,EAAKrB,GAEN,CAACqB,EAAKgwB,GAGV,CAAChwB,EAAKgwB,EACf,IAEJ,EAEMC,EAAS,SAAC3sB,GACdohB,EAAS,GAAD,UAAKhB,EAAO9Z,MAAM,EAAGtG,EAAI,IAAE,CAAE,CAAC,GAAI,KAAG,GAAKogB,EAAO9Z,MAAMtG,EAAI,KACrE,EAMA,OAAyB,IAAlBogB,EAAOjkB,OACZ,kBAAC,EAAAywB,OAAM,CACLC,QAAQ,YACR1K,QAAS,WACPwK,EAAO,EACT,GAECP,GAGH,2BAAOxU,UAAWJ,EAAOpa,MACvB,2BAAOwa,UAAWJ,EAAOsV,OACvB,wBAAIlV,UAAWJ,EAAOuV,KACnBxU,EAAQxP,KAAI,SAACuX,EAAG5jB,GAAG,OAClB,wBAAIA,IAAKA,EAAKkb,UAAWJ,EAAOwV,IAC7B1M,EACE,IAEP,wBAAI1I,UAAWJ,EAAOwV,OAG1B,2BAAOpV,UAAWJ,EAAOyV,OACtB7M,EAAOrX,KAAI,SAACgkB,EAAKN,GAAM,OACtB,wBAAI/vB,IAAK+vB,EAAQ7U,UAAWJ,EAAOuV,KAChCA,EAAIhkB,KAAI,SAACmkB,EAAMV,GAAM,OACpB,wBAAI9vB,IAAK8vB,EAAQ5U,UAAWJ,EAAO2V,IACjC,2BACE9xB,MAAO6xB,EACP9L,SAAU,SAACziB,GAAC,OAAK4tB,EAAWC,EAAQC,EAAQ9tB,EAAEykB,cAAc/nB,MAAM,EAClEgoB,OAAQA,EACRzL,UAAWJ,EAAOrR,QAEjB,IAEP,wBAAIyR,UAAWJ,EAAO2V,IACpB,yBACEvV,WAAW4F,EAAAA,GAAAA,KAAG,+PAGMI,EAAMwP,QAAQC,KAOlC,uBACEzV,WAAW4F,EAAAA,GAAAA,KAAG,0OAEEI,EAAM0P,OAAOC,IAChB3P,EAAMwP,QAAQC,GAAMzP,EAAMwP,QAAQI,GAE5B5P,EAAM6P,OAAOC,OAAOF,IAEvCrL,QAAS,kBAAMwK,EAAOF,EAAO,GAAC,QAE9B,kBAAC,EAAAxK,KAAI,CAAC7gB,KAAK,WAEb,uBACEwW,WAAW4F,EAAAA,GAAAA,KAAG,0OAEEI,EAAM0P,OAAOC,IAChB3P,EAAMwP,QAAQC,GAAMzP,EAAMwP,QAAQI,GAE5B5P,EAAM6P,OAAOC,OAAOF,IAEvCrL,QAAS,kBAtENniB,EAsEsBysB,OArEvCrL,EAAS,GAAD,UAAKhB,EAAO9Z,MAAM,EAAGtG,IAAE,GAAKogB,EAAO9Z,MAAMtG,EAAI,MADrC,IAACA,CAsE6B,GAAC,QAEjC,kBAAC,EAAAiiB,KAAI,CAAC7gB,KAAK,cAId,KAKf,EAEMkrB,IAAYqB,EAAAA,EAAAA,gBAAc,SAAC/P,GAC/B,MAAO,CACLxgB,MAAMogB,EAAAA,GAAAA,KAAG,mNAEaI,EAAM0P,OAAOM,gBAEhBhQ,EAAM6P,OAAOC,OAAOF,IAKvCV,OAAOtP,EAAAA,GAAAA,KAAG,6VAOWI,EAAM6P,OAAOC,OAAOF,GAGd5P,EAAM6P,OAAOC,OAAOF,IAG/CP,OAAOzP,EAAAA,GAAAA,KAAG,0NAEWI,EAAM6P,OAAOC,OAAOF,GAId5P,EAAM6P,OAAOC,OAAOF,IAG/CrnB,OAAOqX,EAAAA,GAAAA,KAAG,qHAMVuP,KAAKvP,EAAAA,GAAAA,KAAG,kHAKRwP,IAAIxP,EAAAA,GAAAA,KAAG,iNACMI,EAAMwP,QAAQC,GAAMzP,EAAMwP,QAAQI,GACxB5P,EAAM0P,OAAOM,gBACrBhQ,EAAMiQ,WAAW3L,KAAKsL,GAC1B5P,EAAM0P,OAAOQ,aACPlQ,EAAMiQ,WAAWE,OAAOC,SAMzCb,IAAI3P,EAAAA,GAAAA,KAAG,+TACMI,EAAMwP,QAAQC,GAAMzP,EAAMwP,QAAQI,GAExB5P,EAAM0P,OAAOM,gBACdhQ,EAAM0P,OAAOM,gBACbhQ,EAAM0P,OAAOW,YAKdrQ,EAAMwP,QAAQC,IAIvC,ICrLaa,GAAa,SAAH,GAA8D,IAAxDC,EAAM,EAANA,OAAQC,EAAc,EAAdA,eAAgBhP,EAAI,EAAJA,KAAMiP,EAAY,EAAZA,aACzD,OACE,kBAAC,EAAAvM,eAAc,KACb,kBAAC,EAAAhB,YAAW,KACV,kBAAC,EAAAQ,OAAM,CACLjmB,MAAO8yB,EACP9d,QAAS,CACP,CAAE0Q,MAAO,MAAO1lB,MAAO,OACvB,CAAE0lB,MAAO,OAAQ1lB,MAAO,SAE1B+lB,SAAU,SAACxO,GAAC,aAAKwb,EAAsB,QAAR,EAACxb,EAAEvX,aAAK,QAAI,MAAM,KAGrD,kBAAC,EAAAylB,YAAW,CAACG,MAAI,GACf,kBAAC,EAAAvC,MAAK,CAAC4P,YAAY,qBAAqBjzB,MAAO+jB,EAAMgC,SAAU,SAACziB,GAAC,OAAK0vB,EAAa1vB,EAAEykB,cAAc/nB,MAAM,KAIjH,6rCCjBA,aAAMkzB,GAAmB,CAAC,gBAAiB,sBAAuB,aAcrDC,GAAoB,SAAH,GAAuF,oBAAjFxP,EAAK,EAALA,MAAOoC,EAAQ,EAARA,SAAUD,EAAU,EAAVA,WAAYsN,EAAS,EAATA,UAAWC,EAAe,EAAfA,gBAAiBC,EAAU,EAAVA,WACtC,MAArBhO,EAAAA,EAAAA,UAAS,aAAY,GAA9CiO,EAAQ,KAAEC,EAAW,KACe,MAAXlO,EAAAA,EAAAA,UAAS,GAAE,GAApCmO,EAAQ,KAAEC,EAAW,KACtBnR,GAAQyO,EAAAA,EAAAA,YAER7Z,EAAIzW,IAASijB,EAAOd,GAEpB8Q,EAAe,SAACvP,GACpB2B,EAAS,MAAK5O,EAAG,CAAAiN,KAAAA,KACjB0B,GACF,EAYM8N,EAAO,CACX,CACEC,MAAO,SACP1L,UAAU,EACVpN,QAASqY,GAEX,CACES,MAAO,OACP1L,UAAU,EACVpN,QACkC,SAAhCuY,EAAW5P,SAASN,QAClB,kBAACyP,GAAU,CACTC,OAAgB,QAAV,EAAE3b,EAAE2b,cAAM,QAAI,MACpBC,eAAgB,SAACD,GACf/M,EAAS,MAAK5O,EAAG,CAAA2b,OAAAA,KACjBhN,GACF,EACA/B,KAAY,QAAR,EAAE5M,EAAE4M,YAAI,QAAI,GAChBiP,aAAc,SAACjP,GACbgC,EAAS,MAAK5O,EAAG,CAAA4M,KAAMA,KACvB+B,GACF,IAGF,kBAAC,EAAAL,YAAW,CACVC,MAAM,gBACNC,QAAS,kFAET,kBAAC,EAAAtC,MAAK,CACJ4P,YAAa,WACbjzB,MAAa,QAAR,EAAEmX,EAAE4M,YAAI,QAAI,GACjBgC,SAAU,SAACziB,GACTyiB,EAAS,MAAK5O,EAAG,CAAA4M,KAAMzgB,EAAEykB,cAAc/nB,SACvC8lB,GACF,MAKV,CACE+N,MAAO,SACP1L,SAA0C,SAAhCmL,EAAW5P,SAASN,QAC9BrI,QACE,kBAAC+V,GAAc,CACbC,YAAa,YACb7T,QAAS,CAAC,MAAO,SACjB6H,OAAgB,QAAV,EAAE5N,EAAE8M,cAAM,QAAI,GACpB8B,SAzDe,SAAC9B,GACtB8B,EAAS,MAAK5O,EAAG,CAAA8M,OAAAA,KACjB6B,GACF,EAuDQkC,OAAQ,kBAAMlC,GAAY,KAIhC,CACE+N,MAAO,UACP1L,SAA0C,SAAhCmL,EAAW5P,SAASN,QAC9BrI,QACE,kBAAC+V,GAAc,CACbC,YAAa,aACb7T,QAAS,CAAC,MAAO,SACjB6H,OAAiB,QAAX,EAAE5N,EAAEgN,eAAO,QAAI,GACrB4B,SAjEgB,SAAC5B,GACvB4B,EAAS,MAAK5O,EAAG,CAAAgN,QAAAA,KACjB2B,GACF,EA+DQkC,OAAQ,kBAAMlC,GAAY,KAIhC,CACE+N,MAAO,OACP1L,SAA0C,SAAhCmL,EAAW5P,SAASN,QAC9BrI,QACE,oCACE,kBAAC,EAAA0L,eAAc,KACb,kBAAC,EAAAhB,YAAW,CAACC,MAAM,uBACjB,kBAAC,EAAAoO,iBAAgB,CACf9zB,MAAOuzB,EACPxN,SAAU,SAACxO,GAAC,OAAKic,EAAYjc,QAAAA,EAAK,YAAY,EAC9CvC,QAAS,CACP,CAAE0Q,MAAO,OAAQ1lB,MAAO,aACxB,CAAE0lB,MAAO,OAAQ1lB,MAAO,QACxB,CAAE0lB,MAAO,MAAO1lB,MAAO,YAK/B,kBAAC,EAAAymB,eAAc,KACb,kBAAC,GAAS,CACRsI,eAAa,EACbxS,WAAW4F,EAAAA,GAAAA,KAAG,gKACKI,EAAMwP,QAAQI,MAGhC,gBAAGjM,EAAK,EAALA,MAAK,OACP,kBAAC,EAAA6N,WAAU,CACT/zB,MAAOmX,EAAEiN,MAAQ,GACjB4P,SAAUT,EACVrN,MAAOA,EACPgG,OAAO,QACP+H,aAAa,EACbC,iBAAiB,EACjBlM,OAAQ2L,GACR,OAOd,CACEE,MAAO,eACP1L,UAAU,EACVpN,QAASsY,IAEXvnB,QAAO,SAACqoB,GAAG,OAAMA,EAAIhM,QAAQ,IAE/B,OACE,oCACGyL,EAAK9yB,OAAS,GACb,kBAAC,EAAA2lB,eAAc,KACb,kBAAC,EAAAhB,YAAW,KACV,kBAAC,EAAAqO,iBAAgB,CACf/N,SAAU,SAACziB,GAAC,OAAKowB,EAAYpwB,QAAAA,EAAK,EAAE,EACpCtD,MAAOyzB,EACPze,QAAS4e,EAAKlmB,KAAI,SAACymB,EAAKzN,GAAG,MAAM,CAAEhB,MAAOyO,EAAIN,MAAO7zB,MAAO0mB,EAAK,QAM3D,QAAbvP,EAAE2b,QAAoB3b,EAAEiN,MACvB,kBAAC,EAAAgQ,QAAO,CAACC,SAAS,UAAUrI,MAAO,CAAEsI,SAAU,QAASC,WAAY,WACjE,6EAIM,QAAV,EAACpd,EAAEgN,eAAO,QAAI,IAAIzW,KAAI,0BAAErM,EAAG,KAAG,YAAMA,EAAImI,aAAa,IAAEse,MAAK,SAAC7C,GAAC,OAAKiO,GAAiBsB,SAASvP,EAAE,KAC9F,kBAAC,EAAAmP,QAAO,CAACC,SAAS,UAAUrI,MAAO,CAAEsI,SAAU,QAASC,WAAY,WAEhE,sLAKLX,EAAKH,GAAU1Y,QAGtB,yOCnLO,IAAM0Z,GAAc,SAACvzB,GAAiB,MACnCyiB,EAA4DziB,EAA5DyiB,MAAOoC,EAAqD7kB,EAArD6kB,SAAUD,EAA2C5kB,EAA3C4kB,WAAY4O,EAA+BxzB,EAA/BwzB,YAAaxN,EAAkBhmB,EAAlBgmB,cAE5CS,EAAmC,OAAZC,EAAAA,mBAAY,IAAZA,EAAAA,aAAAA,EAAAA,aAAgBC,EAAAA,OAE7C,OACE,kBAACsL,GAAiB,MACZjyB,EAAK,CACTkyB,UACE,kBAACnM,GAAW,CACVtD,MAAOA,EACPoC,SAAUA,EACVD,WAAYA,EACZO,MAAOqO,EACPxN,cAAeA,GAAiB,YAGpCmM,gBACE,oCACE,kBAAC,EAAAe,QAAO,CAACC,SAAS,UAAUrI,MAAO,CAAEsI,SAAU,QAASC,WAAY,WAAW,QAC7E,wPAKF,kBAAC,EAAA9N,eAAc,KACb,kBAAC,EAAAhB,YAAW,CACVC,MAAM,6BACNC,QACE,4CACE,2BAEI,oHAEA,QACJ,uBACEgP,KAAK,8DACLhpB,OAAO,SACPipB,IAAI,cAAY,qBAOtB,kBAACjN,EAAoB,CACnB3nB,QAA2B,QAAnB,EAAC2jB,EAAMkR,oBAAY,QAAlB,EAAoBC,OAC7B/O,SAAU,SAACziB,GACTyiB,EAAS,MACJpC,EAAK,CACRkR,aAAc,CACZC,MAAOxxB,EAAEykB,cAAcG,YAG3BpC,GACF,SAQhB,yOCjEO,ICJMiP,GAAS,IAAIC,EAAAA,iBAA6DxR,GACpFyR,iBXO0C,SAAH,GAAqC,IAA/BjgB,EAAO,EAAPA,QAASkgB,EAAe,EAAfA,gBACjDxR,EAAWhjB,IAASsU,EAAQ0O,SAAUP,GA6B5C,OACE,oCACE,kBAAC,EAAAgS,MAAK,KACJ,kBAAC,EAAArB,iBAAgB,CACf9e,QAAS,CACP,CAAE0Q,MAAO,OAAQ1lB,MAAO,QACxB,CAAE0lB,MAAO,QAAS1lB,MAAO,UAE3BA,MAAO0jB,EAASN,QAChB2C,SA1BgB,SAAC/lB,GACvBk1B,EAAgB,EAAD,GACVlgB,EAAO,CACV0O,SAAU,EAAF,GACHA,EAAQ,CACXN,QAASpjB,MAGf,KAsB0B,SAArB0jB,EAASN,QACR,oCAGE,kBAAC,EAAAgS,uBAAsB,CACrBC,WAAW,wBACXC,iBAAkBtgB,EAClB+Q,SAAUmP,IACV,MAKF,wBAAI3Y,UAAU,gBAAc,SAC5B,yBAAKA,UAAU,iBACb,yBAAKA,UAAU,kBACb,yBAAKA,UAAU,wBACb,kBAACgH,EAAS,CACRmC,MAAM,0BACN6P,WAAY,GACZ5P,QAAQ,yCACR6P,QACE,kBAACnS,EAAK,CACJ9G,UAAU,WACVvc,MAAO0jB,EAASM,YAChB+B,SAjEG,SAACziB,GACtB4xB,EAAgB,EAAD,GACVlgB,EAAO,CACV0O,SAAU,EAAF,GACHA,EAAQ,CACXM,YAAa1gB,EAAEykB,cAAc/nB,UAGnC,EA0DoBy1B,YAAY,EACZxC,YAAY,2BAQxB,KAEkB,UAArBvP,EAASN,QACR,0CACE,kBAAC,EAAAsS,OAAM,eACP,kBAAC,EAAAjQ,YAAW,CAACC,MAAM,OAAOC,QAAQ,yBAChC,kBAACtC,EAAK,CAACrjB,MAAOgV,EAAQ2gB,IAAK5P,SA7DX,SAACziB,GACzB4xB,EAAgB,EAAD,GACVlgB,EAAO,CACV2gB,IAAKryB,EAAEykB,cAAc/nB,QAEzB,EAwDkEy1B,YAAY,MAGtE,KAGV,IWhGGG,eAAenB,IACfoB,wBDCgC,SAAH,GAA+C,IAAzC9P,EAAQ,EAARA,SAAUpC,EAAK,EAALA,MAAO2P,EAAU,EAAVA,WAOrD,OACE,kBAACmB,GAAW,CACV3O,WAAY,WAAO,EACnBC,SATc,SAAC+P,GACbA,GACF/P,EAAS+P,EAAUA,EAAS5S,OAAO,GAAGnd,KAE1C,EAMI4d,MAAK,MAAOA,EAAO,CAAAX,eAAe,IAClCsQ,WAAYA,EACZoB,YAAa,EACbxN,cAAc,aAGpB","sources":["webpack:///external amd \"react\"","webpack:///external amd \"@grafana/ui\"","webpack:///../node_modules/lodash/isObject.js","webpack:///../node_modules/lodash/defaults.js","webpack:///../node_modules/lodash/_baseGetTag.js","webpack:///../node_modules/lodash/_root.js","webpack:///../node_modules/lodash/isObjectLike.js","webpack:///../node_modules/lodash/identity.js","webpack:///../node_modules/lodash/isFunction.js","webpack:///../node_modules/lodash/_Symbol.js","webpack:///../node_modules/lodash/_freeGlobal.js","webpack:///../node_modules/lodash/eq.js","webpack:///../node_modules/lodash/isArrayLike.js","webpack:///../node_modules/lodash/isLength.js","webpack:///../node_modules/lodash/_isIndex.js","webpack:///../node_modules/lodash/isBuffer.js","webpack:///../node_modules/lodash/_nodeUtil.js","webpack:///../node_modules/moment-timezone/moment-timezone.js","webpack:///external amd \"@emotion/css\"","webpack:///../node_modules/lodash/_baseRest.js","webpack:///../node_modules/lodash/_overRest.js","webpack:///../node_modules/lodash/_apply.js","webpack:///../node_modules/lodash/_setToString.js","webpack:///../node_modules/lodash/_baseSetToString.js","webpack:///../node_modules/lodash/constant.js","webpack:///../node_modules/lodash/_defineProperty.js","webpack:///../node_modules/lodash/_getNative.js","webpack:///../node_modules/lodash/_baseIsNative.js","webpack:///../node_modules/lodash/_getRawTag.js","webpack:///../node_modules/lodash/_objectToString.js","webpack:///../node_modules/lodash/_isMasked.js","webpack:///../node_modules/lodash/_coreJsData.js","webpack:///../node_modules/lodash/_toSource.js","webpack:///../node_modules/lodash/_getValue.js","webpack:///../node_modules/lodash/_shortOut.js","webpack:///../node_modules/lodash/_isIterateeCall.js","webpack:///../node_modules/lodash/keysIn.js","webpack:///../node_modules/lodash/_arrayLikeKeys.js","webpack:///../node_modules/lodash/_baseTimes.js","webpack:///../node_modules/lodash/isArguments.js","webpack:///../node_modules/lodash/_baseIsArguments.js","webpack:///../node_modules/lodash/isArray.js","webpack:///../node_modules/lodash/stubFalse.js","webpack:///../node_modules/lodash/isTypedArray.js","webpack:///../node_modules/lodash/_baseIsTypedArray.js","webpack:///../node_modules/lodash/_baseUnary.js","webpack:///../node_modules/lodash/_baseKeysIn.js","webpack:///../node_modules/lodash/_isPrototype.js","webpack:///../node_modules/lodash/_nativeKeysIn.js","webpack:///external amd \"moment\"","webpack:///external amd \"emotion\"","webpack:///external amd \"@grafana/data\"","webpack:///external amd \"@grafana/runtime\"","webpack:///../node_modules/moment-timezone/index.js","webpack:///webpack/bootstrap","webpack:///webpack/runtime/compat get default export","webpack:///webpack/runtime/define property getters","webpack:///webpack/runtime/global","webpack:///webpack/runtime/hasOwnProperty shorthand","webpack:///webpack/runtime/make namespace object","webpack:///webpack/runtime/node module decorator","webpack:///../node_modules/@emotion/core/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js","webpack:///../node_modules/@emotion/core/node_modules/@emotion/sheet/dist/sheet.browser.esm.js","webpack:///../node_modules/@emotion/stylis/dist/stylis.browser.esm.js","webpack:///../node_modules/@emotion/core/node_modules/@emotion/cache/dist/cache.browser.esm.js","webpack:///../node_modules/@emotion/core/node_modules/@emotion/utils/dist/utils.browser.esm.js","webpack:///../node_modules/@emotion/hash/dist/hash.browser.esm.js","webpack:///../node_modules/@emotion/unitless/dist/unitless.browser.esm.js","webpack:///../node_modules/@emotion/serialize/dist/serialize.browser.esm.js","webpack:///../node_modules/@emotion/serialize/node_modules/@emotion/memoize/dist/memoize.browser.esm.js","webpack:///../node_modules/@emotion/core/dist/core.browser.esm.js","webpack:///./types.ts","webpack:///./ConfigEditor.tsx","webpack:///./datasource.ts","webpack:///./components/CSVQueryField.tsx","webpack:///./components/SchemaEditor.tsx","webpack:///./components/FieldEditor.tsx","webpack:///../node_modules/react-virtualized-auto-sizer/dist/index.esm.js","webpack:///./components/KeyValueEditor.tsx","webpack:///./components/PathEditor.tsx","webpack:///./components/TabbedQueryEditor.tsx","webpack:///./QueryEditor.tsx","webpack:///./VariableQueryEditor.tsx","webpack:///./module.ts"],"sourcesContent":["module.exports = __WEBPACK_EXTERNAL_MODULE__0__;","module.exports = __WEBPACK_EXTERNAL_MODULE__1__;","/**\n * Checks if `value` is the\n * [language type](http://www.ecma-international.org/ecma-262/7.0/#sec-ecmascript-language-types)\n * of `Object`. (e.g. arrays, functions, objects, regexes, `new Number(0)`, and `new String('')`)\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is an object, else `false`.\n * @example\n *\n * _.isObject({});\n * // => true\n *\n * _.isObject([1, 2, 3]);\n * // => true\n *\n * _.isObject(_.noop);\n * // => true\n *\n * _.isObject(null);\n * // => false\n */\nfunction isObject(value) {\n var type = typeof value;\n return value != null && (type == 'object' || type == 'function');\n}\n\nmodule.exports = isObject;\n","var baseRest = require('./_baseRest'),\n eq = require('./eq'),\n isIterateeCall = require('./_isIterateeCall'),\n keysIn = require('./keysIn');\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * Assigns own and inherited enumerable string keyed properties of source\n * objects to the destination object for all destination properties that\n * resolve to `undefined`. Source objects are applied from left to right.\n * Once a property is set, additional values of the same property are ignored.\n *\n * **Note:** This method mutates `object`.\n *\n * @static\n * @since 0.1.0\n * @memberOf _\n * @category Object\n * @param {Object} object The destination object.\n * @param {...Object} [sources] The source objects.\n * @returns {Object} Returns `object`.\n * @see _.defaultsDeep\n * @example\n *\n * _.defaults({ 'a': 1 }, { 'b': 2 }, { 'a': 3 });\n * // => { 'a': 1, 'b': 2 }\n */\nvar defaults = baseRest(function(object, sources) {\n object = Object(object);\n\n var index = -1;\n var length = sources.length;\n var guard = length > 2 ? sources[2] : undefined;\n\n if (guard && isIterateeCall(sources[0], sources[1], guard)) {\n length = 1;\n }\n\n while (++index < length) {\n var source = sources[index];\n var props = keysIn(source);\n var propsIndex = -1;\n var propsLength = props.length;\n\n while (++propsIndex < propsLength) {\n var key = props[propsIndex];\n var value = object[key];\n\n if (value === undefined ||\n (eq(value, objectProto[key]) && !hasOwnProperty.call(object, key))) {\n object[key] = source[key];\n }\n }\n }\n\n return object;\n});\n\nmodule.exports = defaults;\n","var Symbol = require('./_Symbol'),\n getRawTag = require('./_getRawTag'),\n objectToString = require('./_objectToString');\n\n/** `Object#toString` result references. */\nvar nullTag = '[object Null]',\n undefinedTag = '[object Undefined]';\n\n/** Built-in value references. */\nvar symToStringTag = Symbol ? Symbol.toStringTag : undefined;\n\n/**\n * The base implementation of `getTag` without fallbacks for buggy environments.\n *\n * @private\n * @param {*} value The value to query.\n * @returns {string} Returns the `toStringTag`.\n */\nfunction baseGetTag(value) {\n if (value == null) {\n return value === undefined ? undefinedTag : nullTag;\n }\n return (symToStringTag && symToStringTag in Object(value))\n ? getRawTag(value)\n : objectToString(value);\n}\n\nmodule.exports = baseGetTag;\n","var freeGlobal = require('./_freeGlobal');\n\n/** Detect free variable `self`. */\nvar freeSelf = typeof self == 'object' && self && self.Object === Object && self;\n\n/** Used as a reference to the global object. */\nvar root = freeGlobal || freeSelf || Function('return this')();\n\nmodule.exports = root;\n","/**\n * Checks if `value` is object-like. A value is object-like if it's not `null`\n * and has a `typeof` result of \"object\".\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is object-like, else `false`.\n * @example\n *\n * _.isObjectLike({});\n * // => true\n *\n * _.isObjectLike([1, 2, 3]);\n * // => true\n *\n * _.isObjectLike(_.noop);\n * // => false\n *\n * _.isObjectLike(null);\n * // => false\n */\nfunction isObjectLike(value) {\n return value != null && typeof value == 'object';\n}\n\nmodule.exports = isObjectLike;\n","/**\n * This method returns the first argument it receives.\n *\n * @static\n * @since 0.1.0\n * @memberOf _\n * @category Util\n * @param {*} value Any value.\n * @returns {*} Returns `value`.\n * @example\n *\n * var object = { 'a': 1 };\n *\n * console.log(_.identity(object) === object);\n * // => true\n */\nfunction identity(value) {\n return value;\n}\n\nmodule.exports = identity;\n","var baseGetTag = require('./_baseGetTag'),\n isObject = require('./isObject');\n\n/** `Object#toString` result references. */\nvar asyncTag = '[object AsyncFunction]',\n funcTag = '[object Function]',\n genTag = '[object GeneratorFunction]',\n proxyTag = '[object Proxy]';\n\n/**\n * Checks if `value` is classified as a `Function` object.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a function, else `false`.\n * @example\n *\n * _.isFunction(_);\n * // => true\n *\n * _.isFunction(/abc/);\n * // => false\n */\nfunction isFunction(value) {\n if (!isObject(value)) {\n return false;\n }\n // The use of `Object#toString` avoids issues with the `typeof` operator\n // in Safari 9 which returns 'object' for typed arrays and other constructors.\n var tag = baseGetTag(value);\n return tag == funcTag || tag == genTag || tag == asyncTag || tag == proxyTag;\n}\n\nmodule.exports = isFunction;\n","var root = require('./_root');\n\n/** Built-in value references. */\nvar Symbol = root.Symbol;\n\nmodule.exports = Symbol;\n","/** Detect free variable `global` from Node.js. */\nvar freeGlobal = typeof global == 'object' && global && global.Object === Object && global;\n\nmodule.exports = freeGlobal;\n","/**\n * Performs a\n * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)\n * comparison between two values to determine if they are equivalent.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to compare.\n * @param {*} other The other value to compare.\n * @returns {boolean} Returns `true` if the values are equivalent, else `false`.\n * @example\n *\n * var object = { 'a': 1 };\n * var other = { 'a': 1 };\n *\n * _.eq(object, object);\n * // => true\n *\n * _.eq(object, other);\n * // => false\n *\n * _.eq('a', 'a');\n * // => true\n *\n * _.eq('a', Object('a'));\n * // => false\n *\n * _.eq(NaN, NaN);\n * // => true\n */\nfunction eq(value, other) {\n return value === other || (value !== value && other !== other);\n}\n\nmodule.exports = eq;\n","var isFunction = require('./isFunction'),\n isLength = require('./isLength');\n\n/**\n * Checks if `value` is array-like. A value is considered array-like if it's\n * not a function and has a `value.length` that's an integer greater than or\n * equal to `0` and less than or equal to `Number.MAX_SAFE_INTEGER`.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is array-like, else `false`.\n * @example\n *\n * _.isArrayLike([1, 2, 3]);\n * // => true\n *\n * _.isArrayLike(document.body.children);\n * // => true\n *\n * _.isArrayLike('abc');\n * // => true\n *\n * _.isArrayLike(_.noop);\n * // => false\n */\nfunction isArrayLike(value) {\n return value != null && isLength(value.length) && !isFunction(value);\n}\n\nmodule.exports = isArrayLike;\n","/** Used as references for various `Number` constants. */\nvar MAX_SAFE_INTEGER = 9007199254740991;\n\n/**\n * Checks if `value` is a valid array-like length.\n *\n * **Note:** This method is loosely based on\n * [`ToLength`](http://ecma-international.org/ecma-262/7.0/#sec-tolength).\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a valid length, else `false`.\n * @example\n *\n * _.isLength(3);\n * // => true\n *\n * _.isLength(Number.MIN_VALUE);\n * // => false\n *\n * _.isLength(Infinity);\n * // => false\n *\n * _.isLength('3');\n * // => false\n */\nfunction isLength(value) {\n return typeof value == 'number' &&\n value > -1 && value % 1 == 0 && value <= MAX_SAFE_INTEGER;\n}\n\nmodule.exports = isLength;\n","/** Used as references for various `Number` constants. */\nvar MAX_SAFE_INTEGER = 9007199254740991;\n\n/** Used to detect unsigned integer values. */\nvar reIsUint = /^(?:0|[1-9]\\d*)$/;\n\n/**\n * Checks if `value` is a valid array-like index.\n *\n * @private\n * @param {*} value The value to check.\n * @param {number} [length=MAX_SAFE_INTEGER] The upper bounds of a valid index.\n * @returns {boolean} Returns `true` if `value` is a valid index, else `false`.\n */\nfunction isIndex(value, length) {\n var type = typeof value;\n length = length == null ? MAX_SAFE_INTEGER : length;\n\n return !!length &&\n (type == 'number' ||\n (type != 'symbol' && reIsUint.test(value))) &&\n (value > -1 && value % 1 == 0 && value < length);\n}\n\nmodule.exports = isIndex;\n","var root = require('./_root'),\n stubFalse = require('./stubFalse');\n\n/** Detect free variable `exports`. */\nvar freeExports = typeof exports == 'object' && exports && !exports.nodeType && exports;\n\n/** Detect free variable `module`. */\nvar freeModule = freeExports && typeof module == 'object' && module && !module.nodeType && module;\n\n/** Detect the popular CommonJS extension `module.exports`. */\nvar moduleExports = freeModule && freeModule.exports === freeExports;\n\n/** Built-in value references. */\nvar Buffer = moduleExports ? root.Buffer : undefined;\n\n/* Built-in method references for those with the same name as other `lodash` methods. */\nvar nativeIsBuffer = Buffer ? Buffer.isBuffer : undefined;\n\n/**\n * Checks if `value` is a buffer.\n *\n * @static\n * @memberOf _\n * @since 4.3.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a buffer, else `false`.\n * @example\n *\n * _.isBuffer(new Buffer(2));\n * // => true\n *\n * _.isBuffer(new Uint8Array(2));\n * // => false\n */\nvar isBuffer = nativeIsBuffer || stubFalse;\n\nmodule.exports = isBuffer;\n","var freeGlobal = require('./_freeGlobal');\n\n/** Detect free variable `exports`. */\nvar freeExports = typeof exports == 'object' && exports && !exports.nodeType && exports;\n\n/** Detect free variable `module`. */\nvar freeModule = freeExports && typeof module == 'object' && module && !module.nodeType && module;\n\n/** Detect the popular CommonJS extension `module.exports`. */\nvar moduleExports = freeModule && freeModule.exports === freeExports;\n\n/** Detect free variable `process` from Node.js. */\nvar freeProcess = moduleExports && freeGlobal.process;\n\n/** Used to access faster Node.js helpers. */\nvar nodeUtil = (function() {\n try {\n // Use `util.types` for Node.js 10+.\n var types = freeModule && freeModule.require && freeModule.require('util').types;\n\n if (types) {\n return types;\n }\n\n // Legacy `process.binding('util')` for Node.js < 10.\n return freeProcess && freeProcess.binding && freeProcess.binding('util');\n } catch (e) {}\n}());\n\nmodule.exports = nodeUtil;\n","//! moment-timezone.js\n//! version : 0.5.38\n//! Copyright (c) JS Foundation and other contributors\n//! license : MIT\n//! github.com/moment/moment-timezone\n\n(function (root, factory) {\n\t\"use strict\";\n\n\t/*global define*/\n\tif (typeof module === 'object' && module.exports) {\n\t\tmodule.exports = factory(require('moment')); // Node\n\t} else if (typeof define === 'function' && define.amd) {\n\t\tdefine(['moment'], factory); // AMD\n\t} else {\n\t\tfactory(root.moment); // Browser\n\t}\n}(this, function (moment) {\n\t\"use strict\";\n\n\t// Resolves es6 module loading issue\n\tif (moment.version === undefined && moment.default) {\n\t\tmoment = moment.default;\n\t}\n\n\t// Do not load moment-timezone a second time.\n\t// if (moment.tz !== undefined) {\n\t// \tlogError('Moment Timezone ' + moment.tz.version + ' was already loaded ' + (moment.tz.dataVersion ? 'with data from ' : 'without any data') + moment.tz.dataVersion);\n\t// \treturn moment;\n\t// }\n\n\tvar VERSION = \"0.5.38\",\n\t\tzones = {},\n\t\tlinks = {},\n\t\tcountries = {},\n\t\tnames = {},\n\t\tguesses = {},\n\t\tcachedGuess;\n\n\tif (!moment || typeof moment.version !== 'string') {\n\t\tlogError('Moment Timezone requires Moment.js. See https://momentjs.com/timezone/docs/#/use-it/browser/');\n\t}\n\n\tvar momentVersion = moment.version.split('.'),\n\t\tmajor = +momentVersion[0],\n\t\tminor = +momentVersion[1];\n\n\t// Moment.js version check\n\tif (major < 2 || (major === 2 && minor < 6)) {\n\t\tlogError('Moment Timezone requires Moment.js >= 2.6.0. You are using Moment.js ' + moment.version + '. See momentjs.com');\n\t}\n\n\t/************************************\n\t\tUnpacking\n\t************************************/\n\n\tfunction charCodeToInt(charCode) {\n\t\tif (charCode > 96) {\n\t\t\treturn charCode - 87;\n\t\t} else if (charCode > 64) {\n\t\t\treturn charCode - 29;\n\t\t}\n\t\treturn charCode - 48;\n\t}\n\n\tfunction unpackBase60(string) {\n\t\tvar i = 0,\n\t\t\tparts = string.split('.'),\n\t\t\twhole = parts[0],\n\t\t\tfractional = parts[1] || '',\n\t\t\tmultiplier = 1,\n\t\t\tnum,\n\t\t\tout = 0,\n\t\t\tsign = 1;\n\n\t\t// handle negative numbers\n\t\tif (string.charCodeAt(0) === 45) {\n\t\t\ti = 1;\n\t\t\tsign = -1;\n\t\t}\n\n\t\t// handle digits before the decimal\n\t\tfor (i; i < whole.length; i++) {\n\t\t\tnum = charCodeToInt(whole.charCodeAt(i));\n\t\t\tout = 60 * out + num;\n\t\t}\n\n\t\t// handle digits after the decimal\n\t\tfor (i = 0; i < fractional.length; i++) {\n\t\t\tmultiplier = multiplier / 60;\n\t\t\tnum = charCodeToInt(fractional.charCodeAt(i));\n\t\t\tout += num * multiplier;\n\t\t}\n\n\t\treturn out * sign;\n\t}\n\n\tfunction arrayToInt (array) {\n\t\tfor (var i = 0; i < array.length; i++) {\n\t\t\tarray[i] = unpackBase60(array[i]);\n\t\t}\n\t}\n\n\tfunction intToUntil (array, length) {\n\t\tfor (var i = 0; i < length; i++) {\n\t\t\tarray[i] = Math.round((array[i - 1] || 0) + (array[i] * 60000)); // minutes to milliseconds\n\t\t}\n\n\t\tarray[length - 1] = Infinity;\n\t}\n\n\tfunction mapIndices (source, indices) {\n\t\tvar out = [], i;\n\n\t\tfor (i = 0; i < indices.length; i++) {\n\t\t\tout[i] = source[indices[i]];\n\t\t}\n\n\t\treturn out;\n\t}\n\n\tfunction unpack (string) {\n\t\tvar data = string.split('|'),\n\t\t\toffsets = data[2].split(' '),\n\t\t\tindices = data[3].split(''),\n\t\t\tuntils = data[4].split(' ');\n\n\t\tarrayToInt(offsets);\n\t\tarrayToInt(indices);\n\t\tarrayToInt(untils);\n\n\t\tintToUntil(untils, indices.length);\n\n\t\treturn {\n\t\t\tname : data[0],\n\t\t\tabbrs : mapIndices(data[1].split(' '), indices),\n\t\t\toffsets : mapIndices(offsets, indices),\n\t\t\tuntils : untils,\n\t\t\tpopulation : data[5] | 0\n\t\t};\n\t}\n\n\t/************************************\n\t\tZone object\n\t************************************/\n\n\tfunction Zone (packedString) {\n\t\tif (packedString) {\n\t\t\tthis._set(unpack(packedString));\n\t\t}\n\t}\n\n\tZone.prototype = {\n\t\t_set : function (unpacked) {\n\t\t\tthis.name = unpacked.name;\n\t\t\tthis.abbrs = unpacked.abbrs;\n\t\t\tthis.untils = unpacked.untils;\n\t\t\tthis.offsets = unpacked.offsets;\n\t\t\tthis.population = unpacked.population;\n\t\t},\n\n\t\t_index : function (timestamp) {\n\t\t\tvar target = +timestamp,\n\t\t\t\tuntils = this.untils,\n\t\t\t\ti;\n\n\t\t\tfor (i = 0; i < untils.length; i++) {\n\t\t\t\tif (target < untils[i]) {\n\t\t\t\t\treturn i;\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\n\t\tcountries : function () {\n\t\t\tvar zone_name = this.name;\n\t\t\treturn Object.keys(countries).filter(function (country_code) {\n\t\t\t\treturn countries[country_code].zones.indexOf(zone_name) !== -1;\n\t\t\t});\n\t\t},\n\n\t\tparse : function (timestamp) {\n\t\t\tvar target = +timestamp,\n\t\t\t\toffsets = this.offsets,\n\t\t\t\tuntils = this.untils,\n\t\t\t\tmax = untils.length - 1,\n\t\t\t\toffset, offsetNext, offsetPrev, i;\n\n\t\t\tfor (i = 0; i < max; i++) {\n\t\t\t\toffset = offsets[i];\n\t\t\t\toffsetNext = offsets[i + 1];\n\t\t\t\toffsetPrev = offsets[i ? i - 1 : i];\n\n\t\t\t\tif (offset < offsetNext && tz.moveAmbiguousForward) {\n\t\t\t\t\toffset = offsetNext;\n\t\t\t\t} else if (offset > offsetPrev && tz.moveInvalidForward) {\n\t\t\t\t\toffset = offsetPrev;\n\t\t\t\t}\n\n\t\t\t\tif (target < untils[i] - (offset * 60000)) {\n\t\t\t\t\treturn offsets[i];\n\t\t\t\t}\n\t\t\t}\n\n\t\t\treturn offsets[max];\n\t\t},\n\n\t\tabbr : function (mom) {\n\t\t\treturn this.abbrs[this._index(mom)];\n\t\t},\n\n\t\toffset : function (mom) {\n\t\t\tlogError(\"zone.offset has been deprecated in favor of zone.utcOffset\");\n\t\t\treturn this.offsets[this._index(mom)];\n\t\t},\n\n\t\tutcOffset : function (mom) {\n\t\t\treturn this.offsets[this._index(mom)];\n\t\t}\n\t};\n\n\t/************************************\n\t\tCountry object\n\t************************************/\n\n\tfunction Country (country_name, zone_names) {\n\t\tthis.name = country_name;\n\t\tthis.zones = zone_names;\n\t}\n\n\t/************************************\n\t\tCurrent Timezone\n\t************************************/\n\n\tfunction OffsetAt(at) {\n\t\tvar timeString = at.toTimeString();\n\t\tvar abbr = timeString.match(/\\([a-z ]+\\)/i);\n\t\tif (abbr && abbr[0]) {\n\t\t\t// 17:56:31 GMT-0600 (CST)\n\t\t\t// 17:56:31 GMT-0600 (Central Standard Time)\n\t\t\tabbr = abbr[0].match(/[A-Z]/g);\n\t\t\tabbr = abbr ? abbr.join('') : undefined;\n\t\t} else {\n\t\t\t// 17:56:31 CST\n\t\t\t// 17:56:31 GMT+0800 (台北標準時間)\n\t\t\tabbr = timeString.match(/[A-Z]{3,5}/g);\n\t\t\tabbr = abbr ? abbr[0] : undefined;\n\t\t}\n\n\t\tif (abbr === 'GMT') {\n\t\t\tabbr = undefined;\n\t\t}\n\n\t\tthis.at = +at;\n\t\tthis.abbr = abbr;\n\t\tthis.offset = at.getTimezoneOffset();\n\t}\n\n\tfunction ZoneScore(zone) {\n\t\tthis.zone = zone;\n\t\tthis.offsetScore = 0;\n\t\tthis.abbrScore = 0;\n\t}\n\n\tZoneScore.prototype.scoreOffsetAt = function (offsetAt) {\n\t\tthis.offsetScore += Math.abs(this.zone.utcOffset(offsetAt.at) - offsetAt.offset);\n\t\tif (this.zone.abbr(offsetAt.at).replace(/[^A-Z]/g, '') !== offsetAt.abbr) {\n\t\t\tthis.abbrScore++;\n\t\t}\n\t};\n\n\tfunction findChange(low, high) {\n\t\tvar mid, diff;\n\n\t\twhile ((diff = ((high.at - low.at) / 12e4 | 0) * 6e4)) {\n\t\t\tmid = new OffsetAt(new Date(low.at + diff));\n\t\t\tif (mid.offset === low.offset) {\n\t\t\t\tlow = mid;\n\t\t\t} else {\n\t\t\t\thigh = mid;\n\t\t\t}\n\t\t}\n\n\t\treturn low;\n\t}\n\n\tfunction userOffsets() {\n\t\tvar startYear = new Date().getFullYear() - 2,\n\t\t\tlast = new OffsetAt(new Date(startYear, 0, 1)),\n\t\t\toffsets = [last],\n\t\t\tchange, next, i;\n\n\t\tfor (i = 1; i < 48; i++) {\n\t\t\tnext = new OffsetAt(new Date(startYear, i, 1));\n\t\t\tif (next.offset !== last.offset) {\n\t\t\t\tchange = findChange(last, next);\n\t\t\t\toffsets.push(change);\n\t\t\t\toffsets.push(new OffsetAt(new Date(change.at + 6e4)));\n\t\t\t}\n\t\t\tlast = next;\n\t\t}\n\n\t\tfor (i = 0; i < 4; i++) {\n\t\t\toffsets.push(new OffsetAt(new Date(startYear + i, 0, 1)));\n\t\t\toffsets.push(new OffsetAt(new Date(startYear + i, 6, 1)));\n\t\t}\n\n\t\treturn offsets;\n\t}\n\n\tfunction sortZoneScores (a, b) {\n\t\tif (a.offsetScore !== b.offsetScore) {\n\t\t\treturn a.offsetScore - b.offsetScore;\n\t\t}\n\t\tif (a.abbrScore !== b.abbrScore) {\n\t\t\treturn a.abbrScore - b.abbrScore;\n\t\t}\n\t\tif (a.zone.population !== b.zone.population) {\n\t\t\treturn b.zone.population - a.zone.population;\n\t\t}\n\t\treturn b.zone.name.localeCompare(a.zone.name);\n\t}\n\n\tfunction addToGuesses (name, offsets) {\n\t\tvar i, offset;\n\t\tarrayToInt(offsets);\n\t\tfor (i = 0; i < offsets.length; i++) {\n\t\t\toffset = offsets[i];\n\t\t\tguesses[offset] = guesses[offset] || {};\n\t\t\tguesses[offset][name] = true;\n\t\t}\n\t}\n\n\tfunction guessesForUserOffsets (offsets) {\n\t\tvar offsetsLength = offsets.length,\n\t\t\tfilteredGuesses = {},\n\t\t\tout = [],\n\t\t\ti, j, guessesOffset;\n\n\t\tfor (i = 0; i < offsetsLength; i++) {\n\t\t\tguessesOffset = guesses[offsets[i].offset] || {};\n\t\t\tfor (j in guessesOffset) {\n\t\t\t\tif (guessesOffset.hasOwnProperty(j)) {\n\t\t\t\t\tfilteredGuesses[j] = true;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tfor (i in filteredGuesses) {\n\t\t\tif (filteredGuesses.hasOwnProperty(i)) {\n\t\t\t\tout.push(names[i]);\n\t\t\t}\n\t\t}\n\n\t\treturn out;\n\t}\n\n\tfunction rebuildGuess () {\n\n\t\t// use Intl API when available and returning valid time zone\n\t\ttry {\n\t\t\tvar intlName = Intl.DateTimeFormat().resolvedOptions().timeZone;\n\t\t\tif (intlName && intlName.length > 3) {\n\t\t\t\tvar name = names[normalizeName(intlName)];\n\t\t\t\tif (name) {\n\t\t\t\t\treturn name;\n\t\t\t\t}\n\t\t\t\tlogError(\"Moment Timezone found \" + intlName + \" from the Intl api, but did not have that data loaded.\");\n\t\t\t}\n\t\t} catch (e) {\n\t\t\t// Intl unavailable, fall back to manual guessing.\n\t\t}\n\n\t\tvar offsets = userOffsets(),\n\t\t\toffsetsLength = offsets.length,\n\t\t\tguesses = guessesForUserOffsets(offsets),\n\t\t\tzoneScores = [],\n\t\t\tzoneScore, i, j;\n\n\t\tfor (i = 0; i < guesses.length; i++) {\n\t\t\tzoneScore = new ZoneScore(getZone(guesses[i]), offsetsLength);\n\t\t\tfor (j = 0; j < offsetsLength; j++) {\n\t\t\t\tzoneScore.scoreOffsetAt(offsets[j]);\n\t\t\t}\n\t\t\tzoneScores.push(zoneScore);\n\t\t}\n\n\t\tzoneScores.sort(sortZoneScores);\n\n\t\treturn zoneScores.length > 0 ? zoneScores[0].zone.name : undefined;\n\t}\n\n\tfunction guess (ignoreCache) {\n\t\tif (!cachedGuess || ignoreCache) {\n\t\t\tcachedGuess = rebuildGuess();\n\t\t}\n\t\treturn cachedGuess;\n\t}\n\n\t/************************************\n\t\tGlobal Methods\n\t************************************/\n\n\tfunction normalizeName (name) {\n\t\treturn (name || '').toLowerCase().replace(/\\//g, '_');\n\t}\n\n\tfunction addZone (packed) {\n\t\tvar i, name, split, normalized;\n\n\t\tif (typeof packed === \"string\") {\n\t\t\tpacked = [packed];\n\t\t}\n\n\t\tfor (i = 0; i < packed.length; i++) {\n\t\t\tsplit = packed[i].split('|');\n\t\t\tname = split[0];\n\t\t\tnormalized = normalizeName(name);\n\t\t\tzones[normalized] = packed[i];\n\t\t\tnames[normalized] = name;\n\t\t\taddToGuesses(normalized, split[2].split(' '));\n\t\t}\n\t}\n\n\tfunction getZone (name, caller) {\n\n\t\tname = normalizeName(name);\n\n\t\tvar zone = zones[name];\n\t\tvar link;\n\n\t\tif (zone instanceof Zone) {\n\t\t\treturn zone;\n\t\t}\n\n\t\tif (typeof zone === 'string') {\n\t\t\tzone = new Zone(zone);\n\t\t\tzones[name] = zone;\n\t\t\treturn zone;\n\t\t}\n\n\t\t// Pass getZone to prevent recursion more than 1 level deep\n\t\tif (links[name] && caller !== getZone && (link = getZone(links[name], getZone))) {\n\t\t\tzone = zones[name] = new Zone();\n\t\t\tzone._set(link);\n\t\t\tzone.name = names[name];\n\t\t\treturn zone;\n\t\t}\n\n\t\treturn null;\n\t}\n\n\tfunction getNames () {\n\t\tvar i, out = [];\n\n\t\tfor (i in names) {\n\t\t\tif (names.hasOwnProperty(i) && (zones[i] || zones[links[i]]) && names[i]) {\n\t\t\t\tout.push(names[i]);\n\t\t\t}\n\t\t}\n\n\t\treturn out.sort();\n\t}\n\n\tfunction getCountryNames () {\n\t\treturn Object.keys(countries);\n\t}\n\n\tfunction addLink (aliases) {\n\t\tvar i, alias, normal0, normal1;\n\n\t\tif (typeof aliases === \"string\") {\n\t\t\taliases = [aliases];\n\t\t}\n\n\t\tfor (i = 0; i < aliases.length; i++) {\n\t\t\talias = aliases[i].split('|');\n\n\t\t\tnormal0 = normalizeName(alias[0]);\n\t\t\tnormal1 = normalizeName(alias[1]);\n\n\t\t\tlinks[normal0] = normal1;\n\t\t\tnames[normal0] = alias[0];\n\n\t\t\tlinks[normal1] = normal0;\n\t\t\tnames[normal1] = alias[1];\n\t\t}\n\t}\n\n\tfunction addCountries (data) {\n\t\tvar i, country_code, country_zones, split;\n\t\tif (!data || !data.length) return;\n\t\tfor (i = 0; i < data.length; i++) {\n\t\t\tsplit = data[i].split('|');\n\t\t\tcountry_code = split[0].toUpperCase();\n\t\t\tcountry_zones = split[1].split(' ');\n\t\t\tcountries[country_code] = new Country(\n\t\t\t\tcountry_code,\n\t\t\t\tcountry_zones\n\t\t\t);\n\t\t}\n\t}\n\n\tfunction getCountry (name) {\n\t\tname = name.toUpperCase();\n\t\treturn countries[name] || null;\n\t}\n\n\tfunction zonesForCountry(country, with_offset) {\n\t\tcountry = getCountry(country);\n\n\t\tif (!country) return null;\n\n\t\tvar zones = country.zones.sort();\n\n\t\tif (with_offset) {\n\t\t\treturn zones.map(function (zone_name) {\n\t\t\t\tvar zone = getZone(zone_name);\n\t\t\t\treturn {\n\t\t\t\t\tname: zone_name,\n\t\t\t\t\toffset: zone.utcOffset(new Date())\n\t\t\t\t};\n\t\t\t});\n\t\t}\n\n\t\treturn zones;\n\t}\n\n\tfunction loadData (data) {\n\t\taddZone(data.zones);\n\t\taddLink(data.links);\n\t\taddCountries(data.countries);\n\t\ttz.dataVersion = data.version;\n\t}\n\n\tfunction zoneExists (name) {\n\t\tif (!zoneExists.didShowError) {\n\t\t\tzoneExists.didShowError = true;\n\t\t\t\tlogError(\"moment.tz.zoneExists('\" + name + \"') has been deprecated in favor of !moment.tz.zone('\" + name + \"')\");\n\t\t}\n\t\treturn !!getZone(name);\n\t}\n\n\tfunction needsOffset (m) {\n\t\tvar isUnixTimestamp = (m._f === 'X' || m._f === 'x');\n\t\treturn !!(m._a && (m._tzm === undefined) && !isUnixTimestamp);\n\t}\n\n\tfunction logError (message) {\n\t\tif (typeof console !== 'undefined' && typeof console.error === 'function') {\n\t\t\tconsole.error(message);\n\t\t}\n\t}\n\n\t/************************************\n\t\tmoment.tz namespace\n\t************************************/\n\n\tfunction tz (input) {\n\t\tvar args = Array.prototype.slice.call(arguments, 0, -1),\n\t\t\tname = arguments[arguments.length - 1],\n\t\t\tzone = getZone(name),\n\t\t\tout = moment.utc.apply(null, args);\n\n\t\tif (zone && !moment.isMoment(input) && needsOffset(out)) {\n\t\t\tout.add(zone.parse(out), 'minutes');\n\t\t}\n\n\t\tout.tz(name);\n\n\t\treturn out;\n\t}\n\n\ttz.version = VERSION;\n\ttz.dataVersion = '';\n\ttz._zones = zones;\n\ttz._links = links;\n\ttz._names = names;\n\ttz._countries\t= countries;\n\ttz.add = addZone;\n\ttz.link = addLink;\n\ttz.load = loadData;\n\ttz.zone = getZone;\n\ttz.zoneExists = zoneExists; // deprecated in 0.1.0\n\ttz.guess = guess;\n\ttz.names = getNames;\n\ttz.Zone = Zone;\n\ttz.unpack = unpack;\n\ttz.unpackBase60 = unpackBase60;\n\ttz.needsOffset = needsOffset;\n\ttz.moveInvalidForward = true;\n\ttz.moveAmbiguousForward = false;\n\ttz.countries = getCountryNames;\n\ttz.zonesForCountry = zonesForCountry;\n\n\t/************************************\n\t\tInterface with Moment.js\n\t************************************/\n\n\tvar fn = moment.fn;\n\n\tmoment.tz = tz;\n\n\tmoment.defaultZone = null;\n\n\tmoment.updateOffset = function (mom, keepTime) {\n\t\tvar zone = moment.defaultZone,\n\t\t\toffset;\n\n\t\tif (mom._z === undefined) {\n\t\t\tif (zone && needsOffset(mom) && !mom._isUTC) {\n\t\t\t\tmom._d = moment.utc(mom._a)._d;\n\t\t\t\tmom.utc().add(zone.parse(mom), 'minutes');\n\t\t\t}\n\t\t\tmom._z = zone;\n\t\t}\n\t\tif (mom._z) {\n\t\t\toffset = mom._z.utcOffset(mom);\n\t\t\tif (Math.abs(offset) < 16) {\n\t\t\t\toffset = offset / 60;\n\t\t\t}\n\t\t\tif (mom.utcOffset !== undefined) {\n\t\t\t\tvar z = mom._z;\n\t\t\t\tmom.utcOffset(-offset, keepTime);\n\t\t\t\tmom._z = z;\n\t\t\t} else {\n\t\t\t\tmom.zone(offset, keepTime);\n\t\t\t}\n\t\t}\n\t};\n\n\tfn.tz = function (name, keepTime) {\n\t\tif (name) {\n\t\t\tif (typeof name !== 'string') {\n\t\t\t\tthrow new Error('Time zone name must be a string, got ' + name + ' [' + typeof name + ']');\n\t\t\t}\n\t\t\tthis._z = getZone(name);\n\t\t\tif (this._z) {\n\t\t\t\tmoment.updateOffset(this, keepTime);\n\t\t\t} else {\n\t\t\t\tlogError(\"Moment Timezone has no data for \" + name + \". See http://momentjs.com/timezone/docs/#/data-loading/.\");\n\t\t\t}\n\t\t\treturn this;\n\t\t}\n\t\tif (this._z) { return this._z.name; }\n\t};\n\n\tfunction abbrWrap (old) {\n\t\treturn function () {\n\t\t\tif (this._z) { return this._z.abbr(this); }\n\t\t\treturn old.call(this);\n\t\t};\n\t}\n\n\tfunction resetZoneWrap (old) {\n\t\treturn function () {\n\t\t\tthis._z = null;\n\t\t\treturn old.apply(this, arguments);\n\t\t};\n\t}\n\n\tfunction resetZoneWrap2 (old) {\n\t\treturn function () {\n\t\t\tif (arguments.length > 0) this._z = null;\n\t\t\treturn old.apply(this, arguments);\n\t\t};\n\t}\n\n\tfn.zoneName = abbrWrap(fn.zoneName);\n\tfn.zoneAbbr = abbrWrap(fn.zoneAbbr);\n\tfn.utc = resetZoneWrap(fn.utc);\n\tfn.local = resetZoneWrap(fn.local);\n\tfn.utcOffset = resetZoneWrap2(fn.utcOffset);\n\n\tmoment.tz.setDefault = function(name) {\n\t\tif (major < 2 || (major === 2 && minor < 9)) {\n\t\t\tlogError('Moment Timezone setDefault() requires Moment.js >= 2.9.0. You are using Moment.js ' + moment.version + '.');\n\t\t}\n\t\tmoment.defaultZone = name ? getZone(name) : null;\n\t\treturn moment;\n\t};\n\n\t// Cloning a moment should include the _z property.\n\tvar momentProperties = moment.momentProperties;\n\tif (Object.prototype.toString.call(momentProperties) === '[object Array]') {\n\t\t// moment 2.8.1+\n\t\tmomentProperties.push('_z');\n\t\tmomentProperties.push('_a');\n\t} else if (momentProperties) {\n\t\t// moment 2.7.0\n\t\tmomentProperties._z = null;\n\t}\n\n\t// INJECT DATA\n\n\treturn moment;\n}));\n","module.exports = __WEBPACK_EXTERNAL_MODULE__18__;","var identity = require('./identity'),\n overRest = require('./_overRest'),\n setToString = require('./_setToString');\n\n/**\n * The base implementation of `_.rest` which doesn't validate or coerce arguments.\n *\n * @private\n * @param {Function} func The function to apply a rest parameter to.\n * @param {number} [start=func.length-1] The start position of the rest parameter.\n * @returns {Function} Returns the new function.\n */\nfunction baseRest(func, start) {\n return setToString(overRest(func, start, identity), func + '');\n}\n\nmodule.exports = baseRest;\n","var apply = require('./_apply');\n\n/* Built-in method references for those with the same name as other `lodash` methods. */\nvar nativeMax = Math.max;\n\n/**\n * A specialized version of `baseRest` which transforms the rest array.\n *\n * @private\n * @param {Function} func The function to apply a rest parameter to.\n * @param {number} [start=func.length-1] The start position of the rest parameter.\n * @param {Function} transform The rest array transform.\n * @returns {Function} Returns the new function.\n */\nfunction overRest(func, start, transform) {\n start = nativeMax(start === undefined ? (func.length - 1) : start, 0);\n return function() {\n var args = arguments,\n index = -1,\n length = nativeMax(args.length - start, 0),\n array = Array(length);\n\n while (++index < length) {\n array[index] = args[start + index];\n }\n index = -1;\n var otherArgs = Array(start + 1);\n while (++index < start) {\n otherArgs[index] = args[index];\n }\n otherArgs[start] = transform(array);\n return apply(func, this, otherArgs);\n };\n}\n\nmodule.exports = overRest;\n","/**\n * A faster alternative to `Function#apply`, this function invokes `func`\n * with the `this` binding of `thisArg` and the arguments of `args`.\n *\n * @private\n * @param {Function} func The function to invoke.\n * @param {*} thisArg The `this` binding of `func`.\n * @param {Array} args The arguments to invoke `func` with.\n * @returns {*} Returns the result of `func`.\n */\nfunction apply(func, thisArg, args) {\n switch (args.length) {\n case 0: return func.call(thisArg);\n case 1: return func.call(thisArg, args[0]);\n case 2: return func.call(thisArg, args[0], args[1]);\n case 3: return func.call(thisArg, args[0], args[1], args[2]);\n }\n return func.apply(thisArg, args);\n}\n\nmodule.exports = apply;\n","var baseSetToString = require('./_baseSetToString'),\n shortOut = require('./_shortOut');\n\n/**\n * Sets the `toString` method of `func` to return `string`.\n *\n * @private\n * @param {Function} func The function to modify.\n * @param {Function} string The `toString` result.\n * @returns {Function} Returns `func`.\n */\nvar setToString = shortOut(baseSetToString);\n\nmodule.exports = setToString;\n","var constant = require('./constant'),\n defineProperty = require('./_defineProperty'),\n identity = require('./identity');\n\n/**\n * The base implementation of `setToString` without support for hot loop shorting.\n *\n * @private\n * @param {Function} func The function to modify.\n * @param {Function} string The `toString` result.\n * @returns {Function} Returns `func`.\n */\nvar baseSetToString = !defineProperty ? identity : function(func, string) {\n return defineProperty(func, 'toString', {\n 'configurable': true,\n 'enumerable': false,\n 'value': constant(string),\n 'writable': true\n });\n};\n\nmodule.exports = baseSetToString;\n","/**\n * Creates a function that returns `value`.\n *\n * @static\n * @memberOf _\n * @since 2.4.0\n * @category Util\n * @param {*} value The value to return from the new function.\n * @returns {Function} Returns the new constant function.\n * @example\n *\n * var objects = _.times(2, _.constant({ 'a': 1 }));\n *\n * console.log(objects);\n * // => [{ 'a': 1 }, { 'a': 1 }]\n *\n * console.log(objects[0] === objects[1]);\n * // => true\n */\nfunction constant(value) {\n return function() {\n return value;\n };\n}\n\nmodule.exports = constant;\n","var getNative = require('./_getNative');\n\nvar defineProperty = (function() {\n try {\n var func = getNative(Object, 'defineProperty');\n func({}, '', {});\n return func;\n } catch (e) {}\n}());\n\nmodule.exports = defineProperty;\n","var baseIsNative = require('./_baseIsNative'),\n getValue = require('./_getValue');\n\n/**\n * Gets the native function at `key` of `object`.\n *\n * @private\n * @param {Object} object The object to query.\n * @param {string} key The key of the method to get.\n * @returns {*} Returns the function if it's native, else `undefined`.\n */\nfunction getNative(object, key) {\n var value = getValue(object, key);\n return baseIsNative(value) ? value : undefined;\n}\n\nmodule.exports = getNative;\n","var isFunction = require('./isFunction'),\n isMasked = require('./_isMasked'),\n isObject = require('./isObject'),\n toSource = require('./_toSource');\n\n/**\n * Used to match `RegExp`\n * [syntax characters](http://ecma-international.org/ecma-262/7.0/#sec-patterns).\n */\nvar reRegExpChar = /[\\\\^$.*+?()[\\]{}|]/g;\n\n/** Used to detect host constructors (Safari). */\nvar reIsHostCtor = /^\\[object .+?Constructor\\]$/;\n\n/** Used for built-in method references. */\nvar funcProto = Function.prototype,\n objectProto = Object.prototype;\n\n/** Used to resolve the decompiled source of functions. */\nvar funcToString = funcProto.toString;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/** Used to detect if a method is native. */\nvar reIsNative = RegExp('^' +\n funcToString.call(hasOwnProperty).replace(reRegExpChar, '\\\\$&')\n .replace(/hasOwnProperty|(function).*?(?=\\\\\\()| for .+?(?=\\\\\\])/g, '$1.*?') + '$'\n);\n\n/**\n * The base implementation of `_.isNative` without bad shim checks.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a native function,\n * else `false`.\n */\nfunction baseIsNative(value) {\n if (!isObject(value) || isMasked(value)) {\n return false;\n }\n var pattern = isFunction(value) ? reIsNative : reIsHostCtor;\n return pattern.test(toSource(value));\n}\n\nmodule.exports = baseIsNative;\n","var Symbol = require('./_Symbol');\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * Used to resolve the\n * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)\n * of values.\n */\nvar nativeObjectToString = objectProto.toString;\n\n/** Built-in value references. */\nvar symToStringTag = Symbol ? Symbol.toStringTag : undefined;\n\n/**\n * A specialized version of `baseGetTag` which ignores `Symbol.toStringTag` values.\n *\n * @private\n * @param {*} value The value to query.\n * @returns {string} Returns the raw `toStringTag`.\n */\nfunction getRawTag(value) {\n var isOwn = hasOwnProperty.call(value, symToStringTag),\n tag = value[symToStringTag];\n\n try {\n value[symToStringTag] = undefined;\n var unmasked = true;\n } catch (e) {}\n\n var result = nativeObjectToString.call(value);\n if (unmasked) {\n if (isOwn) {\n value[symToStringTag] = tag;\n } else {\n delete value[symToStringTag];\n }\n }\n return result;\n}\n\nmodule.exports = getRawTag;\n","/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/**\n * Used to resolve the\n * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)\n * of values.\n */\nvar nativeObjectToString = objectProto.toString;\n\n/**\n * Converts `value` to a string using `Object.prototype.toString`.\n *\n * @private\n * @param {*} value The value to convert.\n * @returns {string} Returns the converted string.\n */\nfunction objectToString(value) {\n return nativeObjectToString.call(value);\n}\n\nmodule.exports = objectToString;\n","var coreJsData = require('./_coreJsData');\n\n/** Used to detect methods masquerading as native. */\nvar maskSrcKey = (function() {\n var uid = /[^.]+$/.exec(coreJsData && coreJsData.keys && coreJsData.keys.IE_PROTO || '');\n return uid ? ('Symbol(src)_1.' + uid) : '';\n}());\n\n/**\n * Checks if `func` has its source masked.\n *\n * @private\n * @param {Function} func The function to check.\n * @returns {boolean} Returns `true` if `func` is masked, else `false`.\n */\nfunction isMasked(func) {\n return !!maskSrcKey && (maskSrcKey in func);\n}\n\nmodule.exports = isMasked;\n","var root = require('./_root');\n\n/** Used to detect overreaching core-js shims. */\nvar coreJsData = root['__core-js_shared__'];\n\nmodule.exports = coreJsData;\n","/** Used for built-in method references. */\nvar funcProto = Function.prototype;\n\n/** Used to resolve the decompiled source of functions. */\nvar funcToString = funcProto.toString;\n\n/**\n * Converts `func` to its source code.\n *\n * @private\n * @param {Function} func The function to convert.\n * @returns {string} Returns the source code.\n */\nfunction toSource(func) {\n if (func != null) {\n try {\n return funcToString.call(func);\n } catch (e) {}\n try {\n return (func + '');\n } catch (e) {}\n }\n return '';\n}\n\nmodule.exports = toSource;\n","/**\n * Gets the value at `key` of `object`.\n *\n * @private\n * @param {Object} [object] The object to query.\n * @param {string} key The key of the property to get.\n * @returns {*} Returns the property value.\n */\nfunction getValue(object, key) {\n return object == null ? undefined : object[key];\n}\n\nmodule.exports = getValue;\n","/** Used to detect hot functions by number of calls within a span of milliseconds. */\nvar HOT_COUNT = 800,\n HOT_SPAN = 16;\n\n/* Built-in method references for those with the same name as other `lodash` methods. */\nvar nativeNow = Date.now;\n\n/**\n * Creates a function that'll short out and invoke `identity` instead\n * of `func` when it's called `HOT_COUNT` or more times in `HOT_SPAN`\n * milliseconds.\n *\n * @private\n * @param {Function} func The function to restrict.\n * @returns {Function} Returns the new shortable function.\n */\nfunction shortOut(func) {\n var count = 0,\n lastCalled = 0;\n\n return function() {\n var stamp = nativeNow(),\n remaining = HOT_SPAN - (stamp - lastCalled);\n\n lastCalled = stamp;\n if (remaining > 0) {\n if (++count >= HOT_COUNT) {\n return arguments[0];\n }\n } else {\n count = 0;\n }\n return func.apply(undefined, arguments);\n };\n}\n\nmodule.exports = shortOut;\n","var eq = require('./eq'),\n isArrayLike = require('./isArrayLike'),\n isIndex = require('./_isIndex'),\n isObject = require('./isObject');\n\n/**\n * Checks if the given arguments are from an iteratee call.\n *\n * @private\n * @param {*} value The potential iteratee value argument.\n * @param {*} index The potential iteratee index or key argument.\n * @param {*} object The potential iteratee object argument.\n * @returns {boolean} Returns `true` if the arguments are from an iteratee call,\n * else `false`.\n */\nfunction isIterateeCall(value, index, object) {\n if (!isObject(object)) {\n return false;\n }\n var type = typeof index;\n if (type == 'number'\n ? (isArrayLike(object) && isIndex(index, object.length))\n : (type == 'string' && index in object)\n ) {\n return eq(object[index], value);\n }\n return false;\n}\n\nmodule.exports = isIterateeCall;\n","var arrayLikeKeys = require('./_arrayLikeKeys'),\n baseKeysIn = require('./_baseKeysIn'),\n isArrayLike = require('./isArrayLike');\n\n/**\n * Creates an array of the own and inherited enumerable property names of `object`.\n *\n * **Note:** Non-object values are coerced to objects.\n *\n * @static\n * @memberOf _\n * @since 3.0.0\n * @category Object\n * @param {Object} object The object to query.\n * @returns {Array} Returns the array of property names.\n * @example\n *\n * function Foo() {\n * this.a = 1;\n * this.b = 2;\n * }\n *\n * Foo.prototype.c = 3;\n *\n * _.keysIn(new Foo);\n * // => ['a', 'b', 'c'] (iteration order is not guaranteed)\n */\nfunction keysIn(object) {\n return isArrayLike(object) ? arrayLikeKeys(object, true) : baseKeysIn(object);\n}\n\nmodule.exports = keysIn;\n","var baseTimes = require('./_baseTimes'),\n isArguments = require('./isArguments'),\n isArray = require('./isArray'),\n isBuffer = require('./isBuffer'),\n isIndex = require('./_isIndex'),\n isTypedArray = require('./isTypedArray');\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * Creates an array of the enumerable property names of the array-like `value`.\n *\n * @private\n * @param {*} value The value to query.\n * @param {boolean} inherited Specify returning inherited property names.\n * @returns {Array} Returns the array of property names.\n */\nfunction arrayLikeKeys(value, inherited) {\n var isArr = isArray(value),\n isArg = !isArr && isArguments(value),\n isBuff = !isArr && !isArg && isBuffer(value),\n isType = !isArr && !isArg && !isBuff && isTypedArray(value),\n skipIndexes = isArr || isArg || isBuff || isType,\n result = skipIndexes ? baseTimes(value.length, String) : [],\n length = result.length;\n\n for (var key in value) {\n if ((inherited || hasOwnProperty.call(value, key)) &&\n !(skipIndexes && (\n // Safari 9 has enumerable `arguments.length` in strict mode.\n key == 'length' ||\n // Node.js 0.10 has enumerable non-index properties on buffers.\n (isBuff && (key == 'offset' || key == 'parent')) ||\n // PhantomJS 2 has enumerable non-index properties on typed arrays.\n (isType && (key == 'buffer' || key == 'byteLength' || key == 'byteOffset')) ||\n // Skip index properties.\n isIndex(key, length)\n ))) {\n result.push(key);\n }\n }\n return result;\n}\n\nmodule.exports = arrayLikeKeys;\n","/**\n * The base implementation of `_.times` without support for iteratee shorthands\n * or max array length checks.\n *\n * @private\n * @param {number} n The number of times to invoke `iteratee`.\n * @param {Function} iteratee The function invoked per iteration.\n * @returns {Array} Returns the array of results.\n */\nfunction baseTimes(n, iteratee) {\n var index = -1,\n result = Array(n);\n\n while (++index < n) {\n result[index] = iteratee(index);\n }\n return result;\n}\n\nmodule.exports = baseTimes;\n","var baseIsArguments = require('./_baseIsArguments'),\n isObjectLike = require('./isObjectLike');\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/** Built-in value references. */\nvar propertyIsEnumerable = objectProto.propertyIsEnumerable;\n\n/**\n * Checks if `value` is likely an `arguments` object.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is an `arguments` object,\n * else `false`.\n * @example\n *\n * _.isArguments(function() { return arguments; }());\n * // => true\n *\n * _.isArguments([1, 2, 3]);\n * // => false\n */\nvar isArguments = baseIsArguments(function() { return arguments; }()) ? baseIsArguments : function(value) {\n return isObjectLike(value) && hasOwnProperty.call(value, 'callee') &&\n !propertyIsEnumerable.call(value, 'callee');\n};\n\nmodule.exports = isArguments;\n","var baseGetTag = require('./_baseGetTag'),\n isObjectLike = require('./isObjectLike');\n\n/** `Object#toString` result references. */\nvar argsTag = '[object Arguments]';\n\n/**\n * The base implementation of `_.isArguments`.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is an `arguments` object,\n */\nfunction baseIsArguments(value) {\n return isObjectLike(value) && baseGetTag(value) == argsTag;\n}\n\nmodule.exports = baseIsArguments;\n","/**\n * Checks if `value` is classified as an `Array` object.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is an array, else `false`.\n * @example\n *\n * _.isArray([1, 2, 3]);\n * // => true\n *\n * _.isArray(document.body.children);\n * // => false\n *\n * _.isArray('abc');\n * // => false\n *\n * _.isArray(_.noop);\n * // => false\n */\nvar isArray = Array.isArray;\n\nmodule.exports = isArray;\n","/**\n * This method returns `false`.\n *\n * @static\n * @memberOf _\n * @since 4.13.0\n * @category Util\n * @returns {boolean} Returns `false`.\n * @example\n *\n * _.times(2, _.stubFalse);\n * // => [false, false]\n */\nfunction stubFalse() {\n return false;\n}\n\nmodule.exports = stubFalse;\n","var baseIsTypedArray = require('./_baseIsTypedArray'),\n baseUnary = require('./_baseUnary'),\n nodeUtil = require('./_nodeUtil');\n\n/* Node.js helper references. */\nvar nodeIsTypedArray = nodeUtil && nodeUtil.isTypedArray;\n\n/**\n * Checks if `value` is classified as a typed array.\n *\n * @static\n * @memberOf _\n * @since 3.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a typed array, else `false`.\n * @example\n *\n * _.isTypedArray(new Uint8Array);\n * // => true\n *\n * _.isTypedArray([]);\n * // => false\n */\nvar isTypedArray = nodeIsTypedArray ? baseUnary(nodeIsTypedArray) : baseIsTypedArray;\n\nmodule.exports = isTypedArray;\n","var baseGetTag = require('./_baseGetTag'),\n isLength = require('./isLength'),\n isObjectLike = require('./isObjectLike');\n\n/** `Object#toString` result references. */\nvar argsTag = '[object Arguments]',\n arrayTag = '[object Array]',\n boolTag = '[object Boolean]',\n dateTag = '[object Date]',\n errorTag = '[object Error]',\n funcTag = '[object Function]',\n mapTag = '[object Map]',\n numberTag = '[object Number]',\n objectTag = '[object Object]',\n regexpTag = '[object RegExp]',\n setTag = '[object Set]',\n stringTag = '[object String]',\n weakMapTag = '[object WeakMap]';\n\nvar arrayBufferTag = '[object ArrayBuffer]',\n dataViewTag = '[object DataView]',\n float32Tag = '[object Float32Array]',\n float64Tag = '[object Float64Array]',\n int8Tag = '[object Int8Array]',\n int16Tag = '[object Int16Array]',\n int32Tag = '[object Int32Array]',\n uint8Tag = '[object Uint8Array]',\n uint8ClampedTag = '[object Uint8ClampedArray]',\n uint16Tag = '[object Uint16Array]',\n uint32Tag = '[object Uint32Array]';\n\n/** Used to identify `toStringTag` values of typed arrays. */\nvar typedArrayTags = {};\ntypedArrayTags[float32Tag] = typedArrayTags[float64Tag] =\ntypedArrayTags[int8Tag] = typedArrayTags[int16Tag] =\ntypedArrayTags[int32Tag] = typedArrayTags[uint8Tag] =\ntypedArrayTags[uint8ClampedTag] = typedArrayTags[uint16Tag] =\ntypedArrayTags[uint32Tag] = true;\ntypedArrayTags[argsTag] = typedArrayTags[arrayTag] =\ntypedArrayTags[arrayBufferTag] = typedArrayTags[boolTag] =\ntypedArrayTags[dataViewTag] = typedArrayTags[dateTag] =\ntypedArrayTags[errorTag] = typedArrayTags[funcTag] =\ntypedArrayTags[mapTag] = typedArrayTags[numberTag] =\ntypedArrayTags[objectTag] = typedArrayTags[regexpTag] =\ntypedArrayTags[setTag] = typedArrayTags[stringTag] =\ntypedArrayTags[weakMapTag] = false;\n\n/**\n * The base implementation of `_.isTypedArray` without Node.js optimizations.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a typed array, else `false`.\n */\nfunction baseIsTypedArray(value) {\n return isObjectLike(value) &&\n isLength(value.length) && !!typedArrayTags[baseGetTag(value)];\n}\n\nmodule.exports = baseIsTypedArray;\n","/**\n * The base implementation of `_.unary` without support for storing metadata.\n *\n * @private\n * @param {Function} func The function to cap arguments for.\n * @returns {Function} Returns the new capped function.\n */\nfunction baseUnary(func) {\n return function(value) {\n return func(value);\n };\n}\n\nmodule.exports = baseUnary;\n","var isObject = require('./isObject'),\n isPrototype = require('./_isPrototype'),\n nativeKeysIn = require('./_nativeKeysIn');\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * The base implementation of `_.keysIn` which doesn't treat sparse arrays as dense.\n *\n * @private\n * @param {Object} object The object to query.\n * @returns {Array} Returns the array of property names.\n */\nfunction baseKeysIn(object) {\n if (!isObject(object)) {\n return nativeKeysIn(object);\n }\n var isProto = isPrototype(object),\n result = [];\n\n for (var key in object) {\n if (!(key == 'constructor' && (isProto || !hasOwnProperty.call(object, key)))) {\n result.push(key);\n }\n }\n return result;\n}\n\nmodule.exports = baseKeysIn;\n","/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/**\n * Checks if `value` is likely a prototype object.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a prototype, else `false`.\n */\nfunction isPrototype(value) {\n var Ctor = value && value.constructor,\n proto = (typeof Ctor == 'function' && Ctor.prototype) || objectProto;\n\n return value === proto;\n}\n\nmodule.exports = isPrototype;\n","/**\n * This function is like\n * [`Object.keys`](http://ecma-international.org/ecma-262/7.0/#sec-object.keys)\n * except that it includes inherited enumerable properties.\n *\n * @private\n * @param {Object} object The object to query.\n * @returns {Array} Returns the array of property names.\n */\nfunction nativeKeysIn(object) {\n var result = [];\n if (object != null) {\n for (var key in Object(object)) {\n result.push(key);\n }\n }\n return result;\n}\n\nmodule.exports = nativeKeysIn;\n","module.exports = __WEBPACK_EXTERNAL_MODULE__49__;","module.exports = __WEBPACK_EXTERNAL_MODULE__50__;","module.exports = __WEBPACK_EXTERNAL_MODULE__52__;","module.exports = __WEBPACK_EXTERNAL_MODULE__53__;","var moment = module.exports = require(\"./moment-timezone\");\nmoment.tz.load(require('./data/packed/latest.json'));\n","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\tid: moduleId,\n\t\tloaded: false,\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n\t// Flag the module as loaded\n\tmodule.loaded = true;\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.g = (function() {\n\tif (typeof globalThis === 'object') return globalThis;\n\ttry {\n\t\treturn this || new Function('return this')();\n\t} catch (e) {\n\t\tif (typeof window === 'object') return window;\n\t}\n})();","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","__webpack_require__.nmd = (module) => {\n\tmodule.paths = [];\n\tif (!module.children) module.children = [];\n\treturn module;\n};","export default function _setPrototypeOf(o, p) {\n _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {\n o.__proto__ = p;\n return o;\n };\n\n return _setPrototypeOf(o, p);\n}","/*\n\nBased off glamor's StyleSheet, thanks Sunil ❤️\n\nhigh performance StyleSheet for css-in-js systems\n\n- uses multiple style tags behind the scenes for millions of rules\n- uses `insertRule` for appending in production for *much* faster performance\n\n// usage\n\nimport { StyleSheet } from '@emotion/sheet'\n\nlet styleSheet = new StyleSheet({ key: '', container: document.head })\n\nstyleSheet.insert('#box { border: 1px solid red; }')\n- appends a css rule into the stylesheet\n\nstyleSheet.flush()\n- empties the stylesheet of all its contents\n\n*/\n// $FlowFixMe\nfunction sheetForTag(tag) {\n if (tag.sheet) {\n // $FlowFixMe\n return tag.sheet;\n } // this weirdness brought to you by firefox\n\n /* istanbul ignore next */\n\n\n for (var i = 0; i < document.styleSheets.length; i++) {\n if (document.styleSheets[i].ownerNode === tag) {\n // $FlowFixMe\n return document.styleSheets[i];\n }\n }\n}\n\nfunction createStyleElement(options) {\n var tag = document.createElement('style');\n tag.setAttribute('data-emotion', options.key);\n\n if (options.nonce !== undefined) {\n tag.setAttribute('nonce', options.nonce);\n }\n\n tag.appendChild(document.createTextNode(''));\n return tag;\n}\n\nvar StyleSheet =\n/*#__PURE__*/\nfunction () {\n function StyleSheet(options) {\n this.isSpeedy = options.speedy === undefined ? process.env.NODE_ENV === 'production' : options.speedy;\n this.tags = [];\n this.ctr = 0;\n this.nonce = options.nonce; // key is the value of the data-emotion attribute, it's used to identify different sheets\n\n this.key = options.key;\n this.container = options.container;\n this.before = null;\n }\n\n var _proto = StyleSheet.prototype;\n\n _proto.insert = function insert(rule) {\n // the max length is how many rules we have per style tag, it's 65000 in speedy mode\n // it's 1 in dev because we insert source maps that map a single rule to a location\n // and you can only have one source map per style tag\n if (this.ctr % (this.isSpeedy ? 65000 : 1) === 0) {\n var _tag = createStyleElement(this);\n\n var before;\n\n if (this.tags.length === 0) {\n before = this.before;\n } else {\n before = this.tags[this.tags.length - 1].nextSibling;\n }\n\n this.container.insertBefore(_tag, before);\n this.tags.push(_tag);\n }\n\n var tag = this.tags[this.tags.length - 1];\n\n if (this.isSpeedy) {\n var sheet = sheetForTag(tag);\n\n try {\n // this is a really hot path\n // we check the second character first because having \"i\"\n // as the second character will happen less often than\n // having \"@\" as the first character\n var isImportRule = rule.charCodeAt(1) === 105 && rule.charCodeAt(0) === 64; // this is the ultrafast version, works across browsers\n // the big drawback is that the css won't be editable in devtools\n\n sheet.insertRule(rule, // we need to insert @import rules before anything else\n // otherwise there will be an error\n // technically this means that the @import rules will\n // _usually_(not always since there could be multiple style tags)\n // be the first ones in prod and generally later in dev\n // this shouldn't really matter in the real world though\n // @import is generally only used for font faces from google fonts and etc.\n // so while this could be technically correct then it would be slower and larger\n // for a tiny bit of correctness that won't matter in the real world\n isImportRule ? 0 : sheet.cssRules.length);\n } catch (e) {\n if (process.env.NODE_ENV !== 'production') {\n console.warn(\"There was a problem inserting the following rule: \\\"\" + rule + \"\\\"\", e);\n }\n }\n } else {\n tag.appendChild(document.createTextNode(rule));\n }\n\n this.ctr++;\n };\n\n _proto.flush = function flush() {\n // $FlowFixMe\n this.tags.forEach(function (tag) {\n return tag.parentNode.removeChild(tag);\n });\n this.tags = [];\n this.ctr = 0;\n };\n\n return StyleSheet;\n}();\n\nexport { StyleSheet };\n","function stylis_min (W) {\n function M(d, c, e, h, a) {\n for (var m = 0, b = 0, v = 0, n = 0, q, g, x = 0, K = 0, k, u = k = q = 0, l = 0, r = 0, I = 0, t = 0, B = e.length, J = B - 1, y, f = '', p = '', F = '', G = '', C; l < B;) {\n g = e.charCodeAt(l);\n l === J && 0 !== b + n + v + m && (0 !== b && (g = 47 === b ? 10 : 47), n = v = m = 0, B++, J++);\n\n if (0 === b + n + v + m) {\n if (l === J && (0 < r && (f = f.replace(N, '')), 0 < f.trim().length)) {\n switch (g) {\n case 32:\n case 9:\n case 59:\n case 13:\n case 10:\n break;\n\n default:\n f += e.charAt(l);\n }\n\n g = 59;\n }\n\n switch (g) {\n case 123:\n f = f.trim();\n q = f.charCodeAt(0);\n k = 1;\n\n for (t = ++l; l < B;) {\n switch (g = e.charCodeAt(l)) {\n case 123:\n k++;\n break;\n\n case 125:\n k--;\n break;\n\n case 47:\n switch (g = e.charCodeAt(l + 1)) {\n case 42:\n case 47:\n a: {\n for (u = l + 1; u < J; ++u) {\n switch (e.charCodeAt(u)) {\n case 47:\n if (42 === g && 42 === e.charCodeAt(u - 1) && l + 2 !== u) {\n l = u + 1;\n break a;\n }\n\n break;\n\n case 10:\n if (47 === g) {\n l = u + 1;\n break a;\n }\n\n }\n }\n\n l = u;\n }\n\n }\n\n break;\n\n case 91:\n g++;\n\n case 40:\n g++;\n\n case 34:\n case 39:\n for (; l++ < J && e.charCodeAt(l) !== g;) {\n }\n\n }\n\n if (0 === k) break;\n l++;\n }\n\n k = e.substring(t, l);\n 0 === q && (q = (f = f.replace(ca, '').trim()).charCodeAt(0));\n\n switch (q) {\n case 64:\n 0 < r && (f = f.replace(N, ''));\n g = f.charCodeAt(1);\n\n switch (g) {\n case 100:\n case 109:\n case 115:\n case 45:\n r = c;\n break;\n\n default:\n r = O;\n }\n\n k = M(c, r, k, g, a + 1);\n t = k.length;\n 0 < A && (r = X(O, f, I), C = H(3, k, r, c, D, z, t, g, a, h), f = r.join(''), void 0 !== C && 0 === (t = (k = C.trim()).length) && (g = 0, k = ''));\n if (0 < t) switch (g) {\n case 115:\n f = f.replace(da, ea);\n\n case 100:\n case 109:\n case 45:\n k = f + '{' + k + '}';\n break;\n\n case 107:\n f = f.replace(fa, '$1 $2');\n k = f + '{' + k + '}';\n k = 1 === w || 2 === w && L('@' + k, 3) ? '@-webkit-' + k + '@' + k : '@' + k;\n break;\n\n default:\n k = f + k, 112 === h && (k = (p += k, ''));\n } else k = '';\n break;\n\n default:\n k = M(c, X(c, f, I), k, h, a + 1);\n }\n\n F += k;\n k = I = r = u = q = 0;\n f = '';\n g = e.charCodeAt(++l);\n break;\n\n case 125:\n case 59:\n f = (0 < r ? f.replace(N, '') : f).trim();\n if (1 < (t = f.length)) switch (0 === u && (q = f.charCodeAt(0), 45 === q || 96 < q && 123 > q) && (t = (f = f.replace(' ', ':')).length), 0 < A && void 0 !== (C = H(1, f, c, d, D, z, p.length, h, a, h)) && 0 === (t = (f = C.trim()).length) && (f = '\\x00\\x00'), q = f.charCodeAt(0), g = f.charCodeAt(1), q) {\n case 0:\n break;\n\n case 64:\n if (105 === g || 99 === g) {\n G += f + e.charAt(l);\n break;\n }\n\n default:\n 58 !== f.charCodeAt(t - 1) && (p += P(f, q, g, f.charCodeAt(2)));\n }\n I = r = u = q = 0;\n f = '';\n g = e.charCodeAt(++l);\n }\n }\n\n switch (g) {\n case 13:\n case 10:\n 47 === b ? b = 0 : 0 === 1 + q && 107 !== h && 0 < f.length && (r = 1, f += '\\x00');\n 0 < A * Y && H(0, f, c, d, D, z, p.length, h, a, h);\n z = 1;\n D++;\n break;\n\n case 59:\n case 125:\n if (0 === b + n + v + m) {\n z++;\n break;\n }\n\n default:\n z++;\n y = e.charAt(l);\n\n switch (g) {\n case 9:\n case 32:\n if (0 === n + m + b) switch (x) {\n case 44:\n case 58:\n case 9:\n case 32:\n y = '';\n break;\n\n default:\n 32 !== g && (y = ' ');\n }\n break;\n\n case 0:\n y = '\\\\0';\n break;\n\n case 12:\n y = '\\\\f';\n break;\n\n case 11:\n y = '\\\\v';\n break;\n\n case 38:\n 0 === n + b + m && (r = I = 1, y = '\\f' + y);\n break;\n\n case 108:\n if (0 === n + b + m + E && 0 < u) switch (l - u) {\n case 2:\n 112 === x && 58 === e.charCodeAt(l - 3) && (E = x);\n\n case 8:\n 111 === K && (E = K);\n }\n break;\n\n case 58:\n 0 === n + b + m && (u = l);\n break;\n\n case 44:\n 0 === b + v + n + m && (r = 1, y += '\\r');\n break;\n\n case 34:\n case 39:\n 0 === b && (n = n === g ? 0 : 0 === n ? g : n);\n break;\n\n case 91:\n 0 === n + b + v && m++;\n break;\n\n case 93:\n 0 === n + b + v && m--;\n break;\n\n case 41:\n 0 === n + b + m && v--;\n break;\n\n case 40:\n if (0 === n + b + m) {\n if (0 === q) switch (2 * x + 3 * K) {\n case 533:\n break;\n\n default:\n q = 1;\n }\n v++;\n }\n\n break;\n\n case 64:\n 0 === b + v + n + m + u + k && (k = 1);\n break;\n\n case 42:\n case 47:\n if (!(0 < n + m + v)) switch (b) {\n case 0:\n switch (2 * g + 3 * e.charCodeAt(l + 1)) {\n case 235:\n b = 47;\n break;\n\n case 220:\n t = l, b = 42;\n }\n\n break;\n\n case 42:\n 47 === g && 42 === x && t + 2 !== l && (33 === e.charCodeAt(t + 2) && (p += e.substring(t, l + 1)), y = '', b = 0);\n }\n }\n\n 0 === b && (f += y);\n }\n\n K = x;\n x = g;\n l++;\n }\n\n t = p.length;\n\n if (0 < t) {\n r = c;\n if (0 < A && (C = H(2, p, r, d, D, z, t, h, a, h), void 0 !== C && 0 === (p = C).length)) return G + p + F;\n p = r.join(',') + '{' + p + '}';\n\n if (0 !== w * E) {\n 2 !== w || L(p, 2) || (E = 0);\n\n switch (E) {\n case 111:\n p = p.replace(ha, ':-moz-$1') + p;\n break;\n\n case 112:\n p = p.replace(Q, '::-webkit-input-$1') + p.replace(Q, '::-moz-$1') + p.replace(Q, ':-ms-input-$1') + p;\n }\n\n E = 0;\n }\n }\n\n return G + p + F;\n }\n\n function X(d, c, e) {\n var h = c.trim().split(ia);\n c = h;\n var a = h.length,\n m = d.length;\n\n switch (m) {\n case 0:\n case 1:\n var b = 0;\n\n for (d = 0 === m ? '' : d[0] + ' '; b < a; ++b) {\n c[b] = Z(d, c[b], e).trim();\n }\n\n break;\n\n default:\n var v = b = 0;\n\n for (c = []; b < a; ++b) {\n for (var n = 0; n < m; ++n) {\n c[v++] = Z(d[n] + ' ', h[b], e).trim();\n }\n }\n\n }\n\n return c;\n }\n\n function Z(d, c, e) {\n var h = c.charCodeAt(0);\n 33 > h && (h = (c = c.trim()).charCodeAt(0));\n\n switch (h) {\n case 38:\n return c.replace(F, '$1' + d.trim());\n\n case 58:\n return d.trim() + c.replace(F, '$1' + d.trim());\n\n default:\n if (0 < 1 * e && 0 < c.indexOf('\\f')) return c.replace(F, (58 === d.charCodeAt(0) ? '' : '$1') + d.trim());\n }\n\n return d + c;\n }\n\n function P(d, c, e, h) {\n var a = d + ';',\n m = 2 * c + 3 * e + 4 * h;\n\n if (944 === m) {\n d = a.indexOf(':', 9) + 1;\n var b = a.substring(d, a.length - 1).trim();\n b = a.substring(0, d).trim() + b + ';';\n return 1 === w || 2 === w && L(b, 1) ? '-webkit-' + b + b : b;\n }\n\n if (0 === w || 2 === w && !L(a, 1)) return a;\n\n switch (m) {\n case 1015:\n return 97 === a.charCodeAt(10) ? '-webkit-' + a + a : a;\n\n case 951:\n return 116 === a.charCodeAt(3) ? '-webkit-' + a + a : a;\n\n case 963:\n return 110 === a.charCodeAt(5) ? '-webkit-' + a + a : a;\n\n case 1009:\n if (100 !== a.charCodeAt(4)) break;\n\n case 969:\n case 942:\n return '-webkit-' + a + a;\n\n case 978:\n return '-webkit-' + a + '-moz-' + a + a;\n\n case 1019:\n case 983:\n return '-webkit-' + a + '-moz-' + a + '-ms-' + a + a;\n\n case 883:\n if (45 === a.charCodeAt(8)) return '-webkit-' + a + a;\n if (0 < a.indexOf('image-set(', 11)) return a.replace(ja, '$1-webkit-$2') + a;\n break;\n\n case 932:\n if (45 === a.charCodeAt(4)) switch (a.charCodeAt(5)) {\n case 103:\n return '-webkit-box-' + a.replace('-grow', '') + '-webkit-' + a + '-ms-' + a.replace('grow', 'positive') + a;\n\n case 115:\n return '-webkit-' + a + '-ms-' + a.replace('shrink', 'negative') + a;\n\n case 98:\n return '-webkit-' + a + '-ms-' + a.replace('basis', 'preferred-size') + a;\n }\n return '-webkit-' + a + '-ms-' + a + a;\n\n case 964:\n return '-webkit-' + a + '-ms-flex-' + a + a;\n\n case 1023:\n if (99 !== a.charCodeAt(8)) break;\n b = a.substring(a.indexOf(':', 15)).replace('flex-', '').replace('space-between', 'justify');\n return '-webkit-box-pack' + b + '-webkit-' + a + '-ms-flex-pack' + b + a;\n\n case 1005:\n return ka.test(a) ? a.replace(aa, ':-webkit-') + a.replace(aa, ':-moz-') + a : a;\n\n case 1e3:\n b = a.substring(13).trim();\n c = b.indexOf('-') + 1;\n\n switch (b.charCodeAt(0) + b.charCodeAt(c)) {\n case 226:\n b = a.replace(G, 'tb');\n break;\n\n case 232:\n b = a.replace(G, 'tb-rl');\n break;\n\n case 220:\n b = a.replace(G, 'lr');\n break;\n\n default:\n return a;\n }\n\n return '-webkit-' + a + '-ms-' + b + a;\n\n case 1017:\n if (-1 === a.indexOf('sticky', 9)) break;\n\n case 975:\n c = (a = d).length - 10;\n b = (33 === a.charCodeAt(c) ? a.substring(0, c) : a).substring(d.indexOf(':', 7) + 1).trim();\n\n switch (m = b.charCodeAt(0) + (b.charCodeAt(7) | 0)) {\n case 203:\n if (111 > b.charCodeAt(8)) break;\n\n case 115:\n a = a.replace(b, '-webkit-' + b) + ';' + a;\n break;\n\n case 207:\n case 102:\n a = a.replace(b, '-webkit-' + (102 < m ? 'inline-' : '') + 'box') + ';' + a.replace(b, '-webkit-' + b) + ';' + a.replace(b, '-ms-' + b + 'box') + ';' + a;\n }\n\n return a + ';';\n\n case 938:\n if (45 === a.charCodeAt(5)) switch (a.charCodeAt(6)) {\n case 105:\n return b = a.replace('-items', ''), '-webkit-' + a + '-webkit-box-' + b + '-ms-flex-' + b + a;\n\n case 115:\n return '-webkit-' + a + '-ms-flex-item-' + a.replace(ba, '') + a;\n\n default:\n return '-webkit-' + a + '-ms-flex-line-pack' + a.replace('align-content', '').replace(ba, '') + a;\n }\n break;\n\n case 973:\n case 989:\n if (45 !== a.charCodeAt(3) || 122 === a.charCodeAt(4)) break;\n\n case 931:\n case 953:\n if (!0 === la.test(d)) return 115 === (b = d.substring(d.indexOf(':') + 1)).charCodeAt(0) ? P(d.replace('stretch', 'fill-available'), c, e, h).replace(':fill-available', ':stretch') : a.replace(b, '-webkit-' + b) + a.replace(b, '-moz-' + b.replace('fill-', '')) + a;\n break;\n\n case 962:\n if (a = '-webkit-' + a + (102 === a.charCodeAt(5) ? '-ms-' + a : '') + a, 211 === e + h && 105 === a.charCodeAt(13) && 0 < a.indexOf('transform', 10)) return a.substring(0, a.indexOf(';', 27) + 1).replace(ma, '$1-webkit-$2') + a;\n }\n\n return a;\n }\n\n function L(d, c) {\n var e = d.indexOf(1 === c ? ':' : '{'),\n h = d.substring(0, 3 !== c ? e : 10);\n e = d.substring(e + 1, d.length - 1);\n return R(2 !== c ? h : h.replace(na, '$1'), e, c);\n }\n\n function ea(d, c) {\n var e = P(c, c.charCodeAt(0), c.charCodeAt(1), c.charCodeAt(2));\n return e !== c + ';' ? e.replace(oa, ' or ($1)').substring(4) : '(' + c + ')';\n }\n\n function H(d, c, e, h, a, m, b, v, n, q) {\n for (var g = 0, x = c, w; g < A; ++g) {\n switch (w = S[g].call(B, d, x, e, h, a, m, b, v, n, q)) {\n case void 0:\n case !1:\n case !0:\n case null:\n break;\n\n default:\n x = w;\n }\n }\n\n if (x !== c) return x;\n }\n\n function T(d) {\n switch (d) {\n case void 0:\n case null:\n A = S.length = 0;\n break;\n\n default:\n if ('function' === typeof d) S[A++] = d;else if ('object' === typeof d) for (var c = 0, e = d.length; c < e; ++c) {\n T(d[c]);\n } else Y = !!d | 0;\n }\n\n return T;\n }\n\n function U(d) {\n d = d.prefix;\n void 0 !== d && (R = null, d ? 'function' !== typeof d ? w = 1 : (w = 2, R = d) : w = 0);\n return U;\n }\n\n function B(d, c) {\n var e = d;\n 33 > e.charCodeAt(0) && (e = e.trim());\n V = e;\n e = [V];\n\n if (0 < A) {\n var h = H(-1, c, e, e, D, z, 0, 0, 0, 0);\n void 0 !== h && 'string' === typeof h && (c = h);\n }\n\n var a = M(O, e, c, 0, 0);\n 0 < A && (h = H(-2, a, e, e, D, z, a.length, 0, 0, 0), void 0 !== h && (a = h));\n V = '';\n E = 0;\n z = D = 1;\n return a;\n }\n\n var ca = /^\\0+/g,\n N = /[\\0\\r\\f]/g,\n aa = /: */g,\n ka = /zoo|gra/,\n ma = /([,: ])(transform)/g,\n ia = /,\\r+?/g,\n F = /([\\t\\r\\n ])*\\f?&/g,\n fa = /@(k\\w+)\\s*(\\S*)\\s*/,\n Q = /::(place)/g,\n ha = /:(read-only)/g,\n G = /[svh]\\w+-[tblr]{2}/,\n da = /\\(\\s*(.*)\\s*\\)/g,\n oa = /([\\s\\S]*?);/g,\n ba = /-self|flex-/g,\n na = /[^]*?(:[rp][el]a[\\w-]+)[^]*/,\n la = /stretch|:\\s*\\w+\\-(?:conte|avail)/,\n ja = /([^-])(image-set\\()/,\n z = 1,\n D = 1,\n E = 0,\n w = 1,\n O = [],\n S = [],\n A = 0,\n R = null,\n Y = 0,\n V = '';\n B.use = T;\n B.set = U;\n void 0 !== W && U(W);\n return B;\n}\n\nexport default stylis_min;\n","import { StyleSheet } from '@emotion/sheet';\nimport Stylis from '@emotion/stylis';\nimport '@emotion/weak-memoize';\n\n// https://github.com/thysultan/stylis.js/tree/master/plugins/rule-sheet\n// inlined to avoid umd wrapper and peerDep warnings/installing stylis\n// since we use stylis after closure compiler\nvar delimiter = '/*|*/';\nvar needle = delimiter + '}';\n\nfunction toSheet(block) {\n if (block) {\n Sheet.current.insert(block + '}');\n }\n}\n\nvar Sheet = {\n current: null\n};\nvar ruleSheet = function ruleSheet(context, content, selectors, parents, line, column, length, ns, depth, at) {\n switch (context) {\n // property\n case 1:\n {\n switch (content.charCodeAt(0)) {\n case 64:\n {\n // @import\n Sheet.current.insert(content + ';');\n return '';\n }\n // charcode for l\n\n case 108:\n {\n // charcode for b\n // this ignores label\n if (content.charCodeAt(2) === 98) {\n return '';\n }\n }\n }\n\n break;\n }\n // selector\n\n case 2:\n {\n if (ns === 0) return content + delimiter;\n break;\n }\n // at-rule\n\n case 3:\n {\n switch (ns) {\n // @font-face, @page\n case 102:\n case 112:\n {\n Sheet.current.insert(selectors[0] + content);\n return '';\n }\n\n default:\n {\n return content + (at === 0 ? delimiter : '');\n }\n }\n }\n\n case -2:\n {\n content.split(needle).forEach(toSheet);\n }\n }\n};\n\nvar createCache = function createCache(options) {\n if (options === undefined) options = {};\n var key = options.key || 'css';\n var stylisOptions;\n\n if (options.prefix !== undefined) {\n stylisOptions = {\n prefix: options.prefix\n };\n }\n\n var stylis = new Stylis(stylisOptions);\n\n if (process.env.NODE_ENV !== 'production') {\n // $FlowFixMe\n if (/[^a-z-]/.test(key)) {\n throw new Error(\"Emotion key must only contain lower case alphabetical characters and - but \\\"\" + key + \"\\\" was passed\");\n }\n }\n\n var inserted = {}; // $FlowFixMe\n\n var container;\n\n {\n container = options.container || document.head;\n var nodes = document.querySelectorAll(\"style[data-emotion-\" + key + \"]\");\n Array.prototype.forEach.call(nodes, function (node) {\n var attrib = node.getAttribute(\"data-emotion-\" + key); // $FlowFixMe\n\n attrib.split(' ').forEach(function (id) {\n inserted[id] = true;\n });\n\n if (node.parentNode !== container) {\n container.appendChild(node);\n }\n });\n }\n\n var _insert;\n\n {\n stylis.use(options.stylisPlugins)(ruleSheet);\n\n _insert = function insert(selector, serialized, sheet, shouldCache) {\n var name = serialized.name;\n Sheet.current = sheet;\n\n if (process.env.NODE_ENV !== 'production' && serialized.map !== undefined) {\n var map = serialized.map;\n Sheet.current = {\n insert: function insert(rule) {\n sheet.insert(rule + map);\n }\n };\n }\n\n stylis(selector, serialized.styles);\n\n if (shouldCache) {\n cache.inserted[name] = true;\n }\n };\n }\n\n if (process.env.NODE_ENV !== 'production') {\n // https://esbench.com/bench/5bf7371a4cd7e6009ef61d0a\n var commentStart = /\\/\\*/g;\n var commentEnd = /\\*\\//g;\n stylis.use(function (context, content) {\n switch (context) {\n case -1:\n {\n while (commentStart.test(content)) {\n commentEnd.lastIndex = commentStart.lastIndex;\n\n if (commentEnd.test(content)) {\n commentStart.lastIndex = commentEnd.lastIndex;\n continue;\n }\n\n throw new Error('Your styles have an unterminated comment (\"/*\" without corresponding \"*/\").');\n }\n\n commentStart.lastIndex = 0;\n break;\n }\n }\n });\n stylis.use(function (context, content, selectors) {\n switch (context) {\n case -1:\n {\n var flag = 'emotion-disable-server-rendering-unsafe-selector-warning-please-do-not-use-this-the-warning-exists-for-a-reason';\n var unsafePseudoClasses = content.match(/(:first|:nth|:nth-last)-child/g);\n\n if (unsafePseudoClasses && cache.compat !== true) {\n unsafePseudoClasses.forEach(function (unsafePseudoClass) {\n var ignoreRegExp = new RegExp(unsafePseudoClass + \".*\\\\/\\\\* \" + flag + \" \\\\*\\\\/\");\n var ignore = ignoreRegExp.test(content);\n\n if (unsafePseudoClass && !ignore) {\n console.error(\"The pseudo class \\\"\" + unsafePseudoClass + \"\\\" is potentially unsafe when doing server-side rendering. Try changing it to \\\"\" + unsafePseudoClass.split('-child')[0] + \"-of-type\\\".\");\n }\n });\n }\n\n break;\n }\n }\n });\n }\n\n var cache = {\n key: key,\n sheet: new StyleSheet({\n key: key,\n container: container,\n nonce: options.nonce,\n speedy: options.speedy\n }),\n nonce: options.nonce,\n inserted: inserted,\n registered: {},\n insert: _insert\n };\n return cache;\n};\n\nexport default createCache;\n","var isBrowser = \"object\" !== 'undefined';\nfunction getRegisteredStyles(registered, registeredStyles, classNames) {\n var rawClassName = '';\n classNames.split(' ').forEach(function (className) {\n if (registered[className] !== undefined) {\n registeredStyles.push(registered[className]);\n } else {\n rawClassName += className + \" \";\n }\n });\n return rawClassName;\n}\nvar insertStyles = function insertStyles(cache, serialized, isStringTag) {\n var className = cache.key + \"-\" + serialized.name;\n\n if ( // we only need to add the styles to the registered cache if the\n // class name could be used further down\n // the tree but if it's a string tag, we know it won't\n // so we don't have to add it to registered cache.\n // this improves memory usage since we can avoid storing the whole style string\n (isStringTag === false || // we need to always store it if we're in compat mode and\n // in node since emotion-server relies on whether a style is in\n // the registered cache to know whether a style is global or not\n // also, note that this check will be dead code eliminated in the browser\n isBrowser === false && cache.compat !== undefined) && cache.registered[className] === undefined) {\n cache.registered[className] = serialized.styles;\n }\n\n if (cache.inserted[serialized.name] === undefined) {\n var current = serialized;\n\n do {\n var maybeStyles = cache.insert(\".\" + className, current, cache.sheet, true);\n\n current = current.next;\n } while (current !== undefined);\n }\n};\n\nexport { getRegisteredStyles, insertStyles };\n","/* eslint-disable */\n// Inspired by https://github.com/garycourt/murmurhash-js\n// Ported from https://github.com/aappleby/smhasher/blob/61a0530f28277f2e850bfc39600ce61d02b518de/src/MurmurHash2.cpp#L37-L86\nfunction murmur2(str) {\n // 'm' and 'r' are mixing constants generated offline.\n // They're not really 'magic', they just happen to work well.\n // const m = 0x5bd1e995;\n // const r = 24;\n // Initialize the hash\n var h = 0; // Mix 4 bytes at a time into the hash\n\n var k,\n i = 0,\n len = str.length;\n\n for (; len >= 4; ++i, len -= 4) {\n k = str.charCodeAt(i) & 0xff | (str.charCodeAt(++i) & 0xff) << 8 | (str.charCodeAt(++i) & 0xff) << 16 | (str.charCodeAt(++i) & 0xff) << 24;\n k =\n /* Math.imul(k, m): */\n (k & 0xffff) * 0x5bd1e995 + ((k >>> 16) * 0xe995 << 16);\n k ^=\n /* k >>> r: */\n k >>> 24;\n h =\n /* Math.imul(k, m): */\n (k & 0xffff) * 0x5bd1e995 + ((k >>> 16) * 0xe995 << 16) ^\n /* Math.imul(h, m): */\n (h & 0xffff) * 0x5bd1e995 + ((h >>> 16) * 0xe995 << 16);\n } // Handle the last few bytes of the input array\n\n\n switch (len) {\n case 3:\n h ^= (str.charCodeAt(i + 2) & 0xff) << 16;\n\n case 2:\n h ^= (str.charCodeAt(i + 1) & 0xff) << 8;\n\n case 1:\n h ^= str.charCodeAt(i) & 0xff;\n h =\n /* Math.imul(h, m): */\n (h & 0xffff) * 0x5bd1e995 + ((h >>> 16) * 0xe995 << 16);\n } // Do a few final mixes of the hash to ensure the last few\n // bytes are well-incorporated.\n\n\n h ^= h >>> 13;\n h =\n /* Math.imul(h, m): */\n (h & 0xffff) * 0x5bd1e995 + ((h >>> 16) * 0xe995 << 16);\n return ((h ^ h >>> 15) >>> 0).toString(36);\n}\n\nexport default murmur2;\n","var unitlessKeys = {\n animationIterationCount: 1,\n borderImageOutset: 1,\n borderImageSlice: 1,\n borderImageWidth: 1,\n boxFlex: 1,\n boxFlexGroup: 1,\n boxOrdinalGroup: 1,\n columnCount: 1,\n columns: 1,\n flex: 1,\n flexGrow: 1,\n flexPositive: 1,\n flexShrink: 1,\n flexNegative: 1,\n flexOrder: 1,\n gridRow: 1,\n gridRowEnd: 1,\n gridRowSpan: 1,\n gridRowStart: 1,\n gridColumn: 1,\n gridColumnEnd: 1,\n gridColumnSpan: 1,\n gridColumnStart: 1,\n msGridRow: 1,\n msGridRowSpan: 1,\n msGridColumn: 1,\n msGridColumnSpan: 1,\n fontWeight: 1,\n lineHeight: 1,\n opacity: 1,\n order: 1,\n orphans: 1,\n tabSize: 1,\n widows: 1,\n zIndex: 1,\n zoom: 1,\n WebkitLineClamp: 1,\n // SVG-related properties\n fillOpacity: 1,\n floodOpacity: 1,\n stopOpacity: 1,\n strokeDasharray: 1,\n strokeDashoffset: 1,\n strokeMiterlimit: 1,\n strokeOpacity: 1,\n strokeWidth: 1\n};\n\nexport default unitlessKeys;\n","import hashString from '@emotion/hash';\nimport unitless from '@emotion/unitless';\nimport memoize from '@emotion/memoize';\n\nvar ILLEGAL_ESCAPE_SEQUENCE_ERROR = \"You have illegal escape sequence in your template literal, most likely inside content's property value.\\nBecause you write your CSS inside a JavaScript string you actually have to do double escaping, so for example \\\"content: '\\\\00d7';\\\" should become \\\"content: '\\\\\\\\00d7';\\\".\\nYou can read more about this here:\\nhttps://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals#ES2018_revision_of_illegal_escape_sequences\";\nvar UNDEFINED_AS_OBJECT_KEY_ERROR = \"You have passed in falsy value as style object's key (can happen when in example you pass unexported component as computed key).\";\nvar hyphenateRegex = /[A-Z]|^ms/g;\nvar animationRegex = /_EMO_([^_]+?)_([^]*?)_EMO_/g;\n\nvar isCustomProperty = function isCustomProperty(property) {\n return property.charCodeAt(1) === 45;\n};\n\nvar isProcessableValue = function isProcessableValue(value) {\n return value != null && typeof value !== 'boolean';\n};\n\nvar processStyleName = memoize(function (styleName) {\n return isCustomProperty(styleName) ? styleName : styleName.replace(hyphenateRegex, '-$&').toLowerCase();\n});\n\nvar processStyleValue = function processStyleValue(key, value) {\n switch (key) {\n case 'animation':\n case 'animationName':\n {\n if (typeof value === 'string') {\n return value.replace(animationRegex, function (match, p1, p2) {\n cursor = {\n name: p1,\n styles: p2,\n next: cursor\n };\n return p1;\n });\n }\n }\n }\n\n if (unitless[key] !== 1 && !isCustomProperty(key) && typeof value === 'number' && value !== 0) {\n return value + 'px';\n }\n\n return value;\n};\n\nif (process.env.NODE_ENV !== 'production') {\n var contentValuePattern = /(attr|calc|counters?|url)\\(/;\n var contentValues = ['normal', 'none', 'counter', 'open-quote', 'close-quote', 'no-open-quote', 'no-close-quote', 'initial', 'inherit', 'unset'];\n var oldProcessStyleValue = processStyleValue;\n var msPattern = /^-ms-/;\n var hyphenPattern = /-(.)/g;\n var hyphenatedCache = {};\n\n processStyleValue = function processStyleValue(key, value) {\n if (key === 'content') {\n if (typeof value !== 'string' || contentValues.indexOf(value) === -1 && !contentValuePattern.test(value) && (value.charAt(0) !== value.charAt(value.length - 1) || value.charAt(0) !== '\"' && value.charAt(0) !== \"'\")) {\n console.error(\"You seem to be using a value for 'content' without quotes, try replacing it with `content: '\\\"\" + value + \"\\\"'`\");\n }\n }\n\n var processed = oldProcessStyleValue(key, value);\n\n if (processed !== '' && !isCustomProperty(key) && key.indexOf('-') !== -1 && hyphenatedCache[key] === undefined) {\n hyphenatedCache[key] = true;\n console.error(\"Using kebab-case for css properties in objects is not supported. Did you mean \" + key.replace(msPattern, 'ms-').replace(hyphenPattern, function (str, _char) {\n return _char.toUpperCase();\n }) + \"?\");\n }\n\n return processed;\n };\n}\n\nvar shouldWarnAboutInterpolatingClassNameFromCss = true;\n\nfunction handleInterpolation(mergedProps, registered, interpolation, couldBeSelectorInterpolation) {\n if (interpolation == null) {\n return '';\n }\n\n if (interpolation.__emotion_styles !== undefined) {\n if (process.env.NODE_ENV !== 'production' && interpolation.toString() === 'NO_COMPONENT_SELECTOR') {\n throw new Error('Component selectors can only be used in conjunction with babel-plugin-emotion.');\n }\n\n return interpolation;\n }\n\n switch (typeof interpolation) {\n case 'boolean':\n {\n return '';\n }\n\n case 'object':\n {\n if (interpolation.anim === 1) {\n cursor = {\n name: interpolation.name,\n styles: interpolation.styles,\n next: cursor\n };\n return interpolation.name;\n }\n\n if (interpolation.styles !== undefined) {\n var next = interpolation.next;\n\n if (next !== undefined) {\n // not the most efficient thing ever but this is a pretty rare case\n // and there will be very few iterations of this generally\n while (next !== undefined) {\n cursor = {\n name: next.name,\n styles: next.styles,\n next: cursor\n };\n next = next.next;\n }\n }\n\n var styles = interpolation.styles + \";\";\n\n if (process.env.NODE_ENV !== 'production' && interpolation.map !== undefined) {\n styles += interpolation.map;\n }\n\n return styles;\n }\n\n return createStringFromObject(mergedProps, registered, interpolation);\n }\n\n case 'function':\n {\n if (mergedProps !== undefined) {\n var previousCursor = cursor;\n var result = interpolation(mergedProps);\n cursor = previousCursor;\n return handleInterpolation(mergedProps, registered, result, couldBeSelectorInterpolation);\n } else if (process.env.NODE_ENV !== 'production') {\n console.error('Functions that are interpolated in css calls will be stringified.\\n' + 'If you want to have a css call based on props, create a function that returns a css call like this\\n' + 'let dynamicStyle = (props) => css`color: ${props.color}`\\n' + 'It can be called directly with props or interpolated in a styled call like this\\n' + \"let SomeComponent = styled('div')`${dynamicStyle}`\");\n }\n\n break;\n }\n\n case 'string':\n if (process.env.NODE_ENV !== 'production') {\n var matched = [];\n var replaced = interpolation.replace(animationRegex, function (match, p1, p2) {\n var fakeVarName = \"animation\" + matched.length;\n matched.push(\"const \" + fakeVarName + \" = keyframes`\" + p2.replace(/^@keyframes animation-\\w+/, '') + \"`\");\n return \"${\" + fakeVarName + \"}\";\n });\n\n if (matched.length) {\n console.error('`keyframes` output got interpolated into plain string, please wrap it with `css`.\\n\\n' + 'Instead of doing this:\\n\\n' + [].concat(matched, [\"`\" + replaced + \"`\"]).join('\\n') + '\\n\\nYou should wrap it with `css` like this:\\n\\n' + (\"css`\" + replaced + \"`\"));\n }\n }\n\n break;\n } // finalize string values (regular strings and functions interpolated into css calls)\n\n\n if (registered == null) {\n return interpolation;\n }\n\n var cached = registered[interpolation];\n\n if (process.env.NODE_ENV !== 'production' && couldBeSelectorInterpolation && shouldWarnAboutInterpolatingClassNameFromCss && cached !== undefined) {\n console.error('Interpolating a className from css`` is not recommended and will cause problems with composition.\\n' + 'Interpolating a className from css`` will be completely unsupported in a future major version of Emotion');\n shouldWarnAboutInterpolatingClassNameFromCss = false;\n }\n\n return cached !== undefined && !couldBeSelectorInterpolation ? cached : interpolation;\n}\n\nfunction createStringFromObject(mergedProps, registered, obj) {\n var string = '';\n\n if (Array.isArray(obj)) {\n for (var i = 0; i < obj.length; i++) {\n string += handleInterpolation(mergedProps, registered, obj[i], false);\n }\n } else {\n for (var _key in obj) {\n var value = obj[_key];\n\n if (typeof value !== 'object') {\n if (registered != null && registered[value] !== undefined) {\n string += _key + \"{\" + registered[value] + \"}\";\n } else if (isProcessableValue(value)) {\n string += processStyleName(_key) + \":\" + processStyleValue(_key, value) + \";\";\n }\n } else {\n if (_key === 'NO_COMPONENT_SELECTOR' && process.env.NODE_ENV !== 'production') {\n throw new Error('Component selectors can only be used in conjunction with babel-plugin-emotion.');\n }\n\n if (Array.isArray(value) && typeof value[0] === 'string' && (registered == null || registered[value[0]] === undefined)) {\n for (var _i = 0; _i < value.length; _i++) {\n if (isProcessableValue(value[_i])) {\n string += processStyleName(_key) + \":\" + processStyleValue(_key, value[_i]) + \";\";\n }\n }\n } else {\n var interpolated = handleInterpolation(mergedProps, registered, value, false);\n\n switch (_key) {\n case 'animation':\n case 'animationName':\n {\n string += processStyleName(_key) + \":\" + interpolated + \";\";\n break;\n }\n\n default:\n {\n if (process.env.NODE_ENV !== 'production' && _key === 'undefined') {\n console.error(UNDEFINED_AS_OBJECT_KEY_ERROR);\n }\n\n string += _key + \"{\" + interpolated + \"}\";\n }\n }\n }\n }\n }\n }\n\n return string;\n}\n\nvar labelPattern = /label:\\s*([^\\s;\\n{]+)\\s*;/g;\nvar sourceMapPattern;\n\nif (process.env.NODE_ENV !== 'production') {\n sourceMapPattern = /\\/\\*#\\ssourceMappingURL=data:application\\/json;\\S+\\s+\\*\\//;\n} // this is the cursor for keyframes\n// keyframes are stored on the SerializedStyles object as a linked list\n\n\nvar cursor;\nvar serializeStyles = function serializeStyles(args, registered, mergedProps) {\n if (args.length === 1 && typeof args[0] === 'object' && args[0] !== null && args[0].styles !== undefined) {\n return args[0];\n }\n\n var stringMode = true;\n var styles = '';\n cursor = undefined;\n var strings = args[0];\n\n if (strings == null || strings.raw === undefined) {\n stringMode = false;\n styles += handleInterpolation(mergedProps, registered, strings, false);\n } else {\n if (process.env.NODE_ENV !== 'production' && strings[0] === undefined) {\n console.error(ILLEGAL_ESCAPE_SEQUENCE_ERROR);\n }\n\n styles += strings[0];\n } // we start at 1 since we've already handled the first arg\n\n\n for (var i = 1; i < args.length; i++) {\n styles += handleInterpolation(mergedProps, registered, args[i], styles.charCodeAt(styles.length - 1) === 46);\n\n if (stringMode) {\n if (process.env.NODE_ENV !== 'production' && strings[i] === undefined) {\n console.error(ILLEGAL_ESCAPE_SEQUENCE_ERROR);\n }\n\n styles += strings[i];\n }\n }\n\n var sourceMap;\n\n if (process.env.NODE_ENV !== 'production') {\n styles = styles.replace(sourceMapPattern, function (match) {\n sourceMap = match;\n return '';\n });\n } // using a global regex with .exec is stateful so lastIndex has to be reset each time\n\n\n labelPattern.lastIndex = 0;\n var identifierName = '';\n var match; // https://esbench.com/bench/5b809c2cf2949800a0f61fb5\n\n while ((match = labelPattern.exec(styles)) !== null) {\n identifierName += '-' + // $FlowFixMe we know it's not null\n match[1];\n }\n\n var name = hashString(styles) + identifierName;\n\n if (process.env.NODE_ENV !== 'production') {\n // $FlowFixMe SerializedStyles type doesn't have toString property (and we don't want to add it)\n return {\n name: name,\n styles: styles,\n map: sourceMap,\n next: cursor,\n toString: function toString() {\n return \"You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop).\";\n }\n };\n }\n\n return {\n name: name,\n styles: styles,\n next: cursor\n };\n};\n\nexport { serializeStyles };\n","function memoize(fn) {\n var cache = {};\n return function (arg) {\n if (cache[arg] === undefined) cache[arg] = fn(arg);\n return cache[arg];\n };\n}\n\nexport default memoize;\n","import _inheritsLoose from '@babel/runtime/helpers/inheritsLoose';\nimport { createContext, forwardRef, createElement, Component } from 'react';\nimport createCache from '@emotion/cache';\nimport { getRegisteredStyles, insertStyles } from '@emotion/utils';\nimport { serializeStyles } from '@emotion/serialize';\nimport { StyleSheet } from '@emotion/sheet';\nimport css from '@emotion/css';\nexport { default as css } from '@emotion/css';\n\nvar EmotionCacheContext = createContext( // we're doing this to avoid preconstruct's dead code elimination in this one case\n// because this module is primarily intended for the browser and node\n// but it's also required in react native and similar environments sometimes\n// and we could have a special build just for that\n// but this is much easier and the native packages\n// might use a different theme context in the future anyway\ntypeof HTMLElement !== 'undefined' ? createCache() : null);\nvar ThemeContext = createContext({});\nvar CacheProvider = EmotionCacheContext.Provider;\n\nvar withEmotionCache = function withEmotionCache(func) {\n var render = function render(props, ref) {\n return createElement(EmotionCacheContext.Consumer, null, function (cache) {\n return func(props, cache, ref);\n });\n }; // $FlowFixMe\n\n\n return forwardRef(render);\n};\n\n// thus we only need to replace what is a valid character for JS, but not for CSS\n\nvar sanitizeIdentifier = function sanitizeIdentifier(identifier) {\n return identifier.replace(/\\$/g, '-');\n};\n\nvar typePropName = '__EMOTION_TYPE_PLEASE_DO_NOT_USE__';\nvar labelPropName = '__EMOTION_LABEL_PLEASE_DO_NOT_USE__';\nvar hasOwnProperty = Object.prototype.hasOwnProperty;\n\nvar render = function render(cache, props, theme, ref) {\n var cssProp = theme === null ? props.css : props.css(theme); // so that using `css` from `emotion` and passing the result to the css prop works\n // not passing the registered cache to serializeStyles because it would\n // make certain babel optimisations not possible\n\n if (typeof cssProp === 'string' && cache.registered[cssProp] !== undefined) {\n cssProp = cache.registered[cssProp];\n }\n\n var type = props[typePropName];\n var registeredStyles = [cssProp];\n var className = '';\n\n if (typeof props.className === 'string') {\n className = getRegisteredStyles(cache.registered, registeredStyles, props.className);\n } else if (props.className != null) {\n className = props.className + \" \";\n }\n\n var serialized = serializeStyles(registeredStyles);\n\n if (process.env.NODE_ENV !== 'production' && serialized.name.indexOf('-') === -1) {\n var labelFromStack = props[labelPropName];\n\n if (labelFromStack) {\n serialized = serializeStyles([serialized, 'label:' + labelFromStack + ';']);\n }\n }\n\n var rules = insertStyles(cache, serialized, typeof type === 'string');\n className += cache.key + \"-\" + serialized.name;\n var newProps = {};\n\n for (var key in props) {\n if (hasOwnProperty.call(props, key) && key !== 'css' && key !== typePropName && (process.env.NODE_ENV === 'production' || key !== labelPropName)) {\n newProps[key] = props[key];\n }\n }\n\n newProps.ref = ref;\n newProps.className = className;\n var ele = createElement(type, newProps);\n\n return ele;\n};\n\nvar Emotion =\n/* #__PURE__ */\nwithEmotionCache(function (props, cache, ref) {\n // use Context.read for the theme when it's stable\n if (typeof props.css === 'function') {\n return createElement(ThemeContext.Consumer, null, function (theme) {\n return render(cache, props, theme, ref);\n });\n }\n\n return render(cache, props, null, ref);\n});\n\nif (process.env.NODE_ENV !== 'production') {\n Emotion.displayName = 'EmotionCssPropInternal';\n} // $FlowFixMe\n\n\nvar jsx = function jsx(type, props) {\n var args = arguments;\n\n if (props == null || !hasOwnProperty.call(props, 'css')) {\n // $FlowFixMe\n return createElement.apply(undefined, args);\n }\n\n if (process.env.NODE_ENV !== 'production' && typeof props.css === 'string' && // check if there is a css declaration\n props.css.indexOf(':') !== -1) {\n throw new Error(\"Strings are not allowed as css prop values, please wrap it in a css template literal from '@emotion/css' like this: css`\" + props.css + \"`\");\n }\n\n var argsLength = args.length;\n var createElementArgArray = new Array(argsLength);\n createElementArgArray[0] = Emotion;\n var newProps = {};\n\n for (var key in props) {\n if (hasOwnProperty.call(props, key)) {\n newProps[key] = props[key];\n }\n }\n\n newProps[typePropName] = type;\n\n if (process.env.NODE_ENV !== 'production') {\n var error = new Error();\n\n if (error.stack) {\n // chrome\n var match = error.stack.match(/at (?:Object\\.|)jsx.*\\n\\s+at ([A-Z][A-Za-z$]+) /);\n\n if (!match) {\n // safari and firefox\n match = error.stack.match(/^.*\\n([A-Z][A-Za-z$]+)@/);\n }\n\n if (match) {\n newProps[labelPropName] = sanitizeIdentifier(match[1]);\n }\n }\n }\n\n createElementArgArray[1] = newProps;\n\n for (var i = 2; i < argsLength; i++) {\n createElementArgArray[i] = args[i];\n } // $FlowFixMe\n\n\n return createElement.apply(null, createElementArgArray);\n};\n\nvar warnedAboutCssPropForGlobal = false;\nvar Global =\n/* #__PURE__ */\nwithEmotionCache(function (props, cache) {\n if (process.env.NODE_ENV !== 'production' && !warnedAboutCssPropForGlobal && ( // check for className as well since the user is\n // probably using the custom createElement which\n // means it will be turned into a className prop\n // $FlowFixMe I don't really want to add it to the type since it shouldn't be used\n props.className || props.css)) {\n console.error(\"It looks like you're using the css prop on Global, did you mean to use the styles prop instead?\");\n warnedAboutCssPropForGlobal = true;\n }\n\n var styles = props.styles;\n\n if (typeof styles === 'function') {\n return createElement(ThemeContext.Consumer, null, function (theme) {\n var serialized = serializeStyles([styles(theme)]);\n return createElement(InnerGlobal, {\n serialized: serialized,\n cache: cache\n });\n });\n }\n\n var serialized = serializeStyles([styles]);\n return createElement(InnerGlobal, {\n serialized: serialized,\n cache: cache\n });\n});\n\n// maintain place over rerenders.\n// initial render from browser, insertBefore context.sheet.tags[0] or if a style hasn't been inserted there yet, appendChild\n// initial client-side render from SSR, use place of hydrating tag\nvar InnerGlobal =\n/*#__PURE__*/\nfunction (_React$Component) {\n _inheritsLoose(InnerGlobal, _React$Component);\n\n function InnerGlobal(props, context, updater) {\n return _React$Component.call(this, props, context, updater) || this;\n }\n\n var _proto = InnerGlobal.prototype;\n\n _proto.componentDidMount = function componentDidMount() {\n this.sheet = new StyleSheet({\n key: this.props.cache.key + \"-global\",\n nonce: this.props.cache.sheet.nonce,\n container: this.props.cache.sheet.container\n }); // $FlowFixMe\n\n var node = document.querySelector(\"style[data-emotion-\" + this.props.cache.key + \"=\\\"\" + this.props.serialized.name + \"\\\"]\");\n\n if (node !== null) {\n this.sheet.tags.push(node);\n }\n\n if (this.props.cache.sheet.tags.length) {\n this.sheet.before = this.props.cache.sheet.tags[0];\n }\n\n this.insertStyles();\n };\n\n _proto.componentDidUpdate = function componentDidUpdate(prevProps) {\n if (prevProps.serialized.name !== this.props.serialized.name) {\n this.insertStyles();\n }\n };\n\n _proto.insertStyles = function insertStyles$1() {\n if (this.props.serialized.next !== undefined) {\n // insert keyframes\n insertStyles(this.props.cache, this.props.serialized.next, true);\n }\n\n if (this.sheet.tags.length) {\n // if this doesn't exist then it will be null so the style element will be appended\n var element = this.sheet.tags[this.sheet.tags.length - 1].nextElementSibling;\n this.sheet.before = element;\n this.sheet.flush();\n }\n\n this.props.cache.insert(\"\", this.props.serialized, this.sheet, false);\n };\n\n _proto.componentWillUnmount = function componentWillUnmount() {\n this.sheet.flush();\n };\n\n _proto.render = function render() {\n\n return null;\n };\n\n return InnerGlobal;\n}(Component);\n\nvar keyframes = function keyframes() {\n var insertable = css.apply(void 0, arguments);\n var name = \"animation-\" + insertable.name; // $FlowFixMe\n\n return {\n name: name,\n styles: \"@keyframes \" + name + \"{\" + insertable.styles + \"}\",\n anim: 1,\n toString: function toString() {\n return \"_EMO_\" + this.name + \"_\" + this.styles + \"_EMO_\";\n }\n };\n};\n\nvar classnames = function classnames(args) {\n var len = args.length;\n var i = 0;\n var cls = '';\n\n for (; i < len; i++) {\n var arg = args[i];\n if (arg == null) continue;\n var toAdd = void 0;\n\n switch (typeof arg) {\n case 'boolean':\n break;\n\n case 'object':\n {\n if (Array.isArray(arg)) {\n toAdd = classnames(arg);\n } else {\n toAdd = '';\n\n for (var k in arg) {\n if (arg[k] && k) {\n toAdd && (toAdd += ' ');\n toAdd += k;\n }\n }\n }\n\n break;\n }\n\n default:\n {\n toAdd = arg;\n }\n }\n\n if (toAdd) {\n cls && (cls += ' ');\n cls += toAdd;\n }\n }\n\n return cls;\n};\n\nfunction merge(registered, css, className) {\n var registeredStyles = [];\n var rawClassName = getRegisteredStyles(registered, registeredStyles, className);\n\n if (registeredStyles.length < 2) {\n return className;\n }\n\n return rawClassName + css(registeredStyles);\n}\n\nvar ClassNames = withEmotionCache(function (props, context) {\n return createElement(ThemeContext.Consumer, null, function (theme) {\n var hasRendered = false;\n\n var css = function css() {\n if (hasRendered && process.env.NODE_ENV !== 'production') {\n throw new Error('css can only be used during render');\n }\n\n for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {\n args[_key] = arguments[_key];\n }\n\n var serialized = serializeStyles(args, context.registered);\n\n {\n insertStyles(context, serialized, false);\n }\n\n return context.key + \"-\" + serialized.name;\n };\n\n var cx = function cx() {\n if (hasRendered && process.env.NODE_ENV !== 'production') {\n throw new Error('cx can only be used during render');\n }\n\n for (var _len2 = arguments.length, args = new Array(_len2), _key2 = 0; _key2 < _len2; _key2++) {\n args[_key2] = arguments[_key2];\n }\n\n return merge(context.registered, css, classnames(args));\n };\n\n var content = {\n css: css,\n cx: cx,\n theme: theme\n };\n var ele = props.children(content);\n hasRendered = true;\n\n return ele;\n });\n});\n\nexport { CacheProvider, ClassNames, Global, ThemeContext, jsx, keyframes, withEmotionCache };\n","import { DataQuery, DataSourceJsonData } from '@grafana/data';\n\nexport type FieldSchema = {\n name: string;\n type: string;\n};\n\nexport interface CSVQuery extends DataQuery {\n delimiter: string;\n schema: FieldSchema[];\n header: boolean;\n ignoreUnknown: boolean;\n skipRows: number;\n timezone: string;\n decimalSeparator: string;\n\n method: string;\n path: string;\n queryParams: string;\n params: Array<Pair<string, string>>;\n headers: Array<Pair<string, string>>;\n body: string;\n\n experimental: {\n regex: boolean;\n };\n}\n\nexport const defaultQuery: Partial<CSVQuery> = {\n delimiter: ',',\n decimalSeparator: '.',\n header: true,\n ignoreUnknown: false,\n skipRows: 0,\n schema: [],\n};\n\nexport interface CSVDataSourceOptions extends DataSourceJsonData {\n storage?: string;\n queryParams?: string;\n}\n\nexport const defaultOptions: Partial<CSVDataSourceOptions> = {\n storage: 'http',\n};\n\nexport type Pair<T, K> = [T, K];\n","import {} from '@emotion/core';\nimport { DataSourcePluginOptionsEditorProps } from '@grafana/data';\nimport { DataSourceHttpSettings, Field, InlineField, LegacyForms, Legend, RadioButtonGroup } from '@grafana/ui';\nimport defaults from 'lodash/defaults';\nimport React, { ChangeEvent } from 'react';\nimport { CSVDataSourceOptions, defaultOptions } from './types';\n\nconst { Input, FormField } = LegacyForms;\n\ninterface Props extends DataSourcePluginOptionsEditorProps<CSVDataSourceOptions> {}\n\n/**\n * ConfigEditor lets the user configure connection details like the URL or\n * authentication.\n */\nexport const ConfigEditor: React.FC<Props> = ({ options, onOptionsChange }) => {\n const jsonData = defaults(options.jsonData, defaultOptions);\n\n const onParamsChange = (e: ChangeEvent<HTMLInputElement>) => {\n onOptionsChange({\n ...options,\n jsonData: {\n ...jsonData,\n queryParams: e.currentTarget.value,\n },\n });\n };\n\n const onStorageChange = (value?: string) => {\n onOptionsChange({\n ...options,\n jsonData: {\n ...jsonData,\n storage: value!,\n },\n });\n };\n\n const onLocalPathChange = (e: ChangeEvent<HTMLInputElement>) => {\n onOptionsChange({\n ...options,\n url: e.currentTarget.value,\n });\n };\n\n return (\n <>\n <Field>\n <RadioButtonGroup\n options={[\n { label: 'HTTP', value: 'http' },\n { label: 'Local', value: 'local' },\n ]}\n value={jsonData.storage}\n onChange={onStorageChange}\n />\n </Field>\n\n {jsonData.storage === 'http' ? (\n <>\n {/* DataSourceHttpSettings handles most the settings for connecting over\n HTTP. */}\n <DataSourceHttpSettings\n defaultUrl=\"http://localhost:8080\"\n dataSourceConfig={options}\n onChange={onOptionsChange}\n />\n\n {/* The Grafana proxy strips query parameters from the URL set in\n DataSourceHttpSettings. To support custom query parameters, the user need\n to set them explicitly. */}\n <h3 className=\"page-heading\">Misc</h3>\n <div className=\"gf-form-group\">\n <div className=\"gf-form-inline\">\n <div className=\"gf-form max-width-30\">\n <FormField\n label=\"Custom query parameters\"\n labelWidth={14}\n tooltip=\"Add custom parameters to your queries.\"\n inputEl={\n <Input\n className=\"width-25\"\n value={jsonData.queryParams}\n onChange={onParamsChange}\n spellCheck={false}\n placeholder=\"page=1&limit=100\"\n />\n }\n />\n </div>\n </div>\n </div>\n </>\n ) : null}\n\n {jsonData.storage === 'local' ? (\n <>\n <Legend>Local</Legend>\n <InlineField label=\"Path\" tooltip=\"Path to the CSV file.\">\n <Input value={options.url} onChange={onLocalPathChange} spellCheck={false} />\n </InlineField>\n </>\n ) : null}\n </>\n );\n};\n","import {\n DataFrame,\n DataQueryRequest,\n DataQueryResponse,\n DataSourceInstanceSettings,\n MetricFindValue,\n ScopedVars,\n} from '@grafana/data';\nimport { DataSourceWithBackend, getTemplateSrv } from '@grafana/runtime';\nimport { CSVDataSourceOptions, CSVQuery } from './types';\n\nexport class DataSource extends DataSourceWithBackend<CSVQuery, CSVDataSourceOptions> {\n jsonData: CSVDataSourceOptions;\n\n constructor(instanceSettings: DataSourceInstanceSettings<CSVDataSourceOptions>) {\n super(instanceSettings);\n\n this.jsonData = instanceSettings.jsonData;\n }\n\n applyTemplateVariables(query: CSVQuery, scopedVars: ScopedVars): Record<string, any> {\n const apply = (text: string) => getTemplateSrv().replace(text, scopedVars);\n\n return {\n ...query,\n schema: query.schema?.map(({ name, type }) => ({\n name: apply(name),\n type,\n })),\n\n // HTTP settings\n path: apply(query.path),\n queryParams: apply(query.queryParams),\n params: query.params?.map((param) => param.map(apply)),\n headers: query.headers?.map((header) => header.map(apply)),\n body: apply(query.body),\n };\n }\n\n /**\n * This line adds support for annotation queries in >=7.2.\n */\n annotations = {};\n\n async metricFindQuery?(query: CSVQuery, options: any): Promise<MetricFindValue[]> {\n const request = {\n targets: [\n {\n ...query,\n refId: 'metricFindQuery',\n },\n ],\n range: options.range,\n rangeRaw: options.rangeRaw,\n } as DataQueryRequest<CSVQuery>;\n\n let res: DataQueryResponse | undefined;\n\n try {\n res = await this.query(request).toPromise();\n } catch (err) {\n return Promise.reject(err);\n }\n\n if (res && (!res.data.length || !res.data[0].fields.length)) {\n return [];\n }\n\n return res ? (res.data[0] as DataFrame).fields[0].values.toArray().map((_) => ({ text: _.toString() })) : [];\n }\n}\n","import { SelectableValue } from '@grafana/data';\nimport { InlineField, QueryField, Select } from '@grafana/ui';\nimport React, { useEffect, useState } from 'react';\nimport { FieldSchema } from 'types';\n\ninterface Props {\n field: FieldSchema;\n onFieldChange: (field: FieldSchema) => void;\n}\n\nexport const CSVQueryField = ({ field, onFieldChange }: Props) => {\n const [name, setName] = useState(field.name);\n\n useEffect(() => {\n setName(field.name);\n }, [field]);\n\n const onNameChange = (value: string) => setName(value);\n const onTypeChange = (selectableValue: SelectableValue<string>) => {\n onFieldChange({ ...field, type: selectableValue.value! });\n };\n\n return (\n <>\n <InlineField label=\"Field\" tooltip={`Name of the CSV column to include.`} grow>\n <QueryField\n query={name}\n onRunQuery={() => onFieldChange({ ...field, name })}\n onChange={onNameChange}\n portalOrigin=\"csv\"\n />\n </InlineField>\n <InlineField label=\"Type\" tooltip=\"Set the type of a field. By default, all fields have type String.\">\n <Select\n width={12}\n value={field.type}\n onChange={onTypeChange}\n options={[\n { label: 'String', value: 'string' },\n { label: 'Number', value: 'number' },\n { label: 'Time', value: 'time' },\n { label: 'Boolean', value: 'boolean' },\n ]}\n />\n </InlineField>\n </>\n );\n};\n","import {} from '@emotion/core';\nimport { Icon, InlineFieldRow } from '@grafana/ui';\nimport React, { useEffect, useState } from 'react';\nimport { FieldSchema } from '../types';\nimport { CSVQueryField } from './CSVQueryField';\n\ninterface Props {\n value: FieldSchema[];\n onChange: (value: FieldSchema[]) => void;\n limit?: number;\n}\n\nexport const SchemaEditor = ({ value, onChange, limit }: Props) => {\n const [internalValue, setInternalValue] = useState(value);\n\n useEffect(() => {\n setInternalValue(value);\n }, [value]);\n\n const onFieldChange = (idx: number) => (fieldSchema: FieldSchema) => {\n const res = internalValue.map((field, i) => (i === idx ? fieldSchema : field));\n setInternalValue(res);\n onChange(res);\n };\n const onAppendField = () => {\n if (!limit || value.length < limit) {\n const res = [...internalValue, { name: '', type: 'string' }];\n setInternalValue(res);\n onChange(res);\n }\n };\n const onAddField = (idx: number) => {\n if (!limit || value.length < limit) {\n const res = [...internalValue.slice(0, idx + 1), { name: '', type: 'string' }, ...internalValue.slice(idx + 1)];\n setInternalValue(res);\n onChange(res);\n }\n };\n const onRemoveField = (idx: number) => {\n const res = internalValue.filter((_, i) => i !== idx);\n setInternalValue(res);\n onChange(res);\n };\n\n if (!internalValue.length) {\n onAppendField();\n }\n\n return (\n <>\n {internalValue.map((_, i) => (\n <InlineFieldRow key={i}>\n <CSVQueryField field={_} onFieldChange={onFieldChange(i)} />\n\n {(!limit || value.length < limit) && (\n <a className=\"gf-form-label\">\n <Icon name=\"plus\" size=\"lg\" onClick={() => onAddField(i)} />\n </a>\n )}\n {internalValue.length > 1 && (\n <a className=\"gf-form-label\">\n <Icon name=\"minus\" size=\"lg\" onClick={() => onRemoveField(i)} />\n </a>\n )}\n </InlineFieldRow>\n ))}\n </>\n );\n};\n","import { SelectableValue } from '@grafana/data';\nimport { InlineField, InlineFieldRow, InlineSwitch, Input, Select, Switch } from '@grafana/ui';\nimport defaults from 'lodash/defaults';\nimport React, { FormEvent, useState } from 'react';\nimport { CSVQuery, defaultQuery, FieldSchema } from '../types';\nimport { SchemaEditor } from './SchemaEditor';\nimport momentTz from 'moment-timezone';\n\ninterface Props {\n query: CSVQuery;\n onChange: (query: CSVQuery) => void;\n onRunQuery: () => void;\n limit?: number;\n editorContext: string;\n}\n\nexport const FieldEditor = ({ query, onChange, onRunQuery, limit, editorContext }: Props) => {\n const { header, skipRows, delimiter, decimalSeparator, ignoreUnknown, schema, timezone } = defaults(\n query,\n defaultQuery\n );\n\n const [numSkipRows, setNumSkipRows] = useState(skipRows?.toString());\n\n const delimiterOptions = [\n { label: 'Comma', value: ',' },\n { label: 'Semicolon', value: ';' },\n { label: 'Tab', value: '\\t' },\n ];\n\n const tzData = momentTz.tz.names().map((s: string) => ({ label: s, value: s }));\n\n const onTzChange = (value: SelectableValue<string>) => {\n onChange({ ...query, timezone: value.value ?? 'UTC' });\n onRunQuery();\n };\n\n const onDelimiterChange = (value: SelectableValue<string>) => {\n onChange({ ...query, delimiter: value.value ?? ',' });\n onRunQuery();\n };\n\n const decimalSeparatorOptions = [\n { label: 'Point', value: '.' },\n { label: 'Comma', value: ',' },\n ];\n\n const onDecimalSeparatorChange = (value: SelectableValue<string>) => {\n onChange({ ...query, decimalSeparator: value.value ?? '.' });\n onRunQuery();\n };\n\n const onIgnoreUnknownChange = (e: FormEvent<HTMLInputElement>) => {\n onChange({ ...query, ignoreUnknown: e.currentTarget.checked });\n onRunQuery();\n };\n\n const onHeaderChange = (e: FormEvent<HTMLInputElement>) => {\n onChange({ ...query, header: e.currentTarget.checked });\n onRunQuery();\n };\n\n const onSkipRowsChange = (e: FormEvent<HTMLInputElement>) => {\n setNumSkipRows(e.currentTarget.value);\n };\n\n const onSchemaChange = (fields: FieldSchema[]) => {\n onChange({ ...query, schema: fields });\n onRunQuery();\n };\n\n const InlineSwitchFallback = InlineSwitch ?? Switch;\n\n return (\n <>\n <InlineFieldRow>\n <InlineField label=\"Delimiter\" tooltip=\"Character used to separate columns\">\n <Select\n width={13}\n value={delimiterOptions.find((_) => _.value === delimiter)}\n onChange={onDelimiterChange}\n options={delimiterOptions}\n />\n </InlineField>\n <InlineField\n label=\"Decimal separator\"\n tooltip=\"Character used to separate the integral part from the fractional part of numbers.\"\n >\n <Select\n width={13}\n value={decimalSeparatorOptions.find((_) => _.value === decimalSeparator)}\n onChange={onDecimalSeparatorChange}\n options={decimalSeparatorOptions}\n />\n </InlineField>\n <InlineField label=\"Skip leading rows\" tooltip=\"Number of rows to skip before looking for header\">\n <Input\n width={5}\n value={numSkipRows}\n onChange={onSkipRowsChange}\n onBlur={() => {\n onChange({ ...query, skipRows: parseInt(numSkipRows, 10) });\n onRunQuery();\n }}\n />\n </InlineField>\n <InlineField label=\"Header\" tooltip=\"Data contains a header row with field names\">\n <InlineSwitchFallback value={header} onChange={onHeaderChange} />\n </InlineField>\n <InlineField\n disabled={editorContext === 'variables'}\n label=\"Ignore unknown\"\n tooltip=\"Ignore fields that aren't defined in the schema\"\n >\n <InlineSwitchFallback value={ignoreUnknown} onChange={onIgnoreUnknownChange} />\n </InlineField>\n <InlineField label=\"Timezone\" tooltip=\"Timezone timestamps without explicit Zone are parsed in\">\n <Select width={20} value={tzData.find((_) => _.value === timezone)} onChange={onTzChange} options={tzData} />\n </InlineField>\n </InlineFieldRow>\n\n <SchemaEditor value={schema} onChange={onSchemaChange} limit={limit} />\n </>\n );\n};\n","import { createElement, PureComponent } from 'react';\n\nvar classCallCheck = function (instance, Constructor) {\n if (!(instance instanceof Constructor)) {\n throw new TypeError(\"Cannot call a class as a function\");\n }\n};\n\nvar createClass = function () {\n function defineProperties(target, props) {\n for (var i = 0; i < props.length; i++) {\n var descriptor = props[i];\n descriptor.enumerable = descriptor.enumerable || false;\n descriptor.configurable = true;\n if (\"value\" in descriptor) descriptor.writable = true;\n Object.defineProperty(target, descriptor.key, descriptor);\n }\n }\n\n return function (Constructor, protoProps, staticProps) {\n if (protoProps) defineProperties(Constructor.prototype, protoProps);\n if (staticProps) defineProperties(Constructor, staticProps);\n return Constructor;\n };\n}();\n\nvar _extends = Object.assign || function (target) {\n for (var i = 1; i < arguments.length; i++) {\n var source = arguments[i];\n\n for (var key in source) {\n if (Object.prototype.hasOwnProperty.call(source, key)) {\n target[key] = source[key];\n }\n }\n }\n\n return target;\n};\n\nvar inherits = function (subClass, superClass) {\n if (typeof superClass !== \"function\" && superClass !== null) {\n throw new TypeError(\"Super expression must either be null or a function, not \" + typeof superClass);\n }\n\n subClass.prototype = Object.create(superClass && superClass.prototype, {\n constructor: {\n value: subClass,\n enumerable: false,\n writable: true,\n configurable: true\n }\n });\n if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass;\n};\n\nvar possibleConstructorReturn = function (self, call) {\n if (!self) {\n throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\");\n }\n\n return call && (typeof call === \"object\" || typeof call === \"function\") ? call : self;\n};\n\nvar slicedToArray = function () {\n function sliceIterator(arr, i) {\n var _arr = [];\n var _n = true;\n var _d = false;\n var _e = undefined;\n\n try {\n for (var _i = arr[Symbol.iterator](), _s; !(_n = (_s = _i.next()).done); _n = true) {\n _arr.push(_s.value);\n\n if (i && _arr.length === i) break;\n }\n } catch (err) {\n _d = true;\n _e = err;\n } finally {\n try {\n if (!_n && _i[\"return\"]) _i[\"return\"]();\n } finally {\n if (_d) throw _e;\n }\n }\n\n return _arr;\n }\n\n return function (arr, i) {\n if (Array.isArray(arr)) {\n return arr;\n } else if (Symbol.iterator in Object(arr)) {\n return sliceIterator(arr, i);\n } else {\n throw new TypeError(\"Invalid attempt to destructure non-iterable instance\");\n }\n };\n}();\n\n/**\n * Detect Element Resize.\n * https://github.com/sdecima/javascript-detect-element-resize\n * Sebastian Decima\n *\n * Forked from version 0.5.3; includes the following modifications:\n * 1) Guard against unsafe 'window' and 'document' references (to support SSR).\n * 2) Defer initialization code via a top-level function wrapper (to support SSR).\n * 3) Avoid unnecessary reflows by not measuring size for scroll events bubbling from children.\n * 4) Add nonce for style element.\n **/\n\n// Check `document` and `window` in case of server-side rendering\nvar windowObject = void 0;\nif (typeof window !== 'undefined') {\n windowObject = window;\n\n // eslint-disable-next-line no-restricted-globals\n} else if (typeof self !== 'undefined') {\n // eslint-disable-next-line no-restricted-globals\n windowObject = self;\n} else {\n windowObject = global;\n}\n\nvar cancelFrame = null;\nvar requestFrame = null;\n\nvar TIMEOUT_DURATION = 20;\n\nvar clearTimeoutFn = windowObject.clearTimeout;\nvar setTimeoutFn = windowObject.setTimeout;\n\nvar cancelAnimationFrameFn = windowObject.cancelAnimationFrame || windowObject.mozCancelAnimationFrame || windowObject.webkitCancelAnimationFrame;\n\nvar requestAnimationFrameFn = windowObject.requestAnimationFrame || windowObject.mozRequestAnimationFrame || windowObject.webkitRequestAnimationFrame;\n\nif (cancelAnimationFrameFn == null || requestAnimationFrameFn == null) {\n // For environments that don't support animation frame,\n // fallback to a setTimeout based approach.\n cancelFrame = clearTimeoutFn;\n requestFrame = function requestAnimationFrameViaSetTimeout(callback) {\n return setTimeoutFn(callback, TIMEOUT_DURATION);\n };\n} else {\n // Counter intuitively, environments that support animation frames can be trickier.\n // Chrome's \"Throttle non-visible cross-origin iframes\" flag can prevent rAFs from being called.\n // In this case, we should fallback to a setTimeout() implementation.\n cancelFrame = function cancelFrame(_ref) {\n var _ref2 = slicedToArray(_ref, 2),\n animationFrameID = _ref2[0],\n timeoutID = _ref2[1];\n\n cancelAnimationFrameFn(animationFrameID);\n clearTimeoutFn(timeoutID);\n };\n requestFrame = function requestAnimationFrameWithSetTimeoutFallback(callback) {\n var animationFrameID = requestAnimationFrameFn(function animationFrameCallback() {\n clearTimeoutFn(timeoutID);\n callback();\n });\n\n var timeoutID = setTimeoutFn(function timeoutCallback() {\n cancelAnimationFrameFn(animationFrameID);\n callback();\n }, TIMEOUT_DURATION);\n\n return [animationFrameID, timeoutID];\n };\n}\n\nfunction createDetectElementResize(nonce) {\n var animationKeyframes = void 0;\n var animationName = void 0;\n var animationStartEvent = void 0;\n var animationStyle = void 0;\n var checkTriggers = void 0;\n var resetTriggers = void 0;\n var scrollListener = void 0;\n\n var attachEvent = typeof document !== 'undefined' && document.attachEvent;\n if (!attachEvent) {\n resetTriggers = function resetTriggers(element) {\n var triggers = element.__resizeTriggers__,\n expand = triggers.firstElementChild,\n contract = triggers.lastElementChild,\n expandChild = expand.firstElementChild;\n contract.scrollLeft = contract.scrollWidth;\n contract.scrollTop = contract.scrollHeight;\n expandChild.style.width = expand.offsetWidth + 1 + 'px';\n expandChild.style.height = expand.offsetHeight + 1 + 'px';\n expand.scrollLeft = expand.scrollWidth;\n expand.scrollTop = expand.scrollHeight;\n };\n\n checkTriggers = function checkTriggers(element) {\n return element.offsetWidth !== element.__resizeLast__.width || element.offsetHeight !== element.__resizeLast__.height;\n };\n\n scrollListener = function scrollListener(e) {\n // Don't measure (which forces) reflow for scrolls that happen inside of children!\n if (e.target.className && typeof e.target.className.indexOf === 'function' && e.target.className.indexOf('contract-trigger') < 0 && e.target.className.indexOf('expand-trigger') < 0) {\n return;\n }\n\n var element = this;\n resetTriggers(this);\n if (this.__resizeRAF__) {\n cancelFrame(this.__resizeRAF__);\n }\n this.__resizeRAF__ = requestFrame(function animationFrame() {\n if (checkTriggers(element)) {\n element.__resizeLast__.width = element.offsetWidth;\n element.__resizeLast__.height = element.offsetHeight;\n element.__resizeListeners__.forEach(function forEachResizeListener(fn) {\n fn.call(element, e);\n });\n }\n });\n };\n\n /* Detect CSS Animations support to detect element display/re-attach */\n var animation = false;\n var keyframeprefix = '';\n animationStartEvent = 'animationstart';\n var domPrefixes = 'Webkit Moz O ms'.split(' ');\n var startEvents = 'webkitAnimationStart animationstart oAnimationStart MSAnimationStart'.split(' ');\n var pfx = '';\n {\n var elm = document.createElement('fakeelement');\n if (elm.style.animationName !== undefined) {\n animation = true;\n }\n\n if (animation === false) {\n for (var i = 0; i < domPrefixes.length; i++) {\n if (elm.style[domPrefixes[i] + 'AnimationName'] !== undefined) {\n pfx = domPrefixes[i];\n keyframeprefix = '-' + pfx.toLowerCase() + '-';\n animationStartEvent = startEvents[i];\n animation = true;\n break;\n }\n }\n }\n }\n\n animationName = 'resizeanim';\n animationKeyframes = '@' + keyframeprefix + 'keyframes ' + animationName + ' { from { opacity: 0; } to { opacity: 0; } } ';\n animationStyle = keyframeprefix + 'animation: 1ms ' + animationName + '; ';\n }\n\n var createStyles = function createStyles(doc) {\n if (!doc.getElementById('detectElementResize')) {\n //opacity:0 works around a chrome bug https://code.google.com/p/chromium/issues/detail?id=286360\n var css = (animationKeyframes ? animationKeyframes : '') + '.resize-triggers { ' + (animationStyle ? animationStyle : '') + 'visibility: hidden; opacity: 0; } ' + '.resize-triggers, .resize-triggers > div, .contract-trigger:before { content: \" \"; display: block; position: absolute; top: 0; left: 0; height: 100%; width: 100%; overflow: hidden; z-index: -1; } .resize-triggers > div { background: #eee; overflow: auto; } .contract-trigger:before { width: 200%; height: 200%; }',\n head = doc.head || doc.getElementsByTagName('head')[0],\n style = doc.createElement('style');\n\n style.id = 'detectElementResize';\n style.type = 'text/css';\n\n if (nonce != null) {\n style.setAttribute('nonce', nonce);\n }\n\n if (style.styleSheet) {\n style.styleSheet.cssText = css;\n } else {\n style.appendChild(doc.createTextNode(css));\n }\n\n head.appendChild(style);\n }\n };\n\n var addResizeListener = function addResizeListener(element, fn) {\n if (attachEvent) {\n element.attachEvent('onresize', fn);\n } else {\n if (!element.__resizeTriggers__) {\n var doc = element.ownerDocument;\n var elementStyle = windowObject.getComputedStyle(element);\n if (elementStyle && elementStyle.position === 'static') {\n element.style.position = 'relative';\n }\n createStyles(doc);\n element.__resizeLast__ = {};\n element.__resizeListeners__ = [];\n (element.__resizeTriggers__ = doc.createElement('div')).className = 'resize-triggers';\n var expandTrigger = doc.createElement('div');\n expandTrigger.className = 'expand-trigger';\n expandTrigger.appendChild(doc.createElement('div'));\n var contractTrigger = doc.createElement('div');\n contractTrigger.className = 'contract-trigger';\n element.__resizeTriggers__.appendChild(expandTrigger);\n element.__resizeTriggers__.appendChild(contractTrigger);\n element.appendChild(element.__resizeTriggers__);\n resetTriggers(element);\n element.addEventListener('scroll', scrollListener, true);\n\n /* Listen for a css animation to detect element display/re-attach */\n if (animationStartEvent) {\n element.__resizeTriggers__.__animationListener__ = function animationListener(e) {\n if (e.animationName === animationName) {\n resetTriggers(element);\n }\n };\n element.__resizeTriggers__.addEventListener(animationStartEvent, element.__resizeTriggers__.__animationListener__);\n }\n }\n element.__resizeListeners__.push(fn);\n }\n };\n\n var removeResizeListener = function removeResizeListener(element, fn) {\n if (attachEvent) {\n element.detachEvent('onresize', fn);\n } else {\n element.__resizeListeners__.splice(element.__resizeListeners__.indexOf(fn), 1);\n if (!element.__resizeListeners__.length) {\n element.removeEventListener('scroll', scrollListener, true);\n if (element.__resizeTriggers__.__animationListener__) {\n element.__resizeTriggers__.removeEventListener(animationStartEvent, element.__resizeTriggers__.__animationListener__);\n element.__resizeTriggers__.__animationListener__ = null;\n }\n try {\n element.__resizeTriggers__ = !element.removeChild(element.__resizeTriggers__);\n } catch (e) {\n // Preact compat; see developit/preact-compat/issues/228\n }\n }\n }\n };\n\n return {\n addResizeListener: addResizeListener,\n removeResizeListener: removeResizeListener\n };\n}\n\nvar AutoSizer = function (_React$PureComponent) {\n inherits(AutoSizer, _React$PureComponent);\n\n function AutoSizer() {\n var _ref;\n\n var _temp, _this, _ret;\n\n classCallCheck(this, AutoSizer);\n\n for (var _len = arguments.length, args = Array(_len), _key = 0; _key < _len; _key++) {\n args[_key] = arguments[_key];\n }\n\n return _ret = (_temp = (_this = possibleConstructorReturn(this, (_ref = AutoSizer.__proto__ || Object.getPrototypeOf(AutoSizer)).call.apply(_ref, [this].concat(args))), _this), _this.state = {\n height: _this.props.defaultHeight || 0,\n width: _this.props.defaultWidth || 0\n }, _this._onResize = function () {\n var _this$props = _this.props,\n disableHeight = _this$props.disableHeight,\n disableWidth = _this$props.disableWidth,\n onResize = _this$props.onResize;\n\n\n if (_this._parentNode) {\n // Guard against AutoSizer component being removed from the DOM immediately after being added.\n // This can result in invalid style values which can result in NaN values if we don't handle them.\n // See issue #150 for more context.\n\n var _height = _this._parentNode.offsetHeight || 0;\n var _width = _this._parentNode.offsetWidth || 0;\n\n var _style = window.getComputedStyle(_this._parentNode) || {};\n var paddingLeft = parseInt(_style.paddingLeft, 10) || 0;\n var paddingRight = parseInt(_style.paddingRight, 10) || 0;\n var paddingTop = parseInt(_style.paddingTop, 10) || 0;\n var paddingBottom = parseInt(_style.paddingBottom, 10) || 0;\n\n var newHeight = _height - paddingTop - paddingBottom;\n var newWidth = _width - paddingLeft - paddingRight;\n\n if (!disableHeight && _this.state.height !== newHeight || !disableWidth && _this.state.width !== newWidth) {\n _this.setState({\n height: _height - paddingTop - paddingBottom,\n width: _width - paddingLeft - paddingRight\n });\n\n onResize({ height: _height, width: _width });\n }\n }\n }, _this._setRef = function (autoSizer) {\n _this._autoSizer = autoSizer;\n }, _temp), possibleConstructorReturn(_this, _ret);\n }\n\n createClass(AutoSizer, [{\n key: 'componentDidMount',\n value: function componentDidMount() {\n var nonce = this.props.nonce;\n\n if (this._autoSizer && this._autoSizer.parentNode && this._autoSizer.parentNode.ownerDocument && this._autoSizer.parentNode.ownerDocument.defaultView && this._autoSizer.parentNode instanceof this._autoSizer.parentNode.ownerDocument.defaultView.HTMLElement) {\n // Delay access of parentNode until mount.\n // This handles edge-cases where the component has already been unmounted before its ref has been set,\n // As well as libraries like react-lite which have a slightly different lifecycle.\n this._parentNode = this._autoSizer.parentNode;\n\n // Defer requiring resize handler in order to support server-side rendering.\n // See issue #41\n this._detectElementResize = createDetectElementResize(nonce);\n this._detectElementResize.addResizeListener(this._parentNode, this._onResize);\n\n this._onResize();\n }\n }\n }, {\n key: 'componentWillUnmount',\n value: function componentWillUnmount() {\n if (this._detectElementResize && this._parentNode) {\n this._detectElementResize.removeResizeListener(this._parentNode, this._onResize);\n }\n }\n }, {\n key: 'render',\n value: function render() {\n var _props = this.props,\n children = _props.children,\n className = _props.className,\n disableHeight = _props.disableHeight,\n disableWidth = _props.disableWidth,\n style = _props.style;\n var _state = this.state,\n height = _state.height,\n width = _state.width;\n\n // Outer div should not force width/height since that may prevent containers from shrinking.\n // Inner component should overflow and use calculated width/height.\n // See issue #68 for more information.\n\n var outerStyle = { overflow: 'visible' };\n var childParams = {};\n\n // Avoid rendering children before the initial measurements have been collected.\n // At best this would just be wasting cycles.\n var bailoutOnChildren = false;\n\n if (!disableHeight) {\n if (height === 0) {\n bailoutOnChildren = true;\n }\n outerStyle.height = 0;\n childParams.height = height;\n }\n\n if (!disableWidth) {\n if (width === 0) {\n bailoutOnChildren = true;\n }\n outerStyle.width = 0;\n childParams.width = width;\n }\n\n return createElement(\n 'div',\n {\n className: className,\n ref: this._setRef,\n style: _extends({}, outerStyle, style)\n },\n !bailoutOnChildren && children(childParams)\n );\n }\n }]);\n return AutoSizer;\n}(PureComponent);\n\nAutoSizer.defaultProps = {\n onResize: function onResize() {},\n disableHeight: false,\n disableWidth: false,\n style: {}\n};\n\nexport default AutoSizer;\n","import { GrafanaTheme } from '@grafana/data';\nimport { Button, Icon, stylesFactory, useTheme } from '@grafana/ui';\nimport { css } from 'emotion';\nimport React from 'react';\nimport { Pair } from '../types';\n\ninterface Props {\n columns: string[];\n values: Array<Pair<string, string>>;\n addRowLabel: string;\n\n onChange: (rows: Array<Pair<string, string>>) => void;\n onBlur: () => void;\n}\n\nexport const KeyValueEditor = ({ columns, values, onChange, addRowLabel, onBlur }: Props) => {\n const theme = useTheme();\n const styles = getStyles(theme);\n\n const updateCell = (colIdx: number, rowIdx: number, value: string) => {\n onChange(\n values.map(([key, val], idx) => {\n if (rowIdx === idx) {\n if (colIdx === 0) {\n return [value, val];\n } else if (colIdx === 1) {\n return [key, value];\n } else {\n return [key, val];\n }\n }\n return [key, val];\n })\n );\n };\n\n const addRow = (i: number) => {\n onChange([...values.slice(0, i + 1), ['', ''], ...values.slice(i + 1)]);\n };\n\n const removeRow = (i: number) => {\n onChange([...values.slice(0, i), ...values.slice(i + 1)]);\n };\n\n return values.length === 0 ? (\n <Button\n variant=\"secondary\"\n onClick={() => {\n addRow(0);\n }}\n >\n {addRowLabel}\n </Button>\n ) : (\n <table className={styles.root}>\n <thead className={styles.thead}>\n <tr className={styles.row}>\n {columns.map((_, key) => (\n <th key={key} className={styles.th}>\n {_}\n </th>\n ))}\n <th className={styles.th}></th>\n </tr>\n </thead>\n <tbody className={styles.tbody}>\n {values.map((row, rowIdx) => (\n <tr key={rowIdx} className={styles.row}>\n {row.map((cell, colIdx) => (\n <td key={colIdx} className={styles.td}>\n <input\n value={cell}\n onChange={(e) => updateCell(colIdx, rowIdx, e.currentTarget.value)}\n onBlur={onBlur}\n className={styles.input}\n />\n </td>\n ))}\n <td className={styles.td}>\n <div\n className={css`\n display: flex;\n & > * {\n margin-right: ${theme.spacing.xs};\n }\n & > *:last-child {\n margin-right: 0;\n }\n `}\n >\n <a\n className={css`\n display: flex;\n background: ${theme.colors.bg2};\n padding: ${theme.spacing.xs} ${theme.spacing.sm};\n align-items: center;\n border-radius: ${theme.border.radius.sm};\n `}\n onClick={() => addRow(rowIdx)}\n >\n <Icon name=\"plus\" />\n </a>\n <a\n className={css`\n display: flex;\n background: ${theme.colors.bg2};\n padding: ${theme.spacing.xs} ${theme.spacing.sm};\n align-items: center;\n border-radius: ${theme.border.radius.sm};\n `}\n onClick={() => removeRow(rowIdx)}\n >\n <Icon name=\"minus\" />\n </a>\n </div>\n </td>\n </tr>\n ))}\n </tbody>\n </table>\n );\n};\n\nconst getStyles = stylesFactory((theme: GrafanaTheme) => {\n return {\n root: css`\n table-layout: auto;\n border: 1px solid ${theme.colors.formInputBorder};\n border-collapse: separate;\n border-radius: ${theme.border.radius.sm};\n border-spacing: 0;\n border-left: 0;\n width: 100%;\n `,\n thead: css`\n display: table-header-group;\n vertical-align: middle;\n border-color: inherit;\n border-collapse: separate;\n\n &:first-child tr:first-child th:first-child {\n border-radius: ${theme.border.radius.sm} 0 0 0;\n }\n &:last-child tr:last-child th:first-child {\n border-radius: 0 0 0 ${theme.border.radius.sm};\n }\n `,\n tbody: css`\n &:first-child tr:first-child td:first-child {\n border-radius: ${theme.border.radius.sm} 0 0 0;\n }\n\n &:last-child tr:last-child td:first-child {\n border-radius: 0 0 0 ${theme.border.radius.sm};\n }\n `,\n input: css`\n outline: none;\n border: 0;\n background: transparent;\n width: 100%;\n `,\n row: css`\n display: table-row;\n vertical-align: inherit;\n border-color: inherit;\n `,\n th: css`\n padding: ${theme.spacing.xs} ${theme.spacing.sm};\n border-left: solid ${theme.colors.formInputBorder} 1px;\n font-size: ${theme.typography.size.sm};\n color: ${theme.colors.textSemiWeak};\n font-weight: ${theme.typography.weight.regular};\n\n &:last-child {\n border-left: 0;\n }\n `,\n td: css`\n padding: ${theme.spacing.xs} ${theme.spacing.sm};\n border: 1px solid transparent;\n border-left: solid ${theme.colors.formInputBorder} 1px;\n border-top: solid ${theme.colors.formInputBorder} 1px;\n background-color: ${theme.colors.formInputBg};\n &:last-child {\n border-left: 0;\n width: 32px;\n padding-left: 0;\n padding-right: ${theme.spacing.xs};\n }\n `,\n };\n});\n","import {} from '@emotion/core';\nimport { InlineField, InlineFieldRow, Input, Select } from '@grafana/ui';\nimport React from 'react';\n\ninterface Props {\n method: string;\n onMethodChange: (method: string) => void;\n path: string;\n onPathChange: (path: string) => void;\n}\n\nexport const PathEditor = ({ method, onMethodChange, path, onPathChange }: Props) => {\n return (\n <InlineFieldRow>\n <InlineField>\n <Select\n value={method}\n options={[\n { label: 'GET', value: 'GET' },\n { label: 'POST', value: 'POST' },\n ]}\n onChange={(v) => onMethodChange(v.value ?? 'GET')}\n />\n </InlineField>\n <InlineField grow>\n <Input placeholder=\"/orders/${orderId}\" value={path} onChange={(e) => onPathChange(e.currentTarget.value)} />\n </InlineField>\n </InlineFieldRow>\n );\n};\n","import { TimeRange } from '@grafana/data';\nimport { CodeEditor, InfoBox, InlineField, InlineFieldRow, Input, RadioButtonGroup, useTheme } from '@grafana/ui';\nimport { DataSource } from 'datasource';\nimport { css } from 'emotion';\nimport defaults from 'lodash/defaults';\nimport React, { useState } from 'react';\nimport AutoSizer from 'react-virtualized-auto-sizer';\nimport { CSVQuery, defaultQuery, Pair } from '../types';\nimport { KeyValueEditor } from './KeyValueEditor';\nimport { PathEditor } from './PathEditor';\n\n// Display a warning message when user adds any of the following headers.\nconst sensitiveHeaders = ['authorization', 'proxy-authorization', 'x-api-key'];\n\ninterface Props {\n onChange: (query: CSVQuery) => void;\n onRunQuery: () => void;\n query: CSVQuery;\n limitFields?: number;\n datasource: DataSource;\n range?: TimeRange;\n\n fieldsTab: React.ReactNode;\n experimentalTab: React.ReactNode;\n}\n\nexport const TabbedQueryEditor = ({ query, onChange, onRunQuery, fieldsTab, experimentalTab, datasource }: Props) => {\n const [bodyType, setBodyType] = useState('plaintext');\n const [tabIndex, setTabIndex] = useState(0);\n const theme = useTheme();\n\n const q = defaults(query, defaultQuery);\n\n const onBodyChange = (body: string) => {\n onChange({ ...q, body });\n onRunQuery();\n };\n\n const onParamsChange = (params: Array<Pair<string, string>>) => {\n onChange({ ...q, params });\n onRunQuery();\n };\n\n const onHeadersChange = (headers: Array<Pair<string, string>>) => {\n onChange({ ...q, headers });\n onRunQuery();\n };\n\n const tabs = [\n {\n title: 'Fields',\n disabled: false,\n content: fieldsTab,\n },\n {\n title: 'Path',\n disabled: false,\n content:\n datasource.jsonData.storage === 'http' ? (\n <PathEditor\n method={q.method ?? 'GET'}\n onMethodChange={(method) => {\n onChange({ ...q, method });\n onRunQuery();\n }}\n path={q.path ?? ''}\n onPathChange={(path) => {\n onChange({ ...q, path: path });\n onRunQuery();\n }}\n />\n ) : (\n <InlineField\n label=\"Relative path\"\n tooltip={'The path here is relative to the URL defined in the data source configuration.'}\n >\n <Input\n placeholder={'file.csv'}\n value={q.path ?? ''}\n onChange={(e) => {\n onChange({ ...q, path: e.currentTarget.value });\n onRunQuery();\n }}\n />\n </InlineField>\n ),\n },\n {\n title: 'Params',\n disabled: datasource.jsonData.storage !== 'http',\n content: (\n <KeyValueEditor\n addRowLabel={'Add param'}\n columns={['Key', 'Value']}\n values={q.params ?? []}\n onChange={onParamsChange}\n onBlur={() => onRunQuery()}\n />\n ),\n },\n {\n title: 'Headers',\n disabled: datasource.jsonData.storage !== 'http',\n content: (\n <KeyValueEditor\n addRowLabel={'Add header'}\n columns={['Key', 'Value']}\n values={q.headers ?? []}\n onChange={onHeadersChange}\n onBlur={() => onRunQuery()}\n />\n ),\n },\n {\n title: 'Body',\n disabled: datasource.jsonData.storage !== 'http',\n content: (\n <>\n <InlineFieldRow>\n <InlineField label=\"Syntax highlighting\">\n <RadioButtonGroup\n value={bodyType}\n onChange={(v) => setBodyType(v ?? 'plaintext')}\n options={[\n { label: 'Text', value: 'plaintext' },\n { label: 'JSON', value: 'json' },\n { label: 'XML', value: 'xml' },\n ]}\n />\n </InlineField>\n </InlineFieldRow>\n <InlineFieldRow>\n <AutoSizer\n disableHeight\n className={css`\n margin-bottom: ${theme.spacing.sm};\n `}\n >\n {({ width }) => (\n <CodeEditor\n value={q.body || ''}\n language={bodyType}\n width={width}\n height=\"200px\"\n showMiniMap={false}\n showLineNumbers={true}\n onBlur={onBodyChange}\n />\n )}\n </AutoSizer>\n </InlineFieldRow>\n </>\n ),\n },\n {\n title: 'Experimental',\n disabled: false,\n content: experimentalTab,\n },\n ].filter((tab) => !tab.disabled);\n\n return (\n <>\n {tabs.length > 1 && (\n <InlineFieldRow>\n <InlineField>\n <RadioButtonGroup\n onChange={(e) => setTabIndex(e ?? 0)}\n value={tabIndex}\n options={tabs.map((tab, idx) => ({ label: tab.title, value: idx }))}\n />\n </InlineField>\n </InlineFieldRow>\n )}\n\n {q.method === 'GET' && q.body && (\n <InfoBox severity=\"warning\" style={{ maxWidth: '700px', whiteSpace: 'normal' }}>\n {\"GET requests can't have a body. The body you've defined will be ignored.\"}\n </InfoBox>\n )}\n\n {(q.headers ?? []).map(([key, _]) => key.toLowerCase()).find((_) => sensitiveHeaders.includes(_)) && (\n <InfoBox severity=\"warning\" style={{ maxWidth: '700px', whiteSpace: 'normal' }}>\n {\n \"It looks like you're adding credentials in the header. Since queries are stored unencrypted, it's strongly recommended that you add any secrets to the data source config instead.\"\n }\n </InfoBox>\n )}\n\n {tabs[tabIndex].content}\n </>\n );\n};\n\nexport const formatCacheTimeLabel = (s: number) => {\n if (s < 60) {\n return s + 's';\n } else if (s < 3600) {\n return s / 60 + 'm';\n }\n\n return s / 3600 + 'h';\n};\n","import { QueryEditorProps } from '@grafana/data';\nimport { InfoBox, InlineField, InlineFieldRow, InlineSwitch, Switch } from '@grafana/ui';\nimport { FieldEditor } from 'components/FieldEditor';\nimport { TabbedQueryEditor } from 'components/TabbedQueryEditor';\nimport { DataSource } from 'datasource';\nimport React from 'react';\nimport { CSVDataSourceOptions, CSVQuery } from './types';\n\ninterface Props extends QueryEditorProps<DataSource, CSVQuery, CSVDataSourceOptions> {\n limitFields?: number;\n editorContext?: string;\n}\n\nexport const QueryEditor = (props: Props) => {\n const { query, onChange, onRunQuery, limitFields, editorContext } = props;\n\n const InlineSwitchFallback = InlineSwitch ?? Switch;\n\n return (\n <TabbedQueryEditor\n {...props}\n fieldsTab={\n <FieldEditor\n query={query}\n onChange={onChange}\n onRunQuery={onRunQuery}\n limit={limitFields}\n editorContext={editorContext || 'default'}\n />\n }\n experimentalTab={\n <>\n <InfoBox severity=\"warning\" style={{ maxWidth: '700px', whiteSpace: 'normal' }}>\n <p>\n {`The features listed here are experimental. They might change or be removed without notice. In the tooltip for\n each feature, there's a link to a pull request where you can submit feedback for that feature.`}\n </p>\n </InfoBox>\n <InlineFieldRow>\n <InlineField\n label=\"Enable regular expressions\"\n tooltip={\n <>\n <p>\n {\n 'When enabled, field names become regular expressions and can be used to set a type for multiple fields at once.'\n }\n </p>\n <a\n href=\"https://github.com/grafana/grafana-csv-datasource/issues/68\"\n target=\"_blank\"\n rel=\"noreferrer\"\n >\n Share feedback\n </a>\n </>\n }\n >\n <InlineSwitchFallback\n value={!!query.experimental?.regex}\n onChange={(e) => {\n onChange({\n ...query,\n experimental: {\n regex: e.currentTarget.checked,\n },\n });\n onRunQuery();\n }}\n />\n </InlineField>\n </InlineFieldRow>\n </>\n }\n />\n );\n};\n","import { DataSource } from 'datasource';\nimport React from 'react';\nimport { QueryEditor } from './QueryEditor';\nimport { CSVQuery } from './types';\n\ninterface Props {\n query: CSVQuery;\n onChange: (query: CSVQuery, definition?: string) => void;\n datasource: DataSource;\n}\n\nexport const VariableQueryEditor = ({ onChange, query, datasource }: Props) => {\n const saveQuery = (newQuery: CSVQuery) => {\n if (newQuery) {\n onChange(newQuery, newQuery.schema[0].name);\n }\n };\n\n return (\n <QueryEditor\n onRunQuery={() => {}}\n onChange={saveQuery}\n query={{ ...query, ignoreUnknown: true }}\n datasource={datasource}\n limitFields={1}\n editorContext=\"variables\"\n />\n );\n};\n","import { DataSourcePlugin } from '@grafana/data';\nimport { ConfigEditor } from './ConfigEditor';\nimport { DataSource } from './datasource';\nimport { QueryEditor } from './QueryEditor';\nimport { CSVDataSourceOptions, CSVQuery } from './types';\nimport { VariableQueryEditor } from './VariableQueryEditor';\n\nexport const plugin = new DataSourcePlugin<DataSource, CSVQuery, CSVDataSourceOptions>(DataSource)\n .setConfigEditor(ConfigEditor)\n .setQueryEditor(QueryEditor)\n .setVariableQueryEditor(VariableQueryEditor);\n"],"names":["module","exports","__WEBPACK_EXTERNAL_MODULE__0__","__WEBPACK_EXTERNAL_MODULE__1__","value","type","baseRest","eq","isIterateeCall","keysIn","objectProto","Object","prototype","hasOwnProperty","defaults","object","sources","index","length","guard","undefined","source","props","propsIndex","propsLength","key","call","Symbol","getRawTag","objectToString","symToStringTag","toStringTag","freeGlobal","freeSelf","self","root","Function","baseGetTag","isObject","tag","g","other","isFunction","isLength","reIsUint","test","stubFalse","freeExports","nodeType","freeModule","Buffer","isBuffer","freeProcess","process","nodeUtil","types","require","binding","e","factory","this","moment","version","default","cachedGuess","zones","links","countries","names","guesses","logError","momentVersion","split","major","minor","charCodeToInt","charCode","unpackBase60","string","i","parts","whole","fractional","multiplier","out","sign","charCodeAt","arrayToInt","array","mapIndices","indices","unpack","data","offsets","untils","Math","round","Infinity","intToUntil","name","abbrs","population","Zone","packedString","_set","Country","country_name","zone_names","OffsetAt","at","timeString","toTimeString","abbr","match","join","offset","getTimezoneOffset","ZoneScore","zone","offsetScore","abbrScore","findChange","low","high","mid","diff","Date","sortZoneScores","a","b","localeCompare","addToGuesses","guessesForUserOffsets","j","guessesOffset","offsetsLength","filteredGuesses","push","rebuildGuess","intlName","Intl","DateTimeFormat","resolvedOptions","timeZone","normalizeName","zoneScore","change","next","startYear","getFullYear","last","userOffsets","zoneScores","getZone","scoreOffsetAt","sort","toLowerCase","replace","addZone","packed","normalized","caller","link","addLink","aliases","alias","normal0","normal1","needsOffset","m","isUnixTimestamp","_f","_a","_tzm","message","console","error","tz","input","args","Array","slice","arguments","utc","apply","isMoment","add","parse","unpacked","_index","timestamp","target","zone_name","keys","filter","country_code","indexOf","offsetNext","offsetPrev","max","moveAmbiguousForward","moveInvalidForward","mom","utcOffset","offsetAt","abs","dataVersion","_zones","_links","_names","_countries","load","country_zones","toUpperCase","addCountries","zoneExists","didShowError","guess","ignoreCache","zonesForCountry","country","with_offset","map","old","fn","abbrWrap","_z","resetZoneWrap","defaultZone","updateOffset","keepTime","_isUTC","_d","z","Error","zoneName","zoneAbbr","local","setDefault","momentProperties","toString","__WEBPACK_EXTERNAL_MODULE__18__","identity","overRest","setToString","func","start","nativeMax","transform","otherArgs","thisArg","baseSetToString","shortOut","constant","defineProperty","getNative","baseIsNative","getValue","isMasked","toSource","reIsHostCtor","funcProto","funcToString","reIsNative","RegExp","nativeObjectToString","isOwn","unmasked","result","uid","coreJsData","maskSrcKey","exec","IE_PROTO","nativeNow","now","count","lastCalled","stamp","remaining","isArrayLike","isIndex","arrayLikeKeys","baseKeysIn","baseTimes","isArguments","isArray","isTypedArray","inherited","isArr","isArg","isBuff","isType","skipIndexes","String","n","iteratee","baseIsArguments","isObjectLike","propertyIsEnumerable","baseIsTypedArray","baseUnary","nodeIsTypedArray","typedArrayTags","isPrototype","nativeKeysIn","isProto","Ctor","constructor","__WEBPACK_EXTERNAL_MODULE__49__","__WEBPACK_EXTERNAL_MODULE__50__","__WEBPACK_EXTERNAL_MODULE__52__","__WEBPACK_EXTERNAL_MODULE__53__","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","id","loaded","__webpack_modules__","getter","__esModule","d","definition","o","enumerable","get","globalThis","window","obj","prop","r","nmd","paths","children","_setPrototypeOf","p","setPrototypeOf","__proto__","StyleSheet","options","isSpeedy","speedy","tags","ctr","nonce","container","before","_proto","insert","rule","_tag","document","createElement","setAttribute","appendChild","createTextNode","createStyleElement","nextSibling","insertBefore","sheet","styleSheets","ownerNode","sheetForTag","isImportRule","insertRule","cssRules","flush","forEach","parentNode","removeChild","W","M","c","h","q","k","y","C","v","x","K","u","l","I","t","B","J","f","F","G","N","trim","charAt","substring","ca","O","A","H","X","D","da","ea","fa","w","L","P","Y","E","ha","Q","ia","Z","ja","ka","aa","ba","la","ma","R","na","oa","S","U","prefix","use","T","set","delimiter","toSheet","block","Sheet","current","ruleSheet","context","content","selectors","parents","line","column","ns","depth","stylisOptions","stylis","inserted","head","_insert","nodes","querySelectorAll","node","getAttribute","stylisPlugins","selector","serialized","shouldCache","styles","cache","registered","isStringTag","className","str","len","animationIterationCount","borderImageOutset","borderImageSlice","borderImageWidth","boxFlex","boxFlexGroup","boxOrdinalGroup","columnCount","columns","flex","flexGrow","flexPositive","flexShrink","flexNegative","flexOrder","gridRow","gridRowEnd","gridRowSpan","gridRowStart","gridColumn","gridColumnEnd","gridColumnSpan","gridColumnStart","msGridRow","msGridRowSpan","msGridColumn","msGridColumnSpan","fontWeight","lineHeight","opacity","order","orphans","tabSize","widows","zIndex","zoom","WebkitLineClamp","fillOpacity","floodOpacity","stopOpacity","strokeDasharray","strokeDashoffset","strokeMiterlimit","strokeOpacity","strokeWidth","hyphenateRegex","animationRegex","isCustomProperty","property","isProcessableValue","processStyleName","arg","styleName","processStyleValue","p1","p2","cursor","handleInterpolation","mergedProps","interpolation","couldBeSelectorInterpolation","__emotion_styles","anim","_key","interpolated","_i","createStringFromObject","previousCursor","cached","labelPattern","stringMode","strings","raw","lastIndex","identifierName","EmotionCacheContext","createContext","HTMLElement","ThemeContext","withEmotionCache","Provider","forwardRef","ref","Consumer","Component","classnames","cls","toAdd","merge","css","registeredStyles","rawClassName","classNames","theme","_len","cx","_len2","_key2","ele","defaultQuery","decimalSeparator","header","ignoreUnknown","skipRows","schema","defaultOptions","storage","Input","LegacyForms","FormField","DataSource","instanceSettings","jsonData","query","scopedVars","text","getTemplateSrv","path","queryParams","params","param","headers","body","request","targets","refId","range","rangeRaw","toPromise","res","Promise","reject","fields","values","toArray","_","DataSourceWithBackend","CSVQueryField","field","onFieldChange","useState","setName","useEffect","InlineField","label","tooltip","grow","QueryField","onRunQuery","onChange","portalOrigin","Select","width","selectableValue","SchemaEditor","limit","internalValue","setInternalValue","onAppendField","InlineFieldRow","idx","fieldSchema","Icon","size","onClick","onAddField","onRemoveField","FieldEditor","editorContext","timezone","numSkipRows","setNumSkipRows","delimiterOptions","tzData","momentTz","s","decimalSeparatorOptions","InlineSwitchFallback","InlineSwitch","Switch","find","currentTarget","onBlur","parseInt","checked","disabled","classCallCheck","instance","Constructor","TypeError","createClass","defineProperties","descriptor","configurable","writable","protoProps","staticProps","assign","possibleConstructorReturn","ReferenceError","slicedToArray","arr","iterator","_arr","_n","_e","_s","done","err","sliceIterator","windowObject","cancelFrame","requestFrame","clearTimeoutFn","clearTimeout","setTimeoutFn","setTimeout","cancelAnimationFrameFn","cancelAnimationFrame","mozCancelAnimationFrame","webkitCancelAnimationFrame","requestAnimationFrameFn","requestAnimationFrame","mozRequestAnimationFrame","webkitRequestAnimationFrame","createDetectElementResize","animationKeyframes","animationName","animationStartEvent","animationStyle","checkTriggers","resetTriggers","scrollListener","attachEvent","element","triggers","__resizeTriggers__","expand","firstElementChild","contract","lastElementChild","expandChild","scrollLeft","scrollWidth","scrollTop","scrollHeight","style","offsetWidth","height","offsetHeight","__resizeLast__","__resizeRAF__","__resizeListeners__","animation","keyframeprefix","domPrefixes","startEvents","elm","addResizeListener","doc","ownerDocument","elementStyle","getComputedStyle","position","getElementById","getElementsByTagName","styleSheet","cssText","createStyles","expandTrigger","contractTrigger","addEventListener","__animationListener__","removeResizeListener","detachEvent","splice","removeEventListener","callback","_ref","_ref2","animationFrameID","timeoutID","AutoSizer","_React$PureComponent","_temp","_this","getPrototypeOf","concat","state","defaultHeight","defaultWidth","_onResize","_this$props","disableHeight","disableWidth","onResize","_parentNode","_height","_width","_style","paddingLeft","paddingRight","paddingTop","paddingBottom","newHeight","newWidth","setState","_setRef","autoSizer","_autoSizer","subClass","superClass","create","inherits","defaultView","_detectElementResize","_props","_state","outerStyle","overflow","childParams","bailoutOnChildren","PureComponent","defaultProps","KeyValueEditor","addRowLabel","useTheme","getStyles","updateCell","colIdx","rowIdx","val","addRow","Button","variant","thead","row","th","tbody","cell","td","spacing","xs","colors","bg2","sm","border","radius","stylesFactory","formInputBorder","typography","textSemiWeak","weight","regular","formInputBg","PathEditor","method","onMethodChange","onPathChange","placeholder","sensitiveHeaders","TabbedQueryEditor","fieldsTab","experimentalTab","datasource","bodyType","setBodyType","tabIndex","setTabIndex","onBodyChange","tabs","title","RadioButtonGroup","CodeEditor","language","showMiniMap","showLineNumbers","tab","InfoBox","severity","maxWidth","whiteSpace","includes","QueryEditor","limitFields","href","rel","experimental","regex","plugin","DataSourcePlugin","setConfigEditor","onOptionsChange","Field","DataSourceHttpSettings","defaultUrl","dataSourceConfig","labelWidth","inputEl","spellCheck","Legend","url","setQueryEditor","setVariableQueryEditor","newQuery"],"sourceRoot":""} \ No newline at end of file diff --git a/software/dashboard/grafana/plugins/marcusolsson-csv-datasource/plugin.json b/software/dashboard/grafana/plugins/marcusolsson-csv-datasource/plugin.json deleted file mode 100755 index bbf3db0..0000000 --- a/software/dashboard/grafana/plugins/marcusolsson-csv-datasource/plugin.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "$schema": "https://github.com/grafana/grafana/raw/main/docs/sources/developers/plugins/plugin.schema.json", - "alerting": true, - "annotations": true, - "backend": true, - "dependencies": { - "grafanaDependency": "\u003e=8.4.7", - "grafanaVersion": "8.4.7", - "plugins": [] - }, - "executable": "gpx_csv-datasource", - "id": "marcusolsson-csv-datasource", - "info": { - "author": { - "name": "Grafana Labs", - "url": "https://grafana.com" - }, - "build": { - "time": 1670932852698, - "repo": "https://github.com/grafana/grafana-csv-datasource", - "branch": "main", - "hash": "29675413b7a78c36ce2bea100a4d733a0eb05418", - "build": 17 - }, - "description": "A data source for loading CSV data", - "keywords": [ - "csv" - ], - "links": [ - { - "name": "Documentation", - "url": "https://grafana.github.io/grafana-csv-datasource" - }, - { - "name": "Website", - "url": "https://github.com/grafana/grafana-csv-datasource" - }, - { - "name": "License", - "url": "https://github.com/grafana/grafana-csv-datasource/blob/main/LICENSE" - } - ], - "logos": { - "large": "img/logo.svg", - "small": "img/logo.svg" - }, - "screenshots": [ - { - "name": "Explore (Dark)", - "path": "img/dark.png" - }, - { - "name": "Explore (Light)", - "path": "img/light.png" - } - ], - "updated": "2022-12-13", - "version": "0.6.3" - }, - "logs": true, - "metrics": true, - "name": "CSV", - "type": "datasource" -} \ No newline at end of file diff --git a/software/database/influxdb2/engine/data/393a7093ec889d85/_series/00/0000 b/software/database/influxdb2/engine/data/393a7093ec889d85/_series/00/0000 deleted file mode 100644 index a23a49d..0000000 Binary files a/software/database/influxdb2/engine/data/393a7093ec889d85/_series/00/0000 and /dev/null differ diff --git a/software/database/influxdb2/engine/data/393a7093ec889d85/_series/01/0000 b/software/database/influxdb2/engine/data/393a7093ec889d85/_series/01/0000 deleted file mode 100644 index a23a49d..0000000 Binary files a/software/database/influxdb2/engine/data/393a7093ec889d85/_series/01/0000 and /dev/null differ diff --git a/software/database/influxdb2/engine/data/393a7093ec889d85/_series/02/0000 b/software/database/influxdb2/engine/data/393a7093ec889d85/_series/02/0000 deleted file mode 100644 index a23a49d..0000000 Binary files a/software/database/influxdb2/engine/data/393a7093ec889d85/_series/02/0000 and /dev/null differ diff --git a/software/database/influxdb2/engine/data/393a7093ec889d85/_series/03/0000 b/software/database/influxdb2/engine/data/393a7093ec889d85/_series/03/0000 deleted file mode 100644 index a23a49d..0000000 Binary files a/software/database/influxdb2/engine/data/393a7093ec889d85/_series/03/0000 and /dev/null differ diff --git a/software/database/influxdb2/engine/data/393a7093ec889d85/_series/04/0000 b/software/database/influxdb2/engine/data/393a7093ec889d85/_series/04/0000 deleted file mode 100644 index 1c9b142..0000000 Binary files a/software/database/influxdb2/engine/data/393a7093ec889d85/_series/04/0000 and /dev/null differ diff --git a/software/database/influxdb2/engine/data/393a7093ec889d85/_series/05/0000 b/software/database/influxdb2/engine/data/393a7093ec889d85/_series/05/0000 deleted file mode 100644 index a23a49d..0000000 Binary files a/software/database/influxdb2/engine/data/393a7093ec889d85/_series/05/0000 and /dev/null differ diff --git a/software/database/influxdb2/engine/data/393a7093ec889d85/_series/06/0000 b/software/database/influxdb2/engine/data/393a7093ec889d85/_series/06/0000 deleted file mode 100644 index a23a49d..0000000 Binary files a/software/database/influxdb2/engine/data/393a7093ec889d85/_series/06/0000 and /dev/null differ diff --git a/software/database/influxdb2/engine/data/393a7093ec889d85/_series/07/0000 b/software/database/influxdb2/engine/data/393a7093ec889d85/_series/07/0000 deleted file mode 100644 index a23a49d..0000000 Binary files a/software/database/influxdb2/engine/data/393a7093ec889d85/_series/07/0000 and /dev/null differ diff --git a/software/database/influxdb2/engine/data/393a7093ec889d85/autogen/7/000000001-000000001.tsm b/software/database/influxdb2/engine/data/393a7093ec889d85/autogen/7/000000001-000000001.tsm deleted file mode 100644 index 3913350..0000000 Binary files a/software/database/influxdb2/engine/data/393a7093ec889d85/autogen/7/000000001-000000001.tsm and /dev/null differ diff --git a/software/database/influxdb2/engine/data/393a7093ec889d85/autogen/7/fields.idx b/software/database/influxdb2/engine/data/393a7093ec889d85/autogen/7/fields.idx deleted file mode 100644 index 509c9e9..0000000 Binary files a/software/database/influxdb2/engine/data/393a7093ec889d85/autogen/7/fields.idx and /dev/null differ diff --git a/software/database/influxdb2/engine/data/393a7093ec889d85/autogen/7/index/0/L0-00000001.tsl b/software/database/influxdb2/engine/data/393a7093ec889d85/autogen/7/index/0/L0-00000001.tsl deleted file mode 100644 index e69de29..0000000 diff --git a/software/database/influxdb2/engine/data/393a7093ec889d85/autogen/7/index/0/MANIFEST b/software/database/influxdb2/engine/data/393a7093ec889d85/autogen/7/index/0/MANIFEST deleted file mode 100644 index 7222e31..0000000 --- a/software/database/influxdb2/engine/data/393a7093ec889d85/autogen/7/index/0/MANIFEST +++ /dev/null @@ -1,37 +0,0 @@ -{ - "levels": [ - {}, - { - "m": 33554432, - "k": 6 - }, - { - "m": 33554432, - "k": 6 - }, - { - "m": 67108864, - "k": 6 - }, - { - "m": 134217728, - "k": 6 - }, - { - "m": 268435456, - "k": 6 - }, - { - "m": 536870912, - "k": 6 - }, - { - "m": 1073741824, - "k": 6 - } - ], - "files": [ - "L0-00000001.tsl" - ], - "version": 1 -} diff --git a/software/database/influxdb2/engine/data/393a7093ec889d85/autogen/7/index/1/L0-00000001.tsl b/software/database/influxdb2/engine/data/393a7093ec889d85/autogen/7/index/1/L0-00000001.tsl deleted file mode 100644 index e69de29..0000000 diff --git a/software/database/influxdb2/engine/data/393a7093ec889d85/autogen/7/index/1/MANIFEST b/software/database/influxdb2/engine/data/393a7093ec889d85/autogen/7/index/1/MANIFEST deleted file mode 100644 index 7222e31..0000000 --- a/software/database/influxdb2/engine/data/393a7093ec889d85/autogen/7/index/1/MANIFEST +++ /dev/null @@ -1,37 +0,0 @@ -{ - "levels": [ - {}, - { - "m": 33554432, - "k": 6 - }, - { - "m": 33554432, - "k": 6 - }, - { - "m": 67108864, - "k": 6 - }, - { - "m": 134217728, - "k": 6 - }, - { - "m": 268435456, - "k": 6 - }, - { - "m": 536870912, - "k": 6 - }, - { - "m": 1073741824, - "k": 6 - } - ], - "files": [ - "L0-00000001.tsl" - ], - "version": 1 -} diff --git a/software/database/influxdb2/engine/data/393a7093ec889d85/autogen/7/index/2/L0-00000001.tsl b/software/database/influxdb2/engine/data/393a7093ec889d85/autogen/7/index/2/L0-00000001.tsl deleted file mode 100644 index 8dc136d..0000000 Binary files a/software/database/influxdb2/engine/data/393a7093ec889d85/autogen/7/index/2/L0-00000001.tsl and /dev/null differ diff --git a/software/database/influxdb2/engine/data/393a7093ec889d85/autogen/7/index/2/MANIFEST b/software/database/influxdb2/engine/data/393a7093ec889d85/autogen/7/index/2/MANIFEST deleted file mode 100644 index 7222e31..0000000 --- a/software/database/influxdb2/engine/data/393a7093ec889d85/autogen/7/index/2/MANIFEST +++ /dev/null @@ -1,37 +0,0 @@ -{ - "levels": [ - {}, - { - "m": 33554432, - "k": 6 - }, - { - "m": 33554432, - "k": 6 - }, - { - "m": 67108864, - "k": 6 - }, - { - "m": 134217728, - "k": 6 - }, - { - "m": 268435456, - "k": 6 - }, - { - "m": 536870912, - "k": 6 - }, - { - "m": 1073741824, - "k": 6 - } - ], - "files": [ - "L0-00000001.tsl" - ], - "version": 1 -} diff --git a/software/database/influxdb2/engine/data/393a7093ec889d85/autogen/7/index/3/L0-00000001.tsl b/software/database/influxdb2/engine/data/393a7093ec889d85/autogen/7/index/3/L0-00000001.tsl deleted file mode 100644 index 0f1d6d9..0000000 Binary files a/software/database/influxdb2/engine/data/393a7093ec889d85/autogen/7/index/3/L0-00000001.tsl and /dev/null differ diff --git a/software/database/influxdb2/engine/data/393a7093ec889d85/autogen/7/index/3/MANIFEST b/software/database/influxdb2/engine/data/393a7093ec889d85/autogen/7/index/3/MANIFEST deleted file mode 100644 index 7222e31..0000000 --- a/software/database/influxdb2/engine/data/393a7093ec889d85/autogen/7/index/3/MANIFEST +++ /dev/null @@ -1,37 +0,0 @@ -{ - "levels": [ - {}, - { - "m": 33554432, - "k": 6 - }, - { - "m": 33554432, - "k": 6 - }, - { - "m": 67108864, - "k": 6 - }, - { - "m": 134217728, - "k": 6 - }, - { - "m": 268435456, - "k": 6 - }, - { - "m": 536870912, - "k": 6 - }, - { - "m": 1073741824, - "k": 6 - } - ], - "files": [ - "L0-00000001.tsl" - ], - "version": 1 -} diff --git a/software/database/influxdb2/engine/data/393a7093ec889d85/autogen/7/index/4/L0-00000001.tsl b/software/database/influxdb2/engine/data/393a7093ec889d85/autogen/7/index/4/L0-00000001.tsl deleted file mode 100644 index e69de29..0000000 diff --git a/software/database/influxdb2/engine/data/393a7093ec889d85/autogen/7/index/4/MANIFEST b/software/database/influxdb2/engine/data/393a7093ec889d85/autogen/7/index/4/MANIFEST deleted file mode 100644 index 7222e31..0000000 --- a/software/database/influxdb2/engine/data/393a7093ec889d85/autogen/7/index/4/MANIFEST +++ /dev/null @@ -1,37 +0,0 @@ -{ - "levels": [ - {}, - { - "m": 33554432, - "k": 6 - }, - { - "m": 33554432, - "k": 6 - }, - { - "m": 67108864, - "k": 6 - }, - { - "m": 134217728, - "k": 6 - }, - { - "m": 268435456, - "k": 6 - }, - { - "m": 536870912, - "k": 6 - }, - { - "m": 1073741824, - "k": 6 - } - ], - "files": [ - "L0-00000001.tsl" - ], - "version": 1 -} diff --git a/software/database/influxdb2/engine/data/393a7093ec889d85/autogen/7/index/5/L0-00000001.tsl b/software/database/influxdb2/engine/data/393a7093ec889d85/autogen/7/index/5/L0-00000001.tsl deleted file mode 100644 index e69de29..0000000 diff --git a/software/database/influxdb2/engine/data/393a7093ec889d85/autogen/7/index/5/MANIFEST b/software/database/influxdb2/engine/data/393a7093ec889d85/autogen/7/index/5/MANIFEST deleted file mode 100644 index 7222e31..0000000 --- a/software/database/influxdb2/engine/data/393a7093ec889d85/autogen/7/index/5/MANIFEST +++ /dev/null @@ -1,37 +0,0 @@ -{ - "levels": [ - {}, - { - "m": 33554432, - "k": 6 - }, - { - "m": 33554432, - "k": 6 - }, - { - "m": 67108864, - "k": 6 - }, - { - "m": 134217728, - "k": 6 - }, - { - "m": 268435456, - "k": 6 - }, - { - "m": 536870912, - "k": 6 - }, - { - "m": 1073741824, - "k": 6 - } - ], - "files": [ - "L0-00000001.tsl" - ], - "version": 1 -} diff --git a/software/database/influxdb2/engine/data/393a7093ec889d85/autogen/7/index/6/L0-00000001.tsl b/software/database/influxdb2/engine/data/393a7093ec889d85/autogen/7/index/6/L0-00000001.tsl deleted file mode 100644 index e69de29..0000000 diff --git a/software/database/influxdb2/engine/data/393a7093ec889d85/autogen/7/index/6/MANIFEST b/software/database/influxdb2/engine/data/393a7093ec889d85/autogen/7/index/6/MANIFEST deleted file mode 100644 index 7222e31..0000000 --- a/software/database/influxdb2/engine/data/393a7093ec889d85/autogen/7/index/6/MANIFEST +++ /dev/null @@ -1,37 +0,0 @@ -{ - "levels": [ - {}, - { - "m": 33554432, - "k": 6 - }, - { - "m": 33554432, - "k": 6 - }, - { - "m": 67108864, - "k": 6 - }, - { - "m": 134217728, - "k": 6 - }, - { - "m": 268435456, - "k": 6 - }, - { - "m": 536870912, - "k": 6 - }, - { - "m": 1073741824, - "k": 6 - } - ], - "files": [ - "L0-00000001.tsl" - ], - "version": 1 -} diff --git a/software/database/influxdb2/engine/data/393a7093ec889d85/autogen/7/index/7/L0-00000001.tsl b/software/database/influxdb2/engine/data/393a7093ec889d85/autogen/7/index/7/L0-00000001.tsl deleted file mode 100644 index e69de29..0000000 diff --git a/software/database/influxdb2/engine/data/393a7093ec889d85/autogen/7/index/7/MANIFEST b/software/database/influxdb2/engine/data/393a7093ec889d85/autogen/7/index/7/MANIFEST deleted file mode 100644 index 7222e31..0000000 --- a/software/database/influxdb2/engine/data/393a7093ec889d85/autogen/7/index/7/MANIFEST +++ /dev/null @@ -1,37 +0,0 @@ -{ - "levels": [ - {}, - { - "m": 33554432, - "k": 6 - }, - { - "m": 33554432, - "k": 6 - }, - { - "m": 67108864, - "k": 6 - }, - { - "m": 134217728, - "k": 6 - }, - { - "m": 268435456, - "k": 6 - }, - { - "m": 536870912, - "k": 6 - }, - { - "m": 1073741824, - "k": 6 - } - ], - "files": [ - "L0-00000001.tsl" - ], - "version": 1 -} diff --git a/software/database/influxdb2/engine/data/3f41c83daedacb6b/_series/00/0000 b/software/database/influxdb2/engine/data/3f41c83daedacb6b/_series/00/0000 deleted file mode 100644 index 5a1a5a9..0000000 Binary files a/software/database/influxdb2/engine/data/3f41c83daedacb6b/_series/00/0000 and /dev/null differ diff --git a/software/database/influxdb2/engine/data/3f41c83daedacb6b/_series/01/0000 b/software/database/influxdb2/engine/data/3f41c83daedacb6b/_series/01/0000 deleted file mode 100644 index b14956e..0000000 Binary files a/software/database/influxdb2/engine/data/3f41c83daedacb6b/_series/01/0000 and /dev/null differ diff --git a/software/database/influxdb2/engine/data/3f41c83daedacb6b/_series/02/0000 b/software/database/influxdb2/engine/data/3f41c83daedacb6b/_series/02/0000 deleted file mode 100644 index 6002eb9..0000000 Binary files a/software/database/influxdb2/engine/data/3f41c83daedacb6b/_series/02/0000 and /dev/null differ diff --git a/software/database/influxdb2/engine/data/3f41c83daedacb6b/_series/03/0000 b/software/database/influxdb2/engine/data/3f41c83daedacb6b/_series/03/0000 deleted file mode 100644 index 82aa80b..0000000 Binary files a/software/database/influxdb2/engine/data/3f41c83daedacb6b/_series/03/0000 and /dev/null differ diff --git a/software/database/influxdb2/engine/data/3f41c83daedacb6b/_series/04/0000 b/software/database/influxdb2/engine/data/3f41c83daedacb6b/_series/04/0000 deleted file mode 100644 index 6243469..0000000 Binary files a/software/database/influxdb2/engine/data/3f41c83daedacb6b/_series/04/0000 and /dev/null differ diff --git a/software/database/influxdb2/engine/data/3f41c83daedacb6b/_series/05/0000 b/software/database/influxdb2/engine/data/3f41c83daedacb6b/_series/05/0000 deleted file mode 100644 index abbea2a..0000000 Binary files a/software/database/influxdb2/engine/data/3f41c83daedacb6b/_series/05/0000 and /dev/null differ diff --git a/software/database/influxdb2/engine/data/3f41c83daedacb6b/_series/06/0000 b/software/database/influxdb2/engine/data/3f41c83daedacb6b/_series/06/0000 deleted file mode 100644 index b2cd5f9..0000000 Binary files a/software/database/influxdb2/engine/data/3f41c83daedacb6b/_series/06/0000 and /dev/null differ diff --git a/software/database/influxdb2/engine/data/3f41c83daedacb6b/_series/07/0000 b/software/database/influxdb2/engine/data/3f41c83daedacb6b/_series/07/0000 deleted file mode 100644 index 4fbf694..0000000 Binary files a/software/database/influxdb2/engine/data/3f41c83daedacb6b/_series/07/0000 and /dev/null differ diff --git a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/1/000000003-000000002.tsm b/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/1/000000003-000000002.tsm deleted file mode 100644 index da4c6ad..0000000 Binary files a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/1/000000003-000000002.tsm and /dev/null differ diff --git a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/1/fields.idx b/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/1/fields.idx deleted file mode 100644 index 9a925d9..0000000 Binary files a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/1/fields.idx and /dev/null differ diff --git a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/1/index/0/L0-00000005.tsl b/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/1/index/0/L0-00000005.tsl deleted file mode 100644 index e69de29..0000000 diff --git a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/1/index/0/L1-00000003.tsi b/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/1/index/0/L1-00000003.tsi deleted file mode 100644 index 83fc45b..0000000 Binary files a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/1/index/0/L1-00000003.tsi and /dev/null differ diff --git a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/1/index/0/L2-00000004.tsi b/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/1/index/0/L2-00000004.tsi deleted file mode 100644 index 8b34733..0000000 Binary files a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/1/index/0/L2-00000004.tsi and /dev/null differ diff --git a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/1/index/0/MANIFEST b/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/1/index/0/MANIFEST deleted file mode 100644 index 1a36443..0000000 --- a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/1/index/0/MANIFEST +++ /dev/null @@ -1,39 +0,0 @@ -{ - "levels": [ - {}, - { - "m": 33554432, - "k": 6 - }, - { - "m": 33554432, - "k": 6 - }, - { - "m": 67108864, - "k": 6 - }, - { - "m": 134217728, - "k": 6 - }, - { - "m": 268435456, - "k": 6 - }, - { - "m": 536870912, - "k": 6 - }, - { - "m": 1073741824, - "k": 6 - } - ], - "files": [ - "L0-00000005.tsl", - "L1-00000003.tsi", - "L2-00000004.tsi" - ], - "version": 1 -} diff --git a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/1/index/1/L0-00000003.tsl b/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/1/index/1/L0-00000003.tsl deleted file mode 100644 index e69de29..0000000 diff --git a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/1/index/1/L2-00000004.tsi b/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/1/index/1/L2-00000004.tsi deleted file mode 100644 index 3bff6bf..0000000 Binary files a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/1/index/1/L2-00000004.tsi and /dev/null differ diff --git a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/1/index/1/MANIFEST b/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/1/index/1/MANIFEST deleted file mode 100644 index 8599b3b..0000000 --- a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/1/index/1/MANIFEST +++ /dev/null @@ -1,38 +0,0 @@ -{ - "levels": [ - {}, - { - "m": 33554432, - "k": 6 - }, - { - "m": 33554432, - "k": 6 - }, - { - "m": 67108864, - "k": 6 - }, - { - "m": 134217728, - "k": 6 - }, - { - "m": 268435456, - "k": 6 - }, - { - "m": 536870912, - "k": 6 - }, - { - "m": 1073741824, - "k": 6 - } - ], - "files": [ - "L0-00000003.tsl", - "L2-00000004.tsi" - ], - "version": 1 -} diff --git a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/1/index/2/L0-00000003.tsl b/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/1/index/2/L0-00000003.tsl deleted file mode 100644 index e69de29..0000000 diff --git a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/1/index/2/L2-00000004.tsi b/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/1/index/2/L2-00000004.tsi deleted file mode 100644 index bd20ecf..0000000 Binary files a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/1/index/2/L2-00000004.tsi and /dev/null differ diff --git a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/1/index/2/MANIFEST b/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/1/index/2/MANIFEST deleted file mode 100644 index 8599b3b..0000000 --- a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/1/index/2/MANIFEST +++ /dev/null @@ -1,38 +0,0 @@ -{ - "levels": [ - {}, - { - "m": 33554432, - "k": 6 - }, - { - "m": 33554432, - "k": 6 - }, - { - "m": 67108864, - "k": 6 - }, - { - "m": 134217728, - "k": 6 - }, - { - "m": 268435456, - "k": 6 - }, - { - "m": 536870912, - "k": 6 - }, - { - "m": 1073741824, - "k": 6 - } - ], - "files": [ - "L0-00000003.tsl", - "L2-00000004.tsi" - ], - "version": 1 -} diff --git a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/1/index/3/L0-00000005.tsl b/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/1/index/3/L0-00000005.tsl deleted file mode 100644 index e69de29..0000000 diff --git a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/1/index/3/L1-00000003.tsi b/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/1/index/3/L1-00000003.tsi deleted file mode 100644 index 2232b65..0000000 Binary files a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/1/index/3/L1-00000003.tsi and /dev/null differ diff --git a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/1/index/3/L2-00000004.tsi b/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/1/index/3/L2-00000004.tsi deleted file mode 100644 index 09b0682..0000000 Binary files a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/1/index/3/L2-00000004.tsi and /dev/null differ diff --git a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/1/index/3/MANIFEST b/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/1/index/3/MANIFEST deleted file mode 100644 index 1a36443..0000000 --- a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/1/index/3/MANIFEST +++ /dev/null @@ -1,39 +0,0 @@ -{ - "levels": [ - {}, - { - "m": 33554432, - "k": 6 - }, - { - "m": 33554432, - "k": 6 - }, - { - "m": 67108864, - "k": 6 - }, - { - "m": 134217728, - "k": 6 - }, - { - "m": 268435456, - "k": 6 - }, - { - "m": 536870912, - "k": 6 - }, - { - "m": 1073741824, - "k": 6 - } - ], - "files": [ - "L0-00000005.tsl", - "L1-00000003.tsi", - "L2-00000004.tsi" - ], - "version": 1 -} diff --git a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/1/index/4/L0-00000005.tsl b/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/1/index/4/L0-00000005.tsl deleted file mode 100644 index e69de29..0000000 diff --git a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/1/index/4/L1-00000003.tsi b/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/1/index/4/L1-00000003.tsi deleted file mode 100644 index 8681246..0000000 Binary files a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/1/index/4/L1-00000003.tsi and /dev/null differ diff --git a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/1/index/4/L2-00000004.tsi b/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/1/index/4/L2-00000004.tsi deleted file mode 100644 index ae82406..0000000 Binary files a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/1/index/4/L2-00000004.tsi and /dev/null differ diff --git a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/1/index/4/MANIFEST b/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/1/index/4/MANIFEST deleted file mode 100644 index 1a36443..0000000 --- a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/1/index/4/MANIFEST +++ /dev/null @@ -1,39 +0,0 @@ -{ - "levels": [ - {}, - { - "m": 33554432, - "k": 6 - }, - { - "m": 33554432, - "k": 6 - }, - { - "m": 67108864, - "k": 6 - }, - { - "m": 134217728, - "k": 6 - }, - { - "m": 268435456, - "k": 6 - }, - { - "m": 536870912, - "k": 6 - }, - { - "m": 1073741824, - "k": 6 - } - ], - "files": [ - "L0-00000005.tsl", - "L1-00000003.tsi", - "L2-00000004.tsi" - ], - "version": 1 -} diff --git a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/1/index/5/L0-00000003.tsl b/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/1/index/5/L0-00000003.tsl deleted file mode 100644 index e69de29..0000000 diff --git a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/1/index/5/L2-00000004.tsi b/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/1/index/5/L2-00000004.tsi deleted file mode 100644 index 6f72e7e..0000000 Binary files a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/1/index/5/L2-00000004.tsi and /dev/null differ diff --git a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/1/index/5/MANIFEST b/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/1/index/5/MANIFEST deleted file mode 100644 index 8599b3b..0000000 --- a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/1/index/5/MANIFEST +++ /dev/null @@ -1,38 +0,0 @@ -{ - "levels": [ - {}, - { - "m": 33554432, - "k": 6 - }, - { - "m": 33554432, - "k": 6 - }, - { - "m": 67108864, - "k": 6 - }, - { - "m": 134217728, - "k": 6 - }, - { - "m": 268435456, - "k": 6 - }, - { - "m": 536870912, - "k": 6 - }, - { - "m": 1073741824, - "k": 6 - } - ], - "files": [ - "L0-00000003.tsl", - "L2-00000004.tsi" - ], - "version": 1 -} diff --git a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/1/index/6/L0-00000005.tsl b/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/1/index/6/L0-00000005.tsl deleted file mode 100644 index e69de29..0000000 diff --git a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/1/index/6/L1-00000003.tsi b/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/1/index/6/L1-00000003.tsi deleted file mode 100644 index 97e89cb..0000000 Binary files a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/1/index/6/L1-00000003.tsi and /dev/null differ diff --git a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/1/index/6/L2-00000004.tsi b/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/1/index/6/L2-00000004.tsi deleted file mode 100644 index 9472e63..0000000 Binary files a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/1/index/6/L2-00000004.tsi and /dev/null differ diff --git a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/1/index/6/MANIFEST b/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/1/index/6/MANIFEST deleted file mode 100644 index 1a36443..0000000 --- a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/1/index/6/MANIFEST +++ /dev/null @@ -1,39 +0,0 @@ -{ - "levels": [ - {}, - { - "m": 33554432, - "k": 6 - }, - { - "m": 33554432, - "k": 6 - }, - { - "m": 67108864, - "k": 6 - }, - { - "m": 134217728, - "k": 6 - }, - { - "m": 268435456, - "k": 6 - }, - { - "m": 536870912, - "k": 6 - }, - { - "m": 1073741824, - "k": 6 - } - ], - "files": [ - "L0-00000005.tsl", - "L1-00000003.tsi", - "L2-00000004.tsi" - ], - "version": 1 -} diff --git a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/1/index/7/L0-00000003.tsl b/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/1/index/7/L0-00000003.tsl deleted file mode 100644 index e69de29..0000000 diff --git a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/1/index/7/L2-00000004.tsi b/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/1/index/7/L2-00000004.tsi deleted file mode 100644 index 084c9f0..0000000 Binary files a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/1/index/7/L2-00000004.tsi and /dev/null differ diff --git a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/1/index/7/MANIFEST b/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/1/index/7/MANIFEST deleted file mode 100644 index 8599b3b..0000000 --- a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/1/index/7/MANIFEST +++ /dev/null @@ -1,38 +0,0 @@ -{ - "levels": [ - {}, - { - "m": 33554432, - "k": 6 - }, - { - "m": 33554432, - "k": 6 - }, - { - "m": 67108864, - "k": 6 - }, - { - "m": 134217728, - "k": 6 - }, - { - "m": 268435456, - "k": 6 - }, - { - "m": 536870912, - "k": 6 - }, - { - "m": 1073741824, - "k": 6 - } - ], - "files": [ - "L0-00000003.tsl", - "L2-00000004.tsi" - ], - "version": 1 -} diff --git a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/10/fields.idxl b/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/10/fields.idxl deleted file mode 100644 index 2568851..0000000 Binary files a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/10/fields.idxl and /dev/null differ diff --git a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/10/index/0/L0-00000001.tsl b/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/10/index/0/L0-00000001.tsl deleted file mode 100644 index 3433e1e..0000000 Binary files a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/10/index/0/L0-00000001.tsl and /dev/null differ diff --git a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/10/index/0/MANIFEST b/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/10/index/0/MANIFEST deleted file mode 100644 index 7222e31..0000000 --- a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/10/index/0/MANIFEST +++ /dev/null @@ -1,37 +0,0 @@ -{ - "levels": [ - {}, - { - "m": 33554432, - "k": 6 - }, - { - "m": 33554432, - "k": 6 - }, - { - "m": 67108864, - "k": 6 - }, - { - "m": 134217728, - "k": 6 - }, - { - "m": 268435456, - "k": 6 - }, - { - "m": 536870912, - "k": 6 - }, - { - "m": 1073741824, - "k": 6 - } - ], - "files": [ - "L0-00000001.tsl" - ], - "version": 1 -} diff --git a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/10/index/1/L0-00000001.tsl b/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/10/index/1/L0-00000001.tsl deleted file mode 100644 index c78d8c3..0000000 Binary files a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/10/index/1/L0-00000001.tsl and /dev/null differ diff --git a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/10/index/1/MANIFEST b/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/10/index/1/MANIFEST deleted file mode 100644 index 7222e31..0000000 --- a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/10/index/1/MANIFEST +++ /dev/null @@ -1,37 +0,0 @@ -{ - "levels": [ - {}, - { - "m": 33554432, - "k": 6 - }, - { - "m": 33554432, - "k": 6 - }, - { - "m": 67108864, - "k": 6 - }, - { - "m": 134217728, - "k": 6 - }, - { - "m": 268435456, - "k": 6 - }, - { - "m": 536870912, - "k": 6 - }, - { - "m": 1073741824, - "k": 6 - } - ], - "files": [ - "L0-00000001.tsl" - ], - "version": 1 -} diff --git a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/10/index/2/L0-00000001.tsl b/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/10/index/2/L0-00000001.tsl deleted file mode 100644 index 61b2aa1..0000000 Binary files a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/10/index/2/L0-00000001.tsl and /dev/null differ diff --git a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/10/index/2/MANIFEST b/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/10/index/2/MANIFEST deleted file mode 100644 index 7222e31..0000000 --- a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/10/index/2/MANIFEST +++ /dev/null @@ -1,37 +0,0 @@ -{ - "levels": [ - {}, - { - "m": 33554432, - "k": 6 - }, - { - "m": 33554432, - "k": 6 - }, - { - "m": 67108864, - "k": 6 - }, - { - "m": 134217728, - "k": 6 - }, - { - "m": 268435456, - "k": 6 - }, - { - "m": 536870912, - "k": 6 - }, - { - "m": 1073741824, - "k": 6 - } - ], - "files": [ - "L0-00000001.tsl" - ], - "version": 1 -} diff --git a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/10/index/3/L0-00000001.tsl b/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/10/index/3/L0-00000001.tsl deleted file mode 100644 index 4e6d9fa..0000000 Binary files a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/10/index/3/L0-00000001.tsl and /dev/null differ diff --git a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/10/index/3/MANIFEST b/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/10/index/3/MANIFEST deleted file mode 100644 index 7222e31..0000000 --- a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/10/index/3/MANIFEST +++ /dev/null @@ -1,37 +0,0 @@ -{ - "levels": [ - {}, - { - "m": 33554432, - "k": 6 - }, - { - "m": 33554432, - "k": 6 - }, - { - "m": 67108864, - "k": 6 - }, - { - "m": 134217728, - "k": 6 - }, - { - "m": 268435456, - "k": 6 - }, - { - "m": 536870912, - "k": 6 - }, - { - "m": 1073741824, - "k": 6 - } - ], - "files": [ - "L0-00000001.tsl" - ], - "version": 1 -} diff --git a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/10/index/4/L0-00000001.tsl b/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/10/index/4/L0-00000001.tsl deleted file mode 100644 index a57e924..0000000 Binary files a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/10/index/4/L0-00000001.tsl and /dev/null differ diff --git a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/10/index/4/MANIFEST b/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/10/index/4/MANIFEST deleted file mode 100644 index 7222e31..0000000 --- a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/10/index/4/MANIFEST +++ /dev/null @@ -1,37 +0,0 @@ -{ - "levels": [ - {}, - { - "m": 33554432, - "k": 6 - }, - { - "m": 33554432, - "k": 6 - }, - { - "m": 67108864, - "k": 6 - }, - { - "m": 134217728, - "k": 6 - }, - { - "m": 268435456, - "k": 6 - }, - { - "m": 536870912, - "k": 6 - }, - { - "m": 1073741824, - "k": 6 - } - ], - "files": [ - "L0-00000001.tsl" - ], - "version": 1 -} diff --git a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/10/index/5/L0-00000001.tsl b/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/10/index/5/L0-00000001.tsl deleted file mode 100644 index ff627f4..0000000 Binary files a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/10/index/5/L0-00000001.tsl and /dev/null differ diff --git a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/10/index/5/MANIFEST b/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/10/index/5/MANIFEST deleted file mode 100644 index 7222e31..0000000 --- a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/10/index/5/MANIFEST +++ /dev/null @@ -1,37 +0,0 @@ -{ - "levels": [ - {}, - { - "m": 33554432, - "k": 6 - }, - { - "m": 33554432, - "k": 6 - }, - { - "m": 67108864, - "k": 6 - }, - { - "m": 134217728, - "k": 6 - }, - { - "m": 268435456, - "k": 6 - }, - { - "m": 536870912, - "k": 6 - }, - { - "m": 1073741824, - "k": 6 - } - ], - "files": [ - "L0-00000001.tsl" - ], - "version": 1 -} diff --git a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/10/index/6/L0-00000001.tsl b/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/10/index/6/L0-00000001.tsl deleted file mode 100644 index f937a17..0000000 Binary files a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/10/index/6/L0-00000001.tsl and /dev/null differ diff --git a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/10/index/6/MANIFEST b/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/10/index/6/MANIFEST deleted file mode 100644 index 7222e31..0000000 --- a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/10/index/6/MANIFEST +++ /dev/null @@ -1,37 +0,0 @@ -{ - "levels": [ - {}, - { - "m": 33554432, - "k": 6 - }, - { - "m": 33554432, - "k": 6 - }, - { - "m": 67108864, - "k": 6 - }, - { - "m": 134217728, - "k": 6 - }, - { - "m": 268435456, - "k": 6 - }, - { - "m": 536870912, - "k": 6 - }, - { - "m": 1073741824, - "k": 6 - } - ], - "files": [ - "L0-00000001.tsl" - ], - "version": 1 -} diff --git a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/10/index/7/L0-00000001.tsl b/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/10/index/7/L0-00000001.tsl deleted file mode 100644 index ef36421..0000000 Binary files a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/10/index/7/L0-00000001.tsl and /dev/null differ diff --git a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/10/index/7/MANIFEST b/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/10/index/7/MANIFEST deleted file mode 100644 index 7222e31..0000000 --- a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/10/index/7/MANIFEST +++ /dev/null @@ -1,37 +0,0 @@ -{ - "levels": [ - {}, - { - "m": 33554432, - "k": 6 - }, - { - "m": 33554432, - "k": 6 - }, - { - "m": 67108864, - "k": 6 - }, - { - "m": 134217728, - "k": 6 - }, - { - "m": 268435456, - "k": 6 - }, - { - "m": 536870912, - "k": 6 - }, - { - "m": 1073741824, - "k": 6 - } - ], - "files": [ - "L0-00000001.tsl" - ], - "version": 1 -} diff --git a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/3/000000001-000000001.tsm b/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/3/000000001-000000001.tsm deleted file mode 100644 index ba1b307..0000000 Binary files a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/3/000000001-000000001.tsm and /dev/null differ diff --git a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/3/000000003-000000001.tsm b/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/3/000000003-000000001.tsm deleted file mode 100644 index f1e79c2..0000000 Binary files a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/3/000000003-000000001.tsm and /dev/null differ diff --git a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/3/000000005-000000001.tsm b/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/3/000000005-000000001.tsm deleted file mode 100644 index 911c9a9..0000000 Binary files a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/3/000000005-000000001.tsm and /dev/null differ diff --git a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/3/fields.idx b/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/3/fields.idx deleted file mode 100644 index 090e3e0..0000000 Binary files a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/3/fields.idx and /dev/null differ diff --git a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/3/index/0/L0-00000002.tsl b/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/3/index/0/L0-00000002.tsl deleted file mode 100644 index 0f0290b..0000000 Binary files a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/3/index/0/L0-00000002.tsl and /dev/null differ diff --git a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/3/index/0/L1-00000001.tsi b/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/3/index/0/L1-00000001.tsi deleted file mode 100644 index a68785b..0000000 Binary files a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/3/index/0/L1-00000001.tsi and /dev/null differ diff --git a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/3/index/0/MANIFEST b/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/3/index/0/MANIFEST deleted file mode 100644 index a259b46..0000000 --- a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/3/index/0/MANIFEST +++ /dev/null @@ -1,38 +0,0 @@ -{ - "levels": [ - {}, - { - "m": 33554432, - "k": 6 - }, - { - "m": 33554432, - "k": 6 - }, - { - "m": 67108864, - "k": 6 - }, - { - "m": 134217728, - "k": 6 - }, - { - "m": 268435456, - "k": 6 - }, - { - "m": 536870912, - "k": 6 - }, - { - "m": 1073741824, - "k": 6 - } - ], - "files": [ - "L0-00000002.tsl", - "L1-00000001.tsi" - ], - "version": 1 -} diff --git a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/3/index/1/L0-00000002.tsl b/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/3/index/1/L0-00000002.tsl deleted file mode 100644 index b8a7863..0000000 Binary files a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/3/index/1/L0-00000002.tsl and /dev/null differ diff --git a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/3/index/1/L1-00000001.tsi b/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/3/index/1/L1-00000001.tsi deleted file mode 100644 index 15796e2..0000000 Binary files a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/3/index/1/L1-00000001.tsi and /dev/null differ diff --git a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/3/index/1/MANIFEST b/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/3/index/1/MANIFEST deleted file mode 100644 index a259b46..0000000 --- a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/3/index/1/MANIFEST +++ /dev/null @@ -1,38 +0,0 @@ -{ - "levels": [ - {}, - { - "m": 33554432, - "k": 6 - }, - { - "m": 33554432, - "k": 6 - }, - { - "m": 67108864, - "k": 6 - }, - { - "m": 134217728, - "k": 6 - }, - { - "m": 268435456, - "k": 6 - }, - { - "m": 536870912, - "k": 6 - }, - { - "m": 1073741824, - "k": 6 - } - ], - "files": [ - "L0-00000002.tsl", - "L1-00000001.tsi" - ], - "version": 1 -} diff --git a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/3/index/2/L0-00000001.tsl b/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/3/index/2/L0-00000001.tsl deleted file mode 100644 index d072c65..0000000 Binary files a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/3/index/2/L0-00000001.tsl and /dev/null differ diff --git a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/3/index/2/MANIFEST b/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/3/index/2/MANIFEST deleted file mode 100644 index 7222e31..0000000 --- a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/3/index/2/MANIFEST +++ /dev/null @@ -1,37 +0,0 @@ -{ - "levels": [ - {}, - { - "m": 33554432, - "k": 6 - }, - { - "m": 33554432, - "k": 6 - }, - { - "m": 67108864, - "k": 6 - }, - { - "m": 134217728, - "k": 6 - }, - { - "m": 268435456, - "k": 6 - }, - { - "m": 536870912, - "k": 6 - }, - { - "m": 1073741824, - "k": 6 - } - ], - "files": [ - "L0-00000001.tsl" - ], - "version": 1 -} diff --git a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/3/index/3/L0-00000002.tsl b/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/3/index/3/L0-00000002.tsl deleted file mode 100644 index b74c05a..0000000 Binary files a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/3/index/3/L0-00000002.tsl and /dev/null differ diff --git a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/3/index/3/L1-00000001.tsi b/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/3/index/3/L1-00000001.tsi deleted file mode 100644 index 13ac21a..0000000 Binary files a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/3/index/3/L1-00000001.tsi and /dev/null differ diff --git a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/3/index/3/MANIFEST b/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/3/index/3/MANIFEST deleted file mode 100644 index a259b46..0000000 --- a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/3/index/3/MANIFEST +++ /dev/null @@ -1,38 +0,0 @@ -{ - "levels": [ - {}, - { - "m": 33554432, - "k": 6 - }, - { - "m": 33554432, - "k": 6 - }, - { - "m": 67108864, - "k": 6 - }, - { - "m": 134217728, - "k": 6 - }, - { - "m": 268435456, - "k": 6 - }, - { - "m": 536870912, - "k": 6 - }, - { - "m": 1073741824, - "k": 6 - } - ], - "files": [ - "L0-00000002.tsl", - "L1-00000001.tsi" - ], - "version": 1 -} diff --git a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/3/index/4/L0-00000002.tsl b/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/3/index/4/L0-00000002.tsl deleted file mode 100644 index a2fed8c..0000000 Binary files a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/3/index/4/L0-00000002.tsl and /dev/null differ diff --git a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/3/index/4/L1-00000001.tsi b/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/3/index/4/L1-00000001.tsi deleted file mode 100644 index 88f1cd1..0000000 Binary files a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/3/index/4/L1-00000001.tsi and /dev/null differ diff --git a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/3/index/4/MANIFEST b/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/3/index/4/MANIFEST deleted file mode 100644 index a259b46..0000000 --- a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/3/index/4/MANIFEST +++ /dev/null @@ -1,38 +0,0 @@ -{ - "levels": [ - {}, - { - "m": 33554432, - "k": 6 - }, - { - "m": 33554432, - "k": 6 - }, - { - "m": 67108864, - "k": 6 - }, - { - "m": 134217728, - "k": 6 - }, - { - "m": 268435456, - "k": 6 - }, - { - "m": 536870912, - "k": 6 - }, - { - "m": 1073741824, - "k": 6 - } - ], - "files": [ - "L0-00000002.tsl", - "L1-00000001.tsi" - ], - "version": 1 -} diff --git a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/3/index/5/L0-00000002.tsl b/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/3/index/5/L0-00000002.tsl deleted file mode 100644 index 6bf43d7..0000000 Binary files a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/3/index/5/L0-00000002.tsl and /dev/null differ diff --git a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/3/index/5/L1-00000001.tsi b/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/3/index/5/L1-00000001.tsi deleted file mode 100644 index 0eceb98..0000000 Binary files a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/3/index/5/L1-00000001.tsi and /dev/null differ diff --git a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/3/index/5/MANIFEST b/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/3/index/5/MANIFEST deleted file mode 100644 index a259b46..0000000 --- a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/3/index/5/MANIFEST +++ /dev/null @@ -1,38 +0,0 @@ -{ - "levels": [ - {}, - { - "m": 33554432, - "k": 6 - }, - { - "m": 33554432, - "k": 6 - }, - { - "m": 67108864, - "k": 6 - }, - { - "m": 134217728, - "k": 6 - }, - { - "m": 268435456, - "k": 6 - }, - { - "m": 536870912, - "k": 6 - }, - { - "m": 1073741824, - "k": 6 - } - ], - "files": [ - "L0-00000002.tsl", - "L1-00000001.tsi" - ], - "version": 1 -} diff --git a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/3/index/6/L0-00000002.tsl b/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/3/index/6/L0-00000002.tsl deleted file mode 100644 index a6c816e..0000000 Binary files a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/3/index/6/L0-00000002.tsl and /dev/null differ diff --git a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/3/index/6/L1-00000001.tsi b/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/3/index/6/L1-00000001.tsi deleted file mode 100644 index c919359..0000000 Binary files a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/3/index/6/L1-00000001.tsi and /dev/null differ diff --git a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/3/index/6/MANIFEST b/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/3/index/6/MANIFEST deleted file mode 100644 index a259b46..0000000 --- a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/3/index/6/MANIFEST +++ /dev/null @@ -1,38 +0,0 @@ -{ - "levels": [ - {}, - { - "m": 33554432, - "k": 6 - }, - { - "m": 33554432, - "k": 6 - }, - { - "m": 67108864, - "k": 6 - }, - { - "m": 134217728, - "k": 6 - }, - { - "m": 268435456, - "k": 6 - }, - { - "m": 536870912, - "k": 6 - }, - { - "m": 1073741824, - "k": 6 - } - ], - "files": [ - "L0-00000002.tsl", - "L1-00000001.tsi" - ], - "version": 1 -} diff --git a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/3/index/7/L0-00000002.tsl b/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/3/index/7/L0-00000002.tsl deleted file mode 100644 index 710d86c..0000000 Binary files a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/3/index/7/L0-00000002.tsl and /dev/null differ diff --git a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/3/index/7/L1-00000001.tsi b/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/3/index/7/L1-00000001.tsi deleted file mode 100644 index 648966f..0000000 Binary files a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/3/index/7/L1-00000001.tsi and /dev/null differ diff --git a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/3/index/7/MANIFEST b/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/3/index/7/MANIFEST deleted file mode 100644 index a259b46..0000000 --- a/software/database/influxdb2/engine/data/3f41c83daedacb6b/autogen/3/index/7/MANIFEST +++ /dev/null @@ -1,38 +0,0 @@ -{ - "levels": [ - {}, - { - "m": 33554432, - "k": 6 - }, - { - "m": 33554432, - "k": 6 - }, - { - "m": 67108864, - "k": 6 - }, - { - "m": 134217728, - "k": 6 - }, - { - "m": 268435456, - "k": 6 - }, - { - "m": 536870912, - "k": 6 - }, - { - "m": 1073741824, - "k": 6 - } - ], - "files": [ - "L0-00000002.tsl", - "L1-00000001.tsi" - ], - "version": 1 -} diff --git a/software/database/influxdb2/engine/data/41e93428564f28ac/_series/00/0000 b/software/database/influxdb2/engine/data/41e93428564f28ac/_series/00/0000 deleted file mode 100644 index a23a49d..0000000 Binary files a/software/database/influxdb2/engine/data/41e93428564f28ac/_series/00/0000 and /dev/null differ diff --git a/software/database/influxdb2/engine/data/41e93428564f28ac/_series/01/0000 b/software/database/influxdb2/engine/data/41e93428564f28ac/_series/01/0000 deleted file mode 100644 index a23a49d..0000000 Binary files a/software/database/influxdb2/engine/data/41e93428564f28ac/_series/01/0000 and /dev/null differ diff --git a/software/database/influxdb2/engine/data/41e93428564f28ac/_series/02/0000 b/software/database/influxdb2/engine/data/41e93428564f28ac/_series/02/0000 deleted file mode 100644 index a23a49d..0000000 Binary files a/software/database/influxdb2/engine/data/41e93428564f28ac/_series/02/0000 and /dev/null differ diff --git a/software/database/influxdb2/engine/data/41e93428564f28ac/_series/03/0000 b/software/database/influxdb2/engine/data/41e93428564f28ac/_series/03/0000 deleted file mode 100644 index a23a49d..0000000 Binary files a/software/database/influxdb2/engine/data/41e93428564f28ac/_series/03/0000 and /dev/null differ diff --git a/software/database/influxdb2/engine/data/41e93428564f28ac/_series/04/0000 b/software/database/influxdb2/engine/data/41e93428564f28ac/_series/04/0000 deleted file mode 100644 index eb4ccf5..0000000 Binary files a/software/database/influxdb2/engine/data/41e93428564f28ac/_series/04/0000 and /dev/null differ diff --git a/software/database/influxdb2/engine/data/41e93428564f28ac/_series/05/0000 b/software/database/influxdb2/engine/data/41e93428564f28ac/_series/05/0000 deleted file mode 100644 index a23a49d..0000000 Binary files a/software/database/influxdb2/engine/data/41e93428564f28ac/_series/05/0000 and /dev/null differ diff --git a/software/database/influxdb2/engine/data/41e93428564f28ac/_series/06/0000 b/software/database/influxdb2/engine/data/41e93428564f28ac/_series/06/0000 deleted file mode 100644 index a23a49d..0000000 Binary files a/software/database/influxdb2/engine/data/41e93428564f28ac/_series/06/0000 and /dev/null differ diff --git a/software/database/influxdb2/engine/data/41e93428564f28ac/_series/07/0000 b/software/database/influxdb2/engine/data/41e93428564f28ac/_series/07/0000 deleted file mode 100644 index a23a49d..0000000 Binary files a/software/database/influxdb2/engine/data/41e93428564f28ac/_series/07/0000 and /dev/null differ diff --git a/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/2/000000001-000000001.tsm b/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/2/000000001-000000001.tsm deleted file mode 100644 index 64c236b..0000000 Binary files a/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/2/000000001-000000001.tsm and /dev/null differ diff --git a/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/2/fields.idx b/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/2/fields.idx deleted file mode 100644 index ba6e6ea..0000000 Binary files a/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/2/fields.idx and /dev/null differ diff --git a/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/2/index/0/L0-00000001.tsl b/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/2/index/0/L0-00000001.tsl deleted file mode 100644 index e69de29..0000000 diff --git a/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/2/index/0/MANIFEST b/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/2/index/0/MANIFEST deleted file mode 100644 index 7222e31..0000000 --- a/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/2/index/0/MANIFEST +++ /dev/null @@ -1,37 +0,0 @@ -{ - "levels": [ - {}, - { - "m": 33554432, - "k": 6 - }, - { - "m": 33554432, - "k": 6 - }, - { - "m": 67108864, - "k": 6 - }, - { - "m": 134217728, - "k": 6 - }, - { - "m": 268435456, - "k": 6 - }, - { - "m": 536870912, - "k": 6 - }, - { - "m": 1073741824, - "k": 6 - } - ], - "files": [ - "L0-00000001.tsl" - ], - "version": 1 -} diff --git a/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/2/index/1/L0-00000001.tsl b/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/2/index/1/L0-00000001.tsl deleted file mode 100644 index e69de29..0000000 diff --git a/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/2/index/1/MANIFEST b/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/2/index/1/MANIFEST deleted file mode 100644 index 7222e31..0000000 --- a/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/2/index/1/MANIFEST +++ /dev/null @@ -1,37 +0,0 @@ -{ - "levels": [ - {}, - { - "m": 33554432, - "k": 6 - }, - { - "m": 33554432, - "k": 6 - }, - { - "m": 67108864, - "k": 6 - }, - { - "m": 134217728, - "k": 6 - }, - { - "m": 268435456, - "k": 6 - }, - { - "m": 536870912, - "k": 6 - }, - { - "m": 1073741824, - "k": 6 - } - ], - "files": [ - "L0-00000001.tsl" - ], - "version": 1 -} diff --git a/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/2/index/2/L0-00000001.tsl b/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/2/index/2/L0-00000001.tsl deleted file mode 100644 index e69de29..0000000 diff --git a/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/2/index/2/MANIFEST b/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/2/index/2/MANIFEST deleted file mode 100644 index 7222e31..0000000 --- a/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/2/index/2/MANIFEST +++ /dev/null @@ -1,37 +0,0 @@ -{ - "levels": [ - {}, - { - "m": 33554432, - "k": 6 - }, - { - "m": 33554432, - "k": 6 - }, - { - "m": 67108864, - "k": 6 - }, - { - "m": 134217728, - "k": 6 - }, - { - "m": 268435456, - "k": 6 - }, - { - "m": 536870912, - "k": 6 - }, - { - "m": 1073741824, - "k": 6 - } - ], - "files": [ - "L0-00000001.tsl" - ], - "version": 1 -} diff --git a/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/2/index/3/L0-00000002.tsl b/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/2/index/3/L0-00000002.tsl deleted file mode 100644 index e69de29..0000000 diff --git a/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/2/index/3/L1-00000001.tsi b/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/2/index/3/L1-00000001.tsi deleted file mode 100644 index cb59933..0000000 Binary files a/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/2/index/3/L1-00000001.tsi and /dev/null differ diff --git a/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/2/index/3/MANIFEST b/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/2/index/3/MANIFEST deleted file mode 100644 index a259b46..0000000 --- a/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/2/index/3/MANIFEST +++ /dev/null @@ -1,38 +0,0 @@ -{ - "levels": [ - {}, - { - "m": 33554432, - "k": 6 - }, - { - "m": 33554432, - "k": 6 - }, - { - "m": 67108864, - "k": 6 - }, - { - "m": 134217728, - "k": 6 - }, - { - "m": 268435456, - "k": 6 - }, - { - "m": 536870912, - "k": 6 - }, - { - "m": 1073741824, - "k": 6 - } - ], - "files": [ - "L0-00000002.tsl", - "L1-00000001.tsi" - ], - "version": 1 -} diff --git a/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/2/index/4/L0-00000001.tsl b/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/2/index/4/L0-00000001.tsl deleted file mode 100644 index e69de29..0000000 diff --git a/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/2/index/4/MANIFEST b/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/2/index/4/MANIFEST deleted file mode 100644 index 7222e31..0000000 --- a/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/2/index/4/MANIFEST +++ /dev/null @@ -1,37 +0,0 @@ -{ - "levels": [ - {}, - { - "m": 33554432, - "k": 6 - }, - { - "m": 33554432, - "k": 6 - }, - { - "m": 67108864, - "k": 6 - }, - { - "m": 134217728, - "k": 6 - }, - { - "m": 268435456, - "k": 6 - }, - { - "m": 536870912, - "k": 6 - }, - { - "m": 1073741824, - "k": 6 - } - ], - "files": [ - "L0-00000001.tsl" - ], - "version": 1 -} diff --git a/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/2/index/5/L0-00000001.tsl b/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/2/index/5/L0-00000001.tsl deleted file mode 100644 index e69de29..0000000 diff --git a/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/2/index/5/MANIFEST b/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/2/index/5/MANIFEST deleted file mode 100644 index 7222e31..0000000 --- a/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/2/index/5/MANIFEST +++ /dev/null @@ -1,37 +0,0 @@ -{ - "levels": [ - {}, - { - "m": 33554432, - "k": 6 - }, - { - "m": 33554432, - "k": 6 - }, - { - "m": 67108864, - "k": 6 - }, - { - "m": 134217728, - "k": 6 - }, - { - "m": 268435456, - "k": 6 - }, - { - "m": 536870912, - "k": 6 - }, - { - "m": 1073741824, - "k": 6 - } - ], - "files": [ - "L0-00000001.tsl" - ], - "version": 1 -} diff --git a/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/2/index/6/L0-00000001.tsl b/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/2/index/6/L0-00000001.tsl deleted file mode 100644 index e69de29..0000000 diff --git a/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/2/index/6/MANIFEST b/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/2/index/6/MANIFEST deleted file mode 100644 index 7222e31..0000000 --- a/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/2/index/6/MANIFEST +++ /dev/null @@ -1,37 +0,0 @@ -{ - "levels": [ - {}, - { - "m": 33554432, - "k": 6 - }, - { - "m": 33554432, - "k": 6 - }, - { - "m": 67108864, - "k": 6 - }, - { - "m": 134217728, - "k": 6 - }, - { - "m": 268435456, - "k": 6 - }, - { - "m": 536870912, - "k": 6 - }, - { - "m": 1073741824, - "k": 6 - } - ], - "files": [ - "L0-00000001.tsl" - ], - "version": 1 -} diff --git a/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/2/index/7/L0-00000001.tsl b/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/2/index/7/L0-00000001.tsl deleted file mode 100644 index e69de29..0000000 diff --git a/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/2/index/7/MANIFEST b/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/2/index/7/MANIFEST deleted file mode 100644 index 7222e31..0000000 --- a/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/2/index/7/MANIFEST +++ /dev/null @@ -1,37 +0,0 @@ -{ - "levels": [ - {}, - { - "m": 33554432, - "k": 6 - }, - { - "m": 33554432, - "k": 6 - }, - { - "m": 67108864, - "k": 6 - }, - { - "m": 134217728, - "k": 6 - }, - { - "m": 268435456, - "k": 6 - }, - { - "m": 536870912, - "k": 6 - }, - { - "m": 1073741824, - "k": 6 - } - ], - "files": [ - "L0-00000001.tsl" - ], - "version": 1 -} diff --git a/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/5/000000001-000000001.tsm b/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/5/000000001-000000001.tsm deleted file mode 100644 index ad8babc..0000000 Binary files a/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/5/000000001-000000001.tsm and /dev/null differ diff --git a/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/5/fields.idx b/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/5/fields.idx deleted file mode 100644 index bfc33f4..0000000 Binary files a/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/5/fields.idx and /dev/null differ diff --git a/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/5/index/0/L0-00000001.tsl b/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/5/index/0/L0-00000001.tsl deleted file mode 100644 index e69de29..0000000 diff --git a/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/5/index/0/MANIFEST b/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/5/index/0/MANIFEST deleted file mode 100644 index 7222e31..0000000 --- a/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/5/index/0/MANIFEST +++ /dev/null @@ -1,37 +0,0 @@ -{ - "levels": [ - {}, - { - "m": 33554432, - "k": 6 - }, - { - "m": 33554432, - "k": 6 - }, - { - "m": 67108864, - "k": 6 - }, - { - "m": 134217728, - "k": 6 - }, - { - "m": 268435456, - "k": 6 - }, - { - "m": 536870912, - "k": 6 - }, - { - "m": 1073741824, - "k": 6 - } - ], - "files": [ - "L0-00000001.tsl" - ], - "version": 1 -} diff --git a/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/5/index/1/L0-00000001.tsl b/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/5/index/1/L0-00000001.tsl deleted file mode 100644 index e69de29..0000000 diff --git a/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/5/index/1/MANIFEST b/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/5/index/1/MANIFEST deleted file mode 100644 index 7222e31..0000000 --- a/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/5/index/1/MANIFEST +++ /dev/null @@ -1,37 +0,0 @@ -{ - "levels": [ - {}, - { - "m": 33554432, - "k": 6 - }, - { - "m": 33554432, - "k": 6 - }, - { - "m": 67108864, - "k": 6 - }, - { - "m": 134217728, - "k": 6 - }, - { - "m": 268435456, - "k": 6 - }, - { - "m": 536870912, - "k": 6 - }, - { - "m": 1073741824, - "k": 6 - } - ], - "files": [ - "L0-00000001.tsl" - ], - "version": 1 -} diff --git a/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/5/index/2/L0-00000001.tsl b/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/5/index/2/L0-00000001.tsl deleted file mode 100644 index e69de29..0000000 diff --git a/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/5/index/2/MANIFEST b/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/5/index/2/MANIFEST deleted file mode 100644 index 7222e31..0000000 --- a/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/5/index/2/MANIFEST +++ /dev/null @@ -1,37 +0,0 @@ -{ - "levels": [ - {}, - { - "m": 33554432, - "k": 6 - }, - { - "m": 33554432, - "k": 6 - }, - { - "m": 67108864, - "k": 6 - }, - { - "m": 134217728, - "k": 6 - }, - { - "m": 268435456, - "k": 6 - }, - { - "m": 536870912, - "k": 6 - }, - { - "m": 1073741824, - "k": 6 - } - ], - "files": [ - "L0-00000001.tsl" - ], - "version": 1 -} diff --git a/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/5/index/3/L0-00000002.tsl b/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/5/index/3/L0-00000002.tsl deleted file mode 100644 index e69de29..0000000 diff --git a/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/5/index/3/L1-00000001.tsi b/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/5/index/3/L1-00000001.tsi deleted file mode 100644 index cb59933..0000000 Binary files a/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/5/index/3/L1-00000001.tsi and /dev/null differ diff --git a/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/5/index/3/MANIFEST b/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/5/index/3/MANIFEST deleted file mode 100644 index a259b46..0000000 --- a/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/5/index/3/MANIFEST +++ /dev/null @@ -1,38 +0,0 @@ -{ - "levels": [ - {}, - { - "m": 33554432, - "k": 6 - }, - { - "m": 33554432, - "k": 6 - }, - { - "m": 67108864, - "k": 6 - }, - { - "m": 134217728, - "k": 6 - }, - { - "m": 268435456, - "k": 6 - }, - { - "m": 536870912, - "k": 6 - }, - { - "m": 1073741824, - "k": 6 - } - ], - "files": [ - "L0-00000002.tsl", - "L1-00000001.tsi" - ], - "version": 1 -} diff --git a/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/5/index/4/L0-00000001.tsl b/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/5/index/4/L0-00000001.tsl deleted file mode 100644 index e69de29..0000000 diff --git a/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/5/index/4/MANIFEST b/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/5/index/4/MANIFEST deleted file mode 100644 index 7222e31..0000000 --- a/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/5/index/4/MANIFEST +++ /dev/null @@ -1,37 +0,0 @@ -{ - "levels": [ - {}, - { - "m": 33554432, - "k": 6 - }, - { - "m": 33554432, - "k": 6 - }, - { - "m": 67108864, - "k": 6 - }, - { - "m": 134217728, - "k": 6 - }, - { - "m": 268435456, - "k": 6 - }, - { - "m": 536870912, - "k": 6 - }, - { - "m": 1073741824, - "k": 6 - } - ], - "files": [ - "L0-00000001.tsl" - ], - "version": 1 -} diff --git a/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/5/index/5/L0-00000001.tsl b/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/5/index/5/L0-00000001.tsl deleted file mode 100644 index e69de29..0000000 diff --git a/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/5/index/5/MANIFEST b/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/5/index/5/MANIFEST deleted file mode 100644 index 7222e31..0000000 --- a/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/5/index/5/MANIFEST +++ /dev/null @@ -1,37 +0,0 @@ -{ - "levels": [ - {}, - { - "m": 33554432, - "k": 6 - }, - { - "m": 33554432, - "k": 6 - }, - { - "m": 67108864, - "k": 6 - }, - { - "m": 134217728, - "k": 6 - }, - { - "m": 268435456, - "k": 6 - }, - { - "m": 536870912, - "k": 6 - }, - { - "m": 1073741824, - "k": 6 - } - ], - "files": [ - "L0-00000001.tsl" - ], - "version": 1 -} diff --git a/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/5/index/6/L0-00000001.tsl b/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/5/index/6/L0-00000001.tsl deleted file mode 100644 index e69de29..0000000 diff --git a/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/5/index/6/MANIFEST b/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/5/index/6/MANIFEST deleted file mode 100644 index 7222e31..0000000 --- a/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/5/index/6/MANIFEST +++ /dev/null @@ -1,37 +0,0 @@ -{ - "levels": [ - {}, - { - "m": 33554432, - "k": 6 - }, - { - "m": 33554432, - "k": 6 - }, - { - "m": 67108864, - "k": 6 - }, - { - "m": 134217728, - "k": 6 - }, - { - "m": 268435456, - "k": 6 - }, - { - "m": 536870912, - "k": 6 - }, - { - "m": 1073741824, - "k": 6 - } - ], - "files": [ - "L0-00000001.tsl" - ], - "version": 1 -} diff --git a/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/5/index/7/L0-00000001.tsl b/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/5/index/7/L0-00000001.tsl deleted file mode 100644 index e69de29..0000000 diff --git a/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/5/index/7/MANIFEST b/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/5/index/7/MANIFEST deleted file mode 100644 index 7222e31..0000000 --- a/software/database/influxdb2/engine/data/41e93428564f28ac/autogen/5/index/7/MANIFEST +++ /dev/null @@ -1,37 +0,0 @@ -{ - "levels": [ - {}, - { - "m": 33554432, - "k": 6 - }, - { - "m": 33554432, - "k": 6 - }, - { - "m": 67108864, - "k": 6 - }, - { - "m": 134217728, - "k": 6 - }, - { - "m": 268435456, - "k": 6 - }, - { - "m": 536870912, - "k": 6 - }, - { - "m": 1073741824, - "k": 6 - } - ], - "files": [ - "L0-00000001.tsl" - ], - "version": 1 -} diff --git a/software/database/influxdb2/engine/data/5ec94f16b0f1cc21/_series/00/0000 b/software/database/influxdb2/engine/data/5ec94f16b0f1cc21/_series/00/0000 deleted file mode 100644 index a23a49d..0000000 Binary files a/software/database/influxdb2/engine/data/5ec94f16b0f1cc21/_series/00/0000 and /dev/null differ diff --git a/software/database/influxdb2/engine/data/5ec94f16b0f1cc21/_series/01/0000 b/software/database/influxdb2/engine/data/5ec94f16b0f1cc21/_series/01/0000 deleted file mode 100644 index a23a49d..0000000 Binary files a/software/database/influxdb2/engine/data/5ec94f16b0f1cc21/_series/01/0000 and /dev/null differ diff --git a/software/database/influxdb2/engine/data/5ec94f16b0f1cc21/_series/02/0000 b/software/database/influxdb2/engine/data/5ec94f16b0f1cc21/_series/02/0000 deleted file mode 100644 index a23a49d..0000000 Binary files a/software/database/influxdb2/engine/data/5ec94f16b0f1cc21/_series/02/0000 and /dev/null differ diff --git a/software/database/influxdb2/engine/data/5ec94f16b0f1cc21/_series/03/0000 b/software/database/influxdb2/engine/data/5ec94f16b0f1cc21/_series/03/0000 deleted file mode 100644 index a23a49d..0000000 Binary files a/software/database/influxdb2/engine/data/5ec94f16b0f1cc21/_series/03/0000 and /dev/null differ diff --git a/software/database/influxdb2/engine/data/5ec94f16b0f1cc21/_series/04/0000 b/software/database/influxdb2/engine/data/5ec94f16b0f1cc21/_series/04/0000 deleted file mode 100644 index eb4ccf5..0000000 Binary files a/software/database/influxdb2/engine/data/5ec94f16b0f1cc21/_series/04/0000 and /dev/null differ diff --git a/software/database/influxdb2/engine/data/5ec94f16b0f1cc21/_series/05/0000 b/software/database/influxdb2/engine/data/5ec94f16b0f1cc21/_series/05/0000 deleted file mode 100644 index a23a49d..0000000 Binary files a/software/database/influxdb2/engine/data/5ec94f16b0f1cc21/_series/05/0000 and /dev/null differ diff --git a/software/database/influxdb2/engine/data/5ec94f16b0f1cc21/_series/06/0000 b/software/database/influxdb2/engine/data/5ec94f16b0f1cc21/_series/06/0000 deleted file mode 100644 index a23a49d..0000000 Binary files a/software/database/influxdb2/engine/data/5ec94f16b0f1cc21/_series/06/0000 and /dev/null differ diff --git a/software/database/influxdb2/engine/data/5ec94f16b0f1cc21/_series/07/0000 b/software/database/influxdb2/engine/data/5ec94f16b0f1cc21/_series/07/0000 deleted file mode 100644 index a23a49d..0000000 Binary files a/software/database/influxdb2/engine/data/5ec94f16b0f1cc21/_series/07/0000 and /dev/null differ diff --git a/software/database/influxdb2/engine/data/5ec94f16b0f1cc21/autogen/6/000000001-000000001.tsm b/software/database/influxdb2/engine/data/5ec94f16b0f1cc21/autogen/6/000000001-000000001.tsm deleted file mode 100644 index a8ec6cb..0000000 Binary files a/software/database/influxdb2/engine/data/5ec94f16b0f1cc21/autogen/6/000000001-000000001.tsm and /dev/null differ diff --git a/software/database/influxdb2/engine/data/5ec94f16b0f1cc21/autogen/6/fields.idx b/software/database/influxdb2/engine/data/5ec94f16b0f1cc21/autogen/6/fields.idx deleted file mode 100644 index 4da2374..0000000 Binary files a/software/database/influxdb2/engine/data/5ec94f16b0f1cc21/autogen/6/fields.idx and /dev/null differ diff --git a/software/database/influxdb2/engine/data/5ec94f16b0f1cc21/autogen/6/index/0/L0-00000001.tsl b/software/database/influxdb2/engine/data/5ec94f16b0f1cc21/autogen/6/index/0/L0-00000001.tsl deleted file mode 100644 index e69de29..0000000 diff --git a/software/database/influxdb2/engine/data/5ec94f16b0f1cc21/autogen/6/index/0/MANIFEST b/software/database/influxdb2/engine/data/5ec94f16b0f1cc21/autogen/6/index/0/MANIFEST deleted file mode 100644 index 7222e31..0000000 --- a/software/database/influxdb2/engine/data/5ec94f16b0f1cc21/autogen/6/index/0/MANIFEST +++ /dev/null @@ -1,37 +0,0 @@ -{ - "levels": [ - {}, - { - "m": 33554432, - "k": 6 - }, - { - "m": 33554432, - "k": 6 - }, - { - "m": 67108864, - "k": 6 - }, - { - "m": 134217728, - "k": 6 - }, - { - "m": 268435456, - "k": 6 - }, - { - "m": 536870912, - "k": 6 - }, - { - "m": 1073741824, - "k": 6 - } - ], - "files": [ - "L0-00000001.tsl" - ], - "version": 1 -} diff --git a/software/database/influxdb2/engine/data/5ec94f16b0f1cc21/autogen/6/index/1/L0-00000001.tsl b/software/database/influxdb2/engine/data/5ec94f16b0f1cc21/autogen/6/index/1/L0-00000001.tsl deleted file mode 100644 index e69de29..0000000 diff --git a/software/database/influxdb2/engine/data/5ec94f16b0f1cc21/autogen/6/index/1/MANIFEST b/software/database/influxdb2/engine/data/5ec94f16b0f1cc21/autogen/6/index/1/MANIFEST deleted file mode 100644 index 7222e31..0000000 --- a/software/database/influxdb2/engine/data/5ec94f16b0f1cc21/autogen/6/index/1/MANIFEST +++ /dev/null @@ -1,37 +0,0 @@ -{ - "levels": [ - {}, - { - "m": 33554432, - "k": 6 - }, - { - "m": 33554432, - "k": 6 - }, - { - "m": 67108864, - "k": 6 - }, - { - "m": 134217728, - "k": 6 - }, - { - "m": 268435456, - "k": 6 - }, - { - "m": 536870912, - "k": 6 - }, - { - "m": 1073741824, - "k": 6 - } - ], - "files": [ - "L0-00000001.tsl" - ], - "version": 1 -} diff --git a/software/database/influxdb2/engine/data/5ec94f16b0f1cc21/autogen/6/index/2/L0-00000001.tsl b/software/database/influxdb2/engine/data/5ec94f16b0f1cc21/autogen/6/index/2/L0-00000001.tsl deleted file mode 100644 index e69de29..0000000 diff --git a/software/database/influxdb2/engine/data/5ec94f16b0f1cc21/autogen/6/index/2/MANIFEST b/software/database/influxdb2/engine/data/5ec94f16b0f1cc21/autogen/6/index/2/MANIFEST deleted file mode 100644 index 7222e31..0000000 --- a/software/database/influxdb2/engine/data/5ec94f16b0f1cc21/autogen/6/index/2/MANIFEST +++ /dev/null @@ -1,37 +0,0 @@ -{ - "levels": [ - {}, - { - "m": 33554432, - "k": 6 - }, - { - "m": 33554432, - "k": 6 - }, - { - "m": 67108864, - "k": 6 - }, - { - "m": 134217728, - "k": 6 - }, - { - "m": 268435456, - "k": 6 - }, - { - "m": 536870912, - "k": 6 - }, - { - "m": 1073741824, - "k": 6 - } - ], - "files": [ - "L0-00000001.tsl" - ], - "version": 1 -} diff --git a/software/database/influxdb2/engine/data/5ec94f16b0f1cc21/autogen/6/index/3/L0-00000002.tsl b/software/database/influxdb2/engine/data/5ec94f16b0f1cc21/autogen/6/index/3/L0-00000002.tsl deleted file mode 100644 index e69de29..0000000 diff --git a/software/database/influxdb2/engine/data/5ec94f16b0f1cc21/autogen/6/index/3/L1-00000001.tsi b/software/database/influxdb2/engine/data/5ec94f16b0f1cc21/autogen/6/index/3/L1-00000001.tsi deleted file mode 100644 index cb59933..0000000 Binary files a/software/database/influxdb2/engine/data/5ec94f16b0f1cc21/autogen/6/index/3/L1-00000001.tsi and /dev/null differ diff --git a/software/database/influxdb2/engine/data/5ec94f16b0f1cc21/autogen/6/index/3/MANIFEST b/software/database/influxdb2/engine/data/5ec94f16b0f1cc21/autogen/6/index/3/MANIFEST deleted file mode 100644 index a259b46..0000000 --- a/software/database/influxdb2/engine/data/5ec94f16b0f1cc21/autogen/6/index/3/MANIFEST +++ /dev/null @@ -1,38 +0,0 @@ -{ - "levels": [ - {}, - { - "m": 33554432, - "k": 6 - }, - { - "m": 33554432, - "k": 6 - }, - { - "m": 67108864, - "k": 6 - }, - { - "m": 134217728, - "k": 6 - }, - { - "m": 268435456, - "k": 6 - }, - { - "m": 536870912, - "k": 6 - }, - { - "m": 1073741824, - "k": 6 - } - ], - "files": [ - "L0-00000002.tsl", - "L1-00000001.tsi" - ], - "version": 1 -} diff --git a/software/database/influxdb2/engine/data/5ec94f16b0f1cc21/autogen/6/index/4/L0-00000001.tsl b/software/database/influxdb2/engine/data/5ec94f16b0f1cc21/autogen/6/index/4/L0-00000001.tsl deleted file mode 100644 index e69de29..0000000 diff --git a/software/database/influxdb2/engine/data/5ec94f16b0f1cc21/autogen/6/index/4/MANIFEST b/software/database/influxdb2/engine/data/5ec94f16b0f1cc21/autogen/6/index/4/MANIFEST deleted file mode 100644 index 7222e31..0000000 --- a/software/database/influxdb2/engine/data/5ec94f16b0f1cc21/autogen/6/index/4/MANIFEST +++ /dev/null @@ -1,37 +0,0 @@ -{ - "levels": [ - {}, - { - "m": 33554432, - "k": 6 - }, - { - "m": 33554432, - "k": 6 - }, - { - "m": 67108864, - "k": 6 - }, - { - "m": 134217728, - "k": 6 - }, - { - "m": 268435456, - "k": 6 - }, - { - "m": 536870912, - "k": 6 - }, - { - "m": 1073741824, - "k": 6 - } - ], - "files": [ - "L0-00000001.tsl" - ], - "version": 1 -} diff --git a/software/database/influxdb2/engine/data/5ec94f16b0f1cc21/autogen/6/index/5/L0-00000001.tsl b/software/database/influxdb2/engine/data/5ec94f16b0f1cc21/autogen/6/index/5/L0-00000001.tsl deleted file mode 100644 index e69de29..0000000 diff --git a/software/database/influxdb2/engine/data/5ec94f16b0f1cc21/autogen/6/index/5/MANIFEST b/software/database/influxdb2/engine/data/5ec94f16b0f1cc21/autogen/6/index/5/MANIFEST deleted file mode 100644 index 7222e31..0000000 --- a/software/database/influxdb2/engine/data/5ec94f16b0f1cc21/autogen/6/index/5/MANIFEST +++ /dev/null @@ -1,37 +0,0 @@ -{ - "levels": [ - {}, - { - "m": 33554432, - "k": 6 - }, - { - "m": 33554432, - "k": 6 - }, - { - "m": 67108864, - "k": 6 - }, - { - "m": 134217728, - "k": 6 - }, - { - "m": 268435456, - "k": 6 - }, - { - "m": 536870912, - "k": 6 - }, - { - "m": 1073741824, - "k": 6 - } - ], - "files": [ - "L0-00000001.tsl" - ], - "version": 1 -} diff --git a/software/database/influxdb2/engine/data/5ec94f16b0f1cc21/autogen/6/index/6/L0-00000001.tsl b/software/database/influxdb2/engine/data/5ec94f16b0f1cc21/autogen/6/index/6/L0-00000001.tsl deleted file mode 100644 index e69de29..0000000 diff --git a/software/database/influxdb2/engine/data/5ec94f16b0f1cc21/autogen/6/index/6/MANIFEST b/software/database/influxdb2/engine/data/5ec94f16b0f1cc21/autogen/6/index/6/MANIFEST deleted file mode 100644 index 7222e31..0000000 --- a/software/database/influxdb2/engine/data/5ec94f16b0f1cc21/autogen/6/index/6/MANIFEST +++ /dev/null @@ -1,37 +0,0 @@ -{ - "levels": [ - {}, - { - "m": 33554432, - "k": 6 - }, - { - "m": 33554432, - "k": 6 - }, - { - "m": 67108864, - "k": 6 - }, - { - "m": 134217728, - "k": 6 - }, - { - "m": 268435456, - "k": 6 - }, - { - "m": 536870912, - "k": 6 - }, - { - "m": 1073741824, - "k": 6 - } - ], - "files": [ - "L0-00000001.tsl" - ], - "version": 1 -} diff --git a/software/database/influxdb2/engine/data/5ec94f16b0f1cc21/autogen/6/index/7/L0-00000001.tsl b/software/database/influxdb2/engine/data/5ec94f16b0f1cc21/autogen/6/index/7/L0-00000001.tsl deleted file mode 100644 index e69de29..0000000 diff --git a/software/database/influxdb2/engine/data/5ec94f16b0f1cc21/autogen/6/index/7/MANIFEST b/software/database/influxdb2/engine/data/5ec94f16b0f1cc21/autogen/6/index/7/MANIFEST deleted file mode 100644 index 7222e31..0000000 --- a/software/database/influxdb2/engine/data/5ec94f16b0f1cc21/autogen/6/index/7/MANIFEST +++ /dev/null @@ -1,37 +0,0 @@ -{ - "levels": [ - {}, - { - "m": 33554432, - "k": 6 - }, - { - "m": 33554432, - "k": 6 - }, - { - "m": 67108864, - "k": 6 - }, - { - "m": 134217728, - "k": 6 - }, - { - "m": 268435456, - "k": 6 - }, - { - "m": 536870912, - "k": 6 - }, - { - "m": 1073741824, - "k": 6 - } - ], - "files": [ - "L0-00000001.tsl" - ], - "version": 1 -} diff --git a/software/database/influxdb2/engine/data/9daf5deece22a359/_series/00/0000 b/software/database/influxdb2/engine/data/9daf5deece22a359/_series/00/0000 deleted file mode 100644 index a23a49d..0000000 Binary files a/software/database/influxdb2/engine/data/9daf5deece22a359/_series/00/0000 and /dev/null differ diff --git a/software/database/influxdb2/engine/data/9daf5deece22a359/_series/01/0000 b/software/database/influxdb2/engine/data/9daf5deece22a359/_series/01/0000 deleted file mode 100644 index a23a49d..0000000 Binary files a/software/database/influxdb2/engine/data/9daf5deece22a359/_series/01/0000 and /dev/null differ diff --git a/software/database/influxdb2/engine/data/9daf5deece22a359/_series/02/0000 b/software/database/influxdb2/engine/data/9daf5deece22a359/_series/02/0000 deleted file mode 100644 index a23a49d..0000000 Binary files a/software/database/influxdb2/engine/data/9daf5deece22a359/_series/02/0000 and /dev/null differ diff --git a/software/database/influxdb2/engine/data/9daf5deece22a359/_series/03/0000 b/software/database/influxdb2/engine/data/9daf5deece22a359/_series/03/0000 deleted file mode 100644 index a23a49d..0000000 Binary files a/software/database/influxdb2/engine/data/9daf5deece22a359/_series/03/0000 and /dev/null differ diff --git a/software/database/influxdb2/engine/data/9daf5deece22a359/_series/04/0000 b/software/database/influxdb2/engine/data/9daf5deece22a359/_series/04/0000 deleted file mode 100644 index eb4ccf5..0000000 Binary files a/software/database/influxdb2/engine/data/9daf5deece22a359/_series/04/0000 and /dev/null differ diff --git a/software/database/influxdb2/engine/data/9daf5deece22a359/_series/05/0000 b/software/database/influxdb2/engine/data/9daf5deece22a359/_series/05/0000 deleted file mode 100644 index a23a49d..0000000 Binary files a/software/database/influxdb2/engine/data/9daf5deece22a359/_series/05/0000 and /dev/null differ diff --git a/software/database/influxdb2/engine/data/9daf5deece22a359/_series/06/0000 b/software/database/influxdb2/engine/data/9daf5deece22a359/_series/06/0000 deleted file mode 100644 index a23a49d..0000000 Binary files a/software/database/influxdb2/engine/data/9daf5deece22a359/_series/06/0000 and /dev/null differ diff --git a/software/database/influxdb2/engine/data/9daf5deece22a359/_series/07/0000 b/software/database/influxdb2/engine/data/9daf5deece22a359/_series/07/0000 deleted file mode 100644 index a23a49d..0000000 Binary files a/software/database/influxdb2/engine/data/9daf5deece22a359/_series/07/0000 and /dev/null differ diff --git a/software/database/influxdb2/engine/data/9daf5deece22a359/autogen/4/000000003-000000001.tsm b/software/database/influxdb2/engine/data/9daf5deece22a359/autogen/4/000000003-000000001.tsm deleted file mode 100644 index dbaaf91..0000000 Binary files a/software/database/influxdb2/engine/data/9daf5deece22a359/autogen/4/000000003-000000001.tsm and /dev/null differ diff --git a/software/database/influxdb2/engine/data/9daf5deece22a359/autogen/4/000000003-000000002.tsm b/software/database/influxdb2/engine/data/9daf5deece22a359/autogen/4/000000003-000000002.tsm deleted file mode 100644 index 5e91d6a..0000000 Binary files a/software/database/influxdb2/engine/data/9daf5deece22a359/autogen/4/000000003-000000002.tsm and /dev/null differ diff --git a/software/database/influxdb2/engine/data/9daf5deece22a359/autogen/4/fields.idx b/software/database/influxdb2/engine/data/9daf5deece22a359/autogen/4/fields.idx deleted file mode 100644 index 628cc51..0000000 Binary files a/software/database/influxdb2/engine/data/9daf5deece22a359/autogen/4/fields.idx and /dev/null differ diff --git a/software/database/influxdb2/engine/data/9daf5deece22a359/autogen/4/index/0/L0-00000001.tsl b/software/database/influxdb2/engine/data/9daf5deece22a359/autogen/4/index/0/L0-00000001.tsl deleted file mode 100644 index e69de29..0000000 diff --git a/software/database/influxdb2/engine/data/9daf5deece22a359/autogen/4/index/0/MANIFEST b/software/database/influxdb2/engine/data/9daf5deece22a359/autogen/4/index/0/MANIFEST deleted file mode 100644 index 7222e31..0000000 --- a/software/database/influxdb2/engine/data/9daf5deece22a359/autogen/4/index/0/MANIFEST +++ /dev/null @@ -1,37 +0,0 @@ -{ - "levels": [ - {}, - { - "m": 33554432, - "k": 6 - }, - { - "m": 33554432, - "k": 6 - }, - { - "m": 67108864, - "k": 6 - }, - { - "m": 134217728, - "k": 6 - }, - { - "m": 268435456, - "k": 6 - }, - { - "m": 536870912, - "k": 6 - }, - { - "m": 1073741824, - "k": 6 - } - ], - "files": [ - "L0-00000001.tsl" - ], - "version": 1 -} diff --git a/software/database/influxdb2/engine/data/9daf5deece22a359/autogen/4/index/1/L0-00000001.tsl b/software/database/influxdb2/engine/data/9daf5deece22a359/autogen/4/index/1/L0-00000001.tsl deleted file mode 100644 index e69de29..0000000 diff --git a/software/database/influxdb2/engine/data/9daf5deece22a359/autogen/4/index/1/MANIFEST b/software/database/influxdb2/engine/data/9daf5deece22a359/autogen/4/index/1/MANIFEST deleted file mode 100644 index 7222e31..0000000 --- a/software/database/influxdb2/engine/data/9daf5deece22a359/autogen/4/index/1/MANIFEST +++ /dev/null @@ -1,37 +0,0 @@ -{ - "levels": [ - {}, - { - "m": 33554432, - "k": 6 - }, - { - "m": 33554432, - "k": 6 - }, - { - "m": 67108864, - "k": 6 - }, - { - "m": 134217728, - "k": 6 - }, - { - "m": 268435456, - "k": 6 - }, - { - "m": 536870912, - "k": 6 - }, - { - "m": 1073741824, - "k": 6 - } - ], - "files": [ - "L0-00000001.tsl" - ], - "version": 1 -} diff --git a/software/database/influxdb2/engine/data/9daf5deece22a359/autogen/4/index/2/L0-00000001.tsl b/software/database/influxdb2/engine/data/9daf5deece22a359/autogen/4/index/2/L0-00000001.tsl deleted file mode 100644 index e69de29..0000000 diff --git a/software/database/influxdb2/engine/data/9daf5deece22a359/autogen/4/index/2/MANIFEST b/software/database/influxdb2/engine/data/9daf5deece22a359/autogen/4/index/2/MANIFEST deleted file mode 100644 index 7222e31..0000000 --- a/software/database/influxdb2/engine/data/9daf5deece22a359/autogen/4/index/2/MANIFEST +++ /dev/null @@ -1,37 +0,0 @@ -{ - "levels": [ - {}, - { - "m": 33554432, - "k": 6 - }, - { - "m": 33554432, - "k": 6 - }, - { - "m": 67108864, - "k": 6 - }, - { - "m": 134217728, - "k": 6 - }, - { - "m": 268435456, - "k": 6 - }, - { - "m": 536870912, - "k": 6 - }, - { - "m": 1073741824, - "k": 6 - } - ], - "files": [ - "L0-00000001.tsl" - ], - "version": 1 -} diff --git a/software/database/influxdb2/engine/data/9daf5deece22a359/autogen/4/index/3/L0-00000002.tsl b/software/database/influxdb2/engine/data/9daf5deece22a359/autogen/4/index/3/L0-00000002.tsl deleted file mode 100644 index e69de29..0000000 diff --git a/software/database/influxdb2/engine/data/9daf5deece22a359/autogen/4/index/3/L1-00000001.tsi b/software/database/influxdb2/engine/data/9daf5deece22a359/autogen/4/index/3/L1-00000001.tsi deleted file mode 100644 index cb59933..0000000 Binary files a/software/database/influxdb2/engine/data/9daf5deece22a359/autogen/4/index/3/L1-00000001.tsi and /dev/null differ diff --git a/software/database/influxdb2/engine/data/9daf5deece22a359/autogen/4/index/3/MANIFEST b/software/database/influxdb2/engine/data/9daf5deece22a359/autogen/4/index/3/MANIFEST deleted file mode 100644 index a259b46..0000000 --- a/software/database/influxdb2/engine/data/9daf5deece22a359/autogen/4/index/3/MANIFEST +++ /dev/null @@ -1,38 +0,0 @@ -{ - "levels": [ - {}, - { - "m": 33554432, - "k": 6 - }, - { - "m": 33554432, - "k": 6 - }, - { - "m": 67108864, - "k": 6 - }, - { - "m": 134217728, - "k": 6 - }, - { - "m": 268435456, - "k": 6 - }, - { - "m": 536870912, - "k": 6 - }, - { - "m": 1073741824, - "k": 6 - } - ], - "files": [ - "L0-00000002.tsl", - "L1-00000001.tsi" - ], - "version": 1 -} diff --git a/software/database/influxdb2/engine/data/9daf5deece22a359/autogen/4/index/4/L0-00000001.tsl b/software/database/influxdb2/engine/data/9daf5deece22a359/autogen/4/index/4/L0-00000001.tsl deleted file mode 100644 index e69de29..0000000 diff --git a/software/database/influxdb2/engine/data/9daf5deece22a359/autogen/4/index/4/MANIFEST b/software/database/influxdb2/engine/data/9daf5deece22a359/autogen/4/index/4/MANIFEST deleted file mode 100644 index 7222e31..0000000 --- a/software/database/influxdb2/engine/data/9daf5deece22a359/autogen/4/index/4/MANIFEST +++ /dev/null @@ -1,37 +0,0 @@ -{ - "levels": [ - {}, - { - "m": 33554432, - "k": 6 - }, - { - "m": 33554432, - "k": 6 - }, - { - "m": 67108864, - "k": 6 - }, - { - "m": 134217728, - "k": 6 - }, - { - "m": 268435456, - "k": 6 - }, - { - "m": 536870912, - "k": 6 - }, - { - "m": 1073741824, - "k": 6 - } - ], - "files": [ - "L0-00000001.tsl" - ], - "version": 1 -} diff --git a/software/database/influxdb2/engine/data/9daf5deece22a359/autogen/4/index/5/L0-00000001.tsl b/software/database/influxdb2/engine/data/9daf5deece22a359/autogen/4/index/5/L0-00000001.tsl deleted file mode 100644 index e69de29..0000000 diff --git a/software/database/influxdb2/engine/data/9daf5deece22a359/autogen/4/index/5/MANIFEST b/software/database/influxdb2/engine/data/9daf5deece22a359/autogen/4/index/5/MANIFEST deleted file mode 100644 index 7222e31..0000000 --- a/software/database/influxdb2/engine/data/9daf5deece22a359/autogen/4/index/5/MANIFEST +++ /dev/null @@ -1,37 +0,0 @@ -{ - "levels": [ - {}, - { - "m": 33554432, - "k": 6 - }, - { - "m": 33554432, - "k": 6 - }, - { - "m": 67108864, - "k": 6 - }, - { - "m": 134217728, - "k": 6 - }, - { - "m": 268435456, - "k": 6 - }, - { - "m": 536870912, - "k": 6 - }, - { - "m": 1073741824, - "k": 6 - } - ], - "files": [ - "L0-00000001.tsl" - ], - "version": 1 -} diff --git a/software/database/influxdb2/engine/data/9daf5deece22a359/autogen/4/index/6/L0-00000001.tsl b/software/database/influxdb2/engine/data/9daf5deece22a359/autogen/4/index/6/L0-00000001.tsl deleted file mode 100644 index e69de29..0000000 diff --git a/software/database/influxdb2/engine/data/9daf5deece22a359/autogen/4/index/6/MANIFEST b/software/database/influxdb2/engine/data/9daf5deece22a359/autogen/4/index/6/MANIFEST deleted file mode 100644 index 7222e31..0000000 --- a/software/database/influxdb2/engine/data/9daf5deece22a359/autogen/4/index/6/MANIFEST +++ /dev/null @@ -1,37 +0,0 @@ -{ - "levels": [ - {}, - { - "m": 33554432, - "k": 6 - }, - { - "m": 33554432, - "k": 6 - }, - { - "m": 67108864, - "k": 6 - }, - { - "m": 134217728, - "k": 6 - }, - { - "m": 268435456, - "k": 6 - }, - { - "m": 536870912, - "k": 6 - }, - { - "m": 1073741824, - "k": 6 - } - ], - "files": [ - "L0-00000001.tsl" - ], - "version": 1 -} diff --git a/software/database/influxdb2/engine/data/9daf5deece22a359/autogen/4/index/7/L0-00000001.tsl b/software/database/influxdb2/engine/data/9daf5deece22a359/autogen/4/index/7/L0-00000001.tsl deleted file mode 100644 index e69de29..0000000 diff --git a/software/database/influxdb2/engine/data/9daf5deece22a359/autogen/4/index/7/MANIFEST b/software/database/influxdb2/engine/data/9daf5deece22a359/autogen/4/index/7/MANIFEST deleted file mode 100644 index 7222e31..0000000 --- a/software/database/influxdb2/engine/data/9daf5deece22a359/autogen/4/index/7/MANIFEST +++ /dev/null @@ -1,37 +0,0 @@ -{ - "levels": [ - {}, - { - "m": 33554432, - "k": 6 - }, - { - "m": 33554432, - "k": 6 - }, - { - "m": 67108864, - "k": 6 - }, - { - "m": 134217728, - "k": 6 - }, - { - "m": 268435456, - "k": 6 - }, - { - "m": 536870912, - "k": 6 - }, - { - "m": 1073741824, - "k": 6 - } - ], - "files": [ - "L0-00000001.tsl" - ], - "version": 1 -} diff --git a/software/database/influxdb2/engine/wal/3f41c83daedacb6b/autogen/10/_00001.wal b/software/database/influxdb2/engine/wal/3f41c83daedacb6b/autogen/10/_00001.wal deleted file mode 100644 index aec7e7b..0000000 Binary files a/software/database/influxdb2/engine/wal/3f41c83daedacb6b/autogen/10/_00001.wal and /dev/null differ diff --git a/software/database/influxdb2/engine/wal/3f41c83daedacb6b/autogen/3/_00010.wal b/software/database/influxdb2/engine/wal/3f41c83daedacb6b/autogen/3/_00010.wal deleted file mode 100644 index e69de29..0000000 diff --git a/software/database/influxdb2/influxd.bolt b/software/database/influxdb2/influxd.bolt deleted file mode 100755 index 916d002..0000000 Binary files a/software/database/influxdb2/influxd.bolt and /dev/null differ diff --git a/software/database/influxdb2/influxd.sqlite b/software/database/influxdb2/influxd.sqlite deleted file mode 100644 index 8d87457..0000000 Binary files a/software/database/influxdb2/influxd.sqlite and /dev/null differ diff --git a/software/flow/.config.nodes.json b/software/flow/.config.nodes.json deleted file mode 100644 index 347a037..0000000 --- a/software/flow/.config.nodes.json +++ /dev/null @@ -1,699 +0,0 @@ -{ - "node-red": { - "name": "node-red", - "version": "3.0.2", - "local": false, - "user": false, - "nodes": { - "junction": { - "name": "junction", - "types": [ - "junction" - ], - "enabled": true, - "local": false, - "user": false, - "module": "node-red", - "file": "/usr/src/node-red/node_modules/@node-red/nodes/core/common/05-junction.js" - }, - "inject": { - "name": "inject", - "types": [ - "inject" - ], - "enabled": true, - "local": false, - "user": false, - "module": "node-red", - "file": "/usr/src/node-red/node_modules/@node-red/nodes/core/common/20-inject.js" - }, - "debug": { - "name": "debug", - "types": [ - "debug" - ], - "enabled": true, - "local": false, - "user": false, - "module": "node-red", - "file": "/usr/src/node-red/node_modules/@node-red/nodes/core/common/21-debug.js" - }, - "complete": { - "name": "complete", - "types": [ - "complete" - ], - "enabled": true, - "local": false, - "user": false, - "module": "node-red", - "file": "/usr/src/node-red/node_modules/@node-red/nodes/core/common/24-complete.js" - }, - "catch": { - "name": "catch", - "types": [ - "catch" - ], - "enabled": true, - "local": false, - "user": false, - "module": "node-red", - "file": "/usr/src/node-red/node_modules/@node-red/nodes/core/common/25-catch.js" - }, - "status": { - "name": "status", - "types": [ - "status" - ], - "enabled": true, - "local": false, - "user": false, - "module": "node-red", - "file": "/usr/src/node-red/node_modules/@node-red/nodes/core/common/25-status.js" - }, - "link": { - "name": "link", - "types": [ - "link in", - "link out", - "link call" - ], - "enabled": true, - "local": false, - "user": false, - "module": "node-red", - "file": "/usr/src/node-red/node_modules/@node-red/nodes/core/common/60-link.js" - }, - "comment": { - "name": "comment", - "types": [ - "comment" - ], - "enabled": true, - "local": false, - "user": false, - "module": "node-red", - "file": "/usr/src/node-red/node_modules/@node-red/nodes/core/common/90-comment.js" - }, - "unknown": { - "name": "unknown", - "types": [ - "unknown" - ], - "enabled": true, - "local": false, - "user": false, - "module": "node-red", - "file": "/usr/src/node-red/node_modules/@node-red/nodes/core/common/98-unknown.js" - }, - "function": { - "name": "function", - "types": [ - "function" - ], - "enabled": true, - "local": false, - "user": false, - "module": "node-red", - "file": "/usr/src/node-red/node_modules/@node-red/nodes/core/function/10-function.js" - }, - "switch": { - "name": "switch", - "types": [ - "switch" - ], - "enabled": true, - "local": false, - "user": false, - "module": "node-red", - "file": "/usr/src/node-red/node_modules/@node-red/nodes/core/function/10-switch.js" - }, - "change": { - "name": "change", - "types": [ - "change" - ], - "enabled": true, - "local": false, - "user": false, - "module": "node-red", - "file": "/usr/src/node-red/node_modules/@node-red/nodes/core/function/15-change.js" - }, - "range": { - "name": "range", - "types": [ - "range" - ], - "enabled": true, - "local": false, - "user": false, - "module": "node-red", - "file": "/usr/src/node-red/node_modules/@node-red/nodes/core/function/16-range.js" - }, - "template": { - "name": "template", - "types": [ - "template" - ], - "enabled": true, - "local": false, - "user": false, - "module": "node-red", - "file": "/usr/src/node-red/node_modules/@node-red/nodes/core/function/80-template.js" - }, - "delay": { - "name": "delay", - "types": [ - "delay" - ], - "enabled": true, - "local": false, - "user": false, - "module": "node-red", - "file": "/usr/src/node-red/node_modules/@node-red/nodes/core/function/89-delay.js" - }, - "trigger": { - "name": "trigger", - "types": [ - "trigger" - ], - "enabled": true, - "local": false, - "user": false, - "module": "node-red", - "file": "/usr/src/node-red/node_modules/@node-red/nodes/core/function/89-trigger.js" - }, - "exec": { - "name": "exec", - "types": [ - "exec" - ], - "enabled": true, - "local": false, - "user": false, - "module": "node-red", - "file": "/usr/src/node-red/node_modules/@node-red/nodes/core/function/90-exec.js" - }, - "rbe": { - "name": "rbe", - "types": [ - "rbe" - ], - "enabled": true, - "local": false, - "user": false, - "module": "node-red", - "file": "/usr/src/node-red/node_modules/@node-red/nodes/core/function/rbe.js" - }, - "tls": { - "name": "tls", - "types": [ - "tls-config" - ], - "enabled": true, - "local": false, - "user": false, - "module": "node-red", - "file": "/usr/src/node-red/node_modules/@node-red/nodes/core/network/05-tls.js" - }, - "httpproxy": { - "name": "httpproxy", - "types": [ - "http proxy" - ], - "enabled": true, - "local": false, - "user": false, - "module": "node-red", - "file": "/usr/src/node-red/node_modules/@node-red/nodes/core/network/06-httpproxy.js" - }, - "mqtt": { - "name": "mqtt", - "types": [ - "mqtt in", - "mqtt out", - "mqtt-broker" - ], - "enabled": true, - "local": false, - "user": false, - "module": "node-red", - "file": "/usr/src/node-red/node_modules/@node-red/nodes/core/network/10-mqtt.js" - }, - "httpin": { - "name": "httpin", - "types": [ - "http in", - "http response" - ], - "enabled": true, - "local": false, - "user": false, - "module": "node-red", - "file": "/usr/src/node-red/node_modules/@node-red/nodes/core/network/21-httpin.js" - }, - "httprequest": { - "name": "httprequest", - "types": [ - "http request" - ], - "enabled": true, - "local": false, - "user": false, - "module": "node-red", - "file": "/usr/src/node-red/node_modules/@node-red/nodes/core/network/21-httprequest.js" - }, - "websocket": { - "name": "websocket", - "types": [ - "websocket in", - "websocket out", - "websocket-listener", - "websocket-client" - ], - "enabled": true, - "local": false, - "user": false, - "module": "node-red", - "file": "/usr/src/node-red/node_modules/@node-red/nodes/core/network/22-websocket.js" - }, - "tcpin": { - "name": "tcpin", - "types": [ - "tcp in", - "tcp out", - "tcp request" - ], - "enabled": true, - "local": false, - "user": false, - "module": "node-red", - "file": "/usr/src/node-red/node_modules/@node-red/nodes/core/network/31-tcpin.js" - }, - "udp": { - "name": "udp", - "types": [ - "udp in", - "udp out" - ], - "enabled": true, - "local": false, - "user": false, - "module": "node-red", - "file": "/usr/src/node-red/node_modules/@node-red/nodes/core/network/32-udp.js" - }, - "CSV": { - "name": "CSV", - "types": [ - "csv" - ], - "enabled": true, - "local": false, - "user": false, - "module": "node-red", - "file": "/usr/src/node-red/node_modules/@node-red/nodes/core/parsers/70-CSV.js" - }, - "HTML": { - "name": "HTML", - "types": [ - "html" - ], - "enabled": true, - "local": false, - "user": false, - "module": "node-red", - "file": "/usr/src/node-red/node_modules/@node-red/nodes/core/parsers/70-HTML.js" - }, - "JSON": { - "name": "JSON", - "types": [ - "json" - ], - "enabled": true, - "local": false, - "user": false, - "module": "node-red", - "file": "/usr/src/node-red/node_modules/@node-red/nodes/core/parsers/70-JSON.js" - }, - "XML": { - "name": "XML", - "types": [ - "xml" - ], - "enabled": true, - "local": false, - "user": false, - "module": "node-red", - "file": "/usr/src/node-red/node_modules/@node-red/nodes/core/parsers/70-XML.js" - }, - "YAML": { - "name": "YAML", - "types": [ - "yaml" - ], - "enabled": true, - "local": false, - "user": false, - "module": "node-red", - "file": "/usr/src/node-red/node_modules/@node-red/nodes/core/parsers/70-YAML.js" - }, - "split": { - "name": "split", - "types": [ - "split", - "join" - ], - "enabled": true, - "local": false, - "user": false, - "module": "node-red", - "file": "/usr/src/node-red/node_modules/@node-red/nodes/core/sequence/17-split.js" - }, - "sort": { - "name": "sort", - "types": [ - "sort" - ], - "enabled": true, - "local": false, - "user": false, - "module": "node-red", - "file": "/usr/src/node-red/node_modules/@node-red/nodes/core/sequence/18-sort.js" - }, - "batch": { - "name": "batch", - "types": [ - "batch" - ], - "enabled": true, - "local": false, - "user": false, - "module": "node-red", - "file": "/usr/src/node-red/node_modules/@node-red/nodes/core/sequence/19-batch.js" - }, - "file": { - "name": "file", - "types": [ - "file", - "file in" - ], - "enabled": true, - "local": false, - "user": false, - "module": "node-red", - "file": "/usr/src/node-red/node_modules/@node-red/nodes/core/storage/10-file.js" - }, - "watch": { - "name": "watch", - "types": [ - "watch" - ], - "enabled": true, - "local": false, - "user": false, - "module": "node-red", - "file": "/usr/src/node-red/node_modules/@node-red/nodes/core/storage/23-watch.js" - } - } - }, - "node-red-dashboard": { - "name": "node-red-dashboard", - "version": "3.3.1", - "local": true, - "user": true, - "nodes": { - "ui_base": { - "name": "ui_base", - "types": [ - "ui_base" - ], - "enabled": true, - "local": true, - "user": false, - "module": "node-red-dashboard", - "file": "/data/node_modules/node-red-dashboard/nodes/ui_base.js" - }, - "ui_button": { - "name": "ui_button", - "types": [ - "ui_button" - ], - "enabled": true, - "local": true, - "user": false, - "module": "node-red-dashboard", - "file": "/data/node_modules/node-red-dashboard/nodes/ui_button.js" - }, - "ui_dropdown": { - "name": "ui_dropdown", - "types": [ - "ui_dropdown" - ], - "enabled": true, - "local": true, - "user": false, - "module": "node-red-dashboard", - "file": "/data/node_modules/node-red-dashboard/nodes/ui_dropdown.js" - }, - "ui_switch": { - "name": "ui_switch", - "types": [ - "ui_switch" - ], - "enabled": true, - "local": true, - "user": false, - "module": "node-red-dashboard", - "file": "/data/node_modules/node-red-dashboard/nodes/ui_switch.js" - }, - "ui_slider": { - "name": "ui_slider", - "types": [ - "ui_slider" - ], - "enabled": true, - "local": true, - "user": false, - "module": "node-red-dashboard", - "file": "/data/node_modules/node-red-dashboard/nodes/ui_slider.js" - }, - "ui_numeric": { - "name": "ui_numeric", - "types": [ - "ui_numeric" - ], - "enabled": true, - "local": true, - "user": false, - "module": "node-red-dashboard", - "file": "/data/node_modules/node-red-dashboard/nodes/ui_numeric.js" - }, - "ui_text_input": { - "name": "ui_text_input", - "types": [ - "ui_text_input" - ], - "enabled": true, - "local": true, - "user": false, - "module": "node-red-dashboard", - "file": "/data/node_modules/node-red-dashboard/nodes/ui_text_input.js" - }, - "ui_date_picker": { - "name": "ui_date_picker", - "types": [ - "ui_date_picker" - ], - "enabled": true, - "local": true, - "user": false, - "module": "node-red-dashboard", - "file": "/data/node_modules/node-red-dashboard/nodes/ui_date_picker.js" - }, - "ui_colour_picker": { - "name": "ui_colour_picker", - "types": [ - "ui_colour_picker" - ], - "enabled": true, - "local": true, - "user": false, - "module": "node-red-dashboard", - "file": "/data/node_modules/node-red-dashboard/nodes/ui_colour_picker.js" - }, - "ui_form": { - "name": "ui_form", - "types": [ - "ui_form" - ], - "enabled": true, - "local": true, - "user": false, - "module": "node-red-dashboard", - "file": "/data/node_modules/node-red-dashboard/nodes/ui_form.js" - }, - "ui_text": { - "name": "ui_text", - "types": [ - "ui_text" - ], - "enabled": true, - "local": true, - "user": false, - "module": "node-red-dashboard", - "file": "/data/node_modules/node-red-dashboard/nodes/ui_text.js" - }, - "ui_gauge": { - "name": "ui_gauge", - "types": [ - "ui_gauge" - ], - "enabled": true, - "local": true, - "user": false, - "module": "node-red-dashboard", - "file": "/data/node_modules/node-red-dashboard/nodes/ui_gauge.js" - }, - "ui_chart": { - "name": "ui_chart", - "types": [ - "ui_chart" - ], - "enabled": true, - "local": true, - "user": false, - "module": "node-red-dashboard", - "file": "/data/node_modules/node-red-dashboard/nodes/ui_chart.js" - }, - "ui_audio": { - "name": "ui_audio", - "types": [ - "ui_audio" - ], - "enabled": true, - "local": true, - "user": false, - "module": "node-red-dashboard", - "file": "/data/node_modules/node-red-dashboard/nodes/ui_audio.js" - }, - "ui_toast": { - "name": "ui_toast", - "types": [ - "ui_toast" - ], - "enabled": true, - "local": true, - "user": false, - "module": "node-red-dashboard", - "file": "/data/node_modules/node-red-dashboard/nodes/ui_toast.js" - }, - "ui_ui_control": { - "name": "ui_ui_control", - "types": [ - "ui_ui_control" - ], - "enabled": true, - "local": true, - "user": false, - "module": "node-red-dashboard", - "file": "/data/node_modules/node-red-dashboard/nodes/ui_ui_control.js" - }, - "ui_template": { - "name": "ui_template", - "types": [ - "ui_template" - ], - "enabled": true, - "local": true, - "user": false, - "module": "node-red-dashboard", - "file": "/data/node_modules/node-red-dashboard/nodes/ui_template.js" - }, - "ui_link": { - "name": "ui_link", - "types": [ - "ui_link" - ], - "enabled": true, - "local": true, - "user": false, - "module": "node-red-dashboard", - "file": "/data/node_modules/node-red-dashboard/nodes/ui_link.js" - }, - "ui_tab": { - "name": "ui_tab", - "types": [ - "ui_tab" - ], - "enabled": true, - "local": true, - "user": false, - "module": "node-red-dashboard", - "file": "/data/node_modules/node-red-dashboard/nodes/ui_tab.js" - }, - "ui_group": { - "name": "ui_group", - "types": [ - "ui_group" - ], - "enabled": true, - "local": true, - "user": false, - "module": "node-red-dashboard", - "file": "/data/node_modules/node-red-dashboard/nodes/ui_group.js" - }, - "ui_spacer": { - "name": "ui_spacer", - "types": [ - "ui_spacer" - ], - "enabled": true, - "local": true, - "user": false, - "module": "node-red-dashboard", - "file": "/data/node_modules/node-red-dashboard/nodes/ui_spacer.js" - } - } - }, - "node-red-contrib-influxdb": { - "name": "node-red-contrib-influxdb", - "version": "0.6.1", - "local": true, - "user": true, - "nodes": { - "influxdb": { - "name": "influxdb", - "types": [ - "influxdb", - "influxdb out", - "influxdb batch", - "influxdb in" - ], - "enabled": true, - "local": true, - "user": false, - "module": "node-red-contrib-influxdb", - "file": "/data/node_modules/node-red-contrib-influxdb/influxdb.js" - } - } - }, - "node-red-contrib-watt2kwh": { - "name": "node-red-contrib-watt2kwh", - "version": "0.1.2", - "local": true, - "user": true, - "nodes": { - "simpletime": { - "name": "simpletime", - "types": [ - "watt2kwh" - ], - "enabled": true, - "local": true, - "user": false, - "module": "node-red-contrib-watt2kwh", - "file": "/data/node_modules/node-red-contrib-watt2kwh/watt2kwh.js" - } - } - } -} \ No newline at end of file diff --git a/software/flow/.config.nodes.json.backup b/software/flow/.config.nodes.json.backup deleted file mode 100644 index 9aa1770..0000000 --- a/software/flow/.config.nodes.json.backup +++ /dev/null @@ -1,680 +0,0 @@ -{ - "node-red": { - "name": "node-red", - "version": "3.0.2", - "local": false, - "user": false, - "nodes": { - "junction": { - "name": "junction", - "types": [ - "junction" - ], - "enabled": true, - "local": false, - "user": false, - "module": "node-red", - "file": "/usr/src/node-red/node_modules/@node-red/nodes/core/common/05-junction.js" - }, - "inject": { - "name": "inject", - "types": [ - "inject" - ], - "enabled": true, - "local": false, - "user": false, - "module": "node-red", - "file": "/usr/src/node-red/node_modules/@node-red/nodes/core/common/20-inject.js" - }, - "debug": { - "name": "debug", - "types": [ - "debug" - ], - "enabled": true, - "local": false, - "user": false, - "module": "node-red", - "file": "/usr/src/node-red/node_modules/@node-red/nodes/core/common/21-debug.js" - }, - "complete": { - "name": "complete", - "types": [ - "complete" - ], - "enabled": true, - "local": false, - "user": false, - "module": "node-red", - "file": "/usr/src/node-red/node_modules/@node-red/nodes/core/common/24-complete.js" - }, - "catch": { - "name": "catch", - "types": [ - "catch" - ], - "enabled": true, - "local": false, - "user": false, - "module": "node-red", - "file": "/usr/src/node-red/node_modules/@node-red/nodes/core/common/25-catch.js" - }, - "status": { - "name": "status", - "types": [ - "status" - ], - "enabled": true, - "local": false, - "user": false, - "module": "node-red", - "file": "/usr/src/node-red/node_modules/@node-red/nodes/core/common/25-status.js" - }, - "link": { - "name": "link", - "types": [ - "link in", - "link out", - "link call" - ], - "enabled": true, - "local": false, - "user": false, - "module": "node-red", - "file": "/usr/src/node-red/node_modules/@node-red/nodes/core/common/60-link.js" - }, - "comment": { - "name": "comment", - "types": [ - "comment" - ], - "enabled": true, - "local": false, - "user": false, - "module": "node-red", - "file": "/usr/src/node-red/node_modules/@node-red/nodes/core/common/90-comment.js" - }, - "unknown": { - "name": "unknown", - "types": [ - "unknown" - ], - "enabled": true, - "local": false, - "user": false, - "module": "node-red", - "file": "/usr/src/node-red/node_modules/@node-red/nodes/core/common/98-unknown.js" - }, - "function": { - "name": "function", - "types": [ - "function" - ], - "enabled": true, - "local": false, - "user": false, - "module": "node-red", - "file": "/usr/src/node-red/node_modules/@node-red/nodes/core/function/10-function.js" - }, - "switch": { - "name": "switch", - "types": [ - "switch" - ], - "enabled": true, - "local": false, - "user": false, - "module": "node-red", - "file": "/usr/src/node-red/node_modules/@node-red/nodes/core/function/10-switch.js" - }, - "change": { - "name": "change", - "types": [ - "change" - ], - "enabled": true, - "local": false, - "user": false, - "module": "node-red", - "file": "/usr/src/node-red/node_modules/@node-red/nodes/core/function/15-change.js" - }, - "range": { - "name": "range", - "types": [ - "range" - ], - "enabled": true, - "local": false, - "user": false, - "module": "node-red", - "file": "/usr/src/node-red/node_modules/@node-red/nodes/core/function/16-range.js" - }, - "template": { - "name": "template", - "types": [ - "template" - ], - "enabled": true, - "local": false, - "user": false, - "module": "node-red", - "file": "/usr/src/node-red/node_modules/@node-red/nodes/core/function/80-template.js" - }, - "delay": { - "name": "delay", - "types": [ - "delay" - ], - "enabled": true, - "local": false, - "user": false, - "module": "node-red", - "file": "/usr/src/node-red/node_modules/@node-red/nodes/core/function/89-delay.js" - }, - "trigger": { - "name": "trigger", - "types": [ - "trigger" - ], - "enabled": true, - "local": false, - "user": false, - "module": "node-red", - "file": "/usr/src/node-red/node_modules/@node-red/nodes/core/function/89-trigger.js" - }, - "exec": { - "name": "exec", - "types": [ - "exec" - ], - "enabled": true, - "local": false, - "user": false, - "module": "node-red", - "file": "/usr/src/node-red/node_modules/@node-red/nodes/core/function/90-exec.js" - }, - "rbe": { - "name": "rbe", - "types": [ - "rbe" - ], - "enabled": true, - "local": false, - "user": false, - "module": "node-red", - "file": "/usr/src/node-red/node_modules/@node-red/nodes/core/function/rbe.js" - }, - "tls": { - "name": "tls", - "types": [ - "tls-config" - ], - "enabled": true, - "local": false, - "user": false, - "module": "node-red", - "file": "/usr/src/node-red/node_modules/@node-red/nodes/core/network/05-tls.js" - }, - "httpproxy": { - "name": "httpproxy", - "types": [ - "http proxy" - ], - "enabled": true, - "local": false, - "user": false, - "module": "node-red", - "file": "/usr/src/node-red/node_modules/@node-red/nodes/core/network/06-httpproxy.js" - }, - "mqtt": { - "name": "mqtt", - "types": [ - "mqtt in", - "mqtt out", - "mqtt-broker" - ], - "enabled": true, - "local": false, - "user": false, - "module": "node-red", - "file": "/usr/src/node-red/node_modules/@node-red/nodes/core/network/10-mqtt.js" - }, - "httpin": { - "name": "httpin", - "types": [ - "http in", - "http response" - ], - "enabled": true, - "local": false, - "user": false, - "module": "node-red", - "file": "/usr/src/node-red/node_modules/@node-red/nodes/core/network/21-httpin.js" - }, - "httprequest": { - "name": "httprequest", - "types": [ - "http request" - ], - "enabled": true, - "local": false, - "user": false, - "module": "node-red", - "file": "/usr/src/node-red/node_modules/@node-red/nodes/core/network/21-httprequest.js" - }, - "websocket": { - "name": "websocket", - "types": [ - "websocket in", - "websocket out", - "websocket-listener", - "websocket-client" - ], - "enabled": true, - "local": false, - "user": false, - "module": "node-red", - "file": "/usr/src/node-red/node_modules/@node-red/nodes/core/network/22-websocket.js" - }, - "tcpin": { - "name": "tcpin", - "types": [ - "tcp in", - "tcp out", - "tcp request" - ], - "enabled": true, - "local": false, - "user": false, - "module": "node-red", - "file": "/usr/src/node-red/node_modules/@node-red/nodes/core/network/31-tcpin.js" - }, - "udp": { - "name": "udp", - "types": [ - "udp in", - "udp out" - ], - "enabled": true, - "local": false, - "user": false, - "module": "node-red", - "file": "/usr/src/node-red/node_modules/@node-red/nodes/core/network/32-udp.js" - }, - "CSV": { - "name": "CSV", - "types": [ - "csv" - ], - "enabled": true, - "local": false, - "user": false, - "module": "node-red", - "file": "/usr/src/node-red/node_modules/@node-red/nodes/core/parsers/70-CSV.js" - }, - "HTML": { - "name": "HTML", - "types": [ - "html" - ], - "enabled": true, - "local": false, - "user": false, - "module": "node-red", - "file": "/usr/src/node-red/node_modules/@node-red/nodes/core/parsers/70-HTML.js" - }, - "JSON": { - "name": "JSON", - "types": [ - "json" - ], - "enabled": true, - "local": false, - "user": false, - "module": "node-red", - "file": "/usr/src/node-red/node_modules/@node-red/nodes/core/parsers/70-JSON.js" - }, - "XML": { - "name": "XML", - "types": [ - "xml" - ], - "enabled": true, - "local": false, - "user": false, - "module": "node-red", - "file": "/usr/src/node-red/node_modules/@node-red/nodes/core/parsers/70-XML.js" - }, - "YAML": { - "name": "YAML", - "types": [ - "yaml" - ], - "enabled": true, - "local": false, - "user": false, - "module": "node-red", - "file": "/usr/src/node-red/node_modules/@node-red/nodes/core/parsers/70-YAML.js" - }, - "split": { - "name": "split", - "types": [ - "split", - "join" - ], - "enabled": true, - "local": false, - "user": false, - "module": "node-red", - "file": "/usr/src/node-red/node_modules/@node-red/nodes/core/sequence/17-split.js" - }, - "sort": { - "name": "sort", - "types": [ - "sort" - ], - "enabled": true, - "local": false, - "user": false, - "module": "node-red", - "file": "/usr/src/node-red/node_modules/@node-red/nodes/core/sequence/18-sort.js" - }, - "batch": { - "name": "batch", - "types": [ - "batch" - ], - "enabled": true, - "local": false, - "user": false, - "module": "node-red", - "file": "/usr/src/node-red/node_modules/@node-red/nodes/core/sequence/19-batch.js" - }, - "file": { - "name": "file", - "types": [ - "file", - "file in" - ], - "enabled": true, - "local": false, - "user": false, - "module": "node-red", - "file": "/usr/src/node-red/node_modules/@node-red/nodes/core/storage/10-file.js" - }, - "watch": { - "name": "watch", - "types": [ - "watch" - ], - "enabled": true, - "local": false, - "user": false, - "module": "node-red", - "file": "/usr/src/node-red/node_modules/@node-red/nodes/core/storage/23-watch.js" - } - } - }, - "node-red-dashboard": { - "name": "node-red-dashboard", - "version": "3.3.1", - "local": true, - "user": true, - "nodes": { - "ui_base": { - "name": "ui_base", - "types": [ - "ui_base" - ], - "enabled": true, - "local": true, - "user": false, - "module": "node-red-dashboard", - "file": "/data/node_modules/node-red-dashboard/nodes/ui_base.js" - }, - "ui_button": { - "name": "ui_button", - "types": [ - "ui_button" - ], - "enabled": true, - "local": true, - "user": false, - "module": "node-red-dashboard", - "file": "/data/node_modules/node-red-dashboard/nodes/ui_button.js" - }, - "ui_dropdown": { - "name": "ui_dropdown", - "types": [ - "ui_dropdown" - ], - "enabled": true, - "local": true, - "user": false, - "module": "node-red-dashboard", - "file": "/data/node_modules/node-red-dashboard/nodes/ui_dropdown.js" - }, - "ui_switch": { - "name": "ui_switch", - "types": [ - "ui_switch" - ], - "enabled": true, - "local": true, - "user": false, - "module": "node-red-dashboard", - "file": "/data/node_modules/node-red-dashboard/nodes/ui_switch.js" - }, - "ui_slider": { - "name": "ui_slider", - "types": [ - "ui_slider" - ], - "enabled": true, - "local": true, - "user": false, - "module": "node-red-dashboard", - "file": "/data/node_modules/node-red-dashboard/nodes/ui_slider.js" - }, - "ui_numeric": { - "name": "ui_numeric", - "types": [ - "ui_numeric" - ], - "enabled": true, - "local": true, - "user": false, - "module": "node-red-dashboard", - "file": "/data/node_modules/node-red-dashboard/nodes/ui_numeric.js" - }, - "ui_text_input": { - "name": "ui_text_input", - "types": [ - "ui_text_input" - ], - "enabled": true, - "local": true, - "user": false, - "module": "node-red-dashboard", - "file": "/data/node_modules/node-red-dashboard/nodes/ui_text_input.js" - }, - "ui_date_picker": { - "name": "ui_date_picker", - "types": [ - "ui_date_picker" - ], - "enabled": true, - "local": true, - "user": false, - "module": "node-red-dashboard", - "file": "/data/node_modules/node-red-dashboard/nodes/ui_date_picker.js" - }, - "ui_colour_picker": { - "name": "ui_colour_picker", - "types": [ - "ui_colour_picker" - ], - "enabled": true, - "local": true, - "user": false, - "module": "node-red-dashboard", - "file": "/data/node_modules/node-red-dashboard/nodes/ui_colour_picker.js" - }, - "ui_form": { - "name": "ui_form", - "types": [ - "ui_form" - ], - "enabled": true, - "local": true, - "user": false, - "module": "node-red-dashboard", - "file": "/data/node_modules/node-red-dashboard/nodes/ui_form.js" - }, - "ui_text": { - "name": "ui_text", - "types": [ - "ui_text" - ], - "enabled": true, - "local": true, - "user": false, - "module": "node-red-dashboard", - "file": "/data/node_modules/node-red-dashboard/nodes/ui_text.js" - }, - "ui_gauge": { - "name": "ui_gauge", - "types": [ - "ui_gauge" - ], - "enabled": true, - "local": true, - "user": false, - "module": "node-red-dashboard", - "file": "/data/node_modules/node-red-dashboard/nodes/ui_gauge.js" - }, - "ui_chart": { - "name": "ui_chart", - "types": [ - "ui_chart" - ], - "enabled": true, - "local": true, - "user": false, - "module": "node-red-dashboard", - "file": "/data/node_modules/node-red-dashboard/nodes/ui_chart.js" - }, - "ui_audio": { - "name": "ui_audio", - "types": [ - "ui_audio" - ], - "enabled": true, - "local": true, - "user": false, - "module": "node-red-dashboard", - "file": "/data/node_modules/node-red-dashboard/nodes/ui_audio.js" - }, - "ui_toast": { - "name": "ui_toast", - "types": [ - "ui_toast" - ], - "enabled": true, - "local": true, - "user": false, - "module": "node-red-dashboard", - "file": "/data/node_modules/node-red-dashboard/nodes/ui_toast.js" - }, - "ui_ui_control": { - "name": "ui_ui_control", - "types": [ - "ui_ui_control" - ], - "enabled": true, - "local": true, - "user": false, - "module": "node-red-dashboard", - "file": "/data/node_modules/node-red-dashboard/nodes/ui_ui_control.js" - }, - "ui_template": { - "name": "ui_template", - "types": [ - "ui_template" - ], - "enabled": true, - "local": true, - "user": false, - "module": "node-red-dashboard", - "file": "/data/node_modules/node-red-dashboard/nodes/ui_template.js" - }, - "ui_link": { - "name": "ui_link", - "types": [ - "ui_link" - ], - "enabled": true, - "local": true, - "user": false, - "module": "node-red-dashboard", - "file": "/data/node_modules/node-red-dashboard/nodes/ui_link.js" - }, - "ui_tab": { - "name": "ui_tab", - "types": [ - "ui_tab" - ], - "enabled": true, - "local": true, - "user": false, - "module": "node-red-dashboard", - "file": "/data/node_modules/node-red-dashboard/nodes/ui_tab.js" - }, - "ui_group": { - "name": "ui_group", - "types": [ - "ui_group" - ], - "enabled": true, - "local": true, - "user": false, - "module": "node-red-dashboard", - "file": "/data/node_modules/node-red-dashboard/nodes/ui_group.js" - }, - "ui_spacer": { - "name": "ui_spacer", - "types": [ - "ui_spacer" - ], - "enabled": true, - "local": true, - "user": false, - "module": "node-red-dashboard", - "file": "/data/node_modules/node-red-dashboard/nodes/ui_spacer.js" - } - } - }, - "node-red-contrib-influxdb": { - "name": "node-red-contrib-influxdb", - "version": "0.6.1", - "local": true, - "user": true, - "nodes": { - "influxdb": { - "name": "influxdb", - "types": [ - "influxdb", - "influxdb out", - "influxdb batch", - "influxdb in" - ], - "enabled": true, - "local": true, - "user": false, - "module": "node-red-contrib-influxdb", - "file": "/data/node_modules/node-red-contrib-influxdb/influxdb.js" - } - } - } -} \ No newline at end of file diff --git a/software/flow/.config.projects.json b/software/flow/.config.projects.json deleted file mode 100644 index 6ddcd7f..0000000 --- a/software/flow/.config.projects.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "projects": {} -} \ No newline at end of file diff --git a/software/flow/.config.runtime.json b/software/flow/.config.runtime.json deleted file mode 100644 index a8140b1..0000000 --- a/software/flow/.config.runtime.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "_credentialSecret": "5fca422db6ac11c728aa00dfef91d48bf3c8230f61b91154e87200de0dbb81d6" -} \ No newline at end of file diff --git a/software/flow/.config.users.json b/software/flow/.config.users.json deleted file mode 100644 index 0b8d491..0000000 --- a/software/flow/.config.users.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "_": { - "editor": { - "view": { - "view-store-zoom": false, - "view-store-position": false, - "view-show-grid": true, - "view-snap-grid": true, - "view-grid-size": "20", - "view-node-status": true, - "view-node-show-label": true, - "view-show-tips": true, - "view-show-welcome-tours": true - }, - "tours": { - "welcome": "3.0.2" - } - }, - "git": { - "user": { - "name": "", - "email": "" - }, - "workflow": { - "mode": "manual" - } - }, - "debug": { - "filter": "filterAll" - } - } -} \ No newline at end of file diff --git a/software/flow/.config.users.json.backup b/software/flow/.config.users.json.backup deleted file mode 100644 index 1b92d6d..0000000 --- a/software/flow/.config.users.json.backup +++ /dev/null @@ -1,32 +0,0 @@ -{ - "_": { - "editor": { - "view": { - "view-store-zoom": false, - "view-store-position": false, - "view-show-grid": true, - "view-snap-grid": true, - "view-grid-size": "20", - "view-node-status": true, - "view-node-show-label": true, - "view-show-tips": true, - "view-show-welcome-tours": true - }, - "tours": { - "welcome": "3.0.2" - } - }, - "git": { - "user": { - "name": "", - "email": "" - }, - "workflow": { - "mode": "manual" - } - }, - "debug": { - "filter": "filterSelected" - } - } -} \ No newline at end of file diff --git a/software/flow/.flows.json.backup b/software/flow/.flows.json.backup deleted file mode 100644 index 418b399..0000000 --- a/software/flow/.flows.json.backup +++ /dev/null @@ -1,1804 +0,0 @@ -[ - { - "id": "f6f2187d.f17ca8", - "type": "tab", - "label": "MQTT2Influxdb", - "disabled": false, - "info": "" - }, - { - "id": "ae14dbbaafe62be6", - "type": "tab", - "label": "CSV2Influxdb", - "disabled": false, - "info": "", - "env": [] - }, - { - "id": "d0f6fc20cc752ed0", - "type": "tab", - "label": "Debug Dashboard", - "disabled": false, - "info": "" - }, - { - "id": "325e309897bf4538", - "type": "tab", - "label": "3dprinter", - "disabled": false, - "info": "", - "env": [] - }, - { - "id": "47e5443dc1c29bcd", - "type": "tab", - "label": "laser cutter", - "disabled": false, - "info": "", - "env": [] - }, - { - "id": "8ef0902d5920bef2", - "type": "tab", - "label": "cnc", - "disabled": false, - "info": "", - "env": [] - }, - { - "id": "7ce136dbb8c897d1", - "type": "mqtt-broker", - "name": "pi-mqtt-server:1833", - "broker": "pi-mqtt-server", - "port": "1883", - "clientid": "", - "autoConnect": true, - "usetls": false, - "protocolVersion": "4", - "keepalive": "60", - "cleansession": true, - "birthTopic": "", - "birthQos": "0", - "birthRetain": "false", - "birthPayload": "", - "birthMsg": {}, - "closeTopic": "", - "closeQos": "0", - "closeRetain": "false", - "closePayload": "", - "closeMsg": {}, - "willTopic": "", - "willQos": "0", - "willRetain": "false", - "willPayload": "", - "willMsg": {}, - "userProps": "", - "sessionExpiry": "" - }, - { - "id": "368e029bdaefea73", - "type": "ui_group", - "name": "Power", - "tab": "8eef9f1fd7446608", - "order": 1, - "disp": true, - "width": "6", - "collapse": false, - "className": "" - }, - { - "id": "8eef9f1fd7446608", - "type": "ui_tab", - "name": "Powermonitor", - "icon": "dashboard", - "order": 1, - "disabled": false, - "hidden": false - }, - { - "id": "90bc7a058a6ccbd7", - "type": "ui_base", - "theme": { - "name": "theme-light", - "lightTheme": { - "default": "#0094CE", - "baseColor": "#0094CE", - "baseFont": "-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif", - "edited": true, - "reset": false - }, - "darkTheme": { - "default": "#097479", - "baseColor": "#097479", - "baseFont": "-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif", - "edited": false - }, - "customTheme": { - "name": "Untitled Theme 1", - "default": "#4B7930", - "baseColor": "#4B7930", - "baseFont": "-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif" - }, - "themeState": { - "base-color": { - "default": "#0094CE", - "value": "#0094CE", - "edited": false - }, - "page-titlebar-backgroundColor": { - "value": "#0094CE", - "edited": false - }, - "page-backgroundColor": { - "value": "#fafafa", - "edited": false - }, - "page-sidebar-backgroundColor": { - "value": "#ffffff", - "edited": false - }, - "group-textColor": { - "value": "#1bbfff", - "edited": false - }, - "group-borderColor": { - "value": "#ffffff", - "edited": false - }, - "group-backgroundColor": { - "value": "#ffffff", - "edited": false - }, - "widget-textColor": { - "value": "#111111", - "edited": false - }, - "widget-backgroundColor": { - "value": "#0094ce", - "edited": false - }, - "widget-borderColor": { - "value": "#ffffff", - "edited": false - }, - "base-font": { - "value": "-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif" - } - }, - "angularTheme": { - "primary": "indigo", - "accents": "blue", - "warn": "red", - "background": "grey", - "palette": "light" - } - }, - "site": { - "name": "Node-RED Dashboard", - "hideToolbar": "false", - "allowSwipe": "false", - "lockMenu": "false", - "allowTempTheme": "true", - "dateFormat": "DD.MM.YYYY", - "sizes": { - "sx": 48, - "sy": 48, - "gx": 6, - "gy": 6, - "cx": 6, - "cy": 6, - "px": 0, - "py": 0 - } - } - }, - { - "id": "eeb221fb.ab27f", - "type": "influxdb", - "hostname": "127.0.0.1", - "port": "8086", - "protocol": "http", - "database": "test", - "name": "test", - "usetls": true, - "tls": "d50d0c9f.31e858", - "influxdbVersion": "1.x", - "url": "http://localhost:8086", - "rejectUnauthorized": true - }, - { - "id": "d50d0c9f.31e858", - "type": "tls-config", - "name": "", - "cert": "", - "key": "", - "ca": "", - "certname": "", - "keyname": "", - "caname": "", - "servername": "", - "verifyservercert": false - }, - { - "id": "d61a7da6caeb26aa", - "type": "influxdb", - "hostname": "influxdb", - "port": "8086", - "protocol": "http", - "database": "database", - "name": "influx", - "usetls": false, - "tls": "d50d0c9f.31e858", - "influxdbVersion": "2.0", - "url": "http://influxdb:8086", - "rejectUnauthorized": true - }, - { - "id": "4cf36a44b74caee5", - "type": "mqtt-broker", - "name": "mosquitto", - "broker": "mosquitto", - "port": "1883", - "clientid": "", - "autoConnect": true, - "usetls": false, - "protocolVersion": "4", - "keepalive": "60", - "cleansession": true, - "birthTopic": "", - "birthQos": "0", - "birthRetain": "false", - "birthPayload": "", - "birthMsg": {}, - "closeTopic": "", - "closeQos": "0", - "closeRetain": "false", - "closePayload": "", - "closeMsg": {}, - "willTopic": "", - "willQos": "0", - "willRetain": "false", - "willPayload": "", - "willMsg": {}, - "userProps": "", - "sessionExpiry": "" - }, - { - "id": "00a750cdfb54579e", - "type": "mqtt in", - "z": "f6f2187d.f17ca8", - "name": "", - "topic": "/iot-platform/energy-monitor/test-device/watt", - "qos": "1", - "datatype": "auto-detect", - "broker": "7ce136dbb8c897d1", - "nl": false, - "rap": true, - "rh": 0, - "inputs": 0, - "x": 270, - "y": 480, - "wires": [ - [ - "16687c90623bdb9b" - ] - ] - }, - { - "id": "7e53d20583f56487", - "type": "influxdb out", - "z": "f6f2187d.f17ca8", - "influxdb": "d61a7da6caeb26aa", - "name": "Influx watt", - "measurement": "msg", - "precision": "", - "retentionPolicy": "", - "database": "database", - "precisionV18FluxV20": "ms", - "retentionPolicyV18Flux": "", - "org": "Curious Community Labs", - "bucket": "test", - "x": 810, - "y": 500, - "wires": [] - }, - { - "id": "16687c90623bdb9b", - "type": "function", - "z": "f6f2187d.f17ca8", - "name": "toNumber", - "func": "\nmsg.payload = Number(msg.payload)\nreturn msg;", - "outputs": 1, - "noerr": 0, - "initialize": "", - "finalize": "", - "libs": [], - "x": 540, - "y": 480, - "wires": [ - [ - "7e53d20583f56487", - "499e0f3651d818db" - ] - ] - }, - { - "id": "499e0f3651d818db", - "type": "debug", - "z": "f6f2187d.f17ca8", - "name": "consumption", - "active": true, - "tosidebar": true, - "console": false, - "tostatus": false, - "complete": "payload", - "targetType": "msg", - "statusVal": "", - "statusType": "auto", - "x": 810, - "y": 420, - "wires": [] - }, - { - "id": "b14166f65d5aec75", - "type": "mqtt in", - "z": "f6f2187d.f17ca8", - "name": "", - "topic": "tele/tasmota_A4D1F3/SENSOR", - "qos": "1", - "datatype": "auto-detect", - "broker": "7ce136dbb8c897d1", - "nl": false, - "rap": true, - "rh": 0, - "inputs": 0, - "x": 210, - "y": 720, - "wires": [ - [ - "29cd45a4f1feb505" - ] - ] - }, - { - "id": "23c62c30ebabca6e", - "type": "influxdb out", - "z": "f6f2187d.f17ca8", - "influxdb": "d61a7da6caeb26aa", - "name": "Influx plant sensor", - "measurement": "msg", - "precision": "", - "retentionPolicy": "", - "database": "database", - "precisionV18FluxV20": "ms", - "retentionPolicyV18Flux": "", - "org": "Curious Community Labs", - "bucket": "plant", - "x": 790, - "y": 640, - "wires": [] - }, - { - "id": "e3742f5060cf6cb7", - "type": "debug", - "z": "f6f2187d.f17ca8", - "name": "debug 1", - "active": true, - "tosidebar": true, - "console": false, - "tostatus": false, - "complete": "payload", - "targetType": "msg", - "statusVal": "", - "statusType": "auto", - "x": 760, - "y": 760, - "wires": [] - }, - { - "id": "29cd45a4f1feb505", - "type": "function", - "z": "f6f2187d.f17ca8", - "name": "plant2Influx", - "func": "var newMsg = {\n payload: {\n temperature: Number(msg.payload.DHT11.Temperature),\n humidity: Number(msg.payload.DHT11.Humidity)\n }\n};\nreturn newMsg;", - "outputs": 1, - "noerr": 0, - "initialize": "", - "finalize": "", - "libs": [], - "x": 530, - "y": 640, - "wires": [ - [ - "23c62c30ebabca6e", - "e3742f5060cf6cb7" - ] - ] - }, - { - "id": "f21213aec2f647ff", - "type": "mqtt in", - "z": "f6f2187d.f17ca8", - "name": "", - "topic": "tele/tasmota_891E97/SENSOR", - "qos": "1", - "datatype": "auto-detect", - "broker": "7ce136dbb8c897d1", - "nl": false, - "rap": true, - "rh": 0, - "inputs": 0, - "x": 190, - "y": 1000, - "wires": [ - [ - "5e4f2b3e1acad45b" - ] - ] - }, - { - "id": "26b455c1bd337375", - "type": "influxdb out", - "z": "f6f2187d.f17ca8", - "influxdb": "d61a7da6caeb26aa", - "name": "Influx Shelly device", - "measurement": "msg", - "precision": "", - "retentionPolicy": "", - "database": "database", - "precisionV18FluxV20": "ms", - "retentionPolicyV18Flux": "", - "org": "Curious Community Labs", - "bucket": "shelly", - "x": 770, - "y": 920, - "wires": [] - }, - { - "id": "96eaf14353a89e9c", - "type": "debug", - "z": "f6f2187d.f17ca8", - "name": "shelly", - "active": true, - "tosidebar": true, - "console": false, - "tostatus": false, - "complete": "payload", - "targetType": "msg", - "statusVal": "", - "statusType": "auto", - "x": 730, - "y": 1040, - "wires": [] - }, - { - "id": "5e4f2b3e1acad45b", - "type": "function", - "z": "f6f2187d.f17ca8", - "name": "shelly2Influx", - "func": "return {\n payload: {\n power: Number(msg.payload.ENERGY.Power),\n voltage: Number(msg.payload.ENERGY.Voltage),\n current: Number(msg.payload.ENERGY.Current)\n }\n};\n", - "outputs": 1, - "noerr": 0, - "initialize": "", - "finalize": "", - "libs": [], - "x": 490, - "y": 1000, - "wires": [ - [ - "26b455c1bd337375", - "96eaf14353a89e9c" - ] - ] - }, - { - "id": "e0977f2582bfaaa6", - "type": "mqtt in", - "z": "d0f6fc20cc752ed0", - "name": "", - "topic": "/iot-platform/energy-monitor/test-device/watt", - "qos": "1", - "datatype": "auto-detect", - "broker": "7ce136dbb8c897d1", - "nl": false, - "rap": true, - "rh": 0, - "inputs": 0, - "x": 330, - "y": 300, - "wires": [ - [ - "af39dce845afb447", - "73b0f02f5524fc38" - ] - ] - }, - { - "id": "af39dce845afb447", - "type": "ui_gauge", - "z": "d0f6fc20cc752ed0", - "name": "", - "group": "368e029bdaefea73", - "order": 0, - "width": 0, - "height": 0, - "gtype": "gage", - "title": "Power ", - "label": "W", - "format": "{{value}}", - "min": 0, - "max": "4000", - "colors": [ - "#00b500", - "#e6e600", - "#ca3838" - ], - "seg1": "", - "seg2": "", - "diff": false, - "className": "", - "x": 690, - "y": 300, - "wires": [] - }, - { - "id": "73b0f02f5524fc38", - "type": "ui_chart", - "z": "d0f6fc20cc752ed0", - "name": "", - "group": "368e029bdaefea73", - "order": 1, - "width": 0, - "height": 0, - "label": "Chart", - "chartType": "line", - "legend": "false", - "xformat": "HH:mm:ss", - "interpolate": "linear", - "nodata": "", - "dot": false, - "ymin": "", - "ymax": "", - "removeOlder": 1, - "removeOlderPoints": "", - "removeOlderUnit": "3600", - "cutout": 0, - "useOneColor": false, - "useUTC": false, - "colors": [ - "#1f77b4", - "#aec7e8", - "#ff7f0e", - "#2ca02c", - "#98df8a", - "#d62728", - "#ff9896", - "#9467bd", - "#c5b0d5" - ], - "outputs": 1, - "useDifferentColor": false, - "className": "", - "x": 690, - "y": 340, - "wires": [ - [] - ] - }, - { - "id": "ab06ffb0bf2c56e8", - "type": "mqtt in", - "z": "325e309897bf4538", - "name": "", - "topic": "microfactory/3dPrinter", - "qos": "2", - "datatype": "auto-detect", - "broker": "4cf36a44b74caee5", - "nl": false, - "rap": true, - "rh": 0, - "inputs": 0, - "x": 120, - "y": 120, - "wires": [ - [ - "b0d392d2c63876e6" - ] - ] - }, - { - "id": "4becd7ada513bdcf", - "type": "debug", - "z": "325e309897bf4538", - "name": "filament sensor", - "active": false, - "tosidebar": true, - "console": false, - "tostatus": false, - "complete": "payload", - "targetType": "msg", - "statusVal": "", - "statusType": "auto", - "x": 720, - "y": 180, - "wires": [] - }, - { - "id": "b0d392d2c63876e6", - "type": "function", - "z": "325e309897bf4538", - "name": "filament2Influx", - "func": "return {\n payload: {\n device: String(msg.payload.device),\n unit: String(msg.payload.unit),\n measure: Number(msg.payload.value)\n }\n};", - "outputs": 1, - "noerr": 0, - "initialize": "", - "finalize": "", - "libs": [], - "x": 400, - "y": 120, - "wires": [ - [ - "4becd7ada513bdcf", - "f0a128bf29194ea6" - ] - ] - }, - { - "id": "f0a128bf29194ea6", - "type": "influxdb out", - "z": "325e309897bf4538", - "influxdb": "d61a7da6caeb26aa", - "name": "Influx filament", - "measurement": "filament", - "precision": "", - "retentionPolicy": "", - "database": "database", - "precisionV18FluxV20": "ms", - "retentionPolicyV18Flux": "", - "org": "Curious Community Labs", - "bucket": "3dprinter", - "x": 700, - "y": 60, - "wires": [] - }, - { - "id": "5743e72dc31c53a8", - "type": "mqtt in", - "z": "325e309897bf4538", - "name": "", - "topic": "inmachines/3dprinter/power", - "qos": "2", - "datatype": "auto-detect", - "broker": "7ce136dbb8c897d1", - "nl": false, - "rap": true, - "rh": 0, - "inputs": 0, - "x": 140, - "y": 380, - "wires": [ - [ - "833743b62b5687d6" - ] - ] - }, - { - "id": "833743b62b5687d6", - "type": "function", - "z": "325e309897bf4538", - "name": "power2Influx", - "func": "return {\n payload: Number(msg.payload)\n}", - "outputs": 1, - "noerr": 0, - "initialize": "", - "finalize": "", - "libs": [], - "x": 390, - "y": 380, - "wires": [ - [ - "e2da2b347453dd67", - "2bbfb79be4639a0f" - ] - ] - }, - { - "id": "e2da2b347453dd67", - "type": "debug", - "z": "325e309897bf4538", - "name": "power", - "active": false, - "tosidebar": true, - "console": false, - "tostatus": false, - "complete": "payload", - "targetType": "msg", - "statusVal": "", - "statusType": "auto", - "x": 670, - "y": 420, - "wires": [] - }, - { - "id": "2bbfb79be4639a0f", - "type": "influxdb out", - "z": "325e309897bf4538", - "influxdb": "d61a7da6caeb26aa", - "name": "Influx power", - "measurement": "power", - "precision": "", - "retentionPolicy": "", - "database": "database", - "precisionV18FluxV20": "ms", - "retentionPolicyV18Flux": "", - "org": "Curious Community Labs", - "bucket": "3dprinter", - "x": 690, - "y": 340, - "wires": [] - }, - { - "id": "45612fd7f9c352cd", - "type": "mqtt in", - "z": "325e309897bf4538", - "name": "", - "topic": "inmachines/3dprinter/state", - "qos": "2", - "datatype": "auto-detect", - "broker": "7ce136dbb8c897d1", - "nl": false, - "rap": true, - "rh": 0, - "inputs": 0, - "x": 130, - "y": 580, - "wires": [ - [ - "da214da48c4af7a9" - ] - ] - }, - { - "id": "da214da48c4af7a9", - "type": "function", - "z": "325e309897bf4538", - "name": "state2Influx", - "func": "return {\n payload: String(msg.payload)\n}", - "outputs": 1, - "noerr": 0, - "initialize": "", - "finalize": "", - "libs": [], - "x": 390, - "y": 580, - "wires": [ - [ - "b905735dc618a8a0", - "de6344746014f314" - ] - ] - }, - { - "id": "b905735dc618a8a0", - "type": "debug", - "z": "325e309897bf4538", - "name": "state", - "active": false, - "tosidebar": true, - "console": false, - "tostatus": false, - "complete": "payload", - "targetType": "msg", - "statusVal": "", - "statusType": "auto", - "x": 670, - "y": 620, - "wires": [] - }, - { - "id": "de6344746014f314", - "type": "influxdb out", - "z": "325e309897bf4538", - "influxdb": "d61a7da6caeb26aa", - "name": "Influx state", - "measurement": "state", - "precision": "", - "retentionPolicy": "", - "database": "database", - "precisionV18FluxV20": "ms", - "retentionPolicyV18Flux": "", - "org": "Curious Community Labs", - "bucket": "3dprinter", - "x": 690, - "y": 540, - "wires": [] - }, - { - "id": "043e7748ef5e677b", - "type": "mqtt in", - "z": "325e309897bf4538", - "name": "", - "topic": "inmachines/3dprinter/filename", - "qos": "2", - "datatype": "auto-detect", - "broker": "7ce136dbb8c897d1", - "nl": false, - "rap": true, - "rh": 0, - "inputs": 0, - "x": 140, - "y": 800, - "wires": [ - [ - "a2b0ef42bca5e9f1" - ] - ] - }, - { - "id": "a2b0ef42bca5e9f1", - "type": "function", - "z": "325e309897bf4538", - "name": "filename2Influx", - "func": "return {\n payload: String(msg.payload)\n}", - "outputs": 1, - "noerr": 0, - "initialize": "", - "finalize": "", - "libs": [], - "x": 400, - "y": 800, - "wires": [ - [ - "04b4d32bae0f2348", - "8d1f5be333d2d226" - ] - ] - }, - { - "id": "04b4d32bae0f2348", - "type": "debug", - "z": "325e309897bf4538", - "name": "filename", - "active": false, - "tosidebar": true, - "console": false, - "tostatus": false, - "complete": "payload", - "targetType": "msg", - "statusVal": "", - "statusType": "auto", - "x": 680, - "y": 840, - "wires": [] - }, - { - "id": "8d1f5be333d2d226", - "type": "influxdb out", - "z": "325e309897bf4538", - "influxdb": "d61a7da6caeb26aa", - "name": "Influx filename", - "measurement": "fileaname", - "precision": "", - "retentionPolicy": "", - "database": "database", - "precisionV18FluxV20": "ms", - "retentionPolicyV18Flux": "", - "org": "Curious Community Labs", - "bucket": "3dprinter", - "x": 700, - "y": 760, - "wires": [] - }, - { - "id": "65bf19a4f55aee7e", - "type": "mqtt in", - "z": "325e309897bf4538", - "name": "", - "topic": "inmachines/3dprinter/starttime", - "qos": "2", - "datatype": "auto-detect", - "broker": "7ce136dbb8c897d1", - "nl": false, - "rap": true, - "rh": 0, - "inputs": 0, - "x": 130, - "y": 1000, - "wires": [ - [ - "1d33bc1b547f5ce2" - ] - ] - }, - { - "id": "1d33bc1b547f5ce2", - "type": "function", - "z": "325e309897bf4538", - "name": "starttime2Influx", - "func": "return {\n payload: String(msg.payload)\n}", - "outputs": 1, - "noerr": 0, - "initialize": "", - "finalize": "", - "libs": [], - "x": 380, - "y": 1000, - "wires": [ - [ - "6af55efed77b7ef4", - "af07e620b26d2106" - ] - ] - }, - { - "id": "6af55efed77b7ef4", - "type": "debug", - "z": "325e309897bf4538", - "name": "starttime", - "active": false, - "tosidebar": true, - "console": false, - "tostatus": false, - "complete": "payload", - "targetType": "msg", - "statusVal": "", - "statusType": "auto", - "x": 660, - "y": 1040, - "wires": [] - }, - { - "id": "af07e620b26d2106", - "type": "influxdb out", - "z": "325e309897bf4538", - "influxdb": "d61a7da6caeb26aa", - "name": "Influx starttime", - "measurement": "starttime", - "precision": "", - "retentionPolicy": "", - "database": "database", - "precisionV18FluxV20": "ms", - "retentionPolicyV18Flux": "", - "org": "Curious Community Labs", - "bucket": "3dprinter", - "x": 680, - "y": 960, - "wires": [] - }, - { - "id": "957acd380de62057", - "type": "mqtt in", - "z": "325e309897bf4538", - "name": "", - "topic": "inmachines/3dprinter/endtime", - "qos": "2", - "datatype": "auto-detect", - "broker": "7ce136dbb8c897d1", - "nl": false, - "rap": true, - "rh": 0, - "inputs": 0, - "x": 120, - "y": 1200, - "wires": [ - [ - "048a2e5ff076bae4" - ] - ] - }, - { - "id": "048a2e5ff076bae4", - "type": "function", - "z": "325e309897bf4538", - "name": "endtime2Influx", - "func": "return {\n payload: String(msg.payload)\n}", - "outputs": 1, - "noerr": 0, - "initialize": "", - "finalize": "", - "libs": [], - "x": 380, - "y": 1200, - "wires": [ - [ - "2dc5b48d55a82a7c", - "ee288ff508fa00f2" - ] - ] - }, - { - "id": "2dc5b48d55a82a7c", - "type": "debug", - "z": "325e309897bf4538", - "name": "endtime", - "active": false, - "tosidebar": true, - "console": false, - "tostatus": false, - "complete": "payload", - "targetType": "msg", - "statusVal": "", - "statusType": "auto", - "x": 660, - "y": 1240, - "wires": [] - }, - { - "id": "ee288ff508fa00f2", - "type": "influxdb out", - "z": "325e309897bf4538", - "influxdb": "d61a7da6caeb26aa", - "name": "Influx endtime", - "measurement": "starttime", - "precision": "", - "retentionPolicy": "", - "database": "database", - "precisionV18FluxV20": "ms", - "retentionPolicyV18Flux": "", - "org": "Curious Community Labs", - "bucket": "3dprinter", - "x": 680, - "y": 1160, - "wires": [] - }, - { - "id": "03218742c3ad8813", - "type": "mqtt in", - "z": "47e5443dc1c29bcd", - "name": "", - "topic": "inmachines/lasercutter/power", - "qos": "2", - "datatype": "auto-detect", - "broker": "7ce136dbb8c897d1", - "nl": false, - "rap": true, - "rh": 0, - "inputs": 0, - "x": 160, - "y": 100, - "wires": [ - [ - "d5c6cec404621985" - ] - ] - }, - { - "id": "d5c6cec404621985", - "type": "function", - "z": "47e5443dc1c29bcd", - "name": "power2Influx", - "func": "return {\n payload: Number(msg.payload)\n}", - "outputs": 1, - "noerr": 0, - "initialize": "", - "finalize": "", - "libs": [], - "x": 410, - "y": 100, - "wires": [ - [ - "bc5a407d180795d6", - "717f97209a08d9e6" - ] - ] - }, - { - "id": "bc5a407d180795d6", - "type": "debug", - "z": "47e5443dc1c29bcd", - "name": "power", - "active": false, - "tosidebar": true, - "console": false, - "tostatus": false, - "complete": "payload", - "targetType": "msg", - "statusVal": "", - "statusType": "auto", - "x": 690, - "y": 140, - "wires": [] - }, - { - "id": "717f97209a08d9e6", - "type": "influxdb out", - "z": "47e5443dc1c29bcd", - "influxdb": "d61a7da6caeb26aa", - "name": "Influx power", - "measurement": "power", - "precision": "", - "retentionPolicy": "", - "database": "database", - "precisionV18FluxV20": "ms", - "retentionPolicyV18Flux": "", - "org": "Curious Community Labs", - "bucket": "lasercutter", - "x": 710, - "y": 60, - "wires": [] - }, - { - "id": "de46b19aa31d7651", - "type": "mqtt in", - "z": "47e5443dc1c29bcd", - "name": "", - "topic": "inmachines/lasercutter/state", - "qos": "2", - "datatype": "auto-detect", - "broker": "7ce136dbb8c897d1", - "nl": false, - "rap": true, - "rh": 0, - "inputs": 0, - "x": 150, - "y": 300, - "wires": [ - [ - "c744b426dfa65eb5" - ] - ] - }, - { - "id": "c744b426dfa65eb5", - "type": "function", - "z": "47e5443dc1c29bcd", - "name": "state2Influx", - "func": "return {\n payload: String(msg.payload)\n}", - "outputs": 1, - "noerr": 0, - "initialize": "", - "finalize": "", - "libs": [], - "x": 410, - "y": 300, - "wires": [ - [ - "efd7719d7decb1ea", - "2b6011429c5db2cf" - ] - ] - }, - { - "id": "efd7719d7decb1ea", - "type": "debug", - "z": "47e5443dc1c29bcd", - "name": "state", - "active": false, - "tosidebar": true, - "console": false, - "tostatus": false, - "complete": "payload", - "targetType": "msg", - "statusVal": "", - "statusType": "auto", - "x": 690, - "y": 340, - "wires": [] - }, - { - "id": "2b6011429c5db2cf", - "type": "influxdb out", - "z": "47e5443dc1c29bcd", - "influxdb": "d61a7da6caeb26aa", - "name": "Influx state", - "measurement": "state", - "precision": "", - "retentionPolicy": "", - "database": "database", - "precisionV18FluxV20": "ms", - "retentionPolicyV18Flux": "", - "org": "Curious Community Labs", - "bucket": "lasercutter", - "x": 710, - "y": 260, - "wires": [] - }, - { - "id": "8526861fd9b04a1e", - "type": "mqtt in", - "z": "47e5443dc1c29bcd", - "name": "", - "topic": "inmachines/lasercutter/filename", - "qos": "2", - "datatype": "auto-detect", - "broker": "7ce136dbb8c897d1", - "nl": false, - "rap": true, - "rh": 0, - "inputs": 0, - "x": 160, - "y": 520, - "wires": [ - [ - "608cda03a9c0f11c" - ] - ] - }, - { - "id": "608cda03a9c0f11c", - "type": "function", - "z": "47e5443dc1c29bcd", - "name": "filename2Influx", - "func": "return {\n payload: String(msg.payload)\n}", - "outputs": 1, - "noerr": 0, - "initialize": "", - "finalize": "", - "libs": [], - "x": 420, - "y": 520, - "wires": [ - [ - "338d4cf095415f71", - "6a44d6248d307f2f" - ] - ] - }, - { - "id": "338d4cf095415f71", - "type": "debug", - "z": "47e5443dc1c29bcd", - "name": "filename", - "active": false, - "tosidebar": true, - "console": false, - "tostatus": false, - "complete": "payload", - "targetType": "msg", - "statusVal": "", - "statusType": "auto", - "x": 700, - "y": 560, - "wires": [] - }, - { - "id": "6a44d6248d307f2f", - "type": "influxdb out", - "z": "47e5443dc1c29bcd", - "influxdb": "d61a7da6caeb26aa", - "name": "Influx filename", - "measurement": "fileaname", - "precision": "", - "retentionPolicy": "", - "database": "database", - "precisionV18FluxV20": "ms", - "retentionPolicyV18Flux": "", - "org": "Curious Community Labs", - "bucket": "lasercutter", - "x": 720, - "y": 480, - "wires": [] - }, - { - "id": "04a28afa6d1e805e", - "type": "mqtt in", - "z": "47e5443dc1c29bcd", - "name": "", - "topic": "inmachines/lasercutter/starttime", - "qos": "2", - "datatype": "auto-detect", - "broker": "7ce136dbb8c897d1", - "nl": false, - "rap": true, - "rh": 0, - "inputs": 0, - "x": 150, - "y": 720, - "wires": [ - [ - "fced75dd9147f098" - ] - ] - }, - { - "id": "fced75dd9147f098", - "type": "function", - "z": "47e5443dc1c29bcd", - "name": "starttime2Influx", - "func": "return {\n payload: String(msg.payload)\n}", - "outputs": 1, - "noerr": 0, - "initialize": "", - "finalize": "", - "libs": [], - "x": 400, - "y": 720, - "wires": [ - [ - "77a78efc551054de", - "e8414361ec62c0fd" - ] - ] - }, - { - "id": "77a78efc551054de", - "type": "debug", - "z": "47e5443dc1c29bcd", - "name": "starttime", - "active": false, - "tosidebar": true, - "console": false, - "tostatus": false, - "complete": "payload", - "targetType": "msg", - "statusVal": "", - "statusType": "auto", - "x": 680, - "y": 760, - "wires": [] - }, - { - "id": "e8414361ec62c0fd", - "type": "influxdb out", - "z": "47e5443dc1c29bcd", - "influxdb": "d61a7da6caeb26aa", - "name": "Influx starttime", - "measurement": "starttime", - "precision": "", - "retentionPolicy": "", - "database": "database", - "precisionV18FluxV20": "ms", - "retentionPolicyV18Flux": "", - "org": "Curious Community Labs", - "bucket": "lasercutter", - "x": 700, - "y": 680, - "wires": [] - }, - { - "id": "3090b2bebdaf9dc4", - "type": "mqtt in", - "z": "47e5443dc1c29bcd", - "name": "", - "topic": "inmachines/lasercutter/endtime", - "qos": "2", - "datatype": "auto-detect", - "broker": "7ce136dbb8c897d1", - "nl": false, - "rap": true, - "rh": 0, - "inputs": 0, - "x": 140, - "y": 920, - "wires": [ - [ - "1c4d7a829c5238f5" - ] - ] - }, - { - "id": "1c4d7a829c5238f5", - "type": "function", - "z": "47e5443dc1c29bcd", - "name": "endtime2Influx", - "func": "return {\n payload: String(msg.payload)\n}", - "outputs": 1, - "noerr": 0, - "initialize": "", - "finalize": "", - "libs": [], - "x": 400, - "y": 920, - "wires": [ - [ - "b44d4302a407dd2b", - "dbfb1873d5556ab7" - ] - ] - }, - { - "id": "b44d4302a407dd2b", - "type": "debug", - "z": "47e5443dc1c29bcd", - "name": "endtime", - "active": false, - "tosidebar": true, - "console": false, - "tostatus": false, - "complete": "payload", - "targetType": "msg", - "statusVal": "", - "statusType": "auto", - "x": 680, - "y": 960, - "wires": [] - }, - { - "id": "dbfb1873d5556ab7", - "type": "influxdb out", - "z": "47e5443dc1c29bcd", - "influxdb": "d61a7da6caeb26aa", - "name": "Influx endtime", - "measurement": "starttime", - "precision": "", - "retentionPolicy": "", - "database": "database", - "precisionV18FluxV20": "ms", - "retentionPolicyV18Flux": "", - "org": "Curious Community Labs", - "bucket": "lasercutter", - "x": 700, - "y": 880, - "wires": [] - }, - { - "id": "638c6ded649c614b", - "type": "mqtt in", - "z": "8ef0902d5920bef2", - "name": "", - "topic": "inmachines/cnc/power", - "qos": "2", - "datatype": "auto-detect", - "broker": "7ce136dbb8c897d1", - "nl": false, - "rap": true, - "rh": 0, - "inputs": 0, - "x": 160, - "y": 100, - "wires": [ - [ - "10cf598593d1c733" - ] - ] - }, - { - "id": "10cf598593d1c733", - "type": "function", - "z": "8ef0902d5920bef2", - "name": "power2Influx", - "func": "return {\n payload: Number(msg.payload)\n}", - "outputs": 1, - "noerr": 0, - "initialize": "", - "finalize": "", - "libs": [], - "x": 410, - "y": 100, - "wires": [ - [ - "c7fb8cedc139159b", - "0786982790db5744" - ] - ] - }, - { - "id": "c7fb8cedc139159b", - "type": "debug", - "z": "8ef0902d5920bef2", - "name": "power", - "active": false, - "tosidebar": true, - "console": false, - "tostatus": false, - "complete": "payload", - "targetType": "msg", - "statusVal": "", - "statusType": "auto", - "x": 690, - "y": 140, - "wires": [] - }, - { - "id": "0786982790db5744", - "type": "influxdb out", - "z": "8ef0902d5920bef2", - "influxdb": "d61a7da6caeb26aa", - "name": "Influx power", - "measurement": "power", - "precision": "", - "retentionPolicy": "", - "database": "database", - "precisionV18FluxV20": "ms", - "retentionPolicyV18Flux": "", - "org": "Curious Community Labs", - "bucket": "cnc", - "x": 710, - "y": 60, - "wires": [] - }, - { - "id": "98b5ad128b01848f", - "type": "mqtt in", - "z": "8ef0902d5920bef2", - "name": "", - "topic": "inmachines/cnc/state", - "qos": "2", - "datatype": "auto-detect", - "broker": "7ce136dbb8c897d1", - "nl": false, - "rap": true, - "rh": 0, - "inputs": 0, - "x": 150, - "y": 300, - "wires": [ - [ - "53e884adebc7c2b6" - ] - ] - }, - { - "id": "53e884adebc7c2b6", - "type": "function", - "z": "8ef0902d5920bef2", - "name": "state2Influx", - "func": "return {\n payload: String(msg.payload)\n}", - "outputs": 1, - "noerr": 0, - "initialize": "", - "finalize": "", - "libs": [], - "x": 410, - "y": 300, - "wires": [ - [ - "9e773dd4015689eb", - "ef7d6e2d40f1aa5f" - ] - ] - }, - { - "id": "9e773dd4015689eb", - "type": "debug", - "z": "8ef0902d5920bef2", - "name": "state", - "active": false, - "tosidebar": true, - "console": false, - "tostatus": false, - "complete": "payload", - "targetType": "msg", - "statusVal": "", - "statusType": "auto", - "x": 690, - "y": 340, - "wires": [] - }, - { - "id": "ef7d6e2d40f1aa5f", - "type": "influxdb out", - "z": "8ef0902d5920bef2", - "influxdb": "d61a7da6caeb26aa", - "name": "Influx state", - "measurement": "state", - "precision": "", - "retentionPolicy": "", - "database": "database", - "precisionV18FluxV20": "ms", - "retentionPolicyV18Flux": "", - "org": "Curious Community Labs", - "bucket": "cnc", - "x": 710, - "y": 260, - "wires": [] - }, - { - "id": "7bd4b1807e47ee1d", - "type": "mqtt in", - "z": "8ef0902d5920bef2", - "name": "", - "topic": "inmachines/cnc/filename", - "qos": "2", - "datatype": "auto-detect", - "broker": "7ce136dbb8c897d1", - "nl": false, - "rap": true, - "rh": 0, - "inputs": 0, - "x": 160, - "y": 520, - "wires": [ - [ - "cb768f2f0da63c93" - ] - ] - }, - { - "id": "cb768f2f0da63c93", - "type": "function", - "z": "8ef0902d5920bef2", - "name": "filename2Influx", - "func": "return {\n payload: String(msg.payload)\n}", - "outputs": 1, - "noerr": 0, - "initialize": "", - "finalize": "", - "libs": [], - "x": 420, - "y": 520, - "wires": [ - [ - "cb4c266a29ef1440", - "1cc4882458d1f319" - ] - ] - }, - { - "id": "cb4c266a29ef1440", - "type": "debug", - "z": "8ef0902d5920bef2", - "name": "filename", - "active": false, - "tosidebar": true, - "console": false, - "tostatus": false, - "complete": "payload", - "targetType": "msg", - "statusVal": "", - "statusType": "auto", - "x": 700, - "y": 560, - "wires": [] - }, - { - "id": "1cc4882458d1f319", - "type": "influxdb out", - "z": "8ef0902d5920bef2", - "influxdb": "d61a7da6caeb26aa", - "name": "Influx filename", - "measurement": "fileaname", - "precision": "", - "retentionPolicy": "", - "database": "database", - "precisionV18FluxV20": "ms", - "retentionPolicyV18Flux": "", - "org": "Curious Community Labs", - "bucket": "cnc", - "x": 720, - "y": 480, - "wires": [] - }, - { - "id": "885cd93aa8f7ef38", - "type": "mqtt in", - "z": "8ef0902d5920bef2", - "name": "", - "topic": "inmachines/cnc/starttime", - "qos": "2", - "datatype": "auto-detect", - "broker": "7ce136dbb8c897d1", - "nl": false, - "rap": true, - "rh": 0, - "inputs": 0, - "x": 150, - "y": 720, - "wires": [ - [ - "2257476829ab9742" - ] - ] - }, - { - "id": "2257476829ab9742", - "type": "function", - "z": "8ef0902d5920bef2", - "name": "starttime2Influx", - "func": "return {\n payload: String(msg.payload)\n}", - "outputs": 1, - "noerr": 0, - "initialize": "", - "finalize": "", - "libs": [], - "x": 400, - "y": 720, - "wires": [ - [ - "217def6e60f47b93", - "6d5919e96c3906fd" - ] - ] - }, - { - "id": "217def6e60f47b93", - "type": "debug", - "z": "8ef0902d5920bef2", - "name": "starttime", - "active": false, - "tosidebar": true, - "console": false, - "tostatus": false, - "complete": "payload", - "targetType": "msg", - "statusVal": "", - "statusType": "auto", - "x": 680, - "y": 760, - "wires": [] - }, - { - "id": "6d5919e96c3906fd", - "type": "influxdb out", - "z": "8ef0902d5920bef2", - "influxdb": "d61a7da6caeb26aa", - "name": "Influx starttime", - "measurement": "starttime", - "precision": "", - "retentionPolicy": "", - "database": "database", - "precisionV18FluxV20": "ms", - "retentionPolicyV18Flux": "", - "org": "Curious Community Labs", - "bucket": "cnc", - "x": 700, - "y": 680, - "wires": [] - }, - { - "id": "2293ee44337863a9", - "type": "mqtt in", - "z": "8ef0902d5920bef2", - "name": "", - "topic": "inmachines/cnc/endtime", - "qos": "2", - "datatype": "auto-detect", - "broker": "7ce136dbb8c897d1", - "nl": false, - "rap": true, - "rh": 0, - "inputs": 0, - "x": 140, - "y": 920, - "wires": [ - [ - "8e5574ad90cc3b10" - ] - ] - }, - { - "id": "8e5574ad90cc3b10", - "type": "function", - "z": "8ef0902d5920bef2", - "name": "endtime2Influx", - "func": "return {\n payload: String(msg.payload)\n}", - "outputs": 1, - "noerr": 0, - "initialize": "", - "finalize": "", - "libs": [], - "x": 400, - "y": 920, - "wires": [ - [ - "25d21239196d7faa", - "28113e349797c645" - ] - ] - }, - { - "id": "25d21239196d7faa", - "type": "debug", - "z": "8ef0902d5920bef2", - "name": "endtime", - "active": false, - "tosidebar": true, - "console": false, - "tostatus": false, - "complete": "payload", - "targetType": "msg", - "statusVal": "", - "statusType": "auto", - "x": 680, - "y": 960, - "wires": [] - }, - { - "id": "28113e349797c645", - "type": "influxdb out", - "z": "8ef0902d5920bef2", - "influxdb": "d61a7da6caeb26aa", - "name": "Influx endtime", - "measurement": "starttime", - "precision": "", - "retentionPolicy": "", - "database": "database", - "precisionV18FluxV20": "ms", - "retentionPolicyV18Flux": "", - "org": "Curious Community Labs", - "bucket": "cnc", - "x": 700, - "y": 880, - "wires": [] - } -] \ No newline at end of file diff --git a/software/flow/.flows_cred.json.backup b/software/flow/.flows_cred.json.backup deleted file mode 100644 index d7d153e..0000000 --- a/software/flow/.flows_cred.json.backup +++ /dev/null @@ -1,3 +0,0 @@ -{ - "$": "419c9de4642dfaba839c970169caa5f3H7QFdn6ZyVTFJfHVQ+/zmc2J2bP8kXVdTWiwLxn3kGZA6mYn9FgVShgW5nj0SboSJFqo93Q2EaBo5dN+kGuC4n/E4oY8+pG4uVaeqOqREGYBjrAxWSTCI2+I+97Kks5STnZ62RoIQHmU2JIonOJ+TbPWaXnD0lKqJrQ4LsI6mz3pv6Le9bcYXS/8p13O6Pk7BznMcf2tIXBQ0C9IWcQy4rDWm2CgkuV7+U3demdthWvbp87TMVfm3IUu" -} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/content-v2/sha512/00/5d/ebecfe5d5b12fc331c884d132539140d68e036224005693af893b054ba68cfb51a460d36699743dbd5708ee89783081769d76e8282cf6c331a928e063246 b/software/flow/.npm/_cacache/content-v2/sha512/00/5d/ebecfe5d5b12fc331c884d132539140d68e036224005693af893b054ba68cfb51a460d36699743dbd5708ee89783081769d76e8282cf6c331a928e063246 deleted file mode 100644 index a4a2b50..0000000 Binary files a/software/flow/.npm/_cacache/content-v2/sha512/00/5d/ebecfe5d5b12fc331c884d132539140d68e036224005693af893b054ba68cfb51a460d36699743dbd5708ee89783081769d76e8282cf6c331a928e063246 and /dev/null differ diff --git a/software/flow/.npm/_cacache/content-v2/sha512/08/89/afb1b4105b71efc7589b09dd1bcd810dac955f2c215c98ae2342ead5abcae5d3ca512e2fa76fab21ff0eb524b8bd6fc15720e2fcc9f809a74f44243315b8 b/software/flow/.npm/_cacache/content-v2/sha512/08/89/afb1b4105b71efc7589b09dd1bcd810dac955f2c215c98ae2342ead5abcae5d3ca512e2fa76fab21ff0eb524b8bd6fc15720e2fcc9f809a74f44243315b8 deleted file mode 100644 index cef54b0..0000000 --- a/software/flow/.npm/_cacache/content-v2/sha512/08/89/afb1b4105b71efc7589b09dd1bcd810dac955f2c215c98ae2342ead5abcae5d3ca512e2fa76fab21ff0eb524b8bd6fc15720e2fcc9f809a74f44243315b8 +++ /dev/null @@ -1 +0,0 @@ -{"source":1088403,"name":"moment-timezone","dependency":"moment-timezone","title":"Cleartext Transmission of Sensitive Information in moment-timezone","url":"https://github.com/advisories/GHSA-v78c-4p63-2j6c","severity":"moderate","versions":["0.0.1","0.0.2","0.0.3","0.0.5","0.0.6","0.1.0","0.2.0","0.2.1","0.2.2","0.2.3","0.2.4","0.2.5","0.3.0","0.3.1","0.4.0","0.4.1","0.5.0","0.5.1","0.5.2","0.5.3","0.5.4","0.5.5","0.5.6","0.5.7","0.5.8","0.5.9","0.5.10","0.5.11","0.5.12","0.5.13","0.5.14","0.5.15","0.5.16","0.5.17","0.5.18","0.5.19","0.5.20","0.5.21","0.5.22","0.5.23","0.5.24","0.5.25","0.5.26","0.5.27","0.5.28","0.5.29","0.5.30","0.5.31","0.5.32","0.5.33","0.5.34","0.5.35","0.5.36","0.5.37","0.5.38","0.5.39","0.5.40"],"vulnerableVersions":["0.1.0","0.2.0","0.2.1","0.2.2","0.2.3","0.2.4","0.2.5","0.3.0","0.3.1","0.4.0","0.4.1","0.5.0","0.5.1","0.5.2","0.5.3","0.5.4","0.5.5","0.5.6","0.5.7","0.5.8","0.5.9","0.5.10","0.5.11","0.5.12","0.5.13","0.5.14","0.5.15","0.5.16","0.5.17","0.5.18","0.5.19","0.5.20","0.5.21","0.5.22","0.5.23","0.5.24","0.5.25","0.5.26","0.5.27","0.5.28","0.5.29","0.5.30","0.5.31","0.5.32","0.5.33","0.5.34"],"cwe":["CWE-319"],"cvss":{"score":0,"vectorString":null},"range":">=0.1.0 <0.5.35","id":"QKrwBXiXffsnmkLD5HKJb9EdwHiuVc/Vsj97qHoskpDW5zThG81iEzSM7uQkCdCmHtiWY7CwQ7a1jcMVq5V4Qg=="} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/content-v2/sha512/0c/9b/738ae2b2a4590c3070a6dae22c84e602ed06b295bb7343088c603b822b2dce3e48cbceee01daf0214e5aa2a511c7ceb234349781022cd32bb5feea6d6357 b/software/flow/.npm/_cacache/content-v2/sha512/0c/9b/738ae2b2a4590c3070a6dae22c84e602ed06b295bb7343088c603b822b2dce3e48cbceee01daf0214e5aa2a511c7ceb234349781022cd32bb5feea6d6357 deleted file mode 100644 index fdacaeb..0000000 Binary files a/software/flow/.npm/_cacache/content-v2/sha512/0c/9b/738ae2b2a4590c3070a6dae22c84e602ed06b295bb7343088c603b822b2dce3e48cbceee01daf0214e5aa2a511c7ceb234349781022cd32bb5feea6d6357 and /dev/null differ diff --git a/software/flow/.npm/_cacache/content-v2/sha512/0e/10/6be479ca09371773223383b415020d139a7a03a3bdd23d4ea69ae9a6896ac054b46990641dfc90e6af0acae4c9c6e45249f25d52a0d1c2a637cd138e1435 b/software/flow/.npm/_cacache/content-v2/sha512/0e/10/6be479ca09371773223383b415020d139a7a03a3bdd23d4ea69ae9a6896ac054b46990641dfc90e6af0acae4c9c6e45249f25d52a0d1c2a637cd138e1435 deleted file mode 100644 index a3162fd..0000000 --- a/software/flow/.npm/_cacache/content-v2/sha512/0e/10/6be479ca09371773223383b415020d139a7a03a3bdd23d4ea69ae9a6896ac054b46990641dfc90e6af0acae4c9c6e45249f25d52a0d1c2a637cd138e1435 +++ /dev/null @@ -1 +0,0 @@ -{"name":"cacheable-request","dist-tags":{"latest":"10.2.7"},"versions":{"0.0.0":{"name":"cacheable-request","version":"0.0.0","devDependencies":{"ava":"^0.19.1","coveralls":"^2.13.1","eslint-config-xo-lukechilds":"^1.0.0","nyc":"^10.3.2","xo":"^0.19.0"},"dist":{"integrity":"sha512-wQQZ1mqV5oGz+4Wp68EIND0F9Iarzj+u43BuZpRaYaM8Z8dvh9sKmdpddZAECbSFuC7xzsLX/USVw9PFiHSEiQ==","shasum":"f4f1805e973bee28ed9d51891c34f1330276e8d6","tarball":"https://registry.npmjs.org/cacheable-request/-/cacheable-request-0.0.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC6HzBmy89eQUaXPzQhhnri1ndRnidXLB3TWHyJxOdY/wIgXmNmB1AeEgq3m2Kohcm6qEX/HOtXJJd/wBsdQdt+3VM="}]}},"0.1.0":{"name":"cacheable-request","version":"0.1.0","dependencies":{"get-stream":"^3.0.0","http-cache-semantics":"^3.7.3","lowercase-keys":"^1.0.0","normalize-url":"^1.9.1","responselike":"^0.1.0","url-parse-lax":"^1.0.0"},"devDependencies":{"ava":"^0.19.1","coveralls":"^2.13.1","eslint-config-xo-lukechilds":"^1.0.0","nyc":"^10.3.2","xo":"^0.19.0"},"dist":{"integrity":"sha512-JPqaaVPmkswSoSwJ7+QC0OChdmbP3AD59PkdNmisW098jtz0N8hQJrON7Ruc+Pk1NKESn75i8g/LU5qi8tE/lw==","shasum":"d63d59e819f02f23c744f0e116af49f7d340b177","tarball":"https://registry.npmjs.org/cacheable-request/-/cacheable-request-0.1.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBjo3w+dr2roIulqIJgmALUYI4Eqx9RJ4YePDYT5je99AiEAgrBft7QkSYyXx9z1from33nwkiV6gZzVATqCdNpP77A="}]}},"0.2.0":{"name":"cacheable-request","version":"0.2.0","dependencies":{"clone-response":"^0.2.2","get-stream":"^3.0.0","http-cache-semantics":"^3.7.3","lowercase-keys":"^1.0.0","normalize-url":"^1.9.1","responselike":"^0.1.0","url-parse-lax":"^1.0.0"},"devDependencies":{"ava":"^0.19.1","coveralls":"^2.13.1","eslint-config-xo-lukechilds":"^1.0.0","nyc":"^10.3.2","xo":"^0.19.0"},"dist":{"integrity":"sha512-da3a+Os26/qymCzK5z6Hon26oJL56UfyPYyq0BR7V6DjJJ19iOoZlEWOy99t0SOG/42URjYorQEa+s83HAoTNA==","shasum":"2a5d28aea595e9877175f368516b112fd18f1cca","tarball":"https://registry.npmjs.org/cacheable-request/-/cacheable-request-0.2.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEVqYyACMQYELuYy3ESYlCYUlab5FQyXKtYF9tlOKJG3AiAPkxT1tz/wGQmL698/vKpo5i89nYoxb9rW3ozmMnNApw=="}]}},"0.3.0":{"name":"cacheable-request","version":"0.3.0","dependencies":{"clone-response":"^0.2.2","get-stream":"^3.0.0","http-cache-semantics":"^3.7.3","lowercase-keys":"^1.0.0","normalize-url":"^1.9.1","responselike":"^0.1.0","url-parse-lax":"^1.0.0"},"devDependencies":{"ava":"^0.19.1","coveralls":"^2.13.1","eslint-config-xo-lukechilds":"^1.0.0","nyc":"^10.3.2","xo":"^0.19.0"},"dist":{"integrity":"sha512-Y+MYzXZPIv/Ovj2cLWx8lgh/Qeapk0zaVhA7VdqFxZVJi/VUU9Bz4UOi/Tbq1RzuBnjOacO4RRkZ3RmRtvVWNw==","shasum":"26f62a65a5d9550c0af2a526bb6d97f995e12e4f","tarball":"https://registry.npmjs.org/cacheable-request/-/cacheable-request-0.3.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCOc7F0RE6oL6Qcc33uQOIv3bUX610Uw4tldF9/k/PxLgIgb1cOhZFg5E2d3acogVSC8NKo7CQ5VOIGJO0Hx9Epz3U="}]}},"0.4.0":{"name":"cacheable-request","version":"0.4.0","dependencies":{"clone-response":"^1.0.1","get-stream":"^3.0.0","http-cache-semantics":"^3.7.3","keyv":"^1.0.4","lowercase-keys":"^1.0.0","normalize-url":"^1.9.1","responselike":"^1.0.0"},"devDependencies":{"ava":"^0.21.0","coveralls":"^2.13.1","create-test-server":"^2.0.0","delay":"^2.0.0","eslint-config-xo-lukechilds":"^1.0.0","get-stream":"^3.0.0","nyc":"^11.0.2","xo":"^0.19.0"},"dist":{"shasum":"071a42a18ca8a45c28408ce15231209809fe0ced","tarball":"https://registry.npmjs.org/cacheable-request/-/cacheable-request-0.4.0.tgz","integrity":"sha512-7l73UsuJH2G7FWW/HMH+dPBMI4TNVPOGsKIoIFrT/6/SXVJQ4irLYTpeJOoi6uwx/jpTeBVWhhezZM7ZnsSomQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCCRyD5gRIxmsiCkzwXTX2Kbm7glwZn7bXBJN039aBP0gIgHiUZwryn0WiS87vpVFf8i66CGN8/dW/Mgxm0gga/7dI="}]}},"0.5.0":{"name":"cacheable-request","version":"0.5.0","dependencies":{"clone-response":"^1.0.1","get-stream":"^3.0.0","http-cache-semantics":"^3.7.3","keyv":"^1.0.4","lowercase-keys":"^1.0.0","normalize-url":"^1.9.1","responselike":"^1.0.0"},"devDependencies":{"ava":"^0.21.0","coveralls":"^2.13.1","create-test-server":"^2.0.0","delay":"^2.0.0","eslint-config-xo-lukechilds":"^1.0.0","get-stream":"^3.0.0","keyv-sqlite":"^1.2.4","nyc":"^11.0.2","pify":"^3.0.0","sqlite3":"^3.1.9","this":"^1.0.2","xo":"^0.19.0"},"dist":{"shasum":"b08b6feaf2dbb0ed95897d3d035ee379cfe24581","tarball":"https://registry.npmjs.org/cacheable-request/-/cacheable-request-0.5.0.tgz","integrity":"sha512-x2w/LuW0wX6d1+Dw+rs3E8WEY2lShOGYXertcWzmKjqypZYv6pVzJ0jhxMjtOMYtv49ZVN7WyyqD8HJ3pg8q+w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICcN4z8WroVUtZSkoBdYOfAm4Wd10INFceBjRCaUI93dAiEAm6oG16jBivJBdoHuEWIAi4ZGks+Ff0SsKjw9O6mcH4Q="}]}},"1.0.0":{"name":"cacheable-request","version":"1.0.0","dependencies":{"clone-response":"^1.0.1","get-stream":"^3.0.0","http-cache-semantics":"^3.7.3","keyv":"^2.0.1","lowercase-keys":"^1.0.0","normalize-url":"^1.9.1","responselike":"^1.0.0"},"devDependencies":{"@keyv/sqlite":"^1.2.6","ava":"^0.21.0","coveralls":"^2.13.1","create-test-server":"^2.0.0","delay":"^2.0.0","eslint-config-xo-lukechilds":"^1.0.0","get-stream":"^3.0.0","nyc":"^11.0.2","pify":"^3.0.0","sqlite3":"^3.1.9","this":"^1.0.2","xo":"^0.19.0"},"dist":{"shasum":"46b82562631895eda02913ab0cdc0910c0266a48","tarball":"https://registry.npmjs.org/cacheable-request/-/cacheable-request-1.0.0.tgz","integrity":"sha512-EWLq0/xldWxxCPgP7/zwTjUgeHqxHcmzemnV341HGXjlNSO3R+q/lVkHBNfGqE4q5Xp6PONrisuydKJUs1mY9w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICutJKJhshF4ibi5NXfxRjCqnuhEYqZosmfi0hk376+HAiBX5X5ewJOiZ1TAHT/vwM7+DwgPmPvNmDncCWv+kW8Gug=="}]}},"1.0.1":{"name":"cacheable-request","version":"1.0.1","dependencies":{"clone-response":"^1.0.1","get-stream":"^3.0.0","http-cache-semantics":"^3.7.3","keyv":"^2.0.1","lowercase-keys":"^1.0.0","normalize-url":"^1.9.1","responselike":"^1.0.0"},"devDependencies":{"@keyv/sqlite":"^1.2.6","ava":"^0.21.0","coveralls":"^2.13.1","create-test-server":"^2.0.0","delay":"^2.0.0","eslint-config-xo-lukechilds":"^1.0.0","get-stream":"^3.0.0","nyc":"^11.0.2","pify":"^3.0.0","sqlite3":"^3.1.9","this":"^1.0.2","xo":"^0.19.0"},"dist":{"shasum":"846ed1388acda5037bdd36cd0f3e9180bda5f79b","tarball":"https://registry.npmjs.org/cacheable-request/-/cacheable-request-1.0.1.tgz","integrity":"sha512-5jeWcH0TCJto1L+rnhcvQoYWQwIrpK8ZezXJTvxD4lQrG0NCY+dqvJK3XrSIybzwZQLlg+BcX0ZOSWxKv5ba+A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDcqgnaZ6jn/5ajq/TxmINMv/KjFiQrM35aRO9CSpJFyQIhAMPRimgSVvZ8RhIopWI2P6logJQYAJkz/tCIv8U1ObES"}]}},"1.0.2":{"name":"cacheable-request","version":"1.0.2","dependencies":{"clone-response":"^1.0.1","get-stream":"^3.0.0","http-cache-semantics":"^3.7.3","keyv":"^2.0.1","lowercase-keys":"^1.0.0","normalize-url":"^1.9.1","responselike":"^1.0.0"},"devDependencies":{"@keyv/sqlite":"^1.2.6","ava":"^0.21.0","coveralls":"^2.13.1","create-test-server":"^2.0.0","delay":"^2.0.0","eslint-config-xo-lukechilds":"^1.0.0","get-stream":"^3.0.0","nyc":"^11.0.2","pify":"^3.0.0","sqlite3":"^3.1.9","this":"^1.0.2","xo":"^0.19.0"},"dist":{"shasum":"9a69c7c5a7dcb3bda8e399f55bc2bd723b435fab","tarball":"https://registry.npmjs.org/cacheable-request/-/cacheable-request-1.0.2.tgz","integrity":"sha512-zn6gQJh3U9ro/hto9MoTdulZ0YKoEXVs9OAD3floWXDp3fbJ45z9dcZpHVQ+AFu2CrpcfhI+ria4ZTT7wAi1Fw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBcqBp8uLK4u+2sYiKqqijWQN/Y9nwNHhLrWd0IsurI7AiAO08IOj4DUGeZ3+TnCQH7MFI3C2VNvIMlzv8e4mBDxQw=="}]}},"1.1.0":{"name":"cacheable-request","version":"1.1.0","dependencies":{"clone-response":"^1.0.1","get-stream":"^3.0.0","http-cache-semantics":"^3.7.3","keyv":"^2.0.1","lowercase-keys":"^1.0.0","normalize-url":"^1.9.1","responselike":"^1.0.0"},"devDependencies":{"@keyv/sqlite":"^1.2.6","ava":"^0.21.0","coveralls":"^2.13.1","create-test-server":"^2.0.0","delay":"^2.0.0","eslint-config-xo-lukechilds":"^1.0.0","get-stream":"^3.0.0","nyc":"^11.0.2","pify":"^3.0.0","sqlite3":"^3.1.9","this":"^1.0.2","xo":"^0.19.0"},"dist":{"shasum":"fb516d9893add37cc25cdcd44f02cc84a33d4a59","tarball":"https://registry.npmjs.org/cacheable-request/-/cacheable-request-1.1.0.tgz","integrity":"sha512-eID+Ybkpdfal0sl/yy/xJ7jGFGvIf0/Um8t6c955/22NE5GEQwq9W/3QZUe6Av9QPFMpcmuKYIRHu6IvGJaoaA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDD3HfKdaw7F01oLlwiGpdVBrsFHx56Ptk/a0aA26kLOwIhAJosUCpGZZjK+c0zl0lJ4tKWP3A1mv7tiJbzO2a3arsu"}]}},"1.1.1":{"name":"cacheable-request","version":"1.1.1","dependencies":{"clone-response":"^1.0.1","get-stream":"^3.0.0","http-cache-semantics":"^3.7.3","keyv":"^2.0.1","lowercase-keys":"^1.0.0","normalize-url":"^1.9.1","responselike":"^1.0.0"},"devDependencies":{"@keyv/sqlite":"^1.2.6","ava":"^0.21.0","coveralls":"^2.13.1","create-test-server":"^2.0.0","delay":"^2.0.0","eslint-config-xo-lukechilds":"^1.0.0","get-stream":"^3.0.0","nyc":"^11.0.2","pify":"^3.0.0","sqlite3":"^3.1.9","this":"^1.0.2","xo":"^0.19.0"},"dist":{"shasum":"8e63e273cc2dd46aaa46f080f430f1bb74cf19fd","tarball":"https://registry.npmjs.org/cacheable-request/-/cacheable-request-1.1.1.tgz","integrity":"sha512-dxoPiHzQ2i79QMW/LEdkMQqULXE0WDCHGaNvKVJgzEvht/b5YCCENvXPStLD8gklffBeJJpYcnnhviKIBP3P5w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD4Zl8zMBlIXJH0FHP+LmY0TCbhNH/J4qsZZVxDB8XVXAIhALX4l7JZ7RkhOlHXeEkLF6AyVnL8QR0wvx8hHtPqr+tx"}]}},"1.1.2":{"name":"cacheable-request","version":"1.1.2","dependencies":{"clone-response":"^1.0.1","get-stream":"^3.0.0","http-cache-semantics":"^3.7.3","keyv":"^2.0.1","lowercase-keys":"^1.0.0","normalize-url":"^1.9.1","responselike":"^1.0.0"},"devDependencies":{"@keyv/sqlite":"^1.2.6","ava":"^0.22.0","coveralls":"^2.13.1","create-test-server":"^2.0.0","delay":"^2.0.0","eslint-config-xo-lukechilds":"^1.0.0","get-stream":"^3.0.0","nyc":"^11.0.2","pify":"^3.0.0","sqlite3":"^3.1.9","this":"^1.0.2","xo":"^0.19.0"},"dist":{"shasum":"36ec8a0e0dc21cc44e0ccb6c669190f19e63fe3a","tarball":"https://registry.npmjs.org/cacheable-request/-/cacheable-request-1.1.2.tgz","integrity":"sha512-pOY+K6dpuCIQ3XvtUQqREwwn8Jdf0dL+bVqWHa2HopzSZX0X6SlJyZ/Lhtqt1PoaFRIODPy1jeABjdN9jPTqfg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIB9n1XkAJBVe7M4TFfKUP6PxX8r0t1W14Jr3E43O9TS4AiEA9k4gXDlHlPb3E1iaEQmWFPwPxZpHtE8a/2NKDjusS+4="}]}},"1.1.3":{"name":"cacheable-request","version":"1.1.3","dependencies":{"clone-response":"^1.0.1","get-stream":"^3.0.0","http-cache-semantics":"^3.7.3","keyv":"^2.0.1","lowercase-keys":"^1.0.0","normalize-url":"^1.9.1","responselike":"^1.0.0"},"devDependencies":{"@keyv/sqlite":"^1.2.6","ava":"^0.22.0","coveralls":"^2.13.1","create-test-server":"^2.0.0","delay":"^2.0.0","eslint-config-xo-lukechilds":"^1.0.0","get-stream":"^3.0.0","nyc":"^11.0.2","pify":"^3.0.0","sqlite3":"^3.1.9","this":"^1.0.2","xo":"^0.19.0"},"dist":{"shasum":"0a45a87518445efc55be646081eca078cf481ab5","tarball":"https://registry.npmjs.org/cacheable-request/-/cacheable-request-1.1.3.tgz","integrity":"sha512-A3hMKQxvJBHkSZh/X8oxHYQgoW4QkmEVUz1dj8vAdbzeeeXqAx0C8RUCPJQ0iD+p6PVAkEHWATmm4bPNkEC/9A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEIgQZXBxOD00uLWSxBWNzdoyKiTGKahlzMbhrs8BX8LAiAnc9IarucDGkIjywjiHyeLa0aogH/DE6VrkiWjP7aV3A=="}]}},"2.0.0":{"name":"cacheable-request","version":"2.0.0","dependencies":{"clone-response":"1.0.1","get-stream":"3.0.0","http-cache-semantics":"3.7.3","keyv":"3.0.0 ","lowercase-keys":"1.0.0","normalize-url":"1.9.1","responselike":"1.0.0"},"devDependencies":{"@keyv/sqlite":"^1.2.6","ava":"^0.22.0","coveralls":"^3.0.0","create-test-server":"^2.0.0","delay":"^2.0.0","eslint-config-xo-lukechilds":"^1.0.0","get-stream":"^3.0.0","nyc":"^11.0.2","pify":"^3.0.0","sqlite3":"^3.1.9","this":"^1.0.2","xo":"^0.19.0"},"dist":{"integrity":"sha512-08//JkAupjZ2U45jwt4ldXu0WSGU9+BKynNImDyaH6g7TkU3mMrbN4h+s5p5lwafLW0cVQ5+lz4nJwB9iMqEmg==","shasum":"23d7001efe4de5b3add360d66220e054f00f40f8","tarball":"https://registry.npmjs.org/cacheable-request/-/cacheable-request-2.0.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDo73CFFexZclv1NTY13NJWWIf+1OPDFlXJy0wgpqlU3wIge9C0Uo8KKhtDg0gV/QknZfnr4vw5sD+f3QgtaatXfWM="}]}},"2.0.1":{"name":"cacheable-request","version":"2.0.1","dependencies":{"clone-response":"1.0.1","get-stream":"3.0.0","http-cache-semantics":"3.8.0","keyv":"3.0.0 ","lowercase-keys":"1.0.0","normalize-url":"1.9.1","responselike":"1.0.0"},"devDependencies":{"@keyv/sqlite":"^1.2.6","ava":"^0.22.0","coveralls":"^3.0.0","create-test-server":"^2.0.0","delay":"^2.0.0","eslint-config-xo-lukechilds":"^1.0.0","get-stream":"^3.0.0","nyc":"^11.0.2","pify":"^3.0.0","sqlite3":"^3.1.9","this":"^1.0.2","xo":"^0.19.0"},"dist":{"integrity":"sha512-hovRLYMty6MSJukmtIDFDTxuIZQHmniHvIfOG8xImXN+E/3ZTEEkToVXrQQWNQpJd2BmBQVwSbknDMCvuirTqQ==","shasum":"b531cbce0c0bba4773837f69b31db09d3c6fc53a","tarball":"https://registry.npmjs.org/cacheable-request/-/cacheable-request-2.0.1.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAHcffOcby+z1nC2+r2ELgAfEP1RQTHHZAOFVCSRQwnNAiADNzoRWqf5XBIR075j9sI2jP/5YndVCobxJRHuZErE7w=="}]}},"2.1.0":{"name":"cacheable-request","version":"2.1.0","dependencies":{"clone-response":"1.0.1","get-stream":"3.0.0","http-cache-semantics":"3.8.0","keyv":"3.0.0 ","lowercase-keys":"1.0.0","normalize-url":"1.9.1","responselike":"1.0.0"},"devDependencies":{"@keyv/sqlite":"^1.2.6","ava":"^0.23.0","coveralls":"^3.0.0","create-test-server":"^2.0.0","delay":"^2.0.0","eslint-config-xo-lukechilds":"^1.0.0","get-stream":"^3.0.0","nyc":"^11.0.2","pify":"^3.0.0","sqlite3":"^3.1.9","this":"^1.0.2","xo":"^0.19.0"},"dist":{"shasum":"3861c968678c0e86fd6450da07123f372cfac9d7","tarball":"https://registry.npmjs.org/cacheable-request/-/cacheable-request-2.1.0.tgz","integrity":"sha512-VZ1GM0UEHjrLEPAfsR+VRyYLzmLKJj4SH03EQlEqgUJSlJsmtbENTucNyTNWptZlca6Ykdt19v5iOluVuCwc1Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICCexqW9j8EOXSdGEhPad3Wutg+zzAtx9uGo/zoKZltDAiEA2mIuFg11oKSltIORAQPiBW1S+bU+dmX6uKlmKOQVRuA="}]}},"2.1.1":{"name":"cacheable-request","version":"2.1.1","dependencies":{"clone-response":"1.0.1","get-stream":"3.0.0","http-cache-semantics":"3.8.0","keyv":"3.0.0 ","lowercase-keys":"1.0.0","normalize-url":"1.9.1","responselike":"1.0.0"},"devDependencies":{"@keyv/sqlite":"^1.2.6","ava":"^0.23.0","coveralls":"^3.0.0","create-test-server":"^2.0.0","delay":"^2.0.0","eslint-config-xo-lukechilds":"^1.0.0","get-stream":"^3.0.0","nyc":"^11.0.2","pify":"^3.0.0","sqlite3":"^3.1.9","this":"^1.0.2","xo":"^0.19.0"},"dist":{"shasum":"aa205ee287eae520950fec3dc71c5f41ee5550dd","tarball":"https://registry.npmjs.org/cacheable-request/-/cacheable-request-2.1.1.tgz","integrity":"sha512-EzPvhbyKHHq+T4ZyTJhju7p+CTE+sm4oSHTGdL2Q1GWXc7oghfk3WY/kqAg26Ubr9FwShaMFdstA7m/q73k9DA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIALIqU25awxwac6FsbzheGkNdz2KtmI8rYGMCZC8XCTqAiEA4/c1FvGvWG+sSU2GvDiC8c1lzFlIbcRNhaYxmMIP2n4="}]}},"2.1.2":{"name":"cacheable-request","version":"2.1.2","dependencies":{"clone-response":"1.0.1","get-stream":"3.0.0","http-cache-semantics":"3.8.1","keyv":"3.0.0 ","lowercase-keys":"1.0.0","normalize-url":"2.0.0","responselike":"1.0.0"},"devDependencies":{"@keyv/sqlite":"^1.2.6","ava":"^0.24.0","coveralls":"^3.0.0","create-test-server":"^2.0.0","delay":"^2.0.0","eslint-config-xo-lukechilds":"^1.0.0","get-stream":"^3.0.0","nyc":"^11.0.2","pify":"^3.0.0","sqlite3":"^3.1.9","this":"^1.0.2","xo":"^0.19.0"},"dist":{"shasum":"133288c62db51f45d63eb0c4bca121f03d251c71","tarball":"https://registry.npmjs.org/cacheable-request/-/cacheable-request-2.1.2.tgz","integrity":"sha512-IRF4Z2gdspQt+Bv2XBhTAfYEvU+ilt4G77MD3pEJ4ZqZqY+qIdgtMGgQJzP7KrHPGg3dh1g6qMOrUfW0gU1D9w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEUwc+YbbXRPUAy9wr4NZFs5R3Epo1o3e+evFUnyXlSAAiBsAP6iRAhpk29VxqwcURerevvPLaXAjn/w69u4vd2g2g=="}]}},"2.1.3":{"name":"cacheable-request","version":"2.1.3","dependencies":{"clone-response":"1.0.2","get-stream":"3.0.0","http-cache-semantics":"3.8.1","keyv":"3.0.0","lowercase-keys":"1.0.0","normalize-url":"2.0.0","responselike":"1.0.2"},"devDependencies":{"@keyv/sqlite":"^1.2.6","ava":"^0.24.0","coveralls":"^3.0.0","create-test-server":"^2.0.0","delay":"^2.0.0","eslint-config-xo-lukechilds":"^1.0.0","nyc":"^11.0.2","pify":"^3.0.0","sqlite3":"^3.1.9","this":"^1.0.2","xo":"^0.19.0"},"dist":{"shasum":"b935607dd2ab2812898befb224f66aa86c533dbb","tarball":"https://registry.npmjs.org/cacheable-request/-/cacheable-request-2.1.3.tgz","integrity":"sha512-4uLxl5eJhr+tgsuRcvyGmS/ty/MJZ9A57ZTT8vp8nfuUzp8FSwjo1bu19nZfPVXPo0wyYbq+ChrwA/OGMt8sqg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCvHszvhqmmutaHXOVLmN3O3x05KutfZjNqFXABMCZnsAIgWD/VpM80YF/6ERcQB47hrtRpfP3plY5YGPFlp52GSK0="}]}},"2.1.4":{"name":"cacheable-request","version":"2.1.4","dependencies":{"clone-response":"1.0.2","get-stream":"3.0.0","http-cache-semantics":"3.8.1","keyv":"3.0.0","lowercase-keys":"1.0.0","normalize-url":"2.0.1","responselike":"1.0.2"},"devDependencies":{"@keyv/sqlite":"^1.2.6","ava":"^0.24.0","coveralls":"^3.0.0","create-test-server":"^2.0.0","delay":"^2.0.0","eslint-config-xo-lukechilds":"^1.0.0","nyc":"^11.0.2","pify":"^3.0.0","sqlite3":"^3.1.9","this":"^1.0.2","xo":"^0.19.0"},"dist":{"shasum":"0d808801b6342ad33c91df9d0b44dc09b91e5c3d","tarball":"https://registry.npmjs.org/cacheable-request/-/cacheable-request-2.1.4.tgz","integrity":"sha512-vag0O2LKZ/najSoUwDbVlnlCFvhBE/7mGTY2B5FgCBDcRD+oVV1HYTOwM6JZfMg/hIcM6IwnTZ1uQQL5/X3xIQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIA+0J1DIPw6N7FBVhb2zTPSo+Iaj19zydXZRwk0xTI9uAiBjONENczHyExI/AkG2aX/RjZ79xfTves/avrmttcMh9A=="}]}},"3.0.0":{"name":"cacheable-request","version":"3.0.0","dependencies":{"clone-response":"^1.0.2","get-stream":"^3.0.0","http-cache-semantics":"^4.0.0","keyv":"^3.0.0","lowercase-keys":"^1.0.1","normalize-url":"^3.1.0","responselike":"^1.0.2"},"devDependencies":{"@keyv/sqlite":"^1.2.6","ava":"*","coveralls":"^3.0.0","create-test-server":"2.1.1","delay":"^3.0.0","eslint-config-xo-lukechilds":"^1.0.0","nyc":"^12.0.2","pify":"^3.0.0","sqlite3":"^4.0.1","this":"^1.0.2","xo":"*"},"dist":{"integrity":"sha512-aOitOP6oU2AdPVfOKWfRFyzdxlO1Ot+kL/NXtWZ3fPiw5XeBUPhp+OCIiF/eN8ZWh+o0U50N0/gdWZw2as914Q==","shasum":"c83b8a76126da0c7472cc14d0be47fc0db34faa1","tarball":"https://registry.npmjs.org/cacheable-request/-/cacheable-request-3.0.0.tgz","fileCount":4,"unpackedSize":14069,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbPstuCRA9TVsSAnZWagAAUTAP/jQYZbSCUkJWtm5J/eSR\nLozf9JDTjACgdcJzFGgT/F0PEQ43AsEsI4gpUjv3bQFUwXPPMfZqzMTHElBF\nSvJa8y25R+nX5HIVZAlfyvgldlUB/BQqBqFo5O5R9FtwPZq6E7Hvi/TjIvAH\nc/u8I0wd/JoKt8GjjC6//aIHA8d/VL+KUiz6JlVRQtZ43LYqBmRt3OgdlvjR\na1q/jNQ9iA8QzJmN3KU032JQJ1U5VOAMi2MGyHWLyLHvFmmqyxjoCBqlwYUx\n1WCAGFWr43oNuRdm2wbjZ80q9oHiQLBUkMOYduqoSjcRUI7JoTn2+m8WAs7G\ner4nkSMXtFLlgv6qFY6cuo3n1UXXpoKGarnXY8EueAXP2PnC/ovpcvHCWzWF\nfXWaToPqx5IGaGZ4sA+1dYugJAurI+thIFtSfdJdhGD2dPEDeCGdWPMZqwjh\n2xQCpQFIFB3bI9sd0LXuGeyjEc+S2Hh79xChH93mElFwQIsHT/UtGg+QVg0Q\nTxS6AX3CSCoZ/awwF5cAl/sVLpWiN+5drpO4UXxS+2SiXJwITbPWAiu5Of+u\ndlX23pzEm08c3/c8hkH61WnJ2UirlnXAiLjN7HdLZn/McjYEYywbshBJdTUq\ndEWcl515J/yvj7VPCmlgLptiYF2zOs4vC+evdipXFKLpmadCV2ezF7RBptqZ\nyejE\r\n=N6wb\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCuE/daUhRJeGQN6xnV3FpCOhXqbYoVVSvevQjwnQomkgIhANidz0hFAhM9paxLWA9xcPvwr+jMztaApkITMiLjv2r9"}]},"engines":{"node":">=8"}},"4.0.0":{"name":"cacheable-request","version":"4.0.0","dependencies":{"clone-response":"^1.0.2","get-stream":"^3.0.0","http-cache-semantics":"^4.0.0","keyv":"^3.0.0","lowercase-keys":"^1.0.1","normalize-url":"^3.1.0","responselike":"^1.0.2"},"devDependencies":{"@keyv/sqlite":"^1.2.6","ava":"*","coveralls":"^3.0.0","create-test-server":"2.1.1","delay":"^3.0.0","eslint-config-xo-lukechilds":"^1.0.0","nyc":"^12.0.2","pify":"^3.0.0","sqlite3":"^4.0.1","this":"^1.0.2","xo":"*"},"dist":{"integrity":"sha512-aMoyzOd+NA3kMwTr4DtNwDfz6mOldFci7IvBu1NBu+0+4TRnaPM3p8jcT9ocRiGG25Vmb2sO+3GS9/ve3z7sXQ==","shasum":"3c90168895f7fb5c4645b97ec60d818bc1764ffe","tarball":"https://registry.npmjs.org/cacheable-request/-/cacheable-request-4.0.0.tgz","fileCount":4,"unpackedSize":15234,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbUbtNCRA9TVsSAnZWagAA7loP/jhHB+/rR5YXhQsGqrSJ\np4tI0m1DPrNDaQ0rODTSAnvbNTC3EbhZhmg9OsXsEIYIbG5qHwu664EucHgc\nq/QUWXLB4gES8rK4yZBW1tHH3IKXCEujCV2KzXgqUqF1QCfPwBjEj3W4mP7a\n/r6rEQiiJY38yzQW20ywiZlGH0husQ1QU/ODIDrlTKOyxj5hY+ptjsf+/mdo\nAeVkqVZ1wUC0jEWVtsBIvRfIwZk/jWAT6SvCD5xqx2Ty7D8mHD2u3QoaRV0B\nWOPfPT8hK6dNS0Ts+rEktkcxzncbJAudPsZCHjBeEyvgVzrZPRgd8fcAAKl6\nvJZ0xTVEtTOupj+xuR/kusF1JiyCzqDODjrzV5R6C186NlJuJ8Rm8Uh9IzNF\nUw78rawIetEMdx+eL+JVOcAmeIXSamCb5ib6BhTRUSzzZLyVjfMCsL+uIyEj\nMabD+LxpvIKCma6hCbc7vq6A4g85cVSoYl3SJxZTHmTZIyqL7mV4yyCNHMvj\nzWnEpVpmGrfUUsG0DVxK6Z9A3vWFCZkc/y/WZ0jiXajUpmo5bLjDolp1uBno\nSvTiQ9l9ExX+ND5zh9VH8pkDmrhIDKlruwG1RJ+thCDUV9/zDvGT80QO2n80\nk0Fh6JXio29ZGr6qyKcOpF40WyF6GGFqUsjWm8OqzvxJcHK0QoL6x8HWXQun\nJw8+\r\n=w+7q\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDeFzF96d5eFOdDjUtpAP59X269Xd//M8vRWGh1MxUfxwIgau6wftXjL99fTderniL/KAOdRaf2MfveHAIDxPBF0kI="}]},"engines":{"node":">=8"}},"4.0.1":{"name":"cacheable-request","version":"4.0.1","dependencies":{"clone-response":"^1.0.2","get-stream":"^3.0.0","http-cache-semantics":"^4.0.0","keyv":"^3.0.0","lowercase-keys":"^1.0.1","normalize-url":"^3.1.0","responselike":"^1.0.2"},"devDependencies":{"@keyv/sqlite":"^1.2.6","ava":"*","coveralls":"^3.0.0","create-test-server":"2.1.1","delay":"^3.0.0","eslint-config-xo-lukechilds":"^1.0.0","nyc":"^12.0.2","pify":"^3.0.0","sqlite3":"^4.0.1","this":"^1.0.2","xo":"*"},"dist":{"integrity":"sha512-sJJ9ivV+1DytIdAgQG1CsRjAESGD5WnjTr4BsQ3X4xZKp3O9i6Es7MWeQ1pOTuE0bTLVEf86YFjSGpr53wz7nw==","shasum":"c93bbb87d7c67c62738f2e336e4ff8e78d9533fa","tarball":"https://registry.npmjs.org/cacheable-request/-/cacheable-request-4.0.1.tgz","fileCount":4,"unpackedSize":15309,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbVKZqCRA9TVsSAnZWagAAMnQQAKCcrCCbyGdn9pjZnql4\n3phQSIESybk1d7ULr7eL/hEVITOWkmKaQZBI7jE6yGWqCwPnD9puhjJDA5uw\n0OdhAZaFJ2ST10AuKcsSOWvk02h4cyzPyjThgzz1X5Gbw91nJbK2uSFeu0xx\nsXWM0eYDyvATgMltZ6AfVbPi/3nnBxs529vEojcDa0ulrBQo+qHqsaq1knj7\nVUAxSVOjv3qlVOiyEg69kOBZtmXsgXPdjBhZnuIXOQh5F48oSBzA82Cn7kLN\n/X14PGGEAX+s+QtTqqUy8yTfsHvRNOOBqIZmiZI/dotaavS+uVOS014m7Rqj\ngvSbZ5yNB+WT8eWuwoboFcVw7tiX2SkShhfB+wYwyoryCU80IllaRFshwm71\na3s00KaUq+FXH/3KB5vrp3hNv1rw94QivR9SF4IcaOhNWRBf4WkZ02Vi+yzP\n7XordJ7/l8mVzewwT5fm0C08D6FnQ7QQQnuZLH0lxEOdhPsmgERGbO1I3Lny\nAWVXpF3YBz+0eUtuZWgWC8wGIiH/XM+Vkxwxucwd7rmqOAO5YJiXatae1rRs\nIzVhGo/C26Kbn5K4qC2Jw8dY6buTR3v60frRj06LJVjvuUc2HGQAfpwMgSRZ\n3zx3sLrrcRkjPNnBxtEr1MJTnIeXsxeBlgJOYp5aRv3r83guOmE/JcA7UPVz\nVf57\r\n=TCyR\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDwwBNe+9och80YsHFBPYFX6D8OBA9Zbjb6oAsNTbP3RAIhAOEuJw8zN/1/TZnsdSZBXVcMQO92E8ssxPoGVbUGgpWu"}]},"engines":{"node":">=8"}},"5.0.0":{"name":"cacheable-request","version":"5.0.0","dependencies":{"clone-response":"^1.0.2","get-stream":"^4.0.0","http-cache-semantics":"^4.0.0","keyv":"^3.0.0","lowercase-keys":"^1.0.1","normalize-url":"^3.1.0","responselike":"^1.0.2"},"devDependencies":{"@keyv/sqlite":"^2.0.0","ava":"^0.25.0","coveralls":"^3.0.0","create-test-server":"2.1.1","delay":"^4.0.0","eslint-config-xo-lukechilds":"^1.0.0","nyc":"^13.0.1","pify":"^4.0.0","sqlite3":"^4.0.2","this":"^1.0.2","xo":"^0.22.0"},"dist":{"integrity":"sha512-gU53XCfodl+GZ37ecX/uLobGE+WvgE2QE3VfhX7sPf04Kc35tNPip3IfCKfqJ2e04HLuHRxFCWgGWttv8OQbfw==","shasum":"7ce347741c48d85c76bc41b78f6bf13e2907056d","tarball":"https://registry.npmjs.org/cacheable-request/-/cacheable-request-5.0.0.tgz","fileCount":4,"unpackedSize":15617,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbj+33CRA9TVsSAnZWagAAEdwP/iGfckwHu/2jyemyi30J\nKCM1IH3Eca9OCYrPv6bwp8eoX3QcBVeFnp2p/Cm7lja6zxaDL0axmUzHBS4I\nfWBk/K98lp+bCl4VCnoua0SemZtuHH5TZLQvrUfVqu9xNNE/psJnl/MC/IUz\nkrhq07OE5rRsyHZl5Rm+Dx/Zw69s1U8P2fwp2dyakpJ6CZQKuI4MBZwwHUek\n688m6Ydj8t0Aj5H3f7D52zVECO201esuGpg09lpODpgGCL8amDdg2So/immh\nozVMc+1hYOx2PoDVkK4kX9ClTNCh+gaSl4HOl19yY5yWoZLcD+/r/QJzPd6X\n5QPSV5YgMpZ4afGlxEIDfEqXEAuJmuexQRN/ViaXyVlh5a70jPOv9DUGjnr4\nAlIloEqwr3sflmnJ++fZA20iWNEq1G7Op2GdS4Fgq2N9sEmGb0drjwTE8Lsi\nM/pGig//qaSNvzgRVvHJgWZlJ/c5RPlngwof18MribuLHf/UdyoElxaw2Gfb\nI2VpJNXgG/OivfMhIoEJ4TXYK1bUdZBL28zb6n6o2RXwDRlg7+kb33SOYcvT\nYUOJvWdh3Gv2cDuTkbvZJ1MxIDz9vay05fEDTKBNgoaVkqXa3PbNcVV6UI2/\n6iws1ROce7gtc2RpbQ6GBGoPUfD/xfGXUgTMa7px3Dr/6SCKmTO6bBuAszRO\nmEye\r\n=e/R6\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDtMnDCiJDcnTTZw9QGadGWZwlx0uqL0ZVAIj3DsD7rYAIgPBqs3xKBmf3xnymOSLWS/hVTKZbpo2H1OKrl4Fnqhqk="}]},"engines":{"node":">=8"}},"5.1.0":{"name":"cacheable-request","version":"5.1.0","dependencies":{"clone-response":"^1.0.2","get-stream":"^4.0.0","http-cache-semantics":"^4.0.0","keyv":"^3.0.0","lowercase-keys":"^1.0.1","normalize-url":"^3.1.0","responselike":"^1.0.2"},"devDependencies":{"@keyv/sqlite":"^2.0.0","ava":"^0.25.0","coveralls":"^3.0.0","create-test-server":"2.1.1","delay":"^4.0.0","eslint-config-xo-lukechilds":"^1.0.0","nyc":"^13.0.1","pify":"^4.0.0","sqlite3":"^4.0.2","this":"^1.0.2","xo":"^0.22.0"},"dist":{"integrity":"sha512-UCdjX4N/QjymZGpKY7hW4VJsxsVJM+drIiCxPa9aTvFQN5sL2+kJCYyeys8f2W0dJ0sU6Et54Ovl0sAmCpHHsA==","shasum":"ce0958e977bdb4a5b718464049793b8d4bf7d75d","tarball":"https://registry.npmjs.org/cacheable-request/-/cacheable-request-5.1.0.tgz","fileCount":4,"unpackedSize":15839,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbx0oQCRA9TVsSAnZWagAAiwkP+weZQyiBHxPprdx9J1kr\n8jHpJaujMWtYMfPVz6edikNxDqJnGQRZYDq8gLrQtNe0wwAJYbcSt4KhQcWI\nf3ATnFFTyKHP5VGQ0eJ7NVF5kj/9am/sVzPc27CbZ15j+SS0DJiJvq6cKSji\np1MiantJQtDrDAiaGnEVJsSLNryalRUuvfaju2wqH52ChVqD33VtnjAzg2O8\niYUZvw1R+jIXmy00SGcM2a0a/uMWtjnpcs/zKeYKilKrUZV8pD0uqkl9NT4j\nOgBf3IAaRrfJu5a9hGXzmD6e849h+ftaonkNpwmjnb/aj2E8iELHiPucSpdX\nsGY1CMMv78EUk139BlycXNopWj4dIRaJdaRk1UtgG8aXP2BkB218hF2VRj6w\ncn7TMZY3oChRgai68bYRW48IrKUl8Btv7Gi101zZKG9mjbwgitZUvoxZzp3n\nyo2RzNwpD7911/63cSOrq8lobluAhwwYvvnR0nhZ7kE2sOFVUE1tOZJfehUz\nlKa9TCyoA84RPrRWISVkKiMK0IGUo+tUCIQTOevZGjqUE/14hpqEJck5t66v\nNfW6J5s4KERRju9ACXuYjo9B9z/8csRgyuPYbWXgIBJFUPsqpLveMoUNAR9m\nX+oZCQs2gT0h+zVqyj1j0+qc6DH7XwVBcQ35eduNMrdQJ2/CGtj+JNRUUnuj\n0RU2\r\n=7OX3\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCID4dlaN/rLlnZtCd3JKVmZzg9weUZT6xs80gIs8wsS1CAiEA6RBTMuIoyf9E6tkh0pEs72BzqHH3+K7mEJSzGyNiPBI="}]},"engines":{"node":">=8"}},"5.2.0":{"name":"cacheable-request","version":"5.2.0","dependencies":{"clone-response":"^1.0.2","get-stream":"^4.0.0","http-cache-semantics":"^4.0.0","keyv":"^3.0.0","lowercase-keys":"^1.0.1","normalize-url":"^3.1.0","responselike":"^1.0.2"},"devDependencies":{"@keyv/sqlite":"^2.0.0","ava":"^0.25.0","coveralls":"^3.0.0","create-test-server":"2.1.1","delay":"^4.0.0","eslint-config-xo-lukechilds":"^1.0.0","nyc":"^13.0.1","pify":"^4.0.0","sqlite3":"^4.0.2","this":"^1.0.2","xo":"^0.22.0"},"dist":{"integrity":"sha512-h1n0vjpFaByTvU6PiyTKk2kx4OnuV1aVUynCUd/FiKl4icpPSceowk3rHczwFEBuZvz+E1EU4KExR0MCPeQfaQ==","shasum":"00c87097835af4caf92a97390660ecadce51187d","tarball":"https://registry.npmjs.org/cacheable-request/-/cacheable-request-5.2.0.tgz","fileCount":4,"unpackedSize":15977,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb6opfCRA9TVsSAnZWagAAVX0P/0AadRqIKOf7Vy7B8sz+\nT3u0w11AE5SXnnMhy1bygZ/W/5ea/jYFrlBQ8t9u+a4It+OQQJSZz9+QF1Hi\nAzzFV4B2Dps6Ev+eYhV4AX/MQlcMXx195DUjLYl7C0dmj1i2tbTdTiIYBbho\n4kkt1Oyq+BzrnUAmjVi07CW9Eij7x9zE3JhGUEJtqwLcO+s9y/O4nvLjL5lY\nfLCl1Qa8wXD1mxSDYKE5sFHfZjlg9b4j2Bt4i6hoYkMJKB0iOKMoy8EIoZED\nluQtsz4YJ7X2w58/aVYnAlcLidb/ml2ECnPdFEfHCpBlofhZfl0g8LlH+JW5\noxaUCY7iWeXAsBYp82MJDL9mqBO9zaoKW10chqesCC8cUCn3BlioSHI7DE9Z\n8lb8CTGiEMD1Hi37NsnNfXstZ/FoPKpCY7iysvQUdhP774E1KYmS9gmYGlfW\nBgvk/D3zKyhKHCX5P7Rj0VuVjt15azgxpnlz4zLJ/lS3LlChsUgK6teTdxVN\n4NLBgwCBlZaWwiEK57STwOKVjVRqKDKjQExApMqpFI0BtM20Bv0J6flVsqzM\nBzAsTtbFFTyh+zI25gwjiIogVIfDe2dpsjVtYgQj54dT00Os2K5LIE0tVZRa\n5CSKZP0bwrBPd/5ILMKhr2dWdoTbHpCHyKolWmuJyaKKNIDLozxRGmUNT2cy\nihyy\r\n=zjoA\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDUNjdBqNppX/hg4CERneGWx/8KViPVZyfQk8YRdRff3QIhANXXmUFA+hbBEPaHAe7X5pHjo4Nn9kcWthun6qJj2OBl"}]},"engines":{"node":">=8"}},"5.2.1":{"name":"cacheable-request","version":"5.2.1","dependencies":{"clone-response":"^1.0.2","get-stream":"^4.0.0","http-cache-semantics":"^4.0.0","keyv":"^3.0.0","lowercase-keys":"^1.0.1","normalize-url":"^3.1.0","responselike":"^1.0.2"},"devDependencies":{"@keyv/sqlite":"^2.0.0","ava":"^0.25.0","coveralls":"^3.0.0","create-test-server":"2.1.1","delay":"^4.0.0","eslint-config-xo-lukechilds":"^1.0.0","nyc":"^13.0.1","pify":"^4.0.0","sqlite3":"^4.0.2","this":"^1.0.2","xo":"^0.22.0"},"dist":{"integrity":"sha512-+dLut9zvvuIM/MrtdHBVSh/QYJ9+uCKYoqww9cOYrndQH4O4rD/qH0IAwFhD5WJKfmWE6WgCOrLQPd/H5YJRVQ==","shasum":"41814b0460b68b9baf74f57f5a6046224d55d71e","tarball":"https://registry.npmjs.org/cacheable-request/-/cacheable-request-5.2.1.tgz","fileCount":4,"unpackedSize":16523,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcHctUCRA9TVsSAnZWagAA4Y8QAIk5MqiKOU/oaQw4qazY\nV5BqSrNF1fIKJSeNBExwelQoV2ZQ7vuP/Wz3bOKL+5DSA8sVn+bB8Eiu6Rue\nPEqVtS3trXvF+oEkQTBGjfAa7h4Ckfgx9b8x3yp1QITzF9yhNIxI/i9odYls\nlJZp9CodXQxXwtDzYO3fAvRXizvwti6y3D7RGdwS6sHEbzzeF1ykAF3hs2B8\ndx79KoPhsZGiDxAIoh75zupfSD/Dn88Nt+J75v9dKTtY1jxaTTm5qobNikFZ\nHNqjnWGYrxtqv7gZ4IbMeGclAhLYtDwSe/+nsnSI4V0xyXVzM7/WZ3UewB0K\nzvz/I/q+FSSBy92ctsoLlMqMd10tbF1AmEue62rL3rTlKwq5uFxh5RUhEeQ5\n0bG6hqd88HnA5zQ+FfTxLN5pgsYoQom4CnnPYvbOtI8lHctCtTjsH3wf+AMv\n7q22ql6P7xs4a8iMHYD86P39XDWarz/2efJaQacWYZHyqmKNF2w+Aeua4OJ4\nv3i4CUueTKKIEGmFkBg5LFJucDOkfHt97ukXqoNN7DUrGYZL256dzD17jVEK\nZt2+9K47P9r4f8mnvmB5UU7fBau1Z5KqKiW7tmnTxesFMxL9iTKMmi3zSqFQ\nEWOHbQ4rvOdisqcg9BS3l0wlTq6tG5aEh23N39mXYd5VHdlgZXoqC0VVM2Y4\nKwmA\r\n=6bIN\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDSU3U0UeivjyPW4fLqlbGsxLk+XeG0zBOAkWKjjiB9rAIhALYsaryrlzGT1Cxdmj64kVzqbgJpAWgtWkY/CW2Na8UP"}]},"engines":{"node":">=8"}},"6.0.0":{"name":"cacheable-request","version":"6.0.0","dependencies":{"clone-response":"^1.0.2","get-stream":"^4.0.0","http-cache-semantics":"^4.0.0","keyv":"^3.0.0","lowercase-keys":"^1.0.1","normalize-url":"^3.1.0","responselike":"^1.0.2"},"devDependencies":{"@keyv/sqlite":"^2.0.0","ava":"^0.25.0","coveralls":"^3.0.0","create-test-server":"2.1.1","delay":"^4.0.0","eslint-config-xo-lukechilds":"^1.0.0","nyc":"^13.0.1","pify":"^4.0.0","sqlite3":"^4.0.2","this":"^1.0.2","xo":"^0.22.0"},"dist":{"integrity":"sha512-2N7AmszH/WPPpl5Z3XMw1HAP+8d+xugnKQAeKvxFZ/04dbT/CAznqwbl+7eSr3HkwdepNwtb2yx3CAMQWvG01Q==","shasum":"4a1727414e02ac4af82560c4da1b61daa3fa2b63","tarball":"https://registry.npmjs.org/cacheable-request/-/cacheable-request-6.0.0.tgz","fileCount":4,"unpackedSize":16525,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcLw1HCRA9TVsSAnZWagAA/eYP/iZd3/dcO8tPXlALoQ0M\nGdNAZBpRHZQIzgRmY+q4Ehv969PeeZCyzqc3MlTOhobXvPcQP45AnzpskYG4\n1gVxSJewP1rGFFd0XJcd9IlrREkt2uxqT97INl/sNJLPDy0x84cemPfcLDsl\naYhTFDXFRkKQ4LC7OfqNBlQUhRqTrG71DbGC8wu7DG2RcqMWOPciYf4yxIU0\nEqEx2ZtOcGhPNRPsp+1OsyjndunsGfUi7xnuTiXuVjEc2o1/jVgFYVHzpy92\nVyPXjHHngW3GqpKz9Wtj4qKVB2MLk43qzgOeYW+lBSUoBd1C5p56hvuCmMK+\nP2Pohwuqz7ouFW5AV73eVXLt9XD65Yqheeydh52skB811Gz+9LViQwdn+nwL\nj1XF8D6RcgGFLh4B5H5DNAro5R1fOjp8OOidnaVHv7zxhhBQw3U6sA4DlwTE\nJiRqhT7M77MoYit6g1CpVWSnwEBb1mQ/oWGY3JLwfoO8LqBTamnEg4UIP5Qm\nFbhhoJ4TFyguyny2BfpK+eNtGwmDZFbi35wU8P+5VKyIT/XudQyUD+N3ZR6i\ni9wi/VfwXHhC7XA2eH/LuQp56gyRyOYxbLE4c4iJ2reXt0bgshZDhzRpzkR3\nkhZjpDgBKV7aUPT72IGceusJmzSI9NI9uG6QK5JEMwZh/AKuqk074TM7lmp6\nueKC\r\n=9djW\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIH7seruf3iezkG4H6hF0RPxJaOk3xdOMhQRsTNjidsOAAiB/LvXDujhfxHOtQFPep2bJFgwRm4XElC1F6pV5Mk7zAA=="}]},"engines":{"node":">=8"}},"6.1.0":{"name":"cacheable-request","version":"6.1.0","dependencies":{"clone-response":"^1.0.2","get-stream":"^5.1.0","http-cache-semantics":"^4.0.0","keyv":"^3.0.0","lowercase-keys":"^2.0.0","normalize-url":"^4.1.0","responselike":"^1.0.2"},"devDependencies":{"@keyv/sqlite":"^2.0.0","ava":"^1.1.0","coveralls":"^3.0.0","create-test-server":"3.0.0","delay":"^4.0.0","eslint-config-xo-lukechilds":"^1.0.0","nyc":"^14.1.1","pify":"^4.0.0","sqlite3":"^4.0.2","this":"^1.0.2","xo":"^0.23.0"},"dist":{"integrity":"sha512-Oj3cAGPCqOZX7Rz64Uny2GYAZNliQSqfbePrgAQ1wKAihYmCUnraBtJtKcGR4xz7wF+LoJC+ssFZvv5BgF9Igg==","shasum":"20ffb8bd162ba4be11e9567d823db651052ca912","tarball":"https://registry.npmjs.org/cacheable-request/-/cacheable-request-6.1.0.tgz","fileCount":4,"unpackedSize":16750,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc+gELCRA9TVsSAnZWagAAg4UP/icEa1kgzzzsS3WW4kLV\nxLC66G4F22SX1oGRPoVGDKT7/rn/cGBiiLyGvlQPMoTd/chYCAKIHSIiSoWU\nPkuPcZuFA2A+stiQ9TPPnZYyUxkFqB+9UwZBqqHXFZ+zoS5pdoUA2U6zhM5Z\nagiv8tV5TmzbyCq7AaWIl1xGA3MnwgWp7Yt2xpUW2KRYLfQDiCMB13O/5W9b\nfjz0qBqY0ebxtEiN4gS29QPNRo9SNtrGVB5fdQtiWd43abIvy3g+YytlVTRh\nfYAazeo0itA4txKIRYxz0eomNyaOJlER5qdNS667zuDyCDWl5+RQMf15AMeE\nvSHp7nMjzq0e6bjAo7M2aD/f2Be40s5Mo+JffZ0ZxPUa2A6oa9NypKnjtwOV\nVRqVadXuz2z2XVD+5kprL1ibZW8dtEL6pr8zaZ1bLqxnUvzVypi6BWdVKolp\nJM093Y2y6iUo3RpawHWVIlXGgOzXzZFwmSDjgG05h6MH4CeuGhMSdMRkQUjd\n2Egc+xaN+bzlNVBzcyIx8twvAETU7UjIF+tUdusVU0AGbSfiLIB6riZlr2QB\nZaUQmLGSxMWHcHDOFiJXIWv6FRFhlNpQa3Ft1mSv0TQxa6ZNE3VKEnV2O0Ca\nODS+lRX5xlQf+frQ14pmSW/gbj5qtYbn0SWN1oEgnpsXja0Fv0MZ1fBbLUpv\n1A3/\r\n=zWoo\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCT2bB90uN6Gu6pFIlJHps9NRzAAJBLySzmyD8veQnbDQIhAMrXSCkSv0Tl+wA8ToCwwujitHKIFgSjQrBLws1I82gT"}]},"engines":{"node":">=8"}},"7.0.0":{"name":"cacheable-request","version":"7.0.0","dependencies":{"clone-response":"^1.0.2","get-stream":"^5.1.0","http-cache-semantics":"^4.0.0","keyv":"^3.0.0","lowercase-keys":"^2.0.0","normalize-url":"^4.1.0","responselike":"^2.0.0"},"devDependencies":{"@keyv/sqlite":"^2.0.0","ava":"^1.1.0","coveralls":"^3.0.0","create-test-server":"3.0.0","delay":"^4.0.0","eslint-config-xo-lukechilds":"^1.0.0","nyc":"^14.1.1","pify":"^4.0.0","sqlite3":"^4.0.2","this":"^1.0.2","xo":"^0.23.0"},"dist":{"integrity":"sha512-UVG4gMn3WjnAeFBBx7RFoprgOANIAkMwN5Dta6ONmfSwrCxfm0Ip7g0mIBxIRJZX9aDsoID0Ry3dU5Pr0csKKA==","shasum":"12421aa084e943ec81eac8c93e56af90c624788a","tarball":"https://registry.npmjs.org/cacheable-request/-/cacheable-request-7.0.0.tgz","fileCount":4,"unpackedSize":16750,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdnnoSCRA9TVsSAnZWagAA62YP/1GHLWNOoqYw68C4i+mK\nfXummdUJINDVQJoChC+LjDGhg2cViZnlneqkQiiw7+gye4dQzZSdeEQiM40a\nvSh9/zTH6vUXZFck4mcBTCGUT2VBA0zaCBL7bNg5ocssHGL0ZymVyRbLaoOq\nTwaK1CYvHzZw78hPXlTH6CnziJY1o4JYptXUoF67FB1pdkPkRQFk4ShWe/Ma\nJ0EZ7DsdBITAVp1E2d/oEJy3Jg8Q/i4ROnhQsZuRd0vgoc73FTyD/ifK+ved\nPXovFUk5squxwFVlHrn3UGER9q8v0tqtO6YYTaEgDqT99rDxc6ovhWQ/dPVn\n+OeeW9vlw+xhxKgcLBAtxY/YnjOTXX9fjxHOnYgLhMd4bXleD2Api122xcdM\niv1VL7ZoYuF98Zhq8Ng/ofrQVy9rkjKVluYoPEk3QjUyA+M9E7uO9Ap+0CVb\nkL2FkRNqfziaXaeNk39JemwZmZ5qDyXDnko1XvDl3XLj1hAF38ksCC4qVQqm\nLOrGEflzw4SkKUx4WuPnkib/boHugnGXx7ErRuYRf9YCeoHuPdPkp76lbQuc\nmtnFR8cLrKIVEZuWscd1GqrVgYmWVfaOlR9PEKpEYYE4HYGV27k2WErTdJzx\nu58QzRFydt6Qd4q5le//9SEYpJHh5Bo8FjRNZ2eeFTObO/Lo0d/CtiVtNxuJ\n0CTJ\r\n=PuEi\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCDc0uMStO2wq96qJhW1mETIMwzHQZIi6ouQXhnB20MfwIhAP8x9Te+WWGdB1xjJaAblX+TKciD3BJVBsVLrw4mve2L"}]},"engines":{"node":">=8"}},"7.0.1":{"name":"cacheable-request","version":"7.0.1","dependencies":{"clone-response":"^1.0.2","get-stream":"^5.1.0","http-cache-semantics":"^4.0.0","keyv":"^4.0.0","lowercase-keys":"^2.0.0","normalize-url":"^4.1.0","responselike":"^2.0.0"},"devDependencies":{"@keyv/sqlite":"^2.0.0","ava":"^1.1.0","coveralls":"^3.0.0","create-test-server":"3.0.0","delay":"^4.0.0","eslint-config-xo-lukechilds":"^1.0.0","nyc":"^14.1.1","pify":"^4.0.0","sqlite3":"^4.0.2","this":"^1.0.2","xo":"^0.23.0"},"dist":{"integrity":"sha512-lt0mJ6YAnsrBErpTMWeu5kl/tg9xMAWjavYTN6VQXM1A/teBITuNcccXsCxF0tDQQJf9DfAaX5O4e0zp0KlfZw==","shasum":"062031c2856232782ed694a257fa35da93942a58","tarball":"https://registry.npmjs.org/cacheable-request/-/cacheable-request-7.0.1.tgz","fileCount":4,"unpackedSize":16750,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeJt/RCRA9TVsSAnZWagAA64UP/3Kn8Q4fuH4c74KU13Gf\nqscYlQCryUoxJJr1gADawf/iMQD1dNyafITP4TkHXxdEpyD9jyZYK+3B22S3\ncI9VYWtW0vRgbwEvXN1nXCGi04CCTQvbBiQ2GaMRWnzBZkA3vv1k48sPr/tl\ncbF888Ct3hVHDcKWTDCLFNSlkH95vnyxCBDzLYAwVQ4DdOAJOvWOZ2CbKTNd\n64U4PKAnOqoVEiSJmNEUSxjipemj3FKvYfBfuIHwCY8L3+BucVys+RKN0H3S\n5+4aMzfTB+Z0u7DiJxqCpe+NZA1VxqKPex4bW10GLkYCdrgif5HeSnIbyUko\nA6t1iOP8jAXE2AGOCkidC5XtQSNRwVGe1Rhop8JKtXD6xN//CxxrCsD9UdkR\nhVYojiAG2qjUZASjOug1ugB3k/N6brVsr0mfWJD4xME+10TS9Aq2drXmj5TF\nbVUpp/f+5H9DphgNpTK625aRpctUil4OCfY1XgcuF37bm58v2ek7QMSF0OLW\n/ZI9b9WX7WGY76UHXKwYxAP6rFV8igpuxmfbDNldCw97RmpRT/VTZ48ohjVc\nChT3irUZEjLvZ118SZdtaGjtCTefEgBwa4bMdh+K9Bz1dH3RkA08e/krBP/x\n9QeFUas5hyJMLMDDIrspTpqMagSwYLJevVlX6BdwQdv5CRPCQhTiVGooEOy2\ngRp9\r\n=KzGv\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBe4JKQoCYGiCeeXElb05Qy277RAbg6eCqcYE6LNWqO4AiEAg2g4/u73R/yKehL9vSE2on5bq1ckZ3rrubKrWQhZN1w="}]},"engines":{"node":">=8"}},"7.0.2":{"name":"cacheable-request","version":"7.0.2","dependencies":{"clone-response":"^1.0.2","get-stream":"^5.1.0","http-cache-semantics":"^4.0.0","keyv":"^4.0.0","lowercase-keys":"^2.0.0","normalize-url":"^6.0.1","responselike":"^2.0.0"},"devDependencies":{"@keyv/sqlite":"^2.0.0","ava":"^1.1.0","coveralls":"^3.0.0","create-test-server":"3.0.0","delay":"^4.0.0","eslint-config-xo-lukechilds":"^1.0.0","nyc":"^14.1.1","pify":"^4.0.0","sqlite3":"^4.0.2","this":"^1.0.2","xo":"^0.23.0"},"dist":{"integrity":"sha512-pouW8/FmiPQbuGpkXQ9BAPv/Mo5xDGANgSNXzTzJ8DrKGuXOssM4wIQRjfanNRh3Yu5cfYPvcorqbhg2KIJtew==","shasum":"ea0d0b889364a25854757301ca12b2da77f91d27","tarball":"https://registry.npmjs.org/cacheable-request/-/cacheable-request-7.0.2.tgz","fileCount":4,"unpackedSize":16750,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgwKM4CRA9TVsSAnZWagAAqpIQAIENvdixKOBqzvoupIkw\nRc+ua4F4JSJtR6lsNC9rDqb7CTjwiMTmwoEsuUzpEVYqqaSa03+TLKMapnhP\nYmghGdoyN0nOBxCe94mvT54i625tkqHn8z7O2691pYgyz0o5mASoYMBSgMMh\ns8mNmhokEV42HF7snuL4Zi9Te/VeTxtCUBO1EERFxIot6Ep8J6Uj65BYuiiI\noTBHLmS/jnzYpYfMOgHnHwFT0Pi75lwMDh0qNg3MISzICXpHeFySrKGoV6V4\nvcwVEUM6ugaHirrXCDhW9LXOmp6bKkI8VdwtlLlyKgH2BWPNj5Jrx2RTVefV\nXpHYZIHi+WKFynD/QYsrQXJU+V6BUjID9+YI0fxvdYGSt0IAKcCVeUpL2NpK\n/QT+OcnXi/No6i0fYFRP1KA3WvAhy1DfCU8tm0D4td4HgGQV3QAoZ08wB/DH\nHL/zuMBJ97g6J1ELWYsAEGWxDT2RQlPm70QJzTzHsW2MabyJQGUL6VLD95z+\nyP5zJLEfQejA7xOCw/lIDb+xvJ9ItLomMAvb3+YuQ6uh1lq2bm0DktSRcPSn\n8ObnGskTeQwQYmPJWMxwFvmlj2aCTNFYTvdi6zIta2MkfE7NP1t4D/uxvMnG\n66R4BQ0zOZsW14a8doaoUVLjmeyac1Oc2+Kash72V6xVvzFKXDADsg9PblLu\nJv+m\r\n=qg+M\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIG+hIW1Uq6H1S4WCldUkdDAzrQHR7/Vxtcx5mY2D29HvAiAKTSpMcwEQ5KUT3FkTCvXR2wGJLZ+wBuOVYbOXf4xmIg=="}]},"engines":{"node":">=8"}},"8.0.0":{"name":"cacheable-request","version":"8.0.0","dependencies":{"clone-response":"^1.0.2","get-stream":"^6.0.1","http-cache-semantics":"^4.1.0","keyv":"^4.3.0","normalize-url":"^7.0.3","responselike":"^2.0.0"},"devDependencies":{"@babel/core":"^7.18.2","@babel/register":"^7.17.7","@keyv/sqlite":"^3.5.2","ava":"^4.3.0","create-test-server":"3.0.1","delay":"^5.0.0","eslint-config-xo-lukechilds":"^1.0.1","nyc":"^15.1.0","pify":"^6.0.0","sqlite3":"^5.0.8","this":"^1.1.0","xo":"^0.50.0"},"dist":{"integrity":"sha512-zsDLn+iW59i07duvmN2vPsYfuVcH78aDRsMvHawEV0o3jb5uWVwwyl4sGlk28YbcrLF7SHkxNhelY+lSpFG3SA==","shasum":"0f4547709a24ed7c3758ed0b7d636964d08179bb","tarball":"https://registry.npmjs.org/cacheable-request/-/cacheable-request-8.0.0.tgz","fileCount":4,"unpackedSize":17963,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEJVrYk+VsUoJsghdxkFCr/WZiwpPtZuISLbcGQwKwTvAiEAr1Oc9x1rVDz/oj8Off7fACK7txxTm1N5XS0QkY4+Wgw="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJipNroACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrhNw/+Nv9zC8+HwsMEwvju4W0419JL1SwzTu+KBrzzAF84fySQuIY7\r\nEM+YsZA+UumXrESlxJqCGNg987Wz034PFrdogcF5FIfINPXR/oDj7BhR3j7/\r\nxq/7NOkAbz3P2cHoVp2Im+k+sUE4ibhywkySF6EEMCAKtQr5/vOQCgc22p9l\r\nKJqds/vZBmE+cGeNgoqcfW9HiIfZ7+pH0aIeGSwiIJQ+4xoGvoQPB9rqLfXB\r\n58J4CY9QKfoVc8Veq073HAE+A3rnKqjYhuuMvX748k1vt2ZE6tF4xOBWjriE\r\nYlKuMfgi0go8EvbCmiApyEUiCjdnWsG1n6j7tp4wS7bfDW6QA3aXIrrnWHeL\r\nmQuE0d3nILY0AtOJZp+cSGAz/h2k+9HoO+ZqouXx0Za3zdz6DhgAofZGdu5P\r\nNn6Dbu9fNpcUWVf4G6Tg+x2hbQGlYbKYwOaBy+7Vf5aGX/6GwY7zSmguTdn8\r\nNTNPgapRgPNbYexQyYLTmR215Nt+CNpmvNURh57AG4f6ZTdLuT5h5cQRMCAI\r\nf7wDcOwq/FCm4WMRNFORvsyHmVr/GHEFCdhzPqRqn5k/xSqhkpEbuLqvYuAv\r\nd9H0cBmWClHQ/Y7qLpR0/kRBpPzrBHid4wGPWwb7r2ltwUtxA2dHidS2ak21\r\n0Ba3M6hq1P2yoO4QSsmbdJTJyWYbD4n2NtM=\r\n=Qf1t\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=14"}},"8.0.1":{"name":"cacheable-request","version":"8.0.1","dependencies":{"clone-response":"^1.0.2","get-stream":"^6.0.1","http-cache-semantics":"^4.1.0","keyv":"^4.3.0","normalize-url":"^7.0.3","responselike":"^2.0.0"},"devDependencies":{"@babel/core":"^7.18.2","@babel/register":"^7.17.7","@keyv/sqlite":"^3.5.2","ava":"^4.3.0","create-test-server":"3.0.1","delay":"^5.0.0","eslint-config-xo-lukechilds":"^1.0.1","nyc":"^15.1.0","pify":"^6.0.0","sqlite3":"^5.0.8","xo":"^0.50.0"},"dist":{"integrity":"sha512-jMxkKx4EaDyQx9xI1JPI2Sciubphg7BbDGniTZ03DKHY7HPiRiSnOJZqM64hsNOi5qy7TD9sIHbXIEQtk1TG7A==","shasum":"8f970af8094e16350a184a070f6b48d31e69d564","tarball":"https://registry.npmjs.org/cacheable-request/-/cacheable-request-8.0.1.tgz","fileCount":4,"unpackedSize":17933,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGI9i6lCpN6aOsrQO7JiwYxlYs8+svO1bKSyYTbWI1i1AiA5k7s3fL1ta+NO/t+xIeG+uzsKYw6lPqCuMBiq7BTjqg=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJipOF5ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqfng//YPbyooPVJ4oywfNlq2ltzPWUFV5yCeiQir2qPQXEddgOSPZ7\r\nDs8HzAC5a6WjulyyHCkC094kiRcp/XjiRk5UzmKKhN/h36vNDpbvEps5xqJp\r\nh4a4S4zPx1xtALmOkRbvn2ooBN6v+CSxEZV5vxwaBG4DpZBO3hy05gSP/9aV\r\nL2bNOYm6/x6IXJZAkKy5CfAuptJBh7nz0n+UkhsfmnVY8ZyCQe+lnjxbCLyy\r\n6BfjeJ6crr340fwchrCCdQhi37XCF9Erim65mLpdc1JGGEbNGRSnJkn9H2Q1\r\nKn/wvcRnHEOKJMBYetx4Xqr6tYM8rUnQpvNZ1++TVFaZenc0GZydCF5uCgPN\r\nFrquisoXZb96FRei7yw2HGYWrSne1XTWPdJkKkesPSt0qmkdRUHgBkoP7JwQ\r\nKhwIWz0QwgMhtYR9BVSukMKrT622AKB8Ko+aa6rkCTIkIOopIZlvh/kwbNhg\r\nrWoc94Z4viBAbYaQjINUwn+OLPBm1cpo+0ZJcFHwFUtIDAGNXHdmkUELSkzS\r\nS0HS65yJAnAd+YEW7Ks4v/bnOc2zu8rT1ZpeWX1v08370kKQj0sPRH0LtHNu\r\nKw6tVdSOCMpV0J2P8fwqauCBzfwZtsCRHU0xBYJvjYmhHTGJYRbX65avdbzp\r\nFw+bp93/EtKaMfGR2THFxG/iM9HCbwz9sUs=\r\n=qBjE\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=14"}},"8.3.0":{"name":"cacheable-request","version":"8.3.0","dependencies":{"get-stream":"^6.0.1","http-cache-semantics":"^4.1.0","keyv":"^4.3.2","mimic-response":"^3.1.0","normalize-url":"^6.0.3","responselike":"^2.0.0"},"devDependencies":{"@babel/core":"^7.18.5","@babel/preset-env":"^7.18.2","@keyv/sqlite":"^3.5.2","@types/create-test-server":"^3.0.1","@types/delay":"^3.1.0","@types/get-stream":"^3.0.2","@types/http-cache-semantics":"^4.0.1","@types/jest":"^28.1.3","@types/node":"^18.0.0","@types/pify":"^5.0.1","@types/responselike":"^1.0.0","@types/sqlite3":"^3.1.8","create-test-server":"3.0.1","eslint-plugin-jest":"^26.5.3","delay":"^5.0.0","jest":"^28.1.1","pify":"^5.0.0","sqlite3":"^5.0.8","ts-jest":"^28.0.5","ts-node":"^10.8.1","typescript":"^4.7.4","xo":"^0.50.0"},"dist":{"integrity":"sha512-dgWLxVs1lla5PgD17bD+sllNoRhi+h4ytelILlhUV8dgcUsu/5HcrAy7/F9Q9NiWI4CIFFjmPX53Ls6AVSyAwg==","shasum":"96cc2927bd08aabbdeb4fe9d5dc1f95cb321920a","tarball":"https://registry.npmjs.org/cacheable-request/-/cacheable-request-8.3.0.tgz","fileCount":3,"unpackedSize":11253,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICm4lqYtPCWxu/4hQNMxgYlJj94qazpN3USBKTrFuiS6AiATE6ctjn32RsxzsbHjnKzP9PlLqEPq322xrwc+3kAaIw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiucx5ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrvnA/9HES8CyyXoA/IDSUkFYYxZ9XaLhHHQUM5/C+I+XGgS223Cvse\r\n51abw3+PNoxEb3D7AJxhcs4l2ptkpNkeoiBN9jBWbNIXXogkwbeay9GY2EAW\r\nXcpWx8vG6Shxps/D4Lbe0sMEtIOhPYnktBkR4ZLnXl/DiKcIA3YzF6Kt17xU\r\nlj4fGSs6aZJ1+HKCwzBkYurtYbx/EpnPK2urg+whI56hmDoWWFyKdsjtnAl6\r\n/MfVYBVWG9jWa1EZVC+MSNDanWXno/sIQ/oQBoJBfgm00+LCepRotjhHgE+k\r\nIeo5P29GmVUWqopfF69vy4sQ1gLltU4Hv1OySHM1FjEyLRO27N0Iuj7YhDc+\r\nU41spEadb8YQsJCsBQaDcJWr2SEL38zQi+R1MX5ktY6UeBVdsvj2pCmPNbjH\r\ne7ArqEhJ0WCD8biHkvOM7h68DYnu//Wp2kYHOr/TM/EyRAjixRkjPzuK3+k4\r\nyq+P6ljksPRJ4cl6/eSnUrxnBeWZPa+3famVARJ7lWaK0Tsx2vIZoK/0Lgqb\r\n0PxUrMHsvMsUiHiZbZ3VXtU9VmST36VI1bye5CNFM/2YhOpYaq0RrDWS78ii\r\n7uRXSv4lYMwnCjiotsW0rf80MrLDpP/HZHSLf0Tq1ZqxWu/6UclB5YpLwONB\r\nEu+j43u3hW8D2o51SKhHVcpO1yD0wiY+3tE=\r\n=z++l\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=14.16"}},"8.3.1":{"name":"cacheable-request","version":"8.3.1","dependencies":{"get-stream":"^6.0.1","http-cache-semantics":"^4.1.0","keyv":"^4.3.2","mimic-response":"^3.1.0","normalize-url":"^6.0.3","responselike":"^2.0.0"},"devDependencies":{"@babel/core":"^7.18.5","@babel/preset-env":"^7.18.2","@keyv/sqlite":"^3.5.2","@types/create-test-server":"^3.0.1","@types/delay":"^3.1.0","@types/get-stream":"^3.0.2","@types/http-cache-semantics":"^4.0.1","@types/jest":"^28.1.3","@types/node":"^18.0.0","@types/pify":"^5.0.1","@types/responselike":"^1.0.0","@types/sqlite3":"^3.1.8","create-test-server":"3.0.1","eslint-plugin-jest":"^26.5.3","delay":"^5.0.0","jest":"^28.1.1","pify":"^5.0.0","sqlite3":"^5.0.8","ts-jest":"^28.0.5","ts-node":"^10.8.1","typescript":"^4.7.4","xo":"^0.50.0"},"dist":{"integrity":"sha512-9BmhtKGqrX+sT4BARNR0YTFI84BLcuoJpYReaTglhB1VP7UFQN9g3awXpC9frAqFL3Wnv8RYxwz6XQvtgML6IQ==","shasum":"c7abb281fbcb299d106086d282d21066544d1f67","tarball":"https://registry.npmjs.org/cacheable-request/-/cacheable-request-8.3.1.tgz","fileCount":7,"unpackedSize":32815,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICayNpeckY9rm0l6gHI13l0zrPj47Brug/E64iVSsSyVAiEAo+GtG3h/scxD07hs5qTLGKGNkm/dF/j1SnjMw+BeWpI="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiuczTACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmreAA/+JI1htq1b3w2t6cByDRBZMCmWE0X3K8ftK08nf2C5lIo1a4j9\r\n3Uzoa/kmbz3TOFtMRdsY0Na/f59YI3d/AoHkt6eyAeL3RyWOTmsWquplU5Ht\r\n9bMI0IcyZYOmb13aYbPZzMcpEKx734rZVdJe3LFottqwb50VWzhrLRTGkYLO\r\nvzJ5Bt1q99gXRci0yaSuI5GKKq0NmtkbcXkcYPNzS5iyMokZ8qY3dIJbbYZ3\r\nUpd6tPOwYy63R2hrXVGTW5UbMaJCs4NS5PE30tkZD+8P1wrlQ81mEucQ+m0P\r\n7CzrUd2v8hZzQkakZPvuthAgjCSMGyZaGeqxQ06SI0NB3YupubeBfpgVRMgB\r\nTDh/1zT10r2aXbgpeUl0ViN+OO3GkxXwwzF3colxQ7qwoM4mqs/s+lxQ/O7P\r\nK4XVT+0GDM4z8/nPKZf0oSIMw0maGVYBCKf4qldGs/YQ+JeVbNg0T6VZlObo\r\nHNB+6ye3h3owsOdZbBHMQAfTfqKr9bVg7ksFBBJ0rEoJy8x5RSk4GevHCWYT\r\nEWM1x3IAW9tYZeOPLqaDRzuuVPDLIlUVTfaVfBEVYNS3SPNTkZghIsQ7LZPu\r\nz1cPahaCM76el65AzX81HLsW2e2a91HIZG/cRLDLhMSzQpFDIqjOjM9YdiQZ\r\n3IE14N6IPT25o9RXOPSOmj/pZaiQHvlC5js=\r\n=gFcv\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=14.16"}},"9.0.0":{"name":"cacheable-request","version":"9.0.0","dependencies":{"get-stream":"^6.0.1","http-cache-semantics":"^4.1.0","keyv":"^4.3.3","mimic-response":"^4.0.0","normalize-url":"^7.0.3","responselike":"^3.0.0"},"devDependencies":{"@keyv/sqlite":"^3.5.3","@types/create-test-server":"^3.0.1","@types/delay":"^3.1.0","@types/get-stream":"^3.0.2","@types/http-cache-semantics":"^4.0.1","@types/jest":"^28.1.6","@types/node":"^18.7.3","@types/pify":"^5.0.1","@types/responselike":"^1.0.0","@types/sqlite3":"^3.1.8","create-test-server":"3.0.1","delay":"^5.0.0","eslint-plugin-jest":"^26.8.2","jest":"^28.1.3","pify":"^6.0.0","sqlite3":"^5.0.11","ts-jest":"^28.0.7","ts-jest-resolver":"^2.0.0","ts-node":"^10.9.1","typescript":"^4.7.4","xo":"^0.51.0"},"dist":{"integrity":"sha512-qKN33DJz0hwa8KS/Ed2iwUZU/UTJTlwUP88nJW2pcIAKrxpTM+RSpGG+tQGOL5ii2Sh8/w4eiUKZjPZHdouwYg==","shasum":"7d0a16a09b4fd9f4f3af45423f7e5984381aed49","tarball":"https://registry.npmjs.org/cacheable-request/-/cacheable-request-9.0.0.tgz","fileCount":7,"unpackedSize":35240,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDswCX7bT8b5skTpcxOTME4To8Q+IEDQmDug6+V/QBwtgIgFps82YDBxsVCOYMflk1w/nDC49aXE1rpg1sdtlh8iKU="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi98e9ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqt4Q//WH/G7WtwdA8VLIgJAYL942Q3QsyjLYrjV5aH6kj6qiSTKHXX\r\nfjcaLwYhYb6r98Xsf9/PNn9tq1QrKu8+cYUnolM/jU+kiNslLqyGeBJiztTn\r\n5FkB7BIyxsEUp0o+XfnlbUFoWLQ/PdKHCBWbP+2hN3CYlE/h4q5o06Cd5K9I\r\nZPtr7qn9FeYsVhrWIhH89mhnjhdvBhCnYx57xO3y1Yg4nLDtgoi8lSCTVu7f\r\ngCuC/nBWzKBqM0C/dDeZxMgW1a1pe+vlBH9WDhwPnDJRSNm9EUrVi817k5wy\r\n7Jo+Csl0+6PS6UMhePjzH2SNMDT1tF66b1v6DEz1sqZAtG/qi7FGOhk0Phhj\r\nAfqjm9+xHbqG9/2PUNwn/ndaHSO+DNxcf195WgbZu/Z7+uINU/NGTMPpUp9F\r\ngQl1PYOAmWeTzZnLplyw3zYxuQaMWp2/PVL7pk+Cq7nsPeoMr/ZJkxX+u1A8\r\nj8kzDManRI9jwASWzONRS0llSOgFQ/Cm9JDz1HLJmFG/zs6cGsUpJ6EvinGZ\r\nwXvHZJ464p7lRKtc3NVzNqAiznmXh+DkGHM15Ncp1sVCrHCfKGux5Iye1Kgw\r\nz2SHOUdoh0boUrkAofUu1SWNEpg+mNN4G6uvGoVW+byfZuMMy3qcWmDYunAK\r\ntn9ML/Z6hhCPQwWoLfl3yTlwysVca7octzA=\r\n=jrvj\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=14.16"}},"10.0.0":{"name":"cacheable-request","version":"10.0.0","dependencies":{"get-stream":"^6.0.1","http-cache-semantics":"^4.1.0","keyv":"^4.4.1","mimic-response":"^4.0.0","normalize-url":"^7.0.3","responselike":"^3.0.0"},"devDependencies":{"@keyv/sqlite":"^3.5.3","@types/create-test-server":"^3.0.1","@types/delay":"^3.1.0","@types/get-stream":"^3.0.2","@types/http-cache-semantics":"^4.0.1","@types/jest":"^28.1.7","@types/node":"^18.7.9","@types/responselike":"^1.0.0","@types/sqlite3":"^3.1.8","create-test-server":"3.0.1","delay":"^5.0.0","eslint-plugin-jest":"^26.8.7","jest":"^28.1.3","sqlite3":"^5.0.11","ts-jest":"^28.0.8","ts-jest-resolver":"^2.0.0","ts-node":"^10.9.1","typescript":"^4.7.4","xo":"^0.51.0"},"dist":{"integrity":"sha512-C1KfsV7dZwFwhlXXSeqDZ5UuI4FY7zf4gv8SlbHfr6jmhZSdXyKy/Ku2dVbGZ8YLNlhJqgsgAOBLImdkthWTPA==","shasum":"ccf8be30fed4b7b47618f6ce5aa9839be5ec87d3","tarball":"https://registry.npmjs.org/cacheable-request/-/cacheable-request-10.0.0.tgz","fileCount":3,"unpackedSize":12992,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCSeHjrLyHE0bsYXdt8/vQlEH+AcT/Qh2BJL79vePUVqgIgSAmXgFO5JQ67NVgLSfCCVC0cTJMc+X9UPgyPnpEXwNo="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjHMU5ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmotpRAAnXiFgofOVa3HM/ouKQt3qYQsVUyPgQpj543504u9N+wOPkUQ\r\nYD9plnOAWoR+VuxSf0m2KkQ4H57k2KSMaPwZTRzEilpjbdCTo2sVbYemOipW\r\nch3V5KhL096ADvKOxVJ0ROF3bOWWhFB9YBagGT6oLuggyrB7PCWH02DEU9DZ\r\nLw/UOUdQAjobv15hjqJte+738obrrceUFFDN9ZeZRkhXfXUow9Eooi2CyPQ6\r\nno+LIxXxzEIGD/tzPHh2V4CfwTq2+PSVyVR2gzjnF3gLMe7U4GxbzPYGDRCn\r\nSrnhoiL1242KSCKnuOy0AnqhGpPHU53g4LlrSoPSVnt4XXlskCMOrVuuvhmi\r\nlqsk3AUa0us/6QNKr2lYYCZX422Ac/l0XbR2gajAn4ceXxCKJhhX29L6yTMs\r\n7N+Vuk1X+ngUIqrPbfUp3p+45djyTjTX1q0E9RUHofvbGTd5UvB9r4F35GiG\r\nBnjQVz7BHcHTn0Wq5BUEMZDdi8ojca43V2MaWysQgR4rCQU9ngOibboscmUk\r\n62ohZKuP/L1P7/Y3MLZoglly9fnwwQDxLAiowbKiaXX5BHtP+WLJ2k0Ku2UX\r\nodkFSgVYxCj7Sgx9TEM3vfAHlf3TNZh0+Ward6KwU+8AkOwc0USUcUwtOOwH\r\nAailVuTojpmNJP4tDjtw4c9RRuogrPWWA2Q=\r\n=aMy4\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=14.16"}},"10.0.1":{"name":"cacheable-request","version":"10.0.1","dependencies":{"get-stream":"^6.0.1","http-cache-semantics":"^4.1.0","keyv":"^4.5.0","mimic-response":"^4.0.0","normalize-url":"^7.1.0","responselike":"^3.0.0"},"devDependencies":{"@keyv/sqlite":"^3.5.3","@types/create-test-server":"^3.0.1","@types/delay":"^3.1.0","@types/get-stream":"^3.0.2","@types/http-cache-semantics":"^4.0.1","@types/jest":"^29.0.0","@types/node":"^18.7.16","@types/responselike":"^1.0.0","@types/sqlite3":"^3.1.8","create-test-server":"3.0.1","delay":"^5.0.0","eslint-plugin-jest":"^27.0.4","jest":"^29.0.3","sqlite3":"^5.0.11","ts-jest":"^29.0.0","ts-jest-resolver":"^2.0.0","ts-node":"^10.9.1","typescript":"^4.8.3","xo":"^0.51.0"},"dist":{"integrity":"sha512-ctZqjZ3XsKNaIBqc61w/zx/43AvaqJi8gUh9PMMy3pbszgZHQfkmGYpabTiI0F3fKn3839QX8KvhfOTsrnrjUw==","shasum":"f3b3d7e6a62013312ba07baca2bf3149b634359f","tarball":"https://registry.npmjs.org/cacheable-request/-/cacheable-request-10.0.1.tgz","fileCount":11,"unpackedSize":51272,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCN5qXOr7QfPsaawbkDSxT/yG+4fKXmZuIDjzNKDwHf/QIgISh92a6bq7DxL1z8KEOtevnfKwnupJePq1EDfJqlTUw="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjHj7eACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmopeA/+JemuJMC/n6eDDbNd0jmXreC4CDkHexmyZxgHxZ2lBaXPcRPG\r\ns2KdgLmGGMD/J214YQDETRXCsVxIkmTa8Kn1cOvDuIii9FuqJebvk5P1440+\r\nJ69SWbY2NGZiNWQ6H9A5Erw/0KpaAVPlAcuPX6U4nwcFVOCjeeFc6uJw4yOD\r\noXKg6Ig/C+M4oOCRy/5Er/Q6lqxFm77jtHDKuvwdBmOOLaoC9CFhbca740Br\r\nwD31IMSAs6uUht5IAM5t5DMpjFf38gNoBOqXlol50OHIvBuy170AN1A23L+y\r\n0u0Ply5BBTPr51v4RoP+bPLuQ0snvWtyQ2OEfelsPqJITA8jusda9wBy96TA\r\ni35uYtxAzjnGpceOrdsV2yT9t3FBIICCz6jnLq1r/VYr7/n5+BgTIErZQHZB\r\nK6sUbsyifnRLw4U8OXmyflmhAPhz8Uh/Nutpg5oNMi2uD3F7WZKZH2qmh9Iy\r\nPSIDM4lKUckMyRjD9Oqw2O3/3S2iTXYtRXMgjEe0EdoZI3bspJgkTq8kuDTD\r\ndLw1f1iDR2ZUkKVWB9P8TRyWvL2Dord7D75fOkgdGrBIwgG45mdGpQCQ/Hwr\r\nafV98NQyyXDId4xIv6BIrpQpYSDJlFV5FDuqMbX/yRtxFHWo7tkHfroAiQ3w\r\ngXImmVg7CkGUIbGZScl1FU0minqg33otZK0=\r\n=hqYW\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=14.16"}},"10.0.2":{"name":"cacheable-request","version":"10.0.2","dependencies":{"get-stream":"^6.0.1","http-cache-semantics":"^4.1.0","keyv":"^4.5.0","mimic-response":"^4.0.0","normalize-url":"^7.1.0","responselike":"^3.0.0"},"devDependencies":{"@keyv/sqlite":"^3.5.3","@types/create-test-server":"^3.0.1","@types/delay":"^3.1.0","@types/get-stream":"^3.0.2","@types/http-cache-semantics":"^4.0.1","@types/jest":"^29.0.0","@types/node":"^18.7.16","@types/responselike":"^1.0.0","@types/sqlite3":"^3.1.8","create-test-server":"3.0.1","delay":"^5.0.0","eslint-plugin-jest":"^27.0.4","jest":"^29.0.3","sqlite3":"^5.0.11","ts-jest":"^29.0.0","ts-jest-resolver":"^2.0.0","ts-node":"^10.9.1","typescript":"^4.8.3","xo":"^0.51.0"},"dist":{"integrity":"sha512-As40MJURq5OPGFHi3H61AZK6jqn3DfkviXUn33O0teaZogOhsA2SpJdT+7UeoVwFkowJn8XBsYegKxd0Xqdf9w==","shasum":"5a9b061fb5e69f3959d39f93431fc8f4f2c70579","tarball":"https://registry.npmjs.org/cacheable-request/-/cacheable-request-10.0.2.tgz","fileCount":11,"unpackedSize":51004,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBWHbytOAsaOMo3xt5iBxqauQJihAUHH7XCIoaizt4tcAiEAoNr8U9EJsxWP33QAqS0x7SYO4JLy+ax00Fn6GYxY5FY="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjIeHDACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrDJw//fLBKKrLQn/eGoh4rygMXJA5v4vfI5MLE+Uqoqe7YcSrd8mlw\r\nMFle//0SZ02d8YxQvhvmhLy3xDX1KsXKzjaSO+DjBBBP9GMdckntV1cAvHN4\r\n4lsPRYabKvpcdWrfp0jjb7j31s1WmRl6UsF/K/ZaSBklGnIa41pZJxlIyDDq\r\nzW8Clt5hIonccWiAzhpOBwFcn+5Hp5x7p4udW95F7umLtdgQViqlpvPZl/Sq\r\n2ofmEJw1vJUETaVUmI/8L0uuQzwA59mcuVkS9OGsCx2j/q0e5NL4/0IezPIo\r\nT0W8OsqjMlFVmW3XPW/vi00OsIvpTKYKg6IranAuTg9Cw0FYp3cSnS+jphnf\r\n2YueHL6kl9t85Aqfj9ajKWtEvcLY/kXuHPQ/OGcjmYfHwoGBQ0FayW3T3JRg\r\nh78PV4s+4NA/q1bJFdET0HlNZidIZ4g9Y8G1+wnaIUrLgNCEMWJxF3VmBmDi\r\nvLknPJCZdOQ6agx8jnQQxAZAGopVNX7nENoXo47/0vDQ5XPLWPqPxxzVs4Bm\r\nvBOYZUKS88ObG34yiQJgBrMCpQT9mquwDkGs2mO057CjTNB03lSvVOFpqMA1\r\nJvPcEiebW1aQJic4J47B0TmvSeh+7ANm8bXsCZ6T3BgcYkrTi79sSXHE0y8c\r\njVMzro74D0uByR9fkKBxWiToDMZIagYXPpU=\r\n=DNvz\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=14.16"}},"10.1.2":{"name":"cacheable-request","version":"10.1.2","dependencies":{"get-stream":"^6.0.1","http-cache-semantics":"^4.1.0","keyv":"^4.5.0","mimic-response":"^4.0.0","normalize-url":"^7.1.0","responselike":"^3.0.0"},"devDependencies":{"@keyv/sqlite":"^3.5.3","@types/create-test-server":"^3.0.1","@types/delay":"^3.1.0","@types/get-stream":"^3.0.2","@types/http-cache-semantics":"^4.0.1","@types/jest":"^29.0.0","@types/node":"^18.7.16","@types/responselike":"^1.0.0","@types/sqlite3":"^3.1.8","create-test-server":"3.0.1","delay":"^5.0.0","eslint-plugin-jest":"^27.0.4","jest":"^29.0.3","sqlite3":"^5.0.11","ts-jest":"^29.0.0","ts-jest-resolver":"^2.0.0","ts-node":"^10.9.1","typescript":"^4.8.3","xo":"^0.51.0"},"dist":{"integrity":"sha512-N7F4os5ZI+8mWHSbeJmxn+qimf5uK3WU53FD1b298XLGtOLPpSA/1xAchfP4NJlDwqgaviZ0SQfxTQD0K6lr9w==","shasum":"93f77290eebfdff7f4d813ba7d0fa2502c180eec","tarball":"https://registry.npmjs.org/cacheable-request/-/cacheable-request-10.1.2.tgz","fileCount":11,"unpackedSize":50903,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICtUHPKerhEiKy6jwHcuD1dMOEi9mQ2O8hDf782hPz7YAiAzFV6Ir4HX6v/cblmHwq19yTu596YaW9UMLeVZqU4ALg=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjJG3HACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqICw/+JjN3UPgPpyeCs/CFGqbSVm9yJL+JqTfY39EWvTX3Z55PIVu4\r\nnoFvp8JNl92NzgvfOsmVfrdWFAOiZEtBm0bxd9ZRsw++th28lg36iBn05cvs\r\nKGH3fEjWxctg9JII4P6YvmhbS10BGRlHuafH9w2K7VtKoOpMypQ7pHMPIH8y\r\nX7aDeBuKiP/uqcQ1nGrL44PlusX7WrRpFHKxq/oVorPVjFm2p+s2UzB7f/Lt\r\nIPfxjOdoUjFYPMmD1qZCEFVOVGbNXWAyEUXAeM38FVGTbiclY1AV7n8G/Crz\r\ng+SadDEFTeRAsT1IATvNCq1lp6lxmwdCWzxXNQJRjwRBEH7iCCe/Mql868/U\r\n0E0jEuznvDAAAZQf6Zxmy3I9VV0WlIeQ/Gs67+B5TViMf9NqyciAYuvyi2au\r\nM6vQ73S19jChFbezD3mo4n2Z+vI6Lio5oJycFGeFo2xQsLMgCi5sElOAb1Y5\r\nMM+lcQjj1P0POWyGFqznF/J5c8BHCeU1+NE6HA4ri4ztZ+pmW+B47qTWHGmg\r\nbPJ83AR06svCSZ1Kt1nJjkwwjE99NYJgQZLeHB1iG7lUjtut78kfGJ50tnEX\r\nbOKBkO4eJ/r4aX6lF3mpr7h2lxji4MknRfTAOogiw6+w1nrm4gTuj9ofijik\r\n3tkAvc+qkkbBcSLGkfEQ/FwMsAEIE9L8wsc=\r\n=KIUi\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=14.16"}},"10.2.0":{"name":"cacheable-request","version":"10.2.0","dependencies":{"get-stream":"^6.0.1","http-cache-semantics":"^4.1.0","keyv":"^4.5.0","mimic-response":"^4.0.0","normalize-url":"^7.1.0","responselike":"^3.0.0"},"devDependencies":{"@keyv/sqlite":"^3.6.1","@types/create-test-server":"^3.0.1","@types/delay":"^3.1.0","@types/get-stream":"^3.0.2","@types/http-cache-semantics":"^4.0.1","@types/jest":"^29.0.3","@types/node":"^18.7.18","@types/responselike":"^1.0.0","@types/sqlite3":"^3.1.8","create-test-server":"3.0.1","delay":"^5.0.0","eslint-plugin-jest":"^27.0.4","jest":"^29.0.3","sqlite3":"^5.1.1","ts-jest":"^29.0.1","ts-jest-resolver":"^2.0.0","ts-node":"^10.9.1","typescript":"^4.8.3","xo":"^0.52.3"},"dist":{"integrity":"sha512-PLOMmzyOU3L5HECdZC0PTNawPdP/taOhCNrYUmZchrw7gwERMctfx2wZcndb63w5W06PTHC1Poq89J9chMZPLw==","shasum":"8d8fdd5964ce6543742d9b6134a1e63be4ee7fd8","tarball":"https://registry.npmjs.org/cacheable-request/-/cacheable-request-10.2.0.tgz","fileCount":11,"unpackedSize":51539,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCeRdqJEqYImLvWUE3nq1BD6qjH98IWR6ULwPk6OaV1yAIgKuRkcmIU1af+rBHXRYpFQKNMZzjUpU3PFs1Mm/yfcRc="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjLRaSACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq/ng//bWdy4sksW0s9hhAEwwIG/mHXDrJjwELaRRC5MAR+H4mt3fFG\r\n2jUfMD3oh5dbFW6d8L3Z76t2tk/Sd78nWeWlRPeRBJGAdH3+bszsT3lUGI9F\r\nJ46bDSul8wxLC3TF3cN3Fm66yM+ybPiMuf1M5PudfO4IIldlp+6BmkJAp2d1\r\nj/w4nirRJdno1ZoQVnKbtqlhOwXrGhvUCzbXtpN2dzAaMj7i3h1Jao79xyG4\r\nR70p9K1lbJacLyMn08aioVxdPbbXzzohNuNo39UF0gvmwHdH88JpX8EgWAAg\r\nUhect8J5bF3Yr0OfEU+Yk5j6GDAUVdbLoed9p0Mf1Fd1rrxhn5418ZVIP98t\r\nEoqcwq5HL4yzeoHUEFUb5jjf95kMuJt+2xtdk0dN7Ttkd8MZhRYouDbBgD7W\r\n1OM+u/+oKdaTVPku3Ao1M/qBpXtRR1GWOVUanJILDosyxnkkblGkaFUsL57t\r\nSTYX1NCtAm9tu2CAe4CdffZQOQL12gYFbiG+Ty3ITAzKvxPP6BonjGIKNkhY\r\nvAHrdMWy71k2wJHWH7+5FmP5u4g9gDEITgMTHf7rw2AjY+Do4Z4GA4l8YHv9\r\nFLfuqSwdG1dxGRWHYgxUlrIDpEVCL9/CvjyRRtmyiv2YlMe0k6c+MP9ZcL/u\r\nMmnD48xFRKFlt+ic70eRcvX8LsziGW8+0l8=\r\n=xoBT\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=14.16"}},"10.2.1":{"name":"cacheable-request","version":"10.2.1","dependencies":{"@types/http-cache-semantics":"^4.0.1","get-stream":"^6.0.1","http-cache-semantics":"^4.1.0","keyv":"^4.5.0","mimic-response":"^4.0.0","normalize-url":"^7.1.0","responselike":"^3.0.0"},"devDependencies":{"@keyv/sqlite":"^3.6.1","@types/create-test-server":"^3.0.1","@types/delay":"^3.1.0","@types/get-stream":"^3.0.2","@types/jest":"^29.0.3","@types/node":"^18.7.18","@types/responselike":"^1.0.0","@types/sqlite3":"^3.1.8","create-test-server":"3.0.1","delay":"^5.0.0","eslint-plugin-jest":"^27.0.4","jest":"^29.0.3","sqlite3":"^5.1.1","ts-jest":"^29.0.1","ts-jest-resolver":"^2.0.0","ts-node":"^10.9.1","typescript":"^4.8.3","xo":"^0.52.3"},"dist":{"integrity":"sha512-3tLJyBjGuXw1s5gpKFSG3iS4kaKT4id04dZi98wzHQp/8cqZNweBnrF9J+rrlvrf4M53OdtDGNctNHFias8BEA==","shasum":"cbc7480bf057fb7bd5bc7520f7e5a43d9c865626","tarball":"https://registry.npmjs.org/cacheable-request/-/cacheable-request-10.2.1.tgz","fileCount":11,"unpackedSize":52067,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD5kptLs45PQtjLUEj0ZuOcQwGrTML0zkRs+hqIE9Dc1wIhAO8+p7qRJzpvalN0Bl9xqOGJz/vIFln070qEkrt9Sfjm"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjMbe+ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqWdA//fv2TO1QlEUqX6Dt8sl+xIZTgmO0cnNvD/Yw80/n96dDk7skK\r\nYc6+bjw2VjbHStRBjhXvJzzTaITAutgtBjipHQwX1prY+P3R2G3uVW4gKVZ4\r\npdySULGN6TvZeIw60FXU9zjfJ1PQ5qlMTMmoiL3dduFGHhtsP25GDD4euvWF\r\ni6N7rX2h8rYsMj6SG/3XVLTX3fPxlfFBJprPEakBAW7ypDpEphxgcdQEp7b2\r\nxIasdZutVgRN5u2IrULMIH8kibF2RrtS20vkV3RNBnzm7mEF8EexiRq+GAwu\r\n2T1P1/luorq0n4XgolRasKvpSId+f/tuWtxBfZWJz6hFlmJnNOfZpDPlM1DW\r\n9qh8oa9OOMqMgY6v5bXC8P1mHVWRngyKbJSgSSOyCChpkFFmi/KZrd9ho/T6\r\nDp/jJ9AHVfHIzdVk/wEo+p0lK9cxGJF6AeZyMM6f7+ajoyRbVs+mluuvusEq\r\nNVcicB+yXM+3siNqw0+zxGqkVOdmWVf5IK+v9wlmUAqSn2At3Dl9tAFBLCO1\r\nEpQLn0Fvxbz/7MVg0GwDZdQ82YVc6KioVMfpoZ+nTvTStlYWnMc74S5ZjPC/\r\nQCkmTINjZHN69JkgB4f+UtVkmmv/hvjcmeggJehFu47PDCx1Z2xml4iWJTkz\r\nnweCk5XofQ2JCVIE1aGaJozlQebQprEbk+A=\r\n=0fgC\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=14.16"}},"10.2.2":{"name":"cacheable-request","version":"10.2.2","dependencies":{"@types/http-cache-semantics":"^4.0.1","get-stream":"^6.0.1","http-cache-semantics":"^4.1.0","keyv":"^4.5.0","mimic-response":"^4.0.0","normalize-url":"^7.2.0","responselike":"^3.0.0"},"devDependencies":{"@keyv/sqlite":"^3.6.2","@types/create-test-server":"^3.0.1","@types/delay":"^3.1.0","@types/get-stream":"^3.0.2","@types/jest":"^29.2.0","@types/node":"^18.11.2","@types/responselike":"^1.0.0","@types/sqlite3":"^3.1.8","create-test-server":"3.0.1","delay":"^5.0.0","eslint-plugin-jest":"^27.1.3","jest":"^29.2.1","sqlite3":"^5.1.2","ts-jest":"^29.0.3","ts-jest-resolver":"^2.0.0","ts-node":"^10.9.1","typescript":"^4.8.4","xo":"^0.52.4"},"dist":{"integrity":"sha512-KxjQZM3UIo7/J6W4sLpwFvu1GB3Whv8NtZ8ZrUL284eiQjiXeeqWTdhixNrp/NLZ/JNuFBo6BD4ZaO8ZJ5BN8Q==","shasum":"07c3d5afcaa2de2e9f66959bacb3ff78da3735fd","tarball":"https://registry.npmjs.org/cacheable-request/-/cacheable-request-10.2.2.tgz","fileCount":11,"unpackedSize":52067,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD4V0bkjRUEs99/0GjeAD8WUMbUPGjcaOWwS18ikqQtIwIgJTBpwjhWPQZQ9i4WRnuiI7AhraJN9/QpGmfF+rhU6LA="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjUDe/ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp2Pw/+Ogcv6p/NtSTU/dkB3Q8X6dKuk9iLuj1KPA4+293dUKPrIvkl\r\n0X/x5xjgh0SKdkj3F/JBJdufKO/o3BEKHvxVX/zuKWp2Tm3170RFELEy3TkN\r\nbxR+Oz28GAoQHcBId1TEihO9BIakutbi+7lbRXJHI5zKkofPGmfypG3hTeRF\r\ndNL6zROZ9I79BL68jciikB3SklmensOlpciSqXD95cNhSFnfb25FW+AyC4Y/\r\nao2vCo4oTgcXWRnH2ka9lHT/F6nfvvIRX758ywm4GDvPXq/By9xtJ/j0znuW\r\nyDboeqG/QfNinBbrYLltcgA618MjmGaxwCBBC8EuWjG5shQDsVvyMQfB2QHW\r\nPBYm6BycL7SmoeRNp46diddmUsyJCSPYeHkReySx8IiAoeVFWdSHNncHSqG4\r\nf+BWUPrQQvUVBn8rK8pWJJ07MrSEd2C6tXkKsLwlbfgDeYo2YrvH4QnwouBv\r\nm07vfVdBreL875h/84GYVg62hyA/h74CBmDexO/eHLPxemPI0tDex96bNggd\r\nVy/XLw2XlgORVUiJieLpM4Oi/op9ffRLo5tJeXYevzLQDgbfxlzcHFFHzmkC\r\n6ReMY+fOJcAGLwv/zEccv1yBRJlxeUoy4NBIBUkfmzkheyn8SbIY8FhDE+hP\r\nGI7cg6TWfMLxq97SdkCab7V+YiIdDmUPoU8=\r\n=bMH4\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=14.16"}},"10.2.3":{"name":"cacheable-request","version":"10.2.3","dependencies":{"@types/http-cache-semantics":"^4.0.1","get-stream":"^6.0.1","http-cache-semantics":"^4.1.0","keyv":"^4.5.2","mimic-response":"^4.0.0","normalize-url":"^8.0.0","responselike":"^3.0.0"},"devDependencies":{"@keyv/sqlite":"^3.6.2","@types/create-test-server":"^3.0.1","@types/delay":"^3.1.0","@types/get-stream":"^3.0.2","@types/jest":"^29.2.3","@types/node":"^18.11.9","@types/responselike":"^1.0.0","@types/sqlite3":"^3.1.8","create-test-server":"3.0.1","delay":"^5.0.0","eslint-plugin-jest":"^27.1.5","jest":"^29.3.1","sqlite3":"^5.1.2","ts-jest":"^29.0.3","ts-jest-resolver":"^2.0.0","ts-node":"^10.9.1","typescript":"^4.9.3","xo":"^0.53.1"},"dist":{"integrity":"sha512-6BehRBOs7iurNjAYN9iPazTwFDaMQavJO8W1MEm3s2pH8q/tkPTtLDRUZaweWK87WFGf2Y5wLAlaCJlR5kOz3w==","shasum":"25277efe121308ab722c28b4164e51382b4adeb1","tarball":"https://registry.npmjs.org/cacheable-request/-/cacheable-request-10.2.3.tgz","fileCount":11,"unpackedSize":52366,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICCvWQovXfd6Ji7id1USoolKNc40dRFuWQWiwOq06ZDaAiEA0XikSjCSffH4u981nhsWSiAeEmH3TfLyHeZ3bB0kg80="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjfQfjACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmobAA/9GrHfoMqGCM1KL/IK+TAhirmtVgk9OZmLP+qyUZsCA2w3Up1d\r\nJ4+jOM+wx4LiMDFwagS2MuAKeMgXv+DitYSYL+rvpwlMeY2lGJSyFoQSjpEZ\r\n2eemvZke0F3yMzhVmSIr1K/LcZJ0wqM0yp0n8evVtKYTvowflJNa8rj626tG\r\npuwwEVUjHNhJs2o4RS3z+d10FzkhZS9fSTzuE6QnzmhVGzvMG6rgh3bpr39o\r\nfGo3fGO/EjVJI7C1+/l/xEYSi0cN6yMWB8dsnueVrdFGNatMysomKIZEW3Yx\r\nNz1qXkGPaxJhxHdpxDkpELzmvFCwE39mRf6cDF3DgX7aOg7JsW1026NV7fuG\r\npwmDBxqG2ZbxdJOFdMvaJZ+gtrRvk8sZKLniv/VdrPABNCDahjWVvYG2KJIE\r\nOaLpU8bUTmzaQJiQ08iaoCyhhrpj9Bcn2gpEUdMbW+xhhZcjWP3EaNC19qL4\r\ncHV43mWvwtqHB/curAt9TPhy/1S1+UYmPi1klIBWdT5wR4pQTQQH9sajnzBh\r\n+wp0ulc+AdaaBzkzLvKXrsRQ6fLOdCNyNWDgZLY4DLYBdl7Kd56oIfWQ2Z36\r\nV8kOGXngOqVldbFfX2nLdEfZsR3ENST6EfmX9UaSDM9RsFugvv0xjNkq2b1S\r\nRKzK7C0tZ/6x2g+rvsmU2XSssAXZZBmmZdU=\r\n=GwF7\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=14.16"}},"10.2.4":{"name":"cacheable-request","version":"10.2.4","dependencies":{"get-stream":"^6.0.1","http-cache-semantics":"^4.1.0","keyv":"^4.5.2","mimic-response":"^4.0.0","normalize-url":"^8.0.0","responselike":"^3.0.0"},"devDependencies":{"@keyv/sqlite":"^3.6.4","@types/http-cache-semantics":"^4.0.1","@types/delay":"^3.1.0","@types/get-stream":"^3.0.2","@types/jest":"^29.2.4","@types/node":"^18.11.17","@types/responselike":"^1.0.0","@types/sqlite3":"^3.1.8","body-parser":"^1.20.1","delay":"^5.0.0","eslint-plugin-jest":"^27.1.7","express":"^4.18.2","jest":"^29.3.1","pify":"^6.1.0","sqlite3":"^5.1.4","ts-jest":"^29.0.3","ts-jest-resolver":"^2.0.0","ts-node":"^10.9.1","typescript":"^4.9.4","xo":"^0.53.1"},"dist":{"integrity":"sha512-IWIea8ei1Ht4dBqvlvh7Gs7EYlMyBhlJybLDUB9sadEqHqftmdNieMLIR5ia3vs8gbjj9t8hXLBpUVg3vcQNbg==","shasum":"9b9700f9f71b281d5f0e99b514fc9a94e3fbb589","tarball":"https://registry.npmjs.org/cacheable-request/-/cacheable-request-10.2.4.tgz","fileCount":11,"unpackedSize":52428,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHh02cviw4/FzIpBKTLx5KOXSj7Eqt33ZZJYMcGhi29FAiBU9ee9tt5+qsXTHdVohaInt+aMUxVTm09njbvXdYgA1A=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjpQAKACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrXZA//au60u2gIEd6ljczJ6iDkkjjg8e4MQxdr5mBGfbkQWY7+loQ4\r\noB3i3Ct2TfdF/nSE0pIM60EqohTiNRssfwjEyrUecFfdURGftcEwPY5+oCyu\r\nvyT4qMIgLrr8s3K9P1pber47hcHzb5AX/1yLSkfRtdcnJBL12K67ZiMLiZ3I\r\nC054r6g+LcqOa/wLzLybqmq1wykT6TK1IiH6vs8MTNF/LOBwcNkqQKksKenW\r\nSoX97TXDwtzyCFkaXGSg8Gd0K3jYd6w7yqnpy+nVmdvcUaUPC20m29872dd9\r\nhEiEfeh+tk0JPkyS6j1oEWBygMSFLS8Q/7XXrh9NCuxBGecEDwUhYyEqo8zD\r\n1nkYNxa57uK68NOfxzwdkbuDkbq51bFyW+DGLsavDli9pnhpJFdAyzFJaExL\r\ng1eWng0BAuHQ4bdyPAIda+p6quZcEqn/t0aw0JVQ4Qk4buaRLmsdj9JJT+l3\r\nHEj/PDIxXkwTKKaeuK8O2YKaaJ9K+dxcAgrlg5lJ/hp+riLhvcLbkx7O3ZhM\r\nQmLu2ZXAV0weI7AIsA/dk7DVwf91cMdQFkxA0jmcfKdXn++bi5dP4EKshiYw\r\nUmWv9EW6HvCriylLSKMSWZcIfu3m4maDrds6aaT6wG/akOiFACjGfOIweyAV\r\n9/xn3moBnkn/E5aODPzXp0SQlmXU1BcSCTU=\r\n=Nq0+\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=14.16"}},"10.2.5":{"name":"cacheable-request","version":"10.2.5","dependencies":{"@types/http-cache-semantics":"^4.0.1","get-stream":"^6.0.1","http-cache-semantics":"^4.1.0","keyv":"^4.5.2","mimic-response":"^4.0.0","normalize-url":"^8.0.0","responselike":"^3.0.0"},"devDependencies":{"@keyv/sqlite":"^3.6.4","@types/delay":"^3.1.0","@types/get-stream":"^3.0.2","@types/jest":"^29.2.4","@types/node":"^18.11.17","@types/responselike":"^1.0.0","@types/sqlite3":"^3.1.8","body-parser":"^1.20.1","delay":"^5.0.0","eslint-plugin-jest":"^27.1.7","express":"^4.18.2","jest":"^29.3.1","pify":"^6.1.0","sqlite3":"^5.1.4","ts-jest":"^29.0.3","ts-jest-resolver":"^2.0.0","ts-node":"^10.9.1","typescript":"^4.9.4","xo":"^0.53.1"},"dist":{"integrity":"sha512-5RwYYCfzjNPsyJxb/QpaM0bfzx+kw5/YpDhZPm9oMIDntHFQ9YXeyV47ZvzlTE0XrrrbyO2UITJH4GF9eRLdXQ==","shasum":"7bf5fbdb4f51dc2537fb5f02a3f8a5aefd2d0f36","tarball":"https://registry.npmjs.org/cacheable-request/-/cacheable-request-10.2.5.tgz","fileCount":11,"unpackedSize":52718,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCJtrp0lYkkLYziL/YGWm3/R3iKNF3XGPbt9UAJkKlk0gIgfZMhBYPzYtbSnEDhbTpea6UZkVz0wBWnmB+z79NpDFg="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjt0v1ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqQRQ/8Dx/Wz1EsZr+frCarUVUWtEP3HdBuHywYGJ/e0WScGk1xA0FS\r\nbp+a9eAsMrmIozo/jOMJaqni4O70hhDfRruQHxwKI/jWAtSdBzAAGpT4s4vr\r\nP7MgcAIWH+70rBkwF5nUlmikzphJYuU4SR/3Ku+T5vtlMTfAHdbnf79gRmkN\r\nhqq89MoPo2Orns1z9VR3FG4w3KgsphTyBKq4oh7toNIQOKTMQudLV8ygIRe1\r\n5Tu5KUzQzmAa1P4iLJ+RtGXcqhSELRFzsJtG9iqDII+wpmKYZvQVgxPDN8DS\r\nNbsGSbQKvpxxihcYe8iyV5mteH7Ap1/1eVx+wqYTKsO3t46NmetgXiyfFD+y\r\nCg4YlNSVMNwbHa+BwOv3oTImN94NOV+ahD7WLnS8h4cxbC1XP4mEV0LNocCD\r\n3mOxNymO2gBbfg2LHf8rmF2PscvollbwtIJweDsOzmBa3V0TZvTgdEGONKoy\r\nqVvhtcPuR7k2Ra4xTmhIXQOkcG3j/phNcwjefP+zV/ioYes2A0AfPOnrQVmj\r\nX68JRkFJrfilMPI4gIaaihPIyNXpZtlIsrzBT480lpTsDD14Al90wUgnBhPl\r\ndnCh+hxNaDowEMb+BsgLm6zhn5tJfbQ4Ni0gKz4s0Dma7N47cMtcAtHN067J\r\nSeA7TXrmeqZNPP7tR9T46iUu+8SSaBp57Js=\r\n=TyiP\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=14.16"}},"10.2.6":{"name":"cacheable-request","version":"10.2.6","dependencies":{"@types/http-cache-semantics":"^4.0.1","get-stream":"^6.0.1","http-cache-semantics":"^4.1.0","keyv":"^4.5.2","mimic-response":"^4.0.0","normalize-url":"^8.0.0","responselike":"^3.0.0"},"devDependencies":{"@keyv/sqlite":"^3.6.4","@types/delay":"^3.1.0","@types/get-stream":"^3.0.2","@types/jest":"^29.2.6","@types/node":"^18.11.18","@types/responselike":"^1.0.0","@types/sqlite3":"^3.1.8","body-parser":"^1.20.1","delay":"^5.0.0","eslint-plugin-jest":"^27.2.1","express":"^4.18.2","jest":"^29.3.1","pify":"^6.1.0","sqlite3":"^5.1.4","ts-jest":"^29.0.5","ts-jest-resolver":"^2.0.0","ts-node":"^10.9.1","typescript":"^4.9.4","xo":"^0.53.1"},"dist":{"integrity":"sha512-fhVLoXIFHvTizxQkAVohKPToSzdwzjrhL5SsjHT0umeSCxWeqJOS0oPqHg+yO1FPFST3VE5rxaqUvseyH9JHtg==","shasum":"68f252932f448bdf49ccd03d1daf5506912df7ba","tarball":"https://registry.npmjs.org/cacheable-request/-/cacheable-request-10.2.6.tgz","fileCount":11,"unpackedSize":52911,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCi2ir7IPeP9lxqFhS3m35W5Ph5IiLB0vXPEbSWhD+mcQIgcQJN7NDIpoZ7C2z+P6eQSI8p02JnTG3br7dfuwutF3I="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj2+qBACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmploQ/9GfMT5h+Q1b4dsOqJQxCsPQFLGzUVK0wRRTxVbrV8y1ZzjEIB\r\nmBT/TRzb6rXu0iJeBaIu/kY0tsDJheu5equSrkPZekun0+kfX+4WckC8uGhT\r\np8GASojl+YOq7CCTGICQayeRks9G2YmHWT6E4HWJNwV7eP2BdV7+VoIRWsAn\r\n3MBAcj8LHF9JLXuU0MlYlLUD7RV9+Ysz8bqJrjNmes0IUBaJDFWMB30MhbpP\r\nZPmK2AnNyPTWYrHvzFWe1myIJynIvH8gAQxO6hXnA2QvHXun4acn8CDqS7ir\r\naVArBHD98rLuO3Wt+CEVLutscHeouWd/k/uXY3NOLmHpricPIK1Gu/3QBM4L\r\nGsDpHMSttSsWcdXe8nCu8VCuU1piYzOCbyZTsgFugPmhdwwYjCyS8nQkZZo9\r\nZcCLVlz0ey9VBsYkHthBATImYLw39/2P+5hpw7/hDba+i/pgJiySImJddER7\r\nUfE7GE4gDd3leCDJFmxHNcaiiu/ahU71W29P+ARXg+RUNItIZOSay14Uzf5/\r\nyqRmFfvEROkKd/sZLmnmJwz9ckO+vtABRZB+y0e9pbizLAsSBujh4Gh3uS//\r\nplgBmsJbiO7CyBaXP0IDb8oP9G2NzHcMhYNc9facEdMb+1HK5xNyD2H7z7rb\r\nUiFn1CBlyAfysfXAcW41/dgZBI31MYhiiww=\r\n=x6Y3\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=14.16"}},"10.2.7":{"name":"cacheable-request","version":"10.2.7","dependencies":{"@types/http-cache-semantics":"^4.0.1","get-stream":"^6.0.1","http-cache-semantics":"^4.1.1","keyv":"^4.5.2","mimic-response":"^4.0.0","normalize-url":"^8.0.0","responselike":"^3.0.0"},"devDependencies":{"@keyv/sqlite":"^3.6.4","@types/delay":"^3.1.0","@types/get-stream":"^3.0.2","@types/jest":"^29.2.6","@types/node":"^18.11.18","@types/responselike":"^1.0.0","@types/sqlite3":"^3.1.8","body-parser":"^1.20.1","delay":"^5.0.0","eslint-plugin-jest":"^27.2.1","express":"^4.18.2","jest":"^29.3.1","pify":"^6.1.0","sqlite3":"^5.1.4","ts-jest":"^29.0.5","ts-jest-resolver":"^2.0.0","ts-node":"^10.9.1","typescript":"^4.9.4","xo":"^0.53.1"},"dist":{"integrity":"sha512-I4SA6mKgDxcxVbSt/UmIkb9Ny8qSkg6ReBHtAAXnZHk7KOSx5g3DTiAOaYzcHCs6oOdHn+bip9T48E6tMvK9hw==","shasum":"8bb8da66338f321b3cbbc34a71ac231178171bcc","tarball":"https://registry.npmjs.org/cacheable-request/-/cacheable-request-10.2.7.tgz","fileCount":11,"unpackedSize":52911,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICvxyg34GP2xv3OaebTmPwRecJ7OF97I3RT/iRgy/7v4AiAdxqXAGW2kD4W8ft2a6FqH5iicpKmgmoqcjZCIA69saQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj4UKyACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr7lw/+Jqp+Tga8HX+ZC7wU590VsxuX3FTglM+2SxGzMngugHyMKtsY\r\nUBHI9P8VJZPCWzNPSXBlqGlpyHOHIs6AD5q2hhGxZHK9DBxEi4HHv2pYGgne\r\nxcbytpxfScvP7yEKjOuVb2xHwLHOEAiRCBZ5o9NbIoX7HtzrBfUQ1DwZs2xP\r\noSNVtTkHvNpG2JRltuoD36GKHf/7gntyufLVO2XuecdnLfE4Q5wIb50zTAhI\r\ns/TQXPYhi+F5oBXlhqTLBb/UcHU0mPChEQdYy0Iq8gYxmDGoQy3R0zclgfjX\r\nMPRppMev2K4oUGR5L9lrIH1Hq07Mx4b1WZQYATZAC5OL8An2Gql2ccvE2GXY\r\n+GN8ehHN/tvvZZK9kI0HsNJqlPP2gJVkKYs/vD72k3BoH6M/MYNRrKUArOIQ\r\nyBHVx4uLTcsO6qax9m+4/ifVvKCfCZUcDhzh3TDn3nDaQL1IkQwqQxxPrEZt\r\nzWwzBixd0wWV0kxzPx5bexNHJTUsUlK/swgcWaUYc0cwDIy8olNvQ4Wzy3Lo\r\nE+FyFtEzb6ZvjYhaVOIohGJKsnFMogkmd1eoZrw/Di9ouEycTxtx1RS0mJpg\r\nvtljHN9E6xbvIKrPC8dIbn61n9cL7SKP77UpWtx7R8rTOkv6zU5K3tzpFo/K\r\nKeoaT4qn/MaLe0rngTRj2rzlR4UCSBfERz0=\r\n=dsIZ\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=14.16"}}},"modified":"2023-02-06T18:10:58.650Z"} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/content-v2/sha512/10/c7/35d1e3996741c59261d784838c69131e0f1145310e5bc768129916a59aa8c9e655ac4c3fab0bccb2d68c2cf84f1235427778538e6836c14109b871eb009d b/software/flow/.npm/_cacache/content-v2/sha512/10/c7/35d1e3996741c59261d784838c69131e0f1145310e5bc768129916a59aa8c9e655ac4c3fab0bccb2d68c2cf84f1235427778538e6836c14109b871eb009d deleted file mode 100644 index 1b4aaf1..0000000 --- a/software/flow/.npm/_cacache/content-v2/sha512/10/c7/35d1e3996741c59261d784838c69131e0f1145310e5bc768129916a59aa8c9e655ac4c3fab0bccb2d68c2cf84f1235427778538e6836c14109b871eb009d +++ /dev/null @@ -1 +0,0 @@ -{"source":"p50NB9+P02TsZhCabeYAFbtpQ/tBquSFZUPJfxv1Vu4gGTWF9qDKmNGhj75nVIzdDm7OzG9D/pRqu+7l9yc28A==","name":"@node-red/editor-api","dependency":"@node-red/util","title":"Depends on vulnerable versions of @node-red/util","url":null,"severity":"low","versions":["0.20.0-alpha.0","0.20.0-beta.1","0.20.0-beta.2","0.20.0-beta.3","0.20.0-beta.4","0.20.0-beta.5","0.20.0","0.20.1","0.20.2","0.20.3","0.20.4","0.20.5","0.20.6","0.20.7","0.20.8","1.0.0-beta.1","1.0.0-beta.2","1.0.0-beta.3","1.0.0-beta.4","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.1.0-beta.1","1.1.0-beta.2","1.1.0-beta.3","1.1.0","1.1.1","1.1.2","1.1.3","1.2.0-beta.1","1.2.0","1.2.1","1.2.2","1.2.3","1.2.4","1.2.5","1.2.6","1.2.7","1.2.8","1.2.9","1.3.0-beta.1","1.3.0","1.3.1","1.3.2","1.3.3","1.3.4","1.3.5","1.3.6","1.3.7","2.0.0-beta.1","2.0.0-beta.2","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.1.0-beta.1","2.1.0-beta.2","2.1.0","2.1.1","2.1.2","2.1.3","2.1.4","2.1.5","2.1.6","2.2.0-beta.1","2.2.0","2.2.1","2.2.2","2.2.3","3.0.0-beta.1","3.0.0-beta.2","3.0.0-beta.3","3.0.0-beta.4","3.0.0","3.0.1","3.0.2","3.1.0-beta.1"],"vulnerableVersions":["1.2.4","1.2.5","1.2.6","1.2.7","1.2.8","1.2.9","1.3.0-beta.1","1.3.0","1.3.1","1.3.2","1.3.3","1.3.4","1.3.5","1.3.6","1.3.7","2.0.0-beta.1","2.0.0-beta.2","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.1.0-beta.1","2.1.0-beta.2","2.1.0","2.1.1","2.1.2","2.1.3","2.1.4","2.1.5","2.1.6","2.2.0-beta.1","2.2.0","2.2.1","2.2.2","2.2.3","3.0.0-beta.1","3.0.0-beta.2","3.0.0-beta.3","3.0.0-beta.4","3.0.0","3.0.1","3.0.2"],"cwe":[],"cvss":{"score":0,"vectorString":null},"range":"1.2.4 - 3.0.2","id":"lfYQ5PBdiD+BMQ79sJwITYlrN1TxbLFMRJ6V0GFYmMo0xk0dbaKlXzCBePejvHJGmdxWn2OoN2crP6wu2nSaHw=="} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/content-v2/sha512/19/48/4b802fa65a7b838f354aa8c1fe402f25253c4d21321dbe49ce9a0699759defa89787861f9324d212bf03ff70d079102e999020a7ad325a0f177f66255df6 b/software/flow/.npm/_cacache/content-v2/sha512/19/48/4b802fa65a7b838f354aa8c1fe402f25253c4d21321dbe49ce9a0699759defa89787861f9324d212bf03ff70d079102e999020a7ad325a0f177f66255df6 deleted file mode 100644 index 190aeab..0000000 --- a/software/flow/.npm/_cacache/content-v2/sha512/19/48/4b802fa65a7b838f354aa8c1fe402f25253c4d21321dbe49ce9a0699759defa89787861f9324d212bf03ff70d079102e999020a7ad325a0f177f66255df6 +++ /dev/null @@ -1 +0,0 @@ -{"name":"base64id","dist-tags":{"latest":"2.0.0"},"versions":{"0.1.0":{"name":"base64id","version":"0.1.0","dist":{"shasum":"02ce0fdeee0cef4f40080e1e73e834f0b1bfce3f","tarball":"https://registry.npmjs.org/base64id/-/base64id-0.1.0.tgz","integrity":"sha512-DSjtfjhAsHl9J4OJj7e4+toV2zqxJrGwVd3CLlsCp8QmicvOn7irG0Mb8brOc/nur3SdO8lIbNlY1s1ZDJdUKQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDhGpC7kCY4c50Ng0q38eQPNyiCFlUbwlRtMwqO1XLEiAiEA2XvrUu0BZAlwoBWSAL8kMNUHg2nuznEEF1QN0DWpqKQ="}]},"engines":{"node":">= 0.4.0"}},"1.0.0":{"name":"base64id","version":"1.0.0","dist":{"shasum":"47688cb99bb6804f0e06d3e763b1c32e57d8e6b6","tarball":"https://registry.npmjs.org/base64id/-/base64id-1.0.0.tgz","integrity":"sha512-rz8L+d/xByiB/vLVftPkyY215fqNrmasrcJsYkVcm4TgJNz+YXKrFaFAWibSaHkiKoSgMDCb+lipOIRQNGYesw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDy2ZmSJeyOPlHpA+AvWub1iO6SEjFngJiEPHonyIjXoAIhAOt/FT6qB6AzvLN2Xqj//V0lNTH9qbYJjXp2kw6kOelZ"}]},"engines":{"node":">= 0.4.0"}},"2.0.0":{"name":"base64id","version":"2.0.0","dist":{"integrity":"sha512-lGe34o6EHj9y3Kts9R4ZYs/Gr+6N7MCaMlIFA3F1R2O5/m7K06AxfSeO5530PEERE6/WyEg3lsuyw4GHlPZHog==","shasum":"2770ac6bc47d312af97a8bf9a634342e0cd25cb6","tarball":"https://registry.npmjs.org/base64id/-/base64id-2.0.0.tgz","fileCount":5,"unpackedSize":4692,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc68YtCRA9TVsSAnZWagAAl+sP/inZ6NZbmHRztjT0W428\nQcUCY3Czu2LU3IF2iXmtGLdzHwU9Kbblm2l1n2iABoWYL1bhV679bIaW4L1F\nnNXQARSk80MoAcuggybnxzwX0aH+Vlqv0yhUUZMTMi6hm12wl90H1r5Q5yYj\npKD/XKcuEedwO5tkr4iF0kR+a9fxIHhtfcKXpIwkHy9PT9NTsgFXN429p11L\n+CShcPhB9ChV/LYnsivy+goK/2uCp/OOvOIcX1REemU71Ivg/7g/q+yJo8YF\n9DwsOvv1yCqVd9WhmshPJxUxem4E6Hm7B6BgLytDFWHFUU25G3t6pIPiINIq\n7aLHlFJsse65HHUg6Lk8mCQlppbU/k//L4dVIkuLxKd96sktl9Y47pWJhWAZ\nQFieq5GXw9y7cRr9wWo9I+an36AFjsyP3b3j2gfSPikAMQ4tmBT/o6vX9MJf\nAXej6QgwVIoktWf736rKy3ieJZpRLOloO7zSc1vg9XNoqIh4OVz70kgXf8iH\nUIt/9fWe6RLG/UivRitdAt3clzg1zxQ8TyxLYGnWwW2CJHPrHM3I68vCfJXz\n0EeoDysxR4cvp4IfVEJ+DZQSi+Sjx5vl+etujVmrbbrz1lTkmcHIegAxlAly\nVJGvfj1Dp4c7dasA5yJezSfLz/hFe/LrzjNrh8wdjk6mE4G3/hvJWsSltB1o\ntyf+\r\n=HpsK\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIE9Q6ClHAOh6VHdS+Bd2tFpMihedfTh/gky8upy9CwgdAiEA2A/wJ+I5ePfj9gZNubjP6BPpqsdB7UPupf9140ukkzg="}]},"engines":{"node":"^4.5.0 || >= 5.9"}}},"modified":"2022-06-13T04:18:38.020Z"} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/content-v2/sha512/1c/f1/b7c1077db0d4284fdc47c8d097a0351af97c3f55ebe663d1681f243e83eaeb327e23e850789e9ed9d0e85d4e08f1e8c8102caee3c12cb561e714d7ee00b2 b/software/flow/.npm/_cacache/content-v2/sha512/1c/f1/b7c1077db0d4284fdc47c8d097a0351af97c3f55ebe663d1681f243e83eaeb327e23e850789e9ed9d0e85d4e08f1e8c8102caee3c12cb561e714d7ee00b2 deleted file mode 100644 index fa648fb..0000000 Binary files a/software/flow/.npm/_cacache/content-v2/sha512/1c/f1/b7c1077db0d4284fdc47c8d097a0351af97c3f55ebe663d1681f243e83eaeb327e23e850789e9ed9d0e85d4e08f1e8c8102caee3c12cb561e714d7ee00b2 and /dev/null differ diff --git a/software/flow/.npm/_cacache/content-v2/sha512/1e/61/1a193768aec4e87e5ba680cb054db699d3847d95b34c8b84a992feb61ee586a0a0f8a14e14a7c96771fef29eabf2fffaac4c12f0063be83ba3d31ce53417 b/software/flow/.npm/_cacache/content-v2/sha512/1e/61/1a193768aec4e87e5ba680cb054db699d3847d95b34c8b84a992feb61ee586a0a0f8a14e14a7c96771fef29eabf2fffaac4c12f0063be83ba3d31ce53417 deleted file mode 100644 index d338c18..0000000 --- a/software/flow/.npm/_cacache/content-v2/sha512/1e/61/1a193768aec4e87e5ba680cb054db699d3847d95b34c8b84a992feb61ee586a0a0f8a14e14a7c96771fef29eabf2fffaac4c12f0063be83ba3d31ce53417 +++ /dev/null @@ -1 +0,0 @@ -{"source":1088402,"name":"moment-timezone","dependency":"moment-timezone","title":"Command Injection in moment-timezone","url":"https://github.com/advisories/GHSA-56x4-j7p9-fcf9","severity":"low","versions":["0.0.1","0.0.2","0.0.3","0.0.5","0.0.6","0.1.0","0.2.0","0.2.1","0.2.2","0.2.3","0.2.4","0.2.5","0.3.0","0.3.1","0.4.0","0.4.1","0.5.0","0.5.1","0.5.2","0.5.3","0.5.4","0.5.5","0.5.6","0.5.7","0.5.8","0.5.9","0.5.10","0.5.11","0.5.12","0.5.13","0.5.14","0.5.15","0.5.16","0.5.17","0.5.18","0.5.19","0.5.20","0.5.21","0.5.22","0.5.23","0.5.24","0.5.25","0.5.26","0.5.27","0.5.28","0.5.29","0.5.30","0.5.31","0.5.32","0.5.33","0.5.34","0.5.35","0.5.36","0.5.37","0.5.38","0.5.39","0.5.40"],"vulnerableVersions":["0.1.0","0.2.0","0.2.1","0.2.2","0.2.3","0.2.4","0.2.5","0.3.0","0.3.1","0.4.0","0.4.1","0.5.0","0.5.1","0.5.2","0.5.3","0.5.4","0.5.5","0.5.6","0.5.7","0.5.8","0.5.9","0.5.10","0.5.11","0.5.12","0.5.13","0.5.14","0.5.15","0.5.16","0.5.17","0.5.18","0.5.19","0.5.20","0.5.21","0.5.22","0.5.23","0.5.24","0.5.25","0.5.26","0.5.27","0.5.28","0.5.29","0.5.30","0.5.31","0.5.32","0.5.33","0.5.34"],"cwe":[],"cvss":{"score":0,"vectorString":null},"range":">=0.1.0 <0.5.35","id":"SObd/1KBki8CTciP7hTAxxbBsHY67EfJt65KcdlReUcejQkS80ydYN56heHVqCI1Q9L3NdJxegOh4InbrnFMUQ=="} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/content-v2/sha512/22/41/4c67424f9d551350971eedbddd9e22b1fe0940a05876f91ceb3b43b4eb31785f29536c7811c6aa8f46ea6de79cdc043d7fe28b2f040f6801bd9c12c91a53 b/software/flow/.npm/_cacache/content-v2/sha512/22/41/4c67424f9d551350971eedbddd9e22b1fe0940a05876f91ceb3b43b4eb31785f29536c7811c6aa8f46ea6de79cdc043d7fe28b2f040f6801bd9c12c91a53 deleted file mode 100644 index d271bdf..0000000 --- a/software/flow/.npm/_cacache/content-v2/sha512/22/41/4c67424f9d551350971eedbddd9e22b1fe0940a05876f91ceb3b43b4eb31785f29536c7811c6aa8f46ea6de79cdc043d7fe28b2f040f6801bd9c12c91a53 +++ /dev/null @@ -1 +0,0 @@ -{"name":"jquery","dist-tags":{"beta":"3.6.3","latest":"3.6.3"},"versions":{"1.5.1":{"name":"jquery","version":"1.5.1","dependencies":{"jsdom":"=0.1.20","htmlparser":">= 1.7.3"},"directories":{"lib":"./lib"},"dist":{"shasum":"2ae2d661e906c1a01e044a71bb5b2743942183e5","tarball":"https://registry.npmjs.org/jquery/-/jquery-1.5.1.tgz","integrity":"sha512-a2vYRJfoPIabSy0nm0iQ1SskbqA3LbT+LH7EhbDRN2TwvR3fTPBUDbkVrwpHRBW+kyyKz8fnkQJkcv98GdrsDw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICOiNkC0lv0d/ZnLOJI6q9vBMC7+xzoi9GzfYVfWXd1sAiBqZNYV5Tb1tnoWHt/bfCGQhsM5zGztX9b56yMVB5nDMw=="}]},"engines":{"node":"*"},"deprecated":"Versions of the jquery npm package older than 1.9.0 are patched versions that don't work in web browsers. Please upgrade to >=1.11.0."},"1.6.2":{"name":"jquery","version":"1.6.2","dependencies":{"jsdom":">=0.2.0","htmlparser":">= 1.7.3"},"dist":{"shasum":"01757a4c5beea29e8ae697527c3131abbe997a28","tarball":"https://registry.npmjs.org/jquery/-/jquery-1.6.2.tgz","integrity":"sha512-8D3xPZmhpf4gIEB2RwrP/vTpoFSFWXoW5LA3WNGIsSdFzDiVNT9HPfGQHUzsX9wfpeAgirQ9g31JwyNqIP6KLQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDlLT8FPssJ5whN0dZcLFrlcWWYsbLasLBpFR0laY/a3AIhALg3a+l10xLEBsdMb4YqdX7CGRzeS9x5HTF4FIlrvXiI"}]},"engines":{"node":"*"},"deprecated":"Versions of the jquery npm package older than 1.9.0 are patched versions that don't work in web browsers. Please upgrade to >=1.11.0."},"1.6.3":{"name":"jquery","version":"1.6.3","dependencies":{"jsdom":">=0.2.0","htmlparser":">= 1.7.3"},"dist":{"shasum":"e1f732fa7e718a6adb3ec20ae0eb2a64fd95ef01","tarball":"https://registry.npmjs.org/jquery/-/jquery-1.6.3.tgz","integrity":"sha512-YNATeNULsTmKKLYfO92lcUAbYAxz49pz91XXF7buVRueU9fFHalV2j9gx9DXRiwHlbsqrHnJ7QanR2I8m7SgDg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDbJnk7pof5PeKJfOZilcL9bUm6k6xQ2SG6PKjmzN4RNAIhAPZFqCf5ccxvGQJpFfQKGk1+OXmNaT61em6ZLNHZJ4u2"}]},"engines":{"node":"*"},"deprecated":"Versions of the jquery npm package older than 1.9.0 are patched versions that don't work in web browsers. Please upgrade to >=1.11.0."},"1.7.2":{"name":"jquery","version":"1.7.2","dependencies":{"jsdom":"~0.2.14","htmlparser":"1.7.6","xmlhttprequest":"~1.3.0"},"devDependencies":{"grunt":"~0.3.8","nodeunit":"~0.7.4"},"dist":{"shasum":"a93746763aca75a34df4c16395b0826310d0eaf2","tarball":"https://registry.npmjs.org/jquery/-/jquery-1.7.2.tgz","integrity":"sha512-+pUegUlLQv8LHcXM58zjMlnRBqnIAU3aTaZfmti5peytuM6WXmymOdt383LGGYdGWWKqIZBrBVemjfSkNuFJpg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFIOZJHsKQ4MvsMOaM4D+5NNbC9Jg7UaaDYjy2cibrAvAiAJuHy6aQCeMWzjh+poQYXkmwcFUWga6HlzaNcbmSKyLA=="}]},"engines":{"node":"0.6"},"deprecated":"Versions of the jquery npm package older than 1.9.0 are patched versions that don't work in web browsers. Please upgrade to >=1.11.0."},"1.7.3":{"name":"jquery","version":"1.7.3","dependencies":{"jsdom":"~0.2.14","htmlparser":"1.7.6","xmlhttprequest":"~1.4.2","location":"0.0.1","navigator":"~1.0.1"},"devDependencies":{"grunt":"~0.3.8","nodeunit":"~0.7.4"},"dist":{"shasum":"e3d00a71612ac7e9b554b438e0987d0272ddba94","tarball":"https://registry.npmjs.org/jquery/-/jquery-1.7.3.tgz","integrity":"sha512-0ECyFTCPngcVcjFHXgSFHyKbzfSB0WXyPyYDhjff4SAQa0UDHa3HH2D5s69hQVSgHw57E4KVMRUngfUn88JgYw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDyVvRN/rk1y/o0wn79NLXw714qgwtf/EBZKMQ3xRdxEQIgeGheBf34WonVirBD/rNGPAwE7ix/vQsL/fg+3dSx22A="}]},"engines":{"node":">=0.6"},"deprecated":"Versions of the jquery npm package older than 1.9.0 are patched versions that don't work in web browsers. Please upgrade to >=1.11.0."},"1.8.2":{"name":"jquery","version":"1.8.2","dependencies":{"jsdom":"~0.2.14","htmlparser":"1.7.6","xmlhttprequest":"~1.4.2","location":"0.0.1","navigator":"~1.0.1"},"devDependencies":{"grunt":"~0.3.8","nodeunit":"~0.7.4"},"dist":{"shasum":"46790ae07c6de38124eda90bbf7336b43df93305","tarball":"https://registry.npmjs.org/jquery/-/jquery-1.8.2.tgz","integrity":"sha512-d3hb+jKqIrcrYRUQzh6PgJ6MVLjzwZf7NiYuxe7qKm+chGcD+g9K9l4t/9Lmvq2GcJK4HzW2Uumbd0GKtrZoyA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDHukxk4AcZS7/nFsGRHYCDxYK8jBjdHMzDwAP+ZJTeBQIgYJ/jTRV+V5akMo4/nld+l0+jA9g4LV8rD2D+/R5OOHw="}]},"engines":{"node":">=0.6"},"deprecated":"Versions of the jquery npm package older than 1.9.0 are patched versions that don't work in web browsers. Please upgrade to >=1.11.0."},"1.8.3":{"name":"jquery","version":"1.8.3","dependencies":{"jsdom":"~0.2.14","htmlparser":"1.7.6","xmlhttprequest":"~1.4.2","location":"0.0.1","navigator":"~1.0.1","contextify":"~0.1.3"},"devDependencies":{"grunt":"~0.3.8","nodeunit":"~0.7.4"},"dist":{"shasum":"cfa2941c05a83d966f21347f759a6d15281c60cc","tarball":"https://registry.npmjs.org/jquery/-/jquery-1.8.3.tgz","integrity":"sha512-gKfYOAquiKEiq445LgpmIyEwd20IpmqPq/45433e0STM59yVphR/XPuXz+QbpcxjF7aVc9ow9x8ul+yimL3Ivg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCID5w9IpBlt3XE2h+VP7ZOg5DmP1nZdc8t2Xdt49a9e86AiAZkQZkNtgpgFa6XgrOadnGSyL55RMjEtW4ZEyFuCjAyw=="}]},"engines":{"node":">=0.6"},"deprecated":"Versions of the jquery npm package older than 1.9.0 are patched versions that don't work in web browsers. Please upgrade to >=1.11.0."},"2.1.0-beta2":{"name":"jquery","version":"2.1.0-beta2","devDependencies":{"archiver":"~0.4.10","grunt":"~0.4.1","grunt-bower-task":"~0.3.2","grunt-cli":"~0.1.11","grunt-compare-size":"~0.4.0","grunt-contrib-jshint":"~0.7.0","grunt-contrib-uglify":"~0.2.7","grunt-contrib-watch":"~0.5.3","grunt-git-authors":"~1.2.0","grunt-jscs-checker":"~0.2.3","grunt-jsonlint":"~1.0.1","gzip-js":"0.3.2","load-grunt-tasks":"~0.2.0","testswarm":"~1.1.0","requirejs":"~2.1.9","which":"~1.0.5"},"dist":{"shasum":"e0fbbe2beb45b4d8f808362c7c99ef5bfee7d8c6","tarball":"https://registry.npmjs.org/jquery/-/jquery-2.1.0-beta2.tgz","integrity":"sha512-ZT1ccl8M7ehIUUb4w7LGVpmYpvWLP8GNUidubhV0Z1oWgNEeBL/K/aFIqRGnvYXf4RJYfs1+okem6zpA3eQB5Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAhLtEoPOXJ3PebaIMJiaD//MeYTEYU3xxBDL7Ntw+H3AiBLgtRUSvDyeJOEMCrwhNLhkmfXJujNFiC848vM0pgYew=="}]}},"2.1.0-beta3":{"name":"jquery","version":"2.1.0-beta3","devDependencies":{"archiver":"0.4.10","gzip-js":"0.3.2","testswarm":"1.1.0","load-grunt-tasks":"0.2.0","requirejs":"2.1.9","shelljs":"0.2.6","grunt":"0.4.2","grunt-cli":"0.1.11","grunt-contrib-jshint":"0.7.2","grunt-contrib-uglify":"0.2.7","grunt-contrib-watch":"0.5.3","grunt-bowercopy":"0.4.1","grunt-compare-size":"0.4.0","grunt-git-authors":"1.2.0","grunt-jscs-checker":"0.2.6","grunt-jsonlint":"1.0.4"},"dist":{"shasum":"5a89b624d8fa625fe5fa83a12a9acb1ef8a11d02","tarball":"https://registry.npmjs.org/jquery/-/jquery-2.1.0-beta3.tgz","integrity":"sha512-YeEcuCQRE78AsPsRgOzI5vpCw09PRU/CRaGI0RdMibTEtRlQ3wGgDrk/+R2pgFnUDJhLNdT35zlutxtP4/CMbg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDWNWNQWHdyhT0JPN5HGVIZeKB9jR5cBcZ2/pUZM3tduAIhANlGAubhQgCPlPUhFGRnTXOK5SrrtlJCYyl0WuXM6B9t"}]}},"1.11.0-beta3":{"name":"jquery","version":"1.11.0-beta3","devDependencies":{"archiver":"0.4.10","gzip-js":"0.3.2","testswarm":"1.1.0","load-grunt-tasks":"0.2.0","requirejs":"2.1.9","shelljs":"0.2.6","grunt":"0.4.2","grunt-cli":"0.1.11","grunt-contrib-jshint":"0.7.2","grunt-contrib-uglify":"0.2.7","grunt-contrib-watch":"0.5.3","grunt-bowercopy":"0.4.1","grunt-compare-size":"0.4.0","grunt-git-authors":"1.2.0","grunt-jscs-checker":"0.2.6","grunt-jsonlint":"1.0.4"},"dist":{"shasum":"0464a6aba9f35f6c83a203caa23ab420909ce852","tarball":"https://registry.npmjs.org/jquery/-/jquery-1.11.0-beta3.tgz","integrity":"sha512-1/Fzaq5PevzyI7nUQ5nNNiIoS+jXmD8vXUSg8iburHzay3yag1wsLzGAGwLyi8enOQsIzJhkq333r7L66iBLJQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD9A+L7dCeFluJ+FSOH2hstZwIQkLDZvra/UuUbSTRUgwIgUAFBWFSI3wkQMLfgaYEoCBcYUg/3c1XGNN2LyDUMpuo="}]}},"1.11.0-rc1":{"name":"jquery","version":"1.11.0-rc1","devDependencies":{"archiver":"0.4.10","gzip-js":"0.3.2","testswarm":"1.1.0","load-grunt-tasks":"0.2.0","requirejs":"2.1.9","shelljs":"0.2.6","grunt":"0.4.2","grunt-cli":"0.1.11","grunt-contrib-jshint":"0.7.2","grunt-contrib-uglify":"0.2.7","grunt-contrib-watch":"0.5.3","grunt-bowercopy":"0.5.0","grunt-compare-size":"0.4.0","grunt-git-authors":"1.2.0","grunt-jscs-checker":"0.2.6","grunt-jsonlint":"1.0.4"},"dist":{"shasum":"c2f6a4877374647b20b080c478d8dbcdfb4960ee","tarball":"https://registry.npmjs.org/jquery/-/jquery-1.11.0-rc1.tgz","integrity":"sha512-HC3iIKnL5pQqJ7dotz5Ua7msBFb1pznwSLWpBJspba7cVPwOPSAkIuD1OwseRMDRjDnNyXDnP7DL2FXZmV+Ujw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCa2gy4wCTkjviRkeYUsXxaZr2t7EDHwgif13lim2oeVwIhANfG1nwDitFKQiS4+/c3ylWIjZfg3YeXAX38y2rNLSi/"}]}},"2.1.0-rc1":{"name":"jquery","version":"2.1.0-rc1","devDependencies":{"archiver":"0.4.10","gzip-js":"0.3.2","testswarm":"1.1.0","load-grunt-tasks":"0.2.0","requirejs":"2.1.9","shelljs":"0.2.6","grunt":"0.4.2","grunt-cli":"0.1.11","grunt-contrib-jshint":"0.7.2","grunt-contrib-uglify":"0.2.7","grunt-contrib-watch":"0.5.3","grunt-bowercopy":"0.5.0","grunt-compare-size":"0.4.0","grunt-git-authors":"1.2.0","grunt-jscs-checker":"0.2.6","grunt-jsonlint":"1.0.4"},"dist":{"shasum":"8c9f5d9a055c2fedb3f5269617ae649497d6a3b0","tarball":"https://registry.npmjs.org/jquery/-/jquery-2.1.0-rc1.tgz","integrity":"sha512-tf9pmn/Y5VQ0oS5N17iARL3vCtcQJdM981rdjtzKlDbWlJMNZGsVe92envWJAwVrJvm6qKD+wLs8nDyJbgVJIw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEcCcvU4kZTmRZCJ8NS1yQnoYuMCMWjxf1qbXZMsGFQjAiEAta+GGZ7kn+vBcRIwk+5mB7cGpJ8cv1EYUlUJdY5i5mU="}]}},"1.11.0":{"name":"jquery","version":"1.11.0","devDependencies":{"archiver":"0.4.10","gzip-js":"0.3.2","testswarm":"1.1.0","load-grunt-tasks":"0.2.0","requirejs":"2.1.9","shelljs":"0.2.6","grunt":"0.4.2","grunt-cli":"0.1.11","grunt-contrib-jshint":"0.7.2","grunt-contrib-uglify":"0.2.7","grunt-contrib-watch":"0.5.3","grunt-bowercopy":"0.5.0","grunt-compare-size":"0.4.0","grunt-git-authors":"1.2.0","grunt-jscs-checker":"0.2.6","grunt-jsonlint":"1.0.4"},"dist":{"shasum":"c67ceee19b403650d682adcf39d5c9009814d949","tarball":"https://registry.npmjs.org/jquery/-/jquery-1.11.0.tgz","integrity":"sha512-hfN15gXeUqsx3HxHrHYzVzfWayuGwrCMONhvexiaIV/aUlLqC8Im+G7KrKTPkHzD7HCgeAaQ7VeHRn3Dlve8Hg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCisHsmKEXoi+EWl/zYZGCFwGn6hw8VgmpqSrUlR+u77gIgIEHu45km51UtyPFkLpSRmuKG0fJKiy7Ru50Lmu7f7uM="}]}},"2.1.0":{"name":"jquery","version":"2.1.0","devDependencies":{"archiver":"0.4.10","gzip-js":"0.3.2","testswarm":"1.1.0","load-grunt-tasks":"0.2.0","requirejs":"2.1.9","shelljs":"0.2.6","grunt":"0.4.2","grunt-cli":"0.1.11","grunt-contrib-jshint":"0.7.2","grunt-contrib-uglify":"0.2.7","grunt-contrib-watch":"0.5.3","grunt-bowercopy":"0.5.0","grunt-compare-size":"0.4.0","grunt-git-authors":"1.2.0","grunt-jscs-checker":"0.2.6","grunt-jsonlint":"1.0.4"},"dist":{"shasum":"1c9a8c971d2b53dae10d72e16cbb5a1df16a4ace","tarball":"https://registry.npmjs.org/jquery/-/jquery-2.1.0.tgz","integrity":"sha512-QyJAvw0LUlUPci88C5LTFNtg4WFs70Dkqmwq4rZyOBflduKnHZakpIIDjhZVygAQbUqaghv6msUyP5TmRoNevQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFy4g2oJwLjrYTzHuyx9C093mq/8ZytGc4e8G0211bNnAiBJztUS4cbsxsZG+oO+cV+I6Jy7Rfn5ctkqejwmSxqOnA=="}]}},"2.1.1-beta1":{"name":"jquery","version":"2.1.1-beta1","devDependencies":{"commitplease":"1.7.0","grunt":"0.4.2","grunt-bowercopy":"0.7.1","grunt-cli":"0.1.13","grunt-compare-size":"0.4.0","grunt-contrib-jshint":"0.8.0","grunt-contrib-uglify":"0.3.2","grunt-contrib-watch":"0.5.3","grunt-git-authors":"1.2.0","grunt-jscs-checker":"0.3.2","grunt-jsonlint":"1.0.4","gzip-js":"0.3.2","load-grunt-tasks":"0.3.0","requirejs":"2.1.10","testswarm":"1.1.0"},"dist":{"shasum":"6306c8ea1d104775f3ef8f5c26f0a32acd710a11","tarball":"https://registry.npmjs.org/jquery/-/jquery-2.1.1-beta1.tgz","integrity":"sha512-D/KUiCI55zYivAAcpwO8S5letgUqgJmgFGcmigcJHQxkFkjtT0lT07TOTPkpCiVpqgCPUhlXoUNxpmbGWZFWuQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDnstz8WCxN1NaYD1E0QoUr1eQYI+kMMoVSWqvMu3DaowIhALWY50EJsuTZK3sGxQUEDeckQga/FoA/62MAzInLXhrc"}]}},"1.11.1-beta1":{"name":"jquery","version":"1.11.1-beta1","devDependencies":{"commitplease":"1.7.0","grunt":"0.4.2","grunt-bowercopy":"0.7.1","grunt-cli":"0.1.13","grunt-compare-size":"0.4.0","grunt-contrib-jshint":"0.8.0","grunt-contrib-uglify":"0.3.2","grunt-contrib-watch":"0.5.3","grunt-git-authors":"1.2.0","grunt-jscs-checker":"0.3.2","grunt-jsonlint":"1.0.4","gzip-js":"0.3.2","load-grunt-tasks":"0.3.0","requirejs":"2.1.10","testswarm":"1.1.0"},"dist":{"shasum":"c7eacde5e1ae06e029f1cd1b2dd444953a33e843","tarball":"https://registry.npmjs.org/jquery/-/jquery-1.11.1-beta1.tgz","integrity":"sha512-7IRgGBFk2z29rkhydPYWidusljFdtHL2xWl0x4TBccvL0suElxY+AL9nVE3g5nnhO1EH58lyrB0Pt1O6QdwCuw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBqXsjHXYgJFv39eZKZ9NJY3IJR8mzsCGCSWFFJIukRIAiEAidky+1to1DJN7Yu3kqRcnp8lUA8z3SRxJ3k8Y4BLSuo="}]}},"2.1.1-rc1":{"name":"jquery","version":"2.1.1-rc1","devDependencies":{"commitplease":"1.7.0","grunt":"0.4.2","grunt-bowercopy":"0.7.1","grunt-cli":"0.1.13","grunt-compare-size":"0.4.0","grunt-contrib-jshint":"0.8.0","grunt-contrib-uglify":"0.3.2","grunt-contrib-watch":"0.5.3","grunt-git-authors":"1.2.0","grunt-jscs-checker":"0.4.1","grunt-jsonlint":"1.0.4","gzip-js":"0.3.2","load-grunt-tasks":"0.3.0","requirejs":"2.1.10","testswarm":"1.1.0"},"dist":{"shasum":"95c494fdbbd0cefc305260e11ad46ae49a387c3d","tarball":"https://registry.npmjs.org/jquery/-/jquery-2.1.1-rc1.tgz","integrity":"sha512-vNLD3Dvv664L6YmjF28mn+MslrfiDZ7EC0tnuqTNbReePZ+IvEoQy/2pmSYoospovJOg0HDwTErxEt/8VjvSrQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDoxRTyx4ZvTqHRt8+Z09ouherF1434brK/epEOIysPyQIhAN/TkTvL/wsJ8B4FOhFd0tWsCNvefe417ovNXnQwRmmE"}]}},"1.11.1-rc1":{"name":"jquery","version":"1.11.1-rc1","devDependencies":{"commitplease":"1.7.0","grunt":"0.4.2","grunt-bowercopy":"0.7.1","grunt-cli":"0.1.13","grunt-compare-size":"0.4.0","grunt-contrib-jshint":"0.8.0","grunt-contrib-uglify":"0.3.2","grunt-contrib-watch":"0.5.3","grunt-git-authors":"1.2.0","grunt-jscs-checker":"0.4.1","grunt-jsonlint":"1.0.4","gzip-js":"0.3.2","load-grunt-tasks":"0.3.0","requirejs":"2.1.10","testswarm":"1.1.0"},"dist":{"shasum":"666a7df02488b48732d96e8ab9bdd34f61dd4238","tarball":"https://registry.npmjs.org/jquery/-/jquery-1.11.1-rc1.tgz","integrity":"sha512-JmCMrgBBW4mmwtz0hSVZx2ifKUJWV4isdq1HD8BAVCsezcuC6QEmv+DiTDzXVhnaFjrW6BwFxkUuD6M9tP78Tw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDFmQd4++JduTKAFhXmMvtBCTjfQfNCEkgXsgZrSMwz4QIgMkVN6fvk4DykDFJy7J9dWuh+/luZ270r77HHZrS6/W4="}]}},"2.1.1-rc2":{"name":"jquery","version":"2.1.1-rc2","devDependencies":{"commitplease":"1.7.0","grunt":"0.4.2","grunt-bowercopy":"0.7.1","grunt-cli":"0.1.13","grunt-compare-size":"0.4.0","grunt-contrib-jshint":"0.8.0","grunt-contrib-uglify":"0.3.2","grunt-contrib-watch":"0.5.3","grunt-git-authors":"1.2.0","grunt-jscs-checker":"0.4.1","grunt-jsonlint":"1.0.4","gzip-js":"0.3.2","load-grunt-tasks":"0.3.0","requirejs":"2.1.10","testswarm":"1.1.0"},"dist":{"shasum":"99833e415efa7ac8a4efecc5df6894b2f938a598","tarball":"https://registry.npmjs.org/jquery/-/jquery-2.1.1-rc2.tgz","integrity":"sha512-GaMghaxIW7LmDdOgawKfG7f6CEfq82W8lgotc73hjiZ3hHHI05GW/m/zAnxO3B/142DBrxHUASIMKbWkU0r3/g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCzuA9CL913SGBGVxBtATdyZBA7PIjXzguss0Mwye5ikgIhAP7aoT9jq1APytg7LdzRu6Ca3fZ7JdnpQxMUmvhQPxW3"}]}},"1.11.1-rc2":{"name":"jquery","version":"1.11.1-rc2","devDependencies":{"commitplease":"1.7.0","grunt":"0.4.2","grunt-bowercopy":"0.7.1","grunt-cli":"0.1.13","grunt-compare-size":"0.4.0","grunt-contrib-jshint":"0.8.0","grunt-contrib-uglify":"0.3.2","grunt-contrib-watch":"0.5.3","grunt-git-authors":"1.2.0","grunt-jscs-checker":"0.4.1","grunt-jsonlint":"1.0.4","gzip-js":"0.3.2","load-grunt-tasks":"0.3.0","requirejs":"2.1.10","testswarm":"1.1.0"},"dist":{"shasum":"a4ef3edde0864d8524c5e72f59c459fd7a9ebd17","tarball":"https://registry.npmjs.org/jquery/-/jquery-1.11.1-rc2.tgz","integrity":"sha512-4Jx3dkGf4MAjnz9yIJJcZVDEuB4VvNmJH53l1F81wmkd291SRsBIrF0Ljco9GPaXuIwZga+TmzLqXHcZsXs3kg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIF/ov/71fQmRmpfgUveTGypNHOsFwbUBBdA7o4BYbPlFAiEA6c7ryfnEk3cimPtNryEtjjp1o5eLqFoLf+2f97bmMsg="}]}},"2.1.1":{"name":"jquery","version":"2.1.1","devDependencies":{"commitplease":"1.7.0","grunt":"0.4.2","grunt-bowercopy":"0.7.1","grunt-cli":"0.1.13","grunt-compare-size":"0.4.0","grunt-contrib-jshint":"0.8.0","grunt-contrib-uglify":"0.3.2","grunt-contrib-watch":"0.5.3","grunt-git-authors":"1.2.0","grunt-jscs-checker":"0.4.1","grunt-jsonlint":"1.0.4","gzip-js":"0.3.2","load-grunt-tasks":"0.3.0","requirejs":"2.1.10","testswarm":"1.1.0"},"dist":{"shasum":"828fc60f50f7ee5983363ef4eb01c5f70af4bd5b","tarball":"https://registry.npmjs.org/jquery/-/jquery-2.1.1.tgz","integrity":"sha512-y+iOyLV9My82vtN1cc96DLlklSv15h5Jjug52TK+vXmgtN/dE89WvmP1W/g7lL+RWFzdsTmBwJgX/yf4RY9mPA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFpkxov+hkopxNgimFZLKLtPE+FDfru2DnDbB/JS4lfGAiBZPFlinf4zOCSFxGEFvFEPSoQyTmFe+t1aXzmcE06Llg=="}]}},"1.11.1":{"name":"jquery","version":"1.11.1","devDependencies":{"commitplease":"1.7.0","grunt":"0.4.2","grunt-bowercopy":"0.7.1","grunt-cli":"0.1.13","grunt-compare-size":"0.4.0","grunt-contrib-jshint":"0.8.0","grunt-contrib-uglify":"0.3.2","grunt-contrib-watch":"0.5.3","grunt-git-authors":"1.2.0","grunt-jscs-checker":"0.4.1","grunt-jsonlint":"1.0.4","gzip-js":"0.3.2","load-grunt-tasks":"0.3.0","requirejs":"2.1.10","testswarm":"1.1.0"},"dist":{"shasum":"b6ec928590112ebed69e1e49cbfd0025ccd60ddb","tarball":"https://registry.npmjs.org/jquery/-/jquery-1.11.1.tgz","integrity":"sha512-vQfIKd5rOo2OVWkGQpcO16VRebvOiY801IzUiO6Yo89cRraqO+XE0BhvURLubLfla1GnifhLy/fGkcJ0k9kGog==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDXqCnT3wqXLVEZYPqMOeWKcUQ7B1bKKRAg+1gVAlWo3QIhAPgwMyEiuNxfAzqUXfrEo49M6J7xtlCx2G6s3p/fzCED"}]}},"1.9.1":{"name":"jquery","version":"1.9.1","devDependencies":{"grunt-compare-size":"~0.3.0","grunt-git-authors":"~1.1.0","grunt-update-submodules":"~0.2.0","grunt-contrib-watch":"~0.1.1","grunt-contrib-jshint":"~0.1.1","grunt-contrib-uglify":"~0.1.1","grunt":"~0.4.0","testswarm":"0.2.2"},"dist":{"shasum":"e4cd4835faaefbade535857613c0fc3ff2adaf34","tarball":"https://registry.npmjs.org/jquery/-/jquery-1.9.1.tgz","integrity":"sha512-gK7jP5cOEUzjyL0dy7MEMfeSFlmt1yNSdZK98CL8W6o0DiNVW5O9hLcD2bdl48mL8q7bEJgd7d9AhhDaN+iDSQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD4+badtz+2Nvi52CAdaDdTopFVHj6gHSYtx/kQIdEwpgIhAJVA9Ce9QqAyiMSbLVT7ivMq7blZ8J73uzDm2nbzUZ+h"}]}},"2.1.2":{"name":"jquery","version":"2.1.2","devDependencies":{"commitplease":"1.7.0","grunt":"0.4.2","grunt-bowercopy":"0.7.1","grunt-cli":"0.1.13","grunt-compare-size":"0.4.0","grunt-contrib-jshint":"0.8.0","grunt-contrib-uglify":"0.3.2","grunt-contrib-watch":"0.5.3","grunt-git-authors":"1.2.0","grunt-jscs-checker":"0.4.1","grunt-jsonlint":"1.0.4","gzip-js":"0.3.2","load-grunt-tasks":"0.3.0","requirejs":"2.1.10","testswarm":"1.1.0"},"dist":{"shasum":"b68f154cb2ea4731924883e9fe20ec199d1dc1e2","tarball":"https://registry.npmjs.org/jquery/-/jquery-2.1.2.tgz","integrity":"sha512-lTpLlq6AjgvfzuoDwEt7miqoQ9CqrI08yi920il08UrJ71ZWWXXkNmOuPlpPKulsT5lBgR27iIT9ghIb0Tttuw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIF6gmvnv+naH8Vpi5MtwL6dKed0cNgAYEkUC+f1Lr/XcAiATeBBRPufSziIx2AkTg0fyqUqZCLP35vzV13SacxzT6Q=="}]}},"1.11.2":{"name":"jquery","version":"1.11.2","devDependencies":{"commitplease":"2.0.0","grunt":"0.4.2","grunt-bowercopy":"0.7.1","grunt-cli":"0.1.13","grunt-compare-size":"0.4.0","grunt-contrib-jshint":"0.8.0","grunt-contrib-uglify":"0.3.2","grunt-contrib-watch":"0.5.3","grunt-git-authors":"1.2.0","grunt-jscs-checker":"0.4.1","grunt-jsonlint":"1.0.4","gzip-js":"0.3.2","load-grunt-tasks":"0.3.0","requirejs":"2.1.10","testswarm":"1.1.0"},"dist":{"shasum":"30ab26857211c37caa83da0f6903155fe49bb72d","tarball":"https://registry.npmjs.org/jquery/-/jquery-1.11.2.tgz","integrity":"sha512-jebe4XYv2S9CZ6RPj705j6yriQHm05BOJa9urxeji7Rq1fxBOwdjYTqJsLOAE9vNwDGIOsa/WmIQv6Q1glOyWg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC09BkJy8T7vZVIoe4rLJHnv/F0PHoDv5huj6udId17ZQIhAJuTXoFGW5ZOe5Ksr19CsjsnAYAOumvzWoHuM9aXcM0e"}]}},"2.1.3":{"name":"jquery","version":"2.1.3","devDependencies":{"commitplease":"2.0.0","grunt":"0.4.2","grunt-bowercopy":"0.7.1","grunt-cli":"0.1.13","grunt-compare-size":"0.4.0","grunt-contrib-jshint":"0.8.0","grunt-contrib-uglify":"0.3.2","grunt-contrib-watch":"0.5.3","grunt-git-authors":"1.2.0","grunt-jscs-checker":"0.4.1","grunt-jsonlint":"1.0.4","gzip-js":"0.3.2","jsdom":"1.5.0","load-grunt-tasks":"0.3.0","requirejs":"2.1.10","testswarm":"1.1.0"},"dist":{"shasum":"6ec55204673d505d39432c5bf5cfad10e1dbad2e","tarball":"https://registry.npmjs.org/jquery/-/jquery-2.1.3.tgz","integrity":"sha512-1thSX0P6ZEPXU9fYrJD+lHbG4K3dYj8cNG+vZA/sFvSOgvkd55MOj5c79slivyLwPCeTYoHlRP4uMzPgUgpITQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDdvnCDnnLRXJyN523rb2yI0zEh2LARyTW5fR9OHutQZQIhAJBelCRnuLAwDINiwqpFu0rI5MIoTU/juJnvH9iV9dCO"}]}},"2.1.4":{"name":"jquery","version":"2.1.4","devDependencies":{"commitplease":"2.0.0","grunt":"0.4.2","grunt-bowercopy":"0.7.1","grunt-cli":"0.1.13","grunt-compare-size":"0.4.0","grunt-contrib-jshint":"0.8.0","grunt-contrib-uglify":"0.3.2","grunt-contrib-watch":"0.5.3","grunt-git-authors":"1.2.0","grunt-jscs-checker":"0.4.1","grunt-jsonlint":"1.0.4","gzip-js":"0.3.2","jsdom":"1.5.0","load-grunt-tasks":"0.3.0","requirejs":"2.1.10","testswarm":"1.1.0"},"dist":{"shasum":"228bde698a0c61431dc2630a6a154f15890d2317","tarball":"https://registry.npmjs.org/jquery/-/jquery-2.1.4.tgz","integrity":"sha512-wWR+eCq/T/Qt0NcFyM+QVho0ZVzWxFYANijmSMImXiM5mjr1aOaf4SF0eOEPc92bbK2L2vDpxw3lIszus7eO8Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCtAGzp8uWekppv9CelRFeo2SKsbwbaV4KzPpXtx+Gq3gIgI09UBCiyua8Dn4AjE5qyIvLzVIhQu89SMgrFF55qbu8="}]}},"1.11.3":{"name":"jquery","version":"1.11.3","devDependencies":{"commitplease":"2.0.0","grunt":"0.4.2","grunt-bowercopy":"0.7.1","grunt-cli":"0.1.13","grunt-compare-size":"0.4.0","grunt-contrib-jshint":"0.8.0","grunt-contrib-uglify":"0.3.2","grunt-contrib-watch":"0.5.3","grunt-git-authors":"1.2.0","grunt-jscs-checker":"0.4.1","grunt-jsonlint":"1.0.4","gzip-js":"0.3.2","load-grunt-tasks":"0.3.0","requirejs":"2.1.10","testswarm":"1.1.0"},"dist":{"shasum":"dd8b74278b27102d29df63eae28308a8cfa1b583","tarball":"https://registry.npmjs.org/jquery/-/jquery-1.11.3.tgz","integrity":"sha512-pHM/XLofp0FJc0/0AsRm8q/5ob+a1kno+vfclXGozaMBPv3qD7Xq19loECVcBB4MOLdygnyneQMPTsH5QiVNBQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFrlxarDWVqAjzBIsFDjr6wkkRYWfMwfqdwAIrrbFyIKAiBmvwiXZGT9OI5lzUUd8eJh4Raaz8Yn0xg9r3DKYXnyIA=="}]}},"3.0.0-alpha1":{"name":"jquery","version":"3.0.0-alpha1","devDependencies":{"commitplease":"2.0.0","core-js":"0.9.17","grunt":"0.4.5","grunt-babel":"5.0.1","grunt-cli":"0.1.13","grunt-compare-size":"0.4.0","grunt-contrib-jshint":"0.11.2","grunt-contrib-uglify":"0.7.0","grunt-contrib-watch":"0.6.1","grunt-git-authors":"2.0.1","grunt-jscs-checker":"0.8.1","grunt-jsonlint":"1.0.4","grunt-npmcopy":"0.1.0","gzip-js":"0.3.2","load-grunt-tasks":"1.0.0","native-promise-only":"0.7.8-a","promises-aplus-tests":"2.1.0","q":"1.1.2","qunitjs":"1.17.1","requirejs":"2.1.17","sinon":"1.10.3","sizzle":"2.2.0","testswarm":"1.1.0","win-spawn":"2.0.0"},"dist":{"shasum":"3493d672266e21c2dffb2714f935448edebe3c62","tarball":"https://registry.npmjs.org/jquery/-/jquery-3.0.0-alpha1.tgz","integrity":"sha512-agCHkB3RtPYzPifHRYPuxAoWFX+t09VtJKAzPOjUvts/qq5P/1SULEbdoY8hFUSS3eTY/03CMlSfaRAip0T36A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCz6wQOCe9l3Om2aYOJiSC+0SNupTPhJgXUPLaKbSVROwIhAKo1LDV52EXOxPpXy6tW/+hTmcCyDUyBKwvnQYC3FRhq"}]}},"1.12.0":{"name":"jquery","version":"1.12.0","devDependencies":{"commitplease":"2.0.0","core-js":"0.9.17","grunt":"0.4.5","grunt-babel":"5.0.1","grunt-cli":"0.1.13","grunt-compare-size":"0.4.0","grunt-contrib-jshint":"0.11.2","grunt-contrib-uglify":"0.9.2","grunt-contrib-watch":"0.6.1","grunt-git-authors":"2.0.1","grunt-jscs":"2.1.0","grunt-jsonlint":"1.0.4","grunt-npmcopy":"0.1.0","gzip-js":"0.3.2","jsdom":"5.6.1","load-grunt-tasks":"1.0.0","npm":"2.1.12","qunitjs":"1.17.1","qunit-assert-step":"1.0.3","requirejs":"2.1.17","sinon":"1.12.2","sizzle":"2.2.1","strip-json-comments":"1.0.3","testswarm":"1.1.0","win-spawn":"2.0.0"},"dist":{"shasum":"44653be4e3e4628b106bf2141dfd10fbca6021ef","tarball":"https://registry.npmjs.org/jquery/-/jquery-1.12.0.tgz","integrity":"sha512-fnEEC7ylFkIKfOGvEky9Odcth1VYo61dfkQLxlDHjtNoIY9ssxybvTSG5xLDbutWdKn+grAu4EUJfhSUZODktQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDYuuwR3kchPL81PJG9VRaxngxz7JuZ+SdZyIBIaG9IfAiAraTRyMqTtYQZllzmGOozZnFAXdkNu0sdSselagUJoGQ=="}]}},"2.2.0":{"name":"jquery","version":"2.2.0","devDependencies":{"commitplease":"2.0.0","core-js":"0.9.17","grunt":"0.4.5","grunt-babel":"5.0.1","grunt-cli":"0.1.13","grunt-compare-size":"0.4.0","grunt-contrib-jshint":"0.11.2","grunt-contrib-uglify":"0.9.2","grunt-contrib-watch":"0.6.1","grunt-git-authors":"2.0.1","grunt-jscs":"2.1.0","grunt-jsonlint":"1.0.4","grunt-npmcopy":"0.1.0","gzip-js":"0.3.2","jsdom":"5.6.1","load-grunt-tasks":"1.0.0","qunitjs":"1.17.1","qunit-assert-step":"1.0.3","requirejs":"2.1.17","sinon":"1.10.3","sizzle":"2.2.1","strip-json-comments":"1.0.3","testswarm":"1.1.0","win-spawn":"2.0.0"},"dist":{"shasum":"d0e84ebbf199da51bf7ec39307f19b35754e9cba","tarball":"https://registry.npmjs.org/jquery/-/jquery-2.2.0.tgz","integrity":"sha512-bQLMb56JzEBBs2CMzy8llOL0J1xm/JkDma6+UnF2cSPYJmvQHS9yZ+YGny/1YydkdZm8j0Ny8peiaeoWEwy9Zg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIH0FIbDhGs1cBD/Z+HKc6TgFrNbVgX4oHfOirJTC9NwOAiBrYb8ADClEOgxpqUxw7d4cvwP8WDjwZQOmfegKy8qwNQ=="}]}},"3.0.0-beta1":{"name":"jquery","version":"3.0.0-beta1","devDependencies":{"commitplease":"2.0.0","core-js":"0.9.17","grunt":"0.4.5","grunt-babel":"5.0.1","grunt-cli":"0.1.13","grunt-compare-size":"0.4.0","grunt-contrib-jshint":"0.11.2","grunt-contrib-uglify":"0.9.2","grunt-contrib-watch":"0.6.1","grunt-git-authors":"2.0.1","grunt-jscs":"2.1.0","grunt-jsonlint":"1.0.4","grunt-npmcopy":"0.1.0","gzip-js":"0.3.2","jsdom":"5.6.1","load-grunt-tasks":"1.0.0","native-promise-only":"0.7.8-a","promises-aplus-tests":"2.1.0","q":"1.1.2","qunitjs":"1.17.1","qunit-assert-step":"1.0.3","requirejs":"2.1.17","sinon":"1.10.3","sizzle":"2.3.0","strip-json-comments":"1.0.3","testswarm":"1.1.0","win-spawn":"2.0.0"},"dist":{"shasum":"d2a4e368e2eed7050bf66abbbb54db2ea345349d","tarball":"https://registry.npmjs.org/jquery/-/jquery-3.0.0-beta1.tgz","integrity":"sha512-Figes9JmTdOM9qddlSqUXdURQvo1/aQM+edtMu4xqpAdwt1OeX2NxY6Dufv4kqSWVuAhJxzgZs+ss/60hXJenw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHnLCxogmkErAEqDtgXS8FibZh15X1IEsdB6tKWx/RDGAiEAtSW9cZSr4GsCDu269G/2azRvxqAGW8hLO5AJSfU0Cr4="}]}},"1.12.1":{"name":"jquery","version":"1.12.1","devDependencies":{"commitplease":"2.0.0","core-js":"0.9.17","grunt":"0.4.5","grunt-babel":"5.0.1","grunt-cli":"0.1.13","grunt-compare-size":"0.4.0","grunt-contrib-jshint":"0.11.2","grunt-contrib-uglify":"0.9.2","grunt-contrib-watch":"0.6.1","grunt-git-authors":"2.0.1","grunt-jscs":"2.1.0","grunt-jsonlint":"1.0.4","grunt-npmcopy":"0.1.0","gzip-js":"0.3.2","jsdom":"5.6.1","load-grunt-tasks":"1.0.0","npm":"2.1.12","qunitjs":"1.17.1","qunit-assert-step":"1.0.3","requirejs":"2.1.17","sinon":"1.12.2","sizzle":"2.2.1","strip-json-comments":"1.0.3","testswarm":"1.1.0","win-spawn":"2.0.0"},"dist":{"shasum":"9cc34ce4780d4ceb90c44328f071064f01960c18","tarball":"https://registry.npmjs.org/jquery/-/jquery-1.12.1.tgz","integrity":"sha512-mxtI+UjxLlh9HztuA/F6X/9lv8H8qRfRkZWDLQaE8ijQRLDj25OXMxyzuL34Sy7JWMfYMw2PzcmljuIigRJb2A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIA638qvG1620CxLrrnvginSm08r9DQo2/iVQtYVQZeqSAiEAtQ7oTfg6NozAwQz4+GLzwacf0DV2TEylVCO5eQeczME="}]}},"2.2.1":{"name":"jquery","version":"2.2.1","devDependencies":{"commitplease":"2.0.0","core-js":"0.9.17","grunt":"0.4.5","grunt-babel":"5.0.1","grunt-cli":"0.1.13","grunt-compare-size":"0.4.0","grunt-contrib-jshint":"0.11.2","grunt-contrib-uglify":"0.9.2","grunt-contrib-watch":"0.6.1","grunt-git-authors":"2.0.1","grunt-jscs":"2.1.0","grunt-jsonlint":"1.0.4","grunt-npmcopy":"0.1.0","gzip-js":"0.3.2","jsdom":"5.6.1","load-grunt-tasks":"1.0.0","qunitjs":"1.17.1","qunit-assert-step":"1.0.3","requirejs":"2.1.17","sinon":"1.10.3","sizzle":"2.2.1","strip-json-comments":"1.0.3","testswarm":"1.1.0","win-spawn":"2.0.0"},"dist":{"shasum":"3c3e16854ad3d2ac44ac65021b17426d22ad803f","tarball":"https://registry.npmjs.org/jquery/-/jquery-2.2.1.tgz","integrity":"sha512-UH92IZolHWqKt1IxAXpdUex5+zJNo1zqqUVMRVc3RTiqrM6yQ+OVecnjdd6BqbQMv+AD4oUCQ6NTUWvUQ/Hrfg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIH6HDbLwHip3bKVZN6lKskMjInZeLctP+++4bZ6EkmeaAiB2PmYyqPTEnZBPyCQxXFaV7L+k0CuNLwMFpw9jh+gjqQ=="}]}},"1.12.2":{"name":"jquery","version":"1.12.2","devDependencies":{"commitplease":"2.0.0","core-js":"0.9.17","grunt":"0.4.5","grunt-babel":"5.0.1","grunt-cli":"0.1.13","grunt-compare-size":"0.4.0","grunt-contrib-jshint":"0.11.2","grunt-contrib-uglify":"0.9.2","grunt-contrib-watch":"0.6.1","grunt-git-authors":"2.0.1","grunt-jscs":"2.1.0","grunt-jsonlint":"1.0.4","grunt-npmcopy":"0.1.0","gzip-js":"0.3.2","jsdom":"5.6.1","load-grunt-tasks":"1.0.0","npm":"2.1.12","qunitjs":"1.17.1","qunit-assert-step":"1.0.3","requirejs":"2.1.17","sinon":"1.12.2","sizzle":"2.2.1","strip-json-comments":"1.0.3","testswarm":"1.1.0","win-spawn":"2.0.0"},"dist":{"shasum":"b8a8b45937312a19eebbcf5a0589b0311c8220bb","tarball":"https://registry.npmjs.org/jquery/-/jquery-1.12.2.tgz","integrity":"sha512-v+uMW6VWgtyJTYHtjRFVCPmLdJrYUQUkSAyE89FwTgoYahdTQwuZ+ChZIJdjfxcQvLstYgB6/mODwTxeB1pJkw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDg4BJVnmI5oViBQdMbdlfS3wm7jEj7GpDz/ewdO/pJtAiBXp+7JZFKGideJlC1Cx5uROWK8vTVKNRl05NoooGuOSw=="}]}},"2.2.2":{"name":"jquery","version":"2.2.2","devDependencies":{"commitplease":"2.0.0","core-js":"0.9.17","grunt":"0.4.5","grunt-babel":"5.0.1","grunt-cli":"0.1.13","grunt-compare-size":"0.4.0","grunt-contrib-jshint":"0.11.2","grunt-contrib-uglify":"0.9.2","grunt-contrib-watch":"0.6.1","grunt-git-authors":"2.0.1","grunt-jscs":"2.1.0","grunt-jsonlint":"1.0.4","grunt-npmcopy":"0.1.0","gzip-js":"0.3.2","jsdom":"5.6.1","load-grunt-tasks":"1.0.0","qunitjs":"1.17.1","qunit-assert-step":"1.0.3","requirejs":"2.1.17","sinon":"1.10.3","sizzle":"2.2.1","strip-json-comments":"1.0.3","testswarm":"1.1.0","win-spawn":"2.0.0"},"dist":{"shasum":"3e302dc61eb329a21e9efac937d731f061134c59","tarball":"https://registry.npmjs.org/jquery/-/jquery-2.2.2.tgz","integrity":"sha512-D7eqvNhFca7JVGdcnyKhVdCsNgMGev8mC295EIaLKq8Xp5u4UPkEhIYJD2ceO968J9EqaTqUPlJFba+Y9pCBOA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCyGm8G647MWGqEQT0H6Iky2DHTJojP/xka6iVb3aKQxgIgHxNgLShg42YwdBYIrCmNE6lmiX3g/4BLKDUglIzLyAw="}]}},"1.12.3":{"name":"jquery","version":"1.12.3","devDependencies":{"commitplease":"2.0.0","core-js":"0.9.17","grunt":"0.4.5","grunt-babel":"5.0.1","grunt-cli":"0.1.13","grunt-compare-size":"0.4.0","grunt-contrib-jshint":"0.11.2","grunt-contrib-uglify":"0.9.2","grunt-contrib-watch":"0.6.1","grunt-git-authors":"2.0.1","grunt-jscs":"2.1.0","grunt-jsonlint":"1.0.4","grunt-npmcopy":"0.1.0","gzip-js":"0.3.2","jsdom":"5.6.1","load-grunt-tasks":"1.0.0","npm":"2.1.12","qunitjs":"1.17.1","qunit-assert-step":"1.0.3","requirejs":"2.1.17","sinon":"1.12.2","sizzle":"2.2.1","strip-json-comments":"1.0.3","testswarm":"1.1.0","win-spawn":"2.0.0"},"dist":{"shasum":"1298b88b908e7c7f7501eb8c1a61f1ac8337b531","tarball":"https://registry.npmjs.org/jquery/-/jquery-1.12.3.tgz","integrity":"sha512-FzM42/Ew+Hb8ha2OlhHRBLgWIZS32gZ0+NvWTf+ZvVvGaIlJkOiXQyb7VBjv4L6fJfmTrRf3EsAmbfsHDhfemw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIES53gfWR4FdHQ5NBiyR4WKSmv/Fp45ttdUVMazLEJGMAiAkG5vxm6SIEHJdvDrpd2aIqJaBqp8gZQVqasdYQeBQaA=="}]}},"2.2.3":{"name":"jquery","version":"2.2.3","devDependencies":{"commitplease":"2.0.0","core-js":"0.9.17","grunt":"0.4.5","grunt-babel":"5.0.1","grunt-cli":"0.1.13","grunt-compare-size":"0.4.0","grunt-contrib-jshint":"0.11.2","grunt-contrib-uglify":"0.9.2","grunt-contrib-watch":"0.6.1","grunt-git-authors":"2.0.1","grunt-jscs":"2.1.0","grunt-jsonlint":"1.0.4","grunt-npmcopy":"0.1.0","gzip-js":"0.3.2","jsdom":"5.6.1","load-grunt-tasks":"1.0.0","qunitjs":"1.17.1","qunit-assert-step":"1.0.3","requirejs":"2.1.17","sinon":"1.10.3","sizzle":"2.2.1","strip-json-comments":"1.0.3","testswarm":"1.1.0","win-spawn":"2.0.0"},"dist":{"shasum":"45e07e4190334de36c9e1a64b43b1f1373d91758","tarball":"https://registry.npmjs.org/jquery/-/jquery-2.2.3.tgz","integrity":"sha512-l0jtsiw1HL3My+7qvDUXuLBL/IbNjFexfzzHmAa/cNhzbhO2Jjme0cIHzRb/cnu9acXHFQLcLQEWzGW+Fk/EZg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCV3AkBbPnL//uOczIdTiCB/EtjMDc3KipX0PjHcprllAIgJFT2B1yi7uu/+JIdsAIHqbOkNmDmk5YFxuFiVmqHWs0="}]}},"1.12.4":{"name":"jquery","version":"1.12.4","devDependencies":{"commitplease":"2.0.0","core-js":"0.9.17","grunt":"0.4.5","grunt-babel":"5.0.1","grunt-cli":"0.1.13","grunt-compare-size":"0.4.0","grunt-contrib-jshint":"0.11.2","grunt-contrib-uglify":"0.9.2","grunt-contrib-watch":"0.6.1","grunt-git-authors":"2.0.1","grunt-jscs":"2.1.0","grunt-jsonlint":"1.0.4","grunt-npmcopy":"0.1.0","gzip-js":"0.3.2","jsdom":"5.6.1","load-grunt-tasks":"1.0.0","npm":"2.1.12","qunitjs":"1.17.1","qunit-assert-step":"1.0.3","requirejs":"2.1.17","sinon":"1.12.2","sizzle":"2.2.1","strip-json-comments":"1.0.3","testswarm":"1.1.0","win-spawn":"2.0.0"},"dist":{"shasum":"01e1dfba290fe73deba77ceeacb0f9ba2fec9e0c","tarball":"https://registry.npmjs.org/jquery/-/jquery-1.12.4.tgz","integrity":"sha512-UEVp7PPK9xXYSk8xqXCJrkXnKZtlgWkd2GsAQbMRFK6S/ePU2JN5G2Zum8hIVjzR3CpdfSqdqAzId/xd4TJHeg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDHisx/rZUFX6b5CQPCn886s2VbV2l/fwSSbZarrlKTSAiEAtblO5Ck0v0hfSWOcWdXYV84UG46rtdA09k7XBlVzZi8="}]}},"2.2.4":{"name":"jquery","version":"2.2.4","devDependencies":{"commitplease":"2.0.0","core-js":"0.9.17","grunt":"0.4.5","grunt-babel":"5.0.1","grunt-cli":"0.1.13","grunt-compare-size":"0.4.0","grunt-contrib-jshint":"0.11.2","grunt-contrib-uglify":"0.9.2","grunt-contrib-watch":"0.6.1","grunt-git-authors":"2.0.1","grunt-jscs":"2.1.0","grunt-jsonlint":"1.0.4","grunt-npmcopy":"0.1.0","gzip-js":"0.3.2","jsdom":"5.6.1","load-grunt-tasks":"1.0.0","qunitjs":"1.17.1","qunit-assert-step":"1.0.3","requirejs":"2.1.17","sinon":"1.10.3","sizzle":"2.2.1","strip-json-comments":"1.0.3","testswarm":"1.1.0","win-spawn":"2.0.0"},"dist":{"shasum":"2c89d6889b5eac522a7eea32c14521559c6cbf02","tarball":"https://registry.npmjs.org/jquery/-/jquery-2.2.4.tgz","integrity":"sha512-lBHj60ezci2u1v2FqnZIraShGgEXq35qCzMv4lITyHGppTnA13rwR0MgwyNJh9TnDs3aXUvd1xjAotfraMHX/Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC3l9kAhdiLPRkfEWF306UI8+Osk6NpMrOW7fI/gFrnHAIgIeBsx9KIqt53H+E7kF4I37R+//Zhd8i4IFRKjbW4uiA="}]}},"3.0.0-rc1":{"name":"jquery","version":"3.0.0-rc1","devDependencies":{"babel-preset-es2015":"6.6.0","commitplease":"2.3.1","core-js":"2.2.2","cross-spawn":"2.2.3","grunt":"1.0.1","grunt-babel":"6.0.0","grunt-cli":"1.2.0","grunt-compare-size":"0.4.2","grunt-contrib-jshint":"1.0.0","grunt-contrib-uglify":"1.0.1","grunt-contrib-watch":"1.0.0","grunt-git-authors":"3.2.0","grunt-jscs":"2.8.0","grunt-jsonlint":"1.0.7","grunt-newer":"1.2.0","grunt-npmcopy":"0.1.0","gzip-js":"0.3.2","husky":"0.11.4","insight":"0.8.1","jsdom":"5.6.1","load-grunt-tasks":"3.5.0","native-promise-only":"0.8.1","promises-aplus-tests":"2.1.1","q":"1.4.1","qunit-assert-step":"1.0.3","qunitjs":"1.23.1","requirejs":"2.2.0","sinon":"1.17.3","sizzle":"2.3.0","strip-json-comments":"2.0.1","testswarm":"1.1.0"},"dist":{"shasum":"d69fc540b0a56be13e8aecde5a8766ade7a44f8e","tarball":"https://registry.npmjs.org/jquery/-/jquery-3.0.0-rc1.tgz","integrity":"sha512-QG+iUpFCwjRcBMzd48ecTOPJ6YPwekuyAtvOM8xJdc+f4zXrB5KabUrZSWAANo8mQJAab/0lIM9E9Y5umj6Slw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCBxhhvTwThBjDwxv9sXuHpTukklSEoVWXQiJrNs0TTDAIgMwxxM+fcJGLfcqFnCOeh4ebBGro9V/8oRflqe9CuSqo="}]}},"3.0.0":{"name":"jquery","version":"3.0.0","devDependencies":{"babel-preset-es2015":"6.6.0","commitplease":"2.3.1","core-js":"2.2.2","cross-spawn":"2.2.3","grunt":"1.0.1","grunt-babel":"6.0.0","grunt-cli":"1.2.0","grunt-compare-size":"0.4.2","grunt-contrib-jshint":"1.0.0","grunt-contrib-uglify":"1.0.1","grunt-contrib-watch":"1.0.0","grunt-git-authors":"3.2.0","grunt-jscs":"2.8.0","grunt-jsonlint":"1.0.7","grunt-newer":"1.2.0","grunt-npmcopy":"0.1.0","gzip-js":"0.3.2","husky":"0.11.4","insight":"0.8.1","jsdom":"5.6.1","load-grunt-tasks":"3.5.0","native-promise-only":"0.8.1","promises-aplus-tests":"2.1.1","q":"1.4.1","qunit-assert-step":"1.0.3","qunitjs":"1.23.1","requirejs":"2.2.0","sinon":"1.17.3","sizzle":"2.3.0","strip-json-comments":"2.0.1","testswarm":"1.1.0"},"dist":{"shasum":"95a2a9541291a9f819e016f85ba247116d03e4ab","tarball":"https://registry.npmjs.org/jquery/-/jquery-3.0.0.tgz","integrity":"sha512-jECOt1lOmmGYGL44KEMokUD0C6aVODXaF7NuFux3BWUTtvJ5Rdy7vUZu3q4ip4uSZI8gNqAm5dVk75YnoyYu4Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDJluPuDdR6dmH+wpOxq2S+ewll2dYDafDiEr6mBa5iIAiA4n+BAW2EBUzw+xqSRtqgIowqaiper9yidRvUmKpNhzw=="}]}},"3.1.0":{"name":"jquery","version":"3.1.0","devDependencies":{"babel-preset-es2015":"6.6.0","commitplease":"2.3.1","core-js":"2.2.2","cross-spawn":"2.2.3","eslint-config-jquery":"0.1.6","grunt":"1.0.1","grunt-babel":"6.0.0","grunt-cli":"1.2.0","grunt-compare-size":"0.4.2","grunt-contrib-uglify":"1.0.1","grunt-contrib-watch":"1.0.0","grunt-eslint":"18.1.0","grunt-git-authors":"3.2.0","grunt-jsonlint":"1.0.7","grunt-newer":"1.2.0","grunt-npmcopy":"0.1.0","gzip-js":"0.3.2","husky":"0.11.4","insight":"0.8.1","jsdom":"5.6.1","load-grunt-tasks":"3.5.0","native-promise-only":"0.8.1","promises-aplus-tests":"2.1.1","q":"1.4.1","qunit-assert-step":"1.0.3","qunitjs":"1.23.1","requirejs":"2.2.0","sinon":"1.17.3","sizzle":"2.3.0","strip-json-comments":"2.0.1","testswarm":"1.1.0"},"dist":{"shasum":"129f6f1ae94b18f09010b008d0d6011e40613d7f","tarball":"https://registry.npmjs.org/jquery/-/jquery-3.1.0.tgz","integrity":"sha512-oPgbA8XiMd/HDs0MI1mrFsq7lwLvTOYA9eh5YIl0sGlmhbEAfEqnTBuDsRqr+yXr7XWeKM39QSzucRT5CNKQOA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDYeGSJq1JeWGmW+77htw+bJOCWI1b951kvbzZihQ6l0AIgSWZnsQdh3G/pZvE8k8FrioiJFAt0HwVLA8Mr42Apkyw="}]}},"3.1.1":{"name":"jquery","version":"3.1.1","devDependencies":{"babel-preset-es2015":"6.6.0","commitplease":"2.6.1","core-js":"2.2.2","cross-spawn":"2.2.3","eslint-config-jquery":"1.0.0","grunt":"1.0.1","grunt-babel":"6.0.0","grunt-cli":"1.2.0","grunt-compare-size":"0.4.2","grunt-contrib-uglify":"1.0.1","grunt-contrib-watch":"1.0.0","grunt-eslint":"19.0.0","grunt-git-authors":"3.2.0","grunt-jsonlint":"1.0.7","grunt-newer":"1.2.0","grunt-npmcopy":"0.1.0","gzip-js":"0.3.2","husky":"0.11.4","insight":"0.8.1","jsdom":"5.6.1","load-grunt-tasks":"3.5.0","native-promise-only":"0.8.1","promises-aplus-tests":"2.1.2","q":"1.4.1","qunit-assert-step":"1.0.3","qunitjs":"1.23.1","requirejs":"2.2.0","sinon":"1.17.3","sizzle":"2.3.3","strip-json-comments":"2.0.1","testswarm":"1.1.0"},"dist":{"shasum":"347c1c21c7e004115e0a4da32cece041fad3c8a3","tarball":"https://registry.npmjs.org/jquery/-/jquery-3.1.1.tgz","integrity":"sha512-zuiWRmx65Kd1oFGdWLvAjbsumdOBFvs3r1vuqCyKFF79R7exBHNbiNEJ8LR+xkzgfxqBznMD/4Cv6PHXS6mvEw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEMCH1cI4pzbOdeKkchJ1ktKuSQrTd6R3uXc7HYd3MvioqcCIGCbANYrKhj7K4QNgnZW/gL8k8SyAMXkVsDjutMVi07x"}]}},"3.2.0":{"name":"jquery","version":"3.2.0","devDependencies":{"babel-preset-es2015":"6.6.0","commitplease":"2.6.1","core-js":"2.2.2","cross-spawn":"2.2.3","eslint-config-jquery":"1.0.0","grunt":"1.0.1","grunt-babel":"6.0.0","grunt-cli":"1.2.0","grunt-compare-size":"0.4.2","grunt-contrib-uglify":"1.0.1","grunt-contrib-watch":"1.0.0","grunt-eslint":"19.0.0","grunt-git-authors":"3.2.0","grunt-jsonlint":"1.0.7","grunt-newer":"1.2.0","grunt-npmcopy":"0.1.0","gzip-js":"0.3.2","husky":"0.11.4","insight":"0.8.1","jsdom":"5.6.1","load-grunt-tasks":"3.5.0","native-promise-only":"0.8.1","promises-aplus-tests":"2.1.2","q":"1.4.1","qunit-assert-step":"1.0.3","qunitjs":"1.23.1","requirejs":"2.2.0","sinon":"1.17.3","sizzle":"2.3.3","strip-json-comments":"2.0.1","testswarm":"1.1.0"},"dist":{"shasum":"3bdbba66e1eee0785532dddadb0e0d2521ca584b","tarball":"https://registry.npmjs.org/jquery/-/jquery-3.2.0.tgz","integrity":"sha512-WsYJ4O1VHy0/8YeiMw0+DrRgqxQK9yzzem/kELh5abmIIm6aKd+6xq719wv5n07yPgV1jYydLpdyCjUQsBd4CA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCKBt4mfIY56h143MfZhwQj1HCdPHtDqGg3ugadCRD8SgIhAPPrl3OStNHsKUI/b6sUaTULPNVciL2kV6krPI7ORzHc"}]}},"3.2.1":{"name":"jquery","version":"3.2.1","devDependencies":{"babel-preset-es2015":"6.6.0","commitplease":"2.6.1","core-js":"2.2.2","cross-spawn":"2.2.3","eslint-config-jquery":"1.0.0","grunt":"1.0.1","grunt-babel":"6.0.0","grunt-cli":"1.2.0","grunt-compare-size":"0.4.2","grunt-contrib-uglify":"1.0.1","grunt-contrib-watch":"1.0.0","grunt-eslint":"19.0.0","grunt-git-authors":"3.2.0","grunt-jsonlint":"1.0.7","grunt-newer":"1.2.0","grunt-npmcopy":"0.1.0","gzip-js":"0.3.2","husky":"0.11.4","insight":"0.8.1","jsdom":"5.6.1","load-grunt-tasks":"3.5.0","native-promise-only":"0.8.1","promises-aplus-tests":"2.1.2","q":"1.4.1","qunit-assert-step":"1.0.3","qunitjs":"1.23.1","requirejs":"2.2.0","sinon":"1.17.3","sizzle":"2.3.3","strip-json-comments":"2.0.1","testswarm":"1.1.0"},"dist":{"shasum":"5c4d9de652af6cd0a770154a631bba12b015c787","tarball":"https://registry.npmjs.org/jquery/-/jquery-3.2.1.tgz","integrity":"sha512-iQUctXqe/nSa7hshPkQnJaJEUfxM139//hg2nJj+wsqVvd/YgXALR3jTNGh7BylgsyfcC8r4i2cJrClGBkDu5Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBi5j6+xwte7iNc+d1dQPRa5nERksrLkpr0Eu6+78UaGAiEAlNeWmTbV40sENmZSE+f4/bXHqVRU42/kTaZBwC0A2ec="}]}},"3.3.0":{"name":"jquery","version":"3.3.0","dependencies":{"archiver":"1.3.0","chalk":"1.1.3","npm":"4.4.1","shelljs":"0.7.7"},"devDependencies":{"babel-core":"7.0.0-beta.0","babel-plugin-transform-es2015-for-of":"7.0.0-beta.0","commitplease":"2.7.10","core-js":"2.4.1","eslint-config-jquery":"1.0.1","grunt":"1.0.1","grunt-babel":"7.0.0","grunt-cli":"1.2.0","grunt-compare-size":"0.4.2","grunt-contrib-uglify":"3.0.1","grunt-contrib-watch":"1.0.0","grunt-eslint":"20.0.0","grunt-git-authors":"3.2.0","grunt-jsonlint":"1.1.0","grunt-karma":"2.0.0","grunt-newer":"1.3.0","grunt-npmcopy":"0.1.0","gzip-js":"0.3.2","husky":"0.14.3","insight":"0.8.4","jsdom":"5.6.1","karma":"1.7.0","karma-browserstack-launcher":"1.3.0","karma-chrome-launcher":"2.2.0","karma-firefox-launcher":"1.0.1","karma-qunit":"1.2.1","load-grunt-tasks":"3.5.2","native-promise-only":"0.8.1","promises-aplus-tests":"2.1.2","q":"1.5.0","qunit-assert-step":"1.0.3","qunitjs":"1.23.1","raw-body":"2.2.0","requirejs":"2.3.3","sinon":"2.3.7","sizzle":"2.3.3","strip-json-comments":"2.0.1","testswarm":"1.1.0","uglify-js":"3.3.4"},"dist":{"integrity":"sha512-1SmQFTqu24RtvnvLN/D1RFIsOBGqLQYsGJgZxejd69Rw9ACBJvSgppA+A+wBcXgASwRSoX1aDN1I5ZNIrFC6Xw==","shasum":"06004bc2d0204ce92822a794ee8efb50283bb9ff","tarball":"https://registry.npmjs.org/jquery/-/jquery-3.3.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD7T1asIN/xLJumyI8hJhu2gJYIcR3dtB39k0Hw8bTDCgIhAL5PPJRfYUvtr50rP0vhtdvo1ffAOilepeokEF5jpmnu"}]}},"3.3.1":{"name":"jquery","version":"3.3.1","devDependencies":{"babel-core":"7.0.0-beta.0","babel-plugin-transform-es2015-for-of":"7.0.0-beta.0","commitplease":"2.7.10","core-js":"2.4.1","eslint-config-jquery":"1.0.1","grunt":"1.0.1","grunt-babel":"7.0.0","grunt-cli":"1.2.0","grunt-compare-size":"0.4.2","grunt-contrib-uglify":"3.0.1","grunt-contrib-watch":"1.0.0","grunt-eslint":"20.0.0","grunt-git-authors":"3.2.0","grunt-jsonlint":"1.1.0","grunt-karma":"2.0.0","grunt-newer":"1.3.0","grunt-npmcopy":"0.1.0","gzip-js":"0.3.2","husky":"0.14.3","insight":"0.8.4","jsdom":"5.6.1","karma":"1.7.0","karma-browserstack-launcher":"1.3.0","karma-chrome-launcher":"2.2.0","karma-firefox-launcher":"1.0.1","karma-qunit":"1.2.1","load-grunt-tasks":"3.5.2","native-promise-only":"0.8.1","promises-aplus-tests":"2.1.2","q":"1.5.0","qunit-assert-step":"1.0.3","qunitjs":"1.23.1","raw-body":"2.2.0","requirejs":"2.3.3","sinon":"2.3.7","sizzle":"2.3.3","strip-json-comments":"2.0.1","testswarm":"1.1.0","uglify-js":"3.3.4"},"dist":{"integrity":"sha512-Ubldcmxp5np52/ENotGxlLe6aGMvmF4R8S6tZjsP6Knsaxd/xp3Zrh50cG93lR6nPXyUFwzN3ZSOQI0wRJNdGg==","shasum":"958ce29e81c9790f31be7792df5d4d95fc57fbca","tarball":"https://registry.npmjs.org/jquery/-/jquery-3.3.1.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC4KGUONy7Dh2MfTGMVGHEkLMbmH+fJDh40rWe11lJIJwIhAPlmTSbtaoARUjam5ocuUDdAoQocH3TGAdyNNh1MT51C"}]}},"3.4.0":{"name":"jquery","version":"3.4.0","devDependencies":{"@babel/core":"7.3.3","@babel/plugin-transform-for-of":"7.2.0","commitplease":"3.2.0","core-js":"2.6.5","eslint-config-jquery":"1.0.1","grunt":"1.0.3","grunt-babel":"8.0.0","grunt-cli":"1.3.2","grunt-compare-size":"0.4.2","grunt-contrib-uglify":"3.4.0","grunt-contrib-watch":"1.1.0","grunt-eslint":"21.0.0","grunt-git-authors":"3.2.0","grunt-jsonlint":"1.1.0","grunt-karma":"3.0.1","grunt-newer":"1.3.0","grunt-npmcopy":"0.1.0","gzip-js":"0.3.2","husky":"1.3.1","insight":"0.10.1","jsdom":"13.2.0","karma":"4.0.1","karma-browserstack-launcher":"1.4.0","karma-chrome-launcher":"2.2.0","karma-firefox-launcher":"1.1.0","karma-ie-launcher":"1.0.0","karma-jsdom-launcher":"7.1.0","karma-qunit":"3.0.0","load-grunt-tasks":"4.0.0","native-promise-only":"0.8.1","promises-aplus-tests":"2.1.2","q":"1.5.1","qunit":"2.9.2","raw-body":"2.3.3","requirejs":"2.3.6","sinon":"2.3.7","sizzle":"2.3.4","strip-json-comments":"2.0.1","testswarm":"1.1.0","uglify-js":"3.4.7"},"dist":{"integrity":"sha512-ggRCXln9zEqv6OqAGXFEcshF5dSBvCkzj6Gm2gzuR5fWawaX8t7cxKVkkygKODrDAzKdoYw3l/e3pm3vlT4IbQ==","shasum":"8de513fa0fa4b2c7d2e48a530e26f0596936efdf","tarball":"https://registry.npmjs.org/jquery/-/jquery-3.4.0.tgz","fileCount":125,"unpackedSize":1293692,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcrkmiCRA9TVsSAnZWagAA0FYP/3PRUJ9bvMXsEo01m0m0\n4/24H91hGidu20i5V2JNBhtlNttTH3NLlPYKGHO3wHFEA8iAKuiYyo/V5UlQ\nv4jUKqcFCtaz2pgdBICbAt0cNc1ZbRxXTL1ZI1HublxTkyx/d0kP0l001vYA\nIeLarSNrx4749LDHOeprO6TPoFeB+aCusWbLexcNs/Tel9Frn0oufEiDTjCI\nHAJHfjGDW8IZBw0fQaem7CxaUPiVFRUZghxYpM5ThGbGtxIsAiN9EQDpDmVC\nq855FOu7FsLviN20mJpJmq9ZuiGF9DoUA5QJIQ9INZBfd/uQ6TWRcqBqVtwH\nIgdfAVAACPBF+Zax3dy4cAOU+UHGqs/nStZ7wmewexsDdXb3PzkDvUxluzmL\nocg6y7gpp39Ev7qV+SNg7ZccgW/2rWHfy/l/Aofb0TFV53FCc3DEc9avzUkS\nPZE2jCTu3mUR1vpqr31R+AVo2ZMhTfcrGw2WwP1IDqc+Nt+7ySBiWVQHnT4a\nIjHALqztNKEkqFvxgm4VUkPgqqpFF4msCg5a8jwjJPiGKJgllv1clVwlFk77\nKQHztESClmebfruOidrX0qmBpixrraC2T401gZT9bV4qfqu6Td3q00TBkZjI\nKsiBfs6hq3Py3MOJt3S2xwx8smuhB7Q05e5TMficC0QMURF14U4Yi6WGJ5or\nBJa5\r\n=w1RE\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBqknn/FO1i0MZzthgvQwog69ha6ZWs/eKjby4tgOhmQAiEAjtsxoiW6mnu84TmN6EJ4eSYFq8TAiUNFsB+datRFBM4="}]}},"3.4.1":{"name":"jquery","version":"3.4.1","devDependencies":{"@babel/core":"7.3.3","@babel/plugin-transform-for-of":"7.2.0","commitplease":"3.2.0","core-js":"2.6.5","eslint-config-jquery":"1.0.1","grunt":"1.0.3","grunt-babel":"8.0.0","grunt-cli":"1.3.2","grunt-compare-size":"0.4.2","grunt-contrib-uglify":"3.4.0","grunt-contrib-watch":"1.1.0","grunt-eslint":"21.0.0","grunt-git-authors":"3.2.0","grunt-jsonlint":"1.1.0","grunt-karma":"3.0.1","grunt-newer":"1.3.0","grunt-npmcopy":"0.1.0","gzip-js":"0.3.2","husky":"1.3.1","insight":"0.10.1","jsdom":"13.2.0","karma":"4.0.1","karma-browserstack-launcher":"1.4.0","karma-chrome-launcher":"2.2.0","karma-firefox-launcher":"1.1.0","karma-ie-launcher":"1.0.0","karma-jsdom-launcher":"7.1.0","karma-qunit":"3.0.0","load-grunt-tasks":"4.0.0","native-promise-only":"0.8.1","promises-aplus-tests":"2.1.2","q":"1.5.1","qunit":"2.9.2","raw-body":"2.3.3","requirejs":"2.3.6","sinon":"2.3.7","sizzle":"2.3.4","strip-json-comments":"2.0.1","testswarm":"1.1.0","uglify-js":"3.4.7"},"dist":{"integrity":"sha512-36+AdBzCL+y6qjw5Tx7HgzeGCzC81MDDgaUP8ld2zhx58HdqXGoBd+tHdrBMiyjGQs0Hxs/MLZTu/eHNJJuWPw==","shasum":"714f1f8d9dde4bdfa55764ba37ef214630d80ef2","tarball":"https://registry.npmjs.org/jquery/-/jquery-3.4.1.tgz","fileCount":125,"unpackedSize":1295318,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcyg1rCRA9TVsSAnZWagAAeOEP/2+ykv0pLlPLU8YLeOoS\nUTBRx0TwY8fcGwZfsxB2JERZfrQQM7l1l3aS7Rb5XYmL4rlHrnGq571H2ogF\ntuEPsLjSGbM+3eM6Y1MRCTXn4cp3KXVKU+oBuFrA6gSQkhPB9nYjaf0jUl5L\nVYMjB6CiqB5Pxy0j3hCrT7iMkoxY6b+V/3rN7HqRj1pL1N71QLrVyYv9AiHU\nuXaKlsI4xWg1RDrt4+Ef8xe4n5bwfWxn8hNIBwlldvexknA+FGz/LY42FOl7\n9alWTyfJMmK15ggMD02W8iCLTaUxC4Hz16ZeoGnnOZkPaZCSZEpAHCJSh5BV\n9J7GGhpiEtlQRQQbhRYl2nAb5Z02APUIJ7tQt1JYAtb1WJNJgOjDITvFqpxj\nbOc47BP+7pcWF4rqWviIjWts4mU3w0Yl+ZUaTSB6lOjBSH/ONC4CspyfKlQg\nu1Kcrk8skTT4fDNQcXLTDdXXCssqrU8nRtzKarLjuBvd0Cs0ZPSZqEJQG6OA\nJ7zdqnqwzfRrfbQwWi7OozkjSrnS2mLwFTxiuAsO86AgzwKYZQrMwEV89LXQ\n8cRPhH1jvPgh2RcLraKTuQsSZ2o/h+mrq8lhIDNBVJXmUZKNRSW9GNoD8QEY\na52Ygcu8lCFbtJ1gUvHwOzHaRmNqZb7dwMGV5zbTMSFViGSN1qabM8jNOwl4\nCp1s\r\n=n88a\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDJwzRm3I2HQxdow4ZA/pCAXsqoEB5aDEEIf5Lg0/jR6wIhAJFYGHUU9g1AmBKEiYaUDd+ydNqZOEU6cvFdMgvq0/oq"}]}},"3.5.0":{"name":"jquery","version":"3.5.0","devDependencies":{"@babel/core":"7.3.3","@babel/plugin-transform-for-of":"7.2.0","commitplease":"3.2.0","core-js":"2.6.5","eslint-config-jquery":"2.0.0","grunt":"1.0.3","grunt-babel":"8.0.0","grunt-cli":"1.3.2","grunt-compare-size":"0.4.2","grunt-contrib-uglify":"3.4.0","grunt-contrib-watch":"1.1.0","grunt-eslint":"22.0.0","grunt-git-authors":"3.2.0","grunt-jsonlint":"1.1.0","grunt-karma":"3.0.1","grunt-newer":"1.3.0","grunt-npmcopy":"0.1.0","gzip-js":"0.3.2","husky":"1.3.1","insight":"0.10.1","jsdom":"13.2.0","karma":"4.0.1","karma-browserstack-launcher":"1.4.0","karma-chrome-launcher":"2.2.0","karma-firefox-launcher":"1.1.0","karma-ie-launcher":"1.0.0","karma-jsdom-launcher":"7.1.0","karma-qunit":"3.0.0","load-grunt-tasks":"4.0.0","native-promise-only":"0.8.1","promises-aplus-tests":"2.1.2","q":"1.5.1","qunit":"2.9.2","raw-body":"2.3.3","requirejs":"2.3.6","sinon":"2.3.7","sizzle":"2.3.5","strip-json-comments":"2.0.1","testswarm":"1.1.0","uglify-js":"3.4.7"},"dist":{"integrity":"sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ==","shasum":"9980b97d9e4194611c36530e7dc46a58d7340fc9","tarball":"https://registry.npmjs.org/jquery/-/jquery-3.5.0.tgz","fileCount":123,"unpackedSize":1315634,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJekJO8CRA9TVsSAnZWagAA1VwP+gPgHR/8IXclArWJPyPw\nI44aJFffRpyaddibT6bkwAyqELi/oZiso5hmW7QaJv9S1Moq7m1c1aIcMCDi\nPbEJ6jop+F3eNgtULVIwk6OzF1DlC9AkRW/j0LQUlgun1kmlID2ToRPVt8sL\noO/B3Bcm0Qw6E6qPS8kIfxQJ+7b+cTr02BFX9nTm3JgXz/bNJIAYUbnQEt8l\nQPIosesCk1cYr8RxY31dNUAn80g9mpOTmTcV1ZhKqMwsMu7YVfOVUOH0rcWb\nu+AkZ+VgXTvjWE6rHpUwePU0xny/Ssf2RkklHTa4ljQXCp1wWNkRbNK4bZkb\nbCJlYZU1bcxfHUYXm/n1X8HmG+ZO/ZCd55A9/URm+Pd7PdZVxgj/lHGDDvV6\nadjrlgTPjT+qGqVDJBXfEQfzliDbleMG5/dm2go3wGUIvJphJAFyVd7aZPaL\n9WKxwh7Ul2vceZNCpZ8W3x3dXZ203OkX1s8Qk9F8j2eZcsmK6QtFyWVupNUK\nRw/1jNiHkcM0Ugr0jro+04WuU6nocad6Yex8Yih0pMkS1XnM0SSZ+pNr0SxF\nk37NffltL0RgfwMKEHBeTW6LJ1m9ty8Xpja1PxQTU1Qt821y1mzqExq9Arvk\n5sPiXVtu9sP5E7RRqDnA1vGutvDG7r+awFDcAM8upINhzDiWFittI9FUFJgz\no/vp\r\n=n9GM\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDrphmu+1xaugLGDiqFI/zxppjHDVSLX4lfsTNzjMoexgIgGq7+8kWd10sLFUCtpWKVvbfdsr4xYl1/BoeB7Nfd6m4="}]}},"3.5.1":{"name":"jquery","version":"3.5.1","devDependencies":{"@babel/core":"7.3.3","@babel/plugin-transform-for-of":"7.2.0","commitplease":"3.2.0","core-js":"2.6.5","eslint-config-jquery":"2.0.0","grunt":"1.0.3","grunt-babel":"8.0.0","grunt-cli":"1.3.2","grunt-compare-size":"0.4.2","grunt-contrib-uglify":"3.4.0","grunt-contrib-watch":"1.1.0","grunt-eslint":"22.0.0","grunt-git-authors":"3.2.0","grunt-jsonlint":"1.1.0","grunt-karma":"3.0.1","grunt-newer":"1.3.0","grunt-npmcopy":"0.1.0","gzip-js":"0.3.2","husky":"1.3.1","insight":"0.10.1","jsdom":"13.2.0","karma":"4.0.1","karma-browserstack-launcher":"1.4.0","karma-chrome-launcher":"2.2.0","karma-firefox-launcher":"1.1.0","karma-ie-launcher":"1.0.0","karma-jsdom-launcher":"7.1.0","karma-qunit":"3.0.0","load-grunt-tasks":"4.0.0","native-promise-only":"0.8.1","promises-aplus-tests":"2.1.2","q":"1.5.1","qunit":"2.9.2","raw-body":"2.3.3","requirejs":"2.3.6","sinon":"2.3.7","sizzle":"2.3.5","strip-json-comments":"2.0.1","testswarm":"1.1.0","uglify-js":"3.4.7"},"dist":{"integrity":"sha512-XwIBPqcMn57FxfT+Go5pzySnm4KWkT1Tv7gjrpT1srtf8Weynl6R273VJ5GjkRb51IzMp5nbaPjJXMWeju2MKg==","shasum":"d7b4d08e1bfdb86ad2f1a3d039ea17304717abb5","tarball":"https://registry.npmjs.org/jquery/-/jquery-3.5.1.tgz","fileCount":123,"unpackedSize":1315593,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJesJwhCRA9TVsSAnZWagAA+SIQAI9RCw96kNZnbA/ONf5x\n9JqCbsyBPH8ZV76Q/lq/OOJgTQqSWirb2iK2BCrPbcEdzQ9WUKrmmiFSGOLH\ne1yQW4gi4+MzL+prjipb/GKZJINgr0I4/Rd0TAMuVapqNFWc01phXOWH9zk6\n9t0lYWlpa9RA07Dn+2lTvU3sGkzEfAoamBhRIL3L9LVMTDXFyQXU2FqNKqCG\nLyEyomvO7juax8kQaRsl6pWZ9VAkXIvRMNI3fvWqFaGMaShK0hP0woymcZER\nlk6mW+TsYeU4cEBYWLNo2ei+NkLYAT7mo4Yt6PudZ7hCWLZV0OHHs5K9m5m5\nS6ppOPUCPAGi0G2ubxi8fw6vbhlLD7JWmzWksF0dE6+qQv+e9VHEhwchjUXR\n+RFLqZOEjevhf/RE0wbmjYurw8QIxgnUjXzKbgHdcTrOutBcW5Kv3xavq0v2\nJNnnuvDolqAbWBBUg0vNKsedduudLgzXXS2OnpLNGn3ctKoEIVV79G6OWBJB\noX1lFAimK9uT/CF4YSeUMY7ghZR4RRLrY0XcNRCLAMh17NThNpIyZk+hCEbQ\nHO9FOD+yhtz4sF5tz/RrSdHkt5hl5J/g9H6eTiPmbKydchdKd/V8RpAObVs/\nTg2LEk7UHh/l5UXK2IJfk+WLwd86g1rwxsJ48MLoGutTroR8MRrQ/78Htoij\nk+WY\r\n=XCQe\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD1/V8m8iNuNM+/GxMwlO26CdFvABCsnciO5C9tPj0LRgIgWz7C9QItmdZmbVxt8VioW6d7W28wxgEnQ22YWFD1Y8k="}]}},"3.6.0":{"name":"jquery","version":"3.6.0","devDependencies":{"@babel/core":"7.3.3","@babel/plugin-transform-for-of":"7.2.0","commitplease":"3.2.0","core-js":"2.6.5","eslint-config-jquery":"3.0.0","grunt":"1.3.0","grunt-babel":"8.0.0","grunt-cli":"1.3.2","grunt-compare-size":"0.4.2","grunt-contrib-uglify":"3.4.0","grunt-contrib-watch":"1.1.0","grunt-eslint":"22.0.0","grunt-git-authors":"3.2.0","grunt-jsonlint":"1.1.0","grunt-karma":"4.0.0","grunt-newer":"1.3.0","grunt-npmcopy":"0.2.0","gzip-js":"0.3.2","husky":"1.3.1","insight":"0.10.1","jsdom":"13.2.0","karma":"5.2.3","karma-browserstack-launcher":"1.4.0","karma-chrome-launcher":"2.2.0","karma-firefox-launcher":"1.1.0","karma-ie-launcher":"1.0.0","karma-jsdom-launcher":"8.0.2","karma-qunit":"3.0.0","load-grunt-tasks":"5.1.0","native-promise-only":"0.8.1","promises-aplus-tests":"2.1.2","q":"1.5.1","qunit":"2.9.2","raw-body":"2.3.3","requirejs":"2.3.6","sinon":"2.3.7","sizzle":"2.3.6","strip-json-comments":"2.0.1","testswarm":"1.1.2","uglify-js":"3.4.7"},"dist":{"integrity":"sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw==","shasum":"c72a09f15c1bdce142f49dbf1170bdf8adac2470","tarball":"https://registry.npmjs.org/jquery/-/jquery-3.6.0.tgz","fileCount":123,"unpackedSize":1318507,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgPnHsCRA9TVsSAnZWagAA3tQP/i738n4AHT4QJxYnLamb\nvQEB9yjcsipiGgV2nY/eNbXtljhGZ+vARJk1Sa4j3vGWmGSKgMRW+k2chtsZ\nnDJ91MXzjP4uJwgTTTn+bWWWmINwYqnLIxbYEpsBt1ugmFcv1AsyZQUCTu/G\naPzwsJWdxzDCRige0PC3NTT8ImeUonXnM6OBZ65ICXfi+BzZMWm50DSzzkA2\n/jdURwOiLNHtrJgilWfLqVVW6WWxfCOXcaTPD4K8J+1twLdrTAaA9/ECsX/c\nrb+pp7JLbqdAHFIHjl5R4nlsF2CsJmLI+dYSDCPql9ivkWcWXX+b0EHUOtBZ\nHDP4NjtYCIP11xdtmKqhTkC0JkOvUUI+nhCOOLWitH9W5AhJQAWrbroOptuv\nEKzc4Cvh2yEZvGX92zcFnbZlGDw7jRNgME8xyxbgK/zOPyoKBciqT2aFn9xI\nuDKj6hDonMSwqhoOuYcAFY2YfbR45uuJLKBC04oxjbrIF7o+WxbmAehjFxDH\nfiECruH9aCr7loRHOKcoo9Xp1y90B1JXiSJBARI/Jfq+6g2crZFvlBvFIX5P\nhSxvTdlb1/kBjxjcRtfgSmaUBUBQqKJEkB5YCh6FZ9XoGHRdcc0PocXFbXHh\nvyE63iiqk1rQYnDf/lPAp+Om8RSzyUCGCajGrCWsSzpt3EHapnqVY8OfT90p\nofL1\r\n=b8nm\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCDYnUSuaGw7s73P3g8oj8MInugGd6Oi5/llwoZvk50QgIhAMFSBi26sWrMaEYBZx+2YIhILTyrOXi90S2TN+j3RQsa"}]}},"3.6.1":{"name":"jquery","version":"3.6.1","devDependencies":{"@babel/core":"7.3.3","@babel/plugin-transform-for-of":"7.2.0","colors":"1.4.0","commitplease":"3.2.0","core-js":"2.6.5","eslint-config-jquery":"3.0.0","grunt":"1.4.1","grunt-babel":"8.0.0","grunt-cli":"1.4.3","grunt-compare-size":"0.4.2","grunt-contrib-uglify":"3.4.0","grunt-contrib-watch":"1.1.0","grunt-eslint":"22.0.0","grunt-git-authors":"3.2.0","grunt-jsonlint":"2.1.2","grunt-karma":"4.0.2","grunt-newer":"1.3.0","grunt-npmcopy":"0.2.0","gzip-js":"0.3.2","husky":"4.2.5","insight":"0.10.3","jsdom":"19.0.0","karma":"^6.3.17","karma-browserstack-launcher":"1.6.0","karma-chrome-launcher":"3.1.1","karma-firefox-launcher":"2.1.2","karma-ie-launcher":"1.0.0","karma-jsdom-launcher":"12.0.0","karma-qunit":"4.1.2","load-grunt-tasks":"5.1.0","native-promise-only":"0.8.1","promises-aplus-tests":"2.1.2","q":"1.5.1","qunit":"2.9.2","raw-body":"2.3.3","requirejs":"2.3.6","sinon":"2.3.7","sizzle":"2.3.6","strip-json-comments":"2.0.1","testswarm":"1.1.2","uglify-js":"3.4.7"},"dist":{"integrity":"sha512-opJeO4nCucVnsjiXOE+/PcCgYw9Gwpvs/a6B1LL/lQhwWwpbVEVYDZ1FokFr8PRc7ghYlrFPuyHuiiDNTQxmcw==","shasum":"fab0408f8b45fc19f956205773b62b292c147a16","tarball":"https://registry.npmjs.org/jquery/-/jquery-3.6.1.tgz","fileCount":126,"unpackedSize":1323376,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEgLA93BcgJTZJo+3DmUtUjH7Vodri1icSkFe2PuEPKbAiEAonlrvCk8PRk4WKirYuwIjBeoQdpJZsEvJCb9+JMAQfU="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjCQjQACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoAOw//S2k6gewPxCe7KjPBv0a0tBDkYyI5MSie3BhwaTuZIaJFcOhf\r\nXIL1pkcY6/ON6lhvXh3a9GefllfkWNVq1FbulyDuKekrUZ4/I7yFI4EPWhqG\r\nqGfAkAkAfZ1v11xleibBHUtNSGdFDO8NyLmz3jrsFiqf/VikGrrDI97hiy7h\r\nx4xpqZCASnWv6m+BfeQ8Q3mqzANl6UIVdoyfVaP2NsSunQkaH1qsliSa3zGh\r\nJnF9v/MaOuxwtc94EbHy49Vi2C5Kavgp9XhBh3qLSwWIf17aF7qWPgzdkdEe\r\n1Licnuu944K8FE6BOcA3PS9Bh7gdmvWlgEzSp0xkxnxHqe6/PcguT+WTwWmt\r\nOJjvjEcaS1pzqyNa+Js81D25pb5ulJ9yIKnj0wdjDaArEw1nF+HAGgVy58x5\r\nVU5+3Jbz4YzXIYlfxmTI6V8bzpSCkuBmARwmPp6NtqCCMPFhQWy2GoYXCft/\r\nGrfujyqBhM7Qk+Ym+AK/wQqyKe01t3YVo/pWUzUGuIbkZv9oLDOvHKP9IFSL\r\nSnudOMwOf/M38pSxgXWfEwEQ1Px3t3gHBpEHqPLzl7n4X2chfjY5fO1f2yGd\r\nFd6jwH80qO90W99J7NOmlBdVBB2XRGJnzLTKzMdtCS42IXxeB27pGPJLD2BT\r\nSn4RQRvIlMYLEOiE1+SliufoDHI7LhaYRvo=\r\n=IwCL\r\n-----END PGP SIGNATURE-----\r\n"}},"3.6.2":{"name":"jquery","version":"3.6.2","devDependencies":{"@babel/core":"7.3.3","@babel/plugin-transform-for-of":"7.2.0","colors":"1.4.0","commitplease":"3.2.0","core-js":"2.6.5","eslint-config-jquery":"3.0.0","grunt":"1.5.3","grunt-babel":"8.0.0","grunt-cli":"1.4.3","grunt-compare-size":"0.4.2","grunt-contrib-uglify":"3.4.0","grunt-contrib-watch":"1.1.0","grunt-eslint":"22.0.0","grunt-git-authors":"3.2.0","grunt-jsonlint":"2.1.2","grunt-karma":"4.0.2","grunt-newer":"1.3.0","grunt-npmcopy":"0.2.0","gzip-js":"0.3.2","husky":"4.2.5","insight":"0.10.3","jsdom":"19.0.0","karma":"^6.3.17","karma-browserstack-launcher":"1.6.0","karma-chrome-launcher":"3.1.1","karma-firefox-launcher":"2.1.2","karma-ie-launcher":"1.0.0","karma-jsdom-launcher":"12.0.0","karma-qunit":"4.1.2","load-grunt-tasks":"5.1.0","native-promise-only":"0.8.1","promises-aplus-tests":"2.1.2","q":"1.5.1","qunit":"2.9.2","raw-body":"2.3.3","requirejs":"2.3.6","sinon":"2.3.7","sizzle":"2.3.8","strip-json-comments":"2.0.1","testswarm":"1.1.2","uglify-js":"3.4.7"},"dist":{"integrity":"sha512-/e7ulNIEEYk1Z/l4X0vpxGt+B/dNsV8ghOPAWZaJs8pkGvsSC0tm33aMGylXcj/U7y4IcvwtMXPMyBFZn/gK9A==","shasum":"8302bbc9160646f507bdf59d136a478b312783c4","tarball":"https://registry.npmjs.org/jquery/-/jquery-3.6.2.tgz","fileCount":126,"unpackedSize":1336641,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCSZh+vgdA1lWHP0VKjJnqLEmXMnPHcpms1m5o5Vxi6EQIgfwca602mr/CMMguGbt+jLMP/mmP/fksj/mXJ88hwOfI="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjmJMhACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrzfA//XpEep4e9YzV4PZ4u2aWqMzM0cKjoJsNO4CpQKz+ctXoa1VQW\r\nmnZ1VwG21Oe47PtHYDPzV0RwE+mCSa8lqY/ZXWj6Sd17eLXjLe6pXVcdRgOv\r\nHpu0t0zoR3pMRmg1EReibd3UCh6OTH4vgYqF8oIsFYKWiNJabIOmMnubRfe6\r\nphgnQW9RH94EoM5J9GTN3dlo0W7y9yTydWTTNJueJlByUvfOj721w2lSvz0A\r\nk9xXn7cEZ5mjm2/gUbaYcRmud6BlbFiR18TFfA+SPGYzQVNcH78EvnYHudk6\r\nB5+TTCWtiGFjmLovdl6pzv01pwy2jTPvmgepURsXxzBW5nLg6wk2/P9ESq1C\r\n3KAIPoIm5qlgBs50Qb0wXPKnniphbpH4HdPPYrSTS6XAfO1pZbTyWY8BB7Wd\r\ni00pkCG9NlAwGsMnUnONSjAbjh79oyg11ig58UOz66eTC6atM440SStMdBmY\r\nV1IG6PId4xfcUwR/OszTIstJdP3JoQ8QXrIyi7Tx1bZmMZCSOkqbGrCDaRHC\r\nAYK4Q4zaYyqAuMnhzU6qgcxqe4Vbd5l6Ibt4L/55mLJFDPF6J9Ddljb1ksQO\r\nxRzHplvTlDfWvZ1f+X4KSFYC5eWCGEi2m2QCsv76Z7ZZrCDLRElYb969TE88\r\nbw0YLuL800huUdZ8qbaDKaIb0wJMDdu2uZQ=\r\n=gFXE\r\n-----END PGP SIGNATURE-----\r\n"}},"3.6.3":{"name":"jquery","version":"3.6.3","devDependencies":{"@babel/core":"7.3.3","@babel/plugin-transform-for-of":"7.2.0","colors":"1.4.0","commitplease":"3.2.0","core-js":"2.6.5","eslint-config-jquery":"3.0.0","grunt":"1.5.3","grunt-babel":"8.0.0","grunt-cli":"1.4.3","grunt-compare-size":"0.4.2","grunt-contrib-uglify":"3.4.0","grunt-contrib-watch":"1.1.0","grunt-eslint":"22.0.0","grunt-git-authors":"3.2.0","grunt-jsonlint":"2.1.2","grunt-karma":"4.0.2","grunt-newer":"1.3.0","grunt-npmcopy":"0.2.0","gzip-js":"0.3.2","husky":"4.2.5","jsdom":"19.0.0","karma":"^6.3.17","karma-browserstack-launcher":"1.6.0","karma-chrome-launcher":"3.1.1","karma-firefox-launcher":"2.1.2","karma-ie-launcher":"1.0.0","karma-jsdom-launcher":"12.0.0","karma-qunit":"4.1.2","load-grunt-tasks":"5.1.0","native-promise-only":"0.8.1","promises-aplus-tests":"2.1.2","q":"1.5.1","qunit":"2.9.2","raw-body":"2.3.3","requirejs":"2.3.6","sinon":"2.3.7","sizzle":"2.3.9","strip-json-comments":"2.0.1","testswarm":"1.1.2","uglify-js":"3.4.7"},"dist":{"integrity":"sha512-bZ5Sy3YzKo9Fyc8wH2iIQK4JImJ6R0GWI9kL1/k7Z91ZBNgkRXE6U0JfHIizZbort8ZunhSI3jw9I6253ahKfg==","shasum":"23ed2ffed8a19e048814f13391a19afcdba160e6","tarball":"https://registry.npmjs.org/jquery/-/jquery-3.6.3.tgz","fileCount":126,"unpackedSize":1336532,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFevmtgDu7vdJHGJo/VfbSbHPdCorznh7MNieo6Ek2uLAiEA4J4NQpov4Pz2TEhzYdOVS61LrLb2wT8/zgptqcGfhww="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjoiqBACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmoo3g/9Gtf9/WJQKNGHua9rsKajPFGU1MyY29tSUkJEF1o4e1AtibAd\r\n+MRCyZDxESrT6XRVWLS4t8pWIGR8FtaOlxUpW+7nmDWDU+PJWRvfi3/Smzz1\r\n9yps1bgp2jTASq3xvo/GS9tCZQQsZUFHxDahRdUJ7txWw8OvOkWuMRjYuXMl\r\nZTdGLw0i+vrSbz4AdXiqx8B8UNhBRi9q0EhcTxJ2jRircNJ7c0II2It10moI\r\nI4WLcJQVlyHXcEt9epKCEFRS0FxCYt9xiDrUlKf1Ao41QXu8js38WbxYQr9L\r\nT+zqk8+B1Wn8u+kY4iXHeBy0W4EJ26gCrb23+jTW4UDzpleoynDbwtRJ0Z76\r\nhi+OKkwAUITVD//AGJ8vx3194QGhcW60Xt/CHum7Qdx9h1NeAHQrgTBr5YdU\r\n5juIlG1HsjH16WSbVV9tqOCsHLv/ROV7RRAMR94KMxD5RquYPjvXJOZHwxpO\r\njLAGAEuv47XY7h4sN+4DXyRXvO7Pbd/ZF+CUwf0OMvWZdnj++LuT6mZ8+zrC\r\nHVHTAElAVWY/hi5JMkUWJzqasY2WuewZVpSCUzWM3SLJy5Dsoh30u9F9yiPW\r\njHe8ccPQF4y7I5rT7xK2bXZzArOMGatqj9KZL1ga0uc+s96iCOAJGtrXr7fC\r\n8Gufs7pMVsYyDZKvXBFjYux8m0o2yQMV31g=\r\n=2QkC\r\n-----END PGP SIGNATURE-----\r\n"}}},"modified":"2023-02-22T03:43:59.682Z"} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/content-v2/sha512/24/56/10bab0ff9dbb00e4148f99b68e48b6b7b52563f0bea8e2cad2c175d8dcda84fa019436698f4db867f2d8f3702b52aa116021ea9e7fcd67827cbc24cdb987 b/software/flow/.npm/_cacache/content-v2/sha512/24/56/10bab0ff9dbb00e4148f99b68e48b6b7b52563f0bea8e2cad2c175d8dcda84fa019436698f4db867f2d8f3702b52aa116021ea9e7fcd67827cbc24cdb987 deleted file mode 100644 index 7a3449c..0000000 Binary files a/software/flow/.npm/_cacache/content-v2/sha512/24/56/10bab0ff9dbb00e4148f99b68e48b6b7b52563f0bea8e2cad2c175d8dcda84fa019436698f4db867f2d8f3702b52aa116021ea9e7fcd67827cbc24cdb987 and /dev/null differ diff --git a/software/flow/.npm/_cacache/content-v2/sha512/26/a3/97a842c619ba1b7e173438a1d2f72b37a39dddfa78bd4ac920d10267e177ae8ef2d955b7d6cf1357c22af706a8a388175f2099b6eab16c150b4d00ba6e39 b/software/flow/.npm/_cacache/content-v2/sha512/26/a3/97a842c619ba1b7e173438a1d2f72b37a39dddfa78bd4ac920d10267e177ae8ef2d955b7d6cf1357c22af706a8a388175f2099b6eab16c150b4d00ba6e39 deleted file mode 100644 index b502267..0000000 --- a/software/flow/.npm/_cacache/content-v2/sha512/26/a3/97a842c619ba1b7e173438a1d2f72b37a39dddfa78bd4ac920d10267e177ae8ef2d955b7d6cf1357c22af706a8a388175f2099b6eab16c150b4d00ba6e39 +++ /dev/null @@ -1 +0,0 @@ -{"source":"p50NB9+P02TsZhCabeYAFbtpQ/tBquSFZUPJfxv1Vu4gGTWF9qDKmNGhj75nVIzdDm7OzG9D/pRqu+7l9yc28A==","name":"@node-red/runtime","dependency":"@node-red/util","title":"Depends on vulnerable versions of @node-red/util","url":null,"severity":"low","versions":["0.20.0-alpha.0","0.20.0-beta.1","0.20.0-beta.2","0.20.0-beta.3","0.20.0-beta.4","0.20.0-beta.5","0.20.0","0.20.1","0.20.2","0.20.3","0.20.4","0.20.5","0.20.6","0.20.7","0.20.8","1.0.0-beta.1","1.0.0-beta.2","1.0.0-beta.3","1.0.0-beta.4","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.1.0-beta.1","1.1.0-beta.2","1.1.0-beta.3","1.1.0","1.1.1","1.1.2","1.1.3","1.2.0-beta.1","1.2.0","1.2.1","1.2.2","1.2.3","1.2.4","1.2.5","1.2.6","1.2.7","1.2.8","1.2.9","1.3.0-beta.1","1.3.0","1.3.1","1.3.2","1.3.3","1.3.4","1.3.5","1.3.6","1.3.7","2.0.0-beta.1","2.0.0-beta.2","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.1.0-beta.1","2.1.0-beta.2","2.1.0","2.1.1","2.1.2","2.1.3","2.1.4","2.1.5","2.1.6","2.2.0-beta.1","2.2.0","2.2.1","2.2.2","2.2.3","3.0.0-beta.1","3.0.0-beta.2","3.0.0-beta.3","3.0.0-beta.4","3.0.0","3.0.1","3.0.2","3.1.0-beta.1"],"vulnerableVersions":["1.2.4","1.2.5","1.2.6","1.2.7","1.2.8","1.2.9","1.3.0-beta.1","1.3.0","1.3.1","1.3.2","1.3.3","1.3.4","1.3.5","1.3.6","1.3.7","2.0.0-beta.1","2.0.0-beta.2","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.1.0-beta.1","2.1.0-beta.2","2.1.0","2.1.1","2.1.2","2.1.3","2.1.4","2.1.5","2.1.6","2.2.0-beta.1","2.2.0","2.2.1","2.2.2","2.2.3","3.0.0-beta.1","3.0.0-beta.2","3.0.0-beta.3","3.0.0-beta.4","3.0.0","3.0.1","3.0.2"],"cwe":[],"cvss":{"score":0,"vectorString":null},"range":"1.2.4 - 3.0.2","id":"zYoEjCr/tgEcWWr+1YhOO7XLHrd1chqfdkRtxzS5tu/DgxmwSQHARqJL5okGtjAMJ/nK6QAOceQr8pRr9z8stw=="} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/content-v2/sha512/28/c7/1a022e25ffcfb112391120297a6a4f324a8c6c606fa01bafd77d108f24f43f85a0912090532f8c0897c602b26b5a068bdc01718b39287255643f146f0664 b/software/flow/.npm/_cacache/content-v2/sha512/28/c7/1a022e25ffcfb112391120297a6a4f324a8c6c606fa01bafd77d108f24f43f85a0912090532f8c0897c602b26b5a068bdc01718b39287255643f146f0664 deleted file mode 100644 index 8eb60ce..0000000 Binary files a/software/flow/.npm/_cacache/content-v2/sha512/28/c7/1a022e25ffcfb112391120297a6a4f324a8c6c606fa01bafd77d108f24f43f85a0912090532f8c0897c602b26b5a068bdc01718b39287255643f146f0664 and /dev/null differ diff --git a/software/flow/.npm/_cacache/content-v2/sha512/2b/eb/4185e2ef0d7904cfcd0becb987909d569da30b820b7d8df807080b092427d8efc6fed7a53a0733d2cba5f48e19fe2884896db570ef003f9bef3132c465ac b/software/flow/.npm/_cacache/content-v2/sha512/2b/eb/4185e2ef0d7904cfcd0becb987909d569da30b820b7d8df807080b092427d8efc6fed7a53a0733d2cba5f48e19fe2884896db570ef003f9bef3132c465ac deleted file mode 100644 index 90b6652..0000000 --- a/software/flow/.npm/_cacache/content-v2/sha512/2b/eb/4185e2ef0d7904cfcd0becb987909d569da30b820b7d8df807080b092427d8efc6fed7a53a0733d2cba5f48e19fe2884896db570ef003f9bef3132c465ac +++ /dev/null @@ -1 +0,0 @@ -{"source":1090532,"name":"http-cache-semantics","dependency":"http-cache-semantics","title":"http-cache-semantics vulnerable to Regular Expression Denial of Service","url":"https://github.com/advisories/GHSA-rc47-6667-2j5j","severity":"high","versions":["1.0.0","2.0.0","3.0.0","3.1.0","3.2.0","3.3.0","3.3.1","3.3.2","3.3.3","3.4.0","3.5.0","3.5.1","3.6.0","3.6.1","3.7.0","3.7.1","3.7.3","3.8.0","3.8.1","4.0.0","4.0.1","4.0.2","4.0.3","4.0.4","4.1.0","4.1.1"],"vulnerableVersions":["1.0.0","2.0.0","3.0.0","3.1.0","3.2.0","3.3.0","3.3.1","3.3.2","3.3.3","3.4.0","3.5.0","3.5.1","3.6.0","3.6.1","3.7.0","3.7.1","3.7.3","3.8.0","3.8.1","4.0.0","4.0.1","4.0.2","4.0.3","4.0.4","4.1.0"],"cwe":["CWE-1333"],"cvss":{"score":7.5,"vectorString":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"},"range":"<4.1.1","id":"RZkip6EYJtyEt/UL3+okkoXm+B53JgBI1sYCHIB0OBaifpHyBIKE6OFHLGc/tWG9l9E9gUJf1PslcXfSi2KE9Q=="} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/content-v2/sha512/30/02/9ebe4697015306a82a841c0d1b05dd74c331e31785039350e1931eeb591efce15a62385c458cc06d3bb0387f78c919276a74cbe7f0baf553f892f0f95537 b/software/flow/.npm/_cacache/content-v2/sha512/30/02/9ebe4697015306a82a841c0d1b05dd74c331e31785039350e1931eeb591efce15a62385c458cc06d3bb0387f78c919276a74cbe7f0baf553f892f0f95537 deleted file mode 100644 index 43d82d2..0000000 Binary files a/software/flow/.npm/_cacache/content-v2/sha512/30/02/9ebe4697015306a82a841c0d1b05dd74c331e31785039350e1931eeb591efce15a62385c458cc06d3bb0387f78c919276a74cbe7f0baf553f892f0f95537 and /dev/null differ diff --git a/software/flow/.npm/_cacache/content-v2/sha512/31/3c/d2ea6faefa0a27b9abd6194a3de3d30072571997f73d1c580423bc16c8eb76279208f586a48cd8ce0748fa5d5c00e17f6095a2f44ff410299323f5e91bed b/software/flow/.npm/_cacache/content-v2/sha512/31/3c/d2ea6faefa0a27b9abd6194a3de3d30072571997f73d1c580423bc16c8eb76279208f586a48cd8ce0748fa5d5c00e17f6095a2f44ff410299323f5e91bed deleted file mode 100644 index fa11dcc..0000000 --- a/software/flow/.npm/_cacache/content-v2/sha512/31/3c/d2ea6faefa0a27b9abd6194a3de3d30072571997f73d1c580423bc16c8eb76279208f586a48cd8ce0748fa5d5c00e17f6095a2f44ff410299323f5e91bed +++ /dev/null @@ -1 +0,0 @@ -{"name":"node-red","dist-tags":{"latest":"3.0.2","next":"3.1.0-beta.1","v1-maintenance":"1.3.7","v2-maintenance":"2.2.3"},"versions":{"0.1.0":{"name":"node-red","version":"0.1.0","dependencies":{"express":"3.x","mqtt":"*","ws":"*","mustache":"*","cron":"*"},"dist":{"shasum":"31692247b289708e5f49787283043c458f3a2b95","tarball":"https://registry.npmjs.org/node-red/-/node-red-0.1.0.tgz","integrity":"sha512-iOF47LrLP0yf/+ACrj1HSc+XQSWSwYyK1rCrMb4Z4bXwlzBLbl+lF9SQRK1UZhpVNBo365lAccQzl1AGhlOQYw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDWMUvWTFmbD1LzuJhuC7m1X1wxSXVZINxNlLBzuUJOjgIgKHwQUkbbRsRhBmtqwKkFIWrFQdNlgtRlgny4vy+zLwI="}]},"engines":{"node":">=0.8"}},"0.2.0":{"name":"node-red","version":"0.2.0","dependencies":{"express":"3.x","mqtt":"*","ws":"*","mustache":"*","cron":"*"},"dist":{"shasum":"73a9d8c09050d84bdb8cb458f599cf66445bf049","tarball":"https://registry.npmjs.org/node-red/-/node-red-0.2.0.tgz","integrity":"sha512-2iyF733Y7JY643hflrmMUyJdG6fVXVxURJlWVsnMfLShFeIXT7oYLJKLFsCHhvtLOFFjzV9cL4qj6dE9h7fSfg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDJTZkrV7JNGWzdT6+48Gt2vz2TZnqkBTWdvDSKWuAlnAIgKg4nAsQTJeR0jzwFwIDl6CYFcwRU6XZu9zewU7mKGJY="}]},"engines":{"node":">=0.8"}},"0.3.0":{"name":"node-red","version":"0.3.0","dependencies":{"express":"3.x","mqtt":"~0.3.3","ws":"~0.4.31","mustache":"~0.7.2","cron":"1.x","ntwitter":"0.5.0","oauth":"~0.9.10","xml2js":"~0.2.8"},"devDependencies":{"mocha":"~1.12.0","should":"~1.2.2"},"dist":{"shasum":"20e725e82fe1b72faed3b324da020f13e7742137","tarball":"https://registry.npmjs.org/node-red/-/node-red-0.3.0.tgz","integrity":"sha512-jR6s6TezfzM2Iap9Tm3/+xtJMRrNfUNYQRetqhm3jB+802G87PRdYN5FUlVLmBhMLASP9mDU9JkI/foCYGzqLA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCID3Yg50/XsCSwjyZtmNjj+woi8douswcQS22RUds+URaAiARTDzkTe10CKe2OIiUa8ix2K6ney1XjDNZOhZYZrH3jQ=="}]},"engines":{"node":">=0.8"}},"0.4.0":{"name":"node-red","version":"0.4.0","dependencies":{"express":"3.x","when":"~2.6.0","mqtt":"~0.3.3","ws":"~0.4.31","fs-extra":"~0.8.1","mustache":"~0.7.2","cron":"1.x","ntwitter":"0.5.0","oauth":"~0.9.10","xml2js":"~0.2.8","sentiment":"~0.2.1","irc":"~0.3.6"},"devDependencies":{"mocha":"~1.12.0","should":"~1.2.2"},"dist":{"shasum":"0bb029882f32b60a6bac652b083311ac30922a15","tarball":"https://registry.npmjs.org/node-red/-/node-red-0.4.0.tgz","integrity":"sha512-ifIfCvSojj4Af8o88bGQBQUowdfC346Ki819MfPOU13nbRrQjy/eQDs6vYDZvrdNYNYUPeMfDHBdPBqO6rAYNA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIF+O6Z25CSOanTRo/YWrsofkG3b7RmQ2Hym8vVtYAcqQAiEAxVyMOVSCZtU3As1e74PZTAUAC1jqJzsW8mCmq/WL+J0="}]},"engines":{"node":">=0.8"}},"0.5.0":{"name":"node-red","version":"0.5.0","dependencies":{"express":"3.x","when":"~2.6.0","mqtt":"~0.3.3","ws":"~0.4.31","fs-extra":"~0.8.1","clone":"~0.1.11","mustache":"~0.7.2","cron":"1.x","ntwitter":"0.5.0","oauth":"~0.9.10","xml2js":"~0.2.8","sentiment":"~0.2.1","irc":"~0.3.6","follow-redirects":"~0.0.3"},"devDependencies":{"mocha":"~1.12.0","should":"~1.2.2"},"dist":{"shasum":"a6258a8496e72e777c0676d2d2c6cb027e996273","tarball":"https://registry.npmjs.org/node-red/-/node-red-0.5.0.tgz","integrity":"sha512-wt7oBIHMNLZa+lPf2VSlVKJANa6brYa0epDVIrNIIDnJ4Uzjiutz6/pwQdX9v11tQTFbeVwmKucU3EyrrQcwmA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBpIa4yLtEPCqIGz9NE6lR8jgfhQsujAtRvwTWn0mzfGAiEAxah2ihP58foI1XawzOluR8OVPSwhW4TJtvQgS0PjrBA="}]},"engines":{"node":">=0.8"}},"0.6.0":{"name":"node-red","version":"0.6.0","dependencies":{"express":"3.x","when":"~2.6.0","mqtt":"~0.3.3","ws":"~0.4.31","fs-extra":"~0.8.1","clone":"~0.1.11","mustache":"~0.7.2","cron":"1.x","raw-body":"~1.1.2","twitter-ng":"~0.6.2","oauth":"~0.9.10","xml2js":"~0.2.8","sentiment":"~0.2.1","irc":"~0.3.6","follow-redirects":"~0.0.3","cors":"~2.1.1","mkdirp":"~0.3.5"},"devDependencies":{"mocha":"~1.12.0","should":"~1.2.2"},"dist":{"shasum":"c38425eb16231e0f9e51090eaa3fa11032be46a8","tarball":"https://registry.npmjs.org/node-red/-/node-red-0.6.0.tgz","integrity":"sha512-DrCMFE+nKjrL+vYYMC2IXuMuyl84Lkj4UIN61glQ9mmIDC7CZK7vx3vAL8jCt3y5mnQqwrcrR2a4DAcpCpajnw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD1mOXEPeN1eAh+tU9ZYAZGAsf7HfOAC8vFbl/rcpkxHQIgRUVt6iQ1s5TpRFTQfcnN2hUlnizkszZVxoSFN3Vm6yo="}]},"engines":{"node":">=0.8"}},"0.7.0":{"name":"node-red","version":"0.7.0","dependencies":{"express":"3.x","when":"3.1.0","nopt":"2.2.0","mqtt":"0.3.x","ws":"0.4.31","fs-extra":"0.8.1","clone":"0.1.11","mustache":"0.8.1","cron":"1.0.4","raw-body":"1.1.3","twitter-ng":"0.6.2","oauth":"0.9.11","xml2js":"0.4.2","sentiment":"0.2.3","irc":"0.3.6","follow-redirects":"0.0.3","cors":"2.2.0","mkdirp":"0.3.5"},"devDependencies":{"grunt":"0.4.4","grunt-simple-mocha":"0.4.0","mocha":"1.18.2","should":"3.3.1"},"dist":{"shasum":"226004659ce9c56face619d1aafad30791eaf091","tarball":"https://registry.npmjs.org/node-red/-/node-red-0.7.0.tgz","integrity":"sha512-8x7gpGyIHtgSDK2nk9B+gjjb59d9hVOenIN+PTj84kYj14AfIEgx80l70C4yC8NzBiQlQjacw2QHt+SRzZPi0g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCyJ1qzn42qvGOgOW3E2ZumK0x7rpsrqlEZ4MN5px+FjgIhAKocSt7/8ikl7AN29EvZkF427HIjRaxMeSQy4yE7pJLc"}]},"engines":{"node":">=0.8"}},"0.7.1":{"name":"node-red","version":"0.7.1","dependencies":{"express":"3.x","when":"3.1.0","nopt":"2.2.0","mqtt":"0.3.x","ws":"0.4.31","fs-extra":"0.8.1","clone":"0.1.11","mustache":"0.8.1","cron":"1.0.4","raw-body":"1.1.3","twitter-ng":"0.6.2","oauth":"0.9.11","xml2js":"0.4.2","sentiment":"0.2.3","irc":"0.3.6","follow-redirects":"0.0.3","cors":"2.2.0","mkdirp":"0.3.5"},"devDependencies":{"grunt":"0.4.4","grunt-cli":"0.1.13","grunt-simple-mocha":"0.4.0","mocha":"1.18.2","should":"3.3.1"},"dist":{"shasum":"9552050e8c0cb597315e766c34fef2c25bddbe03","tarball":"https://registry.npmjs.org/node-red/-/node-red-0.7.1.tgz","integrity":"sha512-ethLubsTBZXy0jpo38sGdyTaxTnx6G4+6UjEIapfSCwJwL80CE/5WjsRgqrgN2lvhwqn0cTfctgQo99klVMyrg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICLRwuoKvfNPGX/B23z6r4pPjeCdMjbCrh6UqlZmhFpyAiEAth6Q4f5nPOxFalcAlZCMkh4bNV62T/8jaiClEL9vCC4="}]},"engines":{"node":">=0.8"}},"0.7.2":{"name":"node-red","version":"0.7.2","dependencies":{"express":"3.x","when":"3.1.0","nopt":"2.2.0","mqtt":"0.3.x","ws":"0.4.31","fs-extra":"0.8.1","clone":"0.1.11","mustache":"0.8.1","cron":"1.0.4","raw-body":"1.1.3","twitter-ng":"0.6.2","oauth":"0.9.11","xml2js":"0.4.2","sentiment":"0.2.3","irc":"0.3.6","follow-redirects":"0.0.3","cors":"2.2.0","mkdirp":"0.3.5"},"devDependencies":{"grunt":"0.4.4","grunt-cli":"0.1.13","grunt-simple-mocha":"0.4.0","mocha":"1.18.2","should":"3.3.1"},"dist":{"shasum":"d95e739e90bf09c2c2a274e39ab64a979022b933","tarball":"https://registry.npmjs.org/node-red/-/node-red-0.7.2.tgz","integrity":"sha512-5qPg0bokTLPRkasn8stlYHJqTz8FcRgP2xdG9z/54hILy9HI3wTs7/ehUW9O35YjpwxYsNX/9K5QhlbXeBJebw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDWSitvlBhoZuLeciczS9+I5mIhlBF+VvdAHJBnOy89cAIgYzSrYibPr7JCQXlGu6PaVRyW3H50eASsAUUn2HrKLks="}]},"engines":{"node":">=0.8"}},"0.8.0":{"name":"node-red","version":"0.8.0","dependencies":{"express":"3.x","when":"3.1.0","nopt":"2.2.0","mqtt":"0.3.x","ws":"0.4.31","fs-extra":"0.8.1","clone":"0.1.11","mustache":"0.8.1","cron":"1.0.4","raw-body":"1.1.3","twitter-ng":"0.6.2","oauth":"0.9.11","xml2js":"0.4.2","sentiment":"0.2.3","irc":"0.3.6","follow-redirects":"0.0.3","cors":"2.2.0","mkdirp":"0.3.5","cheerio":"0.15.0","uglify-js":"2.4.13"},"devDependencies":{"grunt":"0.4.4","grunt-cli":"0.1.13","grunt-simple-mocha":"0.4.0","mocha":"1.18.2","should":"3.3.1","sinon":"1.9.1"},"dist":{"shasum":"3ac1b7e705775a5cf0b339191146c7d6fcfe9926","tarball":"https://registry.npmjs.org/node-red/-/node-red-0.8.0.tgz","integrity":"sha512-GK7S/Qno+r82Xoa/reF4Cnlef3CWzChNU7eT+vSLCug2gUtgNE5JH5RHFswvpUuLR76grHqBbL3zwzQLK/Mcdw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBFciyl/4dumBRQIvQZGuyIoCRYjGQ4j0HwOd/c4CoBsAiAL4FEhiM/zKFOqFPpmDm8KSQLbyLUei3Vpw2pcSu3iGA=="}]},"engines":{"node":">=0.8"}},"0.8.1":{"name":"node-red","version":"0.8.1","dependencies":{"express":"3.x","when":"3.1.0","nopt":"2.2.0","mqtt":"0.3.x","ws":"0.4.31","fs-extra":"0.8.1","clone":"0.1.11","mustache":"0.8.1","cron":"1.0.4","raw-body":"1.1.3","twitter-ng":"0.6.2","oauth":"0.9.11","xml2js":"0.4.2","sentiment":"0.2.3","irc":"0.3.6","follow-redirects":"0.0.3","cors":"2.2.0","mkdirp":"0.3.5","cheerio":"0.15.0","uglify-js":"2.4.13"},"devDependencies":{"grunt":"0.4.4","grunt-cli":"0.1.13","grunt-simple-mocha":"0.4.0","grunt-contrib-jshint":"0.10.0","mocha":"1.18.2","should":"3.3.1","sinon":"1.9.1"},"dist":{"shasum":"07e7711375593618ecdfa5bf5885828a407c54b9","tarball":"https://registry.npmjs.org/node-red/-/node-red-0.8.1.tgz","integrity":"sha512-PEyhH0GMSlarxj4QVDt5TuVf7cBVQdZPZV7RyzJ7NV6VpKOFIjQMsn05hK5/GvVAGRReHe3UAXyBXFRrtcy7Hg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAybbETXnfvRXJBv1qZDZXxeIiuGGMWHbPSgvpBqJMihAiAjVTs4PfHKNrLS4SFQzluymUGWYgo+0psI73q7NpUFNw=="}]},"engines":{"node":">=0.8"}},"0.9.0":{"name":"node-red","version":"0.9.0","dependencies":{"express":"3.17.2","when":"3.4.6","nopt":"3.0.1","mqtt":"0.3.x","ws":"0.4.32","fs-extra":"0.11.1","clone":"0.1.18","mustache":"0.8.2","cron":"1.0.4","raw-body":"1.3.0","twitter-ng":"0.6.2","oauth":"0.9.12","xml2js":"0.4.4","sentiment":"0.2.3","irc":"0.3.7","follow-redirects":"0.0.3","cors":"2.4.2","mkdirp":"0.5.0","cheerio":"0.17.0","uglify-js":"2.4.15","nodemailer":"1.3.0","imap":"0.8.13","request":"2.42.0","colors":"0.6.2"},"devDependencies":{"grunt":"0.4.5","grunt-cli":"0.1.13","grunt-simple-mocha":"0.4.0","grunt-contrib-jshint":"0.10.0","mocha":"1.21.4","should":"4.0.4","sinon":"1.10.3","supertest":"^0.13.0"},"dist":{"shasum":"e2ab095c9196b14eee0a900cbf0889b9c9ecb9ab","tarball":"https://registry.npmjs.org/node-red/-/node-red-0.9.0.tgz","integrity":"sha512-QG3hwnBUxbD+bhxldBerK/+DI0CK+znsb03mY5CqCCrA8NP9NboW2rhjY12V2RQ/veRJsq6UDnuFgv9D1auJqQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCKy19qY1Cqv79iB1WnCJJBkvmSQ0BMBwyqDgrTAcLAPQIgHmQCYJ+QTjS3/dbRC0QDkjU+e2Tjjptk5j2hYFsHpgk="}]},"engines":{"node":">=0.8"}},"0.9.1":{"name":"node-red","version":"0.9.1","dependencies":{"express":"3.17.2","when":"3.4.6","nopt":"3.0.1","mqtt":"0.3.x","ws":"0.4.32","fs-extra":"0.11.1","clone":"0.1.18","mustache":"0.8.2","cron":"1.0.4","raw-body":"1.3.0","twitter-ng":"0.6.2","oauth":"0.9.12","xml2js":"0.4.4","sentiment":"0.2.3","irc":"0.3.7","follow-redirects":"0.0.3","cors":"2.4.2","mkdirp":"0.5.0","cheerio":"0.17.0","uglify-js":"2.4.15","nodemailer":"1.3.0","imap":"0.8.13","request":"2.42.0","colors":"0.6.2"},"devDependencies":{"grunt":"0.4.5","grunt-cli":"0.1.13","grunt-simple-mocha":"0.4.0","grunt-contrib-jshint":"0.10.0","mocha":"1.21.4","should":"4.0.4","sinon":"1.10.3","supertest":"^0.13.0"},"dist":{"shasum":"1c5f7ae2ef3dbcd090ca7db2e9c080968adc2f73","tarball":"https://registry.npmjs.org/node-red/-/node-red-0.9.1.tgz","integrity":"sha512-/vTfDBX9aW9ThmitYqxeKOSUMGvj2Xcd8DrOrf+Xqykk6EQMbqNIvOnhKpcVR5lRsrZYmA2sLOI91ACjnQadGg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCEKn08UeC1EvxtWjJ5FEyrV5M23QPqoICf21ZRdPS9twIgcz0zQg1MfVKwtDJzZpUjPRc/KdIGS0Jl0VPD97X7ncU="}]},"engines":{"node":">=0.8"}},"0.9.1-nocolors":{"name":"node-red","version":"0.9.1-nocolors","dependencies":{"express":"3.17.2","when":"3.4.6","nopt":"3.0.1","mqtt":"0.3.x","ws":"0.4.32","fs-extra":"0.11.1","clone":"0.1.18","mustache":"0.8.2","cron":"1.0.4","raw-body":"1.3.0","twitter-ng":"0.6.2","oauth":"0.9.12","xml2js":"0.4.4","sentiment":"0.2.3","irc":"0.3.7","follow-redirects":"0.0.3","cors":"2.4.2","mkdirp":"0.5.0","cheerio":"0.17.0","uglify-js":"2.4.15","nodemailer":"1.3.0","imap":"0.8.13","request":"2.42.0"},"devDependencies":{"grunt":"0.4.5","grunt-cli":"0.1.13","grunt-simple-mocha":"0.4.0","grunt-contrib-jshint":"0.10.0","mocha":"1.21.4","should":"4.0.4","sinon":"1.10.3","supertest":"^0.13.0"},"dist":{"shasum":"74e5fd98edf6fc353bfa378c630b296a99ff1942","tarball":"https://registry.npmjs.org/node-red/-/node-red-0.9.1-nocolors.tgz","integrity":"sha512-e4jBKACUjgk3IX6IX0FExKEwGeOZPg3ZSOx9Zl3gDMZ6Bkxd6QRPBTT+KUaqxSvQo9UjKF3aESHkt3nlVkqonQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDEczz9h2d1FFmc2YeIs6Q+JWJbeoD4nc3SVlVvHFwhYQIhAMtvljSHUkleaDg9924/r66Sj2xiBBpYZrAkrxirqMIZ"}]},"engines":{"node":">=0.8"}},"0.10.0":{"name":"node-red","version":"0.10.0","dependencies":{"express":"3.17.2","when":"3.7.2","bcryptjs":"2.1.0","nopt":"3.0.1","mqtt":"0.3.x","ws":"0.7.1","fs-extra":"0.16.3","clone":"0.2.0","mustache":"1.0.0","cron":"1.0.6","raw-body":"1.3.2","twitter-ng":"0.6.2","oauth":"0.9.12","xml2js":"0.4.4","sentiment":"0.2.3","irc":"0.3.9","follow-redirects":"0.0.3","cors":"2.5.3","mkdirp":"0.5.0","cheerio":"0.18.0","uglify-js":"2.4.16","nodemailer":"1.3.0","imap":"0.8.14","request":"2.42.0","on-headers":"1.0.0","is-utf8":"0.2.0","serialport":"1.4.10","feedparser":"0.19.2","fs.notify":"0.0.4","passport":"0.2.1","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","oauth2orize":"1.0.1"},"devDependencies":{"grunt":"0.4.5","grunt-cli":"0.1.13","grunt-simple-mocha":"0.4.0","grunt-contrib-jshint":"0.11.0","mocha":"2.1.0","should":"4.6.5","sinon":"1.12.2","supertest":"0.15.0"},"dist":{"shasum":"d0884a5fdebc2ecede0dc0cfff7f51eb76c3345d","tarball":"https://registry.npmjs.org/node-red/-/node-red-0.10.0.tgz","integrity":"sha512-SpwM2Yb891jetwhj1OGLJgNINWwxP2lwe8iSuN++Ae2qpCNsv8KgRljQ849b0m98s9Nqa0EiEAD6QGVLnyyl8w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDY3zFtPpHCvEhmNrBjplMMBP9D9OzrcLj5FjlE/GqljgIgNmiOMK62s/6oT8+G6xxIySjY4xBN/MDE5G06yYNb4gQ="}]},"engines":{"node":">=0.8"}},"0.10.1":{"name":"node-red","version":"0.10.1","dependencies":{"express":"3.17.2","when":"3.7.2","bcryptjs":"2.1.0","nopt":"3.0.1","mqtt":"0.3.x","ws":"0.7.1","fs-extra":"0.16.3","clone":"0.2.0","mustache":"1.0.0","cron":"1.0.6","raw-body":"1.3.2","twitter-ng":"0.6.2","oauth":"0.9.12","xml2js":"0.4.4","sentiment":"0.2.3","irc":"0.3.9","follow-redirects":"0.0.3","cors":"2.5.3","mkdirp":"0.5.0","cheerio":"0.18.0","uglify-js":"2.4.16","nodemailer":"1.3.0","imap":"0.8.14","request":"2.42.0","on-headers":"1.0.0","is-utf8":"0.2.0","serialport":"1.4.10","feedparser":"0.19.2","fs.notify":"0.0.4","passport":"0.2.1","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","oauth2orize":"1.0.1"},"devDependencies":{"grunt":"0.4.5","grunt-cli":"0.1.13","grunt-simple-mocha":"0.4.0","grunt-contrib-jshint":"0.11.0","mocha":"2.1.0","should":"4.6.5","sinon":"1.12.2","supertest":"0.15.0"},"dist":{"shasum":"daea30e528d3cdaf6d89009dd771dcd26a2128da","tarball":"https://registry.npmjs.org/node-red/-/node-red-0.10.1.tgz","integrity":"sha512-1pytakNzNVLbNUEKgbT0r0EtpI9OdnoomkaiwHyadvL5Iqk0dg6j288Z6zaiDh1bVSPQc4R9IPSVGzEm2+e3FA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICY0Leb3NT/g6NZHRHeBRZT8CkxqhcUIkQXmekMVnnmRAiAqcbD2rNGv4W3oVlO1PEoOICsVYe+1F0aCIoi2pkZaPw=="}]},"engines":{"node":">=0.8"}},"0.10.2":{"name":"node-red","version":"0.10.2","dependencies":{"express":"3.17.2","when":"3.7.2","bcryptjs":"2.1.0","nopt":"3.0.1","mqtt":"0.3.x","ws":"0.7.1","fs-extra":"0.16.3","clone":"0.2.0","mustache":"1.0.0","cron":"1.0.6","raw-body":"1.3.2","twitter-ng":"0.6.2","oauth":"0.9.12","xml2js":"0.4.4","sentiment":"0.2.3","irc":"0.3.9","follow-redirects":"0.0.3","cors":"2.5.3","mkdirp":"0.5.0","cheerio":"0.18.0","uglify-js":"2.4.16","nodemailer":"1.3.0","imap":"0.8.14","request":"2.42.0","on-headers":"1.0.0","is-utf8":"0.2.0","serialport":"1.4.10","feedparser":"0.19.2","fs.notify":"0.0.4","passport":"0.2.1","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","oauth2orize":"1.0.1"},"devDependencies":{"grunt":"0.4.5","grunt-cli":"0.1.13","grunt-simple-mocha":"0.4.0","grunt-contrib-jshint":"0.11.0","mocha":"2.1.0","should":"4.6.5","sinon":"1.12.2","supertest":"0.15.0"},"dist":{"shasum":"b0ce6fc3786754e04378e6b0bb6aa4b9b9022c33","tarball":"https://registry.npmjs.org/node-red/-/node-red-0.10.2.tgz","integrity":"sha512-6fzbjl24TSHqBkTZg4GeATd1BwOemyw7ihqr44Du82jKHrEHW1WJ//Vs/Ob+EOBoMVg2T2Y4emAsywdiBBXnZA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFOkA+fkUysWj6wIaaLmMC1CS+a8bXWH9kzRtTBRffh2AiEAoHJ1Cb9HBPSJ6vKSkC83yxzEsg+4Q582okJO8HpDEWA="}]},"engines":{"node":">=0.8"}},"0.10.3":{"name":"node-red","version":"0.10.3","dependencies":{"express":"3.17.2","when":"3.7.2","bcryptjs":"2.1.0","nopt":"3.0.1","mqtt":"0.3.x","ws":"0.7.1","fs-extra":"0.16.3","clone":"0.2.0","mustache":"1.0.0","cron":"1.0.6","raw-body":"1.3.2","twitter-ng":"0.6.2","oauth":"0.9.12","xml2js":"0.4.4","sentiment":"0.2.3","irc":"0.3.9","follow-redirects":"0.0.3","cors":"2.5.3","mkdirp":"0.5.0","cheerio":"0.18.0","uglify-js":"2.4.16","nodemailer":"1.3.0","imap":"0.8.14","request":"2.42.0","on-headers":"1.0.0","is-utf8":"0.2.0","serialport":"1.4.10","feedparser":"0.19.2","fs.notify":"0.0.4","passport":"0.2.1","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","oauth2orize":"1.0.1"},"devDependencies":{"grunt":"0.4.5","grunt-cli":"0.1.13","grunt-simple-mocha":"0.4.0","grunt-contrib-jshint":"0.11.0","mocha":"2.1.0","should":"4.6.5","sinon":"1.12.2","supertest":"0.15.0"},"bin":{"node-red":"./red.js"},"dist":{"shasum":"9a4448802eb34fec056bc3c7f5b034887cba4233","tarball":"https://registry.npmjs.org/node-red/-/node-red-0.10.3.tgz","integrity":"sha512-of4ts6/1+OPmf4hEAPOAlLuSMLuJ8Vb46nsS3s9oKhDyON9Gx4/G9r/MBa9StdfEeFE89mWgGqw0QCv4ipg7xw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDFGQ2u8qNIoCckXUY6YyFFq9BkzJs3AyZPqprG6yHvtQIgfwI8FIJatEie1e73PuuI2tconO5sbvXlJbVvBRAxeeo="}]},"engines":{"node":">=0.8 <0.12"}},"0.10.4":{"name":"node-red","version":"0.10.4","dependencies":{"express":"3.17.2","when":"3.7.2","bcryptjs":"2.1.0","nopt":"3.0.1","mqtt":"0.3.x","ws":"0.7.1","fs-extra":"0.16.3","clone":"0.2.0","mustache":"1.0.0","cron":"1.0.6","raw-body":"1.3.2","twitter-ng":"0.6.2","oauth":"0.9.12","xml2js":"0.4.4","sentiment":"0.2.3","irc":"0.3.9","follow-redirects":"0.0.3","cors":"2.5.3","mkdirp":"0.5.0","cheerio":"0.18.0","uglify-js":"2.4.16","nodemailer":"1.3.0","imap":"0.8.14","request":"2.42.0","on-headers":"1.0.0","is-utf8":"0.2.0","serialport":"1.4.10","feedparser":"0.19.2","fs.notify":"0.0.4","passport":"0.2.1","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","oauth2orize":"1.0.1"},"devDependencies":{"grunt":"0.4.5","grunt-cli":"0.1.13","grunt-simple-mocha":"0.4.0","grunt-contrib-jshint":"0.11.0","mocha":"2.1.0","should":"4.6.5","sinon":"1.12.2","supertest":"0.15.0"},"bin":{"node-red":"./red.js","node-red-pi":"bin/node-red-pi"},"dist":{"shasum":"85056f7a1b7fbe269ae34954b540a0fac1236c65","tarball":"https://registry.npmjs.org/node-red/-/node-red-0.10.4.tgz","integrity":"sha512-MH849okAO4g9ABgEDo+a4/078XGkuYs9p8RZhZ/nB+rV97KS/34Z+FuAuFsTAIqjHFB1YZVT5H5l/5ATJlhg8g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFTtVstIHZwajOKEhvOgSBqE4WgmM4Qiqq/CGVYw75zvAiAzMkPR4PQfSGfiXzkVrHPzI9oOyUnyu/EN2kfN8sb1ig=="}]},"engines":{"node":">=0.8 <0.12"}},"0.10.6":{"name":"node-red","version":"0.10.6","dependencies":{"express":"3.17.2","when":"3.7.2","bcryptjs":"2.1.0","nopt":"3.0.1","mqtt":"0.3.x","ws":"0.7.1","fs-extra":"0.16.3","clone":"0.2.0","mustache":"1.0.0","cron":"1.0.6","raw-body":"1.3.2","twitter-ng":"0.6.2","oauth":"0.9.12","xml2js":"0.4.4","sentiment":"0.2.3","irc":"0.3.9","follow-redirects":"0.0.3","cors":"2.5.3","mkdirp":"0.5.0","cheerio":"0.18.0","uglify-js":"2.4.16","nodemailer":"1.3.0","imap":"0.8.14","request":"2.42.0","on-headers":"1.0.0","is-utf8":"0.2.0","serialport":"1.4.10","feedparser":"0.19.2","fs.notify":"0.0.4","passport":"0.2.1","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","oauth2orize":"1.0.1","bcrypt":"0.8.1"},"optionalDependencies":{"bcrypt":"0.8.1"},"devDependencies":{"grunt":"0.4.5","grunt-cli":"0.1.13","grunt-simple-mocha":"0.4.0","grunt-contrib-jshint":"0.11.0","mocha":"2.1.0","should":"4.6.5","sinon":"1.12.2","supertest":"0.15.0"},"bin":{"node-red":"./red.js","node-red-pi":"bin/node-red-pi"},"dist":{"shasum":"42a8a8e609bedf1c2972c50bf7deeda3d89bed3c","tarball":"https://registry.npmjs.org/node-red/-/node-red-0.10.6.tgz","integrity":"sha512-XxUBzC5NlMBwNtMfkMFiDIbYb/Ju4yfLZrwLN2nRAxUmfpUtwpKKgWsD4DLgNo3WRhMX8c54g7u0tsuc5bijRg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCTIbHEiTFUL5aBis9M9Wg7Q7UiPMvwiKcaqg1XLyCUEQIgajHOvUWY4vwe7UyTI/s1WgeM0Ig56Hd9tUqDtAlOsOc="}]},"engines":{"node":">=0.8 <0.12"}},"0.10.8":{"name":"node-red","version":"0.10.8","dependencies":{"express":"3.17.2","when":"3.7.3","bcryptjs":"2.1.0","nopt":"3.0.2","mqtt":"0.3.x","ws":"0.7.2","fs-extra":"0.18.4","clone":"1.0.2","mustache":"2.1.1","cron":"1.0.9","raw-body":"2.1.1","xml2js":"0.4.9","sentiment":"0.2.3","follow-redirects":"0.0.3","cors":"2.7.1","cheerio":"0.19.0","uglify-js":"2.4.23","on-headers":"1.0.0","is-utf8":"0.2.0","fs.notify":"0.0.4","passport":"0.2.2","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","oauth2orize":"1.0.1","node-red-node-feedparser":"0.0.*","node-red-node-email":"0.0.*","node-red-node-twitter":"0.0.*","node-red-node-serialport":"0.0.*","bcrypt":"0.8.3"},"optionalDependencies":{"node-red-node-serialport":"0.0.*","bcrypt":"0.8.3"},"devDependencies":{"grunt":"0.4.5","grunt-cli":"0.1.13","grunt-concurrent":"1.0.1","grunt-contrib-clean":"0.6.0","grunt-contrib-compress":"0.13.0","grunt-contrib-concat":"0.5.1","grunt-contrib-copy":"0.8.0","grunt-contrib-jshint":"0.11.2","grunt-contrib-uglify":"0.9.1","grunt-contrib-watch":"0.6.1","grunt-nodemon":"0.4.0","grunt-sass":"1.0.0","grunt-simple-mocha":"0.4.0","mocha":"2.2.5","should":"6.0.3","sinon":"1.15.3","supertest":"1.0.1"},"bin":{"node-red":"./red.js","node-red-pi":"bin/node-red-pi"},"dist":{"shasum":"6db2bedbc2341f4c0e13cf91a0a700f5115b4be9","tarball":"https://registry.npmjs.org/node-red/-/node-red-0.10.8.tgz","integrity":"sha512-8GUfYWg0DH0HZg13FPg4LM4c6mo1wy2FD3X8pvGJSjioUpsa+ZZhHcHHM6aqZUJUMXf/hLy8+kvKEx4X+S9qew==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIE3M2OerzBllGDa2nUgNpG08LTVrJ8SA3L6mkUONQUb6AiEA50B0PybQRPGrGx3xeJmEfhF3LCLsg0bLtGzGNdDxLPA="}]},"engines":{"node":">=0.8 <0.12"}},"0.10.8-2":{"name":"node-red","version":"0.10.8-2","dependencies":{"express":"3.17.2","when":"3.7.3","bcryptjs":"2.1.0","nopt":"3.0.2","mqtt":"0.3.x","ws":"0.7.2","fs-extra":"0.18.4","clone":"1.0.2","mustache":"2.1.1","cron":"1.0.9","raw-body":"2.1.1","xml2js":"0.4.9","sentiment":"0.2.3","follow-redirects":"0.0.3","cors":"2.7.1","cheerio":"0.19.0","uglify-js":"2.4.23","on-headers":"1.0.0","is-utf8":"0.2.0","fs.notify":"0.0.4","passport":"0.2.2","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","oauth2orize":"1.0.1","node-red-node-feedparser":"0.0.*","node-red-node-email":"0.0.*","node-red-node-twitter":"0.0.*","node-red-node-serialport":"0.0.*","bcrypt":"0.8.3"},"optionalDependencies":{"node-red-node-serialport":"0.0.*","bcrypt":"0.8.3"},"devDependencies":{"grunt":"0.4.5","grunt-cli":"0.1.13","grunt-concurrent":"1.0.1","grunt-contrib-clean":"0.6.0","grunt-contrib-compress":"0.13.0","grunt-contrib-concat":"0.5.1","grunt-contrib-copy":"0.8.0","grunt-contrib-jshint":"0.11.2","grunt-contrib-uglify":"0.9.1","grunt-contrib-watch":"0.6.1","grunt-nodemon":"0.4.0","grunt-sass":"1.0.0","grunt-simple-mocha":"0.4.0","mocha":"2.2.5","should":"6.0.3","sinon":"1.15.3","supertest":"1.0.1"},"bin":{"node-red":"./red.js","node-red-pi":"bin/node-red-pi"},"dist":{"shasum":"326ee43297d3dd84d892373f031323999152cf84","tarball":"https://registry.npmjs.org/node-red/-/node-red-0.10.8-2.tgz","integrity":"sha512-SiXVkPPsk6W16CRz/AD2ZicGW+QmlRnNsnJZirlRxp6PNHFG58ORokfz1FO6MqCgRp+/WOf9/9oh7JbVqladjQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIB3VW2MNVymMyiuc5/cjL4GPxOoDeDsI9Do4+X5gqK1cAiA++wTg6SdMsOivbAvRzRtTZ1gfAAB0stzIvpBrt0NEeg=="}]},"engines":{"node":">=0.8 <0.12"}},"0.10.8-3":{"name":"node-red","version":"0.10.8-3","dependencies":{"express":"3.17.2","when":"3.7.3","bcryptjs":"2.1.0","nopt":"3.0.2","mqtt":"0.3.x","ws":"0.7.2","fs-extra":"0.18.4","clone":"1.0.2","mustache":"2.1.1","cron":"1.0.9","raw-body":"2.1.1","xml2js":"0.4.9","sentiment":"0.2.3","follow-redirects":"0.0.3","cors":"2.7.1","cheerio":"0.19.0","uglify-js":"2.4.23","on-headers":"1.0.0","is-utf8":"0.2.0","fs.notify":"0.0.4","passport":"0.2.2","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","oauth2orize":"1.0.1","node-red-node-feedparser":"0.0.*","node-red-node-email":"0.0.*","node-red-node-twitter":"0.0.*","node-red-node-serialport":"0.0.*","bcrypt":"0.8.3"},"optionalDependencies":{"node-red-node-serialport":"0.0.*","bcrypt":"0.8.3"},"devDependencies":{"grunt":"0.4.5","grunt-cli":"0.1.13","grunt-concurrent":"1.0.1","grunt-contrib-clean":"0.6.0","grunt-contrib-compress":"0.13.0","grunt-contrib-concat":"0.5.1","grunt-contrib-copy":"0.8.0","grunt-contrib-jshint":"0.11.2","grunt-contrib-uglify":"0.9.1","grunt-contrib-watch":"0.6.1","grunt-nodemon":"0.4.0","grunt-sass":"1.0.0","grunt-simple-mocha":"0.4.0","mocha":"2.2.5","should":"6.0.3","sinon":"1.15.3","supertest":"1.0.1"},"bin":{"node-red":"./red.js","node-red-pi":"bin/node-red-pi"},"dist":{"shasum":"05678f92ea9eb8e437b86a5894e8f8ef09eb8c59","tarball":"https://registry.npmjs.org/node-red/-/node-red-0.10.8-3.tgz","integrity":"sha512-//ZsWzm2XDZJ19K595MnWyg/5iPhl7VhIRigkuUB+i08T/4xHwgIZ73ml8SBLJeqyhkyvawSZct1DY9Il2w1yw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGHMWxEhRqkbZLuKUVRnxkW18OBfJNE0o9vr3NQ1Q8pbAiBAY4p+jdnsGkz1R25JioCVEJ7EPps8d3TWRq1P8Q7H4w=="}]},"engines":{"node":">=0.8 <0.12"}},"0.10.9":{"name":"node-red","version":"0.10.9","dependencies":{"express":"3.17.2","when":"3.7.3","bcryptjs":"2.1.0","nopt":"3.0.2","mqtt":"0.3.x","ws":"0.7.2","fs-extra":"0.18.4","clone":"1.0.2","mustache":"2.1.1","cron":"1.0.9","raw-body":"2.1.1","xml2js":"0.4.9","sentiment":"0.2.3","follow-redirects":"0.0.3","cors":"2.7.1","cheerio":"0.19.0","uglify-js":"2.4.23","on-headers":"1.0.0","is-utf8":"0.2.0","fs.notify":"0.0.4","passport":"0.2.2","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","oauth2orize":"1.0.1","node-red-node-feedparser":"0.0.*","node-red-node-email":"0.0.*","node-red-node-twitter":"0.0.*","node-red-node-serialport":"0.0.*","bcrypt":"0.8.3"},"optionalDependencies":{"node-red-node-serialport":"0.0.*","bcrypt":"0.8.3"},"devDependencies":{"grunt":"0.4.5","grunt-cli":"0.1.13","grunt-concurrent":"1.0.1","grunt-contrib-clean":"0.6.0","grunt-contrib-compress":"0.13.0","grunt-contrib-concat":"0.5.1","grunt-contrib-copy":"0.8.0","grunt-contrib-jshint":"0.11.2","grunt-contrib-uglify":"0.9.1","grunt-contrib-watch":"0.6.1","grunt-nodemon":"0.4.0","grunt-sass":"1.0.0","grunt-simple-mocha":"0.4.0","mocha":"2.2.5","should":"6.0.3","sinon":"1.15.3","supertest":"1.0.1"},"bin":{"node-red":"./red.js","node-red-pi":"bin/node-red-pi"},"dist":{"shasum":"d181d74a8fc5ad2573b98a64dcb9e3e9f07c645f","tarball":"https://registry.npmjs.org/node-red/-/node-red-0.10.9.tgz","integrity":"sha512-DU2OJaV5kppy2JLluKMI5G/xbMDKGFlFGB07IB/BTIqGqJaHyT6Em6eluyJB180GlRkbE1bY4PiqYX0MHjQaKg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGobLEw4Oly6hD+Hc36NAm+IReKFpGCmuev/0X/r9uRDAiA1qqZsFQNKcAjGn5+wNZYeEb2XQUfVP6ijANm0EG5EMw=="}]},"engines":{"node":">=0.8 <0.12"}},"0.10.10":{"name":"node-red","version":"0.10.10","dependencies":{"express":"3.17.2","when":"3.7.3","bcryptjs":"2.1.0","nopt":"3.0.2","mqtt":"0.3.x","ws":"0.7.2","fs-extra":"0.18.4","clone":"1.0.2","mustache":"2.1.1","cron":"1.0.9","raw-body":"2.1.1","xml2js":"0.4.9","sentiment":"0.2.3","follow-redirects":"0.0.3","cors":"2.7.1","cheerio":"0.19.0","uglify-js":"2.4.23","on-headers":"1.0.0","is-utf8":"0.2.0","fs.notify":"0.0.4","passport":"0.2.2","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","oauth2orize":"1.0.1","node-red-node-feedparser":"0.0.*","node-red-node-email":"0.0.*","node-red-node-twitter":"0.0.*","node-red-node-serialport":"0.0.*","bcrypt":"0.8.3"},"optionalDependencies":{"node-red-node-serialport":"0.0.*","bcrypt":"0.8.3"},"devDependencies":{"grunt":"0.4.5","grunt-chmod":"1.0.3","grunt-cli":"0.1.13","grunt-concurrent":"1.0.1","grunt-contrib-clean":"0.6.0","grunt-contrib-compress":"0.13.0","grunt-contrib-concat":"0.5.1","grunt-contrib-copy":"0.8.0","grunt-contrib-jshint":"0.11.2","grunt-contrib-uglify":"0.9.1","grunt-contrib-watch":"0.6.1","grunt-nodemon":"0.4.0","grunt-sass":"1.0.0","grunt-simple-mocha":"0.4.0","mocha":"2.2.5","should":"6.0.3","sinon":"1.15.3","supertest":"1.0.1"},"bin":{"node-red":"./red.js","node-red-pi":"bin/node-red-pi"},"dist":{"shasum":"65cbdb6b7e05c91337de3142fe5dd2b172b4fbfa","tarball":"https://registry.npmjs.org/node-red/-/node-red-0.10.10.tgz","integrity":"sha512-Uldyyr0uq6TQmC1fAJLlctpVc1KSlwiqmUEEntcfufwKerNYKzuAVmYoKoqQ7YHPeymEv/yMomIJPVW0kW0Apg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDsVHSdKWKXnkF1Ove0pXhyWSqpd/rE90u2I6flO3deLAIgbtwLzKFZlg+MR3ExWY7f04jl6iT58DzbAJYNrw6V48k="}]},"engines":{"node":">=0.8 <0.12"}},"0.11.0":{"name":"node-red","version":"0.11.0","dependencies":{"express":"3.20.3","when":"3.7.3","bcryptjs":"2.2.0","nopt":"3.0.3","mqtt":"0.3.x","ws":"0.7.2","fs-extra":"0.22.1","clone":"1.0.2","mustache":"2.1.2","cron":"1.0.9","raw-body":"2.1.2","xml2js":"0.4.9","sentiment":"0.2.3","follow-redirects":"0.0.6","cors":"2.7.1","cheerio":"0.19.0","uglify-js":"2.4.23","on-headers":"1.0.0","is-utf8":"0.2.0","fs.notify":"0.0.4","passport":"0.2.2","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","oauth2orize":"1.0.1","i18next":"1.10.2","semver":"5.0.1","node-red-node-feedparser":"0.1.*","node-red-node-email":"0.1.*","node-red-node-twitter":"0.1.*","node-red-node-rbe":"0.1.*","node-red-node-serialport":"0.0.*","bcrypt":"0.8.3"},"optionalDependencies":{"node-red-node-serialport":"0.0.*","bcrypt":"0.8.3"},"devDependencies":{"grunt":"0.4.5","grunt-chmod":"1.0.3","grunt-cli":"0.1.13","grunt-concurrent":"2.0.0","grunt-contrib-clean":"0.6.0","grunt-contrib-compress":"0.13.0","grunt-contrib-concat":"0.5.1","grunt-contrib-copy":"0.8.0","grunt-contrib-jshint":"0.11.2","grunt-contrib-uglify":"0.9.1","grunt-contrib-watch":"0.6.1","grunt-jsonlint":"1.0.4","grunt-nodemon":"0.4.0","grunt-sass":"1.0.0","grunt-simple-mocha":"0.4.0","mocha":"2.2.5","should":"6.0.3","sinon":"1.15.4","supertest":"1.0.1"},"bin":{"node-red":"./red.js","node-red-pi":"bin/node-red-pi"},"dist":{"shasum":"652e8c52b95142d09b94d9fdf708e0b3f739bfac","tarball":"https://registry.npmjs.org/node-red/-/node-red-0.11.0.tgz","integrity":"sha512-zBpPF7HxdoLonDgC7jjrSKECjQb+2Xl0XmalID/eRxxQV3xcFvmZ76aGLruSrNnIgiFgTtfNqEwbmo/iu6aIEA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDzl0wolfT5kzPSKS354hU/MH9qbL17yFYTKtuNEJdFowIhANB9VvNijuN5Gb0hYoFApEsR6z7gmFwLp3WDYuIqt30M"}]},"engines":{"node":">=0.8 <=0.12"}},"0.11.1":{"name":"node-red","version":"0.11.1","dependencies":{"express":"3.20.3","when":"3.7.3","bcryptjs":"2.2.0","nopt":"3.0.3","mqtt":"0.3.x","ws":"0.7.2","fs-extra":"0.22.1","clone":"1.0.2","mustache":"2.1.2","cron":"1.0.9","raw-body":"2.1.2","xml2js":"0.4.9","sentiment":"0.2.3","follow-redirects":"0.0.6","cors":"2.7.1","cheerio":"0.19.0","uglify-js":"2.4.23","on-headers":"1.0.0","is-utf8":"0.2.0","fs.notify":"0.0.4","passport":"0.2.2","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","oauth2orize":"1.0.1","i18next":"1.10.2","semver":"5.0.1","node-red-node-feedparser":"0.1.*","node-red-node-email":"0.1.*","node-red-node-twitter":"0.1.*","node-red-node-rbe":"0.1.*","node-red-node-serialport":"0.0.*","bcrypt":"0.8.3"},"optionalDependencies":{"node-red-node-serialport":"0.0.*","bcrypt":"0.8.3"},"devDependencies":{"grunt":"0.4.5","grunt-chmod":"1.0.3","grunt-cli":"0.1.13","grunt-concurrent":"2.0.0","grunt-contrib-clean":"0.6.0","grunt-contrib-compress":"0.13.0","grunt-contrib-concat":"0.5.1","grunt-contrib-copy":"0.8.0","grunt-contrib-jshint":"0.11.2","grunt-contrib-uglify":"0.9.1","grunt-contrib-watch":"0.6.1","grunt-jsonlint":"1.0.4","grunt-nodemon":"0.4.0","grunt-sass":"1.0.0","grunt-simple-mocha":"0.4.0","mocha":"2.2.5","should":"6.0.3","sinon":"1.15.4","supertest":"1.0.1"},"bin":{"node-red":"./red.js","node-red-pi":"bin/node-red-pi"},"dist":{"shasum":"4b89a4905e8a1a1be2062db1e3e12c13719fb4ac","tarball":"https://registry.npmjs.org/node-red/-/node-red-0.11.1.tgz","integrity":"sha512-z2PKgQQ0blPmK+RzlYQ4H6ZrVCuuer2a1CjVcgKRtetYAGjPQMAZN8ckntJySQXvCTxCQq7wElpBCJOy+um1EA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCEsAZ0sNnpF1p8ClaJ0uQDOwmlrjDp11i7XQRunTHKWgIgHHLk2BiqGhqfWyAwIZPfWAl+VYu9Xy6P0qdw++IPs8M="}]},"engines":{"node":">=0.8 <=0.12"}},"0.11.2":{"name":"node-red","version":"0.11.2","dependencies":{"express":"3.20.3","when":"3.7.3","bcryptjs":"2.2.0","nopt":"3.0.3","mqtt":"0.3.x","ws":"0.7.2","fs-extra":"0.22.1","clone":"1.0.2","mustache":"2.1.2","cron":"1.0.9","raw-body":"2.1.2","xml2js":"0.4.12","sentiment":"0.2.3","follow-redirects":"0.0.6","cors":"2.7.1","cheerio":"0.19.0","uglify-js":"2.4.24","on-headers":"1.0.0","is-utf8":"0.2.0","fs.notify":"0.0.4","passport":"0.2.2","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","oauth2orize":"1.0.1","i18next":"1.10.2","semver":"5.0.1","node-red-node-feedparser":"0.1.*","node-red-node-email":"0.1.*","node-red-node-twitter":"0.1.*","node-red-node-rbe":"0.1.*","node-red-node-serialport":"0.0.*","bcrypt":"0.8.3"},"optionalDependencies":{"node-red-node-serialport":"0.0.*","bcrypt":"0.8.3"},"devDependencies":{"grunt":"0.4.5","grunt-chmod":"1.0.3","grunt-cli":"0.1.13","grunt-concurrent":"2.0.0","grunt-contrib-clean":"0.6.0","grunt-contrib-compress":"0.13.0","grunt-contrib-concat":"0.5.1","grunt-contrib-copy":"0.8.0","grunt-contrib-jshint":"0.11.2","grunt-contrib-uglify":"0.9.1","grunt-contrib-watch":"0.6.1","grunt-jsonlint":"1.0.4","grunt-nodemon":"0.4.0","grunt-sass":"1.0.0","grunt-simple-mocha":"0.4.0","mocha":"2.2.5","should":"6.0.3","sinon":"1.15.4","supertest":"1.0.1"},"bin":{"node-red":"./red.js","node-red-pi":"bin/node-red-pi"},"dist":{"shasum":"f5bf81579e86e7c2a16f1b7d2847b4a1b23778ea","tarball":"https://registry.npmjs.org/node-red/-/node-red-0.11.2.tgz","integrity":"sha512-PLGF9ws3BCe+Rch5ep9PHQ1L1e4WiZMx21mg8OQllM99qT79Ksvlqwu8J6/eMSjp3UW4sdmxhfgIvqj/UruiRw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCTrm+GM74HXTfUo3+oG9nAcz87tPGyM5eOJfPf+xRSUQIgExOh3xYz1HPhmrKTQD5voHZ0OZkb+Nx45j4+FC0W39M="}]},"engines":{"node":">=0.8 <=0.12"}},"0.12.0":{"name":"node-red","version":"0.12.0","dependencies":{"express":"4.13.3","body-parser":"1.14.1","when":"3.7.4","bcryptjs":"2.3.0","nopt":"3.0.4","mqtt":"1.4.3","ws":"0.8.0","fs-extra":"0.26.0","clone":"1.0.2","mustache":"2.2.0","cron":"1.0.9","raw-body":"2.1.4","xml2js":"0.4.13","sentiment":"0.2.3","follow-redirects":"0.0.7","cors":"2.7.1","cheerio":"0.19.0","uglify-js":"2.5.0","on-headers":"1.0.1","is-utf8":"0.2.0","media-typer":"0.3.0","fs.notify":"0.0.4","passport":"0.3.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","oauth2orize":"1.1.0","i18next":"1.10.5","semver":"5.0.3","node-red-node-feedparser":"0.1.*","node-red-node-email":"0.1.*","node-red-node-twitter":"0.1.*","node-red-node-rbe":"0.1.*","node-red-node-serialport":"0.0.*","bcrypt":"0.8.5"},"optionalDependencies":{"node-red-node-serialport":"0.0.*","bcrypt":"0.8.5"},"devDependencies":{"grunt":"0.4.5","grunt-chmod":"1.1.1","grunt-cli":"0.1.13","grunt-concurrent":"2.0.3","grunt-contrib-clean":"0.6.0","grunt-contrib-compress":"0.14.0","grunt-contrib-concat":"0.5.1","grunt-contrib-copy":"0.8.2","grunt-contrib-jshint":"0.11.3","grunt-contrib-uglify":"0.9.2","grunt-contrib-watch":"0.6.1","grunt-jsonlint":"1.0.5","grunt-nodemon":"0.4.0","grunt-sass":"1.1.0","grunt-simple-mocha":"0.4.0","mocha":"2.3.3","should":"6.0.3","sinon":"1.17.2","supertest":"1.1.0"},"bin":{"node-red":"./red.js","node-red-pi":"bin/node-red-pi"},"dist":{"shasum":"03d1a6c66b7cd76d1f382fbc0cf6625ddb211e99","tarball":"https://registry.npmjs.org/node-red/-/node-red-0.12.0.tgz","integrity":"sha512-ggmCWuUn9YzBtW3m1IbRY7mFYjhiimJhC3nrPnukVZQnDI7A3vgzk/qj4CX4caeOm+AisQcH8GrtSqI46UY92A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCc6HFIrerfc3sYrMR2kaya3KkB3bmAwq8owg+2TURVRQIhAIlTwwWLD9zLlXunzEppS+i9Yifq+PsqNVW0XQuqeuoe"}]},"engines":{"node":">=0.8 <=0.12"}},"0.12.1":{"name":"node-red","version":"0.12.1","dependencies":{"express":"4.13.3","body-parser":"1.14.1","when":"3.7.4","bcryptjs":"2.3.0","nopt":"3.0.4","mqtt":"1.4.3","ws":"0.8.0","fs-extra":"0.26.0","clone":"1.0.2","mustache":"2.2.0","cron":"1.0.9","raw-body":"2.1.4","xml2js":"0.4.13","sentiment":"0.2.3","follow-redirects":"0.0.7","cors":"2.7.1","cheerio":"0.19.0","uglify-js":"2.5.0","on-headers":"1.0.1","is-utf8":"0.2.0","media-typer":"0.3.0","fs.notify":"0.0.4","passport":"0.3.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","oauth2orize":"1.1.0","i18next":"1.10.5","semver":"5.0.3","basic-auth":"1.0.3","node-red-node-feedparser":"0.1.*","node-red-node-email":"0.1.*","node-red-node-twitter":"0.1.*","node-red-node-rbe":"0.1.*","node-red-node-serialport":"0.0.*","bcrypt":"0.8.5"},"optionalDependencies":{"node-red-node-serialport":"0.0.*","bcrypt":"0.8.5"},"devDependencies":{"grunt":"0.4.5","grunt-chmod":"1.1.1","grunt-cli":"0.1.13","grunt-concurrent":"2.0.3","grunt-contrib-clean":"0.6.0","grunt-contrib-compress":"0.14.0","grunt-contrib-concat":"0.5.1","grunt-contrib-copy":"0.8.2","grunt-contrib-jshint":"0.11.3","grunt-contrib-uglify":"0.9.2","grunt-contrib-watch":"0.6.1","grunt-jsonlint":"1.0.5","grunt-nodemon":"0.4.0","grunt-sass":"1.1.0","grunt-simple-mocha":"0.4.0","mocha":"2.3.3","should":"6.0.3","sinon":"1.17.2","supertest":"1.1.0"},"bin":{"node-red":"./red.js","node-red-pi":"bin/node-red-pi"},"dist":{"shasum":"4b5e0abc81f10a740969cd3b57e038c885d6cbb0","tarball":"https://registry.npmjs.org/node-red/-/node-red-0.12.1.tgz","integrity":"sha512-uj2y518tlO6wF9PPj2kqudyNeLwjVnBJAt11VgTldMK7fhbTWcRsDw+c3qEtm3quivlW2RvbKvg8S8HqxC3Zmw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDmP75wuuBkJnt1qyr/g08sA8XjWKaXnuyBpLLs/Ce0wwIgOHX8LAfmcIf14jqekhHRRW2ewLQcpc47L4bwOkQViv8="}]},"engines":{"node":">=0.8 <=0.12"}},"0.12.2":{"name":"node-red","version":"0.12.2","dependencies":{"basic-auth":"1.0.3","bcryptjs":"2.3.0","body-parser":"1.14.1","cheerio":"0.19.0","clone":"1.0.2","cors":"2.7.1","cron":"1.0.9","express":"4.13.3","follow-redirects":"0.0.7","fs-extra":"0.26.0","fs.notify":"0.0.4","i18next":"1.10.5","is-utf8":"0.2.0","media-typer":"0.3.0","mqtt":"1.4.3","mustache":"2.2.0","nopt":"3.0.4","oauth2orize":"1.1.0","on-headers":"1.0.1","passport":"0.3.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","raw-body":"2.1.4","semver":"5.0.3","sentiment":"0.2.3","uglify-js":"2.5.0","when":"3.7.4","ws":"0.8.0","xml2js":"0.4.13","node-red-node-feedparser":"0.1.*","node-red-node-email":"0.1.*","node-red-node-twitter":"0.1.*","node-red-node-rbe":"0.1.*","node-red-node-serialport":"0.0.*","bcrypt":"0.8.5"},"optionalDependencies":{"node-red-node-serialport":"0.0.*","bcrypt":"0.8.5"},"devDependencies":{"grunt":"0.4.5","grunt-chmod":"1.1.1","grunt-cli":"0.1.13","grunt-concurrent":"2.0.3","grunt-contrib-clean":"0.6.0","grunt-contrib-compress":"0.14.0","grunt-contrib-concat":"0.5.1","grunt-contrib-copy":"0.8.2","grunt-contrib-jshint":"0.11.3","grunt-contrib-uglify":"0.9.2","grunt-contrib-watch":"0.6.1","grunt-jsonlint":"1.0.5","grunt-nodemon":"0.4.0","grunt-sass":"1.1.0","grunt-simple-mocha":"0.4.0","mocha":"2.3.3","should":"6.0.3","sinon":"1.17.2","supertest":"1.1.0"},"bin":{"node-red":"./red.js","node-red-pi":"bin/node-red-pi"},"dist":{"shasum":"4a2165b0f4440cb106fb07c33c7c105d54a5cdcb","tarball":"https://registry.npmjs.org/node-red/-/node-red-0.12.2.tgz","integrity":"sha512-N6r9Szh9V5Lwq4lfGiM0wBbS8bwKwD5nhC8i9LpklFmR/+639jzTtp4R/L85N2usijWMV5M8Y+7u6ZFN0knUzg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICqmkwvnACaFdWGsnRi6u0An7CWdEyIXzm+2E6XFZpQ/AiBpMpcfi5AqIhs/4RCe1teaJPucsYH8ivhZQt+eXQwq3Q=="}]},"engines":{"node":">=0.10"}},"0.12.3":{"name":"node-red","version":"0.12.3","dependencies":{"basic-auth":"1.0.3","bcryptjs":"2.3.0","body-parser":"1.14.1","cheerio":"0.19.0","clone":"1.0.2","cors":"2.7.1","cron":"1.1.0","express":"4.13.3","follow-redirects":"0.0.7","fs-extra":"0.26.2","fs.notify":"0.0.4","i18next":"1.10.6","is-utf8":"0.2.0","media-typer":"0.3.0","mqtt":"1.6.1","mustache":"2.2.0","nopt":"3.0.6","oauth2orize":"1.2.0","on-headers":"1.0.1","passport":"0.3.2","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","raw-body":"2.1.5","semver":"5.1.0","sentiment":"0.2.3","uglify-js":"2.6.1","when":"3.7.5","ws":"0.8.1","xml2js":"0.4.15","node-red-node-feedparser":"0.1.*","node-red-node-email":"0.1.*","node-red-node-twitter":"0.1.*","node-red-node-rbe":"0.1.*","node-red-node-serialport":"0.1.*","bcrypt":"0.8.5"},"optionalDependencies":{"node-red-node-serialport":"0.1.*","bcrypt":"0.8.5"},"devDependencies":{"grunt":"0.4.5","grunt-chmod":"1.1.1","grunt-cli":"0.1.13","grunt-concurrent":"2.1.0","grunt-contrib-clean":"0.7.0","grunt-contrib-compress":"0.14.0","grunt-contrib-concat":"0.5.1","grunt-contrib-copy":"0.8.2","grunt-contrib-jshint":"0.11.3","grunt-contrib-uglify":"0.11.0","grunt-contrib-watch":"0.6.1","grunt-jsonlint":"1.0.6","grunt-nodemon":"0.4.1","grunt-sass":"1.1.0","grunt-simple-mocha":"0.4.0","mocha":"2.3.4","should":"6.0.3","sinon":"1.17.2","supertest":"1.1.0"},"bin":{"node-red":"./red.js","node-red-pi":"bin/node-red-pi"},"dist":{"shasum":"b3b3e56dace20dcc8403206ebe4d5110087c5025","tarball":"https://registry.npmjs.org/node-red/-/node-red-0.12.3.tgz","integrity":"sha512-P95WvUofE801Boxq17YxoDCgD5ZtR0q+g6NkO5hYmQVEUH43RtLcDku3iAbGqxsNzoSGhr/ugQAUSwWHxs3u8A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAie2Z6xQukqDZBGbkUSIf9H7nlN/XO/HJxuD1dTPCdcAiEAzEcA4ZOzo3n7UZQ8e8ZZOCBXkpcOfkr9fWo5PpvYq5E="}]},"engines":{"node":">=0.10"}},"0.12.4":{"name":"node-red","version":"0.12.4","dependencies":{"basic-auth":"1.0.3","bcryptjs":"2.3.0","body-parser":"1.14.1","cheerio":"0.19.0","clone":"1.0.2","cors":"2.7.1","cron":"1.1.0","express":"4.13.3","follow-redirects":"0.0.7","fs-extra":"0.26.2","fs.notify":"0.0.4","i18next":"1.10.6","is-utf8":"0.2.0","media-typer":"0.3.0","mqtt":"1.6.1","mustache":"2.2.0","nopt":"3.0.6","oauth2orize":"1.2.0","on-headers":"1.0.1","passport":"0.3.2","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","raw-body":"2.1.5","semver":"5.1.0","sentiment":"0.2.3","uglify-js":"2.6.1","when":"3.7.5","ws":"0.8.1","xml2js":"0.4.15","node-red-node-feedparser":"0.1.*","node-red-node-email":"0.1.*","node-red-node-twitter":"0.1.*","node-red-node-rbe":"0.1.*","node-red-node-serialport":"0.1.*","bcrypt":"0.8.5"},"optionalDependencies":{"node-red-node-serialport":"0.1.*","bcrypt":"0.8.5"},"devDependencies":{"grunt":"0.4.5","grunt-chmod":"1.1.1","grunt-cli":"0.1.13","grunt-concurrent":"2.1.0","grunt-contrib-clean":"0.7.0","grunt-contrib-compress":"0.14.0","grunt-contrib-concat":"0.5.1","grunt-contrib-copy":"0.8.2","grunt-contrib-jshint":"0.11.3","grunt-contrib-uglify":"0.11.0","grunt-contrib-watch":"0.6.1","grunt-jsonlint":"1.0.6","grunt-nodemon":"0.4.1","grunt-sass":"1.1.0","grunt-simple-mocha":"0.4.0","mocha":"2.3.4","should":"6.0.3","sinon":"1.17.2","supertest":"1.1.0"},"bin":{"node-red":"./red.js","node-red-pi":"bin/node-red-pi"},"dist":{"shasum":"732e0d2c5202d399138bb62c402fed7037c50f09","tarball":"https://registry.npmjs.org/node-red/-/node-red-0.12.4.tgz","integrity":"sha512-Z+73ctyfwpHJKHUM+y5LmlN89rzL4IOEm0sqAIbcn7gTmGTKjGfk8zMN54IXRU5MvFXzEDTHEwlxm1qItdMsYA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCj/Cmuvx2CNf0sx0rW/VvcX151FZdAax2aj7KNddPBCgIhAL32KW39evMcp5ZtzM9zS/5FoZBgHrqq00AnwJWPFQYC"}]},"engines":{"node":">=0.10"}},"0.12.5":{"name":"node-red","version":"0.12.5","dependencies":{"basic-auth":"1.0.3","bcryptjs":"2.3.0","body-parser":"1.14.2","cheerio":"0.19.0","clone":"1.0.2","cors":"2.7.1","cron":"1.1.0","express":"4.13.3","follow-redirects":"0.0.7","fs-extra":"0.26.4","fs.notify":"0.0.4","i18next":"1.10.6","is-utf8":"0.2.1","media-typer":"0.3.0","mqtt":"1.6.3","mustache":"2.2.1","nopt":"3.0.6","oauth2orize":"1.2.0","on-headers":"1.0.1","passport":"0.3.2","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","raw-body":"2.1.5","semver":"5.1.0","sentiment":"1.0.4","uglify-js":"2.6.1","when":"3.7.7","ws":"0.8.1","xml2js":"0.4.15","node-red-node-feedparser":"0.1.*","node-red-node-email":"0.1.*","node-red-node-twitter":"0.1.*","node-red-node-rbe":"0.1.*","node-red-node-serialport":"0.1.*","bcrypt":"0.8.5"},"optionalDependencies":{"node-red-node-serialport":"0.1.*","bcrypt":"0.8.5"},"devDependencies":{"grunt":"0.4.5","grunt-chmod":"1.1.1","grunt-cli":"0.1.13","grunt-concurrent":"2.1.0","grunt-contrib-clean":"0.7.0","grunt-contrib-compress":"0.14.0","grunt-contrib-concat":"0.5.1","grunt-contrib-copy":"0.8.2","grunt-contrib-jshint":"0.11.3","grunt-contrib-uglify":"0.11.0","grunt-contrib-watch":"0.6.1","grunt-jsonlint":"1.0.7","grunt-nodemon":"0.4.1","grunt-sass":"1.1.0","grunt-simple-mocha":"0.4.1","mocha":"2.3.4","should":"6.0.3","sinon":"1.17.2","supertest":"1.1.0"},"bin":{"node-red":"./red.js","node-red-pi":"bin/node-red-pi"},"dist":{"shasum":"575a9f89f94f5dcb2302791f89134c18fb6fcd51","tarball":"https://registry.npmjs.org/node-red/-/node-red-0.12.5.tgz","integrity":"sha512-E9cDKFMiemGSMJFDjPKvdaEFFZ8pASTTn/L1Dm2KftokVc7lIwKTJU7jdR5GIZrR1P6sYdnTdHCncMjHnzyL/A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIB8Qq8npMlvcYZw5xQwRuwZkUc/qTCsRSzpaMAGhgCIBAiBCpSG2uecAIDcazBIDjWR0ldBZ78EEnoJjDMWAkH4hIg=="}]},"engines":{"node":">=0.10"}},"0.13.0":{"name":"node-red","version":"0.13.0","dependencies":{"basic-auth":"1.0.3","bcryptjs":"2.3.0","body-parser":"1.14.2","cheerio":"0.19.0","clone":"1.0.2","cors":"2.7.1","cron":"1.1.0","express":"4.13.3","follow-redirects":"0.0.7","fs-extra":"0.26.4","fs.notify":"0.0.4","i18next":"1.10.6","is-utf8":"0.2.1","media-typer":"0.3.0","mqtt":"1.6.3","mustache":"2.2.1","nopt":"3.0.6","oauth2orize":"1.2.0","on-headers":"1.0.1","passport":"0.3.2","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","raw-body":"2.1.5","semver":"5.1.0","sentiment":"1.0.5","uglify-js":"2.6.1","when":"3.7.7","ws":"0.8.1","xml2js":"0.4.16","node-red-node-feedparser":"0.1.*","node-red-node-email":"0.1.*","node-red-node-twitter":"0.1.*","node-red-node-rbe":"0.1.*","node-red-node-serialport":"0.1.*","bcrypt":"0.8.5"},"optionalDependencies":{"node-red-node-serialport":"0.1.*","bcrypt":"0.8.5"},"devDependencies":{"grunt":"0.4.5","grunt-chmod":"1.1.1","grunt-cli":"0.1.13","grunt-concurrent":"2.1.0","grunt-contrib-clean":"0.7.0","grunt-contrib-compress":"0.14.0","grunt-contrib-concat":"0.5.1","grunt-contrib-copy":"0.8.2","grunt-contrib-jshint":"0.12.0","grunt-contrib-uglify":"0.11.0","grunt-contrib-watch":"0.6.1","grunt-jsonlint":"1.0.7","grunt-nodemon":"0.4.1","grunt-sass":"1.1.0","grunt-simple-mocha":"0.4.1","mocha":"2.3.4","should":"6.0.3","sinon":"1.17.2","supertest":"1.1.0"},"bin":{"node-red":"./red.js","node-red-pi":"bin/node-red-pi"},"dist":{"shasum":"d5e1db4f7d9d060ebe74c5ef65ac7eeaa085fd0b","tarball":"https://registry.npmjs.org/node-red/-/node-red-0.13.0.tgz","integrity":"sha512-XlWLhd92KDLKdb+zjpsJ2YCRddhRD3WBdu4/X1LDHG0YOxJsWxpN7lVDqIDmgtLsBE8T8z0Z+nDKaHcnoWOs+Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHjWc7hDTJ0cy9aRBQDYF/XFBQ7sEk6XM+PvNW7lpY0hAiEAyrQM7VyUAoruPF0yPiidUT863rPt9akCbYLBc0izEK8="}]},"engines":{"node":">=0.10"}},"0.13.1":{"name":"node-red","version":"0.13.1","dependencies":{"basic-auth":"1.0.3","bcryptjs":"2.3.0","body-parser":"1.14.2","cheerio":"0.19.0","clone":"1.0.2","cors":"2.7.1","cron":"1.1.0","express":"4.13.3","follow-redirects":"0.0.7","fs-extra":"0.26.4","fs.notify":"0.0.4","i18next":"1.10.6","is-utf8":"0.2.1","media-typer":"0.3.0","mqtt":"1.6.3","mustache":"2.2.1","nopt":"3.0.6","oauth2orize":"1.2.0","on-headers":"1.0.1","passport":"0.3.2","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","raw-body":"2.1.5","semver":"5.1.0","sentiment":"1.0.5","uglify-js":"2.6.1","when":"3.7.7","ws":"0.8.1","xml2js":"0.4.16","node-red-node-feedparser":"0.1.*","node-red-node-email":"0.1.*","node-red-node-twitter":"0.1.*","node-red-node-rbe":"0.1.*","node-red-node-serialport":"0.1.*","bcrypt":"0.8.5"},"optionalDependencies":{"node-red-node-serialport":"0.1.*","bcrypt":"0.8.5"},"devDependencies":{"grunt":"0.4.5","grunt-chmod":"1.1.1","grunt-cli":"0.1.13","grunt-concurrent":"2.1.0","grunt-contrib-clean":"0.7.0","grunt-contrib-compress":"0.14.0","grunt-contrib-concat":"0.5.1","grunt-contrib-copy":"0.8.2","grunt-contrib-jshint":"0.12.0","grunt-contrib-uglify":"0.11.0","grunt-contrib-watch":"0.6.1","grunt-jsonlint":"1.0.7","grunt-nodemon":"0.4.1","grunt-sass":"1.1.0","grunt-simple-mocha":"0.4.1","mocha":"2.3.4","should":"6.0.3","sinon":"1.17.2","supertest":"1.1.0"},"bin":{"node-red":"./red.js","node-red-pi":"bin/node-red-pi"},"dist":{"shasum":"37d1a978655402982c96f1d2f71f234b69d24382","tarball":"https://registry.npmjs.org/node-red/-/node-red-0.13.1.tgz","integrity":"sha512-5SwT7a4Sie5TbMEsBErB0r2oD6hKf39oTt/D0+1YOx6NaA3LMFfdVQ4HYRP7a4hbZas1rshIrNWJsON4MslOow==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDjRtyPy+G8kPgodhWZ3EaAPo2HpknlG1TIjdR8i8x02AiAqmA2D/LUI/jf1ytKkdsIS7PtgQdmOtLs1a/Qy09PQiA=="}]},"engines":{"node":">=0.10"}},"0.13.2":{"name":"node-red","version":"0.13.2","dependencies":{"basic-auth":"1.0.3","bcryptjs":"2.3.0","body-parser":"1.15.0","cheerio":"0.20.0","clone":"1.0.2","cors":"2.7.1","cron":"1.1.0","express":"4.13.4","follow-redirects":"0.0.7","fs-extra":"0.26.5","fs.notify":"0.0.4","i18next":"1.10.6","is-utf8":"0.2.1","media-typer":"0.3.0","mqtt":"1.7.2","mustache":"2.2.1","nopt":"3.0.6","oauth2orize":"1.2.2","on-headers":"1.0.1","passport":"0.3.2","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","raw-body":"2.1.5","semver":"5.1.0","sentiment":"1.0.6","uglify-js":"2.6.1","when":"3.7.7","ws":"0.8.1","xml2js":"0.4.16","node-red-node-feedparser":"0.1.*","node-red-node-email":"0.1.*","node-red-node-twitter":"0.1.*","node-red-node-rbe":"0.1.*","node-red-node-serialport":"0.1.*","bcrypt":"0.8.5"},"optionalDependencies":{"node-red-node-serialport":"0.1.*","bcrypt":"0.8.5"},"devDependencies":{"grunt":"0.4.5","grunt-chmod":"1.1.1","grunt-cli":"0.1.13","grunt-concurrent":"2.2.1","grunt-contrib-clean":"0.7.0","grunt-contrib-compress":"0.14.0","grunt-contrib-concat":"0.5.1","grunt-contrib-copy":"0.8.2","grunt-contrib-jshint":"0.12.0","grunt-contrib-uglify":"0.11.1","grunt-contrib-watch":"0.6.1","grunt-jsonlint":"1.0.7","grunt-nodemon":"0.4.1","grunt-sass":"1.1.0","grunt-simple-mocha":"0.4.1","mocha":"2.4.5","should":"6.0.3","sinon":"1.17.3","supertest":"1.2.0"},"bin":{"node-red":"./red.js","node-red-pi":"bin/node-red-pi"},"dist":{"shasum":"0d25bb6297ac0012378e963626cdc9370ea1fa43","tarball":"https://registry.npmjs.org/node-red/-/node-red-0.13.2.tgz","integrity":"sha512-eWndnDm01rn2oFpAZpePyCOU3+eszmAsHj3n3QlRh3a+DN5eB+y5m8hGzf8tUecDFJj/gJtJucVKKtr3B0kRkQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDp/F0gVdrTuXPSUQt3allnDxzq5zNQ+8XL7PTiXJXRCAIgBbhULr90ZWse9LOYKtMFMXSJEaTDhGVTQTZS5Mtorqo="}]},"engines":{"node":">=0.10"}},"0.13.3":{"name":"node-red","version":"0.13.3","dependencies":{"basic-auth":"1.0.3","bcryptjs":"2.3.0","body-parser":"1.15.0","cheerio":"0.19.0","clone":"1.0.2","cors":"2.7.1","cron":"1.1.0","express":"4.13.4","follow-redirects":"0.0.7","fs-extra":"0.26.5","fs.notify":"0.0.4","i18next":"1.10.6","is-utf8":"0.2.1","media-typer":"0.3.0","mqtt":"1.7.2","mustache":"2.2.1","nopt":"3.0.6","oauth2orize":"1.2.2","on-headers":"1.0.1","passport":"0.3.2","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","raw-body":"2.1.5","semver":"5.1.0","sentiment":"1.0.6","uglify-js":"2.6.1","when":"3.7.7","ws":"0.8.1","xml2js":"0.4.16","node-red-node-feedparser":"0.1.*","node-red-node-email":"0.1.*","node-red-node-twitter":"0.1.*","node-red-node-rbe":"0.1.*","node-red-node-serialport":"0.1.*","bcrypt":"0.8.5"},"optionalDependencies":{"node-red-node-serialport":"0.1.*","bcrypt":"0.8.5"},"devDependencies":{"grunt":"0.4.5","grunt-chmod":"1.1.1","grunt-cli":"0.1.13","grunt-concurrent":"2.2.1","grunt-contrib-clean":"0.7.0","grunt-contrib-compress":"0.14.0","grunt-contrib-concat":"0.5.1","grunt-contrib-copy":"0.8.2","grunt-contrib-jshint":"0.12.0","grunt-contrib-uglify":"0.11.1","grunt-contrib-watch":"0.6.1","grunt-jsonlint":"1.0.7","grunt-nodemon":"0.4.1","grunt-sass":"1.1.0","grunt-simple-mocha":"0.4.1","mocha":"2.4.5","should":"6.0.3","sinon":"1.17.3","supertest":"1.2.0"},"bin":{"node-red":"./red.js","node-red-pi":"bin/node-red-pi"},"dist":{"shasum":"09afbd39fb2e884d05dd2fb31b83f0a7f67559a2","tarball":"https://registry.npmjs.org/node-red/-/node-red-0.13.3.tgz","integrity":"sha512-kK67VzypTpfM1s/Qdc708xuLHI93sp/T+sfpYQDnwBsnp6+PBEBJULy3K8Y+A+cyJxmpJ3sfo9vp4SaxPGPBIw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCNMq3GbVVPyz4YjPUTg52yIxSBoosiC2nPxo9yolhZPwIgM7PQwrmENNdwZFDzlHfVl4A21QfqogEJHEu+tHXYqE8="}]},"engines":{"node":">=0.10"}},"0.13.4":{"name":"node-red","version":"0.13.4","dependencies":{"basic-auth":"1.0.3","bcryptjs":"2.3.0","body-parser":"1.15.0","cheerio":"0.19.0","clone":"1.0.2","cors":"2.7.1","cron":"1.1.0","express":"4.13.4","follow-redirects":"0.0.7","fs-extra":"0.26.7","fs.notify":"0.0.4","i18next":"1.10.6","is-utf8":"0.2.1","media-typer":"0.3.0","mqtt":"1.7.4","mustache":"2.2.1","nopt":"3.0.6","oauth2orize":"1.2.2","on-headers":"1.0.1","passport":"0.3.2","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","raw-body":"2.1.6","semver":"5.1.0","sentiment":"1.0.6","uglify-js":"2.6.2","when":"3.7.7","ws":"0.8.1","xml2js":"0.4.16","node-red-node-feedparser":"0.1.*","node-red-node-email":"0.1.*","node-red-node-twitter":"0.1.*","node-red-node-rbe":"0.1.*","node-red-node-serialport":"0.1.*","bcrypt":"0.8.5"},"optionalDependencies":{"node-red-node-serialport":"0.1.*","bcrypt":"0.8.5"},"devDependencies":{"grunt":"0.4.5","grunt-chmod":"1.1.1","grunt-cli":"0.1.13","grunt-concurrent":"2.2.1","grunt-contrib-clean":"0.7.0","grunt-contrib-compress":"0.14.0","grunt-contrib-concat":"0.5.1","grunt-contrib-copy":"0.8.2","grunt-contrib-jshint":"0.12.0","grunt-contrib-uglify":"0.11.1","grunt-contrib-watch":"0.6.1","grunt-jsonlint":"1.0.7","grunt-nodemon":"0.4.1","grunt-sass":"1.1.0","grunt-simple-mocha":"0.4.1","mocha":"2.4.5","should":"6.0.3","sinon":"1.17.3","supertest":"1.2.0"},"bin":{"node-red":"./red.js","node-red-pi":"bin/node-red-pi"},"dist":{"shasum":"128a7e52129132d8fc5f0f7dc0ddd22b3de14bf1","tarball":"https://registry.npmjs.org/node-red/-/node-red-0.13.4.tgz","integrity":"sha512-zpHdHuiRcNCGmymLCfkhZhEmC6e+6yOFyZyy+KQ6QyWeKk16cL8duWvffnIUhELs410yyZL1gFxAbSO90oyWNg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDbCcGiTgmq89CBnSZIazvej1XryzVK21WqylikMdPIjAiEAqZWr3vPu/HN2CuYvUTAmUArMV92slnFVnnpx+TmmVoA="}]},"engines":{"node":">=0.10"}},"0.14.0":{"name":"node-red","version":"0.14.0","dependencies":{"basic-auth":"1.0.4","bcryptjs":"2.3.0","body-parser":"1.15.1","cheerio":"0.19.0","clone":"1.0.2","cookie-parser":"1.4.3","cors":"2.7.1","cron":"1.1.0","express":"4.14.0","follow-redirects":"0.2.0","fs-extra":"0.30.0","fs.notify":"0.0.4","i18next":"1.10.6","is-utf8":"0.2.1","media-typer":"0.3.0","mqtt":"1.11.2","mustache":"2.2.1","nopt":"3.0.6","oauth2orize":"1.3.0","on-headers":"1.0.1","passport":"0.3.2","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","raw-body":"2.1.6","semver":"5.1.0","sentiment":"1.0.6","uglify-js":"2.6.2","when":"3.7.7","ws":"0.8.1","xml2js":"0.4.16","node-red-node-feedparser":"0.1.*","node-red-node-email":"0.1.*","node-red-node-twitter":"0.1.*","node-red-node-rbe":"0.1.*","node-red-node-serialport":"0.2.*","bcrypt":"0.8.7"},"optionalDependencies":{"node-red-node-serialport":"0.2.*","bcrypt":"0.8.7"},"devDependencies":{"grunt":"1.0.1","grunt-chmod":"1.1.1","grunt-cli":"1.2.0","grunt-concurrent":"2.3.0","grunt-contrib-clean":"1.0.0","grunt-contrib-compress":"1.3.0","grunt-contrib-concat":"1.0.1","grunt-contrib-copy":"1.0.0","grunt-contrib-jshint":"1.0.0","grunt-contrib-uglify":"1.0.1","grunt-contrib-watch":"1.0.0","grunt-jsonlint":"1.1.0","grunt-nodemon":"0.4.2","grunt-sass":"1.2.0","grunt-simple-mocha":"0.4.1","mocha":"2.5.3","should":"8.4.0","sinon":"1.17.4","supertest":"1.2.0"},"bin":{"node-red":"./red.js","node-red-pi":"bin/node-red-pi"},"dist":{"shasum":"12e31c612eb79e5fa4a3c77108cc0fde132fb99f","tarball":"https://registry.npmjs.org/node-red/-/node-red-0.14.0.tgz","integrity":"sha512-5J0+Y5F4z8uim6dPrM3IU5iRSmcVMegR3o/GmULLiWAvlKdvD1UrYniWRE7zNz2RHn0LEr6b8JA+mvJFW8h7Dw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBNEF9T0P5vzDnpe78gixQshiDc9fbSEbGSsTtV5Qb8dAiBtWBiZ3qVouLntY0hOSdwyX+5a8WpA/iGSSayJGtnJ7Q=="}]},"engines":{"node":">=0.10"}},"0.14.1":{"name":"node-red","version":"0.14.1","dependencies":{"basic-auth":"1.0.4","bcryptjs":"2.3.0","body-parser":"1.15.1","cheerio":"0.19.0","clone":"1.0.2","cookie-parser":"1.4.3","cors":"2.7.1","cron":"1.1.0","express":"4.14.0","follow-redirects":"0.2.0","fs-extra":"0.30.0","fs.notify":"0.0.4","i18next":"1.10.6","is-utf8":"0.2.1","media-typer":"0.3.0","mqtt":"1.11.2","mustache":"2.2.1","nopt":"3.0.6","oauth2orize":"1.3.0","on-headers":"1.0.1","passport":"0.3.2","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","raw-body":"2.1.6","semver":"5.1.0","sentiment":"1.0.6","uglify-js":"2.6.2","when":"3.7.7","ws":"0.8.1","xml2js":"0.4.16","node-red-node-feedparser":"0.1.*","node-red-node-email":"0.1.*","node-red-node-twitter":"0.1.*","node-red-node-rbe":"0.1.*","node-red-node-serialport":"0.2.*","bcrypt":"0.8.7"},"optionalDependencies":{"node-red-node-serialport":"0.2.*","bcrypt":"0.8.7"},"devDependencies":{"grunt":"1.0.1","grunt-chmod":"1.1.1","grunt-cli":"1.2.0","grunt-concurrent":"2.3.0","grunt-contrib-clean":"1.0.0","grunt-contrib-compress":"1.3.0","grunt-contrib-concat":"1.0.1","grunt-contrib-copy":"1.0.0","grunt-contrib-jshint":"1.0.0","grunt-contrib-uglify":"1.0.1","grunt-contrib-watch":"1.0.0","grunt-jsonlint":"1.1.0","grunt-nodemon":"0.4.2","grunt-sass":"1.2.0","grunt-simple-mocha":"0.4.1","mocha":"2.5.3","should":"8.4.0","sinon":"1.17.4","supertest":"1.2.0"},"bin":{"node-red":"./red.js","node-red-pi":"bin/node-red-pi"},"dist":{"shasum":"e0b0f35abf367cd82108e91ea8f8136c0755ad84","tarball":"https://registry.npmjs.org/node-red/-/node-red-0.14.1.tgz","integrity":"sha512-52z45aoLM4Gnl8E+RhHsK5m7x+eoa5cxlBx/c+qfks8Wld5Jf24fINB/hwhDkr09ur/oHBdsjO7UF4NHEZhwQQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAGOSr7S1Cn8UnJw/lOXb5BQW/Se59P0M2UYxVePoTXYAiAFVqntsNCGqETcTTt5Ch36B7pIAnWPiEUSXzoeokifMA=="}]},"engines":{"node":">=0.10"}},"0.14.2":{"name":"node-red","version":"0.14.2","dependencies":{"basic-auth":"1.0.4","bcryptjs":"2.3.0","body-parser":"1.15.1","cheerio":"0.19.0","clone":"1.0.2","cookie-parser":"1.4.3","cors":"2.7.1","cron":"1.1.0","express":"4.14.0","follow-redirects":"0.2.0","fs-extra":"0.30.0","fs.notify":"0.0.4","i18next":"1.10.6","is-utf8":"0.2.1","media-typer":"0.3.0","mqtt":"1.11.2","mustache":"2.2.1","nopt":"3.0.6","oauth2orize":"1.3.0","on-headers":"1.0.1","passport":"0.3.2","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","raw-body":"2.1.6","semver":"5.1.0","sentiment":"1.0.6","uglify-js":"2.6.2","when":"3.7.7","ws":"0.8.1","xml2js":"0.4.16","node-red-node-feedparser":"0.1.*","node-red-node-email":"0.1.*","node-red-node-twitter":"0.1.*","node-red-node-rbe":"0.1.*","node-red-node-serialport":"0.2.*","bcrypt":"0.8.7"},"optionalDependencies":{"node-red-node-serialport":"0.2.*","bcrypt":"0.8.7"},"devDependencies":{"grunt":"1.0.1","grunt-chmod":"1.1.1","grunt-cli":"1.2.0","grunt-concurrent":"2.3.0","grunt-contrib-clean":"1.0.0","grunt-contrib-compress":"1.3.0","grunt-contrib-concat":"1.0.1","grunt-contrib-copy":"1.0.0","grunt-contrib-jshint":"1.0.0","grunt-contrib-uglify":"1.0.1","grunt-contrib-watch":"1.0.0","grunt-jsonlint":"1.1.0","grunt-nodemon":"0.4.2","grunt-sass":"1.2.0","grunt-simple-mocha":"0.4.1","mocha":"2.5.3","should":"8.4.0","sinon":"1.17.4","supertest":"1.2.0"},"bin":{"node-red":"./red.js","node-red-pi":"bin/node-red-pi"},"dist":{"shasum":"70c7b521684a926b7d71454192592eb60abe278e","tarball":"https://registry.npmjs.org/node-red/-/node-red-0.14.2.tgz","integrity":"sha512-Sb0v/5edmFUtM+GHYOlNrFNcj2ESpNTRBKvrBHhbLBkypELyBc9Xgu6w5f0J/5BdN2SyYhsnHRQ/HtPuIPseRQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCHy0Xn8vt1iq1LMS9RperaE1CFbaX7U4nL1o/KdA+4RsCIQC+K3pR5w2CJ/kx6IeFBZy0KzHa8J7wTYWAwcPNpyGvvA=="}]},"engines":{"node":">=0.10"}},"0.14.3":{"name":"node-red","version":"0.14.3","dependencies":{"basic-auth":"1.0.4","bcryptjs":"2.3.0","body-parser":"1.15.1","cheerio":"0.19.0","clone":"1.0.2","cookie-parser":"1.4.3","cors":"2.7.1","cron":"1.1.0","express":"4.14.0","follow-redirects":"0.2.0","fs-extra":"0.30.0","fs.notify":"0.0.4","i18next":"1.10.6","is-utf8":"0.2.1","media-typer":"0.3.0","mqtt":"1.11.2","mustache":"2.2.1","nopt":"3.0.6","oauth2orize":"1.3.0","on-headers":"1.0.1","passport":"0.3.2","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","raw-body":"2.1.6","semver":"5.1.0","sentiment":"1.0.6","uglify-js":"2.6.2","when":"3.7.7","ws":"0.8.1","xml2js":"0.4.16","node-red-node-feedparser":"0.1.*","node-red-node-email":"0.1.*","node-red-node-twitter":"0.1.*","node-red-node-rbe":"0.1.*","node-red-node-serialport":"0.2.*","bcrypt":"0.8.7"},"optionalDependencies":{"node-red-node-serialport":"0.2.*","bcrypt":"0.8.7"},"devDependencies":{"grunt":"1.0.1","grunt-chmod":"1.1.1","grunt-cli":"1.2.0","grunt-concurrent":"2.3.0","grunt-contrib-clean":"1.0.0","grunt-contrib-compress":"1.3.0","grunt-contrib-concat":"1.0.1","grunt-contrib-copy":"1.0.0","grunt-contrib-jshint":"1.0.0","grunt-contrib-uglify":"1.0.1","grunt-contrib-watch":"1.0.0","grunt-jsonlint":"1.1.0","grunt-nodemon":"0.4.2","grunt-sass":"1.2.0","grunt-simple-mocha":"0.4.1","mocha":"2.5.3","should":"8.4.0","sinon":"1.17.4","supertest":"1.2.0"},"bin":{"node-red":"./red.js","node-red-pi":"bin/node-red-pi"},"dist":{"shasum":"a8ec509179289fb55245e9d635cc71a75e9a73e3","tarball":"https://registry.npmjs.org/node-red/-/node-red-0.14.3.tgz","integrity":"sha512-B6fHtczpNPvR2KlVS4eFFQiiqB40NHHTIy3HFvCyteBu21lqLhk4K2MBBCrRmP8mXtjJ5B/gexz7nxWOBVG1GQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCD5pm+/6qc6AQAHN68SiLH8dwhuoOVoedB3wr8NXsf3gIgdQoHxrTRNbs6deDtV/tDZw5AOSfe7t/DmifjXPirbbo="}]},"engines":{"node":">=0.10"}},"0.14.4":{"name":"node-red","version":"0.14.4","dependencies":{"basic-auth":"1.0.4","bcryptjs":"2.3.0","body-parser":"1.15.1","cheerio":"0.19.0","clone":"1.0.2","cookie-parser":"1.4.3","cors":"2.7.1","cron":"1.1.0","express":"4.14.0","follow-redirects":"0.2.0","fs-extra":"0.30.0","fs.notify":"0.0.4","i18next":"1.10.6","is-utf8":"0.2.1","media-typer":"0.3.0","mqtt":"1.11.2","mustache":"2.2.1","nopt":"3.0.6","oauth2orize":"1.3.0","on-headers":"1.0.1","passport":"0.3.2","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","raw-body":"2.1.6","semver":"5.1.0","sentiment":"1.0.6","uglify-js":"2.6.2","when":"3.7.7","ws":"0.8.1","xml2js":"0.4.16","node-red-node-feedparser":"0.1.*","node-red-node-email":"0.1.*","node-red-node-twitter":"0.1.*","node-red-node-rbe":"0.1.*","node-red-node-serialport":"0.2.*","bcrypt":"0.8.7"},"optionalDependencies":{"node-red-node-serialport":"0.2.*","bcrypt":"0.8.7"},"devDependencies":{"grunt":"1.0.1","grunt-chmod":"1.1.1","grunt-cli":"1.2.0","grunt-concurrent":"2.3.0","grunt-contrib-clean":"1.0.0","grunt-contrib-compress":"1.3.0","grunt-contrib-concat":"1.0.1","grunt-contrib-copy":"1.0.0","grunt-contrib-jshint":"1.0.0","grunt-contrib-uglify":"1.0.1","grunt-contrib-watch":"1.0.0","grunt-jsonlint":"1.1.0","grunt-nodemon":"0.4.2","grunt-sass":"1.2.0","grunt-simple-mocha":"0.4.1","mocha":"2.5.3","should":"8.4.0","sinon":"1.17.4","supertest":"1.2.0"},"bin":{"node-red":"./red.js","node-red-pi":"bin/node-red-pi"},"dist":{"shasum":"bb8bde43fa025bc269a6f4b6fbad5022e8f2e889","tarball":"https://registry.npmjs.org/node-red/-/node-red-0.14.4.tgz","integrity":"sha512-/IM0JUk0yKfVVe5xqdDvkLPBeQuIK+2MINuCXeObk+MNNoGEdbQIKD5nQRVUSoq6pQR/wsXJ/uJv6EJCSqzCyQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAnbwp5kzVbUeUFTh5MDTcU3AsNzcZn9D9utCJzuOkUcAiEA8pDOY+ZowwFUN89kwps40ktBopN25x2sEM5qCTRry9I="}]},"engines":{"node":">=0.10"}},"0.14.5":{"name":"node-red","version":"0.14.5","dependencies":{"basic-auth":"1.0.4","bcryptjs":"2.3.0","body-parser":"1.15.1","cheerio":"0.19.0","clone":"1.0.2","cookie-parser":"1.4.3","cors":"2.7.1","cron":"1.1.0","express":"4.14.0","follow-redirects":"0.2.0","fs-extra":"0.30.0","fs.notify":"0.0.4","i18next":"1.10.6","is-utf8":"0.2.1","media-typer":"0.3.0","mqtt":"1.11.2","mustache":"2.2.1","nopt":"3.0.6","oauth2orize":"1.3.0","on-headers":"1.0.1","passport":"0.3.2","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","raw-body":"2.1.6","semver":"5.1.0","sentiment":"1.0.6","uglify-js":"2.6.2","when":"3.7.7","ws":"0.8.1","xml2js":"0.4.16","node-red-node-feedparser":"0.1.*","node-red-node-email":"0.1.*","node-red-node-twitter":"0.1.*","node-red-node-rbe":"0.1.*","node-red-node-serialport":"0.2.*","bcrypt":"0.8.7"},"optionalDependencies":{"node-red-node-serialport":"0.2.*","bcrypt":"0.8.7"},"devDependencies":{"grunt":"1.0.1","grunt-chmod":"1.1.1","grunt-cli":"1.2.0","grunt-concurrent":"2.3.0","grunt-contrib-clean":"1.0.0","grunt-contrib-compress":"1.3.0","grunt-contrib-concat":"1.0.1","grunt-contrib-copy":"1.0.0","grunt-contrib-jshint":"1.0.0","grunt-contrib-uglify":"1.0.1","grunt-contrib-watch":"1.0.0","grunt-jsonlint":"1.1.0","grunt-nodemon":"0.4.2","grunt-sass":"1.2.0","grunt-simple-mocha":"0.4.1","mocha":"2.5.3","should":"8.4.0","sinon":"1.17.4","supertest":"1.2.0"},"bin":{"node-red":"./red.js","node-red-pi":"bin/node-red-pi"},"dist":{"shasum":"5b7fa6567ee54a517ff713da79b760ab759d93de","tarball":"https://registry.npmjs.org/node-red/-/node-red-0.14.5.tgz","integrity":"sha512-48oh9YBANsyENmzmK/Q9lIV8e/pU+miHYKfp9/DIvguS3AQlda6GA2TDcEXPzzOxoHN86Ieta8xaKUl7Fcrm3Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBxk5WJmWxKaKW93oYvc42VGAftk4MYuK0KuGCdwNGKdAiEAyUHEZZDBnUk8x/fTwNY6xYOhrdr+9wH0kWTxhLJr/Ac="}]},"engines":{"node":">=0.10"}},"0.14.6":{"name":"node-red","version":"0.14.6","dependencies":{"basic-auth":"1.0.4","bcryptjs":"2.3.0","body-parser":"1.15.2","cheerio":"0.19.0","clone":"1.0.2","cookie-parser":"1.4.3","cors":"2.7.1","cron":"1.1.0","express":"4.14.0","follow-redirects":"0.2.0","fs-extra":"0.30.0","fs.notify":"0.0.4","i18next":"1.10.6","is-utf8":"0.2.1","media-typer":"0.3.0","mqtt":"1.13.0","mustache":"2.2.1","nopt":"3.0.6","oauth2orize":"1.4.0","on-headers":"1.0.1","passport":"0.3.2","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","raw-body":"2.1.7","semver":"5.3.0","sentiment":"1.0.6","uglify-js":"2.7.0","when":"3.7.7","ws":"0.8.1","xml2js":"0.4.17","node-red-node-feedparser":"0.1.*","node-red-node-email":"0.1.*","node-red-node-twitter":"0.1.*","node-red-node-rbe":"0.1.*","node-red-node-serialport":"0.2.*","bcrypt":"0.8.7"},"optionalDependencies":{"node-red-node-serialport":"0.2.*","bcrypt":"0.8.7"},"devDependencies":{"grunt":"1.0.1","grunt-chmod":"1.1.1","grunt-cli":"1.2.0","grunt-concurrent":"2.3.0","grunt-contrib-clean":"1.0.0","grunt-contrib-compress":"1.3.0","grunt-contrib-concat":"1.0.1","grunt-contrib-copy":"1.0.0","grunt-contrib-jshint":"1.0.0","grunt-contrib-uglify":"2.0.0","grunt-contrib-watch":"1.0.0","grunt-jsonlint":"1.1.0","grunt-nodemon":"0.4.2","grunt-sass":"1.2.0","grunt-simple-mocha":"0.4.1","mocha":"2.5.3","should":"8.4.0","sinon":"1.17.5","supertest":"1.2.0"},"bin":{"node-red":"./red.js","node-red-pi":"bin/node-red-pi"},"dist":{"shasum":"be4520445e3c34523cba7376eac81364c054e51c","tarball":"https://registry.npmjs.org/node-red/-/node-red-0.14.6.tgz","integrity":"sha512-p+fZBb1wdl49PX41mRWojvl4oLebI/uqgLzE6Vi/nQTr1KCTvDIL3uD4oO5LUmwCXdcBp5aPdmx1NEp8762S1g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC2m01M2lPuIXXuUrfnnT5D84xIrYZqplmqCD0T0QwBGwIgMFeaHM1xaqYiaIWYJsiX2Z57X/43aGhSLl6cULOVUqU="}]},"engines":{"node":">=0.10"}},"0.15.0":{"name":"node-red","version":"0.15.0","dependencies":{"basic-auth":"1.0.4","bcryptjs":"2.3.0","body-parser":"1.15.2","cheerio":"0.22.0","clone":"2.0.0","cookie-parser":"1.4.3","cors":"2.8.1","cron":"1.1.1","express":"4.14.0","follow-redirects":"0.2.0","fs-extra":"0.30.0","fs.notify":"0.0.4","i18next":"1.10.6","is-utf8":"0.2.1","media-typer":"0.3.0","mqtt":"1.14.1","mustache":"2.2.1","nopt":"3.0.6","oauth2orize":"1.5.0","on-headers":"1.0.1","passport":"0.3.2","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","raw-body":"2.1.7","semver":"5.3.0","sentiment":"1.0.6","uglify-js":"2.7.3","when":"3.7.7","ws":"0.8.1","xml2js":"0.4.17","node-red-node-feedparser":"0.1.*","node-red-node-email":"0.1.*","node-red-node-twitter":"0.1.*","node-red-node-rbe":"0.1.*","node-red-node-serialport":"0.3.*","bcrypt":"0.8.7"},"optionalDependencies":{"node-red-node-serialport":"0.3.*","bcrypt":"0.8.7"},"devDependencies":{"grunt":"1.0.1","grunt-chmod":"1.1.1","grunt-cli":"1.2.0","grunt-concurrent":"2.3.1","grunt-contrib-clean":"1.0.0","grunt-contrib-compress":"1.3.0","grunt-contrib-concat":"1.0.1","grunt-contrib-copy":"1.0.0","grunt-contrib-jshint":"1.0.0","grunt-contrib-uglify":"2.0.0","grunt-contrib-watch":"1.0.0","grunt-jsonlint":"1.1.0","grunt-nodemon":"0.4.2","grunt-sass":"1.2.1","grunt-simple-mocha":"0.4.1","mocha":"3.1.1","should":"8.4.0","sinon":"1.17.6","supertest":"2.0.0"},"bin":{"node-red":"./red.js","node-red-pi":"bin/node-red-pi"},"dist":{"shasum":"9e1ae4bc607d463b0368033cde8ec10410e14ca8","tarball":"https://registry.npmjs.org/node-red/-/node-red-0.15.0.tgz","integrity":"sha512-XKh32YjhzaKYTFRGgrJzKQ7Ft8pvdWyQvRP0eIYiLwX0hhMKkTnhW+glgUdmSeOrvzr8BI6KIFoxbHrhpf6hng==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIB64vkqY7d1x3nOnUsPGg1H7aaGb126iDUEHAquvNiKCAiB8ff6QDLEWnzYNJezp1MAMa+KP44dWqbO0Mx/YWi79/A=="}]},"engines":{"node":">=0.10"}},"0.15.1":{"name":"node-red","version":"0.15.1","dependencies":{"basic-auth":"1.0.4","bcryptjs":"2.3.0","body-parser":"1.15.2","cheerio":"0.22.0","clone":"2.0.0","cookie-parser":"1.4.3","cors":"2.8.1","cron":"1.1.1","express":"4.14.0","follow-redirects":"0.2.0","fs-extra":"0.30.0","fs.notify":"0.0.4","i18next":"1.10.6","is-utf8":"0.2.1","media-typer":"0.3.0","mqtt":"1.14.1","mustache":"2.2.1","nopt":"3.0.6","oauth2orize":"1.5.0","on-headers":"1.0.1","passport":"0.3.2","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","raw-body":"2.1.7","semver":"5.3.0","sentiment":"1.0.6","uglify-js":"2.7.3","when":"3.7.7","ws":"0.8.1","xml2js":"0.4.17","node-red-node-feedparser":"0.1.*","node-red-node-email":"0.1.*","node-red-node-twitter":"0.1.*","node-red-node-rbe":"0.1.*","node-red-node-serialport":"0.3.*","bcrypt":"0.8.7"},"optionalDependencies":{"node-red-node-serialport":"0.3.*","bcrypt":"0.8.7"},"devDependencies":{"grunt":"1.0.1","grunt-chmod":"1.1.1","grunt-cli":"1.2.0","grunt-concurrent":"2.3.1","grunt-contrib-clean":"1.0.0","grunt-contrib-compress":"1.3.0","grunt-contrib-concat":"1.0.1","grunt-contrib-copy":"1.0.0","grunt-contrib-jshint":"1.0.0","grunt-contrib-uglify":"2.0.0","grunt-contrib-watch":"1.0.0","grunt-jsonlint":"1.1.0","grunt-nodemon":"0.4.2","grunt-sass":"1.2.1","grunt-simple-mocha":"0.4.1","mocha":"3.1.1","should":"8.4.0","sinon":"1.17.6","supertest":"2.0.0"},"bin":{"node-red":"./red.js","node-red-pi":"bin/node-red-pi"},"dist":{"shasum":"f1d783da1359883b3e254d875708297d8e59b358","tarball":"https://registry.npmjs.org/node-red/-/node-red-0.15.1.tgz","integrity":"sha512-1sWvGYgsav2JLoZkZ3TDXlePHxglK98CxSXIQoJ3gOu/gaaLCHtRNgyQQE0M7o7Yc91fnQTtSmNfen4Wg+HhPQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDvidqI+gLdEP57ZwFXH6O6X1Q2B9GgQbN5mzyZXCuelQIhAMSelFaJL696dg9omkEN8sroU9Lh5G/1JACP+/j5HFFZ"}]},"engines":{"node":">=0.10"}},"0.15.2":{"name":"node-red","version":"0.15.2","dependencies":{"basic-auth":"1.0.4","bcryptjs":"2.3.0","body-parser":"1.15.2","cheerio":"0.22.0","clone":"2.0.0","cookie-parser":"1.4.3","cors":"2.8.1","cron":"1.1.1","express":"4.14.0","follow-redirects":"0.2.0","fs-extra":"0.30.0","fs.notify":"0.0.4","i18next":"1.10.6","is-utf8":"0.2.1","media-typer":"0.3.0","mqtt":"1.14.1","mustache":"2.2.1","nopt":"3.0.6","oauth2orize":"1.5.0","on-headers":"1.0.1","passport":"0.3.2","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","raw-body":"2.1.7","semver":"5.3.0","sentiment":"1.0.6","uglify-js":"2.7.3","when":"3.7.7","ws":"0.8.1","xml2js":"0.4.17","node-red-node-feedparser":"0.1.*","node-red-node-email":"0.1.*","node-red-node-twitter":"0.1.*","node-red-node-rbe":"0.1.*","node-red-node-serialport":"0.4.*","bcrypt":"0.8.7"},"optionalDependencies":{"node-red-node-serialport":"0.4.*","bcrypt":"0.8.7"},"devDependencies":{"grunt":"1.0.1","grunt-chmod":"1.1.1","grunt-cli":"1.2.0","grunt-concurrent":"2.3.1","grunt-contrib-clean":"1.0.0","grunt-contrib-compress":"1.3.0","grunt-contrib-concat":"1.0.1","grunt-contrib-copy":"1.0.0","grunt-contrib-jshint":"1.0.0","grunt-contrib-uglify":"2.0.0","grunt-contrib-watch":"1.0.0","grunt-jsonlint":"1.1.0","grunt-nodemon":"0.4.2","grunt-sass":"1.2.1","grunt-simple-mocha":"0.4.1","mocha":"3.1.1","should":"8.4.0","sinon":"1.17.6","supertest":"2.0.0"},"bin":{"node-red":"./red.js","node-red-pi":"bin/node-red-pi"},"dist":{"shasum":"4533dd93f63828f8e749f0c132a793fbeb636ea6","tarball":"https://registry.npmjs.org/node-red/-/node-red-0.15.2.tgz","integrity":"sha512-lswtA2gEZ3+yCu9QOAAbk43gTM2LcMRH4FuSjMAZKR/UysrEaXSFyJdRdTnCjg12FOyXw/agEaUreGbb3BR/hw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHXClYOb3t2W+RJQ7EgIuhwr4gNS+SadIhf4p9X5kSgDAiBDMHROQm+Ybakm6cNCMYc3NSATQPnvsEWexzDS2V/Ayw=="}]},"engines":{"node":">=0.10"}},"0.15.3":{"name":"node-red","version":"0.15.3","dependencies":{"basic-auth":"1.0.4","bcryptjs":"2.3.0","body-parser":"1.15.2","cheerio":"0.22.0","clone":"2.0.0","cookie-parser":"1.4.3","cors":"2.8.1","cron":"1.1.1","express":"4.14.0","follow-redirects":"0.2.0","fs-extra":"0.30.0","fs.notify":"0.0.4","i18next":"1.10.6","is-utf8":"0.2.1","media-typer":"0.3.0","mqtt":"1.14.1","mustache":"2.2.1","nopt":"3.0.6","oauth2orize":"1.5.0","on-headers":"1.0.1","passport":"0.3.2","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","raw-body":"2.1.7","semver":"5.3.0","sentiment":"1.0.6","uglify-js":"2.7.3","when":"3.7.7","ws":"0.8.1","xml2js":"0.4.17","node-red-node-feedparser":"0.1.*","node-red-node-email":"0.1.*","node-red-node-twitter":"0.1.*","node-red-node-rbe":"0.1.*","node-red-node-serialport":"0.4.*","bcrypt":"0.8.7"},"optionalDependencies":{"node-red-node-serialport":"0.4.*","bcrypt":"0.8.7"},"devDependencies":{"grunt":"1.0.1","grunt-chmod":"1.1.1","grunt-cli":"1.2.0","grunt-concurrent":"2.3.1","grunt-contrib-clean":"1.0.0","grunt-contrib-compress":"1.3.0","grunt-contrib-concat":"1.0.1","grunt-contrib-copy":"1.0.0","grunt-contrib-jshint":"1.0.0","grunt-contrib-uglify":"2.0.0","grunt-contrib-watch":"1.0.0","grunt-jsonlint":"1.1.0","grunt-nodemon":"0.4.2","grunt-sass":"1.2.1","grunt-simple-mocha":"0.4.1","mocha":"3.1.1","should":"8.4.0","sinon":"1.17.6","supertest":"2.0.0"},"bin":{"node-red":"./red.js","node-red-pi":"bin/node-red-pi"},"dist":{"shasum":"3250d397b58f0f0b07245fa8bc815119997426a4","tarball":"https://registry.npmjs.org/node-red/-/node-red-0.15.3.tgz","integrity":"sha512-LBmVA8X5EVTJWCdswHv8Us7EafTjIy1Yhv4ez556se0Ev+O67KwmjQZ6IGmcUx24iTg+X1hj7xcfgML74PhomA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAW3LVUn8ggcCn8X/s6VA2PETLbK6sYco0VSyfuKYx2NAiEAohfBbdXrat9vk/qT/OeZGo03nNw/wYHVKhfO7JDwq/I="}]},"engines":{"node":">=0.10"}},"0.16.0":{"name":"node-red","version":"0.16.0","dependencies":{"basic-auth":"1.1.0","bcryptjs":"2.4.0","body-parser":"1.15.2","cheerio":"0.22.0","clone":"2.1.0","cookie-parser":"1.4.3","cors":"2.8.1","cron":"1.2.1","express":"4.14.0","follow-redirects":"1.2.1","fs-extra":"1.0.0","fs.notify":"0.0.4","i18next":"1.10.6","is-utf8":"0.2.1","js-yaml":"3.7.0","json-stringify-safe":"5.0.1","jsonata":"1.0.10","media-typer":"0.3.0","mqtt":"2.2.1","mustache":"2.3.0","nopt":"3.0.6","oauth2orize":"1.7.0","on-headers":"1.0.1","passport":"0.3.2","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","raw-body":"2.2.0","semver":"5.3.0","sentiment":"2.1.0","uglify-js":"2.7.5","when":"3.7.7","ws":"1.1.1","xml2js":"0.4.17","node-red-node-feedparser":"0.1.*","node-red-node-email":"0.1.*","node-red-node-twitter":"0.1.*","node-red-node-rbe":"0.1.*","bcrypt":"~1.0.1"},"optionalDependencies":{"bcrypt":"~1.0.1"},"devDependencies":{"grunt":"~1.0.1","grunt-chmod":"~1.1.1","grunt-cli":"~1.2.0","grunt-concurrent":"~2.3.1","grunt-contrib-clean":"~1.0.0","grunt-contrib-compress":"~1.3.0","grunt-contrib-concat":"~1.0.1","grunt-contrib-copy":"~1.0.0","grunt-contrib-jshint":"~1.1.0","grunt-contrib-uglify":"~2.0.0","grunt-contrib-watch":"~1.0.0","grunt-jsonlint":"~1.1.0","grunt-nodemon":"~0.4.2","grunt-sass":"~1.2.1","grunt-simple-mocha":"~0.4.1","mocha":"~3.2.0","should":"^8.4.0","sinon":"1.17.7","supertest":"2.0.1"},"bin":{"node-red":"./red.js","node-red-pi":"bin/node-red-pi"},"dist":{"shasum":"5b8e180a7cf211b5450a11deed0aa91e43932661","tarball":"https://registry.npmjs.org/node-red/-/node-red-0.16.0.tgz","integrity":"sha512-DB2dOgkIp2rsflrpCprxdMmRg5yJwsjfgTC92SE4j2YRAwbNK3vIr6XE4IzRsIUngC4skhlaccjAuty7juIxJg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDspmq6oQ2VMwq4eZSprFxsiqMjeDJpkVgOBuyjG45onwIhAPtqSj1hdQj/a3uGLTn3TgsThwFJsSL1x5ZXNiOAW8qk"}]},"engines":{"node":">=4"}},"0.16.1":{"name":"node-red","version":"0.16.1","dependencies":{"basic-auth":"1.1.0","bcryptjs":"2.4.0","body-parser":"1.15.2","cheerio":"0.22.0","clone":"2.1.0","cookie-parser":"1.4.3","cors":"2.8.1","cron":"1.2.1","express":"4.14.0","follow-redirects":"1.2.1","fs-extra":"1.0.0","fs.notify":"0.0.4","i18next":"1.10.6","is-utf8":"0.2.1","js-yaml":"3.7.0","json-stringify-safe":"5.0.1","jsonata":"1.0.10","media-typer":"0.3.0","mqtt":"2.2.1","mustache":"2.3.0","nopt":"3.0.6","oauth2orize":"1.7.0","on-headers":"1.0.1","passport":"0.3.2","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","raw-body":"2.2.0","semver":"5.3.0","sentiment":"2.1.0","uglify-js":"2.7.5","when":"3.7.7","ws":"1.1.1","xml2js":"0.4.17","node-red-node-feedparser":"0.1.*","node-red-node-email":"0.1.*","node-red-node-twitter":"0.1.*","node-red-node-rbe":"0.1.*","bcrypt":"~1.0.1"},"optionalDependencies":{"bcrypt":"~1.0.1"},"devDependencies":{"grunt":"~1.0.1","grunt-chmod":"~1.1.1","grunt-cli":"~1.2.0","grunt-concurrent":"~2.3.1","grunt-contrib-clean":"~1.0.0","grunt-contrib-compress":"~1.3.0","grunt-contrib-concat":"~1.0.1","grunt-contrib-copy":"~1.0.0","grunt-contrib-jshint":"~1.1.0","grunt-contrib-uglify":"~2.0.0","grunt-contrib-watch":"~1.0.0","grunt-jsonlint":"~1.1.0","grunt-nodemon":"~0.4.2","grunt-sass":"~1.2.1","grunt-simple-mocha":"~0.4.1","mocha":"~3.2.0","should":"^8.4.0","sinon":"1.17.7","supertest":"2.0.1"},"bin":{"node-red":"./red.js","node-red-pi":"bin/node-red-pi"},"dist":{"shasum":"eff4162e6e08ef7e2ae9b17ad99571876f7d895d","tarball":"https://registry.npmjs.org/node-red/-/node-red-0.16.1.tgz","integrity":"sha512-3mP+/i4kXhRZowd0gMuqqrPvZ2TUhzHNUo/rIJd6HhzyQgg8EbcZaBx6KMW+S16gALPJYCKyBlRaZWs/P7WqOQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGcDsXAXIfloA9wgHWB0zmtE1y9S8svdFM3ll05511zZAiAiwT/UgkRd+oTVntxmBEr9UQrAw1u6SElLwnskIoX92w=="}]},"engines":{"node":">=4"}},"0.16.2":{"name":"node-red","version":"0.16.2","dependencies":{"basic-auth":"1.1.0","bcryptjs":"2.4.0","body-parser":"1.15.2","cheerio":"0.22.0","clone":"2.1.0","cookie-parser":"1.4.3","cors":"2.8.1","cron":"1.2.1","express":"4.14.0","follow-redirects":"1.2.1","fs-extra":"1.0.0","fs.notify":"0.0.4","i18next":"1.10.6","is-utf8":"0.2.1","js-yaml":"3.7.0","json-stringify-safe":"5.0.1","jsonata":"1.0.10","media-typer":"0.3.0","mqtt":"2.2.1","mustache":"2.3.0","nopt":"3.0.6","oauth2orize":"1.7.0","on-headers":"1.0.1","passport":"0.3.2","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","raw-body":"2.2.0","semver":"5.3.0","sentiment":"2.1.0","uglify-js":"2.7.5","when":"3.7.7","ws":"1.1.1","xml2js":"0.4.17","node-red-node-feedparser":"0.1.*","node-red-node-email":"0.1.*","node-red-node-twitter":"0.1.*","node-red-node-rbe":"0.1.*","bcrypt":"~1.0.1"},"optionalDependencies":{"bcrypt":"~1.0.1"},"devDependencies":{"grunt":"~1.0.1","grunt-chmod":"~1.1.1","grunt-cli":"~1.2.0","grunt-concurrent":"~2.3.1","grunt-contrib-clean":"~1.0.0","grunt-contrib-compress":"~1.3.0","grunt-contrib-concat":"~1.0.1","grunt-contrib-copy":"~1.0.0","grunt-contrib-jshint":"~1.1.0","grunt-contrib-uglify":"~2.0.0","grunt-contrib-watch":"~1.0.0","grunt-jsonlint":"~1.1.0","grunt-nodemon":"~0.4.2","grunt-sass":"~1.2.1","grunt-simple-mocha":"~0.4.1","mocha":"~3.2.0","should":"^8.4.0","sinon":"1.17.7","supertest":"2.0.1"},"bin":{"node-red":"./red.js","node-red-pi":"bin/node-red-pi"},"dist":{"shasum":"3f77d608f1b0e89907af3f31e2c3eb8844a2b17b","tarball":"https://registry.npmjs.org/node-red/-/node-red-0.16.2.tgz","integrity":"sha512-WHJEM+adlLWotzV7BFYxHdIpLNB5FIr7RAZJZnRfGMP8zJHg3xffuS/KRkpCCeVsYmIy/lHXgOzVyUBY+A1gTw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDDHuA5Ta+7sfYwjUXHOgCZ7AtSBBQr61ZFhErS/fYqJAIhAOm1q7LbNqdBETGMRpcIp8qZnlCHCv4ISsJkRrdcXo03"}]},"engines":{"node":">=4"}},"0.17.0":{"name":"node-red","version":"0.17.0","dependencies":{"basic-auth":"1.1.0","bcryptjs":"2.4.3","body-parser":"1.17.2","cheerio":"0.22.0","clone":"2.1.1","cookie":"0.3.1","cookie-parser":"1.4.3","cors":"2.8.3","cron":"1.2.1","express":"4.15.3","follow-redirects":"1.2.4","fs-extra":"1.0.0","fs.notify":"0.0.4","hash-sum":"1.0.2","i18next":"1.10.6","is-utf8":"0.2.1","js-yaml":"3.8.4","json-stringify-safe":"5.0.1","jsonata":"1.2.6","media-typer":"0.3.0","mqtt":"2.9.0","multer":"1.3.0","mustache":"2.3.0","nopt":"3.0.6","oauth2orize":"1.8.0","on-headers":"1.0.1","passport":"0.3.2","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","raw-body":"2.2.0","semver":"5.3.0","sentiment":"2.1.0","uglify-js":"3.0.20","when":"3.7.8","ws":"1.1.1","xml2js":"0.4.17","node-red-node-feedparser":"0.1.*","node-red-node-email":"0.1.*","node-red-node-twitter":"0.1.*","node-red-node-rbe":"0.1.*","bcrypt":"~1.0.1"},"optionalDependencies":{"bcrypt":"~1.0.1"},"devDependencies":{"grunt":"~1.0.1","grunt-chmod":"~1.1.1","grunt-cli":"~1.2.0","grunt-concurrent":"~2.3.1","grunt-contrib-clean":"~1.1.0","grunt-contrib-compress":"~1.4.0","grunt-contrib-concat":"~1.0.1","grunt-contrib-copy":"~1.0.0","grunt-contrib-jshint":"~1.1.0","grunt-contrib-uglify":"~3.0.1","grunt-contrib-watch":"~1.0.0","grunt-jsonlint":"~1.1.0","grunt-nodemon":"~0.4.2","grunt-sass":"~1.2.1","grunt-simple-mocha":"~0.4.1","grunt-mocha-istanbul":"5.0.2","mocha":"~3.4.2","should":"^8.4.0","sinon":"1.17.7","supertest":"3.0.0","istanbul":"0.4.5"},"bin":{"node-red":"./red.js","node-red-pi":"bin/node-red-pi"},"dist":{"shasum":"8d6968c348560ddce72aeacb08b5d4cf1b227a72","tarball":"https://registry.npmjs.org/node-red/-/node-red-0.17.0.tgz","integrity":"sha512-xBUQMUM9bw+3fqP3k7zo+7w0vqShE0NYuz0UfqMKJ6GTQqJoHJs6xEdBHVzC8rjA9vPhFrsbDdQohp/h2HnceA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIB0+RtLPF6XY4U8tc/sZIChYITJqFt8g0rX004pA1cKhAiEAuQpyTZFv1DizRHtS8ab9lPI4v9k/ljulUdwSsxsPHQ8="}]},"engines":{"node":">=4"}},"0.17.2":{"name":"node-red","version":"0.17.2","dependencies":{"basic-auth":"1.1.0","bcryptjs":"2.4.3","body-parser":"1.17.2","cheerio":"0.22.0","clone":"2.1.1","cookie":"0.3.1","cookie-parser":"1.4.3","cors":"2.8.3","cron":"1.2.1","express":"4.15.3","follow-redirects":"1.2.4","fs-extra":"1.0.0","fs.notify":"0.0.4","hash-sum":"1.0.2","i18next":"1.10.6","is-utf8":"0.2.1","js-yaml":"3.8.4","json-stringify-safe":"5.0.1","jsonata":"1.2.6","media-typer":"0.3.0","mqtt":"2.9.0","multer":"1.3.0","mustache":"2.3.0","nopt":"3.0.6","oauth2orize":"1.8.0","on-headers":"1.0.1","passport":"0.3.2","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","raw-body":"2.2.0","semver":"5.3.0","sentiment":"2.1.0","uglify-js":"3.0.20","when":"3.7.8","ws":"1.1.1","xml2js":"0.4.17","node-red-node-feedparser":"0.1.*","node-red-node-email":"0.1.*","node-red-node-twitter":"0.1.*","node-red-node-rbe":"0.1.*","bcrypt":"~1.0.1"},"optionalDependencies":{"bcrypt":"~1.0.1"},"devDependencies":{"grunt":"~1.0.1","grunt-chmod":"~1.1.1","grunt-cli":"~1.2.0","grunt-concurrent":"~2.3.1","grunt-contrib-clean":"~1.1.0","grunt-contrib-compress":"~1.4.0","grunt-contrib-concat":"~1.0.1","grunt-contrib-copy":"~1.0.0","grunt-contrib-jshint":"~1.1.0","grunt-contrib-uglify":"~3.0.1","grunt-contrib-watch":"~1.0.0","grunt-jsonlint":"~1.1.0","grunt-mocha-istanbul":"5.0.2","grunt-nodemon":"~0.4.2","grunt-sass":"~1.2.1","grunt-simple-mocha":"~0.4.1","istanbul":"0.4.5","mocha":"~3.4.2","should":"^8.4.0","sinon":"1.17.7","supertest":"3.0.0"},"bin":{"node-red":"./red.js","node-red-pi":"bin/node-red-pi"},"dist":{"shasum":"0915ccf014335fa45522831e48875f58c404f0df","tarball":"https://registry.npmjs.org/node-red/-/node-red-0.17.2.tgz","integrity":"sha512-h3wGgala0xzSNq2JIVp2IITxzrxITwcaETHpZmeDPsxcbalbZNsXH05O9zDh9TwAFK6XwFgFWkeHIzRU+v93tw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCvVtppTwklxzW5S78MO9ojPzbOH/AVPf9s1BB3ExHHsgIgHrPE63a2DOkuILVs2+ZoDTz0iqafBFXVG9FvyB8VLHc="}]},"engines":{"node":">=4"}},"0.17.3":{"name":"node-red","version":"0.17.3","dependencies":{"basic-auth":"1.1.0","bcryptjs":"2.4.3","body-parser":"1.17.2","cheerio":"0.22.0","clone":"2.1.1","cookie":"0.3.1","cookie-parser":"1.4.3","cors":"2.8.3","cron":"1.2.1","express":"4.15.3","follow-redirects":"1.2.4","fs-extra":"1.0.0","fs.notify":"0.0.4","hash-sum":"1.0.2","i18next":"1.10.6","is-utf8":"0.2.1","js-yaml":"3.8.4","json-stringify-safe":"5.0.1","jsonata":"1.2.6","media-typer":"0.3.0","mqtt":"2.9.0","multer":"1.3.0","mustache":"2.3.0","nopt":"3.0.6","oauth2orize":"1.8.0","on-headers":"1.0.1","passport":"0.3.2","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","raw-body":"2.2.0","semver":"5.3.0","sentiment":"2.1.0","uglify-js":"3.0.20","when":"3.7.8","ws":"1.1.1","xml2js":"0.4.17","node-red-node-feedparser":"0.1.*","node-red-node-email":"0.1.*","node-red-node-twitter":"0.1.*","node-red-node-rbe":"0.1.*","bcrypt":"~1.0.1"},"optionalDependencies":{"bcrypt":"~1.0.1"},"devDependencies":{"grunt":"~1.0.1","grunt-chmod":"~1.1.1","grunt-cli":"~1.2.0","grunt-concurrent":"~2.3.1","grunt-contrib-clean":"~1.1.0","grunt-contrib-compress":"~1.4.0","grunt-contrib-concat":"~1.0.1","grunt-contrib-copy":"~1.0.0","grunt-contrib-jshint":"~1.1.0","grunt-contrib-uglify":"~3.0.1","grunt-contrib-watch":"~1.0.0","grunt-jsonlint":"~1.1.0","grunt-mocha-istanbul":"5.0.2","grunt-nodemon":"~0.4.2","grunt-sass":"~1.2.1","grunt-simple-mocha":"~0.4.1","istanbul":"0.4.5","mocha":"~3.4.2","should":"^8.4.0","sinon":"1.17.7","supertest":"3.0.0"},"bin":{"node-red":"./red.js","node-red-pi":"bin/node-red-pi"},"dist":{"shasum":"d54a726c199d690253846877f8de973a393ddee8","tarball":"https://registry.npmjs.org/node-red/-/node-red-0.17.3.tgz","integrity":"sha512-6d0lE0z3TxNeNmhkxJCHbyahPpGuaRk9SVxRUg2hwtiLxDBsR+TIDBgdh3X4F5QI9S5vZTzvKjHDpq8U7fpusg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCqyBbT4P5ccjMXRgTSNQM26yupdhxoEfK/yYbQfqRXkgIgSmqLvJy3/BXFW/qRUkRR8OOuUXWx8ZrCF3HTsaTJ1Ms="}]},"engines":{"node":">=4"}},"0.17.4":{"name":"node-red","version":"0.17.4","dependencies":{"basic-auth":"1.1.0","bcryptjs":"2.4.3","body-parser":"1.17.2","cheerio":"0.22.0","clone":"2.1.1","cookie":"0.3.1","cookie-parser":"1.4.3","cors":"2.8.3","cron":"1.2.1","express":"4.15.3","follow-redirects":"1.2.4","fs-extra":"1.0.0","fs.notify":"0.0.4","hash-sum":"1.0.2","i18next":"1.10.6","is-utf8":"0.2.1","js-yaml":"3.8.4","json-stringify-safe":"5.0.1","jsonata":"1.2.6","media-typer":"0.3.0","mqtt":"2.9.0","multer":"1.3.0","mustache":"2.3.0","nopt":"3.0.6","oauth2orize":"1.8.0","on-headers":"1.0.1","passport":"0.3.2","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","raw-body":"2.2.0","semver":"5.3.0","sentiment":"2.1.0","uglify-js":"3.0.20","when":"3.7.8","ws":"1.1.1","xml2js":"0.4.17","node-red-node-feedparser":"0.1.*","node-red-node-email":"0.1.*","node-red-node-twitter":"0.1.*","node-red-node-rbe":"0.1.*","bcrypt":"~1.0.1"},"optionalDependencies":{"bcrypt":"~1.0.1"},"devDependencies":{"grunt":"~1.0.1","grunt-chmod":"~1.1.1","grunt-cli":"~1.2.0","grunt-concurrent":"~2.3.1","grunt-contrib-clean":"~1.1.0","grunt-contrib-compress":"~1.4.0","grunt-contrib-concat":"~1.0.1","grunt-contrib-copy":"~1.0.0","grunt-contrib-jshint":"~1.1.0","grunt-contrib-uglify":"~3.0.1","grunt-contrib-watch":"~1.0.0","grunt-jsonlint":"~1.1.0","grunt-mocha-istanbul":"5.0.2","grunt-nodemon":"~0.4.2","grunt-sass":"~1.2.1","grunt-simple-mocha":"~0.4.1","istanbul":"0.4.5","mocha":"~3.4.2","should":"^8.4.0","sinon":"1.17.7","supertest":"3.0.0"},"bin":{"node-red":"./red.js","node-red-pi":"bin/node-red-pi"},"dist":{"shasum":"087a2819f6b59700166be29b04946ad40ac513d2","tarball":"https://registry.npmjs.org/node-red/-/node-red-0.17.4.tgz","integrity":"sha512-Xd7F4E5C0fSRGTC0RNW4oy5rIo9F72X35gvxtoho/g6N3qYo220JTzbxZ2lQuZwqZNvoaABMj/kJU+UoIVa86w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC0jyZK8UJr8RP8jmmfHdZ2MPERt8qeDfDiLwuhz6/dAwIhANDYJTV0LddvhNgPXLMPdlQxQgvWkIoDljPvUUE15XLE"}]},"engines":{"node":">=4"}},"0.17.5":{"name":"node-red","version":"0.17.5","dependencies":{"basic-auth":"1.1.0","bcryptjs":"2.4.3","body-parser":"1.17.2","cheerio":"0.22.0","clone":"2.1.1","cookie":"0.3.1","cookie-parser":"1.4.3","cors":"2.8.3","cron":"1.2.1","express":"4.15.3","express-session":"1.15.2","follow-redirects":"1.2.4","fs-extra":"1.0.0","fs.notify":"0.0.4","hash-sum":"1.0.2","i18next":"1.10.6","is-utf8":"0.2.1","js-yaml":"3.8.4","json-stringify-safe":"5.0.1","jsonata":"1.2.6","media-typer":"0.3.0","mqtt":"2.9.0","multer":"1.3.0","mustache":"2.3.0","nopt":"3.0.6","oauth2orize":"1.8.0","on-headers":"1.0.1","passport":"0.3.2","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","raw-body":"2.2.0","semver":"5.3.0","sentiment":"2.1.0","uglify-js":"3.0.20","when":"3.7.8","ws":"1.1.1","xml2js":"0.4.17","node-red-node-feedparser":"0.1.*","node-red-node-email":"0.1.*","node-red-node-twitter":"0.1.*","node-red-node-rbe":"0.1.*","bcrypt":"~1.0.1"},"optionalDependencies":{"bcrypt":"~1.0.1"},"devDependencies":{"grunt":"~1.0.1","grunt-chmod":"~1.1.1","grunt-cli":"~1.2.0","grunt-concurrent":"~2.3.1","grunt-contrib-clean":"~1.1.0","grunt-contrib-compress":"~1.4.0","grunt-contrib-concat":"~1.0.1","grunt-contrib-copy":"~1.0.0","grunt-contrib-jshint":"~1.1.0","grunt-contrib-uglify":"~3.0.1","grunt-contrib-watch":"~1.0.0","grunt-jsonlint":"~1.1.0","grunt-mocha-istanbul":"5.0.2","grunt-nodemon":"~0.4.2","grunt-sass":"~1.2.1","grunt-simple-mocha":"~0.4.1","istanbul":"0.4.5","mocha":"~3.4.2","should":"^8.4.0","sinon":"1.17.7","supertest":"3.0.0"},"bin":{"node-red":"./red.js","node-red-pi":"bin/node-red-pi"},"dist":{"shasum":"1dcf3ead7902ce2df615cdfbe19f3cd9a50e28e2","tarball":"https://registry.npmjs.org/node-red/-/node-red-0.17.5.tgz","integrity":"sha512-RQ0Zj4Myy+HWHPKlPrvRKlQzNeXZ6Jyz1ljZCIPHwCLqrhCPeuvF32jGg2VTbPaAkM+n9ZVD/8gAbq7tVXBeJw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCiJ946G+DMHBjLlEc56uXKFt/LdJKCFKUtfu9L6GDM5QIhALKaVFFcR+HPUCjyHUhLrcIEsRexkRYO5KXOp33jMUcW"}]},"engines":{"node":">=4"}},"0.18.0":{"name":"node-red","version":"0.18.0","dependencies":{"basic-auth":"2.0.0","bcryptjs":"2.4.3","body-parser":"1.18.2","cheerio":"0.22.0","clone":"2.1.1","cookie":"0.3.1","cookie-parser":"1.4.3","cors":"2.8.4","cron":"1.3.0","express":"4.16.2","express-session":"1.15.6","follow-redirects":"1.3.0","fs-extra":"5.0.0","fs.notify":"0.0.4","hash-sum":"1.0.2","i18next":"1.10.6","is-utf8":"0.2.1","js-yaml":"3.10.0","json-stringify-safe":"5.0.1","jsonata":"1.5.0","media-typer":"0.3.0","memorystore":"1.6.0","mqtt":"2.15.1","multer":"1.3.0","mustache":"2.3.0","node-red-node-email":"0.1.*","node-red-node-feedparser":"0.1.*","node-red-node-rbe":"0.1.*","node-red-node-twitter":"0.1.*","nopt":"4.0.1","oauth2orize":"1.11.0","on-headers":"1.0.1","passport":"0.4.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","raw-body":"2.3.2","semver":"5.4.1","sentiment":"2.1.0","uglify-js":"3.3.6","when":"3.7.8","ws":"1.1.5","xml2js":"0.4.19","bcrypt":"~1.0.3"},"optionalDependencies":{"bcrypt":"~1.0.3"},"devDependencies":{"chromedriver":"^2.33.2","grunt":"~1.0.1","grunt-chmod":"~1.1.1","grunt-cli":"~1.2.0","grunt-concurrent":"~2.3.1","grunt-contrib-clean":"~1.1.0","grunt-contrib-compress":"~1.4.0","grunt-contrib-concat":"~1.0.1","grunt-contrib-copy":"~1.0.0","grunt-contrib-jshint":"~1.1.0","grunt-contrib-uglify":"~3.3.0","grunt-contrib-watch":"~1.0.0","grunt-jsonlint":"~1.1.0","grunt-mocha-istanbul":"5.0.2","grunt-nodemon":"~0.4.2","grunt-sass":"~2.0.0","grunt-simple-mocha":"~0.4.1","grunt-webdriver":"^2.0.3","istanbul":"0.4.5","mocha":"~3.4.2","should":"^8.4.0","sinon":"1.17.7","supertest":"3.0.0","wdio-chromedriver-service":"^0.1.1","wdio-mocha-framework":"^0.5.11","wdio-spec-reporter":"^0.1.3","webdriverio":"^4.9.11"},"bin":{"node-red":"./red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-GQsvhabHQ0V/SuAsZvvMqw5uGT0K6jFsMaa0yFszJFg9pCoT55VAT0GAn3OhDQRMarXBudLfNB1XmWs7XIzzMg==","shasum":"f6bd3507629e35ce925f4a69b0b14c8b72c9dfea","tarball":"https://registry.npmjs.org/node-red/-/node-red-0.18.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFfkI6AqglkK+Rk1nbH8nBdihVHtZ/Ad9m9nb+MWcu0lAiEAg5A79H/MrlRxxXvhGk6maWZcB0mNy7XWhGnbRngd2/I="}]},"engines":{"node":">=4"}},"0.18.1":{"name":"node-red","version":"0.18.1","dependencies":{"basic-auth":"2.0.0","bcryptjs":"2.4.3","body-parser":"1.18.2","cheerio":"0.22.0","clone":"2.1.1","cookie":"0.3.1","cookie-parser":"1.4.3","cors":"2.8.4","cron":"1.3.0","express":"4.16.2","express-session":"1.15.6","follow-redirects":"1.3.0","fs-extra":"5.0.0","fs.notify":"0.0.4","hash-sum":"1.0.2","i18next":"1.10.6","is-utf8":"0.2.1","js-yaml":"3.10.0","json-stringify-safe":"5.0.1","jsonata":"1.5.0","media-typer":"0.3.0","memorystore":"1.6.0","mqtt":"2.15.1","multer":"1.3.0","mustache":"2.3.0","node-red-node-email":"0.1.*","node-red-node-feedparser":"0.1.*","node-red-node-rbe":"0.1.*","node-red-node-twitter":"0.1.*","nopt":"4.0.1","oauth2orize":"1.11.0","on-headers":"1.0.1","passport":"0.4.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","raw-body":"2.3.2","semver":"5.4.1","sentiment":"2.1.0","uglify-js":"3.3.6","when":"3.7.8","ws":"1.1.5","xml2js":"0.4.19","bcrypt":"~1.0.3"},"optionalDependencies":{"bcrypt":"~1.0.3"},"devDependencies":{"chromedriver":"^2.33.2","grunt":"~1.0.1","grunt-chmod":"~1.1.1","grunt-cli":"~1.2.0","grunt-concurrent":"~2.3.1","grunt-contrib-clean":"~1.1.0","grunt-contrib-compress":"~1.4.0","grunt-contrib-concat":"~1.0.1","grunt-contrib-copy":"~1.0.0","grunt-contrib-jshint":"~1.1.0","grunt-contrib-uglify":"~3.3.0","grunt-contrib-watch":"~1.0.0","grunt-jsonlint":"~1.1.0","grunt-mocha-istanbul":"5.0.2","grunt-nodemon":"~0.4.2","grunt-sass":"~2.0.0","grunt-simple-mocha":"~0.4.1","grunt-webdriver":"^2.0.3","istanbul":"0.4.5","mocha":"~3.4.2","should":"^8.4.0","sinon":"1.17.7","supertest":"3.0.0","wdio-chromedriver-service":"^0.1.1","wdio-mocha-framework":"^0.5.11","wdio-spec-reporter":"^0.1.3","webdriverio":"^4.9.11"},"bin":{"node-red":"./red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-s1dc86NlG9DCQv8oxA9FuX7V/XXhqZRFz3vPikLIiu5TkhskqNBO0RFpnkgA54po5gQbg+hBbKSNWRcfaes78g==","shasum":"7d3d0ab997662f940450a23485fbf2b76dd95c5f","tarball":"https://registry.npmjs.org/node-red/-/node-red-0.18.1.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEbfQrrainjiNj7EwWUGrulyqZuEGBH9QorC/wgbxqNJAiAqjbbB25Osxmw2n2ltjGBastu9ri6Bn8Ye0/e5SAp0oQ=="}]},"engines":{"node":">=4"}},"0.18.2":{"name":"node-red","version":"0.18.2","dependencies":{"basic-auth":"2.0.0","bcryptjs":"2.4.3","body-parser":"1.18.2","cheerio":"0.22.0","clone":"2.1.1","cookie":"0.3.1","cookie-parser":"1.4.3","cors":"2.8.4","cron":"1.3.0","express":"4.16.2","express-session":"1.15.6","follow-redirects":"1.3.0","fs-extra":"5.0.0","fs.notify":"0.0.4","hash-sum":"1.0.2","i18next":"1.10.6","is-utf8":"0.2.1","js-yaml":"3.10.0","json-stringify-safe":"5.0.1","jsonata":"1.5.0","media-typer":"0.3.0","memorystore":"1.6.0","mqtt":"2.15.1","multer":"1.3.0","mustache":"2.3.0","node-red-node-email":"0.1.*","node-red-node-feedparser":"0.1.*","node-red-node-rbe":"0.2.*","node-red-node-twitter":"0.1.*","nopt":"4.0.1","oauth2orize":"1.11.0","on-headers":"1.0.1","passport":"0.4.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","raw-body":"2.3.2","semver":"5.4.1","sentiment":"2.1.0","uglify-js":"3.3.6","when":"3.7.8","ws":"1.1.5","xml2js":"0.4.19","bcrypt":"~1.0.3"},"optionalDependencies":{"bcrypt":"~1.0.3"},"devDependencies":{"chromedriver":"^2.33.2","grunt":"~1.0.1","grunt-chmod":"~1.1.1","grunt-cli":"~1.2.0","grunt-concurrent":"~2.3.1","grunt-contrib-clean":"~1.1.0","grunt-contrib-compress":"~1.4.0","grunt-contrib-concat":"~1.0.1","grunt-contrib-copy":"~1.0.0","grunt-contrib-jshint":"~1.1.0","grunt-contrib-uglify":"~3.3.0","grunt-contrib-watch":"~1.0.0","grunt-jsonlint":"~1.1.0","grunt-mocha-istanbul":"5.0.2","grunt-nodemon":"~0.4.2","grunt-sass":"~2.0.0","grunt-simple-mocha":"~0.4.1","grunt-webdriver":"^2.0.3","istanbul":"0.4.5","mocha":"~3.4.2","should":"^8.4.0","sinon":"1.17.7","supertest":"3.0.0","wdio-chromedriver-service":"^0.1.1","wdio-mocha-framework":"^0.5.11","wdio-spec-reporter":"^0.1.3","webdriverio":"^4.9.11"},"bin":{"node-red":"./red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-qx3e2zjb6JNePvR6OotbWr4UDxHqOmMmZ5Uc+s0Ey4WLe5BvEu6H2kuy7k9ep0thqxujxEZtDcfjdabUUBGI5Q==","shasum":"05aab63664b5fea98e500ec19d3d395e98fd0362","tarball":"https://registry.npmjs.org/node-red/-/node-red-0.18.2.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHjOTBBU1iV92HMFqkV3Xq/sUQUcE9ZuP3BElvB8aiVQAiEA31C7t5ky+rGko1ivWUUm7gnIvJLU3qol56eB092xLU8="}]},"engines":{"node":">=4"}},"0.18.3":{"name":"node-red","version":"0.18.3","dependencies":{"basic-auth":"2.0.0","bcryptjs":"2.4.3","body-parser":"1.18.2","cheerio":"0.22.0","clone":"2.1.1","cookie":"0.3.1","cookie-parser":"1.4.3","cors":"2.8.4","cron":"1.3.0","express":"4.16.2","express-session":"1.15.6","follow-redirects":"1.3.0","fs-extra":"5.0.0","fs.notify":"0.0.4","hash-sum":"1.0.2","i18next":"1.10.6","is-utf8":"0.2.1","js-yaml":"3.10.0","json-stringify-safe":"5.0.1","jsonata":"1.5.0","media-typer":"0.3.0","memorystore":"1.6.0","mqtt":"2.15.1","multer":"1.3.0","mustache":"2.3.0","node-red-node-email":"0.1.*","node-red-node-feedparser":"0.1.*","node-red-node-rbe":"0.2.*","node-red-node-twitter":"0.1.*","nopt":"4.0.1","oauth2orize":"1.11.0","on-headers":"1.0.1","passport":"0.4.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","raw-body":"2.3.2","semver":"5.4.1","sentiment":"2.1.0","uglify-js":"3.3.6","when":"3.7.8","ws":"1.1.5","xml2js":"0.4.19","bcrypt":"~1.0.3"},"optionalDependencies":{"bcrypt":"~1.0.3"},"devDependencies":{"chromedriver":"^2.33.2","grunt":"~1.0.1","grunt-chmod":"~1.1.1","grunt-cli":"~1.2.0","grunt-concurrent":"~2.3.1","grunt-contrib-clean":"~1.1.0","grunt-contrib-compress":"~1.4.0","grunt-contrib-concat":"~1.0.1","grunt-contrib-copy":"~1.0.0","grunt-contrib-jshint":"~1.1.0","grunt-contrib-uglify":"~3.3.0","grunt-contrib-watch":"~1.0.0","grunt-jsonlint":"~1.1.0","grunt-mocha-istanbul":"5.0.2","grunt-nodemon":"~0.4.2","grunt-sass":"~2.0.0","grunt-simple-mocha":"~0.4.1","grunt-webdriver":"^2.0.3","istanbul":"0.4.5","mocha":"~3.4.2","should":"^8.4.0","sinon":"1.17.7","supertest":"3.0.0","wdio-chromedriver-service":"^0.1.1","wdio-mocha-framework":"^0.5.11","wdio-spec-reporter":"^0.1.3","webdriverio":"^4.9.11"},"bin":{"node-red":"./red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-C3GJJeqojOoZ0rI90M2AGC4OYPFFpMZ/W7VBJoFyGbxk2CMLxBAC4H4XY0iPPs8MEOqL4jZxd1fLHPAo4VWIkg==","shasum":"1478c769cbb65df3907bd115e4596879a819bae0","tarball":"https://registry.npmjs.org/node-red/-/node-red-0.18.3.tgz","fileCount":296,"unpackedSize":6597888,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDxObu9XsExRxr6fcowlJwHC7ida1I0MvqdFefGK7HhnAIhAMmtnDrtdsQQB3D9CiL3AyeiCz2V5Iu8Vfk/Wol4PdDZ"}]},"engines":{"node":">=4"}},"0.18.4":{"name":"node-red","version":"0.18.4","dependencies":{"basic-auth":"2.0.0","bcryptjs":"2.4.3","body-parser":"1.18.2","cheerio":"0.22.0","clone":"2.1.1","cookie":"0.3.1","cookie-parser":"1.4.3","cors":"2.8.4","cron":"1.3.0","express":"4.16.2","express-session":"1.15.6","follow-redirects":"1.3.0","fs-extra":"5.0.0","fs.notify":"0.0.4","hash-sum":"1.0.2","i18next":"1.10.6","is-utf8":"0.2.1","js-yaml":"3.10.0","json-stringify-safe":"5.0.1","jsonata":"1.5.0","media-typer":"0.3.0","memorystore":"1.6.0","mqtt":"2.15.1","multer":"1.3.0","mustache":"2.3.0","node-red-node-email":"0.1.*","node-red-node-feedparser":"0.1.*","node-red-node-rbe":"0.2.*","node-red-node-twitter":"0.1.*","nopt":"4.0.1","oauth2orize":"1.11.0","on-headers":"1.0.1","passport":"0.4.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","raw-body":"2.3.2","semver":"5.4.1","sentiment":"2.1.0","uglify-js":"3.3.6","when":"3.7.8","ws":"1.1.5","xml2js":"0.4.19","bcrypt":"~1.0.3"},"optionalDependencies":{"bcrypt":"~1.0.3"},"devDependencies":{"chromedriver":"^2.33.2","grunt":"~1.0.1","grunt-chmod":"~1.1.1","grunt-cli":"~1.2.0","grunt-concurrent":"~2.3.1","grunt-contrib-clean":"~1.1.0","grunt-contrib-compress":"~1.4.0","grunt-contrib-concat":"~1.0.1","grunt-contrib-copy":"~1.0.0","grunt-contrib-jshint":"~1.1.0","grunt-contrib-uglify":"~3.3.0","grunt-contrib-watch":"~1.0.0","grunt-jsonlint":"~1.1.0","grunt-mocha-istanbul":"5.0.2","grunt-nodemon":"~0.4.2","grunt-sass":"~2.0.0","grunt-simple-mocha":"~0.4.1","grunt-webdriver":"^2.0.3","istanbul":"0.4.5","mocha":"~3.4.2","should":"^8.4.0","sinon":"1.17.7","supertest":"3.0.0","wdio-chromedriver-service":"^0.1.1","wdio-mocha-framework":"^0.5.11","wdio-spec-reporter":"^0.1.3","webdriverio":"^4.9.11"},"bin":{"node-red":"./red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-X8JZTsZou2AyoCzNbeooRm+ZDq9lCk9b+v5V5FSPzSO/XkfVEVAXoAaLB5Tt338Mx2ky0/uGQy9bXdztUOAiGg==","shasum":"b4e5962c051bae0ab6e1c46d20179cdaf457cdcb","tarball":"https://registry.npmjs.org/node-red/-/node-red-0.18.4.tgz","fileCount":330,"unpackedSize":6697466,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDWlmBd1FS3EDRPq2oiDdMFTQei4YJKq8/sGbbYum7oOAiEA2Hi9p9UZ/OE6oc2OCs1G7d0Hj7yS+0xoMD0pXsKZ4Zo="}]},"engines":{"node":">=4"}},"0.18.5":{"name":"node-red","version":"0.18.5","dependencies":{"basic-auth":"2.0.0","bcryptjs":"2.4.3","body-parser":"1.18.2","cheerio":"0.22.0","clone":"2.1.1","cookie":"0.3.1","cookie-parser":"1.4.3","cors":"2.8.4","cron":"1.3.0","express":"4.16.3","express-session":"1.15.6","follow-redirects":"1.4.1","fs-extra":"5.0.0","fs.notify":"0.0.4","hash-sum":"1.0.2","i18next":"1.10.6","is-utf8":"0.2.1","js-yaml":"3.11.0","json-stringify-safe":"5.0.1","jsonata":"1.5.3","media-typer":"0.3.0","memorystore":"1.6.0","mqtt":"2.17.0","multer":"1.3.0","mustache":"2.3.0","node-red-node-email":"0.1.*","node-red-node-feedparser":"0.1.*","node-red-node-rbe":"0.2.*","node-red-node-twitter":"0.1.*","nopt":"4.0.1","oauth2orize":"1.11.0","on-headers":"1.0.1","passport":"0.4.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","raw-body":"2.3.3","semver":"5.5.0","sentiment":"2.1.0","uglify-js":"3.3.24","when":"3.7.8","ws":"1.1.5","xml2js":"0.4.19","bcrypt":"~1.0.3"},"optionalDependencies":{"bcrypt":"~1.0.3"},"devDependencies":{"chromedriver":"^2.33.2","grunt":"~1.0.1","grunt-chmod":"~1.1.1","grunt-cli":"~1.2.0","grunt-concurrent":"~2.3.1","grunt-contrib-clean":"~1.1.0","grunt-contrib-compress":"~1.4.0","grunt-contrib-concat":"~1.0.1","grunt-contrib-copy":"~1.0.0","grunt-contrib-jshint":"~1.1.0","grunt-contrib-uglify":"~3.3.0","grunt-contrib-watch":"~1.0.0","grunt-jsonlint":"~1.1.0","grunt-mocha-istanbul":"5.0.2","grunt-nodemon":"~0.4.2","grunt-sass":"~2.0.0","grunt-simple-mocha":"~0.4.1","grunt-webdriver":"^2.0.3","http-proxy":"^1.16.2","istanbul":"0.4.5","mocha":"^5.1.1","should":"^8.4.0","sinon":"1.17.7","stoppable":"^1.0.6","supertest":"3.0.0","wdio-chromedriver-service":"^0.1.1","wdio-mocha-framework":"^0.5.11","wdio-spec-reporter":"^0.1.3","webdriverio":"^4.9.11","node-red-node-test-helper":"^0.1.7"},"bin":{"node-red":"./red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-GsuAnSwIr2AFwVUIpI2ehCeX+dvFrpENiQ7wV4bLiihtXk8/tt71TUi529vq2GuRPh3lDQ0/oS18qiyG6aV30w==","shasum":"d063b22c30946b40db0c6adedc353b284131208b","tarball":"https://registry.npmjs.org/node-red/-/node-red-0.18.5.tgz","fileCount":331,"unpackedSize":6781267,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa9DXWCRA9TVsSAnZWagAA9rMP/05kqwkt64I2QibsIDaV\nfyUTf2vUX53p4gGPeV8nJvCer7+bLUF1KqLyDbc4Ec2ylZKrjlxjmrWNUiUK\neARUKnd+M+sSjyqA9uaRhpbZWcJXdzwJ7dV1qB5bOGtG8fN1LGPNqUozNNSx\n5eI+W4nbl/l5iX7Fuu9arLNiRedoW8d/h9Fl5MaEM6sR4IDj1u2nRM+wBu8P\nsNuMcDKrArNlzNbBxes/uKDbICntqnctazBRas9DjkkSO5copDjr9acreYHE\nhiGvfNsM0AJAwhWclKDzvNQOCpUZ7+eH0Px97RLY3bUEjCma8qjNoS6QMqsj\nvopF4CdTsXpiYf7zoKBh9x0EYF2IlC6x+K1MSc0E3CSF9n5SJ8PDPfcCJ2+A\nKEWecAm4rdSsmrsRjVoQF20Cd/iU8mvGiNz6zhfJ+htphzfqSjBTvJ82B7gS\nA+gpSGCkFr9emAKMYM3aho1ZdzfBHyeg8OkAzPuoeZvDAULXQSLw5bUM4HZV\n0T7omiHfUjr7Q0Pp/CMkFh6RL1pTl3SH7zfHULBWNayE+KKNtrGQC1Cy/G6K\nFrESoDGCcc5YabUmgPR2U6X/P1kmpPikM374gogzBR10ew41uy4SqCmTUXpl\nYQR9CTGTjD8JrKpdr5PMvI6b7qmWXcrHYr/GTpwmqzBycGPICuo0zpaTaTpr\np3sa\r\n=+OZ/\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCUlk1ARja6EinUwGRQTeMP0BqjC41yH7vOA0yNpbzfJAIgZ9O0j01OYFwxS6XLdKJEPNKHiB6pX6F7XY30HA+dzKg="}]},"engines":{"node":">=4"}},"0.18.6":{"name":"node-red","version":"0.18.6","dependencies":{"basic-auth":"2.0.0","bcryptjs":"2.4.3","body-parser":"1.18.3","cheerio":"0.22.0","clone":"2.1.1","cookie":"0.3.1","cookie-parser":"1.4.3","cors":"2.8.4","cron":"1.3.0","express":"4.16.3","express-session":"1.15.6","follow-redirects":"1.4.1","fs-extra":"5.0.0","fs.notify":"0.0.4","hash-sum":"1.0.2","i18next":"1.10.6","is-utf8":"0.2.1","js-yaml":"3.11.0","json-stringify-safe":"5.0.1","jsonata":"1.5.3","media-typer":"0.3.0","memorystore":"1.6.0","mqtt":"2.18.0","multer":"1.3.0","mustache":"2.3.0","node-red-node-email":"0.1.*","node-red-node-feedparser":"0.1.*","node-red-node-rbe":"0.2.*","node-red-node-twitter":"0.1.*","nopt":"4.0.1","oauth2orize":"1.11.0","on-headers":"1.0.1","passport":"0.4.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","raw-body":"2.3.3","semver":"5.5.0","sentiment":"2.1.0","uglify-js":"3.3.25","when":"3.7.8","ws":"1.1.5","xml2js":"0.4.19","bcrypt":"~1.0.3"},"optionalDependencies":{"bcrypt":"~1.0.3"},"devDependencies":{"chromedriver":"^2.33.2","grunt":"~1.0.1","grunt-chmod":"~1.1.1","grunt-cli":"~1.2.0","grunt-concurrent":"~2.3.1","grunt-contrib-clean":"~1.1.0","grunt-contrib-compress":"~1.4.0","grunt-contrib-concat":"~1.0.1","grunt-contrib-copy":"~1.0.0","grunt-contrib-jshint":"~1.1.0","grunt-contrib-uglify":"~3.3.0","grunt-contrib-watch":"~1.0.0","grunt-jsonlint":"~1.1.0","grunt-mocha-istanbul":"5.0.2","grunt-nodemon":"~0.4.2","grunt-sass":"~2.0.0","grunt-simple-mocha":"~0.4.1","grunt-webdriver":"^2.0.3","http-proxy":"^1.16.2","istanbul":"0.4.5","mocha":"^5.1.1","should":"^8.4.0","sinon":"1.17.7","stoppable":"^1.0.6","supertest":"3.0.0","wdio-chromedriver-service":"^0.1.1","wdio-mocha-framework":"^0.5.11","wdio-spec-reporter":"^0.1.3","webdriverio":"^4.9.11","node-red-node-test-helper":"^0.1.7"},"bin":{"node-red":"./red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-TRG5oy72cFrVwrv5l0x7hZ95X3TeH4V41KLoALFWbIEHLWzsiFuHJnZ5C++wN1ClM15d2sV8fRh3xExNAYaYIw==","shasum":"e88860ce0795afe898a1ec39b1115a8ba74812db","tarball":"https://registry.npmjs.org/node-red/-/node-red-0.18.6.tgz","fileCount":334,"unpackedSize":6785225,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa/qVcCRA9TVsSAnZWagAAaVoP/ihYjSpKArgF4LZYu1es\nK+5a6XgqD+USn7N0H6+mvdKb/1MCjNXnkFKYPR9PFsqnfu4eRumogPrAmWEr\nj1If5+hYRMeRw5o+L1LSNc+QLlYGU9GXgVQLTUd8J75zw4Pk8lIXO/z6Jspj\nPVsaFxVjjcCJ/QjI3SzaVcCxKG13G6mu1lcbAU8qO7NfaJbjaRQdiNMkqTo6\npHfAtKRVuUOGxZARNDRpDM5SIAKhZNrWBC0V1F7MsQAvU4zqAWABBvJQH1QQ\noANT9haEzuiNdGP6AFPKnr4Kfd+MZSnO2ECekX3OfdzzaOJg4/Rq3fQhPlJH\na2crq5DuY0hyWXGENhI2xFh192o6937Imqvb9gzWlV2wSxvKIYDQ3aZRVIWS\nfjpHCxORZBTIV2MIfygyT13jejM58F3F0PqdR49BeHxt1l4jLc8iyOW88q95\n902lj2CBBokkT4IL9T355zPilQQIuVUjB9tOcHsMRgYE7NJER+yai375HyPB\nm18PqDG9r4fuHhcwf7D4WWiIWj9NyztA3dRPVFsldrN+cSUEyaP2zb9MApvK\nQXBx0WMITi8OQVHZpwMrH5mOvdCIkbDg+gYgx2mCnJ80LJInp/PXUHr3iNX6\n6jxHplgExxQDRExw3pK2x1W01MDgb3IDVsH8Th/+ajn9Kx53tndaIg9uHjZL\nE32w\r\n=hAtC\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBHznVkhi0ZjbiP/reoJ+J3KEvP3TTIRqlIkiBmKUEFQAiEAw23tcxSxG0nFxfUHwmyQgyOJaeD/hVC38GbcSnhDD/k="}]},"engines":{"node":">=4"}},"0.18.7":{"name":"node-red","version":"0.18.7","dependencies":{"basic-auth":"2.0.0","bcryptjs":"2.4.3","body-parser":"1.18.3","cheerio":"0.22.0","clone":"2.1.1","cookie":"0.3.1","cookie-parser":"1.4.3","cors":"2.8.4","cron":"1.3.0","express":"4.16.3","express-session":"1.15.6","follow-redirects":"1.4.1","fs-extra":"5.0.0","fs.notify":"0.0.4","hash-sum":"1.0.2","i18next":"1.10.6","is-utf8":"0.2.1","js-yaml":"3.11.0","json-stringify-safe":"5.0.1","jsonata":"1.5.4","media-typer":"0.3.0","memorystore":"1.6.0","mqtt":"2.18.0","multer":"1.3.0","mustache":"2.3.0","node-red-node-email":"0.1.*","node-red-node-feedparser":"0.1.*","node-red-node-rbe":"0.2.*","node-red-node-twitter":"*","nopt":"4.0.1","oauth2orize":"1.11.0","on-headers":"1.0.1","passport":"0.4.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","raw-body":"2.3.3","semver":"5.5.0","sentiment":"2.1.0","uglify-js":"3.3.25","when":"3.7.8","ws":"1.1.5","xml2js":"0.4.19","bcrypt":"~1.0.3"},"optionalDependencies":{"bcrypt":"~1.0.3"},"devDependencies":{"chromedriver":"^2.33.2","grunt":"~1.0.1","grunt-chmod":"~1.1.1","grunt-cli":"~1.2.0","grunt-concurrent":"~2.3.1","grunt-contrib-clean":"~1.1.0","grunt-contrib-compress":"~1.4.0","grunt-contrib-concat":"~1.0.1","grunt-contrib-copy":"~1.0.0","grunt-contrib-jshint":"~1.1.0","grunt-contrib-uglify":"~3.3.0","grunt-contrib-watch":"~1.0.0","grunt-jsonlint":"~1.1.0","grunt-mocha-istanbul":"5.0.2","grunt-nodemon":"~0.4.2","grunt-sass":"~2.0.0","grunt-simple-mocha":"~0.4.1","grunt-webdriver":"^2.0.3","http-proxy":"^1.16.2","istanbul":"0.4.5","mocha":"^5.1.1","should":"^8.4.0","sinon":"1.17.7","stoppable":"^1.0.6","supertest":"3.0.0","wdio-chromedriver-service":"^0.1.1","wdio-mocha-framework":"^0.5.11","wdio-spec-reporter":"^0.1.3","webdriverio":"^4.9.11","node-red-node-test-helper":"^0.1.7"},"bin":{"node-red":"./red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-c88H51qK2chQNITdN3tDzk4TgPWHzBxEGE2jQwHihjeneGnJEihDnoncsGB7CA2s9aU1tlh2lbifdObFhQr8gA==","shasum":"6a42d4feeaf3ccbb79dcc3283e221a481b3d9590","tarball":"https://registry.npmjs.org/node-red/-/node-red-0.18.7.tgz","fileCount":334,"unpackedSize":6797237,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbCAGACRA9TVsSAnZWagAAYMUP/A5jHQ+NdWzrwq8fHILS\nMG7XRS2RzfYSIJlSlgdZiDXhrxx8l7LpSqMf/L21+JniWbs8u8PoHTSkiRIk\n274OGAMhR2yAjP97rbH+dgxKZc//ZSgDZk70CSARHdIC9SYULMaPZh5nA8Vw\nezSFp5Sq8zlVOLwGnlBDROkm6TrHxb7SY0/F/nnSGcnBst/BfrNRboMLR4QG\nyGlvP/4T/gl0Du7gQsAJHxYzfP09lmyDSpaNl4r+vlPkV2RE5xTNHWLkMSe6\noIziVX9GtUH+0c+DdkLyi8TEb1EXphaTD+0TfBNBc5Ncehp+Ar/GbhLl2o8p\nDZsBizZUy4n48inpzwNxx4KMKBRvzbIdRESJleHdFk5bynXuGJp8gijBMytG\nPChech4dwKdhIYDOX490JC56I5JfGSCVbUViyNcdbbh7IdSopXp87jJWotxE\nR82gQkS9rQOJdMmDtRElUuBQ2Cvg151He34tCC6FdsUlsCx64otpKCJ+4d1Y\njNUoyhjg6P12qYmXDOF2duZy0dbb1xRQUBMIgcIlgKjU/5LWBbRh1affZ/85\nQtf+RLbR9pfmGljoccnE3JBNwa+gPvM/osFRB8fbrumwwDkLgfz3BAnD2A4L\nAxw8Mq3utLbJ9aU6xAaPBd90akea0m5vHATkk71WUN5QgFW1mCxtwsdew+iB\nGvwP\r\n=82dP\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDCWM0xJ/jnraSk6+vaHRKNZ/ASvlFdEW5giIoZ6rIU7AiByljnBVTsrTxlENix4HAA3IVYaaMGehEr2h+dWP9DFrQ=="}]},"engines":{"node":">=4"}},"0.19.0":{"name":"node-red","version":"0.19.0","dependencies":{"ajv":"6.5.2","basic-auth":"2.0.0","bcryptjs":"2.4.3","body-parser":"1.18.3","cheerio":"0.22.0","clone":"2.1.2","cookie":"0.3.1","cookie-parser":"1.4.3","cors":"2.8.4","cron":"1.3.0","denque":"1.3.0","express":"4.16.3","express-session":"1.15.6","fs-extra":"5.0.0","fs.notify":"0.0.4","hash-sum":"1.0.2","i18next":"11.6.0","is-utf8":"0.2.1","js-yaml":"3.12.0","json-stringify-safe":"5.0.1","jsonata":"1.5.4","media-typer":"0.3.0","memorystore":"1.6.0","mqtt":"2.18.3","multer":"1.3.1","mustache":"2.3.1","node-red-node-email":"0.1.*","node-red-node-feedparser":"^0.1.12","node-red-node-rbe":"0.2.*","node-red-node-twitter":"*","nopt":"4.0.1","oauth2orize":"1.11.0","on-headers":"1.0.1","passport":"0.4.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","raw-body":"2.3.3","request":"2.88.0","semver":"5.5.0","sentiment":"2.1.0","uglify-js":"3.4.7","when":"3.7.8","ws":"1.1.5","xml2js":"0.4.19","bcrypt":"~2.0.0"},"optionalDependencies":{"bcrypt":"~2.0.0"},"devDependencies":{"chromedriver":"^2.41.0","grunt":"~1.0.3","grunt-chmod":"~1.1.1","grunt-cli":"~1.2.0","grunt-concurrent":"~2.3.1","grunt-contrib-clean":"~1.1.0","grunt-contrib-compress":"~1.4.0","grunt-contrib-concat":"~1.0.1","grunt-contrib-copy":"~1.0.0","grunt-contrib-jshint":"~1.1.0","grunt-contrib-uglify":"~3.4.0","grunt-contrib-watch":"~1.1.0","grunt-jsonlint":"~1.1.0","grunt-mocha-istanbul":"5.0.2","grunt-nodemon":"~0.4.2","grunt-sass":"~2.0.0","grunt-simple-mocha":"~0.4.1","grunt-webdriver":"^2.0.3","http-proxy":"^1.16.2","istanbul":"0.4.5","mocha":"^5.2.0","should":"^8.4.0","sinon":"1.17.7","stoppable":"^1.0.6","supertest":"3.1.0","wdio-chromedriver-service":"^0.1.3","wdio-mocha-framework":"^0.6.2","wdio-spec-reporter":"^0.1.5","webdriverio":"^4.13.1","node-red-node-test-helper":"^0.1.7"},"bin":{"node-red":"./red.js","node-red-pi":"bin/node-red-pi"},"dist":{"shasum":"042caabf7c6ebe3a21b58a2c1f7cd17a9373adab","tarball":"https://registry.npmjs.org/node-red/-/node-red-0.19.0.tgz","integrity":"sha512-yIZ+KcO55tK4zClcMWbdAl/MERWQu7RTKXqj0DWVYM5eSM40ShKRe5D50C9gLt6blKGgJfD7cx0C4c8Q03HtPg==","fileCount":341,"unpackedSize":7032552,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbcqGYCRA9TVsSAnZWagAAZlIP/RoxBC1agKE3tiHoxbOl\njFEi29YvP/mrzE7NsSDXJTX/zknXwq89Kx21uPdkuG7RedDF/e6aYuOFIHu7\nOVzaMmm5BqmeL3aA60+m5Hjf/xsPCADY1d/0OVqWPFcGnQ1ZIMMiwD6tFyft\nWrJldPWrz/MDU7NOOsVlsVKoSAgRSPDbpenAQiCerwNj75p87bwoqI+HSzOw\njPnHlG/27//ZQtaieWh4A4lAz0f6Pxtuy5aIb1hTCgJ5a5qKaBP7mH/JZiBC\n+dNCULeiSgmvJMKo9tS3/TECSfnbj1lJZlOYcNjYmoZi9kG/a0gbJn1HelTa\nTDgAXUvbSsWoZxkN0wWhJlhruykIsUJpfn4w2URn/K1xU4iR9WYxfWJX+hHi\nbynEnu4FATR7acVTz8RBU5k4vz/fBJcZy0J84FmVzdOkKe/9Ge04Ml2cbuWv\nZpfFUT1cTsVZ6lguMOFbTGk0AWvrNCrVWXg8xstIxAbMRiTFTVu1zBBp0kW/\npTi7eI7zVELcAgVBdn9D4vAwCaE7AsJYk78v1ek0WSbBKB57e+jTWB1m6lz9\nGtF8Zsznvw/yDZOdHdS2BX0ATwpyF7vdgeyKsQ47g7BTlHJxtGZZ1rTQDjR0\ncasFUHKmPSAIfXe7+QcMGSncuYUFauSRSLyTCS9h/rppriVouBYORsKaRMoj\nYt36\r\n=A5K5\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCSMucCxts8K5ydZYH6TllWWm43gxMbAUqidIQUs9t5hAIhAK0lakr6GLWMeYLOFuNUKgVVVYYPsQOIIqbZLLW25e6t"}]},"engines":{"node":">=4"}},"0.19.1":{"name":"node-red","version":"0.19.1","dependencies":{"ajv":"6.5.2","basic-auth":"2.0.0","bcryptjs":"2.4.3","body-parser":"1.18.3","cheerio":"0.22.0","clone":"2.1.2","cookie":"0.3.1","cookie-parser":"1.4.3","cors":"2.8.4","cron":"1.3.0","denque":"1.3.0","express":"4.16.3","express-session":"1.15.6","fs-extra":"5.0.0","fs.notify":"0.0.4","hash-sum":"1.0.2","i18next":"11.6.0","is-utf8":"0.2.1","js-yaml":"3.12.0","json-stringify-safe":"5.0.1","jsonata":"1.5.4","media-typer":"0.3.0","memorystore":"1.6.0","mqtt":"2.18.3","multer":"1.3.1","mustache":"2.3.1","node-red-node-email":"0.1.*","node-red-node-feedparser":"^0.1.12","node-red-node-rbe":"0.2.*","node-red-node-twitter":"^1.1.0","nopt":"4.0.1","oauth2orize":"1.11.0","on-headers":"1.0.1","passport":"0.4.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","raw-body":"2.3.3","request":"2.88.0","semver":"5.5.0","sentiment":"2.1.0","uglify-js":"3.4.7","when":"3.7.8","ws":"1.1.5","xml2js":"0.4.19","bcrypt":"~2.0.0"},"optionalDependencies":{"bcrypt":"~2.0.0"},"devDependencies":{"chromedriver":"^2.41.0","grunt":"~1.0.3","grunt-chmod":"~1.1.1","grunt-cli":"~1.2.0","grunt-concurrent":"~2.3.1","grunt-contrib-clean":"~1.1.0","grunt-contrib-compress":"~1.4.0","grunt-contrib-concat":"~1.0.1","grunt-contrib-copy":"~1.0.0","grunt-contrib-jshint":"~1.1.0","grunt-contrib-uglify":"~3.4.0","grunt-contrib-watch":"~1.1.0","grunt-jsonlint":"~1.1.0","grunt-mocha-istanbul":"5.0.2","grunt-nodemon":"~0.4.2","grunt-sass":"~2.0.0","grunt-simple-mocha":"~0.4.1","grunt-webdriver":"^2.0.3","http-proxy":"^1.16.2","istanbul":"0.4.5","mocha":"^5.2.0","should":"^8.4.0","sinon":"1.17.7","stoppable":"^1.0.6","supertest":"3.1.0","wdio-chromedriver-service":"^0.1.3","wdio-mocha-framework":"^0.6.2","wdio-spec-reporter":"^0.1.5","webdriverio":"^4.13.1","node-red-node-test-helper":"^0.1.7"},"bin":{"node-red":"./red.js","node-red-pi":"bin/node-red-pi"},"dist":{"shasum":"dfcd84c5e36d478e02138f3836e8a9b5dd8a443b","tarball":"https://registry.npmjs.org/node-red/-/node-red-0.19.1.tgz","integrity":"sha512-GYUSFCZ27DI9BPvT0nfmnkQhKBECshWPpSjXxZAiXIN39Kq9oScashDKCNB4vjSIwcJE8cmILtg6ZMLwtc4o0g==","fileCount":341,"unpackedSize":7035134,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbdEZMCRA9TVsSAnZWagAA2eEP/ieFDq8y2lfRluDQDDyw\nn7xn41/UXuthclR5bsRjPn1AYH6xJCg7XCgzboXV/wW6gUlo6nSmO9URvNfh\ntVX6se48A2bDhH6ldGV4PRQ6B/NsxfW+Plx2WSGhAA03l2vrgqzVRH+pQVZY\n2HanwpAUTOi+wDgRUoKt1+gByvSMeKlQ4BJComftPfNULm7++2wrhIrRqlBX\n34/CLmAYrN1/xcHVm9k4bwxUaUoe5ZfdP0GDLKS8/lhLLekhR4uRVi1k+5ud\nsaIt2rRFn/ggWPyAmDkKAH0kCg1KyfS3JA/15+yqgnOoyElvyn6NFaN83QvC\nFTCvXw1LnRBtTlLta7V97I8ZDl2qGSplX2O1LOx+mBqJKAsNJuynQ2rRtYW1\nYeaK4ODA+W2zev0AAWQ4jjPQXQba5wJIQtsOjZuy1fkWwsGKe1VfY6cXYn55\nAxgxOo8B0Feb8tFtod4dY2yUsC07EbvXhEazLluCvXlq5VZUUE5kFNpZQ4kt\nw/HfQh858ax6nk++xq9Bc1P3ioMZuGz6fO+xOumql6t+vsGSSu0zP5W3f3de\npTwdhGuFOcE7p5ILmMAE3oEvVmgkIcvCjlUHFxAHEXFuzeLGYHPMwjNUYZHl\n7XMiR1gXxurxBAp5tlLZJoUetT7pgAN3NXfV4QlcCb6kInn3L8yZiDbxWuYt\nqiz6\r\n=z3cf\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGaAzKML856VgzjvDrsSdSyQlyu4Wm563M9BM00owry3AiEAzhdCUbY2n58kK/sqocfSwtkbRERERt+3Jqcqhhy2aQY="}]},"engines":{"node":">=4"}},"0.19.2":{"name":"node-red","version":"0.19.2","dependencies":{"ajv":"6.5.3","basic-auth":"2.0.0","bcryptjs":"2.4.3","body-parser":"1.18.3","cheerio":"0.22.0","clone":"2.1.2","cookie":"0.3.1","cookie-parser":"1.4.3","cors":"2.8.4","cron":"1.3.0","denque":"1.3.0","express":"4.16.3","express-session":"1.15.6","fs-extra":"5.0.0","fs.notify":"0.0.4","hash-sum":"1.0.2","i18next":"11.6.0","is-utf8":"0.2.1","js-yaml":"3.12.0","json-stringify-safe":"5.0.1","jsonata":"1.5.4","media-typer":"0.3.0","memorystore":"1.6.0","mqtt":"2.18.5","multer":"1.3.1","mustache":"2.3.1","node-red-node-email":"0.1.*","node-red-node-feedparser":"^0.1.12","node-red-node-rbe":"0.2.*","node-red-node-twitter":"^1.1.0","nopt":"4.0.1","oauth2orize":"1.11.0","on-headers":"1.0.1","passport":"0.4.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","raw-body":"2.3.3","request":"2.88.0","semver":"5.5.1","sentiment":"2.1.0","uglify-js":"3.4.8","when":"3.7.8","ws":"1.1.5","xml2js":"0.4.19","bcrypt":"~2.0.0"},"optionalDependencies":{"bcrypt":"~2.0.0"},"devDependencies":{"chromedriver":"^2.41.0","grunt":"~1.0.3","grunt-chmod":"~1.1.1","grunt-cli":"~1.2.0","grunt-concurrent":"~2.3.1","grunt-contrib-clean":"~1.1.0","grunt-contrib-compress":"~1.4.0","grunt-contrib-concat":"~1.0.1","grunt-contrib-copy":"~1.0.0","grunt-contrib-jshint":"~1.1.0","grunt-contrib-uglify":"~3.4.0","grunt-contrib-watch":"~1.1.0","grunt-jsonlint":"~1.1.0","grunt-mocha-istanbul":"5.0.2","grunt-nodemon":"~0.4.2","grunt-sass":"~2.0.0","grunt-simple-mocha":"~0.4.1","grunt-webdriver":"^2.0.3","http-proxy":"^1.16.2","istanbul":"0.4.5","mocha":"^5.2.0","node-red-node-test-helper":"0.1.7","should":"^8.4.0","sinon":"1.17.7","stoppable":"^1.0.6","supertest":"3.1.0","wdio-chromedriver-service":"^0.1.3","wdio-mocha-framework":"^0.6.2","wdio-spec-reporter":"^0.1.5","webdriverio":"^4.13.1"},"bin":{"node-red":"./red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-788MCJSRjfYhsGsuRDlWL3Q1E2LheTPjnXzvIdX5/94buaczJifGdoqi2lNxQuCjHXPUvWVTeZCF0ot0igdz7Q==","shasum":"732001fe3ed6678f26743535e4921fe492332eab","tarball":"https://registry.npmjs.org/node-red/-/node-red-0.19.2.tgz","fileCount":341,"unpackedSize":7036903,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbf/mECRA9TVsSAnZWagAAobYQAI/3HKYGxFTGuGgpqeLX\nrGM80zErwNH6EeeMVTUnvoKJ7kXBFExAP4HzRxaaeXCnSR7mkdYSzdE1GCJe\nX3ZgiT/hI28a+dyCP7hxFpzJ9SDXC+rqrbabgGQcXxVpqj02qSrQQCYOQxGK\nwJ98QrJQaEm0v7hkenouGCK+JiKoh40aPyMJwhc20gWw8tJgOU/8dZdLaiRP\nj+GxaLESup1dNjZjEmshvC6iVQTPgxXxCfEOZcqlw0w0oXh9xjol60lmyPW7\nmTU6Dj54B0GQBLZUbQE9v6pzbEYKAEYjGZKdNQ78mvWsdkP6EShLWlrIqVzz\nJ/8xNSzWDXQOND+GTfmyBvL+WlOAAx2f9c4du7772eWBVmlB57zVhf8P/eJ5\nyMWMvQMGT93Zhh9/cKs+ZbmVfxoSjCTi4whKCcw5RxCySuuUkrYY2rq1Wulc\n/YkBQV6C0Tuw5bEz2SfkMWb2oLZLC0p+JBdkfuSVX4cNdlm4SyL+xCf5TD5M\nUfS2mxedBQWD5Rw01cttmP+FBiMwiTWz4fXBDc2tDf+vt9YZ1wkirzUK7nh9\n5oATLYJR43jR2xQHSPk1/zig+4NonygSEI1MaXacqdNywNJ7Ke0RajYNiSTf\n4uwRoQjOikuXbtaXXrm1qZq3q12jXAiTc0X23mVT+ZlAeLNf57em06Mu43k/\nDTyu\r\n=Zilw\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGkoAtEnFTrlIN8FXV4s+G/rEQwvljZ+t7QzIqTAoFXxAiApqUlQfHADBCivhA19Eta+tRnsLS8/fdCd880ZrqN96g=="}]},"engines":{"node":">=4"}},"0.19.3":{"name":"node-red","version":"0.19.3","dependencies":{"ajv":"6.5.3","basic-auth":"2.0.0","bcryptjs":"2.4.3","body-parser":"1.18.3","cheerio":"0.22.0","clone":"2.1.2","cookie":"0.3.1","cookie-parser":"1.4.3","cors":"2.8.4","cron":"1.4.1","denque":"1.3.0","express":"4.16.3","express-session":"1.15.6","fs-extra":"5.0.0","fs.notify":"0.0.4","hash-sum":"1.0.2","https-proxy-agent":"2.2.1","i18next":"11.6.0","is-utf8":"0.2.1","js-yaml":"3.12.0","json-stringify-safe":"5.0.1","jsonata":"1.5.4","media-typer":"0.3.0","memorystore":"1.6.0","mqtt":"2.18.8","multer":"1.3.1","mustache":"2.3.2","node-red-node-email":"0.1.*","node-red-node-feedparser":"^0.1.12","node-red-node-rbe":"0.2.*","node-red-node-twitter":"^1.1.0","nopt":"4.0.1","oauth2orize":"1.11.0","on-headers":"1.0.1","passport":"0.4.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","raw-body":"2.3.3","request":"2.88.0","semver":"5.5.1","sentiment":"2.1.0","uglify-js":"3.4.9","when":"3.7.8","ws":"1.1.5","xml2js":"0.4.19","bcrypt":"~2.0.0"},"optionalDependencies":{"bcrypt":"~2.0.0"},"devDependencies":{"chromedriver":"^2.41.0","grunt":"~1.0.3","grunt-chmod":"~1.1.1","grunt-cli":"~1.3.1","grunt-concurrent":"~2.3.1","grunt-contrib-clean":"~1.1.0","grunt-contrib-compress":"~1.4.0","grunt-contrib-concat":"~1.0.1","grunt-contrib-copy":"~1.0.0","grunt-contrib-jshint":"~1.1.0","grunt-contrib-uglify":"~3.4.0","grunt-contrib-watch":"~1.1.0","grunt-jsonlint":"~1.1.0","grunt-mocha-istanbul":"5.0.2","grunt-nodemon":"~0.4.2","grunt-sass":"~2.0.0","grunt-simple-mocha":"~0.4.1","grunt-webdriver":"^2.0.3","http-proxy":"^1.16.2","istanbul":"0.4.5","mocha":"^5.2.0","node-red-node-test-helper":"0.1.7","should":"^8.4.0","sinon":"1.17.7","stoppable":"^1.0.6","supertest":"3.1.0","wdio-chromedriver-service":"^0.1.3","wdio-mocha-framework":"^0.6.2","wdio-spec-reporter":"^0.1.5","webdriverio":"^4.13.1"},"bin":{"node-red":"./red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-qxSSVhzcOyCHN93k3BsRbFQ66cYsM15hkUkzaquh+EeiWGz3egRJR7PEZY0kgb/YEO3Yf1OAJyvPVAlHd2PPfA==","shasum":"608d6a57bee67a60492fa0fe0eee698b573eec89","tarball":"https://registry.npmjs.org/node-red/-/node-red-0.19.3.tgz","fileCount":341,"unpackedSize":7042583,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbkPIVCRA9TVsSAnZWagAAclgP+gIy0ZecDplF0WwLt+Ul\nXAKCf5i5vpFCzcIcS3aPy2Uo5mpMA0mI7tRdc77JI0G+Hf7o5uGQqYdDXMnw\npikOqI4NUGYBpJTbUFOt27y/KEtvc8XD8lXz+FUFlU9I+rDbWlcMMV3zlNv/\n2ZDmR+ePv+ihr86hGLg62UPPAw7OpimJ8yClZ8y2tRxSDyvn4RBKF/Iiil5t\nWlFPRjc18SK4Qp+xkmpVR/ZmTfQJkKv7HGLBsksMNA9Qt30JFevFHaids6Jn\nmcMKBLUq3wAEf3akC8MxDza/F3j/EvkrNBAMZV4EutJjG0q5M2JRM2Hj/Inj\nbY7VJ91dQjAGe4IQcA4fH+usu5EOdPkBfK+jGiIVSLQH9q3AQwoxR9XfB038\n7EZPHC0LXr5LcFsU0fpOAe/6Gdw35LXJjLjaGD4nzrFCFqhR4vi6q30G/qgM\nsu848NAL+rE+IaTRsVbl0KgXAP7csgpQFq7GQ3cDG4TJePC8WAigPVcmvmqZ\nIquXHtvorobxKP/6bNyJHqDcjXcq1GGiKdtpg8DfWNjOH0S6A2pMUU1wvODZ\ni9uBfhesdbQxp655K9JQDdIMQx5AxYI1ZnmoVjrE6CKfoOdpj6cLXsaBxUz+\naCYA03o1uPwg5WSX6Bx1pcTjBVdE91y/I9ZqvWzGK3YkCVFpxIgLPPzBDAAC\nGu2n\r\n=aE4X\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDVJivoUqA1GSg32E4NKAc3x3TrAYbyppIzTXKaMMRERAiAGb3FZSJFVaRJFwbPnexjwii1vxO4EcP5PdK4TlPtatw=="}]},"engines":{"node":">=4"}},"0.19.4":{"name":"node-red","version":"0.19.4","dependencies":{"ajv":"6.5.3","basic-auth":"2.0.0","bcryptjs":"2.4.3","body-parser":"1.18.3","cheerio":"0.22.0","clone":"2.1.2","cookie":"0.3.1","cookie-parser":"1.4.3","cors":"2.8.4","cron":"1.4.1","denque":"1.3.0","express":"4.16.3","express-session":"1.15.6","fs-extra":"5.0.0","fs.notify":"0.0.4","hash-sum":"1.0.2","https-proxy-agent":"2.2.1","i18next":"11.6.0","is-utf8":"0.2.1","js-yaml":"3.12.0","json-stringify-safe":"5.0.1","jsonata":"1.5.4","media-typer":"0.3.0","memorystore":"1.6.0","mqtt":"2.18.8","multer":"1.3.1","mustache":"2.3.2","node-red-node-email":"0.1.*","node-red-node-feedparser":"^0.1.12","node-red-node-rbe":"0.2.*","node-red-node-twitter":"^1.1.0","nopt":"4.0.1","oauth2orize":"1.11.0","on-headers":"1.0.1","passport":"0.4.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","raw-body":"2.3.3","request":"2.88.0","semver":"5.5.1","sentiment":"2.1.0","uglify-js":"3.4.9","when":"3.7.8","ws":"1.1.5","xml2js":"0.4.19","bcrypt":"~2.0.0"},"optionalDependencies":{"bcrypt":"~2.0.0"},"devDependencies":{"chromedriver":"^2.41.0","grunt":"~1.0.3","grunt-chmod":"~1.1.1","grunt-cli":"~1.3.1","grunt-concurrent":"~2.3.1","grunt-contrib-clean":"~1.1.0","grunt-contrib-compress":"~1.4.0","grunt-contrib-concat":"~1.0.1","grunt-contrib-copy":"~1.0.0","grunt-contrib-jshint":"~1.1.0","grunt-contrib-uglify":"~3.4.0","grunt-contrib-watch":"~1.1.0","grunt-jsonlint":"~1.1.0","grunt-mocha-istanbul":"5.0.2","grunt-nodemon":"~0.4.2","grunt-sass":"~2.0.0","grunt-simple-mocha":"~0.4.1","grunt-webdriver":"^2.0.3","http-proxy":"^1.16.2","istanbul":"0.4.5","mocha":"^5.2.0","node-red-node-test-helper":"0.1.7","should":"^8.4.0","sinon":"1.17.7","stoppable":"^1.0.6","supertest":"3.1.0","wdio-chromedriver-service":"^0.1.3","wdio-mocha-framework":"^0.6.2","wdio-spec-reporter":"^0.1.5","webdriverio":"^4.13.1"},"bin":{"node-red":"./red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-BcFaU1bCAl0fsu6t3sSPXXPuvUiIKcHj3jrpV3zvVols+dp0zgM9xPX9N8D7978h402H8h2A+0DDQA1vENQIEA==","shasum":"6687aa60bdca528a32c7cd8e84721e2d29dcbda2","tarball":"https://registry.npmjs.org/node-red/-/node-red-0.19.4.tgz","fileCount":341,"unpackedSize":7052756,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbn4I+CRA9TVsSAnZWagAALfAP/irihs9B1i+ZoBRYrLD/\n/847Ej7VnvtDpgkUrBf+MgT0YiBCM8gN1LPZTJE0klSLIO7w2sv431lONZyW\nahiHfCp3soGzerk9ZoyxbVIbIuE57CyXkk/BhW++jS5upwkM2fL5bvyyeeXJ\nvixcDu7qpjpCPyntEaakLzMDy4KnI7URkQI0S1rP14jAuwADeAkmlT0RMH4G\nw83Ndk54V/iyuanFGfuCsQk93VFDS+qokBCBQB/qAjh5a8gVQ3AnfXAHwYIH\nk19g5+EUxF48oxfUQOJ+b92LQlOsHRSukzCiECwZg7v0fnlJSONDiOzj0xJ6\nvebM+NCUnkk2ErioCFwEi0kYCQNg6dhsB1rMqiN4n8I9mi5Pb6+pt4tohuHk\nb/APULhwGBkUjepNea3W+zQA50raOw1avXyAjtCu2p79gCTK4jerlr2WAYvV\n6oARC0+Wf9zpOMprHEmk1HQ3s9avzmEFn8URdbZ3ddca3ZSItInKk5ukHnnN\nQjSXijkQtML9RaDO+8QAxMv4CZmNHP78cdVH5uBf4Fidsg3llUUk66cwyiiw\nDsZejXMlAb4bBEElaJTtJYoaX/QkJNfpyAePn0+9Yju8fWkozOfcc/vbVpYn\nxfFe7VL8IRo9YUpf7buU1r7k6PYnXsWQAAEWV6Qp4COFx/4z3ZFMNEA7MdEL\nM9NY\r\n=t2zz\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEXJeQogyOucI6OB1kdqg75WSUK+yn2gPTCjkzovixSUAiAyEspuDXYybewGDyVGOFu5GSNZ+iWvI1B1F0CAZqgNrg=="}]},"engines":{"node":">=4"}},"0.19.5":{"name":"node-red","version":"0.19.5","dependencies":{"ajv":"6.5.4","basic-auth":"2.0.1","bcryptjs":"2.4.3","body-parser":"1.18.3","cheerio":"0.22.0","clone":"2.1.2","cookie":"0.3.1","cookie-parser":"1.4.3","cors":"2.8.4","cron":"1.5.0","denque":"1.3.0","express":"4.16.4","express-session":"1.15.6","fs-extra":"5.0.0","fs.notify":"0.0.4","hash-sum":"1.0.2","https-proxy-agent":"2.2.1","i18next":"11.6.0","is-utf8":"0.2.1","js-yaml":"3.12.0","json-stringify-safe":"5.0.1","jsonata":"1.5.4","media-typer":"0.3.0","memorystore":"1.6.0","mqtt":"2.18.8","multer":"1.4.1","mustache":"2.3.2","node-red-node-email":"0.1.*","node-red-node-feedparser":"^0.1.12","node-red-node-rbe":"0.2.*","node-red-node-twitter":"^1.1.0","nopt":"4.0.1","oauth2orize":"1.11.0","on-headers":"1.0.1","passport":"0.4.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","raw-body":"2.3.3","request":"2.88.0","semver":"5.6.0","sentiment":"2.1.0","uglify-js":"3.4.9","when":"3.7.8","ws":"1.1.5","xml2js":"0.4.19","bcrypt":"~2.0.0"},"optionalDependencies":{"bcrypt":"~2.0.0"},"devDependencies":{"chromedriver":"2.41.0","grunt":"~1.0.3","grunt-chmod":"~1.1.1","grunt-cli":"~1.3.1","grunt-concurrent":"~2.3.1","grunt-contrib-clean":"~1.1.0","grunt-contrib-compress":"~1.4.0","grunt-contrib-concat":"~1.0.1","grunt-contrib-copy":"~1.0.0","grunt-contrib-jshint":"~1.1.0","grunt-contrib-uglify":"~3.4.0","grunt-contrib-watch":"~1.1.0","grunt-jsonlint":"~1.1.0","grunt-mocha-istanbul":"5.0.2","grunt-nodemon":"~0.4.2","grunt-sass":"~2.0.0","grunt-simple-mocha":"~0.4.1","grunt-webdriver":"^2.0.3","http-proxy":"^1.16.2","istanbul":"0.4.5","mocha":"^5.2.0","node-red-node-test-helper":"0.1.7","should":"^8.4.0","sinon":"1.17.7","stoppable":"^1.0.7","supertest":"3.3.0","wdio-chromedriver-service":"^0.1.3","wdio-mocha-framework":"^0.6.2","wdio-spec-reporter":"^0.1.5","webdriverio":"^4.14.0"},"bin":{"node-red":"./red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-Bwt5RYc77MqQjw9tSGFQHgfn6/3PTy0f9v4I4Nw4waJutGdxuAhdQJuPy6ouJpFt6CRI1ChmfJvC2ZBUMnaUCQ==","shasum":"e51c0bc893d2012991beb31bbfcbc344dfa683f6","tarball":"https://registry.npmjs.org/node-red/-/node-red-0.19.5.tgz","fileCount":341,"unpackedSize":7058035,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb2ZSyCRA9TVsSAnZWagAAqTQP/ROUuAB2v9Fvx2ec5b72\n5Jxlwgff8S8HRry+RU2wrI75yzuNMytyZgfe5XkD7EVzD0f6wEyQcJjNbXtH\nTs4nhIy1Qt7o+x2Pon6N0ROqe7kY4LZsCBnF+5P33ZAK/a3FjyrBWRfcPOzn\nljQdnb6V44IOkXOk1HIQJjlbe4fDFAjXKGxThEQNrX02y1oCyAICI+BDiOJV\neXfJVpUAmUQG5mw33OEinexjQ/m13WuzqaLAORI7YKwPLYd1ol4Slo97ZYuk\nBUvKde5O1XMTDskStSaabAvdvybgMST94vYKG6d9/+Puj4ecv+HszaqWHrfy\ncPRRSjoMNllNgL35pFQ+76gLtKV68cXFAJ/AzKOuLaZ1Uf6hpKuRyPnczC5n\nNCcBjrGywGp4SP2PaO+SOUDFAzFzlL0y7UuiJZAKis2dvyO4oTXl8QLTVIq+\nucC/4Ya6xnUIM7gisHtH6qTn3SBeC8YPEuE6/v8JqZdaiYdVP+VzyEteXRSv\nAhkGarXm+4pm6JJgBQGiosmERz/4qAsS1uARCIioyGumcgiF/o63wkct9YyQ\ntFcquuQHOPIxZ5vLVhnK3/9ylMnnbs4L/8xAjSS9YMo0XZwREdaKyDEsK88B\nolRtweihFoP4nvfvJOX5ao6t6MTg2/mcpCaT8k2KOBInnXK/1Jr/HdQHIFOC\no95j\r\n=KFnR\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEhzzoqKdKEfOXaqYji5vWhfcN9yTzts40XLAEKit44tAiEAtZ8GztOdhLwz0ddhR/APXdhlhiK+RRPYLrFBtnRfEng="}]},"engines":{"node":">=4"}},"0.20.0-beta.2":{"name":"node-red","version":"0.20.0-beta.2","dependencies":{"@node-red/editor-api":"0.20.0-beta.2","@node-red/runtime":"0.20.0-beta.2","@node-red/util":"0.20.0-beta.2","@node-red/nodes":"0.20.0-beta.2","basic-auth":"2.0.1","bcryptjs":"2.4.3","express":"4.16.4","fs-extra":"7.0.1","node-red-node-email":"1.0.*","node-red-node-feedparser":"^0.1.14","node-red-node-rbe":"0.2.*","node-red-node-sentiment":"^0.1.0","node-red-node-tail":"^0.0.1","node-red-node-twitter":"^1.1.0","nopt":"4.0.1","semver":"5.6.0","bcrypt":"~2.0.0"},"optionalDependencies":{"bcrypt":"~2.0.0"},"bin":{"node-red":"./red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-JggLma7we6UwMK2ykEL0kj7Aiyzzda79FYsN8s7Cd3CvzqcO6GpuMErzgpAb3uTTlU2EymHx98Hg88gXUpC3Zg==","shasum":"bd84f4bd3183366e19354dd8d50a0c406afb19a9","tarball":"https://registry.npmjs.org/node-red/-/node-red-0.20.0-beta.2.tgz","fileCount":8,"unpackedSize":102979,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcCqXSCRA9TVsSAnZWagAAmogP/23+vF0JnnDKzhfT0dUD\n1I7gR9Ik59mfM7R0mMx1TZHlGrpI2CrgihghljZ+GYYjQs7E9pvaLsWj0p9g\nuIbbONC0hSvnazuRTGKtNi4RWuMKJd/CpdyW6H86hBDLlWghT6twGxxCKc5L\nos8Cnt94ZRxEtzyM7OJ86c+zMCPXDnL0vyGJoyAGu4D8kwbS/Jwi+s5nvj5S\nRVmlhpcRiRu5y43vkMTiTX8gdLy07/uYaDPwgAcBkfqg7nuGqoN+8prGA2lM\nzdECmY4y20zec1vGiBSsWcpGVQgrwJr1L3TcZm8tFBikiewymZz1J0EqBBh2\nZ/kaxn0wYmYYpvUVrs4LVdt0p7cbNeLnDw6VIEiwUOqOLn0GCFZTxMvQSpbO\nOBUrtyJkHMzuT3SQ9hCdVSyh0fHCuKm0v08abABJA6UURoUwkjBNPFTBIFiV\nX1Ka4SIhHPebjfRGioKGh3iTQDc9ToNztRg75R1iAtTxgsnbFCag4ozpG8Cr\nyCOQZ9Fv/vWPyJmZRQYf5qyLYwdhBCX0oVi2HgE2w70L5ULjZ6PUaRrUgoFc\n9E3cO8aeO8idm4INwczRTPIhn/KCk+ILE/+TqAUBjD0enFRoz3A0lIekHa+h\n4DQnCR36cp/L6PTkE4Vrp5/lcRKJFyo+8gA9ul+CxnNDNT0Yh63OvDGVHRjP\nCFJH\r\n=E1J7\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDO9Vps7NBZmGa8RpYtex04HAu6WUPXmXVlbV7at4Dc6QIgKLQy5U95Mso2YnW4K6jyG9c2hMJzYLqeRZVk4MUK058="}]},"engines":{"node":">=8"}},"0.20.0-beta.3":{"name":"node-red","version":"0.20.0-beta.3","dependencies":{"@node-red/editor-api":"0.20.0-beta.3","@node-red/runtime":"0.20.0-beta.3","@node-red/util":"0.20.0-beta.3","@node-red/nodes":"0.20.0-beta.3","basic-auth":"2.0.1","bcryptjs":"2.4.3","express":"4.16.4","fs-extra":"7.0.1","node-red-node-email":"1.0.*","node-red-node-feedparser":"^0.1.14","node-red-node-rbe":"0.2.*","node-red-node-sentiment":"^0.1.0","node-red-node-tail":"^0.0.1","node-red-node-twitter":"^1.1.0","nopt":"4.0.1","semver":"5.6.0","bcrypt":"~2.0.0"},"optionalDependencies":{"bcrypt":"~2.0.0"},"bin":{"node-red":"./red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-PmWDpbhzvHTuwmqXe2gdPy0kOyX9esnkDo2WwMsN4NPECQ2L+rcYiIVOZtVtDvvUDlcOF0VmSzZdFQe/a6AeSQ==","shasum":"b75ea3f59fc8274a654aefd64597bf7ef3e47603","tarball":"https://registry.npmjs.org/node-red/-/node-red-0.20.0-beta.3.tgz","fileCount":8,"unpackedSize":104750,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcN07FCRA9TVsSAnZWagAAmxwP/ix5b09mEkQyEZHTcZfh\noJE/FKPJ2ldcXXxnE0SxMhnp41YeAHlYmDSrScQrmdalc1ItUFLK6s8QCLKY\nG/6fpT1aoiR+FaP8/3a0GZwI+hsOXZiOyCDE5LF42Zx19odX5MmM3uFsDElI\nFpCAS1NQwR7dbYzx0HU4euKppi9p0eHRJKJHMrsQa9zrBhj+phsA5zgsPkSv\nALNVl6yLr+KGW2rtPrJx/R3xdi9EwET6fnuqadS1p0YWQKywF4mt165Z+N1i\nw2sFYP73Np11FR2c8MTpbStSWzt4oAeoNh2jnzjVmaM5B2elt3ShWPrHzIDx\ng/AjEMsyHTnG+x4EMFI/i6zoO2E015y+bNYGLTIlqwOerdlutOMZ8TihXjwH\ng6HgrGAxKZ6RouhdelkPywVaztxaUe7PxR4ciy8Az8Hc/aVliwIvzpSZS5+P\nZmEi8Njdrl96Q+J43tKvOOZ/OW7K9VMEQquSP77jB9mZjHkKkuwPweVsvywf\nz/CyJx9PrgNDyfRswIO5c5pzscHRAJJzaDXN7GhfP1unpnlR+sST3NU8E25T\nAjhqo4ykRkBMXaabLhi4unmuXKiNwQhup8I1ZWSX6YS8lxTWgz4Qbq+3Uj+u\nPmOBOkS9ivTmGoKElCbOqUGoQ9BV82f7h3TE7ZI+s6bL3q/EU3c9EJCV9Sjz\n02VY\r\n=3qXG\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCaOMmBzzCeo0QPXR4lHOConGt1ye+Y/sYnLrnlHR5csgIgQcD9kEX6Qt1xJEvBqzGE+2mAPXC13gNXVTejH3g7HaI="}]},"engines":{"node":">=8"}},"0.20.0-beta.4":{"name":"node-red","version":"0.20.0-beta.4","dependencies":{"@node-red/editor-api":"0.20.0-beta.4","@node-red/runtime":"0.20.0-beta.4","@node-red/util":"0.20.0-beta.4","@node-red/nodes":"0.20.0-beta.4","basic-auth":"2.0.1","bcryptjs":"2.4.3","express":"4.16.4","fs-extra":"7.0.1","node-red-node-email":"1.0.*","node-red-node-feedparser":"^0.1.14","node-red-node-rbe":"0.2.*","node-red-node-sentiment":"^0.1.0","node-red-node-tail":"^0.0.2","node-red-node-twitter":"^1.1.0","nopt":"4.0.1","semver":"5.6.0","bcrypt":"~2.0.0"},"optionalDependencies":{"bcrypt":"~2.0.0"},"bin":{"node-red":"./red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-FlTjniZdMH7LXj/G7y8GTg3Y7DZ/kfGinDOAXjcOwg9QrcimWl+rv6GGc4U0nneFaWDaoxLNCme5NMsKYGv9xg==","shasum":"27e4698d9c3ed9de3c930d47594e799e5620e286","tarball":"https://registry.npmjs.org/node-red/-/node-red-0.20.0-beta.4.tgz","fileCount":8,"unpackedSize":106206,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcTyG6CRA9TVsSAnZWagAAeXMQAIy260n9tqEAfX+liAxj\nahHwMrC/f0Wsec13j9EQutVzUwank162WnGDk+blFUa0eWsSucj7mkrJLYk8\n4sD/+82uO1iYMH8ymUsMfPifkgrKj1G9z/wcmzIRnRKVIbt3bpSrVGoFiEDR\nkPF+N2V7FudzlZMEbPKaOjbeyfvbYOh3BM6spgAYcMjP+nja/X4B9jJEnzJc\nBp1MJqAHc2xFb74M+wwG57RXZutb7woAnt6tdWmk/i1Etz9C2rMJjfUGrbcd\nfxkTKDK2bfPXNNOHaLbqhzs3JvVXN1vj/puy6Y5Jk42sjeRDKCvsKrBG+ACQ\nGMjXYbaQl5SBOPbkpwZgoXDmxwapnInzyWw/mhWhQvPb+3oh0+x27S5QJEQ9\nhMwcHWx8+bQUqlEOa/rCYb0fL1CMg++kl8zl3Jv+LbBxZaYeR4REfgn/RMRC\n0nn6anG1/AJhVav/w6mDUin57lmTgLZqTTam5HVLALFGJjCgGW3g97hM+0QY\nfg488GwJ9e3cTWXEb/5pXuKC5bApnUnnFMTLnX+rGRMhp5jvfUrrWbkGIMKz\nRdY8mC0XyGLQPH+1b8IWdJvfxOSa9mkGB8bensew2suYSvle9xuYLIwPNBab\nR8H5bwacXun7Xfop+Ue/rFFJB1wlEPuBCsfiHcOXeZoD5cPfIcYK1Gcu7srw\naVTW\r\n=6Rqv\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCa2E7IQQqa+NnW1aCDlPSNu/LXvnCPZxn8Ve3SxMGUQQIhAKIPvh162U9C4cORjijkY3WIEWNXR0e7Fk/X4c7QfATj"}]},"engines":{"node":">=8"}},"0.20.0-beta.5":{"name":"node-red","version":"0.20.0-beta.5","dependencies":{"@node-red/editor-api":"0.20.0-beta.5","@node-red/runtime":"0.20.0-beta.5","@node-red/util":"0.20.0-beta.5","@node-red/nodes":"0.20.0-beta.5","basic-auth":"2.0.1","bcryptjs":"2.4.3","express":"4.16.4","fs-extra":"7.0.1","node-red-node-email":"1.0.*","node-red-node-feedparser":"^0.1.14","node-red-node-rbe":"0.2.*","node-red-node-sentiment":"^0.1.0","node-red-node-tail":"^0.0.2","node-red-node-twitter":"^1.1.0","nopt":"4.0.1","semver":"5.6.0","bcrypt":"~2.0.0"},"optionalDependencies":{"bcrypt":"~2.0.0"},"bin":{"node-red":"./red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-M4k40v2hsABggIbIE1HLzDfs+9RflSjEe3bSMTpwn3M7oDG6pM7mDKaQMzpiKy5+cVhpj11vbpXVDREhC4xZaA==","shasum":"5f4988c95b30f87a624fa9819243db49d4896d40","tarball":"https://registry.npmjs.org/node-red/-/node-red-0.20.0-beta.5.tgz","fileCount":8,"unpackedSize":107195,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcXWhvCRA9TVsSAnZWagAAdDkP/09YHK0zYLYUXGIDH4O5\nZs+SGW2ClUd7aF8fAMa4hMP8oYoDkzfdbJWmBumbddgOWoAxDRhOuuONYysr\nCaxAQvxofNf6PpOp4XO7L2gn8fyofQzuvGcwT9al2MfGerQZLF+1TMNfXcA6\nkTknDMtueuwowKTQkmqEgghB4WMo16B/Pee6k0TDaJKFlXGx4SuKOSQzFrB9\n8rDgTb9XpLzNo4ISIDHH5QNVktwwrNwuBeg2PqAW/N1fzMPBQVfARNnndySp\n1pSJnEC7slbnrK/KEdNm30MVrx6eoW8724R6zbL5oBHQVPsOfTpX67a+C6h1\nhgiun+A28HO3Sskc/8lxlEMJwMOA/Y8HWUmocymxheOvbSTPK172rgiokhVu\ny6perSZxrE14SkcWv86tZZ2e0myimWfHpag+c/hlU+7q63oc0GWHTYeCYAJK\nyz+bq8y3cHukUr3clhsOkv5+W5SrJcUBtF5uc3UmD6aLvoKOW8pbvWCAhkTk\nafkqyr7s13cDzJJesCYHwZ/7zdMQpEtgbPyB1KSnjxHRRaxv1U64gK5L9KP1\nOi5UMvRM6kOaSk0dE6Q5vXtZU6BBWBo3ywXXQ746v0gYVGeP559X7rtbKb3z\nO5vxvXURrUurqG5k8UZSvuuPFhb1helUjHA00ePn842FUOvExzO/AsRiP5ui\nrrya\r\n=zyuX\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDsf4wN8dy5ZbC4+64g+mnDAYwSRD20h2pc7ZO3nRr+qAIgWS0ZSfwDl53neaJfWXFHaX6l1OD0roxhhcnZ3GoQCNQ="}]},"engines":{"node":">=8"}},"0.19.6":{"name":"node-red","version":"0.19.6","dependencies":{"ajv":"6.5.4","basic-auth":"2.0.1","bcryptjs":"2.4.3","body-parser":"1.18.3","cheerio":"0.22.0","clone":"2.1.2","cookie":"0.3.1","cookie-parser":"1.4.3","cors":"2.8.4","cron":"1.5.0","denque":"1.3.0","express":"4.16.4","express-session":"1.15.6","fs-extra":"5.0.0","fs.notify":"0.0.4","hash-sum":"1.0.2","https-proxy-agent":"2.2.1","i18next":"11.6.0","is-utf8":"0.2.1","js-yaml":"3.12.0","json-stringify-safe":"5.0.1","jsonata":"1.5.4","media-typer":"0.3.0","memorystore":"1.6.0","mqtt":"2.18.8","multer":"1.4.1","mustache":"2.3.2","node-red-node-email":"0.1.*","node-red-node-feedparser":"^0.1.12","node-red-node-rbe":"0.2.*","node-red-node-twitter":"^1.1.0","nopt":"4.0.1","oauth2orize":"1.11.0","on-headers":"1.0.1","passport":"0.4.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","raw-body":"2.3.3","request":"2.88.0","semver":"5.6.0","sentiment":"2.1.0","uglify-js":"3.4.9","when":"3.7.8","ws":"1.1.5","xml2js":"0.4.19","bcrypt":"~2.0.0"},"optionalDependencies":{"bcrypt":"~2.0.0"},"devDependencies":{"chromedriver":"2.41.0","grunt":"~1.0.3","grunt-chmod":"~1.1.1","grunt-cli":"~1.3.1","grunt-concurrent":"~2.3.1","grunt-contrib-clean":"~1.1.0","grunt-contrib-compress":"~1.4.0","grunt-contrib-concat":"~1.0.1","grunt-contrib-copy":"~1.0.0","grunt-contrib-jshint":"~1.1.0","grunt-contrib-uglify":"~3.4.0","grunt-contrib-watch":"~1.1.0","grunt-jsonlint":"~1.1.0","grunt-mocha-istanbul":"5.0.2","grunt-nodemon":"~0.4.2","grunt-sass":"~2.0.0","grunt-simple-mocha":"~0.4.1","grunt-webdriver":"^2.0.3","http-proxy":"^1.16.2","istanbul":"0.4.5","mocha":"^5.2.0","node-red-node-test-helper":"0.1.7","should":"^8.4.0","sinon":"1.17.7","stoppable":"^1.0.7","supertest":"3.3.0","wdio-chromedriver-service":"^0.1.3","wdio-mocha-framework":"^0.6.2","wdio-spec-reporter":"^0.1.5","webdriverio":"^4.14.0"},"bin":{"node-red":"./red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-JSXgkh/PlLSDAvplfFqRmTyDKgKRK9rjuTGjiAX5hM9BbMLiJnNGMWjt6qkJmRGzzND7x+stgwvdDODJExW5zQ==","shasum":"dce4dde7d3e8cd5156cbe2ed5329e95312a75dce","tarball":"https://registry.npmjs.org/node-red/-/node-red-0.19.6.tgz","fileCount":341,"unpackedSize":7058548,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcc/7OCRA9TVsSAnZWagAAJkQQAJg+LLi2ilBbem52fcBe\nUF9Cwuk/D6JtAfF03CA7xIWPupHUGkj2FCt6lgb0RSMQOJTNVgt8mTJpjDCD\ncK6+hEJm+fK3L0xP3LXa0bi1EmW6eh5SuZ3K2nSRVXFSrVckRaHYSREEXZZF\nEWIGbYHLPkJvs5YnjlvJ9qXBLaG8XU4jG825SQ6I7IjMjFZNQAgWeHHwikuc\ncTy5bFlu7crZWViusUnqK9ITPvu4hMjgc49Wh9bGx2TuCd82wsfb7zDrM/sq\ntJbvBjPuoMaqb+TaarprV2UU+bAl7AO3O9NpEAScHu5qQ53A12ch6phtCF6G\nOJGLGFI6OfCkZi9ZmuewomLcVgyzNznEMRqIWVo4z3y8b/JPMus7WvBa13+T\nxGjs0/EMZCA6SFCdu4ALcqy9W75XTUnDApBiKHQw33wniD6wXYgo/7kp9FFH\nCJsr6UCr5y3Qr8mDi791DXuTXsMLSkrJUAhCSVM2B87iJxprzdmFBjb+qzwg\nirxJW1hoL5j72zfgtplPD7AzaGLlEfFgVns3NSJHuSdu8DII4AGjduQdNQ18\nKcL2g+i0g1DzbJ7suE2rpBYnlumi+NyFRegIz9dQidA9aWzVQu6bp8bgeMmb\nrZm2JhWjpjfqr5l1X1QqI/8PWQ1OEnjITvpZJ7tUd4YHGKKteNftdwDJ9k1I\nHCQy\r\n=Ut4j\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDq/u/EPZQh/lyfbVOKBZcw7zGFVlRCCRH49ZTwUzPolAiEAxtj24xgNPqC8ixeXjC1W+pnyG1qh3XVfMjhXOyW730k="}]},"engines":{"node":">=4"}},"0.20.0":{"name":"node-red","version":"0.20.0","dependencies":{"@node-red/editor-api":"0.20.0","@node-red/runtime":"0.20.0","@node-red/util":"0.20.0","@node-red/nodes":"0.20.0","basic-auth":"2.0.1","bcryptjs":"2.4.3","express":"4.16.4","fs-extra":"7.0.1","node-red-node-email":"1.*","node-red-node-feedparser":"^0.1.14","node-red-node-rbe":"0.2.*","node-red-node-sentiment":"^0.1.0","node-red-node-tail":"^0.0.2","node-red-node-twitter":"^1.1.0","nopt":"4.0.1","semver":"5.6.0","bcrypt":"~2.0.0"},"optionalDependencies":{"bcrypt":"~2.0.0"},"bin":{"node-red":"./red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-VLZSqE3qU17lkLnvx421e+KqQTt6VTThZCg7brlVlRl0p4HCsKfIpozBiaSX2qazEFVRcK/R6PzHh1e0clgz/w==","shasum":"1a7a0a81869601d75a610e7b8ee841f7ceba0629","tarball":"https://registry.npmjs.org/node-red/-/node-red-0.20.0.tgz","fileCount":8,"unpackedSize":110080,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJch8ozCRA9TVsSAnZWagAATkQP/2TCnP5gdqQ9lWIHIgDr\nle5Sc7vFMXsDd+Py92peYsAT+mjqFgY56u2ZM+KXG3lX5v2k/tpU45fLs4gd\njGyZA3NI+EIDM4w6FGTNZBO/vePj0AueX3ZhM7WlKUFQgYHLt8eIiLLwxsPg\npwREHd4GoKeJhh55jkns4ZxLxMNA55LZJIMLcpkaeKLN5xHD8PgbvYxD3ul4\nFJBLFWKzw5CYNCBuWao+M854Y/PCAOwUmAtzFXUQn15ghQvQEaYiNQ7iDaG+\nb1gyPon04EyF/h4UT7IM6yzdO9+E7BJrbnZMCDydmdxLgrQTd/M/9zC9J0de\nV4MNUayoiFvBaVlq1ajbR8RTjwKjJHPV7KCb7QaUIZHiThVaEjGLZrjQ8sm3\nvwxKh/wbzoxtnOpF9aQVPDifpbpmwYtGw1voOFIbWNT0nEEmlN9MGV1T40ay\nZFTn10tNm8s5Z3lN+QcouD6QicshNy+XHbj14Zu47MNLF2RkoXBzcpR7LWqx\n1NfYpBRWjLYupYlynKcI35kVJG3F34liwXRmoY7re1G0s+4jbVrnjSc5kX3z\nvvH6/MzXqi+UVFJBqjGvTJpHvfEMuwquCmlMdT5iX3FIoqy7dNVA2dyrRuNK\nzNMZaDBaiusA+/jGQzQm74fVqAlqe5E0va1vnkOGDcf6izMXACSKnWDQncvm\nG1HU\r\n=+jfI\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD74bS9P7JD1ovU4SCKVMTdKNumJOz3t2HWCn4VQlEBKgIhAP7fUXyPafzNGLpToiYKlFig3/jeA4V9otAwKcEiEb9e"}]},"engines":{"node":">=8"}},"0.20.1":{"name":"node-red","version":"0.20.1","dependencies":{"@node-red/editor-api":"0.20.1","@node-red/runtime":"0.20.1","@node-red/util":"0.20.1","@node-red/nodes":"0.20.1","basic-auth":"2.0.1","bcryptjs":"2.4.3","express":"4.16.4","fs-extra":"7.0.1","node-red-node-email":"1.*","node-red-node-feedparser":"^0.1.14","node-red-node-rbe":"0.2.*","node-red-node-sentiment":"^0.1.0","node-red-node-tail":"^0.0.2","node-red-node-twitter":"^1.1.0","nopt":"4.0.1","semver":"5.6.0","bcrypt":"~2.0.0"},"optionalDependencies":{"bcrypt":"~2.0.0"},"bin":{"node-red":"./red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-HO9IWnfx7a/DGCqchoR2jMpjBFHRgMLOe5eOEocv8clfLGWHNkhZra/dadOPl/Mm0uJRO6LBDoNuLXo+5Llp0A==","shasum":"8562ffd707676b5d5359e5872a92596e43bf8f5f","tarball":"https://registry.npmjs.org/node-red/-/node-red-0.20.1.tgz","fileCount":8,"unpackedSize":110420,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJci42iCRA9TVsSAnZWagAAPU8QAKNIe3t/gRoXYrmLV58Q\nC0gHJoLWchakHrYchSuokqNTXtbC/evLiA7k3HvllsEiXd5PZJxrWp1+j1U4\n6rDMCmkj77knyV3qp2lP5viVMA/lPOyW5qRn6PlzxOfjIO/xPBxkQHe6JBar\nzohQ7hyr61TP3RQ5WqWpeIdsvH8dndQhpj6cwPOFwawHeD5cPyBktw2mLQ1S\nxIeViKIHciraFnUpDKycizwrwCA5OZyiF4RWWozkzdCYaiZmjiDdqAmrF4PQ\nz2pdGUuLa0z9d6W1agOztDLEvFsEJVYjfkU+AMdKSEEMvB1T7M0bYn1RwEsV\nlhIu+ZMJOQD2t1Usxq3Nfr3kNqRH4wv9IjhbNaIcDQCi4cQKaev9iGIGtepN\nZUc3l7oN5Yja2NErFcxMsuTHmsKyBsqZPqx7zTbCl4liW4G0QJ5Hck1HH1OU\nqfeZQNeIlSLhm/pSre/vic5ceI5zSK468s39s+zNH584iiRR7HpnNCeEbJpl\nBM5qxOiVfbGa/4xH7WekldhQUgoGGEd+uaoUlStnMm8im7dvAq5As688iNwy\niXvVxmFh58MhFXkKl7PXtjALN5rZmdx3K0cCCKCzVaU/JdbgLrSWrd10beaP\nm3cKHJROIu65b2yXq2litL44iKjYJ194AdinVxJ93xKsYt6iurIuXX8Kp7jM\nn9pF\r\n=tjoc\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHiHAbX988Jzf4zE8b3+/7jscQtCjL7HlxWQeK9SPIgKAiEAoea2Oo9KH0oL0LcB4j3WbKkiXj36ok3xdKs6bLhUtwc="}]},"engines":{"node":">=8"}},"0.20.2":{"name":"node-red","version":"0.20.2","dependencies":{"@node-red/editor-api":"0.20.2","@node-red/runtime":"0.20.2","@node-red/util":"0.20.2","@node-red/nodes":"0.20.2","basic-auth":"2.0.1","bcryptjs":"2.4.3","express":"4.16.4","fs-extra":"7.0.1","node-red-node-email":"1.*","node-red-node-feedparser":"^0.1.14","node-red-node-rbe":"0.2.*","node-red-node-sentiment":"^0.1.0","node-red-node-tail":"^0.0.2","node-red-node-twitter":"^1.1.0","nopt":"4.0.1","semver":"5.6.0","bcrypt":"~2.0.0"},"optionalDependencies":{"bcrypt":"~2.0.0"},"bin":{"node-red":"./red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-oFUJ5Eyzki7OK9Bw8QmutrThMr3tJU+TzIedzSaX0Zhlw+wjW28dOWUdKCKTqtGDCUJzQM7PtLR+ArwrekCSww==","shasum":"b707e03c81f38b122fe2e1d0a14fb4c7fafb4cb1","tarball":"https://registry.npmjs.org/node-red/-/node-red-0.20.2.tgz","fileCount":8,"unpackedSize":110570,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJci/iXCRA9TVsSAnZWagAA3JkQAIF2wmAGTIeLClbxnY45\nbrV7ox4hfTHMqI+a6cOOgnGvEhObEzUfgxaINW8Pm4iIxwxe8kL3T8SmlY2s\n9sbnEVuFR/6Drs08lO5h/5xSEQJvULWvDFRs1K8AHIC2puWaXbMDvnPv3RUe\nbMgWTtwhuPVPgrq/WFzNx89LkYCq+NFHa1Xy5yzocgmCiBinmvThzO1E6xKD\nHrFjjI80bs1nwhzdhyhuY5oxa+3jgmte7tFUCBwiW68i2iN3agQgwOypnu1V\nuYN0VRVNjLtBvXt81TRYo5UzL9yCHPILCS4Xt+HPI3w3sIHLX/AocvgQrt48\nPrUikHHZ27F1clFq7iT5mnT3OFY0aGx/GOWWHsV42no9JfVt+jLnCAy6iets\ntZRA+OBvpBQiOFwqZCa6cFtLaXLNbHjtDmoFFWGBDozbcALRM4mFAm/+A0U2\nH9b+Wf+O00e/J5mF/IrcLD8QnJbeOdDMv+4+nVSG08pxWF9P26MdlVfr7dJI\n4hA6u8mEHYIvfyIiq5fyG5AKNKkFZNFA30Y2SJ3SpvJMWxaQz5zw2rlJJ7L8\n+sxEaCTFwwY21gdAqvJLrZYUx0aFu6DLbU7QlIhgGRvlQDub/S6zR+FSB392\neZFlsiFqj/Q6g4ru7g8BdUnxVwLFPG40LcyrX90Mni+LwRhYmbcnKHu8uPMJ\nBX7U\r\n=XlUZ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEQ0uXzBNnGbczAGDc9q8ZjGRTlVz6tku98SfJjX7TBfAiEA7BvcW9SEniiedacDybBHxUcpiwd7eEiypjfbmKig8FU="}]},"engines":{"node":">=8"}},"0.20.3":{"name":"node-red","version":"0.20.3","dependencies":{"@node-red/editor-api":"0.20.3","@node-red/runtime":"0.20.3","@node-red/util":"0.20.3","@node-red/nodes":"0.20.3","basic-auth":"2.0.1","bcryptjs":"2.4.3","express":"4.16.4","fs-extra":"7.0.1","node-red-node-email":"1.*","node-red-node-feedparser":"^0.1.14","node-red-node-rbe":"0.2.*","node-red-node-sentiment":"^0.1.0","node-red-node-tail":"^0.0.2","node-red-node-twitter":"^1.1.0","nopt":"4.0.1","semver":"5.6.0","bcrypt":"~2.0.0"},"optionalDependencies":{"bcrypt":"~2.0.0"},"bin":{"node-red":"./red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-Ws9yCaG7LXWV5AlfM6z7wQYM7/LBkuulm78I+aXag0ED4HTcNoFNxtaez2eNvBYLiwHlvhhFvw/mthGDJ6HTow==","shasum":"4df47b60e86738890922e7b4fd7367802b9aaa49","tarball":"https://registry.npmjs.org/node-red/-/node-red-0.20.3.tgz","fileCount":8,"unpackedSize":110840,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcklz2CRA9TVsSAnZWagAA5zkP/RVNM/aAMZGBIAZ81vBZ\nfUUEdzva9l9LA2nHsOQ7MjaLbrFDOOfM7r/7KXZ0+CY0REMsFTcB1e2WWa28\n6JWo9a1n2gsvT+iVBFzxZvOTy5+gwwBkWG4x5zBDJ5ufs6c52b26qlnKVTk7\nN6yxzaQSK9LuZJflffrYZI5xel+V4HcjXM1l657/HiugQEXirCuR8fIBXn2K\nMHjMZJc9lP+xNGaX9p/itRiOAroUycEQFBKYfXUrtQ2YtM15JFsjjiWYhc8F\nQW4D5zq0blhz53X2q7xGoxrJFzrrz4A9J1z6pRaJYxCCA1N9wQGsxNnt5b2T\niqzqajClTRWw25ziZqHOQ3DBJSBONU7QWBh07p046byN5poouq2D8AE88XZE\nSfzor6txBt/ZJ4e9Ob5R8D+VV6M71GPtGIVACtArvlfbqdqaF+admFDgxwzL\n10X2H9ZLSorsTGl/MLWFgKY01HKwIUwdzkk4jAvn4DZqn+Q1LHggWicIzZs8\naoef8RPHrmQUDCKSdEketq9IgL5jSIhVJRE+32fwLn3tLLPxajaUid0FTU98\nw8UZJP/ID4jDcpS0ZNRc0DDrqz22Wafb4xH8SvVQXU83FvyBSWFDuThNs2sF\nXeNI4jywjuXH1vozNod97mW7tEQ94jXk1G1taI+dbQfMYcTDu2HK8FNjJx7o\nB7iY\r\n=ObkJ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICKh3V5b7wD8Gsv8DkvIttp2CFGcFGBBatCbh7MvUvRhAiAme5/cKYIqCUSRm2EzcIQqI5fmOsjHBI4Xkzv+zNpryA=="}]},"engines":{"node":">=8"}},"0.20.4":{"name":"node-red","version":"0.20.4","dependencies":{"@node-red/editor-api":"0.20.4","@node-red/runtime":"0.20.4","@node-red/util":"0.20.4","@node-red/nodes":"0.20.4","basic-auth":"2.0.1","bcryptjs":"2.4.3","express":"4.16.4","fs-extra":"7.0.1","node-red-node-email":"^1.3.0","node-red-node-feedparser":"^0.1.14","node-red-node-rbe":"^0.2.4","node-red-node-sentiment":"^0.1.3","node-red-node-tail":"^0.0.2","node-red-node-twitter":"^1.1.4","nopt":"4.0.1","semver":"6.0.0","bcrypt":"3.0.5"},"optionalDependencies":{"bcrypt":"3.0.5"},"bin":{"node-red":"./red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-EYlPEB2CocFiYDNj/4YK9geoJ8P4F32WLJYg+3in01NwhGyvNMBivM6FW6zpcpB39DTOElKaYlRp7++K7ndVjQ==","shasum":"1c605c5e10d2150a12bd5db14bc3aba09ef3a474","tarball":"https://registry.npmjs.org/node-red/-/node-red-0.20.4.tgz","fileCount":8,"unpackedSize":111707,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcpx8CCRA9TVsSAnZWagAA6AgP/0eTwD5Sxq+Ps3FNW18y\n+tigK2hHaH9QN1CPHgxI6FR1Yui+ooZTWVdF6pLd90zGEsKUDKuMsVTwGXs5\nmnDm6Yn0n1FvJDqKg6EaMzT8aiOzFpMXHcGj965wNsS3NKjHLyE1pAv25aJ4\nMuxcOEcw6sopUjnAHmRvuxUsEeZUi76fZ2Pdeojd4Dws1dkwlPbY6TUzDnrs\nSvOWdasOEiv2vxtqZmYT3uOV40Ex0FtIPgeDt+M3urqfHsSk9yLuHiohy/oA\nrjtOZz2I7CbC2gPvqGmqSHw5UYG38dZGadKYpYKAnq6w1QnYw3OfJmzjNGd6\nnGnFvdYsY0HJryotRirFHiMtWNp7jRi1cNxxP4SOV5XBQ6tFQK7QKkdUU1Zi\nAky6Nt6E7TYvQcPalmtVtIBhw2aL7WIL91ibw48YX5QRLVE/ocRsNDqfU7V1\nKodgHXdakKPAodgcaO60Io308+BCkSfXqQ7TGPAzHcNn0kxyRn2xsS2oASzi\nhj0PkmXm+vAJhCEYUwojpRk1axxBK08VLI6reK7U1scFIo+G+hOzcqyNMr75\noMoCp6KSfXAPWg5qL07dOPDVd8fJlECQvU87etE4FTDg/y8gaPDsXmCwWtvv\nD5AVpaMof9cxbB9ePG1S/Ju1sI9RjmKOiRIYAt2IG0KS86t0bOYNCePMu7do\nYIIO\r\n=rHMP\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAKzrrtmFalKg1RLah6z1VZaM0rgpHqaTa8CPxCEPnuCAiEAkmM+vdR2vlZ6PcEztBz8/2T3s6WXE4DEauXrLLVmvgU="}]},"engines":{"node":">=8"}},"0.20.5":{"name":"node-red","version":"0.20.5","dependencies":{"@node-red/editor-api":"0.20.5","@node-red/runtime":"0.20.5","@node-red/util":"0.20.5","@node-red/nodes":"0.20.5","basic-auth":"2.0.1","bcryptjs":"2.4.3","express":"4.16.4","fs-extra":"7.0.1","node-red-node-email":"^1.3.0","node-red-node-feedparser":"^0.1.14","node-red-node-rbe":"^0.2.4","node-red-node-sentiment":"^0.1.3","node-red-node-tail":"^0.0.2","node-red-node-twitter":"^1.1.4","nopt":"4.0.1","semver":"6.0.0","bcrypt":"3.0.5"},"optionalDependencies":{"bcrypt":"3.0.5"},"bin":{"node-red":"./red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-kF95ob7BZSiS1rOuy/QqATVHKCN6tDyybLHiqXYgSGgBcrsE+raYGhQcpS5DaCffl4GecYTNl0ijk6gle2ObXQ==","shasum":"5e109dcf47e338f1c1ef1bd17ee0815eff01060d","tarball":"https://registry.npmjs.org/node-red/-/node-red-0.20.5.tgz","fileCount":8,"unpackedSize":111786,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcp07NCRA9TVsSAnZWagAA9DwP/RqIPmUe6cRJzZaE/7nh\ntn4sqNevM4SfxlpY1I5a1+FFdv8qfXFrTgUoM4I1F24OtJMnk/j6Fo0IMGPs\n4nphCJ/puQwROTLhx1tmeBzcIazPDRpqahLtXQNQzZmx4DZZj9p2j+whBNaa\nZChN1rINpCoYParxpo1kdb//0Cmt6Yv+w7FwIFcOzCzt+m3K6NIWi3MIAZeE\nnyL7p9cWlkKT5ZkVV4fBJrsQ+okyuQvDUa2KrA3P2CIElXl7Rnat3mEHD6BH\nWMH4Gcb8QfNUmze6Qiv8RPV+G0qHDB23tGYlvsDUt+Bz71lRvYPvkA9ZpEVK\nnhBpaB0/1HCZ97hkt+KeEWljVsxdyFfaaxR6EySZvJk0pnJOp6DtS3VfPLlK\noZ0bYRHR6O82aFRplS9g+cP8dXE3ehX1IVCBxR987IUiivGZp7ZKTPJg8/0r\nW/Seic71vNUlx7qxO+NtYYppdCqQS3+GG/GOEmty5lUu/yCLYyxBZsORba4i\ncJ9ani2bzsC6dVNY7jk/5H0Urnw7oSB4ZJmNZbxnRj8B0YxyGLC0FQahEKYe\nHWyXyExP3T8IlHw7+m4oGfSOpot40ckA5GbKff31PEOnfEx37ssIMzV+9Onn\nRGItpAEMr4Wk9msqYZBWfxVpXf+FYo+oJHwps1G9GO5lU8aAkRArPrSVOqAn\nYLc2\r\n=X1Ee\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGhYVyeibXoIud6r50CTzThwFKKgmomZQOE941IK4GTOAiEA60EJrvMDkqHJFitakBA0uViTTp5p0ykcULLkloqfHVQ="}]},"engines":{"node":">=8"}},"1.0.0-beta.1":{"name":"node-red","version":"1.0.0-beta.1","dependencies":{"@node-red/editor-api":"1.0.0-beta.1","@node-red/runtime":"1.0.0-beta.1","@node-red/util":"1.0.0-beta.1","@node-red/nodes":"1.0.0-beta.1","basic-auth":"2.0.1","bcryptjs":"2.4.3","express":"4.17.0","fs-extra":"8.0.1","node-red-node-email":"^1.4.0","node-red-node-feedparser":"^0.1.14","node-red-node-rbe":"^0.2.4","node-red-node-sentiment":"^0.1.3","node-red-node-tail":"^0.0.2","node-red-node-twitter":"^1.1.4","nopt":"4.0.1","semver":"6.0.0","bcrypt":"3.0.5"},"optionalDependencies":{"bcrypt":"3.0.5"},"bin":{"node-red":"./red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-Nrzv4aMKcLq9Gdt3dXedu9EbKb0uwlpP4gpLR47nJjEBU5Od00LCD7hFUoATn85+OGy5XCeYL+wV2uXd47elag==","shasum":"2b64620e2818e1bb9ef64283d9e4f43efda21ea2","tarball":"https://registry.npmjs.org/node-red/-/node-red-1.0.0-beta.1.tgz","fileCount":8,"unpackedSize":113630,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc58HJCRA9TVsSAnZWagAA0Y0P/i7Lm0DOOyeSZC4PMxiQ\nY8kvQpJVMkSVRYV7ziuL956qnJgqKMbxkDUnQmLWqJY4meP+sP+oyQT3Wds+\naZVcntKGSHTg0yTtts8W8Kz4ZB/SZbALaUMXp84xY992KrNRwxtqzG87K8v6\noupo+nxdLPnewEZNqqGm1Z6h9pcBXMtNy+V0ZN0C1mWQ6sb6YmuMcAfs3mRL\nlkbTWe1eLvuTKO1mFW/V8lu7iF2n7DBoE5xWII+BOgGQymFGF71wASo+CG5c\n5CJ+NtQw2r2pXRMD0FQv/Uv7A2RFoZMFhcRsc1o6XRwMe7U/OdVMAkCCHP4e\n7N6xbkqjCFQ1eG2Yx5RCb9nNmne0DF5/lXWyn5iJ+p0v8Y6UfLyj1TDrQ5kU\nCB3EdHMQECDFR9DmSr4PeES20HoYdUskyVPAlgAWKIwoO/3WtVeMPKaeajzC\n0X/6p+i5dRQHg/42uomhTWZkxMkCAuMjF64xr4Bgxez0qZVZg1wX4nNR+m3B\nAJVbJ+qS020EmQnxyFbsmK+oLopb4zXQkUNGUhxA5O7A06KrrbEbszSQfVBL\nC1wGotUZJylbxLuP79sjaCqx8fDp8MRkEz9PO+QyNw8cXapy2fGaxmZ5uF7H\nbk/TPpmagVMdqaswU9gh5NUK8bbeXDju/D8dkypTg0agmZ0E+5f5v+1Nf6zT\nNgdW\r\n=lS0h\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIErX7+BGjeyOTUM7iS36jLoJyznHhL6UWhnvKReR4VFVAiEA2hgZrrHMDdb1XkKxjYnWQkxhl4w4JjKyOIYl3q7+7T0="}]},"engines":{"node":">=8"}},"1.0.0-beta.2":{"name":"node-red","version":"1.0.0-beta.2","dependencies":{"@node-red/editor-api":"1.0.0-beta.2","@node-red/runtime":"1.0.0-beta.2","@node-red/util":"1.0.0-beta.2","@node-red/nodes":"1.0.0-beta.2","basic-auth":"2.0.1","bcryptjs":"2.4.3","express":"4.17.0","fs-extra":"8.0.1","node-red-node-email":"^1.4.0","node-red-node-feedparser":"^0.1.14","node-red-node-rbe":"^0.2.4","node-red-node-sentiment":"^0.1.3","node-red-node-tail":"^0.0.2","node-red-node-twitter":"^1.1.4","nopt":"4.0.1","semver":"6.0.0","bcrypt":"3.0.5"},"optionalDependencies":{"bcrypt":"3.0.5"},"bin":{"node-red":"./red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-iqOPVCDFOnoQpbXDzw1ppatig1jwMiRUTLx0mVLqXVAvrtigZVV214Ya7uS75RtJV8QhITSfU7afYsVqMv/2iQ==","shasum":"1bba1e783d87c32a2b1f41bca415d7291c54221c","tarball":"https://registry.npmjs.org/node-red/-/node-red-1.0.0-beta.2.tgz","fileCount":8,"unpackedSize":113724,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc58n7CRA9TVsSAnZWagAAdEoQAI7I8qrKu4URw2qOTzjv\nzHeVW/kK0mXzvCAcaQFtheOXDwuyGvVq/Ig4wPIylONqtae1hWNdojmEEIGC\norXbQFZTs65qJc8G8YKy68sY+S7S4prmrOtgGSWKy1ydZppaJ9qDFIE56Tr0\nNyYCvdeFc3FguLW301F9kKNyaDyCC/ravgr9kudoDUtKMQRKCLCTvd+xTKKf\nKNtCYbw+IBl8UsgA7HYMtQLe4JZ98Xf/cjQzqujZ1ObtHUFtVRB5aTF/FQBE\nZchJqOqjjjbArFj5kTykOtGcEAvuWxCxqvBs2ONxXkFwhdAWgAN50ZEHwbZ/\n0LzmvVJ1Ws+mLWgAFkdP+rBsGgp91izDbVHSrynCIEpDsT3DMHUzjwsnBNep\n7gw3byz8Sz1VKUIZjRi6ZVrt7nEhcTpjZ3bYNT2mb/oiSn9j4uvqdBDAClSy\nZwLHT2GqggwWJItudP20lSjTyxkiIss1QCJN84lOS2M0uqTyTaGYZM+vBnns\ni9cvBSqZZBK5bwXV9RjakuEnxmPns0GqnUmjkP9m2hyWnz7deniURkb4wat2\nKueT1ecPZtdEK2sOk1HbZvkWxRZCMoy+4Jwm1fVOq7ChMiKd2ycpM6siAeBg\ne9fIvn92VuK8ZmMtEcXXRH9C+XIr/9iIRYNDpADcPgd505COvVyXG4fFfnfm\nyxD1\r\n=j5T3\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCRJkqIc6iSYrdGptr4HNhs6gF5Ye+OYSfgbOuVr/leKgIhAMMF5DSvBCeX57edVFPkyrph2lcGIU8DxZoYF0uk50zX"}]},"engines":{"node":">=8"}},"0.20.6":{"name":"node-red","version":"0.20.6","dependencies":{"@node-red/editor-api":"0.20.6","@node-red/runtime":"0.20.6","@node-red/util":"0.20.6","@node-red/nodes":"0.20.6","basic-auth":"2.0.1","bcryptjs":"2.4.3","express":"4.17.1","fs-extra":"8.0.1","node-red-node-email":"^1.4.0","node-red-node-feedparser":"^0.1.14","node-red-node-rbe":"^0.2.4","node-red-node-sentiment":"^0.1.3","node-red-node-tail":"^0.0.2","node-red-node-twitter":"^1.1.4","nopt":"4.0.1","semver":"6.1.1","bcrypt":"3.0.5"},"optionalDependencies":{"bcrypt":"3.0.5"},"bin":{"node-red":"./red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-YOtehXlxCtMBXMTEjj4OWrY6MXhpgBPEZGeqhl7Y0Pglg+ZNeDmAqa/9KkFkQ0YlVbcDSTN/mmhevuzE/K8aMA==","shasum":"36d22e8d97f70ca50223fb2f0ef13d7178e4a436","tarball":"https://registry.npmjs.org/node-red/-/node-red-0.20.6.tgz","fileCount":8,"unpackedSize":112413,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdDM3jCRA9TVsSAnZWagAASfsP/2wjwVHBcfwOqs0NUQm5\nIb/oQxJgJ0gI0bRUTqe2FKXpdq30M5kpNJvHd5RpTtisTKtogRYm/X5Cxmys\nl00sZ4c9ZXDx4KX6RUnEQhNwiw4vcyHhXc3mUjH05xWO31fYlS7F1Hbc/Qmn\nmWsiFjVo5SMhWGIzltFz+z51/EOSR6Pxc1N4NIO/EO+vGc0LFGS4Na0AgXxB\nfsCr+GYrCMDbuDm63ylroPeNI1XR1P/MtgVfUzh4U8jVIVPm6TpyHeeEPTat\nZA1UTrBqxeu+9KJWBTGGQEvVfTAVEiinedeIE2Cnl2Z3axWETUUuqU0RTGXK\ntUDsvYsonQIja8m0hpGia2vVXVVfAI649v31CYcxMaKqJAe2RbpVf2CgAimX\ndhfJLLGHsyFevKaJvbIqELZXa5izp0BKBKOQXjBONa66tSVHJkAPMgfMoOZ5\nm6oGWUs9ppUzyBqQQYgYLsh25MyIiz5iQk2PIOXRR6VJDyTSoZVmg50eB2i9\nSOVybVUpx+HLG/rSoR+CYJ+wftr36Dr8Ww+Jx4fpgjVag7WB0131MG6pJFeQ\nMEesSPad2884Ek9l7xzD451ylVT+vqzM3hSmxPsKVWeHtZ2K3cdseH3gCUj4\nFmLlXNGepTJLPaOHjX9oRsl8hmxtrcNte1ZOXgzbdykO9IiyPNLIVjIQncha\naJzm\r\n=1UWz\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDBY3vpp9L3/33td6ZENrUpK0/g2QiIuJn0jB1sLy5MPAIgSsmilMCXwcIw4hmu5UhraT42zyqibvCE+UwbjZYOmuQ="}]},"engines":{"node":">=8"}},"0.20.7":{"name":"node-red","version":"0.20.7","dependencies":{"@node-red/editor-api":"0.20.7","@node-red/runtime":"0.20.7","@node-red/util":"0.20.7","@node-red/nodes":"0.20.7","basic-auth":"2.0.1","bcryptjs":"2.4.3","express":"4.17.1","fs-extra":"8.1.0","node-red-node-email":"^1.6.2","node-red-node-feedparser":"^0.1.14","node-red-node-rbe":"^0.2.4","node-red-node-sentiment":"^0.1.3","node-red-node-tail":"^0.0.2","node-red-node-twitter":"^1.1.5","nopt":"4.0.1","semver":"6.2.0","bcrypt":"3.0.6"},"optionalDependencies":{"bcrypt":"3.0.6"},"bin":{"node-red":"./red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-klwQup/74kYGLBujQj4txrmpMYUdR88A68xjdycedD9dwMDwWCu8NL5t+O8XMWYxJ332hOIgLS62tm8ChxrkuQ==","shasum":"3574eeb4c058cbc4cb5def33e4d29c6db8fd7f11","tarball":"https://registry.npmjs.org/node-red/-/node-red-0.20.7.tgz","fileCount":8,"unpackedSize":112607,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdHyr7CRA9TVsSAnZWagAAfl4P/jIHisa85OzuqyPa9lyv\n6/MeViUvpHsrTIASFyZrTn3xL11lfGHvtG+YkcTEWLs1YzcSYu6Q4GH8OVKU\nBfwAD2t/ENcxpfi1xQI/R248fU38TokPGtT78R7LdWIOYsreeLcC+Dpm783u\nD+Uu4tBI/BuizL1q/r8KofgUNQedq15rE8Mtiup8SvKynUWjeiM2ajBb47Oq\nKBjt7QcdqfCLGFrlqcnqE18+wiGpNjx41XSZ3ZJWGU6z04PVuGyP27+rzVIa\n+hMWG82uHdOBudmocemmPVktsDuOmQCYzjr+XCgndF/CrLtvcElIFZl0fUS6\nPhs/bSOXh37MkdxjQdIlr9V6xAuhaOfv4lLcPinCt0tQf0KuAKPO9h/X1UZx\nDPodzSn8ItIKGSIn+vl9HmlYf9zCKDACh/kBjc2naQ5BJWrVLPtA78rNkSIH\nS//QsA2Z6dPa/E4EH/xrftsIanHKEavjAqqY4lQuiRODcXdn9N2mvPLEUXfj\nDpxqtuk531bO5yBuPcu8YCBeCnWuRjPTBZPIkEUUjwGXeU9lo4CsW9RkkLdJ\nc3r3aTeA3hH4hPy9NQRIHlwBqgAB4cBgjLNGD7yrO/AftcxiTck5AQBkZDqj\nj6MOghRFuXDaDvYN8H7Q2eZWBNV262QjI9R0SziiF60jUY6p7p7eomBLVN/l\njWev\r\n=4aFC\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAQ7U8Z7Pk5gGykw4zDpk1HpwkODfRU0siXpB0HtqAjWAiBBG99+UOSvJogSzzZGYwIOr/BfZP0Qm+WRm3DAggTidw=="}]},"engines":{"node":">=8"}},"1.0.0-beta.3":{"name":"node-red","version":"1.0.0-beta.3","dependencies":{"@node-red/editor-api":"1.0.0-beta.3","@node-red/runtime":"1.0.0-beta.3","@node-red/util":"1.0.0-beta.3","@node-red/nodes":"1.0.0-beta.3","basic-auth":"2.0.1","bcryptjs":"2.4.3","express":"4.17.1","fs-extra":"8.1.0","node-red-node-rbe":"^0.2.5","node-red-node-sentiment":"^0.1.4","node-red-node-tail":"^0.0.3","nopt":"4.0.1","semver":"6.3.0","bcrypt":"3.0.6"},"optionalDependencies":{"bcrypt":"3.0.6"},"bin":{"node-red":"./red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-q7kNlGF4RKlc8McfbDYGPPU1C9oy6ag95sDeSX9zJNcVWp61LLWDS39H/USAqNQWS9u7nv5Mo6YuikZ8Se8i2w==","shasum":"979b1bc5485ad3526ec796161a706cad48ac17fd","tarball":"https://registry.npmjs.org/node-red/-/node-red-1.0.0-beta.3.tgz","fileCount":8,"unpackedSize":118548,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdXoauCRA9TVsSAnZWagAAwl8QAJymey9eKxtcwDndheVa\nsE5zKZR+Rv9PyuMqXHKmPeCHPgpn/zo88YozLT0iJkEvGnuqz6a1Nxyi3PUB\nf4Nx0PAMvTmi5zAHmcg7kwcRetncFFo9oqpdYtqQom5w7NZLQjkU0zs2Rl6J\nQLjxpLzYRxNX4JUJADxnUZ1Nr4XdS2kLZmKt64g6IAVdxsg035rBhP3BVN+C\nrYjeB9d8JwNTZkW+OEnR4s1Rz1Bt4vC1en/FQSq1CQP9W9ZDiFwMY1Up5kzN\nq8aFMEQc5pKAMUShvwdbnnLvTb/5EXVp5MTTph9eo4PQ2iGGVhNxy2MpLjMs\nr1zyP+KaHHX53Yg9H+WjZo1AojumPE21PTApkehZuA9Y4Ant3qpITmTmX/2r\n7cLdnv3PedkWVHX9XrOI0OIx2WDc4wbRGb+rtYmPeM7GFmFLZ/81aSIEhqtC\nBb4HQWkZ693xCh+0sLDD5qT+A6Ujt4NCjmOwyZyjeest6G0A1E+qnPblRCni\nDp6/Y97dzrzKTOvgOx8F6YhRu8S6zZQIvQojGAkD8QvsjMYJP0lUJMY/Bk9V\nJRHBL5EH/Kg0nZqtvP35GSHw98fshnTTysWckR8Kw1dpNoARmJ6VBLbrdlz4\nCVSeiqTuQBynOHBwrZ35E9bwpRP7smt06UlJrZ2NZOpIwj42PZlfAYnB2kYz\nzyFb\r\n=DLRG\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCtDMGM5STDIrebTLv63KA+zA3W6Pzivkk96N0RFBF0qQIhAJDkgCkxsjsObE/1CM59UdsPQSLwZHxx1APnLVvs9Zdn"}]},"engines":{"node":">=8"}},"0.20.8":{"name":"node-red","version":"0.20.8","dependencies":{"@node-red/editor-api":"0.20.8","@node-red/runtime":"0.20.8","@node-red/util":"0.20.8","@node-red/nodes":"0.20.8","basic-auth":"2.0.1","bcryptjs":"2.4.3","express":"4.17.1","fs-extra":"8.1.0","node-red-node-email":"^1.6.2","node-red-node-feedparser":"^0.1.14","node-red-node-rbe":"^0.2.4","node-red-node-sentiment":"^0.1.3","node-red-node-tail":"^0.0.2","node-red-node-twitter":"^1.1.5","nopt":"4.0.1","semver":"6.2.0","bcrypt":"3.0.6"},"optionalDependencies":{"bcrypt":"3.0.6"},"bin":{"node-red":"./red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-+i2SHPo8AQED0lyf7xoGcWAs142Nc5zvCTzmuncslgxVt/fl6XADEEY4yT/eDVNOwRrf9TZMjhSxBM9ScJJu7Q==","shasum":"af2c9b117deecc83e7c913198a732d409beaaff8","tarball":"https://registry.npmjs.org/node-red/-/node-red-0.20.8.tgz","fileCount":8,"unpackedSize":112644,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdcif5CRA9TVsSAnZWagAA+oMP/ArzaBhYdN3LmEfLjqIJ\nyE6EXWxnWJFIUuuOZFkVymiTNGyDSQVD/nToVQemixlQ4yNXhopARJhHufq/\nctoT2h+BkyG3qHpC6UP80NJhVmCheMzwfDkKpvZQTictIQl5MhW0ogXz7wZj\nwqDi2Rr8hQrFPGc0wq574CHXBxjVjm/JOaPJV6FFcg6fmH2mZ61JLo0Pf/aJ\nCHEKHP+AL8zzK/WtWFteC9u9Mrli8/CPT4L2jmutFNRrN/ut7U1q6gVinp1m\n6zwXd2J9rOWnOhlo75ctRJidHLEBus2XFzZNtF+CE0hBdo2VpWTKjpOchugW\nFVKa5xKoEkt1v0aHM2JwR3gnYiuPqWKVMI/vmQmazLgD7A5mAyliGzQRx7t6\n0gzestw0SCaugbQqc+dZ9w19xc2gbPJcVFl29MjSwrQ6iUiXStOum+EXEMhg\n9soCnl2WU+ZJO07d0hvu5suaV2ewFKjHler2EzosOioAheZUtQgj/3CTyI6O\nW0fMS7ESmm/3z+upB5GLvOiYVvbUW0P92KrV4Hs597TqZx0bJH3sOPuK2EKf\nk65XKO5OcNaOwrd/qZKpijxe/YL1GJXMifvsT5dZEpIFneIR1us/FXfM7S7z\nOdvDY/B6CLx1vZYs7FpmBzuM4KXDMiYPNr6TViUiF8YQoX2BVVVhUelp684c\nyKi7\r\n=CfKn\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD6VzeMEXhqqQ003qSpCtho6SQ5z4Rz7lYfxRiXUKj2qQIhAIcOm6W0MYMuZTsxjNbK4pdafKH+CduBW/4sUvfAyrVl"}]},"engines":{"node":">=8"}},"1.0.0-beta.4":{"name":"node-red","version":"1.0.0-beta.4","dependencies":{"@node-red/editor-api":"1.0.0-beta.4","@node-red/runtime":"1.0.0-beta.4","@node-red/util":"1.0.0-beta.4","@node-red/nodes":"1.0.0-beta.4","basic-auth":"2.0.1","bcryptjs":"2.4.3","express":"4.17.1","fs-extra":"8.1.0","node-red-node-rbe":"^0.2.5","node-red-node-tail":"^0.0.3","nopt":"4.0.1","semver":"6.3.0","bcrypt":"3.0.6"},"optionalDependencies":{"bcrypt":"3.0.6"},"bin":{"node-red":"./red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-EReG3k2v4RHIHEYSQcbRlK8I3hbNPDfuzYBSI54SkqaP/7R3HjZrHRIXYQGB5hgAh9EsGB97VDVSD22AXNY7HA==","shasum":"c60a4cca7a298403f70515ad4a907c6afce8f790","tarball":"https://registry.npmjs.org/node-red/-/node-red-1.0.0-beta.4.tgz","fileCount":8,"unpackedSize":119706,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdf54ECRA9TVsSAnZWagAAM84QAJZc2xX1eyWuPZABOjhF\nQ1ZP1Q1WfrX/vQhfopeS5FtiUtrleSDaudRd6pvJx9lV1WX2B98MtPZ8d8tg\nfQsLs0sSa2XjzLad9Qz6+kbaOJ/DR9L8BDGOl2Ryt7uHdYjpzp/nnzDFqlZb\nuhdv5ntv2aelTFnBSqZWneEPisttb2ufA8WGYq0289y625/1mTk75hLahIPb\nV1cdHVT+jAxzXMvua5b4KXGVa+USEZJJUGDy4pU8/YyZZvMZuDP76Qb+6N4n\n8sBuGGjHiP5qzdvZhJyAHiN+nQfhQNXBtS0/9dhyb3MFB3FeiRRxFvfFfS35\nsqM+uzTert8QULHkZJvomSLx591ua8cNn5YM3jJRqYhrg2QcbBMUkQPT/xMH\nCReiN81RKSc3BA80TGLXoeJVwyT6L4xCmuOwFdiXzcYZCTUwXILVuQY7weRx\nbJZ3V4VPphyvt0fvtjwH5t6OUkHvBeFBeGiFiMWJl00loGi/hQaQgcub7cWQ\nifLmV2CtvdUzJkMIC41J6Gm6x+IOFZyBMGQ4MAawXHZMfW+xQYWNKwxxmDgs\nuWpSGjg2Fex4WVAZHZWAPAQR4LfTrbJEwrjbFcO6IUrIxqGg49pO16rYT6+U\nC76KD6KT1eShj0xMrrBuF9U633MWL6VtMNGofVh1pVD4AxyUfYdSb66ROhzv\nvmXL\r\n=kyua\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICLG/pVHo/Muiiy7BSUeYm8RY9pH5FvqjJxQW6IWxPFxAiEA1deOyxY2RCH6r7OSxPJSfnHTgvxs3THJOlitLC5SNUg="}]},"engines":{"node":">=8"}},"1.0.0":{"name":"node-red","version":"1.0.0","dependencies":{"@node-red/editor-api":"1.0.0","@node-red/runtime":"1.0.0","@node-red/util":"1.0.0","@node-red/nodes":"1.0.0","basic-auth":"2.0.1","bcryptjs":"2.4.3","express":"4.17.1","fs-extra":"8.1.0","node-red-node-rbe":"^0.2.5","node-red-node-tail":"^0.0.3","nopt":"4.0.1","semver":"6.3.0","bcrypt":"3.0.6"},"optionalDependencies":{"bcrypt":"3.0.6"},"bin":{"node-red":"./red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-POQT7CzxS4ik8ALnRIoOrc/+L2hpL7me1fCyC8Brp2rr54rskL209pdU6jXlZnKgYtNF2/v8Yhys6kxNyYOAwA==","shasum":"31353a1d05b8c2799123c4c0b9bcbf2308aa01f8","tarball":"https://registry.npmjs.org/node-red/-/node-red-1.0.0.tgz","fileCount":8,"unpackedSize":120618,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdkfmeCRA9TVsSAnZWagAAOBsP/34d5QZzFxXDIzKoFvmt\njHGHaPQPaBvqa+NqLO61m/TMrmPzZBCDfEq2N4DVEUiuxvdq7F7wMBtWSf2A\njHM6TQEu9L3746/averRJlEIPvPZuL1x/NGp/DYEHkePMlKvseAsLChw84de\nXayTNyDRNVmAqsvPcsezZsNQadMsU8XDeYTaREixk8rgXZuLWfxQ/ji4jk7D\nsUCrKug1MpYU6aXRH0AFEInXS6754ONy9WDufUcLeDOzxsCvAgNcrSHAOveJ\n1KDfqHncRvwlET4dviohu/8c3sl3d+6NLfQ49QztZovO/L3VTWq6dpxbPXTy\nVwpVeo1UWVF92YCiol/8Ixwh4hvqP3nZYz9UybxqmHnG7vzcldKaz5oAGTaz\nbG/6qTuDJ0T+K68O/AxI7BXa68agiWf5TJBnwzmH8fJPTQYxx2WvxJdtYbzB\nrHypEdcVRm/M1KmrDLQzeaXDqYhyyem++gY4u1VqzZpUo738gwqVjg1eYkBZ\nSkh9c/kOFkcddyiPAVOZUkIk89hORHdtukYymdgLqteLRyaoHtw/FdPk99S9\n0A7az8yXRLyMjM8g9ztp3upMjvTh9Q4GXz/qagXKU4ZWttRWHMcCIZkcvYDn\nMYqt/vNJxHq7Dk8+tpRZqE64ecaRP19zf+y4UWPh1S8VxF9vDnBPbH4Wm8mt\nD9Pn\r\n=Nywa\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGCC+JCV/RSIHwRIYxubG1GVbXFVy5nj14mtAZjoEe9qAiEAoa6SYXWk+FvguZElkBofTkTe9ZKcZITeNvz9svYAtoY="}]},"engines":{"node":">=8"}},"1.0.1":{"name":"node-red","version":"1.0.1","dependencies":{"@node-red/editor-api":"1.0.1","@node-red/runtime":"1.0.1","@node-red/util":"1.0.1","@node-red/nodes":"1.0.1","basic-auth":"2.0.1","bcryptjs":"2.4.3","express":"4.17.1","fs-extra":"8.1.0","node-red-node-rbe":"^0.2.5","node-red-node-tail":"^0.0.3","nopt":"4.0.1","semver":"6.3.0","bcrypt":"3.0.6"},"optionalDependencies":{"bcrypt":"3.0.6"},"bin":{"node-red":"./red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-7VJi2FlIWcnR1HhX4LL4UERYbb4fzUSyE0nFnDRibbmqfBsujdPJR1PTTW9nMIlvF7EIQ8tBEOEZ4L/NdiyS8A==","shasum":"008ef0529002a674eb2752af84d94000723bcfbf","tarball":"https://registry.npmjs.org/node-red/-/node-red-1.0.1.tgz","fileCount":8,"unpackedSize":121703,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdlx9kCRA9TVsSAnZWagAAEbEQAJPSwhr8/8Rdydlsw82q\ngOHTBGQLGLrp8Cv5DNkrHXguuthHnK5v56IKcrpeAvhAoVa7eGq20DVF3Dnj\n+kXCDhJHNFDrJY8EvDb2AbsJwPE1TPaurH4+4ASwZ2H07oR7CKmLzbHNhcp/\nEWOqhD71WyPSQaYy7uFBZ42Lmd3ydID3efdvFz5e6/okxnQ+aJfHG0gFLJGZ\nEg/Q/IletcYcOjp4LNX8y3oXQ5mVX8Qq+eu2E1o0fJDRUceblNt+8/cNzA+h\ne7PXheL/zdAATWVdXjQBVlpCood6Ij+aspLGOjJ1UqCGQTcBKeriEidrJsEa\n8YNDCDz2PQemhLT75Lo3wgzm0djbK+FU04pAVj+BXGXSfWzRyaH5exPGlsTU\ntXcQXDrGHI48ardkogc5Ju5ar12RQjcB0ankSbfYt+NjGNpYdElFxu4VUw55\n9nA0rMzWNMwWAoFprw+hqp5D7M+BrHNIM9K8AAX01FGdQFCr+23AA/jtiZYF\nPG1FH+jhc9D78qqhsQ6Vujd68z3/KHAQEkwMPSAHKoFLRGcbmLIquPdrHqUU\n78i38ZHjlCMFa1iM4+jVPmv6dZyfI+5Efo5NssnuIStEVhEtuOEB/nfmxOpw\nToi9DYMRo675h5wHwMWRJc/4mAV6ss8BNBDW77QlKljE8gaf5VpLOrjqOkur\n4bQe\r\n=eLxd\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICaw9UyCxFtywhb50QANYIudsfxraM5FynOxGCGsaqmUAiBQwHArq9zn+I1GNKJpWTGz0yRLfTNaZ52mWdypqsWIHw=="}]},"engines":{"node":">=8"}},"1.0.2":{"name":"node-red","version":"1.0.2","dependencies":{"@node-red/editor-api":"1.0.2","@node-red/runtime":"1.0.2","@node-red/util":"1.0.2","@node-red/nodes":"1.0.2","basic-auth":"2.0.1","bcryptjs":"2.4.3","express":"4.17.1","fs-extra":"8.1.0","node-red-node-rbe":"^0.2.5","node-red-node-tail":"^0.0.3","nopt":"4.0.1","semver":"6.3.0","bcrypt":"3.0.6"},"optionalDependencies":{"bcrypt":"3.0.6"},"bin":{"node-red":"./red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-QSyPpAGGVFgVlKyumWFd8j2hd420+sh8DSxlvAtatDVaIG3+MaAD3eDLg49HIwRyAhiROVS1XNWkqyq/H1/cBA==","shasum":"d9055901603b1067c5e0cc110fb1eac0c8338f18","tarball":"https://registry.npmjs.org/node-red/-/node-red-1.0.2.tgz","fileCount":8,"unpackedSize":122584,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdpIL2CRA9TVsSAnZWagAAGaUP+gJ5FEDUgZfwPWzRgcoP\nvLjet/dcohx466KSnLwHDs01kvCs5V2s4pazcRPIFI1EZLm+t6PVJMz676gY\nulczqo7+fs5KXnbiNXqBb3Uw01zKzIH3qt/xWf+brYngO4pgR8fzyZ0bZakV\na5j9//yG108fOaOYYlFzc6Q84rm9BUgqVlnjz+t9cHp/6chd1OH4gA56sTUw\nZI0g+sOSvYEjLP5L1eu9wsag646byTrsoVAjmGGz9WjLbpi6jcCt25FzI8iO\nMHqVHFkbbKYmnrUk21ouLheyd8TWDVVW7qP0QNM2ohqnCFCdrdK7ZtgXGt9J\ndVwGLqeaBF6zMPM9eZPSZ0HOfJpU0GYVUHf3NM8xyzTvW1g8OZYEo5LiqLqg\nNITmh5mg/KhD2ElPJadgAYPDyvcKcDY2wvwJsX7j/Cu96uY0SNt3N5XisUAD\nc/yipxG584a42AXC/+0xh0Q5s67ROncl0DYYtqiFFVfrY3b0r4Z5EckZGDmK\nJ89yrm9MFDIRTCkVo8xeGSJtshd/rPgDv4PCIN86sfylwqimIZep7eoH6Y4o\ndLA5rJzPMrHiFOl0pLId6vAsua/Szc1zdS5ljptJmdQSoHJ6BONE8euY8VL+\nXG+UEPmkE+UFXswoSsDAa8rLjzQVC/uNho5qJf9S3bjNuJgNXo3P8TNnyTDs\ndMvj\r\n=qdDD\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFCgmdcplRsQRgTVmPNrI15b6+hX5gJL2/B+Azre5J7WAiA82224wwhn6BgPemZ30/TYb8vNe9mkvGGHTccYohkClQ=="}]},"engines":{"node":">=8"}},"1.0.3":{"name":"node-red","version":"1.0.3","dependencies":{"@node-red/editor-api":"1.0.3","@node-red/runtime":"1.0.3","@node-red/util":"1.0.3","@node-red/nodes":"1.0.3","basic-auth":"2.0.1","bcryptjs":"2.4.3","express":"4.17.1","fs-extra":"8.1.0","node-red-node-rbe":"^0.2.5","node-red-node-tail":"^0.0.3","nopt":"4.0.1","semver":"6.3.0","bcrypt":"3.0.6"},"optionalDependencies":{"bcrypt":"3.0.6"},"bin":{"node-red":"./red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-UoTPT7jTApgoVm9lah7Ri10S5w1boQeLIKWFxUq1yfLJ7AYhKmVT46z5HRQt4vAUBLze7cl+aFjEt67LDujXmg==","shasum":"c71801de2a5ffea3107c86e33126e16727e7b928","tarball":"https://registry.npmjs.org/node-red/-/node-red-1.0.3.tgz","fileCount":8,"unpackedSize":124163,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd1vBnCRA9TVsSAnZWagAAM5AP/3cslkDIRUys6iJnxdBT\n2skNx6ZD4h85dobqw3CmVARCrvKz4GiGgi5rJH6/cSONgGgpGFMUsOzfFU6K\nuN/uXGcIO2kmi7HQE8KIJZ7A4B84G8DWpPxA6wc1VUARq+UHzl6hAlKKYyOo\n4r0ChxYRiupbFO5txKzDt62UixenK0ElDiptMG+v+pgtV07/hmCGOhSsbtD3\nnlysWb5wgCyAhESe3LQdtTSHcJOwgEcBjIlPsgiavX1tgWvP1lr4wu2d4uf1\nuDHQYyPiuyc/zRqY4Jcv9TzybWaRxx5vKBKZxExU2WedSMwCoxOifWim5TY4\n4WIk7ePp6fFbQcLAhnSXsXDzcTE2HnnL1cQbUc8R6eajWWbsO6zjIbU7eZRQ\no4qfG3+52gw6C3xbETnIW04Q5maGB/cfgsIDI1WsT69+g7AKxgCguhWFmtRX\nni20eCv253LtBnDxcGIKt0SotzrAlTOSzg3FfNQoM1bBLG4ToOTeTE9PKMJw\nCmWVK8zxSo2auQOwrZ0w2Cz1oeVzaHxmSvId+mBji7JWi/GD5VRTv6ahH92V\nX5SICvu4kg2TRySYYWeQDqwlcQqhijpUbrSZWFUhlihyyBssWB+iFzFiji89\neYPmwopDCbkgahlzx+s7oNEAFbSZWv4KdQwwwIvSDSZc+z603pp93PJrFVzn\ngKy4\r\n=a4yf\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDyVwSBrko2jab39HV9T71zijthYXd1OYMew5T1518tSAIhALur6792Yi5N9xcoxtLEm0xrbHiC9P9tXAL+clJ96y21"}]},"engines":{"node":">=8"}},"1.0.4":{"name":"node-red","version":"1.0.4","dependencies":{"@node-red/editor-api":"1.0.4","@node-red/runtime":"1.0.4","@node-red/util":"1.0.4","@node-red/nodes":"1.0.4","basic-auth":"2.0.1","bcryptjs":"2.4.3","express":"4.17.1","fs-extra":"8.1.0","node-red-node-rbe":"^0.2.6","node-red-node-tail":"^0.1.0","nopt":"4.0.1","semver":"6.3.0","bcrypt":"3.0.6"},"optionalDependencies":{"bcrypt":"3.0.6"},"bin":{"node-red":"red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-7cRGr69ibl7vnEMWEO2qHhO4L6ft2XsySoE+mMSW7h2tODNTNECelCQtTA+kYfX1wlFS3axu52Y2Br0AV5D+ww==","shasum":"214e98f5ebb4d88b3e3a8df19a587bcc94230320","tarball":"https://registry.npmjs.org/node-red/-/node-red-1.0.4.tgz","fileCount":8,"unpackedSize":126738,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeV9skCRA9TVsSAnZWagAAcdwP/jGwWwAzUQsklF+EYFH5\nuEzVjKe62q9sEmwgyVf0q2rzvXtXtGmoIaNEOCR1urCjK/WMR/rZ+KyJ7Gbz\nnLJlV5ux7CMIChAb8cYhvV7Q65TsgYT2fRRfRNYt+XAWD9BXGkPAoxh2SwZp\nGmPCBJiGR0RbhJ4x4S5osWRbaht8Hi77/hDjoQlNEyYcVq5HF2diotwGKvr9\nR8OmiEKEfwidXXqB+Am9hYwJNnU7phxbPdOXrU1J5St/IUuFve9Yp/bWlEDs\npsd79ViV56VedYZrMivVOdmJiy6NPQQeRngep4FwIC3H9kmdYczpgVrnaVzn\nI+eu0XvowwJSfsxonFm9mzNVOqJPd3Qr2lvHAmm19qa+dk245+VyXogdkUYc\nPJl0cuG8x+MOu7FYiNhf0bXY1cIkUIRzxLuVUowMFKSdGZPFSZyirz/t5EEx\na9da11VmwaQPIZffyvdCjjkZ5ICk6kXooH3aIJMRYTchFqa2UV8LJxFTf/Fc\nmbsA7/thqbpcioV82/zBhHzfIe2VCeLzN79CkZDutYpNwMdZjlVgyO3bMO99\nyuHy3RrWGU9Orxomokr3ecq/FvQG87AV4I5zF649IJLcSsnNqu8HlN3/Q/ZV\nCFLfXmqT6ChdOLO74zhYX+9KTlTmW9Kx68J517gEMkMiwEIoypNe0jCy+W4M\n6pC5\r\n=S2b2\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD+hCpVR3/NED+Z9CKXz5HeAF+gGTANV+3DxbQYUb0UfwIgDKk4xOY8C/fwd8TkySyc/Xiw9U2oPTuR474+xlPQzIE="}]},"engines":{"node":">=8"}},"1.0.5":{"name":"node-red","version":"1.0.5","dependencies":{"@node-red/editor-api":"1.0.5","@node-red/runtime":"1.0.5","@node-red/util":"1.0.5","@node-red/nodes":"1.0.5","basic-auth":"2.0.1","bcryptjs":"2.4.3","express":"4.17.1","fs-extra":"8.1.0","node-red-node-rbe":"^0.2.6","node-red-node-tail":"^0.1.0","nopt":"4.0.3","semver":"6.3.0","bcrypt":"3.0.6"},"optionalDependencies":{"bcrypt":"3.0.6"},"bin":{"node-red":"red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-va9ovLft0HDG0//KGwLU+4r4ZtUpQ8qPmH/FasnJUURROqeTcQpAd49T/3FtJuapJQML5ulSKL6jeD57DDMiyA==","shasum":"14fac527b44a96f9ab7f2f6f49925bf3e95e2f67","tarball":"https://registry.npmjs.org/node-red/-/node-red-1.0.5.tgz","fileCount":8,"unpackedSize":128333,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJejyFbCRA9TVsSAnZWagAA5NgP/0HfYSyexYlSv+aELl2h\nM/Mq3lGSjlurZNpPTgWiSXEg52QgLnAM9qTKKDWp9r+PsTI/pCeqqMTdneUc\nUNJfkSSKzCH3MbmUGMYSIn44Rk84dDt1qi9/6tDXLWjJ4xSfvg/hyLuFW3CW\nG8p4deJP3AUW1DHlZnWkw62W99sX4Qi00zu3TiPpOVtfVWkXcpSI3sTic6Iy\nzo4eMKs3ME6paKMHa5pILUxK/jMt4bIGFs0gGmi3SYtta2iGlxGtDCIWsPX+\nB76jzc82hAhj0QORohRrJwCf7aLgR2iqnZZE9wo0JJO4VPCTVlayY9nqjJUv\n3d0eHDxESXtd/emyu1EOoqkyGn8j5raoOIjM4dPD/9Ba76z7uES7x04xxY94\nLU+HR8soIhvlbjqwJeEW7yri5Vmjh16QzxCQBakrjl0NIsZgcCQSzfo2E/vj\n2L7t+VBV8534hcx0k/LabJ6kcXOByz0pUeCi5OxrlSnUwy2JgHqKQO0yR1AH\nnNf9BnyNyIscUH3RXH51AjnAsq3xYSSgdL923EZogRLgMA7khd1nCIXXCSSB\nseWRucmeA4D07ObGOmls3Fexetyk9bOmETXf233ttmf6DbwIEAZcgfFYW8/c\n4nf0O1AafzpIWN8/yjqFvRf4X8BChmKYAZiPXHkvYS3hGRqTiYmzLAlo5Cjm\nmfV0\r\n=WYWh\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDo537mBtX1cK1zxrLSXYT1IBy/GQ6AcoSs2NBWGY4UGAIhALbQp6nInMFzNub6cOr45PS3mOm8crox4/bFUABcsFSm"}]},"engines":{"node":">=8"}},"1.0.6":{"name":"node-red","version":"1.0.6","dependencies":{"@node-red/editor-api":"1.0.6","@node-red/runtime":"1.0.6","@node-red/util":"1.0.6","@node-red/nodes":"1.0.6","basic-auth":"2.0.1","bcryptjs":"2.4.3","express":"4.17.1","fs-extra":"8.1.0","node-red-node-rbe":"^0.2.6","node-red-node-tail":"^0.1.0","nopt":"4.0.3","semver":"6.3.0","bcrypt":"3.0.6"},"optionalDependencies":{"bcrypt":"3.0.6"},"bin":{"node-red":"red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-5K7LKdy232xLSHMo3ZprAEHbLilszSD/qQkt+9PxByJnEMACeHJ7SH4Gpt/1FX+K75gHHNtlnHsWwpQ53lggEA==","shasum":"976b033fe38a1e919590baa38d8fdf4b3f18c249","tarball":"https://registry.npmjs.org/node-red/-/node-red-1.0.6.tgz","fileCount":8,"unpackedSize":128657,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeouL8CRA9TVsSAnZWagAAONIP/1G4s5OuQ+HKULSeiN2q\n16HhfahSXGje4Xfyc6ZAViKyGJNQXBggihv1wIkFxUymWo96XfB7FAdBlsdp\nZk4+5FrDrBl23aJ40lCjI8oK3GBKQ30tz/ZIZBpJN2N3bkjsF6En0JRBxI6i\n2rZoESrEA3XqPBr7A/1AZFxYkVJVfkqgUQnoWbItVnARVIz9J9KTYKKfzBs3\n1Qwz1eTpHqw/aTONa+2CoWebvq0sWBP3JE6zaIaRluD1LO6AK5ZCkmQfzEM7\nvBz4LA2dsAJmjFOj2Fs1j6Yiq6wsuOcwWaKyZCqOxH1H3ZsyMgXTS6gIKQxJ\noQhYgLSPpvLa95RCfjOIq2Ml/oXlVQjnEbvv02VAB043o5wgkSVVzRH/cNuI\nYmBMY8WO0UDEHIfl5Q8zFbpqJkpBRBzwbTNlgp3a6Y1s1hW3FcZyO8F27GPq\n1XXMSU0lTRuBN/xtqKKSQplmJBG65xn/boRysGi4XgGr7XjJB0wcxajHnZ2T\nZDKjGgNrnIrsl3tzZwTzatNrcZuVaiFXCGHCgxd6oJlP6w4+ivftt9WkF650\nAKmOYeOt2KjK8NKMsw/lZuOao/y4pqW+GeA0GjPQOs69DOXXLcjQojt8ZOXG\nL7Ri+M/fv477yPsYcI+i8Q3MIZBy2Z2F9r6ecygxUp1Mv4RahBKKNPX71tI8\nCwY8\r\n=cLE0\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIC/qTwkvnkYrN7clyHJqcqJQpiqEbPGD6mVkaY2i+BmtAiEAgmT46pF+Jxg/EcwaTacQ0rwJ1W9hZJ/5iYlHv1PdaZ4="}]},"engines":{"node":">=8"}},"1.1.0-beta.1":{"name":"node-red","version":"1.1.0-beta.1","dependencies":{"@node-red/editor-api":"1.1.0-beta.1","@node-red/runtime":"1.1.0-beta.1","@node-red/util":"1.1.0-beta.1","@node-red/nodes":"1.1.0-beta.1","basic-auth":"2.0.1","bcryptjs":"2.4.3","express":"4.17.1","fs-extra":"8.1.0","node-red-admin":"^0.2.5","node-red-node-rbe":"^0.2.9","node-red-node-tail":"^0.1.0","nopt":"4.0.3","semver":"6.3.0","bcrypt":"3.0.6"},"optionalDependencies":{"bcrypt":"3.0.6"},"bin":{"node-red":"red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-uTpCmsBBZVWZyPSIh2jZFfBeMq4JAKHj22wdXF0Bb9NzkcxlaK79Jzu5mPY2UVX/i0t3+Caz8ZPsvGILgt0yWA==","shasum":"ebf479f86531ab48c27ba3a44b2ca0a05456d556","tarball":"https://registry.npmjs.org/node-red/-/node-red-1.1.0-beta.1.tgz","fileCount":8,"unpackedSize":140607,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe2M1pCRA9TVsSAnZWagAAKtIP/iQJiohy0w7xRPcs9QFV\nHnUdfs+E2Pq1FnvbltXWuO70e9cP08wHwNjaV4fStM0W8fDDtW2DZ9iJ25ko\nBBcbNNOGHvzCLpXeXmnn07BE2RKjqtLhPVkV1z17PdfEdTbBwrgqwi/pROg8\nJW1fWvu6D6jRUuPaRHRRXHAMHGx5YJpAy52x3Aax/8KMDPA2oApV1CZSiyxG\nSzc7yK15ph+XtR66m2F44pD7ZvxdhcQYDQ5tnZmmNadL0JOYGsQa0EVm53JL\nr1bxKj5Ol3Dtd2fBxwDrkYV1V2JDmDvp9n8NLHC6EQxumpCSwAAQwxs5FXs/\nnX4fUP5DWIQ143ps2jJ0/GG17YK5mcLUS7z4UrmxgNK87lvYF3fCk6VPdYID\nSkDIZxymbCnIMxdSECyRCGr/TxRmDw+UUPBmfXFrVXpDKcOAzckVmH9e6SUk\nciNNphlewKWZN3kMZwXO4P9fx7/5yuv7M3RDEv0RVl7p6Fjh5W9dEIrjqy1N\n4hKxeqqWxNJj4Sm7wFJ3GnAQXezo+Ni+keFbi0xrX2SlWFYW2iO+q1cLDwaY\nRUNm+0ktpI8pZdvhpoQxAq3jyQb3qA+1Z2fFLmbFDVngL8CQXviT8HdLULCD\nuV2VW+R3ZA50gmvMtLh8zxzMJLGJlmzwKvjRH1MFTh9ObHat9FzqwSWWwAJq\nrZj3\r\n=doQm\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDKCLijGoEvQcZ0UfxZI4DLewjhg7jMuiiv7K9Z7S3VjQIhAIoMuaMh3ggNwtNchWd7lA1d/RsSOG8SpR/UzTutfCnh"}]},"engines":{"node":">=8"}},"1.1.0-beta.2":{"name":"node-red","version":"1.1.0-beta.2","dependencies":{"@node-red/editor-api":"1.1.0-beta.2","@node-red/runtime":"1.1.0-beta.2","@node-red/util":"1.1.0-beta.2","@node-red/nodes":"1.1.0-beta.2","basic-auth":"2.0.1","bcryptjs":"2.4.3","express":"4.17.1","fs-extra":"8.1.0","node-red-admin":"^0.2.6","node-red-node-rbe":"^0.2.9","node-red-node-tail":"^0.1.0","nopt":"4.0.3","semver":"6.3.0","bcrypt":"3.0.6"},"optionalDependencies":{"bcrypt":"3.0.6"},"bin":{"node-red":"./red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-pkAheEwKeJMtcVlRKXDuV0n/sPqXqokrwwTMa5k7XfGH2M9o8FFtb/j2L6srIx7wt/Cbi1RIued5MJAlm1TkkQ==","shasum":"2f3163f906bc931fa81b225cc7e0481c656cd9ca","tarball":"https://registry.npmjs.org/node-red/-/node-red-1.1.0-beta.2.tgz","fileCount":8,"unpackedSize":143532,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe6NdJCRA9TVsSAnZWagAAOFYP/jF2wULH74wTilPPt+vN\nSDMUp87PmZEF9RSMMqroEY80bHIUH4TxB3jIcMYF5wjaeXU6PGJZCuLNUXHQ\nstBkRdzsiykrHglvj/4HzMBUX/cjttK+ZPCSeEEEwsTvFo0pnqrO7snGHaDO\n/Ak28FVVNCXOlXFMlO+gz1ucj661233u0NutUMHBG8/wCI8ThPh7AmMiZDai\nm/PLv6a4asS/u/o346yEgzG+7L0BJkjVqjmXtD+B1pX5f1y3PyKoe1jeS79j\nGSd+njIUGIyDc/w4wl03ecB8FOesGfpT4+RYhp08nT/Lj3mtZ/MJVrjoryzx\nY3frLrr1gkXXEUMonUNRqSAo8mm6UwomSqifQWZTLtwAGns7j+Txi2zK+pEC\n/jRKP8+WSHmVuSA5d15IeNWqxM9dgYqi//K52xdKh9TZfVZv4rvhz1cOX7wI\ngmz4jhsc3UWuE4Gl4UOxzHPdvjT1fidCidt5kt83L1ea1bvqlxq0zrHuBpfd\nUuMiUh0Tjx/gI3eHOcIZx7jx2UG0BgUSDh8rphuM02+BvHjXTsJVSHx9o7E8\nImA1Ct39t86fKRioFMoCVeC1u0sMcZ5n6b1DnuVylt1poEaVDjYr/KpG71P/\nZ5hS89JrNxV/qRKr1TxAi4u4AoAlvQ/e1qlzobIu0/TjHPuosnDKRed7sqYo\n2/ZC\r\n=RguQ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCt3YpE/srFaPwF1uU2yn7epE4YS+P4uGBu/zSZTcJJygIgZyIbvmoyBu/j3CnQTQz0IS92EY0rqUCqx4Bz/NOZo+M="}]},"engines":{"node":">=8"}},"1.1.0-beta.3":{"name":"node-red","version":"1.1.0-beta.3","dependencies":{"@node-red/editor-api":"1.1.0-beta.3","@node-red/runtime":"1.1.0-beta.3","@node-red/util":"1.1.0-beta.3","@node-red/nodes":"1.1.0-beta.3","basic-auth":"2.0.1","bcryptjs":"2.4.3","express":"4.17.1","fs-extra":"8.1.0","node-red-admin":"^0.2.6","node-red-node-rbe":"^0.2.9","node-red-node-tail":"^0.1.0","nopt":"4.0.3","semver":"6.3.0","bcrypt":"3.0.6"},"optionalDependencies":{"bcrypt":"3.0.6"},"bin":{"node-red":"red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-daES6YVU56YMHYJqQcMqG9gHzXzHBf9lw3wzRnrSaw02yr4hL43jk1iHYN5NKYlRs0D48e+ZhpkAD0PzqmC8uA==","shasum":"8d34c43a28a8396069c744559217e964416c21bb","tarball":"https://registry.npmjs.org/node-red/-/node-red-1.1.0-beta.3.tgz","fileCount":8,"unpackedSize":143791,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe6ejdCRA9TVsSAnZWagAAQJwQAIJGerL6kHCq3j9Vhg+b\nQywuAdmt1sW9GmggOC/VPGinNc16jAkD8C2Jm6+Kv82v8YxwWwI2EgsR4/0/\n4YPZi3xXMXq4WnlOf4ECcEs3TrInN54i9joXuNj8kIvaPeN1ZUMzzHTpizn1\nosJTswbxj+OTdaxOEW6/0fuVU7xiZeRZUkupRsI1PpCjO8Ep9nzKWcbqWeru\nEQ9RB9sUhGvevnzqcEDVJNNG1oJcEhrqy0gwfeMYYJjUeYA1FfSbOemQicxP\nKh5xby2kILhAfOy1UCUn/Ozm7MC4Xop41sSuALS9fGKH2D41hFWC/DKWpdH/\n/NPMpFhrhOGAkMgT8S9pUkLJwUrPf+flpEIN3Yo1/WgniraB7xMH2jpbO9lS\n9cS6qP+ontjmlPyAwZO/6jEM0j1wd8+rPlQjpqaRMtTNYJxZ/WZgX810DSOD\nnOFsfOsxSjSws263nQxPbBX/qcY3LbZxj09+MdLnVIZ7rilKG8Q0rRsj+dkx\nW9X7PUhTQAD2uZk6+wcytM7/l9m5lbsB68zadS9eGp1RA3DZMH6reWk97+Xm\ny0NyW1W5vi7TJk/B2a+UyToSqlQm6c5wPkgvGkOTE+CuTOckxi/ZEKhrJGRU\nm4lT+cGoFgHAENH7IoPYPKnzSyzpq57bEil27Cs7ZoWX6JxO8zAZ+4ZEpYou\nzIq3\r\n=hPR+\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCDvvaNJwBy5Wz/bzsag3A37FeYl8xdOGKBy1VdkGH17gIgZs96oOoXeXkjphM6vORJ1alaTnn4o5c4WttrsyjtBP0="}]},"engines":{"node":">=8"}},"1.1.0":{"name":"node-red","version":"1.1.0","dependencies":{"@node-red/editor-api":"1.1.0","@node-red/runtime":"1.1.0","@node-red/util":"1.1.0","@node-red/nodes":"1.1.0","basic-auth":"2.0.1","bcryptjs":"2.4.3","express":"4.17.1","fs-extra":"8.1.0","node-red-admin":"^0.2.6","node-red-node-rbe":"^0.2.9","node-red-node-tail":"^0.1.0","nopt":"4.0.3","semver":"6.3.0","bcrypt":"3.0.6"},"optionalDependencies":{"bcrypt":"3.0.6"},"bin":{"node-red":"red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-l/07BsJjDxOhW5iX4F4zwC0WALFy8DYpnOc7rJPP5I9b3+4SXDDqiWuixANOTwqjjvvfXsA3DxsAJCcYZA/8hg==","shasum":"5face491698f092f1c95eb4186e422c97c4cb836","tarball":"https://registry.npmjs.org/node-red/-/node-red-1.1.0.tgz","fileCount":8,"unpackedSize":144855,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe+4+NCRA9TVsSAnZWagAAJTAP/2fq/T0Onx+/FdIVPJI7\ncgnilIXNHdhuP9J1ohKlLGVwWhW/VNKQwDIjG57lnuPIqVRdsX2yAsMeeDwl\nWzbtbDKNktSWPue2t5XQVrcNDnV29oYmT085Vm2efsjjMbeOZp0QXBekCjxT\no1ZqMMeEMGYYYJfR3l3ztibDmwwCW+DHvdT36eOnYzBR6rGU7pkOCkZ6OZ9S\n3kx658QY6ME+wzoPNMa68EnxFuD+aYlwdmw7Gw3FM8ajd046jmTw/cNFWsCQ\nrNJ4HjwBcEboM2C2bb8OlaDqqexlqClOP4Z0RSMi0nzyEotXOWMxX/UZsD3L\n3QOuBqZiqOtnsAPTQpAOQPINJQNJp3ezo2uj5ywIUid+36cQwU2IIbGkLihe\nfd9UgqmLsIrFfRVwAhL1FUrv4rQ73Cd6Q+Elh8dFEQpygzqDAEDew/hoN+z0\n8va3gPOq359Y+aVqhDMvfq2rdgEtXumjEc+ZGSg9UU/AXN7YtNUlVPEwiduL\n2q5aUpHMI+5rox0FGZdJOB/XcFjIFQn1hzqUmaBZHwDhzyUbHlONsxbglI4E\nFxowfaCvPlAsaUlB/EMnR7oYsFFjj/Im5xoRPf2MrbNvmXE2hgyTG3JlG0I0\n3bdsvHwzU80nt/gyijaxiOgUPHBO7yrhGCgIxHPXudBAgZybMKlaWJ7LIVyJ\ntXg3\r\n=E4UA\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDp1qe3YQ1GVQGOs8VJv7P9H4iErFJjfb02i2mmXX8DpgIgdQRVnIo8nT8ZSbjIugIqFwNb35fYuK0YtzXcy7S1F8w="}]},"engines":{"node":">=8"}},"1.1.1":{"name":"node-red","version":"1.1.1","dependencies":{"@node-red/editor-api":"1.1.1","@node-red/runtime":"1.1.1","@node-red/util":"1.1.1","@node-red/nodes":"1.1.1","basic-auth":"2.0.1","bcryptjs":"2.4.3","express":"4.17.1","fs-extra":"8.1.0","node-red-admin":"^0.2.6","node-red-node-rbe":"^0.2.9","node-red-node-tail":"^0.1.0","nopt":"4.0.3","semver":"6.3.0","bcrypt":"3.0.6"},"optionalDependencies":{"bcrypt":"3.0.6"},"bin":{"node-red":"red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-+EC92zplIqo7ljpg+SDvSkPVmQyz2m1Tot7aj8hE2+ixX5P206K5VRmxbkz2UXxOem7ZkWZ95/JCGelceZ8MMQ==","shasum":"22fed461c83d66637128cf8fbf24bedb633886c7","tarball":"https://registry.npmjs.org/node-red/-/node-red-1.1.1.tgz","fileCount":8,"unpackedSize":145896,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfBcgRCRA9TVsSAnZWagAA7jgQAItpuBBhkM5wo86zT/pr\nKxp/kc0QLTjSt3ne3OUoHFH4Ah9b/sTkVig+O8rXCRJKGu1KUdT2z+IrZ+VG\nypYVqwgDJZsCiiUAH5Ly33lnnp3v2EGbPHTfv40TPDAog2BxgRzyIB5WDtK7\n8Do5H8gkbqEtTfoRBStOE6zdfeGFuwf4MqF5Q5Q1O0tZNb0zWTkMAnXWnAER\n86ZJsNzgvGnratYbrrvgdb4nEszLVMxobXRCsS1tSZT2AQRaCL6sfXcFCeMa\nok0IP92PF84lgirI3OK5mRNmcwcyAhUM5GDuu9rYq13jMuugxuEmpcrUmPph\ncShcW+TfXbs4YVqsotxtmffPCRlNj6MWzQF1OKUMUQs0XS6p1lzIXIrl+Mx8\nPMdBaQfU96a+n37uZOI764G3kksPTmFxDhfmvI8ETfdIlV5rt5c7m3Bm17i5\n33Licc5sZ0246Mzqu7MckGlIA2H+9EvXyy+6LVXwtqGxU4ONpcoPyJa21lNB\nnCSKFSWVUEa4TVAf6kSlTkYvi1s/Kk8G0A1Z5jCRJG/3H1bBjGkmg5NzJlJ2\nLmEHkJwwHTeas9vat7OqIoZwksya2+bLEJNy92298xTnrF3nIyK/1GkHoal1\nlUXYtgGKInBhq0Ik6/+sZ/ea555fN2oz84iFX4NjKZz13xnBEExKGG6zDo0S\nr/2c\r\n=KgNx\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDsy85qsESiZ3il9k0gbHVxD76Pu1rVnKhy/pGGZ/sHFAiAl7pGupCNUfHzudnAFs0C9zSylCObdU8hEGLWZSrHWrg=="}]},"engines":{"node":">=8"}},"1.1.2":{"name":"node-red","version":"1.1.2","dependencies":{"@node-red/editor-api":"1.1.2","@node-red/runtime":"1.1.2","@node-red/util":"1.1.2","@node-red/nodes":"1.1.2","basic-auth":"2.0.1","bcryptjs":"2.4.3","express":"4.17.1","fs-extra":"8.1.0","node-red-admin":"^0.2.6","node-red-node-rbe":"^0.2.9","node-red-node-tail":"^0.1.0","nopt":"4.0.3","semver":"6.3.0","bcrypt":"3.0.6"},"optionalDependencies":{"bcrypt":"3.0.6"},"bin":{"node-red":"red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-In2GzDLER2Bm5SkuEQVrekrSFtPljpkMaEYcZxNkbTomYixI63PrCm1IJEZjEBjSkFaK5zY1t3sfEHKdAla+MQ==","shasum":"8a1214b023bdeb67c84221577ef024384e2e4f93","tarball":"https://registry.npmjs.org/node-red/-/node-red-1.1.2.tgz","fileCount":8,"unpackedSize":146304,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfCL5oCRA9TVsSAnZWagAAdYUQAKEnxXdBGQ6hUgwnzrPB\nu6COcZBRzMDtaED7E+l03Dlw18gTSPkh8yYya/HWrB7V9n2LI1EdzBHRigdf\nGM3o4GSn8K1V4vEq8XHLrJ5cOCs1stw06L1KKoYocHiZ2nbKt/kL5kSvotrV\ncCYBUv+ZvryXsMwfed8mvAgKqou1iB+206tl0AmX8BfkMWwFybfgPhiC8DT5\nBYFzUjT1N2DIPcPNYBJVvz5F+buohu++uTK4K7B/4gnhCW/qPps4V6P2gW4g\ndydB3zF8lm+Wrm/imWRcE7DoylFyNHxhm9L+gJHtwG2SrsUhk+8uhcVG/zf8\ndLj47lzB34MJX2eVzxlhmeJ9yhte57v8MRAMIZU6fIHiz9dUS9o+T/leWx8D\nGX6TGfK2iDl7ZB9UaQg+UIwITW+I8g3RvmXVRHG4CO4aaHbOts8KPMsfha6l\n+dKJQS/vDO5TzhPUHkLSVYwcxehZz8xflnCJxSlklt1r/h+CCs738z7cppUE\ngdlfmm+1hsdKFtOJh5kCQ9qcb48jn0ei7WU4VNAZhXQqqiylXcSAOkoZakOE\npsxSBkj2QP3NF9Ie0RzfuTAoV59cW8KI4gDL1fyJfdAYx1Chlr/PLRodfBmB\nk188tPNMn19KzywoMvCkwMD9n5WVsjsIeHQAku7WutjTjiFp119ZA40ENRM6\nuQL2\r\n=1vWh\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHnFpEM/11gdzRJby0B/sVkeFB+URTPeG/TzFQ109urBAiEAuv+qjzjgA/rOTwjjVKSeQBo5o80xDSVIpSaJ+pN97qk="}]},"engines":{"node":">=8"}},"1.1.3":{"name":"node-red","version":"1.1.3","dependencies":{"@node-red/editor-api":"1.1.3","@node-red/runtime":"1.1.3","@node-red/util":"1.1.3","@node-red/nodes":"1.1.3","basic-auth":"2.0.1","bcryptjs":"2.4.3","express":"4.17.1","fs-extra":"8.1.0","node-red-admin":"^0.2.6","node-red-node-rbe":"^0.2.9","node-red-node-tail":"^0.1.0","nopt":"4.0.3","semver":"6.3.0","bcrypt":"3.0.6"},"optionalDependencies":{"bcrypt":"3.0.6"},"bin":{"node-red":"red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-U+bxzyjB66dwIm0DZwvCqy34A6CJICro8xNNbMqA8GWnNrY6/ZGuUrmNuApsH3n8stkOPB4CozdR9JpEXTqbtw==","shasum":"f46a758f6707880cc6c3134599af5b8d5a1b4931","tarball":"https://registry.npmjs.org/node-red/-/node-red-1.1.3.tgz","fileCount":8,"unpackedSize":147152,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfKs2VCRA9TVsSAnZWagAAQUAQAJbONOHSq31+48d/0s6I\nTg8wiOyiriowLXerOq6NUVMu4++Cle6WL/ta2fNEhy0WCDIo4Du7lVWCoJwd\nlrugcSu/jytC5Qc0oLxuJ9NC3+p9MzJZS6YMpGw2peQFV0LXkbOOFAHGx1AP\n34M6Ghu7K/rnUV3mvNthLDxQqoPCbfDQbFfz3m6KkMM06YQM6T/x/bnP5Pd/\nUkxXPgGoKBbX9CETgoM1OJdqykd/UIzldkisVf0VgTND1WwIisxrTPu1VncL\nXAB/afWP6m1TKJ1EHuKmuI+PXF06Wl5tamngE2pr7ZfqSu+cFolTahJwApxi\nvYX4xwTsKosZftDAHcM29dt2hPAFMt0zMqHu7sEcepBxPEpqxYeJwf1UzBuB\nENnO+33NfSBATcrbNi/0gGQGrRlzoiJeDBsIJ4Til6SBKI+Sn4WAEtxqScmk\nVtny2Pl+68rkwXgrdcjH8JSap8PpYO+tY8X6/QU6YXKSD6jJGBHmag197en1\nXmBVZFuAqJTL6A1O8DsbRTgSpTGaMhl6HCdypySIKwaMtgJAmpmt+Vq019Sk\n2G/SJiyKjwZwHJ7gRLiqze8idgCRYyvN8p3IAjqsNwcF7MsQ4FXWom1flZaa\nF7TefXdKmMp0OFOSQpcjy3OnptcrhlWbQ4RY6vJRshKfQtWT981mEiOpCUFP\n0zAE\r\n=uWVH\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHxziYM2INs1VxSMFQMCB0e9/rnT1TYyQFD5rEHID20oAiEAg7jc+CC+zmFWDbqQuKmrXmdna5RQ7F06jE8cuwEON0g="}]},"engines":{"node":">=8"}},"1.2.0-beta.1":{"name":"node-red","version":"1.2.0-beta.1","dependencies":{"@node-red/editor-api":"1.2.0-beta.1","@node-red/runtime":"1.2.0-beta.1","@node-red/util":"1.2.0-beta.1","@node-red/nodes":"1.2.0-beta.1","basic-auth":"2.0.1","bcryptjs":"2.4.3","express":"4.17.1","fs-extra":"8.1.0","node-red-admin":"^0.2.6","node-red-node-rbe":"^0.2.9","node-red-node-tail":"^0.1.0","nopt":"5.0.0","semver":"6.3.0","bcrypt":"3.0.6"},"optionalDependencies":{"bcrypt":"3.0.6"},"bin":{"node-red":"red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-RfEoAdlq8LN8TDGMwebjOLwFlaukhxlS2BjORb75yFNt0VSXGLRoK/2bOtWTT/rZ2PuNJjlTDWtw29ULGIfz5Q==","shasum":"c89608ad98d671a093a26c0bb9a97cdfffdb27f1","tarball":"https://registry.npmjs.org/node-red/-/node-red-1.2.0-beta.1.tgz","fileCount":8,"unpackedSize":149904,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfdFZRCRA9TVsSAnZWagAAqSsP/i0zQyJN/tX4TLx4JZfB\n5//WIVAYh63qmcTqVOaTOP+01vdzR5CXZpr2tEkHttQlIoXMiaf4Ef+M1Nir\nzsej9Z8SP18GfVsNPrybSw4Emjp0dPiHM+4W0to8PM7US619YqbOrere8uRJ\nWC2q/bf+xlW28L3D9c+sb3W+QEmJt/p9XgF57DOMFGmFBE2JXfo6HzHZhlKs\n7WZV1CBsqQnKUQSpk+UvhCIvDr1YUe0GLDDNwiUVhnfBGUaRug1VpL4z38MG\nWKHYs5IYYnHw5irgDM8I6gPtyfbAkAonwpGNev45p+O3W4mPUxka0KnMAAAQ\n7bK0gfxBKZ9vBvRcsrbOwh5RQiJaXAEHDYodjndc4YcBeovFHPPQGesmYaUh\nGe1gFpezpV645ZYSLug2u41YrzFMfNdugUwh9b6x2FQvNRN5RyY9HldnS1MT\nC8dkahKcaiuvfKdSvMajyytkXQ8uoUMCN2PF8Diunr3Ymm8x5bIzEbM+ou55\nBzyythoXbyUYP7X4sL6zvZaol4rTcTE5raUM4gtQOsSFC9hOv/Vhv4GKn1MX\nLLulDKRONNgnBdPF2ELdHRqnAF0+caWwDgV+OwOvDoTS3ZlOQzpdouWZV8tB\n48d/icXlyK0jIIT0MRo362Bd2c7TJXHvkn/VyCuOm1tnNN1JMT62oLxKd3mV\nF9bT\r\n=E/0N\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCtofYCrmyeu2rV+X/4zmcd+CmW77xHqJjxh0/mbwqc/QIhAJUNjipKZqK5eOsBfpSnLftMSZNxmtrHsDwP9zN7j+ro"}]},"engines":{"node":">=8"}},"1.2.0":{"name":"node-red","version":"1.2.0","dependencies":{"@node-red/editor-api":"1.2.0","@node-red/runtime":"1.2.0","@node-red/util":"1.2.0","@node-red/nodes":"1.2.0","basic-auth":"2.0.1","bcryptjs":"2.4.3","express":"4.17.1","fs-extra":"8.1.0","node-red-admin":"^0.2.6","node-red-node-rbe":"^0.2.9","node-red-node-tail":"^0.1.0","nopt":"5.0.0","semver":"6.3.0","bcrypt":"3.0.6"},"optionalDependencies":{"bcrypt":"3.0.6"},"bin":{"node-red":"red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-Rnajn8Kb0Q0tBxR8uTrynoe0hcdcZdeJ9A2t/1XZ91IUm0HDFpv2yBWAjiQVb7maFBDpUs/PrEt1ugGpY2tFcw==","shasum":"eb9cb0d6453a324161992bd4e88b1222095630ef","tarball":"https://registry.npmjs.org/node-red/-/node-red-1.2.0.tgz","fileCount":8,"unpackedSize":150591,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfiCI8CRA9TVsSAnZWagAA2y4P/26rPMhKHQ8YQ4Bh3e79\nftdXBEvKwBJ4S/gr05azTyBlO8oWRX1+KmcFtBWDuMFSxqjih0QJbO//PuCd\n9FaihuOeVM+SVYwB9+jgrw/lYTNXWOEzUHth0RTluYH6X8qb6fHdoCTRj+50\nSQMOqW0lriMCvySt4e3cq1U6yC1SPuI5JopP5XcLe2iHgCfz7b02NOA+Mhe0\n7nS7npkgcIHbJOzfj/d182if7ZNw7JAUbJgCZcEQKfYdJuDzR0V+1WejqaLi\n80YiSVuK5g7P25RNCFafhyBZXF1T/OvAXbzD8D79kCRIBNHHahFFSridIBbe\nw5Tj5fHaGEVeYHFWNKTxnRbpGyNQOR+c+AMYz4DDhtsrSpCslLfDQ8DZDHWv\nQlAKOdOBKxP+lrf4nzCp4+JyJCxS3dCDio/xwbfHUj2a7aBqOOAvil6Tu9UF\nYELChSBhDLXJbbGwCyDMxy/0FC9Mfpkw1oYUGOkZh04t4uX7UmmYEwz5tcud\n+zUcJTwg2mMzGKQEJAUwUx4M6YKsDJawyrvwyFyZ94t1lOGft4oDdX83X39S\naAy1XhldEtUE6hYtKIXa6PNrG26kVe2uaM6NA+/YCtm3uqzTvVJwVjUnB9cx\nuqkcmogUWX0CyJF3ImKYoSNO1sV44pFO9oYZPqxv9Ph9xWQWcjJm+ebzZl/H\n22ZS\r\n=HjWh\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCuTmPox1rHTVg3Hz7wn0fN/8afIFdC3/8le4TMYBmJLAIhAL+cIOiSdmp6YVLJQYDxDFR6P0x6z4T8ZDnvfMJuH6yj"}]},"engines":{"node":">=8"}},"1.2.1":{"name":"node-red","version":"1.2.1","dependencies":{"@node-red/editor-api":"1.2.1","@node-red/runtime":"1.2.1","@node-red/util":"1.2.1","@node-red/nodes":"1.2.1","basic-auth":"2.0.1","bcryptjs":"2.4.3","express":"4.17.1","fs-extra":"8.1.0","node-red-admin":"^0.2.6","node-red-node-rbe":"^0.2.9","node-red-node-tail":"^0.1.0","nopt":"5.0.0","semver":"6.3.0","bcrypt":"3.0.6"},"optionalDependencies":{"bcrypt":"3.0.6"},"bin":{"node-red":"red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-ZgxnaEMp2bJbsludpt3elaw/5yMznqjYklZE7eBwGErbNUVT3SmiSd0wNBO5j1QPiaqtGdSzqT2e45qzDzyiOg==","shasum":"69cb3bc5f6aa711faa5635e5d56299d1fd2c38e2","tarball":"https://registry.npmjs.org/node-red/-/node-red-1.2.1.tgz","fileCount":8,"unpackedSize":150694,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfiGoXCRA9TVsSAnZWagAA1P0QAJWDwwCohvSqzhGM1Bkw\nGKIhGkNe1VcYpL4gbOWcZql1fd8xuvqXnXW2VWV5zEoZfXgT2j+02RVMH1VE\nKB1rtnZiJu5bOmPHNhFtE8HxxBYxVglCsYJ96k3SgCOJxN6XwFBJjcFbusYj\ntDyy0/eh8zAI10EUNNM6XMeyfbu1BTKQMYxmJ5FO0sZgz6jPmMqwDvksWmtx\naopNnEn58biJFy4rj6IM+/qbZbh+YydPKL7Ta00O98KsNdts8DPRGiQleT51\n2vdwYSSRp6gOzxZRuBfc4zRPYZjC3amz+jRBZJVsRkL8Mlfkp5uVNw8/zFHW\nblTaybp/24gfU8v9DlcVQK3kMCdtRLfZvBPZVVucuiwjpjpeYOF6jDEWVLcc\nwUx3xizL0k2+h25V1QfNv9fuy7r52JgV3swXu1PlJ1+4WesgoYS9+iwqthnz\nXhbl+p8UmZtkeqas1FiZz6yo897azFxhsWdB6kh2elosO9EbihL0uhYNetOR\nwro9fgIixVQ3NC5OImOhuyMraZowUopRajOBdw+g9ue5vP3UkFPaPRw1unWN\nyV0PMOT4XLxtJ9zPrr57qk+L/dWUTA3RNMvP5fwnDTe5P6hzADnk8/5VpDlx\n5xwuie6dxh8kLGeHZYT6tJIDpoqN5sukKEn9Hbg3cs1LJUl0qzF1VozXHDOh\nwB9l\r\n=GxOj\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDMrdD8nIm4grTjHmeT2j0SA004psjxpufS4xxk/FYBjwIgPzqfRYUAuEbNxiWy2XwsPNPEUjD+WNCkkgjRNwjLBCc="}]},"engines":{"node":">=8"}},"1.2.2":{"name":"node-red","version":"1.2.2","dependencies":{"@node-red/editor-api":"1.2.2","@node-red/runtime":"1.2.2","@node-red/util":"1.2.2","@node-red/nodes":"1.2.2","basic-auth":"2.0.1","bcryptjs":"2.4.3","express":"4.17.1","fs-extra":"8.1.0","node-red-admin":"^0.2.6","node-red-node-rbe":"^0.2.9","node-red-node-tail":"^0.1.0","nopt":"5.0.0","semver":"6.3.0","bcrypt":"3.0.6"},"optionalDependencies":{"bcrypt":"3.0.6"},"bin":{"node-red":"red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-/cGajoUjpCgP1Plqjtvupm8gE+19Vzm/z31M25f50XIuLpy3wieTki+e2oIPPyuzTD7Gz04JMySbcB8tx0voNA==","shasum":"1e99405cf3eb005212d37bb8319823b3ad58a26e","tarball":"https://registry.npmjs.org/node-red/-/node-red-1.2.2.tgz","fileCount":8,"unpackedSize":150924,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfjeTzCRA9TVsSAnZWagAADVIP+gJPDzoF07h8bAiswyet\nTGY4Hmkgs7HULkigk/2msgFKaXsVaGjgETZEEE+xLIzcy6Jrlbk3L5eRbLQz\n9WDYqB5ZxvGbhZEboe+cneuvZ0Eo81kp5sNLrVSCGPyqkC5iUhFyokEX5BD/\n6Y6e+6+j+pDJa2avYdyDgVGa1bRHppVJBiPJqmBRrb3A6pOtF6Eld7l3n3bw\nagJiwAdjToFEm0uI7r4xdo0WEGE8uf5HtwcsNMK0/ifILMCAImxgjHt6Q/g+\npp3lyzcZ3S+hp8EqMPC7NPOYNUEdbu/U+KupgbXCU2VHN7UidVzzXOXaqEsh\nOtyGpVFZcvOWAVF7tGWVrFYVarIA3hl5DIbaRb/NCUIiQDTkC5kZHN5RlXYw\n2CuaPGNUGYEenhOvkJUOzZt1I3mYbqvzpte120Wbqlv6KxImd+Dy6DUUzjAm\ndmXpkzFYepGtEuN5H3uGL7r1jcyc/V0jo9mhTQSVz7JAbR9jSe0t9VV2Rlk2\n89HdTPGKeCY2/l7m1N+YrY027TnLYJsiiWF6MPIU94QoyNSX3ABPboFtxm/d\ncDIa6SzJoj00xJrIoDXfZ0i19+7lVkJnbXjPv8LyY/LWyiN5OLkIwPOxBbMA\nOSVUvv+acMXGM8N/NrGwWYvH3XdHaFZ3LRns6MFTmQV7WbuwpycspRhxAOjB\nVbGq\r\n=m7X7\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIE1mMrJDR5epk4GbpFgWIYai1oOkPEZ8ajYVYcnO3m3+AiEAs2TvCeZ2crR4bJxrvmEUjwjKmNV0yiZQDicwEWqDii0="}]},"engines":{"node":">=8"}},"1.2.3":{"name":"node-red","version":"1.2.3","dependencies":{"@node-red/editor-api":"1.2.3","@node-red/runtime":"1.2.3","@node-red/util":"1.2.3","@node-red/nodes":"1.2.3","basic-auth":"2.0.1","bcryptjs":"2.4.3","express":"4.17.1","fs-extra":"8.1.0","node-red-admin":"^0.2.6","node-red-node-rbe":"^0.2.9","node-red-node-tail":"^0.1.0","nopt":"5.0.0","semver":"6.3.0","bcrypt":"3.0.6"},"optionalDependencies":{"bcrypt":"3.0.6"},"bin":{"node-red":"red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-2SnJJ8YPTz0IzbRyEVpMZmDukm5DiAbNS+Nvv4g8dEtHFgOMj2Qid3OgqbSsYyRE5aH5FZ8xVLyFrBMPMRj24g==","shasum":"fe5b1ec0f8c80b95987559abf7ba1ccd6e6b6dc1","tarball":"https://registry.npmjs.org/node-red/-/node-red-1.2.3.tgz","fileCount":8,"unpackedSize":151380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfpASrCRA9TVsSAnZWagAA6NEP/RXYvt95q6QCsayvZE4D\nGmKMxzuvgWKoDDSqHXdJf9Nh8ST8d1N7CCNEhvrwdgEdSqLw+OgvJLLmtLv8\nDxQPxfx2SOablHkfXlpZsAZRqecve8sjc+VTfqFPgHXA5g/hoCQ0ZprQqdhf\nOz6oMi4Sr+j2iODXb+71yqU0kwSROa8MRF/375afZC2yKc4018WXSfL7FKRX\narsCd4mZq94TARCV8nip3xvRB+s5R4TNXiVS3hcrlKK76qVFY9UlrNH+1XJA\nIvSr5CxEtGL+rfD3i6bxlzZRtx+fMMXr4bjp6+nLoFXnYXbmyKRCyvWOaNIs\nClvGEqkoRnZHrS2J0vAaLH7lvTM9iABfU1/VyASGyvXxBECoYlG25qNidJwk\nbqVzOpqsWnKgapBREPBb9Q5eUY9qwUP2nyXNevZCUOeK7KEEuESLMLCTuPEc\nRgDvIFMih6RVfK50zK0mzI0lU6at8TZhrJVpmELjwOJNhVERU7DFnPoegukS\njGrvEi77d/SBPVC7tiwWpOfRMIGCpTKGdLdBC1Uu/r0vYjIwdiqeLJ04qvul\nTjEM4bGlaSJldUPaGSHxpx4K9cqjnD3agLXn3XVBPstd2RjZ1sz8kzRpFCb3\n30NwPyoOPnQgMDDKKVLbwykPLiIQQDFV4wiG6L8Xj4uO1nQly8l2eBPwdcBz\nKDSL\r\n=Ci/Q\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCAFi2YKIL43iPHURpEq2vSXXAekVuCP/2TJPDVGTm9HQIgQtCsJb4cFma7D4OaErkE6oPauX04V6KxGONduw1MFOc="}]},"engines":{"node":">=8"}},"1.2.4":{"name":"node-red","version":"1.2.4","dependencies":{"@node-red/editor-api":"1.2.4","@node-red/runtime":"1.2.4","@node-red/util":"1.2.4","@node-red/nodes":"1.2.4","basic-auth":"2.0.1","bcryptjs":"2.4.3","express":"4.17.1","fs-extra":"8.1.0","node-red-admin":"^0.2.6","node-red-node-rbe":"^0.2.9","node-red-node-tail":"^0.1.0","nopt":"5.0.0","semver":"6.3.0","bcrypt":"3.0.6"},"optionalDependencies":{"bcrypt":"3.0.6"},"bin":{"node-red":"red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-M2HdCKaNHeDCtYJhkpiCIsfHYhS85LGFHGXmCzDSKGCQrwun9QmE57l7VqraHY3boJaclXcJUm+y3Rwmr2hD9Q==","shasum":"bbda989221f63bd4bb8e4ebaec23631ef639c907","tarball":"https://registry.npmjs.org/node-red/-/node-red-1.2.4.tgz","fileCount":8,"unpackedSize":152028,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJftDvVCRA9TVsSAnZWagAAjO8P/13KdBQONY4hy+r/4e4b\nsfDeZEMkg7TjS5xCphd0lzG9WYiATu5wIyOGqDiEBfEWeVrGT3jTpUiOpsHZ\nZxWWIwfEDgKS0wpsAoWUsci53ZPThU0nI7WNwflgl8S66U49xRoFxESFpyp4\nxn7Xot/0/V8SZpK04LP12aAXlMu3ViwZMwJXIIYdDYh7B/Erb+dB4LerJI2O\nVQ7B6IsyEEmtv0rzn73C4x5rGqz4P+iUWFM4byeyOVA8NKjTWiTle2jZ0aNd\ntNOhACoCffCdVndE+SK3B7cFDoSjn+/zi6jHk4Jd0zUaTVXCPOPLzO6C/SkU\nwH93Zy9ocIjR1kru2V5jmfgAZ8aCZ92L5BlalT5PDxXpxS1hNxNM3v6lNbNB\nmrxKiLqUgCfXzNdqwe56mZc4m1fKFuwYrv0kXgYoUZig6yCqyeny5l/H7mMf\nCNKjym0QRSWZBXdnPbcnXgQtbSR8bEF9xXRvfuurHasfgVHyDJXZ9F0sN2hc\ncA+rxcLiqMYwcZ/kfHCoMVuDsfNHZZHVkceEHLYWtY3Mw0RLLhgQvSixp7XM\nh5WMbk0G1FmaJkMvhsaGo0Zk7QxjP24FoFCHi2xB8GRD0Ug2w4Us39hmccab\nbQKu4NFbfLzjqaLt+jVTg3NXGwDWBSW/kg0hQBpkoUJ3ZHDeg1AGQIJwgVeR\nHlgW\r\n=gjbk\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCpwVfKZvqvyvxhQ7EiLSULqujG01IO5VY2wB/QtyaA3QIhAOqL0e0ZQoQmdNcPKV/ZS9kug/A2b1EHYnKHbBHXkh98"}]},"engines":{"node":">=8"}},"1.2.5":{"name":"node-red","version":"1.2.5","dependencies":{"@node-red/editor-api":"1.2.5","@node-red/runtime":"1.2.5","@node-red/util":"1.2.5","@node-red/nodes":"1.2.5","basic-auth":"2.0.1","bcryptjs":"2.4.3","express":"4.17.1","fs-extra":"8.1.0","node-red-admin":"^0.2.6","node-red-node-rbe":"^0.2.9","node-red-node-tail":"^0.1.0","nopt":"5.0.0","semver":"6.3.0","bcrypt":"3.0.6"},"optionalDependencies":{"bcrypt":"3.0.6"},"bin":{"node-red":"red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-Z/f5ZjZVQgQSP+UU/RN5mJvTR875R3Fgb1lWd2kBxy44gVxxbtfN66ndgV9oV2S1h8nDTj0s+UhXvEXgo0PlqQ==","shasum":"f34f4468346bbc430e506e02443a05dd2eb99afa","tarball":"https://registry.npmjs.org/node-red/-/node-red-1.2.5.tgz","fileCount":8,"unpackedSize":152185,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJftFiVCRA9TVsSAnZWagAAsYEP/2PEIl4rgdU2y1vNGWhu\nEhBVv61o/1iVnMXuxOOMN+AhfLeho90YDVtPgKgfKU5uAVf+OkQOjqK+5oVU\nboBBWyIvfXXG/qDjv9JMuR88soxL8nBp6NXpEZbtuMCz/5nZgUq6XccCHxJq\n6gS/8nrpw6eLLxh/afj3TdViM/6vzrYnq8Z1Bu9ZVXB0zH+KP8sMarrqbksh\noX5cHJ8zwBBm5y3tuQtNqd92VPgEj8EltpfmC0+LS2kLtRP8UhmcNhqce2h+\nYNmdfhga2pw+EXVLEfGiojlPKJlPEbvMKhhGMPztaYDmqY4URlKk8uZZ7bfX\nt7d9VEESAhbZ7uWrtBfuLW3pifTYhlc2xXuQfHANY21DU9q4fahopLzyF0MT\nS+xsWXDY21jHkqtScHJ8wOFVzhRkku9avhfjIVK0UAjCVl4dWDSLRpE+d896\n5DfyRMiy5xiZ7++Stb89f0Ge1oBhqXOEziuxlCVrFwT1WUxa5xonphx6gl7T\nzbNx/RKgLAj4H4pTR/wAun4ZYMA4sI7gC6RgJo/axwQxdDSTBsgYNPq/eWM1\n6LoXDPo9lWAyAIuSUCmlrA/g9McX3C22vYbqa3enxXEAuPgoR//DBrtSIg/T\nu5H7A51zY4Mlnqj2j4+VlzYequlyGKx+2zNUXCvH9tkRCeOl86hBH8FLfHj5\n/mrh\r\n=zQ6n\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEowroL1K40MzWFkCg7hgQGXfQ7mtrGlMpFIXHgdOwViAiBce1uDSDHGaX6OX+iKnNm5MfmFom12uhT8G9gVbBT2hQ=="}]},"engines":{"node":">=8"}},"1.2.6":{"name":"node-red","version":"1.2.6","dependencies":{"@node-red/editor-api":"1.2.6","@node-red/runtime":"1.2.6","@node-red/util":"1.2.6","@node-red/nodes":"1.2.6","basic-auth":"2.0.1","bcryptjs":"2.4.3","express":"4.17.1","fs-extra":"8.1.0","node-red-admin":"^0.2.6","node-red-node-rbe":"^0.2.9","node-red-node-tail":"^0.1.0","nopt":"5.0.0","semver":"6.3.0","bcrypt":"3.0.6"},"optionalDependencies":{"bcrypt":"3.0.6"},"bin":{"node-red":"red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-Sy6ZNRFxN4KwT/eGFBt9L6aMXK0XGRwBNlhoFMPObSujLJVMUKHxirHAMst5CvUYigijFXM6ILRC6p/XqYHZRg==","shasum":"5e2b88134af5f83f0435c3bea1ffc4c0cc577c4d","tarball":"https://registry.npmjs.org/node-red/-/node-red-1.2.6.tgz","fileCount":8,"unpackedSize":152543,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfvslGCRA9TVsSAnZWagAA5SgP/iNEmU+La3XEB8zvkO7x\nJie9IgTa6XqH7TJdMNTCWP010ttKdq0+ZK0n+oC92yqn/08zi2idyXVej7qq\nfe0Pfv+1e1lHF6PrWxBtlVB/FMFTDqxJz21LSNWeb7RsSa5H3OvbbryfXvYh\nZd/oOOLbbhBG8ug1Y9qJvPiUzJa8ArsQhsHQSNMqMAvh8QIkIU5LGzm1oYQ5\nnKNn1zqzdSoZ6k4S1gO+iJ9j1lWp5U45TILWniCQR7gbc7/wMqDtGkfIbIez\nDzKBBsdtcMa6Ru4fOyQv3Uigyg5jG7NUfHmJ5KVMUJEKgpubk/gNaJyZl7HO\nDyPVLjgrb6OvdBAkiiBDVBQ68AWvOr1PAYN1FyrMy1QMIKFYD+4lHRScCqPx\nXJ14lxQLwCrH/RE/cm0C7BOjt8ptJRvWuE3LeaSzEqwvD9C2LWLA/nzCtKJF\ngSLIhwSVRwNoG8sw0hMu1SozTOl0RS6lHP0wZYLGFJ04KPV0GEkqDi0/IXev\nzL0IlXpROswaB7nDtqVpae/LZ0mqT5OnsapbFRxDq/Sv6Zix84A2JOX1tSTj\ngVxdjPWpOPwy6UPPUrqB3d5ss6NcCUEEWT2OOzWhXFzN3vaaQMh9sp98N+zq\nJc1EMj8YN3mKUkQLcZ/RzvvAIg7zGqPel7XLzNleRGWlB7e2h60DAldMbj2Q\n3NhX\r\n=+B1q\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIErsYuk+AeZjjdjZVDIWkmpMsNJ4Y7VpALRr73SXAtL9AiATJnnqKZf8CnIwSd7Qj9DvPiHBPEVR2qx5mUWjc9ZWmw=="}]},"engines":{"node":">=8"}},"1.2.7":{"name":"node-red","version":"1.2.7","dependencies":{"@node-red/editor-api":"1.2.7","@node-red/runtime":"1.2.7","@node-red/util":"1.2.7","@node-red/nodes":"1.2.7","basic-auth":"2.0.1","bcryptjs":"2.4.3","express":"4.17.1","fs-extra":"8.1.0","node-red-admin":"^0.2.6","node-red-node-rbe":"^0.2.9","node-red-node-tail":"^0.1.0","nopt":"5.0.0","semver":"6.3.0","bcrypt":"3.0.6"},"optionalDependencies":{"bcrypt":"3.0.6"},"bin":{"node-red":"red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-4ZE+Kh60pXQD/o7prg5Rdl6mlubP1wDZnKdV6TumKBdiqmDwkav5T125ZHYcs/zWMoXe/AUqHS4JDkIsg0OEIA==","shasum":"57e852fcfc91e5150bfb133399c7182abeb24c43","tarball":"https://registry.npmjs.org/node-red/-/node-red-1.2.7.tgz","fileCount":8,"unpackedSize":153102,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf9acQCRA9TVsSAnZWagAAlG0P/i8PtCkLLnYn+QPXcFXr\nD6Rg0gbUIwnEKD498tu3+oyDX7j78G397d2bXZR3OIGlYK64QIg8K3luSdjN\nD+ORcJo4jQySAFsaxNlS7uLt6DQ+PTdrzUm8smkQYJTUBdm2zphltOhYrpfe\nGlTyvRsLiFumUiK3Ackvnbpea3CLV6hMjdrs5gXfNgDNFN5xAuWdywut8rxE\ntwqXpjxDcZD7scczuoVK4imhP6Gg+0SdWMZWBfX6QKaHT9Oj8AgXGDku3an4\nJr/L7JrDNSouZrStTNheSn3hR2wcA+fGOMek+2POQ2Iq+R9Pf8GzH7M84SmV\nasjhymlH//gCrUj+L0fKBGITVLFBqwWVYH05fX3y5JDviwdJbJxRshPmBsyx\nGNcQAnu9RoMbWF1L96KSC4EN8DIMnOug6lIb4sK41+7saTNQmISwXaz7KEQ8\nRsv65daYTIhACnbPo/dS846hCcf75v2/SM0kThDLuZLXVfjTT94c+vCZ5VeS\nNgMvRKeuOyiJFg8elj4qXuBzlX+kHSYcGkC0sTQfLHTTCgc07atmTSvaC335\nlh8t5ey6NbHlSfjUmqrkT7tOt2pfykYgWbv1VAJhM/Tg2X/WZNkQ9p3vLoZ1\nO1K9z4QkyWiYcLq09JXsZnv5T4UiiQc8R2oE8bVvSPF3AneBw640X0vfdCNG\noyMD\r\n=9jJP\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHDh9M8RGRXP5dN+QJ8jB4nqxeys54+i7Nh62GbfWnqQAiEAgfo4l1NHUmiec6BZBc3S0XhCOSnJ9AqCXui/sSgc2qY="}]},"engines":{"node":">=8"}},"1.2.8":{"name":"node-red","version":"1.2.8","dependencies":{"@node-red/editor-api":"1.2.8","@node-red/runtime":"1.2.8","@node-red/util":"1.2.8","@node-red/nodes":"1.2.8","basic-auth":"2.0.1","bcryptjs":"2.4.3","express":"4.17.1","fs-extra":"8.1.0","node-red-admin":"^0.2.6","node-red-node-rbe":"^0.2.9","node-red-node-tail":"^0.1.0","nopt":"5.0.0","semver":"6.3.0","bcrypt":"3.0.6"},"optionalDependencies":{"bcrypt":"3.0.6"},"bin":{"node-red":"red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-OBxxDA/Qn4W0H4J9oKGV64bT2F42eziZoR+lUZuZH0QfQqTl7ExWj2anu4CMuBtDcBhQN856idriwnhBxHqdDA==","shasum":"d0177d974d61ac5e03f4e9aa31d71d51d90e6554","tarball":"https://registry.npmjs.org/node-red/-/node-red-1.2.8.tgz","fileCount":8,"unpackedSize":153776,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgGVEpCRA9TVsSAnZWagAAkrUQAJGJmItJdPMlis8FPr/z\n74h5CorebxAHjdXHRyE11FhPHz9rstl62CaL64SxTqpCrfOjl+BFOAAy03Kf\nGgHkPxguM69PLouwpc/kpEWUVaPfziaYwAYFy7WeEx3bPK01Sd97cnXXqjik\nnGbZakOerZUGOkGzy21Zc6MKAzjIYlVwBsTB0rUU4LiJdJ/sioi42U0LLI2f\nsk+UI9SwUCKzM6Da3xBq5sZog5PozIf/ChiaXzwoqMeg9ZTSMpeoHR94/D7k\n6i8BARf9SS0889IzjZePqVlx8P/SLLxx9JeRHmglKGdMXw5VyAluqPVlaOmY\nfbD8E86/3tHRi9X70JPH2VkXVqqA5dqK9fg4SRClqet5jmuZ+dfFJHwRj5gE\nmvm6KYgwFUl8hKMTqeDfoHQd4N7B25pwRp5QXZYB8f/VO3QZMrt5GnFdz8hu\nSt5pJ6OlGKJj98nCrHD38N7IhxNBHXtmsqisixkAdJQ/F3Qj2cpoXcTax2KM\n2Dpz6gIpyE1v7gihZVg6nBz3Vww9Mwalg49l4HW1Eh+Flrn9ur5UX9zDoK8m\no7fjiXYNcqMGvKtZJcLrgd3rrUxk3DEoXi919gi4cMLAaE60rO6gLZ53Ivpo\nZ0fFMoS4YloBbHEXMOElOV+V2/jaWP8SnRgE3hGPiIy8CLLhb6RZELDGIJ99\nPPtw\r\n=FjfE\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC4/pp5824CNNoh+RmzH1QLcgDcQUQ7/vVRx79XhijaewIgCUs5Vf5HEdHGqLXqccQ5HoI4uWl5x2Tjn6hNNE3QJzw="}]},"engines":{"node":">=8"}},"1.2.9":{"name":"node-red","version":"1.2.9","dependencies":{"@node-red/editor-api":"1.2.9","@node-red/runtime":"1.2.9","@node-red/util":"1.2.9","@node-red/nodes":"1.2.9","basic-auth":"2.0.1","bcryptjs":"2.4.3","express":"4.17.1","fs-extra":"8.1.0","node-red-admin":"^0.2.6","node-red-node-rbe":"^0.2.9","node-red-node-tail":"^0.1.0","nopt":"5.0.0","semver":"6.3.0","bcrypt":"3.0.6"},"optionalDependencies":{"bcrypt":"3.0.6"},"bin":{"node-red":"red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-1BXFaT7oDd5VM80O+1Lf72P9wCkYjg3CODROPRIPvcSEke6ubMo1M5GFsgh5EwGPLlTTlkuSgI+a4T3UhjAzbQ==","shasum":"70d3c3c3eb7ca05006e55df3c163a59cfc279597","tarball":"https://registry.npmjs.org/node-red/-/node-red-1.2.9.tgz","fileCount":8,"unpackedSize":154030,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgGueOCRA9TVsSAnZWagAAn0EP/1F9kz7fjsBiCWeH/EhM\nYSv8NWJt/sm61PE6DPNWMjPO/xznXeLOA+4Rt8tEHS+XEedMxqXMdKvjhEeA\nVVtIgHe+0ljucyDDjNKRhgFR0apR5j7LnXphRb7HaSDfZ7hL4QKAIXtrUf9F\nYG3r29UWLweSs0VmV4X/cmMvxAjwIE/gQQk2fSTmpEiO04T4QB9waTuKigE6\nSdA2WSQHUw18QlSvwkYmRLbsYbWxMNZUr5ughWoKUswzyT5saJHEpBCgqXxE\nHDyjFWRRwHTuvV1hzZiSIBdaJsYIf47l6LcbigB9WKtdQwr45Clm8RSW5usV\nvj8VAQ4JPomv12yOs5YPMGtKXdtV78L3xNT/DlTPLZ2JPF5+Zwhc7Zhr4ccn\noX1W0CHa4HBaMyGnm7Gc+7XPig57m20mUhadpyj0SbvdF6Q3zu7a19/8nCrI\ntm8fTXPUQZEGhwkzwdLnzVZV8i3nPx6LaIv8tnUhE1Z5MKe4up6shgVVkmFx\nAjzCjDDJQGYiLZ/YDItdrdaqdFNy0qmB3g+1pX3m0fae4J8Pmod4+ec3Qb4B\nv8CMVeWln8KRyaLcNZaJMm4XblhXrFxgHzXM0rqIKAdelozQtlUSihtfHrn7\nCihINYMOPNz7J2hLFGuK6sH+QFsMbbzsJKJSkJfksIdrcGHSpllSIS8Wd0iW\n2NTC\r\n=pAQg\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEDXGXKxzfXCJxvad/agYsFCJRLCAoyoRLOFiGk1YyGBAiEAu6vrviuKbllwmMBPSzilvqIzAumDozYV9Ah21h2pU/o="}]},"engines":{"node":">=8"}},"1.3.0-beta.1":{"name":"node-red","version":"1.3.0-beta.1","dependencies":{"@node-red/editor-api":"1.3.0-beta.1","@node-red/runtime":"1.3.0-beta.1","@node-red/util":"1.3.0-beta.1","@node-red/nodes":"1.3.0-beta.1","basic-auth":"2.0.1","bcryptjs":"2.4.3","express":"4.17.1","fs-extra":"8.1.0","node-red-admin":"^0.2.6","node-red-node-rbe":"^0.2.9","node-red-node-tail":"^0.1.0","nopt":"5.0.0","semver":"6.3.0","bcrypt":"3.0.6"},"optionalDependencies":{"bcrypt":"3.0.6"},"bin":{"node-red":"red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-IWspucHVYeizZgmF3GoGu5tAaa0OMgJ3+VUt+9PKjoHmxXh+o6OxNJofM7O1wzXFKDlApKrv71nlGraoWHaeiA==","shasum":"768cbd201261590ab4c43cd4543a2a3c97d60e8d","tarball":"https://registry.npmjs.org/node-red/-/node-red-1.3.0-beta.1.tgz","fileCount":8,"unpackedSize":161864,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgP58uCRA9TVsSAnZWagAAMoQP/jk2b/+zcevtg5IdqbUh\nRdD18t1mnF2Gcn2VbhgB1ZmE+8ImZyJ3ziTi8Vns3Xq0TeL2rgwZSD9Ojt4x\nNNxposShdb+ug9GEnbLb/SWM2lSx+bUEg6yC/2YtLSVKstwo3Ut9W+9G+foL\nii1rR8b34j+K6g2lp5c5KaXjVG4UG8S1xMFKrVnJHD4EITz9PuihHdBHxc8x\nsCuAAD0Lc2B/dA4v21uQ7KDCU2/0kTBu1zM4yCUDMmQDmOFFue4fauFzERah\nuuV2mRynAqoDJkdCVPt6TfJeAv1e2g+PIsSp0YIkzn4xoNAehMz8LmuFRck7\npONULpeldmqWJkHfGSu5N7XLdmS+bwUXzSMPQQOVa+YHH2H1ONxtU1qUrV2j\n3VfgMEBsd1tdwykpaBnHGJq3QCFIvsWQamxIRJCxmV8/UkN+XlcgpqX7ppOB\nUTOC6iMr2UqHTIONq2kGCsPMmwfcHpoj9Jp36EVAI0OF0k7R5mXxZsMgkOo8\nf1tVMffoFHydOy6mUbmWy8c9KHasjp7ZSoOPqzK+dv6Xuc6PKwqxb1PmBmF0\n4DKyJIM5X1aOo4oEPIRcNd2iuPPdgRsxCHZy7ZaBBdizwsBKWbvWGJPShw2H\n/YLbeteyamV1GY18O0NO0GvbawK+yUz6n2nkQ8Z/nFhDc6J6TzzfOZnAu/Vt\njXRQ\r\n=p+Vl\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBigH3uXnh90yilkqToocc9zetuN7pa89bxYlJJv3n3qAiB1bbvun58vEmRpaayslb3lMF19A1Sxc/vboC28qOnZvA=="}]},"engines":{"node":">=8"}},"1.3.0":{"name":"node-red","version":"1.3.0","dependencies":{"@node-red/editor-api":"1.3.0","@node-red/runtime":"1.3.0","@node-red/util":"1.3.0","@node-red/nodes":"1.3.0","basic-auth":"2.0.1","bcryptjs":"2.4.3","express":"4.17.1","fs-extra":"8.1.0","node-red-admin":"^0.2.6","node-red-node-rbe":"^0.5.0","node-red-node-tail":"^0.3.0","nopt":"5.0.0","semver":"6.3.0","bcrypt":"3.0.6"},"optionalDependencies":{"bcrypt":"3.0.6"},"bin":{"node-red":"red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-UysR8pFp7T+i+9VjhhmjfWHKQGeOXaRiCPtaswxaZEud9OZ89tcrtIM4iJ2kXiU+Wy2G4t8fUxjoZ5soLf6qFw==","shasum":"bacfe75dcde739a63ff3e34d1a117672860bd4f5","tarball":"https://registry.npmjs.org/node-red/-/node-red-1.3.0.tgz","fileCount":8,"unpackedSize":164843,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgbw+ACRA9TVsSAnZWagAAfvsP/A9SaRNZxf1smwnB2spc\n1SRUn6mO4oqBDFmlPNq5Je6U2aH6nTxy0OZTHisR/RoCWMmoygU/XsMkkI12\nsU1imQHY6olIlxAUmKf4dAVFwSpXx43ES4wMnyjJ3SNUy5nK+DxoVOdOTXP7\nMBs4hkgavyD7ODP/w5YEYklkoz04B0xOvK2aWj39+dvai86Mwp+FAWEqXTSJ\nGL+uUlBtHtoFfRUwFLXu4KshXq5FjngcxgjHFTQkdkPy80q8srVTo23kwjnE\n91yFW4lEQcZu71Y+C/B5MILY25fmIvc4OIYlAAPQk+prtlvAPKsi2f1Y0ebh\nkHmcs7jeuUFC8H+7Wc8Open45470BkDQrU2A6I5Ap+eHCW0pbZ8h8RR8OZ0r\nJoLDFHi5Cg37DqOTe2WlvDT7nqEW7MU01n5pn6h1MlaRp/GDdl+N8+xIWYxF\nETj1GhvNbk6TODhpdkwcDrWcAC8eRafaDhzAtEK3dqpmPbqrpdZi+Z72crb0\nOZjw43XAVMMdVgwl6FutVb1PjFP9/M+ovPHPHOHUXDCdChDSHItoyk63KEMm\ntxwalpdOkjky8nJgC2+cXsMLGLRWKAh43K5xjpF5UroPnTaLrlFxpe8uVgUQ\ncPSPtOWRItYNC29MeWhpm2Ik63KMOes+/kE1cdKT0L3U9rnJMmP3XQE2iaNY\nS09i\r\n=mT2t\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICpr+DzRObv1JtNKUfeq1zvhT7AzjY6MgetQR10KQm8kAiEAt/PArN9edbgXJemEe5f/inicujz+0EuFbjk/H2AzLU8="}]},"engines":{"node":">=8"}},"1.3.1":{"name":"node-red","version":"1.3.1","dependencies":{"@node-red/editor-api":"1.3.1","@node-red/runtime":"1.3.1","@node-red/util":"1.3.1","@node-red/nodes":"1.3.1","basic-auth":"2.0.1","bcryptjs":"2.4.3","express":"4.17.1","fs-extra":"8.1.0","node-red-admin":"^0.2.6","node-red-node-rbe":"^0.5.0","node-red-node-tail":"^0.3.0","nopt":"5.0.0","semver":"6.3.0","bcrypt":"3.0.6"},"optionalDependencies":{"bcrypt":"3.0.6"},"bin":{"node-red":"red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-EQG/SNpRya+/1JXg7iMpAEHcSxgamWMB9HzCZCf56ONrc4IiBfZNMlTJFV71qmaRjFaPtGz8l0+X7pkOKabIOQ==","shasum":"26a0ad15d094382d134ec292d475bae47dd9f8cf","tarball":"https://registry.npmjs.org/node-red/-/node-red-1.3.1.tgz","fileCount":8,"unpackedSize":164919,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgbyCbCRA9TVsSAnZWagAAzuwP/jSAuVbOv5OkIoEsEczV\n0lLCiwzOdwSSzeeQ3fkVDuyg/MqnNsK3O6+e7pmcqm61mwjTk9o6W0Gnd3Ak\nQ0nCxt/4KRFgsDtCJI6hy0f0Dg+cYKUXiUym/IZ9LXSBbvK1U/sqtykBGMQU\ntT6+KFgZrfVkHqyBGuOZ+Yjfhd/4HN5EVsw0VNUJNcKvZkFRCkBTIsDNOBEs\nLVqnDlgsXiapwx8r50kPmTyzE9gJIWKji80q40fm4E23IJ7vzk1TpHhLtmnR\nWO7StTqzfYjJqGfIFJMl0O6k8hW8iMH5huG2OTNKmpYet7hP1tqL1zM56K7E\nPnvOHdBS9ePUcLGyTHv8GYg6Qafi6gWHUlgUhhopxhyRUyEkya5cw9gjaV4a\nmVkycNnS/n49QhNSaxIAeNuWYdauB5oEPpvlO5SxhSXSWWGwJzZ/PhRvMq9S\nK+yXRRRR591Yigu02bHs44+1itS06Rd64sMJ4G5AxCF2UyXIjSjdcTKEnLrB\ni8eccZ9gO8HXiyqMy2GJifPqUHt5SPHUgMyOfToMjwSa4ULtcesCyqCcdN77\nzDW9OlGb6p3MXhR3m2A4eErfaTzWu9lVWckoTSnv/MQS6hwtLMxYkMEumTL/\nBWwkn9t/h8AUwJpglbg4a9omUnEImakxKI9tksZBElCybIS7d2UiKpUk+xfB\nh1cI\r\n=di05\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAx8rXIJlfq8LGupJRLpbQ37BeWZCHTnJZi2v+hMJaxIAiEA8WeR6cWY8//ov2/G84HxtXGtPAq8trI8AV1YucGRIU4="}]},"engines":{"node":">=8"}},"1.3.2":{"name":"node-red","version":"1.3.2","dependencies":{"@node-red/editor-api":"1.3.2","@node-red/runtime":"1.3.2","@node-red/util":"1.3.2","@node-red/nodes":"1.3.2","basic-auth":"2.0.1","bcryptjs":"2.4.3","express":"4.17.1","fs-extra":"8.1.0","node-red-admin":"^0.2.6","node-red-node-rbe":"^0.5.0","node-red-node-tail":"^0.3.0","nopt":"5.0.0","semver":"6.3.0","bcrypt":"3.0.6"},"optionalDependencies":{"bcrypt":"3.0.6"},"bin":{"node-red":"red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-tOtD5Z8l4WNuGNfUp/LFSC/ou74LfKhIWSgT4i9WTTUxUvSlWCBu8TsPNbjl9yM17Ox2ebe57mEnOHvTjQlEyA==","shasum":"1ba1e08014f4e12a66440eb7d158b712eb1d1060","tarball":"https://registry.npmjs.org/node-red/-/node-red-1.3.2.tgz","fileCount":8,"unpackedSize":165576,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgdZHTCRA9TVsSAnZWagAAWrUP/0LK+B+2IGdpB7wgXSS0\ndTTTTQBIcc/TPfajKmc7Ts2Bo1RlFRC9eF2y7K0kgsPUiTU9c+6Jy3NAYZQC\nCiMVEbzpYqXpPqywS3xSrg3N1RXjUE3d68DxfUCUUuBsPKSQs+UKJtlI1VoR\nEhvggpSHJwpMrb6AtJDLleVQleu6MzQ2GJX8OEpVqqfMQZVUxaZHuJ/M0dfO\n3Ia/9ujuLVu35zwv3c5+RtV8Eh299pnAHVUL7JJw8t+bM7rsekEADL+dvJuv\nZULtvWzy+w1W6cw++i8SUukc8AxehJwaG+6ONG6NrpM5QlCwUEv52MhB4FBO\nRUpiS/S3mV6kat4mOBtjBBGk1OGEBaSEs5jSTd5OAQDDoTCwcDCHEmkAzGbP\ntT4sottURN1qykmzrl2L63LxKAZ+k6hPwHAMgsN34GHaFqXRe0aZ3imxuYHI\nLIqfcXyyPyct9M66BAC+uGydA8KC2a9iZqufIY14GJBiaV6DlDGlTVfmvHXd\n4HGPXx8lvsOwO356HEHLUB1XlXsdDYckFKHAHSat4kpeWfdoncVhB4NVTDDr\nLqtRMQnSe4t56pRYUKm+Q+fAy+Sj5/ewtksfiDVcwO9NZiIHkNmMcgpDhBU9\ntHB6pU1uxJpGqQNLN6NcceOI4VU0kK0UNBvrk4SyDEyXsZoW5AX92p07+KMl\ndG1G\r\n=YM3r\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIF9s2JJY7YsYzzUzFzbEfzYKGVyC2CW1/9z+Zs1Pun31AiAEHx9u5ymVdejGmMo86UCdDBbCutDTXPYSH6+X/cvJRw=="}]},"engines":{"node":">=8"}},"1.3.3":{"name":"node-red","version":"1.3.3","dependencies":{"@node-red/editor-api":"1.3.3","@node-red/runtime":"1.3.3","@node-red/util":"1.3.3","@node-red/nodes":"1.3.3","basic-auth":"2.0.1","bcryptjs":"2.4.3","express":"4.17.1","fs-extra":"8.1.0","node-red-admin":"^0.2.6","node-red-node-rbe":"^0.5.0","node-red-node-tail":"^0.3.0","nopt":"5.0.0","semver":"6.3.0","bcrypt":"3.0.6"},"optionalDependencies":{"bcrypt":"3.0.6"},"bin":{"node-red":"red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-byKE+FxquGqaZ8HOCaZ6iz7CUwhJeBCfNqsuOCpUDxOa/Zqg2vh0OnZBv3W2DburZq/hEy2/LZxpXPg6iYSh4A==","shasum":"c4db06662287443303bd87d521163e1f2f2b7097","tarball":"https://registry.npmjs.org/node-red/-/node-red-1.3.3.tgz","fileCount":8,"unpackedSize":166222,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgfqwXCRA9TVsSAnZWagAAS84P/jK0IvrfGxbloSdAL6Bm\nlabY0+v78np28BcUQERULxAnEqwDq/TUt9RFRN7sF3BAyUFtCj75WqaIIMeh\nWoqiGVGiTvTQV9SZ0yKABAObQxXqXeAjJZtHfz35cC9seuiiYIjoSZE44LBM\nLeHoGLnbJMGOSCMQZ8xu8WHxr9402CJhUgOsoSrzoUto7bxP/7TxugbDp9T5\nJTiEGztvtrerUU15gQzCgYyQy+JsPhplB3cuvLwaQ7BGk0NC+4qJRzPnSruZ\nbCdOw9WHPVyehwBTzWRNVCGMH10nG3ZertVJYZoSYmMZQWyCbt06DtmgXoro\nQUIvSkeu5Nwtn+yewMoF+aVAzuDFqyUshc7RNfIDneMLgCPJvM2/6qP9SF/U\n08y296UrxVi9TTe4GHJQ2JilMYsZ+J6qafte+TGEU6GOqQZZgLbaU66CaXbZ\nVDJ4/MD8kq570AYnJ3xSpJ3SJ5n9bcFIeZWw654rJuv7lUIIZWPzEE41G1+k\nQkkekHgghaNVDcfPy0VnrNhVIDUFx2tkIpmZ58eDsvGkyzlN6pYLCkIfq4nC\nvgYCnhKpjohv7Dtv38RimSWsVSdaRQhvfKOE9i1YSVPue5QmyS63OFIy/a5/\nPRrcMlTqQJTXiaD01NK4mrCejdaf1DvKWWQg+2JKS1LPtiPyMNLJPPU3M1QA\nb5If\r\n=GWKb\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICSnSNYHWAJuocn2tMORWV6CQ49dWw/4KxSJs7KHI/k6AiAdAyt3BtiiKbiT8svDgW0qE2jrwPzFq4zYl1ajshyY7w=="}]},"engines":{"node":">=8"}},"1.3.4":{"name":"node-red","version":"1.3.4","dependencies":{"@node-red/editor-api":"1.3.4","@node-red/runtime":"1.3.4","@node-red/util":"1.3.4","@node-red/nodes":"1.3.4","basic-auth":"2.0.1","bcryptjs":"2.4.3","express":"4.17.1","fs-extra":"8.1.0","node-red-admin":"^0.2.6","node-red-node-rbe":"^0.5.0","node-red-node-tail":"^0.3.0","nopt":"5.0.0","semver":"6.3.0","bcrypt":"3.0.6"},"optionalDependencies":{"bcrypt":"3.0.6"},"bin":{"node-red":"red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-3VDpXQdtQX+PsEHAfONsRQk8g6nfpgUHQxB2OGuIlFGLgWB/+QuDFiF2CvRtGMVckwhdD1G77aYG8ETutDGSAg==","shasum":"0e39e3b5c431db97bb656a53f9dd8e1eb4344cb0","tarball":"https://registry.npmjs.org/node-red/-/node-red-1.3.4.tgz","fileCount":8,"unpackedSize":167572,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgiq8CCRA9TVsSAnZWagAANkAP/1w16L1JJ/L7DcRWr5aK\ne+BTACNSheT+2Czx6D8ClUxE5fEdEOoenENmAZLKnaGZvUyNU3TWZV+IK8YG\nGwW1zMAua9MqpRyzSaM1kvlM5o85E8h9yE5hbR3v49Vv51YhWlwX22wCMbsM\nxy9bofzX4xDCCJO/YVISl7DbeQCqizJ5YDH41JtQY7HzNKFQWf8yWkpw28vA\nLFVmSc2Cg50bAxZUMd7czg1FL8ObUioGRc1su8BpyQfqp+bQP8MMxA8wJ9IJ\nx+bN2sEmyp0ZEoqGiQkleJDUtMXR8Wqfq28BbbFGxVShH1IPp/UfEUFE3TYV\nBegPI7M+zVm4erfjzTsuuiLP7EzC6Wcds8BplMTJ2upW2sK/NkTMB9G/LwyN\nQ2E8m4gU7mBbi04xVUtJiF9NUhf2BT9tN2wRgHZQmQYNMq/OPbDFK/F9spGs\n2z0Ocmyj4EHiQkYbnX/80wN9bFiUmx49a/CJqbWJdsBcL5VsOvD93YxFyb3h\nEmGt9DoIW9tz4fx7XxebqZhFADUr+1R9igrkExSwTHZ9rtEu0HHVUSk01Y7H\n4Dq0QG8ebzWBr8l0PWtPmNYTD2iUTiIVwDJ38Gvwrm/hddxLrRk6jszjyIbS\nFu/hrQNlgCdJoGvvlNMfG5pUpdlDIYd2AmNotNo29rRf3+HULmPn0UUkW1hj\nBvzj\r\n=So4V\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDFQyIAKUqrdv7tIr8RaY+UiTqzBvNsGh4F8IkP2dyeOgIgG8BBpstifrSVlSWzai5akyxkjuI01jyYhZtCoi93XMQ="}]},"engines":{"node":">=8"}},"1.3.5":{"name":"node-red","version":"1.3.5","dependencies":{"@node-red/editor-api":"1.3.5","@node-red/runtime":"1.3.5","@node-red/util":"1.3.5","@node-red/nodes":"1.3.5","basic-auth":"2.0.1","bcryptjs":"2.4.3","express":"4.17.1","fs-extra":"8.1.0","node-red-admin":"^0.2.6","node-red-node-rbe":"^0.5.0","node-red-node-tail":"^0.3.0","nopt":"5.0.0","semver":"6.3.0","bcrypt":"3.0.6"},"optionalDependencies":{"bcrypt":"3.0.6"},"bin":{"node-red":"red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-P/EmWwzuY/0mQFlrklSUrVANdv9xQsbrpKrpfA8tuhhxu1OEiSgzYdo87Zj13Hi38K4f1rNPQj4rw2vEBcYS/g==","shasum":"5423da76bf1fd2118db39c79446fc9a8957d6fb7","tarball":"https://registry.npmjs.org/node-red/-/node-red-1.3.5.tgz","fileCount":8,"unpackedSize":168879,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgo689CRA9TVsSAnZWagAAxXAQAIhACkuY6fjtFwSATg2k\njF8uyHQpOqhPBnbKdfF3EiGVQmJqJvN0mg3mR2NFEPIKAjvUp9Clwy01QDXO\n2bpwOmvIiclJYf2UvEPOjxSAaCNShUkzbLAKgdlmaMnVtg3BbZHix1cCBHke\nMXY+wkmytTBAUVvIn/lOwiPucktiR9TaUHSwa2lBDeMPs7KgSbGSSYrMML+R\nsMiGhbyE5v15N2zhKRdhvgd0PNmrypu6jKDy028xEKrlglmnD8RjvaQ4Z1iN\n13sEFjrul486DdD/hcZ+Y7wBSQ2mj0HBaSKibtnlk7YVKEMqheo4xMj0H4QS\nkTTI3zTq4DxwEx3a2p1q835W7/5iGqlsfgIUd3M8sHRIV1e0jUencYQpeBUg\nl8Bi905HKFk3zgoDlXtK0o6MsCT/EQSkU4TZIrJeywVarpHvh/B9Oyk4/hbd\nOkm/5EpTkOhWxwiQLeIBxeSdQaX3LGc+82AeoI9pi3ZyP1bkZiShowx+qL54\nQ28KnCO9P1+AG8Vd1XUQFjAxjjpOr9y84NU2rTaHH4KSVr9Oyuo5IyuhLLs+\nB4MOJciqiO/wGA2OkRTVJ+AxlVTm0A0gPmclsJ9MtM9GW65TR1MZ3fOnsNK1\nyf92tbILM2/hX39yqABKdnKLu0lmg1lhHl6mGUnH28/clFaC28IHbYt68EKq\nQPdO\r\n=VVVY\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIADflKG/FUWIFKLn7//4FhWxczUDd3Cp+7d/Nk1cSvgLAiBMbANk2iEIEsCQwFqOLLRw3oAq5R0dFF1wFVQUjETkyg=="}]},"engines":{"node":">=8"}},"2.0.0-beta.1":{"name":"node-red","version":"2.0.0-beta.1","dependencies":{"@node-red/editor-api":"2.0.0-beta.1","@node-red/runtime":"2.0.0-beta.1","@node-red/util":"2.0.0-beta.1","@node-red/nodes":"2.0.0-beta.1","basic-auth":"2.0.1","bcryptjs":"2.4.3","express":"4.17.1","fs-extra":"10.0.0","node-red-admin":"^2.0.0","nopt":"5.0.0","semver":"7.3.5","bcrypt":"5.0.1"},"optionalDependencies":{"bcrypt":"5.0.1"},"bin":{"node-red":"red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-CAAWe3A65X5FzGmgU34gF7Z/ZG0jkogYNsYwRrYy74au9GNJtwPlUW0/N9IOXwHtRbJEZ4vN5ndZRX1WGXxnWg==","shasum":"fc5ba17b002064da1207e08a930c58b0cb896f2b","tarball":"https://registry.npmjs.org/node-red/-/node-red-2.0.0-beta.1.tgz","fileCount":8,"unpackedSize":176929,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgwiu+CRA9TVsSAnZWagAAT58P/i50Zfg2zRcfV6uGeVSZ\n2PmqqM3RFmpI1VZAmGHzprQ/sUb8xYFgv9YtiffA7oCYA/jP6fEE4ZtTQ2kH\nsl7KcKsLW2hqqCmAYSXvi9IMotfB12vZu6uCPYjdhvAhby3roccAAaNCMDk3\noZh8xmR1VdtCNbPfNcgo4B+rxEBsAqmuZhS3+/vb0lYQS0nxQGb3kAjzp2R0\nh70eWQwOV0FuwgmNdKMbkc8Ry49SPmzxhQwyO8+tty3s8mEhBkeDQZ5lAPLO\ncTSvnNg8dH3jhfvA9mjlEBqMyo5PS1ygvj9uoNBhSJS1P0N4n+Xh4yMJy9bY\niE01KH3O4ngh3S4zF/91Z/e2Y0++/+ktkdpJspgg+xp+/Muw1gq9GOtWRFb9\nOVR9t8fr/etA5VDCoauWee+7WYFtPM6Lkob5HYVIAIkAH1BF8XhRLKCXnSVy\nrgMcLXyFrRta8bOmgpysIs0C9gjatDR2qBe5yCpeOPlANTK6Ki26xgcWDcsn\n3kiCPGh2dH9GPv9icrpRxE5D56PamY0JAt31SHGDeh+frZDmDSEDk1CIbYhY\n8Zr+3KLcW4bgqtH9w6ZZHAkr5t8zM5BmTr3Gop1UmauOlOy+40LDCWDv5RPB\n0Df1W7+EkkJUDMi6Nncp1biTwh/UKs+XyVfHk6/KRY85CiGL7Dz1mf+/JCzS\nK7Cq\r\n=HQd2\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC+iUaT9FfcLeWTOzZsMNlvpIkw7pin5goqiA/TN3N5+gIgQvFKfvsbwIuTvfZB8ba6ns/4AZU7VOp03O+rAre08bo="}]},"engines":{"node":">=12"}},"2.0.0-beta.2":{"name":"node-red","version":"2.0.0-beta.2","dependencies":{"@node-red/editor-api":"2.0.0-beta.2","@node-red/runtime":"2.0.0-beta.2","@node-red/util":"2.0.0-beta.2","@node-red/nodes":"2.0.0-beta.2","basic-auth":"2.0.1","bcryptjs":"2.4.3","express":"4.17.1","fs-extra":"10.0.0","node-red-admin":"^2.1.0","nopt":"5.0.0","semver":"7.3.5","bcrypt":"5.0.1"},"optionalDependencies":{"bcrypt":"5.0.1"},"bin":{"node-red":"red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-xx01Z/C9mCu3YcxZ9WbKBq8JB5Nr0KgQg7y3mYRV3/6h+KRjlM/KNQRFMIGscVSPn6xpVvFcnjH084Uvdl3Khg==","shasum":"258ec977adb516aade4109681bdd4f58e7719e5c","tarball":"https://registry.npmjs.org/node-red/-/node-red-2.0.0-beta.2.tgz","fileCount":8,"unpackedSize":178981,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg3ttzCRA9TVsSAnZWagAAK+0QAISttcXiyM3VbFXgPGdI\ngHrFaqV4y4KLXuZ4RfPTJnq4CWOjNB2x9SJJSsEDxF7GEkHKB/uItPcKvBQo\nzGkmeNCDzyAgXvSYYYjG29A793yHMW/LchIVrO/bI1c1JeB8LFzlIQZuS4om\n1ezZbBy5rs1+LxOWLFf59WmsWVQbnDVmh/e7MJ+b5yLRs3HxgyM3UcdE4bAF\nKtgKMRcbMBx7no+93HwsmpBVn1KCyJoLyfgANcEYxuKsJeCmtKkUfwXX4u4a\nCWQxIS8uBn4wTQR4zh7MoPHhUXDSAs45yFAqYo9/A1UpGC4Kb8SoXrpWLYPJ\ntrAg+180LYsLjuMbT9AsD82iJz3SbphkVeBIsme5Y8OUn+b+gC1ImE+UANgG\nEFkpfDthU+ymyqdwSH0sGzDQwwgN0UoP9HH0f/G4CAxdczQfR0MxA2kmpCWx\nvHzLz2v2b0VNHt/Ci6/rvXTKR0GhtHxbF/OPo64gFUyvtBCp/7p/pG69AH9C\nHKSu5OVMnQwF+lPumSrdB4GmdOjzMtFljJlwHV7/8pufIlP/iPbLoiqwzNJu\ns01jexxTBmUQrjl731df+wWDaX7t4wlxqKPNo2M/1wNGHHJeVwaD937tjb9B\nULqQXSod6F9I4ncl0eLMQz0g/AvX3rcbYNKQlh3lYm6tmAG0FQZoD+pBT8kV\nWtxD\r\n=rt70\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDGc3pm4H+gkybAtwHPNkDKuSjb0GTFuPNPqcxG17kRuwIgcBAcekiiczvC9dP+CXceAAKWzhDmhy47rdszPPzI3/A="}]},"engines":{"node":">=12"}},"2.0.0":{"name":"node-red","version":"2.0.0","dependencies":{"@node-red/editor-api":"2.0.0","@node-red/runtime":"2.0.0","@node-red/util":"2.0.0","@node-red/nodes":"2.0.0","basic-auth":"2.0.1","bcryptjs":"2.4.3","express":"4.17.1","fs-extra":"10.0.0","node-red-admin":"^2.2.0","nopt":"5.0.0","semver":"7.3.5","bcrypt":"5.0.1"},"optionalDependencies":{"bcrypt":"5.0.1"},"bin":{"node-red":"red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-mFF5j/+qeXUFEweto828VXaj9x9XmHdugLJ7BLoVBaElWggp5DIMOM12yQUFmD3UpkkQCovU0gqAsXDIwagN3g==","shasum":"62fb8f6960f5553db7dc2a2904bc60975ff705c2","tarball":"https://registry.npmjs.org/node-red/-/node-red-2.0.0.tgz","fileCount":8,"unpackedSize":180186,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg9qgaCRA9TVsSAnZWagAABcAP/2G13IokoQcd3SaPiC7s\nlmLCMo0u3jc9xXgdWwlA7+YOKPtQ1cBhSYySDJkyg5nkSs0bkpieqiBoVOgK\nt96UQdxWPiGa6CBeb8+nBbmqU8KSGx/Q38xTciRm+SGS3YZxfCdhW9jWAe5O\nWuLrm96dUvkkSX41QzIHfQiyf+05EqH1YBGhOipZ+VDOQEmTqHPhmr883fYm\nDWSQeLIaBWlamnsq9ixclU8igJwbWKa51a8z9+eGziEeQddcqjunnkKbQ1tq\n9awnkbS+pSGtgYtxcdcdbdRkwlmZ+y0YdqVk2vwvjSraT9GH9RnVbDVMWR4F\nVqza8GDFRkwNTOePAglyJEJrv1oT8IqAquWAuSYcHl4o1TVfTVt480qfOOw+\nteSjaEAO4ql9ylywGolYny3iR0lBO7OvksCMhp9LvAziCGmkOLUFKM1yhuK4\njU6sMNVl9haLtIs1jDZDz5+ItGWp+xq8nFdFyz3vGibXHKA9MiQyQ8o+WAfC\n4Puzek6oZnGPWq/PGLEYMTZOcop9uRszGwcLki70zio3rd75bnXOQdhPVeEB\nnB2Bzr7omtkJL0aCEe9mcFJuUdav28UAX2GvRu4vsz7BbcpZy8NBtBBsfiFP\nzwozhCEeAKdCVK0FRwQLwA5d8Snezhy3AyLvPxHCo3PVTF/ShMGP0N2D64ud\nWsi/\r\n=EN0x\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIF2d4664zQsMH1hLe19B0NQh/9ucdUzF7fdR68AbRlflAiEAvWq5d6pwI5NT+BVKKaPMgt899RBH6Y1l4lvX0SkUdJA="}]},"engines":{"node":">=12"}},"2.0.1":{"name":"node-red","version":"2.0.1","dependencies":{"@node-red/editor-api":"2.0.1","@node-red/runtime":"2.0.1","@node-red/util":"2.0.1","@node-red/nodes":"2.0.1","basic-auth":"2.0.1","bcryptjs":"2.4.3","express":"4.17.1","fs-extra":"10.0.0","node-red-admin":"^2.2.0","nopt":"5.0.0","semver":"7.3.5","bcrypt":"5.0.1"},"optionalDependencies":{"bcrypt":"5.0.1"},"bin":{"node-red":"red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-r+wpPLWySuj/toc1mMkR8++mpFoTm9RZwsqe6guFc/IwEpQdDpmYkT11OGmTqjUqr8WdteOP+MNvdgNgtTzyxQ==","shasum":"ced94325cedfe547c4dd38c1f631bcc1d415511f","tarball":"https://registry.npmjs.org/node-red/-/node-red-2.0.1.tgz","fileCount":8,"unpackedSize":180297,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg9tQgCRA9TVsSAnZWagAAJekP/3q/fLg1lgdT4WrZyIj2\nRhYLehAty9+sfkdsriJQV9ooNeAwc4aLngu4kUfcfbgG9DOGG1LCH04xrPDa\nTovzgj5AT7n8bUX5Rr01Tp5wz6ONo94WiuzDO3ZGoHLSkqCKMS5RKL/nXW4w\nW14Ne4uIkp6IiVBVt0SuHZiEHdmVYG2dbIAxH9IESCipjows01FMFp+aMuw8\nj+VWM4XWsmXKan7OPI0vHapGcdCwwNxH9dSkvfotT3zs9C2YJFt96O46eG/7\n2x+FMWG0z+cD9PsR6APZ2MRkWxMQG/8Ba4dyKjXOANB6R5cme26fEivPz6s/\nLKCYu+bHY40eSy65d7C4MXgaOC/uyGsrv/xUvJOP0RZ1FdV7R/XPKb9Y7QaE\n+VJprzblXwLI7Wgdz4xE0clGsdYGtfPBfe6uDzjdfqHXYcSXtJSX+9LBmg49\nPWtQObwRDOlP5V95FZQQfd+WOyM7+I9zvS0s2+gfRM1EqyNjQg6tdbS5eehj\nqMc1eN3qEcA7+qA3dLFYZgDIPkXUh4JUtkgnkR+sGVYiwZCWdD2vnHIChOPT\nOAvEtj5vegxmhdJTgz+bXzr07YF9o01nVa/oaQGS/jP2zQiELORhL8eAliQW\nuQkpNoioYcws21CAWAa1heu7jFh4PcEVoTqcgzJ1f437q/WzJOkCD0CvcQ71\nDemA\r\n=lUWg\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICBWmTWHk2io/rD2q7s1Fh2Bwbymf3QVKweNedLVgSHLAiAC3aDY15vFyltmUXp4aTqY31BwRaEOJBV8H9aE8QkOdQ=="}]},"engines":{"node":">=12"}},"2.0.2":{"name":"node-red","version":"2.0.2","dependencies":{"@node-red/editor-api":"2.0.2","@node-red/runtime":"2.0.2","@node-red/util":"2.0.2","@node-red/nodes":"2.0.2","basic-auth":"2.0.1","bcryptjs":"2.4.3","express":"4.17.1","fs-extra":"10.0.0","node-red-admin":"^2.2.0","nopt":"5.0.0","semver":"7.3.5","bcrypt":"5.0.1"},"optionalDependencies":{"bcrypt":"5.0.1"},"bin":{"node-red":"red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-R/OKZ/KhzpWbDSrZ+98kJnl5ljrGUPkgupQ6IU0OVfjPod7hE8BqYfNWEIumEaxT+d76zDSJQ628gTMlsb7egQ==","shasum":"c7a7bce7eb6450c17cc9178b4560061ef1b62c18","tarball":"https://registry.npmjs.org/node-red/-/node-red-2.0.2.tgz","fileCount":8,"unpackedSize":180752,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg+UcbCRA9TVsSAnZWagAAA70P/inTl1uEm9Ju31V27OIw\nKsGi56DYv/Q5GTyQvBIFejK6kLCBBsG2JMuPQkhBx7h2CYroEc3IyOlJ9KQK\nR3LIMjgb4/+/rklAqQYAaAt5bmBoV6RFJcbwF84Jolehqo5spON9Rh1LfyaF\nu4I35JeWVAbkliYvg8r3v1SGENeGiCA8LMG1MmKYRj+SDuyOk9Ft03IodbBS\n52jr30V/MYjzlT+0q/JQLHSk791ICI+09Bn+QnL7qF79jnDZNcsl8yvAPsEs\nNkMS04LWtDTVvuNfYncIeP3rWRyGRzFJkCJpTUcNV8wkSo6LvRY2Yu6bg2lk\nMRN3LhcwB3C6AmsEs3OELxiaYGqm/PYFy7Ca/WTkzgnHztfntfXnVnYeuX0N\njDVjm881BQY9NQEAjTxCsvsm5jf6HwUJk/Mcs3lgM8AGw1cK2stF9qjYLhUO\nyYd+OHnuWBC5ik4JPoeCvkQoU/f80KMyqT8VQsVRZMFYUMvCdSulytTkxNpy\nsg4X2vF6tB4dlqr/w1fYMbVLJ6QrY2fh5JXqyh+GblUUojKiD5sqEIThNWKg\n6pYkUaihNo2LJUfJpvmVdLTF6tCi4GdJZYsJdIAEjsIeLuYd0IKRe2+4D/eu\n9J1iz5D0rhKL4cct871oJ8me+GLKudltmZbiWWcumVShIDO/oBCPRqRjP6c8\nXCT5\r\n=cfF7\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDbW+l0WeF41QC1hkFxi7mcj/87cnbPvzTKnXRP2re/1AiEAi9uHlahyMsjGskxQ6UcZ9MPrZytmNWwjI9vCZGAcz5Q="}]},"engines":{"node":">=12"}},"2.0.3":{"name":"node-red","version":"2.0.3","dependencies":{"@node-red/editor-api":"2.0.3","@node-red/runtime":"2.0.3","@node-red/util":"2.0.3","@node-red/nodes":"2.0.3","basic-auth":"2.0.1","bcryptjs":"2.4.3","express":"4.17.1","fs-extra":"10.0.0","node-red-admin":"^2.2.0","nopt":"5.0.0","semver":"7.3.5","bcrypt":"5.0.1"},"optionalDependencies":{"bcrypt":"5.0.1"},"bin":{"node-red":"red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-sqhTY/p6lwO7lxjGrgbeZcml9xmpjeV1vdB/a3xXT6b5vAvq0bJgR5n+sXpZQc0JFSWGeygBXEoWvAAi39rkKQ==","shasum":"cabd9d69e96e783eb7e1f69784ed96031fdcc789","tarball":"https://registry.npmjs.org/node-red/-/node-red-2.0.3.tgz","fileCount":8,"unpackedSize":181293,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg+sdHCRA9TVsSAnZWagAAS/YP/A39g2EqTHVlxdAhSm2Y\nfD8rRQWZArgZpi4NLUfZYiT/AxeOM9JRojjnpp4+6qU+PxOUiZ03vfBhDKS7\nRdfPj2m0dYYT0rZt+pjnQnMYtp7T22hlEKuitl3wYQnNo1HIrcBgYY0mSNIt\n7+cqZq+5M8Emfl6kdAW7jpd1ZMGtzyxz0q7I7m5aOeOP5NTusxUPPpoJGC09\nvJZ/I7iU5XKfW4PyI+sF7AAv4hlTaJe3CLUk60VVXiuEMLANETldT3I0YbN6\nChdR24WrOuU+pslBgYDvn5WTOTuyANZIM+yS81ZrNKY2aGYXBziOEHuNsNuK\nQIj/7Wfwh4yJQxPj72wpYqAP1OMoNx34IK1uZInYLnpujFC4DntXRy28h41X\npO7hXe9bpByoZ4rq9sJSI+JWvi5FXspjdma/O794mzNnb8fDbE0m/BOBKeN7\nm06/qICnkNkBhi1mPUBHGWUL23J+7DIl/gKGedI6WtGKi7eAAfcmuYGSWJk2\nkxmfKYh6r2Hf0o16LISGSK0WI/G8ZCFkmxv7dMSkHPwWNyOQ35+Kxwp7BNjq\nOVccAPWYJcAdhpeIlYscE0XSsWu7nuPlJiOc7c6brRnQKHADVnFsdCvYSxXg\nTleDTfx3gfDjZM+XDz0tK1EOxRgfOOLinqbj+iYM1Es+H3hqPLjdd1XKBev4\nW/2C\r\n=g7+s\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDrKbLkiRVlKyd0+6sRu79jRhmW44riMZI56TcmpRD1tAiBtWDaLeF9xADdGtwpWAhVZxT0//QUyn1F8ihC+GLqMWA=="}]},"engines":{"node":">=12"}},"2.0.4":{"name":"node-red","version":"2.0.4","dependencies":{"@node-red/editor-api":"2.0.4","@node-red/runtime":"2.0.4","@node-red/util":"2.0.4","@node-red/nodes":"2.0.4","basic-auth":"2.0.1","bcryptjs":"2.4.3","express":"4.17.1","fs-extra":"10.0.0","node-red-admin":"^2.2.0","nopt":"5.0.0","semver":"7.3.5","bcrypt":"5.0.1"},"optionalDependencies":{"bcrypt":"5.0.1"},"bin":{"node-red":"red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-hZlBqPThweIrnnQ800RDpkpLHGiqimsgq+QSM8IiS5wGxSlFimZibZpiMjl8+Fwnv5aqF04cstpG0cG+yuIFmg==","shasum":"1e34f5d0c9e97e4b5d6d15e189fcaa38b3ed7ea0","tarball":"https://registry.npmjs.org/node-red/-/node-red-2.0.4.tgz","fileCount":8,"unpackedSize":181908,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhAS1iCRA9TVsSAnZWagAAgsIP/0CyyaHjR66XTMSspqgW\nHZr9p24iPVwLguimbAF12ub5lsATdsyi1qHdrT2LW33OkG5Wh2824GnWFDjw\nh0vPF6M0Js+P8m1RVCmKkTSjLHMfodzfCzsiCjOFCHMJ1sgGIM3ZZQSSBgBP\nHYLCBTfU2rYNhCY8AVGnGQ89RKF40R0U1uhZ6mLY4VYywTB5pi1MjKu6UuGR\nqip1Ko4fEWiBRj2Ta9AHfNWLPpQHJlYoi1jRDhrcBa+/ZwnnPD9JL+ugcUPI\ns00dXSRUoDVeBuPRukxcZrPskujNrO0Cml0z4iKDQmd3hCGpN2LJwUUKzwyS\neJvcl+gv/hyDC7ScELe8ezNexrobJ5w3Fw/B+qU85/SUX7ei8Zw3n894fs1j\nf1X4jJbKE+by1TEtG6h7sGmt/SGriBNirPfP8t26qIW+Z04EtkkGV9sYmPoO\nym2xk9JgQaOTZvVU7Q5k7tOp9kZUBRXqvK9WeO9m1FzPHzZHVMOZUdl7mcMb\nszhxBaBODdW+BeGnAJEeac9X4TM7rYY2Wlwf2YBi1HMb5oVqXgnP1OzBrpMg\n2E/GzYaYSHWzIhZBIjc4/1hW5SWRL+/i0ZZWQpOVyN3/Lgw/Tdf0a4o8JI9l\nAtTrKvpp1ehCCqMOkpxlB10zgRO1XaEpl6iu1vS/JUfANjRQ+yNBQxrml1fj\nYMcE\r\n=2EpK\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD8pPVTKRn8FWhuY6fojylI5VPxoR+6n3MR82lHhsTFbQIgN/7+pjXq9Cre+qjjzHunuwq9vZ5sX/Ebqu47dSv0YR8="}]},"engines":{"node":">=12"}},"1.3.6":{"name":"node-red","version":"1.3.6","dependencies":{"@node-red/editor-api":"1.3.6","@node-red/runtime":"1.3.6","@node-red/util":"1.3.6","@node-red/nodes":"1.3.6","basic-auth":"2.0.1","bcryptjs":"2.4.3","express":"4.17.1","fs-extra":"8.1.0","node-red-admin":"0.2.7","node-red-node-rbe":"^0.5.0","node-red-node-tail":"^0.3.0","nopt":"5.0.0","semver":"6.3.0","bcrypt":"3.0.6"},"optionalDependencies":{"bcrypt":"3.0.6"},"bin":{"node-red":"red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-pe4lxx76x2T/BEpvFN7qbzG6N586WpQHtDNfh40L0OGFTK2J48sydC3K1MkjNEa5bNepdMKPqygsY6HRdPeVMA==","shasum":"36b593e96c1686643d2ccfe9b43a57d125b41bb4","tarball":"https://registry.npmjs.org/node-red/-/node-red-1.3.6.tgz","fileCount":8,"unpackedSize":170469,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhA84BCRA9TVsSAnZWagAABqIP/jSge/KVhjbFkIW6Lk9i\n4kGRB9vedeIYoT8tFvP2X1EkY8a0hW45Gu+1Jo8BZzN2lhHC38wdA/50irai\n6uCIpCfAQliB3+6ZBOpx7RwlUw6bsyJq4pKpsM4AiB+21+RSQDr7QYZPjFrt\n7+Wg+eBNDvMm0BTla9FMgaGY4eXAjRfWPigfYvRa54B5FcsBsAbYit0w+bT4\nHz1nRztr9tdqZ0mXtXUkMq/wit18er1SrWg+cMLJmEmuMQJxnmfYlPZiDrM0\nNoXJ28zO2145dR4Z4wd6pskimC041mKEgM3UIKARfCBbow4BiB4NdiJAWH9z\nKKrk3JgnYiYWWJi3ashkP72FFL5snJzsJYQxBHzQBD8CyQ0fjfG9nPFFlNx9\nFiwECtT/Y7dC6ygaU+FKM0Tyq8VPJsWszabrYysOYkcUQvVRajHZUMgwIHhl\ndgJdAUz+XUwKaU/Kuh1KWQ15ve9LMGoXAWj9O3lJ/Lg9/X5vQvl2XgUO8zOp\nKYNpqe53M8iWghLo316NZRZJiEHhmXrJO62H29NMqV7dDBQazC+AN0sXVx0r\nwb/zkA42rrgEPZJYa4qvDLbv3QQTQnPoGBafbZ+6tekOInkNsfzrEMaYHBbQ\nwTQczT1YGe7wE4DQ28+E2UwTJrOdKtLOwmPWSX2B/5qp0flaAfUpiBxdcXe5\npSAu\r\n=jjJj\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIH/Vt9ct0p09MyOGz29GDB0KtjmvyORmRKPaz5POrDv0AiAoZYLM+0cfVjcIQBlAbwKw0+rtsRJjROWVrSEObrvqWw=="}]},"engines":{"node":">=8"}},"2.0.5":{"name":"node-red","version":"2.0.5","dependencies":{"@node-red/editor-api":"2.0.5","@node-red/runtime":"2.0.5","@node-red/util":"2.0.5","@node-red/nodes":"2.0.5","basic-auth":"2.0.1","bcryptjs":"2.4.3","express":"4.17.1","fs-extra":"10.0.0","node-red-admin":"^2.2.0","nopt":"5.0.0","semver":"7.3.5","bcrypt":"5.0.1"},"optionalDependencies":{"bcrypt":"5.0.1"},"bin":{"node-red":"red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-S3vhm/EqQwEvHDBw/375j4f5vVT9YknfTEeQjbA/Fa2XAK0WLCC+ENLV+4HzkpSAIi+9hmrF3TpdhjVLksmk1A==","shasum":"6761bbf366ecebb72514a5a92729ed00c3b3ebcb","tarball":"https://registry.npmjs.org/node-red/-/node-red-2.0.5.tgz","fileCount":8,"unpackedSize":182223,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhA/U8CRA9TVsSAnZWagAAgdEP/2LDbGryz6o0HmBODEOt\nfUCEQWr+U7W8mmYK7Qp7A+4ojsGf+OcXlKKL6ikp6eBUzhpHy9MyGV7LPoIg\ndHETvralegQPpFbTQLsDDS+yfPrGvo8I/j5YP5cGrmqHiBu9SpVFXRwYdILM\n/MsNRxDh6f7IqVeIUW0syY43keXwpRfiKtNSyJdPJ1GtnnjSFkNyygRMtIp6\nfB2sM5hxBdmjsicZJ1C8fIAlRYMOHhLMZoW7EMiDf17AWlhAv0alX284lrX2\nK6G3Xci1fi2iBK+3rQxxuEEHiRi1sWuJA7+YO9AlaPIZHz340Gjs5wTFtIn9\nnzx6EoizIxYN/reLar2Y6YcoFmTh8nBQGDh6e/dvqvJFU3QI+tsqCK0oPY6a\ns2KlISNsYEp0zC/uNHmN28CLhXboqUkF5P88vcFMcdO3jWk9KQ0Ecngi2SII\nrVHcn5LUg6MCDtmED2VFoVlctNyohvHJ/6pdxqLCCKAuu7UbyusVqe/+UnL3\n1rMRElntYMjxzI8jFpKVDs3BBJ9WzvJXNT21RpMWADLz+IDAaZBi/xudaKeu\n1NVJDCpv8IrTaug+NxsXqoJD6XgbgdtLFTc2n776FaBzz6U1KZCSCoiZCJwr\nAlGdxX8WMyWQ08yKddM7kLKLwjRvVmyaXCT0+x4nNa6yN+p4HlMrCXeUd4/1\n1rAF\r\n=UlIX\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDLN9/lSjv+lJFLanVYxhdTCIKDtilmHTqsB7eddX8dkAiEAryHfE9Ym8pX4OQvTpnLO3IxSbSRorc9Ic8Zw2LLxSco="}]},"engines":{"node":">=12"}},"1.3.7":{"name":"node-red","version":"1.3.7","dependencies":{"@node-red/editor-api":"1.3.7","@node-red/runtime":"1.3.7","@node-red/util":"1.3.7","@node-red/nodes":"1.3.7","basic-auth":"2.0.1","bcryptjs":"2.4.3","express":"4.17.1","fs-extra":"8.1.0","node-red-admin":"0.2.7","node-red-node-rbe":"^0.5.0","node-red-node-tail":"^0.3.0","nopt":"5.0.0","semver":"6.3.0","bcrypt":"3.0.6"},"optionalDependencies":{"bcrypt":"3.0.6"},"bin":{"node-red":"red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-cdlRdl2ek10lVpGXXkxy4HPp8SoTw6s209bo9l7RN8jLMCwIU66FFBADHRhriWmxM9v6Mms1WJ4k0gETiiTfUA==","shasum":"200fb8684771a905f5c171c3bba968ddc64fb749","tarball":"https://registry.npmjs.org/node-red/-/node-red-1.3.7.tgz","fileCount":8,"unpackedSize":170541,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhMIecCRA9TVsSAnZWagAA6yUP+QENeM4rWfYgRxqFXqBc\nWheIxB2CAUf0E+nikUfsUyrN0H1kH2q3UMJzxwAPlStDqHJol3dQTNd+6o/y\nrm5sSQR0GNaUguuqtbOlBY+dmKPdoZmeouSWrIVV+epcA8C9O0d/1rGzFPii\nnkT+qemUHSSuaOaxYv7bkexCfxvLQW1LNn4dlsbh8fxQQFXVxn3V5dZLnmxz\nml+laeceNK7FdC4qnbsNXsTyLqmtRzg3ykLBosaimwCfVK4NvMph4lTJyU0Q\nxwT/b2debfuALSiVS9U1Ws016XAXMArZ7tVVDUQ+OjSx2b4WChuG5xkBWPZS\n1wVyG4s7N86dAmN8l1kN+a9h77qB5WvOc6+8ukR9SytRJwPcsFyizRuGl/32\ng+wJCdy8aZAYEjg6w2+k/RDeX36BuzKoY5d6Th6jfq6F9UZcCQL/LM2FVkO4\njdbOopVkIVeh5qVSAzU74sxrw0V5UL5JUshUlw2AIFVPCvXImmapsesSWkt7\nt6y0e3s7M2Fd3ucoLz8ORMHfA5/uiPRtgzhPQ3Lo/bGmpHf0W/D5dJJPHON3\niTIbLj6kFSHvnXGGEFK+H9ttHz99MbYRw3swmtbKTamL9c0P1Bs7RsFUabMl\ndrWzOcr3SL90PhgYk4mjlpUeOokoBKajVl0pjbc8no1xlCsRAU98HRWRcNyL\n6zpM\r\n=OMOe\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEW3JuJ9n/Asl1ODqmFbtDl+y9thBm3RjBPsFhi0ZbZQAiEAogWf8A/rzGfSqb4fV488XoW/J+f1uGNlymqgWMLUdYo="}]},"engines":{"node":">=8"}},"2.0.6":{"name":"node-red","version":"2.0.6","dependencies":{"@node-red/editor-api":"2.0.6","@node-red/runtime":"2.0.6","@node-red/util":"2.0.6","@node-red/nodes":"2.0.6","basic-auth":"2.0.1","bcryptjs":"2.4.3","express":"4.17.1","fs-extra":"10.0.0","node-red-admin":"^2.2.0","nopt":"5.0.0","semver":"7.3.5","bcrypt":"5.0.1"},"optionalDependencies":{"bcrypt":"5.0.1"},"bin":{"node-red":"red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-UdQPwnciQMcFIXjldFhP9XfqBHcFYtAIXDt3be8kp+OZPxRqjxSDI5EuIfxY8QnUK1YVqwDV+5CKDhh97+dA0w==","shasum":"5c95d019c91d6c94a601a6e8de09298232a04e4c","tarball":"https://registry.npmjs.org/node-red/-/node-red-2.0.6.tgz","fileCount":8,"unpackedSize":183364,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhMIhXCRA9TVsSAnZWagAAwh0P/0I4UhAcxe3ogOdhXJSO\niTrlNIq9hpqQFU9ukC6VDMX7zQP6ueRqpw3EsSzMZIaUGFDzUfEb7gUStIow\n3ZrA9wwGr8c751BgDSoPJSyfwWr+a7i8YHriYDX22LRcehqAieN0EKhkdLgU\n9S9CO5ohZSrqdbONP1uFbgqucFbM0EZ6ENiUduPs99H83xZfkZXm1hUPeTCd\n3u5WwHsFsAOPmJWgkLGFqksPrHvfQXVsqAKSwlQyB7Zgi+hkohF9G3bA+hvj\nBwJMgg38Xhmbf34gnFFDIZn41pZ2M7bFFQKKplPP6jCOy3xAKmbbDkDamnp9\nZqHF2G4DuacCW6xEx1pYCjfSlieIxtLLR97WnGNJPdB2W8BI0OvBPKfWlsJ4\n15/hl6k1nM0MpRi7J14xQriXazaQgaA07zpdfiUKDTKoyvbwV/n+htFjDAWN\n26n+JojSR5dP7ukosp5zOS2C91Q18wXXC9TUBWvYWOOUkAekQ5N5+z5lKcFG\n33ST8jqhoYXZPWIQ1jpaVn7KRg7zn4cRebNu6ivLyKtjpsqNI+6yBaRAn4rb\nnfL3VGXum9X9ZnoWx2Z8ReZpiVzebeVdR7HkS69evb+F4hRkQIqD7uKocV5O\nYDDRKQSuwoDPUvmuM1E/hHp3Zy+A7LrpTKSsWa6KPxljefCRuIFJnvVbWkk/\nAmuM\r\n=7VED\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDWe9bLvgzzmvx570UHQhuuplrNsCEquo/BREzTmIZ7kgIgPUj4MpZ9aeKmPlgxmVXj6BjNvOI7ut96xVaXk55D7lE="}]},"engines":{"node":">=12"}},"2.1.0-beta.1":{"name":"node-red","version":"2.1.0-beta.1","dependencies":{"@node-red/editor-api":"2.1.0-beta.1","@node-red/runtime":"2.1.0-beta.1","@node-red/util":"2.1.0-beta.1","@node-red/nodes":"2.1.0-beta.1","basic-auth":"2.0.1","bcryptjs":"2.4.3","express":"4.17.1","fs-extra":"10.0.0","node-red-admin":"^2.2.0","nopt":"5.0.0","semver":"7.3.5","bcrypt":"5.0.1"},"optionalDependencies":{"bcrypt":"5.0.1"},"bin":{"node-red":"red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-uu8sFtughQ0pf8jyZ9cimMr0Y2wNssdbDfSwPB20JsLzoPS3ziC43lbjpZ7kc0ZeZ+ToNnPznjMMjbZmyT0G6Q==","shasum":"94eaed72f29bf47cab50b90207ec0209eebe0819","tarball":"https://registry.npmjs.org/node-red/-/node-red-2.1.0-beta.1.tgz","fileCount":8,"unpackedSize":186384,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHWuFOCnMdokhKkRAzVq53eSXJZEX1ng/C6iImjsUyhzAiBetYx0hqYb+mKZMopYvC5ieP8YmG2ZSFbhiBPAmzesLg=="}]},"engines":{"node":">=12"}},"2.1.0-beta.2":{"name":"node-red","version":"2.1.0-beta.2","dependencies":{"@node-red/editor-api":"2.1.0-beta.2","@node-red/runtime":"2.1.0-beta.2","@node-red/util":"2.1.0-beta.2","@node-red/nodes":"2.1.0-beta.2","basic-auth":"2.0.1","bcryptjs":"2.4.3","express":"4.17.1","fs-extra":"10.0.0","node-red-admin":"^2.2.1","nopt":"5.0.0","semver":"7.3.5","bcrypt":"5.0.1"},"optionalDependencies":{"bcrypt":"5.0.1"},"bin":{"node-red":"red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-dtoN8QXElY15NdMO+ItGqxBXD/kHxPOANyTlo5qmb2nw6ZYYY4UPqFJ3JK63Hq+usRzuIKS5fmQUEoW5JIl7sA==","shasum":"af731e335c1a86d234d59cede2188ad561c3f1fa","tarball":"https://registry.npmjs.org/node-red/-/node-red-2.1.0-beta.2.tgz","fileCount":8,"unpackedSize":187564,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCbD3k6pDOVZIg9mfeWPmFXAJ9Z7azVDjzR1qTPdkqPTAIgMiVjP/kgxwYRYGwkSZ4buHUvqmCOkIRVrWPgbyDnN4Q="}]},"engines":{"node":">=12"}},"2.1.0":{"name":"node-red","version":"2.1.0","dependencies":{"@node-red/editor-api":"2.1.0","@node-red/runtime":"2.1.0","@node-red/util":"2.1.0","@node-red/nodes":"2.1.0","basic-auth":"2.0.1","bcryptjs":"2.4.3","express":"4.17.1","fs-extra":"10.0.0","node-red-admin":"^2.2.1","nopt":"5.0.0","semver":"7.3.5","bcrypt":"5.0.1"},"optionalDependencies":{"bcrypt":"5.0.1"},"bin":{"node-red":"red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-pEyZ+O8M5pgpbY3njiF3NdEIuOVMY66Yy9QEoxF4lb1n8URCwAFHGVCQjXD9n6rQNUxlH1/hcPs8I1Op3Mp1tQ==","shasum":"188a21550e1cf526476ffaaeb2ec4f7632066191","tarball":"https://registry.npmjs.org/node-red/-/node-red-2.1.0.tgz","fileCount":8,"unpackedSize":187877,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBuLPtCbRkkwNePgJQy8BgGnSryiHOUmJfinRycirF03AiEA388m3QS8WPy6bPiZdiBhNKvMkCYn/sDtg3sLYHNJ4Zs="}]},"engines":{"node":">=12"}},"2.1.1":{"name":"node-red","version":"2.1.1","dependencies":{"@node-red/editor-api":"2.1.1","@node-red/runtime":"2.1.1","@node-red/util":"2.1.1","@node-red/nodes":"2.1.1","basic-auth":"2.0.1","bcryptjs":"2.4.3","express":"4.17.1","fs-extra":"10.0.0","node-red-admin":"^2.2.1","nopt":"5.0.0","semver":"7.3.5","bcrypt":"5.0.1"},"optionalDependencies":{"bcrypt":"5.0.1"},"bin":{"node-red":"red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-KJMH62Xojz7Dd8LPTvFy83tPD7g3ZtPsvXK5f/la6cwW3baU42P31W4pWZ/b+thSvFlSOml3WHn1nt3qSykZWA==","shasum":"a7dffd55551cd4bba0b69932af6ac3a65dedd49c","tarball":"https://registry.npmjs.org/node-red/-/node-red-2.1.1.tgz","fileCount":8,"unpackedSize":188218,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDZB7OUQZ9lUcHdwTcQtLP7TLrkI3yArQT89TZrEPPeGgIhAO36nltmrFNj0ijiKHAefwlwWZ5S42Y4UmKfzqTpXGqh"}]},"engines":{"node":">=12"}},"2.1.2":{"name":"node-red","version":"2.1.2","dependencies":{"@node-red/editor-api":"2.1.2","@node-red/runtime":"2.1.2","@node-red/util":"2.1.2","@node-red/nodes":"2.1.2","basic-auth":"2.0.1","bcryptjs":"2.4.3","express":"4.17.1","fs-extra":"10.0.0","node-red-admin":"^2.2.1","nopt":"5.0.0","semver":"7.3.5","bcrypt":"5.0.1"},"optionalDependencies":{"bcrypt":"5.0.1"},"bin":{"node-red":"red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-WM0CZTA4J/WSnFd/yYToOatj0DKtfa03hJ2RGeob4REcvgOltOtAwMBYHGasCkRATW29N9aFMK2P3FrBU1f/Jg==","shasum":"3fbfbfc4d32c52afc7f3eb604bb8971cb611742d","tarball":"https://registry.npmjs.org/node-red/-/node-red-2.1.2.tgz","fileCount":8,"unpackedSize":188575,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIC5BZyP+KGGRHgemcCors3/cfnGaTacxxId+Y0wi3vJRAiAI3H10cltZlH+uW6djgs9sXcEeKE4Es9C2m6gf+wG6CQ=="}]},"engines":{"node":">=12"}},"2.1.3":{"name":"node-red","version":"2.1.3","dependencies":{"@node-red/editor-api":"2.1.3","@node-red/runtime":"2.1.3","@node-red/util":"2.1.3","@node-red/nodes":"2.1.3","basic-auth":"2.0.1","bcryptjs":"2.4.3","express":"4.17.1","fs-extra":"10.0.0","node-red-admin":"^2.2.1","nopt":"5.0.0","semver":"7.3.5","bcrypt":"5.0.1"},"optionalDependencies":{"bcrypt":"5.0.1"},"bin":{"node-red":"red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-IRpc8+1CR3jeZQOSX+iAE7ggu/sRfVsv6Cp/flRElIyhuZeFanbsU319KOIPnfuqF4ijwPiwWFj2zjtDllN++Q==","shasum":"394abfed07efb0d6a5362c4d7e97b1ac31ea05db","tarball":"https://registry.npmjs.org/node-red/-/node-red-2.1.3.tgz","fileCount":8,"unpackedSize":189359,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIA5jRaMEv86abWUnPsfqtVztrnSsOcgGf1wWm/neKGmUAiEA7URIOmYv7w7/LrMnrooDRmWDP8IKiBxBXOE3TB3A2sA="}]},"engines":{"node":">=12"}},"2.1.4":{"name":"node-red","version":"2.1.4","dependencies":{"@node-red/editor-api":"2.1.4","@node-red/runtime":"2.1.4","@node-red/util":"2.1.4","@node-red/nodes":"2.1.4","basic-auth":"2.0.1","bcryptjs":"2.4.3","express":"4.17.1","fs-extra":"10.0.0","node-red-admin":"^2.2.1","nopt":"5.0.0","semver":"7.3.5","bcrypt":"5.0.1"},"optionalDependencies":{"bcrypt":"5.0.1"},"bin":{"node-red":"red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-ScpFFE0G+NlxFWrHnMcIkaF8gW+6jwK7n5qRGId66fCTICYnBGkOxXBvV3Q45H+4iQUro5aIRj737Gu7shjsJw==","shasum":"5ba342153bb922a6f508977a03c44295ca63558a","tarball":"https://registry.npmjs.org/node-red/-/node-red-2.1.4.tgz","fileCount":8,"unpackedSize":191080,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhqJQDCRA9TVsSAnZWagAALy4P/3cv/bqfMBc1SK7G7lno\n/78fdFygkQDrL73+dWzHDI5oJS2V9sjbFQYBzEdT4oVBSwem1b91EFVXlP0C\n/ZBF6ZE7FEVH4/fXUKZnApLhdDXkKtiyRdk48D2Kcx8WwDjnsKYwmjC7y6zf\n+F/R76KLQXFCpWy3u7KHT+Ih/cvpfHEE5aOUs7EN6FDt02zlBw09O8wdKyGq\nhg1XeTgEl9UuOU4k2g8FcAaX6njITEGJHuLfDmvyeRJFSyTsriqdqafrpZz7\nhV035MFGbX+yHyBS44SA0GLfVRwUhOghyQjJ4Dq73TO17lEkWw9B1+mhbWLk\n20EUzQy3P9Cy5lRsU5YSkNMHie8Eo6KWgBh16BP8woeRvNU6s8grd57Xh9as\njvO7F2HiZNVuyKib7jViRfatWWgMEJvuFVD+ChSbB19+UP/on5w4z7+KzUdG\nMz83HiVhQlRL5p9cWEA+2xXfP0m+y8iWmI7TbypiYTvYBgmz9IbqFhYVZohY\n2jlL7u3csW1KuL0rt6bV44WxBR9sw4EJtLGVSb7Bh+1QNTiPnmcgGRbQ2arv\n4e9a1EX3DCyeY4O2wmuPq5w1eoZ6ZGldcG61MdiExRUUd3PFzbnRtS7ZpU0+\nfp/Fcqh6Fe9tE15DgUgGdWPYjsMt11z8W1WNFYdoBO2UF1aJBrQRcfRc0S0F\nw63n\r\n=25U5\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDgvKYgPZGzlcSF5dvdFrxq29AIKlLpG7tP8ty+5VI5TAiEAuvOzUItGZ/Z3pHH7TdRPnPsxtJUPn4D8cFvN37JjWvY="}]},"engines":{"node":">=12"}},"2.1.5":{"name":"node-red","version":"2.1.5","dependencies":{"@node-red/editor-api":"2.1.5","@node-red/runtime":"2.1.5","@node-red/util":"2.1.5","@node-red/nodes":"2.1.5","basic-auth":"2.0.1","bcryptjs":"2.4.3","express":"4.17.2","fs-extra":"10.0.0","node-red-admin":"^2.2.1","nopt":"5.0.0","semver":"7.3.5","bcrypt":"5.0.1"},"optionalDependencies":{"bcrypt":"5.0.1"},"bin":{"node-red":"red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-TG2A0lRIZuR5kV6JqCkl0+efVkeT7GcWLM3UOhWPpK1YsnYW9MQ0xQlvMD85mqZ3jp97sO/x7Zi8oD4ojgJY1w==","shasum":"3779616b7ade979fc6aca501598e98c4f182b4bd","tarball":"https://registry.npmjs.org/node-red/-/node-red-2.1.5.tgz","fileCount":8,"unpackedSize":192791,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh3//0CRA9TVsSAnZWagAAL3sQAIBtco1CpmiF7WFdw8rk\n3qeKlMQ+7EBZb7F472Nvi3/ecJ8iimLPUm8C+5Py8L4tOVDlG91rAA0hrJ3Z\n0dQ9hlwuKu8LN+NVnAfGwtKe/9zyHFKNOHXxb/gjvjVvp/4dSVUDjSyY2SdU\nY8YzMfrRVxJprYzykaX7EGoXS0x48ZLBhAZ0Zo8f0ntne9Cxi9upoaFXyH9p\nSJS0LvGUdjopmJH/kCXFqVLiqobLTWOlyJ5aFBQuUjOkek2ZJzrq+ojSS5F+\nvHHZ/HRvbkTCLWdqNFxyeek0b+Ua1UhbeUON3lNWYJiSbwu5cKCys6fzEAv/\ng1/TtkEhHHEB7IGnz2HhL46o8ULSfxbFNYHrYl2IdwLNg0bfcjQY2EfF15O0\ngJ2tCwtUOKw2yOlvvZw5V5WnVkcZpXTbBC8wjQT0uoYKnxDUeoXliOnm3Kpd\nwfthuXvGek251lRDuMtoBH2x/b8dtb6QbCUFP09TdB0wov8IQEqiQLtbeGqY\nGPbuIrSbNSfn5Zpmd6+HpP17dSXFfQQFvIfeKNJPXDWOKwvlHv4rDtKNfOgD\nhURF167XfcUq/H4PsYEDoOVO29R/31IIl+23kohseIX/5taqpYvc73mCnvTL\nZTsy9Kp42555cGafIsY3BbQfQA6X4aUVWR3DiIsdraL2G2SP+UZ/PrBEVAJA\nfSLE\r\n=2xEo\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDcaEdG5eu61wACQ+wr0hgsxjDr6l03e5gHybEOr0fdUwIgLPKuGtjpKXK0V+Wv0gSkc5lf8ap2YzVDyOLd0cTHdeA="}]},"engines":{"node":">=12"}},"2.2.0-beta.1":{"name":"node-red","version":"2.2.0-beta.1","dependencies":{"@node-red/editor-api":"2.2.0-beta.1","@node-red/runtime":"2.2.0-beta.1","@node-red/util":"2.2.0-beta.1","@node-red/nodes":"2.2.0-beta.1","basic-auth":"2.0.1","bcryptjs":"2.4.3","express":"4.17.2","fs-extra":"10.0.0","node-red-admin":"^2.2.1","nopt":"5.0.0","semver":"7.3.5","bcrypt":"5.0.1"},"optionalDependencies":{"bcrypt":"5.0.1"},"bin":{"node-red":"red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-VqPROTYXf3LX3KJABXHgIY3OkzS8y2HsSaLaki03QcjUdO9lNYT25MUYhGbs+nFeiZjejC3vXVGDq57DYU3RlA==","shasum":"e539f476af9837877d9a070bf3c333a71064e482","tarball":"https://registry.npmjs.org/node-red/-/node-red-2.2.0-beta.1.tgz","fileCount":8,"unpackedSize":79766,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh4EZeCRA9TVsSAnZWagAAKCMP/AtlQE5xj0aTc/W9FxOa\n0+MiJYWhx6AWvclexgz8qdbJf7xGoBJs+GONyCav1C7hY4cx1VpEnYawSsKE\n/f89zLdbAvFe0mJmbhd7Rm7BP+dxFxk/7y72j+AkBMc3Ply2U/WF1gcZTqdT\n/6iWGh48wvobdUGCiewiViEBFTrf4jHGY+wz+klko2XdGEu8ylv85cyB+avR\nQ1RbGAdpgWLsfAWSPMujJEhM9WxO2WFGKyIyowPRicnUj2mvyTTDLflgbgZx\nU53N80CWNc0360GVLSlBSX8OIYPbYoe5xafq9rWCtgHjUKbLEaBA7or6bSfi\nhLV8xcaokR6SKAis4oiNhmsbFHTxCoSG5+7bGcYDdps8/6kFqxJqYlY5mj6G\nfEwERmjAJ0NeomLp6693q1xqg0YA0pkIez15Iqvz+RlX+fmQ9ZqAy+U/OGUp\nPrNzOqf9wW3Ede+dNeklENauh8UqcvpY/LUP8tZVn3wT+qZAda/vTKwR6cn2\nfmkZu2JkBbjRM12ps7XBVApMJ2yu7tSp8NU0T9FoF9qTmdiSp/E7WO18iaxZ\njSFhqrge+0p1Qgwo5nxzhG2AhStMObg/ozsHk8KM1ubLqMT1wy0UY7KDgNOh\nk8BfU2EKlVOlmgg71wwYvgYnEjweR6OM+Q6HxYqvMCV+fjNg4uey5cnHy1nI\nDaZE\r\n=PWSd\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDhGG2SzN1BJbSMAL69mopaYUjlYcr+rVIqdCT/B4DqUgIgMLJvaP6sE4wnVNAVtxl/f44UJmn7rnBaIiKEJSDpdNM="}]},"engines":{"node":">=12"}},"2.1.6":{"name":"node-red","version":"2.1.6","dependencies":{"@node-red/editor-api":"2.1.6","@node-red/runtime":"2.1.6","@node-red/util":"2.1.6","@node-red/nodes":"2.1.6","basic-auth":"2.0.1","bcryptjs":"2.4.3","express":"4.17.2","fs-extra":"10.0.0","node-red-admin":"^2.2.1","nopt":"5.0.0","semver":"7.3.5","bcrypt":"5.0.1"},"optionalDependencies":{"bcrypt":"5.0.1"},"bin":{"node-red":"red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-R65ZWxAnZtcPfvDtc/+pk5ilb8CoT4TYc0Ze5TRvewsC56TcwHfka8t1pFvXsc855GbcD4Ky49hfocwZTuJXMA==","shasum":"e65980990c33c34988e7df0bd794b7eed109a65a","tarball":"https://registry.npmjs.org/node-red/-/node-red-2.1.6.tgz","fileCount":8,"unpackedSize":193208,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh5o1wCRA9TVsSAnZWagAAMgwP/iLS3sbVh5WDSDKa9/6a\nLnLXcpzJh0dfluYDT43qtNzf4U8k9dbcQjGSwbpSwfmuTuHIgCXt/vM/uAhh\nsZmzFU6WN2II3Wcv93HnlqDCaXQdGPIYq2svzDGwHhDuB0cZbilK0jZUZCnN\nuD5yBMpJwcVD6escwW83kxW0ANnYYCNG141kt9whKYwAtlHwsCJydWVv/C1f\npQWZcC8EicdXMlZPKrKGoYAjknnjD8//jbEtOKhi99fyFSPdXMGKAsz3oBCN\nyGHgXKBw6h2hXRT67kCXT/3bKSm4MyF8Wgj0zbHZuVcnjmsuRUv96cIhzVUB\n2klZCK/ecxrpJKLVx3/3PMoJYuu0j78D3DcaM5IOoX8qaVThq/LhVW1rSdeA\nAUkCpeGUilIzV5IX7/IvU6O1QuqQgzw6n8UTUl2btlUA32eVF/PNF8YQpdxR\nKAmYEutXZWTRuNs4o1x03v3CU8UqMp3UoQV+/HtaKvqOBfR7c0szX8sb2YHg\n7v9xruQPyGK5XfIVxs8vw56DvL5cjlbdKLkiU24RQckAis1Zg4Pag/mx5QIY\nu8ee7W2nyddFDQt5DAidnWL2fMBzrFMkYC7QzgYUO/X/vqEOXncUBFJ36jWb\nrOFVDwsU3dpbsM0REZWXHSkDdIDhN8k0Hdl8jn9sEGHMxRFVi+e5+6DCCF1e\ns++H\r\n=yJYk\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCzS6hseq9i4xcMRVkAZoIuAPFA7Ru7aZJ97+HFG4AhGQIhAPiQ/2g3zqRzqr2aacCe1tOWbjDkrZRJLEPwKmfO/WRd"}]},"engines":{"node":">=12"}},"2.2.0":{"name":"node-red","version":"2.2.0","dependencies":{"@node-red/editor-api":"2.2.0","@node-red/runtime":"2.2.0","@node-red/util":"2.2.0","@node-red/nodes":"2.2.0","basic-auth":"2.0.1","bcryptjs":"2.4.3","express":"4.17.2","fs-extra":"10.0.0","node-red-admin":"^2.2.2","nopt":"5.0.0","semver":"7.3.5","bcrypt":"5.0.1"},"optionalDependencies":{"bcrypt":"5.0.1"},"bin":{"node-red":"red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-KHxnMMWKxMFBxLf6FICfzBLoQLB8v4CFidREeCruoXa7UQDqXi29nJcE4WHG0c17A+kDE2XStuEcEIqXCERs/A==","shasum":"d47698d0f5b2b6868efa4b2b13465805e593b894","tarball":"https://registry.npmjs.org/node-red/-/node-red-2.2.0.tgz","fileCount":8,"unpackedSize":81256,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh8pj5CRA9TVsSAnZWagAAOIYP/RCZ5LIleakl1fn+I/rr\n+5DV72tEc/4IuY3XF+lbhxCR51hgwsUv6re8WKSzhKtXwUuykMWTeRXHsQcX\nWLyJ1u8LU555ACEoONK1KJ09OQyr+4z529Beif25tdZVYquKSU5qOQrLD40z\ntAQD2TQyZJ4a+ATxfYA8f+l1O0cHtQPT61UGbrS+Yjtq+FK9EMsnHSDRUTBZ\nPYdqh9N0fJsn5WcziWCJV6rxEB/lgDlHR3vulsRrmK9t1r/rwOZQIi4s5TEf\nwmFgOgDmXoNx69Sg45Rrlv0Cgjy8IWiUD+uCy/bfugrTaCDnA5FUK8ceySr8\nyzvaLYxRb7kbHWaLxzhYvhRInBQUWL1U3hupiCoGmFbybrxypMpzK3GOHZqG\nG/TFyqK1wm3tRORDXiNDpCUPkSxtLljv1Dz9negV+a1ZKg27tv1YJ0xHl9Ft\n+CXVIkz9YPRe6Xo5RPW1rv02jclCrXdxSbBA9B+LQFiFASG5l9ZwWobwmpQd\n4enkU1o2NOhLAOwgfqjv5VyPnR2t5cPoXQrLyFymm7sf5PfKnuCzgoV4J2E1\n+RMnuZuYW5TS3s49/Cq3PJ1RIaqMOzmdnn8XCysahIEwVLKTi59EKGjSj+ua\ndVxdvbn5GYOJI84WWZmGroKTOE/BBfiq7cOPLdhZLGryFEz7/gOgrWxE7VY2\nvS4A\r\n=1des\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAvKKPj/AkWIjarQT4WB/5aw6jQG0QmwulX2BxLGOozQAiAHz3aXZZJVo1R2ACDqFrGd75Lz94gJQ5HbnkTSBiyjtA=="}]},"engines":{"node":">=12"}},"2.2.1":{"name":"node-red","version":"2.2.1","dependencies":{"@node-red/editor-api":"2.2.1","@node-red/runtime":"2.2.1","@node-red/util":"2.2.1","@node-red/nodes":"2.2.1","basic-auth":"2.0.1","bcryptjs":"2.4.3","express":"4.17.2","fs-extra":"10.0.0","node-red-admin":"^2.2.3","nopt":"5.0.0","semver":"7.3.5"},"optionalDependencies":{"bcrypt":"5.0.1"},"bin":{"node-red":"red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-Jqo7Gw1hm9hbxb8+KRVuwDJ+QU6Vxvmg5vMrYUImChPg04guPPjdpgrAtg3XRtTKmwRoMJFtvtoILDCMChzR2g==","shasum":"6775e10e9f85d742e8e6a9bc51476d295d15d83c","tarball":"https://registry.npmjs.org/node-red/-/node-red-2.2.1.tgz","fileCount":8,"unpackedSize":82274,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiC7BACRA9TVsSAnZWagAA+P4QAIHy0uqpBNLtXlaKfGSN\n05OK4Vj7XVT3g49+Fy79RVqewRA3AXP6c+lSFU57CwD33z3lwKBLU+RYP63q\naIBF7t0q2Dv8VKgq7/5X54p+LMw8v5EBNSB1Qn1OcScW4aZjKAPlLpLjP2J4\nWDOd7fYdje+OlrPKN35UmnX4t3YWpZWHcXC+K1D42Ihkfn1qS52vx33ni/ap\nMf2bHCygyKWgOKh7fF9MrCC+4QMmY8CyOmf2aNsY6JfUYp7tQ3UPmDSFK99A\nZzFARoSo5Z+Ps11XPFfMaDyQ3JQGFIVh0sTeuTycyl4FUt7Bys55OanT37Du\nOxQCaKYzRH5K/Tew0w4+Au+Xa9rBnOaAacba/qdVN3T4zmwvIB/GiOutHRH3\n1aUrn7siCqURN71POygmBk4FDovbaRqWoQO8SqB6nQcLqnBKnYW4GyeApRIU\nLZzW+JM99SmMhEcjCO2OVpt8Hy8iruEU/qwxO1vhH3o8m6GNz3ed1qmDVIUf\n3vg4Sh/J24xs8J1dzd025mubeITQogjUYbmdqZVFqeHEdzzEZGZ37EeGUqFC\njeVMI4ViieYvR4ydgaMNLeFJiaCm6VseHposND54e5bh7SfN+t25XnmCevyH\nW0ZQL6vLdzZTlA14yoAAArhXk1V5y1OwyjhU4KiyHcTZN7VuKOC/jM1Uedtw\nFAON\r\n=L9tf\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC6uaz3Ck3BAgY+VUGXfJwiVGZDpcwfRUlag9rkhjLfzgIhAINr5fCHDmaLArU6PTVAydPa5qnw6QUwIAzE6jAMuVy+"}]},"engines":{"node":">=12"}},"2.2.2":{"name":"node-red","version":"2.2.2","dependencies":{"@node-red/editor-api":"2.2.2","@node-red/runtime":"2.2.2","@node-red/util":"2.2.2","@node-red/nodes":"2.2.2","basic-auth":"2.0.1","bcryptjs":"2.4.3","express":"4.17.2","fs-extra":"10.0.0","node-red-admin":"^2.2.3","nopt":"5.0.0","semver":"7.3.5"},"optionalDependencies":{"bcrypt":"5.0.1"},"bin":{"node-red":"red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-DAx4v9/W2MEBb/tHNO94bmjeELdAg7CVZlPJX+UBH1RsmXB0q/3ZYW1Zi55NVMVN/0sBBO1g+dI/L0NWCG8s9A==","shasum":"678aa13b8162ed2c077cc542384f4461cd482dfd","tarball":"https://registry.npmjs.org/node-red/-/node-red-2.2.2.tgz","fileCount":8,"unpackedSize":82420,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiD7ILACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpqWA//UWTzg7EkpuSV1YDGGw8FXDTFBANNq0O0SbrExPd1s34Ji5hU\r\nFDkw8IF3TiMu0tMqpjJKlOuEYKmWgKun53aGeisRQCCeIF+tcbTZm+XLkwvS\r\n5fX4/FFIxk1h4mwcm6pTv2kDjOfKlDKn50gmzJjQXaBDtEyo4Ra9/cXAZReL\r\n3ploNM26EeqRPctEvmFOyzCYmoXBPaKbg+sgLbH8giHWMEn/AHR0K1n2F0uo\r\nMGFvg4SdGeWnvGsBGOWAS1LXN8v8bHekBeH0xVAnWsdZ3IiRypRm9IVgDF1B\r\nVcYikRKAWeLsahqAqkO+E/rKquGIN8VYpmNVw9ElEcfo4ApV7c6UOAnxgW00\r\nxUTpOB5XuhdmwdL6mYwrFuqIeqXcAEVu7dvsYWwdnXRvvtBSGMVvqE7MqeW8\r\ntwua0G0/DRnZGu1eYIvhqxBuzc3M2C+Lw+vQg1iprXejxmYSyDy1YK1kqOMZ\r\n65RXxT4ry/AafoptoK1JJ86XhSm1NbDOIJBxEoWMvS1c+3b+Igpx6/cPOIkT\r\nEPCJJwI4JJJRbsBpuYExeXoXuFhr8XqOfQXWNKlHF1NsKlGQMRsE6Qs1NcCC\r\nYuvXQcYa7pj7KtqQVGYB8JEhs67LiOBm6KrZrunbK/yV/fZimkFUJQUx5t0a\r\notmKJ/kONkzI26hIKXV1q17/R835Vosj6iA=\r\n=3J0Z\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDuN/1RGHB64ebNEOn0MyVh9ZRimiY6U1bl9X7dbWQ6qwIhAKaBrBMiNfeddfD7FsRdpCKVeXXk+qcuPoyHSTb9tVKM"}]},"engines":{"node":">=12"}},"3.0.0-beta.1":{"name":"node-red","version":"3.0.0-beta.1","dependencies":{"@node-red/editor-api":"3.0.0-beta.1","@node-red/runtime":"3.0.0-beta.1","@node-red/util":"3.0.0-beta.1","@node-red/nodes":"3.0.0-beta.1","basic-auth":"2.0.1","bcryptjs":"2.4.3","express":"4.18.1","fs-extra":"10.1.0","node-red-admin":"^3.0.0","nopt":"5.0.0","semver":"7.3.7"},"optionalDependencies":{"bcrypt":"5.0.1"},"bin":{"node-red":"red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-KzGzVsWD0eqk2ujjlfJZ6vvCFVimR/p3wYhUbqgokIcpcDGn9ndkeJcLDfKyJ1t1+feYC5gShMSWisPmQ6h5+w==","shasum":"38f97a183849a70d15fc092409c805c823654708","tarball":"https://registry.npmjs.org/node-red/-/node-red-3.0.0-beta.1.tgz","fileCount":8,"unpackedSize":90195,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICbPCPQ/OUiQrP0kOo6dy7HJoWPLzBvg3D1RMT7UgPYKAiBShdg+a3zx7lkH1jIrJkDbzZMDCtk7CwljyUCb6Iu8xQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJicS7wACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoMjA/+M9NkWc2/worqBA8dJBJ61lK9Ajpj6U19Iw1bEiLKY3MPtglf\r\nPCD9Y4Irfwc7r9eOphLLo+ukKuy0tbJ0yJFUb6T1Afa2OlzNZTtd5Aq2YIEq\r\nQX0he3nQN8WM27C+GxsJEGFr5eTEnfg6gD07FrFAQYLvfiPb/L/LaKaJv0hw\r\nkGBpg2ltjphxEb+187MtergRvC/YFhiAOEQSS8LaLc7f+20XMrFSp+TTuw2i\r\nSogW0z7/ftZ+WptqnVN4NNp32l9FfRgAU8kWn4YVnh6Helz+++luZV3q9HKY\r\nzmlNJuhrOuo/i1YCKrKKiZ8gI7B4K/IEo8zNIA+7trTW4gY8eSlpy0HPOt+L\r\ntgAyFbS9HLDO/o8yWSiczsJYsYTbrQPKXe668nR4NG+bgMhrZs7CdwCAJgJa\r\nCq0nJN996z41wkK4AcVKo6pNDLiErLGh7i99A7A7Lgs7mrfkkMcGCeO/ewyA\r\nR8UgjsyKYlrSTzGK/VgSYcyJx8rlCiC62fSndVgclLHYKz9iQ+HUQmN3YMac\r\n+JQVgH0+zT/LyCyqyGA8vTuQoIPtcIdBRxdNX+2KbN9SpSQlmkOw0e/8ueHv\r\nYyENLjWoQb4s0e0GxUghU13UNn2AbzIiD7fMwpPmt/2hkv6+1BnfPtzpXVQE\r\n9q3SCNte22Gc6hb6ilDPbaPVBTFjZtwYrhU=\r\n=yFcv\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=14"}},"3.0.0-beta.2":{"name":"node-red","version":"3.0.0-beta.2","dependencies":{"@node-red/editor-api":"3.0.0-beta.2","@node-red/runtime":"3.0.0-beta.2","@node-red/util":"3.0.0-beta.2","@node-red/nodes":"3.0.0-beta.2","basic-auth":"2.0.1","bcryptjs":"2.4.3","express":"4.18.1","fs-extra":"10.1.0","node-red-admin":"^3.0.0","nopt":"5.0.0","semver":"7.3.7"},"optionalDependencies":{"bcrypt":"5.0.1"},"bin":{"node-red":"red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-lf1PTav3nzcJqOxlo5/xkXnmzbppuXrPsclUPTRwta38qt9X+QKyH5DMoJatMqMvPaNAggnuYehIkCekm0f/mQ==","shasum":"85eac12a2adb8c9edfb203fb56e998fe27b056a5","tarball":"https://registry.npmjs.org/node-red/-/node-red-3.0.0-beta.2.tgz","fileCount":8,"unpackedSize":91891,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEwXV8v0617l2U3m+Upki/ahQ1DYe5D/b4BBTZpxuYRXAiEAsgRuOvl9RCjVQR0MdQsnKsh7T5XZedkTU8oBEO+P60Y="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJigi0DACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp9uw/+LwHDB0ffv32rHD6rYQfjgHlhnByAgBqwSbTHCkmvBBZ4CnRg\r\nffnYgaze7TN/eit9aw3VomXnf3ncWHh3zWmHQmFRWNqV4iKcqpZyssCqF5g1\r\ndaWa49YlJq2KBnPpojSuEh1gSsej6hzXsFboAkZPd7Q5AmDJm59J86D3kcl8\r\n1x2RqQEpBFiyUtMUfblAN+j4Amr0WlRfUHSfLkz59W8VX1fwLoZp8/4RIwxr\r\nC6W2y1FucVSbHC5nUNBpXgVszVxKl2Mk37Yt+s/+K9semrSRseuuvjypleb8\r\np+BNG2wuwnUpjiHPGzKwbWaAs51mGMFdbVeiDHMgcTzIdvUpw8ZZzpyUqQzJ\r\nbidJCOCI5MLLvDI9o19LDzKW5hJL7C93AD+9+CRz5zt0Jk24noUBgOPJnpIh\r\ncdTulADTGTKvWFNF5E8etBtlu2eEaq+GeiApEkOvgH6W/T+asSp/qAovL7F+\r\n97JFALt+LSC7up3wFTw9vrwBe1nm5u/Pl3vuv9ASI57aHLvbSrHYzFuTZWHn\r\n0uV0ZKkKI9X6VLZOnjiIOYCQBeJ46XibzmqJZ61ZLAbO0XQZy24oFhoICj5O\r\n/z2XUI8l6lHzbdk82zO+MzHCzY3JEwmMRX9YtS21fFFIsTwt5xRtNl+Cn6k4\r\nkhhslnwum6PXqx38xh4lMT/wo6i50Qy2mBQ=\r\n=/Tds\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=14"}},"3.0.0-beta.3":{"name":"node-red","version":"3.0.0-beta.3","dependencies":{"@node-red/editor-api":"3.0.0-beta.3","@node-red/runtime":"3.0.0-beta.3","@node-red/util":"3.0.0-beta.3","@node-red/nodes":"3.0.0-beta.3","basic-auth":"2.0.1","bcryptjs":"2.4.3","express":"4.18.1","fs-extra":"10.1.0","node-red-admin":"^3.0.0","nopt":"5.0.0","semver":"7.3.7"},"optionalDependencies":{"bcrypt":"5.0.1"},"bin":{"node-red":"red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-ZY3cO6CI1JzWNgYk2pm7ZvEh2N1e7Jyp75JEoWmZ0BiIXtVic9iZ2uQO31YwbgHk5F5BDVE5LmcFwH8W1VJe3A==","shasum":"c11e7b9e082588fe62c58294dad7dee2976504b7","tarball":"https://registry.npmjs.org/node-red/-/node-red-3.0.0-beta.3.tgz","fileCount":8,"unpackedSize":93723,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICoQv0tJhftv0xb7e72O8z28tvm05NSOisKLosUyUVNmAiA3t6v3haJSTiCDKFITe0/pF44vBOvaWixrQZ+E0DiNlg=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiq1nKACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrb2RAAlATKAD93AqjDxsSlYsQRfpbU8XXbP56GZiprQ8F4WBeoGBxk\r\nagRiVf4nVJgzloQeuSIcNPSo5p9ssuJ6w+Bm9Dt8CtkmFQX/Re04vtI7xZpt\r\nAHB90gBMJL4jbwfgMY2bLW9EwNeihrQiKYs+ept36IlAQjSmXBX/B0wUSD52\r\nJTk0AGk2b2G//bihKyJc5hOHxulOUbkLhmkX9nfYcFtofTROrTK+Jra0S6bm\r\nFRj+zPdBch/xWfhWU+298euZUMsiRb4GeWLwXZrcHocfIItl117guYUFv5AP\r\nYOniQm/uc+uPdCthBBAgw6Yv5kpcPm0+UrtQZ4TKQ66TkBJEZ6c/LzfcRHa2\r\nERFdqqQea5MB+fqNT2ImN7db+x6vduIOOCYLYAvt/As/WG6jlX35erNy7vhF\r\npLgKovQpcoPWg2XmX0B4xP+/+3ugUqIeRlJfEBZAyPqKKekPdTpVu0pEu73U\r\nK/xa/8S0E4yDb2td9VeWUIqQRoVO0nceodgpk4kBbQjc9dQrH7BHmRNxdvHn\r\n6MPWMMicmqF1R3pPtV5aSi1LHLG1EZaj+6aIA9XltRsKGX7QqBwV+ccmGV3c\r\n2DcGC+4K6wSvV/gYmOvbbQ+Amg7jcmd3vYrDB4bxdfE+OsFsPqSAMOa7WvG0\r\nqGpXIvs02PUfR7daIXTvuNtRI3u+XFptm6o=\r\n=3yq8\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=14"}},"3.0.0-beta.4":{"name":"node-red","version":"3.0.0-beta.4","dependencies":{"@node-red/editor-api":"3.0.0-beta.4","@node-red/runtime":"3.0.0-beta.4","@node-red/util":"3.0.0-beta.4","@node-red/nodes":"3.0.0-beta.4","basic-auth":"2.0.1","bcryptjs":"2.4.3","express":"4.18.1","fs-extra":"10.1.0","node-red-admin":"^3.0.0","nopt":"5.0.0","semver":"7.3.7"},"optionalDependencies":{"bcrypt":"5.0.1"},"bin":{"node-red":"red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-GLN5gF6HlV5hwvyQTC/pRTsSNMT5yxHt/p1rxhvfxz8SeFA8c60sbfi2jGlk14JfbwdZKwOcrgVX7z+7sBfctQ==","shasum":"d2f6495022fca5d84de9b1cc4e314060760e23cb","tarball":"https://registry.npmjs.org/node-red/-/node-red-3.0.0-beta.4.tgz","fileCount":8,"unpackedSize":96254,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGm1JsfnuK45RxyNIiTicNhe/9qUrSu76eBtQZ7I/B+8AiEAyF9F8kA4Lg9n7uuM4bw504BfBo1XAzXgxbhaHted7zE="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJivWJRACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoXmxAAiSAxDhi53rYgNQwtt3IuOe63QVKO9kRYfCBfKdfnQDL8hj9v\r\nkUPIxjhUvPaSuF14CijY4CW1VQvXxjBCBqFXmZg4/m9CBWFn0A+BLjtGwJtv\r\nfhFnDAXYTxexWLuU3OfM2vylORaF+xnA2aZrdgNQ+YYdrLsxC9fSJ8rdRplE\r\nsmnOnnARccIhLaAT3yfDdWvkFyv33kANQNCimB2kTDzDn8mllni2mdl1x5ka\r\nrViTSIJB0lnvkftncB875BBWOSfC6kB0w0hARAwikAA5nKN3AlgmRZc4ctxm\r\nxlafpB1NbOfFXWhs00R67v3yBahgOchS7d926epcqGmsUgQ5AgXcuf2lKZTq\r\nmpoqqmsCSiSenIHe6MpE1S9Hpi9k9wp44zBWfp/yLoaWG/E9xCDW7Qbd3xhh\r\nVUBpKNfhugUzYMsuVxMCwM2RBLZ/wHCJ9Di9vGHigAp2RJ+JQKLQo0b1G2B9\r\notR3rIK8Ah6b8C/Sh/yHhswY6i9dchA6eofRxMYK9PZD4n6Yqz8dchHowPTe\r\n03hfbfYoRLKo/WSgA+dtl88RBwH8aYjJlJPEUEidTXxXs+1F63NInh5WCqBR\r\nqarv4Ei9Rb06AfT2/Y9V68gYohMwmC8d2Y/V59vSSzy8D12tGb608vah66Di\r\nGnry+sbSEwucnWm5kSBjfNhi+TBsCT/yECw=\r\n=CkJz\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=14"}},"3.0.0":{"name":"node-red","version":"3.0.0","dependencies":{"@node-red/editor-api":"3.0.0","@node-red/runtime":"3.0.0","@node-red/util":"3.0.0","@node-red/nodes":"3.0.0","basic-auth":"2.0.1","bcryptjs":"2.4.3","express":"4.18.1","fs-extra":"10.1.0","node-red-admin":"^3.0.0","nopt":"5.0.0","semver":"7.3.7"},"optionalDependencies":{"bcrypt":"5.0.1"},"bin":{"node-red":"red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-KdjyutUYbIrKi2ibUagEZsmOai4At31BTN0ZKRU5S4TOgK4dlpbPe8mTXCE8hmMy8+aCcQdDoUzZcftn40rozw==","shasum":"e380fd2c2b98f5ca2f2498e64cdb56a07584bbc2","tarball":"https://registry.npmjs.org/node-red/-/node-red-3.0.0.tgz","fileCount":8,"unpackedSize":76679,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDMc6Bo/pcoQMx7c/YtdZMy6hGDAyb9v7pzOGkGh8TFwAIgQ8trj00lVUUs9LIXcanixoqf3ILZq4+ynLUQOOSQFHI="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiz9v8ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqmBg//QrltlFNaMiA7e20R3dGRjNpv6nJVc2yJ2RCLPO6hphX8cKx9\r\nSrKAYqsdYdBCeCEd3yYlp/IpsViByAwwi5FmBfAiV33vUH6GZTDNzKTofgxX\r\nE6mcOsy02dC7p1EuaV2X2bMkxfgQoKvEoTk794ewju+766CBHAESMJGMmiyv\r\npNYg+qHQ8kBsXRHMRn57v1nGWKc6yYJqE/JLu1BIgsq5/6Vdj5wQujVQS2hb\r\nj1J1nYM8/9+z48XbrEU226G8HI6Rc35rUNPd0e3v+htU55j/dcrcZ0Xs976Q\r\n7TJt5urHrUTfYAt7CjnS6WVlRyPsjmpoEFbApVuQ9dIWLMxyTWN5GoIaldys\r\n/2+Dlf5oiHU8bQ27sF5Dd6uAtM1zTqGhvtetVM5xuxh9X+1DOkpptDjK8Y9x\r\nKJbrgnfBPj9/2plKIiVHRB0yJZ0yAzevMZIadW4YTUA4CXVFVJDQBXmIJyWz\r\nNLrtSj7zGM6Xm/5+5RzKF3HcANmQ3JwnkTKDGcVj5OGFF7fWP5yX+A7bAaI+\r\nom0CyHTps3y4Kuuo9uK1r6gowbUgMWKDARv3PAEWyh+89wSvasRdzUfDtWTC\r\nnEWxramqgrp/U/lp94bzW1CxSWJ4VzDNb+OP0eJ90bMCm1mxP3ODE4WwgkNZ\r\nN5nESrNq2iX4mbLnJDjh27Z+NWMq4wh1mvg=\r\n=AkNL\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=14"}},"3.0.1":{"name":"node-red","version":"3.0.1","dependencies":{"@node-red/editor-api":"3.0.1","@node-red/runtime":"3.0.1","@node-red/util":"3.0.1","@node-red/nodes":"3.0.1","basic-auth":"2.0.1","bcryptjs":"2.4.3","express":"4.18.1","fs-extra":"10.1.0","node-red-admin":"^3.0.0","nopt":"5.0.0","semver":"7.3.7"},"optionalDependencies":{"bcrypt":"5.0.1"},"bin":{"node-red":"red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-zZP5yKDSTZMqxQgwxjme3shRuUsmEBYt/DIOK932oSv2pUByJ/23SJpaX9q4AUEecZDKoLlG/o7YBtfFTnoYJA==","shasum":"bafa722ad3f43795963af198b59f1979f7127158","tarball":"https://registry.npmjs.org/node-red/-/node-red-3.0.1.tgz","fileCount":8,"unpackedSize":77382,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCqk9k9Y+JHiU9fuAQ2jw9WhVCInuzTWczjd8PO1ntbeAIgNLmTPJvNP0Fnoi6j6iZhIgTfLukHn/VqdzVpCvufc5s="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi2m5hACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoVpA/+NQ36eVL8/AvT+0Fdvo07lPYsNCTuV5jKC50YaLfUEJxmVBzj\r\n77sVTSwfuTHXHcc6B/p8wbpBhFMAbpO14u3AYHSmjuG5s0QqmwCb7q1QWEmo\r\nBWqyzu9RrfVaFlPDX8L47z8JuV5n0riy8NjmpMZbH76dAB+W2ey+ABLXAhHM\r\nFlg6ao/Q7YHoA1JEeO06u6rerEjyVO+q6j+cHWiZP7nwa3PWilluUwyMoW+B\r\nLD9ufCj4Djln6k5OHDaBhofKemVIqX0LVV2GPaVxIh+y7Szb8IDVPw9DWuUH\r\nhtiRwZOYDGVPMmlIhqLLw/hFK2Wj8m/hjIB3tFQykrNR57QWl4kQAOZ+ZvJ2\r\nV+77W9WUNIvKF4pUdL78CDtmywD6idXpTwGJtdsfYEB1/vp2/KYHP07m2gMV\r\nDXr/y421EUW7UffBlMjR3sxXldyDIG6Zxm31ReCUCQ6JJGsODnvEGYdpT22w\r\nIwXFseV7dTs8cEJ91SC9HfXNxuFuWjfzsfBx5i9oCfUUOKRIvdfUbd73mw2o\r\nPNa1vKAeCnOSvGIaqBTskIKOjbcjAKliWLVfFQzk49d6W9+34dOzQJQFqH6t\r\nQsv8adKyFPKaiAXPEMktQNHfad+ms/8kyYasJcFVYZEdDZdICmJViKQSwL03\r\n3FmWgL4Vr9Q9P0IiPvt37Klwmvxr0olN/+U=\r\n=vY8Z\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=14"}},"2.2.3":{"name":"node-red","version":"2.2.3","dependencies":{"@node-red/editor-api":"2.2.3","@node-red/runtime":"2.2.3","@node-red/util":"2.2.3","@node-red/nodes":"2.2.3","basic-auth":"2.0.1","bcryptjs":"2.4.3","express":"4.17.2","fs-extra":"10.0.0","node-red-admin":"^2.2.3","nopt":"5.0.0","semver":"7.3.5"},"optionalDependencies":{"bcrypt":"5.0.1"},"bin":{"node-red":"red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-sfOsWONOF5TyNApXv6AkLzwfxq+C+3lyUrXRvyuQxWt1dSGvfg417dbEx4WW0kxwREGZ47TKtLejnoTPnV5adQ==","shasum":"86df7f857bd44a3805cc78aca250b91c8e675f73","tarball":"https://registry.npmjs.org/node-red/-/node-red-2.2.3.tgz","fileCount":8,"unpackedSize":86309,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCJs8SERI1thmBIcJqMKMBmFRyxd5CdC+AJDioj8B9K9gIgHbnONhdfc26ZoQl3A9AD48Kc+fVw2LWEuIs15IUGa2A="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi68XEACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrb2g/9EwlaHtDGkBRDXXknCbXx4cYltOOPaxUJ3tTDsSXC6WmKyHeE\r\n+w/IhM9DzGJWE66rq4p5L5hfeyPrOm9DqddcCBrIR3VtB99xk93ox0RMFBwK\r\nzr/E5EHyfopho2zSrjweRgH9+Rlu5xNjBefB03CEIu0+ZCn2CAcN1xyxYejP\r\nkW4+vxRgsZucQfnDibb5klcXEHKTWNOih5PjnXA07hhjb858tlvzVcm4VTGZ\r\n0PYhqu7hCbf+Hha+AtE9zoeGYbFnkWc8fAEOuWNnTcSetxuFmjKst+yPBXxh\r\nV196PB8EDiz2rG++nrFbsA0q1fUffl/3ssFVFvoJm3aSOIhKW6qTeZuPpjKG\r\nxnWIAO62cDbf96DyOK5jg4bCyYQbtplh1KM/v67OfkuKcpf0DQdj9t0LOXpY\r\nizOXvNpQ6adxkaJbOd6MeX4ooWVDloEBSxvJz3dA8lJCn1hKwRVMU1N9y8lf\r\npkGw0oike2z4dCb6ABv8L8ohoNGrqwtH55WjBvaf3IfUShvKpm/exWAXnPs1\r\niXr637qP6yYR/CHLky2iYJ5Vs2EIcc76Sz3rc8D9ATKk+gPQKxUxFzftLnY9\r\nd3QlUkIF4AWSdf0qLA9ojsdG+mFCN/gEyXydmz1JmUdvTILJtbdV/qxsofUj\r\n3TG3d5h/XHX96hD2CmShlBK9i8LJrY6fUIA=\r\n=43Ax\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=12"}},"3.0.2":{"name":"node-red","version":"3.0.2","dependencies":{"@node-red/editor-api":"3.0.2","@node-red/runtime":"3.0.2","@node-red/util":"3.0.2","@node-red/nodes":"3.0.2","basic-auth":"2.0.1","bcryptjs":"2.4.3","express":"4.18.1","fs-extra":"10.1.0","node-red-admin":"^3.0.0","nopt":"5.0.0","semver":"7.3.7"},"optionalDependencies":{"bcrypt":"5.0.1"},"bin":{"node-red":"red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-B6q576kLw96eKOiqNpNJsUiwl5vRipc46T0w/LUI7O3fPAVxwu5zklIBhE6Iefj8FV1IdbLwXULESqMWlwjlGQ==","shasum":"622958926888d54176fe63493abe4204b4265fea","tarball":"https://registry.npmjs.org/node-red/-/node-red-3.0.2.tgz","fileCount":8,"unpackedSize":78058,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFjOkdnWJBB5gIn3AEG34Ieh7fLUMheA+Gn0pm5LrMoRAiEA46aNHAxaW/rH6brA7FSZpcV1rFg3d9OFJ+Mv/dhE45w="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi68bWACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpgDw//X6iS5xdQzTvKzYF5340GSRBATSGSbrewg+wTdIpP9p+1UhY+\r\nalocZNhkQZVzxD8AR8tlJqT3h86m56d1FyiJEFibkur+PtnmGdWZCDZsVyWW\r\njPO2aR+Z+q9V7axpbiAEtmCTx3mNdj57F1sUS9xKygw63FJWW7W7X8scWChs\r\nhLrmW+jayYCs5EYVDMmMyslSPLi28hm9saPvzQ71geHxuAKHFA+SX72R7vah\r\nfKc3deWzi9r3R3IgLWm/aixRgQZ/yTKG0wC1XPwc8KzAR/PwoGrTZ48jeTVJ\r\nYfTj5sKahAXS/I2uLroPqj4aae9k0zkcoKlBpZCcdjdpuahfa0Bg7HfG6qtb\r\np3YIGie3v9aMBVxL628WctPQykwz5DOl/F1pVLujov70zIPCjA7p56tXk9WH\r\nBVMo9bCorcBOkPZ1ci4Toh5aYVNjsAhLoOY61ilwglDWkJzbZLhtF4qOdJF/\r\nInd5iufY0cMAjktJUVj4/IYqGh89b+XJ/fQcXIhNLqJauCglvMTIUIq2vqY4\r\nNdAGndN1YTTdQ/9rXdq3BVqeZh3wBk7Ibv99BsqB0reoG9XpeW40dzcLUXwk\r\n4KAkl+crJ+gVJmPAvMMZnCv1yLn6vTDJsdCa5YnbDbtTrTuflra3Ukwt5lfE\r\nUXQ2i+XSWP7PPLgwImQ72ykK+bqNXqIqn4k=\r\n=qheA\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=14"}},"3.1.0-beta.1":{"name":"node-red","version":"3.1.0-beta.1","dependencies":{"@node-red/editor-api":"3.1.0-beta.1","@node-red/runtime":"3.1.0-beta.1","@node-red/util":"3.1.0-beta.1","@node-red/nodes":"3.1.0-beta.1","basic-auth":"2.0.1","bcryptjs":"2.4.3","express":"4.18.2","fs-extra":"10.1.0","node-red-admin":"^3.0.0","nopt":"5.0.0","semver":"7.3.8","bcrypt":"5.1.0"},"optionalDependencies":{"bcrypt":"5.1.0"},"bin":{"node-red":"red.js","node-red-pi":"bin/node-red-pi"},"dist":{"integrity":"sha512-H2oCMIsxhr4KDnjvoaRFukmWLhhku3DMOuxyThUJepgIFkEP2DJdomszNsn/gt4w708/elQLQalZrt5Mh8ZxfA==","shasum":"9752ca5d79e9fdc745de8833d5b0fff326989d3b","tarball":"https://registry.npmjs.org/node-red/-/node-red-3.1.0-beta.1.tgz","fileCount":8,"unpackedSize":84214,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBRAgwM7Gl10i8hfyLFRDTiUX1JiVPdp+IK/BSln/fTeAiEA3vq5FxslY3hElhK3+xo6qcUFQPtkloYvyLVRDcgdZ5E="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj3NT5ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqFTA/+IA6Q6aizN/OixvaXjMgRzW5IawNK9WFFuDUW/IyzCrhBq4wQ\r\ntErrDGojGznCQ1XG0ipewskBYkZItVeUUC5dDtSAeGD7UFhfNzbuCPFU4npe\r\no50e4uxCTyDNFwqsdeszGGkhr0B/80kv3BAAf4tbtbZdmerTqMJzA++FRzvn\r\nRep6/3cHMsS8t7SH3gEpdGxHl+cHqtktZAHWpn3i8J/I9avKzWAIX8skuxVP\r\nFoc+3iW2QflC9irtA2mlP+RhSSPOZXWXZyNmDwdxJyXauZMhAgN8sHi9HC+W\r\nCovI03Fs0GtJCw3qc9CsotetGpyanPT7EMLsNmGJZxlnX1WQxx3BlJR5+ETU\r\nU4rXlZgvCV/AbjqtUMMXjZTSnYKJDZkgFiSq7A0ppG0/QbfKiZqgWdHCvXws\r\nwvyo8+iO8uXPUTDT8a3uyHQ4Cz3zTZGGh7EthH112T9yWBK+cfquPzgB3tKE\r\n0sYpnRp1jeXQLYQPB5h5OkxouuEacaE4ChQaEIHMAulBwSCaUf08/6WOab3t\r\nKtmC062s8DDS9EH8w21nKiO2GFUK5ILJyqM4s7Ns5ugswCLCSouD34oI9b67\r\nI3PbNz/OrHZ81N0MdAmU/Wiy4Mo60PP53kD58I32adNajGx7MTlu+hIeFnpG\r\n1Uh6dmMM83MpIPxNjQ2s4uBBVt01kl6dMt0=\r\n=EQvs\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=14"}}},"modified":"2023-02-03T09:33:45.423Z"} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/content-v2/sha512/32/e9/644635c3b23269d16e812f055e86e7644c5982f3285bcb2adeaa1be7072abf2dc6d00895208720ac0f5ebc329bf9105de52a0c1f864a259b6d12306b1c95 b/software/flow/.npm/_cacache/content-v2/sha512/32/e9/644635c3b23269d16e812f055e86e7644c5982f3285bcb2adeaa1be7072abf2dc6d00895208720ac0f5ebc329bf9105de52a0c1f864a259b6d12306b1c95 deleted file mode 100644 index e058a7f..0000000 --- a/software/flow/.npm/_cacache/content-v2/sha512/32/e9/644635c3b23269d16e812f055e86e7644c5982f3285bcb2adeaa1be7072abf2dc6d00895208720ac0f5ebc329bf9105de52a0c1f864a259b6d12306b1c95 +++ /dev/null @@ -1 +0,0 @@ -{"name":"compressible","dist-tags":{"latest":"2.0.18"},"versions":{"0.1.0":{"name":"compressible","version":"0.1.0","devDependencies":{"mocha":"*"},"dist":{"shasum":"87c187cb37ef9f028f7486ef9b0fc3ef02f3eb85","tarball":"https://registry.npmjs.org/compressible/-/compressible-0.1.0.tgz","integrity":"sha512-eg81cZEZdTiEHnH2e2uQcuMWSL+oB0ZwS87ebms5z8IWstlhzOvk5kvBZFOS0R45IjakBz727OSEDoJ5mDxVlg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBtJMPTEE9Hta2L+fbwtjwfYBoRmzIRKS98T1WtQSneHAiEA7tSgiWPhK941D6Dll+9bNDqom9Tfcb2haIL+fnra5Ng="}]}},"0.1.1":{"name":"compressible","version":"0.1.1","devDependencies":{"mocha":"*"},"dist":{"shasum":"8e0003ef366d1d52a0300ab351f79df79e574b9f","tarball":"https://registry.npmjs.org/compressible/-/compressible-0.1.1.tgz","integrity":"sha512-gLgkzZd1INqBEoOZir38lfFD7kH8L5PPpu06luFc6wWRyGGjyNJcLbljRGxKXMFC7pkepZnxCPl1Xd6P9S/Qtg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIC3MloOcvnJ7yl1N+/4xxH5ev/Rg/sW8H4hojVAyM3lJAiBiyFN5gBD5/Hhqag6tCApj4/aJV+ZUmxyScpIoHGDoZA=="}]}},"0.2.0":{"name":"compressible","version":"0.2.0","devDependencies":{"mocha":"*"},"dist":{"shasum":"1c03ada271f3f4a6cd6306490b0ce3efe47997b5","tarball":"https://registry.npmjs.org/compressible/-/compressible-0.2.0.tgz","integrity":"sha512-yWUIrZH2+YyhxEJMP5XDIJjXzdkMxGSuivDTdax2IU5AmubhZy7U7/FCDBRKcntp/fSwL8K3jOGRB6w4t+vsqw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCuHMfDCL0/JA3HRDZiA1MbDPG8wP/C2CO14NjjOpExogIgNYV5A76ANXy2HWwxca5AukbaujFSK8HO05Nuxr+HVg0="}]}},"1.0.0":{"name":"compressible","version":"1.0.0","devDependencies":{"mocha":"*","benchmark":"*","beautify-benchmark":"~0.2.4","mime":"*"},"dist":{"shasum":"f83e49c1cb61421753545125a8011d68b492427d","tarball":"https://registry.npmjs.org/compressible/-/compressible-1.0.0.tgz","integrity":"sha512-iy203MIJMtCucpPkRq5g0e8Y1lNTY2MJPMnqBDvL6zSW5lv7hFQAF+M1tAp2ujZ1C5eTGgjukj6oWrIodrBijA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCUiepB6tE3mHtLXfOcnlk4iDgSpTDqzto5kfo7u88J8AIhAIYRsI1vdIbGMQCQ9JjbSguA53Sgo/nneiDfaczl4Q5x"}]}},"1.0.1":{"name":"compressible","version":"1.0.1","devDependencies":{"mocha":"*","benchmark":"*","beautify-benchmark":"~0.2.4","mime":"*"},"dist":{"shasum":"8ed8224822c60c3c8dabcad34e913ed2952ad170","tarball":"https://registry.npmjs.org/compressible/-/compressible-1.0.1.tgz","integrity":"sha512-9LA1G9Fq6npU5vDktliPFnzGCdtMZxXP2C5tQjzxalPiCNMPw9JIl+KxRtrZ7mnlKLdotNbZo4WI3iLP/7ZVvg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDyop2k4PI5etk2GrbQmu/e1iUSc8o6l9xU3uUvtfsYtAiEA4Yh7lnSgt1mWOONw8e+fAGErUxvlifzL6AYhXMOTIBg="}]}},"1.1.0":{"name":"compressible","version":"1.1.0","devDependencies":{"mocha":"~1.20.1"},"dist":{"shasum":"124d8a7bba18a05a410a2f25bad413b1b94aff67","tarball":"https://registry.npmjs.org/compressible/-/compressible-1.1.0.tgz","integrity":"sha512-rCwUIlpYk3MyJwPuNJUFY4GkusYq33phMUj0iuJxpmRa7FVyFyTy4O4S2DxheA8LBWZcd3ZiotCR9GZE2PLyzQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDURiiBN67C/zBrcrxJQ7cTxS6VAB3EyVGFZ5TerSEC5QIhAO8FML/davYfaCjDra4wacdnSSogAopHMIKD12dFp9hj"}]}},"1.1.1":{"name":"compressible","version":"1.1.1","devDependencies":{"mocha":"~1.20.1"},"dist":{"shasum":"23b71ea90ea6c6a66289701a918182c24d0729ef","tarball":"https://registry.npmjs.org/compressible/-/compressible-1.1.1.tgz","integrity":"sha512-IwohldOO2F/Oi2ZKOAJE14fVVbYEo5eh3D7+AzmsWovFOHbMAVglHpTYW1N+UExfwiqNfsiY2IBgWkzhc63xgQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCFuGYsnXtnnkFnw7R6e3QdofTDKbU0pAZRJqj4VZx9rgIgRDlhYmyndmM9C9yAS+7fowCX8Ry5k12pJVE55iKQcAg="}]}},"2.0.0":{"name":"compressible","version":"2.0.0","dependencies":{"mime-db":"~1.0.1"},"devDependencies":{"istanbul":"0","mocha":"~1.20.1"},"dist":{"shasum":"90086ce57102e9e2427ee945a5fb2a98dd51dfb4","tarball":"https://registry.npmjs.org/compressible/-/compressible-2.0.0.tgz","integrity":"sha512-boSgUus4yiHHiO3RxIn4uoz+9IRdOkDbRQ7wXI6pITz4QsuWqcIU70aYaH4XmIshSeMHFTaTHewnVm78CIpqmQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD8QD0HqV652yJ1nEkJYbiU18IDrlm9PiWt6kWZo1+IewIhANusOt205nkI1I3X9vMrODoRfFs7Hwx4k5yvDrSOxWW5"}]},"engines":{"node":">= 0.6.0"}},"2.0.1":{"name":"compressible","version":"2.0.1","dependencies":{"mime-db":"1.x"},"devDependencies":{"istanbul":"0","mocha":"~1.20.1"},"dist":{"shasum":"3550115793eb3435f7eb16775afe05df1a333ebc","tarball":"https://registry.npmjs.org/compressible/-/compressible-2.0.1.tgz","integrity":"sha512-Ws5AV3Y3uakMGJmZ3tJrWH3kCeun1fwsstMKArcWqpMsnIlum8Nyx6f7RTXhwhjtHmOEra0VMOa0eABA0mE+Bw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDXoFhxsL0dVq0ULhS9yafu8/p2s0kASQ7sKYUMcpAJ4QIgVzBtwjwM/BiewOOcuGBMWjLk7uY1Mhc4oz94V8TGT0o="}]},"engines":{"node":">= 0.6.0"}},"2.0.2":{"name":"compressible","version":"2.0.2","dependencies":{"mime-db":">= 1.1.2 < 2"},"devDependencies":{"istanbul":"0.3.5","mocha":"~1.21.5"},"dist":{"shasum":"d0474a6ba6590a43d39c2ce9a6cfbb6479be76a5","tarball":"https://registry.npmjs.org/compressible/-/compressible-2.0.2.tgz","integrity":"sha512-cPggLzpQPyINIM7zjg6kamG0Jxz+0I4hljgRUSHUKUnSHonMcBYHvk7iwPRGsiKEnxS4vuuIBhrgy65l4i/E6w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEisUnPkHwNN/ZYcSKDDHykj/dRZhEjVQJvG+woIx/9sAiEAoXvQcUj/k/mz38D5TtYKsPYZ2A9gAWI03hWwRDSnilM="}]},"engines":{"node":">= 0.6.0"}},"2.0.3":{"name":"compressible","version":"2.0.3","dependencies":{"mime-db":">= 1.13.0 < 2"},"devDependencies":{"istanbul":"0.3.14","mocha":"~1.21.5"},"dist":{"shasum":"046fe398c1c32ae5af1f4a601cf9ae4632bf2b78","tarball":"https://registry.npmjs.org/compressible/-/compressible-2.0.3.tgz","integrity":"sha512-nCUgOu3Z3H+K/3Hck04v+GNsn5s2lnQTg+zdM9ldSOYyCE1Pw7JpxeJ0ARnEhSUgYlAf5YgtlW/3Wmn7dqMSIg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCmCRQeE6OljKwX/RQJHp3Dk3fe3rAg22FmPYbJ01nFnQIhANU8Bzbp3jIfPZ0qbTB+r6B6OErMowX6pacRv9Eo3Uwi"}]},"engines":{"node":">= 0.6"}},"2.0.4":{"name":"compressible","version":"2.0.4","dependencies":{"mime-db":">= 1.14.0 < 2"},"devDependencies":{"istanbul":"0.3.17","mocha":"~1.21.5"},"dist":{"shasum":"4d8099e88afd0ffbf7c78fd16991d9ac060a94f6","tarball":"https://registry.npmjs.org/compressible/-/compressible-2.0.4.tgz","integrity":"sha512-0G5wcMU8grx0V3XBzVOlWG7Oi4WmZGL5cj0v383kGBiMJWca/u2QQUhflIb4X9H1CvfWcejlU+r9U7We2+9Xiw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDhc1DINVmeZN8BJbmJzT/PfbrElBkw3IwHBwGvN961SQIgejt/ttUyZMplzcQlXXfDLmZgGXNTzcUrWhOIyiV8Dig="}]},"engines":{"node":">= 0.6"}},"2.0.5":{"name":"compressible","version":"2.0.5","dependencies":{"mime-db":">= 1.16.0 < 2"},"devDependencies":{"istanbul":"0.3.17","mocha":"~1.21.5"},"dist":{"shasum":"c7dd0514a7a90c02a3ec9ee0ce14d8650bde9b6f","tarball":"https://registry.npmjs.org/compressible/-/compressible-2.0.5.tgz","integrity":"sha512-4bSytlgAOa4o+LIN+cHz2e2qJ0wUoLFHOlo7U0DnDZREQ9BYRub5ZQDfh/r6Pzx7PxY1O9fzPkdVfvMWC6kVpg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIF+OSLb5uFMio7i3Jj9a0y6GshuknWJ+tjZs/zB9b2+MAiEAoRBv7W04AEy0x/ZVAHbL55O4AL3/UVwvMQyKDAsinrI="}]},"engines":{"node":">= 0.6"}},"2.0.6":{"name":"compressible","version":"2.0.6","dependencies":{"mime-db":">= 1.19.0 < 2"},"devDependencies":{"istanbul":"0.3.21","mocha":"~1.21.5"},"dist":{"shasum":"9e4aa9321ffcf9cc4d81954f7aafa9f35767d5ea","tarball":"https://registry.npmjs.org/compressible/-/compressible-2.0.6.tgz","integrity":"sha512-V8FfY0PhsouQtj1XSfCzSa08yNRY23Fniw/w7fnSb6lFzKbHaVP99yHxDgUZsIQeVgsVPVZUlO0EwTEm9Z8DNw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC68ag3UV+2XV2Py99ZGHiiUTaazKNetUDHQHOqG7LmNAIhALSg5Z8joonkXXEA/xch1G7A/n3+hTVQoAqd/SRkbA3/"}]},"engines":{"node":">= 0.6"}},"2.0.7":{"name":"compressible","version":"2.0.7","dependencies":{"mime-db":">= 1.21.0 < 2"},"devDependencies":{"istanbul":"0.4.2","mocha":"~1.21.5"},"dist":{"shasum":"2058c52722fd3f1538a4f22ab14d0635904d19ae","tarball":"https://registry.npmjs.org/compressible/-/compressible-2.0.7.tgz","integrity":"sha512-WYtmWVnf8UNiT0xEfF7/pRwrqrrYXky/uFyIUEmtZ1Qf5fyqmrPtvNpdMnHgWmCv8Tp+ccug+Ih0GZtLRuiOyg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDeZYd8w557CaKNvu8eavWOSqH7q0112iE8hHRXdsKRaQIhAJ6MGNM07TcvdPcWbDoV6CY5PfnCv0Dq7CJoHrfEkdZ2"}]},"engines":{"node":">= 0.6"}},"2.0.8":{"name":"compressible","version":"2.0.8","dependencies":{"mime-db":">= 1.23.0 < 2"},"devDependencies":{"eslint":"2.9.0","eslint-config-standard":"5.3.1","eslint-plugin-promise":"1.1.0","eslint-plugin-standard":"1.3.2","istanbul":"0.4.3","mocha":"~1.21.5"},"dist":{"shasum":"7162e6c46d3b9d200ffb45cb4e4a0f7832732503","tarball":"https://registry.npmjs.org/compressible/-/compressible-2.0.8.tgz","integrity":"sha512-L4JzKgxx6KI3zNhgU/wzrUPwARQkQxI51nTzgH7bhA+EFKWKLUTdk63/KQJyOXwAzRvs9JH0ab4Ib9RhSaCRmA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIB4YpeSGNKQKUrYYkbKoNWbs0UlTfLQFQCgCZZIZUWqrAiEA2uLwrW+4nimt5C6J5pUWh9fMEA0DhnZbfA1Vu2N/x6E="}]},"engines":{"node":">= 0.6"}},"2.0.9":{"name":"compressible","version":"2.0.9","dependencies":{"mime-db":">= 1.24.0 < 2"},"devDependencies":{"eslint":"3.9.1","eslint-config-standard":"6.2.1","eslint-plugin-promise":"3.3.0","eslint-plugin-standard":"2.0.1","istanbul":"0.4.5","mocha":"~1.21.5"},"dist":{"shasum":"6daab4e2b599c2770dd9e21e7a891b1c5a755425","tarball":"https://registry.npmjs.org/compressible/-/compressible-2.0.9.tgz","integrity":"sha512-gAy6aeTPiOBivX+sdqjEROdGkYCkptoUjQjegD8TBEH5isfyKepD777UOY++t3/yiMzRyMH1epBi+KcqYinGZg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCl0dALyfxmnJd6ljFReOyQcryANA8G7PuMi2X+3sPccgIhAPyzOFIm/4gmvswsrXEf6r2V7sT2c83Ev5/Ad+drjAx6"}]},"engines":{"node":">= 0.6"}},"2.0.10":{"name":"compressible","version":"2.0.10","dependencies":{"mime-db":">= 1.27.0 < 2"},"devDependencies":{"eslint":"3.18.0","eslint-config-standard":"7.1.0","eslint-plugin-markdown":"1.0.0-beta.4","eslint-plugin-promise":"3.5.0","eslint-plugin-standard":"2.1.1","istanbul":"0.4.5","mocha":"~1.21.5"},"dist":{"shasum":"feda1c7f7617912732b29bf8cf26252a20b9eecd","tarball":"https://registry.npmjs.org/compressible/-/compressible-2.0.10.tgz","integrity":"sha512-SxYuuEiAOQlkIlqzAJj3FHYzE5ygJH6rnYQHtPK8wv1+Qh4gPK+BKMH4v11rurD19Mm7M9+/ViDbN5+qo15QGw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCeBIjR8Nf8IRIRoO/PYq31PqBoq4GrdV+/CpYlfoyNlQIgEQOIetKhKIykn05rMlY1Km+SuLeUdlUIG2Wmc2PISrk="}]},"engines":{"node":">= 0.6"}},"2.0.11":{"name":"compressible","version":"2.0.11","dependencies":{"mime-db":">= 1.29.0 < 2"},"devDependencies":{"eslint":"3.19.0","eslint-config-standard":"10.2.1","eslint-plugin-import":"2.7.0","eslint-plugin-markdown":"1.0.0-beta.6","eslint-plugin-node":"5.1.1","eslint-plugin-promise":"3.5.0","eslint-plugin-standard":"3.0.1","mocha":"~1.21.5","nyc":"11.0.3"},"dist":{"shasum":"16718a75de283ed8e604041625a2064586797d8a","tarball":"https://registry.npmjs.org/compressible/-/compressible-2.0.11.tgz","integrity":"sha512-AbzAwQ9UVfx/PrI746UTEZeM2A5l9Apacq+wHwXrMf2OS23Z3pOJlIrdsbgFqDNua0puLdrLm3hO8nR3fTivWQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFV6x8aDbvdc/g4e5Q9jp+btfN6/l78la/BOIbGKk3/PAiEArCCL3TPRrLklcqqrq0ma+bk32Ap+HOoaaRh0JUT43zQ="}]},"engines":{"node":">= 0.6"}},"2.0.12":{"name":"compressible","version":"2.0.12","dependencies":{"mime-db":">= 1.30.0 < 2"},"devDependencies":{"eslint":"3.19.0","eslint-config-standard":"10.2.1","eslint-plugin-import":"2.7.0","eslint-plugin-markdown":"1.0.0-beta.6","eslint-plugin-node":"5.2.0","eslint-plugin-promise":"3.6.0","eslint-plugin-standard":"3.0.1","mocha":"~1.21.5","nyc":"11.2.1"},"dist":{"shasum":"c59a5c99db76767e9876500e271ef63b3493bd66","tarball":"https://registry.npmjs.org/compressible/-/compressible-2.0.12.tgz","integrity":"sha512-trmYwdSyr8Pq69/84tAxuipERuqNuhRpSzp9LS5bS4kdaAiBPg4bsPJZ7ExCv+4XJuifeTc3diW19spabrEweQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCQYMvZaPZZAZQi797ewXrYihE/gPm5KR3K+Ez4ITEZrQIhAKywIef+C2Gvy1jPKFu4uRikJvxsJP2GcXTRSszf1oeq"}]},"engines":{"node":">= 0.6"}},"2.0.13":{"name":"compressible","version":"2.0.13","dependencies":{"mime-db":">= 1.33.0 < 2"},"devDependencies":{"eslint":"3.19.0","eslint-config-standard":"10.2.1","eslint-plugin-import":"2.8.0","eslint-plugin-markdown":"1.0.0-beta.6","eslint-plugin-node":"5.2.1","eslint-plugin-promise":"3.6.0","eslint-plugin-standard":"3.0.1","mocha":"~1.21.5","nyc":"11.3.0"},"dist":{"shasum":"0d1020ab924b2fdb4d6279875c7d6daba6baa7a9","tarball":"https://registry.npmjs.org/compressible/-/compressible-2.0.13.tgz","fileCount":5,"unpackedSize":6804,"integrity":"sha512-Qbyzgnf+7ilqndzNzWq4r9Suo4Uy3w2lPH6Rnold5/v9J5O3si0lu3WArV9UymtcemUK+Bq0dkr4zpMnoPNdJw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCnkYmCHUGqktjDaNuAQMr9M+Q1JyV/hMM1ud2dbg98gAIgIBxr+pHpcIVjo7YNzzQTUOWv28zp3kVb57EpHo9L1+4="}]},"engines":{"node":">= 0.6"}},"2.0.14":{"name":"compressible","version":"2.0.14","dependencies":{"mime-db":">= 1.34.0 < 2"},"devDependencies":{"eslint":"4.19.1","eslint-config-standard":"11.0.0","eslint-plugin-import":"2.12.0","eslint-plugin-markdown":"1.0.0-beta.6","eslint-plugin-node":"6.0.1","eslint-plugin-promise":"3.8.0","eslint-plugin-standard":"3.1.0","mocha":"~1.21.5","nyc":"11.9.0"},"dist":{"shasum":"326c5f507fbb055f54116782b969a81b67a29da7","tarball":"https://registry.npmjs.org/compressible/-/compressible-2.0.14.tgz","fileCount":5,"unpackedSize":6930,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbFsybCRA9TVsSAnZWagAAQWIP/ixIs4z3dX20ZVCcl7C1\niXgJsGVTZ6X4JHJpwAhdPav6Aqdo2rPM45Rbbah8MnGteMc7UUIJMySa8B8r\nyBnBOqjVE76TNY7AM6CXrY2Gci6S9vLe0exKeEbbSfy927hdmXxHwczAcPB9\nzJ9WfJgSLZorlfqSWv66Fafc4VKcfwnKpNAso70IG1wNDcj5RYgcHgPQU2uA\nEaPBwbv4b3/Tnq8m0NUKdYNDo9+7dqklgAFB0H5rCMegUDQmHfqiGy5CtN7B\nFBex3vpDq6OkJyd9Sr64c7PlI1kR8UdKtoIUqXAG1U5ewbYNtisYb662C3xA\nYmBK0/9UfHGlsFIJMDdHLAIRArwaQtevKABZ4QdQJeWhfeC//giQejoYeUjV\nnC6nGyP6TCXS+WlM201gKncvbA0WKQ41V9dNGWFMpH4N5bEXgn+au9ulRiCN\nTyWDRUTzJtx/AGk8es0Nz5N9HnQmSDq8g/pT7RyU3XZr7qNIPHzOSYXy8Ce4\naUnbYZVW1qYBfWv1IMrkYPbOQpW8KtMipc6DxxTbtn3l5iEVSAvku5+aHNnF\nyxedqQKFGAVFpEx89R/L0pdBPSASmaeTmgz+iJz6BSGfOKUKZjdoba09oIAn\nobUZD82I5bruxoHQvrcKAoR4OHDjY1USZFG7X/0c/uXRxSWdIAZw5ixO0SBa\nB8qj\r\n=rPuR\r\n-----END PGP SIGNATURE-----\r\n","integrity":"sha512-Ddsk6P1xkMO3fVOKY2vsKotJo2PAij4wzfNA/VA8GrziO7uj2I9zijRdicXj4K7GxUuw1m7Q6WWFYOlTUYT9vQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICXojwLvxMy9pZKPhQKw8iQ7VwDtE7ShyY/s3eNYHrU3AiEAuQ1WJfPwSHrLaGOxpbj62upJuNa12oCZHATN+uC2BxI="}]},"engines":{"node":">= 0.6"}},"2.0.15":{"name":"compressible","version":"2.0.15","dependencies":{"mime-db":">= 1.36.0 < 2"},"devDependencies":{"eslint":"5.5.0","eslint-config-standard":"12.0.0","eslint-plugin-import":"2.14.0","eslint-plugin-markdown":"1.0.0-beta.6","eslint-plugin-node":"7.0.1","eslint-plugin-promise":"4.0.1","eslint-plugin-standard":"4.0.0","mocha":"5.2.0","nyc":"13.1.0"},"dist":{"integrity":"sha512-4aE67DL33dSW9gw4CI2H/yTxqHLNcxp0yS6jB+4h+wr3e43+1z7vm0HU9qXOH8j+qjKuL8+UtkOxYQSMq60Ylw==","shasum":"857a9ab0a7e5a07d8d837ed43fe2defff64fe212","tarball":"https://registry.npmjs.org/compressible/-/compressible-2.0.15.tgz","fileCount":5,"unpackedSize":7003,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbn7wsCRA9TVsSAnZWagAA3BkP/12uh13r/9IQ/9Fbp73u\nWZepalH9mXEabZWsGu54MNyauzR4H3HqosgUbfATwG3zpDvxPXZ0F7EBaYMS\n6jJQboQxf/rnSywh3Ut3QRkjfT5VmkPYifA1IxLxocSnN00IK8b/VLzwTmHl\nQsZ9EgZsWRp2vul0wb/Nxixl535V2RTGbS7LwyMZN+KvAYoEJmagTIDX46Wh\nrKmfFSvjJ7HaJU4X6euMQ9AQERo0NUFOTUXGJg4/npE5m/wwAqihTu0vot3Q\n98aEdb0xXPMnehGR/UMJ32DyaiHZ7GLBs+nJU4OYj2T6tpwDBTUwvz841l9T\nllrOnXxoH7QfQiqyUTRjejPbZtDQLruYOnPBUBlQSxOVEhz0itBxJuZ8hKle\nukjRlD6gKFTKA+AjIAG3nCGR25pQuJP/ZAOVI3shhvNmWhbWKPY0qALvexNd\n0zBRwYC7RjKrm4/wAKCeBS3VsydtxK/Yh31z5zHJTGrqDX515+MRCcpYWlHE\nA1R62HqrGfYCDczmBgsLJh3KXV1k4ebWFy/aeivovuCnT72c1DROPBrGSQC5\n663Ax7OjmPH9bufpV/ONuUhrxrgjb5HuLbQg+fM22WUOchQnqPS9i+pTFgDC\nru9FY+k/+CG6X9l9xjwlFBSaLuIXvZ6Ee4TtkzfC501rKOA8tYOc1JsVirwF\nAfPF\r\n=6Sz4\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFx3FFTuNDsvLIWEzZKIgE+fftfJwVh5wOf3BJ7Ylg+tAiBZElQk3r8J1DbDzYcEoTZr/moODh/Ybyw+YibzNHi9OA=="}]},"engines":{"node":">= 0.6"}},"2.0.16":{"name":"compressible","version":"2.0.16","dependencies":{"mime-db":">= 1.38.0 < 2"},"devDependencies":{"eslint":"5.14.1","eslint-config-standard":"12.0.0","eslint-plugin-import":"2.16.0","eslint-plugin-markdown":"1.0.0","eslint-plugin-node":"8.0.1","eslint-plugin-promise":"4.0.1","eslint-plugin-standard":"4.0.0","mocha":"5.2.0","nyc":"13.3.0"},"dist":{"integrity":"sha512-JQfEOdnI7dASwCuSPWIeVYwc/zMsu/+tRhoUvEfXz2gxOA2DNjmG5vhtFdBlhWPPGo+RdT9S3tgc/uH5qgDiiA==","shasum":"a49bf9858f3821b64ce1be0296afc7380466a77f","tarball":"https://registry.npmjs.org/compressible/-/compressible-2.0.16.tgz","fileCount":5,"unpackedSize":7116,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcav9vCRA9TVsSAnZWagAAqWIP/2PS0cVG2KMSYi8NnART\nSDCsVF+LNer2Z4/2ILPI/sTmAmiUFvTeo0G2PkAp6TTunWYlAdy23sI4qys6\nWSNPNBobOv2Kj6iDFk3Yv+OxIplzVaxDUw5tyikFw02SJPvXxueo32w7VX9s\nx9o3Q9zhiAfNdp2Az+rFFdHnEu8w5kK0ruvMf7kKyZt6gwrqBVd4JSiKwwKo\nMAEOVR0uEJXA9rlI7EyPwogtqyZTX8Yy4uH7PAOrfbzk+ZaVxilnOvmEtQmL\nkfQkW/ZD/ZIdgeu2s60oJVKPdQEeJ7s6noe9L/8mXewpRihCAwZ1NE0kYVxO\nyAMfMwt7nopz8fuJ0haD0dS5+uybkXpwfeetPY991uHKMIk1WxyPpy74edMF\nnXHzuJO4o8nWnBmW471BB6A4IEIvZJSNio49aLx3douHrd9dZuvhKj+uj3Al\nyrqGG/P4So0CbBODLVhTwHLECy4q/emuRbvExnrjg9cZ82e0Qe3D1fUIfnCn\nm0p3x5qfGO9wzUths/Xnn8ZFK3PZFLDSEIBHt3hJE32z8Bq5t4HCm+zDvkS+\nXO5obVlrR9Ixr6RWA+SuPNyfe/FtT7t6/2z2JJ1aIztfAOhxDNg4aHy7DBso\n3SqOZyjgEzpdUbBrszpNRVm0n9vlQ7rVvPGa0fJ4+4PdNj7Q0VKD95+jyh7U\n2urj\r\n=t9LW\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICOQK7LFc0O9Iypn0U928xAWjiiGNOsQQIzXXaZakNeEAiAa6F8LYZRE+NRnf2mqzto4HeBLIjJUnMiHnZgfM0pTxA=="}]},"engines":{"node":">= 0.6"}},"2.0.17":{"name":"compressible","version":"2.0.17","dependencies":{"mime-db":">= 1.40.0 < 2"},"devDependencies":{"eslint":"5.15.2","eslint-config-standard":"12.0.0","eslint-plugin-import":"2.16.0","eslint-plugin-markdown":"1.0.0","eslint-plugin-node":"8.0.1","eslint-plugin-promise":"4.0.1","eslint-plugin-standard":"4.0.0","mocha":"6.1.4","nyc":"14.0.0"},"dist":{"integrity":"sha512-BGHeLCK1GV7j1bSmQQAi26X+GgWcTjLr/0tzSvMCl3LH1w1IJ4PFSPoV5316b30cneTziC+B1a+3OjoSUcQYmw==","shasum":"6e8c108a16ad58384a977f3a482ca20bff2f38c1","tarball":"https://registry.npmjs.org/compressible/-/compressible-2.0.17.tgz","fileCount":5,"unpackedSize":7192,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcwOKwCRA9TVsSAnZWagAAL78P/2lEciMjw1wyutzAX3dx\nxblDJFTALdONTTC8GslxhL5AGEy5MwqiJnU7isb5e0L9st6ixwtnR+LYCVcX\nURWwM8AQqQl+uR9yXfQw/ctyije2uAs4205TpY0aSKW9mZ0tRVL3IiPz0el9\nGKhBfYrw8TPVaX5L06L1IBR4OzU0KI0+1AAucC+miX27BXlORKX1jvAuky4h\n1w5y4sB2DQvQ00Bzn/aKZj+VlmFZaCEAxbcpdzO/4wJmZUnAh6XSBNaGGoi7\npRRh7IFMhWancon/XC9LcbcfZhuApqPCXBE9wn4vqFQTkNcPwdUSd+5PTRYm\n9+sQQXRiuDtGszrdYz01YI9W+jlQT7Ibi+Qe2HeS9bXSxdre9Y9JZ4urDKGV\n994vVI0EtZEBMQhoH0AN4YyuAOxSC/2VkCFXijZDGeJ4LR/WJQS+2AwTkp6L\nI+a7+ySb0i8CAiq9YcUB51XjIcaj//MkuZWOwmYG1qjnIAKyCUOR+HdopIlI\nX1WkAVFsTfxXIM9Ep35173umIUmY3ijdHBJrVQxndNRKf4hTBB2FCHj1EFqv\n3BtQjL0ghP2pSSror3gbf1rL/UshhMqqzRUGAF9nqv+BRUKpAM9QfCW1rXZD\n2QHul4xqvGtLojV2Kq6yNAfd89KCunxe2r9ISWyrIPtot8JwzP5hzDzWT8lI\n2QsC\r\n=XUus\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDyVzvxbu85C8F+w5w8xFPO34a1tXp1Jadh9jE4i4C7FwIgAJ0WvK6f/spw3CLNK4Rwt2ZrFhpJm2Nb6Il63tehfI0="}]},"engines":{"node":">= 0.6"}},"2.0.18":{"name":"compressible","version":"2.0.18","dependencies":{"mime-db":">= 1.43.0 < 2"},"devDependencies":{"eslint":"6.8.0","eslint-config-standard":"14.1.0","eslint-plugin-import":"2.19.1","eslint-plugin-markdown":"1.0.1","eslint-plugin-node":"11.0.0","eslint-plugin-promise":"4.2.1","eslint-plugin-standard":"4.0.1","mocha":"7.0.0","nyc":"15.0.0"},"dist":{"integrity":"sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==","shasum":"af53cca6b070d4c3c0750fbd77286a6d7cc46fba","tarball":"https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz","fileCount":5,"unpackedSize":7355,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeEryBCRA9TVsSAnZWagAAJ+oQAKCAszvCKZ9xyxyd5R9j\nMwZYPmN071vz6z3MXQxmFaFvYsE/U1HW9JU8dvgfuOdT/0mXVuRN+l94HcxJ\nbInW6GgsvwTZ+owcWQhG88jbEegcwaTh3wi4Us+aJTOb781ITaedr7spEll7\nakccNmpOS9Mk+oy52A0EC7N8/+xy9WEBTdWii3MsbyDWmsD+0qWl/SeKYboQ\n4/0JX9YHg3wDoiIlRJHXp4VXBRyp6Wscl38xWkZn5DRHhPLSzkDdYtvZkwcv\n9VD9UNma+OxDAEZdmFavvL964QrhPPrjiI77fIOP/S7LFdepDWlIgpSduhdZ\nN2KhBJtRWNZywCKzFGBSRJuAa/ZTUqIv9cSBWTidqNOHucVJf+00dQBqYFuY\nkbqVPks/LC54An6loFaqkj4U+C0a/PFHVgdH4C2eBldz3W6bwFEQ0kLmICCi\ns53uKWv5+4ULBXiOIpGa0LtH6fM6GfHKS02BScI7cMpengBNM4bTvAkz8s6g\ntu8wG0b+mxuu7rCGzdUaLHLvBjuuQsQRa96NH+L3omSMSmDeZhGWVuK9ObiA\nXcGJnVWsGQ1vuuRht8Npx/aq4YOZ05jh5MvYCh9hgDbLQOnvUCxpB7i9UjSY\nPl1liyYKzmxyQ91ZGXkIQC6qCGWPgmz1XhvAUkLgPmFLOCbwBIEfrcwcBSqj\n/v94\r\n=4fyH\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDCwKIMkAdavELG/qhUDUBMmN82U8QR4XvdpUkUTffENAiB/i00/diFLgRI7TTR48x+ReHkdSBmj2jSqwmpRoTW45g=="}]},"engines":{"node":">= 0.6"}}},"modified":"2022-06-13T20:24:17.756Z"} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/content-v2/sha512/34/ea/7009232d7f565e3aa548c9062499d4ee0a3793d429051c8214ada009c48306aca305558331d1f065dc93bc51e032c8193823958600151e72848eefb13441 b/software/flow/.npm/_cacache/content-v2/sha512/34/ea/7009232d7f565e3aa548c9062499d4ee0a3793d429051c8214ada009c48306aca305558331d1f065dc93bc51e032c8193823958600151e72848eefb13441 deleted file mode 100644 index 96c7799..0000000 --- a/software/flow/.npm/_cacache/content-v2/sha512/34/ea/7009232d7f565e3aa548c9062499d4ee0a3793d429051c8214ada009c48306aca305558331d1f065dc93bc51e032c8193823958600151e72848eefb13441 +++ /dev/null @@ -1 +0,0 @@ -{"name":"bytes","dist-tags":{"latest":"3.1.2"},"versions":{"0.0.1":{"name":"bytes","version":"0.0.1","devDependencies":{"mocha":"*","should":"*"},"dist":{"shasum":"2a76c866ba90e6fd2641ab5c9fdb6c4e8b4015f7","tarball":"https://registry.npmjs.org/bytes/-/bytes-0.0.1.tgz","integrity":"sha512-2ZhP53YDniyaeXmgESc8twPWeTRY0fY6jqVEHJRvG16w8ZgE1kK+/eaiSAnTJmz5m2408nrgOXNIdaoHjE/Vww==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGOcpRJisVFVt8+VH0JUsYLSpxbuM6HDSb+xetMQ56R9AiAiyHHhquwcMLwDBcTVNVRKQVFa/gNQRPKyQ4guBnV3pw=="}]},"engines":{"node":"*"}},"0.1.0":{"name":"bytes","version":"0.1.0","devDependencies":{"mocha":"*","should":"*"},"dist":{"shasum":"c574812228126d6369d1576925a8579db3f8e5a2","tarball":"https://registry.npmjs.org/bytes/-/bytes-0.1.0.tgz","integrity":"sha512-zTSmfpu7b+Mll4T9ZjTYUO3Q6+m+F3ZEQ515ZECaAFhmmHiRl/UcdcAsuFyVklbMRo9GWyRyqTsB6C6ahjGnVA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCsXk2cE06Mt78hwrxxUDellfIKiOBo017K0X0eF6ncKAIgdk7Ruh81XeLkgC2jMRfbWi13u+yMy6UkaU17YyE2Uf8="}]}},"0.2.0":{"name":"bytes","version":"0.2.0","devDependencies":{"mocha":"*","should":"*"},"dist":{"shasum":"aad33ec14e3dc2ca74e8e7d451f9ba053ad4f7a0","tarball":"https://registry.npmjs.org/bytes/-/bytes-0.2.0.tgz","integrity":"sha512-qH6XVfDizpXcxZisRfVo6rtnGQC2EoF88+p29KDyGN/0VQXFJ+ot8pkYiD673sUgeTirO42UVBitFOFzjVOIrQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDUOaMCFiySMNT70A1ElyLJ67jlXMYkPW9q372xm5KEOAIhAKty4m3kcSXhLaqk49P9wlmoR6exRvfC524kSTrVLzgl"}]}},"0.2.1":{"name":"bytes","version":"0.2.1","devDependencies":{"mocha":"*","should":"*"},"dist":{"shasum":"555b08abcb063f8975905302523e4cd4ffdfdf31","tarball":"https://registry.npmjs.org/bytes/-/bytes-0.2.1.tgz","integrity":"sha512-odbk8/wGazOuC1v8v4phoV285/yx8UN5kfQhhuxaVcceig4OUiCZQBtaEtmA1Q78QSTN9iXOQ7X2EViybrEvtQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCy3Lfo9HWeMRx89Env55OARilhr/035Gy5DBr+0kZH3gIhAMtZ5H4MCF4QdWpnUDzyjAPR2SoXbEui1P8NdgKnLZ+z"}]}},"0.3.0":{"name":"bytes","version":"0.3.0","devDependencies":{"mocha":"*","should":"*"},"dist":{"shasum":"78e2e0e28c7f9c7b988ea8aee0db4d5fa9941935","tarball":"https://registry.npmjs.org/bytes/-/bytes-0.3.0.tgz","integrity":"sha512-koasz05sePZ8FLtyBSyGGlrvr1DYqr+D/MFXkz9afRugTCGKuqw6fjWMMmaCWEKtmWpgOnaGI4qlw/hPyyYX6g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEZud+4pBNtClKgW0u9lrPJ7msR05PaNGBIdWBVYxv7qAiB79mc9om2yZtAChqnQg99HrHHkkVRWAm9yZolz0HneBw=="}]}},"1.0.0":{"name":"bytes","version":"1.0.0","devDependencies":{"mocha":"*","should":"*"},"dist":{"shasum":"3569ede8ba34315fab99c3e92cb04c7220de1fa8","tarball":"https://registry.npmjs.org/bytes/-/bytes-1.0.0.tgz","integrity":"sha512-/x68VkHLeTl3/Ll8IvxdwzhrT+IyKc52e/oyHhA2RwqPqswSnjVbSddfPRwAsJtbilMAPSRWwAlpxdYsSWOTKQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDzaAu2kfu04Asalxc2OspM5ekHfq4NTHa4qFcjf4ROzgIgQwUiWuUcMIwfIAnUuFwbD/d9spYq6RLoDLqduYtoWjo="}]}},"2.0.0":{"name":"bytes","version":"2.0.0","dependencies":{"node.extend":"*"},"devDependencies":{"chai":"*","mocha":"*"},"dist":{"shasum":"37feb25b3478674e7b78a16720826b033459a6ff","tarball":"https://registry.npmjs.org/bytes/-/bytes-2.0.0.tgz","integrity":"sha512-jDZ1sp79Es5p93171z37OwKZ/GeE9Vf62ElWBlvbRLfDo9oP5FMizQh3eNuABN+QxCcgGQcGvQhyFXXub8+llw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDkVGEcOpFYm3m1WQMCQiFAkdmnF2zMD1hc9ZyQCgYY4AIgUhaFPGHMfW3q0UiVVZkDNUnCVvEVTK87zsxl8+ipzKA="}]}},"2.0.1":{"name":"bytes","version":"2.0.1","devDependencies":{"chai":"*","mocha":"*"},"dist":{"shasum":"673743059be43d929f9c225dd7363ee0f8b15d97","tarball":"https://registry.npmjs.org/bytes/-/bytes-2.0.1.tgz","integrity":"sha512-pUGc1znbnPovo6iycD1Ster5q3/ZP9YOqzXYLWKqgok0eCVMzZ84mVH3wjyRi6HPuHZ+Y8zKgzXdRWi9XIJUjQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGSXu26NBGM11GKjB1Q6vTmaIAFVCsviQRIORXKXMd0DAiEA+HYCQStnjXX6GkKcc3HP7V3lSSf4C4kPpLo+9yNTtFg="}]}},"2.0.2":{"name":"bytes","version":"2.0.2","devDependencies":{"mocha":"*"},"dist":{"shasum":"580fea1111c2df039f2644ff917ce4010501184e","tarball":"https://registry.npmjs.org/bytes/-/bytes-2.0.2.tgz","integrity":"sha512-OfudwDk9qPBwtZAamVy9DlwEM1onqoccAwVEGejp+tvIywbO4SIHEiDX54Ut9DUQavunXU7OSWvsdwfLV7YDjw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCPfgN+eGGpDsoji2gfvWLF80WCBwUD+In4m2MXVGRkeQIhALs9VQczTVYSPV9GZszf/RQ24crkO9OM92atvpZCS/u5"}]}},"2.1.0":{"name":"bytes","version":"2.1.0","devDependencies":{"mocha":"*"},"dist":{"shasum":"ac93c410e2ffc9cc7cf4b464b38289067f5e47b4","tarball":"https://registry.npmjs.org/bytes/-/bytes-2.1.0.tgz","integrity":"sha512-k9VSlRfRi5JYyQWMylSOgjld96ta1qaQUIvmn+na0BzViclH04PBumewv4z5aeXNkn6Z/gAN5FtPeBLvV20F9w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC51PmpO7BlP0nmh3A+IXgfilzW5Wkam1MG4oSJhosW8wIhAJitJVH1FLyfnw7xBhhwuqvzvoqZIq9vVPeyFPbf4fMZ"}]}},"2.2.0":{"name":"bytes","version":"2.2.0","devDependencies":{"mocha":"1.21.5"},"dist":{"shasum":"fd35464a403f6f9117c2de3609ecff9cae000588","tarball":"https://registry.npmjs.org/bytes/-/bytes-2.2.0.tgz","integrity":"sha512-zGRpnr2l5w/s8PxkrquUJoVeR06KvqPelrYqiSyQV7QEBqCYivpb6UzXYWC6JDBVtNFOT0rzJRFhkfJgxzmILA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDzzZmUmAYJXrb39ZaE39RS6IJ8Z6SRo5ZLeXhH9dZvCAiEA0mPbdv1rO5Qaq6LBVxH8UVii7JH21RGOi6ZUNyLEqz4="}]}},"2.3.0":{"name":"bytes","version":"2.3.0","devDependencies":{"mocha":"1.21.5"},"dist":{"shasum":"d5b680a165b6201739acb611542aabc2d8ceb070","tarball":"https://registry.npmjs.org/bytes/-/bytes-2.3.0.tgz","integrity":"sha512-G2l2Thxusl/3ntUPv6kkri/pTRN4iBelhHJRWldzTFxaCASnl5gB2+IWLDHIGfqu99qC9M+BE7cMOC+z99B4pA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD2GMowkzP8LsODxYl4/ojkr8SCn+dg2Dp0CNBslwRuiAIgKikjj14NtAbrSv7peblv/+mw51rfJ9exmzihkx9j504="}]}},"2.4.0":{"name":"bytes","version":"2.4.0","devDependencies":{"mocha":"1.21.5"},"dist":{"shasum":"7d97196f9d5baf7f6935e25985549edd2a6c2339","tarball":"https://registry.npmjs.org/bytes/-/bytes-2.4.0.tgz","integrity":"sha512-SvUX8+c/Ga454a4fprIdIUzUN9xfd1YTvYh7ub5ZPJ+ZJ/+K2Bp6IpWGmnw8r3caLTsmhvJAKZz3qjIo9+XuCQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCRSI+Fm6POiCGBXkYKhLusRtkimKtLNSRI+fRdBjq41wIgScRZrPImrT8y5AuWXiJQ1cxj3PwH5KYWcZBPdmJm/3E="}]}},"2.5.0":{"name":"bytes","version":"2.5.0","devDependencies":{"mocha":"1.21.5","nyc":"10.1.2"},"dist":{"shasum":"4c9423ea2d252c270c41b2bdefeff9bb6b62c06a","tarball":"https://registry.npmjs.org/bytes/-/bytes-2.5.0.tgz","integrity":"sha512-hkQtlCqf2f67v+GDlR9DImH1Bu/DxA/yNR7EmnbxCgxYgm4u7rLTJw8LYJdttHOl+H+++Fv0SQF7PgXAtqkfVg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHEzcRFv1++m/9I4Pu8MnXt9uJB5AKWmWEgQH8wEtR8IAiA46uG4AKCn3XynnnWduftb6/8m3Z1OD1oqYdowdNRbWw=="}]},"engines":{"node":">= 0.6"}},"3.0.0":{"name":"bytes","version":"3.0.0","devDependencies":{"mocha":"2.5.3","nyc":"10.3.2"},"dist":{"shasum":"d32815404d689699f85a4ea4fa8755dd13a96048","tarball":"https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz","integrity":"sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD/Fi3tDm79ZgJWwOcOfn9AeW98b+KHElf0WkF0U0brNgIhALxt7v9i9V9BGKe9TJBIuUwHGFqme6dCt8l2L9vcb14c"}]},"engines":{"node":">= 0.8"}},"3.1.0":{"name":"bytes","version":"3.1.0","devDependencies":{"eslint":"5.12.1","mocha":"5.2.0","nyc":"13.1.0"},"dist":{"integrity":"sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==","shasum":"f6cf7933a360e0588fa9fde85651cdc7f805d1f6","tarball":"https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz","fileCount":5,"unpackedSize":10997,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcR/D3CRA9TVsSAnZWagAAKxQP/jm6fmIJFjJzEpnOmOQu\n4tOWELz5luZxpItaWETqZxSAqm0cU4PiqWdkzVV7KJPgKROz6IgtqW4gvya1\nUcI1LlVSQ8zNlu0UiDLOL8yz/MKjeOEdDppglxHN7Dim+tvUVu0hF/4uhuOc\nhAG1ybdaijfeGN6uBM9P6TiqQUpT2AFuS4BUfZoAW4Gfq8fYUG5RW0KsicZB\nJ0IVRreG3KXu9BOoFa+PiGXX+LIG45yE7vMNXbWULyE5vnkBdJJK8L45lFPJ\nSHGKqYK/WIyFEnDBEQgXK9pDsbz9UvPRJFqRfrHyAkfifpTekhpKTNvaj+bC\nvuokTgppKHo8h3l3wFpXKO/Zb/UQFYH1N0dKFO+NSv4gR47Bez6O2Q0Y1ZdE\nHJmZRrFCRzr/m1VT3fZmDwDPJxjZ5kyATliI1lttyOInGlVJg+VR0XFrn0d4\nYOSKxgqTS5jIOPBNZgvt7lYGdBt9TnGk7VYMEdwHm9jfx4Hdj2aEhj3x5mss\nxlVX6q1+5Qg0Am5EWgRMYnODh9Q0oLH4Zaxi4lJr+hSp/6Ln+0IXPNcgT0lj\n+77CxeAxOQG6Aj5G6H5e45x2CGCavny5rsR133vCGBnHGuRcNOSvgZ3BmUvH\n2JB4YSQCAxX/Ku6phJepP0Ktv8gKMWohF+AM2b4oHlUnW4Ny6B7w7PMJoscM\nlFdb\r\n=oAEj\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICBEKYkl8yYrf0e+6QxRU+y3f5R5Uy70zGrfY3QIWjXJAiEAkMc0g2s5Gd7wB6vD3To9fOIZqgQtcl5FjTr+uyouaIo="}]},"engines":{"node":">= 0.8"}},"3.1.1":{"name":"bytes","version":"3.1.1","devDependencies":{"eslint":"7.32.0","eslint-plugin-markdown":"2.2.1","mocha":"9.1.3","nyc":"15.1.0"},"dist":{"integrity":"sha512-dWe4nWO/ruEOY7HkUJ5gFt1DCFV9zPRoJr8pV0/ASQermOZjtq8jMjOprC0Kd10GLN+l7xaUPvxzJFWtxGu8Fg==","shasum":"3f018291cb4cbad9accb6e6970bca9c8889e879a","tarball":"https://registry.npmjs.org/bytes/-/bytes-3.1.1.tgz","fileCount":5,"unpackedSize":12136,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh2lUOCRA9TVsSAnZWagAAHw8P/Rca6dTuXi60E+sJkqXw\nrqtLyoL0IDRqTU7Qj1jnHHdA79D8vZQJbR8B4056F0OlUlRo/Am4hfbQdfWR\nReNj6ajXv0+cUK6ttOg0vg/5TjaRKfWOh5l55aockoZcTVYOkG9fygXV2mJz\nCioEu1mw+V8hkF4sh5HQl8zp/SLfEPQhEJ/KXEJxTyGryyGC50OO/xilanBM\n1hHyZBXNCtXPYVLpOhjoIeQ/dPwmVZfAKxN4RWGbD5M4kRnHUpwFu3PJ5jpa\noW56S4mBfRoNQoiLwTB+szZzRtWzytMeP6PV/hiYOzGMjNpw7OrC1EqMFeZk\nWQ0x+eDD7px2W1trJQl6mhJNYDL+uzkBEpNAHdweyNWV1W2VNvEFuAfd8lFw\nUeEp+QKpxNY8eMSDJh0cjzbsFCtEy4ZrboYjkXJ+Dvzvp9ZSbAZL1TmOhqgR\nf35E9taJW/DiJ0g5LVlva2oWFpfiIFi1uycp3t7KmZPCs4RJcfOSAYvTDqU3\nU6AEvEa5Q/1SVmkyuz8QvWiyy9AVdm5ThDtqO5A3PbZFpWA8eHXFckqUhbAw\nC0GViq3QrcP4U8YNHLc1w8XBcFsspKzHVHuUWo2uPuZFPIctXsuQE+T5MjIM\nHfYqfNIRWo2VcGWnxVP8eCHiSw6UVOU+Y9N22lTbjqHTILQ9WNPNkscohdju\njz0S\r\n=BeFr\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICsUVFAHknQTScXP943jHi05/pY6N+VHbCx7ivNZHGm6AiEA3+c/nmd8wXI39YO2XRUy9HLpxPAgeyHixwOJKNEO2M4="}]},"engines":{"node":">= 0.8"}},"3.1.2":{"name":"bytes","version":"3.1.2","devDependencies":{"eslint":"7.32.0","eslint-plugin-markdown":"2.2.1","mocha":"9.2.0","nyc":"15.1.0"},"dist":{"integrity":"sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==","shasum":"8b0beeb98605adf1b128fa4386403c009e0221a5","tarball":"https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz","fileCount":5,"unpackedSize":12270,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh83jtCRA9TVsSAnZWagAAe+wP/jWIZ72XE6ZWFU6ZFAAF\nTkIIEfiGukvMydg/O8gyR/5+9Z8tHnooZKM37TcPLTCHpAOOR6iDpUy2bawn\nvmNqqFVzihzDCRTGWpsg8tG48FFDylbKA0znBT8RM6P94vE0kshsqUnRtCiN\nb0s3OU4UW29TKShrp4y542Kbkoc3xQkdp47LqgWGghESWQiuxylYc4+xy6Yq\nw5O2MZ6THbG6dv25HuXS7vwHi2tcV6BRe39r35Fi0WHnvCOS9uEGvapP2TE6\nS+sgnr58h+bjfUY4SJ/kCmafvhVHVpTuPMGEhBO87nn031XGjqskrSD1pRxc\nqgcWE+VV1WJ//ADgQH4lUR+z4NHnFCLPVrfZsuZ06ul3Ig1lM6vBR8bWOzEQ\nPIwfmwQ/VsXFo/q5I3FZwJ+OH2AUYQ7vHo9Jf79mbJsoIju2Yf3GthU0aQra\nseIjwQSm+z+LN03Gu0fScMMxCg7hl9trZYTNdMnOH9QhXhrC9gugbqPpuqWq\n4Pw3Fh/ppCIWM5bpxcelA+jEAoxOUEKBMf0QQdYFEy9mpJNo0Y9TqwGAtIWh\n94Yl7Qpj9i69NfWZZt5hD+SdnrAtgXDQAG+FtSiB33MTXVvOZV6NoeOomJHO\n+X0YscYu+mYaq+qbS8jp3C++mP8as9k120osRye/EfOfwJ3Z/vAUn6UJI37L\n22G5\r\n=SIO7\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICIXGWWKT58oV53CG9pCQQkHrfBUvxGaCO7z41FJPcNHAiBu4c8QL6bJm86CKCn4L0LI1gAjJEygBuFXBLxjnvcJkw=="}]},"engines":{"node":">= 0.8"}}},"modified":"2022-06-13T05:21:29.914Z"} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/content-v2/sha512/35/f8/82257bbc429dcab73a51da022b6e8e9a897a74df828966faba796063ae9e3785d89687d9ed14a3e988805b057aaf90caf440eb66d4609a680ffd30836ad4 b/software/flow/.npm/_cacache/content-v2/sha512/35/f8/82257bbc429dcab73a51da022b6e8e9a897a74df828966faba796063ae9e3785d89687d9ed14a3e988805b057aaf90caf440eb66d4609a680ffd30836ad4 deleted file mode 100644 index 6484e6a..0000000 --- a/software/flow/.npm/_cacache/content-v2/sha512/35/f8/82257bbc429dcab73a51da022b6e8e9a897a74df828966faba796063ae9e3785d89687d9ed14a3e988805b057aaf90caf440eb66d4609a680ffd30836ad4 +++ /dev/null @@ -1 +0,0 @@ -{"name":"ws","dist-tags":{"latest":"8.12.1"},"versions":{"0.2.6":{"name":"ws","version":"0.2.6","devDependencies":{"mocha":"0.0.x","should":"0.3.2"},"dist":{"shasum":"aec644a272a71228f7cc86d41167a6ec855d8a12","tarball":"https://registry.npmjs.org/ws/-/ws-0.2.6.tgz","integrity":"sha512-X8UBKX1qUKWv4qWFlD9e7hdak68SygQEiW7UvkekwXY0tLAR5qLeu+a4OSn1mhJkY9pCiFGOC93VvDfYBGiIcg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCCCcXnJ8Q3fNNHebTmwlVgdQO5yTXauWNTyR9+Majx6QIhAOSQHv2MDKLFcoN24a8MIWN6ytZ3kH0qzvyzsywUlFjf"}]},"engines":{"node":"~0.6.0"},"hasInstallScript":true},"0.2.8":{"name":"ws","version":"0.2.8","devDependencies":{"mocha":"0.0.x","should":"0.3.2"},"dist":{"shasum":"861f66649e5019e0b188c380da99ec09fc078f95","tarball":"https://registry.npmjs.org/ws/-/ws-0.2.8.tgz","integrity":"sha512-+y5P9TVfp4J3NA3IL89MYAAlNReBuv8S5QcRxJcX/5to0P4PVlWMeOFCSIt+rpfjZ3AJt7r52fckv3JReDQaug==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEkZGoatAPDzs+0dzGFCrhjK8k4YgbWu2kjJuFghVfa/AiEAih3PFSeOcIuks7WV75hpPGXljdOJ+lhii3lCivBimuQ="}]},"engines":{"node":">0.4.0"},"hasInstallScript":true},"0.2.9":{"name":"ws","version":"0.2.9","dependencies":{"commander":"0.5.0"},"devDependencies":{"mocha":"0.0.x","should":"0.3.2"},"bin":{"wscat":"./bin/wscat"},"dist":{"shasum":"7f32270036409863d1401d6da6e58653b572b18b","tarball":"https://registry.npmjs.org/ws/-/ws-0.2.9.tgz","integrity":"sha512-RYUhotLNmjKkR1cpkMT8Ybj+Oa0H21c8ql8W42COp9QRr+dAvvDaeZia63ckximC/PEPty8YV3VCGbXmKuiQEA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD2eHjMOOKsNl6gwddq/G2WH1PFXSmO7rcj2BkCF4GJlQIhAOXzPsQIzkaN9OcGwiu6/tHItijyqVML275DKF195Hx9"}]},"engines":{"node":">0.4.0"},"hasInstallScript":true},"0.3.0":{"name":"ws","version":"0.3.0","dependencies":{"commander":"0.5.0"},"devDependencies":{"mocha":"0.0.x","should":"0.3.2"},"bin":{"wscat":"./bin/wscat"},"dist":{"shasum":"c67c62352261fa6f8b1eb5dbcf2f9be969525aaa","tarball":"https://registry.npmjs.org/ws/-/ws-0.3.0.tgz","integrity":"sha512-Ykgm4wlflId1SgVK8HNFsp21vuINgn58hjVZd6OLmo/gEUMflh+IMIj1oqOvTu+Ykz3XT1nr+ZejKURSFx6+Vg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCnTlRGjdloIZbW+3bDX1os3yGUkyClySYFACFuXoPoWAIgE8QfZnka230qEfqpe7df56tEIWCkQNbOvexQxZGypzw="}]},"engines":{"node":">=0.4.0"},"hasInstallScript":true},"0.3.1":{"name":"ws","version":"0.3.1","dependencies":{"commander":"0.5.0"},"devDependencies":{"mocha":"0.3.x","should":"0.3.2"},"bin":{"wscat":"./bin/wscat"},"dist":{"shasum":"73f5d1b310f72594857ecaf0e5f79c7af86385a9","tarball":"https://registry.npmjs.org/ws/-/ws-0.3.1.tgz","integrity":"sha512-curlXtjxeXlso7N71SAmzW2HFKxRRQVqfGuc5z3QC/pGpA4wGs5gX12Dy1tFrihV0XdwJRKl9YbqpZEYUJ5FcQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD8AuqyCMoiZa7YruQZQGD3n/3sHZfiWL5ZMSaWpesG8wIgVZTDB9wKuxzkNEhJHjr/ZTWSTQqUEyustV6Olf393Yc="}]},"engines":{"node":">=0.4.0"},"hasInstallScript":true},"0.3.2":{"name":"ws","version":"0.3.2","dependencies":{"commander":"0.5.0"},"devDependencies":{"mocha":"0.3.x","should":"0.3.2","benchmark":"0.3.x","tinycolor":"0.x"},"bin":{"wscat":"./bin/wscat"},"dist":{"shasum":"c57326cba08f76231002b3e4fa595676938d39af","tarball":"https://registry.npmjs.org/ws/-/ws-0.3.2.tgz","integrity":"sha512-eua0MSSM/bxEWAUggpQA5YZSXQFoqlJBuV5k21w7lFyVlFPc8uvWqaMPlwtweg1PeeB6EVvS611vTyzLiJLD1A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAaCFZGHbePaYX9nYP4kHn95sq0XlvWleHKz/r7ZHFr1AiAsC/MLbLCjL2UttHLVjO3mvgHV2AzFR1Et0UKltrWNnQ=="}]},"engines":{"node":">=0.4.0"},"hasInstallScript":true},"0.3.3":{"name":"ws","version":"0.3.3","dependencies":{"commander":"0.5.0"},"devDependencies":{"mocha":"0.3.x","should":"0.3.2","benchmark":"0.3.x","tinycolor":"0.x"},"bin":{"wscat":"./bin/wscat"},"dist":{"shasum":"a506abb667a903e5a8a281009be3e976a1e17643","tarball":"https://registry.npmjs.org/ws/-/ws-0.3.3.tgz","integrity":"sha512-8x6/86AS8cTpUnkVU3izLKN/AXoC5jpv9bw++OOt/TW9nTHParBBhwYOW8Y0ImMoge0uZL3+Z1jcISMU+fAmeA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCty/2e0fNP7/OHKMb5s9x7HIXdsaDhXAtwH1RGsyGKRAIgIF47XDEYqpAjahMoNmO19l88QmKvhXK/sRJ1GV81Gig="}]},"engines":{"node":">=0.4.0"},"hasInstallScript":true},"0.3.4":{"name":"ws","version":"0.3.4","dependencies":{"commander":"0.5.0"},"devDependencies":{"mocha":"0.3.x","should":"0.3.2","benchmark":"0.3.x","tinycolor":"0.x"},"bin":{"wscat":"./bin/wscat"},"dist":{"shasum":"2252c1b3a6d646d899d5bab7b31bd979b139fadd","tarball":"https://registry.npmjs.org/ws/-/ws-0.3.4.tgz","integrity":"sha512-Plnf99N5VnaHpEAuwLbEjqDHxyQnXQEDx8IKuwvwqV8FIJbwBu0n0yGIn/GHSwcpyYw5J4pKu+bryjxV37Lcfw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFKYTnyafyeYFBsb9ucv9I9DH31JK9tJSDR34InVsgzdAiEAlljaz8pBy/j5v8tFAQJHIAG6kx0bIU2CcdqA3sM9+CQ="}]},"engines":{"node":">=0.4.0"},"hasInstallScript":true},"0.3.4-2":{"name":"ws","version":"0.3.4-2","dependencies":{"commander":"0.5.0"},"devDependencies":{"mocha":"0.3.x","should":"0.3.2","benchmark":"0.3.x","tinycolor":"0.x"},"bin":{"wscat":"./bin/wscat"},"dist":{"shasum":"8ff01a3ed0bee94ef4f4c6b7bb1b868c6a58e5fa","tarball":"https://registry.npmjs.org/ws/-/ws-0.3.4-2.tgz","integrity":"sha512-bkI5Aw0J8f5tnMV0PRAI0Y7VlpNohqAE7qP7ZwTY7n0PpQMuX4wCK+JM+whpuwaGgejsQ35OmYNkw+58MMkVYw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIG/CFYXM709tzxJd/z4ZVi4k/XZuETbWkIe4rdfGB7gUAiEAqHpd2mW+J9p44q9BhA3erAaZeUUsbwB/B7ooMJ3C1gI="}]},"engines":{"node":">=0.4.0"},"hasInstallScript":true},"0.3.5":{"name":"ws","version":"0.3.5","dependencies":{"commander":"0.5.0"},"devDependencies":{"mocha":"0.3.x","should":"0.3.2","benchmark":"0.3.x","tinycolor":"0.x"},"bin":{"wscat":"./bin/wscat"},"dist":{"shasum":"cdda02de927eaec577b4a67604075ec16c145527","tarball":"https://registry.npmjs.org/ws/-/ws-0.3.5.tgz","integrity":"sha512-IK767nXTSDgvoi+KB8pFn7eWir69x5NxCFdrgIaJ9qbaXWO2505Opyi+WawG/1Sk+PxR9vvWpi+5gt5jNbKDjQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBzKSNzLCZkxy0fwcboO0wD9yLrtudrXJzP62HfcMzAZAiEA4MXz+t5NICIu5G44f0HUfzN7YqNaJFq4Pr57Vws+esM="}]},"engines":{"node":">=0.4.0"},"hasInstallScript":true},"0.3.5-2":{"name":"ws","version":"0.3.5-2","dependencies":{"commander":"0.5.0"},"devDependencies":{"mocha":"0.3.x","should":"0.3.2","benchmark":"0.3.x","tinycolor":"0.x"},"bin":{"wscat":"./bin/wscat"},"dist":{"shasum":"0e58b65ffb2eb597a85d08d5c975c54014f57f65","tarball":"https://registry.npmjs.org/ws/-/ws-0.3.5-2.tgz","integrity":"sha512-3xURHoC8uRaVMh4f1bWZRKOCkMh1/y4oK/wdLKyEUAysqE/MPnE8HNNlbSb7bWtO0DkV9sFTPGyzYb8vkVr8nA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAmv///tHPS69XdUcL4RryUq64ptl+s8HzOr5DW29C8lAiEAssExe6fidk7xLE5dUGvVQ4Kcql1TKuhYUtoGzFeREx8="}]},"engines":{"node":">=0.4.0"},"hasInstallScript":true},"0.3.5-3":{"name":"ws","version":"0.3.5-3","dependencies":{"commander":"0.5.0"},"devDependencies":{"mocha":"0.3.x","should":"0.3.2","benchmark":"0.3.x","tinycolor":"0.x"},"bin":{"wscat":"./bin/wscat"},"dist":{"shasum":"84afdaf8a4ed524ff41e38c18b7231ee5a98749f","tarball":"https://registry.npmjs.org/ws/-/ws-0.3.5-3.tgz","integrity":"sha512-hZTNq0A/ZFAN1979KBYZWHMz0YnHd/AHYDPYXmVxjJE+w65UGh4U2uu3ILdw20rAfB+FV/NalQp0Yp5Ed4NVSg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCX4dhUreYB6qyS7gOJfNYotgy6OhXb+bO++mJKOZWbDAIhAKpoAi5hGiGmdP0vVagcJEyTtLDGcHyhEijlnXnmqsNV"}]},"engines":{"node":">=0.4.0"},"hasInstallScript":true},"0.3.5-4":{"name":"ws","version":"0.3.5-4","dependencies":{"commander":"0.5.0"},"devDependencies":{"mocha":"0.3.x","should":"0.3.2","benchmark":"0.3.x","tinycolor":"0.x"},"bin":{"wscat":"./bin/wscat"},"dist":{"shasum":"d4bd8a2e3659a85e7784a061088a9410fa70f1ae","tarball":"https://registry.npmjs.org/ws/-/ws-0.3.5-4.tgz","integrity":"sha512-n3iNJzb7qClM5f5BpATbdWpazxV3bWclr3MvwVIuJ3vcIQ7t1CKKqmxi0uOHCIQX1JfxzhrnhkvO9rM0c0a/SQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIArdbpDI4nUv2SlHnRdIoNi122koXrVmiHcSKmbBMOvNAiB1w7E9OI17m0Rl5Gf98DAxLoRJY55gm79+QUVOD5IESg=="}]},"engines":{"node":">=0.4.0"},"hasInstallScript":true},"0.3.6":{"name":"ws","version":"0.3.6","dependencies":{"commander":"0.5.0","options":"latest"},"devDependencies":{"mocha":"0.3.x","should":"0.3.2","benchmark":"0.3.x","tinycolor":"0.x"},"bin":{"wscat":"./bin/wscat"},"dist":{"shasum":"9a5f590afaf25b07c8068a3dca27a8ce53f94723","tarball":"https://registry.npmjs.org/ws/-/ws-0.3.6.tgz","integrity":"sha512-YXF+wQfuhgHj5ZQEbyf7bdiXnXI97ySF57KvW3KgVomgdV7mYQTHTC7l+qvRLjdjOUBnY61MdeNYnvsBHRpTcQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCLcvlvdrf8d1Hc/P4QjKdFcOR/62aqEoQGezCX9oGjrwIgXnUfhLUogNqS0xQ0q6GrUZHBJNP9kt7T/6PWR/3T6ig="}]},"engines":{"node":">=0.4.0"},"hasInstallScript":true},"0.3.7":{"name":"ws","version":"0.3.7","dependencies":{"commander":"0.5.0","options":"latest"},"devDependencies":{"mocha":"0.3.x","should":"0.3.2","benchmark":"0.3.x","tinycolor":"0.x"},"bin":{"wscat":"./bin/wscat"},"dist":{"shasum":"8e4495cd48fffb5789792711b70af3a24a562921","tarball":"https://registry.npmjs.org/ws/-/ws-0.3.7.tgz","integrity":"sha512-GTsWIUlU3SRb7QbXCjyfvDcbEJXN4RBij+Oe3h0CRutObjXn0EKQ7Cl+gNrHsSUOCyYYulm5GzwtaIsKKhapOA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAzQ1MkUSWFUzOvXnYPrMMsAEkUz5ErxZpb027V8kqQuAiEArEPKeLxL8ADaZS7zCpnl+cNKM4sle4ao2mFxofRuL/k="}]},"engines":{"node":">=0.4.0"},"hasInstallScript":true},"0.3.8":{"name":"ws","version":"0.3.8","dependencies":{"commander":"0.5.0","options":"latest"},"devDependencies":{"mocha":"0.3.x","should":"0.3.2","benchmark":"0.3.x","tinycolor":"0.x"},"bin":{"wscat":"./bin/wscat"},"dist":{"shasum":"34bcb09d0c3a32d7c2ba6fd1ee900662c9e35e23","tarball":"https://registry.npmjs.org/ws/-/ws-0.3.8.tgz","integrity":"sha512-LCh6ZODxCUyO9949p6v6Y7+MWFvCrUz9KmJbF6J/9KvLBEB4INI+bDVOWK14Snz0djjLg7IZwEfpf+63KEsZWA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDNriyfvvTZoYoJ0d5/IexMAOKrmN7Pe3l90wMMeU1zggIhAK1kWtxP4CaAO9bM5uDZeqtOfc0Sp4K2l5E/Q9Xq+AnU"}]},"engines":{"node":">=0.4.0"},"hasInstallScript":true},"0.3.9":{"name":"ws","version":"0.3.9","dependencies":{"commander":"0.5.0","options":"latest"},"devDependencies":{"mocha":"0.8.x","should":"0.4.2","benchmark":"0.3.x","tinycolor":"0.x"},"bin":{"wscat":"./bin/wscat"},"dist":{"shasum":"4884b921daced4f35b0f821652bb11dec47cda3c","tarball":"https://registry.npmjs.org/ws/-/ws-0.3.9.tgz","integrity":"sha512-kqvk/oR9VEYq590d9uGK6zPBgCHschTHn2eBVPlgFclhcIbNMDDQVR7vjXiEz/bbVbyO4ILyNnIcVyhEHKwbTw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDw7H9k3W4zVEgEoiRKYRIamNeE+7yWqJmRRZDghDKd0wIgTJDXmhO9RylNgPe3kZvLOLqDgTeydaU3HHYG1HKgFpQ="}]},"engines":{"node":">=0.4.0"},"hasInstallScript":true},"0.4.0":{"name":"ws","version":"0.4.0","dependencies":{"commander":"0.5.0","options":"latest"},"devDependencies":{"mocha":"0.8.x","should":"0.4.2","benchmark":"0.3.x","tinycolor":"0.x"},"bin":{"wscat":"./bin/wscat"},"dist":{"shasum":"b98d30cc64bc38b0c122aed85a712665af456b5a","tarball":"https://registry.npmjs.org/ws/-/ws-0.4.0.tgz","integrity":"sha512-2vweoJlK/RWFyU/PEYWwIRfktqimwEdoE4kG3auVk+3xkNaWMwEQGHqYVEHpKIfJVYvZM3pmw8bvbsCUUO8niA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC3fMvFYNf4LD/K0Tjwhby2Tc1qKp7kA7kHQp0qxWhO3wIgFq+cCmYW7bDZzTVNGUjDEy6xYdHPeC49ugaUblOh1ac="}]},"engines":{"node":">=0.4.0"},"hasInstallScript":true},"0.4.1":{"name":"ws","version":"0.4.1","dependencies":{"commander":"0.5.0","options":"latest"},"devDependencies":{"mocha":"0.8.x","should":"0.4.2","benchmark":"0.3.x","tinycolor":"0.x"},"bin":{"wscat":"./bin/wscat"},"dist":{"shasum":"aaf0f86deb0b38af0f6f7e880d8f4dc61b2c553d","tarball":"https://registry.npmjs.org/ws/-/ws-0.4.1.tgz","integrity":"sha512-uAjEwMM/O1j8GYHewfwSc5iol9/unuuJkdMsFT8tYBkbAaUTcDuZniBJdooxtCNIuxa7mXlbvlD4WQ1tGzspMQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIALMcvaFB6fNXBwqun5+C3/OxeexNg5Mhk5xUJBZZYiDAiApGhG3wSRL91MwBxmx7R2nXiJKWqvwWC3N4jH/YSYBdA=="}]},"engines":{"node":">=0.4.0"},"hasInstallScript":true},"0.4.2":{"name":"ws","version":"0.4.2","dependencies":{"commander":"0.5.0","options":"latest"},"devDependencies":{"mocha":"0.8.x","should":"0.4.2","benchmark":"0.3.x","tinycolor":"0.x"},"bin":{"wscat":"./bin/wscat"},"dist":{"shasum":"1744041779964c117cc5d2afe50a85b4ec2946c6","tarball":"https://registry.npmjs.org/ws/-/ws-0.4.2.tgz","integrity":"sha512-C95LEd/K5m4M1o0f2+ypFrk7dzWau8ciklNXb0Ltejqrf55a1u23nGoRcTDQFJ8EIYh9AoKZq7DsiyeRbAIAHw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHIOZ1TETEn5dLkcLSmmFzojkwCI/S+XpfvHBdKIn6uWAiEAnrkq81fWQGOPxmrbnuDqDr5exORFo/c+ImkwWZRb6I0="}]},"engines":{"node":">=0.4.0"},"hasInstallScript":true},"0.4.3":{"name":"ws","version":"0.4.3","dependencies":{"commander":"0.5.0","options":"latest"},"devDependencies":{"mocha":"0.8.x","should":"0.4.2","benchmark":"0.3.x","tinycolor":"0.x"},"bin":{"wscat":"./bin/wscat"},"dist":{"shasum":"ae6c2edf997d2a1f4a2855958edfe70ec42e24bc","tarball":"https://registry.npmjs.org/ws/-/ws-0.4.3.tgz","integrity":"sha512-eGCOsdeNNcqlht53qgqEqlLaZ5MJSY94cLC6+5MEBbvyNNElqzTsAU1P0HifXjayF6qPUZTHDEx7nsS7cAqmAA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDFCd5AG/koNmHmhN7YKSoDohyPTAqPxF+1aYZ7fHrg+gIgLIChSXTsw8C1pkunABBBFYgv5vcji6AY31dR9qBw/1Q="}]},"engines":{"node":">=0.4.0"},"hasInstallScript":true},"0.4.5":{"name":"ws","version":"0.4.5","dependencies":{"commander":"0.5.0","options":"latest"},"devDependencies":{"mocha":"0.8.x","should":"0.4.2","benchmark":"0.3.x","tinycolor":"0.x"},"bin":{"wscat":"./bin/wscat"},"dist":{"shasum":"1aaf999a59bce58e4f1f37280b878588003ed5d0","tarball":"https://registry.npmjs.org/ws/-/ws-0.4.5.tgz","integrity":"sha512-/6O+jja5z0LgML1GDplY0ssyEhDW4mDe48C1Mfvs+yqAYz8TeCEXsSTULxkKdmh31iawgK/pzWjABVYo6hAllA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD04+j7ioFvKwcj/S5zsSJLt5VCL5VbDNJvhyiQVvfF5QIhAK7WGc9SP/Iv3zEknaaMhpH1D3YKOLF18DhCiRHfd0b6"}]},"engines":{"node":">=0.4.0"},"hasInstallScript":true},"0.4.6":{"name":"ws","version":"0.4.6","dependencies":{"commander":"0.5.0","options":"latest"},"devDependencies":{"mocha":"0.8.x","should":"0.4.2","benchmark":"0.3.x","tinycolor":"0.x"},"bin":{"wscat":"./bin/wscat"},"dist":{"shasum":"bd494be81d06329c50fbacb78345ea2b03bf595d","tarball":"https://registry.npmjs.org/ws/-/ws-0.4.6.tgz","integrity":"sha512-XgThRfKAtNQwG4wZaY+R8Jm5jx9Fo9WqG2ZHbH460LiFBUTGWogganImHStmvlcEuCfW4Ghqj/ad2SKHIasl5w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDNS2qtUftK0pYWOCc7VHiR9z2OLUqn6DLoYsJO3HqTEQIgbFn71+hsI2LMxaziqB5kajbJ1XJrxktDm8cWN0FC1HI="}]},"engines":{"node":">=0.4.0"},"hasInstallScript":true},"0.4.7":{"name":"ws","version":"0.4.7","dependencies":{"commander":"0.5.0","options":"latest"},"devDependencies":{"mocha":"0.8.x","should":"0.4.2","benchmark":"0.3.x","tinycolor":"0.x"},"bin":{"wscat":"./bin/wscat"},"dist":{"shasum":"e299d45764627a6cce89378b0aca2bff6bb896d9","tarball":"https://registry.npmjs.org/ws/-/ws-0.4.7.tgz","integrity":"sha512-mprv+StVE0Qf3AiILAjLPEPoZ7+nJWyFe7CAMQc4F/A9JB6NOskD3XNSq6dpwEaxQK364B18XXR2snrUfoY+YQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCCNWVvYFpr9/49q4TkM5HLExL/9jOTosVoYT8pOzCYJwIgUZjjjWAzXwPlFruyZKtM1opQRMNtLQ4spLhoHe43tq8="}]},"engines":{"node":">=0.4.0"},"hasInstallScript":true},"0.4.8":{"name":"ws","version":"0.4.8","dependencies":{"commander":"0.5.0","options":"latest"},"devDependencies":{"mocha":"0.8.x","should":"0.4.2","benchmark":"0.3.x","tinycolor":"0.x","ansi":"latest"},"bin":{"wscat":"./bin/wscat"},"dist":{"shasum":"f52dc246ca1cb8adde0947e2dd4646363989bcc1","tarball":"https://registry.npmjs.org/ws/-/ws-0.4.8.tgz","integrity":"sha512-WlC/3OJ2d6wgrIXNSbp2Wfisam6HoHsfVqIxEjmW/6N6ZjsiJVqGgK+9baYNABYxua+XQZEe1noJHEANDkywSw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAk7EXgC+HKYKMYwrxu/SJV4Sqwftiv48L2wtlq+VXvOAiEAi+Jx/yALqvgp3O9fmK+RWJDNDRp00V9s7Rxq1kZe1f0="}]},"engines":{"node":">=0.4.0"},"hasInstallScript":true},"0.4.9":{"name":"ws","version":"0.4.9","dependencies":{"commander":"0.5.0","options":"latest"},"devDependencies":{"mocha":"0.8.x","should":"0.4.2","benchmark":"0.3.x","tinycolor":"0.x","ansi":"latest"},"bin":{"wscat":"./bin/wscat"},"dist":{"shasum":"5a37b4607a8d15ea71cf5700f97bc1b35356b17b","tarball":"https://registry.npmjs.org/ws/-/ws-0.4.9.tgz","integrity":"sha512-OaC2vbYRFiAnhF+/KVnwIpOq4zQWUdcn7ZrX+NsL+e5ngDTGYshkV3037G97THZKKC/4/xfRc99PxROseAyN/g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD5BlysJi4RvwrNOjy45Les5gLCBDMqXHurJXDwlA3hIwIhAJ9beaM3q3//97UjsxUSfFuy7oyUFpcjuxKKpYQxMH63"}]},"engines":{"node":">=0.4.0"},"hasInstallScript":true},"0.4.10":{"name":"ws","version":"0.4.10","dependencies":{"commander":"0.5.0","options":"latest"},"devDependencies":{"mocha":"0.8.x","should":"0.4.2","expect.js":"0.1.2","benchmark":"0.3.x","tinycolor":"0.x","ansi":"latest"},"bin":{"wscat":"./bin/wscat"},"dist":{"shasum":"7b7b9d75eae61359fac376f361682ab57a61480b","tarball":"https://registry.npmjs.org/ws/-/ws-0.4.10.tgz","integrity":"sha512-Yoe8fMhf38HV3/quMojzrUL/A6/AdIU9BphaU0QYdaWb3SG6HP55lFK23qvsY9jN64pCdrHyn/HAfjLA0/OEfw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC2zStRz0wnSdtXCMygujnWPZiLwlPG9K0CUPG+e+VcMAIgcpkYGGVJEsJP7ik6VaulfLEzxRu9b4wXKQXMFpBVC4k="}]},"engines":{"node":">=0.4.0"},"hasInstallScript":true},"0.4.11":{"name":"ws","version":"0.4.11","dependencies":{"commander":"0.5.x","options":"latest"},"devDependencies":{"mocha":"0.8.x","should":"0.4.2","expect.js":"0.1.2","benchmark":"0.3.x","tinycolor":"0.x","ansi":"latest"},"bin":{"wscat":"./bin/wscat"},"dist":{"shasum":"20025e169457fc07f4062117b9c59a1cb8e5d3e5","tarball":"https://registry.npmjs.org/ws/-/ws-0.4.11.tgz","integrity":"sha512-E4UqLBqhKjiQvdR4+nEO9cE6RdJU6S5EWpOuAZ9pkUCy2wZDC2nyp8BWk3lnZiv9ewSotaOo7rMlRAqEJoQlDA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDh/oy79YRxpd89apjtYWcmFdcHkUm0wYnnYU3ZAx/yAAiEAoECnS+5s3iSMLyUvjvfC9sYf9OVKKi28rJc5ZXNzb/I="}]},"engines":{"node":">=0.4.0"},"hasInstallScript":true},"0.4.12":{"name":"ws","version":"0.4.12","dependencies":{"commander":"0.5.x","options":"latest"},"devDependencies":{"mocha":"0.8.x","should":"0.4.2","expect.js":"0.1.2","benchmark":"0.3.x","tinycolor":"0.x","ansi":"latest"},"bin":{"wscat":"./bin/wscat"},"dist":{"shasum":"2aefe4e7e8a135cce0b04e31a4f57bdda7a3b4e3","tarball":"https://registry.npmjs.org/ws/-/ws-0.4.12.tgz","integrity":"sha512-gCZPjPLwgxpHPXoBZ2TdnEFDEr+d9p/kWzmprubzSr7p8X7QCZhITUlmfImwVZ7Q8mVYG2FGR5PopVGaBa/hqQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGq/QsI7ozp/LI5dl6rnRp2vQPcqsZLcaBJ8BRuyRq1rAiEAkpeyyWU0u8bAZBkGXjIuKwQ0P2Rzh/qq8hz9rZMPFFw="}]},"engines":{"node":">=0.4.0"},"hasInstallScript":true},"0.4.13":{"name":"ws","version":"0.4.13","dependencies":{"commander":"0.5.x","options":"latest"},"devDependencies":{"mocha":"0.8.x","should":"0.4.2","expect.js":"0.1.2","benchmark":"0.3.x","tinycolor":"0.x","ansi":"latest"},"bin":{"wscat":"./bin/wscat"},"dist":{"shasum":"7edd1a8b16ac223bb6255dc054abe8071ab33036","tarball":"https://registry.npmjs.org/ws/-/ws-0.4.13.tgz","integrity":"sha512-iN9BKgzyCoo6so7590wN+/6vgolIo3l+zo2DEq4Ko6RYLluaJRKvDdrDMg4AR4//A13/LWEgjnDkuOnqIFOfGA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGW2UE8a4CTmwRc4DqBWtEiUj2vbWtrD4+lg3YlqcjHmAiEAt6oOZDC41QClbH8RrOHXhIHtuy3KP3OnFz953jnJktI="}]},"engines":{"node":">=0.4.0"},"hasInstallScript":true},"0.4.14":{"name":"ws","version":"0.4.14","dependencies":{"commander":"0.5.x","options":"latest"},"devDependencies":{"mocha":"0.8.x","should":"0.4.2","expect.js":"0.1.2","benchmark":"0.3.x","tinycolor":"0.x","ansi":"latest"},"bin":{"wscat":"./bin/wscat"},"dist":{"shasum":"b2e8ae12dd2abdf7b845ccf7c7b6d39f2ae86a0b","tarball":"https://registry.npmjs.org/ws/-/ws-0.4.14.tgz","integrity":"sha512-oJ3Bw7Xc2mrZ3z3td4dIM0nxQzNhBfqmeWO1hjb+qudtQ6ycJUpxUg67mp+8eYewk1ETw/lpyhD+fXu9WB7pqw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEue4t6Yiot/+Xs1kx0ZUATrXFTPq8nYSWPrp1nsiqM2AiBc2Zc1lW4qvx4megA4a+Mu6hHAiHghsRi9muR1/rIJSA=="}]},"engines":{"node":">=0.4.0"},"hasInstallScript":true},"0.4.15":{"name":"ws","version":"0.4.15","dependencies":{"commander":"0.5.x","options":"latest"},"devDependencies":{"mocha":"0.8.x","should":"0.4.2","expect.js":"0.1.2","benchmark":"0.3.x","tinycolor":"0.x","ansi":"latest"},"bin":{"wscat":"./bin/wscat"},"dist":{"shasum":"ff61ef4e86ae686a12d68e86b8be2d405e6f1a5a","tarball":"https://registry.npmjs.org/ws/-/ws-0.4.15.tgz","integrity":"sha512-YdKK+A9bQ6/WF70BKOVCCae7N2lLYpdlVO59YTzguMjAtRVpj+6f1CN9ems9AIvqFaDAWR66TaF9P8t4lGUmaw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIC+zZp+D38IAhuZovUEvZJnIjEkOOHK41MB/8faFLS9kAiAzKUWSlfH7WRiXNadk7JOs01LjSK2J7BFKBXaYMoitUw=="}]},"engines":{"node":">=0.4.0"},"hasInstallScript":true},"0.4.16":{"name":"ws","version":"0.4.16","dependencies":{"commander":"0.5.x","options":"latest"},"devDependencies":{"mocha":"0.8.x","should":"0.4.2","expect.js":"0.1.2","benchmark":"0.3.x","tinycolor":"0.x","ansi":"latest"},"bin":{"wscat":"./bin/wscat"},"dist":{"shasum":"e85feca7f265c00bbea2a9ff93a077e1dada1036","tarball":"https://registry.npmjs.org/ws/-/ws-0.4.16.tgz","integrity":"sha512-69Lk+AkrrSTz/SkYzaiaJK4HSES0f8YZIU4L/EESFBNCagm7QOJw4tvscf4weg4kGrYZ6v4QW06m5OiVYLyD+A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFZk5jYUCFk4W87eytn544myVHYc0n9rZGQRs3fgpLxbAiEA8ijepcgOoFng16gzGce3sKGLXNw2Lif2qzg14E0Os9c="}]},"engines":{"node":">=0.4.0"},"hasInstallScript":true},"0.4.17":{"name":"ws","version":"0.4.17","dependencies":{"commander":"0.5.x","options":"latest"},"devDependencies":{"mocha":"1.1.x","should":"0.6.x","expect.js":"0.1.x","benchmark":"0.3.x","tinycolor":"0.x","ansi":"latest"},"bin":{"wscat":"./bin/wscat"},"dist":{"shasum":"7846c12fb7dd7c5f1185cef1ae4e70d2bcf1aaa4","tarball":"https://registry.npmjs.org/ws/-/ws-0.4.17.tgz","integrity":"sha512-ase9X4Iiz7/mP/W3HeoYSz5TdoBB3LH2qqVRnS1IJj/GuS8MayiTxkAe5mCxqjogEttm860/KAuAqyiH7mCWrA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC/IplYaeYodMcOgxhu9baCKimHp8IMcIixPz7Grjg+uwIhAOpunGOhf4JtwwzL7ZO7DOnAePJvZxrT0v5STzFwn78k"}]},"engines":{"node":">=0.4.0"},"hasInstallScript":true},"0.4.18":{"name":"ws","version":"0.4.18","dependencies":{"commander":"0.5.x","tinycolor":"0.x","options":"latest"},"devDependencies":{"mocha":"1.1.x","should":"0.6.x","expect.js":"0.1.x","benchmark":"0.3.x","ansi":"latest"},"bin":{"wscat":"./bin/wscat"},"dist":{"shasum":"0561be7753e4863045939574f1c76d50a5070a7e","tarball":"https://registry.npmjs.org/ws/-/ws-0.4.18.tgz","integrity":"sha512-U9Tk1uE4RlUAawrevOiFy/sxDvTHxzK/82yfW0NfDd0Nu37NbVPaIkx3rZZLVWdGF6DypGkVxbhoY+KESwhMDQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHjpIfo5840qFV6s6LltYWnnnS/xezQNQf75h6AeIVSgAiBgLtZaWQt2AtJX5z3FFrh9GcwdTfu/6PFAZAsH1sS8Yg=="}]},"engines":{"node":">=0.4.0"},"hasInstallScript":true},"0.4.19":{"name":"ws","version":"0.4.19","dependencies":{"commander":"0.5.x","tinycolor":"0.x","options":"latest"},"devDependencies":{"mocha":"1.1.x","should":"0.6.x","expect.js":"0.1.x","benchmark":"0.3.x","ansi":"latest"},"bin":{"wscat":"./bin/wscat"},"dist":{"shasum":"3e2330568d07a46802226c09c5e26a7a31a80d7a","tarball":"https://registry.npmjs.org/ws/-/ws-0.4.19.tgz","integrity":"sha512-lotSOW8zeASjcBmF4EJR/A6NNGVjzUA+i7HWzPdTq+VsROorubLgFxefOYOFtoNFfRQ4RJs9F7XL7/eLkdLLSg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDK+JYxjCf44gBkM0F/KVLtN9GdVgEgcCvIR+0QdM+trAIgJhqPKf73yJBf2JOAdxP1wD/XxXYg2ruKlents/CoId4="}]},"engines":{"node":">=0.4.0"},"hasInstallScript":true},"0.4.20":{"name":"ws","version":"0.4.20","dependencies":{"commander":"~0.6.1","tinycolor":"0.x","options":"latest"},"devDependencies":{"mocha":"~1.2.1","should":"0.6.x","expect.js":"0.1.x","benchmark":"0.3.x","ansi":"latest"},"bin":{"wscat":"./bin/wscat"},"dist":{"shasum":"f44b63f46b9edfc457309c720bcc0f83f2fc5874","tarball":"https://registry.npmjs.org/ws/-/ws-0.4.20.tgz","integrity":"sha512-tViqnQPBIxGUvY9hdWc6peJtkITHicZnxwBQCAnMx1ADp2zTjKEE2l9usSHU98oGazq/UirOATTuLSektBFpxQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGBQ5yGb+90UfYl+p1D1W5xX4pvmZjYC57UI3rTOoq2mAiAnHAiFGYd1FMq6HnfE66BNDdCsYyMF3h/ZkonmNlBM+g=="}]},"engines":{"node":">=0.4.0"},"hasInstallScript":true},"0.4.21":{"name":"ws","version":"0.4.21","dependencies":{"commander":"~0.6.1","tinycolor":"0.x","options":"latest"},"devDependencies":{"mocha":"~1.2.1","should":"0.6.x","expect.js":"0.1.x","benchmark":"0.3.x","ansi":"latest"},"bin":{"wscat":"./bin/wscat"},"dist":{"shasum":"15a50f53fe69b73fe3986f6cbd07270aecce62fc","tarball":"https://registry.npmjs.org/ws/-/ws-0.4.21.tgz","integrity":"sha512-Mtk6yl30fTUNN+hE/w3UDS1f/H8ArAZqoaGt4qCboBW+1CfZ2ckUxx9dTFuCrIb71a9J95u4IB7J2Y8TBYfKYw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDPaXUNRzUvPyz+7dmpue9iPfCuxOyEB4W3QN9AdyBsUAIgRxHts2tyS57VnPUD7PjD9Suw+1tKgswAm6cy/tvZmms="}]},"engines":{"node":">=0.4.0"},"hasInstallScript":true},"0.4.22":{"name":"ws","version":"0.4.22","dependencies":{"commander":"~0.6.1","tinycolor":"0.x","options":"latest"},"devDependencies":{"mocha":"~1.2.1","should":"0.6.x","expect.js":"0.1.x","benchmark":"0.3.x","ansi":"latest"},"bin":{"wscat":"./bin/wscat"},"dist":{"shasum":"12b19ed222ce3a9f81858de6d8f41ed553ca56ae","tarball":"https://registry.npmjs.org/ws/-/ws-0.4.22.tgz","integrity":"sha512-tVoum0N1q2K+dmY7C2HX1rTUOBvTfkwQ65fb9bX9ojBwoIPboGys7RqCtZLYKIN4WOWqBodsqNwBcMJYyvnnWQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCrcg6IPs768QDTeCnAzdasL9p3cu4MfasUVRbxqU52TwIgE96QogWj/PhMsTiQn0E8wxZ7BAIYxjv7jZUDEsT1yO4="}]},"engines":{"node":">=0.4.0"},"hasInstallScript":true},"0.4.23":{"name":"ws","version":"0.4.23","dependencies":{"commander":"~0.6.1","tinycolor":"0.x","options":"latest"},"devDependencies":{"mocha":"~1.2.1","should":"0.6.x","expect.js":"0.1.x","benchmark":"0.3.x","ansi":"latest"},"bin":{"wscat":"./bin/wscat"},"dist":{"shasum":"deba9d34b8a19e33091d1b6a79fc8709f5c5f2fc","tarball":"https://registry.npmjs.org/ws/-/ws-0.4.23.tgz","integrity":"sha512-ucOFWiJp6gQV1H847hrCedpuJ/zPyar41j0MOxWzpeBUaYUPm/cp1CtE2W1FMPyvYiXlQvdQbqGqsdhPsKugJw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCrUUZVV4Nk0tYuEk4BMYxgGxh4rUx7bAMbtSnvp/+mqAIgXanGkHRU8hAi6v4X2LAS3ypt61pRbc3H8W2PoS7QslI="}]},"engines":{"node":">=0.4.0"},"hasInstallScript":true},"0.4.24":{"name":"ws","version":"0.4.24","dependencies":{"commander":"~0.6.1","tinycolor":"0.x","options":"latest"},"devDependencies":{"mocha":"~1.2.1","should":"0.6.x","expect.js":"0.1.x","benchmark":"0.3.x","ansi":"latest"},"bin":{"wscat":"./bin/wscat"},"dist":{"shasum":"2d23335de727aad6d26b84f32817864fdfda5e38","tarball":"https://registry.npmjs.org/ws/-/ws-0.4.24.tgz","integrity":"sha512-hbnYjO2C/tz+UrT698emZyAxkDGWBFTH+kYEApVeNFEEeXMwIHmVM/+6lYteqzLHKOivL7vx46G1vs13oCvYVA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGmTv/pfXvVLUemnhZXSEnFz0IIjlmQctAZvN7sVjlsRAiEAkafQNQRS2zU1K6cvB6Y9YWdZ0vni0sYLC6mEvHYrVXM="}]},"engines":{"node":">=0.4.0"},"hasInstallScript":true},"0.4.25":{"name":"ws","version":"0.4.25","dependencies":{"commander":"~0.6.1","tinycolor":"0.x","options":"latest"},"devDependencies":{"mocha":"~1.2.1","should":"0.6.x","expect.js":"0.1.x","benchmark":"0.3.x","ansi":"latest"},"bin":{"wscat":"./bin/wscat"},"dist":{"shasum":"3dca06feddc25944af780d7b01da2cf63da7acc8","tarball":"https://registry.npmjs.org/ws/-/ws-0.4.25.tgz","integrity":"sha512-ASP1k38vOs5Wfqm7s3344g1l87J74byfyrFQIf0nsUcofnMJ2sQCD4DokP/n7oHVBh5xQ71rRJi18PQhi0fYPQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHrCyDW5+IiqQVqOxx7UotdiuIlFTE5oVzSlFar09XcoAiBarqY+t1Uf9Jj80/KrikkfDza0Mc4QnalmWTjAjPaS5g=="}]},"engines":{"node":">=0.4.0"},"hasInstallScript":true},"0.4.27":{"name":"ws","version":"0.4.27","dependencies":{"commander":"~0.6.1","tinycolor":"0.x","options":">=0.0.5"},"devDependencies":{"mocha":"~1.2.1","should":"0.6.x","expect.js":"0.1.x","benchmark":"0.3.x","ansi":"latest"},"bin":{"wscat":"./bin/wscat"},"dist":{"shasum":"077d3a48b6e0b5a96f68f3b38a94ea1ec72c2555","tarball":"https://registry.npmjs.org/ws/-/ws-0.4.27.tgz","integrity":"sha512-bvdv8O9FHpMbFmFk8fHTA12OCXSLJoP1DBBz8rY2EZs0I8NoSAquOgNVQJMLqmJGZ6DdFUi1Cx7t/NuRueLl3g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD3uNgiWcijdL0vsSOz34e7t33fmp8tc5OerhnH56MypgIhANb7Wp7zGGtc7urEcnHcV1Nnin8DmFyqUs1najquKeen"}]},"engines":{"node":">=0.4.0"},"hasInstallScript":true},"0.4.28":{"name":"ws","version":"0.4.28","dependencies":{"commander":"~0.6.1","tinycolor":"0.x","options":">=0.0.5"},"devDependencies":{"mocha":"1.12.0","should":"1.2.x","expect.js":"0.2.x","benchmark":"0.3.x","ansi":"latest"},"bin":{"wscat":"./bin/wscat"},"dist":{"shasum":"03bcea020195847d1184c6c08f45baaf12322eee","tarball":"https://registry.npmjs.org/ws/-/ws-0.4.28.tgz","integrity":"sha512-XAY7ULnrJD0i2rX++fFO6E6m95GQ3HKFPjfKSzrJnm5EVVLOXcARF9UNaGp6ClnVAqddBi7xAR8OsPF4NeW/jg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDmr7mo4Lw3my/QSqDRHQG1wHKRLArNg3tDhCKRNLkr/AiAM0Vyj099IHCF3Ikr5JwzB/cNOrNXKPF0Ru0UoRa2vTw=="}]},"engines":{"node":">=0.4.0"},"hasInstallScript":true},"0.4.29":{"name":"ws","version":"0.4.29","dependencies":{"commander":"~0.6.1","nan":"~0.3.0","tinycolor":"0.x","options":">=0.0.5"},"devDependencies":{"mocha":"1.12.0","should":"1.2.x","expect.js":"0.2.x","benchmark":"0.3.x","ansi":"latest"},"bin":{"wscat":"./bin/wscat"},"dist":{"shasum":"4b79ef62b4f3f782a05ba56b41b122d1252d4f90","tarball":"https://registry.npmjs.org/ws/-/ws-0.4.29.tgz","integrity":"sha512-XO5IdqNoPWbHSpKWC7yN1ApT+8Pg5dVp7uR5SIx1UXmbPXy4w5EsPvl8WRdsXehqu9D2L6eqwlpdsMpmhIulEg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAdZstgCAWJvNC9z8p07x3bEmtjkek8ezea5ZtvqBklhAiB4MkBx+pbYZ28Mn959MbSmyZf+/LEu0XchvYF1WOz8+g=="}]},"engines":{"node":">=0.4.0"},"hasInstallScript":true},"0.4.30":{"name":"ws","version":"0.4.30","dependencies":{"commander":"~0.6.1","nan":"~0.3.0","tinycolor":"0.x","options":">=0.0.5"},"devDependencies":{"mocha":"1.12.0","should":"1.2.x","expect.js":"0.2.x","benchmark":"0.3.x","ansi":"latest"},"bin":{"wscat":"./bin/wscat"},"dist":{"shasum":"5e2c18b7bb7ee0f9c9fcc3d3ec50f513ba5f99e8","tarball":"https://registry.npmjs.org/ws/-/ws-0.4.30.tgz","integrity":"sha512-gtF76uDlbeBsM4YdX40cVuDxe1B6Pals0eiBibkbVu5qbAaAxRzqdw3t0KkKtIKABrMXp9LHFXH3x7BiMHotTA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCKEv1+FjFQE33Eupwle9rAjixtrluztXmqmhF3j9HrzgIhANVA9yH2yNM3IOOWUbBrDS24izRLW/8Yi/SIjAFA3NvU"}]},"engines":{"node":">=0.4.0"},"hasInstallScript":true},"0.4.31":{"name":"ws","version":"0.4.31","dependencies":{"commander":"~0.6.1","nan":"~0.3.0","tinycolor":"0.x","options":">=0.0.5"},"devDependencies":{"mocha":"1.12.0","should":"1.2.x","expect.js":"0.2.x","benchmark":"0.3.x","ansi":"latest"},"bin":{"wscat":"./bin/wscat"},"dist":{"shasum":"5a4849e7a9ccd1ed5a81aeb4847c9fedf3122927","tarball":"https://registry.npmjs.org/ws/-/ws-0.4.31.tgz","integrity":"sha512-mWiVQ9qZGPXvLxQ4xGy58Ix5Bw0L99SB+hDT8L59bty4fbnQczaGl4YEWR7AzLQGbvPn/30r9/o41dPiSuUmYw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBC15NWVG0DYh4p/5Xdq8o5KZNxCrs7ONnnVjpz9A7hWAiEAp3MghVIx+nbETmMLtZyLWJL1/AnlvJf752YnQd359G0="}]},"engines":{"node":">=0.4.0"},"hasInstallScript":true},"0.4.32":{"name":"ws","version":"0.4.32","dependencies":{"commander":"~2.1.0","nan":"~1.0.0","tinycolor":"0.x","options":">=0.0.5"},"devDependencies":{"mocha":"1.12.0","should":"1.2.x","expect.js":"0.2.x","benchmark":"0.3.x","ansi":"latest"},"bin":{"wscat":"./bin/wscat"},"dist":{"shasum":"787a6154414f3c99ed83c5772153b20feb0cec32","tarball":"https://registry.npmjs.org/ws/-/ws-0.4.32.tgz","integrity":"sha512-htqsS0U9Z9lb3ITjidQkRvkLdVhQePrMeu475yEfOWkAYvJ6dSjQp1tOH6ugaddzX5b7sQjMPNtY71eTzrV/kA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGCNl3SesdWkq+nwarSSi5ZD9xuhXBd/dvEBI5ORQSi9AiBNm4E+BTkZzBX7c+QjcyVxGHAdZKJ2XDoWVk7d52HP1w=="}]},"engines":{"node":">=0.4.0"},"hasInstallScript":true},"0.5.0":{"name":"ws","version":"0.5.0","dependencies":{"nan":"1.4.x","options":">=0.0.5","ultron":"1.0.x"},"devDependencies":{"ansi":"0.3.x","benchmark":"0.3.x","expect.js":"0.3.x","mocha":"2.0.x","should":"4.3.x","tinycolor":"0.0.x"},"dist":{"shasum":"b3980391dc4777d83974718aa361e808d86cf9ca","tarball":"https://registry.npmjs.org/ws/-/ws-0.5.0.tgz","integrity":"sha512-ewMTtzuS3WRFwMw6k+yvOHzl3JRjN5yZzwAkq3TYOViPYMrVjHzmyj6ni+ihNcgoFhxI2f33RvshqqOU3qdxgw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEipQ4du+sdAzjnNtuSbqaZW7Ks8unEHUhtLOZoj4kjIAiEA+434NXbIKBuFScl4/IHRrJmI7D2iVyEEwv9J84GA8dA="}]},"hasInstallScript":true},"0.6.0":{"name":"ws","version":"0.6.0","dependencies":{"nan":"1.4.x","options":">=0.0.5","ultron":"1.0.x"},"devDependencies":{"ansi":"0.3.x","benchmark":"0.3.x","expect.js":"0.3.x","mocha":"2.0.x","should":"4.3.x","tinycolor":"0.0.x"},"dist":{"shasum":"4559337acb3619392aecf775f9ac749bb59c752d","tarball":"https://registry.npmjs.org/ws/-/ws-0.6.0.tgz","integrity":"sha512-A3GlNcefwupPAqFdiY/wujUGOEPnG1oTSOGGOMuJNfT0pkoycpGWSfRLr34855qQFYwD5OBBW4xVXVWTSJwX9A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCPTTbxS8Wzsp/XwdCESn9RczdtrKNiJG/X+zz0E/IEoQIgVHZlmM9CK9La5TtAAZ/Fi1fcjI82IpqJE+2fP1mT+20="}]},"hasInstallScript":true},"0.6.1":{"name":"ws","version":"0.6.1","dependencies":{"nan":"1.4.x","options":">=0.0.5","ultron":"1.0.x"},"devDependencies":{"ansi":"0.3.x","benchmark":"0.3.x","expect.js":"0.3.x","mocha":"2.0.x","should":"4.3.x","tinycolor":"0.0.x"},"dist":{"shasum":"e239e8269f187f022d9da5f2262beb2ea36a9209","tarball":"https://registry.npmjs.org/ws/-/ws-0.6.1.tgz","integrity":"sha512-fLrHlNfPHJsKEG0fBy3V/L0JVTVJj3h/8186pRjZtRbAMFX5gEsMB6YAn+68Ah6H8rHSRYkNA48wFEuDcgl4dQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD/UYzbB+kez3zQfrCLy/c5fbMUB9YRfNUjiCUgQNvNvQIgDTTLu/9MQLFx9Dpt+RXQ906yGlcdBr/zl/BNK9xFky4="}]},"hasInstallScript":true},"0.6.2":{"name":"ws","version":"0.6.2","dependencies":{"nan":"1.4.x","options":">=0.0.5","ultron":"1.0.x"},"devDependencies":{"ansi":"0.3.x","benchmark":"0.3.x","expect.js":"0.3.x","mocha":"2.0.x","should":"4.3.x","tinycolor":"0.0.x"},"dist":{"shasum":"7b2c943d01b9f02491481bc39532d63893634370","tarball":"https://registry.npmjs.org/ws/-/ws-0.6.2.tgz","integrity":"sha512-yPlgyLDWef6/hlZlVHQVQ9roP5oSTpuAct+iy6dR0OJSqVSMdUzCzVr6gw4A85BP0gri9frFsY9Bgc39N0vzQA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC+O5YSbqC0pUukQ5QITW8Kecg3+C0YC4Q+U+Y2hH82+gIhAJ9Ebyds0CglG7oxwWAXS+P1CJ+r9vGnH0vNwMNA0yoB"}]},"hasInstallScript":true},"0.6.3":{"name":"ws","version":"0.6.3","dependencies":{"nan":"1.4.x","options":">=0.0.5","ultron":"1.0.x"},"devDependencies":{"ansi":"0.3.x","benchmark":"0.3.x","expect.js":"0.3.x","mocha":"2.0.x","should":"4.3.x","tinycolor":"0.0.x"},"dist":{"shasum":"777949e228ad868adb73709899c81079315d904c","tarball":"https://registry.npmjs.org/ws/-/ws-0.6.3.tgz","integrity":"sha512-PobW3tsQVXVT75R/nxtVbT1KCd/QdOGESTsotVdbf57mM20koAJ0r6SIrGCPbkGvXZp0TvfTKxd1Xso/stgSrw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBdZ4KT5MSdfNSJlQ5I+HhY56h9zdWvXWXIoDw2/UJWBAiBPD6ohB2QO0TefvWBNYLU5N908pBcU2lmC7VXq/j65Ig=="}]},"hasInstallScript":true},"0.6.4":{"name":"ws","version":"0.6.4","dependencies":{"nan":"1.4.x","options":">=0.0.5","ultron":"1.0.x"},"devDependencies":{"ansi":"0.3.x","benchmark":"0.3.x","expect.js":"0.3.x","mocha":"2.0.x","should":"4.3.x","tinycolor":"0.0.x"},"dist":{"shasum":"3d8454485cbde399241876c3e9a4a6cef8284674","tarball":"https://registry.npmjs.org/ws/-/ws-0.6.4.tgz","integrity":"sha512-6xzkWM7++RnTUYGDeBQjrlLIUAYEzfDg9tBjX7xWCQRLAolFOP2BWPZKph8BkL/6ZIgfF1lop4XgsovVbtCpcg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICw2om7eH1PDt1bK0yTYDU/4mvPy/R8pv+S8a9u6W730AiEA+Bo4AryF3EkUF7oRyNLBBy3C8SpxUa+OF9uUOMo9ifE="}]},"hasInstallScript":true},"0.6.5":{"name":"ws","version":"0.6.5","dependencies":{"nan":"1.4.x","options":">=0.0.5","ultron":"1.0.x"},"devDependencies":{"ansi":"0.3.x","benchmark":"0.3.x","expect.js":"0.3.x","mocha":"2.0.x","should":"4.3.x","tinycolor":"0.0.x"},"dist":{"shasum":"f00844001ca393b003681ff32838e72a560dafd4","tarball":"https://registry.npmjs.org/ws/-/ws-0.6.5.tgz","integrity":"sha512-USH6S6I3kVLbZQ3+MwoC1gSGeQ9NTT5SCqhbtqLLJjPa+nv0I7zzzPyQSVAm10NzyMHa2rD4ZGnIbnFgarSQWg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD+5c3GzwSiTVr5+Vl813sfcuwPC896eOw7YElUkSALvwIhALwa1lB/TEtP3Vz7xlHBeCIspcyWx8jrnIUfowHXUgoP"}]},"hasInstallScript":true},"0.7.0":{"name":"ws","version":"0.7.0","dependencies":{"nan":"1.5.x","options":">=0.0.5","ultron":"1.0.x"},"devDependencies":{"ansi":"0.3.x","benchmark":"0.3.x","expect.js":"0.3.x","mocha":"2.0.x","should":"4.3.x","tinycolor":"0.0.x"},"dist":{"shasum":"d215f9f8350a40d78c72810c59aa99d67a8504e6","tarball":"https://registry.npmjs.org/ws/-/ws-0.7.0.tgz","integrity":"sha512-HZE6Mqk28YlY+BpkiBXCBlSl65gwWrsviKMMAor11b+B0OYWzhTp2MT+ARF4jGhHhoBuWRrIlxslTOrmFeo3Qg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC9Y5uPKgnBsJ2Pb2vaA80RMYGrblHaBB/JmUbwkTVK4gIgcdm4CrntuuxDK8nIejXBBlj9daJ48+PaS62KlIYw1Z8="}]},"hasInstallScript":true},"0.7.1":{"name":"ws","version":"0.7.1","dependencies":{"options":">=0.0.5","ultron":"1.0.x","bufferutil":"1.0.x","utf-8-validate":"1.0.x"},"optionalDependencies":{"bufferutil":"1.0.x","utf-8-validate":"1.0.x"},"devDependencies":{"ansi":"0.3.x","benchmark":"0.3.x","expect.js":"0.3.x","mocha":"2.0.x","should":"4.3.x","tinycolor":"0.0.x"},"dist":{"shasum":"8f1c7864ca08081be3cd0ac330df0d29c5fcd0da","tarball":"https://registry.npmjs.org/ws/-/ws-0.7.1.tgz","integrity":"sha512-nOSACUKRR3JwtVYHD0B9yq5SZ4i/YFmMzyU/tjbpZOfWEaajdp2RIGLJzgILIRRKCOzw08qgw7hWQS2UOz06yA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDAWv01m9pZ0cPwQsj6HJDd+0gRNn5SqS5GXYuWX4U5vQIgGxkTwqHkv1a7cn6TJ3pUARC6xo5E6w1Rhl4kY2ILbn0="}]}},"0.7.2":{"name":"ws","version":"0.7.2","dependencies":{"options":">=0.0.5","ultron":"1.0.x","bufferutil":"1.1.x","utf-8-validate":"1.1.x"},"optionalDependencies":{"bufferutil":"1.1.x","utf-8-validate":"1.1.x"},"devDependencies":{"ansi":"0.3.x","benchmark":"0.3.x","expect.js":"0.3.x","mocha":"2.2.x","should":"4.3.x","tinycolor":"0.0.x"},"dist":{"shasum":"438c560bdfa2b7da3dd5b6b46ed61325c24699d8","tarball":"https://registry.npmjs.org/ws/-/ws-0.7.2.tgz","integrity":"sha512-8mJ1Ku743qD/PKmO9Dg+y7BXTwzUgKdXguecfIyOVHFmez4JMqMF+V+M684btmQXHlwzyrJqRl3NYDltGDf6CQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCF3hBfeugfbWiywpq3MX+5Q1DIDgVtnCnpM05dqiPNJwIgd7Dvj1pa+hoIYV2tKvv3jBpmAUvdyHl396ptW53iFoQ="}]}},"0.8.0":{"name":"ws","version":"0.8.0","dependencies":{"options":">=0.0.5","ultron":"1.0.x","bufferutil":"1.2.x","utf-8-validate":"1.2.x"},"optionalDependencies":{"bufferutil":"1.2.x","utf-8-validate":"1.2.x"},"devDependencies":{"ansi":"0.3.x","benchmark":"0.3.x","expect.js":"0.3.x","mocha":"2.2.x","should":"4.3.x","tinycolor":"0.0.x"},"dist":{"shasum":"ac60ebad312121d01e16cc3383d7ec67ad0f0f1f","tarball":"https://registry.npmjs.org/ws/-/ws-0.8.0.tgz","integrity":"sha512-JRxYZsisQGuKfRb+QohqX+CZhH3CE++Zz/BZpouhGbf/MLvL9qQ1i7Zp/uLGMxs67z6IX/3/aymoAVuoJzRieQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDBL2RqcPbGJBcG/moZ+kAQ8dKM7fqnKvmMl+KMhSABMAIgREC7L6a7z2t6ozTSUgwS4hYi8ofGOoWRrSHbxHwk5HU="}]}},"0.8.1":{"name":"ws","version":"0.8.1","dependencies":{"options":">=0.0.5","ultron":"1.0.x","bufferutil":"1.2.x","utf-8-validate":"1.2.x"},"optionalDependencies":{"bufferutil":"1.2.x","utf-8-validate":"1.2.x"},"devDependencies":{"ansi":"0.3.x","benchmark":"0.3.x","expect.js":"0.3.x","mocha":"2.2.x","should":"4.3.x","tinycolor":"0.0.x"},"dist":{"shasum":"6b65273b99193c5f067a4cf5809598f777e3b759","tarball":"https://registry.npmjs.org/ws/-/ws-0.8.1.tgz","integrity":"sha512-nDxDQDUMPnPqHYO4sWI9ln+ssUz1gxXCAFpczkv3LPQMmbC5vpfX1VZid6hqAaqNfI9bEvctLFNdZJBQPtdYCQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICMjOXIZs8Tcyt2GMnzMeQ0hcQ60vNSA7uBMPe+CLb29AiBNLscPiyBJPssRtZVA6KWu1h65KCDIXI+ZfSaTVBwWdA=="}]}},"1.0.0":{"name":"ws","version":"1.0.0","dependencies":{"options":">=0.0.5","ultron":"1.0.x"},"devDependencies":{"ansi":"0.3.x","benchmark":"0.3.x","bufferutil":"1.2.x","expect.js":"0.3.x","mocha":"2.3.x","should":"8.0.x","tinycolor":"0.0.x","utf-8-validate":"1.2.x"},"dist":{"shasum":"2bd1290456daf0a9e88c56f616b0bdc090668b48","tarball":"https://registry.npmjs.org/ws/-/ws-1.0.0.tgz","integrity":"sha512-mOFHfXdAsTUCK9AyzJYmzABqjsZugJ0nfRAg9p7q4eX1x2Kfm7e8zs4nq0jMYS4mD11SxUQq1F072kx+GosOnQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAx3Xz+jt0j6BS/dHuAsbesCUkkEx6LqzR7kU9FyyqyvAiEA48+QP6oA9YBVCBjuwXp/euv0n5ETMZD7TXwlnls+c5g="}]}},"1.0.1":{"name":"ws","version":"1.0.1","dependencies":{"options":">=0.0.5","ultron":"1.0.x"},"devDependencies":{"ansi":"0.3.x","benchmark":"0.3.x","bufferutil":"1.2.x","expect.js":"0.3.x","mocha":"2.3.x","should":"8.0.x","tinycolor":"0.0.x","utf-8-validate":"1.2.x"},"dist":{"shasum":"7d0b2a2e58cddd819039c29c9de65045e1b310e9","tarball":"https://registry.npmjs.org/ws/-/ws-1.0.1.tgz","integrity":"sha512-JcrURpj0uO3Kn30PZitCOmD2InWHIt6skFKKtXHAZ/2IK9hVzFXW89b3JDenT/diXyV8qdRGmNR0OA210QMnYQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIQDDWhaudSHrCl+E+xSepLOVOomODR6Uog8/FkKV64HnrgIfWXJo3kSm17CELQo5c8QnIm9dk1HHSy9hRg8qr5JrsQ=="}]}},"1.1.0":{"name":"ws","version":"1.1.0","dependencies":{"options":">=0.0.5","ultron":"1.0.x"},"devDependencies":{"ansi":"0.3.x","benchmark":"0.3.x","bufferutil":"1.2.x","expect.js":"0.3.x","istanbul":"^0.4.1","mocha":"2.3.x","should":"8.0.x","tinycolor":"0.0.x","utf-8-validate":"1.2.x"},"dist":{"shasum":"c1d6fd1515d3ceff1f0ae2759bf5fd77030aad1d","tarball":"https://registry.npmjs.org/ws/-/ws-1.1.0.tgz","integrity":"sha512-ajJ6rNx3OY60ETwAtHIN0ezBEatMmmWx+KBUab9gfL1iBI1Ku4W0+oL1u5UanjUjMcvwCq5TfUM+H4hCWz21Gg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD29pKSIRY/y7sBRA6gpo/MDRyUOLETx9uTaX2PYvulxgIgYcIpNL4Gi57YtZj0/MbPPo9xxFE1Ql5otie984CEjPA="}]}},"1.1.1":{"name":"ws","version":"1.1.1","dependencies":{"options":">=0.0.5","ultron":"1.0.x"},"devDependencies":{"ansi":"0.3.x","benchmark":"0.3.x","bufferutil":"1.2.x","expect.js":"0.3.x","istanbul":"^0.4.1","mocha":"2.3.x","should":"8.0.x","tinycolor":"0.0.x","utf-8-validate":"1.2.x"},"dist":{"shasum":"082ddb6c641e85d4bb451f03d52f06eabdb1f018","tarball":"https://registry.npmjs.org/ws/-/ws-1.1.1.tgz","integrity":"sha512-TRtCup+Fxoy1sW9funE4kPxA0KfaMc7g68DoKN+Uu9Ej+zr9We3DWVJ2XgiGtXlibqA7IWOV+Xe6xlUxPputfg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEKhq7TMyPBFNdky+9DzBzOd6LywyKFvFLvrUyOosZCLAiBsU1uIMDVvYk+pfezehM+MmyqkQQ1ZJN+6H5/VeiYifg=="}]}},"2.0.0-beta.0":{"name":"ws","version":"2.0.0-beta.0","dependencies":{"ultron":"~1.1.0"},"devDependencies":{"benchmark":"~2.1.2","bufferutil":"~1.3.0","eslint":"~3.13.0","eslint-config-semistandard":"~7.0.0","eslint-config-standard":"~6.2.1","eslint-plugin-promise":"~3.4.0","eslint-plugin-standard":"~2.0.1","istanbul":"~0.4.5","mocha":"~3.2.0","utf-8-validate":"~2.0.0"},"dist":{"shasum":"47eae6d1a9a2a04cdb0c7b9d033cbbf7861009ef","tarball":"https://registry.npmjs.org/ws/-/ws-2.0.0-beta.0.tgz","integrity":"sha512-6UNP0UFsYWpFc4YwqiAUgthVQQJDa68+QEB9YZ4R/3fC/GnEdDbOBsacAEEyCrnMrb+cwIONCYuhQX/Pzhk5yQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD5qLf5DF0QcjcbtZGU2KsrwIOIkhdQ66jfo8/PWJLsiQIgfqsKuSJURD7XkYufLbwuRT9Vtd7k6EbIUnooi6ZwObI="}]}},"2.0.0-beta.1":{"name":"ws","version":"2.0.0-beta.1","dependencies":{"ultron":"~1.1.0"},"devDependencies":{"benchmark":"~2.1.2","bufferutil":"~1.3.0","eslint":"~3.13.0","eslint-config-semistandard":"~7.0.0","eslint-config-standard":"~6.2.1","eslint-plugin-promise":"~3.4.0","eslint-plugin-standard":"~2.0.1","istanbul":"~0.4.5","mocha":"~3.2.0","utf-8-validate":"~2.0.0"},"dist":{"shasum":"148696794af6e8766699d55228166fd0dfbe3cc2","tarball":"https://registry.npmjs.org/ws/-/ws-2.0.0-beta.1.tgz","integrity":"sha512-Vq1cdZNpXzfiWYEaP4OKygAFiUwxFCVItODNDhVvoFpwUS8//ljAnCNWaqbvVlbizXcnRjfZ5j3yW5rgtKhL8w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCa/pC63dRQEso4BlpQlQ8v1kviTTQ7FQtZzDPt+116mAIgeTicaYmav0aM38uetO7bQ8LWYqncWP+uV/ZqMAY4Kg0="}]}},"2.0.0-beta.2":{"name":"ws","version":"2.0.0-beta.2","dependencies":{"ultron":"~1.1.0"},"devDependencies":{"benchmark":"~2.1.2","bufferutil":"~1.3.0","eslint":"~3.14.0","eslint-config-semistandard":"~7.0.0","eslint-config-standard":"~6.2.1","eslint-plugin-promise":"~3.4.0","eslint-plugin-standard":"~2.0.1","istanbul":"~0.4.5","mocha":"~3.2.0","utf-8-validate":"~2.0.0"},"dist":{"shasum":"8d5cc5dab90ad208419f0c140afe4f162ed5e30a","tarball":"https://registry.npmjs.org/ws/-/ws-2.0.0-beta.2.tgz","integrity":"sha512-x348TPICEspSU7CotVQF/ZyvyVQqe+j0oMWe/xFzXDAA34bbluOZUTOxYXokP9qRyD8m4KOSUskqPiR8Ye7nVQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCjLw2lyTVXDEFxMemOZd+6cGkwGzan4LOITh1x6MBsbQIgW+njRNSDYvJisa1CLyMUybGTpfWugvkh6yufNRbY9n8="}]}},"2.0.0":{"name":"ws","version":"2.0.0","dependencies":{"ultron":"~1.1.0"},"devDependencies":{"benchmark":"~2.1.2","bufferutil":"~1.3.0","eslint":"~3.14.0","eslint-config-semistandard":"~7.0.0","eslint-config-standard":"~6.2.1","eslint-plugin-promise":"~3.4.0","eslint-plugin-standard":"~2.0.1","istanbul":"~0.4.5","mocha":"~3.2.0","utf-8-validate":"~2.0.0"},"dist":{"shasum":"31bd7fc93c3dc8940ca812e36aef0d0754450f77","tarball":"https://registry.npmjs.org/ws/-/ws-2.0.0.tgz","integrity":"sha512-F/hMlyMxKvFzdusu6RnJaNzClMnjXgdEhvZBlF++JKEcz21H3zHu9CDzYLmFChEAW7ywIFdQsvMmNBBeXUqf1w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCSFC9uW0AA2CoHMHIYXoDopNYl5zGmpL86cZ81xx+OKwIhAIjJd8Kn7Imef9sq6gFgQeERW56kXL9odOGZO3FxN9Xg"}]}},"2.0.1":{"name":"ws","version":"2.0.1","dependencies":{"ultron":"~1.1.0"},"devDependencies":{"benchmark":"~2.1.2","bufferutil":"~1.3.0","eslint":"~3.14.0","eslint-config-semistandard":"~7.0.0","eslint-config-standard":"~6.2.1","eslint-plugin-promise":"~3.4.0","eslint-plugin-standard":"~2.0.1","istanbul":"~0.4.5","mocha":"~3.2.0","utf-8-validate":"~2.0.0"},"dist":{"shasum":"0d3498dcb29dbee9fa229e61ebffeba67316a827","tarball":"https://registry.npmjs.org/ws/-/ws-2.0.1.tgz","integrity":"sha512-AlGYQtk28aZB6+J9IrRz8R/B/ThGTjFIza1aRxlf59NAb8YWItfRx48IhNa9ECexl1mIyLksOFKpAY4ecGUDjg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAH181fOuLTC8FhzH3D15e/wOmizhjT9LDXcKsM+V/cAAiEA7sCjwQNu+BYkCzoAehy950qtB29zZCl/SLarNWH9UEk="}]}},"2.0.2":{"name":"ws","version":"2.0.2","dependencies":{"ultron":"~1.1.0"},"devDependencies":{"benchmark":"~2.1.2","bufferutil":"~1.3.0","eslint":"~3.14.0","eslint-config-semistandard":"~7.0.0","eslint-config-standard":"~6.2.1","eslint-plugin-promise":"~3.4.0","eslint-plugin-standard":"~2.0.1","istanbul":"~0.4.5","mocha":"~3.2.0","utf-8-validate":"~2.0.0"},"dist":{"shasum":"6257d1a679f0cb23658cba3dcad1316e2b1000c5","tarball":"https://registry.npmjs.org/ws/-/ws-2.0.2.tgz","integrity":"sha512-jk0evnbSK6XrmrGXhAu7pSVHg9ZUdg4P7WQk7wefo9DCuBtDcqdbJghReZW9xR9BssJhUKZejJ6jBEcNd+/r8g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDKmil0jfOuBoBpCSl2FuBytLOPAcjFTxuSEJONJp987wIgAzwZlnhE2yXPwM1ffmjQg9IFixptH0bC0j1rsNiu50U="}]}},"2.0.3":{"name":"ws","version":"2.0.3","dependencies":{"ultron":"~1.1.0"},"devDependencies":{"benchmark":"~2.1.2","bufferutil":"~2.0.0","eslint":"~3.15.0","eslint-config-semistandard":"~7.0.0","eslint-config-standard":"~6.2.1","eslint-plugin-promise":"~3.4.0","eslint-plugin-standard":"~2.0.1","istanbul":"~0.4.5","mocha":"~3.2.0","utf-8-validate":"~3.0.0"},"dist":{"shasum":"532fd499c3f7d7d720e543f1f807106cfc57d9cb","tarball":"https://registry.npmjs.org/ws/-/ws-2.0.3.tgz","integrity":"sha512-f8p1uiVmsJaFKGnEEkVrTlAJKX0d8AB8kJPkL6Rpr7KE/1L4cNlyBcoyPN1ArxU9qj5Xeg8XIa495lhQnAVEAA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDOV/OMJIjBqh7rnPAgDY2OwCWnzoUh5EXT0YKpxAmQRwIhAMxQgRxkQLRjM4+i9uQONhCADnHliR/T/ehl+IE+nWJS"}]}},"1.1.2":{"name":"ws","version":"1.1.2","dependencies":{"options":">=0.0.5","ultron":"1.0.x"},"devDependencies":{"ansi":"0.3.x","benchmark":"0.3.x","bufferutil":"1.2.x","expect.js":"0.3.x","istanbul":"^0.4.1","mocha":"2.3.x","should":"8.0.x","tinycolor":"0.0.x","utf-8-validate":"1.2.x"},"dist":{"shasum":"8a244fa052401e08c9886cf44a85189e1fd4067f","tarball":"https://registry.npmjs.org/ws/-/ws-1.1.2.tgz","integrity":"sha512-lobrh3Dhp6tD1hv7NAIMx+oX/rsH/yd6/4krpBmJ/6ulsMZgQMuttlWTuYVWLV6ZjlpWIOjz55KbQbcKSQywEQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDzemfqbOnKLYwqbJxatMx6FwXXwRV5KY4ziVql31FMfQIgNRn12udTQZjTqJYPOJDuaj0o/Gf8n4CkH4qInPzIqt0="}]}},"2.1.0":{"name":"ws","version":"2.1.0","dependencies":{"ultron":"~1.1.0"},"devDependencies":{"benchmark":"~2.1.2","bufferutil":"~2.0.0","eslint":"~3.15.0","eslint-config-semistandard":"~7.0.0","eslint-config-standard":"~6.2.1","eslint-plugin-promise":"~3.4.0","eslint-plugin-standard":"~2.0.1","istanbul":"~0.4.5","mocha":"~3.2.0","utf-8-validate":"~3.0.0"},"dist":{"shasum":"b24eaed9609f8632dd51e3f7698619a90fddcc92","tarball":"https://registry.npmjs.org/ws/-/ws-2.1.0.tgz","integrity":"sha512-QuEzGPisagnyiEbaYKopaBC7ZbHy7eE/qBe05N1Niqz3nDFM+llWQcQ9MoJbshDcW2CsoJdreQqcxX9nahvpRA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICnwj5EUiaKJa34i5ewPcHL83Tve6jXpkVn8hys/Xi+/AiBG3myexjXX8+4285jfOw1ecUXqTZS6aHjjgc8uJCHXow=="}]}},"2.2.0":{"name":"ws","version":"2.2.0","dependencies":{"ultron":"~1.1.0"},"devDependencies":{"benchmark":"~2.1.2","bufferutil":"~2.0.0","eslint":"~3.16.0","eslint-config-semistandard":"~7.0.0","eslint-config-standard":"~6.2.1","eslint-plugin-promise":"~3.4.0","eslint-plugin-standard":"~2.0.1","istanbul":"~0.4.5","mocha":"~3.2.0","utf-8-validate":"~3.0.0"},"dist":{"shasum":"3218a7b1ebd15a09c56bb12a3e943a960eb7bde5","tarball":"https://registry.npmjs.org/ws/-/ws-2.2.0.tgz","integrity":"sha512-+uKOlLgmmL4l6v01DxpUN+4+TG9kRZTmiEnFH4EukJaskIFJCXV0iCi59gENV4ccDjLtvuiF9V4o9U7qmox1mw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIA6tmPxF1e+lFO89nA24Qs7eOBeSF4ZBTv6/uS/kE78eAiEAniJSh8ijXJ8XqMJaPheUI7I0sV9vXvypORr42ScIzYw="}]}},"1.1.3":{"name":"ws","version":"1.1.3","dependencies":{"options":">=0.0.5","ultron":"1.0.x"},"devDependencies":{"ansi":"0.3.x","benchmark":"0.3.x","bufferutil":"1.2.x","expect.js":"0.3.x","istanbul":"^0.4.1","mocha":"2.3.x","should":"8.0.x","tinycolor":"0.0.x","utf-8-validate":"1.2.x"},"dist":{"shasum":"67c3fd0dded7abd3c3316d281b7c968c3a2f4a3e","tarball":"https://registry.npmjs.org/ws/-/ws-1.1.3.tgz","integrity":"sha512-HXjfFU50CwX6msLgURf+NYwTd4gTTKx1TUzzkHoOYVBLGq+ud33MscO2TvdQiiEv34fUiCv4YR4Elsni2cEQKg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBo3RqD0FwEx21D9zvxIJahjJ7rayDJcYf2qOmyt+EY3AiANLmjpN8FFga6udtpG1km81QRTNfGxoqf0M+j0hqZR4w=="}]}},"1.1.4":{"name":"ws","version":"1.1.4","dependencies":{"options":">=0.0.5","ultron":"1.0.x"},"devDependencies":{"ansi":"0.3.x","benchmark":"0.3.x","bufferutil":"1.2.x","expect.js":"0.3.x","istanbul":"^0.4.1","mocha":"2.3.x","should":"8.0.x","tinycolor":"0.0.x","utf-8-validate":"1.2.x"},"dist":{"shasum":"57f40d036832e5f5055662a397c4de76ed66bf61","tarball":"https://registry.npmjs.org/ws/-/ws-1.1.4.tgz","integrity":"sha512-oPppAGuy/CRHmbhtWg1vH0rah72PUDrqg0w/SsssTeQfK3nWxzIpkJ1R7nDUTohzVDuDZU2W4mkRdji6+g9IJA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDkJPr+pYFwEHs6UNgZP14TWhQPeFxrc8ksOwwY50AywgIhAMV6d989XOupYFNH279zL2gQOgs5uWeNHYKf8HVokKNF"}]}},"2.2.1":{"name":"ws","version":"2.2.1","dependencies":{"ultron":"~1.1.0"},"devDependencies":{"benchmark":"~2.1.2","bufferutil":"~3.0.0","eslint":"~3.17.0","eslint-config-standard":"~8.0.0-beta.1","eslint-plugin-import":"~2.2.0","eslint-plugin-node":"~4.2.0","eslint-plugin-promise":"~3.5.0","eslint-plugin-standard":"~2.1.0","istanbul":"~0.4.5","mocha":"~3.2.0","utf-8-validate":"~3.0.0"},"dist":{"shasum":"f5ecbd4d47fb55a251d1a275223d47d693d3a8f2","tarball":"https://registry.npmjs.org/ws/-/ws-2.2.1.tgz","integrity":"sha512-Kxfc16zKwRv4MoBOyetZKvS005fOY1KfuavUUMF1BW0wdFr0ALzr4kamPqHDNgPmJ7KugmMkrNcD9jhR1a0nmg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAQa7BrT+EhHLArAglyrn+QDQ+GvPQVDXN9vxR4YfApDAiEA9QZAK0YlTJH5MYI+WQt6N0W6aOB8bAFtfykTn1FDm3w="}]}},"2.2.2":{"name":"ws","version":"2.2.2","dependencies":{"ultron":"~1.1.0"},"devDependencies":{"benchmark":"~2.1.2","bufferutil":"~3.0.0","eslint":"~3.18.0","eslint-config-standard":"~8.0.0-beta.1","eslint-plugin-import":"~2.2.0","eslint-plugin-node":"~4.2.0","eslint-plugin-promise":"~3.5.0","eslint-plugin-standard":"~2.1.0","istanbul":"~0.4.5","mocha":"~3.2.0","utf-8-validate":"~3.0.0"},"dist":{"shasum":"aa26daf39c52b20ed716e3447f8641494a726b01","tarball":"https://registry.npmjs.org/ws/-/ws-2.2.2.tgz","integrity":"sha512-fMDPJcasvWPAcjXL+F1Nm2nELCtekRoqOOLjx1YyFSXfYUule0Ru7wxZ1SIoqwGxgblPriGhJ790Vr9QZPcGOA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCysACfEz/A0HI2pMdCWFXR4DJJW3XdZ8Xp0xfBZk/4ywIhAJ+GQxuPA7iGzU+x6ev4XKGkpGPZ1dfq03Lr7dCFf16Z"}]}},"2.2.3":{"name":"ws","version":"2.2.3","dependencies":{"safe-buffer":"~5.0.1","ultron":"~1.1.0"},"devDependencies":{"benchmark":"~2.1.2","bufferutil":"~3.0.0","eslint":"~3.19.0","eslint-config-standard":"~8.0.0-beta.1","eslint-plugin-import":"~2.2.0","eslint-plugin-node":"~4.2.0","eslint-plugin-promise":"~3.5.0","eslint-plugin-standard":"~2.1.0","mocha":"~3.2.0","nyc":"~10.2.0","utf-8-validate":"~3.0.0"},"dist":{"shasum":"f36c9719a56dff813f455af912a2078145bbd940","tarball":"https://registry.npmjs.org/ws/-/ws-2.2.3.tgz","integrity":"sha512-EMHbIpTjSE8/J4pjdCrIplDgJ67E4f1ng4xOkowMkeZUyrk0JG3igce2Xqh12N6qIES4/DidqdM7+ivxkU/fgQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFzMLhvR34afI+6T/FaatVA4GwFvdyB6B99qhuhD0yUSAiEAmY8hdZBQ+zhqVt/ZE+HNok3/hl0lgWjfCVpqL2vbk+Q="}]}},"2.3.0":{"name":"ws","version":"2.3.0","dependencies":{"safe-buffer":"~5.0.1","ultron":"~1.1.0"},"devDependencies":{"benchmark":"~2.1.2","bufferutil":"~3.0.0","eslint":"~3.19.0","eslint-config-standard":"~10.2.0","eslint-plugin-import":"~2.2.0","eslint-plugin-node":"~4.2.0","eslint-plugin-promise":"~3.5.0","eslint-plugin-standard":"~3.0.0","mocha":"~3.2.0","nyc":"~10.2.0","utf-8-validate":"~3.0.0"},"dist":{"shasum":"459f482239b88e49b4ee17e8787c1bd43629aaaa","tarball":"https://registry.npmjs.org/ws/-/ws-2.3.0.tgz","integrity":"sha512-uAx5FvKfXJeEuci4ZpLkSG/7+cRQ8L2oM06R917JzHLth8Q0xSL+ydtU8TrqsQguBHrLWQDi1PbIw8Hdrr0gZA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDUpOoukOYIGNLit+OJf1+bQ8OIcPFVIJpDCJPpiVOyKAiEAmHLl6zPJPis7J06ZrLxxNzYD0wDzYpXNF412bNR7JX0="}]}},"2.3.1":{"name":"ws","version":"2.3.1","dependencies":{"safe-buffer":"~5.0.1","ultron":"~1.1.0"},"devDependencies":{"benchmark":"~2.1.2","bufferutil":"~3.0.0","eslint":"~3.19.0","eslint-config-standard":"~10.2.0","eslint-plugin-import":"~2.2.0","eslint-plugin-node":"~4.2.0","eslint-plugin-promise":"~3.5.0","eslint-plugin-standard":"~3.0.0","mocha":"~3.2.0","nyc":"~10.2.0","utf-8-validate":"~3.0.0"},"dist":{"shasum":"6b94b3e447cb6a363f785eaf94af6359e8e81c80","tarball":"https://registry.npmjs.org/ws/-/ws-2.3.1.tgz","integrity":"sha512-61a+9LgtYZxTq1hAonhX8Xwpo2riK4IOR/BIVxioFbCfc3QFKmpE4x9dLExfLHKtUfVZigYa36tThVhO57erEw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC6cUVv7mFfWNV85Ir2q/C4PRn8hSB4UlBGa06BEjSdKQIhAK5emUcRwgv+jIlABbT5gFLj+FYeIDCFqZas+m3ItpwV"}]}},"3.0.0":{"name":"ws","version":"3.0.0","dependencies":{"safe-buffer":"~5.0.1","ultron":"~1.1.0"},"devDependencies":{"benchmark":"~2.1.2","bufferutil":"~3.0.0","eslint":"~3.19.0","eslint-config-standard":"~10.2.0","eslint-plugin-import":"~2.2.0","eslint-plugin-node":"~4.2.0","eslint-plugin-promise":"~3.5.0","eslint-plugin-standard":"~3.0.0","mocha":"~3.4.1","nyc":"~10.3.0","utf-8-validate":"~3.0.0"},"dist":{"shasum":"98ddb00056c8390cb751e7788788497f99103b6c","tarball":"https://registry.npmjs.org/ws/-/ws-3.0.0.tgz","integrity":"sha512-sjCOvLIEgRVT+inhGpm/f/YeusxCEg5BENrIj31YcOR+GTLcqIJ029uTmLVFNDJBCBvCxhkWFZrR6iMppq/s2A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEl47tVH8MLC0QO4Z0JFfvAJtA7XlzwXHEeh+c9wquR6AiEA/DPNzRq0gYEogYIKQZlVC60M0ogwpdXcKZJX0rZJwg0="}]}},"3.1.0":{"name":"ws","version":"3.1.0","dependencies":{"safe-buffer":"~5.1.0","ultron":"~1.1.0"},"devDependencies":{"benchmark":"~2.1.2","bufferutil":"~3.0.0","eslint":"~4.3.0","eslint-config-standard":"~10.2.0","eslint-plugin-import":"~2.7.0","eslint-plugin-node":"~5.1.0","eslint-plugin-promise":"~3.5.0","eslint-plugin-standard":"~3.0.0","mocha":"~3.4.1","nyc":"~11.0.1","utf-8-validate":"~3.0.0"},"dist":{"integrity":"sha512-TU4/qKFlyQFqNITNWiqPCUY9GqlAhEotlzfcZcve6VT1YEngQl1dDMqwQQS3eMYruJ5r/UD3lcsWib6iVMDGDw==","shasum":"8afafecdeab46d572e5397ee880739367aa2f41c","tarball":"https://registry.npmjs.org/ws/-/ws-3.1.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICFlp08UL3pTSLLyPMxrSCPY3yulZdBQw+FbgmaHJjRkAiEAn0fruXqS+gqK2QBZJfuTO4f5tjHxNXbzSDL9vfLd3yg="}]}},"3.2.0":{"name":"ws","version":"3.2.0","dependencies":{"async-limiter":"~1.0.0","safe-buffer":"~5.1.0","ultron":"~1.1.0"},"devDependencies":{"benchmark":"~2.1.2","bufferutil":"~3.0.0","eslint":"~4.6.0","eslint-config-standard":"~10.2.0","eslint-plugin-import":"~2.7.0","eslint-plugin-node":"~5.1.0","eslint-plugin-promise":"~3.5.0","eslint-plugin-standard":"~3.0.0","mocha":"~3.5.0","nyc":"~11.2.0","utf-8-validate":"~3.0.0"},"dist":{"integrity":"sha512-hTS3mkXm/j85jTQOIcwVz3yK3up9xHgPtgEhDBOH3G18LDOZmSAG1omJeXejLKJakx+okv8vS1sopgs7rw0kVw==","shasum":"d5d3d6b11aff71e73f808f40cc69d52bb6d4a185","tarball":"https://registry.npmjs.org/ws/-/ws-3.2.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDq9u+EdFrKyASJlxETTy/FhAEDYrJY9kZ+CCaF/KIaBAiAxKopOm+50LsAyXzqjzGMtkUUsSqz2XI0SmYYjYuCEaQ=="}]}},"3.3.0":{"name":"ws","version":"3.3.0","dependencies":{"async-limiter":"~1.0.0","safe-buffer":"~5.1.0","ultron":"~1.1.0"},"devDependencies":{"benchmark":"~2.1.2","bufferutil":"~3.0.0","eslint":"~4.10.0","eslint-config-standard":"~10.2.0","eslint-plugin-import":"~2.8.0","eslint-plugin-node":"~5.2.0","eslint-plugin-promise":"~3.6.0","eslint-plugin-standard":"~3.0.0","mocha":"~4.0.0","nyc":"~11.3.0","utf-8-validate":"~3.0.0"},"dist":{"integrity":"sha512-XPwGf44sJI6zgBpiWk44HQG6pK7HABl4F77Uydtb6BcgTC8fFpXHKM8bGu4AdBMtIjREDbNlvGitRZnwi0vXCA==","shasum":"f8b948a1378af7efa702f5513da08dd516897c31","tarball":"https://registry.npmjs.org/ws/-/ws-3.3.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICQEHa+kLaciHtB1WQkv5Cta6geJeTdcX63CcAIyr7vlAiAcmxcDBXZbmFcp3PXy2ryt8oKFY2V6E8IMtMkFeRSvCA=="}]}},"1.1.5":{"name":"ws","version":"1.1.5","dependencies":{"options":">=0.0.5","ultron":"1.0.x"},"devDependencies":{"ansi":"0.3.x","benchmark":"0.3.x","bufferutil":"1.2.x","expect.js":"0.3.x","istanbul":"^0.4.1","mocha":"2.3.x","should":"8.0.x","tinycolor":"0.0.x","utf-8-validate":"1.2.x"},"dist":{"integrity":"sha512-o3KqipXNUdS7wpQzBHSe180lBGO60SoK0yVo3CYJgb2MkobuWuBX6dhkYP5ORCLd55y+SaflMOV5fqAB53ux4w==","shasum":"cbd9e6e75e09fc5d2c90015f21f0c40875e0dd51","tarball":"https://registry.npmjs.org/ws/-/ws-1.1.5.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCID2EH9m0Ni0PI8but6RALvlEHuZRnNMqZqXVnh6H699JAiEAw13uXEe8FHngkvtPc+HtnNfDAmtTOix9pBfzCBc37MA="}]}},"3.3.1":{"name":"ws","version":"3.3.1","dependencies":{"async-limiter":"~1.0.0","safe-buffer":"~5.1.0","ultron":"~1.1.0"},"devDependencies":{"benchmark":"~2.1.2","bufferutil":"~3.0.0","eslint":"~4.10.0","eslint-config-standard":"~10.2.0","eslint-plugin-import":"~2.8.0","eslint-plugin-node":"~5.2.0","eslint-plugin-promise":"~3.6.0","eslint-plugin-standard":"~3.0.0","mocha":"~4.0.0","nyc":"~11.3.0","utf-8-validate":"~3.0.0"},"dist":{"integrity":"sha512-8A/uRMnQy8KCQsmep1m7Bk+z/+LIkeF7w+TDMLtX1iZm5Hq9HsUDmgFGaW1ACW5Cj0b2Qo7wCvRhYN2ErUVp/A==","shasum":"d97e34dee06a1190c61ac1e95f43cb60b78cf939","tarball":"https://registry.npmjs.org/ws/-/ws-3.3.1.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIG4l4ecCjnfAancXbrnecC9oaOBtrti2lnyWLapN/XNRAiAtZpnOKVtm+lujOnXI/jG6HiuTRxPKXR4qrMqra02JXQ=="}]}},"3.3.2":{"name":"ws","version":"3.3.2","dependencies":{"async-limiter":"~1.0.0","safe-buffer":"~5.1.0","ultron":"~1.1.0"},"devDependencies":{"benchmark":"~2.1.2","bufferutil":"~3.0.0","eslint":"~4.11.0","eslint-config-standard":"~10.2.0","eslint-plugin-import":"~2.8.0","eslint-plugin-node":"~5.2.0","eslint-plugin-promise":"~3.6.0","eslint-plugin-standard":"~3.0.0","mocha":"~4.0.0","nyc":"~11.3.0","utf-8-validate":"~3.0.0"},"dist":{"integrity":"sha512-t+WGpsNxhMR4v6EClXS8r8km5ZljKJzyGhJf7goJz9k5Ye3+b5Bvno5rjqPuIBn5mnn5GBb7o8IrIWHxX1qOLQ==","shasum":"96c1d08b3fefda1d5c1e33700d3bfaa9be2d5608","tarball":"https://registry.npmjs.org/ws/-/ws-3.3.2.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCttGFdA4+32ZQFz/fLCc0VjwpSZX4I95UsT/xFBOb2oAIgdTJKERYaKcMSZ7Rt8xNZFNDh4FsMxvg9npuAYqeIKFc="}]}},"3.3.3":{"name":"ws","version":"3.3.3","dependencies":{"async-limiter":"~1.0.0","safe-buffer":"~5.1.0","ultron":"~1.1.0"},"devDependencies":{"benchmark":"~2.1.2","bufferutil":"~3.0.0","eslint":"~4.13.0","eslint-config-standard":"~10.2.0","eslint-plugin-import":"~2.8.0","eslint-plugin-node":"~5.2.0","eslint-plugin-promise":"~3.6.0","eslint-plugin-standard":"~3.0.0","mocha":"~4.0.0","nyc":"~11.3.0","utf-8-validate":"~4.0.0"},"dist":{"integrity":"sha512-nnWLa/NwZSt4KQJu51MYlCcSQ5g7INpOrOMt4XV8j4dqTXdmlUmSHQ8/oLC069ckre0fRsgfvsKwbTdtKLCDkA==","shasum":"f1cf84fe2d5e901ebce94efaece785f187a228f2","tarball":"https://registry.npmjs.org/ws/-/ws-3.3.3.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFK0sQcVx3ZijS93okHmw8T72hMW3ZSLufBxtpjHvz5pAiEApCSCHdIMQYraA69fJAcgHYCgmyRqi8UqWgijJ4tYC30="}]}},"4.0.0":{"name":"ws","version":"4.0.0","dependencies":{"async-limiter":"~1.0.0","safe-buffer":"~5.1.0","ultron":"~1.1.0"},"devDependencies":{"benchmark":"~2.1.2","bufferutil":"~3.0.0","eslint":"~4.14.0","eslint-config-standard":"~10.2.0","eslint-plugin-import":"~2.8.0","eslint-plugin-node":"~5.2.0","eslint-plugin-promise":"~3.6.0","eslint-plugin-standard":"~3.0.0","mocha":"~4.1.0","nyc":"~11.4.1","utf-8-validate":"~4.0.0"},"dist":{"integrity":"sha512-QYslsH44bH8O7/W2815u5DpnCpXWpEK44FmaHffNwgJI4JMaSZONgPBTOfrxJ29mXKbXak+LsJ2uAkDTYq2ptQ==","shasum":"bfe1da4c08eeb9780b986e0e4d10eccd7345999f","tarball":"https://registry.npmjs.org/ws/-/ws-4.0.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDANyu2zeDBMBFLvvb/u2IG8qEdJMqVzbSHacGmHwuhdwIgBl9anliebkjDPvZySHnKpPFR7/PnyUPeflQdue7D09s="}]}},"4.1.0":{"name":"ws","version":"4.1.0","dependencies":{"async-limiter":"~1.0.0","safe-buffer":"~5.1.0"},"devDependencies":{"benchmark":"~2.1.2","bufferutil":"~3.0.0","eslint":"~4.18.0","eslint-config-standard":"~11.0.0","eslint-plugin-import":"~2.9.0","eslint-plugin-node":"~6.0.0","eslint-plugin-promise":"~3.6.0","eslint-plugin-standard":"~3.0.0","mocha":"~5.0.0","nyc":"~11.4.1","utf-8-validate":"~4.0.0"},"dist":{"integrity":"sha512-ZGh/8kF9rrRNffkLFV4AzhvooEclrOH0xaugmqGsIfFgOE/pIz4fMc4Ef+5HSQqTEug2S9JZIWDR47duDSLfaA==","shasum":"a979b5d7d4da68bf54efe0408967c324869a7289","tarball":"https://registry.npmjs.org/ws/-/ws-4.1.0.tgz","fileCount":15,"unpackedSize":103770,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIG8cceikyJWdjGyysPFpTq6CayIpuXJJM9ET5OU26SbgAiEAw/dkG+BwPZcWVUH9aGsGOYVxIQUIzl6CgJj4ZYhwYjY="}]}},"5.0.0":{"name":"ws","version":"5.0.0","dependencies":{"async-limiter":"~1.0.0"},"devDependencies":{"benchmark":"~2.1.2","bufferutil":"~3.0.0","eslint":"~4.18.0","eslint-config-standard":"~11.0.0","eslint-plugin-import":"~2.9.0","eslint-plugin-node":"~6.0.0","eslint-plugin-promise":"~3.6.0","eslint-plugin-standard":"~3.0.0","mocha":"~5.0.0","nyc":"~11.4.1","utf-8-validate":"~4.0.0"},"dist":{"integrity":"sha512-XXG4S0b771C68AeTHebBsJJBZMguxj7Em+D657RViuj6ppRd3tfuOhIK8eGwZGNb76C8MjQfCTfH2NN50rJN4w==","shasum":"fb4ede3fddcff99b157d292a1069ace8d6e04db9","tarball":"https://registry.npmjs.org/ws/-/ws-5.0.0.tgz","fileCount":15,"unpackedSize":105211,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCawQ6C6KAoEZ4F3HYLQpq1W/Ku+ORjl3AddqVpqk1f9wIgPXwghju+gTgKujfDgg8YfFsDVvMMYmPFFN0oPJjoiIk="}]}},"5.1.0":{"name":"ws","version":"5.1.0","dependencies":{"async-limiter":"~1.0.0"},"devDependencies":{"benchmark":"~2.1.2","bufferutil":"~3.0.0","eslint":"~4.19.0","eslint-config-standard":"~11.0.0","eslint-plugin-import":"~2.9.0","eslint-plugin-node":"~6.0.0","eslint-plugin-promise":"~3.7.0","eslint-plugin-standard":"~3.0.0","mocha":"~5.0.0","nyc":"~11.6.0","utf-8-validate":"~4.0.0"},"dist":{"integrity":"sha512-7KU/qkUXtJW9aa5WRKlo0puE1ejEoAgDb0D/Pt+lWpTkKF7Kp+MqFOtwNFwnuiYeeDpFjp0qyMniE84OjKIEqQ==","shasum":"ad7f95a65c625d47c24f2b8e5928018cf965e2a6","tarball":"https://registry.npmjs.org/ws/-/ws-5.1.0.tgz","fileCount":15,"unpackedSize":103665,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCXOT8NgTCp/E3ymbmVXeOg61PHabk693liLRlH/SRsLQIhAPVxXf+p30Rv1bToVYiX+SyKiTDj/duiINDnxYJUqkXs"}]}},"5.1.1":{"name":"ws","version":"5.1.1","dependencies":{"async-limiter":"~1.0.0"},"devDependencies":{"benchmark":"~2.1.2","bufferutil":"~3.0.0","eslint":"~4.19.0","eslint-config-standard":"~11.0.0","eslint-plugin-import":"~2.10.0","eslint-plugin-node":"~6.0.0","eslint-plugin-promise":"~3.7.0","eslint-plugin-standard":"~3.0.0","mocha":"~5.0.0","nyc":"~11.6.0","utf-8-validate":"~4.0.0"},"dist":{"integrity":"sha512-bOusvpCb09TOBLbpMKszd45WKC2KPtxiyiHanv+H2DE3Az+1db5a/L7sVJZVDPUC1Br8f0SKRr1KjLpD1U/IAw==","shasum":"1d43704689711ac1942fd2f283e38f825c4b8b95","tarball":"https://registry.npmjs.org/ws/-/ws-5.1.1.tgz","fileCount":15,"unpackedSize":104066,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC5YfwLyjPsZ679S17Md4QVIe79UrlERq2kiWfroCp6dQIhAPJO+LQW4ahu4s1Zfe92BX5+CQFv9lfRwm3oLIX95X9f"}]}},"5.2.0":{"name":"ws","version":"5.2.0","dependencies":{"async-limiter":"~1.0.0"},"devDependencies":{"benchmark":"~2.1.2","bufferutil":"~3.0.0","eslint":"~4.19.0","eslint-config-standard":"~11.0.0","eslint-plugin-import":"~2.12.0","eslint-plugin-node":"~6.0.0","eslint-plugin-promise":"~3.7.0","eslint-plugin-standard":"~3.0.0","mocha":"~5.2.0","nyc":"~11.8.0","utf-8-validate":"~4.0.0"},"dist":{"integrity":"sha512-c18dMeW+PEQdDFzkhDsnBAlS4Z8KGStBQQUcQ5mf7Nf689jyGk0594L+i9RaQuf4gog6SvWLJorz2NfSaqxZ7w==","shasum":"9fd95e3ac7c76f6ae8bcc868a0e3f11f1290c33e","tarball":"https://registry.npmjs.org/ws/-/ws-5.2.0.tgz","fileCount":14,"unpackedSize":98827,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbAxwVCRA9TVsSAnZWagAA9VQP/39iXeH1zQCzfpOJLSzn\noeVFUFTlKbVEvIQT1FD01yjCUp2T7gGHyjC4XnaFJ3pRXDa8+O6MWGnWYhtw\nssZ7osNJV/9r2AI+xrW+lcit5qp5qg1l2/zvc3OGSVyt/3ITlnfxYJE13dCn\n23hf9veQKZvigi6OGf73h6sGqfxVcQcI3Aeez0rp28khcZrZKyhOA12s6LyS\nbrhixmvClFPZeCjDO7iP0Fy0qWYvLLOagqK3Vb7FUrObHuEl9JGFqUNW0egS\ndsVxnyhhmPHzVbV+lxhNfOPHwKPWWE1ngCu3CTqBT6zkUhCbAl+SqZkbQbwu\ncGs/WsLmAoX773kDf9PfwWIr1psvp72LLN7VBOfmTPBaO7dvvGM4Fo84DmHz\neaubp5Hgad3zpqeVnXTLJAQ6gzwdiWqF0u6l9+gKMHmXhB71CgOpF1dhgGkh\noGve5bMFFORzbYdq/Cc/NTROQIY6QEy2/ASs0BjZIEd97IiEPFbtjrcqlyr8\n9v9jkP2u8GKrOVDMc2sZu8hMyTGu1np82UEFMSDg3g4tAbVvuGDupHzgrexB\nKWWFLcarSSQsdILHjVTyTuJqZ36zGmAzLPvRPTitOn0esUaC/+MQ3r5chySk\nuagTH9F4vTGf2YbwydNYsWWxZ1+tCf8bHegjvtkO3ybm1AaCuF8huU15zqOZ\n1jRV\r\n=Ikvp\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQClaMynX+tOOJDmkbNBvgl2vSMkbjd0J43EIQcaqNzw/gIhAIWlzHpnSFZAAJ2eat5V+0VWeqdTtrF/6KAhiaN0vKWO"}]}},"5.2.1":{"name":"ws","version":"5.2.1","dependencies":{"async-limiter":"~1.0.0"},"devDependencies":{"benchmark":"~2.1.2","bufferutil":"~3.0.0","eslint":"~4.19.0","eslint-config-standard":"~11.0.0","eslint-plugin-import":"~2.12.0","eslint-plugin-node":"~6.0.0","eslint-plugin-promise":"~3.8.0","eslint-plugin-standard":"~3.0.0","mocha":"~5.2.0","nyc":"~12.0.2","utf-8-validate":"~4.0.0"},"dist":{"integrity":"sha512-2NkHdPKjDBj3CHdnAGNpmlliryKqF+n9MYXX7/wsVC4yqYocKreKNjydPDvT3wShAZnndlM0RytEfTALCDvz7A==","shasum":"37827a0ba772d072a843c3615b0ad38bcdb354eb","tarball":"https://registry.npmjs.org/ws/-/ws-5.2.1.tgz","fileCount":15,"unpackedSize":105366,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbLnFLCRA9TVsSAnZWagAAHjAP/j1h2rW5glAQeQyZs9/i\nbLlM8N6XXz2dv81aEzpXTV/VQWp7WmyV130OUzqEqzAivqAcPWeGOqUyx2JR\nGp30PlS5LtU3IeqAk9kJNPUEmP3CkWGsJYW80Bv9eww3iKVj/O5XDu1RgQ8K\nigfwJQcHwhLjdugBrIvijGk2TALL6QC6CDjr6NWVxL0aRpJazG83NOLL9rNz\n/apAQhh+x5ANNRXi4eF+kY2pH7wTyrq/qOFAKamgcT22sTP08TeDv2Q0bpEh\n79l5yqSyaEJ0lwFL1PMEhCY7X1e/1ecGzfkNqPJsKm6TmhMRwkFLdJTMA0dH\nh8nTqMFBArmXihOn7804li8vEDkrPcvmVp7jS+rIDR0G7fUpKH8SAZ0CqQTi\nBGYaAQ1UTjSZ78KtstzzMIsbaBooBn/n+DLcg21zmBLvdKwBY99ndhlUOVki\n5N6JEHXa7b3Vck0HSb0fQ9BgMQPnjDZ3u1FJdw4rFbBrm/yoJvb41MYTlKxX\n0nyMLtzpuZ2+U4zuXe6oILI+ZDhlDEdkHts0ZjDbZEcXWkW02DoE8Qt+2fds\nDrz12QW2BosLOuiuvQwkfPiOvutWo0Q0hUgfjtekjEdQ4E4L4e8NpkgxlSWT\nHe66UBpdlRaiWjYEocv9KTuV21QcSrPUwyJY1xnJ28NNWEPJC0YTo+5zUn5E\nCzLX\r\n=10rz\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAhquwgdcHYa1emLkJRRucCTqH/xe4lHC7VJ4MLRU9iJAiBvF9NxsaqwBNFmT3CaGSor73H0pbu0wVBxPirUwQt9HQ=="}]}},"5.2.2":{"name":"ws","version":"5.2.2","dependencies":{"async-limiter":"~1.0.0"},"devDependencies":{"benchmark":"~2.1.2","bufferutil":"~3.0.0","eslint":"~4.19.0","eslint-config-standard":"~11.0.0","eslint-plugin-import":"~2.12.0","eslint-plugin-node":"~6.0.0","eslint-plugin-promise":"~3.8.0","eslint-plugin-standard":"~3.0.0","mocha":"~5.2.0","nyc":"~12.0.2","utf-8-validate":"~4.0.0"},"dist":{"integrity":"sha512-jaHFD6PFv6UgoIVda6qZllptQsMlDEJkTQcybzzXDYM1XO9Y8em691FGMPmM46WGyLU4z9KMgQN+qrux/nhlHA==","shasum":"dffef14866b8e8dc9133582514d1befaf96e980f","tarball":"https://registry.npmjs.org/ws/-/ws-5.2.2.tgz","fileCount":14,"unpackedSize":99219,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbRmFaCRA9TVsSAnZWagAAZH0P/iB0EIYIHqFAJznwT4el\n8xU2FN/na7yK3k+nV0cNYD+gKdOcTphij2IJGnQBM8hG4SlPBf+NBqy7/VBo\na3cmV3Rat395nmI3lhTgb9EDMFgYRQty3ORS3KAf2KEpFFA4QlTjOttjYsCq\nZN/j3GMnsnH47RxToPE9wTyC8d+cgIfdQHLN1k+5YaN5OtBCyKIXGbl+QJli\n2YLGAU1mp+yM+CF8CV+q6aodokoF/89D8LnJ7N5LjIgYGHTohB9c/fY/7v/5\nQLqd35RTo8OXMfiujUy2EhyGP5SyiTUzttAmXuSOxG3KQTtzss0dHMBxFeXJ\nO6ZDh124WW1VJYhdPKwfaHwszfmB6a95K2Gmu7xtvlq48qMq6Rfi9WQ1/rlc\nYyeyXAX1a/ykbEza4mm9oPfZpkPKSYM4s4fYufxyG3sAz3vKaOy4MQNA6gOC\n49sJBGT7kdTlPgHuE832t9T+J8ByCGNl/o2zJDDYLq6RLZqtgaSqAWtIBaFe\neW/yEVklhm2InF8e1yAiHg4au/6OKf4PFfKpcjdKvDbMZO8fFm6VDRYqFlI5\nnF2XzxK7p86sIe+YeFqVAzc4kMGcvYzrD7RhA25n+NBbjHaYChCLibgEDG7E\n2gqUv1T9BU2ihq845gapZ9h1b7/dpfqOKZCf5kvMxZLjp/rL8msRRPd4GIw9\nPXXp\r\n=QnaD\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFTkh2zOSQblSgFhq0zmxD1XFkKLUGfAhN5MTEOYEndUAiEAlPZuTfVmJjE9RYr01kMqIZqIes8GTZ/BEJriJX19R/M="}]}},"6.0.0":{"name":"ws","version":"6.0.0","dependencies":{"async-limiter":"~1.0.0"},"devDependencies":{"benchmark":"~2.1.2","bufferutil":"~4.0.0","eslint":"~5.0.0","eslint-config-standard":"~11.0.0","eslint-plugin-import":"~2.13.0","eslint-plugin-node":"~7.0.0","eslint-plugin-promise":"~3.8.0","eslint-plugin-standard":"~3.1.0","mocha":"~5.2.0","nyc":"~12.0.2","utf-8-validate":"~5.0.0"},"dist":{"integrity":"sha512-c2UlYcAZp1VS8AORtpq6y4RJIkJ9dQz18W32SpR/qXGfLDZ2jU4y4wKvvZwqbi7U6gxFQTeE+urMbXU/tsDy4w==","shasum":"eaa494aded00ac4289d455bac8d84c7c651cef35","tarball":"https://registry.npmjs.org/ws/-/ws-6.0.0.tgz","fileCount":15,"unpackedSize":99254,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbUzj6CRA9TVsSAnZWagAAzt4P/34SG+VwqdtTCepV7vHg\nIZdyPTg4bMSXC2h1xsNsSPLa87m1OGenRSc7QyLuBwBmXV9PXEFwLs1c7rt2\ndMmVoOUx2nz6cV34LvhwlWitnurrTdCfuyc/jSjaDCYkVFreC1eCB4FqJcWv\nQO+Muvs79jK/JFFtxuQWJvrwlvghh7WdnA99YA0Dp2hG84blFrU3DTnvNaeJ\nPAFbmsT4VWpCncX5QAwVZdJkyf/Me9ePEtajo8B5VDXCKTcTW9rsaUD8+3gB\niALBZQjhEkQ4V57IioqeUvjx90c4+4XBfIBaW2DlL1sJAfBRcjz5y8GPLn0x\nEvTop4Q6AcFJYzh748h7Fbc1+K6BjQEmZbpjkWnNeIveaz4qSzsv/R3wPzVE\n+ICCwcEED5XIvU3hV4+uXFaPuq53j1z40eOtNLz3ELnh06KuiCAFI8iEMvUA\ne+a5052P4QTthG4ssO30PzngkocTQRXcBA/Ht1KVrjntA/AK5s7fq6SmtMRN\nzRSRqpgBjvfI9HDHwCx+/RWPqbV99pAxRResUY4YCctxu6y8cQCDZdwHusr2\njpe3nn/exxcofffYkJTimwC5VKTj81q2I4bMbFPLo88Ik9Sz2d3mVwQm4s+l\n3HoRlHEs7GWqFbACjETAKquTET7Oy9JzZIHNklGUk1OYhTsSG4yNUuaRk3TQ\nkAg1\r\n=xeQT\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAS+fdpC010NNOwlDWVdjcm+ahAqbvdabiZfjLRlzRxdAiBqlfLOk5EQc+LCs03bNbuvFHcgGmpV7P2HwDZLFrp5/g=="}]}},"6.1.0":{"name":"ws","version":"6.1.0","dependencies":{"async-limiter":"~1.0.0"},"devDependencies":{"benchmark":"~2.1.2","bufferutil":"~4.0.0","eslint":"~5.6.1","eslint-config-standard":"~12.0.0","eslint-plugin-import":"~2.14.0","eslint-plugin-node":"~7.0.0","eslint-plugin-promise":"~4.0.0","eslint-plugin-standard":"~4.0.0","mocha":"~5.2.0","nyc":"~13.0.1","utf-8-validate":"~5.0.0"},"dist":{"integrity":"sha512-H3dGVdGvW2H8bnYpIDc3u3LH8Wue3Qh+Zto6aXXFzvESkTVT6rAfKR6tR/+coaUvxs8yHtmNV0uioBF62ZGSTg==","shasum":"119a9dbf92c54e190ec18d10e871d55c95cf9373","tarball":"https://registry.npmjs.org/ws/-/ws-6.1.0.tgz","fileCount":15,"unpackedSize":99539,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDS1mo+upctpRQoZlErPIEzWP5D5cX49pmkOXFnyQOsxAIgTEib44FgIK9gbAdLmfCs13Vejzt3f+AVG5FFYRCGJD4="}]}},"6.1.1":{"name":"ws","version":"6.1.1","dependencies":{"async-limiter":"~1.0.0"},"devDependencies":{"benchmark":"~2.1.4","bufferutil":"~4.0.0","eslint":"~5.9.0","eslint-config-standard":"~12.0.0","eslint-plugin-import":"~2.14.0","eslint-plugin-node":"~8.0.0","eslint-plugin-promise":"~4.0.1","eslint-plugin-standard":"~4.0.0","mocha":"~5.2.0","nyc":"~13.1.0","utf-8-validate":"~5.0.0"},"dist":{"integrity":"sha512-tfSg0NBK1w9FkVhIftPp2lWPoFu3AInndGyydLPTNSIA4o1V7GveE2fCTF7kFmHZ/+NGVObBptvFXwzF7ALXDQ==","shasum":"3f5a17e51059272dc18cf039d3ef29eee5d3fdc6","tarball":"https://registry.npmjs.org/ws/-/ws-6.1.1.tgz","fileCount":15,"unpackedSize":100571,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb779dCRA9TVsSAnZWagAAlBMP/0rQR0ky6Shi0489pjNH\nkWd0vNvdBUyTGPfPEwCzvPbkNnTFw0Mp5B6X+mKFQUtTMF8OPSPQyAJ8YPRG\n85pqTxd248JlWpzXD3gc9rP0kX/oDfqJKgbWwy0o7N6MhfRjgto8z8TMyWKG\nWqDlEep8XLFuTidosbn5YSEjh8XM9/MYLxCv+iOwUFSjRS/7zPMPpDQcNNyd\nQZ2xiwhzHaTgNQSUJ8lZuSOjKjwgf4g1OCYE8KlZRCVcTA/CvY9HhcXt/S43\n4qYNx46kl5jlZB6SX5ta1X+OQJLF+OchLUhUeNIv9RtjvqAOF14ddfWXqAvU\n5780iME+RAj0yiMIlI147Zegg0y26kPcYbMzNyIh56p5UaleoXhSA7D/HktN\nMaqyl/eNpmMHoAbbVdy+IUbN1W8S0UoPN3EC/PFNtfOm6bcUqsZJvB2FVRDo\nz45qMWi68W4lcIYv/Bq9IJLdqaLDJJAtgSBuq5jB9SC6jhZzCqgc3zF2UszM\nRcHQ9mcEoDwTWbozvFJHjEzfY1R8rU62wdluIea2sDjiHvUiF6vnedZBaVGQ\n7Mso1OofEaAaSNOnEFQgdlZi63qoA9dHjAUMBWraFz0IX5wg0kDndliXJRP/\n8LGhcMUdK0pxMLDbgE0i57q0xdpB8zcvrM8ytbjIIYxDIAcRyKHbLQFECh08\n8Z4y\r\n=pErf\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIE+u4iGKqiDqtXwCZWNP0Ckw+E8ihMNeltnI2YQG2J6QAiBj10EtaRvR2P2bzeRL9hQ6CTDe9hMAjBDEJJKh+HEu/g=="}]}},"6.1.2":{"name":"ws","version":"6.1.2","dependencies":{"async-limiter":"~1.0.0"},"devDependencies":{"benchmark":"~2.1.4","bufferutil":"~4.0.0","eslint":"~5.9.0","eslint-config-prettier":"~3.3.0","eslint-plugin-prettier":"~3.0.0","mocha":"~5.2.0","nyc":"~13.1.0","prettier":"~1.15.2","prettylint":"~1.0.0","utf-8-validate":"~5.0.0"},"dist":{"integrity":"sha512-rfUqzvz0WxmSXtJpPMX2EeASXabOrSMk1ruMOV3JBTBjo4ac2lDjGGsbQSyxj8Odhw5fBib8ZKEjDNvgouNKYw==","shasum":"3cc7462e98792f0ac679424148903ded3b9c3ad8","tarball":"https://registry.npmjs.org/ws/-/ws-6.1.2.tgz","fileCount":15,"unpackedSize":101241,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb8HRXCRA9TVsSAnZWagAA+eQP/j8yGGNE4WomL+EdKWmn\nTIjjcekIj2v1sqeT5huJZ2IREDk82hrRSA0UF7OpyZZwIJrOC4bFvMxNRHYR\nwzTJ/k2FIlEJ3r8OtBPnrHdXYYml6II4yW3qya1fN5AANz/LiWe3mgh3GjZp\nZMHeUTAA1n1Ms46nAibXTsi4m7xm94azyTeFeMdYFfrGoq4iTO9DVbux/G/b\nY5bxJzzciXCvu7ZmL5AUktghiTMp+sjuDKP+WSpvYU7O5p1C88LjTzMO1G4l\n15Ye23Mx1Oj9n47ZSSqF/uvS6yihejnnFs+Daqx5oY4+k6ik5etYSuP9uj5E\nvuMDGWclD86E6v/aHFZVCs3jQo3QDan14Ck5lXuPvXLkRCl8Rdlw4KnmgnnI\niicjtpQY8V1KWU6s34WHoySRzPOS3ruYFD+WUupUzl8Gk3ssxm8bSw/8AH1t\naWVMwWaaVqCRadl/rCnnMWpF3B4JgzQWC1O0DPxmiZq4Ftic2wSYbP8JZb6d\nZ2CO08WMgT67NwzA8KVUUlauBLfaI58+ZlesE0KuY6HbhTCCJsVTyJDr7v5o\nU0AlBZl5En+HxllkZnwV8C0QFVRqQFHqLXZbuLA3iTB4V62ti3payzHowWaC\nB7K7wWcnW77dvJbSB18YT6yL53enuWJ9f6TpobeKg42gTFqk63dxo7PjSfNn\nNko2\r\n=k/S4\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCID27twHSyISj8wP7lF77OP0HNl5Uqv5HU3lIZXIkd67fAiBi71MysdG9pfYgcB4KLz2iRtHFFYJssn4LiuPLE9zbjA=="}]}},"6.1.3":{"name":"ws","version":"6.1.3","dependencies":{"async-limiter":"~1.0.0"},"devDependencies":{"benchmark":"~2.1.4","bufferutil":"~4.0.0","eslint":"~5.12.0","eslint-config-prettier":"~3.6.0","eslint-plugin-prettier":"~3.0.0","mocha":"~5.2.0","nyc":"~13.1.0","prettier":"~1.16.1","prettylint":"~1.0.0","utf-8-validate":"~5.0.0"},"dist":{"integrity":"sha512-tbSxiT+qJI223AP4iLfQbkbxkwdFcneYinM2+x46Gx2wgvbaOMO36czfdfVUBRTHvzAMRhDd98sA5d/BuWbQdg==","shasum":"d2d2e5f0e3c700ef2de89080ebc0ac6e1bf3a72d","tarball":"https://registry.npmjs.org/ws/-/ws-6.1.3.tgz","fileCount":15,"unpackedSize":100829,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcSWUfCRA9TVsSAnZWagAAfwIP+wc/E134+PtKAQyUt98N\nJg0s/p5NAcA2NjnDUIro11T3h8BX0n/pYjGChh0sbREBYCD1Yc9sH+3mNgQg\nIO/X54RHcVtgbzXud/GBc+8xBuE9ZztK+bnyxwYDeRABY7ZC+h7IapybvVhR\nmVt68fesQBmvA37AhKHejHMQgndai/6YZTdjKevOJrSSYd4XtwCcV5/lhP3I\nUm/ZA1oynIuKo6NdT+fJZ1VdvtCxwaW8eJ1IXF0xmeadtCtX7wQ6AF3mLnT1\nhXmMz/QYI3Hw/68k5b38lK4ni32yxlCYK3rs/BIrIjBnqMC+HjFV5f6MjXoA\nR8WihWoxAtkiRRC4mEmXqI/0spOEdLIvehgj+zCyLO0SP7D3svvS4JrI71he\n4AMWdWJl/xeGDcNzyi3GvIuZqzbMLJ/291NCN82Q0IHlQHzg8bIW+316qzfL\nZREhySLXUGc3g5LPHxtiFotRc/pK21qPdMIU1JHQYLh1btjtFWDP3KINBaw2\nkWrML3nPrdMEiWN+wyaL5h1fYoOYWz8pXZXOya56teEHYMqw7oXB3aW6ebqd\nQYkS0RqaqcCNAi8cThQePFRtlHaNLKS3jJJV58K26nt7AAUp36/x9KO58KyK\nodsOZ+LcqJS1FXOUvRYS8qKKfReSf0CterL8I2QPtbxQ1fHqD8ev2lQoQ6Bg\nPTqd\r\n=MjyM\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDWVrsbbyJJs+daxaqUgHxXaNlVL+7p/k4Frn8aQq+AVQIhANJwHbiARn4xgmh/dcP/cw8pLDGLRnK3LYi57wGfANRd"}]}},"6.1.4":{"name":"ws","version":"6.1.4","dependencies":{"async-limiter":"~1.0.0"},"devDependencies":{"benchmark":"~2.1.4","bufferutil":"~4.0.0","eslint":"~5.14.0","eslint-config-prettier":"~4.0.0","eslint-plugin-prettier":"~3.0.0","mocha":"~5.2.0","nyc":"~13.3.0","prettier":"~1.16.1","prettylint":"~1.0.0","utf-8-validate":"~5.0.0"},"dist":{"integrity":"sha512-eqZfL+NE/YQc1/ZynhojeV8q+H050oR8AZ2uIev7RU10svA9ZnJUddHcOUZTJLinZ9yEfdA2kSATS2qZK5fhJA==","shasum":"5b5c8800afab925e94ccb29d153c8d02c1776ef9","tarball":"https://registry.npmjs.org/ws/-/ws-6.1.4.tgz","fileCount":15,"unpackedSize":100922,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcaENICRA9TVsSAnZWagAAJOgQAIIYsDq4idx3DQFPWO0b\n96kAU/3kHf7+wDwhojNWz2FSZKCSaFXvZnPPEY009yp3bJTxawUmFaj5MUaf\np+Vl9lm8AsGqIHbxnQin06AU5UpEugn2yZrxuZ4+ePBAo0An6BvCSBfC4Qa8\nUjrKH0S3U7Evxbo5xRFPr5YPqaTCzIdyEXXpvgiJE0X7NBO/puy1yGl3qgLJ\nN4ptfnHP6d+EDTfGdWZXDC9oP9yiiwGlWUG53wKJIMEKcBgDGlMxDRs1eTxD\nbV0DrNJPP71FMOQdY68twHAM6rVTsZWw0AXt0I7reDNrjplVJmznVlloukFi\n8Km72uqz0fXMt43AAGKPTIWAnJS/z9gozqwfJeuc2ZXB53wgkNHhH6FM0zO7\neOfpeBExHQavSFb2Dl26KCus/rBoeKnAhOFaX6csSE1hA5YF7m2Qqgj8eoCl\nSdHXOD3P5A2Nh8MfuKrkeDJ6PRzB2Ut6P85n1Q6Ood9D+fct6pmAIRxec2zr\nHWZWnvPAKoUL4BaYsnuYLhuclcepniEdmY2LAUU7XGvHTL82UynrL8hPCF1d\neu3Ag6bHaq94+5CKY5FPh4/tJX1/qiCg5wIfKOWTsd+P8PZBOMbawSSIq034\n2Mu7tC7JvRqlPnpTEEKm49cLEu3wXZoahyi+7lBDbczSmNvoM2pH73ITrOih\nv9LM\r\n=PIG+\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDd+jGLzmgVypJcgYskl6XJkvna9kUWBfJOu1MPGZvKEAiEA9u2KIJIXJe6xTjVqFEEu+69khzqxyCZBjDUl3Wi8UWQ="}]}},"6.2.0":{"name":"ws","version":"6.2.0","dependencies":{"async-limiter":"~1.0.0"},"devDependencies":{"benchmark":"~2.1.4","bufferutil":"~4.0.0","coveralls":"~3.0.3","eslint":"~5.15.0","eslint-config-prettier":"~4.1.0","eslint-plugin-prettier":"~3.0.0","mocha":"~6.0.0","nyc":"~13.3.0","prettier":"~1.16.1","utf-8-validate":"~5.0.0"},"dist":{"integrity":"sha512-deZYUNlt2O4buFCa3t5bKLf8A7FPP/TVjwOeVNpw818Ma5nk4MLXls2eoEGS39o8119QIYxTrTDoPQ5B/gTD6w==","shasum":"13806d9913b2a5f3cbb9ba47b563c002cbc7c526","tarball":"https://registry.npmjs.org/ws/-/ws-6.2.0.tgz","fileCount":15,"unpackedSize":101597,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcf3jyCRA9TVsSAnZWagAAhRUP/jPLHHJyOx/g4umSgYIq\nkTKGLea0hXp7174Fd6tWaQPCF0afRGYJZ/szTCkOtcshU1OMSFsmUSxVokK/\nlEftgoO+reDS69YW/fIavKyzXEhNXsRkSm4ZJVmijZTI+rmr4W7hmcw+N38k\nAJWGr+3y5Ul6WxTPyVSOrWnY0YW3ZTdy5na5BwGbc+o2WAVml/jaDK3gXZPF\nUpHsJ4Vo1b1pxR4jZkVCCm3qO8X5ijmAB0g038bT1y3zXRVpYkittjhRkweH\nbzME40Jwk3rBhfjMiS1ZWpUK+6JebVkAHDlXMawtwH93Wmaj7wAKxjb7ubyF\nrmtD/6QjYFBMOCuJwAPZj2IW5OQXDivSH4GouVAvAH10AM2mijZPw+vE4J7Y\nKVyCGYQ5uoJlFz3AuK6ifaihdDML5fxK5fwHAHdBeQGELKCSBd36vGTU+avm\nrj9I2R2WOhwSSnp9FBX1jhVQgAfXNbElOe1Mhu5TUqfIT/f4UsY0SJAc5VCx\niChmvzA5lSgsVOZQRo6xa7TH7FLODxt5BvJckd1h0k8NDm50YzhitKg03d1/\nfuG/JSc0b1bmvtpTQ6Xra4dqkH24y2NnOCUBVnqn8NlmHjQ336iLgrB3wnvJ\n8yadZtlgEn0ekb7nnqXjb9XqOyap5TMHBZ9asQvf0aHwQnA0mDh3HANbmWnq\n2Rgi\r\n=xp5G\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDvxOhL57qYMmssJlvRBG2Ogw5l2HS95QBJJiQwQKjFdAiA9xzB+kYLGp2CG/kl94AKEnqAEaofH19GFZnyvShAZQg=="}]}},"6.2.1":{"name":"ws","version":"6.2.1","dependencies":{"async-limiter":"~1.0.0"},"devDependencies":{"benchmark":"~2.1.4","bufferutil":"~4.0.0","coveralls":"~3.0.3","eslint":"~5.15.0","eslint-config-prettier":"~4.1.0","eslint-plugin-prettier":"~3.0.0","mocha":"~6.0.0","nyc":"~13.3.0","prettier":"~1.16.1","utf-8-validate":"~5.0.0"},"dist":{"integrity":"sha512-GIyAXC2cB7LjvpgMt9EKS2ldqr0MTrORaleiOno6TweZ6r3TKtoFQWay/2PceJ3RuBasOHzXNn5Lrw1X0bEjqA==","shasum":"442fdf0a47ed64f59b6a5d8ff130f4748ed524fb","tarball":"https://registry.npmjs.org/ws/-/ws-6.2.1.tgz","fileCount":15,"unpackedSize":101449,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcmzoLCRA9TVsSAnZWagAAtEIP/RkNfhGX2vND8luKumDK\n+yGhSf84CsOxXBmfkVLkgQATR6gTeGLpsH1VnLqUcRzBL1sQdNM5bzlhhIHc\npd88Wdsocs0KB8+AootOv+WFz7As6gp0Y4CVEnrTr1jU4QSxbhxb/RbVVwyA\n4WiBvgQPp+AFGtWt1FfUtZkZTURyj9yRDP7xqCmGIuAIa6kZvGV65m82cAve\nP9F65FEcfZGM5996u2kw24pPzJ/aVg0lNrsgiUujHiom73UvIW0qP3u73XpE\nmolxbiAdx0oePTau42100B3Yzod4/uTR3LGvVayl7Jd+4mYaUt08DiXfTJB/\nsVK+W6Wkx/0OyH9sg32EEqCT6f2B4N8PEHvEv9xNst7PnQzpCPufHGlfzu5X\nlCuc27/08KbkpltLghmA1DRAno2ahjpxCIb8hQw5omv63zsuSUMqn9urZEeB\nGGgHLl1NkxbDFrKPpmeP54O5f16/uJQz0Fh+iIN7OV565GLNxQ92qep2+XkU\nV7dpiP2pWky+GTYMmd96FOIp1rj1EsOF8BbwknLZQnMXXOGyEFcMU5qoo0R6\nFRufPIwJvyUQxMyYvlm8BN7OGxzi9DkxFRDKzRF1AbULDDHdHmlGiYe0Iw5P\nt1EeVGEqj52f/1H9z4f2oVnuk7iqSs5KQjs532Bk1Ap177l+g7xF189EEbft\nA0mX\r\n=r0jJ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFvCUddmhDwe7hbktpJXIuFDRgeme6/n6BU3XrPuU3QsAiEAjPuzexcgn8PtEkBdSmpfDLXN5eAHE1uIT1LzMQ+1ooY="}]}},"7.0.0":{"name":"ws","version":"7.0.0","dependencies":{"async-limiter":"^1.0.0"},"devDependencies":{"benchmark":"^2.1.4","bufferutil":"^4.0.1","coveralls":"^3.0.3","eslint":"^5.16.0","eslint-config-prettier":"^4.1.0","eslint-plugin-prettier":"^3.0.1","mocha":"^6.1.3","nyc":"^14.0.0","prettier":"^1.17.0","utf-8-validate":"^5.0.2"},"dist":{"integrity":"sha512-cknCal4k0EAOrh1SHHPPWWh4qm93g1IuGGGwBjWkXmCG7LsDtL8w9w+YVfaF+KSVwiHQKDIMsSLBVftKf9d1pg==","shasum":"79351cbc3f784b3c20d0821baf4b4ff809ffbf51","tarball":"https://registry.npmjs.org/ws/-/ws-7.0.0.tgz","fileCount":15,"unpackedSize":101063,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcyHPeCRA9TVsSAnZWagAA62QP/RDg0q0DWhTXKjcDCKJj\nLX16DfGhpjj1uCCk+VlKjGQ+QZ1B5hFQVXQwpgO9Wv8/CUgTmY3DNSWNkBiD\ny+F/uS7+TKvoPsO/JKLnGTOnfsbmxhNm8eo1Gh22K0M9wnJjEbCMrBj+QmoR\nTQAZPBrMXBqnM+DB5FNyAYVaRPzFUenYphMYAx5Dz8qq2R3Zvy2q+zMRqVZJ\nQFrg12tv4L752nRzikFi9kjbJ2wq+/BYjvanuh+80YMkaIM6W3uWfgDJOIuK\n8PBLxO6hggNxTrWInLEw6qN5hMnQDPRBD7sTalJ/56huOGDi1XD9NPjVc4OI\nV6smLPUYVl2kw+fVpRADrljAXmaOJmvgZ7vzjzC8AKPvovEFMhSUxpXWeRag\n8AAoj6CemHAi4g7hXxTjJcqVSvb+efl7KmZx5sCsaX6ImGnq2QKqyKueLrcN\nDZ3D/ZyEKR9eJcCzWktZpUcp7D2++RZtfg76EGGaST531xuvY3L5e919BYzh\nEQnYhPImXgjM2Krb5b5ZblsJXWVTjXHg2HHrU4SbmDff1QCnU1NAssREgxF/\nEr/1lz1KYoGSX24/StLdGlaho9AWIgKg5zrs5wUD5Fa0oPWZjwZZ70cT4XNA\n89EHgSboPx3DeD8n/Wutnc5GYVZ57APQ5DMs8hqf5Wjd+2yF6NlXGgp2U5Y8\nta+i\r\n=51J7\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDcolZ+Sf75H0R5OyKFmUxNLUAxhQjKFfUkykeeniQSwQIgVGgSWaVSTAtjAEmHq+PDLmx4i7ae92U7XTfNEKILPVg="}]}},"7.0.1":{"name":"ws","version":"7.0.1","dependencies":{"async-limiter":"^1.0.0"},"devDependencies":{"benchmark":"^2.1.4","bufferutil":"^4.0.1","coveralls":"^3.0.3","eslint":"^5.16.0","eslint-config-prettier":"^5.0.0","eslint-plugin-prettier":"^3.0.1","mocha":"^6.1.3","nyc":"^14.0.0","prettier":"^1.17.0","utf-8-validate":"^5.0.2"},"dist":{"integrity":"sha512-ILHfMbuqLJvnSgYXLgy4kMntroJpe8hT41dOVWM8bxRuw6TK4mgMp9VJUNsZTEc5Bh+Mbs0DJT4M0N+wBG9l9A==","shasum":"1a04e86cc3a57c03783f4910fdb090cf31b8e165","tarball":"https://registry.npmjs.org/ws/-/ws-7.0.1.tgz","fileCount":15,"unpackedSize":101173,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdB7zVCRA9TVsSAnZWagAAZaMP/0fE9/JMko6mytPovF4S\nINT3I7c6IjgHGuTPOeZDy1phNLVdWPpnuqvHN0Oj7gFV19+NPLpsJNmdqj13\nW3ad6psXDkWl+7gQp36G7g4AsZwME8wia3DrIgCAdNW3dVWLJjztohY0w2c0\nse3BsB+NcD1YjeE+smJtZyNAVZ1eilvzxDjyrMbKU4gYjTq5Tr+yJMGUv0xe\nxS5jtne8Zh1iinyYCy+PZsELvrelxlULLSoVSCga/g4R3x7HPA+p9ubY8C4y\nbkJ8wOkrztLKHrgIyNdbkc9PtgWQO0puZwYBpY4YokNAhWMfMm00dJ9qGgs/\n+B3COQ8ZnL9vxm0AFhYunCMAx+4gY1PP6bkMnckeFmeq4fuJCCEFuQEEIsft\neQfZjcBOE2z7k4nrgqKFF7pZmQoXoBPGy61JufziS3kwJs/+yuRESUq9eR5M\nNs0biaJP3fyEZyygUwdgxTK8kZhfzQedrvH8Fz5jlDSETwwIXMLsEGbBbPvP\nHXNz3tU1jM5RjiPlJewf3oXuT9cAtJOzw1hBgOcVlEQ4J6UtVkr0rSQECYUZ\nYuaECbc80+Fd5hXOlnvVYSgpzfCRFrXeRf9c+//hXtoQS8asoZHMPXRTUOVq\ndgo343oQ1Frp9wJWpLfy/9inKA6OuYETa99KSnYFmzt2nGLYzx87asePaLtX\nmQ28\r\n=YSYq\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGZN/6QoTT1/RMDF7yXeP1lUoGv0t5hQBYOjkv/IZIeuAiBsW6boeSbV++vVwtWZywRo6Vbc21ClRg8gyPZv6mmxjw=="}]}},"7.1.0":{"name":"ws","version":"7.1.0","dependencies":{"async-limiter":"^1.0.0"},"devDependencies":{"benchmark":"^2.1.4","bufferutil":"^4.0.1","coveralls":"^3.0.3","eslint":"^6.0.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.0.1","mocha":"^6.1.3","nyc":"^14.0.0","prettier":"^1.17.0","utf-8-validate":"^5.0.2"},"dist":{"integrity":"sha512-Swie2C4fs7CkwlHu1glMePLYJJsWjzhl1vm3ZaLplD0h7OMkZyZ6kLTB/OagiU923bZrPFXuDTeEqaEN4NWG4g==","shasum":"0395646c6fcc3ac56abf61ce1a42039637a6bd98","tarball":"https://registry.npmjs.org/ws/-/ws-7.1.0.tgz","fileCount":16,"unpackedSize":105465,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdI2srCRA9TVsSAnZWagAAaIUP/1+xbr9vMFO2lf6EeAZo\n6okOcB6C3OQFoq5LlPIBCzf9lZQXqj4NYv+p8LH7VIb9CzvUu7tpibu7ailg\nV3++ymB5rl8kvZeFOvIMNUmPM1tmG/EuUw4SBI6/U3o2eV/mgx1/cib6W7D5\nUBJGgtDpFDNs/CabvCu8PRd577I5rrGTfVxO/Re7Y7w3sQtm0OyX4wbEiBSN\nlWx+BmevMp5YCjshjxOrHeT3PeGGQS+LWggcNCxgvpQn+nX76S97s8FWI394\nkKh3k78JB+/gWdLFyA/SoHeMOucw7AIWrl1+Py63EphVRpwQ92gn64cJkUjQ\n4o2plZUGU/G4bul5ICcMnWuSqVN0FjpiqzV5hk5FOuWtOdVvDc/qt7qdddM3\n2KBO4eujib2R7eQnvBHwT4hjzQlH/GsF6+29ALoYNcso2u9MZfR2TBdjwe7h\n/VvZYxNaTx6DY614ED0nEOkZHKsaCtiP8npp/CpUUt0AtHC8QmsOQzXxsGNL\nQIZnDuhONkAcW66Xj6JSWMR3y8Z3HSb/kjtJeH/pGicc2BUfx5f40lpRCwp4\nBe7gSXrs/yxpew9ArNN/XmjhSqwB1KFEzGc1Yqhi4jjs/GPyVoV+tpnC+dC8\ndUYroPkDXhdZq/cfCW4SU5PE+4cSYKEVSr/DUWeLk17S9Yxiu8v3rjmPjGbF\n9fza\r\n=zgVn\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDTyeof0hdR7afXm7yfHtNsXl7FxKNNW2efH93D54njQQIhAPaHKLjqF4m5yA8tCq5RTIXWjKy+fINE0xCOaS9ae40M"}]}},"7.1.1":{"name":"ws","version":"7.1.1","dependencies":{"async-limiter":"^1.0.0"},"devDependencies":{"benchmark":"^2.1.4","bufferutil":"^4.0.1","coveralls":"^3.0.3","eslint":"^6.0.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.0.1","mocha":"^6.1.3","nyc":"^14.0.0","prettier":"^1.17.0","utf-8-validate":"^5.0.2"},"dist":{"integrity":"sha512-o41D/WmDeca0BqYhsr3nJzQyg9NF5X8l/UdnFNux9cS3lwB+swm8qGWX5rn+aD6xfBU3rGmtHij7g7x6LxFU3A==","shasum":"f9942dc868b6dffb72c14fd8f2ba05f77a4d5983","tarball":"https://registry.npmjs.org/ws/-/ws-7.1.1.tgz","fileCount":16,"unpackedSize":105820,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdMdfgCRA9TVsSAnZWagAAAWEP/ivL7q0N824EkUmkrg4h\nkGrzLlxzjnZJ4ViNHtrfTQAUyPEb1xfTR02MKwlUwPJ6/Nmb9+3SO13obOnS\ndqG0y/kdV3Jk77giHoBNZkB+Ss1MjskaVMa/Kv9S6m12vGLAedrapzT21Fcs\nTwVFcdsw9hNHCZROx9g7pxrtSJmSRPX0bCZ3BnK3nsm2ZsJZg16mmH2HE1Wr\no0llUE60QmMDlkqLknno18Hc66gwO/DgKPPtZeHymfgqROyu0lgXiZPkxOK6\nPyooMEJcWoZuBQU/V+ZOm5+3aIEyJb1bqyi6h5VDAEBiKoWFHH0t74LMG0d1\nH3wcdiC+PLyXUdnTBLWolKBmOJ8o1YIBL9xT7JCWPdcDsxkz78SZ6Arm/gAj\nJuSsaJFLhf1vcZeMWR04lBg5yuD38/qloh42pypkUvxYFruY+IeOt7R28j8C\nc4mlG2il6q8/vXYMmkkE1bfKiFhPD72ZLD3S/uR7t2dnbzlFS0ogT2GcMC/E\nvm/tebOdLcWALktW5BGcRrqD2MuxMMnVfDVJhve/LpnpcULnjnafwnlEfNgb\n5frbAa7y81JqtfhqGa7MKQ4WayfnJ2NnOrKJnGBD+p9h0BfW/cP4XpAGoGYJ\n89xtYW/FoZxi5PY7D/GDoBlO9IcsUIh1X5VsdEU5dEp0JbhSKj63nJr1dono\nvtsM\r\n=ZWPJ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHo7sRzQLp5ANUPrq0OmWd/sFUXH8S3a68o5aG9V1hZ+AiEAhgdp7Ok8j5Ua5ep7ah0WkMGs0AmvBQfGpvwmc4971ng="}]}},"7.1.2":{"name":"ws","version":"7.1.2","dependencies":{"async-limiter":"^1.0.0"},"devDependencies":{"benchmark":"^2.1.4","bufferutil":"^4.0.1","coveralls":"^3.0.3","eslint":"^6.0.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.0.1","mocha":"^6.1.3","nyc":"^14.0.0","prettier":"^1.17.0","utf-8-validate":"^5.0.2"},"dist":{"integrity":"sha512-gftXq3XI81cJCgkUiAVixA0raD9IVmXqsylCrjRygw4+UOOGzPoxnQ6r/CnVL9i+mDncJo94tSkyrtuuQVBmrg==","shasum":"c672d1629de8bb27a9699eb599be47aeeedd8f73","tarball":"https://registry.npmjs.org/ws/-/ws-7.1.2.tgz","fileCount":16,"unpackedSize":107031,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdUYqLCRA9TVsSAnZWagAAjvQQAJbD1uawtWjhX1Et5uQ8\nrDp4cKDpVoJFdUslHKbK35Kgo48E9g9FDZ4UfYclBPzU4gKg5e2L/1u8XX+K\nDSrmP1QRLllkhxoq/kzK8ugFC6tO5FyUoxNolC8fdwgddMPrbPH/8y2bLuaE\n45k8dDz3zbHX7vz1Ti3Ja8wMbw9ISMerg3i+dJE4XtuM/qIudnfhE3ekFq19\nSJCaTJ+a7FsPYDM4rQR7rXhd2Br584xdIjkUF/9YFPpOx3qU9VZbF9+3kYc2\nCzMZsWAjWDiHz99e87gyWGVKuVr+nm09tf8rQ9O0GkGXNsttWoM20N6GHJxD\n+SVgKQOzfDlwcKnz4pH9PI118TGQrv3icb39If0JoNv7nbggPyLuL5M4l1ua\nDgZoD2eoLdN5HT7C/Sfci28rA+Un+DXjjG9esqUgsEaXXC4aXkkmZGjJiOJE\neI1T/rPlUle2Y3WXFgY99lP54VKR/4VjMmmh1uk4nf7Dp0wuw+wgK4rtIzq0\njY9NMcPwufO137KJVyZwZQBarnYYfEmx8ThX2EvT2P3Y9pubi5GnRftScetm\npMaCio7XFbjOiXFs0qcqsVlmXHZYQta6fpiaS5PSeBwW/+y7ILnF1MlN/cta\np5+V/e6Hw6S+aaueTukWwE9FYaSx5bed3jypEamMrTpLgzHRfvRl347TELW2\nRhXB\r\n=f5CZ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEvgORFCa9aI8UYJwoFKNG5GBkVs3cKIjB6ExutbFC6cAiEAsjGj2IA2RE2OG4CbCEb40G10DRR2Ieb0tpLFiPRoFLQ="}]}},"7.2.0":{"name":"ws","version":"7.2.0","dependencies":{"async-limiter":"^1.0.0"},"devDependencies":{"benchmark":"^2.1.4","bufferutil":"^4.0.1","coveralls":"^3.0.3","eslint":"^6.0.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.0.1","mocha":"^6.1.3","nyc":"^14.0.0","prettier":"^1.17.0","utf-8-validate":"^5.0.2"},"dist":{"integrity":"sha512-+SqNqFbwTm/0DC18KYzIsMTnEWpLwJsiasW/O17la4iDRRIO9uaHbvKiAS3AHgTiuuWerK/brj4O6MYZkei9xg==","shasum":"422eda8c02a4b5dba7744ba66eebbd84bcef0ec7","tarball":"https://registry.npmjs.org/ws/-/ws-7.2.0.tgz","fileCount":16,"unpackedSize":107115,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdqxyzCRA9TVsSAnZWagAAVBgP/jP+ViVBra9QaZJe2hlR\nK3rn9Du0thtxJ3fKPRxRpDDogaA8CC9KFtjhgid5yqkkvgd2FPc1ohDC4ovq\nedVVBIP6i9R1uZtFRHoY/I2VQDG2yF2RHwRmlJwe2PWvVLjlRuq1uYjrYW3s\nO5De/3xFl2RrRyV5TPZGFbKyJcPHuy91pbisYOmDD5gAYAegQgJDRvw9pYIn\nmHTu1z4SLqQwxKsyymUYMqaXRPBX2huSpxp39tZQj93q8x1HCx0/zVyiHpan\nrkOdaE4RU/CnlWGvVIu96KzI/Z9gpSYYO5QOff5KXinbk+j5r7jVN9wK0mIy\nN1wikpL61nv6nPHnHH2KK85LViFMUXBIjcAlQxoqQXmbr2r1J24cfSarWlBT\niwtMHg67xyvSf7DdmgJGP/N3Yofd28UEXYHkG7Npqddx3nWVlouYGC91OrP2\nBRPwu+sr9odXlDVXWUxjDNfdgGdB15la87uNi/nKjH+gfmNRPg3p8ZRx2c3c\nusnFJhGV8hwJ6YfYgItilEg6qjUHE7cMjUbQc0hEMwuFrD12TpdMXnYGJ+ml\nC45dYx9lsGIH6ZNTNdWjugX2AWpvjGo54La22BjHuivV2f2bh4QB3dwXo6iU\nwfYHus2hYqkWtiT8PgXG9dMX+3UxgM22uJEhHwuaXBqDKrMCf6wqlqUpmkR1\nXgZ9\r\n=A4o4\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAqnQM5DhN7as1wx/5vWZ0lkA6hr34n74kUJiOWjXEqiAiEAu9LZDgR0p13jMpyU/QwZZbcMiTCOxYgJW7aiWG0yGLM="}]}},"7.2.1":{"name":"ws","version":"7.2.1","devDependencies":{"benchmark":"^2.1.4","bufferutil":"^4.0.1","coveralls":"^3.0.3","eslint":"^6.0.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.0.1","mocha":"^6.1.3","nyc":"^14.0.0","prettier":"^1.17.0","utf-8-validate":"^5.0.2"},"peerDependencies":{"bufferutil":"^4.0.1","utf-8-validate":"^5.0.2"},"dist":{"integrity":"sha512-sucePNSafamSKoOqoNfBd8V0StlkzJKL2ZAhGQinCfNQ+oacw+Pk7lcdAElecBF2VkLNZRiIb5Oi1Q5lVUVt2A==","shasum":"03ed52423cd744084b2cf42ed197c8b65a936b8e","tarball":"https://registry.npmjs.org/ws/-/ws-7.2.1.tgz","fileCount":17,"unpackedSize":108109,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd9Ke7CRA9TVsSAnZWagAA20AP/1vc9IQ+Su9cXPin6jxK\n2QPH46YhtrZHON4LYwTV2T/Fx9wNpckuw12wvZs1IWf7qiPGCs7PKLbNOIAz\np4FjvVFmLTQg6LIn88twVtKbL91mhI3FIwSB9VUtMztFOJ7WsJeTNGR/c0EF\n0WrzZ3LLxB7K+AuyOPqIWW1Kx8fJzYSwLBBcryunGmzlp3TtTzpavb2/svlu\nn73VGQdldq/Ee6+I73wBpPZi/z6GoYFj/gbg2I9Qs1a+aeU8Jq4iuNqGSh2Y\nGAaiqw9ZMp7tAIXjgFoIRAY9WlcLCKtwvxiVJAVUNaOtRkPEmP/ZYq6rfta1\nqGjHDwxvGMYHPZtDnvLQvxEVhsgv9Dr5MqYsjNRNxx2i+L5+48OztUga0LNv\nv5XthfTeV1SuA1IZ7I5KEluXgdqIH5VrqfX+W3amuUmtKUCxg/UxrqKmcK3M\nkgRnX3NpWvq3aRFDwXnPnKt/l9alChIF0gtD10p4grQOX9ycunpijVaestlm\nqMXoupKRnPs2Ox1gJyS1aFENA5/tyC2JZ2AuSomdlSvBhC79w5RlrwGaOHh6\nWHjDz8rfRlmDLLF6FfJw1P8YvEYMm6lnNM1LkVO9U2XdXMj/y26gNjKxWl3L\n8pM0/fhNshL5FoCtnxPBMxvDObT+PI2tVq6uhUnONtNL/d5dseg8e4CzyQzV\nbYh1\r\n=fiDW\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCKRthf56RHTyDDI9WWd5W/UqBqr2rBo23RNnKmVuFO7AIgf58inrf2OBpYdwSrXVmQIUhWqE32IizYfjvNqzPI4ns="}]},"engines":{"node":">=8.3.0"},"peerDependenciesMeta":{"bufferutil":{"optional":true},"utf-8-validate":{"optional":true}}},"7.2.2":{"name":"ws","version":"7.2.2","devDependencies":{"benchmark":"^2.1.4","bufferutil":"^4.0.1","coveralls":"^3.0.3","eslint":"^6.0.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.0.1","mocha":"^7.0.0","nyc":"^15.0.0","prettier":"^1.17.0","utf-8-validate":"^5.0.2"},"peerDependencies":{"bufferutil":"^4.0.1","utf-8-validate":"^5.0.2"},"dist":{"integrity":"sha512-2qj/tYkDPDSVf7JiHanwEBwkhxi7DchFewIsSnR33MQtG3O/BPAJjqs4g6XEuayuRqIExSQMHZlmyDLbuSrXYw==","shasum":"36df62f68f0d1a6ec66d3f880a02476f3a81f24f","tarball":"https://registry.npmjs.org/ws/-/ws-7.2.2.tgz","fileCount":17,"unpackedSize":109439,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeZJaiCRA9TVsSAnZWagAAMC0P/1SD1epfzQB4PlEbbkKf\n5zNBhRUPCT7qcQUV8LRJYUVNEMkGLrm7CmejoGST78O7XWjAzH8blOhuF2fp\njKmiwn2XZa5YHzH4IHtD9XiS6dbYF4QPK1/499Vx5TBuvU2cYMncxzsh5peS\nRjABzNVjT1ITW/NX3A+nGZi9RnCOlnX9XAhGaPwoJ5PPfUTcHSc/UzhI14rn\nKxpEM1o9Qw0J+POW1j+QIFaFdE7TwVscXTgCw1DrYlwWx71rMOUlKoXu715i\nAWuEHjmQZAptIOQTI6+Q1NruvhHtQpKaRUT+EYZ2VfHB9PPMRuX79WEORwKn\nEu82h545KXPSL92piGP/IRPgSHG14dpcSdvvtv92s3rKJAko1gU/ZRis0zLs\n/t9Y6GFOmMIFv5iLIuwkJXgwP/UkfzFL52iXOnsVlL3h/gJipIvLKIO0w+Gi\nF7+vtIR4jDYPS3QkCI4jE61e4l0Cxfmt/y2WXV2p7QpobiamTNRFMTjXmtD8\nL/gtjrKV2PYRLxarA41qutq3Buz5MldDE8bpPxP/g5vyfPPmwkbdv7hy0dPX\noewkvmHvYma1D7Ls+lejXkkahexVUYjGofS8Bdq9K3ETjmY2Xf69awRWiZtm\nTMNahgHQ6uya+wwW0J9qCDZrFibkYcK6keXpZOy6Su376dFoiUQfxN2Ty2+T\nwxZN\r\n=kr1j\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCiSDmemMDA+y/Z6XfoBRnMBq54+oFgNtXedZktn3FVxgIgKiF8KDPIt/y2qL8m2vA2f4VgcGJ+CMnsVNINXVmwrAk="}]},"engines":{"node":">=8.3.0"},"peerDependenciesMeta":{"bufferutil":{"optional":true},"utf-8-validate":{"optional":true}}},"7.2.3":{"name":"ws","version":"7.2.3","devDependencies":{"benchmark":"^2.1.4","bufferutil":"^4.0.1","coveralls":"^3.0.3","eslint":"^6.0.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.0.1","mocha":"^7.0.0","nyc":"^15.0.0","prettier":"^1.17.0","utf-8-validate":"^5.0.2"},"peerDependencies":{"bufferutil":"^4.0.1","utf-8-validate":"^5.0.2"},"dist":{"integrity":"sha512-HTDl9G9hbkNDk98naoR/cHDws7+EyYMOdL1BmjsZXRUjf7d+MficC4B7HLUPlSiho0vg+CWKrGIt/VJBd1xunQ==","shasum":"a5411e1fb04d5ed0efee76d26d5c46d830c39b46","tarball":"https://registry.npmjs.org/ws/-/ws-7.2.3.tgz","fileCount":17,"unpackedSize":109814,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeZnyFCRA9TVsSAnZWagAAUvwP/jAz5ASUvvHJjDMOS+r/\npDkuV2MoMwz6ccV+qfbVRWUKq9DqnK7bZBApyNlzV2I+APDqLOVU+2BazNKh\nqoTcVHYcBYe5oBIYUvEeSK2qyBCNJUcz2f79lVxWagdcax5nl5tOcW3B8v4X\n9T2hSvSuDNz8vg0uhCnLboZ+F4SPXd3lHwwfcZFkNSjTcRog4W4QNQTEaPbi\noqPawUw/NXDJMFILS2m/rerFnEyrDl4VpoAS9GyitCE31g22N03bCbsmaUMo\nHmFmefATEhmtIExXMDW9JGLL9FtTwVEIAJEfAWqjLt3JeAuWHvYKKd7rU/y1\nwPUQJxwGM1HDYaxbDLXRBVYkOja3YHB5txB8d2lHLt98c5DQ/lZCz1XQIRao\nPv48dpOX2Qg69IpMzSHktoRUJpt+0KkLWUhb7XGVY79kCgqt6ZqYxBs7coae\nOeReUBaKc+yuM3k45sHxyqiKCsw/qejgzScPnmU/BaC32vEdjqpysRNDtfZj\nNmizo+cLoiO8stLVCHGBwpIxegM8aGj3/C8emNEsSFi4rXT6LGHaWvNfv3FR\nVY2/4QZFL/ddUQ3yAOKF4znsHBY2qfbpPJVnW7IyxZ2h39HX3PpITCcYDPzu\nj4LV/wXFESBSre9RANqfPfkJC+A3k0V8eAB0bYQJKImeUAiqkOkYMyrX+2Ea\nHUeL\r\n=aUaH\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCRJQwwhy0esPGqeN61a4XIfUhK672AsZXn1z2HXLgBoQIgGUmEDie4iPUOIdVecpG9exhg4tsVuGGXXVgap0NZwBk="}]},"engines":{"node":">=8.3.0"},"peerDependenciesMeta":{"bufferutil":{"optional":true},"utf-8-validate":{"optional":true}}},"7.2.5":{"name":"ws","version":"7.2.5","devDependencies":{"benchmark":"^2.1.4","bufferutil":"^4.0.1","eslint":"^6.0.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.0.1","mocha":"^7.0.0","nyc":"^15.0.0","prettier":"^1.17.0","utf-8-validate":"^5.0.2"},"peerDependencies":{"bufferutil":"^4.0.1","utf-8-validate":"^5.0.2"},"dist":{"integrity":"sha512-C34cIU4+DB2vMyAbmEKossWq2ZQDr6QEyuuCzWrM9zfw1sGc0mYiJ0UnG9zzNykt49C2Fi34hvr2vssFQRS6EA==","shasum":"abb1370d4626a5a9cd79d8de404aa18b3465d10d","tarball":"https://registry.npmjs.org/ws/-/ws-7.2.5.tgz","fileCount":17,"unpackedSize":109520,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJepBaJCRA9TVsSAnZWagAArqAQAKUTurNgpRC/zpN3XTPA\nQZhkGYq05pr/ztJ8dJpT+G7dx8hgh3sPMPyiQ1JPp/EoJ9xHMj4RBin43iQp\nqxQyWbSZHYgF9fB2wF5kFkWcxfFs46KGi/rfv2/uBRzaYRQbjXSXyexS1ZHI\nTUp2ZodbreXOrvkUOFPxlEAG/Mj1BLpvxpStsnj1DQi00q0vJ6sgiMwKZVND\nsucRMU82gc8j3Fk9GzKEETG+Vf2QotccE0XMAciodpTH7eKbP9W3mUzx2xlZ\nwrmrHtr32NfPE0IbHY6ARamolSJkGThLTeA/vFgbEwM1eLmOazgu23ib4wcl\nLRcJoJWguKqfZvxTwm1wCRioBLsWb++D1KaD68aMg+wxkPlIf8glsSmZ1vXf\nKe3Ru6w0fSflhz68gZXE9Csyo53HzkvrMQTrZ6HAkoMccwVV2v/OnLjvBEdf\nGwPbmXKfbqhI5gPyz4cSP7h1zSW/oVkhr33nn09Er0i+BRwHoQ/8NB8buHNb\nA0QLvgOwyCN05FNiOaSeB1lskTxNM5NhCV4ukTXixtd9epzIiqwIEp41NgCJ\nleMmqbEstxc8l4igGZcClaEq5ReKtwWH+coTB5pK2rcQ+l2XYiS1ddBZM+Ha\nJFIkofhETLQ30boJdu3GNex0dbR2FNf526MuvEkaQLyf7WVrstLXsYd6nbju\nTRda\r\n=ev6E\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDSmZSXeQ2c0nehEvX5gBVwRN/lFY4NXUFUT37AkkY0hAIgYAhvP6QBNMnT2JrSS2TvXGsyyIrAE1phAnWqiyutg30="}]},"engines":{"node":">=8.3.0"},"peerDependenciesMeta":{"bufferutil":{"optional":true},"utf-8-validate":{"optional":true}}},"7.3.0":{"name":"ws","version":"7.3.0","devDependencies":{"benchmark":"^2.1.4","bufferutil":"^4.0.1","coveralls":"^3.0.3","eslint":"^6.0.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.0.1","mocha":"^7.0.0","nyc":"^15.0.0","prettier":"^1.17.0","utf-8-validate":"^5.0.2"},"peerDependencies":{"bufferutil":"^4.0.1","utf-8-validate":"^5.0.2"},"dist":{"integrity":"sha512-iFtXzngZVXPGgpTlP1rBqsUK82p9tKqsWRPg5L56egiljujJT3vGAYnHANvFxBieXrTFavhzhxW52jnaWV+w2w==","shasum":"4b2f7f219b3d3737bc1a2fbf145d825b94d38ffd","tarball":"https://registry.npmjs.org/ws/-/ws-7.3.0.tgz","fileCount":17,"unpackedSize":109903,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJet5LqCRA9TVsSAnZWagAA2l0P+wYqJmHokCLMTvcLA+Q8\nJJSXoNNThM2fvd6n5gdzNQdgH2q34vYX2DAPF7wJGrj46BlIBDAhn172qSIs\nOYOM+CkUIAAeXm5KWKKxTrXkP+BBk0R+x+bWey5LUnfsKc8NI2PxNulb12hw\n6zFa+FdES0t+BJ2mJ7Ye23kl/gR8VVyTApeCjwWZ4q2j0UzcZbJmtRPAbok5\n36R8qwgD+mvrlCCQKPXnnCjnZ+dg9T5HuInhHKR7pexW5rlA39RAxgc1kmDF\nlL1FOQnykw2omicRm+EkrNHiLa0zKB77QmLOpxoycHjFa3jKT/o6fVgB4XmX\nwduH2/4u6mskWsOSe0URKNMhu41cZWUo2EK9bElVNJl4sKSNL4QUKNv18kaN\n92yjm0udd8An4sxE01/G0ZedE9m0ddHDYLSxL8C0DHkgxAqtLidvADqWdoa4\n5S8Ohx8PyUS+QXw3jktrBSkHN77qzD3/Scb3uk3Hddb6919DsCZCdzkuMSgA\nGUpPKMInPd1AZ/v3oZULU4rdAOy7mk4v6dFkqnW6C/NsBoCUTF6cm6ZJdL6g\nQuOFNzwUwVpMJppybugnub802Dmf63C6P8pPMdQe9QWs29suifFAlX/U0grO\n6n0qweXjqtf5kqU13Rb8TFH1AqEpmWOq5LE6XirUtOdpLtYbsLalM5Df9GXP\n4erP\r\n=HYUw\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD1jybklUOl3kNUoqnAMOAAOJM0YbPlZsaEGfJqwJ/sWAIhAL/TsKzW9/SJYx7k1qmMjdGSeV6alQwjMGBFvE4xDTbT"}]},"engines":{"node":">=8.3.0"},"peerDependenciesMeta":{"bufferutil":{"optional":true},"utf-8-validate":{"optional":true}}},"7.3.1":{"name":"ws","version":"7.3.1","devDependencies":{"benchmark":"^2.1.4","bufferutil":"^4.0.1","coveralls":"^3.0.3","eslint":"^7.2.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.0.1","mocha":"^7.0.0","nyc":"^15.0.0","prettier":"^2.0.5","utf-8-validate":"^5.0.2"},"peerDependencies":{"bufferutil":"^4.0.1","utf-8-validate":"^5.0.2"},"dist":{"integrity":"sha512-D3RuNkynyHmEJIpD2qrgVkc9DQ23OrN/moAwZX4L8DfvszsJxpjQuUq3LMx6HoYji9fbIOBY18XWBsAux1ZZUA==","shasum":"d0547bf67f7ce4f12a72dfe31262c68d7dc551c8","tarball":"https://registry.npmjs.org/ws/-/ws-7.3.1.tgz","fileCount":17,"unpackedSize":109692,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfAWWpCRA9TVsSAnZWagAAgcoP/RLI81NN2qDopAbD2FZ2\nNOlPxJdiy93XpkApJUObOX733GOAVuqzaahSCbe0aZO40yWchy0+HDSKulTw\n0Myz5YFQcKQa7QNCjij7GpWwmUsLOlPHicPnI1rD0oijtZEqxWexkF0EVXTi\nrYCvgT6h7DYZ073ZCrexoKiPDDithT7GfdcuQY/Aoxl0ac1DXPSMdT3jAB8L\n8riRGm3/HgPecINFe8XOTSaqHs+6wKcwRgp6dH+JpRYv0uEGJ5SLGsbj/qb+\naoV8BBCGYdAfFCjsfh27bnIwYQBr2O32gOGo/yPPxituQvvg4MNIBN3s5QZ+\nJYTFG/fQDJR4velQQqIzow6n3pxZUGQojFj+kZjcAwt9dzc+7D0VGmjv7AXM\nrD4gX8eIMoI2ykPQtk926wlKbWiHm7zZ7bOYFBsDF+n9kFU7P2whgWeYu4ra\nXuPmOsWxdrZ+ZGQujg91duVRsBksN6z7/T5+VgiThAnfGoUlltusrdri2B2s\nwOl2lu1p8FuWlVMBMSS/pgg4lZii5axjRGvAOP5gjlPM5QHKAvjgdUzayIjm\nJWYSBibuPz5fmjmYLQkiOmiymCjsZczJC3UjKJgqV7kVdg67yIhOPgTSOCDQ\nDuhpFnh0EuNC71FoeXWDuQY0hxXVleTtsQw658CRacvxKSsX4hWCg3YuVotL\nFyMZ\r\n=fX1K\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDjVn7pbwkPBRL9bm2kL6XPY8ss3+R96yl4MNz5BReeWAIhAIId5HKyk35hLcOxasee88mlB6MODTFAhaef5UuyIezm"}]},"engines":{"node":">=8.3.0"},"peerDependenciesMeta":{"bufferutil":{"optional":true},"utf-8-validate":{"optional":true}}},"7.4.0":{"name":"ws","version":"7.4.0","devDependencies":{"benchmark":"^2.1.4","bufferutil":"^4.0.1","coveralls":"^3.0.3","eslint":"^7.2.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.0.1","mocha":"^7.0.0","nyc":"^15.0.0","prettier":"^2.0.5","utf-8-validate":"^5.0.2"},"peerDependencies":{"bufferutil":"^4.0.1","utf-8-validate":"^5.0.2"},"dist":{"integrity":"sha512-kyFwXuV/5ymf+IXhS6f0+eAFvydbaBW3zjpT6hUdAh/hbVjTIB5EHBGi0bPoCLSK2wcuz3BrEkB9LrYv1Nm4NQ==","shasum":"a5dd76a24197940d4a8bb9e0e152bb4503764da7","tarball":"https://registry.npmjs.org/ws/-/ws-7.4.0.tgz","fileCount":17,"unpackedSize":110918,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfp5ntCRA9TVsSAnZWagAAiMQQAIFi7QQZ7YXN7qO3u5rU\ny4p7TNe+yShxtLCtiw6zmJ9aaRBYTAE2B3t0YykLv+oxH87IG62upWzLpef1\nHB4ocRqwiOIwxgGFfDo3JRp7MH+440TB65OCTr/MeVE1NbFmejOYpUY+ui43\nPmSbJjCAlIghtDM1wMFw2PUp9WK/TtA5VOq+VWxqmaMT4qHWv16lNzW65pP+\nqaaQKnkeK/2mB1yti1Sac9QriY6E7PW9kKS3xCR1LrnDYVH00V4ZDIRGEBOp\nkgjqTX+FFVpci8jdjtDh3iB+5O7tgRnCezqrZj9i1b4ANyVn5c90sQGp2UDg\nUVm8jIXHK07IcA9Zu0XWiCDrC1bgurIxJ2puiPFk+qE098dXPxPRnhnQh4kx\nPKtkzySynCP2vQ+WuyicylZAOYA8Wy/5nTx/6PrbV46erd+YnRk7mQArAkR2\nQ4IFWC0zOvRZXsp4Bf9PJKDjWNUtlpzDs1wFrjbAwcnIaJwd3Hzzkul/o58o\nMUk1N6BtZEiVpZxfwyyaZ7y7PPy7N9x8jAyDSPrWL+8s1AlxbsHGYiuWX01d\nebKkUylEj06o3rlLs0ZQC0pcZrkP4qP+aPiigZVPPytGsMK7MfaOEH+xLHQC\nT/zFQEB/jhJB5c1HS7DP9DCYF5mmLDjaHf2ZKvXEF02S+j44BXhyIHAO/wL+\nSGq9\r\n=E9jd\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCNmcx2eUicQ48v/RDr/TTV/9pKI2gNVvNWsUEtIHrlMwIhAPkWOgZcaubHrkuIWYZPQhUpHLq4KPEoy3lbcx4qComL"}]},"engines":{"node":">=8.3.0"},"peerDependenciesMeta":{"bufferutil":{"optional":true},"utf-8-validate":{"optional":true}}},"7.4.1":{"name":"ws","version":"7.4.1","devDependencies":{"benchmark":"^2.1.4","bufferutil":"^4.0.1","coveralls":"^3.0.3","eslint":"^7.2.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.0.1","mocha":"^7.0.0","nyc":"^15.0.0","prettier":"^2.0.5","utf-8-validate":"^5.0.2"},"peerDependencies":{"bufferutil":"^4.0.1","utf-8-validate":"^5.0.2"},"dist":{"integrity":"sha512-pTsP8UAfhy3sk1lSk/O/s4tjD0CRwvMnzvwr4OKGX7ZvqZtUyx4KIJB5JWbkykPoc55tixMGgTNoh3k4FkNGFQ==","shasum":"a333be02696bd0e54cea0434e21dcc8a9ac294bb","tarball":"https://registry.npmjs.org/ws/-/ws-7.4.1.tgz","fileCount":17,"unpackedSize":110923,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfyqCHCRA9TVsSAnZWagAA+GQQAIs7fk81l7J1T2qfvXcB\nwfRbhmwbR4MCn1T0GoBkH7MqxUE44M5UA+g3HRb2G9zLnAXABLxVUVuN9/vy\nL85mGhGwsyUiU8gz9O0WVR1xSBDWwoQyl5ZJhCnaBfxcfUoauzAODVrQ8Zlh\nmutMMFKnbUnGNex9MI4gnctB7cTpXX06bi4H3+fqIgSQ/Qa3MDNY4dtTEo90\nspzjgdoDzhn6AI8zTqQfPa+urGYnY6FOdCLn9kuMfBJrbqRqayUDAynzy0pL\niBAZyFQJuPk4wi+9C73qrZjnnj9gM+uwi/ODYr4LTFceht1TsedBHM1q/5NP\nxGv+vkJ0R0s1iBF/OK+BL7iYkUmKsm/W31kJHuSJRLsxwYKk+4/4yKdkgg3e\no/S3MYy7Pct3Y919jj+lWp8xqy1Fx42BrStn391a71zb1z3Xy//uebu8HQF1\nnmv/b5yjdQ6iZC1xCYpr4leoWzYafVqBWMaFXqmRjyG2gmpgtGCZp3gQiPNR\n+SSUdCUJYVVI61B9GY8tiymZROGXqcLIfsqWiyKyFV4rTRmYhVqQ7fWZI5ka\n7GMqToo2QRke/BhBIYhkzEBAAFw5LqkLo3RlyunEpTtb/D5LcLI0B8NQlSRj\n6wVNqptMuArSAWUc1PAAPfGSHVc21nPrBKcW9FaB8aHDc6HZ315/UoGjLzuj\nANH2\r\n=UHxs\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGn0tGhtSG2U4Z/GkPG3YtB3+kc49OuxcGnFBC13+PNKAiEAo+lRygnB4XwX8IGPHxSues5Boc5jDZRzaFRF+KCWQqs="}]},"engines":{"node":">=8.3.0"},"peerDependenciesMeta":{"bufferutil":{"optional":true},"utf-8-validate":{"optional":true}}},"7.4.2":{"name":"ws","version":"7.4.2","devDependencies":{"benchmark":"^2.1.4","bufferutil":"^4.0.1","coveralls":"^3.0.3","eslint":"^7.2.0","eslint-config-prettier":"^7.1.0","eslint-plugin-prettier":"^3.0.1","mocha":"^7.0.0","nyc":"^15.0.0","prettier":"^2.0.5","utf-8-validate":"^5.0.2"},"peerDependencies":{"bufferutil":"^4.0.1","utf-8-validate":"^5.0.2"},"dist":{"integrity":"sha512-T4tewALS3+qsrpGI/8dqNMLIVdq/g/85U98HPMa6F0m6xTbvhXU6RCQLqPH3+SlomNV/LdY6RXEbBpMH6EOJnA==","shasum":"782100048e54eb36fe9843363ab1c68672b261dd","tarball":"https://registry.npmjs.org/ws/-/ws-7.4.2.tgz","fileCount":17,"unpackedSize":110953,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf649bCRA9TVsSAnZWagAA9Z0QAJoHCljY0H+MxDdsGKFP\nJtW0ZGHDRw0pDclhO418teDmCXDtGv2IMkS/VSFW8a/yJUOzb0fapBkLNtil\n0BBLXHXbZ445EKYQVZL3UbhICBAJrT+91+8ei8SLcJ86O658TUAJ3aZJO5T7\nFGWw8KvvcLUYVhctYV0vI16AOZn9eiJ2h/dFO/3oFJW6cQ4PpIjWCYL2t05b\nYqZbsxDHV1aOT2MuU4umP7zC0mvHAutYbB67b21e9mm0MVY3TjQHuailfx/9\nDK3vmHR7nvJzZ2Y4604jefA0/3YmThE4wQaSJOhTl1py7SPJeAsDRnBbHnuV\np4KdpVeFdX5MvTh9ch9jztDcpUpFiDAVm85SYDxtDt0rAmiBDbUefdNpQeY7\nqw7az5FE52E/qQcN+JyTMsj5mslgI0jfsqbm00wna371zPX476ZI5tiuMEyv\nVHaDSIY3ySmjy18G5NmErqU9FIcqzcJ3rLQsmMra953HQ9Q8fVO3rCgafNEe\nvI8qfaaOW/46BvQy1TIdZ75XAEXGfRyXi4iCAnhzGzzN1wsQxYgCZ4Z8dcjI\nuNxM+2FucOWNJs2Qk1zA7MckeU/URUozDcorbfmX3TgUtAVYWYKu2HavIqvc\nMmwatuzxXsFfxJLb2WqpQVh38Iz5mjci4UScL9gbUHEwYvHhNM4go60+5uco\nhdzx\r\n=uDD3\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAwLAi642rlspuM1xL5wZJT9UzbiysbUWhXMdIDb0iF/AiEA9k/KckL9Gyc1GEkpVr0erxML/adW51RrbtR5Mhb18/Q="}]},"engines":{"node":">=8.3.0"},"peerDependenciesMeta":{"bufferutil":{"optional":true},"utf-8-validate":{"optional":true}}},"7.4.3":{"name":"ws","version":"7.4.3","devDependencies":{"benchmark":"^2.1.4","bufferutil":"^4.0.1","coveralls":"^3.0.3","eslint":"^7.2.0","eslint-config-prettier":"^7.1.0","eslint-plugin-prettier":"^3.0.1","mocha":"^7.0.0","nyc":"^15.0.0","prettier":"^2.0.5","utf-8-validate":"^5.0.2"},"peerDependencies":{"bufferutil":"^4.0.1","utf-8-validate":"^5.0.2"},"dist":{"integrity":"sha512-hr6vCR76GsossIRsr8OLR9acVVm1jyfEWvhbNjtgPOrfvAlKzvyeg/P6r8RuDjRyrcQoPQT7K0DGEPc7Ae6jzA==","shasum":"1f9643de34a543b8edb124bdcbc457ae55a6e5cd","tarball":"https://registry.npmjs.org/ws/-/ws-7.4.3.tgz","fileCount":17,"unpackedSize":110849,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgGaZOCRA9TVsSAnZWagAAdAcQAJklfG4Oj7D0vG+j69sI\n9SmkgGHCffychd5LwyTccWOPBP7gr8CujKBOdAAJTAA753yo3SmNN2pv8gmn\nn4inrdBDr987SUZ1HLMA6C+n+2zhQhq3cDghaZg4SM68aOqtElFcGFYvEd0o\nmR7Owo+Xx7g69rZQt89HozFarSsKM/rciuI7QccOZvA7AHTMN2on+NVVNXq6\nuMCAWUyD1HwhHP4DEJOvU8NZ6xwgr/Ekb3Sn6r3eHxzTMwcgvjpZlTutEGrQ\ngrSYbju3I6zIB6o8BxCjxBZR/BoL5u1t1HKUH3j8VtInnniNQNOB5tQPu7rz\nWVd+TdTsYC5XJVBibqvkdKyBr5k9t+zhx3o6Oa9Zn766chR2ak7GDyXKLtsM\nqV3mvnU6dNlDfCnQ8dtlktp2go3AXJH2fXZWYoDvfGES6aB7c95h93oxpUdZ\nqSn3rJfNLBAY1RaV+mSuOfT2xL0W88xj8Z+LbWgZsDMgOPVCRaoFJZNjBJwf\nAfCTPHADZZZgtmc5zWvTcYzjxInA0mVU4lXAEElf1stHQXbeC5eSLlyDGel4\noTwm86q3m0aad5EMgEpXf0jbmy1PxJqcMKXxGJ8vkpr3G9wRelIE0MaemyuF\nZPNZfL7sr6ngVo2YmUUUg3Yzm1TzZIXIuBniKPcidwtnf4ToKEB9dp9KtLiw\nkwoX\r\n=VZbe\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDeVvbfmcAeCbOyl7nYTk7Y2Hn2fHz26bab7G4/8GRx/wIhAK0RSJ0+pfhJmukKZtuEq5xGhl9UnGQMSZmP1OEPdoP7"}]},"engines":{"node":">=8.3.0"},"peerDependenciesMeta":{"bufferutil":{"optional":true},"utf-8-validate":{"optional":true}}},"7.4.4":{"name":"ws","version":"7.4.4","devDependencies":{"benchmark":"^2.1.4","bufferutil":"^4.0.1","eslint":"^7.2.0","eslint-config-prettier":"^8.1.0","eslint-plugin-prettier":"^3.0.1","mocha":"^7.0.0","nyc":"^15.0.0","prettier":"^2.0.5","utf-8-validate":"^5.0.2"},"peerDependencies":{"bufferutil":"^4.0.1","utf-8-validate":"^5.0.2"},"dist":{"integrity":"sha512-Qm8k8ojNQIMx7S+Zp8u/uHOx7Qazv3Yv4q68MiWWWOJhiwG5W3x7iqmRtJo8xxrciZUY4vRxUTJCKuRnF28ZZw==","shasum":"383bc9742cb202292c9077ceab6f6047b17f2d59","tarball":"https://registry.npmjs.org/ws/-/ws-7.4.4.tgz","fileCount":17,"unpackedSize":111037,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgQ+pMCRA9TVsSAnZWagAAZ/8P/1b6s7XR/oIUWaDIDp+4\n0kzWV/sOtdGmxkBClaVe9nnb/2XJAAsEmn/+HoBhfJC4X5efzS+qArb4w4Rd\nx+GvyKKsXh8CnQxaCSjfD4PbbHIrPy3OskQhj4056oNV0yKYy0+5WaujkpwA\nXlXKHGAkPa65MK8jw5CfkoPlR/aPpaZujHc5+/bB4c143qYm953PpIbXSqMI\n9XBF6gjTQ7l2A44iXoXe8pyRDE529n26hGb32JVzaqJXyzbpJRmaZ+gUozD/\nWrfmFMcNLWnH0G+qejKGQWRwiF8qwSLpSIB9COdsAk05CdTJUwNKtY3kzTUC\n7GDVocxJk6s/RteDJy7QLiOe30QAUrTy7+RUX84KzbmrKWB5z9tAxrB5PxS6\nhjlTR/1MxxjWtd2UaTjpCWqyRViFku4tqfT0SyvMTAkIEuu5lhjpl4jfRltj\nNU1wDURKuppb29cWM+VqUKeKKKn2KmufvrRA4QXO/aRJumuwQDEsMlFvWZ7x\npEq0u6T4pz+f7bHhfuaqshJmmUeyRCBDEqWKDWPTFyDE+D7IRTZrIm9KOZyq\nRlLC6Vz+HLgI4/sMnEc8sud7CE2wnzQenRrWBFQKaxb2Sx35iQvRhbOYaEB9\nhm8662ktA7ulNp8Y3sJSbNFk64Sy1D4sRJ5UfwRsLyBIq2AKkfJnhbEOLTnk\nUEi6\r\n=sACG\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDjv0wwR+wUCRVMW9KdQk5npcUGVgqYmGBMA5Dv/zRnVwIhAMuso8fTmlQLJX1xztRnCxMT9UvscZZHHPaCmsEpqVTK"}]},"engines":{"node":">=8.3.0"},"peerDependenciesMeta":{"bufferutil":{"optional":true},"utf-8-validate":{"optional":true}}},"7.4.5":{"name":"ws","version":"7.4.5","devDependencies":{"benchmark":"^2.1.4","bufferutil":"^4.0.1","eslint":"^7.2.0","eslint-config-prettier":"^8.1.0","eslint-plugin-prettier":"^3.0.1","mocha":"^7.0.0","nyc":"^15.0.0","prettier":"^2.0.5","utf-8-validate":"^5.0.2"},"peerDependencies":{"bufferutil":"^4.0.1","utf-8-validate":"^5.0.2"},"dist":{"integrity":"sha512-xzyu3hFvomRfXKH8vOFMU3OguG6oOvhXMo3xsGy3xWExqaM2dxBbVxuD99O7m3ZUFMvvscsZDqxfgMaRr/Nr1g==","shasum":"a484dd851e9beb6fdb420027e3885e8ce48986c1","tarball":"https://registry.npmjs.org/ws/-/ws-7.4.5.tgz","fileCount":17,"unpackedSize":113125,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJge+xACRA9TVsSAnZWagAAO9YP/2/w3EaLUACI5er1U3l4\nxt0f2RfokximhGzjmoOYyxFFS6QIuZSAHagUrUlH6wodYpLz+aL8R9QJGK1F\nzAFiULT8uoz0DPc5r8+yt1gYEszUoVouo0RiQhpslQScNb4zBFLqrucSRf/b\n2nd757uOY1DBUg9F6XAppZfZO9NPJNOTkKkgMHY5C2DWzmHnK+2urlwxIa7f\nXL+Mv8Pp4aOlwwQO7fz+6vny3VJgNbjgfAC8uKZWPVVj/KgPL8z3eghmgqZw\ny3IV5Ou2r4yniiQr4CLD2GH1mL14HGUWax/WVT/aJrbTpo7/4nJpsTyGdck6\nOXF+jZieJk3543LCULlVugAuoWX2EzhcSdl6KHVKvyn8+NEtPYvErIhGLLA1\nGaPQMDGjSZf7liCZ6XDuyQcevg8TSMRi7zkl7hmiYbNhEuDFoEshSzgQOQS8\nSw7Nbyt6L2oPmgiFq1QN6sKpShrJr4sY+w36GafTwRLP3qxjrBztA8HvZmHe\nLdWUU9DPKkgGdyeLw1bE/+iL9VbMIEn67TK+DT1YGWyZpj+adS0ZVUDXT0OO\n0lxE65FB8+70GcY+AFt9E1d1FUWprkNTWbVj/l59yDGK44yQ+wrYn3yccuRU\ntIdXAVt3raoiy0C11nVR02LoCi1qkl1+Ea/Roxy9NXZwSJerDXoLmppqwWpx\nhKEZ\r\n=MzsC\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEBycoww3amaSF+2eosoKlsvWQ5Gwt2kfgL2lAlled5xAiEAkKPa/cVCPyeQEb1vHIeQrH4AXsoCtPn56GboU6FwCy8="}]},"engines":{"node":">=8.3.0"},"peerDependenciesMeta":{"bufferutil":{"optional":true},"utf-8-validate":{"optional":true}}},"7.4.6":{"name":"ws","version":"7.4.6","devDependencies":{"benchmark":"^2.1.4","bufferutil":"^4.0.1","eslint":"^7.2.0","eslint-config-prettier":"^8.1.0","eslint-plugin-prettier":"^3.0.1","mocha":"^7.0.0","nyc":"^15.0.0","prettier":"^2.0.5","utf-8-validate":"^5.0.2"},"peerDependencies":{"bufferutil":"^4.0.1","utf-8-validate":"^5.0.2"},"dist":{"integrity":"sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A==","shasum":"5654ca8ecdeee47c33a9a4bf6d28e2be2980377c","tarball":"https://registry.npmjs.org/ws/-/ws-7.4.6.tgz","fileCount":17,"unpackedSize":113359,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgrSYHCRA9TVsSAnZWagAApMoP/ig+CqLojND9JmG+Ibgm\nBn2/SHruCtrieAZ6plCAU3KxW+f18U/leb/LxcD9vp2yy0qX49RVUiG/ImPi\n0n66dfg/w7G+WXKD+/Br/SICinTMyjvBtDMCsM6KXDeJTx8w837JBtXay0qW\nJ+PUyzT0XrlEdgWFakcfLUExfDbVJPhu0UvAS3bl/98kxGNiXgVoWy0M6rJb\nNznvfXZZ2B0XJhzFhVtgOn1fJZkRFMURfhyv5ZGNgKDUB5JkUdyWUkXBkrhP\n3pkpJ0RTG5/SINWDQnS3A4Ci0Wp1BjAnPj9ZRUNuT2pmhQJvmsQx6nwvu5GY\n2X9kZttj9SwEFB14Di7SDwGumCxWTmvjU0mn1reQ/pFbeXBCWBDeP4yD/8Kg\nx7FUfRD+xD5WVi1smbGOpcx2mRFaWqBVQAyis3bHYHVc/lIt+eYzopQjvcTT\nnid6hAwYYpZaciYyIMgDm1Cc1aD/T3hmDh8cDz50ijX9jSFJ/kQxBKZeIpeV\nGxWYDrOP5YtYrgidCetT4ITtza8QS67uGhal7Ahju3UvY5AUuzk0JSOfIxXv\n3aQtu5/hwukifYkRLiZkLI+ydHNULfJ8xk2ky11Ws25Pk2ahCo9NYhhY9KZ1\nTlxG5E3QBaSAwFyCnFHf7pFXqXyDPf0OaH3egm2ufDHxgPy7/BQtNPFMkH6H\nlCOy\r\n=QprN\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAdW7M0w8/ZS0+gC/o+qmosGv14j4FPnzFofTjs1PulwAiEA1JMZ2nM+lxhvwJvq+M01Cw1VlLRz7C/m8Sl69VmxiVM="}]},"engines":{"node":">=8.3.0"},"peerDependenciesMeta":{"bufferutil":{"optional":true},"utf-8-validate":{"optional":true}}},"6.2.2":{"name":"ws","version":"6.2.2","dependencies":{"async-limiter":"~1.0.0"},"devDependencies":{"benchmark":"~2.1.4","bufferutil":"~4.0.0","coveralls":"~3.0.3","eslint":"~5.15.0","eslint-config-prettier":"~4.1.0","eslint-plugin-prettier":"~3.0.0","mocha":"~6.0.0","nyc":"~13.3.0","prettier":"~1.16.1","utf-8-validate":"~5.0.0"},"dist":{"integrity":"sha512-zmhltoSR8u1cnDsD43TX59mzoMZsLKqUweyYBAIvTngR3shc0W6aOZylZmq/7hqyVxPdi+5Ud2QInblgyE72fw==","shasum":"dd5cdbd57a9979916097652d78f1cc5faea0c32e","tarball":"https://registry.npmjs.org/ws/-/ws-6.2.2.tgz","fileCount":15,"unpackedSize":101735,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgtn3NCRA9TVsSAnZWagAAxFsP/jSEBOvCrZ5dtS/nj0ua\nqsCbU/Y1wqG/M0edJS6b9hM2SgKdmHPH9byqgrBs6SlEBSi8v0H0XEhvUjd0\nW3SNXps8SA0j7O1v6Sbb9YbJm0RU14Cq0gOngxJ/uad6XOOwCSsQqV9FfA9R\nnzx9QBXnJVks+q/LS3qDJ2XbvBDD4nA+YiIPJHu9nry21Z+lC48lsMQinLVZ\n4pAvCHAYNzgUg0J6B0qQQ+wc+i9Ml/3CRUmZMJ32h/yx2zzdwQ5zR5PDl3xb\nKhROfEE2kybahk7bYMIwBCVNPhe+WeoOKBJlu7V/Mzx3x/RnsSLUu6pF2alI\nvNfb4cS9B0ik9p8OdC9ULauDVKwHusfoxNjtmDFqDmxgh0zEnCQidhaWep0k\nwg30GmEkx3lzGWgjOJ8/1svW0TFVUUojGvQQc0qmgM+9Rn2tqcWkdV+xNm6A\nymtt9ZDpPPFBPmtipqbcRcLU7JuLM9PUz6xqRBCYyerBc1aqO0/oIevFuC/F\nifB8ZNPVvVwUJq2gz0KTkrnqpa1GDvaP4abFihpuXeodhN9QEF1YvCItdoAp\n4kWSOpVVpLfmJAxEgtHhkCKwfYJEP8lf7mjS+ilnkeP0cKO6Aq/N693fnH1W\nWE12+K2HXSmpWzoyKiFyU7psS9afANp4QbQsVh/mhQKSGRyIl4wmU1emJT9b\nv8eQ\r\n=1LXy\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDTi3OXyBRVRRDbt1DkzzQvNJvHj01yrckBeI61CKkihAIhAJ20N24tK5ntCd8n0EL5JZEQVtwt2nYggGUWmIgr9pVY"}]}},"5.2.3":{"name":"ws","version":"5.2.3","dependencies":{"async-limiter":"~1.0.0"},"devDependencies":{"benchmark":"~2.1.2","bufferutil":"~3.0.0","eslint":"~4.19.0","eslint-config-standard":"~11.0.0","eslint-plugin-import":"~2.12.0","eslint-plugin-node":"~6.0.0","eslint-plugin-promise":"~3.8.0","eslint-plugin-standard":"~3.0.0","mocha":"~5.2.0","nyc":"~12.0.2","utf-8-validate":"~4.0.0"},"dist":{"integrity":"sha512-jZArVERrMsKUatIdnLzqvcfydI85dvd/Fp1u/VOpfdDWQ4c9qWXe+VIeAbQ5FrDwciAkr+lzofXLz3Kuf26AOA==","shasum":"05541053414921bc29c63bee14b8b0dd50b07b3d","tarball":"https://registry.npmjs.org/ws/-/ws-5.2.3.tgz","fileCount":14,"unpackedSize":99505,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgv8SPCRA9TVsSAnZWagAAriYP/iSXFrEyNi301FEkiKq+\nhLVkPJo8P/Zf3PntFH3C2XgqBuTn0pGyv3tJRqqRNUp1jOFv7m4kRlMjRZ11\n2HNznOgiJP35pr8yT0wbvzczUPMdsVzMbv5HOYNbNVjveE3oBS8PhJZMnXVG\nbcJOONpbh8qO8DXPzQYJqG7/mYxtC0XhogNR95VxZUUY8SOlByuPjhEEmDsP\nE6PjKAvbP/xcJCNYJ8cc9RXK5XwjtFk4PchGoFsuhmE3pVwsM1E20L+ZTuVf\nC4Mvf+pozHSymBjB2CEmffv0OLJOvM7l8aj77D7OEBnrs3aJyQ1odPFEsNg4\nQfuytlNgIExuezwxOWwWO3lsuzdn0sXOylYkbChbuXfiX0a2qxMO2daLMlAn\nLWQRKAqkROet5X4lGrdWx1iajakaQmkJolmWkDVyBs7JROh4P+zkx/UHMqeG\n/amMdrtlPtgR9Ow8VIHmXw5QHWHvJ2tnSuvekl4s5ZFxjvTbOBBiFq6SRmLd\nrSiWPpCPAUIIMe5uuszk/tJCOSlaP/OUXE2f/85Jr87Uq+HMLkDAu4G3XwuY\nIByPQJBWHB3epxTF/iZ2t3/C6iMnieUOyvlbT9KV/p0RQdXTN46G6srQUVox\nNTIKAdz89XG0RszYTqdZO95FjQJKADagD7oh4Jijw0ie3yVp9Z2vxgPupYB0\nw8CB\r\n=NZr8\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBtcPR5+wys0mYXHXRSl6dNiWBYXmiGsUo7uYZDICOphAiB91O21RThjPF2mpU66CllEvVhEqQQKtNct0oGIGySGWw=="}]}},"7.5.0":{"name":"ws","version":"7.5.0","devDependencies":{"benchmark":"^2.1.4","bufferutil":"^4.0.1","eslint":"^7.2.0","eslint-config-prettier":"^8.1.0","eslint-plugin-prettier":"^3.0.1","mocha":"^7.0.0","nyc":"^15.0.0","prettier":"^2.0.5","utf-8-validate":"^5.0.2"},"peerDependencies":{"bufferutil":"^4.0.1","utf-8-validate":"^5.0.2"},"dist":{"integrity":"sha512-6ezXvzOZupqKj4jUqbQ9tXuJNo+BR2gU8fFRk3XCP3e0G6WT414u5ELe6Y0vtp7kmSJ3F7YWObSNr1ESsgi4vw==","shasum":"0033bafea031fb9df041b2026fc72a571ca44691","tarball":"https://registry.npmjs.org/ws/-/ws-7.5.0.tgz","fileCount":17,"unpackedSize":115608,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgyfoUCRA9TVsSAnZWagAAyJ0P/3ORyWoErN1XZkKF3tpT\nq7Qp94bcbs+v78nvhwODatUA6DfHpiuJJ9P9i3qVgeyTlZd3kc+1VeZt0yMc\n9FFPlv/CposeEfYLyCMuTPj62utl3kZqzLtCNnVcHLxx7XWZhBtuBO/18hiH\neD28Nu+vT8gpUxhpBTBJcNR0vw2jCggK6XRKvGQcMVpmyoYadY/3HQ18l4Hq\nxA64QT+IIbDtkYX64Sx8zW6vDH/GDCP+CpKYf5gNooR7PPosDKdpSAMNXVMP\ni8ocO+qXoGAIPeZgg56a66YTgTe+VoiJ2/2JLWvHBv+qaVbdAd3ttzxxYse1\nVgH7uG2aarVJDWweEgRSLotOTt1Hl4vW+tSWG+5EMKrT+u+GDkbplzUgZrr9\nnS74FD+2B/fFGwNu/pSQPl1nxPiQ8iFEfcu+Mp2d1EJNW1cmfjcfAm1DK3Yn\nhyyoVe2ay8ELcnATkaasIbKvd8Qg3buDR0b7eg9PSFEDYcp5TPHz5y6F8r1G\nV764k8Nkx5agfvSw00tNJmLo5HdzNX9hG4n4hCWN9Lw+ZnIKQJmx1BkELui1\n50cwkbET9mT0+uDy9EsuxE+MLEMbnVzeJBodxfD3OpPz31kPffrC97o23cnU\njHp2Xcxk3UOgUCGgGJKN2YWwbpAtAsiQxaCYC7klzgcLBVPmBH5FlZFyKnRy\niZHA\r\n=BIkS\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIF/Afx47YBSM2vr9aPTKYP4p4kBJ9F3vlFF28K23Y5v5AiEAt+A+z4XIily3tJM0IpJ3FTTCVHlkrVuDJh1ug2K4NAE="}]},"engines":{"node":">=8.3.0"},"peerDependenciesMeta":{"bufferutil":{"optional":true},"utf-8-validate":{"optional":true}}},"7.5.1":{"name":"ws","version":"7.5.1","devDependencies":{"benchmark":"^2.1.4","bufferutil":"^4.0.1","eslint":"^7.2.0","eslint-config-prettier":"^8.1.0","eslint-plugin-prettier":"^3.0.1","mocha":"^7.0.0","nyc":"^15.0.0","prettier":"^2.0.5","utf-8-validate":"^5.0.2"},"peerDependencies":{"bufferutil":"^4.0.1","utf-8-validate":"^5.0.2"},"dist":{"integrity":"sha512-2c6faOUH/nhoQN6abwMloF7Iyl0ZS2E9HGtsiLrWn0zOOMWlhtDmdf/uihDt6jnuCxgtwGBNy6Onsoy2s2O2Ow==","shasum":"44fc000d87edb1d9c53e51fbc69a0ac1f6871d66","tarball":"https://registry.npmjs.org/ws/-/ws-7.5.1.tgz","fileCount":17,"unpackedSize":115795,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg2q0GCRA9TVsSAnZWagAAPSkQAIleFFQnQ45sqsi2FfF9\nwwFiYUt9mt8+HsdaCoTRapbkViJds9RzxWtc9XDuyl1dEk9TgUBf4w0vVqy/\nKctrpjD/KoXNDtV3+pEvzmukhqrKRgxmueG5B9ToRG6nxN1DdrD9z/bneQwt\nIRpa3SyF6lr8DNojjM6K556CWjr+T9oOs2SOeAUWc7wEIynIy1vLBOR5k8E4\nF70yMxGaMMMIdxh3BfhTFF8rhOklI9dJQqzMOj01A9mn5iba5ZL1BdUrB0Rv\nwar9IV260fdqAAQ6EcbSA21OZzXKEUTJvrj1KLsIg0CSaBWdaOmSQdMa01iI\nCmdq5W1tNXtNLokpLlaB/6yKLvAkAGEAcoqSl3rTe6dW3XHWQnq7AH0SXLMq\nbvy3ZnH9gwmcU6hBLkJMUpzja0qed0H9b/VuDyjmXfFhBz2nCjyzzrs1L4Sa\n4Yyx4mMxbqj2ENJvRHHxODqAQ6q3GE52/aG6q/rpMch/nS7T25E4ZM2Th3n3\nawIr20e+5GjyKbqnBI1zLZ05D2oui8CzfzJURauYFDJXz11VNhDfn2gJ0XkC\nl6ndsEKtOPalQP/e+ogHWWUtcWRGkH5vzHn+w8PbVq9duFqOIaqa/eyIMdwy\neFAvngz2HmuNQZ/6EUQe6VZrbmXc0n02Tu0QvxmcNf72HlJcI3PKmqguGN5s\n860J\r\n=3M7v\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCK/r/JChKe3yGE4E1IMU/PKSUiwKYba4vUnFidCK+X2QIgeQ+Cjnm+jyy3d0Zo6g/2Z+1fm0M+2vPwJKA8jn425LE="}]},"engines":{"node":">=8.3.0"},"peerDependenciesMeta":{"bufferutil":{"optional":true},"utf-8-validate":{"optional":true}}},"7.5.2":{"name":"ws","version":"7.5.2","devDependencies":{"benchmark":"^2.1.4","bufferutil":"^4.0.1","eslint":"^7.2.0","eslint-config-prettier":"^8.1.0","eslint-plugin-prettier":"^3.0.1","mocha":"^7.0.0","nyc":"^15.0.0","prettier":"^2.0.5","utf-8-validate":"^5.0.2"},"peerDependencies":{"bufferutil":"^4.0.1","utf-8-validate":"^5.0.2"},"dist":{"integrity":"sha512-lkF7AWRicoB9mAgjeKbGqVUekLnSNO4VjKVnuPHpQeOxZOErX6BPXwJk70nFslRCEEA8EVW7ZjKwXaP9N+1sKQ==","shasum":"09cc8fea3bec1bc5ed44ef51b42f945be36900f6","tarball":"https://registry.npmjs.org/ws/-/ws-7.5.2.tgz","fileCount":17,"unpackedSize":116644,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg4UkFCRA9TVsSAnZWagAA0iEQAIlkR/J4Vo/HZ89VHT1M\neOpDeGDq6HK2n8tbNG6g7wR10Fr0tebTQHfPohU4G36m3fbYDJC7QBL0qBIW\ndUu4SBJu/Kt/f9GjU8c97ecbzxyZCH7ZdAgg0+evovMAUqJXxV0gZTxK6x2H\nYsBHnrUN8aq7nOyUI8O/UXIbiNGYwal0I5lyrranoNdSoVC1A9HR4WbIuRMQ\n2YrolJ/mr+WftsvNCUduuTe4vcyZoURgBU8uI/0SwWzGor+cQ7n9gGLIrjA5\nKhdnTTelob7igi1eLSHafZe0h6QhguzUtbKOkgVpmdeFJAzp2WR8HCXc+xGx\n6rxxMBew047+lWTPWmyVxf2OQ5YpMFWXw9LeSM5tnmYfzoxpH+eZC6k+wc34\n7s/PfkL+bkJcezahTY8Jh9NjfFKjsyTt7zhhnqLFN3YMRWEuHKxtVNnIP0/g\nHF6jJNrp5mGCWSYBSkoJYRH6GL7+OWyE2rNbibMskNYtHJgnLVA5fuBL8vHa\nU4rKbrLwnCod3KOqg7ZB9CfkcUaKDFQv1Zc1qNHtXNA+7jIahTy1W8q1ToJ1\nDTLsk6WqRt2/6Qxty/LjGAslCgJNJWpYwaCVg1Iw2Z0m07N5cglQFqeKHpnq\nGvtkwwb4LOF2aF9VEQiv5AQ99LV8IWf1jNTEEZGs4XBEmbcH8XXUaFzlIw51\ni4F1\r\n=xNca\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCA1hsdDFWNBC0Iqtmu4bzowoVKciHz+OBN/JtZXZcGUwIgPdV8Rjt9pcBL4MH1FCzcnKyU0Hpn7FP2uBASUJKqSuE="}]},"engines":{"node":">=8.3.0"},"peerDependenciesMeta":{"bufferutil":{"optional":true},"utf-8-validate":{"optional":true}}},"7.5.3":{"name":"ws","version":"7.5.3","devDependencies":{"benchmark":"^2.1.4","bufferutil":"^4.0.1","eslint":"^7.2.0","eslint-config-prettier":"^8.1.0","eslint-plugin-prettier":"^3.0.1","mocha":"^7.0.0","nyc":"^15.0.0","prettier":"^2.0.5","utf-8-validate":"^5.0.2"},"peerDependencies":{"bufferutil":"^4.0.1","utf-8-validate":"^5.0.2"},"dist":{"integrity":"sha512-kQ/dHIzuLrS6Je9+uv81ueZomEwH0qVYstcAQ4/Z93K8zeko9gtAbttJWzoC5ukqXY1PpoouV3+VSOqEAFt5wg==","shasum":"160835b63c7d97bfab418fc1b8a9fced2ac01a74","tarball":"https://registry.npmjs.org/ws/-/ws-7.5.3.tgz","fileCount":17,"unpackedSize":119149,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg6TfGCRA9TVsSAnZWagAAuKAP/1vfZr7o+IMf4ruZTLaB\ngfXg0ooA3fsnrHcpB09FcCM5FFIIEPxIuqM/MxnLsD7d4bXsFCGSof/ZelRr\nLcSesB61rkCgtoJe4C/HSYmo6JhbcUAUx3OHGbigcq/HrF8t5cO75MwlNQcF\nBoC0X3xyuDnOBxeNc3Vvp6oPGHVCvFD59kpr8iP1ln52A+K+vYiOPakvqqqK\n6AswbcxzcvrtpRNGFJw7yfP1jRqVUAznMNEI7MgbjwgC6bI//YZ9WyRR3xCD\nxpF6wplId7PcPTKcVMRnaBh/+EYqzbsx8kH6QccSppasTQcOubUlVGfNMK9I\ntBmQ2zWLsBcBZpfZ0mkY5D+B1HBfMIIp5GJf6JJuZypPET18Z6x53KnlBsP7\nZxL39SBbM3QAB2Z/X1RIbGNNabkuDBE6xo8eV1r3jL9fU8HrRZOSw+n/MO+A\ncP+IyzQVRtJXkcai10p33dhMyFAmj7wh2S1WOzftsqsfRiymGDbMmCe9bj3+\nQPi5qaeOGNb8rXiOdaKR3kb/4lqNs88cvyLbqK4LmZQY67nyJiEjGdYH14LU\n/WKW5oev39EqXWCFc+5MuEE37IKJnEDiZCzPT5uinlMTMl8tvmQpTqx8LxOF\nniqY/VUUZT1+7gWUQNB+jtn/vDOw+/8ekk/qfXIZTv8bsEpfgy9crygfquoU\nZ+IA\r\n=SlIz\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICMqAt7uYKxMDMnIV5jBnBj9JmIZqcWc0eoeR1rLliFdAiEAjLP9nG3mneKmaTkhVRYrYuiHlOTpmX5OKYpOBuBfi4w="}]},"engines":{"node":">=8.3.0"},"peerDependenciesMeta":{"bufferutil":{"optional":true},"utf-8-validate":{"optional":true}}},"8.0.0":{"name":"ws","version":"8.0.0","devDependencies":{"benchmark":"^2.1.4","bufferutil":"^4.0.1","eslint":"^7.2.0","eslint-config-prettier":"^8.1.0","eslint-plugin-prettier":"^3.0.1","mocha":"^8.4.0","nyc":"^15.0.0","prettier":"^2.0.5","utf-8-validate":"^5.0.2"},"peerDependencies":{"bufferutil":"^4.0.1","utf-8-validate":"^5.0.2"},"dist":{"integrity":"sha512-6AcSIXpBlS0QvCVKk+3cWnWElLsA6SzC0lkQ43ciEglgXJXiCWK3/CGFEJ+Ybgp006CMibamAsqOlxE9s4AvYA==","shasum":"550605d13dfc1437c9ec1396975709c6d7ffc57d","tarball":"https://registry.npmjs.org/ws/-/ws-8.0.0.tgz","fileCount":19,"unpackedSize":124665,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhAZ5QCRA9TVsSAnZWagAAt0EP/iC3bsZsKOv318w6zAZP\nIrTS2tkbvN8d2G3aOU+THJziW7PES42Ce5Emw1Xw0ispamulAJMjbtoRT2Ya\nIAgAyW8dHihn13Mxvahvnvdd6sAdP7gYoVy25HPDo9hVi6M7wdwLEJrh6yrD\nemLxgOtkubOAaqe/r0RFbBlvn/SY47s7M0f9DDRY2CgEZ5zYbukxFonLCumZ\n0yo+WeWHihWFy5wg+3j5g+eWrclc5GJ5nzI1nBdJZq1aHDyDoJcPeAtEogbx\nx1sMNabDrqsGSoPVr0Fa8mPmR1cw3cB7jrsHXXsPINZ0izH7SA8kgeKSU2VH\nJPqo9E5yaM4eCLuXiafsnSdFQa6zuN3iuZFluyuhsf2P0J518dza6HuHBrsm\njDbSUlgTWJQrJY2OOGmQ6gtCupLa35yesiLr5ma4uB16xy5CgoJxgqMhhU2V\n6r9UI8qTB+xCWZBMypFCAcxbCgjkY1TQ2XI0R6iuWa3ONoqPUbCmNiYPZ7vt\nC/W1HKglFu8RAbZNYYlPZIUTNwVj7n4DeGJFaxPuNFVHPP0On83HnpjRNsbS\ndQawVLmMmDwzruBZfnK2SUW8lbwmttLGd0ODok5XkKNzwjlWq4pj4sNdPV4/\nhbiRvsVwGFj396tJxtbz9NPvSBKdlbe/nV94lqU4PV1hPcpI+Ear2eSb+31S\nFJjQ\r\n=jh+0\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEibC9XNkO3OpkRScMgoQYQDEKGKhyG4jcG9dIqTJTVWAiEAwwuanatrubXeofSsnmbN97yD9uWSYOhK681xvhgOr5E="}]},"engines":{"node":">=10.0.0"},"peerDependenciesMeta":{"bufferutil":{"optional":true},"utf-8-validate":{"optional":true}}},"8.1.0":{"name":"ws","version":"8.1.0","devDependencies":{"benchmark":"^2.1.4","bufferutil":"^4.0.1","eslint":"^7.2.0","eslint-config-prettier":"^8.1.0","eslint-plugin-prettier":"^3.0.1","mocha":"^8.4.0","nyc":"^15.0.0","prettier":"^2.0.5","utf-8-validate":"^5.0.2"},"peerDependencies":{"bufferutil":"^4.0.1","utf-8-validate":"^5.0.2"},"dist":{"integrity":"sha512-0UWlCD2s3RSclw8FN+D0zDTUyMO+1kHwJQQJzkgUh16S8d3NYON0AKCEQPffE0ez4JyRFu76QDA9KR5bOG/7jw==","shasum":"75e5ec608f66d3d3934ec6dbc4ebc8a34a68638c","tarball":"https://registry.npmjs.org/ws/-/ws-8.1.0.tgz","fileCount":19,"unpackedSize":125984,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhFC1eCRA9TVsSAnZWagAA5poP/07bz40yZU9d+RsGm2cs\nGontw8EfC3HoDNlQ6+Nx2vzYHAMoQZ3hm0wPCQPw8JyM+4SnbO/Vgfq3sI/0\npzU+K3EB+oGeTauGha7b6K15m0ZfV7SsQIQYKWIjgYhrNtyIK5nTUsXFJDxS\nOsYj/dKfwoi3CNS0tJHAH+ngdciHNkWdtf9tYDfrE4L7qEXSG6kHv6D74xY1\nuCn0lZt+DH3PY6/vljm9I267xa6a25B8q0tGtrnOjuooNRpo0XST4NaUqpgf\n9uXjFYR91i+eL9OLeUjOYav/3bMypwdl4gDjQnmgH11v7OWcayEpF0lXbJUV\n+vFJ3I2dR/6HCgEwSAzOVFvLR97D3R4PM7ne/izqaoAx9Z7FG6KA4NNbMiqP\nXL3eUooxIHKb4ZkMzUf2foTZsvJ2NL6g7ArRUKwXCItdtIaMzfsK2U78qKjP\nTHFwglO3LUv1ioP3Y1xC04T4hJ3EAOTPRoa7SYewgv+fo2DwMwQFwLzOi7Xl\ngvShMPiYaRcA3B8xKK3BJ2hPU1hpk/t/bFGXsBAVFgDdbxYh/g5cEJw+qw9z\ndhptR2EAJ18WJcrYutnHGDeDuycSyV2haFzk3hhvC9wnVJdZWw4BNwZmSdgk\npr+iSZGj5I3FI/wS00Vl+3bRKR/F2u5z9Smwnq3szUs1MPFYG/FD1Su4Rgn0\nMyJI\r\n=JiDC\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICLnCu6hHyFxkp+PuYCVkXOebeJwpEqplJ6DL6t0p5TXAiEAycLxQd3BLsgB3hSCLW05PKxgvsneMhmW/gVbaog/P7Y="}]},"engines":{"node":">=10.0.0"},"peerDependenciesMeta":{"bufferutil":{"optional":true},"utf-8-validate":{"optional":true}}},"8.2.0":{"name":"ws","version":"8.2.0","devDependencies":{"benchmark":"^2.1.4","bufferutil":"^4.0.1","eslint":"^7.2.0","eslint-config-prettier":"^8.1.0","eslint-plugin-prettier":"^3.0.1","mocha":"^8.4.0","nyc":"^15.0.0","prettier":"^2.0.5","utf-8-validate":"^5.0.2"},"peerDependencies":{"bufferutil":"^4.0.1","utf-8-validate":"^5.0.2"},"dist":{"integrity":"sha512-uYhVJ/m9oXwEI04iIVmgLmugh2qrZihkywG9y5FfZV2ATeLIzHf93qs+tUNqlttbQK957/VX3mtwAS+UfIwA4g==","shasum":"0b738cd484bfc9303421914b11bb4011e07615bb","tarball":"https://registry.npmjs.org/ws/-/ws-8.2.0.tgz","fileCount":19,"unpackedSize":126064,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhHJmVCRA9TVsSAnZWagAAsc4P/A9FJsRjE+AIlY6IzJ4L\nuaPyX0+bdeD2x8oYSvktNu/y0+aDUVKQqZOJVV2NlBLqo+BqAaNHo9qOVIqN\npMB+qBCwJ9M+PCwvT1tuQr76zkT6zLB+v5n0PMIhAczW6tT6RspEIRKTrl0y\nqD8066RL9sWu018zuwSHB0DHWxDCepWAWWukGtMfZEBH0SyWIfi/v+fgqaPp\nIUE9K4H2W52ywsOpuUasTkR4QgbZ8Bvlyoq+Js+h2Ko4OZTHOA9CPwSeMyJi\nrqnfgUQPz5FDAt0GKGuGvZmf7A11RhEBc8c9OCsFjW31tUycSHALYsFXo214\nndAykUwwb7KsuAA0dz4B1gBkSMnZABXHvfELKnTvEHveURio4eUnIeTECaCd\n8+PFKPQHnYkxEKvP7JKlWvBY8NkBWABycWlwLj6Sct9h4gtzQCcgtw4czudM\ni6LdnSx6Aww0OVZgY46Ousf/9zkFvZsYOJnY7cIOt0v1bYjh9KZVwQiaVz6M\nZ6+9ul9n5p/H5S3Qi4mEgWOEIUAh2A+5NeNyOljc4Kmdj6Pi6FBgMdwK6YLw\nQZ8NJvvlgleUqdooImT0o4vwsbdCPpwy0YuTioKrwc8ugS6e8TA/bZazJBxC\ngqUQk10UwoeheAdFa4GQptGLenxeSJzowgnKDkO3jCMzevekgLEi/dOyIk6H\n3l1t\r\n=kdYg\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDJiR/rZfLKRUOqrIaXGWIx6TOBzRCoicjaNF1A9JiOFAiBVzWtAd67z076k91oFnsPcgQ8KpMrMSOHpR9J0BVZuJQ=="}]},"engines":{"node":">=10.0.0"},"peerDependenciesMeta":{"bufferutil":{"optional":true},"utf-8-validate":{"optional":true}}},"7.5.4":{"name":"ws","version":"7.5.4","devDependencies":{"benchmark":"^2.1.4","bufferutil":"^4.0.1","eslint":"^7.2.0","eslint-config-prettier":"^8.1.0","eslint-plugin-prettier":"^3.0.1","mocha":"^7.0.0","nyc":"^15.0.0","prettier":"^2.0.5","utf-8-validate":"^5.0.2"},"peerDependencies":{"bufferutil":"^4.0.1","utf-8-validate":"^5.0.2"},"dist":{"integrity":"sha512-zP9z6GXm6zC27YtspwH99T3qTG7bBFv2VIkeHstMLrLlDJuzA7tQ5ls3OJ1hOGGCzTQPniNJoHXIAOS0Jljohg==","shasum":"56bfa20b167427e138a7795de68d134fe92e21f9","tarball":"https://registry.npmjs.org/ws/-/ws-7.5.4.tgz","fileCount":17,"unpackedSize":119751,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhKl/vCRA9TVsSAnZWagAAj5MP/2tunNGgjYWR+U2cK59V\niA9kgz5UoyCrmjdXlHno9Z0jddEF/fvkAWCUfEHEnV2M9jsA4LE/7zKOWgqa\nJStzCmuBA+HQbFiTCY5tI9gFO3pJKyCPE9Kb9DAk05zxKLChd5CDeeHO2P+Y\n4hfRhYyERI23TznpEv3Z8CiQM6D0hXowSw3SOyklhrPScNToSv9dG93fbfuM\nRQSL3zmCO/qJgJada4RoO6NO+jaQitUe3VU4GxcIzUU4nUI0F0wOEx5rfLtN\nQLU6VjhiT8q0/XtmrZpP3NjjeofGB3b5oeJj2W1p5WW2sMcnYd/2wzojqNW5\npgH2ohS7yhCxi3ZT8XfCfjhugcPzKJB6yXOMTtPFrvxWqQofaipjcRMLLDGO\nCzSYchKXFZrlw6c1QpiXJIvaugyqodAhpxxipvwHbrz2vN/kG0qzCGQFLPQq\nHoZJnsHLIA5t7htze93N3WJaFHTMyP5ozVOKle5Qynp+g7eSyanBhD3Ss18v\ng1a7YffBDt4WoBLMnPLwHtYhgea+DpWepu0jA+NejdDs4EeEU2NR3Bz+5Sbh\nQ20skz6OpGbv4j7C3Cc2ZNpJLKRtQBIzRM8FCFtWYHeT7S4D9V7vSNO20VN1\nDxJ+eo699LCMG05SllHeDCrwApQ5qKWCIf+WubbFyJrx1gNkb1f3zCvuN0bU\nYpF4\r\n=kisf\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBZOxBWfriOiIm45RVuWVX144uzTSsGlpYkxCVl+VCwjAiAt+rF2ba/honpCbnHsfh/2zN+1oNFsycTm/v9xrfqmfw=="}]},"engines":{"node":">=8.3.0"},"peerDependenciesMeta":{"bufferutil":{"optional":true},"utf-8-validate":{"optional":true}}},"8.2.1":{"name":"ws","version":"8.2.1","devDependencies":{"benchmark":"^2.1.4","bufferutil":"^4.0.1","eslint":"^7.2.0","eslint-config-prettier":"^8.1.0","eslint-plugin-prettier":"^3.0.1","mocha":"^8.4.0","nyc":"^15.0.0","prettier":"^2.0.5","utf-8-validate":"^5.0.2"},"peerDependencies":{"bufferutil":"^4.0.1","utf-8-validate":"^5.0.2"},"dist":{"integrity":"sha512-XkgWpJU3sHU7gX8f13NqTn6KQ85bd1WU7noBHTT8fSohx7OS1TPY8k+cyRPCzFkia7C4mM229yeHr1qK9sM4JQ==","shasum":"bdd92b3c56fdb47d2379b5ae534281922cc5bd12","tarball":"https://registry.npmjs.org/ws/-/ws-8.2.1.tgz","fileCount":19,"unpackedSize":126501,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhKmAsCRA9TVsSAnZWagAASEgP/izVkrkQDn9K/PA+KP8d\nTTIZM/sn+KeoNKQNfQADT2dUb2NU9/98zb9tMkCLmk0vCWFuF4b/Yn59px+8\nVyBth3jtnUH2jnnWS8a6sBhGwNj/l2Vmt7oAnqdeRsWm3vlkz2ByQHAVlFEl\nxVl+/wsikjiQJU5/K4ULRxYg3BziDJBWeacQ/ZNTiW6YwbRsH/wFXBIT3O9a\nAO07NqshoqOIuAmVkZB3HJXVI8j5/1Eu/oCYu9Zt7SayNO5yd4XRV/zCnDpo\nT0RLHPIzObFyQY4evJ1U3gTLhV5O72kgspF7KIrI0Ghb2jqdF8aiLCdnMoxO\nChdgpXVEC1QQPkvHPrRem8YgH86gTeGezug2uWsw1flRZp62QBgRi1Yg6aLu\nsWLU4d3gspn2XMt9PJ6hiNaoND1jRG6fz46eE++P9F1NTxaO7iR2YDmtLa54\nnd0Do/AicZ0SdsZpsxKLTFCDyECimlLNkwkLsdqrdU0okpq7yv5BOqm6/yoK\nRIls4tneoU0NgHKna9XjFcJj5GbVnqgPs5JxFHIj63FZrw08O3sP+h6Oh8xF\ndyaaZ8o5HSjQ6O7g0YnL79pRy9ouXfAwd1lwc3/KftfAqq1KXQ3X785PP/4b\nDxVVh2P2HvXxzPei7yyzVCuaQ1/0w0blePLEiPc+kAzbSnDKuDBlmzYMSb9d\ngdUe\r\n=k2S8\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCO7gf+EjFc75ku+l/Q5cBJTqny2Vft7mlz1i7lzYGqdAIgMD6z1D2TO2/yH61hXhGqIk2yG/+9W3/vPU6bV18Ul2c="}]},"engines":{"node":">=10.0.0"},"peerDependenciesMeta":{"bufferutil":{"optional":true},"utf-8-validate":{"optional":true}}},"7.5.5":{"name":"ws","version":"7.5.5","devDependencies":{"benchmark":"^2.1.4","bufferutil":"^4.0.1","eslint":"^7.2.0","eslint-config-prettier":"^8.1.0","eslint-plugin-prettier":"^4.0.0","mocha":"^7.0.0","nyc":"^15.0.0","prettier":"^2.0.5","utf-8-validate":"^5.0.2"},"peerDependencies":{"bufferutil":"^4.0.1","utf-8-validate":"^5.0.2"},"dist":{"integrity":"sha512-BAkMFcAzl8as1G/hArkxOxq3G7pjUqQ3gzYbLL0/5zNkph70e+lCoxBGnm6AW1+/aiNeV4fnKqZ8m4GZewmH2w==","shasum":"8b4bc4af518cfabd0473ae4f99144287b33eb881","tarball":"https://registry.npmjs.org/ws/-/ws-7.5.5.tgz","fileCount":17,"unpackedSize":119740,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhORPXCRA9TVsSAnZWagAAVmAQAJyaFTxgijG5O3tL0DT8\nzU0quq1ka9talN6Lkl4oHdJrmO3Wy8nn0WtTmx0yxxmesq0uJHHjam0WF+eg\nEXmOraOSIz4Q7Rjp5WicwyNM9kVje5UYKld5Vl61g1oBvgMweTFOc6SlAvK+\nnIoDxb8+XMaR2uTGejJfxL2vXnpubD6XQAmLQAtOI/54+V2WeUDOJKB5J5XQ\nd1rGr6HiVd0e5I9juquJaZS3uTPZEIkXlIFTJlfp3CJd/abGPk4+oQABuRf3\nDyrm9C6lZfC7fIAK79wVnLhMt6CJDkiQTWB+7WAVjAfHiwUl54iBhT7O2BiO\n6crfz00/hDXew35oELUMRz+3B4frzhpLFIrGCT9m7RXBX9O927Qy6jJLX10w\ni4BTrHvsdWqknDIqbHZU53S94fLnBgDx1kDS+E/cDW9ZmSS0m+8owY0ts/36\n3eRdNXOoUyBsfh12thalE1gKjiDZ2TPkUjJyn06SuYUTy3aqK1WcxAi+wk++\nC2aeeMgNsgPxlazHmWgWn5sDpIEAhUmG7DmYa6+oYeh1XkDDY1legpJs6TMv\npWAnI55B5BOA8XG6v1wHlrw/sKe0NprHT5Iqg5gVtx0EM79PzkWG1fr6uql9\n+K5lhwwjOvxXfDvJoSddxSufZbmzT96XwT5bgg/aUwTdrH4LHf5fXmutXMQG\nHnJZ\r\n=SKQx\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDtc94LUvzDRd2Bp9TH1aQwEdtabxuYOEVzO6nd3tBbygIgCCqG0wws14hiBq2dvd6OFNEojQXFFDLkNW+gESTg3EM="}]},"engines":{"node":">=8.3.0"},"peerDependenciesMeta":{"bufferutil":{"optional":true},"utf-8-validate":{"optional":true}}},"8.2.2":{"name":"ws","version":"8.2.2","devDependencies":{"benchmark":"^2.1.4","bufferutil":"^4.0.1","eslint":"^7.2.0","eslint-config-prettier":"^8.1.0","eslint-plugin-prettier":"^4.0.0","mocha":"^8.4.0","nyc":"^15.0.0","prettier":"^2.0.5","utf-8-validate":"^5.0.2"},"peerDependencies":{"bufferutil":"^4.0.1","utf-8-validate":"^5.0.2"},"dist":{"integrity":"sha512-Q6B6H2oc8QY3llc3cB8kVmQ6pnJWVQbP7Q5algTcIxx7YEpc0oU4NBVHlztA7Ekzfhw2r0rPducMUiCGWKQRzw==","shasum":"ca684330c6dd6076a737250ed81ac1606cb0a63e","tarball":"https://registry.npmjs.org/ws/-/ws-8.2.2.tgz","fileCount":19,"unpackedSize":126490,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhORPwCRA9TVsSAnZWagAAkhQP/3cooXTQFuSKXJraGmQ7\nYtmzIQwbsq6lMeyjPdYvPNcZzGH9u0z4i5rK6/S1ru4XvvUr2LK5jL299QaB\n5UGaMqWuSgLAX/1t7MFTlfRniXcJYYYVdNGhmS3VQG1cXv+E/VKVgTOk4bmy\nbNIVvUCnWHFvBskOWw51eGZbDC6Wezl4ruMV3gCeb8vzN5ph+D5ZXaf5eEXS\nqRdxA9cL9g1XZ214uSFegboPpwsVSCL086EhGZUzJ3xrNbQTCExeKtnG8waA\nN2P3Q5AlRc0DrFoIyT2d3MBHMxLcOsfGAb4w6+ueauScgNGY5jCKFZW0ZgVw\nhderiq1fUypnG9bSVt///FyvovHgJTEPsSFLoF7S62O2X9+a4whk1BK3F9Zl\nxWihocIG8rdaphhoIDZ9l/3dSsjsipPFHrT2f+IGJOSD30kz4mYJgUPRrtZO\nm6yY0QGrcGNry/fQ6sgbzvHSIxy5npZ37tMxA+2a4RoejVM+IfUVGmW4KO+m\nhfXkK0tXc7tih6VQKLl5NO+L0NNioo1bbVM0Z2o3g8/KJuAc8cvT7aaw+kwM\nfKUda/ktLMt1fHQFyg2w0vAHDhDLwKBRziC0vyZByqASb/P8UHrvITnLoaly\n4M+05GZ3aay2YQX8WHIil+3kDj/Fa/+2zecpVnvs9wwf9E6/fPufC6iVmdHK\nqgs7\r\n=n2WY\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHYNyKw9EMPx33q2LNvPyDCdGYNU10wzMT+vdOm480xpAiB79yw8kOQK/ZLSMAMcfpT2KaeM65rXEkNgFwRz1mEKYA=="}]},"engines":{"node":">=10.0.0"},"peerDependenciesMeta":{"bufferutil":{"optional":true},"utf-8-validate":{"optional":true}}},"8.2.3":{"name":"ws","version":"8.2.3","devDependencies":{"benchmark":"^2.1.4","bufferutil":"^4.0.1","eslint":"^7.2.0","eslint-config-prettier":"^8.1.0","eslint-plugin-prettier":"^4.0.0","mocha":"^8.4.0","nyc":"^15.0.0","prettier":"^2.0.5","utf-8-validate":"^5.0.2"},"peerDependencies":{"bufferutil":"^4.0.1","utf-8-validate":"^5.0.2"},"dist":{"integrity":"sha512-wBuoj1BDpC6ZQ1B7DWQBYVLphPWkm8i9Y0/3YdHjHKHiohOJ1ws+3OccDWtH+PoC9DZD5WOTrJvNbWvjS6JWaA==","shasum":"63a56456db1b04367d0b721a0b80cae6d8becbba","tarball":"https://registry.npmjs.org/ws/-/ws-8.2.3.tgz","fileCount":19,"unpackedSize":126725,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFGO2y1efxHLvGP/mL9UVldyrS1cxFkYkWhe/9Zcx0nbAiEA8D1VYFctnDdQtY37F83uhFQLHfNGtuUmjSdI+yH5vMU="}]},"engines":{"node":">=10.0.0"},"peerDependenciesMeta":{"bufferutil":{"optional":true},"utf-8-validate":{"optional":true}}},"8.3.0":{"name":"ws","version":"8.3.0","devDependencies":{"benchmark":"^2.1.4","bufferutil":"^4.0.1","eslint":"^8.0.0","eslint-config-prettier":"^8.1.0","eslint-plugin-prettier":"^4.0.0","mocha":"^8.4.0","nyc":"^15.0.0","prettier":"^2.0.5","utf-8-validate":"^5.0.2"},"peerDependencies":{"bufferutil":"^4.0.1","utf-8-validate":"^5.0.2"},"dist":{"integrity":"sha512-Gs5EZtpqZzLvmIM59w4igITU57lrtYVFneaa434VROv4thzJyV6UjIL3D42lslWlI+D4KzLYnxSwtfuiO79sNw==","shasum":"7185e252c8973a60d57170175ff55fdbd116070d","tarball":"https://registry.npmjs.org/ws/-/ws-8.3.0.tgz","fileCount":19,"unpackedSize":127471,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhnSxlCRA9TVsSAnZWagAAhVgP+gK4xHQA3dO1Jdu4kpjZ\nEq11PtBr5ptouBEPVVT1EpzSTOv+bp+/eTjecHacBqx+hMbmtJhe/vKMy/Z/\nBakO603titw9JYqEN75fmQ7Qnxi09gi+vd6c8ZBUGozYIx5tyinRFfuIbiwe\nwMuQmv9TrvwSWFC3efy4MCJ0CqGl/SI2+Nf7UV9NdikjqH6VVCVOcB5k/HAV\nkdNLlh5gEghEZy9KwNkB0lJyijwSHxlALnnsq3bTf71lbbOd+rGX4dMR0zcx\nskbf9R3udJO9NVto8MtvKSvGr2KAfc9jGrE8xDf1TYbcWw2n+9mkjleguH+s\nyKmKwk2mBwO5kdmpKGtD5THWmfA4vVR1dDcU9/GjRQbh/Bwg3lLrDxUWGbo2\nAAVi90IeGvTQJpMCy85TzQiflpofBUCG9WpDtzDdaW63wQm2XMUAot/1iE0z\n6m2m+nDDji9b4cJP7cHn3d/qN4noEsKqTLlZcz9DKkpnX0mqHwnYyFc01uzp\nFOEvxvLbrzVGMLYccXWijdnrlc4kjp5y6vHlpxT3nAlymoiBbc8yX5xsvToZ\njj9YhE4opXi34VkGJGJRsY5pxh2CPfhbhgxNloDaCsdq6HuOadRQv9K3aha1\nOoMN91X6k4+SEyuK1t5s+ABh8BFYIzjUCD53olUimtEmBkJG5pymp8FHkyC0\nUEyT\r\n=PnkN\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCda+IsADdfdaKKyoeZJy/KeNRiryHzmAn8TXmGiJj4ogIgEhCxAaUefcgF/u7hH/1bcOn98KkRTDoJdJEU0HF4ABk="}]},"engines":{"node":">=10.0.0"},"peerDependenciesMeta":{"bufferutil":{"optional":true},"utf-8-validate":{"optional":true}}},"7.5.6":{"name":"ws","version":"7.5.6","devDependencies":{"benchmark":"^2.1.4","bufferutil":"^4.0.1","eslint":"^7.2.0","eslint-config-prettier":"^8.1.0","eslint-plugin-prettier":"^4.0.0","mocha":"^7.0.0","nyc":"^15.0.0","prettier":"^2.0.5","utf-8-validate":"^5.0.2"},"peerDependencies":{"bufferutil":"^4.0.1","utf-8-validate":"^5.0.2"},"dist":{"integrity":"sha512-6GLgCqo2cy2A2rjCNFlxQS6ZljG/coZfZXclldI8FB/1G3CCI36Zd8xy2HrFVACi8tfk5XrgLQEk+P0Tnz9UcA==","shasum":"e59fc509fb15ddfb65487ee9765c5a51dec5fe7b","tarball":"https://registry.npmjs.org/ws/-/ws-7.5.6.tgz","fileCount":17,"unpackedSize":120280,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhnUTmCRA9TVsSAnZWagAAgBUP/iScvpdpvXQs6B7gUq7t\nWCxTBf9f5YmZkTH0Cnf7pHIu9rraZjcgag4WAn18elOEI3++N1WmdkRXV19l\nLFifi3tkVypV86pX/4rcMFq/gIpUJqhfnKWr5lE41ywXVj54A4JiyIB/CmEL\nnAnjNnkIiDmBwSpcpRB6m74bQ3mn7NdInPiRfNhz2KGUb4+qEm0j6fKmeL4k\nMfobjyXfWySBAHxgHur9Y/1hk3KOam7ODzRRAn4ZqmUer6IYECVCfFMrxRi3\nj7SVnh7JfJpMR+VWU3l5NTzzMGCD6ZQXP/5h09J2WF3mjyoNzoFnqtywGIZx\nIuI1at9/asni1l2U7qx6dlL+nyfvfDrMgTRuDgCwHwGSh2hJMGNQ+typ9az3\n1y7Q3tgfPl9Hrp97nFdCFNEKGSzGGXtwvluiSlUMp85ST6xDKQ3Wy2wbzbJ4\nu+h9Hy0oX9BIPoXyFo+tsSVVBUMyCsjgy5RXDWpNV/TJlgTt2VMgZkPggh2W\npcB0eH4xTkmbjJB4t4nmoPGRRZVZSBWBCo8+z9azfQZWlDnobt5VsKVb+dpK\n1R9DAQ0H5AD9voOkEwLo7G+2jMFB8ZWvDRBhZaawLK4/B4HNdHEKG8uphQfF\nJemw1aBqd6IzYiNP5MyqlpliDl7IzO7OrZS2zUn//Ka5v579/vdTDcTnISNf\nkN4n\r\n=Xl0b\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIG7QdrREedpzVCZbN+09jyOql1WySC4hAI0DDqXgqCDfAiBF7U4feMo26SfiXORqarUK53khz+xB9+rm+18aSpRh8w=="}]},"engines":{"node":">=8.3.0"},"peerDependenciesMeta":{"bufferutil":{"optional":true},"utf-8-validate":{"optional":true}}},"8.4.0":{"name":"ws","version":"8.4.0","devDependencies":{"benchmark":"^2.1.4","bufferutil":"^4.0.1","eslint":"^8.0.0","eslint-config-prettier":"^8.1.0","eslint-plugin-prettier":"^4.0.0","mocha":"^8.4.0","nyc":"^15.0.0","prettier":"^2.0.5","utf-8-validate":"^5.0.2"},"peerDependencies":{"bufferutil":"^4.0.1","utf-8-validate":"^5.0.2"},"dist":{"integrity":"sha512-IHVsKe2pjajSUIl4KYMQOdlyliovpEPquKkqbwswulszzI7r0SfQrxnXdWAEqOlDCLrVSJzo+O1hAwdog2sKSQ==","shasum":"f05e982a0a88c604080e8581576e2a063802bed6","tarball":"https://registry.npmjs.org/ws/-/ws-8.4.0.tgz","fileCount":19,"unpackedSize":129225,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhwOPzCRA9TVsSAnZWagAA5ZoQAITeFY6k+3fSzno1Cuem\n18Had/dw/2gD9MfgEjRIWCVEHfMlDqdof5RmvgH0+JI4lgO8XEmgQchq9Q16\n5PkKFgBq9gKXPChdmqdNKJegZTJDzkj2Q6CKFTzuux0xBpED5APvbDZxI9gI\nhVccmMSRxWzhHG4WMV1bH7aKZKuAEqi6eBHay/euel5tOwj4ipiDDL2sZvBI\nU2XbEY5J7CJF5KMHIPx3KND+IwOgPDTxfgY2L97TCmqhi45SHQ9R5Uo0iJLP\nPi0Dp+vMDZy9KlcpVsN4NnHaMupltHzzy1xBj5yfFVETK0qKVrWFIdPy8ojg\nbGgDB2t1VNJlWVxYk0L6pKJx8bePbbNl4rcmhfnrLc1kAtUOSJTAQ2m/bP/h\nUm5XfynPGTiK3lZbPQhXi3fSCeQHYtH0QNlO8IgTOXBeBbiEmhM6NV4LjjqP\nyBGInxLhLX32a5Os9EHFxEhGi9RO4HZVTHLBR5E3qCqU9LVAOZzSWpQ6EazT\n46uYncPf/WWrVgduCRybAqbsiAYoVKUCGgOb5Qo0Qd3QSzh9VUp+dJAz4kva\nuepBo8qUdRG/hT2J/glooS6/i5/Wfo5ezdrLVOtcZgfx2pMtV3muVmNDsK8W\nXfzZdfq+vnBxFYgyNTcwFvUwYwHWf8NGcj1e4vhR9pnk/nh4m1l0otRGmBqT\nhuJT\r\n=30hx\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEMKxjxjWnXtl20opFhAjsTzzJBTSnfJG4ZKEJFUefEZAiBdj7SW7jqNHhkLdUnO4XviZHU0AgLzJff3CllnxhhXyg=="}]},"engines":{"node":">=10.0.0"},"peerDependenciesMeta":{"bufferutil":{"optional":true},"utf-8-validate":{"optional":true}}},"8.4.1":{"name":"ws","version":"8.4.1","devDependencies":{"benchmark":"^2.1.4","bufferutil":"^4.0.1","eslint":"^8.0.0","eslint-config-prettier":"^8.1.0","eslint-plugin-prettier":"^4.0.0","mocha":"^8.4.0","nyc":"^15.0.0","prettier":"^2.0.5","utf-8-validate":"^5.0.2"},"peerDependencies":{"bufferutil":"^4.0.1","utf-8-validate":"^5.0.2"},"dist":{"integrity":"sha512-6eqQ4yN2y2xv8b+BgbkUzPPyfo/PDl3VOWb06ZE0jIFYwuHMsMQN6F7o84yxJYCblfCRAxzpU59We4Rr4w0Luw==","shasum":"ce1a17e553d2b794e017fa94887808db5c67f614","tarball":"https://registry.npmjs.org/ws/-/ws-8.4.1.tgz","fileCount":19,"unpackedSize":129316,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh4Ib2CRA9TVsSAnZWagAAejMQAKUWHcSvRMyIOFc6FDrI\npBKJBWvAANKFAhZ8DvHo9onvmBeESPKMMBiVHjXrRwzXaYIpK7q8jbFJZQCZ\nDvzjPrDF2p5ovEmbqWGrEEg8rDupMGDU47bxKTfJUSXAcoAKm/cjOQM7GLRr\nF3yBS9h3ZzF9KIQLUSCW7kzz1imkyNCTLfUNNBN5Yi0mNIgXs2/REQ2IN9cs\n9JbkuGG1ShrlBMFeFMBZK/TEUpOQTeKbf1PiHKkQqHV9BLttYsSPWXjCeQYe\npwrLAuzlbW1wVD+vE+Kg+VpLO2U91gWp/8v9GwHs/iOwMbLtOhjRiXMYVorb\nMniQ3ToW/ANhxN98y+vd24P66FAF1PHI7/aigyy416xom/ZXqRKSX1IzhgXE\nW9QP0tx6BKsFsVAIxU5IA8s63oWbT8LtT/WFKhyJ1cSKpwRHrbGdJ80zJ5Qr\nhY24gvecS3msUniuFSe3zvVUtYGxpAVG6/iXlGhvqnUkGo1q3lViKTWKaXE7\nAKm7RuHK7e0kIwsQ0548R9BnaCyZ6dO5f7IEwp4QTzJ3YQTmQKFMBffDs0gR\no3e57HzyetoWD2Ji3/dnllIQciLDcyrkynvfEfRuuAUred3j1tfXziMlYvuG\nG7qGc4HxgJ3li6iVYFajmKMDClGEYomvy0uyHPWwkySHrisybmzrz0QXBHln\nkJIX\r\n=i53n\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD8T7tTDpobpSZNXyjCcTuXEMKxXMR7wHiIA03yU3XiqgIhAI5k+o6G1v8tE0mu+Zi0W4p/OsbAGH5Xvy1rh6GZvPML"}]},"engines":{"node":">=10.0.0"},"peerDependenciesMeta":{"bufferutil":{"optional":true},"utf-8-validate":{"optional":true}}},"8.4.2":{"name":"ws","version":"8.4.2","devDependencies":{"benchmark":"^2.1.4","bufferutil":"^4.0.1","eslint":"^8.0.0","eslint-config-prettier":"^8.1.0","eslint-plugin-prettier":"^4.0.0","mocha":"^8.4.0","nyc":"^15.0.0","prettier":"^2.0.5","utf-8-validate":"^5.0.2"},"peerDependencies":{"bufferutil":"^4.0.1","utf-8-validate":"^5.0.2"},"dist":{"integrity":"sha512-Kbk4Nxyq7/ZWqr/tarI9yIt/+iNNFOjBXEWgTb4ydaNHBNGgvf2QHbS9fdfsndfjFlFwEd4Al+mw83YkaD10ZA==","shasum":"18e749868d8439f2268368829042894b6907aa0b","tarball":"https://registry.npmjs.org/ws/-/ws-8.4.2.tgz","fileCount":19,"unpackedSize":129312,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh4YriCRA9TVsSAnZWagAAMioP/icOIdLcC9afREr0V8zg\nd/EYGk3NR+iw4wbozoZPCYxMh3tfoWHpCxzzMVUZumOlC0WhBQy6hYJPW5zK\nEFglMmUHSfAXXk6WMqNM/R7/T6hVuhdgZFn2N0B3EhemNKUqlhe+QJ4GIW3u\nkvnf+bfk43OsxH+glP8d5Hgtr/ZfDF6OowApu7fMaBxCgwl8yyhGXGQXDn3r\nreWyf6G6cwzc9+qhczmQKcrCJEDfGCI/qqWa6itonNhtu3wThGcvk2YTGPEm\n1G/cuoZ+sCn0N+q6Y4Eoys/8px1WKVgZVjiZrqIsMjLchcMhReIMgHU8rakZ\nGF2P1M/y4VugQ909u0JOsO/RvNwJFLvkCRZ5sLtrbfixh88g3EFvE38Z7+Y1\nX17COX3PJ5xbuhycn4Vn1VwN0LPZHB1Rd8mtXqwybZJh+UqGjj5xBpYNVWZH\n8t3v8U6oupb0CG118GgPGYYWbvF5L1KSJdosF5foUpLbh8vOHOTUACP7Hizm\nmzJ3vDZ3BdBSmKlGuy4g2cH6hQvyM8pfTdvMc/8rxwNTWHAbKyF1ehz+GaPF\nTH+nkkmOqiJ3PvZjAk2Earm+NPwa9Wt/C7t+bQ+Cyke8j1CyUub6X1Fgl3Yp\nZoYhkz6F5+ZDpMYSctWgic8gvaz1LN712etUAMisgnFQ0uBRKta/vFQA3+vB\niKF/\r\n=sGSb\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCk5SBIYWaRz584Dy+7X+Pxp3u39JyuhWJ+mRWKMYnLjAIhAKp217Rck6JTIkoru8VzMRKlXn/u4XwauQedLU9h04JX"}]},"engines":{"node":">=10.0.0"},"peerDependenciesMeta":{"bufferutil":{"optional":true},"utf-8-validate":{"optional":true}}},"7.5.7":{"name":"ws","version":"7.5.7","devDependencies":{"benchmark":"^2.1.4","bufferutil":"^4.0.1","eslint":"^7.2.0","eslint-config-prettier":"^8.1.0","eslint-plugin-prettier":"^4.0.0","mocha":"^7.0.0","nyc":"^15.0.0","prettier":"^2.0.5","utf-8-validate":"^5.0.2"},"peerDependencies":{"bufferutil":"^4.0.1","utf-8-validate":"^5.0.2"},"dist":{"integrity":"sha512-KMvVuFzpKBuiIXW3E4u3mySRO2/mCHSyZDJQM5NQ9Q9KHWHWh0NHgfbRMLLrceUK5qAL4ytALJbpRMjixFZh8A==","shasum":"9e0ac77ee50af70d58326ecff7e85eb3fa375e67","tarball":"https://registry.npmjs.org/ws/-/ws-7.5.7.tgz","fileCount":17,"unpackedSize":121534,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiAXZrCRA9TVsSAnZWagAA7dcP/Ai9sZqq4JGzOfNbmjW9\nEoCP/55r9AnDcFe8UDlYNCStqnCmrKJjDvt/SXDHFzQb+ABi1FZpLZfk58/L\nqZqm8HJrJV5zAH+bbcOiqKkNv7Hsq6Kkk8+N1LxHKVNfGg+PRH3ZkK3RJG5S\nf9es+usRJh9Ao2Dz+L6ekzYIsVZ7GzsW39JmgQhbIvRo+lJnPyfUQio6+tmP\nQ1pUG6BhTBCxqdBtvi8DQb0yChP8S7hR06EwiM0xlYLWkkphDxtjqs0ov6MK\nn3pkHwUOrEpNGrpYrd7j5c9PdxsqYasR1kOHlHWNPkkUxMpLqh38plDVvnCF\n+Yd5dahTpROuF6UpqBg5ruzR2s1ODBq9u+KxXTxKt6bF6TioCrUdpJNx5iTI\nCg5PWguiJ4RPqhAqJiYYKoF3Bsolz4yDJR/sB7eltNs/xFp+jpmqH67ZZn2L\nR1Pzv4WQEJ9x+I+mvnFYoLGBq/hpPXgyG3M7I1CUkWpregckNl5eHoIyDXsm\n1P83ZcRWlo2US6Hxf8nxXrDyJ4dNfJ1AzYsldZRD2BGvwp7tzqu86ORFcQdX\nCU/pJ1ymEgAmxO/QMRkjcKgkJmANsefs5P39pVUqE3VFHRdQkIc0BFWOBH1N\ncfy1E1n18nsKsi5d/vbrWyLB9L3bq2sTupdOIA4pixaitVtPV/HgclXzvPxh\nPoiw\r\n=7Zeb\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDvzYTvwW29giCL3WOt6A5oOLgTS3M0sI1LqtkFFKJ3ngIhAKpksv+pvSkJAesJQvNHub7trjap4F2se2p8Z4Sb2cVH"}]},"engines":{"node":">=8.3.0"},"peerDependenciesMeta":{"bufferutil":{"optional":true},"utf-8-validate":{"optional":true}}},"8.5.0":{"name":"ws","version":"8.5.0","devDependencies":{"benchmark":"^2.1.4","bufferutil":"^4.0.1","eslint":"^8.0.0","eslint-config-prettier":"^8.1.0","eslint-plugin-prettier":"^4.0.0","mocha":"^8.4.0","nyc":"^15.0.0","prettier":"^2.0.5","utf-8-validate":"^5.0.2"},"peerDependencies":{"bufferutil":"^4.0.1","utf-8-validate":"^5.0.2"},"dist":{"integrity":"sha512-BWX0SWVgLPzYwF8lTzEy1egjhS4S4OEAHfsO8o65WOVsrnSRGaSiUaa9e0ggGlkMTtBlmOpEXiie9RUcBO86qg==","shasum":"bfb4be96600757fe5382de12c670dab984a1ed4f","tarball":"https://registry.npmjs.org/ws/-/ws-8.5.0.tgz","fileCount":19,"unpackedSize":130756,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiAXaWCRA9TVsSAnZWagAAo/UP/2f2dad5vn5FSKOIQxli\nQT+Pd2yf5i64+Bq4z7btvKpcgfiZdE4WDtjixwaKH4Chkfr9oytW8wzNeZ8f\ncGt0HtRVd6o4D++ujg7rfzDZ8Z07yHaiC+tdvdcw3fq9SaGPoMulJL9seB8M\nCH8v+XgyqWKAvycvcWIjNx0u0RozkVcKBxhA9HgfMovzCYTr2NHU/JLHEce8\nt2eL66o6JuRCvN9KMAYJ1/hR6apG1JXNlckzWKg80cj/ikZ29P7w0dSpHQ75\nnisxIBZ9p2F/vREOdeOcFbRnoLMzAB5pzf28sUW5Oy++Mq3Jdkn8qmzMzhgZ\nNUiayrAwIkDF3nm+9Kc+0dKuaQ1Aa/EmW9Ngk7FGETrd6BWKj2d6xLy7ieDE\nFSRdLBARUjfPHXvDVVqY5pPpJ/dDmanxg7xJBnpYXJzWXb0gnCusYn+3npGw\nwBlDif1MQN3LREgYcV06NnA60Fsr/Y7ucpL/tBVQsBL/FFx2GC/7hn1SBEEP\ncekjAayrbQlvWuYFyTKa/9i91uELT0TzYwLWsqnJu1Yhef56Y3UQSwbd86TT\nTZ73eOBIGms65OeqnYOAr0q6vIR80Trh0hj5/4IJtw2QJOxnpeyDvOCR8/ac\nh2Lxxlp6bBpYVwq6HDJzZA+3HhJLNx5tVA5+Cju1IprBmkcFpCCADoRhwlDq\n5vOb\r\n=Tkoq\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIG3/3RvX3AU/QHxVWc2toR5zLujvK2HAhS5Q5HRqVmEJAiAtu9G7bDcaITPTa6E0lHM7WYRbOny1eYROmWOrNgHlgw=="}]},"engines":{"node":">=10.0.0"},"peerDependenciesMeta":{"bufferutil":{"optional":true},"utf-8-validate":{"optional":true}}},"8.6.0":{"name":"ws","version":"8.6.0","devDependencies":{"benchmark":"^2.1.4","bufferutil":"^4.0.1","eslint":"^8.0.0","eslint-config-prettier":"^8.1.0","eslint-plugin-prettier":"^4.0.0","mocha":"^8.4.0","nyc":"^15.0.0","prettier":"^2.0.5","utf-8-validate":"^5.0.2"},"peerDependencies":{"bufferutil":"^4.0.1","utf-8-validate":"^5.0.2"},"dist":{"integrity":"sha512-AzmM3aH3gk0aX7/rZLYvjdvZooofDu3fFOzGqcSnQ1tOcTWwhM/o+q++E8mAyVVIyUdajrkzWUGftaVSDLn1bw==","shasum":"e5e9f1d9e7ff88083d0c0dd8281ea662a42c9c23","tarball":"https://registry.npmjs.org/ws/-/ws-8.6.0.tgz","fileCount":19,"unpackedSize":131559,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAb/MPcINHO3MilRNIazrzVIK5l9f71dCcYdC+0EztxsAiB6FlAzvmjgibnj2O1dQgNDMI+PC5+f7utZbj8CWFpdzA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJibtrvACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrWzw//RtW8wBCb1QuZGF+OWZVNuVU7uCra2U2JG9vG4v2qEAtOeibm\r\nQCR9WGCoxqu7gKS8xPblEF8eV5lTSIKHEeXrHYgAaGi9/8/GAoF43BY1qYQ3\r\nhSD8qnAGS2TicIsvwnCEWn+vrRG4yJKiCxIia4u9/CR9qh1mpsYbHNS7GBfN\r\ne75pSneMTFE++R6jg6E7ZDZZmSNFJedd5BJTSYTsbPpT/a1b6TdGC4WmcnlG\r\nvqD3ceT6exjW9Dm+Z2iZVdwRxRioVPC8oviZ2OJvgrfzRBcwTf+eqgrysupn\r\n89eraBACiysiCCCBgbbO0ns4iv2II1STgRXkWhJ8opUkGuBeBLwcmvHEgDZK\r\n2qpa8OfGYDVr8yu5jH38slU4QSw4dm90iYGUGtDkAxWBtujfrnJcSGDvju1f\r\nDFsfhQTfVNzbLAEdB+oxJvlUqGOkuu7yoW824w3h/uD17rePfv3zpSsgTmfh\r\nor44qi+QFkcfl255b22FZksPrDSIfVZeOuS+4iC4gRNw+uJ0OP2flcAwDZbX\r\nhZNQehD778c7SC88f0Depm3htkchunkx6pfwCKfh9J00j4VP80a9YPk5afJ8\r\nMG20mG2LAO00r5nwNX+AqEHWLe2PY/+W6qo4Q0+zQ27A5tyKoIbKd37LBuFA\r\nvAZjSenRB6YeDovJJ7tKaJ2i3ZUHEU5UDoE=\r\n=wOOG\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=10.0.0"},"peerDependenciesMeta":{"bufferutil":{"optional":true},"utf-8-validate":{"optional":true}}},"7.5.8":{"name":"ws","version":"7.5.8","devDependencies":{"benchmark":"^2.1.4","bufferutil":"^4.0.1","eslint":"^7.2.0","eslint-config-prettier":"^8.1.0","eslint-plugin-prettier":"^4.0.0","mocha":"^7.0.0","nyc":"^15.0.0","prettier":"^2.0.5","utf-8-validate":"^5.0.2"},"peerDependencies":{"bufferutil":"^4.0.1","utf-8-validate":"^5.0.2"},"dist":{"integrity":"sha512-ri1Id1WinAX5Jqn9HejiGb8crfRio0Qgu8+MtL36rlTA6RLsMdWt1Az/19A2Qij6uSHUMphEFaTKa4WG+UNHNw==","shasum":"ac2729881ab9e7cbaf8787fe3469a48c5c7f636a","tarball":"https://registry.npmjs.org/ws/-/ws-7.5.8.tgz","fileCount":17,"unpackedSize":121861,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCdLOCfgHebSQuMLdmN3vwCNRJfEtuZdXdi9OUnN+FmawIgQHKs3mQvBaL3x8JBufNJMn/OjDGSHxVWgKvVPZuF4Lc="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJij7kXACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr3ixAAgmNAlBLLdVRmIaqCgi8F0jlsO4wUra810NpuwFCEIuZ77qYg\r\nhx99hx/z5ouYJmUIcA05BVs2FgrPhwR9XzlriqgHEe9e4/O8/o2SJiSfAGws\r\nzLXpRgzBWL/ZgAAFMsJr1GdOEP2ty7avRbX2u1/SraIW6Kkck0QeYdN4OXCD\r\nw1Ph7t94epnwxc1Jfye/1LuD6Yt3tvjlqSOJTCl9UszLXBhwlq+tbnVKsVmy\r\nyu+K2n24GC5DZDgn4x6CEVmhVfF1EeV/qGNgadNaoTmBVpT9pcgQ01F9KLDM\r\nB84namQwuDJyRnxcZzD5dUlKlS9gIAPhPgloqr54mSs81hdkO+kNSDl3JKt4\r\nTpF34OK/aYMZWESlCm6CPSW8a17lmqLGyy93t+gAM8PHvXHXP58BgsZhYEO/\r\n3G4LCpZOQJ9Zuej5+XmxSHnQmACw/+9igwuv42GjY+80F4b/xCRZiJaXpAdq\r\nK9mm01Rh+W/jcvP5sQUWkuIpsqoJ8jixwWRt87OL3L3F/EY3fZNMrqLi3Bn7\r\nAPhYs/3T4XWY3dXrHb0oLcpyldlPyVI+VjETqgGsM2sqLYxdeXR+/hirgfQZ\r\nSLZQvE0G0RIBywJT6GulLYcrGSsIjqgy53Dg+iauFCelDE/g7pHpFty/5SAo\r\n+BLcuMt0f00HVBQaCF0uOOCI7gnrhTB/5cY=\r\n=cpxN\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=8.3.0"},"peerDependenciesMeta":{"bufferutil":{"optional":true},"utf-8-validate":{"optional":true}}},"8.7.0":{"name":"ws","version":"8.7.0","devDependencies":{"benchmark":"^2.1.4","bufferutil":"^4.0.1","eslint":"^8.0.0","eslint-config-prettier":"^8.1.0","eslint-plugin-prettier":"^4.0.0","mocha":"^8.4.0","nyc":"^15.0.0","prettier":"^2.0.5","utf-8-validate":"^5.0.2"},"peerDependencies":{"bufferutil":"^4.0.1","utf-8-validate":"^5.0.2"},"dist":{"integrity":"sha512-c2gsP0PRwcLFzUiA8Mkr37/MI7ilIlHQxaEAtd0uNMbVMoy8puJyafRlm0bV9MbGSabUPeLrRRaqIBcFcA2Pqg==","shasum":"eaf9d874b433aa00c0e0d8752532444875db3957","tarball":"https://registry.npmjs.org/ws/-/ws-8.7.0.tgz","fileCount":19,"unpackedSize":133810,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCHzHS1D6MopvcaOR1yZ1pZdUIzF5D4jSUdhUdz2lOFgAIgA8nuRf+b9DJ4aDvmbYYknnz/9kNvWFkm0Em8FJYOQTI="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJij7kyACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmoy/g/+OiDG7ErIHhCIvelzYx1LJcNY8UdT/HpvHVAWc8Rm5WyfbQKJ\r\nGY0r+N1wdUuMIkwNYDcaSErSCSGzKBLfEuc/vn1FVugUGBQbc9Fxz1sZm/Hd\r\n21X1qjHE42mCXE6bfZ53+06CyU4TGyOYR/75zk9+6YIzRlbordKiJDywSQXc\r\n30VQSD3RYWiR7E+RMWgZxgpjUPmXX68rzexUfUf2kAUQV8806qGgkgb0Pvf9\r\nsz8EEarAcBcC/1PQm+DwHXkpIBhlPCjjY4sY5R18yHZBjdSMfytJwuxaLLv7\r\nhPteIhrnwErQX9u4eptzeE6Ji1X9JCTHWetVqYKJHuGYuB+rsz226g+R/2Eo\r\nopAKVjPAnAhApvAUP9NEpHrOXh+VQsBAY5aWiwJrrHWrKL4R9VwFdMfDgR/O\r\na1hoezod3P2qnAHl/vCVEameiNvbms7MyrPDkKGCIqyxcdKZh/+czJQTkExg\r\ne9tD5dyrFDhOn35CsA/JQ1Mt2ws6mh6PL4q4DJ3x2iQe3c2Std1N+292cQLO\r\nKf9GfKn7kMjYki3FjWipQmcuj2WZ29M8f4FWtZBRpQCzd/r6NlMRYVFFSWiK\r\ncZ0SPjq+A9UfG+Pr2itJx2HQJyU1YK/Zi2ZojzwkYCWuVPEKtaNxxVZIyQPb\r\nOSxo7J8xFGIcyCaLanBmt76Ssj6N+IIvT2g=\r\n=5Mvu\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=10.0.0"},"peerDependenciesMeta":{"bufferutil":{"optional":true},"utf-8-validate":{"optional":true}}},"8.8.0":{"name":"ws","version":"8.8.0","devDependencies":{"benchmark":"^2.1.4","bufferutil":"^4.0.1","eslint":"^8.0.0","eslint-config-prettier":"^8.1.0","eslint-plugin-prettier":"^4.0.0","mocha":"^8.4.0","nyc":"^15.0.0","prettier":"^2.0.5","utf-8-validate":"^5.0.2"},"peerDependencies":{"bufferutil":"^4.0.1","utf-8-validate":"^5.0.2"},"dist":{"integrity":"sha512-JDAgSYQ1ksuwqfChJusw1LSJ8BizJ2e/vVu5Lxjq3YvNJNlROv1ui4i+c/kUUrPheBvQl4c5UbERhTwKa6QBJQ==","shasum":"8e71c75e2f6348dbf8d78005107297056cb77769","tarball":"https://registry.npmjs.org/ws/-/ws-8.8.0.tgz","fileCount":19,"unpackedSize":134267,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBUtVUwFG+uMKhhP5ktvxd3TmFOmTng80cZekT9X0awgAiBC6iSD+YqljqQLXgz5IfW/j9pKQU/wKQHqHLgVVXJCeQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiokNUACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrKzg//WJqNkhsJPjd0zmjxVg2xOpq5lgPK6AKXyO9QzoDNmnWGOU69\r\nCKbOdkvJRWxug4AEaAMb5Nu7vzlTLbI+AFW/rdM/EPxF7xjciTOV74a0//sQ\r\n7yeV10o5XDmPkybXBcIq+bCNJshvyVU99IExgypbyPqsWhVNzDKjJ7evl2Ab\r\nrnkCjrkQZy/kvKge5MRmxWaOhOuS2rk+NjpsjdcPajQdiiROoehhHZZRobYK\r\nVNlS/6B3/IFVH1FTpsUnxgBZ1ZJsOTwqLo7QiZOnb9+LJbnQIXUKgd7KqnOc\r\nZRldAcQN+nSgT2EYIoCoJ8ij63qdclttoPwyL5NpnEOEQmCZX+XD+PfOP94O\r\nc5MJgTjdoMdzwqVgGIwOW3na76LCo+jmXMcZpDEegRxea7k/xDE4USKo4EB4\r\nBb0I6ALkB5wg0Kwf8Ivpw8tsmPid3qOTYa7Hbb6olN+dTh/VYGy9rCkFMOIR\r\n5aydwDCLiOr1OsW2wzTSXRMXam31GTVt91SNbtd5ng5Pdc5UBn+caP9kwU6T\r\nNSEUgBh90FqdGF/n2sg4ll0MebsGA1LFctMAvtMgMu12dzKXHfxIGcFZVvfE\r\nh82NbBTsUT9FyvcdTRWNhR9FsDR0OTna7daa6TYo0l+hguqqli6Wpe8c49PX\r\nnkbiJTk5ZtLhzShzbmomVXM5CorAU/5yUt8=\r\n=beso\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=10.0.0"},"peerDependenciesMeta":{"bufferutil":{"optional":true},"utf-8-validate":{"optional":true}}},"7.5.9":{"name":"ws","version":"7.5.9","devDependencies":{"benchmark":"^2.1.4","bufferutil":"^4.0.1","eslint":"^7.2.0","eslint-config-prettier":"^8.1.0","eslint-plugin-prettier":"^4.0.0","mocha":"^7.0.0","nyc":"^15.0.0","prettier":"^2.0.5","utf-8-validate":"^5.0.2"},"peerDependencies":{"bufferutil":"^4.0.1","utf-8-validate":"^5.0.2"},"dist":{"integrity":"sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==","shasum":"54fa7db29f4c7cec68b1ddd3a89de099942bb591","tarball":"https://registry.npmjs.org/ws/-/ws-7.5.9.tgz","fileCount":17,"unpackedSize":122191,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCpvoo9ORkB5bcbmL8pFbE1W+7m4Ku76873M0AJQqlOLwIgLY9SoKoajeDpqk6LnpQI6aqrAdqvL7YJMbM79VcVWGU="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi0aCeACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoVTg/+JzUwXutzHz5Ciuw9z30WR2KSdzUttqHtLMVU/r7LzQMuPhHI\r\nZtyTSv9NEUnAt5nnfSGmLaPYJd1F61EYkvEV8aR4WmJL3eKAkU+cylNEhlNG\r\n03pRgpCBeQ8CnhRaaHUfubS6n+SWw6KD/KBJvm4vzlY5Yoql+ybtKL+rYwiu\r\nhQgG4v0W3RiN9dQPg0h1YisvZHwjH2uDgkXApHR92PPgYHVH8zIKvx2H16eu\r\nf3Dh9vdb9O4sVeV/dkTL+M9x3uUZng+i4Gdao8eyZMoagUvTvTGCGW3ZpN5s\r\n6StiAI0NuBePEnGxqHIYOgY6zY/49Q4xDzGXOc3WT2/bwzDFvXrXsBrxTln0\r\nSIEjEYNMWXzhYzY+7i1yZgdRIXxy7gRKT31jgH0fTLlkkVr+Mmq6eKwDKbCP\r\njSKkvcg1kXhIf2ruljhXLFGbm1np5oXAOKoedcSum2ObFOMR5hkbMSIa4bS2\r\n1Dn5GYy5u0c9T18s3kcO5BZAVApiHFkEV5fbZOMabQPD9VwsquZ2y68F/sVC\r\nY0yY0ppfeV68UiLMD/P+eIpq6KtIeCJPRlcRAU2BuelJnC2/Iq6lCKN001wh\r\nGOEir/JPq+YSef8uTZIm13TAV2Rz8X+0WcwU7Tzytw4AxnFjqbRhbLZq1Oxj\r\n5iIcq82UbrIen95CFDchq5kSMQIfiiae8f8=\r\n=CPXB\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=8.3.0"},"peerDependenciesMeta":{"bufferutil":{"optional":true},"utf-8-validate":{"optional":true}}},"8.8.1":{"name":"ws","version":"8.8.1","devDependencies":{"benchmark":"^2.1.4","bufferutil":"^4.0.1","eslint":"^8.0.0","eslint-config-prettier":"^8.1.0","eslint-plugin-prettier":"^4.0.0","mocha":"^8.4.0","nyc":"^15.0.0","prettier":"^2.0.5","utf-8-validate":"^5.0.2"},"peerDependencies":{"bufferutil":"^4.0.1","utf-8-validate":"^5.0.2"},"dist":{"integrity":"sha512-bGy2JzvzkPowEJV++hF07hAD6niYSr0JzBNo/J29WsB57A2r7Wlc1UFcTR9IzrPvuNVO4B8LGqF8qcpsVOhJCA==","shasum":"5dbad0feb7ade8ecc99b830c1d77c913d4955ff0","tarball":"https://registry.npmjs.org/ws/-/ws-8.8.1.tgz","fileCount":19,"unpackedSize":134597,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBgQTHd+/PulDUMvZdn0yraF9iK0xJWV02WkRjzgYv2mAiAnLE64QkWYGQycyWYvj43Mmv3MBShST++SkTtaLriYmw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi0aCvACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpX8Q//dQdmcF15xVWJc9Pl3GR8ewHFkqAucIqUV8caGzVWQc0rDASk\r\ntZHd9ZYGxC3C8FrfG4i582PG2VWHCtGZbSSz2bs+suJ8fKg9v+j7SeW4tcKl\r\nr3nSP/ugYZkuAgb//xtfOMKRjZ6Mlfg4o7T4RQ1eiiswqbv63Q5bTTCFigUA\r\n5IMBI/dV1+he4FDepHg2muPW2U/BIysylT/JuhWRZCgts8kBORxdwqOgPfw7\r\nijdiBJdXNAL5ZSBO+0EqhXO1K0AYn/fuRWlpW5IdbZzjdXNwdGdbwThBK+ul\r\n2PLZujHJ8EaA/Cq+f5bV25Usclz2DMkCEQRMMbse6sUeuY3+64X5dngGyKgp\r\nNrZYK621+B+mNIw464HDZIm6unoQhEN+woOAcIfAyDY/5E7Ix7lxeMLcNcYM\r\nIF0KUaGvA6HSxKOMY83dP4JHXN9a/4zB7w0F7UxKwpSl0NpPn862Q0I/f4jM\r\nW6s0uN5wStXHEJJQQFgT++oS6cmGZaywA/DMEOHzwRCAO/yTpM3m1Hlbtjgw\r\nU7VI1RAAZLuLC5kyklDtlSj8iYDATSE4C+D2OtEE9330neFnS7CbqWFs2fjh\r\njOc9yC9+JQjsdbr3BkraYwi5xg1Ft3RSmF2PYF9vT3zw83TxfzOdZDTOUgcX\r\nD6fHkw+1pRKwtzg0PddLtWvC1SyTn/waCSc=\r\n=5q7I\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=10.0.0"},"peerDependenciesMeta":{"bufferutil":{"optional":true},"utf-8-validate":{"optional":true}}},"8.9.0":{"name":"ws","version":"8.9.0","devDependencies":{"benchmark":"^2.1.4","bufferutil":"^4.0.1","eslint":"^8.0.0","eslint-config-prettier":"^8.1.0","eslint-plugin-prettier":"^4.0.0","mocha":"^8.4.0","nyc":"^15.0.0","prettier":"^2.0.5","utf-8-validate":"^5.0.2"},"peerDependencies":{"bufferutil":"^4.0.1","utf-8-validate":"^5.0.2"},"dist":{"integrity":"sha512-Ja7nszREasGaYUYCI2k4lCKIRTt+y7XuqVoHR44YpI49TtryyqbqvDMn5eqfW7e6HzTukDRIsXqzVHScqRcafg==","shasum":"2a994bb67144be1b53fe2d23c53c028adeb7f45e","tarball":"https://registry.npmjs.org/ws/-/ws-8.9.0.tgz","fileCount":19,"unpackedSize":134548,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEUgnqVD4SeP8LuZFJ8F/TDOTD+bSDKnsJsqjdnvGu5DAiEA6vAdKNDvnkvkgg6Oj7rERimjpXrgfnL3a4DLgbmHaws="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjLLicACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrS4Q/9FIVJr8Vy7ZvPDeAkRgMm16tB90ujeTWTiXb43HKpOXDC7/01\r\nzIHz+srzpmCkDcPpDeBRHlJHD+UhQYndEqTdBwvfgraKViP9ie94ykqVLKom\r\nWb1kSeyocKFd0wXOYpl/65284qAZM2RR7+Zig5nfhNcppiTi9kPbYZVjffaQ\r\na+r+hNyq7B6Itm2Y4fy+bgO6ef7J4tK4HMzFx3lJb+xzxOKQ97IeGEoernbM\r\nHqqxrDlWx6fz51e2bL+ObqJ78/6AMhnqOPbHDTNG52qaiQeeUj01PicTX2Gc\r\n3ThfKzzm3VqA2PTHcdvhhi4eEy3cHxmUM6UBFinzVYZhnv6MLxw3HgP5N5kk\r\nUK1PKUxlqhAPn8SxxxjuUhVRhybsOYoI1F/VtzQdJyFhaSZO/AWHFTscI6Sv\r\naadsP/Iq3ulTT9UOXo30RFfTVCKryxRYFAccHhz02JqIsw+5pBp1M7oTCf2o\r\nt2pSdpV3AiqrH5R/xmi4wzLcGsuZGMjP4UC9+Z8PMjqA75Fw3U52UUnR+6wn\r\nzHcK/c1pkXQ94Qpz/b2+iRkFg618ibG1yR3vu/oAF3xIdJfs0rQJllZeRt2y\r\nkZKUKtqip+yBic8Kv/1TdnDddp7jugzf/iadnEHDn9+jHzekLXhmmKIk4zAe\r\n3qxdIbEZ5G3Y1bcsAdA7En/58rrQnZQ8mJw=\r\n=z8BL\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=10.0.0"},"peerDependenciesMeta":{"bufferutil":{"optional":true},"utf-8-validate":{"optional":true}}},"8.10.0":{"name":"ws","version":"8.10.0","devDependencies":{"benchmark":"^2.1.4","bufferutil":"^4.0.1","eslint":"^8.0.0","eslint-config-prettier":"^8.1.0","eslint-plugin-prettier":"^4.0.0","mocha":"^8.4.0","nyc":"^15.0.0","prettier":"^2.0.5","utf-8-validate":"^5.0.2"},"peerDependencies":{"bufferutil":"^4.0.1","utf-8-validate":"^5.0.2"},"dist":{"integrity":"sha512-+s49uSmZpvtAsd2h37vIPy1RBusaLawVe8of+GyEPsaJTCMpj/2v8NpeK1SHXjBlQ95lQTmQofOJnFiLoaN3yw==","shasum":"00a28c09dfb76eae4eb45c3b565f771d6951aa51","tarball":"https://registry.npmjs.org/ws/-/ws-8.10.0.tgz","fileCount":19,"unpackedSize":134610,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDT4KfpXkgOZZvW0uGm5lNHinuXqRsUIK3E/7f5AlQWhQIhALGNuFJPHo4tD8Kqup/AOaRhceRGIvPw87VPF2H0AqOX"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjVuLaACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrJEg//d2w0/hM0af0rsbyHT57d1m6f7qwuUXmFV3nKJgCFiNtIVLI/\r\n2Jx3WK+PI1g04iAEq3HuGdk1KIFX9YtPEnZ6YhHXd0w1/aEi7AbluDzaMKgU\r\ne19uuBmBBkP1HpmqhmGTonrtJg9RRloDseobLjywlz3KDPrSTKtm88z9dsIZ\r\nrvXEgkVEBYWD99ZM3KU6E3zXM3tDhY64YVoTOGwC10PTTBTZgTOXNJ2dJczs\r\nexQsWVRH9gVHKvy4ZSdrthiEbStCbKlUkdadO+fqfP7XnoBKbSo7JdCF+6zS\r\nFMibeld7T9oxlGQwwBi0Qmy7tWQa8Qe9zP8urIqyuXZixA7us8kIfHuJox/c\r\nmrD5Hj8RWwq1CZaiz9khQI4AAqlFvKINLTt5cxaoBtHQpYB3WsXeb7ZOCD8v\r\nqm9Ys3p10r/q7YoE5MsxVhScc3GrHj9gQgdo91j99CRnCetbBdWWyaI2WahK\r\nPnNz6P3G0Fu5uLP9UKx9WMQU3QH8MahHbmKyAtmjSCUsT3DNDEXZr2RiRQVi\r\n6OZdAX3BfcQzRqCc3imaOz4gZJlxuBYEjKgoOIHPuSUCfWKbpmsjo5m1wtbq\r\nyRThIZ2MqxjBU21O2DiIxWb1Nnoanv+RxFKtMA5n4AETUs1O9vcdcVJVffL/\r\ndmy2g4TNdYRBGs2zao2A3SSc4RtkgqLWFcY=\r\n=ZlOy\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=10.0.0"},"peerDependenciesMeta":{"bufferutil":{"optional":true},"utf-8-validate":{"optional":true}}},"8.11.0":{"name":"ws","version":"8.11.0","devDependencies":{"benchmark":"^2.1.4","bufferutil":"^4.0.1","eslint":"^8.0.0","eslint-config-prettier":"^8.1.0","eslint-plugin-prettier":"^4.0.0","mocha":"^8.4.0","nyc":"^15.0.0","prettier":"^2.0.5","utf-8-validate":"^5.0.2"},"peerDependencies":{"bufferutil":"^4.0.1","utf-8-validate":"^5.0.2"},"dist":{"integrity":"sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg==","shasum":"6a0d36b8edfd9f96d8b25683db2f8d7de6e8e143","tarball":"https://registry.npmjs.org/ws/-/ws-8.11.0.tgz","fileCount":19,"unpackedSize":135341,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGfOLAh84aPAtc0GNTKNsIaIc0zNLx1wTGY5Gv53chKLAiA0B/CgVbM6GDdWekSnpDWb4bsrixHuLOU5jYzrdKOOEw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjaBLvACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmozyA//QVbDZd5ogRkJ6IiAXxNMmq8oh8uYogdZYIN4cDRd1NIQ+7iG\r\nrJcY9GsdbyDeTCUQapX/17Q37TlDLraErxS38X9lyS72lnrcAxmpbP39IeiO\r\n32D2rDcg5n+L3zDe/2OgmlJ/+92DJci/X/4xJ/7CSIYWxHWVXVvE5WXy/o89\r\nKlqpB9tFy4llhT/Kq5s8l86d7RbbiThrO2d6Ch2aPT4Adtr1CO0hyAkbqHD9\r\nKocCq3s91LuWMa80vA4GNAeArOHtlbD53JywH9vQQDSlZS/4MuJNLCKmEzI0\r\n+BMJmf9xPXzb0ljqsZ9xHsF38YunWcKy5ZAfH+8s4ohVgr4ARI4oWEYy4QIy\r\n9g2Fja03AexxLObH7RUKpl5skcMjXIdQavk0np65KiYyWjVRxDUc+eeFi8Bf\r\nHmOetTEAQzENv6c6xjE3415w3MIMjyvEqZ07h5Hf5Kntedq+EH8YG5ijxUi4\r\nOD4a+kitrVmbbb2agfzUnD6U6PKDnQ6FCAvEAPzFxn2GyJXC83apXyNaM7C7\r\na+tCtGuOebGKnzSU1mTOK8vd0WG383eV0tIvtqYWHoG3DnTopk8Q5rD3kVz9\r\nXgW/D48fOJBdn6sFW6n/Uiz9q2FIT5F9d7ZhWEbJXdnNvF+Y4Zyli5Q2ixjx\r\nFfdwKej0MKQrTBhaXAC7f6LfTiH7g0it1zY=\r\n=R7Nr\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=10.0.0"},"peerDependenciesMeta":{"bufferutil":{"optional":true},"utf-8-validate":{"optional":true}}},"8.12.0":{"name":"ws","version":"8.12.0","devDependencies":{"benchmark":"^2.1.4","bufferutil":"^4.0.1","eslint":"^8.0.0","eslint-config-prettier":"^8.1.0","eslint-plugin-prettier":"^4.0.0","mocha":"^8.4.0","nyc":"^15.0.0","prettier":"^2.0.5","utf-8-validate":"^6.0.0"},"peerDependencies":{"bufferutil":"^4.0.1","utf-8-validate":">=5.0.2"},"dist":{"integrity":"sha512-kU62emKIdKVeEIOIKVegvqpXMSTAMLJozpHZaJNDYqBjzlSYXQGviYwN1osDLJ9av68qHd4a2oSjd7yD4pacig==","shasum":"485074cc392689da78e1828a9ff23585e06cddd8","tarball":"https://registry.npmjs.org/ws/-/ws-8.12.0.tgz","fileCount":19,"unpackedSize":136353,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD3a0AHkQTyRBkOorhKdBH5bB6Mat7TWW1Z8Olhy8vcFAIgLUCXOWv9kR6tUpm17QaaO7ILbJiE3qLY3jcOImqbf7Q="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjucvzACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqiyw//VGKBNMwRHNO+EGHMVUvFfxvYNfy/eUZNOok5YTYkGUYX29Ny\r\ncBspq3dET1bZMHhq3+lLLeUaXcMEcvEicuYOjgQGi3YOstvEPTenvsNyMJlQ\r\nVfUryo2t/fMrA/cpiN8Mee7qu409dnZNUlL263sdcDJwAy6825kaomEY3yGe\r\nFdErEnGfXGy1Bn9IuGDSHql34PDsUr1Frysu9OmxVTDwYRjSmJce57XszHkp\r\n+ckG3Q2Qeye59IcFZgPUQPDggA0QJMI7nIp4QGzRwUp3CqdaArrIdjduuKpY\r\nf8uIXuj1WRXpRHZrRBt3sARM2OuWjyTb9CQU7luzH3q0PEOrNp5IlmIYYjJs\r\nWI4wLatuM2jWMK/xBYEx26G4zT95CK27jTxj+QSS0nGxpI5f5VAf7dQGusrg\r\nWqenVMZiXCwRFF4mGOXBYWDdKKRPkrWY82JIp4BGoBgtmx9G9Fqvg6DI0A83\r\njXzFN0RQOnqvnbQcj7zksO8Xes+PRwqw2VIiQKyCZA/JjPoifYodHDT6hasO\r\nJITx7YxblOuJZ2FWl8IaxXD4l4y0OA2Yuapg+izL3kUJEUpMR6XtJtDGetYf\r\nNeG0KInA04dZgsunckMKQL52NqerYn22It0r3X9Rr+87bqxgaQZQ5Hds1L5I\r\nOE2t77C/n9ArMrbyhrE4GkyKiqZNY/s6RPY=\r\n=cwMQ\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=10.0.0"},"peerDependenciesMeta":{"bufferutil":{"optional":true},"utf-8-validate":{"optional":true}}},"8.12.1":{"name":"ws","version":"8.12.1","devDependencies":{"benchmark":"^2.1.4","bufferutil":"^4.0.1","eslint":"^8.0.0","eslint-config-prettier":"^8.1.0","eslint-plugin-prettier":"^4.0.0","mocha":"^8.4.0","nyc":"^15.0.0","prettier":"^2.0.5","utf-8-validate":"^6.0.0"},"peerDependencies":{"bufferutil":"^4.0.1","utf-8-validate":">=5.0.2"},"dist":{"integrity":"sha512-1qo+M9Ba+xNhPB+YTWUlK6M17brTut5EXbcBaMRN5pH5dFrXz7lzz1ChFSUq3bOUl8yEvSenhHmYUNJxFzdJew==","shasum":"c51e583d79140b5e42e39be48c934131942d4a8f","tarball":"https://registry.npmjs.org/ws/-/ws-8.12.1.tgz","fileCount":19,"unpackedSize":137037,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDs5xuIj5P9hw0u293IRsXzL1lcEZxvnmkkWltT40B/ywIgJ0J2wCcEIHfIhdt7PaeEeEaFniO9coZXKv0yOm92xJs="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj6p/NACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqUEg//ZmtNggq2qnFGycpyPnyOqMZ61zdTAJiQy+DIioZ4VqCxkpP6\r\nV0RWdEZXjE1MGt1fIKgbNOoHw0VQZoxOGpzhdCkB3Z7MeX1/Lz6K/yfufn/z\r\n6UGDfFBlcBBj7q+8T86LYtCCQxiuHI0eqtjNhxonDcSiqg3lOt5epbBKXWVC\r\nCy7rnnmZHLcPzP16//b00QdUprB/Oj7s2keEFScfI0H7KatT94eir1OAFjl/\r\nFu6EgDFchiKuovwRFt1TVfCnbUKh2JL4VK2IJGbgTDkb+G/tpi4VjYr9uy0u\r\nQAg60HqOOU+o8t3sYL3MdD3gpe0fkJQprE+Ns/W3ccdlUcLoL5peZZNbnFhS\r\nVrkgBbnvoQfwP/XXPTlvwqEpxhfHRL2Az7a+EP60tS9HkKAwlMNhW/53bgP+\r\nPy3cuB77SC9GzAEPMA5c7RO5nhnqPTK/Q36EqPgyooczB3PRu13qRgzuDyas\r\nzQzo4L/9WfXgLQLaglv/Ew4Zq0gz5hn/0tYmydRMhsF7zJgfsyr4DylRFruf\r\n8hq60KR9ILQd5+EZuXgxmLfeicZaq+WIT23aeAijbv30//D/bgju5JIi6TEz\r\n2urRza6xESIsFySzl2vU+9V+Dl0UkORN15sEj+9F2GHqPie/u5ooT+cMlE6v\r\nSEc6P/Gt/PlWBruIWixPVA9J3SwLgSIysjs=\r\n=w/24\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=10.0.0"},"peerDependenciesMeta":{"bufferutil":{"optional":true},"utf-8-validate":{"optional":true}}}},"modified":"2023-02-13T20:38:37.768Z"} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/content-v2/sha512/39/86/a81dc40342c3e458c31754a77d7596cf5bbc49b450b93fd4a9ee9ba612a74ae29d2d27634e45c78be5dcbe0b5c6aad5a2b2b6eaa46f516178320490b0669 b/software/flow/.npm/_cacache/content-v2/sha512/39/86/a81dc40342c3e458c31754a77d7596cf5bbc49b450b93fd4a9ee9ba612a74ae29d2d27634e45c78be5dcbe0b5c6aad5a2b2b6eaa46f516178320490b0669 deleted file mode 100644 index bd8a732..0000000 --- a/software/flow/.npm/_cacache/content-v2/sha512/39/86/a81dc40342c3e458c31754a77d7596cf5bbc49b450b93fd4a9ee9ba612a74ae29d2d27634e45c78be5dcbe0b5c6aad5a2b2b6eaa46f516178320490b0669 +++ /dev/null @@ -1 +0,0 @@ -{"name":"@node-red/registry","dist-tags":{"latest":"3.0.2","next":"3.1.0-beta.1","v1-maintenance":"1.3.7","v2-maintenance":"2.2.3"},"versions":{"0.20.0-alpha.0":{"name":"@node-red/registry","version":"0.20.0-alpha.0","dependencies":{"@node-red/util":"*","semver":"5.6.0","uglify-js":"3.4.9","when":"3.7.8"},"dist":{"integrity":"sha512-o1/tOktKvch69Nn++lMvYE8VKrQdEIidkWaZFrF9DkCaSxMIQOyir9GI65G7j114ZPGi08V+X1HoydOkKjB3yg==","shasum":"9f6b70c619d1d6d792226b3e631064f7643a5b2f","tarball":"https://registry.npmjs.org/@node-red/registry/-/registry-0.20.0-alpha.0.tgz","fileCount":10,"unpackedSize":75127,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb2bmRCRA9TVsSAnZWagAAaycP/jXYV5qj5ntc+KPUi5SI\njEuvL9Qs5B12wTHBPo1Uh7iBh56d7IcMQwWYhD9oCrYu8zxZVzDgC3Tdsjl2\nYZBWTTCGVzFxIe0YbA9A7Hx7BemMQJ8MXieG5rI/Ta+hkpRBz+x0in2hOZab\nkMyuOz1JHs3Vg4A+vZ6ypJwpbPqXAsEb1ayFBn5KFlYF/hXoPGigwlCFhP+E\nqC9KG+ZGYVDuVlAmYHvOqF8MqhFuiaaw5Q+FrKi4TqG9v3loqPKkvS7H+DBS\nW2QTwfiXSydvCZjr4nmu7arKHXPGVrkUTy6v+ZgLIbD5aRRvJKTPTQO01Bfb\nviTPj1/wEKMO7Qrck0B/HnSvXf4t9OgQo8jWEH8o4caAmKi1msO0r8GA7bup\nTvz5MttilExaNDvHRl5dwYJoCN67H61Y+hwtLTa3IvseQFFVykCE4PTCQTSR\nk1il2ISPV8bDAauLO3Dw6koS8mSrBPJpUsZ9eO/1AHL2Rn4YXGCoX6NCN86b\nI/j1EarClm4R3Ku3lhzqEGC6A85Mr3NBWac8R6zPnMnT8T4vJ54INVrS70QG\npKFCpgnqbXokSwG9uQpc1l+MKxjCKvcEDMGdg8bLqTTnK0JVWNW7rb09RZHG\nX03U91dBGA1cI+g3kK0ECvctuMnwHABvLLkrPDUzqzDEmRJqtf07hvTIXYUR\nKadS\r\n=+vdk\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDRspJGTDoH8OWDKtgWHy4VPZETmqrfZFRR0LQtiqcTGwIhAOzh05oJWbA1+eas9ySRNLU4aT3P73XIEFiCzsJFEOvF"}]}},"0.20.0-beta.1":{"name":"@node-red/registry","version":"0.20.0-beta.1","dependencies":{"@node-red/util":"0.20.0-beta.1","semver":"5.6.0","uglify-js":"3.4.9","when":"3.7.8"},"dist":{"integrity":"sha512-bjaTjh2fhZQ848ciIVA4Qn5CufcSUPtufeC68qO4HQFv3R+bwM0F10wcI7nZQ1Ar8vAA5HFCC33uP6Urz3Mf8A==","shasum":"c5e4b85217ea7b25dce6e2535d5007af3a1f666a","tarball":"https://registry.npmjs.org/@node-red/registry/-/registry-0.20.0-beta.1.tgz","fileCount":11,"unpackedSize":76706,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcCpxOCRA9TVsSAnZWagAAtdYQAKQlVgImg4bNLJeOcwd5\npo1u1as0NYUKEEbVQvDDXAVklAU/22aPIdZW2gjI4eGmQg0W3l3t7pmPOEsE\n228wgQPXeRqkfAza+IHT1UN+nfbE2UDAkkiJZnZtFLxz0gM9lW86836IPaqe\nS1cDPvkUt0GfWybMyltEJOmfb4hDcpMIGtRGeMrQiRRi8kL0nkaSSqNqpXIn\nccGlHjCYFgIR0OJiC0tE8JAvl1JvoA6gMTJF/rli3VDG3k0X97GowMZcix2z\nMcdB21+5fttxuCQgE70/RDfHlvWiWqIHqylsqu6/D/8WWssllFka6ZaxgA2n\nRDGNHBoGanzO/jN0dsa5HgwpdcNaEyWDR720iuYrNZYROVZRaF5KiDOlWvHQ\nR4IeJmWg34Aaf6hRPUbdQpHLgx0cxNiQ6acaWQkZNSS7z+G3jQHIFYRoTomH\nQ1f/zXTVj9qL1+4viKi9C0EJqonW3B0Oinuv+GwqUl9qtomUtEXBfgDbN0LE\nBLelM6V5ZnZbG9J1t+5kyoAhk1SwHYz9rOYHbefLBBgxzuuLVGCkKSOm6vMX\nZHMsTHbeK7kmtIYlWLOR2JzC1bMx+Q5WWXLobZ3fQe3d1tQoszNrux/wvl4T\n/lrOR3hxcnjxjKx9xmCK7irnRX1mCopQ61b/Hw6y7pWSPuvVgMSUkKCIeia/\nyhKO\r\n=t63f\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIC5iCV5hJktgkJv7/qjmWO6Z3zkv2voHmge2bRBYsTJfAiBTxGQUuVfy3xAjVuLEJTLtxWqranaxFjLJ42x06ZGNgQ=="}]}},"0.20.0-beta.2":{"name":"@node-red/registry","version":"0.20.0-beta.2","dependencies":{"@node-red/util":"0.20.0-beta.2","semver":"5.6.0","uglify-js":"3.4.9","when":"3.7.8"},"dist":{"integrity":"sha512-D3BHtSF0xnXjYayogL0W3xhtM5JlnxYNgvkqyD2RzD0vvEvinXL8EXQET1EiPU8NF6TmlkC8TrvFGKcE0CsjAQ==","shasum":"80665ae669157d2d419f94304f4c3204dbfde0dd","tarball":"https://registry.npmjs.org/@node-red/registry/-/registry-0.20.0-beta.2.tgz","fileCount":11,"unpackedSize":76706,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcCqXnCRA9TVsSAnZWagAAZ6sQAICWWhuy+0j8tivthsbS\n5mqRJ7X0b2TZHPgA67w7rG/BU/Ox2Qs4Q2+8CBjZv6+weClIkY4rS/mUsJI/\npkJFe0ihl+i+qJaFN+blrgIzQCfMk0b4d2AUYDa5eZtKmtlTSZP5Qs7muFgm\nB5CdiOMte1U5nyDXmuKiF+gWvMp1RAcYeU7Hqca5a8ijRC5rwtjKCbwtQpkq\noJes7Z0+8gXA0Zz5a/PqvV0Fj/4BvZEDVDsazCwvm/FJqDEEwDXns1BkEzpi\nd2ZYnBeSiW8u8j331Ulnajkmce3Er9Zj35+/g2HbVBkQywCy8LpqiJU5LSw9\nRp8aN1Rrd1fU4VN2FWkcRR12c4s0D+ESK2h/zLDLnIq8VWoG+XCLr207dpwf\nU3myZoHGXl6qUOcvNV2reZgkHrZahbPiJJi2HBtg1k+QV2secVJJtCTkfMZV\nwSYWHSojuvdGlOTxtGnvwVI2d/DDYB2c+WczgM+gpuquBiMdUKJONhsrHMYo\nAxeYAb/2lcXgQeg2vDh6/m7h4/4d5t31V/dqsv9435osz46jSMA26jWhr/R+\n//qgQM7nA/lOXK9Y8yi7kqflXVCuwXom1jNNiqEJTnclBwvgIL5woVNudsmx\nCRX/GhBWCRqk4dGq8olSr4hyB5TruXypLIDi4ge4FUOW1oDkPZWB421k7Lcr\nTtMf\r\n=bF+I\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGWbayyhgjTwSevht78C5HJf8L0lqSJhps3F44QkJ1/HAiEAwjYySA1rMEjBg0r2jvDrkwLjUNRhoVgxBCQNL75UIqU="}]}},"0.20.0-beta.3":{"name":"@node-red/registry","version":"0.20.0-beta.3","dependencies":{"@node-red/util":"0.20.0-beta.3","semver":"5.6.0","uglify-js":"3.4.9","when":"3.7.8"},"dist":{"integrity":"sha512-OXwW16h8ODvPeZyZ7eVJgQTBNNoTQwBSlcFHEolAlG0E9MyF/qFArJoz0NnIu52YX7nPTAMHfThK0wBr9lrzBw==","shasum":"d15bef9495180123ff375ae85e658bc310ee1ce2","tarball":"https://registry.npmjs.org/@node-red/registry/-/registry-0.20.0-beta.3.tgz","fileCount":11,"unpackedSize":77093,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcN06TCRA9TVsSAnZWagAA3s0P/3OjCyiDFEXH9UtAhOEG\ng0N7wN6pC4qLjpwMybWO0zyHvvlaaSQJAzaFkmOaMgMyQWM4/qO5u5SVfEAu\n9fLFnsSJNwOijOXPU9brsKkYSlFFNPbDZxgUUTRnLxRq0QRtZNsjDE0DmVMx\nVM+9ZYW5iUyhSlgyNQDRB4O6cu+Qegj8HXuXZF32RFZidIpcSdn+KTx0RRxG\nhqZ+E4M3E5YnBLCXAvb9o4mYDjWhqcGvZsqLyy2t2lGvUo7gTvudab9cXbd9\nEFAd86ExTtLGgvpVd+N4vqT6Wyk9gSC2iDevCRNbKF8dohTc3FFDTfo6R7fH\nu2CvpcfzNZFNydlQXZSRedQW8PHqZ43tbdyWTZYaQ3r0tnsFrXMfeJhT53bF\nyJHc7Y39RvXigKRndxB6NcbwU9AwU+oqcJQKMZAB1TMccDP9+OGZVgLtlAYH\na0NgZ9hkY/gtwa08BYqjl2Gcec29fz7Xv6e2TuSZOQmoISUsixf4ITmHHAgO\nYlA3V2nx3ik/O/XbI5rIzSOQ0hPClRh5CA4rwYvA7cHCq2okwtS/iq/GozQh\nVSOWH/3JUXcTWClAbV4lBC0s0Yj/sCAszXE7BNCbSQ0uGoDtitMJ27qtMEOB\nJw//6NJg8zt90I4ZP1ppYyBuVeSw+mlzWcnVV43IyQvp60CKs3UnVOE8/J1C\nuZF5\r\n=vVZO\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIE0fllmc5x9sIPa7fk4Yk9Q4juwQanunDJd/XzmyOEulAiAxyRlX+ohvhavn9ghjndBauPyG4AD/0DY3DlWx76GmHg=="}]}},"0.20.0-beta.4":{"name":"@node-red/registry","version":"0.20.0-beta.4","dependencies":{"@node-red/util":"0.20.0-beta.4","semver":"5.6.0","uglify-js":"3.4.9","when":"3.7.8"},"dist":{"integrity":"sha512-27IS8CVx+qhll0T1pMFBRJfCNK4ZffwcfFxThj2fvns6QPZEvkWy6h+xJtPjJbjOpZ1LzQ+T60SwsgVQ0xCmhg==","shasum":"72cecf6d7e0127c6b9e87293665a2538486fa980","tarball":"https://registry.npmjs.org/@node-red/registry/-/registry-0.20.0-beta.4.tgz","fileCount":11,"unpackedSize":77309,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcTyGoCRA9TVsSAnZWagAA4sAP/i3SEH0B92jYkscvcW03\nfgkDZgADD7QYxZsZlJaK39XCQ29TK/l7dGuNGI06ykYzRIol+ynUjYl48nQL\ndlY4B9lqsS+2d6bcBPA8TRJbrnOdwkTrnyfAbcE6cIwPxV0tFWJBhcz1ZGBc\nS177RydbufR3HHXMKSiTpJLWQGgILKAZwafa2+qT/PZlB1R1Kq2WR7P79iC/\n9ULegksQTFY7VduyConA/dfXeXg43JWG0wNTUqYdf9v/XHrinr3gwfJjmW44\n0Uii8CiqXvrn+vYuooEZl5v3raz/iBZj9H1dlCj/Vztlqt88/dFYVBjXW/h1\nTlc/cVzPv5JMsqCDdUM8xnNlOupxdyKVU4eiDt9PCjjDGvGsIPRwjExRsuw0\n9vcmN2EJSJW3S46mG1GST1uYMY/jwolGmpq65lliVmU0ctm10I0px4chW/aR\nbb12+3adIvJI6D65kv9dIZq/pSZxVAknnuVVxDvvGbWAPV4ldkKaYOj13KbI\njA+H32SKxgKSve5IBywbBALkXyFI2QQ84idSOExgCaa8k1463OGUHP3asEw+\n+m7BVS+4ujIAgpfAWZ9wA2Ey7eQxdXEjePHADX8MryVlVKuMiShFDTxizKck\nui8cxfqa1VjjxhW7pSNvfhlagR6K1lj7aGzV2gVhEHFwhX7+NHG8xunkqCr1\nlejP\r\n=Hv2E\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDxPbGLqs9oPVZxtEtR2sxjTtRdBoCizADoWmeHWUnI9wIhAOxKku0njg3qbX598Ixo3XVs16FKz+EfrX5JLby6iiWu"}]}},"0.20.0-beta.5":{"name":"@node-red/registry","version":"0.20.0-beta.5","dependencies":{"@node-red/util":"0.20.0-beta.5","semver":"5.6.0","uglify-js":"3.4.9","when":"3.7.8"},"dist":{"integrity":"sha512-pDxOtWpkcVi+PWwiPxiJAOHLUxd8CDexBcDsD8He4bSLtyBYc+N/K8V+QcMMqTHGw83OITcS0nz+JtTpmuuChg==","shasum":"a3a6508cc5fd7f862f4c198a233b322d5c6d7675","tarball":"https://registry.npmjs.org/@node-red/registry/-/registry-0.20.0-beta.5.tgz","fileCount":11,"unpackedSize":77309,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcXWhZCRA9TVsSAnZWagAAIyYP/2Sc17fIc8Hyp+E8ibzq\nWrDETciiBLYqjX86j8TlyadnqzuMtsDBS2kLwSmu6i6lrAyK5+G5N3nuP34O\nYYiViGtNiNrf7ns40DcjFyD6Ijxu3LnXGyJzKmcAAQY09Bvf3dM9furdjPdc\nf83aGJdCQ6K5w67625V2mGGVFlIJs7zR33b8ZLVpYFcr6lyhodAA571Unmha\n6tYkYs2sHfcTeombDHWBytdQZ3aA7a2jgCt/UqhYyRiK6qHQX3vZ8aAW3n4z\nC5RshNr2BcgZyY1ZXVU7vN3Z/3DtrHevKRDVJ8gXr4GeT+mERBb2hTYIoiXi\nxtQ/IjCB+2tAld6zyKs9Rpeo4IvpaMn7FvarOVDyOpLdjKeFK5cJn/Kiyk4X\nWmdquY1KVzW8Jyqsww2LhVmv+HLTKPfJCgk1XSApdXlP2svCtdeEVepkNCEF\n9QvJBjQCHWg2nbVG+76YsXEuvEh4Fbv0YGOa5yJhI3I5hBfYv4zAS9MszW7J\n709Mz+BBaSbcINzXXIPhHdc9wZ94fqkWCuDP84mL3DK76qiHCAPk+bszlLdo\nc0I22d/+wW6tCRQcNHelSVYF4fuG0W3LINb8mNw3F/I/7dQSzWdu/RILLeul\n61ZY/3k0eJh4qFovma7kX3kCXi1TWwnlveZ0xPBDwH4x/rAaoJHaCGlsB9Bx\nll1X\r\n=phMG\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBOKUlAVwhw9Mn5MKAbMhwnw/7wdM9oQihGOZSJp5XtvAiEArXtDsMQDKRcQkIUCJ9VhUERilV3y2zu9/avfEb1dUWY="}]}},"0.20.0":{"name":"@node-red/registry","version":"0.20.0","dependencies":{"@node-red/util":"0.20.0","semver":"5.6.0","uglify-js":"3.4.9","when":"3.7.8"},"dist":{"integrity":"sha512-WXgpT86bMF/jHlb7ZCIiF/g3pFQP/lB02xusYRelkuuObqF643pdnDQAYRHy6zwC7FAMFMUTnWgguy/hwFZmmw==","shasum":"c7056ddefa1d9e708e18c64859219acfde11f1d7","tarball":"https://registry.npmjs.org/@node-red/registry/-/registry-0.20.0.tgz","fileCount":11,"unpackedSize":77335,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJch8oYCRA9TVsSAnZWagAAfwAP/0T9dC83LtAOuicYxrKZ\nMxe4Or4raCu8nHBNhBexpuxFsr/ajgf5Oem1ybFddl29VWZf+H7jr4LebBDd\nUQEZM/gzjuiAXcmvRsgFwlZ0IQWCkpyzamuPjTT69eEmCfnEB/c+94pVg4Eh\nUsr9WwD67g47k0l3sWXdbvsaWiVwH7BL7mc6rUoUFS9XP08/d/wixBxBHxQK\nJF6bfCv2axrr7tPh7HivQ3BKaCXihQrJul2C4qsg2sTjeMPG9YBOBffy7tx1\nAt/wGexEByhP6Rt/I4cWdxHfx/4Dd5nJGkXOcV2xl0TS0LWSIVRewsTjiX3V\nxDJKsl7zycPbVOqp3RiLydfQqK32AwLyJDMsSnaUqqHbWEaeimYOVQw7UHuy\nDSVik0Zg0dfBUyKjSgdZ18ECS4T67WHFBh9SzGqTcHyLIDw8aOaGBey/XTgM\n/Twn6OM3HTwtDTF6vTYBpPc3LcOy1Xf8LFTVp4aiK4RZ/TzEiCpARoU15Is9\n3OiT1f3l49AFM7/yco7Cgh7txZ6sx0TK1MDtmqB2J0aKPLukPx4M4FzVrq2d\nbDeAI4HHhGNESapDDxvLVzrxFISgFfXfJUjlTKYwxGmCRmCWFCPHilSp+Rb6\nqgg/hmu2R0+a4gg28gGa2Gdsx2/JBbd/Ym7/ie+3e2WwdP5T4mPIrx8nrGNw\nmtaU\r\n=gVR7\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDUVyiccRyBxe9N76g6aR0Df/kmFJE0sBVBVJFDi+4z8gIhANs9Qnz2Qw4kAgqAxviTdhVwGM8cYj0H4g7g+5t75eui"}]}},"0.20.1":{"name":"@node-red/registry","version":"0.20.1","dependencies":{"@node-red/util":"0.20.1","semver":"5.6.0","uglify-js":"3.4.9","when":"3.7.8"},"dist":{"integrity":"sha512-odyC2+ITwAdsKA2KliogXL12+QyNHLqp2wohAcKiH5hb3P7XMDTZGev0yo1wj9iei4ZGFni4j30nk8VJx0PiDg==","shasum":"e0b1237494873a238ddd28a9fa276a2bb492284f","tarball":"https://registry.npmjs.org/@node-red/registry/-/registry-0.20.1.tgz","fileCount":11,"unpackedSize":77335,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJci42OCRA9TVsSAnZWagAAMkUQAJlgWDdSnaI8HO0aVvds\n7WPiVwoenQ58tPt3dY52KdwtULKzvertQijAxDjO0ru1BhtARe5lcl3Cb8jV\n9ukfOG6go4DrQUplVrkUylo0pOsHxBHo1DxNdt/0yAwv/7pMp+sd/lCc8pNh\njevwGuNcDXRnjl1bUzYobVXq9Nz7UmzW7zs/QfbjRY6EWeMazv6n2Ib6GbzQ\nIi/sy8ydK2KBgM21ZcDILiAu7Sw0qwldoI6TzYVJ6OO04CBJbJLOMnZXUyAx\n57xGvFxzw6OefA7BOFiHDMCDSBun6rOaVRpLFX3hGGlvSd8KzDB1OlqsvEv0\njSooKJ9Az7YWpFvR98yIm1ZZpXdRnN6HTEtTW2UvkvftJhlFJiZ2xedC68OD\nNl5jncqIYk3df1ZQ2wC4UoaQjaQvZ4tCPtA4LLXbuNJDDjY7QxUr+1HHXat5\nLKfMNte4VeiR33TPoLZCSLoXW9Bplfz2PpRiBrLaYe+hDg0SB+QEhSP0mjxF\nZHMbrxSofn6GaCPhV1PuDl5QGwlyzEN8OXagqfhtss9oSWatDOW6Ei6wQPd0\nIRpsJzfPcmmDxNtOwZzIi/2pR9Fc1JA2sSJ9kIBVFCeKe6rn49J2Q8v7bjLc\nuBc8aQbbcqvbtxiyJ9xi/yIG9SfSOR/qNBiGDyXV7Lr64D6iEi8GxgKlvi44\nl2nS\r\n=/DYd\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCjwH/eGfdWIgLy0qv8zv3sXCWxpkAncayIJGZ4+TY2PAIgQNLaKaSD7iw2jX2mCMYvXMPn56iWtgugN8Q29+/bnOU="}]}},"0.20.2":{"name":"@node-red/registry","version":"0.20.2","dependencies":{"@node-red/util":"0.20.2","semver":"5.6.0","uglify-js":"3.4.9","when":"3.7.8"},"dist":{"integrity":"sha512-kShpSWIH7rFjt9n5KabI4Y4SNi9xu461ZpiM6dUDF2Kk6XS65sjcRK5v7LBs4pLR9CnqhlIhjd9pN174xAli4Q==","shasum":"632f8bfac049d0c21672699d566dfe6f50bad30b","tarball":"https://registry.npmjs.org/@node-red/registry/-/registry-0.20.2.tgz","fileCount":11,"unpackedSize":77335,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJci/h/CRA9TVsSAnZWagAApS4QAIV2RRwpWs2tI36RXZM+\nRuFd7v9zjWmFrwH0E+DpU0D4UfnTCOTS8rnW/BunZQjoMDg8zs7xS6YIyYLT\nQVU3FQo7XoaTNpOHG+JvRVbOpuOH2V2uc9QnhnxmIDBXDViLDjnRv0vRiG0/\n4u85wEDhyaZJFWn5Dxs+l1BVHgTs6xqrCC+Gd+H0fvAMo9o9jVLf7yzZpwFz\nCqoJw4HodLvttLVopOdHxILc8gKJbPKid6jpa19x0hsh0QolQJHWWRbQxDUO\njX4Xf+nYOxVe7y1zVPAFcj569+HNZIWyREL/hJ8J9Ch3zgfEevwtVjvDqXdd\nK+zYCpvE9ympqvlLEC31ERJAxkuWGSeoH7gA3RMG3seZrfMzoxX1gaIF9VZm\nbLJObq99sjmRH4qxBPqIK6frxuO+PV/EYGMtdzzP3zobrxvJF5ksEpvouf4d\nXA8CKSQ0hBCEKS7YKSd4n3VFCfimovIA9Ad9P7lywQxW2Yb71f1FhjFrMchR\nbXlaRUg/48V1jjOLDk9yX1T/Og6Wr0lrmj2UlyYJRLn9lNIwO+VHCIjrti6F\nDfz20uZ3udIRA94GPit+I2kxuzHBld3QumEE+LgTQ/pc1dNAXdmWPwRD8v2v\ndvVm0FaE/w1utCNJF1R/1If9zQcURdy6x4N1oGnrYJqpD7iWCYCe0I7g5tJ+\nzRhN\r\n=id7r\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCldNmt+rseJb5gLqvlIhFb+ytSw+FT977Vzacpx6GLMAIhAJ60RvZiHch4JFkj3Skeame/plz4B4NsBYGUEHwRED5z"}]}},"0.20.3":{"name":"@node-red/registry","version":"0.20.3","dependencies":{"@node-red/util":"0.20.3","semver":"5.6.0","uglify-js":"3.4.9","when":"3.7.8"},"dist":{"integrity":"sha512-KiQ39lxNJEHz3tce0c/ipe1HsKtU49u4xte+cjCqne0GECwEeMWie+L+WYL1dK05LoURxm0TFFnNCWRHmqq+Gg==","shasum":"5b74242e593b3ccff82780d5e04856d70e5fa40d","tarball":"https://registry.npmjs.org/@node-red/registry/-/registry-0.20.3.tgz","fileCount":11,"unpackedSize":77335,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcklzYCRA9TVsSAnZWagAAoaoP/iI3gPoFl+tYudWyYgXu\nchQXHO0Y2zVvDo3L7tPMWQJWGbEpIZBtq9RSmDOhRo6eKOXhu0PKx9//T3qq\nJfwLr2kg/Q16vnS8LVDdfxgahMMlHyzKQ9pGayDqqm0T35f6d6ArWuTA6LlF\nMPyCAPjrQVl4y4tt5Jr/y3Rl9tGx+2BrOrwqLeUJD9GT6tRGqNx6Cp0DB2LI\n7aXezR332VlDGcDdn+wTtkmOyQo0T43uKjR1Pcuy+6j1PicnNPJofThXGXFW\n2JNMrOyP0Wx0A9aclLrt/ey1nQwnXXQEkXCtmoF/gzyeP2Q9MxGiEFqtN7pe\nClvU7ZM/uCOSY/eTAu3HYzGzN8lF6DYtSzcvnyLyLn3yy1SBgNNIAKe5gyBY\ne5XOkzCgnoq8OpYwRX2ZmWRY3oMZepprRQAED8Rs1pq3RScU1+NBojUsBKff\nKcgsUn2Ut+2CxfieQHpDTtcM+Bm0UWocMEHd3YZbntoXsVYQaLMbFED2qoi/\nA87DvFNPhNnPregdulblW1A1i2fDAPFRVL/5U1l2eTSVLAfHLqpMIDOauKJz\nuCxeKAbZjFF76kpPUD1NyAjSBFp/xAr8nxYQbiBtAJuESpBdxx3g3P+y1ZgP\nSpY83idWQXPVTeOPA4X6KC9ey+wQZBVRtfwaLawXayceOLSyMQMiAdcAejh1\nI8aj\r\n=CQTL\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBjFxONuKTqPxZu/n3Qo5fn4Scxpeq1FKCNE+74Ur9C2AiAIA1a6/G9cO3AzKT6VsjjPyDVAgIacFCLeDeSE1FBwTg=="}]}},"0.20.4":{"name":"@node-red/registry","version":"0.20.4","dependencies":{"@node-red/util":"0.20.4","semver":"6.0.0","uglify-js":"3.5.3","when":"3.7.8"},"dist":{"integrity":"sha512-l+BCe2fIEXEJNMEUDdU8XX6y9cPrdJdLW2jTAH4zPbSFtmUzid1CuVKcKAycAjLHapcSTIOOE2OIuugDIjEUEQ==","shasum":"e930291545b13e456df9ea227ef3cd56d8ff0e83","tarball":"https://registry.npmjs.org/@node-red/registry/-/registry-0.20.4.tgz","fileCount":11,"unpackedSize":77335,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcpx7kCRA9TVsSAnZWagAAm2gP/0CW0oosQn3fDaqdAL2l\ndQ1vjFqbJg8TH1xh37jYhs8+jcDzhoYTo6Migwo6pHM7C0icD9t45Oeuf0Pp\nIxsjVDD7ySu6CAVA3ngUUYOdZggLVtxCs5tDChWpwQfBCetjsJSWkdMgJxIW\nn7ZKlzOOlYPqzQR+pR5o3Nx8jz4kLa0HY0ayaA/e+T81NceB1qoT205iT/an\n7WP5W55yBS/3NIzC0r70zvMjZ13QrFlWFrLaQSJDcYj9unLHcxq6exofQyXP\nF4uOa7ueRcoS2aQ3XNRxqyyXujAnnVae/oY08BaVR/R5crWJ+1EqCWAS7wbt\ndBzIw6O+xRHOziw8SIWuc81k/lswhF8s9eNCaUPX2SnMjTbbY2CaI4umAIjG\nRzFLN6zgwnZXF0JNAEu9QQVjNYQkA98514ze6h/b1bLF2BZas9kiNYl057YS\naflbmlOIskfb/pk40kv7+iZbAWc7EpZMoCk4dqVVH7y2DTaFxhQgSRg5Uxy6\nnJUyhs1azGex4gwg8v7ZokbS4QW2k5RZ2h/+pxAK+wrBCw65Iapj72Y/3jZE\nt/opMuX9ECVC56GvLMBNPWw/SvlOv/YPzyTseNwf2gfFgozJN/fLEVlkV+X6\n/GywRjF/rVETaNrsmoUfH0Gsq8Hdc4V9KbvvSGvR5q6I2ROj9CDLhfcenW8Z\nP97E\r\n=LhCX\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFzJ3ohD9vXiTt2dhsJhlcprTVjyin6WVND6Nka53Bl2AiEAucyy0h6jbDL/SYuPtHVqGUbBoM4nYtxya1CU1uA1WIs="}]}},"0.20.5":{"name":"@node-red/registry","version":"0.20.5","dependencies":{"@node-red/util":"0.20.5","semver":"6.0.0","uglify-js":"3.5.3","when":"3.7.8"},"dist":{"integrity":"sha512-OlyO6MZWlQmEVTSewgPOrdKOnkwBKnUSNeJ9eg/0AZirL9PG2Q+7/8ViwW2qWvNqt5TqImmg3kmnOZ1zteaB4g==","shasum":"f155944879b018b7886a6cc8488f1137f493bc0b","tarball":"https://registry.npmjs.org/@node-red/registry/-/registry-0.20.5.tgz","fileCount":11,"unpackedSize":77335,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcp06zCRA9TVsSAnZWagAAxTcP/0XbQF/550SVuN3kk5lB\nhKBBD43U2QvJNikzQJEsDKcEMZeFygyrhAfcMdLMp3dWqGXJjmgrz9pO000/\nPfcE36pf0bP3SS1H2Gb0VWlHy6c8OR8Cx/h/hUvyrxWaVtE0oenC4bxF/OrO\n7/278v5ZRV9K3ypYRhUto9SgvoQBGXomXMWwUleXEFJhro7nXCuEGGv0uMWo\nYXMau6b5Y8M0+r4EWpDOFakQdWgw7YqmqhftaC05IIOQ5Lc2+cdlk6wZAhMo\njxMx1bzAGFzVtw8fHwig43LKfvQR0gOPiMeIoPfKLYFP3m/AH5m8r3Z0wJYs\n+djJPYhQW6A5VNJggyVkloHN2RWwfkbHP8IbzETHc7ZETpqJtmWyG8hMWvMh\nvfjGOtkJ/i/FRKVvAk6mf6kN0PU64nYCgo9/yWJiQpCv3rm/YH7zEVoBFkU1\npJ7kw8m1YvQyzX6V+5chs1gYB/PU7sX5xzeD/BMHaLokggx3KiB6b5LPlX6+\ncB495mVBunZpVT5jxFhnCrW95tbbqVQYivrt9WR9bDZtcsgv85mcA5tkxWFy\nXbqMv4ucEOk8KhsYpe0RWXZfH7KZVDPAsscWn7KFJ0dSKg3ZYVqrokxOYJyO\nuisrfydrvD/A+G+EZP5H+cf7O+2BDH4NWlnEKYcLGBseYOI/0QwAwReEjB2/\no/f5\r\n=+oI7\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC3lMeVKMOvgFXttHAO2cAA8Sx+hLcBhjsqZyHbumeX/QIhAPBoZlbtMYd9WzQPJrliz3D+NPKzNAGptzfvJ69onTlW"}]}},"1.0.0-beta.1":{"name":"@node-red/registry","version":"1.0.0-beta.1","dependencies":{"@node-red/util":"1.0.0-beta.1","semver":"6.0.0","uglify-js":"3.5.15","when":"3.7.8"},"dist":{"integrity":"sha512-ZbkS0jq4Q7c0yAUReeboanhxsOsz7xVvMvjfa8bBol2GRUg4wcLsyTb1JQTDteRfgeSwBFfwLG8LDUFpasTYoQ==","shasum":"bff314163d4c1e714dbcad4301e6f3ec1fc9a526","tarball":"https://registry.npmjs.org/@node-red/registry/-/registry-1.0.0-beta.1.tgz","fileCount":11,"unpackedSize":77296,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc58GiCRA9TVsSAnZWagAA9rYP/0QeY5N90m3k77EROIuj\nHJG5ekiH4a9kTCCMxxGTBbbTZwAIjlV/I/9UTgmMPBseXi8c7T4QCVwigzDZ\nrzb7uM3QHjVzeJR4yAMVrQ7tKV4eytAGG1WusZR+pArXGrmgjydqpzEIuZli\nkD16LnosWW5Xk3OEkbe+xMwJEf4QKTXArZgXXJNLq+MPFgsjqJFJpqHPAn1H\nFYtcKSGGI1LX3RVgZE/s/0yCYnDmHEpopPFPfVepK/gjCTploh3rOS836Zzf\nybXHctpsE0Yx8tAaUqq96f0Cu35NPiQjPOfq4k5DeZ9oGBkYoNdARiZEtGek\niA/B1PkQfy+Pds/Ls8jup7+MO9OdCSIC2QEfHzffLTNKoEBq+nxM0nrH3R/Y\nlwT6R5RjuPmGs+4+XZ5VkBys+/1L09Ul5TZBoTvr6j/rQBpp2fK9xEq+riUb\nU2gJumCJdrUcyaHrUWtSGxoMECJnfh3rHKg9q2y0jIbt+4wTDKBlNPS+FYFU\nFeVFnEhSQmbyvD5ryQlpRqdLvC4K7RR5i3nW1AFgZrJDZRYlu1U8aT2pKFnx\nzQXrrqXFj4E2M9R6eBnczxPtaWsIwNBwf+X2pCOG0n3Z3Ma3CawvWov9Gbyx\nF1XdQy3TBdvnhDwkT+omfAKfPqdZ3ss/4FeAWI2ghO9INIHBOj9tm9ANg9Mn\nBhQb\r\n=u9wL\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICldRkYRGPmtzrd5UMZYQIKrof6qEcZYAPxAzHnDarq4AiAJbYiggHdagB8Ro1VfaZZrffi6LoveEwzSQ8wMxmlaww=="}]}},"1.0.0-beta.2":{"name":"@node-red/registry","version":"1.0.0-beta.2","dependencies":{"@node-red/util":"1.0.0-beta.2","semver":"6.0.0","uglify-js":"3.5.15","when":"3.7.8"},"dist":{"integrity":"sha512-swQfceEFoqOsO7X8dr9B7fjF7eaZ/Bu2B8WMDqKly2Px5Y3J7trUaso3WokyOai7F1Y5XlAXfaPkajvTuZeTMg==","shasum":"7cce69c3d7cc05b04139c6bebfe650a7ebe066fb","tarball":"https://registry.npmjs.org/@node-red/registry/-/registry-1.0.0-beta.2.tgz","fileCount":11,"unpackedSize":77296,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc58nHCRA9TVsSAnZWagAAIIEP/AnDKdkAH6XK2ijhofCJ\n63E+hBYRmt6MbOmSmPYipmZsFH9HxlhB2z4fX3tWfV9VjFFfkXvYmU5aFlAY\nrUXQv6jAk5XDZoe6Yi7qrFudzWtYAnll1BYy2u04MA17ei0mwapGMry7F26K\nqD8FhQ2O8ga4FsV4AlvMxtQq+n3gJ5TcPny3owHSY82gu7fZFnlTvYRHksk4\nl56XpWWuLFkGvbwm48jrN0QS3jv3B1g6cqL+D/f0gbKrcMj8++tuXq1eJClQ\nM+mlUUeHCSjYiltkPh+DA3l0EepEODyPVNYDO3EIHYpra2+YT42rRhn3BDzp\nQyEO17LlUK5rnwzq+Uj5VCxRuiJyAL9bvkaVQidzhoQ+21AbTcSTZ7Si0Zp1\nQp2ZVwtj3Qn2sO2v7vqq/IxoI49la5gVCPKeqWdqNBLkv6NKEi6vKLVu6ogX\n9L4EJs2OBcAwOSo0bTvczYv7JV9alGcb0PqcPaowBzNT+I/pIIN/iMjBOIT9\nCEnS/u8Qn+X+cz1LjzeQxn/mebshPTAAybSN1TDjXecmb1y+kH5SvUfv/0hf\nSiOecp/NKy+gpFnwjjLMtE5OEav+iYXFhE2YW3OLzREqkCSncqDx2K+iEKJA\nTTyyPutFAqcswcqR6bunB0ITGbtXPppVtx8vigFT80362NmsRaQnFCV+yZ+i\n1XWH\r\n=4mnB\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCLaaxcbzX0T8/D2fnKUtjKuYIHSoM/8MYGZo22KO8wOQIgIM7r5KFXLd4/cwL2xkTYJji7vHOF3cJvXlr3TjJpyZI="}]}},"0.20.6":{"name":"@node-red/registry","version":"0.20.6","dependencies":{"@node-red/util":"0.20.6","semver":"6.1.1","uglify-js":"3.6.0","when":"3.7.8"},"dist":{"integrity":"sha512-8jMk6BksooxbWf7p1Otei6NZgv/e5zW4CG0R5RxeodFhR15bzvFY6GrYAS9IToVv11EZHo0e+y9NHOnBAwJwaw==","shasum":"10b069567d25162519bddfc533bc5eb0547a939d","tarball":"https://registry.npmjs.org/@node-red/registry/-/registry-0.20.6.tgz","fileCount":11,"unpackedSize":77335,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdDM20CRA9TVsSAnZWagAAWbUP/3uY9O3ZTrPG3EVvLlz1\naJ99rfKEYsQ3PxnF5kcKWlnXsMF/tPzi0j1Q4FdeNRsaNtdj6pa/fdbREypA\nB2XHkYTc5JTQa3WM/APsuplQgIQwwU8f1WSL4Mi+ZarUEr2u+kHrbIPwEeC0\nFwLbmBtuCf/mHxzGBYijRoawA8qbHaGy9Sqh1TsrpaeSPF6M2EDWBwc8JmZn\nBTCgHETw+hWA1g4uh1drzVYuNsxMkyN7iMgSYdG5k9fBBjhFqwlHNMMxpXFE\nKda63h7cspH1FUNMPO6o/8skL5ULiKnLXnKM6rtuQhJDqvW4bgwm4a7sunch\nV0MDceyggHND0dGNvWTqmZA9c4ntXz7ZKFLMEjszcZbDbkeOT/vygl79Umd+\nJRMDM/5dNRhGffTwcdH5q32g5nJ1QK+1vkr9DWEzK6vusPOEEYed4xeK8vZS\nm5eq5Gv3SqAmfllrJQxosAmx7Prfh/K0ZtbpMdHMn7b4bjm15X9Vpn7xBILN\nQNn76P+f6yxCynH7PEZTBkbwvf9RYsvo7fT5DpV58lRf0yQcPM2QSgcjK8fz\nppDwSFw857XnLimJJo/5tP1P9TbIVvaXmdkMMNtOrhGJerDKoBwhgIeKrPiS\nsTqY9JYEWErymjJCWO4XcQXW/ZH8EGIkyUJpDsCOTNL5y2yJvmDR1EsZqT67\nhdnD\r\n=9x7r\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAJ3fRJX9bU5UJAgH23Gy7IQUZbUDLnTXLPZ8Jj3GW/lAiBMl0IH+PhTpGD7e7fJhGia06LRgO6XBCO5Wr9EU2K2cQ=="}]}},"0.20.7":{"name":"@node-red/registry","version":"0.20.7","dependencies":{"@node-red/util":"0.20.7","semver":"6.2.0","uglify-js":"3.6.0","when":"3.7.8"},"dist":{"integrity":"sha512-TdZVO7DSe21FcF/97zJWVVVaZ7M/z1bbai2vNDIyJA4BFKRadUsCVCkRjgOfJTrmcrvwTqhLKI2yZ53Ovty4HQ==","shasum":"3f64286cea2bb6de57f0cdb2051b557f60369217","tarball":"https://registry.npmjs.org/@node-red/registry/-/registry-0.20.7.tgz","fileCount":11,"unpackedSize":77335,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdHyrRCRA9TVsSAnZWagAAVbYP/A67f9j7x3UDPzbI5QJe\npe+BRNPsnnCuX727hl0ZtN6lh0e8uklUr/tD0kJa0Eu63d3XtX6RKyZ0qCOy\nBarmrGKg2y3rMyYRvmOwCzjAtIfSzxkqFzm790HSfvsuq16nXdgr90soSBET\nuyKnn4ShLYX9m6DUWzEin4ilhKPaMEI9DTX0UZkUSibBg7tKwmN6DhqaMdeO\nj5897/XvgahWiTHGxVgdQSt45LUUIV8ALcbH7IzvX7vKTU4gijabhqUo3Ynw\n/ad/R93YCDWlqQPOYe9Zvel+kMNHmH0y/xMO1HsaaZExsJjrGp+zPG/9bi+m\n9V7dLsVGVKbsQX+3VHTDj7zw+yB9rtOtr6WUCZFpzFR0nb07cR/40rAPstRA\nH2uAD3gaBpPNXaXdcWB4uDbOqjw+un5xiUthXFUXtaRKuARajauv3f82nTFg\nSCqKw/vTsxXMdBWunPZK8NoNnnkgggt9LBl+JBC3LUnnFB7zUMgCCUZ/KYYh\niUe9jr5gF9LC560/Q5iUWAWJoCaWhcGF3n12UvjtAUL/lZszqEkBpqjk4PDD\naPBmEVdTQlAYHyUAzpi6c7suR3x9snlLWiTOko2eIXsIrapC9jgzImGPp+cO\nm2XXo2Woe1PR0vszR4uEuSJOk9TixeKNHAUr+Ropn4zVYEZR6gWJhwL2jZJl\nXDoq\r\n=2THf\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAdL1i8dBdhKjpKVdchodzX+4hYw7vrIjvwSDaqt1fT5AiEAvBIiCaiD3Uggpn+ZDRM9T5uwZ+jyd3QrgIvDFHu19sE="}]}},"1.0.0-beta.3":{"name":"@node-red/registry","version":"1.0.0-beta.3","dependencies":{"@node-red/util":"1.0.0-beta.3","semver":"6.3.0","uglify-js":"3.6.0","when":"3.7.8"},"dist":{"integrity":"sha512-Z1uUc5VSiy51iqyoFUS/HCi9E9O5tft1f0qXq5M1mSKqlRalHiHxcl3fITcXt4BJ75giqgtq3vdHO4gD3ehKug==","shasum":"77f517046db4d57abcc666f53ce9d50630d14b34","tarball":"https://registry.npmjs.org/@node-red/registry/-/registry-1.0.0-beta.3.tgz","fileCount":11,"unpackedSize":77954,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdXoZ/CRA9TVsSAnZWagAATVQQAKSEsqm7MVUDVH9acJDK\nXecoTaN+m765pdVJHu4jcBPvES4jpwZUJZrWn9rowNwCzWG0PIXxZIG/03ek\n0pvXxhGAlCiOIBdG7RxuPD/qXCH5iQrhwbHdkAgMjUDF1yfI9qHpyKaepe1R\naF8KJhqNk4VFAZ2C6CgAktbbyjXqI8Bfbjy2TLxm62iec+DCK0TESahYGX8S\ngVy/vZu52iVF/4/WjwYviACJnDgnmD4jSxuhiKiwhLTuG/ooniwL7v0WPhew\ncrv42LMoedfdFneiknhhndZuuHoXLcU4f/80yzx4Mowr/+LNYsuQyntzrMFE\nY4qzHrHhUed9VTnMyb1x2Yf3PH1gGC5IYdDY+91BwkN/sQ4eaHhxswB8bGiC\nD9X/PcErJQigRCM5awUl2jAFacmv7jMOOsXSsr0Zk8GVZ4+PNL8aaoFIbeJp\nw0cGU1Q+ynrUNBF3LBLQRkH9ggY02+AjSTYPxxaN6ZFk2gLWvSQkvoBdSwUD\nSJWNURRfqqHqAB59spD/tdFbguylrrskDGxj3tGTwUOtpJolJZJDMXBmoVDL\nM5JZ5O3B1wv6mfu8znW15Ks+A3I0Z2mgionjvXiSPprFEA6Wxj3VgYg/M9XA\nrZ1VxGomVmbZs4Ql2d7QpREEx7d5KILc4JOhPkaPMe8p6r8uVwK52X74RC5r\nNsoY\r\n=Tj9z\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIG9jt50KidoZ6FJwX/pGewaycmFTo3zAMRZf76A44v08AiEA01sjF0UGu1jDsZtcna58dI76WHPJhat/bT+dPuGoYBg="}]}},"0.20.8":{"name":"@node-red/registry","version":"0.20.8","dependencies":{"@node-red/util":"0.20.8","semver":"6.2.0","uglify-js":"3.6.0","when":"3.7.8"},"dist":{"integrity":"sha512-3B5wYJOAWNLa3qhzdFZYqHa8X2+U4mdno6f0GQ2vzaNMdcxM9VvkpXLvmnThcQJsYqbxAiwuaUZUL1mX0KePsA==","shasum":"c75314c60fef24650d6acf4c74eeeaec7c3fab72","tarball":"https://registry.npmjs.org/@node-red/registry/-/registry-0.20.8.tgz","fileCount":11,"unpackedSize":77335,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdcifVCRA9TVsSAnZWagAAkt8P/iCehk+oxpBKQ7XfZ+xO\nc8Mzbof77pwbrpCFgyoGNH4uqILutuIxlRyTFfrGLuBoxya42kzQAklYM4qk\n4P7b4zW7FSnOQYVWW2a6heZeczhr0Rh7Ck71KoOCTAC3vxO0Aazigzcw8L5P\ndD454Ij17hw2HAEnj6fb4lM/FncEfMR9dARAk2RLAg6JYsDmCrYqJwI9D9c8\ncFIYtSMSgzSd5s8A3uWNU2jynlgxmra5uVe4AQ97p0efvIXqI7j4ierQSUXq\nGrlf5EhvzXKjH3J/aEKWZNfRnllfP7jPCUfA9eRjZJt1NzRckq+tmHMMd/FW\nyISbkZanmbUw7+Xq+tSE9fXra3aHXJtIFZpYFS6QCqYm1kUxAsmiApCw8MEb\nFuXwgkTUu7G2RiSNP/iHmnGpNhAXdUpU0jdtWbJnPkz+t6O+xMJd4LTIif2O\n8u80RDcm2Y8eC9/fbSQYXfqe8q0gNl+r6BTjBYI4Iiy5Nu4R+/63gR/tUt4O\nWJTK28DJNEL+0J0xaxPS9+3l3cXClRERnSSz0vnNAW+Po/XXB47TWGpzGfzK\n4O1M+LGmdo2bNqmmy5EDa4E2qoRDTc0+6hH9C4HdhJeA88NdXk5QHBkVnyjm\npsoTh3BfpGNbkHBtY7CoEfvtdtwwH9Qa7QUvvs3nBajvjOmLHCo4iwILW8BV\nGbYC\r\n=9fk7\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHVCpIwUSPVLXnwpVcNosKEncgAi3k+mh8I0phpm2Pl/AiEAwPwoCZ/6Hp7fwsMAUJU6pWgAciDyLJ5tAsduGaVjeIU="}]}},"1.0.0-beta.4":{"name":"@node-red/registry","version":"1.0.0-beta.4","dependencies":{"@node-red/util":"1.0.0-beta.4","semver":"6.3.0","uglify-js":"3.6.0","when":"3.7.8"},"dist":{"integrity":"sha512-iDjzct7ZpBIy/xfTAnMEKqNy7FvMtt6HY3abcAAlWZC/DYXh8oy1UbPLFRhDomSE65l83ThCPtXbmn6z8TKCPQ==","shasum":"7ae5a8567883e5478d2fb24e7806537a16af2840","tarball":"https://registry.npmjs.org/@node-red/registry/-/registry-1.0.0-beta.4.tgz","fileCount":11,"unpackedSize":77954,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdf53mCRA9TVsSAnZWagAA7UAP/378U86io5CDIa+4zpTy\nS5aJjcCeBzTPlHkXh9X3v2EH/pminvfCSDreTgcOYecZM4fcCtkLlP04lXed\nqIAROH0SKhdze28sDvUz0mziCox145wHZRUaJI2kWoSK8VoX0YzHX3iUUlcp\nKaVvlVOintjiiytWSjCi3WP/27u721N/ESqUyGWzf3nRUynGs5F2szkyeeLC\noY+pCLtADWhrYF0ztkh14ob2s0jOqjkc1XiO/ZpyHHQ3hmv13m5K9tv8vQ1J\nn7o9Z8KQkokx3jw3y5YlTZX5oYTKFvOM78N/6Pj24+nA0ZSvxoF2vOYCi7LM\nS22GGlcWbAynAwlo8+/+8yno86Da3EuwQMekQlabVJUv72kPPFqCEQkKa8QM\nNPIADsos6EPw6WFUF+4mSAQOxptRIUvDpSsrHRNTI8TDDsE5ZGeNcDKVRVuK\nohync1DnLxYcpx9iVoIfPj/JuxVRRzHtDRmpjbiO2nqJwIUQczOydN5kTsB/\n7igrE+vYjtD9a+krfd+kB6esn4PzuCJH+l+IbnmKmwXHwoI9Np+9ap2mHolf\ngQmpnbco44gsxgzXplIUQIJoPsJKhLIv0zCYqUyGYz0cR1WkmNMZWVpQvgq0\nft5Y54Aj58YD1QOArYE9mqBfz178g0V4ZU709+26h+CiHIoBwAbIkVq2djsS\nRK2m\r\n=s0Kg\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBjmYgVhTXtzLPRd5mpuQoGz0i5CNrgc/xqKL4xujLjnAiEAl7xRucRsUI0rRhyE8F2EJv3vLCjG1oRWAsnm3Gas8RA="}]}},"1.0.0":{"name":"@node-red/registry","version":"1.0.0","dependencies":{"@node-red/util":"1.0.0","semver":"6.3.0","uglify-js":"3.6.0","when":"3.7.8"},"dist":{"integrity":"sha512-/zHmpcalmnTup6WRmm0e8s1Q0DE+kCZaj1hU7iWkXBsmw5g84W5W7Qgz0rOUUGiZTDdOR3HBWCwXuOFPJu3ZAQ==","shasum":"fbceac9ee237337f5247d6dad85766769e3abc76","tarball":"https://registry.npmjs.org/@node-red/registry/-/registry-1.0.0.tgz","fileCount":11,"unpackedSize":77940,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdkfmICRA9TVsSAnZWagAAMFcQAIbqbhOx4eqe/6UBXMJb\nvn2h+hpW+AaFKXuCt9Z9yzlnA4uk6vaxeRwz6OyCod783oFExxg87KYmamjV\nAQvDcfZAX6oEAHoZjGyoRzrbUNxppcF+8ouEgsb6M4wfKWtdpr9ySjANEUe4\nNGK9MZbI+DDZIGZFAF6r9BTrgUxFlmVoixWqm1nsZb+KV86CzVrBlKYiGukn\n1b5z9VstBgoAatBvBUwJh1SMboyFz36626qk0VAMLQNchSxDxIsAo8aXC2mG\ng5il7tkV5OIQpESZTekBNBtMXp+qgpWaTFLtOg91deH1F78wRaNfkgBB5oqR\nJkNW4A8SuG420jvppeGtjoHCJ1Zx8xCVG4upwTx3Q5YOTYiEF+SVhO/xSIdM\nYOYqrAZN9Ht7JByWnlx5F0QvZRyEOHCD2577+9B4l5EhDZksdhHxFE1trW57\nlRBVgbfd6zw+xhS1FqXFc67lcaMrxewxKfzxijlifbApDX5w+aFJ4Df14jI3\n/+Jg9oD9lp/ehqB6Ejk990PuvfCed8MKQid05GfvDmtsMAJ2BG1OpCOVNWcg\n87qpQ3Ii27RbsSwsU8aIaKGgqHHJ10GrYvor0p0p1O0sL+c1LlkvD9UDAfBf\ncCczaNUzg0uJwY7Yxhd/4IrEvfrHG4oWLCDtoXQGMyjK5b9aM6vl5omttSiI\n5QfN\r\n=tz3E\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC4ccyiImztnkwXudW1Z9giAhu9f/SPVNCgC3j1QKFePwIhALNEBVEaDUKHSitXDFKAvcIbB2sH7l2aLaw0ytHcSiDt"}]}},"1.0.1":{"name":"@node-red/registry","version":"1.0.1","dependencies":{"@node-red/util":"1.0.1","semver":"6.3.0","uglify-js":"3.6.0","when":"3.7.8"},"dist":{"integrity":"sha512-vkVhfnfRdsvUoXSifp+s8FH/OuhTBJonm/sOGzSAX9DV+IAxB3iueGVs+obPLi+qaFmTlhg9TCzeU0eJTmVAzg==","shasum":"900ba037f8b8e3e8fa4ad7e738e2907c5db2e6c6","tarball":"https://registry.npmjs.org/@node-red/registry/-/registry-1.0.1.tgz","fileCount":11,"unpackedSize":77940,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdlx9QCRA9TVsSAnZWagAAdD8P/RsKb17kHutXfrzsA/E5\nR92sLuc8KGwYA+JTovFE8UW+ExCHp1EYnv9QPtXRaNjzB1cIGdG0lD/GCsw/\nMA1rua8lZLb2oOxoBMHCPR0oD8VlDL1Ncfk2cH0nWokzB5SRDEcO9s50UHC+\npIL9gUr0BILoevngmF+Pou4dEHiy7+lxa7pEChFhH3Xv2Gq/fl9nSD6cUDYE\nPdc+92ZpePCuXi2o7ml+ErBr2doOK2FfCOuGglsG65RJEZFrJEIU91r1XidM\njMQsICtCwKIAUpRh3RC+VeEwty9Yk9oEi9UPgHsAUgFx6JMfk0RKGkQCCpBh\nv7ix43Tz0+lhTkLt+JuxwIDgtI3zBhhTHo0RtT+uO43zBfj/IKusCtaH3KyJ\nzMHDRGLc1XO91Af+Y8nJO7iNRT1hBE0rzeWMYbggZIEdkRTcCNihkVwBBpnn\nVUI3XUrakSn+z2Az2uf+VfFh5aWFDIN1Uin1RSEJ77HdGCG17U+iJDd1ytov\n1ubGO6fDJuTqIk1yGwWTONg3R0Z7RKT98A6Q/bJt/M72gjXV91mbJqhf7zx8\n4Eha0qIBkczDQLLd49y27+lc7G4QD2pAFd+5zA6kGmRr31LrkzJhqvzykxMv\n8VV+IQmf/k1SQq1m22H9u5DGOciWX6F1xfpr+vX+sc/TENkbcyQ7aMbOCVFy\np1gn\r\n=3m5G\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICMN6crimhDBKQDRzuFVq6ubmZVB/Yisyk3N4lFMdUKFAiEAyjGe14BqTGrH7c47DuXSYSR2Upke3x8rE4ayuQaVKaA="}]}},"1.0.2":{"name":"@node-red/registry","version":"1.0.2","dependencies":{"@node-red/util":"1.0.2","semver":"6.3.0","uglify-js":"3.6.0","when":"3.7.8"},"dist":{"integrity":"sha512-i6TZvVriini0732IN2DVMofkG8RmiaLKpkHaP1aRceHvweDQB4yorcQsPDxqU+uiJo3lQlc1oB5j13X3mdq8DQ==","shasum":"8584ae3207748a92acdabdacff797276c66ed8ee","tarball":"https://registry.npmjs.org/@node-red/registry/-/registry-1.0.2.tgz","fileCount":11,"unpackedSize":77940,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdpILjCRA9TVsSAnZWagAALZEP/jLxCC6uFp5m5aroapbP\nGTbGfdvD6Ex6ICo98c9vBg+izyzJk5KhCWD2SJLeAw2xmhzbQCJymCiufMvf\n1sB3fX7sfSljVqDLXKeZiW3fIEGa/OObvSWdqVL3OHpshnjNE94URS48YN3A\ngWiBzYuvt9yjld1o0y28n7USIG3EG3xBY33cp55Pcb1EB4XGSLlL4T/BOii+\nz1bAgx96JMfQWeWZIv6QyTLxQVe02dvxUp3Skh0L6CF3693aosBSVuFIIeHz\nN4S1UfjamX6nTEgJ0uPYlH3U9YbUIk/bqai4qIwRgieHh4gv6TbJNJdfbHoG\njhCSblqNbxUKPY6W4ofzGvYV3fVhYBfY+Teuk/WFjO8IvLJvcfoz8h3P/o/u\ntNicSb9ohWEL09QBpzL8gbZ93PDzh1C4a0nqj9aHHYySUA3br5wln3mgTZT6\nCgRjvMtaQQO2tiRahwTxspcrD/7LoPBia+ZAF7CdcMk6y8aP5imgKZcg9d34\n9Tf/Epcbn16PgbS1qw7xhCFDR2bZ70qPv8m3R62ZZU1hzweBGScqgP54lkeV\nDRf7q1hj1fYr1uebQySXh5yPsO3R4ZZ4Hse8RwO1V2s2skN/iYU9v7Gr9Y+J\nXJkVAUy9PLSYAPCRBgoQ03gEGd7oL7y9EZx4w9of+7f9EBXUH4hhhawZve2X\n5Lyh\r\n=mU09\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDpG+LWDF1yX7KwRT4c5MLfnqfo9hTD/OBtBJFy1XjIsQIgO2+XC5NtwP9uIcpRbc2T6B/OA6EuEyFUNLAy0h8T7T8="}]}},"1.0.3":{"name":"@node-red/registry","version":"1.0.3","dependencies":{"@node-red/util":"1.0.3","semver":"6.3.0","uglify-js":"3.6.9","when":"3.7.8"},"dist":{"integrity":"sha512-zSlW8lnS6Bgez8Sbr+1XPVI4NG0LuQj+IQ2Ra0WU805nDNjwzcfLPOx2fjSXeKIgGjT3pU/K63oeNuzkcMfnEg==","shasum":"1a0873126661677a041fa8f54dc6276089354cb3","tarball":"https://registry.npmjs.org/@node-red/registry/-/registry-1.0.3.tgz","fileCount":11,"unpackedSize":77940,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd1vBPCRA9TVsSAnZWagAAeQwP/jytVD0ZhS9XurBh4dxa\nVmV5Ghga6X2g1XX0ZsjNOimz+3NX7Pl99HcWfB8L7hKJoClYkKU3Wjo7FQrc\nZbrQh2MaaWlia4uuam4OwKuqnTZVAoDzU1UcYeMbsdPlwdHADejmntnu/aaX\niYJUAvGCs3a8/xKjQ83tiEyfQNs7zAHWNAIZK43Oc+LzXo/o6uWqzFJvd1bB\n1eBD2ie9Ay/6rqyXScS0xslVrEpv5C33z+5lTBXEcmhQgEWIWxPDHeJEGFqe\nl6RPk4L812stGlZGuIDkKUf8Mqox+wc5KXJck2OaqJVFuqqrIYUFMrfy+0FS\nZC8tujVmre7VSuvEJHUjbXK0zKNLppmN/l3uyt5aegWr3dluKoEm3osc+RuT\nKcuSYRM/9xGqDJU5brzvfqZ5ALxMmbGwmjguyxzDxioe3dPAgCi1zyIO4XHr\nPi6nHhE+t95GOX81eAbsNEeqb6y/aO361uVCq0hIFPIgNYkD8JjzNH+zb2zm\nm9Sz1dkMNDwPt6vcZy5bMYwgpHS+TftrRM0jyqs0aTzYow1eMw2dnIOlUQnB\n4LVlsZZsPn/aH/ag1z31nWss/pYwXBvYOWZX/QgPpOlWLsu7DujkaNIgiltB\nkgTFZUdnkuQ1u7lcwFQFqOBeO1WQ0dZrUo77oEzSucajmobFgi/4I6pxtnbT\nCfh7\r\n=bmEv\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCvIFGM/xVQ8SNDh1apl+IJUzMXNJVkoHTLlS8vi7zdWwIgHe9h1uW5vaaNAqEx0vYo8///4Lh9aXq9unbnrGIvxIQ="}]}},"1.0.4":{"name":"@node-red/registry","version":"1.0.4","dependencies":{"@node-red/util":"1.0.4","semver":"6.3.0","uglify-js":"3.8.0","when":"3.7.8"},"dist":{"integrity":"sha512-vPKxglgpm1ZDxQd7385iYmZZ6VRZ+1v69fllGZDkhOZi5CVL/GwZ/G93fWyuO8g51fWHOu2qjGgaf7IfJ0iHhA==","shasum":"781e782797525ec1c9626d321d52a905b57fbe8d","tarball":"https://registry.npmjs.org/@node-red/registry/-/registry-1.0.4.tgz","fileCount":11,"unpackedSize":77940,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeV9sJCRA9TVsSAnZWagAAJlEP/1DMju7/NQs1C5BHuD+i\nESvrbSC+ASXMlscROZ+9ZLJuwSGLZlOdSqERmw6Pypj5axn7Xq+kAP+RyNVJ\nkrLO577GXcGo2nCzpr/L+HUtdFCPZNdRRAES31h/Csa4yCmq8Y8aALI3+9pp\n6imh4VEOGY2vAODzSSRNYTzZtyRTf9hyrsW+j/ghRmPXFRXuALzYGZA34GJ3\nZSbu5BRUmNXLIGbc6bvGAdEdzaL5Pfl9JB2wBAAaAzkWN3IKSquepau/sHfe\nVgZsgPqjDpNA/llNA7ad01C4j99CQcauVkfYUG4ftWzhYkCNuUsNwXBT6TT5\ni9RNWiN5x+HD3hlukA+TIb6MWWbo+VEKnk5ql5b3JRy1jx/aeSjVvUFTl93g\nszJzmd64JYFHsF+QeUtUx51pm7R8E1e9n/m442fq5BHtDMTLkWFALPJrg3uC\nKd0nr23NxD9mvGtgmm8caQuOF9VYW42ArR0Posmf0jXCxLla+4iSf5xSXsD8\n89fdLH2QjaLsTuI/op9eDaOdkXQTpCV2OgFom2RIu2XzQoeVydIzvObNHTLX\nAmwzZ5LzO3gv/z71D76BmTiulLF+vDLOZh0o+JhZ8ofFZLTn2jm7a+4QeH5f\nbg1/5vFpGyStM5QPm6i20iie23TW+hrGMnNqist0eTglU6jyWjrl6BCb/QxJ\nrlJh\r\n=J9YA\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDhO9Ud4Bo1mRhhmn3T4iROMvx7PqTrypRdSzaQM95E7AIgZNxvHsEoBQ7OPXCKjVZhpaR5VL/FPxmpaXI0xxtI7ec="}]}},"1.0.5":{"name":"@node-red/registry","version":"1.0.5","dependencies":{"@node-red/util":"1.0.5","semver":"6.3.0","uglify-js":"3.8.1","when":"3.7.8"},"dist":{"integrity":"sha512-UJEJp3oBVfkoy0ajQeU531GS5RRph5Gg2eDrTICYTASAwR/VuuoSBziRVSwxIYBOTqBiNc1Uc3cCzp7JSvt0rw==","shasum":"507518514b77605d8f10c60fcc8c1d44b663ebf6","tarball":"https://registry.npmjs.org/@node-red/registry/-/registry-1.0.5.tgz","fileCount":11,"unpackedSize":77940,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJejyE2CRA9TVsSAnZWagAAQ6YP/2FyOgWzQAd2ACfr5Bhc\nWrpypw6hf2qzOly4AjovRbeluOezYllCFzSd5FXKBKeNo8yLEOXZ9b9g0Sqw\nU/Javv2vy+NYszUULssJlM17yDPo854WiPuq9HlwEDs2ybK+wNx6l9eSazXJ\nS0dwlvzHIJsdHPF6sxcVUuANC9j4UpcnHLPsuLVKg1CK7s6fPblXD6VfYknK\ntBmKmQD8+vA3j8SDaUf38R9BKlXIEvH2ZV4duNTMSjCQsdtQOxlzP172HWm1\nEGY8qvXsMsbpWHRNLSoq/IcE1pkdOfDVYdQC3/LICvSLFgNCAyG1XzUIjCcX\nObEwjKd1Hk3sEm5/1ogqtmSJsT8zMVZ6pOmhbQ/QDq+U8/sOjYsAmNLfQHKI\nXpsVZSFnuIJExdA173ftHzSmDtgo96Nr0sMbdfD+acAdhh+k5rSZWf/nDSwE\nf9Ci74P5CRe69MFVQl/NOOqbCFacmKt8jkPFRcFqj0ZmjrozmROm7XqpdciB\nllwfJ6cd8+hGMiw2bDgoFwf3TlBEaTTfuGjvg/EFx8qn8OSKGpSuMvAw+LbG\n4UlMTVfD1/yDqLM87Vq5JjWj+ydynyQYMlXR1dWiwX+5dV7s0pVNn8Ir3f+W\nzdo/D3sGmqsPWbfgIkdbB06TbNnEtv12rm2QBQATXbaYmohzDHleQJu8JqZv\nkeFV\r\n=BcTq\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHALZAfG9P4sdXgyatPaq0wINIW18QqMEVQvTGmvSC3pAiEAzBmL4RkRrUkKGXNehmCzVksjhKqbRWElo0MRKpK+C74="}]}},"1.0.6":{"name":"@node-red/registry","version":"1.0.6","dependencies":{"@node-red/util":"1.0.6","semver":"6.3.0","uglify-js":"3.8.1","when":"3.7.8"},"dist":{"integrity":"sha512-jDNfcNyphjpywHmXfNuZhM593ox9qHMYmL6ZQQiyERwiJwSkGp2zzNicNBe10ysk5ENr36xdP46BryWu/j9xIA==","shasum":"3fbff05d0e9a5ed6da05c0d2c77b7c28a1c329d6","tarball":"https://registry.npmjs.org/@node-red/registry/-/registry-1.0.6.tgz","fileCount":11,"unpackedSize":77940,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeouLhCRA9TVsSAnZWagAAeikQAI70XwvgvpQKYUeP2Nj7\nZI5l+7EYbZ5Fvsl830dPOThgcgrZJMF9lfQ7FEN5VpV8jy7VcBUvwbDtz/5H\npdLI/lboY1eOENRLhPd6UYkFdstztCWKCIbz6TyWYP3RslvZoQY7PWKhGmXE\na7xIKTat9cjpq6Ft6AMi4u23txzX9YdjVHllB4IjLv8C4uOodGttG8pu/a1Z\nexasx+JDlx8qznEouXYoNPLUbloIJJH9Ldty2cijwYYkq7b577GF8jFtXkch\n//bVc4T7q8scIF1tOP0RI39+ZXWObwTcENCuHEMTXDS5bT3goeQBJJ1pL9Y7\nUn3tBort4sK37WNqC7sgNISXi29yEee6vX8fa5KjyeS5PSWi4FXB8Hfva29S\na8WKqd+ENbT94oiDSpOxt4QBf7v+f8fHKQGCE3GuV4mdpY1yCJXquoo8yC3y\nm2lG8TOxwKdE/uM9CY18daCBtIVa5o+LOm5z4Es1btBq3PiQdDumvqSf8j89\nfAZ6shRyWU04GzXTuqn5AClqWJIfQLEsA5DswEhhEwNJvN0StnXzAvDazywY\nHhlR+K7vI7X7afdFXFtZdWnoE3SNHsEfI+yWmcCZYSBqJomO+lcyHuHYhoqD\n2Z7iW4fWlpxVVVEwOzsgaKJCyv47bMHLgfd1MZ8b9Ml462yd4XtDp52I+lh7\nXOLf\r\n=B/dk\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAW9+V7ZwBt18x8e9HXdWk18eR4Bb+OllyOKJsJLGhWKAiBVrVwLbyXEtYEFyrEl5x8AX+/z5E3jGFEj9FNzMDwDPQ=="}]}},"1.1.0-beta.1":{"name":"@node-red/registry","version":"1.1.0-beta.1","dependencies":{"@node-red/util":"1.1.0-beta.1","semver":"6.3.0","uglify-js":"3.9.4","when":"3.7.8"},"dist":{"integrity":"sha512-gDuvstDEkYzKQQtUDrKwIXYFk9RkchhhMopaB74eZSBcs/A64oNwFkGOxLCmyl3c96LWZ2ktCztYrzYHuYyJow==","shasum":"3bcbeaebe64c3b82a0098dd36347f3ad6b737764","tarball":"https://registry.npmjs.org/@node-red/registry/-/registry-1.1.0-beta.1.tgz","fileCount":11,"unpackedSize":79063,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe2M1ECRA9TVsSAnZWagAA6YYP/R3S2OPw0lIpCXqaFxJR\nY+WnUOUN+o3dMt3kViPNGJwsCowDMZ67BXKHb9u5osV+4CUTg1+tckstgRQq\nUWSDE6uierbVuQoZVRaJcTozM7uN2PbRDmvzg6wlMdSCrmI1ZgneIo8djHeb\n8T6Mz67q27T7N1t1eyCRpod/4RL+Ihwvos97AKzGfwDvkrl6PqrX7fqT/yzw\nUAO0DyvQS0nfHAR6pNtTN6wKPf/7+B30w+VHbvR5i110+TK9CiNZzK0FOT8Z\ntQAyXkGS3vaFQEonULWHyM4MqovyLVKKN1RRiZncvMihtT1ewLoDDEZGhJ64\nFUmX7AamOnuTOKt47vPPt7q0dXsjppx0L12FXO2ZKVk8VyEYN/WbsdSo+dOD\nlgiS/ZsRsdP6GxleOcRXgKIHPtrY2HyvmtTVtDwXwo8gHHD+GxlLYBr9teCo\nSVbfjWPoq4ipnqhVNL6d24/Qw/VJ9siJnptFJZuI5LG1DYSrHBgUca6KlASd\nXyuz89+FiqDhsSxTJ2mlS55J7e14+Zw5H404iQr/vPdVtL2ecBXoDxyCY+PC\nw/pImnvnJM8AaEcdERswvzcddMx7P3DAQ/TPqNf6oYc8Shl7vmNeeSdVrk73\n66wnhAlFgCn1pSr74zjt37LTujxmhom1p6YkllMiUT0WC8vgk/JUlSLlbn9P\n3Sr1\r\n=4m7R\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDPGe3p6aI/2XPNLPhxwFtzm1oADUN6+ClP/Kbt8+reNAIhAPnrFaJjpraglOvUz2UdRop5/61sBmlzL1sxO9V+J5Ox"}]}},"1.1.0-beta.2":{"name":"@node-red/registry","version":"1.1.0-beta.2","dependencies":{"@node-red/util":"1.1.0-beta.2","semver":"6.3.0","uglify-js":"3.9.4","when":"3.7.8"},"dist":{"integrity":"sha512-sHFt6ocqk4191ao+P9Ylzug4KhKptFLCeJh5c7QtpibAwsa5siO/q82CGCwF4txFzVwaN4Lml68wjad4UUz5+w==","shasum":"e487ccc390e7a885cd9585e2323f0ff1db36181b","tarball":"https://registry.npmjs.org/@node-red/registry/-/registry-1.1.0-beta.2.tgz","fileCount":11,"unpackedSize":79063,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe6NcZCRA9TVsSAnZWagAA8RIP/272R4iutbbPZEkuguUg\nqty5rlhl1nyL+c95Gv5GZ4QDtgHcibmiGmXQ8XH80GDOjrDb0soZDDV6e92I\nEu3ZE28iLhfIKoFagQoe/BCus2R8LMPsPjwIZQvqoaRurm7iYE/8bjVhhXw8\nYuRHEsNVR1sR0QgN8wc0uAV0vQLRnBcdYFE93vfrx5nsnlkRmHtoHh9Ym5Lt\ncsDSTunm/iuOpOMFBo0UYXAzVYLDNNh5Ef3S0CKW3NaTjOwwW06ZnCxbseAv\nrhbTZN3XyLlXS9JM5Yoz0GewfyntEHOKpBYxOXwWYccR+2Sf2bcEglwoh8F/\nOdp2DfidUMV5Q4ZQs0AWM764g9IkN9ARKedRUJd9qk5KQ7vSka99//LUa1bH\nS6jgRUt2aTJV7XpM11+EiLkDVmFH8IJTfaLKbYafDryg1TuEQuFt6eaN4BtJ\njyRYXQUFZcVcQWoGhd8cW8862jz/w+qkaCXlxmFxT9qHlzy1ooR/KpNxSkMx\noR1b/5Kx6c5j7Bxrkt8N6qQp1ZNGdUv9MNmvvqrDpPEq/L/mOhOfCalwhSMQ\nKulz2pvlVE7QrByEcChYD/6L0ZtWJixzMiCnyGMjbRAEwucpEXuPgY1R1TUK\n3VC6y0fvpEd/aLrgey4eIAIg+IGIQvyYs8VsFu0NPNn3RFtki5jDjOqOWyjU\nqaRA\r\n=KZI5\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGXst2bqAObOHXhXxfKgkLmdlsxXaji37aYVwO6vAcp+AiEAqf+LKhlIzvNuqAZFbI3bCDbID3IowQjwjG8/Hf8l6HQ="}]}},"1.1.0-beta.3":{"name":"@node-red/registry","version":"1.1.0-beta.3","dependencies":{"@node-red/util":"1.1.0-beta.3","semver":"6.3.0","uglify-js":"3.9.4","when":"3.7.8"},"dist":{"integrity":"sha512-HffeABApZ+nJH7Y6QpjDbB3Z19TCuLWlaqQD09UVGn15MfENdNrPk3kI23wEikSJ+/BBCJ6Kxetpc0c/vMn/6g==","shasum":"fb79afef5363de70db0a742be232fbee4892eaed","tarball":"https://registry.npmjs.org/@node-red/registry/-/registry-1.1.0-beta.3.tgz","fileCount":11,"unpackedSize":79063,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe6ei+CRA9TVsSAnZWagAA/3IQAJLD2PzlDWwkPiZr7sjw\nEccN/9prs83jBEf7YIKeXF69r8xS89EQp0OV6JXibDIPXQTaUEL3+3IRuTrK\nZ399j3LCQSHipwY4Haj+X2b6WmLWaCxAPp8XFgV7q8erFcDs+kFD4eg+Uz4P\nTPeLJXTbFXXrBU55fGHPWsG/sX36P5jfT7E1dWypvmvLJ8cdHZ2cNUomXURL\n++7LODgEmlBlk5iMqa8jnLbR4KA9HSRzXUQ77091E6K8T1S2sFJV2mecTuXT\nqHlp3qHQgJPEvVVQ3fqXRAr/561IkSDIIcFe6f9Xud6qQOpIFj+D/UznOqtD\nM75cvaJOBmNJEZuAUFY1pgx+11nFpBl00DNxsal/pZQKWhJugybi5fS46A8l\nE9Bm2fc3YOBDsF9gSRwrVVsTQyYY5AplvZM8FoEmhUuiywROoBnnRvE7H5+v\nRmjV78JTyDPeObYmPt60TOBTnoZuRwmb1uvefwxM6Q1QSKvBk0hdZfcaAxjQ\n+sWEwSO26S+5FDp58iXYQmQP/ZZ7Ywshjq5hIzKYGEm+j3t15racdtepDUpL\nUUgQ3bBQZFYCIm2MNsr1Y0hnu07/kuxHgwLkggiRyR6Pru8Vuvgc8FdCwFd2\n3SPlFTiBBttKec4YOxIs9hbactQPXfuk6Ce1rXVSWLgMCISNDjBBB8IX9Xa3\nClls\r\n=feRz\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCcTaUrTluayCZSzKJyUGetby22uoeq3Pb07fTIelPkogIhAMOPCj/Al48vhUjNNJUoYBnwn42xAt3KtVizjiQiRt00"}]}},"1.1.0":{"name":"@node-red/registry","version":"1.1.0","dependencies":{"@node-red/util":"1.1.0","semver":"6.3.0","uglify-js":"3.9.4","when":"3.7.8"},"dist":{"integrity":"sha512-VFzK16QkHNvs8vKP4lGhma3J3Im13VreakW3aPlbt7QOq885ZieNdCfbxlzODqf35uOPHyDlPLThaC1nRn8k6Q==","shasum":"bf03622878f9956f2ab90c71db51d084851c4800","tarball":"https://registry.npmjs.org/@node-red/registry/-/registry-1.1.0.tgz","fileCount":11,"unpackedSize":79049,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe+490CRA9TVsSAnZWagAAO+QP/iT+Ak1CMeVIk9cmnU0o\nUTME7n+1UKHc7rcJbqHb+hC+He4UzhL3Wcxkp+49fyCPdu/angIQxkWszjy1\n80yI14o6dd8PeyDZpqlWPgIXng/miDrbi+kfbOxOtdazbCQQfWY/rMk6Qr2N\nBzZUJg/dzBfzvcTEXdLNv/frVVSYulkDG9E0ev9x31v3TKE6LO536BHp0WWj\nZycavHKQNMnvh4tjJZZ1hlsdkIiKTQ/pMKbAxskEnNRdaZlbJHCgLVvxr/4s\nsHyhUfa3dpElFTZi/ptE1R19hzv/f40nD57Ywk3IBbidZ+YPOqHth7Dc2vrb\ndzf9wQ2a/UztSNGBIDhaxcFsG0+G926Ytj+1L5vBZC9xIKMAcAZhR8Q6e3j8\nVJndNfpAf3RhGzqJLxrXnbOnCNc2YZt4BDr5WzmsIsiVsH2cLhgrwVnV0bOQ\nRduTrtFDP+Hv8CkSef4M8GAhyu6yxPWU17LJzDBrz1/+GRSVuSeulPpNvtm2\nF8jkKh2e1HPB2c0AVQo1BXvYMaqFQ7szQuDTO0oJrQjLHPjZC9nuH5L2SfNI\ngWA7gUTuEvCka8Ph7IaIlbkkb2VParXCzCNG7WbhXDE3R+7yBDvsRh9fy+P0\n/FonuYCSpHUVwmVCk3uxgFfOpRViEGJ+xh3sehAnzRAhZv1neosWnNIA1iCO\nSyrR\r\n=eaqw\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGhiypdOy6Ax8BMtHEqsHRz95NaFZolalJfRnbkSGVkxAiA9z9s9+HQzPWgBfrCfR4aP0a2Q84cr9QI26xb3YaF1Cg=="}]}},"1.1.1":{"name":"@node-red/registry","version":"1.1.1","dependencies":{"@node-red/util":"1.1.1","semver":"6.3.0","uglify-js":"3.10.0","when":"3.7.8"},"dist":{"integrity":"sha512-KXfnlm+0Rhwyu1E18osv1ZNm6ehAS89rCeDDT/wDZEmsLJIqZm4m9s5HsDlH+OLAGv0FxKcUbPOv0vHwPnSKJw==","shasum":"6b49e2cd72c1ebe8d1177bab2a1a41198adf07d1","tarball":"https://registry.npmjs.org/@node-red/registry/-/registry-1.1.1.tgz","fileCount":11,"unpackedSize":79050,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfBcf0CRA9TVsSAnZWagAAyJ8P/AggBDiq+BK9lnXLEtaA\nk4klFjOif7yeSXe+UN1gAfBuPHQeoMYRJUULFgEAHaS9De2j+zg7zhR1/rNL\nfEVZ8fTeqThgKs0QrxkoTebmdmcQZkWgbcWiuZx+XnuBAWMWYf04Jhc1nOvZ\nhcZCLxEf6E4Hetg+pWwHvaHmyHf3KbnqIgd7m9hVoGt1urwDh1iD4H3NRP8B\nElKrw7Ao/hjrz/A4gQ54ZZ3ZxrSzFGMRLvOe5TPOBOBrcJ6LpDcrVFCfkMuG\nMM+Z1/QZcunbUwf8Kf4w18FNzM0HsWD3VUX8oEnHJ1JmVBCgcCjoGo/x1gTF\nJpURabwKE/oe1t9N94Dt9jvfbmG8G+LTQiSKuROCIW4uzG7WMnYNVQ7iiQwi\nPNGqBoGNf6bCtkP41/pcXOYwtKM4BVmJgXWkz1OSitru5ax4UDByKqfqJ9SB\nBzzxxPLMLQyRvT7dA1f1NhTqE7jNUVekLo3N3b+BnhHC0WR4IhkKSs8D03zg\nUij8xO6ASPIo9hAhorw1r39ApLIv5T90Yt0joTQdP4J5mxtFuIxuw7VZO55c\nzuokfYl77pr5unV2eo5e8a81d1/BSFWhTostOYN1EXzZl5IeAZkLUYKlTQ/5\nR9hB1HNNS80vUokcplLbJ6H5ovkv61/2v1uCpJQJfGRfQBF6hB7qB5v5atJ6\nc9NN\r\n=N8zv\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEACli4wfyJd9702f4AYMyyfzGModEZ76VEKS3xAoFMOAiEAhYEB6rpTH3zGd2HzyA89iyACTFPTiNZ7YZ001UNjJ+Y="}]}},"1.1.2":{"name":"@node-red/registry","version":"1.1.2","dependencies":{"@node-red/util":"1.1.2","semver":"6.3.0","uglify-js":"3.10.0","when":"3.7.8"},"dist":{"integrity":"sha512-ApbQviP0q77zI1BREFhbMbNzP972RB4BtZHUOFbXGbcSLaQpX7QLt7+gNTkwTEg5VwHt1nQPNWbAVdP+Aq3RiA==","shasum":"dc4686b8b0719c8f884bf158822c9671a604ff62","tarball":"https://registry.npmjs.org/@node-red/registry/-/registry-1.1.2.tgz","fileCount":11,"unpackedSize":79050,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfCL5NCRA9TVsSAnZWagAAvnIP/AtCFGVZ/rZekvrj5EUo\n2elshL9VLnFnRiYskvspHTAaguiNpunDxS5+vTcXskl6ig4su7ctpSjnZE7w\nE1u3NWdSg9QkLelL3CTtTQ49ogxtfW7SdcSBqGjF+fDp1PxZA5W5Y5givVNV\nS5XX5jJPdGN/NP8K85p92bjwp57ziOfvW7klaJQ8IWh7rjKZuk7PhJVvAuCT\noacpkLpnF1/vi7kBIbnVhDkihUf8mCYancvgfCZPpcbcW7qRHeKRT3Wrd9Rw\nA4Mi/45Ckwx1UItwYhDTYRvTsB8PR/RwTJBb3pjZCzbhKtAAKIjEzSRwcz29\n/PBnZny6aUF1BXbZkjsuLwiP0oRWiYyvZpJ68UN2qpECFrcvMiHfkaTUEm3M\noOpMm6mmEBGRtskg9bxCdTXK7YK31084gGqcZUoRya30/D0A+W38/LMiv99I\n+UPFeILXERkk73/jEWPESZSkFBvZvVu22BlvBS7y8ugOEdWk8SYMp18/OqNJ\nVNlp6IkSVNwBhNrHD85o2Io76TwKll9LNNxnX0q9HB22lahkKygt0oZoxMPH\nVZuA+7G9glsH7R/Hq53HTUwuKHYYFS/HLte7lzjWGII2s7tLYRR2/G/ESkk7\nU7uavdg5rMyly9vxHBeY3N8ihsFTl8xSnUaDk0J+hdedrEDpaxzCQpRlYRsH\nCA5j\r\n=aeCX\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDKG5TIliL9wfvkQZG/xqn/bXquYVYD+bDWpvcdb97W0AIhAMnbOr4V4QNW85rKs0iNYqXDZlAKzf5HuvxqjpQxqyBF"}]}},"1.1.3":{"name":"@node-red/registry","version":"1.1.3","dependencies":{"@node-red/util":"1.1.3","semver":"6.3.0","uglify-js":"3.10.0","when":"3.7.8"},"dist":{"integrity":"sha512-ULvrgC7fpClTHluiQcc4EptaYRPEoKdqfozSxL6XJW5x1BRNU9Iv7+5txhKoumcy7a54bavol32VA7/JRyewjg==","shasum":"aef66ecae417d6172f7959c11c3d3e1d03d3fa3c","tarball":"https://registry.npmjs.org/@node-red/registry/-/registry-1.1.3.tgz","fileCount":11,"unpackedSize":79050,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfKs13CRA9TVsSAnZWagAA4CoQAJTBIycOdszTfnjb3jG+\nyRDgJbNmB2Psri8mIjo8c26tRf5TxsUkOAQWz5NRpLFqp3a+QmeRizEVAltR\nIrduHXd7qTIlMKHQ8LWjXeQ/z6nNXq3G3Y+HMH8Xmb2jra7JO8kye8jRs02J\n22kZsFE1fEsQkrbETF/i97TmAybj8CTil/UVSFel3U/O3gajlr6A6bJRg84C\n7D9O0pa+9Mw43BCFZzWRItC5mhldAuU2lC0gIe41lloFnIYh4HFVg5Sn0dFF\nBMrQ2zqjf/ohgum4WOtiCsBC9sdldhhFGJgbJo4uJIXFDR5Fvlng0OAqXm1W\n8monvFryALFD5DXVaaoERB1nQrlSiKF24fszuFCWHCE7awabm5cq2/B0NR0y\njzVF9s6qN7vCg/a98DOmaYOPCCHIH091W4FAovicpSRlGuUY2GXlysTz3pJK\noH9ZKrd3kZRvQGtmuhLTWxLN5lM9RX2VpsrgD43lCf2enyg3sie1MqwiLxzP\n46VKfVjBxfKp3S8YIzGeetS4wHJy/XQigRwgQoLlevvsOorVqt8BUyrxJJsw\nlqE91+aUQikBB2ff1rT26yJStrLdPNw/s67WweWVDbQVUKqVLWIQQOFQRTFJ\nE8yneAf3meUk5b60CPW6O57b7Pzo/rhmI0P/ncwMQ298ToD8N/nCfM8bwxEP\n2tl3\r\n=bopx\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEw9X4EXxShLQuCtUiEC8C8ODFpbvy7nGRqLvQXE5AB7AiB0ycLjPe1YeNB3e6KIpH3MVPST8CuP/k2SlQMgwhuHkA=="}]}},"1.2.0-beta.1":{"name":"@node-red/registry","version":"1.2.0-beta.1","dependencies":{"@node-red/util":"1.2.0-beta.1","semver":"6.3.0","tar":"6.0.5","uglify-js":"3.11.0","when":"3.7.8"},"dist":{"integrity":"sha512-achLke1V7VIqqaxuuFhcIZIY4hKf14A4hbNPXNIXe4KifX5cyb/qbMAFGpqbEmJzlMpfAYoYYvxd4UgIB4ga4g==","shasum":"83e90dce642b19c4bd63485aaf37315598006d52","tarball":"https://registry.npmjs.org/@node-red/registry/-/registry-1.2.0-beta.1.tgz","fileCount":11,"unpackedSize":82154,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfdFYyCRA9TVsSAnZWagAA6OIQAIlwF0MLoB5YiTtfEKk/\nA6wVQP4m4UPLtxBtD4B55bpDKIk5ur90KfiE8z0mnvdu6ZwXHneOywjkhdx9\nT6yODBpSiSMKR2aMIHrrVQHucebcIZkEaTNqem6zVdevdOITV9TXFEB8mlYn\ncGwW8XpO+R92m1R/AXJ0Erfl14hYHQk4Ul+GbsWpXqTZQxSQHEWRGbQegKB+\np8Zxj4GKNPs5RpXLGcZNKLnQy2/+7+mXQz2FFrtHVUPVZUWB9uCPSLgdnRdf\nzMBRmauE5GX9S3RSC+uF5WfTWSu+I0colfRzqYNkwT7INQs+4jyQ1Gh/ptT1\nDI9Khbb+bqf++G+gSj+LXVN70ErrY1rDi21cndod04avze3gSaXJ1ZQkjITk\nlzlSHbB21AEommM82NDAseS24eOlssM5t+/Z8uMRKiy8XzR/B+Es3zp2MKni\nRsjo3Rmn/mKV6q77YDEVesJlDcYOg2Yg30iwK74KWN5A/2QYdfoBV6vsGYDD\nE2fCu2YzwTS2w4b3z8d4xfuBJS3sFRbVRPCLyZqUr2EJ9bPH41Se5YYxncOl\njQz1H4VLc8UAuw9YjgkHutLaXzEBQY8qjYZ5fC+n9hio17BivlSPZfoPlTh8\nN0RHY84iHSjNCVH2AhSXhVqyJfZBzlc7mkToUlQtcbrcIswhmJl/cBrLW9t2\ntNp6\r\n=fghb\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBapHurkySfaPL8VlwN35qFCRM8kNd1WOFijd+EWTgPPAiEAgHAngxfifRqrxjZr/dvr07Tc2ToiiF0dZIaTN1jzpTM="}]}},"1.2.0":{"name":"@node-red/registry","version":"1.2.0","dependencies":{"@node-red/util":"1.2.0","semver":"6.3.0","tar":"6.0.5","uglify-js":"3.11.2","when":"3.7.8"},"dist":{"integrity":"sha512-hTJTdU7Zk9nQe2jCDr3eEv9u0g+er2t7fk2eiMmWTwWwrX+xDZuWYvzbXyCx0d/WPrrT8zS2gINZdlfnSIUaBQ==","shasum":"c6baecf32c200a9458d189903946b25ceba46324","tarball":"https://registry.npmjs.org/@node-red/registry/-/registry-1.2.0.tgz","fileCount":11,"unpackedSize":82140,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfiCIgCRA9TVsSAnZWagAA8hgP/2vnXm51mM1O8lxLH4LN\nA3swNqRymxTkZYvjwDc62aM94TdAr9KY0bJvL/pE9XDAkwemoosHH5yrEVuL\njOzAapBH+JmgNAlhUbYejywD6O/7uVMl4i46fmoda0N0X7QdPdXAK+FnJAIP\nroSHxZJfPK8igBg8oD4T/gEaw9ZThFHkw+tqmlBr4ujsA0Q1e/B47GdjQLVr\nzosS/SNKKynZgxYM+IV1Jt4d6rvcjC9TXleRseLoyFUu2j4CUzlcGTTSothw\nAv6u9S56xcQjlyMf2BC42QDy4xb4Q3/5vIslvOoH+iK74CNtGogFw0VhyBi2\nz0AizIQjmRQoSH8143DaKtGQYGuV6/oNIWooKjPQ8gBwmVRf0IpQDxyvJK8E\n4cVQLRqL7YZe5fFxX0PXxD4EufpfWnq9hTH9Gq7e/HkkIju5h1I6b4c7X628\nIZqidnQcyBCYF7DiYxGjGCLwcOxH4Uswg1wHRAc+mFkpN1zK6dSuR+Io69WR\nPGqOYndXWV5FTM12i8J+axU/aLnWAFxR3ozE3N8lDyZQHzKC5ALOHVSKxVCS\nmfZBk/IlVQQOq60QKtt88QfqDyaBTs3BDqZ8n48x3QkZ9sUZgbaRssXwAO4V\nToB/1LT7Jg7PjJcbV/aya+HoXzxesi1P52rr9yGi8zmbSJTPlEw4iPB7UWFz\nbRp5\r\n=Ff0o\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCni/uFj15GEtHuCvSOcOn8Vj9wSzYHYjiNQ1fOLtOmvgIhAM/QYOaBn3TegE4BDTKOqJOo9OippDsRLWlfQNLoJagL"}]}},"1.2.1":{"name":"@node-red/registry","version":"1.2.1","dependencies":{"@node-red/util":"1.2.1","semver":"6.3.0","tar":"6.0.5","uglify-js":"3.11.2","when":"3.7.8"},"dist":{"integrity":"sha512-2lm60rATnuWNgvMVh+dHS0T6xIJzwuESrMZjowhzdDr5MvUrYcqVq6NEbPWsjCaqjoQyLGJNKPcdJVySRvdvmw==","shasum":"cbdc0c7a10269dc8f0bdd4d360886e1822ebc018","tarball":"https://registry.npmjs.org/@node-red/registry/-/registry-1.2.1.tgz","fileCount":11,"unpackedSize":82140,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfiGn1CRA9TVsSAnZWagAAcz0QAJBJVT4qDQ7KDf2et+LF\nmMEWsBDt9wz1p42UbhPeIvGU3XX/Gn5CU7uaVcb/UlKnmfHyC4vfLIM41SOI\nOKbLBGG/cJdAXvMM+icSbLUAyl0eLTUiNEnc5Rp5egeC61DeaD+IrWHzieCn\nweJOtUcvW2C2VH61AtkV6zYAyE32H7JYXm4NzoQjU+kOSx0euzqFREld+LNC\nJjxL0g4mb+C2A7OPfBJAkUwVRbrQbXYPpTGmwfBdn9hnfejY4Idp7cTlfTZ6\npynq0azSIxuZ8sObdfiKDY5jeSNYHWR6P5BZq6Me8/vYxVnnrqxoRjvN0pUl\nIJIwZ7ORx08VRdQzYiu7jTpz2mYF5r7j0bJvXVcCxOzHYDF9Kr8n2+yyn98o\nd8BHw/zQKtJRt/d13kZdGg+nucdw/uk9voBAG96RSgYeSWUhOs/ihCh7WZ3L\n6+UQ6m/HuV1cx9ZnQp2TJfTeUUqxgiwZgjDIMbsCjZsKvzEh+89oZ/4YQbe4\n6Wdit57d1XcHjwTZl68oVl/1Q3ZMewzhSt1Iq6eDylnBLc8jrbV2UVlrDDFd\nCP5RSBMDYH6+zBKl3bW+pbAh9BSMG/Pj6MNx53lx0jmx1YyYREoZnNApCLN3\nWoYW7t3WVUrkcm+1eCxx0XDKCWatYtT4jfWGTOo7ErsvJsRjuQVKJ4tsLnWH\nXDtG\r\n=0PKx\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFM/BRmIyOuDIoYHUAHRVwIS+GvGl+EPaGv0f9VtZnHPAiAJLh3Pr2QPMRp7xO2cQoN9es3nAmdw534gQs5lcyfuLw=="}]}},"1.2.2":{"name":"@node-red/registry","version":"1.2.2","dependencies":{"@node-red/util":"1.2.2","semver":"6.3.0","tar":"6.0.5","uglify-js":"3.11.2","when":"3.7.8"},"dist":{"integrity":"sha512-HTpv/5OmptMkXYzlGfwQZl8lb+e5ta72z0nexNgbox5nc1Cg65CaFvhwcjC9UVK7ROblwDlVnutBG03eZvyOoA==","shasum":"42a586886db4788dd6c939d02c6f5dbd9563e769","tarball":"https://registry.npmjs.org/@node-red/registry/-/registry-1.2.2.tgz","fileCount":11,"unpackedSize":82140,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfjeTRCRA9TVsSAnZWagAAjJ4P+gIQmlw3sbnGsfe26nLR\n6A7SNL1rEPS60ztW0If4eDuO9r3tZdmptssNCwHRSrUh/QoiHTWta61ZE/SX\ndjzjwVbUpzClzU34Mzq/A3Jdv4AyqfUdd1okAEgDAcRFZUCafkETgX6jfF+h\nc4QJHaPnI6kIieN86mV1JVhFjLKZLq34FAzWywjYSLSc8AzCh6lWrGnWgWVq\nmrciytGAa734ybTS63SIUE9kDZUiVzYhDFaZWveEZ96yuVniD/1h//Na9eZC\nYLRsHHM3CdhXzNcWYC8w1TOhK7q7VtjkSkq9QdqhU93tVDiy37uS9/tjndn8\nwP1kSkrzKrXXMd295f5zEPlUgA0f1YvacMeC4F4ZAXjh+GhdyMjBjQQ7lyh1\ns6LBK2YMZ5YFYjq6rUDtK7HnqCYPf8+oOmoAoDwmpcCYcgrOJC4DOwFO2wxf\niPrTFj4cOoN6qN+D0KrgUMyiad9yDnoHl/RGnrvcLVjrWCLNz4HfvyUmk/D6\nkAy3BZwBt7I0Cc0nsGOXcYkuDV94FNbSmyJiV5Cv56m6xTPsuzWd+WfkaRqP\nsEtWahT9Yifhn7q3y/n2Lf86cOG2HkWMlrJKZc7JyMXu80bFL2ku4Gu/1VAh\nnBS4ZndEafqpdaRkhTxAfHFbaKZzI+xuLYLna/WtYR4pzLg3TtkdELjKErcK\n4+/K\r\n=9mHD\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBQTV1QEZIwRRAM4zZQCm4FF0SR39Yuw7/mhI0ChZrU3AiEA+Lamo1zlbbDoc4rH1NdU8yeMSaHe+rDU/ZtjgR3MjY8="}]}},"1.2.3":{"name":"@node-red/registry","version":"1.2.3","dependencies":{"@node-red/util":"1.2.3","semver":"6.3.0","tar":"6.0.5","uglify-js":"3.11.4","when":"3.7.8"},"dist":{"integrity":"sha512-wGJ1KK1+NycM+Sbmib6FIL4/OwWxB0sx4IHLI5tYdGYLaf7MYSKTcNxpLvUwjsE2k0ngeiqW43oPhyFrK01Ihw==","shasum":"13e3e50ea41eb5392f9cf1ba1b70cc3376e5c191","tarball":"https://registry.npmjs.org/@node-red/registry/-/registry-1.2.3.tgz","fileCount":11,"unpackedSize":82150,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfpASQCRA9TVsSAnZWagAAm9sP/3DhOFpEiq2ODxsB9PL3\nAG3+Ls5J3ufmOBJy02GZ8RtKOJSTIviKdAdGEYPwK98JLYiu6HjRWl0NbG5b\n7azvPv9iwb0Fw8R5EO84XRuRwW81gkIb6D68PUxb6NRNY8wE1CErAfVOafTv\n4izvPb1GxfSVsC3UWyIHnogBjkr3LB3Cy/bRfPku1tMVnU7BkhfR0FfNvqYH\nzMLbNq3wWa5Gkb6lE2T5lb7voCx5FK47xh18bkdagYc0X3FOEhJC0l8L9YgW\nWSspKVglrYlLeyekdCr7YsCHYGhGFeBMRGZcsqbYNsBTBiXl8+Oyg6CW5Kpc\ntsP8CRqbns5ExhQwO0Ou4oDu03epgHAqzr0vko8l3YJb94ylMU5JvMWG0sTh\neik9Gde8yDKxhZyHxeo2BPmGfCNGDMkEpJEFITwJRPeYNf6MV+z33kcGNJPg\nBaHaX1aJKstlM0wkI1Jm3q/rXwZQgCaQXNCw38lzNfORCb76q0C5uf8SqOju\nFQ2Yh8yjaQKm0t4EU5ndjz55I4szRtGQxsZoQ+6bpzPCNitEmJjRzR/tCdYx\n8kaaPdOWLv2+3KJwCi4Ia22upk+4Jd+lp8Pw4Xj8NtNi7yYDMCMm3RQeeQrO\nldwKDp9SWsHgviy2MnnPgQfIzTkaGaADQS5Cy3yLYuCdDk7+3HVmg0BKkLEl\nGosi\r\n=sany\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFU6GpUAb6N5MfeVHw+O5AXwpCgzOaCtcIiYLQeMaZdGAiEAsYqxzIbwK4EoDGqMJY+w1uiV92LvpvaUBFEA9jYH/MY="}]}},"1.2.4":{"name":"@node-red/registry","version":"1.2.4","dependencies":{"@node-red/util":"1.2.4","semver":"6.3.0","tar":"6.0.5","uglify-js":"3.11.6","when":"3.7.8"},"dist":{"integrity":"sha512-VhLX7glPZXvXBRYuuuy9AePTwlzlZzP7919yEb0J+sjJFyOB8kb8LQnemQ89lrB3NTIXHtHihl7yBcrEMZw/JA==","shasum":"43afcb7df1a513791ac3ebb2d1623f0279986e3c","tarball":"https://registry.npmjs.org/@node-red/registry/-/registry-1.2.4.tgz","fileCount":11,"unpackedSize":82150,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJftDu3CRA9TVsSAnZWagAA/nYQAIXHrlnywbZy/q6gO3vs\nHq4AU5hytRANF7ntvH+ySVn4QO3QhhBW5v2V7NIJiY09g9UUmEIvsfimZMlr\nSYZKJY+3IHQSLNcogHO6Y4FCPEKw3HmPLPrxis4GR8Oxbrx48s3ZifCYy9VR\njm1ItlhyIiPQm7U2zXvAXZitBMbZfuIRNxApW9xbrEuh1oxVShPr2jUQze0x\nC+xYA/5kOpFZpPCXkG6sZR3x+avsDx6VPp0qQYM3qSfi5iZpLRxoPixVD56H\n/Bvwvnr2hcmYU4px5qHYSxS2sVF3yrujxrztN5SEtK3AcjICZgkfcrY0zhQu\nxdsKzmUHyK65xN8qABZQpqnCKIu4rvZD/pU6HA3TJs1kXHAOFadHngwossao\nj3iArTwlPsFDMPwlzvhO7j/x98OOLgnBy1XJXK4WccBM3p1hmdvJtM6xxCPD\nV1UjWcax4TXYpgGWFfCUZycYnJNGnCOFNwvAeJRVjR+QA1uTtmbYyG08m10O\ncKO7NJX9JA6SnhL2YMN8knQR5+S3aEMGMEzHl4Y/RNtibNm0W7dtynJWeIjn\nMKml3oBbfFPD9W54D6C8MnARWuDpkdPCkXe5F8zpi9UxdMW9o4QA8sY4YJ0h\nrI56wChbZh7PV+4lksBt0fLltraZ0cdAX9JVazkxzXfPtshb+RHdAPPC5vKH\njaU6\r\n=Gel6\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBcfc24E9Hwi5IsJia+Th0GE11FF1bBan6oOu7B0lNeZAiBC6L7ZFcoJernL1eHGWBg1meF2Y0vLrSON+NVxPI3yNw=="}]}},"1.2.5":{"name":"@node-red/registry","version":"1.2.5","dependencies":{"@node-red/util":"1.2.5","semver":"6.3.0","tar":"6.0.5","uglify-js":"3.11.6","when":"3.7.8"},"dist":{"integrity":"sha512-NPF+9abbj2bF/WKgV6sC+hskAJh1AUZPUx1aM/x6xk0tCtotOqx7KRDZlbzKMqT1hKb7V1tsBYtzdIMmCdJncQ==","shasum":"916392a91cf5d6e76257910e7eb1596b313d90ba","tarball":"https://registry.npmjs.org/@node-red/registry/-/registry-1.2.5.tgz","fileCount":11,"unpackedSize":82150,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJftFh7CRA9TVsSAnZWagAAsEUP/24qi4SwaBVF2ZA6jNNJ\nUmQ29kUbugIINgfNjvq4Ar6TbJym8x1KjdKQbOGMc9eVTTOTvP6EjZlIcEyf\nmGAO8BQ086CbmLYpGJ0hQYAPomW7NLY0CyzdQ69XZQI2Ywb94ek/BX+jKeV6\nTvpTwxg/88Tkx7CEPwHrUdg20g9EPE5Gb0MuqYP2VOdbjvv/6S/rLf+L5MKd\ncuvEYofdBaJNaLrLzRN6uoLy+CznF2Q9I+Uk8zIDSMlR3Xk24e5jcqb9r5do\nZrn11SwDpK0wEXbr5gWRhwgB4gh2tB2fIUE7PHeXWeL6vymVi/njCTdkWXUz\nM/Lq8am47duLH2wAKRQdCURMEWkzbwfjspAx+Lad5j5tNohs9pz+CoJ0FHGk\nca4JeqKHhKqAZ02YKvhzyhPTozOONwEyq6kIAW+TYPXypGydqQd21ylMB5gr\n9oMqxAzTWVZH3M8ropwT9dH6I2JtXH3jA3ajh7NkUX9FQchUJ4ptAF8pM9ZD\nXw2plSMHPuGHvLZqpK7rwwbXUtLEyqcHCxXBrTWVXoodImEMKMeC5E7sfh+H\nzYb9UwrGHRsLEA6uC0AodxXLoJvZ6m/ap+JAdgJyihlbU2NXhF5x61EllpAZ\nBMlM6TXiG/ZhO4KtNEDh1OHhAcV/Gb1y1NTGWGBqGZeAUOKfA1VxQbqcPN0R\nOf+M\r\n=H4Av\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGYs+FVnaM40E2kkUK/ucMr+j2ya8vHi1IRoH8Dd+PkIAiBU72jDI+zKos20ivCMOpG4xCNzivfFhA+UBCRzy21nbg=="}]}},"1.2.6":{"name":"@node-red/registry","version":"1.2.6","dependencies":{"@node-red/util":"1.2.6","semver":"6.3.0","tar":"6.0.5","uglify-js":"3.11.6","when":"3.7.8"},"dist":{"integrity":"sha512-+zwHxnMr9Adve627dtw2jl/KSjTY+a5JrwJN10TSKMxVLwYeBLm/ugRTA9tkGiCjr2w9pgsnMUZRFFLfdyRZCQ==","shasum":"08ba2136e38073b3be1b53838062688c55ceb646","tarball":"https://registry.npmjs.org/@node-red/registry/-/registry-1.2.6.tgz","fileCount":11,"unpackedSize":82162,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfvskqCRA9TVsSAnZWagAAlcMQAI5CjWW3MyI8joW+nYYr\nLX0blo7ikypG9z31QvTXTJiCV8LrzQqi8/gLuqhpfclYwNchrLIkLuKMQVWc\noLXdAY4Y261GVePdrPFKlalY/IEg2SxMiLUMYj/qnBVnalhzr8h4/w0eg1p+\nDRET2yz12HPZXkwfuojMjgGenLViCg7Y+FDUcACeH0ue+mrpJhnALQSzp9bT\n35I79wFL2aUFTMocBgdg4S9AOq/4TOGoXdp+MMcf53TuSeJXpE2xc1oRu0Q+\n8AotnxXy2B4ZCLLol7zksXXDjwHJOz4WFAAETSrTOUWYJ/WIpU/O+a/NgLwM\nnCpB6Tbtd6Yul5Rmac0BhKSqTV4IIjfkhzHsBI+ToEvxIURC5gOLI4a1raDp\n74jFfgRgtZhYJkEDpvuzrvu5nvf8heL3WDOa6tHJ4Ws8k8OhzmUgwMwgbMeV\nR824HZlVKgXWa1W1ajq55gUmYL09QmtWS/PfDdVL/eD/Qn5xySub/2YZm8FE\nkSlbgYvjLVgl/sumVSciGokJid1c+r2yyjCdP8U/sshET45sRgGI/kkgwj/Y\n0LFCDbBpqSeXe+bjUO1yph4yipGIHZsB2FA1c8R84W9z7/wXi09MAsxsuyif\nYF3OVsq26TrB6EdAz7fnm6UWKx1qjG+jyayrsZim3AEYgETaPB9h0hIS/46k\nHkv7\r\n=0fF6\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIExRV41iASPch/DHBg+eVaJ6927OloDaUNDYvszC5uxuAiEA5RVYqcZQezcKHpvu6avKdBj8Uqcgmv69jHUU1AlhygI="}]}},"1.2.7":{"name":"@node-red/registry","version":"1.2.7","dependencies":{"@node-red/util":"1.2.7","semver":"6.3.0","tar":"6.0.5","uglify-js":"3.12.4","when":"3.7.8"},"dist":{"integrity":"sha512-FC14n/pEPiftsWGHQpLW9/4vstvtFpiczj/7CHp5p1Xmn2quSUzKBFOGtFr1FhglTJ3Nn59OOXL+59HMRF3Vcw==","shasum":"4854d3f7783eaa35c2ebb6e4d6c9829ed76f1a6a","tarball":"https://registry.npmjs.org/@node-red/registry/-/registry-1.2.7.tgz","fileCount":11,"unpackedSize":82162,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf9abxCRA9TVsSAnZWagAAlSQP/0HcPGpOQIimwGDz3FE2\nsvFxZ82AiZoayQo6B5/yPFj3InB5MOw76A7aK007O8ZJbyjcmiEL1lV3MgNu\nJm3PCIl45oOi2fBNiR8eBEOZso2pTKDRTKZ0WXmma6/iSXEmAbauq7Cf/UFZ\nLkycG1+KvaZiY9qJzSFTqc3aAE86rIOFop1wrcf2D2JNQeByvrGPJS+OHqnY\nwbS2+pHAsaeQ4BdAQlKssmc9HWy+tXGmwXB5tw1kyYy/RvhrYjGCAgD2q3HB\nmyelqdU0ZKe+A4C/YBrum2QwpFualnkxx8+WoOPUMrjFhzUgH0MI6Tm85Q8E\nFHty2gBZSM9CnOALOQrNVF7CZXpYr1BEhCx2l4uDP510j87zEu2W5dWJIlJk\n+DPe3GbTc8pI7ZP/KiQ2Tqz7VpwEB3X0OOJcn7g+MTVh9HzWXZGDpadzGpos\n1yhVrOaJHpMz3EQpCcuYAW+1p3ftjFk1Mq6aR5dVMyko2avZqOS0NkQqg1t5\nLxlzMnoBKEjNmX4ijwryDWWPdJjCjwVZ3q4Y03lukE3aWZ3mBQo7ovmzcqfb\nT80kri0OCo9lB01KuZ07WYrrhMQnZ7cq5sLYP69DHFz+cserg+iikhIKz+zC\nE5jC7y9zPDNtjYK3CXFZ5DBgcwmEMMOhtZYILQSS0z7HaC6hcngYvRFv3eyv\n0zJF\r\n=k0CH\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCRjLDHsIQA318PVoejzYCMBAJB97nfBL4yztLu++lOgwIgfjaz/ugFBZmcm5aXovNbvEvXHGQXfLz00eZb5ncg+BM="}]}},"1.2.8":{"name":"@node-red/registry","version":"1.2.8","dependencies":{"@node-red/util":"1.2.8","semver":"6.3.0","tar":"6.0.5","uglify-js":"3.12.4","when":"3.7.8"},"dist":{"integrity":"sha512-/VAP+sQvyHiJgYHnAiBHzvCi6gOXvS7dv8wB/wgLcyOc1XQ+t8I1U6+m+Tp5MH+jFwmsZi9Ygwdsovi59iD4xA==","shasum":"5cf38a964c1038da3f192fcd6acbbe28363bfb95","tarball":"https://registry.npmjs.org/@node-red/registry/-/registry-1.2.8.tgz","fileCount":11,"unpackedSize":82245,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgGVEICRA9TVsSAnZWagAAsEcP/0TI5wrlbtXRCsWktJH/\nqM4b2X9k/D2i1eEUNdg/1eP+bSeEK2eHMqAcs8865xuPo7kFyTuK/JB9Frw0\nUvnwryUJxHTz7nxZqGs+BiR8sQaT14OJKVoT4CA2gqynOEFqzb5akW5ReR4S\nZDyo1NNR9lRUD1lXGFKx6sCdvZ7VIDf4wxaALa9kgahiPuR28yIMH3Ry3IHC\nJeLxA6wfGRaYX25tgzhXpQKWcd4m8Pt79QprnAwWIr5OvNOOsncLGZQif9Tf\ngDbtdwk4aoCI/vRPRt45QrXrEKlnz3GGv/ONJbNos0xNe8G3rK5SN9jrruPS\nHUbFP4gADys0xT/cmYEBvKJS6yn+HXnPJClNU9B/eWGvHxc4r/lbTXGDmPaS\nJmmIi3VhxtFcIUR4G5oLJNGa714JQJyeOW6LRrZuiPc3UKI+JZYDSDSFVxwo\nLBCQg97F3RCq6kVXj3aoN4DdjNZt9lFoRIEKre95bDfLltgoXCDfdloxYJdv\n7FG4Ra1Icw+fiGt1vSy+h1m5Iyx+4WGbkWyCgHv7q0iKqhFpjfdQogPoKmnK\nK0jMbmgPb6azPCtuxCdiLfxXpPBdGAkaDVlvHYKVpQ4EU6B+rbDFMIih0dfY\nDUwHmEFlutoK+tJp+C7AJKQ5BvWql+QgEvwMUY6ttJetuJnOOaVTnnOGzKKk\n8v18\r\n=cgHF\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDOMkXrTOMA9Ol5e2FdupEjObypNtNIA3rNfAYAmbtQoAiEA61qxJA32su6K/RVEp6eY2e+WpEICYHaIcOmrPFQ6K5w="}]}},"1.2.9":{"name":"@node-red/registry","version":"1.2.9","dependencies":{"@node-red/util":"1.2.9","semver":"6.3.0","tar":"6.0.5","uglify-js":"3.12.4","when":"3.7.8"},"dist":{"integrity":"sha512-OxFbHU7UrisBEM0413KSsPRXzQCJIwNQtg1E+oPDiFuMtHwVhUiVicnqbo8IiftO58PsMkSL+Wj2+ta34phlgA==","shasum":"91b085a4329495e83c2c2641ddd47faffea5eeb7","tarball":"https://registry.npmjs.org/@node-red/registry/-/registry-1.2.9.tgz","fileCount":11,"unpackedSize":82245,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgGudQCRA9TVsSAnZWagAA9QYP/iKeAR4d6yQnVpNi3XUl\n2pEfCA+TFwSAhY9yN68EFapyAV/C2+OTmsmZFRKkNpg+R6lALZEIyGZz0WIb\nQeYshwtxHeM6ehKOPjbIJU21/oRwUITluBU+Z8fq0Vl/e7c3JhV3Fi4TLc0M\n3nRcj2n6QfgjXLRV5uqEl9WRdit+RCeKHKl1PkhCN+4VrxTycS3vF1F36bkR\nd8B5ynSsS4AZNIsak+BVfI5k50kRSAhLXtj9n+G5ktl9l7hRox3xuRTHOAIM\nJ9WZZl4nvyFQhMrIVqXjrwTdF39m+pXdwYTPwjgVDD3yWE24QBM3Wn2Sa7vM\nSszB68B8BFCIna35Mf5b0haVBfi8dJ1Di/qeGQWOEirwuNXcs4iO7qP/C7rS\nhpuTGjoveOee7yFF76Rg9lhLIPwd78tHgP8cjXyeIcogOkdIAnQXDNcRN+Oz\nRSMZ2TJH/0jop64tjYaQmfcdvX07ubTDEA4s54GkvAHIRZiD4mzPqAmqPB6p\np7k6Me33CO7GAh3Se7YaFq2dNhJ3p5V1l2XEgXd4pE4C+xm21NGr6Wcrflp0\nQPCb/JgsAeYVy157+5gwfdvAkFzEG/LAUeEcPcgkhwXyTW8RGxaHyEgQqLoZ\nQpfw6xhejZl+RK8JGTHckojyA0YJqfxp0szRyzKljRgSZnEEBldNxRaNrTBp\n1sFY\r\n=HHNe\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCw+MM8i2rmC5Tdt3RW98VUxoZXX/5g0b2UYhS2s48VMAIgPpljxG1X4o8vP6WdYNb5CMYCjzEdLKJFcXBRYRQyqbU="}]}},"1.3.0-beta.1":{"name":"@node-red/registry","version":"1.3.0-beta.1","dependencies":{"@node-red/util":"1.3.0-beta.1","semver":"6.3.0","tar":"6.0.5","uglify-js":"3.12.4"},"dist":{"integrity":"sha512-UoNvMcn0B4DyQf+cZkWsJPaWcc+0qfkGNx2lOC7uFb/KCc6GopRA3wtC7oiJ6Fy+jY8XGuPnySQ11cqTLmwJXA==","shasum":"e03d7cbe21c370ae8d5998af4f4b77d604feac04","tarball":"https://registry.npmjs.org/@node-red/registry/-/registry-1.3.0-beta.1.tgz","fileCount":14,"unpackedSize":127079,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgP57uCRA9TVsSAnZWagAAtoIQAIyzpTMkYUlmpTPLW0ki\ng/wxSGWJJ6gOBJBt4J/JQEVBcdGdan29OepU4WbRqH6jMeMlwXPUmc4vWo8i\nhkrMoC/6AKsWaGqLg+xEoIyZLtqYe8feUY9Man7Gu969rZYw0rD8Dj2cdzBW\nAuM48foKeYYxwnMxEDJkjts+/9qP4HmGr1wKUHG74EJdl/IkCKttIc0XQb5A\nVSJvY1Ls2v/NLgm+ZtBEHh1vYkhk65zA6yFGHyUiMqSq2cZbJf7pB/CFSAsg\nbyD+QXcU9wuGOX0jDR9GsJo4i6W6VB7rrLmjv70InDYVT5tOcpkJFAz6Qy68\n9N7mitLStqiZ+rTAV4Zo14Kq3Rtn6mqt67MII9dl939cJOMUrWoFMihHx4g2\nMG68vSLfBFmcPNZcE4Pz0/NB4IYUOS2JxcS5NRApVj6M6/HkE04RDb7COIrG\nwSRE/IJn1IvnmkX+pKZ74QEHGkfx0B1RCLtH+d3swaQ7xWg3myR4P1G5Iz1N\nA6Va2JUFKebok/7a2Q6Jm6Hu7ncCez3b7yGuCe3YVcXPqqnhJRCoCL87i+Zx\nfgNfkkOB0fGpcsOF7SwZOEOs+ZZIHws8k8UL9nmTXAD8cHpcSmuCy1fq6NkV\n9nMeVzVhRlNe6IMwqT2gqsCfobIZRHXCgikaAk6BHfyVDDPHGvTQvRIvkXUt\nxDHi\r\n=hI/T\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGM3FQxHfkAB0gZIokIl00FnWMSL+sAjrd7F9txLln2IAiEAoYR7FGm36do3L0/A52pYCLEKM59owrRhoer1Bms8skM="}]}},"1.3.0":{"name":"@node-red/registry","version":"1.3.0","dependencies":{"@node-red/util":"1.3.0","semver":"6.3.0","tar":"6.1.0","uglify-js":"3.13.3"},"dist":{"integrity":"sha512-36+NdmEa5IlSZlQlAHNZMm7kgjqMoIrf/LdsWpAenhyRMIEPi+nNdL8rSOiEnyI4xJaloESZf2qAKJ0hSCX5sg==","shasum":"c4b3e6eab2497cce37a8d98b48025a6d50d75973","tarball":"https://registry.npmjs.org/@node-red/registry/-/registry-1.3.0.tgz","fileCount":14,"unpackedSize":128369,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgbw9CCRA9TVsSAnZWagAAHwgQAJB7pwgM4KEMGaafBJQp\nnsJvhmR8k5w0oW4CQkpWR6kOGdpKcGoRG6unpqzzC86kxG35PyTwfOp5msrE\nqdVxo/W367L1e873Rqq2fCl7V3K2Di646IPZS52PmBUGO1GVcNi5R3dqS+eM\n2wdE/3AgGNTgw45NESuxZRcirAB+SdLqxAAiwQiAX3hvfuf/qH3czKAljoWJ\n65mjccVyF7ri0xK4zmfdMJQag/q9kOn89YdB5/o/4aiSmueyTNoBzvX8ilPF\n9b/uPpKmy1Rj7wZ/Sw1FS+Ur8hRB/P1yW/mrKPvmMJEF2+6wL2SXrG5UJAW6\nyKFecPBSK8vJ/1WxVqWsGmn3y2+0k7BjTo4xirWbz8Ul4fVJtgkYzZvXg8vZ\npHz7sKk3NzT9McPPMdzJl7hhFMXiS8lujRil13/L9Z2+PgsKQR6BHKqPkxyO\nlwvqBQqhIuVsH8IsJ0R2MHBbj1Gify5BTwDrqYgJt63KVOpBuVqZc7CekRom\nuT3806dmhOgoFOrkV2Fx3PTPpo2iEzjMcw67V5uFEgjrDq+MPp35kcByVfX8\ni4ihKHoVaFq/Y7kwPgHpUPZ/YqHB3AJXRyP/fs9Nff+OS4kBg/59rCE7figE\nwJEEy8ijhc/SZUDV0J+rO844Yf3dxU9vfG05sV4OuNHBA7Bsct3IVcJdpAO7\nSY17\r\n=RNHm\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICrXyfKZe2kXAT5Amx2nVJvRLf2hUcC1q05YJvtnDOOQAiEA3kJ7S5JzZxu5P3iR0oUbZVdGc1y/tqAGVEax1VkrFWE="}]}},"1.3.1":{"name":"@node-red/registry","version":"1.3.1","dependencies":{"@node-red/util":"1.3.1","semver":"6.3.0","tar":"6.1.0","uglify-js":"3.13.3"},"dist":{"integrity":"sha512-JBi2cMWp8uTtnTEjbJZbMGT7AEdaz8JPBBfpYw8ME1G5rgOp1pwJh4KMyYJeVgLZ++ghfjkvCyb+nn1EsgHlCQ==","shasum":"72e39899343127628c5d71532c87c3abd47d32d0","tarball":"https://registry.npmjs.org/@node-red/registry/-/registry-1.3.1.tgz","fileCount":14,"unpackedSize":128369,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgbyBiCRA9TVsSAnZWagAAKoUQAI+MHF1d0rmv35300uvg\nSSDMtNdEy/2tWvsZQlX7+nl1BQD8fyH0lJBVWItawrbhLnCr81iBlZUZ6XNV\nX+cNJ6x5gl8FuCdEpBScB0GGxJF16dK1pnbyLu0bsrZ9JDNW+AzY7BE/NJKg\nUXQkoTr/WWrW0+snGOsutgcluRQHDa+vWsF9/WZB5tPChSLygZJPkFar3PsH\nyiPPv9kPhzfXwEv3Yoi2Xt9P1K/0MzFggxIV/NlkcN7BQlb8S473H2xGR2up\n5Bj2Ij7CtSHoBnGZ/RpLMWfvPfli4pGG8vt8ZUYUqgtcbiCCPFPzME3RCWyL\nqtmvvlrMQX6yezr2ZVhkJPKtkU263TsCbpMDl2wtvGC/otNpvudhXk1a0FCK\nDwJmI/dBbMi8kXF1OCVlHafPfoAr0swFe4O2kKewDs7CL2Qmap+YL5BY7v0p\nE7VpijQCmvB8uuQvWf0c5RAflSHsLcG4zo+T5DepTY5GX2GmMPgDFn+uSr+g\n+YKO6JcFY4TTqJz7rAzF1u0Uctz5YKgvon15vFK9HHiSABpMb3hvCfOP/5E+\nBDya0Az7wTU+1JMSLK0CFlqp/RFPXq8TQLg0s7iJ/Vmxm8KXExBWWYFWBUPb\ntNZNEZQrVLUaWSpz5+48PbbcVk+17+LXUi1n/1U1AZkygeqHvSaFzCctR9jz\ncoKO\r\n=QJUJ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIH2vkrxmio3erDkMXf8lavsmIpGZ8kS4CjItsFoYTg+XAiEA5rNBczr0irKdlFz8gCjKMGEjaZTpnSZkMhpifGL6qJg="}]}},"1.3.2":{"name":"@node-red/registry","version":"1.3.2","dependencies":{"@node-red/util":"1.3.2","semver":"6.3.0","tar":"6.1.0","uglify-js":"3.13.3"},"dist":{"integrity":"sha512-VB0em51luT17rhTa7tkOXHOQbuEBczUEI2goJaSQSv5c032yPvzh4KyAf3Xa7sDafENg33wfSZfePx2tGrdg+w==","shasum":"045c6f9c7c87013983895552123ebd5fa609a080","tarball":"https://registry.npmjs.org/@node-red/registry/-/registry-1.3.2.tgz","fileCount":14,"unpackedSize":128375,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgdZGeCRA9TVsSAnZWagAAlBAP/RafLvZzqGohtwFS23/G\nLtG74hxPeqyp4BqC2wu4/AFm3P6JU0YCtAxbAEw41IYBM3IYrgy/oYa0sRsD\nzqekNxWgwtz5IC+d6OW/fZkFtedrhc7yZrCm1J+h6hO9wq7vuGYqQoZ09UDp\n52I85FvuP+X45SqFtLaAVVViE37SLArU85lytBWwIo7aRxpcosCmKl3b8ec+\n9dhm0WrGolYpVk3LIe0MjYf2B8LrC+jzbgdtUc3j7ElWiNoXjS6x1EihIoj0\nV2EzEGcQT6PKtPdSHY6sZclfMMFQ8PprVWOLfNdcEsPdoS6UB9SLTkgg+dPj\nKTtJ7Ig81TRFfALRX9TfLnvH0TPtXE/8FYnidy7bfnMSGnFSN4fXX7n+cvfC\nvsQiy36Gfr0vz15Yj5ouT+mMzpqCIIpJC46JrhTKFCc8PFQQWuxSOcbjlagB\nWgDaZ/4TyBjftyj4o+75rypGMKORpc35LdWUgKCE7oCxBF3/G9/gJzLdNW/D\nTGYAm7HxyErbLbsr9QoQZMRL6J83uCeAM5vSgbTMvhkUfHfyAFRGTmaZcbt1\nhsOhoFX0gITwr+ZfpfjjShWtoV6KXFVrYO59uiwwbsIOTAOC9wHJKMpA1bhQ\n+vZgvZ3dqW6M44GO524zjgZfsB3pIZxaMlKA1mTb802otUE9eTFGy0tNIukt\n30Fe\r\n=i9rf\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIC2yZlXOtA9wyXbrags6mayJxC67HOJ02emIK0GXSSIZAiEApUH220ajGfgUpC7DuZYGZVQXXk5ezEgJyZFa5g/dmxo="}]}},"1.3.3":{"name":"@node-red/registry","version":"1.3.3","dependencies":{"@node-red/util":"1.3.3","semver":"6.3.0","tar":"6.1.0","uglify-js":"3.13.3"},"dist":{"integrity":"sha512-JaHsvXxz9/DJ02NwlBLeUTYPGZEpRvOFR99D34YHF753bw8ocROnYAJemNTmNbua/jW4RRL0tCXuJlrOQZNSGA==","shasum":"b4b08d016ec46c178fe20ca1fe1bf52ef95c6031","tarball":"https://registry.npmjs.org/@node-red/registry/-/registry-1.3.3.tgz","fileCount":14,"unpackedSize":128375,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgfqvlCRA9TVsSAnZWagAAncgP/Rh7S1GbYpM3q1XEAK5H\n3Nx/rUui3wiSU03mAmxJ4KNV86vYG4X4a+0fyP9TqYeK/GRgMvD7Fmnj4mUJ\ndb2ClDjZAYHesu7U06Ytlk1xNuz8CpJZNYfKZAPVYLADxAeQHmhnWiVQqSvu\nOGy6lh5z2fh6D4RfbHR9WQwZs+okv26MQmss62ROwGnPlg5Cj7E8AxOa8RSz\nAPWUhQUcz7ktmtTGIhq0G46tdRtQDCmsP0/S+B+QX1MLoAFreiEKDMdbTKTy\nveBgSNF0sLMGYuF0LlulQ9CZvv8Beu93iZ9or2EeiuKufZN4Qyq6LmPfXFCa\nEwPziVXOI11lVw7d8mSne0fOotVnHc6S4tjtOXKK51WufJgfpT1GcGc4hhVm\nGFNtuNkX8Ipj52YnolLg+G1Mh/eAs2ZFWUCeBeUmNCvfzMHii4v7JzptuMZe\nyjCe1NSU7H+j6R1OpAHSq7mEOtb9ZdDn4qCqK3mHYMoSN4sSLFLl1BGfY/sS\nk1xvQLDV3Qxx+Wq9M7idh9E+9RSN/xgcHUkoYTKu2toTMbz/qRy6bj1pJIvX\nEkG2wuFLGcUHmYu+d0y0Kb1UXVnM5UOxHVYQ8yAbFfxxZA2pI98TpDVgAj4E\nuivrKkvPoniBQr4K62XDNOKzD62b5Za/MfepxWZJL5J8mFmwl9zqR950s3xH\nCKQu\r\n=zJ8k\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCmx0kiP8a86wtuMb3pGrrG5/6u7P5BwDFvXxju4sIAMwIhAPeJiOc8gPk9q1D7cCl3b2oBbW9LiBABE3Yl6l2KO5Or"}]}},"1.3.4":{"name":"@node-red/registry","version":"1.3.4","dependencies":{"@node-red/util":"1.3.4","semver":"6.3.0","tar":"6.1.0","uglify-js":"3.13.3"},"dist":{"integrity":"sha512-txMBre2mNQZvFuoKs7rUpk3blwgBYnuU821G6bBO8JUejniGz3/xbrZm7gLNsV1Tp5SJbdLx1K+6uiLBTnlI9w==","shasum":"a9d4046fcee87d8d3e3bfe98aaf0763ec1b44dd2","tarball":"https://registry.npmjs.org/@node-red/registry/-/registry-1.3.4.tgz","fileCount":14,"unpackedSize":128375,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgiq7OCRA9TVsSAnZWagAANxUP/34veSt5CsinSOctQR8W\nu1/6HH9PDPHnpwYbSZ2vzjr8N2RQf8aMIkVE1m+xDP6nF8KrO2Lt+jhjd8yM\n9vclXZcqviwpFMEWc6i6ldsnojrTziSNuaXOqxTkLpTXpxCk6PF3X2PUaQ8O\nfzRJALlHrMrf2V4z0Sr55JiS3B1M9yogXf+JKFlyPWPPP7gHTTi57bVVRfzy\nwHsP+Ypw359Ooyb04f4tQtusBrr6ZrHjYm5GDtHTW11HnbEp8PTFuS9xdGzd\nUcSZ/hB75yZ9nVmn++0vOrHHfVyXaoCVmU+AYwteHUDlrQD1fN+a8Qzgje29\n5ALdjjisoVZuE8hTSZxW3XzQwqhJUKz02qUZtwaR+lfpyZpOV+i6XrUBQI4f\nJta27hoPpzX0Gy+uoPlAuJUwjsjINHtZL0nz7ZbQCniiBtG13S/LOcewrj7W\n78nkL374EzACR/T967bUjBMk2YwFhQDC/MEcw7WTm+3lzCTq0ZzwJptou1U2\nfG8sxZU6PnaG+lAUyJF8tSgCXXmTw6YcklppSebsUaZTDAsEo6IWBwhxf2rv\nEpaEIHfdMoEl3ICtqmvedf6c4QPHwtMJuj4G3ZglPIpmGuqfVtQnvu2PjnTa\nsOVyGiU7+keddDQUYWm/oGCcd1a9WIEOzJb/5ZzgY+FfvBu4RS8snvD6IM+F\ns/An\r\n=O07L\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHN58GSqQQVbqSq0x65Zvy90pPIP/YCuqET2GPw8tFyvAiEAzlewFZhO7NCER17vFVM9uenc/TG7OCD3mX3jvQRd5Ac="}]}},"1.3.5":{"name":"@node-red/registry","version":"1.3.5","dependencies":{"@node-red/util":"1.3.5","semver":"6.3.0","tar":"6.1.0","uglify-js":"3.13.3"},"dist":{"integrity":"sha512-wy74xMnD87v/oB5P/HnUiJ6kTgdcCTgIJadeRBh0DSwcMjG3MhSxe8QCk3U9BxLH1fxw0IwxWbNgGwzuM8EOdw==","shasum":"ae6629ffd425646c0bb4e2d0601461044f7df07a","tarball":"https://registry.npmjs.org/@node-red/registry/-/registry-1.3.5.tgz","fileCount":14,"unpackedSize":128375,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgo68KCRA9TVsSAnZWagAAhuIP/1q9iJS7Rf+IETD1OXW7\n+ASeHRusOQmTiMZRkZEeLWHuU6QHf7mIFFg8qjeAlFvJhVlGQ0VFFlcpifQD\nCSySlp3rtVB8uJozHVrqOMz5vITT4akVZyzBi/Y8NyMf2MHPmsn1jNchViqF\nYzAJH1ZHxx+KpRWmNKnH8qGwiEgR3AX0m6Rd3ERd3RpZQMLB28sUlHdqauVy\nTnZGXfKO1kaCavj1ZPwy0vk9gb3eaULahzgqLqxZLF4TRUWJzy50xJx9jJFT\nF8SdMCaiUPTLzvox5VGRNHLJ+KDVyGeVpMn+g2NTaGTxC5VmT5ma8thx17zv\nDBtjS9lpbQCTNi37TBTJzG81ffGTJbHL7yMjPEB83BJ8R9JzUW4AoUsnJCu/\nSJ1ySeoIBTCnHudbZDtq8LUUUbpGcjlSLHuMUJkSQ8+GHOhSMnPJfEHN7KBt\n2+qfRkjJP4XiWAP2Wv9Se7MvnCXXscZqt1mAjEb94zHURseoOruT2fCkfkze\n/KlhxrWO5RWQtL9RP3gikaAvXoO0CPm7nrjR8TdCG0XZGqf8gXBK/odd5eF3\nNSTztCHjQL3NQUj+7kkD3Za3RpCWX9m3zm/LdkzNEG5MAN+B1tlZ6YLujPy/\n9FijUrou9jW1SQavOoaJQgrUl38iL09nPdZ7DoL6+cZj/HB2Oy/I4mmOgRWs\nexaa\r\n=dFoV\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD6CpfEP1kqZlAj0FxQapNE3CR+AwG1o8ivjH+eHS7SJwIhALvhFVUubnGfSGEyrSfPRI9HldxjK2cZCxepLzvBbKwG"}]}},"2.0.0-beta.1":{"name":"@node-red/registry","version":"2.0.0-beta.1","dependencies":{"@node-red/util":"2.0.0-beta.1","semver":"7.3.5","tar":"6.1.0","uglify-js":"3.13.9"},"dist":{"integrity":"sha512-wgACqZnahrOxUbdgaEIh/lxug8eASbbG0wACENXOywzpk4kdqjUPovXW/dzajSIyZZEXr06LLHD4L2vrvUb5lg==","shasum":"2fd9afa1c30ef3987565fb2061ac2e841d183fe8","tarball":"https://registry.npmjs.org/@node-red/registry/-/registry-2.0.0-beta.1.tgz","fileCount":14,"unpackedSize":131483,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgwitWCRA9TVsSAnZWagAAB4kP/Rq4tLr8CKsao4mgxJEq\n5zkIzcfGvVAXOvrbxdwCt9MGulfvE7upbDzDkOYW0nPYv3KWpX4lkr1tdBi8\nTSDR8qlOnF8M9fsY4gwyCEzwC6LTXIe/iRZ81Zu0nKwX8vy3O2fQkghsQ0u1\nogvSfo9ydw6MT4gNycmnl1wfXmQmXJSsCVjICPtB0RV1vgspiXlrxYDoPBI9\nugaVwtw6I6P5US2RPIyO3IGerjDUZfW98QoLNoRtIgMUWYB5Gpi31p/TTKEO\n27IYNR40t9pHCUwniH74mqtFBSHSfFd1UTWDCFSFwJ7ymV6OORSguXSyZGAV\nGdzXB4viLGqePvsV2pXNv1K7UFK0RVpyU1WynWX1X/WXy4q77NELOl4T2dCn\nsJpnaFA5wBhCEo4g1ANJqTEDj11UzNbfCw1QA0ZkERLAtA0FYt39TR1eopyx\nPHx6w2nzVd2k1VTcq//ARKIY3K7clSJ9aPGMqg3KSTYNHmlySwGXj50yM0Lh\n0oFIVWeVA7KKuDxq8jMo9pEMyV5wU9x+MCRPDDviQEjC8ez5/m02rdwlBBpV\nfruzn9WV8bRSKFY5WGeQLQiMAcfja/Mfl95TdEwZCD3U1nzWxKrtZl/bjNwg\nyLPleZ12//0MJnHR9MATm77YiJHjDM20nBwgKNC5s/hiWAyPAvBwn9HwxsVx\naVK6\r\n=rLto\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDQwxu86WyjqNRJDKvtoO31JH2/FuyilBp+9BqVpGH9XgIhAMqFSukf6l3mJhjIuyFGcP62cZKyogizVV+FwNDgDjDz"}]}},"2.0.0-beta.2":{"name":"@node-red/registry","version":"2.0.0-beta.2","dependencies":{"@node-red/util":"2.0.0-beta.2","semver":"7.3.5","tar":"6.1.0","uglify-js":"3.13.10"},"dist":{"integrity":"sha512-chkDygpw2fQuQQc24RUdH/G1vg72VZ1KrKKPveUsWOetJY8e9wG2WAIZq5oHdJSRtMM8s1LBFv694qmYNK3cDQ==","shasum":"7e72e7a06c9f5f753d794a4819ea97b0c00b9afb","tarball":"https://registry.npmjs.org/@node-red/registry/-/registry-2.0.0-beta.2.tgz","fileCount":14,"unpackedSize":131575,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg3tsuCRA9TVsSAnZWagAAqRkP/10qikCWbfX42EGDWL65\notsZ1uBGTFgxmR5i49G5UM9XAfSRBC/lWnnPIsMRXugcElbsXPVMrMiOIR1m\nDO2Zg7DHByC2o5iasSy2ypevyrVlHKyn5V486QZ/E1xJR47KBmPWm+Qd1Ul1\n285IMLNsww0rpwwFDijPgJ+avKuu/i7VZq+cV9TJlt/Bhw2RcgLWIyE62bPm\nfovDIQuWUlyzjIzHvklJTeT33X37enHdPz1AM3iH8B3/xQlUXX44uujSZ3d7\nKF4/CgJ5biXP6MABw1EEyya6BniIhW79gZjXmJ6IqGRekV1M75FLOOvuSOA/\n9qAOFzaOOAflGed5aM7254efcmdoAzZdxyM5rOvGrKIx01mwkibZ8zprTQTf\nY77efgUjnN/aWumXAaFDa6WqDDg7p73Ynjm+nDvEAHAPfwdSI8wLdYVMrPwi\nUt5oj4F/chPVZwf2aO9GZ72MfDk4BMeBYC+AtHCkEPIvSJy6/lko3FmKkifz\nUHF4M8JWL8be19xCGLKbnnPDRGQA0j+2LfK5A8I1pwaNwo0CcwK3xqTKPWPU\nn1KYY5TSef94KeFlgr+LSxKYvuIXlp6tRGXEU5+riyhL+KzJF7GOKV15Umph\nGq6/2uDY6oznBIvXOSTUH774xpzhCzE+1oGJyr6bIDhor/c4z0QZpKPHdGSB\nIIw6\r\n=DTqb\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAxMZa39uUOjyf3s7OB4c+Wcqc4HGihRejQJ75k+WlPyAiB43w7JjOyJHqTuLx8gz7Mg/G5FLSJp8qE1yEeK8bj2hw=="}]}},"2.0.0":{"name":"@node-red/registry","version":"2.0.0","dependencies":{"@node-red/util":"2.0.0","clone":"2.1.2","fs-extra":"10.0.0","semver":"7.3.5","tar":"6.1.0","uglify-js":"3.13.10"},"dist":{"integrity":"sha512-ARuPoPpUSgVPsKlyksR3GEhQxr4r6WlHxwGU2MEWq9BHUnx4eiqym2L8/+3Va+ouHKeTgZwHe70RiVZ5mKFhdg==","shasum":"42c67a3882f4086e2e45e2f68b5324feab5ad87a","tarball":"https://registry.npmjs.org/@node-red/registry/-/registry-2.0.0.tgz","fileCount":14,"unpackedSize":133947,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg9qfVCRA9TVsSAnZWagAAwGMQAJ5QesUYKke+LzwsHAxP\nEHRY72KylnqVmOVTPk9CqHsskAjvMzzOwzRbYHd4zS9U/lnTVnFa9JtbfUOW\nUJZ6hvhRMdxadCvRyGKqPeVDZt3Sf7ErMTlckWmayDbO+PSsmaVt2LWy2x3H\nCf4dY5BkE+5x77SFiSMkQ1/ZcNWQbFTQEmRFhFNuqhGTpjxhikOe/zCL+d5m\nBspjKJGtB/2A+vVIFSc/+w1jO/1y8gYAdHA+hqWqKHD3S4rDMbsQb9xT4e4Y\nHQrjsIQflOUabtYYAeu2CHxBwUSlQ4Orurc2D1gG+TpHeZw843MNZmkXCt1Q\nIirGgq+2WP9lY/mkVAk0QNMKRQWy7dNl+dlLQtPVtqJ/oaId4Z25rCJ3Okbd\nWLGMU+LPXjawY/6LJGe7fOKoQQWDS9T9iOH6WCClcUhvNmaGLwrMHbHe4fpn\n+arFYxXMxL/SNQSmOAtvtvYSYhY0yzdheceI2TK7zjbh9F8uS1lOoylD+7+D\n+/nXZ+VDhFFmJFsq3YozY9B9MpQ61M1KZvfog76wWV/tc7xLAwJtsXF+MbOv\nwIR0PYglmzauFHJWR16dEIIO8Y1CIPGQ2e7vZMLGA6pK+HzdEjCcx3OOnVOQ\nIwtLPcRgt24C7tYrhfOxwa9Hv9d8ybSlwBZnHzzgNkwqRSSWtfXWIwxENusv\ne3hQ\r\n=M/ZO\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCaZry8CyM3D7UTYzW99cPXExS1LnbOT6MRM3/uH9CpbgIhAI+Pmo+p8h6uL2dWp5TJhPR2e4g89Fy0L3yI2p9kkqAs"}]}},"2.0.1":{"name":"@node-red/registry","version":"2.0.1","dependencies":{"@node-red/util":"2.0.1","clone":"2.1.2","fs-extra":"10.0.0","semver":"7.3.5","tar":"6.1.0","uglify-js":"3.13.10"},"dist":{"integrity":"sha512-B2La0qWpSEqbiiBWVmUKTqS4y/c/pZuUDPu7a5ZibGgcUEe032X05uZ68wIYMt1y2/ltnUlrPSdOjjpzpxEhEQ==","shasum":"3e06777ea19e4126c7cd5145105fc687aaec26b5","tarball":"https://registry.npmjs.org/@node-red/registry/-/registry-2.0.1.tgz","fileCount":14,"unpackedSize":133947,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg9tPiCRA9TVsSAnZWagAASOQP/AtOi1J+ckoIOJiEZuRR\nm1gyBUWPWzdC4d1jQufzQUgbntYXHf90Sf/ddsvnNPAYzhqCQ23sl26U2ID3\nT4AW0OJLDcOC3qhtjFfI9Zs0fREAK8bd5m58LktBxkSWqErx/5HqxNka+kYn\nqYkjkgRP0M6cumu/RGiZ0bE8wPqSG4ck3XFPVP/j+cIz7Z6FnOSnkciM49kU\nw7WoA49Jtigj5X3qdrIt4hZp8V279O5krOkGAjb1MmibFR1YZxtCGwBBgFn9\nx6pnbDrjjRRQg4GvFI++xbjvzoMJFE1HquO7+wO4JKnIBSkxXArnfFrqUoMs\nHFOKGyiwnRBnAgKzkUo7jzogcGbZ/KtpNeQPELPqqsF+9e+PKj64Q6Ausr59\nafeZb5GzOWvthNr25ISiwr9/KMaM0MfllWIvUPnz8Scm/nK2rJ8/Pwq11KSR\nhLQK+Z78oFiEUmPVtXG5DT8aI63EJel+3gF9pJeyYTx0rW+YwUek1FcWRDMv\nsqKMc3VM34RPvOp+Wp+PwLHuVeJ9g/0ukhu35BIK/qR8eMeDCACoJibtA0sN\n6tqy8NUl1DhfnaKjnw9P0mZRLJkdd3yfhyRCQELZeNsz/9B4P23UBOo8XyqN\ntT/LHuMYcpG5lfixyWnL1dQWaAw9n5ClyxlEoPnpHoldBXd6DIX7jQ3VeUtk\nrWfA\r\n=qF+t\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDQyipr8Rie/dBQ3JpmiORHNMzaw0Ljna8VuNKCoo39tQIhAL8KO+btzBPwsgiLq7jiwo02yFfQZqzxZMpnEjxJWae4"}]}},"2.0.2":{"name":"@node-red/registry","version":"2.0.2","dependencies":{"@node-red/util":"2.0.2","clone":"2.1.2","fs-extra":"10.0.0","semver":"7.3.5","tar":"6.1.0","uglify-js":"3.13.10"},"dist":{"integrity":"sha512-KXpiH02av/iKA4LMf+rk2/vtAP6dwRScLZ/sj+BRKmstdwikR0+qR47bTujTuebjS417VYXrkwK+/6OCMJWoqQ==","shasum":"e8138e87437e658641a7e5b067ecc12a0c45413b","tarball":"https://registry.npmjs.org/@node-red/registry/-/registry-2.0.2.tgz","fileCount":14,"unpackedSize":134047,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg+UbaCRA9TVsSAnZWagAA+xQP/j+RJ+pI+dl96wUr9KPM\nJhX4Yb81CDi5ctXSiCYVPIYRP4LDFreIDzLBgEgiYMX+AUuqMRYQ4yg9Z9Ys\nYJe27iyLUinyIUticd7/PwEvuwuJOy1FwdiGAudH144xy+GCwPrBQkdZ14MY\nB1mwckSp2tW3uDeSauiCKivazTvJ75GsgEC4wgPLlp8ZjXb5v7YdhknvaUh9\n2UIvrcWTa+kc9QkPGLxLVtBmMIv9XRkR/uZQn4AqV8NYubdr/KlfP2F+gxf9\nXZS0EG/fdH7+t370oImeMI4TNXrP+XpoybiaEyWrTyyh+LvlN0KKw0dEf+g5\nE/KbNS4TRjulBBnj1sWwVCAlK3I61g4IGCgxg2lJ+4TPSk/dlNC9sm2bCTB+\nODaj0+K82FgRJhpsMeOoAUgUDp3lgcW0/I/sIjeqHoQJ8GNnI0LUPCyvBYpK\n/ak9YMhRxMh5rq0fr23r/7GaJCOpBYwcY0AVFuIcP31TR2HtdjN2togIbFXo\nXPanQuwTs2oGWjP1Vz7bIvHD5/BY9hwSttlV76xXnhlMHEeqiO4XHlhqUx33\nir09oBSddtcNNCTfoZQbrtcUvsRwRSEfqTPjAysmJD7ArHgqMiXlngvg72Gw\nefKSpIRpcWW5zeQMbXKACP0SQHdAgk6LP1H93uKFsEEZv9IkPKKEfa1FdfTu\nAaSm\r\n=0Soe\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDBJ1sfnjThIz5nAzhXyFeRDSXlqACTop5gKlfbp7Zl1gIhAPJC700qGSKm3G45zFg6loxAP5/Kquf1rxz2Tzu1oqid"}]}},"2.0.3":{"name":"@node-red/registry","version":"2.0.3","dependencies":{"@node-red/util":"2.0.3","clone":"2.1.2","fs-extra":"10.0.0","semver":"7.3.5","tar":"6.1.0","uglify-js":"3.13.10"},"dist":{"integrity":"sha512-psViMyuZQfQHktASYn/SbVNYbvT1qxmlMBxqZcNEDAqYipJg81Hd35beGt7l67D5840Xi3QSk0/l1HnsMzzeMA==","shasum":"00c977085c7128c7a536add7ff351b0aaba76a85","tarball":"https://registry.npmjs.org/@node-red/registry/-/registry-2.0.3.tgz","fileCount":14,"unpackedSize":134047,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg+scDCRA9TVsSAnZWagAAheoP/RVbppsNmKYegPGC1iTF\nIAZ1qZQnGQjr1wjxWsHNtBIcRj9XXnMPy5h02EilPVo8F81/uj1nG5UjizJR\nkFIlmOX4xrBLY07GSk7WIb+ab+Qh0uxKR3MVq5NBooSsHhxQuKKydMi+5qqs\nP9a03l5yQF+xiOqglEvtpOvasdDBe2u2K9UzI6gJ3kNqHtMLNedXFWJ6t9T4\nohrB7tEVRabNnXmCz3Mi57hSlapWUTIxs6j5zZ0EgW5T80u1nra5wVz747Ug\nL8zBqfEZgksKwSTc9RZVDlZ5F24RngwcJR90DaosHCym0v9/AZQLxkaGAiPw\nLHyudXnIS6llAgpIUze4djkF6rvIKF8LomnsyQfuXxLMFAuAuqlEbbRUK801\nloCudYL/xQuoyQmmh9GvaTeGEWcNEuM5eSMv7+eRnnA89L/qralM9g7CDakA\n0gExhGhmnctNO12As3TohIs0gowm+nN0r6sRyE22NFwlR3BrNy2KaG8zq86K\naSdFjxrwXK/WBk92EeIQE3p0qJwh3Bzk1+nlHrrh49AsCXI8LKBkzHHJeI+k\nchy352v3PaiVsYttQ+2guREq8FtjfYxi9CeLCb7ENwQmmLD/AwCvJvHpPnJn\nw5bXxG3W2wSwcyPaoS5MXaoyj+4Vhvn6Zn2AFoPrz4pjYe0ReFX6QzkNLZtI\nry3K\r\n=gRzB\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIC4W+m2ltfffQvHFMOJTTJMcED683Ae8whYsV9al3sVzAiBldGuo6/w18rPilJ70Cl8wm2/gwREL4TJA1uTIITniGQ=="}]}},"2.0.4":{"name":"@node-red/registry","version":"2.0.4","dependencies":{"@node-red/util":"2.0.4","clone":"2.1.2","fs-extra":"10.0.0","semver":"7.3.5","tar":"6.1.0","uglify-js":"3.13.10"},"dist":{"integrity":"sha512-qwowUXPglcj5bOeUL17wWH1VtPOAZY8bGQ1CY4uWP7PnKvt3os0lTyfGqsZLaL78QF3bQLSuIXj+y3xZRl5XJg==","shasum":"869f91a0cb67a047059e629f9fdff8e9a5b6ff0a","tarball":"https://registry.npmjs.org/@node-red/registry/-/registry-2.0.4.tgz","fileCount":14,"unpackedSize":134047,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhAS0jCRA9TVsSAnZWagAAf08P/R+80dxKxNNiKuQDlGTN\n/pLXKl7GNXHGcKmmmm/QQyT66UmeIetTGVyja3iWbXUhmXmuVXxzuIRXleRS\nr/+BWo+H8rqVE/wpp4l0JV4oNxG1xtkTdt3psMa4b0MwaxWQBH/pQt9vpNKL\n5qLTS+cstVQH/b4oueCi6XDdO5zsPZ4tbi3jWzyovnjCvAOn/Vliwqp8xZNh\nY94VHNL0mDv7VhbScU1NowxliceDqgj5YlpuGy4GKQNkSMhi9TkZjwo1oA/I\nQrDtdQALyLN4Ky8yzAyQcV/LddA0UDKjkZ1CJowmzuIAgalZcXHVomDrH3A6\nkr/mGkDX5MMDcTC20PpxJPN0Il6y/Z9ZPQPzDAeTWaia6iIxizT9ZP6rQ51v\nJwudBP4Kfs7XHWIisjcgh1UGj7ZObCb8uw4M1WXIi/tZJgWfTxCzZ2Bq1tZZ\nwCNjBjkTcf2obKuISgy76qhV1aoTDCMQz9gb8uul2qQRFQto9SsC+ijaMKiq\n8QZS8SbZBrlnAItVMPveA84ZwxqrtUZzLBO8Yj4awd3uuXNANgd1h7wmSNTY\n5beBZ9aXK3fxWMnjOWlMhS000kpECfUy1HKku7IrPKWRuyRqbSI3CXgHiPNZ\n24R92wtB/TxgkKHAV7KKvPjX4BirCrE9Cr2NtpnjW/LT3nxr6fR+ieZmdSTR\n75L6\r\n=secQ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICFQ7PH7gLiVxyKv/VCYWNwxri5dFHUeFw602t4CouiuAiEAvDcfhWekt6B54meGR4al8TJe8v298aIiRy7JzHsn8wo="}]}},"1.3.6":{"name":"@node-red/registry","version":"1.3.6","dependencies":{"@node-red/util":"1.3.6","clone":"2.1.2","fs-extra":"8.1.0","semver":"6.3.0","tar":"6.1.2","uglify-js":"3.13.3"},"dist":{"integrity":"sha512-d3CArCvr248yAXg7xn7Q2+MPfNPttDPdxD5psPalCeo4uDIodqZX7tFZ8DJGnUle7+fj6hCVSRQCNzjb/5rSkw==","shasum":"20f35815c2be6b447535c916a1fcda88ff95d25d","tarball":"https://registry.npmjs.org/@node-red/registry/-/registry-1.3.6.tgz","fileCount":14,"unpackedSize":128521,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhA83DCRA9TVsSAnZWagAAstUP/1m5Fj5EKF4wuZ62Cc0d\naYLnaelo4xIpg5nN3tkaW96qhJpZbyur4rCvBHciPPikKr09FtAXbeWmlHj1\ncrYW14Ue/BykiJZ8qkyXcwiUKKXs7xviARWks5/xpaEFbAUpAvCGPZIFZt0X\nQL/dOQyuzi1mGjuijdTUutRFidN9hyvkjig1tuQld76/ai+6FVOsZG46INcu\nrVn+HzH+CjRJc6KC4EiOfN8GxFUSW1to20DYxRqwJa275lhiERXsO/480HFr\n09FbQj4c9qRf1kkwWv9uBACTsUGWJtbUkL36uTir2tuynT8pFtnXJFwfMjn8\nNtw7hxmHg//Ywsy5JHiYXl0eQVq38DLFALt3f3mvGsR1C7UPzSRdagDrIsb5\ncx86x+dYKNPFU/s3yA32y0DwSxRXqTF3PDYZhrUjfiDwjadKYQC8G9fAmRAG\nb+mi11ZOn4ztmFKc7DUlElDpL2D9PjpvZS3BlrCAIgmGKkeG2Lc1bQSO6fl0\nbbya4hvwvdTabTn095ag0scXF62PoUTqY28K/bbpim5P4B6ZLAmY9vWy5wWS\n9YFrF2h7A7NC9u4PexJRwyCb3fpKek3BOQ/o2yVJYFCkLVm9rx1ocMD0kKeP\nDzUKRq4++0bdhznuntBPm4/vc/VPoP5S9YDPCOcmJx+4OB4q3nY7P1M2nOyS\nqxuk\r\n=RUTt\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDfWKu3urFa6jTZLarxiSodtTMt6Cdvv+w9LLN/vCLgeQIhAPOJybcalb8zkifLel1QyHbxDvoHtSkyWnaKkZCGJnwj"}]}},"2.0.5":{"name":"@node-red/registry","version":"2.0.5","dependencies":{"@node-red/util":"2.0.5","clone":"2.1.2","fs-extra":"10.0.0","semver":"7.3.5","tar":"6.1.2","uglify-js":"3.13.10"},"dist":{"integrity":"sha512-UVM1UFuyNGtyLIL3Fjme67uvlxiiQlYVrabFwzUa0u2zHWf0YpzIQgcwtFY9kIuj3h0rVIN+EzuPZIbQZVISNw==","shasum":"5ad422cf3c4dfcf2c6d527864d83d50d5bb7fe45","tarball":"https://registry.npmjs.org/@node-red/registry/-/registry-2.0.5.tgz","fileCount":14,"unpackedSize":134047,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhA/T4CRA9TVsSAnZWagAAQt4P+gKkkozjmkdqutA70vxh\nRCwh8DSB2a3vZESnCNtZvopTFFQsm3omK0Oldu6Kh2ohr0Zs9Q45cD8T/X7G\nPgOakrN1wDqTiupYg2c+dZtTv6R+JmedU4W6pKw65tH7K1hb4DzWx635Zsf5\nI7GyJSXncOhek0M2pTgQGe+HM6P4npVdKY+/98JmEkT8vrDgRrLNfopm4E2R\ndxqWRuqjGeKDcz/anMSmJZcalbSeUQpXu219jYw3T9hk8zsU4lEoL4lz1kJh\nnoTxB+wpwTdNw8egW57qj7eAU+Hyhr7QYJaBhDUcMrlTYUk+kcU4X6grqctg\nWEtGXpo1LJCRC3zDE3jyV4bCV3UEoj5OPBSesnKg1U7YKQdO7N83KuW8Eb3Q\nWgnjRC0mC5j1wtn7b/9SZBv5oZqlv/wKAtYBhbs1M4LcRFFGteWaHf+2V/yt\nVt+ZeiyhLkjh3EEWH2JbQ6KOKZ2Mmhky/zh/FbMAdplMiuG202D1hiBTZZYT\nBSKiGq5y281rPBNYV8RqGXks7kSiq/eTiGOAQLzdY+NrerOKKYlFONyu60yi\nkDzJ9Artel+6mDNE8vb+nTUp8XvBnTHIJHTqUYMIcklyDTf49j4aoBnIFjnm\nrOYsSWsXfgbWE9Wk7a7XwLeAG3DCTMBaL208poHIpkOB9M0QFXCPBO/5z/A0\nfufX\r\n=QA4h\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCaUG+omJoFHWzHDyqGGcxkXIN0sLDe5GXmaPMjp0kAmQIhAPNAZMKUXC3H7mK/bEGlgen72KfI5XEvSN5pqZnKvq4q"}]}},"1.3.7":{"name":"@node-red/registry","version":"1.3.7","dependencies":{"@node-red/util":"1.3.7","clone":"2.1.2","fs-extra":"8.1.0","semver":"6.3.0","tar":"6.1.11","uglify-js":"3.13.3"},"dist":{"integrity":"sha512-nv0GNzldsl+zSbKGNEueh8IIA4p6cr8AwBZd691mZGWv/7uPDwa2C/FPllagCMTs7+wtb7Q5gYDFz+1uGGlKyw==","shasum":"3b77805216e7062900461d8215d75fbec827f09e","tarball":"https://registry.npmjs.org/@node-red/registry/-/registry-1.3.7.tgz","fileCount":14,"unpackedSize":128522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhMIcyCRA9TVsSAnZWagAAo70P/Rz3OQ2exlcDa5mRna67\nDvPtwJMplvuVin5+jMNDXGTuJymIkVUqE7Z27xsZXBty25/DVT5H6XpbKS8c\npzxcgRnJ6F1ahLaFyNom8VHZlVtOVYl06lEh8rlhN68M21kodL9U6R8Au9fY\nm8g+8maUcv0+MV5kX6yk2fT61X8nx9lSbuAtkuyCqUCQCFcZwI1+jfdGNM45\njQrpzqwgSkongCOaXniAoZZSb6eNlwnTM2NHhWP8holNkER8c52H09z0fCvo\nq32lqxc86D/3kSZLlVGTh0BMgy/bIsMHYOOBr2vuDsOgQgd0MZ4ZmmqBBBrL\ngDS4h9xGMK4vM6xh5zxIVMMLuybQk7C/OoSxLYMREqTJSag/A5pd+EQsjpH5\nAxTwBYYlt8rtyzwqhVOhJkJ/74f9WxCMrkMlAXH88CgVco9hrWVgVKdkquR7\nmW4D30rq9FgHYBcDI1k8oEXnh20lu3T6Ce7Q5vVZTkrjcsTkpGXUoPazhJ3D\nAfTy9MKwjRqFuDQ+6palpcUd/V/YALr7VWwdAVBmGO2UD5vjvjjN/rB/xAfS\n1LPxfioFrFUTnR8gdnjKOn7J0KiZwr7R+toMdAggyKFmlLZfYlh4lr4bznAe\n6yKDcr6m/VQLGrBPzfwjhT/wW3L9eimw+qUdzSQedy0xHtJnMjk2uo5LdYX5\nE2t4\r\n=SESO\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEVgCwmk7zL9mGwYRlKQanWRrbAJ3Ort7IyUr72RPv2pAiEAj9sHJAWHC7ZrLV0VqjPBM6DjuUicj19oXARt/1Fidx8="}]}},"2.0.6":{"name":"@node-red/registry","version":"2.0.6","dependencies":{"@node-red/util":"2.0.6","clone":"2.1.2","fs-extra":"10.0.0","semver":"7.3.5","tar":"6.1.11","uglify-js":"3.14.1"},"dist":{"integrity":"sha512-EhxxmUnCpYXztMlalVYkzaIi5eRGMM1rJvdFgQBIx5WWUkZ1h40a4KgnbbJ/VUthKaQLqbq62P0SX5ZU8RCtww==","shasum":"52ad63557e15925734e8f6498a69ea39731cf477","tarball":"https://registry.npmjs.org/@node-red/registry/-/registry-2.0.6.tgz","fileCount":14,"unpackedSize":134047,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhMIgZCRA9TVsSAnZWagAAlRoP/3GWVhIjFwXUTRNfa0F4\n1RFRFUTm2dohHvrccsNt6vhvkZo+abDgLAsVryNuR4YFNXTzrjL7uaL3Q1VQ\nzmkHpSXazeYK8dM17r2gqVbllvYP/tj9ggP/hJJUlrp5fn2Kdjgswz3+m6Kf\nYAQycCy/TPSBCKIh0YayyUDKR+1aAD1vp+RbGCxZGhQAukVuF31cE0omCTZV\nxOOgwP1FDp02q2ou7gUP+uPXAvkibQsAWk+yBufeab755AJDNebFpApIZede\nprXSPxeh2mtXMkZs7N080njWg9ctRC5kxmCqjco1JlGBw+v0wOWFhOmDq5FR\n+8gynx4wEOxnp0bomBiuqAAOcvGho915dV8suVssgzgwOmE62dt//kFj2Gq0\nu0F7X/GEi6ZKrKD4i/TpTbVEPNMCT6J4Uym8SJTBX/RxTc3WFZDnChgVG8WL\n/wSTJV15/626vDCdtFfnwKkW86WKTeFYmHXoAZV/1y0bkB7KHiCCdlZ6ITIE\nBE8rK3uW1sPCv3GTb3fEMbK2RHwgw7zjm0Oe2XRE4/sgu1pxLvirVfjgx8zV\nrbthCGrgRQJ7KxJBCnLSUcqh7qZu11tmry2Rt9EcU0dkTGef2kCOMzJT0Ev3\nGmk0quYrxvOYmONV8prSKGS8VGjgxiS4hAOrN5jBwWvegsrshOPckQKvVBxG\npnlk\r\n=brXn\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCID5QLYvQhXq2DLaJOYFEB5hT98eVZJ1H2TkLwWk4PsBjAiEA/42kXz7nuZZEYqpABCiSgJ2W1/d5XIPnraiRSFWY0F0="}]}},"2.1.0-beta.1":{"name":"@node-red/registry","version":"2.1.0-beta.1","dependencies":{"@node-red/util":"2.1.0-beta.1","clone":"2.1.2","fs-extra":"10.0.0","semver":"7.3.5","tar":"6.1.11","uglify-js":"3.14.2"},"dist":{"integrity":"sha512-zhqGPSyhqeZxdf1ujcwGXJ5wojG5hJmB8ZzkItg7KF8z8VefZaDno4vjQT8KSR6K/2L7kqSef9v97fI85msP4w==","shasum":"ed48a12d2f9fd3c278e1b9ab656f52ff4f1f62ba","tarball":"https://registry.npmjs.org/@node-red/registry/-/registry-2.1.0-beta.1.tgz","fileCount":14,"unpackedSize":135968,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDI/6qSiqc4GNw7ajMSGrlJ0So9e12DPNArXzcGMpfAZAiB3ZLTS+SNEhjml5SbBJ5/DZjaaKWg7qvS6p64tBj0C8A=="}]}},"2.1.0-beta.2":{"name":"@node-red/registry","version":"2.1.0-beta.2","dependencies":{"@node-red/util":"2.1.0-beta.2","clone":"2.1.2","fs-extra":"10.0.0","semver":"7.3.5","tar":"6.1.11","uglify-js":"3.14.2"},"dist":{"integrity":"sha512-f/1tI24ijvjPDW8mYe5vUwoaZNnmyFjmZ58FIctaeDdm682lBYRLtYiDat3LEuFOf3YHSQC3E8Wcnngion5OaQ==","shasum":"875c0ec237a0bc01fdca7cbd59c4778b691b937c","tarball":"https://registry.npmjs.org/@node-red/registry/-/registry-2.1.0-beta.2.tgz","fileCount":14,"unpackedSize":135968,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD/xkbrlrDLdU3UbQ1H4pykilgk2htSeYN1J4ulGrbMTAIgBRued7XT+5Kl04cLRDctg2XS0SxVmFJ+QtKCi0LNzxc="}]}},"2.1.0":{"name":"@node-red/registry","version":"2.1.0","dependencies":{"@node-red/util":"2.1.0","clone":"2.1.2","fs-extra":"10.0.0","semver":"7.3.5","tar":"6.1.11","uglify-js":"3.14.2"},"dist":{"integrity":"sha512-X6vppFxBksGvTH7t/1uxRCxBieduLOGsp00MBhjv9eRzLS97GmtO4D2nheYiCv+Yj1bSnlaye7ED+pasgx0RnQ==","shasum":"d14c910a46c138a3e037ba41fb2b0e5dce3927ff","tarball":"https://registry.npmjs.org/@node-red/registry/-/registry-2.1.0.tgz","fileCount":14,"unpackedSize":135954,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDf4TKhEUSWaxtv4l/ZQak9pzlum5Zqzc468ZzJtrITlAIhAMiqb4Giu//TuOCg75E5nqhV4drxb2PanvVKkg5jWSNV"}]}},"2.1.1":{"name":"@node-red/registry","version":"2.1.1","dependencies":{"@node-red/util":"2.1.1","clone":"2.1.2","fs-extra":"10.0.0","semver":"7.3.5","tar":"6.1.11","uglify-js":"3.14.2"},"dist":{"integrity":"sha512-as19Mb+iQwiH/zixNB5HB4PSmGtnI/to/Us2dxmVy0rYvNGv1TKzMGnJNhLFT0Q4I4jdwnLhxiBov8z+3Veeag==","shasum":"5d3cae0c393239727cd6e065166a609e23f4ebc8","tarball":"https://registry.npmjs.org/@node-red/registry/-/registry-2.1.1.tgz","fileCount":14,"unpackedSize":135954,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFjx3IOef5nr0QLb+AOb1VX0ZTXHmzy6xifYxsAMbJzFAiAUt1DiL0ZYIxIidhPi6u/NFz149JMLIcCvcGrovdyf0g=="}]}},"2.1.2":{"name":"@node-red/registry","version":"2.1.2","dependencies":{"@node-red/util":"2.1.2","clone":"2.1.2","fs-extra":"10.0.0","semver":"7.3.5","tar":"6.1.11","uglify-js":"3.14.2"},"dist":{"integrity":"sha512-flgrN+WKkaOKWtFAnVA0aA10CFzEVJ27tPy9pTGYBiyW1IKpRPQeeQT9fV3BA1K2i1+W7P7oHRiADd26r612ug==","shasum":"9b4464f944b4ed5a517f979d46a774fb6729259f","tarball":"https://registry.npmjs.org/@node-red/registry/-/registry-2.1.2.tgz","fileCount":14,"unpackedSize":135954,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHL+RA+n//zIrPTXxc+7YKcRnAe8B+QoV07xS6h9PyaVAiEAiIpyj8Fho/+V7bCE/DhOtqXIUONfp2rCIOB74U5pG3U="}]}},"2.1.3":{"name":"@node-red/registry","version":"2.1.3","dependencies":{"@node-red/util":"2.1.3","clone":"2.1.2","fs-extra":"10.0.0","semver":"7.3.5","tar":"6.1.11","uglify-js":"3.14.2"},"dist":{"integrity":"sha512-78FoG2AsMHiMYdV1fCMvAkwTKkdF+rP8mv5OfNa+iPhTU66n24AtnwFeWOdasc2ZIP4zd7Tbxr3pcT/+m0kFIw==","shasum":"9248c2588a7d577d2b926ee834aaac8089febf8b","tarball":"https://registry.npmjs.org/@node-red/registry/-/registry-2.1.3.tgz","fileCount":14,"unpackedSize":135954,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDpQjZB7oopgvvggoyTY6rqCjYIZeTzbJOpOihjbIzujgIgSJTSrILbaNF6fGg8od17/kLyqir5/PSvTpvpioor5YI="}]}},"2.1.4":{"name":"@node-red/registry","version":"2.1.4","dependencies":{"@node-red/util":"2.1.4","clone":"2.1.2","fs-extra":"10.0.0","semver":"7.3.5","tar":"6.1.11","uglify-js":"3.14.4"},"dist":{"integrity":"sha512-OinEVN4js8ewEf4q89FJxoCdGELXIjuZo+3AtlXDqZD8uJOnKnB48avXhrWuMFjYCJhQN8PUqulHj6Ru596lPA==","shasum":"700dd73661e533e7047cabab27e8523024c02cf5","tarball":"https://registry.npmjs.org/@node-red/registry/-/registry-2.1.4.tgz","fileCount":14,"unpackedSize":135954,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhqJOwCRA9TVsSAnZWagAAbs4P/jEeL3s67ZS38LxxobRM\nCte/3PQsCqs36acpdEqRpHyz7yeYDXK5jxB3gOuOFd/QfgsIBwVhlWEXcTuB\n9MA64qYB/VYNiP/KHVOK33QTBI2uIi2fVdU8KeOw0bjaP9DBB0v+Kc+ddnw9\nvIznfVgG8TGUn+M+b/iizen2xnCFLS7Yz4dsHIB0YtdSCWQWYAiOYJ1hyU8A\nS4C+FHCihEDCQ7d2i6WlYZxTgqU7JwrsFAjcJz85MDqNjm0gttNhHvP0DqQZ\npmD/uC/oWhsAcwERJErHBKeFu6xRIH+BhfeidIREXGw8AkIG4/upjYUkq8s/\n+J5tGbRs4f4sEIPEODjCJ1M4BDNs7Y8pAYFGY3B3JjalF3OSSh8S4ZUAjphO\nXhFRs/7dO53RpUIq3lgOioY9uXsYnMmF7Dj2zeQVuJfRo0H3xiAxOdoPJjHt\nMhefuIpt0soOWHGQtyKw8aVEPW/LWeYr3pIj+uVg/jizBI+ZNI4Uw4bm3O3M\nAvYX6QvRMEOA8dNt2uxWffqfvQIW0nNZ+XRXPdG0R/L2Lbo6BXJAwoV+dmXw\nUVEkybxwHrDybJltBCoGPWhg+OXmYuwkfLnexS0pfjt18vR6AkIED8E6Z9Rd\nwuPyG/JnxxIR2WL2RdnTlqGB1FiMgJv0NSu1tKqYjWBey2BDDoUq5wW9aXcV\nD4zL\r\n=Vcvb\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIB/SrL0TBlclbAX8hkxdQ1/kPuhE23w8SYm50LYiMnqVAiEA+Vn5J6+sBPBx2Ry4PA0xdlqdPZhXpJuSy/HM0xcgykQ="}]}},"2.1.5":{"name":"@node-red/registry","version":"2.1.5","dependencies":{"@node-red/util":"2.1.5","clone":"2.1.2","fs-extra":"10.0.0","semver":"7.3.5","tar":"6.1.11","uglify-js":"3.14.5"},"dist":{"integrity":"sha512-Ydie4laMpwaFQokAw+MTFjjd70EkbsiV280xxDJWI2qusfK/qzg4wXHdu1JbYOPoXhgJEmUGSv9q9SoDrGhH9g==","shasum":"962d0e8c65be309f07f77519779e31853650b84c","tarball":"https://registry.npmjs.org/@node-red/registry/-/registry-2.1.5.tgz","fileCount":14,"unpackedSize":135954,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh3/+dCRA9TVsSAnZWagAAKM4P/iFNSIn8b4lgtjLZCg4Y\nSdQkq4plQrmYL4Im+06aPUt3u0+fcz1x95psHIbg1j96mKZIZkb29TK9NS2v\nQiX/MU8KvtOmN1UZzfrylq21pZiEvwriXEnWxULMxexEwguwAzntYXXoG2nC\n2QgE8lPiGohbSkM1TT2mfznaFxGnJZEy5PpOwB6XDZsZymIqBAmy4BFs7d7a\nlwlMTQxfvvxdQfr9PfOphUhIFlmzUvy7YUhkVfayt19Egir8CREoicGgPonp\nTYXzaookSjTa9AvY/V8MvCZ8wiTFnx5JAMgMtxcNSRFtBK9718uEwlRpHxiw\nlpuv73f1Y7c9Z3RtgD1sFZz4xXBmqj/4dhmeYd+WKMSBszkXL6hwc2EjvNnW\n9VmyAa2TPIjrz0bDspaFz/an2eSzGtY3PkFPnVS2lI/jnF5aRI8FDuMXiE8C\ncfHjzR7jLHYHxH8hPVPMiVFlTNCaB3zOYoi4O6Y7v5sIiXAsBV+KjqFYUB88\ngriJI9Zs2+mREbkZ/Z6CMCm9ZNMTGwLa6VvqktuOyAg+7eMcR/7IHROePK//\np88gSBsVS5GRBw188sTcURpgETqwA8JG7eLbTJMSJMnIIXQ5Q4tWp4Een56l\nCzALtfidsDmgj4fMFKeaYSk5ZXmkFYo6v706lF0D5ZYbvFFrq0WJO9Hr6Ahd\nMahH\r\n=jI+5\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD9ucyVu3jMoG1bOBRyGnUIRxnqBw7cxDWF6xCIyBCLGwIhAMiwArzrKRmtRymyHhCKYkszukFaeOfPc29I0Xd54dUw"}]}},"2.2.0-beta.1":{"name":"@node-red/registry","version":"2.2.0-beta.1","dependencies":{"@node-red/util":"2.2.0-beta.1","clone":"2.1.2","fs-extra":"10.0.0","semver":"7.3.5","tar":"6.1.11","uglify-js":"3.14.5"},"dist":{"integrity":"sha512-iT1uCaK1RGLrWiT64cg3cBu+5SFx4ARPGjiKIEcAz8sMxjxkSG8GKtGOYvi7ZLjl6K1J0Kmj8U4UTt/6p/bNRA==","shasum":"b8c8a9651468929065c28984e454c65550598cf8","tarball":"https://registry.npmjs.org/@node-red/registry/-/registry-2.2.0-beta.1.tgz","fileCount":14,"unpackedSize":135968,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh4EYcCRA9TVsSAnZWagAA4dYP/0FZPkEDc9lCmfDfAzuX\n5VCPpVFrZyr27j7LGiEc4kI35jAhmf4q5HXjYEibvPU5xKJG5qBoq+p0i5XI\ng2NYzF4CrqoN13AKmfPMw6fEL1/fXAQ2zNTSBG87ZFpg08tpL23f8O8QcAKv\nnJbN7+zr6Q4qoO42KWBZfsrRuE/ZYGi9CUG0XHVI0BhZZdTguKXyVHjf6ObU\nQ5nHThx00xaMYGzeRVfqnMBU861TLHT5Ppu6ktjp3DNzDFAJpF5ZqhmIONNd\n9y3kXMU2r5V3MQ730Sum/fBb8Y2aNKJVUvy1OFsRzbbzlnOCJyi0uZXKH9oA\nEXpIPspLJkmnNn+TYimFlUiq4+/JN7MlZ1kJvcC7y8pcsZWEsmWCiygVrQMd\nbawlUnkwbFahwPUZ/4YJHjOLnkIhWxGIjhNXaWaoLPd5hCHdp/kaHQ5KnOA2\npoeKnsC8ya5KRjeay9iJIxizlYpbEKWL5NK22zoL1lHULcHaLDqOYh5U6yen\nsdMA5mvoqrOfjn/3PoNMkOjTJ4wqSIZaIUs398P9+vQLGrSWFgrq3tcorRrL\n9zdZl75i95LbI5fYmySH5eX4AKBkO9ApICNJe2D6y9rAhgPjOOPztzfm+8CC\nJH2GMsUQwTS1QF+8GoA2isIHn8mjfNMdTnkWmbT2FccQlULjn6H4mjpM4uQ7\nisGm\r\n=1trX\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICSBkn9tTNpYge2GDAvPb6vXPvnYQu+t6odyrHcCfr9zAiAkSaZbR72KRU81P9mW10aL9+MJx6Nn2I6fGYZA/SnZdQ=="}]}},"2.1.6":{"name":"@node-red/registry","version":"2.1.6","dependencies":{"@node-red/util":"2.1.6","clone":"2.1.2","fs-extra":"10.0.0","semver":"7.3.5","tar":"6.1.11","uglify-js":"3.14.5"},"dist":{"integrity":"sha512-QQqhioy0rw7clY2wSwk0mmEMvGG7HOTNa4blnxMrE4JD+ZkcviwbMU4uQLv4J+pLTnFAd1i5xM1JwTH8gTJsyg==","shasum":"2363e2c03537a719eb89a48519bbb4bb7818a0f9","tarball":"https://registry.npmjs.org/@node-red/registry/-/registry-2.1.6.tgz","fileCount":14,"unpackedSize":135954,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh5o0uCRA9TVsSAnZWagAAm6kP+QHuVO4xekp1o1EIiy3Q\n/KkZKx6mIjGNteBPtqvNGH3jDlnksCwECMLWZrvv6S3y4rKG/Nc0qIYlLMpc\nGsVI6gd8dRZT490Bev9ZaWlIUbLlPGqOoHYagNAqJTl4j4RDeB6XsV4DIynU\nYqgWTV96BhggHK1DQwL8Irvu1gfiX4/qPq9L7W4ya8A6nJ1pnnbZuJ1kX5Oz\nkkODLxvfbOELv4rIhsuT+fLiFdI0TYh+3CrQMNLh5FLt24y3Ozzcsc7bapXB\nGhDYj2ce5/xcW/qazCMkwCuicOO4fYuqiaF+jaV1DppeY8K5JQoxC3JFvqTq\nl2hcOdytMnv6Yfwxl7zIKQjThPcvVQ6dEQeRLGstXVhJ0sxnmjDPVGHViTe1\nc5GBxmfyd3Y9ARqyKB2aZm+gYDg/83zwkKPdqKQJ5Uig3ekMRET8n7lUI8iu\nMubL4e0jCON4gOY6J3HRDZGJ1zkCQs+VNvW5lBcq01sB4W06BA+FOSBYyxbT\nmL+7971cEViHt0zHPZCP4WHq5S1VktpZV81QIy9AGQTPtlMwqLacmo1BTeVd\nVbd8JlROTuI9A3YnkROsAG2q5npQ0nj2Utp4aphJ0kbh65T3cqIuywpqhGlL\nG2NMIyerlx7+BTKxZO6X8lbY/NWQcfmEnWuVymCpD7J7uEqbfTocnZ+M+0+W\notd1\r\n=ROQK\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIE8mcPpF7RJ+i7t7gq/LPhKNJs9ihcmHnK3YN/YwlAmTAiEAv6KZfxlxySMLZZ/A8Iw8LaSnicSwqhdORczrCt7hrMs="}]}},"2.2.0":{"name":"@node-red/registry","version":"2.2.0","dependencies":{"@node-red/util":"2.2.0","clone":"2.1.2","fs-extra":"10.0.0","semver":"7.3.5","tar":"6.1.11","uglify-js":"3.15.0"},"dist":{"integrity":"sha512-aZO1Asqm/D1gvujCLxGUabXyLKCOyxHNd9PafAErHdTH3+LKRvdhbifGVxcWFLPr5qOoN8yTHJg/Y2YMNEKuAQ==","shasum":"27e3d1371f918e741faf324770c3bb6c82b255d1","tarball":"https://registry.npmjs.org/@node-red/registry/-/registry-2.2.0.tgz","fileCount":14,"unpackedSize":135958,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh8pijCRA9TVsSAnZWagAAfycP/iQM6JAVFhFWDblrpG4L\nhryVABgR4TEUB348k9mm/FuSSK33Z3LtepRjMA02MZ7KoYfRKr3c8bw/0TOo\nuvZrfXHzHyJmtPwWjKvohJPpa3mHaYgXQCj11/3ZCvaHPOhorWZotjQVl5eb\nocE2Xs7G2ll1C2Q74G5pBa5Xplj4REjhN36MlMRosBH26ySoRN1TBNZGdiiy\nmL08N4VIT2da84NSyLoJEtdFBufKJ5gotMmlVACxqjJv9bz8fywOqI4mVc1a\nDd0/4lEGCstfjPvPf8FkGa0AxGL7xXA61cn03aD8/ZCffBoxpqNTJ5CKvFVM\nDkFzJdYlv0duvkzNVvEGgbhzT/Eqf41oW/qzKSnxgG3HgR0L+8Z8R/aGcPx2\nyk4LxJbzUJDPzIBOmM0STlkVUPBeCdp5ECCwu7a8Khc+gN3RbvkHMs0jI7kB\nwLwDNzC1HJWXgREWxWHlXYM0RpJh+7docGAegyKNmxo6/9rxW0MnhN6tZ0BE\nqQ3Lawvckfd6pePqHztdhWI9Hu0FVXw2NF/kFg8h4rTdVc7Txetybej5LJyZ\nxgzdcNtkQnHMa2JEYwf7Szyh0xqvVNdujXZNUHh5DSf+QuL4xLOPaQX3GevE\nR5/n0yghUdYOBBnpdw2JT1f7WmaZP5R1F5LoD/3H8TEDpr3FkEpTV0GqCr89\nUgsn\r\n=2Yrq\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDBfLGL4/+mPqAiF2IuUuAeIHBFks764iTOf86a8Fq5SAIgNPjT/yKVmgT7sZavG6cnjhca4eYhTj9y3wLufgGlACk="}]}},"2.2.1":{"name":"@node-red/registry","version":"2.2.1","dependencies":{"@node-red/util":"2.2.1","clone":"2.1.2","fs-extra":"10.0.0","semver":"7.3.5","tar":"6.1.11","uglify-js":"3.15.1"},"dist":{"integrity":"sha512-sO1ed+s49sa5ojrELmZ3aq95e492Qr1ZZyNaK91PQRo9SaFOTVIlzGfufP2PRSi7PfR2jEqKjA6W6xF2oiCvCw==","shasum":"723e922a62c54af0749f1ae46f1f017eb174a4e3","tarball":"https://registry.npmjs.org/@node-red/registry/-/registry-2.2.1.tgz","fileCount":14,"unpackedSize":135919,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiC6/uCRA9TVsSAnZWagAA7k0P/0NH+bIV/vT0PqxlAz0c\nREZhb5PodUGEPLF/BWwqkzb9ojtQKC7Vl5w8zRVQouvcXfwU7ioTEtHJn3zV\nPYRBogy9qJ3KgsgVjZWT/rVHQQzEpQk7f5eVutiISXFWiawoRYH5MJE2Ifzo\nkk0JqNvFD0k0kH5CxQll91E9BbVvkXjiSm//kTTcUUUM0gTUQKDywBfLrZyJ\ntxAct6RxAcwmZ8k5KJc2AqnJL5yv8E9WqG/Be1yyXZB2cSZlj75PDk8FOe/O\n3+JHhsxj3Q7zUa8DbsmBNY1LUqXcpOx92sBQj67nkS1MgB/oMJCYYirhvyaU\nPNGDhp6dPClpIS4aqoCS4EhQ/7zQIs0meobXMMDvkkYqtI+AmNmYRA1rnJqi\nVLXefkntDpl0wXvYgBDretrodILmOyIhbaXT4Vz8CugtYHLVWoUXuAxaY4w5\nJiNTNlujjP4qHJygRfuewI/RCGDtCAHJsLRr3bHrn+6TSw1YkqU5HLlaj6ct\nwgcdHOELBBRAheSObHRYfcsq+mmw6HijYjCuhd+Il5szm0AHzXXZuSUjZ1FC\nGmgYXGtix9nRl5w/koCR+Jq5b9Gl+MoEl74z7/FcdRBeuXygNtp2UfWRvFo0\nSG7qTKHZx5ujdW2BCmF2nhUg33RGQHVjRXM5sx+1s/mn9cGOwGpHgnv+GOLI\nwmRT\r\n=XEUu\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDCMcu4rtGPLSZ9zyuPtRb3vaVXJ73pyzhP6bSGQIBD8AiEA7DUKYHHaZ9A9Piv7dE3LB5mbFU3Dan3MNfAnl10ulYQ="}]}},"2.2.2":{"name":"@node-red/registry","version":"2.2.2","dependencies":{"@node-red/util":"2.2.2","clone":"2.1.2","fs-extra":"10.0.0","semver":"7.3.5","tar":"6.1.11","uglify-js":"3.15.1"},"dist":{"integrity":"sha512-zszKLaR2XpBE4wG4o8cwe+dtOvqlG/Cl0iRXg1wpJ9zC96WIPRq+UqAkVkZm6uRuNhW5ZjKk8f77Wh1+v6QBAw==","shasum":"e985cfc1c2eb7aa0e865a9ee6aca881163816fb1","tarball":"https://registry.npmjs.org/@node-red/registry/-/registry-2.2.2.tgz","fileCount":14,"unpackedSize":135919,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiD7G+ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmoc2g/+O8EA/U+1x6vAiye4iiCPeDdChg6kLLnzueJXNBuLIsCpmGvo\r\nRen+6bc14yxutb0z8iMtrUwmriBl2ydkBt+IWLyUTcU/MFfZlxegkGBAL7Zo\r\n3OeEcS6HtbsA15oqqj5TGmJle7PT/G4HLW57EOtLze0pkwYsnMgp01WjfWUT\r\nkrPMa2E2k5w5iz3nNe660A6GtCNeaUzdjYJ2wvutdiILfrUqUt9UDwz6ZNE2\r\nWdtrhKxCqVnF25lfjBRgHAPMGnoH/x4NhctDfU2NlcuhAgqKUukg+rQNYxWF\r\nSDhgFEPA2Dq8Fah/7QooZaXDTbNpbU9aMaV5hxCDfdp/dLc7gXBr25rWOKn/\r\nU91z2IskMfmpcuoBMeyPxsmh7pLht/+D+FQnr3fGzqyKdQDCdDY4SXSCp0MX\r\nq60BUi1KQtHOPzhZ46/hDVYBE9MjHhHzP9rU0tAbZ1UP/bbA+ZwomGArQYb6\r\nZs3EF++9DGe8lXbVlMJS78HnFaGzw96EL+U90aAa5kEO6JTgKD0r1RXz5kTj\r\nJGk6h/xWLurxh2dARmtIS+Cboat3I4yE0EQtt6XCIrOi6ufSNorKHsz1RY3t\r\nU3T0Nd0V8NRFV2AmphtwahwB9nc9nSSzLrTqeL4P1BGIzI2HsMXL2QqhxYOU\r\n8jSAbLWb7+vuYctgTxnqmZD/nj+QxleaTxg=\r\n=WS8X\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDagmVX5IyS46gN7Uwq9JaSRVcZdxZv8DLELy3Ubo66HQIgALEA5tCKWCI0qr2w7FwwaXkOCB7lNL4G5+gbuOFnZ2w="}]}},"3.0.0-beta.1":{"name":"@node-red/registry","version":"3.0.0-beta.1","dependencies":{"@node-red/util":"3.0.0-beta.1","clone":"2.1.2","fs-extra":"10.1.0","semver":"7.3.7","tar":"6.1.11","uglify-js":"3.15.4"},"dist":{"integrity":"sha512-PUWNAQQ0h00P4VRBtg+OuJ9faFezYpH5XTUQgYoGQLB0MSHs8+89HAQ71luRKbwud6U6iB49shPktSbJ/wA9ig==","shasum":"44750cf7f4ce125a5f0560479c823afb54508ccd","tarball":"https://registry.npmjs.org/@node-red/registry/-/registry-3.0.0-beta.1.tgz","fileCount":14,"unpackedSize":135979,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDFEfH322Id2LGGs9W1ArFiAc6y1Us8B7/0m1S/6cnAjgIhAMnHOosuduDEl/iFsJOhgWZQJ6J0VrA3KUAMae6G4tp4"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJicS6hACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmolKxAAl/xC+lqLeKlrNnTswhFeJ73NlwdDVh98Zy/O4TQRWHZlOWW2\r\nwxOb/Sy1b45mzs5slSpEG4yro3cslkATATGAFL3Q+VETBvTwBzOAneJcFdnP\r\nvz6o+tmuQAkx4TSIeza3P66XpmzuihHlJq2289jLQoIomNmxHb/fgCrj1Aoe\r\nWdrV4Cu0HU+Ca816GxtuI6NV0MH5hZXk0Dpd6VOan+QKUXul6N6feDWT4qHw\r\nsB3wVITU7u4QZrGnMow8BEkLuwTsllyPmKhDnRqVtpkNMZzP/xdClupGmJoP\r\ntGA7QMMhF8e+YVTDlejMLHstPWoB0afcuLzvqRMrGelpxPFPg8St39/r88ZN\r\nqDeRHPfsmbfH++WYoD/tG4H7d0FwXRtVm0s251RgY/QduYa616VLttoeCEVy\r\nSmox7aPdTZu147Opv6QpTJ7XFcuIX1FNy5R6waU1X7yOTu4CuFr7ACPcPtKP\r\n9cp0yIaPvJsZ9suHS5dtagVVwLDlQXzqPXwGAWRbEJC186G7OM7yS7I5Bkdi\r\noL1aiqLrBbXZhAY5DGYvk1siHIwWGgMgZiv3sU095kRsI+wohK6oR2PAhi5l\r\ncgN2JxUI7eqCWZNBCdjG2vzzgX9+8Sz36Zg9pEuUuelkebuR8+UFlQ0C6JqC\r\n9I7wEUdFq3TEYC+wnMNnIJFbgjZkOCjPpB8=\r\n=xuDV\r\n-----END PGP SIGNATURE-----\r\n"}},"3.0.0-beta.2":{"name":"@node-red/registry","version":"3.0.0-beta.2","dependencies":{"@node-red/util":"3.0.0-beta.2","clone":"2.1.2","fs-extra":"10.1.0","semver":"7.3.7","tar":"6.1.11","uglify-js":"3.15.5"},"dist":{"integrity":"sha512-bq6PbVI9UyAzo8CwfV3NxJKaOLzfvzEeUqt2ro/56A8G8JisZXkBwjkRI4fhpYFWFGrevjq5H5wxctim+QxPVw==","shasum":"d3f3a1593f611e90ee5ded0bc8dfbd1831a8fa4b","tarball":"https://registry.npmjs.org/@node-red/registry/-/registry-3.0.0-beta.2.tgz","fileCount":14,"unpackedSize":135979,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBOo/SbAJ2gJUOMVPYzNHXZMSFwP2XzOPFlrzp7yEcVkAiAeQuaris3tOtBwNbU9dM/knpeGAAuL7rnzDlzldnWy/g=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJigiypACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo42Q//ZNMkOpBTejjsU7OqD3TGeR07xWdrEQ7csbXN45pWb8P8eqNS\r\nc4hb7r6jTGUyJxEsTRy1chnWkzfWFKQkyQupBN6Klme+L6rSVtzX+w4koufg\r\nwCs+I9xgO4XxHzrSye3MiT2VgRavW40+XAZVaWCaSeGQQR+wKKjDx+yt3YOT\r\nucvw5+9PD1n2c4aaQWQ1Wy2FP7FC5lE4MFS1rvp5ZAqbqShSgLYvyUEWDUDG\r\nz64oLVTxrgexiTsdiyZ1iwpQPro/oR9Uqw1C40bCEJ5uNgltNv2/zWBqkijy\r\nYSY4IvfG/a/K8g+6s+eNR4jewd6ljlfD9elruXGSlVWDMXLDmg2KTx6ERQBM\r\n5EWvr281qWYuHaQu/oYNqkCZRAoRxd7FWupiR2Yl6dDpT+QjMvMqjv3mjCNz\r\n3wDW6UawTIF1bLWEu8MeJy0Ew/8FOYOAKdNhCrTwEw7v4btGjwChvrsml0sd\r\nyTnXj7nmiZ5q4702y+jGFwJA4JvZvMGTgh7RhMrVFWcdmAa6YQts+vzJhA8L\r\nCDsopCDntwCG7MbK92ax9IhQv7Oyje7nMO+6qdoJC/MgZIDqDH+8pfH46EbD\r\nnkyIGrjWYxyjjy8FIEcmzfQmOE1xuXUG3Bv9owVyjpfgQXF530V4c73BfDAk\r\nQI1hncCYNt4CZ5JOsSJlT0ouERPnjvAoiuw=\r\n=XPYV\r\n-----END PGP SIGNATURE-----\r\n"}},"3.0.0-beta.3":{"name":"@node-red/registry","version":"3.0.0-beta.3","dependencies":{"@node-red/util":"3.0.0-beta.3","clone":"2.1.2","fs-extra":"10.1.0","semver":"7.3.7","tar":"6.1.11","uglify-js":"3.16.0"},"dist":{"integrity":"sha512-dIW9dI580CAJiDQ5GVHca+0j5JpgLbr5VktQH5vuoLLCfSpjVJELKrdeUABu4h05ZJbegrWeljg0MIFu45SvGQ==","shasum":"f046eb3974c20a22b8a345a5edbc42ee1f3b19f4","tarball":"https://registry.npmjs.org/@node-red/registry/-/registry-3.0.0-beta.3.tgz","fileCount":14,"unpackedSize":140989,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDtEzwFXiXSS4tA9whIzP9B+zDMnhiiv5YqKEgRr1zxHAiEA69GW3M+vwK1Q06MgUstlz0g5C65ajmXAUB0VQMzTjKM="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiq1mEACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpi4Q//TGDbb/dtHAo02PYpZ8WhWxVGFcQciMPwVLLlf1pVIuer1FSF\r\nlkGjpqCgIqZeiVC9sFwknbWEOajbmG1mbmcDPb1wst24uzCmn+6M4IJXKl5p\r\n+3EZNRnNp+D8ncDZ76UaHwsIAPtWTiSe3YPFa2mMWKHPHikQgQ1gDBiwaCaz\r\nNYAi9nhKGoGpQuILfpxDdDEVfTsXvqLIgCjxXz5hsElXPoqAqZmNdYAnMraw\r\nd27mvJprpEkilHJWRHXJ6gJ29B2NhXC72l4mnYjcIT9yhvNFnofp/3sNI098\r\nfp7+A1TMTPo3jdirhXcnKMUC7nbd4S6ZZ/lE51/Ub0TXlatWpeAOEOv1wFKZ\r\n+4/4tMg2EhGJrmVoo7SXIAGLWVPDdJnCHg7FU3RzpSZnxgVxhfZkKA6Tcn6j\r\nEVSmHxRmEoDcyKgIDNV+3R5Nahkuq0KEDes8YXlGD/Xw0rQEYJGlwZVML720\r\nOheyNoEZPu+HhN5zClrTRMSem5hkObb+0IOparlojmNIN+dJVUbC+LD2Thez\r\nO25HKKlPnz7oyRteaW2IM9deHWoXV0zTqynWoIAzvgK3suaFCPRWE/KnEaNr\r\nY+qCFnUq4jBx+LcKx7c4k2mUzGwpGhp2I+badVMRsla2E+slqjmzPQKQMhIC\r\n8Qg5dRucBSnuGz3N432gS3XMN9BCNRYspLA=\r\n=M/Hx\r\n-----END PGP SIGNATURE-----\r\n"}},"3.0.0-beta.4":{"name":"@node-red/registry","version":"3.0.0-beta.4","dependencies":{"@node-red/util":"3.0.0-beta.4","clone":"2.1.2","fs-extra":"10.1.0","semver":"7.3.7","tar":"6.1.11","uglify-js":"3.16.0"},"dist":{"integrity":"sha512-0+l7goty3xGwXXISEHoCdi1+PDxzxrH9sm1XQIejnHmzJQXAfijHHImXynoXycJ7/q/0uKRvF/pKJhhNQgUJ3w==","shasum":"0f92edfdafad0e267857eeee1bbf6b1526bd5aaa","tarball":"https://registry.npmjs.org/@node-red/registry/-/registry-3.0.0-beta.4.tgz","fileCount":14,"unpackedSize":141030,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDABGV8bmsv22xjHi/tanuH1tHPeB/FhwVyqWm//staUAiEA7SyhtxuMEpLPHxPT6DhiqRP9CGBVWRWSyfr9/SlEm2U="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJivWISACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpBiw//R6r8IIzCyuFLyoLGZTcN9SzB++hKVqRqsD/208i2Q9ZC01Wu\r\nhVxdtaoJFNn28yCBIF8Q5GYvaXX2gLseFUrCGo9j4no/9BlKr52o8dq89A0n\r\n80NQN1UfPBYzzNQusPnSrLzO9unh9xhVC6WpF35e03AndMuzES9cOD7G6EGu\r\n+1DNRhvy3h3UmSdq0jFKHIoGmEMUSZuFUGvEF7+iaL4R8vTXxmLTkJ3MtDmY\r\nFdW0kFNNwgoMxzr0IZGEr7wF67bJ+YXc2hy02kubREVv25//Fj3eS0zIEf8b\r\ni2xhV4yiOhE4QoLztzn9bhwmOKEOT5NR2VcBo5GWy0FNYC3vUm/ydF6YJtdp\r\nqqmRGX/1+9IKi73sId3brD6D/YnUoNYoFcpfzfAJAW+Z4HFhWQ1xw0zOP6Rs\r\nQfP9Tg73tp0y2p2lQqO0nD30FEw1bYRfBx4/ZCMRcapuEfWomNxlkW0OWDkA\r\no8REEX+8Q9mQ+m/8jhqEzkbKgNgzmO5PZfR7LAFdSyta0lEL+JyMi2oz4CXp\r\nKbxp/cG+rujZ8KlO+AoprdcUOTweY2rVkTopqzrXkcnw4X4X9Lr9LgW12DOY\r\nJzC7UFxaewssJn4ZHMR8cQW1VRk2ThT0cG08Vyokdknjjr/wqu1GSaERb7lj\r\nTQWamUF7heWsMhvRH3V8QRl9YIO65M3iPM8=\r\n=EmnV\r\n-----END PGP SIGNATURE-----\r\n"}},"3.0.0":{"name":"@node-red/registry","version":"3.0.0","dependencies":{"@node-red/util":"3.0.0","clone":"2.1.2","fs-extra":"10.1.0","semver":"7.3.7","tar":"6.1.11","uglify-js":"3.16.2"},"dist":{"integrity":"sha512-JGF2bNthwX0mLEmLCPwMQC7S3asC8WzfDtYdzQAtZ6PLwp6WJ0pH81N3hFrSHapLS/Ls3I5FfeUAqX2fI1Sanw==","shasum":"13097b939de8bf21583013b2eee61bfdcf55f339","tarball":"https://registry.npmjs.org/@node-red/registry/-/registry-3.0.0.tgz","fileCount":14,"unpackedSize":141016,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCBnVXldqkIJVoWBwvc7PZ8+VbWE4VMCzVPr27m7KKrxAIgRLOfJzPrAyjPx18rAinFKWqfBoZW51JGeIMeG9zBnX0="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiz9uoACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo4lQ//eRyh/yPJApZHwAakZPefTL5UWNtsGjt/UZUiJy2hqx1MEUp5\r\nSbGXGmOdH61md57Kwj/1l8I78ng9qHVO/T4gZF8nSmEfKG/XEaGU1HbH/6Xk\r\nj5/lDbbh2P2ickOEWyuSCHZL+U6YKKL3EtbwWul7NHr6qCAOD3mDdMbJG72v\r\nrE6k93O7lww2wmDGWWpOwXq5yvD3Sis7kcEWBtvI+VdOlfb/lZYuTwfPX8c4\r\n6ciKXlV9Xd85oPOGcKkogXLCyv8uXgw8MINUd98DDt5DtjPaW0jBuvmANalT\r\nEWAziiva/fffyJwG/tAOUj4yoaozNzRU+sitkcNSpFiMK+xR6WdSXtx2OVV7\r\noDWpR/5/KBYbdNWoDJXDs8eQh6KKwzC3HUWZlWDMWf0lu6lcS707R4l5mX6d\r\n42qU6lF5T8wsuiu2YVUIMNfth1awvqNEG9hD7W/zO9I+6gN+Dgd3kBDUu6rO\r\nxcbfqNTwiEBgPTLuNalRufGPei5SIZADa0owInzQa2VBJR9Kqhjrrpv+8kLW\r\nPY3mK8PXQC9//Ej2eeQcr5XtvmrLIL1jQkd7kErWMpjRruEj8cmCz1AXvJUN\r\ngiB0jlzFOQNO4w8GknXj0OaGvT6Wvv2cT2KzKl0QHP07H1oYh28h/xMYj8+3\r\nYvOAPZItPbDEnvqDn5Q6pPT65E6funT4dc0=\r\n=SDtI\r\n-----END PGP SIGNATURE-----\r\n"}},"3.0.1":{"name":"@node-red/registry","version":"3.0.1","dependencies":{"@node-red/util":"3.0.1","clone":"2.1.2","fs-extra":"10.1.0","semver":"7.3.7","tar":"6.1.11","uglify-js":"3.16.2"},"dist":{"integrity":"sha512-aT1rA98DUIQJ9G47KyyhKxKq/GgWRRCbRsw1GiwRqG7Rc08W+w1nqDwkW2eS9+gngiHT0DAbY/Bbm2vaKIWSlg==","shasum":"e777cc478eb3b1cf58efb6317dd5d2cbb1df7c3a","tarball":"https://registry.npmjs.org/@node-red/registry/-/registry-3.0.1.tgz","fileCount":14,"unpackedSize":141016,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFG1vR3XhBd9U3XO5j1dYBYDRKUVt5nZvW6aO0/BMXQ/AiAZjU3DZxgDEUi8HIl1js8MfYy10e4RP8Qm5aXiArMB7A=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi2m4KACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqyvg//d14hROnesvHv08pwMWUw2N4tsGlFiVNSB157EMr7ujiQ6wo+\r\n0guBHvUMOmqx1FFtMI2N7BTMhIhqq54yOQPXAJz22JP00Be+kl7+OXYJ3G0j\r\nyZTIUQ/jFu3dtMl7uklI9EQrew2JQr11qIfu4oCq3O2iVDnE27ZFinCEkxwf\r\nFqBlcc00GN6Ir0yZLg2Mvf1EOYXG+izUHM4tZAbnrtZ+EFaOqwbELBWW8X7Y\r\nxDDxqM4VfslEOD9WSPcFAAnYAOzC+5ZliLiufMIjoLXe4nq3oPwNqiXLaVTu\r\nG3pglEVouOyiRvyyWmyofNQJbi5eM0SgqgJHTQVZF4eKqJIHh9m64SWXMLm6\r\nC07NwGIGeYu7sJZrNL6+jWpmfu0oVxJKIDwqNf3cphpd9pUt3vbXQluvR+L1\r\nCOQk7qKWHwBBbbwYpu17i0VjFWS+LC2cmvP6cfB0QTinbS+SaCyzEU8e+nb0\r\nPIPP9IDJPrIjtVBObcIWwGmjo7OoXpgcaRNnaYavrvB7FYTFnED5ebQC6uzV\r\nzN7ZjxK7bnxycFunskqenuVpMeyNj7JX8bq/7NWUnUs8Kp8OMyW3/5G3jQ47\r\nTXvvrfWoEIKvmIgcqz/mo168vGZeBa05cQoRkJA+Hk0G2hrywLJv6uquonS3\r\n0zeh/N/t/+ait07rCKoiRGb7ERBvUbrtkv4=\r\n=l7kU\r\n-----END PGP SIGNATURE-----\r\n"}},"2.2.3":{"name":"@node-red/registry","version":"2.2.3","dependencies":{"@node-red/util":"2.2.3","clone":"2.1.2","fs-extra":"10.0.0","semver":"7.3.5","tar":"6.1.11","uglify-js":"3.15.1"},"dist":{"integrity":"sha512-fR//QJhqDGfq91lg9onknb13xhTXMCSTQRdR1FbvhgR5g0uS4fl7ZcKTBhWkp7OzUZ+pRInuuc6JeBZTaeLKQg==","shasum":"873fdb67d5c1dc9697ae25fb549e9c185c25bbd3","tarball":"https://registry.npmjs.org/@node-red/registry/-/registry-2.2.3.tgz","fileCount":14,"unpackedSize":136262,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCtJPShDaxkZviwbqoiORHdWkZQx0BQ5XTHHQtVml/h0gIhAKAPw0SAW+HX766mnRARNFoZE0PyFO5Wy/FEveA+UOJH"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi68WGACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrsVA//TsCCg/atXncWUiS7v7856nUt2vMJtNBGz0e3LZvh4hziDdqa\r\nfAC0ZBfJWuIu8OW9pykuBKECQnH27iga/V8BRvh3dSgcEXx55faYPWXCKNZQ\r\ny0WhT5apcV10krC+42+wUscrUMTShLgDTvXm+xQh8lmA4rxFajzES0eEp+lc\r\nEZ2VOdj6xyjC0K88HFTlfcMP6F1Hjf7L3DoV8Lz/ZBJmxpyS74jpcRSyEVlp\r\nP438gQu3DGaPH9mn8yIG0CJ7DfkdP3Ss+457oqId/p9VSYhZ2RtnTKiPX6tO\r\nSFi5KNUv4klxpEZjuKUw9DoT0NquyL5qHVwah5gAGTNcVYZHCjTMbv1XNryI\r\nmHjLqdQ6B53HPP2RGTQmBI4KJMZ9EJEMvf2XQovWdfFJqKtXI5VLfjQi+d9Q\r\nn/4pAYN8uYKDVxOz+zitb67MdMNjmYNYhBYw8Yj2xo1yNq1NgQwAOuWSeTI0\r\njCN1JTkRVp5/99M2rJULce7+SdJiGgYGVGovjMdo3wdGSY1FEx3GO44c3ZUP\r\nGZCFbI6p1gN7wyhb/wTUBWXoBzr41uVg4VThWQ0wX/fA6KnktqErVUgc+nSJ\r\ndmQn3/Na2z2HUz/n2KmKf4Uls16MUJM95pJBuc14JcpEnzBL1OWuBInW8RAG\r\nLlsZWXuMCYDSVoqZdQO/gSTkcpkF+1lXnlc=\r\n=7eho\r\n-----END PGP SIGNATURE-----\r\n"}},"3.0.2":{"name":"@node-red/registry","version":"3.0.2","dependencies":{"@node-red/util":"3.0.2","clone":"2.1.2","fs-extra":"10.1.0","semver":"7.3.7","tar":"6.1.11","uglify-js":"3.16.3"},"dist":{"integrity":"sha512-+vf9R4j+p2nM7awzicIzu6liJgXyoQfhHGv3OxmK9OfBsISn5eWIj9u2HiJtG3ChYfuediK2FEhc+Pb+mhfTJA==","shasum":"2b618ff45620beda7f96aa63a76e13adce0c6514","tarball":"https://registry.npmjs.org/@node-red/registry/-/registry-3.0.2.tgz","fileCount":14,"unpackedSize":141016,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC3zE9pRvYYEyIJAM4nqiNIsay68s2ZtFey79zL6E94UwIgNK+bJP5oN8j1zPWFBmcoRl5SVnJrHCNIZEg64lFYZWU="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi68aDACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpzmA/+JEq4PtyOl8ufsNlfKdJ3hqEo1DZOYbAkah5LiHkVKRrojD8B\r\nWCCIAEVOyTkWHWJpdQwIw5N7Ut93NdwHFGTwXh6cQydsZQn/N0PqU/4fIPnp\r\nIhp+5CYU+uZmQ4VeId0hocpePP4USG8glY8cl0HqFrCJRPhs4p/MZNNCELWQ\r\n3B3SL1Rm3DuaTHfnClk0w9zXSyCk99T1daZ69siXYnb1R+LkJHBEIfKsuwm9\r\nimDbMMvtkyLeJiIpDMV02L4AVIeEqfO/u3vl7MS2cWHX3iyVsIcg0pkBKaZ/\r\nJgLenIyJi4MXExpdFlgV9B9poD7kxa45sNNj5CqthrhyoXLMUWF47BKQuq6i\r\n5XULb1WprTFT0C1/qcd9utw8MiwGeeXvRuomHLMHSx0PdesVFTlfvrirEdQS\r\nQTMEeKQVB3vloUqtOccayb0kG7lQ6S03K5UNZh/czCbMIO76FrOSvZ+EAz1r\r\n5huTvwbHIoPnuQPhSmL+P0Gb7WjxoGV9tZxxvgotLWTLURuEAe3OpLzNzkYU\r\nbpd8xltBjDqXnKfFpjo2UwVvYnugye3P4Li3BbYlh0ZDDk5plRtnE2UU9BKZ\r\nS6bzDGaLb7d8Den9VEswNO13r2/fBW6d3k3Q6k8EAC3lxEnSIjSgCQbkaa4C\r\nT8w/+p6p6+Y5j8ob10fkbWSQN1KFrK/2pLo=\r\n=I8nM\r\n-----END PGP SIGNATURE-----\r\n"}},"3.1.0-beta.1":{"name":"@node-red/registry","version":"3.1.0-beta.1","dependencies":{"@node-red/util":"3.1.0-beta.1","clone":"2.1.2","fs-extra":"10.1.0","semver":"7.3.8","tar":"6.1.12","uglify-js":"3.17.4"},"dist":{"integrity":"sha512-ev8epU5xi3Tu33+53D57XgESmzyW0qPFBJaApwdENHnmleY9LQOFSxsFRDE3eGEXtCL/yUR9kS1hWscOEbttuw==","shasum":"e925206ecad7accbb9ddd761d1e3a4b7842d8ea3","tarball":"https://registry.npmjs.org/@node-red/registry/-/registry-3.1.0-beta.1.tgz","fileCount":14,"unpackedSize":141232,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCbSH+cXF3BRyDE8tLGqCpsG04bC+Wr9xlELWVUbrks8gIgVkI6L0gRwBj4id7ciGnENw3Erp0zhUoomp0SWr16DQo="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj3NSFACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq16BAApFhufwV4BfMjh7VXLvK3HsR8WcmyM5WXEw8uWtnpojBGgd/G\r\nOC5n6/b8g9WLa8YjSyNDf+h3au5/Suj5rgthLmLnwHL0JNHtBvtcmQ4UOOzs\r\nSre6PMSsYvLDzC6cC5leHuAUX0cgtBB7fbEook0vI6cjCNf5QBPXDDiOTooq\r\naK8x+fRp0yjz2b5hxDmZWz3cHW9PSMAqs2/Yemh2NOlKy74A7C7n+lUcMq87\r\nERUu4YoolBIVecWviSpB+TUhGNrlxVNl45Dme8anye5+gmeozDmXCgUThoDI\r\nZLe4lFco8KeX74XGPDGjl0wReg+RRJy0AUSbGvZp2uEuk6f7dw4j/7QiVQmq\r\nPOjmtpJ6kK1+66pnKU9V6YhLdoPREhozjRjo247nz0BRS33fdtoBhcf49dbH\r\nA1uvlc8SRIfOQHPNpoU32vz8OQFF+JoHnN9jl+Pi9LpF2PFz9JK11iPgvf1s\r\n0fvMfrqXGQLioSnlW+3hLw7NSDu2odcy4YmxUYEH4Qn20lLbDId0p8VTSNv3\r\n2kHfhohjJzinR2++62enFAZqF974/QcRO/Dp6FSWfwUuqjwdQjriBWOPHi0u\r\nlScgA+uEZ4tVcVus8I7xiDW9OElDBw4qz/qBd2mwA4zzPN2ZVlSUawtpCCOI\r\n7hwHuIiB6Kb8rKlBo76Bhsi8riivzeYGtNc=\r\n=uffD\r\n-----END PGP SIGNATURE-----\r\n"}}},"modified":"2023-02-03T09:31:49.525Z"} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/content-v2/sha512/3d/15/851ee494dde0ed4093ef9cd63b25c91eb758f4b793ae3ac1733cfcec7a40f9d9997ca947c520f122b305ea22f1d61951ce817fbb1bfbc234d85e870c5f91 b/software/flow/.npm/_cacache/content-v2/sha512/3d/15/851ee494dde0ed4093ef9cd63b25c91eb758f4b793ae3ac1733cfcec7a40f9d9997ca947c520f122b305ea22f1d61951ce817fbb1bfbc234d85e870c5f91 deleted file mode 100644 index c2314b0..0000000 Binary files a/software/flow/.npm/_cacache/content-v2/sha512/3d/15/851ee494dde0ed4093ef9cd63b25c91eb758f4b793ae3ac1733cfcec7a40f9d9997ca947c520f122b305ea22f1d61951ce817fbb1bfbc234d85e870c5f91 and /dev/null differ diff --git a/software/flow/.npm/_cacache/content-v2/sha512/44/6f/004ad1e5522579cac6502aaf7b728a5dd94995630dffa5130b79f2126774b584ad74e02c26ee22d0ddf4cac7e96c507d8213c1652da61e100d8b49ea9850 b/software/flow/.npm/_cacache/content-v2/sha512/44/6f/004ad1e5522579cac6502aaf7b728a5dd94995630dffa5130b79f2126774b584ad74e02c26ee22d0ddf4cac7e96c507d8213c1652da61e100d8b49ea9850 deleted file mode 100644 index 73217ba..0000000 Binary files a/software/flow/.npm/_cacache/content-v2/sha512/44/6f/004ad1e5522579cac6502aaf7b728a5dd94995630dffa5130b79f2126774b584ad74e02c26ee22d0ddf4cac7e96c507d8213c1652da61e100d8b49ea9850 and /dev/null differ diff --git a/software/flow/.npm/_cacache/content-v2/sha512/49/df/a5a5e22482b4bae15832f900fe23bcbae5ed60665f85dd2f0c10ef05b9e47df28b0c7a479de5651e6a60052838ff4db5291bf1eddbec925a611953b34d91 b/software/flow/.npm/_cacache/content-v2/sha512/49/df/a5a5e22482b4bae15832f900fe23bcbae5ed60665f85dd2f0c10ef05b9e47df28b0c7a479de5651e6a60052838ff4db5291bf1eddbec925a611953b34d91 deleted file mode 100644 index a896df2..0000000 --- a/software/flow/.npm/_cacache/content-v2/sha512/49/df/a5a5e22482b4bae15832f900fe23bcbae5ed60665f85dd2f0c10ef05b9e47df28b0c7a479de5651e6a60052838ff4db5291bf1eddbec925a611953b34d91 +++ /dev/null @@ -1 +0,0 @@ -{"name":"debug","dist-tags":{"latest":"4.3.4","beta":"4.3.3"},"versions":{"0.0.1":{"name":"debug","version":"0.0.1","devDependencies":{"mocha":"*"},"dist":{"shasum":"0faa51ad6dec7587159b532cdf18d74261376417","tarball":"https://registry.npmjs.org/debug/-/debug-0.0.1.tgz","integrity":"sha512-wm1jCOnbiFSvX8u+NMV+mD6CSOFgGlAPTYw3aoJgDoh2OBSIwMuz0ayedqbNhU3irew6bDBDA+9ia313ZPAEZA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDuay0fYjn6UmRkk1waVRl8oHeMW1CYg8wJkYKiHzoJ0AIhAIWA7WKkaBpZ20RtA3h2omGhFbOqqjE7Sext22nCwbSK"}]},"engines":{"node":"*"}},"0.1.0":{"name":"debug","version":"0.1.0","devDependencies":{"mocha":"*"},"dist":{"shasum":"3026f197b98b823cb51209f3758eb1498a66442c","tarball":"https://registry.npmjs.org/debug/-/debug-0.1.0.tgz","integrity":"sha512-NLrWdwRTCljTP6KSk3Lg5EL0QKKt9nqfM12NSPXAlvxtCq+w5OEnHkj+8qDgaKFZ3DX3Bp20MwmSBY1lGkkyLA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC/NjKJTGYgppm43LuDNAYhFGgNj/hvq2XLFLM0G8VBxgIgTbwjjTDcC/SPrX6CvvSJeahcd1d5N3EClrtBgmjM4Dg="}]},"engines":{"node":"*"}},"0.2.0":{"name":"debug","version":"0.2.0","devDependencies":{"mocha":"*"},"dist":{"shasum":"b6bbca5a6b41f6d3f3ba6604e2737a9ea3329e7f","tarball":"https://registry.npmjs.org/debug/-/debug-0.2.0.tgz","integrity":"sha512-GHNutIi2PtfsfkaFV12nt2iG2KI5GDsHcv/KWanLqQxWj1s6hrC2Ihyqr9wTn/7AscXbPquJ1C/sEbhJhAxRlg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDN40IFZw6R/+76LmY5pLEDKfc7QrpNmeTLxSTUmN5g/AiEAoAxen3d0Vy1XyWACkdNW+Ck9CDqZSJWyLweXaTjgIoQ="}]},"engines":{"node":"*"}},"0.3.0":{"name":"debug","version":"0.3.0","devDependencies":{"mocha":"*"},"dist":{"shasum":"7818fac891b38d81bb7dd97e3d969992e654e835","tarball":"https://registry.npmjs.org/debug/-/debug-0.3.0.tgz","integrity":"sha512-yFnB6fZDgWBNalpbJusPhWBxamQIyLCm2czSKFphn1Efrbgsoh7FNfVpdFBee0ZVMO90Uq32fRn/8LNu00n1PQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHBmSXrDUqgdhsLOGTA92iXAx3lwjw3FtIoEJj3UMCNUAiB2zlLebEWwWNbv/ZhVVOJbuqCvz0U+A6Kz+KNNekDnnw=="}]},"engines":{"node":"*"}},"0.4.0":{"name":"debug","version":"0.4.0","devDependencies":{"mocha":"*"},"dist":{"shasum":"c7e8c63eb391820133869d3cc43aa9992fea288f","tarball":"https://registry.npmjs.org/debug/-/debug-0.4.0.tgz","integrity":"sha512-fN7BwVwD6luMIhe0x3sZpUBA3kmi7Y1WrYkuBSM9y7SNVbTyPJftbF0S/f02vTl9jSPHw5G3DKhREKtXSKT6DA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCzJaVWcIdTAeHIxzu2GNs1aTG70NdKhCouvtL4V+aRsQIhALridRiNOrJkTNcR35kskTLU5mnynlMl5EG4IRqunocW"}]},"engines":{"node":"*"}},"0.4.1":{"name":"debug","version":"0.4.1","devDependencies":{"mocha":"*"},"dist":{"shasum":"33a47f028daa312d885be4db8649fa1b4280125d","tarball":"https://registry.npmjs.org/debug/-/debug-0.4.1.tgz","integrity":"sha512-vvcfF/pEWD7QnwQZ7nX3T6nTbJ+tYdMK3vHi8DCivuw9se3hoHo1DCYoSTxXXpOBAH1tKi3prJ3e7V3Jw5Ckzg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCAclaLCmbaT625zbEd6DWUCCCqmPORmu+VeVg19Dau1QIhANf2Xn6EB6RoH/b0KBI3HBmRKnaDkaChDWXkRmdZTZkT"}]},"engines":{"node":"*"}},"0.5.0":{"name":"debug","version":"0.5.0","devDependencies":{"mocha":"*"},"dist":{"shasum":"9d48c946fb7d7d59807ffe07822f515fd76d7a9e","tarball":"https://registry.npmjs.org/debug/-/debug-0.5.0.tgz","integrity":"sha512-5xwa00fC8jw+qiSnXWrjzqtNyTwDIC+N9BPQHKaj0rzPclk4HJ//H1aAta1+YVjc1+z3yj3giHI93fr+4vvOBQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCNLqHzy19o35OaakCTa6d9cdO0oLXPUbgvrbksmexXnwIhAKmxrIISxQpUVEjFxlM08VPwV+AOjH5Q3Ec+UVRDPq90"}]},"engines":{"node":"*"}},"0.6.0":{"name":"debug","version":"0.6.0","devDependencies":{"mocha":"*"},"dist":{"shasum":"ce9d5d025d5294b3f0748a494bebaf3c9fd8734f","tarball":"https://registry.npmjs.org/debug/-/debug-0.6.0.tgz","integrity":"sha512-2vIZf67+gMicLu8McscD1NNhMWbiTSJkhlByoTA1Gw54zOb/9IlxylYG+Kr9z1X2wZTHh1AMSp+YiMjYtLkVUA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCQHcbLA3nClRIksWsULYCfoHldkAkkLa6q/8cKKg/V2gIhAPEEYwNGJ7y/JYVxG9xm5lV5d7oDDzGbBagbQXnVMVJI"}]},"engines":{"node":"*"}},"0.7.0":{"name":"debug","version":"0.7.0","devDependencies":{"mocha":"*"},"dist":{"shasum":"f5be05ec0434c992d79940e50b2695cfb2e01b08","tarball":"https://registry.npmjs.org/debug/-/debug-0.7.0.tgz","integrity":"sha512-UWZnvGiX9tQgtrsA+mhGLKnUFvr1moempl9IvqQKyFnEgN0T4kpCE+KJcqTLcVxQjRVRnLF3VSE1Hchki5N98g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDMsFUCVvtu8IxS3ZUv7RW+hau5743N3/dFtlGunDMXOQIgYD0T/M6f40w6Pp6RFzkQn87Xg72fI/BfjBDWnmvRz3w="}]},"engines":{"node":"*"}},"0.7.1":{"name":"debug","version":"0.7.1","devDependencies":{"mocha":"*"},"dist":{"shasum":"d2253d37f2da6618f95c353a55fe0ab28c1c1e96","tarball":"https://registry.npmjs.org/debug/-/debug-0.7.1.tgz","integrity":"sha512-Zuj7MDrrvChh4QJt1x03j3PAJQcHi9iGSG15E59H/I+I3AtDOsZh+I6NG2KpddCBy/zQlBuoehXvBtywwKWe1A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDxjywCGtVNgsVeKScuALb7Kig2zVOK5cvMv9MtriiGAgIgQ3NzHWAkvhxzraZJ1SmeiY7F1hNkPqCe4dK/tdUiCXU="}]},"engines":{"node":"*"}},"0.7.2":{"name":"debug","version":"0.7.2","devDependencies":{"mocha":"*"},"dist":{"shasum":"056692c86670977f115de82917918b8e8b9a10f0","tarball":"https://registry.npmjs.org/debug/-/debug-0.7.2.tgz","integrity":"sha512-Ch0X6QrHzrNiWwLsBJj9KgXL5IK67pfDyTsXXVPyrdObVyKuj/rPdCtZg761nHZM1GQ7wW/o9cAZf5JeTN/vRg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICNm9qHiSXIPG2Mmi8l/7vCWbeUUrixXq0sMLfjCnjWNAiBNICHbzM2NlOBRLSff0NjHa3zSUGfJhvgzJGGBAaP3RQ=="}]},"engines":{"node":"*"}},"0.7.3":{"name":"debug","version":"0.7.3","devDependencies":{"mocha":"*"},"dist":{"shasum":"ba7ae369799066a28d234fb8dad6f05837839da8","tarball":"https://registry.npmjs.org/debug/-/debug-0.7.3.tgz","integrity":"sha512-kmMlLkXbeTeQlihhfXraOJMDImxDpFyo36vGq4LBepdq5+TwLwnupy1hI0ykK1A52WfDgmO4XJ0iYIiEkmSquA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCmSp8Fe8A9ZsKwKGkDC77hoQHfVw67MJXR2Uq+DG6IFwIhAMVNEx8RDgNetxTqXjHOwVkuLYZWK6jRPxKIQuDoNq6p"}]},"engines":{"node":"*"}},"0.7.4":{"name":"debug","version":"0.7.4","devDependencies":{"mocha":"*"},"dist":{"shasum":"06e1ea8082c2cb14e39806e22e2f6f757f92af39","tarball":"https://registry.npmjs.org/debug/-/debug-0.7.4.tgz","integrity":"sha512-EohAb3+DSHSGx8carOSKJe8G0ayV5/i609OD0J2orCkuyae7SyZSz2aoLmQF2s0Pj5gITDebwPH7GFBlqOUQ1Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICkeWz6458EaJADy7dQLi7ui9ftLhoxnZuqTWTNzC7x9AiBiZIWgGZg0GZIFcikmAvogqSytPiOSw1r782hEJp2bEQ=="}]},"engines":{"node":"*"}},"0.8.0":{"name":"debug","version":"0.8.0","devDependencies":{"mocha":"*"},"dist":{"shasum":"0541ea91f0e503fdf0c5eed418a32550234967f0","tarball":"https://registry.npmjs.org/debug/-/debug-0.8.0.tgz","integrity":"sha512-jR+JRuwlhTwNPpLU6/JhiMydD6+GnL/33WE8LlmnBUqPHXkEpG2iNargYBO/Wxx7wXn7oxU6XwYIZyH4YuSW9Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBf0fOu4Jg4LZeR0298qmNgiUw2R2CPwkKw4ZKHUr9RCAiAkJ7SEDFM6BuwT+UxcE03B7s7zUZmVnCTwwCfCKP5jMA=="}]},"engines":{"node":"*"}},"0.8.1":{"name":"debug","version":"0.8.1","devDependencies":{"mocha":"*"},"dist":{"shasum":"20ff4d26f5e422cb68a1bacbbb61039ad8c1c130","tarball":"https://registry.npmjs.org/debug/-/debug-0.8.1.tgz","integrity":"sha512-HlXEJm99YsRjLJ8xmuz0Lq8YUwrv7hAJkTEr6/Em3sUlSUNl0UdFA+1SrY4fnykeq1FVkUEUtwRGHs9VvlYbGA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDdkl85fIbnLZdTtzAvbLJMT9LLyaaIPhe4Pncj4W012wIgYC1CZp4bp5DcrhEkVPhKMUdbOWbMAYMOQFaf6fMWpLU="}]},"engines":{"node":"*"}},"1.0.0":{"name":"debug","version":"1.0.0","dependencies":{"ms":"0.6.2"},"devDependencies":{"browserify":"4.1.6","mocha":"*"},"dist":{"shasum":"553678b67494cacc2d5330c24dfb2f275b1ceb5a","tarball":"https://registry.npmjs.org/debug/-/debug-1.0.0.tgz","integrity":"sha512-90ovcUGlapDDKhEeeAlmT/+/R+BECtyGz+l3dYyl05HOaMj/s03bQpOScs49ouWNnpcDQVeBk28h/vuDnbvdxw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDx5CgUTRbjyhs52h4JOJgEpOQsTAnW+LY+qfq5JuDonwIhAP9WAiLlY1aAxaT/sRFjD9CiXzDQbIGlQDI2Hi0iaJ2z"}]}},"1.0.1":{"name":"debug","version":"1.0.1","dependencies":{"ms":"0.6.2"},"devDependencies":{"browserify":"4.1.6","mocha":"*"},"dist":{"shasum":"3c03d40462f0be20468e4f77dd3f2bf7a722cfb7","tarball":"https://registry.npmjs.org/debug/-/debug-1.0.1.tgz","integrity":"sha512-Se3uhnI9TBNE+wy7bD2kQHvJR5oY6ARosn0UWOHZkcq5TKG7GYzThuluyJ+UbjAztbtm/XlBrvQtnFx+Ll/pxg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDtu/CEGuaayxVxG2LdWWDOBijjtiPx3vL34jd51mhbTAIgFgMKMbFZ4A2bIzw5YuVxGXgwiHYjgPvITSwTNl8XKBY="}]}},"1.0.2":{"name":"debug","version":"1.0.2","dependencies":{"ms":"0.6.2"},"devDependencies":{"browserify":"4.1.6","mocha":"*"},"dist":{"shasum":"3849591c10cce648476c3c7c2e2e3416db5963c4","tarball":"https://registry.npmjs.org/debug/-/debug-1.0.2.tgz","integrity":"sha512-T9bufXIzQvCa4VrTIpLvvwdLhH+wuBtvIJJA3xgzVcaVETGmTIWMfEXQEd1K4p8BaRmQJPn6MPut38H7YQ+iIA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGGC1XZco0xkNQ9Auya9IjhIHw3Cb6BD1mI3IJso/vREAiEAsi7HBFM3gVC30/j18oL2iKXGX8zk8aGz7N2Ah4/2pYA="}]}},"1.0.3":{"name":"debug","version":"1.0.3","dependencies":{"ms":"0.6.2"},"devDependencies":{"browserify":"4.1.6","mocha":"*"},"dist":{"shasum":"fc8c6b2d6002804b4081c0208e0f6460ba1fa3e4","tarball":"https://registry.npmjs.org/debug/-/debug-1.0.3.tgz","integrity":"sha512-MltK7Ykj/udtD728gD/RrONStwVnDpBNIP1h+CBcnwnJdHqHxfWHI1E8XLootUl7NOPAYTCCXlb8/Qmy7WyB1w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGQWLj1KYCR8QfuK0qwP0vbuD0mCeRrCYc9Y8xhgXyqBAiBcfRmDoZkUXJ5m+u4LG1NuPP5om+24bz8XLTacWu1dig=="}]}},"1.0.4":{"name":"debug","version":"1.0.4","dependencies":{"ms":"0.6.2"},"devDependencies":{"browserify":"4.1.6","mocha":"*"},"dist":{"shasum":"5b9c256bd54b6ec02283176fa8a0ede6d154cbf8","tarball":"https://registry.npmjs.org/debug/-/debug-1.0.4.tgz","integrity":"sha512-plA8d2GHafT7kXzMDs5r7NSfYP7IKHdO8rZPVAqI33Eum7Vq/Ef/ETXm6NncF/RMif4fzI0RetSArZ6PMIxP0g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCm7SG7YoT8UWfNHfEKKpD8uisrowyLGDNGp1TVFP0pyAIhAKHzpLZolillsf8yjHcTL8oLoPhJFMmqhfOUrp50sco/"}]}},"2.0.0":{"name":"debug","version":"2.0.0","dependencies":{"ms":"0.6.2"},"devDependencies":{"browserify":"5.11.0","mocha":"*"},"dist":{"shasum":"89bd9df6732b51256bc6705342bba02ed12131ef","tarball":"https://registry.npmjs.org/debug/-/debug-2.0.0.tgz","integrity":"sha512-jRxFR0Fb657ikmm6IjHY32v/Nqp9Ndcx4LBISXPfpguNaHh5JJnb+x37qalKPTu4fxMFnVBIyEGi72mmvl0BCw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIES2PR3V2i9gupa5FUYgVKHKTPXHFEji0JxHZaiv/mGCAiEA0tjFO6psg0EsAHb60w1eQUUPLkZAaQNuqB2FU/GY/ng="}]}},"2.1.0":{"name":"debug","version":"2.1.0","dependencies":{"ms":"0.6.2"},"devDependencies":{"browserify":"6.1.0","mocha":"*"},"dist":{"shasum":"33ab915659d8c2cc8a41443d94d6ebd37697ed21","tarball":"https://registry.npmjs.org/debug/-/debug-2.1.0.tgz","integrity":"sha512-mXKNuRulIxh5zRPbJ0znN6gOJljoA1I/pQaZS9QYCwM4LdeInk5sEioHFeLayLJg8YL+FNrwPZbbltDR/HIdGA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIG5W1DE04uDl2qreKrTC+q/QryusXSKi9M65wlsOVLQDAiAZhLJNNcR0dpUjTlW44zJ8SNVIr+4hiKQwggX3KYHJgg=="}]}},"2.1.1":{"name":"debug","version":"2.1.1","dependencies":{"ms":"0.6.2"},"devDependencies":{"browserify":"6.1.0","mocha":"*"},"dist":{"shasum":"e0c548cc607adc22b537540dc3639c4236fdf90c","tarball":"https://registry.npmjs.org/debug/-/debug-2.1.1.tgz","integrity":"sha512-DO4Epp+gc7PHrK3cZSYzASfIbTK0bMRs78/Bkjnu+sfSPxEbh/b2qcl27EKRYSK73W6Ju4QfaNHz5fnLXQKEhg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCkwincfTYHKtPbwSg0taDIyY4W23O2F9ixfhr2ESPhugIhANHTZtAmdTO4TPMdBaBjQKk5zVIPYe6F2YrEco5RIPnx"}]}},"2.1.2":{"name":"debug","version":"2.1.2","dependencies":{"ms":"0.7.0"},"devDependencies":{"browserify":"9.0.3","mocha":"*"},"dist":{"shasum":"d5853ec48011eafd9ec80a5c4733332c1e767a43","tarball":"https://registry.npmjs.org/debug/-/debug-2.1.2.tgz","integrity":"sha512-1MYjCALu7t4xPIWMoEDkUMpNpLl9WRZYWO2oXqq+zuQkBUokH5YwbKCCoNUBWwrG4uxXp2gwShVh5nxd0dgxYg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCkF33Zvf4MYTWaAgK9lV8EfdBor/lUyaPsCa/a3YENwwIgbdbBnzMc/wOVFEy+GNV1+5ELiKCKhjU+Nq72PBfTHyA="}]}},"2.1.3":{"name":"debug","version":"2.1.3","dependencies":{"ms":"0.7.0"},"devDependencies":{"browserify":"9.0.3","mocha":"*"},"dist":{"shasum":"ce8ab1b5ee8fbee2bfa3b633cab93d366b63418e","tarball":"https://registry.npmjs.org/debug/-/debug-2.1.3.tgz","integrity":"sha512-KWau3VQmxO3YwQCjJzMPPusOtI0hx3UGsqnY7RS+QHQjUeawpOVtJvAdeTrI2Ja5DTR8KH3xaEN8c+ADbXJWeg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDgaGTPhMvwU8Iu1VaqmY5zbroySKtg9s+iNW+bA90fagIgIJkTF36bQ5fYZRk0IVXV5ydF0ijnKJFwpjRDNAKX3bo="}]}},"2.2.0":{"name":"debug","version":"2.2.0","dependencies":{"ms":"0.7.1"},"devDependencies":{"browserify":"9.0.3","mocha":"*"},"dist":{"shasum":"f87057e995b1a1f6ae6a4960664137bc56f039da","tarball":"https://registry.npmjs.org/debug/-/debug-2.2.0.tgz","integrity":"sha512-X0rGvJcskG1c3TgSCPqHJ0XJgwlcvOC7elJ5Y0hYuKBZoVqWpAMfLOeIh2UI/DCQ5ruodIjvsugZtjUYUw2pUw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEuhP9WjzXLEU+wz6nrEm7IttXDJNxOMpxOpRtp3I3E6AiEAo28avcgEyRY9InUOctdE7j0r0u/LOOedP08gWjbOju4="}]}},"2.3.0":{"name":"debug","version":"2.3.0","dependencies":{"ms":"0.7.2"},"devDependencies":{"browserify":"9.0.3","mocha":"*"},"dist":{"shasum":"3912dc55d7167fc3af17d2b85c13f93deaedaa43","tarball":"https://registry.npmjs.org/debug/-/debug-2.3.0.tgz","integrity":"sha512-tb2o33z/sdAvVhiszTuGQHgEww24WFBT+ZzK5jNML+pnF83fDnsE9z2/eoKsxLuhIg9x2VW6IY6TlepmvjELIA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDNazlPxr5j9syMMQF8bvky88K2g+uOCi5V5NbVHC5INgIhANGvUBypBJDiX+xMMrScFB0Dc7r9J4g40B0CQUaRNgyo"}]}},"2.3.1":{"name":"debug","version":"2.3.1","dependencies":{"ms":"0.7.2"},"devDependencies":{"browserify":"9.0.3","mocha":"*"},"dist":{"shasum":"4b206c092eb4e5b090e429a15d1d89083737ab2b","tarball":"https://registry.npmjs.org/debug/-/debug-2.3.1.tgz","integrity":"sha512-QUobWzjY1Q8Jnv+S4m6po0sGD0PXNXDbHhiouGd5tm66/j2l2vYc2E0GrS2V6rBFVc0QU+w42N9GuFrdnoSpDw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDoAyzzWamtz8pQaJPdxGv1cqwkqZnitABHrUNmoUZqWAiEA0m8Iu68TSui/62ZCPwARJjaamCQLchegvyeUwEkwHcY="}]}},"2.3.2":{"name":"debug","version":"2.3.2","dependencies":{"ms":"0.7.2"},"devDependencies":{"browserify":"9.0.3","mocha":"*"},"dist":{"shasum":"94cb466ef7d6d2c7e5245cdd6e4104f2d0d70d30","tarball":"https://registry.npmjs.org/debug/-/debug-2.3.2.tgz","integrity":"sha512-Pi2B3gZGhfmFd8vAAYAI8XTtRrNNkSD3xqwBTjzjNqeVTAcHc8uVMz854KTowlR+Ulzfbz5gu3pudWFGo3LFUQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDVQenN0y5zIMXY0BTBVrDpRoynrrGETAKjK8/nBNEjXwIhAIXzWS/49Kti9+pB33qVCP2pu2tiOYSpK1vF4n6DCTHO"}]}},"2.3.3":{"name":"debug","version":"2.3.3","dependencies":{"ms":"0.7.2"},"devDependencies":{"browserify":"9.0.3","mocha":"*"},"dist":{"shasum":"40c453e67e6e13c901ddec317af8986cda9eff8c","tarball":"https://registry.npmjs.org/debug/-/debug-2.3.3.tgz","integrity":"sha512-dCHp4G+F11zb+RtEu7BE2U8R32AYmM/4bljQfut8LipH3PdwsVBVGh083MXvtKkB7HSQUzSwiXz53c4mzJvYfw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDEoOZt5a7JzQtiJwETq84zoJBfT/aBiZOgCo/uSv41sQIgN+fPxvv4U/UqTaVXChm7gjk3NMRj2lhzKBMqxt2JW5I="}]}},"2.4.0":{"name":"debug","version":"2.4.0","dependencies":{"ms":"0.7.2"},"devDependencies":{"browserify":"9.0.3","mocha":"*"},"dist":{"shasum":"80db5e490a43bff63958e712ba88ba4e4121840f","tarball":"https://registry.npmjs.org/debug/-/debug-2.4.0.tgz","integrity":"sha512-qkWsCdZuL12DHM6juOa8etzUxQlW0ybWh23sS6QKo7wWyaPAP62udxguN/gTGO2LgXlRy5vXbEuYWNYUsKNTEA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIH/pWm5DtDWCk1ngRS09YHVBLrWj7oZ2f0bGD4N6wPZvAiEA1KRIRkTc+SmpmPRnRRDZjHZzC4R1oYuMiPRTZc1mSgk="}]},"deprecated":"critical bug fixed in 2.4.1"},"2.4.1":{"name":"debug","version":"2.4.1","dependencies":{"ms":"0.7.2"},"devDependencies":{"browserify":"9.0.3","mocha":"*"},"dist":{"shasum":"ef2532d2753d282045c13c82ce47a09e56b91d53","tarball":"https://registry.npmjs.org/debug/-/debug-2.4.1.tgz","integrity":"sha512-3KDO2nvteNg5RLHQA/ABlmfGfNHjYIfvxFxEHM8BP/yLZe8Ne8Deb0bC02ENfFuKuF5dSuHR2k/WFodW1fleMQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC9YYKxmSkANbOO2zhQz6CEh1Kt3rKV8iiYGAaCVJjhugIhAOjzoxC/J19A3Hd25LZgj8uMhNC8WlJ1YZI1eEUf+Y2L"}]}},"2.4.2":{"name":"debug","version":"2.4.2","dependencies":{"ms":"0.7.2"},"devDependencies":{"babel":"^6.5.2","babel-eslint":"^7.1.1","babel-polyfill":"^6.20.0","babel-preset-es2015":"^6.18.0","babel-register":"^6.18.0","babel-runtime":"^6.20.0","browserify":"9.0.3","chai":"^3.5.0","eslint":"^3.12.1","eslint-plugin-babel":"^4.0.0","mocha":"^3.2.0","sinon":"^1.17.6"},"dist":{"shasum":"a255d4489f58a2d7b6aaaddb9b7c60828f6ba27a","tarball":"https://registry.npmjs.org/debug/-/debug-2.4.2.tgz","integrity":"sha512-ej23QcDyiKBa/ABIamf1KPW5CDF4BfVOkQsQo3ePht3nXTo52Ik6YjJLcpaN8SqMevVCyFzkMXgbLHvFpRUydA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDR1o2sUlUNlFVnFXdKxHLQdg+UCOQTtmxvd4nyGwD+sgIgK4Fq5mM3U2e/RJZeqTmDRk7opoKFWfRX/6u0TpVPPkc="}]}},"2.4.3":{"name":"debug","version":"2.4.3","dependencies":{"ms":"0.7.2"},"devDependencies":{"babel":"^6.5.2","babel-eslint":"^7.1.1","babel-polyfill":"^6.20.0","babel-preset-es2015":"^6.18.0","babel-register":"^6.18.0","babel-runtime":"^6.20.0","browserify":"9.0.3","chai":"^3.5.0","eslint":"^3.12.1","eslint-plugin-babel":"^4.0.0","mocha":"^3.2.0","sinon":"^1.17.6"},"dist":{"shasum":"3fe67c5588e724d0f5d9e48c8f08ff69b4b20643","tarball":"https://registry.npmjs.org/debug/-/debug-2.4.3.tgz","integrity":"sha512-1Iaac9+DapEN6iCcv2af9k1cKIh5LEUpr5w74bMIQViBEGkME1wQTq+pdAfWaX92xQFYct6fBSfcVKnPoZj61g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHWk8AGyI5gsf8rNd1VQzPWPnWZq+auZ9nOsln+bzMrhAiEA9xeQmOgZVMbO24y5KLhOLvLPKT7F4AdkWnKxlzZmBRk="}]}},"2.4.4":{"name":"debug","version":"2.4.4","dependencies":{"ms":"0.7.2"},"devDependencies":{"babel":"^6.5.2","babel-eslint":"^7.1.1","babel-polyfill":"^6.20.0","babel-preset-es2015":"^6.18.0","babel-register":"^6.18.0","babel-runtime":"^6.20.0","browserify":"9.0.3","chai":"^3.5.0","eslint":"^3.12.1","eslint-plugin-babel":"^4.0.0","mocha":"^3.2.0","sinon":"^1.17.6"},"dist":{"shasum":"c04d17a654e9202464803f096153f70a6f31f4be","tarball":"https://registry.npmjs.org/debug/-/debug-2.4.4.tgz","integrity":"sha512-pmVI0UTP+XSYRUUJgz09db0M1cAcuUlGQyHxsQh8j1yQ6/zHY21A1JTZskBAIRQbJtxoCC9tq0psn8pcb8gjqA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDVh38kHQkw2FPMUmHCSTyxWcIE7y4OWijC7E/r51eHPwIgUqwAmzkiPR6ytRVigRg37nJeYiY/pb265sDByP6s1OE="}]}},"2.4.5":{"name":"debug","version":"2.4.5","dependencies":{"ms":"0.7.2"},"devDependencies":{"babel":"^6.5.2","babel-eslint":"^7.1.1","babel-polyfill":"^6.20.0","babel-preset-es2015":"^6.18.0","babel-register":"^6.18.0","babel-runtime":"^6.20.0","browserify":"9.0.3","chai":"^3.5.0","eslint":"^3.12.1","eslint-plugin-babel":"^4.0.0","mocha":"^3.2.0","sinon":"^1.17.6"},"dist":{"shasum":"34c7b12a1ca96674428f41fe92c49b4ce7cd0607","tarball":"https://registry.npmjs.org/debug/-/debug-2.4.5.tgz","integrity":"sha512-dKKhHsZva2Re+65VIn/PUZJaDmIOjgo98JrgrTVNYmINJIxxLMk0aNIUezJ4NTDf53JvGAxB9JpUjKr31icuIw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC04QXWKfHQonTWODiB8PAGouKzxxa1D46ZIq/T0LhyqwIhAOpt1gLnurC1/4AVpoSyA7049D1AKCoH7ILcf7llTS8x"}]}},"2.5.0":{"name":"debug","version":"2.5.0","dependencies":{"ms":"0.7.2"},"devDependencies":{"browserify":"9.0.3","chai":"^3.5.0","concurrently":"^3.1.0","coveralls":"^2.11.15","eslint":"^3.12.1","istanbul":"^0.4.5","karma":"^1.3.0","karma-chai":"^0.1.0","karma-mocha":"^1.3.0","karma-phantomjs-launcher":"^1.0.2","karma-sinon":"^1.0.5","mocha":"^3.2.0","mocha-lcov-reporter":"^1.2.0","rimraf":"^2.5.4","sinon":"^1.17.6","sinon-chai":"^2.8.0"},"dist":{"shasum":"94434a384a615a75db92fa734d2c994ec75c7b55","tarball":"https://registry.npmjs.org/debug/-/debug-2.5.0.tgz","integrity":"sha512-vXPxQlAbKSvGhu2Ys3+DX7XTMkYdoSg32xTyg4sqcF/XNRYLu/B/foqncVlYqGPdtFrc5YWDSSUhoaDN5ogWng==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCHwdTloXn8EP64D+3gjWG8Bj5QpnZnfoZfQrLus1oOCgIhAKWATu9zp5xoYhRMGgpn5Wbs9YlzWO5bIRm0Lwvz6obz"}]},"deprecated":"incompatible with babel-core"},"2.5.1":{"name":"debug","version":"2.5.1","dependencies":{"ms":"0.7.2"},"devDependencies":{"browserify":"9.0.3","chai":"^3.5.0","concurrently":"^3.1.0","coveralls":"^2.11.15","eslint":"^3.12.1","istanbul":"^0.4.5","karma":"^1.3.0","karma-chai":"^0.1.0","karma-mocha":"^1.3.0","karma-phantomjs-launcher":"^1.0.2","karma-sinon":"^1.0.5","mocha":"^3.2.0","mocha-lcov-reporter":"^1.2.0","rimraf":"^2.5.4","sinon":"^1.17.6","sinon-chai":"^2.8.0"},"dist":{"shasum":"9107bb4a506052ec2a02314bc606313ed2b921c1","tarball":"https://registry.npmjs.org/debug/-/debug-2.5.1.tgz","integrity":"sha512-kcuXHZHHIrMikExr5bEIkDUOhXrqvMlKrAd7P34OdiDR0K4ZxG0gpT3arvATP8QgZy1bdTun1/d6nOX9TM3z9w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCIKc7sUl1rgZL9r1UIAxcwKCgfElhgd4px5YB5bztUeQIhAMnLULLWZ3E0FqqDIZF2LadzTVsZ1CUMOjcvmMkYBZvb"}]}},"2.5.2":{"name":"debug","version":"2.5.2","dependencies":{"ms":"0.7.2"},"devDependencies":{"browserify":"9.0.3","chai":"^3.5.0","concurrently":"^3.1.0","coveralls":"^2.11.15","eslint":"^3.12.1","istanbul":"^0.4.5","karma":"^1.3.0","karma-chai":"^0.1.0","karma-mocha":"^1.3.0","karma-phantomjs-launcher":"^1.0.2","karma-sinon":"^1.0.5","mocha":"^3.2.0","mocha-lcov-reporter":"^1.2.0","rimraf":"^2.5.4","sinon":"^1.17.6","sinon-chai":"^2.8.0"},"dist":{"shasum":"50c295a53dbf1657146e0c1b21307275e90d49cb","tarball":"https://registry.npmjs.org/debug/-/debug-2.5.2.tgz","integrity":"sha512-iHrIBaTK1JzBz5WvitFmZGaTCO/mHiU3NKi8UKjh7rU2JboIbVMZU7pFSCpvc2NxfkrvyaQ5zfdNRJnft/TcoQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCmqS7i4Z/Eo92CaPUhr6FP4g4CQKRKifbzgVTYVTdiEwIhAKqlz4lvMwyrJziyQA+1odhpTYImNex6wO1h9aocOIdc"}]}},"2.6.0":{"name":"debug","version":"2.6.0","dependencies":{"ms":"0.7.2"},"devDependencies":{"browserify":"9.0.3","chai":"^3.5.0","concurrently":"^3.1.0","coveralls":"^2.11.15","eslint":"^3.12.1","istanbul":"^0.4.5","karma":"^1.3.0","karma-chai":"^0.1.0","karma-mocha":"^1.3.0","karma-phantomjs-launcher":"^1.0.2","karma-sinon":"^1.0.5","mocha":"^3.2.0","mocha-lcov-reporter":"^1.2.0","rimraf":"^2.5.4","sinon":"^1.17.6","sinon-chai":"^2.8.0"},"dist":{"shasum":"bc596bcabe7617f11d9fa15361eded5608b8499b","tarball":"https://registry.npmjs.org/debug/-/debug-2.6.0.tgz","integrity":"sha512-XMYwiKKX0jdij1QRlpYn0O6gks0hW3iYUsx/h/RLPKouDGVeun2wlMYl29C85KBjnv1vw2vj+yti1ziHsXd7cg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCD1jRkFZZi4zDp6v03GQuaG3HEoLTwXXKIYIlu/n7IzwIgQiEWY97F/KVONs+frF31+JhllGb42hIEzwguHu2OYxI="}]}},"2.6.1":{"name":"debug","version":"2.6.1","dependencies":{"ms":"0.7.2"},"devDependencies":{"browserify":"9.0.3","chai":"^3.5.0","concurrently":"^3.1.0","coveralls":"^2.11.15","eslint":"^3.12.1","istanbul":"^0.4.5","karma":"^1.3.0","karma-chai":"^0.1.0","karma-mocha":"^1.3.0","karma-phantomjs-launcher":"^1.0.2","karma-sinon":"^1.0.5","mocha":"^3.2.0","mocha-lcov-reporter":"^1.2.0","rimraf":"^2.5.4","sinon":"^1.17.6","sinon-chai":"^2.8.0"},"dist":{"shasum":"79855090ba2c4e3115cc7d8769491d58f0491351","tarball":"https://registry.npmjs.org/debug/-/debug-2.6.1.tgz","integrity":"sha512-BmFi/QgceF1MztznXEqbZXATlMwzrsfWR9Iahbp4j7vTK+Sel84Mt3SZ/btENs22PSm0bw6NOoZOd2fbOczPRQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFucFI+dNUGJix5XivQPn2BqgQhVgLEYL36UDkl2L2qmAiBO9KjbfGbIZMuuPKDi1pgI1x2GWHesJZHvBuonUw6Y+Q=="}]}},"2.6.2":{"name":"debug","version":"2.6.2","dependencies":{"ms":"0.7.2"},"devDependencies":{"browserify":"9.0.3","chai":"^3.5.0","concurrently":"^3.1.0","coveralls":"^2.11.15","eslint":"^3.12.1","istanbul":"^0.4.5","karma":"^1.3.0","karma-chai":"^0.1.0","karma-mocha":"^1.3.0","karma-phantomjs-launcher":"^1.0.2","karma-sinon":"^1.0.5","mocha":"^3.2.0","mocha-lcov-reporter":"^1.2.0","rimraf":"^2.5.4","sinon":"^1.17.6","sinon-chai":"^2.8.0"},"dist":{"shasum":"dfa96a861ee9b8c2f29349b3bcc41aa599a71e0f","tarball":"https://registry.npmjs.org/debug/-/debug-2.6.2.tgz","integrity":"sha512-P3nUmoQmRAgPRGyRWfQxnWcUEwoxznn/4+B1XKgqagoOoC/oQAkkFeOwqQmBgqNxdJwengQ382Tl67gfVLRWPQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEgzVr7G3d5M/Kj3IVQ5jnxqH+Ac7np27Vhv+/GsIuUfAiAHx0EuCvYElXbpS0g7D4ivzZPYhQTWdPt6srTJ3JE0Cw=="}]}},"2.6.3":{"name":"debug","version":"2.6.3","dependencies":{"ms":"0.7.2"},"devDependencies":{"browserify":"9.0.3","chai":"^3.5.0","concurrently":"^3.1.0","coveralls":"^2.11.15","eslint":"^3.12.1","istanbul":"^0.4.5","karma":"^1.3.0","karma-chai":"^0.1.0","karma-mocha":"^1.3.0","karma-phantomjs-launcher":"^1.0.2","karma-sinon":"^1.0.5","mocha":"^3.2.0","mocha-lcov-reporter":"^1.2.0","rimraf":"^2.5.4","sinon":"^1.17.6","sinon-chai":"^2.8.0"},"dist":{"shasum":"0f7eb8c30965ec08c72accfa0130c8b79984141d","tarball":"https://registry.npmjs.org/debug/-/debug-2.6.3.tgz","integrity":"sha512-9k275CFA9z/NW+7nojeyxyOCFYsc+Dfiq4Sg8CBP5WjzmJT5K1utEepahY7wuWhlsumHgmAqnwAnxPCgOOyAHA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCKYGiPwpCx/aUHOZV6VKS4HCTv3DPBKOAaodfN7Jo0fwIgA3mile25CZ3grNlCpd7wooaSK5HXNsoPL71VFjuwQB4="}]}},"2.6.4":{"name":"debug","version":"2.6.4","dependencies":{"ms":"0.7.3"},"devDependencies":{"browserify":"9.0.3","chai":"^3.5.0","concurrently":"^3.1.0","coveralls":"^2.11.15","eslint":"^3.12.1","istanbul":"^0.4.5","karma":"^1.3.0","karma-chai":"^0.1.0","karma-mocha":"^1.3.0","karma-phantomjs-launcher":"^1.0.2","karma-sinon":"^1.0.5","mocha":"^3.2.0","mocha-lcov-reporter":"^1.2.0","rimraf":"^2.5.4","sinon":"^1.17.6","sinon-chai":"^2.8.0"},"dist":{"shasum":"7586a9b3c39741c0282ae33445c4e8ac74734fe0","tarball":"https://registry.npmjs.org/debug/-/debug-2.6.4.tgz","integrity":"sha512-jhHoN6DHsKWoWHqswimxiToCuB4ClIbDw4lXDHzJmXGJb0sO3tynCdLe9JHqTXPP5d3oKgp9ynKKsf79765Ilg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDj2qbChftf0LIgE3ZOAoqSBKriJoDUkY/5IgvST3Z87QIgC+6/DYd1Uuu66YrTe3aEHR5GzO5NLwFBqKtm1hl5fMQ="}]}},"2.6.5":{"name":"debug","version":"2.6.5","dependencies":{"ms":"0.7.3"},"devDependencies":{"browserify":"9.0.3","chai":"^3.5.0","concurrently":"^3.1.0","coveralls":"^2.11.15","eslint":"^3.12.1","istanbul":"^0.4.5","karma":"^1.3.0","karma-chai":"^0.1.0","karma-mocha":"^1.3.0","karma-phantomjs-launcher":"^1.0.2","karma-sinon":"^1.0.5","mocha":"^3.2.0","mocha-lcov-reporter":"^1.2.0","rimraf":"^2.5.4","sinon":"^1.17.6","sinon-chai":"^2.8.0"},"dist":{"shasum":"7a76247781acd4ef2a85f0fb8abf763cd1af249e","tarball":"https://registry.npmjs.org/debug/-/debug-2.6.5.tgz","integrity":"sha512-uW/FlKTTFXEY+RPb8gfK/qVsMfYDN0xL28H02x67FZ2RpShWEQ5nQhF0IQpZsbPfwCrwelcB4M68I6bs8ry+xQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIE9Pfa/AQJtX0H0F6R4z8RBO1KsNy+dIMysGROoYbzWfAiEAs+vApH7GljVROQEEhAO+objFj871YyOXuV8T0MiRZGQ="}]},"deprecated":"critical regression for web workers"},"2.6.6":{"name":"debug","version":"2.6.6","dependencies":{"ms":"0.7.3"},"devDependencies":{"browserify":"9.0.3","chai":"^3.5.0","concurrently":"^3.1.0","coveralls":"^2.11.15","eslint":"^3.12.1","istanbul":"^0.4.5","karma":"^1.3.0","karma-chai":"^0.1.0","karma-mocha":"^1.3.0","karma-phantomjs-launcher":"^1.0.2","karma-sinon":"^1.0.5","mocha":"^3.2.0","mocha-lcov-reporter":"^1.2.0","rimraf":"^2.5.4","sinon":"^1.17.6","sinon-chai":"^2.8.0"},"dist":{"shasum":"a9fa6fbe9ca43cf1e79f73b75c0189cbb7d6db5a","tarball":"https://registry.npmjs.org/debug/-/debug-2.6.6.tgz","integrity":"sha512-ED4LYbzHt4IiPgIVjfUFfsvI5Et133QsXvQuMWw0ygFaPdvE8aeX6nfI+5ZVfyMuP8vZBk9Lv3yn6MPvGnzO9Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBXfwa30cNT4ONK7XXv3CURXL4GFNgriJv7z23mQ3kwYAiA3+RV3j0LSauP8LctsghuVAdxs01TxR7WA1rhngUQw1g=="}]},"deprecated":"invalid release"},"2.6.7":{"name":"debug","version":"2.6.7","dependencies":{"ms":"2.0.0"},"devDependencies":{"browserify":"9.0.3","chai":"^3.5.0","concurrently":"^3.1.0","coveralls":"^2.11.15","eslint":"^3.12.1","istanbul":"^0.4.5","karma":"^1.3.0","karma-chai":"^0.1.0","karma-mocha":"^1.3.0","karma-phantomjs-launcher":"^1.0.2","karma-sinon":"^1.0.5","mocha":"^3.2.0","mocha-lcov-reporter":"^1.2.0","rimraf":"^2.5.4","sinon":"^1.17.6","sinon-chai":"^2.8.0"},"dist":{"shasum":"92bad1f6d05bbb6bba22cca88bcd0ec894c2861e","tarball":"https://registry.npmjs.org/debug/-/debug-2.6.7.tgz","integrity":"sha512-7YoSmTDGnXYkFJOvaYXfxcvNE25Y11uZ0X8Mo+pSXjHz/9WUlbCS4O6q+wj7lhubdNQQXxxsSOnlqlDG8SenXQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICoU1PDC4Sw3GxErsIYGMobmcMqqdYEFu3YwKVlUS/Q7AiBMTywlhZuyKHGwi72RGS4dE6IZWhwGmBwlZUMvkq4RVA=="}]}},"2.6.8":{"name":"debug","version":"2.6.8","dependencies":{"ms":"2.0.0"},"devDependencies":{"browserify":"9.0.3","chai":"^3.5.0","concurrently":"^3.1.0","coveralls":"^2.11.15","eslint":"^3.12.1","istanbul":"^0.4.5","karma":"^1.3.0","karma-chai":"^0.1.0","karma-mocha":"^1.3.0","karma-phantomjs-launcher":"^1.0.2","karma-sinon":"^1.0.5","mocha":"^3.2.0","mocha-lcov-reporter":"^1.2.0","rimraf":"^2.5.4","sinon":"^1.17.6","sinon-chai":"^2.8.0"},"dist":{"shasum":"e731531ca2ede27d188222427da17821d68ff4fc","tarball":"https://registry.npmjs.org/debug/-/debug-2.6.8.tgz","integrity":"sha512-E22fsyWPt/lr4/UgQLt/pXqerGMDsanhbnmqIS3VAXuDi1v3IpiwXe2oncEIondHSBuPDWRoK/pMjlvi8FuOXQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCeuXf4/xB1X71ksOfu6FcXrchhfK0/tNriYxxTIaINfAIhALxCN3nyXH5tfxhR8U7AI1mgQdUOvKqBKBqdQSvt4mPu"}]}},"1.0.5":{"name":"debug","version":"1.0.5","dependencies":{"ms":"2.0.0"},"devDependencies":{"browserify":"4.1.6","mocha":"*"},"dist":{"shasum":"f7241217430f99dec4c2b473eab92228e874c2ac","tarball":"https://registry.npmjs.org/debug/-/debug-1.0.5.tgz","integrity":"sha512-SIKSrp4+XqcUaNWhwaPJbLFnvSXPsZ4xBdH2WRK0Xo++UzMC4eepYghGAVhVhOwmfq3kqowqJ5w45R3pmYZnuA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCxcH0znyOLAAA2O0dGScyzbBlsizzCU7xXj7rYwx9W2QIhAMGecDjDBfJU5KanaUDBjxXFs/EL3GludbjXg3AMDocB"}]}},"3.0.0":{"name":"debug","version":"3.0.0","dependencies":{"ms":"2.0.0"},"devDependencies":{"browserify":"14.4.0","chai":"^3.5.0","concurrently":"^3.1.0","coveralls":"^2.11.15","eslint":"^3.12.1","istanbul":"^0.4.5","karma":"^1.3.0","karma-chai":"^0.1.0","karma-mocha":"^1.3.0","karma-phantomjs-launcher":"^1.0.2","karma-sinon":"^1.0.5","mocha":"^3.2.0","mocha-lcov-reporter":"^1.2.0","rimraf":"^2.5.4","sinon":"^1.17.6","sinon-chai":"^2.8.0"},"dist":{"integrity":"sha512-XQkHxxqbsCb+zFurCHbotmJZl5jXsxvkRt952pT6Hpo7LmjWAJF12d9/kqBg5owjbLADbBDli1olravjSiSg8g==","shasum":"1d2feae53349047b08b264ec41906ba17a8516e4","tarball":"https://registry.npmjs.org/debug/-/debug-3.0.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDp5gSyHxnDInop8nXtn63ndARpGW0kaEImEhhIfX/5ogIhAJ5CZIAEUaNwZwIGXvYX4qUMoH6izXGi+w3chMs5fsvY"}]}},"3.0.1":{"name":"debug","version":"3.0.1","dependencies":{"ms":"2.0.0"},"devDependencies":{"browserify":"14.4.0","chai":"^3.5.0","concurrently":"^3.1.0","coveralls":"^2.11.15","eslint":"^3.12.1","istanbul":"^0.4.5","karma":"^1.3.0","karma-chai":"^0.1.0","karma-mocha":"^1.3.0","karma-phantomjs-launcher":"^1.0.2","karma-sinon":"^1.0.5","mocha":"^3.2.0","mocha-lcov-reporter":"^1.2.0","rimraf":"^2.5.4","sinon":"^1.17.6","sinon-chai":"^2.8.0"},"dist":{"integrity":"sha512-6nVc6S36qbt/mutyt+UGMnawAMrPDZUPQjRZI3FS9tCtDRhvxJbK79unYBLPi+z5SLXQ3ftoVBFCblQtNSls8w==","shasum":"0564c612b521dc92d9f2988f0549e34f9c98db64","tarball":"https://registry.npmjs.org/debug/-/debug-3.0.1.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD4UJZ+PwzRKKW1CYGngnpWmRaTrSwFUHECNSIydutYWAIgaBoxIq9eZEQCW5Jov6wAnhioW1J8YS4COhR+Z6OP0qM="}]}},"2.6.9":{"name":"debug","version":"2.6.9","dependencies":{"ms":"2.0.0"},"devDependencies":{"browserify":"9.0.3","chai":"^3.5.0","concurrently":"^3.1.0","coveralls":"^2.11.15","eslint":"^3.12.1","istanbul":"^0.4.5","karma":"^1.3.0","karma-chai":"^0.1.0","karma-mocha":"^1.3.0","karma-phantomjs-launcher":"^1.0.2","karma-sinon":"^1.0.5","mocha":"^3.2.0","mocha-lcov-reporter":"^1.2.0","rimraf":"^2.5.4","sinon":"^1.17.6","sinon-chai":"^2.8.0"},"dist":{"integrity":"sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==","shasum":"5d128515df134ff327e90a4c93f4e077a536341f","tarball":"https://registry.npmjs.org/debug/-/debug-2.6.9.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC/LTf6UK62VWqwtmetEmhZ6D2NkJptC8+1MpUsNbGrCAIhAMgeWOEZ9T88UGQ5uldEbxn7p6uw1hgFNqzD5spMVkR8"}]}},"3.1.0":{"name":"debug","version":"3.1.0","dependencies":{"ms":"2.0.0"},"devDependencies":{"browserify":"14.4.0","chai":"^3.5.0","concurrently":"^3.1.0","coveralls":"^2.11.15","eslint":"^3.12.1","istanbul":"^0.4.5","karma":"^1.3.0","karma-chai":"^0.1.0","karma-mocha":"^1.3.0","karma-phantomjs-launcher":"^1.0.2","karma-sinon":"^1.0.5","mocha":"^3.2.0","mocha-lcov-reporter":"^1.2.0","rimraf":"^2.5.4","sinon":"^1.17.6","sinon-chai":"^2.8.0"},"dist":{"integrity":"sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==","shasum":"5bb5a0672628b64149566ba16819e61518c67261","tarball":"https://registry.npmjs.org/debug/-/debug-3.1.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGvBszkxPxDYcbBED6Ar5Px/aYYETaLx7VhwNpE0FojrAiBy5zcsR0xnw3wAXjvVYmwPBu19WhL0fQqaBOn+b7NonQ=="}]}},"3.2.0":{"name":"debug","version":"3.2.0","dependencies":{"ms":"^2.1.1"},"devDependencies":{"@babel/cli":"^7.0.0","@babel/core":"^7.0.0","@babel/preset-env":"^7.0.0","browserify":"14.4.0","chai":"^3.5.0","concurrently":"^3.1.0","coveralls":"^3.0.2","istanbul":"^0.4.5","karma":"^3.0.0","karma-chai":"^0.1.0","karma-mocha":"^1.3.0","karma-phantomjs-launcher":"^1.0.2","mocha":"^5.2.0","mocha-lcov-reporter":"^1.2.0","rimraf":"^2.5.4","xo":"^0.23.0"},"dist":{"integrity":"sha512-Ii8hOmyHANEZ4wnsj5ZKeWUQRLt+ZD6WSb1e+/RK0BNIrVaZQrN0r2qxl8ZvnFgb4TQpd9nsjGUxdPIUXo6Snw==","shasum":"cfba3c774175ee0f59a51cf8e0849aca9bfd8a9c","tarball":"https://registry.npmjs.org/debug/-/debug-3.2.0.tgz","fileCount":9,"unpackedSize":78567,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbl15jCRA9TVsSAnZWagAAsAcP/1CgyRvxCKQpPCU26k3n\nDgy2TMSVi2EDvkxsIVx3hqQzzfuAwIcxSiK95YceW3SzjpxzUaIGuUjFfHe7\nlZHw3bJBCp5N9ZJOxz79CxF5SAcGUHL0rKKgti77ljKGQeG4xBoL4jSxJXqe\nZNFReUWucQI2PlaZAo5g0ybkZ86l6DRlhupOTWGfwKY8Y2qDBad4SOFz4sd5\nQckokjEuZ0//f/aoLfQfcjTKNdIDPvYZCt7SVFVgbgyYkA09c5runQ5LVQ6u\neC+/aAXNY7CJsd9DMnFO8ea5NMDloTU6UYBsr1LAzWgPGRoriFqRgRlMkBk1\n4yZK3fAbP7BzXc6ZmmfDaZE8Xcrqmn8HEbEkUxUr1g6d8n3SIkO5Mz5iplH7\nSZl7lYChtB9bdfuz6egMUhKG7eD5W3Ov4Or3JmJO7/7OTI0KCHQhinVb2Z4U\nmq82aqHdZRrS9zxp2EuIge3pHFNrzch3UKI3RVRx3f0PSGxSXcPJyNdsrvmZ\n71YzQaK7FKfB9VX7FYtqNK9NOd+hYFI3QZM0ZNLYudGFbWc5BauV7pDzma0i\ndx0MNp29DvWQUhjfy/i7ob8SWpas59zHpvRV3Fgz4aAwYqNe7qlSrPrdHZ9J\nZA9OpMmanYMJnhXiSYAHJh+5ZBe0EbXH5G+grIJLSvx2AqJMQSFN1ghG7if5\nm+EF\r\n=diB2\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGTsVhEHWDr+S5L/beUtz7SmpXmPF82EftGAApXkA3YQAiEAgpNwcND+szJFoL8ERDrpgGz7qwGrrkDemQAOD4cnJ2o="}]},"deprecated":"Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)"},"3.2.1":{"name":"debug","version":"3.2.1","dependencies":{"ms":"^2.1.1"},"devDependencies":{"@babel/cli":"^7.0.0","@babel/core":"^7.0.0","@babel/preset-env":"^7.0.0","browserify":"14.4.0","chai":"^3.5.0","concurrently":"^3.1.0","coveralls":"^3.0.2","istanbul":"^0.4.5","karma":"^3.0.0","karma-chai":"^0.1.0","karma-mocha":"^1.3.0","karma-phantomjs-launcher":"^1.0.2","mocha":"^5.2.0","mocha-lcov-reporter":"^1.2.0","rimraf":"^2.5.4","xo":"^0.23.0"},"dist":{"integrity":"sha512-P5CJ6AGKlnMM3Rd1V4xmQ1SNn5VQ/4UoIiVmDzJxliKCeG1ANIj6ThcWWsefqZ4WdzGdmhG3WdeKrcjx9eNUYA==","shasum":"30b2d86ecc0f169034c260a84b295fcb51eb88ec","tarball":"https://registry.npmjs.org/debug/-/debug-3.2.1.tgz","fileCount":9,"unpackedSize":78566,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbl2CmCRA9TVsSAnZWagAAsuQP/3F/T64Gvm9t2NPQcUlO\nuW5FB9KuyGDRmUNA7NCprDtalNQfa/ShZevjK9MjB4jp5sEuUDAa9uisovhn\nSF4SoNgWEr/wwN64/utAK9v64QazpGaGRYgJXqvcAi+SPQUhSMAGQiUFPLu9\nW9hkKJLRqUR26FenZQTpjoL7DBFhMzchXsrmmwZxsXU1okF5dXH3wUCKmmJv\nhmEAYW3qbiX4R/ORDFBZGwdn4uWN6fZOxQF9oFMmALRTOW6CGUhIfAZEqpiL\nhpMTgtbjNkQU/yIfcYj2FSb6WvqGwVXxSCo78ExQJa6rh09kvmpClapaUOOy\n3nWUosKPyF9GPUIsbgneXObinn+nCXOgRoHHdwYlmluk2xC3+9Tr2PsjblIt\nXH8SrgScxnnCs1YajPMHatHj9oGQhfWrS0Czj7UhF6ir5kpwseG4GSpsy4C+\nXJgLBj4n+VOZImvs9PO3z2Sbkgeo3HunIY4Yj1cwq+vjaraBCTUw5x5m+Cao\nMYdP2lzCI7NovH35/zw70HUVubLCpIe9hXu+YhYVOjrdh4POhCB4V4VGpj8Y\nV1odXjGN/Kp/AecfC9I1KkSFtlg65hwOHLy5pAjGvgnopbdcpewJYDMIRK6H\nEuBESkCEqegcVXfNn95SlLhO5DlVYwkERh0YP0wkUZCKbFRYsbYGOyVqb2X4\nqzaP\r\n=Sk51\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQChWILWq6Iyzyr0O19cek93BPLTx/rAdiyLge8q2wAqKgIgbJMuBvV3/MQk25QGAOdDy0BLmvVnqXnAajzvF4qBR4o="}]},"deprecated":"Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)"},"3.2.2":{"name":"debug","version":"3.2.2","dependencies":{"ms":"^2.1.1"},"devDependencies":{"@babel/cli":"^7.0.0","@babel/core":"^7.0.0","@babel/preset-env":"^7.0.0","browserify":"14.4.0","chai":"^3.5.0","concurrently":"^3.1.0","coveralls":"^3.0.2","istanbul":"^0.4.5","karma":"^3.0.0","karma-chai":"^0.1.0","karma-mocha":"^1.3.0","karma-phantomjs-launcher":"^1.0.2","mocha":"^5.2.0","mocha-lcov-reporter":"^1.2.0","rimraf":"^2.5.4","xo":"^0.23.0"},"dist":{"integrity":"sha512-VDxmXLtYzTDjwoB/XfDYCgN5RaHUEAknclvDu17QVvkID8mpWUt2+I3zAc98xu1XOSCQY9yl072oHFXDhY9gxg==","shasum":"1e7ad4d9714bb51e6745c0f15559ee82c0236010","tarball":"https://registry.npmjs.org/debug/-/debug-3.2.2.tgz","fileCount":9,"unpackedSize":79439,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbl3PGCRA9TVsSAnZWagAAfw4P/0AbS4UO0xtHtNKXS/Ig\n0LBe4TZuRT3frlo4gCVIGplfK1sqsBWS1jkNEH7MZIb52GiB6CDZadrrMjBI\nZ12azSvVoJD83fnakr8/9VnsT5VdF29B8SLrmaeMPVozKd/TkigQAfEw0HBo\nTkPvfE8Ole1nLaikPySf6qReLi8Fe90FTGFWuLlk3jqMeXwmbSD+LMyBIf3B\n9JWvcVYXsxwrw42hxz9cjBvXnTBSd2H1r2XT7ToboI76y5TCL5iY3AQC+23A\nIZ6EufJA+FoicsiPtxuQpx9TK3l9xyr87Wf4tzzmyWhhJh0SHQkIs8LA+fIf\nrBS52zg1MoXBrxsrXLgYmwx1Saf6oXabY4YizdVQiQx8ngTqksa7LDzCtILz\neAHcRS+RF4MARNYJW5n9NbAPS5eocnG/uAp/fqweZ1Djw/9tSCr4D+pYhHPs\nBaNk+HDRbG+Wr2APVgLayI8nWtM3OCt8zHIYUfw4HwsBraSTh3/tprdX8+j0\nrp+bGBdUoSHQrLZo5wcBQdYMA1VcWle35Um1p7wF/aDXtBeVy7fr8dsF/2/v\nZ3jG9h5TJlclxYlE4Kr8XlplAPhVWIrf9r8mas4g5VuEx0Gpe12f4dCNbPSH\n3XUrEhWLSsRmG75+6Kw8QHA0igD15DGQ6UeDPCFrvKUjcn5R0FZuSCZGaKE6\ntZId\r\n=aiGX\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCu1RPXGrwxBmus13G2316VK2026Tk7m9lS2LOE50+5awIhAIR1+AgIjbSu6EzU3Aztob6UqJ3U37naGwTKURPrHWIH"}]},"deprecated":"Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)"},"3.2.3":{"name":"debug","version":"3.2.3","dependencies":{"ms":"^2.1.1"},"devDependencies":{"@babel/cli":"^7.0.0","@babel/core":"^7.0.0","@babel/preset-env":"^7.0.0","browserify":"14.4.0","chai":"^3.5.0","concurrently":"^3.1.0","coveralls":"^3.0.2","istanbul":"^0.4.5","karma":"^3.0.0","karma-chai":"^0.1.0","karma-mocha":"^1.3.0","karma-phantomjs-launcher":"^1.0.2","mocha":"^5.2.0","mocha-lcov-reporter":"^1.2.0","rimraf":"^2.5.4","xo":"^0.23.0"},"dist":{"integrity":"sha512-4J+rux2EAUIbVjYOvNx/6tQxCSrKDAFm4qUDNTnflVPCj/jgCb5xbt7jfAkMC2iGmie1i/+ViS/QpAziYe+rPQ==","shasum":"3f2a4bf7afb0a73a960fed83a197692dba736b83","tarball":"https://registry.npmjs.org/debug/-/debug-3.2.3.tgz","fileCount":9,"unpackedSize":79967,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbl30vCRA9TVsSAnZWagAAm1EP/3Sf15V6tTlS1qfZkaLu\nPbhyI30yiXGR8IWc9SsygjqQYdrmFbDbKAafvkqK6SMf+mmxhVpA840kobzD\n3xdbDKDNloU6hNJybwVp47nmtNGJiqh1fWtuRKZgTMf6QrT0bMN/faoUYY39\nUqZqOVypEKAuga8IVkAaYtVcN1xMQo0fK2tFvNwYc/YY2EwRvvddULnOBeqY\nFMhUXZ/LX2aNXPCuLPX1YNDUntJgm+Me46rAf1ZismNgBDuorTBi4BD2Z1KP\n8OAB2uYOurruiwCwC/QtcY4CXZoMuWzVob3BgMopVppMc+uCmxmYG+mwxklY\nZ6P5RYv40/FQ3lgWtrpbEMagcXBivUnolaCJP5yckVESAd6mQdfQ1eyMH6RL\n275UhYhQIg2c8wZlTdv+v06Nr/JARiz1G2cl18NPB6xk7wEkv9gLsSv2aTi4\nCkNTrW+Mwc869Efil+cWc1J/sghjNHU3t/Dmf0VSMVGpdsWmjLZzPzhSHTZ0\nHEEyCImFTWNBj0yjK+rm+RlSpFFZeT1Yd8D1xYvph8Xjrom4sGWcOawROriX\nvLMaywIcOKfXMCgyKhA8pDDzKumKec+VmjYO8ozqDtZ3GorS3Cs2mGqEVA8h\n2aogV2TzNDUAVI8ePS4v7BSk9eqV7vP9f3DQIP+nHJJSNafg/BFLQ+rf/WDN\navyG\r\n=npte\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCpdmPt6tKDKVdfhnZ/I8GmxnFKFk0+FHtUbtEbw1+/XwIhALCzpRK4aprUz+DGC2jc0IAGSNaZ+FSOR8c2h4KVeS+R"}]},"deprecated":"Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)"},"4.0.0":{"name":"debug","version":"4.0.0","dependencies":{"ms":"^2.1.1"},"devDependencies":{"@babel/cli":"^7.0.0","@babel/core":"^7.0.0","@babel/preset-env":"^7.0.0","browserify":"14.4.0","chai":"^3.5.0","concurrently":"^3.1.0","coveralls":"^3.0.2","istanbul":"^0.4.5","karma":"^3.0.0","karma-chai":"^0.1.0","karma-mocha":"^1.3.0","karma-phantomjs-launcher":"^1.0.2","mocha":"^5.2.0","mocha-lcov-reporter":"^1.2.0","rimraf":"^2.5.4","xo":"^0.23.0"},"dist":{"integrity":"sha512-PlYAp+yaKUjcs6FIDv1G2kU9jh4+OOD7AniwnWEvdoeHSsi5X6vRNuI9MDZCl8YcF/aNsvuF5EDOjY/v90zdrg==","shasum":"ef7592a30b1c5e05a78e96926df2e6b36b5544e7","tarball":"https://registry.npmjs.org/debug/-/debug-4.0.0.tgz","fileCount":9,"unpackedSize":78566,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbl4OnCRA9TVsSAnZWagAAKc4P/2AiTrAEAvKdytHEYJOo\ntJMZ5ssVvEdfTFxZFFlvVtB75s2hLB38Ux2MyBNVZHZQY/KPpg5kJLFJMa+W\nBBbYhaZl33N/1O31clRbL1ePUL+/7F1rlLzoNuTFy4uJkh0kG9HfXluQC7v6\nhPd5svIhLu9crBbt9ChZui9tbeGzXK9Se4mzqjBY0VqTGZMXJhqkRo7p3fIW\nvnLHB2ZaGtpJap3x6bzCJC/Ev03PbTIHEyuDQ8v8bJkchPUTKNn1vqRRvrHm\nPNDZOL321V414JZggjESVHogh7ppF/cqsb6i0U0cVhw3n4I4ptuL5CyNNTtd\n7QpNz7O+r10cFsiVqw/E9qByfxNx3HEjOwxco/DGfYzcTXSgDChDvdf66/cw\nWtCtZ6kV0GrIk9vLWysaUo316k3OA0Gn8QHrIDZafPM3f34k0jGC+LGh5bg0\nCJYlguqw5lhEIE8m78pHRwlqtbug+RjeLQbgPNC3XEXNSJFY3rWXTwHacCll\nv8RX+H/4O6IH13P6F9mNI2LBOzqQyEqh0AxYUZcRFhp3HYedHDCLGMT45OJT\nNo+Cl76HD7Km4v18My+NyovmBdYPv+obKasS4bqi0SecCLyEfzKv4IKs+81d\nAG7SZn2alKK8HEW5qttB1ojWTfv9O2yR6KnUlbPmX3PVQkDsmCtq0ItIC+gU\nnCAV\r\n=pi46\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEwrwLY8VcpCIrtWysObLCosm7lgkGdQMy5HB5avEFALAiBNzbjc+laSca273MJicfzkNnh5PIPxcAg6FmaqfhcazA=="}]},"deprecated":"Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)"},"3.2.4":{"name":"debug","version":"3.2.4","dependencies":{"ms":"^2.1.1"},"devDependencies":{"@babel/cli":"^7.0.0","@babel/core":"^7.0.0","@babel/preset-env":"^7.0.0","browserify":"14.4.0","chai":"^3.5.0","concurrently":"^3.1.0","coveralls":"^3.0.2","istanbul":"^0.4.5","karma":"^3.0.0","karma-chai":"^0.1.0","karma-mocha":"^1.3.0","karma-phantomjs-launcher":"^1.0.2","mocha":"^5.2.0","mocha-lcov-reporter":"^1.2.0","rimraf":"^2.5.4","xo":"^0.23.0"},"dist":{"integrity":"sha512-fCEG5fOr7m/fhgOD3KurdAov706JbXZJYXAsAOEJ7GgasGr0GO4N+1NsIcrjlIUcyvJ9oZlnelTzN3Ix8z1ecw==","shasum":"82123737c51afbe9609a2b5dfe9664e7487171f0","tarball":"https://registry.npmjs.org/debug/-/debug-3.2.4.tgz","fileCount":10,"unpackedSize":79494,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbl4b+CRA9TVsSAnZWagAAKPEQAI/m2QBy4BI6dKRonUC5\nJzDLv1jphFcp3ziXqxFRr1BGxa04vHk5ZNa9KJjNcnFJ+lgwI7cCz/5g5DEO\nnv0pwKWlNpsHycviVUaa618WkZ7OtzdTPrmORKgFDP39O6lzBwinWtJlGgAn\nUKH1MQwOvQZkbYMgz5G8pjzDkaij8gDRDpCV9/Xdk/LWLykxO3ymJhFIFJIM\n58WilADFonalQDGDJLh+1Hhi1Hb1WbBdASUDhpWH3QqZgzrxVTVPB2ajYYaO\nsgad00GbigiCtRASLzQRg99OlCepmtsR4rFhu0V/XE3YZ4XSViuRNwrW1HBE\nRH2RjRxVGgfmcZd0N0Q1DzthxwIP4z5FJW4P16ODYgaTHdqCSUa4iIWc6WfW\ng8xlYDU3RgFQBcdIBq2jKxmsKU7W9KC5Fz7o8ldVW1NLbN/rPWi/qC2XKn0s\nwpl/oxroAW8enbpG3K4+kU8cizBvL3QQv3lWwEV0O5BMLmNFBZUufCYiARS1\nsYeyVEj2U+KvHWTSd/e0jB+995DbNsUbyvnfmP+O6VmsfxbrbDItBuTFUEZi\nmqN58fZ+rttNr2rqamRVq/Q0QmUHifH2+KQDm3wPzdooTHDRpWULW2ncg4dp\ngE8XRJu6L+QzCiXcVOgTv7UPhDs0erbPDYR3M+eweEUOaWQD5s8Rf5tjkOif\nQeQf\r\n=ybCb\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCGQQi3LQx6fbjPM4HOhP+UuENMcvznYLW767P9K4k2nQIgPbkjWxDDLYpeOXWo5oRvLtv8XbNNt3y5pWU1ZNOk5gY="}]},"deprecated":"Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)"},"3.2.5":{"name":"debug","version":"3.2.5","dependencies":{"ms":"^2.1.1"},"devDependencies":{"@babel/cli":"^7.0.0","@babel/core":"^7.0.0","@babel/preset-env":"^7.0.0","browserify":"14.4.0","chai":"^3.5.0","concurrently":"^3.1.0","coveralls":"^3.0.2","istanbul":"^0.4.5","karma":"^3.0.0","karma-chai":"^0.1.0","karma-mocha":"^1.3.0","karma-phantomjs-launcher":"^1.0.2","mocha":"^5.2.0","mocha-lcov-reporter":"^1.2.0","rimraf":"^2.5.4","xo":"^0.23.0"},"dist":{"integrity":"sha512-D61LaDQPQkxJ5AUM2mbSJRbPkNs/TmdmOeLAi1hgDkpDfIfetSrjmWhccwtuResSwMbACjx/xXQofvM9CE/aeg==","shasum":"c2418fbfd7a29f4d4f70ff4cea604d4b64c46407","tarball":"https://registry.npmjs.org/debug/-/debug-3.2.5.tgz","fileCount":10,"unpackedSize":79525,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbmEvWCRA9TVsSAnZWagAAtKYP/iHj/bV5z85g7wFJ/ses\nINfZRQk3gqPOpVyzb6GKr4YPQyzGCgDwo1luliwFVJ5iyOcFjYoDI0PyFqTs\ng8ZfY9t3fTl4rE6dnwsBMgslPxVrGFvBKcVuZoHVquUTH7cN+wDsU1bHGFXU\nzjKDGpSrMmC287HrBIlYPXuOy+J6jCtJa3mnJrjl20zTkHrxodQu1xol+1kC\ncNr455c99Adb1n/h7LlnYAjfLCsVBNXiPRREdhGHHf637v6fx410hnvTtxUf\nspr20o42bhvQxietxMnDmKAKRb6Buq1k8hLki7xPHfj1/PgrEMtdONYYFytG\n9QDFALnHKhCfh23qUA3+KmJtAYdcgz10+bcYbdx7ytULnQk0mldYaBe9NAFZ\n8YJ0ohZ7RL7Awt+Kf1aNM2A9uDZfgns7q6V96Gcl//+hsOt9MpMdYciJP39F\nynl7b0R8vxB1lSxq8v7rZ+Nm3I1OF7m6lFhkecEAzze7txTPlCNpfKYX2sNt\nj5SOIpXU6Mem9cve1RdzeYvGBqx9qHbpNCY33HP9p/Jvb/XfaB+E+FuOFc9T\nrc6VemaJB9uDO78sDDVQk28OliLy3cAFdFlUMrLe55Jbq2phIx+/KTN/3acH\ns50bpPpqido2tWSsTCZb4pPvMValF57ODUybu70XNxhuCznpApSNZuqRfC4Y\nOxHe\r\n=dcBJ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGSeDyEUFxgQz8gxdE+L86oZGk9vreOdf1YbrP85iJgeAiEA8GBW50xUpACNcs33m61qWUfazf08wUpXu1UzMKbZX0w="}]},"deprecated":"Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)"},"4.0.1":{"name":"debug","version":"4.0.1","dependencies":{"ms":"^2.1.1"},"devDependencies":{"@babel/cli":"^7.0.0","@babel/core":"^7.0.0","@babel/preset-env":"^7.0.0","browserify":"14.4.0","chai":"^3.5.0","concurrently":"^3.1.0","coveralls":"^3.0.2","istanbul":"^0.4.5","karma":"^3.0.0","karma-chai":"^0.1.0","karma-mocha":"^1.3.0","karma-phantomjs-launcher":"^1.0.2","mocha":"^5.2.0","mocha-lcov-reporter":"^1.2.0","rimraf":"^2.5.4","xo":"^0.23.0"},"dist":{"integrity":"sha512-K23FHJ/Mt404FSlp6gSZCevIbTMLX0j3fmHhUEhQ3Wq0FMODW3+cUSoLdy1Gx4polAf4t/lphhmHH35BB8cLYw==","shasum":"f9bb36d439b8d1f0dd52d8fb6b46e4ebb8c1cd5b","tarball":"https://registry.npmjs.org/debug/-/debug-4.0.1.tgz","fileCount":9,"unpackedSize":78597,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbmEzQCRA9TVsSAnZWagAA5pYP/22BYzFRtIegg2BuM1G1\nkV8O9zlERv0EsFnNEyVpWKIt1wmMsPHNKJJuIpf1utE2LCyp5RC1bmrXz9LH\nPrKcmAVrsJbnXMmxahJhFbY8Wa8Vn8TCj3tAjVXKIiEIT6Np9gAb8z7ZIKXe\nxG8Su/gT4Mnm3o3KQF0FEsNHzVThP8ZUK4m9kUe4PKE5TLbsynUBW35wgW23\nQgqvM0z6gosQbnIKxeXkG/C25cRLfrGMKIU26YmAWxqpkTDGk1QvD0mPXlsd\n8UP4r1UR1eNMuRwsQOxY99kmoQ/zAoLkwqG16bl/97NkVQEOkGmmQSts8xer\nn3Ma8nsHUyTTcHafn7rBU/WUDf2uY5CdJZbjivoYVJ0weZFBw2VSOs4OGdck\nFgFtXK6nCZTWf7RL2C/75eFZoUUcjk0jK8XIrO1DK0dMojEG9gku3FqrMxk1\nCgPCZyRQV9PwcdHuZtbSBtngiKgyYmd7njibjphsjiav7ItSOx9H3YvneQbM\nSCxx+ONzX7bpIrnDqBm8htOCNUffSicZrNbgfLU8rfDjqRKNMVkiN61QKkp4\nV5V74Dlieg1nvF2jBeYU0qydeLnkzl6sa/5X8Te8Hs8juYLYPUVuO7bHEc99\nQWGYfnKrTCss21JfvPEj9qmCccyoLIscgHSmaltXQEE0dVFGlKQ20gbBmaQO\nfgDb\r\n=9EFN\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCA95EspXkN2Ry3B0X6kt9SGvrbT6qmn8X5R1LdU3pgVwIhAM3YjU2IJXl4SsI2kZ9L/jUq/lBVj0YoHLLgBws28OVX"}]},"deprecated":"Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)"},"4.1.0":{"name":"debug","version":"4.1.0","dependencies":{"ms":"^2.1.1"},"devDependencies":{"@babel/cli":"^7.0.0","@babel/core":"^7.0.0","@babel/preset-env":"^7.0.0","browserify":"14.4.0","chai":"^3.5.0","concurrently":"^3.1.0","coveralls":"^3.0.2","istanbul":"^0.4.5","karma":"^3.0.0","karma-chai":"^0.1.0","karma-mocha":"^1.3.0","karma-phantomjs-launcher":"^1.0.2","mocha":"^5.2.0","mocha-lcov-reporter":"^1.2.0","rimraf":"^2.5.4","xo":"^0.23.0"},"dist":{"integrity":"sha512-heNPJUJIqC+xB6ayLAMHaIrmN9HKa7aQO8MGqKpvCA+uJYVcvR6l5kgdrhRuwPFHU7P5/A1w0BjByPHwpfTDKg==","shasum":"373687bffa678b38b1cd91f861b63850035ddc87","tarball":"https://registry.npmjs.org/debug/-/debug-4.1.0.tgz","fileCount":9,"unpackedSize":80172,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbu5kwCRA9TVsSAnZWagAADmsP/0nsKNUuT8Lrrhhn3JhQ\nRMCsVRRyKtHE3W9Rspr7TtK2EJCB2ql1Olf74KwAeqfhmrgkrxw7cPjlyzK/\nQPhAdjVF3kaKzjD5h8WdP5671EvZ8W/Jkb13keh8AggdY3pQ2QGjzXblAOnQ\n5gpHrTvbrVqW7sXeqJMAIarIA/6w+u2dWyoSPm+xM00IEW6kjV6W2gmNI1Hw\nlxLXujYghkDjJLocu9/CKpw/YJlUcxA3pL70cLwNRN/np70d5YreTaX4w2ck\nTcoWFGU3VZYsFSSDiSGJmx5WkssqQIG/i0EK6YcdWIfw80mBWroXVPuZ8N8Y\n4dvfYTtobDUqVOd/t8+y+/wRH8xxlRvdkZlayHv6R6wlTtFaY0OF1XSrpdQE\nuXjv4ze4PXHvbvnu2ZfGD5LsjNM+yEzwowUB/hSYb6DYs+piHejPH0uSmD29\ncA4PDa08spTRAcpo0eso9tXZyLHDZyBrWqqErvzH8N+HqSUUFcVJJp6K6g7T\nMzpNDBaffVrY+1U/U176lBCgDsJClqZQFqB8bYYZHCP0na6AMWsIGNF2yX6M\npYyx9RpMJLU69cBtpCvQb5dE6MRBlCPdkoE0jiF7b/IyU9WNNwESUI/C4p86\nDhhuitPmoQRvLC0CvF810ecR8I3E+JSlbOTgyYK4b5NER4KJiJk5iFtoccSQ\n0TI3\r\n=XCSo\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGvDfzcHw21q2IQck04ISXgqOEuP6yqt2RUsavyCbF+eAiEAhdc6B3dthWEMKQgyQ17wQrIqu6U9HqEeMbGvnsN/OVg="}]},"deprecated":"Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)"},"3.2.6":{"name":"debug","version":"3.2.6","dependencies":{"ms":"^2.1.1"},"devDependencies":{"@babel/cli":"^7.0.0","@babel/core":"^7.0.0","@babel/preset-env":"^7.0.0","browserify":"14.4.0","chai":"^3.5.0","concurrently":"^3.1.0","coveralls":"^3.0.2","istanbul":"^0.4.5","karma":"^3.0.0","karma-chai":"^0.1.0","karma-mocha":"^1.3.0","karma-phantomjs-launcher":"^1.0.2","mocha":"^5.2.0","mocha-lcov-reporter":"^1.2.0","rimraf":"^2.5.4","xo":"^0.23.0"},"dist":{"integrity":"sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==","shasum":"e83d17de16d8a7efb7717edbe5fb10135eee629b","tarball":"https://registry.npmjs.org/debug/-/debug-3.2.6.tgz","fileCount":10,"unpackedSize":79525,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbvaCgCRA9TVsSAnZWagAAhucQAJjxFVneDDxkspue4yaR\nlpOoIrP8ms/Oek53bmD1y/qlwsfpS/Y/KnS1yL/qSQkEAL2qYAETIMie3Op5\niP03s2xTTrVwCUDCEtTO7oMnl6kApMiexgUkop4eznA+AfEdz/jInFiN/yDU\ntHoR1UV0bIOSccVhrjH2aTt/96AETu8B7x8J722gjPUGDni2luYM+r2V8XYh\nN/9/kNn6HN1FjfOUl662iZTLE8OAVbrnmfVS6etTiG2SSLI898s+goyOD32K\nduwANgqjKrlvSxlMxKFr46G8GR+Otk9rOwsFO7yiufJ62dYefJIw6sfWYGXa\n8joI2StGT6p9T6iTN9959Y6naoSrN0cb3DocOjGQMrxUoBugoBWKd4fD+ACU\nMN3VA2PN8cZIh5eLu5IsJAECy4frUKpzbPYR129/Rtx0K7syhcvSwBqRE4Pb\nPNDHdddx1bix8m+xyT6sAiaWym9x+WX7GPuQAlCM5xZ4lFzjNpu5LgxpIbHo\njtRF6SLdMDBSImhH6NyPcw374QT+zwOc8l2G506RfBA5bB2fsYUBLrIXLkxm\n/CzEphFk++bPvYDiCy2EFUJW5MjnschBV65QUZBdBSg2YJnl3yGS8QHC8AR0\nM1IcRqI8NUlpTByPVoc7GoevruOjXxk+B+dflYRvBNwBMDatSA0eYT9aILK0\nJp/G\r\n=QKY3\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHIijGksiciAGHNGP7Bl8bCTvi0L/d4T0wl68sD6akOIAiB0zPnuRu0N595zLWLqrkU3F2zgYDsHQBdTQM7Y/EjViQ=="}]},"deprecated":"Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)"},"4.1.1":{"name":"debug","version":"4.1.1","dependencies":{"ms":"^2.1.1"},"devDependencies":{"@babel/cli":"^7.0.0","@babel/core":"^7.0.0","@babel/preset-env":"^7.0.0","browserify":"14.4.0","chai":"^3.5.0","concurrently":"^3.1.0","coveralls":"^3.0.2","istanbul":"^0.4.5","karma":"^3.0.0","karma-chai":"^0.1.0","karma-mocha":"^1.3.0","karma-phantomjs-launcher":"^1.0.2","mocha":"^5.2.0","mocha-lcov-reporter":"^1.2.0","rimraf":"^2.5.4","xo":"^0.23.0"},"dist":{"integrity":"sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==","shasum":"3b72260255109c6b589cee050f1d516139664791","tarball":"https://registry.npmjs.org/debug/-/debug-4.1.1.tgz","fileCount":9,"unpackedSize":81476,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcHmj3CRA9TVsSAnZWagAAXQIP/RgGgdDQtTyIZha6xfTv\nN2WoeoMBONJYjsPPd/2uxClRNtMBRC2jUZawva5LoMkBhhsFExLCF68Di8jq\n4l1tKfSnQsCDZzprFSVJIcAEHryGPU7ZVTZC+h/HQa/QU8m+AnSCFjGtsDyy\np4I7DOsLSpBireRfB6BCZgk00ftuM+dOkof+dTKg4GVQDbYLbzMzhIRzpvjv\n2QtIickzjgRjwp8QuiEBIhf8/p4WnXrubOz4Y6LewqAbAKEHzEHXSxgiDCnY\n+vhuojGVLSdrfBS/+bYUCJxGpyCfcFivdRKJW8GG40RCKltOQhpUBIWfbfbJ\nVJ8gwfl6/A6/7RbdfRHRBwoyrpi03D5EFr0htHqrQIkeEmeU73szxti2Sag/\n3tpk2+Evcoed5tz2Vb9ZSCV7AOd3N0L5pUlZH4lrCtiIQWRnVetKwZ+mdZuE\nHWFJK6CNLyHoHw6HS+bBCUk/iLu+384UFgPb/GThxwosLpo2GXRUBncFHtTA\ngFNkRXtKJtG+MOHozkzWsmKNhsn8q4J26zpgI3snwfOqUx63sPvHkP3gcMl2\n60ZU9mCxDAtK5xmpXpzmV/ac+c3Wp2azRglbhSdfAB/RWji+KS5192bTb0nk\n+zvu6AJ2KGREgbxosEEZLVkbBvf3XtIRN1Ts3mIVLrx4rSDsDbJYqZ0IrJKl\nYAHO\r\n=bQum\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDkVa+IZnVIVEx2IdokPYBerr3YC/KT2D0VTyn4RLQfawIgZIb0cyBWtjg/fOudI1bPW/0bgaj0abitgNmpy1wrSz0="}]},"deprecated":"Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)"},"4.2.0":{"name":"debug","version":"4.2.0","dependencies":{"ms":"2.1.2"},"devDependencies":{"brfs":"^2.0.1","browserify":"^16.2.3","coveralls":"^3.0.2","istanbul":"^0.4.5","karma":"^3.1.4","karma-browserify":"^6.0.0","karma-chrome-launcher":"^2.2.0","karma-mocha":"^1.3.0","mocha":"^5.2.0","mocha-lcov-reporter":"^1.2.0","xo":"^0.23.0"},"dist":{"integrity":"sha512-IX2ncY78vDTjZMFUdmsvIRFY2Cf4FnD0wRs+nQwJU8Lu99/tPFdb0VybiiMTPe3I6rQmwsqQqRBvxU+bZ/I8sg==","shasum":"7f150f93920e94c58f5574c2fd01a3110effe7f1","tarball":"https://registry.npmjs.org/debug/-/debug-4.2.0.tgz","fileCount":7,"unpackedSize":40443,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJew6wfCRA9TVsSAnZWagAAEHMP/AjhPmRTEPdXCjOUZItS\nDIIrO1B0F6jnHx8QWlqxAQGIYvbYDbAvBRYrqQ3VGpY3nLWA/B93wZ0BHDV4\n4bxDUfQT1xarF5wy3NeqAU+dOrwm/5whlcpGpqPevjnpYEWXzE1YNU4Fpp+c\nJ9pJR3uLzmUpdVAFoNW44bwNRs6I0AWo/HRcR5XEo3aTI0NjAilrpTW+aWDd\n4SArxWLBZ3JZyyn3DiOMGfn9fpXWXywvD1Z4zXJ0K4BKsGN7PrmwJpQijkt5\n/kK5dGAdpzuC9+4eMV/gWD5AaNwkASRx4uTLCZLRZWIKo4FUrFl1zu0VC+Xa\nHNx439MiRA0C6fP4NLy0GGWPEum/0DC07oxICw/RbJqwCV9dGiwFNzGR+Go9\nrBBr2tC2o6ZkBG1aK34IGh6uZskGSqwD3war6H8mYqownbmZx7u+QB8fxXkS\nocdz86u4hW7w9Yhwbcs12ES/mKhQyJlwhfXBVqWL1gkHxLmH7VKMqwbZ+dZ1\nofWhSGtkvjpUTgEFe0Z9cNkVhlZ+GpunrRVDH7STtkX5m6X3rHRNAYUC/Wvr\nCT52lMahJZy8uCew+/R3P5smzvbEHBjJRb1u7JCBPhtP7hEsD1VeRlaJQWtK\nGNA6T4TV8FdrnJ9iuRjeQ+Zz6aFahkyuLezqtW+lqQpmMKll3NO4OV/4sqff\ntXxb\r\n=puc/\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCMA403hjhm4im6XmOKiYBzQqj77KOAYRomJOU2C3GyiQIgN35ZoHrq7+2Icj/InlnM/zsChKR/H7eXqezdq7C1uWc="}]},"engines":{"node":">=6.0"},"deprecated":"Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)","peerDependenciesMeta":{"supports-color":{"optional":true}}},"4.3.0":{"name":"debug","version":"4.3.0","dependencies":{"ms":"2.1.2"},"devDependencies":{"brfs":"^2.0.1","browserify":"^16.2.3","coveralls":"^3.0.2","istanbul":"^0.4.5","karma":"^3.1.4","karma-browserify":"^6.0.0","karma-chrome-launcher":"^2.2.0","karma-mocha":"^1.3.0","mocha":"^5.2.0","mocha-lcov-reporter":"^1.2.0","xo":"^0.23.0"},"dist":{"integrity":"sha512-jjO6JD2rKfiZQnBoRzhRTbXjHLGLfH+UtGkWLc/UXAh/rzZMyjbgn0NcfFpqT8nd1kTtFnDiJcrIFkq4UKeJVg==","shasum":"efa41cbf14fc9448075367fdaaddf82376da211e","tarball":"https://registry.npmjs.org/debug/-/debug-4.3.0.tgz","fileCount":7,"unpackedSize":41047,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfZcMNCRA9TVsSAnZWagAAca0P/0uEMRazUGSIRnfEa4kU\npiVvI22IM6VpAb961QfclCfHQtFi/MN7Ejx8Sr7moQkA4tDgqoYcQI0Vp0iI\nmp0n8MGnMZBE5Dzlg1jBjXZUXu/DNbNMEN4y9o3GQ5l1NDprQh3Q+2uLsqrU\nk5eunsfydEs9/O8kW+2W3a5vw/u0rw3YBMOvhD3kGhAs9tK1szf22Kl66MXb\n/uKhPylOnpwL08bAPoj6pVZ3yF8XTT4gRaDwMH6kykeioV518dU36SCMZSXC\njJW8WKzsIawZt3hPm0XKUJrnexDEs9/4ixkwyCDW1aAtncYLZaw3K3AXvQnX\nxTZQ3KJ7JqdQRmnfhaWPBVCHN0tZuzuNqSoNtYWRxPWjC4upgmNMQLSvAORY\nPf5nPv4m+A50UyXT5/szOmZySjZ+5CmGWWGlymM+qGV8d6u/7E8cB4+sjeSq\nRGLlHZi1yglJ8GJoSVzkE85Tqm6klZ4GO58sc60u03uouBT1njdedCCvY9A6\nEWVgv+p4aTMwjDt8A/0/TyM25958YAvzgURWKJLGIAv++vsMUsaK9SAO+9D/\ne8MBPcmZFEohHq2n30HUUAhBPVIglId+q5YsKGXgrsziEFr8mLs5HKIZQGyH\nkhXGn0HmoIQDvtVwbEQyhlXfG8ERr0Jmg/NDZ/BuIj7AvoPn/GN9GYv6S7Lb\nYETR\r\n=W19k\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIF8fO/KNUc8iXTYLbygP3aZDcmHf4eK2AsKugWlhm8MeAiBr5R7gcN3mq65W59vSPLo4uonWnZbBs+NkTc+KtUiYtQ=="}]},"engines":{"node":">=6.0"},"deprecated":"Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)","peerDependenciesMeta":{"supports-color":{"optional":true}}},"4.3.1":{"name":"debug","version":"4.3.1","dependencies":{"ms":"2.1.2"},"devDependencies":{"brfs":"^2.0.1","browserify":"^16.2.3","coveralls":"^3.0.2","istanbul":"^0.4.5","karma":"^3.1.4","karma-browserify":"^6.0.0","karma-chrome-launcher":"^2.2.0","karma-mocha":"^1.3.0","mocha":"^5.2.0","mocha-lcov-reporter":"^1.2.0","xo":"^0.23.0"},"dist":{"integrity":"sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==","shasum":"f0d229c505e0c6d8c49ac553d1b13dc183f6b2ee","tarball":"https://registry.npmjs.org/debug/-/debug-4.3.1.tgz","fileCount":7,"unpackedSize":41072,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJftmOtCRA9TVsSAnZWagAAj+UQAI46jfq9jCyyTtvPRNi6\ntJev81EWBZqIXCAegu23mYMeO53xpUS01hd8D6oL76LuJU/Tx0crXt4EAF7h\nLqS1JaKE2mLRY/+lMUbLlWtazs3wNSVZXAZRWw0j3xd9IIJieFjH9XGg0C55\nxA3iZJFC82udvs0N5/t+oLeZl/NLSXoYuvReD7CCDFJ15kjnMFXGtTyorjdc\nyoM9reoNDDb6tyPu4fCStQYNoWCNbgzI+aWMT8BEpGbTQccJyfgeF91knj8Z\na1HTcH45a/ObH9qikU7oEYJGUzDlSXkQPwOGL+qNzgBrO3fNFXwaj/f+/gL/\nTlCTQT7B1NELVdFOaLDH0xM7K7ClBgu3UAsigkkQwD2A3XoV7gohVVwN6EoE\nhc2mkQ3PZtAEJdHQQO8k6r5QrGDUmg+NPH/lfzftgOS0NyI3P6VUp0J7eRqV\nfr2me/gvppOyhlOf0QKQd7zNnmoS93GbkYgknZt3lwKosuIaLiFjFxjmmHcH\nfwzJqJyNQprWF8WTnB9v5EDk2FtaSUNFfwKF8hPYP+qMbLoAEwpfbpgMPeTu\ndt98b+rHXtvg8TOyRlhSdNeQzjSOi81nRD4C1crkQHmwQzMBQR4KBjvmOlA4\nkX+Hpfcu/phrL8PJTWdztxHfnizlc0ou00j6EkTZtiAkSDl9WQ5T0+MpoOLv\no8Bb\r\n=0Meu\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDAofjydiAewTdyrk3Au8X9qlbfQcywTtj1KNcERBMLgAIgT1RHrHEZMrgle67COqJg2aFE0RUAzj6+eT3+CWrSIfY="}]},"engines":{"node":">=6.0"},"peerDependenciesMeta":{"supports-color":{"optional":true}}},"3.2.7":{"name":"debug","version":"3.2.7","dependencies":{"ms":"^2.1.1"},"devDependencies":{"@babel/cli":"^7.0.0","@babel/core":"^7.0.0","@babel/preset-env":"^7.0.0","browserify":"14.4.0","chai":"^3.5.0","concurrently":"^3.1.0","coveralls":"^3.0.2","istanbul":"^0.4.5","karma":"^3.0.0","karma-chai":"^0.1.0","karma-mocha":"^1.3.0","karma-phantomjs-launcher":"^1.0.2","mocha":"^5.2.0","mocha-lcov-reporter":"^1.2.0","rimraf":"^2.5.4","xo":"^0.23.0"},"dist":{"integrity":"sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==","shasum":"72580b7e9145fb39b6676f9c5e5fb100b934179a","tarball":"https://registry.npmjs.org/debug/-/debug-3.2.7.tgz","fileCount":9,"unpackedSize":53255,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJftmutCRA9TVsSAnZWagAA/CYQAJTJhsuwdX+jkmmJEglO\nuw+gVkh8mJU3SymbhfVU8HMQUN5N926iDLVwTMt4YrNNKmR7g8wkcOd9wdXh\ns7Nl4EYX5JvNp+HLxQz2yECVN1Xu80BczImTdU5BVRHuvngPZvdsCqSfSiJ1\nGLx1HgVwBXKOv9UpVUy9251MsEGt5g+1j6RGFoSn6KB4EYuLBidrga7BdXa1\nqkZ4FzCCczQB7hvN63hvPw1Y9YS9pXY6BAdGzt90qoAE7dbKCM87F2FucNXc\nClRLWxJWSaMdeSiC31cMhcj3SrVPj0V4MXqj0A86kN3hejL4WEsu/cAlySET\n6PmAWkSKdqYYnHyZEzEeQW2QoV1I5D8DLXvtgqnyRyRps9JQvfdq6ruXGyV1\nS7EWaoaCEAAg0gbO3YK5rnMza1j5hvx/2aoL7Sq8ANq8KgGbiSoYyGXCzu0y\n3Hi7HMj0q/WnDV8gYHMws11ywl9CAofYYl0KU38Aj+WtEHH0G+YlbhWzVULD\n51AJk/QZ23oyh9+/j0JwvztPJfr/caI2uP8lzZ1VPyopWSdG34oNs6oKcbWh\nWPJcbhgNzlgxcHmQdI4Wntu3vk9eey1CiHLOO7UnZXmZi8m7tGE9YS72PvEU\nmyQ1ZRatc0LnkBXTSZoR6mgjU5x07N8xgYs7KnjXYXsjO681ttYSxcvU52LF\naEE6\r\n=6xjz\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDxaBtSc6AglVVEBnfK59RqVZfqRoptzZJyX4utho0cbQIhAN/jMrSo39iuGjRg3NCRbEukH/eMtWVSVH5wTQGN4AVz"}]}},"4.3.2":{"name":"debug","version":"4.3.2","dependencies":{"ms":"2.1.2"},"devDependencies":{"brfs":"^2.0.1","browserify":"^16.2.3","coveralls":"^3.0.2","istanbul":"^0.4.5","karma":"^3.1.4","karma-browserify":"^6.0.0","karma-chrome-launcher":"^2.2.0","karma-mocha":"^1.3.0","mocha":"^5.2.0","mocha-lcov-reporter":"^1.2.0","xo":"^0.23.0"},"dist":{"integrity":"sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==","shasum":"f0a49c18ac8779e31d4a0c6029dfb76873c7428b","tarball":"https://registry.npmjs.org/debug/-/debug-4.3.2.tgz","fileCount":7,"unpackedSize":41341,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf0O71CRA9TVsSAnZWagAA2VIP/jFd5mnKJhac3h0hU+3g\ngtEQ6wE2z+CO505w07KCt3x5zbWFXWgat9CrpA0rdePv6c42NrBNAqsLxeIM\nghlzPJjEu5sca1vuhIuog5PHjbWlpEP9w4LOiuajXmGr0K9dbuR965MGOnlj\nw/6rPxeLgxlMOutMOAeKGbvhulJrVYWG6A6PVQ4R1oAYVoNCjrvnGmKAtcRH\nAoRHHCGDAuySLkDL8j/GoCn+t2DrzNt+tqXlP4hCBUyG16FcR7pqlfEiAgbG\nkoB65zO29uBSxAoC+z82/cJySqQYFmwGGASv9t+VbNtQpmEGKOQuY6nTrCVN\nDpLVKoBwX1oKWX4TnB6bU86nyAsdVIXvE2KsKY6zq3EYpjglIsRHX4VVcWeE\nSyJ20JJRoiMFpta0fZ6r09XnswB/dvMzYtyzmvS6yLbB+OFQJNh7stMlj5rV\n4vR5ld8q6+7zLSXGji8jrViWzFPtpgDPVigDXuZsvw/g2suWkNlwTfBCHiH4\nq1sMyZBXCkd7Od7IkImXD7ImHTohCpW8K0A6zxrSaaOhSUcvMPgm7DcOrCxv\ngbUSZimviyzgaPEj82WihJBkNUrGvCT/ysB95vuSI1vVipViPkr9+TTjIQfk\nKxmNCGfjnPSvgKBqsPn50uG9zdx5btHDlVEG8z+JGayJvqPhkQBztdSor/aq\nwc6A\r\n=GyIi\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDk84u/XSlniWz6RBstoVOmq5+yKqOdqPY5pAXZowjd0AiAbN1DEtpHc0bestjnQ90X91qaZCA0Aw2C5PjGC1blkQQ=="}]},"engines":{"node":">=6.0"},"peerDependenciesMeta":{"supports-color":{"optional":true}}},"4.3.3":{"name":"debug","version":"4.3.3","dependencies":{"ms":"2.1.2"},"devDependencies":{"brfs":"^2.0.1","browserify":"^16.2.3","coveralls":"^3.0.2","istanbul":"^0.4.5","karma":"^3.1.4","karma-browserify":"^6.0.0","karma-chrome-launcher":"^2.2.0","karma-mocha":"^1.3.0","mocha":"^5.2.0","mocha-lcov-reporter":"^1.2.0","xo":"^0.23.0"},"dist":{"integrity":"sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==","shasum":"04266e0b70a98d4462e6e288e38259213332b664","tarball":"https://registry.npmjs.org/debug/-/debug-4.3.3.tgz","fileCount":7,"unpackedSize":42039,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhoi8wCRA9TVsSAnZWagAAMQIQAIBVX5eU9r89GpL0l/jh\nAeLvydJ2+QkHftmS+SqCXxx9d2YYiPGdSdvSt+iVR4oR1YFpa815iJAXeI6Q\n3HvInF5rZh2Xdh4JJN3eJjm0A93jIs0LHpRQw2LCUbbNQfXLprzVcrlFNSJX\nfdTA6yPTU2xJfbE0vCUI7eqY/fopE7j+VywFz1t74k3yQLHjvO6lZdvvH9zZ\nVlGjZA0YRiDVvnHckjiK3req/qxeDHchRaXvOCy7NFk0KWjBNjB4fU+skDJa\nl1TtnsRC4ApvXVKdb4FtzKjVSnybA0pOa6ZCWLwzk1rEKAiKOy6HRka579UX\n5DAv8vfWe6ssdkhTWP76b92TCorKJZGP7V2odekPXMuh5HdD9YyWERWQk+jH\npOQ9nSRriSdGvpq1EpSm35nB/PMe6x/MlRCdTRfWtqXbZrShcuiZQ2DJkpjV\nXXhAl8edrt5mDGS8K6/6ToSFjyApNfdtzBBvtAOmKZnd55prw3CndkAGyA9W\n9h8RTIjaAcN7mfB/VC5rcIqKwHZu3UrYRlDqAAXjR/KWKlLkGal9EPJBUuy8\nTqjXrAQJRh23WFHnskZFwcZ1Jzbq82DgN8j6k+o3Dg5yMXA/uziM0wuf6LKe\nbduB5k1PPHnHusUiJt7L5GQs7JNmQ7nBq1spTjChbMU6LsAt7sxfb+BaUJO4\nmtBR\r\n=LlaO\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDgwLgAI7itIaQdIOaujVhQRAS2WPkbeANCzrou1tqTFAiEAr1GYNDj09Vuvs8FWn8J3vBrOAWIyAYknyEcKVh3tp4w="}]},"engines":{"node":">=6.0"},"peerDependenciesMeta":{"supports-color":{"optional":true}}},"4.3.4":{"name":"debug","version":"4.3.4","dependencies":{"ms":"2.1.2"},"devDependencies":{"brfs":"^2.0.1","browserify":"^16.2.3","coveralls":"^3.0.2","istanbul":"^0.4.5","karma":"^3.1.4","karma-browserify":"^6.0.0","karma-chrome-launcher":"^2.2.0","karma-mocha":"^1.3.0","mocha":"^5.2.0","mocha-lcov-reporter":"^1.2.0","xo":"^0.23.0"},"dist":{"integrity":"sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==","shasum":"1319f6579357f2338d3337d2cdd4914bb5dcc865","tarball":"https://registry.npmjs.org/debug/-/debug-4.3.4.tgz","fileCount":7,"unpackedSize":42352,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiMznnACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpAgw/+NHpSQ+LWMx6GQJ9qSYwtaT3YjCidhAMmCsTrWdsCd2GjfWmr\r\nZMbQmyd8ACK1L6dxCegWa8bOms8vCiQCFukzFRYxeXSYkVqPueHtfXbEDVwk\r\nC8uVdifmtXYp7bamROLrRzKilsVAshn19poz28DRH48pbaNh7yVnvT89DJji\r\nMx0u7xOZHJ7dhniwenivY1zd+gnvAgoXAioWJg1echYSfVCzfrex1KPzwc0I\r\n1Eo+qtSCgotylm37OYVPLoY/yDSeIydL3F56XtzVXpukZ1G3fKD6o9zSfrqt\r\nbrujSxRo0xys4J5kbj5ONaiwLhUpTxh7UdOLhrdZBM3/D29Hz9Do076WngmQ\r\nUoCg2Qh3b05eOvVSuU1KLPg25NDM3wXNWctFyoGFBvbor5ITWZY1W4IqcDvC\r\nxpYYOlJ75evHmouPikVJXEd67qSzs0Lb7jAhrewoBY7YH8Imljk4mzt++cJ6\r\nm69zCwbiQLULYUieLcON/Aplb//9pvQUycP2604gcdgf45NyPx08vjMmnWCt\r\nv0szJjclPl/UQr9w4yg9Tf4YZtgcNfEOnUVKZ9TH/w8B9sOWEg0Qx/diaroJ\r\nN0KZVXaIWvVMKUioK40VYUILPOjoAx9KIT0m6KuMGx+eZtPN1PXO64cpWxlB\r\nzUJ3TguaRW12vECh6zyfkyUXh0C4ADFDYp4=\r\n=9E9I\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCmcTC92IvJtPeBp+GZTfC1ozrd1sQ/d3Se3U7wCosyfAIhAKHyskAwrm7eSg/krxHRnxiCP8ig1GxbJ5psYv8Pwfn9"}]},"engines":{"node":">=6.0"},"peerDependenciesMeta":{"supports-color":{"optional":true}}}},"modified":"2022-10-03T16:39:32.819Z"} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/content-v2/sha512/4e/1c/2e47609c9061a602e4c1adedc123acfe8404b2d49fc4f996b5f8792d8d1ef05a60f4ab642b25f6f67107d405364f397e54b3f7526d6ed429dab0e70b5a77 b/software/flow/.npm/_cacache/content-v2/sha512/4e/1c/2e47609c9061a602e4c1adedc123acfe8404b2d49fc4f996b5f8792d8d1ef05a60f4ab642b25f6f67107d405364f397e54b3f7526d6ed429dab0e70b5a77 deleted file mode 100644 index e146046..0000000 --- a/software/flow/.npm/_cacache/content-v2/sha512/4e/1c/2e47609c9061a602e4c1adedc123acfe8404b2d49fc4f996b5f8792d8d1ef05a60f4ab642b25f6f67107d405364f397e54b3f7526d6ed429dab0e70b5a77 +++ /dev/null @@ -1 +0,0 @@ -{"source":"p50NB9+P02TsZhCabeYAFbtpQ/tBquSFZUPJfxv1Vu4gGTWF9qDKmNGhj75nVIzdDm7OzG9D/pRqu+7l9yc28A==","name":"@node-red/registry","dependency":"@node-red/util","title":"Depends on vulnerable versions of @node-red/util","url":null,"severity":"low","versions":["0.20.0-alpha.0","0.20.0-beta.1","0.20.0-beta.2","0.20.0-beta.3","0.20.0-beta.4","0.20.0-beta.5","0.20.0","0.20.1","0.20.2","0.20.3","0.20.4","0.20.5","0.20.6","0.20.7","0.20.8","1.0.0-beta.1","1.0.0-beta.2","1.0.0-beta.3","1.0.0-beta.4","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.1.0-beta.1","1.1.0-beta.2","1.1.0-beta.3","1.1.0","1.1.1","1.1.2","1.1.3","1.2.0-beta.1","1.2.0","1.2.1","1.2.2","1.2.3","1.2.4","1.2.5","1.2.6","1.2.7","1.2.8","1.2.9","1.3.0-beta.1","1.3.0","1.3.1","1.3.2","1.3.3","1.3.4","1.3.5","1.3.6","1.3.7","2.0.0-beta.1","2.0.0-beta.2","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.1.0-beta.1","2.1.0-beta.2","2.1.0","2.1.1","2.1.2","2.1.3","2.1.4","2.1.5","2.1.6","2.2.0-beta.1","2.2.0","2.2.1","2.2.2","2.2.3","3.0.0-beta.1","3.0.0-beta.2","3.0.0-beta.3","3.0.0-beta.4","3.0.0","3.0.1","3.0.2","3.1.0-beta.1"],"vulnerableVersions":["1.2.4","1.2.5","1.2.6","1.2.7","1.2.8","1.2.9","1.3.0-beta.1","1.3.0","1.3.1","1.3.2","1.3.3","1.3.4","1.3.5","1.3.6","1.3.7","2.0.0-beta.1","2.0.0-beta.2","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.1.0-beta.1","2.1.0-beta.2","2.1.0","2.1.1","2.1.2","2.1.3","2.1.4","2.1.5","2.1.6","2.2.0-beta.1","2.2.0","2.2.1","2.2.2","2.2.3","3.0.0-beta.1","3.0.0-beta.2","3.0.0-beta.3","3.0.0-beta.4","3.0.0","3.0.1","3.0.2"],"cwe":[],"cvss":{"score":0,"vectorString":null},"range":"1.2.4 - 3.0.2","id":"x8CjZ7kQ8UjOvUepeRpksFGHn8jN6j6IizZetr7RF1QDIJvv+bRc83v6Q0yvV+oKKNP6HbPb6Hmv9M5G7di76g=="} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/content-v2/sha512/50/67/f28ef92192167d524d4d9458c70541e9fc938c1f9592adfe5623017f8f6021da00b876e6d8a7be8ed9879b15ca19c42a2d589f971845a3cb22c069a06ab9 b/software/flow/.npm/_cacache/content-v2/sha512/50/67/f28ef92192167d524d4d9458c70541e9fc938c1f9592adfe5623017f8f6021da00b876e6d8a7be8ed9879b15ca19c42a2d589f971845a3cb22c069a06ab9 deleted file mode 100644 index 6e7694c..0000000 --- a/software/flow/.npm/_cacache/content-v2/sha512/50/67/f28ef92192167d524d4d9458c70541e9fc938c1f9592adfe5623017f8f6021da00b876e6d8a7be8ed9879b15ca19c42a2d589f971845a3cb22c069a06ab9 +++ /dev/null @@ -1 +0,0 @@ -{"source":"SObd/1KBki8CTciP7hTAxxbBsHY67EfJt65KcdlReUcejQkS80ydYN56heHVqCI1Q9L3NdJxegOh4InbrnFMUQ==","name":"@node-red/util","dependency":"moment-timezone","title":"Depends on vulnerable versions of moment-timezone","url":null,"severity":"low","versions":["0.20.0-alpha.0","0.20.0-beta.1","0.20.0-beta.2","0.20.0-beta.3","0.20.0-beta.4","0.20.0-beta.5","0.20.0","0.20.1","0.20.2","0.20.3","0.20.4","0.20.5","0.20.6","0.20.7","0.20.8","1.0.0-beta.1","1.0.0-beta.2","1.0.0-beta.3","1.0.0-beta.4","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.1.0-beta.1","1.1.0-beta.2","1.1.0-beta.3","1.1.0","1.1.1","1.1.2","1.1.3","1.2.0-beta.1","1.2.0","1.2.1","1.2.2","1.2.3","1.2.4","1.2.5","1.2.6","1.2.7","1.2.8","1.2.9","1.3.0-beta.1","1.3.0","1.3.1","1.3.2","1.3.3","1.3.4","1.3.5","1.3.6","1.3.7","2.0.0-beta.1","2.0.0-beta.2","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.1.0-beta.1","2.1.0-beta.2","2.1.0","2.1.1","2.1.2","2.1.3","2.1.4","2.1.5","2.1.6","2.2.0-beta.1","2.2.0","2.2.1","2.2.2","2.2.3","3.0.0-beta.1","3.0.0-beta.2","3.0.0-beta.3","3.0.0-beta.4","3.0.0","3.0.1","3.0.2","3.1.0-beta.1"],"vulnerableVersions":["1.2.4","1.2.5","1.2.6","1.2.7","1.2.8","1.2.9","1.3.0-beta.1","1.3.0","1.3.1","1.3.2","1.3.3","1.3.4","1.3.5","1.3.6","1.3.7","2.0.0-beta.1","2.0.0-beta.2","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.1.0-beta.1","2.1.0-beta.2","2.1.0","2.1.1","2.1.2","2.1.3","2.1.4","2.1.5","2.1.6","2.2.0-beta.1","2.2.0","2.2.1","2.2.2","2.2.3","3.0.0-beta.1","3.0.0-beta.2","3.0.0-beta.3","3.0.0-beta.4","3.0.0","3.0.1","3.0.2"],"cwe":[],"cvss":{"score":0,"vectorString":null},"range":"1.2.4 - 3.0.2","id":"p50NB9+P02TsZhCabeYAFbtpQ/tBquSFZUPJfxv1Vu4gGTWF9qDKmNGhj75nVIzdDm7OzG9D/pRqu+7l9yc28A=="} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/content-v2/sha512/59/56/bc321a0d57d5d65f69f2c15abb81b924672d69387e9bb9b8172b6af880099a7e32c2c1765e9e18859064abaeb1e676ab0c64d62f98f6b85e7a39ffd889cb b/software/flow/.npm/_cacache/content-v2/sha512/59/56/bc321a0d57d5d65f69f2c15abb81b924672d69387e9bb9b8172b6af880099a7e32c2c1765e9e18859064abaeb1e676ab0c64d62f98f6b85e7a39ffd889cb deleted file mode 100644 index 55063cb..0000000 --- a/software/flow/.npm/_cacache/content-v2/sha512/59/56/bc321a0d57d5d65f69f2c15abb81b924672d69387e9bb9b8172b6af880099a7e32c2c1765e9e18859064abaeb1e676ab0c64d62f98f6b85e7a39ffd889cb +++ /dev/null @@ -1 +0,0 @@ -{"name":"ms","dist-tags":{"latest":"2.1.3","beta":"3.0.0-beta.2","canary":"3.0.0-canary.1"},"versions":{"0.1.0":{"name":"ms","version":"0.1.0","devDependencies":{"mocha":"*","expect.js":"*","serve":"*"},"dist":{"shasum":"f21fac490daf1d7667fd180fe9077389cc9442b2","tarball":"https://registry.npmjs.org/ms/-/ms-0.1.0.tgz","integrity":"sha512-7uwYj3Xip4rOFpe5dDy+C25Ad0nAXkT4yAVMSpuh1UYR2Z7tAswSh4wb/HghRa533wofFUsvg54OQ90Mu1dCJg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICUgMnbu4P+yWGs9zpkWDoZJsS3hgrwmM1OE23QR0d98AiAaQaF6n0DTpxKiluPo/kDhJPZM3eOe4ydmWBn7qdFQvA=="}]},"engines":{"node":"*"}},"0.2.0":{"name":"ms","version":"0.2.0","devDependencies":{"mocha":"*","expect.js":"*","serve":"*"},"dist":{"shasum":"6edfc5a063471f7bfd35a5831831c24275ce9dc5","tarball":"https://registry.npmjs.org/ms/-/ms-0.2.0.tgz","integrity":"sha512-3hmNMG0TYmTiQD6+s+b9eKLYWYTbR+6AgZtOu60jiedzeu2JK9NS6Ih1vosLwxLutvG45slW7/fVaCM8WDXGRQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCbW6HLL8Ey4ocELaj55R0v4h1Y0IEM/ruv1ZCA3ysjtAIhAPKjWgoNAewkRA4Dyt06S4tl+ltcrCQYE7f5QtUYV3Cq"}]}},"0.3.0":{"name":"ms","version":"0.3.0","devDependencies":{"mocha":"*","expect.js":"*","serve":"*"},"dist":{"shasum":"03edc348d613e66a56486cfdac53bcbe899cbd61","tarball":"https://registry.npmjs.org/ms/-/ms-0.3.0.tgz","integrity":"sha512-25BVmSAdN4KRX7XeI6/gwQ9ewx6t9QB9/8X2fVJUUDpPc03qTRaEPgt5bTMZQ5T2l+XT+haSfqIkysOupDsSVQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICl0UM913l31pPCLrluPWicYNhjKL8fq2sDRaP01B9BNAiEA/fe88H1OpqYmtUUjhZ5KNRWpZrRBDG/uRPsFcflAyE0="}]}},"0.4.0":{"name":"ms","version":"0.4.0","devDependencies":{"mocha":"*","expect.js":"*","serve":"*"},"dist":{"shasum":"77ade5470b099bb2d83e232c25763c18cd6963f1","tarball":"https://registry.npmjs.org/ms/-/ms-0.4.0.tgz","integrity":"sha512-64oIDtd4AvWd9+PXu3mS+e+83nD/4+vDjORXYUrMsUodlxSgxHt6okjkFO94XAG+zDoBz7GPkCYFXd5OD++kJg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCz14OGpHKaDD24wOoieXnwbeSlCqRrEsfmph2o3+HmDwIhAP9I/6kfqCCePbEME8I/sip0IU032f0UZ9dQ/GfuDw0o"}]}},"0.5.0":{"name":"ms","version":"0.5.0","devDependencies":{"mocha":"*","expect.js":"*","serve":"*"},"dist":{"shasum":"8e52e7e1bf521f9cea30f726de958822eab0ee27","tarball":"https://registry.npmjs.org/ms/-/ms-0.5.0.tgz","integrity":"sha512-l+4vT0spctuJn4dEuiTHFJg/o2Gu7lcPPVmoEkOvCJ7q6btdsvokZscv1rAj5rokCmiqZRWpA/apQSpgDv8ZSw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBMCGPbnJt2mm9aZLXrc2nvN1SoqdaEr5WnXpTwQdV7vAiBM8iGSLAHXldFSeSQTgDK3sxFpMymGVpYCxfKWqgu0hQ=="}]}},"0.5.1":{"name":"ms","version":"0.5.1","devDependencies":{"mocha":"*","expect.js":"*","serve":"*"},"dist":{"shasum":"98058c8f9c64854d1703ab92bf3f1dcc8e713b4c","tarball":"https://registry.npmjs.org/ms/-/ms-0.5.1.tgz","integrity":"sha512-DgU7MSi4T3XY43mZL/Lgk31wqwe2NB56QsyVMcY3m5rICuAp+/uY1/w3lnjhPSaTYVdx1vZQ+ppUlH4AlJ6UAA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFZflkCSwiIpOjLgUAFLDgJwYRXjT4qLaAnT6zAkgOVwAiEAkCg32KSxT/4+atWti00h8UTyaQl6K2SZ3WU/7pstohM="}]}},"0.6.0":{"name":"ms","version":"0.6.0","devDependencies":{"mocha":"*","expect.js":"*","serve":"*"},"dist":{"shasum":"21dc16a7d1dc2d8ed244dc0e6a71a5c2612b623b","tarball":"https://registry.npmjs.org/ms/-/ms-0.6.0.tgz","integrity":"sha512-twVBDoonss/A6chyHOAQkx8Y+daAablgQy4khn8vYnrbcU4UvLLLFX2TCVhbGOXxTxJ4pqQtlTzjBErRyq/NDA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDhv/3tf26sR9H8GzwQMHSVcinaGJZwuKbmTzFDoozSrwIhAL+fJiKJ20Aj0cQ2/QctUHyJVXamqw0+AhAQGi9NMr4q"}]}},"0.6.1":{"name":"ms","version":"0.6.1","devDependencies":{"mocha":"*","expect.js":"*","serve":"*"},"dist":{"shasum":"ed57e5f3fc736e09afc85017c5c912a47bc59ab9","tarball":"https://registry.npmjs.org/ms/-/ms-0.6.1.tgz","integrity":"sha512-TAjpu7RNwH/eBQfmrVg6eA6hClZfmhd3B2Ghp/Di5HMLjNBhd44KtO5lWjQj0EayygL1BsfZEJe3Y4sBHMQQEg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIB+OnvSUlnmsavDONG0bVMAdqiV7NovCVOZQQ3bxNupwAiEA6lNDCDxtfrMbenGmudYz2QXJopvskEwHujahKewJMSI="}]}},"0.6.2":{"name":"ms","version":"0.6.2","devDependencies":{"mocha":"*","expect.js":"*","serve":"*"},"dist":{"shasum":"d89c2124c6fdc1353d65a8b77bf1aac4b193708c","tarball":"https://registry.npmjs.org/ms/-/ms-0.6.2.tgz","integrity":"sha512-/pc3eh7TWorTtbvXg8je4GvrvEqCfH7PA3P7iW01yL2E53FKixzgMBaQi0NOPbMJqY34cBSvR0tZtmlTkdUG4A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDCgitVLdKKJz4S5O5PNLSgVL8RtKD4gCS5gxJ9TsxtawIgJeLTkc3mJ3TYQWywa7RFPbSYpIEaELEoZ6NTfB/xL3o="}]}},"0.7.0":{"name":"ms","version":"0.7.0","devDependencies":{"mocha":"*","expect.js":"*","serve":"*"},"dist":{"shasum":"865be94c2e7397ad8a57da6a633a6e2f30798b83","tarball":"https://registry.npmjs.org/ms/-/ms-0.7.0.tgz","integrity":"sha512-YmuMMkfOZzzAftlHwiQxFepJx/5rDaYi9o9QanyBCk485BRAyM/vB9XoYlZvglxE/pmAWOiQgrdoE10watiK9w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCtVALwxJFNy03+cbKpigsVH5j6aF2phAMKFWQ1So8InwIhAI/lcstQyWGjS4MEqbxhe61oQtzWjrqBy3wlB73tQ2QM"}]}},"0.7.1":{"name":"ms","version":"0.7.1","devDependencies":{"mocha":"*","expect.js":"*","serve":"*"},"dist":{"shasum":"9cd13c03adbff25b65effde7ce864ee952017098","tarball":"https://registry.npmjs.org/ms/-/ms-0.7.1.tgz","integrity":"sha512-lRLiIR9fSNpnP6TC4v8+4OU7oStC01esuNowdQ34L+Gk8e5Puoc88IqJ+XAY/B3Mn2ZKis8l8HX90oU8ivzUHg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAh/B/bDLriFcyK2amvVwmthEFeNv1XC0b0oEDSJbLfcAiEA83Vcj0kgtbPmVCXfJPGF7BxNZBca+FMeCIZCbD2rGCw="}]}},"0.7.2":{"name":"ms","version":"0.7.2","devDependencies":{"expect.js":"^0.3.1","mocha":"^3.0.2","serve":"^1.4.0","xo":"^0.17.0"},"dist":{"shasum":"ae25cf2512b3885a1d95d7f037868d8431124765","tarball":"https://registry.npmjs.org/ms/-/ms-0.7.2.tgz","integrity":"sha512-5NnE67nQSQDJHVahPJna1PQ/zCXMnQop3yUCxjKPNzCxuyPSKWTQ/5Gu5CZmjetwGLWRA+PzeF5thlbOdbQldA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEYNaFIYpVNHRPffvUdupOK9tTNlIohwSMDFUl9gyeqaAiBEcqCkVOtW/XhlVHcvhj2xo2Vn88U05QUt8roCPdDjgA=="}]}},"0.7.3":{"name":"ms","version":"0.7.3","devDependencies":{"expect.js":"0.3.1","mocha":"3.0.2","serve":"5.0.1","xo":"0.17.0"},"dist":{"shasum":"708155a5e44e33f5fd0fc53e81d0d40a91be1fff","tarball":"https://registry.npmjs.org/ms/-/ms-0.7.3.tgz","integrity":"sha512-lrKNzMWqQZgwJahtrtrM+9NgOoDUveDrVmm5aGXrf3BdtL0mq7X6IVzoZaw+TfNti29eHd1/8GI+h45K5cQ6/w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCPT8epXfmpMGvrTsUkcuWcK3MQdTy8KB408Uf8bPxeIgIhAMAjOW0HmRkZI5OyL60oN9xdNQb+Tvfr9eT1yaIt68x3"}]}},"1.0.0":{"name":"ms","version":"1.0.0","devDependencies":{"eslint":"3.18.0","expect.js":"0.3.1","husky":"0.13.2","lint-staged":"3.4.0","mocha":"3.0.2"},"dist":{"shasum":"59adcd22edc543f7b5381862d31387b1f4bc9473","tarball":"https://registry.npmjs.org/ms/-/ms-1.0.0.tgz","integrity":"sha512-85ytwCiGUnD84ui6ULG1KBFMaZgHW3jg5KPr9jt+ZPYt75+XK+JGbYddGrBQ+RSHXOhekCnCZwJywBoFvFl0kw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICKGVNMx/wRg/73WuAJk6cBE7jiz6Q2yxkbeq6B5Oz82AiEAxy5ucslI5Ct+mjRIDp8Q+T1X6mn+a3acKHCKpAG5vRM="}]}},"2.0.0":{"name":"ms","version":"2.0.0","devDependencies":{"eslint":"3.19.0","expect.js":"0.3.1","husky":"0.13.3","lint-staged":"3.4.1","mocha":"3.4.1"},"dist":{"shasum":"5608aeadfc00be6c2901df5f9861788de0d597c8","tarball":"https://registry.npmjs.org/ms/-/ms-2.0.0.tgz","integrity":"sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCYXYoFltYf81nBW7DQpNjYSZEegqIVzjASdvw/XwCIGwIgAQ1zDH6y0Dzva9FcQbckvTwThyFbVDdT1p7PIGfg+LU="}]}},"2.1.0":{"name":"ms","version":"2.1.0","devDependencies":{"eslint":"4.12.1","expect.js":"0.3.1","husky":"0.14.3","lint-staged":"5.0.0","mocha":"4.0.1"},"dist":{"integrity":"sha512-gVZHb22Z7YDyiiaoGld9LD4tUuDDxdkDJUEfTIej9LFePFqiE9JxI0qTFfu6tD7Wu03lg7skmVwTmA6XkeMlPQ==","shasum":"9a345be8f6a4aadc6686d74d88a23c1b84720549","tarball":"https://registry.npmjs.org/ms/-/ms-2.1.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIH6ct/FoEj38rHsHVN+ZLKlXQfH0Swo0I94hVtIoQUxiAiEA0LUEHUYdZhIZnAgw8V+P4QNbmNMfY9N1QSkb65ZE6cw="}]}},"2.1.1":{"name":"ms","version":"2.1.1","devDependencies":{"eslint":"4.12.1","expect.js":"0.3.1","husky":"0.14.3","lint-staged":"5.0.0","mocha":"4.0.1"},"dist":{"integrity":"sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==","shasum":"30a5864eb3ebb0a66f2ebe6d727af06a09d86e0a","tarball":"https://registry.npmjs.org/ms/-/ms-2.1.1.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFNwDicPfUKOIZ69PqiMYUAEqnRA+H4zk0kq9GpcOAqrAiA+oLpPxjd2opwatXoRpO+5VwyQyHaqAohY6RW8E8seyA=="}]}},"2.1.2":{"name":"ms","version":"2.1.2","devDependencies":{"eslint":"4.12.1","expect.js":"0.3.1","husky":"0.14.3","lint-staged":"5.0.0","mocha":"4.0.1"},"dist":{"integrity":"sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==","shasum":"d09d1f357b443f493382a8eb3ccd183872ae6009","tarball":"https://registry.npmjs.org/ms/-/ms-2.1.2.tgz","fileCount":4,"unpackedSize":6842,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc+U4MCRA9TVsSAnZWagAA71AP/2rpu0zYdK5Z/BXrrKNW\nljsVOs4oHNJ2jeZrzpcV8eZUZ6zAi78plyxcnMCbbG+TrpjXrPcb8qFq630G\nS6+srbEF0lCGCc+ktJrNJPTeXkDxukQXVrepgZ2kxZ4m3q/QIAVoK4t9ebuH\nNYa+39wwET9oPuPsk+YY0Z7fQ1vadyuzHYOrRmtudV3ZtyT0k74Ec3IhKamW\nlLDJtCklD7IGcwirrvPssxmYu8WP+PAyFnrVaOW+iior1o07oWO2mk7sk3Fx\nwBSBFf7vZqFJP6Qg1m3TVBAiipL+Pf+b3Dy8fhmn4NhTGj/9Wl7f/LcqogOV\nV9l77qsZldCERBwmwLsHlMyCSSl/b2qaz28ZBTRwHtHdo19QT6MqX8Yvomy4\n+gyPBBAHC6bqqLZ0veRKzSNFfJYoFw8tQzyjSjpmYcdxaB5w4z4QPZAkZCku\ns+sooI5Xo33E9rcEDWmyqxdUud+Au/fTttg0dReYe8NVrUgzyk4T1W+D7I4k\nu3XV7O9bOaJiBTNsb22lGIC6E/HtjfoqW7iwl0cdZ8iZcPTBClkzsy9Hz6a4\nmNKDARFL0wjzWF/CoXyKcI6t9ruOepTQRfbAtZDAo4LEYj/bGiqm2kbX5AP6\nicCOlufTNip74l2bXv2sJNwtjGzEYF/S79Oyc49IP/ovIua4quXXtSjAh8Bg\nLrV/\r\n=GrYx\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDVNTHsphMsdrWmzEq1T6dFGHe80Vg5ZmIWN1NIKOAHewIgE0sscC2rehxwM3V43Nil6I4auXhiwsdK9Kb1JtejdzE="}]}},"2.1.3":{"name":"ms","version":"2.1.3","devDependencies":{"eslint":"4.18.2","expect.js":"0.3.1","husky":"0.14.3","lint-staged":"5.0.0","mocha":"4.0.1","prettier":"2.0.5"},"dist":{"integrity":"sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==","shasum":"574c8138ce1d2b5861f0b44579dbadd60c6615b2","tarball":"https://registry.npmjs.org/ms/-/ms-2.1.3.tgz","fileCount":4,"unpackedSize":6721,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfz4WbCRA9TVsSAnZWagAA5A8P/jNowbVOl1ORENKivAXb\nQ3NncrkWHdRjUGeUhX89Ih3N+woNugnSTOEKACswARtqXMf5M1Iy8GODorDp\noz+pqU0HGU+KjLO/sL+TGxJJJAMfX3vhRZTHk5ZzKDi9s6iAM3nMeE5rwNUS\n7wprOzbKNE9hev82zLgfY8kF7UhxY09BH/GBS+kWGD3ViM8R5vl49JEfrvN9\nSKris0FTSP/YL1QrRNjvMMfGh9WhMOC/FLkJnIErcw2I8g/XmBOApjqM9KhG\n42/ls4gXuaUinNXC68wAbntxhHtJo2403NVmU7UJDDdulEBbTXZ18cKHt520\nUkRZp8piQb1m3QR8XPjvpnShlOutYdQJfjltY5z12Wfwj5OBVsurWeFtJRme\nBxn9pdrKW45doypT1Lc7LXoIftLBtToVtWRThEVihq4I9f4zpR9Uzc3qp1jU\nlEo9ndqf9rg9oVV8fSK+dIDuUUyp7NrI5uCfcUMfKEgwWortapNKNvMuHp7r\noZhuGRekRc1kG8YmsYfLKv3kRS8uiXa/jbwD4PkNGbev7KhEptCnGZm78z9k\nV0KOdaCU3Igo6rK23kgsAFhxDvMANHby3dLYQMbZOoqkZLv4qiPS/7raPOLc\n5q/ezwT2JZLWZlTbZnigAVuZ5aHmLb6QEuMLcIQaelDkH7XWCNpED8cM2pFX\nTllW\r\n=eZCP\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCpp8dz4QhYMwrrNgFARRXozR4wAyDcUVNXEBw0PmSj+wIhALlCZH2KJyCo9qv/3CfMFsvx9bXKQNQBOqmLstIPXP2L"}]}},"3.0.0-beta.0":{"name":"ms","version":"3.0.0-beta.0","devDependencies":{"@types/jest":"27.0.1","@typescript-eslint/eslint-plugin":"4.29.2","@typescript-eslint/parser":"4.29.2","eslint":"7.32.0","eslint-config-prettier":"8.3.0","eslint-plugin-jest":"24.4.0","eslint-plugin-tsdoc":"0.2.14","husky":"7.0.1","jest":"27.0.6","lint-staged":"11.1.2","prettier":"2.3.2","ts-jest":"27.0.5","typescript":"4.3.5"},"dist":{"integrity":"sha512-x620WtkfdGJZPaGRIJLeTEJcHiq6fHx0DR2KVfMgn4bLB3N60NUFrTTfuo7mcNPc5coqyu0ioK5m92CXnJKYGQ==","shasum":"d970e06f8b1e384befe5acae5c27209e9b93916f","tarball":"https://registry.npmjs.org/ms/-/ms-3.0.0-beta.0.tgz","fileCount":6,"unpackedSize":13619,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhH8IPCRA9TVsSAnZWagAAg5UQAIbpkc8lAv6vhXdAdaG9\nB68gErEeCr23hE2FgK2h/p8FiSbFe9/7ypcroMZS7So+U5AORtaT62E44yOa\nxPQPpLZ+BlK7tzsrNZ7+R6MHQ9HLIKbAro0h0z/XOWzMSGRdWJ1oZ7oAWnK/\nqXluUHk/2qrRh9GnH01Ad1+Ji59bdrzVLG4fEqd1z9A53Uvy3FukX6aAvbic\npn6P7hqWsI+FGChjLlB57mGAtK1VazKSYjh4Y9rG5HY11D/pvXhcH+ca1ZJj\nYYijM6mcACB5HU/IJpqZoMYZMzlGTGhIVHjbm6GDs47d0aGPlnh5274737mo\nA5gzHabPeBj15ad3p2y7K7Lka6zxWkGsc69CRkE9LL6+fcCprynxqOD53Zg3\nmR1zU/druwYyOY2hrxseuqVKGOXyQN9Zz/SCC2jH+vltzY3hIOZ6GwfeyRQE\nHxIIfqpNFTruzDYQvVb48BlMWnHCXYJfrVdfQfBeVKuO0Nh/g297l1hKnj9n\n7ENP5kzi8wvaZBYfFYQaMTxT5FbgXL7h2sIdxD+8kj8o3G4saGXKDJNAJJA+\n/T1u9pRoCcnTvOdrq0A/76fJ1sxEyVMN3AMLDxOSwdpMNd7moWo7wZDZQNCr\n5Blg+qB/5Nm/FvywIgB9Lp0Al932k9xkWtOBQvD5LMvTKHNRkz//RrquxkK4\na/yk\r\n=vM3v\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD+jRNIkA56bvZw4h1rzaZ1SIiPaZEQeZb9o1gnY9G3KgIgP+ZTSGpNasc0hM4f2g8jhBrXzBG9/3qXFQ2TEDqCRwo="}]},"engines":{"node":">=12.13"}},"3.0.0-beta.1":{"name":"ms","version":"3.0.0-beta.1","devDependencies":{"@types/jest":"27.0.1","@typescript-eslint/eslint-plugin":"4.29.2","@typescript-eslint/parser":"4.29.2","eslint":"7.32.0","eslint-config-prettier":"8.3.0","eslint-plugin-jest":"24.4.0","eslint-plugin-tsdoc":"0.2.14","husky":"7.0.1","jest":"27.0.6","lint-staged":"11.1.2","prettier":"2.3.2","ts-jest":"27.0.5","typescript":"4.3.5"},"dist":{"integrity":"sha512-72RBgCsIUfh6MtK1FyAqWVYjMhvYsU/5WbiTrAksNyIcv/uhR8r6g7wU5JEUIzhRYYI1uF9+I5S1vOb41NYxkw==","shasum":"1796d327b201d04705b8bf70b67442246c1e26e4","tarball":"https://registry.npmjs.org/ms/-/ms-3.0.0-beta.1.tgz","fileCount":6,"unpackedSize":14348,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhH8pPCRA9TVsSAnZWagAAGCwP/3DbSG2smcKeDj9lFBPU\nmpBf0EX+gm3YCCoz1ixYWF8TaIYRC6uFQFmxWP/7o+ag5B4wDQNLFh0kNlbi\ni8z+9fkUbKus6DKh8SUZgQNRm+NYNCel1KsjQtzxyIslB2EAGShYgSYTMsP7\nD6G2d5euZ+TPjyobhRY46N0NKtpeR3c6tI37/4I800LZyltoZYz6IHGz045l\nd3V5OcqdTQOSi/7AFd0Zc13HUOPqYmSJlW5wb9Txyn7Q3z7KviqjhwK0jCF1\nrCVGDwBJKnLwdy/SzcARY3axunoFEBe/tp8zriXtghNMrS/bfnLgG4HFWdSJ\n86cmCYpdKbgX0gg4tjBzq7XvsgtVbnYJqKIE+lZ9hawMJ/Z2+3JNXIQdQvQq\n4QiYjfRpDmEzhMsDxzc1AE+k4DqJzSvfMby40ZL6wWjYaxqYHmh+Hzs7AI9j\nHPwQqDGJjI8rIRJfIE3bforsqXKIYl0hhrX9EiGjQi4WTHYvKnHqwM1fu2IG\n81FvA3r3TlMAqElVjyTweA+aC8ZDo1rotEZ+o4GwHJdzq/o/Cl0TnywnvDbg\nQ7+0yUwUFhtvhG91ALA7+//88EtoZQWA/5pvAjhCmPW806Duj/gYph2rJusx\n2MCeY96ymM9vNPPP0jPaJ7clMcDJgxG9MDlBtQWS0saV9YSQJYs1sBBArjAK\n10TE\r\n=wU56\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIH9xLNQt+Wq9N34218VR3qSfJEMeQH+MAyMXdpB6TjWrAiA6fbt9dFUCnCu1ZEMCkEn5bH/iI4EhijfNqN11rXMnww=="}]},"engines":{"node":">=12.13"}},"3.0.0-beta.2":{"name":"ms","version":"3.0.0-beta.2","devDependencies":{"@types/jest":"27.0.1","@typescript-eslint/eslint-plugin":"4.29.2","@typescript-eslint/parser":"4.29.2","eslint":"7.32.0","eslint-config-prettier":"8.3.0","eslint-plugin-jest":"24.4.0","eslint-plugin-tsdoc":"0.2.14","husky":"7.0.1","jest":"27.0.6","lint-staged":"11.1.2","prettier":"2.3.2","ts-jest":"27.0.5","typescript":"4.3.5"},"dist":{"integrity":"sha512-G/4X0GjOFFpeGVj0D/yxd7plnMjizeLa2mBu2yNRPQlDlvmERfqZ2alTIijo9QNH91b9g1IlJAYsVV1g6GbWvg==","shasum":"c1a586879b489759c44be2ac402ff1df7c314ed9","tarball":"https://registry.npmjs.org/ms/-/ms-3.0.0-beta.2.tgz","fileCount":6,"unpackedSize":14286,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhJnYECRA9TVsSAnZWagAA8LAP/jr9VE4KB/K4xCmdrgkG\nZOrWFvAMO0Wu1TZXBEgt0SnCBKXP5jFN0IJggJSmEMfEmsrwkgdId9nk0ys/\nEP7jUr0RficCQOQTU2uizTPnhOMrq8bfrNiXjnMHpGZC1eMPCGb31pzSb2VO\nKjHuUACp98wf84+VCYt9YADukcCg80wNT4+9rksEob2AGOf4KfwDae7zLeDt\nqs37qJ3gUDHZ7KthRdbBiBVKlUqlUW4MYKtFg+BecZ+gF6xeQv3GCEnNSMV6\n0Hqi1YE9psDv7dTHYEEG9yH/W3kq6ebQM/QeaSEATOAXuPhb2U84eVuOHbYJ\n6XAUKWGeQ0rilGVMuJ81anRdp3nlogiABou3hMieqSMiuVFYFajhhdQdUmLO\niHyBKMeY9+5z3rGG0styw4xp0EZcUcRNOGtniHVyHMvCwDiw9kIihhVFyLEe\n63F5u3Q8kQ+IYYZhZyZGDODoBcy8nD7LVmEAFQmIobqdPOR5PLg+RjzxXWYD\nLwQ9OBmB6UIjLVVNKvbhG+TF7gf5ENUgx9q4LA7ewyydbQ8CsbQyckzU+ARS\nm1Y/9Un7pjxExBp0h1P6yCJLf15U8v2S6XrFB7tBiLXxluO21SWNAonf2eo/\nemhpixBmFsVyObD9a9qVI6EKww6Kpad9WF6mungV8DhJ1mWalFHHbED7xDr3\nXNyR\r\n=nwPo\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC1hBJF3CyIp43qz+NutYJQROKQx4EJrU27T+WPDAVO9AIgLOgW7rV1gAQx5LTNjsPyNTUVoncio7Cm79Bqjc4tp+4="}]},"engines":{"node":">=12.13"}},"3.0.0-canary.0":{"name":"ms","version":"3.0.0-canary.0","devDependencies":{"@types/jest":"27.0.1","@typescript-eslint/eslint-plugin":"4.31.0","@typescript-eslint/parser":"4.31.0","eslint":"7.32.0","eslint-config-prettier":"8.3.0","eslint-plugin-jest":"24.4.0","eslint-plugin-tsdoc":"0.2.14","husky":"7.0.2","jest":"27.1.1","lint-staged":"11.1.2","prettier":"2.4.0","ts-jest":"27.0.5","typescript":"4.4.2"},"dist":{"integrity":"sha512-FrdRKJ9G+nm9Bw6atUMrbIhGTJ2emtf0KRgtzgSrAW1nnV9RuQAXc7sbFWdr1RfOH3fcNk0MyK+ma4iihdLmyA==","shasum":"f965adb7f3afccac672ec0b2cf6bdc5320b755c5","tarball":"https://registry.npmjs.org/ms/-/ms-3.0.0-canary.0.tgz","fileCount":3,"unpackedSize":6502,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhQfUcCRA9TVsSAnZWagAAQcsP/iMuelcMKc3N/pGuuY6u\nwIFV0jvr8Eg34xc+7wB0Udatyc0gGRbUtfLbjp7dpAfgRahYEyoC5g3FR+5p\nP1MnSz6pUpDJmUyTwFvrOzK7qcOaJ2GhVPZfwAlxOMBZZgHnwV8kxaGFtzfp\nnF3bm88rpdGP39euQZ+nmqF6GbLk75w+n/hcZR7Cn8/Td/cCPEZml2jRRAzD\nXatLIMpQwt/zmp1tYwTyfedfL8jbiG8cCZhIoFcSxKUzzUxNHY7DEwkxSGaw\nhK7kuf9HhFuhIJ5TCt/2JiVVNk5UbnqECY9XmQ7AZe3iaYRBKDVGtdnlhiZf\nsYZJ1zEYF0gu7GKzrJ+V7fJQhq54GDATOqrVshkY0C4hUbwlle2s4GdtzhaH\n7Tcg/I0vh7vrzCHBxq29STEkwIXGEjlwZNjcodliHqMDBa58xmr9EADCpohD\niW5Hj+2uU7Ck3Kq1NA/+1PM1rnh8ggwOox/990XyCaTyHPGoiHIbGus/aNz2\n6OJuUMYPGEEFUxTYJDu/donxBjhgpBo2cPoa0duDohrkoXDWZAMq4ru6PBUz\nlKBm2zgLrbhx3RjjcbXfJUutU7bqk684+7TsjQSXMr2vp5DfB6UekivBn7E/\nwqMDJyAw5YI13mLWkywaHRlgnQaare2gnrpcentKrwkjT04D8K31yV0YFL+T\nl+PD\r\n=v81M\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIG9fP6snzEazBzbtwGebA39rR56jidykhpdO8FFQ4sR/AiEAxFhwnZyHkBJ0/RWH+qTfKSQBmWWVmxQnMyaVtXekPCE="}]},"engines":{"node":">=12.13"}},"3.0.0-canary.1":{"name":"ms","version":"3.0.0-canary.1","devDependencies":{"@types/jest":"27.0.1","@typescript-eslint/eslint-plugin":"4.31.0","@typescript-eslint/parser":"4.31.0","eslint":"7.32.0","eslint-config-prettier":"8.3.0","eslint-plugin-jest":"24.4.0","eslint-plugin-tsdoc":"0.2.14","husky":"7.0.2","jest":"27.1.1","lint-staged":"11.1.2","prettier":"2.4.0","ts-jest":"27.0.5","typescript":"4.4.2"},"dist":{"integrity":"sha512-kh8ARjh8rMN7Du2igDRO9QJnqCb2xYTJxyQYK7vJJS4TvLLmsbyhiKpSW+t+y26gyOyMd0riphX0GeWKU3ky5g==","shasum":"c7b34fbce381492fd0b345d1cf56e14d67b77b80","tarball":"https://registry.npmjs.org/ms/-/ms-3.0.0-canary.1.tgz","fileCount":6,"unpackedSize":14294,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhQhP7CRA9TVsSAnZWagAAS20P/1TYMFK4KBMo9NC82jk1\n+ZHpdsPG2bz+huqFkQphBtoYRZva5A/8KFcRofaMYRUEkyfP7u3EEhLthjIZ\nwTgcmcZ/iVFjvOxKNOZWyEXt6gs4HoVkK3Tq+mEwhrO6/dkPneID9XZP3fzL\nY/b2IBVsUkmwHtdkebH93psNAr34fW0+54rOEFpjCxI7Dq59za+5Yf4exmgx\nTMAaTPttWxlgfzUV3Z7/KQpZoe8/jTkneyxBFnmzk0ItTEl9tdX/EuZOp4/E\nOKG+nHYRT+42Ku/9l1t0IWhWRIUuyVn3GogapxAtYlVsYhljVf1jW3oTsx5H\n4c3Qikhgt1XSQrl6DgR/7jWg0z6Hyw+cm9agd0uvgyxuO7+ryO/RVo1+6E7T\nt/SqI5XK5qFLYvy/gOT90P2Xez5pfOWfTE9eJ8TQDkuNVFWMRVtTgIP5cKVP\nNJEENjthusiOc+4aPneNMeGLbgLXQEu89YQnuTHr597hF47MmtN5GYVgZ1BF\nW/WoNBwjouEPKUELXrVEk1i15IlDZlVbZUgtiP+3DChpvOTzCdaeHukagQIQ\nohl34zyBhqAlcVbWtSY1Kx7UwgDKTE74Wzx0E5JHX4HO3YDNlz2Zy54tnuR6\nQfKTzTrrcmXY+KRD1S3IY5sXToYbngX5O7jQRdOu/Rq9zJ2UGz3XpxRIGL64\nZeWp\r\n=JrQO\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDHBNEug7mB/RfCh7+qYSJ76i3rlL5OdUVtD0d5t3XnKAIgIWO/BOxIA0pVwJBJTsOoDtZjphznmwWADAwFq6853vk="}]},"engines":{"node":">=12.13"}}},"modified":"2023-01-18T21:20:24.786Z"} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/content-v2/sha512/5d/6f/c06bc00f62bea3495540d72fc3108657d3f18c28b1157a4346ef6ed1f1cb39e9a8444e4440cbfdc347bf9f27287ba14806c0d41a45f5c2ba7d3e29b598ed b/software/flow/.npm/_cacache/content-v2/sha512/5d/6f/c06bc00f62bea3495540d72fc3108657d3f18c28b1157a4346ef6ed1f1cb39e9a8444e4440cbfdc347bf9f27287ba14806c0d41a45f5c2ba7d3e29b598ed deleted file mode 100644 index 68c0dfa..0000000 Binary files a/software/flow/.npm/_cacache/content-v2/sha512/5d/6f/c06bc00f62bea3495540d72fc3108657d3f18c28b1157a4346ef6ed1f1cb39e9a8444e4440cbfdc347bf9f27287ba14806c0d41a45f5c2ba7d3e29b598ed and /dev/null differ diff --git a/software/flow/.npm/_cacache/content-v2/sha512/5d/c1/4c5e169184e5089d3f4393fc0af38a4ea8e7b2d1acbb5e856c16b1e5b3667669a2acc2d3e33c5b8fdb3eacee17a7ba108f4e7e9d50435aba9a50e5932a12 b/software/flow/.npm/_cacache/content-v2/sha512/5d/c1/4c5e169184e5089d3f4393fc0af38a4ea8e7b2d1acbb5e856c16b1e5b3667669a2acc2d3e33c5b8fdb3eacee17a7ba108f4e7e9d50435aba9a50e5932a12 deleted file mode 100644 index f208aa6..0000000 --- a/software/flow/.npm/_cacache/content-v2/sha512/5d/c1/4c5e169184e5089d3f4393fc0af38a4ea8e7b2d1acbb5e856c16b1e5b3667669a2acc2d3e33c5b8fdb3eacee17a7ba108f4e7e9d50435aba9a50e5932a12 +++ /dev/null @@ -1 +0,0 @@ -{"name":"http-cache-semantics","dist-tags":{"latest":"4.1.1"},"versions":{"1.0.0":{"name":"http-cache-semantics","version":"1.0.0","devDependencies":{"mocha":"^2.4.5"},"dist":{"shasum":"c9f9238f3e4aec9fc4b85140dd1b86975069e5d6","tarball":"https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-1.0.0.tgz","integrity":"sha512-YG5oFYOJ7BozRq1HqRgUt37qQnnD9sUMmyv7+iTizfQo8lxnj4rgQc4nfSxMCeGScSaBVucwzIBjVGDB/6p2oQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCID6VWwzFzG1uuSCJYEdt0W+Xlw/OhQpYmv28V15yto6mAiAPCfAmlH/o3AdWewjP7vXL2Xo3llwMwZB12N0de/ve9w=="}]}},"2.0.0":{"name":"http-cache-semantics","version":"2.0.0","devDependencies":{"mocha":"^2.4.5"},"dist":{"shasum":"8852f4a5049d0e80e566bffb645f57d37900162e","tarball":"https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-2.0.0.tgz","integrity":"sha512-N7xTqNoLe5lLsqjmENuc8ij86GbLbTPFxe2Gvo4Q0tLG0avsBORgiPhdaIYd1wputaEhwYRUIAMemE0tlECrdA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICDz6zaMu2CbLrjXPvSjKnzhujkyiVVRhIEBvrOhvbAEAiEAi4U/gQISUdFN7mbihbkMZdPGn7UYq/LUvtq/jrgfQbU="}]}},"3.0.0":{"name":"http-cache-semantics","version":"3.0.0","devDependencies":{"mocha":"^2.4.5"},"dist":{"shasum":"aac9e9b024350356e4bafddb7df10423680fdedd","tarball":"https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-3.0.0.tgz","integrity":"sha512-A0Kd6lnDsFOzxYa6V4Wu+1fECW/K+IYV/zivye7WYnWJQbfne7fkqQFiut33vHn8ZV5uC/UTdgUiPYxloaJJ4A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIF7uxrZBcr/aVOdXlMCeTmBN+EZf1W/Pk31wuglnv49lAiEAmqfjBURcAZBB+ccAv1pUtLrosdF4Vltpf5RvCLAYzME="}]}},"3.1.0":{"name":"http-cache-semantics","version":"3.1.0","devDependencies":{"mocha":"^2.4.5"},"dist":{"shasum":"a6809724811910664c6666292159c81908bf3918","tarball":"https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-3.1.0.tgz","integrity":"sha512-Up3SbTBhVljDpJv/+NYv2uMuQyllzgISTdIwvGJEOlPGNdFi04yFnEJocoP899E1b5lcVyKmRNas4WkbBRB19A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDjSs/jgtq6zjxiZDnk59oSYP34IGqXPPjMxuckw0r4AgIgO2BkKRO/Rsep2jqOI6x00XDO+ZHPe2pDKU/6XsZHGQM="}]}},"3.2.0":{"name":"http-cache-semantics","version":"3.2.0","devDependencies":{"mocha":"^2.4.5"},"dist":{"shasum":"ca6bdafedfe84b8ac7561d9a9a069415da69a6f1","tarball":"https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-3.2.0.tgz","integrity":"sha512-y3t6nEIt6GsJVZM4VEcAd1+Pz59YKayv3+do6Q0yo/4TNIW3gmi1H6/dHoYCHaHA0fpTBxSn6GqRnbvG1SHXNQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAmzRVyuzWKk/K4rZ7Unn8Ke0sBwo7SOjWNdiwOFmp7cAiEA+cCvODxfVI3yymefk/jCcXKOh+vWeqex6/lhH8NW5ck="}]}},"3.3.0":{"name":"http-cache-semantics","version":"3.3.0","devDependencies":{"mocha":"^2.4.5"},"dist":{"shasum":"a88e57092b8bf57830a3546a091499bcc30f39d9","tarball":"https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-3.3.0.tgz","integrity":"sha512-nqZFVId0D/bLYwdvQuQ16fu4UmLLFzPuhd/KWyT+1F6Y86c25wZXCv59DFllSDydgM9Jfq8Bhr99tkVPK5T4Bg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD1YL2oHsQoBncz8M8zASItlHY8sOr4PfG+V9EjEGtEWAIgOUymRr+0NcxCg/6XoTJ0PocqBXWanoBwm2+Bc+gpaeY="}]}},"3.3.1":{"name":"http-cache-semantics","version":"3.3.1","devDependencies":{"mocha":"^2.4.5"},"dist":{"shasum":"6d66768eefc6770e24cb67d623523037db40a7c9","tarball":"https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-3.3.1.tgz","integrity":"sha512-TrE6EMPKguXDQxQMVnWvYVMOVx7KtODzye1DcH2zza3Y/iDY5YVlSusHhQAAprwd7bIAdoUF55w7ng6qRrTxzg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDTsJYB0Qaxkz1oLMTjV2m1VY3GgT8aYn4zCyrgL2xuggIhAJ4U5B1Q3JA/CpJGOJ1udiGdYlFlIvKBh0EEREeUezCj"}]}},"3.3.2":{"name":"http-cache-semantics","version":"3.3.2","devDependencies":{"mocha":"^2.4.5"},"dist":{"shasum":"7e7ad369228813be47b1497434b360d76a48d3fe","tarball":"https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-3.3.2.tgz","integrity":"sha512-yKnYBVRaslVRzq0pKPTmb5YtASw8wbmo/8E8LhoRky8OmvUtMqh78g0QwZ5vTaggkqkeU3mgDgPrXc/3NAgjmg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDyrt9x9wICIbT3UJQBktiZmWUKfV0BNSErjaVAnARkbAiEAh1nEQpBGYeur0GW8btcos8Ytl25tcN0WDysmQZGJlFg="}]}},"3.3.3":{"name":"http-cache-semantics","version":"3.3.3","devDependencies":{"mocha":"^2.4.5"},"dist":{"shasum":"f0b8a549e7259bd3990886b14bcff902b2f8c731","tarball":"https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-3.3.3.tgz","integrity":"sha512-LHX2S9eVwRNlQauQYgOhQ4xBG6sPp7YGWHYsHSNV94dgSJ7RxYCO1CDvl+JdeQ3V2XE1FKoq+qVH3Hz6k6KIWw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDegr7tIpuV5xHv38rzwr5YwrXH39xa/0hYtgPl2zaCUAiA3D30k4xKiXszA4JecxYqxXeCYnSDwkK4o4o8AcR/nFw=="}]}},"3.4.0":{"name":"http-cache-semantics","version":"3.4.0","devDependencies":{"mocha":"^2.4.5"},"dist":{"shasum":"e6b31771a6172640b97c5b9cecd38a071385f96e","tarball":"https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-3.4.0.tgz","integrity":"sha512-IgjF6wFoUCRIhU7vD4zxuEFOzCta17PAvAiAkoim6sVY6+Injtw7FcMr0LhurvXlgxrjoR+KdXtW76TkqoJANw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDy8gFsrqO78Oyh5WB+7+uZYoHx2wfOl2eye/Fq0O9r9AIhAI13M7+GLGLE57ECgQq4nBbVr/sMMdp8qJiLaYJV7Dcc"}]}},"3.5.0":{"name":"http-cache-semantics","version":"3.5.0","devDependencies":{"mocha":"^3.2.0"},"dist":{"shasum":"ccdb954be509e386e301766ad89aa041161b7b14","tarball":"https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-3.5.0.tgz","integrity":"sha512-xPV+K6HcE6apwcMgAFrcfDyx2xQSWRb4ZRMko4tQ+saZqOoCCy/zB63eHaH+C0e+Z/5O2Hp537wx87HhFV9F3A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDDlhHsvjII2MXyrWwKTCTWS08FNsLA7rS8LZ52ALaa7QIgPhW4GE35se3FMpVqyvl4bp90wsx9LxFjdaDiMQtvBrQ="}]}},"3.5.1":{"name":"http-cache-semantics","version":"3.5.1","devDependencies":{"mocha":"^3.2.0"},"dist":{"shasum":"6b91e9f183671db99e4506fb41f12da9e89da679","tarball":"https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-3.5.1.tgz","integrity":"sha512-5LwRvYJFru82+5PTBA9/V4HcVMcDm21L0YPOkp6BocL5cwWKtuuxPxFSrOSJ99jopCLQlOlH0+sm8Y2KV/kSsQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIC5Rcdj7/7KS11Lbs4AtiB1Rl29bv0K177J9X85T9fDZAiEAuOsc3i9RGC7QaV7qbceBuv8IgZiNStajCd5B37ENw0Y="}]}},"3.6.0":{"name":"http-cache-semantics","version":"3.6.0","devDependencies":{"mocha":"^3.2.0"},"dist":{"shasum":"bacbc1697b53b5c9381c4ed226a60f57cac4cee2","tarball":"https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-3.6.0.tgz","integrity":"sha512-WQ++x5agkxmlfnl4sJoX9WhT93MNM739i4JSTPbpH+cCYA3OzKM8o/ow9RWv3zXgXRHdxkSTvKbPAYyUR+NDlA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDsqL2Ye7Y4dvzpuFcYqfQMVCiPOE8ikCy8cQvS+s8W2AIhALBJ2KYSMDRkuCo+eqop+ah/FtKh0zSgTey8bkXJHSTy"}]}},"3.6.1":{"name":"http-cache-semantics","version":"3.6.1","devDependencies":{"mocha":"^3.2.0"},"dist":{"shasum":"9d10aa3d70d8b91fb31dd0d8b2903d97e1045d3d","tarball":"https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-3.6.1.tgz","integrity":"sha512-SePGiU+jK91vGI4CdDABjQ9/6KcHQr8L5vljIBiL28ZfWznj6ZTPlSOfwh6GlsoTQYFpLQ4lldMTPzT+Pg9big==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDB9qrDI+XnBTsRGkdx/r86RFDdUQdKPBx7xV6J8wanMAIhAPR8M60feX7ixXJSZHU5tuj30H4MNATbRaUPeSpHmtOb"}]}},"3.7.0":{"name":"http-cache-semantics","version":"3.7.0","devDependencies":{"mocha":"^3.2.0"},"dist":{"shasum":"d7b0e325f791c4f44d385574cbc3e6fbb883f7d2","tarball":"https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-3.7.0.tgz","integrity":"sha512-ElUFlFZtoB3sTregxQ7aNadZKeFCofwXZIrbZtcQasbKPXQurNuFqU2riL0Cz73lx+IrUBNo7KweTObN+oso3A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIETY1YjT0HERLxEGKLCbZxGmoCbOykz0VsgGxF9VFx3zAiEAogUq7u11ruUm3sy02zE0Z7/HEDNJeQx9efMsipDiLh0="}]}},"3.7.1":{"name":"http-cache-semantics","version":"3.7.1","devDependencies":{"mocha":"^3.2.0"},"dist":{"shasum":"1419405bb48ae5ba709ee554e657ff9caaf2f940","tarball":"https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-3.7.1.tgz","integrity":"sha512-ev6T7BQpGGydPXyazmZ6jGOaXpTcDQi2Az4oUeq3HOxRcf3tjGS1jRtBU8zoQ+ZrAsnXfK0wtTqzo8d/TbKGew==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQClZCnmQCrShaZ4B9UAeXxRBSz7UeaYdYQxeFfbpHlP6gIgPo+PBtPNV7pYMujaA4DvNW9jKgiydCmcB78BLWfgNaY="}]}},"3.7.3":{"name":"http-cache-semantics","version":"3.7.3","devDependencies":{"babel-cli":"^6.24.0","babel-preset-env":"^1.3.2","mocha":"^3.2.0"},"dist":{"shasum":"2f35c532ecd29f1e5413b9af833b724a3c6f7f72","tarball":"https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-3.7.3.tgz","integrity":"sha512-OUh7WWLxe9wzlisiDVNwclT/hKU1+wl4zYhPHoYoLmGMc0rsNb10ZrVr1gaG6m343kl6zVlCKBWqtheN5dEyaw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFrOGK0mSpT927/h+OLY3oT6QBbdQfbRrISncASSXrsxAiAN2bMy/43b9xpEtOv7iTalpqZmA0ufN4cU5QK1F1g2KQ=="}]}},"3.8.0":{"name":"http-cache-semantics","version":"3.8.0","devDependencies":{"babel-cli":"^6.24.1","babel-preset-env":"^1.5.2","mocha":"^3.4.2"},"dist":{"integrity":"sha512-HGQFfBdru2fj/dwPn1oLx1fy6QMPeTAD1yzKcxD4l5biw+5QVaui/ehCqxaitoKJC/vHMLKv3Yd+nTlxboOJig==","shasum":"1e3ce248730e189ac692a6697b9e3fdea2ff8da3","tarball":"https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-3.8.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDstYF0/mGt++IYNNqX23REvBBgAa67VgM3igaKV1E5bQIhANruh1ukvlL1euYaXP9VrOJEuN0MzODiFh9jkxgUSLYh"}]}},"3.8.1":{"name":"http-cache-semantics","version":"3.8.1","devDependencies":{"babel-cli":"^6.24.1","babel-preset-env":"^1.6.1","mocha":"^3.4.2"},"dist":{"integrity":"sha512-5ai2iksyV8ZXmnZhHH4rWPoxxistEexSi5936zIQ1bnNTW5VnA85B6P/VpXiRM017IgRvb2kKo1a//y+0wSp3w==","shasum":"39b0e16add9b605bf0a9ef3d9daaf4843b4cacd2","tarball":"https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-3.8.1.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD5Hewr2AiUCtlwgqyfIJ1k9/DAuneHP+TdnOCEnk93xgIgOOQsoZUZoIX/8O+afjvJcXTfFn4zC9MzOQsZpAuHI2Y="}]}},"4.0.0":{"name":"http-cache-semantics","version":"4.0.0","devDependencies":{"mocha":"^5.1.0"},"dist":{"integrity":"sha512-NtexGRtaV5z3ZUX78W9UDTOJPBdpqms6RmwQXmOhHws7CuQK3cqIoQtnmeqi1VvVD6u6eMMRL0sKE9BCZXTDWQ==","shasum":"2d0069a73c36c80e3297bc3a0cadd669b78a69ce","tarball":"https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.0.0.tgz","fileCount":3,"unpackedSize":31010,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa2195CRA9TVsSAnZWagAAVwgP/iCMlOox7b3Yq01QoT0r\nUw4pB+UpZCvEnL+BiXIWdJqbSkGbXQkrOv4KcwIHo307eN5W3A1B7kwoR4SE\naZzohfUnAAnsT3UyUTVNsVMIVKfntV5OdtYRlIDZ9HBUGZ3z0j9QkqoHvUzF\n0Hc+odH7CGNVLEaFKCOKn50XXhkcRxaw1lJYEIZJNz9U9W8XAA8pGMma33l6\ngAel7ipDkwO4rYrmsGb+JZkQcpogb1jy1RdaDlNduNtDDrwN1lc/P/Hw5G6q\nxSadvFicQTOj/C55n+fPYoCFEqLf4sWbIIG3r9oe4+4Zm43uWUuh6Np/DIOX\neuX0I4om7iIOpsKczbSOdpOryGLiis71pb9IfOq3cfAGRxe5RULbuv/UHaO6\nLkbtYSGijLdXNS9L2zGGLzTXMrTDDG4ETvOPVDy4va48mk6Kz1Gd88sJUA+W\n1H6HFsPGi3fwm4CItR3eL28qSbJz5OY6Xib8bnUTpZ0pgIp8n1YjSTroakd0\nHIwJSaO6CLigGDwqEsz6K3nZkSYN6HZgJ1fCy7FEA+rAS4/Rr4bu34FKi4Rt\nMj11kWUmlqD/41lP5LxlXORlGF7Gj0C4Wbbcx92fMDfELDwT4DsFP9oX8Sen\nNaLMvatsJQk6JEVasKdtQxTxuL0umpMtSYd5ajkGeZmHytIS5/b8bsjCtari\nYYR1\r\n=mOpf\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDulridXss9RbczLJ2kPETrb6mMU3iJnAgAJqTGIwe9swIgGOnvN9TEvlQdL4htdoAXMREDiBCVKnIMc/bs5vbU9gs="}]}},"4.0.1":{"name":"http-cache-semantics","version":"4.0.1","devDependencies":{"mocha":"^5.1.0"},"dist":{"integrity":"sha512-OO/9K7uFN30qwAKvslzmCTbimZ/uRjtdN5S50vvWLwUKqFuZj0n96XyCzF5tHRHEO/Q4JYC01hv41gkX06gmHA==","shasum":"6c2ef57e22090b177828708a52eaeae9d1d63e1b","tarball":"https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.0.1.tgz","fileCount":4,"unpackedSize":32526,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb/SP0CRA9TVsSAnZWagAALiAP+wdeQjQ4BZ+NC5x7Kp26\nctPgdVjh575yYGyPhtInKJxVgaHJm6oHdhn6b7yEzRVfpPUdcsh3rCYq6UcW\ncv/p+Zr7hQRAII7LH6qr4yBPrE7qn0jfHAcwZVUDUxHzZrXb5Bye4xTNKYek\nUIRbUvlBP/egqJhC3lQyyDBm4UwR/XyzYZaB/y0kNrpKew2S+L4fUeeTrb9q\n8d5ey+kbx6KZOmidhypIXgIKikJOy98Bf+qFolQ7KkCpyevgIUojktkqZjxQ\nOdi5i8qoQUxGdM+PZT3HvxOjqfT0F0BtTXZxSv3/V0XOGTEkVYKCDG84EuXV\noPL54wkwtQJWVQR5C0UBv/hlpoQFkE5MLf5II6QbeyF0fRy6cs7yAk0uLq7Y\nulGCptnTcnKWYSLm3j+qBaVkqRd6JPVCyv3EBwILPJxqELVQDCIBXZ94TNtn\nsz75TER7h3z+8Yj945Ujirgq0XOt8i/hhYaf9o/If/ZHV+UOLGFnPmP9xpnJ\ndC6wBduEHi+UW8Xe/WiIhOR0thuIjIZJD3i651HIml4SEaA2APSE1F0fiA/Z\nf0av/Wh98cm6nhPb4lvhGyj2TDn/Eo2AYLXNhxggKrhknFaQoTvm6L5A90Qg\niSwzFjPa+YVb8oJr4UfK19M28qH4AVRB5ctghTc7pqN3wQ07Cn04g05nkqtE\nT/IF\r\n=TOZa\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICblYrFmLrkKGRXSuxye6l8b66tcTpfUXPhashGeZ7shAiEA+gFuGolx0tiCy/OBYEt+fdP+T2baZFo7z9OCk9RAGOM="}]}},"4.0.2":{"name":"http-cache-semantics","version":"4.0.2","devDependencies":{"mocha":"^5.1.0"},"dist":{"integrity":"sha512-laeSTWIkuFa6lUgZAt+ic9RwOSEwbi9VDQNcCvMFO4sZiDc2Ha8DaZVCJnfpLLQCcS8rvCnIWYmz0POLxt7Dew==","shasum":"5144bcaaace7d06cfdfbab9948102b11cf9ae90b","tarball":"https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.0.2.tgz","fileCount":4,"unpackedSize":32845,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcNf/SCRA9TVsSAnZWagAAetMP/jbicp5p7Gu0Q1Yz6Hk0\nt8RX+kW080CkFmGYdpXYHnSl9H6Bjfl636Vp9b2FYpa/fUyztD5Up4PL99W5\n25L5wX/mQ7/r52VvpQccoPtuhjNlm2/9WnssmT5CuussIlwD75v80UGMeEBm\ntQjPJ3Wc4P+/q0seqHY8QfUq2MuQ8aTAvULNIe5K29KdhErTP9UBwC6GIkL0\n7WOa7w7F09zYF+XglWU1IGGywWsC5ni9wkWwClZDIrslnzQ/eI0qMG93IzZD\n0QqgOqq76kR+8+BxRdzUnxSjWsr7TtrISCGRhVPgZnUA7c1kL5zwov3rqwZr\nltQwQsJfsoxB1Hp2oDZfPImlFk6kBPcNzq0EThiJmgR2pLy0y1ONRa+npw13\nJ+j1vuKRqSy58eBhTHIU4Ucmd5cMkzbV5XTMfLGzqOioWGcnn8yUtRoY5lB5\nTH1GBIkEHyte2RQabZMvG4JduHt6tbWaXwmACmEzOy8jtID9qF39IppeEtm2\nr2ub2YxlyJ3qyqjdEbldEBtgpE1jXgc47J+v3A5mZ1w+S/tA9CVkSbiPoalV\nOVmqhnNecvu6WLBLx2TYmCPNr8j6o9Ti6h6PNyyzMR3BkermEueyttEg+Lw6\ntUu4H2QJ3txOwDweDP2DoH6+7VJ3522cVUu/mkVpOfMpVhaEauH0SsIoOzPs\nT63T\r\n=IW82\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAKKVQp4AbCw6mdjMdU3TD78l6mSNtLntzNMTaMEjQIOAiEA07wT9JCHMl7y0N9dn6f1y88H4MEsH5CrJSNi22hKmxI="}]}},"4.0.3":{"name":"http-cache-semantics","version":"4.0.3","devDependencies":{"eslint":"^5.13.0","eslint-plugin-prettier":"^3.0.1","husky":"^0.14.3","lint-staged":"^8.1.3","mocha":"^5.1.0","prettier":"^1.14.3","prettier-eslint-cli":"^4.7.1"},"dist":{"integrity":"sha512-TcIMG3qeVLgDr1TEd2XvHaTnMPwYQUQMIBLy+5pLSDKYFc7UIqj39w8EGzZkaxoLv/l2K8HaI0t5AVA+YYgUew==","shasum":"495704773277eeef6e43f9ab2c2c7d259dda25c5","tarball":"https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.0.3.tgz","fileCount":4,"unpackedSize":34782,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcYBekCRA9TVsSAnZWagAAQhUP/0k7JbEfBIcpBeH1T2Ar\n0mwvV0MRR2JU3pb8VnED00PgH4NnzjtSD+csbqvNsaQPW3Rbf+vU1MKLXwjE\nuwxPazMiyhtAvLRbQ4AoZuhSI0jU1OOTlxEJ2lf1DRLYNbuL4hha5+CLzAQu\n88D2IMDFeAy8FBwh4Ly1D+RmvoKVvW5PMcx8LQVNSEdKQLxz4i/f/4sKTlCb\nM2ZNCPFcFwDG3FCseOzvEvWHAcDopAsvEe7FlUx91xnc83yV6J6f7zq/iuqA\nF3HheCJOoW2CtlA1dzMpVDBKHLqHkikwAqFJiynb2wmR5z3ftvP/x5TKIQdR\nunW0Qm23lr411n+1qbPEwB+TtSkE3gw74mgTufKu2eeYDxVFTBTQqWQDBI2k\nAlsEktNCighnPvDtZTyj4iO2sxU2ARIpC+gM4hm5Jj45Du3S2wfXotzZg9aH\njKhSYAlxel531VmNiNUMIyKxcZ0aFZxjp/DinDK09lJzKiT9coW9hxjU+F8c\nts3742BJstA1n0HkL19BZbJc2deCozMRcFNlu4KRut3dIqGplH4Zk+NlIZdZ\ncL6HXo9czy3Suo83G0katAgmYYXXmDFBOmtl/FM9f1QmHGp1+sZ5iWXG3Tl/\nnBn1XMfKbXUy00Bmde/Ci+VMilNjnBu26hXgQvwrcZc2KoHOZHDH5ArfVcdF\n5mkN\r\n=Hp5l\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICo1/hwmGk1B9/tGsDwQs8Qu38isAVal08mwk49hJM3AAiEA4wJCrIIldY6TMp4QOPoZt+YJarGg1wdl9YhGetK9R08="}]}},"4.0.4":{"name":"http-cache-semantics","version":"4.0.4","devDependencies":{"eslint":"^5.13.0","eslint-plugin-prettier":"^3.0.1","husky":"^0.14.3","lint-staged":"^8.1.3","mocha":"^5.1.0","prettier":"^1.14.3","prettier-eslint-cli":"^4.7.1"},"dist":{"integrity":"sha512-Z2EICWNJou7Tr9Bd2M2UqDJq3A9F2ePG9w3lIpjoyuSyXFP9QbniJVu3XQYytuw5ebmG7dXSXO9PgAjJG8DDKA==","shasum":"13eeb612424bb113d52172c28a13109c46fa85d7","tarball":"https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.0.4.tgz","fileCount":4,"unpackedSize":34810,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeQdYoCRA9TVsSAnZWagAAwKkP/RhDB2PKVqOrP/A4hhAQ\nAzmTOV3jAOQIXOFfK4AB47JtELdqRBMozFfXdvSqX6lXxYRwYiGXCar8oDST\nqpGNMu5xy4tZC83OsFAYlzK5OMK+7sHINWQ+X2ty4+ZgDTDx1WF3Y2zpI5jG\nu8ACS5i3J/fIrsgnLUQvuMBhuNGmg31IrNHGlt8ZyGKTuC9ZpnwCwS5cUu8v\n+uXiwBtdLDQyWMhJZItND+iuhbiLVICzoCnaKY/SamVIXaczg55tCcMI00G2\ns1y0JkO9zcVFEkjTzIB1G1ivf+wGRL12ChPyzdenxcESd2heRlAEBOxHDwuK\nalbUHWdOZZl2KaZc8WH3D396FZNfQNWVK0jyooNBKr3/jWrA8oPmY6+tH7KW\nGmkUNkwKk/dA8MjY9GmG8zZs29VXfLMO9YwQSaviVRfoV+ruUqye30fimiSk\n3qo1I4VjIhzAa3R5v16TnWOUx/spgMrQJYyTPYfp/hTOQeQs1itY1rVME1ui\nSLb/6itSAdzVvPxIpUDMD7N9mQOL09CuvDhAGOYgOaYJym78JTCLzp/Fc3MK\nV8B6hmOhJWd0/s0kV0C5nqWixvZqkJ2HsJuVwd70LMrXwfDyRWQYEkkY1nWJ\n94b3SeZLhlPap1IJrijsDZF292JI1JPy7KBS9K9VL5J1ZF+5HyipfcGAczz5\nC7o1\r\n=CK+n\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDBvMTyOtO5BFLxvzNGCzND5hLpHmol0D4u9FI5f8F1egIgDCqimRQQKYLvACWZDfrmrWFoDWKY5/BGbMlvDQVpACE="}]}},"4.1.0":{"name":"http-cache-semantics","version":"4.1.0","devDependencies":{"eslint":"^5.13.0","eslint-plugin-prettier":"^3.0.1","husky":"^0.14.3","lint-staged":"^8.1.3","mocha":"^5.1.0","prettier":"^1.14.3","prettier-eslint-cli":"^4.7.1"},"dist":{"integrity":"sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ==","shasum":"49e91c5cbf36c9b94bcfcd71c23d5249ec74e390","tarball":"https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz","fileCount":4,"unpackedSize":36180,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeXEtPCRA9TVsSAnZWagAAzA8P/A3TCoWR9tWontLwY1Ea\njchpeX/hZAmzO91LrruXgQ0A5a7RH72q/nGQDxnCR6o/3ukv08sAb+H3jG1p\nxqz0euvGSBipxQXFei+V5lkxmK0rDZX9/Q46wXSE/Ja2ZoGeQAMHmsDydFN5\n8Z3Ebqx3Fehx5++tgy/qn1eqUw5YOfuC4J96PXeamqbEkJmrMWywJ74fi+6c\nU2QRK6UlN6eiAmMpvOgviOEjAPYuKs7a2wyckBTwlMNaBRxgzi/gsJjnNLbV\nxrOnxOWiCkNpv2xqN/tbueBz8JzDGCrXY2nTrLBeeEY3QwIkXGnAbpbZ1jfE\n7w42nmQYkW1e+BCxiezUWoQp+Gl16sREcTlCke2cuokED34shNf2mweNWgUz\n4mH+9zPc9mcc5aE6Odk/QKscbe1p0gFAhJ8QyrA8oKk3CZApyR5ZNcR/lxjr\nN602I5IA+JMsAxQzV4ohHEs0gkK+0M00GqP0fEpoon7o0qdZgTW/LhZ1bw+7\n41intFH10aXPn4mmPsMXN1svMzC8V6mx8ZqMal2YsKufMb3xOaGddGV6WaVE\nGr9iSkFXbtIAmbCMN0vs2qT8dB6gWFTkWj9wqGxS5HsFuE/dEy84bPeSlgli\ncSWDov6PNMUEkbTcPhHMbsDqN+GkQhrNB2FSLA1p6exLzikTttQkjtDyKfVR\n9MV/\r\n=1tny\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDx/oVZc5L4YTCjuuf+auSDvzeLKp47NgOxJdWghXGtdAiAnTHNRJp+ESI6n3LixIU3mP6hbazLFcyRM8bWHHJthlQ=="}]}},"4.1.1":{"name":"http-cache-semantics","version":"4.1.1","devDependencies":{"mocha":"^10.0"},"dist":{"integrity":"sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==","shasum":"abe02fcb2985460bf0323be664436ec3476a6d5a","tarball":"https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz","fileCount":4,"unpackedSize":35938,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGygvN3Se0zxQ/mTxHNc2vU4yMZ9gjqZ5Eg074xkMbAVAiEAlQ2uBmUo2WnAkHmlZ9RWL4swb0m5SqfSyDDgvOwZIcE="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj0yjnACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq7VxAAkpq0uXaMxwzz6Wmq1wgvIbx80vTxTRni9wrPU/0YAJHtsU/R\r\nUcZ/ypDzvJaSSrdjUXZcWhb/Md6Gfzq89AA4aqo71pzRTEMAu/9LFAU/NFRR\r\nWc9RrzC9LyRM+Sn6qaCQ2pBPyyqo8O2hVtbuWaHuL6XNk0HpCNkBfhEJsKM5\r\n49vZYiGEXvmSlHY2VQ0GSbNcvLyIQ28pjC0mOcdJ/l4OUqSzcXpxmYPzoNLq\r\nL7yVEKCpdykEt2INBA+G9Px3ixmc6HsCme6z967gC33dKnOYKtewCquHhMYo\r\n6dublLQ8ulGSkJTnknqC3dx5yzh2I4dAe2TLFFrDfpN3jLShaHhjkJTQ3omc\r\nukNmNU41dyJyLj/IwXvcyYy4Ec6dB59F/ctnEB6Fg8xES3AYrYSF1bqV4D39\r\ncRS8k+N4bq5l+2v7yuOnkHb+qAAgCBcC3qsYHGwwXPaXCKRwxhErqOrQCBl9\r\nmICS9tm8Ft6+y17DW7Mzr2lhdwiHJAepUxpVgSPf3JOSwdrAYrNU/KW4b58B\r\nJxUPeS9KXfCzjxhXNVt5o7r7hyobkNU1UzpapO408C4Sl50GyRxXYL27r7Ps\r\nhodtirKJSkzYSxamQmwrrQ9AdD9QYKEXIxJ8UX1TN9tSa1Xpysbe+Ggt6Tob\r\nV+CE74/nWjnTlfg39VSdnYPU1eXCyZTJmzw=\r\n=hHfC\r\n-----END PGP SIGNATURE-----\r\n"}}},"modified":"2023-01-27T01:29:12.047Z"} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/content-v2/sha512/69/25/935c5cda29692f1ced4dcbfb3e78f169bcab0f9e3739e75888e35bf79f2fe8c3ab411b955df85baa18d861d4bc4e995cce94652b88894e6a890ebe1692b4 b/software/flow/.npm/_cacache/content-v2/sha512/69/25/935c5cda29692f1ced4dcbfb3e78f169bcab0f9e3739e75888e35bf79f2fe8c3ab411b955df85baa18d861d4bc4e995cce94652b88894e6a890ebe1692b4 deleted file mode 100644 index d59e8d5..0000000 Binary files a/software/flow/.npm/_cacache/content-v2/sha512/69/25/935c5cda29692f1ced4dcbfb3e78f169bcab0f9e3739e75888e35bf79f2fe8c3ab411b955df85baa18d861d4bc4e995cce94652b88894e6a890ebe1692b4 and /dev/null differ diff --git a/software/flow/.npm/_cacache/content-v2/sha512/6d/9e/52cb76332a8f45c9cf301f688840ae0922627a47419623d90bd7f93b67dd5904d82445713a53425f1c88b365ba2bb7c66e9e1488de3c3d23adb9dda84a7e b/software/flow/.npm/_cacache/content-v2/sha512/6d/9e/52cb76332a8f45c9cf301f688840ae0922627a47419623d90bd7f93b67dd5904d82445713a53425f1c88b365ba2bb7c66e9e1488de3c3d23adb9dda84a7e deleted file mode 100644 index cf9d4b6..0000000 Binary files a/software/flow/.npm/_cacache/content-v2/sha512/6d/9e/52cb76332a8f45c9cf301f688840ae0922627a47419623d90bd7f93b67dd5904d82445713a53425f1c88b365ba2bb7c66e9e1488de3c3d23adb9dda84a7e and /dev/null differ diff --git a/software/flow/.npm/_cacache/content-v2/sha512/6f/2c/4e63fd604e2ed2563c939f4425e1fb00da4565058aa63cbf2aa8d222df390770fcfb9a9117a8c70e3382b01b1c9143dbaa95b7718c7afd697e9c96d772d1 b/software/flow/.npm/_cacache/content-v2/sha512/6f/2c/4e63fd604e2ed2563c939f4425e1fb00da4565058aa63cbf2aa8d222df390770fcfb9a9117a8c70e3382b01b1c9143dbaa95b7718c7afd697e9c96d772d1 deleted file mode 100644 index 41b87d6..0000000 --- a/software/flow/.npm/_cacache/content-v2/sha512/6f/2c/4e63fd604e2ed2563c939f4425e1fb00da4565058aa63cbf2aa8d222df390770fcfb9a9117a8c70e3382b01b1c9143dbaa95b7718c7afd697e9c96d772d1 +++ /dev/null @@ -1 +0,0 @@ -{"name":"@types/cookie","dist-tags":{"latest":"0.5.1","ts2.0":"0.3.3","ts2.1":"0.3.3","ts2.2":"0.3.3","ts2.3":"0.3.3","ts2.4":"0.3.3","ts2.5":"0.3.3","ts2.6":"0.3.3","ts2.7":"0.3.3","ts2.8":"0.3.3","ts2.9":"0.4.0","ts3.0":"0.4.0","ts3.1":"0.4.0","ts3.2":"0.4.0","ts3.3":"0.4.0","ts3.4":"0.4.0","ts3.5":"0.4.0","ts3.6":"0.4.1","ts3.7":"0.4.1","ts3.8":"0.4.1","ts3.9":"0.5.1","ts4.0":"0.5.1","ts4.1":"0.5.1","ts4.2":"0.5.1","ts4.3":"0.5.1","ts4.4":"0.5.1","ts4.5":"0.5.1","ts4.6":"0.5.1","ts4.7":"0.5.1","ts4.8":"0.5.1","ts4.9":"0.5.1","ts5.0":"0.5.1"},"versions":{"0.1.15-alpha":{"name":"@types/cookie","version":"0.1.15-alpha","dist":{"shasum":"cf3d0fea05c572d9c47a0c99805caf8cc9b51969","tarball":"https://registry.npmjs.org/@types/cookie/-/cookie-0.1.15-alpha.tgz","integrity":"sha512-QDmimsEZhKxK77BGlkyc+38Tp6pW865cKWYQ2A5ediDZPbV50IuaIOMJG5gls2fbVhXMUFud3k/Ci1Qxop5DEQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGk6QuneBvHsfZHHcLV0aGPHe1gKpwlBVxCt9OGOeq4TAiEA4lKCn1zx6qynTDR8DQcS8wA99wrXDrrQAr07pVq38aY="}]}},"0.1.16-alpha":{"name":"@types/cookie","version":"0.1.16-alpha","dist":{"shasum":"6fbc2636d868c3d82e678a75fc4105445ad66588","tarball":"https://registry.npmjs.org/@types/cookie/-/cookie-0.1.16-alpha.tgz","integrity":"sha512-51J5jm95iOxe7uMyNG24JdaYK3/vBVCTGZlC4MWEZrnq1Mk1/JOtu11Dqy3rSdGPU15xGPzrnFBrHyOhnp1ChA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIF4nXEaD2tb6yWa5Hi8ANRLRSFZkpaPoHaNIvN0T5BpdAiBAVDMXvUi2QgCENJSdNvEaYvVXzpCXAvJ8J7FL8At2Ww=="}]}},"0.1.21-alpha":{"name":"@types/cookie","version":"0.1.21-alpha","dist":{"shasum":"b3390051e1cf3ade9194708631da431231bec7bd","tarball":"https://registry.npmjs.org/@types/cookie/-/cookie-0.1.21-alpha.tgz","integrity":"sha512-24lN8YlFeiQyVYpnQnvyAdT/YlAlKFBwkjS4lW5AqsDcGSYCyMWHvQ20GioqjqHj8M0E9yyOw6YP/DcBnt+GRQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC/QY0/+yTZB10nxkeCfrni+48d6SCcSeSOjlt2y98LtQIgLZzLZoavYcqZnOWWz7D1abBujoQEyE/cz6LFPLyAzNY="}]}},"0.1.22-alpha":{"name":"@types/cookie","version":"0.1.22-alpha","dist":{"shasum":"5e5e19f291f681944052f7c325c8cab333f5ea90","tarball":"https://registry.npmjs.org/@types/cookie/-/cookie-0.1.22-alpha.tgz","integrity":"sha512-YniQdAG3NBohbp2Nt4XhDf4dn+HbhfMoe0Y3QR9AKMoYyx6XsXXsNf5sO0GoAXh8Wn0RWfmzwalTGyRaIzXatw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDoPVv0uQjcPLx0ZZG1db1LvLlA4srsIBwqjUfqED7CgAIhAPLFn3+3AoMR98q0i0AGVHGdjaVvt6Y4zn9oGkJZ8mUs"}]}},"0.1.23-alpha":{"name":"@types/cookie","version":"0.1.23-alpha","dist":{"shasum":"a92a97a1231110a2fe1b2b04ec4ce5df34ff9e84","tarball":"https://registry.npmjs.org/@types/cookie/-/cookie-0.1.23-alpha.tgz","integrity":"sha512-2m9TfsPlEbXP+2zqyLUw3bek9WnFEOiQteDD/oPNbWeamytVQCFDA9v54qzlTtzj7+OWJA684f1/Z25mgka+/g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEwufCvZLNX5GeEfwE+WzVdvZ7uE/F3Y8F8Gcz4f4c03AiB+VDYH11GpY2pYWelFBJz2tqr6zMly2+QHmQX2JW4vtA=="}]}},"0.1.24-alpha":{"name":"@types/cookie","version":"0.1.24-alpha","dist":{"shasum":"9884d9f96598dc605a237f156527b129d8f3d3cd","tarball":"https://registry.npmjs.org/@types/cookie/-/cookie-0.1.24-alpha.tgz","integrity":"sha512-oIVzo5v9CHBbSCCXHCUKGyoe0BqKya2dyMr/tHQzoi9LAN4uwBPqhpTcLJo9LLK+ai9qQWvzj6xKS2GYPBtc3A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDjcHB4xlJkddOKyBjhyUtD5EkjKSPWoohHiMiD2C1N+QIhALe/OMWj9teDUyf88Nly5SKlQFER4N7wrCWS6Uben6i/"}]}},"0.1.25-alpha":{"name":"@types/cookie","version":"0.1.25-alpha","dist":{"shasum":"b56cde1dc7e91042e56fcc7c93c7b23b4e1b2646","tarball":"https://registry.npmjs.org/@types/cookie/-/cookie-0.1.25-alpha.tgz","integrity":"sha512-iR3lU7YMu/JT8QxYzB7kp9lfkW3uf8UtswT8t/mtQibvH0uJpro7pMy0WEpk5LeL3qFm/kYPnMVmmcX4eVCSzA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDJcmmR1HfTmFqBny8use7NF7SZ291rLR+/D0JZHv4FwAiAd88X18bnjGiJwScdAp7GALNIjos2EAQY/lw7vdBXb7Q=="}]}},"0.1.26-alpha":{"name":"@types/cookie","version":"0.1.26-alpha","dist":{"shasum":"b645019e8768c41c5e3954862aa7e73e753b28a4","tarball":"https://registry.npmjs.org/@types/cookie/-/cookie-0.1.26-alpha.tgz","integrity":"sha512-L0zgjpH2MJgzF8FcL22jDbcXobSazDjHNqvZAIUvHGedlWqAXQ0xJaIWPlJsgfYHgaGDJQJ7FWO7ZgdZ5d3SXg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCWTNEspFj0ZApZuLiuY6zVJ7IColVaUBxkqkGkmH5kJAIhAKNMvFAOAfR0ZKNgtQ2xSwoLAMw+64LWIUBLee2plVg1"}]}},"0.1.27-alpha":{"name":"@types/cookie","version":"0.1.27-alpha","dist":{"shasum":"d09825067782920080344f0044c6e2c090585edc","tarball":"https://registry.npmjs.org/@types/cookie/-/cookie-0.1.27-alpha.tgz","integrity":"sha512-5thCxBDs7y7YmrzJid7NrFOHONInNXJ169Xk2mWkz/yS2sGZ90cDtzIxpwdWkm4eFBmPbYQydbbWDk/gUeK/Zw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGPvXKhyJU3ds3myaM/ptEOCfVc1r75daTIXO/4OAPcbAiAfSIev5zXgpta7FqlHqvfGiRhiKJrhpBj/MHRh6js4Xg=="}]}},"0.1.28":{"name":"@types/cookie","version":"0.1.28","dist":{"shasum":"6b55c0ac60cb9aad4a15c767a4c95e40a2b9a0ab","tarball":"https://registry.npmjs.org/@types/cookie/-/cookie-0.1.28.tgz","integrity":"sha512-yV929XKyPTb4Iqi5k854uXlGyx4/zmd4QHRwoURMNt8EwCxqFxLqveLrgpYDQDXxIxdiv6T1CqFbyFdzr2AY2A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD+kEmSqkZxSoMQPICWELnyP1b/0IC/4OKFl2yPCHDngAIhAJ5Rpg0d/7Gq+OWLbNbjFDTJxlJWMDCoPv0tZ+GOF+sy"}]}},"0.1.29":{"name":"@types/cookie","version":"0.1.29","dist":{"shasum":"9324680545c0c7b1dc6c258cb46f32b78475b3ac","tarball":"https://registry.npmjs.org/@types/cookie/-/cookie-0.1.29.tgz","integrity":"sha512-CSNi3pdy31+xAcuk9uZtjHiEY2jiHy6s7p4hYTmSQrr/381Ra/QaVvcaZPTL28c5twCxJVaf5fAds2Hy+/HhPw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHRVE7dzgDNHr5LOaOSoK1B/yYOs6h9ED6vZzU3aKJ7kAiEAuAzWvrmSdsedxqHkc+GSpTH8GZL1e1s93u8AMkUgmHk="}]}},"0.3.0":{"name":"@types/cookie","version":"0.3.0","dist":{"shasum":"c840871e6b23f814b2eb0ae6963d44ee59cf6627","tarball":"https://registry.npmjs.org/@types/cookie/-/cookie-0.3.0.tgz","integrity":"sha512-EG5a03sD4JU0SpJrGp047c9nQ/dQL0AiMQAUUatxvJkPJXOj0QrcnnwEIeMPtGlegUlyxb0YZxtudn9R1h/gEw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIF6LBzyvLGXk/kNNni5EhwwDh82MIRk3j3j9+1D/VIM6AiEAiRBykF+4cUD868rN9slCO3JuK9tB/UvoWWFQZbmXems="}]}},"0.3.1":{"name":"@types/cookie","version":"0.3.1","dist":{"integrity":"sha512-64Uv+8bTRVZHlbB8eXQgMP9HguxPgnOOIYrQpwHWrtLDrtcG/lILKhUl7bV65NSOIJ9dXGYD7skQFXzhL8tk1A==","shasum":"720a756ea8e760a258708b52441bd341f1ef4296","tarball":"https://registry.npmjs.org/@types/cookie/-/cookie-0.3.1.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCuJTyVR/ilheXzg3CzDOJlOWs/hZS7vIDSXlpLiUd6cgIgVG4UKmaskjXse6iToN/3/h7+1OQKweKunaZUttsGXlo="}]}},"0.3.2":{"name":"@types/cookie","version":"0.3.2","dist":{"integrity":"sha512-aHQA072E10/8iUQsPH7mQU/KUyQBZAGzTVRCUvnSz8mSvbrYsP4xEO2RSA0Pjltolzi0j8+8ixrm//Hr4umPzw==","shasum":"453f4b14b25da6a8ea4494842dedcbf0151deef9","tarball":"https://registry.npmjs.org/@types/cookie/-/cookie-0.3.2.tgz","fileCount":4,"unpackedSize":7299,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb9DwKCRA9TVsSAnZWagAArsgP/jC7SOh2BYke7EJfLHDy\nTF8bpYqrxjdG8/D+W3D4e879tA/xYNmdxDZzrsETr0TGlcqG7+Km7I+KZckc\n0fm3IA4DgPqYXkFliV4XPing6pbbyKYOwORtGpnCAf7373htvV5LnvXxr18Z\naXB2Bc/V8/RQpc3FZxFMooxMKCRrY5YNVJAsvfS8ru9ouIrjswjiy+wVr+5S\nqhCxh8W+mYEE/lLgOneB+G5OWLWGi2fasHsHxHy1coYmYg+5Y5BGT9toOb7L\n7HQsByzkSRAoF4dubOCfxr83mO/6FwiCktFvQuRVJIIXS1R4pGdpTGhbUruJ\nF3nL02P75RcYsv8VYvis+5MTXgW5geHUZ3zZ4aFN86GkUdYK9q4c1SiUZz9W\n3SJTF7FR9nAsLt2po+0HTGB10gMStXdX2aGN9zmBo85qtMDhG6sA4CApUfFH\nCwmysHRuIimDNACH3GqNLtkOi/tHk6knC88Pg7Knje1JkYAQesnUhWFNARWd\nQE8BL4rzFjIDdZ4H/Bv4mJPByv1wznGl+kL4BZoWiTS5Te3UWBvmQWOVonr7\nIjE0HLLfJwlBV1VTxjPDsXvv0Y29p1+ERTGiWG5bONcSSmZFDkaNeSC3nLop\nIkXHobfq2Cbsl6U2/4ENbYdJAH8CAfSobOeXLDrOL9btA8ubYbCUwSDSr9sP\nqp4x\r\n=mA0B\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIA086o9Umk45N2pqVaAjoSKuCklVAOFGcZyXqnhqih0YAiEA0B9vITq8ttPV+/UpSlwGvcxZmiy3B1+eepEvw/5MFo8="}]}},"0.3.3":{"name":"@types/cookie","version":"0.3.3","dist":{"integrity":"sha512-LKVP3cgXBT9RYj+t+9FDKwS5tdI+rPBXaNSkma7hvqy35lc7mAokC2zsqWJH0LaqIt3B962nuYI77hsJoT1gow==","shasum":"85bc74ba782fb7aa3a514d11767832b0e3bc6803","tarball":"https://registry.npmjs.org/@types/cookie/-/cookie-0.3.3.tgz","fileCount":4,"unpackedSize":7449,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc6FwkCRA9TVsSAnZWagAAR8sP/RQLQkTNj8vA/2dYRTUV\n5uK2ml1JDgPYGGcqKvWzbIRxnn70srxbXS7tXMtswsAKW+FESZJCRfAIso20\nCIFVJqCgnW2wkADtjFLKWKWT+xoSQSApNmjJBA2TCGzL4PgqEAO/7hMVLB/l\nqUmtCZ9VUCaNfETwb51AYW1ymi2Y4rMh2T4/Pm1MXX/jDvMI9kZL+rmh41Tc\nBJT9iU7P1Var5TAxpYbZ5JfyueIxSgiNvxs6Kc95X4ECjgDULYAbFNyxXwp4\nXKSb1zC3RLOStlrEIXkjbcKkzcBqd/pwrJKJQzHDhv6OT13BIyMKiri6b6Ws\nU2vBFhaj4qNiiEXm7cCHIoNfiu7DTz2O6BILmkm9ejUQn8HSlxuL3nENrJYx\n9HeCakkTbhp7Z6Nya+85t6DjYyPQRe1DyQ8UMvIZwkXRYJ5yg+qzjLELik+t\nYy34ll1mAgQ72BWhLphg0RD2Fm6D1sy962f1HSs1z/OHaSqVdGX/20eYeWn2\nEp6xQvw52vBlcs+p9IjV6+QLTF+OVeQKuj0g/VRZw4WLqGQrKb0VHA02j+3M\n1YceEzJAXhtswFmF6jyAQGOkBE63ZBFeOCLc+pIRTUvpNBnwEc9SUbhhVFB9\n8zfa4TV2NeBVbfOIuxMKDL6BEB8teQe4TOjmjfhV3wgGGIFeaDG//Jjmmnbv\nzIuf\r\n=s9o+\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDI31n0cJUxsnzglft1UcO5a6dFt3i83+fmv48YQzxG4AiEA2jWeXnUFUcl9Oa028D1uZGSMZZkoVBdpTtMDBxnEbd0="}]}},"0.4.0":{"name":"@types/cookie","version":"0.4.0","dist":{"integrity":"sha512-y7mImlc/rNkvCRmg8gC3/lj87S7pTUIJ6QGjwHR9WQJcFs+ZMTOaoPrkdFA/YdbuqVEmEbb5RdhVxMkAcgOnpg==","shasum":"14f854c0f93d326e39da6e3b6f34f7d37513d108","tarball":"https://registry.npmjs.org/@types/cookie/-/cookie-0.4.0.tgz","fileCount":4,"unpackedSize":8804,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJevBcFCRA9TVsSAnZWagAA/gMP+wVsjhHjfFJkBXWbhzM2\n7mpRYMaBx+pYDuGpxtMD4UyngIB3CAWSiHitiD+3dWr0umVEDYaaQFzcLy88\nRADcr8BzOPxJs1YExifeS7MEDeQwW2zL1jzOPOLZ7gcxNLyBINyOgzua19SL\nWjVtcTuoggfB5BchWIk5fEtv2rIMS21NfXMJnwI0hYs9XYXFURrjCBr6O6ms\nVZnKibyA/OjTY0QbXvBXLDu+D7BYHonmUdZ4Y2j6uXS37MuaQVWAy4Owb9hf\nyfCEtS2O7lyGUpx4A0+QZ8hOz57GRl21PhWxeDsnjS25M+TfqLqZNsYhwmMi\nm+byxtmmAdjAjwABbMmeaUhlfYwKZwrkhcIwCEqJrQGwtpyHaEovLYYX3Pzs\norWqtwupq66OGBx7n3KKHIhXqVybZx3noq8zaERUJUWXnaJp0CCoDC/BPK63\nXDlaqhboijFaM4gy0YugDLwh4SaGns5QycRA5wBqHItiEXxvnNxlYCcKYYdJ\nsgUHCesN6rsIAXyTXihDfGyP5nQvnAhhAc/YxGPIJ/e3iktTyNA4GQ2HAXL9\n69tl5ZFCRqhx+E3OxZ/6jQ7xCNGcjwUFqzs3FMWv7TSvesnH9lzuQQ0OCmV9\ndKwQu3ZIlFeWSgU20q4aZwNGA27nouwCskRJP4fgfoD50NoCD1w1ol6YxW/U\ntieb\r\n=aIEr\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDQDGsgU5V08sZGCd31BpYVOy2dGseYlE31MTYsW/Pf4QIgZsLtsoBrZhh9aF7ondXy+9k4Lt66JEfQ9RRuPhst7EA="}]}},"0.4.1":{"name":"@types/cookie","version":"0.4.1","dist":{"integrity":"sha512-XW/Aa8APYr6jSVVA1y/DEIZX0/GMKLEVekNG727R8cs56ahETkRAy/3DR7+fJyh7oUgGwNQaRfXCun0+KbWY7Q==","shasum":"bfd02c1f2224567676c1545199f87c3a861d878d","tarball":"https://registry.npmjs.org/@types/cookie/-/cookie-0.4.1.tgz","fileCount":4,"unpackedSize":8983,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg5L6RCRA9TVsSAnZWagAASVYP/0FETUVFKjPMaBG7/7dx\nNq0YvWf4oPIMG5xxPTKaGcKmxTiTFmzJ1C1du9n1fVJWhxxjg44mmraVamWo\n995pkEKTjEUuq86jBDeWeSapTXk9cEZmJ+ufZl5uOx0r/lEFg9rDNd8rE5xY\nMHhtTVmqj3GiTQNNx1wjeenQW/drh9XH+54RW1LWDTtwTQz3Y7/hGjNF0yDs\nNNNUEcMwaIXqBOz8tDLOrR+YYfjPOs/h1TttnpiY/Vz7NzRso5eFMMT2lk7J\n/AcVgmveiZKhYpKt3BkyEkDIcT7QYRN49Lw5eI9TVHClSax9IfUrdCw9cNAc\ne/m680oFLR8HfQBLB3EOSqRUGd/+aNJl2+o560Ao40QXNL8df8viBw5aqXoO\n5MEQIxjT3PpcKiDDO1bB5GOJQ/JRcxMoxMUXRDDYNUjYr9VkMfv7Y/I3yp/G\nQjblX6cTmmKWE9Rb06fN8Iyjdz7+toVuvumXqgnKot0mY6yt6hLOz10hMWM7\n0m4p6a/4eQJoUHuWGwgB0JhUB/JGiOqMaGWigd1+tKIWhVZOriXAi1Mbv2AR\nKQ1H4Y/ss7bhiL2lAIuiKMEI1ppo1Pvv/cCPF4BPOgA1wsvC2YNpuZhKuhyJ\njh59aSXri/SkCox9S2Li9n4lT4cwcCMJv0M+Amw1jNVznwOOtePo3gAcwv+f\nFVOf\r\n=jvvJ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGqS4VSArATVvDLQblwsbNbHJLBq95VSEdxjxvEsV1awAiEAvbCTo+oL0xnik0kqUhDA9tJVemR6y/CTK7ccdaXDGRk="}]}},"0.5.0":{"name":"@types/cookie","version":"0.5.0","dist":{"integrity":"sha512-CJWHVHHupxBYfIlMM+qzXx4dRKIV1VzOm0cP3Wpqten8MDx1tK+y92YDXUshN1ONAfwodvKxDNkw35/pNs+izg==","shasum":"14ebcd209f2555e341548c31128d4deb34dfb2b0","tarball":"https://registry.npmjs.org/@types/cookie/-/cookie-0.5.0.tgz","fileCount":4,"unpackedSize":9758,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD4bqiH1oJMnhHyo7BNIqUUvbvHp20UvZPfYy4T7SQ7DAIhAKCrN6/QA6ELYw1Z4EwclKEEkAblFpGGfvSTJQYprAsE"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiVyUfACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoB4xAAjBAzWMQIL4RSLRTZXo/MYLRuLJKpS6MCqbIgh3g9GLFN9V2Q\r\nicTIGD+lLC9tiTKZ5QH3GXeWmqTVuzdNeFkN9XsinPVeVNQv8IqXwYmRBi3k\r\nby6oz3d+L2tBoF6OrEC+5/ulCfGRtEF3DmvCK03HYlgMxCOTTlGu5x+GEr+T\r\n7Q/cKwwuSEacJBeUneir/LbdxqIAwlmf1kfPX+fVNFEBuyWjdiEJbjFw++OF\r\n1me9cPEbvi4UHEAiQ7/usTTnCWXDbcZxfEgNq21/0nT27NMXn2VteNdtYMLJ\r\ntpNb/4UYsi7BUxV846eBNM6NLXheFn6puUzfo+Y2KTpASEz/8CoQXpVmWPKV\r\ngpDLrDyGGNFIGq/iZnhxUSaq+blLVEgLc/Ceuk68GZGWkoT+9clpj2u3MIvC\r\nph6gYOKOABRAZ+7A4Z+BWtchZ4e7ITKmN/8fJitpoFpg1a5mnXh4cMZeYXY9\r\nuKQ+CPNva5scRn9l0y/vb7teKyjJHqs/7gH8Az+9deDTqDKU0Tod90Sl+OK5\r\ntih6yzJWCUoYvl8NPhK/tIlMuidwYzAmEWQmic1zCNqbDJtHcZBgFSZi57Yu\r\niXgYMmH3Qhf6WQw191pv436vyGXjYJ6edjlxy5iy2kflRHr84E5tW7YQZCuZ\r\nve8yMDsfkxLcNwR+af8/U5TC2f1J3uv0PH4=\r\n=Kr91\r\n-----END PGP SIGNATURE-----\r\n"}},"0.5.1":{"name":"@types/cookie","version":"0.5.1","dist":{"integrity":"sha512-COUnqfB2+ckwXXSFInsFdOAWQzCCx+a5hq2ruyj+Vjund94RJQd4LG2u9hnvJrTgunKAaax7ancBYlDrNYxA0g==","shasum":"b29aa1f91a59f35e29ff8f7cb24faf1a3a750554","tarball":"https://registry.npmjs.org/@types/cookie/-/cookie-0.5.1.tgz","fileCount":4,"unpackedSize":9755,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDGPRd+DHLf15e72C2i2wsj/csBHrzBPuWOnNaf5FwbSwIhAOVrUaT8QocWfB7P/mVe6JnW049ITGaLkBeby9t3D/9x"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiYGafACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpu7Q//dbTrlOWw3yP0dxyCZ9RVNKGELBYl6dnB1b6AqbvmZXIhzJbB\r\nDxUMN43spIyVdw2oWb6KLKS7c0KlG6ziHsU92gMMcwALUilhCg54/GD8oW2c\r\nBOTIjQiPGhZmagBV7BfIaeDIs5LeQZsOsd4uApDKdNVEe1HgHcM1Zd7cJ2qk\r\niO9lTzIFTpCMIASSn6+A+sqBwV/1MIDuJNedNVpbAbqGIlLMKKCV9IgB51n5\r\ne7CWyCT6yyd2kanFnCRuI7pJ8DssKYTEYOpg6fo628BxNzHlVi5yXJD0zzdo\r\npU7X3AsMYRRYzuLWVLPOWHIfmrE1fKoHUHE0k9X0BRFeC2pulN/oqdwQ1DE2\r\nYTLsDKpcs2fgBF0Y3sROC7EKO8viJkhpMAYOikZTYnpj1LmwfK4gZAvL8WdN\r\n1geYMLyBi3hduMqrtEN7c2155z5Yj4UF5G8aufzDVKjLjD8pYiYK/QsJP56j\r\nLMuzO8zHrs3t0z9meKkhxrG3AQWm6d5M+0RMToJ+5tVUIPnnk8dF9jf7WVxy\r\nYAruQQX2IMgdOrOZ5ogB82xXd8R84VR5tnlHIHxgrVzG8DkfGzhzwr7Qvi7a\r\nL7FzqoTeNt+qQZrTDQilt+0fQACFCp6MCSbVvSP927VQ8lnXvCiQVy7XBnNk\r\n4xAeLW3cPWx2FuHdMoQnhd96ktjXnZnj7VU=\r\n=8zmK\r\n-----END PGP SIGNATURE-----\r\n"}}},"modified":"2022-11-14T08:23:50.702Z"} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/content-v2/sha512/70/cb/90f289dd35216fae9678fc9ac93c453b8d8ec7759a0114a536f629d47ec288b2c92a613be54c3484948af0617765bd0f024a817f5a8645609beaa16d2ee1 b/software/flow/.npm/_cacache/content-v2/sha512/70/cb/90f289dd35216fae9678fc9ac93c453b8d8ec7759a0114a536f629d47ec288b2c92a613be54c3484948af0617765bd0f024a817f5a8645609beaa16d2ee1 deleted file mode 100644 index a7ec086..0000000 --- a/software/flow/.npm/_cacache/content-v2/sha512/70/cb/90f289dd35216fae9678fc9ac93c453b8d8ec7759a0114a536f629d47ec288b2c92a613be54c3484948af0617765bd0f024a817f5a8645609beaa16d2ee1 +++ /dev/null @@ -1 +0,0 @@ -{"name":"influx","dist-tags":{"latest":"5.9.3","next":"5.0.0-alpha.4"},"versions":{"0.1.0":{"name":"influx","version":"0.1.0","dependencies":{"request":"~2.27.0","underscore":"~1.5.2"},"devDependencies":{"mocha":"~1.14.0","istanbul":"~0.1.44","coveralls":"~2.3.0"},"dist":{"shasum":"5f963c40fa9e891adfff021b5d3f5cdd8dd81e20","tarball":"https://registry.npmjs.org/influx/-/influx-0.1.0.tgz","integrity":"sha512-vsJI0xVcFrBhDTK7b+5dftkqqpXnlw1YRths40mu+gosLS/8VXtYZ8Yr8tma4Czv0o5v1yDBQr1MVAMKdyKtyA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD4Mpj2tmW3pOHfsc2PoAG1aHgGjxehUuKH3ZRG1uGxoAIhAPD+gQfRLGGI4pw+yciDniHdQ4SGqyfM/5qg4xYAcrpf"}]}},"0.1.1":{"name":"influx","version":"0.1.1","dependencies":{"request":"~2.29.0","underscore":"~1.5.2"},"devDependencies":{"mocha":"~1.14.0","istanbul":"~0.1.44","coveralls":"~2.3.0"},"dist":{"shasum":"67d00fcc7fb01030b7db5c45add3f37e40c4fb21","tarball":"https://registry.npmjs.org/influx/-/influx-0.1.1.tgz","integrity":"sha512-swMrjl4TV2ZT4k3TVF8f6dIs8ynXmatYmu5FfnA5kraaIMmZaErN99+y6N7UPrgw2i5svpvij8p2l2lVKpb7Qg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDgOedR7zYYprwZEoWCPxu6dSXZ4dpEpWZqHq8zbVQJYAIgMdRO3fF9Ttd3g/NJsRw6vUihIit5kxKdkflZEC0ql8Y="}]}},"0.2.0":{"name":"influx","version":"0.2.0","dependencies":{"request":"~2.33.0","underscore":"~1.5.2"},"devDependencies":{"mocha":"~1.17.1","istanbul":"~0.2.4","coveralls":"~2.7.0"},"dist":{"shasum":"cf780165c4d01a0c8defcf2ce305ddb24f6720b4","tarball":"https://registry.npmjs.org/influx/-/influx-0.2.0.tgz","integrity":"sha512-TgZnR/cnTU6dIhJGhfDd+WVYvhDlBEoDb3TBZyS2pVMUbfM20sO6u7QniAbVCcALZOTpbbYyFtVV8BR88E7lzw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFEKgD0X4KbfJX1Xrq7n61WRbh7YINIHzMV/rzuqxXOJAiBCP92gt7JxqVzPUf6ZyfaOGDhmzhRvie2fU84HRlzJ1Q=="}]}},"0.3.0":{"name":"influx","version":"0.3.0","dependencies":{"request":"~2.34.0","underscore":"~1.6.0"},"devDependencies":{"mocha":"~1.17.1","istanbul":"~0.2.4","coveralls":"~2.8.0"},"dist":{"shasum":"dc2e57410ccc07994467be35aae05a88141b49a7","tarball":"https://registry.npmjs.org/influx/-/influx-0.3.0.tgz","integrity":"sha512-c4z4oWVW1USAbEMRz48cyUFRIDZTViJwv5IWbh/7LwHwHDz0+5QS29a8mVZFQpYfbNjiZOYquKvuHQ8F6PAO9Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDk/mao53JAN3v8ypMp46yA0avQlPopvHZjqvxIghed1gIhAJwvQSUm5ElUsDLL7xLmJDrJBOAtZ82v5EZ6zp5mlWE3"}]}},"0.4.0":{"name":"influx","version":"0.4.0","dependencies":{"request":"~2.34.0","underscore":"~1.6.0"},"devDependencies":{"mocha":"~1.17.1","istanbul":"~0.2.4","coveralls":"~2.8.0"},"dist":{"shasum":"d56105e9637e4d39279be95fc350561506323528","tarball":"https://registry.npmjs.org/influx/-/influx-0.4.0.tgz","integrity":"sha512-KCuvcgC+II31uEG1Yf7kPbRdumBUAX4WfINHX/Bisx4nSxCwEst5MpCulLzinfqFwpEH0cs9PM+Y6iGL4iFCHA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICpWJjXfCigvKmsCtsaHwf9GfslNqEJ5jIZ2DzI2LvrCAiEAmrockpOmFPXj/uZzM48AXW+BJXAsVgP9flF8VSLySn8="}]}},"1.0.0":{"name":"influx","version":"1.0.0","dependencies":{"request":"~2.34.0","underscore":"~1.6.0"},"devDependencies":{"mocha":"~1.17.1","istanbul":"~0.2.4","coveralls":"~2.8.0"},"dist":{"shasum":"1ca0088674260ebe71d3ec6fc7edba7b17d88625","tarball":"https://registry.npmjs.org/influx/-/influx-1.0.0.tgz","integrity":"sha512-JXvSICuCAO4c4fyJy1LjjCvPtaShdfgbhTT6aPlq5hXwI6fqG9vo9z9Exws8c9ff/NMH07TrrSLWiLE7WB3bpQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCR/v+hrdtZe+baYx/7qR37DBdJOTOmZ0JEOE2iVOsueQIhANhx3pxLno5pWhaQdwYXGWSx1a1O0AlWvYt3gYoEJHlw"}]}},"1.0.1":{"name":"influx","version":"1.0.1","dependencies":{"request":"2.x","underscore":"~1.6.0"},"devDependencies":{"mocha":"~1.17.1","istanbul":"~0.2.4","coveralls":"~2.8.0"},"dist":{"shasum":"df1ee42a93050887bc7b9940a0b8421cad377188","tarball":"https://registry.npmjs.org/influx/-/influx-1.0.1.tgz","integrity":"sha512-MAv+Qt0ga5LtO/gP37CyUExsFxCOHfNhFrqoHGiwHPddBOFkjf6/Cg/GF72R/0TLSbRc6hxos5WUCl9Ws+urUQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAnkfDN2vz1f3j0DRqIvoxZ2wwpCDUhXjUWfuQKLXt+6AiBJd33cO0BjWtJ0fiBcAyfz7z3qLr0EeI761XIHx7GZYg=="}]}},"1.0.2":{"name":"influx","version":"1.0.2","dependencies":{"request":"2.x","underscore":"~1.6.0"},"devDependencies":{"mocha":"~1.17.1","istanbul":"~0.2.4","coveralls":"~2.8.0"},"dist":{"shasum":"0968a99a7a9ffcd53687746d51cf7209585d628f","tarball":"https://registry.npmjs.org/influx/-/influx-1.0.2.tgz","integrity":"sha512-qNPCljPAefyhx2Ujqm/JC85EwR8cTSDoP7Nn8QCmaQmUf5Dk2lGKsaIIrISl3mLsxN5k/M71gc2wwswrfuehyg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBJEDrYLwt1n6ufpQDJL06rtgjQLX3ZYMBP9kxXyb4+MAiATrs8Ye+ni6ZBDa06ihMgPdboorkR3W/rQZ9BR3d+Wrw=="}]}},"1.0.3":{"name":"influx","version":"1.0.3","dependencies":{"request":"2.x","underscore":"~1.6.0"},"devDependencies":{"mocha":"~1.17.1","istanbul":"~0.2.4","coveralls":"~2.8.0"},"dist":{"shasum":"dbed6274ecf82b25faa10bcf9359e958711467a6","tarball":"https://registry.npmjs.org/influx/-/influx-1.0.3.tgz","integrity":"sha512-W9r+bB3IcHRyO1GX2C5D8Q0UF2cActfGuMuMbHPTL7X9t3D1zLGCoT09jT8q9wtRs4xxx/zHJ2JNx3D5V/lAfA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCJylGSZezpUegoBknutoJ88U5+r/Y/8R+ixVrWXQFBowIgT1RekYEgX5+9A4Z/j46zE435fndr3BdxIF93pCwIkzA="}]}},"2.0.0":{"name":"influx","version":"2.0.0","dependencies":{"request":"2.x","underscore":"^1.7.0"},"devDependencies":{"coveralls":"^2.11.1","istanbul":"^0.3.2","mocha":"^1.21.4"},"dist":{"shasum":"c2b59cf700e8a724f2ea03d443d60923cc9fc150","tarball":"https://registry.npmjs.org/influx/-/influx-2.0.0.tgz","integrity":"sha512-LFzibHkJgiAyq6qlh4SbPYBTiuiuXpxz09Fd0FTx/FqbXMnP0lktZYiXHE2Nv1i9x6ooNi3jfQlpL35cdp0Mdg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFkKVWzn4ohLbAV/Gd3KclF7jYQS//MsmomSYUJYQ6AUAiEA/U3InRu5e9O45J2LQ8LPEEb3zxqUdR2MlKXTrXoNgvI="}]}},"2.1.0":{"name":"influx","version":"2.1.0","dependencies":{"request":"2.x","underscore":"^1.7.0"},"devDependencies":{"coveralls":"^2.11.1","istanbul":"^0.3.2","mocha":"^1.21.4"},"dist":{"shasum":"1ce542f0dcfee8a75f3bd1ea0e1790a5e4fcbbf7","tarball":"https://registry.npmjs.org/influx/-/influx-2.1.0.tgz","integrity":"sha512-962FE0STqDCnNLmwq/U+JukVX2l1xIw00nJBvK4RtOrnU9FYXqZk9sTfWH7vHDlB4G4Eb4FnfwATJ6Cgd1FE2g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC+dviy0QEVDDNr7sJdAFFcQHhNxrLOyLMQz4lHdYT4+gIgERkzJiPcNFA2YwZpAr6GI+ARjaCAABhZOlcNzQvBaDE="}]}},"3.0.0":{"name":"influx","version":"3.0.0","dependencies":{"request":"2.x","underscore":"^1.7.0"},"devDependencies":{"coveralls":"^2.11.1","istanbul":"^0.3.2","mocha":"^1.21.4"},"dist":{"shasum":"8783630c07a9b9a8ca97fdd5e6b8c22157c50405","tarball":"https://registry.npmjs.org/influx/-/influx-3.0.0.tgz","integrity":"sha512-O+SJ00/8GPINfirHsL51CA+E52sDZSq11Yy+cRzx/y3Phbt0AxKCELN1az6DTab6iCvADv82k+2WvLrh9fIj0A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD3SZSGjbgEElK8d06AV3/1704YO48EIHm/1Ae4u0MuUgIgUPXrqsvL/JtqyUR1gUAjgTuAt4Mu7CremkMUATlrnlQ="}]}},"3.1.0":{"name":"influx","version":"3.1.0","dependencies":{"request":"2.x","underscore":"^1.7.0"},"devDependencies":{"coveralls":"^2.11.1","istanbul":"^0.3.2","mocha":"^1.21.4"},"dist":{"shasum":"91758039a5dc5a13d15b854e3b321e9727818ebf","tarball":"https://registry.npmjs.org/influx/-/influx-3.1.0.tgz","integrity":"sha512-HGt8JPeNG3XHkmtFvSvsyzDVImnepnjGmIW8uugUl1VfHfFG6Eaz1+eG3NOvFa2+HhGb4q08+3Dwa9ADqHzU6g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCOXntAEmW/iZ3PR/pdv1mohoH9bU3jurggmO4tkhXxiQIgelPW9c3rNDrlBb3kRHxXfEqpFYHDnp+nFb+UJnmqrYM="}]}},"3.2.0":{"name":"influx","version":"3.2.0","dependencies":{"request":"2.x","underscore":"^1.7.0"},"devDependencies":{"coveralls":"^2.11.1","istanbul":"^0.3.2","mocha":"^1.21.4"},"dist":{"shasum":"6937fcdac7542827ab241efa4cfee30fd6f4530c","tarball":"https://registry.npmjs.org/influx/-/influx-3.2.0.tgz","integrity":"sha512-WI8ldmS77qkmyoKTkaDifP1IcaghhrQCsH4aaJr4u941QUu8F3njsfF9bslij9U1yQ01bHip+xOBOImQ8Vxdqw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC9mqkOrczzKzVqGQVnf0ATpv7bg/TVwBi29kpq4t/LrgIhAMH9iO1C51S2hlxOu48zmZ7tsQlG6CpuNJ5aMPVXcjHc"}]}},"3.3.0":{"name":"influx","version":"3.3.0","dependencies":{"request":"2.x","underscore":"^1.7.0"},"devDependencies":{"coveralls":"^2.11.1","istanbul":"^0.3.2","mocha":"^1.21.4"},"dist":{"shasum":"0c8509b346b82e9c082a5a980de19930ef91619e","tarball":"https://registry.npmjs.org/influx/-/influx-3.3.0.tgz","integrity":"sha512-OKuAdoLjwadZlsT82K9FKKIdAe9PVqStzYQ1HaZbApC8Tohv/CnYSUI/f4uPAnZ30O+RcRlALPK/0Nw3GHD8rw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGpZQlg6s2GN/JF2tvbAbsW8woGcjAWyXc5O6zMFISFgAiEAsFOrTzqHJUpSppL4wHbclQGW0Id0QcMBL7s1xzWZ2zk="}]}},"3.4.0":{"name":"influx","version":"3.4.0","dependencies":{"request":"2.x","underscore":"^1.7.0"},"devDependencies":{"coveralls":"^2.11.1","istanbul":"^0.3.2","mocha":"^1.21.4"},"dist":{"shasum":"a1a3e6c925eac069c37a249a22ae164a8596fd04","tarball":"https://registry.npmjs.org/influx/-/influx-3.4.0.tgz","integrity":"sha512-WZbaEJxwOuFRD4AH0nRv0VnIpmptSmMKoNYM03yFmrEIfn8NDAECv7vuat0t2mNLNymz9ktGlUvBnOGnu64r5Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDT2Slk1pNvhKhiWlSLmnI6DrK9mK3PeWR+S1XZIDD/FgIgQPADXLLORDz5qy/CgKBoVYqQ+2duGfYK4uLXzXYnKPk="}]}},"4.0.0":{"name":"influx","version":"4.0.0","dependencies":{"request":"2.x","lodash":"~3.9.3"},"devDependencies":{"coveralls":"^2.11.1","istanbul":"^0.3.2","mocha":"^1.21.4","standard":"^3.5.0"},"dist":{"shasum":"7b861ad7ecb0f5b65d1ab7eaf2c995dbf3dc420d","tarball":"https://registry.npmjs.org/influx/-/influx-4.0.0.tgz","integrity":"sha512-fLVTS9quYBZCVP4l9yj24VKv0z0o6tcJavuRZjW3EHMZwicIvqChsNYvruPLlPpgJL9Qa5p+vIctMaiSW0ihUg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCfPeGOb+T3+4tlaTN4TwBM3mLm/gQMvwpYF89UTHsKbAIhAIQH2894HikbkyXeer7oPrK0g8ORLC8vA7SNhnt04awU"}]}},"4.0.1":{"name":"influx","version":"4.0.1","dependencies":{"lodash":"^3.10.0","request":"2.x"},"devDependencies":{"coveralls":"^2.11.1","istanbul":"^0.3.2","mocha":"2.2.x","standard":"4.5.x"},"dist":{"shasum":"a40bd784e919c33d21a4da614afbbbd6ed08363b","tarball":"https://registry.npmjs.org/influx/-/influx-4.0.1.tgz","integrity":"sha512-HDJBJ6vdlKH7kXBpbZWIiuiKOSfikBgvJanIrJ2GfjJE67+KY0B9agtQldt5C9p7y2+5c4QMVS0Xsw0XVipXSA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIALB0sxl6qmiMKakEt7zoIncSkvOabVD7DONO7ktJtMzAiEArtHUpQaizE6CtpAB/oLF+tEsmwdeWIBErj5dclGKNwg="}]}},"3.5.0":{"name":"influx","version":"3.5.0","dependencies":{"request":"2.x","underscore":"^1.7.0"},"devDependencies":{"coveralls":"^2.11.1","istanbul":"^0.3.2","mocha":"^1.21.4"},"dist":{"shasum":"64dd5f7d192a036f2b4261a3184ba21ebabfa4d3","tarball":"https://registry.npmjs.org/influx/-/influx-3.5.0.tgz","integrity":"sha512-UaPfLusmSJn0WWbnP76KbjjE/RUxhhUzVWpfuMKw2Mq5NImGZo5Nte2EiNd+5HmOmnX1l1y/1ldtM6MsyxzTeQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDhe4ROnKcExuMP6PTJdWWsiAYCk2Hi80uH1T07LXv7TAIgI744u3DenEhHwbrvj8Dhwx94Y7639AfV6dtiG5Y4SJE="}]}},"4.1.0":{"name":"influx","version":"4.1.0","dependencies":{"lodash":"^3.10.0","request":"2.x"},"devDependencies":{"coveralls":"^2.11.1","istanbul":"^0.3.2","mocha":"2.2.x","standard":"4.5.x"},"dist":{"shasum":"576988a1b1ca8571c0974e1dbfda27fe52a258a7","tarball":"https://registry.npmjs.org/influx/-/influx-4.1.0.tgz","integrity":"sha512-qMQD5na5kERs1vmfMzpwsDdsgAgu41hJ/+R6IZR6x0dSs1fq2/CVY4faK1XMbRRY8q8cZR2lYTPxQDG8+vOEJw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCm4kp3D70a+iooL790/goCqX68K+C0nlZz12XkIShWyAIhAOSfhGAzNeNOGJxFQTpIytE1ckldN5A7y4RWuu19jEvU"}]}},"4.2.0":{"name":"influx","version":"4.2.0","dependencies":{"lodash":"^4.11.1","request":"2.x"},"devDependencies":{"coveralls":"^2.11.1","istanbul":"^0.3.2","mocha":"2.2.x","standard":"4.5.x"},"dist":{"shasum":"2a5b235c0bdb36d74a30cca63c83c4d6f5e329e2","tarball":"https://registry.npmjs.org/influx/-/influx-4.2.0.tgz","integrity":"sha512-4yJGwDHZZvBynNzP142OKbdCPyMc+KsrtivatzrogtVGzygcJ/ZnjeXbXaDcEWQbtp9SkeeXeiX/kPhi+jOWZw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCllMGCEKT6lgFlvns+YWz8l9iO4k1aMTreHysnSHyu+wIgWbH2fjGthx6nnP+D13N97iFkcVRwAODkA8LsVvAi674="}]}},"4.2.1":{"name":"influx","version":"4.2.1","dependencies":{"lodash":"^4.11.1","request":"2.x"},"devDependencies":{"coveralls":"^2.11.1","istanbul":"^0.3.2","mocha":"2.2.x","standard":"4.5.x","typescript":"1.8.10"},"dist":{"shasum":"85b2c1011d5e5d377d91750493baf43871cdac22","tarball":"https://registry.npmjs.org/influx/-/influx-4.2.1.tgz","integrity":"sha512-30rhyN4XNAE9j11Ed6c2mQMkeentHjERyqdmBk5y90J6F53CrlAGXbLoqcGovoIpGz2HJJwdffcMOTK4VW6jEQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDDxMvrzkGDsz+SFK3WBMar0lGQ6EXAwytjq+oVjOh9WAIhAK9rFUGUKPiXvX16Q+gHaeHFCmr61j9QwXQ47404dCpR"}]}},"4.2.2":{"name":"influx","version":"4.2.2","dependencies":{"lodash":"^4.11.1","request":"2.x"},"devDependencies":{"coveralls":"^2.11.1","istanbul":"^0.3.2","mocha":"2.2.x","standard":"4.5.x","typescript":"1.8.10"},"dist":{"shasum":"54b4fe127cbedf3c41a9c344d9fa8f25d6869db2","tarball":"https://registry.npmjs.org/influx/-/influx-4.2.2.tgz","integrity":"sha512-LyLnS5iA5UGXW1ALC+/G0x/a8frp1afnxWtqfrcUVNBN3e+rVfs4DJuFOdlaO2xvtNrA3AepBYZ0OtGLmXkpmw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCBGXX1SLNMYpttjNCM9RYwrEF04JKPS+1VlAgHQpbu+gIhAJMUEoq0zR8/N427NjpO7ELPxM6bilvpo+6OuYnKf0bq"}]}},"4.2.3":{"name":"influx","version":"4.2.3","dependencies":{"lodash":"^4.11.1","request":"2.x"},"devDependencies":{"coveralls":"^2.11.1","istanbul":"^0.3.2","mocha":"2.2.x","standard":"4.5.x","typescript":"1.8.10"},"dist":{"shasum":"b54a015a7a1b7e95c4cef380f84c6ff672899bf9","tarball":"https://registry.npmjs.org/influx/-/influx-4.2.3.tgz","integrity":"sha512-9BST7smGLYkP6/pQhp1dB05AsoFX0nIB8NfAJTKz7Rycy1mgWFXhayI7Oh5RMSzTEZZQAdajZC0YUE7MBkBhUQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHUn+a0vrXPk2DasCidEsTRxiyMXdpkyP13/jBWQ/Ht0AiAn16eBRy47irqt1IMR3+Wtbe4I0kI6vQKkz2tRNgdTdA=="}]}},"5.0.0-alpha.1":{"name":"influx","version":"5.0.0-alpha.1","devDependencies":{"@types/async":"^2.0.32","@types/mocha":"^2.2.32","@types/node":"^6.0.38","@types/sinon":"^1.16.31","chai":"^3.5.0","coveralls":"^2.11.1","esdoc":"^0.4.8","istanbul":"^0.4.3","lodash":"^4.16.2","mocha":"^3.1.0","node-fetch":"^1.6.3","npm-run-all":"^3.1.0","opn-cli":"^3.1.0","rimraf":"^2.5.4","sinon":"^1.17.4","sinon-chai":"^2.8.0","ts-node":"^1.3.0","tslint":"^3.11.0","typescript":"^2.0.0"},"dist":{"shasum":"983a3ed54f70e5d7da5b895d2cb76202b4e9ba30","tarball":"https://registry.npmjs.org/influx/-/influx-5.0.0-alpha.1.tgz","integrity":"sha512-6+IWus8/g0PRBenJxk9lNy0Jn42lOFVCv6AvTd5R8Ue/z7TfzEwU7xEdKeIW+CAFW77zvoaadno1apE3/jXPvA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDqe511NWOneznGhxBLRvAqKyjt5dK3XsKPiKdnr3DDYgIhAPhwiladW3dHxF9rQFu7rxvZUInKIzITNdhA4BCTFhjf"}]}},"5.0.0-alpha.2":{"name":"influx","version":"5.0.0-alpha.2","devDependencies":{"@types/chai":"^3.4.34","@types/mocha":"^2.2.32","@types/node":"^6.0.45","@types/sinon":"^1.16.31","@types/sinon-chai":"^2.7.27","awesome-typescript-loader":"^2.2.4","chai":"^3.5.0","coveralls":"^2.11.1","esdoc":"^0.4.8","istanbul":"^0.4.3","json-loader":"^0.5.4","karma":"^1.3.0","karma-chrome-launcher":"^2.0.0","karma-mocha":"^1.2.0","karma-mocha-reporter":"^2.2.0","karma-sauce-launcher":"^1.0.0","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^1.8.0","lodash":"^4.16.2","mocha":"^3.1.0","node-fetch":"^1.6.3","npm-run-all":"^3.1.0","opn-cli":"^3.1.0","sinon":"^2.0.0-pre.3","sinon-chai":"^2.8.0","stream-http":"github:node-influx/stream-http","ts-node":"^1.3.0","tslint":"^3.11.0","typescript":"^2.0.0","webpack":"^1.13.2"},"dist":{"shasum":"12c768c3df2bdbff76c5134ce7a925cb121c2e8b","tarball":"https://registry.npmjs.org/influx/-/influx-5.0.0-alpha.2.tgz","integrity":"sha512-TynzmD4aVzXvOGJMB758+2oI/SGit+GCkVHw8/2lpwJw+VmNJlrguPKAmXas8cOADEUdvxOQtG8JbaCyUjOgWg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDFsTipkjcGr2HzyZJgOcOkYnq9i9afhOYxLjPpawEIXAiEAlCx4Yh22GBMnM+hKuu6U0hmxxwk0kyCYj7TF0MHqPbg="}]}},"5.0.0-alpha.3":{"name":"influx","version":"5.0.0-alpha.3","devDependencies":{"@types/chai":"^3.4.34","@types/mocha":"^2.2.32","@types/node":"^6.0.45","@types/sinon":"^1.16.31","@types/sinon-chai":"^2.7.27","awesome-typescript-loader":"^2.2.4","chai":"^3.5.0","coveralls":"^2.11.1","esdoc":"^0.4.8","istanbul":"^0.4.3","json-loader":"^0.5.4","karma":"^1.3.0","karma-chrome-launcher":"^2.0.0","karma-mocha":"^1.2.0","karma-mocha-reporter":"^2.2.0","karma-sauce-launcher":"^1.0.0","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^1.8.0","lodash":"^4.16.2","mocha":"^3.1.0","node-fetch":"^1.6.3","npm-run-all":"^3.1.0","opn-cli":"^3.1.0","sinon":"^2.0.0-pre.3","sinon-chai":"^2.8.0","stream-http":"github:node-influx/stream-http","ts-node":"^1.3.0","tslint":"^3.11.0","typescript":"^2.0.0","webpack":"^1.13.2"},"dist":{"shasum":"33e9a8cbaf4ac5bc07876c0661069bfae1cfcb13","tarball":"https://registry.npmjs.org/influx/-/influx-5.0.0-alpha.3.tgz","integrity":"sha512-wRl6C6RBlmQs5ttgEktQi1DLONlHp7GW2Ccq3thrsKkemLKh+KFJZVWxicdgyaFYEYRIwHHyIAK9MVjBq4S6oA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCID72eWy2Ll1xK3xg+zgoQsZ0hU++JQqYTyfTuqlNwJpqAiAl8J0wHKt+/SiEtehoFs6XHIrQMVC0tfXCNwL0y8z1yA=="}]}},"5.0.0-alpha.4":{"name":"influx","version":"5.0.0-alpha.4","devDependencies":{"@types/chai":"^3.4.34","@types/mocha":"^2.2.32","@types/node":"^6.0.45","@types/sinon":"^1.16.31","@types/sinon-chai":"^2.7.27","awesome-typescript-loader":"^2.2.4","chai":"^3.5.0","coveralls":"^2.11.1","esdoc":"^0.4.8","istanbul":"^0.4.3","json-loader":"^0.5.4","karma":"^1.3.0","karma-chrome-launcher":"^2.0.0","karma-mocha":"^1.2.0","karma-mocha-reporter":"^2.2.0","karma-sauce-launcher":"^1.0.0","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^1.8.0","lodash":"^4.16.2","mocha":"^3.1.0","node-fetch":"^1.6.3","npm-run-all":"^3.1.0","opn-cli":"^3.1.0","sinon":"^2.0.0-pre.3","sinon-chai":"^2.8.0","stream-http":"github:node-influx/stream-http","ts-node":"^1.3.0","tslint":"^3.11.0","tslint-microsoft-contrib":"^2.0.13","typescript":"^2.0.0","webpack":"^1.13.2"},"dist":{"shasum":"a4471a499fba08be2daa9f0ccf20a38a7bc631c2","tarball":"https://registry.npmjs.org/influx/-/influx-5.0.0-alpha.4.tgz","integrity":"sha512-oQ3HuLG7wXAzBtcasPA93RIVmB3dRAzcjPgepa/VksiIZfu1Sj7g2QPTaFLnvfgLDPxDJUgtI7i5+k5iyKm/lg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHJHbU1980v3KqJvN0+NBcPIk+Ti/jLxs7yAmxok8EwnAiEArXNzxS++5yE/soHk31x4M58PucAI3bE4eyd/8ZEupxU="}]}},"5.0.0":{"name":"influx","version":"5.0.0","devDependencies":{"@types/chai":"^3.4.34","@types/mocha":"^2.2.32","@types/node":"^6.0.45","@types/sinon":"^1.16.31","@types/sinon-chai":"^2.7.27","awesome-typescript-loader":"^2.2.4","chai":"^3.5.0","coveralls":"^2.11.1","esdoc":"^0.4.8","istanbul":"^0.4.3","json-loader":"^0.5.4","karma":"^1.3.0","karma-chrome-launcher":"^2.0.0","karma-mocha":"^1.2.0","karma-mocha-reporter":"^2.2.0","karma-sauce-launcher":"^1.0.0","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^1.8.0","lodash":"^4.16.2","mocha":"^3.1.0","node-fetch":"^1.6.3","npm-run-all":"^3.1.0","opn-cli":"^3.1.0","sinon":"^2.0.0-pre.3","sinon-chai":"^2.8.0","stream-http":"github:node-influx/stream-http","ts-node":"^1.3.0","tslint":"^3.11.0","tslint-microsoft-contrib":"^2.0.13","typescript":"^2.0.0","webpack":"^1.13.2"},"dist":{"shasum":"cf4ea818fc0184bc930a55feda09e2b880314a0b","tarball":"https://registry.npmjs.org/influx/-/influx-5.0.0.tgz","integrity":"sha512-C73KpcsAtDlPurYSdi/Mj26w4OZ/WaUtRoqUFdYdLX9Jvn6SV/YOKjmdSW1b/TV9bX625dYgHTiHJAMh/KzvYw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICX7NqzxfSQa6FFaxDRLiWNJN7Z76mWLYFRYYCfr3xKvAiBIXGnvW3UD7NflKf/uaKsnfo48j8kujUQLRvynU7LkmQ=="}]}},"5.0.1":{"name":"influx","version":"5.0.1","devDependencies":{"@types/chai":"^3.4.34","@types/mocha":"^2.2.32","@types/node":"^6.0.45","@types/sinon":"^1.16.31","@types/sinon-chai":"^2.7.27","awesome-typescript-loader":"^2.2.4","chai":"^3.5.0","coveralls":"^2.11.1","esdoc":"^0.4.8","istanbul":"^0.4.3","json-loader":"^0.5.4","karma":"^1.3.0","karma-chrome-launcher":"^2.0.0","karma-mocha":"^1.2.0","karma-mocha-reporter":"^2.2.0","karma-sauce-launcher":"^1.0.0","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^1.8.0","lodash":"^4.16.2","mocha":"^3.1.0","node-fetch":"^1.6.3","npm-run-all":"^3.1.0","opn-cli":"^3.1.0","sinon":"^2.0.0-pre.3","sinon-chai":"^2.8.0","stream-http":"github:node-influx/stream-http","ts-node":"^1.3.0","tslint":"^3.11.0","tslint-microsoft-contrib":"^2.0.13","typescript":"^2.0.0","webpack":"^1.13.2"},"dist":{"shasum":"655980b3d8546d64d220974cd28f6f79c61f313e","tarball":"https://registry.npmjs.org/influx/-/influx-5.0.1.tgz","integrity":"sha512-xVXUAXx00gjz7W+krE6tUlRyrDFn+7FgwSiYthcYRYwNHE/1YZLbTC8o5/+J7s3MeJCB+MTRVKF74SUEtAGwlg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCID92YQ6eb4WM99vXc673Ynhf6Hrvb0du8kNsv1JGn+soAiB/gWRUleCWcSE8FkHUmCjW+HDcqxCzakGpNoHTP7KxaQ=="}]}},"5.0.2":{"name":"influx","version":"5.0.2","devDependencies":{"@types/chai":"^3.4.34","@types/mocha":"^2.2.32","@types/node":"^6.0.45","@types/sinon":"^1.16.31","@types/sinon-chai":"^2.7.27","awesome-typescript-loader":"^2.2.4","chai":"^3.5.0","coveralls":"^2.11.1","esdoc":"^0.4.8","istanbul":"^0.4.3","json-loader":"^0.5.4","karma":"^1.3.0","karma-chrome-launcher":"^2.0.0","karma-mocha":"^1.2.0","karma-mocha-reporter":"^2.2.0","karma-sauce-launcher":"^1.0.0","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^1.8.0","lodash":"^4.16.2","mocha":"^3.1.0","node-fetch":"^1.6.3","npm-run-all":"^3.1.0","opn-cli":"^3.1.0","sinon":"^2.0.0-pre.3","sinon-chai":"^2.8.0","stream-http":"github:node-influx/stream-http","ts-node":"^1.3.0","tslint":"^3.11.0","tslint-microsoft-contrib":"^2.0.13","typescript":"^2.0.0","webpack":"^1.13.2"},"dist":{"shasum":"dc12280e3687caf1bc6746a63caf5650336a28ad","tarball":"https://registry.npmjs.org/influx/-/influx-5.0.2.tgz","integrity":"sha512-BZgyLKdFq8WjbFFtpOVCUZfOXlesX/8GgQmO4VJd2QZcFU8+QRQn+3NtxjmkEz57bOiTnSZD8NsW/jWwga5OMw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD6tPlMhbvr6g4zIA/yl4eTy0UhLw7TEccxr4twVXboNQIhAJrPw+yDVlBkp0i37GFhFxSoOyli3sgmFyPCSkoaY58C"}]}},"5.0.3":{"name":"influx","version":"5.0.3","devDependencies":{"@types/chai":"^3.4.34","@types/mocha":"^2.2.32","@types/node":"^6.0.45","@types/sinon":"^1.16.31","@types/sinon-chai":"^2.7.27","awesome-typescript-loader":"^2.2.4","chai":"^3.5.0","coveralls":"^2.11.1","esdoc":"^0.4.8","istanbul":"^0.4.3","json-loader":"^0.5.4","karma":"^1.3.0","karma-chrome-launcher":"^2.0.0","karma-mocha":"^1.2.0","karma-mocha-reporter":"^2.2.0","karma-sauce-launcher":"^1.0.0","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^1.8.0","lodash":"^4.16.2","mocha":"^3.1.0","node-fetch":"^1.6.3","npm-run-all":"^3.1.0","opn-cli":"^3.1.0","sinon":"^2.0.0-pre.3","sinon-chai":"^2.8.0","stream-http":"github:node-influx/stream-http","ts-node":"^1.3.0","tslint":"^3.11.0","tslint-microsoft-contrib":"^2.0.13","typescript":"^2.0.0","webpack":"^1.13.2"},"dist":{"shasum":"97ba3e87602ef977328a61b024e1cf4e565a2739","tarball":"https://registry.npmjs.org/influx/-/influx-5.0.3.tgz","integrity":"sha512-nbIdJP+rkdDM6vT9NlVUe3shCIlDU6KJ+CXxs2JcCfJ//JdJgLXgvYyz7Q1lw+kDuZgFXRoYA6+uuz54JpI3Sg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFxqPhzeODpoatHdD5Vx+589HoxP24Wv9VHg92H34rmRAiApiF+m4SzX3pInnOCTD5diKO/tmy1W6+uFDG6NvZLQ9Q=="}]}},"5.0.4":{"name":"influx","version":"5.0.4","devDependencies":{"@types/chai":"^3.4.34","@types/mocha":"^2.2.32","@types/node":"^6.0.45","@types/sinon":"^1.16.31","@types/sinon-chai":"^2.7.27","awesome-typescript-loader":"^2.2.4","chai":"^3.5.0","coveralls":"^2.11.1","esdoc":"^0.4.8","istanbul":"^0.4.3","json-loader":"^0.5.4","karma":"^1.3.0","karma-chrome-launcher":"^2.0.0","karma-mocha":"^1.2.0","karma-mocha-reporter":"^2.2.0","karma-sauce-launcher":"^1.0.0","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^1.8.0","lodash":"^4.16.2","mocha":"^3.1.0","node-fetch":"^1.6.3","npm-run-all":"^3.1.0","opn-cli":"^3.1.0","sinon":"^2.0.0-pre.3","sinon-chai":"^2.8.0","stream-http":"github:node-influx/stream-http","ts-node":"^1.3.0","tslint":"^3.11.0","tslint-microsoft-contrib":"^2.0.13","typescript":"^2.0.0","webpack":"^1.13.2"},"dist":{"shasum":"694a9d0c305518b9a3453ccc02dac47e4314146f","tarball":"https://registry.npmjs.org/influx/-/influx-5.0.4.tgz","integrity":"sha512-2XsIwTw5DnTFVgTOK6r4xOGAUjbu8KaKZCotqgmFFLUlSrHFLGWzAaeXW9JfpV8Q+WIIu86x8hP4LekRA8SY1Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHEJ0uM/nlg+XF6HwXT6Fity7M1sbfQUq2xOsbz7vAGtAiBqpVrMTeEWQRyiwC3U+ll/lr4qVGHrm2bgAaiztQprLg=="}]}},"5.0.5":{"name":"influx","version":"5.0.5","devDependencies":{"@types/chai":"^3.4.34","@types/mocha":"^2.2.32","@types/node":"^6.0.45","@types/sinon":"^1.16.31","@types/sinon-chai":"^2.7.27","awesome-typescript-loader":"^3.0.8","chai":"^3.5.0","coveralls":"^2.11.1","esdoc":"^0.4.8","istanbul":"^0.4.3","json-loader":"^0.5.4","karma":"^1.3.0","karma-chrome-launcher":"^2.0.0","karma-mocha":"^1.2.0","karma-mocha-reporter":"^2.2.0","karma-sauce-launcher":"^1.0.0","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^2.0.2","lodash":"^4.16.2","mocha":"^3.1.0","node-fetch":"^1.6.3","npm-run-all":"^4.0.2","opn-cli":"^3.1.0","sinon":"^2.0.0-pre.3","sinon-chai":"^2.8.0","stream-http":"github:node-influx/stream-http","ts-node":"^2.1.0","tslint":"^4.5.1","tslint-microsoft-contrib":"^4.0.0","typescript":"^2.2.1","webpack":"^2.2.1"},"dist":{"shasum":"471542df22daf47d4bec51eac72b7218ad158f2e","tarball":"https://registry.npmjs.org/influx/-/influx-5.0.5.tgz","integrity":"sha512-m4BaTgJ+syIJoVDWvug8z4Qu+g2qa0cglDsoOLHr3+98Np4qYs3Qv2rcJ8ziRewaWGwk79TfiXFyhdgdpTnliQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDJqo95CsBWHsO4XxGtenC8CmgDiGphv17gMSPciNiDZgIhAKciqzQ3ikAPApZ2KQlCbXhzkVozCxBXjmEgFwnj1UWp"}]}},"5.0.6":{"name":"influx","version":"5.0.6","devDependencies":{"@types/chai":"^3.4.34","@types/mocha":"^2.2.32","@types/node":"^6.0.45","@types/sinon":"^1.16.31","@types/sinon-chai":"^2.7.27","awesome-typescript-loader":"^3.0.8","chai":"^3.5.0","coveralls":"^2.11.1","esdoc":"^0.4.8","istanbul":"^0.4.3","json-loader":"^0.5.4","karma":"^1.3.0","karma-chrome-launcher":"^2.0.0","karma-mocha":"^1.2.0","karma-mocha-reporter":"^2.2.0","karma-sauce-launcher":"^1.0.0","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^2.0.2","lodash":"^4.16.2","mocha":"^3.1.0","node-fetch":"^1.6.3","npm-run-all":"^4.0.2","opn-cli":"^3.1.0","sinon":"^2.0.0-pre.3","sinon-chai":"^2.8.0","stream-http":"github:node-influx/stream-http","ts-node":"^2.1.0","tslint":"^4.5.1","tslint-microsoft-contrib":"^4.0.0","typescript":"^2.2.1","webpack":"^2.2.1"},"dist":{"shasum":"0173df1723a8056cf2e0e788a498236cba4b5a47","tarball":"https://registry.npmjs.org/influx/-/influx-5.0.6.tgz","integrity":"sha512-hJY3L0wLnMMYSnLK4AcOr64NlQmcKN8eHvcd57QcounEp4XmrsBEgwsSdbRbyIOLww4hwwotYCjVslrwxmM2SQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBy9BmZaslbvQi41x7sYju/UCzAcAKLWMO0yRNDQH4+rAiEAvtvJlt0rnZ5mvqAxehvSpuzzOxJ5jFHfcxagkxEz1aE="}]}},"5.0.7":{"name":"influx","version":"5.0.7","devDependencies":{"@types/chai":"^3.4.34","@types/mocha":"^2.2.32","@types/node":"^6.0.45","@types/sinon":"^1.16.31","@types/sinon-chai":"^2.7.27","awesome-typescript-loader":"^3.0.8","chai":"^3.5.0","coveralls":"^2.11.1","esdoc":"^0.4.8","istanbul":"^0.4.3","json-loader":"^0.5.4","karma":"^1.3.0","karma-chrome-launcher":"^2.0.0","karma-mocha":"^1.2.0","karma-mocha-reporter":"^2.2.0","karma-sauce-launcher":"^1.0.0","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^2.0.2","lodash":"^4.16.2","mocha":"^3.1.0","node-fetch":"^1.6.3","npm-run-all":"^4.0.2","opn-cli":"^3.1.0","sinon":"^2.0.0-pre.3","sinon-chai":"^2.8.0","stream-http":"github:node-influx/stream-http","ts-node":"^2.1.0","tslint":"^4.5.1","tslint-microsoft-contrib":"4.0.0","typescript":"^2.2.1","webpack":"^2.2.1"},"dist":{"shasum":"35e65f6bf13cbaa1763108b5596a806a727a529a","tarball":"https://registry.npmjs.org/influx/-/influx-5.0.7.tgz","integrity":"sha512-ONY7gsXLW3GcccPyiVqRGwqnw2ZzLI3HHxajcIth32zuE6NyyL/iKuAMkQL42d192BfCMrWLYD20AesrAH9aLQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAGuSgtY5U45jasgrfYm8TnLLIl71q7JWHaBoVVnGVQ6AiBwbOynItbGYY4DAo5uBsIa5k1g0qsNqD7DiDEAoXeSow=="}]}},"5.1.0":{"name":"influx","version":"5.1.0","devDependencies":{"@types/chai":"4.1.7","@types/freeport":"1.0.21","@types/mocha":"5.2.7","@types/node":"12.0.4","@types/sinon":"7.0.12","@types/sinon-chai":"3.2.2","@typescript-eslint/eslint-plugin":"1.9.0","awesome-typescript-loader":"5.2.1","chai":"4.2.0","coveralls":"3.0.3","esdoc":"1.1.0","esdoc-standard-plugin":"1.0.0","eslint":"5.16.0","eslint-config-xo":"0.26.0","eslint-config-xo-typescript":"0.12.0","freeport":"1.0.5","istanbul":"0.4.5","json-loader":"0.5.7","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-mocha":"1.3.0","karma-mocha-reporter":"2.2.5","karma-sauce-launcher":"2.0.2","karma-sourcemap-loader":"0.3.7","karma-webpack":"3.0.5","lodash":"4.17.11","mocha":"6.1.4","node-fetch":"2.6.0","npm-run-all":"4.1.5","open-cli":"5.0.0","prettier":"1.17.1","sinon":"7.3.2","sinon-chai":"3.3.0","stream-http":"github:node-influx/stream-http","ts-node":"8.2.0","typescript":"3.5.1","webpack":"4.32.2","semantic-release":"15.13.12"},"dist":{"integrity":"sha512-ZVCnzdL2isEk34j+QyFUVT/o3PZJhfbLHm0bV6N4K+2UEUTuba0xDgwYpXgrRiis4DIiBJutw0nPoQ2zgZB1ZA==","shasum":"4330782c2931fa9a6941bb471ff3c904f1c3a1cd","tarball":"https://registry.npmjs.org/influx/-/influx-5.1.0.tgz","fileCount":31,"unpackedSize":135985,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc8bt+CRA9TVsSAnZWagAA6FYQAKI6mPZ8Ny1w6thymycU\nND8xwlfWpneRnJ7lT97tm8DDyWMH3sFbkkiKAhODRdkUurdS15BQvnJvpYTL\n/G/krHbjMH3jfyX7cjRBo+nKCsojT9Rb/6yRGAry8P7FAe07Xq+Cx/fTKYFx\n1TW7xBNVstl0e1JhlHFbOPL2JEznGhkcudD47A1Lg1c1GUpHWN6Lo9wcEbp6\nL9Osyztr4Wt4IfPuS5ncw59Ug3JuSPA8NjUrzDuJKqIsezekDNWBJcH63fmX\ncryoS3seoV2tOkBgAET2LL7CulXLDZxRWcCsgjWPylQ4Yr5yaf+eEbvv/j89\nLfPe2s1AeG78SebKB5rxTmx1VDSwI3nTUfcebR4vZTCzTQEBfhMaZ+8xK0M+\n3boqQ9kSLXVZOd/jgA+jMc44Unh4P5yuTtodlIFzE4noJrQDVW/yxUG9BL+z\nfZPkJuwBja9pymPEW0UFXdmqUsrPQYZCQNG77K9uyh4Qb6flBLXsi5+0zqHd\nppkBlHeeOpsVQmHUBWlXnXS0e9BZeX89SaaofdTigVvzl8hDIGqwk1sMv/uw\nfo5b9gPBPN3KRJl1GDJtI5ghzGqik7gkF4lTsi56xbdw7dE/O/9cgwOhxvu1\nytHjyh+s7r2TGRIzy1HhFouwRYb3S5LvQ2+Cyogan/s1NvKMB4kNNgH8lXqH\nF8p5\r\n=Y8xk\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD3/vOBLmVsc5PCCI9pC0zy6XVnEJoyNK14oeez+fpDwAIhANiFwu4AoIVMFKbJfeSvAU7y6VjOYe0d6bUSHv3qO+w6"}]}},"5.1.1":{"name":"influx","version":"5.1.1","devDependencies":{"@types/chai":"4.1.7","@types/freeport":"1.0.21","@types/mocha":"5.2.7","@types/node":"12.0.8","@types/sinon":"7.0.13","@types/sinon-chai":"3.2.2","@typescript-eslint/eslint-plugin":"1.10.2","@typescript-eslint/parser":"1.10.2","awesome-typescript-loader":"5.2.1","chai":"4.2.0","coveralls":"3.0.4","esdoc":"1.1.0","esdoc-standard-plugin":"1.0.0","eslint":"5.16.0","eslint-config-xo":"0.26.0","eslint-config-xo-typescript":"0.14.0","freeport":"1.0.5","istanbul":"0.4.5","json-loader":"0.5.7","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-mocha":"1.3.0","karma-mocha-reporter":"2.2.5","karma-sauce-launcher":"2.0.2","karma-sourcemap-loader":"0.3.7","karma-webpack":"4.0.2","lodash":"4.17.11","mocha":"6.1.4","node-fetch":"2.6.0","npm-run-all":"4.1.5","open-cli":"5.0.0","prettier":"1.18.2","semantic-release":"15.13.16","sinon":"7.3.2","sinon-chai":"3.3.0","stream-http":"github:node-influx/stream-http","ts-node":"8.2.0","typescript":"3.5.2","webpack":"4.34.0"},"dist":{"integrity":"sha512-M2xbdUZ8jfoj7D3MfxPvc49wpPJDq0QiAK7tRYcWwjeM/NNBJYATOqj+2T/Ooso3MAKfUxe9+EVQ5SBAhwlaUg==","shasum":"eb0667305c21f76a18f53c68676dbc0fa50cb6cc","tarball":"https://registry.npmjs.org/influx/-/influx-5.1.1.tgz","fileCount":34,"unpackedSize":139379,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdA9V2CRA9TVsSAnZWagAAox0P/2RcSwkMoEj4Qoz6MMbC\nq1ft5q34Xqoe+AOQj7iD4AunpG3Fi55wbGNe9QwoWJpOu8/oL8phjI1KXkVV\nyd7vQSt7NH+nMRH5bNo+pkHPHDGHVgLQ+vRzpWp+2gmYmCDsEVTxRTj1aNxe\nnxbMKlinIrCkYZz4ydiM5qLVhVpwhPRgPEEFxB0RX/sAGwVVK7K+aPzna3RI\nkssw9xr9ivc6OUdtw6pjxCCqK8Wn7YP9hMohonh3TGe/Im5yf2b1qdKx9psg\nhY6yBrioZOfJ39BbFPRWK+wvlIZrzdFhtWRZ5MCuIYQwacKUSXTlXHh5FpxN\nvNw6YHb7S/ZPWaFT8xVVtYP04l5AyiXjo1it8okIg9domccrU+mVRq5j06KG\nYKNQjoT2uel8HNTwFaEwyGPzc91SzBfVPBczca8mMcaXxkxjbvbhfloNmjBw\noNmRfPqFBu1Ub7bKylZ1RBPQ+d5kMePNpWoSBqJT+29aMOtybcJPJanUXZm9\nkiLZZV954fB1K7oq5RsQAD4BOiggMBQTy+pwGT3XPi0S0tQX2GvaYVHRZ+0g\nXoG0NJPRtxd4oYtXQT2ZBMC3oNhlaz47rG9pUiHvGXXqm/hnI05Y5nF/f8Yd\nM3pkyCAdQ7+bOtrGbI3MGvYDjMfCpFn3SPCLgygxehU10aF4n7/srob+lZPs\nxeI/\r\n=jX75\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCAGDImiAiGqbXMyaEAHFT4EdwhmhQzllGJF45jUACMSQIhAOuhEVFXmihHDkc9upSA8ee3aTxNQSRt8elaTgpPve/U"}]}},"5.2.0":{"name":"influx","version":"5.2.0","devDependencies":{"@types/chai":"4.1.7","@types/freeport":"1.0.21","@types/mocha":"5.2.7","@types/node":"12.0.8","@types/sinon":"7.0.13","@types/sinon-chai":"3.2.2","@typescript-eslint/eslint-plugin":"1.10.2","@typescript-eslint/parser":"1.10.2","awesome-typescript-loader":"5.2.1","chai":"4.2.0","coveralls":"3.0.4","esdoc":"1.1.0","esdoc-standard-plugin":"1.0.0","eslint":"5.16.0","eslint-config-xo":"0.26.0","eslint-config-xo-typescript":"0.14.0","freeport":"1.0.5","istanbul":"0.4.5","json-loader":"0.5.7","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-mocha":"1.3.0","karma-mocha-reporter":"2.2.5","karma-sauce-launcher":"2.0.2","karma-sourcemap-loader":"0.3.7","karma-webpack":"4.0.2","lodash":"4.17.11","mocha":"6.1.4","node-fetch":"2.6.0","npm-run-all":"4.1.5","open-cli":"5.0.0","prettier":"1.18.2","semantic-release":"15.13.16","sinon":"7.3.2","sinon-chai":"3.3.0","stream-http":"github:node-influx/stream-http","ts-node":"8.3.0","typescript":"3.5.2","webpack":"4.35.0"},"dist":{"integrity":"sha512-6hPdW1jPDn9c5IqBeqPvrcile/COyyhEjBIw/cpLhyGCFuu3We8lMtSqYvjVNE+50QGA/zSpYkohjrPZ2uW8IA==","shasum":"18fb7d6fb50fc7f571b99c8e2ea28c4c86aa3ab6","tarball":"https://registry.npmjs.org/influx/-/influx-5.2.0.tgz","fileCount":34,"unpackedSize":140080,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdC6C5CRA9TVsSAnZWagAA5vAP/3jqRnbE1V5Jfht9e7L7\nHVy4DKEutdRHMVBcafEx9Te2hPyTLHqG5Vs974P6Ntv8ehryx7VHLA6faHAh\nF0hEqbvZvH6xg4Qodf6vEHtU5NRV/Ur1fr2Dah+cusK2sf415ZDtzHtr5xyv\nQbA3/lD5UjjPfgMyu+avaX6D7DyxqTypvGkeAK+gGz5i9qVppmxmVqN16/Z9\n2FOjcUdZC8UiGyMlfPWnXX46nOU4lucMzTofLq1sDufQ5XHQUyJJSliJ1Vk7\neHx+OdMLOjOUjJfbKCGd11JIiyD95uZqwe9DTKCSHnuLY76phaQp8ZyhhMe+\n89jLEPrE58h3XYqhIaG3gBBGHg+0dQiOGeiNHt/JxDLlu7JWghsB9WXlwpeK\nX988vWNeVs6Jwsf4kIoFqGuwzMoJXNLLznF556+pO4/aNALLk2drxdxbsXjX\nhPFQ1v2iiTVXRldE0QzKZ5p7pRZ9a282Pfmv2+koIr1xigMyVydOu6Wd1Thg\ncTofCL9CY2LdsLr6WtUkizChS/PHWdhOKjFjxYNTOXfISS+WTMAz4gsgL5Ge\neks4q4wXIwpWvMsowo92yqyWUPeyIijxh00YXNvzna1z+8732FAe8C2fvxlf\n4vKs+4XzGTQDF2z5F81nKJ9U3T3zv8z+0WbynHUHSAKZUEXjlmMj19cYsLbm\nxlLt\r\n=AhTG\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFPDMfR2xaD7ra3CWwnACXdf6So8plHnzXqLJ4EEmXBsAiEAwvuiLSMdZTK6l7ekAjkHabd+4f2S7AZk7gJOGgiCqEA="}]}},"5.3.0":{"name":"influx","version":"5.3.0","devDependencies":{"@types/chai":"4.1.7","@types/freeport":"1.0.21","@types/mocha":"5.2.7","@types/node":"12.0.10","@types/sinon":"7.0.13","@types/sinon-chai":"3.2.2","@typescript-eslint/eslint-plugin":"1.11.0","@typescript-eslint/parser":"1.11.0","awesome-typescript-loader":"5.2.1","chai":"4.2.0","coveralls":"3.0.4","esdoc":"1.1.0","esdoc-standard-plugin":"1.0.0","eslint":"5.16.0","eslint-config-xo":"0.26.0","eslint-config-xo-typescript":"0.14.0","freeport":"1.0.5","istanbul":"0.4.5","json-loader":"0.5.7","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-mocha":"1.3.0","karma-mocha-reporter":"2.2.5","karma-sauce-launcher":"2.0.2","karma-sourcemap-loader":"0.3.7","karma-webpack":"4.0.2","lodash":"4.17.11","mocha":"6.1.4","node-fetch":"2.6.0","npm-run-all":"4.1.5","open-cli":"5.0.0","prettier":"1.18.2","semantic-release":"15.13.18","sinon":"7.3.2","sinon-chai":"3.3.0","stream-http":"github:node-influx/stream-http","ts-node":"8.3.0","typescript":"3.5.2","webpack":"4.35.0"},"dist":{"integrity":"sha512-ptxBdblsmBejsxY2KZ2XQiw8liNLrAI1F6IZbljraqPgWhf3K0kN9YrTusA+jN5IzNkdB8nRNOJ4jTT0ThOmXg==","shasum":"1c0957c1e92a02f63b25b7273ad8a665df0315c4","tarball":"https://registry.npmjs.org/influx/-/influx-5.3.0.tgz","fileCount":34,"unpackedSize":141805,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdFOM7CRA9TVsSAnZWagAAPNUP/1EJzexGacPh/ng58hLI\npPyHkqxsh1sguvmirmpF3Vpu/XZBvOUA3YUpd6FrLtXt/zAd9d5xS89c3LBp\nTidGEb3c+QFwgmwZuuebs2/uAe7EWfp81p3N0RrEgKHfzHKejwS7g/gz+5Kz\nEI1EJYd9H4+ngNfv0+8MeG3/3K5XN+oms46re6rK36XHcRz20whbF7+uxaMW\nwoIhQmwze1mdGTbbP1H1J5Ti8BDKlfMDaq0Fos5KGEbuQ47Dvvec4f0gqw7A\nb0EsTxDIa/lXLsMuWUwI8J6T5vmSA401wMAC5b1XlJl8l2IvGhkd2lqhosJz\nsspQysH2J+P/Wgpo3uPV952qiN0KZuUrPFOHOm64QoB94DyZA5Tp1Uw6MWUj\nDU+qM8VMT3r9Jff7LF1KQ2fMutNirU9oyhR3nVA0sJBEn+StQlVYP9RuWqMc\nQPLhYiTP+aYmGPJfyx2SBDyzJpca8MSZJZyPV+d4ggmnPLq632geaxDFlSCI\nUk7NBCX2ktL6cR0J5u68i8YT+HNrD6MJiCvoYiI4Eim44yEueRAwojYbhcDc\nZneEjj++odaz/814NEF4FiI5J+NuyRtX2nrj0YqEcweCLoPSmoPe1IYaPRKA\nXMJVY00OlX0kaAhP+Af268TW9IQM75ScRqLTbJLDpEe5B5TCV34zyq2BdWFH\nASZ4\r\n=xbTB\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGu7+noznbTHUrw3z6bWNLcshpWHZsQd90Zgao3l+jb6AiEAgq8hUnXKMkeBunl/WluJ9pBAXDN7Pnxy+jhEXZY4oP4="}]}},"5.4.0":{"name":"influx","version":"5.4.0","devDependencies":{"@types/chai":"4.1.7","@types/freeport":"1.0.21","@types/mocha":"5.2.7","@types/node":"12.0.10","@types/sinon":"7.0.13","@types/sinon-chai":"3.2.2","@typescript-eslint/eslint-plugin":"1.11.0","@typescript-eslint/parser":"1.11.0","awesome-typescript-loader":"5.2.1","chai":"4.2.0","coveralls":"3.0.4","esdoc":"1.1.0","esdoc-standard-plugin":"1.0.0","eslint":"5.16.0","eslint-config-xo":"0.26.0","eslint-config-xo-typescript":"0.14.0","freeport":"1.0.5","istanbul":"0.4.5","json-loader":"0.5.7","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-mocha":"1.3.0","karma-mocha-reporter":"2.2.5","karma-sauce-launcher":"2.0.2","karma-sourcemap-loader":"0.3.7","karma-webpack":"4.0.2","lodash":"4.17.11","mocha":"6.1.4","node-fetch":"2.6.0","npm-run-all":"4.1.5","open-cli":"5.0.0","prettier":"1.18.2","semantic-release":"15.13.18","sinon":"7.3.2","sinon-chai":"3.3.0","stream-http":"github:node-influx/stream-http","ts-node":"8.3.0","typescript":"3.5.2","webpack":"4.35.2"},"dist":{"integrity":"sha512-PRIln6uk+wHc3EnumbmUYHHbHXHfYwXg9ObCyfeQF3YRu9l+DoBb/JF/pFYU/PliC1Ky/cBvlzU0In0RrAYsMA==","shasum":"844abf569aa3b7073dcc22b8706d8cb6d84c2cd0","tarball":"https://registry.npmjs.org/influx/-/influx-5.4.0.tgz","fileCount":34,"unpackedSize":142354,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdGfVSCRA9TVsSAnZWagAAbnEQAIXl1gUVs2GzMsUj3U0w\n4rgjJsFwLBwMa5Yih+2Ic36mLGLVg/ePa/q8QRirKUpJXUFaR713tddzJAYS\nfhynuge9uWsExIRiq1KDtpGPYu/fy9eCXKJdzJlUBTV9ivXglLP3QJ8i5ruX\nsW7rMvRuV/GUyrMvAyVwDev1uoajz2T6kUiWZ1Li/ynM+kCVdc5+BNMsGUqx\n/017CJdeCXRgHcyWpfKTxE0XT2IfJCPQftAhRffE4GWJt3+hKXacAv4scMzm\nY9Eu8ZSmqUu6jJ8xS/lAiitz+BMOrSXcLxeMiGLUA3IlBXyGJ6wq4mriYOQ7\nKPvclEYJKV02W6jp59s7hweDhF1+OmkkHgs7uSK1sT9fnyq8uAY+d4h6Wyb2\nk77dxDlmywfSUaCH7S5NKidpg2uhlgYF1jqb+VHH8zTtBXAq9RsrGSLWLeoT\nyaAjobkCz78wxRc2w1UX5hlaNwMWV/MoAEXc+UPptryXfCTYIom/lwUIOqSk\nln3gWe/qh4e/DKJZizT66tkk3Ve4sDsxFlzzgZujQnJMb6GaMuLz21fsuMyk\n+Pez9IkCp3juLIJ/+/l3Vrtn7KjDVdYEM9IYaA7X8d6kT1EbXJarLHCqPs5M\nBIEHaq6GSQYEy6AIihtb5Xzi2S7pXZnyzm98n1ZllI4KE/VyGsVTdI/HBe4i\nQiko\r\n=2bUc\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCf+mFQFlLBLjtgC7RIToVstM4Jki4ccwnotI99ZXaZSwIgUtwx0fnGd4N1Xnwa7cBCwBk7GmnQPNv5MscC81dALjk="}]}},"5.4.1":{"name":"influx","version":"5.4.1","devDependencies":{"@types/chai":"4.2.0","@types/freeport":"1.0.21","@types/mocha":"5.2.7","@types/node":"12.7.1","@types/sinon":"7.0.13","@types/sinon-chai":"3.2.3","@typescript-eslint/eslint-plugin":"1.13.0","@typescript-eslint/parser":"1.13.0","awesome-typescript-loader":"5.2.1","chai":"4.2.0","coveralls":"3.0.6","esdoc":"1.1.0","esdoc-standard-plugin":"1.0.0","eslint":"5.16.0","eslint-config-xo":"0.26.0","eslint-config-xo-typescript":"0.14.0","freeport":"1.0.5","istanbul":"0.4.5","json-loader":"0.5.7","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-mocha":"1.3.0","karma-mocha-reporter":"2.2.5","karma-sauce-launcher":"2.0.2","karma-sourcemap-loader":"0.3.7","karma-webpack":"4.0.2","lodash":"4.17.15","mocha":"6.2.0","node-fetch":"2.6.0","npm-run-all":"4.1.5","open-cli":"5.0.0","prettier":"1.18.2","semantic-release":"15.13.19","sinon":"7.4.1","sinon-chai":"3.3.0","stream-http":"github:node-influx/stream-http","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.2"},"dist":{"integrity":"sha512-1gqUPpi/v3PUWwL/ZR7VzWeHrtKfQv/ToFWbIfPF/4aYDtZAB67GEOR7lI1vkxnoPNUdtBq5/esAWKtjCkAAnA==","shasum":"9aee1ac4862ae59037ef8f334f4571def04117b9","tarball":"https://registry.npmjs.org/influx/-/influx-5.4.1.tgz","fileCount":34,"unpackedSize":142344,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdaUa8CRA9TVsSAnZWagAACWgP/0Yx4xyMuDF9x69ljIvr\nehiFqjCdjViogfHhYAe3F7M37ZnBQVktePvYTnlfiaCOYtMvfkYcj9yqvlrb\nEo/dWdAQSTN2Jz51ZVoAwDokQP+XjTdyaQhUR1GtrClISkCd4FidFeo4/W6S\nZpFvCrfkTN6w8K9KN4oMETbIZObM98rZVh0ex3IC7nyUUuVaNyRvLFRhHjWV\ntncMKQN3e0nMzl5UndhXv6SP8rJgfBN0kAyVpC+i/9Gm4WEBbd7evrKtM/iD\nKyfnV7GGaAdYFbnhO/C3z1V69TrbJeL41tzfEopiuo95HDqEJE4jzna6e8yZ\nAtTQcqCP8THZtaLKWaBQAqq0HgJS3q+5A543hnMfdp42pA1UoPtu9vxSHpB6\nHgkMewuOzsjj24FSY0t3gibQRfkCJGRONZw4Sa+zynR4qURu67xcgKL1CT29\npY6PIcdY2DzQP5cy11HWKejSYwFtY9/N45bCEBPVkMzlANrGPQ1MxRDU/lj9\noMPzG2X9mP0fN+dNy3KwfaSHtLAZPChl/gs3LZEhBWNC7RbhqVGSMOvp0ZWp\nGMlhgQsO2+YU8Dd+E9vw0rToYGG2fY8zkhb4wP8Dtb2BXeu+pbF7ZIJOT44Z\nU5/lxjKrjb3QszOP2geklgPunTyp3bVJmIWz4bRjMZr//wGms1gopy5jXwMC\nwUL6\r\n=+kau\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIA+j5fc7ByDh+tYk1nkIrWUqRTC6A6Vui/e44f8MWTzpAiAxgeSOogpL8a5t2iBNHck9LKSLoLbyjhNVDje3inMwKw=="}]}},"5.4.2":{"name":"influx","version":"5.4.2","devDependencies":{"@types/chai":"4.2.0","@types/freeport":"1.0.21","@types/mocha":"5.2.7","@types/node":"12.7.1","@types/sinon":"7.0.13","@types/sinon-chai":"3.2.3","@typescript-eslint/eslint-plugin":"1.13.0","@typescript-eslint/parser":"1.13.0","awesome-typescript-loader":"5.2.1","chai":"4.2.0","coveralls":"3.0.6","esdoc":"1.1.0","esdoc-standard-plugin":"1.0.0","eslint":"5.16.0","eslint-config-xo":"0.26.0","eslint-config-xo-typescript":"0.14.0","freeport":"1.0.5","istanbul":"0.4.5","json-loader":"0.5.7","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-mocha":"1.3.0","karma-mocha-reporter":"2.2.5","karma-sauce-launcher":"2.0.2","karma-sourcemap-loader":"0.3.7","karma-webpack":"4.0.2","lodash":"4.17.15","mocha":"6.2.0","node-fetch":"2.6.0","npm-run-all":"4.1.5","open-cli":"5.0.0","prettier":"1.18.2","semantic-release":"15.13.19","sinon":"7.4.1","sinon-chai":"3.3.0","stream-http":"github:node-influx/stream-http","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.2"},"dist":{"integrity":"sha512-yjP2zwEvkln7MZM6C8ryruDYX/ih/K4zRd6UstUoR59NpTIR1n4AIwmxGBOv8pBfQpx9obijN6+8wd+vBrmpgA==","shasum":"e21a84c236544fab69a393c5a71b845f679999a6","tarball":"https://registry.npmjs.org/influx/-/influx-5.4.2.tgz","fileCount":34,"unpackedSize":142344,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdhmRLCRA9TVsSAnZWagAAURsP/jcZIXNF0PuABk+oG83h\nMIuRK6QEdNwXTH0/0m50vWa5CYDmwh5TeBYc0wMEGMg1JIC3WrDG47o5SQCy\nx/KTy1vreeLfd+zLc4eCJqYyPfYJ1yqT60LXjhiKYkt+hZo1hb5Sp368j1SU\nM/GstH+0u6IRjqO5DmO16eGJ5e6OMLYDITGnBrAxlwKEb5ZesL0oZNj/jOHt\nA0pwtB8LKzmqyR8xzrhv9YfbLBp9qngx982d+MTGLGIMtteQbModqWOVazLU\nR8/1YpS2N7Z6jrscXriFSauaMC+91UUxASkryQDnkoSxsxZa1bTjsz4isKn4\n3rs/Try8CPpDbHhdzFEwOdyV5yPHXvPGzLTmAOCKjO7zSEH6f57uI03/Xg1l\nFR+QJPFpyp/iOpsKWnGu/N1F5hbLeCqteu0/09KSUfu1OEVoZCUbvrfYkk33\nlVF71SzC3Hq0y8MT4hxmv2UZlKGFQdWwEoO/kRCYNuHxv/UhSo0BghMzb6hT\n8xXSmXayhGVU3IE53/kHBrF/1ulXCKPrVCc6Y6YiPhA0+55L5l9/wpF3fh5u\n+IPYyv2hxnbZhHhQPhQeFE8ltBgt3F0i2j3xjd6vFCD6HgpqkkbYfzZLUI8w\nkOb9qnFs2Amir3lVqb1/dvSogbRqtWsdbIzcExw3w1WCPK2FrYAMDtSLKXsM\n1mzB\r\n=XfzP\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBge+wFC9vYo16EBQYRgK6UBzwNmP4cjKTxOVju1l5cqAiBm1IDKuTwaAAsMXNF23L3HJVaZfP+ZfKomwCZ3ewm0MA=="}]}},"5.5.0":{"name":"influx","version":"5.5.0","devDependencies":{"@types/chai":"4.2.0","@types/freeport":"1.0.21","@types/mocha":"5.2.7","@types/node":"12.7.1","@types/sinon":"7.0.13","@types/sinon-chai":"3.2.3","@typescript-eslint/eslint-plugin":"1.13.0","@typescript-eslint/parser":"1.13.0","awesome-typescript-loader":"5.2.1","chai":"4.2.0","coveralls":"3.0.6","esdoc":"1.1.0","esdoc-standard-plugin":"1.0.0","eslint":"5.16.0","eslint-config-xo":"0.26.0","eslint-config-xo-typescript":"0.14.0","freeport":"1.0.5","istanbul":"0.4.5","json-loader":"0.5.7","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-mocha":"1.3.0","karma-mocha-reporter":"2.2.5","karma-sauce-launcher":"2.0.2","karma-sourcemap-loader":"0.3.7","karma-webpack":"4.0.2","lodash":"4.17.15","mocha":"6.2.0","node-fetch":"2.6.0","npm-run-all":"4.1.5","open-cli":"5.0.0","prettier":"1.18.2","semantic-release":"15.13.19","sinon":"7.4.1","sinon-chai":"3.3.0","stream-http":"github:node-influx/stream-http","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.2"},"dist":{"integrity":"sha512-L8WXFyc+hRbOfgf/lXCyACRyHOm9o3I9eCjdHlezi2I2pQqEMB6cRsoGER1XJsYa2hcOzYNUv80NXPzVgTBkSg==","shasum":"e68c921fe2c4ddd564f6d7524696de9205eef1fc","tarball":"https://registry.npmjs.org/influx/-/influx-5.5.0.tgz","fileCount":34,"unpackedSize":142631,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJduvZbCRA9TVsSAnZWagAArzMP/1PPf40B5dhnzPChXPro\n7M30g2RDr0Pp1Onrogwx5vJz/UTMfIkgM5OaMLpw6xfFO5mhWM7PAeFTyCza\nkqK+E67G1HJlFN/+jt++JZGFCXgwCuwk6C368Nvr+aqMbKqln5GxZNEA1onj\nEhrpsq9ePXJghARg2SqjUh799WgMm3MGQkJ1mh5CsC+DvvrNJfIcv9tFMmsV\nkpdVTP8Yscq4ASw8hErwn5v5GS7bmjDXgJ3Jyz7MNyy5elluWRd98DBZgawq\nX8NKxvB9SGBur1TjNvjWIBRt1LrNQTyfUISmKaKJNBgxPwzZUdxm47E0SEd1\nxSLTxjh1D7/FRzlN9CmZbIDWQFJ6cToFh1Bc5SuF+7/o1EZREZ4KULVFQxpc\nUlfmy8KPFd0h0HrS7O88LpjSKnwIl2J8C4qIUw+fm5TkbTf56uE9RpLFt1dG\ngEvO1ZWTwSc7kX2oTE8O7/OObqVQfGVIuMj6WEh59BMuRnooTKCgrkczl92p\nGpFV7hc8tFlzZbrlBlsYzg0okeidawIlC8qJXC771tPLPLKJU6z/+RUjDzzz\ntgswBBd6Rj0uakDvFzpKaRrCwVSOmdDEj+mv/ibzVLVJzRc/7VYZ+aAq0w17\n1UfaFcZhWRNzFkNMrY0yuk0IWZojFSUNSNd98JNP8wBK4ij0Mzz3Cx1Ra3Ds\nkpKf\r\n=eE6L\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICsbS9+XoD5sqJ/Fg7ioNrMYRTGCbwpMtVqR/Cq6taBVAiEAkDM2c0kUSN+hZ5c470pLObIq9eHUDm6pnN6b6ZDfoZc="}]}},"5.5.1":{"name":"influx","version":"5.5.1","devDependencies":{"@types/chai":"4.2.0","@types/freeport":"1.0.21","@types/mocha":"5.2.7","@types/node":"12.7.1","@types/sinon":"7.0.13","@types/sinon-chai":"3.2.3","@typescript-eslint/eslint-plugin":"1.13.0","@typescript-eslint/parser":"1.13.0","awesome-typescript-loader":"5.2.1","chai":"4.2.0","coveralls":"3.0.6","esdoc":"1.1.0","esdoc-standard-plugin":"1.0.0","eslint":"5.16.0","eslint-config-xo":"0.26.0","eslint-config-xo-typescript":"0.14.0","freeport":"1.0.5","istanbul":"0.4.5","json-loader":"0.5.7","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-mocha":"1.3.0","karma-mocha-reporter":"2.2.5","karma-sauce-launcher":"2.0.2","karma-sourcemap-loader":"0.3.7","karma-webpack":"4.0.2","lodash":"4.17.15","mocha":"6.2.0","node-fetch":"2.6.0","npm-run-all":"4.1.5","open-cli":"5.0.0","prettier":"1.18.2","semantic-release":"15.13.19","sinon":"7.4.1","sinon-chai":"3.3.0","stream-http":"github:node-influx/stream-http","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.2"},"dist":{"integrity":"sha512-06kWkvKZzdk7ONBi+MydTTVcpziIfzIKcTUqXpK0Uc0KoSVye0umQYDwDPJvMJtBjiS6L2eadXI7YsnNvOxbQw==","shasum":"2e7a3e5b9284894981d94c9fd96ee7ff9f9304a9","tarball":"https://registry.npmjs.org/influx/-/influx-5.5.1.tgz","fileCount":34,"unpackedSize":142645,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdy/P5CRA9TVsSAnZWagAA4DAP/2tAPZR5TqdrT/po+Pmq\nc9ySB1trjmapIz5KBogtUKH6I/lvftRIrRZlmMw76JkXDo0mepU0H0XOiTbJ\nLKz+vSzbC99CRFRcpyDXt/nGZCAYcUJn71dl5v8GGxGrgWH6Pr0gultjCcOn\nPzjlUNJhjML2KGUpXh+Rug4W5BVwn37gU4ESbcAbBRKydO51NFYH2zI+XSDR\nfRhILJbJCdxKjSjhwZ1nwkbOgS1ajTLFSdTM0r4pv1H7tZXLcpWCRm4Vpvco\nHNjXfb2BE6jkaWAjnnUO+Oei3IKGwnu8mdvw/farnMJz3cP+iSGp1Ox3Y0+/\ngoM9TopqYUotRvhuRp2z4rRmJwDaML8hTZjj0Q8yKj/zhsOHErkvQwinXobD\n/mkVxcRrSGKhmLKnp42Tkg7b+ck1siW70uobWWaOA5GoDtX/s5C+mDQgLTZP\n0dsIT2rWDso5vzDhsHhpBrqKhX2YmRhtjMS07rKOwIpwX4Z9sHcUHaOHuHnR\n/KfrZ6iP3qUwLs5Wlo7j7H63shc/MIhvapMSfOOE54QlI9X0/lwVAEsZBg0J\newwfAJSHmNZ58CrbpwCYSCb3/j9OWz27z9ZztNif6IsFlTa8/0ocpwfalZWv\nE0QxQp2nVgGKQyRgsDb22eZld9JzAekiPa6FV+ZYIYAOcKq/U+lOKVvAXi2p\npQfP\r\n=SM5a\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDOnVsCoue1M7auYktB7yMTffkG7jBaCaKIqk4iGgZuIgIgdbWLNnIWv45DuJsH+G4rYoxiLzbyfz/lxCXrqdjuOOw="}]}},"5.5.2":{"name":"influx","version":"5.5.2","devDependencies":{"@types/chai":"4.2.0","@types/freeport":"1.0.21","@types/mocha":"5.2.7","@types/node":"12.7.1","@types/sinon":"7.0.13","@types/sinon-chai":"3.2.3","@typescript-eslint/eslint-plugin":"1.13.0","@typescript-eslint/parser":"1.13.0","awesome-typescript-loader":"5.2.1","chai":"4.2.0","coveralls":"3.0.6","esdoc":"1.1.0","esdoc-standard-plugin":"1.0.0","eslint":"5.16.0","eslint-config-xo":"0.26.0","eslint-config-xo-typescript":"0.14.0","freeport":"1.0.5","istanbul":"0.4.5","json-loader":"0.5.7","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-mocha":"1.3.0","karma-mocha-reporter":"2.2.5","karma-sauce-launcher":"2.0.2","karma-sourcemap-loader":"0.3.7","karma-webpack":"4.0.2","lodash":"4.17.15","mocha":"6.2.0","node-fetch":"2.6.0","npm-run-all":"4.1.5","open-cli":"5.0.0","prettier":"1.18.2","semantic-release":"15.13.19","sinon":"7.4.1","sinon-chai":"3.3.0","stream-http":"github:node-influx/stream-http","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.2"},"dist":{"integrity":"sha512-N/UxWa/N2rf3fRyBjqlRobtTbIMOBR+yQIoX0Wme3d3qBxgYWfhTVKC7ph6245ZGbLyW1x4OEyKohgP4SddkTA==","shasum":"4bd8614120b8d2d8fb55753e213d08e7e9f867ec","tarball":"https://registry.npmjs.org/influx/-/influx-5.5.2.tgz","fileCount":34,"unpackedSize":142713,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe56eNCRA9TVsSAnZWagAAxB8P/iCvr7e2VVzfRZxbXvNm\ns+YWGBICxxMZP5GKaCcOobIq5w/+frnLeDzUaNt68fTT0EpO6r8+vDkfu1Nd\n0ptvwSD7z90xu07fXpkRII+7d76PnCBZwSoFEgxNqrdShlNZn9CCuScSP04s\nZqcSfqq4Rrq3AR58eBxTmOah6IH64Rzicn4uXuU5ApiiFjFpVbOZ8gmCGARL\nJO8EDpJsarlPBmqNLvMUBhKMd5bj9obUURpdaBl4o+t4Ao4zhVaMYa0G3e8D\noOnwp5iCB2MEyrBVnVS92X0szotYPlgIZAFN8XibYZd8xCcebm/hJpQ+MqQK\nuhV+/Cvw+WkKF0nEDK5fvgm84LFqcYkrAj4i360Wz1QdZkrsdWwXfWqH1qoW\nLMDgxD6LPLIu2jMpfesgJOBk3JPBOy3LnlpTAt2Nzd1lDBvU3cSidpvkESAf\nLveIvmKmR/kxgH6Q+VOfP1bcQM+2Coe1WWUIu1HUK6wvEPMdKn+6FEHXRg/U\nkDdGZ5QxEGGUYIGwzobXzW5jFd7dlZbGdULbH6sZMU5oUlaz7d+6ba9/nEZf\nfyKWueHOduzT35wDleAVmeOlH+2yRygLdEMkvfEyF9YQFrQvGvWyYzr0DPr9\nEz49m7TQbXhU9jYqja3yiWnsxeftgjXI2xo2AwF5S7ceImGhSM4UUAtlhIJk\n3g4w\r\n=gAug\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFr5rC+eWGU10vYx60MyNtaVhGiLmOha4km1praFKa7rAiEA+bJUC6cd2lerhqlRb3CLoWoLAWYoXsg7bM80Ch0gnXQ="}]}},"5.5.3":{"name":"influx","version":"5.5.3","devDependencies":{"@types/chai":"^4.2.11","@types/freeport":"1.0.21","@types/mocha":"^8.0.0","@types/node":"^14.0.24","@types/sinon":"^9.0.4","@types/sinon-chai":"^3.2.4","awesome-typescript-loader":"5.2.1","chai":"4.2.0","coveralls":"^3.1.0","esdoc":"1.1.0","esdoc-standard-plugin":"1.0.0","freeport":"1.0.5","istanbul":"0.4.5","json-loader":"0.5.7","karma":"^5.1.0","karma-chrome-launcher":"^3.1.0","karma-mocha":"^2.0.1","karma-mocha-reporter":"2.2.5","karma-sauce-launcher":"^4.1.4","karma-sourcemap-loader":"0.3.7","karma-webpack":"4.0.2","lodash":"4.17.19","mocha":"^8.0.1","node-fetch":"2.6.0","npm-run-all":"4.1.5","open-cli":"^6.0.1","prettier":"^2.0.5","semantic-release":"^17.1.1","sinon":"^9.0.2","sinon-chai":"^3.5.0","stream-http":"github:node-influx/stream-http","ts-node":"^8.10.2","typescript":"^3.9.7","webpack":"^4.43.0"},"dist":{"integrity":"sha512-+Xe9xxOEVpwvd3qsJ4SIyJMExO33qsszwMecPPBMF6AVPKMdLC4Yk7FTae14uYHuKemC9AlNAPYCeWSJCyb/og==","shasum":"8235e689392107e05ceeef1917fe55540b2d605e","tarball":"https://registry.npmjs.org/influx/-/influx-5.5.3.tgz","fileCount":39,"unpackedSize":148457,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfGJbiCRA9TVsSAnZWagAAY9wP/3Ife//xwaXyEdAkQAJT\nbEeQqJQ6/tcFPZ+O+uCcA3CnjyvuYLHtz3l5Lun5FAxguL2WMnoBCjyd/N+R\ntwBvkBnvC9gwYUAxZ1Zk7KEsQfBeFgguzdmW/kMnw7FcFnIaRCHrZhpkmdFc\ncntehQSICFB78l+2p5ALxRmf/0gfHplbMeHn2Y05DIvMDUrqqW1TZS6bADhw\n1nfi/3NhsruIoN35CwkbJScodu2gsDPBW5nIQTc9CT0ahsmRuSQVidRJXGe9\nFoJVzsjpC5JeHQuw+V0cwgwUmBhyBnjaCpGEke0jMF8hwLO9Uou4spktFqSp\nUCT+U2Xbnf347HvwN95hOM3j/afuevFtWNKj0Tfpopz3RzlbDgpM297yaHVT\nyAagnoDH7RF5duSsO6+kLVfh2gMoDTOZDbwjw5WklOAYckJb7k90RJNAwxmB\nquizUf1ffFuV+G63d/i7CEY66v6Lh422p4x1ODtpBF+dCP9AzbcytITEMSKf\nwmr4YrkF14HRqmdzdgxXEQPvcHT98w/tegzqFuH74EcPwnNz/zGQT9qmmvks\ntg6yYbW+itMnJb6IfjKeCzmgGzVO5jVNw6NhOFe0dY+OYAX9RMJSMvZp8Iui\nvM6Eyts+ezMQvi4yhgNeyD1CdoR7mCF+EpLpVVUN2p26XmxXppMwoPK3n7DD\nPZzP\r\n=S0HE\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCJnXq85jcXSa+blGAjkbBFQJLXj6HxyfHbR4fQ2E2cuwIhAKAy1qRJu9VQxQpBzd3fmfvicb/OwDx08iiWEG3EbYmF"}]}},"5.6.0":{"name":"influx","version":"5.6.0","devDependencies":{"@types/chai":"^4.2.11","@types/freeport":"1.0.21","@types/mocha":"^8.0.0","@types/node":"^14.0.24","@types/sinon":"^9.0.4","@types/sinon-chai":"^3.2.4","awesome-typescript-loader":"5.2.1","chai":"4.2.0","coveralls":"^3.1.0","esdoc":"1.1.0","esdoc-standard-plugin":"1.0.0","freeport":"1.0.5","istanbul":"0.4.5","json-loader":"0.5.7","karma":"^5.1.0","karma-chrome-launcher":"^3.1.0","karma-mocha":"^2.0.1","karma-mocha-reporter":"2.2.5","karma-sauce-launcher":"^4.1.4","karma-sourcemap-loader":"0.3.7","karma-webpack":"4.0.2","lodash":"4.17.19","mocha":"^8.0.1","node-fetch":"2.6.0","npm-run-all":"4.1.5","open-cli":"^6.0.1","prettier":"^2.0.5","semantic-release":"^17.1.1","sinon":"^9.0.2","sinon-chai":"^3.5.0","stream-http":"github:node-influx/stream-http","ts-node":"^8.10.2","typescript":"^3.9.7","webpack":"^4.43.0"},"dist":{"integrity":"sha512-zuBT1z8/dt3OaMfLAUzClabw2KcxMf/Y2DyQbsKJcFBldMwILAymRU/uq1DFw07YXWbLAVjq4sDY03jsCVsxMg==","shasum":"886a8a38afdfb4e89e2c86d6dc9d38b2fff47ac4","tarball":"https://registry.npmjs.org/influx/-/influx-5.6.0.tgz","fileCount":39,"unpackedSize":148834,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfGKC7CRA9TVsSAnZWagAAmzMP+wT1b59/YwCUvO36Tvnq\n8ITihmvjNr0Rryrbch8kBZ2i7HevS+KXegeMAXXOuw45vN1nQKgdPZTMECFd\nHxflZACPDdjZrWYS0FK8ludxyQbh/frgM/NfPzBszbV8luD0Wk6w9CQEbaD7\nxaczS4MMglJvzf7EN4lHxK4PYFdSqUjtPBYgkXOU+Rcvou1EJk2iRS3CdQyN\nQvOpWFatpCstExWjOMCZM9MQzqAVzyX1JkYcchwnTm/ul82RNOcX8rgjQhpk\nN3a5sOLI9DJ39pdCPbSIEeFJOxinuDmULhLBAlBqF7bUK+rMKDYktn4c8McQ\nX+oQatgRJW17VDIQorjx1c8hGeHpVEgIu89+gkw4qtp8su1y60Y222vCDuC7\n0h8jznnNQJ6QGTCJFe2UROwpvBgzhB+9lWwVL0jBZ67xV7ou3VTpk8GOGyML\n+xmuZnagIlbv5HG5npMgAH4qDDwaKy4+4otreIMYQxSoa5XP/EjTMyL0ULqD\nYgW1XkzEyT+bhQI01Hrz4nuHmBM06WT+AcPvXtJGa4Po8uh9wBk2F/aUCqHw\n/D8mf3fT7/PdU8dSZVi4IuMrq5h0bCABSCM1VkaaR9KRWTbJPTQbk85bX7eu\nR971NOvLCcE5wR5Aoib6s/t2rUbZo2uxt6e7lsObL122PPtuzegInx3+Uoad\nEr9F\r\n=CXNA\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGz5Aj3iGELte/POie81UWLGPCEU81016uDsCL1K9terAiBJxuwIXmqeEnUgOOuYsdSV74/KzP4vvqxEeZY6M3rk/A=="}]}},"5.6.1":{"name":"influx","version":"5.6.1","devDependencies":{"@types/chai":"^4.2.11","@types/freeport":"1.0.21","@types/mocha":"^8.0.0","@types/node":"^14.0.24","@types/sinon":"^9.0.4","@types/sinon-chai":"^3.2.4","awesome-typescript-loader":"5.2.1","chai":"4.2.0","coveralls":"^3.1.0","esdoc":"1.1.0","esdoc-standard-plugin":"1.0.0","freeport":"1.0.5","istanbul":"0.4.5","json-loader":"0.5.7","karma":"^5.1.0","karma-chrome-launcher":"^3.1.0","karma-mocha":"^2.0.1","karma-mocha-reporter":"2.2.5","karma-sauce-launcher":"^4.1.4","karma-sourcemap-loader":"0.3.7","karma-webpack":"4.0.2","lodash":"4.17.19","mocha":"^8.0.1","node-fetch":"2.6.0","npm-run-all":"4.1.5","open-cli":"^6.0.1","prettier":"^2.0.5","semantic-release":"^17.1.1","sinon":"^9.0.2","sinon-chai":"^3.5.0","stream-http":"github:node-influx/stream-http","ts-node":"^8.10.2","typescript":"^3.9.7","webpack":"^4.43.0"},"dist":{"integrity":"sha512-SWzePPvEisEwKkgRPDZj4Sx25MQoHIUqsL6ilr6A6f4QcDQsUXk0H4hrm0Vcom3OPaXa4DwYgU9Cg9Q+6Tz2xQ==","shasum":"934add8a1ca1d77762989707e355e9639757c2d1","tarball":"https://registry.npmjs.org/influx/-/influx-5.6.1.tgz","fileCount":39,"unpackedSize":148872,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfIZRrCRA9TVsSAnZWagAAn9EP/16woHc04U6nxzgsfWYP\nieo217zZnYjwTD8QtQsI+olENp1sVFgmlmg3fO6IM6zcxviyPH5iQk9wcryj\nGaHdW+DzJRgeBQ+bH7zJsxkCoLfRKXwF/C4hMdOt0hAa2Ao4Swmf4lCcHF0K\nX7rIHiYkk11VDafcIZ3mG7Gq2ZBtD+BeGWPmkUJYLpKCJgP0GyU5gSvj405o\nnzl/GJY4zu4QsQSlhcc6BQstAVm+0u9531Aw6miiqj4R7waFsj/FaZWBhXXl\nJsrGtEyE/HB/BTcTj4MRRow+9UDhk1Y8mXUFFZqeaAQ+M0vQOfiBLrP9G2Pk\n7qsvqFQMpxZmIz9bRKN23xjzo4BRoRSinqOc1BKdlOKqG7B0fzS3jyahwk/S\nUv02RdrvN+9Ped9AHcbdEG5Nad4h/7gQVFWm/pDlC9bGYeXdSJLlVS+o7+Em\n74VVsud5qql97Oi4E34StRnti42cxYlhwsIUB6TcaKFzDo617dtMckBDDNbE\n+Tj39zMZZECSIAdTTKSuKEvpwzhL0PvU2tS0nFQvQuGsbJCyBTlDu8TOkKY+\nZtNCU/GdS8kvvfIPw609/Erk6kl/zNyL2Y1jUjSNzSamCA3QE6ZFfisbO3xr\n74h0t9W9yl/5UqJVp4LO9xfSwDgjFUqami6cG3crE/2GdGmghltLjnLxK31q\npUv4\r\n=1nYe\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIARYRusBiYc52HAHacwfSujsl+aUak9qHY08TegXuRABAiEAmUlPHopAW8DTynumFO5/dn5EbpGzZV1KTMqhcQapTsU="}]}},"5.6.2":{"name":"influx","version":"5.6.2","devDependencies":{"@types/chai":"^4.2.11","@types/freeport":"1.0.21","@types/mocha":"^8.0.0","@types/node":"^14.0.24","@types/sinon":"^9.0.4","@types/sinon-chai":"^3.2.4","awesome-typescript-loader":"5.2.1","chai":"4.2.0","coveralls":"^3.1.0","esdoc":"1.1.0","esdoc-standard-plugin":"1.0.0","freeport":"1.0.5","istanbul":"0.4.5","json-loader":"0.5.7","karma":"^5.1.0","karma-chrome-launcher":"^3.1.0","karma-mocha":"^2.0.1","karma-mocha-reporter":"2.2.5","karma-sauce-launcher":"^4.1.4","karma-sourcemap-loader":"0.3.7","karma-webpack":"4.0.2","lodash":"4.17.19","mocha":"^8.0.1","node-fetch":"2.6.0","npm-run-all":"4.1.5","open-cli":"^6.0.1","prettier":"^2.0.5","semantic-release":"^17.1.1","sinon":"^9.0.2","sinon-chai":"^3.5.0","stream-http":"github:node-influx/stream-http","ts-node":"^8.10.2","typescript":"^3.9.7","webpack":"^4.43.0"},"dist":{"integrity":"sha512-bU9eIiJ6yyuuh4glSdTG4Ah6JpTa4LOZs79i3H7e9Ch5eyq+IGHYzs3PuB+Anuj6EQjJyVetfz2RiRVs5vmpxA==","shasum":"897681bc67c3aa91414daddf0c0d61ea96d09a4d","tarball":"https://registry.npmjs.org/influx/-/influx-5.6.2.tgz","fileCount":39,"unpackedSize":149052,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfIZa2CRA9TVsSAnZWagAAJMEP/iGtkoZsjjhsIDEeSFTv\np1qqEuSQyrW3FRBTZvLxY7dtZ19snxN4/Lq8svjtfqsxYqeZwNFW24TmbUbr\nCCXaEsJUvnXhT1c3vpXAE+zVSGcc4MwodjBZA/HKvnQwAMbfR9Hy9Rtt/0Uy\nSNbIB0BssxwUrYU6tQERp0w6dEhMGRtAKwy7HEUbPwgeuxzIEyFd5yKLGb/L\ny59JhLUPlpmDKWj+Hm+Rgoa5TV73w00CkPE0Ptovb9EBOMn2jdFhM1iIHSs5\nTDZ03r1asSVnwsuDsCDohgaJ3yxtfnEmP2WXpVGA3b1xVtJFj3n3dFIoxkZs\nH/CvbW4evtpkHOuwHKeuRFAeWfRXmXbSNlPOmC0WZV0fxjPcrS848wdCeHRC\nph2us8mH/TYlq9OUypejoyne0TjgKyqDoR3wysRo9XcGpTrHIM9QHfh/SU+0\nqBMyanX4XXRNfjxfsqWzawp7TLjLBxZLfTy8pjZ8UOL0otza2NpvO87HVWzJ\ncXqxakcJ518D4FnPrZ9eLUwzydSNP2/8hUFDYZChsT0zSns2Ewv5H2nwK7fs\nCEoYTZwXjIm+T2n44QVCVKJgJE/gO32YLWPOfGQbLJ7bsMYmJ5SKyT9kzJP6\nN5Z+RVBgaMdA8Bu6iMH5L3tOd0chkCakYU0OZrlqkoRLhiGuT0MSAX/SBvo/\nrXuW\r\n=Y8u2\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCcLr9fMHJ4hpbDOspTSEW1N3Kh3GBH15CR+Djp2CrcagIhAI3TVh8s3oNWkxYiqd0V/LYvBh6lOjtoVqyVGObrc11l"}]}},"5.6.3":{"name":"influx","version":"5.6.3","devDependencies":{"@types/chai":"^4.2.11","@types/freeport":"1.0.21","@types/mocha":"^8.0.0","@types/node":"^14.0.24","@types/sinon":"^9.0.4","@types/sinon-chai":"^3.2.4","awesome-typescript-loader":"5.2.1","chai":"4.2.0","coveralls":"^3.1.0","esdoc":"1.1.0","esdoc-standard-plugin":"1.0.0","freeport":"1.0.5","istanbul":"0.4.5","json-loader":"0.5.7","karma":"^5.1.0","karma-chrome-launcher":"^3.1.0","karma-mocha":"^2.0.1","karma-mocha-reporter":"2.2.5","karma-sauce-launcher":"^4.1.4","karma-sourcemap-loader":"0.3.7","karma-webpack":"4.0.2","lodash":"4.17.19","mocha":"^8.0.1","node-fetch":"2.6.0","npm-run-all":"4.1.5","open-cli":"^6.0.1","prettier":"^2.0.5","semantic-release":"^17.1.1","sinon":"^9.0.2","sinon-chai":"^3.5.0","stream-http":"github:node-influx/stream-http","ts-node":"^8.10.2","typescript":"^3.9.7","webpack":"^4.43.0"},"dist":{"integrity":"sha512-j2biV776HXb2IbIcp2G24w50IqIWENDnKitm0Vj54vlpw9EfGzY7x7ndCRZSGzzm4fyDLSDQ+/cypZQpuDQxyA==","shasum":"53bf79da6a8607b427744cf033aa3c2e7a12cd35","tarball":"https://registry.npmjs.org/influx/-/influx-5.6.3.tgz","fileCount":39,"unpackedSize":149089,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfMneBCRA9TVsSAnZWagAAC9MQAI0gnSWyghBLykLCar+x\nu3P3vnk7WUOMcM88qpWhD1XXN0mYMIghkVI1W4cnRsEFbEdw0N6v/zLYZZrD\nqhtdkdqLpsrWx323HlAijkjpKgh6FRxaUzMh30DMQRQNYdc3RFzlrwc5JUWc\nLOUv2aj8tGhmGyan4nHD5UpPyIKKktRvjGOwv0KG7pAw2hjJuWPB2kGdCyDi\nq4ySzks/TbamNJL9SzCJbkKlrJDMBqPzG7/Q/g+2GCYcyhnT+VA+pIlFcsUz\n8aROOysFegv0IvylQCd44B+lsVKL5e/E4Yr18gFFTUOE97OCawZC0G8Jmm26\n5MfqG8Qr4Zyo5Tm7q8TNv1s/06M0bT4lS+ixge5pUZhP0iKu3/lBh5F+bKom\nWQfL8Uqlx3JQg6jaZ+BZSlwwa7dm7tDGDZRjfoYDeAwhYnfzheYmBwjNlB4x\ncwMsxPDDjT5S50FVxHN9mVU31IT+9y8AvWZIi6WSPmMia19PYJtmdVXVn0YG\n+hfeclQ1iEsggFW7rFkbo4uwfrriramSfxUTHSyr4nsfzkoymhp6/9bsfB7M\n5f86T0Ykjr4EpNCi3sRHfJhiRp4mXmmYoJWNcR7YJ581UDNVF5QxdF3FChJ0\nD8N9yKFZd1QGU5vyAXVgw7peqKRXXQRFXk8m0EdPUwUgRm6xnGhAQCiV1rqm\nnFsY\r\n=5MXb\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDE3vDF13+1QWklSmfq/LhIXMP1m0Ej3AvEPMSohcLfBgIhANNioNaH6SRbFSNE8QJGaJL5i+HMw8NcphMgycz66q+m"}]}},"5.6.4":{"name":"influx","version":"5.6.4","devDependencies":{"@types/chai":"^4.2.11","@types/freeport":"1.0.21","@types/mocha":"^8.0.0","@types/node":"^14.0.24","@types/sinon":"^9.0.4","@types/sinon-chai":"^3.2.4","awesome-typescript-loader":"5.2.1","chai":"4.2.0","coveralls":"^3.1.0","esdoc":"1.1.0","esdoc-standard-plugin":"1.0.0","freeport":"1.0.5","istanbul":"0.4.5","json-loader":"0.5.7","karma":"^6.0.0","karma-chrome-launcher":"^3.1.0","karma-mocha":"^2.0.1","karma-mocha-reporter":"2.2.5","karma-sourcemap-loader":"0.3.8","karma-webpack":"^5.0.0-alpha.5","lodash":"4.17.20","mocha":"^8.2.1","node-fetch":"2.6.1","npm-run-all":"4.1.5","open-cli":"^6.0.1","prettier":"^2.0.5","puppeteer":"^5.5.0","semantic-release":"^17.1.1","sinon":"^9.0.2","sinon-chai":"^3.5.0","stream-http":"github:node-influx/stream-http","ts-node":"^9.0.0","typescript":"^4.0.0","webpack":"^4.43.0"},"dist":{"integrity":"sha512-o2JWmKd0fB7CbCfLdmDU0paSNyrYcnWe2YDaAtDwc4BZAIfrs2ytHm+Gl9gCvru75OWiXgsgsErnoMJ8fbzPgg==","shasum":"8b082b70f76c38bbb0e7f28ac27dca095f78e3ed","tarball":"https://registry.npmjs.org/influx/-/influx-5.6.4.tgz","fileCount":40,"unpackedSize":150412,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgFaVyCRA9TVsSAnZWagAAAGwQAJG5b2WuN/IQ5bcUD1vy\nsDB6RsKyARBbxnj28y/5sWCDGZ9yGxwQxcZxcaqceVPLTdTTzEOe7DIvOrLZ\nNhFJQFjjt9PfYk/zUfv72ER1CBDXzT4iIrx4eVMDq+qeELTwWaq1DEOt81Dc\n8xevNUQPpRaO1a3z6kiNdGcWyQPUumFdOptMZn6Eird4wpfyKNj9Tg074h9s\nMxxtvMT6Q9SXUK5vdrDP5bQJOXfyWPtIzptQw3lrAXkVz8ZUHspYxKzCY8bU\n0fHGLaknXK5IpfnDDqMJ5L/ct/63cswWp4gY4hAMESpVY35a2qfifIXfjlvt\nT+l9zQfIKU+fuqe5/8L7PTwNIo0VRqzb7bBgQctrhdg+iUN76hsoa6olrZzT\nm2G3PvxUNqZy+ng0iH0cjyiAFFnyaXwqkeIE/M4DXhBfJigdfEmBydkwMTVC\nb1KyckRkN1QMvkrJGhweyUcKEAmz0+85US9eTfyOVEWaHNlrDESSxTTKNfXt\ngF+HebnLraUMbkZUMOgCJljcCRUUPtUy/ONJc2YShQYIykCl25BfVkKd+Rmc\nXgQ/mHOjBJgDoKpi8WxP/p1lWfVJYDFoiM0LExaU+TM0vViOs/u+1b9xTawV\negAUPq+OnHL7b2kf4Rs0Qn+gnf8+8XKTLoVwigsfjN95UdG1xQYCjmfn0n5Q\ndwDm\r\n=OALi\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIH1uvg45aoHRU6DwG4TdwL2uXMzm7AJd32iACea7L9uKAiEAo+An6yLcQsfVpGxdLdMB7UDz65TiXR8Puwqi9ErCXZ0="}]}},"5.7.0":{"name":"influx","version":"5.7.0","devDependencies":{"@types/chai":"^4.2.11","@types/freeport":"1.0.21","@types/mocha":"^8.0.0","@types/node":"^14.0.24","@types/sinon":"^9.0.4","@types/sinon-chai":"^3.2.4","awesome-typescript-loader":"5.2.1","chai":"4.2.0","coveralls":"^3.1.0","esdoc":"1.1.0","esdoc-standard-plugin":"1.0.0","freeport":"1.0.5","istanbul":"0.4.5","json-loader":"0.5.7","karma":"^6.0.0","karma-chrome-launcher":"^3.1.0","karma-mocha":"^2.0.1","karma-mocha-reporter":"2.2.5","karma-sourcemap-loader":"0.3.8","karma-webpack":"^5.0.0-alpha.5","lodash":"4.17.20","mocha":"^8.2.1","node-fetch":"2.6.1","npm-run-all":"4.1.5","open-cli":"^6.0.1","prettier":"^2.0.5","puppeteer":"^5.5.0","semantic-release":"^17.1.1","sinon":"^9.0.2","sinon-chai":"^3.5.0","stream-http":"github:node-influx/stream-http","ts-node":"^9.0.0","typescript":"^4.0.0","webpack":"^4.43.0"},"dist":{"integrity":"sha512-LwBf+cTXW+1PEHiG5YNE4r44mAVvevomqBqt2PpMGM2HjqFp5SmowtTWhwnybXoX6gnHn9mL4yVAbuAiSMZhjw==","shasum":"45fa658d160938909f1b80fe236dd6b41fb7b59f","tarball":"https://registry.npmjs.org/influx/-/influx-5.7.0.tgz","fileCount":42,"unpackedSize":152430,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgFabSCRA9TVsSAnZWagAABk0P/0boRPJw3WY69P0BMbgH\nKxIotF7St8DAxkAV3qOKV9WZO3re5b0Xnt12HEOyaj474zkS/e4XiZeUqySu\nVIojwi2SW/j9qbDe2nPpXVaPbSJtIH0PcZlZoAK+6tHBmQo3CZ8BkDLXFoAi\n4lTSk7FPt+VY6vxNZCKwKWgXybyqguE5stoP4JSVWSs26TzYfg4KcnRYAGYx\n3o+k3Vl1yHLMpRy3pj4woLD5yNfmeIkQzcnDgCus49r489408RhCQERgYZ3E\n08r8IyCZBo3fekddLJM8+WKGtX16Got/c+uTb9sW6tOWF199LC8Lolf1hnJY\nHLgaOKIgX346VGa3KR9xebduiajzBiULL8HVXAmKSILZUX6gCk0aAsiXK2DP\n+sqqiSY0xDSeGzKHA94QKhkyi9JukhOqb6AszRhOBNj+0uJQ2GMEt53mNxCr\nyXDSWZmYK315ioZgjnYhZAyqhXycOB/lw2MuOcCmSDomiiKF7S9Joci4dUDa\n9kKEM+CUeW0wiBA/ACWkLSL5sc3tBn1t9IarVW3i3Rd9GEGHuH3Sk758RBhB\nzyPXDcidd63WNXcZNb+ZRpk2e0A7z8Mkjy6h7ffN+nwYrA37/C+vCY5Pd/Ii\nWuwwYMLmBIkPeV8vUbP2RuiMGPQLTHakquutNg+gtyr1UVbzGU/SUQv4gX3Z\nvkqs\r\n=whO1\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIF9Eo/FAyi2D93Zrw05YeBd/hG4Qoo19ME9C+O8zi8YDAiAjKIuecJ3lKqkPtmFwFeNsCLP5EqWQe6Ysw1aDoGJbuA=="}]}},"5.8.0":{"name":"influx","version":"5.8.0","devDependencies":{"@types/chai":"^4.2.11","@types/freeport":"1.0.21","@types/mocha":"^8.0.0","@types/node":"^14.0.24","@types/sinon":"^9.0.4","@types/sinon-chai":"^3.2.4","awesome-typescript-loader":"5.2.1","chai":"4.3.3","coveralls":"^3.1.0","esdoc":"1.1.0","esdoc-standard-plugin":"1.0.0","freeport":"1.0.5","istanbul":"0.4.5","json-loader":"0.5.7","karma":"^6.0.0","karma-chrome-launcher":"^3.1.0","karma-mocha":"^2.0.1","karma-mocha-reporter":"2.2.5","karma-sourcemap-loader":"0.3.8","karma-webpack":"^5.0.0-alpha.5","lodash":"4.17.21","mocha":"^8.2.1","node-fetch":"2.6.1","npm-run-all":"4.1.5","open-cli":"^6.0.1","prettier":"^2.0.5","puppeteer":"^8.0.0","semantic-release":"^17.1.1","sinon":"^9.0.2","sinon-chai":"^3.5.0","stream-http":"github:node-influx/stream-http","ts-node":"^9.0.0","typescript":"^4.0.0","webpack":"^4.43.0"},"dist":{"integrity":"sha512-sWNzAMJCyuXZhe+K3ipwlq+6zEejKu7MCrzHCv9d7xPzuY0mcfcdYpS8lOloPJfyEg+1gpMSGVHbu2Dp78YOXg==","shasum":"8e7f1185c8e593b24cafbe31ecde50db3c88b393","tarball":"https://registry.npmjs.org/influx/-/influx-5.8.0.tgz","fileCount":42,"unpackedSize":157203,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgSh7xCRA9TVsSAnZWagAAQHsP/1k6CpPy7nrEOGTmBwpk\n7CJOhtT4XMBrnsjhYr8198tpAik2qHrhG8DQmQMlV88qogB/McqMzud0nlef\nrGEcwMQvw2wbwbyJ9SRh3IYiWWmV8KgQx/UP+4E7STLraTdnaPInnrN7EbbY\nRTA0NZL+XBgZGJYPaFtUPHrykRzz3+zzWusGnKj40E7Q+UImW5TmCqrKLk2R\npBagwZYkQM2+9JVa9Or26McXjM0m4HW1a1TCd2Bxod9Dufcm5Qvi7ti3QK5t\n4fpJR0Atn3uUw5f61fRvKXRTMm8G/GFq0RMRmATQC59Nuk5rSwMliqmSG/Cp\n6arS1YTFPIifQP4XtWnuga8ZaMMbcsG0gvVhkwua8DfDce5jAFiPXrQgCCBK\npvx0Sb5n+z5Q49MR7KfrQOF3bKOFeeWzjJhWWEjM4JoP5L9K2kNZdYDkKBnk\nQpKNdfMarwzl4xnQ5TlREd5bGkm/h/zsCkBrSVXhc4aOahLsNsn1K3iFFlFd\nY4Juqj/3CiCNwmaHRQtyAhilBsOEQ84de3zx4TKJRYJixERVb+7JDI+oJ7LT\nr/4W/FGU+BXlYw86Z/hE0hpSJmpDVsvo6DPKJwcb2kRxvQmaxZyqFMW1dIn4\nq9iwvzhfMm+XIc15vpbXFG/UNAJjTHk77+ZOmT0SN8yfpCSifEpOFqyKH9IJ\nZjN3\r\n=9KOR\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEPOrDMT/86UMlhhUq66wf+bAxVWjyLXL9Hlf5+g+pF2AiEA0QtEBfTLR8FO1u+ZWnhx8v4ntKaQSJ1xBcIC4LlSzR0="}]}},"5.9.0":{"name":"influx","version":"5.9.0","devDependencies":{"@types/chai":"^4.2.11","@types/freeport":"1.0.21","@types/mocha":"^8.0.0","@types/node":"^14.0.24","@types/sinon":"^10.0.0","@types/sinon-chai":"^3.2.4","awesome-typescript-loader":"5.2.1","chai":"4.3.4","coveralls":"^3.1.0","esdoc":"1.1.0","esdoc-standard-plugin":"1.0.0","freeport":"1.0.5","istanbul":"0.4.5","json-loader":"0.5.7","karma":"^6.3.2","karma-chrome-launcher":"^3.1.0","karma-mocha":"^2.0.1","karma-mocha-reporter":"2.2.5","karma-sourcemap-loader":"0.3.8","karma-webpack":"^5.0.0-alpha.5","lodash":"4.17.21","mocha":"^8.2.1","node-fetch":"2.6.1","npm-run-all":"4.1.5","open-cli":"^6.0.1","prettier":"^2.0.5","puppeteer":"^9.0.0","semantic-release":"^17.4.2","sinon":"^10.0.0","sinon-chai":"^3.5.0","stream-http":"github:node-influx/stream-http","ts-node":"^9.0.0","typescript":"^4.0.2","webpack":"^4.43.0"},"dist":{"integrity":"sha512-oAG5tpxzWep7cA+1ybEK0HIptuBGK+DwObeSmsIRr9VXBf4ggN/vqSUqlvgQpjEoeUNr2tphHZJWc9n33sle9A==","shasum":"a05bc72287a8b225ac5ba824c0bea09ce0e943bc","tarball":"https://registry.npmjs.org/influx/-/influx-5.9.0.tgz","fileCount":42,"unpackedSize":157715,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgmS65CRA9TVsSAnZWagAAzpoP/i9EpCzPypcZB2sLGVm8\nGOBCa/9na/xLVV/VOyQvkxNm+Bw+XGdMw9ljBptlgt1HBSdgVXtQRDtQmhHO\n82DK4Fv/AneE9lU4UJfHR2g3XAMDGX2Yg3LC4YCTtP2HFw40EC+WwZRODLhv\nL9wreVsFs4OsAYZ8iH10mvfCnDC6/vb8V9bb8hX2x4WQOj2psONYTKZ8MStM\nP+HtBKxWlmSOS1yewm0Afbu7krUlds/W2wDp/6dvNhUqRqh5+5KQ2atj1PfN\nDsAOTg2EnbyhT+0FaWKKVV600hsILi5BaorZK8PXRGlhRH6SOGPdmoxZUa4Y\nNVW5o3qYeAEVHcc6TuBzHhZ/xo9Mn5S++s4kEaR8rnM0KdyGyc+m/Dbx4ZT4\nlnDB1lFn58sKn6i2tKsJeEIcpcg/gh7P26iZ2N/CvH7+ytL3/kdq6qlEijTG\n/E2TpQJBZpXLLnorTXNe3KQGhZCbOrBFsWcvR3Sv9CEeImqHL5HiRc6VZ5LK\n5v+elPBvVYO0uFpOWyDCLs6dockh6RxZr89eNHjqd0HNOo+c51mRdCxnf/RR\nMmfmKr5Mz4fHkOpknWeWsqaFRjDywxmJaSpw27H503X0FATBbEXfY+dZFnjn\nP79WM4LdSWoFKe/4weBIkAnZBj6a5Pwsyy5a7aJvlvuQhP4Qjo/Ja/Kg1603\nATrO\r\n=UYqN\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIB+jBKjtzbEiSeJ4+Xck8sa5Tr6jwq4Hyj9BeCK//h34AiEAiP2o85+EXd/XYmImJaj8/yPIIgfX3kZ27wWkep+LnLQ="}]}},"5.9.1":{"name":"influx","version":"5.9.1","devDependencies":{"@types/chai":"^4.2.11","@types/freeport":"1.0.21","@types/mocha":"^8.0.0","@types/node":"^14.0.24","@types/sinon":"^10.0.0","@types/sinon-chai":"^3.2.4","awesome-typescript-loader":"5.2.1","chai":"4.3.4","coveralls":"^3.1.0","esdoc":"1.1.0","esdoc-standard-plugin":"1.0.0","freeport":"1.0.5","istanbul":"0.4.5","json-loader":"0.5.7","karma":"^6.3.2","karma-chrome-launcher":"^3.1.0","karma-mocha":"^2.0.1","karma-mocha-reporter":"2.2.5","karma-sourcemap-loader":"0.3.8","karma-webpack":"^5.0.0-alpha.5","lodash":"4.17.21","mocha":"^8.2.1","node-fetch":"2.6.1","npm-run-all":"4.1.5","open-cli":"^6.0.1","prettier":"^2.3.0","puppeteer":"^10.0.0","semantic-release":"^17.4.2","sinon":"^11.0.0","sinon-chai":"^3.5.0","stream-http":"github:node-influx/stream-http","ts-node":"^10.0.0","typescript":"^4.0.2","webpack":"^4.43.0"},"dist":{"integrity":"sha512-5UKbZNfmSLgZwwHziOaEXHh1iA2JeNGbIzbmaBWNhSk6xbXn3hMhQxUzI0Z5Kf3HV4UOB7L3niFahIZw478CfA==","shasum":"743fef2990314eb3a1a0e284e5d0502daabd19aa","tarball":"https://registry.npmjs.org/influx/-/influx-5.9.1.tgz","fileCount":42,"unpackedSize":158410,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgt38tCRA9TVsSAnZWagAAQusQAJ+wtdEG5t1DrEvn9NnI\nx4mQSIFAnoO3TcvrqfXADTSCAmjCnntXgIrwoeUL0uxWXfJKobmwIIzusPTh\nqwUhMGW/Cvpl3ia25vcAasP/2e9DNQC4+rlWgiMeleKwmQk347a1peryOND6\nDis5/WJjaMMJYLbcTRzKjZcKhWTLomfsFGD5CSBCtISGzik1j0ocGw+hSsSp\n4x/ffIj8iVOop7z5N5DJZtIpCRJDKRnfSPvAIdgw3IRrR/8jnVI0hC+L/k7P\nuhDtA3Nc2JPtBW+rChr7Yxi1uq1r9dWwATP8T3nYYPWrQ0HbqlKS98mKUUVl\nakFKuk5sO9KB4SHBZ72bT0wq35q+MjUFe7HV8lgYpwLRYB8ZemXTmH5iOBrf\n7NIGKdZi2EKQHjI50KaOcCUm1ASxCb/9FBoJ89fLonVmLY19rQIaIq31Z90p\nKGAvhSewMeiOO2KUQLMUt/Wq8TW1G8beiFRpnUIDnoHDXAY6F/AZgRT/j443\nBNcyYdUXb2uQQm39XVsPP1LZw0zaprGZHL+MiH4+3Fjm3aMulDiZ1JRkIjuA\nY0ieAEjJF00WClK8RK1laOFNjDmKbnLKYONuJnZ/4wVpaYDWVFxUPdlzn/Xc\nhS+NevYyEGf7kaubxBDej35GCk/22zZ678o67A3KXzC4youJ37FEE/c+1btj\nIJ/d\r\n=4LSM\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCXhqQSrzk8Xls1lIiDZZ9BZaec9/g6hn5rqGlWIxbmpwIhAI8yk5blO8OFqH6nyMPeWIPYY7bm6MFzNSKk4NnWTDam"}]}},"5.9.2":{"name":"influx","version":"5.9.2","devDependencies":{"@types/chai":"^4.2.11","@types/freeport":"1.0.21","@types/mocha":"^8.0.0","@types/node":"^14.0.24","@types/sinon":"^10.0.0","@types/sinon-chai":"^3.2.4","awesome-typescript-loader":"5.2.1","chai":"4.3.4","coveralls":"^3.1.0","esdoc":"1.1.0","esdoc-standard-plugin":"1.0.0","freeport":"1.0.5","istanbul":"0.4.5","json-loader":"0.5.7","karma":"^6.3.2","karma-chrome-launcher":"^3.1.0","karma-mocha":"^2.0.1","karma-mocha-reporter":"2.2.5","karma-sourcemap-loader":"0.3.8","karma-webpack":"^5.0.0-alpha.5","lodash":"4.17.21","mocha":"^8.2.1","node-fetch":"2.6.1","npm-run-all":"4.1.5","open-cli":"^6.0.1","prettier":"^2.3.0","puppeteer":"^10.0.0","semantic-release":"^17.4.2","sinon":"^11.0.0","sinon-chai":"^3.5.0","stream-http":"github:node-influx/stream-http","ts-node":"^10.0.0","typescript":"^4.0.2","webpack":"^4.43.0"},"dist":{"integrity":"sha512-N2YRIQiwCO60BzmzEzTxyWj/hDNsce2CLSmki8S1qbRwwuKecfvC6n0OwJrFV70lk5CpU/sLsOZFIy6PP01nOA==","shasum":"10711f7573058b1f0752c57f8f2ab13dbab9788a","tarball":"https://registry.npmjs.org/influx/-/influx-5.9.2.tgz","fileCount":42,"unpackedSize":158419,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgt/BGCRA9TVsSAnZWagAAUZ8P/j4qi9QDbNAmXrWvVDDc\n7Qrojo1CdB2t5uah70boVgdHaNIR2ob/rukWKBttJEm0mUM/HAo5xBJv85Gk\nJbLi9ioczgWqDb+I/EM0KZiM9xgCcvR4MBiTeb4aBPCFKLZ6LrSRCBY/WcZE\njakmVDFVtsFQHG/9JLPTlWdQmjStIE87oQ43RE3kPyn8Jo0VCO57f5wqu/hO\n9eHSRLCQMQFZGQIwFSLpNXTPlgrpVxOSOtxBmoS0zX7G6uC1u8NWV1XqutTj\nvUhop0koZIUNKyzrftrqws2Mcsggc2tE2177ojMz3dILIOMRo5m6MOvkoCUm\nQKcPMC1Ls4gMlaHeJpzMJ5FfbI8i961XCtskqpCnVBAiSvgFg/c73MeM4D/c\nRFm/2UR9fEdLK+k1epfqPphAWGTSvQDi36R0vQwZGiNC9NvLBkBjzCzZZhG2\ncjpV2CtRs/2jWaaFfwWAt3X4TCZWE3bsXDeYmwBfyzKUpA8ecNvu30cMPriH\nf5CNlnUt0YwmPjDPNTt3w1yRZqPlShVmvzs2re2sXnvZi5x/RniMNskXYZXe\nbWQ3AaurtRX6jlRzUKjqbph+MT3I5PNeGPWCCx0Jpz9aiAwRRx+fdqG66wwD\nqi5dlkgec1upDRg8b8ZCeaNm26C8mZggK+7wq9aWiW0lIhuJ5KKLqPVZZpzT\ncAi3\r\n=F649\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCyueiTOm9bi9wdHi7KSb9ILZ9X0pOfsmXHyvuV72JWYgIgZqUCZPBw0e2jkIfi81R0UGUehuS1QMUrjHmYxnL6L3Y="}]}},"5.9.3":{"name":"influx","version":"5.9.3","devDependencies":{"@types/chai":"^4.2.11","@types/freeport":"1.0.22","@types/mocha":"^9.0.0","@types/node":"^16.0.0","@types/sinon":"^10.0.0","@types/sinon-chai":"^3.2.4","awesome-typescript-loader":"5.2.1","chai":"4.3.6","coveralls":"^3.1.0","esdoc":"1.1.0","esdoc-standard-plugin":"1.0.0","freeport":"1.0.5","istanbul":"0.4.5","json-loader":"0.5.7","karma":"^6.3.2","karma-chrome-launcher":"^3.1.0","karma-mocha":"^2.0.1","karma-mocha-reporter":"2.2.5","karma-sourcemap-loader":"0.3.8","karma-webpack":"^5.0.0-alpha.5","lodash":"4.17.21","mocha":"^9.0.0","node-fetch":"2.6.7","npm-run-all":"4.1.5","open-cli":"^7.0.0","prettier":"^2.3.0","puppeteer":"^13.0.0","semantic-release":"^18.0.0","sinon":"^13.0.0","sinon-chai":"^3.5.0","stream-http":"github:node-influx/stream-http","ts-node":"^10.0.0","typescript":"^4.0.2","webpack":"^4.43.0"},"dist":{"integrity":"sha512-QQU9CgwnaEV6zMrK8+vhVItsdoKFqDioXJrjJhRQaff9utvT3N0jcrQJT9qnxFLktqgJ5ngbDY68Zh4eo4uD/w==","shasum":"81f92b55c8354275653393eae0c0c697b6568e76","tarball":"https://registry.npmjs.org/influx/-/influx-5.9.3.tgz","fileCount":42,"unpackedSize":158448,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiA6NECRA9TVsSAnZWagAAXJ8P/2bON4R22wwI0+F4Rvi8\nQ1MfmR40lz330cTcyllCHtar2gZSc6NycnHwqPq3WeEGbBWmuAVtC2MPXcX7\nAlzmWfMAY4+n8dn6Mo175PjUuDlpQ5RAKTdZk7EMKZA7z1Sl3ytGZ/ghEYmb\n/UKTG84xZ7VLek171Pg3X7oyy+K1ykCdOPa/nKdOyI+gQDLdocw/RJwCSmRd\noBlla0YcL8E4XsptDGD7nlMQ1qUtw1LgGR6tyFu9NcUCgaqotORjWFv5eMar\nnNf/6ykbwP5sE0PcnbUCkKiefOzsu5P4tvBKEJozgvbopF0ZDNmN9mBmK9uA\nisvGy52sEo0B5K+K7Wd9Qaqe/TFT+iSMXxgqvmOpCTJcL8uGmxBRWREjzKhI\n7IeRS6b9F9OqWR8erKAqHgaJH6mu/6PaoF83CSzSgHw2y7x7Q44GvqeCs8qh\n5hHO8gtPILzk5Qs4KWtweysPhAvNoa6vF10YL491MUFu+oPkYpf/oJrbUa18\nzxasm3NlUPHzCgUUq/dCErdn15SZ9ev0xea7gcZsRisTzbdF1ZsdjvvunZQr\nUiBrx96eV4m+PPXjA2rC46HLJoDFR+G5HdseFOZHDxCEYL2HSgE6mF99mBpb\nqbBqPJCCwIRC8R8mftrA1bYlM/QSNRkKXUFL72S08rWOCBh//QVAKm7Jvd8W\nL+9h\r\n=XnUj\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCmDZPP1VRnTXx+0ToEsopVF6j52UMwn5eSnlvLTINbkwIgd1atvosrQSALeLACHWjXod/sKmMG4uqqY9DyKeFWIPc="}]}}},"modified":"2022-06-19T01:11:55.891Z"} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/content-v2/sha512/72/98/e8e5854028a5a7e611a230dae6585a7563647c67947593fcbffb6fc96c2841addd8eb6d235fcf7914e47fb180087cc2df15662d0b82d20dfff0190ea360d b/software/flow/.npm/_cacache/content-v2/sha512/72/98/e8e5854028a5a7e611a230dae6585a7563647c67947593fcbffb6fc96c2841addd8eb6d235fcf7914e47fb180087cc2df15662d0b82d20dfff0190ea360d deleted file mode 100644 index dad0b5f..0000000 --- a/software/flow/.npm/_cacache/content-v2/sha512/72/98/e8e5854028a5a7e611a230dae6585a7563647c67947593fcbffb6fc96c2841addd8eb6d235fcf7914e47fb180087cc2df15662d0b82d20dfff0190ea360d +++ /dev/null @@ -1 +0,0 @@ -{"name":"socket.io","dist-tags":{"latest":"4.6.1","beta":"3.0.0-rc4","v2-latest":"2.5.0","alpha":"4.6.0-alpha1"},"versions":{"0.3.8":{"name":"socket.io","version":"0.3.8","directories":{"lib":"./lib/socket.io"},"dist":{"tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.3.8.tgz","shasum":"eefbe1c6db4341f59515f4196b437deaa90757a2","integrity":"sha512-LgMVjqTNgj6hZMkVJQGz07F8a9gMUabk805iLzuboTyhRIDGzfVyP5KsoJkaF6RsX8uelGM5xN7i6pXmCmDR1w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCeYW4Agqa2RGUrG9F8+/+XLbp0prL0sFGzOZD5ukpuVAIgEhSfnx5BqlU33J/Dri60sQ83MaT8H/dWqrhdfwl6g4c="}]},"engines":{"node":"*"}},"0.4.0":{"name":"socket.io","version":"0.4.0","directories":{"lib":"./lib/socket.io"},"dist":{"tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.4.0.tgz","shasum":"07f02c84695c8c0c80095ef8902d9ebf855a7ed6","integrity":"sha512-V28SDxoZfQBxfqqDLbKrIwYtjXsSTH822Y1TgIPovTXWVeRiF7Nq4aXP8VR92nwMuF6xNfUFjggSDW+/KiY8nw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGSphV2Dt+Yd2AZPK3XfHvSY1N8Si9RBhhKzo9/GOMXmAiEAur1SeRg1PQqRBp0uipMyqm6jC2qOAvSc/AVPkUrRgbs="}]},"engines":{"node":"*"}},"0.4.1":{"name":"socket.io","version":"0.4.1","directories":{"lib":"./lib"},"dist":{"tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.4.1.tgz","shasum":"90d24a42561614b739eefdaa46a7fd743a4babf2","integrity":"sha512-caZ1Y8u3X/u/xDj60+rh89qTWmita4ty6uke43bYuBBaNkbdzyv4UI5+QSUi+FzSPZE7OiyDCUBYUev/nNb1Mw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDZH4/xO/saXMQmDYA2OWA3xGPCYrq/Fqnt5FL+wM8r2wIhAIQnt5fWVB090jQw0sxrm9hdZBrGdoc5NgK7KIGo5E8G"}]},"engines":{"node":"*"}},"0.5.1":{"name":"socket.io","version":"0.5.1","dist":{"tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.5.1.tgz","shasum":"aee7740b360650d221d8c50824db7c5557a8c5dd","integrity":"sha512-MCTDoTzx3JfRVmwGPW8QZRJyDWdWD6+EwvYiq68MAxslcbghvJDDvvN1bdrEAMTMRww6dl8Nvh+XAU+OZSmcXA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCZ4VKbjFtWfhyRHoVdssCk7G9LE2OPUo1nKFD1W0M11wIhAPy7Xvl+5lam41a/yfhP+pkvZbD3q2oR2X0kv6MuD0Ds"}]},"engines":{"node":"*"}},"0.5.3":{"name":"socket.io","version":"0.5.3","dist":{"tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.5.3.tgz","shasum":"7cbbcbf1fcd67ff51141eaef5e3f88484704c55b","integrity":"sha512-zaLD45XUKQTAaOR1uiLN0AJqTrIMCLSVszr60YDlDCxAEj1FmQfEKE7xLbNAFkR9F7GheuGAv9RMGor+YKMgpQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFv+154sr+2VRunTj5oYvLX3XTo/cAdNVw4JeJXehT2QAiEA6Md0gDJ5i6c8DMREZ4pCbevjHD9KQRWh3Kbf+iFXXBo="}]},"engines":{"node":"*"}},"0.6.0":{"name":"socket.io","version":"0.6.0","dist":{"tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.6.0.tgz","shasum":"dcb2774894ca58d9f17cff8f5ef6b38fb83fd492","integrity":"sha512-fTHtnneh/01un198IXgitDJa1u/QjUt7xi6iCKvTKBYisbNyZXeCEgq2C+HcfqE2/fNSRYQ3VREuGrQbYjqXIQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDRNJYRnONq5bTicu4uZHyKxWvsY5r8WR630XhWywGNOAIgXBuL72A5PFQojZ5QSFc2sx1XEqJv61L4ErklDAZLUWk="}]},"engines":{"node":"*"}},"0.6.1":{"name":"socket.io","version":"0.6.1","dist":{"tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.6.1.tgz","shasum":"d9b8283977a7327f0ac956b37172f9f5c1b39f47","integrity":"sha512-BkA3FL1j1bo4yIQXUnQjE7cC713+yJeqV22UrUkd1sn6YvGwiCGhJHPOoYRUzGaISBJ1NoSUWYwZRF9q3KYyUQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC/+EtK2k/AGfU6FUEPbTqRct4rx2f3/AzQ/unOHv0iTAIgBBiZblhTtgBgDMRC8+aZgFRto0yDbrwS5Er/2ff96sI="}]},"engines":{"node":"*"}},"0.6.3":{"name":"socket.io","version":"0.6.3","dist":{"shasum":"eb4c98fdaa69d7da6e901e23b8d82f58a79624cf","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.6.3.tgz","integrity":"sha512-Dha3NX8zWnpvbICPC8xSeVYRuA72H8fYdOnUgGWllsJjec7FMarZOjRHfbaouuDUqwa3mx6TcGsa7uL+/1Rdgg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGTAxZlUXdrmOwyP+YmvNwvsDy+XYeWJkexg+NoSMlXmAiB9JiApAo16QrdP9Kz5fdiya6YIl69Q5gtKd5FfAkQHoQ=="}]},"engines":{"node":"*"}},"0.6.4":{"name":"socket.io","version":"0.6.4","dist":{"shasum":"2f2a3b2e39b228067f0fed87517f894620fac6eb","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.6.4.tgz","integrity":"sha512-TW1OPx3rPmrR4Q2Fr2BU024WmSHueWRLtF/jk9G1zCqGJfy35djrSRY98NrKO060g9qyG4SzUFP3WOnbNXuGaA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIE3rsFWkhTAhy4vPDByFlqVVup+YRrjuxwC7jDLYBn0wAiEAkRfJOm9oTiBFqnVy3cVSR5p86VtfcJ1j7FT2mSi+46c="}]},"engines":{"node":"*"}},"0.6.5":{"name":"socket.io","version":"0.6.5","dist":{"shasum":"bbaacc301960c2542bc2c050e53ae096149e3c9f","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.6.5.tgz","integrity":"sha512-bIFDONWuOH6OlDA5S1FoEQXG5YjjTF/d1DNjKs9e4pKY6f7ktwIPC21IpFXcasN0zXeX6rCRBQHR/4pk4at6Ug==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDA/yFUAjOv58jBW3A5PTUj1Lw+LyIr+BeKFkpis5Fd8AIgQyZbJXpl+uBu7aKN0b4a62KeuzjoeVEPEtqnHa98Tok="}]},"engines":{"node":"*"}},"0.6.6":{"name":"socket.io","version":"0.6.6","dist":{"shasum":"47142c3afb665c737ffd3fb7cae3d39775590f62","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.6.6.tgz","integrity":"sha512-kSRkIUgjF68CkIFddqIv+XiwZbkdhmJ3Rd4p06ZPKZ/D7ANiKeWGl/k+hUYbM6ZW++VO0yCQbt+pbDcxp7GaWQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFkyt2XWc2DGVGDPOt3JaucDUo+Dhd9+CYxlhJ5ScptbAiBrQL80PI9ELftOEmva6jE0lrnfE4o6ZQ/KTnXRwQi1Jw=="}]},"engines":{"node":"*"}},"0.6.7":{"name":"socket.io","version":"0.6.7","dist":{"shasum":"5061b461e4a2334982d053ffe35adb7712c8513f","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.6.7.tgz","integrity":"sha512-DBbHEEu8RPyuFqV591pF3XSCzBsW4aQu28fdlXUvGfH1lxl8RiuGwdK/JAJKNumrlP6UT7dAJwRYceZ+lOYCtQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD18j4l/ybWfSbSUXvlCoeTnrfy7WyWxxpkfDbCyqHNnwIhAKfLMgh0pCGV6W36tzHqm23T3Q/Rv6LiHW6fBPAlhHI1"}]},"engines":{"node":"*"}},"0.6.8":{"name":"socket.io","version":"0.6.8","dist":{"shasum":"868352e60fdb7aeb757cce564a72c8af58a0e14d","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.6.8.tgz","integrity":"sha512-BNU1ejlER5zp8zNtu9B8ktCHlavBoq0lpnkpbnWRc3IIehr0gkFMwQ5xKcPJ0kKhODXSgKIk1NK4igHcdHaGjw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHnU9EatQbD4Oz7D8bb/wS0gCrK5HkphS+4PPiZEA333AiBB1Q6w3cX0CWY1g1m1Nzi47L2ytT5wUbOhS/oV0z4bcQ=="}]},"engines":{"node":"*"}},"0.6.9":{"name":"socket.io","version":"0.6.9","directories":{"lib":"./lib"},"dist":{"shasum":"f83f2943ddab8a91087cecd4ef3a8a93e42f21c6","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.6.9.tgz","integrity":"sha512-DhMdHJbxKGQgbdV949Len9A8d/8J5uINy40K+P5VZQnbhiXcpWfxlxeBe6ZcfeGQjP7nEFqaaS/Vv+mC4l3m0Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDrG3exdupBTqdPwxx2kMfEXrEaV76Q1gyagi/UReQXbgIgE7Pgssli84dbT97DRsLc8wz8yUha5xPgcjvrdVVJeXU="}]},"engines":{"node":"*"}},"0.6.10":{"name":"socket.io","version":"0.6.10","directories":{"lib":"./lib"},"dist":{"shasum":"90ca370b5fe14c7810420664a1dc9c5883dc8731","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.6.10.tgz","integrity":"sha512-sReYlJm4LuISj+Wbh2JpkRgZFalrPpF7TJX14oHk57hE0u+M1vrvAK7gBFn1Med5mWkSNLb+l1fXPepnNAQTsg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC6IGJyYffOMlt9ThTGwHrHxMk7S+P3XPduFwG4N4/1cAIhAOG12A7vzJcnf5o/+VR/ErtI1z9xFarEAJ82xZbps3Qt"}]},"engines":{"node":"*"}},"0.6.11":{"name":"socket.io","version":"0.6.11","directories":{"lib":"./lib"},"dist":{"shasum":"77afe3106dc77e99abf67e7974626adc77716ba5","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.6.11.tgz","integrity":"sha512-d8kiKiyZzNOUZ716Wqc93m4h9SMjzSRXFuX/IaiXu28ThdvvLrqcx5zBmqmsfGRlc1eWZVoROIMjAETVRUaQFQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEivGB5VWVpp9HWJQm5m6pNB7WGtR5nMyH5ySKyc7yQaAiEAth3sFMAPDAmmSJVStFDCTffyVJpyfH2ALIGsJd+ixtQ="}]},"engines":{"node":"*"}},"0.6.12":{"name":"socket.io","version":"0.6.12","directories":{"lib":"./lib"},"dist":{"shasum":"cb5092255e64e8ffed07a3aef0da5353f14e5c4d","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.6.12.tgz","integrity":"sha512-5xSMXpH/YJTDklxdWbsOHPf2ZxeJ67hxwvltPkNT56x0mFabcRzPrJ0cqVemsN/I2UbksmmpgCD6NhP5fvjiGg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEnXCeNfnpbVW+48ys/CxVXGVSQmRpt9RFng+6S1eaXKAiEAmP/q7NBE7l246QdKD9QX6dTFNDO4jQ1/g5bFn8eOM7I="}]},"engines":{"node":"*"}},"0.6.14":{"name":"socket.io","version":"0.6.14","directories":{"lib":"./lib"},"dist":{"shasum":"73651a3c152b94fb0b353dee31364e6a0b58738b","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.6.14.tgz","integrity":"sha512-F+zHODBCspEDx8fj6RgqKdm+JFWGowQZi4YYAhK49cwrOJextfJIFFjFVWTLFCvMXhxDfhezffZdgbswKrJVfQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAsb4A5ACAFaXplJy84VvZAvAZIH8lenN7LravBm3t8TAiEAoYFaBLQ3QKpK4oVh705xgj87E+xPK/7Mw48pb+06zhQ="}]},"engines":{"node":"*"}},"0.6.15":{"name":"socket.io","version":"0.6.15","directories":{"lib":"./lib"},"dist":{"shasum":"d5eb26ebdba5811bf448e8e6db935527aa4f1bf9","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.6.15.tgz","integrity":"sha512-WJU4175RvlBwLLdVo35Wt9pf3jX2psBziYGuDvt7K1SHZN6/YOgvOmlPYYYWLAq+ANgCR7Y81tqv80rdaMasMA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDkOuJwKHWNNM1QEcUXsW8AE83b+6lErSsjk511SB8BpwIhAKufaDKg+EWCHJxQOEQvezwihR8R0SgFp00BXQhJ7KsT"}]},"engines":{"node":"*"}},"0.6.16":{"name":"socket.io","version":"0.6.16","directories":{"lib":"./lib"},"dist":{"shasum":"fb4d8e053f6d7376e4561d46949fd21dc210a894","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.6.16.tgz","integrity":"sha512-UGpIfVafCZNQg966HLYv8QIyH3LVVoGDqinzm/aZnzRZcAXCoqp45cI6vS9zNvuU96aTucbUClK/gIegB5AA7Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDusPS3Um+0RTu7Ifqmam8Phg88r/zgRLFMIAbZt7vVxAiEArCDsr8k86YVJSLyecphhyVEKAJnGkuwNlDv8VwE6a/Q="}]},"engines":{"node":"*"}},"0.6.17":{"name":"socket.io","version":"0.6.17","directories":{"lib":"./lib"},"dist":{"shasum":"ca9a480df1e61d84d555e98e299ab51674ced90a","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.6.17.tgz","integrity":"sha512-BbUVi9i1Zf1TEJzMyB9e0tgVd72cwjmLuM03xvpOkkZBGgGVkFAMAHYCOVSsdeJukEkl2D2neZO6Ffurn6rnLQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHyvT0m4MkkQNCTqIecBIcr4n09Ks5cDVHiQ8aC2fHXBAiEAz5YnFRWJtt4Giyg7+12eSKCVokDhWy7dgitYJVmNuXU="}]},"engines":{"node":"*"}},"0.6.18":{"name":"socket.io","version":"0.6.18","directories":{"lib":"./lib"},"dist":{"shasum":"066dce544eebd9536a61fe08ff44e2e3bbfd8211","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.6.18.tgz","integrity":"sha512-kwkSX5m1m0xKXG73cM85M8zPnVpXk/wyg28/YevUloRn93KtQ4igXIbLPedk4keOPVaSteH7z/Dh0Cu1msGovQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDxFuS2ElpqEj6ZCjtZ7jaYAdoTJwF7RQXkZvL3qxlBCgIgMad1YW+zt646lJT4r7ruZIpzPf5hdhhtn2q5wLnXRio="}]},"engines":{"node":"*"}},"0.7.0":{"name":"socket.io","version":"0.7.0","dependencies":{"socket.io-client":"0.7.0","policyfile":">= 0.0.3"},"devDependencies":{"expresso":"0.7.7","should":"0.0.4"},"dist":{"shasum":"b1b4cff4efce41f909892c580ea4c8c89a0dd0ad","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.7.0.tgz","integrity":"sha512-Iwa/D0zpIkbE+pnKYsQUCS1/mvMWbcjkM7qWee3ATV7JOIXsd+92pdwJRFOytCS699wA6fr4faC2CkdLJYLGkQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD03rQ0Vft9oioBkBPzBi3wEXOxrEW7rt2B3UfgpfjEZwIgd7xtDal+9BYK3o0lZ4AHQ3z9UwszaXmaXzfgXwVkSOI="}]},"engines":{"node":">= 0.4.0"}},"0.7.1":{"name":"socket.io","version":"0.7.1","dependencies":{"socket.io-client":"0.7.0","policyfile":">= 0.0.3"},"devDependencies":{"expresso":"0.7.7","should":"0.0.4"},"dist":{"shasum":"fad218869c04b56e345693ac975bf8381e1b603d","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.7.1.tgz","integrity":"sha512-wkKqrbLoFqq8VxUSvGl32Pk1SbPNYX50oYiRSBgExMLe6SJIxE8z9Ly+KJ959mwBfc4p/1VzYrUOy9kAKxE14g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDHJyKmrpZGFUpMsR6CYyom2wQCZYEaf27nNRryQlSEWAiBnxOvopMFfsMl/zBTgfosd+/t218gAsZldwlkW0T8G4g=="}]},"engines":{"node":">= 0.4.0"}},"0.7.2":{"name":"socket.io","version":"0.7.2","dependencies":{"socket.io-client":"0.7.2","policyfile":">= 0.0.3"},"devDependencies":{"expresso":"0.7.7","should":"0.0.4"},"dist":{"shasum":"4e86f1de0e9c5107a487d9350dd4b598647ed907","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.7.2.tgz","integrity":"sha512-lgPKjAON17YGfOmiey05Tswi/uuPfgL1ZCeAD8qEJ4W0o6eM4g6aPIPMWZ0oWykpSXgcETI2g6Op4xO7ULx3WA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDq6wrZLjtFPUA9Z8PMA7/hfKmy1XbYFLRIi9WwC0Su0wIgFHDi11Lg/o2a1xpVALhnDyGc9FBVdOZUCzMw0uLXHmQ="}]},"engines":{"node":">= 0.4.0"}},"0.7.3":{"name":"socket.io","version":"0.7.3","dependencies":{"socket.io-client":"0.7.3","policyfile":"0.0.3","redis":"0.6.0"},"devDependencies":{"expresso":"0.7.7","should":"0.0.4"},"dist":{"shasum":"c1dea6c8830067fcf604db670472ce31011ae69d","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.7.3.tgz","integrity":"sha512-HSz8sdTDmzR3WO89niWE6Gr5Au6/PYpeKlra2C9BF9nFul1svOmIs4B1O4ADUSt8XovMg6nU8UtSrrr3S8pwzg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDXEZPnXoRYOl5UCTSv2yEBTIv9Y0xnD6WgL+ncP39gcAIhAKbSZa8+YZugO+w6lqkF8XFqdYNJT5BDPeFpXz5UM8ZE"}]},"engines":{"node":">= 0.4.0"}},"0.7.4":{"name":"socket.io","version":"0.7.4","dependencies":{"socket.io-client":"0.7.3","policyfile":"0.0.3","redis":"0.6.0"},"devDependencies":{"expresso":"0.7.7","should":"0.0.4"},"dist":{"shasum":"7432632a02cba5c79934a6026070e43785fe7ccf","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.7.4.tgz","integrity":"sha512-MvFphG73SwSZribib/vEA/doIOfJueRMe88UHP8cyP5jLs1gVr17bV1xMH0UDSj0C0ciIpGqND5OIM6nWuE5xA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICL9BLJqmfXjilpWmUZ0dUH0eSgAMRZByR7A6sxBfpDpAiBIOBc0J9UjGmOuw09qq/XrV1h58o6Q4MPj1Rnx2m81pg=="}]},"engines":{"node":">= 0.4.0"}},"0.7.5":{"name":"socket.io","version":"0.7.5","dependencies":{"socket.io-client":"0.7.3","policyfile":"0.0.3","redis":"0.6.0"},"devDependencies":{"expresso":"0.7.7","should":"0.0.4"},"dist":{"shasum":"878895677715b9979dc9527816475f223182fce0","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.7.5.tgz","integrity":"sha512-LqoVXqXEAokAb/MAHNN27f2B5+F/G5SmUfGypu6G+rjdT8MI0WaZZnIObHFbVOqN1pmB0Bcp14W2PJHXALk7Mg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDEVlVyxBpzw0rcmR0u9ThC9PUn7zFPkl17DdWnlMsngwIhAJ3yNx+qJVvxHy2S1waM0Gxg49IR/hqUF+QKzgHDKw1F"}]},"engines":{"node":">= 0.4.0"}},"0.7.6":{"name":"socket.io","version":"0.7.6","dependencies":{"socket.io-client":"0.7.3","policyfile":"0.0.3","redis":"0.6.0"},"devDependencies":{"expresso":"0.7.7","should":"0.0.4"},"dist":{"shasum":"fef3bfd02951b2b06950f7c8e6912641abb2834f","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.7.6.tgz","integrity":"sha512-NroIemi3K0CMAqNY3P+M1tXy5moql7tv3htK8RiTRhttNABPjjNUxGypfKn4VzR8Ex9zGX0/5GMGDhwpz2zvug==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFDy5xEkzdM4YjrFCFNhEml2J3D/U3xL/M/caRtjwMOCAiEAt1wxE48mzQMqbwdK5hG9tBSzsyvgr+ywctHeByuiEoU="}]},"engines":{"node":">= 0.4.0"}},"0.7.7":{"name":"socket.io","version":"0.7.7","dependencies":{"socket.io-client":"0.7.4","policyfile":"0.0.3","redis":"0.6.0"},"devDependencies":{"expresso":"0.7.7","should":"0.0.4"},"dist":{"shasum":"88124c9a5c26236de770c64fad6db9e12ba41bd8","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.7.7.tgz","integrity":"sha512-lGFtXANOwAqJAb7Xd2hyiIN4xvi3eMn0kT6XEKQ3WmJAO7d890CjLvhG/YTWIY5WbrK19berE7QGWxwxGTiNZg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCOW29RfKCWyBPqrN3C7TBXbD0i6jA4FgLDzLwCls2h6wIgYiB5TxhRRIHCGLt5no35alIW+yPWckw7tfeTFeTeQQA="}]},"engines":{"node":">= 0.4.0"}},"0.7.8":{"name":"socket.io","version":"0.7.8","dependencies":{"socket.io-client":"0.7.5","policyfile":"0.0.4","redis":"0.6.6"},"devDependencies":{"expresso":"0.7.7","should":"0.0.4","assertvanish":"0.0.3-1"},"dist":{"shasum":"b7a2bf272a99c6d11249c925e0f726fb29240f37","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.7.8.tgz","integrity":"sha512-gUPZqUA7V4WiegAh9pni+aqJp46rDdox7pH43hUT1m/1Q/cB5z0lxN8v26VdMcQOa+l6RiqYN4Qd8AJMeaDQnw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCkwH4YfmFhixi5+xS5Vw6SPy5BK4wKtA2jZPho2PxatAIhAMNHxPH3S6+K+cTWSKltiTjyk7z0WS1F/GJFOqGt22Ih"}]},"engines":{"node":">= 0.4.0"}},"0.7.9":{"name":"socket.io","version":"0.7.9","dependencies":{"socket.io-client":"0.7.9","policyfile":"0.0.4","redis":"0.6.6"},"devDependencies":{"expresso":"0.7.7","should":"0.0.4","assertvanish":"0.0.3-1"},"dist":{"shasum":"8e703e5bd59e1e4c27fd78595d0ef4704e5051a3","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.7.9.tgz","integrity":"sha512-sNtAYXtsC9XZ/ZRO4lxplKFEeGGOm7WAupfA5aK1bp9De5zm51NdhPZmpUT7A3wmHaSZpmV5KTfwrY/3lxo+SA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICLUnvtjeIZUHq+7A8FSvL9mB3QOLTK6hd6cojJp/Q1lAiA+y1VpkWKHtldvR0lPnpx1OcEy8H7riC083lpmwKETVQ=="}]},"engines":{"node":">= 0.4.0"}},"0.7.10":{"name":"socket.io","version":"0.7.10","dependencies":{"socket.io-client":"0.7.10","policyfile":"0.0.4","redis":"0.6.6"},"devDependencies":{"expresso":"0.7.7","should":"0.0.4","assertvanish":"0.0.3-1"},"dist":{"shasum":"92453fa656d791667a3f5c5da1c233383ec45479","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.7.10.tgz","integrity":"sha512-40j3/jX8B/tzRZQA+Z9SXzllieKUuihMjkVmRxorDSDfEFIe6StK8jOMWZJV8v5173PKtZgtMjVCBkc3uOiZnQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFCZv0BMDyGPi9gCUe4UBuDq6kBmU222pVCfWpjSvFy6AiEA+tdUKaODMmtITZvGBLYcaVWhlt2wdOFHsUABXRAPo6A="}]},"engines":{"node":">= 0.4.0"}},"0.7.11":{"name":"socket.io","version":"0.7.11","dependencies":{"socket.io-client":"0.7.11","policyfile":"0.0.4","redis":"0.6.6"},"devDependencies":{"expresso":"0.7.7","should":"0.0.4","assertvanish":"0.0.3-1"},"dist":{"shasum":"d01c6f23545d0f6e2c3c2c9b3aeeca4e15f6a612","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.7.11.tgz","integrity":"sha512-kUt+uOEXvqrlGDWdG/1DOdywgPyOsz55n1IIurr7mq/Sy4kYkCpVC9UL0JknC41X9DFhoau+HEjcIrkSNI/55w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDlxispn3YL8thxxlz7rzGv+Z5MJ6TySb/nsE+sBTtUrAiEA5U8A+84bogW8/zPlUflda1vg8G5ZxbQUdLPuOQvZdjM="}]},"engines":{"node":">= 0.4.0"}},"0.8.0":{"name":"socket.io","version":"0.8.0","dependencies":{"socket.io-client":"0.8.0","policyfile":"0.0.4","redis":"0.6.6"},"devDependencies":{"expresso":"0.7.7","should":"0.0.4","assertvanish":"0.0.3-1"},"dist":{"shasum":"d858d732ecade3eda8429a61dcfbdbe78a462a3f","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.8.0.tgz","integrity":"sha512-Zef8fGQa9mrOgJWrq/VXj9om3umknG8OHjHFQvOHbgfSg3zfVCyPABU2dTgUwGfFJs3009h9m7hVlbXS6ZIzJg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGjSxHaf0lGUs+6lS499/rchJUUWAbH/CdJGD6YM1M68AiAP0d2c5mNBM3mEU64ADsDDcMbbnl8hyh4c1DUdhXQNxw=="}]},"engines":{"node":">= 0.4.0"}},"0.8.1":{"name":"socket.io","version":"0.8.1","dependencies":{"socket.io-client":"0.8.1","policyfile":"0.0.4","redis":"0.6.6"},"devDependencies":{"expresso":"0.7.7","should":"0.0.4","assertvanish":"0.0.3-1"},"dist":{"shasum":"803e01701dc9c122ac5ec625a2f5e453747408f9","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.8.1.tgz","integrity":"sha512-1QCsgbtKwivj/GbuV1cKv5wpc7ic3RFMGe/w8OD5JumQ5f6dAwMhu7OUue7B8PoHqp24RavG2HXH4VGfXkC6Pg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBQVRjf56Cfs9XsH9v3TE27nh73Vqxl3be9mRsKB16f3AiEA5Cp2eQ7vjMctuEXU1hgowDMFPR0c5jYrEgFAcUDmCR4="}]},"engines":{"node":">= 0.4.0"}},"0.8.2":{"name":"socket.io","version":"0.8.2","dependencies":{"socket.io-client":"0.8.2","policyfile":"0.0.4","redis":"0.6.6"},"devDependencies":{"expresso":"0.7.7","should":"0.0.4","assertvanish":"0.0.3-1"},"dist":{"shasum":"25197b1c0881d02f8dead965a3c3a24c992c7b9f","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.8.2.tgz","integrity":"sha512-QlI+Ii9g22EPIR6+3Y7nF4GBgayMyCwVOw90Vck1M/TBLvxYm0kLxV9JFzpKCUcCqpzurpPY/hObJ7UH89zxDA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDKiqDxIK+nCsoi9qJl8SR9cSWqaFBmAEKi1sr3wAyQdAiBPdfY0z6GI5l4K9wyU18cxkVQK6LJPugwAn65epBipJg=="}]},"engines":{"node":">= 0.4.0"}},"0.8.3":{"name":"socket.io","version":"0.8.3","dependencies":{"socket.io-client":"0.8.3","policyfile":"0.0.4","redis":"0.6.6"},"devDependencies":{"expresso":"0.7.7","should":"0.0.4","assertvanish":"0.0.3-1"},"dist":{"shasum":"fd52783044324b3a01e5edc0b7392c6d5b58c404","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.8.3.tgz","integrity":"sha512-g52qSAqRLjNdZQw/2KvxQnwqMig8QmCnFUHsQ89zyPXjmun6bV1zlcA22XYYoKOzbsejL/ChuzLHgrzVU/OUJw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIB1TcGQsvgwBFENU9BnNSyC2FV5Yi8/8dcI3AmTs6amSAiAQ3OWDKm1sci/P6i/8Sp+Iwvr7HgGO1T2qWWr1vUlqow=="}]},"engines":{"node":">= 0.4.0"}},"0.8.4":{"name":"socket.io","version":"0.8.4","dependencies":{"socket.io-client":"0.8.4","policyfile":"0.0.4","redis":"0.6.6"},"devDependencies":{"expresso":"0.7.7","should":"0.0.4","assertvanish":"0.0.3-1"},"dist":{"shasum":"946caabdef2f604c673e9172a6bbf9039c9f0f1c","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.8.4.tgz","integrity":"sha512-KIOPTgxcvxSmqhSweCwpXEvG5+seRbCeHzbWk6STKkJR3QY/h49qC8kWAydhhCf+nV5x4ATimWsnBp2zTbmEJQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFAJbNA0XdUM5/K/50h8y+t3Sgt9rrDWFTpId858jgx/AiAi8wFp0TpnM30lrh79+Op+Qqf+R/Qh9aqDagwQS10Rfw=="}]},"engines":{"node":">= 0.4.0"}},"0.8.5":{"name":"socket.io","version":"0.8.5","dependencies":{"socket.io-client":"0.8.5","policyfile":"0.0.4","redis":"0.6.6"},"devDependencies":{"expresso":"0.7.7","should":"0.0.4","assertvanish":"0.0.3-1"},"dist":{"shasum":"f9cfe2307e42c494e027aa40d448bc6d321b07b9","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.8.5.tgz","integrity":"sha512-EsXlu8BNHpMDtrb18xw946xQXCGRlLfo+H5mWddrJWiGEdyu+1B9kGBiywfYVyGVeTY+AsTko0JbWxK2WQiNAg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDAGt1MgDQb5uAiWUGnIGeleakV5QUbPtj5+hoSGj+BHQIgTIgMWo59UX9ZjjE9Msxd5jvj6p4RdaD7WpdV5lpIy0o="}]},"engines":{"node":">= 0.4.0"}},"0.8.6":{"name":"socket.io","version":"0.8.6","dependencies":{"socket.io-client":"0.8.6","policyfile":"0.0.4","redis":"0.6.7"},"devDependencies":{"expresso":"0.7.7","should":"0.0.4","assertvanish":"0.0.3-1","benchmark":"0.2.2","microtime":"0.1.3-1","colors":"0.5.1"},"dist":{"shasum":"f4a219c810ed39cdf3baa126f7dc3b3f079f29b1","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.8.6.tgz","integrity":"sha512-RIxsbsGH8X4bVXFHQK0eq1CIX4ikFAIME8fVg8qlnXUflasErUfqGZO1yy4lVo/aoMMmsdOfFAeuWZk0VQNTzg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC6oQ4aph88jEyz+yL5nrbSPVOiNa2j/31kuT60D1eUEAIhAMZFMy0E94KDX7Y0PynJpdqtNk/QdWoQy4NI3kF6KWDT"}]},"engines":{"node":">= 0.4.0"}},"0.8.7":{"name":"socket.io","version":"0.8.7","dependencies":{"socket.io-client":"0.8.7","policyfile":"0.0.4","redis":"0.6.7"},"devDependencies":{"expresso":"0.9.2","should":"0.0.4","assertvanish":"0.0.3-1","benchmark":"0.2.2","microtime":"0.1.3-1","colors":"0.5.1"},"dist":{"shasum":"98419cb68859a6fc5ec8d49f50dcdbbe2ffd4466","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.8.7.tgz","integrity":"sha512-Xzeknvkp7X63MqrA/4omgfll32YpTVxmtcupu7z5J6tJy9lKpPD3hIyO1qY69KlyLF3SEcGaNIiTojSzNNeO6w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDdOHitiA/k2Yc1BRJLMD+9+VqbsT2Nr9C5lhvr99L0bgIhALh8gJX7Lj7sz3L5L/wzeqQ4UIaUstxAKZ5gq11cDhsX"}]},"engines":{"node":">= 0.4.0"}},"0.9.0":{"name":"socket.io","version":"0.9.0","dependencies":{"socket.io-client":"0.9.0","policyfile":"0.0.4","redis":"0.6.7"},"devDependencies":{"expresso":"0.9.2","should":"0.0.4","benchmark":"0.2.2","microtime":"0.1.3-1","colors":"0.5.1"},"dist":{"shasum":"1392d336fd3c8e5f7011f633360e85450965e832","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.9.0.tgz","integrity":"sha512-z5Psd5CfwmhTHmsODZbX7VCmYDhK0pht4/6O4uXfURga7Q4sCOxSKeGF0eU5wFstGdKlk/IK7b8+M2NNDRAJGw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDLsSmKyWBwNU8nCHy8BNCQ8nJQO0fAp5NUVuM+PzpYowIgDuJT2+g0E88Jun2YPQJ3amVPogB3AbymqN3iMgUKck4="}]},"engines":{"node":">= 0.4.0"}},"0.9.1":{"name":"socket.io","version":"0.9.1","dependencies":{"socket.io-client":"0.9.1","policyfile":"0.0.4","redis":"0.6.7"},"devDependencies":{"expresso":"0.9.2","should":"0.0.4","benchmark":"0.2.2","microtime":"0.1.3-1","colors":"0.5.1"},"dist":{"shasum":"715574ad82cf051353b4be2bc160eaf465d593d8","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.9.1.tgz","integrity":"sha512-URxynRAKTIgK6aBEQYizDp+N/vSlYnXvwOpPYatiDuu/gonBH9gW+E62hdHQq5ljRUiyre2q9hh64Hb0/tJmMg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIB6fTXXfJ4uK7MwSAPS1nT6t7lY5GVtzeGHS/ujwf0GfAiBrjqp2U/bdleGZesAOuKrGJra68iM/r1lAd73NQuIHjg=="}]},"engines":{"node":">= 0.4.0"}},"0.9.1-1":{"name":"socket.io","version":"0.9.1-1","dependencies":{"socket.io-client":"0.9.1-1","policyfile":"0.0.4","redis":"0.6.7"},"devDependencies":{"expresso":"0.9.2","should":"0.0.4","benchmark":"0.2.2","microtime":"0.1.3-1","colors":"0.5.1"},"dist":{"shasum":"0ed3a720b0d567b1ba7b9aee4e60abd7c9bbea84","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.9.1-1.tgz","integrity":"sha512-XgafTR5iys0KY6wUecAA/W6pxOJHIG295NknLuXhQzNHMOOyWbXvV/+1Yr9LIiBEDagkrmn1vd4grikbWWy/Tg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICdsEskm59I100gY7ZykoAclVGg8CM6Kt9ZXlmv+jFt6AiEA4twlE0Z+Mp02gUaw1cULU50fdZagifVCCwXvnqpg5AE="}]},"engines":{"node":">= 0.4.0"}},"0.9.2":{"name":"socket.io","version":"0.9.2","dependencies":{"socket.io-client":"0.9.2","policyfile":"0.0.4","redis":"0.6.7"},"devDependencies":{"expresso":"0.9.2","should":"0.0.4","benchmark":"0.2.2","microtime":"0.1.3-1","colors":"0.5.1"},"dist":{"shasum":"b6e0ba1e42e8b0d02b63bbb05fc1c297c88186c3","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.9.2.tgz","integrity":"sha512-FFlyuRpkSUVfGrNlW3jnRtfh1qXjd02sLgAH6NU5Fg2llE3z1eHUgY2XUCKoPz0OvOA9CYrESDO3r9bUOYlPxA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBpTWYaYzSxSr43fvYHfNC9fEFd6VWFZa1QSN8udXCqvAiAL8Ps4GJ8GoyM1MgqN4dGNs2+evfuury0rPMPZPdztlA=="}]},"engines":{"node":">= 0.4.0"}},"0.9.3":{"name":"socket.io","version":"0.9.3","dependencies":{"socket.io-client":"0.9.3","policyfile":"0.0.4","redis":"0.6.7"},"devDependencies":{"expresso":"0.9.2","should":"0.0.4","benchmark":"0.2.2","microtime":"0.1.3-1","colors":"0.5.1"},"dist":{"shasum":"30bd0f705e21bf9b44c4fc5f94f2691144656ce4","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.9.3.tgz","integrity":"sha512-ii02tBrIPlHgZ9uiQj72D0LprvyZqFLukEWS4UWcKU6zdpm8bbzwKdcxGXplVYVkRYdGwt7hRWdIb0Dq/UFWnQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCYPqCTBnBV9sN3r+9VO9VfRGXmXJG4kVaMIWWeKs85UwIgFLYPZwewlfA52772tzO49QFaTY/YFgnp/IXweQEXWdw="}]},"engines":{"node":">= 0.4.0"}},"0.9.4":{"name":"socket.io","version":"0.9.4","dependencies":{"socket.io-client":"0.9.4","policyfile":"0.0.4","redis":"0.6.7"},"devDependencies":{"expresso":"0.9.2","should":"0.0.4","benchmark":"0.2.2","microtime":"0.1.3-1","colors":"0.5.1"},"dist":{"shasum":"6e6105306bc831cc896b6b6caaf12dc74ec7fa0f","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.9.4.tgz","integrity":"sha512-a+VLZribZWvAdbHuEnakn85IcewhNP87ZyuZcUzB2AQJt5oQ35r8Hk5Pj+rWgLvqg8/V4bdx6NMeVg9wjUnYWg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCJuvallG/Rab2jSPxpviHn/+CGi8yn7/xAZr+T6p3mDgIhAI38MSINySqqrnaR2r6rxhhEryKQbmZelpfu/mEULSci"}]},"engines":{"node":">= 0.4.0"}},"0.9.5":{"name":"socket.io","version":"0.9.5","dependencies":{"socket.io-client":"0.9.5","policyfile":"0.0.4","redis":"0.6.7"},"devDependencies":{"expresso":"0.9.2","should":"0.0.4","benchmark":"0.2.2","microtime":"0.1.3-1","colors":"0.5.1"},"dist":{"shasum":"2ed64d70e5f70abcb8191a76601116c3511e1414","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.9.5.tgz","integrity":"sha512-hL2laWELdT1jLczhZOGh9xgfGqx0C/jbBBQE36yoLThelpMAHfiGrgDxLn6B7fpt9+brhi8U4UwAHIhj8OFMFg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEIHSJiOQ7Ll2fQhaKd8tqgcBwzTqk2KPNhrFC5Lc7RVAiEAt9ILfbRHAwQpfDMdSk/EfgCFox6H7j1SnRa5kjBFfOo="}]},"engines":{"node":">= 0.4.0"}},"0.9.6":{"name":"socket.io","version":"0.9.6","dependencies":{"socket.io-client":"0.9.6","policyfile":"0.0.4","redis":"0.6.7"},"devDependencies":{"expresso":"0.9.2","should":"0.0.4","benchmark":"0.2.2","microtime":"0.1.3-1","colors":"0.5.1"},"dist":{"shasum":"6f76255c64f8a471995a1b624f6f16ccae0471e3","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.9.6.tgz","integrity":"sha512-HQ3PhsssPHdA132XzBG5+PYMVLNPhLsr41oAVstMmw9Aq/KVHvCuXfdR6l10q0WZ/YOHFLl5D/8Uv6y5gMW5Sw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDXkSGHUzHNNnAwgqUQkhVvxoX2cyuRJovgcGrYD4df5QIhAMOCJuXKZVwbjnDW1uRsd5lYpwqCv065T6xwHBVtGLZ0"}]},"engines":{"node":">= 0.4.0"}},"0.9.7":{"name":"socket.io","version":"0.9.7","dependencies":{"socket.io-client":"0.9.7","policyfile":"0.0.4","redis":"0.7.2"},"devDependencies":{"expresso":"0.9.2","should":"*","benchmark":"0.2.2","microtime":"0.1.3-1","colors":"0.5.1"},"dist":{"shasum":"b7ff586251e5d0eeb174a264eeb36796ea29ba6b","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.9.7.tgz","integrity":"sha512-aANNtUHhyyUEKgqSKIwgKuG5OUY3zUzFdP8TXgZ0yufrhH/nVR/fW9csox2+pf+a0cdpP5eQrl1mneUnuseeXA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFL0jRZCfodIMuotzWNEeqHzutqbdRNeVfmOkgYCHZ5HAiA5uOODxdZR/EmkA4+XOf7/r1m9b4OP+7EplJfI7AyRQg=="}]},"engines":{"node":">= 0.4.0"}},"0.9.8":{"name":"socket.io","version":"0.9.8","dependencies":{"socket.io-client":"0.9.8","policyfile":"0.0.4","redis":"0.7.2"},"devDependencies":{"expresso":"0.9.2","should":"*","benchmark":"0.2.2","microtime":"0.1.3-1","colors":"0.5.1"},"dist":{"shasum":"f085fe0957c85cccdae062bf2d3ddc19a37e7643","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.9.8.tgz","integrity":"sha512-eI7k1bi1/TR0x00NhyNxJDExtZakIo/teZzix7oq3/mSC5/pI0F/0+rUEIX+2xKgPp2rrrzugXKb7GVekzFF2g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDtRmkPySurTuY4W+Q9wa/PvgAYwHOlZurnQF3KiPqsbAIhAOF3Bmg8Z0PprgGtHfV8yTQrjBtk9OjlnXMxHzCa5YhE"}]},"engines":{"node":">= 0.4.0"}},"0.9.9":{"name":"socket.io","version":"0.9.9","dependencies":{"socket.io-client":"0.9.9","policyfile":"0.0.4","redis":"0.7.2"},"devDependencies":{"expresso":"0.9.2","should":"*","benchmark":"0.2.2","microtime":"0.1.3-1","colors":"0.5.1"},"dist":{"shasum":"9f1dc1bb22fb03a6dbd5e94a50cf5d6c168823d8","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.9.9.tgz","integrity":"sha512-Wl9HlrmWKvb9fXK9z40AC+weQWQpcUX079XeagpcurF1luPtrqaD/9GrVowkaVF3t6sTq8V6w6iiGoZXrqFiCw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIB1RunnvJyHeU18oPbOqQsq/t1u78jY6BqE7ZWWYfQBLAiAeuj1YS6gwZVowA9hBnwPWQJ9E5bh4+heRW/740EAsZQ=="}]},"engines":{"node":">= 0.4.0"}},"0.9.10":{"name":"socket.io","version":"0.9.10","dependencies":{"socket.io-client":"0.9.10","policyfile":"0.0.4","redis":"0.7.2"},"devDependencies":{"expresso":"0.9.2","should":"*","benchmark":"0.2.2","microtime":"0.1.3-1","colors":"0.5.1"},"dist":{"shasum":"20aff51bdfd33066aacdd5df7a44f244e7d2cc6a","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.9.10.tgz","integrity":"sha512-HjVP93M2lDVcHQZtLYT5Jr5gV6SpgN8m2DPYWjPJJ4Vs340RC7/Qbdq6TfEcQxzKwN0Htt+aA9U74nBvbq3zZA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC6ymxQRWdl6vNhlwCNoz6Va99CxbG6rGKLVzM5VX4M2wIhANccN7d9LU+Gg4UGusqPtUrFAOaDLXZQ3He2WWVFWics"}]},"engines":{"node":">= 0.4.0"}},"0.9.11":{"name":"socket.io","version":"0.9.11","dependencies":{"socket.io-client":"0.9.11","policyfile":"0.0.4","redis":"0.7.3"},"optionalDependencies":{"redis":"0.7.3"},"devDependencies":{"expresso":"0.9.2","should":"*","benchmark":"0.2.2","microtime":"0.1.3-1","colors":"0.5.1"},"dist":{"shasum":"18957f802cf463945881a0179156168743cf3d35","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.9.11.tgz","integrity":"sha512-Y18k+BoVlDtkzgm1vxPqem91TTwHKxQMYJZWHqSTtItKPGy+75TSo7vLTkYi/fo6oUlPkYiKepJk1rsnrpaMVw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDO5arGsjiyASo+7Z/G4XUExsqcdurOi+0FI4YT4SK+sAiEAqDX3D+hobLEpzCQyIFjiOEeH9ilV/PgcpUF22F8j6rs="}]},"engines":{"node":">= 0.4.0"}},"0.9.12":{"name":"socket.io","version":"0.9.12","dependencies":{"socket.io-client":"0.9.11","policyfile":"0.0.4","redis":"0.7.3"},"optionalDependencies":{"redis":"0.7.3"},"devDependencies":{"expresso":"0.9.2","should":"*","benchmark":"0.2.2","microtime":"0.1.3-1","colors":"0.5.1"},"dist":{"shasum":"d3cdd97cbd04f6d21618d967a0f9d4c12479a6c2","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.9.12.tgz","integrity":"sha512-NbSqDSWG6XN+kyJwUprJRhPcH1zEW8Z2ANut3uBPTqGNzY4hfUMBKUlNrF6WzuyRYkqxj7Lwthm4sVw4ZTmu/Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCPp78wtKDmY46nD79XIU+Zj9C4EYC6pFiFTmp4Y66FWgIgZ+3Em5sCaex6zo8WSf/LbuQOJRuJGk9G4+dJTo+asGM="}]},"engines":{"node":">= 0.4.0"}},"0.9.13":{"name":"socket.io","version":"0.9.13","dependencies":{"socket.io-client":"0.9.11","policyfile":"0.0.4","base64id":"0.1.0","redis":"0.7.3"},"optionalDependencies":{"redis":"0.7.3"},"devDependencies":{"expresso":"0.9.2","should":"*","benchmark":"0.2.2","microtime":"0.1.3-1","colors":"0.5.1"},"dist":{"shasum":"3e2a5e71ee47978cb18be4bb90217ad7a5d4f2fb","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.9.13.tgz","integrity":"sha512-ka5TuTWy8djIpY56IOgytgV4OFxX9Et8CHtkxl0VVPaWazWxEOfi431SxKsCV1Ryt46kyPx2z0DU2RJiB3jo/g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDt8mYwEpCu1RFjCtLal/dwl5LwmNLkXYUS/rH8HAsHDAiEAzdvsjSwm7MDgtRLOm0EKxSR0wGvmLXyDUWK+mBS85kY="}]},"engines":{"node":">= 0.4.0"}},"0.9.14":{"name":"socket.io","version":"0.9.14","dependencies":{"socket.io-client":"0.9.11","policyfile":"0.0.4","base64id":"0.1.0","redis":"0.7.3"},"optionalDependencies":{"redis":"0.7.3"},"devDependencies":{"expresso":"0.9.2","should":"*","benchmark":"0.2.2","microtime":"0.1.3-1","colors":"0.5.1"},"dist":{"shasum":"81af80ebf3ee8f7f6e71b1495db91f8fa53ff667","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.9.14.tgz","integrity":"sha512-cKVfQKWTsg0ZzKOZ2UN8aZd9XbD5eCJUP/c6PDCCNQ7y5L/tpS584AriwC7gbjDrPdUTKpGxdpvMt3D1KJZSSg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDkz25VHydUJpLKBFgiJtP8LLAtE7t2g1knXANzgu4dcQIhAKbMgPJq5IjKT11KTYqh06jTgIOzkHWXqU3joI2+4639"}]},"engines":{"node":">= 0.4.0"}},"0.9.15":{"name":"socket.io","version":"0.9.15","dependencies":{"socket.io-client":"0.9.15","policyfile":"0.0.4","base64id":"0.1.0","redis":"0.7.3"},"optionalDependencies":{"redis":"0.7.3"},"devDependencies":{"expresso":"0.9.2","should":"*","benchmark":"0.2.2","microtime":"0.1.3-1","colors":"0.5.1"},"dist":{"shasum":"93b0b6954e1e8e7ace47fdb031bcbdfe9794b6a4","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.9.15.tgz","integrity":"sha512-0jKgqM4P7Tvv/S8O8kOSXiL5czCZcvKlhk3SVVZ4CZ9Eo+zCjnl1YLReIRa02SnVlWwsd7FSkhvIOsoVvL3+lw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIB6qDG4GGphBUrlcKQRNJfL2QGJCvZ7tCpBwHkSee4/XAiEAuNBfVdyPp6kBPyzeP7HHqc11jkdSwMWddwonbWFXiH0="}]},"engines":{"node":">= 0.4.0"}},"0.9.16":{"name":"socket.io","version":"0.9.16","dependencies":{"socket.io-client":"0.9.16","policyfile":"0.0.4","base64id":"0.1.0","redis":"0.7.3"},"optionalDependencies":{"redis":"0.7.3"},"devDependencies":{"expresso":"0.9.2","should":"*","benchmark":"0.2.2","microtime":"0.1.3-1","colors":"0.5.1"},"dist":{"shasum":"3bab0444e49b55fbbc157424dbd41aa375a51a76","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.9.16.tgz","integrity":"sha512-9ivO8P4B3ZGZM3/vFwIMriDelss7SutBrPYZe3AWKO0ut4TeFScHevqE54BXfxVtzrRgIy38bY/hgE6UHQ/Jkg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHXrmGGcaebPbw0tnzFokfEU6kzNT0jt6a1zk/IA9OEEAiAVGoh9M6M+ccDxRqF0vhzYmilWRkG5P3yPdJDf8i+/0Q=="}]},"engines":{"node":">= 0.4.0"}},"1.0.0-pre":{"name":"socket.io","version":"1.0.0-pre","dependencies":{"engine.io":"1.0.4","socket.io-parser":"2.1.1","socket.io-client":"1.0.0-pre","socket.io-adapter":"0.2.0","has-binary-data":"0.1.0","debug":"0.7.4"},"devDependencies":{"mocha":"1.16.2","expect.js":"0.2.1","supertest":"0.8.2","istanbul":"0.2.3"},"dist":{"shasum":"58350abfb41baa95b05fbe20189e683ca90e60ff","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-1.0.0-pre.tgz","integrity":"sha512-dM+46PaBL3Ac0vpOhtC7wfSXV0tx6ovYmWKGZqwDFUk+FUjrVzIjorsVtTX0lnLwjBNppptayJK9cIJrO0ao2g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDtxSP4Uwtsx00WRcujAZg/vf6Bcar72U/DTzNZMPfOlQIgGZxqeJNyOZ+lbBwaEpLiq8hoaFSQWq0uS02YSQAaXDg="}]}},"1.0.0-pre2":{"name":"socket.io","version":"1.0.0-pre2","dependencies":{"engine.io":"1.1.0","socket.io-parser":"2.1.3","socket.io-client":"1.0.0-pre2","socket.io-adapter":"0.2.0","has-binary-data":"0.1.0","debug":"0.7.4"},"devDependencies":{"mocha":"1.16.2","expect.js":"0.3.1","supertest":"0.8.2","superagent":"0.17.0","istanbul":"0.2.3"},"dist":{"shasum":"2a38b37bce127237818794aa59400809a9c31c44","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-1.0.0-pre2.tgz","integrity":"sha512-mUYP0WwL6KewVLz4M6j6vXyMui/R4tG4oWxID9/dOyGtOM6LF+lTRU9rdmeWLn8bhKEkePGslQTQK4B9N88Nzw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCdYb2j9POA2DX7jFMWCfMokjTZWPj/kBBEc4Jpc9XStgIhAMSlyISuaKONMjfaoXBW3nnI8CLGoWbnoOGar1pYss09"}]}},"1.0.0-pre3":{"name":"socket.io","version":"1.0.0-pre3","dependencies":{"engine.io":"1.1.1","socket.io-parser":"2.1.4","socket.io-client":"1.0.0-pre3","socket.io-adapter":"0.2.0","has-binary-data":"0.1.0","debug":"0.7.4"},"devDependencies":{"mocha":"1.16.2","expect.js":"0.3.1","supertest":"0.8.2","superagent":"0.17.0","istanbul":"0.2.3"},"dist":{"shasum":"5c947093e5b7d224dc0830ee8c1cc9253ebc0288","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-1.0.0-pre3.tgz","integrity":"sha512-b0eNf24awOtjP/47kprK2NJSdTgmMEqP8GSxeA9OnG4Vk10Tg88hr2jZsrPmsorl6Y7u5ReLcZYFVqVdF07Bdw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCz9k1FxNBE6q+kjhKou4iP4jEVQYG0LcXJmdCa+eFYJgIgFnghKBhHTqcMEyn4dD6x13SkuAWT7MP1AzfYJB317lE="}]}},"1.0.0-pre4":{"name":"socket.io","version":"1.0.0-pre4","dependencies":{"engine.io":"1.1.1","socket.io-parser":"2.1.4","socket.io-client":"1.0.0-pre4","socket.io-adapter":"0.2.0","has-binary-data":"0.1.0","debug":"0.7.4"},"devDependencies":{"mocha":"1.16.2","expect.js":"0.3.1","supertest":"0.8.2","superagent":"0.17.0","istanbul":"0.2.3"},"dist":{"shasum":"8768d2788635870b208ae5e3e6c7dc2e39397489","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-1.0.0-pre4.tgz","integrity":"sha512-WtSIqqYqy56Uy8eiuvZx1VypBMA8Tsnk2OmJXyVIYPg9/vgAfWii+rm8C65FQ1N310PWlrihhS2Xdg/awvIs/g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGbYJzt4eY1GBD++2kWpiIAWqni0o0d483otxPqs9CNQAiBeAsN1zuwbr1QmLwLFQX0pNYtkSRUyFDydiH+cp0nEXg=="}]}},"1.0.0-pre5":{"name":"socket.io","version":"1.0.0-pre5","dependencies":{"engine.io":"1.2.1","socket.io-parser":"2.1.4","socket.io-client":"1.0.0-pre5","socket.io-adapter":"0.2.0","has-binary-data":"0.1.0","debug":"0.7.4"},"devDependencies":{"mocha":"1.16.2","expect.js":"0.3.1","supertest":"0.8.2","superagent":"0.17.0","istanbul":"0.2.3"},"dist":{"shasum":"602604bc42489de854f38ff1648d5951ebd98064","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-1.0.0-pre5.tgz","integrity":"sha512-L3O7tGbwykyrxyc5jt+foKAqoDoXhx5fd5qlun7p+2PEq4LlKMVN6behngXheGdrRHM2/P0uccgzZL16Hz4Qvw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICkJrYebTnCSN87T/0xn1P6c8Jg/h0fv1iQ9fk/Ba3ngAiAVh0wXLNhZnYdYpIe7pe4znCf2toPeK+zZOADaEEPEwA=="}]}},"0.9.17":{"name":"socket.io","version":"0.9.17","dependencies":{"socket.io-client":"0.9.16","policyfile":"0.0.4","base64id":"0.1.0","redis":"0.7.3"},"optionalDependencies":{"redis":"0.7.3"},"devDependencies":{"expresso":"0.9.2","should":"*","benchmark":"0.2.2","microtime":"0.1.3-1","colors":"0.5.1"},"dist":{"shasum":"ca389268fb2cd5df4b59218490a08c907581c9ec","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.9.17.tgz","integrity":"sha512-jRHmXZUIycXQv1BStfM1ogvcVZdkI4Z7v/ZgxQzhHYw9SYT++UbOyzantuR7CHUfBhLJQrH92pZuQ9TqGvXw3A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIClDKNt4kRCyCa6v24bkW6qgtQVrBpTN6K4WxY110jUZAiEAi7Sp6g2hXvrUdEDMZJP03fkjD4HBVVsnGg2Z08pPfyg="}]},"engines":{"node":">= 0.4.0"}},"1.0.0":{"name":"socket.io","version":"1.0.0","dependencies":{"engine.io":"1.2.1","socket.io-parser":"2.1.4","socket.io-client":"1.0.0","socket.io-adapter":"0.2.0","has-binary-data":"0.1.1","debug":"0.7.4"},"devDependencies":{"mocha":"1.16.2","expect.js":"0.3.1","supertest":"0.8.2","superagent":"0.17.0","istanbul":"0.2.3"},"dist":{"shasum":"d1862186f31f9bf284ccb83cee224d4c07a480fc","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-1.0.0.tgz","integrity":"sha512-rfG1pP/W6dGJHlLhYKMMNvDdhrKJNY2abozB7cU49e7/KmIiyhaY70Ewvdy8VmWVDl4n981uPoIMJ+deokXcrA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFwdnDCi3hPKpOdqP2ms/nQa4CK/xFO9vXD5tLh7+ff8AiEA9wMu0Vhj03KwC5hkhLxczva/dYxHVphaUfLWBPUCPWQ="}]}},"1.0.1":{"name":"socket.io","version":"1.0.1","dependencies":{"engine.io":"1.2.1","socket.io-parser":"2.1.4","socket.io-client":"1.0.1","socket.io-adapter":"0.2.0","has-binary-data":"0.1.1","debug":"0.7.4"},"devDependencies":{"mocha":"1.16.2","expect.js":"0.3.1","supertest":"0.8.2","superagent":"0.17.0","istanbul":"0.2.3"},"dist":{"shasum":"bb76327b69c419192421fcea7da02255daf4d397","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-1.0.1.tgz","integrity":"sha512-TsIz/aWk/H/iK+FLovRd+YKsuMBUicuoyVM6ez5xp3JVmli1+1PAZaUBaeUUbA503xIUWoa0zmkPn0PvzQ1kUA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAqpmxsnvl2u3lXYI1m3ukMOzDx1uBeANYYm4XLkBa7MAiBou5VthUxezwv6bE1VCf9wMLkz3U1C9+KpWjoyL4TCrg=="}]}},"1.0.2":{"name":"socket.io","version":"1.0.2","dependencies":{"engine.io":"1.2.1","socket.io-parser":"2.1.5","socket.io-client":"1.0.2","socket.io-adapter":"0.2.0","has-binary-data":"0.1.1","debug":"0.7.4"},"devDependencies":{"mocha":"1.16.2","expect.js":"0.3.1","supertest":"0.8.2","superagent":"0.17.0","istanbul":"0.2.3"},"dist":{"shasum":"a8ddb0654210329017b8b1781126f4e6a3095088","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-1.0.2.tgz","integrity":"sha512-G82w8SSTSrYsNrLdhPTxVIvjkbE4XUmRBFS4tNLfyE/Kwk1dbZrjEoHHsPHq4YjP8xzPzrjNGoHI2UfMcg6vig==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEd/YsVtzT9Fms5P9mXVFe5ncvjDd8lKk+ATAoRtqOqfAiEA59ShoGjsOEWYVYXttO/uOs0hy0XGd2yIumfpIhpwGdw="}]}},"1.0.3":{"name":"socket.io","version":"1.0.3","dependencies":{"engine.io":"1.2.2","socket.io-parser":"2.2.0","socket.io-client":"1.0.3","socket.io-adapter":"0.2.0","has-binary-data":"0.1.1","debug":"0.7.4"},"devDependencies":{"mocha":"1.16.2","expect.js":"0.3.1","supertest":"0.8.2","superagent":"0.17.0","istanbul":"0.2.3"},"dist":{"shasum":"f397709fe78a06afcf2fc4b8ce1c39348bef19d3","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-1.0.3.tgz","integrity":"sha512-hFQlv4OeFBIkwcZJ3DFyTJBOoJhlyo3TiGKUhwD2HSzN4yrDIKq27KjfW1YfulMLPWFnkVd5W7NcUXle0uaCZA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCw+34iyHo14fS89bdv4RK1t10wZCNTwqRi3iovMD449wIhANZYD6JHlJlKpKY5Gx7XhUllsZh/0o+J/NoDjj8wOm0v"}]}},"1.0.4":{"name":"socket.io","version":"1.0.4","dependencies":{"engine.io":"1.2.2","socket.io-parser":"2.2.0","socket.io-client":"1.0.4","socket.io-adapter":"0.2.0","has-binary-data":"0.1.1","debug":"0.7.4"},"devDependencies":{"mocha":"1.16.2","expect.js":"0.3.1","supertest":"0.8.2","superagent":"0.17.0","istanbul":"0.2.3"},"dist":{"shasum":"103cb555e2c730f4447ed93a22d915d4f45b149a","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-1.0.4.tgz","integrity":"sha512-3PCpXWSjtROHKniB2R162XRgvSD0WjRhn8UKeyx/5yNFpL/KOyaLghp2Xg0GmR27FMsLbT9om1f3E8EkdsOLCg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGEJbExa7O3SgK+ORvh8eA20xzAzSMq7IJroQMTfAZNZAiEA6naLVPHO7vpt69r3rHMtp11hjgGTADT4zH4dcOYtafY="}]}},"1.0.5":{"name":"socket.io","version":"1.0.5","dependencies":{"engine.io":"1.3.0","socket.io-parser":"2.2.0","socket.io-client":"1.0.5","socket.io-adapter":"0.2.0","has-binary-data":"0.1.1","debug":"0.7.4"},"devDependencies":{"mocha":"1.16.2","expect.js":"0.3.1","supertest":"0.8.2","superagent":"0.17.0","istanbul":"0.2.3"},"dist":{"shasum":"d9c47380015939c9c9622abfdaf6b8208da2b4c2","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-1.0.5.tgz","integrity":"sha512-3sVJxPBwr3nXnVUEiozPJstdf3p1/yE09I3uXkg5RhHHT0dmGyQVeNjI/X6SCPXznD9/BYnWw3iBRd7q7O14vQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCBVKW+dFjtjDWCV8vPnY8BAiHj5G0gOI3VSAVZrqr6QwIgBCSR1YKvWWHkuExa0LBJ3N8R1wzx2JBxB3x4ATf2HZI="}]}},"1.0.6":{"name":"socket.io","version":"1.0.6","dependencies":{"engine.io":"1.3.1","socket.io-parser":"2.2.0","socket.io-client":"1.0.6","socket.io-adapter":"0.2.0","has-binary-data":"0.1.1","debug":"0.7.4"},"devDependencies":{"mocha":"1.16.2","expect.js":"0.3.1","supertest":"0.8.2","superagent":"0.17.0","istanbul":"0.2.3"},"dist":{"shasum":"b566532888dae3ac9058a12f294015ebdfa8084a","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-1.0.6.tgz","integrity":"sha512-1x7TkMh8aKfLoXuXe5rXnDnv3xfcOFrDM6hR9z15dpZ83tTxt2NUxnpuGL2zMIAJQ4DitKiadEBvBVju5cxcHw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDtwKwEsZvuwrWXHsTx7jEtCv47sjDISTdSsOPFsVOFGwIgLEfQhnN+w3CcqX+Oo/onWkqRBVcEFsCNBX85E+2EyUw="}]}},"1.1.0":{"name":"socket.io","version":"1.1.0","dependencies":{"engine.io":"1.4.0","socket.io-parser":"2.2.1","socket.io-client":"1.1.0","socket.io-adapter":"0.2.0","has-binary-data":"0.1.3","debug":"0.7.4"},"devDependencies":{"mocha":"1.16.2","expect.js":"0.3.1","supertest":"0.8.2","superagent":"0.17.0","istanbul":"0.2.3"},"dist":{"shasum":"0825ecb5740f34c2319a40087c537a348010dbb6","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-1.1.0.tgz","integrity":"sha512-IKHTm8upxn0+jPR/wwutj8sLPHBEVQ+bwCvi2nZTvznU0EdU6YKKiNep5yVX38URAFWELHETHehtH3H4FSmtdA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD13TANpbh4GN4iBiHxfQFmGTeKFbnTXfAikU55Hrxm4AIgc8R2KOyvPBIJgQoeRgafmPWniQ2zL6jdLBLILthGY5I="}]}},"1.2.0":{"name":"socket.io","version":"1.2.0","dependencies":{"engine.io":"1.4.2","socket.io-parser":"2.2.2","socket.io-client":"1.2.0","socket.io-adapter":"0.3.1","has-binary-data":"0.1.3","debug":"0.7.4"},"devDependencies":{"mocha":"1.16.2","expect.js":"0.3.1","supertest":"0.8.2","superagent":"0.17.0","istanbul":"0.2.3"},"dist":{"shasum":"02f00ffc24626294f46924d4c25ce35a9b940789","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-1.2.0.tgz","integrity":"sha512-fmQ8bskX/sFJ9o86qtFZZtgs/atQSwBZnBTPQeBUPfdpAVIOYQEbkNsd/7hUDqoZQ4PAR8Cyw5M5TyUlqFMN5g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDNfWORvJI+jFNXmg4aAx7OQwRyfZ033J+gO2KaMkRAAQIgVTUcf2p//fhK0cQbnU1ADwO+9C038gqdhAvdBNquuA8="}]}},"1.2.1":{"name":"socket.io","version":"1.2.1","dependencies":{"engine.io":"1.4.3","socket.io-parser":"2.2.2","socket.io-client":"1.2.1","socket.io-adapter":"0.3.1","has-binary-data":"0.1.3","debug":"0.7.4"},"devDependencies":{"mocha":"1.16.2","expect.js":"0.3.1","supertest":"0.8.2","superagent":"0.17.0","istanbul":"0.2.3"},"dist":{"shasum":"84400af534c0d32baa9ac88937eedb5b8465ee92","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-1.2.1.tgz","integrity":"sha512-9LimGUowhaix4Ias6Z3VxcoWMU3U1yMPi8lZd/mhdfNOVgJiwxSwI3JoAdp9qyeISVQZePFMips4T1lclqcv2A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC7jRo2npEnPoxGfA+a/ayRKuZ5Bxfg+b+zGTdLhwkjvQIhAO8KkvokoMewkOQMlL4w9NiW5/o+7/ktP23Do3fiq1ae"}]}},"1.3.0":{"name":"socket.io","version":"1.3.0","dependencies":{"engine.io":"1.5.0","socket.io-parser":"2.2.2","socket.io-client":"1.3.0","socket.io-adapter":"0.3.1","has-binary-data":"0.1.3","debug":"2.1.0"},"devDependencies":{"mocha":"1.16.2","expect.js":"0.3.1","supertest":"0.8.2","superagent":"0.17.0","istanbul":"0.2.3"},"dist":{"shasum":"e6c1741d2a7eb539982465fac6e4779757403698","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-1.3.0.tgz","integrity":"sha512-ksSvmaOlgFoUa2vhKj6RKOgcKCFnVUNd0L5sOVN55qBRCQ56mC0ZdqNo8ySkAGbTznUDhrG1oY7N1ZkR7+NPLg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQClb782JK7t+NCpNqLP7Zr3q+pdaRFiQ7ccfJhGQmpj8gIgUBphLWIQLDRL1/+KlnXXYZEiLRTh9EyUIJSMo2VsN2c="}]}},"1.3.1":{"name":"socket.io","version":"1.3.1","dependencies":{"engine.io":"1.5.1","socket.io-parser":"2.2.2","socket.io-client":"1.3.1","socket.io-adapter":"0.3.1","has-binary-data":"0.1.3","debug":"2.1.0"},"devDependencies":{"mocha":"1.16.2","expect.js":"0.3.1","supertest":"0.8.2","superagent":"0.17.0","istanbul":"0.2.3"},"dist":{"shasum":"48a629c30e91f2f9c227fde4eb0bdb8d6e547caa","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-1.3.1.tgz","integrity":"sha512-xATpfDEFCkNJai9j0lZ2/qXccun63bIDhYSDcwKrZyaEjUFOjCMmuV3UfIWoGk6IlwZBKcXoE+IcsZ6+jZ4n1g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD0TY9vaPpGhUV7F5qo+sSsPmC7NbRsgBE2NqEHib1GYwIgWDGuNE9WoGM6gFpJ+8clUGrnbBlOBiF0Exabtj+u32M="}]}},"1.3.2":{"name":"socket.io","version":"1.3.2","dependencies":{"engine.io":"1.5.1","socket.io-parser":"2.2.2","socket.io-client":"1.3.2","socket.io-adapter":"0.3.1","has-binary-data":"0.1.3","debug":"2.1.0"},"devDependencies":{"mocha":"1.16.2","expect.js":"0.3.1","supertest":"0.8.2","superagent":"0.17.0","istanbul":"0.2.3"},"dist":{"shasum":"b8c1ffc63b3341d9609ee55e06560a6ca1f185e5","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-1.3.2.tgz","integrity":"sha512-6pjnl3Up1iZ0fTSAIHIxhSjv6ivTlJJa2Mi5jbKiucyZma7gfIa0Bx+VGMHRFHZRMiI9h83Bp7JIPTa77wqbhA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAuPj0IVyAJWOIjlszWINweVSyXlEateRhXpTAaO510uAiBGMtg6fk4SyiR4nX489SCqj/AbqjEKjfKTQtjBAHxDhw=="}]}},"1.3.3":{"name":"socket.io","version":"1.3.3","dependencies":{"engine.io":"1.5.1","socket.io-parser":"2.2.3","socket.io-client":"1.3.3","socket.io-adapter":"0.3.1","has-binary-data":"0.1.3","debug":"2.1.0"},"devDependencies":{"mocha":"1.16.2","expect.js":"0.3.1","supertest":"0.8.2","superagent":"0.17.0","istanbul":"0.2.3"},"dist":{"shasum":"2a1b62bf3a0205488d3a19573b53648262770f2b","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-1.3.3.tgz","integrity":"sha512-rAhIcOlxH0plj93OoumHYoTQblalUxffqoXC+LUU+H/wxIGy8sh4aaRbQFHhkPSiYNhsa41yn4d5RWVfbhvCaA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDxRzM4m4sP1xsqS2AguDmgM7FN4ncsapWc6P+3yCXAxgIgIF9v9b6iQROB7Kwpc/GATmne0NBMN489tNjQUj0u1Uo="}]}},"1.3.4":{"name":"socket.io","version":"1.3.4","dependencies":{"engine.io":"1.5.1","socket.io-parser":"2.2.3","socket.io-client":"1.3.4","socket.io-adapter":"0.3.1","has-binary-data":"0.1.3","debug":"2.1.0"},"devDependencies":{"mocha":"1.16.2","expect.js":"0.3.1","supertest":"0.8.2","superagent":"0.17.0","istanbul":"0.2.3"},"dist":{"shasum":"3aa3bec59c75792cedeba1c52825c9aa6802f027","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-1.3.4.tgz","integrity":"sha512-5A7Pxme2lMFR+j932Tq2XhELWKE4cA852V+3mXflvmin3hqTQeq5J50Qkj6IyKjg+5ek2t4eHaMTpIiZ6jpOog==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHb+xrY2Fh8aql4dGA72FuT75wlnovmX4i7edI5oAFEDAiANfyW0MzZM7TIym+KT6lNoGmcjHdW31HITgvuuy9GMLg=="}]}},"1.3.5":{"name":"socket.io","version":"1.3.5","dependencies":{"engine.io":"1.5.1","socket.io-parser":"2.2.4","socket.io-client":"1.3.5","socket.io-adapter":"0.3.1","has-binary-data":"0.1.3","debug":"2.1.0"},"devDependencies":{"mocha":"1.16.2","expect.js":"0.3.1","supertest":"0.8.2","superagent":"0.17.0","istanbul":"0.2.3"},"dist":{"shasum":"bfd609f37626889e94df9d3526db79a84255f1d8","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-1.3.5.tgz","integrity":"sha512-DdzI9xMdyK9n+Rec0FlHPBBwpBLgNyvRa3iYECvpJgJ6ejqdaDmzZ52XDbCQDL2QIRhJ7sWXo0NfOsm7go5Wtw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDPtO4BJ19n4VLxoVhMwIbE4jVvTFCzY1qcFyckK31SbQIhAN5mQBgJesFjnrod1pRbB1FYJZsB5gYQ7TUad0xm7myv"}]}},"1.3.6":{"name":"socket.io","version":"1.3.6","dependencies":{"engine.io":"1.5.2","socket.io-parser":"2.2.4","socket.io-client":"1.3.6","socket.io-adapter":"0.3.1","has-binary-data":"0.1.3","debug":"2.1.0"},"devDependencies":{"mocha":"1.16.2","expect.js":"0.3.1","supertest":"0.8.2","superagent":"0.17.0","istanbul":"0.2.3"},"dist":{"shasum":"1ef8ec4d8edea6499c8febd2a16b6d15b4dc15bd","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-1.3.6.tgz","integrity":"sha512-DmN81Y2S9bO/2QgXV1sI6AiW7/+xEuP9pVMu87nNbIpGR4vnIoRKjxE/Ceyu4HgD+0SjIoAfE7kPLwarcdOdrQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIQDjNG6dBFgbnF6TeZrnSBu9zzr9PDJoVduv4FCifOx9EwIfBoDw5XiW9VMWrJcFq/jsmT1fru3KvWYKeOWoc/ZNNg=="}]}},"1.3.7":{"name":"socket.io","version":"1.3.7","dependencies":{"engine.io":"1.5.4","socket.io-parser":"2.2.4","socket.io-client":"1.3.7","socket.io-adapter":"0.3.1","has-binary-data":"0.1.3","debug":"2.1.0"},"devDependencies":{"mocha":"1.16.2","expect.js":"0.3.1","supertest":"0.8.2","superagent":"0.17.0","istanbul":"0.2.3"},"dist":{"shasum":"93747a29bcab6266f0fbe19112cca5e1388cf7ad","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-1.3.7.tgz","integrity":"sha512-gvr6oqkU6qOTlUpGoEBo7b5rU1oNtuir+3nLAY+JgXmYJu/CtbPx3N8/Clcz4rSMtA822JuFMCHRU5WLu/t+bg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFRo2JIiEsDfYRku3QJ63HInwBu1ItSFzbT7bHDN7oWwAiAPh3625Kv9YVRZ1F4TlWC6PIzIvHFwOS93EjllFH0GbA=="}]}},"1.4.0":{"name":"socket.io","version":"1.4.0","dependencies":{"engine.io":"1.6.5","socket.io-parser":"2.2.6","socket.io-client":"1.4.0","socket.io-adapter":"0.4.0","has-binary":"0.1.7","debug":"2.2.0"},"devDependencies":{"expect.js":"0.3.1","istanbul":"0.2.3","mocha":"2.3.4","superagent":"0.17.0","supertest":"0.8.2","zuul-ngrok":"3.1.0"},"dist":{"shasum":"d3009f29c088b56873414693c1cb7d9eed62db26","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-1.4.0.tgz","integrity":"sha512-QIyP6FzONgLPKvfarJEZlT62KlNM+KlAFW8ow+dmqtWQZlaGEUqLjw4gncEuEVmCnAHm6FIDOusX/gQfKXdEgg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCEahrlAxrZXo3F1voTZTnUVC0aEhYHITgecT/xBQSAkQIhAPnm33ppPliGNmIY7PLbNHVesBIqed01n2vFb7xqhuAQ"}]}},"1.4.1":{"name":"socket.io","version":"1.4.1","dependencies":{"engine.io":"1.6.5","socket.io-parser":"2.2.6","socket.io-client":"1.4.1","socket.io-adapter":"0.4.0","has-binary":"0.1.7","debug":"2.2.0"},"devDependencies":{"expect.js":"0.3.1","istanbul":"0.2.3","mocha":"2.3.4","superagent":"0.17.0","supertest":"0.8.2","zuul-ngrok":"3.1.0"},"dist":{"shasum":"441c9ca6ad209af7534e5ae846e3b1edd679609a","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-1.4.1.tgz","integrity":"sha512-asBNxEczKXc1Rh5VD8cMZSAM7LAJjXK9/LSjgwxaD99zjc90QaZGs9/IRYewlFGokRSqyiiGluY/mFLxWK1sGg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCeUa+S61KAKzZiQgs6nRBGM0ehadrxD6DueKlQKvVM4gIgfXsPpizGk1jiT5/JlRYgaRCoDOEZPmd7pU3JsoR+wRk="}]}},"1.4.2":{"name":"socket.io","version":"1.4.2","dependencies":{"engine.io":"1.6.6","socket.io-parser":"2.2.6","socket.io-client":"1.4.2","socket.io-adapter":"0.4.0","has-binary":"0.1.7","debug":"2.2.0"},"devDependencies":{"expect.js":"0.3.1","istanbul":"0.2.3","mocha":"2.3.4","superagent":"0.17.0","supertest":"0.8.2","zuul-ngrok":"3.1.0"},"dist":{"shasum":"f414058c7ba4ac23b33e34b666b5f51500020efd","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-1.4.2.tgz","integrity":"sha512-InsLyU/jBtcLJzUm7OzI6++LLErY9AXM/JaABc525+Em6ai0PiekDDRErDotYO9n7yjtecGug9aX90Uf0FSKaA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDMi3UAJaYecpMukYWwSQg/Jk2cFoocDNlI/MKQtjwTLwIhAPCtC8scSiUS6YlGrVY1FlZqGFMKcf7/lo2WjdK/rKwA"}]}},"1.4.3":{"name":"socket.io","version":"1.4.3","dependencies":{"engine.io":"1.6.6","socket.io-parser":"2.2.6","socket.io-client":"1.4.3","socket.io-adapter":"0.4.0","has-binary":"0.1.7","debug":"2.2.0"},"devDependencies":{"expect.js":"0.3.1","istanbul":"0.2.3","mocha":"2.3.4","superagent":"0.17.0","supertest":"0.8.2","zuul-ngrok":"3.1.0"},"dist":{"shasum":"16be5e24f40338e5df01261aeebc472d219572b0","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-1.4.3.tgz","integrity":"sha512-gzPpA6oqrO3FS0t322dRQnpF+tyAZfOc5oNkmTL4jeLk+Uu3zdKawPTJF+ZhUL8QIa5WTrlcD/mNFVNbjl81XQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCHzyxWKjt3nk9K3CeUE14gQ3ub9YUV843iGiKZLrKrMQCIQC7ItPoSCsBT7Mh50FpWaqbBII8PUWTmTNnrbjWpcSMeQ=="}]}},"1.4.4":{"name":"socket.io","version":"1.4.4","dependencies":{"engine.io":"1.6.7","socket.io-parser":"2.2.6","socket.io-client":"1.4.4","socket.io-adapter":"0.4.0","has-binary":"0.1.7","debug":"2.2.0"},"devDependencies":{"expect.js":"0.3.1","istanbul":"0.2.3","mocha":"2.3.4","superagent":"0.17.0","supertest":"0.8.2","zuul-ngrok":"3.1.0"},"dist":{"shasum":"24b3e19ca15ee21cb7d9203d831f9b65a9f14bbd","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-1.4.4.tgz","integrity":"sha512-rFGwk+bmpJxR/rJidwbEkEvSIN+gKVarWsC3lnbypCXxvMvgwrpE51hDyY06r7FEgUdFvn4ARhdTMPGClV6usA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDu0dxtFS9RG1Ne2HBRGiCmc6dzJZfmUG941RHDNpTJagIgYpjhde25FMrwchRUP+6+dwb7rh+H+9T6TTF5qzq3wn8="}]}},"1.4.5":{"name":"socket.io","version":"1.4.5","dependencies":{"engine.io":"1.6.8","socket.io-parser":"2.2.6","socket.io-client":"1.4.5","socket.io-adapter":"0.4.0","has-binary":"0.1.7","debug":"2.2.0"},"devDependencies":{"expect.js":"0.3.1","istanbul":"0.4.1","mocha":"2.3.4","superagent":"1.6.1","supertest":"1.1.0","zuul-ngrok":"3.2.0"},"dist":{"shasum":"f202f49eeb9cf7cf6c0971ad75d8d96d451ea4f7","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-1.4.5.tgz","integrity":"sha512-Po2HZi77KrV35ftgDJc4ECF5WQy7nsjRMENIJ5Y0D65YMYSEik58N5xl0NIRKdORQ4kvNymFHgjmaVtDyanVeQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC2xJQoj93nDsSc7dPDSqT7AJQTdCqFOfKuqkWxn5zBHgIhAK1233nXwrcujPacSzPsPuyoa2ac7ulU17F7azl5WRSU"}]}},"1.4.6":{"name":"socket.io","version":"1.4.6","dependencies":{"engine.io":"1.6.9","socket.io-parser":"2.2.6","socket.io-client":"1.4.6","socket.io-adapter":"0.4.0","has-binary":"0.1.7","debug":"2.2.0"},"devDependencies":{"expect.js":"0.3.1","istanbul":"0.4.1","mocha":"2.3.4","superagent":"1.6.1","supertest":"1.1.0","zuul-ngrok":"3.2.0"},"dist":{"shasum":"0dddc2cb8fb9b66fc928604f13f6aa910254cc1c","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-1.4.6.tgz","integrity":"sha512-Zgzti3BEnN0ztVLp3mEtG3V4aHtxN+8wcHXKNBJQJGTi+roTvigUtTeRBQhHzq0DMNheM2g/vdsqHAGoFqqwgQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEg/QTh5Vu7unFR85iwQJvGAmb2chCsi6gL/iOEMnYxFAiEA4ft4ODBrF0yIliSls0HVwDrmOCBIed7IviZYkL1S3jI="}]}},"1.4.7":{"name":"socket.io","version":"1.4.7","dependencies":{"engine.io":"1.6.10","socket.io-parser":"2.2.6","socket.io-client":"1.4.6","socket.io-adapter":"0.4.0","has-binary":"0.1.7","debug":"2.2.0"},"devDependencies":{"expect.js":"0.3.1","istanbul":"0.4.1","mocha":"2.3.4","superagent":"1.6.1","supertest":"1.1.0","zuul-ngrok":"3.2.0"},"dist":{"shasum":"92b7f7cb88c5797d4daee279fe8075dbe6d3fa1c","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-1.4.7.tgz","integrity":"sha512-zU2WFcNtRJdJd3xPAct2TurqC3oqfhTqQgQz5q1b7k2h4KZv1Dhb+PB9O03xUMeZwp51A5ZTzwCDqxIdebLWCA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBn3fAjE1J5kx2g568FIchin9rWiPt7HBJ0PBQRsoVRTAiAD/ZXf0KdF2s6Dczqbwfuoi62CNkoXF1/JYbInbgSJHQ=="}]}},"1.4.8":{"name":"socket.io","version":"1.4.8","dependencies":{"engine.io":"1.6.11","socket.io-parser":"2.2.6","socket.io-client":"1.4.8","socket.io-adapter":"0.4.0","has-binary":"0.1.7","debug":"2.2.0"},"devDependencies":{"expect.js":"0.3.1","istanbul":"0.4.1","mocha":"2.3.4","superagent":"1.6.1","supertest":"1.1.0","zuul-ngrok":"3.2.0"},"dist":{"shasum":"e576f330cd0bed64e55b3fd26df991141884867b","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-1.4.8.tgz","integrity":"sha512-ypHLHj4e1qCpcI34AkANJhpu2apk1TzCcWQJUH7/QPljwvb8RiaH7Xhq+3X+EdIxLripK0vEDQBcH1ZWmu8ePw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIH5RuSJ6BxoayIeT6EghmXEqvj8jgpAoFOhVO77D33wxAiEAzb1uieryVDu3+9vhOU2/w2187NbUBhZ9uEOSKSfN1aU="}]}},"1.5.0":{"name":"socket.io","version":"1.5.0","dependencies":{"engine.io":"1.7.0","socket.io-parser":"2.2.6","socket.io-client":"1.5.0","socket.io-adapter":"0.4.0","has-binary":"0.1.7","debug":"2.2.0"},"devDependencies":{"babel-preset-es2015":"6.3.13","del":"2.2.0","expect.js":"0.3.1","gulp":"3.9.0","gulp-babel":"6.1.1","gulp-istanbul":"0.10.3","gulp-mocha":"2.2.0","gulp-task-listing":"1.0.1","istanbul":"0.4.1","mocha":"2.3.4","superagent":"1.6.1","supertest":"1.1.0"},"dist":{"shasum":"024dd9719d9267d6a6984eebe2ab5ceb9a0b8a98","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-1.5.0.tgz","integrity":"sha512-apOd4G4U1fKQc2HU7BVyKHhelKOQl3TsswQR2yLH16diX/cB/uE2BwMAYDnrSfJnR1Vb82WY+S5uvHJNIe3ZnQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDFxcgNVoigPW4VmuG/ZPq6JkWnI9EnFug5O6BBe9kbGwIhAMr46O8fj/5p/7w+DoL3qRuZkZp8OA+geo8ixqUuYxfO"}]}},"1.5.1":{"name":"socket.io","version":"1.5.1","dependencies":{"engine.io":"1.7.2","socket.io-parser":"2.3.1","socket.io-client":"1.5.1","socket.io-adapter":"0.4.0","has-binary":"0.1.7","debug":"2.2.0"},"devDependencies":{"babel-preset-es2015":"6.3.13","del":"2.2.0","expect.js":"0.3.1","gulp":"3.9.0","gulp-babel":"6.1.1","gulp-istanbul":"0.10.3","gulp-mocha":"2.2.0","gulp-task-listing":"1.0.1","istanbul":"0.4.1","mocha":"2.3.4","superagent":"1.6.1","supertest":"1.1.0"},"dist":{"shasum":"c3ea8c4ed4164436bc56adef60e31ad366518ca9","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-1.5.1.tgz","integrity":"sha512-i8ITzqHjhXwjkUDnA81bouSSjIwlL78Nqy/TLnwg3I28EMFQE6ohuYywmGNWybN4zHnMOz//CnE7t4IKkYXUSw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC8DXf3diEG3rYfMtCrIHARshilAUQGmbzAuvVaisMvRwIge8poz3daq79x+UVww8OVz1t1W6bkkm7LztjVX8R56lg="}]}},"1.6.0":{"name":"socket.io","version":"1.6.0","dependencies":{"debug":"2.3.3","engine.io":"1.8.0","has-binary":"0.1.7","object-assign":"4.1.0","socket.io-adapter":"0.5.0","socket.io-client":"1.6.0","socket.io-parser":"2.3.1"},"devDependencies":{"babel-preset-es2015":"6.3.13","del":"2.2.0","expect.js":"0.3.1","gulp":"3.9.0","gulp-babel":"6.1.1","gulp-istanbul":"0.10.3","gulp-mocha":"2.2.0","gulp-task-listing":"1.0.1","istanbul":"0.4.1","mocha":"2.3.4","superagent":"1.6.1","supertest":"1.1.0"},"dist":{"shasum":"3e40d932637e6bd923981b25caf7c53e83b6e2e1","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-1.6.0.tgz","integrity":"sha512-ZVTZV9k8MBtfZytMNgrKfv76z2KC/QUriJdsYwwyWI4pJ55i/XwVVGzuU35MmbxP0s2yuhOiK5gfxZCqa3f81Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGCVdTeXxSNlqGD0K2onMLRn2LgIxxTmkucOE1ahL6IxAiEAqx+YllwPQsEuKesY3zye98Q+EGe/FCDM2USlcDErDtk="}]}},"1.7.0":{"name":"socket.io","version":"1.7.0","dependencies":{"debug":"2.3.3","engine.io":"1.8.1","has-binary":"0.1.7","object-assign":"4.1.0","socket.io-adapter":"0.5.0","socket.io-client":"1.7.0","socket.io-parser":"2.3.1"},"devDependencies":{"babel-preset-es2015":"6.3.13","del":"2.2.0","expect.js":"0.3.1","gulp":"3.9.0","gulp-babel":"6.1.1","gulp-istanbul":"0.10.3","gulp-mocha":"2.2.0","gulp-task-listing":"1.0.1","istanbul":"0.4.1","mocha":"2.3.4","superagent":"1.6.1","supertest":"1.1.0"},"dist":{"shasum":"812790768e9eb43f4842f98606fb63b4dd13e343","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-1.7.0.tgz","integrity":"sha512-2wd+viOtrl6de2DWxASgmc1SGOn8rsseKNPjsu7OlWnN0xu9wK5GNUgeku28VXrQClbtfypqNE/xqhDi9NCOuQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIF97NuwShIkjnlRuZL4JAccL/iQxUkwHBDdad7GmVpTgAiEA2vTqf7Cn/mHSE18ZipZUp1i1lTOCVkMsmQfQhy4BGGo="}]}},"1.7.1":{"name":"socket.io","version":"1.7.1","dependencies":{"debug":"2.3.3","engine.io":"1.8.1","has-binary":"0.1.7","object-assign":"4.1.0","socket.io-adapter":"0.5.0","socket.io-client":"1.7.1","socket.io-parser":"2.3.1"},"devDependencies":{"babel-preset-es2015":"6.3.13","del":"2.2.0","expect.js":"0.3.1","gulp":"3.9.0","gulp-babel":"6.1.1","gulp-istanbul":"0.10.3","gulp-mocha":"2.2.0","gulp-task-listing":"1.0.1","istanbul":"0.4.1","mocha":"2.3.4","superagent":"1.6.1","supertest":"1.1.0"},"dist":{"shasum":"a34d763fd22cd975643c2f0c7c5f14ba6da80aaf","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-1.7.1.tgz","integrity":"sha512-qQv91eA4Gu/lFWSYIDzitSkivjuPmaEgOohbXMkmGP6HBk0ec/qHTt7tRXfdse2sRF9RsyU7IqtD+lU5MgOPCg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCPa9qE6Y6MWUPvsKolzofXCVhQ4pqC14HvUVryBYsD3gIhAK0yoobE5DKvY4bclm3aPPE+rBkXPJAIJTAMv8bVJJ5B"}]}},"1.7.2":{"name":"socket.io","version":"1.7.2","dependencies":{"debug":"2.3.3","engine.io":"1.8.2","has-binary":"0.1.7","object-assign":"4.1.0","socket.io-adapter":"0.5.0","socket.io-client":"1.7.2","socket.io-parser":"2.3.1"},"devDependencies":{"babel-preset-es2015":"6.3.13","del":"2.2.0","expect.js":"0.3.1","gulp":"3.9.0","gulp-babel":"6.1.1","gulp-istanbul":"0.10.3","gulp-mocha":"2.2.0","gulp-task-listing":"1.0.1","istanbul":"0.4.1","mocha":"2.3.4","superagent":"1.6.1","supertest":"1.1.0"},"dist":{"shasum":"83bbbdf2e79263b378900da403e7843e05dc3b71","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-1.7.2.tgz","integrity":"sha512-/RRARSxJkpr0NDl6SsGt8Y0iUXau8QkuSchombNdCsBzjmDpJn2agrK5VN5WsQfn2EIM5USHdjB5rMYx1V01mQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDyiwqF+oBt574l8YLQRhozsuc8lJaNtERtmrPueGia1wIgW4ioGSL0xoz/w0Q49xgAVkTyAkkAjYS7+FntVx+M2Gg="}]}},"1.7.3":{"name":"socket.io","version":"1.7.3","dependencies":{"debug":"2.3.3","engine.io":"1.8.3","has-binary":"0.1.7","object-assign":"4.1.0","socket.io-adapter":"0.5.0","socket.io-client":"1.7.3","socket.io-parser":"2.3.1"},"devDependencies":{"babel-preset-es2015":"6.3.13","del":"2.2.0","expect.js":"0.3.1","gulp":"3.9.0","gulp-babel":"6.1.1","gulp-istanbul":"0.10.3","gulp-mocha":"2.2.0","gulp-task-listing":"1.0.1","istanbul":"0.4.1","mocha":"2.3.4","superagent":"1.6.1","supertest":"1.1.0"},"dist":{"shasum":"b8af9caba00949e568e369f1327ea9be9ea2461b","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-1.7.3.tgz","integrity":"sha512-CmZLQTyj5nKKVBoguhisLP5Yl6oEfEWbQQQQ0MdXAazCZdRpGR4FG6rd13ryovTa75S36PgXsAGtzwllCWrgbQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDOCt/C0yFx5KDyCI0NGTWQX9bYSz/hVPtFtB6ZyRVp6gIhALydUvtdaRDs0rbWYv2aQuX8FGUT/CGV74CKls4eOKfW"}]}},"0.9.18":{"name":"socket.io","version":"0.9.18","dependencies":{"socket.io-client":"0.9.16","policyfile":"0.0.4","base64id":"0.1.0","redis":"0.7.3"},"optionalDependencies":{"redis":"0.7.3"},"devDependencies":{"expresso":"0.9.2","should":"*","benchmark":"0.2.2","microtime":"2.1.3","colors":"0.5.1"},"dist":{"shasum":"e5c8b749628b103bad05dedf5de4dac6b2cbf579","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.9.18.tgz","integrity":"sha512-sDIJQAV8/c1H4VE25k+XtkxoV/1Y/x1emWhBvG3AuziIA/EBN4e4ci6Fcz/hVhyFoBg3067ZOCZKyxYUcX2jSA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDJXFvVyEhoq33fhN6w7El0vj1uRc7kchw7soAxRx02XwIgdxiqaL2FdXr7XweiQgOta07wEn9JH4ItT+cbikOkyS8="}]},"engines":{"node":">= 0.4.0"}},"1.7.4":{"name":"socket.io","version":"1.7.4","dependencies":{"debug":"2.3.3","engine.io":"~1.8.4","has-binary":"0.1.7","object-assign":"4.1.0","socket.io-adapter":"0.5.0","socket.io-client":"1.7.4","socket.io-parser":"2.3.1"},"devDependencies":{"babel-preset-es2015":"6.3.13","del":"2.2.0","expect.js":"0.3.1","gulp":"3.9.0","gulp-babel":"6.1.1","gulp-istanbul":"0.10.3","gulp-mocha":"2.2.0","gulp-task-listing":"1.0.1","istanbul":"0.4.1","mocha":"2.3.4","superagent":"1.6.1","supertest":"1.1.0"},"dist":{"shasum":"2f7ecedc3391bf2d5c73e291fe233e6e34d4dd00","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-1.7.4.tgz","integrity":"sha512-rKMY/U7gBmbHjwrljcPHy+uEXZ5973WvO2DrooL643w1R24SZVzsmhvNmJFjYVhAL4y7wrZJJS/znUfp0VWfKw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDM3qbTnax1+IcOm9UO5tn2xPrs4YTsn53dRlvNTbzN2gIgGDiZIPPDXPMdirkSDWMHKAgffQ4iqm4iTJRXtK7YC7w="}]}},"2.0.0":{"name":"socket.io","version":"2.0.0","dependencies":{"debug":"~2.6.6","engine.io":"~3.1.0","object-assign":"~4.1.1","socket.io-adapter":"~1.1.0","socket.io-client":"2.0.0","socket.io-parser":"~3.1.1"},"devDependencies":{"babel-preset-es2015":"^6.24.1","del":"^2.2.2","expect.js":"0.3.1","gulp":"^3.9.1","gulp-babel":"^6.1.2","gulp-istanbul":"^1.1.1","gulp-mocha":"^4.3.1","gulp-task-listing":"1.0.1","istanbul":"^0.4.5","mocha":"^3.3.0","superagent":"1.6.1","supertest":"1.1.0"},"dist":{"shasum":"fef1966ee750001b20943983a057dc31807b1efa","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-2.0.0.tgz","integrity":"sha512-rcROmEitra00Pw0iODrt6JUZ8O6XR5Qbr/07EtkyTVvmdBjPai60YUtR23EXltzk6q3CVyj/0cnev9m72b+LSw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD9zLXH1CzyajhUrvlbynIXt3EPudH9gzHLDiz1EMWo+wIhAMokw3knLKUohIQCS9MoaXpLZCrDd90OSsqGR1tZNjHn"}]}},"2.0.1":{"name":"socket.io","version":"2.0.1","dependencies":{"debug":"~2.6.6","engine.io":"~3.1.0","object-assign":"~4.1.1","socket.io-adapter":"~1.1.0","socket.io-client":"2.0.1","socket.io-parser":"~3.1.1"},"devDependencies":{"babel-preset-es2015":"^6.24.1","del":"^2.2.2","expect.js":"0.3.1","gulp":"^3.9.1","gulp-babel":"^6.1.2","gulp-istanbul":"^1.1.1","gulp-mocha":"^4.3.1","gulp-task-listing":"1.0.1","istanbul":"^0.4.5","mocha":"^3.3.0","superagent":"1.6.1","supertest":"1.1.0"},"dist":{"shasum":"064c125178462e477a6df23d2fdad18dd1c5914f","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-2.0.1.tgz","integrity":"sha512-I2kWRdOQRKkhJUOfK6iN8shdEeK4+3iYTv9G3RXjVGm+Vf5zCr99iqtDL+3QzGKvHDcOAgNXfd88j/87fQzIKQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDvJcRn2RwBHfowM9tg/ah5lS4nTfxqy+aEenX5oaPGAwIhAIrEHSeGacepG8OcrU46bzIQUzeTZnmtbDtT6LiR5s+L"}]}},"0.9.19":{"name":"socket.io","version":"0.9.19","dependencies":{"socket.io-client":"0.9.16","policyfile":"0.0.4","base64id":"0.1.0","redis":"0.7.3"},"optionalDependencies":{"redis":"0.7.3"},"devDependencies":{"expresso":"0.9.2","should":"*","benchmark":"0.2.2","microtime":"2.1.3","colors":"0.5.1"},"dist":{"shasum":"490bb5fd0dc54cf002ee04e67fadfc43b848a38f","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.9.19.tgz","integrity":"sha512-UPdVIGPBPmCibzIP2rAjXuiPTI2gPs6kiu4P7njH6WAK7wiOlozNG62ohohCNOycx+Dztd4vRNXxq8alIOEtfA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGM/dUTf3PyBsIUEFsNlcCxWWyrgEl/7p5hI5ynQ5v8qAiBYkNeDX7u+XZ0BkBx5LNFhijBQpFi+NJLa5XCDYXfBDg=="}]},"engines":{"node":">= 0.4.0"}},"2.0.2":{"name":"socket.io","version":"2.0.2","dependencies":{"debug":"~2.6.6","engine.io":"~3.1.0","object-assign":"~4.1.1","socket.io-adapter":"~1.1.0","socket.io-client":"~2.0.2","socket.io-parser":"~3.1.1"},"devDependencies":{"babel-preset-es2015":"^6.24.1","del":"^2.2.2","expect.js":"0.3.1","gulp":"^3.9.1","gulp-babel":"^6.1.2","gulp-istanbul":"^1.1.1","gulp-mocha":"^4.3.1","gulp-task-listing":"1.0.1","istanbul":"^0.4.5","mocha":"^3.3.0","superagent":"1.6.1","supertest":"1.1.0"},"dist":{"shasum":"133bf3a1b67d02f2ac65103c11f78e6f2c4f3b3a","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-2.0.2.tgz","integrity":"sha512-effsZsz4FlW8p86S9nBNWL/oGIK0KK9DHFpmN/Nd/sqjx/oTQksMFyIXrKj3w/hRZlZKaBNfpth29yLXlwC/Og==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGhHP+ZBNunJm5PvUiuwMEswCyx+Aj5nmBH7Ps0dsGjJAiEA5BhCK1Nnrbs3m5TNrBt1P6LXastEC3mXni3dfJx98yM="}]}},"2.0.3":{"name":"socket.io","version":"2.0.3","dependencies":{"debug":"~2.6.6","engine.io":"~3.1.0","object-assign":"~4.1.1","socket.io-adapter":"~1.1.0","socket.io-client":"~2.0.2","socket.io-parser":"~3.1.1"},"devDependencies":{"babel-preset-es2015":"^6.24.1","del":"^2.2.2","expect.js":"0.3.1","gulp":"^3.9.1","gulp-babel":"^6.1.2","gulp-istanbul":"^1.1.1","gulp-mocha":"^4.3.1","gulp-task-listing":"1.0.1","istanbul":"^0.4.5","mocha":"^3.3.0","superagent":"1.6.1","supertest":"1.1.0"},"dist":{"shasum":"4359f06a24933ae6bd087798af78c680eae345e3","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-2.0.3.tgz","integrity":"sha512-qya7+ILKQ9vbXwJ/bUkT5Oe4RCD8c7Z9bZSg3jDDnuNxl+thkzgYz4BB+Oe8hxh1pF2xRbZUnIbrFw7+lpp94w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDR9Jdz4VTGtjefO/oD7VStS4mttUkNqZwUbqOsLaJoGAIgU0fMIY17hrzkuIGGbxzgn8ky1famGBbByoLtbhkRSTU="}]}},"2.0.4":{"name":"socket.io","version":"2.0.4","dependencies":{"debug":"~2.6.6","engine.io":"~3.1.0","socket.io-adapter":"~1.1.0","socket.io-client":"2.0.4","socket.io-parser":"~3.1.1"},"devDependencies":{"expect.js":"0.3.1","mocha":"^3.5.3","nyc":"^11.2.1","superagent":"1.6.1","supertest":"1.1.0"},"dist":{"shasum":"c1a4590ceff87ecf13c72652f046f716b29e6014","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-2.0.4.tgz","integrity":"sha512-8B/grLCFDGU1jtp6BxAjSFZAXTqnSxqelNJi8n/izlYjZaP0armkGF+BgS2ZJbm9bI5Yq7v9kNCuTbmIHVzuyA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDrbOhMrvVLHAdauBIjRr5CQLpGekym8l5Gc9sa+bkMhgIgWuIfPMFwzbTBf10iJClx1OufZqAzCDR+bPNyrMXID0A="}]}},"2.1.0":{"name":"socket.io","version":"2.1.0","dependencies":{"debug":"~3.1.0","engine.io":"~3.2.0","has-binary2":"~1.0.2","socket.io-adapter":"~1.1.0","socket.io-client":"2.1.0","socket.io-parser":"~3.2.0"},"devDependencies":{"expect.js":"0.3.1","mocha":"^3.5.3","nyc":"^11.2.1","superagent":"^3.8.2","supertest":"^3.0.0"},"dist":{"integrity":"sha512-KS+3CNWWNtLbVN5j0/B+1hjxRzey+oTK6ejpAOoxMZis6aXeB8cUtfuvjHl97tuZx+t/qD/VyqFMjuzu2Js6uQ==","shasum":"de77161795b6303e7aefc982ea04acb0cec17395","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-2.1.0.tgz","fileCount":8,"unpackedSize":55696,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCpJKlKOkdtMrMAbmnTZzxpm5NOKYx0nHL08p+ttE2jvAIhANnKHBm/O0KRL41r9xf2Up65W94AqQokoMGNos9wz8iY"}]}},"2.1.1":{"name":"socket.io","version":"2.1.1","dependencies":{"debug":"~3.1.0","engine.io":"~3.2.0","has-binary2":"~1.0.2","socket.io-adapter":"~1.1.0","socket.io-client":"2.1.1","socket.io-parser":"~3.2.0"},"devDependencies":{"expect.js":"0.3.1","mocha":"^3.5.3","nyc":"^11.2.1","superagent":"^3.8.2","supertest":"^3.0.0"},"dist":{"integrity":"sha512-rORqq9c+7W0DAK3cleWNSyfv/qKXV99hV4tZe+gGLfBECw3XEhBy7x85F3wypA9688LKjtwO9pX9L33/xQI8yA==","shasum":"a069c5feabee3e6b214a75b40ce0652e1cfb9980","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-2.1.1.tgz","fileCount":8,"unpackedSize":55707,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa/fLYCRA9TVsSAnZWagAAsZgP/2ctk5qNxaMU9HFuuQel\nuNr0dhBk/F6JRAhvj81OvkDUwvvnOIB3aYddo27bJY3a9mfW+4KevI/FDE0X\n+cPn9TbX/ZAM87cMBsIifH4cNkziUyvWgBZk6pRY68qvIzWatWA1xajoLCPn\nKh170VeKbAePryQs1WXHDVScb6ZtJuMuXppjn7hwsKBbpGADRvPijgl10Sta\nulAwB/1jKELiPbmWB9nCFU3aDAkPg7oZCk7Xj1KcswcPZO7RLz6cggBzANs/\nxdedZOWb/SBn2DlZvUpB9paZJFPaoxIRSS3hp38r+fyr6wNXCJgizP5UoYWO\nX3hOuJ2/UfBV4hEEpdUlVGckSy6Z7v1jjUKvTDn3DY1et8nFkBI7AVCzJs0K\nd1YaR+Lythy1wmkzu1lJGkFD4u10qZrLF1luIvqPLu648W7KnL95LpOkz8K3\ncVa5cDsd2yBqF7iQKs1wRRiuK+HseHUOBGMDq81P3BG5ZN0b4RlRcD7XIXbD\nNV8lBYvNKXxoeuwoLaxQ68hZQ4nRMTb+F7swpgvVaNrwOcX/HfXjtq+3TGol\ndCmxxIpFHwe5kGCoidi9PuRWxcsOLLq22a6LFCLBcShZ0dvbTdnxl4v4DiT/\nJp9Xctvitvix0KlK/8fYs94hbumHy2RNQKyEyNg95C6i5b7Cn3GBSGw7jWsi\nziDQ\r\n=Vn/N\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDX4S8UtSpvuLPm/zpveehGVO7vDnfqdd0L/zPNjHCzsQIgLAH7OeSSRiudhLLcVgPgs4o0VQ1/ZjHo3f5fe1eZ9Sw="}]}},"2.2.0":{"name":"socket.io","version":"2.2.0","dependencies":{"debug":"~4.1.0","engine.io":"~3.3.1","has-binary2":"~1.0.2","socket.io-adapter":"~1.1.0","socket.io-client":"2.2.0","socket.io-parser":"~3.3.0"},"devDependencies":{"expect.js":"0.3.1","mocha":"^3.5.3","nyc":"^11.2.1","superagent":"^3.8.2","supertest":"^3.0.0"},"dist":{"integrity":"sha512-wxXrIuZ8AILcn+f1B4ez4hJTPG24iNgxBBDaJfT6MsyOhVYiTXWexGoPkd87ktJG8kQEcL/NBvRi64+9k4Kc0w==","shasum":"f0f633161ef6712c972b307598ecd08c9b1b4d5b","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-2.2.0.tgz","fileCount":8,"unpackedSize":55917,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb/yG9CRA9TVsSAnZWagAAmb8P/iRNrZ3/eWRD6myZ19Iq\nJvqMUhEasgCr60lVe+rAlsSNylULbdX8MiMIDBbPLuXF9POfV/yBEFo4MdXO\nst+kza5SfKoNj6spx3LECqpOC6+J60w1kkNt7xQYZINj2YNiX6b1UkSiKJyT\nkKqLGiY9RhYGJW7RcmxVS/sslBtPT9fwgUvW2TBnMk83B48AnLacdlvsdb3T\nCIlUxosgGaSGyb1wmJbrz8kdvZCO68UKeLdIBmEvfYHcyDMfUkPIwFT2CYB4\nHYRdUVfC3t1ift077x+BifsOrqbLMCyRJSV/hQ85C4RDZTIO7KuinETwIWf/\n10gasdSGL0PtR+D/MNJIoIiLKSTz3iRnQ3I0i46mNMbNsN0sLPF92oCEQyTW\nUQYitVIIDCfP48L9dXgV61qaNwuGiMMcniF9CepYfheHxd93KUIY1AYuQCg+\nGgjxs2Bh8gsYyljrSvTUC8VZ51RvRde9Di+2RCsZUPDrtjHqBF56Uyd9j/em\n9mAJIZgRJ1KvGZicdgItlcK+PkSRvsD6M4azX0H3RMZEpX4o8sCRQj5Wi86d\nLwUA9c3StxzL3TMJDEgjTB77oM3IuvvEIkKPcrGQ21mbJAmpzzMs9r3QLgHl\nZ5pnmCgQt1Rnptkg+HksFPhwKHYczvdMk1F7An4gEySaGl40CPpVt4K9KNkG\nHZsP\r\n=SPlh\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDE4LU+ivYJRJ2UuUm3MO5V+c9mLQPQf+iaSpi2G6smGgIhAKko42USg3Z38Hw+A2eI9vUk0372OKuQ9BSyP/7MvdKx"}]}},"2.3.0":{"name":"socket.io","version":"2.3.0","dependencies":{"debug":"~4.1.0","engine.io":"~3.4.0","has-binary2":"~1.0.2","socket.io-adapter":"~1.1.0","socket.io-client":"2.3.0","socket.io-parser":"~3.4.0"},"devDependencies":{"expect.js":"0.3.1","mocha":"^3.5.3","nyc":"^11.2.1","superagent":"^3.8.2","supertest":"^3.0.0"},"dist":{"integrity":"sha512-2A892lrj0GcgR/9Qk81EaY2gYhCBxurV0PfmmESO6p27QPrUK1J3zdns+5QPqvUYK2q657nSj0guoIil9+7eFg==","shasum":"cd762ed6a4faeca59bc1f3e243c0969311eb73fb","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-2.3.0.tgz","fileCount":8,"unpackedSize":55917,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdhKjHCRA9TVsSAnZWagAAFOQP/1Jul+JJAOV5PFjCctZq\nuyMkLeTN9z+dqxKwKIk+Ekx1mvAdBL9xQ8ShqHMSKP8mqjoNd+mxhGqMaBvd\nvrMciXGvyN1F2d7ghJOTSZMKnSrlfToNxUNo3l/yDJAqw4S3Fg9vRWcNODF2\ndqmDAr56FCKPQGjXn5noF47soDUEwJgg7Rua5mTLFcYhNzkr+8gfjWFfQWNj\n7RuAWTi3E5kSIf2keUGNALA9HAcpmemQKMdjYjxqT6JAIOFnFYUEi/jmW65U\n3aQK3+AtZtF7B5pwGLwZtKA9Q6SRsJy1ghfANpn4aeMsiUJPEWiTsYaHXSUk\ndsTaJcZ2ZrlYAkpXdLGXPU5dR021ooo/Xw2dqotwBrjsrNZthsUPucsGXM6P\nyfxg/m7rMc00/DaF7NLfvRVmZeb2M06IUoYKkxcEF68HOKpm0Bfc1b2naYCi\nr/XemTGU8o1urqrlWQ3E/L3FDStPj8W1oZWCp8CXyoM7uqcM6bOwuTU75yEY\nGZ/3Yluf4Fudwceg0Aok9N+hsKVoyILwJjzIZVnqQCNazK2JRDQXX1dDuhHg\nWb+OFX5GXOj4nKr/KFCP2EXgTK9fhSLbcPmKrnhqKPLmJ/BYX8JYzbZmn0sD\ni8hpI4lqckQLNDuwSaNHtbMXmh34tqak2emyPza9SqaaVhJN1ikM5KE1WX97\noEex\r\n=czYC\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQChwUrGQ3JVNFg+HW4EC9pS01fWQhlGby7o29D3W/So8AIhAKYEqomlIbVRlMdd1Zi0gxF0tepv0F3UapalPkLQ/4Pl"}]}},"3.0.0-rc1":{"name":"socket.io","version":"3.0.0-rc1","dependencies":{"base64id":"~2.0.0","debug":"~4.1.0","engine.io":"~4.0.0","has-binary2":"~1.0.2","socket.io-adapter":"~2.0.1","socket.io-client":"3.0.0-rc1","socket.io-parser":"4.0.1-rc1"},"devDependencies":{"@types/cookie":"^0.4.0","@types/cors":"^2.8.7","@types/mocha":"^8.0.3","@types/node":"^14.11.2","babel-eslint":"^10.1.0","eslint":"^7.9.0","eslint-config-prettier":"^6.11.0","expect.js":"0.3.1","mocha":"^3.5.3","nyc":"^11.2.1","prettier":"^1.19.1","superagent":"^3.8.2","supertest":"^3.0.0","ts-node":"^9.0.0","typescript":"^4.0.3"},"dist":{"integrity":"sha512-K+1GQRweWGgO363FxtYBM8CFwHiWLF4LpB0bHjYndiArSKNiyy/FaFQktnBLd8A53CRVgikyd+M6x4fRZlgkIA==","shasum":"276d418c5a1f4e1a71cec9417d272f5b3fb43c49","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-3.0.0-rc1.tgz","fileCount":14,"unpackedSize":87003,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfhh6KCRA9TVsSAnZWagAAQSIP/jNKuTs5SolxYe2bdQt4\ntkCqbHtEsOMUTv1RnRlDFO7SBCsCtsiba9+eZUeBQiu778kYS9JPEUwU+bkJ\nIoqSFd2plKz2pBeYfOgHBd6fmEkfT1NGcyQivHXx0Hth3UtBR4H1iTa2dMNI\nzk24nRvEYvhjSvYlx6ZgyMzq4/Op9ZPX74/JkrFF7MCTUNdnZTwIZpoB2Uso\npwbTv/NuQThHi7xuS1tEAejwskQVFdM+IQs+DVwK9KChQ/yrKJNNyGTAKpBZ\nDXaY4NRi2Ln/M6uutZA+ScoZAKUwCODKjFtxEB0HfzKLe+L8E7P0eq4kL76B\nkWxaW5Iap8eEIeWMXFR6JisBYq7davj3s0Lz2C4T1d7+RK0qszhDbTG5YV3Y\nGmneUQfwx8Kld6a26A/QQZ3YEVXPHwTKnqhtCkXRMZCajVYPSVyzyl2rv+wN\n9QarpC+XY6yCpWLd5Qo0j0yH8fWTPytYLe/DanGl3i2O3nBE2bpFVGPQPpch\ng+MMi2PtbTmsZT+BGj4Cf0kCy8IoQLDiVMq871bCejmrGGGUiVEyPQjfsnHx\ni40/YAamt/U5bd4CBIyMAMPAy39dA3VfAtfIfVJmJJFjInde4O3xGEbPcvrq\nUsrLZ4QajCwubjcgprto07Qz1FmAivMvkJQ/sKoljha7i1BlE4wM/qqfhWNn\nl8An\r\n=KlMy\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHH1GfR5uBOFziwUkDI4cSDjr2IbKAUVIf+8wQv/2VJxAiEA83R9Cy9q63SGP1DIkW4Wtkbnbw0sV4MQ9M46CmXkx8M="}]},"engines":{"node":">=10.0.0"}},"3.0.0-rc2":{"name":"socket.io","version":"3.0.0-rc2","dependencies":{"base64id":"~2.0.0","debug":"~4.1.0","engine.io":"~4.0.0","socket.io-adapter":"2.0.3-rc1","socket.io-client":"3.0.0-rc2","socket.io-parser":"4.0.1-rc2"},"devDependencies":{"@types/cookie":"^0.4.0","@types/cors":"^2.8.7","@types/mocha":"^8.0.3","@types/node":"^14.11.2","babel-eslint":"^10.1.0","eslint":"^7.9.0","eslint-config-prettier":"^6.11.0","expect.js":"0.3.1","mocha":"^3.5.3","nyc":"^11.2.1","prettier":"^1.19.1","superagent":"^3.8.2","supertest":"^3.0.0","ts-node":"^9.0.0","typescript":"^4.0.3"},"dist":{"integrity":"sha512-viH824jjAF+tCN6zfFgZR9wsgXWZ6zuVZ46ZQDsThyXdkv6+RihAZ/xz6LqsP8vFK83MVtRztMAIc56eyeKX0g==","shasum":"6e3eca5282f38f4eec24490c0a320bd7c4729a6e","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-3.0.0-rc2.tgz","fileCount":15,"unpackedSize":89016,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfiCyOCRA9TVsSAnZWagAAnLMP/i2yYB8rx4hc3zj/+bnT\nUU2ybPqeJr/Arx/QqQX9ht0RhYN7xfTXoPZr6A+giy8EjNMU+fVniokVx2zK\nF7nYdy+uL2uX7GIWf/RF1xwYFoGq8wivOzFZcBHRVktT6ksfpLG0N5ZfdNVa\n2Q7MY+ti98rlVN55c9EXn6K7dJ1u50Br+41VtSe5AuV05FD7yQ5ON+J/f2C6\njfc4t0vzA0AHY3Hgu1NHRafcKVXdjpn9Y5ttuvVPUsxugQzjsjqSZF8gYTha\nAPBIRKRLEfsXaPBVNBn+FOAopE+8JFFgX4aqUgpNs5IZZ2XIaVTaU4u72tbW\nPBE9s9SnkrtnfOX6DMfxtzaIwARgBBLfkbvKCBqjtoL/Cg7K09ZN9YD9e+SI\nnI/fIudMc+xSAVDEw7q0HgoAca2I1xSX3EX8savMhz8AAObRiw7jBGN6dCUT\n48A9wCsHotUBcwFPl7FxFMHPtYaerot9AAAOJgajsTjpOxKaj1DXRfXxhm5t\nM1T/PnLXPh9VXHK/7INLHaXhyEYtYTfFAAwfRA5EqVkdahprX4xJc610BdcV\n8CIQ1DRb+7XZt4dYxgU2bVtvKTJ/9XV/WkOLukf5woQO9VoDAP5TWOHAYeqg\noaorOaxZj3WK8WQBZcwuHP1Pnfl6qtFFs8lYEmvqtNXddj9r7qG8i71Lk5wz\nfQvt\r\n=eC2N\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDVFas+ro+IO/JPJ4UIJlnHaooYCismZbQ72QWeItRuNAIhAMr5zIz2jLOdk6KP9Hnj6Rh+I5bdn4OfybrapMc+IKbp"}]},"engines":{"node":">=10.0.0"}},"3.0.0-rc3":{"name":"socket.io","version":"3.0.0-rc3","dependencies":{"accepts":"~1.3.4","base64id":"~2.0.0","debug":"~4.1.0","engine.io":"~4.0.0","socket.io-adapter":"2.0.3-rc2","socket.io-parser":"4.0.1-rc3"},"devDependencies":{"@types/cookie":"^0.4.0","@types/cors":"^2.8.7","@types/mocha":"^8.0.3","@types/node":"^14.11.2","babel-eslint":"^10.1.0","eslint":"^7.9.0","eslint-config-prettier":"^6.11.0","expect.js":"0.3.1","mocha":"^3.5.3","nyc":"^11.2.1","prettier":"^1.19.1","socket.io-client":"3.0.0-rc3","superagent":"^3.8.2","supertest":"^3.0.0","ts-node":"^9.0.0","typescript":"^4.0.3"},"dist":{"integrity":"sha512-AVIpRd7OTyhCgg5muz0AqeF06csptsnP8UP10ubLrnL7XKplJFDadUB9fEbwB3iLMpf1NT+YfqTBCVKHhpMlZA==","shasum":"9a19da058466879c04c593ac2ce92e4a25800078","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-3.0.0-rc3.tgz","fileCount":15,"unpackedSize":90817,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfl1/sCRA9TVsSAnZWagAAdXgP/1rzgPTpOl+o9HEVut8l\n5lCsb2I3VqeaDhWxsC5PVsXXZCOoKa/nkVYiKn/nlMZefjoVPk2OtTW71V/l\nf87TvdVj7QYui6lma/TiLwuPGhy0w9jbZX/3O0BcGt3zDQDvIBeDhIzEyXGr\nqPGMDjF50BAz/T6fvOfaRdSVC0F5LtO91s0PzOG1sdZVoKcGc26fajKB7sil\nYMeBNnkmdDnNHr8r7B9o/LIt1E0SXLRBuca9aZFbMdQH3G7Uve/TxnXX0+Yb\n9QLnII4gqht0hqPbcedHtqSR9pUyrOrXXlKF6JPfVSvrOkdICTK3/WmIdljG\nLievZJLEb4/mu6McSfmrjdRYTyOxQmqK7JTTB1drgW1lWd4BHUrrt6RC4Lpu\nrV61hkeAka4bP6XJBEA/GScLKcv+c5oG/OhXnomq+zLZkkye+c2EifPpUYSs\n9eqwzzUOYY81lbWAK0FAU2eGoxkdU7TfXX2GqBwCoBh9ov5QOEzOIZiy3Gwa\nrHApvttfJIHjWQ27IyKHSVKOWIDuN3z2YFV2F61bWGNCKjzFahhvA/K3hNGO\nto5K7mPybFGuyegZgDrFVRVDoejtDsvabKuYyW2y5yg+nJnFycjadwp/oi0D\nRBGi4Rw8789mWj6UZNUd317mAiQZmE8Taaexp8gzEhUiRaCkwPF+ZTBHBAlr\nDewf\r\n=M164\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAy2S0P7p5jlfj1DWR7EeojbP598sl9+VYVfFJitHcB1AiAjSK75DbLckTlTbqXPCr1m1rWWxXXnlRXsTLBQGqMWjg=="}]},"engines":{"node":">=10.0.0"}},"3.0.0-rc4":{"name":"socket.io","version":"3.0.0-rc4","dependencies":{"accepts":"~1.3.4","base64id":"~2.0.0","debug":"~4.1.0","engine.io":"~4.0.0","socket.io-adapter":"2.0.3-rc2","socket.io-parser":"4.0.1-rc3"},"devDependencies":{"@types/cookie":"^0.4.0","@types/cors":"^2.8.7","@types/mocha":"^8.0.3","@types/node":"^14.11.2","babel-eslint":"^10.1.0","eslint":"^7.9.0","eslint-config-prettier":"^6.11.0","expect.js":"0.3.1","mocha":"^3.5.3","nyc":"^11.2.1","prettier":"^1.19.1","socket.io-client":"3.0.0-rc4","superagent":"^3.8.2","supertest":"^3.0.0","ts-node":"^9.0.0","typescript":"^4.0.3"},"dist":{"integrity":"sha512-LTO0PGxUl2Dl1wVXylivwBzsbEtC0gDM7efxDNfq1YQoEK98LQMfoyiLNfzzF7wwxzY9MI81Dy3c19iL4kX//A==","shasum":"6e9ea1194f2ba11c806c7e53847569ac30d2daaa","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-3.0.0-rc4.tgz","fileCount":21,"unpackedSize":985713,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfnI3hCRA9TVsSAnZWagAAWsMP/1ZKlZ6WGI5Cun1SXwpD\nTZLuDp+Ba2otasqc1lE+ekRe3Rt1QNN5v7t4gwLw3w+SuOTXZiS0sOCrvbzT\nrXZ1Rbu7q3Nd8Z4neZahbAp34Rrdk/vQRnT0m67mTW2gNmDsSLtglWK1qKsq\nmiKy7IzIOHYx32Y0g3MJBA38zMiph55ANW53IurA64iChlQ0+hJe2iRjmlpT\nVwVD9cOWJKn0YWvxDlr68Eviu2UPkvbfCwf+XQK4G3D+oAOx4l/zENbAVbh8\n22ilBjQyavahPCG3L2ScgMz+bTinj+7U+HhMqyXLCu/3bEJwSmeifDjMr5Lt\nK0tcXqUbYvo/sKp/JtDExYlDdhOibT8YTDge5g1Qdj9uBkfKqqEWsU4/eMaP\na+sZXIPT11pnInRZKUbIEoJVlYVZrOW53v0WF/AXSeh4lVhUCNhKJmhzyBEW\nAy3T74Hc1Fvc5VKaFfHFlBdR3eNLCPV1Vde4Pxxg99Wm9keNHg9FDpfBxlmU\naCug5qrvvJm1ZRkYui3BQhth8qSI/JN/DB/DTp6/nQLqFcaSj4YBWP5834AX\nISZ4v8vnByLf46soBDh0vwdeHMRtRHS4qrA8viltS8ShxOsfyJpBtA4xxudF\noV7B6yS2IYB+X7y3gbMLN+NfuSE8P4NonBMR1hrhadT6P5Bw7R4flUbusgvR\ny3QF\r\n=fVCP\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDXWuFwUfXf4DWVHacwoqzgdEXkr9cNYEJuQk5dNLT3wgIhAPL1ktQyfwMzmUkmUjvaSl8SQpTkQdNWtNtM8vb++Z9e"}]},"engines":{"node":">=10.0.0"}},"3.0.0":{"name":"socket.io","version":"3.0.0","dependencies":{"accepts":"~1.3.4","base64id":"~2.0.0","debug":"~4.1.0","engine.io":"~4.0.0","socket.io-adapter":"~2.0.3","socket.io-parser":"~4.0.1"},"devDependencies":{"@types/cookie":"^0.4.0","@types/cors":"^2.8.7","@types/mocha":"^8.0.3","@types/node":"^14.11.2","babel-eslint":"^10.1.0","eslint":"^7.9.0","eslint-config-prettier":"^6.11.0","expect.js":"0.3.1","mocha":"^3.5.3","nyc":"^11.2.1","prettier":"^1.19.1","socket.io-client":"3.0.0","superagent":"^3.8.2","supertest":"^3.0.0","ts-node":"^9.0.0","typescript":"^4.0.3"},"dist":{"integrity":"sha512-arLQtd+UoJ08NXBRBGUJDyQ9B+cc9WwD67hc5s1WQcs2DyAkYzI5HWg4U0CrFtK00kjyAWxBGhLwVbfOeMqz1A==","shasum":"4be7276bcf8cc46b1d78f78cd9eab86cea93138f","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-3.0.0.tgz","fileCount":21,"unpackedSize":989560,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfpGncCRA9TVsSAnZWagAA34QP/iRYrAQSzDXtDDmKzv/y\nHRo0y28boM3UDO1A6OiL4HeSr20WKzUmhw3V8Kd3EUNxVaC/nqw2t1lVf29Y\nBaGQxEDLD2GuFYt4/Yk8CeiMqIIuJPEZKIuW1JgxA827hifuLVf6MMFUmBAN\n6s8kEfGijdSmes8g7g4YomP8IGaj0uGYqM1bfDlaXXCMM4t1CPfVI2phkyni\ndgKCWAGjF/zwEjxlMAN0/gwfXusm40IbQ9h2wIW4auHJ72RYzDPnD4runSFT\ngoByGDU7Su04kwpqDpnBZCRZ2FcnYgZCXuDKE7m3GYAEEyzg05YpkXgINyAo\nbIEjRmPCaXhwkzSBmNh6CitmP70jqr3n1VK+WPfNd7ta+Y8lNj7r70Stm2Kl\nIGptcBIawLbWOwPS1SRsvc9ZjP/DeYDXUjXJ4QEMCnCPJs6dQ6uNVqH6uchn\nJp4nqX1Tgh/n1nmYCMNb+zMcPKdu9OqZd6VGVDv4T0o8ST/CaPL05i7i98qp\npNYi9L5+NqDeSfi/lDh4bUpSyuG3ZVEmdvYrNNu7GA2X6obueftAhDzYczYc\nFvULbdNqhczajh5TBh7nf9fXcMZwR9t+sDKY3M/UgmSoprs4k1jLh6eLxPcd\nQzLCoDthwWerBdDdKLe5GPOHSuzEVT5fSCyaxhe+0lpXgEiSeAd7oxA635lG\nsj1S\r\n=9M5Q\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICWJI1u1oZMmXYI7q8N98IJrMBuVD0go+jOZwipL3c5DAiEA1TygInGU3JdiIHiXKZKqggh7gS8Ph9ZYDMyUFAP+IlM="}]},"engines":{"node":">=10.0.0"}},"3.0.1":{"name":"socket.io","version":"3.0.1","dependencies":{"accepts":"~1.3.4","base64id":"~2.0.0","debug":"~4.1.0","engine.io":"~4.0.0","socket.io-adapter":"~2.0.3","socket.io-parser":"~4.0.1"},"devDependencies":{"@types/cookie":"^0.4.0","@types/cors":"^2.8.7","@types/mocha":"^8.0.3","@types/node":"^14.11.2","babel-eslint":"^10.1.0","eslint":"^7.9.0","eslint-config-prettier":"^6.11.0","expect.js":"0.3.1","mocha":"^3.5.3","nyc":"^11.2.1","prettier":"^1.19.1","socket.io-client":"3.0.0","superagent":"^3.8.2","supertest":"^3.0.0","ts-node":"^9.0.0","typescript":"^4.0.3"},"dist":{"integrity":"sha512-oVYbCQ4sCwm4wVi+f1bsE3YFXcvd6b4JjVP8D7IZnQqBeJOKX9XrdgJWSbXqBEqUXPY3jdTqb1M3s4KFTa/IHg==","shasum":"7e60375f9154968cdae45363a4d7c0570bcfd653","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-3.0.1.tgz","fileCount":21,"unpackedSize":988598,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfqQv3CRA9TVsSAnZWagAAilgP/AgmRaXw4VHu16LXhJaj\n9u1b3tvURISnRnzmSTurHwXg9P1oiDsKjBkQT/NfJTUuBcqakgzxyxs5OBdj\n6d8gau0EEMXZnxrozkIBaHkZt1Q1pvCEPNXpG9B55Hxqd0s48wjx7ZX/U/+w\n/7zK0NUHOOrxWnd2VqphAZ4rnNiNw4thCyGZ3rG1qD2ApS0lzwgp9HQ3DtS5\nSRP3nt5nqSMVfm2kXziTDW4DkZf9u0pWg3VGufUCMpS5FTuznPHTWXK++dlQ\nonTZqOpzOg2Wnhe/vyWFyYe7gW9T4wz3qi43crG0lR6eVlNQ/9J5erpj2NQo\noebVdOz9fYD4GOIscIv4cRSulMMGzdNQb+L7T7ZxwFBRDKz8fWX+2s6zjMIK\nJzqGDX//InUvldy6GwVQqYSv8k9y6X4cVsEQMMG33AsaQyrRUGFzXno4NznD\nIUUWhP4fevVOjr0hCu0uvi8bEu1HFTLhyLuJRqNaneOa+BLf+D/BOtWUNGOd\nMpuGXKsZSiWEJujO0z2wFwD2v+oYCXBs6eXyQyZj4AyMuhdE/16DObF9XuAB\nTQ7Q+o+gFOOUebH4Lvs6QCUz72Kh3fU2BplDL2CgXkpO/eFa/HZAxeSiFT+M\noLfJVhxUQsA/8Lk0GjtrrpESAKIaTlwPHgsesyB0ACYPM+3Xa/kTjFTsK1C3\n7CTI\r\n=wMfm\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDOcueH5BF2KBAh+pxblj/T40pOlk9hQ+kqIAqmNHenXgIgSnwGMIXpXDsZn3H0JH1aO8MTJQ+xx/y6RlIDtMbEA7w="}]},"engines":{"node":">=10.0.0"}},"3.0.2":{"name":"socket.io","version":"3.0.2","dependencies":{"@types/cookie":"^0.4.0","@types/cors":"^2.8.8","@types/node":"^14.14.7","accepts":"~1.3.4","base64id":"~2.0.0","debug":"~4.1.0","engine.io":"~4.0.0","socket.io-adapter":"~2.0.3","socket.io-parser":"~4.0.1"},"devDependencies":{"@types/mocha":"^8.0.3","babel-eslint":"^10.1.0","eslint":"^7.9.0","eslint-config-prettier":"^6.11.0","expect.js":"0.3.1","mocha":"^3.5.3","nyc":"^11.2.1","prettier":"^1.19.1","socket.io-client":"3.0.2","superagent":"^3.8.2","supertest":"^3.0.0","ts-node":"^9.0.0","typescript":"^4.0.3"},"dist":{"integrity":"sha512-CFnVFhzOy6eHOnZhElG5dtacsEC3jO45KfIWwDSoKavBuWmuK4k4j1eSMj0RymrTA9WuXG5+yD+sxxtMK8rCIA==","shasum":"8a749c82520beb3b0b58bd2f577cf1d164607156","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-3.0.2.tgz","fileCount":27,"unpackedSize":1006417,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJftGLlCRA9TVsSAnZWagAAyxsP/ibZH7W1szsBHh9hw0w4\nejzBKtj1OytnDYB6ykdPVMB1mxMF2laiOjgPdWfNCMwk+mbfoQ+q84hKnItU\nP7hMawBccSN9nxYtBzVsm9o8/r1H3u5JcOnf504UGtQ8SAFlpwGLVY2UyWu7\n8drw6W6t9M5erlF6iiyEFV2VPZVo+DSszPtOfytDybUfq62O6DBBWO2ECTGS\nNeVvIQrKp+P7pOx09DcQB9Kuz5dv6Ydqd7C/kOBmCVE0j/QuiKF91GeVwOV3\nzh4X8HB3tWevvIIz0IDgXkLwpXj3YyvKK1lCTSw7iowQYu5HIu0/hK04vASI\nTR6yg/jyTT7WLuyG4yODfeeUanMsIeAL6HqYSmpnnMdzcPGskelwFQZdLMLM\nN7JIV1QjX/7SWeuwmmmuJtK5+qpvTUHWo3vNr3YfLGn3yzrO9x7JWfyXjyMA\nO++fSeiYoBdLFAo+2tMHr43/xwvRuOkV8e9D3sCoKu2323TnaQfmcd4kGN7q\nw9g/oDY0pMKgSzzfXq3X5etqbSTvrspCWnupn41EnCkY70gv4ORVE5b6UdPz\na2gCD3gBGAO2kOo22oaW9QZHkNV/bDY9MMgZIJolKnlWqQxiCWzdbXxcmFw+\nUrrTg0dWNduZxo474oCUxWXK4/G4dKRB6KdrMFtVNNZj0VXzRuDHctB0D1kF\nFCJ7\r\n=FJlV\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD5qIxZQOWC6lhBnMIeJ9o5ZNn8IF9J47fd1xU0WdnbNQIhALB4IVaHu7R/bFdj63ts1wIwcXXRvw77dJ6ElWsp0Y4c"}]},"engines":{"node":">=10.0.0"}},"3.0.3":{"name":"socket.io","version":"3.0.3","dependencies":{"@types/cookie":"^0.4.0","@types/cors":"^2.8.8","@types/node":"^14.14.7","accepts":"~1.3.4","base64id":"~2.0.0","debug":"~4.1.0","engine.io":"~4.0.0","socket.io-adapter":"~2.0.3","socket.io-parser":"~4.0.1"},"devDependencies":{"@types/mocha":"^8.0.3","babel-eslint":"^10.1.0","eslint":"^7.9.0","eslint-config-prettier":"^6.11.0","expect.js":"0.3.1","mocha":"^3.5.3","nyc":"^11.2.1","prettier":"^1.19.1","rimraf":"^3.0.2","socket.io-client":"3.0.3","superagent":"^3.8.2","supertest":"^3.0.0","ts-node":"^9.0.0","typescript":"^4.0.3"},"dist":{"integrity":"sha512-TC1GnSXhDVmd3bHji5aG7AgWB8UL7E6quACbKra8uFXBqlMwEDbrJFK+tjuIY5Pe9N0L+MAPPDv3pycnn0000A==","shasum":"f296e95b14077d30e77e695849621514191a59f5","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-3.0.3.tgz","fileCount":21,"unpackedSize":982979,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJftb0wCRA9TVsSAnZWagAARLYP/iU01N1UM1/QAUYhGLfz\nIWICFQS/Vcf4aWQpkCGcH+2QensAXqCyoQXQkLtIvWteYARKblwE4pmiCMAz\nUXoD0/no3i506OJThMromixjWxySjQQlI3/uZQ7DdIuSoeFVRlSLpBW2pG6n\npoELT9buk2zfJ2W4bNOda5mXtkWt6vV5TeBiCehxQsTjqajHcsRzC8YbFHUB\neGtWvKD4dbATiF0SP6TqXEfO7T/MV7hHJ6Uwb+lxKCy5yo3iVcYlRZMQrOeY\n19DQb6Txba9TIlosAEm23tEK/oMXkN4QaQd+TfvPWzRw1lYSWTiJL4gXTUFL\nL0N+09wTjLeiBwaUe6QlpuFWCVjCgQa7InYctydJ/cvMjMPxcs4HpiY/eiSq\nPfmZxJtdbTalaVWYvsSRncjtAFV5dBwsyMYzhRe8tBHhKGu6eVMxRFDfV3S4\nkaeITe2zc5j9cIej6TiLJS4st/dakrynsHTrLQdxAhWknALy/+UCXNUMUaWA\nYRwkbbbszAvat4o8fpAi/B0mXNCUp04rP0Zaw/nGlHjMcJkKXlD4kgTG1CJ/\nkhw3XiXHWEu8hcMgK0mZ5IuL/EByJ6R8lhdLncRwiEKocBHq5GbnYF/HqvL/\nKBmsG9QVuUVnQe7R/E7yNYNl9hWrhkzKiO5zFsINVZDQDvTKTZlMZzblmBko\nHOer\r\n=RFvq\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCL7I5YAu8vQwTePvleuh5ncvujpc4ooAmCASImSu4W4wIhAN2rcawXXwJQPJ+B9dFCb0uoaBFeOfWR568CdrVfTYta"}]},"engines":{"node":">=10.0.0"}},"3.0.4":{"name":"socket.io","version":"3.0.4","dependencies":{"@types/cookie":"^0.4.0","@types/cors":"^2.8.8","@types/node":"^14.14.7","accepts":"~1.3.4","base64id":"~2.0.0","debug":"~4.1.0","engine.io":"~4.0.0","socket.io-adapter":"~2.0.3","socket.io-parser":"~4.0.1"},"devDependencies":{"@types/mocha":"^8.0.3","babel-eslint":"^10.1.0","eslint":"^7.9.0","eslint-config-prettier":"^6.11.0","expect.js":"0.3.1","mocha":"^3.5.3","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.2","socket.io-client":"3.0.4","superagent":"^3.8.2","supertest":"^3.0.0","ts-node":"^9.0.0","typescript":"^4.0.3"},"dist":{"integrity":"sha512-Vj1jUoO75WGc9txWd311ZJJqS9Dr8QtNJJ7gk2r7dcM/yGe9sit7qOijQl3GAwhpBOz/W8CwkD7R6yob07nLbA==","shasum":"20130a80b57e48dadb671f22e3776047cc7f9d53","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-3.0.4.tgz","fileCount":21,"unpackedSize":982875,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfzguhCRA9TVsSAnZWagAA1DYP/iVMfohKMlTF1PJje6wR\n46uv+QbbvFy4eNMesKw3lQHEvDYEYKPb+9FMAd6Xg6CybCGuJTvlBaBbFQEt\nwbQtseKgYuRs9IDzg9y2pHiHyaxbjn8E57ep2tj7JB7EFnrDjJUT88mr8SsX\nj/jnTubWhPyGU9A4n/fQfDv1VZecKvdW9nOXmX6cKgO36RXhiKWz0/lnS0Id\nbBVwVD0jLVK9hpjuR48/XRB8Bhqcr7CU64Xqp33v0p4HCHeHOEqos7j31ENY\nPEFVysx/2SWmKfKIwmV/mTdX9jsanC1F0CeZySb3v6o+5UYL51KwhEuNWDtF\n+wB0njHL9e27b98WTIgUCpDKOiw///y5+JEjDqaAQ/xtq9C/GR1qNATpgDut\nPAqCBIojB8NUzMW+paQeckKVkcY/wlZYAyjtUx7uCZJ+2Oo/GcWr2POce1tN\nt7hKD4Ru5Ek7Wi4C6eTHb/Rhq1cQLwJB/WVgngshuRCYEIlOZsYPTuqkqkje\nki239WZ1tUHWdAU3q3LMOBanRYXNe8UjnknzMYyIajTAGgic8uwu4cHYbDXj\nf8Z33KGsVydHOkUqnLBA0q/LkVoaVE5CN2XMhrTz+5BXGq7dndXkD4kPs4gh\nXVhuHLecVJYYi5uyuIa6LlyjrY2lZahlKuS90iY9aAsrW3PhX6W5JzNkGbwy\nKtW2\r\n=keY/\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDQpZVtuMQPRr85eFOlMedzUAqEH2FW4ExkrUVpmSB4BAiEAzRJd+UQvOJOq6UdWcyFDv4JRqZhwb652eSUsru/qTcw="}]},"engines":{"node":">=10.0.0"}},"2.4.0":{"name":"socket.io","version":"2.4.0","dependencies":{"debug":"~4.1.0","engine.io":"~3.5.0","has-binary2":"~1.0.2","socket.io-adapter":"~1.1.0","socket.io-client":"2.4.0","socket.io-parser":"~3.4.0"},"devDependencies":{"expect.js":"0.3.1","mocha":"^3.5.3","nyc":"^11.2.1","superagent":"^3.8.2","supertest":"^3.0.0"},"dist":{"integrity":"sha512-9UPJ1UTvKayuQfVv2IQ3k7tCQC/fboDyIK62i99dAQIyHKaBsNdTpwHLgKJ6guRWxRtC9H+138UwpaGuQO9uWQ==","shasum":"01030a2727bd8eb2e85ea96d69f03692ee53d47e","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-2.4.0.tgz","fileCount":9,"unpackedSize":55652,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf86SPCRA9TVsSAnZWagAA4RYP/2x4ns1b5MXrT8xqPtjJ\nO2RB8Fa8L66Y/++e1YjD9vC7nCCKER9RS7fzKM74GRe5Zg9qaqhfvVuzrmUP\nwYG2N/obhb48p/Tq+tqxwSQPPpgcgpU4ZJL72fi87FTA2PnBZKQMb97XUQLT\nAUxzpJSqVD9x7sJRaB0UELdNrms6ly4aIaD9/EdPHh6rwjM7Tb5ayrRk8m/e\nfR5mDisRfFE2LM9rN3hEehy3bXNFzKztv7NzKHxQqxZBRRUjyCEBTY2o03IC\n8asq8e12qJLxDLYwbzeSXqlg+1D3XF+wFY3YzyrdErU2ErKKMBr/MFdPRYKn\nV6IVpqwkwmG4C70SZ4NZ2PfmaXyw1dH6lQGAL056Xxp2peE6qW45uMfDQ0Wv\nhpY3tVQUReQbWFO6siGBvnGhfCco1qiZF4LYa2imi7uBC+5Kf+WGRx9+5dbR\nfbTIP1j1qVqJ5Vur32iESpmuoXmpIEBElxns6ug02WWYqw1HS/zmLeLtCvhe\nc7gUUBxrxgd6aCOT96O7wytSBkjMuurTjhInYV3OB3ThwOQqmdYQ5O0NUp8c\nCFpj45fpWxxcrLbJz8IRwJO9/Fe13Za1RXqgimQS0nUqJMcxOBQ2SyQQ2rZ0\nJ4aXDisvWF9BU94UAZ49S+SM1rGKDtOhGWAUF3n3NnwPLiWYhvaUam0VOVKu\nAsA+\r\n=Negt\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFNMGcCMzlo0Fgk2jitv0Np9uwUyX0Q4i01VqLTGe65mAiEA2k9+x9d6HOb2ogYiN6ZBuanBLUKweH6OZMuSoMmBmcM="}]}},"3.0.5":{"name":"socket.io","version":"3.0.5","dependencies":{"@types/cookie":"^0.4.0","@types/cors":"^2.8.8","@types/node":"^14.14.10","accepts":"~1.3.4","base64id":"~2.0.0","debug":"~4.3.1","engine.io":"~4.0.6","socket.io-adapter":"~2.0.3","socket.io-parser":"~4.0.3"},"devDependencies":{"@types/mocha":"^8.0.4","babel-eslint":"^10.1.0","eslint":"^7.14.0","eslint-config-prettier":"^6.11.0","expect.js":"0.3.1","mocha":"^3.5.3","nyc":"^15.1.0","prettier":"^2.2.0","rimraf":"^3.0.2","socket.io-client":"3.0.5","superagent":"^6.1.0","supertest":"^6.0.1","ts-node":"^9.0.0","typescript":"^4.1.2"},"directories":{"doc":"docs/","example":"example/","lib":"lib/","test":"test/"},"dist":{"integrity":"sha512-5yWQ43P/4IttmPCGKDQ3CVocBiJWGpibyhYJxgUhf69EHMzmK8XW0DkmHIoYdLmZaVZJyiEkUqpeC7rSCIqekw==","shasum":"b4328116b6b34f76270725a4e35b75e2348d2264","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-3.0.5.tgz","fileCount":21,"unpackedSize":1077744,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf9EjMCRA9TVsSAnZWagAA8AEP/ROP/0HdfN7IdhYGjI2P\nPSdvjwUqzN4QoH6ttb6IxCsorE3xZZih0Glb9AsJ7zryLea2tMLVS5p/U8NO\n43EKR8zJmW1OG04wNq5Ugfw8IqaSTebLYtTjJbEU9mznKap2x1clIuvc3ak7\nNeZ+dbWHHF5AYO1uxey8W92LxQ4nLOOp2q1EdJtbFJm/Z3AtdPU3LA4YNrvb\nOqhc1HjgV7GfXKEuCWUc6TLn3chbEHDEKb5Ppu4BQuzZ/+KjzHnjPREsrL5A\nOx1G3JKQ2sI/a/vjv0kvfcz5nYfpsrMOhDaq9PXwcoKCVoi8dmgbWiFfo9uH\nGGoPBB13L7zpe9t7WOQl7txKmJIjW+0wwnGCJlRhNDFmMSn+4DXuRWhYfym6\nCjhmVNYgti2jFBELKhXarWLNPAfXDf3PK4nloLJaKVlDh1vbdzL98qIvIS/h\nOMMmKL3P3+33Id4fYXXmExfY4iVkbLCmvPzcr676ap9Z0wuSK6enmBjaf/cF\nrb3MfbtAPZkyS+2tF8iSEC1aDc6m6b9X5M7CB99Iz4Y29woqr09uDxlO6iai\nnsQPgY9GuijfNCco0wmP6/S593kdmrbevA1+g2z2oS99CSku43yZ6+Gw5/aY\nfI2k8LYnaMu1ouafSOGBpxfyh7Av4MdEEG5FpUk0rKe88H5K+AohNuJUvKRy\nrxLu\r\n=Bki1\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDoS7Buh9uCyxPV6pnWvWJZaL3k+IpiKr+xlAkXR7zOcwIhALcvxPgDVV3L4qrOCdcoRmuiuVb+EbJjYZrWRZbEzd1C"}]},"engines":{"node":">=10.0.0"}},"2.4.1":{"name":"socket.io","version":"2.4.1","dependencies":{"debug":"~4.1.0","engine.io":"~3.5.0","has-binary2":"~1.0.2","socket.io-adapter":"~1.1.0","socket.io-client":"2.4.0","socket.io-parser":"~3.4.0"},"devDependencies":{"expect.js":"0.3.1","mocha":"^3.5.3","nyc":"^11.2.1","superagent":"^3.8.2","supertest":"^3.0.0"},"dist":{"integrity":"sha512-Si18v0mMXGAqLqCVpTxBa8MGqriHGQh8ccEOhmsmNS3thNCGBwO8WGrwMibANsWtQQ5NStdZwHqZR3naJVFc3w==","shasum":"95ad861c9a52369d7f1a68acf0d4a1b16da451d2","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-2.4.1.tgz","fileCount":9,"unpackedSize":56575,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf9tu5CRA9TVsSAnZWagAAEFIP/jDcsCbtC4pzLbJ4RF4e\nHVpAw5jnIf9p/55AOAWsuZJh2bohjFbvmW0mtj/g7euZ6Ip1NaV7rxKiGOA3\n36snknct/BiPUCZae3Ky/HM5k+mkSv1hRzO9uQjZ04L1Yn/TarmXILZmitHt\n6BgSDDucWyzTMsv3PFjiD6nvYRMIoMepWckCMfxN9sH37OPGkgpXyMCJh7vM\n+EUIy7zKAoZC4tamziFrqjO9onwJklqLxtwjs/pSHri1zn20AGI6Pu8JIzkR\nf4cTQObfChjLMJ3jKKIv6iDbuYAfF7gsxOrFkVeurhjk1HmKgSE2NjDQiN6m\nklD2wfGXdkJ0yU5yauMuqSsjU+6KrarrfcPZfOI9h1E0Zu066lrUKSPsVWf7\nBr+akoGmTyUB9JdfMgW/fr0FoLtQ/JVeGzLuWOS4AgKgO9YUVAVunw6/Iq9F\nPielFIjC+yV7UPYItnoAgoX04hZtAS9ObwtEQo9OLH5FVducdxtHwAssGui+\noly8t6+JEZBjVPR9eR2B6Uej5BiEmsMqWHkkyWz94fLabClYgGP4CX7Ee4Iw\nClJRDAdHABOtJLvca9kpSZZrSYYGhllH/aRsT93pQUoh1Yn2V0GERvFal6AH\ngTbIQCK28jyborA3gtuzru1uz5FVPyPH2XhyF+gFO8cT6RK29gaOfX7NZe5d\nqDym\r\n=T3b9\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAiPs0B1dg05WWpBE2TygYNsrm/CViCoC+s3sdXgDemAAiEAn8mSeW5pVWTTQ0rhN38pQsSCAhFB2yBzEAIgHuR3WAg="}]}},"3.1.0":{"name":"socket.io","version":"3.1.0","dependencies":{"@types/cookie":"^0.4.0","@types/cors":"^2.8.8","@types/node":"^14.14.10","accepts":"~1.3.4","base64id":"~2.0.0","debug":"~4.3.1","engine.io":"~4.1.0","socket.io-adapter":"~2.1.0","socket.io-parser":"~4.0.3"},"devDependencies":{"@types/mocha":"^8.0.4","babel-eslint":"^10.1.0","eslint":"^7.14.0","eslint-config-prettier":"^6.11.0","expect.js":"0.3.1","mocha":"^3.5.3","nyc":"^15.1.0","prettier":"^2.2.0","rimraf":"^3.0.2","socket.io-client":"3.1.0","socket.io-client-v2":"npm:socket.io-client@^2.4.0","superagent":"^6.1.0","supertest":"^6.0.1","ts-node":"^9.0.0","typescript":"^4.1.2"},"directories":{"doc":"docs/","example":"example/","lib":"lib/","test":"test/"},"dist":{"integrity":"sha512-Aqg2dlRh6xSJvRYK31ksG65q4kmBOqU4g+1ukhPcoT6wNGYoIwSYPlCPuRwOO9pgLUajojGFztl6+V2opmKcww==","shasum":"4f3accda31e95893f618090c9cb5e85d345421fb","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-3.1.0.tgz","fileCount":21,"unpackedSize":981803,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgAO5tCRA9TVsSAnZWagAAFqUP/04NzVVp9Z/JrbjDHCtc\nyJuUXL5ygxdWRuxO7poE5fjq/+vDiajm/Ov9J2JhqZPQxLKXu8LDZdGQvytZ\nsYzkYdeX/TAWQLL9XqhY38J8O0MdO8q3pb/RPFOXFzy4dZ6Zx+m2lZ1wywTr\nFFKF8Jdx25w6+ekp1r4ZeJr8woVGiUpp7YMIpUaPr10azFLHUuaOTV5ceL4p\ncMHrbTor19aKQVk0XMWaX5KuwLPE0uyVDoaF2sEcsqGjS/NezIiWFWUycrPv\nedlVGu+dCvoRUXSkZjuhlT/JE8d5IKbGk3uoRdIFsw7TfJXfei9y53HF8/O4\nFGvTqQ0JiqD9gbKSPNMazpt21fJKF+hterjzbpt/kGT9+wkI7qHUYNavZttt\n7p5AcMhUljXNG2JJefnO7uyzRn3p3AIVswLu/4H9QoXLLgZ2o5+v/Tl/v1sS\nquhF7LVaYhkLRklM58zTwBGXqLrN6wJGxfwGyUMC+6rQ/fNRHwEo0hn2A/TV\nHbuHLhbVuBuUYRa0LENLG2ja53bztvmijJ2ZBCNLfRvsGqEHkX8Mj9ap8Ctz\nO8XJPXy37+TvT0qxLw92g3xbhFE0PmF73NMtqEZRgOZuuIgOToDAAU3MJhg6\njfIg+vlI8/hVoJTD8eqb5LPIBWVwwIHZVMaXvANeJJSYpOCk/8HWL2hENbD7\n7Fpe\r\n=VHh9\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDFfYUg1qVaPJsEeBoX+c5b97p4/2dM1xphhgscTNgw1QIgWqXrWdfMqCVu+eEeHtKWEPKmQPm/b0gTyfI9cRUABwE="}]},"engines":{"node":">=10.0.0"}},"3.1.1":{"name":"socket.io","version":"3.1.1","dependencies":{"@types/cookie":"^0.4.0","@types/cors":"^2.8.8","@types/node":"^14.14.10","accepts":"~1.3.4","base64id":"~2.0.0","debug":"~4.3.1","engine.io":"~4.1.0","socket.io-adapter":"~2.1.0","socket.io-parser":"~4.0.3"},"devDependencies":{"@types/mocha":"^8.0.4","babel-eslint":"^10.1.0","eslint":"^7.14.0","eslint-config-prettier":"^6.11.0","expect.js":"0.3.1","mocha":"^3.5.3","nyc":"^15.1.0","prettier":"^2.2.0","rimraf":"^3.0.2","socket.io-client":"3.1.1","socket.io-client-v2":"npm:socket.io-client@^2.4.0","superagent":"^6.1.0","supertest":"^6.0.1","ts-node":"^9.0.0","typescript":"^4.1.2"},"directories":{"doc":"docs/","example":"example/","lib":"lib/","test":"test/"},"dist":{"integrity":"sha512-7cBWdsDC7bbyEF6WbBqffjizc/H4YF1wLdZoOzuYfo2uMNSFjJKuQ36t0H40o9B20DO6p+mSytEd92oP4S15bA==","shasum":"905e3d4a3b37d8e7970e67a4a6eb81110a5778ba","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-3.1.1.tgz","fileCount":21,"unpackedSize":967419,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgGxyRCRA9TVsSAnZWagAAvvgQAKK5126fC/8gEV1p2H6U\nsWxZmMn3f0Wn+wFX7jHTm6NGpf68JQ6LpmGhMg72xx7dxs5V8PUpXJ1nPcuq\nu5imR80HW8iiq5uEvVpj6fsCnrUU+giNu87IZjNnLHvWE/waSV42kmfnr/lB\noUcmb/j4Dp3CHjkcCiaBXxCvw5Td9yBzD17f+oaj8AWcFt6Q36PmV0N3bc6B\nLw7F7sWcW0GLMpYzn4gC58Pp65r5/FTOTTa9U/QGdt+av1WeZrNM9rDhY3qL\nDzmpDUfwCfj6KfGRFzZb60q/2B/uwoe+QimQ0GsCcrjvz93SiiYvNlzIHrey\ndjHXFNcJTzElgVY8sTOHCz1e6smeypfJYZm/DuPT7RQTUAMqIyN50f4W0mCZ\nbEV2AuKDSzXJpGc3b+1/6ejq6F8weiqt4LDoGiFcs0AARZpH4eEp2SwXop1K\nWNkUe1A4LbcN1zHYOU7OLu7U/rkIPFVxNLo51T31szfQ71HagWn70tqOJ4D3\nRoJcWCrgRYiTVBORIU1rvTola9IGyjp2a8sdEUfCRSbWGcUuupdaPGNLupEA\nC8yyq8sWwJdZdCprS5v16mkYZQJEr6tSeXAKZTAXF9S6ygSBbxtx8+5do1tM\n9eN2b1oMIDjrnCnADiywInAUlKwz5NZfecu4xAuFWHgeT1FD7dqoohG8hj1H\nErHX\r\n=ltA5\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIA8He+I66LNpPAv4TeRsjChf4xuwKSaoeC2aQBN01IsCAiA+BbcR+j5FPgb25C+9VxTkpeKyY34TYHk0BP/PV67lhw=="}]},"engines":{"node":">=10.0.0"}},"3.1.2":{"name":"socket.io","version":"3.1.2","dependencies":{"@types/cookie":"^0.4.0","@types/cors":"^2.8.8","@types/node":">=10.0.0","accepts":"~1.3.4","base64id":"~2.0.0","debug":"~4.3.1","engine.io":"~4.1.0","socket.io-adapter":"~2.1.0","socket.io-parser":"~4.0.3"},"devDependencies":{"@types/mocha":"^8.0.4","babel-eslint":"^10.1.0","eslint":"^7.14.0","eslint-config-prettier":"^6.11.0","expect.js":"0.3.1","mocha":"^3.5.3","nyc":"^15.1.0","prettier":"^2.2.0","rimraf":"^3.0.2","socket.io-client":"3.1.2","socket.io-client-v2":"npm:socket.io-client@^2.4.0","superagent":"^6.1.0","supertest":"^6.0.1","ts-node":"^9.0.0","typescript":"^4.1.2"},"directories":{"doc":"docs/","example":"example/","lib":"lib/","test":"test/"},"dist":{"integrity":"sha512-JubKZnTQ4Z8G4IZWtaAZSiRP3I/inpy8c/Bsx2jrwGrTbKeVU5xd6qkKMHpChYeM3dWZSO0QACiGK+obhBNwYw==","shasum":"06e27caa1c4fc9617547acfbb5da9bc1747da39a","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-3.1.2.tgz","fileCount":21,"unpackedSize":969036,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgOD6ICRA9TVsSAnZWagAAwCYQAI/SjtsQWfJ9BkxNrYyJ\n3Hms6W3esvNeQtLX/Zbo7LFhykYkO/P9ZVidxwyOCGjzNhdsXE5d+aVS8CpX\nBdiL2/2VUTkh6Hh6+nmdhharWHUhVF1Bwstak+jFwsT9AWGye0nBDzJCTWg3\nNTe2QQvysnQhgIertTDWE/ZR+4gCOPtgVyO9cmZxZjXdAAvkoEcTONtYRUIT\neuXUHzINpYwKOO+yJBrKGCEdtA7N0lYH/qM1qTXoQ4zCM06LBQwZQ3Kx+Eut\nLTRSEyF/M1vSfyos+BujDgImbBgCtCVUrloRlxEfGVnBb6Ufha07wpsFvNTZ\nk5s8CpugSR1zij0aG5uiKYWZtxH+N7f5wqkCgXPpIHMkgHlCAPMdl6o9vY7v\nr5VnD6qF3GekQcTv5ZJgAbJli1VrHifrjYzohAN6yTqJKGgk4xgHPCb/1Joj\nLPCkWJ0U+NV0EgCoB8kXBBBMa0UFtCyohH81Gz0klboJYcA5EqNkSLbEYKGT\nDUzAlmSVoMEQF1Ew6DcPAiz97X+Bmg+GQWDPsRAp8HArsKEBe7JWgFqBoogE\n8/3K5WCCI5Ktypk8Mww10kGNQlJmmB25tSCNq9b0NBXPvcgErRt4hwIp9wD0\nm4jGLiFOdz5mHNIopTRidkh2fOpqcDtzvIeijhLNEKAiqLg75lTUi97zK7mZ\nupSh\r\n=xDNC\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCE5J2DDtYEtOhjs6voedTdS5SfqBaJPP4TeVhftaTJ8gIgPVMD7AR+6IrDZy6wg/1Fdhj1XlH2UAskiTvkZM2dQj8="}]},"engines":{"node":">=10.0.0"}},"4.0.0":{"name":"socket.io","version":"4.0.0","dependencies":{"@types/cookie":"^0.4.0","@types/cors":"^2.8.8","@types/node":">=10.0.0","accepts":"~1.3.4","base64id":"~2.0.0","debug":"~4.3.1","engine.io":"~5.0.0","socket.io-adapter":"~2.2.0","socket.io-parser":"~4.0.3"},"devDependencies":{"@types/mocha":"^8.0.4","babel-eslint":"^10.1.0","eslint":"^7.14.0","eslint-config-prettier":"^6.11.0","expect.js":"0.3.1","mocha":"^3.5.3","nyc":"^15.1.0","prettier":"^2.2.0","rimraf":"^3.0.2","socket.io-client":"4.0.0","socket.io-client-v2":"npm:socket.io-client@^2.4.0","superagent":"^6.1.0","supertest":"^6.0.1","ts-node":"^9.0.0","tsd":"^0.14.0","typescript":"^4.1.2"},"directories":{"doc":"docs/","example":"example/","lib":"lib/","test":"test/"},"dist":{"integrity":"sha512-/c1riZMV/4yz7KEpaMhDQbwhJDIoO55whXaRKgyEBQrLU9zUHXo9rzeTMvTOqwL9mbKfHKdrXcMoCeQ/1YtMsg==","shasum":"ee484a95dc6a38698491aaf63b6ec1f3ceeac0a8","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-4.0.0.tgz","fileCount":25,"unpackedSize":1020211,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgSLE+CRA9TVsSAnZWagAAhAAP/iU78QUFvwfFDqvEDnti\nR4Zz9B62Xnq+Uq6jBD3gZxwCZh5hDY9de1wD2ZqOLxUH2upIRM67sMwzNx+z\ny/CQnuWAjMT24nG+kEWqhsoJ2LWV2BY5kSHfoalUb0fg5JkcqQ2DPI/Z8KXO\nQwju8Tp0mpYoT+asWTNhNhjqfhhkatz6L11a4K8HOzw9UsIxY8vttbidSZfP\nGdb8WiTCZ8juNjEqa7XVunNOHVITECy36Ef8Cy1nd7IOSQ+VSU/Re8sjvr66\nDMW4g/dO/r8Y9RGVK6krtgynWk5CFG5GWxl7dx44Ir55SmgukE1I3GUmmZU3\nYW0yPwG87bW1ZCgQBoydWhtx4+ysmYO/o2AlA7TXm9bIT8i8nsPoQmEMidjl\ntrzymLQsSXKGg2sTNAqpZHheE6ktKFHzahVzb/9+5ws5v3awCYulwBcW/3N/\nQD7nNsU/9ycMtsIk51CdQ4uWRVvYJNji/uoD3HjUMssSAwN+KejgXvxE1tSY\neOph/F94RAt2F4bB8omkzNLhMeeKXmIP32Q/+MtvkMw67hBMXTnK6awAc/nY\ntjyknv3+gexyymKSoYkoI4aVtfbR4axJkWLjR2yH2+i1a3RkJJWlzNPuPBil\nbX+gmOW+rEA3J0MqtQ/HGx12sRfrHfS06TkKb1eF81uV1QPxLTsMwfn3587q\nbKsH\r\n=mhzk\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBLaCV7Nax1/wPsz3jblUKxOLvaLAYzA4MPjtu6mLwqwAiAuKZ9LUwAn8QOox5Jhmmhy8tSiBQBLcFY8n2bei/db3w=="}]},"engines":{"node":">=10.0.0"}},"4.0.1":{"name":"socket.io","version":"4.0.1","dependencies":{"@types/cookie":"^0.4.0","@types/cors":"^2.8.8","@types/node":">=10.0.0","accepts":"~1.3.4","base64id":"~2.0.0","debug":"~4.3.1","engine.io":"~5.0.0","socket.io-adapter":"~2.2.0","socket.io-parser":"~4.0.3"},"devDependencies":{"@types/mocha":"^8.0.4","babel-eslint":"^10.1.0","eslint":"^7.14.0","eslint-config-prettier":"^6.11.0","expect.js":"0.3.1","mocha":"^3.5.3","nyc":"^15.1.0","prettier":"^2.2.0","rimraf":"^3.0.2","socket.io-client":"4.0.1","socket.io-client-v2":"npm:socket.io-client@^2.4.0","superagent":"^6.1.0","supertest":"^6.0.1","ts-node":"^9.0.0","tsd":"^0.14.0","typescript":"^4.1.2"},"directories":{"doc":"docs/","example":"example/","lib":"lib/","test":"test/"},"dist":{"integrity":"sha512-g8eZB9lV0f4X4gndG0k7YZAywOg1VxYgCUspS4V+sDqsgI/duqd0AW84pKkbGj/wQwxrqrEq+VZrspRfTbHTAQ==","shasum":"d2e01cf3780d810b66182b3fbef08a04a4ccf924","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-4.0.1.tgz","fileCount":25,"unpackedSize":1021776,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgZQUbCRA9TVsSAnZWagAAhIAP/1mrBwg2SCB9PNcaEGPs\nsQhwXLiY7K7hapE9YY+vpVNYnpvQRFtupauLoZ4mgZmmUJwj907XF58o9/km\n4z83NIK5+ikQd6rU0ENokCLxvGCAEhhEcXXuUunsv1SrV7fAF1e+5GD0p0Pd\nWO1z2gKWk0BOObQ9Fh+Odekwh03zdE+O4u5Uk0DTfpNJKZTNf9fOgEeAHC97\n3hbdEL1iTPqfvmO7jsIuhj8VQiRwZDY9TujjlCffrixQruaqtA5BTSbjD/R6\nV7Gf1DMPK5vQL9PhmGZd14O5TgKhqI2iKlKc0JsKLL219ZW2585sOFLpNHwC\nF+/AYBeM1VWo5/QnT20naBtFUjbyH5pFysir//CaQQS+hg4JpjCMMJo1EzGs\nVc9TAh/WPfSGknxm819qHz11AuL2keje2DPjMe0m+j4ULdE+MaUoOgQj3QWA\nAfYftJLqUIT91NGhvipHRiCwOBLHd2OU308DqtSvhxOJ0n0GfNg4TXnxEfOS\ntY4z5y4fS/YJjKaE2pNRhfkvup5BMIZyoXvRyatYo49AVLFHQ/4ghMiZJDVU\nmJkIRVhfkA/f0XGNbhsBCqU/rRDFyrMYWF26PZUGi5GdKt+j9UP44yt+zwgQ\npCsu1nvW4LE3zQWgkSnDNsnkPuBvUNXWnkTXgOyJjhIWC2qif2H1wHLOSfMs\n1SHI\r\n=EEvm\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCGBRpYEhlkoCwZZr+x88Q3BSh82fVIg/9AwVAlvfB3kwIgAIDK9pnVMIjrILr/1uR2FzAqlyj6xD8TyMAAhMv6+3I="}]},"engines":{"node":">=10.0.0"}},"4.0.2":{"name":"socket.io","version":"4.0.2","dependencies":{"@types/cookie":"^0.4.0","@types/cors":"^2.8.8","@types/node":">=10.0.0","accepts":"~1.3.4","base64id":"~2.0.0","debug":"~4.3.1","engine.io":"~5.0.0","socket.io-adapter":"~2.2.0","socket.io-parser":"~4.0.3"},"devDependencies":{"@types/mocha":"^8.0.4","babel-eslint":"^10.1.0","eslint":"^7.14.0","eslint-config-prettier":"^6.11.0","expect.js":"0.3.1","mocha":"^3.5.3","nyc":"^15.1.0","prettier":"^2.2.0","rimraf":"^3.0.2","socket.io-client":"4.0.2","socket.io-client-v2":"npm:socket.io-client@^2.4.0","superagent":"^6.1.0","supertest":"^6.0.1","ts-node":"^9.0.0","tsd":"^0.14.0","typescript":"^4.1.2"},"directories":{"doc":"docs/","example":"example/","lib":"lib/","test":"test/"},"dist":{"integrity":"sha512-1sVnsumrYTshhH2LWUtmzNvuZqkEOAG5PxcHpKu1r/sIDhzACTdo9XbvonVB2M90Y2CkTZnCWT6hlaKEkdBu5Q==","shasum":"90224ac83542b74ca7a45f8fb68dbc374b82e39d","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-4.0.2.tgz","fileCount":25,"unpackedSize":1022562,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgk+NxCRA9TVsSAnZWagAAd3UP/iz5BbORdGlYnlOr3cC8\nMkukp/lBDQNzblcut093vdC9QCGOZUTE0xZhVkS0wTlXaBJI1krzQPovON0F\nXVzSsWBI6kOnkhapFzkh7q/xHKCUieDOOUgQzP0uG3df6toTDa7Sv0veDfkq\n1NCKliLsjeFVXyEPozD/hTbsuBJk2JDVqLH+tE7FeNWZHL8WzQSZC9znvhRO\nOZ6qQswnc6B1Eg2HgN6LilRIYREne3UcKKeiHdVYbVMrQgA18IxKkpxWPvIc\nT2FpXfG1ztjjL6mUPWc70J6j3D5x5eg5afa8CT6UjN//ZY0M8GszFLaV/9Rf\ndQqIRQ4ot4M9VaV+piyiRRM6DoKrHktl7NkKrlyTlKoYo8IHAcBXu/R/53AI\nkXde6oE/FEhLpN2xP2L6wagq1E5k99cbTRQGstYHhlS2q3oxQdTAAtixTrMW\nkl5XhvGpokHH5MdP7PI9MlQvsyAdR1n99Wksqd65LPiHvySX+GpPMmbq4prQ\nr9RcZ3GnHrgPMblPr9AJDyWxcIddljvQ7WCkuUYQE0Yxdb2RF0ttxjGGzVp1\nNUk1kcyKG0r3pDu6lqar0SlFkQh3C/mArTk+OpXlGhtReMuik7pSjNYv+ebR\noO7S6sP+ds3+K9OGi3ypgx/4IOcW4OawKdNLPPeEKK4FCgTsTqFzC56LSwfC\nUT1z\r\n=UlgU\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIF1zu4Ql3q9vyiOcVZqahAhk0mZnJZLO44jsHpEbTFf9AiB/5rHcTf5oaoEAScjnh7hMyxz+kIKabBu+t2/SbBuMMQ=="}]},"engines":{"node":">=10.0.0"}},"4.1.0":{"name":"socket.io","version":"4.1.0","dependencies":{"@types/cookie":"^0.4.0","@types/cors":"^2.8.8","@types/node":">=10.0.0","accepts":"~1.3.4","base64id":"~2.0.0","debug":"~4.3.1","engine.io":"~5.1.0","socket.io-adapter":"~2.3.0","socket.io-parser":"~4.0.3"},"devDependencies":{"@types/mocha":"^8.0.4","babel-eslint":"^10.1.0","eslint":"^7.14.0","eslint-config-prettier":"^6.11.0","expect.js":"0.3.1","mocha":"^3.5.3","nyc":"^15.1.0","prettier":"^2.2.0","rimraf":"^3.0.2","socket.io-client":"4.1.0","socket.io-client-v2":"npm:socket.io-client@^2.4.0","superagent":"^6.1.0","supertest":"^6.0.1","ts-node":"^9.0.0","tsd":"^0.14.0","typescript":"^4.1.2"},"directories":{"doc":"docs/","example":"example/","lib":"lib/","test":"test/"},"dist":{"integrity":"sha512-f6+1m0Y32ThoUOMa8ZUojq3vEkCXl33GXFnye6OXjFG3QtOl59AAp5IhDr0SR3bMedKkfqo6IdxAXCmgiYB4Ug==","shasum":"ad0067eb90a69fb7c5926188fcf3b62a375a8601","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-4.1.0.tgz","fileCount":25,"unpackedSize":1024138,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgmjJDCRA9TVsSAnZWagAAlt0P/32omTZ3NrXGrSLDP0eA\nytE0Gbn4NHZ8PfbuW4keE52Enuun5mWHHZach05KzrlURxFnQqfmRr/V+Ptw\nkSKYRp15s71zeY24T8/GUCzeo2uJaVcpMIhgsXQ4cqKahADA7L4Hu3FW37Wm\nefAde5fKTFsl+t0FwTDzAVf5YIEiurXCaudsovMWmqZw0aqKnDMC0MFt9BUB\nwLRYUuD9MPDKIYknzhfZXi5RujgiHA+MVI9gKtbRdOIqYQtttxtBQ7OXV7Zo\nRqU3yP6S/+Dl/oJ6RYDN4stOAc43CGlfittm0kLOzeJU0XZ9RVnNboLPRG7w\nMuzw/Up3qbpfQB/Hj5cw3wkyCjz5ZFdDqBYZyF0sOwKX0LQyuxXtwsBtyL8Q\nWSW1Nkq/IAI190rxEQrE+pNrqcQaaTDEQaQJfHKQjs0qBm2BOJkegcUo8kBi\nZ2RsdMRVEuwlTqlaF9lQnv0rpe5RFHQ+7jsCC8efGIJP6ewj7SQTLEtDpgI+\n3D0gKfwxoEohCUihw+cTo6X2PcT+x8utr0pUfRhHN7cqyLsxcksTfMTkzZQR\nWvVL+MNQJJ0rA8uKjupjUZi0CDXGU3RUv6Fmzhf53SNxU5poq2GHcNuIY7ze\na4Wst3n9RF8H2c0amlimCbOdL169DJxqwhVZmiouWaq7Dqn5vr/zxoY2NGTV\nztDv\r\n=7bar\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD6XeNzkogakC9jihxjbTfYRZQ4fPpn9hbE75uylHnJ+AIga8FlxwsOiqg71nX5r4MS7eiWHRBXT+MUQEWJ/K0tBF4="}]},"engines":{"node":">=10.0.0"}},"4.1.1":{"name":"socket.io","version":"4.1.1","dependencies":{"@types/cookie":"^0.4.0","@types/cors":"^2.8.8","@types/node":">=10.0.0","accepts":"~1.3.4","base64id":"~2.0.0","debug":"~4.3.1","engine.io":"~5.1.0","socket.io-adapter":"~2.3.0","socket.io-parser":"~4.0.3"},"devDependencies":{"@types/mocha":"^8.0.4","babel-eslint":"^10.1.0","eslint":"^7.14.0","eslint-config-prettier":"^6.11.0","expect.js":"0.3.1","mocha":"^3.5.3","nyc":"^15.1.0","prettier":"^2.2.0","rimraf":"^3.0.2","socket.io-client":"4.1.1","socket.io-client-v2":"npm:socket.io-client@^2.4.0","superagent":"^6.1.0","supertest":"^6.0.1","ts-node":"^9.0.0","tsd":"^0.14.0","typescript":"^4.1.2"},"directories":{"doc":"docs/","example":"example/","lib":"lib/","test":"test/"},"dist":{"integrity":"sha512-YKPdhaYRGEXjP+VqoKlfOEPgDjm0aMq1YWonjHg4rBU1xJCmgceNh2XL1vO4czWupH+WX1+d9Wqb768h7BC5kw==","shasum":"aa3e4d93142fec6ba2053091601b55c835864b54","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-4.1.1.tgz","fileCount":25,"unpackedSize":1024654,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgmwAxCRA9TVsSAnZWagAA+uIP/jqwN99lmqc+t9EUi3rD\n7oWZGwRt7xMIG9sdNXN1XTJOQXWDXhwT17KxGYBZdDMkJ0OUvnX+ClgDLMxh\nZYmhwZ9wJ+rCfou+yEUOGyaoBgKYA+5jgoj1fsc6f7sT6z2q/ZoHn7RwoE+f\nSQThOWwy2T+2WzhUkHGwpgI3ES1vEXeyARZ+4djCv0TsD4VVGthPyVBE7F71\nNZ6y4R3IbDwhUC4z3YLReZ01UnLGeO0e8zwaDQ+8QdY0nPy9vI4XUMtNJE99\nYcJEqDGNNLEb+5aU9F0QxzIzkZh4xMtGS8u53ZDzMI511hdTnh80suHXhL0Z\nNuuoLzaNkB08NXKyosyhZQJueFCZyz6GvJH636bCuqVdvlGe5bhJhU064onK\nhxD/tUlXlhO6Zm4/zADxKjBU+NFfnslerRXn/kH9ZF+lj6Luwmn7zkl82FHC\nvFWGG922EL3ewQzDMXI/4Etkpclfug+r5KyHGLqmcVq0zbYwGpI1o+YdFMMr\nq7C4JJvifxk/ILLKZcpGqhm2R/M2fIh2yBjxbOlHnb1D+Kdpf4Vuq8kJySGu\ndFCmrvUPoS5TieFFw7MMhzEP4JFXab22ETVV5igbQDHVsjB1enFrMWf9LksX\ngP1KLlKy96nAk4Al/dHgVYIqv72FT2oFHSXnxKn6dFc6uNTTdxJJqJnlqaWp\njQje\r\n=OMso\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIC+gkxPR8vBA8XohaHVvdRGDsO8YlBWkGWY2bX+Aw/brAiAvQfd65y2VE9F+UtPh9SruAT3RFgllumXpBoeLDKaPHw=="}]},"engines":{"node":">=10.0.0"}},"4.1.2":{"name":"socket.io","version":"4.1.2","dependencies":{"@types/cookie":"^0.4.0","@types/cors":"^2.8.8","@types/node":">=10.0.0","accepts":"~1.3.4","base64id":"~2.0.0","debug":"~4.3.1","engine.io":"~5.1.0","socket.io-adapter":"~2.3.0","socket.io-parser":"~4.0.3"},"devDependencies":{"@types/mocha":"^8.0.4","babel-eslint":"^10.1.0","eslint":"^7.14.0","eslint-config-prettier":"^6.11.0","expect.js":"0.3.1","mocha":"^3.5.3","nyc":"^15.1.0","prettier":"^2.2.0","rimraf":"^3.0.2","socket.io-client":"4.1.2","socket.io-client-v2":"npm:socket.io-client@^2.4.0","superagent":"^6.1.0","supertest":"^6.0.1","ts-node":"^9.0.0","tsd":"^0.14.0","typescript":"^4.1.2"},"directories":{"doc":"docs/","example":"example/","lib":"lib/","test":"test/"},"dist":{"integrity":"sha512-xK0SD1C7hFrh9+bYoYCdVt+ncixkSLKtNLCax5aEy1o3r5PaO5yQhVb97exIe67cE7lAK+EpyMytXWTWmyZY8w==","shasum":"f90f9002a8d550efe2aa1d320deebb9a45b83233","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-4.1.2.tgz","fileCount":25,"unpackedSize":1025237,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgot2+CRA9TVsSAnZWagAAsoMP/04+RzbVmO21haoptQ+c\nvBaFeV9AMtUhZGdekquIjNsuLkDj8tpF4KplTTId/AnGp/bn/QSE+KQ3Wrzg\nUZOZPkmmAiHRYMC+BZgD5M9L5ITd0u07YoKPn7FNtuMQ6rtrTfJQ7to0kfQU\n/KSLoRuwpMS6iLzryA7byYO9YAhyeDQfELuxTBh5Csvmpm8pELPi4q/RjnE1\n110z0Wo+lekU0h8ZsvrkHCRJl4mlC6KjhgJpchcj6lH0ydl6yneH5mcks1Cj\ng9RHl14mCqVNyfRVD3WmIBbjTBEfcdkXD/5fShEt4f5QZtNKfzHqs7BW89dU\nlKsMm4tbA597lmZkqtzw7+DwbL4/XyF3fPjFyjmkMpKfzeE01ojI11Yhl3uv\nGlK69VzCHuiTvkFTCzWx4vpDF6jcpJbJ7WIQBA91Ow2YaZy7EejlTux/voW6\nk5Z1JJ5X6iIlBm23cOpxSq5aax3TJDb01+6UmNlKrUZvqQ5EQ0R7V4gloHGn\n8iZ0d6I3dKOsnstbYFo2L/dZV5UIxntT5514+gRJOgsK1kECKFAPgllsNpdC\nRvBJOUHs4BDEl+JWfxQOzZvYun11TWvL8MapfVvrDjKtY0s4KmdTFHXWIuOE\nwOUsFFmJBfy+YajIGosye81Nwt57U7EGklpuep+ru5TUYbaOCp+lL3nOPapy\nz6Ax\r\n=ywgr\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDJkAZiJvtJl9zP6f5o/DvZmfC8chRNBSjq58ya2hhCDAIhAPXkwLAaKVWeGGVPPRjglOgFRq3Jg1qSxxDspWC/8l/j"}]},"engines":{"node":">=10.0.0"}},"4.1.3":{"name":"socket.io","version":"4.1.3","dependencies":{"@types/cookie":"^0.4.0","@types/cors":"^2.8.10","@types/node":">=10.0.0","accepts":"~1.3.4","base64id":"~2.0.0","debug":"~4.3.1","engine.io":"~5.1.1","socket.io-adapter":"~2.3.1","socket.io-parser":"~4.0.4"},"devDependencies":{"@types/mocha":"^8.2.2","expect.js":"0.3.1","mocha":"^3.5.3","nyc":"^15.1.0","prettier":"^2.3.2","rimraf":"^3.0.2","socket.io-client":"4.1.3","socket.io-client-v2":"npm:socket.io-client@^2.4.0","superagent":"^6.1.0","supertest":"^6.1.3","ts-node":"^10.0.0","tsd":"^0.17.0","typescript":"^4.3.5"},"directories":{"doc":"docs/","example":"example/","lib":"lib/","test":"test/"},"dist":{"integrity":"sha512-tLkaY13RcO4nIRh1K2hT5iuotfTaIQw7cVIe0FUykN3SuQi0cm7ALxuyT5/CtDswOMWUzMGTibxYNx/gU7In+Q==","shasum":"d114328ef27ab31b889611792959c3fa6d502500","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-4.1.3.tgz","fileCount":25,"unpackedSize":1030432,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg6XMNCRA9TVsSAnZWagAAFoYP/08O1Htv+DygGDhfYmKb\ndak62JvU4CFgKlY4hGO3tNFWcjXAjXJsWB8eV3Pm5coB3fczOSeq8U5jbT66\ncxnz1Oc0BR9/IoP9if7sMH1oMKtj4P588rMd0zxoA4lzUfzlTGxpb+8CE89w\ncxNCs3Wrc8ZEG2L7MMJ05YTz3FdTInuQxvm6hRplBWGf6bBPAa8tSTlHJT5/\nUOGrfeGq765eRAGT/j8Jlc6gkDpmfSQ5Dek6/8q+wmv2ZIIl3V2H+ZEim2Fd\nv5ECLslGd5zLEmEna/blZJW+L9N4FHsewLzOK7rtg4N2lLypKn0he2DXAMWn\nQMjBULajQOeGzO9keKroSIoFoJ2xqatqiuTKaDjbXJLVTEz1iYpH+TjctVb1\n8ysN7ECDOFNfWmvIFG7vSR2dxcLUnAaXlQK15h+fBffJnGtiaLmXPXLIyJ+R\nkdK8M9ftRJfvDZNt/9l7aGGpfFNH/fmk6sdaisWZE8x1cCI36XywuZ9cpHO5\nAI8wulk3LnB/pcOg/IiZq/a7oqT1Ej5acz0PlHdHw555X2GZzXOuDADodqd7\ncNfX/wgzzswrQTfNJ8OzacFsghSRQhDnMM7EcGSyj63E/EAAbVE/+YB+gKIQ\nw1jn0rB7/EXLeD1oS94LulEhTPxGg5mrb28HXZxtn3LYHmshZbTdg3ABG/Q3\nhmRP\r\n=OhSF\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIADISP6wsti1hY62OzW7zp1yRT+7OY8kZZ7UWmnoZHr4AiAqCRcePe6UPEeiCBo6/DRjS66FqTzV6i9CRdKHmfEroQ=="}]},"engines":{"node":">=10.0.0"}},"4.2.0":{"name":"socket.io","version":"4.2.0","dependencies":{"@types/cookie":"^0.4.1","@types/cors":"^2.8.12","@types/node":">=10.0.0","accepts":"~1.3.4","base64id":"~2.0.0","debug":"~4.3.2","engine.io":"~5.2.0","socket.io-adapter":"~2.3.2","socket.io-parser":"~4.0.4"},"devDependencies":{"@types/mocha":"^9.0.0","expect.js":"0.3.1","mocha":"^3.5.3","nyc":"^15.1.0","prettier":"^2.3.2","rimraf":"^3.0.2","socket.io-client":"4.2.0","socket.io-client-v2":"npm:socket.io-client@^2.4.0","superagent":"^6.1.0","supertest":"^6.1.6","ts-node":"^10.2.1","tsd":"^0.17.0","typescript":"^4.4.2"},"directories":{"doc":"docs/","example":"example/","lib":"lib/","test":"test/"},"dist":{"integrity":"sha512-sjlGfMmnaWvTRVxGRGWyhd9ctpg4APxWAxu85O/SxekkxHhfxmePWZbaYCkeX5QQX0z1YEnKOlNt6w82E4Nzug==","shasum":"9e1c09d3ea647e24963a2e7ba8ea5c847778e2ed","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-4.2.0.tgz","fileCount":25,"unpackedSize":1042763,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhLIcwCRA9TVsSAnZWagAAe58QAIFQPsaqlAxlwjL4gNFk\nyP8J9CtqMdB039gwiuTZH3dE08n+3R62/cu/6uVYqcR7JLksQkMphyB6lm94\nm0ioR5u/Wtj7MleZYuEmBICo+IZQ76dC/rIE6Mkrfb2F/upihuIJ3OgSunf2\nuWLV/RjNq6a1gWEQVeN7elDrdssDAzZfPaQDXSyxamZ7K+AEvfECVCBHX7Xj\nB3rACI/vwN4jE6hitQY3m0/wxmovVbDTi7Yo82D6IUZmnc4Tgsdu3rjGSiXe\noduhbx5ifwLboQyTLP+0brZ/MO+eYKf+/SDMlJdGHR88O14YrC4c2VkIfE15\nLgcawrZ4p5aOFEbOeYmvuPH9dhK1BrhTeR9UrkS/FN7nBbpRsP5s5myg7/GF\neciN75rYmsMqvZnf4zo/wKsfy28Loe8n0ymeCgT9RBpxCjXgDW+3Vw5OiwOV\nnRIsfwJvhXR0ZEJPyH0wQaRk6kL16ZHegHTE5rnqoUiVKZdO7fe4x95q6Snz\nq4ekOsizQVHvu3tBWSPtrLaFISDsHxr+4W8PO1TYKmd1AX35NNbmhh7C4KTM\nVU+HeF31sLAZ3pxv2ns9QCIYIETQ3EkLmwc0svfzZUwvGGZtrgs3gnrkz4/J\ng1N11qy53w0lmW8hyF5i0Ln5FBY4pTwivMSF26ZBsjAnRBBe0LiwVBh6o9/9\nfEkY\r\n=HtJK\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDhwpy1EWMl7l3ZghO5oh8+6PsE1j5BYXvr7lxtbGf4jAiEAlDDYEOnyQt014qXNaljFxWDeDLc50MjaU/Par6IKhVk="}]},"engines":{"node":">=10.0.0"}},"4.3.0":{"name":"socket.io","version":"4.3.0","dependencies":{"accepts":"~1.3.4","base64id":"~2.0.0","debug":"~4.3.2","engine.io":"~6.0.0","socket.io-adapter":"~2.3.2","socket.io-parser":"~4.0.4"},"devDependencies":{"@types/mocha":"^9.0.0","expect.js":"0.3.1","mocha":"^3.5.3","nyc":"^15.1.0","prettier":"^2.3.2","rimraf":"^3.0.2","socket.io-client":"4.3.0","socket.io-client-v2":"npm:socket.io-client@^2.4.0","superagent":"^6.1.0","supertest":"^6.1.6","ts-node":"^10.2.1","tsd":"^0.17.0","typescript":"^4.4.2"},"directories":{"doc":"docs/","example":"example/","lib":"lib/","test":"test/"},"dist":{"integrity":"sha512-15eJ4fLho1uQTgdvAKlkMPvhvurky8KAc0F+wAdrSoIk+rKEYor8vPKiV5grp4J0sQpPms/AW7w9BV6b/HB0oA==","shasum":"5ab426b32899259468513272adc78857fafa7506","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-4.3.0.tgz","fileCount":27,"unpackedSize":976104,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDdmsHvGKdNII40yxLOqukB7LrVMZYJlnQlYkXExX6a4AIhAOMlD7t4PE/5+2fPpjEmHOKQ7lIc3CwDM08nN+81ZhH9"}]},"engines":{"node":">=10.0.0"}},"4.3.1":{"name":"socket.io","version":"4.3.1","dependencies":{"accepts":"~1.3.4","base64id":"~2.0.0","debug":"~4.3.2","engine.io":"~6.0.0","socket.io-adapter":"~2.3.2","socket.io-parser":"~4.0.4"},"devDependencies":{"@types/mocha":"^9.0.0","expect.js":"0.3.1","mocha":"^3.5.3","nyc":"^15.1.0","prettier":"^2.3.2","rimraf":"^3.0.2","socket.io-client":"4.3.1","socket.io-client-v2":"npm:socket.io-client@^2.4.0","superagent":"^6.1.0","supertest":"^6.1.6","ts-node":"^10.2.1","tsd":"^0.17.0","typescript":"^4.4.2"},"directories":{"doc":"docs/","example":"example/","lib":"lib/","test":"test/"},"dist":{"integrity":"sha512-HC5w5Olv2XZ0XJ4gOLGzzHEuOCfj3G0SmoW3jLHYYh34EVsIr3EkW9h6kgfW+K3TFEcmYy8JcPWe//KUkBp5jA==","shasum":"c0aa14f3f916a8ab713e83a5bd20c16600245763","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-4.3.1.tgz","fileCount":27,"unpackedSize":978996,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICK7SXojmlltFkVkiYVo/OLtLqY/U2xidd2Bv105unAnAiEAqR/NQIAANxJ6rnvPcSioGstQUjUMS6Iblqo/pP8hF5w="}]},"engines":{"node":">=10.0.0"}},"4.3.2":{"name":"socket.io","version":"4.3.2","dependencies":{"accepts":"~1.3.4","base64id":"~2.0.0","debug":"~4.3.2","engine.io":"~6.0.0","socket.io-adapter":"~2.3.2","socket.io-parser":"~4.0.4"},"devDependencies":{"@types/mocha":"^9.0.0","expect.js":"0.3.1","mocha":"^3.5.3","nyc":"^15.1.0","prettier":"^2.3.2","rimraf":"^3.0.2","socket.io-client":"4.3.2","socket.io-client-v2":"npm:socket.io-client@^2.4.0","superagent":"^6.1.0","supertest":"^6.1.6","ts-node":"^10.2.1","tsd":"^0.17.0","typescript":"^4.4.2"},"directories":{"doc":"docs/","example":"example/","lib":"lib/","test":"test/"},"dist":{"integrity":"sha512-6S5tV4jcY6dbZ/lLzD6EkvNWI3s81JO6ABP/EpvOlK1NPOcIj3AS4khi6xXw6JlZCASq82HQV4SapfmVMMl2dg==","shasum":"85ae0cf5cf18acbce648ac9f48aba66df8cea6bf","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-4.3.2.tgz","fileCount":27,"unpackedSize":978747,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC/qwnu+WPVbkYwbmHOxD3mWOdK5tqUeHyklp0jnp+mgQIgVfOhzD0BsOSOEgHvUe1ewpUUz0M802HKzpEd7d08yVk="}]},"engines":{"node":">=10.0.0"}},"4.4.0":{"name":"socket.io","version":"4.4.0","dependencies":{"accepts":"~1.3.4","base64id":"~2.0.0","debug":"~4.3.2","engine.io":"~6.1.0","socket.io-adapter":"~2.3.3","socket.io-parser":"~4.0.4"},"devDependencies":{"@types/mocha":"^9.0.0","expect.js":"0.3.1","mocha":"^3.5.3","nyc":"^15.1.0","prettier":"^2.3.2","rimraf":"^3.0.2","socket.io-client":"4.4.0","socket.io-client-v2":"npm:socket.io-client@^2.4.0","superagent":"^6.1.0","supertest":"^6.1.6","ts-node":"^10.2.1","tsd":"^0.17.0","typescript":"^4.4.2","uWebSockets.js":"github:uNetworking/uWebSockets.js#v20.0.0"},"directories":{"doc":"docs/","example":"example/","lib":"lib/","test":"test/"},"dist":{"integrity":"sha512-bnpJxswR9ov0Bw6ilhCvO38/1WPtE3eA2dtxi2Iq4/sFebiDJQzgKNYA7AuVVdGW09nrESXd90NbZqtDd9dzRQ==","shasum":"8140a0db2c22235f88a6dceb867e4d5c9bd70507","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-4.4.0.tgz","fileCount":29,"unpackedSize":1000434,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhllDhCRA9TVsSAnZWagAA79QP/jChd1DqPpQMKBVeGlMK\nDMciJvbCAmQWVvKaU+ei0DQ1dBZY1OCsL3ylwUsyTnBer5DuNPlfFkmbzuij\nuKpX9LHGQGSy3UuA8eYgEtFcvznGzEZkDjSGbiQcxPQwaa7e7z2yEA1zGisy\nr3ldOgy6nUbVBne8efCMes0VJRsYPt07zaW7kDwPM+MIMWcqY7qmYs/x2Mgb\niIfkiqqGb4BZ8WdiBNmUhCHiHYOjafWOn/wKEpWaqO1WYknDsZjsvyLxCG3P\ncvS/P9X6HFyyqkTTEDNMD0WALTvHBmNVIOEcv81JyGp14YG5XLeSdSzHbvAx\nTLV7g1wj8CbeduQrCQfLG+MnPQSrH+uEIz683/oTBAGlUbgObK9s3s/uHWNd\nDwdZhHxfnaFmk3ay+fY2aiCot4Neul3sJoPuzOLvAYwXcQFLVoFhglGCbfD5\n1sg+vuO/MhqvpzOaA114J98Hx3a9X4QlovX8nI3yFXWDlhHdQYZbLISNIfBf\nsotbbiIhxgdV4FAnro9qnV0NCwmvOFTVjSpvB+ePYfGEfkAO++USB7Av05yX\n5cpLIxOcL2K3lIhwYg7R1zQEUjQTeaLWZTonxImhlSsAmUIZ6elmeCobzqnT\nXlpLOikrZtD64TPMCDaN8zOAFkAP4kPfL5gssbH5eLuBXNeZvty3Aibzy7bV\nShwc\r\n=3SFQ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICZSB4nVcQ9lole9/8eg3YGOgVElqr9zvik2Am+uwtnIAiEA4VLgbLzTQDcfdV4zAs/2auEkELBKR7xKlfTSGH8xaj4="}]},"engines":{"node":">=10.0.0"}},"4.4.1":{"name":"socket.io","version":"4.4.1","dependencies":{"accepts":"~1.3.4","base64id":"~2.0.0","debug":"~4.3.2","engine.io":"~6.1.0","socket.io-adapter":"~2.3.3","socket.io-parser":"~4.0.4"},"devDependencies":{"@types/mocha":"^9.0.0","expect.js":"0.3.1","mocha":"^3.5.3","nyc":"^15.1.0","prettier":"^2.3.2","rimraf":"^3.0.2","socket.io-client":"4.4.1","socket.io-client-v2":"npm:socket.io-client@^2.4.0","superagent":"^6.1.0","supertest":"^6.1.6","ts-node":"^10.2.1","tsd":"^0.17.0","typescript":"^4.4.2","uWebSockets.js":"github:uNetworking/uWebSockets.js#v20.0.0"},"directories":{"doc":"docs/","example":"example/","lib":"lib/","test":"test/"},"dist":{"integrity":"sha512-s04vrBswdQBUmuWJuuNTmXUVJhP0cVky8bBDhdkf8y0Ptsu7fKU2LuLbts9g+pdmAdyMMn8F/9Mf1/wbtUN0fg==","shasum":"cd6de29e277a161d176832bb24f64ee045c56ab8","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-4.4.1.tgz","fileCount":28,"unpackedSize":984082,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh1o03CRA9TVsSAnZWagAA0jQP/AxOlVClRsR17ZmASQ7G\nI7lEyP6iAnJn+g1hO8MPJ3N72YNySRSPnVojKyyYl7zeCgPuaHayp8VU0bug\n8fFM6mMbgswJrTq++9nFuZitHJPNcyvjsnFTfyohvtEQ1qAvYvD+BjoiXeWx\ns5HSO5dx+j5aTyTOemUs64Ramqv8B/4u5nLqifOOavxaRKYMP7yL0VagEw3h\n1q1uOReQToQ5ICOsoaclvcRRw0vgVR7xOgFeyFNjL/VKPD1OaDbO9E6zX39Z\nM1GEUllvUpYH/SMQtqXf/wOntJTEj0jWaWehPdlpp2+jvE9CDscPeSuSDkAh\npYI2MEeunl4YajnjVwywmY7HB0kykwNWeBh78uzb2FBzderIHsZSmWI0mX4P\nqJINqOFh2H2o5hzBgB7TASIquovrEApres1zPZCYj/MF47RcPc1W6mrTFs41\n50Lm36OnD6pTjgAoRsfBwXm9nbFL0p/11xMYM403fLBWuKnqvCzeF4Qz/Nv3\nCakABQQCgDqL/VVJIU/Q9MyU+xkZjKTpFeBWgTUuRLOAHeL1Cnmh+WW5IO1U\nwyym7JOyMWObpFuUa8fKaLDVIAsE5mkFD6gkHs+L3qZED6pdC0qW1Rb4qgK0\ndTeGFD9JMfDzntFYk+lvwm9A7qLBsWvB1j3fYMkJMv5ke0Pu8Y0EEpPNPQPS\nkJqt\r\n=MHRy\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHu3mz2rursGsuu5gZAaJolUAvWqhHB80CfLTGkPLRziAiA3JeFgzpcQimZjHybMNKPZokJprOumZ05UhVh66jB2gw=="}]},"engines":{"node":">=10.0.0"}},"4.5.0":{"name":"socket.io","version":"4.5.0","dependencies":{"accepts":"~1.3.4","base64id":"~2.0.0","debug":"~4.3.2","engine.io":"~6.2.0","socket.io-adapter":"~2.4.0","socket.io-parser":"~4.0.4"},"devDependencies":{"@types/mocha":"^9.0.0","expect.js":"0.3.1","mocha":"^3.5.3","nyc":"^15.1.0","prettier":"^2.3.2","rimraf":"^3.0.2","socket.io-client":"4.5.0","socket.io-client-v2":"npm:socket.io-client@^2.4.0","superagent":"^6.1.0","supertest":"^6.1.6","ts-node":"^10.2.1","tsd":"^0.17.0","typescript":"^4.4.2","uWebSockets.js":"github:uNetworking/uWebSockets.js#v20.0.0"},"directories":{"doc":"docs/","example":"example/","lib":"lib/","test":"test/"},"dist":{"integrity":"sha512-slTYqU2jCgMjXwresG8grhUi/cC6GjzmcfqArzaH3BN/9I/42eZk9yamNvZJdBfTubkjEdKAKs12NEztId+bUA==","shasum":"78ae2e84784c29267086a416620c18ef95b37186","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-4.5.0.tgz","fileCount":28,"unpackedSize":1033294,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEWhVlgRkIWw2JllSe1leMGPu7nr6DDvvQrggcAtCGNIAiEA+ehcrcZOhbpz7z1fVweYwTInOZ4UEZrFJlbE/n4VnfE="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiZIHVACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr4hBAAletGm15SBZngFG+NlHQCWe05bVZgHwEApktCnMssUx2Rshp/\r\nB0YnoVsQwqbQN/Sf25WCITtsTIL8rEuj+Tw8Y2M5NCwpx5A5a/PdX6pYqkrI\r\ny59mPKJTPgH9OAxkTOzi07IIr0BHQoWOhdQy/O+D67LQU4aNKOjPvRzwrhhJ\r\nlIM/L+e1PxDXIK1kKana8Kf/dSOYvMPzTsPPjK49/w/WU39lQN0dcAZMtSqk\r\n9+OQjvIcc1NtqV1Fle1wEkF353FWn6X1duFQMmg+I+9dnlWunD5x5xh4Kzzi\r\nloXRj5tc4H0gCgyprfuz5v7t1aaNUe5V30ESCT9U78uEAp9fVwrV8GTgx+0O\r\niaW5Kf8eIgKooY7uVf5IWoJE9qJiAuh3BBwmY3YuZec+Owc+9r1H5lJkf7Qh\r\n7IeRgC0CytvAmUIzQ2YOL4cE1FJfaOWC0WJSPMtFGHVa8cGxD7bVQXP0RlVm\r\nYrdJ0aNapBgtGfS0LuqFXFxb5gMhXxlM/S1THmkzpH/zvR0Ylae7QYTiRNSo\r\ngGll2LsjUK/8AJxWb0uErCMT/9CcZORJWl6eYdYIzJFSDySKMyto2vcl7VCZ\r\nIDj86Z5oywHNzYU3MDsRSX8GA0L/hy7cabl6FGMDVUBpGHC52TPp2+lpXi++\r\nt7DwQFJnnfwpPBfM9eh+qudayCS4NwD9zio=\r\n=8KNg\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=10.0.0"}},"4.5.1":{"name":"socket.io","version":"4.5.1","dependencies":{"accepts":"~1.3.4","base64id":"~2.0.0","debug":"~4.3.2","engine.io":"~6.2.0","socket.io-adapter":"~2.4.0","socket.io-parser":"~4.0.4"},"devDependencies":{"@types/mocha":"^9.0.0","expect.js":"0.3.1","mocha":"^3.5.3","nyc":"^15.1.0","prettier":"^2.3.2","rimraf":"^3.0.2","socket.io-client":"4.5.1","socket.io-client-v2":"npm:socket.io-client@^2.4.0","superagent":"^6.1.0","supertest":"^6.1.6","ts-node":"^10.2.1","tsd":"^0.17.0","typescript":"^4.4.2","uWebSockets.js":"github:uNetworking/uWebSockets.js#v20.0.0"},"directories":{"doc":"docs/","example":"example/","lib":"lib/","test":"test/"},"dist":{"integrity":"sha512-0y9pnIso5a9i+lJmsCdtmTTgJFFSvNQKDnPQRz28mGNnxbmqYg2QPtJTLFxhymFZhAIn50eHAKzJeiNaKr+yUQ==","shasum":"aa7e73f8a6ce20ee3c54b2446d321bbb6b1a9029","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-4.5.1.tgz","fileCount":28,"unpackedSize":1033526,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC2JykIFrba8s81xkgIg3aUs6Z/9omb/EagnVwa0w4iKAIhAIiiW21PhJgPBq8jTlcKHf+323DxakBogUwPxhMIlrRE"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJihBXnACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrXlBAAianWctAYGQA6iaTS5fwogOc4VUz3lRs5SvaeoyYK0Ixllc7E\r\nUQrfPVJR40WalKnP8n0rXUStJet1zJucQ2E7pImfEmpZ2nIdrM1J6YJ3zmiG\r\nYsrLmcLj6jyDspZDXxqiADXFHeCvpjLUM7Uk7BxzsKYDNs0B83rqkh3HDdiq\r\nipQtVtNLysd3sZF4yTzN0b5BC8F7AdA/wOMIFoWlSP1hk5dbAfMqZVOVpF30\r\nO8AOuRmNaoQXk692FL5TcM73Vr7kkg8NQIAAfMzpF1AuUBfr4xdgPEhMFXWS\r\ngOnnuXj5VZhUL4LNrOID0ECJrwAwcJV+N5mNd/sperARbjOZQOu/iWTlxPWh\r\nRUXjurjYe3oKcmtFLXYiVC8aMrZskO/luPmRF/UJf+MyjuUe+LHY1KIg1nhu\r\ntt/dpN5BClqE+jboeMDUbvRzsTZlMNuF2wsPbLo0BunMt4h7+pD5BidaF4bE\r\nmSMBTauIlo25DgC40by99kXf8zSB2eUwcw3iOqcP9WGDNkKKyK9z7DhMb3SM\r\nl57Ezb80GIpoLO7jWQGxc7rE5jcmDJA99LjTRWW6MHtcD8OlPE2tnkHpxepg\r\npzrIN1mODqVGP2QjPPiyULCc68dtIcwRsIiJSMhigCt7pdXqD9oWgocoYExK\r\nzgL3MSc08l4hXJVQ55jzjgFnHT+qTiFCxyA=\r\n=MK/7\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=10.0.0"}},"2.5.0":{"name":"socket.io","version":"2.5.0","dependencies":{"debug":"~4.1.0","engine.io":"~3.6.0","has-binary2":"~1.0.2","socket.io-adapter":"~1.1.0","socket.io-client":"2.5.0","socket.io-parser":"~3.4.0"},"devDependencies":{"expect.js":"0.3.1","mocha":"^3.5.3","nyc":"^11.2.1","superagent":"^3.8.2","supertest":"^3.0.0"},"dist":{"integrity":"sha512-gGunfS0od3VpwDBpGwVkzSZx6Aqo9uOcf1afJj2cKnKFAoyl16fvhpsUhmUFd4Ldbvl5JvRQed6eQw6oQp6n8w==","shasum":"e1c7fb1823f7fa09dfebb5bb68f9d2ee03a0a2e3","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-2.5.0.tgz","fileCount":9,"unpackedSize":57877,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIF1juTadWGPKzfsL+tJFbEGf5rMs6iKDTNqheNmwbNa0AiAXqw7tcZaxhZrr5374WAGbNyF1TBxoUgYbjh+7ECQ/VA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiuA+xACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmobOg/8DKjinJCurJ4quAat4InC+/c0iErgiTYtytxb76KthKHXHr+8\r\noj98a4J9Iu1GWCBNguptQ7OcysVhgPQGZBIKZDcjQLwLTQZ/OQHowDUrxwSe\r\nHHUfqXGw1UwEgCgBj8ju46bVsfU9S2WeEFd3kyewcbhaBCQUPKEmx0m6neDj\r\nUT4frw1Tq4qIoyiN0iIlj2Pk3K8TdWJecyhyX42STjsVo32nDKNVtqJu3qyS\r\nR9yI0ie5Q2c60vltPSFR4IdzCNrEjHZu6Ofx0AHUlj4+s1CtFuM/YyoY6DFf\r\n09JBxRORtjRz496siisjMy44pNFiXswtrKdobwXyk3B12o8aw4/ySsfQAsfA\r\nAGg7PcTXfYgyYPC9mAhpuy+WDBLsnI8TpTcAyaJrFjL3zXp8qXhadj8eAP8Q\r\n4LjDzdzBlbBV3bztTAcefugI0qOhOhlv9MqmpRlGcgl1Voq2dwNk7rl/ca+3\r\nrekx1r0hqNmX4O6LFqsiWvF8hTZJ2WIVxgcjz//1rqBdBdHnJS1dSuQHeVFU\r\nLTPPBfqkKpuoWEGOPpe9OVd+VHyeoCZs65JMpcF+tC6kw3hevNd5kH3yvXvh\r\nfqZjxfuVNil4XSVwsnIP9JPhgWxruaVJwbeWBIYodbo+cTwLzDau/ETlLI7c\r\nZCAY7z7oEL0LnH103gcSiJ2P1x1I0aqrjJo=\r\n=hm2k\r\n-----END PGP SIGNATURE-----\r\n"}},"4.5.2":{"name":"socket.io","version":"4.5.2","dependencies":{"accepts":"~1.3.4","base64id":"~2.0.0","debug":"~4.3.2","engine.io":"~6.2.0","socket.io-adapter":"~2.4.0","socket.io-parser":"~4.2.0"},"devDependencies":{"@types/mocha":"^9.0.0","expect.js":"0.3.1","mocha":"^10.0.0","nyc":"^15.1.0","prettier":"^2.3.2","rimraf":"^3.0.2","socket.io-client":"4.5.2","socket.io-client-v2":"npm:socket.io-client@^2.4.0","superagent":"^8.0.0","supertest":"^6.1.6","ts-node":"^10.2.1","tsd":"^0.21.0","typescript":"^4.4.2","uWebSockets.js":"github:uNetworking/uWebSockets.js#v20.0.0"},"directories":{"doc":"docs/","example":"example/","lib":"lib/","test":"test/"},"dist":{"integrity":"sha512-6fCnk4ARMPZN448+SQcnn1u8OHUC72puJcNtSgg2xS34Cu7br1gQ09YKkO1PFfDn/wyUE9ZgMAwosJed003+NQ==","shasum":"1eb25fd380ab3d63470aa8279f8e48d922d443ac","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-4.5.2.tgz","fileCount":28,"unpackedSize":1081846,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDfIDr02OXbPidWG8Peoch1i+wZUHTy21XoNDPeSh9wAwIhAJzyhaRus7t6IzSyH8XHNGe4qI9127rQUzydX5OD/aUm"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjEofXACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo+SQ/9FmUPftV8bKn7gX96106QNHAaHlI35914FgYUVj0cbv+Idkji\r\nuwcozjsk6DHdg7yVB9faWvtm+FQHcO2lu+pExSLyFIVfClp2snBRY57dfbPu\r\nhvbfL3nCX/JYQMx17P79F1RHP7SzkwQQWmizGVJv7ERzVQDmvig05aNjby6r\r\n25KticfWAvFCDN0Yn1v/tmAaeCVFuCcXNrT2SHK5MVHltk8Ja3OyBQ/3UPM0\r\ngee/nGw9ATbEVzKOWPPy7jTQ9pt72u7wdjXfB35XG2p0jxHIgljRHh5l1oH8\r\nUf1Z6j+W7mkaVNUdtwXprN7UmKdMQWolrunqzkV99lBpGExNGVgp4LiJXtH4\r\nUYBDzPmKFgcq1L/Ktw1ZIR2LV/dfpDWo09X1yx8x/TOJBL2E26CZf8DOXFkT\r\nEiesBq1wrpbUSFTGJKyZQUpDtp5J/1K4t//ejnMALhIcf6X/PSCtKv1A2Xvk\r\nzwdxsiOtf62wR/ThfRcSfvYZSLOVWWvMd5SFmWEOpTyBoU0CastkFVAl3JDR\r\n/tHMtsCeQ4nGKtmcA/isLDGBNQmuRagt239X2T5nBXqR/nyeX8M+3I/WrGsR\r\nZiEFURAZqsKP/Tkc0mMDzT7uKr0BtQYvkF9t9asT8tzgjjdgjX2lJlvVAuFS\r\nSmfyArKwc17Z4E0UmYsEpe/iuD2GvIRurDo=\r\n=Y7IF\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=10.0.0"}},"4.5.3":{"name":"socket.io","version":"4.5.3","dependencies":{"accepts":"~1.3.4","base64id":"~2.0.0","debug":"~4.3.2","engine.io":"~6.2.0","socket.io-adapter":"~2.4.0","socket.io-parser":"~4.2.0"},"devDependencies":{"@types/mocha":"^9.0.0","expect.js":"0.3.1","mocha":"^10.0.0","nyc":"^15.1.0","prettier":"^2.3.2","rimraf":"^3.0.2","socket.io-client":"4.5.3","socket.io-client-v2":"npm:socket.io-client@^2.4.0","superagent":"^8.0.0","supertest":"^6.1.6","ts-node":"^10.2.1","tsd":"^0.21.0","typescript":"^4.4.2","uWebSockets.js":"github:uNetworking/uWebSockets.js#v20.0.0"},"directories":{"doc":"docs/","example":"example/","lib":"lib/","test":"test/"},"dist":{"integrity":"sha512-zdpnnKU+H6mOp7nYRXH4GNv1ux6HL6+lHL8g7Ds7Lj8CkdK1jJK/dlwsKDculbyOHifcJ0Pr/yeXnZQ5GeFrcg==","shasum":"44dffea48d7f5aa41df4a66377c386b953bc521c","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-4.5.3.tgz","fileCount":28,"unpackedSize":1154409,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDaIWxlyfys7bEurpl1FxeZ27YAkXDUeR7Fp4+hltgLBQIhAJEsfD4d1joLRNI4bp0yrT/FoEz7J3Ph2ZgZVMgOhiqN"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjSkIYACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp3KBAAiuUL1qxB0g56U5biWAZ6Tg4EgtQTKxYpxGjZ1JEs1uO3zgQl\r\nGebaCmHtq863ME1FWs5feb9qklQg6Z7yK6vXtKcrY60zsLIiwc7n4TiIxjqk\r\ntwmqXPF8XtuxyBoqZ4ZLmOoAuKthVkmQK2Nkeb4yEoVboopQdz1TUzS7X4IU\r\n1VGm1vcbiCnjiw+y2nzNhVOCEpGUKwlLq1dzCmZj2ohvxpcVO2hzRVQ/VrCM\r\nXTIkoc7kjTYs/G9RErkg0MUka7mHCepKdDxRDwdiSA+epLWNFW/dKKY/Q2NT\r\ndCWuj8jbKW2yDKhjR+QZ+187ruk98xz7zWtotdhVntVmEWGWb0S90mmdPN4X\r\naorBXapvcYcROD1a50Rh0G43HzMz87ueCqeiFuPGKdTd1pb+CMwSQJLvHzJf\r\nm3+8grfdI2QiKDrabGQoWbGOV+J+Rr8SJrTODfttxnH2CrqlUiiuY/RtiFLN\r\nixiyZskC5Ue8/4VnqdY3++1HUWE2k5ERg5OEALRXdj78gIZBH8+HYRMNtAJB\r\ngnH1jmFVjZJ9pTFnzkU/MIlwUeAzKvoiFq0KvqGpFakAK99kZY0aUp9sz294\r\n59/5p9IGujKVFoF4Jk8smocURKzWiuyqpAVcegedIITpqM04JMExoijdSkPp\r\nFk61dPpLJQSNs9uPIhItlhItsDmUgUtfv+k=\r\n=kwm7\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=10.0.0"}},"4.5.4":{"name":"socket.io","version":"4.5.4","dependencies":{"accepts":"~1.3.4","base64id":"~2.0.0","debug":"~4.3.2","engine.io":"~6.2.1","socket.io-adapter":"~2.4.0","socket.io-parser":"~4.2.1"},"devDependencies":{"@types/mocha":"^9.0.0","expect.js":"0.3.1","mocha":"^10.0.0","nyc":"^15.1.0","prettier":"^2.3.2","rimraf":"^3.0.2","socket.io-client":"4.5.4","socket.io-client-v2":"npm:socket.io-client@^2.4.0","superagent":"^8.0.0","supertest":"^6.1.6","ts-node":"^10.2.1","tsd":"^0.21.0","typescript":"^4.4.2","uWebSockets.js":"github:uNetworking/uWebSockets.js#v20.0.0"},"directories":{"doc":"docs/","example":"example/","lib":"lib/","test":"test/"},"dist":{"integrity":"sha512-m3GC94iK9MfIEeIBfbhJs5BqFibMtkRk8ZpKwG2QwxV0m/eEhPIV4ara6XCF1LWNAus7z58RodiZlAH71U3EhQ==","shasum":"a4513f06e87451c17013b8d13fdfaf8da5a86a90","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-4.5.4.tgz","fileCount":28,"unpackedSize":1161653,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIG2srGWLM9giqC+ujCvNHNRQqcZEnCP5LmiLBVHn1TeFAiEA/O7OVpYFHHq0+SA7xGRAvCyZjamj/qKLqbfgzghsShk="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjfUMfACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpq8RAAni2sVuiE5oKgKvGG88gud1Ew1OPF1U7g9llv8bRiqsYP/aAm\r\nrHT1rba+IKtjG+lPUHKdtYRtzALM6CzfWYM43vNJr/M10aYGZvD+T4rCbvjK\r\nQ5JsF0JhLuF09Bpa9eVE/eOoisMgTq08HQGKrPmPhX9Ct9F35+GLckMZjUHa\r\nJsMcc4zwMza5H7obePi/NFCCYJtrRMiNWlSj9JxbaK3FDjcuxruydnmsqweL\r\nreDPgWM7+22OicCKQQersC0c/kYau73FrE2Z+QjlfeGeJbjMfNT/x309LjIP\r\nUT2HkdPG6VLHFE/B6+OxvtmOS00IvOvr8vUXDnPHjKLLWrduwjQP/K5Cjnmb\r\ntThEn0UdwWjFo9YtnfARfI7qTsCBUxbx4jTk4NX26zhBx4jp8Wf/JL6AjX5h\r\nOdLFVpwP6xVlBavalcgqu3HVif0num0+oodtM3CWfkpVxoMAOG//CnCGEYpR\r\nrvE9ssS/4SC7kCG5TyjR13B0bBPBUhvViUtMQEV38+lFkGkywwhnCJVAtuK0\r\nqP8vLPJ97oEoJ1Xxn5b0bhTWxcZ8cXOBrND4lX/MN1XBg2w8hfjHBak6MNS6\r\noS5bWbKRYnKHiIdvWQvhEz470EDPKbdcB/WGVZUDCadvC0/OuaZRSNHCPtn7\r\niFrF4yapPePgq4NZ3nDUGo/xWxpKVbIwxxU=\r\n=goWF\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=10.0.0"}},"4.6.0-alpha1":{"name":"socket.io","version":"4.6.0-alpha1","dependencies":{"accepts":"~1.3.4","base64id":"~2.0.0","debug":"~4.3.2","engine.io":"~6.3.1","socket.io-adapter":"~2.5.2","socket.io-parser":"~4.2.1"},"devDependencies":{"@types/mocha":"^9.0.0","expect.js":"0.3.1","mocha":"^10.0.0","nyc":"^15.1.0","prettier":"^2.3.2","rimraf":"^3.0.2","socket.io-client":"4.5.4","socket.io-client-v2":"npm:socket.io-client@^2.4.0","superagent":"^8.0.0","supertest":"^6.1.6","ts-node":"^10.2.1","tsd":"^0.21.0","typescript":"^4.4.2","uWebSockets.js":"github:uNetworking/uWebSockets.js#v20.0.0"},"directories":{"doc":"docs/","example":"example/","lib":"lib/","test":"test/"},"dist":{"integrity":"sha512-axR8hRCykqQwNZ5JUDerKqzFHP0g0hOtSfmFd3TLn/frVO5BBBo95Gb7drYD9RtA8TUcK37fPCfm7WCMm8ZVyA==","shasum":"550372096b7535b1108002e471d09e4bf1d1a5a3","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-4.6.0-alpha1.tgz","fileCount":28,"unpackedSize":1181677,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEdmI/WKjQbHFtiB5SYwTkZLcp9Na1VehZOT1kjueJTVAiEA13i6e4RWeBDK6js+dg9gIqPWxC+ylgAuhStq+WgNgus="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj0Nf/ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmornQ//bVH4UEo632ldBudoE1J1U1G4dwS5/9llOwmSNx4hxgD4XuBS\r\nVtSOLbIDIbKY6A+5qGc9LTxWb+6Ax9NltEmzDvfzCqAVg1CAANEYKI3Uxruq\r\nzGXG9yDD1RG3GslMyXxjID93VKXcXGGJSVL85Hazpj5mgBnhfFglNeS1pMex\r\nxh4jMBPuFxVyxkRMImtsmoxveTdIEHe35EvN0HnSSR/o9/po4+DgGJCSsq8n\r\nVOarDGNiNivRh/cECoZeP+W8y0ARQ61KzgUSL535THYk+djcEEYXQmaaK4wH\r\nzpXLCc/HbcqNJh3/qNAYu1DTPmTI00aUCOaY9B+U9yDy//jl0u2Jpt450d4W\r\ntO6BF/9Bgt2yIYbcE6QKik0HlXe++AM7LlhZoOGVbYlYIMJ7MR3sDmFImhdJ\r\nWhpiWKx8b17CthdYUCfpIkRK7sWZ2o7pbkaDxlTFNKaYzS//2mdSOiHLgnSW\r\ntjl1VcSkI4v41Pq9yjrozqMHtn24IUjbxCktyB0wiwu89m10BTfvBooBqzET\r\nyVKAJQ8V1+CKZUpEIBQKxu3m/SkJ75ZB28r25App3KXZ3BFbEu8/wFIsHaq9\r\nEz38wv6CgzLwC0NxrZgOnMuv/+y0xs1WWPQfrHQXnRHAmATWABdGBocu7WX1\r\nQCDq9WvlGs5KzO7+P08DphWOuaUxq0hGI4w=\r\n=dL0J\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=10.0.0"}},"4.6.0":{"name":"socket.io","version":"4.6.0","dependencies":{"accepts":"~1.3.4","base64id":"~2.0.0","debug":"~4.3.2","engine.io":"~6.4.0","socket.io-adapter":"~2.5.2","socket.io-parser":"~4.2.1"},"devDependencies":{"@types/mocha":"^9.0.0","expect.js":"0.3.1","mocha":"^10.0.0","nyc":"^15.1.0","prettier":"^2.3.2","rimraf":"^3.0.2","socket.io-client":"4.6.0","socket.io-client-v2":"npm:socket.io-client@^2.4.0","superagent":"^8.0.0","supertest":"^6.1.6","ts-node":"^10.2.1","tsd":"^0.21.0","typescript":"^4.4.2","uWebSockets.js":"github:uNetworking/uWebSockets.js#v20.0.0"},"directories":{"doc":"docs/","example":"example/","lib":"lib/","test":"test/"},"dist":{"integrity":"sha512-b65bp6INPk/BMMrIgVvX12x3Q+NqlGqSlTuvKQWt0BUJ3Hyy3JangBl7fEoWZTXbOKlCqNPbQ6MbWgok/km28w==","shasum":"82ebfd7652572872e10dbb19533fc7cb930d0bc3","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-4.6.0.tgz","fileCount":28,"unpackedSize":1223658,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCkJJQKKXkY8d8/Z3VmJKBVvpNMtnwNoMI4yN7N1r61nQIgVIJvBOpy0aPP4tvmEQdEfmxBSHpXbrikcX8gY+++GSs="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj4ZZ3ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoF5A/+OM2fgdZP4X/KDjC3Eeh/YljpXeQXpiT+nJ90uQ+bynQtkWHm\r\nKaBMVUcur8ibO2sEHeCpGRZSou8KTDF6tnI2C2SVtf8Rc8wWfZZCuRNEMN9V\r\nz6ELudptXVJbaIvhj9hH3BXcb23WUqPmnXdHVDwoxXme2bp/n2io2hq/DlM+\r\nJfgvN8K/TtMYTHh/YqumwKFn8pQCgT9b4pj7o9Uzi5ri23qA6pYu4Vuy5Zvj\r\nJUmHmQdZuit84crU4BZjUiQEsO/mLAjshdS7Q7pfcvpwzvS4zDON7wDgDp58\r\nI+EZcB27XWAauc67IqtGF9EtpTp4lNnQvsY99rTdVWHLQajF7mpWU0TrclXq\r\nOU5AB8ILzyclM7syzzKryQOc+6DFMTPHW7iCT/Msljcg0gov4yZ6WAhJjiAh\r\n6qurC771oGwQI8mxEtPltnUCh7Ncjq1tLvcBS1Gq5SkI7mJp6C/ZAKhHCA4r\r\neWbh4tPoMfbY8Z9LdAwuNGztJGNrDaGI0fapfiq9iSFRu3rtHuFdaAUa/NOI\r\nHv7J745t1i+SvoQKIo8C6dVs4Z4ck7BC0rLWDiGaWYe76OTRyXOmncWY+o2N\r\n8WCZ/xWxPYmznmuvhyK9yKFG7ROJbcghaAPcgu4TBvWKWN+Jk/4v9oQyH6G3\r\njZ4asooJzVNBxvMvFixwj1QBNYz1vaQkpcs=\r\n=f1fI\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=10.0.0"}},"4.6.1":{"name":"socket.io","version":"4.6.1","dependencies":{"accepts":"~1.3.4","base64id":"~2.0.0","debug":"~4.3.2","engine.io":"~6.4.1","socket.io-adapter":"~2.5.2","socket.io-parser":"~4.2.1"},"devDependencies":{"@types/mocha":"^9.0.0","expect.js":"0.3.1","mocha":"^10.0.0","nyc":"^15.1.0","prettier":"^2.3.2","rimraf":"^3.0.2","socket.io-client":"4.6.1","socket.io-client-v2":"npm:socket.io-client@^2.4.0","superagent":"^8.0.0","supertest":"^6.1.6","ts-node":"^10.2.1","tsd":"^0.21.0","typescript":"^4.4.2","uWebSockets.js":"github:uNetworking/uWebSockets.js#v20.0.0"},"directories":{"doc":"docs/","example":"example/","lib":"lib/","test":"test/"},"dist":{"integrity":"sha512-KMcaAi4l/8+xEjkRICl6ak8ySoxsYG+gG6/XfRCPJPQ/haCRIJBTL4wIl8YCsmtaBovcAXGLOShyVWQ/FG8GZA==","shasum":"62ec117e5fce0692fa50498da9347cfb52c3bc70","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-4.6.1.tgz","fileCount":28,"unpackedSize":1226508,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDe6oyLil9BhhHa1cg4mZ/W4H49Zu6inv8loLH59xng+wIhALZJdsrlHQsJqnQVQubKsmL5ghgz4adnL7Dwp8ZXDPJR"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj86UFACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrHVw/+JJnslFsHT+0O9z7ef1AcPhIVS/ejBZdpLfNEUKDT8BQIxHXL\r\nzJDSOVSPa+P50P8CiVylGGRcnSRHWR7FgCQ0kuvpfbfNVKftSL6Hd5G2Jkxr\r\neH9k8BIky+JBqw1fmYw3ENvLUSDT1D0ptvA5s6CudEIbwmqUDVvwsbehsntV\r\nY/ULprVzc7SHehHE9+Ej/MaKmS63nLMyWLNIt07aSn73gEnr0QBDmRs1jpHU\r\nW8Qg+JaEoukU6jCZOsyC6aDW1JWkA8NeXJhIFHsvtuaamX+eovOUd4RUv8G4\r\nNmciMAF8m/XS1sNERHWs+yYDkgnprti+DyJRkiAc3d9NpfzOYeBU0uBiU2uw\r\nG9XaARM22qrpZHwxJk5w2L9YC7/KCYYTJSXtglVhTISlftfhL3j8zDhKbNJE\r\nwBn1Jx3K6r+Fu8QnbJ13gLGGVTWoJ3t6bDfCr/tJGFNDJIKz5GiLoA33AAXR\r\noTfE6cIE+wgh7ywneXHHxcmcteSXRus4mv8gql7q0aB/ZjmRiGZF9LgD8F5U\r\nqxu7UqYS3foj0/1oHMWwc+lVYwzPj8wN+5abrkOH2F11JKCkClkXo7Ycy7iB\r\nAa7X9LUxvzosAVlQYub3Oza9b5I/OmW+mx+tzKIbFnsWCrqevm4ya+IwPQny\r\nrUATwwODUmFhMZQYz4PHWXgscVkG/jqQIqc=\r\n=xAPf\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=10.0.0"}}},"modified":"2023-02-20T16:51:17.741Z"} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/content-v2/sha512/75/87/ea9fe3e858004a3578e5e8fee6153a0576a087d3c426a0fcba459a4f05726cf6d02a0e1feb1f0e2d9627b1149235b08b8b73845989acb0f539789fb93ca1 b/software/flow/.npm/_cacache/content-v2/sha512/75/87/ea9fe3e858004a3578e5e8fee6153a0576a087d3c426a0fcba459a4f05726cf6d02a0e1feb1f0e2d9627b1149235b08b8b73845989acb0f539789fb93ca1 deleted file mode 100644 index 8695a15..0000000 --- a/software/flow/.npm/_cacache/content-v2/sha512/75/87/ea9fe3e858004a3578e5e8fee6153a0576a087d3c426a0fcba459a4f05726cf6d02a0e1feb1f0e2d9627b1149235b08b8b73845989acb0f539789fb93ca1 +++ /dev/null @@ -1 +0,0 @@ -{"name":"node-red-contrib-influxdb","dist-tags":{"latest":"0.6.1"},"versions":{"0.0.1":{"name":"node-red-contrib-influxdb","version":"0.0.1","dependencies":{"influx":"4.0.1","lodash":"^3.10.0"},"dist":{"shasum":"66f8dfeba3c7774b50f9a780ad76ed7e37ab6881","tarball":"https://registry.npmjs.org/node-red-contrib-influxdb/-/node-red-contrib-influxdb-0.0.1.tgz","integrity":"sha512-yfOtRFJc7jNVKPup9x718aRMhYnF3/zwsVW6nNAM3U6FumL11rkIW5qzv9s/sRwJr7yFUAVLOMVF6f9OjhHOng==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDpKMGj9iit1yfVMEBGULWe83h0JOhbDdreKFEu80VVBAIgCuMV+tK4aJFI/dJrhDYzgscR2GAQaOH8c+CH05iUCXE="}]}},"0.0.2":{"name":"node-red-contrib-influxdb","version":"0.0.2","dependencies":{"influx":"4.0.1","lodash":"^3.10.0"},"dist":{"shasum":"904f29b49872958edd9855dd03fc8e484f9fcf09","tarball":"https://registry.npmjs.org/node-red-contrib-influxdb/-/node-red-contrib-influxdb-0.0.2.tgz","integrity":"sha512-veifqpP2ApP6JzpY4b6YTpwKbn7lECDrAWsrIsnOmKW97i36v/Hp4zWzFI6Tis3dw7DvGvaO4GvkuLjO+FDdtQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDnYKIL4t5myRM7spwv0fEbY7G1raJDmevO1D6ETZEXTAiEAvB/eijLYrTxSVfHz4IBQ1QKgMG6MpRzqn7NoHk5BcKg="}]}},"0.0.3":{"name":"node-red-contrib-influxdb","version":"0.0.3","dependencies":{"influx":"4.0.1","lodash":"^3.10.0"},"dist":{"shasum":"5ec76b42950d25b2b07e6de3204eda9af18f1825","tarball":"https://registry.npmjs.org/node-red-contrib-influxdb/-/node-red-contrib-influxdb-0.0.3.tgz","integrity":"sha512-s+BiCaTFKAZqK2ED6jph853cMjL4nRtLCNvV2+5u3CF9WQ2R/HA0DP51Y8JB1dsCdOxVehTOrz/PRYirHZVcug==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDp55EHP5zP/BAYJinU5MxQlqwG9H557yJKleotBYToAAIhAJqC793a3afF4jf1gLY2qUit5Sj3spB8qenac657Ojud"}]}},"0.0.4":{"name":"node-red-contrib-influxdb","version":"0.0.4","dependencies":{"influx":"4.0.1","lodash":"^3.10.0"},"dist":{"shasum":"f43977ff96a02fe56c055fc8d7bf23ac23a31392","tarball":"https://registry.npmjs.org/node-red-contrib-influxdb/-/node-red-contrib-influxdb-0.0.4.tgz","integrity":"sha512-dC+saheoYT81cYbks/VDFdIO/VnwSmFUpHso9BcADAqzwIp2sNp2cIXFTqW9CYJhVQL2g8AK2DJSOOGWkZ4j7A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBZE3SLuNhl8XfwzDtBk2C0sShjZA1DXWudWSk5eoC1JAiEAtI3bq2h1fFIWFmk3k+U3GtcmP4uXFvUFnbQH8U2oLIk="}]}},"0.0.5":{"name":"node-red-contrib-influxdb","version":"0.0.5","dependencies":{"influx":"4.1.0","lodash":"^3.10.0"},"dist":{"shasum":"e09ab4b01552aed97f28fbd6fb1370494806e7e0","tarball":"https://registry.npmjs.org/node-red-contrib-influxdb/-/node-red-contrib-influxdb-0.0.5.tgz","integrity":"sha512-ETVtEMVr59E7o7+qybWqF6oLdHyeBXtSqmhNKiyt/kgggduOA58q2Bbp7nPkB4HSi1auHT429kjNy5/srazH8A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCj7DdDrSkYfXOzTMv+cT4XGxRR2WUNBj+zgtzFyfBWvwIhALxDOJ2FzfIfnckfRmOlYFxa+HfR6eru9n25XfZIl+R8"}]}},"0.0.6":{"name":"node-red-contrib-influxdb","version":"0.0.6","dependencies":{"influx":"4.1.0","lodash":"^3.10.0"},"dist":{"shasum":"ada7cbf391ecc38142278ace91776d8366e0e83c","tarball":"https://registry.npmjs.org/node-red-contrib-influxdb/-/node-red-contrib-influxdb-0.0.6.tgz","integrity":"sha512-zbZeDFcByS7/caizY942nUdVAbNTjxhcUcIRL7EbAUNIIbwDbTTaDkPWs0tusR680Q+GxCsSYwhzS2gH3hslyw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEm4U3HeMaBRi3NAnFClChDRcl6XmO4ITd04zCnivQniAiBnCGHVTHx4xfnsEaeayu3k1FmubhPkTDapBvNxSRVDbA=="}]}},"0.1.0":{"name":"node-red-contrib-influxdb","version":"0.1.0","dependencies":{"influx":"5.0.6","lodash":"^3.10.0"},"dist":{"shasum":"9cdcfb8cd0f8e8816f97c8e9c599b3303c355f74","tarball":"https://registry.npmjs.org/node-red-contrib-influxdb/-/node-red-contrib-influxdb-0.1.0.tgz","integrity":"sha512-7iw+ZKf2uwjL3fGLthRfZZBSzj5afXt/8nqt5rzbHjeSsYF3ltLZ2Y8Y1HH9PGL2EcXQ/5RdmiAgIF/YLJbq5Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEcEyjy6waN3cmv/dPu2qwf5MvcC09Ytw2HML7vVXiuxAiEAlbZMF95I1NZcf48aNYtvDEDaNST/DdpMNs67ZH4r/s4="}]}},"0.1.1":{"name":"node-red-contrib-influxdb","version":"0.1.1","dependencies":{"influx":"5.0.6","lodash":"^3.10.0"},"dist":{"shasum":"5b1cbda9f6680a0d1a30653311641f6873cab974","tarball":"https://registry.npmjs.org/node-red-contrib-influxdb/-/node-red-contrib-influxdb-0.1.1.tgz","integrity":"sha512-sWKSx9GGLbE+npTZoCSjfjWlS6XD6uLL1l/vzaH23XDuNUPGWvtURAbbqNKm6MaT2N1GNovDLG2jg2xMY4+CbA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAExbO6PApJJsZgodUud6rZCHKDCw8larPsrivTR/2CkAiAKHinrAdyNoj798EmWCQbxxYksuIkT/S7zJgoykBnddA=="}]}},"0.2.0":{"name":"node-red-contrib-influxdb","version":"0.2.0","dependencies":{"influx":"5.0.7","lodash":"^3.10.0"},"dist":{"integrity":"sha512-0Pq2nEqm9bYiqYWv0GZUCB3ImECQxIbKGi6gJuq1F83RkbFHlxrxlnphUzGSqA5rF0s4FfUUtilc1qxykcLkuQ==","shasum":"01a516a26dd1556fd48a28f3b32784dc7755707a","tarball":"https://registry.npmjs.org/node-red-contrib-influxdb/-/node-red-contrib-influxdb-0.2.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFm1iVAJLAtzFcFYOlZzSRhkRutrrGW5CCKaUxYk1T6EAiBbog7otFJnEkKk/4N5MRC+q8yFqZI1Qy018Yf6WMh8mw=="}]}},"0.2.1":{"name":"node-red-contrib-influxdb","version":"0.2.1","dependencies":{"influx":"5.0.7","lodash":"^3.10.0"},"dist":{"integrity":"sha512-RMvUW4i3YoQVkRjON4WJqa0nFAN3+NqKmNJtVVchm+jfil1hMsVG4VCgquuwCyDgyjRJCZk59IVxj/THuKvIwA==","shasum":"fbaa83702faffd4fb9ba809be9f75d430d2ab6e4","tarball":"https://registry.npmjs.org/node-red-contrib-influxdb/-/node-red-contrib-influxdb-0.2.1.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBpfp+zbOJ4u96+q+llU+Y1Bo2FKXwBAVG7qSmLfevnAAiEAqnBJ3ocA8/8PskVotyHC/Gptdo/EZq0Ych1j7AEAtog="}]}},"0.2.2":{"name":"node-red-contrib-influxdb","version":"0.2.2","dependencies":{"influx":"5.0.7","lodash":"4.17.11"},"dist":{"integrity":"sha512-IsPzxKIYleaFgvx72b1D2bSsG7Xr8vXllfbf11rXtQXfAJDYJxk2tkwsvH7iwW2SBdcpEy66F8ZQ1hYf72nEfA==","shasum":"0bb7741ec82ff915ec6132cefa78274c2c1d9737","tarball":"https://registry.npmjs.org/node-red-contrib-influxdb/-/node-red-contrib-influxdb-0.2.2.tgz","fileCount":6,"unpackedSize":44478,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbsDWfCRA9TVsSAnZWagAA+akP/3cqkp+yooi8KN7K1s6T\neX7UCam1wFW5ZmwRndOwAHQi/NBv5aT59o8Xng5uJQCcl9rsdE9LZU8hmHZQ\n0a1ZEXtTcdt7jvMtjSgprvt+05eeUroL2n6KVLJBAHof3T/WyxESVzOX3GLc\nhHyW32oe1dBTxuFJz6VlyVcuVNidcwk4e0s/d/jqhKRj8JqM5c2f5h6mVyO8\nHowXOv5thfgMZf8Gkuy/8zm3/DxD7vm2UDNNhZMKmnrmAWEBUCJkdXRsJtgF\nvIklQupDII2z6pOx3r9lOoTq6OfsfSBRtjNKhinYkpV0h59oEQPr559xswnU\n/ttKQGPDKs1i6r54w5BQWvfvjoH1W1b5PP3BT83dOeg/SYX+IwnWYJdgicZs\nTPDq80vWbU9U0SquMyA1L/cIjVrGfwlGs6yeSks1Zc0Chq047qSCDIMBQk5r\nOSatBWL/UzDDQVz+gC2h7WgTM4DtzofzLRAsZDFAGY8oaGritVxtIWyGfwE4\nVwg39keORNl3uexbP0xpQ7tuWbS4dHbSzPpFyKeEHkuzRezdGhEPe+xKF+KE\n1scsJRdm6DsrygFFkwhdoEgKZJZX0eFZM/FAkg6xQqwZXDcM/BnQhy4t/WTy\np3Ct5Flbezga3yk+iiqeP6ZgZqwhMNirw67SjdvK1nnGsjGBKumy1a+CdMgh\nclK4\r\n=thU/\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDNWKOamqIWAa+bj8vkdPnTHEwKz7rXF5BZShrRVbocewIhALWg2BxBkkvNLZd5s8W6XgLsMwq7JD/3ldeE4VO2opE/"}]}},"0.3.0":{"name":"node-red-contrib-influxdb","version":"0.3.0","dependencies":{"influx":"5.1.1","lodash":"4.17.11"},"dist":{"integrity":"sha512-A6PwBpp/ZmdY/b9dKq0T2ZZ7uOLNnb3oQ1xUlYlLN6eomxEUpoJJNNHGdXCmoXMYeXlPh00XKSDNwRR5xvfrDQ==","shasum":"25ee4ce689b4436bdc0968582acf2bdc381aef4d","tarball":"https://registry.npmjs.org/node-red-contrib-influxdb/-/node-red-contrib-influxdb-0.3.0.tgz","fileCount":13,"unpackedSize":62768,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdCvHVCRA9TVsSAnZWagAAOGwP/jzSsh0ouxQbjXD4ZQ76\ng9+RCEE5NtHI7vVzowonyScksxbvrtJy/n5KR1YQnTXo7SfAzIcCd7Ig8b0v\nJhGehZGdV3dbdmjdDfBY/aRb7rSqdGHNAOlUKw+7U3d81RlTRIMVSVWGpGqo\nuYNXmyzFpU9J9Bh98KIHSNImi0ednzTFGpHtzhGLQ4qkc/zGZJOxZKeD4tcm\nRdWOMUbRzpmDjlOZwZImgRqg0YsiZb7Os9llIMqWsZASURo24B+pE+GL45F4\n5s9IpEJahffbRkfdKqHlKBpVBErTcQGxXDPuvx9563c1wIHyRMXFN8Svf2ZH\nW1sicDzSCULK136gETIQiiO3l9pbDB8SmrfX5/cFlf8hvq41lQjbvuXwZnQn\n4FsSbcRFiX+E7c/KcORi1V5KG2WnC9axgZXasvdgnEHJosWIA39AyXzm/GyZ\nEW5XV3BD99A9JyWvfRhwi2Hj9mK2UGIldg+zfbPE5bGOcOjcWoiVHkNXZlgo\nqGsUXjKpqrbpIAGmxJ1ctus7X+42PuVQh6WiTbR/hjDsnNTwqKPOPIOYpzfN\nn0FJN6qUWJkEnRTZsOoK4WQQgkASiLYKtBer6ERsaxd5ldtn19Q70M3EoqGL\nWHSyFJ0O0T9y52oeC/s4CfR2MPfCOOxWGAazgH8u8jKg3nEgCwmNe9mRS8hV\n5kcm\r\n=qaa8\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCEgqUDZtuFoP+PaLAGQphJQ5QwPz46D+ap4zZGpUzwCQIgcbMTiSdC+fv2kjuv3IWWq3BHuMwXbdFBZbDKmH+baIo="}]}},"0.3.1":{"name":"node-red-contrib-influxdb","version":"0.3.1","dependencies":{"influx":"5.1.1","lodash":"4.17.15"},"dist":{"integrity":"sha512-T5IpCDZep8tucvETZtGu81ZXkNkZOKpkLRPmaeTz3jAqFLn0KL6+UfNt6Zi5fkR7yIrxzLH0FIFm76z19F3gMA==","shasum":"ceed9d5dd2311d7313fcc29b28d51ffb27e70740","tarball":"https://registry.npmjs.org/node-red-contrib-influxdb/-/node-red-contrib-influxdb-0.3.1.tgz","fileCount":13,"unpackedSize":62768,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdb/+4CRA9TVsSAnZWagAAcO0P/3CEPvVvktU0Q8EfuP8D\ns+XClmae74z722zeagwR3tSixG1qGBNtOLDwv96gkLaVs+QZnErezoXn3AIU\n347NJNzhBYERlwBsLo3Y6NLdQ8Xr1YKjjIFLrhyeG5E2Ouqa9fbSdeESuI5D\nq2u92zAXH3tDKDRiN89RRuOjE2++LKlJ4z98hhnL0byWR4c93PbGcDJ75JCW\ntFD2o7f1FjU9VTAZWL0rLc3IBbJxHopsYgaJs9jj5C6FkETIn9UtTR6H/vaO\n0Q/B54CXj2dwRnuk4TRobP04bYmnREBHbd2JMTr+2rjW2e24cPqjPFkY/kkI\nys8vvuebY/+8GIBDsSV0uap+1LMw+yyx2uijeh+EnEJeiHh+FmdRlp6C9mUF\nCrCJM81HG3reQ+CzHnkpilIS8xxpziQK9RbxVoVyIaw1XmSYYjexT7x5+XQm\nzBUBKdEOZdc8clCjjHchC4PqW0hvW7NrS2iBhDwTvpCFp+8rhnlYYUOmrw/d\n9c4YOZURD3v5JoHSgfOGBLxKF8EJsJuYSE4Eq4S5DAR3wuMf6BNo9oG0ugH9\nDLlb9t/1JGK1sMU5iYWgC8ZLC8J7x6dB+uPYzK/UZHWnUhlQ30pw7AVEvZ24\n+9yO43Bf+NCftt//GB5Bh0TyDuGScLKuGQJ20G5ruXb2TBV1go+VzT8ZO2Oa\n8WxQ\r\n=ZsbH\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHMpSQeGy6/4Wfoq8u3C8xzsZItON1+BNsbcppnaCfXKAiEAhV9bnOA8DTU83edvkv8nQIVYvamE5BqafBlLwyemC4A="}]}},"0.4.0":{"name":"node-red-contrib-influxdb","version":"0.4.0","dependencies":{"influx":"5.1.1","lodash":"4.17.15"},"dist":{"integrity":"sha512-wDUFgfs3ZXouUUK0KBUFjG9ghi+6jMOoOPJ/qj/l/OpVxKog4Pg9N29WTokSTNHBgusC7QScWEiunlyshJFPFA==","shasum":"ef3a0240503a86d5572763eb089500bae30d85eb","tarball":"https://registry.npmjs.org/node-red-contrib-influxdb/-/node-red-contrib-influxdb-0.4.0.tgz","fileCount":15,"unpackedSize":76074,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdlTXQCRA9TVsSAnZWagAA9DcP/0OHVq+LsPaluakfSKlp\nZ+fc1cC8TE4JJD1ZDC9sPq5fXPMtHcsZ98Xd2qUZm/w7kyrwbj0mmifULT7y\nuG/PCM0WrJ0XIiLIhqX9Arrb9K0EV7Bqmf8SYodMeBjk0+OnoMOmSacnotwq\nurzW9boq3pKq8gkvExtrMd30ZLnE1eCNACEWU9zE6OvQnc1kwWec7fzbCdxG\nObebOxYl9ROV8+XBzuW8JgTygDFKlome4wuiwCGwEM3jxOnL6tNoTLvWVFyn\nnFbZTCRkjLKhrWA3UKGa0zF3RzIvpTcv1puyp60E82i6E7Pc9wlpS9Ah2sAq\nW2S17wCq2cy1osJdWORy303PfTbaRzEw6G8nFvvfyRBwAI+LTQkFXsbCqLOm\ngmXYMGV1xzIybFWszE/ncXJZs2CzFRI0BhzbAAjc/fXLQNAqY+ZsSuXTmOCr\nCsMuhoEClnYZEbA2Th7nXBa15OvHme5L3TGlJMPHZFUFDZVWWtoreGamwNTi\nF3LpOVQ18MbCPqw5jyYex+0trA9W4d/SWbOj5eA/Sw0R+dKajCJpxYSqGv57\nrzVqS0BkJxdU2w4XGxFBWDFgGD82PDO36UMKGVhIZldIeG7UsGydks8SshDd\nzrpiqQIMivCbWc418FjBtXep4m1LElTMamf+0lFc/QAkN9KbN3YMxllgFzQk\n/mhx\r\n=DdQa\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC/FOUJN03DpTG/L4jX49O+7zun1XM1ptIwKCAKhF0hYwIgNyoKm45zDJ2aCs+EeuB3Ohp0wNhfv3+NRyQGhjn2kpI="}]}},"0.4.1":{"name":"node-red-contrib-influxdb","version":"0.4.1","dependencies":{"influx":"5.5.2","lodash":"4.17.15"},"dist":{"integrity":"sha512-OdWM/mq1MfnyxW/HNzWEkPLuM+vZkqQAwxF/JQI5hNl/HeDy1kwoHMohsOBMhZul/47JxrJrrZnpFLcrH1tw5w==","shasum":"d02985b5b3ba924a511d4448792a385779abac07","tarball":"https://registry.npmjs.org/node-red-contrib-influxdb/-/node-red-contrib-influxdb-0.4.1.tgz","fileCount":13,"unpackedSize":63423,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe79g7CRA9TVsSAnZWagAADd8P/RtEx73BUVFuSJHdVMPV\nwjkjTmaOlxCszWc0WNJ+3pRycwtEthsB0f13zRLx7yKLEa4qDferj0A4MGoF\nizBhIMtxLUD2bDE9mmIXkYbTtM81GfdQ/sKYUS06X7kMyu0viZit7cMy3g8D\n1TuQgI62onIg8LoufPJcanKT+mxsQiaW7dHVp2Xc7xLPxGGJ4KilWI3GpOdD\njL9ZH2deC/S41dOrxQBFUawOzBFNkOtOR59DBiwXGmXGUiANPwBILt3o4SpF\nGm51/XdDNSoxbi4qsbqN61WNDJ9IyHPbvyI1qJEuLD2/F6t9DirYL8/HVsk5\nvzQCdVGTk2oqDHsZIhQXS0uyLd5VsyvkDOf/zqETqLECKgPaxpWiCg2L034t\nYzME2uo4p0dtVyBeIhn8fJK6fQiOC6O/r0fG+hc2cTDtmVbPYigZehCtwVKG\nRuR87uaL1GiEWPpwXvjmFhQ1dOMesvUEx9zQtWvMcqGskAelTJvN+IIMAi64\nHgIWlSxDZyoyIClQlBUn3qV13MmOmkBWMpK+QHYFKMFosDZ7mdoQahCxJWpf\nNxhDOOn8r/uR7a8di9JJgNWXNoor2n4+fEhHfqav3SpeGqBu+dQoBAcz8C5u\nkibbKa4D2cpE7vTCKHAOtIoM7LcTG0GqIhC2HCkrQoebfHyjmuPBgfya9vTk\nq41R\r\n=zB3S\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCDU3MPB1huab3s08oCLNBnc/PErKM8fMtFqaF940cTrAIgFT2OG+hwrpS1GXUA3g4YnZTTgg/eROSpdPumyMj2PZQ="}]}},"0.5.0":{"name":"node-red-contrib-influxdb","version":"0.5.0","dependencies":{"influx":"5.6.3","@influxdata/influxdb-client":"^1.7.0","lodash":"4.17.20"},"dist":{"integrity":"sha512-Ze7d3uZU101V/7Yj33+rNWnKsUtqLV51wTBNgaGbT4pnX/c4nHeNBIj6v6jwD17m/hx5pOaQgGzFfZYh1nDRLg==","shasum":"19b62ba1423535dfc63b25f7b24c7aa53fe22731","tarball":"https://registry.npmjs.org/node-red-contrib-influxdb/-/node-red-contrib-influxdb-0.5.0.tgz","fileCount":14,"unpackedSize":94242,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfo2SKCRA9TVsSAnZWagAAvWUQAKPxZCCNBNuw13TB5qp1\nH1oTS1J2SR2aWWOBOTf3+5R1wff0MvAYWKp4Bksnxiotq88e82idIMa+KsYF\no6x3eGpZIek3EIpAISiSHyc+dNoMNtBiZIsMtjGhvPzl1jeJ+8tVUO2B2nLR\nW+BTwCaL8SRIIcQ2ShnhAcT0VJpJXnJKFEkYBzYHdpf0OeoPXt1hR83Z4L3N\nleOpMJUD+SD8ITYo52APlep+dP4bPEBXxdtz76uGREMZQ9/qhO5tTFnBXF3z\nMt091Z+P19OC0pN4WFcCd7UKGxGinEg5Bk9/dPZWOw7fCWw8S5PS7weazEeX\n+BSg5PSgnDxbyGhrC0ukhTCWvmXkyAMNtjTiabRBMWT/HP8rbrYQdn87eD4V\niCnT03lXvtCWC9UD2FnqKSxnhnx+u/N+zbhKIX0tRFHEl6QsSayNA1rp/bzO\nN/Ot5spryz4UkfQuhX2qL7HZXKtdqCoFo3SugIHH0hH4W7lCyTHIpFxRA2zw\nSysiLobL0yNOVCfPCRXhHOlPDcnsY/HIKc8oVLsPXVOqw56QI2nFTLwuYsx/\n2/bX7ssYdiZ+XBD9dSJ8ExpXalkmjV23BAiPV1bno7FAUNdDd1UCgtHfW7lC\nflBDeug8d5QlyLA7nwG+ge86PFb+C51Xu0aznNRQPVw1wqPNaekMHe5hSFTY\neWSp\r\n=+LWx\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEgVk9DVtIF7ukUcquszCSSNL5CbqWYagE7BcvTN73/DAiBqZFXvknUhNDBfWdMU1zdFghlxoy5zzlapPw/HQSQdoQ=="}]}},"0.5.1":{"name":"node-red-contrib-influxdb","version":"0.5.1","dependencies":{"influx":"5.6.3","@influxdata/influxdb-client":"^1.8.0","lodash":"4.17.20"},"dist":{"integrity":"sha512-5YliVrl11OVcVKARbRaTxgM8qUtvCk7+rKLQ/wV7W8BmqZANRi8SGpoOs3MOUwXYTj+Q5vfDNT5SqBBkp0T3RQ==","shasum":"e5a5f105d18e764917bcb4ef093a1d99673a4cd8","tarball":"https://registry.npmjs.org/node-red-contrib-influxdb/-/node-red-contrib-influxdb-0.5.1.tgz","fileCount":14,"unpackedSize":94933,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJft0AaCRA9TVsSAnZWagAALwgP/Rbn9blDOnQUMSuNKuGN\n4d5v2hm6Y+tU81TEudk2aCjOcoKvmsflRfwBdDLXLIL/ScO4Ilrqx5IGE6wZ\nA6SlnD/wLgFIy4B2FqgenE4nqMrTqOlVnh3xThXDmL7DnFwfMor4kzU53v/f\njwvUhwAxKFm7SX7pjAu+7q6G+yH9SKIoDOj+UnzWI00omc6zqzz87AtrOIP7\ndfv8TjMaM8HYzEzUNQgI66ZpkjciT226QM1/4uPzW/E+qvoV1xY5+EBmPo0v\nhr0ZpyKDaOT+NqqnyrUbecy7OiJGOpsgZahYBkAi1LpN/b7G+9uATG93U2u7\nazlkdvuqu9udBPGpAjz0BTGgsPk5qM7IJs7rS99VxJfjAWZ/71M6vQq3HyOr\nsX5g6Vi0LNesXwFvDtAuItAstgaO0gpUJa3XVJxKWBH1ZTnsWDtm7+jksGK6\nmwR8w7dz+Fl2coDjdd9r+sHHzGmU5xBEv1VqO2oHojiJGt+IOnQJZajc+8SV\ntS2i3rSj0xaRyTe4E26D9vxT0hoiO3uVUEp1zkaNwfVirhTojOMu1x29nRSl\nqSMtxw9ogemMYimxa4YPTCNLiJZ7SnDZA0nDMJk0322EeOLCnrTX1AArbECw\nED1ixgqueo09nk4VTriypxnE627luGBQz+krWJ22sDlQCtsgSqdZGQ/Vul5L\nFtlz\r\n=Qd0j\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC2IFG9gqYZ/nJfB7Bgsqjm5UQRKGoXXCqGjp7PyAA7uAIhANfRFsSHXaQ5L2tfO+W0oazSz+eCgCYp6X2zSp1oirV5"}]}},"0.5.2":{"name":"node-red-contrib-influxdb","version":"0.5.2","dependencies":{"influx":"5.6.3","@influxdata/influxdb-client":"^1.8.0","lodash":"4.17.20"},"dist":{"integrity":"sha512-44Ea9t39jvdrL6bGO9glrKEBCPyArt97hCNSW1LYL5BBPl6vh/KJGqXK+Gh3kIJ8mVr0BPe37BbB30A5bPbkRQ==","shasum":"3f901479ea212d6aed61e0b2873feb6b8bd7ceba","tarball":"https://registry.npmjs.org/node-red-contrib-influxdb/-/node-red-contrib-influxdb-0.5.2.tgz","fileCount":14,"unpackedSize":110045,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfyFbyCRA9TVsSAnZWagAAUCkP/3aevu0ZNGrD8q5UmWe0\nYQ2Pqz+EtFurAI7e5GwAG8ijXgxDAWLi7hAMkGg+aFAJjcA6UOks/GvwNfHU\nw96f8biQsBkpqPqZwm9OYicc+YvCJd6bDnBS3mmxpVh5+a5oxGJlTQ88A9k0\n+H6p/yxn3xvd3eptFzoX7ZClDSVdG137cCc3kYzzrxrutAQAZtRsZzeOQqY5\nvxT8PcTdjkpbenVsrYtngWwutRYL/SWXc5oA14XWfm0hZzqz6rFbR1g6oA+u\nRoMWg2g6V6AbSR8CD7uqkbxG7Lhy7lAfc1NIHZXa2eoxZdBESDcskdZq6n3x\nDZqDFa+5/NQ3XoIS52y6caPIBFN8DGtr8FlTElyww7LYxiKd0bm3zbMoynkQ\nTe0hmUUtAA9sg/uaiZJyiaLzpDVwRnI+oEi9sEQOSub5RVZ94EgHerYJfkUb\njeruBsyqj3akqWUIQWVIQrE5f/2s441KNBrGkwaX4LnjVo9mcF8C/Yh/f4ZJ\nsGTDJo9hHD/6ZMs8Vj1gw+4piBq5Ano94V2u5hVDnO1gLTrlHESBUSJzNk41\nL0B0CBrYgS0luE2r3uoxTthdA4qy5TB0iGVl000FbXY6BafAKoyIX5NOG8LJ\ne9iO19K2TOvJxYVUqZJfDoaUSc0jaKsAF/Jh48EiNpAXV7pGN+WNQQ5/yQsl\nTZ7Z\r\n=bMQs\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDAbIyFW+wq23EjVIMuztOfWnDn3pPlbLxOW6aeTRconAiEA3NwDX5qUtrKGFdZBrKQOATYOgcgKJTnxmtDG/zdsMhE="}]}},"0.5.3":{"name":"node-red-contrib-influxdb","version":"0.5.3","dependencies":{"influx":"5.6.3","@influxdata/influxdb-client":"^1.8.0","lodash":"4.17.20"},"dist":{"integrity":"sha512-xv/chHxBz113CgSsUsIKRYOH3/+qN8N+gF9Z3AEQVXUWi8EQN+zB7gGLVez4GAfVA4VvEqaEpYM7aZPmpOsWVg==","shasum":"1d1707044d053cad6a9d7e6e9efeb153a16b926d","tarball":"https://registry.npmjs.org/node-red-contrib-influxdb/-/node-red-contrib-influxdb-0.5.3.tgz","fileCount":14,"unpackedSize":110201,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf3Xf/CRA9TVsSAnZWagAA4agP/1hnipasHOaurcB4Z8l4\nJqggxRuZGhub4ud+o84Nm/Rzjet3u0H9MlYeqmc0NfiiYdhz385SyqcJcV1k\nPO4UQV3W56M/BIEu2lyDyEzFkwru7TtaozHLXPSg4k7Le5zhU8I22SpcfbqB\nFZz/SqLyooHUFFkonv1UdSdnb7FLRFE/0wnLQezDVJXphcu2zQKrVWXMQ7HW\nrtTwynzbJrYfwVDdC9bPDqrWkZeZ7EcAaeMNmg+xmHZvK1pb6gYWisabkqm4\n/azS2FR/FXPVOO9XoE7i664AacZ7np7g3kD4CFF0kAFK5ZVMgGPCv+odX9ol\ngu/YQIP9amrg8yovphdhkH9iBrxTL14YHxos1Glnvv3jwIUME5IjZtHgHjb5\n9DIokm9FMbK54npZs+p2qmmyh+pf5OobUF4VLeMYwtePJcyLsEPPW86mC/YA\nN6JhlkVQjqrSEVNASLG0262PQY+WerD0CJ8Q7IdRoPCYb5SKKTYCuynVLQ9X\nmRZw4CeJYHlILbiENmg0k1Vb55bmcKkLE/wXxQtpyuzhxN+ViX3rwzyCgHAY\nRc6pdBUdfpCJzVwk40qUmryOf2cbsa956Vf6GnKgXlKX/hDfiRg2Qum4VnWJ\nepYAYuwyiAwTd6GWzUJAIBVGwdjZ3oyn3lgEe0RZh3YpRegSqsiMhcGSru3n\nqVv1\r\n=zxGu\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAoVPzjhttr0+Xm0iR4RtLpKmksxmhuD1WJHj+1joY/pAiEA2aIcjxVf1Jo6rIZhezWzhLb7OH16EI7ntTTE9Eg2jwY="}]}},"0.5.4":{"name":"node-red-contrib-influxdb","version":"0.5.4","dependencies":{"influx":"5.6.3","@influxdata/influxdb-client":"^1.8.0","lodash":"4.17.20"},"dist":{"integrity":"sha512-nfEcHsDCG5k7jXEFB2EstbRLTdwYlvTYsautYxr1Rx5DtCKx2pK3DE5gfMuV4LQvGv5urRw5CqbTLAfGVDh4hA==","shasum":"25d295a3d2a7bcde12c49e75cb98592fda59b010","tarball":"https://registry.npmjs.org/node-red-contrib-influxdb/-/node-red-contrib-influxdb-0.5.4.tgz","fileCount":7,"unpackedSize":74387,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgAzACCRA9TVsSAnZWagAAzSIP/33IUshvUFcfJ714Lzar\nxV0gaOm0BnQW/MO1MBtPn3gZU8USuxtb+yJi55yT+W3nC4QFyFZfKzGCmLOC\nboYC5re7U1nRIGGYuzDJQ8lIsjfBKbKfP17eWNnmDSYm4eGvHYnwD4IjynWY\n2zIkfSzk5kup9c1xbodcJuTGf64POmB/owIYxhEecWBMKOIMUQKqpNIzJDnQ\nENSJp2AKceYuZ8OmnYC3umi8jJzqu3l7ZTmLj/mB1VbmAGC7cdud9VKVLbjw\niYDUKS93NosClugLWj7W72t1zNCF8JfBDd+E7LUZ0d28fX7CUp4eCFEn4wsL\nGT8xiXyuVC+QZ5DyBpb+uLUD3WtjEG+X5z0LD+J1bvZrjUGH9VrIFIAV7gS5\nei2DH8iW1eEUG4i3Iz8mavCzkpWmc99+Jh6gJ0RFVaZG20CzTbfb7JarQVvV\n+d6HmDMSvbvvmyj8XYUS59SSeP8ApIhPUFOiqdx6GP/9/ZOnhY0RufvG3Hb2\nQGlDPAa/zymTv6f3osLiuw+/SAlfQls3xks9+MFP59u+TToYISVb6+T8qLNz\nL/9xEFX6LhjKwOKmLGVkfmRMSfkbTTWnEVo5rjaSAmnykFFQtpuFk0K/UYlu\nqEB2Qj6XUtFpvmH/5guq3dDe54VQxxQfHtbhsGlSC0sA1SkFqp5g9/u3Ew4D\n8dCn\r\n=JBks\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGLYiuBkQApZFkvQxkCn/6wvfnp8jTk2od0WEQNb2StWAiEAzww80T78/XrabSFQ2PDZl8AuJvmheJlFi+PtXGROYZk="}]}},"0.6.0":{"name":"node-red-contrib-influxdb","version":"0.6.0","dependencies":{"influx":"5.6.3","@influxdata/influxdb-client":"^1.8.0","lodash":"4.17.20"},"dist":{"integrity":"sha512-Zo2hDmgTOQodEdHnfUDz96kNkdAdM/TyedR9kdekI3zbV08vnmZq86tm1UxADk05TuBDpCf9yyg9wHN4e2ux+A==","shasum":"43b6ae16e80995aa26fa9bb93a8b595553319062","tarball":"https://registry.npmjs.org/node-red-contrib-influxdb/-/node-red-contrib-influxdb-0.6.0.tgz","fileCount":7,"unpackedSize":80850,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJga5XECRA9TVsSAnZWagAAjLEP/jPDK9mLgYsSDGigkhBV\nTj0I+KGX3dt9UU52is0AY8GVqBiSOBx0b++lNTuSBM7aLRHGx97pThNizE8I\nwAS8859NnbXGM0GQOVD2cQGOSS4QUbpagxnPJxcELDBI3pcpuf09NYCxSTZV\nDyjblWiEPWqZflo989VdPvm78sGwUjEDEFmtVtiwGAe+RWRjUj/HA9ofoRSY\n+rqIbG6cUH5TZdEnDK/206kHLjPhXgv4w+IlyabdkY5gP0kpYkYCwx6odDGl\nN34ZR1og7/+F+DdySs7iflD5/i+A7Y7Cn/fdXuaU9j4St5r9xReEP+vEjnsN\n6wDWXk8/ubeipR9wE5MF/hQl6rERnEyOfW1oHpgyneVvOTDoUpJhA8FRIKOi\npwtx/ul7Z0iME5WVJoRW9EqcnzK7fYWEJ6VgXpZNeuuO98yGN6Q3EvBj7HVn\nAsf4Ou06u9YuxRcfYZ2nHGw4SQ1nG9MQtd9RJI5904VdRsT6OP0YBfr1h746\nIUZr+Uvl9kS51Pf5FPyxsWUgZ/qgEiMkY+ezaAZGlv0EP+L/j1ByMXjA+1gd\nQ+iRwcYNJATdo35jBMINsppAGG9hx36aqMgR1iHLQYD6sj/o0V35uI4QcENP\nrkCWrUf6aDcbnCHlJz8ariu2rsGmdyjmpuWctuJcdysN8L7nd7uQV5IynqV1\ncQbE\r\n=K1fq\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCC1QDlMjkRdC8Qd5pn8bWVpQxhLhirY/5fBopa+BqD4QIgS19AjnnQOxJG4JrLj/xyZbnBexxVY2beTm86HbKCACY="}]}},"0.6.1":{"name":"node-red-contrib-influxdb","version":"0.6.1","dependencies":{"influx":"5.6.3","@influxdata/influxdb-client":"^1.8.0","lodash":"4.17.21"},"dist":{"integrity":"sha512-4Cc3bplqp4QvgZ60WcUbKKVZfKMK1fFMq7lr+piogUWLyZLDuhNgSdRxWigjzr2syswJrHnZ0JCFzkMDIl0afA==","shasum":"4fc53c61893c74a3c1e86025c0015cbc76351f34","tarball":"https://registry.npmjs.org/node-red-contrib-influxdb/-/node-red-contrib-influxdb-0.6.1.tgz","fileCount":7,"unpackedSize":80850,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgqwvfCRA9TVsSAnZWagAAVZYQAINp/zOR9vbxU9s4Nv0z\nkRoDbv1jsdwXpzh9mXQLudMqXZhnV4nb9oASjy5lpDbSBxvsvGaEVaZUop08\nwmCUfg6AnfNWMRmcBCj4DcEioMS9uwTmeo9dChyVKLc8kWYs2nF8ZNA1bBOS\nD0LEtbkwGOjKZvAQG8cushvFWyduMleJiVVLy0W/2VyfvQprbn9d2XPNM5fW\ngGS9mPpxHBE5Ix7o3nFEA1yeuzKnqqHTMTO73LbQQJLFjJMEh9DHmhOqRsrT\njZBU2y0z2eYrQM+kCBjVOPLGwbwFgEowPikcj/1eJAN+Kl84EwfCg4g9D8HU\nKKxB+Jjo1M07Elc5OJ8AHLyWwV6Jc5t/wmR8RZ85LWLJ8Vtn/azmapKunk2b\nNm+NZtzCg41N0nl93wEq206QveNfUemQXP6qn8GxBZGApXZzbpf4E0H/ORb/\nPR0538C+g1IHfQ9W+CrYibr/3wrviD9fIQ6e5Bc8zbP1EZum8rIAPIW6xRhV\nIyZu/XVVobWoGwddnuCbUpMQ/7wLbcZEmIGpUzVeg1bz7k1j0DOxnwroPxhG\njZEDBtKPYJlVQaIBhMUg4weDGEWGD4+O3pAufrZ0ce9mNNoH/Meu0ejcCLRZ\namDKdUNtG1pWuiZOgV55obP2uSeEoFy92gm8x2QsKF6drfm3aRBW+Cn7g3lO\n4Ue9\r\n=wjJa\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDX4YWKG+a7YI4Lkzyw9nDSK+EQ7LM42ZrrKTdPcyqEuQIgZVLgj2GV1bKgdM961XVik++IgCYwXwqrfUtQC7okR1U="}]}}},"modified":"2022-06-21T19:23:30.520Z"} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/content-v2/sha512/77/b7/7a9d6accf4e9f837e6a1dd1dba26b7a0a75829266420b6deecdc478b1f37c28bb5a61f5a8056025ee6e723fd4f1acebfb31743571560fbefd948397fafad b/software/flow/.npm/_cacache/content-v2/sha512/77/b7/7a9d6accf4e9f837e6a1dd1dba26b7a0a75829266420b6deecdc478b1f37c28bb5a61f5a8056025ee6e723fd4f1acebfb31743571560fbefd948397fafad deleted file mode 100644 index 0d6d8b8..0000000 Binary files a/software/flow/.npm/_cacache/content-v2/sha512/77/b7/7a9d6accf4e9f837e6a1dd1dba26b7a0a75829266420b6deecdc478b1f37c28bb5a61f5a8056025ee6e723fd4f1acebfb31743571560fbefd948397fafad and /dev/null differ diff --git a/software/flow/.npm/_cacache/content-v2/sha512/79/61/c0c84f759b4a580f507ca4e8d92db9bd3d4dcb34a006901dad1f14fafc7827266782807beaf776aa2744e83f8e49abf090b37bccc725fe6cb9642a230030 b/software/flow/.npm/_cacache/content-v2/sha512/79/61/c0c84f759b4a580f507ca4e8d92db9bd3d4dcb34a006901dad1f14fafc7827266782807beaf776aa2744e83f8e49abf090b37bccc725fe6cb9642a230030 deleted file mode 100644 index c0a8a53..0000000 --- a/software/flow/.npm/_cacache/content-v2/sha512/79/61/c0c84f759b4a580f507ca4e8d92db9bd3d4dcb34a006901dad1f14fafc7827266782807beaf776aa2744e83f8e49abf090b37bccc725fe6cb9642a230030 +++ /dev/null @@ -1 +0,0 @@ -{"source":"RZkip6EYJtyEt/UL3+okkoXm+B53JgBI1sYCHIB0OBaifpHyBIKE6OFHLGc/tWG9l9E9gUJf1PslcXfSi2KE9Q==","name":"cacheable-request","dependency":"http-cache-semantics","title":"Depends on vulnerable versions of http-cache-semantics","url":null,"severity":"high","versions":["0.0.0","0.1.0","0.2.0","0.3.0","0.4.0","0.5.0","1.0.0","1.0.1","1.0.2","1.1.0","1.1.1","1.1.2","1.1.3","2.0.0","2.0.1","2.1.0","2.1.1","2.1.2","2.1.3","2.1.4","3.0.0","4.0.0","4.0.1","5.0.0","5.1.0","5.2.0","5.2.1","6.0.0","6.1.0","7.0.0","7.0.1","7.0.2","8.0.0","8.0.1","8.3.0","8.3.1","9.0.0","10.0.0","10.0.1","10.0.2","10.1.2","10.2.0","10.2.1","10.2.2","10.2.3","10.2.4","10.2.5","10.2.6","10.2.7"],"vulnerableVersions":["0.1.0","0.2.0","0.3.0","0.4.0","0.5.0","1.0.0","1.0.1","1.0.2","1.1.0","1.1.1","1.1.2","1.1.3","2.0.0","2.0.1","2.1.0","2.1.1","2.1.2","2.1.3","2.1.4"],"cwe":["CWE-1333"],"cvss":{"score":7.5,"vectorString":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"},"range":"0.1.0 - 2.1.4","id":"F7t+DvBbLUOBbBdSPhRG0Mq9l20mb4cWArku3Qd4yGfXUouPetshca04e8LPHOD4MVgTXbV40pmZifdKtETeUw=="} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/content-v2/sha512/7b/0d/95908c6859cdbf0c4a306b64ccb686e6dbf45004a9e52c368d6b4d133244efca0541a8806357a093da5a20f2bd3fceea66c2146ba25245b8f4acc5997034 b/software/flow/.npm/_cacache/content-v2/sha512/7b/0d/95908c6859cdbf0c4a306b64ccb686e6dbf45004a9e52c368d6b4d133244efca0541a8806357a093da5a20f2bd3fceea66c2146ba25245b8f4acc5997034 deleted file mode 100644 index 6de2889..0000000 --- a/software/flow/.npm/_cacache/content-v2/sha512/7b/0d/95908c6859cdbf0c4a306b64ccb686e6dbf45004a9e52c368d6b4d133244efca0541a8806357a093da5a20f2bd3fceea66c2146ba25245b8f4acc5997034 +++ /dev/null @@ -1 +0,0 @@ -{"name":"engine.io","dist-tags":{"latest":"6.4.1","alpha":"6.2.0-alpha.1","old":"3.5.0","v3-latest":"3.6.1"},"versions":{"0.1.0":{"name":"engine.io","version":"0.1.0","dependencies":{"debug":"0.6.0","engine.io-client":"0.1.0","websocket.io":"0.2.1"},"devDependencies":{"mocha":"*","expect.js":"*","superagent":"*","ws":"*","s":"*"},"dist":{"shasum":"428b0367e1516acbf40c25ab4c0dfff295c851b4","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-0.1.0.tgz","integrity":"sha512-9ZxxCfWysyljvcb9Y5mPMKcntp7ZxdespKgujJdYcz6+U1ur2vLNPCWMHSL416VFLAV86sxDqAkkr3HjyZolaQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC7eE+vWvGt3hXKHbNGnSLGFc6Pa2uR4yfTGGvJ9EzvGQIhAOie38Wy7QnpKaKKTDLordFrlSyoDTgUcZf7zM7rJ7XZ"}]},"engines":{"node":"*"}},"0.1.1":{"name":"engine.io","version":"0.1.1","dependencies":{"debug":"0.6.0","engine.io-client":"0.1.1","ws":"~0.4.21"},"devDependencies":{"mocha":"*","expect.js":"*","superagent":"*","ws":"*","s":"*"},"dist":{"shasum":"e8a6bad8d35387da4700d5128ea7f7a2cca98c2e","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-0.1.1.tgz","integrity":"sha512-z49lvvmP0pKKUhruxMmCciRt03BEepupx//L1zJiwHQepkq17bjvQjqVlv6kjueMA7fSrx4kRipU/IYEXDrWlQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCmgxolbRmmtJNEjQiLNPW05UAC/3Q4ExHnqy/sMn/1ywIgFxcvH+PGmantSvOaZ+M1uaZVwypuBDg+MIXQhAZpiKo="}]},"engines":{"node":"*"}},"0.1.2":{"name":"engine.io","version":"0.1.2","dependencies":{"debug":"0.6.0","engine.io-client":"0.1.2","ws":"~0.4.21"},"devDependencies":{"mocha":"*","expect.js":"*","superagent":"*","ws":"*","s":"*"},"dist":{"shasum":"31d39e02ac38d974bdf4b0b4544145a56568a6e9","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-0.1.2.tgz","integrity":"sha512-Y0GeRNYiKWAmg8KSIMd20G/Z9nXdSwhcSpAfxoavjBlNi/1jkX8H8zpvH80sUzWSmgCVL/ZWJfO+oS4KXvTodw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGrQI7GasZxA1KHbCrahKqvxA8gEqIReQYSJrk/W2oDbAiEA2bpJRYhYwJme4A7JtaSV7ytL+P8+8Yt9i21uht5bcm0="}]},"engines":{"node":"*"}},"0.2.0":{"name":"engine.io","version":"0.2.0","dependencies":{"debug":"0.6.0","engine.io-client":"0.2.0","ws":"~0.4.21"},"devDependencies":{"mocha":"*","expect.js":"*","superagent":"*","ws":"*","s":"*"},"dist":{"shasum":"9a754268b0b0ecf48c4996bec239404661d24db4","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-0.2.0.tgz","integrity":"sha512-OwxPQiaClog/BTA+p2tqEcbBWpdaEopLYtybXMtesy5eta69hbiTwU1YH1ZOkDPIg3pc36BVg5DMzWxIMLr2fg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCID6ZHsFeU1D1beCBthrQAMhYxkPMTopU/eRepMriTiNqAiEAzRliNAehcYZV9phProq3/wniNVqSm20TQcq7Y8h69+w="}]},"engines":{"node":"*"}},"0.2.1":{"name":"engine.io","version":"0.2.1","dependencies":{"debug":"0.6.0","engine.io-client":"0.2.1","ws":"~0.4.21"},"devDependencies":{"mocha":"*","expect.js":"*","superagent":"*","ws":"*","s":"*"},"dist":{"shasum":"254ffd27a41fd5310b2af0dd626e8a082f297fe3","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-0.2.1.tgz","integrity":"sha512-BdYXUt5YIFL7C10jYEioHZ0e3ZqmfOHYLRhQUUAVbxrghs5S/yMsSZPm25fdYULywOwJ3Gn6z4pHbdQIHk9paw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDtZWamKHgqbgkLaaTSygwvu8gM2b3lQLpDur4ynNfriAIhALGKf3Rs9f09q7nqH8YWQotFuAsE0OeKmHhj1RsX5L1G"}]},"engines":{"node":"*"}},"0.2.2":{"name":"engine.io","version":"0.2.2","dependencies":{"debug":"0.6.0","engine.io-client":"0.2.2","ws":"~0.4.21"},"devDependencies":{"mocha":"*","expect.js":"*","superagent":"*","ws":"*","s":"*"},"dist":{"shasum":"ce849123eb8a7bf2ec735b1a89bb44827e21aacb","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-0.2.2.tgz","integrity":"sha512-eCrJgHDU3QgN47q+zBKhy5+4GN3zluY1KQXoltdnRt63AFjTUseXanXenCv/nTihT+AFSRQ1kVN1WCLZtcT1AA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCWLvQ1s2CzAnwYThPEI7VBU2TCQlk3MN/IlgfF3XI9wgIhAN49GDncy/QhJeFPx9KKkM7YkKjqM1E9euSLSUAc7vut"}]},"engines":{"node":"*"}},"0.3.0":{"name":"engine.io","version":"0.3.0","dependencies":{"debug":"0.6.0","engine.io-client":"0.3.0","ws":"~0.4.21","base64id":"0.1.0"},"devDependencies":{"mocha":"*","expect.js":"*","superagent":"*","ws":"*","s":"*"},"dist":{"shasum":"74312d7fb51f075c601aa5db14bf66936f7623fc","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-0.3.0.tgz","integrity":"sha512-Toc5cSPKkvW4rTt/O5U814BNl0Ruj1oFFUXaASEVpsArQn9mytGyYF28Y5bdMhECDFCKYqejL807iQPdI3Fe/g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCs1aRCYYcMQr7lIxbhUa36/Y9rbzyBjDM2PqCBG9CekQIhANT3LB1dsTvcPHXI6DfA4lEyWCAmnGm23zdtrKp6iKL0"}]}},"0.3.1":{"name":"engine.io","version":"0.3.1","dependencies":{"debug":"0.6.0","engine.io-client":"0.3.1","ws":"~0.4.21","base64id":"0.1.0"},"devDependencies":{"mocha":"*","expect.js":"*","superagent":"*","ws":"*","s":"*"},"dist":{"shasum":"2762cef023fcc2e842dbff88aec6eb0cf3b2587b","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-0.3.1.tgz","integrity":"sha512-y1995Ty2enQu41xIw+5jWmELikN7B+h0SGNuh3368IePtivKMlHU6abaauD5Z4OAb2BhYS2eDiiKxE2nq6Qs7A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDxDOp7qelRERDHESJ1PpZwQcOZeaDq2JvgNP16VgKFnAiBdxUQ2Mmci8X6k1nupjH5CHROWseRz+Wxi08NzEGmp/w=="}]}},"0.3.2":{"name":"engine.io","version":"0.3.2","dependencies":{"debug":"0.6.0","engine.io-client":"0.3.2","ws":"~0.4.21","base64id":"0.1.0"},"devDependencies":{"mocha":"*","expect.js":"*","superagent":"*","ws":"*","s":"*"},"dist":{"shasum":"5a2909ae04864489872b3f3edca25a858bd6b598","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-0.3.2.tgz","integrity":"sha512-WC7M9pp1U/YWWvms0jJPLXLN/B0N3D6aEy/CBG6vdTCL/BhHI35LLvo4Swtp4WmkvE7HjedjN6BchJUjkhXXEw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHPWMsGVIuQoDO7mGJq7AaWcFAJ/gfVkL035xUCCgqXuAiEAw8q+EyPWLmXDQ6rnYN4hMDhQspZMe33AyV2mUtXRLJY="}]}},"0.3.3":{"name":"engine.io","version":"0.3.3","dependencies":{"debug":"0.6.0","engine.io-client":"0.3.3","ws":"~0.4.21","base64id":"0.1.0"},"devDependencies":{"mocha":"*","expect.js":"*","superagent":"*","ws":"*","s":"*"},"dist":{"shasum":"b050f214e7103dfe91797e2448c880993c3e0a29","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-0.3.3.tgz","integrity":"sha512-Jv/uTkyd0MMepVwR/LSEhxGB3Ie6QtOramN3UGZu/99cX4vGYr6dHe5LIPuckCWwre9SqabulEOrpuS6a+eI2w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIF9KHcgtIcVOFuGMDw8MS1KGqBarMRrvIDeZHStMlH56AiEA5Svv5k7rme2+dfy+lyIbtu6jnY2gYeXHncdrEcN+yWo="}]}},"0.3.4":{"name":"engine.io","version":"0.3.4","dependencies":{"debug":"0.6.0","ws":"~0.4.21","base64id":"0.1.0"},"devDependencies":{"mocha":"*","expect.js":"*","engine.io-client":"0.3.5","superagent":"*","ws":"*","s":"*"},"dist":{"shasum":"cd02e229e4d984ebc394ebbbf9d5761fa4c1c93e","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-0.3.4.tgz","integrity":"sha512-Ki+TuDlTHsCBxPzRQRcfaRZ/zsQkTUEYJdGtxORshm4AyEn4UV9SmAMXcj1K/Da0KmEaHhqrRI0qySombdwHtg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC10bzLmOleqvIqGtKNHIQdBr97A7LimR4moGqbdxmw8QIgT/6e8XnqUD+wCBA1TC8yRGFWhE+YOXBdNrNX+41NZzY="}]}},"0.3.5":{"name":"engine.io","version":"0.3.5","dependencies":{"debug":"0.6.0","ws":"~0.4.21","engine.io-client":"0.3.5","base64id":"0.1.0"},"devDependencies":{"mocha":"*","expect.js":"*","superagent":"*","ws":"*","s":"*"},"dist":{"shasum":"fb3d6e9145909758d16905b579c66b464de83073","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-0.3.5.tgz","integrity":"sha512-KAKGmsYasMmd4hmLoEhIx4TBaey0xYopSkHioPFu9AjIHax1SSv48w06kxe/9LguV7/qIfXfVg4PUyTFtgaS2g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIH0fqPiMAdYQdjfvQQyGWzRxuQe/o18bll6XKEXkcCgAAiBPpTXdAbMDJuIQSlZSamrTYtRTQpYdTH+5pF61N9Fe7A=="}]}},"0.3.7":{"name":"engine.io","version":"0.3.7","dependencies":{"debug":"0.6.0","ws":"~0.4.21","engine.io-client":"0.3.7","base64id":"0.1.0"},"devDependencies":{"mocha":"*","expect.js":"*","superagent":"*","ws":"*","s":"*"},"dist":{"shasum":"06fac78df3952b72cfff1e6c25eb8559e3cf2940","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-0.3.7.tgz","integrity":"sha512-cWrkR0IR84C9+GnSTxLBqel4WwMdErc+sk72Ge+pScmlq/tX0upcgTBsrcijL6VAQtTXQgTKhAMb6BZhOjUwBA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDJ/iwxwba8+aaKrMgn3PxURPO4nUXAEVZL82bV6B5XlAIhAJYRnMOl8cEJXDY+SVVd+yZp342ramrrkpQVgCmaAYpy"}]}},"0.3.8":{"name":"engine.io","version":"0.3.8","dependencies":{"debug":"0.6.0","ws":"~0.4.21","engine.io-client":"0.3.8","base64id":"0.1.0"},"devDependencies":{"mocha":"*","expect.js":"*","superagent":"*","ws":"*","s":"*"},"dist":{"shasum":"ca61b2b7ad7391f5f96cd84e817821e48e6028a4","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-0.3.8.tgz","integrity":"sha512-qcHIIulwnsoAl/AFXhyTcK0T5RLp4tCA+qplBNfENDl6XD5xWzBFKu6wZ5Hj+WZ3/Rf03bv99DRFjHjbZrFoNQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDTCdT1e4oK68vAVZ93FVnr57TiBw7Q3olTUbwFCrcvsAIhALX7KWax8kbfYDkB2UBf35Ghir1hHVvqmZUb8x3zJAE7"}]}},"0.3.9":{"name":"engine.io","version":"0.3.9","dependencies":{"debug":"0.6.0","ws":"~0.4.21","engine.io-client":"0.3.9","base64id":"0.1.0"},"devDependencies":{"mocha":"*","expect.js":"*","superagent":"*","ws":"*","s":"*"},"dist":{"shasum":"a91070401006b44970a18dc194ab7969fa35be3d","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-0.3.9.tgz","integrity":"sha512-RDlbNB3KNJ7B/1C6wCImU9tOiEPv6JwFAk8/fYb5unV+Y4JgJJ+HIauJCovXExoUoQIvrFxseRWAbQ6rrxXZhg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD41z8tZupeNFuuGiekTZ7WBGx5LW4+Txtwaf7J2RniPQIgdls6T0HLZHqO+r2+PA0wFHLo1T4IfEnY09idLZNXNUo="}]}},"0.3.10":{"name":"engine.io","version":"0.3.10","dependencies":{"debug":"0.6.0","ws":"~0.4.21","engine.io-client":"0.3.10","base64id":"0.1.0"},"devDependencies":{"mocha":"*","expect.js":"*","superagent":"*","ws":"*","s":"*"},"dist":{"shasum":"a726c559f5dd2a8a7437324e5a966279b3412cd3","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-0.3.10.tgz","integrity":"sha512-aXzhPt22UsKxClEYy+bXR6WRiGahjzO3G+mSlHB92aaqP7f/fGDf/8HCxVVolorHXHzCo0AIpmZ0j4PYzpCpXg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEyaQiNQRh0houm9zveCftVks8IdgHDx3+qUIpBWVRwaAiEA2QZptIDsj/utLnQGn+FneIekkGsm/6AlMI1FcS6tB8c="}]}},"0.4.1":{"name":"engine.io","version":"0.4.1","dependencies":{"debug":"0.6.0","ws":"~0.4.21","engine.io-parser":"0.1.1","base64id":"0.1.0"},"devDependencies":{"mocha":"*","expect.js":"*","superagent":"*","engine.io-client":"0.4.1","ws":"*","s":"*"},"dist":{"shasum":"518bc7befaee8046d5aeb4717816b22d1fc5123d","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-0.4.1.tgz","integrity":"sha512-wivK3Jv43z3qBQNFYCra1BQbijoFmwrMhtQ0SSdzqSw3C1tlJfkRQ0yyje88JoMm5L3/K5SOr8gvf5cr0uVg3g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICA2gjZB7vjBQilYYzkb+MxSRVTeRg91Bc9TKkKxo6aSAiB6zmv/UeTelkZTSMBsfzFbopmf9zJu33lcNy8vIoLryQ=="}]}},"0.4.2":{"name":"engine.io","version":"0.4.2","dependencies":{"debug":"0.6.0","ws":"0.4.25","engine.io-parser":"0.1.1","base64id":"0.1.0"},"devDependencies":{"mocha":"*","expect.js":"*","superagent":"*","engine.io-client":"0.4.2","s":"*"},"dist":{"shasum":"289592afdf7aebc71380fc57c488cbeecaf3ebea","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-0.4.2.tgz","integrity":"sha512-MnCDrLdCxrJ204G1vzQaNQuLAtuUlh6muz35Lrm7PJjRa6WVZ3yFgmC+dQBrkPDT0GcTfHJ31r2pI0ktWRhhJQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCfQm40Zvu2sOOYpVnV+efIH+eTXvuyQjlE7mLe+qKJBQIgZ2kURvBVK7z5imegeccXVUKmYP5fVbvyZOlL+QqxiZo="}]}},"0.4.3":{"name":"engine.io","version":"0.4.3","dependencies":{"debug":"0.6.0","ws":"0.4.25","engine.io-parser":"0.1.1","base64id":"0.1.0"},"devDependencies":{"mocha":"*","expect.js":"*","superagent":"*","engine.io-client":"0.4.3","s":"*"},"dist":{"shasum":"e48daed743f13702b5c8933a16847a15c7c58470","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-0.4.3.tgz","integrity":"sha512-Am/2Ol+80nSxK5ZKmBjUhCLuB9wvwUp058NyxfmnzEp06B69lYZmnjl2gFdVBGWYqd4UC2jd37YcY367HvQ0Vg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCnyDdba5OQQJt/8EzxWtwwhWZYty3iU3Q4nfxvSDXNewIgdlrOZtPxNFvH1BkALva3Fy57D0qsnmoNS8x8XkrUWtI="}]}},"0.5.0":{"name":"engine.io","version":"0.5.0","dependencies":{"debug":"0.6.0","ws":"0.4.25","engine.io-parser":"0.3.0","base64id":"0.1.0"},"devDependencies":{"mocha":"*","expect.js":"*","superagent":"*","engine.io-client":"0.5.0","s":"*"},"dist":{"shasum":"7c16feb5a3eadc4b068d9a344b7be2cf7ceba15a","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-0.5.0.tgz","integrity":"sha512-sxvqWlqDM1B0sYF1hy8wLfLsh9pAeyoRMzff81Ks6bcVvittchZMt32ZqugyNAaaJQyFvI4mybp3kFNEAp5zqQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEUT1wMcKDJTYwIdJddyub6HHcL8HUJhc+xp5bnOV0mVAiEA38BwmC/XiGYPHqeE4ZrtHQSKrOr238F7lLAKVmfVbnk="}]}},"0.6.0":{"name":"engine.io","version":"0.6.0","dependencies":{"debug":"0.6.0","ws":"0.4.25","engine.io-parser":"0.3.0","base64id":"0.1.0"},"devDependencies":{"mocha":"*","expect.js":"*","superagent":"*","engine.io-client":"git://github.com/LearnBoost/engine.io-client#68780141ef","s":"*"},"dist":{"shasum":"2cc11c225a7cc5dc496186c37229cba25d22c11e","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-0.6.0.tgz","integrity":"sha512-7rpC6wnJWO7yCNRm1gC4cVtZ0oPNSue/X7VwUkQFpWtceaYPF7xQ7AGXRoPODIPBiUBNZj/TATdpIaMTn4IWtg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGNM/dzWq4Lpn0b1pqKokbdBz/TObBnC7xjoOuzuuyn2AiAC5vpEBiw8snIG2rdDJqY5CZleD/JnTkqiOzKqt1Ijsg=="}]}},"0.6.1":{"name":"engine.io","version":"0.6.1","dependencies":{"debug":"0.6.0","ws":"0.4.25","engine.io-parser":"0.3.0","base64id":"0.1.0"},"devDependencies":{"mocha":"*","expect.js":"*","superagent":"*","engine.io-client":"git://github.com/LearnBoost/engine.io-client#0.6.1","s":"*"},"dist":{"shasum":"992108d3e6dc7a27540ac7959b073f9117088483","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-0.6.1.tgz","integrity":"sha512-yT4571Iz2qKTLYmgz6pBJ5gc2um/brtOzEnZ9WMshVWoH2NFziLeSfmDTDI9wcXyVf7hrjrdVX6yM9HLQvD37w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDRj+xVYG8K8L2kqwqJnSn6MrRYt3be7nLySePslaZgHwIgVZDAIXdpXNNk2Rxkc97eUgT9Mp3url1D56vgvd95F4s="}]}},"0.6.2":{"name":"engine.io","version":"0.6.2","dependencies":{"debug":"0.6.0","ws":"0.4.25","engine.io-parser":"0.3.0","base64id":"0.1.0"},"devDependencies":{"mocha":"*","expect.js":"*","superagent":"*","engine.io-client":"git://github.com/LearnBoost/engine.io-client#0.6.2","s":"*"},"dist":{"shasum":"fd8a3721e6f6be5a5d3f32a0f2b2d4870618a031","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-0.6.2.tgz","integrity":"sha512-1a4nnZrazuLh6AMlscn/SbHYFsshg0byZ0W13pCMoihwlxraiEI1XPeXNOSAOs8XnpPmH+GZCkQgoHwopcMvKg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHm9Ujb+fJF9xW3S8lOr1UskpkVT7n4lORMf6opN7FpkAiB+foQC053r/xp9huQRXp2Zj40uVqJ54M3ab+oaZ8fjOg=="}]}},"0.6.3":{"name":"engine.io","version":"0.6.3","dependencies":{"debug":"0.6.0","ws":"0.4.25","engine.io-parser":"0.3.0","base64id":"0.1.0"},"devDependencies":{"mocha":"*","expect.js":"*","superagent":"*","engine.io-client":"0.6.3","s":"*"},"dist":{"shasum":"5f4bdd60ebf1d0da2080d3d90340ce64ea40eb04","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-0.6.3.tgz","integrity":"sha512-qWzd0rUrHdujEI4sA5GIO3v6a1nWk9QmqfpTnn/I2nL3laWSqQI1Q9+c1o77/ha7BEqauAx2uu4QtdIx8wxotw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD1Gqnc2LFbUeDpiJ1NQ2C0dJ3NHkXgQWQMt2SR4JCAEAIgKLpwsu0cyFdrR6eM3Yx43AkrN5ZrtVzLIMt5PBBxu5A="}]}},"0.7.0":{"name":"engine.io","version":"0.7.0","dependencies":{"debug":"0.6.0","ws":"0.4.27","engine.io-parser":"0.3.0","base64id":"0.1.0"},"devDependencies":{"mocha":"*","expect.js":"*","superagent":"*","engine.io-client":"0.7.0","s":"*"},"dist":{"shasum":"3da7dd1bda7ef666b31a92a25b3e5fae21c9087e","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-0.7.0.tgz","integrity":"sha512-eQYm4WcHtcofmpSfYhvX9xoWDjZ6c+5Ws9jTJtm8Lebo+kT2IgIxVUxU+ACQZU2QbxIvG9UC87V9KQwFoVklZQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC3Ft4SEsDIumoxc2ZkPXypyIY45QSx4Pf0Lh2D5V8QwgIhAK/60h8Mlxye4SWB4KivXnghNvN4+kJreZlOP6OT7AMM"}]}},"0.7.1":{"name":"engine.io","version":"0.7.1","dependencies":{"debug":"0.6.0","ws":"0.4.27","engine.io-parser":"0.3.0","base64id":"0.1.0"},"devDependencies":{"mocha":"*","expect.js":"*","superagent":"*","engine.io-client":"0.7.1","s":"*"},"dist":{"shasum":"91ef5d518545ec636b628bbeb7270af62ae4929b","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-0.7.1.tgz","integrity":"sha512-q+WESR9xlJcfI0YCuHm3CaBmP+QHtpKdIuBm1OjiQiC0fGXksFJ/DGfh6iqef6rPIwfTkwZRc7De3zLlmsb0LQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDIRr/OKGaxvgNz98btLKeoANLP2aMYao8Trl00oD4dsQIhAIoeg779ypkvwvKovOBgVxzbvBA2PlpD9R/0yViUv2n3"}]}},"0.7.2":{"name":"engine.io","version":"0.7.2","dependencies":{"debug":"0.6.0","ws":"0.4.27","engine.io-parser":"0.3.0","base64id":"0.1.0"},"devDependencies":{"mocha":"*","expect.js":"*","superagent":"*","engine.io-client":"0.7.2","s":"*"},"dist":{"shasum":"32d7249ccb86d977b84e7c9af20211a926afd8e5","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-0.7.2.tgz","integrity":"sha512-aIf+F/M+3dhWDJMMcxhxe3I7S6k7ldV7tT35JYQ2wPg2mkBvsD0UaWfst76bVmepeCPZBk5NgKuPSr2i+Dqqwg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC/gTsUyXYpGIje4CuYYxUk+3fX3s32mjDmgdSHrcSFWQIgOnX3n876wmCaTAX9hA0EcFGdRzA+8N0V5NJlu7yQpWE="}]}},"0.7.3":{"name":"engine.io","version":"0.7.3","dependencies":{"debug":"0.6.0","ws":"0.4.25","engine.io-parser":"0.3.0","base64id":"0.1.0"},"devDependencies":{"mocha":"*","expect.js":"*","superagent":"*","engine.io-client":"0.7.3","s":"*"},"dist":{"shasum":"cb3083dadfbe5df292ba302df09360ca9fc1de0e","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-0.7.3.tgz","integrity":"sha512-o1KRYluJm3VRSRK7rmwu9y5EDreDzxYYJR5efNFKZLAvEKaSqwkCbBBXL5X3NnCeoj5DQhWvW0BChUgdAsHh+g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCID76J6kzo2HowGF9mVdM4lwYXkVaPs7k+n3Epjv3X2ZTAiEArjPGB5dmk5oofDoM3sOmq0BqQw7oD8sFXqac0oJScLY="}]}},"0.7.4":{"name":"engine.io","version":"0.7.4","dependencies":{"debug":"0.6.0","ws":"0.4.25","engine.io-parser":"0.3.0","base64id":"0.1.0"},"devDependencies":{"mocha":"*","expect.js":"*","superagent":"*","engine.io-client":"0.7.4","s":"*"},"dist":{"shasum":"e200c7143a0afd4d77fdeffca1801cd60c0cc9b0","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-0.7.4.tgz","integrity":"sha512-StEW4Bo6WEkvKmnwYJFN/G1Q5P+ZbQS/f1sBtz0TDxiZQKk6fKSs8Y6zO7pbKkHd7597p/y917SYG1ubx3opfA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCoVnhalQgEdLZc/f9f9BmqicHd8df/FZVq6b+cezER5AIgHEcjhxN7ZuZaUdNOJbPy0G0T+xS8ZRcSGQ8lmyvKtB4="}]}},"0.7.5":{"name":"engine.io","version":"0.7.5","dependencies":{"debug":"0.6.0","ws":"0.4.25","engine.io-parser":"0.3.0","base64id":"0.1.0"},"devDependencies":{"mocha":"*","expect.js":"*","superagent":"*","engine.io-client":"0.7.5","s":"*"},"dist":{"shasum":"29768619306577229b89a6a8fa107f14cc51299c","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-0.7.5.tgz","integrity":"sha512-ChbfSsspz5gZuwiug6Vk9yIcUU6gPx6/ZFkbAd8DwmBN9P4Blurbgg5vLMtvd9VbwIVlkmdBpnBA8KymFh90NA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDkNYpjDNbdNKHJhZysmZtG9f7S+MqC5hS5dgVUN/QyXwIga5pIoUsgHZd1CYd0gQRpLrtB1wwy/q8o3FFSfCdmTgU="}]}},"0.7.6":{"name":"engine.io","version":"0.7.6","dependencies":{"debug":"0.6.0","ws":"0.4.25","engine.io-parser":"0.3.0","base64id":"0.1.0"},"devDependencies":{"mocha":"*","expect.js":"*","superagent":"*","engine.io-client":"0.7.6","s":"*"},"dist":{"shasum":"29ff64fc1fac6ac2e099adc943491d07ba539c62","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-0.7.6.tgz","integrity":"sha512-LKdZkKszeLs8YSvP8+WFb9qJfe4DlxF7KZZ8GZhDuBNrU32iPvS+M36HDvDSsgXWHq3XyXMb4OU17eomPpkYNw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCucdQzMAVFx0Wp6ct42fSG/WSTVWyNNn9dKKrFs6WGoAIgAqbOxFGeV1XfZNbCCZkQ4k5hlj3xq2IwDFddluiDG5I="}]}},"0.7.7":{"name":"engine.io","version":"0.7.7","dependencies":{"debug":"0.6.0","ws":"0.4.25","engine.io-parser":"0.3.0","base64id":"0.1.0"},"devDependencies":{"mocha":"*","expect.js":"*","superagent":"*","engine.io-client":"0.7.7","s":"*"},"dist":{"shasum":"88056f91e1a5512bda208588b9815609db29d43f","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-0.7.7.tgz","integrity":"sha512-3LbpxCWR1bbn6FWRrAPYhhaZDPPP8/pedKdIpnIOsraVPSJ46RmxTK4bsSYraLWY3NUyYDxA7OEK4lkApNGCNA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCc0/TLip/32qv7NVC+HXAGaaEXg0o/dEg4Ae+/ZvTJdQIhAOpYlkZU/PokXicVwgSzPnCzNgehBal/FAbniX323ctL"}]}},"0.7.8":{"name":"engine.io","version":"0.7.8","dependencies":{"debug":"0.6.0","ws":"https://github.com/TooTallNate/ws/archive/0cb9fe7a21a7a7c200f68b57916d1d62b66082a1.tar.gz","engine.io-parser":"0.3.0","base64id":"0.1.0"},"devDependencies":{"mocha":"*","expect.js":"*","superagent":"*","engine.io-client":"0.7.8","s":"*"},"dist":{"shasum":"f72c9b87abe486dec307d2e06644d77e40be5bfa","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-0.7.8.tgz","integrity":"sha512-MYEOuER88EYQLb/PWM7r/CNHxZDaLhM/bIb28elxwsgSoYwKq0BMZ+e06oDPy88eyK7ckUOc+30U9jN6N/A9Kg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCgFkffsNm1oP91C3DDTGkWOlQRav6pVXLtr9JJNIdQIQIhAMOw/XSjfo+ymsCYD8gFvc/1xdeTOkRE33DYZ77dReDB"}]}},"0.7.9":{"name":"engine.io","version":"0.7.9","dependencies":{"debug":"0.6.0","ws":"https://github.com/TooTallNate/ws/archive/0cb9fe7a21a7a7c200f68b57916d1d62b66082a1.tar.gz","engine.io-parser":"0.3.0","base64id":"0.1.0"},"devDependencies":{"mocha":"*","expect.js":"*","superagent":"*","engine.io-client":"0.7.9","s":"*"},"dist":{"shasum":"0c79fc2ce429bf6be04f953adf0c4efe58e8ddbd","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-0.7.9.tgz","integrity":"sha512-nIvN5cDqM0vnclfk/FsmCnooqhNBsojRlPHBOo+Az76mcZFT+a4mNaDIujJEVJjNBT5IhjQZAbVzVQayUJmu3Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFrHo/BozcmQh7WKQQq72Y036uXsAN426lCQf/YWV37+AiAQ1V1HLsbxeRD/l70tOcaA0WaLvAHKngjnKHZXmhqjyA=="}]}},"0.7.10":{"name":"engine.io","version":"0.7.10","dependencies":{"debug":"0.6.0","ws":"0.4.31","engine.io-parser":"0.3.0","base64id":"0.1.0"},"devDependencies":{"mocha":"*","expect.js":"*","superagent":"*","engine.io-client":"0.7.10","s":"*"},"dist":{"shasum":"58fdc731f5916331283a0aa011e83e3086a2ccb0","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-0.7.10.tgz","integrity":"sha512-d6fh3R1hV79sfSfzcoWKHX6XXc3h9lR76yARoNH86csoL2szHWGee8IWee7778iJRhCIZUVuveROLEcWGKOxWw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAJIOZ1tnyBOJKl4cZY2dvrax9m02sogxlrJUxqfDBgCAiEAjgsyWuFO4RAMxrT0LX5bEw06kIM9eDPq9lOgecvv0oc="}]}},"0.7.11":{"name":"engine.io","version":"0.7.11","dependencies":{"debug":"0.6.0","ws":"0.4.31","engine.io-parser":"0.3.0","base64id":"0.1.0"},"devDependencies":{"mocha":"*","expect.js":"*","superagent":"*","engine.io-client":"0.7.11","s":"*"},"dist":{"shasum":"74d380637e1434955f7a467bb14dcecba7235f72","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-0.7.11.tgz","integrity":"sha512-in1LFGawSm5tLqc5MRfM0bDqVjJue1BDaOiH6eR0GBY7E5026x9H39MV/K39B7y+gWAf9v6mmauykuHKNFX2Nw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCpz+Ei0/x5ajgG/N50FyYyAzDcKsgmRqsKrAhPvbdxMwIgGN5yI87dnFV882HAiaGyEv4A8si+hDf+RLVVPZmjAyw="}]}},"0.7.12":{"name":"engine.io","version":"0.7.12","dependencies":{"debug":"0.6.0","ws":"0.4.31","engine.io-parser":"0.3.0","base64id":"0.1.0"},"devDependencies":{"mocha":"*","expect.js":"*","superagent":"*","engine.io-client":"0.7.12","s":"*"},"dist":{"shasum":"da5dc89ede39bbcdf139ac14285ce589a4d068b6","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-0.7.12.tgz","integrity":"sha512-+Szdw1zSAxDslm2M16lL/yEuKc1YE251i3Zg057GR+2XR0PbSlhMOoPZ6KpfVOma9rrYvFaXHf+7H5O7BhW5ZQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDGuz2UwpPnlZkacm29ZjmK6bK9J5E01Ig/uTAw8+NV0gIhAI1nTmi28Nc+FM//bxlRdTHpQS0H6YaJJkdEGFcmYYpX"}]}},"0.7.13":{"name":"engine.io","version":"0.7.13","dependencies":{"debug":"0.6.0","ws":"0.4.31","engine.io-parser":"0.3.0","base64id":"0.1.0"},"devDependencies":{"mocha":"*","expect.js":"*","superagent":"*","engine.io-client":"0.7.13","s":"*"},"dist":{"shasum":"d4947795a8af292f5dc6dbbce1931aa5b971dee0","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-0.7.13.tgz","integrity":"sha512-fNoNzrmlSC6DfTiP6QXzwM/oLYz6186dLPkjyqVAFI1Xg5oyKVUlMHwEXSCOztiepFzS/yyC6O9dttxVAJ/A2Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDshjWg84i91rLm6gBKhEHnFTw5BsUbW89e1GLuGVledwIgCoCf8DY6o/hesOj0ZJFWva8qKU21G7sUJ6zG1WHviw4="}]}},"0.7.14":{"name":"engine.io","version":"0.7.14","dependencies":{"debug":"0.6.0","ws":"0.4.31","engine.io-parser":"0.3.0","base64id":"0.1.0"},"devDependencies":{"mocha":"*","expect.js":"*","superagent":"*","engine.io-client":"0.7.14","s":"*"},"dist":{"shasum":"e41de20ac6c43a0750c7366713721042e2f4d71c","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-0.7.14.tgz","integrity":"sha512-yB6DBO1ZsJ9CsoGBreA21ohFwxTGsfi0LcRpkLIoyKedc/ld95a8RPPyUvn8BnBFUGUwmxQLb/LhJfG3Rs802g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFazYl3dybDvEhVZbAZyfOtLBASyFuLDsjwsUhFAHfbnAiEA9we3RyZDMN82RPjrD/sXM7t/pZ9ILMtNl0Qob2Gsy60="}]}},"0.8.0":{"name":"engine.io","version":"0.8.0","dependencies":{"debug":"0.6.0","ws":"0.4.31","engine.io-parser":"0.3.0","base64id":"0.1.0"},"devDependencies":{"mocha":"*","expect.js":"*","superagent":"*","engine.io-client":"0.8.0","s":"*"},"dist":{"shasum":"5f10aa8bf24fffc352a7cfc7acce6fabe99eb103","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-0.8.0.tgz","integrity":"sha512-WMlZw8tu6c3pyrklFBvTyWakHoqIy5tjyLgDj7xGa3DbCPzA39ejUWBvCwz6VikapgBIXUdsNvSi939YHJQLRA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIE5/PomEMGcxEzOmydvXvRR75IZjLwledOd9oOGDUepJAiAW9HXk01C+yPCdJ78EoeCGxnIvvbkCeAlFW64Ee4Ivxw=="}]}},"0.8.1":{"name":"engine.io","version":"0.8.1","dependencies":{"debug":"0.6.0","ws":"0.4.31","engine.io-parser":"0.3.0","base64id":"0.1.0"},"devDependencies":{"mocha":"1.12.0","expect.js":"0.2.0","superagent":"0.15.4","engine.io-client":"0.8.1","s":"0.1.1"},"dist":{"shasum":"59316796b672a5cf5f759c1bdbd5823306e8bea4","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-0.8.1.tgz","integrity":"sha512-6yrnL+96fYTEEb5B+MH23fSUK4POc9vW1CpKbVI0XQgYqZQNnKhxoHV4drkcO984gkU/9a1dX9IW7kT/5XnhCw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIC9zxpOz3T4DaX4nrlB0Bhx3dLvfWVoXrJM5IZcYs01IAiEAm9yNxnkdEcmZRdgGZak8kinXhSpvB0L17L502BiCfAI="}]}},"0.8.2":{"name":"engine.io","version":"0.8.2","dependencies":{"debug":"0.6.0","ws":"0.4.31","engine.io-parser":"0.3.0","base64id":"0.1.0"},"devDependencies":{"mocha":"1.12.0","expect.js":"0.2.0","superagent":"0.15.4","engine.io-client":"0.8.2","s":"0.1.1"},"dist":{"shasum":"eb47e0d4c5b7a66976d152677838805e8406c293","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-0.8.2.tgz","integrity":"sha512-sBZhzF0C8zHE90/E626gC8rKhhqBrsykbvEv7auvd+/oq924bhZJAEVSaDp6Yav56LC5Dyg9pj4a20h+AoB7iw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHftkF0SP/2jmy+gUVLPyEKYJv24klqBL+xDIMb94S2bAiEA8MadsmAc99qEj4ubtfE0x1TN4d6XyCeEzyRLPa7CWCw="}]}},"0.9.0":{"name":"engine.io","version":"0.9.0","dependencies":{"debug":"0.6.0","ws":"0.4.31","engine.io-parser":"0.3.0","base64id":"0.1.0"},"devDependencies":{"mocha":"1.12.0","expect.js":"0.2.0","superagent":"0.15.4","engine.io-client":"0.9.0","s":"0.1.1"},"dist":{"shasum":"87c3457258bd36817c4fb9abd1964e9bae5522af","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-0.9.0.tgz","integrity":"sha512-hkMXWEC+zUPqCEAhFs4J+yN8S8GTu9/ChN6xL6CtpkAUswTPd5HQhSYJL6s64lgoEC/G+v9AMoViaokcbISo9A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC1fK/cDZEjGQ/5Vst1uQ21skdzO5I+qI5tUq+YAha25AIhAKqeVig7Ipu7UYFtdTfQjeaOOBYiucztKTfpGIEfpca1"}]}},"1.0.0":{"name":"engine.io","version":"1.0.0","dependencies":{"debug":"0.6.0","ws":"0.4.31","engine.io-parser":"1.0.0","base64id":"0.1.0"},"devDependencies":{"mocha":"1.12.0","expect.js":"0.2.0","superagent":"0.15.4","engine.io-client":"1.0.0","s":"0.1.1"},"dist":{"shasum":"5f6eec9d54bbdcf938b35650918d6365923f7542","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-1.0.0.tgz","integrity":"sha512-O5OGTClK1na1oKAtpw469Ocftp/IJkkaIb3ksuZLh0LrzHw58GogfV2Kn5X2ydSglbLJaDL4dBEkc6Nx/Oa4tg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDhLeWB6I3thO70XF5f09297rudd7hSe0/p1dSxwCyQ+QIhANXVDSW14gKaWUUfpUGAfGu+LvqXdeCsI1b0Sj7YKB/6"}]}},"1.0.1":{"name":"engine.io","version":"1.0.1","dependencies":{"debug":"0.6.0","ws":"0.4.31","engine.io-parser":"1.0.1","base64id":"0.1.0"},"devDependencies":{"mocha":"1.12.0","expect.js":"0.2.0","superagent":"0.15.4","engine.io-client":"1.0.1","s":"0.1.1"},"dist":{"shasum":"86c41f2b649256f7f830f604b2dc9e80f6ee7301","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-1.0.1.tgz","integrity":"sha512-DybFowAgaL88wA+M6m1SuWB7FKiX7kBGUxDtKazgKdAMgFj8sTULfHDrNoDcmeNlZRrJUkzlbKonZLt2GaYrjQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC1nYXne2F2WCTJrpFjK+4vUTLrM7n/8BSOo2oNCLooggIgAPlv/qMQfvXwSGp1fT7ZjqQRQs+q0ID3PGXJ/b+x6Sk="}]}},"1.0.2":{"name":"engine.io","version":"1.0.2","dependencies":{"debug":"0.6.0","ws":"0.4.31","engine.io-parser":"1.0.1","base64id":"0.1.0"},"devDependencies":{"mocha":"1.12.0","expect.js":"0.2.0","superagent":"0.15.4","engine.io-client":"1.0.2","s":"0.1.1"},"dist":{"shasum":"833aa237217145c66fe71ee0cf3d3d1af90ef4b8","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-1.0.2.tgz","integrity":"sha512-jsKBFD6iKzo0hl2bsuXy/fgd1HSb1kAqIJ0b0DkZgmrDf386fwEOdKEc/s/oUhFt/PmrIPX2deMFsj8FfLLF0w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCyuiD+H4CdOnX/NvxSj5TxyawZ6fRm+y99vXBUzxCy1AIhAPEq47AjlLlLC/K6aDKQoA7hVw9vo8pTBJasEs8vzdTg"}]}},"1.0.3":{"name":"engine.io","version":"1.0.3","dependencies":{"debug":"0.6.0","ws":"0.4.31","engine.io-parser":"1.0.1","base64id":"0.1.0"},"devDependencies":{"mocha":"1.12.0","expect.js":"0.2.0","superagent":"0.15.4","engine.io-client":"1.0.3","s":"0.1.1"},"dist":{"shasum":"059af68327f86600ae9c21254175f77ddf980178","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-1.0.3.tgz","integrity":"sha512-qcw9scdIkoPvUeVNheHZSSV2meY21JugZ7T7j60fmiesbRp2bcN8Y+hyxngj67j0R6hrQK7tqv0PHp0xtZ6YwA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDXt3XzRlXA7kH5r5RW3i0Dbr8HCu+UQz80Sjpdum4LBAiA7js/ffn0NSr0x5a4u+XxD7frHJF5Eb04QfkSQQ1isBw=="}]}},"1.0.4":{"name":"engine.io","version":"1.0.4","dependencies":{"debug":"0.6.0","ws":"0.4.31","engine.io-parser":"1.0.1","base64id":"0.1.0"},"devDependencies":{"mocha":"1.12.0","expect.js":"0.2.0","superagent":"0.15.4","engine.io-client":"1.0.4","s":"0.1.1"},"dist":{"shasum":"df836b3be80ffff98860c38ac4fe05033fa0e82d","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-1.0.4.tgz","integrity":"sha512-gX47L7eq5I+3sa+yF174bEq6zzSXXuDkLgu3lExahmEiKeWC2SeOU+dtCjmbw9Iqm5TIJtBsvZCmAsRM2Wt+Qw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAJEfsZZIDd8s9MwFMlLjegsMv5LbcKCbG2z7pIj2cYhAiEA9Xy7MUqvpHF2N3YSu2JBLdr0eAS483vZc+9XgOEQ/Gs="}]}},"1.0.5":{"name":"engine.io","version":"1.0.5","dependencies":{"debug":"0.6.0","ws":"0.4.31","engine.io-parser":"1.0.2","base64id":"0.1.0"},"devDependencies":{"mocha":"1.12.0","expect.js":"0.2.0","superagent":"0.15.4","engine.io-client":"1.0.5","s":"0.1.1"},"dist":{"shasum":"91df456d82d8ec3a65cd982a9743f84d7ed82f30","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-1.0.5.tgz","integrity":"sha512-1R7rInpUtG7RgOXgAImKcgOkDPnvqvSXry2xkF/HHl3dH8XLYAE/r6heEH+PkRhvfQH0ZmtQOvCWoOFjbRxYdA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDg9FIPwZ467XTMdtvi1X2QFFMBY7v4N5DT/n92m/EtfAiEAp5W4NifDgrxo+kUj9macYXf7OFQ8quS8ksTjYzqoefw="}]}},"1.1.0":{"name":"engine.io","version":"1.1.0","dependencies":{"debug":"0.6.0","ws":"0.4.31","engine.io-parser":"1.0.4","base64id":"0.1.0"},"devDependencies":{"mocha":"1.12.0","expect.js":"0.2.0","superagent":"0.15.4","engine.io-client":"1.1.0","s":"0.1.1"},"dist":{"shasum":"8d9c70fd3ca28f2fe705afaf0b1118bb24b22524","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-1.1.0.tgz","integrity":"sha512-SRAtl62htS6B0TfcMPrbEAg/8Lo6oGTqc8+N2WNm+7T57pog28hkfCpHJV4we+PCPOg/9mcgTh/s77aLrZgPJA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDHg8cezP77ruDlt/NU2DfhHi0/F1tNua49eHNSdlhj4gIhAOWTgD6fraBtrmyuK0IFGqIUevKDNN7cs82j9PXnigPe"}]}},"1.1.1":{"name":"engine.io","version":"1.1.1","dependencies":{"debug":"0.6.0","ws":"0.4.31","engine.io-parser":"1.0.5","base64id":"0.1.0"},"devDependencies":{"mocha":"1.12.0","expect.js":"0.2.0","superagent":"0.15.4","engine.io-client":"1.1.1","s":"0.1.1"},"dist":{"shasum":"1f9b9f77fc49d98b93b7c9d94b1a595ec8cbd022","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-1.1.1.tgz","integrity":"sha512-+QSLIfJe/aGfbglgBNHHixaMOvP6dee2mcOpAPQNy7yulIbn3netg+BcFz/JWcvCFi3ivmwtYg8g3O0swukQzw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDuUHG5iU/tKmSJe9Gzv4hyNnH6UXb8yVQluiHv7amG5wIgSYdK6vwse0FV8QI+gveifJvE9LMnVXwXpuRZ4gsv3mQ="}]}},"1.2.0":{"name":"engine.io","version":"1.2.0","dependencies":{"debug":"0.6.0","ws":"0.4.31","engine.io-parser":"1.0.5","base64id":"0.1.0"},"devDependencies":{"mocha":"1.12.0","expect.js":"0.2.0","superagent":"0.15.4","engine.io-client":"1.2.0","s":"0.1.1"},"dist":{"shasum":"b6566aa760fb750af0a4fb0e56d33edc22b6a2a7","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-1.2.0.tgz","integrity":"sha512-HBWPnJoVscPG3N9KT2ApPkdZye24R2Z6b91YjX52WRMo0ENtaRa7zB57S2bxFQ4Waqr3FH4LUEeK6cp3yIYHYA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCzvQy3FPPpGgWQ1r9q0777nGvwJrFv4GYWFAwlqaWKiQIhAJvHKnmhcXUv2tiSL2xEsnOS/XKWrDaud5N415ZbxN5K"}]}},"1.2.1":{"name":"engine.io","version":"1.2.1","dependencies":{"debug":"0.6.0","ws":"0.4.31","engine.io-parser":"1.0.5","base64id":"0.1.0"},"devDependencies":{"mocha":"1.12.0","expect.js":"0.2.0","superagent":"0.15.4","engine.io-client":"1.2.1","s":"0.1.1"},"dist":{"shasum":"a0f2e1577d004ffa883ba6a9a394cdfa891578c9","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-1.2.1.tgz","integrity":"sha512-hLee1/VZ/b9sU5zpS19any2s20gCC37E3tPI/HImOYYkfOjJdmttIBdped48FeISHMsSaklP4GG2B6mtzE40AQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDRa44/Iw8X5+TGRJzovDwLE7Sg+9TCyxLXj0nsKVK0YAiEAqbzoRebBD2zcn2M2noPPmlbZl3ZW3ZSeM3tiHeBWB4c="}]}},"1.2.2":{"name":"engine.io","version":"1.2.2","dependencies":{"debug":"0.6.0","ws":"0.4.31","engine.io-parser":"1.0.6","base64id":"0.1.0"},"devDependencies":{"mocha":"1.12.0","expect.js":"0.2.0","superagent":"0.15.4","engine.io-client":"1.2.2","s":"0.1.1"},"dist":{"shasum":"c30b3610799876c2d4c17be6bb8a967d763816c4","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-1.2.2.tgz","integrity":"sha512-dhGJIybdz1qYGdQ0lIBePvkzkaMWt/DQk/bYlcjzaCxPvhDt9YonQFPvmz4Be7Q244IKT+tOaaTRLq75dQfzOA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDhbyKsMp+d53qFO4rFmNtxfGX0uJMZgw7+PZdveiSIRgIhAMuQ0gos4VpvPjdc7hWM0myk4Ko1OuvEfhq09Qs7DxtZ"}]}},"1.3.0":{"name":"engine.io","version":"1.3.0","dependencies":{"debug":"0.6.0","ws":"0.4.31","engine.io-parser":"1.0.6","base64id":"0.1.0"},"devDependencies":{"mocha":"1.12.0","expect.js":"0.2.0","superagent":"0.15.4","engine.io-client":"1.3.0","s":"0.1.1"},"dist":{"shasum":"9d94efaba9d0968d783b3e2f9926c310ee0215b7","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-1.3.0.tgz","integrity":"sha512-zazlrouZ4/u8fpGsYyV6XXZfxRL3AOmd3YIcjlU7acqdfUk5lMuhpcGnNC3pSVuMO0FU//ePlvxC9DBnp0oGgw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDp7qTYsX2WJjjEpzcD/at2ZuUN7uSyPvBfU4l81tKxugIhAPsNoKvPkzt3tsEITHs8VaikJqztoRKXE7DZOLgJRGLw"}]}},"1.3.1":{"name":"engine.io","version":"1.3.1","dependencies":{"debug":"0.6.0","ws":"0.4.31","engine.io-parser":"1.0.6","base64id":"0.1.0"},"devDependencies":{"mocha":"1.12.0","expect.js":"0.2.0","superagent":"0.15.4","engine.io-client":"1.3.1","s":"0.1.1"},"dist":{"shasum":"2d968308fffae5d17f5209b6775246e90d8a705e","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-1.3.1.tgz","integrity":"sha512-fjnHWC9SLPoygMp6pqwoxmNkDDdYme4eCRTBTZLmEtGZETCpUEgSwoQjSgyj7IyIjqninKRF+2VeEV2kOniUFQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBaiiJ2oacebU9owTF5ZEOcNdDOp1XSOZ/JVgTXkYleCAiEAnJPMeeuajvmdtAhW1zGJghifkMAhPvrLvmilmmrj4jY="}]}},"1.4.0":{"name":"engine.io","version":"1.4.0","dependencies":{"debug":"1.0.3","ws":"0.4.31","engine.io-parser":"1.1.0","base64id":"0.1.0"},"devDependencies":{"mocha":"1.12.0","expect.js":"0.2.0","superagent":"0.15.4","engine.io-client":"1.4.0","s":"0.1.1"},"dist":{"shasum":"972c4f690f7efdc38b2a286760bb5f3e216ff168","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-1.4.0.tgz","integrity":"sha512-ocFKtBqXFjoCMhkPnZqlS3/56XBlbtpnISpf+5fQJMmOCdjXJbKVtvnoLuXFAZVWh9a9UMeW51P/4gXfTFoTlw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHaf/BDrlF6B7rJ27SXLcHekn1b7C0qtbfMoaivwjOtaAiA4NTC4FBfAEH1d6AI2Q+IB0wdX6R4QHtGXjP7PJ/irAw=="}]}},"1.4.1":{"name":"engine.io","version":"1.4.1","dependencies":{"debug":"1.0.3","ws":"0.4.31","engine.io-parser":"1.1.0","base64id":"0.1.0"},"devDependencies":{"mocha":"1.12.0","expect.js":"0.2.0","superagent":"0.15.4","engine.io-client":"1.4.1","s":"0.1.1"},"dist":{"shasum":"75c1fab7d9636459a839d09ac1a06727feeddeba","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-1.4.1.tgz","integrity":"sha512-teJoR35RDx/4DRst75abQcxSmVlLcIiivDCH7qeFPmXjCCRoqpLuOkk3jiTAbMzAu8i/G5SNkEz/AbvgXzUPHQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD7Lzat3NrCCp0+MMa9DBJijFz8Dv3ff7uZ7ATF8h0dewIgTrivnqxWQWmAgExMFf0Fg+EBAhN8NMjJdt8jl71/o/Y="}]}},"1.4.2":{"name":"engine.io","version":"1.4.2","dependencies":{"debug":"1.0.3","ws":"0.4.31","engine.io-parser":"1.1.0","base64id":"0.1.0"},"devDependencies":{"mocha":"1.12.0","expect.js":"0.2.0","superagent":"0.15.4","engine.io-client":"1.4.2","s":"0.1.1"},"dist":{"shasum":"0e69b0f7b57e1d9dfd6b57260abb204cb9de9d73","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-1.4.2.tgz","integrity":"sha512-f86+t7KMdLX3GmE755x0tmJ2Fi6l1UmM3/Q3JBpGjuRrd0Ph9skoho3SjtZ6ReYBH2ug1a2dD35XyX5mr8UPnw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAlT7lVYM/zYaU/Kj3wku7HDqflH0P9UtzeBJ3dTOZjKAiAf+J3mAOz2vdq2iUNU/HygMkMLbuNsD7MEYZyusYajKg=="}]}},"1.4.3":{"name":"engine.io","version":"1.4.3","dependencies":{"debug":"1.0.3","ws":"0.5.0","engine.io-parser":"1.1.0","base64id":"0.1.0"},"devDependencies":{"mocha":"1.12.0","expect.js":"0.2.0","superagent":"0.15.4","engine.io-client":"1.4.3","s":"0.1.1"},"dist":{"shasum":"0ac97dad713e8ca821c1f18ab037bf088555c3a6","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-1.4.3.tgz","integrity":"sha512-kMqJsjWqtlyJ1MscR1dhm8LTH/avrZk2qLYoitQ0Zgcr3wfdwHwRtnOxQuY55Gn9WKQjqXinYrUc8P/bOJfJ9Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEMPJXUKYiivq/qQkBt6a0FBZNkQggcK4N2eJ1GktM/vAiEAr7D2L3PT3MBZbTD8twYCOIvDwlpuYqawWdZWuGWk+6c="}]}},"1.5.0":{"name":"engine.io","version":"1.5.0","dependencies":{"debug":"1.0.3","ws":"0.5.0","engine.io-parser":"1.2.1","base64id":"0.1.0"},"devDependencies":{"mocha":"1.12.0","expect.js":"0.2.0","superagent":"0.15.4","engine.io-client":"1.5.0","s":"0.1.1"},"dist":{"shasum":"80110e495b7f9d20c66eeb395d856fb2e74ea0f8","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-1.5.0.tgz","integrity":"sha512-C2CCxaQjtgSmRMCeubgjVnTkPpLfxNijX7kSE8/TUgeXfCMcTlo2Aw+nxOueewmEWfsBtOzE4LEh/IKCcB9s2w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBNfvyCXC3Slw6ib99KfHnQenPZYlg9JLfHwwjCamigGAiA56cj9VmyYinKhbt8tWsYAPKpBpSSj441J8OVmzI1opA=="}]}},"1.5.1":{"name":"engine.io","version":"1.5.1","dependencies":{"debug":"1.0.3","ws":"0.5.0","engine.io-parser":"1.2.1","base64id":"0.1.0"},"devDependencies":{"mocha":"1.12.0","expect.js":"0.2.0","superagent":"0.15.4","engine.io-client":"1.5.1","s":"0.1.1"},"dist":{"shasum":"8f7a4b2aadf974b71ffd185cffe1e2bdf384ddfb","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-1.5.1.tgz","integrity":"sha512-cTXNS499rzTTzhKTHBQiKYhAvIgnHSzAKgTt3x3qpfXD4K5AsFHh4gLYYuv2AyAcDiOCOHe/3EAifQcn57CcPw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIG5Fj6Qog06a3Fek9LB2fcv7spytwfSbC/t/CtIEeapHAiEAlWCDE+remNdQLRDiIBjC2m+i3QQWoA33GCZGlAHaVvc="}]}},"1.5.2":{"name":"engine.io","version":"1.5.2","dependencies":{"base64id":"0.1.0","debug":"1.0.3","engine.io-parser":"1.2.1","ws":"0.7.2"},"devDependencies":{"mocha":"1.12.0","expect.js":"0.2.0","superagent":"0.15.4","engine.io-client":"1.5.2","s":"0.1.1"},"dist":{"shasum":"6102af7d6cda660f9e35c963acab5944ea05db50","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-1.5.2.tgz","integrity":"sha512-Qzyvmp8aQv02ubSyUjlrj3PffSfTQPhlILsljAaQ0K9X7chL4T+oB/rtaJoTD1/UGtzvpgI9LL5uB0CMrpWwMw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBo1kDR4yMyKaSXm5nqEdDyMwTTHunKhXWQajuXh5PFDAiAQ5Ps+dQ92Rar8qzLyAQzKlvti8Y4nAQpTKB4oYio0+Q=="}]}},"1.5.3":{"name":"engine.io","version":"1.5.3","dependencies":{"base64id":"0.1.0","debug":"1.0.3","engine.io-parser":"1.2.1","ws":"0.8.0"},"devDependencies":{"mocha":"1.12.0","expect.js":"0.2.0","superagent":"0.15.4","engine.io-client":"1.5.3","s":"0.1.1"},"dist":{"shasum":"97f770f87be6b06d534156992bd914eb471c8710","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-1.5.3.tgz","integrity":"sha512-rHsonI8RSPjDRF5ErYnV3pUgk/yWFRnH4FimwOANN4m9pE7tAGYBvd8TjYnfQyngkTpxcY3sRPua5B1njajt5g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCOjMYP2wOPXM2j/MI36pFAPlLGApXlZUeXsuz26MCYpAIhAKmU0CKFCfDvDEENA+EJYq2HfKR0OCfj2z7LxycaHxrH"}]}},"1.5.4":{"name":"engine.io","version":"1.5.4","dependencies":{"base64id":"0.1.0","debug":"1.0.3","engine.io-parser":"1.2.2","ws":"0.8.0"},"devDependencies":{"mocha":"1.12.0","expect.js":"0.2.0","superagent":"0.15.4","engine.io-client":"1.5.4","s":"0.1.1"},"dist":{"shasum":"c6141012911c350631c1b390f5324eb4202e29f2","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-1.5.4.tgz","integrity":"sha512-hmvHvhL8RGkwwpIJAFo7XxSKn4r05bL/a0liG3hevorgWfkblbt4ofgZttlWA6zz1mYlLoC6KR6unHdYvjjTOg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFVruf/JWuL7RQROMD+JU9cb76MUOhua/9rK5MR+S0YRAiEA9V6j/0CjrP2ekBnQEDTd1Lq9URvIfCcEzGOlyP5pot4="}]}},"1.6.0":{"name":"engine.io","version":"1.6.0","dependencies":{"base64id":"0.1.0","debug":"2.2.0","ws":"0.8.0","engine.io-parser":"1.2.2","accepts":"1.1.4"},"devDependencies":{"engine.io-client":"1.6.0","expect.js":"0.2.0","mocha":"2.3.4","s":"0.1.1","superagent":"0.15.4"},"dist":{"shasum":"64d3eb24ee0b83fae84d0a3ec252e86a1eb9cd84","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-1.6.0.tgz","integrity":"sha512-LgZSF7wYAW8FDKZExyOkiXmVrvwVPRL92ATkfUibUMmRXZvel88JboeSf6nkKwxTwhn+ViFyDCeQhLm7322TbQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDPQ9RhchD75DGFid5iRX7pqq2nSQSkIzw4OYzKV57leAIhANW1DLAkRxK27aY2RwHREiAzkM8/ZKXkfckgrPM+p/e3"}]}},"1.6.1":{"name":"engine.io","version":"1.6.1","dependencies":{"base64id":"0.1.0","debug":"2.2.0","ws":"0.8.0","engine.io-parser":"1.2.2","accepts":"1.1.4"},"devDependencies":{"engine.io-client":"1.6.1","expect.js":"0.2.0","mocha":"2.3.4","s":"0.1.1","superagent":"0.15.4"},"dist":{"shasum":"ecd2c08d83cf252b0a7e3d9ae8f5352deda1d717","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-1.6.1.tgz","integrity":"sha512-QEHFtT0WHweuPq8BX1phR0mRP2Ia40Gb+RYlsK0EIFq2yx6aHP/404jUQdu4HaNni+2hOVB4afvMtRaSUs27hg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEyI7tOWpYPmZaGQtRHkoRyd1JrzvsoxXeEviUUGHlnzAiBvEmvqY1MzHItgO7i5S0wQ0dj/2uzr8bNQNWGE7Erc3A=="}]}},"1.6.2":{"name":"engine.io","version":"1.6.2","dependencies":{"base64id":"0.1.0","debug":"2.2.0","ws":"0.8.1","engine.io-parser":"1.2.2","accepts":"1.1.4"},"devDependencies":{"engine.io-client":"1.6.2","expect.js":"0.2.0","mocha":"2.3.4","s":"0.1.1","superagent":"0.15.4"},"dist":{"shasum":"8680563eea53f84d5f60c68d3dbec530d60c5aea","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-1.6.2.tgz","integrity":"sha512-Z3mggXc+Y1KDy0Jwqd3ai7j0mj00FP352xcyOgsSsUnI9JE9R/f1Ofdagd9Ez4vsygeITk4sZrL9B/exZX6nmA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDtKPJ43oBMdBXEA0Wtd7XwdvYrmiUP5eMgDZbX0U87SwIhAJa5LdFHW4Fp/CxIc2IklWPUvY5y+FzwD/EtwyxYagjC"}]}},"1.6.3":{"name":"engine.io","version":"1.6.3","dependencies":{"base64id":"0.1.0","debug":"2.2.0","ws":"0.8.1","engine.io-parser":"1.2.2","accepts":"1.1.4"},"devDependencies":{"engine.io-client":"1.6.3","expect.js":"0.2.0","mocha":"2.3.4","s":"0.1.1","superagent":"0.15.4"},"dist":{"shasum":"5cdfb438e5375e1a1001fbd2d08fa81c449a4f56","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-1.6.3.tgz","integrity":"sha512-4wwiChcJW9vQ3DEqwj6uPSJIAuU0iPElLtCBzBm0ija56u1RWQYbSjCN02cDdejJdSb94oSfTyPQz5DhRmnBmQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBsCSz0U9eIP8/hmI04pR3bfRbdajLNb85ayv3vjna8OAiEA6QLIDen/oGdCvvulGLSIPHpk0JmTYZlVFxn4abNnpr0="}]}},"1.6.4":{"name":"engine.io","version":"1.6.4","dependencies":{"base64id":"0.1.0","debug":"2.2.0","ws":"0.8.1","engine.io-parser":"1.2.4","accepts":"1.1.4"},"devDependencies":{"engine.io-client":"1.6.4","expect.js":"0.2.0","mocha":"2.3.4","s":"0.1.1","superagent":"0.15.4"},"dist":{"shasum":"b6dcf6d8ac7f3aeb4042011610325545458400be","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-1.6.4.tgz","integrity":"sha512-tIe32CUfeGCo0T9C/6l1CM3kiEqfT0Sea97Ny1ybtkfrg3qWC2GiJD/oK35GhpGQQS3GWnrGrZ1Dg3NuqEQg1w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEHo7DQjXWJgBHILPvmUOU79Kpe6Kz7bBi5yvh+vUzpnAiEAu864KxQn1eITkMlnRYDZXX/nEfEIGI8B7viItyWlHb8="}]}},"1.6.5":{"name":"engine.io","version":"1.6.5","dependencies":{"base64id":"0.1.0","debug":"2.2.0","ws":"1.0.1","engine.io-parser":"1.2.4","accepts":"1.1.4"},"devDependencies":{"engine.io-client":"1.6.5","expect.js":"0.2.0","mocha":"2.3.4","s":"0.1.1","superagent":"0.15.4"},"dist":{"shasum":"b276381a89c88a580127bdfb51ccfb8c086f51bb","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-1.6.5.tgz","integrity":"sha512-GFh0G1sR766R8bEe1fg/XSmUpg3wdbUXAvyTN6eBDhtgF2dWdVFHdu3l81c2g8l6TzcTNzg69d9lj3UcRZQ6Rw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD/yUs+a8YyJe63MuPOFBPUo6GpkMe9jOUCUlmTEzeWCQIhALAvzJCt9Pdf1tus8B3wwK+AU/WDHFUhHToMZZ4C8u2w"}]}},"1.6.6":{"name":"engine.io","version":"1.6.6","dependencies":{"base64id":"0.1.0","debug":"2.2.0","ws":"1.0.1","engine.io-parser":"1.2.4","accepts":"1.1.4"},"devDependencies":{"engine.io-client":"1.6.6","expect.js":"0.2.0","mocha":"2.3.4","s":"0.1.1","superagent":"0.15.4"},"dist":{"shasum":"83ff6cdb2bf84b933a929ea001398ede1d535fb2","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-1.6.6.tgz","integrity":"sha512-l7waG4fu+8u5wl5DpNjDKQvJEDECvjH+ph1X8Ap5PCeU3AZEtU4b4Kh4Vt8YlzyJqlhACjXsAekl1hbIA8WT5g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEpRiTDITCuGkNQkhFchYhxJThI8QupBygqx2ilVAYAUAiB1LPCZ8+YbmR+ecMSTS0ah/TnZEvN4zmT6MxUvgFrCIQ=="}]}},"1.6.7":{"name":"engine.io","version":"1.6.7","dependencies":{"base64id":"0.1.0","debug":"2.2.0","ws":"1.0.1","engine.io-parser":"1.2.4","accepts":"1.1.4"},"devDependencies":{"engine.io-client":"1.6.7","expect.js":"0.2.0","mocha":"2.3.4","s":"0.1.1","superagent":"0.15.4"},"dist":{"shasum":"d49db58ffa41cb7a6ab24732f14dacfb39c4d27c","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-1.6.7.tgz","integrity":"sha512-SLF98X8pote/cVVjbMJ0rdBS3f+otL7S+0Pt6m7cDdxDn7w0SwyGs9NuobB3o2Pmrr/S+rIvAjwYqdIAs2/jvQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC29G6ITvqnI2LAnkcrQwx8HiL+f5BJVpLGO8ew3+gLXAIgW/pP0oVi26Cbd7/iI7hCzDi/w8udv8wiDkEMAvj+NW4="}]}},"1.6.8":{"name":"engine.io","version":"1.6.8","dependencies":{"base64id":"0.1.0","debug":"2.2.0","ws":"1.0.1","engine.io-parser":"1.2.4","accepts":"1.1.4"},"devDependencies":{"engine.io-client":"1.6.8","expect.js":"0.2.0","mocha":"2.3.4","s":"0.1.1","superagent":"0.15.4"},"dist":{"shasum":"de05a06b757e7517695e088c7b051c47819f511b","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-1.6.8.tgz","integrity":"sha512-OsFYCtdM1MmWqtfbNN+tHkvhlC/AJovIIoTfUCwRvcaDPul2UlorjmTUdONf/YWO4ZWzOo1y4JxSDCU9r03WmQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDUo6JkxPCgsvFha6K6WrSBqosGAGglkr4BJZpteoMd5AiAaqtZsmyoqKHAyf0TmwoFveQQEzubNHk/222hsU80cng=="}]}},"1.6.9":{"name":"engine.io","version":"1.6.9","dependencies":{"base64id":"0.1.0","debug":"2.2.0","ws":"1.0.1","engine.io-parser":"1.2.4","accepts":"1.1.4"},"devDependencies":{"engine.io-client":"1.6.9","expect.js":"0.2.0","mocha":"2.3.4","s":"0.1.1","superagent":"0.15.4"},"dist":{"shasum":"1fe2fe827adb5d6f296e1002403edfa046bb6975","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-1.6.9.tgz","integrity":"sha512-g99lRofCqRYcHSEX1I4jw1URrHqbUH7o+3go5th2zYF/WmqvNRKORkrUHA/05gwDuE3ScUmUMvM/hRnUWMecLw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCx6sG3H8SGndXU2L7KGM67UE/51rvGw88IBqL4bXIdqwIhAK7/dBEoXPWPe0Og9w4je/iI65ErgNB0xBXA7a9fOIU/"}]}},"1.6.10":{"name":"engine.io","version":"1.6.10","dependencies":{"base64id":"0.1.0","debug":"2.2.0","ws":"1.0.1","engine.io-parser":"1.2.4","accepts":"1.1.4"},"devDependencies":{"engine.io-client":"1.6.10","expect.js":"0.2.0","mocha":"2.3.4","s":"0.1.1","superagent":"0.15.4"},"dist":{"shasum":"f87d84e1bd21d1a2ec7f8deef0c62054acdfb27a","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-1.6.10.tgz","integrity":"sha512-UAPwt/YanmlhTwtssOW+0aCf6bWHteaF4ScBKaDya+TKa293MojDkTYBP3mrdn3kKdu2yrR+2CUrAVLrvL7tqg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCE1z2WwJmMbFZDPR8aGHxadRhu7eLC6E63ji+u+yy+DgIhAPyBDM2R3l2P2nnZxcsVUDJFje6OJDBwdOywpbR1b0nM"}]}},"1.6.11":{"name":"engine.io","version":"1.6.11","dependencies":{"base64id":"0.1.0","debug":"2.2.0","ws":"1.1.0","engine.io-parser":"1.2.4","accepts":"1.1.4"},"devDependencies":{"engine.io-client":"1.6.11","expect.js":"0.2.0","mocha":"2.3.4","s":"0.1.1","superagent":"0.15.4"},"dist":{"shasum":"2533a97a65876c40ffcf95397b7ef9b495c423fe","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-1.6.11.tgz","integrity":"sha512-8/G7xpFtYlqiCh7bs05TYtiAib8f1eIcirA/G/Fh/f5W+tixgUz9L+Taf9vMP4Ci5seg7m/0Ez2N2KrpZRLydA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAEwlUnX/F+SHqO/OXueGzB4ffo1VdbZP2AAg+fxEn58AiEA9uBbU/mBKttis/GNrR2eseLTvQbSH9Zi0qonm3MoukI="}]}},"1.7.0":{"name":"engine.io","version":"1.7.0","dependencies":{"accepts":"1.3.3","base64id":"0.1.0","debug":"2.2.0","engine.io-parser":"1.3.0","ws":"1.1.1"},"devDependencies":{"babel-preset-es2015":"6.3.13","engine.io-client":"1.6.11","expect.js":"0.2.0","gulp":"3.9.0","gulp-babel":"6.1.1","gulp-mocha":"2.2.0","gulp-nsp":"^2.4.1","mocha":"2.3.4","s":"0.1.1","superagent":"0.15.4","uws":"0.4.0"},"dist":{"shasum":"a417857af4995d9bbdf8a0e03a87e473ebe64fbe","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-1.7.0.tgz","integrity":"sha512-6yG5EqesHSKEvVl+30o1NYEkEC90soJGlAsPl7otRj+OyOjsTjv1JQkqXszsKjnHVIFBjq2WNlp6lEwQubg/1Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDsN+XjRvZYUFOldvDIbaSYrKtYkpn9AFDIwyvToLpA2wIgZ/4MC1kx1aBiCNPdXMx7aOxDfZtnutfAxYPRzR2IK88="}]}},"1.7.1":{"name":"engine.io","version":"1.7.1","dependencies":{"accepts":"1.3.3","base64id":"0.1.0","debug":"2.2.0","engine.io-parser":"1.3.1","ws":"1.1.1"},"devDependencies":{"babel-preset-es2015":"6.3.13","engine.io-client":"1.7.1","expect.js":"0.2.0","gulp":"3.9.0","gulp-babel":"6.1.1","gulp-mocha":"2.2.0","gulp-nsp":"^2.4.1","mocha":"2.3.4","s":"0.1.1","superagent":"0.15.4","uws":"0.4.0"},"dist":{"shasum":"8599092883c5e1b26f7b08d23b587086df991066","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-1.7.1.tgz","integrity":"sha512-pzLmYjG2Rb7GTnlLYbF7oEZffzUYfZAXzJIg9TuCZ7dPGdaIcLnAKd7K9rUDKcJZfcAQGBQG57UXInurDGMiRQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDN5Xw1RvBdnJr4g84hUaNcPM7/v6C9c+dEV4jD0XyKjAIhAK5VGHFDMlK3I7vsQuYt62WaII7MnO7kBt0pvY3bp8dI"}]}},"1.7.2":{"name":"engine.io","version":"1.7.2","dependencies":{"accepts":"1.3.3","base64id":"0.1.0","debug":"2.2.0","engine.io-parser":"1.3.1","ws":"1.1.1"},"devDependencies":{"babel-preset-es2015":"6.3.13","engine.io-client":"1.7.2","expect.js":"0.2.0","gulp":"3.9.0","gulp-babel":"6.1.1","gulp-mocha":"2.2.0","gulp-nsp":"^2.4.1","mocha":"2.3.4","s":"0.1.1","superagent":"0.15.4","uws":"0.4.0"},"dist":{"shasum":"877c14fa0486f8b664d46a8101bf74feef2e4e46","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-1.7.2.tgz","integrity":"sha512-uzmI2t/HAV/1ZzpqLfUTBKKgJlo2jQl/nAZie+i5azzF8AY5GHia8Ztc8p8xmcZEPTMhKKzt35rx4rStOzjYew==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICOB5W0KcIKXZCSVTCVV4SMXWvZTJIkgmYZU+KqUPDObAiEAuEwq5AEritiUl3UrO8PaP5y7f4u/SYq5Ry+9yiZqSrE="}]}},"1.8.0":{"name":"engine.io","version":"1.8.0","dependencies":{"accepts":"1.3.3","base64id":"0.1.0","debug":"2.3.3","engine.io-parser":"1.3.1","ws":"1.1.1","cookie":"0.3.1"},"devDependencies":{"babel-eslint":"5.0.0","babel-preset-es2015":"6.3.13","engine.io-client":"1.8.0","eslint-config-standard":"4.4.0","eslint-plugin-standard":"1.3.2","expect.js":"0.2.0","gulp":"3.9.0","gulp-babel":"6.1.1","gulp-eslint":"1.1.1","gulp-mocha":"2.2.0","gulp-nsp":"^2.4.1","mocha":"2.3.4","s":"0.1.1","superagent":"0.15.4","uws":"0.4.0"},"dist":{"shasum":"3eeb5f264cb75dbbec1baaea26d61f5a4eace2aa","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-1.8.0.tgz","integrity":"sha512-1oB0MQCJOd8K5G7kJFDoduFHQVqUrn7T5o/TUSjre9MRSgvETpN+FpRV+DYciiwS3n2ajcn5ECBMJtZGwnXOkg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICtWQ91xdoF/RYkBJqIls5Wd77aAkQ+1wyGgUbmgMcTMAiALvI4W+MnXGH/uSNu+HrwuOxs1YGp+/zVjXbGTfPoysA=="}]}},"1.8.1":{"name":"engine.io","version":"1.8.1","dependencies":{"accepts":"1.3.3","base64id":"0.1.0","debug":"2.3.3","engine.io-parser":"1.3.1","ws":"1.1.1","cookie":"0.3.1"},"devDependencies":{"babel-eslint":"5.0.0","babel-preset-es2015":"6.3.13","engine.io-client":"1.8.1","eslint-config-standard":"4.4.0","eslint-plugin-standard":"1.3.2","expect.js":"0.2.0","gulp":"3.9.0","gulp-babel":"6.1.1","gulp-eslint":"1.1.1","gulp-mocha":"2.2.0","gulp-nsp":"^2.4.1","mocha":"2.3.4","s":"0.1.1","superagent":"0.15.4","uws":"0.4.0"},"dist":{"shasum":"20066ea903304f13ee37f10faaff6b4784f64373","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-1.8.1.tgz","integrity":"sha512-R6SlKktpG7qDkcafGfxP0ydHKNlvnLB4QvgtnHwyX1ItfHqIp/xp47cJNmFctNqoqCStVKsVSXOwlUXIob5lMg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFJwcLOuM5fw0RmBGmHbPrymsrxRXhVI2aHFmqvE1yDOAiA37hxfK6R+w2MIjGPRD9WKFah11cOnBSAWMUHuamKwYg=="}]}},"1.8.2":{"name":"engine.io","version":"1.8.2","dependencies":{"accepts":"1.3.3","base64id":"1.0.0","debug":"2.3.3","engine.io-parser":"1.3.2","ws":"1.1.1","cookie":"0.3.1"},"devDependencies":{"babel-eslint":"5.0.0","babel-preset-es2015":"6.3.13","engine.io-client":"1.8.2","eslint-config-standard":"4.4.0","eslint-plugin-standard":"1.3.2","expect.js":"0.2.0","gulp":"3.9.0","gulp-babel":"6.1.1","gulp-eslint":"1.1.1","gulp-mocha":"2.2.0","gulp-nsp":"^2.4.1","mocha":"2.3.4","s":"0.1.1","superagent":"0.15.4","uws":"0.4.0"},"dist":{"shasum":"6b59be730b348c0125b0a4589de1c355abcf7a7e","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-1.8.2.tgz","integrity":"sha512-Fsaj5H5b9CLg1ahlSQ6SS5ozSX6LXXZ3Q/O7EruEAAH1jn/3UUYxe0++P+cz3tiWJ+AqrjAgbJHFBDPdjbexnw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEeHjIEeliVPXQcmRhmyZSOOJw0qxS8cvzXiEjzsjQT/AiAIeQfoAKnteWPAUtMQNwCRoQzCiLhxg8LeCl7npDxoCw=="}]}},"2.0.0":{"name":"engine.io","version":"2.0.0","dependencies":{"accepts":"1.3.3","base64id":"1.0.0","debug":"2.3.3","engine.io-parser":"2.0.0","ws":"1.1.1","cookie":"0.3.1","uws":"0.12.0"},"optionalDependencies":{"uws":"0.12.0"},"devDependencies":{"babel-eslint":"5.0.0","babel-preset-es2015":"6.3.13","engine.io-client":"2.0.0","eslint-config-standard":"4.4.0","eslint-plugin-standard":"1.3.2","expect.js":"0.2.0","gulp":"3.9.0","gulp-babel":"6.1.1","gulp-eslint":"1.1.1","gulp-mocha":"2.2.0","gulp-nsp":"^2.4.1","mocha":"2.3.4","s":"0.1.1","superagent":"0.15.4"},"dist":{"shasum":"f162d84cb28a6dda8cadb8106a53169dc50178ce","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-2.0.0.tgz","integrity":"sha512-fCZXfqqhoOO2ltqeP+UwFjGoZtfmQlncfSS1ZTycuTAeblJLQqukKQoO0Q08UNMC0SUFBAOVE1K5DyMWs98K9g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBQuX2q10k6rQzEjqpzfJT8t9BDhZIEYW6eYu6OTdIlQAiEA/wmn895EAcTvTz2/zLoEDkseatStBAJaQai5KE3+el8="}]}},"2.0.1":{"name":"engine.io","version":"2.0.1","dependencies":{"accepts":"1.3.3","base64id":"1.0.0","debug":"2.3.3","engine.io-parser":"2.0.0","ws":"1.1.1","cookie":"0.3.1","uws":"0.12.0"},"optionalDependencies":{"uws":"0.12.0"},"devDependencies":{"babel-eslint":"5.0.0","babel-preset-es2015":"6.3.13","engine.io-client":"2.0.1","eslint-config-standard":"4.4.0","eslint-plugin-standard":"1.3.2","expect.js":"0.2.0","gulp":"3.9.0","gulp-babel":"6.1.1","gulp-eslint":"1.1.1","gulp-mocha":"2.2.0","gulp-nsp":"^2.4.1","mocha":"2.3.4","s":"0.1.1","superagent":"0.15.4"},"dist":{"shasum":"93c0a44c6ae2e10c0ba529c72bf1aec33ee26250","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-2.0.1.tgz","integrity":"sha512-oTegMB7xz3qE20QdOkcbKNMmz+zMXq2/+fQMiAuSZY9xMUr9nurOHJ3D2Twivu7DY7x6RIGasngBZEMgn92J9A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDH93av68E3qWRPvFpKUER2iu86MjlJ6y9wKc3Va+5OVgIhAINHtSP9LFnL3WIDJcVDRwgj0oeC2CgOYPJpsimED0pc"}]}},"2.0.2":{"name":"engine.io","version":"2.0.2","dependencies":{"accepts":"1.3.3","base64id":"1.0.0","debug":"2.3.3","engine.io-parser":"2.0.0","ws":"1.1.2","cookie":"0.3.1","uws":"0.12.0"},"optionalDependencies":{"uws":"0.12.0"},"devDependencies":{"babel-eslint":"5.0.0","babel-preset-es2015":"6.3.13","engine.io-client":"2.0.2","eslint-config-standard":"4.4.0","eslint-plugin-standard":"1.3.2","expect.js":"0.2.0","gulp":"3.9.0","gulp-babel":"6.1.1","gulp-eslint":"1.1.1","gulp-mocha":"2.2.0","gulp-nsp":"^2.4.1","mocha":"2.3.4","s":"0.1.1","superagent":"0.15.4"},"dist":{"shasum":"a00e1494853146b4e20053d0715555ad82356028","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-2.0.2.tgz","integrity":"sha512-g1LFbkrjdJWqU5tHjRzZH8zHI4797bXsZjbjuqBv9x+IALCL7qGbLlBhu2tYHZiqCrmcBkRg7VauyQN9RkX07w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDdtweg41vUxY/QjizyLhV/fh+/MqMYGKmg4i96c9riVgIhALp2ga6w+RjxwT1oRrOVe/90YECtIJLUrWYLxeBtdSTI"}]}},"1.8.3":{"name":"engine.io","version":"1.8.3","dependencies":{"accepts":"1.3.3","base64id":"1.0.0","debug":"2.3.3","engine.io-parser":"1.3.2","ws":"1.1.2","cookie":"0.3.1"},"devDependencies":{"babel-eslint":"5.0.0","babel-preset-es2015":"6.3.13","engine.io-client":"1.8.3","eslint-config-standard":"4.4.0","eslint-plugin-standard":"1.3.2","expect.js":"0.2.0","gulp":"3.9.0","gulp-babel":"6.1.1","gulp-eslint":"1.1.1","gulp-mocha":"2.2.0","gulp-nsp":"^2.4.1","mocha":"2.3.4","s":"0.1.1","superagent":"0.15.4","uws":"0.4.0"},"dist":{"shasum":"8de7f97895d20d39b85f88eeee777b2bd42b13d4","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-1.8.3.tgz","integrity":"sha512-VNQ79eqoDiapJ2tDMu+N7SPDm11btXpO7b2gsxBVd1XbxBCx6xLyTESIuFlWUspsbuif6Rq88pYNrQce5G7bqw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDVhXAEk1naMWMkANPhcQvn1/yZdfJyuLWj00seeC/kgAIhAID6ckVj8TSi4zOm3xinBQa7SOvw2Vcr4CqKvMixFtVT"}]}},"2.1.0":{"name":"engine.io","version":"2.1.0","dependencies":{"accepts":"1.3.3","base64id":"1.0.0","debug":"2.3.3","engine.io-parser":"2.0.1","ws":"1.1.2","cookie":"0.3.1","uws":"0.13.0"},"optionalDependencies":{"uws":"0.13.0"},"devDependencies":{"babel-eslint":"5.0.0","babel-preset-es2015":"6.3.13","engine.io-client":"2.1.0","eslint-config-standard":"4.4.0","eslint-plugin-standard":"1.3.2","expect.js":"0.2.0","gulp":"3.9.0","gulp-babel":"6.1.1","gulp-eslint":"1.1.1","gulp-mocha":"2.2.0","gulp-nsp":"^2.4.1","mocha":"2.3.4","s":"0.1.1","superagent":"0.15.4"},"dist":{"shasum":"300a86a5c5fe4296f096b49d97f73a96c5c5444d","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-2.1.0.tgz","integrity":"sha512-26C/fW8epjG7W3qM5gJ5RsIb+9bDx134f3sS1MMjvFDz6U/rnMcBJYp14MNIKKOyHyJXYLmpBPEY3J9fyoiaPQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEAcC4MflCcapML3dZSPuwHwgxChj64UkIZuN9Hzwpj5AiEArXoURPROzqSuJ8k0QuDAq9NZexkhcoGY5mLaBlGxNck="}]}},"2.1.1":{"name":"engine.io","version":"2.1.1","dependencies":{"accepts":"1.3.3","base64id":"1.0.0","debug":"2.3.3","engine.io-parser":"2.0.2","ws":"1.1.2","cookie":"0.3.1","uws":"0.13.0"},"optionalDependencies":{"uws":"0.13.0"},"devDependencies":{"babel-eslint":"5.0.0","babel-preset-es2015":"6.3.13","engine.io-client":"2.1.1","eslint-config-standard":"4.4.0","eslint-plugin-standard":"1.3.2","expect.js":"0.2.0","gulp":"3.9.0","gulp-babel":"6.1.1","gulp-eslint":"1.1.1","gulp-mocha":"2.2.0","gulp-nsp":"^2.4.1","mocha":"2.3.4","s":"0.1.1","superagent":"0.15.4"},"dist":{"shasum":"2f9d8bb7887ff1b2b07bac6d84150c576af45f4f","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-2.1.1.tgz","integrity":"sha512-i2hXhrdSCgqKHAmSz4QVaTWKMT/y+tdXX5D8J0U+HNjn4eEzvIpdBVJ0YWBfIheByatstWsFpHfXH7T+70p6Cw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIE7OQwQezGmCM8GeSxb7eHb090G5eZ6MhOpL4+r4hofBAiAngUdgNzeoVjLJejUzbmZvYYwLk5xLfYG+pcEOWltVoA=="}]}},"3.0.0":{"name":"engine.io","version":"3.0.0","dependencies":{"accepts":"1.3.3","base64id":"1.0.0","debug":"2.3.3","engine.io-parser":"2.0.3","ws":"2.2.3","cookie":"0.3.1","uws":"0.14.1"},"optionalDependencies":{"uws":"0.14.1"},"devDependencies":{"babel-eslint":"5.0.0","babel-preset-es2015":"^6.24.0","engine.io-client":"3.0.0","eslint-config-standard":"4.4.0","eslint-plugin-standard":"1.3.2","expect.js":"^0.3.1","gulp":"^3.9.1","gulp-babel":"^6.1.2","gulp-eslint":"1.1.1","gulp-mocha":"^4.3.0","gulp-nsp":"^2.4.1","mocha":"^3.2.0","s":"0.1.1","superagent":"0.15.4"},"dist":{"shasum":"fde0f460686f09e295bc55933663c1cf37759933","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-3.0.0.tgz","integrity":"sha512-MmNtJBLYRj3qIY9Cn+wbYB7UXSSRoBiMEEXHK3LDa+JORY7AlTZs1OU7UAuJRzhWMYSUZ93+5ZStBvFRBolKUw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCCMVaYoUB7j+kUWhEhjoBFxYTxfjpAiJ8ZJY/CcZAXXQIgI+VH26jzMNgVUv3VGoofqX/bB1k4TxSimGjccFJdMO8="}]}},"3.1.0":{"name":"engine.io","version":"3.1.0","dependencies":{"accepts":"1.3.3","base64id":"1.0.0","debug":"~2.6.4","engine.io-parser":"~2.1.0","ws":"~2.3.1","cookie":"0.3.1","uws":"~0.14.4"},"optionalDependencies":{"uws":"~0.14.4"},"devDependencies":{"babel-eslint":"5.0.0","babel-preset-es2015":"^6.24.0","engine.io-client":"3.1.0","eslint-config-standard":"4.4.0","eslint-plugin-standard":"1.3.2","expect.js":"^0.3.1","gulp":"^3.9.1","gulp-babel":"^6.1.2","gulp-eslint":"1.1.1","gulp-mocha":"^4.3.0","gulp-nsp":"^2.4.1","mocha":"^3.2.0","s":"0.1.1","superagent":"0.15.4"},"dist":{"shasum":"5ca438e3ce9fdbc915c4a21c8dd9e1266706e57e","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-3.1.0.tgz","integrity":"sha512-X1iC2iJ4raViFhXaS2QWj5sPbq/7lzF1k4T7LjbGPIFISOFYfTWnNn4dlcaTQUPmh/N5B5FUSvn7jiwhz52pJQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDVQg3NKDMO3tXM01E9ZYJUt5Wo7+7e3/cGEW3Lzi+ZpwIgNE/0YjarYzx+Jf7Ugtoz4VG5vguaPvgP9CHefnkFyw4="}]}},"1.8.4":{"name":"engine.io","version":"1.8.4","dependencies":{"accepts":"1.3.3","base64id":"1.0.0","debug":"2.3.3","engine.io-parser":"1.3.2","ws":"1.1.4","cookie":"0.3.1"},"devDependencies":{"babel-eslint":"5.0.0","babel-preset-es2015":"6.3.13","engine.io-client":"1.8.4","eslint-config-standard":"4.4.0","eslint-plugin-standard":"1.3.2","expect.js":"0.2.0","gulp":"3.9.0","gulp-babel":"6.1.1","gulp-eslint":"1.1.1","gulp-mocha":"2.2.0","gulp-nsp":"^2.4.1","mocha":"2.3.4","s":"0.1.1","superagent":"0.15.4","uws":"0.14.1"},"dist":{"shasum":"77bce12b80e5d60429337fec3b0daf691ebc9003","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-1.8.4.tgz","integrity":"sha512-IEqGKJwVmDr6vuIPp37dVo0BkOaxA7DX6jZJwAR7TN7YLgaxtY7bl6zedL22IccxGdA9J00qYCLykpfw/YsUXg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEp2thLcU4xh0A4nremiquiRuUiHSeRqrHOITacEPmVoAiBVlzM/3eIqgBf6ibAGev/ioI5ejQT0ay2BmhtMqCMRWg=="}]}},"3.1.1":{"name":"engine.io","version":"3.1.1","dependencies":{"accepts":"1.3.3","base64id":"1.0.0","debug":"~2.6.4","engine.io-parser":"~2.1.0","ws":"~2.3.1","cookie":"0.3.1","uws":"~0.14.4"},"optionalDependencies":{"uws":"~0.14.4"},"devDependencies":{"babel-eslint":"^7.2.3","babel-preset-es2015":"^6.24.0","engine.io-client":"^3.1.1","eslint":"^4.5.0","eslint-config-standard":"^10.2.1","eslint-plugin-import":"^2.7.0","eslint-plugin-node":"^5.1.1","eslint-plugin-promise":"^3.5.0","eslint-plugin-standard":"^3.0.1","expect.js":"^0.3.1","mocha":"^3.2.0","s":"0.1.1","superagent":"0.15.4"},"dist":{"shasum":"08051ffb951907a3267e72e0bcb3d0f377e4660b","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-3.1.1.tgz","integrity":"sha512-GU+UqQrNWN3kOHszpmuDzxCFIKzLIe3P9xuuR19Kh+20kptEFBf5UOXdSMuAVYaGB0tB4gsWv/2uASOzljC32A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEEYH9o9IvxCyszUvGE3Yd+7XMNsEOxQf1YbLqM5mhT7AiBhh8FmBWlfEgSKvfm7a27Fw72utN7j9tYls/Xn0+k+ag=="}]}},"3.1.2":{"name":"engine.io","version":"3.1.2","dependencies":{"accepts":"1.3.3","base64id":"1.0.0","debug":"~2.6.4","engine.io-parser":"~2.1.0","ws":"~2.3.1","cookie":"0.3.1","uws":"~0.14.4"},"optionalDependencies":{"uws":"~0.14.4"},"devDependencies":{"babel-eslint":"^7.2.3","babel-preset-es2015":"^6.24.0","engine.io-client":"^3.1.1","eslint":"^4.5.0","eslint-config-standard":"^10.2.1","eslint-plugin-import":"^2.7.0","eslint-plugin-node":"^5.1.1","eslint-plugin-promise":"^3.5.0","eslint-plugin-standard":"^3.0.1","expect.js":"^0.3.1","mocha":"^3.2.0","s":"0.1.1","superagent":"0.15.4"},"dist":{"shasum":"00a3f6a4054bb1a07958074b1058764deedb7d8a","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-3.1.2.tgz","integrity":"sha512-LABjOYZeAVe42wqBC4AwQFeoqihuTXpQVHNZQ9HJrAGVTLgYXUh96aS6+0qSvIG0yjep8ce5R1c4Uzhah3d+Kw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFQSnGkddpdcg1cE1WvF6nflzGreO9F9GWYeGK7S8VWKAiANHZ8gp/BbVWjQkIALllQIUP40Na3iBJ3UJC4KjQvNZg=="}]}},"3.1.3":{"name":"engine.io","version":"3.1.3","dependencies":{"accepts":"1.3.3","base64id":"1.0.0","debug":"~2.6.9","engine.io-parser":"~2.1.0","ws":"~2.3.1","cookie":"0.3.1","uws":"~0.14.4"},"optionalDependencies":{"uws":"~0.14.4"},"devDependencies":{"babel-eslint":"^7.2.3","babel-preset-es2015":"^6.24.0","engine.io-client":"^3.1.1","eslint":"^4.5.0","eslint-config-standard":"^10.2.1","eslint-plugin-import":"^2.7.0","eslint-plugin-node":"^5.1.1","eslint-plugin-promise":"^3.5.0","eslint-plugin-standard":"^3.0.1","expect.js":"^0.3.1","mocha":"^3.2.0","s":"0.1.1","superagent":"0.15.4"},"dist":{"shasum":"7aecf71bf8a310f9fa21461999c4fcc035f8a877","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-3.1.3.tgz","integrity":"sha512-rO4MijBHec7EqbGH8RSGczHlLo2ntRK+LsD6LXQ2kxECc+M1ZnAAFQgsvNY/vUxIUEiHa2z0Wc/6PSJopbblDg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDmeO+SAJZ9blVhR0rnW/++vSNkKoLGRZ6RwnBmJb6IUwIgB4u56FlNKloRiE4dyGFBNH30EIMKKQQ3gMuiILF0QeU="}]}},"3.1.4":{"name":"engine.io","version":"3.1.4","dependencies":{"accepts":"1.3.3","base64id":"1.0.0","debug":"~2.6.9","engine.io-parser":"~2.1.0","ws":"~3.3.1","cookie":"0.3.1","uws":"~0.14.4"},"optionalDependencies":{"uws":"~0.14.4"},"devDependencies":{"babel-eslint":"^7.2.3","babel-preset-es2015":"^6.24.0","engine.io-client":"3.1.4","eslint":"^4.5.0","eslint-config-standard":"^10.2.1","eslint-plugin-import":"^2.7.0","eslint-plugin-node":"^5.1.1","eslint-plugin-promise":"^3.5.0","eslint-plugin-standard":"^3.0.1","expect.js":"^0.3.1","mocha":"^3.2.0","s":"0.1.1","superagent":"0.15.4"},"dist":{"shasum":"3d0211b70a552ce841ffc7da8627b301a9a4162e","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-3.1.4.tgz","integrity":"sha512-JGmpoGbS3eL/40CZtP8pcsjUQw90GZpKg35Djk4qfO8zqVln6gdbZC4vskZzaWsx7ofgX4aKs04qn4wDq8uBLg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEMCIHL/vAVMFe96HYcEOPez0NHb2YPnXqbMhxaWMB+Dx/YcAh8/WBPXfx7c1sm60b59CsOgCKlEczjKJFS0WWwN44y3"}]}},"1.8.5":{"name":"engine.io","version":"1.8.5","dependencies":{"accepts":"1.3.3","base64id":"1.0.0","debug":"2.3.3","engine.io-parser":"1.3.2","ws":"~1.1.5","cookie":"0.3.1"},"devDependencies":{"babel-eslint":"5.0.0","babel-preset-es2015":"6.3.13","engine.io-client":"1.8.5","eslint-config-standard":"4.4.0","eslint-plugin-standard":"1.3.2","expect.js":"0.2.0","gulp":"3.9.0","gulp-babel":"6.1.1","gulp-eslint":"1.1.1","gulp-mocha":"2.2.0","gulp-nsp":"^2.4.1","mocha":"2.3.4","s":"0.1.1","superagent":"0.15.4","uws":"0.14.1"},"dist":{"integrity":"sha512-j1DWIcktw4hRwrv6nWx++5nFH2X64x16MAG2P0Lmi5Dvdfi3I+Jhc7JKJIdAmDJa+5aZ/imHV7dWRPy2Cqjh3A==","shasum":"4ebe5e75c6dc123dee4afdce6e5fdced21eb93f6","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-1.8.5.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBWGVLpRGpNyr6vx6CvogYxdW4DTuhNV9ads2XWp7tdbAiAfDeoUtv2ZrmobQv4ZtJwwOIEaIC2aX43YgFLiEabQHA=="}]}},"3.1.5":{"name":"engine.io","version":"3.1.5","dependencies":{"accepts":"~1.3.4","base64id":"1.0.0","debug":"~3.1.0","engine.io-parser":"~2.1.0","ws":"~3.3.1","cookie":"0.3.1","uws":"~9.14.0"},"optionalDependencies":{"uws":"~9.14.0"},"devDependencies":{"babel-eslint":"^8.0.2","babel-preset-es2015":"^6.24.0","engine.io-client":"3.1.5","eslint":"^4.5.0","eslint-config-standard":"^10.2.1","eslint-plugin-import":"^2.7.0","eslint-plugin-node":"^5.1.1","eslint-plugin-promise":"^3.5.0","eslint-plugin-standard":"^3.0.1","expect.js":"^0.3.1","mocha":"^4.0.1","s":"0.1.1","superagent":"^3.8.1"},"dist":{"integrity":"sha512-D06ivJkYxyRrcEe0bTpNnBQNgP9d3xog+qZlLbui8EsMr/DouQpf5o9FzJnWYHEYE0YsFHllUv2R1dkgYZXHcA==","shasum":"0e7ef9d690eb0b35597f1d4ad02a26ca2dba3845","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-3.1.5.tgz","fileCount":12,"unpackedSize":68926,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIG/TWhn73J7Eqbk/vpx2Lyajg4h1r+HZh2n07QaAuYrqAiA0FyXdRx5fjvDEcH+SLiuZDPBzFLB0LMx8etib5NsOGg=="}]}},"3.2.0":{"name":"engine.io","version":"3.2.0","dependencies":{"accepts":"~1.3.4","base64id":"1.0.0","debug":"~3.1.0","engine.io-parser":"~2.1.0","ws":"~3.3.1","cookie":"0.3.1"},"devDependencies":{"babel-eslint":"^8.0.2","babel-preset-es2015":"^6.24.0","engine.io-client":"3.2.0","eslint":"^4.5.0","eslint-config-standard":"^10.2.1","eslint-plugin-import":"^2.7.0","eslint-plugin-node":"^5.1.1","eslint-plugin-promise":"^3.5.0","eslint-plugin-standard":"^3.0.1","expect.js":"^0.3.1","mocha":"^4.0.1","s":"0.1.1","superagent":"^3.8.1","uws":"~9.14.0"},"dist":{"integrity":"sha512-mRbgmAtQ4GAlKwuPnnAvXXwdPhEx+jkc0OBCLrXuD/CRvwNK3AxRSnqK4FSqmAMRRHryVJP8TopOvmEaA64fKw==","shasum":"54332506f42f2edc71690d2f2a42349359f3bf7d","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-3.2.0.tgz","fileCount":12,"unpackedSize":68639,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCIc8675ERg4qb9lI5JmnoIhqWGShTfB7JETRwBu8RC9gIhAIJ4FO8Lyos6O24Qr6Fjqy8/pRdziM1ZrFtEej1MCHNh"}]}},"3.2.1":{"name":"engine.io","version":"3.2.1","dependencies":{"accepts":"~1.3.4","base64id":"1.0.0","debug":"~3.1.0","engine.io-parser":"~2.1.0","ws":"~3.3.1","cookie":"0.3.1"},"devDependencies":{"babel-eslint":"^8.0.2","babel-preset-es2015":"^6.24.0","engine.io-client":"3.2.1","eslint":"^4.5.0","eslint-config-standard":"^10.2.1","eslint-plugin-import":"^2.7.0","eslint-plugin-node":"^5.1.1","eslint-plugin-promise":"^3.5.0","eslint-plugin-standard":"^3.0.1","expect.js":"^0.3.1","mocha":"^4.0.1","s":"0.1.1","superagent":"^3.8.1","uws":"~9.14.0"},"dist":{"integrity":"sha512-+VlKzHzMhaU+GsCIg4AoXF1UdDFjHHwMmMKqMJNDNLlUlejz58FCy4LBqB2YVJskHGYl06BatYWKP2TVdVXE5w==","shasum":"b60281c35484a70ee0351ea0ebff83ec8c9522a2","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-3.2.1.tgz","fileCount":12,"unpackedSize":69129,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb2+7gCRA9TVsSAnZWagAAhlMP/RxsgFXqMXqKXX+ghqu0\nWDMAtHZmYZV61EWYgGDY2DqQgs0ik9c5gO1U3fDrETRAJO4DomhfXV0kgYBZ\neazwpKBggpaDQAAMen9oeiN+Se/A6fKu35X3QswelH+l2T6jHWVfi9G1uiQ9\n71Mt4wSdIlOPlTcrgR0lGX3A2VhHZU13nF0yICoPQbQZW7SbQbvaMKqs0XF/\n7PA9/jaqtW6e+aKYklxQ4nV1/S5z1Fd2GN6og8XqrEkjVWiCp3za3/7cvcqR\nPSFvQjJDFSDWrssHK5B2FtXk2CrAulgH48Tpp5XTe1q8moNfkbWr+3+Q7tA7\npk+Pw4vNUepuziNsjK6yyjgyTVjyIkGy26w/HUrdcqXI6cCcPkcgBbGq4bq3\n8X/wRj7/QspU8EJ+pUXZIEmnUZEXZaZ7ZGdYBo58/1bqoiKTbzI9CXU0UwFj\nxka0pNlGJmP6/XM/rhvkbsmjKHg/JSKbTFSBYhfCwK1ackfOJ8vTlgusBJ2u\nm9yBdRDOmNQUTyTyU5vaCE1SSGtjhz3ToxoZphLzmqZUU3jMa6WG1Ndr2uAd\nur+fvlCbjIJ0U0KbC3Z2YusDENe/9lEEo74S8ZMPaDg4m/AuZcFEUNXM1Lyp\nMeb8lH4l/nfXm2ZAWGu9WBDsynHfpvJNFL4/wcdyL68hSmgo59/sbbH4JduQ\nwNID\r\n=4buc\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIE3y/Gr2Agq8UE5/PVfbW2JOBgE8loIsG8IRSmePSRu2AiA47y49CZwzkud05wQ5pSwIcM4QqvSEalFpBc2U2ABocQ=="}]}},"3.3.0":{"name":"engine.io","version":"3.3.0","dependencies":{"accepts":"~1.3.4","base64id":"1.0.0","debug":"~3.1.0","engine.io-parser":"~2.1.0","ws":"~6.1.0","cookie":"0.3.1"},"devDependencies":{"babel-eslint":"^8.0.2","babel-preset-es2015":"^6.24.0","engine.io-client":"3.3.0","eslint":"^4.5.0","eslint-config-standard":"^10.2.1","eslint-plugin-import":"^2.7.0","eslint-plugin-node":"^5.1.1","eslint-plugin-promise":"^3.5.0","eslint-plugin-standard":"^3.0.1","expect.js":"^0.3.1","mocha":"^4.0.1","s":"0.1.1","superagent":"^3.8.1","uws":"~9.14.0"},"dist":{"integrity":"sha512-iy9r3LwSgpGwZry7ZijxSrlDmAW9PP/PnD68plN7SHq76EZPVfHBfwNGLJSt5WCz443Cafui/4cY+IZ/XuL93Q==","shasum":"9770b7b2f7afcdc61e940accbac6288424f46006","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-3.3.0.tgz","fileCount":12,"unpackedSize":69465,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb43QZCRA9TVsSAnZWagAAn6UP/iqRSKN7YT8VTaHy7DWE\nX5dsYat+Xs2s2MjNEVX6MahTgt1wS5r/76T1qGBAtksgKefs3p1nC1Lmkhgl\nB4Fb7SFCGvOuLiQESv6hH+4CHVsJAH2f461EEcracOJrDKraQpssTo/lfJAR\nuLxQWguXrIzRoz5grZLhcmHc0YKCjUEzI4qqwq07tqPqsISRjAo3DLXFKhRz\n8dVvQ+53SYcqOSCcvbwctLOSPBlKPy2x6xVrbJYt6GynCTPBMpeTHT2sMbeY\npVol4lN6xICG31wNPmb/sAs0YQBDURIODtuHa0vrfsY/sISTESuTLQUckRwq\nHVqXa3fTEpu+ZZIrtEKCrlrJjy1Ery29WGw6E0lq64H7xkuRkFwVmRTP7yKs\n8IuZBrMhwJiv1LUufk0pKZ1d1Cx9qEJEr5mOluct5gpBvc8OjEX2wR7rHvLx\n9up2Uhu5xds/5rgEF9GheljDhojdwr6ZXpt9JnBG06gy1BrXeHaH4/0P3zOz\n8eczlgcpsLNBMisPwu9/UgLB10z5BTh6YQ3ggmVpmm/lsmAXV0BJmiB/ae5o\npbaOhF91Qu5I9pAa5DkzfmRvGHV1OwChDeBbGg2GvnNQKr9mIWUx1HJGvLrQ\n47F0QM+EJ2Ylo0WJcAZmR8GoV+8vHCdThQ1rD2h0WEMvNVxLZJxKq1HrOBJp\nupq0\r\n=MzFG\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICOERAQIaVitb6e4z0pCPxJOBxAjRU68B1SeI3Kzr/uSAiEA+gqOIFVSb+rKN0aeO5D3MeSF0zpEE3+gt/EcilGPUm0="}]}},"3.3.1":{"name":"engine.io","version":"3.3.1","dependencies":{"accepts":"~1.3.4","base64id":"1.0.0","debug":"~3.1.0","engine.io-parser":"~2.1.0","ws":"~6.1.0","cookie":"0.3.1"},"devDependencies":{"babel-eslint":"^8.0.2","babel-preset-es2015":"^6.24.0","engine.io-client":"3.3.1","eslint":"^4.5.0","eslint-config-standard":"^10.2.1","eslint-plugin-import":"^2.7.0","eslint-plugin-node":"^5.1.1","eslint-plugin-promise":"^3.5.0","eslint-plugin-standard":"^3.0.1","expect.js":"^0.3.1","mocha":"^4.0.1","s":"0.1.1","superagent":"^3.8.1","uws":"~9.14.0"},"dist":{"integrity":"sha512-p0njqQo5QWVxJauKcnp5IO+LBeE5JD1tAf+UxPU8ASEUHSpsSSfYR+kVb8XGGH8AEDUa1Dk5jCvPQShNBL5BdQ==","shasum":"e076d9d2d6c075dda4623253b80fa045c81dd3a4","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-3.3.1.tgz","fileCount":12,"unpackedSize":69432,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb8yshCRA9TVsSAnZWagAAwLwP/0GMe/ZALIdS8eLywQ91\n/IsDoLRi4XZZvKtAaK1jaP5ZaKMFuEF3FbnErW9kugjyXwfGlXrOmB06K6AE\nMCv9JND/i5o28WtRg9+xLjLuGyCbYHvSSLcXzwjHWJmAl/HfCgIbKSc7bjhJ\nap18eMKTwSHj3I8YrJcTb+Vt4y67y+fmyRhKL6JJ/2V4ekgOjdFcStziYYff\nmfoHjBL741ihb9lijt8l2A2GMEmTxCUHY3NAH6bLBfsmJWD1+dwu+ByS36iE\nSjbnIP0O3n0LV1TyA1fkACm/7Vfz4rzHGAKC2umpky66puNIxw8I7c7k2KM7\n5m8cCeLmPzJnDSaofRbLey2pAz/Gz2rmvtaCBFBSue+1foqhSV/Lr09ZwLcd\n+EcAaCdN/jckZk7YVWDQ9TaOUYEWpRaz3dVzJ/Dxi+Lnnaw1yqZILBwl2tO4\nKBsqs6iBTP1vb1kWpzHljPKFEVGx97tsWnBvF+F7vYqUzYp//mplGKPkXcbC\nXjcRmCMHSJVZKGhAlh2VE3FFgohzvBXSx7q5XXqo6sf9Rj/5/1c7v+mL6FSR\njzVifv24dGxRfx0QfXTQlv17iRsKE8d7X6ZWOj8eGWogwjHg3O22SZnaRfdj\nHC0FR/6rwBdfikprpmD2ZJV1hGXJT+mnasWHNcCQDuxFMlHNxR9bGgKF4inp\nQE7n\r\n=9hIL\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD5rddGTGW61LJxH00jljNqnRIPrsQMaJM67Mz0T4x5VAIhAME+04NTeij2lqsI/FHylZy9s14vo3ytbW1B+fQTFjN4"}]}},"3.3.2":{"name":"engine.io","version":"3.3.2","dependencies":{"accepts":"~1.3.4","base64id":"1.0.0","debug":"~3.1.0","engine.io-parser":"~2.1.0","ws":"~6.1.0","cookie":"0.3.1"},"devDependencies":{"babel-eslint":"^8.0.2","babel-preset-es2015":"^6.24.0","engine.io-client":"3.3.1","eslint":"^4.5.0","eslint-config-standard":"^10.2.1","eslint-plugin-import":"^2.7.0","eslint-plugin-node":"^5.1.1","eslint-plugin-promise":"^3.5.0","eslint-plugin-standard":"^3.0.1","expect.js":"^0.3.1","mocha":"^4.0.1","s":"0.1.1","superagent":"^3.8.1","uws":"~9.14.0"},"dist":{"integrity":"sha512-AsaA9KG7cWPXWHp5FvHdDWY3AMWeZ8x+2pUVLcn71qE5AtAzgGbxuclOytygskw8XGmiQafTmnI9Bix3uihu2w==","shasum":"18cbc8b6f36e9461c5c0f81df2b830de16058a59","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-3.3.2.tgz","fileCount":12,"unpackedSize":69096,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcAF91CRA9TVsSAnZWagAAR10P/RfKaWD7KUUBEz5uzRme\nAILriyfpGA8lT3bRPXUVwn4997pVtgOUNa7gGUwOEh1MMGKJs+AxGm+6voYF\n/FM7vri50GszfD6vKUVrsVp640r7+qqMCXs7qAQRnPGGAgwPo8iXuE5mfx6K\n57uiwxtsvMRlX5trtOgWcsH8hGPSRaV5k5Ib9dhAJLpfj3j0NTCnROHqiCa+\nyXmlngs4gFLWfGKG2w3Xc0dqkoAupGt/E8XAaJ+el3VHDTdPd7zt9NqOZ/mc\njpo2EwF0X83xQ38EW3/3em4YtolRZKID19MWWkrzZriEmG4YVtCWJPqS+Gl+\nxn5p3ONFXuVEj2GGoAY2pBITaf2FnfB1g/uNwcedQpJsCXs7cjjnDxA353mi\nn/PqvQWuyS5BgTzmibtY9jscaTePuqW6jijBRj4trKBWIGvd9V3EFrRKfkzn\nXZST3my1zcBKR0CLS2jobJH/ud+YhOwkGi07r704tc5SA/ZbKUjvk81PSKG0\nalyAs7nDuRucWs4QO14IGobh2YDN/sbdtPT7AQl9AksAKyn/jhdR/qytqOYe\nXLyajT1Es4wIMr0Wcwa+Zm0r/G3i57tBWxTpq94IZM2IBvblzsntiKysua/D\nv2EgifDGeD/ukI/aHhXh8wNhi+AlUqMExon40llptQ1qt8uI4pQ26QjUnqeC\nhz2l\r\n=m171\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDtYOHBxov5f4aKB72eLvFFO6TiW13fdvWPOpiiBBjtVAiAvaWDNx6QfC8dEvUoE9ZRudH/HmRfAiRJQ7s5JF6ZHGA=="}]}},"3.4.0":{"name":"engine.io","version":"3.4.0","dependencies":{"accepts":"~1.3.4","base64id":"2.0.0","cookie":"0.3.1","debug":"~4.1.0","engine.io-parser":"~2.2.0","ws":"^7.1.2"},"devDependencies":{"babel-eslint":"^8.0.2","babel-preset-es2015":"^6.24.0","engine.io-client":"3.4.0","eslint":"^4.5.0","eslint-config-standard":"^10.2.1","eslint-plugin-import":"^2.7.0","eslint-plugin-node":"^5.1.1","eslint-plugin-promise":"^3.5.0","eslint-plugin-standard":"^3.0.1","expect.js":"^0.3.1","mocha":"^4.0.1","s":"0.1.1","superagent":"^3.8.1","uws":"~9.14.0"},"dist":{"integrity":"sha512-XCyYVWzcHnK5cMz7G4VTu2W7zJS7SM1QkcelghyIk/FmobWBtXE7fwhBusEKvCSqc3bMh8fNFMlUkCKTFRxH2w==","shasum":"3a962cc4535928c252759a00f98519cb46c53ff3","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-3.4.0.tgz","fileCount":12,"unpackedSize":69615,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJde4ReCRA9TVsSAnZWagAAhRoP/0BVKB9B7bzOBQxdaMRi\nlpkH/2SjnwzrrAni5YGThUZzAdb1QB20WqvyAwibi5PQfHLR9kDYynPf5vgV\nMqqEQyTfD9aIhL7B1/DGa6ai1NqOB/JbFlrpneHPqZUwD1LteeLdUZBMlSqH\nWDOxKIWdqBudtLGLoO3VilRpv4k1b3lm56LSIbcQmStxb76q8Hfi5AIVOeic\nIZhSYqQJrSENYGK4euZ92VvXDqP2DxB/5vsCFjIKRXtVv0rOhr3PoZNstvaM\nSMMDpvoZOaRC+Z827JiW+9ve2U65/OW3GYdja2bR9pQ29qxRRrkJgoiPYfFn\nKDd4OZrAVRx+aYE96cBKrSNuxrb6YEmxt4XZmdtWgl4YoxF9UqJo8drzhSaF\n9DDRPaaP5oI7ixjFKqPS+/QBGRdGN5ikDP0PvYJKOBbP1YT4SUBYoa4V2P1W\n1MMMRNq9UTo/3b4ti2iVSG2qmOKwenuWE0EP1uONi52+qFGu13U1VNhL07DH\nO+WufXyuvEqbkUmC9XT9OEHxHKMzEMlyugjgy/wSALpYooGmcFLfkWP11wdN\npyJbOc1Rlpj0uPw1IwlhfI5FwPDd+3Dw2RSsGGUw/NNp10zjFAcJ45anIkqc\nwpOb1wYrQ1EnlB5bLU7zwX5jG24WIz6iCdyUQU/0MjbpV7KJNG/XSG009XoM\nQMMb\r\n=GH8j\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDYNnb4P6S/MO8NGS47FKIIQ9lMva539yrSWRdlkgVN0wIhALjT9kEJGgHDFM309eZ9EjPXRWrQ2QOC6XqSPLZdgEo3"}]}},"4.0.0-alpha.0":{"name":"engine.io","version":"4.0.0-alpha.0","dependencies":{"accepts":"~1.3.4","base64id":"2.0.0","cookie":"0.3.1","cors":"~2.8.5","debug":"~4.1.0","engine.io-parser":"~4.0.0-alpha.0","ws":"^7.1.2"},"devDependencies":{"babel-eslint":"^8.0.2","engine.io-client":"git+https://github.com/socketio/engine.io-client.git#v4","eslint":"^4.19.1","eslint-config-prettier":"^6.9.0","expect.js":"^0.3.1","mocha":"^4.0.1","prettier":"^1.19.1","s":"0.1.1","superagent":"^3.8.1","uws":"github:mmdevries/uws#2.4.1"},"dist":{"integrity":"sha512-IGu3QEuu97Wr+aVkGfd76jJa7JiSoY0peECvYGjHz6fyofhnKFrJOEMjoPsqdkKDSk6/n8oXOcxlsanPlWC76w==","shasum":"de2820cc825a218c9ae50fb277d2374abe2fd972","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-4.0.0-alpha.0.tgz","fileCount":12,"unpackedSize":70713,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeQ6BiCRA9TVsSAnZWagAAMp8P/3mQvAjpmSAsAQe4k3pV\n9YmGXMRAlzE/o0izUofEtn1hZ3iZRTHNuEBRGRxspgMa9RkcMvw3I/sOUjPA\nulpT0wE2pq/8/n9fVK22EQEP+hb48kGA8ZZH7P3j0WyzGe5jViEf6imb7RT5\nT0JU2RUswLjU1F1iS4wxsHAgnZfXKi4eQr+3BWKPhriExqk6TpTnoI3t1E/d\n/uJ54/aPodA6a3P5dVFN3JH630mb0Ew2XckXiUDKlnr0HXd5KYf1NslEf4NP\nObbq7ycrBk7y+DvGmf4LOqyV6Qx/88Y99T72H5FAXqO0J0+udQnmsPhb2kc7\n91kko58Br8RfRxF5Iscs0TknO0UNGCulyCUrqQJZLtQmY3m1Ysbifv2AZMF2\nxI4LV6UzUMOox7ZvZuRy/l3FVeEXiHitWrpQiSWzM2ArxTkgRkwp8IDYb46M\nIAyTIPzdR5hiOG3GrRCZIUXzEEz6W/sIH+9+DPvTArVRLvS3Kx8TkDIIYgoj\n9MHPVS3SX/6zaL9+O5jjeAbQt8ImYoDJE9YtLkQoEpYlqHz393SevvmFjn0v\n4xgLIUJgUR5UogjwwRJuO4H7BpRya3LK2wfN6pIOtVhdHa2r4MPUcWsRZ+H+\nl1CoDU5fejQLuMURiaNTS2kw1E9hiqhaxloxoBBPkNQS4dbae7R/xdPdQYX0\ncwXI\r\n=bOXg\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEGj+YlMFmGYjbiKmzswmyCz7h2BYNnOkUEdrCf/xFkvAiEAm1+nN6pSQTgP6lcBOynt4f2PxIaXxIpGU3p+q1iU1UE="}]},"engines":{"node":">=8.0.0"}},"4.0.0-alpha.1":{"name":"engine.io","version":"4.0.0-alpha.1","dependencies":{"accepts":"~1.3.4","base64id":"2.0.0","cookie":"0.3.1","cors":"~2.8.5","debug":"~4.1.0","engine.io-parser":"~4.0.0-alpha.0","ws":"^7.1.2"},"devDependencies":{"babel-eslint":"^8.0.2","engine.io-client":"~4.0.0-alpha.1","eslint":"^4.19.1","eslint-config-prettier":"^6.9.0","expect.js":"^0.3.1","mocha":"^4.0.1","prettier":"^1.19.1","s":"0.1.1","superagent":"^3.8.1","uws":"github:mmdevries/uws#2.4.1"},"dist":{"integrity":"sha512-pqSSzx6Y2l1UPDpmNcHgBEDTWYAOuRupOUPk2yM4OUoEohc0KOY9ZKWOIFdI0e9hlh/7hSyC1StHxaZhbsmMFw==","shasum":"3df6f59ee4587b01fbf3ef5396fdfffe058a7fdc","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-4.0.0-alpha.1.tgz","fileCount":12,"unpackedSize":71182,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeQ6sZCRA9TVsSAnZWagAA0uoP/1Xwzi52jmfzSsNqjoZC\nMTa/qx5lkDQuYvv1K7j8Ix7GAVIgCRs94PVOiXCrueOKsHS156owzZ1MDK+t\n3BqMIdK3vU/J9CPLlZAwxCrD0q4NcNUEwuF4jOPh4kQsiFKUTF7vw3lg7VkF\nWdCtFD5AjTynQrbBKKsAGtQSn8Zkj2ZGP8jcJAh3FLfkvnXOJ9v/Sr3be+ll\nYM9N+ryj4jr9n6Cm+qr75vsEPBFghSFo86Z8xmBcHKFYXb7eXKIW1aCCXXaj\n0NZwQCsvR4Z416YzljAeHjv1U79mBKKEZEkeQ6x39W2vTQWvcu/a8wii3UnB\n1x3EqWhPv+1c80SKSzFJw6N1OkkGd6gch5XgrIUvIVCJclEzkNbIl6b8yPJ2\nrB6haU3OolYWe8Un8fCdg9/1gxMo789flqB5dSoJpXE9KQWGwkhIpeUIjj4m\niWef1bvvDnzVbDIx+W9U184y+BxN5gAF9M7wyZLGROl+ghpj9hDQYhP0ILk+\nT0JejPZzBeegqlBHursXZvjv/bMu6JKAwueUT63r2qakiPbrAyiloAWczRxH\ncjB+ZtmuDwUoddBXE0sqDplydzanuHbEs0OXEHWkJlYAuT1/hXzfnBXqrEYn\nX4jYt0BzWFcopUqN72UlZ6Uy4GL+Q/itm6oiXxrJceueGxmHPNh7X87tsae/\nUeIF\r\n=T7cn\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCzQOh6tSgareiMxCdZ0zrAIJEwyJFGBMBw3I/N0zIYaQIgD5uwLpLwcJJsxzgnjD/UAk2oULpC2qchm+yfu/UlqSU="}]},"engines":{"node":">=8.0.0"}},"3.4.1":{"name":"engine.io","version":"3.4.1","dependencies":{"accepts":"~1.3.4","base64id":"2.0.0","cookie":"0.3.1","debug":"~4.1.0","engine.io-parser":"~2.2.0","ws":"^7.1.2"},"devDependencies":{"babel-eslint":"^8.0.2","babel-preset-es2015":"^6.24.0","engine.io-client":"3.4.1","eslint":"^4.5.0","eslint-config-standard":"^10.2.1","eslint-plugin-import":"^2.7.0","eslint-plugin-node":"^5.1.1","eslint-plugin-promise":"^3.5.0","eslint-plugin-standard":"^3.0.1","expect.js":"^0.3.1","mocha":"^4.0.1","s":"0.1.1","superagent":"^3.8.1","uws":"~9.14.0"},"dist":{"integrity":"sha512-8MfIfF1/IIfxuc2gv5K+XlFZczw/BpTvqBdl0E2fBLkYQp4miv4LuDTVtYt4yMyaIFLEr4vtaSgV4mjvll8Crw==","shasum":"a61cbc13fa0cb27d9453fd079a29ee980564b069","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-3.4.1.tgz","fileCount":13,"unpackedSize":70157,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJemW7JCRA9TVsSAnZWagAArQEP/j0lvlzeLNPkHqYDCvIf\nqqVvVW+5/DwiXIIGCyH/6rqIm5rT4DTgzzSdsM2Qb0cWrAokpM2U4c2VI4uF\nxQAVo+GdlNZx7qIXOSCfwt2FlMMG/SKgzAr446uQ/MRHg8huHA+z5vyFw/ib\nk/0/R1r3/4oIPNZ26G78bed4Ncwk+rmFdMMFCWQWeudEQIAv8UHd94pTUg2u\ndH4wRqNP7ggOS6gVkmwUfK8ID0MuSEFd8NuMvUY2Jxb7u2ioe8VKiz60F6BN\n8wMpfzuIm/GHrZSa7jzJppTPXC5rgLUwnLva+Oi14RSvgj4w6XGIqZS0zGhF\noNDfQqRm+vhjagCSjcm8km42l9GoJnacLy2RxciZ3KaaohmCwxAMf9C2gOf2\nOH0cr9GP3vXXvFOmXrmyLsqFZEzBwm0uUZAuodderVCXj036cmPvCj+kqRfP\n5iD1OF1NzC+xM5VAcjfmrSVi0gK230gfyaiAcsAYbvSdQAkYeXwyACnk66p4\nhImuENGMP5JRyhUP+bT59oi5/NxSl/hUYmjqpPfS/W6QGrJ7NGOSjZF0Uqew\nSve6Oz5C64uDMSU8rTjferZnctRKv/0OYe3SMxubhOjDD9TufR5E3apY1VyK\n7SBB3z4N/EX6cZbVrAEmWXOkZaydfyzIeH6hlE0r0CxbBcdxUQ7XBWo1KVqH\n/Ng6\r\n=RvRN\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIB+RghloVZA42rvZHsHWxl5l1Xt0BxZc5Y6w9qr+v2diAiEA+VC6f6tmkCe4pclc8S/0kxO64sVGDqtMaXSbGciw/kM="}]},"engines":{"node":">=8.0.0"}},"3.4.2":{"name":"engine.io","version":"3.4.2","dependencies":{"accepts":"~1.3.4","base64id":"2.0.0","cookie":"0.3.1","debug":"~4.1.0","engine.io-parser":"~2.2.0","ws":"^7.1.2"},"devDependencies":{"babel-eslint":"^8.0.2","babel-preset-es2015":"^6.24.0","engine.io-client":"3.4.2","eslint":"^4.5.0","eslint-config-standard":"^10.2.1","eslint-plugin-import":"^2.7.0","eslint-plugin-node":"^5.1.1","eslint-plugin-promise":"^3.5.0","eslint-plugin-standard":"^3.0.1","expect.js":"^0.3.1","mocha":"^4.0.1","s":"0.1.1","superagent":"^3.8.1","uws":"~9.14.0"},"dist":{"integrity":"sha512-b4Q85dFkGw+TqgytGPrGgACRUhsdKc9S9ErRAXpPGy/CXKs4tYoHDkvIRdsseAF7NjfVwjRFIn6KTnbw7LwJZg==","shasum":"8fc84ee00388e3e228645e0a7d3dfaeed5bd122c","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-3.4.2.tgz","fileCount":13,"unpackedSize":70333,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe2QFXCRA9TVsSAnZWagAAWfoP/jlUlWPri3mvQJwOy+m0\np3xwBAMGCznFKfyNbpgz1ZfG+TPatWh9MQ9qKoSrq3V526X8z5wqce7HKdpW\npT/IreQY6So7WbuR/DlmllCv+cJRL7g7UY32s01Uq7G26ETBL5wy4nJjJAzT\nVBAdjHvla0WRPu7hjJGNQjDGGI4hJFfsmJWidC4fgadx8QAiIF5waWy0ofDD\npZYVa1NXbQTgdpSbH8Osbtx+BZ9NxtCBMJP6M81A7qBztrNPutGyNNlrazOy\nLDTOS+nhvl+DD2BlNMwFbwrunOHx9BPFKfrhlSCnP/z2fw/hI71BdLAK/+nT\n7vZOtCBlVI6hExUrBFOwSbZxBHdbuPB9anWldPrLZgoR6EN9r8Jrqc/2xSrb\nSRyaZXQL4AGUpwEK3Z0ErieDxIe633S3As2IhWSwnPUM7Js1DIFXQxzsBv2h\ncULxQzyvfqKM2fr9Mlod54YkSThLC9Am0WL2MXnHvF9g5mPuvi1KPc7a+Jxc\nzHC2Jm2E7NMotFmHvfiWP1xCCRlWK4NtPw57vNRo9XvRpo+5d7LHBQiCS23j\nOIoPEPev86pu3AZruf3+2JZGksZ6R0V7DtivVWzAeQki12ihAByPBqLNGhFN\nolFNh2my/yAQb5f92mvWHjCjPLjVIcWhcg3LeWR48s9Wiv4CUgqZMA64bFFb\n6pNi\r\n=UE6+\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGIhCIsJ4i7hAudMG3LtY6ve28bCg0X1UnqVdU7G56xdAiBBHC16uAC6m/mA5ifuhTCnDBMRshn274LVFoG15OGBqA=="}]},"engines":{"node":">=8.0.0"}},"4.0.0":{"name":"engine.io","version":"4.0.0","dependencies":{"accepts":"~1.3.4","base64id":"2.0.0","cookie":"~0.4.1","cors":"~2.8.5","debug":"~4.1.0","engine.io-parser":"~4.0.0","ws":"^7.1.2"},"devDependencies":{"babel-eslint":"^8.0.2","engine.io-client":"4.0.0","eslint":"^4.19.1","eslint-config-prettier":"^6.9.0","expect.js":"^0.3.1","mocha":"^4.0.1","prettier":"^1.19.1","s":"0.1.1","superagent":"^3.8.1","uws":"github:mmdevries/uws#2.4.1"},"dist":{"integrity":"sha512-WyTa1NJR8rRmPXGXNSSgA+XhzfYLVcRBjRoFx7gI3cARnEsyuMpg0PS/PMDnPMMQtkjmVZsi2/ETrpq4mhoYSw==","shasum":"c2df7178a27d4c47a076e59dc0f1233d82943468","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-4.0.0.tgz","fileCount":12,"unpackedSize":73648,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfWq9pCRA9TVsSAnZWagAAlvsP/1TJLaTcGG8DQgV6A2Sf\nKbfuG9KEmAPClfBrReL3HiYAfKM9uqVQIMu1KizOD2EHXKepngmYJPgHPhuC\nRtn6NEWLRfqkcSK0GcBE/TG15ePed8tRf87V1YCqyxn1H3EmE4M570Tc3yAz\n7dyromnJwa5yL5sdvJqBHqBQw3TJluEdOAHGP0YDgnSe9I+/hSbDvJPyzMQS\nmSvXMg1VcvMhDdyp8WRKLU1s8qsDmlcttooBGNqVPEcRhlP2v2I1Fr6zWAv9\nAI7JwASBl6UWvMAAbAMgoH/rlTLwNGIajfSKZI1gFJUJDvVC5vnJjHXsU1e0\nbNloVkNrB+9UvAg6ZEOCWWE4xuI+JtosWYDnVn9jx6++6z0stUyyL2yAgPpZ\nbjZ/AUECpFj/Eb6qKecPNyGYxNSxfwkImbtqKMQI+pEUxbwA1+8N7hSZ7JMw\nggwazK7S3mZIsB9j00YO/H7n1OjoKKXr4NkBOyB7P+Qnt2YsqHTlN2bd9tm4\nsyY5USmQtFhdG7owRogLBTFi5PsT2qr6iCIqqipNGDo8CGNmXw2O/Fzguiu9\nBckxCmXWWYpzXNP7JEUl5vK4eclsFo7C4CIiYeW+xMaXgx85YXhqNWkzTe33\ne3PJeAZaTLRoVV0zyud8FufSbaopIWfyqdmi2DqZ3vXd/UAKjvlTlpcQFz5g\ncYGw\r\n=Oo2+\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCnLlBv8NjvASINzj6XRYXR18bkw7VJuIaBJXwOxV4dAAIgItRpe4i+RhFjE/mtEYG5sUCRkphbbqnLG8FQSB/0ZXc="}]},"engines":{"node":">=10.0.0"}},"4.0.1":{"name":"engine.io","version":"4.0.1","dependencies":{"accepts":"~1.3.4","base64id":"2.0.0","cookie":"~0.4.1","cors":"~2.8.5","debug":"~4.1.0","engine.io-parser":"~4.0.0","ws":"^7.1.2"},"devDependencies":{"babel-eslint":"^8.0.2","eiows":"^3.3.0","engine.io-client":"4.0.0","eslint":"^4.19.1","eslint-config-prettier":"^6.9.0","expect.js":"^0.3.1","mocha":"^4.0.1","prettier":"^1.19.1","s":"0.1.1","superagent":"^3.8.1"},"dist":{"integrity":"sha512-6EaSBxasBUwxRdf6B68SEYpD3tcrG80J4YTzHl/D+9Q+vM0AMHZabfYcc2WdnvEaQxZjX/UZsa+UdGoM0qQQkQ==","shasum":"3004d1dabedd823679b7a297e77a00e0e528029d","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-4.0.1.tgz","fileCount":12,"unpackedSize":73304,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfkLcbCRA9TVsSAnZWagAAeZYP/2ArS4J4SSzmmnMdc/Vt\nQaFwVEWk2JYs9s7U+2HOsv2G25FMKfYeWNqohOHO3V0hzYMb+ZFv8ha35QoW\nFUkIdFMQW79XUOBc0yvRsfpjUm+ULPALTr08j29g7xPMYD9cm02ax5kGFgTY\naKPm9Q/890eWJlalPWThEmg3glatWdGada/99RWzX1OOLMtvfDEm40tbneog\nBoetPFY4LOcq/pfiP0L5ZrAIwFqmApTt2O0Vq+E5Cj+j0RY06jXIu3v9/qvD\nV9XrtzF7vpqFk9AMS+MtkA9MFLAxcYUFDdBysh5NGrVuOhFaNoc1cJGUe3q6\n5M42vDhdiY6Prj48jfhe0UTzVgMgCi+dnBXDoajyAQa8h80ZeU6dxSrubbFl\nFz7g+DExwDjMyVXcC136zJiPe7Pd2I15kEuyQGQX81D9hWUuf8FltljdxqfI\nZTTNz7rODbC6/IwFsTksJALMD6sOPpMpxmj/FvkYiJyJ6M3PQ2d7cZLjbrKZ\npnlZc03vpC5lSwv1Ccl9YsTFC6T+qVOJ32gemLr7tPkLN10p+rEV5F2yCHTi\nB+cVwlgcjcRlEPIXQzMNKWTnrcsBBYmB6POR0KUuicSLWWDbrsGlPVDqraCm\neMxFtP0NBUK1uqzVDLESZxFD61VIgytzTOli2B4nVXDpVWidqM9rCPt1r4ZT\neyBL\r\n=qAiy\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD/bI8YjA2OREwtKol+FcmCwrsGpzhM9LD5annzOJoszAIhANyMK8Jm7KSN6Jlk5hJPUqtJaWEfwypXF/Sv05l+1jSW"}]},"engines":{"node":">=10.0.0"}},"4.0.2":{"name":"engine.io","version":"4.0.2","dependencies":{"accepts":"~1.3.4","base64id":"2.0.0","cookie":"~0.4.1","cors":"~2.8.5","debug":"~4.1.0","engine.io-parser":"~4.0.0","ws":"^7.1.2"},"devDependencies":{"babel-eslint":"^8.0.2","eiows":"^3.3.0","engine.io-client":"4.0.1","eslint":"^4.19.1","eslint-config-prettier":"^6.9.0","expect.js":"^0.3.1","mocha":"^4.0.1","prettier":"^1.19.1","s":"0.1.1","superagent":"^3.8.1"},"dist":{"integrity":"sha512-sumdttqWLNjbuSMOSgDdL2xiEld9s5QZDk9VLyr4e28o+lzNNADhU3qpQDAY7cm2VZH0Otw/U0fL8mEjZ6kBMg==","shasum":"82d5788cb50c408102f59f3598f2e62f53191e95","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-4.0.2.tgz","fileCount":12,"unpackedSize":73616,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfqQYjCRA9TVsSAnZWagAAousP/0ThiQ3FpxbY1ZPLedL3\n/CLzVs+ZpwSuYKZOCYXhmFr2hrla+aviMrVJVzsIBr/3mrL3Nyh87aslM9Ko\n6hn7Cd6nhcW7ithfjfhPYZSkIcXj0gd0pPqvX6+H7Wxn51ubLhQ3OsjeGCnE\ntdAE3a1eSjjEwV35IPv3kKoQ8T+rDqO1M9T3e0pC2SUxvblymzRIAh9XwUmC\ntQEh2WWSefOXiBiNpvWIo0eSBWFF7Jult+TRmQU14v8jk2lOTr1rpk/GQETG\nY/8hPmw6l4H+u4qCKFjfcb+3NyF1ShizvvXw2JlWxCilLjf1X15BacfUiQCp\nGa7JyMld72D9EHOslEvj9iSJNHnNMzV8MMQQhxdXrNkPtcoGQwMZyD8a6gJK\nIfki3aQYOhHbzZFfTAULxX+1C5qTa1sICW792VFokmDn5lHw7FaKxNPUCelK\n6ZO2sshD8naMMPh9Jeli04gOBvE8rk69pRW0q791zE6/F1hj3grgrrlF6JyW\nVhWwjfnz9E89II0kqEwbBybywwH7xw0mPkaG7JK4Ssq/pgtTEXfwPJiUEnqR\nPELpoM+uV8ZsGlCmGZWoKOi7b17kz5z8yTi4rAdOLtJjGYpzIhe3bk37+cFb\n2pbkZfhBTJykMtvQ1Nfh8+ZG6ypT6RjegXKHxUZ4USBCqF6Kafm8AtKtmwGR\n0tME\r\n=5I9j\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCQWGFGfRv1tmNpVFlE6UYZgO2kDhzd+elX90nJx8yPDwIgCzDEWRC8WRyQR9iu27j2ZoEOLxNTJQMuNNiXfH12UHQ="}]},"engines":{"node":">=10.0.0"}},"4.0.3":{"name":"engine.io","version":"4.0.3","dependencies":{"accepts":"~1.3.4","base64id":"2.0.0","cookie":"~0.4.1","cors":"~2.8.5","debug":"~4.1.0","engine.io-parser":"~4.0.0","ws":"^7.1.2"},"devDependencies":{"babel-eslint":"^8.0.2","eiows":"^3.3.0","engine.io-client":"4.0.3","eslint":"^4.19.1","eslint-config-prettier":"^6.9.0","expect.js":"^0.3.1","mocha":"^4.0.1","prettier":"^1.19.1","s":"0.1.1","superagent":"^3.8.1"},"dist":{"integrity":"sha512-EPA9Bbn0ZHumQvW6ibggmzUQGayR0E9gLIA4RJeoXEbZ9lJYoU8HU+dM1rtCdfyDPdbocUEFaZk4Muem33oiNA==","shasum":"1e67992765eab56e840ee10e98e17efa5670bcfe","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-4.0.3.tgz","fileCount":12,"unpackedSize":73766,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfs5LJCRA9TVsSAnZWagAA3yYP/jG8jbBEinHXckNi1EW2\n8V1GWK1TtBIbBES8WBsANxDt5f0qoaKlMA8GrAUOOUOxDYmA7TSphmfGIZpa\n22/BW/tAifoi9sLuBlIJvVguI7UpOWe+CC/JggyBIR9FZkGdGzpwo3YQbfxL\n+21PikiBDy/v9wt5IuNui9T+FVc7zfGFpfJRa+iSy7Fm6ls+xRnhKVSPtyNf\nbSUdTp3UYgkUKzUDbkIs7JSw2YSQmZKELYJ97BwYwmp8lAsi69IgkUV5maKG\np2UFWLXht0/O64Q1A7S/MiA0/BG3drmw81s5BMY93B56Brh946aLq2lvM1KK\nFjwtCQ/Op6Yp96BX5esB2exjWthf6KeBNQ0AZAu9YETPvTVh0F6kvT02YSjm\nRJRDVNfmFCLbvOHmcrORSTUfEM8LkkRKPVxdYv5iuD1OtPaw6D2YmQXMHikH\nyJQAyEJNC6ark4iAdXcTD6EqOPLRB4amhxmbvvsaxOs+OKWtbNLhZ9SWHK28\n/FiB+IQ5xz4Wq2MJ4tfFxY3/OmD7mt8NVlbnAsEklinHizrer8sefJ2SMRbV\nrWGe7T/IGo3kTWXbYbqb4JDudKg5Xo0h/qTKJCXuyR0zNsi2GDPm/TaD4Vpi\nhdv4XWo3FbyVZJ3Vq3ytHiEzICGDxC1il1fr8lycTkipr4OuvZKr37X6rSS8\n2J+V\r\n=wdQI\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDVwhghhAzzQ7VX9/wTxiXq0ShMZ+s0Q+lNTa3C0RfpsQIhAPJ9ZMZq6ls9jlrGYU7o33HYFcv/6ffFHpOFRorTk7Vs"}]},"engines":{"node":">=10.0.0"}},"4.0.4":{"name":"engine.io","version":"4.0.4","dependencies":{"accepts":"~1.3.4","base64id":"2.0.0","cookie":"~0.4.1","cors":"~2.8.5","debug":"~4.1.0","engine.io-parser":"~4.0.0","ws":"^7.1.2"},"devDependencies":{"babel-eslint":"^8.0.2","eiows":"^3.3.0","engine.io-client":"4.0.4","eslint":"^4.19.1","eslint-config-prettier":"^6.9.0","expect.js":"^0.3.1","mocha":"^4.0.1","prettier":"^1.19.1","s":"0.1.1","superagent":"^3.8.1"},"dist":{"integrity":"sha512-4ggUX5pICZU17OTZNFv5+uFE/ZyoK+TIXv2SvxWWX8lwStllQ6Lvvs4lDBqvKpV9EYXNcvlNOcjKChd/mo+8Tw==","shasum":"8e4af130824e8d3a4db1dbf4f718b384a0de926a","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-4.0.4.tgz","fileCount":12,"unpackedSize":73916,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJftEZmCRA9TVsSAnZWagAAKTIP/jjp//W+k7XDQwfjdL1p\n1F5O8RwC9uIXj6XdnY7idePynUzIzahbuaj2vcMWkGOtefziF7OyUb5U/Owx\nsGJjiZPedDWjr1cR0kWvumyYFc4g5Fnq/JyGceb00SDVvvFArytlsCnhq7mD\nqf4WOffONc9GHMb9isS4LQm28Exl+qx43Oldc8r4ZuI1hr69J5u8F9J22uUa\nTm2yLqLr1aLbWVSyoxrHKH1VhbFF3l/v1phuA9TfBL+G7bz1Pa0m0NIc8BQe\noC9Y33Ai5GPT71q0gsNuPrvDEM0K/rPJfMptwFCFfOnm0rWUwhcyW0wCF3n4\nzgJIF25q2W9tMEYzpIc6P+aXFEkk2DLINQRjkZzAdnuzk2+lxA9HrWhbRyHU\nT2tvDZlLDnfVPUvpwE/NPfjymxC8CJBUhVtre9ncKKDzIoZk9XDjaFblxeML\noRuFFqOwwhsb1/oxo6uwiQONiMFSIQ8JR1+n9zrz79fZtJjbmBigT9piW6Eh\nMeVqtZ2pfii74zKBsM942p8b1T4yyeV2U5FYzwosvp1R55kTGcRKeseYg+Jy\nZQbpu3+zN9RLX0KTFlyvUxT+FKRzJO9C362p7QcW5UaUNS4T1LCbscSfiYky\nNkF3sLkX/wq1hoxweaM0lpH0Z0bOCHK4Ox73YFUXY+iDRWU4ntZCF/c7SdVo\ne75W\r\n=aGbU\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCPutWggzsRskQVf2tQqPDx7aHHgWeHnYqyuTfk0QewNAIhAKF5Kmbm9ka5VTPFSxzXKx3DkAfYWeDo57/xDRbDIQUc"}]},"engines":{"node":">=10.0.0"}},"4.0.5":{"name":"engine.io","version":"4.0.5","dependencies":{"accepts":"~1.3.4","base64id":"2.0.0","cookie":"~0.4.1","cors":"~2.8.5","debug":"~4.1.0","engine.io-parser":"~4.0.0","ws":"^7.1.2"},"devDependencies":{"babel-eslint":"^8.0.2","eiows":"^3.3.0","engine.io-client":"4.0.5","eslint":"^4.19.1","eslint-config-prettier":"^6.9.0","expect.js":"^0.3.1","mocha":"^4.0.1","prettier":"^1.19.1","s":"0.1.1","superagent":"^3.8.1"},"dist":{"integrity":"sha512-Ri+whTNr2PKklxQkfbGjwEo+kCBUM4Qxk4wtLqLrhH+b1up2NFL9g9pjYWiCV/oazwB0rArnvF/ZmZN2ab5Hpg==","shasum":"3ff6d5c72560ad93423c1ce1e807733206622a1c","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-4.0.5.tgz","fileCount":12,"unpackedSize":74074,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfzgOHCRA9TVsSAnZWagAACaEQAJc2q7XS1LNsJktTRXVO\nF7VyYTfkMhM5cRb1RPgU/7qqR55silA22WGDY43Qcp/rcnpwFGoxAgVvWjge\nedW5ILg8ZrtLzx/yikVgmwVP1zGLCinyS2eOgx3RWamn5rTDdNq6LgbnhSh4\nNF7cRmqr5qYOZVdq3fFBvvr2N+XIlMraqEBsJ4xeHLt1fNtpRpLgJezaxkLF\n9cirnY/8TLEcXMHGUYXhZFKamCjSooN5Elu2En1c2DerCAEPxUqYSnocVR8c\n8oWXgEF65n2+GTPdExjXm+TdbLEwhObCSJJ3AtQwHE+/nAWpe7Xdn1iN0Gpw\nkGf/KiAhNUEfpploFWAfbPznCjIRsKOURxXWJsiXrWwwLP6wieSIvLfrLLsX\nt1geelabUuVxKkyHy3vj9Xr5davx6/wdJrmMzcJYZSXuhtoC6cK6Fv0zDk3/\nsr+i7DRnmXKtsR2Ivwu6x8s9CoTTPiI61SzuwQeA2TItjElUpPbgr/bTcG78\nsj1rcfR9OLs96w76Dm22ZWw67fCdUda8vCB91GXtVAZPDUmo5QBKBZVwY/uc\ncXG+PQWc36lM/B5vC08t6lZ/Y+ccjJkCIGgGNn7qBi77X848HivLqSIqgEG8\nDnEmif2jF4x4CeYEBL5/imUxTop97lgk5A7NUMmJ3ADZCEKVMCwcEev6Ehtb\nBuC/\r\n=0cwt\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIB6oFm7LZSKB/2s4AOC54Vf37tIFDdiXmmJpt4BXR+viAiAUfYfeMWqR1L7uXnrU14iCd42L0UfghTsWTmLygWymDA=="}]},"engines":{"node":">=10.0.0"}},"3.5.0":{"name":"engine.io","version":"3.5.0","dependencies":{"accepts":"~1.3.4","base64id":"2.0.0","cookie":"~0.4.1","debug":"~4.1.0","engine.io-parser":"~2.2.0","ws":"~7.4.2"},"devDependencies":{"babel-eslint":"^8.0.2","babel-preset-es2015":"^6.24.0","engine.io-client":"3.5.0","eslint":"^4.5.0","eslint-config-standard":"^10.2.1","eslint-plugin-import":"^2.7.0","eslint-plugin-node":"^5.1.1","eslint-plugin-promise":"^3.5.0","eslint-plugin-standard":"^3.0.1","expect.js":"^0.3.1","mocha":"^4.0.1","s":"0.1.1","superagent":"^3.8.1","uws":"~9.14.0"},"dist":{"integrity":"sha512-21HlvPUKaitDGE4GXNtQ7PLP0Sz4aWLddMPw2VTyFz1FVZqu/kZsJUO8WNpKuE/OCL7nkfRaOui2ZCJloGznGA==","shasum":"9d6b985c8a39b1fe87cd91eb014de0552259821b","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-3.5.0.tgz","fileCount":13,"unpackedSize":70951,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf7D+5CRA9TVsSAnZWagAAa5wP/0gg9Iq3+/XWBwBwhfWj\nzJ02r4FBoBaaGTdkBKJ2OS1hAqc8gBT79uPQ/WN0RVwwoShMRNxOD9MW6KMj\nUwlCqB2wliY8p69ttusc5CxysmNq0zTASssslCNry9fB2iwmV937JKltHdSZ\nMbgII/HB704UzOmaIzRYk2RCVeYPiy5O6GpKlpqQj0TnhJr8UokEpdjFuT7c\njDKrusyGKl+UrLCEJpUcWK/YPzdJ/SZqqNP0g6CRoAxf4qt3w+JdydK0jMhp\nqb9pTseBxczW0JmgNbHNRilHr6qCNfKRLABkf/tkI8fpta0mMB/yeYopNe+d\n+mgHMaFsuvvX/g/zQfl6/nv6EH/CIV2JpUbiWL6/zrsR7KQlSwj/Oyb0Yxrz\nJSvYNNNXychOP5+rB45HVmInLfUDUkGR7zd8L01wsB4ffEpCU6za+exNRl2S\ny4bTJ9QRhsEUCTcCDRTD451sNs0ts0XiFlapq3/HT2KXVidWTs4wLafbNbPi\n7fTHLOZSQ6XU3vTluooZH9a53Vy10CQmTnVttlbaBXTQ/7rqe/xw8JhyCREr\nOYiyV1TlT71iSDKgWXw3z2VDnHNzmhS20sbFiJY8ZZCTuxrk2l/iHvVQP4ev\nER62VharPuXkv9L6vcuHV/KTcUx7FPTjTqrm87TZoefZs1sxP1dnCwcRuNPZ\nOaBZ\r\n=i8F1\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHpXdgfpjz1wvFRt9lJlDSEs5oQvwJk18drAszGDSymZAiEA368FP9g07PVZWXHDL1poJ+M4th7j/HdZ5veLKqdBIqo="}]},"engines":{"node":">=8.0.0"}},"4.0.6":{"name":"engine.io","version":"4.0.6","dependencies":{"accepts":"~1.3.4","base64id":"2.0.0","cookie":"~0.4.1","cors":"~2.8.5","debug":"~4.3.1","engine.io-parser":"~4.0.0","ws":"~7.4.2"},"devDependencies":{"babel-eslint":"^8.0.2","eiows":"^3.3.0","engine.io-client":"4.0.6","eslint":"^4.19.1","eslint-config-prettier":"^6.9.0","expect.js":"^0.3.1","mocha":"^4.0.1","prettier":"^1.19.1","s":"0.1.1","superagent":"^3.8.1"},"dist":{"integrity":"sha512-rf7HAVZpcRrcKEKddgIzYUnwg0g5HE1RvJaTLwkcfJmce4g+po8aMuE6vxzp6JwlK8FEq/vi0KWN6tA585DjaA==","shasum":"7268635d64e2154ab5e7f9ef967ad1744a4c41a9","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-4.0.6.tgz","fileCount":12,"unpackedSize":74889,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf85aECRA9TVsSAnZWagAAgmsP/2mYBvX9+0WcJssiQwHC\nR0w4ZDrSpi1XukeDqSn0qYqxRusn3/tlNVjSKvKbYKg/Ey4koD31yF910NHX\n6cGwrXRmHGDlzQKAXZRHgZTCV5WyfPnLYidqe9bBy8+oD3lBlvQactSApM2Q\n5xwvqDF7IGUOua6yaacKgdy2pprNlTmNyqDRSA0+Qd2iav217xh8yf4D7NXS\nHrLcYQXtVGt9/vn9cwR9gwkAbKuAgaO3t2jhLonyIrR5mCF7UmXOzt3MCamH\nnmcIsHiCu/3FQSuJjij3i5DHQcYDyAaVnHPGjvZiGI2+dd9VoY4o4euDArZM\n9ey9epdN+eebKVQ5if7JEgYM1+kTzE34pa6oVt5pEN903Q6Om62B+4kbPLe0\nhHIYMeFxDy35a6Sf1zUaeNCJK/icOEgPqpBjsP0Xy5h9uVsKEERyg9qEQZPl\nLfm+PP4LPDS1cakDV6nbatHNwfAudd7Qa53botkDhMSAqRH1TWc3EuxQJ4qI\nNTsxA2K2Kix+Mk6CxUD+NI1Lc2o6VY1q7OASby1lrS8V8MPDsygJvbnsCYQi\nPNP8L2bH9WAUdYvUJ4yMASYKVnUaZX8iJ+VPP2tsdKX2ol7OSXuEnYzvwJW/\nkXFe0oeJ0B5OLLcjsMB0ukl6tIw0T8jHAY+GO0VRw5g/veq95JTx1Fe5bUqh\nkgYq\r\n=/yFi\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAalSoT3D7EG1h6Zt4O139nAncI1nfTFti+glcZ4nrF1AiEAtmHh0KjfIfiU8+Z+LLOMlr6nnjFO5j7IA+QvraMHaZs="}]},"engines":{"node":">=10.0.0"}},"4.1.0":{"name":"engine.io","version":"4.1.0","dependencies":{"accepts":"~1.3.4","base64id":"2.0.0","cookie":"~0.4.1","cors":"~2.8.5","debug":"~4.3.1","engine.io-parser":"~4.0.0","ws":"~7.4.2"},"devDependencies":{"babel-eslint":"^8.0.2","eiows":"^3.3.0","engine.io-client":"4.1.0","engine.io-client-v3":"npm:engine.io-client@3.5.0","eslint":"^4.19.1","eslint-config-prettier":"^6.9.0","expect.js":"^0.3.1","mocha":"^4.0.1","prettier":"^1.19.1","s":"0.1.1","superagent":"^3.8.1"},"dist":{"integrity":"sha512-vW7EAtn0HDQ4MtT5QbmCHF17TaYLONv2/JwdYsq9USPRZVM4zG7WB3k0Nc321z8EuSOlhGokrYlYx4176QhD0A==","shasum":"d8ac90a09ed9fc703abf87023f1e1815e33f044e","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-4.1.0.tgz","fileCount":14,"unpackedSize":93392,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf/5TZCRA9TVsSAnZWagAAH9AP/RYRu4LO3vc20XEf3qBv\n7ZhwWIJHmVw4r4xkwsPjKFgeRVu5V45zpZhJotqiccUssPHLQt9WboXv9TkK\nT/fRqZUVa5tRcz3LsPLI+w30fOBcde6bQfS28dsFEM/N/OkAi42bs/KruMqC\nTZjkrnTRPfqIFrk2DzFlb0ytxm/OlaGbsrahi4JcAZWlOrv8CFz1Ujmh4ZxZ\nnLkqPTXzPrDQE8SEebd0aJ8r+oOq9Cnq0jHUUkHi83bQ0nFkYxKGkf/rXwPs\nYlGnBGEK+muy1VTZEK4cta+defpABoAEf+MNPL6HnHQ7/9ek1T1ab94x2enT\ngTnWnt2YC2vFfCUqUrZ0aSMpT0wIYAS5XpfC3tTsRlhyKMcDW3YKpxVWKqT/\nc+cUnYqwL3BSlPFO9IwlYw1T8i/R1Rbjkl8JU3XODhGlFNbnEsLPWDLpk9Z2\n8WFfcP9fZZXugcIrvwpxFMGfNPgrKRqzdI9QpZeoztAzoySmCKV993CZlzGO\nGoPudCL6UMMKx/ri3JURoq0uYpBFjVAd3urPNVUoF2AhKwJb5nrgN++64aZp\naRIC5S/Mb/DMCntaFYWSWWzzXnz6OIDbZA9v2B7t8+sut+oFFjTeceDMW1AI\nZKytKkiLMD2DNYea2yq71PEWZO6BtUTmT5/IGsAz3RDIe5MQy/leFjOFnlNc\nVE1F\r\n=2SRU\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCq6zuoioZRciKL/LGr+fZ0K1DGNysCYEOfekV0BUBUGgIhANjWSR7HiHflKyj2ASYsMlKHl+vilJtgJnlJQThF7WgA"}]},"engines":{"node":">=10.0.0"}},"4.1.1":{"name":"engine.io","version":"4.1.1","dependencies":{"accepts":"~1.3.4","base64id":"2.0.0","cookie":"~0.4.1","cors":"~2.8.5","debug":"~4.3.1","engine.io-parser":"~4.0.0","ws":"~7.4.2"},"devDependencies":{"babel-eslint":"^8.0.2","eiows":"^3.3.0","engine.io-client":"4.1.1","engine.io-client-v3":"npm:engine.io-client@3.5.0","eslint":"^4.19.1","eslint-config-prettier":"^6.9.0","expect.js":"^0.3.1","mocha":"^4.0.1","prettier":"^1.19.1","s":"0.1.1","superagent":"^3.8.1"},"dist":{"integrity":"sha512-t2E9wLlssQjGw0nluF6aYyfX8LwYU8Jj0xct+pAhfWfv/YrBn6TSNtEYsgxHIfaMqfrLx07czcMg9bMN6di+3w==","shasum":"9a8f8a5ac5a5ea316183c489bf7f5b6cf91ace5b","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-4.1.1.tgz","fileCount":14,"unpackedSize":93816,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgGSC5CRA9TVsSAnZWagAA1E4QAKD5tuBZxOFbFOVwi+ri\nIObWn2bUHTnC44QdRid23PzqXhCADObBkDpr3UFifcLwTYF9dkehlEg8WPrW\nfw2m0uihU7I190kLR5W2HYuf40627h4HUIlVRHhij8oPqXfumWeMaCqAfnmT\np+6JHGNw4E5OTs7RgwlzECQHDWGrlTg3gqfOUd7cUHGIpukOM0MD/aLQqeAR\nhD4hMfZiDtWZ5oXjCu2fvkdWmigBKOxlzKJhxH8HwWMVnGgwwy/hX2UtSXxv\nOT3XYqfQTBsRGPGsXqUYxozkzUf33LGlfyl2RlC+LPhkpvV9XmCpTw18Fi40\n+Znaj2B8dB2FSiyOaG+Vajv4rKHPFvpHR5d0x7Jt/d4kcsb8sm9cUHPGrg51\n8fCEeEvv0rxq7s9VK8QbUruuqsIE7H+Ykwx+avP6IWc+7uW+y+sqq8/uO3at\nVRmIRpyIIq7ewToEjfyNALdHLMrh3GlnM4GiT0+UcLwAMQ7dVd5IV+jR+PY8\nOe3fWIkTp5lltTTTnDkiCIRRX23EBsichZcSK1BhX4/NNwqMjKnyA9gmBNff\nvjqkPxcC4HCb/4Az2XKZXk/Hn28BITNgQ1C7vYG02sWInYB56kp9AUDqOl+q\nKVYeHAOI1HGCKZTLYVuosEkgpFnqt9LPXu+nUTfF/wrYGbeIeCBlPFqKY8rD\nXuZ2\r\n=aL2C\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDDYhmcQPCmlOu6nyotWIrZiYXp4rgttGtigkL5OSSo9AIgZT97A9VBxlTTXN6vzTPz6PlBMTRX4dxbvC5BhRkBG+U="}]},"engines":{"node":">=10.0.0"}},"5.0.0":{"name":"engine.io","version":"5.0.0","dependencies":{"accepts":"~1.3.4","base64id":"2.0.0","cookie":"~0.4.1","cors":"~2.8.5","debug":"~4.3.1","engine.io-parser":"~4.0.0","ws":"~7.4.2"},"devDependencies":{"babel-eslint":"^8.0.2","eiows":"^3.3.0","engine.io-client":"5.0.0","engine.io-client-v3":"npm:engine.io-client@3.5.0","eslint":"^4.19.1","eslint-config-prettier":"^6.9.0","expect.js":"^0.3.1","mocha":"^4.0.1","prettier":"^1.19.1","s":"0.1.1","superagent":"^3.8.1"},"dist":{"integrity":"sha512-BATIdDV3H1SrE9/u2BAotvsmjJg0t1P4+vGedImSs1lkFAtQdvk4Ev1y4LDiPF7BPWgXWEG+NDY+nLvW3UrMWw==","shasum":"470dc94a8a4907fa4d2cd1fa6611426afcee61bf","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-5.0.0.tgz","fileCount":14,"unpackedSize":94600,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgSI+TCRA9TVsSAnZWagAAF5sP/1VMXLtrL/itq1PbcX2w\nce9xVMH0+29XhYX8rq7g7z9CCIs51W50dSlWAGUjOqF75hMTeAbZTTENBUAS\nwGN9I/gEHyaU1UTFTA0mmw0iE6zhHspLv93TLbUnymS/81Op0WOG4duzxrIm\nfDpFid3SlFWZT9wCJIBpdb/ui3X6zRGnkVEIkVEoP8Wvbu4oZP2m8SGYjXtH\nQktD0apKaKVutNX69YSpjWFTBL7pc9By7VI+Wm0sj0psKAV0OwtFzMEpzu/L\nhHJFoL1LoKaoHiBFRymibyzboWVNKZPlr37B6K/AbFjNfcoAs90ja6GBGZRV\nyrDrNbKQRFIJT09i5aI5WBAobMlloicKVUOb8ca34rnSYvsoAfzyDp+GxYzz\nwTpV1zmqWjjnx0gVOQXKVK/zIyKIBtvuLpaHdfVp6bBO7QOdmcqbTVSPEkov\njtTVQSKpIB6fc5ZZVdXyhbDL+JSCLJqg0je/NFAYB5sw49vYqAGgFf9BKFPr\nvpEtnZk1QdlsN+W+XuBfWrg88onCOdBuOtZaXGKesOkgumyYdJonH5rp/c/c\novzCi8K2P0STUAEbKq0qFNkddCVdaNS82nW5+v/Kau615RztKSRB5QFgTl6m\nMQSJ5PfM11WtZ3pDIiAl9/xa5lVcit/UKpvAhuH/O2jUMwzts7Sc4OTznjtX\nSDgp\r\n=su4e\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIExIujOx7MidOna5m1Fk09ZNFkbnYfcwQGG6oo8FeGXoAiEAj1Rp4io0mGl7JVztA2C3wMKcHU+bK682pcUQ2j2VaJA="}]},"engines":{"node":">=10.0.0"}},"5.1.0":{"name":"engine.io","version":"5.1.0","dependencies":{"accepts":"~1.3.4","base64id":"2.0.0","cookie":"~0.4.1","cors":"~2.8.5","debug":"~4.3.1","engine.io-parser":"~4.0.0","ws":"~7.4.2"},"devDependencies":{"babel-eslint":"^8.0.2","eiows":"^3.3.0","engine.io-client":"5.1.0","engine.io-client-v3":"npm:engine.io-client@3.5.0","eslint":"^4.19.1","eslint-config-prettier":"^6.9.0","expect.js":"^0.3.1","mocha":"^4.0.1","prettier":"^1.19.1","s":"0.1.1","superagent":"^3.8.1"},"dist":{"integrity":"sha512-A2i4kVvOA3qezQLlMz+FayGFdqOo0LP3fYrb0VqXMDXKoXcbgM0KxcEYnsdVzOMJQErIAb1GIStRj7UWFoiqlQ==","shasum":"d1d1520d6e99fe61618a4e65a97f57b1d232d711","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-5.1.0.tgz","fileCount":14,"unpackedSize":98639,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgkQaNCRA9TVsSAnZWagAAprgP/R9LD+xguqcN1mAci0LZ\nI9Bt54MDEhCuAIDVK8RBpvnsw7Dl09w8zU76X/Fcvxz0LgVmuIXI6W8sZ7Lb\nssccxW2i5HfoQu+meUj6CePJ+BvmqvLXlt0tlIYXrtlt7xLG0BHhqO4Dj2Ih\njzeiYLpXpr23jT9ndhZlyduWykKI/8epJPa6Fxi5X2qsHjDuQnMymmGWgQlq\nONI31gdsMENabuHB00b8Z09QdyTgCX7WqwxXl0SUmugItlrQYxTGgHd2JZ2t\nM9LzL2DQBiMllT4eyh+TO4oswTP9ynaoIMZ95/Ym11lX2auVdZ/2fMZ8gC0F\n+8YP69l7wEyVLs6g8JPbRe/kk10IqYbFI6k39A5d+p/sDtrYUGv+HN0+RzZp\nYkNzoOMfM+QDi4ZikCIJFCamMGnU1/mOpR1ZOZvq5t6x1TdogaN8BNNnME7y\n2/guConyxdWqgqEHWjvzBeQ/xP8E8lmQha/NrVCW39ShkaN5EZCQHgp+8o/j\ndIFENI29SJNgUAV2QHq+Tfk/KrZnxQCS901hF5Jqya+jDLyEeaNvaQNNO+v0\nX7Y6kMZeLasDXMf5Qlo828fbZqm2KAex8pV4GZ7F9jPfqhV44mIhGmml3tUf\nEiu9LjKDKjU8h5g2KKVNAW+Zx2SadyA38wPIn5XGRiLhp8ms9WpBNwnxmTDZ\nImBI\r\n=fRU7\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBnFcM+O4npNYiACIxIv+WcMhMeu0DdwqIOXsZHXIDNEAiEA6wP5ZGuW4X2mf0xcddSXVUk0ABei0219cEXJHlKv4eo="}]},"engines":{"node":">=10.0.0"}},"5.1.1":{"name":"engine.io","version":"5.1.1","dependencies":{"accepts":"~1.3.4","base64id":"2.0.0","cookie":"~0.4.1","cors":"~2.8.5","debug":"~4.3.1","engine.io-parser":"~4.0.0","ws":"~7.4.2"},"devDependencies":{"babel-eslint":"^8.0.2","eiows":"^3.3.0","engine.io-client":"5.1.1","engine.io-client-v3":"npm:engine.io-client@3.5.0","eslint":"^4.19.1","eslint-config-prettier":"^6.9.0","expect.js":"^0.3.1","mocha":"^4.0.1","prettier":"^1.19.1","s":"0.1.1","superagent":"^3.8.1"},"dist":{"integrity":"sha512-aMWot7H5aC8L4/T8qMYbLdvKlZOdJTH54FxfdFunTGvhMx1BHkJOntWArsVfgAZVwAO9LC2sryPWRcEeUzCe5w==","shasum":"a1f97e51ddf10cbd4db8b5ff4b165aad3760cdd3","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-5.1.1.tgz","fileCount":14,"unpackedSize":99166,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgoZ1lCRA9TVsSAnZWagAAOZwP/AtEl6H2/MSgWdBJ7fuS\nDQmbPYvnQ7Yw8RbS2v6lZ7NlH9R48J7a2ZFPd6o2w65TKiqMv7I+zMuVjHh5\nwHNdSkinivWS0kygFvZV0O34t5I6ffHwivl+QdUUcDnH3XjsyPfDgcDS8ufp\nUmwlF34p23SJv7uWUiLnDWlGc9YYBsUel6GTifrm4aTSBy75OJ2jZtUkvhhZ\n0cGETy1ZfL7THNOa+VB1CYgaDE/DH9od69eDwA/UmnR9ivzLKqVI8H5STomu\nU8S2zFWXaSUP978Wgb6T9o7BBncRbeNmXgW8eU9+qkCGvHIsq8HQSCyZKpIh\nV5vaCDk89LO3UUG6oj3RkbcgvpaqBO1bxNx9Z7BeYFjaD3BM7+Fq+IMJubdD\nlqDk6gcbOqBOxV4qQni8x8A1HTyCuumUHMI8jIraDEUDT0CvzOOAd/dzal3N\ngGQ/CX9XoaJLYkumobZ01WVF+iR2o7T5SLWRp0tlzqki/iU9LzCI0Z3bEoRL\nyDc5apHHIv29bo/GbT1vnuqP2attU7p81uT8mKjDMmS8hB3xnF/L9T/kfHjc\nrdzcg/VfzBrBijB43RcTHnWusvUn2e8PoC9Wc6ZQD7mDUiab8evVcGrmTYMi\nFPZcd++lyRp8mB6z++0g1+zq8SdUBl53Ht250uKvTVnV3z8Oqe7uzWcPu2pO\nLYjL\r\n=+xkm\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDn8F5+4kZC3PVUH0C4ifj0p7nSmqhbS9wCkJNHCTS9IAiByNyRZ0gzZccKQ2QK0Gpe60ToOa6RWjcxsF2vZYuDPQQ=="}]},"engines":{"node":">=10.0.0"}},"5.2.0":{"name":"engine.io","version":"5.2.0","dependencies":{"accepts":"~1.3.4","base64id":"2.0.0","cookie":"~0.4.1","cors":"~2.8.5","debug":"~4.3.1","engine.io-parser":"~4.0.0","ws":"~7.4.2"},"devDependencies":{"babel-eslint":"^8.0.2","eiows":"^3.3.0","engine.io-client":"5.2.0","engine.io-client-v3":"npm:engine.io-client@3.5.0","eslint":"^4.19.1","eslint-config-prettier":"^6.9.0","expect.js":"^0.3.1","mocha":"^4.0.1","prettier":"^1.19.1","s":"0.1.1","superagent":"^3.8.1"},"dist":{"integrity":"sha512-d1DexkQx87IFr1FLuV+0f5kAm1Hk1uOVijLOb+D1sDO2QMb7YjE02VHtZtxo7xIXMgcWLb+vl3HRT0rI9tr4jQ==","shasum":"554cdd0230d89de7b1a49a809d7ee5a129d36809","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-5.2.0.tgz","fileCount":14,"unpackedSize":99412,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhKyoTCRA9TVsSAnZWagAAPXYP/3yBxNxQ2XQnHa5cWfcZ\nYlb5vjE5fBzWzHC0xazxhS5sppJOpSbrLXeFrIN+32h1zHvKQkHRukOAK3s6\n489n9nThCZv3/GPNxEIMI05alXevaM+cEdiM28G+qBb/m6o7cViwxyuzr+D4\n3Sp0H3pLCwma4fkaRk2RXan/VNw7lD0kvPozHoK24TDeetebjMRbAj/FXmEZ\nuP4NRFx3JwkHamUluRbx1KjQ4/Xd+1x5pDEKkS5mgdoBfRsGdM2ZUGKUEabJ\nAsNXVYKPxhC2lwdjn+rnwpu7vxbceqIxc9spujJyMus9dO7xiYf2PM/wz6Ey\nadpr+z6K8DxLE10iZQ1RYkpbf/hyNVM5/7uKdreP/L7H9iTnYflDO2M2iqzu\nDP9TFaMjaRlC7Mljch+GYmyCnL5QlnG03SDVc5KvsuzS1vAJ94JBFp49fEhY\n7jvB0OVS86LF7+WBfuMls2fvF1pvr52eP9q4SMZm7hAZkWmrHoXSsOpW6H2u\nQU44N6GOALdLrLTjevk/iqyz4dctOaMw95n1ELdHJiL2G9l/3f/bYcbmrJuO\nInXjprfDdaMJ2muTklGWUsfMAXxIXrKbz9w4yRmI8oL6IRnz9C0zc938IUnc\nM3xLhHYzo43llA8AuECu8lJQZT7bgSYHu5z0QbzHnw2yf5Nb/PTBpI0TLjfj\n/JNo\r\n=Q6T9\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC8Wy1i6EZQMOqh3grsEpOOSdZhLWZp6r1QQUAOlgiakAIhAMKWaXkZUzgMPDh2YU/F1loSXiTEndpKhx9V9d3dKMWy"}]},"engines":{"node":">=10.0.0"}},"6.0.0":{"name":"engine.io","version":"6.0.0","dependencies":{"@types/cookie":"^0.4.1","@types/cors":"^2.8.12","@types/node":">=10.0.0","accepts":"~1.3.4","base64id":"2.0.0","cookie":"~0.4.1","cors":"~2.8.5","debug":"~4.3.1","engine.io-parser":"~5.0.0","ws":"~8.2.3"},"devDependencies":{"babel-eslint":"^8.0.2","eiows":"^3.3.0","engine.io-client":"6.0.0","engine.io-client-v3":"npm:engine.io-client@3.5.0","expect.js":"^0.3.1","mocha":"^4.0.1","prettier":"^1.19.1","rimraf":"^3.0.2","s":"0.1.1","superagent":"^3.8.1","typescript":"^4.4.3"},"dist":{"integrity":"sha512-Ui7yl3JajEIaACg8MOUwWvuuwU7jepZqX3BKs1ho7NQRuP4LhN4XIykXhp8bEy+x/DhA0LBZZXYSCkZDqrwMMg==","shasum":"2b993fcd73e6b3a6abb52b40b803651cd5747cf0","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-6.0.0.tgz","fileCount":25,"unpackedSize":128735,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC3Cj5eionIANPpiMwO7O9JgnFrwobGdzaZ/3JiAgkKBwIgMy2mEarwBd1v7AiTn0Ors09M+AG7Edh7us/9ZJpuH+4="}]},"engines":{"node":">=10.0.0"}},"6.0.1":{"name":"engine.io","version":"6.0.1","dependencies":{"@types/cookie":"^0.4.1","@types/cors":"^2.8.12","@types/node":">=10.0.0","accepts":"~1.3.4","base64id":"2.0.0","cookie":"~0.4.1","cors":"~2.8.5","debug":"~4.3.1","engine.io-parser":"~5.0.0","ws":"~8.2.3"},"devDependencies":{"babel-eslint":"^8.0.2","eiows":"^3.3.0","engine.io-client":"6.0.1","engine.io-client-v3":"npm:engine.io-client@3.5.0","expect.js":"^0.3.1","mocha":"^4.0.1","prettier":"^1.19.1","rimraf":"^3.0.2","s":"0.1.1","superagent":"^3.8.1","typescript":"^4.4.3"},"dist":{"integrity":"sha512-Y53UaciUh2Rmx5MiogtMxOQcfh7pnemday+Bb4QDg0Wjmnvo/VTvuEyNGQgYmh8L7VOe8Je1QuiqjLNDelMqLA==","shasum":"4a37754c6067415e9bfbcc82e49e572437354615","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-6.0.1.tgz","fileCount":25,"unpackedSize":129315,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDNAiE+O/8sGmt466i1VAJaxghwi8I3X+6i886UtWfHUwIgfcJt3St+Oic0JRxMz6FNH9Abiaf4EJzcF3Io/gF1sgs="}]},"engines":{"node":">=10.0.0"}},"6.1.0":{"name":"engine.io","version":"6.1.0","dependencies":{"@types/cookie":"^0.4.1","@types/cors":"^2.8.12","@types/node":">=10.0.0","accepts":"~1.3.4","base64id":"2.0.0","cookie":"~0.4.1","cors":"~2.8.5","debug":"~4.3.1","engine.io-parser":"~5.0.0","ws":"~8.2.3"},"devDependencies":{"babel-eslint":"^8.0.2","eiows":"^3.3.0","engine.io-client":"6.1.0","engine.io-client-v3":"npm:engine.io-client@3.5.2","expect.js":"^0.3.1","mocha":"^9.1.3","prettier":"^1.19.1","rimraf":"^3.0.2","superagent":"^3.8.1","typescript":"^4.4.3","uWebSockets.js":"github:uNetworking/uWebSockets.js#v20.0.0"},"dist":{"integrity":"sha512-ErhZOVu2xweCjEfYcTdkCnEYUiZgkAcBBAhW4jbIvNG8SLU3orAqoJCiytZjYF7eTpVmmCrLDjLIEaPlUAs1uw==","shasum":"459eab0c3724899d7b63a20c3a6835cf92857939","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-6.1.0.tgz","fileCount":33,"unpackedSize":154814,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh2ps8CRA9TVsSAnZWagAANqgP/0oAvm8aWwxcBqhxXN/Y\nxI94zGAkMa72m9AT5fHmB1eOkaiZBgKE8kZW3Gnjj6ifjGC+aQpAe0RtcyLe\nPvTDmLd7UaKSQZkFdCcEMccvWuJbFHxcrM9jrLdBWwlqIjpihN/UQpnGnhjX\n2jzFYd/9fmg2w6vmhnHzGGWm1KZScFRItLPLUvOADU77RSzp3sRs6Px/TcJV\nNbLev7C7FTXDsIYukGrofYFYwdSTJSyzWPL/hGmHQSCKceS0wpPvu3ne8zSR\n9LsfOTQ/+h3zO5epGX5phBb2wirY105hCeoOGpXvxw+oCV/gH93EE32A9opQ\nfG5SWPRRjfGorN6wIbfJFHCkVeCwhjwwMps4HckQalGewh8WEOmSZomuPSRE\nbsMxlW3RkAwwCE5qMLiLsURkbDtB6RS+6Qd3xEACycmrbBek6RwGW3ZXbkY7\nd9CNbgjG7yJkR5z+jNOC33ubekKQl/CzoNW04sy9KOr5LGotIRw7zSST2sHI\nivrHhJH+1VJ/thpCQS43IBuHQLJco0v32ri8kgRfR0qBTGAAGCzDH6/d7UmV\n3uFuUWCZ9zeAkdKbtm9mIDZER7vIuBBzni9uPdEPYcULKzm6t2sCwACNiaCV\nOrdUMfOAWIhhYbfiNtGmsDwyUzfmkbQ5gjo+kyRK7lzLwCRO098iGYHj2hF0\nWUVd\r\n=nHAt\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDoqW9xfiXKMcbIlGDaD9B6qo8njKiMjjNrwTEbkJ0asgIhALLtfoduL7ryxgtR/UbRuTThokmZZ0H8q9QWLKDlGACw"}]},"engines":{"node":">=10.0.0"}},"6.1.1":{"name":"engine.io","version":"6.1.1","dependencies":{"@types/cookie":"^0.4.1","@types/cors":"^2.8.12","@types/node":">=10.0.0","accepts":"~1.3.4","base64id":"2.0.0","cookie":"~0.4.1","cors":"~2.8.5","debug":"~4.3.1","engine.io-parser":"~5.0.0","ws":"~8.2.3"},"devDependencies":{"babel-eslint":"^8.0.2","eiows":"^3.3.0","engine.io-client":"6.1.0","engine.io-client-v3":"npm:engine.io-client@3.5.2","expect.js":"^0.3.1","mocha":"^9.1.3","prettier":"^1.19.1","rimraf":"^3.0.2","superagent":"^3.8.1","typescript":"^4.4.3","uWebSockets.js":"github:uNetworking/uWebSockets.js#v20.0.0"},"dist":{"integrity":"sha512-AyMc20q8JUUdvKd46+thc9o7yCZ6iC6MoBCChG5Z1XmFMpp+2+y/oKvwpZTUJB0KCjxScw1dV9c2h5pjiYBLuQ==","shasum":"2e87680feedabe380e506594f5bfd34cde955d87","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-6.1.1.tgz","fileCount":33,"unpackedSize":155942,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh3Z2XCRA9TVsSAnZWagAA41EQAJuOISoPIlTnA84/u0TC\nq2DTuKvBInY5j2WmTVZqfWpMJq7mQK+in65Vrjg7wjys2Iubh0daQM7ViEe7\n7JRvNlMDyGyHU3KaD6kwyzHkjAUJqAZ4UCOs5MCqUeD17/ljfVyoAG3BorbD\npZkrVCWSe4g40ZWCViwajUxN6Njz2g3Ghy9M6ARht4kaVJUVcs0afqpV/g42\nZ9A0GdgDGV94FEk7a5uvfQhHQwHVn5w7eyk+Avvhtwu7Kzka4/iZ9GlE6pC7\naz21GmLu4HrEVXjUthigOMf2Gw8vX+Js9pyUgtK45MJho4sFdW9B7waIeIX6\nACFMnIjcN6z2vt2UyrD711BnIg3ys7hje40rV+5efQUCV5GeCnt38FXprhp3\ned6M877APB/+8Sglj/vaBYzrb9DEwJdWGZjO6/KgM4FK/AmayT4pQw1Fa8GR\nb4tOeIEeid+OMgNzRZBam+aZ1l5UZ0mej7ccmWS2/Q1Gdk9n7jbx38ZsxAQQ\n34E+OHrmZwbY6DGSv9jzFSeD798aiZvpkZvnCfZkPI+9P4kOf20NO7iV+0fd\ns9V0GM1j/rMg5C/NhvfuaBLwtHuHNPN4vyOsirq+hea6Ru0FwObyxvHQPdhx\n60eHxH1iaWsEYbvqCW02ucV3YRg+mRK71jqlB1DFYCapwlmsAlHMIFaFWmlv\n+s+2\r\n=FHzi\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIA+5gvNtgpMWYg025V4xJVzXKQcOvPBqRgHLQlw4cG1bAiAcwAwzd/h/FajQ8ZpJ2gdI3Qu8DU7tNp4ftDcCCKzEPQ=="}]},"engines":{"node":">=10.0.0"}},"4.1.2":{"name":"engine.io","version":"4.1.2","dependencies":{"accepts":"~1.3.4","base64id":"2.0.0","cookie":"~0.4.1","cors":"~2.8.5","debug":"~4.3.1","engine.io-parser":"~4.0.0","ws":"~7.4.2"},"devDependencies":{"babel-eslint":"^8.0.2","eiows":"^3.3.0","engine.io-client":"4.1.1","engine.io-client-v3":"npm:engine.io-client@3.5.0","eslint":"^4.19.1","eslint-config-prettier":"^6.9.0","expect.js":"^0.3.1","mocha":"^4.0.1","prettier":"^1.19.1","s":"0.1.1","superagent":"^3.8.1"},"dist":{"integrity":"sha512-t5z6zjXuVLhXDMiFJPYsPOWEER8B0tIsD3ETgw19S1yg9zryvUfY3Vhtk3Gf4sihw/bQGIqQ//gjvVlu+Ca0bQ==","shasum":"f96ceb56d4b39cc7ca5bd29a20e9c99c1ad1a765","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-4.1.2.tgz","fileCount":14,"unpackedSize":94796,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh3Z9+CRA9TVsSAnZWagAAW2sQAIBI8JzKzgAqkXE7cbCG\nawbT/O2Osy/4Z9WWRiiIksLlDE0LyEMhkX7qPGMXnu+MYlJW1kJnEMP6vrxq\ntLk/GjC53HGvgFV7qIRfFPhC15jdUkcpLInF2jg7elTgdGctLHYXjFjq49uC\nNvyvv3rQ7zT1IsjHwjz1USdBym3Vbsc9Xp77et5qBe2bjSKRBhIZm1Z6Elbe\nHnkCoMWtxXkwdI/KcSoSoaKK+DzbqUnabAsy39reUApNNbV+vvPP3RXV7+c3\nuxoT8VpIr6iha/MQgQFlcz7HwrQqJbr/1UbjGP0WLLr19KYpvQlQ0Cd8tIqB\nwRAKvXDke78GY9ih5qcMGssHhOVw4xCqw/vOUAjR9bxWa3hqqnhcuoPRFo+P\njiU8tAb1PObyxWw9iId5V8PU4l7K2SJ0IZ0i2pbAvUnkfnclZVB2vE8o3Os0\nuVcKAlgT7jK1Y25h6MNiPlmWdicfH5wopVw040F3GcSATYd6ZuUwv3bPovbt\nWRBZu+ft5v14TWpxgejWzU+xZpgV8K50jxv4CqkXU1L3OrbQUNt0HepF83hf\nraBw5aqwQXqjJ1fT70qsVgVshfFC3vIr+L7PTNSzFUCR19H/TBMu4+VO4n4/\nY4rjndo1Zym2lzL2gDz7KF6ueQd7H1iQJr1ljuzTaAoVg7T/4ME0AxBMHRrD\nVXTD\r\n=XUni\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCLSPjk3Zx4tGORhkRLGETzMQOky8E8zsMSr4ZyS5S4PQIgLIxN9+op9XsIm9hQGgum7PurAVUN/lQ6WIrpMffmAFg="}]},"engines":{"node":">=10.0.0"}},"5.2.1":{"name":"engine.io","version":"5.2.1","dependencies":{"accepts":"~1.3.4","base64id":"2.0.0","cookie":"~0.4.1","cors":"~2.8.5","debug":"~4.3.1","engine.io-parser":"~4.0.0","ws":"~7.4.2"},"devDependencies":{"babel-eslint":"^8.0.2","eiows":"^3.3.0","engine.io-client":"5.2.0","engine.io-client-v3":"npm:engine.io-client@3.5.0","eslint":"^4.19.1","eslint-config-prettier":"^6.9.0","expect.js":"^0.3.1","mocha":"^4.0.1","prettier":"^1.19.1","s":"0.1.1","superagent":"^3.8.1"},"dist":{"integrity":"sha512-hyNxjVgWp619QMfqi/+/6/LQF+ueOIWeVOza3TeyvxUGjeT9U/xPkkHW/NJNuhbStrxMujEoMadoc2EY7DDEnw==","shasum":"3f84baf13471d35a6f3284a4effcd04c2f73c8a1","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-5.2.1.tgz","fileCount":14,"unpackedSize":100389,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh3aVcCRA9TVsSAnZWagAAficQAIyRpjRgmU18C5TIvZHS\ny4z4HBiSj68j/+RDvgDbCFuBo60oWyhFfpywA1Q+8T3p043fZkPnQ6/ZapgC\nCz58rX29jhAjahfNq/hKcP1Z3ivgqELSS4XalKry8cPOrPvkHfIDxnCzdCyP\nGgolgmztGgEvw3J857RNLkKxplBq37nIZTsFqH/JWMJClh4IRvHdPD2Hcl3n\nDUkDKH3QpO06Lkjdu4tB5+5H4rmB0HSgDPnew1NpT0MwGxTC/8vqcsmgq/f/\n0V4nZp0V0REkqPqUSkPGJPwbsK0RnZ7gPS2pOmVLj08INcwtSS7UCv181nai\n7ZfJuVdC2okFnLe9hHbxlLhMj6NSaWD1/d+blWxiWG2wHxEQZ4+124J9vlDJ\nCct/ue21mqBW/V4Ptg0Mh1LcHhjpqHjuuMiPQFosqUgyz9zkkOsZfx6dMUw/\nRSAC1nNr9Dm0+lVHl6vdKzoIM8MebiCOEYNqu2quyU6p/b1QkiOpnjqdRspO\nBCtpiZUt4eFkUntL/6kZ8b8x2h16zTsnX/Lj6q/Ua8VzBJl0uUYPgEegdzZg\njSP0wTfRHxNA8ar5L8u4mBw4V/LOrL3hUXZUqXaLlbbD0028i4MujH+cWKSk\n/e1abh+nZ1rL7vT4y8/vlAXHTFtgh+DLrQesDS3HAkVhuFGqTv3PHzTSXsiX\nLooB\r\n=+YJ6\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCZIZebImwBr8p9m7sndDVx2EmX61VkNQmrwbuibG7cbwIhAIO1okGf+bWMpvaX+SyoTyQEgq6Thzlea4cfIiuZaSKY"}]},"engines":{"node":">=10.0.0"}},"6.1.2":{"name":"engine.io","version":"6.1.2","dependencies":{"@types/cookie":"^0.4.1","@types/cors":"^2.8.12","@types/node":">=10.0.0","accepts":"~1.3.4","base64id":"2.0.0","cookie":"~0.4.1","cors":"~2.8.5","debug":"~4.3.1","engine.io-parser":"~5.0.0","ws":"~8.2.3"},"devDependencies":{"babel-eslint":"^8.0.2","eiows":"^3.3.0","engine.io-client":"6.1.0","engine.io-client-v3":"npm:engine.io-client@3.5.2","expect.js":"^0.3.1","mocha":"^9.1.3","prettier":"^1.19.1","rimraf":"^3.0.2","superagent":"^3.8.1","typescript":"^4.4.3","uWebSockets.js":"github:uNetworking/uWebSockets.js#v20.0.0"},"dist":{"integrity":"sha512-v/7eGHxPvO2AWsksyx2PUsQvBafuvqs0jJJQ0FdmJG1b9qIvgSbqDRGwNhfk2XHaTTbTXiC4quRE8Q9nRjsrQQ==","shasum":"e7b9d546d90c62246ffcba4d88594be980d3855a","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-6.1.2.tgz","fileCount":32,"unpackedSize":145122,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh5vJUCRA9TVsSAnZWagAArR0P/ivQT3d8yRjdshlp/Nrh\nmYDvtJs4Z4lLhRIyqqkScM0PxVuB2p6Y2UGZJElGFrCsvMlKk960AVQw05fM\ntktUEcwz86KRfNaJsJPVGzLyRH+n1Wqxtr7qCsDt1KTX4LTcUpN3tVvv4R/w\nazRoanVSiEfL9xYMTGYDUGq2R5Hqxm4MHBHoxzg0uRs3OU9jlp2gi719Oh66\nE5coRtotd7wLe8kF1MuUhOn52LHGWGR0suziiIgSjpTCMTb/IklDM5Wx1/qy\nMPl9WlGAa1ucw05l+ZZh8HtVZRw16TcKP3cspCkg3kiqygVuESWMt+TT8PE+\nkZf00Qha6ZMcXECvLF7+0BgRq+/WnzCgccrMyThLiAgaJ5sGNh8iVw4ypZpv\nCIfYWEdxBl4tOYArk7o7d+MHGif41Qw5mcIsYrBPU4hYR3HjA2e384qm6w/b\nVUX9O6ugfUXiqvjG7mVAAf8y543A2lRgB3LARcmDy8OD/qzh0dz9JaI57TVj\n64YNze9vT/UMp8Dlqp8w9MAXuyqa22bNZPn/EgEUGXttLffdCSFdYRKPT7Ni\nhCt7POj3UTxIgAMhyR1FZIWG/sxPe4S3fjHX8K7HmLAPYwWnva18tPsNR5MJ\nMZfeUZwrMlm7JkIv0OcsG7jt5UmgKzKNh4U9u+SMAU6EnMDlxRimdx/z3j4i\n57d+\r\n=D0Pt\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBNoS31x86W7EcfeoJ1vfBgP9186NfvkoSP53c/xlfgoAiEA2ypuolQF7+eBwjo8mCsW8F/cLb9WK6tjxii/SeZN9Jg="}]},"engines":{"node":">=10.0.0"}},"6.1.3":{"name":"engine.io","version":"6.1.3","dependencies":{"@types/cookie":"^0.4.1","@types/cors":"^2.8.12","@types/node":">=10.0.0","accepts":"~1.3.4","base64id":"2.0.0","cookie":"~0.4.1","cors":"~2.8.5","debug":"~4.3.1","engine.io-parser":"~5.0.3","ws":"~8.2.3"},"devDependencies":{"babel-eslint":"^8.0.2","eiows":"^3.3.0","engine.io-client":"6.1.0","engine.io-client-v3":"npm:engine.io-client@3.5.2","expect.js":"^0.3.1","mocha":"^9.1.3","prettier":"^1.19.1","rimraf":"^3.0.2","superagent":"^3.8.1","typescript":"^4.4.3","uWebSockets.js":"github:uNetworking/uWebSockets.js#v20.0.0"},"dist":{"integrity":"sha512-rqs60YwkvWTLLnfazqgZqLa/aKo+9cueVfEi/dZ8PyGyaf8TLOxj++4QMIgeG3Gn0AhrWiFXvghsoY9L9h25GA==","shasum":"f156293d011d99a3df5691ac29d63737c3302e6f","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-6.1.3.tgz","fileCount":32,"unpackedSize":146262,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiFdcLACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr9Ig//WCHavij4N5e/7P4EKRp0iFVcDnWN+dTEvkoJjHad+jW6uIOd\r\n+YJo/rv4CHPpUvZ37RTRiCCbxOsg69uVXfLjfNryErIDwtiEgdhHxL6p7B5d\r\nP8RNN+jj0Uu3BU6ZRR5IoiVaMbjWthBLyLU+Icn+dw98E/gA8woAxxwaEfcy\r\nSoKdwGpG5prXwUR0koRmoW0BwPS6aqRJxUBtfN9jjKA4SDl9bx2eejauQXRq\r\nK2DCUbMFUzt4ujgoD2PU1UxJGFM3c4ySbtfMgMubMGXI0xiRX7o2Z5OM9CKq\r\nYxqoC749a6jh0IsIi10nzd/6CB8bevgzRSE47Ucui22BEa5a623Ij8nxTxv2\r\nsC+AIIpURqrF1o0sE2V5ENaROVHbAdQEdhOJLdK43A/0LHdS3YOHmK+TQ7tV\r\nXNF5TKX+FnQ+0U4/2a3KUN0Ns0V8uakk9Ifyf4xHoAX9HjQ07N1KoRi29fmf\r\nmfsPjzo/Bf0tlMog5rQLcGFQIb+5s1DUco5p5mxSnSTkdlrQv8T6s8l1YIsq\r\nCR+TROIDyt9HuL5oStzHpOZvNLpsboH2sUCfHnV8KUSjomy2Y/KaNxUIvaWB\r\nLYHASJ7cwL97+AnJJBP/vZFiAAeuS/e8g6xqIxDvNJ7dluGk59g5xHVkuQ8b\r\nUoDetdYEL95qSTiDotAygNjmGBnd/xJ/KTw=\r\n=uiaw\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDqLWdklvBIbEhrTJOn/kagp+q9hOgoXy9MKHs5Kcn6BAiEAwevhjKH4xo0GtfMA5kA7VRqnrKR8Aee9HiAdx4ommQU="}]},"engines":{"node":">=10.0.0"}},"6.2.0-alpha.1":{"name":"engine.io","version":"6.2.0-alpha.1","dependencies":{"@types/cookie":"^0.4.1","@types/cors":"^2.8.12","@types/node":">=10.0.0","accepts":"~1.3.4","base64id":"2.0.0","cookie":"~0.4.1","cors":"~2.8.5","debug":"~4.3.1","engine.io-parser":"~5.0.3","ws":"~8.2.3"},"devDependencies":{"babel-eslint":"^8.0.2","eiows":"^3.8.0","engine.io-client":"6.1.0","engine.io-client-v3":"npm:engine.io-client@3.5.2","expect.js":"^0.3.1","mocha":"^9.1.3","prettier":"^1.19.1","rimraf":"^3.0.2","superagent":"^3.8.1","typescript":"^4.4.3","uWebSockets.js":"github:uNetworking/uWebSockets.js#v20.0.0"},"dist":{"integrity":"sha512-QzCsRfSyZvOFVKJyXagEidLZNys2k+524FU06cXrWgIB6waevlnuidEA5DPNPpLPlsXk8Bf1SmENmRyBkJJQ2w==","shasum":"35b8683b08d08317cc6ed9804eae1402436c9848","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-6.2.0-alpha.1.tgz","fileCount":33,"unpackedSize":159839,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiLDeCACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqd1Q//SrjwmyfPKfavcMgBYqCr0TFzKa52sQbP7s3MGpR3ZIy6c3Lv\r\nb0QRYC42o70MXR7g9I2Dvy1X7yqLBu3DZuowhG8iTkiCLO5wdRzNjvNxYtWW\r\ntEauHwRF6O3cIyUY5ML/0dxSFng8sBMVafpOR52nfurkMsObZJcaF9yE/tUN\r\nlRVL4xwy/I5Wf6XWAqLTETYTSEM2480CsPk2jUIBQhdeEpaVAgep8Zt7nOgk\r\nUVgMTbZ63u+83s8a7IFRDpqsJUaRUo22qAAcBtGbaRX44EoY9QhcR8itt7tp\r\nZnt+/CVwYIthhdCNSIqv9kwuY92ZTwEI1hP43g1zdo12/wtZrdCEQ2X2r8YE\r\npSNQpCYBY4JWhQtTEWJdPO8FHU/gcYpaws0xajnCDPZQbSWRvT1OiAuWLwsP\r\n+Lt17ZjTJ+iwo9EuQViZ330xq6GMpl1yOYW98cE9Z6Ciy13vJdk6hWjlgp/9\r\nvHLkmIbMM0MO9+r6kMoLdgqqgsx8NEB3gDMJyFNiUhAALqfEdJZL5axMjMuW\r\nDFfx7Z1fTwa1bLeKO7sXl2TAl3rf+ShtOjAp1TViNFIZQNdglus+XLRAT3r2\r\nChIvzvhfs7SoWtlp76lEWwTkyW5r5MKqh4GMh2g4hAgpqLfILVBPdkqDg+E9\r\nJ/WJW3DwsSkdnoDq5ug24q2bYkZIwiJJGfY=\r\n=4acF\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDddPvg/YbH5rZxDUMB4pbHbdIXI1f7RTdt+S+SQEt7IwIhAN2Z3eDbwpwFtCkQC1NSqFCpnkWeYWQpJPC/+qVvc9uU"}]},"engines":{"node":">=10.0.0"}},"6.2.0":{"name":"engine.io","version":"6.2.0","dependencies":{"@types/cookie":"^0.4.1","@types/cors":"^2.8.12","@types/node":">=10.0.0","accepts":"~1.3.4","base64id":"2.0.0","cookie":"~0.4.1","cors":"~2.8.5","debug":"~4.3.1","engine.io-parser":"~5.0.3","ws":"~8.2.3"},"devDependencies":{"babel-eslint":"^8.0.2","eiows":"^3.8.0","engine.io-client":"6.2.0","engine.io-client-v3":"npm:engine.io-client@3.5.2","expect.js":"^0.3.1","mocha":"^9.1.3","prettier":"^1.19.1","rimraf":"^3.0.2","superagent":"^3.8.1","typescript":"^4.4.3","uWebSockets.js":"github:uNetworking/uWebSockets.js#v20.0.0"},"dist":{"integrity":"sha512-4KzwW3F3bk+KlzSOY57fj/Jx6LyRQ1nbcyIadehl+AnXjKT7gDO0ORdRi/84ixvMKTym6ZKuxvbzN62HDDU1Lg==","shasum":"003bec48f6815926f2b1b17873e576acd54f41d0","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-6.2.0.tgz","fileCount":32,"unpackedSize":146450,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIH0TrqeRQZhQR6f9q9K/wMXRjpJOCg8sDfqS/05IUbHlAiEAuTMK58RU2HS9w7YKoVUoMG/BTye17zqaVw0TlK0nPtQ="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiXIyTACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoiUg//U6kbcqBAG+gQb04RSFFg+5DpfzDKIEaMXILkVIxAy+WYo4W5\r\nSB38WQCSu/uiovNaAk9WRNLRN9R/z+BnqpUTtiEdrlCykcBGtLJvz+ePSVBs\r\nDe9K3DM7PVwQ25Nwu1KUKQkiS8HTvX8IZLwSYg33j6SthUYToYkJjxmwolxG\r\npwuXcS9zEvvCJBHI87VZO0Om383i4dvT1ML8ET3trb2dkUC8+1Evxw0JeAzK\r\nD7r785PdBL6+5QK20UzQr/ggkqXIcc4/5+H7hQD2B8ROG3oM4CGbm4/mnugk\r\n7/+EhaL8ubw9EH5rk8KkQ0TaAF6gLlA3h6Tk9KhKeP7964zXNnDbUPrm0Ltd\r\nXc28BGOT/r1cLDmERx6Fz5RsU+GfKnGTbBaaAOhy9zQhPpEQF+Mb7bLD2kv1\r\nvZXan70Ywrem7SmSKNkKxthLmsn8sh4GzTZPsbiRGynv7LhExgNmrWum/zbg\r\nKcuzi0p4neo1/pkILfBEMp9ME3RtI11Csh6tErd20icSvQeR5zBWqRar0iGA\r\n4m2QzlkPC7IkuIxoUgIePVgJjIQvCNdlvZ+5uPW9MLMF/yGKTZPypr3pSVRl\r\nl2W3Jg52KrVKVTDVMTFEocPVRLRYHGAho2BH2XvEFV64jbi6oBn1UKYoEeAT\r\nQ5a/2L31eEg91ajdpIdl1UeEf905JVjh490=\r\n=v8/E\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=10.0.0"}},"3.6.0":{"name":"engine.io","version":"3.6.0","dependencies":{"accepts":"~1.3.4","base64id":"2.0.0","cookie":"~0.4.1","debug":"~4.1.0","engine.io-parser":"~2.2.0","ws":"~7.4.2"},"devDependencies":{"babel-eslint":"^8.0.2","babel-preset-es2015":"^6.24.0","engine.io-client":"3.5.0","eslint":"^4.5.0","eslint-config-standard":"^10.2.1","eslint-plugin-import":"^2.7.0","eslint-plugin-node":"^5.1.1","eslint-plugin-promise":"^3.5.0","eslint-plugin-standard":"^3.0.1","expect.js":"^0.3.1","mocha":"^4.0.1","s":"0.1.1","superagent":"^3.8.1","uws":"~9.14.0"},"dist":{"integrity":"sha512-Kc8fo5bbg8F4a2f3HPHTEpGyq/IRIQpyeHu3H1ThR14XDD7VrLcsGBo16HUpahgp8YkHJDaU5gNxJZbuGcuueg==","shasum":"8760e8cd5b8454bd0f422b6466426ac6f598f296","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-3.6.0.tgz","fileCount":12,"unpackedSize":69821,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQChd0zQFO589vNBQHK/tlNdHbt/j0/Vy7UGTeMfM63pmwIgIgsr1MGP56VJnpJ7vYXeMn+A2EnaTfvlaGB78OmVcrI="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJinaAqACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrEAQ//Q3DYQoYh4jqd4LKpwh1WAY9t5P4x5MvTqALil5zfR4GDJCwq\r\nODHpz+n22orj/knCptWNLTB2QXkdf7QlqALyRm0/1ZXzL0FoPlDYQikdCzty\r\nSfnYg6/RrY0NBGHeTxF1D8ToXktAcwNNRi67POdjhd2BrOD4u5UqMtlEhivz\r\nxMdzTxhN9maBbP9BpQi2RWjlV3RH5SVsqydJSPamhAMU8MPIhWkKcD95PYo5\r\n37zBayGTXERkUXBmX+6fDwRvFH+uHpBF+YwKQZu+/hVx9R9okIYi6wo6dma3\r\nkobm7FedZyfLC5NDeTde7iGwS4/8kLxTMXaQxNVC43Egqx2OAj/wO3uNz0T0\r\nBJEqxDAXxdWjOORGx27uwne8sK4Uy1l8uYisTBvC/9bLkfJ4zL0GUDNWSIls\r\nzQljzHl19B2orVG+dAboeLtWLiOHC0zgQwR/dxzLt+lYAJ7Kf8KCGb1X5ujg\r\n6RKbEFkEDL3bq/xnOlt+kzc+UpgC1Sld5zN80YaNi1o8rAemEObU+cxW6JPW\r\nDaUM6y2G33Nv1ffkMvv9z6FQDOyZ7/cBNKO3EFIyG2WfoTvIidn8s6OEb4xJ\r\nNl6hbcZxq6Ia1n2fNJ2zgSTaRJRmD3k0+MvrsHckRNJxiOZQNhaF8kMU+l+p\r\nyd5GEkFcLUm+zEVyCAk8ch5PJb0Upr+Y2XA=\r\n=AJ4d\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=8.0.0"}},"6.2.1":{"name":"engine.io","version":"6.2.1","dependencies":{"@types/cookie":"^0.4.1","@types/cors":"^2.8.12","@types/node":">=10.0.0","accepts":"~1.3.4","base64id":"2.0.0","cookie":"~0.4.1","cors":"~2.8.5","debug":"~4.3.1","engine.io-parser":"~5.0.3","ws":"~8.2.3"},"devDependencies":{"babel-eslint":"^8.0.2","eiows":"^4.1.2","engine.io-client":"6.2.0","engine.io-client-v3":"npm:engine.io-client@3.5.2","expect.js":"^0.3.1","mocha":"^9.1.3","prettier":"^1.19.1","rimraf":"^3.0.2","superagent":"^3.8.1","typescript":"^4.4.3","uWebSockets.js":"github:uNetworking/uWebSockets.js#v20.15.0"},"dist":{"integrity":"sha512-ECceEFcAaNRybd3lsGQKas3ZlMVjN3cyWwMP25D2i0zWfyiytVbTpRPa34qrr+FHddtpBVOmq4H/DCv1O0lZRA==","shasum":"e3f7826ebc4140db9bbaa9021ad6b1efb175878f","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-6.2.1.tgz","fileCount":32,"unpackedSize":146502,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDYLiNnwgC+iuz16T6uV6Fwb5AbQfyeKfNo+q0YOuXx4AIgBtYSS11WGSPJzPZV6nf2beqTqJ5Q29hJPMLXgHcQ09Q="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjeX/RACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoG8g//ZgeRibcypU4rJn1IIpCh0zDtLd5Fm56/3U76DkOMmVe9efB4\r\nFgs8bJn/Z0zqE7/x9BdB/13Lemsq698J2vi3hfV1iuvzLY0p4W+cDKCHESAi\r\nB75FftO1hxM0j/InY8XUycG+ghKF60/6pXx1tx53TeI3De5deQsovYXz54NU\r\nTLA2MJowGP4n+mJOIrkMXPOLBdQV01MPrD2hp3DtJbWvGGkQoFOmarfh0GJQ\r\n5AuSzTRnSM+whdSkok/EGmUsNjLIlDx4i6u02toR/YHyDgE26IQc3Sh9V2Gw\r\nZZoWrsTHrOO7Br4zaP9Xp7Ql46UPzYqYVnNFtuKTtHnzLL25zZ+rUp+Ili3R\r\npF1CftMLXgpYojqAoIzvNkbKnxSYF6xLeQW0RceGhJCe0s0L6t02zR4X8hjw\r\ncscFDcMeUiNWfxHcp3JF1h9PhodVoarx/7O3Sws0bnJod5KECf2gbu8rygBx\r\n4P+8WCqEulh2imnHfyrfd4ZPLYcqDbSNh1orBy4Roywfk8tlOKDjjHyBiMeH\r\n59g3z7PFU8epjsHo3p+k071NeXmwDrgWet73vjjmEe19wUDitjvpWsMciGVN\r\nx+8ySd37HTUdH4HZSOD7lskopNjGlUJO0NiZAKNNZZDck3+aDZ7P3wXsCwR6\r\ncQt9t6XO7xlS4LA/5TKcw9JSg/dd4/quxbA=\r\n=8x1K\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=10.0.0"}},"3.6.1":{"name":"engine.io","version":"3.6.1","dependencies":{"accepts":"~1.3.4","base64id":"2.0.0","cookie":"~0.4.1","debug":"~4.1.0","engine.io-parser":"~2.2.0","ws":"~7.4.2"},"devDependencies":{"babel-eslint":"^8.0.2","babel-preset-es2015":"^6.24.0","engine.io-client":"3.5.0","eslint":"^4.5.0","eslint-config-standard":"^10.2.1","eslint-plugin-import":"^2.7.0","eslint-plugin-node":"^5.1.1","eslint-plugin-promise":"^3.5.0","eslint-plugin-standard":"^3.0.1","expect.js":"^0.3.1","mocha":"^4.0.1","s":"0.1.1","superagent":"^3.8.1","uws":"~9.14.0"},"dist":{"integrity":"sha512-dfs8EVg/i7QjFsXxn7cCRQ+Wai1G1TlEvHhdYEi80fxn5R1vZ2K661O6v/rezj1FP234SZ14r9CmJke99iYDGg==","shasum":"7ca4c7779c20865e30d208751bde08ca1e800256","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-3.6.1.tgz","fileCount":12,"unpackedSize":69945,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFSSMFH5CgCqEevTyqmioxEojlkasj22zMMJXHWghrC4AiACdTMdeMmNEzshH2mRWiFduk4CwUwib3g4e/9NqxxA3A=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjeYJYACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqfuQ/+NrIfQcWG2xSaNA05rcCqkq/olVFyce7XvrkYfXO2eJ1E824r\r\n7AdW8dbdtlsM6tbbsQpKl1vsmbDvmxNgO7/g/ZYx6oUCU4gLofTa63Y1e7Yq\r\nj71Mmvk5oW9p3CmUKfUky1guQYTQJa3lHwAh/JqvSBB6Eg6ZAawAN9u61rTa\r\ngoWP3F0L1i3WtVUbVZa1K5vN2iyLOuuSQs6QaRs+gIjOBNeHVHpVZxHzYH85\r\nGetDCVtYeq6uFc3OIqHoOUHkjDPoDDlXYBn9gzp3IPlwCwGiXEIvJkG2nhgM\r\n8frWiyrQ8eqr1YrD8GE8ycM1g2KlEMMuKLDbNtlZiW0Y27ABrqjVN35clCD5\r\nFgnOJe8AByu/Ch9aRTQvqHZmZBbI/EMo+Zv+ftDaEMz/ngbYVogx9c8REldc\r\nflyf/dqdQkmvK/KC/JL/XRUZVdBXa2T58CcyHZRqEZ40/r1LDcFw6BTHIzMt\r\nUZ9wQ5/ZYsuWIpxloNHddRY3a/7YujvvmV+5IQZW+zBRgvDVVgeQp/T0TLuK\r\nlyyZbUwZLkq8a59A07HRoA0gKqcJZOqpNarIZY8mN0Zg5vc1Rx0UOQTo66L/\r\n92gCF6YH0xsCpJy3NlntTORWacZzMsnHUrlkCTj6JG5MBU5IMoSziJ1bzr9F\r\n6r7hBcRQR2z0ocAH//w8sEEGkNdaNWtyPlE=\r\n=QA1W\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=8.0.0"}},"6.3.0":{"name":"engine.io","version":"6.3.0","dependencies":{"@types/cookie":"^0.4.1","@types/cors":"^2.8.12","@types/node":">=10.0.0","accepts":"~1.3.4","base64id":"2.0.0","cookie":"~0.4.1","cors":"~2.8.5","debug":"~4.3.1","engine.io-parser":"~5.0.3","ws":"~8.11.0"},"devDependencies":{"babel-eslint":"^8.0.2","eiows":"^4.1.2","engine.io-client":"6.3.0","engine.io-client-v3":"npm:engine.io-client@3.5.2","expect.js":"^0.3.1","mocha":"^9.1.3","prettier":"^2.8.2","rimraf":"^3.0.2","superagent":"^3.8.1","typescript":"^4.4.3","uWebSockets.js":"github:uNetworking/uWebSockets.js#v20.15.0"},"dist":{"integrity":"sha512-rmzld0q0+LmXFpISJOa+DqnS4y5ME2eVubD7tdYsNPwk0H7I+C0izgLO47/jocgQEdU/MoUsVaWwTRXmvKy6gA==","shasum":"b20c6c79fb8870d80312b9dd2f2f88d9e69aefd9","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-6.3.0.tgz","fileCount":32,"unpackedSize":149613,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQChq2fwfzmgNPsPxqNQhA9yZ0XMtexiDbEl9wtsWwhKuQIhAOWWtuGn/ohZVv+eI4a24859PD/79UI5B4tAXSZDHqR4"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjvZJNACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpowA//e8QUEcbyqJAwlQf5DVw7jyP8u5CsCAFtG+4qMiwS9VNtVqHm\r\nxxA54J2wD5T5PaCaps5lERnfM4+KFFM/RTFsRHEfRJlCnCL1B3GlkV4ZcDxc\r\nB+AGj5aOWvkDtZPFikOk3rQhZUbOyPsV+FD+4oacEO3dbqgNeEMdV9h3WBMs\r\n9uHH8cJAtuOeV2yokl25emEZql/m7bMrJmoR/t4Rsq/DiEabF1TUiccHy4rQ\r\n6ZVkWmM0NV0w7x4+VUNU6mBF57mem4XpY5OEabdMbu2V+Va7jWTnOFazLc49\r\n5hIWJ5Uo9ecVI6w/S8DFpiAEzJiVs1JnIBTkck3eeSw4b+ZhqkMU8CJ9rLjY\r\nEioWaIR9W/uoLLOYD7yri62OYl7NMo5UU7DZ34VXCw01qE58igmyPR2WlJCe\r\nGdcJvEs8SVV9UW9I85W+jkat2vGhkdVh9Yz/FNxnxEUdB9KVIXw4g+d8GUkz\r\ny0L//CDMyWxFyyWkpFZN7d0grYurhdgh0BEcaeF4Xywe/No3hGtHBKWBW+xn\r\nmrDc8BBM8VXGMh98vrLKMKNLvbNjV4YxSdArBBwCqXMeaAkfX5eshYFv+mwe\r\ntvwTOE9JVsxF1gW8OQE3vNdfO7yUS9TdqlxvrVbGpm9Tts64rc14Nybpci5f\r\n82v7YUPWxDvSQ+B6zeVHoVumQfNmUWk5WW0=\r\n=1PO3\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=10.0.0"}},"6.3.1":{"name":"engine.io","version":"6.3.1","dependencies":{"@types/cookie":"^0.4.1","@types/cors":"^2.8.12","@types/node":">=10.0.0","accepts":"~1.3.4","base64id":"2.0.0","cookie":"~0.4.1","cors":"~2.8.5","debug":"~4.3.1","engine.io-parser":"~5.0.3","ws":"~8.11.0"},"devDependencies":{"babel-eslint":"^8.0.2","eiows":"^4.1.2","engine.io-client":"6.3.0","engine.io-client-v3":"npm:engine.io-client@3.5.2","expect.js":"^0.3.1","mocha":"^9.1.3","prettier":"^2.8.2","rimraf":"^3.0.2","superagent":"^3.8.1","typescript":"^4.4.3","uWebSockets.js":"github:uNetworking/uWebSockets.js#v20.15.0"},"dist":{"integrity":"sha512-VhEArSKyCC8dv223fltbMOqaJInFZqIqLABLnD3VLhclriF9sxnAJu6ZvnIMI+p7+ByZBxXd4otTrLAeeMTImg==","shasum":"754a5655285b299bbb25e1ddbafd9cecac5a2544","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-6.3.1.tgz","fileCount":32,"unpackedSize":149723,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCxupcThJvUeDc1JTrJuPGWX+xO+1Pn6PVOXC9bEvzYcwIgK40iLTJUI12vf4jye56TORM2jj9MnrNYw15uGd9nMY4="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjv7WEACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrWFg/9Gci35VfW+/wQXapqBT1bi25E/Xq1yazwtFzyvJuLCoRDTFlE\r\n+AACV1zukgrdsaMP0w7uvAAINY211Bpqcc/hbXj2jbAad5mDn90XBIDIb5Bq\r\nwiVDxOHUzFir6CkhhWULLq0Sz1gh3ckLs96dFX0bWW+VHpdwgXTuV4lEDZOS\r\n90lMAW8SgBtnUT9yd6eo+PEAQsH2GpcFW1I+xBbBErxwd7+rpsX+bm1MtIgm\r\naYDl/jl75pvuzji4OzAEqH/POZm3+rM2T/SAgJfyG1v7m3RNhKOYq5Ghk9v6\r\nkNZSJv56HYD4E2z8nEvQPQ5Wi9ruYQB3rJHQ/Hw3jzvR1tkHnZJ/9yrWYkBG\r\n8snkoW4RqjilcAlfErt8zIRjOd3Bkmq6hTbZNqMN0zO/GUDaFqbUTuEPdgX4\r\nCZabYGpZQE9iw7BB651pJupgjpyfb/nLT1LggAl8VCo9bCBPqk8EpJdNqweZ\r\npuCJ3m5Guv2DxLWGgiNaC2gQDIKV2akWZU94yrpxAHKGFtwUkj9nSsypWZOu\r\nQTkDbKNQcMF9SCwBWn5CqOaohXtSxTSfE+DZTSv3O1PSFf02x74qc9VnsulQ\r\ndv1ShfRKqBbcxIjQnJJjFjVxR9mHbIP9/GcXHlN6WfSqWZpGSct2kU6UwLng\r\nMSZP9Zx5SFh7ieL4Tba46CTeDhFvh5+K5n0=\r\n=gMy4\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=10.0.0"}},"6.4.0":{"name":"engine.io","version":"6.4.0","dependencies":{"@types/cookie":"^0.4.1","@types/cors":"^2.8.12","@types/node":">=10.0.0","accepts":"~1.3.4","base64id":"2.0.0","cookie":"~0.4.1","cors":"~2.8.5","debug":"~4.3.1","engine.io-parser":"~5.0.3","ws":"~8.11.0"},"devDependencies":{"babel-eslint":"^8.0.2","eiows":"^4.1.2","engine.io-client":"6.4.0","engine.io-client-v3":"npm:engine.io-client@3.5.2","expect.js":"^0.3.1","express-session":"^1.17.3","helmet":"^6.0.1","mocha":"^9.1.3","prettier":"^2.8.2","rimraf":"^3.0.2","superagent":"^3.8.1","typescript":"^4.4.3","uWebSockets.js":"github:uNetworking/uWebSockets.js#v20.15.0"},"dist":{"integrity":"sha512-OgxY1c/RuCSeO/rTr8DIFXx76IzUUft86R7/P7MMbbkuzeqJoTNw2lmeD91IyGz41QYleIIjWeMJGgug043sfQ==","shasum":"de27f79ecb58301171aea7956f3f6f4fa578490a","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-6.4.0.tgz","fileCount":32,"unpackedSize":154354,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC+rrc+x7LMR+Ah5XRlygrkwiBP2i6C+HRoLsT2jnumWgIgKU6bvOh0OfnqkWD/a+33kywYgQioUD2y3jA/py9Ze7Q="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj4SgJACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmreSg//eQsYKKGS+CSInmbKvKmY377oz1clZMum3iSOro28sm4/3TAX\r\nfCfbloNS387q4IA7OGIlkFtbkKlYXTuxFqEEjqOeEmGylMcE7zyAKduBYQkp\r\n69eZcx55yM91JDS05zl4+1jmrLeauWUffZbYXnD+pXAzS10HZotMWDb/w2K1\r\n4vWWZIWuDspZm40hoJJZdFgr4Or8gzwsgW77LvwmUqElFmSmZ4k3SnXmiXx1\r\n0QRQF1jTzECP/BDf3ImXbMfXMhZ/+n6ArOSyQ8dyZbyO+YbGgi8uoyp4+zCE\r\n83wSKuVjKX+hv74AeJnt7d3v3vKgUkbMPUxvt73e8q1mV46FKihOHbEnTLfX\r\nn4iluDPHvtib1lyFrrd9LbbW8LhEAFpnJtIP5HlZhHf/SePesA0pY0qNuacx\r\npBdhy1V5ZDoVKPAuXfJ3F8H6Pj02iUxMHf0b8yOWHTRZfDFe+epYFdcNieAV\r\nyyScdEDcZuXC71iDIkFU5ZFLxDY7r0TJ4KARU0/2Hu9C/P3YKdGMAAiAgnzP\r\nh5vRvQOfkjiwVRUXfd1L3PWSt/q3TPsuvbD3SoPsKTSR0Jak/4TpwWup1kok\r\nKiFfGdKxKk69ch1hf5S4IfSg4Zd/UTT434i3SYATP6qIKX85/MiLFttO3JG2\r\n4RncET/Dg0LqzbKl2kGtZFtwOCs/fIR0WOk=\r\n=lo7S\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=10.0.0"}},"6.4.1":{"name":"engine.io","version":"6.4.1","dependencies":{"@types/cookie":"^0.4.1","@types/cors":"^2.8.12","@types/node":">=10.0.0","accepts":"~1.3.4","base64id":"2.0.0","cookie":"~0.4.1","cors":"~2.8.5","debug":"~4.3.1","engine.io-parser":"~5.0.3","ws":"~8.11.0"},"devDependencies":{"babel-eslint":"^8.0.2","eiows":"^4.1.2","engine.io-client":"6.4.0","engine.io-client-v3":"npm:engine.io-client@3.5.2","expect.js":"^0.3.1","express-session":"^1.17.3","helmet":"^6.0.1","mocha":"^9.1.3","prettier":"^2.8.2","rimraf":"^3.0.2","superagent":"^3.8.1","typescript":"^4.4.3","uWebSockets.js":"github:uNetworking/uWebSockets.js#v20.15.0"},"dist":{"integrity":"sha512-JFYQurD/nbsA5BSPmbaOSLa3tSVj8L6o4srSwXXY3NqE+gGUNmmPTbhn8tjzcCtSqhFgIeqef81ngny8JM25hw==","shasum":"8056b4526a88e779f9c280d820422d4e3eeaaae5","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-6.4.1.tgz","fileCount":32,"unpackedSize":154678,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFC7NG4Wrzt09QeKN2k+w7rkyuoVkOGWkB4lEcRQuwhfAiA7KR3VvtgWFGcMzo1JjOGmJHeTO7x1RTWA3Y+d5aDIdg=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj8rbyACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoVGw//fbwXJaBfS3sVqu4fQmQktjwMI0g7X+mxsumBdViNSreWfGwJ\r\nYbEjmP5Hoof0hDxiXBNLJ4o90Ir7ftnfA88vrTu9ZeHugXRrFEyfrmckOQtI\r\nGl8U9VOT4xZAW6kw8+pwFi/P5U6vkAqtE5Jj9V9qIdwgP+aZht98HPttD9bY\r\nVy69duNwvZIE1ixDi8h6Czm7B57ix9NMPJShxxig7zNzryxrklX6K8KlgLmM\r\nHg3wa3331Q0vtjtmjTT03OIhh7zDRW+6BixcUbTOtMuXzYHYQPiw86pUZkQ+\r\ncpSH0atTbB1LXT5UZGmKh4gF6glgLqLpmm+7jroZ78vKPmMEXZSU9RrEc/Nt\r\nC+edFx/dxOlc+6RlTJU4bdoBe2rfzdkvK11RgDAUwuyEvB328NdydymHHgmM\r\nPqdY0pyQwtTz48sRv3m3s2DmMW08Or96xvAKC+3ZSJildIOs15NaDHlyROMK\r\nG1dzX0JL9BvLnbbj1QWp46VU3dSOlI3dKTNNo78sEOLMUm46XpYngVOfDi93\r\nV9BhOePNB80Ip2YOv5idRvwmzwfmm+y812UpJj2nq4NjGse1oGiOdjjG5+75\r\nMtJcdPE4n8RsddnoC9i2ZHBYNUbGwBCcZCSXVjC3XpQflgEC0Tu8NVcE8Jh8\r\nrctot5Zar/08f1vpydvF7sIe5LLap09aO9U=\r\n=u/C/\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=10.0.0"}}},"modified":"2023-02-19T23:55:30.578Z"} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/content-v2/sha512/84/13/30959cb549e25dbbcde83142361ae034344fa0f0f0d9045b907a846017629f9b90fcc88dc2357117beb2faa61efda27405da8a6a24a1768091520b1af998 b/software/flow/.npm/_cacache/content-v2/sha512/84/13/30959cb549e25dbbcde83142361ae034344fa0f0f0d9045b907a846017629f9b90fcc88dc2357117beb2faa61efda27405da8a6a24a1768091520b1af998 deleted file mode 100644 index 7a78fa8..0000000 --- a/software/flow/.npm/_cacache/content-v2/sha512/84/13/30959cb549e25dbbcde83142361ae034344fa0f0f0d9045b907a846017629f9b90fcc88dc2357117beb2faa61efda27405da8a6a24a1768091520b1af998 +++ /dev/null @@ -1 +0,0 @@ -{"name":"compression","dist-tags":{"latest":"1.7.4"},"versions":{"1.0.0":{"name":"compression","version":"1.0.0","dependencies":{"bytes":"0.2.1","negotiator":"0.3.0","compressible":"1.0.0"},"devDependencies":{"supertest":"*","connect":"*","mocha":"*","should":"*"},"dist":{"shasum":"8aeb85d48db5145d38bc8b181b6352d8eab26020","tarball":"https://registry.npmjs.org/compression/-/compression-1.0.0.tgz","integrity":"sha512-CooBxyGghjsLjWUON1Ofvx13hYnsX/l9YyZeD/oq+aftiIYyou5bEn1FqCNA9j7wEtpptFe6Cw+TR1yZ/F19lQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFncq6atkdBq4Hptu6lMZNY9tX9SEPDoyDDkE1Etm7VYAiB5ch9y3ThpS9PKfc80SI4/0O5CQIK3c0s/iGmTalOGVQ=="}]}},"1.0.1":{"name":"compression","version":"1.0.1","dependencies":{"bytes":"0.2.1","negotiator":"0.4.2","compressible":"1.0.0"},"devDependencies":{"supertest":"*","connect":"*","mocha":"*","should":"*"},"dist":{"shasum":"e42b3e31040778ff66b4f4cb6a43bdbc6cd7d88b","tarball":"https://registry.npmjs.org/compression/-/compression-1.0.1.tgz","integrity":"sha512-Yi9Jm8bn+aYWn+1/iHjAThYxjAcp3dSpDu/m/8+gbZ55qOGmdrbjy7cDMXnZFxxOXkDfPM/77KlugqZwpnhh2Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCDb+bZ3ciSBUJeYaeHc4YWijFdYuArRi+SbgcUBluSUAIhAOFVoZTawOE39NjYN19wM19l08daTYCv06C7kDk+d4Mz"}]}},"1.0.2":{"name":"compression","version":"1.0.2","dependencies":{"bytes":"0.3.0","negotiator":"0.4.3","compressible":"1.0.1"},"devDependencies":{"supertest":"*","connect":"*","mocha":"*","should":"*"},"dist":{"shasum":"90ea20033ee689473678b2ee32226183d7030893","tarball":"https://registry.npmjs.org/compression/-/compression-1.0.2.tgz","integrity":"sha512-TaAedVFfv0EeAUWOjouXFJel3a9STqEvlq5HA7jnsDQv5OEpH+LbrZvVx4qSG1hpoepEMS5qzrIO9cxCWpH1Lg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBqHWb2WXCzy9OocVt200lUq/Y0Iu4E0vlTE3ompEbNZAiAOY65W/hI9ywucdLwA2CGED6te5uEeaewb3raF3jfv2Q=="}]},"engines":{"node":">= 0.8"}},"1.0.3":{"name":"compression","version":"1.0.3","dependencies":{"accepts":"1.0.2","bytes":"1.0.0","compressible":"1.0.1","on-headers":"0.0.0"},"devDependencies":{"connect":"2","istanbul":"0.2.10","mocha":"~1.20.0","supertest":"~0.13.0","should":"~4.0.0"},"dist":{"shasum":"4370058053d29402f2ff6312296d9e74463e9901","tarball":"https://registry.npmjs.org/compression/-/compression-1.0.3.tgz","integrity":"sha512-DVWAZO+1NQvNXj6ZHts8hB1rLFG2969LdZfuUKpK4BiJkEjRZzEUU792UZRxvEkuHiTHgD8T4nfkmkyPsl+M7A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD/UTmTqtFj1PoHh+ZysYuBS85Bs5qGSsIjUB4wg4K9FwIhAMOnPgR075KUx6fD73usb7rtdVdjTz1c/RuX4QLcb1n/"}]},"engines":{"node":">= 0.8.0"}},"1.0.4":{"name":"compression","version":"1.0.4","dependencies":{"accepts":"1.0.2","bytes":"1.0.0","compressible":"1.0.1","on-headers":"0.0.0"},"devDependencies":{"istanbul":"0.2.10","mocha":"~1.20.0","supertest":"~0.13.0","should":"~4.0.0"},"dist":{"shasum":"b9fbfbc11ce6436eb71b9c944006f31b134cfef8","tarball":"https://registry.npmjs.org/compression/-/compression-1.0.4.tgz","integrity":"sha512-gNmR9MJH8IoQnlxSKgwoO7P2oL77mRWFiv7Nrj9NMWFaJqIY3UO55W09R0SUEwzZ6cKoOysH5NBgQwiQzf3D3Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAp1wJ6n4k74LrPefZ7laQjMNB5ExVD2y5EtaDyQfMNSAiB/yR97RV41x6NVDQCq3QCGroORWxNBxmRg/aZzdLTyrA=="}]},"engines":{"node":">= 0.8.0"}},"1.0.5":{"name":"compression","version":"1.0.5","dependencies":{"accepts":"1.0.2","bytes":"1.0.0","compressible":"1.0.1","on-headers":"0.0.0"},"devDependencies":{"istanbul":"0.2.10","mocha":"~1.20.0","supertest":"~0.13.0","should":"~4.0.0"},"dist":{"shasum":"fbf10806b74d96300a18917795e3d6c040532bbc","tarball":"https://registry.npmjs.org/compression/-/compression-1.0.5.tgz","integrity":"sha512-X8E7n0G8QS72rXajRLnOFm2/rYId3/wimhoVT25b1jeLBLl8R02CjGtpR7ZvuKwAfcjyVsKMkxlkRfYMZToCbA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDn9yfgLwV6l2h0q4atMIrlFAwJHQtRbmYMXAcqsE+iJAiEAxGx2VlCLP5iGcALQ6Cn9wb7AHJUbFOfOnuQb2pXuJVg="}]},"engines":{"node":">= 0.8.0"}},"1.0.6":{"name":"compression","version":"1.0.6","dependencies":{"accepts":"1.0.2","bytes":"1.0.0","compressible":"1.0.1","on-headers":"0.0.0"},"devDependencies":{"istanbul":"0.2.10","mocha":"~1.20.0","supertest":"~0.13.0","should":"~4.0.0"},"dist":{"shasum":"efbc5c5870980e9d7e5a9d6e6d7437cccf6a9a8a","tarball":"https://registry.npmjs.org/compression/-/compression-1.0.6.tgz","integrity":"sha512-njfzv+trOPZcFBDyd7XbmJFPh4MtUTgYd2gj5VtLnLrsoxMlsAxB8cSensrHd4SO+e7l8Qo/9T8Dj/KAlotx4g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCmpuRUTAaQKLZg+O7xcW9Lm6czaL9nM53RcFpDJNIb3wIgFUAoKK0SaczBJ+dgS21Twc3D/obp0tkXdb2iRQ1dK2c="}]},"engines":{"node":">= 0.8.0"}},"1.0.7":{"name":"compression","version":"1.0.7","dependencies":{"accepts":"1.0.3","bytes":"1.0.0","compressible":"1.1.0","on-headers":"0.0.0","vary":"0.1.0"},"devDependencies":{"istanbul":"0.2.10","mocha":"~1.20.1","supertest":"~0.13.0","should":"~4.0.1"},"dist":{"shasum":"fc4bff261df4e37a130006f2db2a99a34896f55a","tarball":"https://registry.npmjs.org/compression/-/compression-1.0.7.tgz","integrity":"sha512-358POVi/83+vOraY0hLNi1s/7G7e3MiZKVlrYiu422gWWjI1AKBXa4sQXnoYYLAyB29jUdo8bqFL7C4JX6kBnA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDANsfmHa8R+iT9ELEnF76XXL7YJgFaj3j+UBvRoxPFXAIgWJcAL9T7p0KCxudO8oRgxMKZffBh/zZFDqgxhrOjlNQ="}]},"engines":{"node":">= 0.8.0"}},"1.0.8":{"name":"compression","version":"1.0.8","dependencies":{"accepts":"~1.0.5","bytes":"1.0.0","compressible":"1.1.0","on-headers":"0.0.0","vary":"0.1.0"},"devDependencies":{"istanbul":"0.2.10","mocha":"~1.20.1","supertest":"~0.13.0","should":"~4.0.1"},"dist":{"shasum":"803ecc67183e71e42b1efcc6a29f6144fdd9afad","tarball":"https://registry.npmjs.org/compression/-/compression-1.0.8.tgz","integrity":"sha512-zQlqxF6s7e0YRFbuAheEAm4rpdBWyADdmFZPIa1gnuhztZRe5zehvopM6SeJCBZ4ALggf4GD/sHo5+kb2TZG/w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDlX5vacyEmfhuzT+8vXECnLpmJiDedWj/BdeuAuEr8ZQIhANTB+4gdiNm9i2sCoVM6czAOgBrlh9lk/qgF/GLZg7Im"}]},"engines":{"node":">= 0.8.0"}},"1.0.9":{"name":"compression","version":"1.0.9","dependencies":{"accepts":"~1.0.7","bytes":"1.0.0","compressible":"1.1.0","debug":"1.0.4","on-headers":"0.0.0","vary":"0.1.0"},"devDependencies":{"istanbul":"0.3.0","mocha":"~1.20.1","supertest":"~0.13.0","should":"~4.0.1"},"dist":{"shasum":"edbe08829cc2b49d601773c814a3851c135d0931","tarball":"https://registry.npmjs.org/compression/-/compression-1.0.9.tgz","integrity":"sha512-/f905dXW+D61rPP17uix3Yk9HQV7Mqobn0kIK6nPAIZEqJ5XanSIMlI6sgL2WU0f1hUJkB6/WHQO5bRM5gxCeg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIQDh+OgqT3Hc0qG1rK5PTouUquCRlKFn/fomroOMn3dACgIfFBCCJFDJxYCHvLy7+Qbgl6p8s7M8dvmxFolYo3v83w=="}]},"engines":{"node":">= 0.8.0"}},"1.0.10":{"name":"compression","version":"1.0.10","dependencies":{"accepts":"~1.0.7","bytes":"1.0.0","compressible":"~1.1.1","debug":"1.0.4","on-headers":"0.0.0","vary":"0.1.0"},"devDependencies":{"istanbul":"0.3.0","mocha":"~1.21.3","supertest":"~0.13.0","should":"~4.0.1"},"dist":{"shasum":"4e5ba4b317dbca8bab486e5ba60b09fcb6e22e44","tarball":"https://registry.npmjs.org/compression/-/compression-1.0.10.tgz","integrity":"sha512-B9rODCzbbSm4s92AuTNsxMV9s0MtRfnZkT0MVzNyuGGDeVVOEXMJI2aP+qR4Sc7hjEZ3PpshnbbGJTxvW2y5dg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDM+D6vTqNqTFENP8If+gqMjOfQLlz47rh4AIjb5dnywQIge2UvqOO2KV+PLEHfiZra1NZ0rz2DeISOuRqjTKMXJTU="}]},"engines":{"node":">= 0.8.0"}},"1.0.11":{"name":"compression","version":"1.0.11","dependencies":{"accepts":"~1.0.7","bytes":"1.0.0","compressible":"~1.1.1","debug":"1.0.4","on-headers":"~1.0.0","vary":"~1.0.0"},"devDependencies":{"istanbul":"0.3.0","mocha":"~1.21.3","supertest":"~0.13.0","should":"~4.0.1"},"dist":{"shasum":"69700cf1ee8963454356ac192a6e5e91e232bffb","tarball":"https://registry.npmjs.org/compression/-/compression-1.0.11.tgz","integrity":"sha512-Xf+wCNAQYsPrvIkWRwGLkkrA2/Kd1TU8VotZZpvkz0+7+5bmxAsYdUahJI3oisroNydtb8NnGy4RMiaeq/GlSg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCX5M+H62of5wsYKf3by5ef7XbKsdezyuXxyuA4hcj6hAIhAOKNBh8HYLkiSy5vBKllRcilgCORcJL4SS37OPN316Fy"}]},"engines":{"node":">= 0.8.0"}},"1.1.0":{"name":"compression","version":"1.1.0","dependencies":{"accepts":"~1.1.0","bytes":"1.0.0","compressible":"~2.0.0","debug":"~2.0.0","on-headers":"~1.0.0","vary":"~1.0.0"},"devDependencies":{"istanbul":"0.3.2","mocha":"~1.21.3","supertest":"~0.13.0","should":"~4.0.1"},"dist":{"shasum":"58243eded272fc531d7c744d8e8daa7cc0b99215","tarball":"https://registry.npmjs.org/compression/-/compression-1.1.0.tgz","integrity":"sha512-v+ltWBCw9TWWA2g8d6OukAHVwJ2rKkiMetRV83Ip57Mr3cRsHWrmF6ASGymtCvJ7S6xNkNfsstcCz30JclXYQA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDTaDt/q9CO07f8EtTVIifoZpCNtSZ7/m1Hc5gBC81XHwIgQL6CKYDE9adXeiOLDG3VJ3UfRCbUDCGnWz7xwRgRsp4="}]},"engines":{"node":">= 0.8.0"}},"1.1.1":{"name":"compression","version":"1.1.1","dependencies":{"accepts":"~1.1.1","bytes":"1.0.0","compressible":"~2.0.1","debug":"~2.0.0","on-headers":"~1.0.0","vary":"~1.0.0"},"devDependencies":{"istanbul":"0.3.2","mocha":"~1.21.3","supertest":"~0.14.0","should":"~4.0.1"},"dist":{"shasum":"5dd7d78ab9c9bafb0d33eb92831b18bf6f9ad75f","tarball":"https://registry.npmjs.org/compression/-/compression-1.1.1.tgz","integrity":"sha512-PbX90+WYmdy8f1tNsXpFMBHaR8ru0Q+SROMVISTlNVaRl3JSWUZvJUzuLLahpsniuyn4mbFgZbgHNyy0OKhrrQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAK9+qvRSptw9KenCs5Ysjjd6mlRzYAG+6fNhUHJsn10AiEA1mN5J9ewtZtPtig3amc5ZU1JzK+DGSYEyb+IUKwQWCg="}]},"engines":{"node":">= 0.8.0"}},"1.1.2":{"name":"compression","version":"1.1.2","dependencies":{"accepts":"~1.1.2","bytes":"1.0.0","compressible":"~2.0.1","debug":"~2.0.0","on-headers":"~1.0.0","vary":"~1.0.0"},"devDependencies":{"istanbul":"0.3.2","mocha":"~1.21.5","supertest":"~0.14.0","should":"~4.0.1"},"dist":{"shasum":"f93fb7fcdb3573ec4c7d5398984caae230e2a8d7","tarball":"https://registry.npmjs.org/compression/-/compression-1.1.2.tgz","integrity":"sha512-nU0piPW+ZjbSjGjcBwhknQg8n6q/zTLH+/SfQNw7z7DUwIE5PMa+GUQoHoaJ2mW1HilSouGqa8eTgKx1XMIOpA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBbYUXqI3OQI62hvYRtQb78aCUWZWZMmVJ/OfGuaNI0+AiEA+Nk4ohbbzVRpmmaFf7W7jCGSHwFrR1+pxk/kxgQIuJk="}]},"engines":{"node":">= 0.8.0"}},"1.2.0":{"name":"compression","version":"1.2.0","dependencies":{"accepts":"~1.1.2","bytes":"1.0.0","compressible":"~2.0.1","debug":"~2.1.0","on-headers":"~1.0.0","vary":"~1.0.0"},"devDependencies":{"istanbul":"0.3.2","mocha":"~1.21.5","supertest":"~0.14.0","should":"~4.0.1"},"dist":{"shasum":"c6951ca9ad90588ada7617da693c6bbbe8736866","tarball":"https://registry.npmjs.org/compression/-/compression-1.2.0.tgz","integrity":"sha512-JJ2iZoc4m3otsmY6HeEII0RXrcy3aTwtJ8/4ZYzgGFOW12aynLQkslI5SsC4W+4COvWJU4vPYkCbRG3LjqDDLA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDMLtKf/dZDkcL7UNWzemXCsIMzZFABJtXVXVbVlaBfQQIhANYdv/45BLQH0LC2OHg7XIiYpuwYnIuom12PCC4zjGft"}]},"engines":{"node":">= 0.8.0"}},"1.2.1":{"name":"compression","version":"1.2.1","dependencies":{"accepts":"~1.1.3","bytes":"1.0.0","compressible":"~2.0.1","debug":"~2.1.0","on-headers":"~1.0.0","vary":"~1.0.0"},"devDependencies":{"istanbul":"0.3.2","mocha":"~2.0.1","supertest":"~0.15.0"},"dist":{"shasum":"12ebaac04d308ca6103618a9716ce5634b939e9c","tarball":"https://registry.npmjs.org/compression/-/compression-1.2.1.tgz","integrity":"sha512-UzpjHjcGUGftY5y/PxcaYsz2OBQY4Iqjc757V5r0wFxiiac4GMA9r/9shaCV7BCjwmlDHlLp5yLo29XEU7CBuA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDj+xgRgO22m0ge8UNYklRVaZvRF8SNWz6v5sHxP06eXgIhANA7onrRU9u8y3Sb9EEGa1/UhoBcwpa9S+vjcw9Lc5iA"}]},"engines":{"node":">= 0.8.0"}},"1.2.2":{"name":"compression","version":"1.2.2","dependencies":{"accepts":"~1.1.4","bytes":"1.0.0","compressible":"~2.0.1","debug":"~2.1.0","on-headers":"~1.0.0","vary":"~1.0.0"},"devDependencies":{"istanbul":"0.3.4","mocha":"~2.0.1","supertest":"~0.15.0"},"dist":{"shasum":"637604c25ed659c0d5c9fac1038fc2f2d5494dbf","tarball":"https://registry.npmjs.org/compression/-/compression-1.2.2.tgz","integrity":"sha512-j91tUroerw0zm2vITqL/XbIk2VZV/Gs5qQ5oVhJBArFSgvO5GSUG12D8omWihIUnQKWmTJ7koBWziOooIG62vw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHR5ixshY6phoGeQohvw/s7g1lgn0p1d90apEFvRB2OdAiEAo2TSNBQ9LCwIaE+e1n0ZzCkTx7XcCnJ4n+t8IqbYIiY="}]},"engines":{"node":">= 0.8.0"}},"1.3.0":{"name":"compression","version":"1.3.0","dependencies":{"accepts":"~1.2.2","bytes":"1.0.0","compressible":"~2.0.1","debug":"~2.1.1","on-headers":"~1.0.0","vary":"~1.0.0"},"devDependencies":{"istanbul":"0.3.5","mocha":"~2.1.0","supertest":"~0.15.0"},"dist":{"shasum":"03289a1d45e1dbbf8bd509dba50d036657b7bac8","tarball":"https://registry.npmjs.org/compression/-/compression-1.3.0.tgz","integrity":"sha512-k9N1nwRbvkZCI8g8mjJtQiJHnONKh9GVe36wq85OkxvgxiEf2Tn48jMi2OlNZzVPXqshIo0NxSLrakXDGbeL7A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCvndHL9OgpQAx+l2bIqwF7IjRHmxOMPrdFNiOraWF6YQIgRhq4FlbqlrckPfECt8cBQE7fBCr89rtteolU9eYpAjQ="}]},"engines":{"node":">= 0.8.0"}},"1.3.1":{"name":"compression","version":"1.3.1","dependencies":{"accepts":"~1.2.3","bytes":"1.0.0","compressible":"~2.0.2","debug":"~2.1.1","on-headers":"~1.0.0","vary":"~1.0.0"},"devDependencies":{"istanbul":"0.3.5","mocha":"~2.1.0","supertest":"~0.15.0"},"dist":{"shasum":"30986b2f519ba90e57759896301de4955ce00945","tarball":"https://registry.npmjs.org/compression/-/compression-1.3.1.tgz","integrity":"sha512-N1NF/v4T8HLdspUTz3eHgc9Xn1AtMSrZEBam63MUbvvTEO+k2OnjplkWpOt00MGnjzre2xKcqz8MxCNMBqJCmA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCiTJqQ86cIa//9BIUVCmon3STx3Plh4S90tiJ956skgAIgF9Q+FqXFhR8XqctXRjtmdGQjndtrrBeRsWDH1mUjw3U="}]},"engines":{"node":">= 0.8.0"}},"1.4.0":{"name":"compression","version":"1.4.0","dependencies":{"accepts":"~1.2.3","bytes":"1.0.0","compressible":"~2.0.2","debug":"~2.1.1","on-headers":"~1.0.0","vary":"~1.0.0"},"devDependencies":{"istanbul":"0.3.5","mocha":"~2.1.0","supertest":"~0.15.0"},"dist":{"shasum":"e78287443ef7b4fa0c6a437bc8e5ad31919040bb","tarball":"https://registry.npmjs.org/compression/-/compression-1.4.0.tgz","integrity":"sha512-tgAYQ30OLU81y54qfP+qv1EnvsCw3GhxbYhHf4JmdMGOus5U/E26EyOUKnappooDcQC5gqaFV9QO8oJYiUz0XQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC4T6aOvlBLlMR8lvFnw+2/1AgwAAk4NQiKPn+z6lVbvQIhAPjc86cs7w8IWGd3vG+Lq7VBfq/ftbpOd0j+JYlO/QNY"}]},"engines":{"node":">= 0.8.0"}},"1.4.1":{"name":"compression","version":"1.4.1","dependencies":{"accepts":"~1.2.4","bytes":"1.0.0","compressible":"~2.0.2","debug":"~2.1.1","on-headers":"~1.0.0","vary":"~1.0.0"},"devDependencies":{"istanbul":"0.3.5","mocha":"~2.1.0","supertest":"~0.15.0"},"dist":{"shasum":"c6f707ac2659e13c7f3e8834321b02cd09338d78","tarball":"https://registry.npmjs.org/compression/-/compression-1.4.1.tgz","integrity":"sha512-kwISwjro5kotkLWVCHejcBJufqNwyZOJ17zkRvDAG08fsHR55ndv1WjYT2mXkg74jPeIdkesc2ypAVHw9nrMcA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDYCDfbbnHaFFhOzFdoNCu3jRecIf70in1pHzgBOl8kpQIhAOnJWpnpf81JG6Sal+Uo0KecGPlH+cwjl2LnWdjxvrPp"}]},"engines":{"node":">= 0.8.0"}},"1.4.2":{"name":"compression","version":"1.4.2","dependencies":{"accepts":"~1.2.4","bytes":"1.0.0","compressible":"~2.0.2","debug":"~2.1.2","on-headers":"~1.0.0","vary":"~1.0.0"},"devDependencies":{"istanbul":"0.3.7","mocha":"2.2.1","supertest":"~0.15.0"},"dist":{"shasum":"59213b7f4b55f12d6852030946facd1d01e578d7","tarball":"https://registry.npmjs.org/compression/-/compression-1.4.2.tgz","integrity":"sha512-0AsRI/Vq4dfA3NozEA1ENuoai1Lyiy1PcpyfidGym4IfsDPnyLDqxowiheMl/w50UY4cy4erMyiaDfVL6L86aQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFyrxUAaFgFOjHtu3mmho1PIL3+fknGrRYTM5iAlVc0gAiEAhCBgZygJNVR9gN0ZjpHKCteN9MCvzRbTYT8d9F3XRJo="}]},"engines":{"node":">= 0.8.0"}},"1.4.3":{"name":"compression","version":"1.4.3","dependencies":{"accepts":"~1.2.5","bytes":"1.0.0","compressible":"~2.0.2","debug":"~2.1.3","on-headers":"~1.0.0","vary":"~1.0.0"},"devDependencies":{"istanbul":"0.3.7","mocha":"2.2.1","supertest":"~0.15.0"},"dist":{"shasum":"7161bc0441df629273e5c31dd631b8e41e886b4d","tarball":"https://registry.npmjs.org/compression/-/compression-1.4.3.tgz","integrity":"sha512-mxwj87PJH9RO1eAiHdMEA6xnQi+LtXwWP2SS6Y8CXQrEqL1/EBSS+7m+K51QpDotRY2ZHQ/L5eDOCuOy4dW1ng==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIG5RoN6JTVwOzK+d4qrJzLx2D704fXKJ49HeUoXoreEDAiEAy6tFbYvwocRvXOw5MRlbZRNJglfn/0EEFnngi6ta2wc="}]},"engines":{"node":">= 0.8.0"}},"1.4.4":{"name":"compression","version":"1.4.4","dependencies":{"accepts":"~1.2.7","bytes":"1.0.0","compressible":"~2.0.2","debug":"~2.2.0","on-headers":"~1.0.0","vary":"~1.0.0"},"devDependencies":{"istanbul":"0.3.9","mocha":"2.2.4","supertest":"~0.15.0"},"dist":{"shasum":"2f9994ca476e4d9ba5fdc67ac929942837d0b6a4","tarball":"https://registry.npmjs.org/compression/-/compression-1.4.4.tgz","integrity":"sha512-RjajRPa003HeDgxM6vrzHetO5mmznToCjRRj6loyC0XhJXKThWu27wv1DzAfJGYRGd+oZUiw9Jx13JcuFPuztg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDqlGJvY0nLgC7cOz86g97jMWJ9nk9IiB9yuoonxOPQMAIhAPAIws/epxw7Gh0KqCw6nS+pjo2UC5sYMA4vh24Pr515"}]},"engines":{"node":">= 0.8.0"}},"1.5.0":{"name":"compression","version":"1.5.0","dependencies":{"accepts":"~1.2.9","bytes":"2.1.0","compressible":"~2.0.3","debug":"~2.2.0","on-headers":"~1.0.0","vary":"~1.0.0"},"devDependencies":{"istanbul":"0.3.15","mocha":"2.2.5","supertest":"1.0.1"},"dist":{"shasum":"ccc1a54788da1b3ad7729c49f6a00b3ac9adf47f","tarball":"https://registry.npmjs.org/compression/-/compression-1.5.0.tgz","integrity":"sha512-L2U10OvnzfWpVKKAld6jVI4VjY/8MyMsBk+cJ9zWT9aHlmi/aU/Dhs7UJmjVbHaU4fdlRuOsZktD4ezVo9lzAA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCHpXjbd+hE/sChNOQZ+xkkXHzbBFuIN0wdL1ZquUNq9AIhALCX3uTfJfodkxDm4e8WGGeZGAaOcMhX38PVzcZrrtIy"}]},"engines":{"node":">= 0.8.0"}},"1.5.1":{"name":"compression","version":"1.5.1","dependencies":{"accepts":"~1.2.10","bytes":"2.1.0","compressible":"~2.0.4","debug":"~2.2.0","on-headers":"~1.0.0","vary":"~1.0.0"},"devDependencies":{"istanbul":"0.3.17","mocha":"2.2.5","supertest":"1.0.1"},"dist":{"shasum":"ed8d42fc86cbe09b1d775b0c0c1b48dbec8239ba","tarball":"https://registry.npmjs.org/compression/-/compression-1.5.1.tgz","integrity":"sha512-DuwlSF+u1jeFpSb/BiTNXyrOqWZBUXNnEl0b9gpRzAdt1/CM5M22ltTJDsvb++uC/Tn4BkgR+D8Fe/j6OTQ3eA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDX5deM0GUv++VxGkUPUB/nts681h+vIvG5dB9Ge8NVEAiEA2VNT/NdbYLFjq7wHOnHJKgFi6jblgYKrzSVYMN52fNw="}]},"engines":{"node":">= 0.8.0"}},"1.5.2":{"name":"compression","version":"1.5.2","dependencies":{"accepts":"~1.2.12","bytes":"2.1.0","compressible":"~2.0.5","debug":"~2.2.0","on-headers":"~1.0.0","vary":"~1.0.1"},"devDependencies":{"istanbul":"0.3.17","mocha":"2.2.5","supertest":"1.0.1"},"dist":{"shasum":"b03b8d86e6f8ad29683cba8df91ddc6ffc77b395","tarball":"https://registry.npmjs.org/compression/-/compression-1.5.2.tgz","integrity":"sha512-+2fE8M8+Oe0kAlbMPz6UinaaH/HaGf+c5HlWRyYtPga/PHKxStJJKTU4xca8StY0JQ78L2kJaslpgSzCKgHaxQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC/CvLkVavIGm7R/hKEroUg/LvFTdkTGy2nd8sPiDNFFwIhAOzfQYLisf+iiixe1y1rebCmDpjME+BB8v3cr9ibgOw8"}]},"engines":{"node":">= 0.8.0"}},"1.6.0":{"name":"compression","version":"1.6.0","dependencies":{"accepts":"~1.3.0","bytes":"2.1.0","compressible":"~2.0.6","debug":"~2.2.0","on-headers":"~1.0.1","vary":"~1.1.0"},"devDependencies":{"istanbul":"0.3.21","mocha":"2.3.3","supertest":"1.1.0"},"dist":{"shasum":"886465ffa4a19f9b73b41682db77d28179b30920","tarball":"https://registry.npmjs.org/compression/-/compression-1.6.0.tgz","integrity":"sha512-w+XBtJRQzinj7nlUt3OSJ6vtL9NmJwmpyw0NE76veSQ4g7vQ9GMDDMBYOGanQ5sEDz3HHJfNKUzP8r6/IskYlQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBY//Gw2CijXYN8zekL3ZMZmWAROrBljfLhrLrWGU+JyAiEAqvzdNOBNostRBRL0GqUt5uWuE/AlOQdCw+lmAMYwYYs="}]},"engines":{"node":">= 0.8.0"}},"1.6.1":{"name":"compression","version":"1.6.1","dependencies":{"accepts":"~1.3.1","bytes":"2.2.0","compressible":"~2.0.7","debug":"~2.2.0","on-headers":"~1.0.1","vary":"~1.1.0"},"devDependencies":{"istanbul":"0.4.2","mocha":"2.3.4","supertest":"1.1.0"},"dist":{"shasum":"1bf4f96fd72019a3fd11513b4fc4dcd3bd16db55","tarball":"https://registry.npmjs.org/compression/-/compression-1.6.1.tgz","integrity":"sha512-4lHdPR1LqgHivqtdKwCS4maNwFACF9yTR78/N/Sgq+v+KTSNtTU6DLh7aWLw66tPNh7wAhP7Wq44klEgZAWOAg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICLet8Su/7E2rgpRgXtTaYTWF4xR7h24BkS+Sscx1VrPAiEAmY3qvccSk8irag2Q4BM8uqVV6fBBZZTfmgt7cry6jw4="}]},"engines":{"node":">= 0.8.0"}},"1.6.2":{"name":"compression","version":"1.6.2","dependencies":{"accepts":"~1.3.3","bytes":"2.3.0","compressible":"~2.0.8","debug":"~2.2.0","on-headers":"~1.0.1","vary":"~1.1.0"},"devDependencies":{"eslint":"2.9.0","eslint-config-standard":"5.3.1","eslint-plugin-promise":"1.1.0","eslint-plugin-standard":"1.3.2","istanbul":"0.4.3","mocha":"2.4.5","supertest":"1.1.0"},"dist":{"shasum":"cceb121ecc9d09c52d7ad0c3350ea93ddd402bc3","tarball":"https://registry.npmjs.org/compression/-/compression-1.6.2.tgz","integrity":"sha512-Uocnh5aNkUVkrL0gR9w1n9kJN8fhWL/hZ0FKZ7FAJpBoLuPWKMixKXM4Q343WWZhP61XWKyqTdSmqaSp64OYrw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIG/LLKe85PPNFfmBFrCUTn5QCNWzOIIHDG1Gop1lPXHmAiBV+gs6ZTtEfEwaDA5eviF18ljR4sWllvYZBU4LDvkO5A=="}]},"engines":{"node":">= 0.8.0"}},"1.7.0":{"name":"compression","version":"1.7.0","dependencies":{"accepts":"~1.3.3","bytes":"2.5.0","compressible":"~2.0.10","debug":"2.6.8","on-headers":"~1.0.1","safe-buffer":"5.1.1","vary":"~1.1.1"},"devDependencies":{"eslint":"3.19.0","eslint-config-standard":"10.2.1","eslint-plugin-import":"2.7.0","eslint-plugin-markdown":"1.0.0-beta.6","eslint-plugin-node":"5.1.0","eslint-plugin-promise":"3.5.0","eslint-plugin-standard":"3.0.1","istanbul":"0.4.5","mocha":"2.4.5","supertest":"1.1.0"},"dist":{"shasum":"030c9f198f1643a057d776a738e922da4373012d","tarball":"https://registry.npmjs.org/compression/-/compression-1.7.0.tgz","integrity":"sha512-EzpIPZX++rTQylMht3iaYigq2NNJbI/e9VaDzR8sLi8vgOCHpvLT93GuvsGYW2ANEd14Ax2nI1Ydi9L5ykGeig==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIC6q52KKpd7Au7xEHEkxNz8OSpCBPzeH/RkIuC1bH3CLAiEAvUsuEe2kwiXguk6W2AAPmGT2PTzNABR6ADoKS5uCD3w="}]},"engines":{"node":">= 0.8.0"}},"1.7.1":{"name":"compression","version":"1.7.1","dependencies":{"accepts":"~1.3.4","bytes":"3.0.0","compressible":"~2.0.11","debug":"2.6.9","on-headers":"~1.0.1","safe-buffer":"5.1.1","vary":"~1.1.2"},"devDependencies":{"eslint":"3.19.0","eslint-config-standard":"10.2.1","eslint-plugin-import":"2.7.0","eslint-plugin-markdown":"1.0.0-beta.6","eslint-plugin-node":"5.1.1","eslint-plugin-promise":"3.5.0","eslint-plugin-standard":"3.0.1","istanbul":"0.4.5","mocha":"2.5.3","supertest":"1.1.0"},"dist":{"shasum":"eff2603efc2e22cf86f35d2eb93589f9875373db","tarball":"https://registry.npmjs.org/compression/-/compression-1.7.1.tgz","integrity":"sha512-Mp6cFKqe7O3Y5X4CQDeKLJgi1vrimySE7p2jTYIr8Z7N+uOamR0wrbkP4/0q3VPbEhNhnHEknPC0/EDp7mwfig==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDc8Xb0ceMAsM70vKvPsIJ7QDb/RFDysXoaBTX8nJik8wIgD6VOCT93yOgKmuPpmtpc1xiaOiugYBB6RKj0+AlYVuI="}]},"engines":{"node":">= 0.8.0"}},"1.7.2":{"name":"compression","version":"1.7.2","dependencies":{"accepts":"~1.3.4","bytes":"3.0.0","compressible":"~2.0.13","debug":"2.6.9","on-headers":"~1.0.1","safe-buffer":"5.1.1","vary":"~1.1.2"},"devDependencies":{"eslint":"4.18.0","eslint-config-standard":"11.0.0","eslint-plugin-import":"2.8.0","eslint-plugin-markdown":"1.0.0-beta.6","eslint-plugin-node":"6.0.0","eslint-plugin-promise":"3.6.0","eslint-plugin-standard":"3.0.1","istanbul":"0.4.5","mocha":"2.5.3","supertest":"1.1.0"},"dist":{"shasum":"aaffbcd6aaf854b44ebb280353d5ad1651f59a69","tarball":"https://registry.npmjs.org/compression/-/compression-1.7.2.tgz","fileCount":5,"unpackedSize":22623,"integrity":"sha512-l9FVcrEHfxwjOPdWLMvwpvncBu6jILHGyeVSZE5yPwvWtuFPdlDV0xNBiHS8XuElGK6WIOkzAKsEr3LuCphkUQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCSth76oT9PazFjw00DSraShMbD/oHI/Cg/KIF+E6uqwwIhAMdmnRO2G4BPcoRABAlUbKp2PQYcTmX63/xf+DYlggAU"}]},"engines":{"node":">= 0.8.0"}},"1.7.3":{"name":"compression","version":"1.7.3","dependencies":{"accepts":"~1.3.5","bytes":"3.0.0","compressible":"~2.0.14","debug":"2.6.9","on-headers":"~1.0.1","safe-buffer":"5.1.2","vary":"~1.1.2"},"devDependencies":{"after":"0.8.2","eslint":"4.19.1","eslint-config-standard":"11.0.0","eslint-plugin-import":"2.13.0","eslint-plugin-markdown":"1.0.0-beta.6","eslint-plugin-node":"6.0.1","eslint-plugin-promise":"3.8.0","eslint-plugin-standard":"3.1.0","istanbul":"0.4.5","mocha":"2.5.3","supertest":"1.1.0"},"dist":{"integrity":"sha512-HSjyBG5N1Nnz7tF2+O7A9XUhyjru71/fwgNb7oIsEVHR0WShfs2tIS/EySLgiTe98aOK18YDlMXpzjCXY/n9mg==","shasum":"27e0e176aaf260f7f2c2813c3e440adb9f1993db","tarball":"https://registry.npmjs.org/compression/-/compression-1.7.3.tgz","fileCount":5,"unpackedSize":22876,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbS76XCRA9TVsSAnZWagAADrMP/Rhf/BBJXT0AaaJ/qePc\nRwq3Rj7dE9Fjlc1c0Ib4S1Kl5ug0b9l18L0TtRuFXYzKpul2uxzHTQtv9wyY\nyveW4+zk/bM+BN0ZpHbND2pWQLwSCwQ0jnm6PMO8jsDCQRiafDOQqh8wwr0k\n2K9prCysA+369kWCOiCuF9Ra1F+rZjlGuXbjOmorsZIDu1ZT+opv8VNTvm3D\nsWU7/xWFoKdJVH27m+PKsAZAcYNJEirYY84JUFDONFZq84ItOONQaKX6Rm8/\n5nAalJh3wuor0Mv3u55U8iHrtf7izi0j78c6MuequWEPAwtR1R2/jeherA4L\nMGkfzHK/JaR5SNtQ+ryjHSuSDVKO+obJKs/x74cdh8aFI++Gl1MkQSgDWt6l\n9DYF51HvOo8QKDWQf1A7lyYfrdp/lHK1BKZ1YdyvnsbQ9bszAfkgKwWkbZ9K\nUziNChH65rP4tkPUAJ5qgQlFY2yFcXuzxZwwkufff47wkYAza0eWQ+gGRoWl\nl6dQ96CC4n4v/7xut2mJW2evGk/RYfnfJLw73x/fqwXF1JnKbtP6u6OSn6CS\nPZJJAFF8gY3boaZPm8m+iVUKEl0Cxy+ZgXFb7S9Qn/CX544V1ZA6BlIyTAq0\nlieaRKSBCDjXigw2F69/nRyZeOkE0Ms7Lb0Abz7Qaut0y6+32J4xkUi5GNku\nyu8/\r\n=lzg0\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBotnlSlFw+11jFQX1Jl1FhwguqpUd0DpE+h3N/Z7c2VAiAOmDaddVP04I6rOC4QWweuV28D5xVD0QEbYtTszuIP6Q=="}]},"engines":{"node":">= 0.8.0"}},"1.7.4":{"name":"compression","version":"1.7.4","dependencies":{"accepts":"~1.3.5","bytes":"3.0.0","compressible":"~2.0.16","debug":"2.6.9","on-headers":"~1.0.2","safe-buffer":"5.1.2","vary":"~1.1.2"},"devDependencies":{"after":"0.8.2","eslint":"5.15.1","eslint-config-standard":"12.0.0","eslint-plugin-import":"2.16.0","eslint-plugin-markdown":"1.0.0","eslint-plugin-node":"7.0.1","eslint-plugin-promise":"4.0.1","eslint-plugin-standard":"4.0.0","istanbul":"0.4.5","mocha":"6.0.2","supertest":"4.0.0"},"dist":{"integrity":"sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==","shasum":"95523eff170ca57c29a0ca41e6fe131f41e5bb8f","tarball":"https://registry.npmjs.org/compression/-/compression-1.7.4.tgz","fileCount":5,"unpackedSize":23306,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcj66MCRA9TVsSAnZWagAA5VcP/R4JRuhO78tvsnnBepBz\nzSdSm0onNd0iQp8ajRSpcrd3D1r0eYcQDe8qYraO9tTdzISngweiOZnrp3v/\nitiqTfINI0cFgffUe0LD6ZHP4hnerj04z6NQ3k1Ayr0yEywjLErjznuy+f4U\nznor4SRG8fb5fjel4VJXSVSpq5A7pisGJbb7tw5Bh8n/GQUm3i9bGBL7QRb3\nf++/H1YxTjQoMxMupbvZ6bDvBVVFKl6OLebi4lfVRSoLxKd0+F2KeZ0D1VzH\niZIPgjo5ojAzgmBlDD62dHcg7vwNSFT1UV8U0A6yDSx90hqDUqBK8f2oOL+C\n7mObbeSLqsgspXmM/evEIpkIcF0VeSDf44ClH2u5lAkNb07kf5CevOnRWs/o\nTneqN8c6hMEIriNY7xun9tX6837VRXn9/F98NdcSTiT3lidEMC4y5tXWikSE\n6FAXlJmutIiRNi8LOR50UqPGiWeFNCSVIgPGKBk1jHN78WbkXgvfSFvrRoB8\nj2eY/cK+9RmeXJrzG1oUdEDGHqTpHC0TkKmL0aZyOUEftby8bgEMP9wWa1z+\nGJTueAVQzeu3BCQEkMDiQoxVRoM1E9n8oZDm6CE1sTTmPtCk3rMQMmovpJWs\nrL10koK/Asp7oB3JctY5De2icreXAi08Mytf9pHh+Wibo0XIpxh23Y/BD6TR\nwaMv\r\n=n7iJ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFZg9vOvNJ6C7tUgL0/ZVqJ7Nv3aWCSrcgru+lJ1PXs1AiACKX62yShyDOgHTcq6xeqnyLzlr93nx/Q9zONhiNo/gQ=="}]},"engines":{"node":">= 0.8.0"}}},"modified":"2022-06-19T07:45:03.868Z"} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/content-v2/sha512/84/3c/c8b13b5d855da65ec058f177ee1a0af13fe016e80973e87584ad9f942580ea3606cd434dc32c6bbe7c52815a029a35c18e05e654b30c38041094ae4d096c b/software/flow/.npm/_cacache/content-v2/sha512/84/3c/c8b13b5d855da65ec058f177ee1a0af13fe016e80973e87584ad9f942580ea3606cd434dc32c6bbe7c52815a029a35c18e05e654b30c38041094ae4d096c deleted file mode 100644 index 87b5810..0000000 --- a/software/flow/.npm/_cacache/content-v2/sha512/84/3c/c8b13b5d855da65ec058f177ee1a0af13fe016e80973e87584ad9f942580ea3606cd434dc32c6bbe7c52815a029a35c18e05e654b30c38041094ae4d096c +++ /dev/null @@ -1 +0,0 @@ -{"name":"bufferutil","dist-tags":{"latest":"4.0.7","n-api":"3.0.3-napi"},"versions":{"1.0.0":{"name":"bufferutil","version":"1.0.0","dependencies":{"bindings":"1.2.1","nan":"1.6.1"},"dist":{"shasum":"78f783cc2c5a455c6964c8b4d272f4e22bcf083d","tarball":"https://registry.npmjs.org/bufferutil/-/bufferutil-1.0.0.tgz","integrity":"sha512-RMawClJB1CnPLl5K2l7jCRcY09gtlPEymr9NMc+N12ny79klNZdSH18xSEpUYKKZqp2tL9vTtqbBi/OiteCEmg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGPDVdb8G3wvad8LlVS6vZA5RQ/LW/sneYXR8bRrlzYsAiAp9OG+UBf8ClgDVyLlt1mO2TIT/HYBVeNtVCIx78HWCw=="}]},"hasInstallScript":true},"1.0.1":{"name":"bufferutil","version":"1.0.1","dependencies":{"bindings":"1.2.x","nan":"1.6.x"},"dist":{"shasum":"0c53a9ffe8d616c4e2df27d00b808f7a25501e3b","tarball":"https://registry.npmjs.org/bufferutil/-/bufferutil-1.0.1.tgz","integrity":"sha512-mzomVwRbI5iFktXEsCY2ZTUd8WAUSbzwLIbh7oAVvaY22gCWVFH3h3ZSUSmURkP2NvS2sAfWyijqR5qduu5tSw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDU0QMF753nFE0ZgJE2jHWm5GZqnJHjIBX2zMs3LH6G+wIhAOYMJtItPSDmV2PqvvFmR9VodliMk4++H+M4HSFEPKBh"}]},"hasInstallScript":true},"1.1.0":{"name":"bufferutil","version":"1.1.0","dependencies":{"bindings":"1.2.x","nan":"1.8.x"},"dist":{"shasum":"3f96be77a7f8652ff69ef29f1cabc8b89f7fd972","tarball":"https://registry.npmjs.org/bufferutil/-/bufferutil-1.1.0.tgz","integrity":"sha512-bttEVtkre4VYrZH+ciatjApTuac7jLMQXVXzM/ymw82WFREdOrJO496C4Bkh0/FfYoBUSOFaAYF32a5Q8dyiLw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIC+L6qpaiMAvjuwm+hmmMLscc7giRw9PRRRuJm1/ztvvAiAQNzO1cHKrxRO/EA7ti+BmdipLpMF1pwZNxQ/8Cx0dNQ=="}]},"hasInstallScript":true},"1.2.0":{"name":"bufferutil","version":"1.2.0","dependencies":{"bindings":"1.2.x","nan":"^2.0.5"},"dist":{"shasum":"a6c6862627def49aa6d5a6de52cfc03339698a28","tarball":"https://registry.npmjs.org/bufferutil/-/bufferutil-1.2.0.tgz","integrity":"sha512-CWEl1dQVxRJg9162tBwjc0fd3HK4mETPf2DrcC7jGUOR7+V/o5Ztd0pbUS0gxaW0bAWGvJ9RUYHQ8SS5DBHiBQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIH1qyDRQ6PKXipYTz32t1U6E7m/KwPdNkUiVof73x0/nAiB6HLll0thsNjAne8lEml2LxKYO3miSL+vZgvGSH4kg7w=="}]},"hasInstallScript":true},"1.2.1":{"name":"bufferutil","version":"1.2.1","dependencies":{"bindings":"1.2.x","nan":"^2.0.5"},"dist":{"shasum":"37be5d36e1e06492221e68d474b1ac58e510cbd7","tarball":"https://registry.npmjs.org/bufferutil/-/bufferutil-1.2.1.tgz","integrity":"sha512-rtE2s2JHFmfaldMwWFSUaPTxfxq6Um3xw9PEUK5bAfW83UTXp3WQpE7slnD2bd9GUgb0BA7JC/7ZxeBrIq+8Dw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDubmLLp0eO1t9c1qQR9PdmzbJLjXki/y+YFiPHhlevJQIgDEtLolfNUfPIZuOPWLokezQky88g9sC7GLKO88kfuRk="}]},"hasInstallScript":true},"1.3.0":{"name":"bufferutil","version":"1.3.0","dependencies":{"bindings":"~1.2.1","nan":"~2.4.0"},"dist":{"shasum":"69fdf13ad9d91222baee109945faadc431534f86","tarball":"https://registry.npmjs.org/bufferutil/-/bufferutil-1.3.0.tgz","integrity":"sha512-SFYBVhwk3e2Z6vaXyXTY0Ev0cKu50ndWvzgvo+2NhXN4AH2H+dn8ZkxzZ4kxrDmJgV8JvfeIjK5jp+tqzdNT5Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDbGjdzd40vuE9lrLzxYBKrHe8lXkXcR+mJe6bK968rzAIgdv1kSWjgJ6XUYqH9t9m822TjsNGWRV5q59PGqY6f2U0="}]},"hasInstallScript":true},"2.0.0":{"name":"bufferutil","version":"2.0.0","dependencies":{"bindings":"~1.2.1","nan":"~2.5.0"},"dist":{"shasum":"6588ed4bafa300798b26dc048494a51abde83507","tarball":"https://registry.npmjs.org/bufferutil/-/bufferutil-2.0.0.tgz","integrity":"sha512-4UT+K+xrAASFNy+ukiOqqDGqYFle7dz7dlnmPjqMATTbvq4yQB5tZ2xXnTAHhM2mOtUXOilDRv+IwG5R/fvLaw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD05vc6tXsqo9+VlX8z1zzeBpVqMMmRSMSb54bkkaYthQIgKqixB7e0wLo4QXqte9hw/+U6w+Tk7BzQlEzlMDx8op0="}]},"hasInstallScript":true},"2.0.1":{"name":"bufferutil","version":"2.0.1","dependencies":{"bindings":"~1.2.1","nan":"~2.5.0","prebuild-install":"~2.1.0"},"devDependencies":{"prebuild":"~6.0.2","prebuild-ci":"~2.0.0"},"dist":{"shasum":"8de37f5a300730c305fc3edd9f93348ee8a46288","tarball":"https://registry.npmjs.org/bufferutil/-/bufferutil-2.0.1.tgz","integrity":"sha512-zJyJIq02mddcR+yqkDrw9oPQfvl55FUxpWhNca2LiCRfXTWIOOcPKieXAljTa2HuRdkqIv21lOdprakybYuC6A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBsNEB7AkuCCTJormmF6DavqstvEd1EJItM8Miw1StFGAiB9UTP2w+Fx5b+3eNmkx6/jHp3mupWKnHdgIINMURTHrA=="}]},"hasInstallScript":true},"3.0.0":{"name":"bufferutil","version":"3.0.0","dependencies":{"bindings":"~1.2.1","nan":"~2.5.0","prebuild-install":"~2.1.0"},"devDependencies":{"mocha":"~3.2.0","prebuild":"~6.1.0","prebuild-ci":"~2.2.0"},"dist":{"shasum":"afbb831c47229accf0b1f207d4a9942841b0ab0f","tarball":"https://registry.npmjs.org/bufferutil/-/bufferutil-3.0.0.tgz","integrity":"sha512-+1wAuwm+VBzWbSpLMy6Q3zTBa1glOuquoIMebkgOq7EMRfooTpXGFzv6U244jlw9oG9wb7IS9Ab7R3Ec7WHk0Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBWem85TrLHbEJg28itRcisj+nf/kNzeoi9Ys09JURMCAiEApXcQRMbsJ6FAHG/n19a21EgrThjL8UdURnvEubD1fZ4="}]},"hasInstallScript":true},"3.0.1":{"name":"bufferutil","version":"3.0.1","dependencies":{"bindings":"~1.2.1","nan":"~2.6.0","prebuild-install":"~2.1.0"},"devDependencies":{"mocha":"~3.4.1","prebuild":"~6.1.0","prebuild-ci":"~2.2.0"},"dist":{"shasum":"20b2ef5159ac49f20e44bce38e7c35a6a904ee66","tarball":"https://registry.npmjs.org/bufferutil/-/bufferutil-3.0.1.tgz","integrity":"sha512-0W0xufsO39Xq9X8m1BE81j+Ljh/h0Ien8ErXtQYvdTTOPvfpe6daHTow5GSkUwaDphMiyRxGF3NgZczYxhltfw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC8gII3nGb6Qh5D3a73dAs3wibYPnvMij/dV/zvIoaOjQIhAKE5FFL7twVUn5wuVevWxL0hz3juTswVk3y9USWTJytD"}]},"hasInstallScript":true},"3.0.2":{"name":"bufferutil","version":"3.0.2","dependencies":{"bindings":"~1.2.1","nan":"~2.6.0","prebuild-install":"~2.2.0"},"devDependencies":{"mocha":"~3.4.1","prebuild":"~6.2.0","prebuild-ci":"~2.2.0"},"dist":{"integrity":"sha512-CGk0C62APhIdbcKwP6Pr293Pba/u9xvrC/X4D6YQZzxhSjb+/rHFYSCorEWIxLo6HbwTuy7SEsgTmsvBCn3dKw==","shasum":"7880c1c4c04ce8a13fffac3fb9ee02ac0cc0d8dc","tarball":"https://registry.npmjs.org/bufferutil/-/bufferutil-3.0.2.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC8ne7OPdXUDoDdx7UGp6TGtS/GMg5Ya9b4DllUESfxlQIgSi5QKHNbguB2CkXXmUrNH+q6zObMhsCNJY/6Z7+A6Sw="}]},"hasInstallScript":true},"3.0.3":{"name":"bufferutil","version":"3.0.3","dependencies":{"bindings":"~1.3.0","nan":"~2.7.0","prebuild-install":"~2.3.0"},"devDependencies":{"mocha":"~4.0.0","prebuild":"~6.2.0","prebuild-ci":"~2.2.0"},"dist":{"integrity":"sha512-o7zTFxMkM/hujDmJKJEeK4N/NYwO3spQ7sfVjjt6Twpkpmw265WbugtpQBGY2+ZHwfqJkf++7Hfn/eWSMzbx5A==","shasum":"ce67caefde2282591e399528467fe623f68f4bd5","tarball":"https://registry.npmjs.org/bufferutil/-/bufferutil-3.0.3.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDplVUPTJicOSDgwLU+f7g2Wamn05UhfL8bwLPiwpTJ4QIhAIzpTrd+imXMxHs9LAHWjIANHUKcNkTBpNOSPI8LoRVY"}]},"hasInstallScript":true},"3.0.3-napi":{"name":"bufferutil","version":"3.0.3-napi","dependencies":{"node-addon-api":"~1.1.0","bindings":"~1.3.0","prebuild-install":"~2.3.0"},"devDependencies":{"mocha":"~4.0.0","prebuild":"~6.2.0","prebuild-ci":"~2.2.0"},"dist":{"integrity":"sha512-lIO2rGIHGyay4TITnH7lHoYmWbICvwrpVK2X3EXZlvo8+lGXMr4IRATAtzDFQJmLno3O8Ef2n5SQoGWE6A9MKg==","shasum":"e53aabdd845e2867ad5eb8ebb5f147b0bb6e1fa8","tarball":"https://registry.npmjs.org/bufferutil/-/bufferutil-3.0.3-napi.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCK2l9K5jIXD56xNZygi8d3Qc2bvPjXWFPZs6gpcxIYKQIhAIRkJKOQc6J7oT9SZ8L5d1gNVQfq22wqboWtVLUOGBM7"}]},"hasInstallScript":true},"3.0.4":{"name":"bufferutil","version":"3.0.4","dependencies":{"bindings":"~1.3.0","nan":"~2.10.0","prebuild-install":"~2.5.0"},"devDependencies":{"mocha":"~5.0.0","prebuild":"~7.4.0","prebuild-ci":"~2.2.0"},"dist":{"integrity":"sha512-7pKiG4FmtqMAcX/rs5iJaUSNVcCCwyEuqzr50KeoEV2by/jU/YKRAv/RSCVzy4Qy+3DznHxunlprtNKLcRIycA==","shasum":"b9ea85d3749388110736d564a09ebd7cf6785138","tarball":"https://registry.npmjs.org/bufferutil/-/bufferutil-3.0.4.tgz","fileCount":7,"unpackedSize":7798,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCwBvdYMzOzz+ntApv+76Cc2R+0/Ionlx9iebvg2VVukgIgdKE3DU8uJt6q8L1bhgw7m5xpktZ3/TT6DD41LLRsx/o="}]},"hasInstallScript":true},"3.0.5":{"name":"bufferutil","version":"3.0.5","dependencies":{"bindings":"~1.3.0","nan":"~2.10.0","prebuild-install":"~4.0.0"},"devDependencies":{"mocha":"~5.1.0","prebuild":"~7.6.0","prebuild-ci":"~2.2.0"},"dist":{"integrity":"sha512-0fUEthLqfCkYspEuP0vmiAe+PsXslE+AlILb2rmS9I4tAdm3SmpCI69M66zQL20GQEszdbXyVN6q+cpG/yhYlg==","shasum":"8abfc3b6da7aca6a13268b3f2482f0c7aa05fffb","tarball":"https://registry.npmjs.org/bufferutil/-/bufferutil-3.0.5.tgz","fileCount":7,"unpackedSize":7798,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa7peECRA9TVsSAnZWagAAzYcP/RUjc5RFATHCKHKPGOL7\nXHdjE1NGEIx635yOzKB10nJpEpQy022Qhg2k91vPwLfH7APW+Uf1Gm07NI1X\nsEt0PC9t9RVSWVDGggT3emcvYbgumSJej3vel0IGLSpUUsb663XNaeAcdMk0\nEU6ZrCkihEbElUvyqUczNEGjyJQ9sjGE8eN8MaDttjZk8w7UYDeNioWctkn1\nqqw/FLcknRlmyiyJt15hXdrnepDNFDDAp7M+WU7sVQ+g1g3ojlInoOb72n6J\np3FFf0Th2cZRY7LSUPEq7IyElYQmVYEqF75T0nXPcd4BPgdrJcs7c6sqzRn7\nHndKdC/joTi3ZXSg7wC6zoU3nnBoFHLUmnXGwbmRR2H3HY0XrHhvwZV2MTFC\n94I6ZpKr5dRsoisV/wZGDowUtaR3OjnO82UXsFzdN7XA5A1IdQSbBCLzy3O1\ndVH4Ar8su/TzVK/ZZ+YKhjCKO7Awx+FtaARiaSuNPWkBpBFphCQ708tp6jNO\ng9PdK/n1n3nIGBoJNn1D1YJC4Tx6Vw7sWb+xN1Vd3Sj8iY2CYWqkbAPtrE++\nBZ7Qj+xcBb9FavjVnfAbQe8zkLiRbvWzLB1llB/rHFhBi1x9BJ786VkCB8xf\ncqEyatWEfqODeXXzgGoNuQQPf4bh38dC9spMtQxKKEpcyAUUtEyI8stC126U\noMTG\r\n=wTUL\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQChZsicZnedjrCluLbV3OcmMBICsisb9g6+UYne8eKhJwIgJKK7xLT5OIwhrUHyj8ud3S45lFDnzdEZBJjwNESyE0M="}]},"hasInstallScript":true},"4.0.0":{"name":"bufferutil","version":"4.0.0","dependencies":{"node-gyp-build":"~3.4.0"},"devDependencies":{"mocha":"~5.2.0","prebuildify":"~2.7.0"},"dist":{"integrity":"sha512-jpnqMVLo7sqfUY2W92RC4jjj9TuiOSkjB0k43TxPcrBSntZwXUOl8Krfd3eVEdApuScpSTwYKntm/dXU2T8gnw==","shasum":"a5078160e443751a4e83b6f4d6d7e26c058326a0","tarball":"https://registry.npmjs.org/bufferutil/-/bufferutil-4.0.0.tgz","fileCount":11,"unpackedSize":266779,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbOxfrCRA9TVsSAnZWagAANDsP/ib8VDj25Orrtaz66tXz\ndAQXhzlX/tliJjTM91Vlyf8Ze1QZ8aGDd2u2rVj4/NP0VfxemP7V9QWZB3un\n7BZigIy5l60hbt57KclTUWpnk3KRAY8w4CmT0Lh7ORrJq5x4B/QhgE2Wpuiu\nMDKBeqn8W8Qh+lCCUFgcJcz2QV4NfScWZklHXuPjp9x/wh81SdQakeoK3eaX\nkccasnJq0TmtKe8Rh4MpE4TrxROmVMmZmJ3Rkti3k17S+I8LuBr4wlenoDGK\nXOjUvb2M1AZJ/zhUCRlWNoFuDhoDUXn36WvybvN8ShV5RgKs5MaGFLNoFI64\nXKz2CWjWVHQG2GglFULBtvUnllSmFchbVaK5bvs/W+eSv6xsytyvjUcf/LRB\nPumE9FFGsIRcQorMNcxB83QQtJ0vlKOlM5CrJfhSYHG8CmLBkJKoiASvmh2e\nPFhkIOBSD+gRzHhy+rDGvvaKVHMWoRsBhtfqsfR3E/OzBc1q6Xam/Y1VCPdN\n1y87LdkfbPUzj0immn9lId22r4ng32DL/7jflbabnHyEuhtBvwGjObqunpBP\nfOSprQAG8ZFbAmkPAEYez+FmCwaOdH8xeuxTNeX3y2sUoSonIYcivtCljwfr\nns3pcn04wQ4P3FbrnijoH0B1IV1ebhRMSrdVTVgLumEXUv2SHprG+C0fZjWK\nc0Ss\r\n=dNhl\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDTthrFht15KvQ1Hqv4fgwWU3sJfsCAscU5VyDRSjdhQgIhAIv2cQA17LzACxK6JzF06IreJP7shkq/KvklUV4oAkyw"}]},"hasInstallScript":true},"4.0.1":{"name":"bufferutil","version":"4.0.1","dependencies":{"node-gyp-build":"~3.7.0"},"devDependencies":{"mocha":"~5.2.0","prebuildify":"~2.10.0"},"dist":{"integrity":"sha512-xowrxvpxojqkagPcWRQVXZl0YXhRhAtBEIq3VoER1NH5Mw1n1o0ojdspp+GS2J//2gCVyrzQDApQ4unGF+QOoA==","shasum":"3a177e8e5819a1243fe16b63a199951a7ad8d4a7","tarball":"https://registry.npmjs.org/bufferutil/-/bufferutil-4.0.1.tgz","fileCount":15,"unpackedSize":524909,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcH0JYCRA9TVsSAnZWagAAkpMQAJ7WLi58+TZTG15Ngddd\nLhTJEUQxSLW15jhGHzw1SZSbfa8oKpcHRRBj65Idfbp9sNl7yG5Tnwam2zj4\nyH2LPLsINuQ+DO6JxLoRahy/xsnzLXtJTUeY3qXu5avaDMLd+biDyiCEghgF\nFh9zvlj+fje7/3zUsiIIuvOBRtciU34rXYZKXQ8PHBEn6vh6IAz6OGxZ6Xuk\niqu+8SdDjg5PG6/Wdv6VS0whJj3UySR9EOgfBnuYxbybUkNDmFuCYrYSRN5i\nFTXSGSCUj1zZwcUuLfHG4M0EAXN4N/HDEbdLQlapIn5YNQLvwPd03Whfqaiw\n+tSZbc9x5pnbr2OpYD4It91yIRUQIE/dxv2D5rte6RQ96ryJUha6IpK+oHBr\ndA8sibg5Xi3J3jv4llpy7y1Od/PNM0u0nyr5ccNRKKx+kPRXyJHQoAawPQro\nxi5JEVxlkPUYFzFiKCFsIbNGVsqndagvFTyA/FfQdYX5MBykKc04LZQV09Ei\nbw4pFGL0r0SPD+ThcAk8gztyEtw1ZwpBe8Kxyu2uhmZiMWig7+Zvs85rKfNh\nevM2WDH1i4BzjnsH1Db5BaPGjLpFj5VxnPMe5fawLDAftkrx3DcaoQDM6yik\nN+9N9ShUgdG/sgvur+MbKB4rGeg9LEe3M6oxxHsZbxilrLqU7ilhBZZn4+hm\nM24q\r\n=Rp//\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIE5J9cTzSm6LQjsfjH0sji4/2KU/Ww5Xwc8CHUrW3bGWAiEAp/Sjk3HiB0SglkgRlhQdpOOkIxWsOAEJGtbb50tmDTQ="}]},"hasInstallScript":true},"4.0.2":{"name":"bufferutil","version":"4.0.2","dependencies":{"node-gyp-build":"^4.2.0"},"devDependencies":{"mocha":"^8.0.1","prebuildify":"^4.0.0"},"dist":{"integrity":"sha512-AtnG3W6M8B2n4xDQ5R+70EXvOpnXsFYg/AK2yTZd+HQ/oxAdz+GI+DvjmhBw3L0ole+LJ0ngqY4JMbDzkfNzhA==","shasum":"79f68631910f6b993d870fc77dc0a2894eb96cd5","tarball":"https://registry.npmjs.org/bufferutil/-/bufferutil-4.0.2.tgz","fileCount":11,"unpackedSize":929428,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfnW0MCRA9TVsSAnZWagAAQYUQAKSzVByYDjxF+RqAbT7s\nQ7IyiZDRuujjmXGLsiyD0XLzA9GV1zGPd3U+DvfVQET6bI9L1gPRJ4ZgrneT\nj0iIT9am0SDA9NwWV036cROuQKOnIgJ+Md05+b7QrEfjo1qdVhDxUbrtPxLh\nF1mHyFv5QE0iJOLoYemjJs+BAb+uaCD1NbZmQJqQeVaIv7o4OFeVWrZSqo6g\noakOxO7vbfZcZg8OgANlD1p6ZMwFGUN6CsPkWC6jrVyAxfIKNxbuM/SWjJos\n+xOFiy+yIl9MzzRhCueR0goH6un5+xIS0TRhFnx43B+CV5Xm+yxnxHVJ8+iE\nakuCdddxTaG6ur7EFXXKQuyHBOzCyeAGl5XCcCucFK3OIC+gTnikDv24+aeD\nKV/XMDmtzyH0VzoCwFxL6s939umSS5zZIYz4atucqOCQ0RuJKVFW9yz12upj\ngAfzdh2Dr7vgajFd387vBd2TTcfg6q/Wb3HnhAHzKUZZ7Bqd3UIPYAqSUmjb\nQKhCU8LhOcMKjm/fnFxs432OjesXS+B5tMwJk3soE75dlMLpKdwhzUfg0HUX\nv+MJD4XsJPkNFPRw5D79FU9E7jKt4AipRhr1d0HWZv6adb6ktZEyMkZIehV9\nhZS+mZplq2uJ8CFLVO/LZSOyrP8gagGbGAZ0jdAUTs08b0nDl8Lig41MjG1T\nHlTt\r\n=SDU2\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGJiJYRh7HO7ENZLSNhQern3VyA0Ewuq3DHE1g759x2iAiEA9Lzh80lELWMPXe4cc9pcCsEFOKtIsMphY0swEg1LcT4="}]},"hasInstallScript":true},"4.0.3":{"name":"bufferutil","version":"4.0.3","dependencies":{"node-gyp-build":"^4.2.0"},"devDependencies":{"mocha":"^8.0.1","node-gyp":"^7.1.2","prebuildify":"^4.0.0","prebuildify-cross":"^4.0.0"},"dist":{"integrity":"sha512-yEYTwGndELGvfXsImMBLop58eaGW+YdONi1fNjTINSY98tmMmFijBG6WXgdkfuLNt4imzQNtIE+eBp1PVpMCSw==","shasum":"66724b756bed23cd7c28c4d306d7994f9943cc6b","tarball":"https://registry.npmjs.org/bufferutil/-/bufferutil-4.0.3.tgz","fileCount":14,"unpackedSize":289573,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf8NLSCRA9TVsSAnZWagAAKP0P/2k6qW4JiSlYXfGlGRoz\ne/7dktVxEW5pQhPa033Ho+C83vTNwHWc2MTlk9WzKluY4glDSN3VxaFYWi3o\n1B+FrrLaNKDSSFOC4ziZ9N8Z0bHSk4GajwVVF9NSAvf+n8whx1jBZr1VUYp4\nREE+xOws8a1nzSyT8e2ZK8FDlCbaDHzfIsAy4iRiWCGZ/D+AiUCnQMAaNVJ0\ndExu3llbrT+jKrsmAP0lZ+qeHxZwbQTt7JCT1DJkKBw8bcKRN6tzRKL9YA15\nFdUj0WDAtozDTt9Slyl3PpweNuCpy7o0K9YwUcSCXiP9xR02k7mP/9+emVAF\nvlDTNgVOnMZYKWdOT6RlUkjhRFjljlJPez5BWy6Kv5x671FBBFOAgli0qAG0\nQ32o6k5vODv3yKnqeMIlifwUrYKjM/r8F+5gkdg43Sw0rYn06AumP1q1/6pY\n4OMiRvmZmTpyE2Czz14w1aOdFqru5lKIVb3qMqVHYr0w4n8MmflciiKSr/qa\nca8ziismpMIEyi0/qVjSosciXhjYXk1SkLsrhgHRvc0L8xmttvw+7E0kiHhR\nhn7hwMCoD0d70sWKttpeuCJebDD7iO46QAueFNN75Jejo0oU5uGbeCTO6IzY\ngbdHcsuj5C1HnLlALY6qPj+mzYLiIrKnt/YsNz5WP4nEacVn2tbbjm+OBuI9\ni+Qo\r\n=y72D\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDplP/OB2wvKo3MdaEj5n6kkcF376hPRTDK6Q3GnrhhrgIgbL2Bmvqmw+qr0uWI55uT4Y9uAuPbw/5xmFEC5kxesI0="}]},"hasInstallScript":true},"4.0.4":{"name":"bufferutil","version":"4.0.4","dependencies":{"node-gyp-build":"^4.2.0"},"devDependencies":{"mocha":"^9.0.3","node-gyp":"^7.1.2","prebuildify":"^4.0.0","prebuildify-cross":"^4.0.0"},"dist":{"integrity":"sha512-VNxjXUCrF3LvbLgwfkTb5LsFvk6pGIn7OBb9x+3o+iJ6mKw0JTUp4chBFc88hi1aspeZGeZG9jAIbpFYPQSLZw==","shasum":"ab81373d313a6ead0d734e98c448c722734ae7bb","tarball":"https://registry.npmjs.org/bufferutil/-/bufferutil-4.0.4.tgz","fileCount":14,"unpackedSize":436267,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD0etG+0qeH1nzJtfCzv46Qi7B+dZMlVh05nYVPG2bt/QIgd6lyfb1squSJt/hy5ouX4WhyNoeKPAG6vaxrr3BPces="}]},"engines":{"node":">=6.14.2"},"hasInstallScript":true},"4.0.5":{"name":"bufferutil","version":"4.0.5","dependencies":{"node-gyp-build":"^4.3.0"},"devDependencies":{"mocha":"^9.0.3","node-gyp":"^7.1.2","prebuildify":"^4.0.0","prebuildify-cross":"^4.0.0"},"dist":{"integrity":"sha512-HTm14iMQKK2FjFLRTM5lAVcyaUzOnqbPtesFIvREgXpJHdQm8bWS+GkQgIkfaBYRHuCnea7w8UVNfwiAQhlr9A==","shasum":"da9ea8166911cc276bf677b8aed2d02d31f59028","tarball":"https://registry.npmjs.org/bufferutil/-/bufferutil-4.0.5.tgz","fileCount":11,"unpackedSize":406784,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCEVsToT/7HA8U8tGcHsCB7MNQmJP1cKzX9VMo9ZNewQQIgYTqt8I86L4d8Ipz9E2v+/tpWxaaH8acVPc4t3LAC5g8="}]},"engines":{"node":">=6.14.2"},"hasInstallScript":true},"4.0.6":{"name":"bufferutil","version":"4.0.6","dependencies":{"node-gyp-build":"^4.3.0"},"devDependencies":{"mocha":"^9.0.3","node-gyp":"^7.1.2","prebuildify":"^5.0.0"},"dist":{"integrity":"sha512-jduaYOYtnio4aIAyc6UbvPCVcgq7nYpVnucyxr6eCYg/Woad9Hf/oxxBRDnGGjPfjUm6j5O/uBWhIu4iLebFaw==","shasum":"ebd6c67c7922a0e902f053e5d8be5ec850e48433","tarball":"https://registry.npmjs.org/bufferutil/-/bufferutil-4.0.6.tgz","fileCount":11,"unpackedSize":406343,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh0WAfCRA9TVsSAnZWagAAZ2MP/156mJ65FE9Jb5q+duvy\nf2rj8V4B9FDhmeDdUiVqsR9IZa6EjYqcY6l7Jx4x5kzvT7wbZbyAsTwHpWcD\nNHUWyHLz6adFNbJer4pZQY5RP4koQSrM/29kTckpd7XtXsrtfA4nmqqoCh2M\nUksbRRzNDCmFWZM/pqxBeJtXo476SoXep5YglJCNNIUY+g60wyJ9eStwdAfV\nUOyv88xfnkJ8z6fQXcBr+bYHgMuU0PkRljv9hqx/xpf+1e5mfyul+fR5kkUG\nZ1xo69MVuCqJsEZCna+qFR8tiHXpAARSFIoozi3l1NIiB0QOhtLZOyo5uSLm\nnmnzeyUQmiX8zFT9g9dWN7I8he6soca0XfAyicktU0rkaAY5hJlJE5JBQlWR\n1RiUqDUZpt6GI/Pcuv0n/XrhyghnoGWhQlCrVFVShC+jwCbFI3xcZY3jwSKT\nteRBnavt0LfcQz4HF48hB+211IhSoUcWJ1z9aLo0cVsgzu1jGbDvrV9w26YK\nrb13PCBXVEduLQcSNHOvFkmC3G1qRMjlnWHrtM4i4OnJM77RZPVZiWYAQs/J\n14GAvvJ87H+6iZFmGOEstCKVHjMafcM+KtrteWM3ep44o5qyfC/PApb2MkEj\nnRn+v992YqLpuU4D3Lt+YAG4D/itUuFGivT19MtxjWXJ3mq5uxogS1ZlX9fj\najQ9\r\n=U1Jd\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDlTokmZ3shZFj/H5t+PQDYEd799xPv+r7VQW0G46yxfwIhAPzLkP02iLuNLL4KmiJ4ul1YmxmN8vWVtqjN0JqYud3O"}]},"engines":{"node":">=6.14.2"},"hasInstallScript":true},"4.0.7":{"name":"bufferutil","version":"4.0.7","dependencies":{"node-gyp-build":"^4.3.0"},"devDependencies":{"mocha":"^10.0.0","node-gyp":"^9.1.0","prebuildify":"^5.0.0"},"dist":{"integrity":"sha512-kukuqc39WOHtdxtw4UScxF/WVnMFVSQVKhtx3AjZJzhd0RGZZldcrfSEbVsWWe6KNH253574cq5F+wpv0G9pJw==","shasum":"60c0d19ba2c992dd8273d3f73772ffc894c153ad","tarball":"https://registry.npmjs.org/bufferutil/-/bufferutil-4.0.7.tgz","fileCount":11,"unpackedSize":409448,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDTzt3sEp25mrnYpyUDt362DXMtUiDKoVZMkmCNp6uslQIgN6flOhrjk4L8uObSvjT+m754G5SF5Wu2ZKp9A5C9AY8="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjTqxCACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqXmA/+JEy9p61MztVQhxA8tfEdRYzatyDGqkq6USv1+Mbr00yZkFea\r\nnrJTMhXPD6xSTXYw8r5lvf9xrCqG3FDBJmOQhnDSgcizOB2nbjx+ZwkJi2f2\r\nFUHRHj7lKF9+cwPyabY2q5IaG15vwnAoB6ya2OeagdkIGd/SIepc7K2/N3Jw\r\n91podWmc0i7PL6ZYoutb2FXloPxMAkyLXYGe5EF03kzKpnAT1rgfxJ71FxIc\r\n1Jt8IAZLEatoD60kdor1xPnaxOoSrwP+0GAMBDsain6rVMoF8mhPWMMqqwVj\r\nZw20+CjTsb7QoWN523lNRb3RXoCdz+m3fSw2GyfpvrvMgHbgaJ7mzC8IhwL2\r\nGZz7GEDsSi0nMsoj/loUUBXHGEtZJjTeYSIEIzvQRSIP+ETzRB+lAL3c+w1z\r\n/cxas9i0d5FSlZkKPzlPyzaX7ejzJgbQfW/NkY5+AdL8xb3eal0jxOfEa013\r\nqSQa0JMr0nqtQH6AxmtcGI4ppc0kNdeBiGfOA1OfJZm91/bAbhRfDNz4YUPy\r\nKE1Iu9bBE3Hs4LtUZ6UDNu6EKdDuI6uyQ8MywUpajH1fEAU8NrfC01q3AKic\r\nYK8dI9LM5qGNY8r55pI6fwg7LpXME8mmWIopwDMpTvf24JxUBNKkmrv0OLW3\r\nQLwPCt8mvow+Tebwpfq7zdi7kUc+DDlzvTg=\r\n=GQES\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=6.14.2"},"hasInstallScript":true}},"modified":"2022-10-18T13:38:10.906Z"} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/content-v2/sha512/8d/93/d051b47cc66ad9bdf1b72b39a725b7a9fbf0723e91adcd81011c4dfcae0ef96d4c0a98be11fe851fa432a24b67c00208deb391a6d5b2783b85d0ba7a8709 b/software/flow/.npm/_cacache/content-v2/sha512/8d/93/d051b47cc66ad9bdf1b72b39a725b7a9fbf0723e91adcd81011c4dfcae0ef96d4c0a98be11fe851fa432a24b67c00208deb391a6d5b2783b85d0ba7a8709 deleted file mode 100644 index b61c832..0000000 --- a/software/flow/.npm/_cacache/content-v2/sha512/8d/93/d051b47cc66ad9bdf1b72b39a725b7a9fbf0723e91adcd81011c4dfcae0ef96d4c0a98be11fe851fa432a24b67c00208deb391a6d5b2783b85d0ba7a8709 +++ /dev/null @@ -1 +0,0 @@ -{"name":"utf-8-validate","dist-tags":{"latest":"6.0.2","n-api":"4.0.0-napi"},"versions":{"1.0.0":{"name":"utf-8-validate","version":"1.0.0","dependencies":{"bindings":"1.2.x","nan":"1.6.x"},"dist":{"shasum":"a8b5cbb4b14d350a8cbae35c1d15b658d44ec86e","tarball":"https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-1.0.0.tgz","integrity":"sha512-/TZDwvPz2mlv2VFRoPIhD6JMXPGTiSzsoFjcmaTC9dSsFWWnuWGTsmNdzGiqcs16UThW5ivpX8ciLvOAesx5YQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIH34ZTMGKPqajJ0exMV/dNoQC6diFmEfbOJh8YXuLRliAiEA0J7CMBcxj9+JYvpmtODtWmXt+KJxNUY1AzCR9d0BtLM="}]},"hasInstallScript":true},"1.0.1":{"name":"utf-8-validate","version":"1.0.1","dependencies":{"bindings":"1.2.x","nan":"1.6.x"},"dist":{"shasum":"d15eb67e28f6bb93c9401eeb7eac7030a183e8d1","tarball":"https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-1.0.1.tgz","integrity":"sha512-4x5/7xlBqCXvLdfny27SS7iVf7lg7Qc5YLc2dlU5+jaHzjtFXmTIj8R2HWP3beVKzCkaddzK77F4gQJyRmljMw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDCh6FWxSyJkEsn7r4A/A1Vxq9zp/I8A0r8Y54tdME57AiAFjYlx6+frcUK66ScuVQYzD1iwoTSo+Op9PO7LVmefPg=="}]},"hasInstallScript":true},"1.1.0":{"name":"utf-8-validate","version":"1.1.0","dependencies":{"bindings":"1.2.x","nan":"1.8.x"},"dist":{"shasum":"521a6bb2189d0b307ddc5b79c3c95a5fd8085db4","tarball":"https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-1.1.0.tgz","integrity":"sha512-Qsgu1u2akdyOneurUEVf/tXhkqBQMoE3x0GY5+P7ayPHvVzTqOkkgBhtl26wm6ap10Amhwy0jIhPwMGywx76QQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFLFDr7a+3R7l9dye7Ku8vm0niqS4qZbJpOLw6NzF32QAiEAzsxEkhsMLlD80D/eU/TXgnl+qnFWMLddfhzdx9YaAsw="}]},"hasInstallScript":true},"1.2.0":{"name":"utf-8-validate","version":"1.2.0","dependencies":{"bindings":"1.2.x","nan":"^2.0.5"},"dist":{"shasum":"7d41d57e60e1b36c01e79b7ac41c00ad1bf933fd","tarball":"https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-1.2.0.tgz","integrity":"sha512-rslrg/VwP1JJDtfGj/zHP5RlZoo1PbTP8eM++tCQOUd2Osiw5ILTu/TIQgLLGBptIDmoBXt3mBSubd5wdhiSFQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIA50gwBM9cjJ679Do0F6RvynxN099O5giBla3/G+zI2QAiA8BIA9ztPsDc/oWBq5hQ6DyrfUCoRoWbMC/u/0QhmEug=="}]},"hasInstallScript":true},"1.2.1":{"name":"utf-8-validate","version":"1.2.1","dependencies":{"bindings":"1.2.x","nan":"^2.0.5"},"dist":{"shasum":"44cb7c6eead73d6b40448f71f745904357b9f72c","tarball":"https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-1.2.1.tgz","integrity":"sha512-wI+UhNgPPaXKP8kF3owsF2HiVjWy+UdJDSHEh48fPu8nInfx2t1FOSqbqAh6/uXwm7nDe3uydYy+KxTHS8wR/w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIF0+IY+5T3qUcykaoKHdVmrWeo2twKlnW8cnt3nlbwq/AiEAkJQNk7k3ycIFot5GGM1Jd9UT1lJjNVNEUHA/KNY698s="}]},"hasInstallScript":true},"1.2.2":{"name":"utf-8-validate","version":"1.2.2","dependencies":{"bindings":"~1.2.1","nan":"~2.4.0"},"devDependencies":{"istanbul":"~0.4.5","mocha":"~3.2.0"},"dist":{"shasum":"8bb871a4741e085c70487ca7acdbd7d6d36029eb","tarball":"https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-1.2.2.tgz","integrity":"sha512-CcV1z1L/e1wFAZwl8T6o1MmxIsg/ClZ4nmUolyIhb3ZJKbD/ZQTZXstCf6BiRcvaThSJVI8SqWLodWq/hnWDxQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGASyCFEpHCW2cx8RtwFrfK5K+AC37KVOAjB1Fd+v5l8AiB+QM3NmEqLVVUJM2bNYR3gnREvanYy3Bh5LYw8QwxteQ=="}]},"hasInstallScript":true},"2.0.0":{"name":"utf-8-validate","version":"2.0.0","dependencies":{"bindings":"~1.2.1","nan":"~2.4.0"},"devDependencies":{"istanbul":"~0.4.5","mocha":"~3.2.0"},"dist":{"shasum":"38f5636d78c2e4cc20e132470cc4d06b92192e44","tarball":"https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-2.0.0.tgz","integrity":"sha512-5rBawdrP1+SRz9nRRYqQqNxopDWkF/m04rSS+oR9HEkGIiR1xX5deuu30V3goBJG/DtfYPUtqHwv9NIbR67aDw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCCPmwT6GnGoXSfaHyr+9X2XJt4JhkbSLnQYySGCuqFNQIhAPRCiF7DZhj3ZrywMo1ALiC0yqTc3WITu8oZ4/42iWbV"}]},"hasInstallScript":true},"3.0.0":{"name":"utf-8-validate","version":"3.0.0","dependencies":{"bindings":"~1.2.1","nan":"~2.5.0"},"devDependencies":{"istanbul":"~0.4.5","mocha":"~3.2.0"},"dist":{"shasum":"42e54dfbc7cdfbd1d3bbf0a2f5000b4c6aeaa0c9","tarball":"https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-3.0.0.tgz","integrity":"sha512-H4+1nack9PmqYL8LknEUNg3QJgzq8mmv5qJrPiylmoXNWlN/yEKWcEB+P/Z+VNpxO4rybbl2IHBm33+PrexYiA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGmctYmqOWxyRKWuatmKtqQCLb3+lmuUs0TDjSzk24TwAiBtjnK9s5454Pb/Z15/S4qhuJSpdoeSRgkhkPS3+aVT1w=="}]},"hasInstallScript":true},"3.0.1":{"name":"utf-8-validate","version":"3.0.1","dependencies":{"bindings":"~1.2.1","nan":"~2.5.0","prebuild-install":"~2.1.0"},"devDependencies":{"istanbul":"~0.4.5","mocha":"~3.2.0","prebuild":"~6.0.2","prebuild-ci":"~2.0.0"},"dist":{"shasum":"5d2b8656b4ddcfded47217b647a98941b63cf213","tarball":"https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-3.0.1.tgz","integrity":"sha512-5CtGcZePJCN+QJ46frtxB+dal1P4xw9q04gt3jCyvfCS1OWVzAwLvv5i+lmbpgodBAYRyeTeHEQ0ijFIRPxBbg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEy1XjvFffXfkmOsF5qcSQaCQpa/KKLzAEKaU0/1x1F3AiB+WSdrCBKrGopyVYBq+Wh1PF+aMK2uF0AOQJwjfPpd5A=="}]},"hasInstallScript":true},"3.0.2":{"name":"utf-8-validate","version":"3.0.2","dependencies":{"bindings":"~1.2.1","nan":"~2.6.0","prebuild-install":"~2.1.0"},"devDependencies":{"istanbul":"~0.4.5","mocha":"~3.4.1","prebuild":"~6.1.0","prebuild-ci":"~2.2.0"},"dist":{"shasum":"227a15261743e6d08872b8b660a9d09e52db4daf","tarball":"https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-3.0.2.tgz","integrity":"sha512-7bQSIlcdKNLGnXTnu8b7EZ3p5x1LJcDZwsjxI6P5+wEfM/UHnpEZ41ltn87KIaLSlQk6QJGacILkYkmUHBL6uA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFtS7+YKm7nn/yaqwNNSW1Ne0lGVmb3qDfEAaa2g4F5RAiBG+F8YiEJNohALsPLVtjv3+FzOZvWaHC2tHQA7aCtYmw=="}]},"hasInstallScript":true},"3.0.3":{"name":"utf-8-validate","version":"3.0.3","dependencies":{"bindings":"~1.2.1","nan":"~2.6.0","prebuild-install":"~2.2.0"},"devDependencies":{"istanbul":"~0.4.5","mocha":"~3.4.1","prebuild":"~6.2.0","prebuild-ci":"~2.2.0"},"dist":{"integrity":"sha512-uwD6vBjyGvvAN6v0rRnhxzKcUhOVASqdu+y79l7E6sDzE5bhwo8+Cc5t7sU8grDWWDOUGv0Uw8oWCchD+FtZ9A==","shasum":"5c053cd92c50cea73c155c965a51805f674e7794","tarball":"https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-3.0.3.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCOGB9zDH7XAL22sG5x1DSRLKRXO46YQVedr1rDEln2fQIhAL8XX6dSBYOgB9l13v7+q3MkoenN5ikqOxEr06aOjinP"}]},"hasInstallScript":true},"3.0.4":{"name":"utf-8-validate","version":"3.0.4","dependencies":{"bindings":"~1.3.0","nan":"~2.7.0","prebuild-install":"~2.3.0"},"devDependencies":{"istanbul":"~0.4.5","mocha":"~4.0.0","prebuild":"~6.2.0","prebuild-ci":"~2.2.0"},"dist":{"integrity":"sha512-L/YpTFQFeE013nD++TQYFwbDdGww9pL1d5j8gena2VN3qUcyIIsSS2POsiTRub0MTuOWbd6+kHFRF6FOlcfkvw==","shasum":"a79962cfa4142dda7050234e7e9b37b33907d2af","tarball":"https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-3.0.4.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGLTJ1B2xd3DqEl0VIXBGKiSM+0qCie+aTiOTKKntnQRAiEA4uiyL2ATpapdr/BJ241HlDVVdFbbVaksYvlK/9rz/ng="}]},"hasInstallScript":true},"4.0.0":{"name":"utf-8-validate","version":"4.0.0","dependencies":{"bindings":"~1.3.0","nan":"~2.8.0","prebuild-install":"~2.3.0"},"devDependencies":{"istanbul":"~0.4.5","mocha":"~4.0.0","prebuild":"~6.2.0","prebuild-ci":"~2.2.0"},"dist":{"integrity":"sha512-JS/c6nR/qauqSdvTksgDO1142kYddTXz42y5X/he188B/kgcFLLB4l9CfZd+hGic/ORgsL+pPfwr9lYsL/80Fw==","shasum":"93812f447b6fd11a3dad4302d5870830cae8470a","tarball":"https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-4.0.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHpRZXhe/KNGqzR0R9s5+yUxCHVzpT6a5KbbJxWF4WSzAiAEAl35wqGojTNW92H4A6lLMMlnAxW1mGKJSt3R8ZB+IA=="}]},"hasInstallScript":true},"4.0.0-napi":{"name":"utf-8-validate","version":"4.0.0-napi","dependencies":{"node-addon-api":"~1.1.0","bindings":"~1.3.0","prebuild-install":"~2.3.0"},"devDependencies":{"istanbul":"~0.4.5","mocha":"~4.0.0","prebuild":"~6.2.0","prebuild-ci":"~2.2.0"},"dist":{"integrity":"sha512-krc3gh7LcspQEHprg8ls0vZVerxxA+Oyvfj1NE7dhNLtbK3ByGenAWCy9lK30Dt1MmvySgYMkyahYUquwkwYjw==","shasum":"77fe9f547e684c81f38a761134232be70e86aa36","tarball":"https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-4.0.0-napi.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFuYbkSLcOkBV2DEuU2NYMQv5YjOUPRWl0MyM12GzLSFAiB3nLakbp3PldrQzBwRzCrR1gsGOawXu6uaLvc8lBbiNQ=="}]},"hasInstallScript":true},"4.0.1":{"name":"utf-8-validate","version":"4.0.1","dependencies":{"bindings":"~1.3.0","nan":"~2.10.0","prebuild-install":"~2.5.0"},"devDependencies":{"istanbul":"~0.4.5","mocha":"~5.0.0","prebuild":"~7.4.0","prebuild-ci":"~2.2.0"},"dist":{"integrity":"sha512-d+PRK1C8xTqJn+TVdMX2UQ2aY2Q8jtC8wp6eLIsdV5qbx5N7igR6kZg4uLWvwJINJSx2ahF2/OjVpTdC4QpZdw==","shasum":"ec12589a42bbf0d77709baf5c082c610bd5b5fa6","tarball":"https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-4.0.1.tgz","fileCount":7,"unpackedSize":7433,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBDqqMe778nH64h1vXTm3fo1skl49vmM7RWNXAgqaGYMAiEAkaq9/w4y1sRawWqhVzAGKnbkdDrkoP4+kaOPkORYTR0="}]},"hasInstallScript":true},"4.0.2":{"name":"utf-8-validate","version":"4.0.2","dependencies":{"bindings":"~1.3.0","nan":"~2.10.0","prebuild-install":"~4.0.0"},"devDependencies":{"istanbul":"~0.4.5","mocha":"~5.1.0","prebuild":"~7.6.0","prebuild-ci":"~2.2.0"},"dist":{"integrity":"sha512-CS63Ssp6zynBQ4IxVzgjP5Abdo6LuJ87HFIcgIiVUeY96+MTHkqKtrUhphbwQ6jX8aSGZv8zX6l1DCPpfcAnxA==","shasum":"deadcedfbf5ec535e3c72874e9ddc0663c139691","tarball":"https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-4.0.2.tgz","fileCount":7,"unpackedSize":7433,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa7peeCRA9TVsSAnZWagAAhXoP/1EkCGiGMDsF55IlKfFS\n8k9SVaW18FCRPhYFdyJ4G8qI4Th3uPiiKhsU73uZu+lL/LXyzubNZsoMzLfP\n5LzCLbEre5ODhAR+e02TDmJaIMhq5+dp4RmYr8P+nC1OGb0pD8a1PTs7X8jM\n5K4TLG3FXsLW5SqmtT7BOGmCIey7VG3gcwVQUyMoGuA7v5mp1Mcw9u+J1Hq1\nVBuGRsUJjq7JrOcDdGsG7SGiNtI/UX9+2jEhlXKc+oluR0w2yjkriICuEWvx\nS2oRl5br6HklUyeYSSjEQLh3WoYpuJbfOJmGtzKwtEVAAtlhnoE5/s327JJS\ncgPMfTHq3tXFeDc8zgDsXqVfeW66wanqlVDXA1+cXIfrBSVaanm+6h30ZRVp\nh7suF11nrZx1mGM9/JM6kyLxrY0C2tV1GYgpc+P5VKeQRb2j75wPwdPY+n2e\nPq8pX0zS5FZNdc7AQjrqsulcDRsk/XEgSG5hj4IX88UvzGLlbDC7CSCGGB0F\nucjLaMMs3v1QrjqOJYSAnRajuQe+4qek4+YqkoJy78Hef1SvNUd/VVyIAbmi\ni3RQBL6zwz5s1iae3TKKVYz45SgrXBxSWNszx23EF/6V3Bm2v+z14oTasjol\nHMPfIGhDa0e8nK0PqtQW+z8rRC3WJ1RHb7hfJiszDoF2ZQvR1yLlBQaSn3Qw\nLYOU\r\n=7/Wa\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQClZpcmbokvZ9LeTj591u+zZD8b0iPXbIqkfbeDc/GsnAIgWEaSfKivtCgKGFsrN2AnTsxYevYYS/+5VSMTh8JYd1U="}]},"hasInstallScript":true},"5.0.0":{"name":"utf-8-validate","version":"5.0.0","dependencies":{"node-gyp-build":"~3.4.0"},"devDependencies":{"mocha":"~5.2.0","prebuildify":"~2.7.0"},"dist":{"integrity":"sha512-lpryeKubip/ZgOaWCZQaEJ5hrckhwrdXP+E7LvQEzBml1LXQkLhgUnCMo87ltznuHCr/glTj20FI48/6m4Gehw==","shasum":"31fc8cc465a7564db2f4c8b0077beeb9b804714e","tarball":"https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-5.0.0.tgz","fileCount":20,"unpackedSize":307480,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbPcQvCRA9TVsSAnZWagAAW+gP/2AHe9ToPYwWqC2Nf6ap\nnH7IJ+9H3Pk4GUad8upAyC3/wc+s6fOzoywZIkzsO8fI1jU36sV9mE97E5ZE\nmVs/P3i5g9sS39nOhtQzf/Pszg984nEXUko5TqrwdSTkYAkK8QYunDPQUNK4\nHDlsS15xNtzd7R6MvDCCwQIqslwM0yp1CQwG7ulFIbn0YPzNkK2lrRzwzCCk\nglalH+vZ1CHfpjGmIUfsHPFgM3X2S0cqBNGXk6FFwQ0b7JfdZc6XhT2BUblf\n3yhNfjVxfQfhkmZCyK5b89TqWqv8ZWJarTao/gY+YrV4IiXo1FuIfmD3W8C6\n2VuscXZRwU/1laBQRg7I6zxtd24nPK3mjbSX1j3hvxExoGbUZFqhQLC8LpMd\nCJ0g6qhU+/OcJnp6xGeF7/H6+atecQtJPITlEpmmbGaDTv2fvv/RDRyfxFf0\nKa+qfo+L1xWP5MsLlcng4kQupAHt4BcxnItiXeCGGX5BodA7TDk+00AUJkfq\njl/Iy75ob27NiGzKvvDmmv5NiXETx258ONf+w5AYh8izq2HrVHL+aI719SIY\nivHvr6etGIIaaGSEmZClYLKz+/LF6xxcMaZOZEeZpv6eBdPXwPX3cQtJwK/m\nLZURo70jLSxL4fOWj7bbthR+8rAolRC6mIG+e7sqHib7M2DBT/qSQsvl2mIC\nLBVX\r\n=ppNZ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAtjuALlbPrKVCpp4bzHsn+8gbQpiT6PvDqXC2y3G0++AiA/epzxelvLfEHO0W39IX0H54PVhWPSkqhe70jjtuwaCA=="}]},"hasInstallScript":true},"5.0.1":{"name":"utf-8-validate","version":"5.0.1","dependencies":{"node-gyp-build":"~3.4.0"},"devDependencies":{"mocha":"~5.2.0","prebuildify":"~2.7.0"},"dist":{"integrity":"sha512-Qef1AuiWWxQeZ1Oa4DTV3ArRafpZvsK+CLrlB8khLfsV+9mwhj58hNSGmel0ns5jYP+3yEwav6vxxW7Gz85bVw==","shasum":"cef1f9011ba4b216f4d7c6ddf5189d750599ff8b","tarball":"https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-5.0.1.tgz","fileCount":11,"unpackedSize":258270,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbPcuqCRA9TVsSAnZWagAARCwP/A8u1cI13Z74pTVCwqPw\ni5xGCzrSwuiZE0aspdTIy9eM99AAudQ2vhZIomKIhJfr1rUqnWS41KbdaxU9\nygK275DiEhWvN6uypPbLkOXbeeDgTn/MsLtejR5FC3nN7mBdfTD2tMioSvKY\noOU7LaVb+DRCJAJ+rshIC+JsCzEW9z07BB/iZDRdvNRlCxIFk1kZIeE+51Er\n+ebkj9daEgT3tAOBrqVfzh7JNuirLLAeb0oif9puwxmoSRJfT+pxHbyZDYR0\nCnaEV3yDS+XEeSeEQNP3uLle12NgSo2O1rnriK3p1fwC8nUBm4n9NtX7E/WH\n3McCkKoPyJTgBAqBZ5O+aYs4vSF8aHg2GxzeFKqwnPrtZVqq30pSeHC0SKcz\neIxk94WCDOn4271LI5dD0+YTCdAYo3frNRD2pN7EDLzmGkljhKT88FmnBeS1\nSqwo5e5amZtUmM0EgChSJUhB33v2PC23GZj+vncDm0whrYPjX9DaIV+EBbMy\ntS4o3zRYCGsujR805fH4wY/dnm1ZeOeN4CFTpQdngfrtFzqXR+dCFCUEkUHt\n/Qtch339+FGiJvZnapl8hRYx/+f66mf485+/QoBUDY2DrK+nZL+/7HDeK2DY\ntNBIWFq7IVOg4MOIV4nal9NMRYHCpqMmJMfYz0UPjeTTl016RR9Tw3cR3ifk\neDyW\r\n=v5g6\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFYAGiSyjhBYtM8NjXEYiU/+5AfiMD+C/BDukYmC7yJ4AiEAi5q7PiSKWXgRZcJYI8o8+Ykv5MK7oJxmvsa/7ZZNh7E="}]},"hasInstallScript":true},"5.0.2":{"name":"utf-8-validate","version":"5.0.2","dependencies":{"node-gyp-build":"~3.7.0"},"devDependencies":{"mocha":"~5.2.0","prebuildify":"~2.10.0"},"dist":{"integrity":"sha512-SwV++i2gTD5qh2XqaPzBnNX88N6HdyhQrNNRykvcS0QKvItV9u3vPEJr+X5Hhfb1JC0r0e1alL0iB09rY8+nmw==","shasum":"63cfbccd85dc1f2b66cf7a1d0eebc08ed056bfb3","tarball":"https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-5.0.2.tgz","fileCount":15,"unpackedSize":509350,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcH0YjCRA9TVsSAnZWagAA6wQP/0Mh0L2SC/GmnWc8cMJX\npzmpYIiMpX0I/UkfJJMDZOyk1mnsXRlTAC/W5PmZNyGfnQmT9ctNfl82GnYC\nv07DnoflCtdB8005FFgrVsSkk22NfQn49ld5wKvmSUymKh8+7/qw0yZuE4hA\niV6RLrC5oV1ZDcgnMIT2qe6hktslWYt65X6Ea0N8TrAjho9Fw5tgJFg+MLZB\nd8d70ju5MKOHSrUV8livsHXhdy3GvrOByvxdvOxqXDh7kc6QTN1l/4pOC1Zr\nS5OU41SqalPo/LFmPw+JFwQI4T0cTgBuZ/feUfk2TPIlmaN5+znrSXChFRCs\nUrBSXUcdtJhNJPxFohzDf+n6FP45rvJqN16uHr4rzYBgR1Dj60N7oVm+xYIi\n6Bd9L7Tgpv6ZWIdMCROkCdUFCz/V78No7z6/zexXEX3xllZECQQwwNZsLGy2\nIbnBFhd+jJ69MqtW6VpAzTCfoRpDR1CXiA0pBPL10TSbpGE3DGj4B/iS3qzA\nTtmLp2zuLz7/MZIe0eu06H/pUXnDf/TxcQcU6tG9ZCf2cJWpkbUq68NhSxCR\nPqoohh7vozErPm8eXqz5uHlZNrIJhwy76CKkGEjn65dbADZv42splHDtVkek\nmpRvmD5qbqSTb39g60ranSLgRlGwN0nBmnTH5oLi7FnPoHPVlR0fj2Pc7aXN\nunt6\r\n=uPp5\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEqoZQZOCAf6ZHunufG3BPvSD+ngVjDWkAAqRJyGRGLXAiEA5k7DkyafYnIdBITOVZzxvEdUZKoNb94QfIECIWku/Zw="}]},"hasInstallScript":true},"5.0.3":{"name":"utf-8-validate","version":"5.0.3","dependencies":{"node-gyp-build":"^4.2.0"},"devDependencies":{"mocha":"^8.0.1","prebuildify":"^4.0.0"},"dist":{"integrity":"sha512-jtJM6fpGv8C1SoH4PtG22pGto6x+Y8uPprW0tw3//gGFhDDTiuksgradgFN6yRayDP4SyZZa6ZMGHLIa17+M8A==","shasum":"3b64e418ad2ff829809025fdfef595eab2f03a27","tarball":"https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-5.0.3.tgz","fileCount":11,"unpackedSize":921513,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfnXc3CRA9TVsSAnZWagAAQaYP/AntVWD37GgeHOq16usF\ndTubgwLNkS7LtLasSr9wNNDjDtXz1gVgg60qaKa0/P9bNmOEAkNpnT6mYlhO\nY6/ALcyiURHqr4hyIkwzumW/iIKD28Kq2I+CHXXQZLAvImB2ohU//XYU3lBe\nbslCL9KVroxvX0jX6NpgXsRpWJ+T5PiSiHSwUVOK91zMIUGxLheK3XHGYdtL\npGuIFZa4wPRBdC9IqGAe1sQyIhYpSINFBI5cvlm3TXqCTokofuE/8hxZ3lWx\nBzrLlaOnDb2MfxuaEcIMaoIb8ghp/WJu0eh1CtR8mzYIbHROnV5xfTMMoQiX\nJagwl8nEoZBr4xRqav9mT8aXXQEpnZMiPL1DVws+TOw4xwBEvMIfDfZWTKnO\nFvpkmUoWdj1EufD+/THBU+HPdEONA+qBi3MIRz+urnsAtYOR2qHRN1dMP+AC\nZUqjrxlpDsmv7RDiKawBr0824KHrRw/muRv0WnbFI340SN068hy4sT6lv2f2\nP70lAGiDj9UBV35CmD/NS5WIJenlWCwVvTiPEV3e9Y3BljDfbWYV7EUqpxh+\nVHIr+LaRb9tkB9tJbo+ilJqOEeiBuku5pa8+l5HaWPGDqMBucHyAp/7q0TZC\nFe+UeZBik0c36oUSXV5OpVE2gzApxUT7vPaLfbnsWAmvoox35QIKtSAw7xrl\nQ/tg\r\n=myC5\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDNat/aJb5etPcSgZRWimTnM70JrkimsAVk1by6/vpd9gIhAInHQhRllT3EGUmjFfkoBtkQ74JpsX/V5OnBqftYudYk"}]},"hasInstallScript":true},"5.0.4":{"name":"utf-8-validate","version":"5.0.4","dependencies":{"node-gyp-build":"^4.2.0"},"devDependencies":{"mocha":"^8.0.1","node-gyp":"^7.1.2","prebuildify":"^4.0.0","prebuildify-cross":"^4.0.0"},"dist":{"integrity":"sha512-MEF05cPSq3AwJ2C7B7sHAA6i53vONoZbMGX8My5auEVm6W+dJ2Jd/TZPyGJ5CH42V2XtbI5FD28HeHeqlPzZ3Q==","shasum":"72a1735983ddf7a05a43a9c6b67c5ce1c910f9b8","tarball":"https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-5.0.4.tgz","fileCount":14,"unpackedSize":275898,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf8hlCCRA9TVsSAnZWagAABSQP/1134KxSZTBg3u3GNT4f\nl0YpA9rXyVGUGIGptQPyH2VN95cbULWl42hgMSEXidXa0L/J0SysPGDXkKft\nFRMptAlD/abh+6+fz/lkpIypmgcER7BSLA0qrhalLpMLHYXhJDJm6k+u1mMJ\n7BRH/pIK0AQ5K24KaPUR96GrA1rohVpmrJIyOfy9YiEVfNco6elK/JpM9/bk\nwS6x7zmyteNrAvvqufN4GH39WxAXj01ey+mRMgQUT/gFTfx3xcHtmRVJa7OM\nCjke5t7enySboINDBwms9LDh3+t68iGyrq7xwdkbqbynmO0CcWKmO+HoLGWJ\np9wMnbsh7AVWxy6xyrpbFgH1WHgIvY8iRR4x5pEC49/wG8kMnwX56S/IGJA3\n9a5iXm0iUFiWNcsTzDakm8DIAfVhk5vaxPcbRsx38kGBFuiySJYOspjujpI+\nSU5gXoxa97pi+ho/NbMBAWDBF0l6NzgU207l7A9kmWFkSzO8dcOkn6wFiqSr\nHU/iBuAR+twMvyPHbHTRZ31uGL9jTj76XJOpl9chOBM9hhON8EI4KyRYd2s+\n3VjTjp+SUNMLR20LLdeMxQ3Whc/tE25Z9SlHcNicVKyVjNOqeK/lmP00vwnw\nzNdOhm7S8FnMxaH7NgPiDju1O8AHAifpjvDISIM8DhlfCOv/2TnXhprTdLQ0\nu5sF\r\n=AHA4\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAMiowksL+/ek8Y4Ee+h6IbNnogbLwVXRcwEXfvz+gmpAiEApBKM1hbXF2M6pxIw8QXABVw86lLAEVD1qC7ly9folZA="}]},"hasInstallScript":true},"5.0.5":{"name":"utf-8-validate","version":"5.0.5","dependencies":{"node-gyp-build":"^4.2.0"},"devDependencies":{"mocha":"^8.0.1","node-gyp":"^7.1.2","prebuildify":"^4.0.0","prebuildify-cross":"^4.0.0"},"dist":{"integrity":"sha512-+pnxRYsS/axEpkrrEpzYfNZGXp0IjC/9RIxwM5gntY4Koi8SHmUGSfxfWqxZdRxrtaoVstuOzUp/rbs3JSPELQ==","shasum":"dd32c2e82c72002dc9f02eb67ba6761f43456ca1","tarball":"https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-5.0.5.tgz","fileCount":14,"unpackedSize":314805,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgkEXjCRA9TVsSAnZWagAA3OEP/3HCms4z1W8VIcC9ShyS\nZjce4p8a2yrWb7I0Wg6B36LgjYOmg6aDh7ghSa2BPblERmAvhWPzG9cIqV3e\nG6MUot8aSpajhbldlE0Al4PnF3aGHjpNRjj8H9aQFBUT49tTwMcqoounkJf9\nYGgCjcA+sL3IAh4CoG8h0rCbNF6TiZhl0Eibbq3Yat6LJHXL7BTz+vObOpdb\nSqBp1fElu6+DlDzDDc8mHQn/Jpe5SmHtsFqdhYWr6XMmKkSyIZq3oQ5WKhda\nE6FortzofIwJogqkWWUyei/LnOSBNoP1x79VGsnV5M53A2UPhRYEhOVIhJwb\nfHXEaCyCsJSzHrrcQ2AQaJEB8m6Uqnj8VRpprDnt4H2ZFjU7JeKU9gM5M7Wg\nBHgDVPQZonGo75cAbF+Wp7zzPNR1LiKfrrQmeL3GkM9J6Z3TqBHu3ZOx4Ngs\nHrur0TRwohjSGRtAk4sJzjodkCs4PEuPcpc7rUFrUS34dWJ3drdtGNKChUke\nlTrJQuyQ1H3Gg/+xi3lIgMHKHeXe+AEs02mhHMLjnyssY+zDGgnuSoZkg+gJ\nItShD00fyN11OnucNv8QGNs/nsqih8ezXnRDlDqSyHFG4hMZcE5iRW7RBWF7\nhFeq878mTXjqHc3kq7otkbbQgtAA3yft/VPcRCECNUu7lPl/YvbU/gLgdRzk\nFG61\r\n=v3u6\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQChA+Ibo5PLF8PZofKrywWPwoMWD4bj0xs6ET/p+lcbQQIgZnb+s2bS/HmHp+c3/eYUwPmF/wD3GysSfymDBMIou7w="}]},"hasInstallScript":true},"5.0.6":{"name":"utf-8-validate","version":"5.0.6","dependencies":{"node-gyp-build":"^4.2.0"},"devDependencies":{"mocha":"^9.0.3","node-gyp":"^7.1.2","prebuildify":"^4.0.0","prebuildify-cross":"^4.0.0"},"dist":{"integrity":"sha512-hoY0gOf9EkCw+nimK21FVKHUIG1BMqSiRwxB/q3A9yKZOrOI99PP77BxmarDqWz6rG3vVYiBWfhG8z2Tl+7fZA==","shasum":"e1b3e0a5cc8648a3b44c1799fbb170d1aaaffe80","tarball":"https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-5.0.6.tgz","fileCount":14,"unpackedSize":417613,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAHLzM2Kxi2l49Knet6VFk73s4mcThGP/stFi3nMo/zBAiEAzR3wN6koy8SBKJQX5dD8QmsU4BCnHscJE10DHLE9GbQ="}]},"engines":{"node":">=6.14.2"},"hasInstallScript":true},"5.0.7":{"name":"utf-8-validate","version":"5.0.7","dependencies":{"node-gyp-build":"^4.3.0"},"devDependencies":{"mocha":"^9.0.3","node-gyp":"^7.1.2","prebuildify":"^4.0.0","prebuildify-cross":"^4.0.0"},"dist":{"integrity":"sha512-vLt1O5Pp+flcArHGIyKEQq883nBt8nN8tVBcoL0qUXj2XT1n7p70yGIq2VK98I5FdZ1YHc0wk/koOnHjnXWk1Q==","shasum":"c15a19a6af1f7ad9ec7ddc425747ca28c3644922","tarball":"https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-5.0.7.tgz","fileCount":11,"unpackedSize":400442,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDQuHmuuYuo4upFcZAMHttHoWNpguWVDK3EYIUfjRstwgIhAKLmhk3vBibYNR1vzycm9CFBlFLwPvMEz/HsIwBKqDJn"}]},"engines":{"node":">=6.14.2"},"hasInstallScript":true},"5.0.8":{"name":"utf-8-validate","version":"5.0.8","dependencies":{"node-gyp-build":"^4.3.0"},"devDependencies":{"mocha":"^9.0.3","node-gyp":"^7.1.2","prebuildify":"^5.0.0"},"dist":{"integrity":"sha512-k4dW/Qja1BYDl2qD4tOMB9PFVha/UJtxTc1cXYOe3WwA/2m0Yn4qB7wLMpJyLJ/7DR0XnTut3HsCSzDT4ZvKgA==","shasum":"4a735a61661dbb1c59a0868c397d2fe263f14e58","tarball":"https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-5.0.8.tgz","fileCount":11,"unpackedSize":400001,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh0V3kCRA9TVsSAnZWagAAmckP/jst5gc7RSb3ZRPLMzlr\nqi8sjo4gKRT7chdNU+IJGx7ACF7CP5ciBt10a78iTFC5e40YjB/gc8XbhY4/\naIx6cMAicPNJz43mUmzt1KqxGY10m9CzOsePdAyv9LkQu61u9yXlXT/pB7cj\nJ4oXk3kj9SDbaJBa7fglSkdZA2D8OSh4NHHLbdjfBGHkHarVIuPLm8NyNB6Z\nuSeQzxx/fBboX82pW5Z4xawUz3nCHnBf3yPEZhtWQD8z2iyNRBCQVpFAh+ib\n1qwbZJ9coJIF3xaB5pW0/sy+zVESyDwHABF1beQ6hmNI+nh0uEiZwvM75GAO\ncSHVgkVctJQNT5KEWUy7e/0VoTBc1gHK4nz2lTdsd0eLrZrIlmPfbeaOVMck\nYSnP2OmBbfJ2Ody37eI4qX5u1IFI4tRUI2QSkqhX3/pnuV0E3XmSc+nRcXUP\n14M4Vdh/JTA3+EpHA34kEZ4iF3H5ysHDbE0GWzF6/uwsaS9PIkGwaHzcM/K7\nZ04f+oxpeJTMEAubHdcLeta74V5gLOgueo0LuKAgRYkEbgs8kD3EgxOs6fiU\naXRCwWf/kJiMlhB/90qD6jRdpUqah7khkBL7VGJrTzRt3pQ5CutjGX51OrT6\nqnF8Ev/bL9eItMN+vfJTOp5yY7e1rf1mI9nhU1m9M2W4p+pUWiy0Js6HKhHT\nkt92\r\n=fF1i\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCp9GAUvpBuYEdbtf7tFDQg/gDikBk4NIR7dM9HwjJjEwIgY4bHWuVESK4NydQ/27bOJc8bcooG0S6N3v9p2gL5Jpk="}]},"engines":{"node":">=6.14.2"},"hasInstallScript":true},"5.0.9":{"name":"utf-8-validate","version":"5.0.9","dependencies":{"node-gyp-build":"^4.3.0"},"devDependencies":{"mocha":"^9.0.3","node-gyp":"^8.4.1","prebuildify":"^5.0.0"},"dist":{"integrity":"sha512-Yek7dAy0v3Kl0orwMlvi7TPtiCNrdfHNd7Gcc/pLq4BLXqfAmd0J7OWMizUQnTTJsyjKn02mU7anqwfmUP4J8Q==","shasum":"ba16a822fbeedff1a58918f2a6a6b36387493ea3","tarball":"https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-5.0.9.tgz","fileCount":11,"unpackedSize":400793,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiJ7KpACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoQxA/9GUDUcPcRbl5dMU4t8Dq2ruDOpFysyM16cHWcRe7u57xXj4Yh\r\nAgNmzdSeN2/wikU1HwB4ssumka2x1RXBOnC8hJMb7AvKZFDIsH5c+nTH1abQ\r\nZ+l9qlaSlFY3Fj4rYkUMXB6Vb3OKX4BYEuzPuzvniyxWQgLUFi3BJHK01nzt\r\nXb1Lkb1lXdWDO04Y6VLcJDsXeTfPZEk5oBU5oMel8rER/QY/UNwo7Vpuvix7\r\nzIldY+3yJ8q3emIOfX+zYmSS5V8Z+BI1B58S/txfnbjIaqGpJmtkIz1p8a+3\r\nXphWBEzS4+mX9skS/riMmho2Q50w+MK6zcVKfTAvgJEkyQhjNcZBRaPvduXd\r\nBrge6GjAkxQhP40oJ/j/lDerc+CjIho076anYW/2MeTHmmP6CIBnq/Ujuaji\r\n6Lf9knTPVA4Ga/6LZSTQL2zsxwCts3NQYC5i2OtHhxVRw0UVne3Pq6VMCvm5\r\nfEIqxQtPP+BiiHp2QU1DkFRhTMewa43hYLUc6C2cTRPw3XRht1fegQV5uMPE\r\n8YytzgAbIM2uIek217/TEM7tZXQeeknlLtVMSkps5mzUtGtdf27lUwBmRBIt\r\nHxgdPJosKvoKHYzOmsjSXfsg9O46CZMOLD0QTEr5i56mPmptYXuG0vise0TG\r\nu+Bx20/JSRhv1oephmZMMKBPsJZAUBvKsbE=\r\n=+xkv\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDq8QvqQRTelx3SFyAzIBxWmCbzCZFlgeMmFhRLJ6l9tAiEAih+S5Fdk6zrml5fNyWP657tZDOdSsFsMTWqnyyDnkGU="}]},"engines":{"node":">=6.14.2"},"hasInstallScript":true},"5.0.10":{"name":"utf-8-validate","version":"5.0.10","dependencies":{"node-gyp-build":"^4.3.0"},"devDependencies":{"mocha":"^10.0.0","node-gyp":"^9.1.0","prebuildify":"^5.0.0"},"dist":{"integrity":"sha512-Z6czzLq4u8fPOyx7TU6X3dvUZVvoJmxSQ+IcrlmagKhilxlhZgxPK6C5Jqbkw1IDUmFTM+cz9QDnnLTwDz/2gQ==","shasum":"d7d10ea39318171ca982718b6b96a8d2442571a2","tarball":"https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-5.0.10.tgz","fileCount":11,"unpackedSize":402875,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCk1Etvkn9znvQZ9QH16RxJ878DYqeRSNCrfYizQ9yAbwIhAJG4JriA/JhFnfxkhIP0qQHmllm8RDn7Kl/q56jYJEbJ"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjTq/qACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrzmBAAlus7NgLqT5DxSvFyrzpChKXwBpjGi0oCX5sFH8dEXDm5khBG\r\nOpXZm/Suyn9o0cyCU9+NaOt3AluhzcKycL5nLQCnV7pHHAYznIC7hlDagpwq\r\n5p8jJbRvwddQO9UabPtao8th9sVW+iDfNEAFjZqk0yc2eQF/cZHwP+IphX1W\r\n3hloElIfNSffdOcOyJhW2J8QO0IQwNEfAoBpAQ6jtt2xvxTpwm290a9qMREP\r\n5TXVN8NeI0dNfA4oBe6m4U439hrYPBN+D4Jz4UAIitHEE2DgnlFvIHBxIRe4\r\nFI686oV3uk4bIVj9HJcBqFJGrrnwhiM4oBPI5NX5ROtEfQreAbFCbaUa6G+y\r\nIcNHQ22Van6oVyT0DIJIg6Mjw0CJQT488IGCg5oCTnhp79b7HF/TNSzxVCCY\r\nLI7rj5ZGBKZUr5IkRopHXaCDGD8VIemjbe9lFrRXenZ3QGs1ANmbOUStPcyC\r\npxVglrkzsl2xnPZPfxWK5UwzBhFq38yC74NOQKAnEmugfRhYc2LmOcX9804G\r\n5xKvackpiLujHHDAhJ59HHnCykdt1m4uilHgj1p9jEoKGchlEVJuAPoMdDmo\r\nWO9KWz0tx/4+qfGmQSBxEuU8YgH6vJajgz0jgXeNN8S83wn8TXnoJU38mtir\r\nhk5AdqdnkTfptRN4OG1HU/V4xknV8ymlJNg=\r\n=V35M\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=6.14.2"},"hasInstallScript":true},"6.0.0":{"name":"utf-8-validate","version":"6.0.0","dependencies":{"node-gyp-build":"^4.3.0"},"devDependencies":{"mocha":"^10.0.0","node-gyp":"^9.1.0","prebuildify":"^5.0.0"},"dist":{"integrity":"sha512-OCJuwxQsnG51swYmNloViggxNOFO/leOZpnb/vVeoastJbrzrZZU7lGsYlUcdkCl9nsBu2nkKLjpljb3Ckvb/Q==","shasum":"91a169e91ee5441a2bab5f059f4a39cdd402caf2","tarball":"https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-6.0.0.tgz","fileCount":15,"unpackedSize":705783,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDsOsrs3kTY27hIdEJMBCzpL1GJDsTnvgC4y5ORCne4LwIhANrtkrQcgTSRgZndbQPZ7chhKteOkTxJNegy8yZ21vi/"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjteagACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpTVg//U8x6J9RhwgSVnRLFEuJ7M1gyCdOI2c4tSqT9mMa7zoD5B4aR\r\npv6/n9dxZHIvxS0LBFF9tBZxb7E9sfSLmSSovfJSXtqjusrHkp2ZVsZWouaK\r\nGc8oZX/gjKJNPk88hmO9JcAX/Ypkc2Z6ApsE6Q8QdiNXfC40HxK+l/neJ8v1\r\njKi1wzAIYsMzME1ZQ7JldE/vpZP4J+zQ083A0UYin73FRbaJQcKgf6zhLVAR\r\nHRq8ueWrhBe4NBClq/nVcjo6j6tfeFC3sScAfGX0eCa0s5v/LOfXwPGX0Asj\r\nbOVqxnON++pzw2XfTuoiBglRH0RQ252Bneg6zujFDtfVMO958B7mUL66HcLa\r\nKvwfhTtbYoYlg57sOkGTajZq5Czgpx4J9s0pouzGpoczjEWAdEE1ZXjccskb\r\n+Rhrt5ER3MQfdc4g4ThNS69k6dSdbcajB3ODrMqgLMGLgoI/9jEoGkc1Jghi\r\nLOyBboTy4lQede5h2Q0oX395M9sCji8pynKXRPW3pG31eTIn00nsBUgVm5gz\r\nDIgFhG8VHfPMUneJMIIXLsH/bbyT/bB+y5rYPD0aQxReQn7SmrMHQgHGxs/L\r\nlQCbjjN8slPRaoogeWYl8/ysDvkh7/AHdzSfEy6jQRxJ8MmkHriEO+XKo38P\r\nU6geQY5MWtO1lIUctKNZA9wnKNFgx3q+BpQ=\r\n=Hqf6\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=6.14.2"},"hasInstallScript":true},"6.0.1":{"name":"utf-8-validate","version":"6.0.1","dependencies":{"node-gyp-build":"^4.3.0"},"devDependencies":{"mocha":"^10.0.0","node-gyp":"^9.1.0","prebuildify":"^5.0.0"},"dist":{"integrity":"sha512-gAZEa1DMXeBiHEwxef81kLtZjBrC1hib7UWnsvMVtxY8oJGtDSXt9McWu2D6V/xgrjbfRBsS5UIGEUBg2SrAsg==","shasum":"ca94aac987856c17c1b556b8b692323de98f521e","tarball":"https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-6.0.1.tgz","fileCount":15,"unpackedSize":709616,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD8WT4mbF52/87SaE7SW8OJLAEk9vIK7dw2PM5Vqtj4iwIgTYJzxccWpn7PXRjRmepXq9oubBodcRhBPZx2RUGN7vU="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjzD3IACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrYkQ//R3/07gOBEwpkXqugGalDPx/fmvBtnX8aU9d9cf5pRY+wyAP7\r\nNwpFt1hThnT8ghq1M9z40PzSMgoPDd8dl8WX0Fr838B7ZMluT6Yc0vsuLToc\r\nYAL06cefnsxeEn03KPmv+WxB1cPeKncm4uGhkogK3kBrLyu4rr3JftQkJ/lJ\r\nRnYYyy4cm+AetX/uUOVVIHUvBQGz1VDXHtFnpF2KjR5hCnu3M/aIoXWs9O2H\r\nIHJLqi8JMnmZOzCEDgba5B8T9PteAD0kBGAGWXZoBaJyJGwFc9QWDlv+IOM7\r\n6M+OLnjqAi25GUziyA7Yc41Pq31uprWw/VkORhUNAgNdbNf0ZeLIJhbGntas\r\nMkk/YYqfgbQChUZjXop4Sk5IsoJ+5Wh9oBJWxgwgvY9hvKvcAj4kSKMrSESr\r\nLInCDaEF+PzD78qVZgQ7tV4OHPMvwZrhiUJIexZRKXo4wICe2FH92N41No6b\r\n+5V5DuJU3AUHTuAD4qESOCpqo6BAz3BLYRjc7c0Ck1YNBESsaQGGrMv2Z1x9\r\n9hBxXTPPJTkiDMf51I0ZRKfDWsP82SiwlXnQHXsdj+e/yPU0fYsyZXuteN92\r\nW/7gJz8EAbprzyMx9CoAmYKBN5c4unGhhZjiwJa5rcfBWUqmw2Xxw7xL3io0\r\ngr1phXyWtOjy2kRlFBWAFo2DUKNC920MQRI=\r\n=9lyz\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=6.14.2"},"hasInstallScript":true},"6.0.2":{"name":"utf-8-validate","version":"6.0.2","dependencies":{"node-gyp-build":"^4.3.0"},"devDependencies":{"mocha":"^10.0.0","node-gyp":"^9.1.0","prebuildify":"^5.0.0","prebuildify-cross":"^5.0.0"},"dist":{"integrity":"sha512-yd7PQEOW+EgecUzSD7XUXTyq/vREGXk7t7fzGfOvwOAr0Z64h5rfGrmkNk8+ddVmf/FrkjPPhVyYBa7fuSPVTg==","shasum":"2d80529963e4cc55ac5a1ca9dafdaa990d5ea16b","tarball":"https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-6.0.2.tgz","fileCount":16,"unpackedSize":744378,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDAYNb2E5aQ2f7FGC/3+h6Um6Cwiszo7+ZfxhyLxUfTXwIgWYMhoxodYtlOCiGMTq+HwEBGUDXyDz9oduaCqV35wKA="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj0uP/ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmryWA//R38mwvwZyxUD7hLBNbJ6K9kwipqy1jSxaUkuKNW8ley/HNH5\r\nbISm+nxN/zd7WrVLonJR0PXtKHqWmQOqIOmbvi/wxCSVol86D3khPFrDVpbW\r\nVvatc0RwovVcsBJe+X3dYUvVPfV6HysfF7jI2vrd6DY1nlKc8o2BUiunJ0c0\r\nv2ON0kV9gMA4XUcQFTQNYAyXJhUGQ6ganlU6HLMuDasjEqoaBgxtjuL7+Qgp\r\n+6IxPWnoaegu6oOfFvliDaQTxB1pS0yc+JbCjwjKXHrQ86DaReM0lhrQQylU\r\nyZ8HFUe8np76P0hPBlJ2suRN8OhnyHhttBwbxDI4z7vIOFM8p9+8z3Hm0Rf2\r\nw6M2ExJOM1z9u+RKIMMBemqokiudP0Iwzq1ETwPNwL1bahnowZr9C/H2EOm2\r\nougIVdtefPwc7f2M2BhVPzdzb7DhGfpcIXcS09N37THe0oYMo+sfzqJAQxQx\r\n8HmSgJAX6s66SipQwVpLY+x4XfcBRgFmYzb3WGMYfiQMuASo13Uu8MvyvRsy\r\nEjWnoAMU2bcInCjFmc3ik0JdWKColBm3MEN8W2MTHp9G5ue9ERqZOisz+Y16\r\nFe2N09TtU4zBDjDgBwpiEjx18kGKBUXcmKFQ36sm8D27b3HqLiPTu+UqkNVK\r\nCYXBHzEtZ+c+vrCrQamZotTkHRi58zmrksI=\r\n=kTYW\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=6.14.2"},"hasInstallScript":true}},"modified":"2023-01-26T20:35:11.340Z"} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/content-v2/sha512/8d/a4/880f33fda59552e197d0f93cefb625a17691611364431f3f10264a57f522292eaf3c56e785e63270eadfba09441c02803ab7ec7cf4c2eb580aa97c313c89 b/software/flow/.npm/_cacache/content-v2/sha512/8d/a4/880f33fda59552e197d0f93cefb625a17691611364431f3f10264a57f522292eaf3c56e785e63270eadfba09441c02803ab7ec7cf4c2eb580aa97c313c89 deleted file mode 100644 index f4a246d..0000000 Binary files a/software/flow/.npm/_cacache/content-v2/sha512/8d/a4/880f33fda59552e197d0f93cefb625a17691611364431f3f10264a57f522292eaf3c56e785e63270eadfba09441c02803ab7ec7cf4c2eb580aa97c313c89 and /dev/null differ diff --git a/software/flow/.npm/_cacache/content-v2/sha512/8f/66/e257befa1d76f621b21ca761b6e30e7422a21610d0e72a2b66d158f9e2f969c3d11f1b363bc7b9dd0916521b3ce6e1fc832d20d0fbf732a59429b83431c8 b/software/flow/.npm/_cacache/content-v2/sha512/8f/66/e257befa1d76f621b21ca761b6e30e7422a21610d0e72a2b66d158f9e2f969c3d11f1b363bc7b9dd0916521b3ce6e1fc832d20d0fbf732a59429b83431c8 deleted file mode 100644 index 346f9e6..0000000 Binary files a/software/flow/.npm/_cacache/content-v2/sha512/8f/66/e257befa1d76f621b21ca761b6e30e7422a21610d0e72a2b66d158f9e2f969c3d11f1b363bc7b9dd0916521b3ce6e1fc832d20d0fbf732a59429b83431c8 and /dev/null differ diff --git a/software/flow/.npm/_cacache/content-v2/sha512/90/95/041073495383146a565e171908e81644bb813652dcdda46984558347c342500547c8f9485fb51a80bea399af98c520c528b8b3dc2c43bdd120454d5fd790 b/software/flow/.npm/_cacache/content-v2/sha512/90/95/041073495383146a565e171908e81644bb813652dcdda46984558347c342500547c8f9485fb51a80bea399af98c520c528b8b3dc2c43bdd120454d5fd790 deleted file mode 100644 index 636ca07..0000000 --- a/software/flow/.npm/_cacache/content-v2/sha512/90/95/041073495383146a565e171908e81644bb813652dcdda46984558347c342500547c8f9485fb51a80bea399af98c520c528b8b3dc2c43bdd120454d5fd790 +++ /dev/null @@ -1 +0,0 @@ -{"name":"@socket.io/component-emitter","dist-tags":{"latest":"4.0.0"},"versions":{"2.0.0":{"name":"@socket.io/component-emitter","version":"2.0.0","devDependencies":{"mocha":"*","should":"*"},"dist":{"integrity":"sha512-tfCc1aFpZQtnVXQhZDlwefCmT03U75O/NNd65X37U20r6vfERhwRBcZYANnFt0/GEU/Acb3Z1ZVeK+qbV32VJw==","shasum":"b572d18d8f6189f7ece78863d5ddeb944edadab9","tarball":"https://registry.npmjs.org/@socket.io/component-emitter/-/component-emitter-2.0.0.tgz","fileCount":6,"unpackedSize":8384,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBeNM/QE5m4KTaF+5/1oeNbd41qOcvodT7cZ/4aFw/UzAiAyIKstKW4ubCT/8c90bzBh7Dq0PEVRIxsqhR0N/fv9hw=="}]}},"3.0.0":{"name":"@socket.io/component-emitter","version":"3.0.0","devDependencies":{"mocha":"*","should":"*"},"dist":{"integrity":"sha512-2pTGuibAXJswAPJjaKisthqS/NOK5ypG4LYT6tEAV0S/mxW0zOIvYvGK0V8w8+SHxAm6vRMSjqSalFXeBAqs+Q==","shasum":"8863915676f837d9dad7b76f50cb500c1e9422e9","tarball":"https://registry.npmjs.org/@socket.io/component-emitter/-/component-emitter-3.0.0.tgz","fileCount":6,"unpackedSize":13392,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh2bm0CRA9TVsSAnZWagAAmEMQAKDedaNc5sy0mqnaSCeA\nFQGIXt5dGHhorbT5PJF1W1wDR3hwnEpd7NIm/OQpAGjetRHOIdHS8ynpN5gu\no6rDOVQsZuOXhlT4AHIx0AhVTS/QpbIlWOYd6Lbj0wa1JWpqdoD1ccOFwChU\niDCaQjCZJDdIGVVaB8C7meCWyzRyXdKQWmhIrNF/G6c/INzKUxTJzKlmZigw\nMji5XpNZwh/kPNfXwzU/Zn2Ix0L/bs3NPD+CWhEP25pG5ilMnkPlF1Vy1Kxy\nPK3t6UnuJx+nPd6m/Q/SQJIrKoCHsC1DgGfUS6pYrHwhnDL3Dj57qR8dMopD\nThAmr3MX7OfLMMxKBP+1z13p43jflF2ZQsMhRie9XTL6nAekwWDYnoG3ImLK\nS96Aumbsornp1zrDia/2/30y7B7XBMHpvF7BQeYKw2WothMAL97L3mpXRLLF\nSRdeOv7yPxdkq5qDIzTSmutqHgbCMTmNG+hQiiqrpKYLMY91v1zRM6qk3P86\nJ2YLpP1VlRnKuNCfkhs8YTVpuijmiMwruRPhpCWJzdRN0TBR/W5RquOPzlY3\ny4OTifVp3oXl+Yr62J1YU9KAscx8A8WExFlsO1oHajyzNLZLNQ1832l4v+M5\nmKR6PliBfjP+qhVnE9CyQRzxaVn5IypkAy6gmXL5qtWCZK7yixnNt+vmyDBr\nguzb\r\n=U/ib\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIC8PKHCbmJpt1dKR2lIT4xBu7WOY53yqufmxk9SGg51fAiActnNYM0R5SakIUqAPYUb0zimQszTJbmxHJeFDZq6k8A=="}]}},"3.1.0":{"name":"@socket.io/component-emitter","version":"3.1.0","devDependencies":{"mocha":"*","should":"*"},"dist":{"integrity":"sha512-+9jVqKhRSpsc591z5vX+X5Yyw+he/HCB4iQ/RYxw35CEPaY1gnsNE43nf9n9AaYjAQrTiI/mOwKUKdUs9vf7Xg==","shasum":"96116f2a912e0c02817345b3c10751069920d553","tarball":"https://registry.npmjs.org/@socket.io/component-emitter/-/component-emitter-3.1.0.tgz","fileCount":6,"unpackedSize":15327,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC+BXbDeACATdWZPDyTt6B265zP0Bv9y9lmu3XikekjEAIgcU2xaemPoTCG9A/tvDMMj2/DYo0I+bRkrLc0nqne5Xk="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiXIT0ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmof8A/8CkQswTw1Mw7oLsa8ah3UHWRfNrCnTpaiHsBgptZRoXlbYjHh\r\nkSW2kQ/JB+4kxTMMSLxVMD1hrupjHhr8nLJsUNu+czYPoJz0D8TYH4TYzLJr\r\n3XumIpwqUjQneEm3+CesK99aJaU1d1Lxu8zHSetaB937nigeT+/whRjeSVt4\r\nwqtive2njQ0MtiENJ7L/A0yEUDTOSKzm9F2KvDB4rMF5w7a1njMJyF3HX9U+\r\nUg+grZS4e30jFb1FebCkVa/0zI3hvqsJPiPM0gvpn/E+OHVnibj7OgykkvMJ\r\nKVuCk0C3UDASX7tDvFBy/5ZPormvqFIP7eEuwopqfI61nOX2OZWWBMWnkZmy\r\nbkce6GEa+K4/e1v9kaobAArZ5GyrMdw3Zf2eqfoL/BYSrll8nG8gKxLZ6Qxu\r\nbJg3bRk4o5Zi48OiyXXGFL+EJ7ap/Qx08foVe1jwvLmammswXI/jfeOtDB/j\r\nmQ2FyD2jjBPbkzQ9pPo5yoCnySo0gIAmuqveCSFCWOeM/xbb0cJl8ACYZo3z\r\nAtealMFBWTX6evY7TQiGsuOJndbJTBQntIcq4UzPTubF9JE3pCd9OUeNU/Cm\r\nbPdmQBAkc9WBxIdt77msKAQygju1phZuF9tG8EYwFzgn4ZjZM0D9WUJZP032\r\nx5+KIAkRNH5gTz4ldqCYp2zynKz5mqxPddU=\r\n=q57U\r\n-----END PGP SIGNATURE-----\r\n"}},"4.0.0":{"name":"@socket.io/component-emitter","version":"4.0.0","devDependencies":{"mocha":"*","should":"*"},"dist":{"integrity":"sha512-2WNKxlj1JdjMDc3REbalzBNL/3fPu1gqA87/aU3BmDJGDAy66zjCNHAwa5WuWU3IXJwwqN8s4c5j4XfneMEsqg==","shasum":"aff621061b46be36f14e9a532c59ac44aaef7bd1","tarball":"https://registry.npmjs.org/@socket.io/component-emitter/-/component-emitter-4.0.0.tgz","fileCount":6,"unpackedSize":15317,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIH+V/cBadlborTAklr9yb7OCATwXx1Y80hdKYktkI4WKAiEAzlno0tiyodebS8H5xfvIcr5tidBan6oOQr7/5PvCscA="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjfMyMACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo+Wg/+MeqYRoglNO3piYEWGfzEujX7+Ctb45QqvrQY+51Ng4wGRHzL\r\naQS8xn6Je6c81vXHHBWC55moIqplAtUYwW0nxsQjd3ByzxhUBtPw1ho4SQtf\r\na24xB3G5T42GR463CnQPg+oKXXRfoJZPlyWp+DWbkDGjjFqDvCBx4D2oc7Ap\r\n6AbkMBj8QWSFU9GQNznqyXy6/j9h9FVVlGMkPgi+qxPTVWNtnPjqXOvIWMOL\r\nValj498C4Gy+XSkmPsyodEAtG6X+FeMJ5Arebyq9AtNOOIykZuGTPd2EHgP/\r\n/dkhjrENywRd8DqNAIXM2EYjwwHCqnwhTS27ZUArEBvuk8IDUGNYITwEj4OK\r\nfsBlNOnNYM7hsK+LP721ZwgzG0RrF/s1TnA2yixguH9Meqzo0MlY3ypJEjcr\r\ncausRu7weJCbCaPcrlLCMo7mhl7Qly0ibYvZ3Ggb+qVG6noJ29I3V/7inQ83\r\nXR5YhAyQ2u0Fcb7k3efNPV51OcuXptBRE7jidBKoMXaE7CfLU8z3XwMzd2QH\r\nLy6VTnnr845t5xMw4iTfb2ZhVKhKDUo6WoWJfwcqHn1hHepHW+BA7OQUaetA\r\nYl6e5NghrP0C8liS1rgiCU1AGckDWosrgqLqcU+w9H/SMHMLhTRQftGJDdqX\r\nZ9jgaHGcA2JpRmJ6syoUc8Nh8tODCmHnWMo=\r\n=6tEa\r\n-----END PGP SIGNATURE-----\r\n"}}},"modified":"2022-11-22T13:20:12.584Z"} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/content-v2/sha512/94/67/b7e28e841e3f72dcab6cf51e1962cfc6afee8decc09a3252050371754763b9fe6ecad3a0317d278ee79df43c411113afd6c8483796cbb2c3818794f647a2 b/software/flow/.npm/_cacache/content-v2/sha512/94/67/b7e28e841e3f72dcab6cf51e1962cfc6afee8decc09a3252050371754763b9fe6ecad3a0317d278ee79df43c411113afd6c8483796cbb2c3818794f647a2 deleted file mode 100644 index be1e124..0000000 Binary files a/software/flow/.npm/_cacache/content-v2/sha512/94/67/b7e28e841e3f72dcab6cf51e1962cfc6afee8decc09a3252050371754763b9fe6ecad3a0317d278ee79df43c411113afd6c8483796cbb2c3818794f647a2 and /dev/null differ diff --git a/software/flow/.npm/_cacache/content-v2/sha512/9d/70/a093475aeb53907aec5906b1f7d647f9091c3818ede5239fc0cb617aa51d768619f6af252f1ae164b915b60d3e243c70a913ab61e6716e89c1cecda2763f b/software/flow/.npm/_cacache/content-v2/sha512/9d/70/a093475aeb53907aec5906b1f7d647f9091c3818ede5239fc0cb617aa51d768619f6af252f1ae164b915b60d3e243c70a913ab61e6716e89c1cecda2763f deleted file mode 100644 index c1faf4a..0000000 --- a/software/flow/.npm/_cacache/content-v2/sha512/9d/70/a093475aeb53907aec5906b1f7d647f9091c3818ede5239fc0cb617aa51d768619f6af252f1ae164b915b60d3e243c70a913ab61e6716e89c1cecda2763f +++ /dev/null @@ -1 +0,0 @@ -{"source":"x8CjZ7kQ8UjOvUepeRpksFGHn8jN6j6IizZetr7RF1QDIJvv+bRc83v6Q0yvV+oKKNP6HbPb6Hmv9M5G7di76g==","name":"@node-red/runtime","dependency":"@node-red/registry","title":"Depends on vulnerable versions of @node-red/registry","url":null,"severity":"low","versions":["0.20.0-alpha.0","0.20.0-beta.1","0.20.0-beta.2","0.20.0-beta.3","0.20.0-beta.4","0.20.0-beta.5","0.20.0","0.20.1","0.20.2","0.20.3","0.20.4","0.20.5","0.20.6","0.20.7","0.20.8","1.0.0-beta.1","1.0.0-beta.2","1.0.0-beta.3","1.0.0-beta.4","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.1.0-beta.1","1.1.0-beta.2","1.1.0-beta.3","1.1.0","1.1.1","1.1.2","1.1.3","1.2.0-beta.1","1.2.0","1.2.1","1.2.2","1.2.3","1.2.4","1.2.5","1.2.6","1.2.7","1.2.8","1.2.9","1.3.0-beta.1","1.3.0","1.3.1","1.3.2","1.3.3","1.3.4","1.3.5","1.3.6","1.3.7","2.0.0-beta.1","2.0.0-beta.2","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.1.0-beta.1","2.1.0-beta.2","2.1.0","2.1.1","2.1.2","2.1.3","2.1.4","2.1.5","2.1.6","2.2.0-beta.1","2.2.0","2.2.1","2.2.2","2.2.3","3.0.0-beta.1","3.0.0-beta.2","3.0.0-beta.3","3.0.0-beta.4","3.0.0","3.0.1","3.0.2","3.1.0-beta.1"],"vulnerableVersions":["1.2.4","1.2.5","1.2.6","1.2.7","1.2.8","1.2.9","1.3.0-beta.1","1.3.0","1.3.1","1.3.2","1.3.3","1.3.4","1.3.5","1.3.6","1.3.7","2.0.0-beta.1","2.0.0-beta.2","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.1.0-beta.1","2.1.0-beta.2","2.1.0","2.1.1","2.1.2","2.1.3","2.1.4","2.1.5","2.1.6","2.2.0-beta.1","2.2.0","2.2.1","2.2.2","2.2.3","3.0.0-beta.1","3.0.0-beta.2","3.0.0-beta.3","3.0.0-beta.4","3.0.0","3.0.1","3.0.2"],"cwe":[],"cvss":{"score":0,"vectorString":null},"range":"1.2.4 - 3.0.2","id":"/M7e7YL7fJ+2rnl48L0aPLXvxB1Eyc777GZAg9XIyc5Bj4HXBEi3mMpd6N9+wav0hmnV9cByb0BmIA4JwH8WaQ=="} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/content-v2/sha512/a4/c8/4e7c50cf8aff6de638c85e41e8b169a44b241bbec80454d933d044476ee2e1d93ffb8f832aaa9cf9db715ef0c558f3d282e9287f41f4b6b0cf928e014373 b/software/flow/.npm/_cacache/content-v2/sha512/a4/c8/4e7c50cf8aff6de638c85e41e8b169a44b241bbec80454d933d044476ee2e1d93ffb8f832aaa9cf9db715ef0c558f3d282e9287f41f4b6b0cf928e014373 deleted file mode 100644 index 666f034..0000000 Binary files a/software/flow/.npm/_cacache/content-v2/sha512/a4/c8/4e7c50cf8aff6de638c85e41e8b169a44b241bbec80454d933d044476ee2e1d93ffb8f832aaa9cf9db715ef0c558f3d282e9287f41f4b6b0cf928e014373 and /dev/null differ diff --git a/software/flow/.npm/_cacache/content-v2/sha512/a7/d3/af98e21dd6879e9f1746f8b2d18f3c798015e5e9c62a6c22b497a874caed89507efa376eeca6ae34e1746009557ebe7bdfe4d79860049238863f31b10802 b/software/flow/.npm/_cacache/content-v2/sha512/a7/d3/af98e21dd6879e9f1746f8b2d18f3c798015e5e9c62a6c22b497a874caed89507efa376eeca6ae34e1746009557ebe7bdfe4d79860049238863f31b10802 deleted file mode 100644 index 3d0e45f..0000000 --- a/software/flow/.npm/_cacache/content-v2/sha512/a7/d3/af98e21dd6879e9f1746f8b2d18f3c798015e5e9c62a6c22b497a874caed89507efa376eeca6ae34e1746009557ebe7bdfe4d79860049238863f31b10802 +++ /dev/null @@ -1 +0,0 @@ -{"name":"lodash","dist-tags":{"latest":"4.17.21"},"versions":{"0.1.0":{"name":"lodash","version":"0.1.0","directories":{"doc":"./doc","test":"./test"},"dist":{"shasum":"392617f69a947e40cec7848d85fcc3dd29d74bc5","tarball":"https://registry.npmjs.org/lodash/-/lodash-0.1.0.tgz","integrity":"sha512-ufIfwX7g5obXKaJhzbnAJBNf5Idxqty+AHaNadWFxtNKjGmF/ZO8ptSEjQRQRymBPZtLa0NV9sbrsH87Ae2R1A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBB7pdqPfBFUsZQhVr3woDJ7/bbRWV3tlXQZNp3ivosbAiBMhwfq9fqaJvFFX1/scqPbIywUUZCQkfJaISqaJbZX2Q=="}]},"engines":["node","rhino"]},"0.2.0":{"name":"lodash","version":"0.2.0","directories":{"doc":"./doc","test":"./test"},"dist":{"shasum":"efaa16fb4614bdce9a7a9fdda487125d3fab38a2","tarball":"https://registry.npmjs.org/lodash/-/lodash-0.2.0.tgz","integrity":"sha512-WUvXFMYqweevRJzqnj5G8pJ2wOjNHTnP4+x+qBdoGstLRo3oWob98Oydu7fMD3bZJ2oXrzx5AJBZoc/jlBfLeA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDqI9ix1b2CvBRIEAmBw9599iQB+RG4/Ns71Hix0xA9aQIhANODxwn1tYviwWSPBsWgtYH46txfftzT603ZjIzeljMY"}]},"engines":["node","rhino"]},"0.2.1":{"name":"lodash","version":"0.2.1","directories":{"doc":"./doc","test":"./test"},"dist":{"shasum":"fcdd734c401af6215d1ac511dc30e8003dde4607","tarball":"https://registry.npmjs.org/lodash/-/lodash-0.2.1.tgz","integrity":"sha512-rF+K2OphXlCLxiBFZHXnqXfP3xfbaF5VxS+sFZRLvqxHzHWPI7ZjN4HW2EkvoMu9cC3mVQ2HZPrC/4qYh3x3/A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDwqRt3zWu86t20PxfrTJBEa3OiX00S/Dg1z+kjvpBGxgIhALb+MZEIxvw9e2d2CfTKMpTYlUQlxeWvsQ0pASscWy+T"}]},"engines":["node","rhino"]},"0.2.2":{"name":"lodash","version":"0.2.2","directories":{"doc":"./doc","test":"./test"},"dist":{"shasum":"d79277dafa86346a181dd924365215b126fdf2cb","tarball":"https://registry.npmjs.org/lodash/-/lodash-0.2.2.tgz","integrity":"sha512-OPzZZb4xiAJMdQiiX0+lNENfJi2Q81d47msW92eAO53WsGvfSLPNuH3Y5rj16X95LyDJJFZI5oTyZH8hqw+YAA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDTxiOdJ8JtYNG0T9CK9nVkXuR1nZRrDh0KMLAsjI02eAIhAIcfL4aBSB3DNMeiaxh6L07xYrV/APe28idWpjUx2hGc"}]},"engines":["node","rhino"]},"0.3.0":{"name":"lodash","version":"0.3.0","directories":{"doc":"./doc","test":"./test"},"dist":{"shasum":"e7db413e8b50d48834e86f82c52fd64f0a9e5d6e","tarball":"https://registry.npmjs.org/lodash/-/lodash-0.3.0.tgz","integrity":"sha512-J/aUWOfASTdkrHQTrPFv15Z3jKM3YfRi9iw5iv3hro5A2yiPlDQONmhe/MFz5OR1l6gMgPz6iaTZP46NC6sacw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIG0RYm+Cmnh7wriDFJiG5ubPysJh+fd1fcwNZl70bcvrAiAcZpGSbMoiuguQPu9ITbHYhzAHNrTsS3xXnel4oIB5XA=="}]},"engines":["node","rhino"]},"0.3.1":{"name":"lodash","version":"0.3.1","directories":{"doc":"./doc","test":"./test"},"dist":{"shasum":"4449723baa6d2ff0ab710fd5e4ea70e06ad5e319","tarball":"https://registry.npmjs.org/lodash/-/lodash-0.3.1.tgz","integrity":"sha512-x6Ulr3iXKfQrRw0hgPDQK/KhIbxZFN5QDoxCYpGdm5hVAfXKncylMDLUCQIOlM49JNgJD3mFhGQNx/QjdUNqfw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHxASEWCv60aSrzbxhtxauIwQQ9CAVMcgdk4yaN1c4KCAiEA/ghAF3SQNHtkTcFDZN3tluHU8+2NHJvdi+xCxZuKD0Y="}]},"engines":["node","rhino"]},"0.3.2":{"name":"lodash","version":"0.3.2","directories":{"doc":"./doc","test":"./test"},"dist":{"shasum":"b28474cacc670134c856b24ad4183ff20dec7b8e","tarball":"https://registry.npmjs.org/lodash/-/lodash-0.3.2.tgz","integrity":"sha512-v7NeemI3apXsXmkaOvSw5bqHBCH2uvVH1WK1YY0Jgs4QYvRLp0fd+Gs1quMxb8rjI42NhhsaHh2I8fLMuRXH/A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBu/p3zhWMr0gx2Qr8G6qJMFRjRPrPnZiPlfe7Te0FbXAiA+eVd+96XZjfkpyQe9tCkHSFH5Hf/EvBKt7pfgHI+HxA=="}]},"engines":["node","rhino"]},"0.4.0":{"name":"lodash","version":"0.4.0","bin":{"lodash":"./build.js"},"directories":{"doc":"./doc","test":"./test"},"dist":{"shasum":"9305c807119214f9d9d7728d1f3c86c3881431f5","tarball":"https://registry.npmjs.org/lodash/-/lodash-0.4.0.tgz","integrity":"sha512-oQcT6m8qkgaNSP3s6+ysJD5CV7J7XPTD37AUor2osl+okrfZMj1mi7uBPkeSEWsBuxXHEm4GCftH94e+44lLCg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCiNr3NpcLddGfkXG5wFWvjSUzKHiZaPGVES4qhxhDemQIgIPC9LaJGOY/s0b9zN9VbZRPrL/VOnLpmqi6ei50VOy8="}]},"engines":["node","rhino"]},"0.4.1":{"name":"lodash","version":"0.4.1","bin":{"lodash":"./build.js"},"directories":{"doc":"./doc","test":"./test"},"dist":{"shasum":"56dda6e88d947361d53c075da64084be4b2b9907","tarball":"https://registry.npmjs.org/lodash/-/lodash-0.4.1.tgz","integrity":"sha512-V6kjvvv1Axc36Q73Z7Bq6fvGFD6fm7RVm/yhS1AWpxQHyqq/plg7IEVYU/uoswNHlkG6vNoDJek5lFKXA6aS6w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFNwGI3kpsrzD1Zz9w3vzxNX6UeTWtgqbba9Fjtl0Lj3AiBFYHCjn9CAzRVg+nh/BMSyx91RwnXsiNvMcOk3h9Zhhw=="}]},"engines":["node","rhino"]},"0.4.2":{"name":"lodash","version":"0.4.2","bin":{"lodash":"./build.js"},"directories":{"doc":"./doc","test":"./test"},"dist":{"shasum":"e152362a0e7c5ef8c35894e58d99a520c822aed6","tarball":"https://registry.npmjs.org/lodash/-/lodash-0.4.2.tgz","integrity":"sha512-T3HW30V48FSIMUbHQ1241toUKtuedXjdlMGwikYC3sypCr/hJ20INyEqu1NmLy1Ki+c1BWifVeA0VrnpCeGacQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCytyWE0ZWurVMPO2KF1LHO/T7EY1MDKgsUp8LO96ubGAIhAKd/5wBltMOSsv23AcnxyZXxVYAgQsoHGmEcnsJQqEQt"}]},"engines":["node","rhino"]},"0.5.0-rc.1":{"name":"lodash","version":"0.5.0-rc.1","bin":{"lodash":"./build.js"},"directories":{"doc":"./doc","test":"./test"},"dist":{"shasum":"b3084c61e5515d86cf680aca01a5840c51e15e6a","tarball":"https://registry.npmjs.org/lodash/-/lodash-0.5.0-rc.1.tgz","integrity":"sha512-BLGWug79CJFou7y/WPR6cE8jPMkIgah/af9fTvs7MK5qiIUCcmeFH6WL1bkFCl8G8yMUuIID7aaujehdyp6wmg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCCnBFCYV41jzZVYZ/CYUfnhH+9lh/V+XCs+IxhNR6V+gIhAKnOH2UhbvxKwu6go0kcfEvansWkU75/KGHxpznf/7Hq"}]},"engines":["node","rhino"]},"0.5.0":{"name":"lodash","version":"0.5.0","bin":{"lodash":"./build.js"},"directories":{"doc":"./doc","test":"./test"},"dist":{"shasum":"37f7912579b92139e9b657f2e2b80ab5c8ca4643","tarball":"https://registry.npmjs.org/lodash/-/lodash-0.5.0.tgz","integrity":"sha512-DE5+P5UOOeTIhLolU1V6qylAv+WnqNXieXjdw0HdKFhhn4XGifI18UiZWd1da1ZtWrXqhnhDpLQKQNBj/Gukcg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHzisxOCnXFwcfsiTAobTiLX2HUqvAsRxpSZU5maFwsfAiEAnEIHsuZ4q2riB5vaL74HpfwLjTMbZx9q0Kikf1AvUIs="}]},"engines":["node","rhino"]},"0.5.1":{"name":"lodash","version":"0.5.1","bin":{"lodash":"./build.js"},"directories":{"doc":"./doc","test":"./test"},"dist":{"shasum":"70a60e7ae06c7a0838cf44b96dab9d8cc1454838","tarball":"https://registry.npmjs.org/lodash/-/lodash-0.5.1.tgz","integrity":"sha512-F0Br1/oIhUjch7aa7WHrkz3i3Y1bJ4Io3vQ8r5L0KkW+DGDzabORXMjTlwmfMtUCQQC8pACRNm4LPcnE3SzNww==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIB4GRKz/3oBftnCAbxv2ixV7mVMfPUd3OuGk7LufIY9dAiEA8kxsNVuFnNNAgRAWp13ipXTApDKkWjjtKBo4X9LGQ84="}]},"engines":["node","rhino"]},"0.5.2":{"name":"lodash","version":"0.5.2","bin":{"lodash":"./build.js"},"directories":{"doc":"./doc","test":"./test"},"dist":{"shasum":"4c873f93bdddeaa07401a675f8e17ded5af9a827","tarball":"https://registry.npmjs.org/lodash/-/lodash-0.5.2.tgz","integrity":"sha512-fCK8wz3zQ8rmj9elvA8MsdA5IgmuaASVlL6kuYBF+2/GDYMNodIrzl7QKeHFiYxUhgMpDXtSohBpKEHw2l6ERg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDDXVdK2jIKtxgfLXf6cKNrfa4UxxLCTTlVSakbkA8zdAiBuoGdzbt236A0gtB036+1LQujVpFeOL1kYNUjdDaSFYg=="}]},"engines":["node","rhino"]},"0.6.0":{"name":"lodash","version":"0.6.0","bin":{"lodash":"./build.js"},"directories":{"doc":"./doc","test":"./test"},"dist":{"shasum":"78712a5c31fb040f4396e3c4d42884d4c75a3ecb","tarball":"https://registry.npmjs.org/lodash/-/lodash-0.6.0.tgz","integrity":"sha512-ifOsEB21qdwE/X4j0Icw5Ot6jdFrJVJQKqsgSI2nTTrsr1157ixUgTD0j7rxDTl8mraya/DqxqUKzxVSbpLFdQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBScxE5svCEwrF5D0P3M7ZEW/Sy99RdABldHNJYHSWD2AiAB1zhuqXh4+CH2jQlYrzWPdkJPxvg9/K042vl+L2Kbfw=="}]},"engines":["node","rhino"]},"0.6.1":{"name":"lodash","version":"0.6.1","bin":{"lodash":"./build.js"},"directories":{"doc":"./doc","test":"./test"},"dist":{"shasum":"9b093d490fd4fc50091609a92f4bbb5d10396357","tarball":"https://registry.npmjs.org/lodash/-/lodash-0.6.1.tgz","integrity":"sha512-OPb6TH8ycWKgocyPsP3KEP6q/2bqqGa0/Tm+BKpKE1M83hmFpI/2bmN/TYSAZLtXm4D8qFWQKjeOkeEn3+pw8g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDfHmKAtLFIxy8MheA28i6sQGsYq+oMxcdVrdjl4JZTfwIgWlSYL9jP3r4bqOnQkuStJ/+lYxJw8K1eBdDIZEfLhkk="}]},"engines":["node","rhino"]},"0.7.0":{"name":"lodash","version":"0.7.0","bin":{"lodash":"./build.js"},"directories":{"doc":"./doc","test":"./test"},"dist":{"shasum":"8d0649e1fcb58a546ae9cb9f86f61d442571ae83","tarball":"https://registry.npmjs.org/lodash/-/lodash-0.7.0.tgz","integrity":"sha512-agVE2mFWg/GfSdeIFIs8l5Mq8sh4rNBvDfTOqOPRkqqrT25z9bcTZemaSr+V9SS0IVHKNq28Gl3WYJrRQPFFYw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIARKv1cKFxayhFTMI9huapWa/tfF9aHeGf9/Apcmjf7VAiEA5jiddYWIYy65LvWW3I4DUbl/b8YpKcntZ0PnOl48HS4="}]},"engines":["node","rhino"]},"0.8.0":{"name":"lodash","version":"0.8.0","bin":{"lodash":"./build.js"},"directories":{"doc":"./doc","test":"./test"},"dist":{"shasum":"9c66ca5f6a886087b1f980eef2a3991a98a22f7a","tarball":"https://registry.npmjs.org/lodash/-/lodash-0.8.0.tgz","integrity":"sha512-KvKW++QipwbsGkAJ1z0hGM4NgfCKyltT71GyF7tLyymD3BKTcrxSuQA/gBx5kwKji10SziRP8j3Oul3jcCroXQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDwUfsRVXcYAP8iiYbEWB4GWAJ6ecKU1yFGN+l0bdpVyQIgHf6LDDxBQhNYHksQSUYbSd1L0QqLk8NG4nm1PqeyT0w="}]},"engines":["node","rhino"]},"0.8.1":{"name":"lodash","version":"0.8.1","bin":{"lodash":"./build.js"},"directories":{"doc":"./doc","test":"./test"},"dist":{"shasum":"e4948649217958a8413600fa3a63941cfb8f4bb6","tarball":"https://registry.npmjs.org/lodash/-/lodash-0.8.1.tgz","integrity":"sha512-bDYGM5Mgyx+00YUAJjcIoi4QOtTSP64KwtRpsoDSUkptiQfpjuIAldD5oR9W1tZmU8BNiPonD4CxtfQ3FVy4lw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBejANzfeHDwMVybGWBDiaMDyTpkf3l0bOKu67Y0ZVAdAiEAj4ZS0mJQP3wsUjZkOkfDmgrjt0L+CRDL9KpVvgYbsSQ="}]},"engines":["node","rhino"]},"0.8.2":{"name":"lodash","version":"0.8.2","bin":{"lodash":"./build.js"},"directories":{"doc":"./doc","test":"./test"},"dist":{"shasum":"4c59d6b23ce894412a13dab22304772d0cb11ae4","tarball":"https://registry.npmjs.org/lodash/-/lodash-0.8.2.tgz","integrity":"sha512-M+DpqmTu6ynuy13IGw1062/jOE8lNuAWad5X912Y4/l2EmXXlzKZu7KH7LPAETMllWQypknIlQPcIwILVLS5+g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBmuE6MT4/qgLBRUYrvDSV1FFU+szQ0nCeGUSsq8kX5yAiBHMOM1AdBKBiMim7zNAcvLXxqAdm869HqSgo0BZTjZzw=="}]},"engines":["node","rhino"]},"0.9.0":{"name":"lodash","version":"0.9.0","dist":{"shasum":"5647e17bc474a1903f4873616d5a2bc615d6620a","tarball":"https://registry.npmjs.org/lodash/-/lodash-0.9.0.tgz","integrity":"sha512-9GKocE3Wxer2MpDZvyC502zdGct3HplIfhCAxstyFqXuDhnD8bzsDKrulssxCZ0XtkZOois3f8Xu9RLTJ6tzNw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCwKivrLIEofa6VjbprFfQ/C7bKguiIzHJAlaEJTxzcWgIhAP2uOs5bCpvIKjBcrjmEIrnQtCurRkrolmFwrlNNvv23"}]},"engines":["node","rhino"]},"0.9.1":{"name":"lodash","version":"0.9.1","dist":{"shasum":"9009df00e6e3166935312b3a3edfd9dff06e3562","tarball":"https://registry.npmjs.org/lodash/-/lodash-0.9.1.tgz","integrity":"sha512-TwMDfvu57jxxYuFmj39eW5PKYNtC1+vQ8MDawNVC/OwyAiC910EszLl7tIq4L7kcsqJa48Wz85YIWv52DXfCyQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDHzCG2amKxitLW6ElkYAgBgbIjtw8h7lNUwoN+l4wwJAIgVphhbvEj1VmcqScbIKjmI/286crY1ZswO990aFAV3mY="}]},"engines":["node","rhino"]},"0.9.2":{"name":"lodash","version":"0.9.2","dist":{"shasum":"8f3499c5245d346d682e5b0d3b40767e09f1a92c","tarball":"https://registry.npmjs.org/lodash/-/lodash-0.9.2.tgz","integrity":"sha512-LVbt/rjK62gSbhehDVKL0vlaime4Y1IBixL+bKeNfoY4L2zab/jGrxU6Ka05tMA/zBxkTk5t3ivtphdyYupczw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIErIqxXrE921GKcSyIT9tZR5R2N0wi0GhNjwT21KkzDxAiAGiBped/hhARRL+p2vLglrM3MTgEwEkEm+fTVBr1rCFg=="}]},"engines":["node","rhino"]},"0.10.0":{"name":"lodash","version":"0.10.0","dist":{"shasum":"5254bbc2c46c827f535a27d631fd4f2bff374ce7","tarball":"https://registry.npmjs.org/lodash/-/lodash-0.10.0.tgz","integrity":"sha512-v56iCcHwqxrkkFW08F6GFAEYjL/E7Exbk2HZKhaZJsogEMSqse9as4Zmx5fmci4ZCQ/UNVoFHGudYzONfGxANQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDhEoqF/QW4H5iussTXNUoKRDh6b0wKJbN8zBn/TE8EzAiBUD6obxpVt/sGFxfVBAlgd8T9GeY353YG7Wl9vGrp1+A=="}]},"engines":["node","rhino"]},"1.0.0-rc.1":{"name":"lodash","version":"1.0.0-rc.1","dist":{"shasum":"4d25e7a3471e8c79f21a53bc9548ff4c3c751246","tarball":"https://registry.npmjs.org/lodash/-/lodash-1.0.0-rc.1.tgz","integrity":"sha512-RU2HVROwIiC4i0GxJXd+p8ZEOVIA2G30fA0asPT4OQhagGB/IqebmZHTebFoWmp/H6bwFLD3aF7pHh6NdqGvTA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDHesT7kzqB11TWID6sBjasLFp79QFKFzuFg6358V/WSQIhAKoHYU0bWX12RGjcaJiknB2/aCz2+STaknGfXRi3yiOy"}]},"engines":["node","rhino"]},"1.0.0-rc.2":{"name":"lodash","version":"1.0.0-rc.2","dist":{"shasum":"58c819a059ca25d52c289f7a01b419a4f3b945e9","tarball":"https://registry.npmjs.org/lodash/-/lodash-1.0.0-rc.2.tgz","integrity":"sha512-cOgWHORUWnM0YhviZKqaoTNZOp8t6VCBBfuFhPXIvff2jVOD+bCCJuWpu3+u3rfdyG5ur828hnxvWjnsyZh+Dw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDtACXMj9F+6D8gVARmB6kGVp+drF8mjNjWPGuGE8GOlwIhAJbc453EwJ46RIyOI2KmMZkepWEaoRQh5ENZFBJz9JXF"}]},"engines":["node","rhino"]},"1.0.0-rc.3":{"name":"lodash","version":"1.0.0-rc.3","dist":{"shasum":"807ec29d0b768c7bb1025a796b8dec137fb06957","tarball":"https://registry.npmjs.org/lodash/-/lodash-1.0.0-rc.3.tgz","integrity":"sha512-NJD0CmjjmQfqJgny4TwIqwJjuhD7QgTbMvhjG/tbEP5xzxUVyhBe7VR5J2AxX2ZDjIHBy1xFBcjcPMflaJiApA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGWqq4JN7sztJS9AiKsdZSVy/DajJF1KWLMA4aBci28FAiBk60Bwnnhtvs0NZXbmm1Iu5vrYPiVsNYu7RgsnF9OpJA=="}]},"engines":["node","rhino"]},"1.0.0":{"name":"lodash","version":"1.0.0","dist":{"shasum":"2535c2f7dcb6937cee8d2672c5f7138eee0df6a9","tarball":"https://registry.npmjs.org/lodash/-/lodash-1.0.0.tgz","integrity":"sha512-WHDYO0qSDoEe4PJznK52IoMBj2szpaTUnG6iJarwjeW0LymFN46KNDoiOLOt4OS78e1e+A9jQrfbMNxue6l3GQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFV/EJ9wWTdurH8MSzL0ncFov+gnTrRaMDJddmzmcNmlAiBOQ3Ls0r4vOT4QNrXNsc7JqtQZyBtfQtt7OC7wCMARsg=="}]},"engines":["node","rhino"]},"1.0.1":{"name":"lodash","version":"1.0.1","dist":{"shasum":"57945732498d92310e5bd4b1ff4f273a79e6c9fc","tarball":"https://registry.npmjs.org/lodash/-/lodash-1.0.1.tgz","integrity":"sha512-FgX9IMPSwJM589qAZJzLArkmvkqkZIAvgYVuFwXO/UFls4/CzTJEBECNAYkGXnfU14m8nptUlOl7bQpeWNmEbg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCID1pbjxjWT27ElDo5O2ogBDib+zyQvu5tFDuX8Slz6qkAiAQCMwr+AuzLB/QGFN9FKoBFbOH7f2tasly75jN1dhoCg=="}]},"engines":["node","rhino"]},"1.1.0":{"name":"lodash","version":"1.1.0","dist":{"shasum":"bd0bb7f858f6c09ae140f23869261e555bd6ec1d","tarball":"https://registry.npmjs.org/lodash/-/lodash-1.1.0.tgz","integrity":"sha512-KXV9Vye0OKVjfJYpkXYIx3Q8xa2c9rYPufqhnva6ck4PNK5WR65n9JF9a3ikWBS/M4rZjXVfWRqiqUcVYVIBiw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFNjUZy2p6z1WzrtgKRAjNJMjJuL4bOOeJNIzGOP1/YKAiBwr7UrHm2x78Y0/LUUETVne9qX+kgvinm4FPyXMPTPOQ=="}]},"engines":["node","rhino"]},"1.1.1":{"name":"lodash","version":"1.1.1","dist":{"shasum":"41a2b2e9a00e64d6d1999f143ff6b0755f6bbb24","tarball":"https://registry.npmjs.org/lodash/-/lodash-1.1.1.tgz","integrity":"sha512-SFeNKyKPh4kvYv0yd95fwLKw4JXM45PJLsPRdA8v7/q0lBzFeK6XS8xJTl6mlhb8PbAzioMkHli1W/1g0y4XQQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD+NB60W8Eh4nLn9ImVjHjVSAwloulxkuR5ljGi1e8qDAIhAKAyqWs90p9Ke7ZWit63lGg+I0CV8l+rV3I8pHnYWy3e"}]},"engines":["node","rhino"]},"1.2.0":{"name":"lodash","version":"1.2.0","dist":{"shasum":"5f16a3318ab3bf680c7b41b5bb6327e9e1086ec4","tarball":"https://registry.npmjs.org/lodash/-/lodash-1.2.0.tgz","integrity":"sha512-ExQAVirH2oQGyLAJv8jODSh25/hP2Fz24nn/7Yu6XeYcJKs5l/AY/9N1CZ85nykxoRkJBB6CyWrv+AxO3eSXyg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICaB5HmzSYcLUg8dLEOQqzf2XAZYVEQ9QKPUaYr+F96pAiEAwqAFHgbaJMyiQc+95lL8TLK9/9EvqsB/fyHm8c+x9hA="}]},"engines":["node","rhino"]},"1.2.1":{"name":"lodash","version":"1.2.1","dist":{"shasum":"ed47b16e46f06b2b40309b68e9163c17e93ea304","tarball":"https://registry.npmjs.org/lodash/-/lodash-1.2.1.tgz","integrity":"sha512-EKI82Edm8glH3FUu17sQIF+Ly1cW2ROPc0qgf1L4DBUysBlQVL+/b+WtufJw0O8FtMo7Vq9KTrzUboyWSgW/tg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDSjTW29K3t8UFQyE9zIxPXhH//YqU+l1jfAVs2XUbyfgIgXNJjkIczAOtDE/bQ7nK4iJJ53CuyNmnqPkv6/naq6JQ="}]},"engines":["node","rhino"]},"1.3.0":{"name":"lodash","version":"1.3.0","dist":{"shasum":"09f6f55bceac513ee5681665947630fa8ae7593f","tarball":"https://registry.npmjs.org/lodash/-/lodash-1.3.0.tgz","integrity":"sha512-hvb4OS6A2bHKEjqLNb2B724q4Q+B5z0yEX2/RstbFJXTZyx27aculQfs8v27wUehdWBSydJ+kCVSzJaXJY6dlQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHwVFvdtMVv90JJsKyusv6LTB7AsWRsXeLBJDQ7cu9urAiEAwR7lMOOrxD+3lZnynxQNE4R3kQ62cXFEztont/ii0ks="}]},"engines":["node","rhino"]},"1.3.1":{"name":"lodash","version":"1.3.1","dist":{"shasum":"a4663b53686b895ff074e2ba504dfb76a8e2b770","tarball":"https://registry.npmjs.org/lodash/-/lodash-1.3.1.tgz","integrity":"sha512-F7AB8u+6d00CCgnbjWzq9fFLpzOMCgq6mPjOW4+8+dYbrnc0obRrC+IHctzfZ1KKTQxX0xo/punrlpOWcf4gpw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDu7OBjj+3FqRl5/9zXbXe4s35eGL756qFwtJuursRtRAIgEVAENfyPJltEsYSNAcwDKl0zdjRRFKym3NiGkMQmBt0="}]},"engines":["node","rhino"]},"2.0.0":{"name":"lodash","version":"2.0.0","dist":{"shasum":"9dcf9e3fac04ad0a38c9e2db69c9fb7ce26dabc2","tarball":"https://registry.npmjs.org/lodash/-/lodash-2.0.0.tgz","integrity":"sha512-6Ebs0FtZaSrJX8Kr+yFYBlWpv5yoRWiaVQCeiSQiJxouECdp3JXvWiWymwsv3uK3qTmV3OB72nFc8w8Fn76imA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAf07yHSldOvpMnlSPbgqO2dYNNOpjUfzu2Igo67+jsmAiEA8Dx/xwRmAEJ7EoBCTXyCfseLK9rB5JeWJiVXzhNpdjE="}]},"engines":["node","rhino"]},"2.1.0":{"name":"lodash","version":"2.1.0","dist":{"shasum":"0637eaaa36a8a1cfc865c3adfb942189bfb0998d","tarball":"https://registry.npmjs.org/lodash/-/lodash-2.1.0.tgz","integrity":"sha512-5BzuEUmAfrZX28Zv3p6KKyIl3SnswGZblKJA3O20ZUDfBkqlXv87oMvmTsiQnM9g0dVXVOtKTuIIg7cnAGZICA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCVPQGpIF92vnN+QDNn3K+x643C+5mwbfa3mQftFmbf2AIhAKJbBejQ+4nFpk4K6cdQ2wCzCW0D5JSwfvYYXyZ87NgX"}]},"engines":["node","rhino"]},"2.2.0":{"name":"lodash","version":"2.2.0","dist":{"shasum":"6bd68cc1c37a3885c15211bbe1dce6d69f01e01d","tarball":"https://registry.npmjs.org/lodash/-/lodash-2.2.0.tgz","integrity":"sha512-2arP4V6OWGU82q5hCYAfjuN0mizPZV2c65j2aEgwjabPLYIuSfaJFoytcjR8I8bbDVYh1HMfm5OoGdv0BqzT6w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDO4jzTd48BBtsqpruikR8DGx4j/GpDKh8G7NUDN/fs5QIgZknscfF0ACPULdXqyeL4Y7Z5u7oaYXdFyIF+DJoWt/0="}]},"engines":["node","rhino"]},"2.2.1":{"name":"lodash","version":"2.2.1","dist":{"shasum":"ca935fd14ab3c0c872abacf198b9cda501440867","tarball":"https://registry.npmjs.org/lodash/-/lodash-2.2.1.tgz","integrity":"sha512-rGaKzxe4Biu8YdCPD/tUkBF4/fnAqgj63A6PeAyQnH/NEKNUHgppGZUgYBYOmAZsBKwwAb343Q1Zew0RDB2jIg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDewUY9jOPnx1AehLo/Qefc9iMH/sAIYPaXUAR+lepisAiEA9AB6+A1vkwwGYw1uMnoDvi/MrVg/MhxzmmpqiFTCZKg="}]},"engines":["node","rhino"]},"2.3.0":{"name":"lodash","version":"2.3.0","dist":{"shasum":"dfbdac99cf87a59a022c474730570d8716c267dd","tarball":"https://registry.npmjs.org/lodash/-/lodash-2.3.0.tgz","integrity":"sha512-1cKXXnLDXhXBP8H1ZECyE1znMFLUjMiV9WrVx6/Mi8Ocm/wwjuhWNpLFefQdv05+uMtIAdOVPnG3SFxcOUZzBw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCtMSfmC548FcEB97d08924MF6zm2MVK3lI+hVgM2sFRwIgWem5Aae/siMGmOVvnPwTzpoZ3sCtskMLgv+ZOSuFtGY="}]},"engines":["node","rhino"]},"2.4.0":{"name":"lodash","version":"2.4.0","dist":{"shasum":"55074982883381b6b7134b742a5900bbbdab6b09","tarball":"https://registry.npmjs.org/lodash/-/lodash-2.4.0.tgz","integrity":"sha512-nIjaweI+LHygGWjtPBi4E03eBE36hme8t0mgkl2tDJVOMBIH8P+m3FB/vdX1Tw5bmRqyRQzE0HBQ6uvlysC1xw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCaLW/Bj66Vs6zlcpbt+j2tT7zMQXjghkBQoKOtv9AwzgIhAKewSpNo1aT4/C1+r+zR2F7NHhCOGkxBC/YgSUNRO3EB"}]},"engines":["node","rhino"]},"2.4.1":{"name":"lodash","version":"2.4.1","dist":{"shasum":"5b7723034dda4d262e5a46fb2c58d7cc22f71420","tarball":"https://registry.npmjs.org/lodash/-/lodash-2.4.1.tgz","integrity":"sha512-qa6QqjA9jJB4AYw+NpD2GI4dzHL6Mv0hL+By6iIul4Ce0C1refrjZJmcGvWdnLUwl4LIPtvzje3UQfGH+nCEsQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC0wNQrE8Afpp7YnJM9KIHsQzspnni97l/xxjRr8WJtQwIhAP47PcnLvvnEdLqCpBlk7jHf5YNlqFIlwUTvxSQ1FfWu"}]},"engines":["node","rhino"]},"3.0.0":{"name":"lodash","version":"3.0.0","dist":{"shasum":"493364b7183a37104d65255f38b0fe5869cbe0fd","tarball":"https://registry.npmjs.org/lodash/-/lodash-3.0.0.tgz","integrity":"sha512-GFMDPshMSMkDX/6y0h60FED+G00qMjVGpi+obx0feBDpeWUC9jXDAA+OmnXa4sWDvgpY7ogaaHLDJz8jXyRLqg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEF1fZIQKmroUUkq/ZTyP1I4yINLf5B5M1gJpf/3/IPhAiEAiyMz6VSIDEqTyAo59SaEmykRi0I3wPNJWgOjxoODWn8="}]}},"3.0.1":{"name":"lodash","version":"3.0.1","dist":{"shasum":"14d49028a38bc740241d11e2ecd57ec06d73c19a","tarball":"https://registry.npmjs.org/lodash/-/lodash-3.0.1.tgz","integrity":"sha512-Hw4nFcX+LaJVkNNhjLgAlK82Q1/8DgCdaXQm2ZDQsZlqC6DiZcGhNSfguEesBBrITt8ZOgoMBUzUyWi1TaqLkg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDZevJbY6d7y/hz72VBEQaMDHSfUV9jTDqv28oxUFtluwIhAInZljemszFgao8j44tEcbcXlX3piPUcJ+7LjeygcmcF"}]}},"3.1.0":{"name":"lodash","version":"3.1.0","dist":{"shasum":"d41b8b33530cb3be088853208ad30092d2c27961","tarball":"https://registry.npmjs.org/lodash/-/lodash-3.1.0.tgz","integrity":"sha512-kH7H/6T8ut2DMWAHIKJWZoDzYdvy+echL6u2VZbhYYkEjr6Zp15Yjt9pPvIPQwAT/5QaQYdaVPwCcLMP9qeu0w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDL848azpgFY14bVmNTXvaUoGsCoNOQvDES19i62mXJeQIgHEOU6my9LnJvalVFb9vqD11bg+KEQ4gK4VLLy1WbBdw="}]}},"3.2.0":{"name":"lodash","version":"3.2.0","dist":{"shasum":"4bf50a3243f9aeb0bac41a55d3d5990675a462fb","tarball":"https://registry.npmjs.org/lodash/-/lodash-3.2.0.tgz","integrity":"sha512-pg876Sz2B6iut18K5PlFGZUxagOP9LACajQ4nzQHPZ8JcU15tviPV6q/u/dEQMV64TzKu8yJM3NprFxqRb3oHA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDn+GWJfeAYuRioVUtR8Aw+OgSYnhAeKOBoSaxGaDB/JQIhAPx+tVbbLqrgF5DDsd4TNb7D0zU0yySmdAA98bgxALAO"}]}},"3.3.0":{"name":"lodash","version":"3.3.0","dist":{"shasum":"011ce52d01b14e60eaeea76acb9b8ba42c70581b","tarball":"https://registry.npmjs.org/lodash/-/lodash-3.3.0.tgz","integrity":"sha512-gpux6tVfBHsUdUIciz5HoV0ChAxUTvi0ChpQMIjAsKtg6FTYFtd1B1G0JlqHvAio3teaMVGPDPk2seVq1INwOQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIC1JNl+rJDo9XNQ+hHRGKbLAvZ38IpZVybmx+OdBJFRyAiEAoZIZlgdP9oumqOQM6LhD/EWGdIvdroC1v+DWHtHSsyk="}]}},"3.3.1":{"name":"lodash","version":"3.3.1","dist":{"shasum":"3b914d4a1bb27efcee076e0dfa58152018e2042e","tarball":"https://registry.npmjs.org/lodash/-/lodash-3.3.1.tgz","integrity":"sha512-LwPGU4nXJqOmsJvDDwFl2vuaecFFqX1I8PMJJWbAAGIfhNK5+CFtd6fgldg9VFuOmy6WLi09sbBguMBAxaJbOA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIF/Hr4FzZDlltvTHomJigz/WltiAOWf/usEIDCkRjLI8AiEAwSndTTcSe/lLxVSYVWN3oQtrdDyE0izICaAbNJXXPKs="}]}},"3.4.0":{"name":"lodash","version":"3.4.0","dist":{"shasum":"7c39c1336faf5f96e6409f8355f26ea192f41821","tarball":"https://registry.npmjs.org/lodash/-/lodash-3.4.0.tgz","integrity":"sha512-nOn1D2yGLp11KdIHF/Ww1CYuB1LVaK4+n3/eQbFN5eyfqVHPiCFgJUrWoRoPdoDw4C+XJzycLHK8fLTCyM7MqA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBC8z8hG0gxd7S3KewADCfuj+/ceR39zqZLcA2l1gJZ8AiEArMnkXDgcQTEC06+w/2lgK4O7m1ghI5vqHXJD3yr1HZE="}]}},"3.5.0":{"name":"lodash","version":"3.5.0","dist":{"shasum":"19bb3f4d51278f0b8c818ed145c74ecf9fe40e6d","tarball":"https://registry.npmjs.org/lodash/-/lodash-3.5.0.tgz","integrity":"sha512-eC2gi6pEoXXAWKz1fKvWnA0wOdBPsvTVFT71szjM6dFoDE9llinK81xW4EH4QxF+wNZoVeLIxUp21BDPniMn4g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDnVG3YjiBN9DDsq+UbPrRivf85cXyjdPVDsWqW2sS7gQIgKyi0SwnKZ3aenzKjY3Y34jQnGa+UTI03QMvcmUWeEA0="}]}},"3.6.0":{"name":"lodash","version":"3.6.0","dist":{"shasum":"5266a8f49dd989be4f9f681b6f2a0c55285d0d9a","tarball":"https://registry.npmjs.org/lodash/-/lodash-3.6.0.tgz","integrity":"sha512-fysFKsJtaOtRGZT/b3Xx03iyEmO0zjU+d1HBH5NcEaUjtg7XO0wDY5I7IJFfr2rguJt0Rve2V32426Za3zYyRw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC6sgZGcY+taxwfcuI1gB2t88QQMksDdXm2/yoA5e6niQIgTBNdxWgWt0pwrk5qHKLcgoRrQzLxkHXzl9t32Yk0Uls="}]}},"1.0.2":{"name":"lodash","version":"1.0.2","dist":{"shasum":"8f57560c83b59fc270bd3d561b690043430e2551","tarball":"https://registry.npmjs.org/lodash/-/lodash-1.0.2.tgz","integrity":"sha512-0VSEDVec/Me2eATuoiQd8IjyBMMX0fahob8YJ96V1go2RjvCk1m1GxmtfXn8RNSaLaTtop7fsuhhu9oLk3hUgA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCACyYgVLYs/EuO4VvRj2ymK4QwA2xkhxCUPcwsjYOMtwIgFZtn3EOMBOlHVI6XHVF3+3gQ9eHRsw5W6Vw3/W4Lkoo="}]},"engines":["node","rhino"]},"3.7.0":{"name":"lodash","version":"3.7.0","dist":{"shasum":"3678bd8ab995057c07ade836ed2ef087da811d45","tarball":"https://registry.npmjs.org/lodash/-/lodash-3.7.0.tgz","integrity":"sha512-73GDDlioRJOCHV8N9gnBEpjdWI34+e9AvMnS4qdqdMfl8/yH/dJP1tfuqUFccZ/deZQlHuJiRSuKXjKIfDwBOg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFwJRskSs1/74Ib9D8kEmybWgCczWrILAu1Oo8zlihchAiBW8TwGFUAX3FwIXxgNAb8vOnPf5JedWCRLd7tR4CMqUQ=="}]}},"2.4.2":{"name":"lodash","version":"2.4.2","dist":{"shasum":"fadd834b9683073da179b3eae6d9c0d15053f73e","tarball":"https://registry.npmjs.org/lodash/-/lodash-2.4.2.tgz","integrity":"sha512-Kak1hi6/hYHGVPmdyiZijoQyz5x2iGVzs6w9GYB/HiXEtylY7tIoYEROMjvM1d9nXJqPOrG2MNPMn01bJ+S0Rw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDaAf5aD9/+mIS+6J7zxOTzl7xQzVcOIVI0gDarhgeBpAIhALFvoBlTaWvfval/HNXf5vUUmbRUfPCWWlZ5DrpCmyB8"}]},"engines":["node","rhino"]},"3.8.0":{"name":"lodash","version":"3.8.0","dist":{"shasum":"376eb98bdcd9382a9365c33c4cb8250de1325b91","tarball":"https://registry.npmjs.org/lodash/-/lodash-3.8.0.tgz","integrity":"sha512-u93G/0wg7ukZx5nAxzzxRvVsCnBATHNDbYLego2eokz4fvL/+nzJOIJS48ru7NlXnjthNw56mFpLlbp9SjUEgg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD0nHAC9Bjy55/iRYyPo89I3qCHR3l2NPN+r53P5mJr4QIhAPsNIXq1bZdLzdZ4mdd6mY7ywBwEoB/w+wzMEOM32zqI"}]}},"3.9.0":{"name":"lodash","version":"3.9.0","dist":{"shasum":"5bf547f9fcce37f78678859ba11854dc75ffa21b","tarball":"https://registry.npmjs.org/lodash/-/lodash-3.9.0.tgz","integrity":"sha512-ad4kdm6L5dPTQAx9hcmz6fX8c3oKMlRWdMAquKfLx4WN4jDQcXCdDQ6qLEszjpWUfYzfpw+aASTLsQJEArBDIg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCqcIhqM1B4egn1SqXRmKzhp41yxbd2Ajsf9SHZhez3zgIgFDmF6TAhtTZ+7jFhzsAA6QYjutBn8+tIWqRwBr7yG4A="}]}},"3.9.1":{"name":"lodash","version":"3.9.1","dist":{"shasum":"5102372ecaa2ccf71fec63b55b44642eeb77b59a","tarball":"https://registry.npmjs.org/lodash/-/lodash-3.9.1.tgz","integrity":"sha512-UQIAfzv9CTa+meu2L6aYg14hocAeeRLoNn4YfEWr842Qrp9wgWkpiW8V+/xwDHsMgSCWU/DNYI2FeYzhBwlCMg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDj8dMxcq8QerjxSX+CfFef32k/lvjFhXi+lZtaTOn9OAIgTXSjhNwP0zVtA1CM3RnO7J/MWeu92Y/tv8KDiN/sk5c="}]}},"3.9.2":{"name":"lodash","version":"3.9.2","dist":{"shasum":"e86b404e374a7787fd272be086991b7bed2ce06f","tarball":"https://registry.npmjs.org/lodash/-/lodash-3.9.2.tgz","integrity":"sha512-dVjBoiZBcGClNGpTaW8CiL6Xn06hHp9qwT455o/QZhkUPjOSPWyW0F1fPJUU0u6prVRrqP80iq9bAatv7c+zXQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDh+flnTqKw7tum6UCRuYQfPFbkWJSsVMkMY4gO3SkfLgIgWUAZBs4lF5qNyY5TBj1c/WdFgOsyAsqyuqRmSx8fxkM="}]}},"3.9.3":{"name":"lodash","version":"3.9.3","dist":{"shasum":"0159e86832feffc6d61d852b12a953b99496bd32","tarball":"https://registry.npmjs.org/lodash/-/lodash-3.9.3.tgz","integrity":"sha512-v5SKZhnCUujcTpFpHEIJZDVcBM2OYjROx732HyJ6kzKZtwStTb4LG6noqmK9etHqDNhf6X7itXx5s0hTpAXPpQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDaUoBVFAGBV8tAzpbJ67qUP1naxYB/jDeEo1SuEK2yaQIhAPaLQO8srBCW7xwOiAkkd14U9ilMqD6DqBH9kpdScak/"}]}},"3.10.0":{"name":"lodash","version":"3.10.0","dist":{"shasum":"93d51c672828a4416a12af57220ba8a8737e2fbb","tarball":"https://registry.npmjs.org/lodash/-/lodash-3.10.0.tgz","integrity":"sha512-y4sq/rWWfUsEaOR6VYulMCC6QzL7mqb5wV8R09xGUJZ84UoBkn4/nNqZ04YSqXkEQOQabBRKxk3xgzgig2h75A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDpR1NyV6+AJO/5nh67YmA1nOfwjg/E5qGeGR8E3Enw0QIgOB9yJyCzOduewLuctUfI5TfOIEo2w2mSwWdjFtCgE3Y="}]}},"3.10.1":{"name":"lodash","version":"3.10.1","dist":{"shasum":"5bf45e8e49ba4189e17d482789dfd15bd140b7b6","tarball":"https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz","integrity":"sha512-9mDDwqVIma6OZX79ZlDACZl8sBm0TEnkf99zV3iMA4GzkIT/9hiqP5mY0HoT1iNLCrKc/R1HByV+yJfRWVJryQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBxAQzodSNS2eFAV7mOwTrdTd3gonBDAtt+RCWtWm7VMAiA//VanNTbFCQfgRvcnhb+AOtzYjqGWHio9zEP7Sn0PhQ=="}]}},"4.0.0":{"name":"lodash","version":"4.0.0","dist":{"shasum":"9ac43844c595e28d30108b7ba583703395922dfc","tarball":"https://registry.npmjs.org/lodash/-/lodash-4.0.0.tgz","integrity":"sha512-bWpSlBobTcHYK9eUzcBYHhSBGzvSzEsxocnW5+v7p6wCRlY1icneTe2ACam3mGdAu82+RLL32cmyl7TRlJHqZw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDmLVxGDydgXRr6XOm4n+ttpLWEyOMT9LEHVyzI9hkRZQIhAM5gnqk2BxUYewBS/6tpGpe4YwdrtvKlSUb7yIBaDRal"}]}},"4.0.1":{"name":"lodash","version":"4.0.1","dist":{"shasum":"cd8c902c9e03f2e69ce3e0e456d505ab89eb98f4","tarball":"https://registry.npmjs.org/lodash/-/lodash-4.0.1.tgz","integrity":"sha512-jA3EFncTLSpNOJLgZUlI7Xrsg3t/DYbgPuRVD1qbLoyUXgzUEvB0EpJimh+WBM6CUNtAyKJ1CVPD+7wE+LrraQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFCoyoaUXfT7mfszfUU/ZlyjHft5BXpQ+x7jRlWePYjHAiBPk72ecwXfvzVLApibIaGc8U4NYcaEwk8VKEzRBxg+og=="}]}},"4.1.0":{"name":"lodash","version":"4.1.0","dist":{"shasum":"299894283de01a9eefbedff4c4b9b00a6a2e6e96","tarball":"https://registry.npmjs.org/lodash/-/lodash-4.1.0.tgz","integrity":"sha512-B9sgtKUlz0xe7lkYb80BcOpwwJJw5iOiz4HkBDzF0+i5nJLiwfBnL08m7bBkCOPBfi+0aqvrJDMdZDfAvs8vYg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFF5nQ7MjsJ7TKgq5ux3fONhTXBjjI1y+t5ApPWMswf/AiBqkOpdCRhZSNy3m/CXPEiuClXygxIH0u7Cw5bvQKK9MQ=="}]}},"4.2.0":{"name":"lodash","version":"4.2.0","dist":{"shasum":"0506f4dad737c79cb2602ac11f8b74b7136464e8","tarball":"https://registry.npmjs.org/lodash/-/lodash-4.2.0.tgz","integrity":"sha512-snufRc058TNWSy4Y0drZ8p6/ntrD0UnJHe+NNwLQaJW7dk1Ig9rnKwFmdWwP9ObKJzO2bvc0wWcbeL9pnKyhBg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBoh1EYQjFjjCFdkyJ+Kro8b7sOMpmB7IP/gqmJDaW+MAiAJBtuZ3vdI1YtQnbMKM6eSyU2+FK/5PnXpxqUPEhAN8Q=="}]}},"4.2.1":{"name":"lodash","version":"4.2.1","dist":{"shasum":"171fdcfbbc30d689c544cd18c0529f56de6c1aa9","tarball":"https://registry.npmjs.org/lodash/-/lodash-4.2.1.tgz","integrity":"sha512-GZttIEgpAXIRPojhmAjK8qs5sDIYi7Usv7vp0l2O6ccLU9fxZB0TtvkemdjHyljjMFQt02w4lhKLyvB5YH2C7g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIA6K9Vl5DwBuKjKhCbcQNjv+a24NO+kWLnp28JEDRA60AiASYiJH37gigMaC1p+kyDjK1mVYgzCjjqLvOUCHNoE2hw=="}]}},"4.3.0":{"name":"lodash","version":"4.3.0","dist":{"shasum":"efd9c4a6ec53f3b05412429915c3e4824e4d25a4","tarball":"https://registry.npmjs.org/lodash/-/lodash-4.3.0.tgz","integrity":"sha512-JDXk2rxAUY3cHGG9OJfRbhd7zc2feQRdMthkMdqmK19l0+ojybg9ISylGUnmqHtteg/wXH8QudOLN+RKgKNKIQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDo+pQRjuSrkIymrTFJ5ZLMFhJ5fMSGy6rAT5mtIqszgAIgNe/MlCfb9h0M+Zk7raXkSbhnkqSc38XclD1bL0Ej5WA="}]}},"4.4.0":{"name":"lodash","version":"4.4.0","dist":{"shasum":"bc5c6b741d04d53111b26cf1a2feab86c268cd7a","tarball":"https://registry.npmjs.org/lodash/-/lodash-4.4.0.tgz","integrity":"sha512-yE9fdlwq2UjPVJphtZBgIJaF7a6Y9gK5B5FCHPcZiOQ694DQ28pAN5jQTcR21g/P1O5RjpX8+nryVpRgnHrQHw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDJkt9wpBY8TVQiMtoXpdHzo0Tbb1wKjqfzaK7MBa0b/QIhAI9PYhw8VohUEx1GcOyh+lBPzMjIq3jZo47Xf+ZTLClf"}]}},"4.5.0":{"name":"lodash","version":"4.5.0","dist":{"shasum":"2284aa06f5b136adbd954b903511b62fc39d1f59","tarball":"https://registry.npmjs.org/lodash/-/lodash-4.5.0.tgz","integrity":"sha512-QX5CQiKEsYsnEvcTGDRDcq75WePSnzrptmplm8BIARgWrDmdjg051fpi3FGhDdwGhlv6Q4HZKwNYrUb3cQ8Gtg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDieqM6tZFXRpyANVuESVEESRV4Ofubvq2ejfPNRVSCFAIgQa2HOf2NUN8vCQdUuvKHLTetgGKwkDWq9e4ZqQbfsa4="}]}},"4.5.1":{"name":"lodash","version":"4.5.1","dist":{"shasum":"80e8a074ca5f3893a6b1c10b2a636492d710c316","tarball":"https://registry.npmjs.org/lodash/-/lodash-4.5.1.tgz","integrity":"sha512-N6UtfG+knq6dx13HVBHXsSagpSAQsTM8GHAv//TNcEMPc1ayGEb8wcAUvNWx0x3Xpd7PTP6hhe6AoNeIiq/IYA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDM4TKjUK82qHHZO1yFQTDWzsxtfFXoDlpyluVh7rF/gAIhAO69yq8/h8zkc9XX1zx7RY8RTK89E2YHoVFtPRtndl/2"}]}},"4.6.0":{"name":"lodash","version":"4.6.0","dist":{"shasum":"c6926922ed75379993f0212a4764c18a760a2198","tarball":"https://registry.npmjs.org/lodash/-/lodash-4.6.0.tgz","integrity":"sha512-Lh9Djp+57UEqdXgLUyQmqaAKZyTzcMLVsNAfWYeZ/EKyfS8/43b84BIAto6MPG32lc0ziKHZopbPiGlxl2Iudw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGYIayTcV7BOWzTw5qBqIBeDLh9rXBGN0STpGNffSZ6AAiEAtdni+5WvKNWxqKCSBAr2JSGD/WnYA/7rYdZeNrv7qR8="}]}},"4.6.1":{"name":"lodash","version":"4.6.1","dist":{"shasum":"df00c1164ad236b183cfc3887a5e8d38cc63cbbc","tarball":"https://registry.npmjs.org/lodash/-/lodash-4.6.1.tgz","integrity":"sha512-85DFrB4TYPwVZbZw/HCGnmRUdDQOxGJuDmSfZ9OQEESdFJ1NxlYLoQObfHJGr+UsWwmVQhwG2iPmUCi6+eKzUg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDHW1x9DophfHHC2iPswM97cq0yQVVI9rgFzfeHWZ9igQIhANJjukIEA/UR1VVmx/zgwXwgarYyy7IoXJt80eJm8UtS"}]}},"4.7.0":{"name":"lodash","version":"4.7.0","dist":{"shasum":"b8088876bdc290ca1f34f90350f7b5cb71810c05","tarball":"https://registry.npmjs.org/lodash/-/lodash-4.7.0.tgz","integrity":"sha512-d4bJYO5ctbajdv2vz64ECUWJG8rgo73FeF6j64bGT47I0krA0DMQSoQW1EOPGibkJB86MoNvZVUwJBHxiwmFDQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDFrSBIsiqdSBSkAEnxw1YKJiHYIbWe4UW/05iOvlVjZwIhAOIvl9e+SQHcWiJfDH5U9kAJvb63hg3mxWKGFfOF63ZT"}]}},"4.8.0":{"name":"lodash","version":"4.8.0","dist":{"shasum":"297fb94a164c02e7eb8d37cde135be62456df446","tarball":"https://registry.npmjs.org/lodash/-/lodash-4.8.0.tgz","integrity":"sha512-le8DgAtRoZUyhKrjm6O9zEXbBHR3XPtT2siu8cNTTQ8GdiBPlTsYOzkQuPf9xBQRSlkxRwNNOXVK9r8N0hGJCg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIF/6bVxsDgq0o3x64xm/F+6mkp12cf8jSZSJWB5/MMx4AiEA6Lyu2JYuj8IlmQUxIE5jsVi7GxsUP4gxjq8tAi7BZ00="}]}},"4.8.1":{"name":"lodash","version":"4.8.1","dist":{"shasum":"97797b4684d238bad1a2d0a2e53108fe57e5f95f","tarball":"https://registry.npmjs.org/lodash/-/lodash-4.8.1.tgz","integrity":"sha512-izVINTxb821BWw4WBV06xd6qfr7oWRFUyZHUsKNeyVRp+KURAvLLMUTRwzqwAsLaJ5duFMtnEeDpSgiQz71F8g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICO+Sl2YnH211FwOqBtq9CU9f/QTLN1T9EhHMDotjYUgAiAZuRFUjZWwyjdqh+ccjkQBkCVEasYZpLKDRDXWhjGn6A=="}]}},"4.8.2":{"name":"lodash","version":"4.8.2","dist":{"shasum":"478ad7ff648c3c71a2f6108e032c5c0cc40747df","tarball":"https://registry.npmjs.org/lodash/-/lodash-4.8.2.tgz","integrity":"sha512-/uqqdn0gpGl3QldtTG79iyo2ao2zOsFce+GBxbE4rWmU6EtEWl4pPRp7Xw61DHge1vlfDfjq3zkytObW6RV0zQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIA3dYxsyTzYpVWZhaQ0SxT2nsaI1cP8MWHlJiIckE+lTAiBpJzHA2hlvOKoiCcoO1bmxXqumEPTuVCynVsyfb1eYUQ=="}]}},"4.9.0":{"name":"lodash","version":"4.9.0","dist":{"shasum":"4c20d742f03ce85dc700e0dd7ab9bcab85e6fc14","tarball":"https://registry.npmjs.org/lodash/-/lodash-4.9.0.tgz","integrity":"sha512-UGUdLhDm+6tXViVGFOiDt+3HXNxVpLPaEcqzoTowq9XtmsHTq1nskdpr6UR1XV3aM1eJaiFtwg0DarxFW/ypsA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIF8KU4GKDA6rXDKTGmLi0g8wHxwb1IPFw9nyZBiuDzg5AiEA/lMx7eHTzSgk1YtFPM00zSHdSdV9xrV/xDUBkD9Bmgs="}]}},"4.10.0":{"name":"lodash","version":"4.10.0","dist":{"shasum":"3d8f3ac7a5a904fdb01e2cfe1401879bf9652c6a","tarball":"https://registry.npmjs.org/lodash/-/lodash-4.10.0.tgz","integrity":"sha512-uDkT/I1Y2X0gvxCdeosY9/XImqohEKRrvj/NLXA7H1NKWdu61lHnrIHiQPNlvIXCzsbnBqwdheW0AbKMxMQF+Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDAtQVMEGhMwEDG5nQraeMmSpCX9GDcEac3MjAnGR8lzwIgUXyO4R5MYxg/47RR7otf7OwvA2gR+z38X11ZoGzU1ww="}]}},"4.11.0":{"name":"lodash","version":"4.11.0","dist":{"shasum":"428f7172a5e9a82e9a459b543816489810ecb8af","tarball":"https://registry.npmjs.org/lodash/-/lodash-4.11.0.tgz","integrity":"sha512-18uE0HVAF7WGaXB37G3yJdx1M39bez8eCHPP+NCfOPzDbcP1XqqrVz6EuF2Ip2Ye/Hcmhvy1bGUGUDOGNzsHPw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDd7J4jG6u0XRlqwlkQZmjPpeQQeX2qo6f0e5IjfC1tAAIgXnz6V5kJb5tRB7dBqT2JcYGBU6ek09SXtYt7FjomX4s="}]}},"4.11.1":{"name":"lodash","version":"4.11.1","dist":{"shasum":"a32106eb8e2ec8e82c241611414773c9df15f8bc","tarball":"https://registry.npmjs.org/lodash/-/lodash-4.11.1.tgz","integrity":"sha512-zQXZjpw5m367A/MrkEIx1xEJISQmZykAJ5EzCPznYZiVLK211R1hDiye+TU4eyWKDfsaBsLW6/7gH5juuZ4J6Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICW18b6F28NbCzL3k+tW0x7ArUiAoZv5Z+5IqBFI8vLWAiEAgOi5xriJxC8O9WCfYNOBkyaGqLsp4Swjc1Y5DVNdJno="}]}},"4.11.2":{"name":"lodash","version":"4.11.2","dist":{"shasum":"d6b4338b110a58e21dae5cebcfdbbfd2bc4cdb3b","tarball":"https://registry.npmjs.org/lodash/-/lodash-4.11.2.tgz","integrity":"sha512-kzYAjjUS0vKRLVcNZgK2k7NJOT5cQoFO3w8ddED6mDBdgu3AIL9xhAktXJ5Dm6GD1x+eqqyu1wKAzEt8Uq77NQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDmrElBwUMcXMXod4OmARBGxIT1lB6u1bc2kZ0ke/VWqwIhALDQaxzuP491MTDo3n2Om9w0+rOX36FbQSHgEy6FBNSB"}]}},"4.12.0":{"name":"lodash","version":"4.12.0","dist":{"shasum":"2bd6dc46a040f59e686c972ed21d93dc59053258","tarball":"https://registry.npmjs.org/lodash/-/lodash-4.12.0.tgz","integrity":"sha512-H7Y9y0h/WibZBZyt9IOEEDaNJCzmpEoUQNB6d/+sHuS6fKFWCRuYSAf5s2mfK3hYrPqHbosJI4/bv0HUf2OvVw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHJkxJg7jZ1MQMUm2ZOMDz3tDaWJDBwHbYI9UrpBhHKNAiBLBnxQ8Y1Ch7M7DBo/uAX1dRLZv6VwmWbwZ4uGqO8keA=="}]}},"4.13.0":{"name":"lodash","version":"4.13.0","dist":{"shasum":"6172ad9cfaa5db21268b23b6da6c3a42442aab65","tarball":"https://registry.npmjs.org/lodash/-/lodash-4.13.0.tgz","integrity":"sha512-Ab4JJMgGNOpKsBaR0UtUXIjym7eclpVKVaK6QGmxT9f8ODHmn+fhp12KhRKgIeposBlrzfFsN/ilBe/Et1BRog==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICoVa83Yur7TpjvsKCNiQC/4da3Z3XCp4Mr3AqJRO3GeAiBNpnvSkOQDvs4oDJYe+qzbvSNSNG5JR/8PP2E6OKBKXQ=="}]}},"4.13.1":{"name":"lodash","version":"4.13.1","dist":{"shasum":"83e4b10913f48496d4d16fec4a560af2ee744b68","tarball":"https://registry.npmjs.org/lodash/-/lodash-4.13.1.tgz","integrity":"sha512-j/GRONYpkXt1aB1bQHzkq0Th7zhv/syoDVrzCDA3FDMntIin0b7TjXi62q9juDC+QfhRs9COr0LFW38vQSH9Tg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIASq/p12GhNYrbkUoZVnAJJddTQRch29MyB022km6qIaAiEA+r0Lfqdoi7eY3vUqU8G7+pZ55tIAH8kB7cWI/jHNpfY="}]}},"4.14.0":{"name":"lodash","version":"4.14.0","dist":{"shasum":"b742d6a80b5ee87e7c1a35c143c5b19bd966c10b","tarball":"https://registry.npmjs.org/lodash/-/lodash-4.14.0.tgz","integrity":"sha512-/dOeXHnVxZOSQ9di7dLSTCZqZH4fpzep1ATkJ4D3k8/gmeMLzhEQiartyb2s61Aaw3kiORDu6jzKCj6Ftgo01Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICtm4tt0M2oT/DgFLd2NxaaZslddntlheJ5WpJh7xnzaAiEAhBY8NbRbh4PHk2LFSlqGJ8eZfN2zPrR40vvRK+WkcDM="}]}},"4.14.1":{"name":"lodash","version":"4.14.1","dist":{"shasum":"5b5d0a516ad3d46e12012d7f59ad66a5659bf408","tarball":"https://registry.npmjs.org/lodash/-/lodash-4.14.1.tgz","integrity":"sha512-G7KWBIFduJHp0Nnbhsanp15Yr5Cp9oW9EiXG+SmyZ7U4aG+leOCLooJK/TT9IULKDZXmcIQwAvMFXmKvHzlmzw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAwURzQoWg153BWl0pA/PNZp7p6FkXelbXxgwmh6taGAAiA7Xv4B4xi0jZMHoV/sIWGoc5n7zItcINniMhseGSsKeg=="}]}},"4.14.2":{"name":"lodash","version":"4.14.2","dist":{"shasum":"bbccce6373a400fbfd0a8c67ca42f6d1ef416432","tarball":"https://registry.npmjs.org/lodash/-/lodash-4.14.2.tgz","integrity":"sha512-L5PieqD7phyya3Uave78zpkVE5uc022V1h5iAWt7q1z71SS7Rtw5OX8Q30OZ4L8GVtRLKxI1mn76X288L7EdeA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC8BN6pnfTodDf2TpBvBXxPQClDpiHNPUK3ORZ7erHA5wIhAKEJov2i0F4LYm6QAl6lAGu+6cLLChqABIBmuOorz6vG"}]}},"4.15.0":{"name":"lodash","version":"4.15.0","dist":{"shasum":"3162391d8f0140aa22cf8f6b3c34d6b7f63d3aa9","tarball":"https://registry.npmjs.org/lodash/-/lodash-4.15.0.tgz","integrity":"sha512-/XM2P+O3xDTOR/CrI4ZqqzgC3tFOLfn2sUIIKN9CYI3YmZnZ9QcElpYh0MHiHXMNJLWwbVxkCaO6zFGS97Xj0g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICXA+4UYDvhdv+EDb84dPI8naaJ+Dvm7QJb8Ls3VyvtWAiEAixQwgniFAVX/5xJUrv4fyHWj/4Hs13rkW5eGFScqKPc="}]}},"4.16.0":{"name":"lodash","version":"4.16.0","dist":{"shasum":"834cb785057157032242beaf101bb3d99e55d0d8","tarball":"https://registry.npmjs.org/lodash/-/lodash-4.16.0.tgz","integrity":"sha512-Hcf3oefWvjGo2dixw7g+prUj/8A2YbRVe5IirVtTLQzW/dMojxXGvi7NXEa17q4vhz4KbRwLPi6NFLK6cYOh+w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIF/+OlOFbK8W4FeESVDVJZlN4G81qF6WD72fad6+tc+WAiApc1Cm+Y0vJl+fBP+Oh12gpVyZJ6bEtpv63frGMpes4g=="}]}},"4.16.1":{"name":"lodash","version":"4.16.1","dist":{"shasum":"75e15fcfe2721adbd6a7c5985f855288a03fc36d","tarball":"https://registry.npmjs.org/lodash/-/lodash-4.16.1.tgz","integrity":"sha512-qK+vzI6bQ91q3gkfBKpO0rgR0qV6ECjT1+ZBprnFejldHGi74AQ9MPWfSreqqzaF0aLRC7qnnYb5AjTwLXSNKw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCpf9ZLMuFdhch3OqUy1eZWEhCNOFT+ou1AzpNQJTBeGQIgLe7ZGrbjumw7TqEtaSpsYoTNBfTwl8RnSt2Luvw5TiY="}]}},"4.16.2":{"name":"lodash","version":"4.16.2","dist":{"shasum":"3e626db827048a699281a8a125226326cfc0e652","tarball":"https://registry.npmjs.org/lodash/-/lodash-4.16.2.tgz","integrity":"sha512-t7POblJ+wdC7jto56BrMLpkyS0/ryvQxhmIgN3x+RBZIQCPszPpbxDy+ZcSTmYFDBrgDkwAc20P/C14y7xXWMQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFMWyYv0hEsYM77ExXj1sOgLDDlmAcz2XyN69VOCG0ZiAiEA5W2xCbKvRUhaOyugFANCbzqV/0w0ZlTTdEuJzJvpWvE="}]}},"4.16.3":{"name":"lodash","version":"4.16.3","dist":{"shasum":"0ba761439529127c7a38c439114ca153efa999a2","tarball":"https://registry.npmjs.org/lodash/-/lodash-4.16.3.tgz","integrity":"sha512-XHD7mGAORGJeO5f32yHhWmS/9Fb13bjKedNt9EjV0tMl5dXplIWbFgLXHRjpZ41pVFdGMj8H/sdcuetZyAJ32g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGvfbYHttZwUYWG/PWTqOa4ju3y4oeqEEFYgAFiJbJ3SAiEAwujp99VLB7ZBw+NNRXc6LqkF7R3WBkGHqgtJ5A7OW7s="}]}},"4.16.4":{"name":"lodash","version":"4.16.4","dist":{"shasum":"01ce306b9bad1319f2a5528674f88297aeb70127","tarball":"https://registry.npmjs.org/lodash/-/lodash-4.16.4.tgz","integrity":"sha512-nnaYhZqDvVKdmBJYqTAxIXxVUlRNwr8yfDKjKSpBEwoxi0Os+e5pU+/GtSO0mtTd06g49RCINYTmuixJR1Tz2w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFWOqANPl17D3rsBUhnWB7Y8MloiG4TOR7zVGxTm2R/ZAiBKxg7WlUYM8o/AttlcxdGMZe1/ZrBQr/TkX3J24+XOKw=="}]}},"4.16.5":{"name":"lodash","version":"4.16.5","dist":{"shasum":"77d88feac548009b1a5c4ca7b49ac431ce346ae8","tarball":"https://registry.npmjs.org/lodash/-/lodash-4.16.5.tgz","integrity":"sha512-DZbgdZTnZw9hGKYyvELBSE5P++SNV95Jk1B04G5mesp9f2xzwKyyy7u+lsvBWOOg9vxcbQ+OgimaB0ZLecOx3Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDlu8FZ8JnJFFUzjhQfJL8+gmQhuQSuNRWoG9+zUpArOAiA67NY2MRBDClH2hWm+Z0WEm/K/qmAXhr3+ge+89r8SXQ=="}]}},"4.16.6":{"name":"lodash","version":"4.16.6","dist":{"shasum":"d22c9ac660288f3843e16ba7d2b5d06cca27d777","tarball":"https://registry.npmjs.org/lodash/-/lodash-4.16.6.tgz","integrity":"sha512-QXrLkYI2gXjL0QoQ9j932ca+Oh/wCUBeZULjqsJy78KjntrohXawEoOfgA2fXwy4vKh7OTD00p757/pUROtv+w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCwS7nwuspFwlaTzVl7V38yeta3dw39AGHEitn8/SFCIQIgYhnzhKedVoem5UEDZmNoHNRc3oFD9gQgBrz57krapBY="}]}},"4.17.0":{"name":"lodash","version":"4.17.0","dist":{"shasum":"93f4466e5ab73e5a1f1216c34eea11535f0a8df5","tarball":"https://registry.npmjs.org/lodash/-/lodash-4.17.0.tgz","integrity":"sha512-wXJoUnY8v5rCurNIL6tM0TOv/F6B2NzDzLzStNOQoX/i88s8hPGkYSRPMtcdjORIx1dHUB1lQVhsNyC9yjD/7w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAHoGqXEgU3qu5+USfkk2eDbe4EbW0P/6SrXJjLgQQLJAiBIh15ebz1AtUpIb+kpByhu/FBGBlUDGLSfvr+4iGvwmA=="}]}},"4.17.1":{"name":"lodash","version":"4.17.1","dist":{"shasum":"e75eaf17a34730c6491d9956f4d81f3a044f01bf","tarball":"https://registry.npmjs.org/lodash/-/lodash-4.17.1.tgz","integrity":"sha512-TU8moLfqGOx1RJogO9uU2d90q0L5J/1g/i4fkdB5ZmQ5qsjwVnCvg5XWuiwqqPNnyBQlQp8ukd9ADTY27dGsiQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDgHyDUTIAsZk9IgP7NJ9e8hApsUFIwmhXvq8XmmE6wmQIgCh3Hq4d4pcNHUtyoiVkbZG5/7r0n7ok+CV56o53TfIc="}]}},"4.17.2":{"name":"lodash","version":"4.17.2","dist":{"shasum":"34a3055babe04ce42467b607d700072c7ff6bf42","tarball":"https://registry.npmjs.org/lodash/-/lodash-4.17.2.tgz","integrity":"sha512-8mozooKYfrbhO6eMFCjiieXZalOKHpwENKTqMn/g0TrH1j4MLw8qwivmVwfcX5/+3LQJmXAWRXWhWUL+COdYNg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICDiS+1DQBV6vXfxDJGrX1zUnANy1PfDFZevGNJLvdAAAiAAiyjIlcd0/JVDW18HGkgvOmUnmFbJWawjSYOsY0NFmA=="}]}},"4.17.3":{"name":"lodash","version":"4.17.3","dist":{"shasum":"557ed7d2a9438cac5fd5a43043ca60cb455e01f7","tarball":"https://registry.npmjs.org/lodash/-/lodash-4.17.3.tgz","integrity":"sha512-H+sg4+uBLOBrw9833P6gCURJjV+puWPbxM8S3H4ORlhVCmQpF5yCE50bc4Exaqm9U5Nhjw83Okq1azyb1U7mxw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGMRs0qnxT5XSnO0C8yCvCDrZovHtXvmckLZRkSHCb1RAiBXQrKizvJr+LuOgnA7S/gm/z4dDzEGQA+Us0MMOL9b8A=="}]}},"4.17.4":{"name":"lodash","version":"4.17.4","dist":{"shasum":"78203a4d1c328ae1d86dca6460e369b57f4055ae","tarball":"https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz","integrity":"sha512-6X37Sq9KCpLSXEh8uM12AKYlviHPNNk4RxiGBn4cmKGJinbXBneWIV7iE/nXkM928O7ytHcHb6+X6Svl0f4hXg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCd5Wybp8d4FBD3p5WJ48vMIylw+fL9JH7z7uY/GZqWugIgCCmD5egZCtg9S9LY78zf/xEuygRZq/qhEskB59nvB9k="}]}},"4.17.5":{"name":"lodash","version":"4.17.5","dist":{"integrity":"sha512-svL3uiZf1RwhH+cWrfZn3A4+U58wbP0tGVTLQPbjplZxZ8ROD9VLuNgsRniTlLe7OlSqR79RUehXgpBW/s0IQw==","shasum":"99a92d65c0272debe8c96b6057bc8fbfa3bed511","tarball":"https://registry.npmjs.org/lodash/-/lodash-4.17.5.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHr3DTM3iq+I4zN1izVIuuAO632jbU4sOTMiQzsFCI7pAiBOn6gSw1WHZx7ac3BsNGjLldEHI1vbYmP81heSnjctxA=="}]}},"4.17.9":{"name":"lodash","version":"4.17.9","dist":{"integrity":"sha512-vuRLquvot5sKUldMBumG0YqLvX6m/RGBBOmqb3CWR/MC/QvvD1cTH1fOqxz2FJAQeoExeUdX5Gu9vP2EP6ik+Q==","shasum":"9c056579af0bdbb4322e23c836df13ef2b271cb7","tarball":"https://registry.npmjs.org/lodash/-/lodash-4.17.9.tgz","fileCount":1049,"unpackedSize":1399757,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa320ICRA9TVsSAnZWagAAI3wP/2kAIG2fiZ1ZoBp0rBW9\n6RKVBF/amCaKuDwrFjS25IDUm+tZn9kD5sIVoqiSwvym1GeLGfq0wAaSahb+\nQ8nYhEOYOXrKeaOW6cH8pYyg/phoKSXj0+3CEpLqh4a14HA2RXj5XigJsx9U\nQbsZqT+vm0kJ2UNRwUUj9304zVXIvtaTRPUKE8gwb3bHFclRsmxS939UiIha\nrD0kSEoPsCwZBtn6Ha6hsN+XzKTpa7I4vLLN91h4NaBbmkN7quwBu8FkzXfK\n2WJZp5l46LJOq7qGiogIVX8G9KWV9ncu5+/K0gj8eGPRf4om27NB3Tj8SR+S\nNldDeg2QnMCqA+nsuObr+rHjiErgJ8bdzhxE+H/CxFPE83qnp4W8Re0Usnyj\nn8b+z7gzzqccvZ4DfUp5hZnNRoe4X/p+JbsWOIahheglI11EmYrm87VM1EYi\nyE/Y3BvjgWLB3uJTwYgj7t9AwRy2Hfg64S8SLqTiMUIcDn1n167oWqdr5sJm\nn+LoaykuWBSz9Biq7NTM3msOojXDErHBTNnPqOsqoXLhhgfTuDujJMIc8Aaw\n5jfXPzEdJHXlHN/imys/hjSd0rI2XIY+gFN6/V7BB1/sYLsEhw8S/8eS7GGc\nBgc3UJ7n+TViiODXgLg6pbwOPvGJT9OyJ2qFiXivs3yK2QPJQQEoYAjJNM7L\nB1Ef\r\n=5Cw+\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBvKyF4ftU6PtXUMgP5sujJ2T3nOGoRawK6aei/H2eAVAiAuwPOEFW6Or0Hcj3YV18nqs+Z+wWE0iljIQR0HzIWdeg=="}]}},"4.17.10":{"name":"lodash","version":"4.17.10","dist":{"integrity":"sha512-UejweD1pDoXu+AD825lWwp4ZGtSwgnpZxb3JDViD7StjQz+Nb/6l093lx4OQ0foGWNRoc19mWy7BzL+UAK2iVg==","shasum":"1b7793cf7259ea38fb3661d4d38b3260af8ae4e7","tarball":"https://registry.npmjs.org/lodash/-/lodash-4.17.10.tgz","fileCount":1049,"unpackedSize":1399800,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa33JqCRA9TVsSAnZWagAA0v4P/j+STtIL2K020wYEwPab\nWcDg2zwjWib+2mePvIwCylNI8YZs9vQXD9HvhWDD7/RH9bem/0sF45AgUk+w\na3bQGG1h5vFDHKftolS2fsa1HoT8ECEK2iVHQrS/DyCBcWYjfFUwErpd/NLx\nUpl9vW3Ba5clHUlq9rccOZ4Ld2gVQV8b2+p9V1IJeN9rkIOfRAg16FxAZjQZ\n9mj/XBR/Qw0XAEy31J63Rj+815CINYihHwpPdkaOTXDzouIn1/dP8jFp9oPY\nSGvwi4q6HBVbuuXmjcmMXIHRWz0drK3uex/3944yNzLlcu2Qn2rPqpQiD2rO\nYfIkwOd9TYfKfjvVGqEMzZHtLX408bm2kGtdyOLECuKAMSd5U9pOWfbVEeLN\nrydQQyGRC475Y15G58hSP0XbNM27dlEB+lfR6xtEcTLT75B/lxW2KxwxOff2\nLOTRfpd6Hx9d+5K80vAu1Ms8G69h2HPTDobJRmSPU+w/UTjeL9hrFy9x3hV8\n6xFgYOj8VZDiDpq0H1b0TH4GRGV0YvfVZ1V50Jzc3GZsKzSqk0i+UKDLuWVT\nYiTpQOPBlKysD3gGRjWMDd7jRMbf2b2B4Ajl5LhaB6mVjNnK8IMkTIegrwHP\nIOuE39Y1Vr1xBRlCBYcUdDrkPSCxlxzsToRPpo/1uWH1CI7HIBQsCJ2/h+n6\n6zBR\r\n=aCN9\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDmYAZc0JLH87ouZ5y5kBPVtVpLJ3KMB88legfbcAHcuQIhAJkHkVzYRD4VxSNDsOsbZQiT9i1pPui6est4r+1UZXGo"}]}},"4.17.11":{"name":"lodash","version":"4.17.11","dist":{"integrity":"sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==","shasum":"b39ea6229ef607ecd89e2c8df12536891cac9b8d","tarball":"https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz","fileCount":1049,"unpackedSize":1399577,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbmVuwCRA9TVsSAnZWagAAqa0QAI92r3JGIJd0+pwZv30y\nOnUXbuHXryhRrlMLFy3jmfGPoEDa7moz3UF/iJvUHet19ctz4/RZKIK5jhmW\nW7d1RiMUh1PcQ9wfeiLmp1E4xvg92tG+l+k/4H5URDFqlmXbbP7hvI4cVXdX\nTH5knUONoKavtC73HfvMhxpJgEtgWrY5KYpjp4Jb+A9iQrJweIpnPx7GAYzW\n5vJ4eJahlnX5l+ikJRZoUxJIr0NbZQlBIr7jK/KbMcINmxEPKr3OO3M9h9md\ncHMGmnP/J9IpQpxkm9fzks5LEOs1Gm20nA01g2JlsWkiIJCWHLXLG9p1if/b\nt9QV0I2bTMfQwpM8twC8ub6+u9r2dj/gP2cmJCH97wyIRpeSxNYXkFjT34ll\nDvtYcde6YW8O28mmCndj+e71On1cqEo0laahuDeDU5vdKVCs4X+RJongDpz7\nXwTP4TCG4il4JBWvyXbDWe/717wcCOye01STklRgAi+l44G+Kbi9fqUhHInj\nruVW9I7IjRJuVTj32Ud6losqdy0O0qOr2lAoCqc1Zx7E2KnP7EHnMHBd8zL7\nQq+DKpsWgG/RFsZJdu09Yl2Oa992so3gHRy+afTkyciUH/CWYEi4dv3DRIIa\ncUZCz4OJ1N9UZpbIIFypFmGEUvd1liwx+SJwGf4zzJ3LkTdwjW5WPREx0waQ\nMdj6\r\n=JzE4\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHmNHdCN0DakUOXb7LxyfZOiLR1OqvwaJom6Kd6tGt9sAiBMb725nE4/3CYwfOPdxz7GLJwyAf/jhOlfO2bAEiwXcQ=="}]}},"4.17.12":{"name":"lodash","version":"4.17.12","dist":{"integrity":"sha512-+CiwtLnsJhX03p20mwXuvhoebatoh5B3tt+VvYlrPgZC1g36y+RRbkufX95Xa+X4I59aWEacDFYwnJZiyBh9gA==","shasum":"a712c74fdc31f7ecb20fe44f157d802d208097ef","tarball":"https://registry.npmjs.org/lodash/-/lodash-4.17.12.tgz","fileCount":1050,"unpackedSize":1402075,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdJQIoCRA9TVsSAnZWagAAEh0QAJH1VEkgLAtn1tdzmoCP\n8chsAtmZ2Edu7MS9+GMfSkqz/j9AZT9n0AVHPc8r0Db44X/+OB/3v7jArGY6\nP0YQYYfU2g3fEn8yAv1ACK1YqFevNLwbSFllHTl88EbW8Z47U2iqURuL/DS3\nlZseyS49Tt4AYptAih20jRbZAjs7laUUgWeaR8XIljVgg3OJr6AtAf97UB3J\nFryn8ytaTgUxrBUUHc6eC6IH9ma80J67lR15EQJ7g5ZtPxfPpA9/Y8KRSQPK\nDOVr/F2Uo8ocllJRZym1CWVNBPXkmIPtrxlStADxa7Dm5SYUo2ZnF8ljYia7\nMIMsEYWkcrOKcD1Gqx4R3TQOWrHdAQJLbVc7EFZyGzLs8iNidSYNS3v6N8hP\nA9urKyjsUdBYwomeK+Oek406cehQmHKB/tDxSPOsHIT083PC00Al5kwS2NSW\nDasll6IiLxFTLOxP0Ry5pmi0cRUy63klIPLb9gk8muXv9/QKRgV7uzBANrD3\njzI0q49j4Bl2l1iHdRTMYv1IEmjH80CmUZu8no/XdMyscc5U9PF5Mzy4iaVb\ncRki/wHZUnstfhfl8tY4sKZYIlJKkZ/u7aAUv5AqA0Dmkx3k8oSbNdMvdBhz\n7sw8E47kf3blJNekt5SkWhUC9F4h0aPKpHr5mAudfiWMCVzShKk7E4caznaJ\nazfp\r\n=oQCS\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIG/wZJZ0RElZ99nZS3jmDbXS0svVrhubgM0p6vnOWkj4AiEA0MdQLGu6u3pIh4Awe1IVZH3GY+aq/svmIE8f3LUQAmw="}]}},"4.17.13":{"name":"lodash","version":"4.17.13","dist":{"integrity":"sha512-vm3/XWXfWtRua0FkUyEHBZy8kCPjErNBT9fJx8Zvs+U6zjqPbTUOpkaoum3O5uiA8sm+yNMHXfYkTUHFoMxFNA==","shasum":"0bdc3a6adc873d2f4e0c4bac285df91b64fc7b93","tarball":"https://registry.npmjs.org/lodash/-/lodash-4.17.13.tgz","fileCount":1050,"unpackedSize":1402106,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdJRQmCRA9TVsSAnZWagAAEs4P/0PLmRJNSdqRke3QMgyY\neXUmg0xuTuMrvJ5/sL+m92y0J0SDY4prWomQPtYlKlyKoiMnuQAxmHrzKPBL\nNK8ihO2raHjEQqYco/Sz0D3aTbU2UIqC/q8zR3Rr8FbvUIdUHH3INxvRV7H9\nvS/Rab874XzDz49iKHP5kozDoYEyyTBBtbCWDa/cQdpwIZcbugH2bsF1eD0l\n9SmD0eBHYjmBNSyumGM7Gz7jRNSbsfvO0mhFIcyKAQjG7VSNbk2nplhzDRT6\nK7pnHPiQgnHqqp8Q20aXwdh2un1JypHd09F1zTYin0HZ7N6XuJW8QfRgSB/C\nwn783x5+IACPSSd3GHBufNR7rwGYTWlJnDQwfXzuhjS6pOMW5476+nAboZTo\nBfFS28kTJ3wPCZgx47F+3OCXyMbzUAUhfvFqLn9FKBLqCt22CWZa18BBfU8/\nb43RO0EogUjn1J9nuJuLmTIUbLTRtFzbKR00I6GIdgmKa4b8bU/ElKHv2bxr\nC7q22/oJc5vh+N5WmlmKBgHYZFDXODw7lCsmQb2xSDK+ruQQ5VgQ1FQ/1bcV\nQp85/GugrlLngZ8nVu22D8JVZXsHGMO2ebqUHHTZEKFEKTznpUNUZRsIpa5L\nbp53ChE62TOjNnfhzbCLLocZ6FVh17IK3gf2XBl1vW3vrM3ogdEpScYGsoyc\njdnc\r\n=u9y/\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEf1DR/DXeINza9JNBBB0jckdeQQiyXK093i7cF2V72lAiEAhpYvd0ONVHZ1mZJAFXeZ4tNMCRwV5QeJkrBkSTHZIRU="}]}},"4.17.14":{"name":"lodash","version":"4.17.14","dist":{"integrity":"sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw==","shasum":"9ce487ae66c96254fe20b599f21b6816028078ba","tarball":"https://registry.npmjs.org/lodash/-/lodash-4.17.14.tgz","fileCount":1051,"unpackedSize":1403248,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdJgfnCRA9TVsSAnZWagAAIekP/id0qFzyGAg/X1h0jFNU\nE2A++zPr6a/PkI9Ri33ODt+k4+S/2i9UiaJvzOyKxR8CgQ/IC6wlpCqZyyH0\nCQ8E8jrccKPc2EnRSxUIRe9ypMK2SwRuLEnDh0cF65q+gdj8qmUTWpFv3fFv\nSLYkDg9vG1Bxkcm5tk9DxM+ge2Ra3Hv257w5CtVWNsjW6ndVrdj2jmLF5Pgz\nL2B2+DIRoRISGXjqNXKRZ0rY6DR9ceQIoez3mHExCUAwCb6EXlXYPtzCi/Ap\nugZrrLYMYagB42NQ9B2DmtV6IQSIvjmpmAzhTXMafp92BJUGX9SizQENNNkx\nok1Jlsb4D0FjuJuXohzrXKKosRUt1kNDtVETzEUAyK761bDOucAwhUVTy/X+\nPoPfQK8eAoeTK6Vy70v/lBqrlCa6PMrqgFdPSmJZUGRdqIL4jX1zUsoeumTv\nrpgVlDhKWxPj5eJVq/uypXr5t52dxgXwY11OxMa/nvtCMZFZwUQ4j83DnAcJ\n6cxPKZDKv+2Nuo1OoKYY6SEgiyvcGDJqSTDH1yRTG33SjodQFggLFvFy2l3Y\nFmjAAaCksPawgPz303NAeAWPAbT2sytinl4treWBUec3gmDqRWGimP5Ygp/R\nbxrjI5oHXt+1giA3BMr3or4eQ9vitIhD8ki1wWLUKmsnMoUfZyw9AmYh1TPI\njRkX\r\n=f1r9\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBn8YIEA7hiPg/wWBZ6hCsCoVZ6QvjTUcI55qS3/WirxAiEAvdRg/9jEGxdlDE7k1o3Os9Ag8pGpcOl24BKBpKV28hY="}]}},"4.17.15":{"name":"lodash","version":"4.17.15","dist":{"integrity":"sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==","shasum":"b447f6670a0455bbfeedd11392eff330ea097548","tarball":"https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz","fileCount":1049,"unpackedSize":1401029,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdMSrfCRA9TVsSAnZWagAAwdsP/RhUWg82MeFBHu0zHeQd\nhslgH/+xAkHR3SGuT5q9t6qqkNsqgSl25RdtEJqqlV69Ni2W8y5YgNfrQTVq\ntcmjDoJejlU4qnNiUNP/R81Ph+bNKh0+DcCCo+2YKMEk5XVCNxTWxETyasYR\n0PNuRR6dbvhWij0AEL6Uk2VF0vI9T/hFje7NeNnNf9CLk+mfKtxydB62cTtZ\ntojexG52iH5w4Lk35gjyOgAoWCFSk09GRgOW3RmmiPU8Cg7gizcW/7ynimbV\nPXY/GpdZ4EcmZSb7F47TBl/Ymv4TE2+H8LEvdxdtFfsaCyu0i/9wyi34j6ja\nujYyWCiie2IkJYSONWc0UxIBtq6tjLrXanuhsL7caXZWyljvqLRPYcfWJVWQ\nheL1YGLBOWtZtM51h7uHfnz/3YViQxkT55z5eziAWFGKX/x8ByUO2LU+LGjv\nwzRb8fqi5l7Wz3BjNbDxLyA8X8FsSu2rzPogz9bHvqc5WYknpoPJp/aRUADz\nlLoO+fwQRA9PYKhTcLMDMJQ+NIxaA++6eJ8ZIokp5Qx9RvhIbr3pMgg13PbN\nuiV1LT6I2H7y9NC6yucgE4/siQmcRSi5y5XT3G1jx6SLOvTFa5d4Ae5CSk1L\nSUqRZ+/x8uDI7fr/DZP9gCUgKrhd/ATikrR2wloqOyv0x27KB1WzDsNie3am\nyCB9\r\n=KaV2\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFbxnpX3GT/QFjnCfbrXnvHQn6m6hAQozAKbkZ08lXA3AiAqcTSxmEMqNHzpSpZrzp3rwW0Imc2nMNB6lTSMmVnukg=="}]}},"4.17.16":{"name":"lodash","version":"4.17.16","dist":{"integrity":"sha512-mzxOTaU4AsJhnIujhngm+OnA6JX4fTI8D5H26wwGd+BJ57bW70oyRwTqo6EFJm1jTZ7hCo7yVzH1vB8TMFd2ww==","shasum":"34fa1571037ea4b35b2726932961eafedad3058e","tarball":"https://registry.npmjs.org/lodash/-/lodash-4.17.16.tgz","fileCount":628,"unpackedSize":588290,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfBaT+CRA9TVsSAnZWagAA9u4P/jAuES9/sBN84GqMeL7R\ndqJFTnRLJo0NbdcKVYKk1nM/rwVrcLcKpg0DmFRR3xcmvzJgor+JXODedxRa\nUmiewjPAS7fQ2JyZVwJoF5xAXGcP+F3djWcZN5hR0UZ/HdJqTRWYtMd5OMo+\nm+eB3rGzWFIPglSNZaFAfqlsA1P8roZAER117tRb+NaL9jRwUorki275vasd\nZyp/+E0myLimIPwMhgMzHgd47qRDZ3tKq8KKXCe+M/Hr9WBJ1xuGVhFM5I9K\nuBeN5oWCpFEsuhHhzE26vmdvRuPcBna2M+XvHdLTTj2vN4sVY6qJ8Y/xnoQI\nk1+zfjoJs15yXIjP47el6CLD16pR+L2ahC7gyooZK5sa8mffcBEaEdUj6pe5\n2vhnGjUMFVDgcaU022ZBGxucOwgbpnDqPY2qczBsln3WJUtCuJoKgIsn52p4\nOpQvm0o/zV/S6Scjf06ociKdPxNtDOXUGuruzBsNeicxZf0fZ8qYaoAd+RvD\n635py/CDoi6pCRqkvz7uNcq/1Cn+rlp0LLai8LKO2vtqsaaTh8iUE1JXXdF0\nCR6wulyTWVIEtXaZzLOjKgZbz6l8fe8pntntc3cP9ey5VEFqtjGmg+nOwUe0\n5tx267GXMtx6zljdfNCP7vYt6gsXCFIB4hDK/49fMnCpwmqKUT/aK50n2C6L\nWRyG\r\n=T2TM\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCwV9DurwdKKyl5V8nfN8DLsHVvlh6MtSJivzZj1ek4cAIhAMeYZI28bAbqpyQJ4udBsOb+GZOz+hUHwF7TPIz2hV3x"}]}},"4.17.17":{"name":"lodash","version":"4.17.17","dist":{"integrity":"sha512-/B2DjOphAoqi5BX4Gg2oh4UR0Gy/A7xYAMh3aSECEKzwS3eCDEpS0Cals1Ktvxwlal3bBJNc+5W9kNIcADdw5Q==","shasum":"d9018b3acc57a95c9dcf4a45c6b63b877b6c2d45","tarball":"https://registry.npmjs.org/lodash/-/lodash-4.17.17.tgz","fileCount":1044,"unpackedSize":1200157,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfBbdFCRA9TVsSAnZWagAAIiEP/0iFd9QyeRo/CCPhVFfl\nzaJgX24nDn/BGbHXz/U0rjcSOPzzefO8dWHmba0okkOck5+M2SWmgpfzCGVo\noOjsFqDyK5DgVzPRLiDUqjcJ4BZJ3CoFAjNMzSOu9xSWQnUUGHy86sWX1HYg\nWoRnPl0NOV0k7IyjtqhaQA6c0jZSyFEQvoMnQwUoJQmvEAsiJj5dEabzrNS8\nWwDg0ApevRSPAjGccvVE4AV5b5f3WoldFrZrnd23E7yvoEizxk9OgHgSA+0f\n+B7icggQAhJdAUUrmQgs5e+x0HKsW8aywAv0w9SAlGWHsOueBRNqbuYH1sZC\nTtCG8XovQ1h6ZGsewKB8crIa0Mi7gwnti3CmWDXSUJM2LCQ9YoS3cNRPxhBR\nxfWRrKnBgeMdj69iGJFlE5TJ3iwXR16d8B3SDc18UQqvBp6wdrIIfjjGI1OD\nJLosllG2q/l+ohImPjyZtSS/gO++COjEgOjOcPaeuOlfM8oU6bhipoRi4R04\nqOtqRan/6/w6ZOnLGhOFOxXeQl85d1LhDFVoERLE5i5T10zGMYNrUClIOAYy\ns6IEA+zLBgKoVTgoMu5+vxVEWzmAqZcXJwjnH0LGeiqgxk4JxaUgECAtnErb\nMtBS70+3LGmCGxIEd9iyYqpw63dEVgy8pQ7WWOyekmD8Sm3WZZoCKoDGDKxE\nmJNN\r\n=awDN\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDqkPVetz/b5+H8cOtM1BWlnQEZOPO1NoEgEpH5tzQXzQIhAMa1S/HDtLcya9ugQCJjqY4ehNuM05TaQhqLCSkN1y9C"}]}},"4.17.18":{"name":"lodash","version":"4.17.18","dist":{"integrity":"sha512-au4L1q0HKcaaa37qOdpWWhwzDnB/taYJfRiKULnaT+Ml9UaBIjJ2SOJMeLtSeeLT+zUdyFMm0+ts+j4eeuUpIA==","shasum":"5c5f072c5c02f386378dd3f6325b529376210427","tarball":"https://registry.npmjs.org/lodash/-/lodash-4.17.18.tgz","fileCount":1046,"unpackedSize":1273063,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfBe8/CRA9TVsSAnZWagAAXdYP/2CPIiURBifbQYycCKIJ\nzekkOQVmon37K9nM8iGmv2fMfckUdtAoGHBjByTkBQWIinBG4/CUvyEM7vJ0\n2HhUbwYgxbXMfXbaUY0ouG1glrKp1BrzcVTzZ1PkMmAFO6JTjI0jPydiqkj2\n7kaDntbt6fwCp/mq85RbOOXAdyIdIIlhqsn4tgJeTEcACqqIYJ//XtlY7jHu\nkfANUPZff1OppUGYrOnPC6I78xzUt4YnzXIDAvopW/yfA2AG1ZyEEWVxquXJ\nGfJiRG5SoBcRdNglBrs+7FnXuGPhRkHIByArEVJWfJKTKM9U5AK+1gV2cS6f\neU2sste2dbunen9fO2WyvIGZkBPPjLTTOgEjCFo9YXvGwfWu94fXhrOkBjFg\n/6zTnS3EnljRk2s25Iv6eEsRJPJbXV9HFr/mai/wOcwE3A4vncmDiuM1Vux6\ntNRfKngGvbnJYC2bVx90vjZx+w6v6W8b45eI8Nm14fOqL0w38FbpSmUmPWur\n/cgXnNtNWF7QJEpEtFkiZJIUk5IEJv+cAYVwCYXwfqj4g95aaWt/QMaE4D7Y\nHPtZEfDIxULkr9pK706Jr2DRFaP1MmovYZHPGxKsFHfyTm2kmRV/k2xeSO5c\nr4lDJKCOAJ3sOp+vutz0VIiLdXuFsXuGr7JHtVSuF43K2TSH232ricGZ9R3s\ny0rq\r\n=NwT4\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCteJKlBD9e3XGMzpkKDF+2WqIwxYG9YXKuBAiaYgAZlgIgWxSgyxvCXBBQqI3lD7GdCTep30i3KjiZSOnEA2WN/uM="}]}},"4.17.19":{"name":"lodash","version":"4.17.19","dist":{"integrity":"sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==","shasum":"e48ddedbe30b3321783c5b4301fbd353bc1e4a4b","tarball":"https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz","fileCount":1049,"unpackedSize":1401746,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfBf8BCRA9TVsSAnZWagAA3lsP/jPzJr6UMCnUQX2Pqc+a\nWYWORh/94RarO7QO8MUjwyokeKRG1OvN0ATY4CK1NEBw8zxHhyUXAuC2BT20\n6gaExYAT7N2w22RVojgfsn4O74dIa5IgPiqR0VPHdjzXONvLA71Hu09LhCiO\nw/1s9KG1BrUR4D2gdvi9KApq1kWVNKhPKm0FIeVuGCPzGM0yq0DujBgcnXq6\nkq8FLoMqlGeV1OHi5ARyK8UyIuPtymZ4MfVkjb1ZBDstxvVGxPh1NZPcfEPx\nzimmiYrdldeJKU09Eb2gql0GB5pHZX5uZsnQZdZWyrsxJMj82ve9pYH2aoSM\ngftJTMGTL4ysww09+RvlBVIE2e0jFPcMc7L9UqIxnfas4VRzgJNNXfErl1vl\n7cu8VyTVmWIJQcehSq9VwHxKlEOzA32sVNUq7GVZSE1oUxODF1vSOfq61JlL\nyOFje4VqQRT5AKTAZntQjz9xyLXOVdeamT+qOrKVyCUgnpo/qoucEp4Wbn4W\n0lnOMBmzJIKHwunR6/sTMMfFxxrhs4IChtnJg5gDr+pD9hFpeLKXUXOsIrZW\nBgB7UJopWgxFveyoa9fgeuoMO2RZ3HmG4ro8opIgCGwE2W2UQv+Tn2HvHJlE\ncX3TdNeKxDn/x96X9FhP0EnJERRJTSDQ3RLXdc0+3GGSTr7lze3HOseiM4jq\nUXtl\r\n=Vw6m\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICs6pM7PPuZgT54ctLv0vwXHWCCTtlNQlbuHzd2XgNWKAiEA5tsHIdnePfY5htqpDQW6NWHD1fEqljJ5Qv6cUpxEfIQ="}]}},"4.17.20":{"name":"lodash","version":"4.17.20","dist":{"integrity":"sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==","shasum":"b44a9b6297bcb698f1c51a3545a2b3b368d59c52","tarball":"https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz","fileCount":1049,"unpackedSize":1406354,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfNXAiCRA9TVsSAnZWagAAtmYP/2G2ijVcDDyRacsKXn8Q\niX5zNGG+Od+xSuOXrMRG32hjB1giuXR2t8mlsJLQpFyQVgAexcr22J0oq0Kb\nUouNSYrjm6qfK/u5ZUg8lR/Q3L+QiaxsfNnS7FWCO4xqUB0FlI5rKtnq4zhH\nWpPscWw1S/0vV1tz9OvibtfiMDWw5m9AYHk7ckISHmiEMBWURWyDjStxVjmn\nIupfRuCjJdNoxdFyRMaXktbFaCqdMoaT00x5ImxTbIR2ZQdTQT7fA8l3FvvZ\nX/avXT8sqsY0gMCJqZGZITWI/6jIvoMLeE8IqPvAweX+rjHpTFbj9u+SjhNI\noLRY2Ya3bCCUM/T7ZeShMDOeNCyqaU4p3s5VWBQ7PG8FRUjtRdJXpmBf44B4\n6ew+lh2qK+P7FcIcJ4NDpo0/pek4keOpKmUyOYEsrXbnFKdXyzMxAztydu2U\nYR20ePPVsAh2dxwnTVW+jxoutB09gmM3YhgtuOEf16dSEsu47Tntd039li0A\nOSwvLK2jEiyyaeGh7nZSaNPr2Sgj5uq1DrOjR/eKOhY0nFUzdcDAjm8ocVSe\nncavD4t+VFnABdnog5Ub11luRNoOTBvIX+c/9DshlfRzGKIu6pq8SirU6P2j\n3y40bR5yzjhxVM/E2RsqAsPgSPl/1BLyO4+4MKIxhVTh259tWf3YxbWbuXo8\n5EAn\r\n=w2Gq\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDPF8qtGU3yxHj4Yw4h9hpt+DCVT9dlk9ApvKxVXPwv7AIgSLC2TkL6ONbFlhyV2ZcE4v52ANJMoA/HwKY+zKt9Kh4="}]}},"4.17.21":{"name":"lodash","version":"4.17.21","dist":{"integrity":"sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==","shasum":"679591c564c3bffaae8454cf0b3df370c3d6911c","tarball":"https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz","fileCount":1054,"unpackedSize":1412415,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgMS3ZCRA9TVsSAnZWagAA8+4P/jx+SJ6Ue5oAJjz0L7gw\nLDD5YvP8aoliFq4GYkwUXfVQvOwomIPfa+U5Kao/hDfuwFQ/Bq5D5nSsl2bj\nrjJgvlKXna0SId8AgDgY2fB7zSfninuJvalY4iTWMN8DFSpG0XE2QFfoKpd3\njDmuzcNtgr79QV6DgjOVkHiP1IGNDlLTc1QEKiwo/5CdGQi1q/iCj6dViQMJ\nByuuuV2Qzi3f/FI25cG797WZar1MHhhlcnB50HiVBGp54IZOyuqdqWPduZQo\nvhONtonxPGBm3/J+uAkeUSSyL3Ud+FzLvdg8WEI9gDL0yvU4k0FcsnOONEYn\nngLaKEsw2xAnPBYW3Lf73Jnpwx6FAT3k49kgzxiNYSxEo7x4wiuNtBoDMyNw\nEKj6SZ0bUNmaJgiMfDnnDjCKjI3JrO1hho8z6CkwuvxuWLlW9wSsVayggzAI\nEhfeTeISugVHh332oDY2MI/Ysu8MnVN8fGmqeYQBBFj3aWatuA2NvVjACnX/\n54G7FtCU8TxZpm9shFRSopBx8PeI3r+icx1CT8YVFypY416PLnidHyqtME1G\neuRd1nWEz18hvVUAEHmuvHo+EPP3tITmTTUPQcZGMdBcZC+4UBmPMWX466HE\nbHw4aOnUWMa0sWfsERC5xzRZAb4lgMPEoTOnZyN4usMy7x9TzGZKZvU24HUE\nmpae\r\n=NOmG\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIF3Yithbtmy1aEBNlfNWbLswAfPIyQUuNUGARD3Ex2t4AiEA6TlN2ZKJCUpS/Sf2Z6MduF1BNSvayHIpu5wAcICcKXw="}]}}},"modified":"2023-02-12T08:12:05.219Z"} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/content-v2/sha512/aa/92/5ebcee82acc8cbbfb2df044efe93efbddb46490015caf0beffe4ab6f993be8b897f0d8cb8b9ce248a0bb221e82f8a2b77dab52221010897459eef51e46bd b/software/flow/.npm/_cacache/content-v2/sha512/aa/92/5ebcee82acc8cbbfb2df044efe93efbddb46490015caf0beffe4ab6f993be8b897f0d8cb8b9ce248a0bb221e82f8a2b77dab52221010897459eef51e46bd deleted file mode 100644 index ba50f39..0000000 --- a/software/flow/.npm/_cacache/content-v2/sha512/aa/92/5ebcee82acc8cbbfb2df044efe93efbddb46490015caf0beffe4ab6f993be8b897f0d8cb8b9ce248a0bb221e82f8a2b77dab52221010897459eef51e46bd +++ /dev/null @@ -1 +0,0 @@ -{"name":"cookie","dist-tags":{"latest":"0.5.0"},"versions":{"0.0.0":{"name":"cookie","version":"0.0.0","devDependencies":{"mocha":"1.x.x"},"dist":{"shasum":"a134b9c981df85c8a67b1620be5a36c0db1bdc63","tarball":"https://registry.npmjs.org/cookie/-/cookie-0.0.0.tgz","integrity":"sha512-dfZ/RKwTO5TsQSEAyfdwM0eaxt4/PAzuHUY4rnNrK53nuixwuozjlBjLxFPteUfBed9wjPHWlFy54vlcwt083w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC/P176YciuQyqxJA4djoogRLFL37XRrb7q7lN6OPrRsAIgMJ4wD/+DcA9RUKc80cp1IaFzwTOnhNJTAAqJx1jhw78="}]},"engines":{"node":"*"}},"0.0.1":{"name":"cookie","version":"0.0.1","devDependencies":{"mocha":"1.x.x"},"dist":{"shasum":"3162dd34ea833740e2e0d6e7129f2dcd55dcf7ed","tarball":"https://registry.npmjs.org/cookie/-/cookie-0.0.1.tgz","integrity":"sha512-3Hx6vLDTn3UoJgYbSa27zIrNGbVN+W7LRZSBh7LCP9TeqM7EnmHQogrBxeD+Ge+aDWX3z9T8Mp2+fq470jPJMg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDqsLWMjs5DewVN5DZXa+7ghh1GXxQvL+EioHSh7h9NAwIgJWwfcQ3pN0mNPQOmsMe/4mbmnr5lBpugP+a/m94F0Hg="}]},"engines":{"node":"*"}},"0.0.2":{"name":"cookie","version":"0.0.2","devDependencies":{"mocha":"1.x.x"},"dist":{"shasum":"17aedf62bc6af53745fecb55c45c3f097c2e858b","tarball":"https://registry.npmjs.org/cookie/-/cookie-0.0.2.tgz","integrity":"sha512-Tpfsfohu2GI3qFEqXH3bufaylHZM3CEuhZKane1Vtli9V8dxYk9L7n4sjxQKsewk7o+cjzVPQJAdTFEW2u9guQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDeJSTIEWrTeSJN0QKzu0Z2cYid/YFuaM+UM46UhNukUAiEA+i4YY2i6d16uie0SPiXvngLbvTS6dm1RsTi+u6/r8uw="}]},"engines":{"node":"*"}},"0.0.3":{"name":"cookie","version":"0.0.3","devDependencies":{"mocha":"1.x.x"},"dist":{"shasum":"732b0e64cb77186954f5e36b0b6bcfd062a12e91","tarball":"https://registry.npmjs.org/cookie/-/cookie-0.0.3.tgz","integrity":"sha512-nuvBgiOhOcmfKwv5t+4TMKs/4NU8jSLg3wnjpwAkZcjFa3kritGQpMlfdom7ZDnxbYjUAl5UbIbRbJdmRKRcmA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC8+mlRFbm3izUzszS+mBAJu2zHKc66SQYSBPSohIVU9gIhAIL59oZSoFdgPZtEgtTMzdu3WgJ0FQ66t6c0Ew848x6x"}]},"engines":{"node":"*"}},"0.0.4":{"name":"cookie","version":"0.0.4","devDependencies":{"mocha":"1.x.x"},"dist":{"shasum":"5456bd47aee2666eac976ea80a6105940483fe98","tarball":"https://registry.npmjs.org/cookie/-/cookie-0.0.4.tgz","integrity":"sha512-K4/8ihPVK55g3atBFCLcDWzHnrqZBawwjQnRGZ9A4Erg/uOmZY8b9n/tssKt4odxq3eK0HTQT6NVgtKvLSoKEg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD/pedDJ0nsQaEryt0yVFVZPz4kd8R3hPdeCBLhkcfhOAIhAKmD48IZjM9eqfP5sngrbSkYpJ5GkHxAtyweENmZUpIt"}]},"engines":{"node":"*"}},"0.0.5":{"name":"cookie","version":"0.0.5","devDependencies":{"mocha":"1.x.x"},"dist":{"shasum":"f9acf9db57eb7568c9fcc596256b7bb22e307c81","tarball":"https://registry.npmjs.org/cookie/-/cookie-0.0.5.tgz","integrity":"sha512-STLsAHdtBDF5GJiPHc4sdfX5qzri6bcSxdSlW/o4IYJAA5yZxh3ZZsvctsKRNbhpP328sN+A2EjOF9vcW/LhdQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGGLY4eyvIOKvApddSI2FnAA8poJEq1VJeYUO9wNq7vzAiBo4DF6Sxslnc3uw4+lZ0CLGuTSlboLlnoA2DCFBhd1Uw=="}]},"engines":{"node":"*"}},"0.0.6":{"name":"cookie","version":"0.0.6","devDependencies":{"mocha":"1.x.x"},"dist":{"shasum":"7bc6bb50205dcb98cf13ad09d6c60bc523f6fcb7","tarball":"https://registry.npmjs.org/cookie/-/cookie-0.0.6.tgz","integrity":"sha512-f8pdZ++OJo3HtU2lBP0f56fVN7Lgq/ICviGy2XrGDgC0v3wd/2mke5fGr0LM3PEOz2AyHlQ1CAb2i/PxDRlIsQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIB+mbAZzZasJThKnyjca4UNBeK6IOkQuZP8Ll+85QoHvAiAvyDjf274LVoGNPam0JRQzpqqJncYuUw+iOlTS2I/xIQ=="}]},"engines":{"node":"*"}},"0.1.0":{"name":"cookie","version":"0.1.0","devDependencies":{"mocha":"1.x.x"},"dist":{"shasum":"90eb469ddce905c866de687efc43131d8801f9d0","tarball":"https://registry.npmjs.org/cookie/-/cookie-0.1.0.tgz","integrity":"sha512-YSNOBX085/nzHvrTLEHYHoNdkvpLU1MPjU3r1IGawudZJjfuqnRNIFrcOJJ7bfwC+HWbHL1Y4yMkC0O+HWjV7w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEyl4WzqplYueG6EyhLjb/ZxuegmPKtsFccSOGjMgknuAiEA81GAYF9uBUQc9QNQdkwvQ4FUXaaKG+yQkTEfQsHvS2A="}]},"engines":{"node":"*"}},"0.1.1":{"name":"cookie","version":"0.1.1","devDependencies":{"mocha":"1.x.x"},"dist":{"shasum":"cbd4b537aa65f800b6c66ead2520ba8d6afbdf54","tarball":"https://registry.npmjs.org/cookie/-/cookie-0.1.1.tgz","integrity":"sha512-dHcrl81dfXXv+oyegOhauihVzLzrJdQx7XKE9o3nQ1UXNwMRm+phmODJy7S/KAhJj6rNvMR+58nDzoME4ZzCTg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCR1Xcz2aLm3ho6h8XEVs//a4E8zW+7zK8FCzZoPISEvgIgNwzYklVe/n4iBw04luk6gIKjSs8ngvgQMHKn/fIY+38="}]},"engines":{"node":"*"}},"0.1.2":{"name":"cookie","version":"0.1.2","devDependencies":{"mocha":"1.x.x"},"dist":{"shasum":"72fec3d24e48a3432073d90c12642005061004b1","tarball":"https://registry.npmjs.org/cookie/-/cookie-0.1.2.tgz","integrity":"sha512-+mHmWbhevLwkiBf7QcbZXHr0v4ZQQ/OgHk3fsQHrsMMiGzuvAmU/YMUR+ZfrO/BLAGIWFfx2Z7Oyso0tZR/wiA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICTQusQhWIsNZacw+Ui1Kof9LKcZ6j60vk+dBPkkFm3iAiBnjenKjgi2tzUvNKMSR1ntefgQg8SEkmKoGu5kZYhfiQ=="}]},"engines":{"node":"*"}},"0.1.3":{"name":"cookie","version":"0.1.3","devDependencies":{"istanbul":"0.3.9","mocha":"1.x.x"},"dist":{"shasum":"e734a5c1417fce472d5aef82c381cabb64d1a435","tarball":"https://registry.npmjs.org/cookie/-/cookie-0.1.3.tgz","integrity":"sha512-mWkFhcL+HVG1KjeCjEBVJJ7s4sAGMLiBDFSDs4bzzvgLZt7rW8BhP6XV/8b1+pNvx/skd3yYxPuaF3Z6LlQzyw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCCNZnnlhQ7wLLXXybUVfwXeWzmUf6oO6mLK/tVPQXAGQIgKk958UOvVPNCy0+nNSS0yjrVa4fhjbH+cBI4FhEX02I="}]},"engines":{"node":"*"}},"0.2.0":{"name":"cookie","version":"0.2.0","devDependencies":{"istanbul":"0.3.17","mocha":"1.21.5"},"dist":{"shasum":"9708beeaa361857de7d16516fea779572625caad","tarball":"https://registry.npmjs.org/cookie/-/cookie-0.2.0.tgz","integrity":"sha512-K+vrjxCYfXeM5wYEuBLkDsBdJz2yw1yDM3uAZ/I56sipmNr3ssNVrKfmko1z1N2c7Bu5ho9UFUR6nYCskH47xA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDhdas3gc7457nYJM/VRudZSCFTlmtqdUncR5NiSwuIAAIhAOXYymPjHZXgALso0I9+CifcgiQP728MTbJboB+RC6X3"}]},"engines":{"node":">= 0.6"}},"0.1.4":{"name":"cookie","version":"0.1.4","devDependencies":{"istanbul":"0.3.20","mocha":"1.21.5"},"dist":{"shasum":"4955c0bd32fffa83b7433586185875876ea04e4b","tarball":"https://registry.npmjs.org/cookie/-/cookie-0.1.4.tgz","integrity":"sha512-w2MOEWrqy1q7Z3iyP0eMGaSmoL6qyqH2+h7hv1eRB3e70hBdqHj39jp1nT5FxyePotIoStLu7FS9Mkp4JQoZGg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAmKwzauuefhhUhGVEoyzKu6nY592kU6dwLO1jEI/PnbAiAyQQ1rcO7ofo5CBTpLdiyNYApPO949Hv4iHTz1iYmL/A=="}]},"engines":{"node":">= 0.6"}},"0.2.1":{"name":"cookie","version":"0.2.1","devDependencies":{"istanbul":"0.3.20","mocha":"1.21.5"},"dist":{"shasum":"e1bc7c07d1985c17ad7347502bac1a0eb072ac9a","tarball":"https://registry.npmjs.org/cookie/-/cookie-0.2.1.tgz","integrity":"sha512-a0nMJ599C1Gv3FJGasCIVCTJYaYep0znzxC14H+p6oTHQVx2ltZNu+G7PLbUu+QoYbCsY3K1d6juDhq34IBN9Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCQmLb09492r6nsbQkU+QqMtlq/3rBB4dyalbZqncGbmAIgHD8+06KIDR84jw4gOaEeWZXSEsOgRg4RN4ddvG0g5L8="}]},"engines":{"node":">= 0.6"}},"0.1.5":{"name":"cookie","version":"0.1.5","devDependencies":{"istanbul":"0.3.20","mocha":"1.21.5"},"dist":{"shasum":"6ab9948a4b1ae21952cd2588530a4722d4044d7c","tarball":"https://registry.npmjs.org/cookie/-/cookie-0.1.5.tgz","integrity":"sha512-/lhu+NGBI5pOLXILS07DrPXYX0QDD/ejVhbwoCUcLPBqMEK9b++f9rUhAlhLkcTz9mV6QSeD+w3cHJ96rMZaFQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHzsfyFjLmIAYopsnPyC0myGoJ75IfBBhJI3IxCIo67pAiEAyiY2GdKtVwqEkjpKZlp9sh03omlXPD7AglgzKMgMCLo="}]},"engines":{"node":">= 0.6"}},"0.2.2":{"name":"cookie","version":"0.2.2","devDependencies":{"istanbul":"0.3.20","mocha":"1.21.5"},"dist":{"shasum":"579ef8bc9b2d6f7e975a16bf4164d572e752e540","tarball":"https://registry.npmjs.org/cookie/-/cookie-0.2.2.tgz","integrity":"sha512-QT1/SH6oF6jrC9K4rlWpa/5FgqUZuh/Ohl4NvGAgSm67DsieBdTz/XsiVQwBKEJMnw7Tui5uBuC7k1yUAmPO2g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD7f1pH5KyaghFHDU3Xdccvdt8DnoW4pZe8i7I3Tm8aIgIhALMkrHe5DuP/buJj/U6/ET0J1Xr4j02caX1JO+9wAg+E"}]},"engines":{"node":">= 0.6"}},"0.2.3":{"name":"cookie","version":"0.2.3","devDependencies":{"istanbul":"0.3.22","mocha":"1.21.5"},"dist":{"shasum":"1a59536af68537a21178a01346f87cb059d2ae5c","tarball":"https://registry.npmjs.org/cookie/-/cookie-0.2.3.tgz","integrity":"sha512-mnzsjgoobV+vxz57A5ezsr9gFB4y90Yqsu2Go95nNuO/WBLLPH43gNCHzqcXG++JcP339z6IAGVo0g4qBfo6dg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCErcpABARWT9TD47UBtyb5CdBXrt9oM8beMG/IFU/gYAIhAJ3w8l62NOwuXgDjCnVfgAIeqoMKJuoRRQrIB+0uQAbN"}]},"engines":{"node":">= 0.6"}},"0.2.4":{"name":"cookie","version":"0.2.4","devDependencies":{"istanbul":"0.4.3","mocha":"1.21.5"},"dist":{"shasum":"a8c155aa7b9b2cf2c4d32ebc7b9a0aa288ccc6bd","tarball":"https://registry.npmjs.org/cookie/-/cookie-0.2.4.tgz","integrity":"sha512-wQLxYCPiulwnfcvEZHF8YVj6cxvkpOBFgN1nL3Ukgh+D1+4A1SUKHdxR7h+T9kcuC54mFWoeZdnLT7ZeIC9Emw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFd7QlvY9HrpU80uZlKOAV8rqWe1dyA5vgdnVabYJFLsAiATJ0Kni9GYp4N4e5GDUGfCceYIgjw0isSNVRGdahVtTg=="}]},"engines":{"node":">= 0.6"}},"0.3.0":{"name":"cookie","version":"0.3.0","devDependencies":{"istanbul":"0.4.3","mocha":"1.21.5"},"dist":{"shasum":"a4bdd609d86748a5ce6c64d7ede6f4840ba434d8","tarball":"https://registry.npmjs.org/cookie/-/cookie-0.3.0.tgz","integrity":"sha512-hPRNPncC/li8RRZh6m5gPYf6f4CrDZK9+JFLAhHAKAxABwRPCcOy98DQ0W1mvSQCL1LlyNI5MsR981n6EqHCZw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGhD+ZSRMtt5B/eMW/csD6/WWX98flradQ453TY3nKrVAiEAxcBP+nUeQSceuZ0F8p2yUwbS8eO+HBiSUpvEPjNSa+4="}]},"engines":{"node":">= 0.6"}},"0.3.1":{"name":"cookie","version":"0.3.1","devDependencies":{"istanbul":"0.4.3","mocha":"1.21.5"},"dist":{"shasum":"e7e0a1f9ef43b4c8ba925c5c5a96e806d16873bb","tarball":"https://registry.npmjs.org/cookie/-/cookie-0.3.1.tgz","integrity":"sha512-+IJOX0OqlHCszo2mBUq+SrEbCj6w7Kpffqx60zYbPTFaO4+yYgRjHwcZNpWvaTylDHaV7PPmBHzSecZiMhtPgw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCgvOyvh7LyYbqRRfP+P1EWsK+Lihw9fWoempNpPWDXWAIhAPeJXOxCFkwj6kP3fd3Z6QuGtfKjMTN7OnaKjWkPjz1m"}]},"engines":{"node":">= 0.6"}},"0.4.0":{"name":"cookie","version":"0.4.0","devDependencies":{"beautify-benchmark":"0.2.4","benchmark":"2.1.4","eslint":"5.16.0","eslint-plugin-markdown":"1.0.0","istanbul":"0.4.5","mocha":"6.1.4"},"dist":{"integrity":"sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg==","shasum":"beb437e7022b3b6d49019d088665303ebe9c14ba","tarball":"https://registry.npmjs.org/cookie/-/cookie-0.4.0.tgz","fileCount":5,"unpackedSize":17858,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc3NhPCRA9TVsSAnZWagAADA4P/0Y8HkoR7zm45iuEtjAd\nEfcXA4oFAC9rTJtAWNcmDGwTW1HxfIX3M9ci8WSjlwbEqWsvE6XJYq4yjhZq\ncwj7IRftR1aGaGusZPrBQTXnwqMvRKTFG4ZMwH/IeeoEtmBq9hJJZX8yXjNL\nZbaAq84JTiGriMb9kjS+sizB6dHMUrCN4SDTP6EUEAVuF6lIVrikG3G6i7am\nqXeFIVXJQFn31/MRV/258l6eOefuPTlgWqpiBBLSScxSOSsyLhW2+FTpZ1Ga\n8wqAhQVf0JATKrElCH5x2u2slNxOI8FltAwxfMFHzN/5Q2XlOFznqFqoO1l6\nEYF0NgJQZXBQuKWIAVIyqwBZ5fQ9+lhjKtVqCGbcw9I2U+TRK0eHMNDgI+pR\nebdSwAhVWGTp0o2ahqhQBW/CB+tPgIjgy0lPRg5ioPs9noBb6AZZ5H9I0Ffm\niWO1FsneQYbFL+2IM/P3rIQefwFTParMXRuq70XxuVcU+cTXNi4X8lzH8KiJ\ncnq3Pit6czof7+OvNBWQAIq++d6z1tMq+ELOqp7L0QogZl7OGI/nFtZQrTbn\n2VtTg4su5j/zkE350pwTXirnRkS/9AiignuLco2H9PspMxEadPnmmakwErZJ\n+KXAFLAHZhgxfa7meSbFFoYDarbpuizUzDDULbUM0murTVR2dAYZUnCByEoi\nvmIe\r\n=Oa0u\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICpL17EzZZiF4ZfyjmKXAdwEk2ngytW6WMM4zpa+8DakAiEAp5rStJSo+4RI2hj/KdFjVAbE3wQbuD8fCwOdLgJBAtQ="}]},"engines":{"node":">= 0.6"}},"0.4.1":{"name":"cookie","version":"0.4.1","devDependencies":{"beautify-benchmark":"0.2.4","benchmark":"2.1.4","eslint":"6.8.0","eslint-plugin-markdown":"1.0.2","mocha":"7.1.1","nyc":"15.0.1"},"dist":{"integrity":"sha512-ZwrFkGJxUR3EIoXtO+yVE69Eb7KlixbaeAWfBQB9vVsNn/o+Yw69gBWSSDK825hQNdN+wF8zELf3dFNl/kxkUA==","shasum":"afd713fe26ebd21ba95ceb61f9a8116e50a537d1","tarball":"https://registry.npmjs.org/cookie/-/cookie-0.4.1.tgz","fileCount":5,"unpackedSize":18123,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJen7jNCRA9TVsSAnZWagAAX/wP/j8Mcw3MQyifqWMFSZTL\nwpTBVC0/hRHh581NsIKtfF1fzWvRHKu+VPlGhMg1vqXoZweebf1H5Mwhlz7z\nDEiUiPQgCi6hXgdsUMxc+iDOFy2fQoPOKtY4LnfDA/vZMCok8QFLVWArl3CC\nLmA5Amh/Zfud0WkGzDGrjRQKWHRRAUVrQBZ6ziTM5KplDWy1PBSE59M3WYMY\nUFOdCEqk4xGEvW8YjkAkRSiY5Z8r8wcES4GkxaLsVFfpLJbI0cbRCen6b1uK\n4ZTGjwpnQKHPaywefIX1UTV8Em6D0QGweyc4CgTicMz+lPD9uZT8jmZr+Apy\nkcfen3enN1sKrn0e4p6AXOu1Ku38KeK0nLyU3ueo7/KzbAf8XVkbbsWdZ1Yr\nteOjmHDqv5k7B7616PSjyQJRmXhfB2FgR84MmyUbeEtOSStBaNPI7BxzA0Mj\nKvSfVDGxxO0dTb3Uu6QRF4tl8T2AFKarNzpik5VNvJpYsueISnGVG4J480YI\nz8L/Ayn3+BmW7GLtVU5nfXaMZBjGNryRRQFhju7tS0JOzbRgmUCRLK77NGUX\n+warQVVAXDJJgAVexSen90OLR+SSNq84HIBT9/UP70OLFxwndxB91XuDTuMO\nNot9PtZFUNZnv9ArYN/HGCRKDkJm98Gn0Pu5eJ4ITNA3iCE/urbSnVLzigSA\n11mU\r\n=IPIC\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFraquf5MROagEGJWcsDul6SQ0y3192R88zCxcqMwnDJAiA9NKcmoUVWFR2xGonLOLbEWPMNdss4Kbu5UN57NN7MEg=="}]},"engines":{"node":">= 0.6"}},"0.4.2":{"name":"cookie","version":"0.4.2","devDependencies":{"beautify-benchmark":"0.2.4","benchmark":"2.1.4","eslint":"7.32.0","eslint-plugin-markdown":"2.2.1","mocha":"9.2.0","nyc":"15.1.0","top-sites":"1.1.85"},"dist":{"integrity":"sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA==","shasum":"0e41f24de5ecf317947c82fc789e06a884824432","tarball":"https://registry.npmjs.org/cookie/-/cookie-0.4.2.tgz","fileCount":5,"unpackedSize":19721,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh+xPaCRA9TVsSAnZWagAAKtwQAIuzkn+ot2Nzsnc6ZRYJ\nr/e1MNEBVeNVpmIae1RuGJQhXV58BWbbzSIMpN5kULGPHy4rJY0Fe+WQn17g\nilJMiQKd6CzDbylJTZWOALx7zamDL3HVravvrRgpsjMcix4VM7/v0trzDppy\nCRXx1JO+f1PcMkcnYQhSTODYIzf3cAcP2TXIXG5ZhRT6h15MkbBRSB1XrcHN\nNlobt7M8aYeoSDIMd5aC5wTWeyfp98unQwVvLzC2k2KbUaC9+dvSrKLRoAEl\n5dGUJNhV52FO2fQOWLinu4WmGLnXw7gG3SA1s56esZblSLvYtQhFmRapgE2Q\nqMP/zhAOR8qUM+XEp8e++ht7Nn4Cv1Il8DG1hqIhX0KrtgNS5kY+NBvB5PQG\nDXYcAg8HEntQwkCclubr/cuF3JN7igbuue+4lF9bx/h2nMay7J9mJn55Xc3G\nI9CqI/4SVZfViBiYLU9XodfRzBNkIjZINoaZNIhFpLmbAuvr2GWSbu4BXyL8\nuCd5eCLjtqUaSApazorqpChMefB4Q8nAkXA5WYIPKNC5wNwmEy62V3zrYU+4\nuMB+7s/1kNH6CaU80TQkFi+YP0TwIAxvX9V7++8aIMyGAoFMv0bxIbUJQ5VQ\nqTe+ILLzvcIqqwomwz1m7FZg4t/8NZI7MLxQs9zsrjnpJthcQ4B7d7bQWOBX\nSEcc\r\n=yR/c\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCc/iA6Ebuxw296YF1n3NkFRXNlpdCsRtXiSoWAkUtTywIgQkXiuyTi+kj2rS87pqz9kE90NYgAGaJO6h95ZnWVcHA="}]},"engines":{"node":">= 0.6"}},"0.5.0":{"name":"cookie","version":"0.5.0","devDependencies":{"beautify-benchmark":"0.2.4","benchmark":"2.1.4","eslint":"7.32.0","eslint-plugin-markdown":"2.2.1","mocha":"9.2.2","nyc":"15.1.0","safe-buffer":"5.2.1","top-sites":"1.1.97"},"dist":{"integrity":"sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==","shasum":"d1f5d71adec6558c58f389987c366aa47e994f8b","tarball":"https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz","fileCount":6,"unpackedSize":23137,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHTyGhjx8nRt+f1Wkf5RFsF80x/VnzKUBa6tr07jrRCHAiA/qDBmYZDmUd+wGBg6BX6wbiLq+PG5JhA7t8k2aVfPIw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiVLptACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpfQBAAmCi0G6edCjzcJvhorqbfM5Yfq2fTUyHQto5S49qphrYaZhAw\r\nVhmxClv2Uy0LFkdY/WMIsE9pihciNNiHfonfz4Eis+HxoUKaGYQHAayPGB/w\r\nGHK54F7ETV8dQrOao/YHrSjTiNvmXlBoMDym7M7GVBKCWw1XOSUDt393CGZJ\r\nbpppE/dsaTXwYdF1UillWZCyE1R0mYcMw837P19rrdnSA/tjjaq3fpfmZCEk\r\nEtXgq7PwDgKFtsap4NT67LcqnLQRBpY1VsK7O71qFWl7KN34haJTiGaBZIH6\r\ndzQIC9eU28IF+TqoR/zErnUy8d5NqEl4J1kSItKOuViuJz+T7EJFdLJ4aluB\r\n1FMnpGk4vGMz7fkJPJKGrZv4qraihUz/KOkGxbawVqcN+1AgwdbE3tX/dS97\r\nAlTRyZqCiBSkpQdMNeOnLhZSPHoEXsuKgmkSh8LFxCVzaRrt8VhnDizQrwPA\r\nv53ZChQnDNYh3wYSWHayt+SvFLG+waCByshO3B4LvkEHjmLrGhf9pvmikO5Z\r\naoCas8zVWrV5M0oCE/0cEcvKQOATMzvXJHWAceUvdCSjgC8bbVhr5sMoL60L\r\n83AmM3cCtL5RUomN2k4mcpvpOmQLXZkvXjv9jFt6uwaXsmbQu2jP72vXKfV8\r\n3oDJ66twILRP9sTA5NiBirpnWOgohtjCLfo=\r\n=xQmr\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">= 0.6"}}},"modified":"2022-11-08T10:38:37.096Z"} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/content-v2/sha512/b0/69/0fc7e56332d980e8c5f6ee80381411442c50996784b85ea7863970afebcb53fa36f7be4fd1c9a2963f43d32b25ad98b48cd1bf9a7544c4bdbb353c4687db b/software/flow/.npm/_cacache/content-v2/sha512/b0/69/0fc7e56332d980e8c5f6ee80381411442c50996784b85ea7863970afebcb53fa36f7be4fd1c9a2963f43d32b25ad98b48cd1bf9a7544c4bdbb353c4687db deleted file mode 100644 index 8252538..0000000 Binary files a/software/flow/.npm/_cacache/content-v2/sha512/b0/69/0fc7e56332d980e8c5f6ee80381411442c50996784b85ea7863970afebcb53fa36f7be4fd1c9a2963f43d32b25ad98b48cd1bf9a7544c4bdbb353c4687db and /dev/null differ diff --git a/software/flow/.npm/_cacache/content-v2/sha512/b4/18/21f7240eac87d8ccb32710d1908afd28e316eb628d21e842a5bcf74de93eed1b332faf7bdf348893038210c37add7558072b0ca6cd98907f0fe310952b4d b/software/flow/.npm/_cacache/content-v2/sha512/b4/18/21f7240eac87d8ccb32710d1908afd28e316eb628d21e842a5bcf74de93eed1b332faf7bdf348893038210c37add7558072b0ca6cd98907f0fe310952b4d deleted file mode 100644 index 5327624..0000000 --- a/software/flow/.npm/_cacache/content-v2/sha512/b4/18/21f7240eac87d8ccb32710d1908afd28e316eb628d21e842a5bcf74de93eed1b332faf7bdf348893038210c37add7558072b0ca6cd98907f0fe310952b4d +++ /dev/null @@ -1 +0,0 @@ -{"name":"@types/cors","dist-tags":{"latest":"2.8.13","ts2.0":"2.8.1","ts2.1":"2.8.1","ts2.2":"2.8.5","ts2.3":"2.8.6","ts2.4":"2.8.6","ts2.5":"2.8.6","ts2.6":"2.8.6","ts2.7":"2.8.6","ts2.8":"2.8.6","ts2.9":"2.8.6","ts3.0":"2.8.7","ts3.1":"2.8.7","ts3.2":"2.8.8","ts3.3":"2.8.9","ts3.4":"2.8.10","ts3.5":"2.8.10","ts3.6":"2.8.12","ts3.7":"2.8.12","ts3.8":"2.8.12","ts3.9":"2.8.12","ts4.0":"2.8.12","ts4.1":"2.8.12","ts4.2":"2.8.13","ts4.3":"2.8.13","ts4.4":"2.8.13","ts4.5":"2.8.13","ts4.6":"2.8.13","ts4.7":"2.8.13","ts4.8":"2.8.13","ts4.9":"2.8.13","ts5.0":"2.8.13"},"versions":{"0.0.16-alpha":{"name":"@types/cors","version":"0.0.16-alpha","dependencies":{"equire('express'":"*"},"dist":{"shasum":"61513d4126e939531f63dce51be66c05148b1dc9","tarball":"https://registry.npmjs.org/@types/cors/-/cors-0.0.16-alpha.tgz","integrity":"sha512-tryvGV5zp86mTgngZuFkIZo+qzwZEW+zBVDuTTV7eGVPQGO9GYwYvo4umYXX9zRgnrxUSJ1mBVEREiKNz3AcqA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDXNyk/YyHx092uHkXXGYubwh6e4K5NAlrUQ464WMtK3QIhAKWRzkOt6DUxbw7F1rCgwCGDNlE08xek7355IFE1+Xio"}]}},"0.0.17-alpha":{"name":"@types/cors","version":"0.0.17-alpha","dependencies":{"equire('express'":"*"},"dist":{"shasum":"db769f2b2924b317153e2241df512130d449f4e3","tarball":"https://registry.npmjs.org/@types/cors/-/cors-0.0.17-alpha.tgz","integrity":"sha512-Futyn2YG/aKNI8KMc2reCqjipl7uClNuvNlAM2wz5shj6sPlgPkOextfnxSY9ClsMnO71q9R3Ain4sNwMqErxQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGnBq8o1GLVG5AufvhyQwRLgQYNZ8HsV3nm872N/WrW/AiAm+kjNmNgjmY9jaKadftoYfvgN/+lsi9w0rDuIeY9jEg=="}]}},"0.0.22-alpha":{"name":"@types/cors","version":"0.0.22-alpha","dependencies":{"@types/express":"*"},"dist":{"shasum":"ddaacb8ecd3c2d4fa313939bef4dc3d03b9114b3","tarball":"https://registry.npmjs.org/@types/cors/-/cors-0.0.22-alpha.tgz","integrity":"sha512-ciI5lO2O+ay/YWz2FJDNcpVlV2PIugyhGQEJC05alUBX/8oSXy59KGCxojbhhVsPPRoAiJxeHgYCyS9tZZSXmQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDBmXya6n33lZFI6P244mLkzxf9Hiiq0Mi3mIA2wamd1AIgdTaiOEtwCqIuHUVDDRQCeDKjb6NZ1jsNLvyX55uotR4="}]}},"0.0.23-alpha":{"name":"@types/cors","version":"0.0.23-alpha","dependencies":{"@types/express":"*"},"dist":{"shasum":"e0c4c1c71cc85228fed7d60865e868deced4c7fa","tarball":"https://registry.npmjs.org/@types/cors/-/cors-0.0.23-alpha.tgz","integrity":"sha512-6c9awn8qrIqgdctCpov8a6rBYjksgutUG6szh8V7rnZW7iZHF9JGFPCvYsPCmtbPExishTvpRlkE+fjdb7EZ1g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBwN5tv+VBf4l8kWq5nvWdvJguNvjb81ZOrbPlOpst+LAiEAuC7seDlKhNplLJUOrFYhUBjfHLP/P3ISYfLd26cDO9Y="}]}},"0.0.24-alpha":{"name":"@types/cors","version":"0.0.24-alpha","dependencies":{"@types/express":"4.0.*"},"dist":{"shasum":"19b97e840e614b371cd4214316b9931a65f3e7a9","tarball":"https://registry.npmjs.org/@types/cors/-/cors-0.0.24-alpha.tgz","integrity":"sha512-6ebKmIgIlWALlO8wjSkJRsMM94F79zDdYfr8gqp5HhjBVMdJRFKgHPnYlrrCQ6MDQ9RhUF57H0ldXgfoQ+rYIw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIC37mrJ0dxSUNzRdOqwEqcUDTchTk18fVKrBT8YQrrY0AiAYf2qUbrCJD+R2CHj1Xp9EX8535XL3xHJIARU3fnIbwQ=="}]}},"0.0.25-alpha":{"name":"@types/cors","version":"0.0.25-alpha","dependencies":{"@types/express":"4.0.24-alpha"},"dist":{"shasum":"8e3e5bb757de5be35326f2714d5b8f6de53d46be","tarball":"https://registry.npmjs.org/@types/cors/-/cors-0.0.25-alpha.tgz","integrity":"sha512-DuCWUVwxFTgppB5OkhGxLDIriTPJcnIe8IQrMU6qTdsgL6ughI8tv/8g/HhRUQ+h+h7kxf+O/BMRZFjPHYB71w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD8IPZZpqjUVHzKOyR854Oc26rg96JZrclaQCB+Slfb1wIgJbJUGTKyoILnHQWGd+aI8dlh+zrLsyNIuUTPHHkwWBM="}]}},"0.0.26-alpha":{"name":"@types/cors","version":"0.0.26-alpha","dependencies":{"@types/express":"4.0.25-alpha"},"dist":{"shasum":"688f9e5425cc8d9d876aa4595d1ebf10ceb0a10c","tarball":"https://registry.npmjs.org/@types/cors/-/cors-0.0.26-alpha.tgz","integrity":"sha512-MzzycuoUBG4+nJEvTIpIvg3XKl4qNymh2VUGCXTBkdETG+IVfIKPvb0tPZ28LutgQcwNqJZdeiF4M4eloDroJw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCFgD3SlqhT9SaAumFmG7uPfgzwUo8eSUTzl/E/TLpE8wIhAJBXtNj859aHeHAri5yJRaT7gujpLJDErw3b/FYw0/DZ"}]}},"0.0.27-alpha":{"name":"@types/cors","version":"0.0.27-alpha","dependencies":{"@types/express":"4.0.27-alpha"},"dist":{"shasum":"6ed63bb7d3de77f87d327d95b56b0e5e5a9645a2","tarball":"https://registry.npmjs.org/@types/cors/-/cors-0.0.27-alpha.tgz","integrity":"sha512-Xr+DN3TpdFQ7W0dXkUVio/9FmPazty3jjCp34IKL9a3V8JM54PkhY1cAiLrS/91mWGu5rWUkS1He03sCRqHOvw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEueg2uCOIcHjoqIWZKTQFu6Ou8ZRljfgRlUF3EORXbRAiBqMBXJ90l+ca9rSFBbvQYc91loRnK3WsrTBu0CevsESw=="}]}},"0.0.28-alpha":{"name":"@types/cors","version":"0.0.28-alpha","dependencies":{"@types/express":"4.0.28-alpha"},"dist":{"shasum":"51be5f52122d2d6f25f00b3b1b12ba90b57ace50","tarball":"https://registry.npmjs.org/@types/cors/-/cors-0.0.28-alpha.tgz","integrity":"sha512-jrA8S2ygXnKeCgjZOAwhElD50YhJb6olFUEqQvFv8PB5dPUXaGm9fYD0ci6wS6q40mc4oqEIS2DsCFvZh38/eg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCS7NUR3MEMipClg4JJcZkLtBOdRL5v2o0UG0ZKnlsKSgIhAMsNKIkiLcDyINhEnYmRau9d9h4wzYKTmn45y8mkJoQF"}]}},"0.0.29":{"name":"@types/cors","version":"0.0.29","dependencies":{"@types/express":"4.0.*"},"dist":{"shasum":"b3077162c44e0160e50f41519dd35adef1c2386b","tarball":"https://registry.npmjs.org/@types/cors/-/cors-0.0.29.tgz","integrity":"sha512-fxI7i5JC3kuS5jZDpfCbkcOL+10SBZeD4MJVlVjEW4WrKSD2+eEEFwEAkBUHhfv7iQokdGx+IwNeu0lalOIY5w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGFhkaVXCulbril5CfkOQ2J1eInnu2Tr7QuGrLBjMlk7AiBYhWWTLsg4WsHqLtHYNUcZ62WvWXTs/yUsN40R4iVM6w=="}]}},"0.0.30":{"name":"@types/cors","version":"0.0.30","dependencies":{"@types/express":"4.0.*"},"dist":{"shasum":"c55856eef7317c7b88d9a9129a9569a5058e66af","tarball":"https://registry.npmjs.org/@types/cors/-/cors-0.0.30.tgz","integrity":"sha512-TLGy5c7eZM7+i5lODc/iVcxeHWwsbN5dJTZx3WgL44yj9am6IPOxDUi5Oc90w9G1uCiClSlCUPfKA6w2ih5UaQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCfMkjoSAgpQ4bYxdCqZpIHV8T8zacfvaHotfz5aWAHhQIhALlos59HSchO5Y+X7hwPeXsUMODgU3ujd0sjc7cRlff+"}]}},"0.0.31":{"name":"@types/cors","version":"0.0.31","dependencies":{"@types/express":"4.0.*"},"dist":{"shasum":"32ddcffffe52816ccf9ebf22a2dcdfcbbdba5747","tarball":"https://registry.npmjs.org/@types/cors/-/cors-0.0.31.tgz","integrity":"sha512-WdJs4o0rFM/KhjKqJhFlLa80QD31LwWjIvMDnHhvj86E++m5jq0y7NsrYZC8LG6th6zvH9jfS+vBHsXQYYoLQQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGbpNNueKfdSfAsA+ErPdVpIhTtUsX5HeuNzqbiImRVKAiAWFEV/iTfbHURQGxm5lKKDXFCkz632KqNKZ7qhlh2Eiw=="}]}},"0.0.32":{"name":"@types/cors","version":"0.0.32","dependencies":{"@types/express":"4.0.*"},"dist":{"shasum":"eb8da83e5fd88e901753ba07d77c472c79e5c7d4","tarball":"https://registry.npmjs.org/@types/cors/-/cors-0.0.32.tgz","integrity":"sha512-j8ep6hrL1kXlnP5yyuUz1f6V6hp68jeadDVUfu4AwGCmBkNeZk48mSCeoGN4i7094brftlD5zZdPIGisKv7dGw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDmSCL9qHY9eMkZl2RqDPVrc+Sr24SQ2Dak/WaOLW2G4gIhAMBCgL2SfEAJhrOu0s+nq8Pbipv2/dAE2CvmhbVaBp7d"}]}},"0.0.33":{"name":"@types/cors","version":"0.0.33","dependencies":{"@types/express":"*"},"dist":{"shasum":"05dc50760b93201b81c54a94fb757f21144f5e61","tarball":"https://registry.npmjs.org/@types/cors/-/cors-0.0.33.tgz","integrity":"sha512-9gSpeI3P8G1nFkIoK2D/3eUoYXCQoqcgECzQY1p9rLuld4ImZ8ebQd88m+VWWV1xVx7Mc3Ri03JvVzJy4yOwhQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCotLzZWEqvUQtlsTmfafBAtImWPfMUULn1pAOJ6glJcQIhAL7ZraMET8WHZgQ08gyBWtUpMoswvLwho47aB5VWpB2z"}]}},"2.8.0":{"name":"@types/cors","version":"2.8.0","dependencies":{"@types/express":"*"},"dist":{"shasum":"9e4d0308b862f5306ae8d83859f90abd379199c8","tarball":"https://registry.npmjs.org/@types/cors/-/cors-2.8.0.tgz","integrity":"sha512-7SRdTQ2FB+A/pI6J77vVbKQwJySOGpBi8RdRxUEg/fVMORDgesWCaaRD1t++IvELP48O008spWujyakb4mAewg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCO45vJnVabyM5IivHeTRH2va8K/hhqGzKSBrn1oqW0YwIhAK6GeWMMDrQ9JJzHX73+u7HPlpXVgm8qjyw/7A4z5MRs"}]}},"2.8.1":{"name":"@types/cors","version":"2.8.1","dependencies":{"@types/express":"*"},"dist":{"shasum":"54073caf3b7a741e67fb82483f83a6cadfba7501","tarball":"https://registry.npmjs.org/@types/cors/-/cors-2.8.1.tgz","integrity":"sha512-8xJpqRrY/nUh35mhvA/rCHaSzNA2kStG891GNicCN/dB+zRZ0dlgPArvxee3QljfUNSBwL1t/Y4vcx9rvBmfzA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCQAsbyiqRW/LXn6d21NsBwv7fCj+U9eZQwUJxVMfEsSwIganLjE748OCxQkIupwbLMYout1WdBud7fn5yIXkhghks="}]}},"2.8.2":{"name":"@types/cors","version":"2.8.2","dependencies":{"@types/express":"*"},"dist":{"integrity":"sha512-E9ic5j9l85SVkT/8p02/+Y7FGnrVoomjxMnXenbkHUlTPZy87uJox79gD3fXilWNFe5/92fCAY8vEqK6YlcDPw==","shasum":"0afc130f896480308663a93ef3ca767ca8f86443","tarball":"https://registry.npmjs.org/@types/cors/-/cors-2.8.2.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDiyXMeeCbNyce14H/LPBdem7G6UPrs9skizD0GzlJAvAIgU+E2lo9gBGp4Oj5cBeQ1G5xFWVO8rIxefnhS+UNUD4g="}]}},"2.8.3":{"name":"@types/cors","version":"2.8.3","dependencies":{"@types/express":"*"},"dist":{"integrity":"sha512-wiZ7yYSIKZ005QJeyoUk5OHHEamNHTxaYwaFQWfTPohBjyhgIDHTgV8oGn+zBYTWQCb9WQYg54PhtntFTD7GVg==","shasum":"eaf6e476da0d36bee6b061a24d57e343ddce86d6","tarball":"https://registry.npmjs.org/@types/cors/-/cors-2.8.3.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIF+VQ03ofwa/9n93bO53IkeSxCsjVqhf5BS1Tczr/WfDAiAcpl8oWCEuBX20itOfPp8dsT8qtvrK9xbL6jicHoLNYw=="}]}},"2.8.4":{"name":"@types/cors","version":"2.8.4","dependencies":{"@types/express":"*"},"dist":{"integrity":"sha512-ipZjBVsm2tF/n8qFGOuGBkUij9X9ZswVi9G3bx/6dz7POpVa6gVHcj1wsX/LVEn9MMF41fxK/PnZPPoTD1UFPw==","shasum":"50991a759a29c0b89492751008c6af7a7c8267b0","tarball":"https://registry.npmjs.org/@types/cors/-/cors-2.8.4.tgz","fileCount":4,"unpackedSize":3395,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa3fa8CRA9TVsSAnZWagAAfJkQAJBVFaimb7LoiS6Vty/T\nboSr/rlXGBu56oHxgUszC4qj4HEiwzqSS+FObgzdLCj2draDMFbBsgTmEv0S\naRPtyOFSb/j2MrHNU7cbAjbfjcOlhkknu0tCyzIEmf2VZ+YP4sMxAPBNpca4\nWs854y9gta3BMgR2X9cQxOarsyyIBwXTmyyXY1uH82ryjGano+n91t7f5UHP\nEzM0rcW7NouwJ541fbJ5Z1d7DiyBqxkcdzIc6QO2xWdMQ1E5KFlGlJcl5vBf\nf+AW3/h9e+Wh519CBSWgVkqFbwId1e3BuTbaXOAjlVeKLiBA2KFiNonoUu6Z\njZDn87g265Vu5zps2A9vxQOPceH1+e83WQylACA0yKC/NnVaXpLrnyqcnxHt\n9XQb5aYNciW6tpfKjZYMowR3CF90I4g/ovYxw+Bq1Hq3Rec8i1TQ8MrgMdV2\nxFzExXdEzXhIr732BnNiLHFGkO/AIX7VBu0AreQzGR0/ehHGqRh0GbEc9sD8\n52lrscBSy8KQlAT3LXCJK0eYl1dMgJz1li5jPRqUkHC27jVpRPnJxZfliMNi\nzpXEj6guWAosKZ/DQjeuLE7il/sBdpOfUwm4MFXKHxD1HSrcOxmctmy8cCvb\n5mqsTS2FG6Myl+shVazrfycjU9WKS4MuAyD9RNqZdidPXWFVjbbKw2tcq2aY\nUTpd\r\n=9fUT\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD2LWIJtL0zXqV2LskdRAvmqzTZmeWtQliT8yCkl6ue2wIgGVeSE+GQqa4gOEw5KuzI4k4mqaUitAOMIoFrwOhGhEQ="}]}},"2.8.5":{"name":"@types/cors","version":"2.8.5","dependencies":{"@types/express":"*"},"dist":{"integrity":"sha512-GmK8AKu8i+s+EChK/uZ5IbrXPcPaQKWaNSGevDT/7o3gFObwSUQwqb1jMqxuo+YPvj0ckGzINI+EO7EHcmJjKg==","shasum":"c0c54c4e643e1d943d447292f2baf9dc82cfc8ec","tarball":"https://registry.npmjs.org/@types/cors/-/cors-2.8.5.tgz","fileCount":4,"unpackedSize":3431,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcwjOtCRA9TVsSAnZWagAA2fkP/A5z6MMR7CkKh+XIn2oP\n9AEu4SY6siuppuPhxMURlQmiqsT1+Yj7UTRwomoYt8SV+wpcfXUCFuhpDMST\nc0aFLye3X0M/XQSFZ/x2iNEHcoEgmgkTXhn35JL3IixcQi9Lkli0s9LvwYXE\nhbAcgTHhkbCb41EbWA819xU7X6C9oD8U2vb3Ggx9noAnS0aAfPoNQ7M4eOSM\n83Lh9sJtROAi/VMt55UbSQDgQApTx9aK0U8YmuZfcNhjdA3lWzDrdJW94+r3\nkF3uDEE/cT7sJT+McDyLlZY4crCjuExKvhSypeKqeqOpXjvoBDsSxKcM1h2r\ntdyBEl5jrrA+zjPth18uB1VzbLfIBr4vT/PZt9aoO1/JhFWOI4dzzY8IpUgS\nIRB2XfRJ/zB0YIfoofrR94tjyl/SbUk2/KLOAdrFLeXqssJCTHlfVMy7gRYm\n3UgBxr2EeeUVcZCd6E5vq6DbIZfTSHgBHTZKAk336J8SGtbHziNZXCfUno3W\nEobaPuZ6girHcvv7uZ/Fqh/GSajsIo27wWo81ID0nunxzmCVtb8N/zAwSkXb\napTvCcIH6h1MRvajQLjMIlZ3uNZ/lKgOYv92iWZyH3RfGd6vuAUGW1YDx4EQ\nx4+vmYfmvpLGOSbrdkHbBYq0VfobnekOu5p7vcpj/CEDzHBbe+SNom9u624C\nCTo2\r\n=fb5u\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAObHpIwalcGb7zWpw3umGJWUmTz1+abIJeffTOXXLMuAiEAoAMW7E7wQeo88iB+HeFcZxptXXAA7PLGFmtqTDwHFCc="}]}},"2.8.6":{"name":"@types/cors","version":"2.8.6","dependencies":{"@types/express":"*"},"dist":{"integrity":"sha512-invOmosX0DqbpA+cE2yoHGUlF/blyf7nB0OGYBBiH27crcVm5NmFaZkLP4Ta1hGaesckCi5lVLlydNJCxkTOSg==","shasum":"cfaab33c49c15b1ded32f235111ce9123009bd02","tarball":"https://registry.npmjs.org/@types/cors/-/cors-2.8.6.tgz","fileCount":4,"unpackedSize":3429,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdWfONCRA9TVsSAnZWagAAxxEQAJEyTg9skyOYHAfzEq/w\ntFJzShDXl3XAJXkzR2WsSuKIcHPWN4rOr9usQAYjpW/+v0UFzX/z0PLm/g+x\nF6x2GRpdGRgryTwMTMa4AvYQi4upvjUMi6i6bupvcIHRA9zAsnkSRGtIsYGf\nxCDvW8yN2dQPu5zOGZmCwFsUZHXbRwdZ3mmoYGUiyn4LhLbOa9DTVunSib4r\n96owbTNU7oyDP8oZnBuPHfTMcXeO6FiHqDIvtCW7EwFJYsXlCWMNy4jaoBMA\npiq82y07MOZP5LuwwFsX5od4UHkxMpV85pnuaCYsy+loB9+EYD3FCe7QBKDL\npKsbE2n1aqWejEHXv4sRBXnjWaU2rFakOCy8IxPwbF4ca2O52OiEFUFc4nCr\nTzLbD5lY6ZbOxTkkVTSOSv7BrJyq3Hz2SGux+d40LggUPycK6okTzBx67Em/\nk439KwSTwU/RcOJo+VuSM8aETR/eb18lQ12yMHgw0/1myHE9SaW0xhg7ISKz\nR0pxKUdKv8oFHx3bDLf3dysCqeucVv8CXPzt6gKKXK+Q/wPbDfrjRhNSxsOE\nuiTYQ2QGqJhNwbAkVILAKxCkNfzmJqre3Q1HoWIB8wibuctr2pgQemTdVveS\nO3IenRyu9vdR+74IbF4fV3BxmvWYK/UzHo3lBGa9T2FE62wKLdSEyaw4ILJE\nRGBm\r\n=Cdfd\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHts0jXFeTvh+GqQ770/SE49XwUT5qXd1PqDu7QDtP7hAiEAz+M4Hi7WC2RUX5ltOu4lcEu8LYhluS0j50xbyMb/NC8="}]}},"2.8.7":{"name":"@types/cors","version":"2.8.7","dependencies":{"@types/express":"*"},"dist":{"integrity":"sha512-sOdDRU3oRS7LBNTIqwDkPJyq0lpHYcbMTt0TrjzsXbk/e37hcLTH6eZX7CdbDeN0yJJvzw9hFBZkbtCSbk/jAQ==","shasum":"ab2f47f1cba93bce27dfd3639b006cc0e5600889","tarball":"https://registry.npmjs.org/@types/cors/-/cors-2.8.7.tgz","fileCount":4,"unpackedSize":3666,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfJII1CRA9TVsSAnZWagAAf/AP/3MLxjvf9/nN0Y2lyyPp\n1cwjMQjcLNxmnwklgqAGD0Q38HUKhuz1Vo9fbUJiJ1kYdd4IhBkoBmDu/ULm\n7evIaGR1jk1CFlxJYqxFqQpK2xR47YzTFdS+/nF4QtEbTomMk/BN7UiE5boM\npSxq8nxv6p5G/cJSd73btfKIpmWu2AMksFKMTGabU8azYSGBmr9Q6ZXqx3JU\n/1GZR+QZ0WHMchPeEL8tcaFqwBJgLJFEwNDP+yY+euIoxTSpOGRFeJorrm15\nWXtOW57Xy9tc/OREIlTYgI38b6z6KsrZ6T81JUwZdGp1Ae9cXBY355NzPo3x\nus+Jf+DM3FKJKyVpicm3Lhbb/mVMwGwOOY1bd743DUj+ZXUDtPMby3ba5mm+\nLTGx3+b+3J+emD/7QVf5aVDdxXG/XmGeuaViIfi5LvjQh7OaNubbkxEdKjne\nwS9//EWxZM932tsnyM3VvJuZPzDojJE+S1FyWVvqelQS5LXbtWhQPtV461/f\nW1wo0Iobh6fYMJdQxiISVa6NlaHI2cNyyUzkNJTmM1Ran+nJm+q0H3oPH5q2\n6wAdHVA5LcAd7qhmesrvHs1UGAt9n0CuP+ypNeYXI43QnY4ttRmA2g9AE9bC\nmOt0M9hiiy26CjcqKxsbSLNTfqMU6iiOxAK3Hp+z3E10LEGjCZuRFIx7pQnP\ncWbg\r\n=8j0N\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDT3HouiRJhjLU9sWiilrUs8YKOH95hl1Q5xZabsUMcuAiBJ/6ahOixGjhFFM8zwbVOpuuVSWjaFwDvpw2oVeHdEqg=="}]}},"2.8.8":{"name":"@types/cors","version":"2.8.8","dependencies":{"@types/express":"*"},"dist":{"integrity":"sha512-fO3gf3DxU2Trcbr75O7obVndW/X5k8rJNZkLXlQWStTHhP71PkRqjwPIEI0yMnJdg9R9OasjU+Bsr+Hr1xy/0w==","shasum":"317a8d8561995c60e35b9e0fcaa8d36660c98092","tarball":"https://registry.npmjs.org/@types/cors/-/cors-2.8.8.tgz","fileCount":4,"unpackedSize":3914,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfgUUZCRA9TVsSAnZWagAAwZAP/jn1Y9UoEyMBkyGXcxAD\nsQFpKk9rCdwtGToOKQyMOPcl0kalGKMHqQeun03rJ/8ZLejBpp8vBRX0n165\nLvUCcEHVDvPmH2aGUyMKK8VJqXTxQTUdTQcIHwb+VVpbVTmMKRMnyeOzW8o6\nk2BSAZHg4TAaNk9MO0MxvULY6i0HjjvXmA1zi2Yw2jn5hGo6GR4mZGo1TzwZ\nmCPvdXgJVlJXwJqTGY7tkE+8NXdrJ4v1Yish/fDhVCVZ/au00BG0TsXfufQc\n5t9V41dST4+DeH+00woQyvV8rrgJP3Ehd1J9evpXWpABS0j9om6LbSiJP+gv\ngkG4GKTMkoyAjqgZjmcA0c6mzwO28H6xybwFAZ3Q9pNmp8hQEc7WAYjrVXZs\nX/WfJzbnf6ZWOm/QYmElnSm8cLfPlmGgFjHQzeCxs5il5lds2IhQTQu2u7PR\nviZFhrf1InfsbGM8lZLXYGtSDinaQ1VdKKa6Yo2Tr7cTLk4ekU8JJa3VSktQ\nypo7BxHxdnjT412IpSXbP9sKDplJaqnhjwPmb+np16zwE/1x+epMnHgHXMho\ntadDa5kz9HUKBZ6DhlruKpoP2GUTHsN3MwHLVoAvHGlUFnMbCi7JeP3jD9rM\n/UhpYHBVQ7Zf/Rwdj304FtPF+o708EBamozfXevq21KkQZo6dr2NZvWg5R9p\ncRPk\r\n=seIC\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIE4s+Kwl2sKe9R2QhwoXBHECKJmSns9uW0P48+EXgYhQAiB9yh8iDkSMWgpvCKFow/j2r1VC003nOBiC3b5vTiKkHA=="}]}},"2.8.9":{"name":"@types/cors","version":"2.8.9","dist":{"integrity":"sha512-zurD1ibz21BRlAOIKP8yhrxlqKx6L9VCwkB5kMiP6nZAhoF5MvC7qS1qPA7nRcr1GJolfkQC7/EAL4hdYejLtg==","shasum":"4bd1fcac72eca8d5bec93e76c7fdcbdc1bc2cd4a","tarball":"https://registry.npmjs.org/@types/cors/-/cors-2.8.9.tgz","fileCount":4,"unpackedSize":4138,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf0mP9CRA9TVsSAnZWagAAankP/0OPm01/xWiw09wYnvoL\nrp2+nW8dm+6YZC8spnvz5wAVSsMomy40ABZI63IuPMm9wopG3uSoNFooVbWZ\nPgre4kbgDjOL7tQgYIynHUvGxZ+jLQGiScddXWyapOnQNRwouyib2XshW4hG\nbjyaBT4tM5ixWWP6DA/yduR/Ty2oLTbJWWIi0YEkvcs986EH6JpD1R6Dsxa3\nWsdQ71y6STq9kLQ6CxKEmg14IawFfU8oZ+DbGBgMn4j23wTSPiso/tNML8hQ\n0r32DDoyjAPlSiKilxhHxOBaMG25nkqxrfOGK7DPMiJbO94ZT9QST6NXYOWp\n/s3K0yNbd+emzitWl2TdCLyy5vE6EqA3o3cdJYkoFR/xzZl2FCekt9mUXa10\nIeCvL3BNErn5w/dsd4VulY3TM0zGeHse6UQUnnougrvUqkXfJT2qRCnT6Ocf\ni5d46Zp1dGKKqf4jj1sTWr0/esDbADt6vife1EvjfXKp9QEIThOlwh/JxmYQ\np7aqIltOlLAcZuISoDFXjCuUAIj05p3riUySZjxtdRT8xRnc2lUXodMpS7YW\nZZYIrocZOC5545ByMBEKqzjLAKX0x8JqUH3SbatxvQCWewFHjjExO9LjBv/D\nlwadLxHHFABKn9KvG4UoKTGTMQ0ObsLooTu8AZNlt27La1aqJ0FitCNmwio5\no0Lg\r\n=DqjZ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD1nhWgXued/FF/yEesBSRjs+13s9N8xxYoWsFPsnRfIgIgT+mQBH2pEAYKfxuy4aL620BMaP3jcqF4lrXuMkxcKqE="}]}},"2.8.10":{"name":"@types/cors","version":"2.8.10","dist":{"integrity":"sha512-C7srjHiVG3Ey1nR6d511dtDkCEjxuN9W1HWAEjGq8kpcwmNM6JJkpC0xvabM7BXTG2wDq8Eu33iH9aQKa7IvLQ==","shasum":"61cc8469849e5bcdd0c7044122265c39cec10cf4","tarball":"https://registry.npmjs.org/@types/cors/-/cors-2.8.10.tgz","fileCount":4,"unpackedSize":4180,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgKM5jCRA9TVsSAnZWagAALD8P/0sSQ90QUWomqLiZpzan\nuxjo9S1L/Q0nUxAZ0xgUT4reBMbFt0q2auEp9aOrFLHVPeVXSFHZ5NMjNUJp\nB3J2x2A2Z70w8du+oxNA43+nU4DOznPsBehW86IDghohvLVe0wIMpjsL0Zc0\nsmjjMEwZ4wYDvXUFuvWWr2D9NxrpahohweCydFRe4TB3fSoga0gJNhdFAQlj\nEJk0I15zeRFtfGZr5ZWwvA8bcUZ01dBp19aZaQ3GeaHOaL9vY6Ut+HVta7Wr\ndGgzKZCqioUBe8wZXfSqdrc2Mz+lLwCqRZEuyndgsTX85EZsljCw0oQrjomf\nGihHuXDuSB2rXOS1ML8LJNTCFGfk75MHK7P+Nvsa0dwA6KdGjbhxcK6rBRlU\nhvxvNwZk9gwzBRbLdic00sbPh8Zt3g6Rdj1+Psf6uIXxdY4kLvnysYGL/vez\nt5o2a8KML2p+gOCG5HtE5nTze1WSYz/XBNfX5rLoTvmyD8ZXLw9NSllvv0KB\nJqcYGZ1DJslBxLhmtnghWcOYGP3aihyS1wtCoQUFYOHqJHI3d4r+Nax+hohK\nk3pYDR7cr9eJjH+Q8008OIJD/a1VyLDTxeNuWm6nFAnVauKm6ln0y5cjIncx\ntht7plhT38xf0WS0w9/qfYAGjhLkmN+SW+GplHHnAb6KQJca5xmd0AaQuntR\nAxm+\r\n=JOE4\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEkyDyfez67eeeyd2x6cUfN9NFXCyIa9IsC44mHkAevqAiEAyqTZsWuj0ab8RJXtTPoKEJbNBMpDBZN8WzPoRJxEP2s="}]}},"2.8.11":{"name":"@types/cors","version":"2.8.11","dist":{"integrity":"sha512-64aQQZXPSo1fdLEE/utClOFVUqDUjyh5j3JorcCTlYQm4r5wsfggx6yhSY6hNudJLkbmIt+pO6xWyCnM0EQgPw==","shasum":"0bbd036cc6c8c63e0e5d64115fa9692eabb7eaa3","tarball":"https://registry.npmjs.org/@types/cors/-/cors-2.8.11.tgz","fileCount":4,"unpackedSize":6328,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg5L7OCRA9TVsSAnZWagAAL1wP/2txWAuYbMRcAD2qbSjU\nJ0v8ZSMa7g29OTSKsr5JXANMZKL94lf1l8mOXrUz7xu1XsTzFNAXR3cBSWi1\nUWMXjhScvhcv/5tGXxI37AWykXF2XS+LDlQTkNECL1hd0FyWCIjgWHWGkoRF\njT94D3Za6J0FpjEdPdbIlrlqxpayD63CCxrh/h+X/9b9HT6C3sruLzlh5oSi\noiINm7LZ6lassJgPhmOFks2qKCRnsHhKjZoMs5ja4Ar9ZG8TDldqeKXDUD18\n9wsN8/X0wcuiduEgRylIc8RYwgmjE1iFhHRLCeoRzqjJ1sQv0xgksytSh2oD\nuS5EjaHOVMRAXzTfeRIdts2KwmsxPOlFOJZY5fTg8cBI8xgzSLyiH3hkAt2E\nf0YZ12KMZZVg2NmT7lv4fsbVVEgZJua9cJr8w0ahOQgVHPp96Wkq+s2g3Yfv\n3Bp4gKE5Fim7HIH+bIQ4VKJukRDn4D+kn94il1yBHreqFU1K64OYU5Ub0rMH\n6h6xoehxsLJe8w8i2Hx0Aw3YnMn1vJbuaJcTueEnRUHr2cxV8/DDuoXGjdpP\nc9qr7P87sg9VITroXoZrgUR3g3Ug+jK0MFMH/euBRuH88MbEeTMO7RMHT4+L\nsvp/gezqsWpCZlzkIZjgLSvq/ET/AXECPBVIprXGR+6iejdqFScYQaPMUcSA\nsL3p\r\n=hTRa\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDFMxDUJ9EnQJRWQfQQWTJ0mbouPmYjcOS3nRDytyBC0gIhAOyAxO4Zd+82x4tdVXgCDQJqEBdptMDvTAHJCeCVRxy1"}]}},"2.8.12":{"name":"@types/cors","version":"2.8.12","dist":{"integrity":"sha512-vt+kDhq/M2ayberEtJcIN/hxXy1Pk+59g2FV/ZQceeaTyCtCucjL2Q7FXlFjtWn4n15KCr1NE2lNNFhp0lEThw==","shasum":"6b2c510a7ad7039e98e7b8d3d6598f4359e5c080","tarball":"https://registry.npmjs.org/@types/cors/-/cors-2.8.12.tgz","fileCount":4,"unpackedSize":6348,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg5/whCRA9TVsSAnZWagAAxBEQAJmdRpuhZ1Ri7afiaMaR\nQY87NnZudzAVmzR9eJ3srbs0Xg8AGRgtoG1MRwl8lHHqqZ4r55WOsvlTt0CI\nmypHLBi8dNP39W76ARQCgQTlqaDiPl1T1ab/O8AhYjb5tw0UMABfkiSv9+B6\ndL5BLca5yHrRCMdCu4JIvW2Z7MByc/0WLe1iILhDO8gq5Ch84lT6vNgtFDBO\n+euWjig+7fsfN1UfZUBTjJMJVxlFItr6j9N9FGXyzQv75fA6liUBPdYxuwsT\nMQuyii+PZ2lidvPnNn0lT2NsOTnVf1KtZBWKkJ5S1tqfggBqOhyaeqOlftJl\nUqQKHMIj6JhB1bdV7acNoD8pKZEqRGtRH5NMY2PAYXgqwafjYspX1u8ZcR9W\nMa7WwfiAWHycQtFF+pJNJ+rMDy8wtnoKPhpRAl4lxy2jTgnwpn6zkHlQyeCS\nGg+Sk0rpKiUu8nv+0YUQxgAXshiO3IMtZNCjWmMZoJFdJC5OdZVSRGi4c0iM\nXYI9CsVR7zWt7mAmqMAhKB7vRCRkbbhLiJdnG9c1uDEOfGxkeU6QDW4XbdML\nKuUiyNnNbjn950LkI+cw3Ka7xZKOHGslbT5bV+Lv15YvrsY/rvd5vvOs6EW2\nFVGLcKd/wnythByJGXx9VIXS4YYksnEUF67fiG/zJXLa3CUrYKakO6AHD7aD\nfbjO\r\n=10DH\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDHJqT8y+LvYtiGRcCYHcX2evdMm2M8zX40s1Me0aOOPwIhAK/Ja5OR6TwDLfaGm/BuO0Oz/gwj4QPlXQTS68INnQ0S"}]}},"2.8.13":{"name":"@types/cors","version":"2.8.13","dependencies":{"@types/node":"*"},"dist":{"integrity":"sha512-RG8AStHlUiV5ysZQKq97copd2UmVYw3/pRMLefISZ3S1hK104Cwm7iLQ3fTKx+lsUH2CE8FlLaYeEA2LSeqYUA==","shasum":"b8ade22ba455a1b8cb3b5d3f35910fd204f84f94","tarball":"https://registry.npmjs.org/@types/cors/-/cors-2.8.13.tgz","fileCount":5,"unpackedSize":6492,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCHtJBkcn6Up7ZqhsHQxC0hGNT7QzSx3CLiFE97teJJTAIgAwd78HpYm4JUvn5WLpMKTfSOgpsxUgol9Zakou1pJo4="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjjZ6uACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp/BQ/9GvasmWSnabDl2UnstTQT0rVbTBNAff7xnGJQJyTJ/d/AwHdg\r\nzBpsxUKFpH7xustbqNKGG9ifyEuyfHDnFcqJSKPh6VPGjqo1XCg7hb0TmPhq\r\nqSlwpvlLtCSgBxKrB74GCQ//ZLz4pnUd6MPD5iKf68dVfK9qa0O2B3mtlGG1\r\nUtyrdVReiKJJSxxsdfLyIItoZTsCdmt2/2sZCmq3i8NetSIxAxSG+lSpkbyE\r\nX9KJLoWf4Nxf6RL8BtFO1FpFR1tpD6jUnjZHdUJ1gDOa/l+fzpzyOpBnaTlH\r\n5X+hOifMkAAsLVet1iT5aZb935q80ZG3inXhr0rnjxq4cy4IQQqWJL2at92k\r\nU+We9GUt79lODAlPSGm5s/Io+AdEA+c2vGCViSGdcucJjM+l6h6p/nB8hrjP\r\n4D3If5nabBWd+kfetav8FnKwmUiEvqsRf9DqZZCwD51UEgUkFZv9Fe4Dg/PF\r\npnNQGq2zV0rTle41xaXV/5Pcvhhp5apgf6+Q7V3bqQkGcNTrVL/E6nknQhpP\r\nW4B9DW4TIZ4uttzIdGprLFDNqKrcim72Sd1/4ZvEhzpzfAfOBjwMe7uGjsUO\r\n22oXIXi8Z8AulcfviIsIJadIFjp7gme6p6h5FI7Qx57Z1z2PtnilTUMSc3Pk\r\nlUmMtjPY342ocaslo6QbcVXPBh3KYwoXAIY=\r\n=NcBt\r\n-----END PGP SIGNATURE-----\r\n"}}},"modified":"2022-12-05T07:33:07.190Z"} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/content-v2/sha512/b6/3b/a86433007448559d21657983c2b5d2f6197c154c6b4d8e878977d221206dc2d71b3dbb0c6a44d12ee56a670d909aa33c1594afe7b90869a1d85748831ac7 b/software/flow/.npm/_cacache/content-v2/sha512/b6/3b/a86433007448559d21657983c2b5d2f6197c154c6b4d8e878977d221206dc2d71b3dbb0c6a44d12ee56a670d909aa33c1594afe7b90869a1d85748831ac7 deleted file mode 100644 index cc1b0f1..0000000 Binary files a/software/flow/.npm/_cacache/content-v2/sha512/b6/3b/a86433007448559d21657983c2b5d2f6197c154c6b4d8e878977d221206dc2d71b3dbb0c6a44d12ee56a670d909aa33c1594afe7b90869a1d85748831ac7 and /dev/null differ diff --git a/software/flow/.npm/_cacache/content-v2/sha512/bf/69/0311ee7b95e713ba568322e3533f2dd1cb880b189e99d4edef13592b81764daec43e2c54c61d5c558dc5cfb35ecb85b65519e74026ff17675b6f8f916f4a b/software/flow/.npm/_cacache/content-v2/sha512/bf/69/0311ee7b95e713ba568322e3533f2dd1cb880b189e99d4edef13592b81764daec43e2c54c61d5c558dc5cfb35ecb85b65519e74026ff17675b6f8f916f4a deleted file mode 100644 index f246135..0000000 Binary files a/software/flow/.npm/_cacache/content-v2/sha512/bf/69/0311ee7b95e713ba568322e3533f2dd1cb880b189e99d4edef13592b81764daec43e2c54c61d5c558dc5cfb35ecb85b65519e74026ff17675b6f8f916f4a and /dev/null differ diff --git a/software/flow/.npm/_cacache/content-v2/sha512/c2/41/874f1499f34dea6af406ffffa7b45cc5f20621dc148fbbd29085cbc62cbcd1ba9d8d19f24b072437c1bcdc798855520fe95e0eef64f6c7811d54197a5388 b/software/flow/.npm/_cacache/content-v2/sha512/c2/41/874f1499f34dea6af406ffffa7b45cc5f20621dc148fbbd29085cbc62cbcd1ba9d8d19f24b072437c1bcdc798855520fe95e0eef64f6c7811d54197a5388 deleted file mode 100644 index 23c803c..0000000 --- a/software/flow/.npm/_cacache/content-v2/sha512/c2/41/874f1499f34dea6af406ffffa7b45cc5f20621dc148fbbd29085cbc62cbcd1ba9d8d19f24b072437c1bcdc798855520fe95e0eef64f6c7811d54197a5388 +++ /dev/null @@ -1 +0,0 @@ -{"name":"socket.io-adapter","dist-tags":{"latest":"2.5.2","beta":"2.0.3-rc2"},"versions":{"0.1.0":{"name":"socket.io-adapter","version":"0.1.0","dependencies":{"debug":"0.7.4","socket.io-parser":"2.1.1"},"dist":{"shasum":"3b1dcb3ed45b304bb39ff08134a4998c9fbb5f4c","tarball":"https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-0.1.0.tgz","integrity":"sha512-Lxg3pHkBrjrvkssvMvcEBBHxX+6Knvk+k3PrN92CsVb/91u5XI6hKGhVIK5C8TzOYzlIdpgLs1Iif4tYAeZZ9g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGGsq8/LWijwOOdG9huBouy41IyGUQGSfdw/mtp93Q0WAiEAnWbPOq3XVr25nf0wuTVTwFYpNo/nbZkZNDIM/wCZCwE="}]}},"0.2.0":{"name":"socket.io-adapter","version":"0.2.0","dependencies":{"debug":"0.7.4","socket.io-parser":"2.1.2"},"dist":{"shasum":"bd39329b8961371787e24f345b074ec9cf000e33","tarball":"https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-0.2.0.tgz","integrity":"sha512-3PlX+MOlpHiY+ZTbKhpE4i+M4u8hFUlVyqFP4K/mH+t+D9bMKATFqUUY3zWQMEo2g/1ckosURXviQw6M8R/y8A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEYjIpG+zs1InR9pPqTdVbgWXSP38CmCMKoymtwhDfRiAiAm529TKcRIev/xEIJvjPJRZTnnOk5ChFCblrQ/SFiq/A=="}]}},"0.3.0":{"name":"socket.io-adapter","version":"0.3.0","dependencies":{"debug":"0.7.4","socket.io-parser":"2.2.0"},"dist":{"shasum":"38f441d8cdd5593bff990e50a4db131aa75b55ec","tarball":"https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-0.3.0.tgz","integrity":"sha512-OCmXzOxcYMx/Wz6XmxiQvoYTpL0Urh3IE84/mKbmYbFQBlP+iw+0HVNml1RBUQoiLol5CKhCKyLdcPhkPYPlCg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCip01yk2fxk9tByWgtwRlB5AfZGXDMdIIlgr4X5b+65AIgXJFH7FgdMRR4ArS9d/S+czaFf3r0+Q87Kf6mR0dJlvs="}]}},"0.3.1":{"name":"socket.io-adapter","version":"0.3.1","dependencies":{"debug":"1.0.2","socket.io-parser":"2.2.2","object-keys":"1.0.1"},"dist":{"shasum":"df81f970b4df6493902d93e519c7b72755c3a958","tarball":"https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-0.3.1.tgz","integrity":"sha512-DmOAXQyYdztliqS38RnnvG/YPHnPhGRg1C8/IT+Fkrg5JaC7Xtox+ItIbJ12B/5vmBJvaQFF1Px9U0ePjn+R3g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIE5CP4qHq9TsGuM9s5yh63Sclz33SFCXFnbIuMCDHbqBAiB6voP2k32p/7kKSjV6kn66sQNyyXnvs+lbmCGsl1BCcw=="}]}},"0.4.0":{"name":"socket.io-adapter","version":"0.4.0","dependencies":{"debug":"2.2.0","socket.io-parser":"2.2.2"},"dist":{"shasum":"fb9f82ab1aa65290bf72c3657955b930a991a24f","tarball":"https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-0.4.0.tgz","integrity":"sha512-nWW2nAX2FlxFr6GFPew2CKC3sDZkhWJEdw2GRml81L43ntCsD5ZiTNQcH0VAQzC/7gvckanNKelQ6eSIErSJCg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICvJvWVbWnAcbpHtN4L42CelGA9vcvzIyKj6gV1InJ2MAiBWv5SJjI+NHAXO64hgoF12mljtVprP4V1YBuaDdl517A=="}]}},"0.5.0":{"name":"socket.io-adapter","version":"0.5.0","dependencies":{"debug":"2.3.3","socket.io-parser":"2.3.1"},"dist":{"shasum":"cb6d4bb8bec81e1078b99677f9ced0046066bb8b","tarball":"https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-0.5.0.tgz","integrity":"sha512-zmYvlFJay9skt4yk1MffE9p93HKvQtyy0BLZ5dRM73bOXFJXNZWq8qZVdY456sLaxdK6fHGiZ7glxzqvzwGzkw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDVMevNQSmZvf1Pm+/yR3mfUuK5qUPssER5DtKKIXEb4wIhAOHoBB1G8Ldr2btif1bvMeLD+1TIBvXobDe+hFDQ0RVy"}]}},"1.0.0":{"name":"socket.io-adapter","version":"1.0.0","dependencies":{"debug":"2.3.3"},"dist":{"shasum":"b6ec656720ff1e79b2a715be0ce1c4bf3be44acc","tarball":"https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-1.0.0.tgz","integrity":"sha512-Ui9BIPLXJnXiUhJ0mpKF7Ch2oPJeXmoElP58dsGtvKGPCyDgBCxy4J8C/ls4moU4hS3AhELS7sCWwlRwDkpM+A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGhbfXNjnhs/ejfuGcFvj25vFEYrSnGqMRPL+ytzUliZAiBkYFyQBa2k6pD2RE2BHaBQil/JDh3b2ZX6+YyWvw2E6Q=="}]}},"1.1.0":{"name":"socket.io-adapter","version":"1.1.0","dependencies":{"debug":"2.3.3"},"dist":{"shasum":"c7aa46501dd556c2cb8a28af8ff95c0b5e1daa4c","tarball":"https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-1.1.0.tgz","integrity":"sha512-0VBw/ZRe1UFN+gInJZ0l86Fx3iPtJLr3d9Hc7d2hbLgVpCpjjZ1HZ/qzx5uAEhSTSvOcSifZ4Ipm6PTIWLqtQg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCoLXUXyWPjZ4oZGUFCOn33ybwwXXfUtxLLvwJeGJnXhgIgaPnM1xpe8nkZazmh6M5niUM2TmYNn3rAwJRG6ObKPT0="}]}},"1.1.1":{"name":"socket.io-adapter","version":"1.1.1","dist":{"shasum":"2a805e8a14d6372124dd9159ad4502f8cb07f06b","tarball":"https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-1.1.1.tgz","integrity":"sha512-a8zS9B5yaggPHh4odsSZJmMmHsVi4eOym5zIjTALl6GQCkOCghorCGQjBCke3WKbY14lgHh7L1E7ZBZy8/sYrQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDV7fxu4ELSGEkXJo+YVKyeIfD/o5pmkKTZarIhRqOxsgIhANEvBRINwNzRA3K93g/rq9o4nnjJNFbiC1c6t0vwFn8G"}]}},"1.1.2":{"name":"socket.io-adapter","version":"1.1.2","dist":{"integrity":"sha512-WzZRUj1kUjrTIrUKpZLEzFZ1OLj5FwLlAFQs9kuZJzJi5DKdU7FsWc36SNmA8iDOtwBQyT8FkrriRM8vXLYz8g==","shasum":"ab3f0d6f66b8fc7fca3959ab5991f82221789be9","tarball":"https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-1.1.2.tgz","fileCount":11,"unpackedSize":11778,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd28b5CRA9TVsSAnZWagAA3KsQAIBLuWWfHwrbyO4uBsMD\nlMYLLeSmwU/LhkrOddmlo2Cx3S35SM3KQHI76ti5t1lzBcAKZ8eDgCM2+2lS\nZ1QwMjopIvSn37tAP3m6nYumHs4TnUpGFyArjaE8JpqUjH0BSiaYZgF/js0C\nnzny0FG73dZ5XXMLK+4mJ2BwqFxSdkXU3BYKrQPoQ+Rx0mYGYk48ci63z3Iy\nVrCqzoiheBZkCoiC5UuyNirCi+PFnGlPLRpZas86XFvyXZJGZDJBZw4BiGnE\n6JGfkFiTJC/1kX9qgJUOPd9sd5luO9Zv73nCVBnTnVWwqQ3VhzqFYqgzpwTn\ne0/22+MdhHDf6hayLnVZVpzV54ExxOHhvVNzlh3df2TnVcF56CgepQFh9+Rg\nAF4MUWkDkW+sT65335HTChgCEVwqqZpjVTcBh0Tjgzl2OkycxkREygQ3wyvy\nScsBYpT3vupSiBfRZ65V5EMqqW6HWTryz+WWHo4ZSlEo+2e1j/X+kd+lrg5s\nrdcts9KGp0Bv0WJi7XABzCYLspwPgLkHsTXmt6aChNZW/YDdLdTlVIWGm120\ncCTmj4VUjHEhDEaCo/u8axZlM1m8r0sOs8gXz2dxnRKVYYLThutnqNvMH2Fz\nBhg6M4iYtTmbDj/iTU/J2yR9SR+vS65y3LjHOmiOinsqxs+fpxuHPT11f5ia\nZ63s\r\n=2QIg\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIH2I4EYmkgBtuHNcvsGNbZAZS/WgmMu72dbweAoOs33mAiALZHXB6nrpXFeU7Iz6xIbrgyg9gIlDbydC6DCMqpBAhw=="}]}},"2.0.0":{"name":"socket.io-adapter","version":"2.0.0","devDependencies":{"@types/node":"^14.11.2","expect.js":"^0.3.1","mocha":"^8.1.3","nyc":"^15.1.0","prettier":"^1.19.1","typescript":"^4.0.3"},"dist":{"integrity":"sha512-DDM5a+4FAzl7XGdek2SBGgKxKWnj6o4eapm1OqYB2F3AieEvptFLnSRqVdKjQy9FfPUsYdHVVKy+veL1xFuYPQ==","shasum":"a42979488f559461906a0e68bea2e2b75972212f","tarball":"https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-2.0.0.tgz","fileCount":6,"unpackedSize":9181,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfbl4ACRA9TVsSAnZWagAAldMQAI3zCswZCVliHgGef1UU\nUWot382aNYK20i56vIgxG93MJ6fK47o36eRwwT5OxJD9uAmKuXupvyU6pGeM\nmtTEOMONCXStZouqzfI+f36p61jf9U/8eWzkY8KKD/kSLb/Tea4ACClAB3up\ngL9P19zUkdn76lRClaCHviK1M69dzXdUE2kbOaBIuP2R65z0ygWy9PQFXERc\nomLYt7c3QV/bT8pFLFaHimGgDKDy9WcxfVOhwOoU2nnVCtJwhE9MzNaY5wqN\n7H7POAvLzI1NL+6P38vUCnsebdDTjaQiZb3fFGsn3lwcA4Mvj8uH3BRuOqdL\nXOqiVv8OWh7bQBOcPBNEi1HwVfHbZpNKUolLERxAtN+tI1/lTvHPkk6G3udS\nLKSBm/LmhGoCMuwovgYabuOibauib5UV1Yjn+rXxuqcs1yzxedSIkdB8LNQJ\nQrB1XmX2CKyZZEf/R/huhlhvbzcGnfQcTyso5EFJzf+a5h2ou9rRA1Gkhau5\nn/OTweK6bQO1Oi+RYiYGW7VEfPoqhpYD6qO5YtgaICfRSFfWk4mxqnodWaQh\noW/slHxu/eBz9UM8a2U4/lW5TO0VL+cCDdc6lFF8kvWkJB3Wz0wQBiimQfq5\ntuaHzbbqO/sOajsTTn7UyQQ/yFFhlj5v/8qZGwVfITt/k5azWiSE4l/lZx6h\ngq1V\r\n=UH73\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDa8t3CeGhxtLjA4BiEAJ9OGtua68bbIHzfG3QItTuUKwIhAM35T/p4B8UcVa10OAPSzs1XVDHR3oP9W/B+RTD7C0hE"}]}},"2.0.1":{"name":"socket.io-adapter","version":"2.0.1","devDependencies":{"@types/node":"^14.11.2","expect.js":"^0.3.1","mocha":"^8.1.3","nyc":"^15.1.0","prettier":"^1.19.1","typescript":"^4.0.3"},"dist":{"integrity":"sha512-Q5Xakktk8mbwzAXD1Q8EnLDfnBflU1vKbNmz0aWihqv7Mpddbaf71QkXqb6wk0w1ofJLfIsc4IFPLcf8/MZiSA==","shasum":"aea3b5bae0abb72082919e7b5cf5e3de4cac2739","tarball":"https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-2.0.1.tgz","fileCount":6,"unpackedSize":9335,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfceIMCRA9TVsSAnZWagAAA0AP/3zFdUNIe8NeK7AV4h0l\noIBynhrRT39+6fimjQ/n8i4aC7QtcRd6ia9F13UsLu2wicoLFlmuacLHJhzU\nJPHGfbxZ54IBSz0f3lMIWuisziOy4ZztKkTi2E1w1Tt6G+92ePM7N+5T8Bxl\nagmgoovYaxSLu5iGHR6NYXWEsw/bDu8vkUaZ3zSb7x9dkQRHYR9BjyySAZED\ncWQ7UoX4MqgZwk9XFBhgtZj2kVfhJuCwQihy0CLxW3RKzWS3Ylb1u3m4T+d3\n/awxQ5Bc8cmKH5LD4W+6tIPF51rVm0SpLoWzWuAloLlAaNGgUJJUeNd0UBfJ\nB8DHxAgQoevOVrEMHhoTrIY6dix8HHoLjJbecKhmtRsNgfv1JzP3IcmtapQI\nvCZVeSIbX5j9S+EUC8z1cksJR5SnBDzDkCn7taEHvzADgTeOdj1v9b6g1wZt\nBzorFiPRzvxzrWmxIbyxDWLRVKpkEfjOCJKbIhWaKMT0VS8RcV6kMGUCxnAf\n6bZep/Gx1TuBlxafIVdVcLQdGSst3It906U57QFCKZooFBp90TWLq+Kk0S56\nZ0qdsGdxk4NyqswdQhA9x4NvWnpPJfpq5yKcWnNYY7sYQoik/gx+civAQwLk\nqnv+e77Sws7n4ljCipaPZFkw5gM5U5xdBaZ/IcB6W4F47xZPbfg89xNasZfi\nygWN\r\n=oeJQ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHVlBK4EvQzEOuPF7iLdkkSbTqUbEz/nFqW7Pzp9K7CSAiBqbABl4bbBVla+fDCvHcx7I4fSBzgTo9LNzWhRoBQAzQ=="}]}},"2.0.2":{"name":"socket.io-adapter","version":"2.0.2","devDependencies":{"@types/node":"^14.11.2","expect.js":"^0.3.1","mocha":"^8.1.3","nyc":"^15.1.0","prettier":"^1.19.1","typescript":"^4.0.3"},"dist":{"integrity":"sha512-9Eh0FKuZPY3/bQlA3ounhVRv0EWbuYj4ycv/kyvtWldba1YQ60pgB2WWg0bF4aJJlEWqdoM8Xk2MeeUWG7THCw==","shasum":"7f5d1a5976ac1dcfb2754cebe81b5a7b7877829d","tarball":"https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-2.0.2.tgz","fileCount":6,"unpackedSize":9533,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfceYfCRA9TVsSAnZWagAAJkUP+wcn17L8qgR+K2DMoDdk\nfEzZ988Udfhz0x5J0kdL+mzKu4VdVWFqFvxVwup4jDxoJVJ/1U2ig4WChrWm\nkF/n2Ortsr4lpa3EfdwK33nJlAu9XKPuR15HlC+KGpyaP876EdWVktqkWovy\n9+lO3k6WQSClu/49fxVMEnsTix7yNCMBTcgLWZ+Aj3rtpsS1fSJWrrDLsbAS\n01v63SXvTsfVIl/AEcs506koFAC+TiD4UrLd8k6TP17ENaZf9geV6DT/oJu1\nkf1CnNL7YdaVLyL0hIXXXnIWdreTZf3cbKMZJvYDWeJiXfYdNs8hm+mG6MDA\n36FJk0HiJJNdIbb47j/lGPoiK6PGgNOLkcnQKzOlPelTw5UuIVlLMhTBEy0t\nkwn+hRLeXylm8PT68TUfPL9lCOnP9FjHplL85sZNw2MEt9PbEigeQVeqFqil\nyn3U0u+AT9/83kt7fci/LrJL3FZ6LX4YQjI1POAOV5zDKKxCA+qsDfPypTaV\nz+/A/FKfEzbUSnYrm6tPpsK0LlnXKOO80KTY5+ONJ1wEOIhHU6ieeXQe7vCN\nxZ7b1LTT3N/jxB+qaUA9HHzNCAp+sFtdP930llzYSUV8jpoUoIXzshiSHWPq\njnsWo/tD3FcB2Btd+zXHwQENvbbqhxiNoJeGkLys0WsD3ldbVCFn/XSVxOgI\nEWYr\r\n=5muG\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGeSDa/Jgu5+IPzW82YoeSCCKg0Bd1PMnGLpFXUi/8ByAiEAuN2tofGG+7SJFfUiINNXWEYExkNVuK3AdiI5qno9qrI="}]}},"2.0.3-rc1":{"name":"socket.io-adapter","version":"2.0.3-rc1","devDependencies":{"@types/node":"^14.11.2","expect.js":"^0.3.1","mocha":"^8.1.3","nyc":"^15.1.0","prettier":"^1.19.1","typescript":"^4.0.3"},"dist":{"integrity":"sha512-/+irxVkiriDRMt2hcYYlDOl2LUU3wkjPQ1917t/hb617/W+bnlDaqEGqtQpFE/tWys5FI1+q2JnjdwNeRHxyNw==","shasum":"59e36f2811fef261ec282fbeb40d0757908589a3","tarball":"https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-2.0.3-rc1.tgz","fileCount":6,"unpackedSize":9633,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfiCKDCRA9TVsSAnZWagAA43cP/0z3ABXq/bLuWTmAlq0D\nNwIM28ZKn3vnpnUiORWc5SDADxtOa0/zAoAhcVznZMVNK6SMAK5LBRSIhcAM\nwmaWd/1FLbvOfKV/Og67a4Dk3E12QRoVoqmXZLBjBBi5fhLyw2+LumfOQhEk\nc+o3zTr6PGCWRa2I68pdAFSOZN+5EUJOn5merVCovPKTG4UBjh5QD1eZLmpx\n15OGGgLwGL6DFdsOtSHdz0EZkcGHDCerD6lcvQ+FrPKfKiHsgXW9E1SV8w4c\n/fLrGnK5mJlRUFoWG28uhtgmZ/D7rcj5A9EeOWZAoGQcE12AD2DvqR9Qe+Dc\nH+uUuvb5cEZLquGHqoCcUHlIvo4BcEOoBPhsR4Fu+i12zVRRydnYN9LchS/p\n0n/VeHQHJA6J7Cwoy4Kxs+pcgFCNI3icaIZVtOYGiFsXmOBU2hOBxdPERv9y\nZ7P0i1g2vk5ZuK3Vajl7wNTKKGVy7cpA9GBzjN0x4G6Xb4sAgXYRLb67GVAF\ns++LGSS4nrufQE8F+Q/KMfQrX6FoEYzZ6p7T30utFcnNHxh5tjOjQ/Ehp/cz\nhXyzfVpMroWKw/NV41MPDNJJWZNUGEpG0EdqeYle0ZUvSlMbT6NJLmnba1Sz\n7L2iFOD3yT390iPU/S7DuvCcJmOxSUldRgygQ3I6PKiYrFFffyaCNbNNGtAN\n3KA9\r\n=Zz/+\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD3EcFAS2PJgI1XgK4fAtQfm12B2quLGJSG2dGuPS+wjwIhAPPBk/SQrLENRo9MiYJzGRaQHlT2T+ftCoRSHBRFqfyP"}]}},"2.0.3-rc2":{"name":"socket.io-adapter","version":"2.0.3-rc2","devDependencies":{"@types/node":"^14.11.2","expect.js":"^0.3.1","mocha":"^8.1.3","nyc":"^15.1.0","prettier":"^1.19.1","typescript":"^4.0.3"},"dist":{"integrity":"sha512-ic/fttwhpQ2Ry43ou6gOIeZgpGmsIUFQZ0Ww0DIpCerTKzDdLPG2+AEomG5SGXpppvtbwwesB7O9Azq0JiSs/g==","shasum":"8d19e0c510bb690f94c5a424496c9a171ea96e64","tarball":"https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-2.0.3-rc2.tgz","fileCount":6,"unpackedSize":10400,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfjtfcCRA9TVsSAnZWagAA07YP/2SFJuPHhBG0UL/334Jq\njN3mCgXUSudgs+4eHdPKMXx7nu828t4RLuP1vfk/wPVV6HbTSFmRsES5wvx0\np4LTWnIT+wQecqaJJIHnJx/QNMFZhAWk8CoMxMVtyK3o4N4JS3rhVeB12Fhk\nQr0sGqju0eequN420oCq7QphKGoyOcD890MFxC70LJ3hhNGHaVfssmCG+yho\nbgM72r2lXvYaGyYYtwSt6IdGRjsnI2uowYlxN4I0cYGeKVn+P0tj+jjFLFfc\nH4DLo4x13c5P1PPGSH5iKTV2AFL/AvsCDHpzocHTBfUUoCv7gSWgl/p6VC/5\nu6e7j8l2xFRGtIjGyboDwli2MTqS4fGcooCDuvdu2cJnKlt1FmTYURGwvIIt\nQweRIqxvDy9Weu5wOJ5NyPlGE8ETo+76ni4eLKyCLXtcxcnxCCyInatCmsb8\nKy1pDiruPy1yh3ZfUsvZh0nIiiNTZTEsPktNQggG+z6mpF6CCcfOJ4Wx5TCH\nmJD2DfIWmKj2fvVt5n/E36RYJ7uiFrUddMAh0x16J43WMBcLXQ01wo12HyFg\nk1AfGOOH622nINJYNSvVz6bgIN0mrbry7Olh9BQUeRw68pR/qkHBA+pCgyKJ\nnmC4nOSfphynRV7EpgDYl+XbwEJcwP0SiadaZkQwmGz6WKHRRnNvh+J1LXOg\nF0Ov\r\n=AJ/S\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIELk1NUsRHYCty6cADolzHQbJNCoRxHZk3kqZwM/kSswAiEAvaJWjZvHthqScoyuncaD0UOC4ShCW67oVzDsN9Q59T8="}]}},"2.0.3":{"name":"socket.io-adapter","version":"2.0.3","devDependencies":{"@types/node":"^14.11.2","expect.js":"^0.3.1","mocha":"^8.1.3","nyc":"^15.1.0","prettier":"^1.19.1","typescript":"^4.0.3"},"dist":{"integrity":"sha512-2wo4EXgxOGSFueqvHAdnmi5JLZzWqMArjuP4nqC26AtLh5PoCPsaRbRdah2xhcwTAMooZfjYiNVNkkmmSMaxOQ==","shasum":"372b7cde7a535fc4f4f0d5ac7f73952a3062d438","tarball":"https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-2.0.3.tgz","fileCount":6,"unpackedSize":10939,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfpBhECRA9TVsSAnZWagAAXawP/1ckkrx3hfp0+iSWQals\nlBqxNGziGOeKMjhVAQyQOkU/8WE0NgoK//beMsS1CPMZKZmUYWpB3+7XQOW/\nZrzr9g6IyOV54et4iqVnvC1QAISrZE7wNwxshGyp39yNUxBmCX6DCWdE803S\nzDmXT720T4E6GcZeYntJF86t2RwCcIgS0Al3dj3q0WgF1tibtr+/k9S5zwfb\nrWmniunpIjdBm8XavXTIxStMcJP8apIpyxNvinPC0E5oRvBfy6NRFUr8SG2H\nJNxcdFPdHcaYYmrOPPXVTJ6vYIC8J7JCe5nFkcF2VdFLd19SZTQI8WwDShxe\nldtBFaOh/AMfRw69/+le86e5zqdm1YCYjSmuAKdFAZGJupZlFl724YDfxkN1\nZSNmTxTEqOuv0geKcnSiiyWNovXTP45L6YyluOPndjeU6CVibohd/KM4o0Wz\nuTbWbmfVt7TxKLR2VM5pB3KhrBKpvujQstXJKTcGsfRv6f16l4QLJqOshP/6\nY4C0fuiqC8TEY5wUlgPi2HaSaObrmpy2mGzj86GEvlcFVvYODw98Gbwbh7Uk\nVEylIyLlrWBWBYwY6E/y0kuqjoJnxA6O6AIdeVrHuezcocI5jFMtlnsQI6VS\nq/1Fcx+nlsg44JKTBz4Ysa3oPHIBKIoCX5oQOHly/yMpnMuq0fYTZ8Vvx/92\nSu/Q\r\n=7/P4\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCfxvL+INggN8xEcNe60CLHtxqupI6RwUQpn38rXZABiQIgDY/Tp8yLE5wOxD8UogDGiPOw40W9Nyf6FvoRA0QOQ5Q="}]}},"2.1.0":{"name":"socket.io-adapter","version":"2.1.0","devDependencies":{"@types/node":"^14.11.2","expect.js":"^0.3.1","mocha":"^8.1.3","nyc":"^15.1.0","prettier":"^1.19.1","typescript":"^4.0.3"},"dist":{"integrity":"sha512-+vDov/aTsLjViYTwS9fPy5pEtTkrbEKsw2M+oVSoFGw6OD1IpvlV1VPhUzNbofCQ8oyMbdYJqDtGdmHQK6TdPg==","shasum":"edc5dc36602f2985918d631c1399215e97a1b527","tarball":"https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-2.1.0.tgz","fileCount":6,"unpackedSize":11521,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgAOKBCRA9TVsSAnZWagAAS7oP/32g4vChKNFnxNbtdilF\nqa0NA+720YBWnEYSrVHHNyVee3P5wC06HMVPtGo8IocQaRjtisSHPwp9+/bD\nictepIFHAzxM2YlWN7nl75XKzaIMQ25Aw7EBFCv4o+F4FQs8NPRedSeu2LXo\nuPm7wSMFIpMhRVzalucnfnj41K2MXRaFk131LlMo8Ij3agrruzbPPualK1lQ\n/hbrYdnuow84lHVZh3hlagTzvSWTWIzNS1nKd4p9J4IANiL8M6i1lMGqnCYb\nKdpa0m5lXkGNWCgZUV4z+UDk1i5GQJZ88pvwU5IpS3QKqIKdyKg4b0PSbXx8\n66h6fsbPrpF792J+fowpISujnvZYKUxGjmymV2UCIWoqDLd6d2rwcOy99CWm\nd7kSvebomB2ueQgjwsvhTsEfu1LAsFU55bUWLyowuFM67WudxXChWH68DV+U\nZUrjjpg2JHNhnzxaSntrwg6x8836FVZ4nB0a0WKYxBWONNULSu+MsXdgbjOX\ntALQv5BjOmmNEkao2wsfvADKlh0J1UBehqsDDanS8Wwb+PyKrZZRCarKCo/K\n0gimCilcTegrQD10tPPyj27fjPp74pQWNj4o62a5Z51ec59tyDe+eZTYt0sg\nWTiHnIX8ImHvTM2vshNsqqG3ypj0S7gDsxplr8ibQzhbXkdE2a25MBVdNq10\n8JI6\r\n=LqV/\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC9kBERyeYOnzmgto+kyfMjjuspzkQXbLa944iV59X2XgIhAIprmXZUkogNFwic1lBb75r+oA/tPJruIfyIltuAnoXH"}]}},"2.2.0":{"name":"socket.io-adapter","version":"2.2.0","devDependencies":{"@types/node":"^14.11.2","expect.js":"^0.3.1","mocha":"^8.1.3","nyc":"^15.1.0","prettier":"^1.19.1","typescript":"^4.0.3"},"dist":{"integrity":"sha512-rG49L+FwaVEwuAdeBRq49M97YI3ElVabJPzvHT9S6a2CWhDKnjSFasvwAwSYPRhQzfn4NtDIbCaGYgOCOU/rlg==","shasum":"43af9157c4609e74b8addc6867873ac7eb48fda2","tarball":"https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-2.2.0.tgz","fileCount":6,"unpackedSize":14176,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgOZvjCRA9TVsSAnZWagAA7YMP/AzVQC85+3fxFcf5hxAP\n+zjEmYg+ZbKw37zfTTEC+EvmNkTKuRlF2DFyRQl369lTWXNXtHM1fV9zo50H\nBAy6oe3CxRIfDb8xgSfNG8VRrBmeUn7D6uIcqm4PvHzJuJNDqgrcUcgzUkR1\nh2CwvCIzbRfntdSM0S161/enqB/XgRBIjJk0O6tC+9siILkeO4CHmrTd9tRp\nXZOoV7yGyH5lokCUBGJe96bPpTyhdLLncT3E+GyksomMDquFswSZUs50N4//\nDW1DNJMDnUMr5IzlbeOA1fHaB+8tJTztnagytAPUu71OWxcBHxzGhYpF6rCp\nnr8E8rZOXPW/5T1WS/f6QkVNmzDkz7LMZIGw9staR7XxP56mf4P0Aw6stQVp\nmRzitA8AyyYFoKR37R5Nu7NzD6sH2uFV/BcfeBgb+6ENjs2BXztE3Hlo+2xX\nhXqWWSDkpn5BZv093jtXdXifE9/Vs9kRvVGwK5lRcbJP0saFkMXPCVr2Ts7B\nsElhrExBjEzOVm/rpegKzo+/HaVZNL6TZOFczpr0N+pbEi2kGCKRuvlFuiDg\n1psx+N/IOSw+aNgt37I+yOAUnQdXUbSrjOUT+9yNCj4Y+PbMm52xqsKee2xg\n6hpNvTBYOsgsGALAcjAkQk6kItyQ6qiLJdKANvs6kefyOwFB5dp8lOnQqM3D\nxAvo\r\n=DInT\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEEgRMGAeNRaEkiRCguGfPb7xghbXPr7xUv5+AeGJg0ZAiAQ1ffTBverzQ0nI9mHHKV0aUi5Q8knzKE8PLBQMBGgCQ=="}]}},"2.3.0":{"name":"socket.io-adapter","version":"2.3.0","devDependencies":{"@types/node":"^14.11.2","expect.js":"^0.3.1","mocha":"^8.1.3","nyc":"^15.1.0","prettier":"^1.19.1","typescript":"^4.0.3"},"dist":{"integrity":"sha512-jdIbSFRWOkaZpo5mXy8T7rXEN6qo3bOFuq4nVeX1ZS7AtFlkbk39y153xTXEIW7W94vZfhVOux1wTU88YxcM1w==","shasum":"63090df6dd6d289b0806acff4a0b2f1952ffe37e","tarball":"https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-2.3.0.tgz","fileCount":6,"unpackedSize":15407,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgmPCsCRA9TVsSAnZWagAAFv0QAJC/msD/TcOcRmGoisJe\nQJCy13f12u6SM43rhOPpZvj7BixbQPFaLYpMeHoPYrzdzFZ7Xex46xGT1YVj\nr3FKGEDUhQS1P3Y++kTDDq0AGc23w76ZTQr882OAdubHIci0Mx+DJmkHuQS7\nyt62o7AvFVXlppkAG67yIIgJtzojbG4Em1xo4nd8H1uLLWP83e8cZxQsRYQd\n30rK36Y4/QmIZpY1mfvgrXKgb74g5MT0vQA3FYgD0qCpfL3axf61AQGxMH+B\nnyb65oXUtKckQrLX8+WwhfdaqEvAra6NN1838NL0FoEqtJ7rsmFOvzXnZ/vX\n1mAHgfaR6kv//IxaCZtBvRIfKgJ/9upXYoNrn/rJfpTGJhj0yAamm6OAGBN0\n8hiOI6QWUKFj7knfdA1hnNaapkBeZpqLg0jAEFlAB+T2MVho79ZTPyHVNJP8\nAxUIqdSU9pldM7xvzt2JY7+/k+5DMhyMwIH1kSq7IucqY7RnG8P/1WZPfe4n\nPyfG+LyE87lSFAd7jXRkaKnTMH7NE3SHRbmgmdYV3qlR8+zQ8+lhm8Bf0a3e\nyBe6yeqgAvmC7zjp0Lkjk7zwC9Ei8G6fRTK/DEkshgMRiyUztbiwocEaU4T+\n2JWx4CRE/fnUh8GOZculVjqKySFDKNpaGZNo4Ws5LiGyuqOEyXcAGtpfhWf3\nEfqS\r\n=pk83\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCKLGfFgFcEOc3YXtYGhBVwsAWQoQjFQvdMhdy4P7U3XwIgGdvtlg7VB0LvcWn5WznWXGEZsrk98WJjdKqs32VbeQk="}]}},"2.3.1":{"name":"socket.io-adapter","version":"2.3.1","devDependencies":{"@types/node":"^14.11.2","expect.js":"^0.3.1","mocha":"^8.1.3","nyc":"^15.1.0","prettier":"^1.19.1","typescript":"^4.0.3"},"dist":{"integrity":"sha512-8cVkRxI8Nt2wadkY6u60Y4rpW3ejA1rxgcK2JuyIhmF+RMNpTy1QRtkHIDUOf3B4HlQwakMsWbKftMv/71VMmw==","shasum":"a442720cb09a4823cfb81287dda1f9b52d4ccdb2","tarball":"https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-2.3.1.tgz","fileCount":6,"unpackedSize":15895,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgpZWeCRA9TVsSAnZWagAAOX8P/2Cg2O1EJlj08Z1NJ6XK\nT0V+G2SFYlm37Ui/22SKhF1/P9M4Yz2LaPKc1uTJs1Rtts3HeJ6MMKxF1nAw\nZ8yzixE8BSu6mKTmPyTgO6ONRSQk8bNek0Pprjt4UDHkQZ63seIplQWKnh7u\nAkLm3Yn4yPLiK0QsO58/Sj2v8wtZ9QaNRA5a/a0UES+zjH3rqFl+ABzXyRJ+\nKRSPU8zTqgmsYTNQKcx93+S3P0KvcdW4jJTA83LxUTpb5rUYMOV9LvQk3E1r\n9D8G/zXUfcCOMDf8QLdFWMwNZx0bgSQBihleAqFk2/juS/j9nvaEq+tns+ph\nYoXkb6Gx2oy0qcS8RtenrV6ChFnZ/AVfZbdWKgy1e/aIXOQH3JxfwwZ2Vl3i\nKEIl6TH/CMl/Mnzy/iOYEB/759FAXh5cK0y/tkbkLtIKjHGUeymuOcF/VLeh\nhfZZ0tahVt/xw8aWyV1rpja2tzH5fiyH+dCJiuhiyE7WLkvui2kE5Hz90EBm\n3WMhIbXCQRL8oDzT7wpcx3JTU20pbfYNvWD/Evyr5MC/acUN5JHjeD/9lIsE\nnVL8VbQpIEdHwknMrnR6VNDVHA7Uv4lKP+pEsMcwiuxhmts98/BwanqZYa6m\n4quzIo2xbNsXfOA1R+g70kMp9pv6jiEECuGTYrHE6lmgImK+nZ2NwQWhZ2gI\nEn3X\r\n=7s1Z\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGShDLrcl7gKMtiGm1xiO/wk6QPZqoNvDfQmRnadzL53AiEA0JvE7DEMGrzOH88qxnAa28otrO4EimdcMqLN+GMJYjI="}]}},"2.3.2":{"name":"socket.io-adapter","version":"2.3.2","devDependencies":{"@types/node":"^14.11.2","expect.js":"^0.3.1","mocha":"^8.1.3","nyc":"^15.1.0","prettier":"^1.19.1","typescript":"^4.0.3"},"dist":{"integrity":"sha512-PBZpxUPYjmoogY0aoaTmo1643JelsaS1CiAwNjRVdrI0X9Seuc19Y2Wife8k88avW6haG8cznvwbubAZwH4Mtg==","shasum":"039cd7c71a52abad984a6d57da2c0b7ecdd3c289","tarball":"https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-2.3.2.tgz","fileCount":6,"unpackedSize":16212,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhKdW+CRA9TVsSAnZWagAA1eUP+wVSF55ii8lFx+pJMOjH\nem4+PIYxuncKcrkYfpcF6giOmcoRqEM7lOQmZdkn0zrdoZK80QE6WkEVIITc\nbaipFhMnvpGbixMu6MnpTRs370lpga2gxJPig1V4mu0eN+VW7snqrZqEHmz/\nWRSBoxrRsQjz+lzkWzup+dzLWcywro+hT6DWrtkNFN82ht2y1B/1DZUF1+pE\nihgq31q8CRtL5mqqukZcnoLDxhGX5ZqnLM1SPkKG5z+IdovPe/PIzv11dW1R\nxtqCUjLHQ36GkdbdT1kHglvReMKnbOV12Gm46+VZw3O4x+bBKjc0sg6Dkt3f\nssX8kdCA9zrt0OpHwNZzosI5f7veS0YuYCmHnowzFFV4YI/YQVXaobbPMwdl\nH8Xjal4163AfST6S6oiymAIm8vL7n4sjlyM8MZ4KW7IGHfa5n6HiZU9j//8O\naqz3H8PqPKvCX7dQxp9zJBfpbcxQkdAHIWsBYK30d1rJwcijDyPviTi0b/dA\nCEcEmm418VlVg8vWzZLUHHDPVVACpJTjOesKqmpxHl4Hr2cEkHAdl0Mfelfu\nv1bdKrBh1cIc7cxMDtjciyxAYU7eNUsrYgizLp6UHJJOKtMvB/SZRJOwf0Ff\n3pD3au2mnso0o6DwusU5rQ2/+TWsg2m5Vb/5AmssZYTor8VBx8ZaCYI5OTkS\ny0s6\r\n=TR9V\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGhg3WVzBsn5fzOIHZGgIFhdG6eHCkVJeNgr13aRc2XeAiEA3gAQaX8XZV7Yr8P6KFa6mW9Ff9xazgjwWXA8kroQR0I="}]}},"2.3.3":{"name":"socket.io-adapter","version":"2.3.3","devDependencies":{"@types/node":"^14.11.2","expect.js":"^0.3.1","mocha":"^8.1.3","nyc":"^15.1.0","prettier":"^1.19.1","typescript":"^4.0.3"},"dist":{"integrity":"sha512-Qd/iwn3VskrpNO60BeRyCyr8ZWw9CPZyitW4AQwmRZ8zCiyDiL+znRnWX6tDHXnWn1sJrM1+b6Mn6wEDJJ4aYQ==","shasum":"4d6111e4d42e9f7646e365b4f578269821f13486","tarball":"https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-2.3.3.tgz","fileCount":10,"unpackedSize":36498,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhk8CrCRA9TVsSAnZWagAA3j4QAIg+ag/u0ePMyOhoBSIX\nptCMeyR4U6sIBedZ873/UeUNsfVqsPrUOwVMDC9SE+HwTRoRD1YBeCOjsFZG\nLSZ1htUCIaELBGuEx/XrDCqlCjlSqas3y4oAnkG2X3gsd5JADXXBd9CmLJm8\nlXgo8S80F8s4X6Al1TBsn8IhPnH2xrFGPnXfxP4GhO4cGfptd0Ncumd0NJF1\nOWuvJUhgWV63DZAX/32Kw0EZEmPJrHqcfwb/ssgq9A6YaNvH/sArcQCFOsL9\n9pIc/EQ9irWaNW4qkDUvLo2BwhTbKP/hzvzHacFYcoSbxrCj7GJeyrECPdoI\nNIDYIQKcDX9z5jv78wmMaWMOO9mslpbfwqXAoho0UDy36NThbDCZxGU6LrVE\n7J25RV7Lidoqf7tGsCiUXwiizFDLYqK1Rxi3QfmAkGHrBxB2zkk3ju0RKu1C\nUDNJdnWZqYqFaNDAj4XJ1g0z4BD1QiYje+O4fZO5jKE7FCKdi9RNYyDhzHld\njjbqKUXDxronKnS1koM7cTQlQSabi0KDHWizsMuYIWVTXF21Gpg8oleepeSx\nI9f6+/A64gEXbRU8+ZlPeaLuqT37nrJUNcaA58fionmVGX7ca27gHYtIXtSN\n7tI1i+qhfkHiMh17/WENhuhnZHIXARcpQ2ij1zN2eYKyY48XX4214QRoJxeX\nhioc\r\n=udBf\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD2fi07DGMU4GrzLIiPnYWKv752H+POY8+tuMfAPth4mgIhAPPTrgzaSPB/jTSeoZkCORfx5bQ11oKSKaZ84u2CJOyL"}]}},"2.4.0":{"name":"socket.io-adapter","version":"2.4.0","devDependencies":{"@types/node":"^14.11.2","expect.js":"^0.3.1","mocha":"^8.1.3","nyc":"^15.1.0","prettier":"^1.19.1","typescript":"^4.0.3"},"dist":{"integrity":"sha512-W4N+o69rkMEGVuk2D/cvca3uYsvGlMwsySWV447y99gUPghxq42BxqLNMndb+a1mm/5/7NeXVQS7RLa2XyXvYg==","shasum":"b50a4a9ecdd00c34d4c8c808224daa1a786152a6","tarball":"https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-2.4.0.tgz","fileCount":5,"unpackedSize":15078,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiQ/L5ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr4uRAAlGrwj0+7BtB8mwvgDWYgKPqAO/i7ECug2bpRXHF5sh1DTGba\r\nH9fLKacKk3ZI4cg+SGPbjFMcNNpick2rAb9pGk8AQVqUviTIP9ubHdt8QB4E\r\nCPPbYomFEGVU3LGj67uuhXY5G8GlRXJl5LzZSm5ItcwwCLK11OGphZgiGwB/\r\nZataB19geQKMvOK6pKFzyKNg22osmbE5x4LbKcIf/YR7q2TxfDGxjGf1poEv\r\n00xUONLc0ugtlyvWm4q0L837mHOlZBDl/A4EwVIjo3gfyjflCR9BSAE1mP9Q\r\nO8fye7rtgoeR4XyCVHKLJJQ8Gsw6vX6fnhjK6cSq5q40ku3+mSaXY0412wbJ\r\nEdG50xjQgrMRL/VNJGfuvy89LM2z/2JaLC+hVT2nKifa5VGLBo968bCPpVGs\r\n6mbE4e8fv1LGTIMPpfPhBu+DJO/qGHn6L//sBdKcAcuBfR2SRDHws+Depy/H\r\nRwhw2MHLB0l4iEcPiejRfGoXtqWn96ld+FsFLXvK/MAtHeVL4Qew90GSz/tZ\r\nzP6fQWQpH5LlIdv/ekx2nrBkCdAbvMnAuzl2cnWMhcwMn6MCf1niUVVQFGJM\r\ndOaWR0BJDhxDXXWMmTMiv60Lj7swVuJm8cX3Pw7AE8kY4dAiny253SRr6+Mo\r\nkzNWnfhuH891u2z+c5C/L57U58yPbr020/I=\r\n=MHWE\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBf0gGgVRlcHP4AvtIdk0F6EAaAkP8NXz6aPkdbzxsOAAiAd8lKF6byspatxtBHkxTRFqfOLIN7zo2n5n6f55uw59w=="}]}},"2.5.0":{"name":"socket.io-adapter","version":"2.5.0","devDependencies":{"@types/mocha":"^10.0.1","@types/node":"^14.11.2","expect.js":"^0.3.1","mocha":"^10.2.0","nyc":"^15.1.0","prettier":"^2.8.1","ts-node":"^10.9.1","typescript":"^4.9.4"},"peerDependencies":{"ws":"*"},"dist":{"integrity":"sha512-ODH/bGIy+RhU7uUHAzlw8dPz1INCCxYpZitHOiSf+SE7nIkAJ+O1XHMy4hbxKbAG7y82rHJiKYJp+9rTD3KFyg==","shasum":"a53755cbf6a366955be91a0caa378c60963ecec3","tarball":"https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-2.5.0.tgz","fileCount":7,"unpackedSize":23216,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIE7UWsnbjiveIBgppfiWaiEWDit/M3/Pi+9onHVqLRtGAiEA9Eu2mTQJnxoZs2ctAcs2F8HRIoE1Ncg1xWJJPcr1qLs="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjt9t3ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpaHw//YJ7xBArxnzp8R6Gj5Jz25E2pqcGRqZ2MwXWhc6y5w5/dnKCP\r\nxBmhQcW6D2bj6ovK2lhz53Bm4+RxJY+357RhcakWwRzsmiC7qBXaRRJt2lPR\r\n3TB/oIsxZ4jc0QsZPTjBZBsj/We+jbs+il7SmTxGaEnNz8afBC/a13R7Gc7o\r\nxBZIaIVqD+sSUj48XPZMN/d+qlHzx6WnMm1Ff3ehL8Obd6yV5QQ8rHXZArZE\r\nIdTPjzgFmq5dbRrnCq012UR1I1O29UM58buWRXrXBIwWDV5LuP4wcYjrSM/6\r\n816qzh6TaU3EkkzDboSMQxPQuHTxHka4SF5p9L7ic/GQwUl+pyBG7EHrjY16\r\nO0idLDAjEUDHQVUfdfpMYCHv2pTFnjX4vgN9HSDsuEO6xYK34W5KkAw19EaZ\r\nnrEktwMCQN7a3kEzupa5MyplI9TWbh5CmgthWEYdtDZwvVPq4nSvmRq6CNOo\r\nafGiRf/6uOgrWQuNNfSeKPcW9riJE+a8o241m4UyfZHrQrTCplJCu6ehwq21\r\nN02stpJrfUURVZzEQjinksWTbUSzNJhNoFiH7LTDxoxNy5XUt6JyZbhrBkh+\r\nzel9rnQQTOk7jsq0FbYdz4AAKXmfDHkXaQaInCIY44qiF/mnOt+Yv9L2+9ON\r\nokNTGi1Vt++8H5fYkFXi9E28FH+SnGk59qY=\r\n=N4r1\r\n-----END PGP SIGNATURE-----\r\n"}},"2.5.1":{"name":"socket.io-adapter","version":"2.5.1","devDependencies":{"@types/mocha":"^10.0.1","@types/node":"^14.11.2","expect.js":"^0.3.1","mocha":"^10.2.0","nyc":"^15.1.0","prettier":"^2.8.1","ts-node":"^10.9.1","typescript":"^4.9.4"},"peerDependencies":{"ws":"*"},"dist":{"integrity":"sha512-AeMMRoOndaY7jMzSycSRbKX/ifKt9J6qKbDEq2NhE/YXWpNUERVN7s9KGqRr7Oma3I/ekmr4rt1l+Z6fAyHPAA==","shasum":"2fdc587ccd4b2cf2419542f01f83c5d93a131628","tarball":"https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-2.5.1.tgz","fileCount":7,"unpackedSize":23446,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBHZ+sS+tpyymlZuyE4vWgLXwEivaB+G1/orZHLSmiW2AiEAlKqLQRFkTvn1oyDCAdqxfG4xQwipyd77TiUoph6OVJQ="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjt//hACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpZWA//cvhnfEJfi+3YiHp4wejomspat3DRPtF5TnFxszycHqkcbhd4\r\nV32igBDRnmbeNloJTL3w78AlolpRexSl+REaIusRB201ErglhVTROstenXjt\r\nyH2bO0DdnsNpKfXH+7dtliWZIkq6yS955RAMdv479roocDPKrHrhtSWYVQuP\r\n1D/axIo1+OSCgAtbvdjWcmU5kBY0EwsXC+bBQTHPFV5/GdX7RUzoY3heI2Gq\r\nkbxKJBLq96SVC9wlWFuTc0CDTquNqQRntan699syT5yZnXleEybaOMGovAN3\r\njCpQ/9DhVCZzRLy9XaqZKXpEl2cydnvZsPfX1gf4BQhUa7WRYtgdF7sHeQ8s\r\nRuR1Ov/gLmfn62Z9sZrAwd0l+lcR15CCqr3fB2Syerx7KnZH7EbiWpFIzCXC\r\nny5e2/LD0q4XiSCHY5XdrH5j91KbCDX2S4P38hFsQaswdNQEa4eyHmh6ygm/\r\nsSOOZVs/n1yrhVXJe4FfmOPWB5Gl/xjZX8VLZG4AtbnbDFkFh7KDd/P82RZU\r\n9uFODl/2KXmG1RbXCY5xMBs/oajKQrDbaPoOwczMkCgsyOWTFKiWATJCQqED\r\ndiGKSwvy8fyd24wiQ2vwx2dvp2DajKSr9wWeOyjOI2OekS+kx1rFZlEe3736\r\nJ7t7TCGrlQq30QYJ17WRn6kynnOlsL8gpe8=\r\n=7rSz\r\n-----END PGP SIGNATURE-----\r\n"}},"2.5.2":{"name":"socket.io-adapter","version":"2.5.2","dependencies":{"ws":"~8.11.0"},"devDependencies":{"@types/mocha":"^10.0.1","@types/node":"^14.11.2","expect.js":"^0.3.1","mocha":"^10.2.0","nyc":"^15.1.0","prettier":"^2.8.1","ts-node":"^10.9.1","typescript":"^4.9.4"},"dist":{"integrity":"sha512-87C3LO/NOMc+eMcpcxUBebGjkpMDkNBS9tf7KJqcDsmL936EChtVva71Dw2q4tQcuVC+hAUy4an2NO/sYXmwRA==","shasum":"5de9477c9182fdc171cd8c8364b9a8894ec75d12","tarball":"https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-2.5.2.tgz","fileCount":7,"unpackedSize":23448,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIELB+jjZuxlaj28guLTLY40JGsQjyKmyefdLZYDLv7zDAiEA1TySx9vmFDzVFdn+IfppHRDr3NdZT2Box9OYhDVbhE0="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjv7JeACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmreoA/+KRpUDBHwGPajqvseRCoT87MVAlU2A+68P8Lc96Ze2priYbhm\r\nJ7lGce0ftUERCs4eSnZ279HuXx6nnsW3t3IMwvzfCkPdhT7VvwxGrKWUdiyk\r\nsyzJtArBO9ROLZmqJ2+qPp6EcXJnKtYxIGT7iNqwPaoMkU/o4L/zO5hV7zKn\r\nqdgpbRH3ytYhuoaK4oOKkD0LPr0MvwMMrwwl0slytsAEDKFoloiDgqfuVEBY\r\n7DJQtSZJsFCUVtB03m4PfKc1j3r7ZgOOcCdceWCWHnfQeuhikBMe43iSBtB2\r\nwD124L10Obsa5QwQo1Vi04sQ6ts1wO0Bxnen3iXiJHYprF9mGjK0h77V9UdO\r\nBnmInq3VBt9wUWFqFFzTFh+BLLNaTdxpLjDaP++o3O3K0ccDbAb9l0UnNZVs\r\nODIqQl3U+FjVJXIbBVjF5HRGzpwzmuTxH8KWHslJC9rXwTAWgJBwQ63Z6Juy\r\nBj18U2pVE3pxEmk6UUguItAiyGLeIHUKAICv4tnI+4Ic0WfQy6T1lfDsNKdC\r\nSOwoJh2YHpRfmdta1yKqt5qLEGRgaN9qhG5kw+C6wvpp+bTdBfSLIlyp12QO\r\nfXgmjugnCY1pPJfmsdK1FMycm16g+JiOLhMrH5xdNC9c17jqqVKYEiME5lKf\r\njXU8If6PhOWDt3g22wjez+q1qPN8hg+Wa5w=\r\n=OSmo\r\n-----END PGP SIGNATURE-----\r\n"}}},"modified":"2023-01-12T07:10:22.298Z"} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/content-v2/sha512/c2/9a/487352b9e0c5b767c954bc15ee7ecb4f88efa53abdfdf0674771956103800d03d1e8cb3aefa5b8e8d51c4c753678aaca5d1b97f57eb9059a2d4fabd7bb63 b/software/flow/.npm/_cacache/content-v2/sha512/c2/9a/487352b9e0c5b767c954bc15ee7ecb4f88efa53abdfdf0674771956103800d03d1e8cb3aefa5b8e8d51c4c753678aaca5d1b97f57eb9059a2d4fabd7bb63 deleted file mode 100644 index 835f553..0000000 --- a/software/flow/.npm/_cacache/content-v2/sha512/c2/9a/487352b9e0c5b767c954bc15ee7ecb4f88efa53abdfdf0674771956103800d03d1e8cb3aefa5b8e8d51c4c753678aaca5d1b97f57eb9059a2d4fabd7bb63 +++ /dev/null @@ -1 +0,0 @@ -{"source":"lfYQ5PBdiD+BMQ79sJwITYlrN1TxbLFMRJ6V0GFYmMo0xk0dbaKlXzCBePejvHJGmdxWn2OoN2crP6wu2nSaHw==","name":"node-red","dependency":"@node-red/editor-api","title":"Depends on vulnerable versions of @node-red/editor-api","url":null,"severity":"low","versions":["0.1.0","0.2.0","0.3.0","0.4.0","0.5.0","0.6.0","0.7.0","0.7.1","0.7.2","0.8.0","0.8.1","0.9.0","0.9.1-nocolors","0.9.1","0.10.0","0.10.1","0.10.2","0.10.3","0.10.4","0.10.6","0.10.8-2","0.10.8-3","0.10.8","0.10.9","0.10.10","0.11.0","0.11.1","0.11.2","0.12.0","0.12.1","0.12.2","0.12.3","0.12.4","0.12.5","0.13.0","0.13.1","0.13.2","0.13.3","0.13.4","0.14.0","0.14.1","0.14.2","0.14.3","0.14.4","0.14.5","0.14.6","0.15.0","0.15.1","0.15.2","0.15.3","0.16.0","0.16.1","0.16.2","0.17.0","0.17.2","0.17.3","0.17.4","0.17.5","0.18.0","0.18.1","0.18.2","0.18.3","0.18.4","0.18.5","0.18.6","0.18.7","0.19.0","0.19.1","0.19.2","0.19.3","0.19.4","0.19.5","0.19.6","0.20.0-beta.2","0.20.0-beta.3","0.20.0-beta.4","0.20.0-beta.5","0.20.0","0.20.1","0.20.2","0.20.3","0.20.4","0.20.5","0.20.6","0.20.7","0.20.8","1.0.0-beta.1","1.0.0-beta.2","1.0.0-beta.3","1.0.0-beta.4","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.1.0-beta.1","1.1.0-beta.2","1.1.0-beta.3","1.1.0","1.1.1","1.1.2","1.1.3","1.2.0-beta.1","1.2.0","1.2.1","1.2.2","1.2.3","1.2.4","1.2.5","1.2.6","1.2.7","1.2.8","1.2.9","1.3.0-beta.1","1.3.0","1.3.1","1.3.2","1.3.3","1.3.4","1.3.5","1.3.6","1.3.7","2.0.0-beta.1","2.0.0-beta.2","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.1.0-beta.1","2.1.0-beta.2","2.1.0","2.1.1","2.1.2","2.1.3","2.1.4","2.1.5","2.1.6","2.2.0-beta.1","2.2.0","2.2.1","2.2.2","2.2.3","3.0.0-beta.1","3.0.0-beta.2","3.0.0-beta.3","3.0.0-beta.4","3.0.0","3.0.1","3.0.2","3.1.0-beta.1"],"vulnerableVersions":["1.2.4","1.2.5","1.2.6","1.2.7","1.2.8","1.2.9","1.3.0-beta.1","1.3.0","1.3.1","1.3.2","1.3.3","1.3.4","1.3.5","1.3.6","1.3.7","2.0.0-beta.1","2.0.0-beta.2","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.1.0-beta.1","2.1.0-beta.2","2.1.0","2.1.1","2.1.2","2.1.3","2.1.4","2.1.5","2.1.6","2.2.0-beta.1","2.2.0","2.2.1","2.2.2","2.2.3","3.0.0-beta.1","3.0.0-beta.2","3.0.0-beta.3","3.0.0-beta.4","3.0.0","3.0.1","3.0.2"],"cwe":[],"cvss":{"score":0,"vectorString":null},"range":"1.2.4 - 3.0.2","id":"ne1A18jPrrwbgl2sdDobjQxZrWXb2IO82H+fwS6fVGqwZITMLzihfE9vVESrBiPrnxcVIzJZnTbWAEuUQeD1jg=="} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/content-v2/sha512/c7/af/e5c5c9b4dedb834b72efe71758f4c1ad171c01d3154e7eb5a8d64bf49ba3daff73b4932e3bcaae96db0166777bc93444ed1341b9eaee4694440411c518f5 b/software/flow/.npm/_cacache/content-v2/sha512/c7/af/e5c5c9b4dedb834b72efe71758f4c1ad171c01d3154e7eb5a8d64bf49ba3daff73b4932e3bcaae96db0166777bc93444ed1341b9eaee4694440411c518f5 deleted file mode 100644 index 1a7cbc3..0000000 --- a/software/flow/.npm/_cacache/content-v2/sha512/c7/af/e5c5c9b4dedb834b72efe71758f4c1ad171c01d3154e7eb5a8d64bf49ba3daff73b4932e3bcaae96db0166777bc93444ed1341b9eaee4694440411c518f5 +++ /dev/null @@ -1 +0,0 @@ -{"source":"zYoEjCr/tgEcWWr+1YhOO7XLHrd1chqfdkRtxzS5tu/DgxmwSQHARqJL5okGtjAMJ/nK6QAOceQr8pRr9z8stw==","name":"node-red","dependency":"@node-red/runtime","title":"Depends on vulnerable versions of @node-red/runtime","url":null,"severity":"low","versions":["0.1.0","0.2.0","0.3.0","0.4.0","0.5.0","0.6.0","0.7.0","0.7.1","0.7.2","0.8.0","0.8.1","0.9.0","0.9.1-nocolors","0.9.1","0.10.0","0.10.1","0.10.2","0.10.3","0.10.4","0.10.6","0.10.8-2","0.10.8-3","0.10.8","0.10.9","0.10.10","0.11.0","0.11.1","0.11.2","0.12.0","0.12.1","0.12.2","0.12.3","0.12.4","0.12.5","0.13.0","0.13.1","0.13.2","0.13.3","0.13.4","0.14.0","0.14.1","0.14.2","0.14.3","0.14.4","0.14.5","0.14.6","0.15.0","0.15.1","0.15.2","0.15.3","0.16.0","0.16.1","0.16.2","0.17.0","0.17.2","0.17.3","0.17.4","0.17.5","0.18.0","0.18.1","0.18.2","0.18.3","0.18.4","0.18.5","0.18.6","0.18.7","0.19.0","0.19.1","0.19.2","0.19.3","0.19.4","0.19.5","0.19.6","0.20.0-beta.2","0.20.0-beta.3","0.20.0-beta.4","0.20.0-beta.5","0.20.0","0.20.1","0.20.2","0.20.3","0.20.4","0.20.5","0.20.6","0.20.7","0.20.8","1.0.0-beta.1","1.0.0-beta.2","1.0.0-beta.3","1.0.0-beta.4","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.1.0-beta.1","1.1.0-beta.2","1.1.0-beta.3","1.1.0","1.1.1","1.1.2","1.1.3","1.2.0-beta.1","1.2.0","1.2.1","1.2.2","1.2.3","1.2.4","1.2.5","1.2.6","1.2.7","1.2.8","1.2.9","1.3.0-beta.1","1.3.0","1.3.1","1.3.2","1.3.3","1.3.4","1.3.5","1.3.6","1.3.7","2.0.0-beta.1","2.0.0-beta.2","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.1.0-beta.1","2.1.0-beta.2","2.1.0","2.1.1","2.1.2","2.1.3","2.1.4","2.1.5","2.1.6","2.2.0-beta.1","2.2.0","2.2.1","2.2.2","2.2.3","3.0.0-beta.1","3.0.0-beta.2","3.0.0-beta.3","3.0.0-beta.4","3.0.0","3.0.1","3.0.2","3.1.0-beta.1"],"vulnerableVersions":["1.2.4","1.2.5","1.2.6","1.2.7","1.2.8","1.2.9","1.3.0-beta.1","1.3.0","1.3.1","1.3.2","1.3.3","1.3.4","1.3.5","1.3.6","1.3.7","2.0.0-beta.1","2.0.0-beta.2","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.1.0-beta.1","2.1.0-beta.2","2.1.0","2.1.1","2.1.2","2.1.3","2.1.4","2.1.5","2.1.6","2.2.0-beta.1","2.2.0","2.2.1","2.2.2","2.2.3","3.0.0-beta.1","3.0.0-beta.2","3.0.0-beta.3","3.0.0-beta.4","3.0.0","3.0.1","3.0.2"],"cwe":[],"cvss":{"score":0,"vectorString":null},"range":"1.2.4 - 3.0.2","id":"GO1tz3CEfuxZv1V87iru/82gmjypVI2WAXUfLITYpM+wjAX2pB0OAGzAEehdkfn7Bhm+YD8Jnpjv6Z8OnphOsg=="} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/content-v2/sha512/c8/54/5ff853df4a628a5165b5be2db1c919138d164bca72725a58b379ac86e99127039042de23cf752265150a672e72a55f27b0ad4d97022286c37a58e84edce6 b/software/flow/.npm/_cacache/content-v2/sha512/c8/54/5ff853df4a628a5165b5be2db1c919138d164bca72725a58b379ac86e99127039042de23cf752265150a672e72a55f27b0ad4d97022286c37a58e84edce6 deleted file mode 100644 index 23f5c02..0000000 --- a/software/flow/.npm/_cacache/content-v2/sha512/c8/54/5ff853df4a628a5165b5be2db1c919138d164bca72725a58b379ac86e99127039042de23cf752265150a672e72a55f27b0ad4d97022286c37a58e84edce6 +++ /dev/null @@ -1 +0,0 @@ -{"name":"@node-red/util","dist-tags":{"latest":"3.0.2","next":"3.1.0-beta.1","v1-maintenance":"1.3.7","v2-maintenance":"2.2.3"},"versions":{"0.20.0-alpha.0":{"name":"@node-red/util","version":"0.20.0-alpha.0","dependencies":{"clone":"2.1.2","i18next":"11.6.0","json-stringify-safe":"5.0.1","jsonata":"1.5.4","when":"3.7.8"},"dist":{"integrity":"sha512-EeyRNrV4+OYVMT4nvmIVZ0qU+zMgxz2D0cxj1AcQ9hBMmy44JTJFanGlGVwnyGb00/iWxsNNiU6OZYZor+uy5w==","shasum":"e0fc80c4a54da7c88ffa08074f2ddb30405c7a22","tarball":"https://registry.npmjs.org/@node-red/util/-/util-0.20.0-alpha.0.tgz","fileCount":7,"unpackedSize":49480,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb2bmbCRA9TVsSAnZWagAA9GIP/0gfirVU14lyRGPlzq3/\n4ntxfHW5as3uK8LYdIsVP4csyetyQWYdvT0QSXmnOd+6C5KSZZBtSBGd7LtF\nd+Tr4DLpCUAWIuTTCwZl2ilUYv9X8DevjFokcBQmra4YaujN/+PqNoUx7Qpz\ncFV8UPTwJr1D21y+RUiAmyS8m3IW38a3XJ5GBonxEV8Oxm0GDxC69h9Vzd5M\nDdixGCZ28quW8rJeOa1YdcWELOgYztovk4I33i8SYP0UhN725SvLSTu9Uruq\n2oAnRevu0Swm7UGuz4ezO+UmP5abi5/5uiR3WtbZ1VZG2MMtzYicCUP/vz56\nBDBs/pZhUnA4ooXNb3wObieqToKq4rC6DCYN8wd/6GeAXtqPRxcrqNTvVTG0\nFHYiezIEgWe8UPLai+S5MboZYw3HW/rwUteCIDgKptfH5zk/xG/ywLWHJw99\n93hA5fyy59yqSsHZ3Y+LJ0KAJS0qZeZQLBSQGX2aEgYo2omMVTUcasd15e8U\nOn8b0ioG4BvQKL2ZLgm9W1qee9xGuvhZ1g1Yl2y41BVr6WAL99wmrp/d4FzD\nYRgLNfpE/GrHnLQSCzVJdXpFwTYAEI6kpf/6lV0VUjH+1SpL44MW+SjKz5ya\niZzDqrlTgugOARIaakFGqxg7kNiZ9fNj0XkqfRf27UUiWsLxIROhZGJ0hBkn\n7awC\r\n=FNsh\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDZxn0hfMry8en65/P7ef08ODc2PD0lyeVYVKEVwd+6FQIgGkWe7qhNdw8JOHezNPEHBy7BTMG/63LBzIyeao6/cOY="}]}},"0.20.0-beta.1":{"name":"@node-red/util","version":"0.20.0-beta.1","dependencies":{"clone":"2.1.2","i18next":"12.1.0","json-stringify-safe":"5.0.1","jsonata":"1.5.4","when":"3.7.8"},"dist":{"integrity":"sha512-fQdCREq1XLmxA2Q8ubQAc775Z9yAVY2txM2/QENu2KVIWdbJXXprMNrtevr4f8DQUs1ryekDnV/8dJsi1gIB1A==","shasum":"c7be7fcfeda7d9ddb5ad8cbab27dd08f8c30231a","tarball":"https://registry.npmjs.org/@node-red/util/-/util-0.20.0-beta.1.tgz","fileCount":7,"unpackedSize":49725,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcCpwuCRA9TVsSAnZWagAAr1wP/j72gA0IQZdykiLs1/xv\necbCSvLhWph7SSRF5LMwegiYkhb2WWtUp6c8kHxs+lADXZ8kFhhOLwl9r/fo\neCt1Kdg/akUOgf/B1fdlK7uARhGtriCFElIvyhYvg3zM5rn7j/ueAzVFKmr3\nLHS/Ptx+SQJOQvzvA4ErE6gFYNarYmCbufZE5A8uJdx/V5olmThaQzDnztHb\nP2Z0tyDUi9yn7UFt/U7J+PSxz5VPWaTcP5kRreNJgUWCs2eTleP9iBxLpQq1\nzZhvIP0LUNUB/6XyvhztTxd9J0RrH4ZA+bi72qRraZfky2/0kwPpAAV7laQS\nu+YngjdJTs+LcG6UeqhnBEbaqpN8xVkIowbZSCsJ2kCHlEDzVoxosuYaA5zV\n8dNXu5pVT+4jdolNTlrURWD1It94HjbH8SYaI0FkBPOZx9b5JA0cv2oEhvl+\nfi+MRItaQ0w8y/x8Hg1mFaYzv6+FDzOMB/9wzbmwUMfQLDlfjyycaGnhdkR3\nnqDwls9aYJxAPxKZAlUKP2C5Vm0tl3fqLOlYDfx80CPn3Zn2WWOEBS4bQqyI\nPsESoJmhRrbo0F9wCgDH0VB1lLBDwP9oUcsnY7EX+tRsz7KQMI0xScuoJwkq\n05JVMZGuPpBU1apb36ynTGqXbXA96QBbLp+DWXEapxx0tJQo/p01qowzZAoW\n3Uq2\r\n=Ygl4\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHe4hhWYrAPGmQDGGLd3qFA+EIV+vtIClV8WKZc2rOmuAiB9iPHlGBsuzp2SeUpv79xrZmW0mYsxJ86N8HNkrTAB8g=="}]}},"0.20.0-beta.2":{"name":"@node-red/util","version":"0.20.0-beta.2","dependencies":{"clone":"2.1.2","i18next":"12.1.0","json-stringify-safe":"5.0.1","jsonata":"1.5.4","when":"3.7.8"},"dist":{"integrity":"sha512-T40/NxMl/upAEHetjbIjlBHGXccjVi5dnN5VNPDLCr1ViGgjxVoy849/iG3GIBPvt9Hi4+RcCCwal5gvWHG/Dg==","shasum":"899a8d4047f1376f47573ecf86aadbb5f52ae2b6","tarball":"https://registry.npmjs.org/@node-red/util/-/util-0.20.0-beta.2.tgz","fileCount":7,"unpackedSize":49725,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcCqXwCRA9TVsSAnZWagAATUEP/3bHEYDHkcpFjk1sCltO\nrlb79Pu2xSAYl8UwIY/l5O6Pbc0Pqbq1Wekf58PYbqY0sfeX+9CuW1rLdIsz\nnzrOcPKxgeQnMbz1ufu3esewMROEHRvlBFcr9YTEH9BejQ5CEVRgEszwV/b/\nax4WjZf0brZ/f6RdBAwnuBQPaRz2sy/PjwBI54oz4zbnIUlhLRgn05DefEO2\nRG0TdKdlr7xjho3PBIooLWpaba9coc78bc3avBNNntgqeyFHfW0wHik3ubza\ncXNZn8bMoTEvEJ2Ghc6nepeTw/D6gAA6C9voVJDyAZjISgfLyB2mFV03P+Ap\nF8h3XrXDOxAFzShCEgfPpbsBt1AxIwUi1HPv/ORlFKFryF4YOsAL8K07tQTM\nDnSHNZMB6hbKcQg2cGS3igHZUQbHOvKZ+WzfbpH7y2eBywru0+WfKV5aTTAS\nAepqpJ43Uu19MP5Fc2BpNhQnmJg9du/gzV/GPBqpUQD7/xqRq+gH4/dkf9UC\nVnqWymcW7hn50PY6BRklP0VcyA/TUVR6+AcNtKB8zjEOJFJp7Q5KEPpsJ/Sp\nJpgXvwOJSDzS4aqbuUK7osvQU5Oo2zVy7UUeK5VLtsrrWGSJoJSexm2U0qPk\nW0Y7OlXBFacJKOUj6wcA4Qdipm8tO023/b9wtIr45wPNN2eCmmdNaTIzU41Z\n6eMM\r\n=KfV3\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCJR7KXgnOY4lWSRC46VErlwaiMJVuBCwjDXUJPYqIOlgIhAKEhPHiK9LMpgJL61h/KYCSAabD3UAXkYw5pXT3ZzQUc"}]}},"0.20.0-beta.3":{"name":"@node-red/util","version":"0.20.0-beta.3","dependencies":{"clone":"2.1.2","i18next":"13.1.0","json-stringify-safe":"5.0.1","jsonata":"1.6.3","when":"3.7.8"},"dist":{"integrity":"sha512-7M9sp11XCR7gkvBAA/jd5scpGmvx5k4n5s8QB+ixFwPLRlxWDzYQlCVP2In6bu+vfFzG9manYuZjh+uKf4CIig==","shasum":"80aed4bca9b3ae67e72ef1bd05f005babd0906c4","tarball":"https://registry.npmjs.org/@node-red/util/-/util-0.20.0-beta.3.tgz","fileCount":7,"unpackedSize":49725,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcN057CRA9TVsSAnZWagAAC/kP/jaadHQ6NPA/70GqZOgs\nr8rmW7PcppMoE7INmtvad9K9wpeZr1932e074Qd3/jWekdl+XxNdezgO0Q/V\nNk9FLeEI94QoTIgYA0wB/a8vkthc8ZvCb66Xe1RnZ1IyaHf+pzArQ8sEFqWY\n3lBYDuDpurrEP4xwYcBFF3RO88l8SNXQ1HCJXE+cgklHG+SdOe1tMFj+C6U2\nDS++v+O4CW6UnE0sYgfxPRdIo2zN6FXVxOzrHOmOg6lwgz/zcxoUQR8Ubefx\nHoET17MlRIV6ivpnah3g19aZXl58nZSSCYxULtv40wNqyJpIgm2FiXDgKN5y\nUatmeDtZNOz5R3Xi27HiX1Di9DLiBZnzCNtWP4TZ//tIWFZswQiYdeVSPZUb\nxIJH9VCPARfIalF1C9QaWxEg9gJzVuMerWCI5Dg755McF3H3oOirYubBiclV\n6PPYcYpfQbtwyNhC2evtBWCFFZeabapm/bMlNLT/+MxTjA+eaCPznHossrFi\nIz0muOijGGUEk0RiXM82DSGWWBUT99/2YW5DgBnPbPNKsZEJVIBbpz9DIQW3\njpxKogW+PviBvU0fkNQhh1ZdDfa/kbBwSmSh850Dk9XBEgkT1V62vjv7nShR\nZ562VsXEo8rMzgsh9k6W4zCAgOLG8GkTmf0PFgOA+O421h2MJ2PiSW7eyC3R\n4aPR\r\n=cBjM\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDaDgPfoXEUWXr9+V0I8NlUB2+kTF5ZVPoZm0vUKwl4FAiADUrytd+x9lmLUBWrbF0XTvMG86GLTT49DOMXGHWIO5A=="}]}},"0.20.0-beta.4":{"name":"@node-red/util","version":"0.20.0-beta.4","dependencies":{"clone":"2.1.2","i18next":"13.1.0","json-stringify-safe":"5.0.1","jsonata":"1.6.4","when":"3.7.8"},"dist":{"integrity":"sha512-hLDtf+1MU8s2fJDm3iWsLElYjJmt1ggGI81AK82ekT8MzXymviYCYjGaI/Cg8jvsgnuGK8mBVifKIybISGJHHA==","shasum":"3513096700b1c9c171c7cffdf4b3f0c2108ea9a6","tarball":"https://registry.npmjs.org/@node-red/util/-/util-0.20.0-beta.4.tgz","fileCount":7,"unpackedSize":49725,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcTyGeCRA9TVsSAnZWagAAx4oQAIieTiiZBE0NPWxkNmli\njfG0VPbZx85Yi3R3HOKVH3bjJRHcLPsw9qWYuJVa39i93pPJu9/tGbH5EWXH\n7f1vaGfSyHxkERnKXgK7RrYkNfag1A42AdlvuubEFu7iADVc5tYVsnt6EBOk\nymiUf+LJVhcvVtY9PX3xIACaBSRJXtDZs0IfFC17T7TU6925s20PK9arfAoh\nCRvIWQHJpR0rDOePrs5QJns6Ule4RKKGIEWmsROwqs1mKRlZsKo411RtrES5\nv0MRYjnAz7RYhrjEkZ/czSKP8IiZT6KiOjyrMZcOR8SlcozkU9nOCno6c7GS\nUBtELMpZXCnCnVlPLakBhsLIQsccu7UA5fSqnpYmyYzI+FPvKVc1lj/xfwZn\nO2wG9Ou0WpDadUvjwKOWePzZiiBA2O52BgcqBr5ACkH7JArdq59Qyf58fR3v\nCqVMZwSnwokZIbXagUNz03Cbrw64JQG/Ks+2s8AmyRG9o6GUJ7fcZgxXxhGo\nSftCSp4d+ZWVpFSaDtQA+yR5nVEhrd5Nn3J8y04RzL3PLOBpOG4kJH/myMY6\nFZ4Tr4I0dlKyZdGj89yovRJSmhWuOKgfJt97jTGp1Vd3uvGNBiO5Xzuq51J2\nfpfmYdfsQ0RU5FuPPCVQAfZwZxeFouieUuCdFkGEWQe8f8NfKVYZQqkJT6dH\niDHg\r\n=C3j5\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEdK7z+T7iLMeNThmQYQDdHaRNtZDqviQkDwNOrI/xghAiEAvin+JZDnKgukLhKsRfd29/G5Jxu5vM7+Y6alyBykguo="}]}},"0.20.0-beta.5":{"name":"@node-red/util","version":"0.20.0-beta.5","dependencies":{"clone":"2.1.2","i18next":"14.1.1","json-stringify-safe":"5.0.1","jsonata":"1.6.4","when":"3.7.8"},"dist":{"integrity":"sha512-8NV90EtqaraSrYehjKwlfGRQBBQ03lah6gf3adw3/uB9Ve+uSRc8pWXg4Joa8iGA/Q7MyPEABzT0kO1xUZ5cqQ==","shasum":"2576d83c923dbc3ecc209ac0f9d0fee13005e761","tarball":"https://registry.npmjs.org/@node-red/util/-/util-0.20.0-beta.5.tgz","fileCount":7,"unpackedSize":50224,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcXWhQCRA9TVsSAnZWagAAfqoQAIDjD+f4+qvI6V66kDx1\n0jK0hwTZoQtJ0QWT6oFX4wbHbS/fpbpGT9wWzXhRJTVrGk87VakYX+YoaFhU\najjLQOg3WQeF5gySa6VacJN9li11ugKXhjCOV+sFiWAKVQ+ZkvRe4BiaU9r0\nUtwzGsRIIwvTxCZIVJ+EfLTJYYQyzcWPooG0k8Jsns36II17NVAxabf2y6He\nF29ngsfODKTPjBTkL/0r8SQTLtd5bw3kDR+vPiNG9/jssPzmBxS+TTrZASY7\nMhjNGl6leKajcg6Felo68liM2QWOOh189sg7bJWWBUkzL2S3UX+eYerLshPK\nsatUuHom6bIAFrFkwtG/WM5SN9Zlb/9Ez4KUJ0ep1cF16uKFG5k3JVo6SUzk\nSIzhQINsyyeid1Wiya+iQ0bLrVvaS3iuWNFVcb3MHxyBiu6CRmfGRreKwVLL\nOhxkO2ELw+EEZqElN9w+3ZcOxqUut9vY9gSuCi0WfEA323Rn14gA8eL6jjsn\njKf/U2c2cNhqUtqr5UQKMVaSgc+/PzrAHz8JCM1GrP+znUCNAKB7xB/jsQUO\n7hwDkyAE66PO28gELnVgACMD/5BLoPBmu4bz2yY1oMQh6qBuaGR/qfnL0L0F\nB2X00zfUD2l2JPpxBtAkAjLODR3AbPGgDmxDm6PXq/SfZ0DUmWj+P+RW3Tx9\nvFZM\r\n=xp36\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDQjOJI0X0P5njJGKrvTjIEupsyBrp8XCxGsjctkZ0AggIhAPNA8Eb7KPNJF2mywbbj/H1LZnre3vZ8H1eY4bYC5sIj"}]}},"0.20.0":{"name":"@node-red/util","version":"0.20.0","dependencies":{"clone":"2.1.2","i18next":"14.1.1","json-stringify-safe":"5.0.1","jsonata":"1.6.4","when":"3.7.8"},"dist":{"integrity":"sha512-xwtZcrbUF+tZuvqfypwi98gMrGsun/UcmxH2TRbH75cYvXNAqkJaubvbfLYmcuhoEckpcoOWjFU4gQ/Wip1MRQ==","shasum":"2bb540c64d4a281eb04359062d51d3240486d74f","tarball":"https://registry.npmjs.org/@node-red/util/-/util-0.20.0.tgz","fileCount":7,"unpackedSize":50218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJch8oOCRA9TVsSAnZWagAARvYP/0aPNCLemKJFES50CwFm\nR9PFHeD8N7o5CKhEFNPvRsK0Sub8AxN5FaTETtkUwCnfYXcgKYvxSzetvqCW\nHxZj/S5AiyhPiQvIZV6zeeCSBtx4/n1fCPNorwWXSHImaxvwDJBO+SBHk9Ty\nv6aOhX2hwtMHjMqiLOdfv11Dnvv0eRhEAe4m28DRt7HKqKvngMIEN+qXl+re\nv6yarcslFE2m/FwKvWadUk484svC/gbKR5eA3TC25m9TBF+aLMrz6Zzaumq0\nlPxkxmIE2rPBDah10pP3Eeqsriem5L2JaySfA6LC4sDqg/v4UfbzHXAk7e11\nFUfG8DS5sH/POK0yejDyOn6PVT777RtUuioYDc88W9+hDmmRwsirkkF9E2ht\n3ZLvKBfGdH9OfOLakEpg+z6bC8Lhxtox5b9700CZKyT0v2l1rBZ5FMC+LK5v\nggWlHJNcAYYytEkmIEKSfXaFy9uqzfsOvez+bDaUYHtkC8kyZ88dDiHUnu4f\nKtSapFN//4ObG1bkWuaLHVVb6YL6sTDEwPmt6vir/ftJmXuXY1nYX+QUFixp\nGQ0DZda2HvLyHJIEAIE/0hbuEEv2p5RyVcNXmUlHLBiERZVbODoPa72pfpC1\n8elr/uMH08vh0Q/i8sK5NI84jW0Bf64uZJ7b/bjvu2KD8mU7bk0bd0lw34Y9\no2cc\r\n=KwMb\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQChcA5yRqt+7ru39YRctd7L7gz9NV7YF8S+m5rmizNBswIhAL7l3PRSoj8W1Ja7HNDUglV0vN4/2o9p5t14qwNe871M"}]}},"0.20.1":{"name":"@node-red/util","version":"0.20.1","dependencies":{"clone":"2.1.2","i18next":"14.1.1","json-stringify-safe":"5.0.1","jsonata":"1.6.4","when":"3.7.8"},"dist":{"integrity":"sha512-+9CJ35dDDd9DLVlOfVL5MIOcu7Z6HCkoX0bQQvEOvbgh00Rf+ApeRF7ZdGHdJT810ixo9gsBqi0YEzZKGjkouA==","shasum":"1c99ad3a3330f879f02d93319e2f643a885aeceb","tarball":"https://registry.npmjs.org/@node-red/util/-/util-0.20.1.tgz","fileCount":7,"unpackedSize":50218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJci42ECRA9TVsSAnZWagAASbEP/23Kuhfio2BCC6THBdR5\nBQkLa55ZGITeRGK0AJqpuzXleLhw5KwZX05yNC+JAgMUbHBEMDXsOB47KAPg\n4zBxbbjL6VnED4ZHmXJLVO73xi1YAHreN5ZGPeacZ6IJSEqaFsKioZDztFu6\nqEJs/rOoxP1xUy/WLQ2A1pMxtYzBrIsGYPq9+Nu9WQZbK6XwuV1uu+vrZZro\nGiyQ3HVDDuidJzJQ45Cr6optWhE7USEAU6ChDNynFjKItWGPHRCvmjnbOYC8\nVNWkaQjoc0ZcAZy5E9Tz/Jydi8VnLcp1fJ2IVwQtrQCbe5DZokjRaoxQavHA\nbjFnVCt3ypHZhArAbsYjgiEhOQeTIhXmSYprAjPVjkDO2AuGye5oOj8zO4t3\nWAjcRD/j3AeN0spefXu3JfgGt3/8+AcbCu9tMcK/I2+NFmcb+gvQKt4WrIkw\nI46BhS4nh/PA9ODofX3BB+WL/OFvmIbcgiNE04H5QHCMte/s/YUzZQX54LIA\nI4nuwdgdDz6VBtTK68nZHyuT1RhgqEJzYLXQHeQh5K6BhGOKhEb42PGzmYuu\n9nhmN1ynaFgFkTmonfJT8HtI6VVv+mmvnFh/tKSv2Z9jWHZmScHzFYObufNM\nsU3jtQSLsEEdP1tpKl4CsortrlvkyS8I6txT1kykgB9x2McZGnyzSoRHOewK\n8Ij4\r\n=W7M4\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC/6JXuOtTkER5mZtgiluugGL+hitbavvb9e6cdwss6AQIgLbkWsV1skBkf3ac2tIdDRWRAMVi+S37E1ClVjXxjvsM="}]}},"0.20.2":{"name":"@node-red/util","version":"0.20.2","dependencies":{"clone":"2.1.2","i18next":"14.1.1","json-stringify-safe":"5.0.1","jsonata":"1.6.4","when":"3.7.8"},"dist":{"integrity":"sha512-+3dPsR6jUp4Jbqu3n5yBiyXn/9LcLvnjzt5T89TSLZY4Mx0cwAKIpXQw9K5fdPm9DhfaA5G4tqFPRFkV84l4Qg==","shasum":"e572c9df66a5e44a03c372e330cd2c1fb29c1e42","tarball":"https://registry.npmjs.org/@node-red/util/-/util-0.20.2.tgz","fileCount":7,"unpackedSize":50218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJci/h0CRA9TVsSAnZWagAAvAcQAJD+mHrdoo2ofVn9FphU\nkbX8aRrcMC2uOyg0nym99S2fWAAiIO1jtIrKNu6y/2HxHz7L9JuJhZuBh5d9\n26jqrqSmf9bbj35U6dLBIFVbbX3wuDYbEFivNURq5oxYsR3BCrVMn6uYY5Bw\nasW9yq5GePY6zlwKacA4yURr0bTWn+7ghmzsSnG4O/ZQ/xdVy2rUvNvGt4mX\n3Zw8LvePGB/vNPmif8nXyUkTT5ZZc9ELTbfIeRGrjLEDvbeAVslPF27SgEg6\nWKkgKTOJb3gmJFHfMiJmRuFCdLRVbXJ9uigimfu6/5ab5h5mHXvMrlQ6jQOr\nLUjzWUFOkrqzde/TEqCIyOebp9oUNeF0UbABUC6qSUmJE+sqL4zCEpWzQn29\nRQqZpAbGjEY+BPTa/V9HOlN/T7o+TXcSGohC9SWUVIIPg5GwyxieT95dO6sp\nbneueVP/oQRigrAJEkPvqw3oLNxepTczwzpLVSz2Km+c6LYMk0r/aUTwL5ou\nC67lECU8bXiUEru/qsOHHbajkj7/2WzjIYCcrLQ1g6tH4BZpxNnnyAV+k0xk\nHJYDm3noGtgb94So6m8IFdLMAgUpMV02O2q71tvfQHA7Aoke26YIpR8wUE4G\nULv2TWfR7RA2Kv75sbkD77oLW1/xbiZZrjmAqv/8RaldNpgfmZObGM7kdjoa\nSynl\r\n=j+Op\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIC1Dq27Doi0wEEkJ/YSi+CADTxXmdKHxM63Y+qkhJ1XdAiAp5lE2da7tQCTTZFxrj2OnNvSl7xbrlLZviXwVCKOv8w=="}]}},"0.20.3":{"name":"@node-red/util","version":"0.20.3","dependencies":{"clone":"2.1.2","i18next":"14.1.1","json-stringify-safe":"5.0.1","jsonata":"1.6.4","when":"3.7.8"},"dist":{"integrity":"sha512-dvUkwhf9jXp8ME9cRWsgeN7IOKa678BtKBmWvSZEbCfyhrLZ6ng3EncaPvwNYIdW2YU2hX03z6tWt7PsYxuG0A==","shasum":"55f316a2f19fd740406155cdba738b554cf22a31","tarball":"https://registry.npmjs.org/@node-red/util/-/util-0.20.3.tgz","fileCount":7,"unpackedSize":50218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcklzPCRA9TVsSAnZWagAAMl8P+wZGIBnUYYa+MLIvyVtz\n/8HSbK+73CZHL6nWrdy7IUGxIzrGbYN+HyPh6/wl6uWO89F09dPRmfGzOzT1\nFAUvm8mROWJt3WaC/KcXat1mNFsM5haGCp40A7ZD6RrGXz8QcKSfa4OanlLz\nsqeNhdeQ5mu+nmWEmbFXBZUkJCAwisbo14MQTDF/dY38n+w6jdBKQGUfVXeR\n7zd1a6z9TUC6TIrOp+BH1Cboxfo+pVus/qIxa7SZQMp23HaZv7GhrJd7bp1J\nJucZ6445J3/RRENNpV5VnQ5982QSmHpZ+rUX2sjA/FT0iD4NHa0F7BcsdZ9V\nxmgm0FLmBno+0S1zUltR+cSkBpkMKTEZEDts/YQm93dKaS06ZwwJZe9QdEss\nXJ8jahOftX87K3uc3EX0pEXgf/TIT4E2o8unTwlcbf/HjgsXiHNHt82KFQrH\nAgUHJ1AS1qJJprs33nTjcp2eKJ8jqVcuFmCvpA5SxpYkO1KjwQ8okZKO9i0R\nuZi+c8AMbS2jkHvQICscCHSfvx4ZJ5Fm+J4fRmuY/4QL4zRU9rzR0YYpXYSd\nOXdlYV9cjbKlOYpXeofF9hEvKw0UnbmWHivhBNzzFVWwKR5E/DdfOEH60Q5V\nB2ylf/Q2Uhnv2Dgw0B04aG23/TNvXX+ujEEZH/c2+q8CB7xqHq4ZJ6T2W/eb\ngovk\r\n=0ncp\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBLGBeWYBPJ2faRxE1InybCuVkgGzHbXpiSlLxNmWE9XAiAHJqqsdnQA+tjl9+MbD5YlI2B1p1r1OESUnzQbl1PCQQ=="}]}},"0.20.4":{"name":"@node-red/util","version":"0.20.4","dependencies":{"clone":"2.1.2","i18next":"15.0.9","json-stringify-safe":"5.0.1","jsonata":"1.6.4","when":"3.7.8"},"dist":{"integrity":"sha512-NK/9BmZ3eHIRMj6Fr/B/nML30Mn2qc1KjYSpEFI9pkJoKMK14nIXpb8KdBggBdtZTUxGMFAHny0qsl2QPEjxVg==","shasum":"888b834541c111953254abbe4a73d73a4e100149","tarball":"https://registry.npmjs.org/@node-red/util/-/util-0.20.4.tgz","fileCount":7,"unpackedSize":50218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcpx7WCRA9TVsSAnZWagAAiXQQAJrsIWYTXKStH5pYQkUz\ne6P9IKuNNrkrlZzT+4PhjdpeYoCy7PwhzYgcNOwCg3yIvDK9gn8JJGiXIS7S\nYn7gQ4ymgo+DQyppurk4q93V1h/Yd/TWBXFcnzsdNCJf2Twg5D42KubcD+27\nc0kJaPY/ExDZf2/DxilLMVZ3E7uyV20TGN4rYZKq4IZh2IZjBxI9QwvatsR/\n35KUqSnWxOuM+KzNwB70yLrBTXLZ3i436JEliY0Rybblt8f7u76BDcJzNjPS\n6B0W63rn5Xm3bNGc5Q23IkoaHWJf7xnUuFq4qlU83ZmP3Rg8T46ak1ZDuLTd\n1d/8smicIAZG9g2rPeNqSrA/YU56yE/B2Zz8OFhHAV1vAinc6UYCNhQpwMmb\nvYb6B5+27N/oGZN/+5brxEYpdgT/QDH+EmdaxzX2F9JUsCqfklJ7SvVSt41R\nQXrT73O8IKbDfogIiCw5Hy/kjn1xD+Ar7ptOs+kptAS3OPDGqKvYgxnM6VFs\nLVmIbOQgB3C+7MyLSgmnAQ/GUACHEtKVidMxsL87HwqTRri5iCrjwXwzF7M9\nqvt4ecpk9sWc2DPKsThR1lKRS4vCRt6oH/3x6uCbohClOSCg0xlc2XInsMlO\nLj0ViYEU8vVNMLQdKzeSeYDZM7jrGseqRMsYqGua7qkWSWewqKpCreTFe1ii\nM+do\r\n=UFtX\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHwENMLdZrxVe3mjXAcOSyhjoGnUiod1Rl5b5U/cdkctAiEAiXoXg1eUKu+dV6/LcpHNaRZadz9QZd5fiw6K+ug2/nE="}]}},"0.20.5":{"name":"@node-red/util","version":"0.20.5","dependencies":{"clone":"2.1.2","i18next":"15.0.9","json-stringify-safe":"5.0.1","jsonata":"1.6.4","when":"3.7.8"},"dist":{"integrity":"sha512-oTRVjGWBs4K1n26CrRs4ts9MBzrdqr04yVZ4Z5Cg/NOynK+Had+nPDFZyD575U0Yaj6H3IVickDvG2FBw+tlxw==","shasum":"1a9819570e10fc84b7f6df70440fe60303a5e4ff","tarball":"https://registry.npmjs.org/@node-red/util/-/util-0.20.5.tgz","fileCount":7,"unpackedSize":50218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcp06qCRA9TVsSAnZWagAAIB0P/0iAFc3aZd6DzN28/pKS\nqoM8LYaTR6ctE9qqHWvLIGAn510jUWboxfqQtbKWtxHQCqhn/LLg/3cDA2H/\nbsLfWaX7f3OzljlnEsVLMkU6KpNTC06Cl7xgc+Pvwvc3NdsRM2Jb4B9CGVL3\nWfhFNJ6ooLeiBVxsqXSlM5d1nNvXaszaQak4k+dRMMAuv3/tPHROB/zBSnxk\nXIEq76DTKNoTDDnbhDMcgndCWr4ov/sQ3eCnOeKIdA7+OUn/TBf85Ic7Mc44\nicNFUoECHlhJ67pSEAoLC68hAJll29BS46BNKzBowelJGm6QcmSJ+EnDapRc\nozygBqDv7euWgB5KfgBaLJIxLM5qhp8gAJw4XzpDweNKxvcMUOHKuuO4VPfO\nnuOGJhrNXcdS6v//J1MEQrn9MS4PSScE2rNvuMIqaAKagIdWLSU9AYuxI33k\ny7KTMmjydEf2b/bqHQ1zAhluuHxEPqm+Er6GXbU+V5EmMF8VwZuX7NjqMi1x\nHbOHS8XW6k/DB8DgBzgSApB9rx3Ev5V1Mnq+HT0upiasWw4usu82mIjtnuPl\nFjbTwNA5qbKeARqu0obAvpmzjjyfMMKvP0NXx2g8aRwEn4F/7b0hOvydjNtf\n+JyPLCJf+rCXPP/hQQ2BNQ1E5O+cBRUFTC/FztTegeupkYLSRSDo3vK8gKqn\nYegD\r\n=UNpo\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICQKtfXFYORdc4tnuPfNKsmQ0yWaTiQ17lCdCv3pzp+oAiEArmU/pAGLZgRD20rxd6AkPa3FOBViRbHOyEOeR4c4VmA="}]}},"1.0.0-beta.1":{"name":"@node-red/util","version":"1.0.0-beta.1","dependencies":{"clone":"2.1.2","i18next":"15.1.2","json-stringify-safe":"5.0.1","jsonata":"1.6.4","when":"3.7.8"},"dist":{"integrity":"sha512-j/ckwtCHUp9Z7arOoga1gle0xUSSeVGB7DWXItAQbLgKvIhfn8qpwccfOfGO/TlfOKMMN0df57yzc2Am8CCN1g==","shasum":"e0ff584a6e6e79cb7dc3d1ad790f245d64656676","tarball":"https://registry.npmjs.org/@node-red/util/-/util-1.0.0-beta.1.tgz","fileCount":7,"unpackedSize":50984,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc58FhCRA9TVsSAnZWagAA+7wP/3mCB+knkSbhqA6prC/A\nzf0s1yLL08RPTVlzMBQ4Ru7Xivk5ADyCykcmGbeW5tJlexyzc16W/zl6kFnJ\nf+4bubvH5lSexTbg6894d7ZFm9axaYju9bGs/Af3s6u/nYt7uNJOZUtPvnNw\nghbNx/Sh93gEms7i1RZGcC3tTaXzWr5sHV8/xSMImp8/ClP5vF/sed7cxuSZ\nm2oBRHVc2mSpvgjqUgJkfJwBnRfvlV63mJrkLOlGL2lSavHVj94ENEFIFq8a\na8MCGOGi//3dtV25nkOApF8up/Z9XqOWj7LhfXrPRIY9UQOuiwvdUmTdp6DA\ncs3oBYDvA/VGk4sq5/NMIgpxx17O7b8hDIOwqnpKoNKesSiUfubr1ypVkTz1\nrzzRXPF8NVJXm1d7iXF/N7oKg+fO4LVr6qGJYgFCC4jpaa6ewZ1wjHKXxtYr\n9NpVfjwp3cpvhTyVK/czSMWuG9WKMRY881GJAwjwZxKW0jy0f1BKROfu399S\npxC/bd1QRvbZ9NRWmYO2DcmcNIVLU+5KrziRTJsIjQAaxa6GzPEAwhd9fFUG\nOfh53tPfUEhrX7c0Qm3WhZbhcGWP3S+HO3fZj33Tkl8R2WZTzBvAxRiGal/2\noLUmx7P8yxCBMBIp+mTgDxO7mZDYyXvoObcimJnTPoapN1lpJZ5JNvO4z7VA\n4UH4\r\n=2TM1\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICUDdY3JxsMAvzokzIoHzya0MlgstiKAnlU56davcLe8AiBM02fQADtX+H3Syu/Om2kmmGPLy1pBtWGrSx5bLQ85Ow=="}]}},"1.0.0-beta.2":{"name":"@node-red/util","version":"1.0.0-beta.2","dependencies":{"clone":"2.1.2","i18next":"15.1.2","json-stringify-safe":"5.0.1","jsonata":"1.6.4","when":"3.7.8"},"dist":{"integrity":"sha512-6q9OQaqlXzTnTW9B2sKFWQCcW+VGi9RYKajiuKhS1WfbzaXBZEnOaY3WPsW+AgShbjf+as5iKoZrjV4GcK2KSg==","shasum":"24e81a8b883db4f90e5a6b7de73833397c38b413","tarball":"https://registry.npmjs.org/@node-red/util/-/util-1.0.0-beta.2.tgz","fileCount":7,"unpackedSize":50984,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc58m+CRA9TVsSAnZWagAAiSIP/18M9H7CFjC6OdBVd84m\nLEJ1EG9S0PAqn0dn9DYO1diHHYC/SxKQl1qc0VzfjXP4Z9BNn2yJetH3qIFp\nrR+sKkWWWV8FeF64R8dpxC2Vnl00cxbhUgdrL0Ou1TCU17Rnm2eUBAdP9AaW\ncixpZx/RlJpPRqZf7Rc6vBE/7lmGenK8kp7lvH7lJn6Z/iWdPGQUH8K6zM3S\n9UShoxg8HMSvOx1+ZOJTsKt/24FtUE/vRaKGgwoYM7SAcDm83RifY8z31s4h\ncPixmRlOzIr+778/71Ijda0qbwWnbwdUNt89ZyiAveTQQc58KsGHXyDJURNb\n52nP/hZqTqGSoR3GBWbMpYYdyaZVuRW4xMiglzmmpBb8Z0qwHdGqnkfHNG5k\nUUPF4H5BtoSWSntoiiVl9bWh+OsVxHCfc6dzC5UVafSgHyUy1qEOnUP6waft\nHJ/7/6m5HrreICDXpamUkfKiT3uxlp5EMK8oYnMJkhWojTnDBbGzQF0Of3zL\n6ujNHATkEz+CQn66i9I6pFjrIkgEsuMVQyJeYZn0Dwa40S8DAZvJXk4wma5Y\n9igMLXlTzmS4j1sI2vNQtwX+UpPj8S6ahLUamI+xb5ey/RN9ZqfSBydYXVl0\nTh0g8uVt6zAij3CqIOHlmHI0apwoLGL/dUDeIbWTsdjnBlf26Zub9hKuzwGY\ngsmZ\r\n=VBNA\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD2vLFeGG9IOfJAYfpASVv5YHHF4a1BI8qK9rUrBGPH/QIhANCm7OAE8/srabccOKUC5Eftsz2/Btr13cm6NOCw9Sff"}]}},"0.20.6":{"name":"@node-red/util","version":"0.20.6","dependencies":{"clone":"2.1.2","i18next":"15.1.0","json-stringify-safe":"5.0.1","jsonata":"1.6.4","when":"3.7.8"},"dist":{"integrity":"sha512-pMQwsaSg7jVZl6hkhQpx5xxqJN/lu4BO7Lz4rmq+Z3qE0OGpSypremAWJn7zrmkpmLplkO3w3MKmDHYTD/NLUQ==","shasum":"c022c2bc85706e13175b1a9faba654322ecc7053","tarball":"https://registry.npmjs.org/@node-red/util/-/util-0.20.6.tgz","fileCount":7,"unpackedSize":50218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdDNuSCRA9TVsSAnZWagAAgF0P/33ikBzqL8xkucGK1QDm\nC8uJGciiwzDafPzKgkcYF6LiN4BLNH8U9LJ9am6rvkc8UluNPJTUrKeu15FI\n9IWP7V63rNneauVLOWTbJuHYRhPPtNRH8Hhh9CZzGHUA+5M3govE6Zon+zXf\no1gW0jae7xkIocesa3upFZWoaCCCSdMqIuclwAn3vZP6OIrEjgd6P+GyxMrk\n9Eo9ioNN6M9Rn2YH7hy0fzbA3o8SKQ5KjQBdABsXqNVIhk+j+ZpHoQw++X55\n/6QthkayVEJWGZ3+lYJUJY6Wq3iZR2Okei4XHzRqHzHRB9TAOWqjWVUGkvD9\n1rAone9RkbWEPdYSDCGi4v/XU9PBH0Wg+haz1lIZjeffAKcVXN6g5DhoWAZ+\n03vJ0klx825yR7S27t5T7G16PAULct1IXd6ozO2UuGpg9+oVSAFsU4s5XMQm\neM4rd5fSeUy/ASdC0R1cOwE53/5IuWUjMJtO2JHGyBZTlbiF+GMh62CI1Sfs\n1nB7AdbIxKMqhD877mJq7KvhrF+74kx2dU79dx4JyZEWGX5C2j2O4v7W14hh\ndvILOLfroYg9PrHMOZvnKWZqhfr7RADzON7aftvaYpsIn95RsqQIdTN/yn0k\nkR82hsaLcGg87/ChmhfoxPqkitOMBLjqJDmbKDXWiiN52td0IltoJfKmJbrI\nzvvV\r\n=Y9Rl\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAzE17XKr0J++ue/4CI4xKL8M6qvM4GFWeU9FvfYFXXvAiBX9OgzdDiT2mn8wwVgmEd+1wE1XTWPVNuNkeiALqiqQw=="}]}},"0.20.7":{"name":"@node-red/util","version":"0.20.7","dependencies":{"clone":"2.1.2","i18next":"15.1.0","json-stringify-safe":"5.0.1","jsonata":"1.6.5","when":"3.7.8"},"dist":{"integrity":"sha512-LWFC7wFgm0mZJhv+oSELnmRnFawgAByJA6GCdAOnMSLEHJfqcprSHEIYj+S4/rUnS0xjRgL8FO9D+kOWsgVK0A==","shasum":"6819fcb39d4bd0ab877420dbf870d9b841298de9","tarball":"https://registry.npmjs.org/@node-red/util/-/util-0.20.7.tgz","fileCount":7,"unpackedSize":50218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdHyrHCRA9TVsSAnZWagAA3csP/1KfwtIdYYrqbMW0RAVL\nVL4qNkaggIwB+lKucgAQTfwE9K04DgvPtHXGAI1j2TIqVdMlWsQVJP0oVcL3\nMvy+kwcSaq04WFP5q8DkKJIl8WoZda8Wtgxt6bINQNJu/ZlR1d70UE30IBgr\nyESByWum/C9/MdyQYXhS7yo4Z/TdxUKA+mrJIDlSN3MTTPWNyQChw6+LPnNH\no7KXHIWFX82XrAbHN7QV3Iec6OrI7cuCWUzu787cIYEH8UQPkJk3RvnGxrG7\nP7GJcf+GAvXa2P/849oSgDUCyNNxGsdoLB90Mi+bxF2XK0hcvF1E0KHZFvSH\ncgCX4k9V6vUndQuT9069eDpKfO2VuxsTVMcamoXyK8BBOlItmEQTh3Zx/4Pu\n8+QWX45RECk0vUC6BLLpeI3ClxHIXO18RnR2iKcpzDl9VqIh7/7rXeeeY3L6\nokPry6XPhU5yI83LsoQvQOcSz6vu98/+USl2+IUKI2idzV6E+B8et8b2+dvB\nt9rkuQR8EzewX/H4aHjK4H+D1sNA5DISmJgrOIHiptQDvrwp8ztxU0biKTZw\nr/z+L4RAMFZwtLo44NjLRpcVSc5/isPz7JLM8AV2Ni3TqP0+PVstge7+Zx++\npdUTTb/1eyv5GqtOG1IxG7DTCW9JdCeYoTEXnjVSIaVwEd4Q9KamfQ5wSuz7\n4BsX\r\n=3eOZ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCevFXbfeGvF3g/SCBmaJWiWFeojYSpzPFpO2cAfH9nMwIhAMfK3CLhF4PTSnw1LCfOElVTpYOqY7rVRIR2LFvIU3C7"}]}},"1.0.0-beta.3":{"name":"@node-red/util","version":"1.0.0-beta.3","dependencies":{"clone":"2.1.2","i18next":"15.1.2","json-stringify-safe":"5.0.1","jsonata":"1.6.5","when":"3.7.8"},"dist":{"integrity":"sha512-Gla+wvO/TMnEB/p1Zo3rUMuwLyb3bCuWXz0ik6Cu+1XH63MzxIBRl0qKnphRMggs6RAltOLYpwLsvory+uO69Q==","shasum":"c7acb2836b187a3b37558bdc389493f8c4444714","tarball":"https://registry.npmjs.org/@node-red/util/-/util-1.0.0-beta.3.tgz","fileCount":7,"unpackedSize":50994,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdXoZPCRA9TVsSAnZWagAAMKkQAJuyYSIpOVW0BQ9IKWBZ\nLBbWuvZXEwpfNCQWyzdV6PAm4+2hdr8sfHAtsZZGuaaVrnsTYj8Ml4vGEi5g\nGEwi7Vmcbb9//hmB1gm8ko7SWJeF5U5PBBXyPGGJ9H2gCGjaXWDcw4E4VkbD\nJt5dL9gBFgLoHgS0+rCG1vmwM8z9UN2vcX+Jqey2OZGeSLaeAdbuVX2HlOCH\nDNuys7JRR2vWqwoI6EqyWool5mLtsN77F0p9UjRjrMT6vJ/6eTzjCqAwBClZ\nielD+jjr1KAwIbgsyPrXK0KDaGaMT02aUTfU/MSyNdWHsVz2I14K6ipd7Uwq\nzoYo3buxW9Wivco71qAftjMlJ+4ZxUjAvCcTA2OCbpgdQwh4USJh0pHhyayU\nMDnfQPx3GgVHiPbxgA5tkiM3baaSrU5jc3HPoML6iqpUKn8b4t2J8VmcmQLP\nFrQNI+AMyphjmggkE9+NpSMIdRCroGV0t2FWEJ/Z3RuvC4WuaWTYI1DXP9Z7\nJA2a5L53Hd8PTXUhJifPdZJf0NDb2uLC3QEPa1pEBVakHyQEs0k1FJGJeyrv\nEhInYdBIJTv12UV9Ii0m03dMhBqak8O5RcQEpaf39mGUEAr61wy0IbdhvdH6\nQlPembN1xE15620LwkkMOYF54shGSAnhCQ+Bd2xVCHXS/0R8uNd7FlyKnPO0\n/vyI\r\n=b3Ej\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDoBzUliWJ8X7TRY0Z/zjeLMIDeYQiuUr37rofzs5atqAIgOCgiANWs2W19NOzBDaYwHl8KGzQLkFe1x/3MeotW3KM="}]}},"0.20.8":{"name":"@node-red/util","version":"0.20.8","dependencies":{"clone":"2.1.2","i18next":"15.1.0","json-stringify-safe":"5.0.1","jsonata":"1.6.5","when":"3.7.8"},"dist":{"integrity":"sha512-tid1o8fy94b6XU6/8cVDm5Kn9tNWm1AoaLPrhfDxJaObtrcHC6KtEhJJxPq61nhzZxJOuT/DHqBUGwTXTKg7Zg==","shasum":"93328c0c6fb123db17ecfd621a08468830914110","tarball":"https://registry.npmjs.org/@node-red/util/-/util-0.20.8.tgz","fileCount":7,"unpackedSize":50218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdcifJCRA9TVsSAnZWagAAN8oP/0ir5w0iCRViFV0L2m64\nJltWZOJwfgVbPRK6fRMhUZoAQZzKgwpmZFtymx3p9HOjQdgoXEAkCtRMfIeD\ngymCWViDS9Mebj1ZtMCxBRw5Ek2zQQfWU52TG06pZrazFd8A5vUQtRjUg8J9\nj3K7QCBAMGcUEnDjSa5C35eybanzpQ5sds+9N0fGNorZOnidMaGyS9BKErtx\nEJeEEaqi/EhffKi0bKTJcoaIS8CSk+32mtda70ktsZccEwewt3Cn/nvCDHzv\na0zIc2rfA1VPoXL05r04FzbCotnvWPuDEqAyo5HgwBiqyt1XJAEd4942u3xP\nByewm8fW/xU1OuqzLipguzAlgKzSsYtYmgdJS8soEcCOnftr4KALvAb03jCV\n3gUJD3Ao14B3PXt3rup6ltjxBOSQIKZ1XRopDxlZspg3xAP92OxGnB/DWkTm\nhDCglpKhodxNfKU4bgmIq4akfqX7OpCGk9x6fSzMHCatrJ0iIxuOW/6XlBgd\nILplzGMzET6MLV+lpUp1CSpSymQI6GQ8b80Bg3cFcv6QM8n7XRLRukkU57UX\nEE+aSzkcyPqIDyih5vmHldNXmB8lk+HHYC35Keyqtyrc5ivhEVDAt9KnfWdK\n1Yx1wcaZlyJdhWmOO7rA+ur+th1kO7m2HBR1o5B13Bh6ulW2gdh9SkiKBaC+\nT/W7\r\n=fRn/\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCk38i1uy9Bg2Hm8vz9BhJKKZ/0inIhiMEUMwOzvbm0nAIgCY5LuRqnj+9CAUjRWQJ0vkmF1vApCL0wPxOYmfM2gMw="}]}},"1.0.0-beta.4":{"name":"@node-red/util","version":"1.0.0-beta.4","dependencies":{"clone":"2.1.2","i18next":"15.1.2","json-stringify-safe":"5.0.1","jsonata":"1.6.5","when":"3.7.8"},"dist":{"integrity":"sha512-gEGvrCEkb2E8AAu+sV2A4ucQ/caEvGWDY64kdABNrGZX7XQ09efiCWbnAiqzT9QWrdC+NkYDQR7+zrXJ8pw2gA==","shasum":"6d1f8db25a7bdae6642d2775c8054efc93511640","tarball":"https://registry.npmjs.org/@node-red/util/-/util-1.0.0-beta.4.tgz","fileCount":7,"unpackedSize":50994,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdf53TCRA9TVsSAnZWagAAhOkQAICkVUCwJOqjxY0JHuVZ\ntZDRlqST+2R+sZVTGFeg1jEqEMEUY4TNaHFbo8DWECfoh+gjuTsKLBSSOhLV\nAiRhWJhFPOMZTFrURIqFYAm+O0DsLrwRFhEW5BP9EiT8GBwh8VeMFSp6C3EH\nkxCJmLsK0NCR8gUoXZ5OZSX8bj/r7SOVRgnd387hK51uhFxhCtBX6GcvdSyC\nv3weSdf80mKDS9m0nkAvaiUPYCBal30diGGZVsH7PwgiusQAXiscXxr+cFp8\nyv/+Ab3o8/pCMHdeRQ96m0USJVApi3FnnrdN5DqKzOIO5swQw2z47G5MpvH/\nNbrosehR1G1AzCaUIfvHZ1ADxJFrlOMq31hWGJbkTWZqJ6hWO6t8vfrodfWz\nowSeGIrSBhPlBcS94sY3Ab+8x4wJEyww05852N023IyxSGHJIRnRT+GcNYp5\nrQp4Fcv1F7Zv3Iq9I81/YbCXfw7DWXTx8UnOtPj5uY+SUNIwvNVa9blkzbMx\n208ixZ2JdtVmbTYyV1W0FdkVy7lF+yO9Xq+yzlTm92LMkVDEzNyqbx6sL9C8\nRyW7sWkQw5hM9mvWvIlkuVgGBA9NO7S/WH0Dmuq01ZhmweHk5yL+T8iBlft6\nd9tCRce5DQC9DuOQRYCeZ0PcT4ZPCUGVd4zDbh5KX4wzueqxUYB0sRyumiBL\nrCP3\r\n=QD6t\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDN5WpSX8N9cdIvJjMz15HButji4xavBaL7e3b3PUvQjgIgLnBz2PLaZcTj8GL1srBJuUTGSZbxISRWZLilPmlzS4k="}]}},"1.0.0":{"name":"@node-red/util","version":"1.0.0","dependencies":{"clone":"2.1.2","i18next":"15.1.2","json-stringify-safe":"5.0.1","jsonata":"1.6.5","when":"3.7.8"},"dist":{"integrity":"sha512-ZRF9fWRWQpb8COLvrqxD1VgFQGenjFIrmkXqpRTgSYzBV6c4eAmQIv3buf5Lv65UGLShuIP2pEvKAfV7Jxkzag==","shasum":"43a5509398fc86aea1c2b4cb9eaa382e995bf6b8","tarball":"https://registry.npmjs.org/@node-red/util/-/util-1.0.0.tgz","fileCount":7,"unpackedSize":50987,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdkfl/CRA9TVsSAnZWagAAF24P/3lrX4Gzx+pLUuOE/yzP\nJnRAvAObrCn8JWg+EshggrleyWBJMGLYO+50CaQs1nIcKuLyqb5jZ6v6UNi9\n5Nq/TK1iqB6Aa6HBUVcYSAVgZ6UjOSbS5Q6GBvKGOMWaLOgA+KLAvVrOFSG0\nbPHWGZ10R7sS5rguyRTwxKe9iCvvgNJIS9HMNy5C0vJxLpJXLg00mWImJK++\nuUhZxTrOqMWL6v6V6hxZtCqO5kjbNz34ANGWmQ7GIvxAuRf8rnzmKBkabdKr\ntWALDqWHU32ur92PlnZFp2JETVqcfxb1bwcru1gUN0rp0w9WMPo9Jk72trxn\nvEX2Dmx6ccfMcQzHds6iRAGe0Cax2rf0lri7b6gY7bPMEeE6iufj6vuuRlS3\n4SqCRYIvo2pTAdM/yof4NEa1qcrxZ9f3jH8IstorKyqv+eb5Pb08aolp8Wrq\nkZze0tnANNhWW0m3SYQTHYtgWM3cD9FvER1pxIzehRqsPRqWZ2TqAEwfABg+\nwbx+tlNtlMVTnA79/4DsiPvcg0JHY69Jfz+XETD9dKDfAcwrA28uwkKzsK+h\ntfUD+eXCHMxxyUMFSfKZyqDBS8qa38peFc0a9+V2QF3EslAht0Hgq/SfKYVu\nCMh/dRC2hF8e+MZkyUVcTc7DNozz2VVjG4kWUlSn5hwhphUEdiZvMEen8rcH\n7wrE\r\n=ZTZ5\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIElvrDHgfysulz23dTH5cxv3w9KzXa0VeZCY4k03H+9fAiAIHSVEmkEDUJqKGX+1YZhCrLpQkdQwgQp/+/Q0elLbKQ=="}]}},"1.0.1":{"name":"@node-red/util","version":"1.0.1","dependencies":{"clone":"2.1.2","i18next":"15.1.2","json-stringify-safe":"5.0.1","jsonata":"1.6.5","when":"3.7.8"},"dist":{"integrity":"sha512-Vfzns+gIPsq43+vdtZLXeGDP+THKYROGditpyO0FeUAdU6ALaNdRL1h8BQ+dNUnANyLo1OqK9HT8B9lFKwcW/w==","shasum":"d4a505a358c4824a3bd18bad03951f5ab76edce7","tarball":"https://registry.npmjs.org/@node-red/util/-/util-1.0.1.tgz","fileCount":7,"unpackedSize":50987,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdlx9ICRA9TVsSAnZWagAAO/sP/3HpeTiGKSr1jK77AGDf\nUbBsVKw5iHmRYXoB5qF8X3S6w/wHUXc6QaE1jMTYtccirtwHUxz81wz707gm\n+a1VzaNisrGAPQ7fBbbPZ+mQhI434Kj5bBhcEZ4s1wPy3JfBHEfwVtLfERPP\ns9k7WvU06Ll3ZO70iX3py2xqWM+19o0aZSc2Ebgc5ETeQLbXq9/sWpizCUcC\nl9YCUkx6gTbV5PgBFcJ1E+NONdTqDkJUvzAkZgdXT/WeBX/IH/y11KG7obkH\n1EE0H+Out+kNNl/Z5FLeJnfytPXFH3cl2ZrUnCygmokudKvlzLS5SYcnU7GC\nZ2JUCwGlXMQW9oqEfO/gASoX8/z2kHXaTz7uK5Ypia2kLHjxbJA4k2zdAU69\nHTfuXdQ8Aiejcv7fMNY7PHAghciDS+3o21eoSddAPOhS1MdbC4U0VVt+kGuX\nGQIp6FqVR+TzZS6Qzdh8Fej9RFKEiLw5VqbiyTR2ASZWXQS7iq+QFnJCxy9r\ntVzCI3zJOIOXNoquEaTled8lu/BhUvMoNVpCYweGE6dTFRGH6Izvmm4RWlfo\nIsUvRxRS2qLQWXuKy74vhNCbmTv4O5KjpLQ/oYS8gg1J5cxQSLVSI0HhUrg2\nQDCuF1vKfXX7h/6UTA7/GzBhbC4hWeMIgljq7VZExmkZA+iM/uMpvcMqffjN\nYjbp\r\n=b32f\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFUQCj/qWsCdpzy3LNxvfdUUfDli+wfEJZ+waH0rzy2+AiB1UixeD39esXQJfboeFeqyeMUlJNGh3sw2Ft/TuuW6xg=="}]}},"1.0.2":{"name":"@node-red/util","version":"1.0.2","dependencies":{"clone":"2.1.2","i18next":"15.1.2","json-stringify-safe":"5.0.1","jsonata":"1.6.5","when":"3.7.8"},"dist":{"integrity":"sha512-DwaS8ZDcIFcMUQCWpMEVt38Pr6H2JBCeghZEs5v6nH+pnemUi1x6Mi+CSvwywVc4WN4uzGhVr8dWxFh1Q6/iEQ==","shasum":"742e7b307b95782440962a92e75badd1ea2f3124","tarball":"https://registry.npmjs.org/@node-red/util/-/util-1.0.2.tgz","fileCount":7,"unpackedSize":50987,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdpILaCRA9TVsSAnZWagAAUlMP/i99OK+Nd6e0g+d7Xo3U\nFp2sz8nBLdGeD9X76s6gLiNrYqLEaD6m/l6OCUZw7Jdl5vTv28/czRJx+fg0\n6eQUhTRpz/tzrTnLkfdi1CQA2s/Vvn1/13C0EE6WVtTvqRmie01Ht7p6zPYE\n1Pr7iyQK3tbFbAbB3o2laOQRh2JsO1UjDBxpDkOdkA3FGPw0hFGGUwtnhJVV\nz3nSFubdbqkqlg+/xCnKNBLd9nEkPzAGgy3JngTh29L48zbkVJw+Be1Sk9FH\nrmGIMs5qOgUrZuq+BrUiNm9ZgP3oTQe2GDIVEqxUpdlN2JiC3Hy+ZDDT86zU\n/Z5fW8uVFHnh2D8CHcffAcpJgweeucLMfcoUedgk7oWMbhGC5i4Rs+FAGqGI\n3tXzbK119cSoNm0A6wQbRa+TicfnH47SpbuScu8ewgF6uY59rkgz2xAysDbb\nmKr4OfbkGCN/hlVJhveUk69BnFPasZod6x2gJgiCh5epspMQ7GeDsfbarZLL\njjFRzWU9J0WYG3ipI3/Via5cVPpz9Y4FQZ0G9D6eQT8R9ErZYui1jejDl360\nhs9Vo+pe6i/x+zWUKuhcSHOhLSeFoSMJmeJH5eh89wTv3eGP8B7inFpyFTeI\n9jizC6jKddZP5FrEyAb7ps2Zd4fbNOfDBZhTunJDdS2RRGfyATBEyOEoDJuB\n77E8\r\n=otys\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGSJ4998FXbBHI0OZFKYHQEen14dyrkMJTRekc7ceiFXAiEAwI6brnOtjw5gnwxWp9JKkXwYRPyH39P918Ap34cb5Pg="}]}},"1.0.3":{"name":"@node-red/util","version":"1.0.3","dependencies":{"clone":"2.1.2","i18next":"15.1.2","json-stringify-safe":"5.0.1","jsonata":"1.7.0","when":"3.7.8"},"dist":{"integrity":"sha512-55NKHIU6l1Rl6GtZus/rtcgdLJmXN40cXqNuj6JV1JyMz6t/K0FEQwHRhjIpoxFVznctAL+vt3UmgeU+MpnYWg==","shasum":"2fa6ab9a216d1a9157ba752903a438798599387e","tarball":"https://registry.npmjs.org/@node-red/util/-/util-1.0.3.tgz","fileCount":7,"unpackedSize":53191,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd1vBHCRA9TVsSAnZWagAAZDkP/jkmZRljp7ASASta45pn\nXPFo79AMSMtPfgWublPMwjHKeotTuIrGwekyW+UOfxldRw4puBjJapbTo0IY\nNCo7qWnzYjlUR27zUc2eP5QDJMS7Ns5s+67T+LuH2h2w82mtgC0TgTOTzZvh\naiE4BC/zWBdP+iJvsAEfgV+/G3XmG+FgtO7n2LvYJ1vHJroJG4XbQ5hiOx0S\nsAqIe2IOvH9gCtoG/2THGPlG24MIRD6Xcdy2Dljndj0keIGmlO8p84g+UHFJ\noFbnqxoeNA4LTR7Lfp1gi6TELi9Gz1TyrS222tAKndqQm/idwo8q4O6Ls/9D\n0MCt9sbK7fVA57Q0yfcrLPovfBlWMa3X0CrIsm+ttRbdqJEbVJO+joyg4dX8\nslgdx5m7KGu6LATfzk3skmJWN/xEnpfjAQ4lO/KnFhyL3jOYd3aEU1L9bytX\n+juroNcisVqxo9R+VhxdPdEzI1Kwda/gQOU+kmXBSbN/UgvTLLwbITwZg9pH\nXTMK05L5oMPe8IsHw2xiXEk79dyIWIkahQk5vQFQt0yPfTioZMgvCvub0ApB\nhhxSV/I5zzw1/ieZ2o9Zv/tAjz1XS3NDAk27l+4yjLHzb0jydJMexOFogsSJ\nD6HF4pkKgjnl4P8C8cHTr/5TNtCHf2uKTt9GRKcth4rf9rihYDPzCB72ubdA\nn3dz\r\n=FDol\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIF+JNn1iJ4N9VcPx6YTJdSdbWwevKfT4n8ry6WNWNvfgAiAnFP2W/ahqcXvjUGkfDc+FVPQLs5psKhQNOUgOL3R2Sg=="}]}},"1.0.4":{"name":"@node-red/util","version":"1.0.4","dependencies":{"clone":"2.1.2","i18next":"15.1.2","json-stringify-safe":"5.0.1","jsonata":"1.8.1","when":"3.7.8"},"dist":{"integrity":"sha512-/+aj0C71TtoD2NwOU/J69Lw7skNk0mJp7LgpRfiMPoLuPASNuZdGbMZ2NjO7cvMfTtVvOG1APHnqT9dDyR3umg==","shasum":"747b2cfddb1b0417bd3ee4d5a33acb318e403c72","tarball":"https://registry.npmjs.org/@node-red/util/-/util-1.0.4.tgz","fileCount":7,"unpackedSize":53315,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeV9r+CRA9TVsSAnZWagAAwXYP/379Gfm9nt0JZBgaDhdU\nxWjjho3bObKJT4TWlf/xgyYrJW54ssRDPUxgNDNe1F4aMJhO5W6iejSZW1Wh\nr8Z0lmoDMOoe3W2kxWtY3DW2CBpBMyQsOQbe8A9V8vmC0Yl8/KIvnLBakVYw\ntaC3xMLz/EVtUUlYLjotLQl1cVlgJHj4b3vMjySFAWNq5xL7KSYmltavE/oW\nI/wZoShoUHembtlb1t6E+NeofHyTV6kRIGryboI9y/M5W2VT4AOgs2ytxL07\nVjkqSGXy0fcR9E9hSdgq69nfen8q6zMd9JFgGJBJ4j8l2Y7g1+zK1U35ZePS\ncCziz6YGqwmlZTJ3xC6u1XDw7WV1xYjCLuf9RRtEAnyIF7FSm0gSJsR05zAu\nHIajIxiiByAh6w35tm6+Wd49bhemBKiK2OJ5Dnr0GOoy2cYlUrgTnzdLKJHC\n5CNDUzIGvakgrLNn3LImWdrr/vA7p+yvnUMcqbBJLF+BQ1RFLpoy68+Gm95o\nJcwAlmTsxBAdoeuBtlE9BHgOgtxRZRtXeeyqEq6QiZIS6Wp0X7YY/fziBjoJ\nXB6Kl125NB0pxC9H2Ymsj/DOFpIwxW5dDCFNZEW6M4b/6jtUXkqlxCjGsjAj\nsZFP+/Z2DHJDT1luqqgzxnK8IE+BE8asVZMNPOkZia4WzDiR5yIgPXyvGdRU\nUa4F\r\n=ttOK\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCFA1RUBK+NCiBuRGoEh78gRsgNUpal9hpG4NMLBt75/wIhAII71Ce7ZO7JRJ74o1dYpqx8YVDj70U12b5b+C0OVbwR"}]}},"1.0.5":{"name":"@node-red/util","version":"1.0.5","dependencies":{"clone":"2.1.2","i18next":"15.1.2","json-stringify-safe":"5.0.1","jsonata":"1.8.2","when":"3.7.8"},"dist":{"integrity":"sha512-4exRjV72vzrr62vaVz0tvviq6rimuqIFxsOMq0tdbNFyXNmdwU6VXB9WaMBhEnSgIhljo2OO2vrXIUyeCagVmA==","shasum":"d0833a5caa9a7327c45c5160a4bdb98a63292fd2","tarball":"https://registry.npmjs.org/@node-red/util/-/util-1.0.5.tgz","fileCount":7,"unpackedSize":53425,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJejyEqCRA9TVsSAnZWagAAamEP/jx8iwOmSVDSEBKQA418\nQ1dsAg46TmZn4699eItw2Q/SVX9TbmNgluCYtHr971w6L25zmCfqdkga/AnY\naxyWMOvTRHWO6iYJ93pNPaMbS7+b2HssfMYHftxh4Mfy6lns7oprcN4xfdC3\nydq5pWi6lrha3rouZDZ4PhX+0brgQT3sP48lvuZrAdCe0PCyrmrs1+0UKcPh\nVtx+ktaTGtj71wLh606jSoQGy1MXMClnIh5FPDubk4hua/8Nh0NYes/XCEU9\nJCprRRBPnEk+YUAepKaVo8/TTNvkF4pQtblLiQjwjlf1s0I6gmHU8r/XWCUJ\nJXCoqPyuO447Qi9HvcPWlqNBDL/I1ucBboWf3/I2z/CxPfijHHnjAf6OX46y\nmPS7IESdM5lMOa0ThiJJX+Eq7SYsZJnMGF/Bei27/vgUrONiB+EBmNHkkym7\nN1YWCSNJ/O3y9ZnNpmmUGS/Rd80q6qOPRpzsSNY3WQhHeAHx13XM131UT7hZ\n9vKI6+9o+o6e5T30RU4MI6bVmFQDKsdfOVhOgOnoktqtjkF/CGFu0B0NVsAd\n9zz5xjCTRwq4Qs1V2AXRuPOlJ29gdKp57fxxpf0X5zmXEIQIRxtPn13PKbA1\nOeuZyKk2gP9XVAB02REW+2QmDIEXnKdc5K4vah1Qtln/hnxsgMwMUXx4hV8U\nMI18\r\n=VPj9\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAVMj+1hb0/P2JRjH9BGFv9Scs7vAF+6CWPgzwLJcDuAAiBEJDJLn5qMzcyKMz8WBLNRiij+iCOCLHAcmu0eFy5q8g=="}]}},"1.0.6":{"name":"@node-red/util","version":"1.0.6","dependencies":{"clone":"2.1.2","i18next":"15.1.2","json-stringify-safe":"5.0.1","jsonata":"1.8.3","when":"3.7.8"},"dist":{"integrity":"sha512-uncyHShA6strCJr1puqrpxsKcb7We2bmo/8xHk91pAQw4dr3jm4S+v/m9tYqVqtXkkW2cfJ6n3bRHJHbOZNW0Q==","shasum":"98b52b1ed7c7247e0529da9f666589862ce71762","tarball":"https://registry.npmjs.org/@node-red/util/-/util-1.0.6.tgz","fileCount":7,"unpackedSize":53441,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeouLWCRA9TVsSAnZWagAALfIP+QCcwwBJapp1N+wUhh12\nnNNxP+vNOODacdw3a7ZiSe93S3qofEh9kAgo2Hpkxoy2nu92k0j6Izv5AGre\niLRDIBC49blmZV9qIHU0YDqb/4wTBUoyRbftBGvzIx4Cg/2FSA9wgG3FrcVd\nlurZVFVSpXh8DyqZkUPQL1F3vk0tJ5MLGfCxvbJZRhTguGbussi6zQL5/9bu\n1cj6xfUZ0Ft8iSKYUqeuEPn5kPRtxnR6ye+PnkrZ4OriK3vpiLRE6WJIeJMI\nRlpzriWtTjW+9+JsOfAnwzjCILor4Go+y5L69bCu6v/KbC4TQLKM3LR+VFcG\nIbOCOuhxn3bD1tEpy4o3uRkPd98AXw1TDyp/2okZ2/BS2Ekr/9ZphCbMEJGS\nEGQ6E+jmwcgPhRsapRF4LcpUBaku68bAu3QwwEoj8cp6AhjzCoym9FAgaJ7C\nGaXEnTMA9StOPnCUudB/nEYtQSNT9rFHPhw6n8w1JtNy2F4RyDl9DImq+vRC\n6bJlHw6G4ld4uXY0s9IqHu6h3JARAprBLZbloo/wYPFZDrpWPkjTszqQdFzO\nmXkqJgZITfTC/eIJZAISNea15xPm5XlGj42bpylHkJ6MCDkQDqSwXAtzIcKJ\n6saJ0RfyrkJ0nnPUFJl20XKx7f1G4XPtEhoDUczctxmdb9zYCKRSPRtq6L9N\nCyPv\r\n=AkZ0\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDcg9GqJ0l/xD98nOy1+PLovWbSPnH/hbrWUeURUNf+9AiA8mXjL0OzxI74OaWrdCUoFrqqkOqb7w1heebcOol5ovQ=="}]}},"1.1.0-beta.1":{"name":"@node-red/util","version":"1.1.0-beta.1","dependencies":{"clone":"2.1.2","i18next":"15.1.2","json-stringify-safe":"5.0.1","jsonata":"1.8.3","lodash.clonedeep":"^4.5.0","moment-timezone":"^0.5.31","when":"3.7.8"},"dist":{"integrity":"sha512-n15dEJDebdmPboJKv+gyKmXnBzqyYfvJig4g4FNPE7BRjJEDHizQAGH/f7s423idq8kjvQACw75PMcSX1hHkzQ==","shasum":"bde5f5c46111fe3df714f55400b62fde40385c94","tarball":"https://registry.npmjs.org/@node-red/util/-/util-1.1.0-beta.1.tgz","fileCount":7,"unpackedSize":54192,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe2M02CRA9TVsSAnZWagAAEDUP/352+HN3HrbaEJTecrJ3\ny8lldaJKP9mPArTE3TtVS2YU+zjuiJDjIi0RK/bc8JcfY2v8EdhyTC1F2QDh\ng72BRtvLdofouDIwbGuUBZ0N8zCliqOoE9Hf9V+QCPGnH+PTrcKMe0t7G5gs\nbKqbEPc64hDNvOuzjCeXu4a5s/4d8CNSZzuaR3YFAhx6pjgeNk+qGhvMdkaG\nL9F06mBUTU+M5Tn87ROm3S4EX/DS/unNT6SSVwgjB6JJ5+1OdAP1q8NcGWAy\nXMIEx2prRnx7braSlMytBrpa+1qqBn/WZ4MXJALqEs/Cfp4NKYAqrkUOAKwM\nT4fPodpICPpR7zcFsDlaZz373Gy5Hjbkl2G+jjV8Wz5JtZ9St2lOX++qVgje\nMFz8BGPDzUkUdBAB9t1jpWzIST63j2vs79kwzkXzh3HUdxtfCdffg8vgS1V2\nQgz/j6vqGHEpLzGV17JQYZgqAYF88Jpc/qfyvs/zlj+9AFr3Xyug4By+w/d8\nRmQfxJmgLAZD3ZMJ3VL25s313dI8tygclqyYk4pWnD+BNukAryYs9mqqCx0/\nj8zkWhGDrI/Ro3bzwqtXoO6fD8qkjxbANO6e5CbTQ2GniDgIIFM8wBF2HMyP\n6c6ll5Tyebfe/zhFzP6D+vu49VPRS9IsLnt+LmMfVZOV6Y5D/q3Q2w92Pn4r\neLGL\r\n=74dy\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDDbKInDVTrd+YJgbUJe7fxzgbmMILIW1T6OiB4A7O5lQIgDnhqP42oAk8gxK2L/FzygezouCwlyTNtJmghVN6QVHc="}]}},"1.1.0-beta.2":{"name":"@node-red/util","version":"1.1.0-beta.2","dependencies":{"clone":"2.1.2","i18next":"15.1.2","json-stringify-safe":"5.0.1","jsonata":"1.8.3","lodash.clonedeep":"^4.5.0","moment-timezone":"^0.5.31","when":"3.7.8"},"dist":{"integrity":"sha512-LkfpyKwsROhOCBnAltnEI7K+AiapUsPOIWJK4fxug5Xy0Mn9I5duGerEtmAu24Kxg8f7dTswn0/NzEPGjkR1mg==","shasum":"346839f95f8033d4b81346218b9fa947c416818e","tarball":"https://registry.npmjs.org/@node-red/util/-/util-1.1.0-beta.2.tgz","fileCount":7,"unpackedSize":54192,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe6NcNCRA9TVsSAnZWagAAKn0P/jc4ykzuHuADE9PWyt67\nYFT86qO/jrplW62RcHJyuHFD+ApGr/PMplEGlrQJVrqIxATZc4qdZWIp66gT\nrV7/90ze2jsc3nEB92zH1YGD2tEB7T9fObBkG8g0CelQBjwSASzg/nq4uMWg\nUBg8ninJnRz/mNJcnnl2ti0u2NgykJy7fXtzi5tHIsFU3NtxQtP7qrXtijV+\nso9ABfTDy5jYJHakaTYtY47f3VX6HnXOfXZlF9b6PI080OfMMMia8/RpmQ3z\nyDPL1xE/wav20e0AxSVtcM4XH8b+E9PlwMIEcyeT5eD2zkvXLkCxgmXa2CH1\nN2KsQ+moNrNnwQ1iw6e2gaRheTEwtouC4BSPl5mt2X8BSgGqmhRsx7yODgar\nPmHnUJwWoN+Fxq1rMgHoHL/g9LdT8ZLa4fyu59nuijIEPV/OVUImK7q/dTJy\n7Rf18Fdj4m/752+j1Bp/NvYti4Jv6VyS34loG8jajZoPAA7/3hKpSecPgzta\n0QobEzJDNvbuNIgLg1GBa5sSaqfdizsQxCL9+G4QkcV/3AlLFF+D57fseajB\n7dVz07gVhDNAjoF7rUzux059SKPlSPi12l5fvOxXVkey5x0qpUBLo/KdzeMC\nwZWY7YGLWtY8Y/9rQ7OQBTEjK08IwfTCGKnvU8Ic+D4Mk1XWNdWWYw5Ja4vc\nrSzX\r\n=klD4\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDZYn50kVp3/6RCbIqOuVsNlERGMRiC/w7N9tpMW4dWHgIgNnH+Uk2VIVwloVWvq/Ud4zAqabuW/wdGH3sb+xSRnUU="}]}},"1.1.0-beta.3":{"name":"@node-red/util","version":"1.1.0-beta.3","dependencies":{"clone":"2.1.2","i18next":"15.1.2","json-stringify-safe":"5.0.1","jsonata":"1.8.3","lodash.clonedeep":"^4.5.0","moment-timezone":"^0.5.31","when":"3.7.8"},"dist":{"integrity":"sha512-ya/PGN2yeXH30yiBuUX5pyHmUU7ragtSuoLhOBoCI9QFQW0LsTfQ8LUR6BDN911CLs3T7WFmv/8nuJX4NT1b3w==","shasum":"614f24127f28479b58547920905fb29ad3458ef7","tarball":"https://registry.npmjs.org/@node-red/util/-/util-1.1.0-beta.3.tgz","fileCount":7,"unpackedSize":54192,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe6ei2CRA9TVsSAnZWagAABfwP/RzEBIW7eU/s+UQzoGIi\nV/w1D1R/Ib5i3ZkVTo1TEA3BeTCvZkjwnTZQDuWC7I6KpHPaf+JmoIYftVDg\nHWBEYP1ORGIWH5AIu2S1svG8CErnf7vIE4vx1fepTeiAHCQ8dl5MbZPUL2GO\ngX++cHnJIzzojGDYKzX6kuNl2Eust8ryOfG2JKH3w4m+c4f4hlqyGAF8CVwY\n0hSRhjf+om8UuewQi5eLF9vFpurwDSoGF3ZqjntdZMRbzVNH669XZo/0dffy\nuBotAvzLVbVBQ5wLEIU+q4nikBXFAyKBmjSObpoZ1jobYn+H5JLr3IW5J9f/\nrREVJaxUELcQGDafaGrVHyAYtfCL+vZCS0U7ER8pK9DwJQe+XjhsAjTR+Z3Z\neEhIX2DPi+0iF9mSq46hb6jk5Gd9c/pW+CxqJZZGO86IX9dArS5Umh+Do97I\nUQfvMf5xAgUZT4AGAE9iftLW+fc3DRGhjkzY43+FLBheXD9ssvcWfjmM8iXc\njK99FeLUssAFu/PuSClmRuus2DcDo+jSnFuhH6LzEs32itIVRVUcuasKExvp\nPHzL+mvD7xvyalsU3xMpKgxGHiKBG9KUbvBU8MC+g3iemP6kSc/ihvphPnZA\nZOtCTmsUL/0St5SyUoKm7whUNU9TBAqwKs2CU4eFg9UiZ/oVI0agTy9uVybY\niq7L\r\n=VBcR\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBW+WPH/zEZYIomPx2+wQlSbS/B7V1myAuEpNwb5X21FAiBUH5DwxiNAOqhb9Mac7dFKsbNvk774G8CW4mxHIZdebQ=="}]}},"1.1.0":{"name":"@node-red/util","version":"1.1.0","dependencies":{"clone":"2.1.2","i18next":"15.1.2","json-stringify-safe":"5.0.1","jsonata":"1.8.3","lodash.clonedeep":"^4.5.0","moment-timezone":"^0.5.31","when":"3.7.8"},"dist":{"integrity":"sha512-cU6By/4mOL2uTxwjdhbzkYtIlOSTGl83wuQ0+4om6kcgGTRyCNvv2hasAZNnh1X9HZUxq6o4aNAb5DtqxfkEbA==","shasum":"d1a14b6c5725a43240ab0e3f58efce235342099a","tarball":"https://registry.npmjs.org/@node-red/util/-/util-1.1.0.tgz","fileCount":7,"unpackedSize":54185,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe+49rCRA9TVsSAnZWagAAPI0P/R313tXUm6wCjxooQ7Ia\n2KBe3bAXmnLRf8nGCP5LegqZmhHftU95d0oPoeo/hL/hE+Il/tREMHLTjDAk\nZfFkXDkxjEPDWAT2ZmNSk0ODg/zYMvG4WZXs85sSM4YQxpshq8hpAVSrCWtN\njuOVO+RB1lt05+QzRVScLbdGMl9zKxfzUbehhQ+0K2wxo+Cst77ljdRZ2TU1\nyhMgPgPlpVEO3oM6TdEtxqY9OVqw9qxxESi6NDHJh+KtYkMKJfsuSsc1Etx9\nO+aa1VPCWYAqSRRJgviIhLG7efft5JKWBDggrFqhDtQVs8rPMSxZVEyjmfMi\nPdTt1U9Vb34rMmLVPf7TalJKRY+oqIUWyxwjdKG8PphdF16C94XFhpouiuDf\n502zG2lVTM3q8albdqVH84chWA2IL0yKNuhLEHkt0hJ4liISeVF4TfEg3JfI\n8+GMRs0YMcMeAekEV6XmQsPrDslci2F1OZ6q65/cecay/WFDHoCynG71xJl1\nCHQ1/S/BnMXIVsQyRlTAZPGrENMsnCs6teJ7QeQxnoxBmE/PbU1aosVboVQq\n17/ca7HnVcfXsJpAdHW+3krbCdty6Vv5fNBvh2q/i9bU0LpCYzh1Q8k95vtN\nn4ARHvRjecu9M9RUFKPpxVY0Plfsg55YXd0WEgNLJ3biJ0YjEhLoYuV+fhZK\n1H+F\r\n=htdH\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDcYYdQt8EvzDWTPeOlXG5xblFcO3N3f1rhUkqYEapUEAiBCzxO4JaJDiqIH6eNyN8C8J2KuVlKwqyKipBpmJXTI0w=="}]}},"1.1.1":{"name":"@node-red/util","version":"1.1.1","dependencies":{"clone":"2.1.2","i18next":"15.1.2","json-stringify-safe":"5.0.1","jsonata":"1.8.3","lodash.clonedeep":"^4.5.0","moment-timezone":"^0.5.31","when":"3.7.8"},"dist":{"integrity":"sha512-rJeTA4KcQoAeQnfF05sC7tX3HKak+cUNE0eeORSe3tefYUE931QApBw8bjneOoS12gBQZGQJHWYhwrhT8+jzqA==","shasum":"1aec5e8f8f85bd28ce29784fce03de3d9998b6db","tarball":"https://registry.npmjs.org/@node-red/util/-/util-1.1.1.tgz","fileCount":7,"unpackedSize":54185,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfBcfpCRA9TVsSAnZWagAA9YcP/j3e9Z8f738HktG2WJqX\nJSV9LBlpb+vRLyWlrXykkVLvxv9GA7ILyeIBgWKjw4N8v2xOEdkQm4vaF8s7\n13fiq+6C3K6EjKmSVNqcJkBvitokZCI8SJuNfNGJ1KbvqPFb9T+eAlYd5S6x\n3yuXcFPePxLCqpUTemk2ilIMTeCGPjzAYJqxytaQzUekiIBO4m8T9bv8Jc1K\nIdc4Nn84B6Jx0Q3n6owSqxXnP8SyMb+7fMGIkMnR6xBl+/sTxgY3M9wr4LIT\niuneriUBEwr10B/WDZd7kGyL9xH3zBMX3TsqSSxT6dYzVPwLaeMke6Qguckj\nCWnsPS7w5kNe1EbzCvV9Ms0ID742bm/OlI+WrbZsDEuO1DE8YZHCIncNyysU\nJumIp0JN4WKM7qAW16kB96gGsZFZ/GiUjgSgpy+MmvRbKHmXfCt7231AdHA+\nOtvwVZjPxNogEHsSyKzxS2hU5W2ob1dx6N+otR4vSyLE5Dx9nXsjkWO7BB2m\ne4lKmwLVCoeAna6fxADqlsPAtPhC8FGFA6YGKIm/dMYkeIIq534ZGz8vHLx2\nwb++2lgo5HhSXGdCFVLndtCX+kNYh28gczdqg5Z4wnBj0A3F4S8eJDpt5Dmu\njsvIMll/j8GunmDKT5WFZVJcgubG6vBGn8qjgKD2HcX0+s/BrTUDaXgtFkgA\nChUm\r\n=9aVT\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCXOuzpb9O9pKGhBtPCkJzQENEsaVGxli2UyTyBa61PbgIhALOHxNkUi0xD/b3RF+Mno9U6CUW0uazwrIOZEB1DIxN6"}]}},"1.1.2":{"name":"@node-red/util","version":"1.1.2","dependencies":{"clone":"2.1.2","i18next":"15.1.2","json-stringify-safe":"5.0.1","jsonata":"1.8.3","lodash.clonedeep":"^4.5.0","moment-timezone":"^0.5.31","when":"3.7.8"},"dist":{"integrity":"sha512-9G45g4W7HcCJ9IpIF76sCbDuqHWHmkAHI+lNE02TC8yvGzEOyb6VMvU0vph5JT499752WSlNQwk/g823VrqYLw==","shasum":"d5edadf13364a6b5c9c84b8a06bfc119ec3ed992","tarball":"https://registry.npmjs.org/@node-red/util/-/util-1.1.2.tgz","fileCount":7,"unpackedSize":54185,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfCL5FCRA9TVsSAnZWagAA27UP/RkxMzjgfju9oZKlzLo/\ngOuRc/I5H+m1RFkNIs+PD6ECRC9th8JjqMXIJhRtkd7ivL3EAjwL56M3V6Rh\n4PEZ2deqTED4uIpxGcVh2XGtq0eKj/Qe4HFPy62eNVdu+5nnOPsCiNlnd0rk\nUmTLv++jx5r6P/5ixhLmVha60nkod09VsOf3HBXhckwUNSO5kFSpwqmexfqi\nXvxbzQZuPDxy+wWj3M8+3B+8Zw2XZ88yQVlE1crPIFiW7EWbpZN/BMiCcxSU\nhPwm1bRVQ+GFzF/3eOMOmicJlqqfpk89N6ddjrm8GOTHM7Iai38L7+HpsT9v\n4pg8zhgqsVQ4VHhW2zxjx0RM0f0K6fmYTm3VfdQBcDhhFzEc+8ckX+crUdgu\nxn/FqRU3mI6pEH3cxr5tmPIaZaRNkfgOTB3pL0PdynJPx7tQspt/o5wlmaV9\nT3ZIyNgIOgMH5AMdaOvp0fO5uYaV+LsHd1oMGFuZ1+rwchvgtXBAlKay8edu\nu3QB462U0/K0prl2N37II+oxtA1Wn3RipYN5gw4+P3xL/ffHwjDlSj/zgmP1\nJPaf8V1tr5lacRkiB4p+S425theEyqJLdGZhphw9+r1Z+WNmsW/we6tOHZ62\n2HQxkieduZSF7La0h430ZwUCqIfRt4HZE6ioHP1crRSC4maPwd5ISK4ITung\nDPza\r\n=ANAx\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBgwKKEbM4iEjNCAFf0lv//t63ZrygeY+0RZ5qXlXwfeAiEAx4gjH3V22xvZJftm5Wr9Tr4fpJ/fGMSQwVQ7oGz3af4="}]}},"1.1.3":{"name":"@node-red/util","version":"1.1.3","dependencies":{"clone":"2.1.2","i18next":"15.1.2","json-stringify-safe":"5.0.1","jsonata":"1.8.3","lodash.clonedeep":"^4.5.0","moment-timezone":"^0.5.31","when":"3.7.8"},"dist":{"integrity":"sha512-Wa/L2bFRK9dR8K1zGlhp3Z9tqZgHsKaSK329YQGRIvAApbH5G//58V1oJdj3+9Gg8xza5YXx4Cw9hHs2m1du6A==","shasum":"261be34de74b58a27597b30c3dab1618b98a5947","tarball":"https://registry.npmjs.org/@node-red/util/-/util-1.1.3.tgz","fileCount":7,"unpackedSize":54185,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfKs1vCRA9TVsSAnZWagAA+CcQAIMYHoflmJJtA1qxGy0h\nfbaYP/2a92WgO7Q+okyUD/D2J9nhKSskN/5aIjz3/Wvm3SJnCX887uz/pzrf\nq/4LiB0scE7Lw8BT1eZ08A04hNUKdlEkUz5CYPWh43pRoqfdID4XlgwLye3v\nro3UgNye79nWF2CAq5H7CyXSCdINTt944osisGB6daCqtAfzMZrrzM1cG3rk\np9Rufx4fOvsVRoAeN17AV7vVVX3HmJMhDvpphyzbXR5v4ccDGRwZ/orYYPy3\npDFpnylUVP/FC6H/77SCdOQiBf2enZmZZ4jrYiZqpd4XOz9s+/URRsDL4rgM\nEfx0UhOVR/cS2lJzoLGXpKRr3bYZnnK7B7BLa4xgov992ET3ZINt1uzB1z6n\nVmrGPBEwC6H7IcuIG/vgedvPbYEsSO09CLvXlzKsMN1CqQaYV6f2lYZH1Acf\nwuWJ3OY7JQ+mM4zl2dg0zBcWTKLWPzwpM2czd2pIF0Obu9uPllHWx0p03yxH\nb1AXEczLgWXiouLpoMdzsP5+udwFaX1QsytE9zpr+pBV3QmzLtbwnyQ82gCh\nFqR1to5QLyJLwyw7ckjMJX3Gcl0uBwKqeqfiX6D10V3S9YT+C5Xnb2aRhGVs\nC7P19Zwzx0QyEdgltVnj7MNcuRQvqHdLIhniaUoFgx7ww0EL7QtaX25t0SIb\nS+tK\r\n=0Qm6\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCLd+e6Y3432ftycR6xzq8zby8VF62HICJ7XDg8ZulZcgIgD7se1prTJGcuvP+3KSDxr8KzfOXONUGy17wy5uJpEyU="}]}},"1.2.0-beta.1":{"name":"@node-red/util","version":"1.2.0-beta.1","dependencies":{"clone":"2.1.2","i18next":"15.1.2","json-stringify-safe":"5.0.1","jsonata":"1.8.3","lodash.clonedeep":"^4.5.0","moment-timezone":"^0.5.31","when":"3.7.8"},"dist":{"integrity":"sha512-TclWKEEJaBbuTSb9fh3pUYN6he57yPhtdJpu+SQg0MWRZCodCOqb3gfBZuyw+XVXfFmgF6QDJ237gQOkXmssVw==","shasum":"ef99d857974483abc87a2273ce18cc0c2a08cb2b","tarball":"https://registry.npmjs.org/@node-red/util/-/util-1.2.0-beta.1.tgz","fileCount":7,"unpackedSize":54850,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfdFYkCRA9TVsSAnZWagAAzpoP/1AzIdIN3JqsX9q7Tw8r\nv3HremjYyhbK3lwXQu5HJdLwIj16n7pzxBix+yjEEXznB2T0XsQnrpqZHQVO\nOX6FzI7Oj2FRcAEEHD+w60QMHMCTryAQuqjIyE7LAy3PHRPe3XetAEKYEAWw\nTiVKYpvUF/Mex+tIsaTrBhR673QL8vFjtn4TQ3r3uGRx68P73CKmMQz2PDLR\nao+uDmYoQZy8X6qz9QZ0Zf5FRL27Q0GZ2nN1nr+q24T7RoGo5BSJjZPaxGPV\nuNZb/Z7tErVXf+bvu2xGF5/3yzN1Kum6GZQ0xJAnvs2IY/I1ARb4fQjVaTz3\nZrXmF8cckQW5WP2yVXBhmVy4/9m5jLFQ8jDxZV7HqyKVzwel6Vd6bBt0bv3L\no4m+UleYwt1ZzyTe7uvLCtbfogxmyqAgRyPKIclTDAA2WXfPsV1OlHVb47ZA\nAQ8gD0q2iT5qD4kqMVfcVKV6wLhU3qn778PB9EksbINF247YTNd/jSB9ll6E\n7nP3z9xfdFPrez3xp5BRMezDAh1+0+uMIyco9nXVNSe8ipMC2+L45ipLH+rX\nBJ+dzRYWUdbz7GNL/pnCw9ZhEKsz7rIvUDZlhPb11B7gfXutkHd2FPlHavEL\noRwBhwrFtpf1e+oJtrS4rU9f68xySL1JWrzN7at4AiZWesXgtdi9XClDlyVI\nAy29\r\n=XV/z\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCk+iNJ2n0TCqN2jt2Y+QArKnVnglw6Vhkk9s8p5mjeGgIhAMWRi7H+nGN98Lpw6zhXQrC7R4oCwmTlJDL9ahoQ5Ua2"}]}},"1.2.0":{"name":"@node-red/util","version":"1.2.0","dependencies":{"clone":"2.1.2","i18next":"15.1.2","json-stringify-safe":"5.0.1","jsonata":"1.8.3","lodash.clonedeep":"^4.5.0","moment-timezone":"^0.5.31","when":"3.7.8"},"dist":{"integrity":"sha512-cREGi9XT9sLdsPZ1Ncflk5+RfAb0BUeplIlAZSyjO9MDG/IPky5hPupKglo/efez090vSfvSsu8YGkHS4lUBZQ==","shasum":"6ec5ed7a36f0b31cc37ad879a95f60ee65610757","tarball":"https://registry.npmjs.org/@node-red/util/-/util-1.2.0.tgz","fileCount":7,"unpackedSize":54843,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfiCIXCRA9TVsSAnZWagAAtM4QAJbQG9b3MdJpX+kV3AH0\n1M+WflhY3fwO0s1kFi0vGJIk5Eiqz0rHQGVyvomfupmOq8lIRU6Z8oqmhEOy\nLdqUjxSj6VyvoHCFIJV5Wr2NdPaX5y0RPYLQaiFrC9grctRMuszDzhfu+Jc3\nswUKywg6eAYokFWPAZp2gcCDYXm7U3lxcTPCHoYBOnqd+ZzU4z6Kgt8/k1I8\nNKP0Y+Cd6DzEgC0P3/5kColyDFfROiEGx+B/KeuTZhdX67J4i/cwPy5VYyga\n6uYruJy0vErA/Wfi1nqibvTPENdBzw2z/nPnuKy9bQmfo7lvzI8pDDlvoAsz\nlwB/qslqukZ50gwysxcL42gRkbYQvtyvCOc2qUfjeaGMXxsvD5H1uusH432P\n4OiLryQXx2NKUXu6oYmdDSFel2/oMZi07Kyto5Uuc8HM/BJqfFGUHBUdOMlD\n/KGT5K3hVQBN9BnnJZYt8zcEOF2i64+il3upTNg4FqjZPVLqaUa4q5n+CvFs\ni1vdcao9vlgwvnN98RzS+qkXp/LE7u5e8k78vzNxjdMjwJ4qzT7uOaleMvcH\nNfrxPPP3mhoxTiXcLh6jpaLmZlbEFtiiygiHbGHWojTyJWwX7LPvb0fCVJMg\nHhKVuSZdqNLJ9clQjy0bzSVv+gdecfacx2k/LFvM0O8NAfJiayY0v73dwKmS\n24cs\r\n=Ic47\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCID8hJdisWfJTpEXrfVTB3AQ66Zl4iAvGI9OhYVfgdBP4AiB06HpPUi89wOOG329JsSb2A/vhJIgcTb3aE7zdrEMwDQ=="}]}},"1.2.1":{"name":"@node-red/util","version":"1.2.1","dependencies":{"clone":"2.1.2","i18next":"15.1.2","json-stringify-safe":"5.0.1","jsonata":"1.8.3","lodash.clonedeep":"^4.5.0","moment-timezone":"^0.5.31","when":"3.7.8"},"dist":{"integrity":"sha512-BQZeeUbkleDh2KG4NMiByHS2FuJXefR9/mMXh1FrF6R1f73VjR6YSifF/knaq5ZR8HAZmFnY0ACep3pb9blUmg==","shasum":"92612f8301bdbd7c9b45721a3da4197ae38786d7","tarball":"https://registry.npmjs.org/@node-red/util/-/util-1.2.1.tgz","fileCount":7,"unpackedSize":54843,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfiGnrCRA9TVsSAnZWagAACGQQAJj42tJu/zdm20OCtrTr\nnx+P73ECcjfnNT+zyk4CxqsuFZy+UfHeO9rjdvNKQsAMPQftN5Jh89h9wQCM\nwTvjCFBD/Nb9L9TdfHfnp+/WFekVdHsVht/9N7Xizy6DNcuM7jYJyp0k6+Ie\nj8gEkyIfsdtXUXa2xbiK6RAeM+G4V1pPkYHE8NHV23+XVrY/f66VyhkbWw03\nil9Nc1CYRpz4jHI9rBg77JzKM0b6LRDUxh5O7a/MTd6S09KAI5XqRzLTFwkT\nw4uNay0az/mwxyN78RXqguU6PVuYr/N4NHNQU2EPBlDlE+3T/9J6AJrYlAV1\nC8DE+5EFCF4ZQkfVkMaPRth+qOc8qzAqqpofx0wRlWTIp+88rJ0MG/CIhaKk\nmqGWDY0dvLu/8B17shsKgQvxy0WHevnAuk34Wrk2xVSMd5ivgrRZtIkP3jef\n5bdXr7V/fei7dWQM9C4unwEEuvZpi0ihkHoknvAShLxB1p8z1FCtWkzVa42h\nxnossPZkja+T/F8cydECK8clROzmBxMAhXozr/kuM15mGu3nJmHAVGjed0rf\nYDnINqgCkPsaFGz5APF8EcP1pJkWvJWoYZGQbkYkyRieTItgdu3n/Xh0qjO+\nz8Sni0DIUxb5ZmmLkddgozJJ+xfybyC8zZr7+v/mda0SpD6gqGtHekPM3+dH\nizbc\r\n=oR2I\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDmGwsxDtYVW0Xc6DF5O8rz0483vVzALgAwUUHVihs/FQIgByS93pJW/X49Tq4igSqGlNw3MJljTY0VTp2WJO/MDXw="}]}},"1.2.2":{"name":"@node-red/util","version":"1.2.2","dependencies":{"clone":"2.1.2","i18next":"15.1.2","json-stringify-safe":"5.0.1","jsonata":"1.8.3","lodash.clonedeep":"^4.5.0","moment-timezone":"^0.5.31","when":"3.7.8"},"dist":{"integrity":"sha512-7rj3qb/puqcNaHIz12wtLjuJ1pHWsZzPZ+vEubs116SxAas6OVYYLuBGEPhHWeE3zg3t6Erv7wYNaDZeyUm/CQ==","shasum":"9e1b6154117a3836bfe830a6b7a3002fcfb979f2","tarball":"https://registry.npmjs.org/@node-red/util/-/util-1.2.2.tgz","fileCount":7,"unpackedSize":54843,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfjeTDCRA9TVsSAnZWagAAfUMP/3rAb5ifKWyTP4Q0NBub\nMQxOCL7loDLHjXGmqWHSsnWMHewLA572i3jaoZUjbwazPPmqY7j9jzPrsFna\nLC9+OMeP/D5auamWykcVO2TQsCovIRvZ9pH7qZk60N+DuWjQnCv4m1yHaXDf\nQCWaUP9Y5q/PyNuMAADlXviA66M+LxzsRI8dHzvIAXprPLffdkExKFe3YRuD\nK64xvej4/F5SpYm6UM5a9Nih29oshy8P50GxIaMM5fSDBuHNk1Yp1Q8081rD\nr4HcE5u+lwXnEvx4LgILgwhlzGi6R76lknpvdvsNXNLniRn/GjvujcMZOtAb\nsCT2lGsssL/0sdoxMT6qa7W3peZmbxbzEodgF/L47Ux+6vESnOAIMU2aD3UN\ngfa1/g6FQHjB0CdopQioEMUwAu4/H2Fvf/c4XXadByt4XmEqe5mEBQXS//sw\n4yL7lTkilOGhDUMBQrDDVWqSQRKCypVTT8rQsWj5RAwnZvjGUzRpkPZacuiP\nH7Jz35xCFsCbz9+weqEevDLdutHkvfEv+MpXJowNniwjqVmFVMZQmAfDNXTa\ne4aMtJjD+x3U21tJliq6arWCuDSvA4ZwoSyIsFRpXJYHFair6RGoPnfAHiks\nuk9LGwym5urSEbPR9EcF2GcjrauFdIyKX9yDUN0IARmw3fYsQ4dG7P+ELDSd\nkVRy\r\n=6bjo\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD5dbo+hjc8JsYuHtlqk2bEMgQzDheeqKScHZQcaFOUDwIgDOPWCVOUywu98oxkdcZAAgU5y8YgWA08T+0AlKJDrW8="}]}},"1.2.3":{"name":"@node-red/util","version":"1.2.3","dependencies":{"clone":"2.1.2","i18next":"15.1.2","json-stringify-safe":"5.0.1","jsonata":"1.8.4","lodash.clonedeep":"^4.5.0","moment-timezone":"^0.5.31","when":"3.7.8"},"dist":{"integrity":"sha512-myAbQ35tk/oIJJfwUehpQbobFcAkeLxRKmRE5FOda8S79RHJh3OJVdISSm2lgUh0QlwFl4D8fZvu+2wZ5GoB0Q==","shasum":"17cb6dff4571469c82dd3cb2a83311df67ffc08f","tarball":"https://registry.npmjs.org/@node-red/util/-/util-1.2.3.tgz","fileCount":7,"unpackedSize":54843,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfpASHCRA9TVsSAnZWagAAj98P/RPQ6imPaAsRIV4fXcmY\nP1TtjHLZG97mfNpZvxilsRfd0TiA8qDKIKIKyNaTvxdgh5meQu5S3i4f58iS\nBY+CQnRSJX/wHNKwtUs7YMQnld4+yTz8FkOx4JZKoNfuM6GEsgh3R3xYxsMu\ngn1MsJEzye6Ex/k00tJ/qyxAd2I6qUj1n0+4Nxeq/PU14PlELA/vFqEMA6lg\nVPP0/147Uw3lUCkQAJ14C9gE19o8AR5tF6WRBlnMKhARmugfLrbOMlf93n2v\nuLqx9aD4N/tv/wiXouCdfMHl/968BW61ThDu3+Q/NjxVUtL/EwpszYkJsiaW\nOZ0CyGOwUTDfpclLiQ24yXRkCfjHKNcrV9dTUt2ROaRLJqTh54gYJ1Lxb4xn\n3ERMYE1YhCMotz7Ol+LbCEzyb3pCLvad5UKcwk0JTczthEhA/ZDK+HY78w8/\n4hFb/u88bD+E9mr3wMNiG2/HKq2uSW5VW2RYqRdjEGrGApDZ6jfQj1Poeubb\n9xlDDubobqkeQz0Fp14MhTeApGaD6NVt6XUsy6JnMs+d2nI7MGq3zi1FH86U\nsTgsDK7xUFI1B8SV8+I2eaF0QKJK6pyZcKH/pPLqYlrS6e0QqWZGzeokuCTC\nYo9Gx+jrhhZwtQU8whVrDazUBcBpJJe7bpaAFIiU29KvsaqGro2L3e6E1rqA\nClQZ\r\n=eUnh\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD3FMKA+GWFgoIL1iExPo60itYKg6MOkOtQFJjNP0UKJwIhAMP0Kmt/fWa3VBYvnXvxGvS+obHQSC3Bv87LqBi+vUBF"}]}},"1.2.4":{"name":"@node-red/util","version":"1.2.4","dependencies":{"clone":"2.1.2","i18next":"15.1.2","json-stringify-safe":"5.0.1","jsonata":"1.8.4","lodash.clonedeep":"^4.5.0","moment-timezone":"0.5.32","when":"3.7.8"},"dist":{"integrity":"sha512-joF0mMtMY0yQyS05kAmtpUr1tckIbblsu+x0unBptYK5uga6LWKp22z6UsmLHJfn2gtLOzCdNn6IdOXvkViRZg==","shasum":"ae5b11f0e6849670615abc73cf79ec91bba0b7e0","tarball":"https://registry.npmjs.org/@node-red/util/-/util-1.2.4.tgz","fileCount":7,"unpackedSize":55345,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJftDuvCRA9TVsSAnZWagAAFc4QAJ4dT4N/BCebRvIbkfrQ\n9qSkzWQIspzkBk+zJ3o/TjZ4Ap3rGWgJBo/H5rn6x3ZS3wiM0w0OamQ98Mbo\n2jNWmYGiZS6dgNBnOJq2Mqt3FXoo/TKksQmeZYdbqt6f1I/l18twMv2Sqrla\nKftsH3TYgrWYImy7kiAqEko+13KFoVnog/PtV2YW/KxMnI6B2m/DfZcStHo7\nODOcGg7Oe4eTTdK+f0lhhQtWahJ6yuWSJpX8AdTUEkud1Atj6VMeaaU79rnJ\nAIGImE59o4KMrHllg8oxyKjYp1DcKmY6S9UkJA2ES0jTrugiMyxmSjaoULlh\nAN8s5KGOnV4MTp6wAnJSAK8xqqFyDcbm6px4FF53LKgfWCpkx8kv+UTONI2H\npbLSxYjer95ZX8p/hoD4qxH59N7kpnEuRp/Mjbbi6WGnpShpfYoLhZ0e1Kkv\n2mc7GVxqJopiywFNciD/KYzmPdyLmur4knV0TE1fpkY+6auy7Vx9ahYcj+Rj\nNmjKzbGvmtTS3Q9iaG2Uhe5a8PHttVNf1AG1jLxUt62PtoS4u0jfo9q8SIRN\ncX6qtRqIBalGqKtT2CNTD197hCKmAHqQN9I6fZ/evtuovaC+ru1YWcy3zTEm\nhe4JA5t4rZR9FGOTk87p2wp+j5xtgkOIC2S1kK3yUwg8+CakYvrRjsCXrwRX\n4lfL\r\n=SoSH\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDJGUUKn3S4ctJm6bfIWYyOKcj4nnH6w6RdQMK6dhvKCQIhAPm5WL53/9d+NiMrSKBfolsBYZkqFlc15/2X6qtxjTPG"}]}},"1.2.5":{"name":"@node-red/util","version":"1.2.5","dependencies":{"clone":"2.1.2","i18next":"15.1.2","json-stringify-safe":"5.0.1","jsonata":"1.8.4","lodash.clonedeep":"^4.5.0","moment-timezone":"0.5.32","when":"3.7.8"},"dist":{"integrity":"sha512-V+/bWsEg8PIZemgzpjqcpq+/zcjuj/fJ3qoJNRDWFYQ+6VU24W+cGiz795z1KfmyloeMLw3LPikp7lQGikTtIw==","shasum":"15514445b306bc81361afe50e710bd2a3a3b8308","tarball":"https://registry.npmjs.org/@node-red/util/-/util-1.2.5.tgz","fileCount":7,"unpackedSize":55345,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJftFhyCRA9TVsSAnZWagAA2jUQAIedKeY6fU2ILPC4dr9P\nLZilP44T/gKp2lNxxDkpwpEadyx4OeA7OiYiq0IK7APW5PmESc+FqlOUhh4m\nIySYJA9xGgDOzyt1klk2bY3Gi58nDkHy78dSlnLaSU4GrnVByOkH6vlNmMwz\n407yy1vxTauaFlG2RRHll80C9xo6S3ATT1nk1+2wUCvYPBDm8+oQ3Amh9UvK\nju+J6AripaVy3sP+s8sO/WfwCRIxhQtgrmoJapElUl0ldwsi/zN8iIRa1wx9\nFfb1METVp+vBjUrPoT8QcUit4fAvBAUgcUVDesRq6WI55vvr94kpn6uVGDVw\n+G/HWYCr+hKpVFJqSgojmBvDfgzsuXx93wvWsjno1EAqjt73NUJ1DiqZEua7\nFM2GxdDGr5IVD4wDnbY7Qz3o8w5yS8Pkd77ssyKKHJadSQgosA/yMwTgNrAV\nzuxyX9FNmw7nLYMAlXWP8/kycTfOtrET48INH1oVIXC80uKiKm+XwaoOiJFK\nZVVKAX5AwjlJMbFtLdr5u8C1Xx6zZrVY9sUdtIeobbTvKGCiU5aK5h8e3Afe\nSXu0a3S11PhqEsdhG0SOQTsw5Xf3136PWadRVgPRONcxFQV97yiZuQLwy3O0\nOiMqe+SDTZe0E+PIJI20KqhhpEJ9YQIoqxJkjSTqeS2J2XfzFvE6KDdoc1f5\n+DVU\r\n=kdwu\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCRJKTvK5rgmeSZcNIi/kxc18SbBADkD48QBFIZZBcuBAIhAP9mDBZv3KYIX7xR59e3dVtA38o5BIhxRQkeZ184jJua"}]}},"1.2.6":{"name":"@node-red/util","version":"1.2.6","dependencies":{"clone":"2.1.2","i18next":"15.1.2","json-stringify-safe":"5.0.1","jsonata":"1.8.4","lodash.clonedeep":"^4.5.0","moment-timezone":"0.5.32","when":"3.7.8"},"dist":{"integrity":"sha512-CYUCS8iqcaZFBf0vwtVPqqNXX0XY0ajFW69smtDItbxslyZL3A0qRMiTTv0qMPA1uvOCEw4wQRSIQV7j/nd0yw==","shasum":"d712fadb7c6b9b7efc7162e11908816e48ed4c2b","tarball":"https://registry.npmjs.org/@node-red/util/-/util-1.2.6.tgz","fileCount":7,"unpackedSize":55345,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfvskgCRA9TVsSAnZWagAAtocQAJDBCc6NfVv4lH9JsQz1\nFJ3RYQXKK3wTCH/G4fko8Ckeh0rwINh5nIZd/dUp65n+AwOWzvWAdkHiljYC\n1QZUc/pTuFFN0i9/TYqZ/wvJXz1oqulYBXSlTyMNadKDtb54XDyBBLn2x79G\nEKxSgmGVOpESxbPRtdJVVQX2LQQarygQUCXIHq+Q8o+u1Ab4pJlu2uQl+32M\nXbqplnwdQzA+be6m18E9nSj7Y0W+mBmPwSl8G09HQ/rWwM+pQ4AZS6RpIsUj\nBRbyuCcgrQsMoo8vDoPNE1vN5rPAhb6HT2d43xjwZnM90ahxH9IVxv7EqRrD\nR6TZiRZ4Tbazh9JvttHyS5f6Tq7k4qnpntLk/mtO2lBLZrK/4nRcDechQ02m\nZadiynyF9U3yJLrKKjJE1W0xbqXjFC3zsI8Zs1YPg3loM66q8yyeulfHLTaX\nY+2OBPblN4L5/k3mbwW0LKrYl4Ipl+Q0Y0gM9IKz7xLkYsX8hPbMM74frZB2\nznh7wus+BjZMvNVC7Vmi3stY+wzDSnsGL3PoqN3LcuONgz4SSp8IvumhjwBF\n5JoT8uuzNpbuDEpAiKc9k9bHOzyLq5ocaAFYrdXSN2nb5qL7QbsVP4y8DKXU\npeudcJiUgV6VwlSuw5PH5Tctih+ICLXISEq0aKCqtBHCNkL7f6BdEVl9J8M9\nZ04Q\r\n=yxru\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD7G+AfdHMpi4F6n9lj51upruTBlhfwYqoxMhY0eT0Y2gIgJx9LqSU9uISiUjQiTjUkPWwjdojTiypFA0McpeWxlZY="}]}},"1.2.7":{"name":"@node-red/util","version":"1.2.7","dependencies":{"clone":"2.1.2","i18next":"15.1.2","json-stringify-safe":"5.0.1","jsonata":"1.8.4","lodash.clonedeep":"^4.5.0","moment-timezone":"0.5.32","when":"3.7.8"},"dist":{"integrity":"sha512-+mftTJ1AtjqbO/5LjggXd36fcomKjlOy/IunjQULaMGO4MIIqPxZ/QUYTuSi2Z/rgHPMHRuwguwWnoca4GkBnw==","shasum":"f6a98ad8cf507dcf2cc0c472ef4f1b4750244656","tarball":"https://registry.npmjs.org/@node-red/util/-/util-1.2.7.tgz","fileCount":7,"unpackedSize":55345,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf9aboCRA9TVsSAnZWagAAYnQQAJ313pePl/Hvd98jAxca\nLpdbNrM8EHLVwpOhII+LetStju5SI1RWkediiaVElQSkvylBAgelx6KoAU20\nzp7d7rVXAOxiquCZuVG3uKJhQuxBPmhGiKULA3akyxtps2A6Lg7P3u7qqp+B\nlZZHqrU1gidkkRS29A0CBIFAiFsuHML/zqtS8H+3EwSO2vaD1Dw/+W4X6AsH\nVBD2UxiGNN0YpvdacLIyluaz93cYOZoyAWWAxUo4IQIY4Rnxq5Xg9jOQVYh/\n54mZ/DOw5r3Ih4bgQKWg6dJqowyoQQ+2IG6NWYap1juHmD7t3s9vwQQp0Xla\nl8qXge6/VOg8UQzJv6SIiqCWzlqeQFRChNDa+d5msKoQz15zdJcx5vPMbpju\neP6YyHcBIjQ6MYp+ZqZJSxhc9rY/DHOt04VTI8qBL0x1y9CZyqrAHlwUhWO0\nSYjDx/1oxCtW4keScrv9/k2AHZa517DF20D2brsSOybdY7FGhS6r36LI1pL6\nMhvT2A1vSqTXDfTnvnydMF+ZkABiTIaWlJ7YRiC5VaF2h7sBdJBypOnalrKt\nr1unYlKDlP+3b1eW4DIrZX44+GVvT8K1wXU/1cLiXhPA5bhB4AHf+fBVDGbK\nv2O/FnmdIUYCC3K6eTn/wwgc8H/gYWRS8xBG6yASx0MPfG3VMCDOu2Ht+nta\ntSBL\r\n=s26O\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDtsIaVT2YyiDHfD8W5KvzxRsgYp5Yfxe9Q29zKlW7UyQIhAOij2Hlc/C3EQVNzWQ3eqykHHsN71S3jo7lzPnXEp1Rd"}]}},"1.2.8":{"name":"@node-red/util","version":"1.2.8","dependencies":{"clone":"2.1.2","i18next":"15.1.2","json-stringify-safe":"5.0.1","jsonata":"1.8.4","lodash.clonedeep":"^4.5.0","moment-timezone":"0.5.32","when":"3.7.8"},"dist":{"integrity":"sha512-fujIH4X/DXkPLDnIdfjkxFUf0NocsKV1Dx7i+Yrz0cmaSuBqDpA/p8Ngw/AtOhP3OLlLUNXvRPLoTgaw/gsGwg==","shasum":"419772fbc69d8d7097f226b87d1457a4e41fa4e5","tarball":"https://registry.npmjs.org/@node-red/util/-/util-1.2.8.tgz","fileCount":7,"unpackedSize":55048,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgGVD8CRA9TVsSAnZWagAATbEP/0rM4OUFe9UsqeyeS/j/\no492v803TAkhh5TxhU5V4fQx+fy5DAoeF4E0PcQlYslE9In10IgacCXzpRDG\nb0hT0ov9XXIu5AMXlo2CfzTSwsKJbI57Cof3YZqB4FCWBozYZrQ4Ekk/F3vr\njzQcYGDmRweSjsytlQQd+d9rPDQMqncO5tmWUqZcBa6OSUsHSbkGFAwyTsHO\nb1L8wem5lpznvVRNrwu1frfr0GfWaE6a0Znjp2/fFaeYhUPQgOegZCjrTQhZ\neeIt3XO/w3a9uqhDwfPJokUhe981VtViGpPn5j+IpxX3X+nCc2ENV8z/QyFk\nYaniil+oTBKQ3w1uGjcwKYKACsVd1KrvM0rOrzOVfBoGJfYhFXdLpeZSXDn4\nnoVuFQ1sX6Z6iLp4DwTqmwpypMT6vQPwmeKIndOT6mLQtxYqE90sU79yJ8He\n+wtKS6RzuosEfCTa31vYjsbSpg4WIs5ZSAo6Z3rXfTKSXQoo9pfmva4yG0Fx\nxeHpLvJuzIlnyp1GTupxZD9BDO7pOzPoKp81JSKQOWdk4kIYrno8A8qaj/Om\n+pdfep3ZTQsyvbGYAH7UMAIIYmJv74bFBCXx4HSu8tZf8L5mXQrX9bJmzw+/\nJitFb6biCGCq0lgtEuACfYQ7s/KnlaaK0FwGAdHN29d3ES1ZsAoKR1NhZngl\n/kke\r\n=DHvA\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFpxdN7Mi4NCIa4YkJKJANMRKIrGjEBO+CA54kcX0jeBAiAvpluxWV8nIpiUco9Y4D43tYdXgvo5T47DpqPZgpPR/Q=="}]}},"1.2.9":{"name":"@node-red/util","version":"1.2.9","dependencies":{"clone":"2.1.2","i18next":"15.1.2","json-stringify-safe":"5.0.1","jsonata":"1.8.4","lodash.clonedeep":"^4.5.0","moment-timezone":"0.5.32","when":"3.7.8"},"dist":{"integrity":"sha512-a4JVRFaxkSpuVAHwwQ8yi+jwyhsflgZD7glGFlcPdfBXvcE4EiGxx1OFbNzI3JJ7pL+8sE0xxwfsZuY24IZahw==","shasum":"977be2802d6ffe4086647fb90dc4717b4a8f0243","tarball":"https://registry.npmjs.org/@node-red/util/-/util-1.2.9.tgz","fileCount":7,"unpackedSize":55048,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgGuc/CRA9TVsSAnZWagAAK5EQAJnIXjtjn4hmFuOmoUVA\nuH/mmJR7hU3aKIMHi/BshWs9SESpTbrao2JzQqUhpZpE8b44BlxQ4CM8B0yW\nWYwc/jkSbDbetB3t4unzZ8s2mwl4dWnEfFYMiKH+0miT27QD29V0w7HdR/0e\neclQxFdCqOmzAz8quEWBVdzM1dasK8UU/9pMSLiVodZZcBIWAtgV/0g4Rn7V\nk9QXZaquiKtpbCwC64gktx+zqttZ11wzoCriwLWnYzw4K6u9cZQJUZJz2g4F\nb9C73/LiMPbmLOlOiRrYoKi9DLE1VLT6uPXzalSRtmFMs425Z6Z9B5OeXwmh\n+uRD4HNY2RsaYF/gb8v70G3gkSM2Z6x+s9VKkWQduLdD1QYfUNxx7Xk2kW9H\n6BM0RuMa2cN1Tm2vkyMQkhAkM/FNkFmWGyQ0amcw/tLqaPB2Z5OkcSDR/v6H\n/F6oGWSOfDfOua4GmbB/yZyoMhoGCpA3MbIN6uT8cCJHcY+BATWyVgBh/ZUT\nvi2hgk/oWX5CFYNFktqpFmRWTVIMBeILWmMM/6D2xkKILhXQx0B89ZWy6tOS\nQyfhbsmQa6t7rWqdZRqfhva6lbsuzGJwWJsRNUd8WuiQt9VxJYQ/0ex+EjZ1\noYsiCNY4YZVsiKHdDJvqkfdIg+xO+0WQUWJnptV9YsYe5VDCbe4obnKw7zTG\ncnc+\r\n=Vx88\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDcA+CYM6y0io/dzHFVDPBH+prMW+cFY31AaiXM9HbkfQIhAM33ErnYLkzDfc3Ta+yrABafbzk71qJ/C/ELKrIgycAa"}]}},"1.3.0-beta.1":{"name":"@node-red/util","version":"1.3.0-beta.1","dependencies":{"clone":"2.1.2","i18next":"15.1.2","json-stringify-safe":"5.0.1","jsonata":"1.8.4","lodash.clonedeep":"^4.5.0","moment-timezone":"0.5.32"},"dist":{"integrity":"sha512-OT0XT+N+xsrTH41Hfw+m4sWsx6ZTnn/SmQLs3GvNGuE53m9OOPHkN8DrC5xJEXmASVE8C31Auz0UWD8VOz+qkQ==","shasum":"0179e1b8d086a3d85d5ae7cc1b503f5b6575e49b","tarball":"https://registry.npmjs.org/@node-red/util/-/util-1.3.0-beta.1.tgz","fileCount":9,"unpackedSize":64309,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgP57cCRA9TVsSAnZWagAAwGcP/idYSlXnBF6tH6aXpswG\nFReSy4UkTzgD4WKB5zjClU52/RFJbOjbSbsRdK8nBX0dAo00Ux2je/LZmQ5S\nsXCecSMIDuPsdbgL+NSraCGqF+HHMja6uvO8nLBmw/GGT6xw00XIVyfO9h5y\nbb33XAF089EAr9QPDuaE7tcNFy4jBvIxrz2fwuHIGMfZrle2d8JdfT+yn9wT\nuXbK2RXsb+Irb6dvx/8OCX60ch024+SAZX0HOx0VvmlER6IZ/lGLl3O0q9Tw\nhtXHNxfb3MRUgoeTeJUoRwqATT00wRAdgB6b/FPiJo0aggy31iNPEEER7ysV\nSGoFMTr9NsBA9v+sfVy60W0VV0iMsrCJAZw1kfPyM1wfHNlh5mWkoeocJE+w\npommgd0IjQrwX53IqV3Kvur6rZTZ8UTkiKGnRpLH0gY323cOgQ6X4V7FhWPu\nR+TaFtLQxzGbSPwhR4yUwGsIb5iNNCOz/HzrbdikwWZdQ8Jar2+6Zk/w1hrC\ncC/WxmDYedaw2ts+dcN/dwWOyefgFQ1/3Dzm99ouDJHazWx1jMLynivXEBv+\neg+zBEhe1spf3fvNhmI2m3eEO8HZ16/uLzIFjMh27s6yBEkSpSs4h18hpvX2\nA8iFx0exoGLswmpnGC56k0aZqKX38cuOd2DEEhuxo0m2fMqjfuylHDYEXeL0\n5fvb\r\n=Gn2A\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIF7OCiJYGqd5pwaPKijZHdb7TM3/8k++0tw5VNt8rRSFAiBxgSi8rXpTezuThgAXpgTHh5jct5bsN//4HBEhpQga/Q=="}]}},"1.3.0":{"name":"@node-red/util","version":"1.3.0","dependencies":{"clone":"2.1.2","i18next":"15.1.2","json-stringify-safe":"5.0.1","jsonata":"1.8.4","lodash.clonedeep":"^4.5.0","moment-timezone":"0.5.33"},"dist":{"integrity":"sha512-egGzh0op1KPkQhtqzsf0vG4vFcJoJim7x5LP+ct5sQMh5VdB0w0DYMd3isB+Atvw099nirnP6FCK17/K2lDQIQ==","shasum":"5862b9b77c2737355d9f5222bd3dbc98cfb55f21","tarball":"https://registry.npmjs.org/@node-red/util/-/util-1.3.0.tgz","fileCount":9,"unpackedSize":64302,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgbw8wCRA9TVsSAnZWagAAFKEP/1ph0AFmCT5D9UmhL1nP\nlUZT6pMpom9LQfSZ14zb2Aq7/VEErQORjOE/Mnt8fgofbXRhmgb5l75tr65+\nrNPDERlR/oM0YOm6TfLf6aDfQaxYYx6qo61r375eTi6Za0//I8g6AcGzA7gT\nuV8CTcnM/ixfAgmv7KveuqQl5zkH3mMeXg5cWycNx9A6ASbGfOuylKI/OiSW\nmVvK9MWCSl3zb8c1f6GIjp0sB+VtuYn6mnSTCVmuvyXTnEKDx6wXl4jeyPt/\ndDmgp2OvvESJ5ROp9l4fJzn/LXmpwq7FY5xry0yWulUg7+HRsCN84RI0fzJ0\nYH/tDhMMERA2gnizbJqdMlaUvCQi5i5rjPMHiOqPirHtFI/x++ExeIMdR9jM\nQkgcnZ675dlueMkoBJZrvwtDjEd+Ka0oYR0adKNgpKcsSNEO7zxzGI1eQaxl\nzQeezH+yywcvwpAYP6MmNZCD9w8kJI+5Ksn3IJxRaKjoLnR+vHyMfppdRDRw\niUpC+RHu4Pt7otNyGNAFNYKrl/e8k5b4UePgcb8m5+rhSVyKst35Wl1WKGuv\n8P/AZEQciCFnh5gXndRA5II5o5k/UtoZpTNhVREhzOe9OX9K6G55mEKwo+VF\nGQiTjMQvOqYWkmSNZdxNBrmgf9WiCdRyEK5/YTn3KE5AwbT2WFgJAR2geLqb\niEIm\r\n=yxcp\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCxT3GfN9ZjZagkbTBSXw+G+r6IAj9IJYHUAma/5HdQ6QIhAMxLkLSPgGkkgbG7aZL054D0GejAgc61J9wWYBATVRdy"}]}},"1.3.1":{"name":"@node-red/util","version":"1.3.1","dependencies":{"clone":"2.1.2","i18next":"15.1.2","json-stringify-safe":"5.0.1","jsonata":"1.8.4","lodash.clonedeep":"^4.5.0","moment-timezone":"0.5.33"},"dist":{"integrity":"sha512-fczDgiFpvDKr3sY46pA85dbqZd0MlYJalo/SnrgUGaCVGRvwIS/K+sai4badPlrnvKs2HZcLmDhc+CRNmTi99w==","shasum":"3b751f6ff2861487262cd4386ec5e4d4614eab01","tarball":"https://registry.npmjs.org/@node-red/util/-/util-1.3.1.tgz","fileCount":9,"unpackedSize":64302,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgbyBQCRA9TVsSAnZWagAAXREP/iFoLj3xynHNJE7t3WGQ\n4RxHCcGYrgFcLs3en+r/wTRqL6tGTgmGoUN92WHdtnV9mfOKItIOIBs1Nu3i\n5iqPa9YOMeNra58rrt6Ro+JEUNqBrmC4X4fg+mpuX9LovWxYadETk3QYV+Dk\n6tiCMH3yAdxC1DKmEhIl7RatjTAh2fjEmP5bGHkLX/xwXWqokvaEYmZZY0YN\nJDcLZ1aMCk2SYm17IIzrC/PM0xWx4a8IP2BAjL0Pq1dcCcnaImzUSchQseOZ\npT/nCZXMFcvCSxP67QLtO6Bxq59q8Io7ySh1d7JMhq0lDodQZ/wHqrNLXks4\n+J2gdo0Ki2rLwKJt2I/WysaSbURFBAu5H5HT2L6YDzk8RNcV2qXw5V14LFvY\nkLzfjipESzcqUgli/1gAHXPB1qI/Hp/haejO/Fyh7BskdiRu+mmfdUBx9AGu\n0gkCs3b5rCZNnLG3DI80TizXr53LnfbiuxtuO+joIClMSqsy4hHqBK/W0Raw\nZVby1FP6nBhU1vW99XKxnKyKonyzVyLloD+aFGusF0kp7OZclpfxLtXsIUCp\nPtC4moQtxU0/RrneHZVbnlLMxcoXPF2Y3HW8PssiWEf9fPw/ocgZhR7D2sWO\nu7aUOn2M+5NA797UGz4npDMsTqw5jYinD12OyDTDv6dj4amcFnv2SMvYgpvC\nJEja\r\n=/JNP\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDVs3N9gTol9w7jCE4PpPH3bWwaHmY/b68O9EHTQ9WykAiAGMRBsY2+OI7RsYAtbmkEjeH5xOEoI3Qcl02RQnTBsew=="}]}},"1.3.2":{"name":"@node-red/util","version":"1.3.2","dependencies":{"clone":"2.1.2","i18next":"15.1.2","json-stringify-safe":"5.0.1","jsonata":"1.8.4","lodash.clonedeep":"^4.5.0","moment-timezone":"0.5.33"},"dist":{"integrity":"sha512-AHrUP2mYTmy40Q0gP1X4GSwuJ1xWCgUL0RlEA843HpdTi7Gl6WB8xnJvcGFqptiuHiqE6mUFNrRMLmotctZqWg==","shasum":"96b4866bfde5a2c2b61dfd8659f8406eb82202f1","tarball":"https://registry.npmjs.org/@node-red/util/-/util-1.3.2.tgz","fileCount":9,"unpackedSize":64302,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgdZGQCRA9TVsSAnZWagAA2S0P+QEIvl+OmCyiJ0hhFuCE\n5W6In0dKShEe+b36k4OaQf3dIdAw0eSBB1tn7UM3/m68p4vHV2XvR06G5k5k\nLHWu7QfJIjsWtUbsKaBz9lJdzNdZ2516zg042BD0w9Qw6jiPA9tWAyEPYMCR\nAVDQAonHOasLf1c/GPsSlIOkrvuVptWNdPG5toVM5O6t9LyJA6fzNLV862X7\nN+GV+PJv2Eel6katGhTQY4QkvZsS7ueIJFPyl0n7sUuxp4XHA4TmbPBtJ+y/\n+LDLolyskL1DAd5SDNqyUBlABnik9ALwyX5axeaRWabLvim/LWvT5LD+Ebpw\nthnzjBnG3NFb1b/hoV7XZEjRO0NHzKVhHv6R9XYQz827jn3Kdcmwu/CaW7U5\ntx83znviQle6cSBs79Ku7drE8n86UmQ4PwwZAYNzj6Lpg/0Lc9T34HUQOiiN\nFvYk0N8abxNQEykFGtrVc+6W5oBM4Uiv3CUoegi3y9FVH6U6nMSu+n4zt0D0\nhtjKknImWf5IwscZiM/HptM3hTOkLzIcrTRGGcb23zSrGOFtEFx4TVG2tFPN\nHTTB1+wpr3Cy/kYrTRL+XU8cwLw484LeQpV9fG+JrYl8d3GieNFLAfbWcXjA\nUPR9ZoT5MFth1R61uOMbsBhD5zsfs4bQGs4h0oAQ22/BnMahv5wYRhL35jug\n2bzw\r\n=PU/H\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCHX34lUqXI+3tDQfy1q9uoA42m+TNiGTmMg+FaU0wlJAIhAPazl+JrCFiYHDq+tZ6qQZSOhlRzSu3wB0KySA9g4UIG"}]}},"1.3.3":{"name":"@node-red/util","version":"1.3.3","dependencies":{"clone":"2.1.2","i18next":"15.1.2","json-stringify-safe":"5.0.1","jsonata":"1.8.4","lodash.clonedeep":"^4.5.0","moment-timezone":"0.5.33"},"dist":{"integrity":"sha512-xB76cff/HlXJcbZlOe1duqBiCoqJTHM4KKFElcSJGNVjQSeOhZgxMsuECFHCCCh8Y9TVkL96VFwWybq2fKonew==","shasum":"ff9e949d51327b67854a1dd768eb6f3aee4dec0f","tarball":"https://registry.npmjs.org/@node-red/util/-/util-1.3.3.tgz","fileCount":9,"unpackedSize":64302,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgfqvTCRA9TVsSAnZWagAARYgQAIFb5jUqRwDhnAheZFPG\nt1C2d4r6H3gEwiZz6tTtfIa9UiYesIyj2JHfYNgnCSKmAgu5Ixtv6yJ0LFqh\nXilY7WyXJM7vc1Dwa2M1FGIbJfL40Kee1OPCr1FlTeVNHuQMSUThghCzGMiQ\nO3tmLH4NvoqT8wayhSZLb+ggVHRA4FswK+ZtReSdMgT9nkSA3wWvWYPw8Ibx\nKokL76PWwULKUBt7d4CRHneSyMktXQPBX/5aSKR0FaQRwxpluYxkjCi+nv3u\nfKvqNMdA6A5F3+XIJ8LKs8makdDLxr56fpTi7IK/xOVAQmVlPgNmDgt9DAYI\nBdnFqf9D/bFqSeGGoIXkEcHcM88E/49tt9xqGYtkgal2V3b5TEIXaPsbbc/y\n2HuEeInP0z7cuuJJ9Wnw1sOLdwGvCZInyWm+k32AnVnZ3RkMizFrW2xq8O59\nGaoaM3O0r/urQNRkIKahhumCidI/kQxY+9UD7HK5L/76i2DB2aveey+yPpYi\n6cMEjwp5mHfcOHLhTKYOijD0xbaHrnhGbBb9xUJXjxbH6RxVD5Z5GzzbmydD\ntOqUd+UMM9c2MNozGrjA+w7iZQWIjfIyEe8DJcHZwKSUHdZzE3HiuDLqLEye\n8QkN1iUinU/7o1oEuL0vEXvaaxyyDJqNUzY18PSxZAe3xG8cFL6uqpulkw6J\nJbPj\r\n=/inN\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIB1c5Gag4jEUOYYg/qSO4lPXaZTxpCxaV8sy6/rfMPnUAiEAirqdz3Uf1n61FfrvlZDAvMCtUTfN7BJXN93sdg+6asU="}]}},"1.3.4":{"name":"@node-red/util","version":"1.3.4","dependencies":{"clone":"2.1.2","i18next":"15.1.2","json-stringify-safe":"5.0.1","jsonata":"1.8.4","lodash.clonedeep":"^4.5.0","moment-timezone":"0.5.33"},"dist":{"integrity":"sha512-06PJMSjW0itx5zzYE1u+HoDw+Qcb42ZhPdxB32lrz1DGahCIGYi6dD+dpT3/FwPav5gaeABCbwcXRgkhA9xSsg==","shasum":"05a40e7c7c92dcd0f1b3fe8e669975b2339af7da","tarball":"https://registry.npmjs.org/@node-red/util/-/util-1.3.4.tgz","fileCount":9,"unpackedSize":64302,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgiq7ACRA9TVsSAnZWagAAe40P/18/jtxrHBX6wkYcffFD\n2++XggC4M2bCyfUTUcRrnXUWhXOKRUmKnFAO22TKbplFjvxZYaTDAhllrPHW\npb3zBd0CUKD06xW8wiitqO5fJQvcfPB3nJjZ2T74AJiCiyvH2AxXEEyyAvNe\nSVSe10c7j7f7J+LoXNYLN8tdzENwQBV+Q8vUsxWyUH4Pnrt7b6zkyJVoc1fc\nvo74lH59gNnagJ981kIhV3dUYMk4amjRw4FymOpTcj9SYtiIumr3E54WIQ2t\nA0CGaA5By23dSBTha0Td7jaowcBsbnuP87rr7zbZbkMsGbjsdsSr5ymPmWBk\nNJkp2yxzaXUC3se1op8MVYFD1cl9/uI7bJFeaITFC9p4VjxjHg2+iDphuqLc\nt6RFOqPOhJ6Yml1N5MFbwusyVwlaB1coIHMLFdlH/j2lAu2y6Qle3TY63R2k\nv/wQ+hY7PEr7SdUrhgdRb5SliaAqE1pmg3MFDsdb1A/55ppO0HWDh/Vx6Uvy\nZhJO5l6efMVeipFuB2U5CYb96CWx1XVt6IevdmSxWlzMEEDBBSnofOEeaD+W\nirmoTU04LDmgEynuup2tj8Zh1A9bbfLJCmsdjUL0fcsIlR3n+235wzGxrQgr\nvsa5XxqbBdR9lQmsNOyQlArbVH/TqAw6dmx9Twcjeg5NUVgeWjF1ljvDv2WV\n/SoS\r\n=cBRk\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICHAzpBT/O1wSr3EcBWcQmcr0UfvVvCRLr+Au/HYsanRAiAEprHVXOg66JnZ2AYdVBVnewzgMS1qap9ZnTbFaEMMeA=="}]}},"1.3.5":{"name":"@node-red/util","version":"1.3.5","dependencies":{"clone":"2.1.2","i18next":"15.1.2","json-stringify-safe":"5.0.1","jsonata":"1.8.4","lodash.clonedeep":"^4.5.0","moment-timezone":"0.5.33"},"dist":{"integrity":"sha512-1TTvTwvGMSe9SQMEKN5zGdyGMv8Kth49eiUcdPnUWigtafk1BE9iP7gVSyLVYgijzCwh40GUkSYey0TUaSbRBw==","shasum":"bdc64d5ad6a87c9c27b3b2adb45d01ce9faa0512","tarball":"https://registry.npmjs.org/@node-red/util/-/util-1.3.5.tgz","fileCount":9,"unpackedSize":64302,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgo676CRA9TVsSAnZWagAAh4wP/ieTt7YyEYsFeuC5Wbby\nEdv0MmNNmbjeDpKq70WGbTTpCsrMV9x1S/Dqi16+mHtXBwUbvAFjkdPbb8Ol\nqe600Hzl+pyBh8zy1ysKoGXTItZS84keXUgodpUz0/O9d3chXh1rNTskIp39\nnZ6pFx0S0H9fbXHXDys3iMdsaqNM5kzaukss6rEGlSYNhtn/NrT9Wjii35SA\nYwJ+dry7U6QjpIQcU28CslkrZkib455Ie1fraBokd4CTQ6XtOAc7mFqunDgD\ngijURVbhUqjMIFB8dtWoVMO9EKWeLb0U68i/Fm15sspTWQ9caNbTSPg2qTWX\nAhw/8/gqNSI/tIFWOWPWYEGZQKhTMIiH5UdaGZkprmGWGHKpg/kSocNaKcng\nTJMyHbjNliKxkY91PDKd7K4MqISjwY7jyPAg/0nRy0m4nv56/dNL+wyCjxfq\n7RdLCW+eOUivO0KRUpkBligQz5SXvjX/ruSyT6j/ryQbN3zRElse7N+pod+j\nHZ9bk6/piY28B/jYi//P3mKNdFZh+ABAEavCwq1p4eF34pYm7fCRGXvGe5eP\nfzTDzCZtkKlumEj7KmlvAuywchJW7d4uqR/iFkojS2P7IK8lCMTpdlaRwrPk\nJj8S06WBlTPl/75JxeoNzZnf03wXraA+4NZSLjgHHJrftHXFPA/bh/KFYuWb\nb4aB\r\n=GJ2A\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGT8lY9bFZq+tGG/tE+Z+RBoL5HB5fddXyhHoswIdYLwAiBBFwlq1OaHroSfaAhjY1l0quy+JoXK5+KBugDGy9YVTw=="}]}},"2.0.0-beta.1":{"name":"@node-red/util","version":"2.0.0-beta.1","dependencies":{"clone":"2.1.2","i18next":"20.3.1","json-stringify-safe":"5.0.1","jsonata":"1.8.4","lodash.clonedeep":"^4.5.0","moment-timezone":"0.5.33"},"dist":{"integrity":"sha512-ULl/B8wJJzburipcpUY2t2cWLGyzZcEscgHl7AWqhPYZAeI+h31cktNiE9YfSOwcs1qh3tkVr8JwZb35y0ig+w==","shasum":"1a2edff12984b8627d35b2438b169ad53e3f177a","tarball":"https://registry.npmjs.org/@node-red/util/-/util-2.0.0-beta.1.tgz","fileCount":10,"unpackedSize":71628,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgwitECRA9TVsSAnZWagAA8YcP/1frACP9LcUqpN2fI4UA\n5/ZA0yHEWlvsVgmW0c8YyXqzlhXtsI//WsP4BgPTRSqqxYJX7He/coZoJzac\ngYH1/isaw30+pnookGM5QWxmWOLN227ERA+nOWnL5UB/6Y/VkDp7N9UsMNxX\npFMr3CEv1tf/m1iXt904X+6Y9p7il29qUJRQe5wB/8sJ479oxqfxFBKlMSpB\nOG2UOwCpvTA751ImDUoS5DmfuWrKT98ko8NjQPADPBPH8jmSSMcbOxuHQQSu\nwTrbgngoFMft4Va9vNcDMr1+kccJD223krqpDzPwoKb9QJzMw+mrEw/YAZ73\nuclcOjEgjr3kDEnfpkOrcl7Fb+N+qXJzLnLp/do3LEqPhcEWZP8SOLmHg4+C\nl+whEA1LLJ6wjDsKrY6ryMXs26LizCgcDtnaZGbT3jO1CZLqhb6R5rXBWKym\nduDyVOyKPNXUQN+URdVGZg3EqI6xp2p3HYtufVyFQznOYqQ6qOWsWCFtskr6\nwP24yegI6KDvkZtPkNebCkZ6eeJoVMz26RzkzZtc7l2+dSqyoLkxwTpOYASf\nmnVkESirp1ERcOZ3Uvooql8sKu7FvcgC+WeD2xtkoqoHz/dz9Mb3c4tyZu9L\nTWSXwZl1vXQ4DF3KRZnE9ERkJcQEs8HEz2BLsfBdI3MZFN3z6JWDNzozquhn\nI4gZ\r\n=Z0eM\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIETj6nEU8E37vfmsbLWHPHrfhRVKeWyQceUcgt5B1bCUAiEApMo2VXHhCQm3sU7gk4OGnmUbAV1vW22t3vruNkzAsaY="}]}},"2.0.0-beta.2":{"name":"@node-red/util","version":"2.0.0-beta.2","dependencies":{"clone":"2.1.2","i18next":"20.3.2","json-stringify-safe":"5.0.1","jsonata":"1.8.4","lodash.clonedeep":"^4.5.0","moment-timezone":"0.5.33"},"dist":{"integrity":"sha512-qfdyvSBTFKcEXgOFCYG/2KsU3zy4oduC8mAraM7fz2iDQKjBy8F4dtSocBEyewFTGc5KU85AFs4D7FL04q4/4Q==","shasum":"1b81093400db0986cb3e6d3ee4b1178d4f23b08f","tarball":"https://registry.npmjs.org/@node-red/util/-/util-2.0.0-beta.2.tgz","fileCount":10,"unpackedSize":73347,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg3tseCRA9TVsSAnZWagAA6KYP/jswFGlDjpvWgAAGdYRN\n/kvyiJ2R8JTgAFkx3n8GIa0TeydRfDUMi796OSTYSqWK/wVbXQcy4XpWuQZy\n4jYmeH2pKEoA6WdCZEqfG2gEPf3ghsqlgdxzuWtITWxuXCkns01JEpYqETXC\noPAKmiy0chZ7Qk/ayJUr141ar7HPQdu71ISC3soFI9hFV7/goeHk/icCT8TN\nxQFG9kHuuGrgUVyzFSFVbZ+Ta9HcjBV72RdFa7H/vq1qcnxUFYKLnj+fYyE2\nONfQ/7sDQkA1yKh/f7nHumd1yu4hIY6tNagA6Vj0cEhLzinldOzc1ips9GPa\nHeaNPY85GUUQrSdWSGRuc7QuAfrrnWEoWJbKiUvcgNA2j4F7shOnyq6FT05z\nbNBGTZStFeRRL44YtJ/76gPlbz4/DQpD9QW4fXfmPWXS2d/YalsxNIA1+YLj\nlep8DE9Ny4njFFbxGymFpOQ/ZeBW1Lq/C48TBulDp6C/g8ET/Oq9zppxe/Rg\n0vIneP8p7XBA4ywnIN5DVa4EH9rid6vedMQ14M+jrucxEPEZs/08fEEhpC7E\nGPjI0spq3cD4gIERsWnBYUzYOVKKzxvY79UzgebKl/Jf6iarPn8ANyRtzkUD\nBB8zT+tLNXareYRSHhZPNQqhCoCV5eM3gStdmvlCU91Xyom5XGqsk6aP1sRu\nhkoW\r\n=8nf7\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCOG+Z/Uoukvynqda3B4i0EbPfLcLGRpBnDWSkUru38lAIhAJJGZRa7HGWfxmFUT6O7Fp6WqNbvCrBcT6BqLKB5iLWn"}]}},"2.0.0":{"name":"@node-red/util","version":"2.0.0","dependencies":{"fs-extra":"10.0.0","i18next":"20.3.2","json-stringify-safe":"5.0.1","jsonata":"1.8.4","lodash.clonedeep":"^4.5.0","moment-timezone":"0.5.33"},"dist":{"integrity":"sha512-gQ/Npm/SXv1BlDHv49g0LwmkjV4P95sgb6CADGD/K46BWvAOI9Jn0CKBXjVl1j/sUVSN7+3jEm8hhZdtjY48XQ==","shasum":"f8cc8a79c17c6a91baa6e83aa41b9cd8c4f43888","tarball":"https://registry.npmjs.org/@node-red/util/-/util-2.0.0.tgz","fileCount":10,"unpackedSize":73344,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg9qfJCRA9TVsSAnZWagAAX2MP/j2MU0isK+kn/GNiVKkE\nzb+BS5wrt6685siTvdRueAvGVbHlqMiuvd5RJr7rr6e0UHV52ZSzSHOkm7/d\nL6DD9Db9GEe+WsKndirkkAttT985a5ExdOK9DF6jLKi22oxw8YLgN6OYOnUZ\nwjJ/a04z/QQCkfN2VTY8KFG5sOrDODVm209UU0DmS3WtgdqS1Za9pohcY+06\n+gL7uZ5vehbk6V2IpL06RteFfs5AQX9r7vymFgvr9YkySy0jOeYt82ueEXew\nCqapL3H6USpAc66nw1Q3MuaYaog+QJEnHudm1HYYX82pYjp251gMbTDc0Abx\n1Er1xU4Qk5TiN+LECjfaWuoaTwt/kKguTDxsCVzkTyFxed9il2PPsfmyO4C8\nR5q+qxCSUh/U2dnBC3dEVK7cc2UrAd9UZkWjDmvT2xxQF0DkP8h0XxQQBVoQ\n1vjGNERW2OViVWhFLEY9kKuZXe9vBOZ54OHNW6sKpMSShOlNkQoqDcuTUB/8\ngVlO7Aq/CziCIVSR74nRJE2lEVxkNjAx+PhbC6PqDyPVTKrXcrnA8d/zX/wD\nGAomRQjkkfTOjyxbNTzz8SsF7S+vabXUr2lEUkBetlG+DodLaaPjj/SJhj2f\nSsl8yYrgK5rsGFF2JXjLwqjGC+jt22oY0whvB98aSs59secdj0mrQKXILlrW\nD3A6\r\n=oLXc\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGGsPHqusekJN0bPzR7KVCoSTHa4W7BXqIFPt33ZcNcTAiArf45K6oARMhsWcYJmrEne8kOv/Te4xiFsjmnsSe0Qvw=="}]}},"2.0.1":{"name":"@node-red/util","version":"2.0.1","dependencies":{"fs-extra":"10.0.0","i18next":"20.3.2","json-stringify-safe":"5.0.1","jsonata":"1.8.4","lodash.clonedeep":"^4.5.0","moment-timezone":"0.5.33"},"dist":{"integrity":"sha512-gT+3cI134m2pD4U0/iKuOAjRqluPXKlS19eCE06ArWGLxHmqx7Gi6Cyjxu971gNcw69QEfwJzEA2xIrAKRAR+g==","shasum":"f19cc4a57ce54622480eebd9983cc1c6c99726ad","tarball":"https://registry.npmjs.org/@node-red/util/-/util-2.0.1.tgz","fileCount":10,"unpackedSize":73344,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg9tPPCRA9TVsSAnZWagAAz44P/3reHtlhIZUF+PBidzCF\n4s23PR0MwpHC7byW+OELeNcILgqVV5JYyS9xkn8FvjJ6iYUXisff+9wX/Ayh\nR7bXZplpYXocoShToA816dHSFOCwguj4Fw7lg7VCFTN+T08fv8fl7DK4Hzgj\n9BepZTQ8y3B1nWIP0VRgYT+0ccmX0ItdC390n0FxldO9cFhqr3VUTT3Jgn6N\ntdU86sj9WnyvikhvAHbZoCdlrmBgjnv9RogOJVM3nkkvcxNoq4IIheDVFwJf\n0pJ0NiVJi7jszLFcJUpl9aRQiuxVJYTqlJy0DVgw7u8gv3O+Y8+iYhZZUtZL\nSXZxK5HOeFX5984U9LpzlNuQpW+sqQ3l9YEpuRIe0BOV666pZeAREPR82lRh\nl5qNzmijkeNbpBNJ5Ksw7uuYSAwBzoSCLg08uZMB/RwnLxrOP6AlraZxS4W/\nTNHUtUr7EaLCQema88bdRTkTd8LU9iEQBes6KzUA4lTSpp/PHOK67rkEAyxp\nkl6ctYnANXavpNeeTlpfl5h1sb9JyP/Sh7koUenBXwMOWhEWFdcvBH9xMYZy\nmeusmFaTeJyWCHfWgtm2wUeGfMgt4fduQgEURD11uWjJp/YCSpnbA2BCJ8Ed\nam7OuIzqDdKNxkMmAcdTofF6llICVqGm7PSLYVPbe7fI0ixvY0zRCr8A5CJQ\n/1i7\r\n=Hxuh\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGIbnJ/uAtSkpDC3AKdLclfLkQHa7yOTblR2G7a3cDRvAiAiGmFFXTbDb3y9Lb/FOWhFjghw4juyZtwY9whjvpw77w=="}]}},"2.0.2":{"name":"@node-red/util","version":"2.0.2","dependencies":{"fs-extra":"10.0.0","i18next":"20.3.2","json-stringify-safe":"5.0.1","jsonata":"1.8.4","lodash.clonedeep":"^4.5.0","moment-timezone":"0.5.33"},"dist":{"integrity":"sha512-2YglwILbu1mDiDPGiVbQ+PdXdXNSfOtSLv9UXZcdffALmqP6dBtVyyTplgXlxHgtiSAL4dMN7/lDxPG5eQRlsg==","shasum":"cebd249d5135c619bbdddbdf825e034e8bcfe427","tarball":"https://registry.npmjs.org/@node-red/util/-/util-2.0.2.tgz","fileCount":10,"unpackedSize":73344,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg+UbJCRA9TVsSAnZWagAA8mUQAIBtS70EhGPVzljLZBFX\nF0iCklNSgrC9DNa0Uu+Q5NQFZfKJ3O+F4qCA6xgvPfuTCpV8PC1syDBzwcLk\nW6HJxv2Fh+odSdntncrk0EoHD25xCYbucYnTpiF9JL6WAygqb7Qz3G9PbIbh\nQMUg2Ma7WLL7zFE8AQ49Tz9OsNgS/PodLVJAIvgpx/wa71ng3T+id1K182Jo\nWyBAyU8Oszu23bFMVWAsX9m88JDA2+Axfix8F7qUkNnW01ON/xYcs/jK9lzk\nMUp7VlP4UpKrsn4Cz+L65BFTDsuTmu1BMLjrNnlyj5YMWjRmq0GF6bgaN8J2\n9Ym3alqgvCFpw/tO8wgt6hsFA8EoNkYV3YUA8jqKBjyjzqqOXcdBjlDfdmF9\nTDC1HyWF9IIJeRzNTH7q2jkl/925dLu7AmHL7cwvNOdzRqd+7KhZivuZ655i\ngtGj24IyQjiA5AXrkMkXKuR9rgueh9BWbPqukkXq18Tk2G/wsGzZPae5ozt8\no1IGdSlwzknXCA4w8yDWllkfrEizQpD7AovM8bC/wnXjXZSZ3PKgcSDjZIKT\npcUNIcTOod9AeuJFKpngZYgABAZcrqY5VrNuDtd9CFDqPPWCwODmA9/4jdMP\niNhQOvwIoT1AArdpK9WXa6vumVUvr7esgUBokeNcCECbR+cpHywXxKzBvqXx\nf1OQ\r\n=pr+q\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHHvBN+OFF/bBMjYN2jEy7ld2ZoI1l7+CIcTRA8VvOAQAiEA8DLfBpJ7DiZCss/UzYupSFDZ3Psk0rrLms5LKVq5YqA="}]}},"2.0.3":{"name":"@node-red/util","version":"2.0.3","dependencies":{"fs-extra":"10.0.0","i18next":"20.3.2","json-stringify-safe":"5.0.1","jsonata":"1.8.4","lodash.clonedeep":"^4.5.0","moment-timezone":"0.5.33"},"dist":{"integrity":"sha512-dMtAjtgL8W2VXEI3F1daaOArJBQaVZ+jclH6xu4JQz8ds4QoiOPQGcKlrnb7XQdf0J+4D1VxtNvm+fVcjJ+2Aw==","shasum":"664daa41d45e965b498fbbcfa19d90a041989a59","tarball":"https://registry.npmjs.org/@node-red/util/-/util-2.0.3.tgz","fileCount":10,"unpackedSize":73344,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg+sbyCRA9TVsSAnZWagAAx6gQAKBLf0E/uW3eE7C8c46V\n1UcXV1L/Bx8SFhg8G0OGqFUeW0Y1rkfZLuO6a877kQNWM+Q+F5I14lvYeuFG\nYWKzVcKlVEZuKrXUSkaFfea0CY4esa18sBr/j90YivjUB3AEVmtoTnir0cG6\nRfeoi9IbP21bJNMTQAn7TVw09CIXgzlde3gjJVjCF4o+1ONKsgigFr0ZHBh+\nP/z5TVKnCaMgnAADNL2DWptxkkH3I97KL+1QNws7t0SOZdoDEiPQujXF5oyn\n2GDl4CYEkf3/uEEwuhFkJ75mIfW+NSfZQBOtRye3NrAMzaDL36gnHtfbpTSZ\nXbRK0lo2jizfAlqa005r8pmp97m0RTxf/z4OTRQcxll+vDyXCRE6x3dY/sYb\nw39ZuzsSgr9Ol0JE7Sqedj1VyBvQZjgoEtIPS7ax9pS+TR0f+VLhTN7BkSMn\nhUmqcGGVxz7xWE7++ghfXYz+WgnG/IICLOyt7v3ygSwTD1wq2KBe1dlRD1w/\nPxLuCPqgLRlRjeY3bBGFSqoRmghBcITdeTSRhqzXtHe9gXja5wGDf463WxpJ\n6595BlzXmanQzJwbnj/SrsVkZUDKatF9WMWANmqDpwvlx/eYf1Sl06BzmmSQ\nbx4FffA71sdC5B1T3Hgu99jDZnfaj39X8pXI6HotbFKStluQY5UABldcXNfN\noor6\r\n=Dvu6\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGXRsZQ3V6oK5QEi8zF7/Seeda8v0WcGGBhkIs49wt+AAiBCrX+49OzMlBTs7sfd/4HrKTU3ZE7Hr63B42KhSnCutA=="}]}},"2.0.4":{"name":"@node-red/util","version":"2.0.4","dependencies":{"fs-extra":"10.0.0","i18next":"20.3.2","json-stringify-safe":"5.0.1","jsonata":"1.8.4","lodash.clonedeep":"^4.5.0","moment-timezone":"0.5.33"},"dist":{"integrity":"sha512-Sd+vV+j8E8GYN+e/5Bzaxle11+7fEeJbeq8xt1PH0AxrAGU2L3dbB41NsVujVfUBCmOaGvehWvVD+vUO6quosw==","shasum":"8ced9c2c4495f9a970388f9f68569415bc322803","tarball":"https://registry.npmjs.org/@node-red/util/-/util-2.0.4.tgz","fileCount":10,"unpackedSize":73344,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhAS0VCRA9TVsSAnZWagAAEaAP/Au7bT3bWy2H3zDjD/ML\neg42XLDV+C8kZ7hM4MDmRqj2RlqGVMabpX2yOJvw1gPILx0XDlhSw6UATmGZ\np+MyqpUWdNe+iUolNDqoLtPF9/prCngrI2OM1iaw35OSG4AXZrUbssBSIej+\nEcJPOl4EbjYo8GhjURgQRCGt7CKU/uEHv3STvoCVr8pVr0TWmkhXn0Jdyp1f\nesMtW3EMel1s1LR9D0+GC7DGMso6bTGQpL+4rlq96MaZ1tjj/FITuVbFjWW5\n6EFPZu7uokzVGmk2hfh6CTvUxmZA/deKhka7Y9ClYCmWoUUyJ/As9q9Manqd\nSK5HiXVXGR9Jf7aBDdq4pWOqy7Py6W/8oVFxzQQg3Jvgv/FJlzvveghAZxSU\nFhDa5JQweI0VjViQvITDyrip0FOYloiM8KSGtdxblLCmNkd9xjB+O7Ilg+Rl\nG7Epn8QM+0cgghX5MZZP0IPT5ybCc8Z3symYXNDo7nrM5jWzcD9RdNCfHgHk\nz16Y1gC24U4Q/nuP0M+M2H3ALCDEgPN6brdp2SBfXf0YCUqStHf7ajqcpjOF\nCo8fMny2uF5vfKKGmBmCgFdQulLRgILNAUFZ/SUDlESQEFmgVXCB7V+iD/x3\nsd2cYTEe0zGTEuivz4At2yU3HwPdh9ybu4xkf0A8092GKXVRnOsvgrQfVwd+\npkzd\r\n=nWd9\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDYlhxBfM/4HoqrzCrj16puTDNJPyreS4ja465a0/iw7wIgTt5WPQn3yhMJY+jjPKOx4Gxldiu/G4ByEx6hOlW1RX8="}]}},"1.3.6":{"name":"@node-red/util","version":"1.3.6","dependencies":{"i18next":"15.1.2","fs-extra":"8.1.0","json-stringify-safe":"5.0.1","jsonata":"1.8.4","lodash.clonedeep":"^4.5.0","moment-timezone":"0.5.33"},"dist":{"integrity":"sha512-CLbnzArRprfr7DC0LEN4P1wXAdIZEQnSswn7jzYgfrXQkLYA45sjxrjzvPYT0NY0VnkA0s+qzMRyFkwWrjFxuA==","shasum":"d5230350b03effc127cbbe4088d04a8bf0095955","tarball":"https://registry.npmjs.org/@node-red/util/-/util-1.3.6.tgz","fileCount":9,"unpackedSize":64305,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhA82uCRA9TVsSAnZWagAATYMP/2R6EC9iJbJFfxl9vtWo\nmhccF2MHimbNM02sSY9UPIbdF0qe0R9RhIT2S5wHFYvPADz5lxIvbwJMDYmj\nmyHp0kWnQXD6GB44Tdvg/WRFZlyAKb70ATj3J+NThcIU04U2Tr9FU2nIB/gC\nozqkWEd93GlQcxyV6x7SL74cSSXJcUEZy0SceubgZaXOt6aX1rKCEvinzviG\nUeuiS6fGuMxp+xUcTW4RRO0eAorzFTjW82SJxg01Evx7+XY066s3zEiRYHwW\ndgrrHFPaFFcwhBzLZulT+MyyctC3bOOYzs2j+RMRau1GA3C1+ndb/67Mby8N\nFzGuazdncH3ZtPskzpPpXL8o2tx/W/urYf33lpJbYdNTJhLkG0HQEbz6qWlM\n/sYVLxVC0KbpB3snCbE8qwmxPBEgFTYKTzFPtsj27aD1gAWrfsn7ZSiS33+U\n4LpiF/lnlDY50GLO2CzI2MSlN1F+xeN8Pa/TT5sJDeo5knADfD1HNq5fT2Dj\nwtjb5SWEZ+XYKACjX5NRzSZD0knQudfuJty1VtvjziToE96XEoY+xOWTDP9X\n9UP1vt87lnljF1e3HeFjShkgKuTkxgmh57OZS0mtEgCoKP2h/uoHTIvSJa3z\nObc23F2I0z2ypwoyXUgFbPr9O/+jB4uRdAKAift7qOvYMtZA5wxX6bhqOdFA\nHlNu\r\n=dzOw\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCID1aUiPeAwuflqOaQuccyP7ag+f6rTHeVRM9HgCPR8m4AiBH1Rda3BjJc5vomps+USrTdJslYepxWYLT7YQrXC4lEg=="}]}},"2.0.5":{"name":"@node-red/util","version":"2.0.5","dependencies":{"fs-extra":"10.0.0","i18next":"20.3.2","json-stringify-safe":"5.0.1","jsonata":"1.8.4","lodash.clonedeep":"^4.5.0","moment-timezone":"0.5.33"},"dist":{"integrity":"sha512-+RF8i+LxgyXcAIKjKyht3rRZFBEhrvgXKN2/HlkMWerADwiDTNfBL8JjQZoMKlFKl1cgapp8vp4P1Xf3glH+fQ==","shasum":"72e73ec82c1e73a5f9f2f2720b145c58f489e990","tarball":"https://registry.npmjs.org/@node-red/util/-/util-2.0.5.tgz","fileCount":10,"unpackedSize":73344,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhA/TpCRA9TVsSAnZWagAAi6gP/jdtfidxs4xgjxQ1CnrF\n5R3wlkmKUlFEly5JCapj84ZYMDolsjkDv93Coxs1S62GuRdESRUrrvM+xKnz\n/Nb4o1Nt4pz8o0AY1q8g0maAiIoRCJAwcUK40F2IN5QzAvJY1q7vM6kbwYJB\nXI7aDC68SzZlGtX8LiR2rcWHNQkyun4HrutcPuX9Un52I/Mf98AZRS03wLcx\n/IR2drds9+YHatQOZuk28NANiiYpXc4tV4ccY08uHytKjaNB0lpcYvWB6PiX\nsCPYNofbjW6FSFoWBX7dP37vDX8cdil2j3x++xJRWAaFKGN5Mh14Lr0v43xS\nPO7H/Nioa8e3vmZi7qggEKYGKRQNf3QIdQnrLhCQg5TgG6gd3A2+geDopqcX\nvkXxDKag+piTEUdQuRdLuxKDEigeGQ5CaPHEymsbJYc1vIg0Hfix+ckZbTjW\nSMTDlVt/a1SIOhsglvlyB+fDuoQ3A6eAqQpwv/gqaWbMKmOAeraYeXlMby78\nTEjL0SEsCpE2NGvbdFBmXUcX3DDuTopbfI55vbpzNbKOGs631sKpS60UUrdg\n7+MHUsEufbTnVdLK/Y0Q7Z124rjxldl295QM1nwNjHIHGhIbQGuG8TmHXOOu\njZtzB2LRmpSFLxGoK79XvtdsI40+wze2NmjlCsA93d0n1TzvT/KVU7js19/a\nvF7t\r\n=VdSC\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCwo8VJQe0xEuTxXimZrb2Zo3WpjQqsIaN+FtUdUhQ9ogIhAJNqNhJxw+mpBuihjLr88jCDGf2HR3Y3tkV6pogoa9xx"}]}},"1.3.7":{"name":"@node-red/util","version":"1.3.7","dependencies":{"i18next":"15.1.2","fs-extra":"8.1.0","json-stringify-safe":"5.0.1","jsonata":"1.8.4","lodash.clonedeep":"^4.5.0","moment-timezone":"0.5.33"},"dist":{"integrity":"sha512-k7uZgz6FaMqYZ3ixoGiII/gxoxJTlB0knKq59O7an4x9sORv17JjqIerF0Ok6UiOWYHdtH8cybzVsVPSxF7BGA==","shasum":"f5f9ac40da3c3a2c3899107dca4a09039efa44a9","tarball":"https://registry.npmjs.org/@node-red/util/-/util-1.3.7.tgz","fileCount":9,"unpackedSize":64305,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhMIckCRA9TVsSAnZWagAA5FEP/2n9DWsrltB0XsXVPIVZ\nr7N0nmazo2OOovMnHiubi8x2cRPG4JF6NQ3m1180t0nVeoNb6xlWp3KCF2Pb\nKle6cR60jpK7J+enu6LxowaRkl5FuGSkkEkgJtLJlkNz2pVaMFbU43o/roKN\npBRyg5ttVYApPlaZEEmUFt5QBgtqCKEYVwEHnEVjo06M3EnoSehVcrCqHJ4f\ndyJ24MpkUaVFrBA9rF8YuFyLotDeWHlBdPCoBTVJqmbF7cVGR/p5CIRd3wAc\nMrd2dR91WIemOrVu2I7cgYpejnHV/nfqiBDbPKBFj77tfu5jV94PN8iVDhvj\nSZbOv2nqDfhsHbMV3qT9euWeuUkTbyszUefKwNSsvmR291Bhxecx0qmIyPw5\nXYWS5AbTfTiLNN4R0HUZo2jkkAmdVBC1sITIlgjE4LsdkaQxqFeWeIKPtDJC\nrYzmvzjIRPs7621JD1seImMopl7OVH6uEFDkxI/7Nnwm+nhNWnYAdP4z7XCe\nul2Vq+2MhR9bJFzb2qeQ8F2mOTt5T8fIMxxhWh9U1KTqeWjtvgGXtpEDJrzM\nCrAUZeuuBJWNYaf/q+FIlo5juGTSOoFCSghq8RRWN1iZFFTQFSeX7JgkbA/e\nWlJWUfVP8V1+444scSYjdd7y7mnVqk58UhtoSq0Ejq1MDRIRG/GZYIg8+OK5\nWK6+\r\n=oS4E\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEJnp7SjwFiOq/zIQb4UO7KJvK5oq/CmwXKyHd7ymtMWAiAtxdkOXoS34Hr9/SAPkqz1dCTLDm/RmX6RjpXPFhJ1Ew=="}]}},"2.0.6":{"name":"@node-red/util","version":"2.0.6","dependencies":{"fs-extra":"10.0.0","i18next":"20.3.2","json-stringify-safe":"5.0.1","jsonata":"1.8.5","lodash.clonedeep":"^4.5.0","moment-timezone":"0.5.33"},"dist":{"integrity":"sha512-ZyUIAyZwtxdBOFiFRIBQZieP+ahviAGfXZowA9KOWTFp3BRZIq3OLWldlS/tQk29PaqZmt8MK94/DSqEsZNN0A==","shasum":"d09e8963e274e5a40e7e50dbfb0ac25ada4dbc21","tarball":"https://registry.npmjs.org/@node-red/util/-/util-2.0.6.tgz","fileCount":10,"unpackedSize":73344,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhMIgICRA9TVsSAnZWagAAr3wP/jiVQkwARfRrpbgKkstY\nB0bLkGhoy1/kYepHloPRbynIWKLUo2br8PIGg4fOPaAtrmXxo5Yo0/2YyQhU\ncF+FojYDKfHGUggX5/bvPGJs9qI3wU7HpbD0EcdtUJ25BVlAzATPgNvZcJvW\nG1zmTTl7Nfa4zEmdz58vdNja0ICFkjVMiAkJJFcONCKDMGQcazwZ6DBNO7Tg\nsfon2TtYielcptm5G+7tbdhoqmIS7QznTbpCbuSZMP3qlK/WNSR8RhRL7Ecl\nGP7xIDWleRfceRx6n2ZgcDiTlDjaDOtrLZnp6uoO+pHwC1wi6VzDRd3k+A6W\n6JBb1qy+7LqPaQX6JIkP4YLmdLq9W6ajghy2KfWkNrlR35HP0xL7oMgi4J55\nFjq7LQLMmE4Z4MT/H9KyrMUvxFKzV522GHqTm4fJxpykm9i5GjRig7eAQ7Hr\nnwDCItkxBp9P3ie007/5vHny38z/vAlVTMUBHraHkbg8pwigh3Kd5rMELico\nXIOttBeRI7XtaEhKCNX3u0Papp4n0MfsoZuGD8uRjjQmZkhCsBxXV4mu4mQ3\njOSi+1q24ODpMEktF8ZrkE3BsoF2ex5q+GZQJjNTNys3R7hAl1Emp2rRxjWz\nE/yENSFD54wJ8FyaMbabjjZpqWV4B1dOelJvY5TXMPfx3j3t73EGzyCLJ75+\npC8E\r\n=Dvnk\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIB3LgcgU/gxeB8Of+2YWW+v9eswLSadLnA/rhu/trbbuAiBso3USKJUkDLDiTLJe5BMMNxgnJo1s493IR/jgcJKxVw=="}]}},"2.1.0-beta.1":{"name":"@node-red/util","version":"2.1.0-beta.1","dependencies":{"fs-extra":"10.0.0","i18next":"21.2.4","json-stringify-safe":"5.0.1","jsonata":"1.8.5","lodash.clonedeep":"^4.5.0","moment-timezone":"0.5.33"},"dist":{"integrity":"sha512-8Bhx05NOS1uFTYVeK5sVemuE7GY6jnQKTaekEnjkvlMOgCCSOTeR4JFhtU17sl5DT/4LwZE7o0REhFyeYYsBxA==","shasum":"74500821c7447aa455b3b54c8f5d2c0de3103eae","tarball":"https://registry.npmjs.org/@node-red/util/-/util-2.1.0-beta.1.tgz","fileCount":10,"unpackedSize":73756,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDJCN2d/fIJDBjbBOz/TgPznvqxKP3hkIG1vViIRzc8lwIgQnz3kMIGHGGJS4vEyqZPtsQaJyEM0FzhgmYZzpHNxic="}]}},"2.1.0-beta.2":{"name":"@node-red/util","version":"2.1.0-beta.2","dependencies":{"fs-extra":"10.0.0","i18next":"21.3.1","json-stringify-safe":"5.0.1","jsonata":"1.8.5","lodash.clonedeep":"^4.5.0","moment-timezone":"0.5.33"},"dist":{"integrity":"sha512-KPqnX8XKSSc7lIvNWnjAIsknV8nkxGy+b6uGIfB+wW6IBdnOtmxB6S5FOAkwUHhHLTx5kXwQ17PScIpWhrNtew==","shasum":"92674fd09bb2bd6fa02e3126cdf1ce4a32d2f005","tarball":"https://registry.npmjs.org/@node-red/util/-/util-2.1.0-beta.2.tgz","fileCount":10,"unpackedSize":73756,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCRkBSoeaxz4TUBxHPwtxurYU3Ztgf5//+vny71mbE02AIgUuz0QuDsksu+DUJ6o2zZ0kRw5VcRtRGwsQKKxedv4JQ="}]}},"2.1.0":{"name":"@node-red/util","version":"2.1.0","dependencies":{"fs-extra":"10.0.0","i18next":"21.3.1","json-stringify-safe":"5.0.1","jsonata":"1.8.5","lodash.clonedeep":"^4.5.0","moment-timezone":"0.5.33"},"dist":{"integrity":"sha512-+c6GtL/0NOIyn/IB/8XSplC3J4e3KWipdFCTu4YKHwQRP1Xr+9fbnUzu7tHTY5YiN7LgVKFpKyHkq+Qfz5UDGQ==","shasum":"2b43f3cc3f9fb0c6ae354370cd3a09b6e4ccdc8d","tarball":"https://registry.npmjs.org/@node-red/util/-/util-2.1.0.tgz","fileCount":10,"unpackedSize":73749,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFflFmKf5tVmOCL++vH70jSCYlNlPcEhIGASYyYJ+lRLAiATO519gHx9+NtrhQcf5AcPHWEPLtcKMYCpzUzPyye2mg=="}]}},"2.1.1":{"name":"@node-red/util","version":"2.1.1","dependencies":{"fs-extra":"10.0.0","i18next":"21.3.1","json-stringify-safe":"5.0.1","jsonata":"1.8.5","lodash.clonedeep":"^4.5.0","moment-timezone":"0.5.33"},"dist":{"integrity":"sha512-9+vLrWlP3bgsepi/mCpNlPyGazvZewb8jOZMtUw5IDYO9+79ApJGOzxHVBFqN6V5Je8T8P6QbqHt2vZRDwP6Rg==","shasum":"0ce9fd2d39565cc0e13fbd9c5730ecfa22266f24","tarball":"https://registry.npmjs.org/@node-red/util/-/util-2.1.1.tgz","fileCount":10,"unpackedSize":73749,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDtzT72uw4QEf88+89dahDQLAATYkl313R9llwEDu+7XgIhAMfmb73H+ky+3y/kvnOlOv8IxAJIHgsrPFgGeOYgeLRX"}]}},"2.1.2":{"name":"@node-red/util","version":"2.1.2","dependencies":{"fs-extra":"10.0.0","i18next":"21.3.1","json-stringify-safe":"5.0.1","jsonata":"1.8.5","lodash.clonedeep":"^4.5.0","moment-timezone":"0.5.33"},"dist":{"integrity":"sha512-jQ93NtNIU5rv/a0rPQ0qNfz5Y48D+IsXUUUgeH30B7oWIZ5rGea6M/isMyNN1dwraRfPLdslFY5f3N4KPdL38g==","shasum":"b20759334dca32252f5511423acbb58e02fdb411","tarball":"https://registry.npmjs.org/@node-red/util/-/util-2.1.2.tgz","fileCount":10,"unpackedSize":73749,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFMBOBunv6VPqjoZW11J1oksuBTy5O92XFZemtk39QbKAiBIGx/3K5aTkX9Z3qmMdGDSNgQAhROXxjE6AhyKMQMdlg=="}]}},"2.1.3":{"name":"@node-red/util","version":"2.1.3","dependencies":{"fs-extra":"10.0.0","i18next":"21.3.1","json-stringify-safe":"5.0.1","jsonata":"1.8.5","lodash.clonedeep":"^4.5.0","moment-timezone":"0.5.33"},"dist":{"integrity":"sha512-FMqNwd7Lac3jm83uSQurR3N7E62jY6QDvOP2pQ4LCCtGYRKRFwukfzG9mzumioKS740vN8If8EBTIPQgRTSZ6A==","shasum":"1f9e8490b1bad3eb5a4b0900581d8cc332826edd","tarball":"https://registry.npmjs.org/@node-red/util/-/util-2.1.3.tgz","fileCount":10,"unpackedSize":73749,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDG9c5LGX7+iGiiCcAqYvIX2pZEM22At999ggEXnTsUdgIgAmwXch9Tpte0Ew/CLkhTfqYkQQ/hB3Wb4b4EfJJrCaQ="}]}},"2.1.4":{"name":"@node-red/util","version":"2.1.4","dependencies":{"fs-extra":"10.0.0","i18next":"21.5.4","json-stringify-safe":"5.0.1","jsonata":"1.8.5","lodash.clonedeep":"^4.5.0","moment-timezone":"0.5.34"},"dist":{"integrity":"sha512-OdlMz2Q2ivfw1NoW2qi4ymB+WMRe3ICGkPkPhc1dlp1NSsuXXXNdi9jXglYo/cTF8v/QLihnXZf2ppCm4iiqRQ==","shasum":"c13fd4e7581cb3eb1c078f42651e91b98c741eb8","tarball":"https://registry.npmjs.org/@node-red/util/-/util-2.1.4.tgz","fileCount":10,"unpackedSize":74209,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhqJOXCRA9TVsSAnZWagAAJDMP/3LlMLu7luHA4yG5cJKu\nWadaIFkeb/rTxMEdrMHb/hnlr/nzHVKVUrimKfBrP1Crbu12+9f+ksmosWwb\nf5R5f6jSuhtrqpUC9qu8XSeh75LAsLxXbkkZWcejEw5gurvCs0fMoIvi0eFX\n98T9dArxbm3XFOgHzZRRZcdKcQ0aX6OzTfqh7NcgVd0gr7NAd50Q1uVQoMcF\npbzuEg6MBEqbQOClxVRjZGm2fgGHC4kS/4glh9sSEXsS6kOg4sFimT7iZE8R\nGQ5l+UDsoX4SUjiFescqgHTk784A1nW4jfCFwqSpysOPusEIhSeKRdDzK3fc\nBVrPXHBrZUtBf0Ma5DwIkw1JRMcLU+BOP27Q80jJYHZtMUMmRUJ1zEe5YoUf\nrP1sx3dUfUqlFUT4tIk67Vh+3s6/hIF01xNYbzDV9RnTW9yALdc18rkRJsx8\n2FtO6sNkElL4H5kI0NKwO7S8P0/XukjSUrLMNt98EXiE6ilLwJxrWaflsymp\nh/h0ruqx+KBuM08QT1KvBrd4TcggdnRAidn193IiViQuxVnto/sh+Jv1dZ/X\nckvXzyQqnvwHX/aQS+V9ACskreVRQPv6M+9edXuf2kF7WOV8Nb0BC+HM9fAA\nVkjZY+TQXKhBfpRiQ+4valkrtqiKfIuNm4gYRLaNoY+lMTpdiYDKfXBMagSq\nujOv\r\n=JL0V\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGf1rbMU+x7DsgD7UOFgatF1RLxm1zzzE9+GcOr3ZqJnAiEAnmsYHkea7jx2201TZ1rHpbpMCWbGZVwzHhfA3JXXSbQ="}]}},"2.1.5":{"name":"@node-red/util","version":"2.1.5","dependencies":{"fs-extra":"10.0.0","i18next":"21.6.6","json-stringify-safe":"5.0.1","jsonata":"1.8.5","lodash.clonedeep":"^4.5.0","moment-timezone":"0.5.34"},"dist":{"integrity":"sha512-H9J4e8NUqbzJag5a/wqRWmMsHlFpcHVf52aATfXihg2CYUF34z+E/RImK9XNsPS3LkIp4cBjsaQsV5OpQ2e4tQ==","shasum":"56d3cd244b62b8882cce86bc34d33295f3dc4588","tarball":"https://registry.npmjs.org/@node-red/util/-/util-2.1.5.tgz","fileCount":10,"unpackedSize":74405,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh3/+FCRA9TVsSAnZWagAAa44P/11gQ56esomn+i03uGOA\nqo1o0oxNF/h9BfcbTCMJdExrxXWW0M56V0JEOCHw8NLBonG4G0v2XgInmFCI\narMY49satjUIii0keKZ5wI1h33wBIxT8Ahu5NWH6FMfWPoH3haBMLH22WEVp\nCqu27HJp8iLrzfS75ZUIbpKUQlbdVwX38DWzPTdq+HO7zT0rYEYl856/NhBa\nMW9AvZ/bmA7OG47aG8j4Ey1wN+TwF5z7isB29/ON2JLUgJ4zr7+/e99D+fht\n1+HwVeOxoJNxfJsc56Xrb37b9KMROXWc7XcyX56CPSZiLvNKnyUFSPI6xZJp\n65wx16Au5S2fKnPf1ie+uIVnylxQdCDkYu7q+ZDSHaT4aWikn9s99QHdSQDd\nCLkyCbYydlyhY7+IXg4Np9w471LFm3OabOC2Gv55LFeDT5y7sJho+K6OFZgQ\npKSs4DuD1BjXKt8QKPaVAqPfPaqN8y/QUYWwTa3+ZXVWKKuN2LZGNh//OrJ9\niAS+ZkeRq0pOXCRz2f8YTBJ9Zuyxs7iY3BJhwIItY6c75zluYyHy0qO0IJBs\no50VOahD99RFJC/jCmBcBSki8YTC/waO7qlp2mLFdT6G0mEYm6rDWGWPad6E\nc5bInHjIhMShhfH/4ae9d4YhONg3ZwXkWm3Wm2KW5PydNk4mfaWZ+2mkMYoG\nIdsm\r\n=gvAC\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEL+5sSdusFdzEjixc0UNu/H/3OYdiFuJLMoHveJkIzxAiEAr17pAFK5Tqa+6rX5IbxGwKbDnxJBToPSxW+ancz6eBc="}]}},"2.2.0-beta.1":{"name":"@node-red/util","version":"2.2.0-beta.1","dependencies":{"fs-extra":"10.0.0","i18next":"21.6.6","json-stringify-safe":"5.0.1","jsonata":"1.8.5","lodash.clonedeep":"^4.5.0","moment-timezone":"0.5.34"},"dist":{"integrity":"sha512-0pL7ZwDCy7nUjgDZTU91EZccj7of+5TUDqC2/vLbtvIN2E5Gy1Bb1bOP8E81Ww1o5Sch5id3PWoBnUfcK9rbfw==","shasum":"7b8fc2b5ed48f786eae2af698bda2f184e9af43e","tarball":"https://registry.npmjs.org/@node-red/util/-/util-2.2.0-beta.1.tgz","fileCount":10,"unpackedSize":74412,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh4EYNCRA9TVsSAnZWagAA/QMP/1JR60rK5L/jsgH1WCCr\nVMv6MLCc+s5Us6KkQug3XszbZXe2eDAFnztxiYl7AqLkauzyDbchCd0kBrgb\nIzKSk/3LZGDmWGKfvHKaiaM/hIe7CUwZuq6aIqOLEJ9UOAUW6VWL/qIWYpFu\nq47LVF459F75lVkshzhD4b6XdMnd1vpiElkEffE3uKkm4GTYPYCftOt2KdNL\n5qhhDynGqv+1Gy3OAJf8AJdtuDuq0FyN1US24gKqyB/XrYeXXzjbyrmoj5B4\nj0AS3EWhCVhOI7CDNXbUEb3Z39kVeac0n+WHm0EhnwLQnH5hGU53E0VkRl1u\nzNw/+tYSnUtn9+HOrLeKXX8plS2wN6ldPj+405Nxn5niEEY0+yc/46KHxk9v\nrtRnM32xt/1Yt4oJCrLjKxnY6Kh2vX/Wjczma6Rz++5qH9rREA6lL9kuNudd\n3yYTa2uPIxvF2hfz7fiERpXC2gC2u/dpCduSrRyWyiompQPJU4CSFI1JtwvS\nUFAK+pGKryM5x2F9UpZNTnkGGG7RRAoUEdlytrNIw9GqTQwYiPfzGgwdKqb4\nRzVHQlJT7/mcH0GDpY2Vg5zGtx/IVQ4wrnJlZ/2dAGAfZN/aLpmM44Zzup51\nQ/eABK0dfPCea+29XS+tUmoeGvIwh4yq5RQ9K+gQR/4lchf08LuKxmxNavq9\nRaOH\r\n=SZo8\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBDC9BrDt4OUiQJrToSaXA1B0dO6/1sehZYrxlKtb+AIAiBggFuI3QTzepexD4/tGcNNW6ZsdRe07dpjwoXUI0xLRg=="}]}},"2.1.6":{"name":"@node-red/util","version":"2.1.6","dependencies":{"fs-extra":"10.0.0","i18next":"21.6.6","json-stringify-safe":"5.0.1","jsonata":"1.8.5","lodash.clonedeep":"^4.5.0","moment-timezone":"0.5.34"},"dist":{"integrity":"sha512-ahlKYqJU9S0APpbiH6aRI+IpDE69N0I3P+moY1tz4Qcx3ymvwuXLCE40UlTX71Nae6+pqato51m85QL1DihhjA==","shasum":"3c9778d76678806bfe19dcb8ec036ae325549565","tarball":"https://registry.npmjs.org/@node-red/util/-/util-2.1.6.tgz","fileCount":10,"unpackedSize":74405,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh5o0fCRA9TVsSAnZWagAAoMcP/iyA5zx7dmjCEPnOm7K6\nRqdnjyTOQehupnVuzh4X6NZr6TaqQzeaQdK0hWDcvQlNaPHqHGxlupxmKhsy\nzllSQC5UW88wKk5bu9YCJYw4DucrlBmw9bEYn0QaeEmj92M7fq//KKCyvtcM\nQsdcu0wBORBenLORekchhC+crrHd2puoMvg2/jXYaUPucRbhoXMARFoo/80r\nIm/ygAounmojTtXJX96owvTwNLR+zTjJz+EP1z1HGm2ZoCGCrdu8WndqbPXA\nRyYeeWntGo6vf+ypXUeLjJa+84lz+AynFT40hXGH24dSMDXmCmQ6lFRzW5xf\nNKPgYrSi2S/os6xfmGXryWEx1FITMF37BXTonoXT8KygtRnFzSBSaOtUXpp5\nlg7qAt/ZsTXT/Ukic1n9nPsImh2IYolgWta0vP5sVADOwRdJ7hwHVqBS6mqD\n/bmkZL+D6xJlHwe89xy/0gbA9BImlcXlouSI/B6uDYjDNpHvf/8H2W5oVA6M\n17vncIMEqzwLdNUBBE1M+e6YbaIbprVctKWMrhInOBlMkaSgRqhw9Td91YuD\ngS4NbBgUQOgZ0GUtNKyFM9fOSTWl1aMPQKkJ1zS8kNtjAeilGpYmsjz33U61\nkQQu7oRBM2zFeUbrgfl4lCth6H46WNKcu/41/JzcUlsql6lO8WACzU+4IFYK\nrGW3\r\n=hPub\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBp1pJXsDCb5ULmGxFM+i2wKr9Er5DG0720nI2H/G+1rAiAdMEJJY2kS6kaOjMvw3G3hQuh5kk7nuKOGc3S64uq3iw=="}]}},"2.2.0":{"name":"@node-red/util","version":"2.2.0","dependencies":{"fs-extra":"10.0.0","i18next":"21.6.10","json-stringify-safe":"5.0.1","jsonata":"1.8.5","lodash.clonedeep":"^4.5.0","moment-timezone":"0.5.34"},"dist":{"integrity":"sha512-jKKi9+G7o5uLO3+QtK7V0caGl8kGlei6lHD2efTIUJUvZJ7Www6YJFtAzkswsVQ9kVGR6s/I/ToxBxNQyKH+BA==","shasum":"24a403736513c1951083e133af4f7e4643c17fd2","tarball":"https://registry.npmjs.org/@node-red/util/-/util-2.2.0.tgz","fileCount":10,"unpackedSize":74666,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh8piKCRA9TVsSAnZWagAADuwP/3GaE8t0gCq/uptSIK3w\nFZ1f1X6rTBxsZzXU5rvti3dJtBl1UOt6dN2lk6XJX4Iw1ZstUyxE4blMXhcd\nEDdlxjTfpBbcZX1j9E58lolSr28JodXfLu0xBgQ4GT287IIOOh+fGuu2Ty51\nrNUFzf+xWj9GVA0EkfS192yKOczKSTlF2NRBJPOCmGQ7GkuZG2GXYy/WcAhs\np2wHZuNr6A0tGk/ACP9lgC7IiF3HW+Lqw1qfD3qV2pDmctm0zr3CbWTs+UZk\nY7Ku841ekS8G0zsCYVyjM6kK/VaV1LwBBF3sXWjd8JrL+jUQYCbVlDqAvNRQ\n6u3OL2vhjT7or+s2xSSsbv0tSRveoYvPoRQpyMHxFCXmMIYK6mEFUEoqlp6+\nAjpQR5Y3F2OVNVkc+fCWbFAjL/HOdqld0jMask5GjoBuicUEILXtOBC65qi2\nVBt55C/lYBLvlClG40thplsn2QTXuai1sKVHoHdnrSg2ahpJlOammNYJLJm1\n8Cum7/PmOL7Ug/1ziB1S/yFQTeWqjKaYcEkTK+kyADWPkUKoi3hLL133eszu\nmZs6U2VwhmTHf9z0Obmsz4hPJw9lKTrqVQQ1eJEeaw27x/bnqVfEdwijDMXE\nW7u51VTP2E0jBGAtiSeIvVcrk1QEKsETAbY5FXkeiOm0nTJKIOOee/rG5zr/\nmELl\r\n=bvXB\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCl7O1mXYK7mWniarYFFIKRYOogLD57J8KrNlJjBX7ggwIgVmmJ6Ab+QMHcToR/O6/NR/vpoFu+SkVYhKlj7KoJRXw="}]}},"2.2.1":{"name":"@node-red/util","version":"2.2.1","dependencies":{"fs-extra":"10.0.0","i18next":"21.6.11","json-stringify-safe":"5.0.1","jsonata":"1.8.6","lodash.clonedeep":"^4.5.0","moment-timezone":"0.5.34"},"dist":{"integrity":"sha512-pfvxxCEStuBGLFphiGX/LDX//CjInEpP6gRTBwqiiDhVnGEoapkFXcbTP+oM9TaF5uixYDJFZdm7BP1WxFfxzA==","shasum":"d248c0ccdba4b8cd154d1b84a9329d76e8f85594","tarball":"https://registry.npmjs.org/@node-red/util/-/util-2.2.1.tgz","fileCount":10,"unpackedSize":75788,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiC6/VCRA9TVsSAnZWagAAH+kP/jinUpK6l/P8ZR0X7cGT\nwQX39sy95FP+wuH1hvpg5cjgWmZdGFnzNeWYroZwhUdrV30iE8K5PpHoPlzz\npz6e6kXd917ZQkZl/o9slj0wYBpGvp5kd6/zDxL1fk1ocwugW6okljI03TTf\n2qAsMZehIUa0MGIylmoY/YqgOk67zLJ9QWFQW2BjET/Yj1tcU6daDUL5/Go6\ne2Ysw6cH+ve3i3eVqQEJXhXiYd+jmoJJHPwxgIuF6Lzbv91PSfYrfJReKjwo\nYrnz9DQgZmkNVOXi2b1rEu2tVOhRrxwO3MzbtmhaCqu0Lo4Y/tuby7eNcFrg\nEOXbTfhx7NF5Ru8hea250a+2dBKfTOs2ygNRYyPnmMH1MJvHc6SpnB0ubpXm\nILRH+AIbZv/6meEgSHqwZaB5SzzBqJCqIewTEUHUGWpu40/TdGCNhrPrbhwK\nL3XFsofS0CV/qDGfbixPQYjUGfXunc+Xle6iNG53i9USIl7nlXQiz9PBuoDX\n1JqBUFnHJadrneUtaYUn37MBgZczjMnZ7uMO+fyYN//w8vbHh+q2cqvavaKp\nFRUgwteWb4totSC3xoTKOggm8PCIWyWOUhv53gRzQidccNiYg7i2fIL/Ta+o\nT4MZ7onm31gex8bZpWLG14yvZzFcmLI2WahiEklOp2GepXCc2dMhw6+wf7Li\nZSOD\r\n=OGHu\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHAs/sL8xvmFj7rX0rX6B0YerLZJtsow5kuhMa7Y8+RwAiBQoZgZc3U016PEUJRXKGgUVTCCP0Plz+kEapzry1wPwQ=="}]}},"2.2.2":{"name":"@node-red/util","version":"2.2.2","dependencies":{"fs-extra":"10.0.0","i18next":"21.6.11","json-stringify-safe":"5.0.1","jsonata":"1.8.6","lodash.clonedeep":"^4.5.0","moment-timezone":"0.5.34"},"dist":{"integrity":"sha512-tUGLGj3fTgOjWwhp9uK6M+LUb3rxIrU61DbA0fVpANCEeqk5UNJpje4vOag9dWmJS7hn/ONcDK7dslHLyOQUIQ==","shasum":"1ed7a59f24953f2c67341d5e7ca769bf403a5ad9","tarball":"https://registry.npmjs.org/@node-red/util/-/util-2.2.2.tgz","fileCount":10,"unpackedSize":75788,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiD7GmACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr7nQ//fLD/Ul5pq0W/IrpV32ry7BJfeHuLBJ0KIDBrGKb0Kb7aDbA1\r\n2B2mgaNobz7PHkMPoH8BEga2kSdzHmz5C/Bo+B5jbuDp5wP0ls0CyKbkN+u6\r\n2wWYjJZrWseBML4LT7l9Hxx3OP9bETvF/KDnKr4NvuiJwzOoTo9jn9+LMumy\r\nZpclt3P/8Ets8fLkoVvjtRjh132ezi175r//ovSOBpepAV8DMWK3ilfpST+a\r\ny/tCxfn9/curuej5xlHctZKRZhv0LMVQ2If6i/wrXhbpcETfKvKIf59ROBfW\r\n1gn6GXzTwBZwv8hXLSvdxIMaH7ax9f0NC2F43PglSQdjEspharujgRt2dfN9\r\nPSP3LGuMvo6h+H6Ft3Hw/uvmdfR0swo/ghTUuALx7UTmWbX90qgdccS9uwRa\r\n+ombwyn4kgHA3juPH8Bm3mmmRHWpbD7/fBb3H8wE1tl8PktlaTukxrw5nTpB\r\nbaAyikH6qXwyLuUKsQ8ywRVSquWQiI1r6fyxjXj8fDavciWU4qklsalwwI80\r\nkc/ytdGvgl8n8IUbFO0O22sTOs7sKTiCoFNXrWHK4x5S3TQ9UGZElah3Fa6E\r\nlWHaNAMXWnmr4Ij1zGtqSXlyLFIcvGf6slySVWEcAaG7zHgk+Koba6C+p0pR\r\n3J/RXMNHX1LRi/PAxg8CG70iiENdavLEuJY=\r\n=iiBO\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFcH7UGdSd52K12e/66TGuTwkOLOSAU6bNIBkj6ZXUdhAiBcXvCcaaMC8nUFO3ODia356H+Kz1gLdlGbxSq86pDC1A=="}]}},"3.0.0-beta.1":{"name":"@node-red/util","version":"3.0.0-beta.1","dependencies":{"fs-extra":"10.1.0","i18next":"21.6.16","json-stringify-safe":"5.0.1","jsonata":"1.8.6","lodash.clonedeep":"^4.5.0","moment":"2.29.3","moment-timezone":"0.5.34"},"dist":{"integrity":"sha512-QEc1MLtKPXOocq8sb65dFxQOlMAUFVZKsK2em+TdcPTwh9gDINL4Sc8Pf32wCXeKAPFi1tUAsT7MquKJNmpcYw==","shasum":"3d9983dc64fbe2005a4d5852e37665b911be78c1","tarball":"https://registry.npmjs.org/@node-red/util/-/util-3.0.0-beta.1.tgz","fileCount":10,"unpackedSize":75823,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGDuQ+sIW5+0VgGPqmyjwlr05gAJMc+51cBauaaNyIgzAiAPIbC/d+NH2K7rlOxaGpMCRF+vIeVprSqWqcYUOSGEbQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJicS6WACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpG7w//Tc5chEU1xks9tBwVkAN0kLk52/QQbOz8PQnux8R5Z0iCeWNZ\r\nszKtFZzWznjLWQYeEoBwkp/ofnr8BXKzFNvlyWmPaAUoJTCzXTCG3JSScEjr\r\n80Si6X/X/sLvO4F8BgHBwE+ZKZ1HoV110Pji8sho8mh41Db43pNkwDmpkZlk\r\nhxFxO2iVonYEqDFdzff4HM1wNgds93GrRtScPqTziAASAUPEnZdZcV54Qa2v\r\nnD+sgbZwIzccxXwPUQqRSbzcO4N5Nv27kUuPt1yNxpTYgkpLYfcFyHCYNykY\r\nOzgJIOXvPHMQTlk+UWkrW0ILsIL8uHGwkv3MTQ2yq+KUZIRbn8C3cMIAcQJz\r\nWSbHJ4vx1Hm+JQzr1GXF7ApM89kb293P9HWioQkYYAKSs25o6bMFL6wrj1lJ\r\nU351G7/Y0m1zut7HT1WQPRf1LaWAnRPrtwTs6sdV1OpKILin8K8hQdT8z6Pn\r\nYKIL3pdIHlikuCzwEgF6vKsljcd/wJ+4TYrqJR+7y7suKEibPqrzsYRGwiKY\r\nl5gk3Gq8dMiT490McLOsOhfJNHUEAuxYCD3m6eslf1IeieV39fkid0F0wsLB\r\noAl8xemJMm3/KlhjLOKPnxBi+pV6+5wPwMQ535a4jx1gkYAc87nDxOSVzQ9o\r\nSsBi38n2VjQh2Uzb2yEy4K53SlaxJCGrXL8=\r\n=eiPj\r\n-----END PGP SIGNATURE-----\r\n"}},"3.0.0-beta.2":{"name":"@node-red/util","version":"3.0.0-beta.2","dependencies":{"fs-extra":"10.1.0","i18next":"21.8.2","json-stringify-safe":"5.0.1","jsonata":"1.8.6","lodash.clonedeep":"^4.5.0","moment":"2.29.3","moment-timezone":"0.5.34"},"dist":{"integrity":"sha512-C/AfxHlKzPZTVW7UOG2M5OdMR5lmLrtoF+/DcUzvAghnfFlQO4N3z1K6JgFoResawwmaIscN+zknH77mTjHMWQ==","shasum":"28abd6353dfd50d03497024434b988aedc286290","tarball":"https://registry.npmjs.org/@node-red/util/-/util-3.0.0-beta.2.tgz","fileCount":10,"unpackedSize":75822,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC1pqq3m7bP2jDkLUd5VGpToWyOBFXEY9JvnqyeS4X2RgIhAPnIqGKWv/aB+GHkqFnnUqt8yTorXIsjtQBbbKd/WjTH"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJigiydACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpRsA//Tk1D3rVm/NKslFH9rNqlM4gGe1QPz06yoEkTkT998gjIP8/I\r\nTmY5JklIs8ILkHQ3YkhnhFa5BmkiXgbarG8v5ckd5xGh5ldX03unKMBfbot9\r\n2O6iWav7J2Qe6av9o5f/MpWXxbQ798Z+XFisgA+pgMwXllksqi9rbvG7hg1A\r\ng1Az9hEhyvacNpoeDljJjrl1jTru/wwrWROp44/mSD7Dm/elW5f4gp9SmIr8\r\nJ/XP87WsIxKQys5qaGHF3aS+hWcI9cFjNrg9JKWiz68QF9g9VteE+bbAJZPs\r\nwe9x70VD5iq0mBrvu8/Upw50nTOqqeBaj27QfzLpDRzQETCbLQLuWmyu6mCl\r\n258LMXPYZHyVs5tG4mlNGz3EcQ0SRD6YR6sMFGk+nppP6bbmeKfmUQH7fGuO\r\nr/PTvwmbkaphNuJMHtdaVFGTC175x53gd9rtDoAA/N1ZqtIPUOo5TyYd+0Aq\r\ni39GnhNunwuSAxChc19nJEQjRnu0cAYepyYvpeiQeM5jcFXfsQsrjWsSnYDv\r\naQaemHImODkSxPicF3rnkTcsW4A6SoAMLpxqdKcyPUqkZbuyLsXVaMUAQpnv\r\ndtqIm+slTUcp0vPdkwU+uF+j5nRkERkgdt+r629xG4qS1Wz36vZvjmJhSUPr\r\n+VgavT0S8L3B3BeRU3T0We0rqxNxeo+WhmA=\r\n=uYmo\r\n-----END PGP SIGNATURE-----\r\n"}},"3.0.0-beta.3":{"name":"@node-red/util","version":"3.0.0-beta.3","dependencies":{"fs-extra":"10.1.0","i18next":"21.8.10","json-stringify-safe":"5.0.1","jsonata":"1.8.6","lodash.clonedeep":"^4.5.0","moment":"2.29.3","moment-timezone":"0.5.34"},"dist":{"integrity":"sha512-uznCaPD9Nw4pxFeALz6j4iMexE1vE9E4JPvrGPRKgRf2KXkbvUNnqUtRYopkfsFkY4BFHrb+KV9kmcfREx34Tg==","shasum":"95ce127d04e4f02681b89378bc88914b4f2201b3","tarball":"https://registry.npmjs.org/@node-red/util/-/util-3.0.0-beta.3.tgz","fileCount":10,"unpackedSize":76005,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDrp5w0yWg1wf0igv2zSPGBtu6JKowEpZXDUdrMYLi9QgIgX63LfIffPTym9jVMS+RnWYq20KvKO1+yxqsP7M/Spzg="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiq1l1ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmohtQ/9GmbX+usOV+ZENzh1i2ge2RHUfb9b8LZM0wXl5id8IB5h73mU\r\nH3Lz9IEtQbIwL+rpMHpQigWQKZfZcIhGrPAHc59f9+yrRii7nRUIUdhzoqAR\r\noHuZPpjf+Js+WXIUxIdwCKJpybqMneGkae4aFFG4SFSM8Dsqr/HDNI/RLZHH\r\nfnOHuQAprN5FSO6pgZ5I6txRtvz82LY7x0O6krObBBx4wZBFTvYjRQbdt5ZS\r\nj/oH/iVBw4fhSf3hLpnovz42+H/UPC+aCP8GvtcBpldl1juEZapxAWhM3Cpc\r\nVJlaE4Z2O8lRNgZ585Bqae/Z3NAdfFa7l5muhYV95vAVQW0JU+bqR0xH6zpK\r\nv+JkQFkvlmOIo61CHfPqdlo8hyjzssYm8Lwvtl/R9MgZT9Uq1JBiA2iry+fh\r\ni0xCHaGMwxyEyGJnmxo7wWch+R/QaTJ6Q16Z7mIfht1vs+2zrpkaVXlsY2Sz\r\nxKDusAt5yijII6v9Y47QICGmUNGoV8P3Nokw2I8PKD/KWW9CD3W9DwiXVLEP\r\nd1mpfGUNbkINKwz6ieuMBwSjUUTDILeBmpxP6njmhoQMEBE8yGrbkv9h3k/g\r\nut8lckg+Nd8C8ehsTgix0memHibmkJGDL75fr0YNUad4WPvUYGc9g/lVjply\r\nZwgG8xF53AwQCDJFIZAgOgPwUpQ/Ufw8tRs=\r\n=89rz\r\n-----END PGP SIGNATURE-----\r\n"}},"3.0.0-beta.4":{"name":"@node-red/util","version":"3.0.0-beta.4","dependencies":{"fs-extra":"10.1.0","i18next":"21.8.10","json-stringify-safe":"5.0.1","jsonata":"1.8.6","lodash.clonedeep":"^4.5.0","moment":"2.29.3","moment-timezone":"0.5.34"},"dist":{"integrity":"sha512-/vmbSFtjfSmJnQ3cLRPr8L87tn2hpBW+QnjyfH/30jNepgpYPW5Vjex+Zk4MWZI7pVCdMcmJJrNWetTUKKzKjg==","shasum":"97829f222a57c2f8b3b45f1a7512b424ffc395bc","tarball":"https://registry.npmjs.org/@node-red/util/-/util-3.0.0-beta.4.tgz","fileCount":10,"unpackedSize":76005,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDeFB2YTKEKvk34qES+BtIO0sm9mLZDuNebZ54DMbp6IgIgQsnqU6Ge+OMajSG2+P+Zl6IeMtJ9WA1ek4d24UH6f9I="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJivWIIACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpJuQ/5AEH2/Hu0toihu+eSpjXoRWhA+E/m+PYRkt5rHK8c6lm1uTET\r\nHerPkVexEoNOYVFDtbQsDU+yYIpQ9UwFetCJkoF0SOUeJzXoq3daJDkLp/Uk\r\nT2JXGRjdM40Yg4fPZDOjVvcP+nifaYa41SCyqqEohE3xyd5J+lu1GYVn0Czw\r\nJSaFhNVltRXX6LrDWz1wpjHw3OYaCAekerS/FbJjUH2zC3V9z03NEqRvZKm9\r\nOvSLA/cHxwtLh2YPmebyXg7ilt7SHW4HCaSjT7iPAz5Vu8XG+oyB+kSHfZ73\r\nX4hPzYuTVAZW4/ZSb+una4xBcjYvS1j2QCN0ePAofa+MBvHN4XNIRV9jXhM2\r\nDsMVahWwMNlG4HbqEb9raoaRJSye6XQsZO0oe4cag7MWi3gZv1MJEK/RuiKK\r\nK2utTDvLtSs/3lGaVRSiPKcV2mXXt2hq9ie9a0OSr9EJK1Tw2m/L/rZKE59d\r\nx5F0Aybj7MtsK0ZrZUpbgkDrAOC5YwIjgNs7jX9Tjnm/ypiKXcDPtMs9gy5F\r\nVGJDSumZ/upV/r9R0CsVgKAV3q6ZMF+kidjgUcW9dgfN/kNuAO8d9lvZgIqP\r\n/79jzDq07+4/CfvmTOphty2gvVme5UI40HA73ASua370jqa8T6ylpyOkoMiD\r\n1ZwZrAHjTAGja+aEclfwoe4CmRemW02Ko4g=\r\n=6Vxw\r\n-----END PGP SIGNATURE-----\r\n"}},"3.0.0":{"name":"@node-red/util","version":"3.0.0","dependencies":{"fs-extra":"10.1.0","i18next":"21.8.14","json-stringify-safe":"5.0.1","jsonata":"1.8.6","lodash.clonedeep":"^4.5.0","moment":"2.29.4","moment-timezone":"0.5.34"},"dist":{"integrity":"sha512-DOBLJ5RyO4YB1SB0FGiNw3LD8PW7Xw7upGWsN8c/agoeofEOKhm9RWOl1pkaDgZe0UaVI/vjOIGgBzEzf5sABA==","shasum":"a79fa05ab474e64c5979105fb34f1d89d0921098","tarball":"https://registry.npmjs.org/@node-red/util/-/util-3.0.0.tgz","fileCount":10,"unpackedSize":75998,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGE6BZOWM5fsWjtQuYXuNjm8Chz9ZPbhVcEkyPhwsJyXAiEAsTwm2yRiB7G4MGoztZWUHNc223jMu11J//oHXVxK1K4="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiz9uPACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrLLg//dqQlhoUEX9yw6OiQX1TW0AcBEP+6tarn9Xjj10pK481mbFZB\r\nFyQXfd6O7NG1nIL//5HQyscXkgp+VMpHAx6CeBRdLpfqfA3hhKDnrWT/K42k\r\n5rlurWB0cYZ7LRzzLW35v2WAqr2mHGSLZAy6fddoUSkQp2lttJpAm3j/MQzf\r\n9nPiIiev9lt56ABe+g1KEFs6/OFmHIOZRP5HNBjGluBD64IV5i/AW4SBtLQI\r\nuv1zrwJuC/EthTJ6giZAy9vllU/oTe42+1JtebbURV71GA9qq+xQhIEACxr6\r\nR2Ijigububl4JXlUXILYIadynOUIUytqUP8hVxCpVQpK+SgLd9JMWOGv6u6g\r\nLVYBsTyMZ9hgWptzDAvnVP5ceQk1n8/MYCB/Lkqfk6/hgABSxtlhAkTPcnYS\r\nm7wEyJVj+SldwBLM4N/n5Ctz2/FUVE8Eqkv3osF1IdqgTyB2Ox40DFTeLAW0\r\nbhM1C3l4lLble19Z2cS/HiXkdLpFjmvGbxd21Ur6EKv0zd80oK91u0iIi+n3\r\nSJfBqrj9dZyV7Eo2a//QLLmdeKXOOnRLhWGCBExW/lr9uAaSVe7bNJUO+lyo\r\nPDNz3jT5Q7W/4dZHwuWN7nDDyjO7N4eFpu7+F7fLZXrS30bXZbYBbYfuf5C3\r\nr+BZtkRUYmdJu/XK45+q40CJQlCV2TQ9WXY=\r\n=PmC8\r\n-----END PGP SIGNATURE-----\r\n"}},"3.0.1":{"name":"@node-red/util","version":"3.0.1","dependencies":{"fs-extra":"10.1.0","i18next":"21.8.14","json-stringify-safe":"5.0.1","jsonata":"1.8.6","lodash.clonedeep":"^4.5.0","moment":"2.29.4","moment-timezone":"0.5.34"},"dist":{"integrity":"sha512-ToLLZcDeW7gED0uayAC20xyw3w3jsnkSEUGMU3YvovWPmu+zGilhZkVtXwmth6e6YqsyCTbgFvzIZ2eyTlvg8w==","shasum":"2d65f846bf523fed0f4ecea8024d23ffce411128","tarball":"https://registry.npmjs.org/@node-red/util/-/util-3.0.1.tgz","fileCount":10,"unpackedSize":75998,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDXx5gSKUZrS8Vf7iFNgAV1sOCCs1KsfWlo6IMxpEjAigIhAP33vQ4bzZf7CjYIYTdglAKe2hXRbiCjadsuFtvsImSZ"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi2m31ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp8Tw//R6rirwWj/0jv9W0ToUYk7EErkDvx4J+ccuUQC8PhcnXqQMxo\r\nSmRbNILgXsd2+A44PbSq17z+gb6xH9jYzNGsQe1JI0VYc+WoofcBQlHvfm0+\r\nqp68jQ9j8GDLWGtLHibbpY8i+l9wjdLbiwqr9IAeBU0byz48ftLauCeuMbdv\r\ndmfWSdJRrALg0vBbgs44DQlvDGZTXZaGHIVuqLhBGPDMLmufvXinW7m/1uyx\r\nlxqucKv6fUh+XddF3BoEuCEuH7AhUFSNxwsb1SYyOhtxiJEGoogNxz3tBVnS\r\nj6Zt2/2LBE0wcZvDYQxDHgusibYNTAkY4tSDFOJr0DoAnWZXqTrA3Cl+0C7L\r\nxBIs0l1FAemFwNlBR2a77t+IdOYeZ5BdIpLGJRkX6d+BaZ5R9aUaIrMg0uJn\r\n+SVM06DzgKlkBEh6rLUHACVO7K9TaYknkmS/GWsPOKZPa5J7SXu5DnC0UpAX\r\nMWI0XcDfu/KoTaOXFdX7vChMFEBXYFpR/JZvR0O3cRr3u5ffbTOt9Ceuk9WR\r\n3cOJOnHy1atSsJP4xoNPht36gUndWBPWCNKSd2+O8HFVbpVoEvRYupwrcz81\r\nXedYU6G9HLEVelR+SvtebB7veaFFtekYWqOVImjMPRmfXG0ZFPIcX5K1iilr\r\n+BiWc6ppWBZ2pEeQEzV3oeylEoX65Czql9Q=\r\n=kuQN\r\n-----END PGP SIGNATURE-----\r\n"}},"2.2.3":{"name":"@node-red/util","version":"2.2.3","dependencies":{"fs-extra":"10.0.0","i18next":"21.6.11","json-stringify-safe":"5.0.1","jsonata":"1.8.6","lodash.clonedeep":"^4.5.0","moment-timezone":"0.5.34"},"dist":{"integrity":"sha512-N/3US+wwa3mVm3jkSV/QPfVIRdQjaXyChgRPm9UAZbls6TrxJFfZxZefQt4xNKoDYQkHoFNN65Q29RtV0GfbbA==","shasum":"0d96e069d78df101f453c1dc9edb8fde26cf742e","tarball":"https://registry.npmjs.org/@node-red/util/-/util-2.2.3.tgz","fileCount":10,"unpackedSize":75970,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAOe6U25bI8RWdXqgUh8If/uKF58xhvk3fRsVuL9/MSLAiBekhtwSaB37LGGlJtFs2x/rpO0oFfeDZ+CSkJ+Wz1ZuA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi68V6ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpMVA/9EIV1vvkBv+a29FfqteoA4LyqZOwbuiN9sBrZooxptfFcaKDY\r\nP2GHuR77h1BjItKBsGXQS1sSZCIcN1EUvdbJVAmo2Bh1i9vMKC0nvoteAatU\r\nnXVTfrYe2D6ggWVWWkWA/NsbDXeYM+fcXRoa6f7JidvlIRw+RypnLMr8B12u\r\nuD2M7qClqewaa/YhtC3NyLtikQDFauLZmvnBcinyXx2obXCfmpL8fh5yAAC2\r\nmlEg+UiPjoQcSWF9qIXHZ308s9aX/A3igvayirZWHK3CnkSJHCa3Vd4OS6QW\r\nimiEtjqr4e4N7LGRhmrTDwD1rtgiB6oqK1Fe0N+me/arPZEIJL+8IsrzhOGn\r\nJGk/Dn7WVF57PW0Sv4qOkyQ9JnjIjjoDgfD6MW/1oSuJr/g7tg68EPhktyJB\r\n1V68mP+FOmx3Dg/I7i4VnjxCRyk7Qopi5unFm7ou0dHnpS7MFGNARp+lmOa7\r\ns2ZDpcmDFUjlYv6q/nZv752Rtb9O7E0Ybk3qmOCK1d8Q0RKgiMsv8o7TILUv\r\nR47532atX8MddQctCgdh0Q9i3J7dGsRsurorhTPpmyi0TBBcP6TAQFjN+dHl\r\n/pujtBfTbN0oaNIr89U+uiQCMcuxevDuLi30jriS6Zk2D6bi0C2NlW08wzne\r\nknV/flM56L+gVHbUfIGpQYT7Hjowc95CGaU=\r\n=4vNM\r\n-----END PGP SIGNATURE-----\r\n"}},"3.0.2":{"name":"@node-red/util","version":"3.0.2","dependencies":{"fs-extra":"10.1.0","i18next":"21.8.16","json-stringify-safe":"5.0.1","jsonata":"1.8.6","lodash.clonedeep":"^4.5.0","moment":"2.29.4","moment-timezone":"0.5.34"},"dist":{"integrity":"sha512-zhxmFk48QEC4coBN0G0JDHt727+BlZS2QZarWs9hLeNDBdhjlU58RY0lhDgqODu/Z3JvBmIdPhCtDcvHpe4zmw==","shasum":"afc4dcc0720d65ad5ad005f94ce8e551b4f83a37","tarball":"https://registry.npmjs.org/@node-red/util/-/util-3.0.2.tgz","fileCount":10,"unpackedSize":75998,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHh8SbZs9Bxc6SgBgIs/sPwRyEaotRblTCDHkNOTGUmvAiEAtg1TTW0lmXfVoZb+sWiUDf1AQO7J35WVF7oDisgF5D0="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi68ZoACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrs3w/+Kj/mKEyqYKL0ie5qWR0Mn+xAA/mXqsS4OPFY+ydGuUWZTzoo\r\nW+bZQdJFYrfnKu2nwW+6DjdhPwAdF4KPWhZpwdK5poUKG6Ir1reDdlx9thkC\r\n2CMtFbL+72J1d/GLCcEXpPaLbHA7Qs4RHIo5SsIZjHXSWtHzyzF1Uo+vJPII\r\n33ZsFoPaI78aSsS9+RUjTf0IpyFdolopal4jZrCdCpu7/APRCIxURTlvaj3t\r\nw6Pp2VwETYO6eZjEXwJCNwWB3PeeTL30tb43EDXUOavcA+tPaaOyd467hkmS\r\nQnynncypwUSE4B3Iu7qX/KS2AmXezI0JST3Di1xnAhNMj7ZcM0q0JPzj0gLi\r\nMkYVqO5dLnVwehckGoq/12M3HZs16qIQqOzgWfIeebn8OMj9oIYUJDCluo6B\r\n7wB7pJljILb7enJpUaBuxH97zExLJIrZvTqdmg86DHrEW5pN3HMAZyrjLPqt\r\nF4d3c8YMRO/baMQjHQ+ryhaHr89LsM7EoIzUvT0mOdjV5JmdnRrRdl/zDgps\r\nNI1Yg+SJV4UceouoRJo8pF49i8HLcALV8YneYFXGu7RDfOhthS5lUv0JQq6O\r\naG9D2iU4Gb7UD/kOJpFLWaDMpJCfYrotxpyfR6n4b+HrFmS+vywnxZRcseXM\r\nJ8bt7bjFRnTHc2TOGAXWSgC54RMlvGV+sRM=\r\n=2rp6\r\n-----END PGP SIGNATURE-----\r\n"}},"3.1.0-beta.1":{"name":"@node-red/util","version":"3.1.0-beta.1","dependencies":{"fs-extra":"10.1.0","i18next":"21.10.0","json-stringify-safe":"5.0.1","jsonata":"1.8.6","lodash.clonedeep":"^4.5.0","moment":"2.29.4","moment-timezone":"0.5.39"},"dist":{"integrity":"sha512-ZXDP2HJAxLUGefoJsKsAu//bsqMz3lfvy2NcSKZo2BmYsNXQT6NEBw9HuC5KDzbWul3i21LCMiGSj8j6eZQY2Q==","shasum":"0792e6b3cc71cd244b149445d06e62d046e55835","tarball":"https://registry.npmjs.org/@node-red/util/-/util-3.1.0-beta.1.tgz","fileCount":10,"unpackedSize":76125,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDvwKiKom22lsCGAP6FVQpZzGJRxyRyvEBkJtjFX13yhQIhAKoAKbhZ/2Z6K4gSviNgzIR3yVK7xQ9P6xVtYtRUYnMB"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj3NR6ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqGyw//Yd1TLPsq2iKQEB5n1Jyc640RzJ7m765PsY/b7KhZyDQDyvN1\r\nQSsuB9+qVQHN9NBncY7qrI6fulhrwv28UuAgL+HfOA6pgg0Q2Cb5agiKsBJq\r\nNUUuYnZKI0hFmsrFsf2U8s/SaAJiDo/0yWJFhoWjVbVxCMWaxmZvMfXYGLzz\r\n0tI9Vo51Rny2huJIsGtjihbvaYwlNsNtiNcsY5ZIY4ktgISAX6B3GrEprq6X\r\ndGvBYfiuJeFKPn6b60Fv+f67SxVRAMFfjMdek1WJnG9swxPe9itNxkPkdk+a\r\n3txb1/YYFwtiw4SmKAp7aLA42p3/smixFRHDzSG6XCDNKFkm9jBhWk4ARTEj\r\nv3ZS9MZJgdh6qp4ltleJT7ecUFQDdpSNPgxCanOalKflzfJk9Yjszm7JK6zS\r\nLEscIVW8hCDpaOhvF7jtYdW9SCikEd+mXxj5gME3VlShZX7wkFzSF+K9gn1E\r\nJRVTrr5Y6HtAhnI4j20IMtIn/SyyrKTNqo1GE53RfZIvsMDFL5AwY8ZMklzu\r\n4r1WaY38lZqnN8+wiFrEO14ko4TdGbya6lVwDKKzwspbtjx4Zi8C0D3nbjR+\r\nkDr+rIQ7sOssLBWhcMeZNzUyJKFUZlLpD7+NQ7uYPXvoyTyif3Vn3tSCgILq\r\nsCEqDWFtWyCSPD9z9OjkOQml4qns2+LK25s=\r\n=e5OL\r\n-----END PGP SIGNATURE-----\r\n"}}},"modified":"2023-02-03T09:31:38.558Z"} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/content-v2/sha512/d1/1c/2150858d60684e94489dccff0d936bb70b5a3a356fc876ef2a49a16ec787e0b6d9ab98b79677cf77528c13aa284194e1704c545b3d26114f794edc171ea2 b/software/flow/.npm/_cacache/content-v2/sha512/d1/1c/2150858d60684e94489dccff0d936bb70b5a3a356fc876ef2a49a16ec787e0b6d9ab98b79677cf77528c13aa284194e1704c545b3d26114f794edc171ea2 deleted file mode 100644 index 78fdc24..0000000 --- a/software/flow/.npm/_cacache/content-v2/sha512/d1/1c/2150858d60684e94489dccff0d936bb70b5a3a356fc876ef2a49a16ec787e0b6d9ab98b79677cf77528c13aa284194e1704c545b3d26114f794edc171ea2 +++ /dev/null @@ -1 +0,0 @@ -{"name":"@influxdata/influxdb-client","dist-tags":{"latest":"1.33.1","canary":"1.34.1-nightly.3821"},"versions":{"1.0.0":{"name":"@influxdata/influxdb-client","version":"1.0.0","devDependencies":{"@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^14.1.1","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^1.27.5","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^5.1.2","rollup-plugin-typescript2":"^0.25.2","sinon":"^7.5.0","ts-node":"^8.5.4","typedoc":"^0.15.3","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-hEtCz8NVCxnyBAx+o0cjbFbTy0lfBsvTJANtakpQS1+2dT0k3VY6D23Oh/qgVxxu8Pjc3H7X7rZx4XYJJTRALA==","shasum":"c2aa0c478e44535a07f4c020f2f89048959c3edd","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.0.0.tgz","fileCount":77,"unpackedSize":703960,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeZhOhCRA9TVsSAnZWagAAff4P/i8fqwHzv125uTbM1Y/w\n1gkKmctwMKCUPVKhB7HUPlt7cdCdQjY4/xwbSG1Aj99HovPbKRiibqb0YkY7\n6iiQF83bZnm6xXFb/VyDOSI3s6PI2SOn1BfdxKbJ66D7SG2AWCfCNy0PiIHq\n/qkLyJYWP/H3a0jgyI6mkNRas8fU8xLJjHqMROzr6Byt4BwtZUZff+tE4lZ+\ng6xfspFvvEp8FKslP2e6wj9QJ+YFMR9BqpfT2MvhsLP41Fx3+ZzeAPtL7Vx+\nQYXQEUlts4i4251nhvjjWd+jNo+zuBaxGsFAmmYV76w3qZXeqwkNyHKUKUx5\nmIp9YlR/WToWYB4bSVvtzM9ySPnqAM9FDgQLXCAjru8pYfv5aGIP9bHLqNZg\n6fckyid7W0TMTVgMai/PE05PKRlBywxDQf1NU3yfaYDuZ63H6jnQ0/bBPSVE\nWZNydAed3wqfxZKnsuxWqn/yZZEdFX4r6sW3mPyrfogbPb626yrBFFbVbrZX\nwXXtkKX2hTrMVEMxwfy/TxUS4RbvYegUNkkc9AWxTCVLZ0i/hK7V3YCOdns+\njXqWB1rgmf4kf+UNDdL5QtXpM1QHVNPdQy6MRqzF+vQMtwAAZvILLIFR3DyB\nUy/K7R3i8bF+AIZ2eSIherSSxbMol3Ux1Vw4/wyIJOFUHCO7fCLRQ7EMpXdm\nRLJq\r\n=Pppw\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDoAt5r/Hzvu1RJ2ME6inPBkIDvTcrdhPebLR6tTuuPygIgO992v3xKWzbAce8KpgUizxwXnO3S1K+p6yZJ/VCEctI="}]}},"1.1.0":{"name":"@influxdata/influxdb-client","version":"1.1.0","devDependencies":{"@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^14.1.1","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^1.27.5","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^5.1.2","rollup-plugin-typescript2":"^0.25.2","sinon":"^7.5.0","ts-node":"^8.5.4","typedoc":"^0.15.3","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-p9Ou4YBAGPqG853UzQvhZJiH+C6/ApHbRJ6vnFH/kuaywHRHI9qe74SRsMDaMAE2C2WpmnhgSZXAg1JpGx4k7A==","shasum":"ef64a3576bf7787e6bba2478582308a31f2c3541","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.1.0.tgz","fileCount":79,"unpackedSize":705856,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJea2L/CRA9TVsSAnZWagAA/SQQAJTSJkY75siqFF2ECgsV\nw+P3YgiCvygPOnSgXAzXrJY8kjbjqzChndtIeskPo1gTsWDKuNxa0K/jG1GO\nfe2TR5GvWKsrpN5Zt7kJQ/hpLbucGJF9d1MHuRvDjH+afdxkRrGSfl298kRj\nGnpOZMEE15YXKQkG+r4i7YjWzLBmEE83A0VOeuONK7nJo1QOJjRGSoiPjgeK\nQ1STpG2SNymPONx0wiQihwjcVKVoppXHwwHJUNHkwlUhLlJzDIyFWPVVS2b8\no14y4ivXPTxHPaufFJl1DkXRSjmVMHcYuDrUvAzP9giVuHbczOHY/4X7klvY\nq27eTOigoiTFFzszcDj5H2VKVeOuCjg2ms6rS+6gIwH3SKXD6P7Y5OR+ERIA\nWeOajRZhkObcEengys5+iPjr6fJxS2RF3r7yJLuxSX8XWFgmgSZrWD/SvBvs\nL8pbYaLoXjaOLBFsLGWtzdJuGJ+/leZ+sbQ5KVocZC31ZwR59P7N49PH4kQJ\nh33kNYZyCK2MvT1Ay87Y8sBPnncGsfYbAq7SH8YBQIWDrXBUP2zkpbWbIvPb\nPlX9Wkb1XyMOQHCvfR+IcVBPXq5dhMPl5zgfAt0gjnSbwwisYDEBt3ravRMo\nYkg0vkdOyjB/m/xw0rBxdUiioB7HAz62hsaRZG+xPLjJhtcRko7BqM56vvaR\nEeQk\r\n=qZPK\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDULQ7wW4gDu45AJGVeAlW4e5jnPv6KJpRkCCp/JbqILwIhAJRhTR5nmytFJNQPdAoZZjwVlxvgvy2J+SDBe42s6ZI0"}]}},"1.2.0-nightly.9":{"name":"@influxdata/influxdb-client","version":"1.2.0-nightly.9","devDependencies":{"@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^14.1.1","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^1.27.5","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^5.1.2","rollup-plugin-typescript2":"^0.25.2","sinon":"^7.5.0","ts-node":"^8.5.4","typedoc":"^0.15.3","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-5ikveKRRZLbPKLIIcEAJblCr0ZS7NRhdo45M79I0e5h3w5IlOz/pXnnaBOIb/tjiNDTOICrZMbOQFn3XEv9wjQ==","shasum":"3d69fc8d02fc94e02fdad9f86931e59fb909a972","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.2.0-nightly.9.tgz","fileCount":79,"unpackedSize":719312,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeltQoCRA9TVsSAnZWagAAkMUQAKAfAugMfJqnKHD4Besv\nESi/dij4CigXIBoEz0+I/73Us6eudInnbfv91aW7/79rpUvLjSSdJDre2Jf1\nXHR4yhFI2HSotjmtOiSOy5M6VZ8sUYXbNWjzoarNVW3DJ3XiCf8oEhu5yQog\neZkPQ5x3CMC0O9ZfXWCgB4Xi/B486NICn2It168i45e+9G+udBteImm0bBDA\nxa0MQIKIAJWif3ORj+MwjU+3g77mBTs2EFgBhWmSCDxOYgG035FAE//zzaID\nDfqgvSRfvNdmzD0qmwsjSbSeE2hels36JMuzhsWbE+KYQvWwIDm+igJFAhN2\n1/YkaHjnreRNvDiJ62YYUrOsUOf9DL2xcsSBVD6+0XaedYbdPSeRS19MfNqv\nESb3vFpLwjlVQvs9+/3t9bEIgaTEePbL1YDl8ngNGiAfy/S1NA20IL8TrQYo\n8P+rekPvNHH8rbELwiV2RVkW0A/5KjqWx4MvyFf9akF4nMKzWD6kntDbsA8r\nHbr4BwHKx18i6NNob0ugQ4ntbO76Nmf2blkqOM8MJ6rG9P3f956ubWn5i5zw\n9Scyw+9XK6VRZksrmZNpZkrLZNqDixDhi5knQqY2b1lZPOwFJBzFmcFGFA7G\nBWZWZ8vi9M40MVPnPqTQKOIogPSUzmJXdb5nqprLaahvUXLZiS8cYGF5bT+Y\n6e+m\r\n=TeY/\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBNNOu2CMyTOe32jC3cU85fwWh/nh9SVIp5DwdewX8WXAiAym7zIS4oVahjfr9XWMy3+r7QwY6B9IIZndCfQqQ3NMw=="}]}},"1.2.0-nightly.10":{"name":"@influxdata/influxdb-client","version":"1.2.0-nightly.10","devDependencies":{"@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^14.1.1","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^1.27.5","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^5.1.2","rollup-plugin-typescript2":"^0.25.2","sinon":"^7.5.0","ts-node":"^8.5.4","typedoc":"^0.15.3","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-wYpYyRRzCi0TdZUN7X5V+GWfSU+87b9ZSgO8I9ZzfoXtt/BeF6k3zSJXMTYjrgt8aUUrHL6O1vsT4w4JBATmww==","shasum":"fda4364d12fe32a9b8e40e86fff214b54b2755d8","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.2.0-nightly.10.tgz","fileCount":79,"unpackedSize":719313,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJel+sTCRA9TVsSAnZWagAACSEP/j9ifkCpGykrUe0X3VSj\nFxX9q8V8uRNUOKwBoCHU7XtULQr4It6Tl3kcdZJNaEdlytQyhGSt172nKDbl\n3rOtT5WFjbZjJGLQmkBPV8B5QTGc6/WZePkZLMjNyKU7+GOe5LKG0B15pQzJ\nXC0zNGeCL0j9XYIEulvI6DPBPmjTGmV2ypWMi59oQn277/Ltw++oG3tw/pOY\nGBMfFF6eCBfU6MtHQPgHorStJ1PPL/NRDno/O1YKY1qlsWgFXK7PfJsjIqDQ\n0czgImC8jAY/JD45pnQeIP4s8+dtp9Z6hux4ajoQNcZkAT17CyD1V+W1E/+J\nglzCU7PIyJ826ZJrQOxrduQHDrjoJF26qj+y7SZQEQfD3V7W0vzgamKLPiL+\n3mfpQFZrNOMh3HykVcOHW2FLcxR5/QlYgOSVFdcBJM8r8/rW4FoUeJP4O4EJ\n3VJqs6QxA9PWLHRgvCFweT/vjOtJ4gEF/zBpcTF6meuHYti7o4X6jcNDVJbq\n1m0ukCcVHja8TN1yOWbfVu8z3EF2jvHOVKuc9J0i6EtuFFZdsVOGcc1UO7za\n9M4PJorYW7r2jQPo8r/fE3/ZaSh8IjiYvGjb9Wm1KKYUEo4IqGzzDgapy/P1\nPcDMCx5fpE6b2iY/sCvnJBy5kUU2CeiTvFql6+b3rY6yrIua1mpqxpmPuKEJ\nXP9K\r\n=eyC9\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD1BRS1Z9bPZBuEUTuypqu5Ppay58KtOObW9czYCGXqsQIgCCp7blhWdS2IIOXJ5XxdYeKXH+u4tTQnsKUNFOt6C0g="}]}},"1.2.0":{"name":"@influxdata/influxdb-client","version":"1.2.0","devDependencies":{"@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^14.1.1","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^1.27.5","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^5.1.2","rollup-plugin-typescript2":"^0.25.2","sinon":"^7.5.0","ts-node":"^8.5.4","typedoc":"^0.15.3","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-CYHLlLyv9U+7/mhxp5OGtgILVhGhdXxM61Gkw8fa5Y9FQXX91CDdwRTsHOpgyP/P4AkUugAVv5EVhZn1we9jiw==","shasum":"325b1fca6302f4d7223d77d379cf7bc44a50ebda","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.2.0.tgz","fileCount":79,"unpackedSize":719170,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJemVEVCRA9TVsSAnZWagAAg3kP/jdbOb3bMSN9Gw3jGF+/\ncuSYSgFzcDXsX8XtDJE670S+fULnZalRO8kblBqtlNCNLMTWqZbXHQV7Bn2A\nIUqV0zeIlIfXsVFCPP3KNKAqbp2QZMGilbiCpSkZaz/8PciN5Un+Q6llB7Vx\nyEhradtKvJL46Iscj9RD4ttxYNwpDBenhvhuevbj/+q2NnuzUeykD55FryeQ\nzjrqvkKepOvPdaLYXmzMJWFa6K1/aZ/fKWfJ4nVq7JImH3aLp5591rjhQw80\nJKAQHE+OeismWUXjdfKjWPQbqWbglGO0JExOnI4p+SQl/olliyr7B7fqAXoT\ng4Khbk1Jhmj26ZnHNfqHr4PVGuhp9B+IcWk1xVdiq+KPS3Iv3GoGN4XapiGn\nyfK36rYxrWBiX2lIW+92htXgWwRx90OdVZmg9kqqLjXN+d8T+oLhdi4Uksap\nw21R5gyVSs9t+bYmMl+tFoUfd8DHjnrV37ffFEJeR2OCBqBO/5N4NE5Hc9HX\nqLnnTt6EHHRzV35P4HHolSeuIoYluw26Bwru3JR0QRPDBHXqt79CIDJUD5El\nvgVb1rtxx+MjokzTtPoGn6PT9pUHOQDf7TdR0TqVHMm22apsxNGzJW2eZyNs\nFsRiMKtYTkmfjlTazwmY2yoMv5G8qvV/7NWiqt6s5j9wIvU9T9pj5c+a1yV5\nUbCa\r\n=c03h\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEfurjxIiqZRqYm9ujAhxmLVGla2DEdJnjaJRZj2dqrqAiEAyD0Tm7AxaTZC9D4+3ZXpXAwL5kzXunYhJiBiMCXV9Gs="}]}},"1.3.0-nightly.1":{"name":"@influxdata/influxdb-client","version":"1.3.0-nightly.1","devDependencies":{"@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^14.1.1","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^1.27.5","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^5.1.2","rollup-plugin-typescript2":"^0.25.2","sinon":"^7.5.0","ts-node":"^8.5.4","typedoc":"^0.15.3","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-z1VvlZH+rVZbDzbOFhcOEnWhHXqWfEaKlOoqXjA77PeX1ySUqBTjqs4FMYA3uKY32QY1+UBX/RZ7PZhE34V9Gw==","shasum":"36d6d46cc55605509572553e1cefb042a46dacd1","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.3.0-nightly.1.tgz","fileCount":79,"unpackedSize":719314,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJemVKUCRA9TVsSAnZWagAAo1EQAI6VQshNFMNhXE+XIRYw\n7wrh7RaAcGMe2KyJtdkPVSPgAuqzH6tub2rvZca/+s5/4w3YZhVQISAmOWzu\nmRjyvDqK+4zyQA/R3jbl7417om/9XkW4oxe4u5LdwMImycZ08GIL9182wRNs\n78tFwY3YQZmFPOVa3Rvw2QYsqwcxtiDw0EmaFLjjQECHfrGuCwVa89AAAGJl\no8KnUIDep1coQoXsURRUb7qAruhrLpaL6OzBjilqc8LTYhuW0KseuvxOQqnR\nt1re9kfXJxfdL1r4e5poLMZHoOibaByp+NrJfBS+GUkV5hNdxiOkALT+4DYU\n6J0nEyEPe/w8jEmXPgfx2+beRZdRck+Fe/KKXfu41KPrVdm3vPxGgXnsKEo6\nphRL+Fm7BtCClVDyayOqWIcV4fB+iRHoNetJDou3MrY1Y3COOAPwn4JyAkC6\nxnjU2GR6vBVb3TqFvwhHXzfTpbuJ3KRqJpCb6JOvnJ2Rh005AWvS10hMAVM1\n2iZXrzjpOGjxPnJm1jnbUgp7erxTVxF2PvUsqF4TUIodUVihs0nukPv9+x8w\n6aC/9YwF7TaiuFr3IUUw1PhJhcdzgCYlD1cuwg8nH6eYOohkzdC1BzwHhivA\nYGMHCQI413tuHta07hcruJDgkg4d9lSGqt+j/ftojfyIt2GT36Yt07e4B3BE\nb1nz\r\n=0vG/\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDQiORNFyU8AHARuoW6+5EwDm6bsh1gKHKU0eaDxpH1EAIgTHjaqWdJtEINpET5JZpu56HGOcg6u3yw8HxzaDFwT8w="}]}},"1.3.0-nightly.2":{"name":"@influxdata/influxdb-client","version":"1.3.0-nightly.2","devDependencies":{"@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^14.1.1","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^1.27.5","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^5.1.2","rollup-plugin-typescript2":"^0.25.2","sinon":"^7.5.0","ts-node":"^8.5.4","typedoc":"^0.15.3","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-Gs6d3vbIYDdkHMj2AohcXySMKzWDSc8xfjb1saCYjzilhHnFNtMs/Uz7luFEEsfZOXHr/hdcQroFpg0n6vDIpw==","shasum":"8a113be87d164de739c8af9043a98ecbe02dc4a6","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.3.0-nightly.2.tgz","fileCount":79,"unpackedSize":719313,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJemgKECRA9TVsSAnZWagAAh2AP/3r22znZeqbLADnjjd/Y\n5iD/x4Tq24pS+K1n080HZY3oOvapborkpzwIfPbV2UrIw6cM+oaiyHqFSaVU\nClBuMKHCHvy5uZz3W1p8PM3eQuCrMzy2wvzF6wFRYjQHGMzW7jrKBB1Yssxp\nQ4Cg4okznmHOiqqUnxKSnuCPCKNSpQIWyV8VXDQhJ5HJY1jDQFUlccPSRxJg\nkgivg64isuxHXNIXVUheVKpG/2I/gBZZEq3f0LEj/rPRZ4pOQ8wtJ/lDt+zn\n0fM479DEPfM0Z9PA6nKjVZsewZKIZ75hljt6v3Ud/F6eSnrZQ50QTOPWFedi\nmkb4mFjogms1SSclgNXhYrLMQmX0X3mEJaf2Cxg6nDWov4/e7hnhBlLGtakU\nbDSjcndoVAWYRvF0h2t6yVJ1iGlykqIiRLyR61g9mT2DVjIWDmEiojL2oTwh\n/sGmxO1NxVIdKWZf2A8RkZmLYgSXySaRICtHptZjiXhksf37+YmiSQ+84tbf\nxpYRYwXn4z5Lrrm0eMfPG1vv8vMeBwSYDxZQ3cRJI+aYtpFe3uOT4phYU0oF\ncRsi9D9hT7IgeO8XZ3pTOyGtdbEoZOBmPgVNQHzNXu1OpujwDj+kGvSp9bEh\nuJafc8b7ieOm55k5pqfRhYBx2PG/Kt6Jl4Ko5jdtsMx3WAJgZIK88pmqTjMu\nVssC\r\n=u9lr\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCDVn0a9ZoYKSEgS9L8cdvlsBj3A+4zh5MnEBxsdskh6wIhALQGBo9aGxsPSkeSMe8ZMxB9FoxJdXtc0hhIp6JWcd1d"}]}},"1.3.0-nightly.3":{"name":"@influxdata/influxdb-client","version":"1.3.0-nightly.3","devDependencies":{"@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^14.1.1","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^1.27.5","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^5.1.2","rollup-plugin-typescript2":"^0.25.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typedoc":"^0.15.3","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-iC1QdaeOF7LvWd37prmcRdMq6+ZzKbyzY9pxxUXoRBNJj0BaohpEUWKIEjuK3yP9Nvv7MHF9rZgsIh1d+PeFCg==","shasum":"6fa6c8e4b325cb1876eb48dcdb2fdfece46ce3b1","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.3.0-nightly.3.tgz","fileCount":87,"unpackedSize":768301,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJentioCRA9TVsSAnZWagAANkEQAJ/arEww8Av/AzPPa4Ka\nLUDqL9xtPBQdGi+fwN9To+3ZZ3C5N+Xy2R1A8zT/yoLg9rl4fuqmRE4fGd43\nyedZIWB3Y33+ivaj/OMD5o0rpJH/mxyFe2OOf543L6l/rbo407FddWccBWpe\n7TjiBSA9dlDnrXh6aIVDv9L14u9h79V76DjSg2VZg4k0QgeuZdad8fTjBZOF\nnKF2h4rgApsab0pwY4DadXf02GyDXDlUiMlQN6O2LrCg2Cj6/t3j1Vj/U8ZS\nzHVt42Nscg22eanhSf8bV16GMjsrqW/PWwwooDfRnJ1/SVk9ovJbHxySVmyf\nJF4frF5cI/+AKgDWrTzvkAYL1f+N5mCVbZMtuu1+cItgWF6wGwt2t9jxWXz9\nAnfKBRitlUPJFWeQZytjCNoLk2lGby+i1+omWXdb3XBTBDH+5e0nHN5QRW52\nl1pe9KdxAxfrpiDpyQ2Po6mrQMgs+YIQ1Tm0+GbL3DbFMN2XlZTn3Ahynvwh\ng6HL70H8RQdlKCMEA3tGCAVXKxgzZJvvEQAfPlPk+6RhoF4w7zEum3rI/9vE\njJ8T4BZxZVsfUH6lvBBatWueZTv7mmjM80ylU35YonP1kHJocsIpZqZZ27my\n9cZDFN0O3OdiNXE2KMiGPIXOUJnWqIIh0BDfco0ghBXOnRKxCqTP59JhtwZ4\ndOeg\r\n=LtAc\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDKx65np38IgllNVvkC/5RsLyhRG1aPMraqmfylUhyMTAiA+dumovef4+u9E/9StEqlFGaV3XWu1CKRTAXVkeihkBg=="}]}},"1.3.0-nightly.4":{"name":"@influxdata/influxdb-client","version":"1.3.0-nightly.4","devDependencies":{"@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^14.1.1","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^1.27.5","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^5.1.2","rollup-plugin-typescript2":"^0.25.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typedoc":"^0.15.3","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-OD3G0tB0iqo/O1I5/ZWy4Kx89yhEIiQu8mRJUNjthzR+fi+yVzKckp0wWckMj1isg3Rr1XYK+bdYkunwEQvbmg==","shasum":"64a4b4ff3f45638dd43f9631eb6997e5640e17b9","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.3.0-nightly.4.tgz","fileCount":87,"unpackedSize":768301,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJepcvmCRA9TVsSAnZWagAAkeQP/RF4cPm//IQrBPxKGzw1\npZA4WxfbKkrCr3HIceU814UxMYsTqjxApaASb3Ef0pYQdg+In/1QWmw4yWmY\nBDkmFx660dbBwCNf0vZS8bgQ7S+8jaR5QYZCke/OwO0pRyq6gfxVrMeOgzPq\nb/EoN/BnOyCY2MfplYHoX0GjHVi6Dw8EOPGA/yZQr9ds8ePh59xeeiORH6g0\nMaUZI2p7mCezoyKQt++/epVzXtHv+2D3kehv+fp8wcX8Ipm4p4XAqX74xwPg\noZMhXKToHp6cAnweVeMybdnlpBiAXPUdSG6e9aOfanrl0ITB1lA2Bt7bLM47\nNozXPK7O7nuCn24AQXPJ6PWLGTjIMe5ITlghCmSDslFhKvXIe+7lMwqOrLK/\nIPY7dJNlCilxW2w0RiVOKI8Bu2swH6nbCpxDB1/0wN4XjyoAdTSjRkXS/4to\nnWu+hSwTQQhukl3N+wRt5pgKyLz3zsxkMbzAFiJn1xtRK3Nz2Lm8xFj+tZ5N\nnXAVc46q45JZUF6IY4PRtHrmzZ5Fo6KWYq87Xrvf02PBEL8KcGwdvEGWDRlg\n6GtYdEFbtQ2FshZh6O/qGNiqbh9l5TjBn4AMW2AB4DP6+Rem8/PcRlmy9IzQ\n0kV7yKjOqKNH6F6rr0DNo1dEskCBjLQCgIKO9wt9G86RFc8rAbHIeQ881toH\n3OFx\r\n=eV5B\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCID4t8CNCr9lVxWjaN8on/wsQGQKHy1whBmh0xMp6D/YKAiBgHRdhPvd1q+ImR7Bu7b1+A5/rwBSq0vqpliRpwKwPQg=="}]}},"1.3.0-nightly.5":{"name":"@influxdata/influxdb-client","version":"1.3.0-nightly.5","devDependencies":{"@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^14.1.1","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^1.27.5","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^5.1.2","rollup-plugin-typescript2":"^0.25.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typedoc":"^0.17.6","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-n7NdDOGnCvHRVlN2F86beS+I3XBw4+VEJ7G57QrhwYFB/j9YajPR2CF1gW+tF3laxXZaPhNJ2te6H3HOszesFA==","shasum":"e76d0ac7c0968d9367d47dc622494921fc63e3d9","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.3.0-nightly.5.tgz","fileCount":87,"unpackedSize":768301,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeqndVCRA9TVsSAnZWagAAaWAP/RLPCS9GYbwOGYutM66N\nvVtjPX3/0TbI5xOqWdkvSHG6MaWNVBd8YalvxOj7kvQFrSSSy2X9YPQJFlyA\nHFthQwY0zcvOohSDJXVADxCbXTzDr34OAAQo9qUC2EzRttazI9qSfBCJEysg\nYR07zG7GHUPnU26k/t6Crjtg29Aa9hE0Rm8VoN7BNoevCfzDhhnYu48l0O6H\n+5ckuZUVUPfuwcf/1KY43+lJvnE0SJW996dCb4ZihmiF21m3Aqyre/wAx3lA\nCLyZpMUdlWH5TJpKHRTyMXnyKs7cs+zo6wHgFRuMX1dfdj/orRKzuaiVw1N0\nWf5g1OKIwbo0giVNzdcwMiTUsEOrX+QBm/5o5pF85aIuu5mAHDsNw6YbhZCP\nrTrtL8sYMfz0YWtKyyLf6DwIZglD6syA9SSaJn7BUU1YKLggm5+ZB5oPaZy3\nIdiGNaQJ2ddJuYV2KUhUbO4LGPRpd8B1P0XKqYWTzwOxxI8LjcyGMpuoUp01\nh4d6c7OQO84h133EsWBMFmJpDJ7sTDR+z0B61DpPCi3DGW3KhQ1NFIBGUBC/\n9V+ZCvaIFbKaC/+HGFLd+WZXqZWy87nwmaeOGRv9sYE6EkmtYwO3aLqARkLz\n9lGcg2wGNdhMCLvK6aI9mJTHERpzSVF9MKsQJv7SKLJ50Jh0e2+PmM92w7X+\n1LV9\r\n=eHOm\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBmAGevi/02kzGjgaod6NVvTTz8bu7IwRNAI5qy00nW1AiAscULhmPQvha/O7vSZJYXOYwoHa0c2VcC469HvKqWOhA=="}]}},"1.3.0-nightly.6":{"name":"@influxdata/influxdb-client","version":"1.3.0-nightly.6","devDependencies":{"@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^14.1.1","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^1.27.5","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^5.1.2","rollup-plugin-typescript2":"^0.25.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typedoc":"^0.17.6","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-Mmr0DvKC70j+QD2C6I9SYZQgjn3+dhAh6D9rD2QRkPSKCInXZjnWUrHJeJvQ0fh9UiBfukYZPKxHTMvc1j0wHg==","shasum":"d41d71996c5af6f64ac92f455e5c170948faa562","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.3.0-nightly.6.tgz","fileCount":87,"unpackedSize":768301,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJer6q2CRA9TVsSAnZWagAA2UsP/2evWrfvkrNyUuwmS+5u\n3IqhELlRWfxMH8kWd/4qU26kjoehFLjrEKXmqKQoxI1lh+E2RFmdCDTPGX/S\nLitOOFH79SFmUE/z70cYlzbdND45/faAs5TOguIcmdNf3qBqEu4fGfuzGrcm\nti/Lv6lFQnGVD9ywBB912vVVdvuno5KWH8VkLg1cGeVMDd7pUANgtu/TsFDB\n5IpKSf8oh2Ia88ZIP3aitHS6Au0ZtCmplmks8LrLQCsyqmp9O08xLEfsc5Q7\ndnxS0wKNAKfemKnsfH4saomrYkgeokQW+yL8YqShAW5ePBDd44rhCibejMye\nn4CkETonxwb5VdzYZhPhiGYrwNv6ivlALbbVpRxLqGjP3X9+9XG8vUj+iBEu\n1/EVqrBbLAjpoYAyeb9GVcFn84IoV50tdZdcZF/OgxWXpS2i6Xd+UVbXxd2H\n5fLihWxhcPzUkuQ4SCqx0KsOAtFumCWpSgkCxYpgh4ievNmYfO/p9uu6bkQm\nHIlEMCLK+h6RcosHmyeasiW7+XuOttijoYIeiIiNQm8Pfa/vuNlCEWUhKgHT\n08URE2EoFhqUTRODLge98T3QVmh7099RH3NLU5iZtL5663OHbP2612nNg9wD\nG/7jnMsPTFySrexDqyjijlxWHylnrCS+zH1Hp/t2wFCjuPC8DwDbz9s9P59T\n9jLn\r\n=lPFa\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCyHG44l9CiGA4U5IvAHqEQDRAGVmnEkgvnE36VCoIw2wIhALHSsqDt4n3TNje4SgrMDjnjVeaysSjwvbLvBfx1TcTH"}]}},"1.3.0-nightly.7":{"name":"@influxdata/influxdb-client","version":"1.3.0-nightly.7","devDependencies":{"@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^14.1.1","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^1.27.5","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^5.1.2","rollup-plugin-typescript2":"^0.25.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typedoc":"^0.17.6","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-aN0fKCMBZk83h5flMkDEWeBZVwP+oC94X2UcozRH2gH/D4/vaQsGEsIQlkjKsPHm2RjSxP57+me0GWQRXoClYg==","shasum":"595c65316e100c1ca9b434449306580f9b5c097c","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.3.0-nightly.7.tgz","fileCount":87,"unpackedSize":773286,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJesA5sCRA9TVsSAnZWagAA5H0P/1m9bZQiY8EHN5e6hW4E\nVLBIHXP/A4xIhkxI1h7JTGrMSJex4/wavrzZWLDxaiDgLMztXCjCaNDe5r8Z\nvtzIlgxD3mPxn4m+Sgn0EOW43nl0TFFoFOxqSZqmRftrxj9ar3HUw/hSeVfK\nUg+clL6h9zzRtmAJADPUm8RTZNSslzikGHE1tX0sQSPooJNxPLlODx+8sLZ+\nkTrWalXgh5o7nZq4CcxGYL+a13X1g5SLFPQMGGUK6m5OP/U7kjCpSRHLb8Kj\naAPtC7iZoYvctqK+Nk5FRQGciWq+cJ/eYBmnV53iJHauFCsicWUDTlX1uKM1\n9nU09tH6iuSabbZ+lYiUEeLWMYXZgfNv39JSLgd+0zBxzuslS0klU9ECJoAp\nX/uOAmLGB0ssdW7SquW0ncy1M7480zSV3rbANHPTa5krkYp8stfrB0vMA1Xe\nBvLXpCoulBLJJ5YpoX5Mc35nUBVuNkgo2K/fThiopcLDF4Y/R+oaAkSFF5+2\nf7qJlpuHh27jNlqONAZ53DKeVMghUAbJPBTw6bjg+YLyV30rpVCcXR2ih4Ak\nU9tdmEhsrUA+EZCjjHscyq6zVHKTRi+tDQUAtwJ6UwJlTxkc0xaDlKVABemw\nKXIVeWAfUmsNdZR52R8GLpNjDQ84BQjiSJ2ZLrCh5U6wnFUyQP/xdxPV4c9k\nEIp8\r\n=9vDk\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCoqN6VCw9af22lKkW8WWkZ4Sok0jzI2iu5ayCZww/nYgIhAJP5E/DiPRQgULAZwFTCIS+Lf5kbPI1T7fj/BTy5vvrh"}]}},"1.3.0-nightly.8":{"name":"@influxdata/influxdb-client","version":"1.3.0-nightly.8","devDependencies":{"@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^14.1.1","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^1.27.5","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^5.1.2","rollup-plugin-typescript2":"^0.25.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typedoc":"^0.17.6","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-zeI44Xbooo9/ojQxRb/YpOmIpJ6k/DvlZCQ8stSSEj5p2sBRdtRzX0tbDXbGKqm+5cWNn5PsLcalws+kdTPcAA==","shasum":"fd019e5a24947f735a8163ccfaac1135a8532f1a","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.3.0-nightly.8.tgz","fileCount":87,"unpackedSize":775373,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJes/aYCRA9TVsSAnZWagAARGsP/3hZjJV3S5iDnITlL4f0\n+WpzUoJ/KJ0unCh6uIipUpEznRCuHkFsQSGJ4kUMOWiOk7aidb2OldWKJ4Te\net07UjE4VgYRL92ghpWsMrbnSb9j4ocxQl/3Ien+hImUNNEm20kAYh7eNxYa\ntzKxOS2lkten+piqCvBx6It/2J8C5I+h/9VHmz6Oq6XcTlPL7BCxNx9GhLjC\n72WiqnsgFqCqzH60utiWteRRdlksgPWbV0e7yK+PPn+3XKdoO9xH34uCt/4W\ns3kCtqKvB9XbqFvYbxu71nt/URfrWW/RFfQe4Tb2JfgPFaDMV+wIFKOZugsJ\njQEtIjexVxLgPpK2fRakuHw3GpDIY/WW7t3ApIHPOgdaZKuhKRxLKMSJueOT\n8qZ2pzCTUA7eDnJgS/gCJJzX9HSiKqmB52kjdmFnshuhCNglamli8fJvuUTh\nV6xArk85VC3C8aL9eN2E1Tby98HnsJAEbs4Ecpw0In08f2BZHBJ7CSARFXGY\n1Pu+TfFeSpySHD6NKhnxhJ0aHTPPtg9tmCjWKbNjbXGh4w3bRlxXfR4e6Nq+\nrH/R7iybU0Qd5L93X7mkvMM8buBfeyw9gXKS8u15gN+QTPQDvzWzng2AstWW\nZgmtQIZQOuWhBop1IsgZZvKyoXzBIWUGYFukhdx6rmF6B1JBPupklfX3Hbyk\npGlr\r\n=lj5q\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD7szuYeIBIR/WZAYK7OwWoKZepfYTSZjgPUhnm6IazXQIhAKgD9z5sxYO1IP6PTaHqpvg0S8EFanB7g763Kx7xvGkW"}]}},"1.3.0-nightly.9":{"name":"@influxdata/influxdb-client","version":"1.3.0-nightly.9","devDependencies":{"@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^14.1.1","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^1.27.5","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^5.1.2","rollup-plugin-typescript2":"^0.25.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typedoc":"^0.17.6","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-DNBYG3O6j8Hbga3kapKI+RUyaVpnwEPQpSk/gKp+L1K6kZxb2Teexsen0w6jKApz5tD1GzBR+GNBMLMQFi46CQ==","shasum":"d8bd20c3091bf566239a06d2cfaebb6fd77872a8","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.3.0-nightly.9.tgz","fileCount":87,"unpackedSize":776553,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeuZ2XCRA9TVsSAnZWagAAENsP/RxEPK1kbdE339qSD8ut\nI4zvgR9xsn3WDeOX46V3ejkL7i0IIUuvppe1pKNr3+ibQF6Z7m5NV04y3s2Q\nT1qmGVIp9iraNdl+slWKIjzeHu//XlDiv41vITLq41IeNpAM6+fQSMGcYbSY\n6CjRvr6AwANRZyET0RHQgh/Fjetq49sii4g8cL7v4808X6wfnLM/xhwwhRzs\n9w4a7Pxa5/m6bd9AkbvN7qloyLSx+o0TsnKPQKdF9olcMD+rqF8nehle8U5m\n+xeCfMGLnwx7vuEQDQl5jBmvMxWRCgKGz6bTMsyT4U2wHqt2akUkwOpOakLZ\npwte4VF6AhHJITGkEZ+OtJkjgw8pl4wGTKCa0w3Ggn9UIsTBPGaWlES7k/7A\nNJQUslx6CXpcyp7k8FnfOYG219zkc8Qfj954X0zD5nxhEeRDsVikZLnE9Il1\ndGo6mPOQ69a2Wc73gkwJ+wMOYQbf3oUH0FLz2EezOzUqe/jZeebmclrEQlNb\nBAl0wSTWhpzn0e2VLt6CHzz+qMOSoPMP2NWhHCZKtuuNGHyKz0eS9JrNj9Ex\nJoTVAyQwlhD5j4zdeg49gdDDYI1VveTLN+doQYbGpTYJK6q8gtz4sCdpB78l\n1MJJv7glCYeRKPPGi8QVZGsPE3lO+CVNxpdtGXLBQjGKBUUGfWgFkK9CmlhM\n+E1l\r\n=Yhjo\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFJ+gWPlJsyLoWA/rdLc9u1PmFldjBM2lgj0//WhsnS+AiBB6lHjHFNwf7KzIUCUym03IutEPzva+AHRaxGpca0WJw=="}]}},"1.3.0":{"name":"@influxdata/influxdb-client","version":"1.3.0","devDependencies":{"@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^14.1.1","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^1.27.5","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^5.1.2","rollup-plugin-typescript2":"^0.25.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typedoc":"^0.17.6","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-JEjgsKBqVx7K0Xot3d+3Gg12mhdt8dgPVDkykKgyX9gHG422nmTkb12q8RwADewhYzL6Gt55UlBA4q4dMhhl9Q==","shasum":"d776c24ab3ea8c6d631d7f4d449434f0d89f39fd","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.3.0.tgz","fileCount":87,"unpackedSize":776397,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJevjbKCRA9TVsSAnZWagAA0oUP/Rlosjzks+eC0FQsXfXd\na8uiOHV4hDMH3Kojnk9uOQ9b5gBVfkIDWBTfq71f2QSWPgsyXkDc2WY7eaDy\n8tXsIahBaJKwJzz2MCG/86PPywMVs5hp5uZ82wAKLV8vt0KyWyypXfvjZtXo\nH18Z501ajbd8YtVmiq4E56bkzRVCYmG/o4CL0czTUihJ3XxlVLITgZ2LtFqw\nAGD5oTF8BdI+IVsSjnh2wrX1kxfw7Hn1+nNWFfLOufmDhG+nrWoLEfLiUgPs\nAy4xEyD6U4AWZQhgmHRenkjDvJHoqFs7cAjle3X1aCQ1JGw04V3DhVvYU+6C\nkbsH5bnSuqPTIh9nO+xeT4M6XwFUKiN3iirbWLmFC5ByL9Ef6m9u6Zenyp7M\nnb+k5JbE7dMAJPzqC43PaTvf0m8jxcglFCLJNC5PYXhOPsvvSoIyvlQXs3o/\nNsM/l3p7L4ODgVZTp5EwQuMZhvnhADXy9VIqeropZKHm/6bgLZq7qXt69Qoc\nmunQqKOD/pPADbR1VpfH4bj7kIwh658OX6iwXYvxm+E/VxPVfO+yzN05CZSS\ncSNT5BoNI4S9AfnJDfi4kJBuV51IkjGpCIORNd4j6DJqDxHVPFdanLK1W3zj\ngJCkspDwUpQtln+w5+jpQKJbU01sMkvHCIvffnEnNtmRfB9bEhfbGVWZd1Du\n5Hat\r\n=/hHh\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIH52e12wRKdsZXfrbadxf9otmQvPRZuejAcGRKR6Fp0lAiAOPDtUJDs+Zd4Tj89hlgy6W9fgzLCrrpu/0W5N+otfJQ=="}]}},"1.4.0-nightly.2":{"name":"@influxdata/influxdb-client","version":"1.4.0-nightly.2","devDependencies":{"@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^14.1.1","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^1.27.5","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^5.1.2","rollup-plugin-typescript2":"^0.25.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typedoc":"^0.17.6","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-RvibeS+NIiD7DfNqpLaHGw3OVOu0L9f4SIV1ThzrXDy0oV/0oizWxAuxel50OA50F3m9ONGlhsQ+5PRbcHetgg==","shasum":"43718f973f8884e4421cd504f74c8ddd7285e7db","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.4.0-nightly.2.tgz","fileCount":89,"unpackedSize":862959,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJexONgCRA9TVsSAnZWagAA/ZAP/1YPVwy3NbjVZhvdkhg9\njGd2pZgQ0blQZNNib6zsTNw3jAy5CzxwO2BtmlgX2f6gYR/SEJfSQnJ09lDj\nFnZJUgW8HvFsFIx3PzNaNocU7bQqxTh0WKnOoIzbA/tsSpMAtkp3r1KS4kTV\npxvGnf04VaQRgw6f7p6gbACHLn5jDCzSToY2TRi8uznDQJF4B9a2sXkDFneV\niJ6kI3aU/oXtDzjPAnjixdAiI/rwRwNy9TNcFIqVkMTmJdtXQ3pa9/60WNa3\n0/65KR9mD/PtKfIrVTx2yCp1oWK6o0f9j3Y6I6/6pMsTH05+N6lDDLq3/+Kv\n7I0G3EIVut46xrcdGFWSSrNBtxRzijANXj7iQZwv7AD5OiQzhbFtaYt0tcQ5\nyqccDKVQ06fnLhM0onRtPl1IUOnU4w+9idwgj5dw6fVuH7+9YoArOOyd1E+C\nY1orr1yjMlt5l5veHnq9S3zibc6RMhJWcm5kXPrXp9X/3QDBPzLDcDgNYUaw\nQJR6WeazIps+VdRiDxzohbv6z3jkUHvIhUzbS9+E/z8vM9HOtG8QWqCFoRm+\nlkyV/qerkRDE7cPfL0M2/RK0VSAM7DALvNpr9GZsR53/qL2SgxUeKytg5uZQ\ngPde4EfIPwy53VYCwa+glRjCe/wiLQxOItlhhCAwnjJvLqoLmb0lVLUiOi3g\nYsfh\r\n=4BgF\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFIIhop6NWoUJPQxm+qkGi9YOK3Mtqb/X1P2NTALGF9/AiBOY2oUCCC5akTpvrVcBzuF1ybLZe0FUTCm2pYUiAoJkA=="}]}},"1.4.0-nightly.3":{"name":"@influxdata/influxdb-client","version":"1.4.0-nightly.3","devDependencies":{"@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^14.1.1","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^1.27.5","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^5.1.2","rollup-plugin-typescript2":"^0.25.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typedoc":"^0.17.6","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-z8qs/HDBA9BbORUIM8RpCApQyVGUyO8npvrQblm0A4ryPx/YboEpAIQjvSiq3X1VVH3W7mHNyYhvbqV08yXGWw==","shasum":"819f2b31f51a91b07e3814ddd8cab138700a5a26","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.4.0-nightly.3.tgz","fileCount":89,"unpackedSize":862959,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJexOVCCRA9TVsSAnZWagAAMx8P/2MSu4y7VuMBhgwqGAA7\nGjFiZo+eJnOgHf8DaaljYPVfBHmwbc81GM4sI/toPgcQ5gRbshqd5uO8+JG7\nHm++fGncBPZ5pWsIIC1zjsbGHoSv/UB9Q1OrsHrhYkxkqSa7KA8RdA4p7d/3\nmfpPWfjMn/YEjYBdKk0KTlVrNef1vFq/doGXYQmWB/xPD0BaFM3AhPQgrMq5\nDg8PtLcw/crkFN7vfG7hxmlCNV3HfzLhAbkjlDwdOv/SJxuc7iyiQZA5g8W6\nsRqRhQSlCY47FjB1Y3F6OBScWZAa5xm0Eifs3zBGZc8d7KwYOVuzazM8VZUL\nZfIoBx63fWxeVy9dFhEHvw53mznZ0CnGeV6XpYfhB1FSKAvJyB+IYBuAN3vM\nk4y5CCCbcDZp75uDsXHZgTzAIKAXKO3yvQ1HR2sSpuLuSP+gy1Zt/CrLHYhj\nLCEKqTOEX/har9JaKOBvnDKbgrfcUZ4dvwZcf2iyAlPc0NIUYFfw+vtUqb9q\nObrWARbNYPYdPNs6/zQ8uOST8jPi0OgsTb4tAoKRs3rp7MkUMHCkh52dSbwF\nd58F7b2gHLR8GTvwnamOY8M9rstacUJBeJh7DvplN5QrXByQIHT+Ey43xcX3\nwlQUxVo12rQL0CJogp1Wfd+KYM2cT1PFxSGhBvqBiF5w2hG7skvdZZdlxVgO\nBc5a\r\n=QG6W\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICF8iIWVpmLl8JbOTDpEpIPvPnPAq41VGZhSeB43N2fwAiABrVm4/MyoeiJESWkOjGDAGJD8EAocxI6ZZFp4EHWTVw=="}]}},"1.4.0-nightly.5":{"name":"@influxdata/influxdb-client","version":"1.4.0-nightly.5","devDependencies":{"@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^14.1.1","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^1.27.5","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^5.1.2","rollup-plugin-typescript2":"^0.25.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typedoc":"^0.17.6","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-bxlzyMYuiiw8L/1MJV8sFYLDvbVVS4c6fE2JloMfsqgGp1y2ZAJ0USi65t4URMEU+/h8MkVfEoOJ6vAM7a/V2Q==","shasum":"dc02a17f0ce3f0c3454e4a896d2d569aef278e4f","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.4.0-nightly.5.tgz","fileCount":89,"unpackedSize":863004,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJexOqeCRA9TVsSAnZWagAAP2sP/jOUKvvS3hvHUrPmDTCm\n5C6avLc17FK+GCOXpgpZVuwiUxo9ny1rsfs7xdX4KAqg/kcwczaDzfioRn+l\nsfInHugzOGZbQH86X/LxRTdiTN5Q61V20WbHy0un17YHgIlvT94w83koutXZ\niTWTQkf/BhpsHbwahP22iOPSrfW70RC2CRCVRt8F9HPbQDVULayHdPszPhQW\nnsx9e3Yess6V20AUF2Pp9UY+0flIbJXq/Ipi6l7r4aDwN4Z5gHk/yzvtXVWn\nvWXYetBDezkWQxD1Irzzv+2+xplJdgyaqWWT3reJScmcXIEawHMRdW151Dqo\no8/p6sW4HtJqszkiP5JAd19cEDTYZFG1ktiyQ0xmA9FcBa7UGKpfJRU2TkUY\nBPLWw0DwUrTEZPa+r35VRCp3onStt/zf3+ZNGkWdLDKQz6F/YZ5nAbYhPJqe\nMZoNTzJBPF6zNNaKYC/0nmMWAXMYTSt6NRRvbMb28pbuV0/mS57126h3wWqD\nzVjL+vNDOfI7y1NnCufiN6RQebrYNfEqzAWpqutxTSkbSH5czhOxhjBhR8nt\ngVdT83AJaPYhgUgoKsRozxgRdadujOdCsiTE72CUAgcBLEUzG63LlyUY/g1a\nlW8L8/WoAatiV5RcfuWT2n+6WgnmYhggX3fN1mSnWefGyRnNQdO4xB3w3x2J\nrCFN\r\n=Mmku\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIE5S5CQd/LGgF7niRz9VpdH+0fVIKehw3BUeNkhOu8wHAiEA5+iRodD3O70eMM63+ELomhEXB9mUFT+2mTOeEh4nPuw="}]}},"1.4.0-nightly.6":{"name":"@influxdata/influxdb-client","version":"1.4.0-nightly.6","devDependencies":{"@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^14.1.1","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^1.27.5","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^5.1.2","rollup-plugin-typescript2":"^0.25.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typedoc":"^0.17.6","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-bpw2OQI49r/g6KdvTY2f5aA8yXfP6aliRK/vWBXnNneUXhLrAiAuVVqAqPt2lKgjaL6T2ANzMNfi2q1ljkpYAg==","shasum":"3a05fe3d475c1c2e27a02908df8414e7b6b1bc80","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.4.0-nightly.6.tgz","fileCount":89,"unpackedSize":864028,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJexPsSCRA9TVsSAnZWagAAtVUP/i3qxKQXE6DSilsMJYn+\nCNkXPJO2AMcF6AJKOYsnaD9MViW9EGAH5/8170Y/AANZ24+FfCIW41XqfMpX\n7DnrrGSXr0DiI8nC+yQ7dxkSWdGEt9gSSpel02UzGgFQDguWoHEo3G/KuVjR\n7f5fi05irvXKUMosSLBYmWFGXfYdMCl03D8ANhiXrkPFpNKLR/vdxxyrdjBF\nyRAJ190yesjmmPdRYOjNMrR31v45OmeWbk7Ikg81Gsxbs/jbFen7cQ33h6hK\nY0KIWogOpfkGrDIk8KjKuaHmbIuJ0WqDrCMC0rN0DAIw52yHZ9fsY3leLpRZ\noej2sJBotKacTMp/95Y/9Q8tajgI8kvplHhKbSdrdccVrCb5wJh93TidaZha\nYzQgyd3ZTeHLA5TFyH1o56ExHppltgqVnyvxyAcFTq3r3JESAcjuv8wpk8KP\n8Ii3Yiw8mYkuPTNrzBGOI2Npb+v8dZJGAHR9EBDzh38O5HFeUTzctzYT0cBe\nDskiSzQdth5U34HJIT9ewXP/aZewFN6gc/Uog/Dj2ZCWuHAmkz65Hqg0ss3f\nVJjOFvvDlCnsMj+Q3Zl3/s343+qFruc13Ksidp99Kmn5d89mdiYXAkizPUeJ\nMp4dmSWHdjqKTfLlSRoJIXphPhjqKLCV04YH3YCGeDbdaVuzpSSZKsTfX60p\nvfE2\r\n=JChS\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGsZ6m8UurTbjDgyf3qmn8V3U2Bb3YQOcrNZpip/IF+/AiAWvLUtc+KXklP3idUQlroF5ty+zuXtryHBozO0sAkm2g=="}]}},"1.4.0-nightly.7":{"name":"@influxdata/influxdb-client","version":"1.4.0-nightly.7","devDependencies":{"@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^14.1.1","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^1.27.5","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^5.1.2","rollup-plugin-typescript2":"^0.25.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typedoc":"^0.17.6","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-dutiWU0u4eJMzdkKdixy1V1T1v32dLDdNUScJSRiE7N2KagQCvvskIb+wKblN3Hc97CHn8r3vIGZO7hcE+DwmA==","shasum":"b26827bebfda453a2e9da1bebccd8a53ccd7aa79","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.4.0-nightly.7.tgz","fileCount":89,"unpackedSize":865043,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJexP1SCRA9TVsSAnZWagAAa5AP/RITuIQ/G/fkHfRzeJmy\nThEUmiw7d7eo8W0UzYrkUbrydROB9Oxr7CbXevuMyRZTAdWHXj9Nic6sHTuD\naovxagJfDbGlTm2YYzLjtZDZ5CvK4NuWJ1IN/Tbr5u6zwQmAJ00bRI3wcoW4\n86L8NXrXXUD3hnAgV7hRMn2Tn1KJm2CnfcUFypvIetGlVQASg8K3FUZIteBH\n0kS5Tlh2bahBLfj9y2MVoGpAW8MSXEITU3S/79IG5t9HHwNWGbFSLOA9igt6\nooWPPOx5EjvxeVkhxrrdDfTNZp/W8HsU8ITGXlyKx7NBizWU05HLAuQa2GSD\nbnCoBjuXQUPDOuqehryabKGdcitNMdBpnJBOjZ9EIZEY6DAV32emKc0+piLW\nUxN75dvtEkbvqk3Lv+/7lHRkjBQy8fx59vm4PFy1cmwVdrUroPBM11WI7BdQ\nH/PAQxyt5CenrhW/00BtuMlPdKsO3JIkQxpx6mj145w8ZHtwvP89PN03aE9H\nFNe/O9slf2uPd57WB9fd/UAP1vC5J/VC2e9WqkuxJ+xsYteBQsNxPwyuk6CW\nU9zj9wgPFILCDnqxz+BH6mZVz+t9wLUHVeTea66YhFjRuiY6dZSlwV0OAebc\nXUWoKRgxG5nnjD9nel1jm8//3zdl1aT+E6HLtVwPw4oubr2zbCAQVH+/rmcM\nGWYk\r\n=5nF5\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDw07MjX9wPZw3O9J5biLlWynZ++qataucN4BpYGjaL0QIgTTz9n9IC64ViGaOFoHO4o1ucm+i34ksw/zEqlt5Ef4o="}]}},"1.4.0-nightly.8":{"name":"@influxdata/influxdb-client","version":"1.4.0-nightly.8","devDependencies":{"@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^14.1.1","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^1.27.5","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^5.1.2","rollup-plugin-typescript2":"^0.25.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typedoc":"^0.17.6","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-oy2dT7z3MYcBL7KS8LR2IZjB7LVmN22/ihcSbSxJPaQRElNS56f/tMmXunqDcihwwmdv8DzjS8m0/YbN7clCog==","shasum":"3704af1aa5849b4789afdceb84eaf9d77bcbf098","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.4.0-nightly.8.tgz","fileCount":89,"unpackedSize":865076,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJey3DGCRA9TVsSAnZWagAAvx4QAKJ7EDpgSRvmVhnfUOuP\nroMWQy7Wd6cisFDZnl5d+YBVgzQJgAeAZGX1BwE1eLAWn6ZQQK04oIpMsj+N\nIMu2CvR9KdQyrMui6iQ4w5XzFcdF2dL+UQt7E4kUud9ICbnOJjF4cUvt3eF/\nhoRgkqUAY7g98Rof/dqh9op06JsJKyvU/sV6GuQ0noTXCajCGuMXDz/zLxFX\nDbkDOAP/aNnNoPxmaWr5NQED/AJ9jUw5hL2FrkSJqFpQ8r7rL2ch2f/390Wj\n3zhPqIcliJCSyqMgDqFY9yFWnOgusEAtvJlHK0Y8k3EElbB3ch9WBwhVWlAn\nc7Jb1c3FqG+YKPsdikV7cHQcjpOIqIgoMdEpvztuEfIW06GH86wOPPkz19hP\n4Jact+RM2+O94Tfvvj/7wNrF9W9Nk/ws4xcSI8h6Ocx3JtrUFv2dKsYKrwPk\no06Dfy9o6+6Kk7N0+dn/+hMB855DdEGZ+dZTGO1GVSSlqkBXYPZ24D3gH321\ni7InpsJmT8bh1S+A5MpzEZROzzn4xZDikU6KPmkRLLWp+wwWgst3nbjnJRSn\nDyOCAVW9cdj83Jer2jOxO61X4PA2gG9fj2153zfOsA5+O9MZiSLUZXi70jcH\ntErsCU/f7O7wNN8NmvwDC3XbKzEGSpwUYfC2w5iSArs8AvOFucpiGjBILOQ/\n8BBn\r\n=DpUJ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIE/+XFhaMCpC0WZTaZUxWj/ab4RrcHVvAV/T+IedHewNAiAZtQqrf4F5dIO0kGEm190IL4KMIdZkEXlgu6KLxnkzmQ=="}]}},"1.4.0-nightly.9":{"name":"@influxdata/influxdb-client","version":"1.4.0-nightly.9","devDependencies":{"@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^14.1.1","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^1.27.5","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^5.1.2","rollup-plugin-typescript2":"^0.25.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typedoc":"^0.17.6","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-p9bGMgntdixmoLzg0oiaI8H76oz+gB37fuCthJVT88csG7Svy02vEkO201q4ud3psDYpfebOFH+hJJMCS3Aobw==","shasum":"622095fa06a1a9e9a9fbd431bb7f67aed304e8ae","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.4.0-nightly.9.tgz","fileCount":89,"unpackedSize":865076,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJey3F7CRA9TVsSAnZWagAAkJEP+gJlz+ertwQVeF82Ya84\nbWQTTng25pftoFuNv6fUTvYNosLuhP5NcW4eF7zhpE2XgMer4cze0vu2LNLf\nqytNSbDhDlr6snBkZdqAENLvZQrGznhKOhVZ247CmfKYMZqS1qw7xU4eKs6X\n4NrPhkrbG8vQCI2QZY0NdnOO5s/lawM2Qm64hRL5JmZGa3Z205Q+tHR3AlCN\nwwoWFDqpI6rU56EMXBtZuUU3As9/9BTKDOVA0P8gG1WqZdf/d9IZvUVwpnYV\n8Y1rX83pL3FRyC0wlK+RhdpfpHV6uB9CgUeeJx6xmQ11DAmw4oWVg0GteW4/\ncqoYoE3pxML8f1GzwCXgR94ZiL9517zrH1SV9LyEZL9xUMoSU4023ja+nZKb\nzdHBIfM1Qzpl7/oalLbgrl8KcuL4oc6tvPliP9OW8x9BfDSqyumJsJ0piUkq\nfnioQlD6VlRt426D9++4Fni5aprjVVf1ekx/ugtSLj5YaJPbVizYvtgtwtA7\nLbRDiclAqKquLjBoRV/4FMbHGj/VYJqGZbe29nbf9ZN02fD0LXW+Euh23rnl\nIqvgNKPzgzT3x5AuOVUlCUmSY2sFxDPBV5tv8w8X9xS06VcALI143eh5LNEM\ntGxAoragfcm3rr3Z3q+v2oSHgnIT3l4VZheMPJXmCWBuOl40agIqjJVte2nx\ni5qT\r\n=fHaf\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC2xwXZs7WUQiOEYfxJbZ4ZBuFpZL7sdrh9aZDD4z2b5wIgXki+UHh2ld2BL0W72JVFGERWIqOhEJAbtECXYwbu+7A="}]}},"1.4.0-nightly.10":{"name":"@influxdata/influxdb-client","version":"1.4.0-nightly.10","devDependencies":{"@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^14.1.1","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^1.27.5","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^5.1.2","rollup-plugin-typescript2":"^0.25.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typedoc":"^0.17.6","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-Etr+jeW79mNIPod2VhFsm5fxvyFVmiXCwRYd3UCW41vnaMBYmSOHzbk7UnqlZ/uQ/Wb2i27gkFxynf3xNtY9Gg==","shasum":"93bffdde9460b3c8dd081ace474a085371a2b0b4","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.4.0-nightly.10.tgz","fileCount":89,"unpackedSize":865056,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe1Q4MCRA9TVsSAnZWagAAC7cP/RSzaIzfez2dOz6mpmU0\ngLtHGRhfnfWWYKqHuGX3ulRXbglj8Vdw9MDTwom4AXVQXRCyOMBZqr0Vqokb\nLDwRRY5DzZCcMY0HPVyajKfLmOgv6UvXoXiGTUCUNaR5ks3Y1/rRecSLcW5+\nfcN2QVvmJxJ0XdtdsUq0iG1LQBNP77k3TpCuZZ6n+YO8ILJJ9jsfacFn/T/i\nxgaHUHInmBWfpa3Oq0Co+yg50K6lEKtSI87jGqre34njgz7a1p9QvmyGtGsV\nudj6tt45LcHBuDrWOliZYhm8CW++Q1pMEI5Het1bhIoqN6HcLEHDizW/mczD\nqzSQLmPSmpPmG2aSrrD+TBpzWvw/FJ1GE7SOJfLFjjeBqnD+sjAdYhha3fy6\n1V1Z9za0p5dQa9oJfS1cnqL9fKH9afolq/9hUqnfnxiBQBqTYo8coz1iLqo2\nH5ZS1gCK6dM9W3TTguuVWcHh0vxwlZgkV7X4h89ETIelOUeNiv/6+eJY/MAp\nL6IFPLdNSAZ+nRvjwKgMiCqqgK/yRA0IjOP5yTQKvIjjM8xtICl3UcEM9JK5\nW9isGzBPeT8UU0LOa3jmQXCk9QG3xRHFAcgLkwUx46bFlwq6v1IuuWSShSz6\nMZjbkJnk2wZuA8siuOAn7rej0rVPgfcqk0Z+hnxSyuhEnxyy73ZcIk5P9ESX\nRMDD\r\n=6fps\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICF43K6gVekF6s7a2v7XdCPZu+ctC7w7u2gO4ORCz914AiEAshuK4Cg3Cy+/1sBaxdXA24AVrh+oIbfVm+Td5yE0870="}]}},"1.4.0-nightly.11":{"name":"@influxdata/influxdb-client","version":"1.4.0-nightly.11","devDependencies":{"@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^14.1.1","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^1.27.5","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^5.1.2","rollup-plugin-typescript2":"^0.25.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typedoc":"^0.17.6","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-Xy+ettzYDuFa6fBSU2D/UucP+ukbecSfvNLmYyFJvuAHPXhUpblX++id/VPgWaq1cl1jPE+h9+TH6zp6dYu0xg==","shasum":"b774c40ec89c793f975a9e3271e4d07fcd7c17af","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.4.0-nightly.11.tgz","fileCount":89,"unpackedSize":865250,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe1keaCRA9TVsSAnZWagAAZJoP/1KaPrjcSADbFbQSe8us\n49w0O9PXGNFMRnSnkydbbJZc4Lp7XB3r6YtJ8hCIPNz3ccY0GSejirC8nC0Y\npK5fcYf2lKGJn3a6RzkhuA+AaI2w6x+8hcxnAp7XA64OPaOHkO8pgD6ojkuz\njiBoc5546CYlMJBBQxBc4N+zywg+vVf0TPDgAOvsofuldnxDCiA2r0jkNbYI\nVc0nkop166cIEc7JhUc348ejpO/FwG4LFJuJAD2FdlsErx+lsXpreIt66btt\nE5QsLnMpJ94ASAvAjAF3y/3v/Knk8zjf+AJJZJcsKX3IA5U99iqxNUwsYHBm\nXG78Pmbxx6HCyn/xvgxRy0bD4fYMj1otqUrFzSOdCT+rE2td5k4rZnU9Dfbw\n4W8ml1WbiucETkvTaVBuxgWwdNiM8IhM6BroInMtmoHJxABghBF9+NRTMI5x\nP7mwIeVY2bUGwIWr3Af/CPZyIWFPiOxR+Q9+A6rnAvUjGUZiUkqxdeV/5Ty8\ndey+EYvCInJtJbF1efYwneD0BWlygXr3Ao6QbWRRWLBLDMGId/9+Z4ZQix5f\n76/xovZOuHXTrJUJzEvDLNtLUDSEi7iH4kkUlQEMfc6Lxjc5m9sFJgC6dd24\nhW14wtKJfp8T0GOi/953PFXZhwUR+FzZwY3VYRnuZhLlwec+IzIZ465sy5Af\nvp0m\r\n=9/7Y\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD4/A6GylaQzVTUFtrCVHeVZYLJlJP8nRhmZ38p787PdQIgG+FGTCW+qwThYkEVFcOSf7bDKfEJBewUQ/MEv3xjk08="}]}},"1.4.0-nightly.12":{"name":"@influxdata/influxdb-client","version":"1.4.0-nightly.12","devDependencies":{"@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^14.1.1","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^1.27.5","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^5.1.2","rollup-plugin-typescript2":"^0.25.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typedoc":"^0.17.6","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-8nTfhZTRlq14j8vnAqCNSDh2s0LREbjs2R0U+46EPA0OPLU+Jy/3kMcY2le44zOL0EJaBNn9r1oTDDZp8QgdHQ==","shasum":"f24e2327485769c1295bcf2f358f1a723612669c","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.4.0-nightly.12.tgz","fileCount":89,"unpackedSize":864851,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe2NmMCRA9TVsSAnZWagAAmBMP/jJbGRuV/byoG+YMj+5R\n6ThGem+YkWm8pwqWluGwSMIVKo4rw+cZgBYICF13ojerzTYORiqcGAiWo6yJ\nWjoSFMBBhyc6VuVXlZz/fpJGugl3mBux7CQc+3MV+fNtaNiC7I8Uuufb9L7H\n69kydc4lceptXCmOu3eqhturcwRWUMFWqChGOjiOIrYNipL6X8Qa7Lh+AbTw\n8tr+o1BOGZi6CHTSKOFRnvCA4DETosGrkGjA03hL6hvWGkgZtQCzqrRIXY9J\nDKOvPdtcFcSCrQ5atTHdQi/U/83tpKJydMsbE631AAH/D/bytqkbn+SYuIR9\nTIpRDsGg/ef1cEr5UzWn3+0DGWSYi+MaCHY+0UNsVk/QkW+kEDdNeDrA9pRS\nKppwditj7LroD/7pRx/RK62o3u4zvuO7qq6AgTxtgWDSQub2giSedExvbGl3\n7WorDunYDSXWlizuyAogQ84VWXlWjCJ0xkmQTbT89mr33i5BrfZlUIVef8o6\nfQCpE/eeq+jUWQpQ/IdxD8FlYZ1nQPd17Y+CF2OKtWz8Ei3/qWCpCOQcG5rk\n+GBFlVyEjdL3i2AoB5SOiRyKDJYKOJqBMGZV4kVtQesqL7aZJ79tkDNzkKYa\ntOYmbPiYUGEMV8g5fDWjGA8WXE3jW3gIp3hQfkr2hAdMuiKRlU5TPD5d/y4c\n951F\r\n=q6dJ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHMzrnOZnCEExDlxNCA0ALkTcE4/B1hvhjMTUwSkBtcQAiAknvLghm1dsTCSF3rqzwf2BM+K3CaritRvk7Aiug3ZTQ=="}]}},"1.4.0-nightly.14":{"name":"@influxdata/influxdb-client","version":"1.4.0-nightly.14","devDependencies":{"@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^14.1.1","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^1.27.5","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^5.1.2","rollup-plugin-typescript2":"^0.25.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typedoc":"^0.17.6","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-5xueg6vK8iiqpepvQnmHPHX+r7rpkm2hPcbQIJvlZhiud/BLCF6SJvIcHAYv9okxbVcYW+e1QMJoa49JpFQtlw==","shasum":"8609c4d5326a892975c68f34f13c6f58c13126a9","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.4.0-nightly.14.tgz","fileCount":89,"unpackedSize":864851,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe2bGMCRA9TVsSAnZWagAAhPMP/320iDliPygNCQiOGbRd\nhgf53nP03ScOZGc8TFKtumY/s/VJcJq/zvm037bOJJ7dpnhKCKHT+Ws39Mpj\nP/hHY/OBK8nCioi9u1sJQGbz8/OnETUhNnBU39N2hv8ErMAxw254vvdfj/Ik\n73JgHxYqDLeaW9VeLpoVy9pzUpX3+YR8R0z8qbSPKL0DeWYmen4PvSuMaHLP\nEnD6SzjfLmh5Uba0YoLOxmjyZ9Sg1KP7x0lTYGkeSH+kzHtVYFn//a8UHtIb\nuM0rYvjHg2ViG/XfDcX22ttK/JgrcsDTzYKeOsysLkQzjUyE99j9HNxdmv20\n01LCYYa5E5eGAdpo7S+zkC+0Xj5ytfNUm+dK1rBK8egZ2fASjUI89dgdqCHC\n9YuaExR7zQyVI7ycVlnuj4P11kKZrSA/TWCBK+pod/sG+Wc9KbRgfQyli7N2\nqQMMC0sYVNAVJcJPkKQO8cV1FHUI+vSjWfuuQ7jcAEBjidH7zA7Adw6St42x\nphKoHKrBXEV/5wIYAM0bZ1n8eGBsEEzB6ajAO8WAQiBg9wRz38tdrpTUCWwP\nvQDV2WS3NKoX+IsdtxULiFp1+XHR78cCUcbs+MK41FGMF6Cww9vVtyRhBdeW\ndEXIlCdCpwHeY7RD9Lpj0+wwBe/v/JY8s3/PPIgjb1udTtK87hgx6/r65ww4\n24l+\r\n=kKmk\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDGAnh7ilC3iKqKdRDvXo60E+FefMViQlR3fywCvt68RwIgYhjf+Xdb0fYFmZMq3Ch48x+8owM5Pf/HLoCn8OVN41M="}]}},"1.4.0-nightly.15":{"name":"@influxdata/influxdb-client","version":"1.4.0-nightly.15","devDependencies":{"@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^14.1.1","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^1.27.5","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^5.1.2","rollup-plugin-typescript2":"^0.25.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typedoc":"^0.17.6","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-R8A+Lpmin1RQKgnXlpZCt9XQN8OiIov6vJsWY9txJF0Fh+LSGR1iYj+mkxNyM6T1icB+pGybmiU+YM+41/FfGw==","shasum":"7dc1e3b870bf95b164d713d7277720501a93ee71","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.4.0-nightly.15.tgz","fileCount":89,"unpackedSize":903747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe4Lz4CRA9TVsSAnZWagAA7OAQAKPxfOrE+O6PM4Y8Zojt\nUEntp4lqM1WkhBFhXbpH5hnBkod/E2VGkmON1UoW1sd2tpJpHiy72PHKO0p2\nOxPTQWu1/nkte6UfCN3GRXolxyPMuPZxz8sWTzP4wAZcQOx7C9tbc3vMbdpe\n/AjWfZz29DSaOjjXzGClRacEF6YWvoxYBdrcNrNruPE51LRG/yh5qLExpEIy\n1rhxPIz7HEHWxzzy/DwagUxRTmjUnj0xuahBDfVPBr7JGcxBVaWcVZPS2WvH\ndO+ZMPVeg5iCc0m7DZhLYePojufFE3DRXpZJ8Oo+i/0Afl6OsJmVLPEfNDXv\nsh1MeRV9QtQZ8yurZQ8mREWe+DJ/iHPBEHExBavwY3DfiDtckdOQqdDddImy\niinPLIq965t6AufpBBzEREfy8T2nMrWSjXhIi+bj4EKgjwgApc8332TzZ1u2\nG7qtsUHvAkyj5qPrzaIRNZuGd0MahP34AuKD2/0BGgMQAZIvGBpRMsegMzGI\nomu9/v3moxqxfBAAW9wwClCWlrZfSMjxmGos19rGpgreww1zT9FFZJfsCiUz\niAqKAh+a9/jtLyEunEAMXPxZwpiihSRYf1WZ8iuc+WC6hdKUuaLk0GfoyYIO\n+mAxLDH1ONiz2sX1boQjmHqZmrzQyodzQtrCD62sgbcN7DKybUklVbsGSgE3\ncEpv\r\n=CfZc\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAV9J4nCXUbdzMZUFfX0HJevJOg36DqGi/1wEs4CSrOYAiEA4OxhayKhkiKpVOVpaqlZMcI2uQVRcr5hMC9neaZbEGc="}]}},"1.4.0-nightly.16":{"name":"@influxdata/influxdb-client","version":"1.4.0-nightly.16","devDependencies":{"@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^14.1.1","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^1.27.5","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^5.1.2","rollup-plugin-typescript2":"^0.25.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typedoc":"^0.17.6","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-Ek7oHT93Ej6oPsrN7MD4xpUaG+xL+Wo0B6qMqP8Hf04REzKv1YRFJYIOA6DL0cKPiKNl8WYJD1oDxFForUdOBg==","shasum":"936cfcca575297f4c6082c51a02cf1ba075a933b","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.4.0-nightly.16.tgz","fileCount":89,"unpackedSize":912758,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe4a4gCRA9TVsSAnZWagAAbh8P/0FlRqih9rfQuaKqmP+J\nhoSGfZQ8ACCYUjW39YgpQukrZf7Jl5nIbU0XdQkjq2LUI7YzzP6+MXyYo4YY\n2Tm/Bc1hfu9FyRr/b25896xZUI6/589okhbgTeHvk3dkLYCPpUtNERA+su7c\nTucsRpZV1XizHXMQuCjpEPF0t+R+1s2flK7CWPXcirHx4J4HEpB2Y4o6S8z2\n31rqo0kmBOScLs3Yism63pPZ4wkQm45O7Fdno48uvOi+Yrmb0zyCWucnaKqg\nVvk0J6hXlqVSiHybOU5dB/NzFsQARUGCSWinWlGsf9UGOQOweHV/NrJ1AV8z\nst97bUPQq4fS27lwAoh9ZKBSNAA+M0Rz2TYXMKYDFD77Qxu7Wt8g5sgKa1PM\nikvYnA1RpMfA+pkrDUKEEqZCknIj2pRjmxccYh9xFGKd5GmaPa5wLauLGMj6\nyrM6weiyYtAWQawEP9wynv9/0/wXqesvBRZKNnfu+Xc0pZ2PBi5vVQ3Vc9k+\nVWT9f6zzdA3HtH2aEIVfx//7avy64wxMe0BEoMOaHif3qgjBlCOx4klXnTO3\n2g0wLX3El1aQ1T1YIEufMbDtWh6O0os4fox1x5VlDGSYZmhOhODpP+mH0XTB\nDNgSZfQTC3JoEjFxafBFWdDkHnAVoIprHq5efedTI/+VbmFofO9ZJ0pdbW3j\nOJIs\r\n=QgJ+\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCSWaUssIeZYD2aIpHLPMaG1lPGy+R2/fxLsuC3ZuQ/EAIhAOz5FDFmBgGjMW8NyBuJglFk9quiCRFJKbMQxhmLPbMQ"}]}},"1.4.0-nightly.17":{"name":"@influxdata/influxdb-client","version":"1.4.0-nightly.17","devDependencies":{"@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^14.1.1","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^1.27.5","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^5.1.2","rollup-plugin-typescript2":"^0.25.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typedoc":"^0.17.6","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-6bSTxak3P9UqCCqItwm9+Ey5YmMnDMaPA1nc4E1tLH1+16nSLdmdkWg/I/VkLU9rMDET6kV/CFoFBWRoJnldfw==","shasum":"f261c181bfda72bae30bb6ba7d958e538eacac67","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.4.0-nightly.17.tgz","fileCount":89,"unpackedSize":912775,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe4ilyCRA9TVsSAnZWagAAlRYQAJpKfT2QQqMfaR/zlka1\nTpamIwqp+njlxh/Qxh4xtLT64BkOQIrAdoe4VFWRmYz1+PdLbh03SvBlYLRt\nPKEjJKBhyGIKuCs3Xr+F1ijxyldH0Qn40P04z7DmLpBL6/k95gdEs+r+nBoR\nvbo0ZRQUJ6uyMc4q54ZVcXVbF7wH1xC6gcsekFOwbQXbplql/0Plb21v9qgF\n95NGBNXK3TZ5Fb4UMn3sF0Ptovx+hTnzpKNT+VtPk5NYtxa/mkd3UFq0cPGQ\nnzYrEkg+6ZoJNs7PypLJrtakpVVe+EttmwS9sgr3NT4t4r74zPk9Hxfjg6TS\nMWMa4pBjHkNtHsLhMuwcoFC6aTCRt/a+z3hnq+Uf+8AkgLJzj5gGIyL4d4Eq\n1azGmiTqoWa1aR3x3y3oAHVlQxP2CRjCVfSkIDjShbqRowWb9/6LeLIczIP0\nQmCGyosDdZGPXo5FW6ZhzQgHFIcaa2HvLy3JGgYmXMBO08nhZtvuLhAkWEj3\nyElrXw+rvvteKCf4RkitKkJu99vVTFpzS9sOnQ5PK3WuOxFZWZBHBxrh1YjW\nN8Kl8RrE9Jgll535cp4G6c+mLRlRt9uDIrDx0yY3JxYmWLbbnpEG7/WxVGY0\nue3KNbEfcaMOvnATnmZmz8GoIArHBKLz9BTwIrvawa8c2926wX0SwxLTEyg3\nLmg0\r\n=P4sJ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGuziNfJKFViHKSBoWexBdXXp2qiwTfNttKklLxiMNl1AiEA/7iUImVjNoJKKRmnyp9Al1n/DnYZHYGGT/LiYmz+p3w="}]}},"1.4.0-nightly.18":{"name":"@influxdata/influxdb-client","version":"1.4.0-nightly.18","devDependencies":{"@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^14.1.1","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^1.27.5","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^5.1.2","rollup-plugin-typescript2":"^0.25.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typedoc":"^0.17.6","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-849AesYJybliXaZqIOVqczYafh/441hIU1SR/C3MNIXrwcj9JlpuseP0PLzzp11Pk/w2QTJHedLTroygnLqQ4A==","shasum":"daee371631b3dd120a541ccf83f2720456f9bbbc","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.4.0-nightly.18.tgz","fileCount":89,"unpackedSize":912783,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe4i+eCRA9TVsSAnZWagAASogP+wVD6nXoDzHnbxyzTJNT\n9sLeX4wk3EkTc2207xcTrKm8NEcOSYJ3tqhtiT7fPwe9tMZfifRpDCkhLSU9\nBJKXBDvF2I9o5LhBuHO315llna+5WDOdw6do445OyHM4/V6QGUM9QZGf9QMG\n7qRrGR88swbiEGb6YpS3fQ8sTkUSq/C9jUTiwVIByE0OYLHje+po6SpZZfAn\nvJhujo8g8keYToSR8pZ8L6RxtkHSfVcmOmrb2GH3/9QsaxTM2R/IALOnV76j\nb+k2LppKL9VlA30rr3BFuE3NLt1xiFtns6tFfsmZ9AZhdgPdWO97h+rwDuKp\n9NbmjyPiV9JokCmxSHgScmnlWXHBLK2J8MZIxw+xpsBs0sjaJh1nP9VPONWp\nNXheU1Kn1qVJwYfZpXfz7r97/JaJMjAoyL+QNu5JIgx6dkiSOnfdCqG3Iv7o\nQLPSi5pGR6hv9eYBhDXaVA+uiLuH3tzK8XylmPA4CIpgzooIdjd+8jXVGTAD\nF6M5QKtTmmhwEeIa56msmp3XDsR+G83IX1sKpobbEwnCYM9dp+qW/8NOLi9g\nCqb6Qn+tC3KEiOycuREf24z8AZ8DkhPZx6clx0Gli41ZS7fnzRHKLZIcwDAS\n2eERPwJud//gMO64dhW/YzqqcTHjP5xWlYSFtvQz29+D4ppBgzdgK15J6n0m\nKRy7\r\n=9D1X\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDud96wXn75zHQWrW08NYFKfxfIAuRV2uqDbaGEKhmc8AiBZf8orifWqyMybStZYtwbX70yDloaxPCkOcfCynGPvSQ=="}]}},"1.4.0-nightly.19":{"name":"@influxdata/influxdb-client","version":"1.4.0-nightly.19","devDependencies":{"@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^14.1.1","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^1.27.5","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^5.1.2","rollup-plugin-typescript2":"^0.25.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typedoc":"^0.17.6","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-cn/hDlUD1zKVr73q5z7BmhIx+ZQ5ufqVvwSvX0Im7GaLpw3TRd43qen4q0+qma4eKTFNjYRXibhs+cQeNG9FnA==","shasum":"17c96313aeedc7ab3e48aa8b01d5b71ec0bebdd1","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.4.0-nightly.19.tgz","fileCount":89,"unpackedSize":912783,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe4vZHCRA9TVsSAnZWagAAeOQP/2fxGc2T9hUR0Fm4XRbg\nOMlOa7hJMsAz+I0hStWbHrdXN/fZQxdP5TqyWcBQIbG+LgPo8bJDVgFNCQzO\nfdEMnVsBmU8dz3Aqj9UhdEW6svWMlD78JoQluu0J6WER42pI2yrbtNLiJqIg\nvu6ZcQ5rvRmbRiHuzB0RB+STtVucxf8EJHYrGtv2qkOezsS8Actj/KQKH56z\nZEtl8tjkRyX6tOMjOiR+cDVUPO6cia+C51NOJXQgoTeamkgHbGUZYnc6kGvT\nwO5eavTnRlbFG27cEOxQPz2gshpLauz7/BAZLpzom2LVeBzUT2U+Uub9DIVG\nZiYPbdJwLqxE3h0XNzTYO7ic0XbNeM5hD020Hzx5E1+9AoNjb8hEppe7PyIX\neq1bPrTzz9g5MEw1Rxav8rE1raXc8exNDDZKK0vjnf84bSt8VMe4jzKgEGv7\nHpaqSUFn9smPUlBcWXV0XGuM4tW+lWMv15oQEPb5F2A62LmOm7GE6qSo/cJS\nJO+qQ8HEIa+v4oGakzYuybC6kv/SKHkw+nTDkau5JbhBG847HaMRQMhwBtve\njsKvr5QEsYBDzmn7rOaPIno5iA0RdvmQW5a23vpartF5+K4ic2bPtRpb00VU\nxd6fTNoByQXS6dVDmGPyoXSt2c10Npdwgtv+jx5r7Mpsq+0LazRbKxknFpvA\nwD2I\r\n=pjLU\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQClUoAI+KzROWP+yA6bFBahWqe2+X119Q0UZ3oRvBgeYAIge7g5CDTN7AO/Q7Vz3icyzUdMYuyRElusA/6U7Z1RCUU="}]}},"1.4.0-nightly.20":{"name":"@influxdata/influxdb-client","version":"1.4.0-nightly.20","devDependencies":{"@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^14.1.1","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^1.27.5","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^5.1.2","rollup-plugin-typescript2":"^0.25.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typedoc":"^0.17.6","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-1X/enAJnXWPn9GLCh3mJYgC26UsQ8fx9ED+DK768iEIIyb/Bjfgy5QOJgAGt0tOIJzVlwlbz3uDfycZ8s0wc9w==","shasum":"822f4b8ad61ed0dfdd2787963c6a1b51dc7a11ac","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.4.0-nightly.20.tgz","fileCount":89,"unpackedSize":912783,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe6xrNCRA9TVsSAnZWagAA12YP/iFtAjhz3RDRXa0EM69k\nqxeHKjM+98suiJM6W3aJ6lWugOy9JfLVSEC3zm67sGStIvQ1qt+2hggI7uaX\n0llO+YlLMTZ22VxC2EoCgFCyJVYFChEMw8NG7a8MR1rXXI9RkegsLcyYIAii\nswRd/Agq0VYxHPRGW7M1QFs2BLYBKdfzvaqihQjJNCM5vRrtMG/RMzmbLEef\nt6v+3Wajn79pIkyQtalsjJdirq8JalmNNsDN8D3ri9A+pv43rrEpv6TZXAys\nKqohsBSJSzMTiDLwvf526IALzzg7n7fyA4DpiysZaruzooR3EmFS7Li332bK\nscpHrYp/0QusCWovL6+K/zWXH+clJHwEfGGxNg3ug0tGEXHOoRf0wsz5scy2\nxmFQEQ52jDcYeyk/i8RFEVDgLvsiPB6m9r/WCt15EwZQVEmZewHzJsuMDjp8\nru7FK01m7Vbg7ykRxUUMPH8IeOSPIUcSV0aebkbmWip1TT/Sh06CLR9reFFb\nTMxuGgHYJX3L8IqKttJszoJtcqOaprdM0ik5YG2EiJA/8mf8JRL4A89wWk/K\nePxKVBkVlZ767H9Pzmq3pIot8ZZwsl/JRtR99BcmWqgNgBI93+HQZTzpNYME\npP2s+dJpDxGDUia4ioYCgmwmuXGHf8MFPezAw7anuWlPknPOj0NkGH5DS4Ko\nUpg9\r\n=eXRy\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHDOsbK4lxxqZekyaE7I7LCtTfFTSBaZbC7wItWwgoMkAiB/tXazj9XKN3Mi5mAdy9U3O0FFfPRV+W2FjJgKFhNcpA=="}]}},"1.4.0":{"name":"@influxdata/influxdb-client","version":"1.4.0","devDependencies":{"@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^14.1.1","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^1.27.5","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^5.1.2","rollup-plugin-typescript2":"^0.25.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typedoc":"^0.17.6","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-zCw3VGbF1Hcgl4g1UyzACZVQ0+CLkziWT6pCJXuWSjfa41jfmpxmo1oursfOlbZPhDKmGXl4MPIX+9ExoncbQA==","shasum":"230d52052968407cc7c5592b52c714e7809fdd3d","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.4.0.tgz","fileCount":89,"unpackedSize":912639,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe7Gr4CRA9TVsSAnZWagAAfc0P/jVr6VJHBTiKQKdTT21P\n3OzZDdbDCVGGIkPKJKUjVOOn/D+G6nsKIZ+/3GljVCE7J0ZzIWsHrryr9ft1\n6iXxAg8h4iKaRhjqMua1xB8BiooGFU7GdqX8PHL7ohwkfwC/4RTtPu1M1ow3\nvJDL0OsiZsFDXcQ4qsI/3SrYi5WFQptcLrsNRYYlhqhAAffSOv1BVrAxoWHy\n2zWhsDAM09Xc33kvjf58UV6LBn/uZeZ5RiQCYucvxjpKh1SrLOJytrqZRAeR\nzdpRq1yzXzp4OwpVpOHSaWbHU1hiQ2lWMaYVNhTZZe/tpl6bpSvjBzvpS04c\nZpSEuNrj97vh//lYvb9tW3g2QXB84vqZh+pyxy8QP8SbdxTTn8qmEMCX61R6\n+kDvRISv3WIxC7pY3Pko4bGMcPht/pTKlKVtk8t2QUq6xZM3Lf/hyZDfiQW8\nr3oI+vKD6CtOLAPKsCB3U3w/Dt2+TDbXiqm6qy+wo744BYocz0vrWGucrBaA\n8WNCeDhOLlWngyqE/P7PVwmPKDPoKKApt857h2W/kzvEVMwgtxVkiHvNC7VO\nW2vr+uW1YChQzy7KEd+bEHBrT9SBW+mAKhhb27XDkYQmmI3Z+5Wks7atq0Ne\n03s4NZmS4KCMkUwDPNTJJBPdLfud4RKR8t+llDdJ9FklaIrPDvj9bYFki9/O\nxkyU\r\n=OqgF\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD2lSUl6UVjxvc/og5FlGnaClV4wnRvRHFKA626r6zysQIhANpJYJxT5KyEv0pot+CuW+AJHqzJ8xNXBYN4eDALlwf2"}]}},"1.5.0-nightly.1":{"name":"@influxdata/influxdb-client","version":"1.5.0-nightly.1","devDependencies":{"@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^14.1.1","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^1.27.5","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^5.1.2","rollup-plugin-typescript2":"^0.25.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typedoc":"^0.17.6","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-dGK/zMKKiGbr5rHJ2zTYRHlbiB3o42tfcpO6PHrQhdvZtTPWU+VjrH97SFQh89W9A3hJYy1jTiSyeA5tU6n/Bg==","shasum":"a67caec1e31eb68bf3209eefd6fdc45148dd3e8e","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.5.0-nightly.1.tgz","fileCount":89,"unpackedSize":912783,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe7GwfCRA9TVsSAnZWagAAtp4QAKCCy7hNz/OWJAo4Q2Ec\nMmbVvRmTSuXBcaUA+0dcz+34TzeTQx19z5dlo3rvG8IL7ZyFnt8DLtrBbU7e\nCWxlyRydOuiYLkrnirMdZv86gnn3QjD7Xy5XAK6kMjm4s6VscTi8Ow7UsGTm\nqd3GX6mv3+MlUE1yjV4ILFwxnwhOBClZr3IA+iFuylKZ6oFrjAzY/9lOZN/x\nwQ5zvzFDGd54POXsOZiW31/DxJ5+FoTyIsCzRqMruHXBdiMkU2aW52AlaL1j\n698GThQ2GWI7YnyWbqHRzTwCMON7bRx9LY5DDIMkHp/42e9qonltOynQcxXm\nH7KS51RqUdlUCUOBdQlwUGVbaBep5tQ+5ddd+dyn52TOhltltyb1NwZ6tdjp\nF+xTv1fyz1I3/TwM9Ay6FBxUFiAmcl9JwGpbEivDmLTkbMtZ3OdPPHFXDciu\nPBibrJmEc9dvKqmCh3UADho4Va53Q6HoUs/rYRgcrUnKpXKFpE4gJOO+jFNX\nM/4ZvbyDmpStUdPlGfOkjKRTGKHM4ZVdrzUPnyXo9h4ZFxzvS6RZ8630/5VQ\nDzmtx8zm7Br31m7IgI39dSSJZ+1tqRQVnxhOVhaehs07JGdKiLjIKwPzMax6\nTHZjexRrk+eA9pGLmUE23Ir5SSFRtsVSrJm4V53xJEP8d4EFcI706cdBk9Xu\nkjLU\r\n=uNTy\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEnGZvwbGl2RBupMp4okC2FOD4Nb60vVwnh9egz3tLk2AiBURtCoSSq/FKN8kU2OYSdV8I/Tk3P7dPpA2ISNdINmSQ=="}]}},"1.5.0-nightly.2":{"name":"@influxdata/influxdb-client","version":"1.5.0-nightly.2","devDependencies":{"@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^14.1.1","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^1.27.5","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^5.1.2","rollup-plugin-typescript2":"^0.25.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typedoc":"^0.17.6","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-wPdchS6vAjPpJ+QPTdkD8sSbZ4QgDhRBl2JH5opsdsjlwHGAptCN7dMpg8Ufyo7eFwIFigp028QsXtEYMEqtPA==","shasum":"6e6a443a3d356a7cc6b9a5434de8c6ad5440895e","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.5.0-nightly.2.tgz","fileCount":89,"unpackedSize":915117,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe8E15CRA9TVsSAnZWagAAuK4P/itUzjblRCk/rE9KLHwe\nZizmX9jKXAIvwdv8PedgqQ6umOMryiLT6pfuGJRaYRACeruEyS8hqab0G/Nm\np8AIpXIb3ouadrXh8P6+EKWx+UC2WFBDvmm8rDPSq2CkK/LPGmdETo/OFvhR\n1erAS9vVu0vZDAdXli1GAGfiuYP29EX8p3EUm/s6mqQLIvQOyjpjAxDu8IYy\nsNVSXIg6/w6oJ/SHivGWR3mXfmaXu83PbZWsslz5U+WZZThY61k04nrKHCJA\neSMihyB16EQBNHEmN5uWUlFbcieq9+YOi1PuY0/3pKzBnpaXT4adowbMNASS\ndV83p15BPnOHqUlb0cqJX+slA+YcojwM5RrscrsV4PK7M149T36YfIxPipp0\nnnZiYxwoq4EtmKZfGxqGj2zB6O/6+7pdiwpJY5yT0hDRJ/y047M789sHhvLe\nOAqNPAwaOvJ3cBEzVDhsTz6uHdLbGHmRKoKpKnCy0QtwHVaJLbhnUx2el0S0\nqQ2EivUQ5c7OCnZv8p7HdmivWKUjwe+3SsXb74YQmmKgqG7YORoyf0d1701i\nvDsvvN1dYby9qjcpnvOwOiSR26DqF4TDN+VHkpZ2cXCmDWlk5e7Jgfo1eguO\nhB1IwW48cMp9hBMIW+EaiHsbFlOjgPcdlXomWKusSN1D8IPRUg3mnWsFO1Hy\n8h2M\r\n=B4hk\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFVjAQElLuzfGg1+EaeLa3gPd6+Zw3+h4byb7QHDL/LKAiAoSuJ66cTd38jH+NLcZslwgjLZa2uUA6WJ1GDEGZLDlg=="}]}},"1.5.0-nightly.3":{"name":"@influxdata/influxdb-client","version":"1.5.0-nightly.3","devDependencies":{"@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^14.1.1","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^1.27.5","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^5.1.2","rollup-plugin-typescript2":"^0.25.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typedoc":"^0.17.6","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-kWLloKZ4dhDwJxPTujUfMAcWD/v5i0ZZj2Ou3mmDNRhatP6yfErHCqpAKhQ5toXkHFI8rfOBDKW/wiB5bgcO9g==","shasum":"2b049c4974e8e7db025d1ae3e35d8938610ce605","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.5.0-nightly.3.tgz","fileCount":89,"unpackedSize":915117,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe+ajVCRA9TVsSAnZWagAA17sP/RWxgM+zwACH/CXk980O\nyPNz22h4ruk1q2ZORXMRCskDsDEMGPgLeaHRzZIg+hf1sh3tBGHnW8gGZ2Wy\n4QLOO4uqC+ghb+D96y2IPPJlQrIWGHsPMIP5+PZhJ5ySovbj1NdnKKrnwq84\nHf75c1fBqmqQ8E8QA+xfkkQnr8qUSd/HRB7DiZlsR3SqZHZX2U9+kpaAimYc\nMe4XuvbxgVdqZPYm71JNZpxqpR2YqdXJJcURGp6+tYZPtW0q5ApTp5hVdrRC\ncgPlNlq7OD/EtSAxcNWfV39KdsituyLtqxMg94zq/ifGV2lRYr4O5/9HuUte\nSYw42UC1nLHw9Crw2X007tkqsJfNnWdsZMPwDy2xvNCcHgzpqbl7BSnRiWAk\nUMLSUIC05+wqgNmQWnTIvpVJ0+6TPK0AyYw/j/Cl9hdv93YOd+2EixdwW1M/\noIAFKsY+lkoucgWczLWqAaM61Xd4npRU2qlHqKPZjj3oKSjl+AVS9lv1Eg4Z\ngXqokEyAor+2/xI0OMtMoKqSVrnxxlPjWc/ole9jH2s9/PrvxCNJZOChbzXf\nU91VdZUm/GrpzqeCXoivUjjIMnvbYkJqQcPW8lpNDdlox0zgJ8zgFiUWWA9L\nIvijOIPqtOjSjKp6a1d7zuwn2VDkDSKGBl6y/GKvXDUC/Mj/pChBzRw2UDu3\n+JXg\r\n=zfCD\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIA3G3hhuWkGprakO+mSSg9Yl3nBPltPfkSA2P+N+8YCWAiEA6FZqEmuoZc9+gBK8p37wRLKnidgQBcuNJsSR5bqNqtc="}]}},"1.5.0-nightly.4":{"name":"@influxdata/influxdb-client","version":"1.5.0-nightly.4","devDependencies":{"@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^14.1.1","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^1.27.5","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^5.1.2","rollup-plugin-typescript2":"^0.25.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typedoc":"^0.17.6","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-dLY3mBvjsRdssw6WI6lpw9wEovoXRZtK0Dbr9Cy2EsIDFM4TwzuRB9i+T1WE15M5HdKhD6Eis4wzHenBDhF9zg==","shasum":"149e1b7a15baf783f989bb930d27c48b3975438f","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.5.0-nightly.4.tgz","fileCount":89,"unpackedSize":929089,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe+aqhCRA9TVsSAnZWagAAJvwP/jdcho/2ETEXy3KnLzYe\ne1tPfk4P+Jc8AGSQKE6lh4pHS3zTuZZaGHBV971XYc2XRtMZUrtgddeVZ/6b\n1j4jNBvYIofuERHzdHXJZ6X1EfAEALpybBeNuxaMPAQqV+G5ZhgxxpNyun9O\nHHTYsQo2hB1d9DCeiAT0/u+qmnIQLp3QzBxlWqHbxavamW+i9oqc2Beb2adv\nUrBZj1RCNHSVpb2iZz5XEUso8Oi4R/OkY3q8JmAqTw04XtNB3vIXK5FHQzWF\nqBuBmRGvd7OO5gBkqcenophB2BYPJcPdsyna5BA4t8prad1XbE2bzNEvclC+\nEQRXvBNH0oO8nwFAOAHzqkG9NTTx4Jz+UP58GaL/3agVNCABI/FyIq5BnbAt\nv+znvQtnXnGvd2zBUIZfxelAK4amDSCJaWFyF6VxaFGM3uI6o2N1C2/hFzqm\nM9zU/MpTPLlM05AqWIPXuJblG6t1JII9S+CDIjDl0j5Uh7mWoNOFrc/ZOvlH\nuWVa71TMDyJLcQp9nJmnaEwc98QaOS6xwVn43pevbj3ZQSmmVTH6pgsWMf9g\n2rC/W278o+nB1UMxe+1L1fTgQgN1iHmvNvV2zbHStvjeSngAR5t5i/5kzgk3\nUN3HwY+0+d2XrvEcaBZ7AFI2pnyJwOsEg+hc15y/X+gheDhekbf0ulH7+JeX\nNz7p\r\n=fL6W\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGHVQ3+J92bEjIR0y6udLjPPhFbXHLIa7w/PVRM249IaAiEAwiltzwPHdXRzO5tAuNOGVoa8wDHAKRMReUvPyWsg/qI="}]}},"1.5.0-nightly.5":{"name":"@influxdata/influxdb-client","version":"1.5.0-nightly.5","devDependencies":{"@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^14.1.1","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^1.27.5","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^5.1.2","rollup-plugin-typescript2":"^0.25.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typedoc":"^0.17.6","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-qwn4K6nZ0NIvUCiIvwtlRf75YhtGS0yqZYsjwNTsMEsLY+/wDpEkkLM0sokQ1vCqQnv+TEX+NRRtoAZWlYihGw==","shasum":"ec8f1fa3badd8ebc097f8f10d18be188f3f0a70d","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.5.0-nightly.5.tgz","fileCount":89,"unpackedSize":933192,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe+yNBCRA9TVsSAnZWagAACU4P/j03Q5ZJzDvxkhvm/4wE\nUeENh2dfjdZfmixiVeyU0AxOqtMS+61cAQghmi6ziq0ZzuBTyakNOY7O+PLa\nC4zB6an7vfCYfvUlIGQ8OkM0ZHonUFmgo7hfSizI7ljyJQyk+ksqH0QRot6C\nJ3Nvz9muuxbCKNuYF6U8CvhvG+gCFi9i2zNiF8GUzaBgZPk6ATZkeicAXgKJ\nuWIcRG9gDpT8/mNsDxSgZkKqWEo0Nja1sM5FIi/AjFxz6jerkJHBeUE5AuEL\nein/9xfyK7RkWFd8rYUicXM+XI2J7scATZVBFUrdY8ESH0LsEKhb9QTTUxpj\nJUGggxwKWtlkNNpY2412HPUH2tyJKVHI+MoJFpuYsYy6atzyxvMOQUSI++DS\nYRBXW0I5WUHA8dxFaGVxvCCbXkLUfsR1FZ4tMAm/B4UHHhxMwh7+57kmEvDJ\nvU9i364LimAAkgcNPmCRwHzSYAuU1bbNqW4PySMHPgRq8Po/YVTNiUNZfJ68\nP0K0BYoIfdkLOjoHokI5olH37+81NMvl1dhOmJz6KmIU+u3zqB9kLHNOFpjm\nMtcLvZldnAk/oKQI4cSYdqLAv8rOhkx7KOzRO3UjNAqsTGMwVG+XmWJgFcNc\nuVkLIJVRXLOq79IUEgzmE+zsZbKtFmJYoSyZUV5fc6h+EHMMY3uxf8Cab6JW\nSwmQ\r\n=H258\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBA+n4mWxXd0Q5WPCowtCi1hH+FwpZtH9W4QQuKAb2StAiEA1QpiNP+mwLqmi+1OMPVAvKCmE9OxsAM6QRTUaVF+8r0="}]}},"1.5.0":{"name":"@influxdata/influxdb-client","version":"1.5.0","devDependencies":{"@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^14.1.1","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^1.27.5","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^5.1.2","rollup-plugin-typescript2":"^0.25.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typedoc":"^0.17.6","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-s6a7AeWopkZGHKVqDg/uA5GnpHlJGMb+hU9Pddff1FToARYZrNuGLbGkh92UruBvg7bCU5xOZ+xEGwGX6lpPpA==","shasum":"a6d11e441c6fc3df7685bdfcfa779bb47147a6d7","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.5.0.tgz","fileCount":89,"unpackedSize":933049,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfEVnYCRA9TVsSAnZWagAAUCAQAIr14+LMMmk26YcYhYN6\nzaWKEBxSYSmtxjIZry24UITlTVAWNdhSOTqxZt78jrJoEbFP+j8wEkRlcqDw\nf8JjhU2OupYShJ96S3vGg1dL+iCh23BSMjBy18QzIqKDSh2oX8fZ9H0DiUVD\npKijiXBhgo6TvlMWQyBg2rEdZa0rmHqcIEWM5O8rKotffnN8YhQQaKuDWUaz\ns6uR6W2kj5GXJ1u5ycBS2Kk07MVTtFQUH7OGhVVErn3hIcQAytWUJr4ga5g+\n/lVW6yf2hLmViciwxup96Wf3TeTUHf+DjBhilu3SLmVEG0U0Cj2QU4Z45PPd\nsKFXD6f+bSuDZhEFUk+QEYm1qmO/q6ElGr5IgI0ycOemDcHfOrVrmO9s55ph\nP5qcWtHBbmSnwCsQGB4PzTaMsfttMVhMqnsq9/pU9uvWI1CbvBMiI5A1hWAR\n+KmGpiiIRFJjTmDtLM+aDOkGcAtZn8zMw4kUxwVxb+zC3IZ+BnJqx9cFHdm9\nM2ghk4YlLz6a0MfaZq1VwWSt3+57i6t8lFgtsszn1eO06UWAWami5Kb64x+5\nPTeTtrE67i+sbET3V1t+xjwK4Pi3ja7p0+AF8d3V1FCMFe9BQpD3nfL4e98g\n0vcyfOrL/dAXchCsiGH4E29wk5EYcdP3zFYHxB8RNKNpfnK3FMAU52B4uadL\nQt+r\r\n=Ji9M\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFaNjAtkLa9QNjFxFSyBFO++pEI4uSEtVcibldXIo85vAiAorf+UFCbjoF9FHhR47/B7J2RZWDfPcYUFMDwOz5/gIA=="}]}},"1.6.0-nightly.2":{"name":"@influxdata/influxdb-client","version":"1.6.0-nightly.2","devDependencies":{"@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^14.1.1","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^1.27.5","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^5.1.2","rollup-plugin-typescript2":"^0.25.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typedoc":"^0.17.6","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-zmTN5EsP/x0u2isMhFzRHWjlewS46wcMu8MwPAzMMzBOXNj+u2S6kzub92ZBoeef9oFaUtUdbmJNIRyHIV7d0A==","shasum":"5d9aa48d37edbc99f8417493cb3fdff29602ec4b","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.6.0-nightly.2.tgz","fileCount":89,"unpackedSize":933192,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfEX9PCRA9TVsSAnZWagAA8UcQAI9CiE7Sxl4E14smkD03\nlRLNYCl84NSEuvk+44xoN0my868vtLosKlTDz9g5Pk79QpsRIx6TdxdQbFkO\n7P7VWzyUf5FBZZsQaDLzVABy76GY1ioCj8w3QrgRAs84HCAtgvy/BfYcKmMi\ndAVKkbEYon8MIWeQm5z6d4Ixmv022aQFWYCyCQ1FDmVj+nxtEl83M1x8cZcC\njnJQo8c48OFvlVeMBIZDLwwchwCIwkQvAkiUf8i41DaSm9Q0jerfzehEGO2o\nlasTq5U1N5+bKRrcSTJxQNYepcpwU50aZ8B1LL1E3VlKafs76hWMnwHlXCIE\ntkWRYOqGr46pa2p1KsLUCvby2cMKdOYreIVSzCjAp/O3nuzy6epCW4Txzo92\n5hx43VdM6y6oxEXQknBu/tDlnXeqonYUKY2VVuXmMR7GODWS+78BeSh2PRnk\nbvt81v0vNq+K6ZZ9GPEAIDmbZIPjfvaQuj7yj/NlI5BCuhaWw6tHvc43tXb0\nFoY56+jZmaiYYy9JhwlnaaZkkCyWqrhhg3Ss502qj9MkwsssreqG7uGEqB4P\n81ZoPYH64DYEo8ZD0YBjxMu6c20m4lr09AsOKZG4VMtzlrI3V1okk305nkPi\nbEBEskMDe8US6exaIg7mqi8Ww0AJGZR/u096iRdIi3GAiB02eUNrSdNy52VG\nQ1W8\r\n=g1Zu\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDhMiXNtLI3fKRiK6WQbNvmLSLZcUe2te1nNXRFeLGbIgIhAP9iDDhpEeKDZE+FNYwtw1ITqVgoxLp76CUlEWg8HESl"}]}},"1.6.0-nightly.3":{"name":"@influxdata/influxdb-client","version":"1.6.0-nightly.3","devDependencies":{"@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^14.1.1","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^1.27.5","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^5.1.2","rollup-plugin-typescript2":"^0.25.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typedoc":"^0.17.6","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-FlHLetBEwaxEIPW5KOK80MOui3AKrT0m2DGRW7BLSu6gbUPaB72D8QC9cj+g/dyDdKtd07yeCwfGVdSKR87ZPA==","shasum":"7ae49f40ce05db93c1efd4bb3b4830dd73db9784","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.6.0-nightly.3.tgz","fileCount":89,"unpackedSize":933192,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfEYCFCRA9TVsSAnZWagAANfsP/0SEM+qbh1gE4QgMbLti\nFt6iU6dn6390fQcI4FlFWwsAwuoMA9h4vtpu4Scb4IBCOIG46YWKlmh4INUl\nHd4TUQssUNmp3EgrEJXQaS3ynUZWynGT//9jlikNz6Hp0USjcIBSl5elpG3S\nkELSmYvbRG1E1x3QZzNO7Hz3juItU77gFPRdkdsbUWW/JMAfFIlJohPIYi7T\nuuFwLWBQby/ypehW2TpK94Lt3kLzzdO06WvWojS+EfeZXm3/lYQTMjtN8phL\nbNHCvdRRJO7ZXuyiv+IC77uRqLTXb3wYF4MJl0I6b1W0j5UKV+B7XFhoNz7F\ngICGkogqPvmBLCjtZt+6LWL7RkFCRuLREF0CH3MPzANL/ktGCctjnl1fgq/X\nCqFlDiZaSSUZN9PS3d++KYBEd4+gbRhHpwqUXf41t0D2krORClILfyJ8hTNz\nPat2A0bR9UQBShicholjU7/O5qghMGRDOJfXTtfRDQOncvrNhfK7dbiX5nMu\nMcl30AZ18V7P6nWfiUpSJBJ7W/LoMSkL0CapR1rZCJ/zJUum1CJtDEca17+Z\nivMCPETYYjRW0rtjY6t72zEfqR7ww19kE5y0EzpAycM2sd7WnxG4gk4QCVSN\n0KTMIsvC2zCnJW2f51U6foN3+Zfu34dpjW6VNVnLyg8e6Y5+eluS/H5EL8dp\n6JYm\r\n=VJ+C\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCLdNgFat9YOxEdPq9eHaEUZjr4qbzHT3l20p0JyXyRoAIhANBnVl7+zUlbvkTZvq+nt/BlALpCYQwdeNlvL4VtBR2P"}]}},"1.6.0-nightly.4":{"name":"@influxdata/influxdb-client","version":"1.6.0-nightly.4","devDependencies":{"@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^14.1.1","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^1.27.5","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^5.1.2","rollup-plugin-typescript2":"^0.25.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typedoc":"^0.17.6","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-NMAeCNYwRhEbxmYjmLgEwPG9qB2kPYXPulu8mKCFEp7msfQssIrKAhPAvDzpiirGTGXEOxYZN9rfwa2ofXIrpw==","shasum":"e918b9f5bb1e6c6ed692f10eddc7b559e93dcfa8","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.6.0-nightly.4.tgz","fileCount":89,"unpackedSize":933192,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfEfuqCRA9TVsSAnZWagAAIsMP/08gSm/tTDULct1DD/II\nY1iBo2uxNh1bXYndj7/9fh7d8Zu9mG8bA6f057AHrTOzXIQ3jNNN+OYtZE6M\nkP430K50i2PzuHvQY672iB1PUYpeZNtqLqwlHHCoxiOeGxjQ0o+eVRiczWt5\n2ry6lXCXg+iYD9sNWJi+zCADGsDLLJhStFfODfqKsSAS/IyrycWXi8xCOW91\nqPjLLxmrvL1qkahuqgGMVMZQdSBEMwrxw2aiR/U5Iq4I0Nsm/eb7zFzWlbzp\nmleYB/ohtPyh3MYFZUddZwgmpPLhnT+xeY8Kl93sJJk1UKhWMGJT82uYlk9l\nAMR5pARziL9bWtu9GHyACrVIkRE7Z2g0IYO6vVqbBUrjrfaJY2np/c/613re\npJkbcdwauFciPblU1d/7bmWzl1TuEGwuQig5UAf0wUG8WJrXM9ohXXBSMsFj\nSWG7x3e2CVgzha5X0qZunAJwJ3A6zGsVx9rfn+o+8mjGmS71QQammtsJvkng\nvLpOMc/tGF7dCmbCyNY4OP1In1BJvVuE5IEdncDhnEWCW17wtNEBD95bZWDY\npdW8v1wogPfqgteUBQPq+d7OZwnoaeFVqL3mV4Rji474I3R7bibzYJQr4Caj\nXxTfvfkU0lsBDHiD/ZUJ7Wy2VdKg+FywASArSVR6wIKO68xKTHpl7vSOxECp\nqzJt\r\n=7/h9\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDCfkZCNm1NeVTp2K102FxE2HUGsNyPnuABjUK8cF9lMQIhAOFGoYNAJZomoF3fl/QWtIuvucwis66oCow/btwt1OfF"}]}},"1.6.0-nightly.5":{"name":"@influxdata/influxdb-client","version":"1.6.0-nightly.5","devDependencies":{"@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^14.1.1","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^1.27.5","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^5.1.2","rollup-plugin-typescript2":"^0.25.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typedoc":"^0.17.6","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-Q7XI6XcJn15cC7tOEc/pSq1NtbNPo0Ohz9En0IpthL9GXjLNdFW/4/oe1/Acv2zQmPLSeSiHVHi9c8oxyhrsmg==","shasum":"c640e95540e3331b4fa3171fedb71b31b15b7065","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.6.0-nightly.5.tgz","fileCount":89,"unpackedSize":933192,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfFXyZCRA9TVsSAnZWagAAv0YP/35aXtohT/3qyCYdABe2\n+YdBJuANZ0/OJXX6PR9ru5yZSF8tG0/sFJMrKsccPnnMaK26QObBkYUHf215\n1apvPRlQPsfhVb4O0T2IXM8R17ob92vjqVvCvMbWiKV0hBdnbwJjwXaKW5IP\nVkT1d4mJQkv8frDgHDirtc+0K2eE6xW5UZurZkykrLYp8b2sNJMOMAqRlO4T\nvOndz412hi73xPArqEqnzEmzvrRULmlFOcTyUosGyp6Qu2PIIl7zAYrrcPt9\nbD/SEOPIRoYvuVUNmFFn8t4SQ8J+tYPRi2kfr4KyXYqWMBCjr9e1D2VDAFNT\nZQaNuemY/unoerpuPm6zbOfkszksmejAqCouLMor7LJr2Hdjxp23Htg1iaTm\n+wc8aTcS99PvmZWrCfbFPLKqiGgGbhhfDq7APPe6Aik+iEFfaadXwiqnBmC9\n/VadfVjjTUPTJaiUuM6t37HpBmSqCCH22r2zAGAB5m6qsEskkzx5MAgJuodL\nnj9eEitaHvs8W32l/wDiQ2Tez+QE5UMIOuVyIH7Jv/cQdMPJsKtpCLabtOwy\nBJJh9RX52QolVAIWPoQj97+Dp0ZcNMkcG4UMaGhAzZTP0Mqe1dqJMsLMpHjZ\nvRhp6Zv7bO31TEErQs64QPNgIMCPyPi2dXRIGBPTolCL9nciQuCz1cuVUQ3B\noT2J\r\n=xR6k\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHA8jS2BR3cztoiFKtGMb+N485Cq8ddRy8iuYxO2cjEXAiBqK3h244MK6uUGMsDi4NO492Y2yw1bccLnYN5xBC+46Q=="}]}},"1.6.0-nightly.6":{"name":"@influxdata/influxdb-client","version":"1.6.0-nightly.6","devDependencies":{"@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^14.1.1","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^1.27.5","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^5.1.2","rollup-plugin-typescript2":"^0.25.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typedoc":"^0.17.6","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-X7MwEL2+9sFIZOLCf3DW9Bx6v/wfmnFFxmD1Ov+vg6wpeqsj1saZJv5E2XCoYGQdIA0Eti4YjSvFal9ej2UkBQ==","shasum":"b9d17225d4edade4ffed1606004123788158dccb","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.6.0-nightly.6.tgz","fileCount":89,"unpackedSize":933192,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfF713CRA9TVsSAnZWagAAWJQP/3M+qCs0JLDQkhP6Y6F3\nIp+eN3UWJjskek7xlySeL5MwbSuMr11IfGhJ4xLr6mfL74ybw5lG2420LDlx\nSsgsiPBzna/L4nIkgnzEEdLc64quRlYZRAVLYR+V/dKK35W5jp5SWF+Anw8Y\nbDQQXekk3sUKBbXZ/bTkRrnDww9GVanR0LfixHXNh6WryoHlRsdXyirBzNDZ\nB58pDHflgvnykXqXsJ9YQt0KGXQIW5+culecnOTYwhS7yR2tOOpvOWlKll1n\nQlLXk/tVZCl5J1ueJf8fwpoNvu+N9ncBk1GK5UteENwuEdGI0B7qqa9+fPU1\nGbBDwUeEBduqzkXcOeD/XEpfE11Z6tMmvXrsvq9Jmtp1TXvwh1YPKAPyo1jY\nbUfOzqStCGygdJD+SMWu4aUqziPYbo3vbRc72EW1dReqI4xvY2hrnIn3fzzv\n2DZ1IYKIMFUrPpOK3jMKq+ZyEo1gWvHJfbLOCqxmsJmUejPq+w36k0VJBg3e\nALnxby1TxEwEdHqNAegut/VsS1vH/xJxvUpPOcgISVlwNDqpGEpVWAMOhndY\nAs+mXmR/haWdF2bT7SXA4Ah3jVF2g5MoLJhDAK8+lDKRKdUJP0s8gC+2IBcg\nGX70I+/SUnMbuMUNq2xbW1Jha87O/1syH9V5awhMUTPwpo3toqbacS5baN/W\n9AIK\r\n=f7ik\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIE4+0Klp6sQPwWL7+azLgMERuQpMxpyj/uayDV3UkcqkAiAbKRCbGFCj6sS7E/7DIA/5X+HG80FqOpinY+HB+afvnA=="}]}},"1.6.0-nightly.7":{"name":"@influxdata/influxdb-client","version":"1.6.0-nightly.7","devDependencies":{"@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^14.1.1","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^1.27.5","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^5.1.2","rollup-plugin-typescript2":"^0.25.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typedoc":"^0.17.6","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-tNpGnfSIsK+ne9exJeqS4uvrL9U9Wae6Y5KDY0KNanUtG7zUwk6RovuHf/CJorEfQFGkvONzvDt6YeoEicIL4Q==","shasum":"d11a7c73ac5ef5762ba9e20456531babba9fba6e","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.6.0-nightly.7.tgz","fileCount":89,"unpackedSize":933192,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfGJDMCRA9TVsSAnZWagAAFqIP/iAyIhnGB26zYXaXejNc\nqX+N8UKxrsOzF8uS21PvJfyaEXnd2CO52d8SdCFMcuHqVJfvShTc/jSMB35H\nENk+qxOobPXRdCzdpdtKuGH6LdoBxtaE39+o5DP581d+soc/K1tkGQUUnulG\nDmFQUuVNC4HzCfCotV4Nyx20KfFztulKJtSHlHEaQqX7l21cy7kGGQWlcnpJ\nYvbvE2eUaFkXK5coXl9yXvAhuv9MH98clrsh/QTkh7Fy/4sb6oIN0u9ezbbq\n53ve//RpeTZReBRe6jRt+TYlZJvKy7q6op+IS2PmeQLhj+FIuYJ//Dyq6Y0I\n5KwbEuSMQB4TcCmAyBqxOO02iuj14gSamzZ+TDc+48Vs+kl8F3Fg4AJk5WSN\n1azu1HrylPcZnXgdVBvaWsAIZBQeJtZF7/N9b02bJ7bo7jmF0XO9tOmOiLm6\ndw3bNM+Dabnr33szXen992cMN2+dU+ZxgrxpVKN2JuKQXniVmjyo3BkTCqIE\nl85AlfML2I6KKMX6JMagTnBs3AIasNsiU8dKkxBtob0Dn0jsIE7M4bYp4d93\nJpLkYJCVT5s1OfY73W1OlUsmZroyRK4XJjf2CsPK1CGz4KYaOaSx211w7SO5\n9yaBhT38dUNBF7eYPfVXSvFgu+M8rz6KBMHXpqHSzmyN0PaLUqtWGlis97nK\nz+iE\r\n=jegY\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDgfURfyjumqbUhx0k8qXKehIZGpsBHAAyW2HBcJOcPpAIhAL7D3cBmUoCDhX0XttC3hA0F7SDVwrSUYljbdAwLAdL5"}]}},"1.6.0-nightly.8":{"name":"@influxdata/influxdb-client","version":"1.6.0-nightly.8","devDependencies":{"@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^14.1.1","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^1.27.5","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^5.1.2","rollup-plugin-typescript2":"^0.25.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typedoc":"^0.17.6","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-SD6sN9E+SMU/g1Lcg4JLrFGpnUD0Gw92cYkAekNuLjYyyqMmRt1+TpTMd4jqoqvzlzwIi0JE2R/XNOfYfxwUxg==","shasum":"772cc43ae870109b64e0cdc012dd28251c62bded","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.6.0-nightly.8.tgz","fileCount":89,"unpackedSize":934668,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfGTN5CRA9TVsSAnZWagAAI5QQAKUo/JjB2Yt2kUIuFB+Z\nkYcppqWRQ6XbMHaBl9sX8t/Nh2gy3zF/4khE1+VGNIpHKLgx1JUX/Ws2ckWU\nxNWrQCkdOEtbNlzZ8HrhePvl06Hqa5gDfxFyzgj6RoSAXmf+mOlLjV595MKn\n+lQfGmPfiAhhgZy/jGOeZpd0P2AmmPjGnPD1It19x726NLMh2jjXdXmDeIyZ\ndLyTPd+vlOPAbHGaUlsuKlU4WNVJroo23cg4raXs3VPmhdOkTV64HU4KsTKC\nr5F3b4qMOyAjlaEWGRgnlgHMQ7V5JGFzYGVwUXtPHwcS6YZ3ZlPSuuvMHmR3\nVnN2jtOqtBr2ZFYkhE1WV07L9xhgCQiffYOsluy1oO/tF+/2cvoW3l37XgRh\nJcpqUvujPKhHrq1l1VtSizKSrkDtXNYAyy5UAUEEIqZohX2RCL1Fk3PaPk7M\nPrgeEwqoztFGvQFmCbd6WVhklyRNYBmNTCc3m+fE2L1y16Ast1TylGZbbGEd\naqBwWzlPDmKJXknTcqHSJm5NXkZuXNS9laj45kOD3PZhtSuD+5kU7F9UyTza\nNtc0ZLUxfmXI6mN2o0mYIRSWBowTmlmqKgqVdTp/TNzY6CN89pRVZA0fLSjR\nMD+adjXEH1DeaS13yI2+iEnidqpcPOev9tXZ3RBAGuMewPpLcn195A2rKZ+E\nTOQQ\r\n=prsZ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICdzbmEprZH/0y7KVqPtQY5UqOJ9pX3R8boVqP/8BjB1AiAKw3rpKp9132ioDOPLBV6EAtp+faeuVX3ze5KyUSuBaw=="}]}},"1.6.0-nightly.9":{"name":"@influxdata/influxdb-client","version":"1.6.0-nightly.9","devDependencies":{"@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^14.1.1","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^1.27.5","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^5.1.2","rollup-plugin-typescript2":"^0.25.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typedoc":"^0.17.6","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-Hm66z9qXqj1RkQUfBtY63XcQ14RhO8nAQH9549QjkbtkWuD3pf182W5NIPu/fEme4XDIfq49TfeuSQSi+80Myg==","shasum":"ef4b26730034b90a617455da7f70ef362589359e","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.6.0-nightly.9.tgz","fileCount":89,"unpackedSize":933192,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfGTU1CRA9TVsSAnZWagAAxowP/3MZfhFpggN1onHgDd6Z\nbRNuMkM0fFfnTFgK7W8XuZ7HKt957mvA05/9+KnKpBeGP2bH5cew1qsIxj+7\n9HbJr2iON5n8moF3++ziSS2JQ4X/Q432M3CtVpCYjo3ewVr17nPwp9I/vGKL\nPJeWNgFTbPN8X9zsq2QugIAbqVelQxDXKKbdlz2deCtwSUr4juCBvLy35iqs\nNHQjM6FwMzWMy4/cFIFlaj14KvVQWZIGMsn0R8nI6owOM8C6sE0TkvkaBm+m\nWi3VSWHJvSO4daB8VvAnJ0C/xV+MI2NRE5zxNp0aI+3UV1o8y4i2xfOqRAjh\n+MUTxhwJ55YxumnEPm14QkihlO0WGPjD3DqSrtcHdXnR62eAzRSWSIAWz6Vn\nS4AQk4cO1HAqQZODtGu06ul3TDzuPvUwQJUBYzgdOssSvWvgonUDPYDV5x1L\nN7JqrJtq4fFuhGGlY6SDR9XPPkLeKZFSgvR+/LedNjAzeQyq4wTjA5yfTvwX\nz05cWBI3kHID0Q2bta6+AT6dE+wjJ5rQDKNgl2Pg3QCRp3a2awY5IkDlyen0\nzw9trFJuB7mgZqnqgor+5BhbwG+fK8VDYt+FlrHYATigkoBqQF1jtp4kFMha\n26yEVcYTSNArebzeEAAy2PwMXrzGFt2q+VKaYjt485eWBkF4AifSY9UWIfww\n3HFP\r\n=waIq\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIALNH6wES5Od8XRkf1zSsgR3ciD+o/D58XGIv+zNVKIZAiEAsLsQsz4CpO1fXR4cOfH2N2Y+vOVGReTZqCl4xQ+rl1Y="}]}},"1.6.0-nightly.10":{"name":"@influxdata/influxdb-client","version":"1.6.0-nightly.10","devDependencies":{"@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^14.1.1","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^1.27.5","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^5.1.2","rollup-plugin-typescript2":"^0.25.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typedoc":"^0.17.6","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-+eqjgJ5J+JUcg4zho+BH4pWN+XLES1Ed8Plq+AERi/J5IAdSybv1wM+fQQSYq41tA/L1IQtdmzdLicrY0jjDAQ==","shasum":"8078961e49ff7d4dcdb2dd0660acdf23fb63a2c0","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.6.0-nightly.10.tgz","fileCount":89,"unpackedSize":933193,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfGXlpCRA9TVsSAnZWagAAIrIP/i4wKgDvQ71tkZUYeMND\nHjjpEgmOrxr236WVFqVjprWT1zey/+DgrnmcLQkIPEpYY2s0Drh6zaYcXL/K\nQrOaiKQ3/VKCV5WKg2hWGJ0aDnfD9uYgX9q+KvOnsqAnNC3UpxN5zwuqK4WO\n8CsgYLTuTBAoPur7wmIP57tjSq7tDFGaZjqgV8XXYmseWPkmgbVfNbysRWtU\naar34V5kepBow+GgO15QQ+set5PuTGvzvP1hJ0GUWdL9eVfqKnGPmyGD+u9B\nPIYY9PCne1JMR7uaBK2BlBzmg9LxMgCbY/FQRGSs56ZfPONCe8l6n4GzJbBV\n6L/lyvyJxKA064JP/7WHm3ayPn3VP/2lRcYxLi/5FYYKgRXvKdDBxkDGhXM7\nqQPlyumbt3WthUkuzKYrG7VIDlqOPHzvBoTNH18cazp9e0wzEAiT/VFqSP1/\nzjYwwVqoMhMdBZUBj2rk4p0HeWsTmsDV0bj77YUjpFBdt6XhsSSCG4p3nbts\nfUjpI4IfUapCRo9UN2TZES6DZA2x+pw0RAqvkOy9JX9oID7sV+oXlPQwX4Mb\nQCoaAUjPobbkka2Yx2PpCxuHTE4SR1d/8dEj1PjKNDe+bB/eh6Xe04NtSD0V\nQ3l1WrfuORNga0RKy7jpF2go8jhPL9jXe/poi+ydKQTJPYS173MTpDNOMoEw\nDF3/\r\n=29g+\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCstprFpDccfWM7glY+epCrYp6SkAGIYh8ivXub1C4xjgIhAN8qxvinLGASwc8PiOJJOQ0/e+9JA8+zlK3Xcfcyvxbe"}]}},"1.6.0-nightly.11":{"name":"@influxdata/influxdb-client","version":"1.6.0-nightly.11","devDependencies":{"@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^14.1.1","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^1.27.5","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^5.1.2","rollup-plugin-typescript2":"^0.25.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typedoc":"^0.17.6","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-Lk7dYcBWSIgFo6zRBgi+OtV8KiER4SSOB8/NYGLarAG44Yc66IddOrHYsuHX3B5/dk7iZFbKnA7N9oD+2Ofvfg==","shasum":"8a591f55d5b4e7eebd9d5dfe01a4b6544a724c14","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.6.0-nightly.11.tgz","fileCount":89,"unpackedSize":933193,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfGi0/CRA9TVsSAnZWagAAzWUP/2WOBRq52gRyOjgKUTFp\nz2t3SqLtKnacdLQk+LY572fBfZ6NwdpmlTCDiQ7o31ZUSfYYyQ1yC8k3y1IP\ndSkiMkr5bYVsNdv8j99oozBNxbnKvXiRGu9ySPde2SenaHEwqDIJFakGrswJ\nKzs9VPstFMbPWrBjHvmwU+r8DWkDz600tQtqWNLgfqub5fji2XbXGgKxV0bH\nquVxUfcEwWGLMa5sVvuHsaZ7Ftafb8S0oXiaEZalEjOCJIWAv3BpJKIPoKFl\nXzlnu15OKdiOTXS2EnKndwlcJq4RmiUpPiOZYHlvdUupeASoEKmx8oCG89Zn\n0O8JnBwPmFwt1c9EAT1+KpLJN5gyVXVE+WA2eU8Zv6hCocCVWqYN02M/PDav\npYzeDW3QIKey6XBIH1v4QI8aAJtzOOk7Mo9xNu9DunbcqAy4jZVFtgOGJsIi\nULpqxROrw7sfRRfJnImaNXRdx+X5ti0njpM29xOQDJVpIP3a8mkdCASXb/0E\n0cYXMxLkf44LUARgzq5b0Q6eUdL8ckJbeIf1XWDpbLGG3gpzUHgpS/Hw1Qn6\nsvOvyWjRWr3JwmwmRBNjNVCZMJlAnZedCv7ru8swwrua4LDMMK+694C/zioP\n3ksD7t14KfyH5m8TNHVJsoqEBUMbLMA6QWSbj799tKY6a3SNuDiSbEotNbTs\nMW1x\r\n=ALMJ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIA1IkasvXpnmxUQzm7sFiUT73pOggtxRboWhXMKPfPyMAiA0dtNOSCkaExwm7HUG9yOv+YI/BR9d5cNEFGryy4ZjfA=="}]}},"1.6.0-nightly.12":{"name":"@influxdata/influxdb-client","version":"1.6.0-nightly.12","devDependencies":{"@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^14.1.1","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^1.27.5","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^5.1.2","rollup-plugin-typescript2":"^0.25.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typedoc":"^0.17.6","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-5v+EBdC9rpns5nlA9ngdkt4NSvAG09YJcWNQ3G45j3peHMZbgQMTV6F+gFEXALTw+vK6lidTh7ANUO9qMBgqnw==","shasum":"034beb41cca58cbc526b985e3fe3d6cb95d30b89","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.6.0-nightly.12.tgz","fileCount":89,"unpackedSize":933193,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfGkEMCRA9TVsSAnZWagAApP4P/3DGu/YCHbfu7OsTQBel\nknJjq5l9Mrcq1XiBjHmmwq5FGEDnPnll+XP3SG+mGXpUG+20LKTi/L8ehKWG\nbvuyWexJCdTf9nVpTjgHrHVr60Y2EKxY7xq7mez8oLRLoM4eXKjiOFDla9xw\n3Lx0t1ZaQVjigI2uoxH01P7n+c2ekNS6g8OR0YWwQOcMrHx35Mhtu2F29Rt5\n4QFE+8i8vVNrMijysQEGAp4OwAhuHhoQM7GV7ULRqU3lIuaSXfJUf5zuygvz\nLwX/LRZ0P8VGNzG4GrJTk0hXR/N2HwVEoalqc68mdi0I9tPN+fUEVpgnV7j/\nv7yehcjsgFxcTLTCTV3Q/2w0iBCPEDr5uCvmqKJ3IQGM0wqXv9Th5m2PaqDf\nYlW34ZECBkldclcR7qwFcbKY1RAtu+hTEMiAlK0goLXSpoHL2pMrzyOofvCs\newOQxqGBcKGnqA3FbYbtR+2/3kyx2LfqbunYlBCftWuOj/EPCDXm7dCeZGrG\nReEjc0b/e8v0E4da0a2KhGmIGT+bG9sV/SYZC3nI2oJi7yACGg0fh6SZSGYA\n28oUvvLOYgGyBs8KBeOPXO5ko4TGQk/9qL3Sf23KIbS1hBLrh3HtmKpM/pXe\nQbKTm95/JUQ69myOUUDgAgMmk8K3iA+PDTz6XkwIqTCe4gQ79FYidJNL01XN\nRCIy\r\n=Z6mG\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCTmG6DO1b1/U4TKmoXszCKJnZqaONXDpdOHPdcVPQRTAIgcQsf2mwrlqk++c2FevBd1QmbTSIJsv3GKw1jNV60amA="}]}},"1.6.0-nightly.13":{"name":"@influxdata/influxdb-client","version":"1.6.0-nightly.13","devDependencies":{"@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^14.1.1","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^1.27.5","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^5.1.2","rollup-plugin-typescript2":"^0.25.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typedoc":"^0.17.6","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-zpZ5IIiKzHkFZLieHdBOmILHXjPF2XqvRsKEW140TG2ccz9WP+FTNrLhEJpdEmtrCe/thw/ardhyu+NGDiofEQ==","shasum":"8573921a936b64deca9fbece3f814125c799ac8a","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.6.0-nightly.13.tgz","fileCount":89,"unpackedSize":933193,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfGkIrCRA9TVsSAnZWagAAlywP/iKgkIrQQcpoPh3UgPG1\nwHPKh6wB1DB9N5XSFbPxJsKE51Wo96y0k26SHF7E8qh7XSfnRMWqXAYFhqNs\nCLAh35ZH+nuvtTVH3+zZaHD8syPhfn4K5uPp2EIVT3tduXgP9jA+W05Sqlrw\n5KApR2qeYsmnYQUgxOIdtufuXl5zqPHrZu8mhg0XrTyU+1+zg75/ELpe8uoi\n8aoeS2b2ngXTLNpUY4c2Nl0xqH7WI83vqs8hLqJEcJZdrD71svVZ4HUiZmEY\nXSYWa+5vG1MUiwfnglpTguB2g5Tm+TIE1hr60qH/k/GQZLc+KyNHeWPjTXSG\nh2xqp0kXcJxk1WG1AqTZbUTTaDIqBnSsIP/MMWgZfOX+6oeXY7LrK7PUdQyA\nPWjpDaT2bKz9rjDR1k5qEG2DP5olVD5S4S7mvm9UTqULW/GvpQT9OmNYziSs\nIRCiyQDgVlbDBDwFMRVEeVuF88SfUl5KlJgQ90/FZhTHO9edgXBRE5Z+XNTw\nTHuaNa1IgkDqPkw+Afqcjm29R+1v41b0IRCW9k5fFgi2VPqgh6rjfkXAhQQx\nwkB8bohWAJufPVD3f9gQUUWTQ8Xxh3kWVDoIxVfZq2QnueY/l3/qyKBjfzlf\nQb9QgfakwbVJ+95W45lZzUdojkY9JWEep0qcgScbPBNVuBa+YpmkUO40zuR/\nZsXu\r\n=q8z9\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDWxLnH2Dgcvo/6cfYjY2NK8Q2qLQUQ8q8BSH0BcRcQrAiA9YXTNt+NzZwViE0UdzvoMtzV3wY/xNf8Giu5ja+4E3Q=="}]}},"1.6.0-nightly.14":{"name":"@influxdata/influxdb-client","version":"1.6.0-nightly.14","devDependencies":{"@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^14.1.1","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^1.27.5","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^5.1.2","rollup-plugin-typescript2":"^0.25.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typedoc":"^0.17.6","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-OeBQRZHv7e3y9WyYLalb5sYbzmh51t7xXQBu77tWt5IVCDgGjt8y/XshnzAfOrVIYqPLEMGKYxknNoGhlFFZvQ==","shasum":"3ca6b03ade36f98dac56fc478e5da62ce2bc25ae","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.6.0-nightly.14.tgz","fileCount":89,"unpackedSize":936412,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfHBuLCRA9TVsSAnZWagAATBkP/0mqJwzd+3bSRZCKPC02\neHKlNvAs7mDt/JL5LmuvcbNrocuheZvmn0sogfSH1yxRC2SjfPnP0/5EIxUg\nSAsgIO8qbSpeTaywd/skwj0gEK8FL23ZS2VNaFdHxxqr1dHcYvguksKUVVMo\nKr8t3I/WJ4YbCzIf2aNoE2/t+KrOBIFpq25lXpH7oG3hUcufPqbh4W+Ea/fD\nRBXsm7BuMUM6I96J7K6xmBA1WbhmAxOzDQIEz3pFsU5p6E2lt//Dm+ADWQau\nqn+aqP5IjLiSVtOZ/m1X371IRtS3yH8wHc/Go4zbPFFD3YL3mMMwnjfG4ha/\n3Jt7Kzlwze5PFXwOFrasuIoZGoL46lCqiZHKvNJz0JCW72yJlacp9riPstr8\n/46zAK5aWs5rbY0uegi95Cacv59SBhEY3wb8Y+Tu4RRifVPnVZZ7i7daHp3U\nsGBThBTHJ9vXRfNselFq4Kd++lLoEos13w5DjDwsfAHQ6nsGecwx/rfp+Mvs\noAaMDFB64IRSOg6mzUd2Mr9JTVthJPJiJP9oTNt9Isd4J+IXZVESZAn7l2Qb\nIki8kpJmfeW++iLaecpYNFhnCnD9Th1cny/Eb6bEZVJ4oiaXjxKytFafo6ZQ\naVx9SOB4/NJ2V14UnVUqrfZ1PoTm1K/CrhCyir7vq6y6YTjmXOvBWYOH4SXD\nfhR4\r\n=qfkI\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBzmNu98vbGR1+t7lyY3+czg7nyKWQ15ZJZpiOebefZeAiEApd3C2Rv6a7vEanvWHog8KhBGQfO/kwI0qZikUSYrYB0="}]}},"1.6.0-nightly.15":{"name":"@influxdata/influxdb-client","version":"1.6.0-nightly.15","devDependencies":{"@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^14.1.1","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^1.27.5","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^5.1.2","rollup-plugin-typescript2":"^0.25.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typedoc":"^0.17.6","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-fjZAyHDt06nRjthZIOQ5USieWN5Yu8piv8QRL9cX4FzWnuNgwpXPxJUS9/gNLNKEg7Lgw7OMKP7S+mySn9HLng==","shasum":"f0b41754de67d2edbab12f3cd28bad286ed986b5","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.6.0-nightly.15.tgz","fileCount":89,"unpackedSize":936412,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfHBv+CRA9TVsSAnZWagAAU2sP/iryaZ8Wbg24X77RaQsz\nBZN4MRWS2bO31Ur1leSm7h8Zs6UFyZFteA4SZEkemNf2zaZLA/U+VS85S4r6\n9dsLEx7oZMt/iVGXalGsyRHnqqzz1N8jTVv9hICjiL63/QPqzt3Y+AOyxYN2\ns/7xZEwzfwOO5AtirnyNq65+s1Fk10+CddVGjh1TjLkmRjyBmpJoflqGaqHP\n50VhmwiKBTiP63jciXZT1QyLK4K6V7KPBSyC+6tqUMXv2j2t21V5fHQFmtww\nV5knnwLAgPug8qAE4m2hWJ21VIn+IiyNK7gEVgoOxr99ECmx6XfScSAC6ok8\nkSOnKWtnX+DefzDAMuUoA4C4gSWk7UOTbHTLACBMBSkjsyZItqCMYSXL3gEo\nOgZrUPIaJo1A0tRRTCqismTrRJXzkaRbS0N9HTA4rx1KVq166yu9EhrnocRc\nm88z60WNtxOqkwgXGEzdksaXuroStnzykaM9n9+HicD+qiRb9Fp51nETDoXh\nbx+fhPIYpHfvomqngznTnR/vfwrkLCVN/JcM/ll4KRQNoo0iNd3K2E+N0eAJ\nJhDdLOazRawC9KoRXbWLII0mlldFNtDsv6nAO7ocFfOL+MbGZl+AIA6CY6bD\n0M2RrRIfdmj0xixQ0fF4BKXqtg2b6mDXwAkRbnrG3KETjtziFBmmF1pRACVx\nmisk\r\n=ApLh\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDjHAfPrMHrfgTTPc0yYZeiXjVzBaeUKmwfnJOuWkk+LwIgS6dPl/OSuFP/7XvrGZqbKbLLKdbYUeqHJn4u2MlzAyA="}]}},"1.6.0-nightly.16":{"name":"@influxdata/influxdb-client","version":"1.6.0-nightly.16","devDependencies":{"@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^14.1.1","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^1.27.5","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^5.1.2","rollup-plugin-typescript2":"^0.25.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typedoc":"^0.17.6","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-IGLihct1YrTeJxCYiZ2XQc9EB9TqF4w/zd2CWH/6LJ/F7lgnhuN+7Bv1qmBykZYUTGENaJ/pzcNZAv1UlTAulA==","shasum":"b53e1da77a72cb688c84ce78c319febf85500382","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.6.0-nightly.16.tgz","fileCount":89,"unpackedSize":942863,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfHB09CRA9TVsSAnZWagAANdoP/0L8QvMp9M860CP8vUwj\nXyk0ICDcLwdK4ymCadvH5hNZrXGivFL8ThYhfPz/pRkG3hb+cVkHY+6KRrf9\ngESl10hkFxHOpKYTM5R3t0GQ/JkKgEEKU4ouTeCvJn7o7okVIGyivyWHThR5\nmjNcQyQIa2EIb4JUHLVRCnHriAN+bX4syBmltbn1a5+Cx9pNbZs9rNSPOeAi\n6xYpDuxInaeS+tsO95ebta71dJ1pBIzA0o+vJwbs25ctoiw7wOu7ejDpR8ee\ndunh8ftNJLh41b7Eay1Z9y2M0csi0eqQBRo65CW9WzRUp4r7ohpi3ntW1MFW\nozEblqB2VkEq/LcW5om53Tf8sRMLOkvnMqwFVDTTddXbFLqpuUbJ6HSf9egG\n5w26tH0Vrv+Fik5OuAitIPM6JRjwMxeTPJLEVntxY/EWaMaTIW3WHu22r2+R\nsGfnvEefetd/0HRV9YBijgBAnxPZsNmeTrV4A+4SAgDvpN3vl5f25DYcY4nf\n5BwIGR2GbQDV3PjyQRTbByRPOHcu4+bVmAVCywipA3EiawQw00wQhjYwCxBg\nW1+4UdDubEYxCF8zb9ImFb3snpYNi1TE2jnA8HlrNDY6bd0heD3m3EovBRD+\nD9cF3TgJZzwIScFE0ML9Gf19mZgLV6BYuPG/nCJgDwS3aGYwt12h00J//BbS\nuvTt\r\n=Xqu1\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDXXkBSTY4h5RN8NWmabM1e1v9NLewgbH4RNcg3kkMjPwIhAPgCoPZPbDugRkHKvKHP+Y1DBESze/mifoKbNsbyrVjY"}]}},"1.6.0-nightly.17":{"name":"@influxdata/influxdb-client","version":"1.6.0-nightly.17","devDependencies":{"@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^14.1.1","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^1.27.5","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^5.1.2","rollup-plugin-typescript2":"^0.25.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typedoc":"^0.17.6","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-xtBKSLI6vt1XwfLMIG3t1SXZyaLkbs28sGiWT+LVkOME945VZuMlXfg1ebGB76ScyOuw4zTjE3GLADQ4sK1RZA==","shasum":"ebb7d47990e484db40060219ec0dca0261758d22","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.6.0-nightly.17.tgz","fileCount":89,"unpackedSize":942863,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfHB46CRA9TVsSAnZWagAAcOwP/ioPJnKzyDk2GDkI2KLH\nph1Wlb0AYKoE9enQRlhK9WnDw9+fOBESqyYVTgw+DjSMEnsX1mIAcYBrPGr3\nWCA+sxaNmkOJKBXR+/l/jMri9gzkx+e6spt2HVuSszAkI/IZveeqr4wX3Rfy\ndSiomzo6mNk6AJBeK3bJOlt3f0ADQXZd5KmLqMNXpoZmw77xfxKwM8C71cfY\n2rdUiz60Ar6lgJEgDQIXYCyspBcMCV5JVzRewzbny/ktdNKUkV8KoEf1m9r5\n8M3KJ/DJk00K1nQx2BGg/mr5dEXeEZiyadK3qDD9xtovC51uyRqva8DvwuEu\nQMd/YwrvyFHZm6GQW3xLJ8n/VLX0OkJC5LU1KICZm8lv/wzqpABw4C8wAJBC\njcbHu9aGptieuWlv4e5x3rOLx2wrLpTXw9ak3duZkOolGw9/xGS3uP2Py2+l\ntTan+yT69YE7PyuN++Z8xYZwN9Q7BcOg9WG0k0hrHxTwkGAvUGgR0XNhrhcm\nRBEvrXHNovbniFNDLdv4VVcx3UAwqGNGoIdxzoUMl41x6si9guGQH4FOk0zg\nAiznF1u0pIVTPvhlZIZWNLRzZx2XhXnd0yGKxjvTeng+JfT/oNK2LcW2pc8D\nQEKlVRkixyX8yHkRfCF+r+Lz25bVYttlOyQzvTe4YJdzg5ln9B/yxSveoEdI\n2ZFN\r\n=PJJT\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIE0FxMyTm+g2PGXrPy74xzSOSdkT1PJMPNA5tMH96LFXAiAz6yKg7iDbNlBFA4ENYX2yufPFjlvMLbaLMrSSU28qkQ=="}]}},"1.6.0-nightly.18":{"name":"@influxdata/influxdb-client","version":"1.6.0-nightly.18","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^14.1.1","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^1.27.5","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^5.1.2","rollup-plugin-typescript2":"^0.25.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typedoc":"^0.17.6","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-QyIY0fmUxPcl6/rt0DhrKurjKJSEXqtu64aFB2+s3coEo+9+AfYgPhcxObZjTdSnejKlM2en9nsNTHAbbzTvUw==","shasum":"8e5afad4366211eaf53a95fa8c01297fbc240825","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.6.0-nightly.18.tgz","fileCount":90,"unpackedSize":960173,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfHxOdCRA9TVsSAnZWagAA1lIP/0UM7Ub+jeyIja0lnacs\nELHKJW53ytiN3DoiADCcfQAWqUKLTh5EgJbyH0LRmX1KMaAeneWs7Dkqg+T5\nvBAjOkzWyT8oaX6WPlCwi9V7aGoyBTjbdyNqtLy8UjFwsXkeTHzmjZwtvdx0\nrKaCk0R2/1qClsZP2FsVHicE9Jriks+tu+HN5qZcGjEDRS/PQxuCfNVWWrJD\nnmdRXcskjbN0mUHtg5xIwKGRc2mDMRZ9dCkDZgMW4CpLuvvjOwB4KZHFLgkl\n1ZkNu8eT3bgiqNPshEUcGR3JFIevw41fFFdey2BdLfj9gDyAtKsfye/Q1qAt\n6YkPXbiLQpKjgiulP1un1gh0Km5XyCLadXcNYi9aVpqMtp1cqrE3hpTYgChx\n4LGolQmzB6UQI2rvix4mEgg3lPASX+o/aaTGTy1eWKKwlWq/UGpCp1ZevQX4\nq3XRHtqtlxvAsi+u/iGb7ojaypN1/eSjV1AclEN9hg2fNaztJY/KHN7Y1atX\nK4uz82HJH/3+U5WffZcT1sYMkbKy/ULxanhMuzS/wM9yRrlHFwpQJg1QbDY6\n1iEwPJrNczY3zwBTi3YMfc068IkOWFejwmCi8+TSo18MAmglEeBoQRtc7phX\nOqFFmko092NawPiFbSK67kUpp23jpzaFQpQfe9No2XKEYiAYVcu8vlF13mBr\njwrz\r\n=Ag/0\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDpitlwnEaaS1wG9OLMdY9zk5fyWzT/3csBEXEsCxlb3AIhAO04ofxoTaXMx7wJu+P6AMH3SK/XXBP+qzwoRLogCQOX"}]}},"1.6.0-nightly.19":{"name":"@influxdata/influxdb-client","version":"1.6.0-nightly.19","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^14.1.1","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^1.27.5","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^5.1.2","rollup-plugin-typescript2":"^0.25.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typedoc":"^0.17.6","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-Hv6CF6p5eZ3X/JeQM6RtKaTf7Ovw9Rq422TvJuPPYDbI74XcDdVBsLA6n51wmbFjAFiIGxSqDHdVamM15X+zaA==","shasum":"aa41c8a1e3cd4ebf2df2a64a49755b22eb91131f","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.6.0-nightly.19.tgz","fileCount":90,"unpackedSize":960175,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfIBJVCRA9TVsSAnZWagAAEewP/3C8UOBI6UMKAr728iO3\nIkqda2psTNreBlcK8CJgVt2kuSXi/chUQPoau2BAIqO8V5SBqzPljurrIdRs\nwUKfO61yKCM7kaPYu6kbU9t+fd17ySTNBUYsvTzoxb9ixc0MgUhXEAxRyQZU\nGSXnO6UjbX3Vv7Lb86JMgxefVPE1JwbvYmVdDbK07ThghuLYY3psllfSIxds\naKYfBZiW38p5+6i5DRT9oo+TIIfymbivCvlDCZ46xZPXCK+fnhfMJcGbEW5t\niv9R+en5GrX6Kmc6UBFB4PzHu4rfHQ6Pxw6eMlFuE9ZU9jIdowJXzOT7UeXE\ny3YVhXqNNoGGcOKZiblDHpDXM95px0lUF40Qj++aY8Wa5ynjY28/FrprGzG1\nYG0/MkT3Ys2zySWSZjeVsyGUWdbQMXpfd+ERbjR4PUX7reiYTQ5K6bbf+etk\ni6x1kjchc7I/RvCe0S10gMMcJnopgbbGZnJmCDiU3gdnUNdOPpmFlu28+PHI\nsUnUeH/bg2Rw3cVl8MiZKNELa8WI2+IhO/VKXXCeIgVdKKq2k7KOJkA73Hyc\nfoSwtzy5WyyD3QZzLFZggHoFTdsuI3m32J6DdsQ+b4pm6ZWjhyK2ZFOWDMuQ\nv/iBnyGBrjALpRRXa5Nik7lc9rCFv30Ldg2JQUJJVnXqF1cqCAv7UM8bC7+Z\naiqQ\r\n=7VDD\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC4oUuwmIyEB2XOCLaWnsOYO3xV41Gd+vuNMzia+qO/RQIgeB/c5mu2Un9lsnmFDLrJ0vs23TBQR0UhJWdC7E6XNTg="}]}},"1.6.0-nightly.20":{"name":"@influxdata/influxdb-client","version":"1.6.0-nightly.20","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^14.1.1","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^1.27.5","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^5.1.2","rollup-plugin-typescript2":"^0.25.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typedoc":"^0.17.6","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-U5jPO/ak1oIfaP9bqFG8z3pLTmo8RUjmsnaEJKExgaEQd/HLRAfjRkIuoosx1WTrE2nICVPOhqnHkF0WASVVag==","shasum":"4617db8feff74a1605593b50c6630d9d477e1f97","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.6.0-nightly.20.tgz","fileCount":90,"unpackedSize":969333,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfJBdeCRA9TVsSAnZWagAAbyEP/3ER49acz73OFSPKydrO\naVKGJ4dw7+HmJoXvmiVdmj5SNrn0MzcVZo7xcwP73omwqP0zYSTPTzIEFk+a\ntJuMhk6nh86mII1iHlIPAvhodehX1xxQc+0GPymbbGWYK+K19c00qKpuYnjb\n1HVG9Cy3NrjCNVufCetJDXpeDdzYHuabz3Uj+W+WgebuE4paOp5HRTNR7orE\n5zkF2iir5mm1tyhZcTktFY3UOZ6yJpiary9uIBYbaZdJ/iLaTusvN+I/zO66\nPbdmOa75BcdEqRRySgqs9n3n45qHWSLz7dSxITY1xPie4Fwn8znfEqxqmgC0\niagW26Afisy1kzIuc/EJOFlBMmzVY4vulLzcasBMAhMtRTSbHzOAge5+o2TV\nblGURNs0REMmCO16fmAxjNIMZ1frpJ97awwoZ7zGxGMOZWLsMaZMpmJ8JFux\nrM2jewF7kdTALJsXeGqS3Hwemp+3cspzpQ1o7NzgeRTRu2mlhpKBcjVwL4rg\nUnfZdlkV/5ZG5fAMjEIHlTpsLtt8+PTMew9bWv5/JViTRmvDye6OFdjvwdyd\nYggRhlOYLV4ueLHWo7b0LQaUPf30K5vXlma9ib09TKlUr/Nep/mahtGgOwoo\nhgYm208iYDtD/88bDbLGNyY7qGQOfuRPwGoQcGuybwAA6vaye5M8BkPf8x8M\nclNQ\r\n=lde7\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGq5sCdWzgYdIoGAdDnBV7Tiksy+JbpWpK161VDccqJVAiAncaV2/8tbKhsnh7FLbMqrV0eRMyvPIFHwM2suMc3guA=="}]}},"1.6.0-nightly.21":{"name":"@influxdata/influxdb-client","version":"1.6.0-nightly.21","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^14.1.1","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^1.27.5","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^5.1.2","rollup-plugin-typescript2":"^0.25.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typedoc":"^0.17.6","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-mAd4ToUuKANEoCe8PQLfKvcD/8TWzZPM2TdeokpegWgbZ1Wk9Ifpe9Xxts/CZxMGxFXhkq56BqUQLxo08JIc7Q==","shasum":"85b0f4bacf0517e8badc21252945922831469480","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.6.0-nightly.21.tgz","fileCount":90,"unpackedSize":971794,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfJBd8CRA9TVsSAnZWagAAJUgP/07CsjMzdmItYvkSXz+e\nlatp753poVRh5sCeQoR1P9zkG/LFNMHb4+B//iclMSEI3zN4VycQiijkwX6t\nCcr/0GFZtyROJ/ZEt3b1GtJ+1n6TWdeD8UwaxhZfAoXXDXo+q/jWQ9oxEUny\nwDRQTL9LL5vS+x6UbAQdHyiV+erHsBrcSy70wB7zipXSbhOxJLmDxKygJ3dn\nFmLwrfClIvUeIkIHrYLPzHteSsLiMb6mV4RqTMrTpduQ4bORzhVqNX4XUNjI\n8hpxSdE9px9Sj7u9YwSr1pcU3ZTrLYIfIDM+dR0s1Wu0LLuci6DE/FGoXkcl\nuCD9x3pyYjEOkXfeBgHRW/Mj6TEYxO6T8kvBzIRl7kWXYykRZjxUdBZCr3hu\nT2bl7vBgEcG5XA1vpw4rkxECQwUrNDJORGoa6O113hWY++Nl12YCAtvu/ocb\nBhfQEq4ioESEOuS7v030qwKr3hDU+wEIq8dHz8xDXFuL7XyOD+a7WTtrlYsk\nSJ3r7NHo7siAk1Bc+bSDxNLI1+1qsMAvta+0+p/OzhFMpQ/A/ZerbXAv+Teq\nc04yvAvbMQOIUHr1jzgxjsMgNnEjLfDqnk2A7PlePwo/K7BzvH6/4FKgujLc\nM8II54/OkQu94NQlfuTxzrMN35xMdlYJufkxBsB04wPGBp0idKxonuW/+46k\nj7ZB\r\n=w+NY\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDsyE9dyyguOMQsViuC5CZLdRFM9FJfkDkz4j0cz94BcgIhANHqYZDygZPxeXHHjrVO11MRBH4BlYx/JwRH5D4DsJjR"}]}},"1.6.0-nightly.22":{"name":"@influxdata/influxdb-client","version":"1.6.0-nightly.22","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^14.1.1","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^1.27.5","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^5.1.2","rollup-plugin-typescript2":"^0.25.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typedoc":"^0.17.6","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-n11wxZSf0MlGJjcnlCtTyw6SRYlpjrlDEBGOnNof2A0x7XNUNMUYy/XzCzI/42Dy5K4RTdWorKLO6tJ5Iznl7g==","shasum":"4636591fbdc4339a0e3acd3f56f19033b7acf625","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.6.0-nightly.22.tgz","fileCount":90,"unpackedSize":975305,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfJ7k6CRA9TVsSAnZWagAA+uYP/3MEAyp/w43UJGQaPb0i\n8MVOhGlIctBkOozE+do0Dx0Zr5Kef+nbW8n3Sh38RxzsT6073sUDGIA5qKba\n6n2BzW+J6M3BD6speJ7HR7AvhmbartmS/XQvw/9+ysFS5cmpdOb/jjtEdN/o\nsRThKAPN/Xf869WZiKX/164a6yKsly6kWMLzpgdOT1v7njUel+c5dgJzJ7at\numnCW+yRE96KoXFjZOGwRS0Wd6iEWAnA4bx32aCI0OdKSSonPfL2HXWYNSd+\n6ME5vMtckP6maYlMVy5CcoyzT5Sa3HJI8HBgHF1PujMiXdZ9xd4NIn1oQLH/\nKG13TqHFc1VskpKaS158pvfPc2Jka3vDHW6UX9oB9f/1vXLU5wQ8OQLKKYgr\nMPw3Kh4uX+fPxjAfjoQmBpMg8AKbg8cUsMK1soSdngttKKFdJTlffFf0rvws\no9XBFbt/vllpuq1vSgYHoZQjJuiGloSPhzKe/R3NV2SpkMLPpFUbg6NrK11j\nr4L5v/DHnxPfBa7jYNhmEM1eq19qSThL8YuUVSBGmjdComf0T5NexDoiRV4u\nYhjZlfZnOe5W8z0JKsUg4dZGKD9jQnQMrT/hLT1+nKTwqw0GAy9DAnPdxM31\nDjhaSic9NuYl61jP8Po83EmCDDqYW6Gs9MnyPSdhsAkPcFqtb0C8thWiQHKs\ntoPc\r\n=nSGK\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDNiclqKruSFUvHZMMXmndshLihKL19Xt8cGLAfFgNdugIhAPGRAsUpvuaHyebQ+TylFjpcOs28DWeT+x2wg0dQirH0"}]}},"1.6.0-nightly.23":{"name":"@influxdata/influxdb-client","version":"1.6.0-nightly.23","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^14.1.1","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^1.27.5","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^5.1.2","rollup-plugin-typescript2":"^0.25.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-pnNq0D28Bj/heaGSyauk/XLgFY6C1eUzbJQkC3zOH+A9/FpRlYJs7voU3HlAPstbxmPVdwV+lqYh2TJ7yWdnhA==","shasum":"8f6f48af7ce42814f6f3a186afdbddc4aff66a92","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.6.0-nightly.23.tgz","fileCount":90,"unpackedSize":975470,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfJ7lmCRA9TVsSAnZWagAA4poP/1Qs/NWS3e4i0JDa6Kaq\n+nG0TkQTIDJXtabSmIOmDEuZND/oAZjl5gyCc2Tfi63riQh/ZRvm0zc3FkrK\n/UQKfOVCMA0POmzTuNvr+BOzYC3R6safAdSsVBrWyzY0sLMUXIbbrJOX58iF\ni4mAq1xloW1hXsNzUjT1BdDpO8MroJBr201VnTE7FQQZhuG3p6oKH9GUNXp5\nEk6YaaH//E6qss6AFaMJcDhJMec7mXUuyDgWP5oujfharhjRScYZn+4nPlpX\n2P5JhRjZQVmPIi4oZUBGCkP0UYSd90EObbptLRBzkuWAUldmNUa2khxAUTzF\n0/8+P1YMaK8Iip0P76WEpJwZtxT8IQASnAdfaKNVBdCzUKqR3AA3/9skO2KH\nI8y2GFl6VgMHD+LAjVErjl+cwMZi9Ussx4/wUgA/4He1ctAlV4iaPqCDHqBq\n7rdSjns9LZyIvm1aotVjS6NhriblDVnGktV4ffCTW2a7ur5tSiYJq411gMJt\n6mDsad6xLrxwNqCBhVPOwv1e+2Wdq28YqCvw3Uk+d3rl4o21vzL9JE9TQ2SP\nYCTcwR0UNc6O/VpSepy6tEIkmHgF8HuBR+aa/OT811M9W0P5MlbOXBK2k048\nSedyMcw83rHjmsC/5bmJaH0BpMqThz7rURCZcNl/NE1fFdlc/W3j78Ej28Ll\nC8OK\r\n=IQ4K\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEh+VaHtBwNuspbdamofUSgpMxO8vPL9gxXCPUlEPnIbAiBaG4Sr3uIsL9duM4OsxW2Ze0uxrqpL+ozFOUK22WXd+Q=="}]}},"1.6.0-nightly.24":{"name":"@influxdata/influxdb-client","version":"1.6.0-nightly.24","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^14.1.1","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^1.27.5","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^5.1.2","rollup-plugin-typescript2":"^0.25.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-r1yjbFiM6qoKVP5xNQYLcvtpOqY96U+cZ2BpatBLk2pO+h3Q9T7M/Uf37tdEeRLua6iv1P3iEN7gpeo2Q4P4EA==","shasum":"fa0cd8ceeafc1b193a9f3493a9c68a3782a27a2b","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.6.0-nightly.24.tgz","fileCount":90,"unpackedSize":975470,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfKQkrCRA9TVsSAnZWagAA39AP/3VFrMpb/cN6Xhg6VElO\ns3lS4ESfwrqJqPBRQPwqijevxenP8js2PX6YSA3h/4XeKn6QiMat8wBKmLn0\ncp5xnnevebDiqCqvJ8IV9XUK+RDzJ4f0EbxGKNtlTxgWCSrWD/k4XAuQ/wIs\nJFgN2qacUuqcdZBjnzLroQ5pn+3lBDIWpUdkEK62EE1hJl5Lv8z31KX0tFrD\narJY34D5ZGjsCvEmsOdxavM8yDUzLWu07WAr+IcSmfnw/wMUoeAMqmBiEpB9\njpsPcrKltCq/LgxVQxLknJCoMtBf6NOf/FGmI9hsJ5B7hJguzxuh6fVSuhX8\nMhZivcPhqIoJYzqhdXUbaixzOf3YX7Fg8bItPk8wn8M6HbvSbqxGfwdAIX/M\n0uizuS2ioypTrL6DBkWIhhcWVKnDP0JZU6d/NpjMyKIsninzvPTd4zxbGE5V\nvynkZljw+VWtMXc6RLPlPpYnGwIIQ2pAZl+vWZoMHzOOKKKpYB6ZTt9Bl0hi\nPu0SNkfr12075nROu5toAqD5y5b0mnWfwIlB0p7KYKd7Ax3o7GsdB59ZWOQL\nacr1UR5ZI6Il25HiRrip2r/7znV83K1ypD1Z2YcKVVCp/CJLJU+3ANMiBLK2\nSfLH47k5NN4jckDiGJkSMqcSXibhIyjxMtMRuiabWdxHecc4xIpCOX8V1lX6\n2dBw\r\n=ZeKu\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFC/XX1MNL5MlLtvu7HAlo8z7pQC8UP2wd/b4zPp33KjAiBtjNRh2A6UrohXoPQNfKyVdd0Cz8WNTrtPVat0XNo3iA=="}]}},"1.6.0-nightly.25":{"name":"@influxdata/influxdb-client","version":"1.6.0-nightly.25","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^1.27.5","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^5.1.2","rollup-plugin-typescript2":"^0.25.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-nYo5vUWHOPy0ilzOA6/Z7ShKZ0opN6UyWnYCXX1kNgGxPBNkC4E/Y5oMZcfa0wfipmMs1W3CLEblyO5l0dfyVQ==","shasum":"61811e1149280582f03341b5b887dc8584102b81","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.6.0-nightly.25.tgz","fileCount":90,"unpackedSize":976852,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfM5S4CRA9TVsSAnZWagAAVb0QAJVKrsjtlRyIyZau6bcc\nlZst9GsyABdp70qNCFd3NOLox05RsErQ2ph4i8ivF8Ufz8/WmB2Ixo6qB9qN\nB73eULDZvAPMzYP+Oa2uQOW4sq5atQgcRRA6GofEnOJIF9SLRNXmzVY6+Y/5\n4gTkUwLyqPwTYh5SFriZBlnrZlGkk/dhFvaz+K0bCbRpnrK8xN2PdXBj1v1y\ntCzWQsa1fe7tumAEo2QvbuFDEKHebpCCwMyw0Ou4WyXVGOlSl7Lw6J2UeOQP\nm2vpEkL6PoHGbDqVC43lapT0F63HyLRW864BGRh2whmbZJMFXb/cmMZDEf6P\nGJCdDZIwEbkY4mYF0gWJdd1Ww0iyuwko+LYQJcB7/gRhIHt4ixMb1iTjdhfU\nYlHOD9gaA1qrQh9qmPj2KHjp/96SphbSHcMQuF9uNdv8rdx/YzeK3y4TGvFZ\nMyBvnhOFc2zo6xee1ZbSq+tyotMKw4OqHbwHPvC8Xs7xkf9yrTtmbx6XEr9b\n23mcneX468IKZaa96zmdRx/1G7komlomZhbv0T87oBjVpNhR4iGb1oSV3O6U\n7SwM4WnScG9zlpH7MuyQoKTh3MrSEwScG9LrIRVYI7vEiqnKWl3I4RR0vuBd\n5myX8KEHac5Fvc73nxx8ZftOZooUza6N/zkt+DXEdM1ptfLWc7NlVuW842sJ\nvyj5\r\n=qui6\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIACDVamDByG4djfRdpYSO8gLVFGg/2VbR4yWcDO+AHruAiA/yQ9EQwsmL2NYnWfp7KENBFaUyCbj+JzpndpRUggMEQ=="}]}},"1.6.0-nightly.27":{"name":"@influxdata/influxdb-client","version":"1.6.0-nightly.27","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.23.1","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-lsQCtPDlpMG85Dx65B1kmtplql9LNeKMWNmInEAxZiszmFZRMEvnwma7QMtVvVTl5uS3yTcxlubwO1Vavlj3Nw==","shasum":"663b33b6a852e91c9ba56d45b0e33813e85a07cf","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.6.0-nightly.27.tgz","fileCount":90,"unpackedSize":978907,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfM99pCRA9TVsSAnZWagAAUmgP/jEVvBkRBmZiV0xVp0QE\npvMGnheW+H+xDmCshJtVsQBcYmh466qy1c+6hHMDBJsEk1Otvir7uECjY8ZC\n79lWLf7GW/NGQlS5PgFPEoLeXS8i/GoeD1PgP1dJtAltAWt7LutRrtV1NoUk\n+g3WrlXGPDgS/dAjwO9XlGuLEUQJ+oTzCkx0pxQXg7A99nWubj2sQasXR3cq\nkYBbGjvlMSfhhy8M+3pfP7gqCPRS76pzuFyJp81nzxjNdG64tV8mooQuBSki\nH9pHWE1bawlwVf4ShZM02s9UcfkEC94Yg0pjJn3+ymBFB4Aba0XLkytCF59y\n3tbe3r65uQ5ZAfi9Et4NZI9spRLo6UMrsNNYKgaz0txsb/P3eZLXyz1Onq/s\n0KsooVftkOBLTfdtTYrdt722M0ZPSpBn/X6u3XVT6FALHTnpGGujZJF7RIOz\nXGfPOoknXdhwh/4TzPxHPc2AhcyK1MZDSia7jL04mz82r89qgpdNLF98ca0w\nQ0AVxMrKU1kp0Y/7Oc3TQiW7bzofCf1ZfF/fK+m16vGtZLEpfDU52h1aq5bL\nliL86dl7Vcty8XIowOCxbrqREMy1CUwO4eF2wmA91e9iz6T4KabDFJMro9jC\nEDH8uuuHpwi9HcHNW4DpljaY4LKhwjBx4LlLMrCWX2aqeUIGJssE0WHzJjot\nL6+g\r\n=jTi+\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIE9A9MelQ4ubxy717zakycbNAhJwHLRkL8VcZt0Xy4GaAiBje+poWnPNTWxYydUiJWh+1f8jaUSo4EWabKes9h/ACA=="}]}},"1.6.0":{"name":"@influxdata/influxdb-client","version":"1.6.0","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.23.1","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-1WHusKmW88P//diAiAXDuO8Fpe5ju7e4QQCKcoPRZstXCGhICYPg8mcIBmurDJMHIUTziCZZjYxR+9jlyXuNaA==","shasum":"46da50714742dd73c99c66f0e7379be9212477b0","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.6.0.tgz","fileCount":90,"unpackedSize":978762,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfNit0CRA9TVsSAnZWagAA8WcQAIUjySCqdjuIVSnktwNs\nGmZCd1rsh0DGWEyKjtegOzj9ZWyjACcrp0ls2/YwEM3zm1QbIMG4nxv1TmL7\nTKzhFGrXWhDJEmuHMXYGCD0QfDW5W+77rX5/d2AFZ4gkQYxIW0M/20SEFpPg\nor536LSlIz4PieeN0Idl+NLcdSoh66cPrQ1vGy/vFteiUXexNJtESLjM/l9j\ngekvYfmBR/i0E786OartzPxbWrjsO+gCabdI9HshjDo/sW3Vbn+Fsjra5zO0\nlTQIB09ICQGcbF+QEXmIlNI4t+6pIoKwp+WxvrNAVs5PwZwfMjxwLPC2LVhJ\nq9XI3BjT767gzb1jBD2OscwTQ3cSC3JQOekHU7ITYMTnCCk1quVHeqxmWiho\nT/ojc6LLFg/AabVLss9vYn2RGswYaQtQda//kvWW1pDfyAzq8pGZ4XY1Hxus\nIyL/wGcVD1bbCi11OcZ8KKpcj9unrsZ5jCBS0X8pZuTl7rXCmoNzuJSVBSw6\nAHzfJMwqQ4Z2led4EM9rH2Te8kAl3bJeteMqGEs9GkgHwNd+PWOOcCwBKbVu\nwaCMTw2BIybSYme2fQ2BELWfiwCSv/M4r6RqlsW7rMUGvVs+yu1Z5S0gWQF/\nokifFCK1IVBpbRLJqz9+SG4jUtm3utYHLgMyONT6iZtonmOPt1okNZpzAYsB\n3bpg\r\n=A+D4\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGP4pqvKZ0gttEjM/hJTVFRNaaQYB3Sl9fyzU2Gw+1mbAiATYnXHQVpX1gzgJuu/2bMtD/g1Ba25U+FRzPMq0JuIIA=="}]}},"1.7.0-nightly.2":{"name":"@influxdata/influxdb-client","version":"1.7.0-nightly.2","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.23.1","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-obnyfFTZFD0Oka3AzaoVp1UbPPLpGdjR8AXKVnGvRixHcBG+r+nHGoG8vxDwyU0lO+sd/tIyvPIKaDSdn1nKXQ==","shasum":"b3b9bc4c11fa45bb7203d8bc614512141bb02c77","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.7.0-nightly.2.tgz","fileCount":90,"unpackedSize":979322,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfOkcZCRA9TVsSAnZWagAAjXgP/2W1ihxxoI7/wTWRpQiW\ngg3qCcZxcKH5AwHBRiIAlp62gF0UdF3hJY1Aai6Qk0oEL5dTF1aW+RprA4We\nQYBDlBMD9QDj+bxe6biBL3z/tejZG2Jkgg0K772JWeE4qhoW2q56OlNYJPSN\n3H9wn6Rv/k+YwqcKer04lu/9mDbMOCbGeGqadusnxGMioiJGiRhi99PYfSMn\nuMeRZLxrC0qltamLOcPNmiOwwT/W3VF5ipIfeD6y1e/quc1LlufLz+GF4Z9O\nRiYCNKdPSb1/e1c5DTmKmLvv4JDszH1U9B5wR6tPwPQQ5Iupigml7cTVTYE6\nyN4AYYUnPNI92wB/e449NUzA2GsaJa/Skk6Ll1yxxR2rYOZ1RC4YjsYlGjJZ\nbeR6CkTS2dSmPgRTCjb2CJGmxPi4Q9SoZonHdJHYT86WyspoLwWZw2jgaA8B\nzeM41UZ4YArsNUlpoXG4f4FXgQGX3ZYqe0jLPMALjFXuWLTWFQDO3NNzL8H/\nm+5OPuCFAf0bZD4ZePfCfHD3DCHVwm6GXbn3mTXET8B+dxty9EeOHWgYgIl5\nmCcVMfIQFjax6EG51RJzhnJPAw/FC7wJ76JkLrnanglafhQ+TVsrZFaHuWjl\nyv8oF3KpkI7BjDqMjIHLj8uazjvonnlZ8PC4lXiPK54BfiRM6C4UMuB/0/9z\nyFtB\r\n=izp1\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEgkwwyeeB1IrbIr3xcg2phwKALplxJTSUeg/vNuQkMRAiEAlUwDig0KI2YO64ma2wHujkTlZJUo/DATJEqeAK2uow0="}]}},"1.7.0-nightly.4":{"name":"@influxdata/influxdb-client","version":"1.7.0-nightly.4","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.23.1","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-Uepibj+hOja6R7aA0dd1ElYPZC0tNN3ELhI6VarGlIg3KYq/hWIQS7of1Cmc1SCj+MN0lt1kEe3yzcTEKL0+5w==","shasum":"8d8f1050af569ca2190ddaff07b5274453b70543","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.7.0-nightly.4.tgz","fileCount":90,"unpackedSize":995154,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfPUUQCRA9TVsSAnZWagAAP4oQAI5mI1f8p+wEj3TFbRPa\nRefHba578G4haIpiK3moNfHWh7ehko+B2gfWleWnDudD7FgbCcVrfYBDrqJw\nuSEHpydTqYHHufkapdSW2UNMPvQGLqWzqpT0chwjYPCAt96yEvytOMxrrWhj\n/PMaImpi8ppSRjt3km9Ylme41ccK4YxIzVJ5DsXJwhCo4xYcQPn4ivIUhKwh\nzt5kZrXWP8fpgFZBF8m5PQvoFEdGk1d/Bv1HgZMLKSxYisYtSaFbIXtrg4Iq\n8//amifkNbHBEM6gGYxqGqsxRknMo/8lbGzuKp6tyXNpexRO78SpI7BUpeMZ\nxqNr/EHXrIIMEdQS0dXVhNjN3Gyh+jp7a4avPnlv0wwI7V3fg3GZE/SGLOeb\nhk5syDG7Hnbzvw3HYhlkUlA18cyKlX/SHIkPojMz744DEclB1VhNGGyA9mTJ\nPQkbBEtYyO+W3eoJPI3rLR8K2vEox2aCCY8q2LXvX0CW5rO/aDxi5O5Umurh\n/GXgjzEYBkXPUwqKtksvU6F1GaGELimbah3DHsR6hXitWtNt7nShthde2ei/\nhrhHkXeIJ8oku12yA61PloLsGT6SsEcoRbrajR67rUYH6s+JKkGvlLiJiepE\n+BRf/wLEA8WGLVas9ubupQ++guE263ydFIXpPo3l/MuapMSci+F5pvFLGN1j\nkDkk\r\n=MbUu\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGMu6D9VB+vCUnAjQJmWqdNYJWWItB5w3nUXpsXUJm7CAiEAhtwIAILuC6MV2ql7IrZkADVFCiLgJv8CNaIBHksdrig="}]}},"1.7.0-nightly.5":{"name":"@influxdata/influxdb-client","version":"1.7.0-nightly.5","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.23.1","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-JZh035h2nkPYYRWffjOfeYMjEwAPMLozyBZb0lhJbLyMK4VEExBDfJLo8gdmX/Nz6evPd9PK1sT2FDJZSbzmDw==","shasum":"a397925c928b93927d1409c2c05dd8ff97c1d140","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.7.0-nightly.5.tgz","fileCount":90,"unpackedSize":995106,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfPhZqCRA9TVsSAnZWagAAYnEP/0ZGgcsVKSDlOq6XXmYK\nJ7s4JzGK0BoPoF5UT4fhd8uA5BSW88Qaj6WBet7l2hT04Ylprby9xc9ll3Nt\nTiH1kK/l/Ai6M6cmoukDnJie0ZqrFGm7S+wWRYCVhF9DNj8BrKq7j1i0fdTp\nsvxP/OHE9hfBpMikPHEXm/pQQ/DaDv47e/5ffBd85WvE7QHNGjhHfVc0xEAc\nL0TETaEQIfDKwVJOUnm6Cdgp0oq+fkilHulscaN+dI+qUwebedJE+uc09J/e\nVWVir11N86JApfp8L+cgGkGgI9FY1KmMDb14dm0IRLrbfiZERAsuHzpf1++9\npDeLpAecIkFNyXQHHQmvWIvq3GW4Yae/iYrGQM8C9SOe9awXIxbhs8MH0OQW\n/Ar1wJtm5BCtPv4i0pg18eobH6QePEslitZ1Qzcy++Nib5bbV2/PBhgEpGtV\nuMoF2ngY3HWFCWsQkoRyHLH8CJxUHopZTWWxPs/fuhVpIYDs2IlVRMu1E4Gq\neg9hXDCJDEJs7JVBldHoTdXfUjbm4vHt7ZWCOA/B6GJ+OC+q2XdcDqNdUIea\n3P4FyIx6GEzyYMF+iDyoFUPl4PHXImTVT6y04rG5npohZdtvA8Xk8Gtg4W9K\nW0NfSE5U5X89rN3wWu3bdyqrQBFghSpphnyhmAcwhoWzvKPfA1Zvg+fASX2k\nfLVL\r\n=BidD\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCgSwDjicxk2y9fVD6i58lH1Zql+64ixREcqT+Nt4pEAAIhAOkxuCFFsI0aj3PdVDFsl0QDgrVA7TQWrYoMb3hPcLV5"}]}},"1.7.0-nightly.6":{"name":"@influxdata/influxdb-client","version":"1.7.0-nightly.6","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.23.1","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-dAIxtTjJ59aDpFOhs79gTu8nSV4B6S4hzBptOuv9GFHutIS9UcNqAimLZKhUpAebgcBThCy3yptUAugwJ3bm+w==","shasum":"bd0d60b4c22cfcb264af8750867966adbadfdcfb","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.7.0-nightly.6.tgz","fileCount":90,"unpackedSize":995106,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfROqICRA9TVsSAnZWagAAc8IP/0y86baM2tcH4Mu3Alsw\n7V6Ww2u5nlXOw+QCevlDh1rgweN/sqfw0i0SS4tpEVpDrDbYZ6mqNORjQ5va\n9UX4hr73agj2QXJ4bbRgE/dikhCX30bYpEVJx2moqaoVXt8/XaJU02t6hKGa\n97KFbvoOZSlU0yn+JrngRJ9cAnRqKIn6PV9SkJqvZspMrNKlgnX3EVeDIrOg\nrUOaxXdUH9UQYS0srr/AkswJG+I8HQz62uju2cmnE50Vw0VrYxC6FzbyAH2D\nOJKjjofBjjydHExrQOmVnseeiQBDrD7lYHj2IohUjjgHxnzmIYq5gltZsRRK\nV1ZP+zaVsH70Wd9pmryv4QLra5zKTpAvxZkPjG8Ie2mgRILbcBDnOP+W9ty+\nOh16G3fota1Z0jemmneLSspPsdo8Qn6dOIUyILUdxa4BV4GMOWRQ3ux4DWaq\nJMxtKYKlvPEmcG4LWGJm2xmpdyD6CGKh4GaZizaNvKZLLAgRTBGjR02EpHpJ\nCwCBI9Kg+EspFYv/0HKAjhpFTXT29chVqm/LIfe3z/O3flDj6WJUi4znpLgt\n9lbFSMPwEYf2HCVY74UJrLhlHwHoiHYLpDrfoAnCBfRa+SwlItGFrptTVPik\nyRkdKRPmDL3EZDGjlMxraf/re5BapcCg70a86NeYQ2qJ/Dlc7U1vMD/pFSZp\nWB1C\r\n=u6Pe\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCLihBARBiSrCr/gHLNg/Jv557f40+mCMqfnPBSgAGldwIgcIDyK1F5qfJSlFYRSzFRT4APzfHBc++UMWhdE0hwJsY="}]}},"1.7.0-nightly.7":{"name":"@influxdata/influxdb-client","version":"1.7.0-nightly.7","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.23.1","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-oVioB/touTEe+J3UYh/Le08UWTx9siAVjGTXFTyuo+ma4qYm06tLVW6Amru7/eZNAEc0wItDgvBFQ7Q6eqRGlA==","shasum":"1c8c4cf0dbf90f78f0b0fb3d91681c0a3343bc7e","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.7.0-nightly.7.tgz","fileCount":90,"unpackedSize":1000085,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfR0HoCRA9TVsSAnZWagAAvLIP/3NfwrHzOsckP+gjn5/L\nGRGjtIhdVkKnMThfb8Na+hlEW6ajEkBU+kl1K0Tiq1FfWKZC08B+tczgiv7L\nP1QGevbUQHj25QehPjLeONpbX0RQkYqvWBJ6u36i5wLZPaH4Yi2r5AVxLq7x\n1Gu3t7UTe4d+dutzjw2rgi9V9arMA94y84yPbh0IY0s4Owz0H1zSMJTFqLyG\npnaZDnr+2cO3WNwPArcc0Dt+n8ZzM+UnG7VwOZycSBfA1aGbKcpJDteZRIuN\neCV1aG5+MrnyYwyeIoL7gAeFHIg5t4LoJxCOEHmnz4sxvdSQZsLiOLcvW7d0\nEJffWvY0Hjx1JiOJku2DBFee+aUdJI/65Wmgv1Bnw2nJFUY9EAux2SYSpdFU\nn3f8zTBzm3avpizwEfP5ggirt8OnH7JAGhhPJJvX0Kw2gK6neC7ku2LeFcYt\nMG9ExC9aEylwVs1nbqSU2VB33d4lnQmQVQn9f1D5vQLZG0HUVVuq5pgVHAcY\ndLHOjHeTjbBYLOeu0j4oTG09bhDP00fU35mz70zfiJZyt6jBYh5Zx1xfINWP\nEJJBcA1GoUn2WhpHFzTbxQZGRV9j/n+TbqDvTfJpjAwTV9r6niz7hXzFu3og\n36kcCNaEw/dIjC52HtY8qTCATafGHW+hnI8TS2J+o9EGnxLfmCBZ++9eRmWe\nP+78\r\n=saqp\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIG9x3h2Kp3b/UNGhveJDNyOmXJZLBC1yJ98T6vLMVAq+AiAyrjx5Oed6DxWxWFw1FNIotrqSY2RuFCmTWgu6PrYBJQ=="}]}},"1.7.0-nightly.8":{"name":"@influxdata/influxdb-client","version":"1.7.0-nightly.8","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.23.1","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-X0Vhoq6QMfpX0VDPag6zvfpaP+Tb9CVUE7iX3fATGrUfExpBZJVozKza95Tqsa1m358qddIVvd8UJPUq9EYwVg==","shasum":"ccbaaf73b4c6ea83c120d1c8d27e88b228ecfe07","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.7.0-nightly.8.tgz","fileCount":90,"unpackedSize":1001014,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfVcPGCRA9TVsSAnZWagAAcV4QAI4aosFSBkHSwhdPEbRr\n0yrE29gpYDpWp6tHG+Z4LjTt+HXS1XO7LXKvKpdmFm8KzaV+1AZ7X1/kRn+0\nDTGcQ1oMb1x+J9XyDCZfZMlku3Je2FEj1DYMW7UsBn7F5ruLFgpBFOFr5vUo\nrqU2pG+wJJVrYrW7NeP7jGhVq04dtU5cT9SDuDCOk9ziLgrnR2xu9xGCPzgH\n4ZtxqmryFvronycOcAl9sK0hy3NRju401qMoNy9JQGoPHSOfGlJ9cW5LZTKI\ngRnP3JeXFOtDLYHe2125FB05P/egkwddoqwVGOtDPpnVaU5CDq7WAweXUyW8\ncBJ/KJhUmPE6GnphRgHrXM9jjMqHg+KRsD3fsWa6DGwDRqFLXd3qnqZHsF8e\n7p2vU2rZvSjHtphjGqRLGq/JsqdLJSnfiiur3PvXEUOlc/AznOjOuqMbQ+Tc\nsTbfnQ8wjw2Cu2kSMpBmnKeqLCX0UZHo6drQ2naNOC0UKC4KlGqHQJ2HxQn+\nws82fccI0ivh6GMD4o2CVEUtcX9KURvW9Q79/R65y+QtrtF6/2nj/SWYYsrx\n5i2gBYTwmXHEZuNtuuAX1wIntwfHdbxiOhBnBH480vi6IqL9G5pB65lHTCfe\nw0ngHYmxBcNMvBZcC+uvj1gy35A/uKgG55BBCtOLrB1mpHGqdtAYiQkttk97\nlIRH\r\n=diMq\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCpM+TtkjzBa4JCjrUz6u6YZjZim/AkiavO9w/aEuTrqQIhAKoXv/FmNtLTqsz5PAebr+8z4QRZE5DtW093sis2hn1t"}]}},"1.7.0-nightly.9":{"name":"@influxdata/influxdb-client","version":"1.7.0-nightly.9","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.23.1","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-BzpBg1oFOehqU0ELv8KJPzQ2G8LK8xXVBCJmpuXxJgoe1wbqKZtJwrJCd+RclOeBdi0Y46guQ6qSNjrhvNL3cA==","shasum":"6caf9a7573658fc349fb4d9eefac0ae1be2d9abc","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.7.0-nightly.9.tgz","fileCount":90,"unpackedSize":1011678,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfWQaSCRA9TVsSAnZWagAA3O4P/RHE/lXaIe+a9ASec1T0\nG0YMclVkTqwJ11Jlo6FyfU+MGrGCzD+iA43HFmLnvobBpF/OfudBM3nigPoG\ncc+NweNUnZxmzsRvBEdfnjGIxTC/Yq/mhFlHJczbkXbf87tZ+VEIFjj1Mrm5\nmkbQUSbsG8zXCIt4IuR+rg4Vk4etqSEYSlFqFn6uPtWXexZy3NsKCaeNlGSZ\nMPfSuaI0eK+o1FfK2fM+b/8Eux+wmp6XPJyFAq8TNay9wHNsSk/7CFt0kINa\nRCj8tRzKIVMQrFsOstg5ad+ZW2MOUjtQFvRuTCC0y6axiJxBWJJtp6le4YRq\n1w1ejDcJNYpEC/tGHDHdIujmDw1mpSvNd+slc8t1JdmIVA/6auztedCSSrgx\nn6gbBMg0UhiRfL6UEscoYpAXi38DGb9y3XbEhsrDShv2Y3nHr4i2wPSIC+W5\n62kx8wws/YW4APfsvuxcCvrJGTrPoVm+i57ZqLEWpiQM3p6s/tkdt/gRQOyF\nB0KNYDiOKCNbqevF8lwGY5nA869jQAciOUzCUhfQxOlxZODVKJpMi3ArgYrw\npgvCKJUH4DbpC2u+sCVtNrZ7rmTxhWGQOLIUycty5AZI6MMATPhXRGqAdzCm\nurXHKw4XpbsSxw6fNtxwGBIPX0QaZAhOsluV7SBwXLAv8g5w/tyPYfePK4qI\nlnu3\r\n=kfVH\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDYelacY++X32myb0E/RZWlDitNz416834vTeeOAJY9iAIhAK2bL14v8NrAYuRslSO4q4l2FB6K0T3/lVVT+E0FPF2a"}]}},"1.7.0-nightly.10":{"name":"@influxdata/influxdb-client","version":"1.7.0-nightly.10","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.23.1","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-RShryV7V1ZJHa1piBDxytlTZ5aKmohSHT1Eu9zrwKR46xOhyDtNQ0nmYkMDNXZ7XUrz3+lHE7euuf5M4e29O0A==","shasum":"d3a10a5c1ad9f93715414e411fb8a176cbf1ee54","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.7.0-nightly.10.tgz","fileCount":90,"unpackedSize":1015827,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfWQbECRA9TVsSAnZWagAAX1QP+wYc5TvPKRm6pcBEuNOE\nxYv/1JCQsWxuKeNPTcFlWoQOCYzVFxuguOkc6NtGEtpZUCP4zUcYavUnriQM\nt7d5/l/1jouWQFJTuulmKpl6k6ZdXC87YchzLkW+Tsa9wOp79KjXsFFxqWb0\nDjHJbVTaM38bAfYLYTpa/dX4Tu/8SRD7Jv2h3ijg92A+c57GoDMS0F4QrSe4\n3K2IUmSC93FQc77QAw3QoeW4hG1koDW24CV2NAR5c0U6e43hn3PUNgsR5Jif\nJz8lq9HxTDwfv/Wy2iFDlPb8+5j+SzwY5QkbNwCu4TyBoL6FUSq16ria7yTg\nW9hpf+7lRiRbfiJHAdfPfkKQNne3oO/y6IB7H8dlZySn4oNqWLnj6k0/afiF\nxnVkJv+ybel0NpzSu6ryC45woeh18rFAR8imEI2a34ufeTVAdRiN5yiiKIbA\n4aZKnArkKfORApnVX/QeuNMlo/08dSziXBafZnx3E0K6MMXylyiVs08xcMFF\nP/mNeyQw+N9xlLVKUzkhrnYQgxqzAPCEmRQiAsAY4cWB484v5+T0Cqv+JAAS\nbT+hhwBgZ9fnWN8JIPhZVaLXQp657CjlVPUc6b2gOkyz67FAjgNp3aDHEFf0\nKi9vOiCigY6qBOHlYZj0Pg7ZG+BrQAAB1vVbwcOfLndBHRdZnJF9ejt9Ho08\nhMBT\r\n=Mq5T\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCszzUQSHuM14wX9X8QBi07eqIQQvjOpzm0OxzpywGA6wIhAIWwVZAJLO0RewY27mL1T3XORJqqlIXFs1OZfaIXKwx2"}]}},"1.7.0-nightly.11":{"name":"@influxdata/influxdb-client","version":"1.7.0-nightly.11","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.23.1","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-nrClKGULgYjylTioBSfnedGgahq9PRFJVCGzhG9tHRhpOiXplCYHeaXPZps6nsh9/iOnW63JyRGWzv1uznPTHA==","shasum":"e3f604947032e8b6aeb760cb293bd71bd4e7dc6e","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.7.0-nightly.11.tgz","fileCount":90,"unpackedSize":1016737,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfXIbPCRA9TVsSAnZWagAAO7cP/iGNTwiIvSYd5BDZrg8S\nj/1SA1vTLg4q2oLP2Xwo7SuqUardgqorf2AEZ7HBDfiSD/sMOMQdETNbZqVh\n+WUh+59Te7X4fs0ctTTedEAYsrwhhBEQz+0qFq5UtzYdzPBycMbKUW84OKxH\nR5HgRnTZijX7v2TEGvTRfV9iyxiVjJTFPVdPCghhYBzofEmP33mTSxF+/NGg\n4sCZM8HChlYMM1QFMmwNrXnc0zpyWJO5BgWgfbsJnMJcuNj1ah6BlSOmyEFY\nrS9xC0mo6qzoB2bQ8H7/BT+zGEl2IRtCtxrd2Un4hG9UwdpZGPYiR1Tdl91r\njr5fweQGoxDekJyDDH/Q1A0w+okGo7qeLC/yimjXtlUJroR2nRrYi2ado9nS\nQh7UAhrFTWohT/gDwl4VBTYPFPhefo40v8Njf2LjPnHn1wAC1fZ/mBf/djz5\nAT0wGMBwu7kKSSNh7RZjiTfHaTO5Qa+enVO5qMGFclcDawuULcKiOvRUHV05\nfl/2arLcYGPfNrkXAZXhwhm03LLCiLgq31mFbtK0jcNw3zBeGAlcLzRdIsyk\nq/X7q2q9+J4ZbeA5q3CPdOpD6G6blRb96/Covj2/N7SZlgkzKZqXwG3hIpWB\n8U9U0cfK/Ft0fV7AipGJrlpkjtmHMtWl/DVbA4eqJqaMdL/knINFjPSxed+a\ndeNA\r\n=kPQL\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHTTTNh2ZGfAXCKxHgnq3W1gGavju2pppxFNfjMRDLaeAiEA84NjlYs5fVPX6vbIgZcIpaiYvE9CI2fqlcgJ6wW/ec8="}]}},"1.7.0-nightly.12":{"name":"@influxdata/influxdb-client","version":"1.7.0-nightly.12","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.23.1","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-d/C9vsX287kg+YNGnZaih++Gwp7/EVNMHutCZ0tQYrbfkA+5lt9KHFdqtcu6Dl+3xremjIt6qksxySKqpuctZQ==","shasum":"c2463af339571bf7b860c7333a2a0a6af9f63320","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.7.0-nightly.12.tgz","fileCount":90,"unpackedSize":1016737,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfXIdzCRA9TVsSAnZWagAA2IgP/2X3KcZWwZ9oO8Lzh3f0\nAght3pi8VGqErRONU+cVkcdradjG8SGWkRzOMrBrEA/Gruq/79UTbHmJyUZn\nohOZqxu/77AffMB/f4VeYFbruV9bToFTBgFutVzJIa+JAobr2eYmh6Ko1lzo\nCXGgqdqv8rsTn1+HHNz3wber8jsibP45FHqs7bGm4UvNBraX31h5RW2LGtrL\nb8xeEttAm0sSDrXCdueOz+shLVOlkWBEy/SDYx7iMLq4Mf/dDbDsXKplPT1Q\ndu+MkqQ6Cut5Dz3ZakU95yjKwm6G0owWBThMDdIlqNTGAlq75ddwqNJ/zPhL\nLf4+4BT8oiKXpJnIZJFwamllSKlDx5k3WmvOAwbhf0hxoYvk+t65QpcUUs2I\ncdzW8FGc2qEpDFJ9TlM3+j51d+0I4A5a7D+SK6AckZSE/W5LUbpjUk6WXj28\nN/4mc6ytXtDW+YV/qGA4RLIH4a5N9a+kcW12Jv3nvjC1fb5q/bj9HuXlv4oo\ns9E7S4fbWExU0OjJzb1jcQfl6p5Ubj+2r8wz2Zy9l30ih4854gecRq/HROqa\ndZP5MZLA2Uk5ONMk6qZHME8O+Iq7VJqxEqYs8LSsB5ytKDz11vnS0P0l2EIt\nhKY1/0ccssVTc5eiD5OgMvyo3y24o9f5qhK3s7mP70nnMEXiLzHBPVBjFz48\nyv5W\r\n=IPSM\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICSrE86Hiq3VvwXK6nKYoOW9eL60G8bn5cr9nPAqKr5+AiBC2bAeVI5hwVv4VHQRE4n8OKNi3Dr3A1UBwl3NnXqoKA=="}]}},"1.7.0-nightly.13":{"name":"@influxdata/influxdb-client","version":"1.7.0-nightly.13","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.23.1","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-jcc5Kjs1daq7TLFYLDjJv1UlQVQNo8NfCvSBpF3eEbuVTUInXyUuz+ULYQhiPh7+sll9bQdGLXLP5IsjdUR4ag==","shasum":"3be102120c78bebc1d79dd34635d9882df2c24af","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.7.0-nightly.13.tgz","fileCount":90,"unpackedSize":1016805,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfX0FrCRA9TVsSAnZWagAArSQP/2OTdV5CYoU3mNCiMFkO\nHE1aRfqsjYwTHJGTY+8H93j117npOf6aPu1kKg/sl58ysH+Q44QLOGy6oYuz\nUaDbMSOdxMV6b/Ia8yJbKOPBTW8XS5E0SHMyrF5lcTyVMQK7+cKJ4WphRMoM\n2MSwnBrzT2Dyl2HUO3UL4AotyUrz85n09/IrnBBlHmdbEr7OBgUKf7dYdvdg\nhihotISl8dW/yblb8fTlmc88HMXymfrNVVSDnktU6iDIMlF/q0FXq11M45eW\nA/Mh5Z7uugRu0oQksS/ZkWS3nPabV1vTdbg3YCcay4ExvGxRIRvFFz7qjG1i\nh7NUXGBJzeXg2jJNMkienXfFI3ylgowBRiPSE7sx1WsANaAEfnMlpIUaU7yd\nLAZhsEB/p3lY0SGua/w49tICy6Tt58LEoqLLa7vmxrILCdnsdnVnoG7RDTev\nANHuYDL4/fEP5RmLX+5U3G9IzM6WPM1KVZaqVWcKk5uLoIc2OOjSbKisPgP9\nq1BWiEfTumq6wBJo21tsnqczy0bzZUiATNBXuYtZ7iNqdccajA+pnb8oWMvB\nFU73lMVWBVNY1/Am7IKy6beJ9vZbUNwIntcDjhPm4tWK3CXjMoL6fm54c9xJ\nMUtzV3F/PQk3b7dZgQ1VGVGTTXsoolaAhAAfAkmTeb2TvSxqfC8Vzc+DxucA\nD9C5\r\n=YDPg\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDKFjxDKhw0FWeJ7E9MZWIbbvVVGSoQJ1OkCGiGYqGPNAIgBcM1FEgZXN79Gap7r3uNbXeGCgNn4gMiyvAWHQSwn4Y="}]}},"1.7.0-nightly.14":{"name":"@influxdata/influxdb-client","version":"1.7.0-nightly.14","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.23.1","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-Tvbh0yiM2HkggKLhEBp46zDrGXO2sREhi3lKJA9aIY63SNlrJTwDl2q/cWgqBQ2crkF0jBuqE4fQ3Kn4cEts7Q==","shasum":"edeb03cdea76a55731690c46e1020630d3267ca6","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.7.0-nightly.14.tgz","fileCount":90,"unpackedSize":1016805,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfYIxfCRA9TVsSAnZWagAA9wgP/A+cspVfsHmbFy7QC/F0\nY7LkyZaBU9QwCIP7i7nKOV8/Yxjo5LQMnO6/4eWPGUTWs0FbP3ByzSZMt6MA\nP3zQweSozeqawBvk3lz2TfPtjBROUWkhkqzznbbLht2TItwGyftxU0AWXKOs\nKaIDiojGqEgEE/+ZSTku4Yfbhbkua8yBI5XsYJqMFc3u967evSvUvgPjNCkN\nnGEGTozm/XlkwTe5ILLMebRPyZuqgZ6hasswzfip6u6WSO4OJoSn4uNbMdbi\nPY9qGwpbJvrEM8bGOdbODXsiTjiDqlzmBRqKJ4925krDrwKU5tvMTXaFaAr2\noi6a8J59UJihHpRDrYJ8YR/aUJOT53tRZfSKmQbK0iqHXV+84kPahwyK3bS6\nwm0/2bZJzrG8b8Rf1E7ZTP3R5epgLkr71e0kxjrk3xvuuTCzS7VR0tRu1D5/\nt4XGhQGXSK3bWUq2s5sJZR8H5T8lF8uLjQFIXkiyua5Yui+zd04eS49t3ehu\nVt3k0gKCYAhxpSR1BakuLZA4TRVeNXAUCjfOVjZur/A23QOgs+fogm4/awtO\n6xE8qIDlwt0x+3JUKWDy4+71KpQbX0+e0vN1zNsscMz1zuPr2RLOV+cF87l2\nRm9kPUsxT2Iwckx8OEXlvIZuPDt10fhX8YA8CWgMUJ4uvJqyGDINo1hIkfCL\nJIwT\r\n=vIn9\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAG5kfm0i/a/q5v2AvcbqW1VYgYxAqkyc4RZu156A7HZAiEAs4aLXS+QQxa9ToWH/Xxf1jCrGp5tEfNc7SVQ8Vnh28E="}]}},"1.7.0-nightly.15":{"name":"@influxdata/influxdb-client","version":"1.7.0-nightly.15","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.23.1","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-H4MjRxA3JBS6NOqOakT4Fdr1GJnAapZ9TYzXyyE7U5+4zM9JIAHy+u8fSumiWeEs8bTrykJd5WJT6/pWHeltdg==","shasum":"a11221ec25ca4d95f8d98d271986e3448c630d2a","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.7.0-nightly.15.tgz","fileCount":90,"unpackedSize":1020805,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfYfFOCRA9TVsSAnZWagAAvVMQAIIWcur3twWQQEmcjU9j\ne2Bw0t9l3qACtVSTyBvSyEc88KjcJcqyLrYkNKP/P5d77xmDtdEFva1DKe3i\njnYqtz5iJdJ0v+9k6VjvFWf7kU6JByFEc7jsRI8lxvfgq51mjfk2bAcxG3HK\nJnMk5nHCxMl3x8NzF+xQYs2QzHSapeLEPZCUtcg0E0e7Q6BLBrDkYkmCYheP\n8jOihx5I0iQO2Z/GXjtzp9md2X/u1aNbSxTH9sjsSYEQdNgf/Uv0xmfUM48t\n+J2GdiI2xCfOpXQ3zvFCxGw1IUORhVRA3HG5wdJKZ26Gh/flvikSLjxjFwWp\nQaFydMjnIw7jPZhezlQw9Xtczqfme9Dz+0MDq3kZEN2+jL17E8CfpLe7CAX5\nVKWJM8jbMM9zggLfpp/LWHnJOLjSf8UFoIkt02TRlXkY9Jmzc/p3JuuvFEUS\nFTwO13fGtk5DP5dB/kG7CHSlZVsVQxjSgr0263+kOv99HiKkx1Z6Tynh5D8H\nWaqX80b/2A1snKwDFs+JwJeoFIt7clgGU9xWea37bagjkruhY5AHmpiJtKyS\njQdITZayQX5WAfSpA8UvaR6dTS1BbY7eipvohsaXoE10JBK8s9jbHMWC7D+a\nUgUPAbVQJwxuS9TJLAMokbaFHWkxXTncawP/74vl7BMkwMNxt8KQP2ZUCOCK\ndgis\r\n=MYhx\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCKsc3UsEv7abUC1AMKjqXGZ8PzrSXNpiriW0TDYi5afgIgHHYRU6SA5S4MyIBnmYbbeySts4dZDZJG/PkJnMPW7dU="}]}},"1.7.0-nightly.16":{"name":"@influxdata/influxdb-client","version":"1.7.0-nightly.16","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.23.1","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-nts00Vd/iS83OfkPxGhZ4XtUws9F6EtVGrAbUPPxXcsmzIDQ7Dw1sPEXx1TpuAL+VvtRgrPXf1hBMrUje22cJA==","shasum":"2aeea38307460fbe18ceb42facce7ba84e67bb07","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.7.0-nightly.16.tgz","fileCount":90,"unpackedSize":1028470,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfYyEsCRA9TVsSAnZWagAAvHUP/RLT5ZoynCrr90n87j5S\n1e9oU8V4D+RZ1rDYTkBHRA36LfxDofyOa+0Ga6lfbP++G80Fev8bP+KXHKwh\nq2NWuQ+yPh5L7tNh7YIAgAYRXKpm4dF/S01RMxIcOvfaH8JkovYCA8HpI/9r\n8VLkGgNplJfP77xeVzHq1Tg1fGqo1Ec9rTpPuwvTF48kHqse6Ibhrgz3AJ/b\nNmjGH9KbBmk0sBml5/2q5e3+0ueg80SJIJLZrM9shQ/37QduhADMGG9ez5oy\nnVeiREJ1S6whZsghbrx4Tguwb4in++kPNmjzqGZkFzv8d/FurRz+52vvDP3e\n3SBfJp4Bccx2HgVtbUhkIQRJYbYsjBhDphhaSlGSu5TGgBCz2o4vCC4kKay9\nsXPZwkIMsvMz/NJfHttQELDpWZzdIYWn7vfLxJYVLS/rM9/TjLyTtgHSgq/A\n3lC8zirJD//NeOGlO+AtWLKPwGb/gW+iJnHwbBQ/TAc5LNS/IKsgiFe4LHmM\nvSap6RGEm6MUmNQwotb0J71LqEV6DL/jLc0ei5HFgACmh8tFfSDr7w6fSLaU\nd4LIiLvgVcQmZN1RKUk5uy7Os/KlQcm+Qro7wk6cY3j2k/6E0WdK0pS6GsjT\n1w5pd0UqkRacglSvC+xR4MdRuW6c74+u/TW8OdlT/uZrKCVKd5D/xcW27x26\nbHzZ\r\n=54Py\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDMHpomhPYK4zyRlsC6o8SsH+DewQRL7Ee43Gbj8OLE0QIhAOsnsuJlrdE36LW5RTQmNGF2p3hlZV0KUVtoo9D11yUH"}]}},"1.7.0-nightly.17":{"name":"@influxdata/influxdb-client","version":"1.7.0-nightly.17","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.23.1","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-fWXJ/p1M1RSKSsPIoxGea4n329VBjSjtVBvwsEJJPAqAEz9Y/fBoYLHQcDxiQCGxig0c0nvwfVcM0kTwdZMmyg==","shasum":"b714d9b339f9eb2be8d5fe3b0b224bda7dbcee2d","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.7.0-nightly.17.tgz","fileCount":90,"unpackedSize":1028470,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfbWxGCRA9TVsSAnZWagAAVOUP/1pbs6tJg+oCqvBl4Adn\n2cM2ytwvxhcJ7kYNt/r4YEVizBqA8Yd79lt1y9eQD/JwwXLDQ6NVo0e1TKnu\ny2GPGw4K0X+fPNrYrFqN/mBRxIczzdHpJL0ZegB34Ahb9k046FpOVtWs3zhH\n0J197mXwLv1aXGdlvDqDW/jlnelLHA9U6ECySAPXGxiMkQHQg6lOIr2Hov5h\nfb0zY3AQfl408qS1nzM7RkCvJxVmT/XUDkO6NKLPi4jrggaXTBVp5/i+BU2h\nGEc2CNv2RBUd9rMG4exG8FdKxsn3UnXb+fcyNQKNqsY06My+5c+DIzJvnRIe\n6Zzqx3Gco0ldFHk1cLJTdouPasY8+eXQ+91w884Oxk2OzSRG29cRNYm16Ztl\nB6jSqR9R3v28/7RIc6o0f3GNfQCuoCfZR1Y2dqtCzDyV0EMppEU+e7cmecIj\nAO1N+klkCGx4QKfoSrBviPO0Tgzl5YiPu3AwRvyQzrAyd7xxi3YzXTa61XSh\nsDFchQ7dJLrWRsA+jutoQ0cHZvLcb52sZ+YudBBjXE/TXpvwc2HToQNxF+aH\nJZwgTgwBuXcC3PKPq3yyOzA9n/EZP5IRh9Mn07zG+WbfbmWSOU0uFsJmuL1G\n+sDI1pnnFfiNUQ17vVBxKl5AxCzgRFxJkxzixKpimdkaCNYrQyWKx1Ttrdhu\nMs8r\r\n=bpax\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAKxtiUvTJlZ7FQ3WEdwnqttF0UEfQmwlc+2bWgTKoq0AiEAmblxdBl1JAZilRLT1T7eir0wt9k5t4TOoJM3fisivAU="}]}},"1.7.0-nightly.18":{"name":"@influxdata/influxdb-client","version":"1.7.0-nightly.18","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.23.1","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-OT8qI3VIYf+YOQURDt+IMXFRX2Kl/27VU4YoHtU4w5sWwExAEUsOvFh439QNcw4B0gytE5VnQu2LsQQ+acwLAw==","shasum":"eb77982c121a8eee85e9b58882d28f1db5ee8957","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.7.0-nightly.18.tgz","fileCount":90,"unpackedSize":1028470,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfddmvCRA9TVsSAnZWagAAnjUP/jcio6hQ+kd2hd6FzCCe\n6NyZe3OuapvjCVXSbjfaYtJl5NKifrqH7PYJZ+/4N6/ivseEjR0bUxMdOUCc\nZa/o/wBWwOVOrOFel9k9nudGI5J2+x3EBLMSxwPTBHduevKvfEqEbEdcYIK4\nOsG5XoSTj0Hd20Lp5Zf+9OiIT7JINgvfWNQskGTdCN95B6bz7Bze/t1Zrkns\nebqLGolS1sHDZDzr1FD/nBIiy9Umn/RJOns1kKDVbVGd/Zvj4f/SVaLU6sYV\nORQJpEuINFEOjPwoGidywHJUU83AGFlZPsMu2w5/92b5kjf8u5w9hu0Myiuo\n37qL32fE+/vTCzoBhVNfZNtEv/gtxDzgKykqbgMTdySZYfLimkJSIzWEs5D8\nDkv/gvctQ7fQ3R8lfb2lyhWOwZ6CFTBVRIma/VnfdF0cA4bMs787PU79swxX\nZTetpJP5mbYDkjSKvxwChyzIDDy+0MB4A8W3n8JkELqagm7dX8jRhugkB7+o\nlMJEvDZYto19zmWhPXdjqI8MgSnnp5s2w8H54LtXagXorbdttgSxy/P2JdRQ\nIHQ5h1TSSBenLtw218qDuzu0poL2OXbwtA90eBUIHex7qS+Hso/Hqr/G861e\nnhRQqeJ4loU8DZ612cVjIdSaraxT/kYlGbmWYYuBmL1yzDxI6dYeQFftsllI\nR7eD\r\n=Rq98\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDJklJPSE3zMF9jMz7EoHBhv8d38m/vM+DsCH3cjfKtggIhALVzXt5p516mdUjiPisQ+oei/Wxt8j3W0w7u+U4VWjii"}]}},"1.7.0":{"name":"@influxdata/influxdb-client","version":"1.7.0","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.23.1","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-Qa4vV5W2NroETreVA2wvVlfZV12sda5S7Z57Kn5/5J4XDhglrFo5IOWbvEne+ROgPCvZ1ufHdrdbjobm+n0BSg==","shasum":"42e5ec002eff8c59182cb52765b7f94dac382a56","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.7.0.tgz","fileCount":90,"unpackedSize":1028323,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfdsE5CRA9TVsSAnZWagAAxEEP/jgt8WDxY3PpsiPWJZNY\nJKkZO4pAANUwEZSHom3aTHW2MgcCKsq3poybIcBnwEcsVnzei5tWHyH8XOqh\nO+D8v/Hz6IgTjdxFlQ1aEVI8peJepn9C1cCB5K45Y6lc3Z4Y8FfRLYpj8WYg\ngvN24Mj/z5dZqnLMFPSXUFJEW/QEdNZlT58g/NMbNf3LjSiCeESm22Zi1nBd\ntzGANKCS2WhhgjchAr4eTR/R/n6abFYDoUfCItoZe4Md3tPINgIRgCRt2Rue\nJz74ikoDv7zvoHH+LvfWI9dJKenfv/MwTgW8ssZ7uCp0PpzRIqGDb9fkLWmT\nqyBKAE4zMsxVlrgmecncZVzhPWb4iY2ZiquXpwCKHwSk9Vb7aM8cmdEGBof0\n+xsE/cU/WihlyrYxrzDihlXpeyYHtfogS7cGRJ4LWdovDC8DoBcMjyDgmyEI\n6RfnYzy5dKGdB91U15jvAc8P9yjt1P+/na2bWGyFjtY3RXo7Q5K8b+9R1Kd6\notWB3cSNTVSY57LHEyyesaKrOIGDd909nyxxa0GUEZIOG0Zrai4Sv57/gKNU\neTf+kCsxck54i22+GFsjtpMjuBpZmtyZN6Z++I8tx5/PlCD13IyUPHrVnoCy\nkAJPho5VgrDm7sGw4M9wzKDqioatnI91BxENezbVbwUGDfqcHPtgTad71ZJB\nrzYA\r\n=fML+\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGjxe5ESnhYKm1P+1QdtNAq0aqODFqfsXyw7Lx2WGv8IAiEAl4z29HxT/m9gy1xz5nOxUPyhi93UELTlf+0jGwgIOE0="}]}},"1.8.0-nightly.2":{"name":"@influxdata/influxdb-client","version":"1.8.0-nightly.2","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.23.1","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-IIbKtbrTrz0lbMxQSxKu6MP4xoZlARrz6oZMcUot1ddGk8ybT8wKUGhOnI8kww4ZRB+7kX9n0vZhDYmpqnhkLQ==","shasum":"c9a4441581046182fe053d4bbc108ab55f50bd98","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.8.0-nightly.2.tgz","fileCount":90,"unpackedSize":1028459,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfd2T6CRA9TVsSAnZWagAAIUAP/RVyo30HCSMKG+5ZOVtJ\nAZxf5dnPa/dqP17ZDVPSvUWfiHaJvhqTe7e8DJat55EdcT3rMYBs4qCOA8EK\n9zXmLgF24WiZ5jQHv+Oedty/4xGociYSctFttT2WTxgdp5sw+fPkHxfcVeZ4\n3rauuzYK9Yejhc5Lk2lb89ESI0uJm876RX0Cwx6MbbmU7DRVZ3uwGOI5FJkS\n9WbztpWte7yNZdqhNz2mQ6djNhfXbvgwKaajc5DoxW5ir71a8UfuN4MkHsfT\nu/YbkXbHupBkCXKSOIAUyhcb+cL7SuqqEzKD1mOXktJxOq5se8tuuwOpx/KQ\n4kQL44l1/ePm5c4dG7vFN+ZNzx6wJtknL91XoeqYafVQdAGZUpgVCGUbzLED\njON6CobNarY4qpWEHrcMlvlP3oSNkOKiO3SbdyB0WNhIeH6nAnOdmUBHO8OQ\n1W7MQeFINROBbmkDG47ddeGXLmxAkmtBE+jMHgdBYqmJUkChz81xKai/I0nt\n9I1YH5dfOiwz2IwkEhoV8P1XKEqUfM0ipGS6nFlQ4AgMLB7l85SwWlbNFj1I\nzrMLurvbCspQ4OGUu8WXXiKMEugFaqcWBy7cfmEgqiHpPwggiFAx1YXG1Spl\n7plnEXUWymSl0U3GkmC1Xe8TBcaNpU1JAQ598p/UbQDS5W8tUqc5zWqnkMFT\n+c6e\r\n=c4nM\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDIJRwMGxrNaePcQ3HHQJTW15ooSLADOmkH+MNba/O3AwIgIqHqovaRIM+t+08M8AuIdT0j+uU1KsVUqehlznCadro="}]}},"1.8.0-nightly.3":{"name":"@influxdata/influxdb-client","version":"1.8.0-nightly.3","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.23.1","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-mXavIN4VYupScQyCoKUjQdEAaJYRPRNqq9PN/wrCIzwaNxKG2CUFvbkXJUwzL3RlNOSESumVH00TDJaLIy3rEg==","shasum":"5fa7fe0a2a0baf51935575d7fca7e15c28ae3178","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.8.0-nightly.3.tgz","fileCount":90,"unpackedSize":1045114,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJff+GhCRA9TVsSAnZWagAApqwP/0AyW8jFd4ThM8Mree0f\nlrCwTnbPK+NDhXdhbbaiuhmO8paez/rPbvFyYdEREIy0tP8UoxQ8L9+sIsPF\n16JC23oy1uCytkBIaYdwtGm+AOWVfnR6JeB4rbQwekwp6gWkpqMG5mIg5oD/\nNWBRxyzSOwAa2u9tDT4iHbPkfrqH2f0QXvaWDSbuH78DILJifK9wbar2JJX6\nK3qGuyl3ZtwmlusEdLrqQa28mVswAJ/95HEEzJaDCnoJybZV6VlL91Du8W1Q\n8CeoHGEPoekIRkbcEZCAJMOakRC6ZocWTX3LYLNQRyfNfiUtQKU2m3iAl5I9\n+LwhX7cNh2ZsO7fum+asteciblWgmQ7lxpI12G1d5YgD02ryVB2N5sepvFYU\nb3tvmkBetz56cfls443kB2tqN5cjxAv+qURy68MHepBj1gH5bSp9sIe7rJgl\nLiVrdDHqDxq85EH0dPyTGH7BPwldK8R8fv90VjurmJMd3UHa0F/vwEd/swvo\n/tw+kbQQhvxHkX4Fh/tVMbPhYy9pcpNnlbJMFUXceZdpV7B5W8jdC/+kXKa9\nVCMmcZj98kYoeaGuq/qhSQVGDTDd7YcRF4IBQsXzHjSi/XM3HElavuGsClOp\nCULX4Xle49cZqN23mfPpvw2M2r7zGvsiTecXxlgbsUbM7B7TbuQ8CRUTfV/r\nf72U\r\n=SVDo\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCsa9e36QZd3BuyFNzmR9aEWHkYTKOjJmsNPVIBKW7UzAIhANeWDQEkAwMpjOgSpHFCIeEVJvr8yiARrx5/pIU6lpBX"}]}},"1.8.0-nightly.4":{"name":"@influxdata/influxdb-client","version":"1.8.0-nightly.4","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.23.1","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-DrisuJ0KK3PWIrUaMHx1Qf5wK6x6FYuQCjPSnkjeIq/NW3r0BFv3gh+mzBFbYwB76El3/6X8C6ATqcvX1YPMDg==","shasum":"b23e3ed6c40bb68696d3ae959e01a5351fadbc8a","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.8.0-nightly.4.tgz","fileCount":90,"unpackedSize":1046229,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfgEvVCRA9TVsSAnZWagAAR3QP/1fJPQPh6VJhbRRnkena\nL3CRtkb6s1OSjHxvaXQpCwwRV0oARtTpgXstbpuOJUHWANMpYdZZJ7rCFm9U\n2mNWkyC+Qr65F+KdxH/tAkOvdyX7tK3VXdTcDhoeoplujUQVD+vK9YwrzBfT\nfff5jir0zIAYrMjEqdBzOWOANxEYpCAJVcvW8+2Fx9TLP+XQ9L8o6TqZOWGi\nXALeCyrUtloF9OALqr0SIqZ9boFUrH15jt3j8JBgnqrVMquBkxHqJ1qfIQEC\nbbEVGAHbpOzhdwpcm4MkJLlH9tPYhHWvjQ3OpWsMOorQ/9avzs+egquujfG1\nIEb0w1/eoL+Ap6zBtUHfKQsUSTwTGgVhbHth6seWpRAbq5QMkkdZ2VjraGDz\nY8ov5agxx/Q8IPKKVjgXoOnJEKTdVxFNcpWqGSmg+fsFeSLoHCXO1ZFjoOfk\nN+fq/2N9ea+FrEsOR0cSWNpg74vdSh+b2eZUIFgutoe+pU1Dy2mq2bhQJ9e9\n0B+YfqGGxS5TpEMGcKF9zRiZ41Ujwac9qOVEFC58YaSKDRqJ2VdNHJa47Tkn\nGXXDdDnlkkTDAsjlCIWYKRJEJteVfgfOGjwtmdCQvnrmaMUrAwNthSzHvfq8\nIrZFJCGB8Cw6cqMEuWEo33+2pmkuBMyFSkxsI1z2vfbnqf3LnxClt65sia9J\nm+gk\r\n=1u4z\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCzXRTxfoYR/44efXf4oQ0D6SWZW7/2GceoUJFV2k3/8QIhAINW+oMvCNDiKarDyJSTcYawM9aYRJmapx3sEUsO7XPM"}]}},"1.8.0-nightly.5":{"name":"@influxdata/influxdb-client","version":"1.8.0-nightly.5","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.23.1","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-hEkz+gF6Eq+6PxbRHUm7KK2c4s2u9qz5+f26wTMrnrcG4AXGicb91n5NwbqOpeKXNqoCjskxwxKEABhjoOqi3A==","shasum":"bc85b10964964ce004105d22d0ca521f9f2c9882","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.8.0-nightly.5.tgz","fileCount":90,"unpackedSize":1046567,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfhbdBCRA9TVsSAnZWagAAV14P/iHta+EUVfOW87f5AKqr\nVuYr14HGDUIRwWRAdKBXFNOffTzmyBFUmDcurZhtUN/a4I/Q2tlCWP/pVyF1\nSUg7pz0ahjnv1KwnuigUtsIZVNfZOFKB7bkySFg8bpBAAOpy8wpIBozCeJ2t\nwR4l4VRhNi0nBRIIAHfGUq8cN/9IQ+dd9oOoNfeUrp2Tby1o4tll8RcxxhwC\nAD1ZFPw1nFw5xo67DqlgmXFu/mtpIp0r5Tc+di9sZxdKMlQ93TetRz6i5Bmn\n07CSSKJJYQBIJSoPaGPQZa0fnqYuW8floij6A3X2DJBwc0ba3lhrmB+Y24f1\nmNnnhmj+m76M3/+U+IijOaFfeBJm2+YazX4isdF0/3+MvF/fmLT1hPgbHImm\nMeFJUM2xFcoKNh5hghpIzBjqTreF1LhDOrqDZce1zCAoYN4tXFb6PQQkJa91\nPtf4HdCrIkD0X6NLWxM5VIv3ft7hfM0r4C5w9KZc2ZwZAss2XJCOq0zMepRD\nVSWoUiamcYmKnfV3yegbPEcDWccsXd2/fyiBIJIwYjLTswTWKvq7b5NH5Zad\nGIJM7tTZAmwCNi+lWOdMeBGtD2K4qflbOFz/89OIcJnigyNd72rqtsx8cbXR\nmUrrknqwN86DtdqR9vpRYkrGr91dRSrnTXWSOlolImmmSzyXLtVocGlFYBEh\nUjYF\r\n=Ne4G\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDb25jXE2IYgxnrub0+5sECebSKXS9SF2xZGEqKk1Ua0wIhANBr8grcQtkIryvQbs4rx1tD40bq8vVyRMlMm0tPL12K"}]}},"1.8.0-nightly.6":{"name":"@influxdata/influxdb-client","version":"1.8.0-nightly.6","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.23.1","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-dDVQw5rrAZoWCbVWZoV4knIQccJJg6NfC+1yOFj1jz+GFWA6mUhOyi0+qV5bS/dApav1HosGx41uHs+q4h4p/Q==","shasum":"57db1beb223d79283ed02b9e969168218f9ab576","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.8.0-nightly.6.tgz","fileCount":90,"unpackedSize":1046435,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfhpyvCRA9TVsSAnZWagAADaEP/AwgUPNCLjWK9MrhRBZr\nB8MltVIRlvlK5cQaWo0Ejmb9hO32+Xe7cR163pxJSQmqI6QA7lMOSxmdeUJd\nPhJdiP9scLH286btSDkYL8CwwV4jbR0USWmKHEdhAPpj3uzMtMNd7j44VGPJ\nrZup06A3v942Fuo9BBJTSvfdaTpi3s1qDFUw393wcJFLlyOUvaG3RlozqXVL\ndqvSxdQ5FSLQyzXJCLcvjqBIegofE7NyxBRwmj1mpxqqyCmbUND7XSre8izK\nqv3iy4O1d3DO6lwx/b7/mSPK0ZiLQaz20qQwS89RkZBcDVXKs4IhwTetQcvx\n77jYWBAhIIRnUXSu7han2w4vjmkDjsyAnbAQ9y82x7e2h/hYtdLo17LfVjFH\n0Hs0hOrrFRWaj0wji4kzcHghm19c9ECb0muKclWdZxXs+480cxrTpXFGh9bL\nr2ypVJUrQlkA7IlVM0LFWyRWUrwqO4VKlsl8I9VhmpFbBo3qdcOBCY2FrLFE\nMIPCZzJlVDL2UWUfLd8mUEZZyzVxKfBDFsHj1eCZNOhqxeMVa3P5wkwAPpAW\n5KGmAPkfoMdLja6mVJickkyncwOhn58d9bcEKSwEjLeBw1UCCq6Wf579WtOx\nt4tfI7RetcXTioDrS52/eqnXpLGBjW5fan1ZZSeytDuTySBBu8kYFJJXX5Mi\nMqp7\r\n=Ho7+\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHnerEMTcNFsceWhKeb0k1hYxniDZAzIebju82mX/c2UAiEA4LFw1w+WSfjFSMvAQh7vc+q1u7RYHFinWMd+qlM4nco="}]}},"1.8.0-nightly.8":{"name":"@influxdata/influxdb-client","version":"1.8.0-nightly.8","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.23.1","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-haeC3HdZnxUuOD97t556hfCD0lWupXG5UEOJ1hZFXZ5ovIOAaDsYVL3Ch5G0DAeRiZXkBRoMATm5nFudsub8jg==","shasum":"2b54d8e2a99d33319fa8bae822419511f527a170","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.8.0-nightly.8.tgz","fileCount":90,"unpackedSize":1046559,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfhqV6CRA9TVsSAnZWagAALwYQAIwRbeLKMwwbPJwOsnXU\nqO31A5QCyfvBqtx6zrZ/UAfd4LCJh0ka+hTE1xe9JAMgVhtQcKxHpFzbITBS\nbioZCSsjrJLByez1vQXS/KVQ1K4gInH6fzz0O916MaaE3p0eqFod8xv7XrqW\nxqEjz47kyOSoJlVZFZl25td8CL8UiisRvd8slohfZVxku3vt8DLliOkHTuNR\nnL1x1p67R1BIfD/nBLSg0G6fDute3/RlvWC1Mwx+jQw/9Yq13dCiOD64zYxB\nhurFb1JDkS7yvxRXYQ8kEdw6XANEupSU7GRdcHe9hGYJlBgZZF5QCbiQbbBv\nXEa/3Uesec4pLYDb42KG+TUaONqiaMN+Vt1NAYGj9QEZWPP86mcElNtTXdcO\noFbCa60HjvtTFnBC0Q5OJSnagEhmRYdEXPwezNZKjr9xsp3JexwFTnegenCQ\nCeY1gPYd4wrrlnWfxHaFYD4RfN7bFOxpaZrEkLKIHNdyVK4TxT4Y8GMSr8+y\n8lHevEaiWwyFh82D+tjGnUipZDlfHVYtSJtT0VHFyFm1K+invWo7Lo+6xFWN\nRJByqaD2ptqKniJpqXi+Vm7I9PzqaCSAuOW6DXUmNeFslmdII/tDHbwSrO8S\nEmraOQ0x+HxtRHaqEI2iDD9mopPH9/NMU/Vv/Lig7eLbENHaOpWOycCwuFxS\nn0zG\r\n=RiCO\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC+ntgFhOPS3/WX0lRAqZ0WRg6SpC5/VtaCC+IZsj6pVwIhAKFi2THkwzb9DiUz7lyvHO4ZFtMSe9CWPNS/R3N26n3c"}]}},"1.7.1":{"name":"@influxdata/influxdb-client","version":"1.7.1","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.23.1","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-/ootY6PyhtDkAT7iufqX5EX+iFqzTq3ZMOQrbJGLGqh21L8OgSmD9zUxTowJXS5FE5ugkHIFgEUkW1/87AArwA==","shasum":"b06f6a942d2197d39a84db9e150fa047cff9a4c4","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.7.1.tgz","fileCount":90,"unpackedSize":1028325,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfhqpfCRA9TVsSAnZWagAArGQQAKHZDH3WwD+LPf0VLLi6\nZlLb3gN9BmW6Y/HGW03tQU4vgx47kTn7aK1IBJWI0VmbNddKHOKtIQ1fI5aH\nsHsabUhmhcSy0Z8/i+Y2Tk9YZSkDNMoKi5cIMQKU8XWhKzpDQJftoxlbBu12\nOBCuNsDoTqhQG2sff9BOtAmpwDNVnT2OKD2Oe42IeNTgOgjeWdRnLOo8gViY\npbxyjHGYiUV0dIjebcAALKhuM83Ym7jmyff+/ThXaufyhko3BSB50USs+q7Q\nHZFTZyatI63rN1L1MFo9IHSvoPwWDL69U+O/6gLnLKOu/qvd1UCMZFz7DAPV\nw+0DmY2ft9R1OyrBTY9DFAQqkwZ6N65CDuzdJoW+/euSZFnl5yXhBL20AgNZ\n/zQrL9+IP69kJf1Y9h/Y4h1+LVkh91x0FF89QjYP/l3QjA430ngyoIeTDf3/\nqydD/2imjs3KSjaN/YOsJB737k9sHGzwLN/4mS4XvRuUut/gEJ8EJA/MmUrl\ntrTGA+A6b9knD7o1pd8YKenJJ7p6bpHC7Hz5xpiOJaQPigBMPOmmZNgPTYoW\nFB9E9fve0vWm0rs3iX5ZHtknG8GZoBUf2kTJVwdu7e8huT+D1KORGjLNkmMo\nnXwOVm3NOGqmTevExBk0/kVngMH2s0TveO6KXxC9b75xSPhsXTznwJlCyqxT\nIu91\r\n=iI6a\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHucAlt7t/RVnA5mdwBLappwpUNSxs6nM+Glnziq5J9ZAiAMc4AZGqMl58HF6TrnkroEpViWSocP1nMvfkiEFezANw=="}]}},"1.8.0-nightly.9":{"name":"@influxdata/influxdb-client","version":"1.8.0-nightly.9","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.23.1","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-cSrIyadu7/sPA+oM7+xit7mltYGPnK4npY0Hah50Z4Uk0uKQ3Xc5mBTbkDmkX/oegZddtmQpJ6Zz9c6LiRjpIA==","shasum":"06eaaeb8803273a3356be566952974f9a85f8247","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.8.0-nightly.9.tgz","fileCount":90,"unpackedSize":1046567,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfhrB6CRA9TVsSAnZWagAAT4EQAIYM8d8pm5aKCbFZliuY\njdIGP3SIgh61wfmIDGQ/miiYw67NWLBoe3MtFjSqAhPSrTrf4KhkBhzL4wBd\nk137fw8QNVuwgPgYl2JwH8Xl6iPlPJKyx2glpeC2husJtTsmYAnT/cvUD4q/\n4As7c31d9xEBAzLsd7M7XdcVT+IvFv52eop3poB3hU3sQcgwHoDppNE2dRd5\ndJXEpwJP4JEsm+yMKzFG1nEyGEViAZImSegrUDTNFjyWatvumt5Tw0OePc3L\nmCjmxYukX9UC9oZEpa4ONkGDAli1xMjyhMGKKDPpUofenKVDry00JSYsHBez\ndlmHzF1GG+sZIkVFWEqDPEthq9zRUefTrUZJTImRiItSfMvtXGI1UX32NHfC\nRpe4MW6PeRWZcMUDEkJKgiQUGuG68Esjw3k+Ckr2MIif/NR8JEKJ+5Ze6jBh\nSPf4pvHSWwR73B9jE1b+SiUf0BL2EfpyW+1uUYNPqqArJctUATGY/6v0MpHy\nJKAhcn5x/BkRpesnK3SpMYWN7rcfCo64dQP8LM1CaSEFe1lDMDrtxaNyWjBO\noCBeNYiZ0F5QeK/dbyoUp02cpOBlTwIj4B74tCapVlPM3BiE0BeISbuPDNyY\nxDRcRK8u/nkG840+D6fSusUVE+9rCBT3oSfgVj57NZV61EUM5TY6au7MLpau\n2maW\r\n=ErZ8\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDdT9Se/4FVgX8SEapEjzG2X2PKuWzzvofIncWdbWxjtwIgZP7JJTPRv6pXx9NH5OdqaMRJ5XKqWg2Y/mT423EvVrs="}]}},"1.8.0-nightly.10":{"name":"@influxdata/influxdb-client","version":"1.8.0-nightly.10","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.23.1","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-SiyM/s1YTQ2XZwJgqhn8X/GpHd7QhvqD0ea6QoE9/9+/tt3invTwtcLy8EeUVnbpNjY5Mg3VwcOdg+KMKPVr5w==","shasum":"2160f15052f8fffa1d333d8854891ead90b17554","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.8.0-nightly.10.tgz","fileCount":90,"unpackedSize":1046568,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfhrEyCRA9TVsSAnZWagAAw1IQAIGAD+fJ7y/VuhjX2j9j\nNamHLaYhNh7Cp4KbFaYhDi1bTI1hnYhlwDkZqQ+9Q0BjK6HitAtQDhqthyrr\nezB4no6p2NTTpa6rZxfmcj9ZGtXb83MKsGsPGaCQ1RVcRNsDNdmOJyEbzqic\nNjnUFGwk0KTkt/OZptMPEgtg90tFanlLcEUpXme9/F6Xn3W0Oe+c9WJoKk7A\n5TDkcaYwkPAytQYcT9XYgU/Pt2T5damApPaPgEJHf/qwMoVrC0/SIbvWJE7R\nLwDEh34lV5LC954WIThMpu3P0DlP2TZBr5/860vZt4CBwoqoqBW+kjl8RSRC\nCu7KLTGimGAPdwR5QFmNSz0J2glhogy4Brt6MZDQRaLuu+t60s39WHbr88WK\nQc7MJ1Sa1dL4OvfqHB/RP6q/i0n7nJVtQcxAUr8a/R5wamcBKrPd6m7hVVj9\n6ZlCmoZo/ugt7+xZqbliPtv694yUmx8510T8b/TrPWz4QAK9Q0GyR5peMkdc\nouT8+ig52LK6YKCAp8/3uvxY/SKtXOTRylnsC8tm1EyCDl721Z2Si6j3UVyv\n1B6b+URlZwx4gYEf5eY+rmZbQUw6CxI4guSotVmstP0Cgm8OcS31XtynhabE\nQMqcA/QVd071Cu4neLCzZsWEftM37gxUnZewsnWoRXduFeLKs7tB2Jnj9Bw+\nAJmm\r\n=1+AV\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC+CI2H3/WJEOqY/TyhHZdo+LwCylUOMQoPrsXpEH0FNwIhALNTcIbcN3yzaprFpZHL3KnmoY7CYr8k+eWAtH/dyxvi"}]}},"1.8.0-nightly.7":{"name":"@influxdata/influxdb-client","version":"1.8.0-nightly.7","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.23.1","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-Vtu+rS9ke/qwzAQQlNGitqmbpt57CPMGxU6KLuhcCOx0U7Rxb5e/beB5zMfIm1CDQm7AB6y4ioVdBNyBtV/P/w==","shasum":"e4ff683f70d613cb7d442b4b97d5dddcf460c07d","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.8.0-nightly.7.tgz","fileCount":90,"unpackedSize":1046567,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfhrKMCRA9TVsSAnZWagAA/XcP/j2uTBwpAKh4PIRy3MuK\nZf+ufO4e83FzhqvmFG5eZ/AnF6W2nGzyyPNj7tSi+sdgFz339GiePARX72mu\nPYADtfsp8mJhQ2mde4oH5u11LnaYZoAqDpPAmzeemrcqtjpMRjoP0bJv8Sna\nMrdAMWBpPnrZLpm61TwD4YQ1bq2JvuFT8Sd58eNDrMUsZ4JTs/uKQQtAnrnQ\nSQUn+f9sRZ7gF0p6btBKm6hqva3YkK/b9QSEaXxOLw6uED2MuqiYlyfb9cRu\nEipe3pKPzxs+f2Q6Zr8TBrfRTvAIg5w8Tk5JfBCSmG8shhopx5u/ey+uQxLe\nJQO2f3vu9sH/QZvH7KkhspqCvwRYix75GkN5kVRohlTOiIcg1KT/Fe/Dr20n\npDyVtAVnkwiq7j2ScFU1a3CoX3Ks0mUwg4GwMStsGiaLKG8cZhoFO+QCA4Op\nP6ugy3PzPYn2KQc9hbdrxX2fA2PAbOq+syIfTtfN2MCwsrhwh1VjFbFbGriZ\nA6CfuFNsvwboX6XUK/lOON2sy2fhSZkCC2tRndYQ5u9gonyXgSncnQmeombw\n5G3i0o15qrEWpRBkNCdhgVAS3xl2lsJAZx5YDThs3HmkSr1f5sXKTA9dMWjS\nglzgppWv2X4LsYUm5/V3VqrkYQQJdmzP3syqj4jYLiMkz6B1SGH0IbEiyTk9\n7lP7\r\n=idTf\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAMwqF8u07bDl161V7UipAXfsyMTWkfqATjU+WaSCSdJAiEAw9mutOaxeTI8b0/eV1qRYDlfA2pmi2Y6hdyStznpqkw="}]}},"1.8.0-nightly.842":{"name":"@influxdata/influxdb-client","version":"1.8.0-nightly.842","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.23.1","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-sUgLNwZrne7fi8CazK5N0jGbl6oCNUVBxNBdV/L0rA28LjdB2MwMmgyLsTWczWMus2rfLbObCcdojZDDcDQlJA==","shasum":"4f1f763fe001a7c8128b652367528cb3b66213b7","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.8.0-nightly.842.tgz","fileCount":90,"unpackedSize":1046561,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfhrzHCRA9TVsSAnZWagAAyCQQAJeO1s7iP6/xTNqZsj+3\n+aQIIDNWrBxWDYdnUTPKaYGFpeZLe1tLz59B3zJnCir2+/xGBKbKvYduDKmo\n3Gvsn86MOG9X5PjzUUOK0YXyO/trU9QkuxQM+f8ETCOarXGs5O3gZhYCcvj7\nTWrK2WTaQQ+z5i4X1Q+vy/4GYqBFicVkVCl7t/BiQ5ZThlMCkPgrs4mvOPg9\n3ofpIVE5GYNNTdIiwM5lsaPCh7KDHfjOcbRVijkiW9jPSwAOwgfiLOXllMjk\ndtxbd88UfR+R/eGIX00euUSTEx32K5tUeY5y7iF6B9eZD+mUYsUpgPyo7nK2\nPE1zA1cODJwOWh1xHI4aouVwgRo/txsKYgVeV12HHS2xjbYfFC1SIjR4MCdw\n7sT8Gu9u1+YYFSl+YMCY31Jjcypnctailf1aar2OaUn3kMQLlhZxIKiWDfnC\nWsqXB6tEJ7N3KVjjRK/xHCaur8HN/X/p3A8TBZBT9YUKOIfgFvFjGXhWiRi6\nzHPnWfFmHRABvN5xmk3Mtr+UFxMjXWAvmvsklIAzU96F54OhYaFrcwbJwAS2\nI9xS8ydwkb2WcMEQ4W4kQ9sPhfxn0/gfvWFkFr0GF7R7zJhGar3TAsezl/GC\nTSdr92x+8QjACGgvXmN4rSwsY4vpy++SHCJVAWW3uqD72VlS/NqteWXsU37C\nPl7k\r\n=DTwu\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHHEowyBZcqJont4xV4bSo/7MDJePgdm9rFH7z+7Exf4AiB4GRl4BeYLAuzeJgmtzrW8v1Q3Z7QchjyPWG0DT6RvcA=="}]}},"1.8.0-nightly.847":{"name":"@influxdata/influxdb-client","version":"1.8.0-nightly.847","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.23.1","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-Buvw/UzdRnE5olRBKRh2VvGmnQenZdbT5/2y/+VziSrESpMtX4ppU2HsomeU70oLLnCE19OM9fxHBs4Nwvnzcw==","shasum":"9fa33ab76fd687c2003cadc8b1757f23ceda020a","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.8.0-nightly.847.tgz","fileCount":90,"unpackedSize":1046561,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfhtaACRA9TVsSAnZWagAANnEP/1ctAPOAyPBi9fCK092f\n++TnWd8SOQvIkw6PHQjUJDyu0XvyjiACbTEVgtO2KU9s5evQ9p6MZV/e1lI1\nLqREGPKF1xWcVWEFviPaQCsTuCYl7hLmstIxg0PmcErN4+geFHdtFwqo+Hti\naS3r4PeavU9mKobOZa6pnHcu0sv/tM8dBRiHaJJo7pJALKQDLaY6NIZXavZe\nTTU7uYB5wOgsEv4KZyKxDPfBTabmhnZ7uxWFNHcT057LoNNKLnj5dV+FaiTI\nCIPtdO/2/JPCnaYX61tBjE4W3q97TWo53PV8tebc+hMskFhr4w2X6PEqhD2r\n6R3QOx51Mc9cjGYwPBebB1EW40OCSZflOqVVj2+Ews7BG8USkOaM2vQ7EIav\nQ2i9d6HF1Kaos0ocNCJpla0DGFTUQBCE78sqxWySdwzorKUeT8HZnJ8pLiBC\nWCylLyNVyGZZYfFwvdioKh5Ld8keqqsK4rhyDUa/bkx+JikfpSKkMq2wrlql\nkTKg6t9X0MPYg9IswZTUIDlG8xjzu4KlKbrVnEFbgaIow4mkCqjFC7e4C23+\nrxrKcTfvx7vJMfNpCJP7ZpoSVoExUJSMnJnKa8W+PWWozMo0m+3aDiI4ZKOm\n4niO+kRa6YuVVsx19oPVlaHJjt3LJTtjMLlNzv9E9iZC5njhaAzbPrb5t1at\n7lRN\r\n=tn3g\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCvP0pG7O1yhznnPeN36sJWk1eYbKimMz6GLXm2E9qFHgIhAOUEMH8nUcok9rRuFY9jpPPPvFOk2wL+63Y+4oPrrF6m"}]}},"1.8.0-nightly.856":{"name":"@influxdata/influxdb-client","version":"1.8.0-nightly.856","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.23.1","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-e2h367LnFO5yVgOOEMnlgkDUB9ANiY0pagzwYcF4Exm13d4fxL0k/alo8a1pF4ov5wxlCEG+ahgk5URz+pk8Ew==","shasum":"8482a3dda06ea79db39e081bb96815814a52a7f6","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.8.0-nightly.856.tgz","fileCount":90,"unpackedSize":1046561,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfjUEtCRA9TVsSAnZWagAAcdUP/0L0d3UySaXLmMeavg7j\nvEkLVMe4xXQ9GWUhGgkopWwV4EvEKfP9laomyuWKnCwX2vkUEiKJPzYqmAFo\nC6JOEVMlFl+nVWJ6zQyN13pqIJYgbJPCM3QzXzMOMog2I9eVkgbeOSZ0mNxC\nQFBvEc7yX7d4c+4xD6vq1apnfLUvjKYVJfb9CTc+8g6oU8O4/3+8s+cG9rVN\nYW4bOhObE6frt+bVgGbqsjDbMfCFbSIiOKD4f1aG3Sa2UoSib58reWpYMDqx\nxkY4Xq5G1ijUmIwSLrulO8ynhJRX5IgxaZrSXlNNVTZSktPDLXqpHUt2HJgm\nTrv1TdjJSA7J8IJyUxFmu3G5jezSyvnABkQ3incoyE+VgoaM7rJqtg3VywT0\nzH/mypZJz3ivTBSIYrBD0LcuDjDVamLeWz3y4nYZHfULNg2VwjiQ3V9MrGAT\nKD5M2DoIpEJAAw6BBEpcf4hGFa/UkwWKSH+AwYk4F3ZKYKH++GqNNThDew9P\ndZeatOb6UAnapaoN7Lv+eafVyIYBBQm6lIn+IAQZz5fmJRxhJRPj637akC9c\nO/vMB8CFV8BTK0GSCjFcvrII0X4+iBqYfnmPfZaCL/voyfnuNr8q1XmCoaNb\n0WwI/2i7dXuqXYDgaJKXMoTvxQO+amDb6+8bvsCaU6sjBl5Y26362/mgd9NV\n9P57\r\n=9vEm\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDPU1yshRtX2m4UlCzFD4QZj7fdZpEfbkgFZhs0Zwy2oQIgL+liKTxgFif/UGriP5MTkAlBySvxwta9Ru/8PaIF99I="}]}},"1.8.0-nightly.863":{"name":"@influxdata/influxdb-client","version":"1.8.0-nightly.863","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.23.1","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-0PNBo6xDnkEh4IHbqW3xD+6eKnYCXXtsq6taC80O4Svw7FjoGsuQmzNiIf5mKCAZ+54qk79770wIjmE2wYUcbQ==","shasum":"e31e779a0172bd97d87751228f961bb0fe49129d","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.8.0-nightly.863.tgz","fileCount":90,"unpackedSize":1046067,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfjYABCRA9TVsSAnZWagAAw5oP/0DpQ5KByey7bJHgizWB\ntxhTXS9/sJy2NA1qynGOYjrNGXdSWkO3DbWZ/RZaDaRYZN0otlQsbr/mxw2H\nsuUrrxYJUh/lir7grHUBaoiPKvdxNrwbxBk+N4xYlOclkMhuK+0jWFAca3Bv\nvalyitrfXA83IhAp2B8IGqdJrq7vk4AZxy7eBz1wa3rDurCDPS8XiC1nNR7Q\nRVmSXMrLm6JCYHVUf35bsyUW9Q9llvizCjTLNqC7oN8192jCkspHhu+ZkIqv\neMm1BcZcRlH3iWQe7dqn+uBihRz56voAJ/R3jKY6cC77XuMApA7DYet51h6c\n9cX+yGLm6FFR1sY8Fjn84xoRMD7Mn7/+nPDnKiAgesVeVOfwlWOcOAzgfjOg\nDHWlCo7aUREbh1ueyfXgcxmKfxr8aposatawh5VSs/oRDhc+S1+liCeZdPoO\nFTb57xGu+VebqLttfB1l7Lj+fEX70fqjhzRgVz1ooqR3LFza5yMv8jkB2osy\nQvxXyZbyPT3GRez4m6boz02HYwJv4K/1TleyONDAbFCDVxmzNQdi75+14JRO\n6W1dnEXE7bh+btrO2CYOPWJ57KDsnUEpkrXguWnJ0EY3W8ATFzAsKBnqoxDo\nWFeJvn5D71lD6DhyjhEBjaoEK9exV2ygHzzBKSt1hFOIyM9JbtmliYe2nKPS\nEIcE\r\n=nEMM\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHj6y5L7zRuCZm8Ro4PXw3InYYrzL4IRD8jVDc0w00RhAiBJevzgJXbFsvnFUPou+1mGgDznryTUkGXHsHHIA1RpUg=="}]}},"1.8.0-nightly.866":{"name":"@influxdata/influxdb-client","version":"1.8.0-nightly.866","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.23.1","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-woh5r128r0UISQaMSui8+PMQXj8wMMXho+ZGSYwSFR4GSckW1fMZAI6fmdGTZHvTVI7YenFBsyLyVBvz3TzJkw==","shasum":"7599b4239b4a36f7cc2369166216d59ee71ff84f","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.8.0-nightly.866.tgz","fileCount":90,"unpackedSize":1046067,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfmyVECRA9TVsSAnZWagAAbggP/2u8yhlnv+OkW1r1jQlU\ne/xlE7HRkgPdkAeNUGnZEbn22U9F9bYit27AxBYiPCS8u8j+/Xo2hlSt4+Pz\nDYpMzHJjmIgg6876t138zQCnrSYz0aiBrYDBZCQk6+kfmMnUn4jPwrghCmS0\nK8iGjGHoOBDyTV/AxGqwtGjiIqW1Y0D5GNTHyMhhCxXhk9+6S/5G7JSltPDe\ndm8qfgNUmUqGft5EVL0l667iKc5ShjfKOQtDUmpMy82Hv7R9R7WGPF9tRmq4\nHtJhSMW4H5La1i6bwDRoqjnHiEMwvga/70vySg/gDMwxqp+iZT35kuFk4AjV\npNdM/xAA+1oHV6ftPR6emX+Q0iWTMgg3eML6/bBQBTxl2dh3TqK9g/FmjP4T\nslDwwauUcWJCSqPuigumNw8IkYaqG4qORVEajEIT3ZXTzRq52bO4VZOW0Rh2\nWPskWcW1VUQL78eAqMyVoqbUOoaMMmGL6WJTA5/kH0ok8fJ+RJKxNf9lXrQp\nsIoTrPzDql++VJOuaJQ/qJPv0iI/EqA94ydR3woQZX+zs/b2dZ6tVEHAhyvP\niofxff57ysadOFLHF5YsgKRFnndDNQbn7u20iI7gdN/JnEAiyC1O5l5htvYI\nCjmqC/DOVQGDASEIMnOFg2kmVF0Dy21OFrD7nX+0inotx+wnODWhmDyC1N4b\n/+b6\r\n=c6on\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEUYja0kjdEzjkLpU8ZjO0EUSorK7YVJrjlLZiQDgT/TAiEAxxuyQZeOMlZXUAwRD30CP0Wz7Uc6PtQodBxWBaMaIwA="}]}},"1.8.0":{"name":"@influxdata/influxdb-client","version":"1.8.0","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.23.1","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-fygvCHBUrcuduMRZf1oGhQzvIJG6gEA+0JX4ffxq5cxAeHKUGCYt30GafBc23QyrnCc50zc0IsPSG2Tw47aw+w==","shasum":"6ea82b07c950e896e07ec9f5d10c247dfcf8e999","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.8.0.tgz","fileCount":90,"unpackedSize":1046001,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfm79YCRA9TVsSAnZWagAATUAP/31wESNn0Z9XRrd/S0DK\n6mFV4W3kE7T4JRvhUljoadILcVrU1NWg7LIlM8vBxZm9VgpkgwRrKGFrDTJE\nV2vwrSkzNUZS9775VH9CI79WXWVKYJMw09sz2LX9AoNl8X1r4tDSM2wpXxgC\nhteP/5ZxZh896YAtqCxJkVSQmtE5iED3VXhVbnjHKPjVaTBgFlCFoMeG+ywO\nLYTAl/N4VlVjf2CPjG9vKR7QNc4ilG9ZeRoICi1qkXr7O6JLdUEEhEmaVP7O\nLRrAUO3fvrueQgI2g5rOL+K3ADLiRgJtuuHwmfnfdut8qy2lfL3ciherQD6a\n/+o+12B5qeZGR0Xr9HhMbCZuSgB4eILn1Yz9K0uvRkbEdL8ViSzdUaL7ro0W\nL6/763PrYwmoyRzGWTXua8IwN0Pg2DaVllc6gGGUO2lz7qcnSLy+WeeVWu4f\nf+89NOdCULTGfQAOht8xXOQ181sgAsTq2YLAEeqvTso5xaseLnyj+7puanWt\nAYUUCB2FPsL2OVY1MnHPPpJh9p04kbcNeuy0kRJdY+7nPD/4/MxekKxwrLRM\nzxjapT0QvNY1Zj9cnmZHZC3/x5XJJxOCTudbfCzeODm2GxhwTbB0+/6WsCnA\nCYaooYuG/EafEYENslfksx63C6CPnGqr/dGiiH4rZUk7iAzyz+In8wPSPios\nffpv\r\n=z+4g\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDR6TU9pTeSCLJCg0PI9YsVWTg7p0xicMrSC0yRgUYHvQIgJrwUqJC/vJAFmfp2uauNwO2Y/1fSHjyc/V22DKxkk4U="}]}},"1.9.0-nightly.872":{"name":"@influxdata/influxdb-client","version":"1.9.0-nightly.872","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.23.1","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-1JUZvgDXYfWLtk/2ilQITSqfC1S9FiClnQd02Q2n/33RRXt9mHANDvBQft98sXvrQdO2dkrbdbSRfkX70FaoAA==","shasum":"1e28ac69f5d66eb1f48c32cc3981404b54bca6be","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.9.0-nightly.872.tgz","fileCount":90,"unpackedSize":1046067,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfm8FDCRA9TVsSAnZWagAAnacP/Rzy2/sdPiWOD+hxakYx\nae8TNxjE5ny/yd9iC/MQP7ZAvIOiWNH98b4URUcjvkQnIxVxUWlSJ+zekp30\nTCsn2hnWHgHemvUY/VziQtQzVA86FlUeqxj/Q7J3DNYzBr8u1B2bE6Tia/Ey\n4CN9yweUg3f9Ol0xmUI375Ctz7K5lO2iw5gb7nH/9oX909vUENU6nL9xAMkJ\nff7sgs6tvOec1WdRBGq0tvrdmeRWvw+bB+ikO8AHq6wSyarzgjuzWgwlpJz7\nWnw+B9bOL7MAJJrkm4GoCaGJ9JEBqybDZgm2nbJQydquIQG5YyC/l/v+jpMf\npVmzItNNudXYKyLUE6dNWGHBlvIIjERpTfx0S/VH/SjqKzddXpxDeo5BeVbY\nG8D3IOCEmajDajEyne6ymXrd7Hjn41ZTmHF+9AWQcByIADQUmiLTGXWQtxYn\nqqoeIG2uCc6woqnbbd/0RXj2VzfUzKLb2oVuhUXGi97i8HjqAQIGQubD5E7q\ne8Z0sPnJTQsgLve/6hEWadPahMQLd44UyzRAuwYj4Q0Pp6gxSQy/uW4aYD9H\n7EBp1AiDZeP9oKrrM4rW2SnDyCjagP4gnQCu/iApHI5fNfpeAf8PAJN7T0Tx\ndwECnDTanPe64rYvSoExcOKNNl0aaGN7XcSfZifGe8Y5xa/P7TDMwMBsHrFc\n/tmu\r\n=LRcm\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBPzQhBw29opwxwtsxICyDG30NVlwYth98sEMEPYknggAiEAww5epkwkZWKpWAAwTwI6N9ZzR7f+BwhGzNsfc3jve0k="}]}},"1.9.0-nightly.875":{"name":"@influxdata/influxdb-client","version":"1.9.0-nightly.875","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.23.1","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-Vvx9zsPhjlD2pNp9dZIN2LwlFNHRUdrxKUOSkDQZCgxuij6q7GqU1d7N5XC2ozie9Zqj1hMax4exGjR2L3DVKA==","shasum":"f3f0ba9a88bb378a2c970570e0cca4a588a3909f","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.9.0-nightly.875.tgz","fileCount":90,"unpackedSize":1046067,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfm9GfCRA9TVsSAnZWagAAnTkP+QBJCLKg4s7m6NuKMaTM\nb+rpralmGMzyf1NU/hw9m96+wrrR8w+kNWN6k8y47fsCEf4rY5ePqgg6KgoH\nJAuN9M14jWHeketrkY0YxMavK+c+rjc31M0AGF1LAEjVyzMaBuWDfuUom8WK\nNTNMLyRjOYeoxDB7musESEi1i7AMcV+G55QruvHw7ZY1r2lEKrNJjHm0Ebhl\n4lkISJqfODfsQfEdt9CAIawRTGOpo4JyW6DzIRSnP3XSDW/P2eDucUcWxVE3\nziFi1ew2X5NCRTlCqbhZpzu2ixi6QKoo+/23xob1gXhhOVkavoyTz5QguJRN\nmQ4XC6LpsU/2+MgFtBsLAUUc8DmXHkV8ujaM2pJjbiZqdEr3Ju6OHI/QuHWm\nZYT4t6QiYOiGP0B8BOiSLVFaErHd61d9VamS4ObtB5ohz++dbpkyTF8Nk0ut\nNPD5RII5OU9uhKR0QDm/zBgi+9er9L1Ba4DwP+5yUlrzg6LREIH1sI9i1Glf\nb+37tVVJ/xyUUbtU+F3Lu6/G9ifgjBeccPlWD7z6n+fdP0AVecEUF97V4Hxh\n0ghDjQVrPnHdVinUht0ELses4ip+cgAtSb6X09iP1TxD8d7CSvO+Tc+dMmV2\nE7RI9NSzsKW7D1smZEiHO8NMfmGmli3Y6owHNbCNDinF0dWAb4/wGG5izbT5\nf9j8\r\n=lFvv\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDw3t0Nj9tZqoMVPTHv9+FeQ+Uy5O/X6IxV68YGNq2ULQIgB8LS3XUkNH3xnol9WmH4l16DjJ1f6d1+YR3bRR5nM2U="}]}},"1.9.0-nightly.878":{"name":"@influxdata/influxdb-client","version":"1.9.0-nightly.878","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.23.1","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-8JmCoJOOvjBAJtpVKUY0zCJkPMgzDy+eAylqVoLZiW+OfizJGo4yWlT+xunpubEdEMyYX/uSbSSVnuzScBb9Qg==","shasum":"e5645e9259b2eb96c01ff894300974d8516a4fe9","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.9.0-nightly.878.tgz","fileCount":90,"unpackedSize":1046085,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfnBoaCRA9TVsSAnZWagAA2vIQAJknr10dnLu5/zLSAqLL\ngV6kdyh+AuYwKq5C7q3NdOb3rKfh8xsLWgNjgAL+fgiM63EigAT66kOoA38V\nULTYfJYkEQIUmqBXLESuy9ejDPIz3A5Kaguq2Gc5YQqXedjlvVRS1dDMQFyz\nsTG6sXTfC4zjyUKqc0x93OA8bZHVGAUUrTGF+eALLS0MubQ8mhoQawb++4vh\nybUyonMA3ZGxpOxGRSCf+UFb8vH772Pin1XScFmTXLRlnLf4uRC7n3zmy7n/\nOhkTRghzzVHIALVYe2wDriQ6/gTvYKzx7JMPBgXhblY3icdqGmDtka1R8hcv\ntkeE2A9pgJFw5o9QUAGHzZE5ma9SHVy2gMJZvlfsEuGUxROeUdO2c5vgUPWx\noK0uuCOogr+fVoOeV8BnTC1MfY5MlpkWin91TBCnfsIv2E21w93PxfGMBop9\nbZCH/5yBJSOW6DM+D2JaFuLm4a6V9RylYLuLpoKAnddpodxcQP8CocUTjbxI\n3bqWN980QIS9iBxhlIfv7J+8ekDed++rB2lgyvYFf9qgbtFAnDWYzZre9W4F\ndQQEthkx5H4qW2T5gwlmb/auNW8Tqf5R5YaMG290+MbO5iajxM/FWxKmRfn6\nEYbYvIdZfJHZZHcQsxMFCpnzXNDC2sQ0L/3WIRJSSyjjo6pnXGiptbGq/Guq\nNAB5\r\n=Q+Cr\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCdPnaLYXfBqoRsGjHr9wVLU9+/D3uhzk7Q2FzGJOpcSQIhALvpdVEdKA8YJPkdJ/K3LCsyl09ftu2AUPKEhTNlovX7"}]}},"1.9.0-nightly.896":{"name":"@influxdata/influxdb-client","version":"1.9.0-nightly.896","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.23.1","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-7txji9V1WlQrEY9gQm7VVrTNANODUwYBJXKz3PPz71xsr/rtyQwdZYylP90T0+Xwhm7TE+v3e5Xq8Q7fLvv7ig==","shasum":"e17fb164c620d3461ebaabc91102117ea0d97601","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.9.0-nightly.896.tgz","fileCount":90,"unpackedSize":1049555,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfn6F0CRA9TVsSAnZWagAA7vsP/1BYXtm0XfMgSxqYsTzT\nvX8ZAxkJa7Qoq/AfPELbbKwuGH1vsYp77/2zwEFC7Ef0GMHEvrEGDp9uI28U\njeA6TqjnqBZr+WLSkb4rJ7w9hIWSCABKCVovkBA5JGa7ierK3yxxqLryGhVJ\nrrxIxqerPxyMonzvkA3/jsPfQGG9FnSqpYvhrJZrSF+UzvMiSOmufIXyZI88\ntnHl2QFIMSSPxfLL8VYFYjueI6zUEYM9CmMwzuDIk3CduzpgR9iND1KZo/sz\njnaNh/RsFFCPAnd5zqPe/8W2w75jxlXYmH09lPIArl6fimw3c0pcT5P9PGQc\nAmZBOvLZcYfSeHeQ2FqcrV44heshI3l3Q25paRw+x2f7qA/c0b8Ysm19kX5e\npZav2rSKw25jS8gEo737AxVMBltAShbBsDXbD/PqqoNxXGx+y3kJL1zWRJHi\n8rnzYsa9B9dHofuBXnK4I9nAAr0WSi1TOAEaCcRwA06+alrWNDwj9vAo+ciA\n+bORZhy+LGRJ7zu92m7UdKNaxdwXwLumMy0otEqOxN2210vgGDDBRXC62deb\no740m5RusGKvF2szy2air9dYm+tlDgqFGB9tpwDJodFB7tlBWFiT5POXakgz\nGivr40gwzIYfDGbWmszNeHH+YXlerDFVpYTnt0/JIM+UuoTODHsMPvGrNIah\noeX2\r\n=ne8N\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEay/5rHL9Y9Ff+GkhMV5t2ATQja1igt9+9aoDvG9BokAiEA5e0yA9pNjNnT6kf1tyiEml3Czjbji2viHD33ZxKD6jE="}]}},"1.9.0-nightly.897":{"name":"@influxdata/influxdb-client","version":"1.9.0-nightly.897","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.23.1","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-LU1gaQuGkfWSVpL96WVo5IvO0ZRWo+ugR+oKM9YSlDxgeXVRzP4P6e8qQfnIbLy+zqa14W+SLjWSNikz6WbmUA==","shasum":"2d53e70d9d8d2dbebfde7f5b7ce58ad429255983","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.9.0-nightly.897.tgz","fileCount":90,"unpackedSize":1049555,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfn7NpCRA9TVsSAnZWagAAHzAQAJRyqZM4CHSJbMK/OYl8\n2Lq4eXLdqfbeqNaOU99XDvXt8aqlbNcbKpQrwBFO8DJ6tGfxU5d2d5s7h9fW\nEun/+tsmtXC1Y1ms5hhD+j8KkMxZl0NhhPUTBFrkfbJFEQetlCivO271ll6l\nX3s95krJIsh8js9rNoIiP6mz4laKVG3ZSL8CaEGDBO8WZYw/lF+JvzNpN/QZ\nbeXcNSCfCLSIIfCe5AVp4rPNyqAlm52CCB+Hz0eQ0BRi4i7Cg2e05hT8lK+1\nMKFpbwKIKFSQTPvWPZv8h4nWcF6o5dO1uV85u/qsbomFlZgM4BT78ngxXchC\nSz5uKuoIw7070CwYbT9LvkcBNcOUAUt2XJZME1WGqPRDXQbKcJDsSppxg4Fd\nllkBhkyzfY7VPMTUmntJFOIqLgnIzL1UAdXGm+4Y0rDdJq1GtytJvE5JitWq\nKgnS/yBxlHIQ3h9yAxpzTvdVKDRE7XWQwcuc8W3u1Pr29XzV7JOFBYNhO1T8\nQXTbsbTEcUPSUxLOwkob6ol+cOSh0bmnjWcj//8I+TPA0vPAwb6ay+xecOyL\nWQNC+iotQ8OihOrlUyqu/Rn+KZl8itTuH08JA0xdzHBA4v+lu65Of1AtncAb\nCjYFXCnxMZ+yirQrfVrjacAS+QQLRVjWNpKhJKGVy4yb1o4mSa6TZMwGYm23\nE+9u\r\n=wkTV\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIETLTTrLo6h3XamlY/lWIld3fQCbJPgQTIf+ULKksUBnAiAa4Nh/YhtAXvj+FtGsbLC5T/nCoFkFDigaYHjBT62iRw=="}]}},"1.9.0-nightly.898":{"name":"@influxdata/influxdb-client","version":"1.9.0-nightly.898","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.23.1","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-a7brGMab5ewh0juFCLG+lgcmdtZVwYmMYiu/oPD29hbmDgJD7Y7Ec7twJ8lcvy9YHdudiMaNx41H/rjz3twfVA==","shasum":"30413d6b238dc6451dca1c48a0f006e93f10b217","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.9.0-nightly.898.tgz","fileCount":90,"unpackedSize":1049555,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfn7QyCRA9TVsSAnZWagAA9wQQAKHp7dexIS8JlkpxaJP+\n/aNcpGd7cM1gd8g7DQGU9Fnm3pE/vu8UZ9IckgQH+ocL89oCuUvHBT0DAknl\nclowEdIF9x7XOM55nHni+tyFIhJ97a6Rx7YP/UmSHv8Z7kSVKFDRG2N4PC9p\nHnNg9xrjE6Jy+Zl2bKFFkoLu3TqyyHA66aZxObtpjhJ3EBNlWf3fWmNxvDg5\nfJyCX/ICKBNaeucBBEfOtKsgk28lRqk2CaNsjqdlWGO9p0cPEh+ur6qGyphr\naIsNAe+dJ9wIjOqbCXqRS7KRQ6e2O9uVMdHOlNyEhmFdkQRJEilb81roiDQl\nsmJh8Ryq1iQSVUmX804pbSZaBK8R+d4UZPKovRLFvd1ZjmWDfu17Cg20MS/9\nVqjjhv0g1aiBcw2EEBcVIFUc/yp14hHwcadC+yikqtHvfRJhteKn8LtjtSv7\nyNb0NTAYsUuQk8fEe2qvVNAqLgwpL2SsxhN0j5npWfRzpRUl+rLrbbGN0xGg\niSNHOj2GHIHXBBc1U6QfmmFuCPkGDRh5VN6iEcrszp+z0rPC7JK1EMwGx2JY\nZAyKYh3vymcbnvfEeLD4n3hARgGJ3+RMfz77jU6fMDvhAmcAxuYh4jX6YK8Y\nybFyNDoAp/PcWuXdYa8XIvHgwvJaaxd7siIKFGSuq6skt9XuaLkNPjekwJ42\nQQLJ\r\n=0Igt\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICe7MZ2KmzkLZZOTv7cG+INLl4kw0Q4Bq6X9soKAHCAMAiBUXc7HPSw0yIOB5OJqroJDlhT3nqw8AL1x7P8oDTAs8A=="}]}},"1.9.0-nightly.911":{"name":"@influxdata/influxdb-client","version":"1.9.0-nightly.911","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","codecov":"^3.6.1","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.23.1","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-qWSM3eTHPEbq8gFSXeAuesK/G1CbIijALFV7thKtVcO6kKe+DZ/7KzYjf3Bud+xlnitOB9geKfGtCf0HC7WbqA==","shasum":"b5aeefc5f63889a94c3af85a4c58cb28be473aba","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.9.0-nightly.911.tgz","fileCount":90,"unpackedSize":1049555,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfn/D+CRA9TVsSAnZWagAAS8sP/1TsfMBnkTHpI96dapAV\n+3qKMybshfq95jOK19iJgCy0Ft2n/Qcn+7lq49dyFQJ7E97sC1lhS610kcCZ\n8zEXgZzfJzj3xAPhuYWGRjx0HjJcZyS9UtXkFDg4yysOXx//Sq0LpzVMFBX4\ndY5sdVNAuxHfx+7J4zu9Xk2Uu1pek0RyQ773dNDjuYeoHRh2dbsfyg/cnuo8\nolrhO2CMTFsTWXe8O/sb5qsn67LpQmZFR2ooK+KD7w1vQG54y2YqYnEtgHNF\nbRi+uPehRsYJg6uuYNvZgHBpr4ykRm4asDPDiIVgr1Gs+sGBFIibhZzarIKB\nsDB9SLGhAupR20zjs9KjU01CPNwvXGqeIxsaeLSv5VuuN8KQlfYOEpYaqBpJ\njvPdVfARKat6JXVrBSd6DmFCemrOR4tLUQwFLxC1a2ZFwzN9XbifjS/J/RAl\nFH6XmNQUOOy29Vs+c9rYBTCkuE/nHdG25FnKw/2jhTnGJvGrpABWSQ3aAI3D\nV30Zq4WnalfUkFPfKGhHN/DJPh6e1ZOOJMkhOdpurji4MX0yee0UiBm4pNw7\nRr3swv8FyP8R3rij4WSTuteeMvWuLdYYlW3mFYcv1ZFHo2Z9g6S3Ghdv0r8W\nQUmDxDsLNRvSadwmjFN5Jkw4muniueMDQtaia0o2u4fVgcti8Fa5HNBMwZ0e\njp03\r\n=D17B\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCYdoc7Eei8+78aaF1HOmBowbYUXMpr8hrkHsa/4AT1tQIgIAiwn1YMVJSfAn2bn/6/3fWO/HccR0LQnGymiOjtvZo="}]}},"1.9.0-nightly.930":{"name":"@influxdata/influxdb-client","version":"1.9.0-nightly.930","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.23.1","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-bOl8dFpXbKiFrrLO7CzEPwkJH7utIoRZxLDnXtGFc/japL0BaeNqmkjX1W4HuoUkLLAoUOHhksr8RqACMMhi2Q==","shasum":"d4a37d8e3b1d36413643f981662d55cc3342f21e","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.9.0-nightly.930.tgz","fileCount":90,"unpackedSize":1049597,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfoS7KCRA9TVsSAnZWagAAuDMP/iz4pHvk3iDBzMKOzVCM\nQaFSd+xgsoykfUbwmck4jvP8NzjRqp3ZX94U5M2sbHGO5TgR10gM/DiBzyw3\n131n74W1aoiV5vbCUHA5zu160336202U/WzgSSheYx1lXm35/K7xdlvjCJrX\n7vq+92Ftfh7IIhOWr6Rs1oKQK/xCwGFk70Ki58mFeR1qLqhOu4u65j5RoyWm\nWzDTN4NOUNedYJu9ii8iasXpN/LMz1CPHLQiQ2yZfxjXZTRK3VPUs1+mPYTt\nuXh0xcjhA9DNFGo0sI9rolpQWhtyyISG4pl0Y2ySn7oZYsGRMq7E74t1KNM0\nwlX7fY9Wtsx/JmtsEFwJo4KNg8Kei3cp7DAqMkcph96ClaLqNec2agCWzQWY\niTwXzUoH+h8Y1yNkVUnXcl9CcA2cpzLr6F1Yttx+Caj/HzifNGH6fIs1LvB6\n57ObQJOR3WuheNCvrUj7Gatv7dSzHlOSjcouioG/wPzE48oXfdoRBepZNUJ7\nKVxtdWVWXgsa6PJOv1Yb4vr/XYSTvfwkmnOMDTZ/q7iK0S/lb2XxbF3hkQIX\nRZFxK+cWzcNuCsdsr0ibiAr4aj40Td8kXGAMVPhuhJLGARh7sc8AMmHPvSYh\n/VKAuIJDuc31OmzJzwMeffBjYqdVPZYYu3czhgW1gvZ2bJuMFQKTAga4T/Zp\n9lGv\r\n=oxiE\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCJRludptJpy+ujsM5uDBHUGunRfc0jz09RwfbLubokmAIhAOUkktHfpPmSH8Ck5E0MRUZoeXB1QoESXSbXdevuLuvE"}]}},"1.9.0-nightly.929":{"name":"@influxdata/influxdb-client","version":"1.9.0-nightly.929","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.23.1","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-r9fmD0VLodp5otD9nkTp3/Jo0qpAmsLMzSSeFV99fHRUkMH4IddDWOJc5R9MPgLONXDmvpLNjSe22mURTBIZuw==","shasum":"86e243e3bb51e2b9269aeaf6e8b094b772c18824","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.9.0-nightly.929.tgz","fileCount":90,"unpackedSize":1049597,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfoTPLCRA9TVsSAnZWagAAJMsP+wez8yWRd3Uz9TprKSTK\nsAs8TS4HbDgJtmK7TvM4VOuUsAG+rrSfjhkTMjj5FrKBcH7BE/HNnCuwDm+U\nADoeCfYBd5iBM8zbiUDMaa+ervAUdt7wvySlqPL1GZI7hARP/Cprv3kWv886\nI70AQr0Qb49lQB4EVCCvn7+dERa2eJ+87D9y9wHJaoJEMR4t8xLp+Xsld67+\noRKYdBNOxhWDQtMRFsnhRrRxRVfImbFCwr+/GbfWKIcYNwbzWMASC+Lb1f8h\n25YG+ZgWlIR6+Upx+y5069iPebea0nCYwhzlb/QJ8vdZMKEAcgE/09NktkrJ\ntAxkoyDhPhY66PcT9kNmEGFPiPS7aC0amCq7TndF1FTY4XC4h7a7ZppAXxfo\n6N+KJBl8hD7oejJhaicCN08y+BuVIl7CFEJnpfA3GUALp7eg31Ou1GmXzlTR\nVeDqlTSHECWS/LUAzH+RME8aSl7aLR22iwAJA+djECG+fEcWiyX6mlrHqPLh\nB3iZr5pUq7W5R0k3Xe+qFr7oJdBmh4hvDaxUwa8Fnft/5iNlJBhhrV6HRFV+\nHa2FOMUpy2LLIrRwk+OEgWXqffNGpdp1GelA2QBeO5ro7MXP0e/vjqnlr82X\nbNudv5XrYiFa5/QdXqADE+d3flJwUUhcsA4Wo0C6T84qHFbt0EcJBDyCaT/e\nLjNV\r\n=hlDA\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCSlxG3VYyUQmpvXvxpxINBrYWQ1EUyq39KdoMdqO9Z6gIhAOy0r969b3TAsb1J/eDKxw06EWWAYh98Wd9QfrOhGxPG"}]}},"1.9.0-nightly.933":{"name":"@influxdata/influxdb-client","version":"1.9.0-nightly.933","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.23.1","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-CZr75JkYhgTfxyRN1kiDvDB5RsnZ+ULL2Q+KoIZyG2amveGzEV01w70+LqSRzr31pV+8S47Ey0JwehawpdRLmQ==","shasum":"a55851b3261ca2b00b6b1813514611bb22bd88d3","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.9.0-nightly.933.tgz","fileCount":90,"unpackedSize":1049597,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfoTUCCRA9TVsSAnZWagAAvmwP/3c9WoeenX/U44yxZWgj\n/ORzsLU5qLUOrJl//53C61mTe+nUQoM/KkP1otyx3LNdEAIgQWKSe3TfUo7W\nSSZvcbcKxjISG6wGfA5xlwkIchhe4YbSen+Cc4JvXqbyF4EvkulUtM9iePSn\n+7NISMLu7ZwzaKhDnpOe4SSV1N8bj3b9p5ha+B4N2rdqkbxE1moHpHw6t/xb\nPrvfP4yfmKKS3Vo/fa+cN0Y5JLDVhxmDep3703mlBJGVWgFis4w4C/s8rMM7\nEsBkrI9UUb4VW5gxM7xecGsYUOSHc9QDuTz+oUAQVw15dsosbTTbqpMOJUOX\nUmpIyscw+gcj2wCihkQMoBYlrDC+JByTOhbYPYE6PUT1RnuoisyrwFK3nAxn\nD0HmAW/hqwejZq/aOZe25CAuHAYv5mRPSIv/ZLvni56Z6F6QelN+4CwO33GV\nTiHVMtdaPP6NITbeHf32jpozTFlzgNXCazcLzSfB7ymWbqOjjuE7kIru2J84\n6TKHAx2gdR6O6CemQfHvrJrCnTM38vW5GKSpGmUluhCccboxbjLSFDwzP5ND\nEQIyNgckiVVeG3uYhQBAmddAib0f01CqlgFcaW8OAYGVec0E/4wI2V02dVx6\nmziFjCjlxSnONhGelPXAjGaywayWjE86DOzazJjSsrd7xvOmj78TPaUS6Nvi\nuSbX\r\n=PJUC\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDGyrPwRfWk6ACrSWtcKYS5j/pYplulLNaf+95CrtBqvwIhAKD+Y1PBXBiCnW3uCf0+Aisural8D+CUaMoUci/BIPKW"}]}},"1.9.0-nightly.936":{"name":"@influxdata/influxdb-client","version":"1.9.0-nightly.936","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.23.1","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-3yMa6rZPTdbHU+hMMBjTHtN5ppmbVN7DE/7t61Xpub3o84IDYz6v/m3KEBkfzXo9l6Mnhx9kFDmU4uSNoVqYRw==","shasum":"eab2d317fe8eecc963cbff20d751938f6de49d8b","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.9.0-nightly.936.tgz","fileCount":90,"unpackedSize":1049597,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfoVhJCRA9TVsSAnZWagAAK4UP/AmNgCrRMQgbn1TYSdIk\n4XruTQ3i8RhM7z93TlbltP4r1ZzMRXxyVf7JgxEQ9JxOeCIFsGtB4ECLKWJS\n2BRTUVO+Mkoo3l79NVV4GyANNgrmFKNge6/Z3x06yOWVIxoIBAyfm+0EzItr\n+ldNB1TN6EfEUPzepSrS5OC9OdGde9ZjdMbl+neud+yviPI4R9D6U5hSNsyD\n2ndJ9eqzD31ANUTQpLzYgmJ1i7ZSptnbg+xolL1HMPfHQlS6t7M6Bx7+OfxB\nbznEiPbrOLuqBIWGmaj1LwMFfU/xW+tSKGJYxrmPldMqOLwhENbAGe/Ru+bB\nAns2SXX+CieGB9TbloA8EkkvcBeaPfah8DyiUSXDW16exk1j7e8gSTj8qDtS\nSkyyh/mcLSl/ppB1URqaux8MD8M2coAnlEOrBY0HOHiFoOMpqsb0oYEIewd7\nf5ddA6INtrpwqpW/H6ZOrtj2r85lo7tGivRHKpCEFXr0dL3wDLWWx4/26Vlk\nOu+wkTMxxZleBsI7bFdD43ANHNQxj+UI9UceR/rWh6rX+/ziHnnJV/5ZxBey\nhboGqGY/C+GHxseeGbq8phtQwpgUd+CwznnHGexuw4qoOM00D9ZD3tZ2Exsi\nPGocRVIacg6jwgR4gaq+qnNpDFboo5bA/FXwWLJjf2gBenu3SjGhjYyYC+gu\nvaJb\r\n=K4Lv\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFhqe1rvb8SAcS/QboYPCz/DfnGT0E4lKxAdl10OiTRDAiEAw4Q/ISZcTIHYxtHccTgYRmSMNuAWagJxSfnCm8fGQTk="}]}},"1.9.0-nightly.939":{"name":"@influxdata/influxdb-client","version":"1.9.0-nightly.939","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.23.1","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-ZkrvLnqu+7Hg/0cUj1OYMzvDq6ELrk16pfPwGR4b/3/mwZNwrT4HPkqCa80G/PgQa8TTNtyvL6OlTmirs7QAKQ==","shasum":"e923d700dc1e75dfe147091b997ab6789a7007af","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.9.0-nightly.939.tgz","fileCount":90,"unpackedSize":1049597,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfoVozCRA9TVsSAnZWagAAW1oP/RVoZ3leixquUPjZpjPu\nZEz6etdoukfelzZ8lmETClFwunRWKyeFgYWUk5UiKXu8tyQIkzjt/KVOUh8q\nJ6AKQz1jiH76krjcPdyQRUp2SMlJwaf7lGMBvUyUOfHjLyjhdIN+lMGCzfNC\nbPyGYf3j7Wxn6Q0MJs2VOORVWrStOTEmTz7ZPNlzhadQC6ZYpEndt37vc/x5\nFvsscg38O6j0HpXYDwZStEHP3DRKXw2F+/oonn/gfd5HnH98BUUaG0U7/7Me\nIo90S7l/qjUC5y3a9Epzo1bmVNQ12f+D3zWMBpkc51gWb8H136VJdIXRYPI1\nJiwNLwOakiN1nAD2XCM4lzjJX0laUa6/UO/Muo6lDiPvjGLXAyYeL+3afubp\npSM3wJrPIAIcJSUYDMtbRRZ51LmvLCimJWksqcK3YCgkK4VriKm8ORFuri9a\n8MBI75NKb0GtqOYv0q6JNJfkVTQ0jZhQsrUePXdybYgkWqwIqtIwk7HqVDYx\n3FUOAgfXMOvCsGNEHQb2LHuyjRAfkfEg3C4rU7Ccv/eCYTIF5co8YcqGwrxU\n20EXCsf44OlaQd7HwLP8cg0S3VKzlK2jZtrCJ/ywDjur1GdCIUtg+eAmfyy7\nHq6YnVFDWTRcUqA4b9oqGIB5sgXIevgRniOpfDR/oJIFV0Dp+RwnqUfrx1NB\n3jDr\r\n=TDNh\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDRmfu+lB6bGzaTLKm71FiI93DH2OtZmIWCHF3NTn9HjAIhAM0zIA4S6Lb7WXoDHt8g5ifM/tgr2I4ljn+XwmYQDFJ1"}]}},"1.9.0-nightly.958":{"name":"@influxdata/influxdb-client","version":"1.9.0-nightly.958","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.23.1","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-vfpv2SjULqNP9cjki6+BAjx0bqYQJ+ZaKVRF+P4xt1xF8K4+bBdKgqzO5A+OZkrfBjfbIW3F5uB65Rfs737qlA==","shasum":"96221c8e00f9286505658a52821c9d55e1985840","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.9.0-nightly.958.tgz","fileCount":90,"unpackedSize":1049597,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfocuYCRA9TVsSAnZWagAAv5cP/iWK+xjfGacx+svJfwlI\nN4laMve5tL0nWmFGuXeATJOeEU1M/llFOjwValXizCK1sFDrMOefLeAcLexa\nmRlQ4xfNrEmDlQ37nRTQOJjG96CnIlod/2CdYOrKi91808fGzISkYtXIbfUZ\n1uufpvo5I10D0CJCLuUr1ZDu/Gfw4CU659UMdTx2aujL4Hp8Q9z5f8++athA\nW1Q9m2ynVBccjemg5N2SKTDksmKULbEM1Avlp+fFspCU6ZudcRxj02Kpr+iM\nK/om2k86Xy5nInxohVyVcNtVlMJjXc8USxsjtT/IwvmQM1CrMigcQ2+nkA+d\nivNO6iNPuE0+MvNpgLPM8e78f29YS2T79igGVH+MsEgYZxsJQ4Q4qb1uugJR\nlAYG160TJhDSe10M1pmiDQVzqODdJ9kpixA78TGutLIHQCPGsMMFb2oHZCoR\n5YjqIiPcIPGCiyW9UoUjOTfBcz9O7FyOCPNtrppTIA66m3SYG4D9bMPWdOfh\n6PC0+JvGB6W5+kn1zsm+tu9kFTejYr0QsM6K6VHy1zdzR/Q8JsEPUgQfKPPH\nABKKR//RNd7F0Mo44odYTXmfMp+vvP4+2Mo8Tu2RDaJ3dn7d15Eb4s4pcXPo\nLL2JW5qN/wrdISKVTGutjuJ0m/YgkGk3v3vVzCf+8jLbeeWaebGv1Uz3koep\ncM6K\r\n=sQNx\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGwScJ/G55a8/hGKOWClNTeisizOs8/6Lk6raADYQuKXAiEA8dFhC8hJwEfIRSx4495ZJStFNvn9/7Jyr+KgOi2/fdg="}]}},"1.9.0-nightly.969":{"name":"@influxdata/influxdb-client","version":"1.9.0-nightly.969","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.23.1","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-i2ICwkrQbY40aShaD7PkcgA0EHL1oygLY/B1+h+Eg7S+Oebtj1BoC+YaxY57T1ORcGjCenA31IHEFtIqR/FxOQ==","shasum":"1ec611a5f514abe114487cf6a3fce152d9533033","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.9.0-nightly.969.tgz","fileCount":96,"unpackedSize":1025931,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfo7HSCRA9TVsSAnZWagAATJcP/3r1Lpbo/r1RE4u9Or9V\nOqrKR9kZo89w0SJLUllpiB99SOfpsi5WNvTmp2K/4pJUnIESbnYzYVkdl1M4\nMRwABCtQOLKQICRSly7/xn6uT+dIN1dkEKo6dyVQloWRc1KyyhRzWUUYztU/\nJ7Uk/U7XEmpLNHukPb8UJb/Hq6Qx/fXUdBnDesXI6FDkWb9DrJGIn3K3Akbq\nZcAJKUHuqkSaeKMKsG2iM+dN7LXg9MIj0/nX1joCFpTnV5jxDdqL/0AKSCCM\nOkHNpMwfjIsCXiM5InyHJSgDtldkIBIKb/sSBPloXo6qbYqX0H6mV9gpSIR6\nJR7WguXI6eRZyWDtyIr0s4jrQ9PJKtEhPGWZbVZfwpSDGPyaHPu9M9V3N/4a\nst9cFyI3xpoILoUkTyRWKh8W+iv0HtOnHPa8tgtmvyTeCiFFE0PgoUVFh9Kx\n52OXmikB8HwV2VjzfqbFEziGTNXYNZdlGr9jQyzpQur1o2Fl6rkbnC49g2sC\n7FmF0jkaqYdvgVm0P6bdtp8Jusuw0EYDpOqvmg5eTfWMRX7gIrqnuV++KEEt\nhwTq2n70Xtaz+D/WpxIT9/Vt6Tiox7arxHfuWBGXtf/cfY4uZeUSIJGeK6vB\n1sIdDdkwHqTIGvus1uq9S6apm+bEvNluvWSlyi095hjP4PhBw8/hSrWZq23O\nftnE\r\n=JtP7\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDl2ON8tHCnUIfsoQTT77+7by+YayzASxPIPrEMT+Zh5QIhAK6uwtruqp/dZYvWtxuujeXDPdJpd9mpAoTiOcnemOEZ"}]}},"1.9.0-nightly.974":{"name":"@influxdata/influxdb-client","version":"1.9.0-nightly.974","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.23.1","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-sU6NRoFqJVSTPsrXHr6CC6NO1vgs5KVxczMPqZQeuD5Qu46biAuRAEm1AWIbGglxrOOHrGv9qMMxRb/qyYiezw==","shasum":"bd6257fb8447594557a6c83c7aefb1160ec089c9","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.9.0-nightly.974.tgz","fileCount":96,"unpackedSize":1025931,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfo7P7CRA9TVsSAnZWagAAem0QAKSLF7SVXRwl1HFkKpG0\nUKlagE8HCqzjyoZ8nB8JxMSx1O5veuxKsiF+oa6OZnQUCRirym7OMOZy819s\nW8GgjwU37JY8sA/wkJrldMUhL6I/RrpiF8CdWcdSr8+0ttLo4aUjhDNAL/YF\nMp7SLfp07KUleOIEJ4l5d+OUSl+6Cy53+klZtXXEr/AJK0Wn73Jr4zeb0Ew0\n3JBx2qDfJ0+e/yufrs1H9IJnmCl9dla3AjipcV4czY8utbkpZfmEAtJin5jj\nj04U3GJFPCFUj1XhJ9c2AN4KDYNXK3CXt7wfLQtecIaPeVZ6tEG1o/7fLACy\nCK9dTP7/imBVuBW3/6Si8YpuLULqXV9rWVRv0N/v1FgMhrX1pMh8MoVQn+og\n/HBTagZOSshT0xp08iatF/YhQmIZKt27g/ia0DaVoqhftGR0TVXB5NVQ6iNK\nJFnhgdheujFcli8zWmQ3g83fr2GUsPZzoiwZXdOU9F39ycx7zWJm52q2CUeA\nDlC1Za8PlRogKV6/jkjRudjAw+wDwxLLI/LDCZvGeTok0TKLgmAzYEsxQmxn\nlYEWeScWdcJ4s+Wxo1WONz9A2IYEJTWfF6tKg7lS44mG+ftIlwr2HN1D6p+7\nHlz7wV+OlTs3aoixUmMim5+dNVMloRoKTnUs0QDP1Qr0HfzyzB5O8Ox0Lo6z\npC/G\r\n=0jjp\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC9oBi1kc48iLIfCHHks/lie+gGnFJuQqj9jAXEumycMQIged5B7dbT881RcBTkob0qGxk1d01c112DwN9dI6qPkEs="}]}},"1.9.0-nightly.975":{"name":"@influxdata/influxdb-client","version":"1.9.0-nightly.975","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.23.1","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-kwoyqqw39a+n/QtediAFR+XCQVU3FLrlJmp1IkoQcscMSXkL5uD86nGx28n6aUu9CYLvnmnKYicmgr218GM21w==","shasum":"151e24d9b78d774ee5a4500e328fa53a5d91e663","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.9.0-nightly.975.tgz","fileCount":96,"unpackedSize":1025931,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfo7QOCRA9TVsSAnZWagAAXFUP/iksLHGVwlbQOigHLVp6\nvvf90RI7t8W6C2hDLQVbUHpmLdeDefz14YxKe16LYLMI1zBXbhmXIC42ingq\nKf7EJU6O54wQ8CPijwEC36/YGtyQ5aQMPrI/oj773bcVeeihDiBOsTAls5hU\ntZEeXTR0kROlY84H9Stmk0xPTzN6nZeRmIMAoxLB5ELAtHU5bngephyXcjNb\n33Pl6zL8MEdALZs7o84ItsC52PiJj/5t5GlP0raCqeMDJ0Lbmg+yW29Mow+L\nRpYt6EssKQVaBIonXeYmIhlhwlAlqhSqQk7y9kBo81z8MYcC5AqYu+Pt83oU\nV51My/AsKf1YSR7hmbXHc9b6LBSXisFHm6ysKuvPk0hM+fFi3WtyBV51QX4m\nEgqpu/JxaKzGfoaxB05GflKTG2inqYM9/wjD/Mn3oZdDXUVRlcPnQqghuQMQ\n9NkH6LMCfDzXcC0ur5LPhpfz3D3Jo828OFRWTnlxvFENynQKUq0EJ2mOrc9T\nB9AQjlf1DEIa26GxEGdywN1aiT+8cpTGC3Ld1lS+Lqio2gxTvuFcXxXKm8he\nvYGMuuiiR4ZE040VKECFeI4YrYXmpQGtH/rGw/eJbTERI1jWYDq/NKnPDr9P\nh2pxxkLWMAlSHhWUftAjU8cKcJDfOE+cNWD2XeNSMFlvgMwk/3PDFPpcCdB/\nQGN8\r\n=T/VV\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDLNjZkz84BhML5RBusxxLMd1hQQC9xkyX2PR0tdu1IqQIgO4cMHw2rVNrhqsTY5Ne7/5ZmDZ4g25eEEJLiKA0k9og="}]}},"1.9.0-nightly.982":{"name":"@influxdata/influxdb-client","version":"1.9.0-nightly.982","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.23.1","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-V+NtQTpDZ6zHm33JTSPxabywfv2KwkKdiTCV7kxq9iu9PbrVLs/LspUyiEOq5Snchggqs6OBM99ZPH5OueLl5Q==","shasum":"1c04c98f4c01e7835f578c0a345a8cbaad6078b2","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.9.0-nightly.982.tgz","fileCount":96,"unpackedSize":1029344,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfpHF5CRA9TVsSAnZWagAAEqMP/3dD56qEQjiSBe2L9QC5\nhLnnhPyiN9ulNxxSBXaF0w3j2mtQyepTHSNV3z6U+lzdEwoVi1C8hSt77TSJ\nEYYEzQh5JnV8cZHEN3cN4z1osLMnIV0ghCIQpgDoaYEqBOHNjdpQadPWz7Qv\npMbWOEJh3Zu6pTtvEiTuBUSKAZsEvnAZJGvSocny3yn8T244zw/n41oHDJa+\nQ8IfErjjIlu4JPdr1u4fT+2TcQKvNe8jORIRiLeE1E8liSr+x8MJmwn4wakh\nWx+mf1wguC2fxNXjJnfrXVlBKhfgfwkSH1w7qO0zB+E0rxRlWn0qv4sjKT/c\nSSJ3s3h3Ds59IhTRFomDnJDANx8Dt2dNRuNi7pQcAuM0u+fmob+81VLvsAKk\nDNUQ1oUBU1EnBvQTRiQw+hMZpfDlNRyIRSOlrIcsnom/UeWVWcnK6qI5yo9v\njzgeNYC1nI6d7tNUlkNaQW+iooecIdhHTGZBYXqwjJCYRZKDvyYl1TzhaGre\n15bptAZboszYkk0RQqHsKB7AB0onQdm5sI394+e2KHds6Vd1IhU6hjI0CfkH\nHnKZJgTr4ZQzoWm2xAtVwo/5h/CRiE2B6E+cHj9Thc1ySOKD0QsytQ+JTCfi\nLI4nPVMprCYoPLOVJLaRO0LdDC6AduAPJawWFrd0NVdMK6T+tfzWh8yFpjhI\nT2q3\r\n=54Xe\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCvli2LHAGqZ6yIhpoYBy5pzihx4FpSGoNz0ftr3oWQpgIgUv1eBgFINWjtM1Av+ZUBp1lzW8t5/pevcwONuNliCR0="}]}},"1.9.0-nightly.993":{"name":"@influxdata/influxdb-client","version":"1.9.0-nightly.993","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.23.1","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-Mj7XFxV1LLz9qXsfgj4s+cb0ciA8/KoAglKP1edjxewFW5uWjIiQdWYT4hoz9XP71KXEX1fprGmQodfYGdUIvQ==","shasum":"f273492705d0c02ebd7548901546c0fdef23f414","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.9.0-nightly.993.tgz","fileCount":96,"unpackedSize":1029344,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfqqvMCRA9TVsSAnZWagAA+oEP/2ZT+++bSLlFcGoUon7R\nTWNsI+Iftnn2vmE2QdtT6+kNBPVqGy3Xl7WGn7SBl4krPs09xhCfI0+6VNKP\ngfWYfXDB9VsHGyAjumD073e/ZpgbsGmTghsEBmoQXZ948bp72mywEsTkqxj5\nilcCDsK87GC+bb/+sz2f7mf4b53V0GbMaURYXG6SC4Gb3kPPUMtYhvEDjxmb\nYKIqvo46MAPS74odxEmy1LbvN1Zi7+CEnBSCPc4Vp9ywjwTCae4MR6Hw89NN\n1jiW+GhXc8qmWZU0RlMatbG6TZqu5C5LY+tyUKUaTUb1ypPs5nIidsnd4NMC\nlXK0EcyVJo1MpuD70vj9ZGcDpE0nMQ0IROXTt0WnodQAhkxEccR/BRYfCkC3\n5uQf9MUBe9Nfu4jwgujssHAm/Cog/6n7tw4MCpDU0jvTFVFfu/HZag3OfeP+\nZQqv+mWfnU1/+8zzC+lHFuQt6vSBu6aaXYuYRMCoCwOneWXmZvzhOMBNTcRJ\nQL72YcQDPPuSKeNcdAl75Cgcyf6FFME/x5X1goDed7uY8hvDK3P0VM53VOjG\nBy/rovK37N63/WEtg6buV3Ctuk2FgKox4JvDLQrTLGxaCmQ0UrTDFbdZTO6+\ntbLxM1Ay62nqlHcb/vjdsWWFrKiuDLbz3B3OV8eRtQ1BJokwO5U1tgOqmzZw\nAcoP\r\n=tj35\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBNt4Q8sDPiEfypOU3I2zi94NHleqfbTTtB6qJ1vHZ7ZAiA7QlzIfDRQTUw3UKYZLE4Jowlx4/lw8fJr7hovR/vf+g=="}]}},"1.9.0-nightly.996":{"name":"@influxdata/influxdb-client","version":"1.9.0-nightly.996","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.23.1","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-tqRAicG4QkEBjhZi2w1eJ/bk2JlF8rrkHEMKQPvkc+Nyj6KLOfgJrqk2rMpeZJQEDTgJ9VXoVA0RVyADL44Jyw==","shasum":"94a0804896f8c59d5d2405254db58410569d95e8","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.9.0-nightly.996.tgz","fileCount":96,"unpackedSize":1029344,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfq7zVCRA9TVsSAnZWagAAF6wP/0XNcF8Y6sBGD0B19m+S\nueeB1Gt+j4PNx7+n3dLPoX+LikwhG8cNTpetyibpxPatG9hVfExnMFvCBfM5\nfDbM9lZM++OzoeIqZCbeU3SZv5gfjuw12YYQF3mp9aATgXSJTR4e1NsKA5Nl\nfuMZ7QXBTILe/EbI7k4LipTpvOz1xLG74mKLTfYGga1fHRHBLG6er04fnUZq\naEYSyLCvbwAO3fsJe8TZfgEGdj9ad7TlkYmEXXm+9HPiKmb5n48hgJRkd9JE\nNIhcasgc/A4p3CDaMLq23NswDyjr2xnEemESPkyeXq5X8+jte83pg8zHKBFO\n15FaHEFM1e6sJJa4HMK6IXUg/wuOUh72do4OILTZSKyPx4HBfUhKkVXaOyJr\n2ainzzMU8UZqVo/HZL+z40gr5HMRkDai9h/TeHli5Y3U03O+FIVuWtA8Mew1\nzR/Yy+Qlia69NZfFocqiAq6bPPK8k+V8irGlCC7PCw45lCX8a1nrVOsSfx93\nFYz6+ItzP3/1PaFgK3pr9FovQJfHQQpYjoqLDOhWwtW6yxY7l1RPXJbaADD+\newTOBXnAvDJfphPAQdE6mGEQ1++LyBCrwdolt0He0yiZ6j2BPkGw0DyEq270\nQty6VMyI11scMbsCWX0vKz+2zHOyzaLA8R4qkqghjw9NWaF7ybixAy+4a2FK\nnp57\r\n=vVfS\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEdTgkA3YBO+9h4PT/VeXt+IoCDvSVi/FoxY7sP/mu8rAiAN8lHo4fDB29fqApGU8HHmWBL5xjmvFtyOYyx4AnXKlg=="}]}},"1.9.0-nightly.999":{"name":"@influxdata/influxdb-client","version":"1.9.0-nightly.999","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.23.1","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-3PuB4JSxprPmOCEJVpwcaR4Pf8ywDqgH/5fgCJcPfn/90T7R0rap8/BgJCHQSZazkd+FQkcnw6IVOc6knrVENg==","shasum":"4305a60e12919a86e14384b7ff3c3822ec8e569c","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.9.0-nightly.999.tgz","fileCount":96,"unpackedSize":1029344,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJftM9uCRA9TVsSAnZWagAASw8P/3OLcuHGNWZv6Jsm7rP3\nev9xuMzrLcj4PZty5NZaEZqPhk92oqaysCE8PRe/zB9dhhXl8KeuZAQ+l0K7\nZGRgF/A4bCRU8UUduRaLLFq0eVvVsx1/Kcg1fxh06iEEnVSVRu4I6ty3GUkm\n2y6N+GaKt4aZ3U0aZ4Im6+GoEk5OeoKJVh56YHJopHbq4GtmelzEMfykrvkt\nznGToxM8i/tGuY+67HBSgw0+2/yjuTsPWU7KLqEsh7Ejn9zdFEmN5R28WbQt\nDA48uM68A8zKloql6EsOMeT5sZxew2wUmo4YI2UdFPanxJlTwGoPdDK8ylQE\nWCWpNn8DttqO6mXFjd8nMAjtep0wh1F/PiEPdD7MLeqzCZSRYPMIkWI8LF+K\n7HQtpWoWs8n1E4veevXNmXWUwU3h93iam34j72VNpHWjrP7OTu02ALPIcRql\nuXcmxCgq1ce8iVHubccKtaidNJcBOxU0NYfLJDbSXbTiIZWLVYOxcBJsLczY\nkjy6c2oHwfR67seZrHDjrEd8O7tX5Cwl77vtWQPG3dt2DBBL8TCjUBmP6i3e\n7AkvoMoc0qy+9I/iEN1DlGsf28w2tva7gHPFORo+BjCNI/R4Xvy3TBbgElHd\nSOPyMWuJhqpL1MiVueFFCYG1oTUKeyOlD7wgMxJj1bspqeYjWiwV2N1J2za9\ne6Aa\r\n=50ec\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDnqEU+zRBaihkQt4UmKm0kdZAodB+mLoDcp7LoKBY0/AiAFtWRCcPWjMPMOXbZUXB5T3b11m4NgYKqG+z+jAftVhw=="}]}},"1.9.0-nightly.1006":{"name":"@influxdata/influxdb-client","version":"1.9.0-nightly.1006","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.23.1","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-7b7W2SRL+PNpfT23R8Ob57sWFLp2EkwMOolYGEUmpRGqHwO5Xu2QNck139eyQP1BDoPD4G2v5OGeMji8PJDXJQ==","shasum":"30deb5b88aac2d5194eebc5aacaf2ef1ebf1b01a","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.9.0-nightly.1006.tgz","fileCount":96,"unpackedSize":1033112,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJftZ/cCRA9TVsSAnZWagAACtkP/2gWZdfZ/YNXr/sFGLaF\n91w0ZyCNN2oHypHvFOPDQSj86CnISz/t0RKW0NMvFuMN9Mi8ZWCszGbHceUp\n5Pu1VQc+JfdPPz8I+Ne4jFz4R8WxDhAUHPnZfnvomtmHHUsgco62i2ITy0Az\nycPXFl8wh8CEopKH9ItHWQwZksxcpyy+ftWkZZf5xG19UHkABHT2CofYXUV+\nTmItMZ27pW2ffF3vI37Oj8Y6HYfcGH734Z+ZR4jyVw6YouToq1uFQyqhfexC\nzP7F2LYqiIujvQIf+E2QupBPZeVUeui+RFNFOn7wP8x9250ygsY4R0ANqqIk\nCN8Cs0P4fFzQTs1HtOZhq5Q+dOfClPmIz3daYdV/4cUnOE5uge1d3MvT4Fz3\nh8LtlveP+SifXqzcghs+59I6h1CCYCtNbECX5B1pMdjNOCxdO0shK79QrOt1\n9HoKvMuQrxo9e7kKtKebwudf3pA2k5Qt1NLTrlrF/npU6OsebGK3Ik9A7uYN\n0Yp/kvnpowBrc3yAy4ZcygitaGbACtksnGgGcCi4Y3aRmdb5OS9n/UDEGJ//\nexv/bIzOjwN0HECMaLfRGSvZdLecIwkpl/VjcEp+fNTdKDOC3fKnu7xlAYdl\nKD9n3Sitt8uW+pPXfjU3+N7QkukDuWwKr0rsRHsJoxY5zQOVEHKRX6KarkaD\n04xh\r\n=2eel\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDXHkoy907ywl5Yo449u0eyOLyz7wyc8xEE09+Em616AQIhANPn7DF8YF4UgiFe+rEbMipk7Jgj6dx36wh1MbvzPoL9"}]}},"1.9.0-nightly.1011":{"name":"@influxdata/influxdb-client","version":"1.9.0-nightly.1011","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.23.1","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-EmiaBJegDF9xIB7ZUT+U+mxpKHx3wzxjlTOi1cnuXy/PT6WMOSYPMKhr9WBiCTH2Vr/vr6j4yfxy8leshHDwlQ==","shasum":"ae8b36f25f2b178e8fd3531fd8c223c09931720d","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.9.0-nightly.1011.tgz","fileCount":96,"unpackedSize":1034846,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJftqYLCRA9TVsSAnZWagAA//QP/j53sB2MCeY99+zU/Qq8\n7+DMnRBP5Q5cF9n5I5bdRsZTSn6b4b1yk1ti/n9avkYTurYpFJt+KGf+7Eo1\nepRKsdDJocngLId12H9cfUDVFPtMgMNly0hFqUKQiTIwTTZ8BCt+FkWko/xl\n8XIuRvdf1c8hjCTe3iUShNDDunf8k1YhUXxbJA3jMCDSoFXkvm+ZDtZHoZYr\n+fH51Ou0sfHpBxZLLPHoHW58EY086jNBKdlVRpLwfjYW23yxYDd/WCFkddxr\nugJF8rTT6xssar8YWy5tKBYTUSUCgCXV7uy0cCWlvDPkdKXc8KFL1W0nnEVQ\n6bBJE/GHTP65+u0bty24bVnyNF7wIETxONV3EFDhwS7oaMf5MPXaM215tWtW\nC0QQ91LibjmUVjCG53ML8U2mu3t9z7AcNNd5MGvoHz4QUTiWV/MZN/zcffy+\nYyh1tsuuqiwsrsj1Jcm71fZvAogLu/6oSj9IpePXsWkMion/hBCVgsHF22NL\nBj8iUu0q+XWqlwNaAWiuL6SPY/wlQKZATtDW/SEH8ye0/dXVCIF+cbNBq+81\nzJVoR7drcqJrN8lWvbxuKklpcd8nEHuxc/tFuZ3YGAL1lNuYJC5AZ6cvojia\n5fddFplB7cnSexrFTdnRxsiqDwaN3KFNA99kQ7eOZ/VQLAWbMO301dK/Fe6L\nurQP\r\n=dhBP\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCmBvmLNDMmFPQIS69baBXKEN4w40r3rjd5Jar6PamGMwIhAJ2zPCTVP7SEFlEZTLIgHL42nWZlJLsr5Zasiq+oUjXP"}]}},"1.9.0-nightly.1020":{"name":"@influxdata/influxdb-client","version":"1.9.0-nightly.1020","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.23.1","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^3.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-lgTMgxleGVHrFjWTPqZkmei8UkmeoPb2a3xReN8qMEA32tdZeoK5aalQ5JZcO0F/ywgzuHOTZzETmZ4YHSZPYQ==","shasum":"01c1a4c770f689bfc5708b0c0e4f1615fd0802f2","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.9.0-nightly.1020.tgz","fileCount":96,"unpackedSize":1046113,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJft7trCRA9TVsSAnZWagAAjLkQAJFeFnyaohu1yJEP48RA\n3W6A55u+vfzEKIXikJNpRoCvWZqeJhxJpgwo4mJE6CRgTuW49mI0BQnG3kAZ\nowalfVZIZNlYdV5JpBrS0nGbTxlKlqXPdqJyt7MQDXkBXm3N0MeBkgIqtcZg\nVq+Tnh1X4Qv9/HO6X+KQLwIlX/yWYGtJVCrC0ObyeGct4Pp0/D91rhdAfVtw\nWEjp+33iZ9o4BMG8jF8zsiVDuYoKez6gK7VCkpXBEbcb0lQy/xWL4/HmbTaN\ndQgyXwI/bwIMi1/Ghue6bEj5J6bpIm5cgKRz6/cKIT+zRHKuAQbaJocXG2lM\nlCkO+KMMmEUqOkYq3DTxlarvjMcifWCkelE5J+vxsCWcTU92jX3L+iA8eJI7\nlGKW6Rg0ytcuz3IlDlC+hrTVBliGOzDp2nBTytlMpdi7epczQKPZvmY7DKMl\nwObgS6s1IXgMi/GLm+R+mRp0bXJkP64FlDaAJ3fBU6nEwXEZcnczInkB8qFj\nmq+WhIYy/Fa2Yrln9U1BWpEvV0EPZ4/T/uhlXQIE6F92+9lp5JhigYb0KLWB\ncCS/Rh2oehGz6UgkwNR6kzUunxDhUifbKZQZB69QFJwSFRhfVyqr3APo5A5J\n+0/RgyfTrvZpyl1HyEEMf3exQN8rY8/4LmpL2DOMmKovTTsmBex8HVa3oFi4\nHPVQ\r\n=qfNq\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDMjn/VKOdUaLLms987bIf8EMoU00rzbVitLIGErA438AIhALjvOlPt7QAzMJd81HtQcW0sk4ApH+WDSYVQw43mknTu"}]}},"1.9.0-nightly.1035":{"name":"@influxdata/influxdb-client","version":"1.9.0-nightly.1035","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.1.2","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-KMnOV3NxfhAw4j4t/GYdZr+/BOdf0owKUVuWO3tlBg6o4RAPebgEHZ3j4ucyH3kqc+C6V4KK0EBQUtOrVmOiiw==","shasum":"24c814977aa447e5a7ff63872a251d72ac2cdeee","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.9.0-nightly.1035.tgz","fileCount":97,"unpackedSize":1079005,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfvgDbCRA9TVsSAnZWagAAY7gP/i3eCkAvAgOymw5iy2fO\n6q/3UcvFHP26O9SarCuVrRJiQGZ3cQ/pa+8uKJT+FRC9Na3eA7qV1XjPtQzv\nkxh6jiXQBXzfDTBx4NI9ip3sAVAQ9Xr6GmB2OztHnoggtR/Da5sUMVWiHWXL\nrd5E5eEYyw9nTtzy93xQ5BnOqtc1hD8vR4hBfP6rPWZhJunvc1VL/++aZ+kI\nLVUybfxHIvXdgVwGuJz87cWOInElokQ06lOygoy8LHW+0vlFqvsjgskzxowr\nExiccQS3a1z5RSLkmuFX3VLTSmk5n2a1qzRkeVw7S2m9kzanRbavPRaBW3AK\nZTKa6w3ADUiP3mSVD8U3KYL/YwpB/r0wG5f4iyl7OLDP+dbDabyzcnlLhMI8\nUyoxtyZRm4cxkNGwh/eefRjsoIgos0ehuYIG9O4A7RIRwIJRAIv412cfDng7\nE9e4uxKDNH6nKSBvLRwIhnN44ntYXLjtdMXsjxE+++bwWfn5Ur205Q8CAdw8\nnk14YqCbjMLhRN8Y1jzYZtkqEv1517NqU0bsMtID2tlo1LaAbobLGQzR6DQv\nta6VNkC+JVteuIoz90n6gQMwYNhbLvBnmBwXci7ikAY0G/o80GvBwYym+Wr/\nXlrLdEBFSsHCZmTpQ6R4Us/nPQQT27BFNwxZig1nmuc4Vidk/l8lI/y6w8z8\nOzSQ\r\n=GhFy\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFQUA+CP6ezLErcotINlZ8/fgNoeg/2RWmNW/oD8ztdQAiEA3lerDkfn2uwZeWWAjvQvr6YEn+oDuqY4Twc0b3RHDE0="}]}},"1.9.0-nightly.1044":{"name":"@influxdata/influxdb-client","version":"1.9.0-nightly.1044","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.1.2","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-cARUaQPj6hl61K5ux1QyQeniV/OE8ZixJ6Zkw4M2jXdH48mvsqwwXTd4Va/P6sw4HQF26shGNf3iw1YSGaUP9g==","shasum":"6da60a4e418b9accf233927aedc36f635513d14d","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.9.0-nightly.1044.tgz","fileCount":97,"unpackedSize":1077243,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfvizNCRA9TVsSAnZWagAAldMQAIMoHm/4LOOLb7Bqw5Wo\n3yLjDY9WrDqh/j8BqxhEKg0iOWmHVBSWKiw6J/HlByQgqhOaaFnLIUHIehv2\nT9rx+ZHjDA/ygOQsxG3Hsv/aphHKVM2PzaZV+Co4feOlVPorj+qdrVci4S94\nW3PIoKvXpTn+IEkQQM+uq+5cabv6fvyfuerjOmwY7QLBELnYkpB8mtTtlmK4\nSlaksQKryw/UV1ugNiW8BDWVczZ94pwhn5ftbKws2MW5jHzsxBapZSEOpG7D\np5OPaI4Dic6eEJ3g4N0zkLvxmFJsrnswqppUxRQ7gfSkEJO2tTBBfgrrpKx4\nloxcOhCEz9AKT3Ma5MKM+QY51nFUyA4vyuMH8C8evdxnm0l3oHGqhI/JlESY\njJ/MjYBUGlZubFbau93nsll/iooQpREVel4pzucxw/1Ev3vvo8dOktXZpVw1\nZQwt4c6zb2f14muopcKWSWGrMod3JShwaIqTgUv/0EgcLS+OnummBNuzYagB\nWYRtMlHELqM9l85iocXQnL9F6KfkFWLcwcrWBkwEoslw7japmtHZp0q/ayzO\n0guQQ+oLCRH0tF8ZlPsGso0+hXCjUBTVcLtuVDi/isS2masNgobScReCHAL0\nz8kh1fRAHN9CyZz97g49gkEQpjkDXJDy39tKf/jgy8xyvSXEepSv/iHsAlx7\na1gX\r\n=MF+t\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBOUy2ymgteAfto+j4zDEt1dWVNvriht3LmuV9dvWciKAiEA8zF7623Ne74X3++w74blJd401BbDzZ3hivAc/AslSpw="}]}},"1.9.0-nightly.1047":{"name":"@influxdata/influxdb-client","version":"1.9.0-nightly.1047","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.1.2","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-Bsps647ilnlKisMCurOF1INh6cCpEMJx0jyouhhN7inIAWTxYOXk9DeYu7yqwRFO/cy6l6omApb3oWbFxER3Tw==","shasum":"e4f2ba618a68e7a645178833f9db7406add1ec7d","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.9.0-nightly.1047.tgz","fileCount":97,"unpackedSize":1077243,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfvi3WCRA9TVsSAnZWagAA5DIP/i9cwrHaC8Sp4cseO8tS\nJPsvi+pMbBpHfjryntVX7E7I9fLdaaVG/6nSB/t0cZzqoNijBlBkr/RMuYaU\n0B6ZFrqSRPq6zYLi77NWXRAY4Tj0RzaRNO+tpibTNb4h4PnP23GMGuhHqoNw\nLzr6MnaLf3xKLQEE+sEDAL/r2AeQBsATVq5SJFYbxZdgyJm7s33CfsHp/4og\nqwnIYqAeCt4sI9+CqTBIeDzScv0D39WcOW2pA/ssMLejDSv/ty8TQtQO8j6v\nHJKWwkfe+mBuMGoRyDHDvqL772Ez8wYDOrgt9vfb897qOq0em6T3PT/x/Jp8\nGG5zSKNsCQVoo85Uff4ZYYse3UN1U13U9Mk8jGRzy/2+URUCeaP+dmokBVNe\nXdK1rchtekGnf5/4claE2xmhGsga6/2OUcdIG3pTURC5+nwRdsM1TEwxev4G\nUK4WjASNir5bBRfuwyP6MjXZ19vp7E8XYpolBsnyCmNFA521ljdotSAXj+We\npMQs3L61Y8CH8s1BD/T3D9OSw0VA49OjU8GIqzNvPnYcZx9vf1/nYFpNGJTZ\nChE6jggPFN95P6TaBy+dFeQgBA6kptvpOkX8OSuACGR0s6DMWtL/xPf5TqDs\nQwby691VOPD0H3iReqD6h91XdazwfC7n8Bl4MGtRS7QPQMvAaI82W4Fw4hR1\naxfd\r\n=8nNs\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEnUaJTpo5i5WuMSYCN/nDdqXC6nzelbg6otEuLKH3URAiBjOOmxJpUcugQbHB/2VDYBCHbKkmWbp2z4t2I8GPSwyw=="}]}},"1.9.0-nightly.1058":{"name":"@influxdata/influxdb-client","version":"1.9.0-nightly.1058","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.1.2","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-FFkHQIfUW4hLSenzOpk01G2+gjTo3XrUu+ppi1+mMOuy85yhVA8sLU2oWJMqbiWusBeB7iN4S2xbjiUr2Mogyg==","shasum":"204a5035129a9ce8b22d80d003462f40a3f923ca","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.9.0-nightly.1058.tgz","fileCount":97,"unpackedSize":1077243,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfv6iCCRA9TVsSAnZWagAAVTQP+QBoIORdi8/14KQLXIUx\nH8LO+x57GlJww5WvbPTtP/3taQIFtZKDjCdFtQnYGNHgrQnJ6nchj1gqHvjf\nsohcgyFco92kYkXIUV8qP+8A9Egzg1oU4WLD3rhQ2Kmrreqf8o+jHbGl9zny\nGn8ZrPoH8tcdi1XqB+C2LxVLMWVfuuZhzwyDSm3X87W1XV/62ujthJSN8AN0\nh7WsQ6qU4OBxprRkZMCCzDx/CvVE1Dnc+KHVOQZ6ILnaxJZ+WHTlRtz+H3qn\nX+zUMOWwXXWVahsqoagALpFqmiEPN/G3xAZiIdMAEd5yKLYpcWfFG2FllotW\nqRka6nVFZK9Jq2eiOoDS8Gx9YaGG79R8EnCGUEgxxSaf9SV4x9sC3I8MKV6Y\nnPCrm9YxhsCvWYeON70CkNTHdygfiVTSgacaaLzp/XmyiIrOBKFel9u/HIqt\ng6owBH6MQFrFoAWum9qbHsqU0tX+LkKbCoWnjDpWDzGDiabSZpgKrEn+VBjJ\nzcMXh81UWRGOrZn7hPixbqIhH+hTtDjKgOizi+sTs065tQNU/uCWJztO/CRq\nklbbJesmYtBMgBt48KBOFh9dBXcJxgAi8bYfFN9hC0zzDkX/0suXHgHZ9zkG\ngJq13Mlwvt753ZM6rargchMmtGZ7dkaAx43M3umDUwOOiGkPGFMkHvj3abOM\nMd8+\r\n=7AUG\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCID1rDsS0yO+wSX/qTUjgq9DfIPFygvCDuPkFgg2a3vIbAiEAgxi8r1c9/3j5F7WTuSxkapIsV4yFIEaHwbZVC8yK3oM="}]}},"1.9.0":{"name":"@influxdata/influxdb-client","version":"1.9.0","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.1.2","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-wJ+qfGukxMxpDE5d2XHiOspKheWTb1PdPOd2eD3MVuh8hjr6fqyJ3zuacTp/WVubeyppPhM4vYcDjkKCg1OEhA==","shasum":"0178d88c325550fd18cfa54821dd273b3466798a","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.9.0.tgz","fileCount":97,"unpackedSize":1077177,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfydc9CRA9TVsSAnZWagAA6PMP/3Wee34fpiCZcSlZvceM\ntzDIWZ+KhknIy6vlYtGpqWyFDXFSX5zUd6FxgzXQvaib28D1jIRFSOQBZlPN\nPz8dOVhSnuIABL52LajJi0IZ8lKjGYdEje78K+rhOv0HVamTMtqY2UlEq7Br\nk4s27lXOBdfW7oq71pv+Ox5+OcyrfUSoPpWWUlHLUKnBowfQCFM1jCIY88p6\nPP41dDE9W3Ma/6NfftcHsEknVXBdkwoeThDZjjXMRmCEFfbUztPwYnsL9ai0\n7mDuSGF6f69m/vn3+9cLtnUJhXeAq6+Mv81z/qTq68JXu/bchLwbWU6Gc+d3\nZt6/xPklL4clbKr2GwCNgiy0Yp4XUSfhxZTIKoLB6pwDU7Mk4AOZX80F13Eg\nS3ykMb4EfRX4iFsmWQAGdXjlnBfYZQQ4GRAlCNxTAGubpTg4a8SmUyISGet0\nmRq3w+WJ5h8zwjD4y0VMDAKB0CJM9ux1Q7N4FzsUAbbkWrC0cDTTZZy68ycS\nWwZ7W6ZfJoPWYI/mqYFNgp4rm5+YazTEvrKu4kFDyE3thbNjRpjGrxJZFUiy\ndfN3bamqzzb2ZkIZN1mDYNHwl9z7vFhm3z78ojfC9fPSwote/0hNA7fYUhpS\nvXT+NGKtl4YOi3ubIRi4dxVvioch8J8kIQaLOhi3bEEFyO6IZkgaMJltO9i8\nk+U+\r\n=6u2P\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCeM2Mugv07kM6FzyHmgMkmiy3r104NBM8su1BOQ2UA4gIgOe78fVLtyXJMiHTsLuej4JpCxKTGXWX36rmjGbcUQuY="}]}},"1.10.0-nightly.1065":{"name":"@influxdata/influxdb-client","version":"1.10.0-nightly.1065","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.1.2","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-ZrQjKCZGx6+98GJVCSyRLfqMTI/h6mY0de+mz/BxqtIQ2qPLA6Xid9HqPdu+klVt+dE7y3lODJ8srgDQcrm0dg==","shasum":"a1d5abd3ef5eb0af7f13d342a36ccc93be2d729e","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.10.0-nightly.1065.tgz","fileCount":97,"unpackedSize":1077250,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfydl/CRA9TVsSAnZWagAA2+gQAJmA3OOC2D0EOp/FjqMK\nv7BFNBvKsfD4p3B4Tt5repMtOYic+3x8TfzJxQ1kQJlzoxIEHU20FDfXXnBV\nL2EoM50XfAGwet9KZBcb104j/7L/foiQANrcyU4yTawLQo7C/+HaA4xa/eFt\naDBFyEUqQ/f1qj99wHJdlUtyQg7+WFWRvmZTQGk+j2qCoVWP/GQNhIUqPzIe\nKyIZyUGwf7PNxxZSBUTx0UEaXlRcj+MELFqkFIMEJzhUk5wlQy3VtfJHSJSc\nbfbuZKe363TZefreMhpC4VzT53XSZN76hLJ6Rp0sYW8oujma6CjXj6fJ7m8N\nx37vJ6JODIY1nyIX3vvNORdpf3cQPcyS1SCLccXcCiM7NkkE5lDVmyAZKuyE\nEthpkZCjoT88HGZ+AUufM2rt6U4nXkblAaZq3V3CDS3TzJFDpup/0DwCFOum\nD9xgPd6+5DlMwAh7wm72OPOZnwkliKGnvyldSnUeUtR1G41V0lYkBjSNb3D7\n5NiKP8rBwNtibq/PPp65KFr0L0oxjaDD4bIUx8C8/kXnXa/n7T/4LWKCFXm3\nlRsnyv33Fe0pYjUYehxHBzW8efBvTx+06X60OnzrT3QDlRA+6tZCYyU+iox1\nLeWyQ+BsEE7h7djpj39w0taNSXZCsLeDh+E7BYyLNaJjyApSQJ4+Mg+q+pP/\np9lm\r\n=dKow\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCJoxeXa7VPG46b7I7MM298JIUIPRQJFk9tDa7Fcp7WugIhAM2jZ1jK6fNnznSlOPmc664EMybe5fRSGMgGjFlSgOy1"}]}},"1.10.0-nightly.1070":{"name":"@influxdata/influxdb-client","version":"1.10.0-nightly.1070","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.1.2","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-Qyk6FagBfgOiSUHIZ/mezArmpsUE4v1M4lDVEjQTRTGQY7ucY8KzeG7cMoFPrIftwMtGfszMgY13hFtaq+pA4g==","shasum":"8cbd294058f54cea4404af1c8590112f21a543cd","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.10.0-nightly.1070.tgz","fileCount":97,"unpackedSize":1077250,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf00MJCRA9TVsSAnZWagAANGoQAJLYwcBYuRR6K92FpjxU\nzky9i2YCB3r7h3qgd9/KUyivlZ+1hxSmt8C9mDRhJwQXf+13dE9AwQa2cdyG\nZCOHwh76MaNhsDVcC6/vJ/3gL14T9ebyV5GAer8+59Ay0tz1FqZzYtOynkAV\n4N8MNp5wyHMN83JFAYnCeQVp9VzHxjYVriKlrjEjLI28cOfZHRGSbSJJzzl7\nAwRY2yc3VrRc+pXCjTEnTRih/G6o+Ecx/DH0NVk1FY8CJyvloWCrkbEQnJcL\nRpV3RV2epuvqLOiKn1S4z/d2mA5sUIe0p05mE/S3Vtrxtwzu4bYqy2teUtSi\n2Y/0kRk3htnDpv2rS0RIn1VjDqyzwHQuj9Xh07lfFEb12O+2C/MiJF4171kg\n53y4/3vLHBtjCdrzTyY6eR86EcDkpm1cApmE38VpnF8mxm6t18Anc6im5hlg\nHPH73LNVIrHNUTCK+5j4EMHLguljkGxL6R8E8bgrfeI9PCh/z5J0ES5jS02Z\niNBuPtuiYEDDJDqYPcpyCtL7N4yfCL9ZptPm2MmbderhqbVfAsDmISlWLxSj\nnzgUOIUVpdAqgBi24pZ0xQHPdcVCtytiRQhfYFIpvB5syCWk7kZsqW8Qac7d\nGPPHwG+hEnhxEbTEAXzqEAqLjTjc1Ugy5MGVRl15DGIJEl/4VNqcpmbQvOcM\n3kAs\r\n=muQP\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCID8SBsQZGza1KzjX/lqfUMNbtAluJ/nwXjvpK/4vDtcAAiAsu7gDn6Hzat0hmkI7bf1giIFKUtnBIhr6Qnm8XcgAdA=="}]}},"1.10.0-nightly.1081":{"name":"@influxdata/influxdb-client","version":"1.10.0-nightly.1081","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.1.2","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-WZujqddI5SfaFFmgqY3FEtnkNN8ZgjRkUZfwlK/fLMmrLTbA9fOFw4c2Ky8tBauSRp6tJGpo63uMN0Vv5VXAkg==","shasum":"782e30a53dd62b65bfeef8c6398f59674755be44","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.10.0-nightly.1081.tgz","fileCount":97,"unpackedSize":1077518,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf9F3sCRA9TVsSAnZWagAAzpUQAJ3K6y8vuPQRtrxcWTIH\nNBRD+m5G66almGEN6iOdVIaqIGQ+qRMrEtdattAvWfoKhz9ieLZgSYJSBQz8\n8AWrl0W8uyyLLByxrAnp8m0VH+FCTyoKWjKBtiZXUu0UZh4oQaNgF3EwGH3D\nXqoEAl+7FUWNh9kAL3moOI4iFI6Lmp1k7iSY3eB8tfLOpWM2QHRrHrzZmZ02\nfV1kLDACrQWQMgnhQyGpPN2ARTbfHwMPR4lx2mODAOxWgjAPd/MiKfIBnA2e\nsx3w7IBcJNve+9TGTf0w+Sxs8cZ9gXpAmbrlyoD3b+LvIpLMouCX0sFlfSYF\nEXyT/Ga/4aClpbLkaEKWjF2NBQH1pAf5G+Clzkyhk9sPgGIzAdACsydTwXSl\ndoJmx5E/PaG/9gEy9zhE/+Z0jxg8z4xGUQOnqfdP5WU0dF8H0g4eqIsof2o/\nhliR3gpcyEczDeEWELE0O/rOBUWRuJp2ZCmbAEAmJtx5ZD6xPClJTRQx60OV\n/woGx2kI7gtN0e5ae+O33d+1fZnsyAyqHIEJ72fi38xu44EGN03T4um7z2hu\nKpZnhU7k1LUW5kBAzp92Y8/QBDCqW0p9MuUvbI8p7/df9DkPYRJxAZb2TC+V\nSyGJm1xRPbUyvz05pGIPQa3ZzpjjlIgR5P8P7hAc1U0hJOq2YaxTs5r3iDk7\nv7nP\r\n=qWgu\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC2I/pQxlbPj6pjR5t0VB9rdwL9eCeYuysqWqufT4HIrgIhAK0SgbGLWHFCiNoeLLDgxgH7McHTE2eknsA4vsjanT0c"}]}},"1.10.0-nightly.1086":{"name":"@influxdata/influxdb-client","version":"1.10.0-nightly.1086","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.1.2","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-FwQC54DcttqHoh1vb0SI41sjiTwqD9M2+A+ApIx8xwzx4JOZC/1fnosluFWxhL+FfhHk/iO5AtAAc6MTpic5MA==","shasum":"7fbf3e2bafa1fa4c62ae40ccd264f1c822bb2448","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.10.0-nightly.1086.tgz","fileCount":97,"unpackedSize":1077518,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf/gHaCRA9TVsSAnZWagAAj5sP/i8wZU2ZR1EIHUiVt2Hs\ni6iOuEZaAK6id7Y0TIBHiMLe/0QnbbT2Yq6VBP/wUrYwIf9MQEsFs9RJa6Wl\nqHjNNjgEBevqAs9Jyr3yASkmYjzRTaLA1bddJcLIBlkqkSKwgLLfCQo0Zvam\nflJZj7vs6H7XOoaBhclMBu8SfNY2F8Kc9X5D/BA/shsYiI9/UbeXFA5ICSh1\nMLZW+bg7aJaqDVyJe0j5kPMuCKkEGT7ra1QXELJEL4zBxUY4xaqJgCIrMQnx\n+MZQMmwrwIWQvnR/M9VIb7l6p8ZfHR52dAe99cQ9HWnXjUH10rusqZjUgpQ+\nh3GrlpedgNeQav95ujoP92c36+GK3VmlPcALWlRgeEW2S/GTg9eBpzGLYa7H\nwMSZmlz1SceE6vxgHDn4a+XmgHwTky7Ll6u7F1hllchLfgfi0IZkauKA0Q1i\nZV4NIPZs+6Kmit59oGlSptYMUsOTknn7dAJD+dxAXysbc5x7n1Yaj5Ka0K25\n2e+0MhJX3kWaQi94y3srBYME4H1iBiXNh/NuPqiJnPEV4hxtLJmi/oDttf+m\nwiafGMjKmut09gloMno8a19L7giqurc0DZXGyRQOUMHzvlvGmRVnhbVnh3dL\neIMhKJkm4LHpdgV4hZHWYQeYtVnohw2Ir+r/kMbv9BYDwTIgL3IdWonn26Vx\n2Fzu\r\n=tP5X\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFCtIagypK2TPZlogfhvRERKMeAJ7B12Mya+4vUgwBWSAiEAu2ZXbdlOt+F2xY0q0+e8Jt3LXS0MJaDpZRUiHGA/cuU="}]}},"1.10.0-nightly.1093":{"name":"@influxdata/influxdb-client","version":"1.10.0-nightly.1093","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.1.2","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-vhWqAHlBEYqgC277xIPGrbVUiy6K08jTp7LN5RqsI/1lR8ikZvRpjpcE8sFvbnBqISCDweGVv+7c3XN5aLLfnw==","shasum":"2839354a0181594ca5bef3e2ea9f1c5eb70169e2","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.10.0-nightly.1093.tgz","fileCount":97,"unpackedSize":1076733,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf/sAOCRA9TVsSAnZWagAA+C0P/2bnAuiWW9diVXkY7dQ+\nUmNCtjUtvuE8SgcO4Sok1vILWKXm6zrDKIhFlXQaL6ipcuFCpA30o5MEorLP\nLZNo0bxKHyImTgl77YEzp/3gcrWoqCDjzyiVRHyNkpKYhVUYCEUPWOluCxfl\nHN0+8iha9zZQN3ovBC9nfGK2B6aiZw7FUGiSLp+0nlqlAyIbe9uzylBSZPiO\nAUf1n/G1cn4+4jzNGbyFaMddzQMG0AyYL2Cost3Nu4/xGR+Utw/2Pb0YWNIZ\n2gYPMp2XAshJMwJqmy6bVoqXI/RHee9HUnOf5XgNGWaKDpD5meTSJzUfP2jX\neEXzgFyFJIh5rohpy5do6xe1g9zKbgHex+xlEbsrqyUEacXiv613cezzWmIP\nZt5RO/LFwJSduHVsqHbWmBBJQU2H0n0EQ3HwwPHLbxPPfeivY6/rIKa4+hPa\nr60dTr/7kLesYR4BtukP0t4GgFa7D15y/pnnCyVWvG9G1YBgMQlYSpull7P9\nMo8biZb6hc52VPUO0jRTsi34Sq2/vbw3S4KJknMIKJfGjRWO275zrnD5bo5d\n/Pb9VLX9Kel3qzCWwwqjP1dYG2NiO8bo9SE1a6B4iXaNaz/4lgdtqIzFruCi\ndxyZSaIS7+UHORQcE4fojJf84oJTXcp0ivswL/tZLMV39I7a16cZuieBtYWr\nMNl6\r\n=uXEg\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICn/CtpFXxaUoWfAgadmapncT3LWW1JVMG7HDr6p5nChAiBnGbvOKO4yFCNWTxKWiC9mzbs6IaQ98VkwfvXzLnZA8Q=="}]}},"1.10.0-nightly.1102":{"name":"@influxdata/influxdb-client","version":"1.10.0-nightly.1102","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.1.2","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-sEO5Dl11f9tSz65OUuU2eV0r8KydtbEM7JaLRbjvJt6ze5llV0JYXYScHP4AZxvWXTmr4ioo1UhToWxC5I+kxA==","shasum":"fff60f1a4c5348f238e1b9649cd2174e93e0da60","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.10.0-nightly.1102.tgz","fileCount":97,"unpackedSize":1076733,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgAZ68CRA9TVsSAnZWagAAC6AP/3Ie70fNHzuEL2zptNwN\nK4BQ10NHudwUaP3HYwG/7TnWkeC9WYDFb3fZB1ATUpYWGmiA3IeWyl99S/cL\nwK2mudL0o0+ymUN7iBjZGp0JbrxGakvUtkUsHei/2halWujPsD6mLLVJZynD\npUWa1WNtRb8TZLJuFCbLeHd9X5IyTmqNtZ3819kZUtt5eKqcPaJfSLxQ25KB\nx52VWi//hYUVZDAi/j8dDMCtLGGuFNF5uv1tjYZh8hAe5HjS2crkbMb8iuup\naag+WkNVwzaq4EYVAgYpsWYDXBNIJyHZYP3d9PGQdxWseR34ILIrr0JQ6jlp\nbpQO9sgtDSFA64hv0yzLirJGIfku5IEq4piGipfbms1sJG0ZHKT04jGflCaP\nVhZvgRBefeGmhDaO53Cemx5to0MMiyrwxAwGxfq86fEy8E90aPWL/r2mQh3O\nTqhXCf6/4frrJaJAj2I4FZrx2BqqtB04uG6pQ3r8N8d+ft9V0ihAjS/1iWZM\n/5rlwQI66UUpEm9XyreOycFJvlr0f8TeNsiuqR2uegb6d5t4O2eRXytnYHPS\nn2Pk+GWdGtL/ZOO/uZwn1A4XQal5BLgws3Gd7JKF4SAhRnS7M9gqTNjM0vIq\nwoo5bmxnuyrOFOs7GKEdlpRXOK698taZE9H1K0GHzXOv3giUhv7xqTTNIfAH\nReHx\r\n=0mnf\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEW7UyWNqkOfZ+d0YSyMTW3RqSkItEqBUNpp0WM7ZXaXAiEAmvcgy5Q49DmjYj2pO+o+FFqFgFJQCv5JJuJeEt0UeWM="}]}},"1.10.0-nightly.1105":{"name":"@influxdata/influxdb-client","version":"1.10.0-nightly.1105","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.1.2","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-AaH9nD0oiYcJ/maHnCgCg4IiKugylrJ/DU365zsb7KEPwcbQJdGaukcbFG52SQ3Udf7y4MuN48L815YYQ1B4nA==","shasum":"a2c1191ef193cb57be57cf96d0a3b562a62e7585","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.10.0-nightly.1105.tgz","fileCount":97,"unpackedSize":1076733,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgBcdrCRA9TVsSAnZWagAAMcYQAIQcSnr7U3E4QseRsxyX\n5/hRZs/z9dJz3Fbf4hdZRRKfGZjMIpg4+dhdPfXBeic7seWwdvPZwa9D/TlS\n1ljvFIsLFrizATvvDDUQD4S2BnG8gnhSlqn7VQl4be/Q7uhlavZmRfcAo1bk\nFi1/OWXE3Hkoxc/yqFgbhYlonEC4DJJDFrwUHvGaSjtfS1SMVAW6EcCx+sQZ\njHf8sL+tJoMp5fj5hz890FMPddFGXk8QlM0Kjeqic6OVS/7+F65aLIbfWWty\nqMZyxqxBj1l6YbpTtnxglQlUM8IlJF0QpPw9I0TULeHWGMEqPGoQ22MK5pMG\nWnHnOj1lQ8GBju1BeBD1JhCUwhJVaxofjzjshO285k199Se2C9JA1EPPFNV6\nf02rGss2nT0WZnZd2N5dCiamXKvd6cldoMl6GGxxI2w/7DvPFkNNYlI7+ymg\np+TU5Cb0UPWPahrbc3XwX/BwjYIznszbH6VfDSipnORrkqKRvL0XGn5/ixg7\nLE3XY8IjfVRxP7l5r9k6iSrio9zfH28zoV2CuiyLk/1vmk0Q04LX/jU5mrM5\nDAZLsWmqg057FSLBASIJevTevfGJrXDwB6/0Rkcrad9UgXXV7W8+fuJPlq08\n10/2y+rSWln5YEr9/s+saAIZ58LYWffqmn5RYT/dksX9PQUU2lECuDbW/TXt\nkjWZ\r\n=oNMj\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEB1QQg8jwemnSsSxkacD6mwLaJYqAixSs/bsEEm9cdvAiA5qelrNY6wxZQAJMGV471Xc9r7xk3Itvk+r3+uf0Ilzg=="}]}},"1.10.0-nightly.1110":{"name":"@influxdata/influxdb-client","version":"1.10.0-nightly.1110","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.1.2","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-DCCAuFZ71WyLdDm8hLXtNt+6Ka654mRZaQZHi+ND2dGPOGdWgNJJ58PpXgJX7WRyRDJ/FtnHnAGg4/1TeKZBxw==","shasum":"f7e27aed83b69ee6057607a367fbce568e60ed33","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.10.0-nightly.1110.tgz","fileCount":97,"unpackedSize":1076733,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgBlytCRA9TVsSAnZWagAAXBsP/1CxwU7unX6fVr7XKU6p\na+1K8khU1L+RAbQOEDkd9OqZwsyy6bkByuOOmvIbejG/zrGG0FeQyE62HJb9\n6L0nWfnbGJbb5id5t6se3rmvCUUpD6ET8LvxHWqJei239yLPSmWudMGK84Kb\n6CrZ7OZdmwx0lOgGFLbYQm3x2YZ5Cd9efRmb6ABX4K3PFZpeN5SX3BvzdfdF\nBblOq/3Vxz3pKEdiOU2bSbcAHNRVrTwDcM4DPtAd9I04ZKbW+0NmQJvAaJlg\nca6HDr0tZxhJKduMSaw0H03u1OhzxCQZx0+PMOKwQ4c/ss87sJSOA79IuQbK\n9jFC6Uz0AnlodgRY1mSRfDL7zvLBTDEqro1VONBGnf59ribuH4JP7UO6mKiU\nFJOKagh6lU0z5rBC/smLuFjRwk1TQjDQuTdNbxOkom675eFjeFaA6sZA2OJj\nU5mgaiRuz+CiV9p2pTVRJgmd6UW+TNmWRuBZ88PeXyYbQ4Kzyt/dhmBspSls\n3/VZ1pRgxZm5e+Y/m1ftt9fFALM7tRC9J9hZfPdM5zhhvRE9Wx1kZz2suTGZ\nAKLnWCRXbxWf2eMQNg8HoDRdY9RRikMKmjpb6VpU3atBqqKNEGo6foxDqjtg\nRnRC4F1OOngUXu8NJ75er8mE7yVDAIu9pH9d51bTZlRCu8XnIW3AOIek2Zc4\n8u5f\r\n=nwI0\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD1thfRWPGLhulFpditg1FRIBlxU8FFeATnrhNaBw0YbAIgdHn+77mYjoTOgAfLXXoVQBplxTL2aU7w24cIsq5aFek="}]}},"1.10.0-nightly.1113":{"name":"@influxdata/influxdb-client","version":"1.10.0-nightly.1113","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.1.2","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-C5cxkAyQQEniKJO3noc1qw4NDrvUIz2LPR2oz1xs5Y1VP3afzliD+uhZzRVjfbF0FAHmJ3QC0rY10Df9dgFy+A==","shasum":"f73e04cf55ca422f5eb0c31fcf0a4de4f8353407","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.10.0-nightly.1113.tgz","fileCount":97,"unpackedSize":1076733,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgBmp5CRA9TVsSAnZWagAA5aIP/0SQUOxPyXgCXoKSvMVE\nzFy5E0uPTAwhD42MSWKrjruYZA0aITEsI41oyFcq9RMCFfrMBhCjCUoQOJdi\nL/GQYGd6BLf3CJ+xce5I0ygxQfOCguVYAO8S8/8NHAUsuvFOfS00v7jfKbJV\niO5T4PrPSEUFiLaBStQ2nO288qH+jwy5CCXY6BfpNgMKJXu00aewa+bNyh+M\n84ITmC/QlXeLU/DcMEn6ZH+FIhFPwTZYBu/cBDZo+UMuws5kZIH0DwEViVoT\n3+9RAumbk7ctO7TTT4uuELZ1danCNQGOk5aIpqMcBL5H2s5mEJ3GuKg6KFdo\nwIzTEgqwXioDIDbk8SHLvHqh0A9aVoF0bf55TJGX2FW8j8B8CebwTyLroM2s\nQN4503Qg/SktcImCxnJcqX0Pj7EGVSvttbCMbXG2nk39Nk0HxqoE5xj5IMAl\nvZ5CsXsbnr/OK93ZfaLYGekkQQGFWqpxWv1lvUu9gWU2GcJqZJZ2LVs9IWRd\n42T8hq348TV17K/S7pz2x49DVkgE8WsG1GHg41uUyZ7P941iqkzuEdcnp6JM\nh9jtG5SjAikoB3PFhA01R5cDqv2nN/1AVdK46vQO7vBoi8lWFhg5sH17EOpA\nznHvFwTTnXKnbYGfEsRYvmDhj31bLmxHocfRXzAKQgsxd5Exzm/nlRmKpNT2\nYtlG\r\n=DOlJ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCJ/25OcdgelmLoO49IZpmV7mAeptDsReFeENKvHBawNwIgOrFO/CbxC09b++rqy+B8/LGcu5yl7asT2IiKOOy00KA="}]}},"1.10.0-nightly.1120":{"name":"@influxdata/influxdb-client","version":"1.10.0-nightly.1120","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.1.2","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-5DHBU8jTaNa+qPBkfP24h1V1W/vDjOTkKzMmanGFBTvE5v00buYG/t/IU9ZS7v5YwanrLQ6mkNioEVcrDLg5cw==","shasum":"1fab1963c77c66b129aed134d4ab22c7b47b096c","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.10.0-nightly.1120.tgz","fileCount":97,"unpackedSize":1076733,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgBosuCRA9TVsSAnZWagAA2pgP/2VxXHJjqajXQ/qmMVr5\ngTaoa0E0iXlSh78emAV8SAiQuXajL4f8vpw8yOii+mxaqlNS5G6HIbh0VxXk\nZtYzBuTU/nG8yj/J3o8cCCGoUbxQjh4G3jdcS37pqdWNVtDyrTWIb89Pwatf\nO7PSTtHkcgQYbz2eAohONIEBYWkSuyaheHrnVdvETM4Gi35RdRQ0yEgkX1vf\nrHX5Mg5LTwKtVhpH4osI5TUOtiQfQAShX6iMTQA+WAhgWxTklzMnuNep6lgq\nWlqreiVxPZcGoJdJcll/f84rWqhCUkclkkcjoDj21QRR6myRa6aZ5bBhhGn5\nzCyClIp0AAnSiAVRaKm4GKdkcsYHxfJ6CjbX49KJiV6voRlAanVY3xFAzF5t\niFjGBYJ1fiCSUyQMsx/rWLcCg/mzSEbm1bFb3ET44sIj1YEG3h5qOs82iGt3\nrSbECAJx2huluXatrxpvknZb1yipD00y5aFE2Unkn8Mp9KlfzKmXVCFcWI3/\nwmaGRPH1FiC6/W61CLDgaTa7KGJYsLRYHjUDpX93k/l/70u79GkZI7GoRCRW\nc1OTXobYDUzH4Iydiels+xbgnKuH/o7jbB2y9vPTE5VDmAObfHMRqbgtvgX3\nz1vLKFVKUq558XdIF7dCcNEZ+Z3IbmBc+TurYQkjzgsGWxpPfz5WFjoKGZW/\n3ukx\r\n=vXPj\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHJ1IvnRHzlhS/nKxgNkBo9En6KNNdotNyJrPkG0zTw6AiAFgDvOISFgP1qHFcj67msuqYA6Fl3WylpM8b7UKNg0cQ=="}]}},"1.10.0-nightly.1126":{"name":"@influxdata/influxdb-client","version":"1.10.0-nightly.1126","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.1.2","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-QvHnTeMzmwVchacSTZcbR3UgWT/r2jK5jP6Ttw171sM4QmrA2KQS10fnhte81kwgdCJd14ck69y7uC746eM99g==","shasum":"724371f7ee9d8ff43e9acb254de63bd4706b7f64","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.10.0-nightly.1126.tgz","fileCount":97,"unpackedSize":1076733,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgBs+lCRA9TVsSAnZWagAAs9wP/jZI70IjcIXTEDvJT0Ow\nBTbsu8aFuGoPGTUYxU7lN45xQ9QHSkEObcnON5oOE1jYRQk5tiYvOIEh2TDY\nZJwYCLg40bDq6295knQ9plmV9ucA05Nc6V9P2rSRHogy2FIo1oi8BGIjTdwX\nnKnbqHKV5WV/wcl5zwDC9lxrIMkt1FlouF/Fh/ErIY+FW8rCJp7/U584yvXL\nf3RhIc6vZvaz9RH5CzQVI9so0/QWIDelSXE2H/nBQqcRrFNYWV9ful7eEUxU\nUJpe3H7ncGREsHKjYgHrv6H36ixZDS80FpkWoIefAZpXFfVeH3OROLTI7bPS\nqA0XYzyha5dGlnniOZez29+lQeqYFmByIjdU+/TFLgD8Q/lt2nubz36fjMOR\nSMaiAixnLEUtnDbp0BmoeIT7uyrhUdcAwlYLGHBTv/68ZWzSuhIS6cGCRV2l\n/4RdNOw5j2RwGvKh/YJuyGtR6PAJD4imr6P+c5cU3Ll41NXjX1v3o9wKhxPA\nssv5yIb7KD1HZ1k3gxjBn8uTMNR0hIFf+wuKrAOXWmLLJgNiFY+Qk9G9D9c1\nejX3s/5KSk5Kjo3/32RsYM5O96JspuLlAnQUa2OJJ0KkXsboJYRP5soNpQgv\nRhPE6cgkk4EVliGAYWzy2K/6NX94zOJ2DhceoZQZ8q0PzK4RuM6gr/h32zNc\nbDnW\r\n=FmRg\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDH2AOulIk6Sc5GtFGs25c9s8fZnZBb+swVp485Q0GSsAiBMVczrRy6ac7+/2omZARoMG16qojldHqIgGlAqnfr0Ow=="}]}},"1.10.0":{"name":"@influxdata/influxdb-client","version":"1.10.0","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.1.2","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-2TTeLsh4m+an82m4I0XU8QUj5NAO8fA+wHPjKC9ju7MLODOsq1Fyb66SCJWZdn8EMQ4fob2mZ6U7l5NZ6fSIHA==","shasum":"3e8cef27c808a986a62665dd64c9a258811b21c2","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.10.0.tgz","fileCount":97,"unpackedSize":1076666,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgE67vCRA9TVsSAnZWagAAQYcQAJ3uI1d13ZsbSBBrPhSa\nE6zNCpAqVTNwu/39uzsO1Y8r4hDnUB7Jzuhl4HKZcH2ai48wocFqBAsYXltd\n4FuLA53S5dMyjqQkxNFiPdX6cHfPJOhl46kzLd0WIO9P2joNqTcRXUs/95ZJ\nSDJ+xZdJptGApQDDxs3fUxNfD2aPwNqu34JUzKzU/PRys1rKEmPIdlHo0WbJ\new9I59VVp5FSzKsVHGRescH+ftFCT3jW8iq2KWAMaEuE3i2VgjqkNbBBd++Q\nvHYBRr3RvaPsDYPSf7ra/lariVNYRkjWKP6m3/a3EBeKsYdOmCk6XVrcSaJK\n64sbcBfPTjkleh2iEo4CLPvirxtCNQ5iqDw6PGV2fhsCnmAt3P3XdcIis0Ab\narD31bMOI3ef0d4Zp7snR1iSvWOS486i1aFh+whX+F3IJ54sOYrwOr8pIMa1\nul7G5lHdVbdF+s3JPtvZg07h0yGarfM9Vi1k8S+L6p8jzvKh7HVcdNjhQOUW\nFlLpRdxyZTWCiMHZik2mV+KrWVIKNEdiDt773aV/lOLJhQpj8uuQNFgeTmis\nuroAf2KgVMF6o2Wg4W8QdgYBCnAgIYvPm8AjxbGwj/RQnNk18BE3QTvqimeM\n1EuISsNYELKW/aVqJjWpX2/D+GfbUAANHVHIn5OLxygRgSJfrJIh2QCy/rLS\njptQ\r\n=AYEx\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDh9MsnPauSHB8b9N+1Yv2wvPAQaDjLA0efgya5gxdTvwIgdvMi0YMqOu1cplB2gcBiwBnI6bePulktcrzk67Hkg+o="}]}},"1.11.0-nightly.1132":{"name":"@influxdata/influxdb-client","version":"1.11.0-nightly.1132","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.1.2","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-ivanDqALqy3G2uXtOOhPpMTuTDFNQ3IklNPuyg3c/Tl529lIgChltJp79h4f9nmVoyL0naG09h7DrIMSwbl+ig==","shasum":"8f31cf79c27d8c7f5ed0971d0ab995cc790e1a6c","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.11.0-nightly.1132.tgz","fileCount":97,"unpackedSize":1076733,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgE7CHCRA9TVsSAnZWagAAupgP/1HY1EIJC6U1u9PMiI+q\n4WZNo9qjmDQh8+l2muvk1u3Nz5HiCBg/1Va92v1BxIwrWW2VCRp+XOvmDxLp\n0QmPMMMS41hca8BOHNoICxy1s0W2BI4h42deuYF/yKROaft14OxnvNJPRq/s\nO49XklqsrMaRfZWY23bC6d6QUdMdaoknmPtKBrm3xlUWiy6tziozp6aiLJMe\nl+hFRwclgs5PphpEW0AdETiH3Jrq2ywUXx9dQjtG3njJBocMab0HzRqloloI\nb0xWv/pTFAF7fcJUXPgOfVd3HhhUfPH6DFoKwrDjyCseWdHqFTax+k+uQ/Ju\nTSmp5zARda4+rBRR4VRSj4h96MbJmwJAxJHMzjQQfYpmL8jO5+9suSZ+NH5M\nM88kFZO9c4E4/gC6jRTQvoqQL374Vq/ylQzSdxYqX2Ch96xS6/wFigrCKiF6\n6ys0vArKooeEEBf4/DS1eav9K6qNEmX9rx1XFzftcOVUd2+E7ZtZyont7yxg\nISy0T3z+Go5im2sxWd/rlKv/rR1ert+9z9l7+CdbNtB/oH5VLUCq5r5sYUw6\n6BjR8ks4ZSxDIfklZEB3qQwQF8RcVIwR7VOjsmsseb3OVgYuW5sxLEogvLGF\ngct+Sc+u8QIqTCrqXdP/Wj8emIbH/5aisHMxXxFsoUj4VgwMxOym4oswvWMg\nxg+r\r\n=IZEH\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDcJyoZrhIF535TtZXOMvURjeUTpARiYF2+TpgCD3IM4wIgJCYgQ/PA4gG0TG1t5jpVcUBgRoMZGyoFA/0uh1SupfI="}]}},"1.11.0-nightly.1143":{"name":"@influxdata/influxdb-client","version":"1.11.0-nightly.1143","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.1.2","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-anqHl2UUI1lFwegqza5Fka1yVwULWg1OUViu4w0LnKiCzXoWR9jxwxhbwcqWDU8Ga0BCYRskOxbvsVf7WT+M5w==","shasum":"a39f657c39b505004001bcc1f57efe9d63ed56ac","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.11.0-nightly.1143.tgz","fileCount":97,"unpackedSize":1079778,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgGU+iCRA9TVsSAnZWagAA91oP/3TWd2sz13w9tZlGfFhu\nXwtJ5bLqRbwRLkAJwu44yy3Uve+aIob7BJdORyxzz50euKiRBrrt7GfXR9J1\nzNy3RVZeQqtzwled2DQTbp7JH9UnfcKtMMvf/7vBB5yuQnY1aVQwZb/+YhLW\nfnc5MR3carYMze3F1XO28Mf4Wsh6lG3ztr7CvhdPqsbXJVgGmrjmjUMphgML\nMULG3zHrvn/4k2BP3hNjaFiz2mtO/HTn06rwiWJiJZeDfIHIXxz9BhgRkLBM\n+6u7dW4MLA4sW2r1rNa2eInE6pypz5SiyGhJJlivN2JgYnVnUA/0KRx/43Hh\n8aI9OzgJcQh/jokzGUdemGdZuy8B8a2upXIWerL480yWGlR4ps+HmqDNBx99\nhEW7OV3IiV4hO/e3AiHHhLBWK6eoNPpqNgPBDosshDePlu5m2Hw67MgBVjty\ndaRqLKhH6hBRZwjtJgNFu5NZ1Gb98ZMUenResXEzXlVPsEGXRGANQO+p5fi7\nYsD/pEQL+6VayMOYwDnrb0FCzVpa9Wf6kJpoBOvvbKzOILSbusjxu9wjYryL\nToQZ0HMlUGf1YOvWZH+OXemnjg33B5udXGmq85menDpkp8y9TbTMfcyKEjhn\nI9eoR9dr6eMVh3eGLuAMRnpm3zT0c28uPH8brLyjpHqZZhqfGLhpm/Q1UK8U\nk0ns\r\n=NqN3\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIB2mcvlV3A8as+KFiXsVQWhsO55YtECCxMUDTS0qK6vGAiAc6EDmrsJwWXqsCUR9nhOAyFBYnHUYsnhyI1WnL4p+XA=="}]}},"1.11.0-nightly.1152":{"name":"@influxdata/influxdb-client","version":"1.11.0-nightly.1152","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.1.2","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-IkBop8P8dzLJ/beoOo3WCAQSQ0pYDDP0MC6G85Rx/m3YJLbXbNGXQh3+gGwoQRkO5cTNCaGyxx+/s9ZLBExl1A==","shasum":"36ac9f4770fdcc7df45af6ea1955012038c18615","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.11.0-nightly.1152.tgz","fileCount":97,"unpackedSize":1079920,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgI6g7CRA9TVsSAnZWagAAF+wP/RxoclC3kGy10VDXDfDz\nb7Tsq23XizDrJl1cG0XgCTpmdoEOaJLyJ3e439n6j0esIYbPHEW3L6ZXfGJl\nKu0n9aE4gl7fwmLK2mHmiE4BZXBEQ8FlGTPXll5N8uIdj4Eso2i8Aq9DHAan\nJnOmGEsl7Pp2YGZhrrGiGCxoA1rP5JlNEtEIqkwPyEB+7jUWvReb4xwspl+j\nnov8WLRf/YNP5tcYmhaKNQE5ioEKqyFcSvkuEQ7GKIT5I+1aug0H0iiZxk5r\nzd8HIU1/G7/XPhYTUPmbHiy83srbbV5+nFox89P/zLjT/CRaVc3pJuGsA+De\nlBQzhR2rWXeaDCi47m4E8uBCGz1vUEZouIcFQt7RYgm8ub7Vis2IIs+DDRoX\nO9TX/jKjrmAzm288rjya3/HUPwCopbdM8z+lZuHpB7p4qY4DUdbBFWbIDoPX\nq6+fHsS0MbGLApOyJK68lz2sawmOwRAtv/JGsdHaFljfpKWbAJNzcQcW1hUU\n9jdIfjqecygxv38Hj3VTZhbgvduUjz2VJjFUMng2q4gFxugpmc2nhL/aaoOt\nKYPMw30iD0Tit3P+z99ZmBohfIc6+MNlVSTOyxmUm20VJ0mrRIgjJ2UCrUTi\nCK1w5QzgNHkDLLMsthfTjnWCcE3Putrz47g5Gh4G7mhwZ66FUAlTrgYNTBMo\nR1QY\r\n=WJeu\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFldNtdgKEP2xHBTqymUsVYWrb1J0ALxuja3EGUN8okMAiBJ72eN7FSgsVWl5hRBhzAgXcFAQNVJ+B2qrlEXg27R2g=="}]}},"1.11.0-nightly.1157":{"name":"@influxdata/influxdb-client","version":"1.11.0-nightly.1157","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.1.2","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-Oio8f5gyuMPwFI1hio6aeeuVYhfyuFXFzE7J8SOV4DPg2y6RgH58Xc5Xz6Z4E9zRpFUPU0qj8piDz+nPHJZnHA==","shasum":"221b49749cfcdc0b75d1578d26a8e562cf419a5e","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.11.0-nightly.1157.tgz","fileCount":97,"unpackedSize":1079920,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgI94kCRA9TVsSAnZWagAARWwQAITx8JGe5uzswEwBJvSk\n5ha7rTfdPnyMNE7EhcARFssNKp32YdHZdnAYrHH47ZTRsv43OX7LOKMASKEn\niEqfrR3TwLdNWLHwxSLG017uMQv/FwY7UcejAJ4RpeuMWuXHlkgLDcBDgRgc\ny4zezJ1pKJWmy+8t0yACth0A5MAMgNPW9YYRYqS+nGziEzVaZ2bHGbk/BYqy\n3nMn1JhThCO4Olr6+39xJdw+vX6F4M+STb+kZHvoie5RaotO7aF2JAV48T49\n4WrQY5Mb/dpJU77au4uXSa0aYZzHx3SS1AEFTWhD7InSKyfcMBp3E5VmhNNO\nYnaBVClNZ43vpW3PZEG+IvQUIWGuLC9QfrtESEwy/viBv0NhHUKhZy+wcozC\nuNG+9GmLJfUYqP3PJYTqVaflNNAFvIged5P+RxgNwXgX3J1gg3CDcbFAq1Na\nyiYmCFfs2xLG2h6RLlMKA1g6xhuFxcOhZ4TEJC6pQ8pHCtdjUhDesoeBE9pA\nlZZSDsAfZvVjwcCfcuK52r+dHyA+WofWBtYRihAHwEtmZo7y2w7iqVjjlqUT\n+ZG64iVyPOwH514RfY0+LuWr6qzIoeLl/8UfsLM+ZYpmUKSQ13x8dNPJ26jX\n5/2Y4V6p3hFxHwBO7zt+5wM57XPKTrwBVOTTSkR1Y1HRJZy5hNeFXRZA0wCe\nYNvd\r\n=Cj05\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCg4LjJotNbvjpAJQfstRHALTZLVIos5oD2JZnhLTWQngIgfpnsNc0sP0hwFwYPxYL5q1R7xrHemngWwBMltQUcIi8="}]}},"1.11.0-nightly.1164":{"name":"@influxdata/influxdb-client","version":"1.11.0-nightly.1164","devDependencies":{"@microsoft/api-extractor":"^7.9.2","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.1.2","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-WDlPemcmxT3NjVeOSbJEwr4H7hMq+YVQ2NwK1LXadjLSAcJpoifCc4zXd0Q+o7gCBpMU9AZ6m8ngwCFwRGYeMQ==","shasum":"e0dc87b5f61b746215af8801f8bf1d3e5ebc0866","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.11.0-nightly.1164.tgz","fileCount":97,"unpackedSize":1079920,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgJSltCRA9TVsSAnZWagAAH+cP/iHhmGdy0EBIJs7Yg21I\nciANCho6HAXfhVF1vzO0vxkBlVvgIhkOY/DeEOVUONJOeBRgSYBI1VmdFohC\nx6+Jtf/NXn8IF++R92CCVOr1b7+N+C2npR4upOKMR/CHqSYtmg6x6GTbvKxw\nJYj6el5cwrkkXokmLgU9HuHFlRnnhf1I8hFi/kgBRJcP/1WelUxoQEttzzbo\nZ49z8ZWY6qGrYS1t7ExNuK129hSCnSfRIjdTAipZWF60jgdvILOaxfJ2Q4nU\nA48xR+yIm9J9tX3NDcaeOcju++E76UNAbLnmoEO4AIs4zgkdk59bclM12X4k\nEr3PKklF+qTmHSSX2JdmqB1/kfBJgN826hj1CKZnRSgA3QcHBHrdSGKavL2w\nwWG5Q3SSqJEHvUtwdKLy1oCKTBiUf8Sf5NO+y55kSfMnneZX7IUpw8znuhrw\n6xUgVgnETgVRlBxJG+g8cLcEQ+6IYNmBmWM8h0K5TFnREoUUmvhkYMKNzaXC\nV4CHlQaMqUWNSz5Mzrq+kdBTXEMQ+g1ZY7+vpxX274hiiu7E7zR+K3AVE3I7\nAhiL3u9ShsrOE4L/ZU4rW5bDcpHeUuAgDonTaA8c5zNqHgKTSFZZWCwAqBXO\neLGUlvWpE/L/3cHN8m6KdtT4ApWwLxZgZ0B1D44zlpUD5CJEpn1ildJ8gHgj\nqZWi\r\n=XKx1\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCmopxfk1op/lSsVEVfm2itBtf6ORAaBCtDLz0zA6lHvgIhAMkqoGsK2Bi7iwZq+lE6jiBTbRBqcag6Zbxq3WEhGrqI"}]}},"1.11.0-nightly.1179":{"name":"@influxdata/influxdb-client","version":"1.11.0-nightly.1179","devDependencies":{"@microsoft/api-extractor":"^7.13.1","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.1.2","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-1J0ABk5Dla/9dEJRINne9pGY4nZ+0p20B5ue6Bg1Dc1dKOdwf+q4RLmx6io5TgZbxQMKTqzDTMVLy0JZlUEQ3A==","shasum":"b0735cd45046af35889b68f5774532d0b6c896d8","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.11.0-nightly.1179.tgz","fileCount":97,"unpackedSize":1082131,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgKilaCRA9TVsSAnZWagAALicQAKRRIJXyYxUC2s/wsERw\npSFAJrEEw+jxDNVEO/eror3QpJQlMKDAI7YDlOAyB5nUofOSQ/VXJ9F833m6\nrn2vpAdbHULonQDllfsooXyxMxgJV/ZLdfTaDmarxmNgLjHpSO5LbfeqazU0\nhG5R15ZGKIOW027aQjDXerCLj2F/CCWPtDjtGbnGcvoMPAggufwgT0pPLXHB\nC/fREdTJECEgpGtk2ugOuSqcw43Nv436Ap7/0K3BxdDEZXCZqqwKJjrJcUaQ\nnzbwvboWTZ8BvRceoW6WaaCTfgcXqFE6+gkm6tXhU4oZjne9gDfIMjgxmRMX\nXRigkKCsd49jw/DqffoRuMxDt7LnU+wmJ8br8w/xqAz2jxAx5R45POSEev52\n05/X5bW1nIFGAorrt5SsTa8x6n4lNW8NSHGC0LrtTq6kBYWzbr9u+AG51OKn\nxZXJGHIY3A82ojC1ILYmw1Ir+Y9I5mV0Sg+J8dlhiJL+TpM96NkFrT0WAvOX\nsieMpyXYJZC753gk7855u94Xjkgr1aYoTunRfX8E9Du5jFtkGR+sROg8Xdgj\nuz3JpGOMpqfBsu0iuJf/wZJOa0oy9bCfAh+v/nCXobjkW/vkgNoJVW68bftY\nh5vo4nfQTtDts33d3hPcHUcCG6JUfjt4h1O5SqoIhOZ3fy8gJ539kUiqjxOJ\nDP1b\r\n=hLpJ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAFHHbCr6zOWUulIxZXlddS++Gv9zvM608DS2J15T5qXAiBqTEZVHv4ZYURZGX8wto5lRGgy2WUrpI6ieh9at5P9Iw=="}]}},"1.11.0-nightly.1181":{"name":"@influxdata/influxdb-client","version":"1.11.0-nightly.1181","devDependencies":{"@microsoft/api-extractor":"^7.13.1","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.1.2","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-MDOuKAD906Ru8tGadXz8If0XndqQpzZME85o8xihEriqPBCrEl5dF/FdXjKqfszwRdPybZO3qaEi+CzKKH7LZA==","shasum":"2368bf42392053c9190bf187f45c7cc0b3e5a768","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.11.0-nightly.1181.tgz","fileCount":97,"unpackedSize":1079921,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgKitZCRA9TVsSAnZWagAAvO4P/3x7SYShkU3Xv61fgMCq\nOLdVW2zrzg5X3FxIdiXraZS8jrMcfU80yqyDPcqg48+/4uvsZwoZ6rwqB8+2\nQzLseWrj05h5LZGaczjbC9FL90kJ+ezAIGmu1YxtWKKqE2QNL1DO9Nuvy9En\nLLMEgB6Bok+VlClDeYvlFmsb4m9Hm1RxUVPwDUWghz/YGj9OpOEkElB2kjBz\n1AWekTGgB0zwvSNwG2H6BFbWtUV6KyrGMJcV2Qcn4R9sIORUMuNdqwDk2a3O\nCz/FTqDrJtggEiO0BRmSPjk0UPVW83WQfOU3Ardpb6bQ3LvVUaKWyqYIs3UK\ntN461C/AU1lf/l/kBvOoy++6/ODnxQTBmNWIRDXNOaC3+oPU+/3bImjAH313\nG/bqMTPbaET4wUNLptMvx9jT0T1pH37BZmdIfkpkcEonRc38Q88C0KEoLIf9\nRjZ78Adnxi1niypS/RcQVnrDadbLer+z4Fnh8gp0+OuqqbiquP4MN9VRdgE9\nGJ6d5wQxHxq19cCDq/Qk81qTi4pzLGknmDx8pIRod8RW/S9ipoqklD97Jj7r\nH8x2EWLgccEYpvrSJwAVWJcIwdoC1RBhNSuEz2wY+jfYYI/bb6IOTfvYXGC3\nfYtMo8zJEZfvvDGNSTOeh0cupQJD6UxXWm1eh3kQntn+9kk1sBGxSoi/JYqs\n5Ubz\r\n=rDao\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCoiUvwK7MfU3bFTH6Jk/rbbDt/ErTY8QOHLxnAGNj8sQIgbznhpak1oIjtwQIjf5YWT8Jd+o2by+nj5BUuxBIRi5o="}]}},"1.11.0-nightly.1188":{"name":"@influxdata/influxdb-client","version":"1.11.0-nightly.1188","devDependencies":{"@microsoft/api-extractor":"^7.13.1","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.1.2","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-uRjcderfffMVO6doq7eG+1RKTVvIAgHCVFQxYbFMsx/85sp9h6YOw89cIQhBFeC1eCQbqvT7L8Guf7qgt5U6eQ==","shasum":"341a5329a88325233937ad39e99ecd924eb605b6","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.11.0-nightly.1188.tgz","fileCount":97,"unpackedSize":1082131,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgKjvkCRA9TVsSAnZWagAACt0P/3EJB70Png1HodGJBMi9\nU6TJsfNYdrGW3aMmJxO4GFrE1+4gBtwCTMjGsxR3TuMgqGuVwyqGccGWQiB2\nxVbRF0j/x0xS/iWcOdybxLZY7lgSzrDRgknDSoVU7LmXc8lk5sUinGqRkyyq\nZbrKp5NeoJ2lTIdwGPCPhWUnqlSxGBeKOBmVo5l+GLzo16e07MJNrF6CwlHQ\n+FBUn6oQbn0OH9LTpnAc2ICDLHSOmohixAfCkIBss7E79M8aG/mr0L3Hm/VL\nNY244PeNr2k8INOm0ibG48nci6l8MhCIa2L8f8K3VzLWDnrM4h65cUTQRNYm\nKV7I1swboc8/prXkhxtStg2sm6D7mO97kSqFGNDqqXyDO8pQA5+ugWTdScRd\nJlEkc288DJSrT/voS1pYC8lnyAD15CmO5XXj4uUCF6KYqZaE7JZIcD6oV3sz\nIGj9ijTLc6YcEiGvwEvD8Sj3AnDmVwk02kZUH5yiCNqZwJDhH6djKodSvSGL\nZ2bos24pEraPO1u1YIU9f3Gu5dQ+h7kHLoEpFJn8NgDq96ijQk7Us8H9GkDm\nNcOT5fEFoIDkknuXtGKi5AJmQhUBadd2hJybgjd2ac+GqD6HFkNLtTd41bpN\nJVAtGGTbQyqpytqaYe1wyUbiy2Oywusetp/9bJY3WMozLC7mlW4JEkyhOdF9\n4i/m\r\n=lG/o\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBx+T0HOZ2wUClb5w2LKIXe8DrNn28A+PFwXlI1o5asAAiBr6vtUWuES+nJHWEPjNnGbyatL5P8BybuPWoi85Vepbg=="}]}},"1.11.0-nightly.1195":{"name":"@influxdata/influxdb-client","version":"1.11.0-nightly.1195","devDependencies":{"@microsoft/api-extractor":"^7.13.1","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.1.2","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-3BNiYv5JYKpidAYYEqd9b73DaCbxsYaWumQgJj1XwnTathwDGD/rkPeKHRp/lNtA3NADyxF3N3JehJ4g8T/X1g==","shasum":"94c4b385ccc53ab902ed508ec5fdc6b73686be09","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.11.0-nightly.1195.tgz","fileCount":97,"unpackedSize":1082131,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgM2b2CRA9TVsSAnZWagAAssYP/0avdsa2/1m9ET7Yt0uV\n/LBUNABAtdxpl2zTUNtojfLR9Gl13oz7EXi2Ffr/bbA9gR9Dh/Khj0rxQKeV\nj2ACbRoQGCXIlrjFSAmSsU1xLt1zfB2RloXlOhNTo2NxNClwUNvDVv4HxQIv\nZ7JRXmpPKRiEMEDCvKqUmwi5mzQtmVOXC722k32/eBKmWtrphxAIPVF7NRPB\ncg2UMxIM8Eolu8P3uXbeSIReFvvvRglVJbeJqdJLcv48evoArZrvbm3u2BsZ\nrBauWj7SYkIrGY1gLqbkEWAs70IVZlDePCDYAaA0v248pfzUzbx4G92pnSsk\n6jEZQTMoJDoZkN7KKRicP94GN4fZfkNvYehsKB/cAaFZcEA4vuVEOxSAunBM\n/fMm3aunHvomdwt9QXPZU7iqeVVNZ+W3TaUhFpgFOm3U/UYxd0sR5p+NawoV\nTQWX884di+mNibZ1H9BhiegdnPS70EMNyswUBrI+erw/wtIblH5Ti+cH2neW\nFniHziibMkysr6akI97oYy9UlDFasuO0LBdQgpWwyUYAQ6WKUWz4BnTSjr+i\nDWsxMfH5vtugt+3RLLg326wBQE/ye7r4tZF8L7dBzSHo7b+QvMKNCi0JALDM\nWmoJk73+qVu4aE8tcgWDiPRPtNHET1XMJENahFXaec0KSwHW4eupygK+eMn+\ndy36\r\n=dPuJ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICyn8dtegBtSdhMmsDnLGhuJPCUHfLGY5IT/Emlmmm87AiEA732BfDSRwJqYyRZNXbDEFo/u+tu2Z9nRC38tbHSXGt8="}]}},"1.11.0-nightly.1198":{"name":"@influxdata/influxdb-client","version":"1.11.0-nightly.1198","devDependencies":{"@microsoft/api-extractor":"^7.13.1","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.1.2","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-28mwzK16n9ujOlXm1D4hZHnTyFtXIL+QE0cih+K6gqv89r8Zt4YDDUKu8551hpQ6H/zsGhrc8znGWP6pEDuFCQ==","shasum":"02c80f4750e94be59ec53f4bb6e27ede2ae72d20","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.11.0-nightly.1198.tgz","fileCount":97,"unpackedSize":1082131,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgM6UeCRA9TVsSAnZWagAAPYMP/0UB9G5Uxfw7tGq8NYOV\nVDx2HrUSihnRsUx+v9OkLRXmsy65b2JP1SzlmbgSj7xmnxV5PsjoTw4utLGI\nUMCqbvyVmq/so0yZnlu1EySK8Zr8FYmv3hOY52XthsfH4UzfJtpL3CEQnjTL\nIueE2cNvBlSy3dDXZQmxI09QK0WRRnnxLMpK5xuWELen3eO8bj8gcWGC7D+t\n8X3OnJGxR90A5QMciYZes/1L9rn09TDY1Wfx0EsDAmqX2TgCsOjeps9MMHUD\n1ex1yoLpuE8IIp0e4VGtAxJR6S7Pga5JOX84byBau22160hN1c75AYomv1RW\nCT0+slmMZTX6hdZigYswECfOJagK++uwPmKJxuzh37bcvvQ9P+6Q4Ch/hzm1\nX8WkVQ95B+B7hwZgH35fHkuZJGQ6/miaCx2UWpMnSV4VstvPX9ZuHbYUfDaB\nLhgg0rPEkPDzj9cdxlI0gF0w+cDCgWS4FMLThXN7y06PPR7nP/Qxam3GeJYB\nG4/Hl4Beg3q9o0XM4hQ08AWtB7prXus40guwm8Etqv4zP1JOCWAkwvprddlF\nu+1Kawuuh47DNKYd8jck6c97vR+z6AETSZAOHuOqN3MjQs/q9AfXJmshFv4C\njypJDoXt+w3+GjO6J8finNDoEtPUK32dSZEEJFDAkB+ctmQuLecCc9+rmPbZ\nVMNs\r\n=1oSE\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC+KBe3sxhV9YNGzC8MgM1SY6UJuwtuv4Y2VwySsaTAuQIhAIGm4tyvO3Zu11nCP3xFCzFUenGkDvZBk+o0JDaqpPfX"}]}},"1.11.0-nightly.1201":{"name":"@influxdata/influxdb-client","version":"1.11.0-nightly.1201","devDependencies":{"@microsoft/api-extractor":"^7.13.1","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.1.2","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-Y0T/Td9uVz/NkPVW0wt3iFKt7ODO6s3OpPXWhy7U6ZCqqFgokAAsWYWQOGzwZA+6MtzTdik+xCCVljC+VDfP4A==","shasum":"8f57ba6ee2105b689f1c88d5a7d60317aa027054","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.11.0-nightly.1201.tgz","fileCount":97,"unpackedSize":1082131,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgP6CQCRA9TVsSAnZWagAA4J8P/iqXUEyZYVGzFrOJxB0r\nQM9iWpU/8VIbeLz8Uy8N8ip22g3thIgBqsRKxNP8xSaOgVv1DQRNNjP2eI98\nZrMA+eh5zbGfwBMYaoo/Qc63b2VsodhVU3dP6HaqZ+6UpAXuYXjXuu9O5Wuo\nor1BDW2k+LoBFR1rZYSWBh8M9E8wnuo3gI9TEMK2iFMh2nIJONFAcG21IC9S\ny5ghan+X3V2xTWafKyNzc9RGakLqTwGWIRwZ3JtGqlFsUvyWtZgMsGrPfb96\nd8dCGsJzaop8r9VkSdz2CtMPIqOTKmySJcNNa9SbVUNgyTnQunMRsQ7ZU4dd\nmRZXGzAhoh9z28W2Gu17zY4dMxYPq5tsVJXNCCKD1i7ZcHOX06tEV4l3LKI9\nuGh75cFfG34hGNDT+6HmcUmwRI6szm5b1YSzq5tLuMOlvto5GBRLXS9yqixA\nARVIaHZu6l5ENFi/wltlAV+scmvthFcltdkx6EqIAgipUH8oO9WTUM+ptX4t\nTtiCjdKFGwtGC9EIOtCbBbnsC+4KG7JGkdtTqKUIr/hsyXa2YA3Wa32wVFOw\nyJXG8TnmqGRx9+4IxriRuASNVgdhXaVoT2dGA749uL+jK10kCg8YD8fvyVSG\ntOf90OcDTiwFZAaANWJry3idLHj6rzElsHH96Gc1AN0Bo7P6XTIKuRnaCDE8\nTdvy\r\n=EEg4\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGu8v7SxMW1MkYLIFBsHRU+L6+6dbWjFEZZ3i2L+8/d4AiEAiO2Bp1c4T8EyDqyuMYuux1KOrrSzV0j6otXao5dDnwc="}]}},"1.11.0":{"name":"@influxdata/influxdb-client","version":"1.11.0","devDependencies":{"@microsoft/api-extractor":"^7.13.1","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.1.2","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-zvnoTzzOUkpFj0/+z1i1CU1HXFkfNM9Ih8lziub3NCv3rL1/C8P//4F8RFQSoWpYuxVb/xypxSV6fKeBN4h2NQ==","shasum":"322feb494cbf44232137d7b81f3bca352bd13245","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.11.0.tgz","fileCount":97,"unpackedSize":1082065,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgQeKGCRA9TVsSAnZWagAAu7wP/16JfduCbcdbSTJgwBws\nbe3u6o3aOVHuoJUIXovSkxfG+PIaVVOVg5W12JeB1pDWGwemYEXV2ONBS74/\nxHaKuRsItcBoXgXicku8ZefRADyc0/apahoY4u4hCSfhTg0D7GjoSws8qkUR\njUTI0fR2h3eznLV/sByN95TEk9U8qK55yzxJJ5JcKJ3CYZ43lMM8lehfrOf9\nHRt3zEoH56IblvmxMs+IWiCFx9w9iQ1IVYlrZ0wEei/jZzr1hIpDamWGnISR\njxu8s08DqhXQW8MgnZCy5Vn2wYJlGg/k9oFcl3D1v5Mkp3ZstH63ReskdgVw\nngPa0/6+iSh710IJDC4Jafuac+22F52ff9mQd52ssULQnNLSEt8/LawueBUn\nU+P8uMjEuR7I7EQwAEFVa+fDoFbN0ic7dhFjI7GTAXnb9PK7BrAbFEIV1y7m\nRpRK4JqbkydOcPCW+kUnRT0hc/96J+Gfu2ZAQEzByazTVruHaFT4XKCiVHGL\nprdPdZpSV5nuIfBpWuMk5B6hADse9KPTQmDZ/jTpSsNPzUeT82/rLlTva3Hv\nQ1KSzC1WgSLPORG72pfPbXSDIjG1flq+/TaxaHn7YrqwiMSVP/n2Pmb/RhVp\nzA3krmdegLb3CiCQQvdi+R9IFm6a2P5IfcRy3WTrSontxFirOTzRHgLYUUIq\nQ6dG\r\n=Qd/T\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD+WyElOPUoDd2w+5vD8DSK2UUve1Z9QpVgN8ah/bzJdAIhAMAJhhG4gZIzSuxsUFfYw5SAEce0RXg/5Z+Xs/QHgqvZ"}]}},"1.12.0-nightly.1207":{"name":"@influxdata/influxdb-client","version":"1.12.0-nightly.1207","devDependencies":{"@microsoft/api-extractor":"^7.13.1","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.1.2","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-XMNVH4sjMPXoA2fgm//C1PDl3uzBVLY8j3UzrTA/fIWA6ul4IRtlgmugZ42Ag9DrPRKvuQIixbqwHeYnIj7BwQ==","shasum":"d29e71e56cdff5ad6bc988b257d3049b5fbfa7a2","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.12.0-nightly.1207.tgz","fileCount":97,"unpackedSize":1082132,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgQePuCRA9TVsSAnZWagAAXfIQAJjx1sAAUXwhrX9OV+Gd\ngwQBF3e4ZxAi8fHY3lob8GwAFOZ5lDRgyNnnL0olpSIDeceyKqv5I9VzUhZd\nCkwuxP5Ru3Xfisl6Ed34GLJS9M2IBFew7HRFUB/2crmw6jNpZDpBRA9c7ZtZ\nyDBe3cy3jlm6MhsZ6yo0vTheKygSZKZ+jnKZ/pqdLjqmz8HM7JZrFliLxozs\nBk/nh0nPqYV0teXd1e1hGwqPW2YuGulAqOXL+yij5TRvyYvHrBr3SI2TpvBs\nTry/LM4hrf1jg1ILxv/uLx8gSd85iN4Ai1XErNUpLLu6+iUlxD8wL9Rd6CO1\nY4er8aEBUUyJ85Q/t7iIxgWhoZqxtY3br6uQB42vqOeetQ/QBSu1DViFEpGj\ngstL1Xh+u2i9r+CuSa0FvHh1jyQNDQlQFDvwHSEa5g765J2CGC6EUtx1ZZ1f\ncO/TrM8YesYAlmcKbfn0TXHSpAaU/40DgIIojqcfhzVM0iVsNCkuHAOBPshH\n/JFQyCEJQatdSUEqRNMHAh6S4Ci+qNOXtisLRgPVAFKEM0ldH2dTV4hTdb3o\nkblCXJMNo3Er/CZkNwT1Be6jw81llmm5x1CzoPnfqydr9ZretfPoB3hBv6EA\nPl7ND5lQIGVN5mI9hjc7SlB0XHoSKmXTY6u70fBEwFtqlYUNzhJxlpPjb+hP\n2/I6\r\n=zWje\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICWvWwdDjb4dyET1ggt29D4/z3ShPfPRuYIgbXtOpW2PAiEAuaZu4Sym2W7cdCcXklXb6lNhfTiGWUtlgzGnAeHNaTM="}]}},"1.12.0-nightly.1212":{"name":"@influxdata/influxdb-client","version":"1.12.0-nightly.1212","devDependencies":{"@microsoft/api-extractor":"^7.13.1","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.1.2","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-NR6BbbBS2iOJAuLk4m1KehFF652RiUry7I0QgulXwHZSmBVOblMsQUOvPrAvUoTsD+HIJWTwnK5wO7yWEpbB5A==","shasum":"c160a956b30d9e1dd81022e887a95a6a797eaffb","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.12.0-nightly.1212.tgz","fileCount":97,"unpackedSize":1082132,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgUxUiCRA9TVsSAnZWagAAq84QAI3q07uYLB5C1R7/NOLv\n7fGDKjCvfxnCTkWMHwTMcqpx5TySXrWvDIjI6ZcWrgd66NL8mJojYR3Jxtzo\nIlqhp3aDeCg0BEdmkipikpw7ko4jsJsB7rJ2yEZL9o293SvSAfdUlM8SOHgG\nteCLfHZjnnE/KaBjY3zUGpKLfT822RkS/p6EtGCZohPbWDkMsuQw6t/Ks/7S\ncSAy05AmxNngA5/KESmU7Ar68RoL10t/fBTsvRn9gxVMxx2WP/qveKAvtZT4\nDDLeZvkzvSk0yEQJbP+RpzrfK3N/rTytsHPiJfwabLP9ZrNrlpRrK7bWQSCp\nhTQq3b86nRaRBboZyyrkaW2cc93SJrkYS238yZVDa051qKIH9Kg8ENzvov8D\nC+NHOE8Pnyk/222FnglWsKmTDnXsLMMMKEQB5Mnpkr7az75/hh2rr6oW1fBq\nyWJPOBL/6SVk0/IwnUtvphkhfFxi4i9l7pyUI5KU/14Sv5HvXKBv8fKryugq\nGFELwRf5l/JJUVKorE2aW16NmJVLTAS1cdWr1MalokP7F7W360Pk2KEUQ2eZ\ndA1wig+dsd3EtwzQYfQB3RPqLsedOClPaNoLp6g4iHz6fLM4evqJ/b3iNh3h\nFM4VCcpa3K6eicE7mrHwKqEb/DMfNG34T7HiEq4Nfcn4wUSF8lLBER+c94bN\n0zHw\r\n=PYiO\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC2LTYWTCuXLWggblmqeCaFVLcSUl64rv4LdE7geptTjQIgahl7NeKnM0Ism/1Qj1tYEZOPsrvyKOtzjd9vg4ulye4="}]}},"1.12.0-nightly.1219":{"name":"@influxdata/influxdb-client","version":"1.12.0-nightly.1219","devDependencies":{"@microsoft/api-extractor":"^7.13.1","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.1.2","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-lbmdm50AN/1+MnA055WLE2TTok8nnl/bA3imCBRk9oic6UQg6Q7rRKYuoHJYrgJSBSwFQTYxqf6udtiqd+45vg==","shasum":"6ad7eb64633c9c593583f41e161230d641a9d249","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.12.0-nightly.1219.tgz","fileCount":97,"unpackedSize":1084952,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgXXLlCRA9TVsSAnZWagAAMs0QAKOZfdZ/+CH4Uo/BCztC\nvsHIHfvk93hS4E7YzWIb4VUBDd3R7bORqVfKKGv9vzCenleFxe37v6l8DlrN\nqPC6Okq0IzsRoagjzEgI8H9esdOdrDSrRrFtRpaWCSdY1WNSkZ8BZUEUTA6D\nHvVrGaEBg6/my4sk6u8ABvP4y2EVrX5j7McqpPWO6vf3qj3PxTnGNYkKjXMf\nbjkUiLJSTWLzBo6F8c422ciY7ihg1Mi8DPJ34cp/yYgkFjxMsPlTwbkov14V\nICXG3C5F4rDsU4uZTX7O3LC1EI93U7MOROYYM2CZvzJ7rNXNwBP7WBvNBGP9\nG7PDAo0x6IjDDLoxLfl1c7A4YgTxHksILiiOpsNEO07wVxPbCFu3K4/1ktxp\nG6eiFa2YEHYMvaM/i/J+YlgiljcVFg3Rr5/fbstp7NYCRBk7N16FLT//QNRu\nuvavt0oCU95xwIQVfRDf6gqzGfLzQI2wcHmoaj/bAfLPKKGx9c3yy7Kbuyeq\n40jtSB7jY7ZBzAg4V3O8E5q5N0h4QRwGAwQYKxYw3UwmukmOK/5LmlfhLSm6\nxY37mF8LNmjGpqZiM+y71wVyzhc2dFLMdCx0nT0BqEdZS0FdnLvBDE0crsRM\njGvNJ1vWciqaHRbp3t5XTwhNibqko8tJMF25GcQHX/LNM9av2D8AzZ6GsKte\nXWqj\r\n=oMJQ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCk3gLyx2XYdiL67g5Z4Unl6YWGPxJVErocP19KgetVPgIhAK+hdruEHwj7rEzoQDaxzH9ssN4LtJzQK9Ps9yCI5qkI"}]}},"1.12.0-nightly.1224":{"name":"@influxdata/influxdb-client","version":"1.12.0-nightly.1224","devDependencies":{"@microsoft/api-extractor":"^7.13.1","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.1.2","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-JO5VF4GYuNIURW1o3nS18zZsN0g32WzgmcIXASObB95XjJxAK3b+g+293NEzUs7d2Beluk+cIbhGVQTw65C9ag==","shasum":"2fdff511b4e3c4bd69fd79f18771f9ba9bc465d4","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.12.0-nightly.1224.tgz","fileCount":97,"unpackedSize":1086296,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgXdliCRA9TVsSAnZWagAAKwcP/A75VPrY0CX5Hom7LfaN\n14J7BYSSi88gpCm4AFEtUusnXgqo6EvdbpxGPI1haJ0993P4fMp9KM0XQn7/\nAJf27d3cweermcSmLYBJm4uqd+N+/QsSxmCDOzvfo7tSiAXofTB7WbOaMfzd\nT7bCj6Wa6QMS9ngE+eVFnFW0wDHEeeaGA9EYA2ZY2kh8xzaZD7IzXWizAfKk\nONbvalkuHA+L+JIluSqOZhN8wg1bQtf5oZF86woL9gjYg9/8dtYjdOdskyDP\nAvrMeyxDqFgtQtt6lHO4JeZprpxyBq6/6q1qi1r8SDh3/gKxQZKmQR7q05M+\nzriu0ToVfc0A0DUXh1v6yeHPE/jAFHTatS7X2vN5DsuwV69j7c82IwgdFIrI\n08Gfm89UwK4/Nihn8ZnhEXDGtU0w1ZwxFcQx7cxIxg9lQZ2ccWpsPCPqnP2/\neXvmVcPWMDG8V4Ty035nnTqE9ASnF6DF28wA+repCUJCWtFIMisgt80z3ooo\nFNhpEJgZ1Jvj8G9SrihfokRkV00Jb4ciXYGtIAE6wLZyAcDUf4atiEDCRsxk\n5s40wbdGElrMRlxmZ0+pSMhuFQacIq1GupFUXFHq3mILJz8qL0WTmX6GK//H\n8cDKudxz0keNd5PabJTSbjGeC7VeZr2ItYsTXJSfkM3SFvhHLR9f+oTlvY5y\nWPVR\r\n=CJyN\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIB1Vfsy4IIPvThiyH9MazRbb2X/fPrTGMBBZ5NEhLQNGAiEA1GGBqNUMVlLnpRewPmkfCTgUq6o4IzmpnFl9oqbjMhs="}]}},"1.12.0-nightly.1225":{"name":"@influxdata/influxdb-client","version":"1.12.0-nightly.1225","devDependencies":{"@microsoft/api-extractor":"^7.13.1","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.1.2","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-BU4IEtjJj0vT0xlWOgwgioHPei1iq0YhPGbHi8eCz9Nf/wVOCHJ5rfG3XXg07w5bUCOAtCLpQkSlkh3GRP9+FQ==","shasum":"4a41346c745d134aa5208fb85edba3110f8d537a","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.12.0-nightly.1225.tgz","fileCount":97,"unpackedSize":1086288,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgXdmaCRA9TVsSAnZWagAAoJcP/A+MZrbCXJOpweJoI8Jy\nYjFPPk6dsjjFB/lqUI6EaKFqBzvWeTUcLnG+R/0ZloEHRVvNuN6UCk69TGM2\nHghzGLtwx/1DHIld9lsNdbqQc9TFXUvICqAOV54TPnaHe9XHYfFPIDYcjlu1\nLsm1DpTJbBIx4LtUOnM/MtPWBQXH5FvHGl7MclGtfe/1UgtkoBGckHZJNRDX\nY6hJ5Z3pUMybW3bQNzikJNRS3N5q9a1qMIG51z4zNAQ65uRqPyYkTk1h37yT\nBNYjH2RfGVCrFGxS5w9JL2GyPJntYg73nVEEpnhSkeACadCljzs7yJRt+ehG\nfSg+mCEmpq3/FqARTSt/HESbpZkaHI7TQIPBC/4H1xYqw+KTTA0+U3XLcjm8\nbCzmGG7FpB0V4jpNdRyyX20MOg5+J3jFyjipGBEC5Gt1bRUCWHPZMapP0GyZ\nF68YAGgfz/iTIGSdksJhALIz0gFPlftbAiEVWWx6L3vtgaT2MgNZYyO7bp7f\nI7ZtBu2FU9wkgozku3K5/kz0ovSjz0y4c28kEg3R7ZGU5jB8XsBYS4qRSegw\ntciCZvlW0BAislJXRVFQ7IjE46aRcq+XqiheeRMAD77lVW3AUPex7Gw4Y/PL\nKROr8n5FkRwkmcpX+2RtkFgkDzjUfvLbb0xBCnf86oSNq+rg9u+5ioQUUuaJ\n59Gd\r\n=Wkk/\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBDTeOZ+8fwv+RSOELJMOXD9+/+OGlQOIY6UFoxq4u32AiBL1un+rj2MGRoc90WxST34NO5w75OkERQ62LYWvQgRqQ=="}]}},"1.12.0-nightly.1230":{"name":"@influxdata/influxdb-client","version":"1.12.0-nightly.1230","devDependencies":{"@microsoft/api-extractor":"^7.13.1","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.1.2","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-AEiubqpda3DYHs2H/RDkePLKwGIl1WFFqQWQ2iK0xKmVst9jn+jHcUQx7RX6ZtYjlbzi6x9Triik5F8uoY2l1Q==","shasum":"196082d182d7941ed56ddc047879852d66a4c4b1","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.12.0-nightly.1230.tgz","fileCount":97,"unpackedSize":1086296,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgZVOaCRA9TVsSAnZWagAAiDQP/2gjwDVvflmNP6UhN6+W\ngHXLYwH48P0GsNpBSEYVrpt0eE/XfE9a5caBr61kKVA6SiI3YP3c+bFAZYZk\nRJCf+M4cnCaCSwlWJ0ieBTcrRkYQxUZTDvXo11ml/1hGqLUrFS4Tw3KS37P5\n3Pjsz1B20VU2LHeYONobYYSWdlgW3oSHSzwQtxCnAbp6x4X3nOxoSNdOQs0a\nsNnEaabELYY6gcRDng6dQ15+Z928BnPitG+E1fhbH5kLHbbFs2mjim3UCtQ9\npMAiitPQxgbMq91CLzwNYHjWKuJkC4hDHvfloyajrlaz93Q65YAyvOVDURl1\nkoZ6LX1fxyAhQAhOYcaOStkQJXLbSs+RhEzme4YGu1lH0XaWnV+4ZQYeU4+1\nQgmTFcUfX1cHinLP0Sh3EuzuP6Utkp224zJjwe5vurdzr5W7+/hNLT1xUkU4\nusbz7t/y7YhCtoJlWvn6gZJIdFEe6Sm7qfQGtP/GdqV0BWzFr5+O/7knnRqh\nalSF+mkUCkljfkhrKKpVAg+/977HdsYIpJGTYySc5PIKS1e2MMBI0dMkxsHZ\nv4PX9Q6ehFXgy1T3q69FamlKT4iUbx4a7tJa3a6auWkqde2pWH88+Ha8WlZN\nVH8ZfqqTOwVuAQMBleGIo+JVP4nVTVAE3V3h17U+z49kWU6V3nxDsjBrFRSC\nf3bI\r\n=evqF\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQColxw5mRh8xAWfLZ5A4fKUjYa+AVDtgRlg6tvdD/IB7gIhAMkQ9fd0zgpXLCSAES4k3z8H5hRJGtscqqz9Do/ntIUG"}]}},"1.12.0":{"name":"@influxdata/influxdb-client","version":"1.12.0","devDependencies":{"@microsoft/api-extractor":"^7.13.1","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.1.2","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-cbp9struPvs4OxGOQ1eoFlMYHvw3GmAW0mJ73EkL9g/OeX7svjcVjy6Db1ggUajyORulXl4o5Wtld0LQJq5dKg==","shasum":"f38b3a6247685a4711c271d524ff57cb52137e14","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.12.0.tgz","fileCount":97,"unpackedSize":1086230,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgZWwyCRA9TVsSAnZWagAAeKwQAKMiYrmkUYY1L6/dumYK\n7vn/F9LTriBgoLwyCSr3SXC+xb8hdjvBg9A0Gu7tWrTcETdwqsBOqcQuCbeD\n0XFGR2c8cvzdn8mBX6F35vayKiwA/II6Tcej+1f6LMqG0ED0SFASUCDAlC57\nuT9fD0RMbLPM2b3evMjq4YtcQxX2KVuvk+QRxkFffUsPLy9jv0FYzZZjFCGo\nllstOXtbGPD62Cvi1rackD4NK7di27+j5lNA91FCLJCty8HI0lwPHjfv1abx\n8/3YPHrUKMj8257D3Gb7dXn2SwlVNgf2thpDUvL3D1CGLi57dOR3hCFeuSDm\nZjjSS3kc5q0bsLf6l89nmrwtlDb11D2s90gHZtpv0djHMQiFkdZjH82mq4Rl\ndHAOgXaF7iJ/+W+C4icdIenAQL52ePG6v3w34P61AlYHQrYrBijHVAISEZxi\nHATh/59qq0ASYDerNLSiBRrTI3V1DQTkO1QfbED7fCSHg1I67YAVodXnnusi\ndAJf8jvldWWXoJHa4mPQts5+i7Q6XY7lWhlvmI3REu5+y8NXQP7YotT+Kdx3\nNNbHoZML8hKjnjquBr4Cmv0fJdY9SK+yVI0ZPZHPaEYTo6m5nRA7j/0K7Bwm\nIIDniTwoyxJSIYy4NOqXpsWpQ4HAQlHGrXq9Wf5QTcJWQgue/zhZP+/Z4d3W\n4UCq\r\n=/z+w\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCGoyg/pGijXr2KLwO26Di2EKKxHHX5LiK+AYlzpsdYXQIhAOpSdPrPjiP3uTnjlJSESMCChRmdmTwFlZPE8EGX569/"}]}},"1.13.0-nightly.1236":{"name":"@influxdata/influxdb-client","version":"1.13.0-nightly.1236","devDependencies":{"@microsoft/api-extractor":"^7.13.1","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.1.2","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-KJrDtoDhAZVXVnJXwqcJkAskouggdT/U3a67M1PiOvhNVRK89gfnth5UFzlgnw/7Mrtp1u3NuOAVISSGslyq2g==","shasum":"eb18dd00baae8467d50e4dd11bd5f62d90446636","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.13.0-nightly.1236.tgz","fileCount":97,"unpackedSize":1086296,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgZW4tCRA9TVsSAnZWagAACIQQAIYzrre00MFk0gPkWIWY\nRW1l2ao20mFDJX76kpgxxhuzxPDdQ5FWUd4do40/gv1chKUclUwm7qZucnP2\nH+vQhCPmpwISxsabcQN9zcYo2wkEQJc4bf8lPkmTrQLg+WebUOIybreF2tOM\nLj55cD5p77/INLKXnaTAX5gA8MDhk1M4Ps2jjmRWIIWhNi0gmZmKW3iXM0P8\nc67eGrgfxrnTvhpPz3QrrsAcpqs/ISi1h94RVOJXHa/CIPHdBmydWOaVA3Sr\nGFlzJFvDgmg2pQKXgaets5aXWWawxpkENNftnaUe/V/eMmWwMSNSDSdAT7oT\ndPAT3WQ6PApSWafpkfoW7OdYyi7ye9DKQFbFnLbu2271hm+1rMHMvnocn/6u\n+QpOQR9/qvYmCiGmyCEoqO2cwXfITul5VtAuAXg/uGgZyBsKxbBNVG2VnBsU\nDWiOixCEugh/KvuFaX/u9Bf/7sN6hs5G6jLa8mqEQ6Uz5ZIzpkLhaQq4KSd9\n0lc0x2lTp6fFoVKG70vp6g7BfI9xQx/ZAflW6Mw56dlB18Z0qqy21V5JwW/+\nwdU2IctjY3NHgz6BZuKayCG3eRwtkjRjry5dcmzX7fPmfm8WIUXJtQ6oFeMj\nNAu+Sjafx5zNVOQE5UwoWiJ6OXxjEEnSkE06MfsCJ0IpYN93HsjWECMoqzf4\nvNCz\r\n=oZp4\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDw2zA1GfxYlekpkG+zfVQBeDmiI12E3+l+yOS2ayK8SwIhAJvOqR1n8g33iide2YXpjSUs0ugc4SBeNrCUih5Z1Qmk"}]}},"1.13.0-nightly.1255":{"name":"@influxdata/influxdb-client","version":"1.13.0-nightly.1255","devDependencies":{"@microsoft/api-extractor":"^7.13.1","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.1.2","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-nHgR9uWFDQzoRWWiHBrFEXJikABSlrIdAvG8GY8oRIBSJQfD/FeBGZRv8CyT2HUMQPsFC8vjA3qlfIzOEekgSQ==","shasum":"babf0ead4206811e895d6d0d67d41e7a8530b937","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.13.0-nightly.1255.tgz","fileCount":97,"unpackedSize":1086296,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgcBD6CRA9TVsSAnZWagAA8aAP/12TSdK3/a3wRu3wvwJV\nCD2+w9afVCwYxSJL6wQrQ0dEhiTIfJeZYKhmX8i6b81Bi0XK+UpBi6ym3f8k\n9dF55c08tttQ24159BFlTy6ouCQWFq0wHKMJgdWNjvGxYSe3AWi/L1gpigE0\nIfbFwQogPmv9YZqzuJpeIkvlxhiC2GrxA5k+yNeDw/p+jv9yy0GCEuJ9RchY\nXqB6KWMQrgiq533XJWLaKAUc0+Dl9rgcCNdg9bmwFMiDI2EWQuuuWBUlavsv\nwE9v1W9m1x2niw2Q6pGTJbZupOaGGDD84Q7Llo1tc5c3biHWezlKF5SaIuxt\n8Wzg5XE0Iq1pzlEA2T+qHxCi67rilQ3t0nDjlLkwTj+q8wJkdka224fzdLg3\n2yoogoM3xkMphQrYcPpALdqeWc6nZbnv8zol2PqEBE24z9IH5BlSQY1SDW2d\nzHf52iVBTGdw222quj41hOS3syv6CvGhwPwAEQ+TDXC84S4eMbtRWksSSfdb\nCaWvtV8t9QIsYc+8Q7BqHq/rBMmzo/csmC9S+dKo2kHpN+taYx1vKuoFz7fM\nuwTvK4fNxe84aSsL4yIldyDd84tSiLlbNyYYMoX8UsAkythG+BqiJI6ohAi6\nte7hxOR1744BC3ly22qezHpsBjC3GzDr6Q97uemYX8OcVQuf1jLrwL9HD9Mx\nAWC8\r\n=Wg1q\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCUDwpgROaEEex4u967s3IVOd7fvSAcfviyolAleW7DqwIgd/7XPhg6HAUdavjAvIRMmTHvbtFvy54IM/SYpCAQKXM="}]}},"1.13.0-nightly.1258":{"name":"@influxdata/influxdb-client","version":"1.13.0-nightly.1258","devDependencies":{"@microsoft/api-extractor":"^7.13.1","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.1.2","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-CcFndwZXzAyk/zroGopbZvGnmZtrP8H0i9s4ghfrPPM7PW/14nAoZrteHc1h2VA4aSKLAccWkTFKBc3X7JKMQQ==","shasum":"02384bfb610aad0e6b860faacb7b43c65be851d6","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.13.0-nightly.1258.tgz","fileCount":97,"unpackedSize":1098378,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgcd0DCRA9TVsSAnZWagAABngP/3OPuBePOJm4sH09m+PD\n+PcDNnO4dSZefTTcDLwJUrW4Lq7V28SgrEQt4QEUjbDgod5XzUnrXo9iAN4g\n2iExkh/LFB1wUpEaCbo/gYrlm/WbqZThIiRQdJ6r05/74cyueGBjQYvU1i6i\n6c/AghZOitUBj6Ab6AWFRliqa3YGElcUU7OXkHlaWbqUATC+v+xGu4eqMuwP\nA8c2g11lIBqh9zEoG2iRg3YMSQLK3dB13w4ED9p27HaLOZAzZ7xWmX+rq2xW\nw7XkMNO/3av98H5oQ2OIW7VOMG0+JNcPfoK1ZLaUmQobFiEZuGLhVOwwZpXd\n/QzTKNTGnB7o5KOReFfPowglgDd6k5rH24eXJ1Zk3cBd1hvsyK1jK+F4MzWX\nDqmb/lgeQFdoP8kLR5WJq3gHJgiEJ+LeFjipRz7mq5Bm482ejcxmQ2Yys2gy\nOwwWVVcY+VHutPkiiKRf5oFFTJQattcbQhWtJa2NxVmzmTuOG+vKkiyv6ERr\ngefops56oGMxHtqJ+KC5IzQd6hP4W/zI49voVQKgP9xi69SQCxHMlbG5b/0U\noRdA1FBQb1kbh3A995HSm1iLIsRIMQOZEXOULiXWJ9snN7WKb/uMqu/PmpBt\nIwYxC5gIIz9CMlnGY/ZIBLSrWN4nwU/sc0fzoVAlK5P5Q0JQDbgVYFpJxPl+\n3iVI\r\n=Cq6p\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAyQrZGTEJZcp9zT9ykthmzBy3dgZBDEA9e5FSHX1ds4AiEA6rKF6AnMJvc1IQJGyrMo86/diYhp66axCkknNSvu0o8="}]}},"1.13.0-nightly.1275":{"name":"@influxdata/influxdb-client","version":"1.13.0-nightly.1275","devDependencies":{"@microsoft/api-extractor":"^7.13.1","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.1.2","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-SkZJvZxW/GvtPgNspsBYq/EuEbqpQHVOV4E5BELuGznXFzbwOC6tcMKb3/qY98sRC33nEIoT119PEwDYSkDnVg==","shasum":"abf29806fc8b3752d12fb692155491ec06257098","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.13.0-nightly.1275.tgz","fileCount":97,"unpackedSize":1102214,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgdZ5UCRA9TVsSAnZWagAAuhMP/3exEVGyiXmIYt0102Uh\n8I/D7qcpxtE0EN3ESMvR0xKvICcFHccP8xcwGjz9bZLMctxNMHWLXY1A+ZiO\nK6TRbP5u7p9Avvw6ZDb3XOueTt13nYEoHYtbKuYqyY7zdQbdaq6UzdqmMhk0\nAnXbkyz7oEMKpo8lXsNS/CWXM82RaCGynja43MqvsRfWGhck6IJpHdgF4nfc\nX1j1iJ5v+Ew4UmBNjxqdeSEmj0r69onE3J6yW5568MJQnO2NjcIesRWrYRFk\nAL7m6LG+kgqVRqDRTXgSgErOEgL776THPjemOw1ILUL6l+p0TYU3Kfsr1xuX\nGLnyrWWd6fHxaKfQYwjpG0SGJd91okyTaZzdnBYsI8WLKPca33KluJdkYxc2\nUPLRcAZPH7n1eH397cIZC70iJGfFxJYGV54cGmSlH/x2/QfUZsOoMxVznZBJ\noLFe9MGIKRdheReCdeuVUs3wPWxzpqDklq7o6UeiQ+hZtyvVTKd3zB3LtiWl\nkPstPWbEzWpn9BjrdQQa+M9WZeBl+VkH/6sybSM3xcs0b+m31qkCRNaUjk5v\nmsLbxeiDtqzoG3pO3NST6/sdHofF4QS99Se/T6xgSSZhkUOyhPG9qPSnDolx\nYaZhJbEopMpGP5XrXrnH40ih9xyvYOmjpgAWLYooomrdvB2tdyD89htcV8ym\nN30Z\r\n=pNN5\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHqNz43J+mG/dWeM3aYgC3IN4MA+iCiSfRPAMz8Y8wqYAiEA59sLo8UAvSMYMre172kmOW+5Iq84FnRZdc0xX1LEync="}]}},"1.13.0-nightly.1278":{"name":"@influxdata/influxdb-client","version":"1.13.0-nightly.1278","devDependencies":{"@microsoft/api-extractor":"^7.13.1","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.1.2","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-9Ts9vytutCXesl+qe6ULQsVylwivYtbe+Dlb4V18EHky+HZujZum0nyLtaomJ5jcWz9DAZvURVbnhfsOH88okQ==","shasum":"9ef7bb18775df1e50cd3db5a5a1fab90abb4c904","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.13.0-nightly.1278.tgz","fileCount":97,"unpackedSize":1102214,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgeSUJCRA9TVsSAnZWagAAvMMP/2MIYSGojTqJmNgLJk/k\n4v1qwc6UQtjIboZqCOTCDfIY2ByOeWJjEDEvxt1cfRdVC48lppzC96z1e4wP\nZ53R0MXuX/rKBmpjxSpHSYZlLq4PbUJQTb1TBCF0dX4EbW46l7pgz8BlRm/5\nfr91rNnizuO2gDWq2Utl8m+9TRdsz5RQBrSkX13hUqe2ue5FPSrJ27h8PT5X\nv/N6toqVnD2aM4IMEacGTOVG0RsFX0dOIxO2CbYq21HkJ+3CPqVEUNpkMl1Q\nyA4RUcDy4ebY92uRFTCF83NBulsfWx9f6TgPt5Bh5lTASLXrdradZjkVkeHU\nJydA3tF5GoOhScZTyTYjRKx6Xd4VAO7rJkKPetd0pmQaNAcHyYDJkjEcxxn6\nJh105w5TUIhAdC0evIsqV25cpeX+n2WLJv8nETHPKLkHmMY1WNazGgTekD1N\nmuti6Xm2gLcBzB/6AEiYdSW/yR0EOSUcLAfk+eU9pdQzeY/HiNsFYcQnQ5d8\nnrJUAtbMazHLPdb7I0Fb/PoTumBxhpkTKYEZzSMJiiGgzt84cqVtnw91POTc\nIK5CymN1tcvLO9noDC7qN1WSFonMbnK+WYQA+bSDFZsdj9T0fl8GyvjtGDTE\nEvBht1eWnEff+g5KS+O4PqB4c45F0hnSzjVvcvH3XD6GHSOwdZs/sOWPxpJy\nFIZD\r\n=/LMI\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIChO+Oi9LogfQ33UZqNT854JQF1fYuRzKet2TIZhamN4AiAlB8syaeNnpnCeOsQT2ClxxeC20IeRJnI3htgIVIa9Tg=="}]}},"1.13.0-nightly.1281":{"name":"@influxdata/influxdb-client","version":"1.13.0-nightly.1281","devDependencies":{"@microsoft/api-extractor":"^7.13.1","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.1.2","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-lEp8tVDyHLIjOydYV4gveP6wEEV+JQ2M00CP2oAuXLGonCqMofkykeHJsM11ZM62f76Ude/MH9LgA06y7amelA==","shasum":"67727d30a5dea0bfa5db82d4b9a1d667f5b7dcbb","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.13.0-nightly.1281.tgz","fileCount":97,"unpackedSize":1102214,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJggQq0CRA9TVsSAnZWagAAxyAP/3fL+u8fgKFMd5JsHY/o\njVB4RgFykAjjc+qtxmmC38oWls01NlFxBRMNiZl/BS3M3RCpLPl9pRlMkSrc\n86sg6WVrP6Z0ivgENVLA5W4DD7IsROj6DHgi2ifAUNGYdSeWXOo5ZPRgDgvy\nwYXkvzV+KLAo0ygwZ8z+aIcBex0NPHLBofEITIjrwlnWXlLt2jc3kzboC5h8\nSVR6vO6oMN8Hhf5jZKgijZozSbIBQO2NTqqbJD8TFQ9EHOChbJo5uM+Q3f+T\nN6cBz13jRXbAYHTri/BdvhujOIEUfmufTh5sVpeii92pb7bSB3DVX4JUSDMZ\ndVgLUkyuo/1jxH9ClFN+FRvQGGoyrtYbRfMtSwbgbaS3mNrGiA67EOXFH5kJ\nyv283y3UBpG0MtFGfjDt4GuffK/vGsfBUkjjo3BakI96iZK2gXZDq7ML/mak\nSFNraA6wdRQMUM1e2vmGYnXq3zCNkX1/3Chze1e4PhQeL9WDJU4C215D5ds5\nUXeONXYDsqQoi5iNatqaRvP/HGJA7q5SiiYyVILJaGm0b7mfxhiN73kt+pCa\nE7hb58ON7E4+LzgofYy+AbYDBdn1OSSZ7kAgYqEV0Lv7k1ERwIo5UBSi4E9o\n61erQPbFLvIHl0sE+0h1mZz6/vEMtGTGpAi0tnXLQDn83CO5hXwLJqE63aF1\nrNu7\r\n=Q3/A\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDtbYwZK2nkYLODigpTQPWkffJRebEptFyR9+Mrzya7uwIgU48T2EhrMCiq8T4TwmfOX0bxZps3mGR7JPWJTQb1Sd0="}]}},"1.13.0-nightly.1288":{"name":"@influxdata/influxdb-client","version":"1.13.0-nightly.1288","devDependencies":{"@microsoft/api-extractor":"^7.13.1","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.1.2","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-VghYI/Fptp0smODskT1q0uidccJPaoZLqxPwcgajBage7OxU0bQMWlPLJw3ndQznV9sB10Frk7g7spyMVTPoUA==","shasum":"67c73dc11c06b413fe7b4b9799881f7136ac5b00","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.13.0-nightly.1288.tgz","fileCount":97,"unpackedSize":1102214,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJggSSbCRA9TVsSAnZWagAAcyUP/jTEBSodryMh+P+g6fNF\nI1us3z0VO0/8pI3+xDR8nKlrGnylNO4MzsWJ/AuxOx9YYL3rCNdWk8WHVjqX\nfqHRH9qi0B6YLc3xZeF6JV36xvTo7nT8bgeIUbg8X1LR7vlXstlAQHbTQA8w\nXnFSbEKWBISvbgTY6akohBqzQ4EJYP/YLuWCthwMnUhr9IOnKh2w3dIYyEA4\nhSfbhGiGaUNtC/18eEkGJfaMUdqBpio2fH4DotbBGhihW1f0H0+2JJAU211v\nxGXLCUBow0tDDYwHHf+AUmPQZ09RpduzXM+86jagTCn8Nggg4KCF781rkoxs\naazYUNHE3ayCdu+6b+SSNylJEjc+feFwIli/4tIrYBAz2LJnb8wb2V0uQcl1\nM+rNzkVamu7ZDehOVGw77zBNqlV9qdVUlCGJESIBNj7mC5uhx74cS0g/vz2f\n8zMYCXlKk7Y/rOtoCJ1Yy5QnQL8NZ3Qf7sH6CbiWto2mviJPae4oFjz+z1kD\nI6qQ7L7wbZQmzh0NIhkHqle8J0dFlNw6eGVDOpSYESZ1OfjrzU6QNOQzBSt/\nsjSd6YNr4SRCi4Ebjce8/sD/eCAB9PiOP+8R8W8On7INz/n5ocCtSni8omaz\n7DS4yaKJjvY+3PXKq0FoDudr2NlNsrYnfUqJBFY026hv41xIS5hmntzLIF59\nLtj/\r\n=jBO2\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBXQGRvdm3P3q6LVOspPN3Bcv+iRziALr/kDvKdzSc3PAiEAsNSyIUXfVmXt0sCeAy7waAIkxw/qxCRhiQqF2ooruKA="}]}},"1.13.0-nightly.1297":{"name":"@influxdata/influxdb-client","version":"1.13.0-nightly.1297","devDependencies":{"@microsoft/api-extractor":"^7.13.1","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.1.2","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-1b3My/PIPhYmjUVJHJyGt9FGuULqcnauvGNOvXdfdyN42CXWZHVi+iIKzmga1emN2LNn+93gHyun1VA40T5LBg==","shasum":"91a150fb93739e3514ffa2c294d4aeda600ecacb","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.13.0-nightly.1297.tgz","fileCount":97,"unpackedSize":1102214,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJghmUlCRA9TVsSAnZWagAASjUP/0GaLUlJwygbA/tVhYrr\n4/TZ97QGa370Kk2+3MstLlCY3hMIzsIBIVgjw5VGvPgvBQZd38lHb4cgbaht\nbbFV/6vRre1FYx5CKKZII7zHAvn1J7lL0uG324JOdXcRXPO2k7KaQZuOwgJd\nAbEX62W0u5IkvYtZEIpy9vZq6XFtD/WbVlKFoWAHq7Tv6i6TUq8sUo4hSqhu\nr8EQfYiFd3jauU9LVJ/9l2eNLWRlkZKiv9JUTsMOhCN1yP/tUWgVsDiqU9NR\nQYmp/6ju42J7r+bQQH64r5+gYMZgG9MaIsU96sZ+SX5ynTQt7ueaEV9Fh02V\nZRUVTTxzx9HuyKJx7A7wSOzG83pLQ/+IoJj4ZalnQNsSmTAlOa1v7OwFd6WJ\nw1AgCzDqqDe99XPxK0iVyPPvEpbxlRJMxAqF/p2pUL1o2j/vAQGnHL1Jz9We\n0IvWrfHX7yrzNY9L5ipIiu/OXm7cMC6+w5IDSBVLpJttMzZnaC2a8DXxdqXu\nw1swJZ8kxYBrsI9QrxpxvFEmb8fTj7FMVx7UNHKmhPBk6YylG/zUKa3gt+cO\nl6rHlWt22zowM42RsTyixCqLGiHG17d9GOv59xIDwLmMDpm9RDPVUDUGq1ah\nSd2TqehHvBW9dcKq2ptOYiA2eS1hGMk/Jaqdwl0Ui0QxsMvpw1c7S5ULr55J\no/sz\r\n=vor3\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCU4EjlFI11YVqWrd860zx93nilxyYF64iL1aKk+qKHrAIhAMRBGBF7qSrP4DVapR6t0D9/BnxFtTOwfB+TBCFmjeue"}]}},"1.13.0":{"name":"@influxdata/influxdb-client","version":"1.13.0","devDependencies":{"@microsoft/api-extractor":"^7.13.1","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.1.2","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-ZbWTJ3fHt2HTgKg7/hADgUc0PI1DtYwo95mF8WjSFp/hZ+hG8NQWv+x8gUroxwX3HgfqZL3TNSPHsWf5v+mCGg==","shasum":"a5c52596720d13253c7ac5527bceeb634713c78f","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.13.0.tgz","fileCount":97,"unpackedSize":1102147,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgi5udCRA9TVsSAnZWagAA1FEP/jMaEUZMfrEKu1sbhfmr\nYbCWDnq7ZLZ86e0VZlv3M3YsVKO8YJnDUxWQCSG18/3u+cbGnU0pRapI2V4F\n+alMts9SH7kl5S4Cx9rz3mDsqrC/1iq7V9kQeMQXB05uZKQNf7B1Zdjoi1uU\nF6/+114/wnwcsTxLZzZb0q/OZrihiJZZUa3xEpVhMOCg2nXJewGOrKCeifAS\n8A83NhRxtYGjkIeLevJVPQ6nm6BioiqO994UYh3Leb2JoiJxh2bOvPwjBFoT\nA4YGN8UwF+WjyKt/2jEsGJ3ZtLC+hPFQ25Aa8pm9nddYcJNhYFPK24kuzeJO\n4et0phhF09VTHKmRcuUauj842u//v+USGtYOQjll28+sfqsCvRCcla3hlXdr\nIR/XdR7WZ2obqsmCZtT2K7S4LNNqSC3XGAcJ8GMfcy/0dHbycjOMSSUnIUhl\n4iepjHpubo/WkaH8neDDlcKu6HyAC5Jk2ROb1/7SBpX/lVZhRP7n3mTMNEtB\nIxxUyGJ6TYYUxCKGyW0lheEY50KrU1fh/izr8s8T7wvpRUblEj+ecVx7oOI8\nvE04OK5kRFqXYLxbW6DfAr/qCrD/sqcmZMcGcCa2YObGMzuWj1tv4p5setn5\nhwF8EtvbQxsPKaGpv2m1mHdzLCMVPKjyQhxPzpYMlzmFi57v2zmxDglCNzVq\nqZCA\r\n=75Ul\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCLjjMIMzZ+UMkHTmkwT6a1jCAU/SLKYKIF8eoFOJvAHAIhAIfd0EOuNN6mHjQkViFuEAKUd/q9XE6Ud05gD+LFAvNM"}]}},"1.14.0-nightly.1303":{"name":"@influxdata/influxdb-client","version":"1.14.0-nightly.1303","devDependencies":{"@microsoft/api-extractor":"^7.13.1","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.1.2","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-LJko4qBylpGApY4lslpRsTfQte8pPPUn1NEFItSO3PjdzZ8hhxGT92r72lZJ9ct7e4o3JIH6QWkxpbsvLiC4YA==","shasum":"55205576fccd4e0c86ace3fdf70e292746b24cd9","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.14.0-nightly.1303.tgz","fileCount":97,"unpackedSize":1102214,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgi52nCRA9TVsSAnZWagAAqzQP/RAdzRDW/SIm1zDCkqsv\nu5mwS5IlWDYIJHZ9ilrBJ14iyxSCJuAk93Q5/NS0tpDsOQRC/nNHvEIg4Ro7\nx2zZ7AfiZf7xEKJJlsKGdiGkpQVmTf/Xtf0znMr6gTksEmkCOQp+dpZlo2Jz\nFivF+HLUPoN9DixU+mSCBb8jgEYhoTvY+ZfVBvZG1wnhjRwcEUnsWzT9hguk\niMjZqYhbKhl7mErznlrOgzlXmT6RBCbvVHvNL624X14mcKs/1aNqJQRkrnXM\nnfBb8Ex0G2hnLSC6PRfcSPPxpPtRBx2jmdp5JIRfPm7q3+ef0ifHALesOVvh\nzYJVZV0z2R8DiRYewXXOTIxEYTePJBWthvJLIoX2rR+z/KnWlRxlpgWux7Hv\nPXViYQ/jB+lg/TRiSVl662IyGvkosK0ia/Rkz498r5+dr2SKQkfd1dhV3JpD\nS8cCOoJuhmrShoBRVvwnlYC32VWOA9Cjj+ubbwyn7G9CvVtOL3Lg6354sHpO\n/ewxoJLjUt5GfgkBB5myFYOqjUI72D7qmHecFe7ABV+lbxWpcQjrFu2F/rwf\ncSEZWiyfAX6ouBR+AMDobGe1LoHQAbhMsHD9QLG2fM2fn/O8bxEUZ17X7wbz\nGVwZEmaVAi3gMBlIxmWWtDzvTuRMhxKvWSOt+am1laaMaAg2S8s8RuXByOTf\nITbg\r\n=+bB8\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCzzjycF2dDPVgKaBJFrsA56SXI4knA6654YxrB6iX6VgIhAMRwkNhUtfe9eVcdgQxNVDJyJqbTj/+ts+HWRUWq3F/N"}]}},"1.14.0-nightly.1312":{"name":"@influxdata/influxdb-client","version":"1.14.0-nightly.1312","devDependencies":{"@microsoft/api-extractor":"^7.13.1","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.1.2","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-v6ysFinRK/Q6+fcWiEE3setWcto8CHnhK0irJNkIj1zLWKWnxCkpjqaVsO/VlFKR2cACgwMJP76oSv39I4GR/g==","shasum":"889f448421781a9aedb6e51342e9239105005ba5","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.14.0-nightly.1312.tgz","fileCount":97,"unpackedSize":1102214,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJglX+hCRA9TVsSAnZWagAAZhwP/RvaWaZwdFeMTu5XxcF1\nNEpy204KgzwYEVoah/vkLwUWAmavqcpFn989C2O10xSZ1wk7c3cuRxArgQl2\nzXwcM9K5fa6xzN4u898IxDb047vMLDnwqNpCTjiiaDehwY4Nan93Uw0swtwD\nWdt/F/YOxlt64krKtNHCnor+HIY65UZn8jF9OUVT37HdYg9ekoXaLwgLwEIc\nIowEQDpLGLrza4RGD0FHrr2VCyIMfFDln0BmFeegvHC9e+Vv7V+iQshQv1Za\n6K7iyWn2gVhdavmyiacGq+pf4F5bhtk5HzO9rPAPx2ozWNxAAalrwhHpvR5O\n0+99GaaRJpODLfuaLoFRh9Qi2qEwllc32g7TZIbpEuLCqKiET0Sf8QmLA8BN\nUwx5uPnkud0NEvW2gHVbLF3ynI6/y97vAo9c0iED2lYL8oTiZGwduTL65qJI\n2VL3h9NTRl7yzvXqdv3lWznn+rzOkEQVBVU3aUhZeq5GRcW/3eWUNT4REixQ\nJJOtZQd+Ay305lU1tTLviO0pqqecXKq9oGiiwbqkcKt3LmfHQpaJ+08et4pq\ni4/4d3BYLEAyIC0PF8Ax5omJ/knCEidfhmARylhQ1h6FGAXtV+ckXgCDoE4E\nc0sTYIGTIx4w6g01ts3594jALS4L/7ffxAikgBGnPqSZI2ccLxl6s67oTYKo\nPB5s\r\n=5Sxm\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD2VkE4WOvJG87LAXk8btXO9c/ZFRJf0eTquC+R05vuzwIhANVR8tubqqgEENrMxt8X/NhMmZlr7nXUOOiGFVTik8ml"}]}},"1.14.0-nightly.1315":{"name":"@influxdata/influxdb-client","version":"1.14.0-nightly.1315","devDependencies":{"@microsoft/api-extractor":"^7.13.1","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.1.2","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-fCVWL02U5M3w6p4K7A8sZgtjtYk7j2zD57mVN07CQq6Mum4/o5RCVA9Jwlsx4bmCxEfvKCZ/W3ZhJyyNo6WrZA==","shasum":"6bac2f656f6ab127c969c0c7446291299cbe79af","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.14.0-nightly.1315.tgz","fileCount":97,"unpackedSize":1102214,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJglYEpCRA9TVsSAnZWagAAu5QP/3QIjl4ZI7OhBTteXrVY\nQeRThbvSaNDrcwD61UU6Gg31RJ1ysq7guHSYqbM/tWbrzzKhVS6BCwKHoY1D\nTTZ0N0RFSieZbuteKsAXEh75zsLtOhSzESt3HmxjQP6/yG0pRhA5Y6bCBEWA\nDt+v1JxqCVP0y5JWlEcs+1ZEk2H92yWTrIEa+kbZrVe06tb8ZX4fA921VGf1\nDVQlAntQ08VJkBt2TbR1n/DiZeiekU4HM4Kgu9NBW8CtZFy5tHn2Ib14Eh8A\nyJrK78BHG3z9w9FyBZyYmJ4lI4ZLFpulfr3b22GcjXJzhx2hHpkLDmXuc/Dp\nwZi0RBzlZgtULIIwtSL3dL8IG2Yr6BKU05Nt+mmxEIXpC0kDdkLp9ECR0VNX\nq6Qgluo8fE0plX2zsZBQ8N8xw2yN2zZJn4d2dT3A+wMnzLueCsxxEL/vvcM1\nNu4y9Ba5alznZCFAXwrRWMD9puFqtxKcefvORtNaXNMwJxzfjOBxbfQ2/Svw\n++SbQBXZph7hwIiTw+IjLlnUAfG6Sk7hyUUS6SF8LxwFzJPPWkwDSqhkF2/t\nH/pzzaTkdf0XqIk0cR5vECkQnWcZwniJ5rocVGgS9ZaAXiwntNMhjU/1mDsr\ncV9d88qPDFv6NseRqDkTtD/srfdRqbBx3mY/edPzx6RghuLrfRyCXgZahvkB\n+pfK\r\n=6Gss\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICcBRLHJJEgR21yqWmJ1BzKdZ1aqT4eM0jK44MsBGS0yAiBIYnFzijKsvULyWOGiKx8yGwAqaWy/h3ctgPxpAAVrTw=="}]}},"1.14.0-nightly.1320":{"name":"@influxdata/influxdb-client","version":"1.14.0-nightly.1320","devDependencies":{"@microsoft/api-extractor":"^7.13.1","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.1.2","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-VA/IzkrJRTROes4ul47JwYhm2GXB3luqPNRgWwMdm3LTqLNaegjndHcnOVYuRf17Ha0Uf5Z57PieI7u1QIMNZQ==","shasum":"ca46d7a39e77a82fe562570985904ade35698c7c","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.14.0-nightly.1320.tgz","fileCount":97,"unpackedSize":1102214,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJglYK8CRA9TVsSAnZWagAAbPQP/iI/17KU5denLnL0oD0Z\nwdJfIV3C3tt2eexrCwjHgGKTvjuPuQ3q944m8NRYT7Krf20K7t5oCsCX0+Xq\nNak+sI/hrEpiAktGOzexlkWCGCnRn9RYxjv0dS380Iqiy7zsIdNAbPYTJdK/\nwGIjhljX9Skb4sC0C13roX+nr/4/9PuBEHUQ6CKrVoF+dRiQztf5UTP1QCa/\nXesfrmutWC/zH6fAIzac1JAqLnYUr2fTdNOtsVO/cvq4SacuUpHoUXiBpXlV\n7EwFdA8tV05Bby2XOesufIxgneHSXwZDwmj2Yi899NI36ceTw1X9PkKKKabD\nWdRjivwhHzuwf/Fyh8Zs4pCkyaN30aRgWQ/HarKhi9AUc66zX21L2mB13n4I\nMDudhR4t2V6UJmF0fOyWHw2PdW0vYqyYMb+GMu/+9UggWZhLfQ5xtY3dvpgr\nKZvZJKalCEkc9um3e5upJ0wKwvnMT/ibSkbDr2FVhUxI4/6jLza8CXoQv+9B\nFkmMGs2i0NZ5XP3wrogJVg/hxAZJD73pmmixGZQo49LJ1IkmkKzDJ21Xq3UX\nSxdvRS8p8va2HHI+mgk3ljMbVx6I3oOYA+gW59qOSeizIJf9xmd3CiEt6i4a\nPYWIxBGccDZxJpgj48OcjT/GUR+SmPKZJ2o84YE6eLsQ4K+gBRhdPNfKrMz0\nENpD\r\n=9iWo\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBh1r4jix7M4hyquWBrswUObtoDzD6Zms1IVhosxIuAvAiBa5vecl+qBO1nFzOOS7VhCYTpsl6NAg8tMJFsiv2PCjg=="}]}},"1.14.0-nightly.1335":{"name":"@influxdata/influxdb-client","version":"1.14.0-nightly.1335","devDependencies":{"@microsoft/api-extractor":"^7.13.1","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.1.2","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-ZQVm89FZglA0NHt6pJcVBRekABTWh1/UDCrtR1opz7ekecQFP6VpnXvCM/R4EpTbmzpUO7hFked0UUcOTezHTQ==","shasum":"5179c2e3d89be98fcde4f46277cf16677a95fa6b","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.14.0-nightly.1335.tgz","fileCount":97,"unpackedSize":1114160,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgoK99CRA9TVsSAnZWagAAs+wP/1jD6+ny79G8g2vYqqxD\n/vAyHBIAHykhQTdnAqcyIFzrKcTnBngaucsWs04hf6gsTL+QVuaSkVRzUYuR\nI1MQmuOb1QVOyDfYvLBTZ5QKI2cD4wRsq8ME6zyiFGj/0Qkj65JboMGXK/DC\nKr12SqjhQyNbte6MvyNVNiyFwPdKTmk+FO8GFuxaXU8lDsza/6jcVMapKZ4K\nJ8PnZlcG/2gWxcGoeYZSYFIcqI4I22tUcmNvAVza6sQKF4+TC55qltvBcs7B\nQJUobSwdviXPYkGc8b2EOpjBDEffrwyU/oODkyQVvGIOpxFXvSQbSm3qeKm6\n5RHaFGs3pZegfO5JXOZ0uTQlJ17yfRsuk5nIvZGWWSH0kA656ufNuTnGturH\nN0e5ld6HmrhfEwebnDRG6dLTqMh7Hv6LrBb5kTa8Qzwt9zjQt6yPoa4FYzKG\nFwG/d89ta3Vdd4RZu613eNHO/bB4XxWVTqUyBhhP2HlDbk4t/qBVXGOTv8pI\nCWEGf6bG48Op0aLq1rSw8eoY8MxAA+99dLah1CgpNlKSRRyekvpOW7EzvvYx\nVmikePCj/cfX0p/F1j7Q0+mP8tHwBDUYZIYFTw0FScPl/+l2Yqay5ZCo8noa\nFWIySQbYU7e57hUVAEoi4gezS/7IHVXYPZDoWEJkqBxlIp30+3KyG27vETdT\nKJNt\r\n=Fa+S\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAbp1HMHyLNf/wa4OYEv5D6aAsKH1WHuubcYOFQiMJOCAiAICbhUfs76qbFNYJf/+rNYuXECprW0syrWvnUSkBvXMA=="}]}},"1.14.0":{"name":"@influxdata/influxdb-client","version":"1.14.0","devDependencies":{"@microsoft/api-extractor":"^7.13.1","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.1.2","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-q/kC9HD/C4J88Nb5XPO1ULR4bmJembUY39rwtUpGJ3djcBGFBUHTJmKkxgTnHWInehnoD/JUsnfud+XVHZ8Y8w==","shasum":"a745eeb8b980937df23f9adf2f3bfde6971246bc","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.14.0.tgz","fileCount":97,"unpackedSize":1114093,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgubuyCRA9TVsSAnZWagAAc8kP+wbcHIup31PgsGDq+S7q\n110fQI640deoaBiFsXFUsr9RtWdIYJnbNyDYABU2iDSMMn/wqC10Cyy4reSr\n6AUTf2jaZ3mYzieSdXOI9l7ijDCW4KUkS3HW02UNHQQdNNAm6w4ntnZETjdk\nSsYx39bepvaBHSuaZl8gIwgUyXGiXff1LfgFnjALTLgdcCYgipa2f44R0ZTe\n4znBdCi00M/lS56vYn7Nczr/fSvZVPVLvV6nAnElIxpRz5sZk+Fh+PH6a4zA\nC4ikG6RLw9hH+QtJD7O/6Jl0YCrVNxHefNHF5rnPG7F/vdFwqIcZ8GeqC2ej\nnPh3GgG4NZxZNMSmH8mNr3bI8IAeg8Xbt+xn5/GW8lJtnLtKxdcp3SmakhaJ\n2zRsl01bVpR0zucGT7b5YBwudeHpFL1pOueRQSce7aHIojL2uYGmwCQb85q0\n14Hs4lDREgn50t2ptCUMlVuebj32zwsUj/tq1byMdvYVXcp5Sc78HsSwDxy+\nBpm/0ViDQ79/dQrGBKevNLoWk+I34UoYUYdubJANOH3sR0Ozdp512brQdS4p\nDp9ZVDDsTBJCku9sh0pk5sz0nxi4lWwfcR+KuVaOpZQlSrKSABAWxiNJ1wQ8\nOR/vtc8JETvJdQk7dpNUWMhuMIOXD1cUXKPaStI+X6Otsa+K1X41ABsRyFa6\nTHrg\r\n=4KX2\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEM5BbNmjOaxWZTEYj20YZGan1rQtutMHzZA3irTvxwKAiEA23+iVcacPRxLSKv7f6asaF+Kv8PaAXe10FoHX08Q7J4="}]}},"1.15.0-nightly.1341":{"name":"@influxdata/influxdb-client","version":"1.15.0-nightly.1341","devDependencies":{"@microsoft/api-extractor":"^7.13.1","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.1.2","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-c8LoMh3E9E3+oypGG/wmgDcTJ01PjzA7K/exyK8IELcuXlPd/xi170+vo6DqQ0KifvIV51DLYJ87jvYcvJzEag==","shasum":"2c89646fed0d3b9b71d7a04907456872cd92cf55","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.15.0-nightly.1341.tgz","fileCount":97,"unpackedSize":1114160,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgub1oCRA9TVsSAnZWagAA234P/3TNpiL0nsSae4MVrFaL\nvuXvR644vjN9xsy9/3hL5ilMneiqdoPu9moWL+nMwSusxp7NB1U81aTZIwJ2\n+/j7fR7bdJ1JSVPi9U5XKaJoJoWsrAalj5JG3VlxmYRJA8kLh61dq2v4SWLV\nLXQWYLNz+xVM+7S7Cy4OuT3odFO1pkHQzEboE4NjGcxrJBpV/ojk6EGADHZ2\nN4/ob38gK0aMdOMtvpUtdYd8D3DQI6k5SDlTcHgU8qDG4FLysHEHH8xZP5Jb\nbGLV02oJS6SxdxLoDxrm/LLoYfNgLAX1oGCP7lCJBNFn/nCkf8Nf1S2nR5ge\nbq9l61P4kAPwpFzCSeh82JzxvO5d9ekjE4FM3ntJfSzh85VNfVeqFwhdq1/T\nzIzM6a3uJHGfQc5ZAdoKNnECv0de3XWm93WgB7K90TKyyenkK8SiH1eGmO2Y\n10Nq+x3D/8CfGJSA+x99WkATuNo4CH0pEbjnlV2QUaJY3hwx6h77WsXqYAZ2\niSbqkG6XC2IIwgYStgY9MIxTuBa5Fl+RVoBVubztv76/LR4sgFmeXVnDZo5j\nm0mR0OvINSlz7zEeINgU7so1EOs5pIdaYbfL/MJovcs0ISajDOniIzY/u92e\nxUnTFSWV31xKUubQXILVf2BblzDayQMZXcsjjZmT4ksnwu94lLM3G5lUnhyS\nK50b\r\n=JJTZ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEoVorN9mS7bSnghVojEYnKpE1nw5TBFGF7ZP9tdUYc0AiEAnzz0+sPzL+3uVkjOC2KnPqE65OY8Dq830MrNRwFMkDY="}]}},"1.15.0-nightly.1350":{"name":"@influxdata/influxdb-client","version":"1.15.0-nightly.1350","devDependencies":{"@microsoft/api-extractor":"^7.13.1","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.1.2","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-hNSKXqjgNTNaxJt/Nu8qX+ujBIrgvYK5rWVf8MnJnWDYwxQ1WRDwGegIS8nR4H7BMggakMeKHo7G2RtLdQksPg==","shasum":"8672de0b57d2de8227a3bfd611b41dad4ebcce1f","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.15.0-nightly.1350.tgz","fileCount":97,"unpackedSize":1129585,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg0IMsCRA9TVsSAnZWagAAGe0P/RJZUABnatK2HJzUM9BH\nDoHZfTDrwqMCSjJWmeLULGj3EiUqhSWP3Nt3PkVuacmUhHfWukLD/PqprmrU\n39+FY8IF/wwPiWCf0PN9TGPXmqn5PK9ex5c71UxZnnM3VFWVQXRx7Y2EvarD\nD9Nd76HrXsrwXnTuRL82yqyrwAaegy7PrDTYFNQka5F5cQoHpQg3TJNIrZ3s\nJESnccndIE/BS4qvSfMiBpbe/2eSMcDPQZHpjqO5MP3trMp5lXV7HqZuyhbn\nH6JXnmDk4S8OjMA+fxrCy2Q2yz77NIuyIpBTWQkVCpakC8Tcw2z7t6f1BUPw\nR3etqs5BI1r/9RxWqf7xj6UpYdj8qIeuUP5qk354ChyzCRYJWoeyCifm6gSq\nKwZZkIp3VZQMO4kWXc/KyZuiDF28NvtBiYQF69AztZLOmrv2LRnMf6sSE69P\nnwbz0J0SJi4qTnBh8+rsOh0tYOIysvkOYZ8aiNGOYBLUjrb+PfjJGNtPwCiO\nnPa+v3WJtVVRzbVDw6Mxf94U6X++ejj2VfTe+c5Ttmr3MUEcppUruab0j2cZ\nKVHPRM6JXQ925T94wqfZVbn9FaQS3MXGpUPQ2jbqbzex/zJUxfHI93QQfvB4\ne6aGgi3EbS6h2F5qOSQTRMoqR1jzR8stTyXfeRNiJToJJhYiKn1QSfSfx/sR\n/AiK\r\n=e0w4\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFTur8xyczDQ6sT8Phs6DdZNVvjOS3oXKO/o8BbRokTVAiEAxcDPbHGy3e392oH72UbgpEudJkzhWAD4g+zE7SQ7fEM="}]}},"1.15.0-nightly.1361":{"name":"@influxdata/influxdb-client","version":"1.15.0-nightly.1361","devDependencies":{"@microsoft/api-extractor":"^7.13.1","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.1.2","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-oJCR4w0qpWJ83E98AmNPtfPFWJv/RE/BpAAT6eoSdNZ0rIRLZOh71FRAK4ifwEO295o5AbmFTV+8H4KeMPgXuA==","shasum":"a60088f458b7d036acd76151a1630ad83f609559","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.15.0-nightly.1361.tgz","fileCount":97,"unpackedSize":1129585,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg3aZ7CRA9TVsSAnZWagAAA3IP/iHtKMKhLwTkWozJ1Wtj\nqn/ku2W/dh2I7yk4fpH/MoUcChkr/W+1z2x5QPrVnmjFrhaOFvcp0hs2QeaC\nAlIkCoc/dnmOjbaEyURK9yPybPaW7fqkY5ZMcZBxktGlSFXhGbmG9UnsX1Qa\nFGRKLvOsdoGTQtN31Qahj0nemAXzZBCNuosqn3mO+FQG/kyNvj4Z183k05TM\n+3L6jLME/dfjWKA36+tuINbcaHOHgGlreI1zZD1ftpG7JQEKPuCDUV3bjrin\ng25PYHO1dDSjA1OWKxKSXSDwwdX8Dpx87ptOAWiFGq5auJnCvsH50TUW1jGY\nxCGDzg22OFP9lB8/RQlFQZX3al7AmzJVRN3WTgjY8G6LOHTZxum3imLP4De6\nXTH0Rar/RRoRqcb/Ti4cOQ9FQ/y50V2hFGp0z9wU3R0ICkDcczpR+08PGa/g\nCnJzvYH1nzhggfHwzFUt8SQfeQ0NX6BwN9fVBVMU4ZDiwRRi0LVgvBGQIq5y\nznydQMLDJRBmIYxpEhXJnsNsHY0UobHlyw8NF05iLT8TgRvpnnJ9pkHBy5H3\nTvSbt3a/7P6A8MSvQHJOx80Faru+lQS5dFoLXL6KP/1ESDaU949+EnZ+Wj9U\nlkyk3Fhb91gKkpVoh3i5GOO3YRCb6ME8w4G0enpinHpAGCHmjwjY8RQvSyeA\nhniH\r\n=TkUT\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD58xfkX7BufZm4j+tVIfJpk8yGnX/gdBUfTvyFEwcDgQIgKoSy2HDljAqDhG9W/PRV99lqgqIo/K8ANMguyeGJsVs="}]}},"1.15.0-nightly.1366":{"name":"@influxdata/influxdb-client","version":"1.15.0-nightly.1366","devDependencies":{"@microsoft/api-extractor":"^7.13.1","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.1.2","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-ZUEiRCH9abUO1hgSxf5xLvQbhdEKmwWfdYKWCDSGQp0jITFmO++PZjRKG1e+33q74oB8IZ5oo7oGU/R9eYn/xg==","shasum":"0a4e2b193e71dd0101a2dddca6b5650a2cecf500","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.15.0-nightly.1366.tgz","fileCount":97,"unpackedSize":1155383,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg5rpHCRA9TVsSAnZWagAALycP/R22QV0YhowR7WaS0fob\nnx/8OiA1Yap0vqIuqAZwpc5tcIPmjrfuAmYve9iDCeihRuotXU84Mr72A+Nj\nzpBkCCOa7Woq3B9xt+hfDsIizDClu7Pbl0NPP9pgkpvCVEddFRnRoi/19xj9\nKVkTjyfTS/wuoSBQNC7pPOIq7aDOvTAx2+bvSmOplUuWuXgpUjpEk1onOTEu\nsm9NdM19YoMwrs1mJN8xK6twmtLzFhocSaB/OnyqtV4MzFCVFvkdRjnZMn6h\nN2F1VmxyaTJ9znOPspJzYj7MyJmF0aBhgdQOyvZgpMJKCoZCK7JcFi6+Agub\nhlcriAEnqzljZAIvG+rKq1ULu2UykQ6OoKfmoYkefqYORU+qV7iVCoXgcdv7\nweiR7OSSoXTsgs5B5o9/cUa7vWXDuX1aiEhdAXQdMXTxPCsSzGY4dkhEY83I\nUFIeuVcRM1Rq5HbgU8HW/pksSJlP/Zl0RGGsBorJWLPgzp2R+GEeSwqOtI2D\nRRw6CPe3NTfd5wzjbbQX+vte2jpRSWJGMBl2Ra9tp0+JFS4imbvlemj96QfB\nv9fzj+ePTeddK6hJ6Yz9GYp7DAp9Q7sUoBztLnVcApPmP25qUsY1ihzQMgfr\n48v1Rnv3m4ewkYws7s+yGn1yXUDnzMJ99KWPlIsWDgsGh89TgkMFAGXqSUVM\nYM5+\r\n=+xLf\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHE09edxh4Zq8vyuTSrdujJGbMchVbLjTYhzpdS6h2u0AiEAylPFJtGvVEYHMfb2dRrma8b6zFHr/ql2SVAmrG7jwoA="}]}},"1.15.0":{"name":"@influxdata/influxdb-client","version":"1.15.0","devDependencies":{"@microsoft/api-extractor":"^7.13.1","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.1.2","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-ESttcXHPkQEkh9SK3kIDdDq3dGjdXiEJy+pgtUyesjSLH4aMw/5My43OQLnqB3vlTfB5YK0ZpGpJHOd3KV8Fzw==","shasum":"0f4d0c835a9bad82b9c6f67ef574486f0a273c24","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.15.0.tgz","fileCount":97,"unpackedSize":1155310,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg5+78CRA9TVsSAnZWagAAY3IP/Rp0iIGvzsaF5yowHPu8\n52xL46NcrvF7IO6/W+tQEWq6b99etqM97SXxa5vfcMjgBe1PE3YboWXK0fwF\n8okcQx1LTg6c1VBO1pNyHVjWgstPdwWaclync4VTHHMRK3EMvyANl+5iYZuO\nbWDXrodQbi0ml8G9rQKrltYeocbgLODwQfbWxkxyPpUQ/0IeoFdzr8krI0Ea\ngDE31ZuahpW9dXufmobVCZth6fOyrKFn+MZZDJOCjUxBAoYwyY1+or2C2Isv\nL/1FxoGvJQanXrS7wjABc7+QctdZJoXYetv4lxlfTz/BLKDgcWaS34A+cpQk\nr+4QVjyEVm0A+2XqSOOOhTcVcsI4BRN05u3PnNl4dHMdOEnpfJ5AGCpqKSZP\nUu1jjruORpPCNrPumGEUvIfu3RjHYa6aC1QFypOVb9vQJ/nLSBy2SaLBDLJ3\ncuFDuldz9X7kYRVgfFQSY/1KSr98i+u6IGmmzuEy4a0UUTYIxGo2JS/6gL0P\nA0rOJVIGyvs5NnYuuvsaGlhmUdjnSK7Dl0jvF+2RfoQDSh4AL0E7uI+s9hG0\nWyLyciE23Q4JCbFv29818ekE/FUnBByn1GCXuYYT/EnBWQHgCWzF+GBJxgje\nu9yHJOXj4n9kiS9CmApH13RWRsKEUCN8dwJen4CJorZOfB+uPODZLhP590ZG\nlrTt\r\n=ARuE\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDL6bThNKABm9H2E8hrqZvyicGYYlLLgvbm/1TLLnl07AiAjEAcMQOckIUNsIp+oFu7SEWVNKtJFIUwO41iore7+uA=="}]}},"1.16.0-nightly.1374":{"name":"@influxdata/influxdb-client","version":"1.16.0-nightly.1374","devDependencies":{"@microsoft/api-extractor":"^7.13.1","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.1.2","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-H9SMt53jsV0Jn+Gsnml0Aqp3LGeKFH5E+T89xhagqtfxUwYLhuy8/HOL9m3KXdFUa3++7ohOzQaR3CiAH7hCDw==","shasum":"57e05d3f37eeaa42757036d6768c76a8d31296ab","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.16.0-nightly.1374.tgz","fileCount":97,"unpackedSize":1155383,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg5/BECRA9TVsSAnZWagAAlDkP/ju5ELX7F6+vKbH1TavA\nDlEutim4rbldJufJzfFqM/yB/UacfZfITmd0QbUMCwd09X7oZWaA1nP8TdHh\nXI2y6mKeHPXamfeswuAe97iokDlgMlnr5JnpH9WA9uyYssPLX904EPc1fpLJ\nmhV+sPE3QCLCqXeSII+aqrh32CFMMrecZBypWNlZ24K/IE4JSYoLNbmtGDpe\nkCB3fCUQGsK8WofOsbx31NcFu0kqAFHS/q2fSd+w1/zdcWIJrjv453RA678i\nLwVdukV3LfGUwITB1e8Ii7Sg4BEWMenZu5XaCBK5dUvg0Ajyu3y2COcUNSw3\nVOekJ1t9NnFAc4OGUh70KJ0WABRYtSMpA1fZn74PPyGhYB+EfyUqQH7xeQcF\nyKWo9Z172qUJ4RCw43/twlFTpza7ITIcJc+l9IHwmVRtFMluL6axueNjbN2F\nZYrn14UWCvseAqRXop7XT6I8QtT9uuiqu2i/JpLaWQ23OZNEU/63iXW34E4f\nJBYh8C8gxzOvtrBJHQkmh3IOH3kTcyZudoy5Mm5gLbuu+ftuLfJJmr6c9TLZ\nSwzSxVfoUQ2NAWVdDiJct/OQrNf8bto/kxUaTgKBwA+yd1sX9ounI4J9O1iU\nWnmZhkRHwe4MiYWJiw3jaW4rztcu0r1IzoCA8pFcdbOjm+/jHB2/UsMOUotM\nk+Ph\r\n=mfwU\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCffH7T0HVE6l1x4Dz2bMRIAbd/R0IeUoUjITD1dZrREwIgS4TngDDwmgahH8ev95YCXc3VVJyIwox1N3phVlD0Kfg="}]}},"1.16.0-nightly.1379":{"name":"@influxdata/influxdb-client","version":"1.16.0-nightly.1379","devDependencies":{"@microsoft/api-extractor":"^7.13.1","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^6.5.5","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.1.2","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-dsZXLKUSUuHHm7jmnu97+r63fm2ynookVB2eXKhzuGPQr3yH/mg5DBFdiVIrdVvNiVSek+Hma0C+VeYMWh70pQ==","shasum":"bcfe21a896eb96707177add91638ca802106be68","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.16.0-nightly.1379.tgz","fileCount":97,"unpackedSize":1155383,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg7BCkCRA9TVsSAnZWagAAnsYP/22H/4T2ptXw3KhA4Q+D\nWT7rEYHdYMh6Sa0Jm/t3e93d+nWVvsBYp0BgNnuUKd2QJHIUPv3JQyS3Us1u\nPn4etIemxrqp97rqC5Mn8YgEHISuJKDyGgxaXxSUFO+VeS0sVCzVy7crrdJ4\nquOzcMH4gEaG3i2ERyGBgvWw4W0VXx9xuyjpxOmHx9eoxD61LAl72pgk7mSj\n2mxYEprfDW9RtpZ3RwVihB9XYdaR8/iHEkz76GPFRHTADicJOC2BtVIy0YOv\nETRg4f4wgzqREXzPZQApTGUQSglNC+Xq0Um1hzjtsTiclyy0gb1DgLN/WNnE\nasek048VSHvb//k3QwTn/LtJe140BW4sXMg9P+V6AJqg0GXno4qgnpLqV8AX\ncPsXPLKqfMOGLwYBwY+j6jDROWS10k3AgZOE3dwtYdN1CYqzVPG/WUzFLKwS\nI3FhSNCu5lM1SwWK14xrrDexBvg6apEGKaPXdNj+HJN+iQgghlObeYEn+tv0\n8/IgsaHwmRYRKvxbj5rhcqYiK3IBjGYyvMAEEvN7lvwRzSpjJic+OzyAt5oD\n/D2SmjZREoFn2uF2Viydfwra+gjaM59+IGsQZQ/ZJah2DEPl1QFDUg4F6oPD\n06XXPOK2iklzKJxIXkOvUm0vpf0eUdO6fY639xOkB0KjeKOQ3LaFuxeeDc3m\nfVUx\r\n=WX4a\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDNebfsXx67IKW51mFCBF05IgfPiRaUL8Zni7xYcqDv3AiAs8bf1SOtrnZHfumwdDcKQtY2FoXOpax1X7HA5A0y1QA=="}]}},"1.16.0-nightly.1394":{"name":"@influxdata/influxdb-client","version":"1.16.0-nightly.1394","devDependencies":{"@microsoft/api-extractor":"^7.13.1","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-vEuhb63jZ95Mcxaa4aMxerle76vm1ybFV/r1ASdu8b13VPv72VAnEbOz6Gl+HwPUp+zgV6Y+UUswBBFmuFEFNg==","shasum":"50b10bbc9f824c3be20980fdcaec4693d064ec2f","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.16.0-nightly.1394.tgz","fileCount":97,"unpackedSize":1157476,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhB3xCCRA9TVsSAnZWagAAbukP/0uqPT5fpbPcXCpLUihL\nH+P5wyDT9aT8vo6lrAJ5GsIOK9t+L7qoPbszC14U9KGlPZCamqA3vX+oiJe8\n3013055tlMElc9roQUuTFlyiZ/OVHOyuZ2FlHjNi2Fz0vPUFtd7W99a/BW4K\nB/XFWYI5ujvRO5pATKFW5sIwApiMQ2LzK9sUFe4F6yfYD3Zigj8uRC9khO1a\nM5kyFiVCpnZfBjcM7rB2lxKVUnmw8EKzGImV/EDTneLVVVQTzo44wbBs/GZH\nqzAj4CGVLjtWaK6njOlpvpSxg1QLPs7rSQcH0XMyZ3LmBoc7YZsEHKyeeYvO\nPq6FPBMkTheXJDjChkX3LZ/TyWijcwzmGoEUNVD9v5/1JQ4lL6dSgP34DAY8\nuafUio0E5s/FiKUt1IXg+1gYckuRQGEWIWFdckBnm1AGk9Tq51LLQhs3KAks\nRmJKdOoobKmJs33VfKPmWplZjWuRop4ciQJ0pJ1AQrGMv4jIev9K1XifbbaQ\nMlOMOzteaegv5gLmcYGczrkUoJxtwuPtpzjoq3a4+nM99ufs/R65/gY/Xb8o\n83p1PRRSui5sxYcJcGPVBHlA5ULPsuCRXuKm9OTFGAxJ4RTE5RfbJTgyhRq2\nKJkKv0s+g5sbQS33vtin0MAu+Gx3ZkWPEMZoBoSwsQq9rDGoBHFAobszES1I\nHCNG\r\n=eezW\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCjso8X2WgMd3JF8Sg6Yn6p/IkSn+OdlJGwuUh862mTgAIhANLoDVRhRl7KE16kuvyJggYvHkkANNO5nGP2QXJ/o4Ha"}]}},"1.16.0-nightly.1399":{"name":"@influxdata/influxdb-client","version":"1.16.0-nightly.1399","devDependencies":{"@microsoft/api-extractor":"^7.13.1","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-msB/Y6fZOjVZpAXNwype7Okoy5sY00V6WsQTCaiqET5ey1ZQhlYm7z1OQQ2xGnRnxcocGCH3LGKEQtW3k4s0ug==","shasum":"161067d917d0e61e0e68663236634fb53f31faf1","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.16.0-nightly.1399.tgz","fileCount":97,"unpackedSize":1158109,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhB4BOCRA9TVsSAnZWagAAOSgQAJFyLeq7fJex7U61+Mgu\nYTLjBtQ5R8BH0vzt+FCAjEQ3W9Gy2IW43RGt9VgqYs4VUOOdSJESPyqPpCaA\naA56HdO5rdbo/EzSQO5GuYfcR6ArDJVyryO8IED4Z0iMphiIlajDYvk347XI\nqPgK0aEoLiKrYFxSWk4swHyaIRxfDpJ2SXzuD0dRxPXiYDAACpw34dW3yudT\nNW541fHRjxS/LTggekKYimq8xYFPkbrxn7MvNoMgKrlQgJ+Q/+FDHVY62QRZ\nDDjmu5TYS/1Z+wVSqy81poAkfZovqDq5L+TWGcUhBUdezn36XlKhzsNkQzNe\n2uRjKeIwypyNgxhy6C4ai2eqwrQtx+hnd6AvbHDkxCm9zZg1QhhDeuWkA14C\nnT79v8Rt5++qqWV4pXCgx17nycTvTDAjjcCgNfH8sPB51/19dIryRzJ0N59x\naIlgcSA0fr+rZ9fFGVXwegayf5/ObHLbZG3iUWAXA7OgEaSzOCEdisoITel9\nus/zNqgvz2ZhiNoAngscrcxGPTMt1vOKavWxfBZeteBfRnFXLFIhk/+LUsHS\ntPZc8tC31rLyNeEN8wWXABzYE5dPOBbWjWBCMb077m7SYQ874sCzlslIi5QU\nfv5J1GL97k1+ZleDFLhQ9Ku4P0DFFnOiMS791Mzfi4gdO2tSNf+uX/aoGe5T\nWExd\r\n=egFe\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFpqwQmPOj11oWP8dbnREDyAHbtgA8GZKLmRnD1+zLLNAiBcUchdsqagF7xy2A5GyOLA+pMy7JuiSoDqb0h3fV6QnA=="}]}},"1.16.0-nightly.1402":{"name":"@influxdata/influxdb-client","version":"1.16.0-nightly.1402","devDependencies":{"@microsoft/api-extractor":"^7.13.1","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-uKskCG4bUSXjvHPwTvac78oWO//QrQvllHabHCPLWzCDvH5pWGeJeAa6ysR/ZJqnz7OtVSJAU5tT7H0NwlT1NQ==","shasum":"d569a3838596bcf88d833279d21925bbe50180ff","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.16.0-nightly.1402.tgz","fileCount":97,"unpackedSize":1161244,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhB4DRCRA9TVsSAnZWagAAW8MQAJxpzvBivuk6E1rdU445\nDPac7SVuvKn0397+JXI9GnPub/t6KsmIY9KfKAfGGp6rWiJTufdjFmc0Nk0Q\nzW6w3MFUskoZwP7lS9VcfsKlrjIgRhKGzjfgi39yZRr4V3vXq2PRks9IfbK3\nKvLa1AlYzdRboSQKK/sFkuZdXP7Va7H6MEnQo8hrvFLQjjDa5EiDsMBZzJ2k\n9oxmam4j9CUBCQmZpC+mqmK3H6YJxkvT8oJecxsAFeXRYXOV0jhsAqFZj/ch\nA8mmZGfppYQW8WLEj6UWVzyYSM/yi01VifLWWtEVMRPUfXR3EtMFGCHO+hyX\nZkCrVuJrFDAQXlyRKJ8bKpPTQQBlS8/vAFDNY4e74jo6jP1b6wL0W6LHnLku\nyRTpts+swavhLtsAtIFA5kW4PdIajgFaA50i1IVBZgdQRVa33PwBi6FD8cEE\nUcf33of2HAOCsneiOgo5XNqrjCnHb1iJ02gFMZWcTHWSnmzwHFJX2Jq1J0mb\nswiEGeTZjnrJI67SLoUiyT1E2up8ciWt7Q+cYVYR7BSXP1Twqa3wdBM8pvKp\n8b5JahGNZ5/pPz2Gm5vjQAV9091rxuiUEoEK6z99tmWgJRybdSJGzxyMLUqg\nNy8AIKeDRHcjrXkwjb876SLwspHYy6JCPNK36hWoZB+nJVttvquCVDBf++is\nFDbe\r\n=0IcI\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFliV3CkoR9eS6NHxaLQKj2IXuSr67whCIAJG9yh9NomAiAjbHPSYJhMtcrvw/481gEq+QgnB5eA/w+p6sATEFnghA=="}]}},"1.16.0-nightly.1412":{"name":"@influxdata/influxdb-client","version":"1.16.0-nightly.1412","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-GqC/7QI3TQ07C4Q1m3ozrpovT1cdZMrV4tLkWWYdqIcY7lP9VPJqwK01odXlKnw6MbBvGw1R7uA1rx5vNmeDEg==","shasum":"3daa0c25f14eb1d87f1967fd4593bd6dada569e9","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.16.0-nightly.1412.tgz","fileCount":97,"unpackedSize":1161244,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhB5+2CRA9TVsSAnZWagAA1iAP/iuKB3viTiBlrScus5H7\ndNQ62TJKhdw4l1ZzOuzMRjJzF4TUeUrjDRTTbnfo+88hp3YT3UYIxv6exxuc\nFIGsqHFP+8CG+BgqgtE7Z+NRqCbWNriD69a4lgo9+SNRp8EKYJrgVRWpkhlr\nNqKSK7JRBV71zRQxHiVWNGHXq2WCuPpsDG8i4c6ciRng3//9/W2IEQ7O4u0Y\nM8AeWRo1zi9ZJXh6VgNEaLfHBHS5C852XQ6vpKMk+eQH6WKVQS21/DjNcpyC\nL5+Ut02QOGWZgE3ZIVUApF6Ux5Em0COzFb/qZIcTj7GDCaePobnQ9cJ31SLN\nLswS4kkFzu0c06k6+QhZAs7IQz2TMoZ7dH44+TRuB+i4reg6O2s+wffhrrTV\niUlBKoLBLG8kaRNLT3yHZ6oyLSSsK8gWr2J/yMWeqJ+prluLy2Xwq+WUaj2L\ngdiqC/7J1MRzFxFeKGna7dN15NwZysVNEky9ItQjiL1mtWSSa4sKi77ozBUm\nXfnG4mW3EsAxT9tByo0sDdCJDcwaqhFy2E3QTXO7IeWxXeMHU57roQIiDs9s\nGC9ez4EIrqccFKmul/LOg+RHTMvqz2xyhhkd6AD+hqfzVdlJORBFeZDrLun2\no24dx3A5E/6K8hc7xJ7DmIAebQaApMPCsW2YlI7KbQHYl6O+HElpzhQprgl4\nW68V\r\n=DvIq\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC1M5lzcoCFtcATgmI8ShVewkDJd0YFAYeitMQANQHFBgIgTXcvVRyK5Jifi3mNnB6anjheA7+A2rAAOROBwlw24WM="}]}},"1.16.0-nightly.1415":{"name":"@influxdata/influxdb-client","version":"1.16.0-nightly.1415","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-L5tJU705T7Q26JW5kM8j/F+vU8j9mu5w92iZA4vFneH3BGQgAAMNhwAt5lHeil9/L0VFno4cdxbSgrHEAxiu2Q==","shasum":"7a633b2d85d867d3cb3474632c1a1cb024022d69","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.16.0-nightly.1415.tgz","fileCount":97,"unpackedSize":1161244,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhCJPhCRA9TVsSAnZWagAAT08P/RQiEuorJrDOAuYYg3u/\nGCueWdOiE3zSaIHNyNxS8iksbu031U3+vMJUBJKyJjMAsEcurm1fjR0A1xSM\n4y0O3eXY+P6vJzCUOP5yYttZU79YNuPoZgZxjLEvT9WdEvYYdBawaBqx9oFw\n9R9Bc87EHGDtEePuxWlSHIYzmTC3h2bJr2LymHfqBIsEJwuSZkguuSe3F8KJ\nR1rE5W4rzZz2HTKLgyZJyhuD0eo7907hkHq5IESf/Fw8FCuOf3SBIYnQBCZC\nB5/Zc2T/PvT98evxn0VCWogIFaLh+NV39wIDxvAc6wr2SRBt7Xd1y6OVaB+v\nyVXOplCwy4qvzoWm2M/nzoZ0FrTzqPVEKLbPJ3C/OYL0dadLab1EhyKg/kQj\ncWjCb8QVsDcJ11jvvLScVQQfPimt6Rjh6vUZgGxLCWiC0tmdJmdb3x5b7AXK\n2wg81vHKLH4BxiCovrH66Kwx8aH1Zla2MN3zp+ggHk7ik8yKHHbGfSGadS6y\nG5qSCfJsM/oqo37cX/5/NUy8ZUATvBbtBZwmSUmhzUTFiiPZIye9l2JHbFCx\nyWkjGHdZAu2KNpT2wvC4X+hYBC79wEsQBSzAfymROKlHLYQ4dpiXhUcjlAsr\nYTciSemnc4bNEv0avQFE4K7EttBFNCvw/5bbaf9CQQA2rSR6v4jaCnXU1F3P\ncqKL\r\n=v6j5\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBxdanOQgt4SJaup7TYNNAGxsWqUW4rgvCeSTr67DrchAiAos+0PzqqaSFCIDgOUV90IZsfgl9GvUod93YS1RVcIIw=="}]}},"1.16.0-nightly.1430":{"name":"@influxdata/influxdb-client","version":"1.16.0-nightly.1430","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-BRS5sajXDaUg7SyTX2ZE//zQa1iktTXNdPW6b/pE8k/jlfD4vBJbb8d4IOp0k0U+FOJiBHMq8dz59c4Hs5f5uQ==","shasum":"296027b2fef4d93721bff84820b64bb4ed541398","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.16.0-nightly.1430.tgz","fileCount":97,"unpackedSize":1162210,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhDL+7CRA9TVsSAnZWagAAo8YP/1wLtUQmf2ttjMOCJG8W\n0tyLjdzAGnVVcAWWbNF1PlNkKYUXD2HgeU6EzT0EhutaSbKzNY3gWppx8AFH\nqatZDPUcnAnDK09563eF+BRnW3Hp5qsEvXcUCWc3YPSFIxWUjcBjR3bthYKg\nGk4gEGQw2ZREYeB4ToSq4NSoCosNO31zPPKlJibbesV9QJwwA1WmZMRfeXd2\njNMH+PG9h+G6oX2gtn1pM3Hej7uFjHOsmjyqRJ4cEBAj4xYXM4F4vFQbiVfu\nSABF1rhmRd4eYzfK0nxeeQBapmIzC9NxP2jfLKfpNW9lZ6+cH0ECtfYfZll0\nQZAnxXX1ErkEA6psyjcp+8z6wTjHREbcjRnPlqPD2GP/u/paG9nWnJZ2TtGS\n8cJn8vNSiZWlut0p74Tlvr8A6NeF7wmJbRgQJ7PkZPZ9y2y0gEkrb1UWz8vF\nYgXGW7CWk+P9DsYSvzn7X+1wLnUk+Kdivq+etQME59d4K54zdN1WBa0A7TQn\nJgqz6h40zLJveMF690+E13oTZTL4806QJUYQCuzl6v5YSozE/Zz7BtJ2zFON\nMm4ecAGK2EQUpWaiBq6Sq99DiUt4gLzr5PGR1sDFj37ELTiv2gjuOSPh7j1i\nmtHAc4b+BONuTW7kq+ra+v8N2lVrSDM45nFpwWBXf9fpVlvVWQ6DgypvPT/a\nG55z\r\n=Hr/c\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBiGnZU+lnLplgyW6/xzP77CGQ0UpfJft32efHpAYODsAiEAy+7wlse02WwLSIJNtf9QjFtdt8Fx+CmaErCwCYOH3+g="}]}},"1.16.0-nightly.1435":{"name":"@influxdata/influxdb-client","version":"1.16.0-nightly.1435","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-4VM2gaP96VHH6ZLDbUmwdLMwp8SXjv3K9iDniPJ9+xvEuqrcMicjLd8ojNrM9X9M4eTAXROhvuFeG9CAjWv7fA==","shasum":"9d27d7cb54c4414cfd8acf98bb531fd5178942bf","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.16.0-nightly.1435.tgz","fileCount":97,"unpackedSize":1162210,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhE03NCRA9TVsSAnZWagAAbAQP/1jSW3CRvfz7qPuulo/k\nFVeYvauGf+7IlpbcQJwE7QdxTCIy1OeGUAKsN6pADHbTuC40BzQ7pohYLc/k\nT22ELCyGflMk9ntgXXq9Fy+LMX0AWOk7ZjP/jlPD7xb+DP5iH5xzked1hjdJ\nmAT5GQ9OXctCJ9VEpNCJGuVDjwxy1cd0Hg82V7aoBYIEJyNhScSmBiSJncJ1\n4DM/b7m0NxHTfoe3XctPo71Du7CC+54Zg/uV0SrZ03ZDAqbmSW0uUgbmngX1\n8eFksmFdwifoVTHIlPMHhmN1d9w5ht8zzbQoxwwoPnffQx3Tdm3R5Ge5ofgY\ntZJElezLJ2lEylZV9fWtQ1R4u62GnZXjI1IOk97uA0g9qNc52j9Z4SHQFG1/\nzZwLek/rUFSC69uTfhRjRuCj20T5JkBskY7pmeeq/IBY1f8i3xgVQL94Q033\n7GkCfKwYLxaa04n5lOUQL1CU2wzuucE7T32kfCDRZXvUDMiHWQlWFMbRJPFL\n72KhVKMe5d7YFKbmkR/YyPpB5vNzpJI0dML44uJca0ZTGote5femEiNuILKb\nZzzVYhH8tLvXOtOXy+mzrqur5Ps98Dbq575S5hz3m3DxiiCQMhrLkb2PFroW\nw2noKWWoJQ5hC6bXcCkS/+ywdM2ICg2q/QLEMDxOi8Q74MaGJ7cYXzdVzqAT\nh9o4\r\n=NRtR\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEq+anN6IG4xQwCBRX4XSoPXg2mCG4pdWjDnaggpd4HmAiEAm0rmZWB0j3gWHZJjqObOZYsXRZAz2f0VhD/QLwXaD6k="}]}},"1.16.0-nightly.1452":{"name":"@influxdata/influxdb-client","version":"1.16.0-nightly.1452","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-NboWwGTG1ugchgq5g3HKEVd+UvV+aoAID7G+/nbpR//2kFzY7GY/tnvnbuuhOZPw64QW0JF9WMlOuJSxtRAosw==","shasum":"9e385bae8211930887048bc806eabbf56fa29832","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.16.0-nightly.1452.tgz","fileCount":97,"unpackedSize":1162210,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhG0YICRA9TVsSAnZWagAAeXgP/3pzdA/zF7hDaR7JlE9v\nJrjkZnXPdSwELwUzw5yC3RXTTvpXpzANlOyKXVz/b3+29oUnSPJ1Q1WbPXja\nckCVKb2/GAdPlSaHoe8JEzOzd9U7Njgdx+/iXMRdJQGGDsvJuYVKETaaad5Y\nm6Q2XQgtlcx4DvTlMkx/1h7mTzX6HeR7Tkvr5KtGMhhIrDN7spv9NgJY0Ph0\nD+OMtKB5HEGWhybEdDEw/DkSt00UjhALxuTP5UE/BWLCXhoaBQlio1y4sS6e\nZiYF7sA9oxQrxqagJGEgx9stxQzJYuDwSo5JqeUd6o86lSd3nsZ/wYvBiKNr\nkkZ2OKjdYOuleh5ykPaouzp7WiB1sk8A5yDH+T9zEHmeTx8HdSV6OlSSCZlD\nSft2JF1RVaX07nQ2WVjepOgMSNS1j5CYV/w9R0vO1rEZDTP3DsiCZaFoXW0R\n1XHqjqTP8Gd4oBSDXsDpwq9Obd+WtLaM/u7YJhXpL/4gFpA/4M4w90Qib5k0\nZOJjN6U/D81FzABvgDUE9jtIh961pG/HiJRYNcwQHWCeAQTvT/HXKq31HsNK\nmNhT9mxndKYSH1dhC9rOjO2G9lqrNglTOasDbtOskp6p8AOo1diW1aM54UKc\nl6yNaxES/VYzyQu+A8DUkDc4DNR5x3U1Fy9602pmcvf+m8sBNv0Zr6XwCxh5\n2bnl\r\n=Sm/C\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEH1Edr5BiZRrVNHKJVnTcL9coHQw73D1dU70zydIvMZAiEA+75XguJXYbV8znFk/jYPl5eeTkTcD/Of5CjSqqM1LXQ="}]}},"1.16.0":{"name":"@influxdata/influxdb-client","version":"1.16.0","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-cmempPmtY+W4dq7zT/mFEpNNSzTZOGszEeS52+g5SHsTKWvGjTu70fByOE8IaDgm8BggagDObF6U5J1PZZKhjw==","shasum":"3a88ebfe3beff72a6d27203c7e71d2af5617dc27","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.16.0.tgz","fileCount":97,"unpackedSize":1162143,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhH0+pCRA9TVsSAnZWagAAkxIP/2wY1Fj9tLqaNF0pVzGp\noo0urYWVTLdCumFw7zmMWYFHzWbXobd+wWXNom2pEYrNk8jfi3TqqJAg6HEF\n5rcdEGmgm2k45PRq5nekuLhQZ3uk6Gak6msW9SU9hTy0zk6MnmA/de9jh0Iv\nMnyS+8itO3hHzce3AlByTmuLrs8SZ+/wcXxuxP9oxwFPDihg6/ZiLPLof4bJ\nrAC9g5UoRECpEbjo1OF3S9R6p2crdpcOJRJccZdY1LlS9mzOgVUFx68iS3ti\n0oJSRspnLehG4fxoJN2aBTEZ+R8GOhtN0M6F/uO2LvDS7h71Dm8a3C5Hg6V1\nn921Geh2lh3m1i/vztaeT/3DpCRpNFaBnIIqXKnb03mMLsZhzQtd85UY1PeH\nFsR/l09jb0ljhe1tmo+XIJ0SL29V6thbQekFOiRshNe/TSk1Hlq/uwMg0ez+\n9rhtux5pLWnxAkoN++kmfpo2iu3Xsa3XaAMUKqn9JlrJuVNDwFLi8xYiWH9V\nluePl4S6TQowuI4P1Qt5d3RZokpJoebSpCwroY/KsyfCucOfFU8IE/1L3RsP\n5zLaSyqDmefgeoacJamOm3qjpSozDGCPPCn/2AOJdSGhaCJtrZqxw+6a/5be\nY1TL3/ofZlVkzKQ8U8W9PdVmGkk8ThH2s4uczfDSDjn1Lh1sSgqmZcW8sTIi\n5Hzq\r\n=iPjR\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFLu8Vho/V9E0PtxCXQWo6BsQCyXh74OjsvbTK9eqF81AiA9BxOWFY1vC58aZnkmXnd0VcnWFrifD5sDxGBppQpgHA=="}]}},"1.17.0-nightly.1458":{"name":"@influxdata/influxdb-client","version":"1.17.0-nightly.1458","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-BIoTbCkVNf054tf1MWakhCdbp2KW2Gcw+qyUd4R0thM8zifXzofYlVCvmBTSQJYySVFuR8vnMXoVq2hH918eyg==","shasum":"10279919fa5ddcc4e4a4b634be000592d6e1806f","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.17.0-nightly.1458.tgz","fileCount":97,"unpackedSize":1162209,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhH1GvCRA9TVsSAnZWagAAQagP/3ETwbj5S/uZxp61I5EG\nGIq4iIkPvu47kGqsMm/aPVoBcyaEyO70N523zmg1eLCxITY4V19AauJ4XHC5\nPx2sbDvEGRrIA1oUJpvpZ7miitPtqqcAEXLnurMSmC4sz8Ivly7R6R/Zoul7\nEQ4uaEmRkVQ94pRioihg716wc1HphxuR78FOWyxIhfpW5LE1ScFoSwHa1RR+\nr0HmxvvUFb+Ghft8k+3CUlSdTIs+GPooxyelsH8ZpFoPx/ZB/Wc0Rrh66qkc\nLVgqw1I/93PqUQpCSl8radJXURs47ESx90n9tTGFLNnsPtIlEsFdZ/l4tJcb\nyC5Aaj1MiU1LS3/57sFvYptu9n0x8OSkn76flqWp6UoG2S5ENSeo/Giw8wZu\njHYAjieH6BLix0dm+j2MZWJKhyNuzdRkjBZvmc/dycMds5bfeNW5yP9c73E6\nabUTAdbsAzzaj1g64bFRgPRZxgOodibSNmGks6LvC4/dDG8NCmXCmB6NSwMs\nUOANtDJT+56itgecZPprXWrPhVCbP1dgyTgrGMzMCC08H5KEYlTHTtzokz+x\nSZ5CXb5rJdbUvT+dxZFQ3Oa3ZrrP+dW2VQ7DFNgL/2rjGvnuXwAIgZGMInlF\njUDLr8AkXDOWJycUntEs9n3oHkxLG5OIAKXLYDTxvoqYhZLwCo+3QF6BigRf\nK95h\r\n=7hkl\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC7XMFEMtjoYSB7pDYvVzCiS1t57v1X7i5OeNzxLuQ4ZQIgIf7dX/rMDyPOC7A/I8HOH15jONOHJtGisO1K/VNuMd4="}]}},"1.17.0-nightly.1471":{"name":"@influxdata/influxdb-client","version":"1.17.0-nightly.1471","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-jnRTvAqOlYeCGFclOL0AjIeXM1ewaA0S8cXYoRAlMWxkYzsvtLsUkt0kdlq/PZcAfRDtwGAXxdVsD9+7m2dZJw==","shasum":"e562517e29ba72b7564459902db04ba4fe317020","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.17.0-nightly.1471.tgz","fileCount":97,"unpackedSize":1162209,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhI5RpCRA9TVsSAnZWagAAYTAQAISJmfMkAwL19/RpPMJM\n7noh8N487nLmoZUO2bCtePjQ1pBgmrDTeeyMpDbwELpXNX5SeNI0X8plirdU\nDh5cmRL0bqKQUI1NhDG//7egdTm6rphhXcdoWW9Qskgm/Q7GVyta//og/Ipb\nCjKXbgQxkkX6BYL4NRV3mCGMPmULfBTOnKwubLrSgu6ykk59HGeZxhVjvAeD\nEL1gp/PxvxwSNXnYpERVWYPIO94JILOgQcn4MiMcn+Gkvz3jjZrqK+nzoU2a\na3OpcrOLNZgf2+VlgSDj3MB/Cs5ng5VHuSDwVVPtKu51JzjgQSbF0T9LuQIj\nAhv1c44y5qu437mzR9vQaiEbahE3jKqu/oDO2B+XvE2aex3TXbdFCxOdgWMP\nLuQFdphg5IpwxPpO0DbgmS6mlQKHu8XTA2VJBGl5IQy18GSOQ/8NyMVHNZbM\ntKkfTYC4Gl2aRL3cjgMm4wEulqcQbms9WICtODkKsVhq5nn8/ZvfwRdg39jB\namLDjUdkb6dcVBZUo1of7p3ijeE7HX7IjCFY2LvdZsF+z6aRIkN79EkEP1HS\nrpdmz5TIo6ulX8al/Qyz5amrXKImGkqqOejDcMZp16h5D2EcdEo+5ibhrR5B\naLapeGziKGbAfRYS1kw7d9Lv8mnHW/KlZNFG0VdHLMiT/60ypYTwfKYVJID+\nvMP6\r\n=T35I\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICyJfTOy140WojlUUf/wofNWQDzARPEGeWOI68XoVr+eAiEAzJby0wvboWjKw1BulQpQUcFqY7VHjxAJChvFr7y3VLc="}]}},"1.17.0-nightly.1476":{"name":"@influxdata/influxdb-client","version":"1.17.0-nightly.1476","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-+g4UCMKMhPbx6bYLB4ReAqt/BjdEKPNmBr3zk9HSJUCUZsqxBXwxBqyaB3N7NLolux9IpgbUbPZ3lo5hAFQVLQ==","shasum":"297681793ac2dd90bc59811ac1e828c2443301f5","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.17.0-nightly.1476.tgz","fileCount":97,"unpackedSize":1163493,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhJOGFCRA9TVsSAnZWagAAF3IP/3Jri41XZ6x+H3bWcTX/\nnnnO/C7ZNWk4sE1b7MIEHVJ/RL8vKCY4ab67SFfBb/kJvmpd2jTP1jwXaevd\njJHOfvT5GOvpSXkBEa75ZL2DWp12M2gKUafYaPKJbPJ2ZCLohHZ0wHpwIfHB\nRr8UwtUCN5DuzmnQa6lNAB4lajzb4SGIs1Tk25ajyda0vhV0R+E7UP0ts9eZ\nJ/TdGeaPtMqu4oWHu1eatzQRCpRigXd6inAHbp0rEwToFoT7nkZwbbNZAI4z\neFAKUprLFdsd04NYtYAKrEs9swvrpn4wqyGVpVKyp88uge1B6GynW2dNkPt6\nP8B5mgoYFrAbxVyKJ8Y575LMIJLj4VnjkyT9kOBVQnuhtInw93Dqqy9wv9hP\nndku+VQNFpz6X9rk7/yht22OASQu7NooDXdqpIsjzaw1pFfTLJtqwP6efFap\n59D8FEpbPbBqXlbTW3NfEFVikMhyQDUKWjMGYZ0jPoXPxt5u1mlZwNMahyBO\nGwat6bBmF4Rqdu4NUsu0RdmB9ORn2LGst4aqZzr61aa3m7376rfcm2Z2vhbx\neu91FYYu+wuKO+STMShPraZ0rOuAZNewEQdo048f0BmwjFcri3Sd8e9Y3S0m\nc+GGNDs+YYp8XrvHc/NaI/vB0B3pDz7tkTXzX95oLxw6DbdT83y7S8Oel9m4\n+e80\r\n=/9ae\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDsq6UHNf6ji8ypGrgToFGuYSd/P78j7nxLfzPUVqWDDgIgNXO7hgGufhS4DdGviNwv51uqllZ/fgmiha6b55To2Wk="}]}},"1.17.0-nightly.1483":{"name":"@influxdata/influxdb-client","version":"1.17.0-nightly.1483","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-YCc6HMxYLZb6XUWlPLG/pMFxlhFnRwzRMzzkrWCaz18A1wCS+o9Z97QEUOOFAnTyMsSiSxC35IBpu3G8YrVWlw==","shasum":"dd6f865af90ca770bf02a1e8dcfc97474e44adf1","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.17.0-nightly.1483.tgz","fileCount":97,"unpackedSize":1163493,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhJeITCRA9TVsSAnZWagAAzMkP/3kifM/oLw157RBibC4H\n2UqutSfyscwswvQHZadKC/ielq+28dIEHrIIJN58cEz+Ij9Kp2EAzxGPIT3W\n3/2xDjcAVVALoaM4Yd7p0rkIvvhP1teXvHxVEXAqdY5UlTAhpNS8roiC4AqP\nC7g1uWMg9Sw518J31xau4ZNIAsJya6gl8TdgdAR4gF+Pcdj7Dsc5+fkN6FrA\nmZdtH6cc1bV00S8x5MlvuiRBn2sGF9fS5ovC+ygaG6gwmjxjb9e+dWei02us\nzwqgs42l/eqJkNmVJtsYIGBdXhqobz/NZeW5tOxS1lddIygjKC2//aYc0s/a\nRMu/JuYfZtpf0Ejww7C5z8mCBjPSuS7Tholq82uuaSIjCddSwgj8qtkhSBqp\ngOwcqbghi3ZTniGvm1xuQClBgl5KBRHlwZcyhA+9W/v2lDFGePFT6wLPVRrS\nFKmu9vW8jOxg4cOBFCLTS79+KARsU5sJrR7QPkotfBhgSHZS+7OEr8rEUcvB\nZcJTTEJdHwMDlwJhQ/7V9AotcWBPMS7v8WTlnHs92AgjnR1Ep4+Vs1xCr1bN\nps2iKF9OoBQyBXNXKKqbDyewvFoho5zV1wY0nZk/MUy6W/PQlBCBf9jNheni\n8jWp2R2vRHQ+9wVcCea2n7XH5lQsX7h06v5jqIIrKPMRHGTSFURO6UibXMz6\najE5\r\n=5/wV\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCNYeAMNGs6ZY8gjf6k+npGsgxzDyN520K1cE/BUjfbqQIgTTR5t++yRLTxjQcaDZr4WPXDRol77KvTXrqR99B7R2Y="}]}},"1.17.0-nightly.1486":{"name":"@influxdata/influxdb-client","version":"1.17.0-nightly.1486","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-csol2MUjWiZDoy6KVJGB8YnVFcUjNMGFbxvyoF2gDGZ6UKe/7xs5mguTzTbBPC0VLo3/ZGqntjkSQybDTm/iVQ==","shasum":"47511d155fa101c80ff03980f9e0b3869cf5c62d","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.17.0-nightly.1486.tgz","fileCount":97,"unpackedSize":1163493,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhJeOdCRA9TVsSAnZWagAAMokP/AsF6Hi7lfv0qTYFRMYh\nbEf/5Du73zAKcEei2xrRcxObL5p4fYIdfKLmsWyqt/OFwY2aDwDh34h0FmOh\nx2edyY1SUlA5oLzdJqMKyaRZ7cVf+6lWEFBfxyegddT0PH+3v8w/HtvD3ZmT\nwPgoxUb3dxzbEy6dqGixyzpV9IdmnmW6p+Bd0yLfgEGQ6j7IkRugwbAZ16QS\nikme1Cdncon9bi9Hf0Vmm7/vpoEGpSr/2sP7Fk/HNbedSFZ72EzoPWMmZuCn\nRRPDyRsbNh7U2QWckMUVsBPEI/+pDTz8tnvIK5uKLm7qbvXK0jdy9o/tKDcN\nkaER4UMa5hSLSDOud4B5WkHz/gBrs0OqYrCkEJB+jhgRF4mlyoeUvgA8mhdp\nDm0dvYEc2QJsyNVq7a6uLJmY7CBC9KfzFSg4D+scfM9Q2XuB+/Pc4RcO83RE\nA5FcVV/XiBjSOhhwaX0NwQEvHVJAtRDHIOWJ5Cfa+nKgP+uqeYwB7JqKH515\nimQX+aMB+OjrgQzBeSJo594s2gw7Pgj6D/Uc7qDUEE6+Ae0pprZtm83MPnW+\naMpQk0lxTnWjlG/QIRvdjNHSFNy9aV3csdyeIjJrs8E45CixkLfjN43A+Y2H\nGMeksYi8cqJkcSJCGOvsneCMd3YxuRFkww0r+TsiSWdfmiYiJ4Ybns/C9uV6\nP8f/\r\n=K4Xo\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDlj/kMJZQaAJfBF3Xo+nvVDbznBFkBkDT/Dc2ztYsF/wIgP/ENiPXRbNbK0FapEyWQMA3bYyDJUjXjJzSiO+dG1pI="}]}},"1.17.0":{"name":"@influxdata/influxdb-client","version":"1.17.0","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-2DhoQDQjhVR2iL6BHRPsBRxelk1AFLyl7huQTp5wgapTEaE/zKdy2BUAzoLDAyZiGoZfEtjDWDkZMdMwEbbC9Q==","shasum":"5017b9e7eec6d514819ddaab0d1eabdad29688dd","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.17.0.tgz","fileCount":97,"unpackedSize":1163427,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhJeVBCRA9TVsSAnZWagAA/wcP/jjSpHqw6RXG7jOAJ46E\nBwn/oJyAL4MskB0gO61G1J7kuGna8QFkkBes4XxMNswGf60PUxsyaNQ4tYDV\nrHfq1VPmnKLt0MJt5alzZ9OEgnQPqas1VouwXwK+d/u0hgy337OHhDPiviiA\nuYPQPL78gKl+pRfRuBCJLBvMbw+Rdtry/50n8nl06Xs0I7Cl2fLJp4Nph1zH\npEgWHu2CvDsXie/pK/RE2PeCvu7y9OUjRrbIYpPpJzRd7UQ8wEYZ7Vw316A0\nZiYKZSkMx+qGMB+EBgiBJ5Ekv9aoVrON3Cgao2UiOACjARJ7j81SRq4sH1yv\nQCGl1D58mi20r+lvJBlYED7kmpYiEijqLDBjkD5f3XTYD6Pgm/X4r0lDhQEF\nzqgamb/LoLauJzLd5PR445U6q7/UOdlid0ZeZxLRhTGG0wQMldlh7vWjhxF7\nybtN80pq9pxXq/FNhMa8iVF64a9pVVtMzgYOOx4WsWm0S19kYt3z2Nmg3FZZ\nFxMklb4+1NOcHOFGhzqQFW5uqkGURPT6j+XfrGBPyAuwWVohjehatge6u73c\nm72TsYqXM8BznfuwGbcg3+SlbKW7fQTnLQeZRLVapSOXMuCoitzH9r+Z2RwO\nqLOiaoZdX2DhO4/mkjJf9bjKI20kn97mX8sLqXjRTo+ARwQ59aU2R/P2Zm+w\nAdXp\r\n=wCsJ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCF1LVVZHTQyqh6UCov0EYPJg7FAvuDtHegrZQVVowHJAIgMc3cHVbjrl6occg1RvPGKNvry7Cqxg0mx/u7683CqFU="}]}},"1.18.0-nightly.1492":{"name":"@influxdata/influxdb-client","version":"1.18.0-nightly.1492","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-oydGpgE2fiYnG4YrD1q822Jlgr067iQu6vYsiGeHInmoLTj6tTescynG4uMUtFTIhAhrShu7GGspuBfG1ApJcQ==","shasum":"3877eb23eb24ddd58be15dcb1299702fdfc4a34f","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.18.0-nightly.1492.tgz","fileCount":97,"unpackedSize":1163494,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhJebZCRA9TVsSAnZWagAAto4QAId1qzKHrJErnfqVzA3D\nQyLwpRrPnnvFf7H0t6y0UF/+gijMbYqlaTgQeAHW5xH8zotMbrPyS2VLMqMH\n0Vwc34MJN22OGfSsUnW+DasqqYf1npJ9O6qRyLpPrPpIZiSrtzxgvt0miGCo\n5/Xnejdvxrridc54Kq2tVfo1y16XfWwkF4BaiHiRaXDCfqUvO24xxRlL0jii\nCWH8C6lnh+fhtMTcDwMDAD1KMLKjVI6Cxt85XC+TIIRosAhoTLmTlypIZg1p\nlGnSlLsfvqJb8/DhiRlmnCQpvYL1igRUlAef0/h8sBR3ChnvgG7B5K/pAgFn\nU6vDMKx7CgtOo1x+pz7qUfaHH/xvS/xtX99gvMIXRNeU53PNwYzLc4M1Wexd\n+9i3nSRGVGjlrLm1znq+Rsbz/iTF1H09zY5j9xt2joLAN7c3g9X1pTUZT0Y/\nVkFRYIuUkBb6I6CBGSslVU/UWTxx+BII8zeTU10E4/ByhGjuecPFcH+XOvFX\nhHaVg2SceHMZW4DruTU8c3oU8alAXynoAXSFT5Kip+sIoKoVBDTWRiXc+8re\nq9eF2/A7R6DAuKfmfD/3Xaal4rgH1JP5sK/KHhybtVLIfkHB1gbv/uQA4His\n9oWaqIDDnaglf70YkXDtVt4Y+SrnBc6DqQ+859MZ1DRI7bam2FyzPpcfED4k\nkEEt\r\n=2COm\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDISWOIC/kEUMWv1ay+X6s0eMQsvuU8VTBNPUlx9oZyjgIgX9p/qX92lMoaHYn1rUZl8N4N1K/G9BIIra4ZL3wO5kY="}]}},"1.18.0-nightly.1495":{"name":"@influxdata/influxdb-client","version":"1.18.0-nightly.1495","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-DLnucmEGaklajMNMlpIgk9zjGAxTHTdQwGVVWT+8fUb5MrRS/q9cy5n8v2vNP6b1wOt48ZIzy9rk+b8kDZxzPg==","shasum":"831f6ea3cee259b48cf6de8ac12d77916b0e6b38","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.18.0-nightly.1495.tgz","fileCount":97,"unpackedSize":1163494,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhJiAICRA9TVsSAnZWagAAZU0P/0JvM71x3EcacF8IzNCe\n4xEF+5HsCvOjyv0IhUrwhXqaYHPoyq1zKcqrWt5wY1KPgSd4ul9hAHsFBulq\nwLvNiEcYG8YvD2nHwXXFZC22mJvAIUCdez3gK6KlBSxLvHLpWKnrMJiOtdsM\nPURLECxlp1y+Bp1di3AnTm+t3y35U9RzLTnfesNsiPCUy/fKOAfE0o6HtwRE\nIw0QjOZPnjzSgSe2dmbaSyx/CGZ6n+FbfjVXkSSrYt3Hid92kGdWB1qJMoLs\n2X2MgcI6ClIV5AZ1E5gPTXrrWlKaS1RCSOLu9HsmGz66wSvQmHCZIXfQZME5\n9zibl1aD/VSXMXbHN2oni96TS1Lg/uu+Han+myf048PW74B2mYCIexT9T2BU\nlU9mvmlkaMaIWpgGFRdSwo5PrrQ36za+Ctl7FhJQNBs0oQL6oXhpKMTM2t9j\naoPt9pvAA3zvaA0Ysl78OK29wyHx4wWffCL8rSoUhCMkR04R+UC+mKqiQQr4\nv2it4Mz4TjyE1X+0BEQWjsmN+GtXo/1cNA48S36gtraNi8R3vNWCAWRWYw3s\n4oMAj5t1UlAz8jgLGV5yDsNqhEeEg6yvLxbJPZJOhQrUGSRkANNd8yxIxDE6\n/JXZ6B6J2VsN8gNcGXjgO1F+4mkV3d4fnmUUvGbTlXFb+pbAIiys1Cr9ACE4\nt7nx\r\n=CqVG\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIG4J27LQrbso6l32Bz07HkthPIcwhp0SShAZBOHDsSNtAiEAo1VXW96hW3VDkWArrWHxOqluXDhY+QPHmx2DpaXLz4g="}]}},"1.18.0-nightly.1500":{"name":"@influxdata/influxdb-client","version":"1.18.0-nightly.1500","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-CVXqvciOhgWPS0vjnH0TK6qQEbzxkNYCzZ0HeCc0Oeg7NQyfLb+rFPFw4H9otBJfYVMkkbO9ZttnBD7cib7a0Q==","shasum":"370c274e120ec5c0e49e0912d0f49f32b6028ea3","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.18.0-nightly.1500.tgz","fileCount":97,"unpackedSize":1163494,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhMcQHCRA9TVsSAnZWagAA/cwP/1cLcrc2GEpMyhhenTfy\ngpl+5qRl44gTfL+pgXmm9uQpMbxfT9HTiNVsCy3WB7/MHa5sdhYywV3a4oDn\nYOOmX4mplJQO1Z4Qgp62fwjZgB2RILejgABHT/IvYwM87gQZYcGpu1EdLbAi\ngZp5hra90x44P6Essb520MmV67G36uA3Gw15dI4SgiiGKV2W4P6Wf7GMgRKJ\nFOOnCQYt1qi1jXyoEfGLiy3wMOvwzvdB6ZcV2AWqNizjDQ97iNtvTUACXjfB\nrCGdI1ddKPPuYct+znwZP/11gSj+h1ExYlr/c5+eMwV3B5Q0PoD6pMmnqUzd\nTSWntVarA2V/b+t11vickJHJNkVIyzlMOZHTQ7oFxzCBBHyOryOItNxWdt9C\nuGLxB0YHrHc+wtRbns5MaoW+yp6d6XYeQXzRrVacAm4qu5lx7L2uRCxJ4/gm\n1qDFZNLQ5wBYOWjbAJyC27tOdIXe1IdtmU1HpSxpClALszejbTENkW7gxvNN\nmkdWkOynXZ93aFR97fe7h5ZRPzzKUOm565jipu5WUIiRoXRKl7INpIzI/USo\n/JVWZ7zrgH5YpyhebKCE3FntnEwn1z/islr3d7b0wAL4fbFMd/cGxo4vsBlt\nEfo8hSjgX8sYfjK/+Swu0IcQF0VkvxRHIhc9VUNWCkhe8sB2/QGcsB0feO4j\nBznN\r\n=KRKO\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD6reortRXBuoCgPE7sIhxUdkbAmgnVf0ioNp0Sj1KdIQIgGB9UEPTlESzgV94uuAoDmHbotxVznuDe4Fm05UNBygc="}]}},"1.18.0-nightly.1509":{"name":"@influxdata/influxdb-client","version":"1.18.0-nightly.1509","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.3","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-TflUvJFXjaYKjIteTEruiO/EoeAvrxZeNADcc+/t/rVJeh1gTQltTcBKXkvZ7r3d0PWGbUiwKD1Um8K2Df08TQ==","shasum":"9930b51fad225bae2188c506dbef2a22d66321fc","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.18.0-nightly.1509.tgz","fileCount":97,"unpackedSize":1167283,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhN1gHCRA9TVsSAnZWagAAXuoQAICsA8bc5A5lLZR3R3is\nPyhJ5ntsVA2UKev5lbTabMdRKQp274FD8A4wAbfxU90m4RwsEkX0HKvwhTv9\nGwnGfTZ0Gkr6ph9h+fpJqR13o4cK9wRlUzf46Vj4fZ717hDStIc6J/D0I4Gz\n4RkKunlkZwnus7+kcL8BDRTYy064iUL1wr2C7Vx8O8JnRxoF2aCuu7nTKYQi\nN2YBC0EuhOXkIWbUDs16mPeuA/3INvsr/TwVCP0okHCVeUvhaLupZ+0Q/8PT\npOK1sMlDcvSk4SyXqMZ2aUJ5WlruqQwmljO4rtnee5PrphuxXCSHXvYzLixx\ngqoiauFmwBYaOIWDfM8OksxA19YdmvbUOkyaeFRsBdTqxhpYnvUqIJC/9Vfk\nfTGmwwOSy5s2BrgIz6bO9SUu9CpZ3f4nmUNctD0VHfmPYboukKNbyA7zPP8e\nJUdvc2/S7fFNL9hzFtvxDwWbffHlFJuujcu6MWRYO6/j1qODYAR+cvUE4dTa\nD5+V5V6AS9iCAVxQCgCxbTrhLlyxf2YSH4tHeP/atZk25g8CCTgR9FFa2w9j\nDrl6q6F2ynJPmDCjLKTf+yW3phcADMarTMeyoSqzRPdyBXS3iyHrSem/KTEt\nBmJLZU0i7Idya/a/zacde6Aa0YCfjUFTt6bucUYIbeJ0CMSPa3yVn1MqoKil\ngRlm\r\n=t+46\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC95EnfmHp1VLRVbAgtNYizECk+4YtJWYOxC5T7LYWvFQIhAIH98ITkbo15OEQAc9Yfh/28k02vQsY7lHZjmF3L2p5B"}]}},"1.18.0-nightly.1516":{"name":"@influxdata/influxdb-client","version":"1.18.0-nightly.1516","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.3","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-0GVWc8uZpwqS4OPPLvxs1ppikXUvDFCZq2y6Ebdx+chwflpPS2Rus/HNs9r2ZOb1zNDHSuSfDwnCiuRWl79+nw==","shasum":"6621e87d9d77dd14124927a4fa6d9b25390a40a2","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.18.0-nightly.1516.tgz","fileCount":97,"unpackedSize":1167283,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhPu8fCRA9TVsSAnZWagAAzYQQAIQSwUrtcJ2hSdMwU/nh\nt55l6wQF9I5UiabVMLsgeCAzLnM0I3KHG6Ywh9OHbHX+VCDVwuJllbCr3bL1\nAsRyDij9MOK2ssIaUvxpPHPeUEeHjgG47DlAB8cYyKS+LQJBXkBvFE7oOVQr\nIA37D857XnDHgbXZgrUFkyhkn3s5c4DCvD2I+gh4YjpdsVEHP+Y9IzJ8nbUI\ndkPiyolvgrrh5cYl8COsNk+I04mQ2w05g8WAFWuBoYwRULc5V5LmhmFEcMuH\nE6O13yT2SXjv3pUdrck+7pligFFu7a0KjMP3KdsV0czV5a7P6pTh8l+lPNzM\nIexGpcRCkGK/qwTNBBy9XFcBRDo8qk/7/DOWRYrmgTN0AmYJISrsVj0DiuOb\nllfPqTJZ6RQBGz726ADCHCKN7HcI67ts1JgP4NzkElIi6wFjbdXzgdg5d7e6\nPWDWwhB8e/UERmbNfhcFd07wBLmgAOZ4cubGUVL4Wk0nnOmiKcmeoEOLy7ey\nXzI7MEgDs/ic1elC0I7RHtlxoY84fVNoj/b9qCvZWpQcULhJDnVFFdQL9Ej1\nupvoerLgh7UtgEbl7ai7hUeiSm+Ou3iV2e3bvyPdIPwOcAxXzsteZRzGGCVw\nSQV/giqSZStHMs//pop9jp2yXpLulRLNgBS+0bcV0rDE/j7b/h0+aAo7uDnQ\nNkob\r\n=ReAS\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAI7/JJkHRkErd6WYl2YdZ32dY6DULNEnSKgI2duJFcqAiBbweLiw9Rb9NnkC3AgKXn2bP8RLH3JsDMPYxP/X39HkQ=="}]}},"1.18.0-nightly.1521":{"name":"@influxdata/influxdb-client","version":"1.18.0-nightly.1521","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.3","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-bceo2gHgfuq8j/Y7BueD50Xi4SSHPlXMkyHDuoUgwChzIMI5zHpcPgWbKgnR1YeNx8pOVKMvK4LONpmgjzUTWA==","shasum":"65b2ba75597c4ad2e6bc387f6826b39c657f8335","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.18.0-nightly.1521.tgz","fileCount":97,"unpackedSize":1170930,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhQEbbCRA9TVsSAnZWagAA+DcP/Rvrn6FJGIv8YOiotE5Q\n8YfSCWcmiIXu5Wjcc4QC7R6RkIn2KY+jgD38A0u3cgHYxw1Y30yvfxsOsWGM\n5glyWoX4Yaschrmz79A8nhnV5OByK+sjbUOMurFDGHl6Cbh2YosaGlV/oB1Q\nNvjFZjYmiDC0BVjOHfD9rgHgIq62GCMoWk+k27mgJeuipTvl6p5+v64EdxQ1\nVmgCTRUGZg/1wHnVwLbZP3p1pBhIs9jSONO04KK62rGeH9FxsYMi1LAnqEc7\n4/Q4b8cWkhWL7uc3BIGLYaRv6s9d10WTuoYGFe5UwcOCJMc/GMsnGklguKRq\nsDYBY/uJTLrqkvLkvegCwa3R+rcsM9o/GmB1ruCrqpofSZer5+c00sinQdBr\nywe1uL8JiBl8Ux6sdjVSvWIpsypXh2le621v3iLX302I4mZaszM80SGJSIiI\nV+FrTaGkp/S8DW8mRLjxgay8GC6x/zfGd5GBGuu6LlWD8Z4fiWAgAQp8JSgS\nOGH4qepO4hyr5r9v2lMTG3Niy2aiQZUxDEfGaNXrgu7eFbhB21ZJWuasR5DG\nwvh6v+Lc5pAL3svvm5wdYOI7QCg9ZWCag3Eruvp4RYD6XZNjOkCiAf7zUYAG\norGOjXT+GDZ0f+PzUMc6y2j5KB1TncMS1C5a5vmkylz1YWYO89gKv8iSQUA2\nJ8mC\r\n=4jY4\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCANCAhXPtvrdPjDr+/uW9MVdOvFrgs3OrWc7ZmiIFChwIgNMNoHer47uQ2JjJZ/V10cLUrM4xd/BezDMKfS3PlrJs="}]}},"1.18.0":{"name":"@influxdata/influxdb-client","version":"1.18.0","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.3","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-0C2mKb5hR61WqiWzwEwqHvBkYzaFI4QLKaffGj3IPHoouKYoFQSCLHK5C3Jws25LopqWvellVimf12CsnZXzGg==","shasum":"e86d75b063d4c23ad094fb5dfa3b243731fe149a","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.18.0.tgz","fileCount":97,"unpackedSize":1170863,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhRD5LCRA9TVsSAnZWagAArAYQAKQrYr6wiZXO6ssHQfey\nvc0odBrUJ6kysW/5xpz0tvRxsuaiimqNa4SRW8VjvVbqmuy+SjQL7J46dQLN\nWWCfzWqCZskr6YF9s8g9ngfOlRoRLE+KF1hNlA5+T0Msj7E1AhIWbjINR3CI\ncHzHgflH1VaXQ7OBRfPKU1SXJ/ulb00Cq9G1tsmbPAiYxAoL+fv+FcD75BVm\nnxqCGLpoxC/VNFPDVzOk/MMd5RAPESSAFAaO9EEbXQj+tmBWMbNEB6uzWYNa\n4rTniwxUUAGgoOKfjPOAoaVm3RWjjOOzTkUdvrzkYdMNr+fpKiGXdEUQFDG0\n2bGFs2K1gFTFqwi49velHhY4JJpXeC4nZSLjjCGZefjocufHjKne8YrgNfDk\nlWatwm7/A6aCQhNROBgs0IaCDALKJ39aMs82ys5ch3qanThPgnOhye81+KGz\ni34ie1GZt/ovAF6voQ42oU+V7MdN4dlSwr6wXaJ5Y+hTZ19+CpDGcEwM0j/1\nYyNETFe0I6sxGnsMahhKu7JEBrxLnr92kC9eRAwkcfJyokh4xIq0EfBb1BIQ\n2LVDIscruYTYGr4pRGMgK2CXEXO4p44W3M4ptgsNieiqwLdUEiooRaR5e0M+\n0rV219l7uGMbB42txH0rgJk7VM9xKgF4kCyBJ0S8C2Bb8+Mb0P9G9DynHPQz\nLeH+\r\n=buN+\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGK8RUiUjWkDcyDu1zzNiZO8jOkkczE223GMn/y0Ioh4AiBnG2xJS+ygy1KSbaJXjHrnNKcErp1LNLTwRBZIzQoRMw=="}]}},"1.19.0-nightly.1527":{"name":"@influxdata/influxdb-client","version":"1.19.0-nightly.1527","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.3","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-2Y6sB4PqRCtHi5keHLmpNenj8SJs3Cbhfj2hxSh8RXLJ8luKwUf8djJMtHm0mTUvUsLUa9mtsdy+SnI06QHcdw==","shasum":"55a32b1c543cd5672988710cc1053a14553e3bde","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.19.0-nightly.1527.tgz","fileCount":97,"unpackedSize":1170928,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhRECOCRA9TVsSAnZWagAAQ5wQAICR5DcNorxtSJ1FDnRv\n4c+Q7Ef0QBd2apR8+Cdf0BYjjAwlKW5d4e+BaYYJ/pEwvoBzLju7CvrRI2x4\n0DrPpCAiNipKLxwXbv5RZZXvf6ukDmnHlUtshq1jbR8+dX3/RLLiztP08/JJ\n7WiGAC9FBSfzX7FZk1gOz6D49ki+avuRNDRF4p6AdatzeViRpyVuUcyENz4s\n5YEeJgGQnji7InoJxi5Vy2IBdFeiMIIoTJR7Okmn5W32/0L48BOTFssV2NxL\nDA7K6NRfVxfhh73gHqmX2H/yJC2KrkHK0ARSk9KcL+n4SI1RKRES+8QLS4tr\nKCmEyvNI66CLhj7xSP5ApTlz2zSlyM/zotXaOpTaKYUwb+j1UgwKQwI/945q\nAGTeMh+erqym3Nkgq01RitJwTx8cy4JLhMpJbJ5vXcufvpd9hor9+hQavzfS\n51FdwOiAeQ1sHEAJW9cu84FJFgWs7Z6FYJNnlYQhi/5SSrBjwRE/j3NPt+7n\nfb2OJUdV93L3ENriWYCqioWp0EMhdVtcvjfNMK4QCGOFKsK40XcpUwA7TVUW\nZlRzmcHpy+Po9rjEwPc2wPSRsXq3cRVPnSYyx/BmmVC7579mVuVCXw1QkbiM\nIDrxmEl/fyvt9BvjTrqJ4QLJJJtWhfQigD7jBl5adaaBiWTkX0mtdsuyyX2v\nwX1u\r\n=Mcwk\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCXgSTFe2XzfQjDPibE981mIJMM/h/G6KofV18hiqT7WAIhAJ/iZTc7oFzUmz7aJn9nB6YyxvV5o1ZX37QrXMDFHhWK"}]}},"1.19.0-nightly.1539":{"name":"@influxdata/influxdb-client","version":"1.19.0-nightly.1539","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.3","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-e9cV8fHtF7+qoCjMwHxluqwqqiDwPXRsK9sCSLlWxbG03REZGhQtvxvlJHdw32bmAS9y2VGLLTJbwpCTFzBx1w==","shasum":"b532aaa38e3c41d73b2f142cc9f9d1633a26a3c4","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.19.0-nightly.1539.tgz","fileCount":97,"unpackedSize":1173714,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDR4YEk2rEHNn7PYzvMoy/X2EuozaAwSbxSay/pNTT1ZwIgZXVA5wW2BnqJE76YuOhLSPY7eILGTTa3ESR3Ue9Xwxc="}]}},"1.19.0-nightly.1542":{"name":"@influxdata/influxdb-client","version":"1.19.0-nightly.1542","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.3","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-M6byT8beG0b7jLRRKyUMtaFt6DajNvGsBqjqD8CTKWUe1suUSu4EDwNk2jHaY9W13LfbIh5VYi7FRElMRb2I0A==","shasum":"876128679721e9f43ba6d9f47ff44cd4b48837ee","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.19.0-nightly.1542.tgz","fileCount":97,"unpackedSize":1173714,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICQgbbBCsRbqmM73ndyK4VtzvRLfh1RdTh7YRJONBNFSAiBJUEyLU7Shj2QOEPa1lhe2Qu8uh/ypSsLVGMsTdPzWRg=="}]}},"1.19.0":{"name":"@influxdata/influxdb-client","version":"1.19.0","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.3","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-fxQ+8XKPMKmJw2KaaWTScylQI18pG/hXpeJfhzWhtwZHa5VL5AFZMaCRW3utz1q+CqQN/9JD8nLKkehwaiyILg==","shasum":"42850c945a75c68bae5bdc91e49b4785acfe637a","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.19.0.tgz","fileCount":97,"unpackedSize":1173647,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEKF0ZZRlAiFX7GIVNBsOHBeqwlnj7BE+Mj29uAZ761EAiEA1LRtOrjTU4y82U43Y2RCo+pWN5X9K1HfGplYZChzGT8="}]}},"1.20.0-nightly.1552":{"name":"@influxdata/influxdb-client","version":"1.20.0-nightly.1552","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.3","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-p37OR/723TbTMYSRBG0ZFp1vngeq6ll0NSTO7ul4LEh0zFxoYqKR/p/Kijh4SnBmlOb7eBoeUFz8SXZiGt8i6A==","shasum":"628fe582f65c4b642f5e14eeeaca9e0f982fdf8c","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.20.0-nightly.1552.tgz","fileCount":97,"unpackedSize":1173714,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCaNx+GTL3l3TLR2EqqR9zziziJCBeWfsJ0fpkb+IMpxgIhAPEr7itf3L6uee1+lDNb1Vrha0oby68TDxcyX9kRG2Ty"}]}},"1.20.0-nightly.1561":{"name":"@influxdata/influxdb-client","version":"1.20.0-nightly.1561","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.3","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-gVDOEUJa+af0YJ6o8/UQ3iD1yLRHB60WM1mK7zzVK4Tola+XqY2dXpezZFln8lZSSLakzQC8CRwhwf++0PhmvA==","shasum":"6d7e01e15317394bf851f7c9a79e7721f6f772c0","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.20.0-nightly.1561.tgz","fileCount":97,"unpackedSize":1173714,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDBcxRmyFmUXIpWTKS7RJUkGVfsQkfVs9peeMPwVVoIEAiEA01GYZymRHufm7ZMOqztKwjuIslb4M9M9WOqVHwnRwl8="}]}},"1.20.0-nightly.1568":{"name":"@influxdata/influxdb-client","version":"1.20.0-nightly.1568","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.3","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-D+F7p8yrQ6q3VK+zY7FZuS04rERwxKZGSosG2zK9FBdhTjzVwBMTzr+yoFYiylf47QxInnqocb9cgNGsPszOYw==","shasum":"984f4cf0b23d8cc7d62569c1f773d9f648acdaa1","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.20.0-nightly.1568.tgz","fileCount":97,"unpackedSize":1173714,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCpRlE4Qt+Altn8CEHBSolbeiDrl3NbYWddxsYu4opAQAIhAN9iIgSGfG49NCoiubthcdOIDxT40W64x7PpNBOVrAF+"}]}},"1.20.0-nightly.1573":{"name":"@influxdata/influxdb-client","version":"1.20.0-nightly.1573","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.3","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-DNHDb9bnht7ruQBqt0RU6rRqOP8vNktBVTN1SbTElHpSMEyIQTJuDdTchk+XjOiFNA2Zx3ZRNkQKIt0hyVk0yg==","shasum":"0417cdf6d3f3211a24373903b9eb0aefbbb0c790","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.20.0-nightly.1573.tgz","fileCount":97,"unpackedSize":1173714,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDrhTq5/peXfrcG2Q37vO6hUdqHCGZ0mLaP0Yv+nBpwdQIgdYfKlCuaJutwq2S1cyezdEUDcs60jDgo+Yv9moP6aZU="}]}},"1.20.0":{"name":"@influxdata/influxdb-client","version":"1.20.0","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.3","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-jaKSI63hmQ5VSkJrFJkYIXaKlhoF+mGd4HmOf7v/X7pmEi69ReHp922Wyx6/OeCrpndRMbsadk+XmGNdd43cFw==","shasum":"de9830387003c22530c9f93eda424e1e29416258","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.20.0.tgz","fileCount":97,"unpackedSize":1173647,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCRYeePeXVGDYtH4AB5xl29c/K096PIkC+7hqU+K5DWbwIhAIUk9H6umbpB92y3JUoZf4OYJfmucn2LYyuPFJMBycFT"}]}},"1.21.0-nightly.1579":{"name":"@influxdata/influxdb-client","version":"1.21.0-nightly.1579","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.3","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-H34so96ZLuFDIb0Cv3SyEn4bUtTNTrNCc1P1rp8yQicwdrfCA8nTW8sSQvA2pguP3qOjb6/RPwZsBn3MOPho/g==","shasum":"b0150f475cf94eb3ef9a90c5aef19c6f7aca0181","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.21.0-nightly.1579.tgz","fileCount":97,"unpackedSize":1173714,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD+VU+t50UMpHcQUxsBKRdOJgm+gw4c4YFCPeUxL3gpZgIhAKAO26MqI2WcLzgKAD/R3nVL7WqFTRiZLSasCAc22Y/z"}]}},"1.21.0-nightly.1582":{"name":"@influxdata/influxdb-client","version":"1.21.0-nightly.1582","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.3","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-/qlJZERhCClVPWqteEVaWjsYFqB+xtUqFEL6SXWEneO4e0r3KAw8Ay1yHB29c7tvGq2EkJNj3DyYGxycULbTYg==","shasum":"326af8356fcf400096a9118df9001268b7fd19a9","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.21.0-nightly.1582.tgz","fileCount":97,"unpackedSize":1173769,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD05thBy7vbvLpkE87Ebjky96KEjEGIwgrMInlB3+PwAwIhAPvBecFWCywfmpSSLbMy2PBZYomX2AjZwhsbUqf85juj"}]}},"1.21.0-nightly.1585":{"name":"@influxdata/influxdb-client","version":"1.21.0-nightly.1585","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.3","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-jpTk+dx4ANdASFtaCQ0B8DoYgSXmSp2ultV2TeGRHV+WR8R98IB3MtcNq3gQzHiYtUzwS7uvOhWlaJ6UjjcnPg==","shasum":"479cb8fe2aa170d4965089fd6444c0be54b73673","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.21.0-nightly.1585.tgz","fileCount":97,"unpackedSize":1173965,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIC96xV2pmQrbpBVY2zr2kOEsHYUPwgZw4DrekzejVcJHAiEAi+z52be8Fpsk+t1NfYB7DXeoPu4Al3w63ZasuS17Zz4="}]}},"1.21.0-nightly.1592":{"name":"@influxdata/influxdb-client","version":"1.21.0-nightly.1592","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.3","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-08fnfjvYAOmokntRcaI7Q65jkSVhYNhf5DmqCND/ripys5XcsO0A7uABN72S+3Tv3pPmKdhh/ErVJI4AXSaOsw==","shasum":"b15e7829289fd2fde0830330a07f8535fb01fbec","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.21.0-nightly.1592.tgz","fileCount":97,"unpackedSize":1173720,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDe6QMdChuyGkZQMqBUWduBen+L2wLxk+I00IACJ2x8SgIhAKl00oY6maEqo7KrQcZEd81ZU/AmmH5mj0DEMih/AqP8"}]}},"1.21.0-nightly.1599":{"name":"@influxdata/influxdb-client","version":"1.21.0-nightly.1599","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.3","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-gkK2VtKMSs1MkJ5JoPOVuGg00b3D+NkCJnEyu2Ad6Dpyhe4gY6mGLyPvxxu1jH8uGEumFFRxx/tOhhvEN2K/3g==","shasum":"b2c812dbc3bfff592cf0bbc692cf2e1e6a6b1c9b","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.21.0-nightly.1599.tgz","fileCount":97,"unpackedSize":1174859,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEHcWaK7vbhdrR+QHJwYUGUL+pKA6WmohqDEiL0vCAu5AiEA8iMDOrq5HqsK1vYtGjf82aPDuY9XPVKb0i/iGpWDBGA="}]}},"1.21.0-nightly.1603":{"name":"@influxdata/influxdb-client","version":"1.21.0-nightly.1603","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.3","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-zIchNu+0bizgJxqbC0B49Lf8b3Y9G0/Lc83ri/LKtFS82+/saskXD0wdoVf27fgO/RwAdCdghlR5rVbW3SzFmA==","shasum":"63d880b97b2ae6f2427c4291a7a6184a29e8c54f","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.21.0-nightly.1603.tgz","fileCount":97,"unpackedSize":1174859,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDP0WW2OhK5jzc6UtnYLrynribFflMPIjovdFomd7/qAgIgYjGLfQPnUgtB3OHx7oIGKnv+dXQadwRB3iHycSAWsBc="}]}},"1.21.0-nightly.1605":{"name":"@influxdata/influxdb-client","version":"1.21.0-nightly.1605","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.3","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-ZMMpA5/LAEYO67hvuqt3QbOn13JOccpNhT6hRtBwAE/baknT8L76QhD5uXDmE1xA3Gfhjja7NJvR9oLt9oLEqA==","shasum":"c54320673c4ed483db4e27c091d70eac87321f4c","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.21.0-nightly.1605.tgz","fileCount":97,"unpackedSize":1174859,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD5yNweiQRji56VF5R7s9i3ls8rKazbVe2ahVLnjwbsjQIgGNUzMPRXpTUP8V2xrrWLpw96tk5whgxdxl91Fa6AssQ="}]}},"1.21.0-nightly.1614":{"name":"@influxdata/influxdb-client","version":"1.21.0-nightly.1614","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.3","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-M1Sfl8w/80vlittIkbqyU82jZcFsOikYo84aqZttqW57/Vj2ScjrupHOrSgdniy8bZ1Ri8F6QCiPPusJ2RPrJA==","shasum":"0a5d5427129de287b01abb57b98b458c37cda50d","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.21.0-nightly.1614.tgz","fileCount":97,"unpackedSize":1175865,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFli0JqGvNGsUzKse1qTwr1COKbSVxW3rc7DwuXpy17LAiEAiM1SoPnPzbgWU7ENvx8DaAcCTLSqgA9iaCP9IM8nbk4="}]}},"1.21.0-nightly.1636":{"name":"@influxdata/influxdb-client","version":"1.21.0-nightly.1636","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.3","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-c0/aZ9gE2AyYwEjH7zckbYzdpXTZpAZT74/1FMl/9QU8iTVTrRfgVg3jbMvB6SNqcBJMVXyUIJsI7gjQuZ54gQ==","shasum":"09b2e5264d1b246bcf3a058749dc1d69f932aef6","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.21.0-nightly.1636.tgz","fileCount":101,"unpackedSize":1184755,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhk/RxCRA9TVsSAnZWagAAf3cP/jvp7xN8tR4a6DWe7E4K\ncDYXjFl35IwoVvbpNv1tMRgXjQY57UW/qOFwRyI40VQW3w9h5Dbg0Sc7RMWq\nIYBzLwduOHBnXgTZjY4nXmjh1Fk/BAHP22fI2ZPE/BjTabow0VSE+0QtDUal\nI/DS/I1n6QljECx1PJW+v8Almchxvj7V8ZVh7z+ASb+Iz+/HSi9t8OmNLMTm\nf4G0KvD4fRMhuRsFHRKt5WH2xR9+3YnI3xSsHMwWipU2y0jaoxuk2ADcPGa5\nKEktrSSeCGvturyyOrIqA4Q0r6cgYC3bj1TDiINcQmWOyx8674/Jl/AKjOaT\ntGaMitFGX5oaUNRDx0gKgX8I3k+C6POgUMXhUD65LSCykz41sJaqh6ZXCYHC\nNkVmSeNY3yV0E5oKw3RMwqh7+MM8BLGoyIDvjfweYlE0R25AjNhgkJsgAU85\nYwOdKP7didf7B4GTOaQc9fpQFECylEGz6AcuE/NvsaGdVzvuPuZjEYonn0sw\nuG4LgflJhrSH3IzCZXyyeDHxhiy+cPguiq7kXrhioFMEIMSQpSaAezFIwhko\n69ccfZ+m2lkBd2Jxru47mPgd7FyvwFNuVxiGBetyvUOqEJV0KDgk0O4ZbFON\nOB9D4McNcH2ifwcPQkkIJXF5quW8eQu9GbYiLVrIg3YjFSlPLkSm2jOhvFL3\nm+dz\r\n=g1yn\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHjI4pleLF5QoD9Gn0JNIpZEU3MmhlmMeL7fMLHJPr4aAiEAihCn7HphDSrygvCkSt7/mM+Jj7fhB8l0YXmzDzR9MIg="}]}},"1.21.0-nightly.1645":{"name":"@influxdata/influxdb-client","version":"1.21.0-nightly.1645","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.3","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-Qba/GHQhakQTWQGc5lCmFRufEIoKXeY6WknHcwIm+yJqT8kHcw5MimV1sCqc2sWuSgL9hMx61q9ymKTCAxt9bw==","shasum":"0d9d3afd9cf4f7f42f66fe67954453c754a5bd37","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.21.0-nightly.1645.tgz","fileCount":101,"unpackedSize":1184818,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhlhGHCRA9TVsSAnZWagAA5e0P/1sL+o7rLzk7ERlxkqNr\nQP39T7vQydZt5N/mlx49KVbp98B+Ddc03yKsSiXgXTiC/dAB9LTX2JmYZmdw\nlYVb1JT86YI2AyhB6jv0LyLBDL3/S0RyFUZs7Q/wFrUhod1yqNmJXXF0T6nu\nDeDxoJHDKkp/cCBbu5uTxa1lNoKRNaTlJb4CWqahHfDN8TedSTsn+WAwNJgf\n+3MiyqQDJHHU1x8WEuJhRDaxYWwEWRc0tvbJDVsi2YmzWPBvKTwW7FTootit\nuWfjNTxn2RTmbIRl0/puy2onqPkVfzGQwsR6tRhAKzSLZVmtHVOC10j8SBeM\nHQFs3OBTPkDr+PAfS36PBUHP15hFwWKPq/cvS7H/gaYx1UlZ+PzMyeLeiZyT\n1D0qoQ/dErdjwXGoqLtvCoN8p8NufghfeT+RTEjUXjo9tYjVrx4uCpuoZeXH\nII36NLNhZRPFezIyIMgpw1j1rj/lQnVd7XXyOEq5NDovDfWnGIOaBuniRTrM\nSEa4Mo20WaOXR5Ajh7ItB25LpNMXzJxk/YsK/UfE1JwyBq7TfSfhyqrL/zcB\nvrcB5h+8q3KTQVt5ks3Ko07eAUE9BShsmpiut3wHIQiU11rr9bBwPro5nK3w\nS2SJh/GOLd0ti/eIxYvqdoyILCU83OP0y9J2KTFBiWUIdUfPiug7ZplTPMas\nOeuV\r\n=SWL0\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD/OCd+/DMurXG3USn3EfHo5q82Ak3KNy/z682J5Sd7wgIhAOQF7gSZ7DTNPhuXUMQ1nXZJ9EaNXE2wqqjLolA8fiZZ"}]}},"1.21.0-nightly.1654":{"name":"@influxdata/influxdb-client","version":"1.21.0-nightly.1654","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.3","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-9EM+UDnukJ1Q5W4dSFFOZyFLc+QRIbQp5rdETnjD4AtnSVPooBAgGoY9GKeqke70HbSZLEPrYsZ4TOxROe8eSQ==","shasum":"6fb4ac6e6cfe96cd8e72dd894af01ea44be5d676","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.21.0-nightly.1654.tgz","fileCount":101,"unpackedSize":1184818,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhlqyCCRA9TVsSAnZWagAAaeMP/0uLCvBl+nCYyGuOmVrV\nFPhkZsgvd7zC0z+5XZmZMPGiAia0jmhDXEzxuENDNNFB12kNvoTBdz/Lcd28\nBzLBSYzeIuo6twNg/0TXLxh4NaacCfyf+P7rggvB0hMGJA3PEQXqLaWMGKJC\nRzhhQXp2qpxY27P3DLAXczotlctqn+qjbvUoZI90xhKutAefrTF1klbm/lTe\nRaBCaac4f9U4PB7ilZVyiQ7/LgvI6vparUPKOy99VLpNGDRpIWJ6vmqNGipS\nTGT/kxH+uF/HekOCMiOIH6wMjHt842fNAqGpYlR5Bhi6Wv9ZFnsrlYnTYZdY\nOnudRB1hTEZHhKdpjU8OFhmYjmrV/wIHrc6glileUG8ZbRQvNXcFTsl+phg3\nDBE/94D9O9jXBeceIZhpUJwuD+r/Ec79ysT1GjZFe7xA2mQ0BnfHATGtrdgn\nmK0DecsTUUPZfjvpDL4u93/ZpqI+x//ipM79PPzK77ojJgmBWjDvyI/m/KSs\nW0nt0sffi5+8XzmgUao6jEieCn94SAZoz0pl06810Xxi1F1be1FgpUHh9xRY\neBsRGiF9Wo6+Px/yHVlrDqUv6Ju1dDBF6rcac8arpmAe0mfclxw4cu4t+8A4\nWwIHSuar/Ec1GgOx43bLd9I1ILpPTJM4zBWW2Uv+fcehkPNFdBtTC/qWzgy6\n1sr+\r\n=FYmU\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCrWtZdfcyH65yi8xMDwAKnkYqJiIecJ7kYWYaY/w7yLgIhAOFf1bWadV4TZ2gR48zEDllmeYp3RR9uBzNgeZqGlxUA"}]}},"1.21.0-nightly.1661":{"name":"@influxdata/influxdb-client","version":"1.21.0-nightly.1661","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.3","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-n5ocKwW/hpiI11ggAiAnZ0V0EZ/Ni9C1I9olAOpPwx8jrJeGfagF8DEddPpA3n1LK3k+BXrxfWnQxFO5OLtZTA==","shasum":"78da3952025c37996d719881a2806cd4d9ed972c","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.21.0-nightly.1661.tgz","fileCount":101,"unpackedSize":1181999,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhnKGtCRA9TVsSAnZWagAAa90QAI5W5uKxn6IJajOG7yAj\nk7w/eMO+zn8y9y5VZJE18HyyUVsksz3AaLE/FjDh0BNqSkZBUOZWOcB38JE0\nD+luAtm8aYHIDwWEtDXlgv4vDlX2SAuQAXQFkqTl2HbkcvX2SLg8sa9v4Fbj\nr2fle8uFZfdz75FFlNS7fqL+7dK3K/Jo8chQ3obJe0ITqWro/wEePG8PbV93\nUB+Y4NHimVt9jTenCAnSn0Ly34PSx6e8jRBEPlUKkaUBQ1KWaM/zOutH46Ke\nxQFM1o9FIozSsyEuf4zWtse+0oqli19U5v/qVK5NDSm+2lZll3ortoRTCa8m\nSoqOJll9UeCRqA+BJiF+LwtvaA2BlMTRjghxr4B8wzSn8+hk5XmSuQ+wgLMy\nzabQKwEJx+URR3x6pVhhGScJfTlaoiQpirtfP2atzXrKm+lHPSk2CXLO+JPw\npGrsTS+V4BkvrMIU3YpByzR5SOCxjbksz5hTYAwbNAXZdNgYrXQwag2Kwki3\nNZxVkDaM8oXMUGZ0TvNtbOANy067JesCYyKdRYd4xWqtCF9tXAuJf2B1xMTm\n2HgHmI2R4gCMpoNQkKUzZhwhg1v8z9d5yjV5Jk85srpZQyoPRyOtlyelr/aW\nQHTHgRw8XX0MF+Z3ZSBYSakwF+Q/HDmSZmWOHP+aQ9Ev4cDxJjUzqTVAEjcS\nPfzB\r\n=wA9W\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD6bxDpLhsY5rLPYf2GtJm5PSaz1zgpYxOOCdis4GhqtwIhANSeW5Yct0cWOMUoS0B0qJI81mRKPhpa+cywv7dlx9XF"}]}},"1.21.0":{"name":"@influxdata/influxdb-client","version":"1.21.0","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.3","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-QdugX4vGFAqO43rTMfPxR4VUrEttXk6X3mZT+edcVOmIXKiJqlg4WCj7eBxJMayAs7RqDIDWRGJVGz7OC497PA==","shasum":"4d0f10db42daabf84bfa7e58ef22732ff692ad9d","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.21.0.tgz","fileCount":101,"unpackedSize":1181933,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhoJYiCRA9TVsSAnZWagAAKygP/1TGyl0u9HWLC0CfaJuA\n4eZDPHAev5eYmrzVkTUv1Gi71FqXMXRfV9Xh0yp8jmsHqBirOlFRaZd17bpn\nU2sPcyiFJlVPzDZkRQueP7IaIjvS1cqvUydhmWfkPmrFTbIifnu7hUarmWrt\nJNkBXg80sBCcTuAqhG42GEDca2DFFGXxjgyx9PeukI9W+8huvr7QsjGaJzkG\n5xoXwkQwumJv3drCSWHoeEh3qXgUA92Ab88GPxcVds1p7h92NCmMtXCeAQVE\niOeQiJReQ8SZ+9Pv7d9iQCYYb8H3qcq6Tha4o3OOh0rSFSDt13mUSS0xgjYI\nvJhRMwGE9r5WxLomnTuT3K+59t1+FP4VtT0308BqaaqpUM+TD8xDmUrNJA28\nptQXJr6b1JslAgpKi0R+rHpEu4dkUJXBXfFK1Us1+ssrvNK+kFePxRENR6ot\nxMWiWuAYsiyQP1VvaQkZ9QQocjoLWtYgmJOrarKqCn3JGfKadesUyBRFBEYG\nx6dCL0o53A0HmqvKEQhcU5NxPxwEMYWp8z06O5Mm9hGKuxbgaChZTt5qS29j\nY5HDDD2ZA64VjoBuyVNwSc4pF/U4R/EChJpzG7fMiZKJ7TyLDVfNX14EPjkw\nF+qSrqb4D0woySLe4Mw4kIxIsY1GxWC1fZDjaPwJktQcX8TIzknA/LN7O9n0\nyR+t\r\n=w89d\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDfwk+VXTw4DsZC1NE/C/VpPfTr8gtXbYgESDRfVtNQrAIhAJnL3/8GSxuvQzID5FQvznbLmvWDSh/f1RQc37HK3mWB"}]}},"1.22.0-nightly.1667":{"name":"@influxdata/influxdb-client","version":"1.22.0-nightly.1667","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.3","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-MyCIlP8T8l3KmZhqUvQmWJ3W5813ZufdA4hKe8r6FylgA/n32k/F+xDtKPpAsVwBUH3FeFWU0aWHksbUjNV9ng==","shasum":"42f2b4ff57e2f4ce94448421c42290a033c521d7","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.22.0-nightly.1667.tgz","fileCount":101,"unpackedSize":1181999,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhoJgBCRA9TVsSAnZWagAAN5QQAJ/NnqQdVgIRfHD0xfHX\nmyGBkPzFTilDbdjN6dOOSwNLk8qneqbVTCY0DWW/Cd7tUArByihdyetOZaBw\nKK+kkYF+CvQBeCeosWzdz84J2SXWUCjOgpQ6z8+DEN0IUW9bkxS215p3SUUQ\nDx3KvDoloR8/GN5+FJ4WjlLgMs8xZRATJDFwQr7pOaZgqzh60o+Wcxrb4FVI\npnNR5fCPIu9KTqxAoXAFjPU6Zooxg7tqrnCFU7VyJrTWTffDrSU32Dxg+JJg\nkwZefDMZ8q7KzLmMDkNpYfbMPvTGbmpCffabXrLCT0RLmWkqUUAsKgtY1gkf\nB83Whq+V41m/CU591cSiDOgom3ISNxXIY8yIlBeoEItVfAph1VEhls+5l4mq\nZnkbvB55XPFj7p46eUziOdHzMoOXtg1p8R/ZIGDn4Qchz/FSMKk0Kld8+UHB\niRrVS571HEha7S0MzO2NtKwoRvjHqrrVorFypluYlfBHza4p2hrlm6+TjupA\nynuJJrgH0cSOK64s5fvLVxcxt1eeRFM0gEvKRZhDTiOLP2nPDjPzqYGwfBm1\n/Gze3AmSW12Cw1cLrcH9mb+mTkvPAKt/Q1Z11mdDB/09xRtvHWAWHjqQYPA5\nyZZrb23zeP4w7eqwOtzXkIfIydefLFNvSZFl9fDjkuKxTguVTBCgTJ9ioQJz\nDF78\r\n=Cv1+\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDqXvRjjVg8F98DaU1yv0sl4m4dc1f7JPH8TvYLW/9a9AIhAKbLkdGU2jg9hKPCK2bsBht+IR6hLlzXGUc1gQDktHUl"}]}},"1.22.0-nightly.1670":{"name":"@influxdata/influxdb-client","version":"1.22.0-nightly.1670","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.3","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-V8HXpkoFK4qY06Sqp3tReDNo1d00cUg4YPvXZEQr0CiD1mNFmWuBJKFJxWQLyuI0w3tIAolFVvwH0c4edFeRwg==","shasum":"ca52d0c5739a2089b41643d6c47cf31ee83791d5","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.22.0-nightly.1670.tgz","fileCount":101,"unpackedSize":1181999,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhpSkiCRA9TVsSAnZWagAAc6EP+wWt1xfwxVVRvis4wo82\norN0a9HHLglVul/vEJxer0pg+vfznOX/7shLmVdn6e4OppZylFhZ0xGKE/Wh\nFgUViAKF65W5OGg29uJENFZLDLUMR7w4p4PuBrk4g+5KXahYiXPEQecfRjeY\nZdB1oX4p/dGbUeMvj5aLXuKKi1XzjkUj8AR0hz/+5fXhqlOjyC44wLbNoOHx\nQzXoPNX6/gqw3scDHDsCtlyPEbAgUP1H/GKVZ+bfAURDN/6VCWxPm/m4qS4h\neVQtE771bc2YlAE5B/eotQGrkkbCCpj0FghCHa3EVS4WqoLTxSR/Xjb5alQD\n0oS+ZyRglUik1AKfFDmVbihTvrTjK/UwFLRnIXZj2wnayhdkkVB/+xT35Nfz\nw1PiA8B9x6GjWthbNaUqnlxSidIvXG2dm7BGu5jMvAgWsTPBiuoYXGQakJHg\n4owSBLCz19/PtIeqIFUMANHgaRkIhSnKpE221f7MS9/H5CVjqE46XWzDfXDh\nqtYsR9yY+ZNEVtGX7njnoPu5I3dDPtqMpBFQ1curFyKZWXvECl3h5bcmJmaA\njWylnXfatGRGLdMhUIUVpe1a/2dfJ9vYrM2AT7ONiVkeVG9lU2KUdSZg5fG0\nRf4SDx14kzKrR/do+T1FoecDLmx9l2aaSzJuuR0lgOkJcGIXTGzoKHmMLo4i\nu/xW\r\n=V68j\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAzFat2F0EJQtGZKwbochbr7T2nxbNj6FVHZl7x/CyJWAiEAv2xhR2xH5Amjb/2sxWhlV7cHJueRB7cq6J/7GdDZyQY="}]}},"1.22.0-nightly.1675":{"name":"@influxdata/influxdb-client","version":"1.22.0-nightly.1675","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.3","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-9mwwLqpujbhk8JbFmk0q45+B1rdjRYtEfjo5e1wpVtNwfiVKkDe2C4mwmZJXkl/OE82V2LJ+wLOOmz0Qg7fDwA==","shasum":"8b86444c4d52c077833f6e182b2400a5ee519e39","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.22.0-nightly.1675.tgz","fileCount":101,"unpackedSize":1181999,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhqgBVCRA9TVsSAnZWagAAZGQP/1HPmTOzc3/ux/bTYYtQ\nE4euoRSxb4paROS829zkxb1Pm+fDx40Dzga3AJLXAWG/d5B1f58gB6KAdiub\nHn84E+QypHVxAq3Vs9BiWBgJ4dp8YCfUmDCdfmjYwme1YgbnjQTFlfbu0FnM\n7pXLSoddfJS9T4I9dwRBaJCTmGyMbcuZQkzNzNmUb2DcWy971HD07ftuhYQt\nwyPfJx8lo/0nZ4JTEQNpy4qA6QAScHz81on662NLklvD3V4BSkHGe2eG34zn\nNBzvz4RxHFzkK7YwWEsb+Hfa48raCi3L2VSF6k3DDsnTl1rqcL8b5Ij5n/Fe\n5QvOElL3sH/AI4B6708g11eau/Hqi7ST8RjPWDBh6UPvSu6jds9wvLF+N6W0\nYsp0xVnoO/nJVtl45JjuWzCNMVAFhek818iqE/62keRccA8PX+/4W8OV1I/+\nhl4fwhymIYQITuWmV5hh1VS/T8n780B/2W//I0eggOpVO/Of3FupVAVE29VX\nmSjTfRJER4pj/PO+mmnyxpFHuHKgLDtrrPWasruelVrKuk8eGMtMqkw0slTJ\nrZ9F2+NRji9zG2zb6E+gb6v7/oX6i3eqNhiUXq+1olSk8c1Mt7DWW0I2SJ4e\nYWh/j8fXbsibuMsZWxjV7ffAtFsv0xeKnaOzxgsk6RRwW7j2VSNZvb9cDgbF\nbuwU\r\n=41DQ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBldwE36rOajmPmsI4LNPnl3KAnTH9lPF8b993iehZZ9AiEAxV3ae5VXDdxPenFQDaCbAkWWAOAelyKijO6T/8ayPzc="}]}},"1.22.0-nightly.1688":{"name":"@influxdata/influxdb-client","version":"1.22.0-nightly.1688","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.3","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-tz9yzWeTAhg+NRQyWTZqh6nIK0bQoo67t0Y5qcP5mzkjvq3BwW5f20eomEhNBrUrFcZn5mKVzRqnUHRSDgrzWQ==","shasum":"df0371b8174b3c752d5907038154ee875b98f4b4","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.22.0-nightly.1688.tgz","fileCount":101,"unpackedSize":1186507,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhrdysCRA9TVsSAnZWagAAUDIP+gJChUWr89qaepuwAAZ7\nxJ5+znGk8AtRTukjBbCBJH6qGdS/Q5DHg5F8i66cgaJfQEqrsPEC1cnmmlIv\nW+Q7X/b9eQvxb/+KvX/ltqqJtY1nOOF9nbfFBViH6RYyiN+Dx7W8mZDSjcRD\nLr/vLWiSxKubDP7aXRU/L0FFAUU/7Muv8h8u+hktlEirPrrj/NHdbWrjczEe\nceX/Hp2RXsKc3fAMuZK663EthldAuwxjDgs3UEPPdOKjw+JQBmaBcrw472/b\nDjTLvZ4qIzzteo2nwFmBa3xWi+IEqMoc9s3rJpC2xHi3h+ER4r25A1r1JJth\nNmrCmoik66uJQvAsA+TTD1VF3CrmOGQIFydf7JJR9aELSUZ7faYRm8/y8QZP\nOjlmX5Ne7HGgqimji3L5dNvpsMpZVziYt10s1oLrl3Kkw4/wix1yIAjgBOXC\nX0YaxL4BA++AfiyZG8SqlmSbWUf8hezQk4porfOa85ajo2ZLp9kT5yclpFng\nAhOi8OksXNFumV/0yc2/GA3zC4rsc10zqagsd0lXnNTLrLISPvRbJUgEQqhC\naBJzEzb2H1dCPg/hHI8uz5aQb8cC5T+y9s6TLOwEyX4aGxDLQ7J2RotBro+5\nq3cqdfkNBb7NyD6+7sLajWAz0+4PZ33ydgdDE+ko24dVdGPeQsIQhi4dVItD\nIIzd\r\n=D8q4\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDF8nkWT9GZecrFcZ2qgmA9s4O59ZPdyvLpI/osz+L8nQIgR853gLoKcyoBVnwVesmfhu1Mxeu2UvgpYMfE+YO0wHY="}]}},"1.22.0-nightly.1693":{"name":"@influxdata/influxdb-client","version":"1.22.0-nightly.1693","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.3","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-MMG3im2E1wqOYKuYldh/hg0nMI3JSMCj08iCphKdHPVp0DDnlJEmS/zec4aamKVa81dXpCXCraAs9HDH0FdQeA==","shasum":"35d77fd7852839ef52b33960140f18e81d020dbd","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.22.0-nightly.1693.tgz","fileCount":101,"unpackedSize":1186507,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhrhXmCRA9TVsSAnZWagAAgicP/0q/bzr2bYwFLKUmuB6J\nMN1O/2Qbzo7Trh3uHx81wGW1ipFfwvEWPXc9dKMnyCZS28U2qxDiWdu8Sp3d\nAaO9m8v3Zecn7jP6Uk492BnSI9ccxBADmX6XyPeN3+fXeyHJDmbwbRjfFVke\ntNfm5284LrK8FgVgNedfsoGi31UIrQrEvCjhW/NQFHTA8DbyJ0biUE7OtWs9\nRP3qCzahRmSlAPdkvhgYNHtM2ITLsTNMwbBi17PSlgekDIGIYdxG+rVzXgFe\nkL8n04WLtKqb7F7++jVqZUM7j+Na3wT4fgUh8Gw34G+VxxymhyV/qNCTaoDI\n7VNTXHzp+1ikoaKXz/NDyqfSVXxBKP8SQCgDF84Uux6fupSHSrgzD+PcT4Sk\nYwpSTByOFdCLxdRO5bbSNFPUb3ICAtnxRoAyRqr/x7rupDfb9W8+jdcqc9pZ\nxG1dTdYyjNJqR44pDjiaFo+7k+2iXLJWDTe0RO2QbSILgrK9s18WspnveiBO\nWHmKxGv1Nl1nzPN0TXqJkaVpjwhoZNZaOgibIL8Tmna44Fh7ctnlHWzmILq7\nor81WzXLZrfY/6r5BdV+2/I+y45E/WrB7Ken5Hu8ye/hKejEgof5vcaY44Fb\nW6nmy2lzh90apc8j9RPo47CdFaglVWAulkp+yxGp+dwdsfLMozcGkDnZDrZr\nStNC\r\n=AwYm\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCID6oic0pB3HMc938tgoGpg9XZp4eG0ZLc+md4U1Nqs9CAiEAoknhTA3zwU+w+1jav6eDEFTPkG1rGX845/wUqw1nOwk="}]}},"1.22.0-nightly.1702":{"name":"@influxdata/influxdb-client","version":"1.22.0-nightly.1702","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-V8IP6MvtvBrZxHP7fyhU98miJA1JjAavjcOgwuVFiN7S3BQ45QkHHroqeVKuFPl/eigngVYUMtLq1V4YAs5/Tg==","shasum":"91fa29475b5650e15ce45e6464a45aaab4a78f3f","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.22.0-nightly.1702.tgz","fileCount":101,"unpackedSize":1186507,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh4GxiCRA9TVsSAnZWagAAelcP/35W2Oe03dAQ0ZbG3X93\nw992Cow8IUc6MmHELwm2V8vf29dVDDxDdaW0OxHINmegV/YXy/h3PXvG+h8k\nwUZLNcawle0nwI3TW9KNztwPt3C6xyEXJm9+M3mt77IImfsX+p06YK1229KG\nTQ6xItVk0VQDriaocixPpT07pKyfrFRjoXE/rE7ua5t/FDL78doK9PZQ3d0T\ny04ipJBvaeTEGY/RE5mJXc0vtS4n5eC6aIPAl2CaIDbhHdzgbzEaglj+sTJp\nAPfxb62rfJHlybjUTg/s79drdi6UWyMj6D27PyTmokRqboUuWoQoCRTHa5/I\nHuVIT2G8kN9rGiK3AjF3uNQCsCDvjIMYW/JGTatpmlbd3NbPWUAy3NvaMrPI\nhukx5Klr6gDRCrJPFCKklXdeQMk5qZOTjdqN24O9NljgoKnM6N2eX0iHUsPm\nsFplZC98xKy3RugBFKuI5Z6Gfn4CL/bymVK4NgulJrSBC9a38cG7bRPI7PyD\npRT0bdr8oNiyDFG7GPhuYNWGLwvO7ptaZt/w75PMaUGMnjtJK6SfgWw3ex8q\nFj6qNE/qQzFPdfiOKnSU8mO1uMTsizZx3cs71wgJaufUUrAyeXLxWcYgAbIb\nqfBFoTYUK1sHJQBMTxaSVsfBQc4WM/Z5gkSpccGDlv/n5Bz5LHGpqvPjgNng\nM0XN\r\n=S4NQ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCN/X4Z/5q/z2kzY8I/2gTqjyR1KJi++4MsZ8XzOA9WvAIgLScmFZUgGrHm4S0DRLbkc6mn3wZ0DOyAL+CeWLJuEmU="}]}},"1.22.0":{"name":"@influxdata/influxdb-client","version":"1.22.0","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-kwJUPek/K3NEFbjWttQXd4sSyBXa3oxyzodkhZ0pXgiX6gBDYX6ny/YNZEr5uGeBBmBWvLZ4k9Ge3c5rPr5B2Q==","shasum":"9739888fd10923f4e5c4a1254b5eda171fcbfa05","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.22.0.tgz","fileCount":101,"unpackedSize":1186482,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh6SVqCRA9TVsSAnZWagAAP6oP/17pq92x1h4OZYdyjah1\nbyl/HXYVoRX9cf7H9JiYGhrSXLiSJdmOU6HjqAOZOMlQ+/XArR7ywtYY7VxT\n35hyGEnFksFq4MrOGhTWEQPPlrkK66YBKFnqDW5YRcGmWJI57DZaxnkUNuB1\nT8WUdECHLZlAlDO4SK5TnxTk4En/Ugi22cHbRJ8WKYwPEUXU15AyCTfMLeRr\nrP6q5GNy6dP2giiDA5ryAYbWAxtBmzkIb1/bfMJv3cI7vaUPY2EQoPesFEnN\neAhyn+GA69X3MRkscIB41KWzvERUZ3Ol3MU/YjT5CE5ooceY/bx8zUDC0uxt\nYNOnDlpPxX9Zxnlj2UbftZvdaf/PAPTp56FFrlgr672534QAHUwtUGia4CG7\n35TzTJQ/pRdsKsfubrqrxZbrFP70YpwCDfJB7lMIJcplshfvDYWImtaKUoJ1\nlrsA21Y+O99cvC0sD+RAAeqzZkOEHdL9oUZSNm7NZeBB2ooRg91MJef0xsrV\nIqomCmGDWcWxAHfHFe119LExWmEJdHN90qX02pYwsbMUMnKQ/Z6pMOeOmjzx\nSoNfu2Smb1yZu0qgqRl89SGyjpGkkC8wXehBf1DKIwAfvSRokkk9i/B4JbFv\nZ5lw2ABnQuW1Xyp9n/TxLR0y3EHcK4rDHEy2K7a/rVlvgCSrN6lTttdAAEw6\n6m29\r\n=t7iZ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDeegi8kFasdbWTT85cXNs5o9/5woPIdfdWAz5BY9KicAIgb4qr/IDUAY4reKhrpPyoN91mlvqakzs7MjkU0LhJCDw="}]}},"1.23.0-nightly.1710":{"name":"@influxdata/influxdb-client","version":"1.23.0-nightly.1710","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-IFFYj68930+8POCH6WCaxKz58c0eZ6GfKKusqSIxY7e4y1Zm/MWCUX6Q7OYp6nuN20r5jhNRykg6eSUcdg2XBg==","shasum":"ca417a562c3f6bf9b67b2af1495f6a6cbc2344b2","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.23.0-nightly.1710.tgz","fileCount":101,"unpackedSize":1186507,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh6SaVCRA9TVsSAnZWagAAddcP/3ulSKiHm6SO7W4//nwc\n5eBuJmtA4kYWDCYSLZ4UxwOSWtCzrTvbHeijJ8RVP95wyRLXmD7mWV5R9L1Y\nhWIST4llJMpOl9Fk9KeP0QsRZ3WnIUP3A7MITWUvvyPXh/66tRGJ3RbRuB9P\nVzOHGdY6S8SAqGFtVNgVTwUkUR9Alr9y4ighu6iBgSYEqlwP/gcKN2jnPpsZ\nFmsUvpagTklniSL6xy8qbrbzZ/wBNMRraVU01lvuUwz/PuNOR/oPmabiqasR\nT0RchhmSdoD7QZhwQWysg/rOtP+6XuHeR0BX2O+DBYMcpoD37WGTxHICGFRS\nPEwPNlXeAVuqsqm5paHKsVlR0CaQcl6k1+pagowbCCafx6fvO6l3jFdgSwd7\nZKeuuLe8jHq485uBlf6hx1KPPhKNyvZpoBmlewkNwoIhwQLqw9mxbK+XAW8B\nOL7bFqp7lw0cixX9JAwlRtpqrMdrjQbkbT/KrntGINQ5VWqcFggb4uRC31Hh\n7F6oc+VBVJ8Tq6Z63hInA3Bwd1SBxOQ7HMW4F1u0uJwyIgYM09ggOvZkfrwb\nISVqPAN4J+1WV1WJL0SMKrjakXAtpYTUA62ylT49TjspTUi2BbcAca9HKVvW\nTNVtixNzzCQnpaE3SiA/L4PFYDpl3eUUFHa5Y3g/FwcQviz2HvdnBAEI4iYz\nj68T\r\n=fKq6\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGtPR5Jo4LPnQEMVBK377ZXupGkbKNtrq377U5+gIVKQAiAb9tw2F6P82Zkjb9do2XpK7aoOU+bQC3cHYgH+9J4aDA=="}]}},"1.23.0-nightly.1713":{"name":"@influxdata/influxdb-client","version":"1.23.0-nightly.1713","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-L2KQ4f2RT4ENa2J2CEgPXRAVWAySGZBey5jsel2ALUEuWNMddbz+S6y6tpWeul+xr8YjM19iDV3FXMFdrX2OBw==","shasum":"8d60555d4ac80d709f452c923ff159cf834f3337","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.23.0-nightly.1713.tgz","fileCount":101,"unpackedSize":1186507,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh6j71CRA9TVsSAnZWagAAxg4P/3Gsj21GWcsgQMZEeTUb\ntFne5bIXVemFBZDMu42WsqiOfRx/MJQkb0Edu3Db42l+wDvUwxwYqBkEjv2F\nswgydTQWe0TO8N6Ukm/pvKnBwqAai9TvSrLbo3DKFoS3cDpN5Weu9guRXmPj\nFp2UNuGNJOhWfk02NcbKS0g0QklPHftW3JkLWpcyHRwJ0n4Wvbj9I0DgNzZk\nWaCJbNh1wmajlqC4jhCYeWnz5UdYP2TdFc7p2yE+5RNbUl1e+3lzoMsQRivS\nbouDGPIJbTmLul90DQ4SCMDBc55+s63SdpU8+QN+g5QQZoLbpSxVvgXUejaK\newcJtLZATV/C3PAz4M+uuptBVuOBEXd2oXBjOOCsJkw3dllATng0uz60K2L4\nyjiBnE3uVKJyM1wfkPteE4Js3lFRa+Yf2dYA2Ybh8GBMWOZziEYYHdXRfUG6\nI1gfgYyn9sczMRjoNJa6yHt1ZD9zxp3LmsBJ44qhf4+MEwJZzWXu1BEIK16p\npiVBUthwcwuls8WVQdJdaBx7gT7Th7BSVHbV60wM2L2JN/sITmeB+UAdXcK4\n6RZdelYAhGKvmC7C31LrmaJtWVZUJbI03iSOGMHuWVo7CF7GDCkqj/0WiAsv\n7bSZBIqfbeX256FwhQ7ck9Wgw1y6uGK0Q7/ysuEcclGVLt8MlRqWxZn2Z2R0\nEtey\r\n=OV+6\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICQvDm+1ovUxeCLRKAIIluB4Lwm7I1Yd58aHSOdr2YpqAiB1XdfsvFEsQse0dMcUxJdb3ztMk207a9bpANVUdB8zdw=="}]}},"1.23.0-nightly.1720":{"name":"@influxdata/influxdb-client","version":"1.23.0-nightly.1720","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-ZhGGxAjKkVR7Xd7GvWeDqHmxLdSLipHDdwo0u3hpi7p13d5SDem5d5FxYKNcXeIevG3xXnhSC3jx+L0BzLc2oA==","shasum":"a0f2b4d61845173d15d0436c84e3336d072cef08","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.23.0-nightly.1720.tgz","fileCount":101,"unpackedSize":1186297,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh6qK6CRA9TVsSAnZWagAAXb8P/2pH7OX+XWWlfOzaBY5X\nkcv2TgS5myjp+ATWtqyW71e0qEEYV/4k01FoUeKpkjd43KRig9kbRFXmd/a6\nQztjhnJlqEmNqptxDZYWG0hwVx8jm8Zj4VSicsNhcIhWRyvOS1ZYA6qQzw+X\nI48AF29bfBwT9QkEHLK0c9/1s9oWTJtv7glR2UpYcedI1pMdpvigiXDgOtHa\nz1nEVjGIXZTNvJeS1CiRcjcYbppuYEwMaM3ZExU+c+Slpz0wQJBBS4vq7v+r\noOwP7QBUWuaFCF4HQaEbnY4leAXmCmagkVSsjLuMNFHLKO2fBwe2yO1jovY5\nYhgwph1VH97apoojbhWQoX1Sc94TrP9n84Mjbx9MkfbAvtfSEuizK2zLl+Oi\nin6/QS0SHlm+WWTgmbJmr4X8K+uM+/Cut8jbGxCQ98O9Duc6S4D8v6R4WAy/\nsh27fAmmQyAFO5PoxCJ2p1rSsRDRV+vl5v/HrwEConO0o8pS2d6vpeW9+wQ2\nbOEQ25jN101AF6gSHL6RSz13QGc/ZkIUkX4exZAZwoHEdJvBQ5DyIlq35AmQ\nuAonbyn4EG8JX+7AhrpAZE5I1vv63fokXk0OCB5lSawVT0nv/Hnn+VNs/3dL\n4Oby/9L0zCOmETrDxSl1n2f5TDjJo8DwKorg/UMfz7H0Pi4vlQ+B8MGupF67\n1nox\r\n=o43o\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDjVjsK7f97wVnL4zCFJnYAWIBae2bq3YvtS8M6dYREkAiEAk+dHbKzCDI6J5YaEgsCI0rU7APiHN3sDM5vlvJz8mmw="}]}},"1.23.0-nightly.1735":{"name":"@influxdata/influxdb-client","version":"1.23.0-nightly.1735","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-hCzvdg1z9G4QcLuuUDYqC/CtqEdwhi6c5fV2UmE3fosA8V5ckDD1V8dWxTLxY/W8foxcBvi+bTwne7bXEXiXtw==","shasum":"55a7d397f23d801d7ca0e9e852f6583b4a0ad5d9","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.23.0-nightly.1735.tgz","fileCount":101,"unpackedSize":1186297,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh7miQCRA9TVsSAnZWagAAm5QP/jt/l6da/1ZdjLj70tH8\nN5vaNx0/CBoGZVTppfeBWJwtL4x0Q8AfTSfZ6eyWx8TcXCckbVszyIMW2irq\nGWUT9Ko6A134a46CIz4Oemd3i7O6sWKw92HvL6ll/eY4VPD93ak6tZQDpE9z\nJzl++YqtPWeGDwvEFG0O9q1exAfA7r2wLHFBUKk+P0EuR9F2qlHp8WVC8E43\nduHtyY7RD9WEJ6gUYrLx3EFChOz7nGoEMhX3wRaJTOhmWdcZJi6UE684U3Y2\nubTcH12aRwIN9fxYnKL+S62x+VraDboIBXF4thmC0T30cimCpy3EujDv/bfp\nCAGYMIOzRz9QntpGvPV24qvOrRsik6gzkVRZgI1WO99y2uEeG+zhi5MHpUbd\nm0OfOKpTCZxKLgJDz3z2uranOr3LhYaqrMGkiDnGPEJWNsJesAq0jTA8NzZL\nzNui2NNA/oZU23d3tnfE7yoZSGH9D4EL33dQix0RJbIgYwF3bc3CzyKoy0Dp\nlCMUpB4VQwGlGhziP6x1GMO+NGdYIl0EMt+d8sfuW+434WPPS91LYD6iMX/Y\nn8LEJmFnrU8H2zBqzvVwi1nM5KqotS/ZnxPuHFH5DlZFmlyyiwnWLUhabQEt\nd+kf3bjtoRQ5QVLVKcJYAycRRq8PZeDtChqEXUUh8R1pZCzBGT2R2JFa0nXv\n70vv\r\n=0m8s\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIG7dRGDPv9px9+cPnykYt5tJ39sl/wmwB+Or5kP0gnnAAiEAm+OVACiLTkzi9hlkgRv1EJBPC3KKbdCI1DpOxIjGj0A="}]}},"1.23.0-nightly.1744":{"name":"@influxdata/influxdb-client","version":"1.23.0-nightly.1744","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-zs4oB0IJUamg/1haWa4GvQeeZC8Ukt+TTXSwhrag9baTnI1eSyDnSKB1SRINEFnIpGYrl9PJzEyCVvDWN64vlw==","shasum":"a95291d70cde7b3cf9fddb0f99b59e6e51901dc3","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.23.0-nightly.1744.tgz","fileCount":103,"unpackedSize":1206577,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh+V6iCRA9TVsSAnZWagAAwD0P/ieFiyNwSn1GeT/Ft/rT\nvf/M4a1jVA6Ciw+Omcj5QPWTOvoqbWr/Yx60B/rqGhPx8LfUVkjWMXAlMrgi\nbixN8RSsnMB/myE2Fk1RS+fGjZP0baNXPfI4ESI9UapWlnweSxPUlYQQcGPQ\ncTPjtfwR1XYfXvJew03WbIC9Ds0b2ksUDg3Z1MXkS82QhHhUVZpVT7S2ntRL\n2qwmb+8a07QT6aaYOliJnp2ujmqKDOlL4CMxjJgHdfDE3lEPox/svrO8giCO\nW8sghyk8LPfwq388I4bzFAWBluWGslOKB3PBdJe8iEKHPBMa/QG66v+oPVb/\niQUQWVP+QUKLmJ6zQef0xi76SJOdTrnuV5W3sf34MCJ1KYhoL1dpu+ltRHjD\njODYGWuAWiSQpzdsR17g4YUJfUu2DHy8FwjH/q6wjdhIoOzUdUDx+fXP8o3Y\nmpBUGvsyjJZIei9XSB/0VQ751BHD6tSUCe1HYN9sbZUZNbM6YGwzp79Kj1HG\nc9G1qRr/qry4xanYCXdjhhbgg/djj9NjzpVMrbY4WB+hdFuuEKDGzmCd5mof\niBPLCRGKxDU+sgJJatMOX+08lm9tU5RJAJ+UcfuK4lMucMtmgjHvcMy9osH5\nSaSfAYPHmxhRBojiAjqTAjvStPQ2zWFbRuiVTMvq6AZRqgH3T6cw4CivSIDA\nOLOy\r\n=sX11\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBWkq/d0t7YMLB+PIGUKdNxxVHPW/EcEhg9o53G83radAiEAh04aUEkYhDHX/qGeLDQZT7rca3+gk6wmv2vEOxVKnVs="}]}},"1.23.0-nightly.1751":{"name":"@influxdata/influxdb-client","version":"1.23.0-nightly.1751","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-pMNF4TXoVEwYILO/mBJ2pKEBWHagHAvugrO92BDldZnunwDdW3s3GGHVYJVkNM3K5RNEW1nkslR7aOPfHsJ+mw==","shasum":"da21be7d76d23c5dcffe25aa124833097fb814df","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.23.0-nightly.1751.tgz","fileCount":103,"unpackedSize":1206577,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh+kiwCRA9TVsSAnZWagAAHxYP/iLpZ4fouAh2TEpnvIuZ\ndQjoTdflhS5XKfbDdP7o9vOnQYwKx9NmvsrOfU444CT908G3fc0R6eFWjeAh\ne76rxhTjQz8GCMOQpPXdsNzAdbs5js1eJzmB+1evADkIOIeJBXVHRhNhEQq3\nyFD2fm26DlVqv6hMNDewt5R0H4BAVTBWyJdEqMuShZsdGFzHB9BuA5loAPcB\naNzGH6dDLAdqee5Hj/i6L9pN59gS5KKbhwjFJm72z6tzdAJrMKTZyVbhFMgf\ntft8x85oPnYT+UWpXgxSRNAv1dKGJNcfCNdUcHfbdIegL/87M39saBQITihd\nXvVjpeS5m6lW+AVl4O+IJsuEVv8GwjpajnqjD4O8TyvrUoTT/HGQDyfJK7Zv\n4aQyozQStBeC1kqp6uc5NVidb3aExtSxoTg1jsFUXeSACu/nLvmjT/PjcxYY\nFDat1k7ZjUAvOxmar4yFn9IMI3u7eKtOK+S7+Y81GX7VAd9KR0BLEmWBvZV5\njYYEOfClyS5qQRwyUDQCoMuhOVvCCyyam8rGJ0uWjnuFq/4olp/1ATBFGY4e\nGYRzmwUi1orGSt4w+bVCUK/Dp7N7bhLeGcGiDlD+mYs8uQfjcudhUPrtsbiB\ntuHUchF9mpeQb7HkNzdcf0EI0RQTiW8c9HaIYIQzH2nc1xYxd879J8jqJU9c\n9QIo\r\n=hR+W\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDC5hwap1zErdHoDkJqZilpreah8BmqgXY3bZGCtlzhgAIgJ9/SNVy9TvHNfrj1lm1tv4rMMZtt4pJbKpORAT4wDfQ="}]}},"1.23.0-nightly.1760":{"name":"@influxdata/influxdb-client","version":"1.23.0-nightly.1760","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-cSPQVMUIuxUtI5O6dsJ8PE3v2tnh7SNfxjj1smdWcaAWNQnRpUfuddsCjA7ZGuW3BOt/k+cXj4WtCY8YkX9Rsg==","shasum":"f958bc1e765dc645e9f263b4749b6ca2c7851465","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.23.0-nightly.1760.tgz","fileCount":103,"unpackedSize":1206577,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh+9z6CRA9TVsSAnZWagAAtnsP/3k1i61AjGq66e2Ms9G7\nfzr8AT6+Bp/GLFk/kKcB6EHilMPGMazORJ45lKz/BGCjnhgKU3d05AN+ZxvX\nHfZCrprzjGEwGe95mYszfTER5fzkPSYsTwRHsVzAGZ5gasHY+NjYuF+0sBKK\nmsjSC8M1Xhfiu28mUnznxv1NmR4sxBkGMTkYs7hr1qGngCL6rGRu7J5cOBjB\nzJ0V0G/o7Aam9yE+y3LV8ne4jrZXt9xNWnjjwxLy5oLltPfujIae3pNbtncS\npIUSZrefV4FQaWP5VordEByppIssGxaP735UrUhxV/1s4knW6vaHKEOHJjij\nyUz9dIQtURdrIUO8GQLtVKUtdUC3ZASzsmkJsaPhV/0zSVQ2e+qZDo/KgX0d\nUmVbSf3/fBjBTzbly5fPz2IrNyCTTfrPZGLJS0Xcubd56gw8HLXTIhN2bD3N\nyD6kv2PeZUuo5gjNbQgYBtV6IQHCGNjhs2V6nkdag7bRLf3KnvPRm8vOi8R9\n0Hp5hhJneuEvSSi/ehiKruq8n3zY/AGNWHQ0R9bswXaVz0u8ZKw40hTWNXlO\nisD1aAXglYvBpPm3qV7pc+CxX3bjBWc9PXcFhbj115YQB3fPgQibRijV7+MZ\noGsmQHKbHvJ+FmGT9l1h+0jihwC/g01brYqkCfW94wzfowtO+eStkn32Si4z\nyJZ/\r\n=8GFu\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD65KVNr0CNKR+1Szx0GQlrNfqA/bhT3l59E2EiL8PiXAIgPSZvlRsCmwAeFasUVUTxzlxnfOKMlvabxRIQYsW4sF4="}]}},"1.23.0-nightly.1771":{"name":"@influxdata/influxdb-client","version":"1.23.0-nightly.1771","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-8OcOILi8NNs9zlHXJ9c0NQbZEn4OVzxpIn2wDVmN/JKNo72K871FMRSjWUQQJRRGNScjnXVQHEggBDmtIj2+gg==","shasum":"339e910e892ddf2d9b1ae52aa030abb4e3c06447","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.23.0-nightly.1771.tgz","fileCount":103,"unpackedSize":1206577,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh++rFCRA9TVsSAnZWagAAdtAP/i2WGI4vVe8ASVt50Kv+\nxG+mUitIzTIaDM2CAQjlfhrPv1e1/t3KNRcKrBlcJx5BNRQL5p7TwwNe1kuh\ngZgJSMs5tVCq7kJV9yuufggOW0d/u7ouf2hHpjRj5Gk01bvrglcOL1CCilUD\np8y/Z4LAlgU69X1Oln4bseyk1o8YAcmAKQGyHC2EOzmIygWsykdEk/fQ2c0Q\n5e8mtKYI5Wbs30lSw03q2sOddnJUM6+Y/4oYZ21WhC+sVAkf72zBQAcMlO2R\niHhCcd6BrbSy1dMO0jGm3JoRxyYk/clX6iN30ljGDDKQKwAQsEc5lup2g9Dq\nwJMsOqAhKMGBX0iEvOYj0HbImbj0D3C6O1+o6UXU8BmDotR4L4SSU6SNFucW\ncngtyMHhYq7kSlFr+MmA5JoO41yKsoZl+zcnOjanRwV6jd+EwZKg30mfyEtK\nJVjomi8gXp16og3qWnJDYy94+NisANyVAbqN365JHXO+BSR9lp9DajR0DS9R\nGtlpOKoaG4ZLDMz2nOkfzzkiEzQxxBGwGH1yLPkiuGl34lF0ddXD0IRtpleU\nrc4SuugdeI4FgNf0p/aIZMejhDj3OIGIzRqmSOTDBQbxrEeixiKSMLQlHYBg\n6cGXaIh7xLXY73O5wrUbgIpaHnrEi9TEcrK+I+Ztz4Qi0x5EJc65aNwUElJm\nb9LY\r\n=Ble5\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHYbTIgEAAgT4/G2uN9r77CieQuv5Q7MpflJhnnM91J6AiBXZH9ehK0KH71bYbmEp0Vs/wXZX5bnjFHMZxlT8F34YQ=="}]}},"1.23.0-nightly.1776":{"name":"@influxdata/influxdb-client","version":"1.23.0-nightly.1776","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-wMTjw01VLY+Ylc6lxN6ulyshw3QiLWFc3N2P+lvcySzUFnWznWgkaFOGtyB5h2IGho/jlaM94zLj7gUdJf+rpA==","shasum":"e977c6ef9ec050e5cd7768bb7e3c9473f1ef9404","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.23.0-nightly.1776.tgz","fileCount":103,"unpackedSize":1206577,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh++17CRA9TVsSAnZWagAAbtMP/AmRf00w9xZUlnT4DEdq\niC5jOdB1buNowEsg2f7rogao9x4RBVc3NfrvN6av6qh+i1pvDrPenL549pun\nUvdG7wG5YeY8OEakXpi2TQ01UXb/fX+/RDDP8e+mvUu3Uq2bbli/Xpv0lGTf\n4Psm/cUlAhuYG4ReIS8mfTa2+YXRDfuwCJYP1nUoCZ4qFGwMjuaJeY0bfyRg\n7axzs5subxZsEc+yfCYW/zXOd2KdFr5KsXB3ZmZ/Z+hq06uj+kw61r8ZBvoc\nlE2cn785r0H+4fWdCW8CERUKNdOoVFu/Owv5uSWXEx4K4GLSESK9senqPn89\nMc1t9K6dlmAAzkytyCuSUvvqBSDuCUrbh8TzDhbBDdr06FXA8eXWP87JdQ9f\nXHIkC3SI0+qYaqMOmOJyTE1m7zY0N0v0vdSYjB8qknWj35LtX553Wn+H9NJ6\nRV+vVB6IFSI9PaZFAyzwtyjTQsNNg3eXhFBed6ccf5BtFzbN8n2cKzkoSRNa\n3UqVZU6vG4YPfntYS5/473qnLUQhrecXxa3It7l+2HlE11ZoxomTo27qacjY\nujYtpvXvlTsSwHeZWj0YaTGGzldZLzb09d94k/92r/Htgfcqxn7bCpv9hcTj\n8XwDFchLFud+k/jFsjoeouAo1E+Ulz31SQTqlKcwF0bVExq6hO8Sh4H0HUJc\nI21m\r\n=UrsN\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDc3zSKOFVomUBVtwurlG+hi71YHLpy0WVd6sQxsTJASwIgL21uXkOxfsd32cTx3/BgaEHkI1irTme+wWsStSTAPw8="}]}},"1.23.0-nightly.1783":{"name":"@influxdata/influxdb-client","version":"1.23.0-nightly.1783","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-PX4V9C7oK5v+fX1GxT4iGfBSd8P1SeII9reGmA0DiWwyYRtp3l1UJfd5zLauOexCSuWwpqRf3OqvTGhqsd+O/Q==","shasum":"fec7110a1337c6f067f843bd147c9b66489cfb67","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.23.0-nightly.1783.tgz","fileCount":103,"unpackedSize":1206577,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiAU8bCRA9TVsSAnZWagAAK3wQAI07Ei7b04EiUyQiNTew\n5FxGmsJuBwBqUX9+c7axgTXsU6JSH8Api7CUbHDkRfIypaLpCjtwHLQGBL8t\nN1gsZRFM5Oi2Tzr5CCjg7bDbBhJpXCQGu7fLXRE9gsgavsWHM4hW+Hki8h7S\nk7cTgWnAD9o+bvZD4ArSCrdN8oKY6wrb6O127Emif6kxK8gGvDp4quw6aPbw\nM6EtFwedVHVkRVW0B8Y/2te5W/B1Nuu7eowCe2xNS91N6Ns46tAnU1E8ou8k\nYarYw6ZTZiOTLebmY7STYiTt3rkUz49PHioU//BGINEKDOofUMIiVS+9sN8X\nJWbWA477DOPFE9UeD1NMEti2/5nsxXAhUsX3dedhywz6kbsHFqTLdUbN6Whb\nG0E884QYsE5TfQNRRnrtWzNYd3Onftma/eItHsdkuUJa6zAERG4vHbBwOzKb\ntQwgf1RxpaEizKhu+IzeRNEpS8o8szuA6R/5fLq49HIS5DJkETCJc92ro329\ndtnmr2GRdmRtQEy4iUh689mSoQu/YEj+fC7gmHsjXPMVWSe/ldZgpg+dKyZr\nfIC/GjggY7soDzpxQTwzn3bT/AyROERTU8rtz7TZP3Zh13lafUlxHddP37t1\nkTtFBb3ggb0JdvGkVvqSPqN+GC5mTsaudz4Wo1xcGq6/B6AA3h5U22vbyZvx\nrOXj\r\n=mO1f\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDIjTZbn8xgHeV9xjbnMWoS9sDT6tZ3LH1YCMfsgJ5T6gIhAKpyvlnTcURqZY3nWEP1qA7IT9GFZZ7c5S1N8WSFKsqv"}]}},"1.23.0-nightly.1793":{"name":"@influxdata/influxdb-client","version":"1.23.0-nightly.1793","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-jlZLWKoZl+mpIN7iIFWeG/FAb/NQ7x2tIz9uE7usYSAJ8/ohpiRoEj1t8ArOLLSfsU5LmVECAy/mNkJ4pcJEXQ==","shasum":"696055975881a677c8b3ab242bfa889498b3e8e0","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.23.0-nightly.1793.tgz","fileCount":103,"unpackedSize":1206577,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiBddHCRA9TVsSAnZWagAAPKkP/23o6kGK4oajmMXm7F43\ntnmuUcwucLtsU8hPhZHesyz+PQ5OcRRq9J7wEL2+PcDNNT0OJIiakfogcPvK\n3gnYb0EESocpzSUT51JcP1jUKv1nyCh/Sles0K9xgbBmNqJ/veH4cudZCvHa\nlxF6udZ7BpXHi2ITX8ITIwusaDB1GStojBzd5nARnjg2fJ2YrNfLToEjxz2W\nelDoFUVFUOntaMx+opiW0mVBjg5VuHzyqKTRtMKYvdgd8Xk2UzyJm70labHI\nuYC4ni3RO1I/9RbN+/0WSV+4HURWwmpQ7OXBJqDySPmeCXbUK5FFA4gagk+O\nUuzVEpwFGDfuKwkFrx9TsZ+yYzg+zCVjDTXqg+Am+0yuos1/xsWPGwoKqi6q\nxLn0zp385/XZR7gCUOWgVtygKR4R/pVYbqbw8Fg/HDjhh1R2oArjGl9lbTTh\nQTKH862dcF1C7JWPbf4J+UJJKH6J85sVDFFGx/GDbYhFwJHbriQAj5CLq3Vl\n3/mMQ4+gqF7gizOYQhPIBWDi8IjH2nDLozf2MJTqDnEbl3BIXnhx+5rcqK4Y\nAj5/qyZ+G8PB9EFb/+9ZdF0JpkDCSzsmj60hKh0jlkWFpR1oP6cvS/IcJaBK\nxR1nYe8XMJPy//O2FX2OZ9lgJb403hNJF3tpgKyMxNWXyhzb+rCR6TmczU0v\nR+VL\r\n=/QoF\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAIbF5DIYiWRfwJAOI4kIHScUR7t3hzNSQeAq32A+zXCAiA3nEQe1ap+j8pT8MF+RkLBA/om1rzM406RyKpoQoq/7w=="}]}},"1.23.0-nightly.1796":{"name":"@influxdata/influxdb-client","version":"1.23.0-nightly.1796","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-IO13dldvcWht0JQw8UVgPkMAdBM99LqSrX+CBwkZ5WQxv71vVM/tMPqdEnes+28cVSJfX2eh0MW1i+fjyK5i5A==","shasum":"07a8e5c98e3e07460e5ce5cf1ee0407e607893a9","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.23.0-nightly.1796.tgz","fileCount":103,"unpackedSize":1206577,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiBirACRA9TVsSAnZWagAAsc4P/j73bHnmD6MsFppaTgsS\n+4rKFkl+pkwR1/9Y0HO8Xk9kX8aE1Tgby2mjR2hf9zANRcFSFn/2Kyk43Lzi\ncJ3ZRfp096HY5+VFIXUb0aH3qUbCZCQeXTWiQ/XxFdPiVoDldxvQRreYAE5K\nrZvlr2+280X3iHXTccy0m0t2JQKaLc+rP93SqnyhwqTHQBfUYPq9S4p5esiG\n0wK9ejpAYHUuurFR7ZsKxRKZBPcghWahAnYu7wVG9DSJnsqJQ+APFzyRmyjG\nVhfdICcmqDiWHHjEuGbIFLVNOa0XfOjFEdM98B8EPF+VS+VfHI/Gaq3uj3/b\njtEvdWwSfJ5PKbA1kYg6sNGsrbObRDjpWFvEMW7pBLIHOqcx2KHhvGcOqDdS\nZl7esm+FNp9tR69MsZsZZRxhJe6jkxWU8hfrnzS8k9H690hu/LVODu17WFSR\nnOnP20i55mMRyNwUq+yDu9qXob6MInLE1c+3iFJCG3CtPBVjxvwPC3nHV3d2\n4hqDH3HGMfpLKOv5Bz9vD8E2pFX0yak8gIyWDUTfYQB37DDntV/a2vadHB8h\nkJvnt+/1QRnZpTDfSOUOCsWxqBLVAgfO6pAk9JM4M/dtFCuu3gQPIAIEMZTS\naLP3WtOGXEQGHFuBDi2yTYSDhkrhSkTv8lW5PuD7aSHSf3PhfZSpH8ubVbG5\niFwH\r\n=MGI0\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBpEkonxRaOWPoxmd2cjWHhwt8dQ9ZWr7XwGj7+ibjzsAiEAmQX9c1AVcORG1DMxzvGRdyJ3ayUl7bf32vMhfTSRKro="}]}},"1.23.0-nightly.1801":{"name":"@influxdata/influxdb-client","version":"1.23.0-nightly.1801","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-irxvJmQ4QYZ4dyCFYOaUN9mrIHqy7b/8S+37f5PbnAUsHu5yA0/h+PjtJ01zxnnB147+ib06kG7lS2K43iauOg==","shasum":"a30d0fc38c27ec91de98c86faebd6ed10843a5d9","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.23.0-nightly.1801.tgz","fileCount":103,"unpackedSize":1206577,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiB8GPCRA9TVsSAnZWagAAdFYQAJSU6Z9BBUULdm2XX/aL\nL/uILsYBqFXvsALLLcpDUoOvs5RCsB59CwoWbRwbWgAjgxmhHFvI5gM2gvbF\nZU7gMTej7oJvwf2LJygu0BwUYoUSY0A9tRZnrDQue5QHihTz78xS0wbzypBu\nSytw3sHxegmfN0tc/YQafSpCjTRfhIcvBJd1G5Qoa8aSLLIUoAxR4dc2NGHG\nrOOVvrQxquMF5V2XK9AarCwIvmdbivgE/ydGSNcTw9/X8F6eGMDHHjvD4yjj\n3NzV1XT9wAJtpQEhq3iDeIPeuUM++hSr1t8DnI54lFD/x310Sct89YLsqFwe\nbN4pnlBsk1GTMUCi1xphBHoriYPJw4Ee1C8XcYgR48UshYPHla5fY8goa12x\nqwNWgC0wu2x9S41LDurzEgFO+vXhxJKrX5t5SLs93KPU+L5YMu5AOv1CedpO\nCSkK0fXD0oATT3ujMuHU1SqJPvSqP9SOrDiAm/x/4KdoPCJTLrP3lZoR+f2t\nHvadExmg/CvEBQrggvr2ir7HHvqgndp24V9KRwjPsIX/MMpG1t20NFw0zBDi\nLp7BEHIlFB8Ccq9tbVQM+5IKluxdZ9C51NXA/0Ne+GqaODn3B9JUyDS85Lxx\nt0Pkod0JU9qoLtpCDg8qO6b1cXWv4SQbkQrHWeEaofT7waKnZqVofjMGk05j\nhXej\r\n=qa6c\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIB6wT2oCDHgXuwmGifOxhvsuincprxYH1s6yGQjuO4giAiBqx+B+UzUCRPB6uNqlKKSytUBze7ve0lTbEfxMsJfC+w=="}]}},"1.23.0":{"name":"@influxdata/influxdb-client","version":"1.23.0","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-0bRb60PSQO1OxfYVJ5MKDMqMPuBE3qlN9C6o6Jmnx8cMj/MO1eEBfc6vNdO8Cudvhn0K+SKEUs2KCrM+kjynqw==","shasum":"d1472eca049cef613cfa109de9a3ee3eaa6d4d42","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.23.0.tgz","fileCount":103,"unpackedSize":1206555,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiD1LhACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrXEw//XOXnUTNnnHsnEYgZhJ8yEyuVodhcvkMLNSUpCol1go4xCQF/\r\nmSs++PggYsVBn5is1GFeqPfjca/dPtYBjKuqqytV6NP69mIDI4dBqy88SqXL\r\nTjvAGEiCrl3Zupkra0SIi5dafYPoPAFv+wbEMZV+DmuKdCdHwSgT5FKGDB0O\r\nK3GYrJZjJOfp5cL0GmxHV3n0slAwjPeWWSg+4FuiZdvc6PX0XsdGlv7Yo8iF\r\n4S59zWyHWUL+im22sMC8aUi3VXqpXdLhw3s6Kh62cGNkUO3Np4JDFhjwrMU3\r\nTOOoqW7yyJ5agP4CT9AqNRZ5YQBqrBXyYBosRgfThnh5QDGmfr4Nvzph//Nc\r\ncZ1xd4ihWdjMClVDcRIs8Q1FNNU9dtMuwIwHDWDvAK309EjFnLOArnkNBc8Q\r\nNMQi/3qRhGtpvXHvJenjRealFfH0fiNwQ/1x2l5DWoF7bH7FZE7sd75Aq4us\r\nvvpqSn4X1OW0DqxkverxT3bRQoZlYVKEcr8X9Ju1O1nyjG69auOEw59lqzUE\r\nq0FL9iafn+n367cvhLDZTO1cPgVlZbDTZOb8rFq9jx4uvNSB8PvsNFilTp4L\r\nvHYEK8USuT7zKQ6fXlJ5HEh68SMBRQSQWtEbftgK5Fqw2OUhN/riL6e9oedT\r\nv3p3PRVkhm0BXg/0o1Z5ZktObE0JIVitCyA=\r\n=F/bG\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCID4eH3p858PlKKmyNJJbM46PGQg/RCiwVGpctK4wjWSzAiAe/2GJLrdcCcvBeDdRrxNa+flJtr5+pdzXYjZ+swsOyw=="}]}},"1.24.0-nightly.1807":{"name":"@influxdata/influxdb-client","version":"1.24.0-nightly.1807","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-eaaC8CmF0S8SgorKGn+uabMmSwB1eWUt5F43JueInxwDGr+oPZx5mxNHKBnnPu3LkNhgMxQzjNigcB00VsQ8DA==","shasum":"8369242aff2adfa678528ef19a836d000632fd2d","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.24.0-nightly.1807.tgz","fileCount":103,"unpackedSize":1206577,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiD1PqACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqzuA/+Pg4XLmBHaVcPj2zrHMqj/wG/AsCrkRXxofk+EAdlH4ddoQfu\r\nw0aAnqBEsrtLkJjBzdqP15YW2wGhQemVKBkFDC/Bk6EJXDIIhmw/VNvTDyNm\r\ndsDeRhiIZohETbdL5gq3TnyEy4cUMYpLVizieSli+r8eh7WKd24R6JiZLeAt\r\nXSDHmiL9hsGjgcbuKO91fvTGh2YhVGUC/2pQyyRWyzCkOQ87bnmUIdncMu5P\r\n5p6dxCB0pGmdD5uSdEtLhmuEQg9IslGBFmAEZXFY2Hgpu1tlkNT9ZZb1oUNt\r\ncK6VYRiWiBo5bcj5xwUHnyFwrAc7CqGTJ/lz0/qzOZcOOXeGGLxR2Kk4Xd7r\r\nHG+TiDOEMYxjRu9XD7+tsTwpFqovbqPkaDkuWMiJzo22vEjFGjTWFAmQza3L\r\nUhGo49MWwODAxPBcSQUPmx9v+tQdH0ny2mnpU7y+uYCAOGDSbUuDVi83OzRB\r\nda7h19vAndd8XlomyCF0p43rH2OkUEWdPp2T1LKwuxH0+zypnjwnuh09sgdj\r\ne37B/M0sACTXqBIxOJms/N3pyX1xKLyxQLUoalQUEOFaUBVtgkntpbSGxcV8\r\nhSRMukZ/xusrOhQMmPI0kWuPmOJzm3SZjJqXoQtz1Jlsu38SnNIe4o197CSa\r\nAsJgKGmUPNei9Sp3scwaO0OS6I/2d3GYy0M=\r\n=GUcZ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHkefOuPKtQ1UnumI1vtG/mE6T7Bb8o6O8IXzAaeeaIqAiBgHzQG2FjZxIjf+dWt0PD7hj+3pCmypnrNHepjKnL+uQ=="}]}},"1.24.0-nightly.1811":{"name":"@influxdata/influxdb-client","version":"1.24.0-nightly.1811","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-4lyutiEWfEkVWBda4Luueh/C8CYT0f70nhIbz3gb8o9vTEEZNmtKy7AHQUuIztskDu9zxpfVVOVDVGND2SCf4g==","shasum":"90180bbebb5014b6980c30c0d4f8bc2147789646","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.24.0-nightly.1811.tgz","fileCount":103,"unpackedSize":1206577,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiD2YvACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqG1w//dwZ2dWKyqGsVH+J23xs/Z2/WxDYDzOsFHEusYJX2rYznoSOD\r\no6qi9KcsC4uZtTEtPAy8DaoUE4qkkgvYEyoXhgfmciz5eJtsQMzJkBl/w+YL\r\ngiimdx1Bdi+c/89fr+6nJwxyo+oEnhLY2ihEIRMh4/q2CSbwlS1qX/CV4aKW\r\neLuxhxB/jW0zSkGs9os7VjQ6I3x3Rbo2EotkWTxWZqk90RKE22QuWKtYIKdu\r\nWknEMxqjTZGyqeBDQGeeTNXXXEuV1K422BlIwJTY6HkdMw3/bwL2wh9NK0hE\r\nMgxxBE3fCc5IE0JkAkdX/4ykVy40rjbI7qXp2AKzic/KX/pKFID4K9+CHtrj\r\nzhBb7OqMo+XJXxEiGQ8+IrVrLSYYvNHScTQG61+NWHZBQ5rbNH8wTtSYgnXg\r\nfsBJiUcI5lRwFrdV6yLjl8Mq38gqC9P4ZwwRIBdvxmqcDWC9VOach544v+01\r\nKu23P7z6T1l4mp+xFBfYOyamzajNYIXA27cf2WRvCDJq3/O2QF1SL4wseZLK\r\nH/A83EpjAW/HOlcda9XeLxc/3k+NDsNzKCJ0tssbSgrGeNqMpzWK++2MTucU\r\ng9/y50TS6nloShPsnQd1p+TxYbUKQAvK1XA3/oPMo4ssvfZnCUOSx8JTBPL+\r\nC4MRrnqB6NWlTZMv3GVDX1dqKNKLooOwhR0=\r\n=U+XV\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBK8qI19kuVfHpUZB05OTVgjADpHhJyF1yPUC90zwLsIAiBmbzuHox7pc8AuWrMHRPecruF66clWSkYOGs+nBMIqQA=="}]}},"1.24.0-nightly.1826":{"name":"@influxdata/influxdb-client","version":"1.24.0-nightly.1826","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-XwoqUhVzpGRQtbzjIDuHYAJfbRw18iZy0i4zlgjJVM751bkJSD5S3IY3vN70y+FgsrTXwcRF+SUM+AMKL4Nl8w==","shasum":"5ae14ab918709a599df7fa1f938278dd7a647b63","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.24.0-nightly.1826.tgz","fileCount":103,"unpackedSize":1206577,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiE+6jACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqUbg//YS/zVwWOURpeEa60ox8Uid3Gvk69Z0TaramRsPOkd7XnDLnR\r\n7BbKzGRJUHHVE4dLNuiUFK8yXALIif7OvwYyXRbK3SCm8a8qlKtr8ss8czRU\r\n4nR5x5M/Zquc5weSvxOtbIX63YltUV6LVZHj8mR4smYSx8l8y6Xgj2XudJib\r\nHhfxPCNgOriNgl4yYOOphG9Jjt7yafJyFkIcjZotIrjyBssDkQ2e2CQZx66f\r\n3eeX0iSTP1YIzIgsvDSjRjc1Xcggjb1MEjQsvrBMCzMq9wkNUJQqXLrmxYdh\r\nEgKbMv5p1STuhT5lFV2vpcvWskiVjOJBS/spbJWHS+gwcZbttpXH9MzFdu8a\r\nxOjEQHNGk2qslhtkCepleuv+xL4wcM2uZJ9dg0gFUsfCPL9GpbFyz9aJzin+\r\ncyyGSbrf83MNF2W9mRFFP9nvYg8JACLMIBpBfm7mNZvzO0rS0YuNV6kgBUNm\r\nXMJ0bp3A8WIEUdZgNZg+tRUPZ3qEjOLvMszBin2i89LRre2HBHfBYTrHidqG\r\nC0oGQbRUwqITJilOxJyzOFAViIYJzo5W11cd7oBt+NuO2kmCve4s6t7P2Q+O\r\nsVbfxZroRs8m6WCHeVmkFhDEpV+bql5pFz6yz0SJn4VybqWhnh485OK65Ro5\r\n2RvErdNQUL/lVEyZCG6D/+WQlgAHhsBwNLM=\r\n=bTRZ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFc4oAYwXzg43m/L/7afFWSaOdsRSVSEdyD8qzAOQlI9AiA/SA3YX5aMwOArhYXeNygmPpRj74BJg9SoepoxZnZfeQ=="}]}},"1.24.0-nightly.1839":{"name":"@influxdata/influxdb-client","version":"1.24.0-nightly.1839","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-w1y0/Qo1N/cp0CM02TYpowP8kSDqAQ+dcTnINUcgSqVcHWpmvm7LHaY4i1rchKkJvI0pQ0VVPJDShUsOXbpURQ==","shasum":"3dc1d893d19387cb40bb0fb8a0f8399968f87ef0","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.24.0-nightly.1839.tgz","fileCount":103,"unpackedSize":1206577,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiIMhmACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr2ww//ewgx3yqOzXiJHpri6FjIjyxR/MZNO5m/hFcCv7nLNpJIFEHn\r\nPkMqRVbeMV/at+NmSHrbwaUawZW6UxQ4OazEUi3CdX/UiSJ21yD6YB/5CIGc\r\nGrehCnNh/fr/9DFjeQUYDZTC88FKYap7G3C/KqGTyTraw3oc/y+l369W8k36\r\n2cV09Hv30+tqgYHX0L4uXahSeIOjd5EpkkgStm8yqNILB38rcIQlBuJg80It\r\nrHJab4puPdetkSCNvv4nd7dI0yxBarL7LLGydWON4JdUMbnxqA6CnxtqqZ2u\r\ntDu619GgV3EZDz8mLMs9vbCZ3PeYsDfewoFs4Ihuj6dZ2MzuJIwHdzosEuhv\r\n29adfAD9JL5fxDsBtchv8w2DBosmZEpcdf8kGXm9FpLK8fbgdQ2NOeaUqWtx\r\nl/jIVZNysKrGGFBQP0oU3SsyxLnpzHqayPzDorpDYq3edfxl2JOBgrD6I+qX\r\npJLDqI2CLjuDB+Y749Ms764l/w00xDHhXV2lrUvgaUNOUwm4qLV8/6CkeGmu\r\nNQ0/fgf8KHDff622O4TTUApDNLpk0+AXsb0AeAHi2mzwRfzawSSbe3Hd2TEI\r\nKvCLmnTmKIBDTL0w3HjlUtcEYy4/mmVgXvd2+uP5BYFW3jSH+HseLmJRzJJj\r\n3SfIKss9LD44j4pj4RjAG03sGVsrRUoutwM=\r\n=PCJn\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDUqExG8nlBPng2kLBbaHb7uu6XHPcdi1ZrZBeunJoVZAiEAz8UL6tCQaakZPxuvx14p16BMW3n5YwHeL2tHy5csQSk="}]}},"1.24.0-nightly.1842":{"name":"@influxdata/influxdb-client","version":"1.24.0-nightly.1842","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-4wWTtC9avd7nnxOPBGJVTgMRyF8Fd3kjwmuUxpMJ3YcMwqhzetoiF1R+4lGU7ADSBb4DFCJkkiNbsCsXRAZNdQ==","shasum":"a0f7db3b45dfa04a0abd22fb782080ca55166ce5","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.24.0-nightly.1842.tgz","fileCount":103,"unpackedSize":1219788,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiIPDvACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq9lQ//U+TnNcTsKrSa0wZ80LC7yZs70ObYfzhpwAGJx9vXjPawf5WE\r\nJs2Nnb9u+/8oRwlhqLk8jKCTHlUC6Mr7IgKd58oyRTuukcBWONAxm0xyLpdd\r\nMpeELUOa72i1Q+behh7wMJUJrsAZNH88gfSOL4MHwF74zMvie6pNaWiE7I+g\r\nmnq4PD5YNxG7m2ij4b1+pwhROkEMt9hVFlFaB7JC+SBEeqYO2LEH6J/Urke2\r\nfeNX8Stt1ZLPvDjBtRb4dUhKrktl5CqWxan00/WWKsOt3EUqHN88IO444jhU\r\nBjE0ROBTJVYm4LADBCtVHJtWt/UyzLqwW4UwcR8nyav2iv7bt18w7mYVOWxR\r\nI9r00pipa8PaNrcd9Svec82DUzmd5SG0b/Wjy+8GYns6FZ+iSRCCx05qAa5t\r\nqhG4UDxmB5ztiGBAqkvncDvkMpjrIjqUbExxIvy3EHcFM834rdU6GsqhO4E8\r\nrhr4kjskI/FvG+JS3bi9BLHMs/nx1xDZNF2EedbY9/qxOAMPoTddIlXt0rlO\r\ndtJ2BKg7jbIGL8i2nB80LdEIPetfbb+29PWEym8nFURaEfvpGcF1PvFbek+Z\r\n4UB6+xASH8EJ+NGie8IIMKLyucfJ9GpcN2/3pSHwMJpsfShMSGF2yhGFROGy\r\nmCNg+5VC2O3CwiduSs9CwETb45AzSYaguDo=\r\n=kI0v\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCz8lkzeETJubpEijaAIVA4/n+3DuzEEN4A4gOMqjOaVwIhANb0Kec0A2TKgnuxTf1xJ9ZpJc/rYFShBHyDTy6a2Irl"}]}},"1.24.0-nightly.1857":{"name":"@influxdata/influxdb-client","version":"1.24.0-nightly.1857","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-fH7V5a0/r4qMnIo2aTBkAb1ecIymHcvBN6YTdgwRVXQG6/CkP8X0mnzDhYHqkBZ0OCD3E71ywzKjdrEkV2RIzw==","shasum":"ca237d3008c59be63e7e777462588abf7fe13881","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.24.0-nightly.1857.tgz","fileCount":103,"unpackedSize":1223640,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiKh9gACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqM+g//ZGt+EVjxmtpUsPum9gHQcg2yfndM8UXlBvAxhX12ElSvFq/i\r\n5fs/9+fIZc3Xhm1Eqx4p4MHxhO+PTGiYQcq8H4Ma7PHIr+MgQkWXTQJinVKx\r\nV/l09XxvwhwGud/VaZ9ZLuheJj7c2DvSV2F8MY2cwkUVdHGRQuZi/JXSyakm\r\n2kVgH2N7A1aOfSZ7qjKGLT1e1XCufGstVSMFbZ/1BuCulEgvOKtU/NLZuLSn\r\nnyuR/9pMqpPn5WQo5TcOFDHY7poJbiBOcWN1lwRNpnI/e0agtS/cweFiDUT7\r\n4FimvFFF8/A0dmviWGUuUAJG9so1qP1dsXpIQcKJaWvv3BAYg3EO1RahN3Yl\r\nmc0M41ANSIZgLiQQJHkCzuk0/pC4glsVKUCLU7p0iihFqv042EtFCcH4qO05\r\nDpuFmmSQv9zWs0TOLcGAq859bKIP37Ik7oNBLaXRk/zqgpq9c5UrQqfyfymX\r\nVCus94EmmlDlIX85h15eX+ldn6ax2RfGAXI3BehJumUSAa/2CxihTXropN5w\r\nqnk57c+B042yXLFfl4Ub8SQWPhgIz+6slMrm68RSB0pmdi/1yNWKWBqzfefT\r\nF4xUQoyMw9OtS4SDqTZD1fjWbbtDlIX8bhE7fr2xXWn7VeIRgln6ol1KGHaG\r\nw65cT4wzJ1VHCbVGkf3blGzdEPIcBHeoHBQ=\r\n=AN/R\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDaUtgKbd13ZK8HZPZ2dj+3Q6/cBuI7FKWrtmmPToVD4AiEApLt6DgFJO3olUYcMBJfWH94+4MX+b9/hNK8/nkMU6Ic="}]}},"1.24.0-nightly.1862":{"name":"@influxdata/influxdb-client","version":"1.24.0-nightly.1862","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-PF30SFSnTqFxgZrAJUK+u06ZWlzjEzT3Lg1XyA4SkDx/oFrRU/tlvHtD17xnzlh5t9lAci7SYqh+ykxs7ae+Iw==","shasum":"581d9e896265bfd00f162a95290d67da9387b465","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.24.0-nightly.1862.tgz","fileCount":103,"unpackedSize":1223640,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiLMC8ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq2rg//TL65YoxW6U1hyHUHQuvrWgMV14knzOUvGObiU8Ad2qpENZXA\r\nNqK5/IqrXw8yC62KdYH/A2P9BraL0fFq3CmB4QLCTuCbpd8DPysPyoxPOsKC\r\nEPFzIXUt7JXbx0SEWLGPi7XYTva6D76CBnCcYLydAhwSmmKfBS4SOgadp6Dq\r\nnfWZhTbvECjLXuWqXmM2fgqJxhF5YMKF1xv0l/fHGfqBRegGYD4NuSigsbop\r\naz1rG/9kMcrHXrOjkdX9RvYjB7+dtkRt+e3zd2Kc7PmCL3CyNIO0gQJp2NqI\r\nnE+YEhSI4I++vo2K6V+9yq/xY7EMeC9PfIlt1DJeutVaFXEjrpMZ/3Lv1J+a\r\nPIt64z4LmODejRn9y2sdjXRWWKEdnoL1e464juEBWO5+n8ecItaiC3TO2GR9\r\nVFtGDt0ahbkMfQkeyHuvYBrGEM5vUhHlCOcM0JNy+Dc964f/MXp7kzMbsPFN\r\nWeps1ZEQ0qRsuMxG1249RQ+m/t5LWXiQOZjQu21wa22JA9pv0cdIExPYiipo\r\nvQS2W8KTZvDmjIY6fpDl7TYbj+3uufEQBdKovmadacBfcwk1j+99qqPVDa+s\r\nrShWQ9dj+VyVsFEQO7HEOGat2VLiylIzAKs439Fcd7BhjOwG8gvfJyuJz5s/\r\neo9nM5gqnnJ2+qAUua2yr1JkT4ljUuqgQoA=\r\n=4iMf\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC9xQTHzvZOo1b4FXsBV0/x1C16AFBw8DTidK3Rip8Y3gIhAIfa0uMieCd7zLmefpuio2f2nFB1xc6DAW2wyep9tEtQ"}]}},"1.24.0-nightly.1871":{"name":"@influxdata/influxdb-client","version":"1.24.0-nightly.1871","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-ccFtq+lDp4GB0TTZumu//W/URHwMNorTBSZ8idwlvYPOJArdk6fbB+42LXhXXc4kueP1JYrCzTp6FF0p181lgw==","shasum":"6d29397e7041b3151f498a17015b2744626bb056","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.24.0-nightly.1871.tgz","fileCount":103,"unpackedSize":1223640,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiLYK5ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrq4g//XCCIQGr1t/MfO1kkkcH5gquoq54KR7EKsGu278daL3/2c8Xg\r\nOUt/4XCSifljgk6CJgHaXx67lSHou+NH5alkadCwfJz2ti748czyM9jWj3LY\r\n9LQA8OUKEXFDfaT2VkZmZpwBsVo+t/Ak1ekDKBTX6w3OPnSdfa0/BQWZ3VPL\r\nRQf0S55sZy/ezLouJyGBmnrag9SHSmMA14ZbrdV/szs990H/a9SvedH9eFov\r\nahT7J0fdJ2YGGx51d5RXHRDCPSR00f5AH9RIQNePhgCMyMnvuVC2kwEDdA+2\r\noIIH8iGGMRYWXWYyI/zbUzfATNDm8jUOh7t5309ZKmlr37RytkJxFBWSmTNT\r\nYqUXCL9ZV0gVXxu40RamqWpIdHKQwbx//vfx0b+8MsI2vv3hWNmIFU/h1PMm\r\nRdJUy2mzfs2+4AWGfLYiStfZw59Ve+q6F7cnaT47B/SAbPOexQndnq8+WuDO\r\n92AuXs1USrJ9fVJjp75CPu90ZZme/0q6PPa+X9dSsVWgn/oBd4f+BbeVR4Op\r\ncLH+9mKzXvN/x3j2Tr578Q9iygLG9wAk/vHenJfEU4GFczadFpu22FAYeKWc\r\nXiAMYuh3QPboe8RjqdkX2ABAmEl58ic/IyT+IeC+3MNJoSAN+5I1ckTRpoAO\r\n6nHZ2CldIm477L3a1eSM72+/i1SekgWIv9U=\r\n=yR+L\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDT+aRrhQowNeO7l46GGoWhOI7DbG+8l+sUJ1E1y9mR9AIhAKZypqcYuPXoxhf9kBMNom3kDAOPtPkrtiu4+hS8yT79"}]}},"1.24.0-nightly.1874":{"name":"@influxdata/influxdb-client","version":"1.24.0-nightly.1874","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-Ns46nQN6OXHEsdeMZIfnM7bWNSCoMxOZ4bamb0ZmRn74D8D3DMXzMdiwEL7xvkO+tQJD3MtO+IpWsi1ezHbY2g==","shasum":"a239acce8a1cf24d74523c114a55d002bcce63a4","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.24.0-nightly.1874.tgz","fileCount":103,"unpackedSize":1223640,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiLYTXACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp3sg/9GhmsuKfGAISqJzSKpLz4H8nCscFObJy9IsUvif1vJArYUZKc\r\nvk0Ng0StjOublhv+f5Xk/aQlxQjK08r/SQsbeWmGENhpbDAaFVzfVX8QbYN8\r\n3gOAfh6UIEh90VRnF2DK9XgRFdedhufFWuFTm+n+T8KgUQp3R2lC0lJVyOZy\r\nH6G6VeCFWQ1srT8mw6sqLBJ31RvWocdZChFyE/nCWqn1YiCW2/42cK6VXR5j\r\n+yWzhCbp6QCb6HHFRU7kPX/nEnqLgcg2JPSgWDTrqmNPBY1bRG37jFvC60z3\r\nZa2cW64xT/nSDVM4J9hVkieOZJSI1fHInctFfnbeg1FBaDx2KWkdqq9sZIJA\r\nyL0BjUIrZTSx2j6YMgJDCvsQN+QwoNHjA9epH/Quz8otcm1vDIN9wwNNw9Dq\r\nl84HoULYrKhVRERvaHxkPNzqRmNPDzbedfCNUlUuWq4MmNTZ2THJBpsVypYq\r\n2Aoc9o50j0jXfXCeo/k3lrLusok92qcVxncIZyZulXWu5KqjTVkybaO7Npnm\r\nIhJsx4k/rVL7H1enOBhqNlS0fNczBkTAd+TPhPFH+51ZwuG/YmP91UCqMM/h\r\nvhACJtuqN7EodKaXS6VuWIFkEATaLkPGK2jiC+aeDDoEpRFmlXIdALHHcbFm\r\nFUJfC0xFW2aKxaKwSQqlMVO8o4mapTCQSsI=\r\n=GklB\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIQCTE9GZa7AZsFyFCOeIyYmK85Sgye9+vt/WkB/eBbI9qQIfc97WOpqjyBf2W3fvD7ul6xhlSk2iVM+S0MpDHdOyFQ=="}]}},"1.24.0":{"name":"@influxdata/influxdb-client","version":"1.24.0","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-UsqTvmhgVy4Z3o71kp8794FoxMWuF9I9yjZ3RCjzNPLQZsO7wmG3bD+Bik7tTDq9gnRdb/CV9wypdDl0ApHhIg==","shasum":"f054a65fe77f1051683fb0b07cdeadd8463b4b09","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.24.0.tgz","fileCount":103,"unpackedSize":1223619,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiNDjIACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrKUw//VFoy9dlChG4iN/ub/D6g1R7f8xbsf3VbtSeBc/+tAwoRPDQD\r\nW/zYQXwDQopyzY1vgCYBqQkdD22hDX8QSQ9E8KLqLFJLCaXouMwrLt86Z1Yv\r\nESmvU/xBNtQU8VrddkMq55tzg1O4E5w/ZATD1c8rV1JW3viK0I2i1Jc62WSi\r\n8C+iTb1kevVRAeiaa46kbtyfFcWx4BF1swVKEyFwj0DFj+vJJjHJvEDv1XXC\r\nUg4Ihs7tjiGU7+ADMQzTBJR4bd6I4FO8qng7snFZdSwC0WyufuU5zljQ/jbx\r\njoFIFJdsm++fwn2LByFtlJmr3gDq3VsZ/S4F8EKvtkutIQxNVfOOR1ViUa+Q\r\nqfMp3///k1VeHa7CyEzC/wtIJPXcueaJpqD2kbsrK76RTTxUUA7cMlkPvHJ+\r\nFUe550g8m8zHrFjavh04q1ZWdVcgkb2ymNpbbMH0M7mY2fjjJahGrvC7e4tw\r\nEBmauU1oFb2IkIiV8/6l1TYwyE1oDUCG9BRq0J6iMFvpAio6FvFSZnSxnj/1\r\nRafD0q2Bl7WUA8yP+sh6MuOcKY/b3re8SANNfPDgUyKU6EQ7rv5njvh/17+p\r\nbQ3AP1Myy1fxBRyHGqnb1IoqLEHTOnxx7kBJRRGojTGWff1U9lu4DXv3eknx\r\n/31XC5r4CJhj8dUbwU7R9nVcWD1PhVkpbGA=\r\n=wzVo\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHj9wYr11miaE4VTaYdXnQ5aLfiC64lH8B7zfZXtI5tfAiEA72iKrHTpxl+0TXn7e7LHn80034cg6FjCznpyXmtMgi4="}]}},"1.25.0-nightly.1880":{"name":"@influxdata/influxdb-client","version":"1.25.0-nightly.1880","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-wScV5XcZoKmTXNcjJmewh6s/fAl12ETl4ST23uIR0IoPKnCyeWCXlY6TCt296x5lORXOR7qM2nF2Pt5tlslH+g==","shasum":"960ee894ccfe1d3f64993e4c150dd8cf611c8622","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.25.0-nightly.1880.tgz","fileCount":103,"unpackedSize":1223640,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiNDnmACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoPRhAAhL1E1vwGeCsZYm+eVMMcX9E2H9XDZsX5HCkC5OqxqsEhVOKq\r\nDVpib1vBswE3iXAsuXh8NyKjPXEDm9kyEp8L28RDEQ0arzTRXmpo16tGStUo\r\ntCwW/GqU3HO7LrJV+8wt5Y+rMLISWaMwIClr+a6jG9UOimht6pv2ne2lGHuY\r\n/gz0/gwYEZrbw6qO1VHDMa4DXdFrNWPFwnBvWARw32cCNqcPbPDqZaKdWODM\r\nhE/VhnQLpUYXorSQkcPt4IcAOxJY1LzZLKaudK0JVh/lIcThZ1/UH3cc4f6D\r\nfafpH8uDuHiWrsk7JshjGu08DFzNsXBkZdL2KsnWyTNDXzF3MzrvgLZGD5lI\r\n2dVvrDl2RzBll7xzQyNz0cMqEqSvWT6td7GKbirylvDUS2JaGezz3V0p8ZCD\r\nR4B6qrsVtG/+wXw6Gln0KefuH6/V6rFyN4ZdwjsXmJdmjB3EUuj0lkrZWtIY\r\nqwPLrK7sWgJOOl+1CFu/9I2M+3zxxj44LbdBER7D3QgWzhErnobZpFecWVY4\r\nb/9Q0wnZk2dT7Wc8sOGoPMi33palrvZObhNd2hX01+psAKYpg9xmRvXzeGYW\r\ni2NgyI9KkSgMRZj4s3BhhHp8e4c6AKbGsvpSw9b7LmHoGzM2aYPmvcYAvZ2l\r\nkJGhHgtome35Qq1x5DIT1KCdPPQwwiQAVpE=\r\n=Ffz3\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCCJ4Ao3D9EAEnhIrLZXEFocuHqvRJ3AjfWkOUiyOCM0QIhAKeK4nttIIPSFHlewWBQRXHq6pXYpV60k/1+GOKdJiF0"}]}},"1.25.0-nightly.1885":{"name":"@influxdata/influxdb-client","version":"1.25.0-nightly.1885","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-MVlVKTLk7scCV1c+kfbrGugDLEaSHijbxe0eIJ2RnYD2LRHD9t9Lk87/EQj0LnawekCd0BQdz9vrkUz+G2m3ew==","shasum":"e9ddd5c680e1bf9426c35c64dddb68354ed9361a","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.25.0-nightly.1885.tgz","fileCount":103,"unpackedSize":1223640,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDjdud1E9hSjO0QpCO/4KX0AVwFamPEhoAcuOKVmpTWWgIgG34jEh++sdr3HZW9zs5wsU0O7r/3ZJq5H0zNjTAYoSU="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiRHBTACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpiIw//UMQ3zhKOdySeIlQxACv365kP5Df1Bz4nSqZVmVCb830GZ5Vq\r\nweEDDIxR0qJdueImJ87b/nw01/4wWaWETONYbxkpYd+g5WsctmDhAJPEzIrm\r\n80iNJVXw6oxCyIdERmbfGeOcHInLogAVHnKcJZzhOVvS/zJgNK5n/Ricu0ae\r\nA+IGzE7g+J6Mze3WP7Nm84Qse456E4AEs12NFRsYczMOq9zESepbpwehj5iG\r\ntsxGDM+aZQXw7xkNSJLiVB89+Or/1jl8oorJSMgTnYi1VbR+97MIPp4tadQl\r\ndw9oc7qUGAirZ2jpiABd/ey0a2mrLU72x+zw05Bcq3Qv7j6E9F9zu5cug3GM\r\nr/4wpoPZ4B09maB9yf3BCY+W/4ZGemA6noKe3FAxxhqFPxucQISzwFqmTIx4\r\ntwwcO86pIIWFaZv52cVtouV9rYKVypzaFnoLmA9dnKXCl4rWt97xBXtTRYn/\r\nRNk621P8D3GOGi+GUdbu9bPvoDrt6aXVLi6zZeTUBIB7qFN+1ew4aHCF2fk1\r\na38NAee+MKPPIMAURmFUJpic73R1VRk+YZgZZi1pLbKjFpErmtFYiYpwKqJU\r\ngYwaq2rmsyK3Kncss97zfDVZ4lEdJUsovNrsTy5fZU3Kmj2wGWhGRBSXL71+\r\nHcm+OOYrD/nmXstkHmFbBYnjBUixIR2+MvQ=\r\n=IDa8\r\n-----END PGP SIGNATURE-----\r\n"}},"1.25.0-nightly.1894":{"name":"@influxdata/influxdb-client","version":"1.25.0-nightly.1894","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-Z60uVspvaHLjWS8CIPTlngax3m7ZM/tg4GADiy446efxViWTfYvyRdez5ybxB6Y4RgDA+LMFaffh+tYK3nCJbw==","shasum":"bf1e658e30186d3c76d96d0793cce55c11366e37","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.25.0-nightly.1894.tgz","fileCount":103,"unpackedSize":1223640,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIC1i5q9DpXCV+eEWNhwJkz/hZpE3MZyVgJiBDVntnUwyAiEAijVXBC9QaWi4YspXF8Th9FI3NLzNdyUX6SfzyVgggfw="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiTbLsACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrCVRAAkxCladJStsTt2PsTdymD535WwQSpdN1cOzFbDMBHVkS2FmbU\r\nmePZgIwLPac0Mx+Pgpkg+0fEzIFCEhbL5dYkmQMPAS9cT5yKlC62NXvISs6B\r\n1WRsN8DfkidKSj/Ztr7ktZ7obQlVBDFGKHetSuAu3OU5UZPe+c8V0Q7HSg27\r\nq9BNRwJZw6mRuoNmdwpJ5oKhh90Nx83kBMDhfgPqF86PTdBdcd5ILX87MI5G\r\njNCnywu3o3NxNrm9UG5wEsDWEa+5nfoLqFKLJ4awLT9WuBFWRCOFxZWwmC+s\r\nXLnMo7DPJbJdAVzBbcBQ8jSlqly1dNMcqBAHmKwruk3ihFa3djctlpTZk1cA\r\nHEYRnsPXTsfuoEzd5qOrG5DI+V+H+HB8IiIpOUWjreEZa9TEX1xsKAT8DN/I\r\nfSrxzzL5iAelc2/IH3v0cOXpZmTDraMb5WFPuVn98O6+hmALva6S8QISNeyw\r\nJ0W8C/cCWLsBjs9IaDpXB8lZOiA0Bq82eZuiUFXeIv8t2E6P3H958pnTRTzr\r\nwyU4hmLy2S3voAN1oTqP22d/1+G32EP8k+RAJcwwAQQx86hWVAcTWziTvDG7\r\nRXRtTWEXxhi95L5W0ZL62z1rB9Ybi+IextcdAAsJEdXQIKZ9CoQo0pxpJ8vL\r\n9U9yRycYjBZDgppe0v4L35RRTN/OdTVuSD8=\r\n=IeEY\r\n-----END PGP SIGNATURE-----\r\n"}},"1.25.0-nightly.1905":{"name":"@influxdata/influxdb-client","version":"1.25.0-nightly.1905","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-fq1uuKIfpggFhJKtTOU11PPKfPUBupbQ/D5IdizHmu65u6TbbuuSojBpgJmKnhtezaD9NhgEiIjKXQ9sPuvPew==","shasum":"73b88f9068496267fe44cf33bf2bb63a2142ff67","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.25.0-nightly.1905.tgz","fileCount":103,"unpackedSize":1248327,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIB0PmJqizGyVCwb+NX4vsCn4rWvRyJRX9OU9itl2WAlDAiEAo1isqqg+ofY1O3cX3EwvloS0oWUhWgOlhYTBgnl83a8="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiTqifACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmruoA/+OxTeUHJIjfnbMzRmTYW0Wme967iFIWfLV3S1NTgoo4P7BR30\r\nMRsLbtMgje3xsW37rHWkrb6eZHdk2/quCb8OA5wz3so8gJhZE4Cx4dPbGSRA\r\nPS2koQIK58r9ODsTNWoCGnrG3RNLofG1g411IjLP3SH+hpXCfC57rkq73BXl\r\nqRc6dnZAJF1v9SRN1ttcO3iSftrSjJ/yYIxtspHBiLN2fEKHrcZrS4NUHrBJ\r\nSv0gihQi1jYiXh4457vuXBYaywoFTZO2jgzS09rJYiEtsGcYsL7NEU/BjgrE\r\nbRQwfZ3aGQH/3kZEMRCLY5hNaFMQ4HDrnOcu83+UvrrfzK/2bJC8/DjXK8Ji\r\nj59n0qKKs8zStOZaa5gLIDVZQXodDJ9R6uxwer0+5MVrKTAzx6Qcj6W6mrB1\r\nzDJlTMvIDOYrYNvmHt+hu01gMeS0Xswz1haSaH0S2iKVhqvbySkIM1cBheiI\r\nLZclzFgTi8HkcG/TUojKsa+AjWkVjSzgS7VUfZKGYUAI2VwWThRah7Res9e9\r\nfWSm6itO0WGupWRWB6T8WUxg3qCuNKRbA+Ue3163UvXtqxLyIsgr7gpUV5Nd\r\n3gUCDMmGlZifSCE8bpcsfZGXlR7rSK8ZI8lhLQVoNO8F1Z1RflGCsp4LiRzK\r\nmghSTOY4WVA+Q+1gqkpA9Sm1cPrtXqFebnw=\r\n=KxYS\r\n-----END PGP SIGNATURE-----\r\n"}},"1.25.0-nightly.1908":{"name":"@influxdata/influxdb-client","version":"1.25.0-nightly.1908","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-t4EV4gN5/phLd1RrFAfevqF6X1J6P1QfViBb9Hs7ofLP8iLn0jI5FWxNOrrhVbkIDlnVBQNlmtG5nHaFznVa1g==","shasum":"8843f5826f088d6af6cac2e1cd38be273681515e","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.25.0-nightly.1908.tgz","fileCount":103,"unpackedSize":1248327,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDh8XnLwOE8Uc+ETraWQngs/5gTv5gPKQrZvvIjzvbH8wIhAJO1Tamk/J9plwfT3FWPTKZYLyfCKAKTK4qr8DQfk9GY"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiTqklACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpFWQ//WvqZM4Bt+zLmhRSk/AX8dnMIU3R650ns3OZ7PuPzuUU4g9q1\r\nG/CnDepE5PSRZoyRS4AZkLq5Wai62mcO5FHWGhFaC5Tu9S3hKjQNC4kf76Ke\r\nBGqHmTC6uxU9nfz59++6Mbx0VHtEX+tWLk822UZ2TUk1NZah2AhwMJrTjxNp\r\n3CsXe2HSH6WbtdZ8ItRXutnFR88PQFGxgfHxjVkTJpWbRbdAJEraya08Us8r\r\nze0qOUg02YTh48QUuo6MB2xBQFDi8Fhb7jpDwX6vPec9etsQUCjYM0qiz/+X\r\n3YTtev1TCf/VJfgiMfgkgDJjgX3mg7K6pfDubeHJh97Ul1pZbIxlvMShsqCt\r\nVCyUwHkKsASP7NkxM6RufauvZw3ipvHdEZZSNEm82UUBHcmnupMgXXM4hLBd\r\nC6bjQmK86z7Ryqr+XEd43DQX5zMyFjBxeL2+0OLDmOhq43yF0V+/hN9Inlaa\r\nHAisAw6yJzX5qpEvv8CGsBrXsZ8IlFQsb/LmZ2jj4m2Sal6MUjJu+sFOk8hK\r\nYntz6pbuvTSYgSghWduyT7Ssr2qPgXIEcQF5GB52dbzqNWoivDhEPt6GzPQS\r\nJ73k95fpNY12oMmf3Z/qhhfJwssGl4xBL37UvVVmyUOUaE2E4tRwHY+mFut5\r\nFJyPgSbLg9tte2bKirLXrrCm+WzcsuV7/Og=\r\n=kDsa\r\n-----END PGP SIGNATURE-----\r\n"}},"1.25.0-nightly.1925":{"name":"@influxdata/influxdb-client","version":"1.25.0-nightly.1925","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-Ha8kVKiVCe+ZlYTY3HibJaIgUEs88iNNrQeOhpefqQ8c9S+MmWta5vXJVfw+MFVNCYgjYtCPLgkzGhoDHX9vlQ==","shasum":"0ee76eb485614d579c423837a1734720ec58f2eb","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.25.0-nightly.1925.tgz","fileCount":103,"unpackedSize":1248327,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDMLUoueGH6gmXEBMQl2uCXaGkakIwbmLMmJ1/IdgiIdQIgMYWgcgRHSOy7OG7yJsRplDuc4D7NMqc2hf1hHnopaoU="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiXklbACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrHpQ/+P/BPObuoFlmVa2z4/aCTvXXuiNoMYpHbTF3BdmIeBKmzBfUQ\r\nOaQ0xxTs5/VXlEjLIZOpbtZpk94et028G3gmOXM2MwBmZQ968y7jvJK2ouwZ\r\n/w5c+gVazkzPRjkMiEnVNR9ifEov7+OXIrtk8y2+g3NzjE3NedJcbI1wr1nH\r\nbmSfsAVxUn6Lxi7ybEd7EgZyz6LwVd6WOv+RqVkP6eqhfE5lQxAinNssQFIm\r\nu8Bk1XDS4ZC4KWEthr3HQDjtR9o99CEQn0gKRCFvjZ7NJ5yjRYZTy1bLKCHd\r\nqBSPyTc9GDcA//tuxeCUSRRquStq3WVVMWjwmkd1a/1T+QcCvz3WrYYjf9is\r\nWpCenpALh5HXwhq81jk7xI8apxuaPAvmiNy3llLTRcnYbBLvg6Fkd4cWzpNB\r\n9q8hdJ2QuOOq/3aXx7qaJGxSRy8bEyeHioS96TDKOmn1RaHmf0Bb1Aj7f+I0\r\nRO4z1fmf2ZJ0TPSaMGDVzccSDvfOniDmv19bFBjuYiy1v+kA8/S5A7TpBXRd\r\nJ+zXk5otImKOBlAoFdRfAFKzSkVM7BNOZnfrI7bEQ18bNa4MA3W5F5W0FKXJ\r\nro9kjGPoLD2kdSKNkKfkt4l/6ZjKovVQm9FVnkqWvXoXv0SgGtoSjJh6E7Fu\r\n868K+VLppqMinqfaNpTJk/YFlzlmJRdQ5ks=\r\n=1umN\r\n-----END PGP SIGNATURE-----\r\n"}},"1.25.0-nightly.1926":{"name":"@influxdata/influxdb-client","version":"1.25.0-nightly.1926","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-isWE1H3Qso1hincxl/ZJa3vqHoxrc9+EDO5iXtrZ8YHWQZ7hZXhYAqI/uQOb4jbOUP1Xx/yihjxIfjQum2wrkA==","shasum":"102dd10210354eafc7d680a41dfea194bfbce6cf","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.25.0-nightly.1926.tgz","fileCount":103,"unpackedSize":1252446,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDriNvimDhZllpBuiiapHECXy39OQ5v+3EqvUnKxWjzGQIgZnukiWveQA48EzQTz//0VOHpAeO59aF8AK32p7BhlL0="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiXkmAACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrLfA/7BXTAjM3gJMXs4FJhmEte6lur7xDerNsq+6BsmcwZLakTHrVG\r\n3mv+EZQI/SZ89VvcLcRg27qSkgEbh7gVcyiys8My6VAIEJg5bU6t57pXYUt3\r\nKFj65i0+sBvymbjep2VQHBIsQlZ2UYnaYvGH+kkkhh+6DAJaPS91eDWqmI34\r\n1aNgnRd0wPEVtM0p/1yjpEJDzdITH1YiaWMIXVr9wmMZftLMKSxnfw6ng+bj\r\nFVg7aKWSODJ8WusgZYNhgLmSIkQa2s/tw8uQcvxKK3UDAo4mCANfOMqatuym\r\nklFoT5QqKG1PfI8KLbSxgbkBzikB9DAjH1z1+OzB/pCg7IseesUyVbOiet0I\r\ngTI1zfgfqBi2h76iyy0fV26a9wSDMulz3TkuZd8kEUk/ObpVgjHelll4dMwe\r\nLYhgYpTsBpt0i56VCVVt6Jb1QwFO6xf6zW4XEYzaGUFNwPKz7oxPRvb+YGOV\r\n5PanE8KAiERRUhS8RxTgv5LPPWD1fZsRejEhi/IZagapZrgAoUDv8FJwzOW7\r\nSf2cFDFuzaZiHwpkc74JktHBC8fvuwvKPr1YvlOgdhtQWHC8ie/G51xk1mXJ\r\njDdjgqyq+kggD9o7Ksvv4NeUITzJ9PepiMWmbXuP9rDfRLo6Vhe08xTtJVcW\r\nYvh3rMBNicNYzq1j825M8k7ntZQ2NsPgXgI=\r\n=b9BW\r\n-----END PGP SIGNATURE-----\r\n"}},"1.25.0":{"name":"@influxdata/influxdb-client","version":"1.25.0","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-DC/sc2qAteIuUEyl9nKZNdt1746gS8w9Qu4gBsDEmOf+bQNUztjdApCWo0Rvz9h8pMb0kX/w3svKuxuYhpHehA==","shasum":"60a854b818d920a3dcbeda780f4d69157dfbe42f","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.25.0.tgz","fileCount":103,"unpackedSize":1252422,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGzDGfgAbxQ7Ikpx90dxeQbBPLRmKhU1GAnYyMpKaLEeAiEAqATY5/fvp+umiQ6d7JZhZ1XLKa/Hw3j3v/tf+/vm6Xc="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiXmUhACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmraUA//ZlyvnkBScP0SJOo/ri0bAMynqnqE0BBkwWsRpPdiTqo+oOwz\r\n8jo4T+mFaSlUpFFSiQxArrpGoa+M8EXqRCCh7ujLeRTFzoZ//n8JQcEXutwB\r\nr3Mk9tFtlPD31CB+OIeKRp1VUlGc0dI1UcBtIAWiSXX5vbil3OfpKXreH28f\r\nggWfkAgleyspscBtC9xRw5qUTPNeqAQjG2T7I8WagTW1G4jWSyvM7ISJPjgi\r\nES+INmAoSZjuFN/UsE/Hq6C0Bp96rTbMZ/FUchE0Z6Qa6yvaQdHSGRZX2NSG\r\nwScWEjUJABfETGQfFuOEBrO3/lx3qA1qgBYc8YQIIS/oqJgBg9OQ7wlLKLjV\r\nLwEiYtRoNSxYq2rUO+foA2gfIQ12mV20aomXMSvMbf8Zuh7jIhJk8A8KWzhJ\r\niXcB5Kaw+IAIk8aDwvwoyzRBIFcXndhKLe8lt+mbrjfFeliEuOmYkQgY6CCZ\r\nmyEE3XOOL3cPSyqRwh9iFjaY/3OitUigphc7jcadiX09GnSwNnDMH4Socb0A\r\nffD5Y0q0UuQwjHHQ6IOh9GLKuTWGUZdnm4l7Hgnf4K82/RQuEX3DVqXvnjQG\r\nD3wBpszOo+GOkUZ4hv3YqKgJJ8gabZORNynv+0xkMOK4toNwElg3WPiQ8YPn\r\n1VWG73+UKXakKb6tj/8hxjhNPU7BuxUhxnU=\r\n=/IJ+\r\n-----END PGP SIGNATURE-----\r\n"}},"1.26.0-nightly.1936":{"name":"@influxdata/influxdb-client","version":"1.26.0-nightly.1936","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-VVVH6noUSOni15GqU0ZtyHXuwf1iVxVEazMKA5l8lo2XS4uZpPXrQ4X2icbiL+Jswo9bFOZa2CC2jFd4Tvwg8g==","shasum":"04cbcb16598f4aad881e50541dda7b4a1a51c508","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.26.0-nightly.1936.tgz","fileCount":103,"unpackedSize":1252447,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEoTLfjm+RliObt3DlenpD3pNq+/3MjyvSa30jOs7BEMAiEA4OEI8zVzJOQCgBCcAVuHdvsdKTbBst91yuRwrB4BeQg="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiXmaUACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq/0Q//S0jq80h7re+MFIRnryZHLXvZNlP+91gRdEwXdmULVjuY+8+G\r\nm9r3e0w6exAZVQNREF6MrRI1PcfZCqDA5walT5/5s7PyEcjpWMK7ZwgxN5+E\r\nUWpK7nN828yIi3fA4lbA+2dFhz5Q6d7FjVkYDDTUXoHKbl1mXkgLSNam3KUO\r\n2rINBgWzotN5d1JkDLR9En3tsmExAXjQQUaA6d/Yqh1nKOm+GCVIdY0izt0e\r\nNOZN2Q1P1+kJlVvKFKhvGQsnDlWyEzxEitMrb4VfB8DoL0T9xE2MDlb7HUeB\r\nzKfV7Wi4O501eGPUlwigzbUb6oL2yF1e2jQhSCnjyq1EMql2xJOwkH8Bitsp\r\niwowCLNASs8th7NHgAFqgUcCcXkwV5652lWwiOz8oL/S5RWDNKMn//4HFOeK\r\njv40OJDbqyvNLDLwnVyNQBIv/OLT6l19qDMdp6UL9GGWHT2kf05GqVBHcGA2\r\n3+Wt7bm1R128kX3jpTUokMEagSRrkeTSoIa1mEPciKcQu8P6J06D2ySl6Q08\r\nRahG0lVethTftXY1K4FzRMmaAHER7ZgND0WNPU40UTzjcKMMrJgSJh6FgXGK\r\nkwp2qPl6AEz8B3X24oTqwHFZGViXHmD9EL9FO/gMGvhStGyEVLWKDN8VWE6b\r\nlFYAHXajIpFowcQt5feo+3/35WXQEBA/5TI=\r\n=gFZW\r\n-----END PGP SIGNATURE-----\r\n"}},"1.26.0-nightly.1937":{"name":"@influxdata/influxdb-client","version":"1.26.0-nightly.1937","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-Dqvhs25f1TKHzNPEiAo/kmGd3AD/amvBHsoYqO3IB6GYJrqCqecQ2d5ToewZPRXX/E6s/CwJJegNCa2S5kmDTQ==","shasum":"978b1bbddfeb1a3fbab652ef1dd0f41d033a3d69","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.26.0-nightly.1937.tgz","fileCount":103,"unpackedSize":1252447,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEGmIxvGA813PHK6h8ksdV/9dscSkwbMafmuez+e14bHAiEAxI9J6keAMCpVkfEVsH6NtHnONw3akRTTQtVOaSyFrb0="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiXmcCACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpIRA//Yye1ARFEwiy0cRh3jzx/dXRXRhcnMNLND+TPt8kP3zWzdGqm\r\na9L3YGfEd7yQ1hI+U3WXp8ZCMy0ad8ZCK7+pWZBwthhu6C4b+oJ8At9RC8bO\r\n5NI5IsqkoHPWypGR60awBT33+I5/eg3O4xw3BfnrzeCUgWpYAwzQbr0JSY/J\r\nsQo6nQ8esImjsZz4x+GzbBRUOd4z8dcUVDNz+XceA2LLib8FNX/RsNhmAumf\r\nv4+ta89mS4tpoQ1GRLOBV4ipT5Q69ka5bJXytXQ9+F33NHC84WZM1iEH3Tuh\r\n/00KW1g3AVG7AUGeKjkarTLEUMFrjWbPfwnQWPKLcbuM/7l3lXAEZoRW/Ait\r\niwr8/1xt670Z5rYvaKVL2WYLxAzN/cZYBnHyi7Vfq2sz1EVNWTNTKvMQAQHp\r\n3kUlBfDDK2Cxneg2dVX7x430Estlg4rYJN8262W9TJ4BT6jieFS/isE7afGu\r\nkHqiT+acxVx0kPQCXm1yAeIh2FzQjeW7/QsauUkl/bWoxEqX+XgH1WFqUo5C\r\nE2PfZQPS01yx9gj8+swId0dfPNIylLZMQczMBVMTdMp36KOU20/JxR0tyZsK\r\nhA2Zink7X0+bluJYlVlRUxhT85DAIRRAx7QFQZyymsfSxMjY/5bIpHG6RvFo\r\nai/6O/KHpGSa2egxRcHGkOy9lGn2l4iQ78c=\r\n=5vrp\r\n-----END PGP SIGNATURE-----\r\n"}},"1.26.0-nightly.1942":{"name":"@influxdata/influxdb-client","version":"1.26.0-nightly.1942","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-RRvypnIFvmjt2DwDb7r5Uj7oOxU/mPIvDF/oq5HUiy0uN11dnsU1zwJJYhJSCUG4xMiE9m3nvOSr8A/NhuKM+A==","shasum":"c03044f5baaed586e4e647a79a1bda997fbc9540","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.26.0-nightly.1942.tgz","fileCount":103,"unpackedSize":1252447,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIB9UEiXmOwfKOBsPwOVO4BELIpVPcyHIy9wR22bd5puJAiAk0/+DezEKvF7yCXd4DCLaO21ggAaz14UWx+nfhfC7bA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiX4faACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmocfg/+PZ+JyszpwpOtjrCG1YdgrnjnFQRhLYcJOqSv5+fH8KxDiUB4\r\nCGIYPy7qBvfmHi8tDSMwH6LnaLC2iZtXsn4Wg2nTRM4pMuR5Ckj41kMp+iGw\r\nL0WpRXn1qFsBsIVtuDyqHKYRfwm6d5vcKNjvNIcs0zPacwsPYuPlLoAUruPE\r\nTEvYxGXj/vhPXkgID6F0a2RihbvKdzwrW/ubAV/5YL7WNh/wcU6ntLaGKuXV\r\ncg1uHmu4l9eCls+fsD15bL1xpmPeIVEBlJNyQqG2miksNWwdYpY3sHc0N0Ej\r\nUSaIVJ33N8I2whQxDcNf6oiReM4GnKI6b6LWVEswuZwx2QI0cowzxVDHKxms\r\n1RrQeYl/Kfwz/XZWkH7sMSubIKkBkY6as1eHW1jJOi6vsh9G+cwtVHd9DKuU\r\nOO4sxXQSv4gucZuXyF9jACMa7GPEc6hY1OFJ7PcY/IN0aSdNvCrUsUBT0bCt\r\nUJaxNol5VzncaNXP3wdKqjlt4nVlisPdy4qkWQqh5e0s3GFOtKT6Jnqu4gAX\r\nyd1DwWhQEKwBfE1i2Oy/0wSkgKv/LwkgGN6DptJKEhRUUnHNBIs7gdJbhwPP\r\ndanwwKq6V6ZgPXxSpvLysj/A3Vg9KyGAkRu8MjuUIlPEpfQ+lIxF1J2y4Ae5\r\nCsPIPcEx343p2vEWnGtAPmPYsrViIMcvnA8=\r\n=5lU4\r\n-----END PGP SIGNATURE-----\r\n"}},"1.26.0-nightly.1948":{"name":"@influxdata/influxdb-client","version":"1.26.0-nightly.1948","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-VYBm8AOKimpOQARJBaaN2ZspO4jGQ3jEpvPDOZXgH26zUoRtnCs2IuCb6/GCyiKBqK3h7pHAB710H7f6UMRUBg==","shasum":"a62dde693bafcc95b8aaabcecf9b0366f55d3340","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.26.0-nightly.1948.tgz","fileCount":103,"unpackedSize":1252447,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAC80aQwcFMRd4KtMBW1kqZSOAXaBBR/upkj3jtdqLm8AiAzSndL9Ox7+9CFfSzHFLciBahucI4mG1n3NfN91YEt5Q=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiZpXRACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoZSw/+IWpMV7/k/kfiYNeEDa6IqdK5/Hc7oRGJNgrR//zaWJkU3LMQ\r\nX19y4AaWoA4HzN/rM8IsvmQ7EQsvCnb7W4Y/f2Wl5hmylp+F3YiADla8QPZI\r\n36/pzvVT02JIolEf5Pj7lKkGcuwHGECVtMaHV/YlEt1fU0aWeHdveWFNuFZe\r\ns5nGI137K93HrSnHxVvFNEotbI3gdJkxSxXwBKimFmOjaWOJJV79oVhMuC9M\r\nA9hddvXmht7zKMU55Pnqy/ZP+4lG10YEID7DQTuWvgGMkGEL9NcqHKCJW0Hz\r\nSwRVHIlkTw6d0A+ESxVn5L+CunpErIedZ9rzhP1Eg+Wp2UzW8AhmNeyrcXgj\r\n955LTKHOAfr6nCH2xKAVqpCtX12klhUgQlJbZS7SoaJZ9LRz3jmt6mgKDaKM\r\nAMi/4hgnsQR8O+olDPT7Mzdd3nJ5VvnJfh9fB47bLOdpA0dS/lhuogUk+kuH\r\n67NM6qajCNUby4AZEjrtTRbsf47IvP5dM+fOYRl+Ict961lXiuC0UF/xIOan\r\nqCVbUvWBqX8t4h/+LPBkCfK2E/n2a8Rvl02OjSg1u31n8fyuSZzqwrCT15Vy\r\nlvkec/GthnrXsessvjaYXhJYlHQkHIGERHrBkH6sFqlniNhDdPpzOTg7lfbU\r\nOkkOTG4b0eiMltI+nUw8rjAWMVvhUUw6WIs=\r\n=u9D4\r\n-----END PGP SIGNATURE-----\r\n"}},"1.26.0-nightly.1950":{"name":"@influxdata/influxdb-client","version":"1.26.0-nightly.1950","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-ewU/D8cCtFq2m3ocox5AjCaIdylNB+bKH3sWqITqPkXrGWsmP9JawxH6a/ed9jyNtdSW+JAf27EU6H+yubm67w==","shasum":"7028031b1a54643cc1486860e2df721d6df62f75","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.26.0-nightly.1950.tgz","fileCount":103,"unpackedSize":1252447,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBiWstSLTXf5d76vpTICRf7gLnjXx3WeRpRSEbpBEdoPAiEA8JVpsMtkOKpdqcpdSQeslRkQwJSc0RFqvCPV7ydLyc0="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiZpZMACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpA0Q/5ADdHTyB3etW4d6QRP1800FyW4vzzHB8b1oOvy89JXxNcrl/m\r\nb2nP4Nwxyc9E65LR9VaGDodXqWMsKe1hiX5TAn7WY9BMCbyc2btqEGjRXFXM\r\nvpi/D3jzFCPU5J4R8P7faAEvWpHuvzRFK/eB4VHMBHr7Wn9o9KON5PC9E2ga\r\nI51+03iK7jWNHcSne/o4t0wfmIZicDBrzIeuD04dk9XZ4iatVwwvMbPvkWNL\r\nTKs79OyhEoz4Vemf4Y3zj8TirfDv5q4w8Lb68233fUDUdVeC4M7sB5g72D84\r\npo6k8typ5O7pWi/H7141hQTkC79+7mGK/aCwc84au+LQmTd2QCgN/phy79tU\r\n++EUNxOn0aR5QJSG16fYoog+74/iswmZiV6I0imsPYd2OCahd79rX7+QFs2M\r\nXUCaCBiRFhSLg/gICetxtXgGbWkeK6aFTFO6Hkksl7y9oEWiw4FACp6dFs7d\r\nMMn3O2pMu5Eg9MzbebKy/oCqd77V3LbB1FHWpt/3c6CEd0gfmzqRT4Iu+x1A\r\natk8kLfVhGRQCUXS5/q87MizVblbB3a84swAb9PgS8LXKKjE6NtGofcmh5V+\r\nVDONzNuqNRqTGTiIeJ3kkoHhCjQ+99xpoIXKnXIprpCbKk+qiffbRYuBJAJP\r\nm6n7IygkHNH+yXJpHy9BRuv9jtgNeJDnmL0=\r\n=WcXE\r\n-----END PGP SIGNATURE-----\r\n"}},"1.26.0-nightly.1959":{"name":"@influxdata/influxdb-client","version":"1.26.0-nightly.1959","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-sx8QP9qoRYssyLbjyTZeDMEJXLzemPUPjruMt1lzU5Mf1Jfb4GVZHBE+ugXyId92z51BwIzGA+BADdofqar6SQ==","shasum":"c5035e47a6e9bb154a54086b6f56868ccf934e3d","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.26.0-nightly.1959.tgz","fileCount":103,"unpackedSize":1252447,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDFjLH3SqoS4S4OsKacNXLbzPQBS52DGhv/j2S8orezqAIhAPJaC8Zg/tnyYxcakmu2akMmeq7PHVrNdCrKKjqkhisA"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiZqLUACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp5pQ//YJM4sZWOHyFx0H+Q5uYCfiBsm0Lo3zRO7KZJBzvt4nwoQVZt\r\nZ/dNQFnQTzNRIHItIuPMxFoLlJ2M85+ntr6FFK5Yrj4iFkSl8sLrt/MW9o82\r\n1wLCe9N5W82ou9Idl/PXeSMf0BR7WrZ6bi18XYcmXpdbHev7W6PcQvqCO4o9\r\nVybQ2DNQ9ofQvchpDwwPzgJQsHG8TX0hOrz+1bPkjE3IQhAWGsTBSEPstGE4\r\ndLMi/14t0V9/c8eihPYmUhTqRbbJf5beUK4QeF9nACEsv/mJ/oWV+l80pSr7\r\nZvnMExyXTA3XY0OCzFSizyu0iPQB+2WmRtqqsz2i/z/wQ9XSea/g8m7tbR52\r\n7ITQldaRii8P+84AswLwYD0d5GIg8KoN7ODfF4fqfopZ+8MLrt2l46S98ydR\r\nevq80oD74LfdvKHBM6mzMXwvxXaHab4GSO/hsJ5LM3F+8vaNr8E9795cCTCD\r\nH/AaFVUHIv6vvb0uMUwePq7qSR48ZQv/44uff6uOqOKGdBm0Qr13jEwP31z2\r\nBIp8PXHhy2tjItU4FJA5q9j2NY0IOICLyqgirPDpCv64F1fboJZaxnE1osnq\r\nMqO0leJV3pyqeyX84eTqU1LDW69XDISdRP2Wd9IG8PYpYTACKu2WlzUI0ebi\r\nWHhaRgxvL+ViBGdDLl/YGNO0I7Sy0oO9nNM=\r\n=0bB/\r\n-----END PGP SIGNATURE-----\r\n"}},"1.26.0-nightly.1966":{"name":"@influxdata/influxdb-client","version":"1.26.0-nightly.1966","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-ilkD7NIUkL0AbOm8sn4UWB05OhmXuRaXRxXu/ZbDr0BotTmgQCel+3IEDt76OmDZ1+5IV+bzFUoKuGxNrCBIXA==","shasum":"6e45c90b745a880893e919754a54e5ef16fca02f","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.26.0-nightly.1966.tgz","fileCount":103,"unpackedSize":1252447,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEHC09I1qD/HCFn14Se5uYjGLoW7tPvti7UPj9xGcZ/fAiEAi1EeikkoOHkGviBUkM1Cicz8XjXsnf+VwnJTGhNzR5Q="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiZ92NACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpxYQ/+Ncuu7SWDn/r4PowiQGW4VJNzlsCFBv+VUQyo6e1+whGX0oFj\r\nBJOR4yclraYOfiih81Zjjkixs/JLRYxnkc3YnbmF/+9CIrHlSfvxvTYsRJgz\r\noahMEjNKKbQ7UnzZM97ZLgAUxgvmcKCuXTZbpoywGBVZERr/W/2Crh5nwK2I\r\nFEc+UbfyM0LaURywGyLwKp/dCAm6lCl40vdcFzeYtvVSceAYYjT8AQKmxR35\r\nf8E1NgIgF1PVMKtKJ8YXSmeiNwz3psEMDo/QH92LfMNT0HmLyp2nspfXKNui\r\n+mpuZ0SVnczuGvpZCke6kFHaioWKRaGnPW/YigSOHLWq7tzmx6HBuBu9w1x4\r\nGhcs7uCW1sB3YJSJtrPhuYcNA9WpmxmyYQXFkPwEbaNejZT5nBUDpmBCzhCj\r\nAn0kdU3RN/khAhx3VBBP6RMqdPjAYKKqq0GsfK7xrmMsi+cBp8ANc6gdgjdc\r\n7n1t9M28K9QT4eV7PuvFQs3NMdJhWMK4yI7r/rZN8L7dVgLEcPwjP+yHzTb+\r\nVj0N81PbFYtkQku9EderBpNB/vlIuCswEre+QM06hW/xQZf+Pv+v19wt1DL5\r\nL4BUw6FbHYcMtdXhba0E2igxRFeZdmbwt1+l3VyM5A5O9HehVkUEIE8dF/Ex\r\nDluSg77jbWY/Ay2HRhvPlt20ZMl4JnDFc70=\r\n=PHvt\r\n-----END PGP SIGNATURE-----\r\n"}},"1.26.0-nightly.1978":{"name":"@influxdata/influxdb-client","version":"1.26.0-nightly.1978","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-VmJrg/iJXRn962KFoQj8R/aFtd1M8OsMoNubs2KadavBF043MW30kjIuuDznjeHdlKNrvtj0dWyDjd+5hEzcxg==","shasum":"e4b3349687c49071f596f2260d1c4539c96e6d7a","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.26.0-nightly.1978.tgz","fileCount":103,"unpackedSize":1252447,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDJoCwSXnkqpjlQtMuS6tlCr2yvRi1BA6+t2PDGPaBlywIhAO9bhmrvP2B6H0HoA/G1/odhybK3hfboXRV1ihTmrxhc"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiaiF6ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqfPQ/+JG7gv24nTbT34dJ/kxTn0B8BzWm4PEsAwO+z19FYX6zYqPLu\r\n+p9wjoCu+iHW+OPV0h50OvyigXJc7s0nzYHLj3k2fq+BxPgeUS7reDxkklre\r\nWymM/+B3ODadu/EU8CG1kzSHHqTjVkdmQeZyOHtlAmeLjfvP+rGtSxVjm0IP\r\na1kNijHTO76Y7iyog5+7UIxAvi9QNzPKqCBoDSR/gG1Pc9duywjlslVDdtTF\r\nZRysncRhICeOu/G9c5wv+8OM2SmM6o1RkHr67sWaf7ne6FNDS21kQkU/TZ9N\r\nV0wmSUmWQ0rqJ5UydQYctmcOtI50fJUqp+zlFcLhBdnCbicS24lXExMHex4X\r\n/CrvO5qq39lCphwpg2hEJ7IPnYF/TpoOQawiu5Cd/UPhIbRpdXNyhYtInlUA\r\n3udVQnooJ73YmzO150QqhQ4uhqgZA0uvHqQm3SsAYSY+iKbN7yMSj7wCuUB4\r\ndK93GaSOQnNLUHq9kC/nvRQ4CRXmEMRvckpzipgcXL6v7yPxL3lrZayKimre\r\nh+HsFSro7QneqMzrWTkmIQYqKacl3Ezj+H+p1VE0P+h5EpdkbU/rv/kW+HWY\r\nG6cBzoLWO8JGFOdQBlL0V51pL4gijp2r2PNHus0tt0t2UEe5Rzlpg9shUuLN\r\nhMlaL4vtiYTNx8Cd8aeqk2WMOjFoagVB4W4=\r\n=PpiT\r\n-----END PGP SIGNATURE-----\r\n"}},"1.26.0-nightly.1981":{"name":"@influxdata/influxdb-client","version":"1.26.0-nightly.1981","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-QlJO+eVmQKaCyvhzyqu4nHfiKQzNepuaDtJi1GkXT71k1YkdFj3eYmovePUfnkMbGNdwEN5yqGeKRyI8KV/klQ==","shasum":"2e4a3885218b972df220e071c7b8cf44fef4d04b","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.26.0-nightly.1981.tgz","fileCount":103,"unpackedSize":1252447,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEMCH1txgsJDw+7XLY7CLstShG2iO/MfrIWIUrCdfFXDeaACIDsQtzGSxWxlyVe3827WYsDSsfIsMP27/9hWgl4/4f2k"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJia2l5ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoGrQ//f0WClyb9MVMwHhyHOpGEc4HLlxVn0UnIhD8nNQnjEq0tCB1U\r\nB97WdOUPSb7YtINtG773eWVp18ssfAMFvgmDZf90g92GT3Gj2jwHRmqb1zLx\r\nHMLDBm9foN8ImpPDmGDPYhDGHBp1MwiQJQXed424ZGbLYg78B6h53gO0qn4W\r\nU1COLZEU+BVNSZk1jBjHUfFw6EuXtlYh5+GSr0ova44Cc8Vo6YlSV6jwlWMT\r\nrUs/fsBRVeeDurV3TtyCWDCMPphW0UoubNNmTjcNOR75igg7f8g9jAxWwfNK\r\nt97l+WbXCF1OgTwqViGebx9RM9Er/q57pWe0MT4igUYvSwLrTNBkHUs54wpW\r\nSPkjKeWTOgmcBhRsyQV56p5QmyNRpVK35OV8Rp34ol/fGBwqREwRApqnNZZm\r\nIckWgqH1VLecx3FZDSCRQAhtYGnpEhPpBQtkG2GyV3jg/hbAUkB6hDn/R2fq\r\n2BLiugJwx182m63KxYxrlMHF758TdiHrvcCnGU9Cm2x1LkSOnOWcCgkMx3YE\r\nhAF98wqevUr6iwHRf7b9FJ2RW0ZS09i2wNuM681AJsJGrYB1SgR7SnHteywN\r\nmhg6LNcDipVca9fuOCt4a1d2FuqxWHEr2NRf6GDUjgFBgYUM8/LdWjsbg7yF\r\ndIz+Vop3JVP/stMdfROIjRgS0jla18uqUaU=\r\n=aUFz\r\n-----END PGP SIGNATURE-----\r\n"}},"1.26.0-nightly.1984":{"name":"@influxdata/influxdb-client","version":"1.26.0-nightly.1984","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-Cf0qacisllpR8wn4he25nAMFz9AGlkFGqa16ko8OykDmcqSKzI3pxfADBMSUT9Tmmsdo83u5mHYOCUMW4q0ddg==","shasum":"cd3680d80179bb628fb3d4ab7a971917e95b43a0","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.26.0-nightly.1984.tgz","fileCount":103,"unpackedSize":1252447,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD+aPdyHQFKWKbBNOPQlr2riSqmva49hSCYSWsIvIHXMgIhAMoP32o4dFbJLIHp4byiFBp75wlkwsNJmXe+AtLw7q99"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJia2osACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo2+Q//a1pGXSH0s8XpYmZg4tcyKI9052xKVrUztdx4m/SraqV0sqwF\r\nDbAkKqhoecgUNfL+/i3bqyuBjFx0dW1A+6Im+jV1SUJp4grltDW4XjfbuzLx\r\nVF9UsBLKh00s/SLcJctjQGvooAus3SEREQnVkKKB5ZyqbxKe33E0ND9Xsjji\r\nchdn29/IWafxCRTBaODAzxeKvnY0AhNLPRQiDj5uibAmBWVNhVcMLnPS+8OO\r\nJ1kAXTsjGv5n04utimBYeDc5U0DODIGMj0cByp+JafmvCJ8Fa2JxXwrmoRoR\r\n+5X3oYQPtkuUs6hMHEVhPmvxHMujlWaPoMhLzczVehW27C+4DfwKrtHKxTJq\r\n+dHlejYBK79+Gmxn+qDoz4zoRxsV4QKmc1ksHsyWwKnVC1IDje5smlmM73v6\r\nfNshrE1HcysMk8ncyGeH0OpavCkksxzK6wLnr+iPMHV07jshIL8jIUU/oc4Q\r\njnL5ooZmzvfiblQqb3zHnBTARGdbuAmNdh7spCNr9d74l/8zcKU/6TDCKt0b\r\nX1roIBFXHdo30O1wXP8cu3YGKVJF8ceZKs0gzIqbcG4mx8xo8QoO1+unB/+P\r\n3NtyY5UqQxk7ZUuTWvH16Ujx2+Gdwo4T03tGLtySoVW4InPHfpyHKguDzI8J\r\ncs0Xm6SP19GBayi1ARX/O+e4q7EnIhS2bqY=\r\n=t5ac\r\n-----END PGP SIGNATURE-----\r\n"}},"1.26.0-nightly.1988":{"name":"@influxdata/influxdb-client","version":"1.26.0-nightly.1988","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-ragiq82H89Zb3wbQVA3c0ENseaveGLnKjs+DevQrrYUepBCosPgCRD2bydz5sgtQ0EHteAVZ+aZQFdibBI5XgQ==","shasum":"b32a225f8f6a96ef1f61125361ac478789a4399f","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.26.0-nightly.1988.tgz","fileCount":103,"unpackedSize":1252449,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHfhcxdjZl1FxCTbCxFno8Yh5yb2VpkD+b2aNhDV33lBAiEAy29pzSlfTU7m10CDhPBUskexU3jVn8boJaeWJos0Cf4="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJia2ssACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrqMRAAh0R2TZeG0zED1FY3tO5bys2rGuMTBn+I6VW/afWggnG7TdSp\r\n6wlGKbxMGSOjD8o8H3Af47P06l3UA8IZH3u5KTp8GseZdkM20q8bzDNqDffh\r\nGmP7uNFtJXZpBfWyY+lXbAYQsmQ4skb+vnEHmsTgre1cSP+9uYxuYsCi2Qed\r\nwXwO58OcmbjCXgyNKSSir5z9XmIoH4LbwGBwQ6aw+BU1qVDHI11MNvWo4Ndz\r\n10+xd4ZNBLEyDYr3I//VSyeUdUIorQUvWwlb8nWbKDYZcivMv/KOW+2DzvtY\r\nHb/zMB+7JgH4mRPoyzi49AE+c4i4IGgHxEjRhGCTqxDLRfeCAos24bKXL8Rq\r\nRdDn3sUS1IBCgZmqx9TgxUTLfvg1vLV9tZGcnt9Y8Bg2Ta05hor40KEC34fT\r\nlKuhb+3eLG6YUPbEIEx3RhPjKWRaARFgfr33nwsfKl3duAKFkpfV9fzB03nc\r\nHsIx7BEnNzwGYTWgx4Mlll4a+GkoIl2cARH6Sn9wSUR/lfLFi3K4vLjV5j8/\r\nHcDcUEOL7fFeCcZAzW3NaMhapw3wBk8KeRWwgLn42Rwehf4nF4j2CBR9u/mH\r\nT2O7UB9TL7O3u/EkpEN0l1xaNWZBWpVgmD949I0lH1JoYthgbSA7jUgZMPKS\r\nYNwbllkx3aMy8kC9Dnw1SsovvF5SXXjFjKM=\r\n=pu4d\r\n-----END PGP SIGNATURE-----\r\n"}},"1.26.0-nightly.1991":{"name":"@influxdata/influxdb-client","version":"1.26.0-nightly.1991","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-yvwdxju+lYl7Oh9c9gq4HjbT4a7Ob/WvmYBKl8Kdhww5o4TupfmJZITQs1xSxxKM3fYOm9DPuam2TX0HILa1zg==","shasum":"2a6af2a1628e0cc618d27dfc05123bc214e6b390","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.26.0-nightly.1991.tgz","fileCount":103,"unpackedSize":1252449,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHM5Iv39oE7zBKdfjefkKtsyg6KOR9FwPIQQ9FU8sdU9AiBO4n3xmPlq+KEpTt/DRQZP/tFS4BWYbK11mDkavR3PiA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJia203ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrLHg/+N/PKPOWCqOALQaI/ql+Kl6tsWJFOeuTPGh85vKHRGKZuu26r\r\nHgJnxt+pwwcqFTrmT0SbuJ4x8ROkLcqo3fiuXpf7H+L16HpUELoY14YlgM3k\r\nJlnevJGawne0iyL1jgEKzzNHn8B0VfO92gaB4lVVT9NmUsMkMaRNLybdEBdS\r\nuWpjkTNMwBGvBIHEv0ZRwkojXipYcZuhdwU3YHZIuF416IfMNdkiXd/UnKKl\r\nhBkHdMSsavymdqWeb7MZ2dqjl5K9+FSgMw67s9PYDqNuAtti0uIDmP9VZysy\r\nvizSqooGhuMCmSLNmMjkJNvf+FrxUt6gZB/KvkO1XMnLBUPQ1o0NPlMj2zvO\r\nekqbfdgcxCJFqp7DnpcUR/gVPGT7DTHMLb3atfeux14fEqt0rzLBUsZ0VKj3\r\nImW1o5CKjOGO41aHWlMO63RHNSZB3PWiQXVrCDMrWPNYCvol5Z63QbplPW7b\r\nnbFXdP0yqFWCtV6tP66bBG2EDkos8JE3so8FaTXDTfYrNTHORztT+wh13yuL\r\nsEldSx1ZB9AangXrZMoR9aw/ujzMgKXMFEhkaFw1wrUev4JGvMlACngGnPRH\r\nZthZZwLr290jMVSjkgA4w6keyOWtV9/X6ouqw4JpZjBl0RvYwcsdWCHKl6c+\r\nuw1n06D7EFz5dFKpQ1QrErhPEGIkSxZHnO0=\r\n=Sqo0\r\n-----END PGP SIGNATURE-----\r\n"}},"1.26.0-nightly.2004":{"name":"@influxdata/influxdb-client","version":"1.26.0-nightly.2004","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-EV5abRhfvew6wbc97fnRkfSNwn/WMgqIb8L+26Qot0K2zEorfIyXNOdR/LEtPU4G0gg93yTfcGSRSk/ZWH9RtQ==","shasum":"ccf567f5f4bd6b39889888dc0a785eb6ccf6999c","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.26.0-nightly.2004.tgz","fileCount":103,"unpackedSize":1252449,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD+0ZTa/s6vz5UM7TPuuYcqmHbg1tSFvHnt693ao/LoqAIhAJ13iZxnE7/ODq3olyej7/Udhk6UfeUVxrZPbCrn3zEa"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJifStGACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp+PA//cZVpBKZ8I4O7HNLt4gUHHHU51331mN4lNX1AQvYXJi8jGiot\r\nxmkPc0sPnH+AZ+Pd+pwtNIIik0n9tSR2UpnX+BxZxkQEb8Mc3/FHLY7OAVQp\r\nfzEjBKVeAHWRjbJyeBQmIcmcde9dqmVI6VHNPGc1IMRQ5OIloBey6A0FnexZ\r\nByHi/nSPbieA7Any+MeKoQXuwQakCRcKGu2QEfe+8CRYskcS+BygvHuo269Q\r\nuKPkayVrRVOonOcv0UxZ/4ktKgMD7OPgg63v1YAujAPbrXHabKwFC5X2Kuby\r\niX031elAapO4/zxha1+vW9uUC2IvCX7LjN4+JwZ9jZsKno3bJSu/tnXvym+Z\r\n3nbf1CS2M4JJNnFTQNr1ekgp6owVQHRDuO2pJAS2VEFiK8uSAI+143fn6fBV\r\nSMXrm6TjPX5W3+OIUN6VtoA+GEZoqBwKSM5JoPBR8NwCxzvdR1yIdP35Zzpz\r\n0MyII/EG32FYzNLAagX3um042eBWhRrTFXz+yoYdyQkU6tZ0LnDgdfAJ5oHs\r\nUAmRoSB3xvkc37St0i+bvZF/plF4XvAxdbezakhIG3ZTIKfhB4OPp3ERHrHU\r\nHITOkUf4m0dHH/eIfBkfskEy4inkWNew/RD8N+AlrYJB7xeCz3zzsulIeDyO\r\nd6UDqr4rFGqprOMheXlcN4mOgBFig9Y/2lM=\r\n=92nq\r\n-----END PGP SIGNATURE-----\r\n"}},"1.26.0-nightly.2007":{"name":"@influxdata/influxdb-client","version":"1.26.0-nightly.2007","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-oX/trOzyOCokjSk0eC8RDnC3v9Xr7KctIUFnpEtpKH+LsX6s65IGbGt7SNqXFOFJPNlnCRndDnzV0WgoKmCBBw==","shasum":"ab956b62ab4e7f47cad87e3cc1fc382ce1f7624c","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.26.0-nightly.2007.tgz","fileCount":103,"unpackedSize":1252449,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCHbWEJLr7//INCCNIaI8bZeZZhZ3G1xHsuIWUvalAySQIhAJyzEiouFU0gRxrmEqo3a00zNhbRPduDb6TpCKfCzbGq"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJifSzVACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrd8g/8C9+n9KHm/JDPksKLsbmjW49Jun5Xt8ZWxyw9BajECrCB6dSU\r\nHYepdZwBqTNhFx868dPHKWxLH6/rOThGBo2tvYssbkDDhJW/WKE3frVTwA57\r\nx2w831XJ7esAd8QE0ZrkeZ9eHPOaVe0mN9G+Dx0k1eJw5JfBOvsN3aV8gdSa\r\nIaQJzr+GDznsfCNdD4e/IGt40dSVC+vMYOXTX/0STx6UMfty6uG68/SrWy9Z\r\nmXsjbi2FOlnHU5wOBE82acuBAEZcBOiEPoeNNuzLjURkFWjcEuw1meDS8jPl\r\n3QNsX+Ma0j+YGreFCUl+7IHRm7+wel7tlkSXdmEfM5Im2UhKvx7D7uAJP/Cp\r\nYDv1SJ3YUt3/qSW5jRvLdGumxwIoIPz73wQI0yT6odtS8g8TrNnNP4e+sqYy\r\n5CszOLbN4EAp/Iwe4RddvukY/Le8VxNMgbc6l22eYdOYFVqquDHH0MuXodAY\r\nKoN8cNSLGvlK4+lDlbx5zFGhPZkhyG2goF8PeUSFpgloi35+rGZIKFki3Aef\r\nRgJr7X7GvvFKZxi3D4SJehZztZXXlG1bQbV1h5T8Bj0Dd+n5OCthd4gLs10I\r\nsjzvIyc5bZT+m3j8VSb2FKQ26dBr550pOc7NAX5LUyFYBT82OFRSqx1YYNPr\r\nLCvB9Y+mUBFfweiU8RPxHBSUyECt2rJw6+E=\r\n=LHGc\r\n-----END PGP SIGNATURE-----\r\n"}},"1.26.0-nightly.2014":{"name":"@influxdata/influxdb-client","version":"1.26.0-nightly.2014","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-Pd0DWYNvUTPdFH17RC5Blh5b9fj9TXSx0PxdqMgI0FoIbkriW4cFDIGCznQgCZ1KB+KlCdpmUXqxUQadDd5PwQ==","shasum":"5c11cc6b6f973ddeafeaa75986ec4aff81e5dd38","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.26.0-nightly.2014.tgz","fileCount":103,"unpackedSize":1253314,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIACYsn9s3szTXrmn6Sw8+NnoXN9t3MIe3vEY3jQ4lN4GAiBk2gkWf/F9mYzRacY1+15ORFTRUycUE25mPsQXJiU/YQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJihfDmACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo8yQ/+MvCB80eEBKq3/LrGR2E0bt2DdiThCxGPIENak3HXsF8ohGvc\r\nRqIq+8FvtdvSeMyncaXpjQHuE/R7bafDveyg+p++pU82wYplB17S/e+/HlEs\r\nYeqf0I0NugBmVH4FG39f9wv/Xwdca3OoKnr6NvDwD2+hFqMB2rzy3EZntdY3\r\nOrg4jPBcHZjjsDpXJM7GzT7MSGiKA0XEUcC9e4J3AkX08TXZp9LahoTNsKES\r\npkBAtvTRUgPZ+bJL2GnyY/26fI3Vw9PkNMPjYj5rmT0gFfA+ptsT9nV/BZ4j\r\ndymQbubMpYWPPE+xHauCywdqYU3ZkTZ2DY5Z/nlEOsglp+TyMSzA6CIhwsXq\r\n8JPEXzaDhSbtuB94J4AFZEnqK/0P66nxSt5gSwqnN+cFAOUiBslp6wC4jEfn\r\nav9LkEzZXlULm3Xiy8mniV37/2Eg7hmCEMChU4B8W6/5TufDqvQa7Cckv/pP\r\nv2d162uGJb/Ceq2u294DZ5I5Vm5OlET1ltjvuM7aHXx9NSprqnwC2AM7fgz5\r\nH6C1dlXGlglRsARTjUzpT5L1X2J41IufDnQmCbpNUFNFdjHtDL0DKczWspXK\r\nUDsB2PY6RyAWbumo8vBmhuqI0geL90c4L7/3ol4MpPe+XG0CM7PvGInnCAYs\r\nJHXBKNgn0LsN75GmFjMYSNJjQvmzMYwGTBM=\r\n=Q/Zn\r\n-----END PGP SIGNATURE-----\r\n"}},"1.26.0":{"name":"@influxdata/influxdb-client","version":"1.26.0","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-outv3/ODQGPoGTxXaFJC/s1gJwcOjATTfObG4/z7sjKJYyHMYhjxxqhx16yjlpFwkTx/VUYleWkkbM3HMuUBgg==","shasum":"742ecc498869362a6f0e7e4d1ef4c975e91b935e","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.26.0.tgz","fileCount":103,"unpackedSize":1253291,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIF/RCYxGYeM6v3EkjO37ogTmEwkq6cLO/WpRDV7+xMr5AiEAoiNy9GxeBE0lGCH+NM0PZGsgND0IwOEzvB/7u6RM1TU="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJihzSoACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqTZA//WJSjMjVQZAeXe1guqKt9veWp3sp2lUIW75pzozpigtefcTIU\r\nXRYHM2bqNKIJ6egbE5eKiijKTe9cSd/fzMU8V/bYHWxZTuCE+QGsvyuqa/wt\r\nDNbBiNSuJ6D9sTLAByR6nb9s/ElHQYGJDt1NcnvzuXI0i1rDjORLKP0qfiSU\r\nAeMH567ppESSzQLkS3yY6kS0NIVLN7MXq4gV6urxFOE47QDmNnK2SH2u3/2L\r\nv2hDYiGRZYJfZjYDsXBfruxBKKDkaiOn10/3n8g38Uancwm/JG7xmqfQEBlj\r\nTTgTk8O23NEFoe/1n5imSEsWOInUZNRG26iuZCeBUVOgvyw9vKwqFewo1ykZ\r\nFu7CqC54Kiu6TGYFM1aKoOS8KOPrYo7ezCUgktPvaJPTBaZKqDhMVXGamdRJ\r\nv7ANwpNxNaAZuq+aOJtIEmN9AMn6GEbdctYuE4tGmPsFVSv9qPL8/VZfpbYU\r\nu/ct1gEVUx8tW3r9cgygig2p7uQKrN1nvbM88tjgmSRQ/eDf/h+uGWH9e/qE\r\nUmFUK00hsrLDo5UH82AtVZQ4Jg9hAfv8W7AHPRSQOJvYdmCdFuMbTQAh3yn5\r\nqX82hkn/G8Gi2qGBsNR/CwubGK6yKnFgn/OeUf3JQe93V9UEsA0GfatnuWOd\r\n7BpiCosrpgo8v9tEoZfOeybbGYEU9vkv+/U=\r\n=X6xH\r\n-----END PGP SIGNATURE-----\r\n"}},"1.27.0-nightly.2020":{"name":"@influxdata/influxdb-client","version":"1.27.0-nightly.2020","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-/IXs03Bd2YxIs1DMQyezqHidlgfaxqUmjv3rkHqetUujM9gxfT+MBlIW6UVigc9uMGuljVANiW2q8h1SxvvWJg==","shasum":"f5471251bd0dcaa3df170e201a49d2b99393968e","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.27.0-nightly.2020.tgz","fileCount":103,"unpackedSize":1253313,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHLfY2PpdPtIn7KpqXMbWsudW14aXJOgb3Fk3aUSfPnNAiAIiLgiU3RI0BuMypWsCkZ7c3XB7/eBz1ZjDLnXtvEgPw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJihzW8ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqzqg/+KZMqXD/UIjxWxqx6RYvEevaK3rknQ4kYgA7a9UZ4T6e0ti3Q\r\noj69wljrO1kLmkj1InYY6fn7iTQRyuVp9Cb9cQSWMtQUFs96wdq8uMbUjI9+\r\nTLYnYHgol2dHVuHpj4Cpy4tXqUtQtQ9I2xtBgJY+nYwE4me96u3uHzY5/n7J\r\nQsy6bpk3Cwq9oYj0fPo4wORmup45V1wPvuar6qiTZ/hucsgRJuNO/pLQKMce\r\nQjyuGEBV1FWJaHPj9rC/bY6fupWwEx+MuRh7WjSlDry5eCCsYIHbE/E95R6I\r\nzWzMOAKiubI7/51yiIljxoYsOqIVO1xqBLgJeHIKeaHbSJ9V4vYJAgPlfOUd\r\nSN2jb3QFIYXWGpWw/mpN5hKKMONu4ri0nBR1dP2QRCnNMIXtJD3XEf7pLyLg\r\n4UsAVSN2DrKFG30QwzRIcDrPYVg+A2ZPS3anaukw56wb482apuZ8K72CDZTS\r\ng25d5iFjErIa+ZLWoVmswulhA/YDb6ace70oqIxQne5rDo1x9s3gMeF57zZ9\r\nLZ0PWMjJ1LDpoAcLPE7q/vKflkFk6+qulGaAenzrJQJk1HkuD9KGh/2NBBt4\r\nbprLnmIqYw6zocrSEHDL2XHxUUQs1gQGZH1aCDQkYwnlz2IL4tvyUqIx32c7\r\nrm+MYOJhySBYe5OaAwmQCw4rNjes+0W/SgQ=\r\n=eFDJ\r\n-----END PGP SIGNATURE-----\r\n"}},"1.27.0-nightly.2025":{"name":"@influxdata/influxdb-client","version":"1.27.0-nightly.2025","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-KNIWqeIT/eWER0pvcHScLSfccedCDgMq9klr3h1sl92tlNIZHW/tocAgp87XMCD6X9tpssg5jEWIBxpkK1MRkA==","shasum":"47f744e2d7e3ff5ea538ea615cc9e77f4660d054","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.27.0-nightly.2025.tgz","fileCount":103,"unpackedSize":1253293,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDp9GQeUPTV0ddfo7HEJomMbHtk/QlnZ3v6nnTGUJmTxAIgaEoryNM2vZXfcsLhTR/IHM2L5kknqbih3a7HqJ7LypQ="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiiopSACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqY4Q//Y3w9/6wItSckwaWtcgmZCma3lDkMgF20Jzi/OIvJnylsfWr+\r\n97MGj67uUr6BtnYCYVlVr2S/4a7Z0cgXxxyumIpTMwKqnt72CxKcpZj2hlhb\r\nxf+rti/lj+W74mtqpGO/LxQBjB5zBvg/1t9K66mV0YsipJ6NqZRKUub+p5nq\r\n1xI6jWcMkvia3YV+Asrv6zmIq19KR9x0L07FdoyhLtm8MB0MGS8H1QZMBldI\r\nhhnk9m3yg8ScHljIUttEjo2TO0DFa3UovCqv/r0PS9VszgCVywgTpVVC4E61\r\nhc9m7E5qV/h7BCJVcLvkmsE/X6QYBPLrD9FZJWIn2HurhX/nIeH4hEJxTebg\r\nRDKjD8+egm1eQFLzEZdxcqEXIWmLl5xBjZyyTjkENSMdP7JMTN+w8MDSb2RW\r\njaHeg3Hf8Hgo9L4/twZ9Gg2IDiTUYChznx4AsapwxbgDwC9lBdKaYq+XfPrq\r\nlm4KbPHVKhN3/yy6fTDW3pZDlOQULnV92FNoTfcCTWx0u7wqyMNEdnoMhMpT\r\nb+NDKdVQ71a0wzOdoHWO55gEch4rBn3jqU+x9vLDCMAqcqyzHgAGDodPvnU2\r\nvBBY28b82/HYuvPMFIIwneNr50q3yVyPfxqvwrSK4OSryQ6d6Jxm0Z3vWp6t\r\nE/iZBRGkvvk19/mU9SILYGqNcxE/MIsAAhU=\r\n=jZYD\r\n-----END PGP SIGNATURE-----\r\n"}},"1.27.0-nightly.2036":{"name":"@influxdata/influxdb-client","version":"1.27.0-nightly.2036","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-4/nsnxGMFRQl7obGKi8mlBji0n7j4ZiUqOSq0UP2bySthllklkkmxk/N4FRvuGgbuIlIBAbHzBKbFC3XmISyTQ==","shasum":"e7cc498c8013d14aa628930dedeba4b66d22e283","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.27.0-nightly.2036.tgz","fileCount":103,"unpackedSize":1253555,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDbte6dgof3X/zOCEoaQ0hSHjc7fegx3UXET05HZIoU2AiEAsWxylQyhr+oBv+0iO9M3mDPTdu7NtYk2wB6sGefhdtY="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJijJTEACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmovhQ/+MCXEtfXS90h4zM7aZVFUqDUDalP9NTBVkpaxrnrjiBzI61WC\r\nwOelXTtKqhmh3cRc4ForZYgy7bVv/qghnZrcqTZ841VTVqNIA4U0Ygc7e7lf\r\nx0iY0Ju2ZCwnIeC4/FiJWFnhdMEJDvkjzXtwzcSoTBYpAIXgQMG/9CwUc8NK\r\nTz6vzanBhFHkw7Qo/32ufsqclqdeLdPeItKGUePW6B95PVSnj4c2uYrSRryd\r\ngzqr3EesFBL7LZrK3uL1j/VsUMJ55ax/0QuE2835gMERifAOmG321pkVbJWm\r\nJ1l55kdnhlntUL2rrD/BI3HGKaJUb2zJud2sFEOQUHGhAXdOB1XrcXkKS9qV\r\njSyMowIwpNAamUvFPZjPh8ohdDadUEt0a4/graVHJGM8vxs7onTczbJkIFuA\r\nOo6xfQ5IaumXDb0ICZPwJdSCEUJMQAt3qKdyOv/kMxokf3bg5721YRIgDFLH\r\n2wDIYnDO0EHDFNBYbuofoftXVhzhgitoCy40MXF/pTdSm1WeUVpY5k9Tibli\r\n/rvsSUPUYn4w+cAJJq8odOy6IA2h8zvoVO5HM8O9YdNWu24TzPHf//dhxE4B\r\nK52OsQbwbxGGF5+DhD3oHGST7kmsozalfEdy3r7+/6p7smvmUT2nlVoXeSKH\r\nM1q9eVJsyKwrK4G7hjTHC/dlTPfvkmXtifA=\r\n=DEqI\r\n-----END PGP SIGNATURE-----\r\n"}},"1.27.0-nightly.2041":{"name":"@influxdata/influxdb-client","version":"1.27.0-nightly.2041","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-FlEn451ysoBmJvk+xI2Bkr+uTOgh8yhJX5HhH+toQP9IyNh1pKAYjuELsg9bRsb5TBGPHQ7N3SrzKsz1fZWTow==","shasum":"bb1073f00713d2e0fd7e7fab35e055135038ad80","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.27.0-nightly.2041.tgz","fileCount":103,"unpackedSize":1253555,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDZQFClnGTVZ9WV8/gERwHWGXESGUNVcVnvcDORvpPWvAiACin7rN2MqL0426hZ6BvH36cqlLipgnPDxPKAh5IvFgA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJijatZACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpysg/8DFeh6/vATwcKCJBLPcTPI3JpzeJU0YjY3NiiDNNp+JjZdWur\r\nDZmfNFw8GV8Xgu+cK8mdpS1zwgVm4wWoqhQxq9rd6suwoIWjIqPeoE3bibTq\r\nHaCgvIOH0qsA8ZrxJ75yMrtUXtRsRj/1PqtpNApQKvhqsWANILp/x3WjWBmz\r\nWOJ9HJJugj1P4uPS3xB1m3Ip/nob/RW6M5oFL18toBL/7AI6dCaTTr71nzqv\r\nWxQlqu8qbUh4e/unL1SMLp+4sZraZkxAEJVZdwsY4295Q7Ek+vJiAz5c6ejW\r\nZCyrRxuKYqus28YK1NPtiFM4oxUAeQ+ieD2fcBvMKDT/qwfxFtlI/sxYW61N\r\nXrStw5m05Q8stKS01kftqAdy81YN14xXpW4ffwOCN0FPGzgOIdUJ+4Ta9a1k\r\nGPsXSU+IY/mlyD4dg4ZWepSEeKIf/7olrgqD3wXqWqsFq9arUpNYkfeOQw2s\r\nONrk8bYO1hkzZdpOTu4eVcePc55Xk3BYKlKXrJpkuGVkdaWlns74mL8ukWPS\r\nyRoccg0BopR2rdV/Ct0K7BRfmah4X9xGvnqoIqQrqU1KR0890FxtXo7BPl4F\r\nqG7zCB3ooQwBD+uSMtLCr4wkwcmYyEVJKu6s+kn2F0eCPkgYPDuYH4JPQcAQ\r\nAWa1dU4B+BntHVpduPhR55SxWvgNZuZP5Vc=\r\n=+IMw\r\n-----END PGP SIGNATURE-----\r\n"}},"1.27.0-nightly.2046":{"name":"@influxdata/influxdb-client","version":"1.27.0-nightly.2046","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-dkZ4hIN7zRCEr/04OsJTRDbNzLX4Mhc/y0501XSaX2EokIWYpfye02Czs4VDipTM7UKYN8TtTC0Evsm9wQeDkA==","shasum":"6a5bb6811479415fa26240436e93c63e9a00ba35","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.27.0-nightly.2046.tgz","fileCount":103,"unpackedSize":1253555,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCz8lugQfx1hCBH1IxZajj8485s9r8uTWy4vvgzHHdbtAIgcehhsIDmaXhUysFrrS3bblRaJyB2bSj6uI5ttx6lV/o="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJij7QrACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrEGg//RN4rXrG/BnTP7XIMPQwgR2cpNDVZjHmyZ22ic2ThlrGmXPD2\r\nCWkBog3qvwtyOQahttnVkpQRmzZvmsW80s5H6r4FoQqwkgQtaRif1TiHXagC\r\n1ilXWshO+XmXUj9UGcY7SXTcKJGdgJCCCqfdVG9qerA1kKeChB/1gTWFKC2M\r\n5A9IKX3jOK+fpDvajxKyjD51egIj6KGpsUGzQMglvVZfVDlRBdWQf50TU9yS\r\nZVXSgFNrZb2KFYIhQBpynQ1cPbo0aycXezFsOm68mbTpy6cuefpnIMaPOKao\r\nZlJTnUHW4TDhhb5/aRxO4xK6GK2zVyhYcE8sS3EVU0pI1/PtDJWS/9xiEvSA\r\nljwRnGpwKgjW3Cbf58Xg30wi8SuCYJ9RoBNZpiwI5SaMFMDNElVLmbKTJx+f\r\nfHmTsjUs6V+4gSxMIFWqinCNQA6Xl4d6ruq1gVy/3SuhY62W13YGwCe4pcyh\r\nX1nXDsNV7hS8HRbSg56dpDsIbndBbn/he+IYqJlciDS4+fEBniDOl3KK88fe\r\n/rpgV7LZNQH82rjDj8qL7u5tgpX9AJ+QWRAApZcV1Kk3gpcSZ2dMqhoyUcbA\r\nVeR0s4PYoT8R4qRN/Psvfv6TMp2qjpxvrhFtHp5c6W8C/Nhp3LK5w2NgRUON\r\nWk+9iTDduMj3wW2J6PnzjC8I9sP0rUjMrzY=\r\n=qQPE\r\n-----END PGP SIGNATURE-----\r\n"}},"1.27.0-nightly.2053":{"name":"@influxdata/influxdb-client","version":"1.27.0-nightly.2053","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-2GpcD5owQ1SmPTK7s2Gk3kxDaE+lmBVFhnwP6c0+wCrCt0tY94KKj+J/X6N0ymqGRpNZv4ynX6zk6hEIS96I3A==","shasum":"672ecf516a9769da255c85464e8d532285c716ac","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.27.0-nightly.2053.tgz","fileCount":103,"unpackedSize":1253539,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICm4v+/FYyLz1zY3LhMwGvZtltG6xT9ryzgB5SIv9xKNAiEAjMHnkw5FJ5bA/ye7zaxFzE5f+Ge+H5l73x7UM1ZMNuc="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiptCkACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpvEQ//fq0Y7eQfrxyEQmx4ALk5HSmCgoHOxk9Z1oaH65ad/Qqb0VOI\r\n9FKdU1ZBWR3nLqErnHX9zpd/jzW+Q+j5/FNwsRwDaJ/SdZGGVJmoWO74rBgI\r\nFQvCJrnpDbOOb4q8mHrr76oGtx+i1xbJmM/awN+mFNR8rge4sBPlU5fm0Psv\r\nqdxY0y5HKLCvAL0goe6HnO4rxbyXUJTcNimxpJzMT0jg+6z6LUGFN7N9cEIM\r\n4Fl35pDeoRv77G+3hG143ZMalRmdSIszgxZQF2Qe2LI+Qj5KVVJaYVDwN94R\r\n+43HpfAiQI/+8kJWn3MLIavfzSRkl9pIv3fFQxaOHGdsVWiB4kc7N20aPmcP\r\nR2QDfvdgnM6f26pKkmMLCZna57oWUESCV7Whs4WAN9G690YHc58ae4BIJm2x\r\nCCNEx+q9WPsXOmF2DzTUy/1hYpMXU4NMwx4+ixzlKqHCFSDqT9ojX/P+40Jb\r\nQocUw/QF+8Qaz6+IZPMaHaaFPWzRaJUfIcRocX6T1IUTeuh1CBvh1MEIzYIR\r\n3j8XfQ9N7E7BE5Uxo5sI2Lkg5jcjOUDaGUZlf9+r25b+bMs4w3TexaqfGq5e\r\nHe6nTqUfEoeQciKCRdG/KpqtF0XsdXU49tAc8KX6BCVv0hnkM+TAnVIeHusi\r\na9wuKG0xoZ0dc6PyZC4rpEPy1EKFFjobSy4=\r\n=gXwy\r\n-----END PGP SIGNATURE-----\r\n"}},"1.27.0-nightly.2056":{"name":"@influxdata/influxdb-client","version":"1.27.0-nightly.2056","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-OQRrGjp8Ie12OsY7N/VemMjYzyw7ujnlTmjH5vvhKW04X6JG/uY8U4xc/dg1e83cIXo6xPwqShh9e+Ewhjcczg==","shasum":"ae383f4e3bc0d0f637d0ac58e37e153d7370ffa1","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.27.0-nightly.2056.tgz","fileCount":103,"unpackedSize":1253539,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFAH52TcdtGDytDmJTgiv16PNn9pn4Cnxa7EyGxZw4wCAiEAmCoIRfmmaernX9DkGyasPPp55iwmAgYCpRcX5Bu6Iec="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJipv8cACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo0hg//TZ2nxQPCigtKtLf7nyw7roq7bG10WjarFINfALlqrk/cePAz\r\nf8dLA1OY/a4B4YfRW4IoqNjMSiUVj4mOVnobbi9BrvM/P15oc4U0PEdaaD1+\r\ngZ14v7E3JXpZa75M+MdxUo28WvUDQWacpVSEqcgccftPLUSl5BU2yQezQE8f\r\njK/LdXoHfqBv9PICCo2KGjRoURbAdZZ26i1xqzPMpjfrU7VIBNKppUKoxRWD\r\nNlyBRvVdWx1CZyxccrMiIMHqtbKmr0hXbOZV03P1lHmNlwA4dZgLzRoUtuH/\r\n+j7Srtxym95Xd0/RDupAXQqKGwNGGeovyt7VeJHhlRz3vlAZhsdHhiA7oqjG\r\nqi2x5EZ3rzpwtWGsyVM20+C3aJ8j2kgAfWkHE88KED/lFEVVbr17KKFmre29\r\nuXhpnjZcFpjVG8jy9cTUa/xbIxoVI2EiOCKSsEtwby5R2TxQmMz6cPCpDfqJ\r\nQzbeXDHDLYaitGIy74cG2HlkBjWaMlRo/kQLvuMEF71GSGzpPrGipve0hY4N\r\nFkVswEQ2fL6FI/mKAOoJM7z7SV8FWKyd7Fd2ensoXgSAYxL4BbOu+a7Hf6fB\r\nhuQ2RAsFdj+K4vqC75LAqphEelXbLoxbM3gSDjZKg2aowfeqbIHIjyvz2zwi\r\n1NimnCN2dEl+QLo6m69UE75hho3I1dv4RjA=\r\n=oSf3\r\n-----END PGP SIGNATURE-----\r\n"}},"1.27.0-nightly.2059":{"name":"@influxdata/influxdb-client","version":"1.27.0-nightly.2059","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-U/PIm6VJHEJ+gu3/EKvWSwh3n7NPs6RSrL0CcVWGJfBzAvNlD1qK0+zSVpw1BfkWxmE6spfA910cIkRPGDpFYg==","shasum":"df5592ecb513e95075204e5342fdf75bb9ba80fe","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.27.0-nightly.2059.tgz","fileCount":103,"unpackedSize":1260428,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHmaeOKEXjBS+TxtB/W9zjBX8k9/aPxm9uOHkQS9Tev5AiEA+QQlGNFZ/IXVtqJNiHFQInEXNOZWYhzPDXKZDyFrnZk="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJisXjwACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoPkQ//eRO2rEf/HkW70da2TNKtcRTX5jkVpSU88m6doQS/5bTdQMax\r\nxAU62q0UZv3nNYUcsU6xmYgedVNkmbBCq1e7Gp1zIdViYO9du626cgSTcEWC\r\nT6LMYewFCwMwoNVpkoFoSCt4/yOwuQvvsj3bZTgwD2scntoE7TNc/YdD7KUP\r\ny0HMbqwrHiNhxxks5WHPpbqyjDGnFRWG9yfejiXQzD8qDIfGKXnRSKcuFqXd\r\n+hMG5r5jQQ4O5YgzEeWNkPObM9jFbl8JqlP0o1ponLjPFPyuQkBHsqtjW/RP\r\nhSdGgD2nvgjxu9kOtFsFBY/KBHkxYSxz0jNS9q0whRoxd4D//5jN+d9BpAEZ\r\n2Ad06MPB2jFzLRCl0dZtrSb5AX2dhO0NH1WSQ5tmyXkOQD/+AveARmOjSn2s\r\nqVjGgwP4u+M5do+5r6FStNr3ivvQbpIjhNZJWBSBp54hJHrg6r/NpgCAnSY1\r\nwaQf1TQiCZUojnETDyLvLAiH3na3aAFYc1RUFry6lDmIykVeQOUN5817Zl+Q\r\n/RjL3YonIYSgjZrTP0LUYvRK/5QwgrGEPDjfzU/veoCRt/z4uEU4GMFIV/yw\r\nGuOd1XMDbyWbzR0cqGUOvzWzI6tljW44GPbunr+cA3CijfLH1moJbIfU6Kbr\r\nQccFAyZFbr+NMRq/PYVT4XNdhcipotz5Vyg=\r\n=MrAM\r\n-----END PGP SIGNATURE-----\r\n"}},"1.27.0-nightly.2064":{"name":"@influxdata/influxdb-client","version":"1.27.0-nightly.2064","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-CiIt6OZy/x+reb98tus+LwFcmeHI6RRBYNo+itR/osM8wMlpSj6LY/RxyQHnMvVr/hO2xO0t0LD5vu7V4zD18A==","shasum":"daacf100eba5c5b571a8759eb8c6ba2dfba591df","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.27.0-nightly.2064.tgz","fileCount":103,"unpackedSize":1253539,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDak7trNB11pEYh/2cGeEWivQHaxi3ZEcw+fH0EG1qx5AIhAMzl+M9TgPf8PdV2m1AL0lNpnuSc4H+HVo9Cns31oLtA"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJisXncACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrldA//ebPbfLmI2TipNmKmc4nncm2sPGLOQJWX7bGaVagktrKxqAKn\r\nlfmA1+FC00c/lpvKtH9zjo6XqrylLWAkROVuOD8J9C2ZYJBcMSEWBCIx50I7\r\nwFAVit/fOuuZKVF9UTr+xARIlterE8Ighm9/s0qH9sIEtxVxEkhaj4l3F8mZ\r\nX/lI6/ugfU5tXlR7hdTkjPu5Smq5zq20t4svlHsXcIeg1p/yneLbPh+k2yZg\r\nt1atCogSnwm5Ec0MYncnmO8OAdH42jE0i5bWRlbdQ/Eox0Ey51a7CZ/UVFGv\r\nKZcRNdmUmm3sCtJYUmT+glSpQsI3lonVfk6HCVjpG0wBJDVU2/KpybB+HXPz\r\n3+mtTUPfpHrjhcAolD4Z3N/7i6opNuk+uHpDxEIJbAMucsIAerm2VhZbx5Fv\r\neBa6lUyR6TygAlDqYsweeHjFjpiWYjyqHaiR9DZBIvGM7oCERQzppfFSALF7\r\nvLZBMQ0PJa0MiUShqt0XYam9LDA2NPS/hTxfm1z5uPfe3LUh13dcT+1kOvoC\r\n3AsXydV5MYaUyTpxiU/HeHOhu3fdepqHAFcQkRpQuZJrzPq9PeBDdVH00BKJ\r\nTHJStNfLLkGjtVkWEiqrvPjwsNAafomSgixc/EX7NVqkbfYfS/d4rnqRUuI0\r\ng9gYaSI7F/03rw/pLmgFAoYwYQ6F3xR18rY=\r\n=3zTT\r\n-----END PGP SIGNATURE-----\r\n"}},"1.27.0-nightly.2069":{"name":"@influxdata/influxdb-client","version":"1.27.0-nightly.2069","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-U89TTEsgaEg2MkJr8SsdpGfdkJNWXZjRSXZbM3thc0jgkqaGcA6qPca2wyP+BVkPY27rn+GlBu2elhL0jdaKfw==","shasum":"4a44b41e2ae35f04ca3bce56e7284f5e636b8917","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.27.0-nightly.2069.tgz","fileCount":103,"unpackedSize":1260428,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDUUUSHFQ5siX3s8P7X+RZ8azt7Osh7YwtEQN7ZeqnUswIgeVonI/fliRhfah+0ZJrjC42cAmTeAuYoUcjtnVcVdiE="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJisbUHACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqsxA/+LvOIVZw1ZL48qsPOk4oSOW+DmM9gYYHMSnFjd2nwtbXwRuqX\r\n+1T0tF0Fcro/H97sbvYsg/V3xB7AyTD3JZ2NjUfr4H6tb3Co6dsUBp+bBc/O\r\nn3o0bkxVtG1Bp338PK0hkm6/vIS50HYBWOW/RSZRdV/Z5ZIKWQk58phhd4et\r\n0hBcAmN/uEOkcaMiXaeOWGSrQpmbpP8rJUlF3pdD5m2wol82NzlIOUQDJz+o\r\nby9b/cui9mbrhfVeArrZcuuK/CU98JqVzFc2pYPFQT4AZtRXuLpFNUgPTe6R\r\nGlYNwSHSz3ZPzuiuafydpj7LFfsBdfWFuRf59FlaDVWM6hdfQO/G0AUYdR4n\r\nJ7GEU225TG+uSguwYkZtmkHeCio2alykpBTCFOC61t+NY04EVDYAUHh5/RAM\r\nV8jzd8HkNXoi4uN9ZG3TDGzcYUtZskz61XP6GcyqWlCffPH1CNQd/p4k5yWH\r\nx/Op6is8z4jgqQS1mnVCQKgN1AzabSewAvdTqfWEMLHz22odCTRMAR7MigTP\r\n7UV5UCG/SOIPlpM/bR1RMtEdaXG6FZMNS7Fav8wLRc9L1LSLO6DLkseuMcem\r\no8toiL9Yj09shSzIFCKYg/og6WCBEDnSAiYDb1wEPU7tQsOseUYlCJ7htUEG\r\nWrbgliqJ/r5d1ZzyGDQTgcPtZfLP9s93fcQ=\r\n=5wL4\r\n-----END PGP SIGNATURE-----\r\n"}},"1.27.0":{"name":"@influxdata/influxdb-client","version":"1.27.0","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-hOBi+ApIurDd8jFWo+eYjMWWsDRp3wih/U/NOVRoHaTOE8ihSQthi9wfMD4YeVqt4pCN6ygIwo7lEKFXwNuwcA==","shasum":"28dc89337886bb7a53eb6185a115b55d21c3a4f5","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.27.0.tgz","fileCount":103,"unpackedSize":1260406,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBz0sCbopxnh10P8ul3KpiaMdS63yq6YvQhFmH0m9smkAiAX2KkarZGfwBnFftngRbuecZN/z/TFuBR/WDfh2tH8fA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJitWCUACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq1ihAAkhwfHeGju0q3YylewJVGfflWmjgQId9/kDNPmrGffe9wL2HE\r\nd5dWJpUNiHgZMusRP29/MeUkQQvtDoYdH7k8vQn0TFChQcAemKb7dshdvDH3\r\nVZ07aN/5aUZlS5KUkrxSopAZcH6XD59K78cMUXnW14d/vW50/YuSE9Iv5gAO\r\np2wxxBGa/qljq7KPu40mDynPPhCmfdaVBm9L51KsfMNqbOLz6GAx6b0HJMno\r\nW4Tzue3IIVwvqLdupPsRWZo3sc19Gte6SqE6dM/gk1cXny0e5K6d3Lel90X5\r\nDNLx5Cu5gUFAtbXIzWMuVOL7/RKje4gvQrv5UeSDmoQkrsSgSP1ZT9jNL+Zk\r\neMTyz4v1y9LzpxbgU88YGaqujR95bYARB26mOXSH+pKMxjdBYr0XojLdoPta\r\nv4vKcF6jXkjD8z3rSqfWdHWGrmlu6c29PfK21gBU6vx+EZZdyJg4VrOfoLuH\r\nR1JE9RAd0Kv2s78DprIWniLh6A2TBJ9AzmSLwdrsAe9JHE4QOY9qc07k9vVT\r\npEagSkMHT9pEot/fcIdxc9jIShuRHBRQwjGlNVs5FhXz0Yzj6N4vXe1/kf/m\r\nVOr5BZeSrImlB/3fl3ippz4Kk4S5/7N8lCXxc5+9QREcBbgCTz+PYOFO8e2Y\r\nL0aMySOMCqUW83QasKwFChym+wkOZKeZSr8=\r\n=Zyi5\r\n-----END PGP SIGNATURE-----\r\n"}},"1.28.0-nightly.2075":{"name":"@influxdata/influxdb-client","version":"1.28.0-nightly.2075","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-FmYWnKjY5NC2kLBeo/Yq7J2enrqNX5XByNZg/d7Tyz3h143Rr7UF5UOmXzBgsewX9HDnEkp0w2YREa4Ri++GAA==","shasum":"003a595769cf56b40b49f8f908a2667b50ca32f7","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.28.0-nightly.2075.tgz","fileCount":103,"unpackedSize":1260429,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIARHOQ1wrSz8dTJgllp9vZknlxUFGwzXxuae4E/bN0bnAiEAhR0x6HEhv4Sth1BN3qjvYf4Hxo1gI0QL+gXF7M4lBhQ="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJitWJiACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqBFBAAlArxH8ZwLE+l82T8ZZ5Ir3haIoWI2sM5TBslSF6Fnpny8Qp2\r\nYk2QPtmVV/7aUZ2RBFXrXzWpDIh3sPSDaGF2IwV8C+68bBeEgXstWoDithlK\r\nCPGIifyYDkJzHpplq8g627wNDcJK4Pv0cKboJTouoP3XZF1bwItYTLGNaPAb\r\ncCQmfsMZWNW0SN9X2xzjQhFb8TlvTknHzGgwNCMXLLRvHiIS55rPtd0lJFGb\r\nNrF70H19o3gPR7cs4jAZOSi6JQzbE/2sxIHRhpyGNCd6aMYQu2SaeWbmtu6O\r\nGj4ysfh8kt8Iy7O+/mZuwaUXMU+/puJCPr39shrRlSnAzmynbRD0QnvTBwUr\r\ntKB1cq0uFU/muNuX3KLLwTHi5GB2jxDyPLLXrBtZ7ymg2dt7n2x2rFAlDjFv\r\nwuubVFJPrJvAuzXLck25DrHrD3sDrlHW5j3Q8F07q2B0Xrd6c8UJUzblevu+\r\n0A9s0O7IcC9nTkafVkxQzVUO/Mj0gzzmp2Qs+/+s+SrUuLdax3eOMwbFSfcG\r\nDDZNCazGpe8F56I95gYchvNLne0o+2OrTZ0O/5srxz+tZRUSPljPO1P8W3ui\r\npTTmjyJ58PlFEaOUbiIucddb3eRk2Y+mg71SAiTmwvz+GfOJPrHuyUscYAMf\r\nnCyXfijSuWQf8/XqqpGO95N3kHSvpGLttsM=\r\n=yJ8T\r\n-----END PGP SIGNATURE-----\r\n"}},"1.28.0-nightly.2082":{"name":"@influxdata/influxdb-client","version":"1.28.0-nightly.2082","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^2.9.0","@typescript-eslint/parser":"^2.9.0","chai":"^4.2.0","eslint":"^6.7.1","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-tsdoc":"^0.2.6","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^8.5.4","typescript":"^4.3.5","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-k17zTs3yosp1rCFNbl2ZbQjc+cO3zlZ2xtmXUAJyCn1KeeI5cOoC6OWEKI2qgc2jF/9/+y1VWcqAETZ8O43Mtw==","shasum":"b0e2adc8781d50e0ed4f2d3ce3df6f068ccec625","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.28.0-nightly.2082.tgz","fileCount":103,"unpackedSize":1260463,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCiR5IuoMisuwM3svd/dTDTNktRregzVgUAc2BBwNx20QIgWZy7EGy5/b8bjk7vLGKjs9b5QEDiI/qtOWyZjYo+yF4="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJitsvKACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpjkBAAoROF+X3U785wU1K0o9j9JN4n8GQV9idHMLyMTQuJYPCBny8U\r\nP6N+MqD4Ri1+WRYf6Ia9yXI9vlxWJhITGevyFa9QlaOWGx4RFxZKccOIFF41\r\nwkr2e+1CCNg6bLjaz6xnlz8D30+3EI3Ub1hSI6X3bvrrSj1m4G5LpfGN+Gpe\r\nvhOOpwcsL40ZTz0laQqSf/TQPSCPojfI6u3oN5nRlEk6MdgsNAV9zg5cgq83\r\nYXrHAkRtbbFUoFCknyyMfb1zeJ2Y1g3dL0n75qpGwQ9hSuDuswOKaSZkkJgJ\r\n91x2LCYSI1+xsSJlN3VRVRoi1SJ1YFF37rlIb6wD1krYXZzCBCpoI+9nsSAH\r\n05mFp+zOvDOEPYLG6Rzp/RSOHp5WS1yoaPt9Bqz8z4jIh5wspngPsLh7Yxlf\r\nlQH/3Ugq/+i7yjmMKqAh2wIYEa8j9mCtRVOWadubGT9wXiFL1BGNk8IYUGQw\r\n+xpoxfgLb1mAH/9+Cc0rnECP9Et8Gyki1DYNCEJNc/fBSEArF0n8gbKiLp/L\r\nFowK6Jld3xdt27tqbrX5DzyirxCATnH2SVKB+mYJ9Ls4D7K0ntNWzkefpw4f\r\n2yNAFRUXxpryKVkDWeJ/lRrV8N1IthxDy8sNmd3+A4ZXghFm9TyIVh4xTyHF\r\niz55th9WS1rSuBMUWHq+YXgsIsrw6miSjvU=\r\n=WF1B\r\n-----END PGP SIGNATURE-----\r\n"}},"1.28.0-nightly.2089":{"name":"@influxdata/influxdb-client","version":"1.28.0-nightly.2089","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/node":"^16","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^10.8.1","typescript":"^4.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-AnKWrkI8CNGBl+iCqzeKMUJejOZoSZtm8ziWKGWCrDEQYolkibjOOikX+IjYIHo3o8VKK3R+GgofvRSIRS+ZXQ==","shasum":"432eb5f696d8f423174a4988376b432262462109","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.28.0-nightly.2089.tgz","fileCount":103,"unpackedSize":1260909,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGG+cS0RdScSx3VmZfAydLHGhXr5tTVGxP13IyuD9sLoAiEAxfuefTr2uH0Jh2IIJ+Es01eteOm3w5U3SCseZUAeoUY="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiuV5TACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoXMg/7BShbqZkNxc4auuHnZAqiKmnkGe9IpTTTfVsqReN2GUzdfiq1\r\nK7+NzlqY8BNMHs7pvLPi8AEHpEqJiZrCxJ54XGhQxjreLXXLDekqlhGQXwuT\r\npXhr5Vkn8rHNcLBwxgtnFoHGTVFKjkdxDYvwQM8gxoNXUrIBR/QEzKinIf+a\r\nxPp0W6NjykfslUI82Vc+UJUB038LzDSrT2dXHwEGquXeZwmFkUCpIllXh/h1\r\nWCgVgHePgwNrjvN5kweZhNZ0tZNq7LCk89kOAjOaJo3M4N7hXCk7eK5slilF\r\nuYFiRun7oT8c0lzbTO0sk1N5GYyljxTAjhiuJA24glGJuFvz0aFALJ7W73En\r\n2laMLNcgX0564QkM8tIbAWqi4hspWb9MWiu3T7Zxe13T+DdZ9cDZhv4rtgQi\r\nSMilsmbm2qJmi30tSc1FYuv5HVw3XQ26hnwrksoFHV7q2zYNvfWoNznzAUwH\r\nbA0JFVA1kmhz8sT+ajbo1shG4rUpsXVGvlte0GZxuy1rToL65XWhmi77H+GF\r\nToRxxKTnzNr/FU1X9CT2r1Tv/ct2oAzGXUKpM+JCFbAQX61Fau9J8Too8lcY\r\ntANzcJo1P4oR/2/AOMx7byIpXxIncBgjOaTflOZIpFLj7Z+r0qXmGylzzMei\r\n9br7s6lPsqjUYj0iMGNZe1EZiHDCin7vDCQ=\r\n=yAyw\r\n-----END PGP SIGNATURE-----\r\n"}},"1.28.0-nightly.2094":{"name":"@influxdata/influxdb-client","version":"1.28.0-nightly.2094","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/node":"^16","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^10.8.1","typescript":"^4.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-y+MpWEBwGFNyOZ6pMkWAwaTYRPrYHtSYcfUM2145c5CoORLiiE3yMhsAtA8TR8xwL/sIXVvkPwXm2QLl1NHOIw==","shasum":"a0e451bd293da6ec7874ffe336a74c68c0fd7498","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.28.0-nightly.2094.tgz","fileCount":103,"unpackedSize":1260909,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDVzzEw+RpX6MA6TXPwpXcDqhBVCPTfalpZboHkM60f4AiEA4lDL3M7GF9rZXyOLN4sa58SQtjokgUf+m9QzhQazHPw="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJixO3VACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpxfg//ahk7TGrk8KGxyx4xG5gOkiPKA9ZF3rtLDTRwzBtvbE/DyUqt\r\n7e7ubz0UObb3Rv9FT9y0e0J7UHN/IRh6gSJZFUZ/2n/4nkGAFyPcnM+3U7E3\r\nGw+bofheyvdR/k+6zLhcwxe/pOtP9nVmT9NCLIT4LM1WJI7PbP09Ly5fVqbW\r\n7GbuCMSO2qD6rwOx9qqdjL3v2Cn9DHI/41mii9dW+sEFydRxbD6xsO408ECa\r\nsUNT0782Xn/zpTRfoVSN8mRiv8vB++wy/PBf5SvA/rmK3j7/MI/Nv4up3dVk\r\n0h5WVBBNvwMyiZgT66Y0drZrEW22fSbzQ9rcYN1sS9ITQO1GfAIvOv3oszWk\r\nLteW6QKTLY6D3+NQ7CnwtuHKYan/5WlHixKegC5j3PP9H6fZMjzqBwW2X/lp\r\nrroV8oUZdZd8/Zs+oMfX3EeL2hnvWaJez1IZoI+v1jdwXu/il93FcQ3H06V5\r\n/x3vU9SGpQEGPLhlz6kPE2kT9fkW1sOuKgg0tna/YGSU0/hrwOOMB1hycbwF\r\n4R0hIr1y4hQa/AH4deFGJmLtowq4onI3eFmS4tqWk3GIt2Cyjg5unlOAPILW\r\nDvShnppKdPbNqjpUkD5gzkHFLNSf5ReKZmhl3T3hu+wkihrZFWJzUX7+c2EE\r\nmhiusASdDhOGk43XLRhKtsiwoWQbGuVy1Gk=\r\n=tYpM\r\n-----END PGP SIGNATURE-----\r\n"}},"1.28.0-nightly.2103":{"name":"@influxdata/influxdb-client","version":"1.28.0-nightly.2103","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/node":"^16","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^1.19.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^10.8.1","typescript":"^4.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-F4kUDBAtfQkUF/wfG5gh4U99EH4OtgCUZh2rVtiZcMkO1+tfAMdYVFnnSGsBbzI+UzgLLNDPnZLvNqgkh3Ar4g==","shasum":"2b8308330f74e698227a9db832c5a4060fe1d08c","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.28.0-nightly.2103.tgz","fileCount":103,"unpackedSize":1260909,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCFp0GoPFXd+yDkEPYXYn+TXN0vrJ4K1Mwu+Mevtn3xcQIhAMBsZYSwIh99xzgqeYGcEOFJSjBF76zrydRKG8p7z4FM"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiy/g+ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmoy9RAAiKhSGDIuwJT45Pv0DRSUhDGlAYlcaoLCV22oLmcJeGBMWNsW\r\nLTDizFTu+0jWDIKtZfzSL7C6zvUllJJGIvgHRolTigWXba/isvwMUdYAU5Zu\r\nlSpZicxR6lodc2FHKfY9ueeHg98rVeiXZwzBnwREBVehHzcul0dXDuaylH+o\r\nPB2R85H9vLFtRtbVCH7Ywu3EH4YZ8Vv6iGJpewQexiKRuLABz7aWRMXc6yUY\r\n3FLVDlASHjxqGWECybsSg+SCBddNlYBxQc7WqujwS2tXjUcu6yd3A0ZrT5T1\r\nrSyDGNU6vO2BXbKHIObNN0a1FRT4UF9dNmdHfj/yZ6BWXqUUqKLTeia04e7h\r\n2p3f9eHTFZS+UdXi+SSih+puiW1pFl5jOVJG5uLh1xkMhzlre4FNM+kJd8Js\r\ncHVqty1PviBnNv0lfF4pQGelYgoYSgOoQIi9GvVV/angJHqTdd/hf+TguOcr\r\nE9dKh8+Ec9FsELXK4xACYnY3CegQk21dt+ygP+e6nZuJYV30vOF6zrFP41hV\r\nirRTLAuTnzKTpNQaTKIlPN2sE7UM09No4/jWzpKqn6PBll8m5e1witvMsO19\r\nGuHJKwfbHBO/5c6hgsvcwsoiBvv2I1zHMI0OyOqQp2OLqbrRnTfw8K/T9kkO\r\nHJlPtpMfE8zQ9gKwqMTdiCljQAn/vyVmOEk=\r\n=mYnG\r\n-----END PGP SIGNATURE-----\r\n"}},"1.28.0-nightly.2114":{"name":"@influxdata/influxdb-client","version":"1.28.0-nightly.2114","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/node":"^16","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^10.8.1","typescript":"^4.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-X/vwxgIPYgzo9jJgE4nDERA+6pwe4SyLAqhqmljLuwukdm+9SB3Y7cXTPPvNjJDmy5NP5wugaX2cJCrs5At4Dg==","shasum":"ae0899d0e543c09e6ae580e0a0e21b4505c6a0ac","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.28.0-nightly.2114.tgz","fileCount":103,"unpackedSize":1261042,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAnG1YrVl55U7jNVVMtgBK3mraki5o+tCnB/Tr+tqX87AiASVyXfuP7x7w7PIBsdHijokp0AXuS7pfQmZz8zJVVF+g=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJizBGLACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpcBQ//bruyRuR2ByggFJQT1TyODJwzeL70fR50vvWlkVUe8UZ39E9O\r\nXIAi1bMEWePcG6xJNJg5WWqRAo0HCK9Osx9Z0S739i/wgXORuITT6qowXnNG\r\nEyiTra44E70YHbNqB1rNHTXpW87PgKQktg7zMY6b7rDAFkclKO1Rt4QQZLUe\r\nJZK0HXPTKODxNqXfyZHItl1HNJw9KLuZC/IOr3U82/1aqcaqsEqdyeawEneI\r\nxoyk/IVsUFOEX4vxcvsT6RYMl2l2PPldnfRQZY/E6iBM6/4PN3XvE0lACRxc\r\nehVwKRfNwJs6jtgg85wa5ruAVE3WtMoEVr4hJOMVibDeJeoFNYWdSRJDt0qB\r\nidkobYEhg50Y5VEgNkbJdAoFTmD6C14KlbEh8/Oj01soxVc5/QXB5LMxDN4D\r\nCgl7GexVfXd3Ww8Pe+c/JvhwyfmeF87JDhOmXoAoL/sjNX1hYViVRM7wmbLj\r\nbstLWNmRD4OXhHrAXgy0tRajXrJkuT98qKX/C1WfpMOpo9eGQeW+dvnxuO6R\r\nWytgCKobvyBIuYJQ5nFrufp6fguSGC/RyMU2+uhFBLLazBpY+ydlYrF/Z2mk\r\nq3gwGYXR+F9D0Kj1r0JBCoKoUjYYk+EEKFjVpfRMYTK+/STT4VqmUmyNL4UK\r\nT3p08Aa7G2d3lYX0kGobjd563HxvSEC0euc=\r\n=NgXr\r\n-----END PGP SIGNATURE-----\r\n"}},"1.28.0-nightly.2123":{"name":"@influxdata/influxdb-client","version":"1.28.0-nightly.2123","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/node":"^16","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^10.8.1","typescript":"^4.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-o1B9KdsKt73xOoZSPnL4EYc67mR9ja8L1qXrsLoWsVfjdOLyJe3BUf7f6i2bA/acwjNztr9kI7PPM4PK+u0SFQ==","shasum":"594aa2258a6f46f926fffc6caedb13fe9deff65e","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.28.0-nightly.2123.tgz","fileCount":103,"unpackedSize":1277723,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIE4TSoRzSUa2VN8QLsrMxvAE/YVP9m8U0H2+nabTdl4aAiBWB3Amye3PeDnehNTA4Leat453le87ASwTsDRJ4sYKSw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJizmveACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpaog/+LXFPcyuYsVLmqE+RaZQsYNcICDQkv9y6mq8eQY9WasTi54PM\r\n2I/zq2VtfgrwWRAnujD/zppUmJJb8vjdJIm4taU83U7PM6eby1IL8d5tZjBS\r\nvRlWnmaZssZxvmwkr698y4e3iuMhNVm1fWbR1dmUvNloi5yJAWEnzz126cB5\r\ngaMWyOTu38Chu2GbYb17ZM9TTkTvQgvH0YvPbuf4fMWkGPClDiypZPD1x6Ou\r\nR1TrY7Hy/ouJFtv/D8OI6qOPTpguq8Wl0zCvvU6XFR5PogjiLyrb5cXfrZji\r\n0XNMSEpHuzl2II4+Pa3RJYys+ublD6WWns2nPv6Xyt5/jtoVzEPr73t4Oaga\r\nY6fz70duhDjYLTJGCF2WHkhVRvBc86cihWu5Vlu1FGq5k3l0p+4uUGOlJzf9\r\nTNLdIsFqRqdUYj8urakAe4U7YaRCBxyfUWRhlu0n+yW6Ssi6e0ua6cfzXHjv\r\n4HtHLAQsvjyWSrAMNlnRZpLz3Qxn61TOhX/LZq9eAnrZzM9PnxArLfifBZAy\r\nHmghIdX5Bs/m4zCRycdbLOIDiqfBdOW5G4ngWMbD9BtnVc4aMGWwOscvNis/\r\n5Tut/OUf/imkDxEYjAr33jPBQmZYrb/EML9XdIeDUWNatdta0deZPSNt5nJf\r\nH3Yz+7qyakex3nW4YFhrvJjOhWhWB5VvgfA=\r\n=Iddh\r\n-----END PGP SIGNATURE-----\r\n"}},"1.28.0-nightly.2130":{"name":"@influxdata/influxdb-client","version":"1.28.0-nightly.2130","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/node":"^16","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^10.8.1","typescript":"^4.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-HzLypuaH6KKPDR0YXD1cIZiojb/CRPmGUGz7eRKt9SDdcYUn8Y8zjPYT7Tsaxgg3xzYvHkoqlpjcmTtP/CemMg==","shasum":"39cf6c5af21d4de83a8a696b3ba7d70ac2f5984a","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.28.0-nightly.2130.tgz","fileCount":103,"unpackedSize":1278784,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDo2u3DoBXHracaTvPkBujeEUEpwzvwIrb+5T7aPyCDWQIhANl+N/6qNTfYDy4Bzwy+qjgRqXZFUWsg4Y/yQb97wvmU"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJizqigACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrUVA/+MM/JJVVO6ejegP9myWMqVl8ICWs2eTwI/xZzYayqW9Di0bi/\r\nO+1ww6A5vIQAKHLTAYTOIYFE5Ip7/WtrQiCIrBBXFrV5C8JlUK1NH9SElc+Q\r\nCosdsPiMSn4/KGV9MwkwfW4ClTM2NE40B4qiKOpIxzR35YRy2lQAMvs3tjj2\r\nYQJ559v7E8EfrjZWx8UZlfNjOeuF3t1UHcjCUltoyovdE68trRvVXQyp93oe\r\nLaQsWwuNf24fWatuDvNp96HsxZC8IBoZ+/nXWh/adYkBQuELEqHGVy25lbjM\r\nhWvFcjZkFcbzUViKlezqctt3rp8R0WE5C7ppmOBRQG8Te8AL8niwf1hfhrZ2\r\nj1l87kWZuEtQyExlPBfhVTmdMe6/g8GEoL3/5cSu3NKRIAEY60Tpkq7zCBi7\r\nc3Bdo7CcAguhfVgB9NGBsDLzpN6kBjQvkHHmxJB9foio1/Tct0Zz5M7Z2iJU\r\ni22RfbReQhJU/XPZv2n4hHW9emAgn6Qd6vnt5l4JmCImAm1eTnaA3aB/mQqi\r\nRNgPvZk3H/NdxmCs256VPMmp8wpgbQDFrd07kfJuXy9hVO/vPwjUlBXBoGaM\r\nn5+WmTLrNycwvfKTXxwrp6mv2h7McqwDbmyhWSpG//NFVJz0Rn9BdUUMX9En\r\nukweE63AKPZjHPGk2wudZYc3xFYS1Tyq/e8=\r\n=ZNbS\r\n-----END PGP SIGNATURE-----\r\n"}},"1.28.0-nightly.2133":{"name":"@influxdata/influxdb-client","version":"1.28.0-nightly.2133","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/node":"^16","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^10.8.1","typescript":"^4.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-4JiYPGNIskCW5CTMfHx7B0m7/2g2IhNKeAIHgte1/45FQh7oH8IGIiQQgf47E9SYoIlIKO5ME/0NFpxUhjub0w==","shasum":"ecc01b87bd0b6819cb5fb7781da7046272f64aa2","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.28.0-nightly.2133.tgz","fileCount":103,"unpackedSize":1278784,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIG9X22NenUA2VTctadjmIkRlTCchuV6+ZIMlqa/MwilFAiA8eXX8TovOmXxBz3zCJWidV8oE/vGfs6v7GHUnZlxJAA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiz7M0ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqO6Q/6AvL48NMJbAmW4l81Xj3pcQa3PTyhuPjJIniMy8Ic4+m6iky+\r\nsaekwHVhQpwK/sd6dIjbiWalV/6O+jbB5uW60iZzhObVrOzfhEUTGK8FwPk8\r\nyriehGqQU1okMJrZwbqJTADi+dOah5B4mG1ai+3Tw/4kTqhacBanVVuELRQ2\r\nJ9iABgbCvHZnWQPba7evj3JcBNAnhs6swdG64x5qvtnVS8WVCIp20Ae6m4t3\r\nix5me3O9MiGtI7EIpwamHfkXZtDwjSDPfAmyom5lLpP9n5/TVTV1q9dc5MWL\r\ngLSM2VaeCxQ/iOJ4iCGDV7/XrALCBvMbPUpbSrQX2zFw/p8iYpwi71Qtqxwx\r\nCSHTOKix+sxFovR6tWmJ5Qy8OM94cEEybFgYhehBlb6qtq4wXI0aKZWwZoWp\r\nJX7HCNxI1kvjQjj+j1dzhi+nZPaNWn3ZZCrXRCEmc9OLQuwU4rJ9V+BDHDls\r\nodx3mEapiwru/rpxUuYDAUA4JTnR7ehfWPjfWjRwA85vQcQqIlGmyiFpN6ZO\r\nAk1NIo9HF8/ruQeK0aiUuIX6vfBI5mUzLmL9W8ShJnKSkI96MVz+JKy2MDAt\r\nSVEKGGZQ1J6104UdUnTTKTZfM+dthLiXUWb72nN6zimBvL5QoHgWiQ8pPETz\r\nt62HrmPY2JVvat1vFoFaXmURTKxuPNWNjuI=\r\n=LCqn\r\n-----END PGP SIGNATURE-----\r\n"}},"1.28.0-nightly.2150":{"name":"@influxdata/influxdb-client","version":"1.28.0-nightly.2150","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/node":"^16","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^10.8.1","typescript":"^4.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-3S9fMsDoH7VKByHuCBjwq0aJG2oUs8nLZ7sPlqCOmRiaF4TZMTk3cfk0+3y/ZY2FXS90oGacg1eMsW8EfDfJeQ==","shasum":"4bd0726e8e21bcadd0edbca0e3944826c4178e84","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.28.0-nightly.2150.tgz","fileCount":103,"unpackedSize":1278784,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGYnf2dp+vCVPg8ZdxzuyHn4Qtva58Xbm37jYv5oO3cXAiEAnYfYEtnTzzhxG68ciS6szD2WjqQijG1CKmPGWhP4LtI="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiz7WuACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmokwRAAn5tt3/qdPi+31nz27nAtVoIaitqZL8wAfRd8g/HO0i2YYDjt\r\ngWEOczVP0tW3SzqO+oPJO65OYzFxPQ+FM8PWShej79zJSgxWpcLC0M5y21xY\r\nQTMwlRFAnnoADQSfNo+OWIgh8i1KoFnn1/6rQ6nVnGDEz+fq+p0pOyefuWoq\r\nvhZBV9Wfe3GurGANc6GOXPFGe79LvU227KNO0VmXFEzVP4CbIJATHzZI9zJX\r\nqhWrAwo7MN1zf+2wfoUv3MW96yukZNylJO6tb4J5DHoMs9uxI57QmjqTko6L\r\nAzPq2GAmLhG9fwPPGLQjdjciU/RQ6PBZIGK/d1tXG/vEWSllEewPMB2Z3OyZ\r\np8mZuxCjaqaLHRjxG3LkC9llYBHwD8Y/uTCNgTM9Ps/rCoZG5rPMMKQ9CcJB\r\nirAxTm502K9oFcGO9fxZ5G7FXl5gzrJF7vzBGALm36AMfFT8KsfJaM4Cv+VJ\r\n4HINZkck+pRy+bdqUXZlru2WXLj1Tsu3880+CDQrnw9L7afbYiYzyqQTtMWo\r\n6D2lVavSlRDgQMRTUFPA3AedUF7ut1DuQZ3k9chEg/PS7E9i0suqSeHmdxsv\r\nOsM7cFElYleMsGPBbsUbjcxs3bU1l9xGVQQ7tpfPsMy1C5EnE7Ky/JgvXRqM\r\nLzevjkHFjP7at/XzXja6BURmHKBnGdj9t6M=\r\n=onni\r\n-----END PGP SIGNATURE-----\r\n"}},"1.28.0-nightly.2151":{"name":"@influxdata/influxdb-client","version":"1.28.0-nightly.2151","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/node":"^16","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^10.8.1","typescript":"^4.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-W9mLKpk4yFIc4ti8b0HjV2uDgC9lRTtVCKbK3kMZctFzrVLd0WFpX7+EALWW0f6X5k8sivZIxb+e/CK1zm/qpg==","shasum":"f5d41afdeb635e28726c6320a3250903f87855fa","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.28.0-nightly.2151.tgz","fileCount":103,"unpackedSize":1278784,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDDolxiXu4xHE5RhpMUeBkrDBVaK8J5PieP7sCbxSLMVgIhAJVgAqQTxdegTK6gNppSnB+AiwJGV9ltAqfxoxRykhaQ"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiz7XJACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrTCg/+OvtmibBk22wQObD8PzkESIatgEzabv9kmTYOpZLJpJYAADMO\r\nOUDIlBgH7SKQMksIs/UehO7cIvar8Uq/5c25i8te+30eKLgMqJulh5WDqoJT\r\nFeB0MdwefG9q1JwCm535g2WLlzd45BTwvbazI6yctcyLQnLp3HkcNrsfetSO\r\nQr4KfG7Msic5UDmvwAe7kaR3v0XSgtiGxWeYI0tgacTjXvZQ6RB0b9pz6rdZ\r\nA5sN1tLbl2SKjibgcLBq1I/Rm6UQVP7Wq7F2XlM+LxGUpDkY4Jcm+ZdIMC/p\r\n6hXt2Y0Wh2LDeJTJd1zTUiR5MUG/99DCZYGLG7g8z/XPwHsXLPggXoK1ZRpO\r\nZaABUMA1ADuMBjpKvkalkmzeHTz6DBNFBCnKzkE7G5u4RwqyhjBJJlC0Pym6\r\n7/2eDlrCkfEn0f0OZZc2F5oyR/1CAZtOfEnxU5JEDdPo3agdDtp5NrkUr2+U\r\nJ/o71iSCDtZvGCK0mOsXTFwHTB48WYp+Ka1oRK6KKFb5Fj51Ga41+KQqF+1U\r\nYTqzXXmAV7YovcLjsagvuuBaLn8lhIMgGHkUKYIXH7Ohj5wk2/yGAUstEgvi\r\nN7KdZZcQcu6o0dDOYD2dxqcHpAgvzedAg02cjhAd4Nodauujte77trpXiDCV\r\nYqCNq5qC/DE/h84w1Bst/zSMhWVtDjAgEys=\r\n=NH6P\r\n-----END PGP SIGNATURE-----\r\n"}},"1.28.0-nightly.2152":{"name":"@influxdata/influxdb-client","version":"1.28.0-nightly.2152","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/node":"^16","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^2.2.0","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^10.8.1","typescript":"^4.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-UAvXlCD5hP49BpU8GFviRjjDwZMUI3PPFEopaPCtWnI/GBfmF0uv7VwJjbe4pmEzayCEDp0qGp8LTX/wyxUB9A==","shasum":"2e56be74153b04cbc1d40daa8dbac6a03581745b","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.28.0-nightly.2152.tgz","fileCount":103,"unpackedSize":1278784,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCtFlL1Tjwh49M9I9K+qLOYCpRp2esLsTG6i/JTQ5Hz2AIgdX2FdbL6KppZbGNGiWupuyL/txZmvA8CvN0M8ZX2SM8="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiz7XwACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo5zA/+MKYEHK/TgpbxkV9NaPu4V6URPmMeAyRUfL0gmol0SpCsVI5Z\r\nHA8GyVAbe+nUM7T61n9i3dI7xYF324ZMrHk/sci5CXwjFjDMXw+Jtsb9KcYQ\r\nFbCXyPmLbHTylvQh4MYzTqWkTVPbc3TSYAXls69W9xUmmzh4FwEybTd2NWQt\r\n8QS+d03pevKFXw472PPMK4/LGDZ8zaL95VNHrU9j12DPncQwiZaLzz493kZJ\r\nEQ3RaRVaOFrrk6NLi3YYVMZx2DUAMlwkoaaWTEBRuj/3Ug0OjlZMk3jt8iv0\r\nTPEPwKjGlXaC4V71/5cqOpuagjCo6c6OlrXiGcdLkeAJBF3Gf9Waux0kzBCw\r\nl3FQet9YCc8laHoDVsu3OqAyhJ8lIoa0ndTecHI2sFTYAV/s4Puik4WFehXN\r\n11EcR17zD+jUJCuj35Ln692HW4LbglgAv0HusC0kzIMTa4wu//juDLKC+BLA\r\nauhmFo/j2MHbN2o4UonokO/xix9JKbwUrtz+GL7aEzn3bk8VPuqLuDPvCvHv\r\nvy62em2eQjbPXqme2r99ifxFqJvIn4ARaa8d8xBBa0LFdqRHMSHHk6vgugcQ\r\nkWwgOOBQz2d8nyE5pwzgXV6bD8Wr61OiLRefi2cW9EkvGUjnuJqauQPDWzMa\r\nRDXVAjJH3zKRYvutBicE2CUpwhIRsKSlUb4=\r\n=pxqZ\r\n-----END PGP SIGNATURE-----\r\n"}},"1.28.0-nightly.2157":{"name":"@influxdata/influxdb-client","version":"1.28.0-nightly.2157","devDependencies":{"@microsoft/api-extractor":"^7.18.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/node":"^16","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^3.0.1","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^10.8.1","typescript":"^4.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-ojvMZk7vxePwgZzLcsy/DWk0GomA8CG+Zn0B9JY/MtN15VNSbQXYDie1Vq5PwRKkLVIgB/eiVGOPGrVG9HRbiQ==","shasum":"395ccfb495e8f331c92615eb33e234d82af18427","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.28.0-nightly.2157.tgz","fileCount":103,"unpackedSize":1278784,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIF+5XzkbW2KMMwbDsdvFOfg8taS5cODbg8BrsfupG19NAiBVfYgAVA9cMpG+bszcB8tlfL8XBK/Vev0BzkSKQoHewg=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiz7bzACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrkQA/9HbrRjiUcClFm34KjpVH633B9tDootW1ZwXerAdLhPrco3MrA\r\njn9KdGJRG6KzaVNdTMQJcaavQ1UKHywMivyL2ybYA20M5ZiEPv3ga/2SJ/RS\r\nN5ezFgTmF8qLX02GrJyzMiriL8rNzslilvC25HMtrp1OT/B8/dh8z/K5BtKA\r\n3kwnrGlm7RTsfr9MQA/6MK9Vo3AK1y8drREmViJUyPoN/JHFne8+v5Hy6Ay2\r\nE9AgaI/dcSDm/bHkaGenOuG6YhTVaHcwt7KhkrFM8TGiHWqZ44WqiA5hth6P\r\nv5qqyeTlQoKyD9meRSKGckBFFFJU/T+11J+fokurvrYOtwX8NEOPTM4zptlY\r\nsDHE+NJcoc2IOLLN1p+qd1WeVwq8Cn/pyVIsWTAXoHRU7ALD8nlmP2T1W26H\r\n/7tMq9XTzbes3n+YUwX6keKNn6oGfnj5K2kDa1WO8B3IIe4GMcD6USOfU+uP\r\ngdaQ4XpwakyikDVb8/SIUOy++vFH5eLTLHg/9mpWjdyVRvrLbHmlspGaM4gD\r\nhhKCP9K8ExVBF/6VwZWWuVY9zqUC9nYqBnoc3jeMsPo6w0kqzD9HFUvbbj+j\r\nG8y7JlGUIJpHH33nwHCHBSaZoNsr5Yuvokpt2kdbfwD/g+e4n7+PWizwXMXP\r\nxH02FoQndIM+RzdH/5SPP0/CUkFlzpL3vdc=\r\n=YFUq\r\n-----END PGP SIGNATURE-----\r\n"}},"1.28.0-nightly.2164":{"name":"@influxdata/influxdb-client","version":"1.28.0-nightly.2164","devDependencies":{"@microsoft/api-extractor":"^7.28.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/node":"^16","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^3.0.1","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^10.8.1","typescript":"^4.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-E0oXxoCP55tPieOUr7WkD6MBFGwwAzw9g/TenPzMnlTe2FgpNo1PHMuhLundgk0o/wgDUxfkmNkhfioW44Pqcg==","shasum":"029e6b45ff0bedb52ced00fa6330b0102afb1711","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.28.0-nightly.2164.tgz","fileCount":103,"unpackedSize":1278784,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDmqNZqFhfKaZpvEoaWF5y8TxXcyQtoLbA171jZFo26SQIhANCcnzh3koSwVGEjvNFzKR3z+AOWV3o7XrSAof8jB5/d"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiz8DJACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq4bBAAghIxgWbWuewCnNAXKfopPiB22GrqNb9TxzGEWzdRUXfhmxjs\r\nDOvG4lu0hd/j9kVN5++j+5oihGJEvzlPYzMyegHz/AyVxclgwSL/iQCG4k7e\r\nKNEYMgq11RA6zaYWNUHzXnv6giqDKivdE4aKh68a7R7pRmh2coUN79zD/x2X\r\nnuHutWz1zVQlYvxOKP8OgVjv2QM4Z5wlw8yjq4OKHW9RQ7AWPk8rhYs8C8Yu\r\n7ACMueisnyNfHfdyl8SbWReVjCtYfmGqBajakrE2d2IOy2xVhe2DTa+S+Mie\r\n8vhqxIIrSJuJLTPPkwtCVlmIlNctutR7p7BgaFO4Q7y3RfrAUtDZqhnXHcxL\r\nMfF5evMc0++zzQrEjJPhlOPPTqk2T3h17GTD8yOEgrI42qgdeepR7dcfD46R\r\nl06RgmjEue7KjcQ2S5oXQB3ir+a5+/FjSlHLwsX9trSvuCBTYbPaDPAz+GBW\r\nd+qqw8FTHq9tGXAFTqi8ft/k8WITeJJvBiS17h1VZykuJd2WyhTt0HoZ/yDC\r\nqqXsq1DFpD7A0XrivheStmrN8n6i70NNwguhMg70kB1Mge3UZMK+evshZ5vw\r\nZX2VGsmU1kqXn+NM8M2zyCGsqgKKCmJ2n/bhWt6b/hCXmbJbGAPE4yQ6cNJC\r\n3x9gOR72H4cQi8A1Z/ROWWEWgb4tHgtMaYY=\r\n=R7u1\r\n-----END PGP SIGNATURE-----\r\n"}},"1.28.0-nightly.2167":{"name":"@influxdata/influxdb-client","version":"1.28.0-nightly.2167","devDependencies":{"@microsoft/api-extractor":"^7.28.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/node":"^16","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^3.0.1","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^10.8.1","typescript":"^4.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-R5UXhDydrbaqvd9kCV4T7QBEOVrTVS8DY+4GFyLfUWGN8FXUHgObJ6eIspNIV+BO3UC3HH5OIqsUR14Tfqiz7g==","shasum":"db18e51df60f62430c7c3492133cdf9ef6a158db","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.28.0-nightly.2167.tgz","fileCount":103,"unpackedSize":1278784,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDuHTTwf4TH/M2Cbi+efqeEtIr7yMRx+olH5sWhRJE01AIgDZMq0Om5Kq0dYaVBdyq+/ptdYzwNUkxEytXx+9hfe28="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiz8GkACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmohAw//Rgsp/L5B1ar8BPjbn3webfYJR9nZYEHOAiAUz72nZxXY93ay\r\n2P5Ynul0YI8eU/Gkq88tCPxm4Mea0PMRTkpT4JUsexeylFnYSqCBQQmgzmsD\r\nTnXBhpUbovnhrpeYWRHrB0kgMQ3AUZ+VkSk8kt10deCSjrG2v+k/IKp+jigT\r\nF4lJVSvyK4GLNVNPzMhVaj+y3VFFyaI5u3bRtTzGbse0rjHIMXW02gpCA8mN\r\n3ifi8Yn0RXJLGC8WVuNEjsDrQPckds2EFyhWOBgH/rYVEbagRC2L2TXkUCN5\r\nxutS3+iRojnPFq6OG++FTJew3N8TwlvZTYqdJTd7BnGo/gry3CYGE0YAwIAw\r\ni6elD6/Uyv6cGB3slPkOApb+3XwpByIvQi/NEE3wSNrsGwEdbK7Fxz/L+5h8\r\nHWqtqzj9qyGwX+5mP/OTCYz//rv5KAPVeBlHnoqaYKWsTOvMzv2/2AfnyE2Z\r\nKUd1gY75lwUDfTYJtwnfl15MecXH41rDnMH8Cv13nRIKOdEVgDnaZxjtZdfr\r\n3I7r6ybqDQ3zIQ8mixy0Mk0UG31QV4esICurDDb3YYdSXSpafB40ZpyU29cy\r\nw1YadRyFGW2b6KgriNkgYsco2czICqNUUsqnwPfPrh4Ng5exODAyTGxKwVP9\r\nUI18obbDJgbHqHQgjgs1k95ZZQKZ5qD2g1k=\r\n=ZPNO\r\n-----END PGP SIGNATURE-----\r\n"}},"1.28.0-nightly.2186":{"name":"@influxdata/influxdb-client","version":"1.28.0-nightly.2186","devDependencies":{"@microsoft/api-extractor":"^7.28.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/node":"^16","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^3.0.1","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^10.8.1","typescript":"^4.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-DE+WEPtIiVPUyQUYufD4NcPrsxeOSWnsLoYaje5pgPuc3lNwXZTZ/NJUUO+OO983CsiUNVj31/lRfmLc3QKrQA==","shasum":"2b2eedb6cfcda12487a9fe34ed6410d5d9ae1ace","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.28.0-nightly.2186.tgz","fileCount":103,"unpackedSize":1278784,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDJDqMphBwK4vbLAfuGBjV7IFK6zzDfJE7ccQQSE9ulXgIhAJ9ErMAdOqJ8JF7o1ZKBiwOCZ7rMuFJv0YgQYD8yNqOu"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiz8UJACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqO3BAAjISyuK11h4KS08Ww4YTse76dA2rKmbxRCj7TuQl2fi4viCQc\r\nPd4FKCnBXmBiYxDyt+IXY8RHVAXyuyA2jyzie6f4mWhWRdLJ68nBXFBmuOz1\r\nFG8UYHM4nC6JaaOo241hzpBVnq+lOF/zqOKz5SmvcwvxFgoMScr1aNyJS64V\r\n/X9WTqXiSXJBJRpk64lgrYQm4Dwl/9E52nCTJNy8Bv9YKaj01fHznMM1VcGG\r\nYzLDE9q5R7ulodkDl0QJUvBp+mVa/ddNBqumfAEpGDFFmLVUnyHNPw12Zmed\r\n5dMRox68NuOHTnxQTlf28oYqeP+U5ylT5rTG1ruWWAX4ezHkfSF60AKfv+kz\r\n9f30NzbX7nYAUXXflpUMypk+B+Zla5EuVI3zgcQe0+x2uYKcQvDvahWsTcTH\r\nPlWjohowJTwRZtgXCPPxBJ0iVukPGKN27Hr2Hlw6peUE5KXteA8E8h3UbelU\r\na8/xt1qMdBkp458kJ5s21Jh7MXTyYj1cKOvS8jRQwlSeZG1NPmSSPaP3V9Nx\r\nMlGjmy/3G8pRnYm6VmVMw9RngMQml9vgWCic1Rga7S0yRbJHlVAX2pOWllay\r\n/1pmEQzqlP0LcthshNWszwUXaFCy9lyjq8/mezbLTswbRfPknsgtw/fVlZmU\r\nWaWd/AHLZU5t6WFID/wuBMKkWUqc5P+k6Ps=\r\n=P/sV\r\n-----END PGP SIGNATURE-----\r\n"}},"1.28.0-nightly.2187":{"name":"@influxdata/influxdb-client","version":"1.28.0-nightly.2187","devDependencies":{"@microsoft/api-extractor":"^7.28.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/node":"^18","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^3.0.1","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^10.8.1","typescript":"^4.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-JHrP97p9hKJwq1D4BIvOWKbA66NMBWry4q4afstbFka/LYlJpN/eiZbvAL5J/px1D2lV8c5mjPxJCIVmFpiSVg==","shasum":"b1322acc27f02c23c34a0d644216fb13d294d97c","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.28.0-nightly.2187.tgz","fileCount":103,"unpackedSize":1278784,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDz8zuSZGtUYiLMV4u83ydxHxPxbLFrV3UblQRjFurkUQIhAJDnO0IDeIyFFFmw0I/ESszG5hZP0to4ZRsm2WQPnxv9"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiz8VsACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoS+Q/5AdcrqEyP/fzOQX+fZo2tYXIgVKsP0M27KpokeNhsf4kAlgS4\r\ntvkGT4PoDUCjibfLSCtb2nCVfjJjn7vFuayhTft1aOjYpowQ7+P5oaY9fGtg\r\nPztxRHzt3SOCvmmOaf8mdsXDPQ8/ka4Pq+2/daF3TA6K1JdBxM6rSI7RiukE\r\nqK6lliyasq5hZDj8DiaD6Z+siwrSKzWt2UVnbixeneXeY1szfBzD+si+xHq0\r\nvSaDLvsAO0NlZC+iYeIUzjVizG3oL3LSdzRdBQZOemQvTgmlgt7YElZX3mfv\r\nG9bJOmqxgyFRS343j3gdrIOH8VD5f9JOuwDFkU9oui0Yn0shRkoJyrJ9KJB6\r\notwpgpXPN69PYiDrqf+8pci0O/IoaqEx/Aw45DrNtNZBLzfjRXvJj+a+luuH\r\nAWrGQET9anK5wzNgnSJ4sok5+mzzwh8Fw/U7UN5FYM8pICrjxf6Tgk6usiCE\r\n811tcqNgJ5I33AWEULDD18cEjmIS0+RtSFxk2qACfIZECK2zleJos4v00dcz\r\n3yfqyMKnf/WCVXn32r/G6rJAcZTjjRKSl45WmB7oNi9jEjtGRC7rhpbDUMpo\r\n2ymuEr6V3945BlkkZpUJsLr6Trr3vU3D/0OP0z8hRQXLJWw8wBtiZlIj8Qbv\r\nJG1X8sOvYd8fIa8lAkFln7try04I0Lxraxo=\r\n=y4TP\r\n-----END PGP SIGNATURE-----\r\n"}},"1.28.0-nightly.2188":{"name":"@influxdata/influxdb-client","version":"1.28.0-nightly.2188","devDependencies":{"@microsoft/api-extractor":"^7.28.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/node":"^18","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^3.0.1","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^10.8.1","typescript":"^4.7.4","version-bump-prompt":"^5.0.6"},"dist":{"integrity":"sha512-+TYJAk/9rn09X5LKA3t7MwOuRwY3tcpX+8rHrxzKw9xto7AkgSttIdyJmel3m63+BbbUK7jJ8FmsQEWIyopitA==","shasum":"83d1dccbe5bac3353780bce53c149689ff74ada4","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.28.0-nightly.2188.tgz","fileCount":103,"unpackedSize":1278784,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHTOT0F+LZEB/AFazRfbXaxVbtCiFd26AOi79S4RwR1BAiBLbltjbt/drOZv4xDvvFwLF445Q8E4SKrh4n2/I0jUkQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiz8WhACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqaHxAAntOdFZrJy7pFwn/nsQ379dU4tpp7Am06TbLM5i1oNLCSrgTk\r\nTf+Qc2TBmPnOxRMIKkxhLSP6Q4tmKGBKtZI4h+qlIL9r3ubs40nnoCCaHISm\r\nTHkk+5mnVH7JPHXCZ/g8Z6etiZZ86LZkGEXI+hXoQE8jdd9uBRNNvfm/whhs\r\nCtb5EbIngKBSWWARYAJ4PAQsAAYvkz9eGSgqzdgPFpBYfl75pShHHUmEFkff\r\nhIQfyB2eMrAonvw7CuyEu/6/s4IAtPBB7EJ2mUBXaTgK8IwAVaw4XQZ0XK51\r\nqTcegWZBnVWhkJNAIDySG3IhIEkgpIv4uYbcG7gwccBhl+ieyzif9NEFtvUh\r\ntKYACajWj/u5tBsx0XQ0xOK9SW81wHtGfneasOucdxmMCwX+rDUwmpwu1as9\r\nFa6sYGQyJVTinhqvWxJaeKx+m7xUQVIPQ5P8uv9Wfdfc1vz5VDUncTz5x4LU\r\nRUKGJsXSI+pRN8YEcveVLqM8E9I7vkgU2qKZFLfvpAQktTuyCVqOWE8Sxa9Q\r\n+//bTPs8AEnQt6XKX+5wJkE+SRJ7XpVJTRKF2EIB7BaI4QXlq3zMlzneekbO\r\nX6y0hju3NT36Ww1eBSRYlN9kw13KzOQYSeBZUs8TV+wmsvUQJXzNStC17p+g\r\nx+fthMbcjBf+zJNUHuJ8wz1K066kbtgIzPE=\r\n=4dIp\r\n-----END PGP SIGNATURE-----\r\n"}},"1.28.0-nightly.2193":{"name":"@influxdata/influxdb-client","version":"1.28.0-nightly.2193","devDependencies":{"@microsoft/api-extractor":"^7.28.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/node":"^18","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^11.7.0","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^3.0.1","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^10.8.1","typescript":"^4.7.4"},"dist":{"integrity":"sha512-j6T0iL7bFj+MIUzEsG2+TieGp8xwt1iy01j0w5LC3q7G1W9F3ad4cYOVxPWw+OGaUDA80kJRsjC68Whn2bWsGw==","shasum":"39a9368b92be01ba64fbb6903486c05c06f030c5","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.28.0-nightly.2193.tgz","fileCount":103,"unpackedSize":1278747,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGOyX++VxdgCdO7SaWF9Kjrza89fuv0OPg44vtn3+YHeAiEAhtk2sM/ggIHc5AGtgKYKp1HP1UVqowdHxac5/vCC8xY="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiz8hSACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqTxQ/+KI9YN3fjZtLH8/ZVVct2mpXy/Zc3dWThSpfZOtuQ5HCXT+7N\r\nJRdpd1Vys2bMuyCuy6aRUXoa9s/lDvmKRimS1T4g1wxMniVLMa5MwHy4i5Di\r\nM9LhGKyRp81TtXPyCVKMk+7QFrE8zoXN7sKtrtimbC+yZPRdNWfrEZQ/uh3+\r\nkaIaoMGVVaq6bGETgngcf2PvTZOHRDeL9Vpq3hLCDpT22giWJRw6vyWd+e+B\r\nPx1lX3+2/B7WQypNji5yyPznu5+mrMvbuy3zIlOmEGqk/LvTOAKjEm5u0s/H\r\nPtsOWe/OgIKcqmcMDnmVWq+rf3Np7nt+Os1heQGU9atP8c4G02nPm455cM0u\r\nFOcA1o/vNXfwcYBa/hK9AMNyzWBcKKN4L4zpJy34W/4/KDF3mJucC3YsYtTF\r\nXfPdJYNGip6cMHvLOfVGRPPNkyYYur1Auo1xZNT5Lr+ftjou1509KyJTUC5B\r\nceDuf4VTUq4ZvatSYXmUqiJs1vGuzvPID+AJQqMBrn500HY3mO/p3mkKex3V\r\nd+3R7KtyDpqlxQAOnF+OGN1QGffB7kWTmvZUG7ldneuLg/sH/q8T1Gsm8Shk\r\n6mYqxmDZ+o4YFeUoyS0PhqTG1XuwSqjUTDpA02H6W/4CC5tQOI9g8JonUJWa\r\nYzK23f2akdeP0cmMvhqLnmQYCgvprnYb3H0=\r\n=Q6K3\r\n-----END PGP SIGNATURE-----\r\n"}},"1.28.0-nightly.2196":{"name":"@influxdata/influxdb-client","version":"1.28.0-nightly.2196","devDependencies":{"@microsoft/api-extractor":"^7.28.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/node":"^18","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^3.0.1","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^10.8.1","typescript":"^4.7.4"},"dist":{"integrity":"sha512-DxSlVFRJ2bMikEF6XBlX6pM4wqlbBJ2IhlHL/pLT1Pgo+SP930Aa/MhyRUSyxEWhG17HFG4uprpXGSIaU4vK/Q==","shasum":"abb2c1deb977ca0c5fc43577d342e5b7cbe01342","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.28.0-nightly.2196.tgz","fileCount":103,"unpackedSize":1278747,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCfDHU3XhNWUfCZVoVDOglDDMkxq8er4wCcrorJJV6N4AIhAOOr30wOxD6abiJa+70maK83L+VvR/yOvgFZbhQwjMk/"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiz8jaACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrUEQ/9H+t4jfbom9zrAunhQblOsSuPsBpFfm3CbQyV+xURRXB8G0BJ\r\nf+G3Acbj87k/CBSTKAzIVAvKlOUJrKyAWAurQtHVOMPupvzdGQmuCVm9YW4j\r\nu+JnUB0TLkC3aRGz70duwX50hFiDlC27GeUYRWpspTybgICiqhdGjtaaBOMC\r\nRqEdnb3xxx4N0wuEa7JyhOYkzrjPp/FGDGG5kQK2+6kEGqJ1Cfm47yIbYAgH\r\nToJ0rK+diTr9xUxTaV0EeeocsWaka1JN6TRnlV3cZd10Pcd6TKxKOQMFabkR\r\n+BOLRmktmu8WVIpICfwuSTm+Emzs5SZW70o9V3DGQ5h2MKajfWltfW4hYbkW\r\nlQq5EGRRq/f2sfmWEBHrtgp7auokQzTxsDcf6AJ8nxH0XnNlJ+xsnAQC6+VR\r\nHiohvjgJphCUSY+9Onay9WH86o2/2HhX+iHu278d3/ph0GaWt30cc9emBZyZ\r\nBFL/GrB1Lr0Ag1AAv/xWU+D50tqDSjazl6XMp/PxHkxy0isiqxVHwrozr5Nr\r\nMs+6c+v7zMzjx+OysH5eoiSDetbCvKxbAv2w6goL2j3elJDNipUJ0/NTMXd5\r\nTpEa2nWZ0IW0iJ9L4Y2TcbBXxUNA6EfY2r084VOFUa2inQETCSp/NLDxrihq\r\n/DWSkSGZ+0ljlgRwbyVCZ5muEQtGImUy1s4=\r\n=9Y7n\r\n-----END PGP SIGNATURE-----\r\n"}},"1.28.0-nightly.2213":{"name":"@influxdata/influxdb-client","version":"1.28.0-nightly.2213","devDependencies":{"@microsoft/api-extractor":"^7.28.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/node":"^18","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^3.0.1","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^10.8.1","typescript":"^4.7.4"},"dist":{"integrity":"sha512-OigBWbu8C9KobxHjBD70AjWX3z7GqRw7b8fgzPKqfXXBY49KeSVLGR1HSwQ24uPgzFE9YkGMN2++psP1sWuHvw==","shasum":"608e06caaa7dc3727b718f664ca33944d1955af4","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.28.0-nightly.2213.tgz","fileCount":103,"unpackedSize":1278747,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCRHCMGOziHms9bdTHdQoVy9lFDvqyGkvfoMEKX44QpUAIhAIcP1ar7QYhnGktkOBfYNddEWbCu//Z9sx9F3y9T8qFs"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi1NR9ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoxtQ/8C7chkG+HJc5fwPGongAQc/INKtdBAGMZC9a/iqQt5DyD52Vm\r\n/VnsLW+b+7gjxZBUPEQyP884awCMISvJWkddWF7NYARuWj231asUpxjjBaEa\r\n4NwIzjfHYgEVnro3eaiZ8APQo/9WfBREazQEYMa1RGVQ6YJIzk+FhL1h+KPQ\r\nO2Rt2QZu9IVHQx8bH9yEjHhOTCFOfARlpu+SZUT9EkzZ2cJtP1G3dzHHKxAw\r\n+35bEAzakDx41QEzKjYtt+Z7YGWCNeAXSSnNRxb9Ne6J9uz+nwimnWsLZQNf\r\npKICpW/++1tiHbB9jDC3TctTGjoe87LDOaZ1mWUOEVLjWhRkjUVjXQELO/4/\r\nvMta8RvScNyDioXPfJC+rJ/h0Ds4TnecaNRsMA1Dh0Y+GRX66bEdlPs4TilW\r\nf1NsOGrfq9oJxBjIHNkx3ojug/mqkkcGAyalNhsPaqVUXuLL86856JsOPKMC\r\n6a4EaxRugDPaYgZhN99G2vdBuLgS0kzSv3N15E/8dKBBvR+c9Yp1qZg9tEOR\r\n/fbqkfsdEyq6/LmPv3fRuehnY2Q/gCtTplylIAYIwcIHRHYWUlBUA9qlghjq\r\njEhlg8CdpkbXyhPW6U0d4y35qre9BWXE4oLVE272PhMqkMUTgYyhV4p9IPqN\r\n7woI0ar1k1DnSzDKOknqZHG2xGvbyM+C4j4=\r\n=Bkpc\r\n-----END PGP SIGNATURE-----\r\n"}},"1.28.0-nightly.2214":{"name":"@influxdata/influxdb-client","version":"1.28.0-nightly.2214","devDependencies":{"@microsoft/api-extractor":"^7.28.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/node":"^18","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^3.0.1","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^7.5.0","ts-node":"^10.8.1","typescript":"^4.7.4"},"dist":{"integrity":"sha512-FqpKlkdBUit1bPM9oCv2SU0YO6+ivJT+lqfhRpUmS70KFsBqNP9g2Eq2qrqEro3+yjYgt4J4/hXQfKPhVDdWsQ==","shasum":"e1e15cc508e47d8f611a398c4274834e2f589a76","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.28.0-nightly.2214.tgz","fileCount":103,"unpackedSize":1278747,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAjyiS+8/U+FBTJSguL+yJ9JPFRltMy685svIZph5xhHAiEA2PoCRsA2X6xQ+a3+KPKrZhluIdrcKmFf9I2RUEDdBT0="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi1NTAACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp4rA//blvjNIFbzLIoJJUSvvh03v/CaBi8a9UZ6ieBdNV51zZR+lkV\r\nXYA7XaDuz0jovS5cFUO1Pt/33MRbaRxmOUGkrlCUzU7UPjWYJv/NnNKBg0i7\r\nn+y3ZXz/qSTBvEeH+hSJloJGKcEkuZBH3NNZAuqy+eEz1GkUnEEWMTVWf+Rr\r\naNvKeCPLC6h7CRhD56HBNsevI+IqVFSE6IZb4950jdc9kWYmxSyei0L3Bz5U\r\nq76JXXU83CQYT+pFLfqFIkqWUhNBON7a+bNDTccdw6322eme29M2PjH5gc2I\r\nCtw/ln0DoexbJT3zyxZkoae1fzU87BSAU+BRQq5cm0BypiVlc7D9kkr/AvKj\r\nSg6PHarzNxioOFzGVGCi6HK/TqTeAso9OoNjtPQpPpRHqO2npNjRCP5lhYnf\r\nTu3snLqmWkQ3SbL3qq3C4R604vsEMfR8oc76BSYWhoHe3l6nxdEFSq+Y24T3\r\nvJxVjF7UP/TqCV5/SDdIYO7l5c33NrTj2AL/n5ozWssfRbMOvTciYsQmU/+z\r\nSYhPLh/gnNuk7UoRbDvNnJIqLW44GXPaeDto/RAV9o0+N/2GZqcsJaH6pPZ/\r\ns/buhFzhEruWLIBIJiF4c2Be/DYcE3DFFWr9+lD5WTbhcrhZJizX2gLRvRZP\r\nk6W4UEEAchzhKSPbenxNAA6m12bnareCFXY=\r\n=KQsN\r\n-----END PGP SIGNATURE-----\r\n"}},"1.28.0-nightly.2217":{"name":"@influxdata/influxdb-client","version":"1.28.0-nightly.2217","devDependencies":{"@microsoft/api-extractor":"^7.28.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/node":"^18","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^3.0.1","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.8.1","typescript":"^4.7.4"},"dist":{"integrity":"sha512-Z/HIMUgI9UwhdZ8OQ4L/kQS2E9nutEV2h4yF+wf1j6JLDkG/4OrgD5+ct2XOvxHicEW6vaBVRv1NoyURzKxv5w==","shasum":"1edc8158200131dfcb87c8d06418bc59a04c0e77","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.28.0-nightly.2217.tgz","fileCount":103,"unpackedSize":1278748,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCD1Od7fTXbXRYdwAtRj3ZOylwRYG2YlQIV7WlrSarVgQIgPKktHypU0uw3fqIdL6puUfqvZ8gaRsUnpCKhgWYCPCo="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi1NTmACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr1eQ//fEUgIybJrvZ1xj4ed0R95EFx/vULRMsbqTE0tNlm3hz1848v\r\nWzRTKxCwQtQKbboZPCFI5N8Y4QgXA5/aHJhq6PJ0EUTBr04A3KHGOKSsEmTD\r\nlQeZwLpnIpOpKqyiih0JQWyYEkEASLKJiS/0M4SZ5TnmPEYTElMHSQC1OGKJ\r\ncK5YpGVb+nQHvYLYisoa+BLm2WJ7+C24VUz2K0l4fvKQbswBMmqOEpilDPKr\r\nINV0SBoJv/vc/Jpl8XyoEcGoXLrCeYXpi2jsHCra3ruOAIBiOSkV/WeVGvXW\r\nVVs/O3hXvfGtsl2TTZAx9bS0yEN8RpKhoOP6A/2/zHcZVY10mMPTV9KZPVMY\r\nbhwIOznDdYocZaB/4hWodK6HN0toViZxHeHgWUY+9rZlPGm2FMj03dti5Aew\r\na9bG+cPLZ8nk/ZFWcYSSbrsmDCaVy4xvhmS/tRY86pnOVJarsoNc7gr/eqPh\r\nGoMdrS+/b2B5CS00gui0OQO12IE1llc7Phk7oZwUWCYKklO1rfgMB5xqI6zr\r\n+sHzhPGSIxhfDV1MGRPk52VPFe6yRuwJHiWQTKe4B4J0WrJ8K+D4KOTG5RaI\r\nPf/pCc30/0qmTpIdT5P/Q3f+RuzOmhBbcue9grM/l3Ie0B2WDdUcsYVtBfG+\r\nIQFz48czJ+GwHO8YnYFOfBaRDQhSejlejFY=\r\n=JX/D\r\n-----END PGP SIGNATURE-----\r\n"}},"1.28.0-nightly.2224":{"name":"@influxdata/influxdb-client","version":"1.28.0-nightly.2224","devDependencies":{"@microsoft/api-extractor":"^7.28.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/node":"^18","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^3.0.1","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.8.1","typescript":"^4.7.4"},"dist":{"integrity":"sha512-AaGwKmNlkLcUHSGANlDOmR8h1DxKI8ykA1t/YPV75vmPDV7O1hQkxZ89bxJSDt4XfCYyoCVW4r+xt9ImZWTKXQ==","shasum":"dd47fda4967269179300fe6ff973c5f2828746d9","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.28.0-nightly.2224.tgz","fileCount":103,"unpackedSize":1278748,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDdhfxQEDFdhfmlBXDKKCWBVVsIk213wlpik/+mLt1kbwIhAM+VQixmM2Po7p8eu/3pUl+W7/wgm+bF/McE6gcfVxJ8"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi1Ng4ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrYvw/6Azvwx26ztpr331e5JnHxoQYX2H8W9hLJw2TC37wKkZMg1Xl2\r\nT9y2SWKlxOxx7ITiplGgHlXNKYU5TlmfX/haQwNjxFVZ6wqPsw8YW96nTbqG\r\nUNKI+xgMUK7uTjidopo767mJqr6B5ryP9QoVrXZtX0jiw2OcgpEDjiNeYKNs\r\nGov3KUUg2J+fZ4m/GiQzfDAOsvCcPO5pbv9nyOWxu517ab9ohMxrtul54j3a\r\nd2edGyfJskbiFrVb7tG2Qa5ZcZr0GKvilkgBunL2Km7bOk2Up2/7YCOWHjjZ\r\nZuBt3X0kdfI8qFL/lzhF44Vtl145x7GrjWQhKH9FdOCSe9SdwLATOiOvUdeC\r\nlRz7+QL+Bm4de6H/SH+jvcejoQiOGugjHf1OJ/Ai/Y1bkMBG/oRS7HJzVHpJ\r\nKmeiOLLskokLOcZF5B9ONB3WCgmzIhGWL16vr6Zr3+QAy2s4liUM/NgXJyaB\r\nHJaiO0+kS0FxP/+wU5WH+H7tyH04cDsEI1XACE7xI7/OZR5mP567F29T1RFk\r\nLGJz29iy/5aeAPokdb6V+uGw7/TGrm2ik961k5DhE8cmD1oBfYCrov5q+uIm\r\nL3S1wxz3r+zqpYj3ie7ueLyZ6Ph1wGfsKNJmnUA5P5FCevf+m5Q1cjg/WhaC\r\nrO1sshFKUlTmGEYGQXo9byMOWT29W0XtiAU=\r\n=jOBV\r\n-----END PGP SIGNATURE-----\r\n"}},"1.28.0-nightly.2231":{"name":"@influxdata/influxdb-client","version":"1.28.0-nightly.2231","devDependencies":{"@microsoft/api-extractor":"^7.28.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^3.0.1","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.8.1","typescript":"^4.7.4"},"dist":{"integrity":"sha512-22Xx46DUTDgcCvQAfBMX1Mug+o31v1cP9Q2qoXfFct81VQn16/IwKl/5cWKRaashnFEqQqYL4FPwnXl/xScRWQ==","shasum":"5f262484d151a237e5f96e35ac1fe46542a222c2","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.28.0-nightly.2231.tgz","fileCount":103,"unpackedSize":1278722,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDwOqK9MU4kjXxBKBKwwBBy8abQevPvFMPizqDLUHX0ZwIgeKkdP098GlzaJtWuWqFZtA4jKCCLQk7S7+aA8F3teJQ="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi1QGxACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmprLQ/9E+jDoj1XEvDGjTwN/9C9ERfV5tnVkXzbbuQ/5+PehfcK9CBA\r\nynjCbAOH5hfbkfP72HNC7TEa8HC94jvZ2hlyO3qB1/Xtv+oJ5rH2YqXOaLFZ\r\ntJ00MjynDbAxo8/nKJV5oFmQUBNUJ76fgAbOIURh4XdGNjK6PExqi4FU4+UG\r\nbcrbqFTLcABoUuhFv4nWv59U+KTMJgFpCz0gEHhKur9nItlLqLDi/cRRxgDn\r\nZK+bj5Ex6NoKFUedhskFFcEWQye4hqVM2Cp8T8/p7LwGPQqaXjH5VG0HlnbR\r\nu7y0kEnto6qKGmP3yaGqFZYFQksTW4z1t55MeWIT57a+KH2LXe50yFUo5udu\r\nL+DvZ0ZPbi0QAQbhOuJ6cxgsc12Q2D3vm8M1+0wq0+DVGEABqgccK7EUdYYh\r\njmvFLyyfa6KQ96Lir9wbEy+GhJmkHA2i6zbpbqIsa7zDG9SyNimOa7gge3k/\r\nX2EzLPbWbk+0+98aC3M//hifxzH8al0OEdgKxsMLnN633zCNkOq2peNoGt35\r\nRc8lI3PHFujqibjAnJSraB0DYCNxqJF17mJmKsUIP5beVD3IPxE8PXhS1j0f\r\nam7fx5p0tTc+5lsYTVLftqU8QKJrhoiYAuwUyv5b0Dic28UKa43n7PSQ037n\r\neYZJywPKAyJqkSPiEDZlhEYZMjZiFL7/eTI=\r\n=JLR1\r\n-----END PGP SIGNATURE-----\r\n"}},"1.28.0-nightly.2236":{"name":"@influxdata/influxdb-client","version":"1.28.0-nightly.2236","devDependencies":{"@microsoft/api-extractor":"^7.28.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^3.0.1","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.8.1","typescript":"^4.7.4"},"dist":{"integrity":"sha512-kwXWldgCvxbIr5v1kNAmnRURXPu9WrtsTTCdwHNu4Xxf6r9Kd/5zraxf2D2Xvo/HlSIbm7GYXBQdssD2M+9fGQ==","shasum":"7c159d43bff7bf85d86bea10b3cf86364491031c","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.28.0-nightly.2236.tgz","fileCount":103,"unpackedSize":1278742,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGOAkGXbk6ABAWdwamW2NhE3hlMKd9Z38p4GtvLVib0vAiBcaJXkAeZpLBY0AaG+5hEdFXj6B/EJw4yMYIDzEuLLjw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi1QZwACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp12w//eoDN2urDQD3NECCtMXuQy6ZZNp9wQwUw08quEGZDS2MU2kPt\r\nu81WDQ/+fQgX++WA81KDzlGYhBEkop9hM7BODXthmBad/tjNgEiMZ5GJ00Xu\r\noNtXdRBoFzmLGD8ofIJYev/r/EZ1MFU5LK6NCTukHMOdfobeLfqNePsNaENP\r\n/twFbiZHWLTDoxk+Az54BoUkbmRTao9o3hqds5F3D/nBmm7gUjiR35Do5dAq\r\nHZVOluHkvOT4xia8S5XS2iS7HZBbK5h8A3s4Fd7Gyh5lqU7ECcXcuv0MZUsQ\r\naF1sQxLceBX6NT4KzP/ibcIWhRby3tbJ/ONGstms6I/E+DBWNaAa4j/qcZL4\r\nQP4NVKvgYqhnNkO8jYl3J06r+5IPgIk1tLkmTtJINLddylsuTdIz7dtbAe6a\r\n6nsC5dFJY1J2InveC1YO8/NcAbTX+dpap7jO33k5hYSaehRRqF5ZgUQB/Byp\r\nUr6trNltqO8XsQRGBg/ex1I97Z+PmJW+H2G5vYVoQjDJT7Lln0utGp/BtbmK\r\nfyOThGSu/cCdXW9+mAfNiH/v7Gb+JSuY+jlH1qLF5R3QMBGGoXj45iLyugz+\r\n/+i8B9Aif5IoJMfRXaOWof3Hrzcqp0TxvptmwTRTv0FUdEhtv6oTswvwhKuB\r\nIIw0sddkethXgQ2lEHDiyO0w/yb5uoxJR4Q=\r\n=faMD\r\n-----END PGP SIGNATURE-----\r\n"}},"1.28.0-nightly.2241":{"name":"@influxdata/influxdb-client","version":"1.28.0-nightly.2241","devDependencies":{"@microsoft/api-extractor":"^7.28.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^3.0.1","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.8.1","typescript":"^4.7.4"},"dist":{"integrity":"sha512-+RcXIhOqzkgzbtf+lWfNMpTFxZ+prcjtjhlfnWaG31HobDe/kr2g0mHxNisdTe1+OYCPC3p7GHuVOEqRKT3eJQ==","shasum":"3a43fc3985c817a7d29d68b98ae39a78276fa088","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.28.0-nightly.2241.tgz","fileCount":103,"unpackedSize":1284716,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBDOmcmg6XTAuZMa9aJkuSCzaclnhbzHzokyvcFf8rdxAiAWMH/V0ehk8GOkiyaJt1LU7Xe43nUKx0IQnck40vdmzw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi2OMxACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrMoBAAlWDmJbXLb34OvU2FqsQocPqUtj8l6eJnVRwI6CuWQijJjuil\r\nCqdVprgUmAfszx6TpjoyxVDUGjtGzsGS1oE6wh7RK3B/m1vNNha/kyMmBIzU\r\nB9yyYeVQE2dXdShva6XqZiOmD3mUthToDiZf5FXS6TYzOy/vRHh4m4KU4x/7\r\nsJHqEwlgKRrvMEgyLm6qPetepJXQMFdS7OxLq/EzaUO5VT4BZ7BXjBLvfPgl\r\nRMCgDX6WY7SekRseTVtcrNvWRuS190FBVh+lp7HMJdTkgPSl1OqgJWzHM6Kp\r\nMXNISxVcGN6dAu4+QblcN6Q7tshODITi60hpQnw/Ts5LgjyeKOCoWGNvdCs2\r\n/X4F/DjOVLW5wgkGJXm+DLzZYNmoIqYbBEcUVc04KW6iziZyt0+Di/xpmF3/\r\nUlV6GXmd4oxX1zNj4rYXMIUjvmk+o6ZuoRMwp4gs8xabOOoDkZo0TFG42EL5\r\nMS4cL0AM0GOkLzZOumqpd/DtXaeF+WcAwhVQWxbMQv/rlGaOOi7kYbFkynVs\r\nqUiSWm7jknVSLlCjVwUhAFxqS0JoP/AKHqwO/cGr9OK0jZy97kbJOH2V4NDI\r\nJ+6JtdE7+2ZhNL2QQkk3GcSOzepBmub0NG+61MPxHcPAEFtZ7Y7A9yRPqzUH\r\nUP/4bkFLe0ocwA7uXtKzOTPqRICt84cqbk0=\r\n=sk3s\r\n-----END PGP SIGNATURE-----\r\n"}},"1.28.0-nightly.2260":{"name":"@influxdata/influxdb-client","version":"1.28.0-nightly.2260","devDependencies":{"@microsoft/api-extractor":"^7.28.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^6.2.2","mocha-junit-reporter":"^1.23.1","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^3.0.1","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.8.1","typescript":"^4.7.4"},"dist":{"integrity":"sha512-nMD9K51MwC1LzUxLWCXz05X1cBqctTMjGFPax/uK49FbV+HV/6xs+dhnALUIvDATDs6N16X9sxLmWD+IEa3wFA==","shasum":"bf5e8c5bbc3b8674449df19086c2128e84fd7f81","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.28.0-nightly.2260.tgz","fileCount":103,"unpackedSize":1284716,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCVLklVfy5uswPQXWMHtzaqd6M8y87DwipPlnfSGD0nWgIgLi59zzjRdG//LNj/q2bJOfF44sTPUOVBEikAzE6eTaE="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi3U3EACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpLUxAAjVCv/Pgef5XPbJn8ypYkVYqy1UJTeL6fQYkv4RdNQRu+ctVy\r\nEk412U+D75WG0CBkWnpZvhEo+hX+8UYVFCgyz/5ZDRHWowb52jgHyJCcXgFR\r\nNhDJ1TpGBINcKIi4p+A525LkMk7VjNKuGWP+U9AS1WAIMZc42svvgk80DB9U\r\nR6id46T27nIlm89p30RuLKPN1YNBNlSO9jOFHcOO/uQ4837h156CP9K/en2j\r\nmfVzkM1iVRkndZSQsOh50QqxhZL9J/AA6vrEOGxbuc9p3+Xuvk/Ed+0TjLWl\r\n4GH9U27yLUnJ4KhXq3EbEKGLWQmhNodg6hKXyg6KODbwo688bASxULLDL+3S\r\nMScAM2Tm4iknKikZbqjAsMUEAdpXpJtpHEfv9h16+8Y2WkRK5LXTe6wJIWnw\r\nyovwqvVddGKWEzSwJUG17xk2o8yF9QhVVXcAShcbR+ZWnUHfx+lmaW7UwAed\r\nQh/EQKemlgU1PhdlmHVPAICPrO3V3t6OkhTfXD8if0wnuWcuzAxJCVgpwCDb\r\nWu+9k4SO6RSZARbxbAGW8GpdwgXBi3DRPa0E/HepxoKEu0wd2ZzOdcTDHUzj\r\nmmBLUdkHvq/r42kVUbGT/9m8TD8rpVvbkuQC6QzMflo+QpXVzPjTR8So0THn\r\noNhK2Jzi3Iap87quWc8wcquzhI1HkylYOBw=\r\n=J7qn\r\n-----END PGP SIGNATURE-----\r\n"}},"1.28.0-nightly.2261":{"name":"@influxdata/influxdb-client","version":"1.28.0-nightly.2261","devDependencies":{"@microsoft/api-extractor":"^7.28.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^1.23.1","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^2.0.0","rollup-plugin-gzip":"^3.0.1","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.8.1","typescript":"^4.7.4"},"dist":{"integrity":"sha512-QPoB1ScbJoksfg/QKBGaApIdoBN18kuuuZZJCulvzLLvJI9IJFOGQxtFg6jCyWs4lSox2dydZKMIJw5fj4+M0A==","shasum":"6acd37332afa735c537cdb7190657b1cf45ce6ad","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.28.0-nightly.2261.tgz","fileCount":103,"unpackedSize":1284717,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBcMN0oBfeQa6+gljwxWqifQWGU5qWJvpJbLju8AUIZkAiAlzoBBZVFi9oHtweaESZ42aDE024AGG3x9viSU2vU3gw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi3U4cACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpB+A//b+ez5nXg2QP2l7PCYOzyKl1FyGiVzro2OosyvLFvxY150CFY\r\nffxyVLG9fUtKthNPhWxk+5WEMs6aPYPKt3LE/LAd19DWCYQkwPEDa+qIcH1l\r\nD4DpXlAUnKHl6zo3CSV7cA34fdbmn7FrWUcq8GK3oI1dBKY26dH67d7NSIG1\r\nuJPaTX8DG2lJwrlPnxzR6LCBz7k7CP8ikKWGnes5dGGx7ycCx6RZ4C6tsAVw\r\nXXAlW574VqDCVnjt7WqJ51lekK/jVcFut4hVJ6Cb6ed0mmWWALiCb2HCFQqL\r\nRaI5Q8yJTouV0UdbvqVfhkxXr5puZuYeH8oPbCDPV59k6kHzRc7WOpCs17bx\r\ng8o7Q47omOT2fJ/FXdxFd6ovsvfVRXh27OVtEoWlJabkcoPpHO3vA5/UmsRw\r\noWvqVp5UXp9hlXmv5TkZ8lRofTToV1Yctpj7WCm871OZNJd+s2tvNvOUFlHr\r\nzRhp7qsROoDQkJcphgf+osBXUDQ59vG5o7DDdNOG8feApW4hFk/hGpbNxbzc\r\nL+st2a/Gc2n3OmFNFTAqNUrsAVszfrgnUI9Ep2KwzGCSpUYxLKfgbbooA45h\r\nN1f1Z0x72vnGSU7nexg4wyFQX300Eg4HBodEi2H8G79jKdjY0zZwsaGisFT1\r\nv8k3aMD8hVyxSrFO071TgiMWdjoWSrKZpEs=\r\n=0v6Q\r\n-----END PGP SIGNATURE-----\r\n"}},"1.28.0-nightly.2262":{"name":"@influxdata/influxdb-client","version":"1.28.0-nightly.2262","devDependencies":{"@microsoft/api-extractor":"^7.28.4","@rollup/plugin-replace":"^2.3.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^1.23.1","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^4.2.2","rollup-plugin-gzip":"^3.0.1","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.8.1","typescript":"^4.7.4"},"dist":{"integrity":"sha512-1lRTQN4nYtuGq3WeY6JqiACcsWa5rI3QBx8Hy4WYHX/H1fuDnDMbLHXJNUbP99knllkTnxWA2KVRHbCSUmt4Gw==","shasum":"7913d54af166430a26bedfb14d2872064eafcf9c","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.28.0-nightly.2262.tgz","fileCount":103,"unpackedSize":1284717,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFs9sk7UhknborqJPBSsMTrOZMdBOjx7Xrv/zIl2VrJ1AiAtfpxBsxyPMfOIiZsiA8Ki2+IYE/HbTu0x7AmzSHU5CA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi3U4oACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq6yA//cMMjd+w26Oo4rbYhpB+VX5A9rpIVizGgqyl8+VOOxX4OCgFj\r\nMTe7L+7gA0/phu/V/kJxg8lOB4ojKHiUhrrxzxvRcjhS6z+gzQ7St63CPt42\r\ndVDriEZdge5/D/WzOkTtQfnuFnfIIz1UoDISjK5FDrd8AqthFfSG/2tWRx5+\r\n43AKiSMo2YrAN6H9vZqwEn2GMnLgWNAnpgAHi9BfTtOcCxTQARqg5Jw2JlzT\r\n7VKHStymqtmuhsDWLyG/mYncQlVp+4QLUhPV/Mdn9q/X0VoB+97FQceVGti8\r\n9bvc9vkzdimMHOqJnlsIy80COhA9rLy/Kq2ogEE87w3fFkh+Qu6ixq5zesN2\r\n0btQtmT4CkxA4Df7OMDf+kUlzUkAFS4hG3/iKyW8vhKijDK9s6WYxN/658kl\r\nZjodBMxSFEjGVIMGesz3YwfeNuJVmzmHunLuoDle0JJ8WHAZpRPrI77aeGIR\r\nJfnoXjyNT9Qco/YoN7zY490NEGnUBxnJ5mIEtW9O+pbIIFLbYlYplbP0fh8z\r\n/d7cnsDag/keXmtyexSs/WOndEuYQmTXRVpCHdYkFx/PwyfTOZP2LHK6jjdf\r\nMsMdI5ZV0TYvLhi/VE+HPtzIBPabObNIDd9NPaFmtOM1j096VGa2Y0II3mdH\r\nVMzXtAwsiL20i2BtfE1McDe+apYiXXFOQOc=\r\n=ni1/\r\n-----END PGP SIGNATURE-----\r\n"}},"1.28.0-nightly.2263":{"name":"@influxdata/influxdb-client","version":"1.28.0-nightly.2263","devDependencies":{"@microsoft/api-extractor":"^7.28.4","@rollup/plugin-replace":"^4.0.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^1.23.1","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^4.2.2","rollup-plugin-gzip":"^3.0.1","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.8.1","typescript":"^4.7.4"},"dist":{"integrity":"sha512-LV1iGVxjBk+LapQ9JPSAUMlfxaooNBqBHBc4xjvwtKFwJKYCNPgLSaIBInwn/F/hAvSEMhuXbQiOQKXSN81YEw==","shasum":"1e96c58d3e59cb34b5664ae4ba1714c206490408","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.28.0-nightly.2263.tgz","fileCount":103,"unpackedSize":1284717,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDJZZDoMdw0l2Wp9ARhziaURo4Qks4HJLwn8gpW/lxlHgIgDgzIjxEEyhnjQo12m+BmgTdmV18YR3jsR5w8XOQZIMY="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi3U5FACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq+LA//aCgaIzyHyFZHqRWCb36wl3yjKo+6zJpDCZwufGxqEWFteeA4\r\nPhEcuYNAD4qRX//0ibjsYX3USEaOUWNPZL90772z7FbmCQHYK//39sjgr6hN\r\niEKEG8NEI89lds8np4nh2UWSRF1b/DAXDmYql8wsCiDeiWxcS+iLPNy5gobP\r\nZj7P+2nZKTaKxNIc4bwQh+pU0UE4dUDFy49LLvOLxwrbPRvuN1ZIGkKTx+SW\r\n21QbohwAi2W+OUxPPqj4TWnIWASBwv3UAc8YjJQDACal1eoiRcmm1x60Kh/F\r\nlaqqAI3+mbLkRgHIW890CSHqBe5ieiB9U9O791SkTNsgj5cyCtMWMSpfQ+1t\r\nD1foJ00M0hKM/Ul6no7NolJACQFswZfKUcprIJMbw0PpfwzhAoLnwgEMPXtw\r\nKH6FbblcBu2Q0p4yV78d1PjJEGSztdqOFMHjt2KuQ2yZIyo3TO3tjWYyVAGL\r\nUpOt+MpB6Axsi5C7ZZ7iVHEnxwN/dntjwPvlqov26Hu6oukWFSLs+fVuHx4h\r\nC5PQNGW+/BgidnIFK5cEpKSozX/i15y+zhvJRAsKus4tAw4zUdNYklQfSVQL\r\nSvwN4/3eQ41N1wyTux58QMxGgQNOMvIIXVQzYX6QJYmQK6JQLb/NzXNKxOHV\r\nGEu4SWBfhXqhXpeLQXek01m2hb0PRIO9wdY=\r\n=l543\r\n-----END PGP SIGNATURE-----\r\n"}},"1.28.0-nightly.2266":{"name":"@influxdata/influxdb-client","version":"1.28.0-nightly.2266","devDependencies":{"@microsoft/api-extractor":"^7.28.4","@rollup/plugin-replace":"^4.0.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^1.23.1","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^4.2.2","rollup-plugin-gzip":"^3.0.1","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.8.1","typescript":"^4.7.4"},"dist":{"integrity":"sha512-28DwFYELJZY0L4kwyplFE55hoCFyEtiwRTfvamk+6u1O3psCEE6KReLi4bk9smiiPFeSaJju6qp9Kc/7kBc/ow==","shasum":"2d0c89fb43a2abbb2acb0c0027fea1cd73f1f802","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.28.0-nightly.2266.tgz","fileCount":103,"unpackedSize":1284717,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCeZ80OV7DhjXV3FsQ2PEmGJr19wwC2s5fHYkvWHontXQIhAMZYBOE2HX0P0+/8bDYib/2+lk9JmXnUM+YvJ2Bb31Ye"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi3U9qACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoBmg//YdCWubT3K9M40x9kho1MN7EfgTyoMHGNXG3pdP1TmP88JUgE\r\n3tc+HlDuQpP9+PhJ8K1J3RrX3+eOhPkpI9RZlz1vz3Srm6hxwWXMJDS8N36F\r\nk95IhY2X9uU8vouoEkq2k8Ub7U6kbQ1KKJgMPGnFkAsSdP8eL7AlorIy3h+H\r\nq1aHqLk6QvX4GuVd6yc5C+FEL9br6pe6ix2phzuTwuJdKAf1WNumwaltSDZk\r\nr4R/HWgL4xiMiI5US62BBcsPZwUFOmXLElvQGOcgsj03ixwgFZ5313bjBKF8\r\nB4eYA8BBBGWM2HQ9/ZKwUW+E/mSVz0OnX818tkPxRmAcdXRZv3sPsVny99ze\r\ng7T2mBKjB5D4q8xwRLtQebYodDFH77/V7B53QbdsVK8yIUaxitMmVsWF2ZTg\r\nwyPJziW5/hZ7fWwLDAPKo0R3Z+ULvGlus1p+OyfA2vSIyT2FUsB/NZY+D1Ns\r\nwmHRjs8484JOhPm4nMzWjWoY/hGNtGuyFwlK/EnnMAszIxaGHl6NKOQFDaIf\r\nP5nDjXyBx6lbkkeqPawrt8/KBXlP42yho+F50GNjt5iaWYsNbAQXmctNx5Lq\r\nTU28jTV32/yQZuuK45VP+9jGDCuK/cipgFtwE/WVyLo1SYKgcEFPLO12ltpt\r\nfyA0BvgsAL7fRHJoJBqPT4UHZ6K+RkAslMw=\r\n=gHP2\r\n-----END PGP SIGNATURE-----\r\n"}},"1.28.0-nightly.2271":{"name":"@influxdata/influxdb-client","version":"1.28.0-nightly.2271","devDependencies":{"@microsoft/api-extractor":"^7.28.4","@rollup/plugin-replace":"^4.0.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^1.23.1","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^4.2.2","rollup-plugin-gzip":"^3.0.1","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.8.1","typescript":"^4.7.4"},"dist":{"integrity":"sha512-KEdWnmwtdXfP6Ysd3ZdHvfcPWFJ/A7XP8G/sbhwTxOlC2HcqDbvA22/XRgUDCU/EtCa6lHJ8jSMinnED5WqdCQ==","shasum":"c7aeee52a642d04fd60c5839c44aa1ca5fa4baee","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.28.0-nightly.2271.tgz","fileCount":103,"unpackedSize":1284717,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDsJUgNPMVzhXVaQblhJO0j5cXXO9j2MIpLlXjXjS3u9AiEA9kcVjVlekpUg47BZv0+mr5ACDU/x9kdT9oY7lGzo/nI="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi494MACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpdjBAAnqhOC6gzIIBFs85oZHIx84vNd1el9lYF9Cmj398eIYk/x/ng\r\n0Z8jlLLyRPVEXptrfvdGgQWkN6oMfU69vGS+B6MBgH0QcyCScJf5VnDWF5P6\r\nVQraQNf4w0c7R3jDnjI9OrdytoDR22WRp5hbpCcDjNtq+L5jS9lpZ41qHE/O\r\nUPFWkW2L7A58SjfkCA8QmtVIsl/qPdZ++gA2zozHWw82xCH16qsHQZX/9x33\r\nuLoCtvt7XAwJse9UeIHPyF6oeRPGHYG9Eyi7yEFOorA8OnvVx31owZo5f0Bh\r\nGD49oUW7XvfoBn+kiRfcWkNv180YVsso4uVL+sxrXsrG5OlUXqOlHSr2Q2DB\r\n0TPFXUu4kjpuf0nCkdoX8GHw6gTFvR63tZm4VE21p3KlA5js8YzS0T/2/Uoe\r\ntHm9utkmu1+fICUTCEe4H8GcdfLkYsFUYbR+qEaQu8pzTvZ1UGqMBhG45c7U\r\nXa2J3zyHDJIhRgwnrXjls7pzisP5X4XQUlAxCqKr6ZxUlJFHL4deYB57zysy\r\ngkfjfNkM8jxaIKCSsFv36eI+OVO+FdCC449MPcsupG2IazOTXl5mao7p5oHE\r\nujezI1fMeXZPAXHkJFeyrtKQj0UIhURqI4Bh5u0flQQZ+oZuZXONTAjrNt6R\r\nda8M6SAfRleMqbI9juGbi6IYZ+9mMDwUkS0=\r\n=AGK4\r\n-----END PGP SIGNATURE-----\r\n"}},"1.28.0":{"name":"@influxdata/influxdb-client","version":"1.28.0","devDependencies":{"@microsoft/api-extractor":"^7.28.4","@rollup/plugin-replace":"^4.0.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^1.23.1","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^4.2.2","rollup-plugin-gzip":"^3.0.1","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.8.1","typescript":"^4.7.4"},"dist":{"integrity":"sha512-mTNsyBpVW3qT1dn9SH/LaQDlcotpSH+64aR00E7hONXyVntVUSLEbH0ijHs+Hwk1dQS+WmvNduhdeFr/vHZ+Kw==","shasum":"b6762dcfe6fce3ff640b3c23f667afa9de6aaee8","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.28.0.tgz","fileCount":103,"unpackedSize":1284695,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBLAdDunk9F501g4zp30lGgQXvHJdJMRbBRPjWfaa+rJAiEAjW+URjilizcog+8aJolkPlUfH1H+qkYW7iUyhfNtoho="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi4+2LACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqV7w/+O3Ii2fMLfZ9IjCDn94ZHsCVX7TdRVgjZtjb0e/oj2LVkxlkw\r\n3n7IeEBesiLQ6for5NJL1te3ITwb5o3NVGjGRGTzGPYTVy/yEwzkOFR9wj+z\r\nvu3qTB++iPUlm8MDW5VJ2B7ycOPKxRseIrRyxok7gF9in89i8C0RvMUAgrzt\r\nYTidRjXQAzo4josVlIBbvsAQenAoS+oZ8tEF9yzAGfAaz14loN2jIhDvLv+B\r\no6OEo1XB8I6OCzIcyweg7opSrwfy2PjUzCVF8jEj23YVR6bGKAcoE76e6osY\r\nTkJSAHIK7ivLuOovSFBM2ibwGagTjXjmo4W7hL1FoRhvuL7BzPyPqVZ3dEzr\r\nPH+1Qu2+K6bwwmn6QWLuNWau8V6unNCIktWT9UXJa9+e3l3eI3zriQoylS1D\r\ntrPlCqIu9nF1Rg7ao1Nn6Z0hvIBbW6tLYGfl2Q3YYr6+iDgYWBdYuI8nW2Vl\r\nMriCN+NnsRET9wwvoaDKPfGOPweu7kZkEbmAn8wuWdTX1ZP3nWa+5HlzXnsz\r\n9eY4EOCqz656aWKj/DzROhgf01H4lA85DTcJ2qa/k6FePDAQs0/0GnewgNc2\r\nLvrWH3C6YGaeVcjDQaitbz3LY/hlZn5vW7gaWYwGkcu7j//1l7P18Q7PCwdn\r\nMsv1KBFDfMEj1YAwa5lfdjc35+YIurnO7UM=\r\n=iY0V\r\n-----END PGP SIGNATURE-----\r\n"}},"1.29.0-nightly.2279":{"name":"@influxdata/influxdb-client","version":"1.29.0-nightly.2279","devDependencies":{"@microsoft/api-extractor":"^7.28.4","@rollup/plugin-replace":"^4.0.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^1.23.1","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^4.2.2","rollup-plugin-gzip":"^3.0.1","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.8.1","typescript":"^4.7.4"},"dist":{"integrity":"sha512-H0i78R0qiAN6JFRrJcM1Im9cInNJwS/OuL4/eCZqWK/BJSt+Z9H5TI3UKqTUXDdVOQ9sP6mnL/MfvCzFY7SidQ==","shasum":"380ab122ab5e0e92d86ad637fe939c1f16c5b914","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.29.0-nightly.2279.tgz","fileCount":103,"unpackedSize":1284718,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAm47adUXgTFr1G0wghZ5wqaFvsgREO9LVzcT8F/6yNbAiEA2dMBQId+Hx+L7uMzRZ/oHVUSKSo9xHDsnhrvQEXtQgs="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi4+7bACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpMZg//Y9J/4bSdCTLFRAl4gaoQC5p6ArnD1OCdBeAPcaUyQ0NXUk8w\r\n32AAihSTiTLnrIQnMog6j961DX1RqxTcCU0mD60CkWScyvhNrWW86iHC0Yqw\r\nBbpdvwKheo31s03RxrezCx9w+cMUXvBez3QjknWt6+l8UdXuLUgf5T1OtHGo\r\nouLWFXb/CG1SYqyjXi49PLNYWiWYmFO1Z6Yhyeb+LCS0yer995O04W4fqgx6\r\naVeJvVmbBqEoooEeqdwvUtPs909cBEZtJk/AcURHNFUF7tDGg9UOrlSCx++M\r\nkTKZ4Md+mhdseVg9bTH4ydTA/2Zol615tca6fMO8+Yj+JbC1qsbEaNv1JquP\r\nK1mJnUcQt4epJPZUYfbc9mqofg+VfZlDPwFSpx8euOi+E8QnLJ1cEUMk0J8e\r\nLs7Rdwu3btCBVnwbKJ4HsCPNbbG4KL2G2Z7EBViMzaJNg6qiBtmpfUUra1a+\r\nfWIzouUKG19/Ykmn5dLH7dy2OHrqwXxPIp39Sau2QNKncMc9MjS5eys4+JKS\r\n13nuJkQPUir0fMJDNn3HbNtP65jGfGJun2RK8Dd+zM1w4PajDxbsabDkhFet\r\nvBXsRIRr1h/Vxub0ePfWPoEgIJlnnixhdEzRXLURNOe8S7qFfCMXyjuyxhIg\r\nH54uTv8WqjYCGAT7hq67jxWYcxwIZjXzElE=\r\n=9wqq\r\n-----END PGP SIGNATURE-----\r\n"}},"1.29.0-nightly.2282":{"name":"@influxdata/influxdb-client","version":"1.29.0-nightly.2282","devDependencies":{"@microsoft/api-extractor":"^7.28.4","@rollup/plugin-replace":"^4.0.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^1.23.1","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^4.2.2","rollup-plugin-gzip":"^3.0.1","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.8.1","typescript":"^4.7.4"},"dist":{"integrity":"sha512-rpOOj8TGcuPAMZkwV+l/GLaF8g6vzhzrgwhBNILGHimqWQgmPA0rlk0dnu1kxitEajpVUoTSIZVYDm3CKW0C+A==","shasum":"32439f52464454fb1e9197b424c63250ffd45c98","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.29.0-nightly.2282.tgz","fileCount":103,"unpackedSize":1284718,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDN2AQQVNo/XVX4FZyOxqBx7NQCAq7wqwYeZ3dHUihzdgIgIz+AScdkMa8pgK5D3vRR5eSw1POLn7EF7ti38YBEdmM="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi5NY+ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo/4g//dX2oT1VDVjZ8+GQ8Gxow1vS+JPD+ndGjOrz9C/iiTCmXIGfR\r\nA9LjyMICt0ITmZh7sdSTS57DAvdcoXGeZEwZccX9ZmibIETyEODh79Ha5QeF\r\ntWdKZfKEtlNfGFJf+wZ+HpC4M0TjcjSS/45XDMLaagkOwym73a61IaUeFA5X\r\nRoxuk/7bXvoErUkUXknfhfoPJaS/eXAuUB4IvfEhRZb/xOBHEkcCmVLlPZ0Z\r\nHwwv7f7qCBKlNTBDkzoxs7v+3rb3nB2DjpoI9IPZjUPmtlGHOYDkSp32Tl/E\r\nadiRVplmSUtC4wC38iqcdfnAPJNQQ3RCiK09d9t9Yx9i30gJCsjgfwlj6pjY\r\nLxtV1im2BUneIZNM++hAnLdLgKUrZcpE8F0RKtb2p/ZDDgUWwZwcEfwYe1YE\r\nXvED+UupF++QG7C38+SuC/c1Ayv1ljhu3oK+Rd6Pkv5qgOTa/DQ1AqKnacnf\r\nqb6ps6ZXDkLn8IKwEGgQviTNJbJsu7hsnmelMdrYS56OrH52kk+QPAJPyMeC\r\nZ8uDwzsqmrkJ2vQx7/LdHuagzuEUKMYCYy5TOSl8gFelB0UdH5mIErGqxnL8\r\nxTt4F7MYihaTD5/xjVfCLzVttfuTQbH7s07KgJCXuZH/GSK4DXI/+oecB9Lv\r\nXxb1qoIP2IVRHTfTh42WsRw3EUUXYKNyEOI=\r\n=gE7n\r\n-----END PGP SIGNATURE-----\r\n"}},"1.29.0-nightly.2295":{"name":"@influxdata/influxdb-client","version":"1.29.0-nightly.2295","devDependencies":{"@microsoft/api-extractor":"^7.28.4","@rollup/plugin-replace":"^4.0.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^1.23.1","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^4.2.2","rollup-plugin-gzip":"^3.0.1","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.8.1","typescript":"^4.7.4"},"dist":{"integrity":"sha512-DfVFvXmkFfA6FSVAm2QEvdqpox8ZZVds7oxuLcEX/HvMoqRWx3u+f0zAkZHoJKs2gdIjFM+nl8hcUHkJoh70kg==","shasum":"e59748f80afe53367165f60a5ff419a63634a740","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.29.0-nightly.2295.tgz","fileCount":103,"unpackedSize":1284718,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAlancNehh45/hYBcgDN9VcGxV8MYNqi//hLjfHJeJNRAiEArGWgUpdVB//rRnKjx42SS9NQbzKxfAXlqlFoIbQuI78="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi52LrACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpkBg//eosCuBvZ5+39l2fRAJFertCxSQcxaWwd+mhs3P9mYppSQq0f\r\nPg/JOQEWRlCdDG+K83q4wwGckxpdCk10Y6QARjYscIe+Ewg8iGQTI6MwAsye\r\nq7SWhMHf6MM/qbWURZzV/rROoBBS0yNLjr2H7YWbmAg70mtbKmmojBNzyuUN\r\ni872SDdh6ZmdFTrhBjFAsRWFqxYwQqvPy/FYnccYQQbfNWnKxxGAwfNpcW7f\r\nEcisakjfDBt4mPXWUihFhDNOy9Gfk9ELh+Q0S385TZ88jDtri8LchE8EUWK5\r\n3SuU4oLun56Ztmv6XGSyIypeERezG7Gn1oHsMZT9JjvEyWfdrPtLA5Yli+gX\r\nzSeCnyt9VwstqRys9egFv1BErwVp0ftqRLYH+T+6AzbwUl+xprRtsABFowLc\r\nbEI6GF8QRgk3widJ+n8x4OyYCTfKwjVLKPm9EmWfbjTCKmCYNdZG04AfCgUo\r\nvTQFd2vgMvhToRu9Xs92dTkDiSHxKHhNW0HRKMNbGZy0YrI1Dt97gJA81W32\r\nk8ILdeKAdpfI98u/wBDvIuI/EtPq+f/2WJuJaXB4PiCLtPR2NWfCKdiDc1BN\r\nGxn5zkxIvOIg154htcF0EmAQ8Q9+if2CNUcupvFlEflMf4fPcpV9XpGjblNN\r\nv8YwhWeN9GSHwB/jio7048xA5bk1xD8+sgY=\r\n=r0ab\r\n-----END PGP SIGNATURE-----\r\n"}},"1.29.0-nightly.2306":{"name":"@influxdata/influxdb-client","version":"1.29.0-nightly.2306","devDependencies":{"@microsoft/api-extractor":"^7.28.4","@rollup/plugin-replace":"^4.0.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^1.23.1","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^4.2.2","rollup-plugin-gzip":"^3.0.1","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.8.1","typescript":"^4.7.4"},"dist":{"integrity":"sha512-JDtg0Ox3ERtZnkELLXEV5RbbMVsTgJ0f1FgjltclXrETfF0CCughVWN4tmL8gmejoEQ5F4HhOaG46/UTaWCRsw==","shasum":"e804b903350fbc894d824c835ed852dc473b07b0","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.29.0-nightly.2306.tgz","fileCount":103,"unpackedSize":1284718,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEoRz34Rc+BYtth5470UZ70zNQPXQYuPJzsIyJvX56VXAiEA9Uu6lSD8hQ0iY5hK22a3CVUL6hubehdxRsnC5zt7uuc="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi52ZxACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp3Kg//QJq580Q62+aMqzgZrCdkyIGKTj1eoAPHayos0ukkNNxx9kFt\r\nk4MlLIi5TDHyS0+sOmPWuXQFcz2eNzK5eJ13eLlzxKplTFEINvjx+BeDvw54\r\nVaw7UBPWOGBJxCeH3UdwZmmIPfPhvH9FlY93sJcIFIhIMiU4S7xxlVgXJHE9\r\nXGA+2Sf1vOw9ZKupc/KiuwkiA403NfvhnrG4wKfoga3Cb4oQ68svdTiVG6dV\r\nzx8zy+YQMgffJqLEc2+7oLH3HLnIrScHaold5CxHAwCvcPgaVG8rUeu0dgDN\r\nfEBrzReuvp9bo1xHIatNn96sJyMxkGdcBTqTy+Yj5SZyRl4ZdKDcvvXP4Da4\r\nucGYwnC92O41ceGmu0wf1FwBK+crwO7mnNN8Z8o3Kx1bJLI20QqgaHMBNZdy\r\nq0tlVI/yttSabaZN0+igYVAyJ2KKK/bGbM+0+W8JZNf1fSsxJW3AJa5lguNN\r\nXQcdWSYap0W8grtWi26eaNmkvCD9M71UmGsEKtAmTC1SgGwarE88mbRm0fJw\r\n+zsOPy0lRZ68ZMYT0tkfbgprwe/b3ii0251xoJAp4WhEwONQB/2l29TSubla\r\nfCcpq8IMZT8Tt3uI2+4JU6LpMUc9rNFjm4ZMXlzSc0Dmsy3+z/cQQNTSFxqy\r\ntxHhiWVGuH0VTJJ+GFqQRD5fk3y/d0QUudM=\r\n=ULPF\r\n-----END PGP SIGNATURE-----\r\n"}},"1.29.0-nightly.2307":{"name":"@influxdata/influxdb-client","version":"1.29.0-nightly.2307","devDependencies":{"@microsoft/api-extractor":"^7.28.4","@rollup/plugin-replace":"^4.0.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^1.23.1","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^4.2.2","rollup-plugin-gzip":"^3.0.1","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.8.1","typescript":"^4.7.4"},"dist":{"integrity":"sha512-GAceLaMh5GiyZ94vtD+iQL182Mraq9fC8344qoluDQnjfvXK2JbWWM3ymZ7KT8kXJQZkCiNJY/vp0MlLEf49tA==","shasum":"f90520a087a140b01e58aaff64dde664f16b4a92","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.29.0-nightly.2307.tgz","fileCount":103,"unpackedSize":1284718,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGMCugcXcXasCvSAXsDmHwwy2Krjl6gIFQ2Tdr9n0vQDAiArMzKgG80kJNnK1v9nSV4ELB0O3DVAi6SCXh4/3Q2DWw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi52avACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo3sQ/+LWj8qjX53WgO0P6rUtdZeu83BmuUfk+g9cDICAvHWPUozKU7\r\nc8GzSbGb61ALlCCxxlPSHDXMN7zAwrhFLnKdVHQOiCL1hXnu2/GGgpJ3rRYr\r\napUPd4gQdqSuhWSzhgDfWj+B2rpxaEPhf7xVhnxFvd+4sL3/8F+Meeopf7Bz\r\ni5ZwI06zKPo2tLJfFC/LjjSGtK/FRD/942EDUF54TcyGGMQju/KS6hSmvaEB\r\nAhj2SJZsgcD3tFCXJ90bv+WuQQ9tvSHCxF4fwfg08Q7F6md8nI3XvqaYlELK\r\nqJPcfx9AvEgKAJKTJIaWCRjjFLUa9uGaHbpj2VuA0dO5Z51rlXafWXfeTKMk\r\nTLoX85mQp7+wERhrw4cx0cVVkmP4am5c3zl4yLsuJRPY9kTtITILMP+Tbkhg\r\nLJ+NvLoVaU2ewvQe7+7GLZy+6x5OzXvPtB3zpB7alCKzG8S+VOC0GNaw7rMn\r\naFxwiZmk1PFhZ6MX9zu3OYSFbyzNg7mtWRiQAiRvtZPMwyPES5hs9DYGAyCg\r\nboSca2SCyeY+zfn1tg1SDLIMEqDV5xY/gUgG4GbV2/J9MyNMeRao/Wvw0CWR\r\nxLx7sQMwpF8z2E0xY1fBN8Ng4oYWN8XWYo9/nQwaYyt0VPhJN3U00MxabASK\r\nGQJRk1dqfs/dDqHfKBwOvxIDjWH/ylI0cGs=\r\n=JIAi\r\n-----END PGP SIGNATURE-----\r\n"}},"1.29.0-nightly.2308":{"name":"@influxdata/influxdb-client","version":"1.29.0-nightly.2308","devDependencies":{"@microsoft/api-extractor":"^7.28.4","@rollup/plugin-replace":"^4.0.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^4.2.2","rollup-plugin-gzip":"^3.0.1","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.8.1","typescript":"^4.7.4"},"dist":{"integrity":"sha512-WYW4iECxT64D1vCewLIbTbXN5TW1H/woiFIPef/qKrliINs4Z+y0LqQZ5PIPRRZU4K305b8WvoHwCg3i+Q/ueQ==","shasum":"ef7b8afab6465d97f1e767d78359f62e260aec04","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.29.0-nightly.2308.tgz","fileCount":103,"unpackedSize":1284717,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICwIGSPjRXkssFfN00KeOdWJ1wlcifkB1lr9WNFCgkE/AiEAyogughqnoFh722ez4fLvksdXvHKqQWq6vVIQ09IMffg="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi52bOACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr2lA//WBj/j8cnaUTtyoBKTHIOkaSAmqoJ931d8pD4DO/1y5GkcJWB\r\nkJtLO+A38u41XBD+/eMS6x5G8hX5dR4oiK6AfEiSfK08424ZYFjR6QWYUtJg\r\nqX4qSuGUJovH7YpQBM0LOGGGSMVzgsOtr6cysoAV/EBt0CbpIp+QJkCZl/5u\r\nVyLMEunPE8cRJTl+r2v/Uvh3RA+G0+DV2wVmRgvHe883sGhC2L4olVVPcgXG\r\nFn/9QrqEQvf6kbCNutSv9Um20WKfEBFFX2rbm7dP1z/KeCmhHlOTdiHHpW6L\r\nC3ta1KpbDi2IxAxY+szg3eUA5RLctpBP1l9Av5/PV2/naWmoz0bymgqv2rDq\r\nwCS7HX0E5K5JygZEpRaTrv4ZFhudjMTNEmmw62rC/VBKe9DSFVAbmiU/VGz8\r\nv+50Ev0UWv3LS0AZUE0Rs0+D8crSocPjFBEYDBGLsWLcqrNqmSwE6AkUlg8k\r\nbY4HNIL/2KF6YCqCgb6bzbZ2M6Y9Ct70qIWh4DpCnEpENTNSv0KSd0r2Okca\r\nbsApU9naHcTfmBNPkpHD1em9jcIQQQWGfcWelvI5eyG3XGoRk0+via6UqInl\r\nCGagxr4ctZUuoJRMLcQI5ERtN9cm/C54KCG4lAL6v2vValjS3uEM5IVlB8zG\r\nUTqZQmQFtYfTWjKMZEGv83JZaq3kXSsI1sY=\r\n=4sX5\r\n-----END PGP SIGNATURE-----\r\n"}},"1.29.0-nightly.2319":{"name":"@influxdata/influxdb-client","version":"1.29.0-nightly.2319","devDependencies":{"@microsoft/api-extractor":"^7.28.4","@rollup/plugin-replace":"^4.0.0","@types/chai":"^4.2.5","@types/mocha":"^5.2.7","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^4.2.2","rollup-plugin-gzip":"^3.0.1","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.8.1","typescript":"^4.7.4"},"dist":{"integrity":"sha512-qw2jOaS0uXAtsrgPJL2LAPw5iA+LuK6kbWOcNF7GkRLG/YCO99vEhXTGfa7ycsbtRKHVx/RA9yGLSckPgQ59DQ==","shasum":"6ef85a1fcebb0a5da76c89f2aea5e6c80ad83036","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.29.0-nightly.2319.tgz","fileCount":103,"unpackedSize":1284717,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDm6DllLK+T4yqc0GM4TucvDwiLAeBTZPLXtQLbsYC2WAIgb0afdc4BZ+AVq2I+5zlxi1pg1fSATg6/2Lv82haIJBs="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi52ePACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpPnxAAhZFIcb1W4ouNBbtWuKLWdUHvFU2ud3obLc7IlKh0uH+gmndn\r\ntBlHpKcvkDRNi14dnPAwCqEh3rUK14/yCOfLs4miSMcEnjFOXu/JJKznjiel\r\nPu2kZfDSHMY1BJHB/Zn5N/aIyy6lTUefaTkQp2PnZFQIBPSy5Hohn+GnzEhm\r\nYoiNac5NiK61sun57vLPAuka4nHw4TH6uJhN7hW37fqqFByjHItPtyhQjfaN\r\nz7+cKA9DnL0Qq0sg18exXpHU+LSK0JwrDkxlhT2TvtKGRX9+cDGPogS5HhXb\r\ndq0h3AhbmhQMEqriQSP0tQa9IJymtrMVFTWaajDqyVy9iwSNOeM9qyHpz/Dw\r\ntM/OzLndwdvnfASeGVd5ipkgJSEpQVYvxp3stHuY16a1Sj0daIzPLr8Zr+Gn\r\nFiX5Dd20N0/mcB65UwEoQpQD1zqiONpi3b0l/BD3oHPWm3RTrBvhJGhZPJOC\r\no7Oce+UmORIExxE82vXyyiU1TIukoeS0eNeVsoU4baAUW2Aez3FpinsFMxQ6\r\nB/QUOQrs7yGvgAVtmGCfW63s1gShzLdrcGSU3w/kpye8I1Y8xIoG4yhq0aG9\r\nlLYSaWyVPnbE+xzmrR8uu9YNByxaRyDZhoFl0slZ4D0Fwl1vbHE6ZZ+9eZvt\r\nZkdRuCCzlOqGPBCHttT8Rt1yjk6rNWfEF9w=\r\n=f+di\r\n-----END PGP SIGNATURE-----\r\n"}},"1.29.0-nightly.2326":{"name":"@influxdata/influxdb-client","version":"1.29.0-nightly.2326","devDependencies":{"@microsoft/api-extractor":"^7.28.4","@rollup/plugin-replace":"^4.0.0","@types/chai":"^4.2.5","@types/mocha":"^9.1.1","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^4.2.2","rollup-plugin-gzip":"^3.0.1","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.8.1","typescript":"^4.7.4"},"dist":{"integrity":"sha512-QDCZ9W+Mwlr9pABQIj7aKVVFL9mYzmqE51oAcePChl425JYqkwIoyrH88N8ZuvECuH7GQdXuWO5fDpQArbUbug==","shasum":"458f4926ba07a6df04d9cb1dafadaba738c2007a","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.29.0-nightly.2326.tgz","fileCount":103,"unpackedSize":1284717,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFOxbfSMIG8DztEkGXklJWzKQaoPjF6WSpXIZvmqrX5yAiEA3LjQqUDFI5Zn1fiWDr2gdgvMM2JXKksDDWDyp/f1gkI="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi52fTACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrztQ//frmhzQ3aDGHkTFcQHO8M+7enaYll7CRQV5TLDdwXkJQNHpth\r\nrmsLolpZBGwLD+9l/a/b77QhYluG1b1v45xWAJ3xAnLfTL6M3nszQqUR9F1w\r\ngOFA79dOcSkOc09tKnjaSytiL9Yhk773lOywF527CoETxVdv3txMqGnd694V\r\nkF67KOFZmP0bRdr2blM0g+/IPxUcYGzKrzhSvDKC2RcQTWKm6kVc7b/MDC00\r\n8E+JZb7XqkkWn5pbglPUZfFAn+MP5BOKC9Qjsd7q4w4sA9qYGK0TCq0QrNmH\r\nkiC+XKfXQAnus1x/R2ZXfxuEEZ9K/T6IrJxMi7wX3M2CVg5gnlsWK2TemMqb\r\nt4Vt5Pw83mNukZKre+1RS0ZhOoeTU5/YMYPINa5S3knMUYsilbcWGaifqFRR\r\nrgTmdnFTSlejfWfgQ1yR2a2FE7D88otESNAjb0IdRJdnhG9wGsDX+/W4mOFT\r\njjLgO6XDpRapQcXqs40+V1Durkasqwh9eJQFJiKFKqNMt4Yauh4msKEEoRh9\r\nWltZWjE0WmoAXXR+DBtrr8L0JTcFPq1e+4fGDac64QJ7/IG0LIxgYlOdkJ4m\r\n5s8z2Q+GuBg6UQrba4K6DSRv5kcbsEuE72A39rM9H90B3X/l27fp5VlEtYw0\r\nFk429zC78eRXkmN4XReuLO43z93SXxCho/Y=\r\n=5mO5\r\n-----END PGP SIGNATURE-----\r\n"}},"1.29.0-nightly.2342":{"name":"@influxdata/influxdb-client","version":"1.29.0-nightly.2342","devDependencies":{"@microsoft/api-extractor":"^7.28.4","@rollup/plugin-replace":"^4.0.0","@types/chai":"^4.2.5","@types/mocha":"^9.1.1","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^4.2.2","rollup-plugin-gzip":"^3.0.1","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.8.1","typescript":"^4.7.4"},"dist":{"integrity":"sha512-uMS9eKnI/ZzMStI3EUmjCRF96Rh0hdTGh7yAz2vZ0vOWQvrVgech/iX3dWwLosI50lawzLYcsofb7eMQFgYyiA==","shasum":"6430da87b7b130877d6c7cd0314ed23c09495431","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.29.0-nightly.2342.tgz","fileCount":103,"unpackedSize":1284717,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIG+sNzBSttUo3HgvGdZXdzLH9wPT8sKNwOInxyAgdrrJAiBkNZLhDKi3n6QFVjwYI9b105n7EXU9EBcsjeJJQNbYuA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi52k8ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmogug/+M5BBFBsIUgdRmvB8Lfd9mAl5bztVopDuRHo4hUKgLX8zUFxX\r\nFZ8Kml4FncHmc09sJZ/SpNlcHVC580Jvex9cHO1lVSr97z3npoh9M8QnL080\r\nyCou8jzAU3hftoo8rG3ZbF1ioCj+gepJ4K59ubx4NACNmLwuU/LOupeuWByz\r\nGmz+atCh5bFTmLyzJQh53hbHQ+XsrWJG+Kx0166wKTFYMfDcwKIDC9uF0S2x\r\nIvjRgTb/CIGAWqyJ3ZeqKArSsZ/Q+SiivU4x5Q094Z7IEMdn+NYBBfWZqnBN\r\n8SDqu+8zm/d6baGCtnB73qmK5Wfto/9osWFm1sTtM7ayqeEmzobph+bfrn87\r\no+V779fc6X2FQbzYHmozug5cyiDcztd/JMLBUCqjnvcYaAFPQq1kGS4KYMfq\r\nceoxu8q+4ZSR7u5uCEpyVQTt3p/mnEFVIf/qY54FdIsJLL4PgCjnm105Ij9P\r\nvMd7xJCX/4tHXHjZ4fyYV+NcRzn70yzyAfO3vZbfa52BLNh/h8vZkukyPVpL\r\n6gqhTdnOTmzuz531rrRZnysyfXRt872tOBbDbOKwr8DeAgGnmuXAq7iGAk4h\r\nD2Aw07q0+Ueq1biCa1UC5mRu/OIMCeSzYrKUlNjIwZ2cm1ABzTSTuFQnhNuV\r\n8V6UAfrLDQmXBnfOodRBxykhK2F49J5CqiA=\r\n=o6Pv\r\n-----END PGP SIGNATURE-----\r\n"}},"1.29.0-nightly.2339":{"name":"@influxdata/influxdb-client","version":"1.29.0-nightly.2339","devDependencies":{"@microsoft/api-extractor":"^7.28.4","@rollup/plugin-replace":"^4.0.0","@types/chai":"^4.2.5","@types/mocha":"^9.1.1","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^4.2.2","rollup-plugin-gzip":"^3.0.1","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.8.1","typescript":"^4.7.4"},"dist":{"integrity":"sha512-5b4WwnS2mykoceCdQFBNUjwGh+klyQe6H1XdCxhdEEIA92agIH/9Uszgm4oe/mt8Ljx0HlN+d/bEZBa/QxjfBA==","shasum":"974b4c6eb839079382cfd70c672a5d18de560cf0","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.29.0-nightly.2339.tgz","fileCount":103,"unpackedSize":1284717,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFvG1TBNMQN897lMUIflkRAU6MgndvF9fbL3C9MXHWY6AiEAqE/GgjnaPCiesBCopPxtfl9qlH7IBXscN/zZXXPyKmo="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi52lMACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqDyA//RP/KT84UPAqktFji3c40H+oj30SeXr6gk1yUM1wElwRJWOhx\r\nFf3jGxPAC4EjparYofb1Wuv8pqufg6DAp4IzVIGwhd9nslYqhG0ZxXeDDsuU\r\njcGDpQ86Kc0yAJ/7vTxdeADRVtClx7X0T45i6dc6THg3ntDFch6hmi151fJC\r\ns30EXEWxhidEC7wdXvieuiKraU+xOPxzGi4/tn/pJALuBdC8FRiPfkv/zhfJ\r\nqriPo6t/jDK8p777xkhmyELpt8hPz+zy/HoN4YsSDBxZ74azaZGAx8CNoLpv\r\n0d5g5Km/nB7vfwGlMKUtFi6XA1qHe36dXjdQayKRZlTEacLdw/nBHqNhxp49\r\nNdq1TUBU5IrTV5G0IakeMOGuG2+mEFkUoXF5td4EbZj5pPkeyPeWqe0wnBeu\r\n8y07Qv5tI2X+0an9T4W27rgyBksGlIGmh6MZsPG5EYqUXSqGYMaRy//ir16N\r\nODYzuhDQh9p7Am4RAvyLLxMqTwvPUJozfjOs9tUhlpKocJ4HaIA3VN/alUyV\r\nA/8cfoMToLak58743BIIRXR28RoB60J8EubyfLczno2L+JCMPhmtBj/MMcoW\r\naf7bVkUa723qDlS04a4/OAiF+e7lc/Xd2Ti88hmBuztJEfwFfrPBrRBJDdkn\r\nrJYSGSupP2SdZSMNxDHdXeHuSAnYIBcZ9UA=\r\n=VzbM\r\n-----END PGP SIGNATURE-----\r\n"}},"1.29.0-nightly.2345":{"name":"@influxdata/influxdb-client","version":"1.29.0-nightly.2345","devDependencies":{"@microsoft/api-extractor":"^7.28.4","@rollup/plugin-replace":"^4.0.0","@types/chai":"^4.2.5","@types/mocha":"^9.1.1","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^4.2.2","rollup-plugin-gzip":"^3.0.1","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.8.1","typescript":"^4.7.4"},"dist":{"integrity":"sha512-D5bRkOplJL2kIGCaz+bZujR1rzbk9d0SWhRtlXZYIBMIsWGvJkdC8kiKn+x3dLj6YUQ5wjkaI1yaRHt8kZBzBQ==","shasum":"cb31c63d12af8b36baf7cb7f125ff40c1a7b611a","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.29.0-nightly.2345.tgz","fileCount":103,"unpackedSize":1284717,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC/uphnMmpvIGPKHfCxpwC5qVM0gXAaiiZAtoagdejiOgIgVdUH3uhIesX29/l3V4RRAKkBk2D165brgQrob5hCMhw="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi52lcACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq41w//TEhqmaoY2SHClxbxUnZmL67fglkOsTj5pdBJ5JwRXlLS5SpA\r\nbLjeQFWTTkIK2MgqqCUlRzRsZOhTBXKkZx6rPSzSOEsYVO93gcdtGthFBSHl\r\ndZ0SXXAXssSyPBqzs1LDtWtlXayYkjYUFwQ8H+OK4z37KwDxPXQ4JR9tSz1t\r\njBrQJLGluIdYPhmf295r1ceIogabSjSt8AD1lcA8P7Sf7JTP9kSyTgEQGbxY\r\nIdX6oVDXujTlBoZtTsB2YAGNyPcWDsY1JQrXNtMCySG+v1t7DVFPezzKs5OK\r\ngKLOcXvfBshJ2JZnI3UCf3EAAlpHE065hfZhwyv7DFBSnNo0pozA54GCYycy\r\nDNiAw6xYEt9go7yHn3lv2C3BDh0JG2vz5aiTcYkjCjnhIV9KiqSBS47KPc/T\r\nl7fbM8c1ZlnMXb+hybScSTbWFouzdNBS5bU1ZtTQGGSzev2dI7+m9z8CcKbs\r\nFSOZsbuxuvY7JZxFI78UFukdurLuDfjnTm11o5onOWi3sIIHH9dMLbXV0Nkk\r\n/xcJ89s6mxHGzoLyzAY4aaEXubdiPdlgF3kUZqCLf6+U6VcmuZWs4wz9aJkc\r\n1meiYn7GG3WHlckzb5wZ0iD0vI9m8APq8NCgAl/mE3mrMTCBLCbY9xnrOdaY\r\nI7nfHD3MFfl5sH9BdMW/obIP4zQEWd8IA7E=\r\n=9pFn\r\n-----END PGP SIGNATURE-----\r\n"}},"1.29.0-nightly.2350":{"name":"@influxdata/influxdb-client","version":"1.29.0-nightly.2350","devDependencies":{"@microsoft/api-extractor":"^7.28.4","@rollup/plugin-replace":"^4.0.0","@types/chai":"^4.2.5","@types/mocha":"^9.1.1","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^4.2.2","rollup-plugin-gzip":"^3.0.1","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.8.1","typescript":"^4.7.4"},"dist":{"integrity":"sha512-Uv7h/4hFka052V5cDmiRp/YW/CdZus3wea03zZn/RUarPHBiCNBfQGT0u4WuA48gtTa4TpVKX0DgQvTczaQX3A==","shasum":"97a1c8268d27a25fc86113a983318fe528859689","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.29.0-nightly.2350.tgz","fileCount":103,"unpackedSize":1284717,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCWTTVCoFR3Qi//WZSqHLhY5QKeyArlm4lb9H5wiHJQBgIgZ4M3lrt7OO+ufJ78p3q92Za5yNzv8w0wQYBCOTPLkc4="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi52nRACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpNIg//dFP6qibqsPdEu5Poq8NKdpKG7CWvMDM29AhqiO/05V7gaWf4\r\nhLdR5axjZrneq/C7FSp1miZ6EMp8wvRgZObdDIEXUTvbqFhmIpqIOtgmK3cz\r\nn5xucTI79uadIHgdHVVt7NQykbmHXI9J50DgEed0FyFEI1JlGl62ku5HCaUs\r\n1Q1dKVIPLe//PHBHhtMcezOBafqH06w70/5+msrwvMTu4XACKbTWCSfxG4ix\r\n57P26nw/bbe6CkPusqkWQD+7EFk1YH6Lw3P4fsmNPBWkMrl/agPhIXJMuEOk\r\n89lahdGIJo6hY9IinMHsxiWAQRLju3WGNE+m899Y3o1JYfrezvGxiFHttsce\r\njX3/8raYjjwvqNYOPVDPQPaLdn4zITS4Ybfnbtxer7NzQp/7w6HLmmws/z4O\r\n1Jt8rPKRDYWxIkdmayTQMqSzoujyYZa/h+eqmGdnKfVbD4D+vJLvpq0wlDuj\r\nR23B7ulv9qNs4jQ5d21Qpxb7xmRD7CHR3USt0BEPtCNFvUmdKq4AEWrck9c/\r\nFrqPTmfjL6FyaXj7rCWYMTk8sKAfDVoNOWbTJIx69i9FNFyrsUeQ1bVTwYuE\r\nuZTQRMyN2PiEYZ1rBl6DlR0T8FXvdAjXxKCC7VidMIqCIkeeiBH4gyGuIYjw\r\nfJdZTFKleLgk5Q8AbJKJ1S3mxpl7tHbXo0c=\r\n=ugZ8\r\n-----END PGP SIGNATURE-----\r\n"}},"1.29.0-nightly.2353":{"name":"@influxdata/influxdb-client","version":"1.29.0-nightly.2353","devDependencies":{"@microsoft/api-extractor":"^7.28.4","@rollup/plugin-replace":"^4.0.0","@types/chai":"^4.2.5","@types/mocha":"^9.1.1","@types/sinon":"^7.5.1","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^4.2.2","rollup-plugin-gzip":"^3.0.1","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.8.1","typescript":"^4.7.4"},"dist":{"integrity":"sha512-ZglnpN+VaUixyCMfr4k553OnfBGHSDmjtlCxzsiIoNDk9Exs76iEvErwmU7QixbQrZs3AFc30dmN9MRkUDkOYw==","shasum":"6abeeb011079a8ec67f269361acdb58742054fb0","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.29.0-nightly.2353.tgz","fileCount":103,"unpackedSize":1284717,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHF/TnoU9pfOBriAgcCCTI5kLEJMfzf51IOnPwiAIyJKAiEAvQlhnk+y9YVXLvVN8Jzn4Ui0sTkxUL3p3FdfF+CK1Qw="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi52qEACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoQCA//dc0edD611pxTnKDi+FLb2cxYCXHSA9e7Gb0IkUL7Oj9qcOiq\r\n++SREnQH8+FgcbDPs9Uad7dCKlOY+WYwP1nu4js/ADbh9GOSdd6DpamH2Pyn\r\nwkD8XXs2sJsVE236qj90y0cldCPRwSvXXyMakH5IICmLtQ68uYsLVtFEQk/F\r\nOT5b6I88vEuwSUc27/f5m7/Ansy+cefAwnBx5Jna3f+z5BMxrYOAi+B5Z/D3\r\nIZ+mbiDfZqA2PHpt4M0B7kdANuN/L+vk5XbMpp2MqpxiQs8mIUSx4bp5Q3JQ\r\nVvrpGVZlN5pL4dY3cnhyzPhnEUX4uu+NhkR/wgKX7sumq+KmrntUIK8vkNd2\r\nXRM12oMlO8BouwRVtzUMFQ441OWg4VhbCiLRZEqzP6eZ4C9dwQqiteq3NkGL\r\nVTcN/yh93gPgOfYkftmK8O3g3AZ2nc7xzyfmgjN569zq/bPprbFX+3qL7U3I\r\nEInQj0b44v5FfrRAKS2WqXeRgrVyARAhOOQjgZHCu5NQ0QxHkqn6TWoF9h1Q\r\nmMsh2Fyh9IpCAphjkaTgyJaNqi5jQ7VWTYtxxKBPBrrMImKrkuKdT3z62Wpf\r\n8YS4YMzVHFVPR4NM5Bnb50oKAv74UpOWEGaKMKoGezy1Ihxg9ycioVGcmttB\r\n5ftlwrx93j0NacO468Xwp6NQspuTxWEpfmI=\r\n=4eyL\r\n-----END PGP SIGNATURE-----\r\n"}},"1.29.0-nightly.2360":{"name":"@influxdata/influxdb-client","version":"1.29.0-nightly.2360","devDependencies":{"@microsoft/api-extractor":"^7.28.4","@rollup/plugin-replace":"^4.0.0","@types/chai":"^4.2.5","@types/mocha":"^9.1.1","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^4.2.2","rollup-plugin-gzip":"^3.0.1","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.27.2","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.8.1","typescript":"^4.7.4"},"dist":{"integrity":"sha512-2bQjsDu9FzTtI8/1/vzoSpX4yNjIhN6L4Ayc2G10Gf9ldyDPN0kLaqklRKEJgYrKF/KZQRVcoqD0H8svyJrkYg==","shasum":"089b45d3baf94cfb1ccbe20be3779d726d876af5","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.29.0-nightly.2360.tgz","fileCount":103,"unpackedSize":1284719,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDtT8i1fm5suWa7C84wNQ7CRUxMEsnVm65Ow+aA5vguuQIhAMpI67sPjEQXPGHiIS7UpW7hvf2vfxD7sqgm/7iHy4xW"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi52vMACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoYPQ//Z1i5ZjmHF2JCW3eStG3CzGV60XWzf9X21cVBrmphggyXoLuQ\r\n1P6lFB3CNIPyV/S/PF+Z7IYIbVe31ygreuhxyIVppjQs/NMT/ssU1zDgTKDV\r\nmkQ2wSGJL0gzAKOMQ28fhptcqOwvVThhGo70E4P+v9iVz2vRmbyU3+Lwv+LL\r\n6+x/zjjUC+u1LPYOBM1W1ZxcCfMYjmpSyloBQR9X56B/AIT5qK7TZyj9GTv/\r\n86paTjKIXETNl+3wNO0AQGusiD9oyr9Ejy2xWH+IoSNDgjMSqJcHC9OwvBf3\r\njct9Mt2uaKjpcTcoAUOo4WQyjn+Anb8zRj66Clb0nDTWjUV2bmqCB/ywcGpC\r\nwMjK3YZ3JhdFX3PgLUWk4V3E5lvxlWpHmYpQaIvlVescwFSvNimCLptje3Kd\r\naGA/kbiJPhblqsMW0diVD/mxYdr1RfPD2fmsQ3PYE0HaqTcDGTLK74RIUwWs\r\n/eQcCoXue0buFR20nBt2ZJiRJzTpjrSxhUk3S+Tr7yxPxaJTOY0MIOMQW/gF\r\ntRbQ+GEhDAialPpFjL02DnaJzyi1z4uMGLHUUaMlEKudZC0YZVuUe57DCXnk\r\nxhuC3pGwxo5IOuXv5P5VJuD5A3ygYeg1kisfvyPxd8nmivVDEyB77tyaNkf1\r\nAJdNHZaT2lCBnjW9W3tnLCO0wXHNQGlTi9k=\r\n=bdJk\r\n-----END PGP SIGNATURE-----\r\n"}},"1.29.0-nightly.2363":{"name":"@influxdata/influxdb-client","version":"1.29.0-nightly.2363","devDependencies":{"@microsoft/api-extractor":"^7.28.4","@rollup/plugin-replace":"^4.0.0","@types/chai":"^4.2.5","@types/mocha":"^9.1.1","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^4.2.2","rollup-plugin-gzip":"^3.0.1","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.32.1","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.8.1","typescript":"^4.7.4"},"dist":{"integrity":"sha512-oBt1brA2ys30Mlzzn449lSJSik6qqbodcfAqrBqmiSsLAxLMzf+iK4fNIJ6vUdYVg5sTJhcEsVYg/XMG48f1xg==","shasum":"d74b2cbb87dc0917bb6f75ec20882fee66a03557","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.29.0-nightly.2363.tgz","fileCount":103,"unpackedSize":1278687,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDiowwOKuMsD8tFcdbfhxDuAW9xbMM4zRIpb6PLRytBWAIgQWkFxIdumwwFP+i6Ou6ALufI8fg4WagzqJ4VDjF3qsE="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi53EsACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqCbA//S+tAioP55nndGogWOG41kuKwZ9tz3svjM+VqFfwVkF/SRPM8\r\nkgcbDZ86TVmBmI1NLjWJnyMlpLANOdoDUishdBxbFk/hi7IUW0Y8Ax8EAIwU\r\n3CGVp7S5VeZV4LiQQb3AOjQbVBbSIcFzEZxeCpiiCm+euLVW5TNZ0fS5s1iO\r\nIadQkC6ufgCra8PWMfv3uzEdpbddmeuw4z8yDE5JWE7IR1rK2n9RKvf6Afv7\r\n9riVCc8EPs1EtZTYbe0y4GrNHf6NzA9BBEN60lg0ZfYJWnhyvr+6/LaA4pkG\r\nAXGEMuG1c47KsuML42y5al0gruQXmjOTF0p2zQHbw/3Vou9p1YIxgSkx9A+q\r\nmaqSamBn/MB5sll+9SUf0aTj/1IiHLAZRhL+cHegKFzh3GrphKTqM/Rl9xwY\r\nUFMEkFYzNkATu/BKm67UqtWoWIHK2w6lH4z1hjeiLi6rAhXkLM0+ufOkmSZs\r\n3s3pkib9XQdXL+3+LwbBWPwDPeZ8ARGNWTcAkoSIu7Y6ufxdZbPITjwEeSTy\r\nRln0vtoo7dtMr5EpngSmmfXzkXYywBVpQHdqanfZhaAZiN7kgKEdEoq8Ea08\r\nbOQnult6fiNGZ6KTOdy86nLuH6jUhEDc9x/EoqmmZRsNRzrwvWVvQ+jre8yX\r\nNFhZt0hYQmsOekXilq1/8TtpRsvoQGOz5qU=\r\n=bclq\r\n-----END PGP SIGNATURE-----\r\n"}},"1.29.0-nightly.2370":{"name":"@influxdata/influxdb-client","version":"1.29.0-nightly.2370","devDependencies":{"@microsoft/api-extractor":"^7.28.4","@rollup/plugin-replace":"^4.0.0","@types/chai":"^4.2.5","@types/mocha":"^9.1.1","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^4.2.2","rollup-plugin-gzip":"^3.0.1","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.32.1","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.8.1","typescript":"^4.7.4"},"dist":{"integrity":"sha512-r5nlfFUox1QUlbJpbGGS4ny23TRxOzZtj8dPH8mcrlJ6bkvHCZ2vyPYmoaE933SYen0RZjwqphWsQIW+J3eVaA==","shasum":"d96425da309915528ee0f3f1feed59f5cde3784b","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.29.0-nightly.2370.tgz","fileCount":103,"unpackedSize":1278687,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDdllAZZv/XVdDRSKQ5eiazynTG5XBm+nJQcGvlZX9h/gIga3rza1wYm1Z+a4wULpMDUd4/pLjH1u6t7aBsBd2D+tQ="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi54OFACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrtAA/9GwH2t4rqivSMipTRSXz95q8LTKQSz2uto5WuPPv3fK9s7WjU\r\n4XBy0ADKv9Lbe7XOw4E/40+aG2OQeLl7lLteivabAqTKMx70GajAUkVnp3xJ\r\nr5K7vmYQ6UIlemMeyFEfRwdEe+qvSRutrWgw9ANTpym92/skhd51UJU31KYI\r\n2dg/RYG1+7P3JSvw1pAy1lRaFQflOLrvUg6aSRAEgELmVP+4QFUJC7Rimgsz\r\niRXYcDo28TXAxngyIK2WVU2dfgfOCqL0VClJ3ZIbSDPtKsnjhVe7o/k5nBhQ\r\nUsL8DOVS2SGp/uh/9LehlIpYh4QKSNEDFhc77HNGDNnHZfrhPEdxPEDFgEnB\r\ndTwJ2DSzLu5uyXcbSSUy8BxZISnsEQRT3PalILQOFALIVnECv7+XX7nja65I\r\nhq4pLpbBHf944rnkDOULVzPbjIawr2V/eo1HKhL9rJrOsyrEhI17gn0+0TYB\r\nkiE07cDQoh5/4y8+VbNjO4gemDOuy+UYcgCRFJ/9wcoPM7EQ1C/x3Ze87g7D\r\nll3+uXYcABVRriCV8XpuhlrD8tYBIm57sdSZG2M0+2+OyQwk55EZ9YfX+Sfu\r\npRSLGwaAC81uSsCc8QY7EwNzxxG5ooazyRWfEtIpGi7z0RGN5w3ESj9cYs0z\r\nzUKWbZQt54QU/8CXg6Omt7+8pymJc4pizSs=\r\n=g1Q+\r\n-----END PGP SIGNATURE-----\r\n"}},"1.29.0-nightly.2377":{"name":"@influxdata/influxdb-client","version":"1.29.0-nightly.2377","devDependencies":{"@microsoft/api-extractor":"^7.28.4","@rollup/plugin-replace":"^4.0.0","@types/chai":"^4.2.5","@types/mocha":"^9.1.1","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^4.2.2","rollup-plugin-gzip":"^3.0.1","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.32.1","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.8.1","typescript":"^4.7.4"},"dist":{"integrity":"sha512-UCtz8XW+nLBuecuPWNTwmhj4Lq3Yp6140jV3isUZkILYWgMsHTYLdCNhfc1ITnf9akeLBVdqWavyjxequaxQuQ==","shasum":"bbbde99f2b8307572920c55aca6e13c1c7bff77b","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.29.0-nightly.2377.tgz","fileCount":103,"unpackedSize":1278687,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIB+SO9vk+JAQYpgWZdIwmZAhfZGJFCWQAzfmuQFvnsuxAiBl5kWPd4F47/+WDDF8yKF6uNisLbC+pDIVYdty3ow6ZA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi54VCACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmonnA/8CH87j5NAicH2YlSLjxs9xJGHxwoWs9C3WDplO4MDNPqSmS6+\r\nSsWqxPMdZY5Wj+qJepYblN/Et9UZaJ5KKJdbS0eskAN213ebtQcbnlLsEokb\r\n4u4WIossmeLeH16QYP7PlUmObNXYuPwQHHLKQ3jTZE47aIA8mfhe/UEuiJBA\r\no1lGgen/xWmTzbVEQ5vUNvLRdxEULQrzavrle/Jfr7Z/Ki+hMmEubr4VitwA\r\nNktXTtHSyyvnlMxpSjLp253CQNG7G6TnAqlZa+iGJqW+HMqJQ/K77EsPbwws\r\njLxpppXgF9yd1v7TPG+Z+E5uTZenA2e+hJSq49Rv3jdvMeyvmcs1BLXAy0yy\r\n5y0e3dcZ7l8vAY82uz+2NISL+FtSl+D8a78lOCIDkqvNWSpXl86jV7gE19ub\r\nZBidMXJgApALPrZOFcwnXdJLTtGpj/S+X9eCoTamqNqeb0NPoMPamjm73tDQ\r\nPAKxb49FUx3+VmKion39y1GVEQr20/wU+eY/TqxQvi6+tQeQREw9DwASNd+z\r\n0rSzgYZaiW1rmD3j17g1aALw8akNZAxvTAIRsdcpqoRpOsRNRSukKjxGgEBb\r\n6Q/nVzfRd9vhCG0NklfZSokBNfjWSWw6C6d7+EBeSrqTNFBz/1KSgClMlV3X\r\nzQdMDZdt9LY+aXvzO95yrkCleyhqQm/DDrU=\r\n=RjK3\r\n-----END PGP SIGNATURE-----\r\n"}},"1.29.0-nightly.2380":{"name":"@influxdata/influxdb-client","version":"1.29.0-nightly.2380","devDependencies":{"@microsoft/api-extractor":"^7.28.4","@rollup/plugin-replace":"^4.0.0","@types/chai":"^4.2.5","@types/mocha":"^9.1.1","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rollup":"^2.33.3","rollup-plugin-dts":"^4.2.2","rollup-plugin-gzip":"^3.0.1","rollup-plugin-terser":"^7.0.0","rollup-plugin-typescript2":"^0.32.1","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.8.1","typescript":"^4.7.4"},"dist":{"integrity":"sha512-Si4fgdZwjvY0FdmSxwVW/7Hcx4EdK2e4kAel7WHOMtmJvC3dD07oATSBhc10Tb4QFtDIyBV6GktbOtYialYA4Q==","shasum":"119eed00904aacc4c91784a356abc425959ffe64","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.29.0-nightly.2380.tgz","fileCount":103,"unpackedSize":1278687,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCHy8aTPPmkZ7elIq+XvvRxe6CCc1L+msR6bBSWMm8ltkCIQCtfGdzW9bU8blPQtBFDoVSWWoSoU4+REfgIMonTaiSSQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi541qACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoA8g//WezBgFQViarfR/A7RNnPM/ZEASfu9UeVZa54JOwDY47KRPqc\r\nBgnXVV+cVoS9dZ8xhD4R5l/yFeima404jnehQZBC6SULF7fS8MNAGfguyCDk\r\nDrJxm1yKOX6z27RqixAqdjyuKA/2xNfCn5O4uNkqyto02TSo5A3Rw4h7RJkB\r\nUFUmfxV0ozNC+QVPSz1dvzBMUzMwO/kAOgT+1F4/R488aR+D+IHpVNSr7z93\r\nXrLI0KTuW+PU5Hhwa0T2KZ35RdPTPUxgYiZMl7M8YTHxMH+U50ixeiu5YAwS\r\nG8siNCbr6zKwPDsUZMyZOd7yXjB7hTKCIC9VsLOlnMSLjF7beJG4EsbR4KT9\r\n51g8fPzBsjioF5eBDALO4bd4lNkMfMx3va8NKq3hGLFCy66tWjFTuRneP5Xv\r\n39adq9EnO/FA3xYR9Pb/RtdCX1Lx87Z5TO+Xx/wTWh0ZHbb5PBR8NZorqbsy\r\nsirDSw/IF2IbbAaQ0XRDXAqy+4waDoK5xUogUp6A1I6TtNJj56T/y/g6d85o\r\nS3yNZEY3ErgHGgvDebBvj5p5wG9gV77okkij2e/gajZ1aS57yXyB2DulYtbH\r\n49VkNwKdC2Kumd9yUWgXklBsd0WY+KPanggJaV5++8tBO4ZLACI28eWXm2mR\r\n5+pO8I8/xVDxYAoYlrk92G9I/yTGBWxyf2A=\r\n=QUPt\r\n-----END PGP SIGNATURE-----\r\n"}},"1.29.0-nightly.2403":{"name":"@influxdata/influxdb-client","version":"1.29.0-nightly.2403","devDependencies":{"@microsoft/api-extractor":"^7.28.4","@types/chai":"^4.2.5","@types/mocha":"^9.1.1","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.8.1","tsup":"^6.2.1","typescript":"^4.7.4"},"dist":{"integrity":"sha512-JIQhslMAY/OWw5T37MWonkFlZuG24XJlPp6m+MRUYbztuOZyLrpn7YaSfqDwHbyVYQ58aXlDwh5IEvE6hSNVWQ==","shasum":"43449fadf9bd2008a81174fb962d4f9ab8b1cc29","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.29.0-nightly.2403.tgz","fileCount":20,"unpackedSize":911544,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCK600L6elcDvr6Xw9OrQzZNR2Ya9d2//JyMmXoZieTkwIhALnGgDuokPeZV380XcumnoLjTp8ZD+vvqouPeKbhTBL4"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi62mDACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpz5xAAgHQd1OykbSH1RAddHGq10HfqkxGSMPttbZMDbqQ/MfDtSY25\r\nImIA8dFmFtNlQEgWqJtjSJOG1H48sxXsOsHXzv/HutLA52XLocRbu+fhD9MA\r\nXaI4R5ItFnToxbSV9++wkjK51v5/htCbCHMo+UlDvlhQvRmMJYx4wTSBppDI\r\nD3F757nx/eJVHrAH8pHXgJbndbHjY/CFqPV+z1K7+PSkj0fr9FeWpuSV41rk\r\nOiiAmC6aNy6sJvEIac5XFxq/mUtv2i5r9P9oP3i9mxUCxtG6bWxaFgmTMhqQ\r\nE7ZYF8uj6STwW73o/17Cmmv0Ig1ZVG6YQwK3JXHzsPTjiPwlF9rjfL8XvImH\r\nwCe1KJ2vEbR6xyIvOoQ7dMqkCSD2W7HZbDFOMKv6qMFg6asbMi48HkuqL2ux\r\nGoN1IfRACwMpI0sro5FdSfVHsMrExwiIQUV5y1nwfOOzAmlvxwvUg41IS5lX\r\nr1orsAOxLyzHopqnRqv/eCIZz8G9vVSPFo46buWy6q/swDJgkwZcwxsOunSJ\r\nnCM2W5f0SbAii1u7EP/HbHSHsnQbeLh/HzSLlW0pUrOwKIVUAD+k6Ohrs49m\r\nVEs1WksfETkQRR5F8p7wlr8EsO+IjDdj8YTufIw1yohONLrlLtTrWvPlm1Ug\r\njUbYqFH7lv5looXOKBIiVkXA4lcf1I3TBl8=\r\n=OlXR\r\n-----END PGP SIGNATURE-----\r\n"}},"1.29.0-nightly.2412":{"name":"@influxdata/influxdb-client","version":"1.29.0-nightly.2412","devDependencies":{"@microsoft/api-extractor":"^7.28.4","@types/chai":"^4.2.5","@types/mocha":"^9.1.1","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.8.1","tsup":"^6.2.1","typescript":"^4.7.4"},"dist":{"integrity":"sha512-8xxmbdJobukFdrBIBbSyu7D3NPiTS/WsjP3VmUMmz0LwpPS/8J81Luz7UWY7ekaxItdUdhk7tCT3yU5UFKdigA==","shasum":"c483fca7e6b20398a0fbb53327b3d6c7080b4e1c","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.29.0-nightly.2412.tgz","fileCount":20,"unpackedSize":911518,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEWpcee14jFHgcBjWhSar2pSl3nPFsBO7ueM+7ccURJkAiEApAQiYRGVjzKS/E2DlBxYUkq3VBr2PG6PYEGbyD55dOM="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi63nhACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpaZw//fc86olE8LnjaPJlJGkJy3xQ1LGaGroqmG8KR7qGciITNdp0g\r\nla1lrpD7+YS6V8473ckwzPMmZFGr5RgeTIaB1n3rSGrLIKtUdEbWWaaFz621\r\nhVX8or+qetu+mYu4tX943LiCzfaUQFzGaaPpUD78z0qVaUmcJp+msvMcD6jV\r\n4FZ+fpBRyEqqUTuOr56kIY2JUm4K3hMZkey2wo7Ie+kUDKXwKCvdOw/uKiU9\r\nqC/v9PByb4/IDSmIzWd8VtLh0PLczXTrXmT1go81PaVg/SH25ToM/PI8Ai3F\r\nuETCeRyHontP7PIegdQ8Mhu6ZraCZEjROn4l4JHGBEkHr0YTG9vz6DXxnl8o\r\nFNaZ+KJcl1C1AeugX6BJdddSknFYx8TuLWel2n2K6sbgosC64YdvmeYQ/8gy\r\n2N0zk7Kli0JipcRLdaL4ii6SuGgqriS/zGMvI3Qa60i5LWQC0nnUrHz2i783\r\nHcc5cPhCXjtQfi+DZcj0cNn565x6DIz3iZWQnB9r9y1bBGb3xUNcPCefg/VJ\r\nMcfhaEeVSkuAel89PRwZv0HzaGN3VeFcgpAKIgUVx49LviFgLW+Gb307xlwP\r\npozu0koLQjfvKNxgOntUNnqtbjkwO2VRZ2UlPvU6gjBgqLY+XfecmgATvTC/\r\nX6QSBRWWF0dNd47l6J4h1TNNc/TeIclMwbs=\r\n=65+5\r\n-----END PGP SIGNATURE-----\r\n"}},"1.29.0-nightly.2417":{"name":"@influxdata/influxdb-client","version":"1.29.0-nightly.2417","devDependencies":{"@microsoft/api-extractor":"^7.28.4","@types/chai":"^4.2.5","@types/mocha":"^9.1.1","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.8.1","tsup":"^6.2.1","typescript":"^4.7.4"},"dist":{"integrity":"sha512-GblfYno7uopRnvY0NKS37+FdgA9mGWtJhB6bCbiEGdTJmNa5iB3UfabfmHFEfCWLFj1nvZp4KHhvKBzBKD5WxQ==","shasum":"0353463b5f969978dc07a1bad3eadf888a0988f5","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.29.0-nightly.2417.tgz","fileCount":20,"unpackedSize":911518,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHVZczmuLS0iihL+d1cIEICRGcA/geJmXcFiqgwCdHN2AiAkozP2UOuCLgpYIh7uIMgggpSUSdrOeYMKnfW5035Ynw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi67a9ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpJSxAAhbA+Jp3oZjeq/QKTupvVKenRowQENrq1adG+zdfSkTlWbfQ4\r\nuGj8+npIIYiWPWDEJKM6SLjhdMaVFOvdiMnlyf64hXKmvoIiTAHkUm1oHIOl\r\nExfDU0BR7g6a3kxiUsEBaIYFlZzek6imXHz3fkKfBuvORZ1dK1ZBkOoJ/CmA\r\nlKfr+rBowImHXSy0syKr8XgfQJMcmHhxG7kFGxeFRNWZACZzKA3+M4sP7G9V\r\nDVtAB535f+8huNMPskNs3K8kh7HYTerKg5OsRK36mlablaTAHdT90DIk2U6V\r\nzVvfro8ttTfIc6NofZE8pfWykSz9QDOnndyNe9JYElSLEetWGgWUU+c9A+55\r\n2Y1dIIRHGUHNc1ys2ABgQI6OeFVXL0sGJ1UA+RDWbdmtZ8+jTCCGZYbhzXtl\r\nJ4f2wbKZfsBvJxtkdFoToE4lW74XchBh0LkXXcSPNovbyEPNr8EglG5BhgjY\r\nGXKOQIQEGUgWm9WXd2sbKPRMVrCshQyIXQIa/C9P9Ku3qqG+iivbOoA+8/ls\r\nFNMzdODSjfCUqQ6JMBG+uO7/JNut/AzdOtpKCUO+hnJ0WTKuOu48iYPWpxja\r\nBngDv8dm9HJNWxPpvxXdSfrwX57fLCSbkW/HUyAfg1Wk2HXEmgWmCUfBvYXE\r\nOVsiioRRrtx67hOXM+2Q32bCbschocBqZ0s=\r\n=ny8k\r\n-----END PGP SIGNATURE-----\r\n"}},"1.29.0-nightly.2440":{"name":"@influxdata/influxdb-client","version":"1.29.0-nightly.2440","devDependencies":{"@microsoft/api-extractor":"^7.28.4","@types/chai":"^4.2.5","@types/mocha":"^9.1.1","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.14.25","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","tsup":"^6.2.1","typescript":"^4.7.4"},"dist":{"integrity":"sha512-mjbMosCBscMY/2GNpaP7k0qWgveBAgJj5Q5irio4k9puZVKheQbp1pg9f9tKCZezQKj5C6eDA3ALrMxGfNO2sg==","shasum":"68a3716e1c3d30bad5be466633fe214350a50f79","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.29.0-nightly.2440.tgz","fileCount":20,"unpackedSize":911586,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCu3PFSAvt4SuXLuH4hlMF7ge6x98rsDdgmF6s+TBrq8wIhAN2IfYjZAPqJQcbuY1MWNO+MhSC6wssCetUP+Ia6PRSS"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi8LVMACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq+eA//bROdtvsrJZr1vqzV/gtJEFBflYDU/3hU/0Q8ooqe7ddee2Ee\r\neS49GK9hFPGylS7ILYetT3CWzoLTOv6TKbu+h7BgWJr6VdO04VWa93s55S5g\r\n6R8+Dm91dHiZeoyKB4LxUzXAQ4+J1BkzMqMvSbcVTF0pLCLg0z8j9cqATRdk\r\n8ABfii16xVLB9UWHoYN/GXICu7pdOTF7io4HlMiPTr1sjdO9ljwu+O3s5XQg\r\n2LPCKVJWMelD9Cj2QCxtY+tOsdc8ESrkcyfjzo6aYSo+FMkWqLazbFg5t+gG\r\nC8cL2QhW4QTX7GDJTdLbQSiG/UQi8g8qztjxcrf8TizyqScKpibQ3wK38KvS\r\nEASnBt8+T9YnkYH303yq03nmzyE+FDAzq/htMgos+Ye5qAjQQ4+4751AXwv4\r\nCT0Hh+MGdG+WnPg1hidO6F/hsWX/tuE0K0i8oofIVIhpSfYRpUcn9a/IUncr\r\nbvBsj7qMgO7fq3CIAn2M3/fO8j+qepUsl+OELBTW5yQs3D4GYeVbxDJtQ7OO\r\nlxsg911cXcJAS6wBAJh5bxNwV3nOkFXzZRRFlb9QJOppcqHl3aIcEa+qB3nB\r\nGneoFRfdE78hd+SkUr8nHAcM4QUV6sfQ/igb7GzSG+USrUQh/Z1+XIVzbqRA\r\nzUCNaxkwIHQ+nM+onO8ECXE/cwjdwQA3KiE=\r\n=V5qY\r\n-----END PGP SIGNATURE-----\r\n"}},"1.29.0-nightly.2457":{"name":"@influxdata/influxdb-client","version":"1.29.0-nightly.2457","devDependencies":{"@microsoft/api-extractor":"^7.28.4","@types/chai":"^4.2.5","@types/mocha":"^9.1.1","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.14.25","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","tsup":"^6.2.1","typescript":"^4.7.4"},"dist":{"integrity":"sha512-Pfy0mG1R9D/i8GjT957PznHF4MPBn0dDOCRkSmFU100/vx3LWNjU0N5tg9Dj+NZEILdswQBS4oF76OyY6zJ48A==","shasum":"b27ac1b3fc2f8e1212468ea277e0a04f7d3d76b8","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.29.0-nightly.2457.tgz","fileCount":20,"unpackedSize":911586,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBPEvr3M3p02GKAnPXKaJt27JItuNctKGjlAKrLnXb6pAiEA19G8/hrD88trG7j70t0RnyUZsddnnv8LL8PUw6/NE8g="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi8LbDACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpB0w/9HlqOuHOgfgNtrV6Ui9OB1QJXQLa6YmmlffdRu3iJ+HFqeKs2\r\niSYwaOZmo4bWcNdQpXk6hR9ylZgVmm4DozBRYKNyAbvf/RVkE2kJFYYvEKQ3\r\nGJgb5VXkrciqB7CJ5OiEJgIYJDI28LXvSqdklST6HF4U9U7oFu85CyUxjemg\r\nBR9KXIHuwSMzvJuPg63dRdGhGTW/WBoCuQjHPhyR9KKycb6Ytp+kzy5FsSLk\r\nLebcYJdR32E4Qk3x7fPod4Dm4CDJdjF3xxSGpzBBP/siq+rH6IeD+PQnwEay\r\nDfiTazBwPHkycNhuLH7Kj3YBx+OJ6OrpqgIg29PSGBP3RPyV5uH5FLJs0mec\r\nbEenjO+r/BcZ0MMBI9+VmbP7jSVetFe+LLu3AJ7q8bfqgDwHxwCVo4cz4l3u\r\n985/Y8xsu/2FJ/bWCShptHbUgWAUWv73XlLSZRwIy94PUB/ae/qWTmu3URlL\r\nhfQNsFibaf+Kur6zhZtfyoNB2hS6/tN3IJhzqXT5cGbuI6VidKEf4dpRsMGa\r\nu7zBZovlRkS3AjgHR5tSMbQtfJUxDdCLKhJV32AIASg/ET0Dl76/7Hwcuvx1\r\njBkWCeuEBYdVjqfkLoekJq831DRDfI3hbcqEcU+XZv4J/iHEomP4TDC+dIF1\r\nM7/TwArC0zfn9o0KAd77IcZZRPuHpyj1eog=\r\n=QXR/\r\n-----END PGP SIGNATURE-----\r\n"}},"1.29.0-nightly.2460":{"name":"@influxdata/influxdb-client","version":"1.29.0-nightly.2460","devDependencies":{"@microsoft/api-extractor":"^7.28.4","@types/chai":"^4.2.5","@types/mocha":"^9.1.1","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.14.25","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","tsup":"^6.2.1","typescript":"^4.7.4"},"dist":{"integrity":"sha512-AgBEdNErhcgMH2t0BKztPnZc+hSKdjvGtFyzV9ZHhrZBh/yLY6iROrFjVCTGQ4XbLWXZBaU79JgXj7tqXJ5ZJg==","shasum":"ccdae90db59e631c5ec326a204f33d48b065b0ee","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.29.0-nightly.2460.tgz","fileCount":20,"unpackedSize":911586,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHcAnXW5IEaE720P4d6+qUn26HBL2ElgucWvg35Zo6KrAiEAhOdNrA7iRTnXrqO29PU3xAdvnsbNBFFb16WDk/z1g0k="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi8Lb6ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqoaQ//fYDh0PXeY1vM2TehZfCgUhC+zBJrpmzW/2sMgEc0K2MpQsG3\r\nc2yvoLssdH/ofpLfeZ9lYvfVfOxAfXlkLtCJspvuQCESBtXDg3HVtNxxWVwf\r\n4CAkAyy2CitgtH2z9R/rOufh3jbezQkM77hSvsurNJ8fpu3g8wuRoRGV4LPD\r\nA3eBEmBYCdkZpPzx2u17c2HgO+HRLMlqXo1OapbsGZRFxaFcAZJzcBl895CZ\r\nyufv8pYZixTZgjQzNM7TdB4vaWpfRUSMegiCXYZLbu4OPRkYI++87yoa5mgB\r\nBX4MerzPmfCFoQhWmCEnyEl/QlnBMxMOHK3xrEdN7GWB9uL/RwwgFFJPd67u\r\nFZcIVVm3X3EVJ0HftKpNAgiNzkKEzjd1Y6vGOKfMcFlt7gyWkOvwbZT+oyRj\r\nFF0sSoGMfh0jf6EKW3GLjenEGc74M1PTZPhDoDcYNq2soJvfuyCezYNsNNGE\r\nE3Su65cfH/Pxhz846leuAWBM9uP66ySBVxAW9pvvosDP9BOu1je8ULMkjSLa\r\nubwQZnqg47dKTwjhzEYYICzbOHxzM3vQW/fjy5kd0uHcp77W271rgyk1axOq\r\ndNY4mchvXyH59touK2N6/TtM2r0HpOPCnkLiydoj+7KO2xslO9JsZCZ3rxY5\r\nw04wop3nNBYU5q/7lA3Sb3rttKV41jKwIBc=\r\n=xlrq\r\n-----END PGP SIGNATURE-----\r\n"}},"1.29.0-nightly.2461":{"name":"@influxdata/influxdb-client","version":"1.29.0-nightly.2461","devDependencies":{"@microsoft/api-extractor":"^7.28.4","@types/chai":"^4.2.5","@types/mocha":"^9.1.1","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.14.25","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","tsup":"^6.2.1","typescript":"^4.7.4"},"dist":{"integrity":"sha512-/L9RtR/d9/3e6Cgg6Q0rXBOen4p1yN7Ze9MG8haSaF0hVVua9coccGk/K5qMg9VcThvmgVERH7oZWypONpj+0A==","shasum":"c9f8fce5803562a3a5ab96a2eb9a475072e0ae0d","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.29.0-nightly.2461.tgz","fileCount":20,"unpackedSize":911586,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC5ruBxnPxVPPdhDyzdbEjE+B1SpLOsQZrl0TRoSKKAAgIgUrC6lKD7smnAmfsjsIdLxmcNL+A8pJMorom/2StKbzw="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi8LcPACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoMjA//QOzLjY5EFJNRLi2ESQMUHwbTufv9a4zIzwMtI/92SIlzRy+C\r\nS45IPosNqojiWGabFEM2vZgzlAEgypgHMqp9PkZbABBkyYorzEmJs9zzRpSR\r\nXnmIJSW2K3qpB2/TMYMudbKnmnPTTdtKUyLwlvbtRFedAGiAAH7hZtjMUBRP\r\n0rQ+xPh9jW1xZaZ4o+3G00OTiSWp3rpvcAPVY1OmT2T/fSue6lXVuOWgDh0/\r\nKFwJ64rFm10QGIs0jlaw6MqUsVD2GV1Rt+kQ8O8FxUtL+eVfDfXbSLsvTDnU\r\nNvnoNH2h2wjrNi1Ayv2Rl/0T21rfHMHMCjsbS8NSNWjz+AvAy3KXGSbcsPZ8\r\nfVLYFM52wcazsjvpzmU+x5nghbs08eTbiDzZQYmNcafSSHYr7B0aHAEbvp+r\r\nzi5yqtFEhjJx9zBMf2WSZgM98h8muEwglnyVsTQHC8iw/msfkWIi6WWXOy8N\r\nKe+7fNW5AEpfUo/mjpYCZLq2d77Yvr7v0nA8Qdqgfp5EdeLk4zaj2fsp/5tM\r\nG0KRYxJcszAqc9ykx9/eE+oYyyCumEvsY4LxowTEE0n839K4+bvFxAgXE9t4\r\nIBk8he25ibFy3XQXTMWMeTXCOynl9YqKh/FD3cDZNn076wkclNLDoOnL2aGw\r\nSM2W9Nw3y7bdAVfjSZpqp5D0qrVzOP/PYzk=\r\n=V0ua\r\n-----END PGP SIGNATURE-----\r\n"}},"1.29.0-nightly.2466":{"name":"@influxdata/influxdb-client","version":"1.29.0-nightly.2466","devDependencies":{"@microsoft/api-extractor":"^7.28.4","@types/chai":"^4.2.5","@types/mocha":"^9.1.1","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.14.25","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","tsup":"^6.2.1","typescript":"^4.7.4"},"dist":{"integrity":"sha512-0Rlq1lSelWkq757pcmd8wydNnWoHqWyDXMEC/t2wwuwRx8R6uzn7IsGr+fnf9ZBeHwVsFkzrwFKRtiQ0acnoPQ==","shasum":"20c46b26f7e1f5b66a644682213110918927b46c","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.29.0-nightly.2466.tgz","fileCount":20,"unpackedSize":911586,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCEy3LFlLSi3u8gp5/UEd8YNvaGilxKK7PCev2cfaFcNQIhAJ1Mdcrszytgnpchx0qvaPUbm/tKrIsgGLFLe2TMTWUR"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi8LdYACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpBdw/+PUOCV6Zd0BpNGiSloh/8XJr/zRIGLIJF1MX+1vTkdId4Bmka\r\nZSG5RqhYtYyL2UsBcO6eYSYRUjEAnVP9KWnh/soRKAM+hw2JaXOBVMrrCaEk\r\nWRrV1HG1DBcYt0HCn6DuUN3FQ6ZV4A3s9QvUZPCMc1ObPJOd+RU8rs5a9gR7\r\nJjS2fiKjWExlkFDZpsjmeyxkJjuaJgFEJSrVpQg/7JUD7mHmDYgKZ1PBsvH7\r\nPOFO3II9dc+yWey97RNUA71VmNBISQXWL+YInXwSWb7wmJUeAeTowe6OKIsr\r\nDbUlIS5cFqmzgavDd178Q2TBsHutrA91dueGQDIGDI+RicTvP4IroHlPDitt\r\nQfPaX9our1M9g0FjiFaO/bTHa6n3Aw4a/02i+NJed8wJO0r1hqHwYTrVQFhB\r\nPBhiILrCC3UsSNpsLDr5hwTZrP6xn3EsZQ6BxuMZG2dWfA8OD0z+8GloHYuv\r\nM9TX3XoIaa26jgrlvvqgnwSLzTPyfuOZu0t4/ix0Mf/jO+Po/B+06ENojPp2\r\n9MZ8LqJZqvoB/CiTi+r/5kIWZl/ltHlOfOtxo7X/ZjUvFKGj8dmbKSiOtgrZ\r\ncRHybvjtX9LlZq/lFODVl21Ay2yz2qmnt+l8cTyhKwERr8o38nquwGyk5KA7\r\nL6JKoqPg59MOM0ewYo2HZot3mJGL5y2IZSI=\r\n=s4gU\r\n-----END PGP SIGNATURE-----\r\n"}},"1.29.0-nightly.2477":{"name":"@influxdata/influxdb-client","version":"1.29.0-nightly.2477","devDependencies":{"@microsoft/api-extractor":"^7.28.4","@types/chai":"^4.2.5","@types/mocha":"^9.1.1","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.14.25","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","tsup":"^6.2.1","typescript":"^4.7.4"},"dist":{"integrity":"sha512-gCEawc8x9GhSAEKjIc9sM6rU0xFIQPirfcTg/3b7fZ3UenW3LM7T7VqXl44uDgVM/lEHW3JuAr/Sr0fGdJIRpg==","shasum":"641116c5e5264c37b3bce16fbcc93ec6b7db03d6","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.29.0-nightly.2477.tgz","fileCount":20,"unpackedSize":911586,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEgofiib9oELTQhOyhjGfIDfvJNEz3BSqvB1O1qms2BiAiAacJ7Rt8qMEqzQVetJBBxFCEFhzRgkmzke+7T5sm/zpg=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi8LuXACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrloA/+JKCCW/YqRn26NSsF+So1ob6lgynNgEMHVq2z3z0Tw1+AY22e\r\nReeJYOqxB7byHG1MOC4B1E+G6wOc8T5WzOx7urc2GtG/klByYyCdfniPV65A\r\nPXqyfb/6HpTgFz2BMURYVe5JwMAuFhKGx9EK50PlnZiw+DMZIbGwO3Lu/YaI\r\nLeS7/4YMT85Fx6XhOpbRbEEt74Se2KRoX7upLSqf5VttxQLVvdtOvITQKzuj\r\n0FwLJz4Zs0+46YsxozXovwWaJ0hit08Ftt1kpxyIsj4oJyB1+qYxLeCqFfwB\r\nvPWQ5pL/sed/d2byalkEGa3wcpiRjx3CPGxm+ErSzwZhqoYOXmg9Jlmf7EuB\r\nE803l1ibXsFVfwycVOput0LgLTc1zTLSnUuVU8HIG+oc0OtXRECO/vVih3VH\r\ngg8AJP5ZQCLIeIgrcJZiRbMfmwD69yxXUeNTjvKAXD6G2VkdFg8vGID+QXVs\r\nRXyqvaWvOz5OhinRnRTuJQ83BAgWUuYIDA5t4rWQcfL8/p9YNbYSaRgvOvzq\r\nAnhvZNHvZlD/G1a3xuvW5PonjAPeYCUNFfYSuUOX+GDiVROvezCMZfDQB08H\r\ng3BQp/bkkMJ3+D03kMY1pvIf5blBoBxQaGIJIR4tBhCOP4/FNiWZozxcNVmz\r\nXCkrhVP/bI/aaBgN3kk5gBrQQRzZUayDDLk=\r\n=uyTX\r\n-----END PGP SIGNATURE-----\r\n"}},"1.29.0-nightly.2478":{"name":"@influxdata/influxdb-client","version":"1.29.0-nightly.2478","devDependencies":{"@microsoft/api-extractor":"^7.28.4","@types/chai":"^4.2.5","@types/mocha":"^9.1.1","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.14.25","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","tsup":"^6.2.1","typescript":"^4.7.4"},"dist":{"integrity":"sha512-AKZN7N1UtMZqvwOdDZX/7I3M0kORKNgiZK6skf7YyODXXlwOs7E/7ZWFDvpMC/Udt+mqIPOnRvGH2fStzb66SQ==","shasum":"c91977bd5d844aabd93191d322799e017e81f94c","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.29.0-nightly.2478.tgz","fileCount":20,"unpackedSize":911586,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIB+4233MVCHR1oQmFdQfnJmMYJyFMPxVCtO5TTqoLjZsAiEAjNzAmO2ZK0fkOFEmmdbiF7u5f/gNm2AtlIwL3B5qhx8="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi8LviACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmoo5xAAo9v32u/2fgcDKaZVQoCYHtM2/VtfFoJ4ptEFm4smAwHKfIrl\r\n4ECzOMdaRyaXxYYlJ0NZc0LWzmYbdBrB8dKv9TLwCdM/1terWSEJtZTHUhGY\r\nQqa8G6qulH2IkqhkwPRCa5BjWbwZDFdhkBnZBFB8Vfwmj9MCIZ0SEbDiq4Tx\r\ngk58CyOcJiOo1lYbGensa9EOttxikis/9zyx72eLjZjfonll7ZwTBZTI3MTV\r\nU6wLY6327eR1Kx7Rng9+DVZ0/gcDiMAb93GocKcUC0QWqKmzL+ZjJN7MBNtR\r\npUWs2ShW9uBF5kP4S8TfLMNuIJB5rG5P5UqwhlZ2OzqjOrHQWDp2w7yb3dCB\r\n/WxJdXwoAHZCbuDb22uco1XjbQM2lNN5/nzlUkYyveXpsCjCXklyuT6qVrmG\r\nelhp6EAWMr8+PWwOaGaqPDvwI0T+TfZLqWjhfa7OD5J0Yf+2DIKcHXtR6LMg\r\nGOEu9Nzo1wch4Xk/Ew8v/ZCO4Yl5f8UqLNcdsRXbbK3kI1dvLVKUr5kgHWQQ\r\nWEm9p5e+PIQCJM+T/GGZ6qck5QKS7EN4EfbRIEu72opQ/ZfMmSyxH0Kzw3VW\r\nyGiCiHZYf4CgTQ5y4ivZuey6/2Nkd1ldf1rw2lPgdjXtjcOPL4HZDiy+tU0z\r\nG8w11FemD7BieGbnTMI4GEcroX9FufAWf30=\r\n=461A\r\n-----END PGP SIGNATURE-----\r\n"}},"1.29.0-nightly.2487":{"name":"@influxdata/influxdb-client","version":"1.29.0-nightly.2487","devDependencies":{"@microsoft/api-extractor":"^7.28.4","@types/chai":"^4.2.5","@types/mocha":"^9.1.1","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.14.25","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","tsup":"^6.2.1","typescript":"^4.7.4"},"dist":{"integrity":"sha512-04SvbojZQ7zTerA3h+j1edwNRs2ZEm1YzkZTYik6iw9am5th5nYiVuap5phMw3R8oHMJwK0GZ5iz0xPXE61CeQ==","shasum":"3bae010272377ddfd968bfcd1f6e58c971a9897d","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.29.0-nightly.2487.tgz","fileCount":20,"unpackedSize":911238,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD6TNz0BuM0nBkY1QFz6PIpUIntw7Z7+08Yt6hsHin6vwIhAKyN6fjotyTf4bu8hbS3kvcwTqFcB7muadfB06MgsDAx"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi8eMfACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr1LA/+Id2zmrKfn2DCivTdzf7Is6c53tjaHq3Sqko6HPiD4Cw4QKvn\r\nzlw0pMt+iypaeQwCK7EISfD0y8eKkO+sjQKCMgF5Q3eR2vnBR413A/sSu2iv\r\nkahV3+AiyderR+49n+WXjmoaNiCC0t5LsvwDeaCdoonA/S/oL2ykcN2NBh6w\r\ndQKr9maSb9cRp/cZS7HI02b75U2ONULwThvtITxSzi42tnPEaKz2oiyUVG5j\r\nXl6olBXSKUyC85A6UN7cumLHliL8YpTkup9G4b83Azt3ePsjUl0NHM0WoORy\r\nPadhIXbHwB4fXYCD1fAkYERaRaFSmJbMssO2A7JzaVJftx4wwhi1VbXifToy\r\no5ACnuT8rGIKKTo68nVZKa5W6WOW97sXsdKP3GtSZEq7/PKiaARn4R36++IB\r\nfgPm56Z0oenGKaPNnJngiyWVZLM7RepeEmmXeOgUmH8Y1iZdBGcqy6jpKOrb\r\nA/GTelLI+vao4DdP7kw0SivyuBIlRuZyDl3d0JzOKs8W323EJMdtkq4Wl6vb\r\n3l6+s/FM3rdct7W27ftDIi+Rh7o+qIdHF6XKCDgRPVjuIyMY7WSyyu0BR4CW\r\nvOALSq+b/J2HHhcL1XlYJjbQidKxywqMa1EWf/2WBE/Qis9gzWlYdib4WnvO\r\nz7S45TWZQaK5xgcxvOpp58w/wW8kxsGJvfw=\r\n=uOB8\r\n-----END PGP SIGNATURE-----\r\n"}},"1.29.0-nightly.2494":{"name":"@influxdata/influxdb-client","version":"1.29.0-nightly.2494","devDependencies":{"@microsoft/api-extractor":"^7.28.4","@types/chai":"^4.2.5","@types/mocha":"^9.1.1","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.14.25","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","tsup":"^6.2.1","typescript":"^4.7.4"},"dist":{"integrity":"sha512-9TjpjnGBnAjUt7Fjan8d9w2xQBswE/nHh3nhwkyW8mKFfa/qujr9n3kywpTMama2HNInt0E8Pz4omORDUnneww==","shasum":"3ebd34208a30154e8bda7c04e4aa3fbdecac7203","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.29.0-nightly.2494.tgz","fileCount":20,"unpackedSize":911238,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCC1NqzqE+HJtBTp3RKb8eTXQuJCUxb9CeXWqAu9pE6QQIhAOSqJJ/JDtdLJEBv44qCxn868P21xMF3DbVlsoL4z1NS"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi9BioACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr3OA//Tc0GRfMitHfsU93OG5c+ol7IueY4lZvvmgEPBMrvHeSBOOwb\r\n1VLmBgP9CxObnZm83sJMV8IuKoPwy1fcCEZvO5XeOPp4Z7SobhVZokOK1JVA\r\nlgMAUcItypDNdXqP2UJiAWm6V79tF8NqaGLugeNfXXSD1Cej7WtDZpjpLRf+\r\ni119lz2i3n7uGK28BpfR9BL5B7X5HAaBTOtytSV8B3UFz6vzRKrQWvZPVFG7\r\nXZrCztq9+MAA+znWJt26doL7yKQ4fn7XPNlneAAUZQeU3ued4EQzP8vg0iJ5\r\nO1ktWhJJG0ziwca6dzWDTcxcd+qoz4Y69uekjFPbz1R8sOJBvWlluWE+lIPk\r\nEhYE+sG3p/nGvYVxyfrbvaXG1/UYO9lxACPtQvkZ3vVa1CJzk/evbzC9pPvV\r\naCyipkHsoiEFiTySlkLc/6DvSwaET0GbMC4bhJobTssACGGtPwgxE1Z4h05Q\r\nTyOz3ty1WVuHzCjBA7bHIHG6GTNvoBnjoTRtA3Oaa5tnAFNeEZtWmLmjQabD\r\n6pkCylKHdLFynqzn/pzhfkwt/ibuz2H5nT7h7yFM8SAMZi5mPA7KgV7DidDX\r\nEynCWcBlVuVge+hCmAwcjhQslprsys0xoiDzdHBq1XUFsoVubqV0UMjhsXoU\r\nEsVAURuCdlE6U5MfgbZLYwITij2g7cRM6TY=\r\n=aa6m\r\n-----END PGP SIGNATURE-----\r\n"}},"1.29.0-nightly.2519":{"name":"@influxdata/influxdb-client","version":"1.29.0-nightly.2519","devDependencies":{"@microsoft/api-extractor":"^7.28.4","@types/chai":"^4.2.5","@types/mocha":"^9.1.1","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.14.25","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","tsup":"^6.2.1","typescript":"^4.7.4"},"dist":{"integrity":"sha512-6yYRfqo4aVA0vxe+yNYjDb+pz3p2Ll7Ea2UJcMd2lcvOqil5MyYaotK4R7VwkFn7rg9ArfbAXi9pjRB4Vb0G3A==","shasum":"97c91426e9c4de9ca56507867ae21044036f4f3a","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.29.0-nightly.2519.tgz","fileCount":20,"unpackedSize":911238,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEoV78Fw3tDzmGNHy2izYsdwEJxSXnAyC3Kxs3SQfOCvAiAyt2N/X5vUBm4KUCCq56aIpNMu2JfEokQlNGJTi5w1ig=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi+cQKACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmosog//eZx2iWTDzqzdcRfkRrVhg3xUx5qv/2S2n91/t1R5DOmrMHtU\r\nFPal201oIcJmwSyNP6r8Zdg41NDK/oW7ML/Mg83h6fPchGyrvLInnZEkUEqo\r\nxozD1Pn49ZnqeKP7zMM3+jAm4FqgXgcAeTBOvr3mrxunCKQlBkNGLTYjwMCh\r\nW6Ouub1uUYsUMRJxwum7BWC9JEKzIrsv5LcP50Omm6I/MG0v1cc4OZQt3HbS\r\ncuai7weZExVrkJsto6KkZrcYBcyUI/juohkvCBd7NlWEbEkMbunSDJDjoAIh\r\ndj6zKPKPoQmg/1/PK4W35rI//8BCb3mLFnmE+LzJXoVuaemUxnzJSS8Ephz9\r\nL7hnN/FULsYZ65fnbzCL8bp6rrU8OoDoWbfj2/h3/rIwz9se0LlMsi4PUaeC\r\nh431VNZrVEOJM+l6VB1p+KeedMoJT6HYFM/00+Go5FAF74XrKUrStEjPNLgO\r\n6KbuW0A/3QDMaZ3nm4CIEEBg0ih6RH2lxKwyTPU8SzUQQDRbFjPA+4wfx78V\r\nNoZMgecesreQRGrxiTYe1MJxcNQXUvLFyMkRsy/BRpr4rQyT4sAiNI1lPKbF\r\nOxxq6hjciBJayT4xpBGPKgzww1/1AH/64mpcBeRn5pmTjb2HIA9KGJH/pk+6\r\ntc52yxrTlwVEWi73v/FwVKbMeiLvMURWvDk=\r\n=nkeg\r\n-----END PGP SIGNATURE-----\r\n"}},"1.29.0-nightly.2520":{"name":"@influxdata/influxdb-client","version":"1.29.0-nightly.2520","devDependencies":{"@microsoft/api-extractor":"^7.28.4","@types/chai":"^4.2.5","@types/mocha":"^9.1.1","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.14.25","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","tsup":"^6.2.1","typescript":"^4.7.4"},"dist":{"integrity":"sha512-3Thcjntq4ALOdh3zDYwtxm0dWzwBZuicZE2977ThNmWkccjCLqdUPXf6uqMph3SKAjcobbv+ZqTQBjpGRJbSdQ==","shasum":"231f0c66ba1395bb4ef26b1ec33b86d3ddbfa1bd","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.29.0-nightly.2520.tgz","fileCount":20,"unpackedSize":911238,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDSGW8lhtpG1tcoqQkhhdkbMNmsbaAqUYbjlM+sVIh8TQIhAM0wb1+ffSAZn45Ug8Lck0cV8rZUadIIMgt9TlfSMwv/"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi+cRPACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrlXA/+Lws1z06EDOt8BdhVO6BAd/WFLVhF2ClrUlbcykmJ6WMvYwqS\r\nVAlrOocldqbJssflwp5nU9fyPX196ivkkHtfrQfSu7/4q54C3OMurh5/7nAK\r\nCOtpFo+menWu6pveIaTipIFivZpxzp9WzbaOMHVuMmB1YIl4YjEsCOB+TKbm\r\n2AsaoOlNnTIfq1ESN9HzDSm08tfD1DaQzt4+A/pNpdNrSdAM7CblFAABYt2W\r\ndEmTIeut3M0GMQuQEnifFY8a1gOlhJdeO7s+Tz1f6VQpM+n4pINY03d1z2xc\r\naDzHisp5ClraU0YpxnXJR5h8H3xnrk0kWqJZL6IlY7pfqvPmNPbjg0yFL+F1\r\nJI0Qi6Y8SjcNd3zPxPuMxA+8kD5NXBF4VrdZmF/7P8FycNVn0LNs+U4Bh83V\r\n8Lx/bVRriD9uaMenNiPf0WAI2f238Lt4Pmy3FcjOlrB6HPa7o5PSLE/YS32g\r\niaqBwA1W2Psz5UOFjHveATFBF5IevtRM14NvO9yHiLlwmbyqlNgLA56ZGWxT\r\nyymCSdpHZaucliM28sbZ6l+3aFLDF1fvePAtNuBVHZj/CPE1fEIHg5aBMD9I\r\nl/lprC05zf38eGgf5KbMlyEFP4OCCBLKZ+Leyiwom5toEAGmLLgofvWgj1sG\r\nz/ml+8bOLFMnff+vzndNq9ijQu5dGqu4TdM=\r\n=u7zf\r\n-----END PGP SIGNATURE-----\r\n"}},"1.29.0-nightly.2529":{"name":"@influxdata/influxdb-client","version":"1.29.0-nightly.2529","devDependencies":{"@microsoft/api-extractor":"^7.28.4","@types/chai":"^4.2.5","@types/mocha":"^9.1.1","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","tsup":"^6.2.1","typescript":"^4.7.4"},"dist":{"integrity":"sha512-yqqg8U+Rs2+RWoYisnDpiTTMkYahxP22/2xCKhAWEBTkBc3bGrLbXiyQ2RVQxAvd2mM4rBT3qzBDeWMCpiIKYQ==","shasum":"14aa31964e9e3388c8fd4afbf4cebcc747ec0689","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.29.0-nightly.2529.tgz","fileCount":20,"unpackedSize":911237,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDIOE8ST626SsxqBVicL0x0cT9fUUrbh5b8OdereZzOAAIgQpBtE7y2WrJaYaMck5RrhQqaNg7tZWNdRDr1FrKL7fU="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi+cUXACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmotIRAAnHiu5DVbyX/QL3ht7YQHEmSP1zT6JUL/FEJC+hjt940DSb6b\r\n02Pi+O9MNWv+CsXtTEgZP95kRBlhYpPX8adFEAAjendW3QWmwt4DK8IOahFa\r\ns9RYlHaT/DZu/xx19VJnEuAq6Sug2dwgfA+o9kMNXHB6Mi61kIaAkqzb41Hv\r\nFz9UxDITm3VWu00WzkI36zMx6seJP8BZ//8pWkxcvFhOiKv0XhEd20Vs3PxO\r\npv8a4H6w9zaqWfxfwMN1Z4zhcYQwzq8fqZiw70r4arXh8pOSpO9IkKvMPzSr\r\nEZtUIwhO43qcGsxcodiolV/xOtZGkskHZwN/xFStwsFdSlLZ5tByfLnCOB2o\r\nKcHwWK9CIHKn34PlNT+i6rUPx5c6mzQ+nbB0D+2+VuPFp7ssLEjNosMqpn7K\r\n6Q0P8PVpGIHo34Q2eM9r13P+QN/ojSdWQKb7JKWlhVHvhot26LSo8wvGTK44\r\nqOCdtAjUorkdN1XKFppE+E1q1J0l2Py+Q5jfk/UjTacB7LDtxBOzDO830aW9\r\nZBwP1IzhtRCmLIYre17UjoSgiHartkQYskgcdGhopdmq22fopgEkknQ/O+3Z\r\n09pkIOY3maetaSu8dlGE2Jm0oxW/xNcowRBQEaJbelKutWSh12nVkH6lmwxv\r\n8aU1rpTkOxHQx2bv1bzJHcUsO44oOM87crc=\r\n=qhu1\r\n-----END PGP SIGNATURE-----\r\n"}},"1.29.0-nightly.2544":{"name":"@influxdata/influxdb-client","version":"1.29.0-nightly.2544","devDependencies":{"@microsoft/api-extractor":"^7.28.4","@types/chai":"^4.2.5","@types/mocha":"^9.1.1","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","tsup":"^6.2.1","typescript":"^4.7.4"},"dist":{"integrity":"sha512-AWL/FzF3S4w0EpYBwBQk+041pNDZGqQCmxGplkdt/ro19lEMPPXoRjDphe6eS909ce+CgtowTV844U3At3CzlQ==","shasum":"1bdfe365e8b89bf76c7d9ac86222107aa8934be9","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.29.0-nightly.2544.tgz","fileCount":20,"unpackedSize":911237,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHUdsiuU1FuoWY3vB5BgXwai2iOo/8gxDhaO/lY6goVnAiAB1kFW/Tab2JfeTA37CX8R3Tz0fwe0HDDgJpGoq81GJg=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi+dcwACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqy+w/+IHUsEN9bJBUp4h3dGHyldzaZELNzCNi5sa2xst4p69UhHoc+\r\nWzVcEbjYdo8GY7uJxcEaMNp19gmKPayZ4n6feYtBp+P5mG1jCTDazxp2l1IB\r\nIybccbe92uRTVG7/2UwkVOzsXniSwiiJ8ZJjpeWVQEDnXpAord+A2Zltw5OS\r\n5XuEt9VQ0O++U0KbCKIBjR+QeHvFzOzMs6xGoepXQdIF21sKbSUxfsav6SSS\r\nq6/1H3LnsSZYo5Ohq5iQ39e4mcriFcJ6b8ED/oXpEOzL5SlWZAnpGKh/JQS+\r\n0koDGyMMzyG4VCaJvuqvJZxyNtcVSOwQUAkCzTVKtGqv6jFECibwx1cTkbJr\r\nQ2v3NVqK03gKZNsbSA5cQEAE0XfErmqXeVKTRB4OwdX5oYGOeCobXLjU1+HF\r\nlTDtG/eyUkc33StHG1bP50W+qGJ2BV2vWW7qOvIVZEm3Z11eyTr1ucHdeG7R\r\nFZS+iD5ey9pWrnNRG+RT8qvU0jxHt1k8dpLymWLYrA1otoPcyLFDQcTPB0FL\r\nugaXfknFMfJjsayuktzvBzuZWsMvUXg3488xGDaLgcgb5aiaECUEf7wquoPa\r\nDce7VE1M5OUuXDAB9e+622iiZemgyAZJNMLTx0iuuKgEZrfnyoOp+oKoQGmi\r\neUunbfRXh8wEir0VyDyq5hLgx/Rxz52WIEs=\r\n=ozfU\r\n-----END PGP SIGNATURE-----\r\n"}},"1.29.0-nightly.2545":{"name":"@influxdata/influxdb-client","version":"1.29.0-nightly.2545","devDependencies":{"@microsoft/api-extractor":"^7.28.4","@types/chai":"^4.2.5","@types/mocha":"^9.1.1","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","tsup":"^6.2.1","typescript":"^4.7.4"},"dist":{"integrity":"sha512-i5f9nbU7dAjlBPyHXfRG5aeibsHfp9UfYKktNBQWFxNjd2/yahKeEicg896Pb+hjtNwO62gxHJDlYMWLGiXTTA==","shasum":"3148bb81f6409fdea10ae968e29b7fa121efb0aa","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.29.0-nightly.2545.tgz","fileCount":20,"unpackedSize":911237,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCE9nGOVbb7hG0STGTBIL21M3xTUQbqkhQnhYLTN6IoUAIhAOjBhc0GJ0f1AoH4TIRW+/SdxnJpu3PYJTHiqv+zxTz+"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi+ddjACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqi8A//QZhFL/QGnhrhgcvkfm2zJAoEfeA+yUv6HT9M2DBeQON4UuNo\r\nvEUr9SSOJIg8W6xXDHUxbRVrm0bzk1HFIa8CpwnViaPO3AncBTfHuIz8m+Tl\r\nZUgu23m91xit7u+WuD2a+4MIYUwbAhBgy5f9N+krwloydk3IREBev0Uf8x84\r\nf+OmJTZmw2Clt1VowbzePX5wTnqC+iX00LYcZxLSozvxWPUzWsvT8qvg24Pd\r\n2VplMO+mmz13AVfYvYP4KGQ3cdTTYK7L+fYSVBGOlILX51oV2cvrwpSA1oj2\r\nXKdbf3z0r04aebcqmwbmfe2exoNPnamdXAoFPTjPbMwxl1Llg/dlEC5BUVws\r\n2OIZoyKR0jmKD+scNRCuR35oQk4WSeWdmw/PcEaDSMMYBeu9dlYbgmF76K0n\r\nFHA6kSAFX3AB8xpKhbeie+RapTTJa+MNKCmZossUCF/+X/2/V3VlaMpvX9XX\r\nPijQK7BsewphZKEWbMvC5cULb7UUut18wcT7u7V8knT4mPkLpfqWxSvT5RLG\r\nOKiGvcFuH622XZ/FcucxSXbwo54NEARg1oReIQHKO7CwOuayM6TBKPNT0Woj\r\nPyJKXtR8xBsaIZJX/b60cok1dpWdCgjhOL/+znI3jlNknm3MTJgoXMD08uRN\r\nG/6gRVzchsYhQqWQkEsxpFEr3wuxWjRTTsQ=\r\n=1nfh\r\n-----END PGP SIGNATURE-----\r\n"}},"1.29.0-nightly.2552":{"name":"@influxdata/influxdb-client","version":"1.29.0-nightly.2552","devDependencies":{"@microsoft/api-extractor":"^7.28.4","@types/chai":"^4.2.5","@types/mocha":"^9.1.1","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","tsup":"^6.2.1","typescript":"^4.7.4"},"dist":{"integrity":"sha512-X5CNCtJUcmdJIhFvtsGyAQq11dnsuW3dW/EoNATZU02DDsx2RON1EKb0Ff09wTiBFhIdZV5SkKiWBIFEmuN4RA==","shasum":"82eba7e2cc6b6c4656c268ab353d07a21ef15f3d","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.29.0-nightly.2552.tgz","fileCount":20,"unpackedSize":911237,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEy4k+OHvyzblTWUSnnV3HR600AAKw+NM+RZpqJq5uoWAiBNSrw7QLpETmNYcq3JMsxdLb+S5IiF6aOiDvce4sQxKw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi+dd3ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoWChAAomBmPnf0FPphcL+gQOc8/K4BFwsqhQz8E5YVhS6/m9bVPb49\r\nvmxj0VArksyXnd4afu0yKzXgOaxA2bY7uS9Wsgq321TlZHv/kpK4xW4gypy/\r\nQf9uMwE4DpcYJHqWj4xwNdXAPkEAsbFPOsanwj6UulEsOAiajxHx710NUaMC\r\n8gIhuc0dArxvzA9oQIr7HTwtigD9pS4LxsGmsT71W5xqooey+DzEYaSXUkuz\r\n3EIKqobxTEDdZc7uK+Y+083Raz0hietq0BgDohl3w9gKkobwnpj0ypiHOYIY\r\nwLiznksPBBx/LHeZuVd1Rn16T9FyQTgotGL1o9r3zWNJ7W0IRVP8JpdbxgzU\r\nyAKm9D/jAV0Szkkzcd4KZVRTIKWwvao3xbs/2ldm2NupUFdAQMAwFOrHYN5O\r\nyUyssLDM+TR3d0XcrmphFCR4omdWTZDvjPyMKiGb7mbt8G8CWMvX2yB9eVLQ\r\nqiiRTdQWg8OrvrPovn8FtiJDcnZOQxWRMzESnj7L+LPd7XZ5opliAv/dJKRS\r\nOO5f6+lzJqflkS6jwwx7knfx8mmO63T9Iq1EQ8Grqm4ACmEoacJDT2fY/9sB\r\n27WiKQrqbMA638kWvgQa+DRbM7r9H1q3qp1isxVfzCzqLrTQqFnfbf3QTuPq\r\nrSXxwDbHydh9pheOuB7KTSTsaFf428UhF4c=\r\n=m+mU\r\n-----END PGP SIGNATURE-----\r\n"}},"1.29.0-nightly.2569":{"name":"@influxdata/influxdb-client","version":"1.29.0-nightly.2569","devDependencies":{"@microsoft/api-extractor":"^7.28.4","@types/chai":"^4.2.5","@types/mocha":"^9.1.1","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","tsup":"^6.2.1","typescript":"^4.7.4"},"dist":{"integrity":"sha512-yrNlW4lsYAjulnNX3ndb8ZprkprhYcI51YWqZKvZysUo8olQKHEpcdhtGHfmGlI4gQw3cY+ZbPl+ily32V9vaA==","shasum":"fcbbab9a9e2729e909ceed0c34b3bcf6872c4a20","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.29.0-nightly.2569.tgz","fileCount":20,"unpackedSize":911237,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDrbdr9NcNuH2pyvUrhdclwqxUfpVgNAxyJ1e3VVmyx/AIgVjTc4tUU0p/EhB5W3vZ1gaEL+6HjLbAyP6vOvWi6LIU="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi+dkKACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpiFxAAjlTV9g2zp4F9cFtxvcXZT4d0m1J1AaXnHTValRYb6LNbVjur\r\nbjI9xjNG2IqIXhPuMomLbSnHoU0HgfOE3tpRgivp4PZR5qVgBKrl2rRCFhDp\r\nS3bo1YjvLSQ9Kh2XseuedyvZYZLjWNvcU5W5an7r7kZhKVyUTc0RZ9QS39QK\r\nW7jSZxp+5Jh1uUrC42iOBZZZj6n0F+i7HiPeqTfDnKHb8BKGZdJVclALA55R\r\ncXuBovNrMzJ3wgSkGDlWIUD7UmbdWxpJFdobnauzqcYgFOf5E3Ek7d4/lHgi\r\n9kKkvfrSSqMJQ9u1LIL37Qd1i2Amj1hwfiL8u6BZl6LYl6/74zRJeGJN4ei3\r\nZ8E1nCDjdEVh0vFpj2sJ2pV8/IilQs7Zuxv0qxWFf2tbhokwjEzO28RKUOBa\r\njq/0fjckxEY4VqsIiw1EQnZk18J1RwNureSfNEJsskPybqMHi5Euml7j1MGo\r\nttVbYmwvmaX8JYAdzTzRpGOF8v/BVp/cWrt0TbRUJkXOg6xkMD/875KXX/Qg\r\nxnOW3Wh/TRyLSI4gB5JxqK2uBCXC+gvLH1XHLPbIp5mgdSw3W4VekZHu/F9J\r\nSkuTwo2mJRSJgZcSZWCar/CtbIigMKxmjL9hd8wmdKiL6LCcKCjX4qyr05ku\r\nu0iREdhkvEtDIrxr2HPbJruZMXtYfwFvC5Q=\r\n=UN4k\r\n-----END PGP SIGNATURE-----\r\n"}},"1.29.0-nightly.2572":{"name":"@influxdata/influxdb-client","version":"1.29.0-nightly.2572","devDependencies":{"@microsoft/api-extractor":"^7.28.4","@types/chai":"^4.2.5","@types/mocha":"^9.1.1","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","tsup":"^6.2.1","typescript":"^4.7.4"},"dist":{"integrity":"sha512-w4T3rKQJb0RSc63dipWxp1C6ZXuXzsFVWzUxIWNNN1UQ2f3Y5pq191YSIEH5zj5+RuqzQz0bB7TqyM/L3j35pw==","shasum":"4fd4fd1491cd56b25132c4dd01b93684cf6d6ff6","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.29.0-nightly.2572.tgz","fileCount":20,"unpackedSize":911237,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIF5hw4DSzXIpwOvajsR/IMd+wF6j/G2W9ysz2Z9Nu4R5AiEAqUsGJ1yzkuOdSyqlroWCBwkpXkUjQP/IMjJyTNZw/Ks="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi+dlYACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoJ7RAAk9NDuGgLhu/7ScITFRRkfB3UxUzEyRLq5oZ9MkWvkzqUfAyU\r\nI8L0YZeB1Nq0OxHDULzBWFWZW+KvZvJbDLRxN/5dnQVX7xZnoFkDL0f1ADgB\r\np2VaY7ozPT/8fO3FxmfdAgEP1dA7i9aDtBJ+SpQXXUYX0+b69wL8GXF7H151\r\nvy1NBegN05fZWnE4RvGkxcZXWk3Jq+I108xegu6BswmoU35os0xLKK8esuGS\r\nTZmAXPA8C5NbCj7QjwnKuCNS8N14d9vA7wa8z6f6T22fhBlEPjctp4vn8WNX\r\nx7ydn8bgahsdH86LSNGEpMeW+/5Hth5yMel8aw6Q3ENcyfpE/0vMkcJ1oAYN\r\nlJu4hgNogVXQi4+4VTNYfs9EIYC8PiUEkIRAmPvVv93LnRfmbiyObkBSrB+T\r\nqvFJ1hp55sG0+mWaFAKTEviuemJ+5XuWaJYu44hN4rf1XCfp9rNSW2yd4KM7\r\n/7X+5jO3JAJTrR74jt8x5oO4YFzStRdkzN+cR2mEf8xLtXZzYPHM2+GZ2vCm\r\nI7xmA+qwQUCG/WjNFusSAZi+B3t2sBonMFd8/cEUwXSaWzzUBbWAZUZ+W34l\r\n+3ay/O0pQY4oVswwx7ygkS8SGt3692jwqZ5Lyv2493ynj+62H3DaJpJfy8B0\r\nYIJvF4hpELHuLDAna99s3nDzOE9c4cIQ01g=\r\n=f9nu\r\n-----END PGP SIGNATURE-----\r\n"}},"1.29.0-nightly.2573":{"name":"@influxdata/influxdb-client","version":"1.29.0-nightly.2573","devDependencies":{"@microsoft/api-extractor":"^7.28.4","@types/chai":"^4.2.5","@types/mocha":"^9.1.1","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","tsup":"^6.2.1","typescript":"^4.7.4"},"dist":{"integrity":"sha512-GZjwhaw0lew4jUJgVo0q4c4BvJo+42/0UjbEb4IXXltsGnENOACIvj9Yz80CU9LMDtAITNKGmZFXiYFeaTbdUw==","shasum":"c653d23d988420b8db028895829cf2edf117dd8a","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.29.0-nightly.2573.tgz","fileCount":20,"unpackedSize":911237,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCtdDBqR2iurXeyTAUZydnvRJb8BYP92ieSk7lc/uVzAgIhAMmYTa25Wr5R714XZGVNTNy8BBK1QGxi057kmI/ciGN5"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi+dmDACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoV9Q/+PIxyEo1MFaYxYikag0HKa7CKH9NJqbnvUb8b+BGwSHntOTRN\r\n+gsIudVAHECV15ZpQstwTOOG1SOdwzmxdV4WxQwVMQqQlJeuV6z3BafAZxFm\r\ncTQrv0ZCRSp+NedlX2mnbaAsMudrSNzlPl8dGpeqbkakqIjTkIkIdWtfVW1c\r\nDCiPfMdiMO/udRNl0Fx3LwPqi2tw3V1+bQ9EdKSXkzgNmaDyPPtVYAMG6ZFx\r\n/36AFNEWrfkELgV+G753PaeU1L/5CnEI5uTV2Iiii9TxoV5GZM6HJLU5oEje\r\nkjzXIvomyeyUMetgmODILPrrpCte0Wr0BveWJ+A4/Jr9p523bHYOllLACoXk\r\njc9LcgpuGe92HssZms4mRCOgnfuakzBQa+yHzfzjKt3jCJEiEjC73VfWeAdT\r\n60aa76m4SnU8vLRgFxPl4UEA8oadGkpuOQgLJOMQ+o7WMvDXSg5O3hMdQKii\r\nvJkTFB82z5Brmgj5BcdezjAQJUKHZWfzg8ccXNBbb1HVyLYuKs2f/dQFBuOK\r\nHN6fNL7gMS8ZjzCj1NnznRXWFJAlxGaDkZoISSfISdb6bC/KSXOIFKUeRLy+\r\ncW9/C1KNDGhyW05ArdMpvr8QKl4a67rBSrfbiQMcXAb8+h5VhoRl2ViIJ6zm\r\nm461iT7cMXowtec8ApQ3yuEznQJtQ1TZwBM=\r\n=+/A3\r\n-----END PGP SIGNATURE-----\r\n"}},"1.29.0-nightly.2574":{"name":"@influxdata/influxdb-client","version":"1.29.0-nightly.2574","devDependencies":{"@microsoft/api-extractor":"^7.28.4","@types/chai":"^4.2.5","@types/mocha":"^9.1.1","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","tsup":"^6.2.1","typescript":"^4.7.4"},"dist":{"integrity":"sha512-xifSYJEQ+UEwyl2NfyJom5Cj7FxDmKF5J1pZa1tv8kuoLswD+58egEUcmiUh8W906r+IjmN2EIw5VbrXCyHi7g==","shasum":"96d0719cee0652bc6297d37e08e74fa462c55719","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.29.0-nightly.2574.tgz","fileCount":20,"unpackedSize":911237,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDXg9Z9fGIO7ABU+k3ccUMdw5VQBNijfkgKHi0BqueciAiA0YjaYheW82sE5oEfIoSdlF4nIAm8UkfFkA4hhWuZMmw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi+dmlACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqwlg/+PazRt/IfnN6ZbDziMia+ka5Yy2ehN5UeJh7DjxuPpd0gYelO\r\ndDoBZm+BBCtmpATppInpD6QBclGCkp3L3KhlHvz1nV5Yl+z7bmKkIwNuFvA3\r\nRdTvKtQTZ11Xk+RTMpAmf0p67LNncYtlCwhaEVLE512E+hY6k1uxzL+dSW9e\r\nrBVfe2fVapdFA04GXgF3CeJneKE4w5sYfJIB+y3npY6TUPwdGcKMwzg8EHWV\r\nY9XS0DxAKN+1Ub4LCFyvLkJC391ci6H+CXqjrLifjCh5jiTEhkePovfC3yif\r\n0ublv7uSvM/KdPuZVpVIMNq0To/tetqAXNoLUF8+YC7/MN0V82gLnM/8ABr+\r\nfeGYIsrT1fZN81sKVHSe3iCQRzvnJBMyel5/xmHRJOoPdAcb3peqoZ0gs5HY\r\nE8koiIrZE9EjTNQFuDoFbAxe8DC6b8noQ8Zk2noyfK9k2S1rl4alagGp67DM\r\nSYk0y75HBsq7JKW7QxydzHrHsYEVslR9tfgDXuXwcA7WWUAjXBPKWafGCbaM\r\n3vO8RELSpbb64K1UiDnY4aMhR9BYgmsMFgcqfWie4p+DBIHxoluXKVReOOYN\r\n/OE1g5L7FFWNEWt7MThn5pRsEHC+Nwrzcob/1tvh+JSwcCPZ5ycERyp0tKet\r\nHv+Uc/bQy5wKisBfFlQJ/uO/W+wb3C7QXzY=\r\n=Uz54\r\n-----END PGP SIGNATURE-----\r\n"}},"1.29.0-nightly.2591":{"name":"@influxdata/influxdb-client","version":"1.29.0-nightly.2591","devDependencies":{"@microsoft/api-extractor":"^7.28.4","@types/chai":"^4.2.5","@types/mocha":"^9.1.1","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","tsup":"^6.2.1","typescript":"^4.7.4"},"dist":{"integrity":"sha512-F9ArOfoIoy1OXpZJrJ9D3lEP0OibRmVGScHiZanEP+WXjGuxaE6wmar4DXFGcvWG/1Pp1bWgzpnYFic408JAHQ==","shasum":"8f5f03fedc61c9ab7f8ccc03b653a899a156eae4","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.29.0-nightly.2591.tgz","fileCount":20,"unpackedSize":911237,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCqTfptM8vg7afwv/AV9c4cKVB7zkftsZQ2lblhKCnL2QIhALLDdTqlytSCpROqwA0t+gCf2yQwd7asIno79EJ8ktoP"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjAwT2ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrTERAAop8NMlhKZKakj24Sn8ZdviQET6Vguw8cdIFvlrpSS0WJY1pv\r\nxTYOC60jOOaPN+ClYVeceaB+c16V19O9bS1FhQ1A05gsXp7g6CTTZ8uhx9QC\r\nAsMNXFpTGenRVU5cyRVneWENR6h78sT5CS8Yo6rI+BVasybpSMxf3MbUEWSH\r\n+Dsw1xsQZv/AI9dCO7sssesTxkQNjeVsraAN5nMwT6RRTVA3kubtL42QhFfv\r\nqGEzpvSN8mRUa4OQb+Vgiu/3vpzLUap3RxiNHRzwHvuOmyhhY+YROkYOlwi4\r\nPikwTnEuOmDT3M6ul1d0vJsXSqMYYoSBjjDUHVz4Kb5+DQi8X6Dp53gAvLwo\r\n2OsenrCrx3ePvmQFnAlgJDUgTKvy/USiGH3xux+JjmRwDiSkIFEQHlZ56rZN\r\ncztq3ZgtWkRxU/a6j0WB/VmlMhoxNcKRwgJsl4BZt6YvbJowJhSU/fbrpYah\r\nuA9boRZd17UqNa4NGd9GUeugJjRQ++AVqngEH/pp2mTJQBqjAuiXbH+fi+g2\r\nYsXtkN6cSl6v4iGjLowumMiobZo2NKp8LLicMdH2er1t/hRrr9BGoAT2CtAI\r\nsEzy7LFS8ZdxBf0XKhEmNZVmls3ZTg2YW1+aPUhiBMZeQF3/SfbS6BfxyWeE\r\njcbf/MhddMr6FKEgIcMRMkEfQi73qeca45k=\r\n=K9J5\r\n-----END PGP SIGNATURE-----\r\n"}},"1.29.0-nightly.2598":{"name":"@influxdata/influxdb-client","version":"1.29.0-nightly.2598","devDependencies":{"@microsoft/api-extractor":"^7.28.4","@types/chai":"^4.2.5","@types/mocha":"^9.1.1","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","tsup":"^6.2.1","typescript":"^4.7.4"},"dist":{"integrity":"sha512-lAR4GbwA6KPzIqfbXBHJQzespVm8XvUe+K8hLF+vDsswfngju3tjtVdgXDBqBOYehcmQdwHwrTfrKtlop9dBIQ==","shasum":"ba3e8ca8e5643c9042eed89fbbfc9bf5680fa898","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.29.0-nightly.2598.tgz","fileCount":20,"unpackedSize":911237,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCaMYZ/D1RFhxmhMpSTAeNm0OnG2/arn0m2BgDDyQxaFwIgaP0oG8rKGpqqm/aeVNIgKYLQkgyrTRkDntcaE18Malo="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjAwaEACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr1yA//aVjq1ttkYcT80SOiZsgFvOkMFKY8+Q4VrPuS2cFLwz5PJAoz\r\nMR8qBhef33L9MkTkZL8ZuPL38W2dcZjOwF1PhnxjQd2DCxV0P0RIKqnA0mKx\r\njPBOV347odJL2sTxeY+mPXKD1yZeTWURolG/yvQNFc+qgL8M6X3l3Mm38sZ0\r\nhwrws2+PxBXI6E90VLUHJWuURS1fkiEijNY3g1LZtK6FJ7aHnZRfk0+HCL6d\r\nNq4FFthZ9q8fWzBxCDXhV/fEob/fPRimY56VY6yHwGyjVefQEQZ1HtmIYgwi\r\nzJPtdaxAOAR2Ti1qTjcrXFZrAnQhPEYW4if+WpTNZ6NJMRu4pSXrORWqE6h1\r\nyZLiU30G2ix+agVLsD+JwtZ+bbgEXNCZ6BK4xO9VJ3xO9CMa5GdTViR0B6zZ\r\nXzfwskqbO352ghKiuiGhIYF7LHqNmGSja5gu/IQ3TcW67PbMYnywiBKYuPDM\r\nsT1H41u+vwzVv/RSrAKIl2YVjz+0Iy+ilRKtGCyzEZswBi9MgtUA2rS9yRrP\r\n5UrrHopW57ngRjOx99RssVZT6WJ+w43dawZF2EKaQQzVxFWbYcTIae0+JpTd\r\nOsxbsAB77W1AvTxq5M7Mo/65kfoFBNQlSrVoO8VgwjTvy8EvZ4f7I93o30sL\r\n6Nlf2Okz+D9zkvzz3wIfA46JGdDcyfeBdOM=\r\n=hACc\r\n-----END PGP SIGNATURE-----\r\n"}},"1.29.0-nightly.2599":{"name":"@influxdata/influxdb-client","version":"1.29.0-nightly.2599","devDependencies":{"@microsoft/api-extractor":"^7.28.4","@types/chai":"^4.2.5","@types/mocha":"^9.1.1","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","tsup":"^6.2.1","typescript":"^4.7.4"},"dist":{"integrity":"sha512-14uEQOF5iwxuvHzNabBxsw4ZDeOgh1Rp+AX4bBxFroFpON+hhs3ssydMM0n3ck1lmuNNFNvQSQtAsDpWDhQVLA==","shasum":"7d02f45efd70b1f841dc967ca861e935465eb597","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.29.0-nightly.2599.tgz","fileCount":20,"unpackedSize":911237,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAw95x4XALan7hGYUggPvFCsSPm6h6FY/50UCV+8qmdaAiEApu0MvX8pn+x8xClrrS31VQuoXe2ONMFEwCITybyXHV0="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjAwaoACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpBcBAAik9rxOnMx228fviAf1dzsC+rrfYUz7+y1vKWkngokNHpb6CE\r\n2vWtwgqNRB5dgbdusJ6E+1+R/HXklRqwcaP+ztAhUwC/qqp1ze6GVnnTrt17\r\nyBqM1P4sqMzz9jiRvhQU4dtFbgldlC8uZFt0L1SJf/kl/v8LuZuCCv5zFBMG\r\ngkaykiZD/hmbhWOVprJ37WDwhKHC5k5NFC1CNf6jkWfBaGa5a9rescNU/Kl9\r\nFv84r+cuJlsKpdE397fxZkLkYp5HU37R5t+anSYt0OovOgkkKR8RBZnDq/qR\r\n20TwHRd9wHRzYKJnUc2gNKBygfA5OylX93iszcXbTUVbMu3OTUOq7ljs+hCC\r\nY1GFwzGYnheyhQS4rmHmU7Y71wQPzbb/iBc6HLl6ojSEzqHQbEluYxW3a+ly\r\n5Q6Ax+uWVebTfCPcdxCO4YNwYEcem+Oe8wMJVerHwN/2k+iL62btM2MYgy0h\r\nsn5B8iN2I3t8JLVnxHfprU94Yz6NtuoTwZosGOkuc+gcqCQpeZb28ntwXAqw\r\ne29nPXGQsxVvw217IV/+mU8kQzV+xDahOBCD7nGBmy9njVOzFAZ4YdmDItkQ\r\nSv8PFgxkRjP4AlB1BPdg81NQEc7Ielv7gwD1vyl1NZFlfab/uvjsEKNCRDwf\r\nvh3VqsMSfcR3ebZNRxU5n8E07pFTh/ZarrE=\r\n=eKnX\r\n-----END PGP SIGNATURE-----\r\n"}},"1.29.0-nightly.2600":{"name":"@influxdata/influxdb-client","version":"1.29.0-nightly.2600","devDependencies":{"@microsoft/api-extractor":"^7.28.4","@types/chai":"^4.2.5","@types/mocha":"^9.1.1","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","tsup":"^6.2.1","typescript":"^4.7.4"},"dist":{"integrity":"sha512-bMWXaV2ic7771B45jDL9iX204xjnf3/uVi74ff0Tf6y3qzmhIQUaDPlqjfXLGoOwjaN+y2KMm6wNfwZae8BsCQ==","shasum":"9d3bfa32b9a78813c6a3308984643e9859e21bb6","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.29.0-nightly.2600.tgz","fileCount":20,"unpackedSize":911237,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBdrYncCo1IDhKwR9YgaBUOBX0GBXk0+99YrsCgqOHlBAiApIhVEfYSb1AjAJ0t7sQC8qxpkuyoK+2/RzTmtKHf/RA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjAwbDACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrSFw//R4dA2QW3Ii+wTG8bvSj9bf7x5fgSiPDjmrTPJHVTe2urIkgD\r\nDya83C8YJ9kUE9gh+0lo8vO6fmdEIWOf7G/37vkYN1jOwwaYSrnz1ltqVz3R\r\nN9zIQGq/Wucfxk8gesEpLCpezGFAxeyKA7Clbi4E5gzY8aMunq6c/WNydhwg\r\n75ot1hV5sDawAOildNZe7O3P06OoANUc2p/vMNRW/iIB080C5Xq66IFFOk9h\r\nFxoDqXQvyrtNXGD3NgN6PVybZwnekJxnMdwvAXQTH3hI1wpjEp12DRfuTKO9\r\nMKbcsVu5F6LRFA2+yypSxr/+w5hyGJBwMRW6yRjcspvBj/BetMH2oUHGEHX1\r\n7qJJ1PMJZ6kxoD4cdAwqqMC296dxC60F1ku9irQmU/IiUiaNm41ZJdd5799b\r\nGfaiJ3MDxr9vQlnmBUAzhBG8AsV91NW+F2x51xfc7eCAnvrCpAuGO+m5D1m8\r\nqVBikfncrapZHHwzffQNEtqfh5YFrRQ41uwuBAzmazKeTtRQvTYls9ddEMkM\r\nXag8AZrwn79FlqnhFJ5FWg8YJJP8qu8kfJ+vytfPpN4/9vYeD0X0kPZSBBwA\r\nw7LZj67teK3SfOdugaQOgdFxzNsehx4Bl5nBYs5WzY5OsnJP5AhUhGcKwwr3\r\nvo6RapmXpyYX+kOjBeZNHcnHXxfI/Xz6/Ho=\r\n=Qkxl\r\n-----END PGP SIGNATURE-----\r\n"}},"1.29.0-nightly.2605":{"name":"@influxdata/influxdb-client","version":"1.29.0-nightly.2605","devDependencies":{"@microsoft/api-extractor":"^7.28.4","@types/chai":"^4.2.5","@types/mocha":"^9.1.1","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","tsup":"^6.2.1","typescript":"^4.7.4"},"dist":{"integrity":"sha512-hEKZN+PHudsqQP/qNZUnHeu2f8LjG8Iw++lx5Vhm+5i1SVAqlldpJmUNLkH1Mu5nK1DKrQQwTevlav6tXqHDug==","shasum":"6c86b3f78cd9f4ce8d332761b72496885eba3d4b","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.29.0-nightly.2605.tgz","fileCount":20,"unpackedSize":911237,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCfT3RoLknFu+/d8pPhz+a13oEB8p0yznyPVaFLk2rgCwIgHj+sOGiZVlPS5EyZyIzMVe2TLqkVKwD2fPHu2YuDJQI="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjAwkfACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrg0g/7BtpkJPPNpoffVWSRbEPKpqjQfRgj3VOgYN7JyKMLEdiwez6X\r\nAcDMI49wWwuz4eZqh700w0wlLa4uHrTqrAn0Mk/t98DtqhHz7hAG0HK3WoAl\r\nVP1EF8jXS6drs0F8wErlTbL2fcQsEBpgTdHmeUtH1mzgg2wlJth0B57osWXb\r\n1zRJ1KkkEaVUC68CW0fnlsGcXbxsjSmf+X3e1ym0ezWEIhOkSKGUd2bGsZ4y\r\ndpt47FGqJezId6YV1zkbsK3456EcGSmdN4Y7nOL8g+kOw6prXV/yWG90gp0W\r\n3lVD0+uKeksasg0L76e+bsxWznWEXFkTGZNRN1iTW5ilakD1uUKJICSJGS/t\r\ny8OBEv5chsblNDE3TK+XP29AlfqLMIwNMInTtxgtQgmVHLH9UNTwBXlJaVjw\r\ny4JuIDNFuZ1HmywnyAfHFerO8KuAza5uz0lPonCF/pLr2iWtz4ITtwqSW0D+\r\nMBrvD1ZKmAyYRFubqnoP+9Bt9ca/4rsjnOWSBuZ8E5xfzjuhuRZtw16e8niX\r\nrSzBcsH/XXI7SOgqn2Ch7yxnEoCWqE6c3NxaCX6pFMH1dcsQfw1f5q/r3efC\r\nmnrOHTNnZQXL4wSpH+KVQk6uF8uRPNKbYqmrKkxetPjdJ8Ymwc1+qILYu/Gs\r\nlGrIo6204UGh2wJ9IyPWaP6lmOLx/3A+wLE=\r\n=FPvi\r\n-----END PGP SIGNATURE-----\r\n"}},"1.29.0-nightly.2609":{"name":"@influxdata/influxdb-client","version":"1.29.0-nightly.2609","devDependencies":{"@microsoft/api-extractor":"^7.28.4","@types/chai":"^4.2.5","@types/mocha":"^9.1.1","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","tsup":"^6.2.1","typescript":"^4.7.4"},"dist":{"integrity":"sha512-ElMocJ4gU8wN0gtjxHqGGk6ek04PN8zDJyoQAs0XZR6e4GER7JhG7eEMNFmhzVG7bxJJ4+ukfjNsck1asqFffw==","shasum":"91321bda6b37686d75635b59a51fbdfb28a4acd5","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.29.0-nightly.2609.tgz","fileCount":20,"unpackedSize":911237,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD1BmGf8AYIApGhupPRBzlJE/XiEC6TUZ9OGpIB91/MHgIhAJLUdmDQypqVNJvA4gfyfmURNSZdl1dSwvc75UkUoIEe"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjA2nRACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqEZA//XeBI3+UOsPSt4/wSA4ZuzdPOd9xPx5hvHIWTsrG5tfaQwvtu\r\n48WtmJyAjsPYNGZ1MwmYSrAkJjkQS/tEsF/kX5rFNYlHKFsPV2tLfJ0FEhKS\r\nupsYoEOVkcZR61KyjwCIB+A/CSr137yi/2y8YDXUEdveej7jHSW3d8jqu4Vm\r\nKlKUWp0e7CT80gAIJRcxJ/KH97jMggNmnsqjspI+N1ezq0VEKwNNDjXu/7kZ\r\nVJ9sQoMQaNgthpWvGPSL8/ZkmRNSVaL+ODu3Jn27rJZK4G/i/+4zS9aZp8V4\r\nuRYZQzQnAlhb9YolW2zpFbAszZO++yqP7N8dvQYohgAHddDxYDdqjTnveuFG\r\nxMOQlY0I9xrx55zyLTGXEcsDnKeSy2+oNo4XQj/Jizm1EKbuWrb/cWAAQ6IR\r\nQjmopc9iogaBS3uWsjmHNNRhqgMIv76j9IIfr5o5D8KUoo3/4U+FjfHDxd3u\r\nV0tyK5/dYX8xxBf6wGM/qPaQxVt+kcUqvpgtQ1n80tA02an/Dr9jklDeLNk9\r\nQAf8n/+EC9dCn9OPDhZmyR6j7A6sVT0CMaXpZrW1PldP2ZHQDBYXdVi2j7/N\r\n2lTIRjR6AaeGUcKuL2XQeGNppqIY2p7m/jI47xvjqUVI1tO7UIwaChlMPzuW\r\nDWdzYksfcCyyG4fYrhihkolT4jEAF2/P7pk=\r\n=oRng\r\n-----END PGP SIGNATURE-----\r\n"}},"1.29.0-nightly.2612":{"name":"@influxdata/influxdb-client","version":"1.29.0-nightly.2612","devDependencies":{"@microsoft/api-extractor":"^7.28.4","@types/chai":"^4.2.5","@types/mocha":"^9.1.1","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","tsup":"^6.2.1","typescript":"^4.7.4"},"dist":{"integrity":"sha512-DUGwAyKfhYFC3fhMMZ9xnAf39GbicI038xmbaRab5HAicUJxlEXsTBUFLyUbODJnNEWR+LAcL7JduI56axvYRg==","shasum":"94074be9589c11f8319637be89cfba7272e07148","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.29.0-nightly.2612.tgz","fileCount":20,"unpackedSize":911237,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDZSWInfz3Qu9fthu+doOGWNMq081ldZ1GhXdmPRP1VogIgDjrMoaYuaUcb7dnxWnkKoRksetCTf2x7Fp5WS6abIUg="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjA4rCACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpRBA/+PufL+Oby6o/xSSqT1DoRNVNfZfBaIlWpVFsIk7lJbf9sXvK0\r\nYlusYJMdUhEdaGsD+JMwUc8xHzbhUn/1OYb12zteKxPub8RsAazoI82920qU\r\nPzDDZunqfm+2IPrghJ1q/6CAID18FJzQOB3AnHNm9tunHL0/2AmljrvPdjnV\r\nIieF0OFTH4+pv6GrzBrqBo7/lBaxy6ZAlYQgEgRhyRAihEmTYukKhyTFavui\r\nROsvVsFcphXeFOBShUOZpgo1V71icj81I2jp2dVyC//bfHPNbzPUQWrpt19S\r\nv+joO9aqCRDpJdYWxSnajrYWHJesYKRaLVFynB6W6gNo+6XJ2QNVC+D9aN9Q\r\ntMe9Yr0D/SwN1vlQd3wtR5Nl01wBxDtIOyc6WhF9iW+poHImYvenU7OdVIT8\r\nOyt5k3wgwbWXB75JTvSfMhBDopfsI5AcT2jNSkAnwGJBDGSUhoUB2g1vVb0a\r\nnDz+gTFCTrGtx8SBIT50FiyDSfU9/vNZ3mD76UKMV02XswXNaZjja0KSzdn3\r\nqoI95k50b+n1btaeAHDZ0eqGqTMUBmgCXHpNJxDHXJrnlnzbjnxwIlmsUg43\r\nccEQqPqPucQvHMWeHYCr06tXUPgl+WM0VyAU+3sLJ9FC9q2etkDAsAdZzu+g\r\nPugi40bxYgbgezPilJJQyEE0/YrSiuJbJ4E=\r\n=ZHvh\r\n-----END PGP SIGNATURE-----\r\n"}},"1.29.0-nightly.2617":{"name":"@influxdata/influxdb-client","version":"1.29.0-nightly.2617","devDependencies":{"@microsoft/api-extractor":"^7.28.4","@types/chai":"^4.2.5","@types/mocha":"^9.1.1","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.7.4"},"dist":{"integrity":"sha512-u3rcmO61wVj4gGFuRjrXA+zkpxw4CJ/w4qR/lIJrrmybYKKr46V+C34ZfEBDZ4bWo2BgHkzyznysjlesm9aafg==","shasum":"c175bbdbf14ae52e87c701fe1e395f0bc0adba46","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.29.0-nightly.2617.tgz","fileCount":20,"unpackedSize":911256,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIE3clN/pa1wa8TjyYQJTQV2YpFr28Bse3vTXrKDc4udPAiB9rWR9pJop7o0SdRUatXbd09NjsxazgQ58SmtbOwMSgg=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjA6XlACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmorsBAAl5AjmAzHuoAxq0uPRfTGwdQdq0Y+yMdOJal2oF/gIBFpcby6\r\nAuR+7OfsJPOWgasgNvyyHgh6FQ9znqhztdt2YkuK68va1j3AEnZtG06jPREQ\r\nXmY2gUYJFm/x6KlzQtxmB93BR4Ss75sNVdc7dP+cCiW3DZ/1C/t0wvE3vfie\r\nnorkejrthJhEZKOyzAHUqZFQ37vk/jJ74QtkzDyrTrTaqlFjuVHagcrZe5RK\r\n+53zxut39xJAus/9E/0Qkwb5Q29qMgcEam4w302VGBfKf8yIDMmTGau9amQC\r\nFLmAh4YuWyHCsmVtuj3lTyhp+4oBhWdWbWFQLbCPGWvYawhpxpWE7Y5ZFQXW\r\nAPy52bUEKByCSZab35ITidt6f1MYSGj7/KZrugsyXeQjW1yHFjDANbRTa75Q\r\ng69o0XmkQ545AgyTV0XRo08pZb+cPYbHI4AYPV/cehBGK+StE4D0sOmbUF3M\r\njQI8MIq5x/lspO9MZinyjkjy2eV6DiVLzZyxWgIEBnAketChaMDmETFtZH9f\r\nbUr4+mY6096PlTFJDZ6Jt1tiMa+PFW8qfnFDW1oe13AuCA0fcNjQZlRihwdp\r\ntSc+3dj5RX6GrctdgSFnDqRb2np5301wV9i7ad1ORLgEIhMeN2MIcxvcaa5a\r\nx3KZExQh0oV/JJBwbRxpLzhSf+lr4e7KoGA=\r\n=qoO5\r\n-----END PGP SIGNATURE-----\r\n"}},"1.29.0":{"name":"@influxdata/influxdb-client","version":"1.29.0","devDependencies":{"@microsoft/api-extractor":"^7.28.4","@types/chai":"^4.2.5","@types/mocha":"^9.1.1","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.7.4"},"dist":{"integrity":"sha512-9cup31a0S5Px1q5Bj9oyI8d84IWfv6nhldNuL8UNsiFPDD5SPw1QesPL4Oo+rR3Lbzbilt269NJOK5JOkmPyYA==","shasum":"b7c758fb99a677876f357fb20841a6a1c760319a","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.29.0.tgz","fileCount":20,"unpackedSize":911195,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHZGo8wRHWXcIuPpmyzN+gpbskFlaLT3bvJE/lFNBtEEAiBBA6pWk0HmcA+0lFjr19WFa/kOBhgk+AKyDtlVEUbj4Q=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjB57WACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoF6g/+PRcFYP8E5acXGt1Uo9dtA8m/iZR+wPmViqmyGIMZb4Utfx8l\r\ne9vucuID18o3yrG5JHXhMla+5WmTByg8yvT012Mp6gheJ+2hk0Bjy7Ff3zUP\r\nsVMSal+7r0LZRWYmyPiGuij8PwmUw/XO/jd+SRvVFCgR6MvMybtdG6ba/tX0\r\nQ9H/QR8vS0xfy7gG/of4cjrbrnfI0NOMvizI2Fo1ui74ydqzmTPQqaMP5u3d\r\n7dibOjLiza8p1zydqfHvSL5zW9QQjHWtEuy6tVWj4RgY20v6Vd1WAwmDod7P\r\nNO/kqGh+f3RJDYPFv7fQl0hSUiQQYM/dD40FDvJL+zHRU51lpBHCZQQzFnKT\r\nZuF2MNXtmjVMTle/6MmErW+RjzwI9WhfuTiAfR62p/txZEZIuyw2ww2T/NKo\r\nMBddQegSYDuX9YLwvTT+Sb1m8HgROK7XbtMVAa6lgZX78L3NMHIW7L2Myh/2\r\njQ71CL3NbZYTuJaEtUCxp8v5OQjv8gQgXYW6QZlad4j1oiqyqX+ZeXdK4pkb\r\nyssJOX3zs/qWVOGzB3JgVYMr0ui6UxjHptTp75JG6N8Gos7hnv18+L0iizxz\r\n0BcSeFixfFPwfqifJWpRQ47tKE5OC7/NfLXvx/mL9EXqNf1flNG0FRT2G76D\r\nSCtI4yUesAlt88APhSvaNExhq63X4kdXoZc=\r\n=eka4\r\n-----END PGP SIGNATURE-----\r\n"}},"1.30.0-nightly.2627":{"name":"@influxdata/influxdb-client","version":"1.30.0-nightly.2627","devDependencies":{"@microsoft/api-extractor":"^7.28.4","@types/chai":"^4.2.5","@types/mocha":"^9.1.1","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.7.4"},"dist":{"integrity":"sha512-XQuswJlKCk8DN3brwh+Q5Ms4U2e+dt7aM0jHK67rw8T1ABF7WtlvsIn1l/0o6KFS3KFKImewqowoPYsApTM0uA==","shasum":"f47d487e7685c7daab9ba8a2c77b3abff4c8ecbf","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.30.0-nightly.2627.tgz","fileCount":20,"unpackedSize":911257,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCsEuOlj/Bb0JwUl8Q+FctnQytEjhEE6d86zr2FPLPG/AIgHBH5BNZOLxTKcU0I+4QOP2XpAbyHDKHEHifCNQOx1Mk="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjB6CkACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoRohAAjF5ENAS+rZisFHVUHZde/YrxCM/8nVSde8+u7z3seT2OFra4\r\ntVhqK+qj7UT/syjyD8hyJozmFpi50ZPsu4OmUj4QhnC4Q/827ZSmwcBtDVx8\r\n/vsoMKe82lcJVvtaktSEbMVC1aUcWNGsSj3qox1if+LfHox145t6RLcSg3hX\r\ngs3uNXfxM8fHUllNbFCjmr6DJAczU3k440AADycf6l+5xRJxM9Bw2jJMuL39\r\nOL2zgX2FyKL/3bjZ4mj44zUVWSnygmPcNw74lOhF+tg6WxihhFvf+NYmXckb\r\n7XXNM5yOjhGj4KzOkW88gwl4qzNi0mRECODvpEV8IIjvwIl4p3xg1tJw5vm5\r\nv/cqRmqNrBNCFOEsKonY4wvHlUgMC1hCuj4ThY2iP9Dc+wsJbxTXtLWby5eb\r\n12m4J4l106c0HgoBFFizyN48jHmDWKVw7DTnUE+rI5498Fq8FnfL0ScUIkpZ\r\nQHVC7M+17GHOsQzq3xtdNpYTT+6R9tK1xQMdjnSVXOqJKWnnmKG6Xgnt6lL3\r\nEadqU1qQDLaHOJQX0UL+Q3CQAFmmWgXOzsu+anq41zrriNDoOgb9cP1BxCh0\r\nDftVRuJL/2HDIyHoFb/9VfMDgVri4UItp7zqGnz2cDKPzRVtUaEgwNTejdVN\r\nWi6QqAsCTBAIN+cm219ARn0U1v8pGbFGKAA=\r\n=bWBt\r\n-----END PGP SIGNATURE-----\r\n"}},"1.30.0-nightly.2644":{"name":"@influxdata/influxdb-client","version":"1.30.0-nightly.2644","devDependencies":{"@microsoft/api-extractor":"^7.28.4","@types/chai":"^4.2.5","@types/mocha":"^9.1.1","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.7.4"},"dist":{"integrity":"sha512-WMK/smn91pvR7aoQ7sUl7u8f2sdIOb4rSA8qtkiTbK0SBwUPZyQdIXE+dK7KQ44+DEVNMGa0jYt+661LgT927Q==","shasum":"3ce9444ba6fc895d48d8a8352218b939e58bdce6","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.30.0-nightly.2644.tgz","fileCount":20,"unpackedSize":911257,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDXg6ZvbuCXENfaX5b1BAda7s48hzKcgdGeAJQynHERdQIhALLurkuv2O6MbxOVuj4TZjgjdvsSQc1J+oJCB56ghEtx"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjEEV+ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqc/w/+OMmn90AhoqMnuTtBWTZk94BkVqZqwIWLQIknBhAF+I8V5SL/\r\ngvfdEZrURRlGmKs3D4b8zXQYm7vnmv2yJ0kuOGVWngkIt0gUQIieUI7H49Yd\r\nbXXqznexo+5J62tRaHoAwyghdSa+akTk2HP1I8niP+VBoWmDIXI5Mqld0nRM\r\nLjrdpabE5zYCADvyiY6KI8mxFaQBchoYa29Ipb7QzQhFOVSavU4Vw5cOfK45\r\nlGL0zvgDnCTkt7LYfgexmdCpevWwDkRk2qAZzkvN2zswLMpMj/vnrTdd91xf\r\nTIQyGNQBFc8dNiq5O2fUQQF14z5GRVPeeUktQ2bt682yc966IxkT2nX4fdaX\r\nwxahpx12d2MhSB6xnVBujdBB/NVeDnTM9gfnebPvR7GXsGwb+jEQVQYRlq+c\r\nd0szo/LfgQPYzBF/5Hv22y/9c29idF/uoSEAFewhK4rkOANhw8UFKFewpmxC\r\nBT5lPGbozJpMsF4ZWr7CYJyanj9K2t1VYDdU0PkyZtC9PVwRj/IM02wYIDa3\r\nT1Wwct+8intum5VW1yBwAjSsiM1R8BGKGPue9QIRF+E0p8oesq1KUONoOVKJ\r\n5nuUI0tryPhFC1B37s7JWgHsNSERVU1w5XXzotq0L2QTc289fcFyvBK+5EOI\r\nNLDsoCe8QbTmUe7MDyQJQniSfI8HFd4WF+E=\r\n=GX1l\r\n-----END PGP SIGNATURE-----\r\n"}},"1.30.0-nightly.2645":{"name":"@influxdata/influxdb-client","version":"1.30.0-nightly.2645","devDependencies":{"@microsoft/api-extractor":"^7.28.4","@types/chai":"^4.2.5","@types/mocha":"^9.1.1","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.7.4"},"dist":{"integrity":"sha512-8xfnjJiV8XQMyAWkKALOsXIb1mYxnZ1aQ/fAc8n4Af+yYLWae+t1aVqWXdzil69HaEtSTTzFcx3Gg4HNQ/1ZxA==","shasum":"5c19304bd3ca42911136e73dd17008e536c82b18","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.30.0-nightly.2645.tgz","fileCount":20,"unpackedSize":911257,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC7aUGRvKNd4MgJnnYcp/u+DEFSUNyvZtv1xOEdO7/DIAIgbgPsgqEMHDBd4WQIw40P3M7ejSt2H3s7PTvMupzRIYM="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjEEXPACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqJrBAAmBHdhZsxD9P73RTFdHPSsOcp/PYK00oaNXzhkV/4ejgTTf/V\r\nCsBBVM9eso3z46V7kYkjtnxqoGZk6aksMkzCPntuKzmwGRZGPBIPbXXMLAu9\r\n0g5tXY8uOhH1QH2RmYZeGjtUasImGlRRcY9HJCj3K0pCvz6h0mkbHPccG8vB\r\n29zRcBL5JOkwiFG5bptDThs95EKTZN3Tv9QcwhJFcVbQmKTMa9Gp5hwsJT7K\r\nGdZ69WyKkEZ/pBmDAChCRmyCQQSlMi+LDO3FLiqG0kAz2KuAOIcLY9+oWE4Y\r\nbOeTx8cReEgiYtfYn2etC/fLts+mR90KjrWHSFGmcWTvzIzVSI37RGj2Cdpm\r\nLvvS85xwB2BivsuvJuQpbJYE7HP2WdG50jM3ZTYIHZwqieY4WZHgL/tcrTK8\r\npOALTnaCMYd797ueVYldT0ie9R5d/7Gs1CzbZH9tkcUYgP6H1Q2aSiBHupRf\r\nmd+gns7veXf10uixplqtZ3mXZqH72+qi1RvMZyMjxdMy9qL+NDd9SYxSOqLx\r\neB0ObkxixYBdKE2ryTn9vZdbShMtipGI7uJaOP7xJ0Xwl5csYA1aCrY1aMq4\r\n58YriAwRCL1lsfb2omVha6uBrkHv1I4IAuGJCHyF17zh6YQUXfcOfeDp2F9N\r\nww0MEFC2VvPSoHNTT0L2OY9yXGyQTpwYDW8=\r\n=z0Vo\r\n-----END PGP SIGNATURE-----\r\n"}},"1.30.0-nightly.2652":{"name":"@influxdata/influxdb-client","version":"1.30.0-nightly.2652","devDependencies":{"@microsoft/api-extractor":"^7.28.4","@types/chai":"^4.2.5","@types/mocha":"^9.1.1","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.7.4"},"dist":{"integrity":"sha512-247wOYLSC+F9FZk3MhMr64lsUQ+FoS2Imy1zwB1ICLRUVuEjP4D3G/CQ8pUhOnZ4nPmW3Bq7MxLOmYzlmIMpYA==","shasum":"7a0563df277ae232cd95dee169ced40ece582b9b","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.30.0-nightly.2652.tgz","fileCount":20,"unpackedSize":911257,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD/GFwWOm0rKO0I7TmOFYCB0xDsg8TlZ4JF39SVpwuRlAIhALFOGyyXPBjLHtanGT9nnIuwqLnx9LyDo9oHblsKXVOD"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjEEqPACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrltw/9Gjmn4h2xPjO6FibmKSO6W/e+O5mTKAfMEG2Y5w4rb6UmY83j\r\nbUGvCVnFjMp6EdlDr8eTceZQcBCjfIHC1ULbxgDJJyMdnKu1d83Mq0Whpmdy\r\nj6wbdmv8Ugu9olIV3/yYUjq5bkVuPc1biGKzQm/6F99DouAste2B0vAs8tji\r\nHCdcwEWuQD2VprTHOxDKVhEQqNXFsOQpZIliuqoCeYdcrNSHSC8w44iuW8zM\r\nZkMEWD+XLrN74648VwfTtKGRp5PybIGfOk58SIIwDyPU1Z0lHaMxRzKPoK/x\r\nCB9MWnfa/L4qvhdJpOyR8emHwDyxar6fWqNhimX9e1zApipiYXgedSV7By/l\r\nqKm+1+mh3tlHjCuxkuykuFppqBPeY/2ur5pgijwbn1ArqN2wiR7i0OOuCe/4\r\nIN9KHUgVjdCyE5M5X0S0PiY14uwaB/sPddXQi81HS4vpWCA+td4RCY8xgM+g\r\nAehiCqcHwA0+ydh0D1vBYF6RUYrE7uY+h/flv15nE2MjiSS6wCXUVslWeCOT\r\nJvTIRxhWeCR0Fb5QcsAqHuu9oOn8FU9Ja//yhNWVw5bvnnQrFos1rvttxsrR\r\n0g8+gMe7m3Hh2gWJ3j522MkXWcN/t2t5opL5v6gAdlq7m86X0+euv00VFXxi\r\nSNAwrYQraYY4QEBN2FTksAfwusXHBMPhzeI=\r\n=HK2M\r\n-----END PGP SIGNATURE-----\r\n"}},"1.30.0-nightly.2665":{"name":"@influxdata/influxdb-client","version":"1.30.0-nightly.2665","devDependencies":{"@microsoft/api-extractor":"^7.28.4","@types/chai":"^4.2.5","@types/mocha":"^9.1.1","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.7.4"},"dist":{"integrity":"sha512-XEs0kt0w9Ca0ZvPVh+Ei5TVlnKA2wZP+Hda4sDwJqTGT7CBcTj7dhQBwZhyqMcyL9x9SzTqJQjsEEXWEzwM2GA==","shasum":"0e5ed009415edcf7a05f6c5756fc6cbbab625724","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.30.0-nightly.2665.tgz","fileCount":20,"unpackedSize":911257,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICP44xwPTfH0OSeFiTMIF2h9D/UoVtL9LoUsKyvuRfdCAiAeLjOD4l6V7CjXQfITjHEh0+Q8qvu5WvA7uhTZzRyOpw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjFYRuACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoLug/+N7Mamxg10pKwxDodNqbH/2/8tz6prQ9vkQr5ReZLxbLDppaW\r\nKDiAF6vpAG2DzCEEIJpZOYuZPvoPtqPtl+nLfc9LpMCFy7rgRBzU0E52sR6X\r\niJDoynP7iW3id6Ggu1iGlfY32fLloUuQZ6YgWu6HX7VymXNbENR4gXkzN+Iv\r\nXNEiUumAHWyLrjrzziPTVbEw+Qnm/GxI6z/vd9urJ2CUvStVmQND7JD5D+BO\r\nNpEOl2K2svvgcjEEnPJYR30DY9FRZTap3ScZADimmyq9QZS8ot/Y3YTM5cvC\r\nDgZSQSZNaXkNg1CYeEjVVunxVRY1iUVhBsPJXM3XhTSviIZf5tYbLuy2jfEX\r\nvdDGMOfhdORMoEgLJz9sY14BdI52Hr/af6YtCDM+i1hwtEIrDz6vqK7vYx27\r\nwMSiUIi2rfwd7w7R2/VQetXhm50BN2njt5Sst/7cRBM6yJ6D1xEfjYnunMYQ\r\nkUWBIYKHhTBII5IuEn1T2RAaYkk7MNeVv4DkOYUmcCcTfkf70Tbn0m416/JL\r\nU9g4NJyQgEdQHVhWFJMf/WQpCvwbU8/RYfDyrDuerC30lHVoiDOr/hc2JIil\r\nKFLM0UFd3QoPcwCKwEoAXSvnb747xbDXZkhntblQ0QZTvm3+gxGEPK+N9Q7x\r\nmbF4eQFIYL2q4bYXolFJP9YGQxWtiTIAHrc=\r\n=0KzZ\r\n-----END PGP SIGNATURE-----\r\n"}},"1.30.0-nightly.2670":{"name":"@influxdata/influxdb-client","version":"1.30.0-nightly.2670","devDependencies":{"@microsoft/api-extractor":"^7.28.4","@types/chai":"^4.2.5","@types/mocha":"^9.1.1","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.7.4"},"dist":{"integrity":"sha512-t6kZI2iOXe8CYWpewhSi0VpQwamyB//zdMoyMOyiP7Kf20WaOdN7f34sSD7wvhlTe1+/pSbBYPe76R2rAvaEdw==","shasum":"f337cf1cbd52dfa998f5a326b6b93fed874b40fb","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.30.0-nightly.2670.tgz","fileCount":20,"unpackedSize":921762,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGMj3aysHLdMKEc4nzDZ1fk/hApGAvpZitRkR1IZOpahAiATDQytGL87mRxNyT2kwwtC5/zD17MCpiuLbPKLtlxMeg=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjFZOKACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqsMRAAl3O4DfRILAKS7NvykF1EIZXJsnCVUGakpbHVlt/vLhA0tCZ9\r\nyZPOnSBd5GyOM/caiKp82wex+nRS1Y03Dqd0viIorh4T+zm+E/GfpxryEYHW\r\nq6N1/g9DySSellJNgjf1zdR9acoXAt1Xdg50Wkc2887Krs1z33LCOkxRJdvD\r\nieWLOhpHnb7kEe9icKxDhCNszkcv1lmu64c4mGWzW4c3L0t6s8q982hmtzzg\r\n0Fp21lhy1M5I1Il/npiu3nUHnT9V47iRuIr8MO4g1TQUvFOzSxJrvk6WZN8b\r\nPBeT817JNaqO4EZ32tvysyuCrdrhPgzrJLTxevhz6/37dRIi4fyymRP+CnF5\r\nlKs6Yb5wx301igDigQBCr3vRzn9SxsaBBz2dp/skhwm4w4ik163xI9c3ASxq\r\nJOEwO+LrUuPbzRtqGCNS3U3IeqAaNyDLFtj+EXZNqM84vMkCXT6DaLlLWNmJ\r\nJQDjTZgVLCy7HuWouelqNwKob0KUPG0Rh8MSDynNfpNpw8hyybi/PoU0qkMK\r\n1e9LrH0LSYtbageSkC2mHj9DQmcf6toDwnvaD7jYFivP+5GoKbqJFdn8DgMn\r\nepzOgk+e2/36KTechj+cipTd1WSjJx2jj2esfLLqtL85pSrlQIpCL9vaYy+R\r\n6/2/06h52TW7NrrsTRR/JbzY8m6XTrmEMpg=\r\n=EODj\r\n-----END PGP SIGNATURE-----\r\n"}},"1.30.0-nightly.2677":{"name":"@influxdata/influxdb-client","version":"1.30.0-nightly.2677","devDependencies":{"@microsoft/api-extractor":"^7.28.4","@types/chai":"^4.2.5","@types/mocha":"^9.1.1","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.7.4"},"dist":{"integrity":"sha512-G0AItsZioMoLlNMezoN70rV155Tz31osKDQfgnbG43Up8SvJybzo0vcoL2AJLxxASwo4awH/Tk6Xcq/Qrm3uNw==","shasum":"2087ff6689836232b5d19ac8bc3941eb871900c5","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.30.0-nightly.2677.tgz","fileCount":20,"unpackedSize":921762,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC4EyRJvktUpIQvYK7o/uajLWL4Hzc6lRNpfTb8ju/TvgIhAJ0GQNR2/BYXuhkJ+ZgC87SOIALuQA626pGG3W8HTieN"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjFZy7ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpQmRAAjy2YAdlFdZC4Plx/yG5uBV75e7WSEiZs/IQHBmFmkD3sXDqg\r\nNA5luM416+FP0E7NERMQjuICoyOIBl8Lct/HLMjA7j1sGkanGhregOQBt/hG\r\ntK7BHvz0FR73LPMf0LPv6ScXGQ3zFPiMER6oFPnIRQyZhw2bra6nGMEOckC+\r\nklVlmqOd12szVfcWIHJJ1nTiZ5N26OHRtFylVP52/lv58PuY2jDkRRwHpGmI\r\n3/n7VxZIY4scQe39RPGX6uFpIWhkm4da38gDyPyVCO4Glc5PCVXVuAGCYRmN\r\nTT1ReBr1Ek9/gKI3s6Z/RycgOrvixYudXZa7If2sEy28PGkUW7ss27UEe7VT\r\nKuhHrtUCavlpEXWXkjHvD5xFWlF5kytxT8Ws5dW0f2Np6POGeYaex40KA80z\r\newHoSTElHoySDpqhC4s0Nw3I84vmYJAmI6XsTjjlRuGBJXtMpqrebNjZDln4\r\nFElzx0WCuLZrMWGhmgbEckM1a0dPqVajTnwHZd6Xf90ye2UrIuouKclxXnRQ\r\nfZQYqRiioOInyTld6acjPsu2pWagt9lgCpTN5EgU2ynCTWkFQraNpMAnHDm+\r\ncXKv8XoVb4qeUpydlskltWVauvEGh+SpoLtOAAvTOUcpDk+crnivNolGXKed\r\nSOsGq9oWVhgv+S+ewfgoJ9C5NBTup7HgRV0=\r\n=CFLx\r\n-----END PGP SIGNATURE-----\r\n"}},"1.30.0-nightly.2680":{"name":"@influxdata/influxdb-client","version":"1.30.0-nightly.2680","devDependencies":{"@microsoft/api-extractor":"^7.28.4","@types/chai":"^4.2.5","@types/mocha":"^9.1.1","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-ea6F66d105Yu+ZN1f94QoWSgijLFMJ+EYttq88DPBwXiJLZSHh9Ykv5lRvHXaqHBM+wR9gXrGBnWmHG5Og4cgw==","shasum":"d2eb6e5b7a3db452f858da6703586a95532fec29","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.30.0-nightly.2680.tgz","fileCount":20,"unpackedSize":921741,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDnz0o4RZjFQ2gsbca0U0C5ZvshKXSdmVIfDfGuQ/+a2AiEAt1I9HHsQRvVTZsBmHwaotI0tONXMEtzcvnDYLJcwLGE="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjFbUhACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqH6w/9HDu2TRU30/HQ+hi6qH1vtevSgYU6WbScqK0zQ521PaQkswVd\r\nSboxRvodngtK7txnirSMlOoUdbO8+9jKEitBxo+mnguZwQdri0jmAnHdK8U5\r\nhESyLDRy3ibDJ1F9S9R3aYbSmdA2euVJA9aE+3ofs4nMz6ZIklsliA7Fx6mq\r\n4rcJ7kB+VydLltOOExvvYTl0P54eyiALGdw1kSTnVq1M/tDpOZO9WWWc6CsJ\r\nhrSm7wLRxqYLM7c0mmnpVIbNrOU5qJcmzYdVSXU6+dfRUlaC6B/2xPwv3TnK\r\n7t128oB1LnUMAn5IpNLz8cD0bfWFSDHd0u1V9ichvBo7Z4z4Wr5j0JynFUnc\r\nkDE03ay9L+Rm74PFszQ1xMONOIA1HuRqAemJhRQwki7g51OKquvkKgpVJJxt\r\nYuMiYDC7ZU5Xh/YMyN4TizJmETX8R0v+6J1PzPYE6S78CMBD7vdDvQ1cFqBI\r\nGkd49FcmAsU2fzpGyxEsJRJsylceUhzYOGZcQ0kiULbeoCEJ53ySaiBJPET6\r\njjlv0V7zk2YOTicb0/FBilZ49yoKlO4uaOM0Wo+lYB0k6dB8wXjcHlzF82B6\r\nw+sfUlaxeBao04xLc0iYX8S4kM7ql5MoExkY2y1xVg6yec8NicrYE7mXT6Lh\r\nA7t9sdHCHgBpFRs9zKqBgsHeZdJnptbRTkQ=\r\n=j0BB\r\n-----END PGP SIGNATURE-----\r\n"}},"1.30.0-nightly.2685":{"name":"@influxdata/influxdb-client","version":"1.30.0-nightly.2685","devDependencies":{"@microsoft/api-extractor":"^7.28.4","@types/chai":"^4.2.5","@types/mocha":"^9.1.1","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-c1eMFNXUwx2u+up8BzWc3skFzCTXxDO0bWhRGMa2vb16bxpSYypqflUnHZ+jSFt5ePz0+kYgaWNXk0TKZvIKRg==","shasum":"041eff13463c51d222003ca59b6e2b8b77aea4cf","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.30.0-nightly.2685.tgz","fileCount":20,"unpackedSize":921741,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBPs+MjbaI5g9EPYOcoBlpXpY7DqSEBCe5MwdUSXda+TAiALigCFnx2LXc3L1IyzszsmoY/PpBD1KX3cpJ6dgab0DQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjFkxYACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpfPg//Uox2eNNXsZldDrHdUfn7iePznXHV0tHbQLzdBiZ75a/wvtgO\r\n3wmsNT3ao1IEgCwtkavMWT+eo1W+JXpsMhkiuiRN9CeloSJCt/YAc17pETYT\r\nZJXP9kCRAfXHPrWCv64DetIXAEiSH0eyQA1RXI8JAfxxoVMzinVqtGAqUM4R\r\nOhDzwNDZyrX5X49IvpB+TlnJOiBJT2wgFIobAsJFa0X1OgyBpIlG8c0tOe1E\r\negAsC1Q8zWAGNaWb5WEC6t4fHSTMLksCbZS+b+jbhF/lpOh0manbqVDTyDpY\r\ndrlFK4opmOGcSSiVGVkABX55m3crRiZhhbpQHpPea8SbftsAiZPftCchRku6\r\nSByH3F/QvvN7aMQyrtNdfqIDQawLSZNenFKpQeAUl0DVFut7spF5Cfbk4LBo\r\ndLd3FL2Hecb39ToJAg0V93fls73TFk7+zxC1XTzFQamuCsoEDfQRtRXRKAsZ\r\nCqqj4peCnIsdtGuQOrkvcBuvhstMVhVY6enikNV1HEc3phXgNzk9vZ9rXufR\r\n5b7jStveagbZ8SNX/RjSHySDrAeoW4hbIiFGHZ0Ligkvc9+2wh1eHg316NF6\r\nMHCC3cmNpkc/ZSijhigtoQlZsIjCQpgJNPl+kNYEczqsHreP3AZa0UhETUl+\r\ne/WBU+tZLFoBnJn4OHbJot8mDc59OUPYL2Y=\r\n=5U2k\r\n-----END PGP SIGNATURE-----\r\n"}},"1.30.0-nightly.2702":{"name":"@influxdata/influxdb-client","version":"1.30.0-nightly.2702","devDependencies":{"@microsoft/api-extractor":"^7.28.4","@types/chai":"^4.2.5","@types/mocha":"^9.1.1","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-hmi/ZgQPXYbk2W2fkjbcQHjKKmCAeIAh0J9sdG0GHCtle74OyOfLndlpWie3ol2v9bYPtHVqChq6F4tM+FsaAg==","shasum":"58f0324a8e3183efc70e2e6e9d1e18f49a0ef4ee","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.30.0-nightly.2702.tgz","fileCount":20,"unpackedSize":921741,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCaPlyVk3AAtVZumuTBj0Zycl+oIHYADEazQ29tgDBsAQIhAKbkruza91ltbwXre15uHvtU6nIxgSSSUMsQ7vkIK5nB"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjHr07ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqqNg//WB4p6ht1yavlsYq+wKlYmkqDjSF+NwuxBVGfhZz8Wvdy4g5j\r\n8NgVoAbrFJn1YiKtC46ACJxU3HoumUrQQL6YrCLL9PJ71d6Q7627g4nCcOaT\r\nAvS/GFxdFIEpI9b7P8YQ+DgbimHhviL7NVLRDxhRnT/OmD8cgvsONQdBJKUB\r\nHf5fLQAGHPfgEsVLL5zinSk/Te/1k6hr7TUKvxWrWT3bu1YBQvCITxNEeD9k\r\nKwHOaM3vY6O6zv5N2skzfSf33W3cDnGcsCHheJfqYC2r4S7ekhGC0uZc/fbx\r\noF52oUKqIPdYcj6EeOx4J6rGjSywctjOik5ApQXITK5Tbdd7GwKlry7sFGrb\r\n6uW4dPFUbWzmV5wXkRaNT97jX7I6T+L35YSuNHuCbvy7AD3hqGk/rsrmTGbW\r\ntWKsMwqYbyT77Y6irwPe/OKd7a2kKOsfuAIpNvPsNyFdkmzysFum0KxeHAVN\r\nTsfjgJPyGiDDKUksUL6CcI60HSmbyElGreXK9xyLEkfTRGSNjbYxOBy0G6hY\r\n2pn3aXNU5+xjhohOAdCoVv+KP3Nig6QWd2MH0OEHr8uMgBp5hX0llOKmvMAJ\r\nfZ2gEsAUObKd+GriPKjtNh0oZXTHJgozi3qrwJSZ8F6S1NMycmnp8c7a4k/I\r\ngzxe4HGT6GSha2v3nOYFZvTCtQ2vq7yYGUc=\r\n=Ipf0\r\n-----END PGP SIGNATURE-----\r\n"}},"1.30.0-nightly.2707":{"name":"@influxdata/influxdb-client","version":"1.30.0-nightly.2707","devDependencies":{"@microsoft/api-extractor":"^7.28.4","@types/chai":"^4.2.5","@types/mocha":"^9.1.1","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-vgkpk4rCx5SCovzhOrr6NN5+coc/xH65Mx/9wfA0jPZlgwuwQPw9XpXTKoimNPYuZuDNGhMUyliuH9OtuS+tMw==","shasum":"7458ba6eed2a64c38ba87e88fa5d4934331d3087","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.30.0-nightly.2707.tgz","fileCount":20,"unpackedSize":921741,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDUE+6fCmIYaNbk/VoXe661Gb5urqu61NS6OGsxEKSBlwIhAJEakfSNWKExkKg7zjf3Q1m6dzNgudCLPluQv6z5mf/M"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjHr2TACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmoyfg/+M2x4cn5QXp7oyC/xyUJnajgWoBNC3v26cuEH3WDfohD1O3gX\r\nIFXz+MDrDK2dkzWZ9806cayu5M/4J95OoiE3849dw0UoUxz2idtZ4uxYaayS\r\nSdE+RKjfmt9lrpGNHqUHxMwpWK2eo2vzxvANxdc8Z/3fS5mkqP4mhvPyV0Hk\r\nDTR++h1r9WAbn3gQ0DzBXw75c1gn2m/tGcbL/p/stX4gYeMV+Ie8KHTYCIs7\r\nbSrhN41f8ZUmUtnLob/mHGU+au9n+nRsZoDEeOcDFpJEZPw1JpqOUxxXewsJ\r\nyoNUJQduLsAvj9onJUfdvTM7IOdpuHS0wNW2h9E5Lk61JfuuAuix0tdskMl5\r\nT8LsLtAtzHVBcHFFMUsV0bFKJI9/E+4R/p/V4ZYaWA7PTLE2ahnvZtCxopqN\r\naN7Vmevb0WbY6yJSskPFVJexxE9dzWeS2YMlk5AHLY2+5XnwRxORahrRbMOp\r\nqNzmubalX7HGrL7Yb9dmS0R5jXnSAS18I37J28X+2Bs1cWMvXdzgL8rr1B8m\r\nR9WYREa20blL8YdoZKB6V0IShh/suRui7+hjy8FO1+DeTsep47+AZbJ3aYwz\r\nhezHVss4g0Q62EegAjGtiCubzCppPRdnn0J7jRCDI6DHEcFohRvkdJAzfsAU\r\nLOuJz42ClbKmfVB8/DAPCCGzkLQbwpDEU9Q=\r\n=lpB/\r\n-----END PGP SIGNATURE-----\r\n"}},"1.30.0-nightly.2710":{"name":"@influxdata/influxdb-client","version":"1.30.0-nightly.2710","devDependencies":{"@microsoft/api-extractor":"^7.28.4","@types/chai":"^4.2.5","@types/mocha":"^9.1.1","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-STRRnP6mpEeM6SrYeOnD6wStlaV+PZ0FUll6JqHyLioqZrdESWHIjCt4aNvdSX+cJQoNjhs4ppoWFCzEVdvh6Q==","shasum":"115a179af696313379380b162c543a17e9299f58","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.30.0-nightly.2710.tgz","fileCount":20,"unpackedSize":921741,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDY4CVWIJ9kTS/CpgtW9FduCA+yZTpohQYbuHBovZKA3wIgdJDVcWa5B9c0sQBgRECrwZkIZksVLeGAV5AXK3evmUw="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjHr35ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo7aw/6AkNlpmqRf53DehppZEJ2tDdedOkL2xxdAmpR0lay09K5Malp\r\nRIyl3JnF6skmFU0T1Rg1kJhSe3UcrstkN21glC/DojRshFmrPef/ZegwkHtJ\r\njP35wDX4q16mQPUY/NnxrHBJkGa4VBH/DYDysjjCNVfofHbI6zLs9gVovtmf\r\n0RxGQEgj6kQ20jfm/5+TUjqmO4t2u2MfraevF2r9tm+kv8vKKzUxSbD9DT4q\r\ne7ji7QJSF9EYtlFpSDp13SJxEORH6tu3WALoz6UPVH1bCkgT7vCm92aS3Fs9\r\nbfIKubHAsyAt9m4vDCI4IL1HrDGRkx2lS1JGkEsk14cJMMTZW/q2sKqXOHPr\r\np5/QlnJLPALo4oRg6U7k1n1g5mhdTsLVkyi0YWN1KmvcgQ4W/RfFQ6jl9XlC\r\nLak+w22t104/aW7zGE4/O5LJcr4UMrxwt27v6wsoNM/QCTxa0pJIMZrAduws\r\n9tMueI62M6nd5Pjj8r2lP0+qRk0fTLCM08DO4H0Yo1Ov9QAuZCqGgtmYWQaV\r\n5E2jnBbot0+kYHR2Y24buF8KTgB1Dkhop+H9aqRFpC1Kp6CDNLctD0PFhjDh\r\n9koC8vfBoK0eCPKM9VX+SewxEAPGVZBAI6R5yBuv13rGZYpWT1bEKckL0CB7\r\nM5bRjh2JhK20Np9Rmoh05WtyHNuK+MJFfaU=\r\n=Rxya\r\n-----END PGP SIGNATURE-----\r\n"}},"1.30.0-nightly.2713":{"name":"@influxdata/influxdb-client","version":"1.30.0-nightly.2713","devDependencies":{"@microsoft/api-extractor":"^7.28.4","@types/chai":"^4.2.5","@types/mocha":"^9.1.1","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-3SIx6+vJUji3iUzRSMdiS2814JGLsVLfRslynCs2beEqUcw2tUxrDxmxexIQlWfxqUYUKI/fpP8HEPypI5+2+g==","shasum":"3c49d7f8e9cead4ca4d6f0186eba333cf4d94044","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.30.0-nightly.2713.tgz","fileCount":20,"unpackedSize":921741,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQClxTUNpO7VGEC7KKk5gziZzx3cbLN82gHH7GZa6s4INAIgBBhh5ib1PWlyW7TLkMJcq5ghidBPWrWchXwnCIN2Z1I="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjHr4pACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqfaw//S0bjOxSB6inUGlK07S2ssdXVGtfQ75fCwLIN/GjIz9S7CWZi\r\nNWabTM1AhTjXwlrwtgkVabiQWHQ9zFlTsdvIaJV8+21wsKrfa51avSWv9NS/\r\ngxTR+SfOcnC6gpFWg2svJN2NUh+8APPiWFmHXzqlJ74BzFkI36xqmwbZC4sE\r\ndiQ5+t5nJJ7BsvO7dqvya7PtMgTWVhvc3JgmDFoUtgjd61QkgGW2l688dRu2\r\nISWzqN4av0oXHPxFU/PopbkRL/T2WT9beIGHZX/IELaOpqssBU9XuEJBKKS6\r\nlKHBfHhjCbYpSf32w5GAuswXO4lz62WoaANm3RnvHT6VgofCHnQienZ5rVLF\r\nGp97ZcZAlPvK1imCztLmc80oySsBVAhDkxdhZN7k02qDPBVy+aHZIckkUzF7\r\n1xfS0rxaT4Yi6ua+54WMY+0HRf5JkfD3xUT2T+giuVActhH6kgbBDyqLCjdQ\r\nKsXN55+kFa46NJOFz4olSKAmT/68E4V+L5Th/zOJe9ersueQcVwfCztSeiuq\r\nyAk2sJ25bK2LqCmkYOOLALgWoQuJVCd0mJ8c193rBjfHfmJlDlzEu/+ZsBUe\r\n6Lhv+KoUa931asXtgHzem51fj5IbK6rb92UUA2rdWSP2Hy8ypPp4Z58Ku5ql\r\nQKacePQVzEebdtzOAMFoqDfXmW4NFmC0U4o=\r\n=Cfkq\r\n-----END PGP SIGNATURE-----\r\n"}},"1.30.0-nightly.2716":{"name":"@influxdata/influxdb-client","version":"1.30.0-nightly.2716","devDependencies":{"@microsoft/api-extractor":"^7.28.4","@types/chai":"^4.2.5","@types/mocha":"^9.1.1","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-LPTLhjla/QvjX1YyIUFJZ5U5xAzAWGCPun1OJ34EGAo6JAboiG903lZGc9vw170pGjCuJcc3QBTdvHbKuzRnTg==","shasum":"6fffd125a2c3a9fd0c6221395df7396814b50ed6","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.30.0-nightly.2716.tgz","fileCount":20,"unpackedSize":921741,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDLme5EwshYWXh8K2qUTMHf8WNYwFXdk85Y4yvRuT9ODAiB/pArSVQJ8L4ds0lj1OZIyIWBH+juyniPCw8tzEOgJbQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjHshCACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqrnA//SYZueUc56ovv5NAk/4T8tC1VE4xvhmY8Cl/0+E37j9GKH/NU\r\nG8bCrSIvIlEfkBvrwsUK+0v7Jnnd+K0Ee7hmJ5wD/KdWVbLfVHtzSTxt8xiD\r\n4rKQdmR6ol4k7vmS35vvvDl+tuSMeMnN1+fRw32EgDByi+3BfqFLZxrr56dS\r\ncum8oTMo/HphV48m96LTnQ6jtj6kU5F1TFZhsztp2Fr7BLkcXKwwAn9qRYad\r\nc0qDLSDBEGqFvaxJ9grBHDstE6wY5ew1NKVWEaa3CZSlPmCCXnp0Vyl/zRNL\r\nPyO8OFnwArOssDZxIkoc3F/06D1/rCz1yS7pEtUSeAsLAMv0iBkFTIuQjOAM\r\nuhV4ne/qE8gZBpTuIa5FAF3dledRQIKaGy5rlNu0Dj7WDuu6YukcHkpyc6GY\r\na1GOt7YJtn/QtTY1MhyHapAopsRZ/Ho352d0DeLy05NR/kcv0Rvw6tWxgjIq\r\n628y4lZJONFERyQUWCeEUUYnplhRH5uoYs0zh62eZigPiREO+3HO3scwHh9Q\r\nTuXsxdsZIU19I9NS67zzvMhk9I/RPiFtho0vk3aorrijO2qcfL0S2QwFBTh3\r\nHRt+8ZfOdZVVZZadQyeGi/+fSTyn6BK74qOBxdXCsw1bDBe4M12vExCQcwJt\r\ncX0gtLepRXuIdcBufIvWYO3MX5p/s/0S+gY=\r\n=0L0a\r\n-----END PGP SIGNATURE-----\r\n"}},"1.30.0-nightly.2729":{"name":"@influxdata/influxdb-client","version":"1.30.0-nightly.2729","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^9.1.1","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-GAcBMkqqVrCpIoMJZBrMcciQLHWTL8mpfiuFLaY2Xl9fEC3AeKZjZbT3HfD/rm2qvAhvTUEoQyOCrh9O/nOdlg==","shasum":"07515e6c5a14d79891e1fd94cbe91d9fa5c5ad60","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.30.0-nightly.2729.tgz","fileCount":20,"unpackedSize":921741,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCGsJwiPx/IpMuxopdrWCJav+QI6anK/HczKB5CCaiYhAIgR9fES6N8fVjMN7d+iJaUnBXeRJznkJSJ76QhhLE/vBQ="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjIOBHACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp+6hAAnVjIlYYmDW+rQ/1l5sY/oPu7zyFaT31Ey/qGmuglCTidKFD1\r\ntwKrTZq691Fl0bf2K4EL331gncgFsJ+V12MSNckbT77syiD8OjrcSY0z+CHY\r\nDfjm+ZHXE/S0tSYyqY/0FgzxnQ1JUDy5MI7KonIh0SPMaTz67nmpJRTimKZl\r\nlTFkUclxNj6k4AsJbKb+8ymtTokuOeZwbGoBL8TRulH9zjp++IbpBkHO+Hfa\r\nD6wtWHcNJxe8vrj5pQ7UYG2s8vbBecGDsleN6WFNME2UW2hsHnhPalSFHSc/\r\nYIU/dgK8iur8qsSDDy1TF949kaf5hm+CsBe5acXekzilymZR2CXtnLKzdZfW\r\n+KtiVBcdbgcHtvkP1r1uXMN1+c5G9GE5igqc8w9/CqgcggG9rEdLsGLW7uDF\r\nbc+cwQBDttPL6DOghGx33v9lrRZXQFLhH1DTWEchYtQxb+AueamcS7UM7hwh\r\nj7xhop4SY8d1YsqEDUcGu0WeHJcdxe8BEr6Y/Wa6K3+U4hNynw/LCh2Qzvyr\r\noNcX2B/faT5tRFaW5FbDEefPO2d9BraG2YUqhnJPU1meHbeQrIm41YEuR3Zo\r\nsduy03Juo5WXL2vLz0RMgtF9R8PBYPuMW4FRQjDyhGOkQSyI40YgNnUOAHKL\r\nAP7sHZwKvDm+vEDJQ6X5jbqwHHMSnh7I/yQ=\r\n=t6XG\r\n-----END PGP SIGNATURE-----\r\n"}},"1.30.0-nightly.2734":{"name":"@influxdata/influxdb-client","version":"1.30.0-nightly.2734","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^9.1.1","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-bxTof2B58rhbZzsInFRg2Jai0WJzOsEw9pjf/qsaDx9VpX155IkKYndOZCezhue37YnErOdQgY9VhB/NykPeRQ==","shasum":"28ba1f25e2f0dfd577b1cdbb00ccc440cd98947d","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.30.0-nightly.2734.tgz","fileCount":20,"unpackedSize":921741,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGKMnGjYqWUsyslE892VnR55A6LF7Tbi0nKjzqMStrb/AiAhRYZwqE4Jt5ihM1pIyUYzqnzRhLNIu9q/tlD1pfMeCQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjIisHACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqNrg//fVI57gx0ktcoEO5ZbhMBhwb8y/iq7MQNEH3q+0Zc+TQ0jzED\r\nLFic/sPWBbq/evMnaQULULqz20SbkfHRfBx+y28ZFGyYAGfoXoeYBCi84X/G\r\nJrwfobRk0TpWMR6fOgwseh7AhPplCcIaFnY7xK6pzHsmbE/3oXvgTTyTtJaC\r\nwZ5yQqEbdoROt0w959PO0Q+Z5GHr+uUH78JWPJCH/J6d9FKyiaoTmlP5zzbk\r\nnyDs9ihekx6z1zDabGUUGLcR5YjRqiqmm7inuJ+QELMpho7gprdhP1dS5OWw\r\nBjmRReldY0cz5QHvSczQEZfjQXVZjC1qMJUXyKk92/tufgDzw2MsMShP9gk3\r\nyQTKyVUK8M+Xa44S4kD16bKVtptfjUZE6YDxghkmR90lo+KmyGiJ7RScMihq\r\nunOKMe8+9j0oiMRmG7DExtlVdeYDJ0/i2HptNwWItVnb4DlRIrLu5DxC/wur\r\n63/NoB+3gfOfv3G0G+vJumKWiDVxE5ZSldAy0uzw4afi0Ic6QUF7k3RFm6lu\r\nwhXvjpSTzP6ZsGHQALpXibPNu7F1ozPoCKQAKiaTXFZmQAdkmlajczOCfDyu\r\n09/Vw/qZn8cmRuLlvkR7kMbaiQpjLgrb+qirkGTlDwvV9CSHcTXvwGSMCKKv\r\nDFcfhm83mPA5EhGCLOXGsxFr4WIeP7iF/YE=\r\n=F7nO\r\n-----END PGP SIGNATURE-----\r\n"}},"1.30.0-nightly.2737":{"name":"@influxdata/influxdb-client","version":"1.30.0-nightly.2737","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^9.1.1","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-Vn+0tZTKJDujxPbkVw7XdOwRcEsVrRhZLjswJuGUKeTjdR+KkhJzlKpzmbYEw7mc2h2izUs7FOHKxA+OpJjgIw==","shasum":"096ae62efeae474aec019a2747e5da0e19c12710","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.30.0-nightly.2737.tgz","fileCount":20,"unpackedSize":921741,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGU+nr1RDlkwR+1lHnqltqgfC8ouQHn4ZcLACwLJVnRMAiAshYOsSfCiKfFnhJPbEplC7zmZhAaS0lYXLiGIc3uwpg=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjIjJOACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo8rA//W/r+9rAfzT8m5NUr/ny8n+TKYBzOBAwiB7APmzcObjEg9NBf\r\nrhgifyLZdSzoSJXg9PDzcYe+7REnjN8ktgnRrb/XzysYHVsB0wHUVtuWJ7dt\r\nUxJ+yN7KZZneR2N+bepV7ymQ1sUXlXesFyoGhANLscUG6gmF7QxzR4ZggmuW\r\nIYhSmHzbfovENXmQS1SBIaCOt2+vKH7ol4R4vZ9jj8Y7LNZa6dG6FCNVgL4d\r\n0pSop8QTT91w+Asz6swmk0qtecDj8Lnf9GSM4C3O5B7Q7CIcWBO4sXQPKG3f\r\n8Gn1xheD9z/8D/lnfUSDec6yCcEzIodp1Fj1nd0mDuCCcbbBSGdsvNU/2Th7\r\n0+rz1pCfW+ETkCCso66tYserTAgSaZudzP2l4RZ1b9fa3BleTdCiM0CoUvhT\r\nOwvYzaqtxTRACAT1IORUXHFnCNxo3tQ3VCP+Cry37nj9kp5C/6xeQKMeip+i\r\nSIxOKfi7hZSSiLeqCw1kfpTAEj5vrcIjfLaPlBCpytFY5k/pZ2uK1lZtoWI9\r\nAaOEudglc25WdlOV/wYaS6tLyTEJj7tDReaG1nVdUbP8PzyaO4pMZjgAxIRA\r\n3h2A4zwCukMCRXrpfjwQhgnYb0nhBMY/IakgFb3/8vT7zn7f7FECnOTzvXHX\r\nPwC6NGckfBf6DN+RbskPOllNRN4X6e12pDI=\r\n=NwXi\r\n-----END PGP SIGNATURE-----\r\n"}},"1.30.0-nightly.2744":{"name":"@influxdata/influxdb-client","version":"1.30.0-nightly.2744","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^9.1.1","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-9PUrnTyZGGkqoXMW8R4DliMD9XIjeb198vhmqmbaxvQNNOm/vMTZPkksuG7rOpsX3E7lH8jLwvTevRmiIS9EKQ==","shasum":"88b9d8c1a952bd77066c93bf65353d3760d53a4c","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.30.0-nightly.2744.tgz","fileCount":20,"unpackedSize":921741,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICPPZBLhaSGhVFdg03+g9kNTi6l0aOmMfwSIKDNL6OGcAiAbAtBgXe3E1TMvetHWynbxPymQdysqzlHzplXgJtvKlA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjIu3IACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrvHg//dK5ZaPDGviyHTPELUbwazzbgqxObJbEux2l+/vrPPX5pCrIw\r\nKpdoFIVv2m90+YhUFUyUy6L0XTN+yeoik8lvxXEhLHGXJhUOj2rdMX17sWjL\r\nZDbrNDJjCA8vtHJCDwepDAYwbcaVh+sCjmPhqVKZMeJsq2X/X2NVlBEJFrEs\r\nlnnAARvUxfEQZ1AaufmNo/9QoW65+YEOHJxLD/4gpjlOAgzFwWxP3YVtRVYa\r\nHZtDN62kvX4EMhEmgtssD2caMKWxYbbBGbogl1gAAKiTb59Cbr7UoNlZ6YNo\r\nMQKSLiq2Js2aC7fPpKZxQP/o4v55h7CqHJFSJqRvdJU3CKPeKfNUOq8lQsWl\r\nMowmOdEIrBw+wmjtQC45Zi1SSST1qDF0kq0yCali3kl14J8/1nvxvLmquhZY\r\nPrUe2Vfe/BW5EFi8IrTyx/4754h5Z+kXW63KRLDzo45QFGKLdy85POOuv/Af\r\nrk3NTMV2zCycCYKwwfiPgT3S+qHZTMRcqRu4W3W3rjRioir+Xt39cLnIP3M5\r\nRH2SpStGuBsECVpbWDVznSKbpt/J0q9xlP/x3pI9E4BcIzMDQ/TH/UtxDgze\r\n5IZ2FEGPFAEEk2FuPrgaBlD30SVmMe7OAylrsf6WzXXNdXpPXT1sytbayhT0\r\nsLNVwnFKw3/mZActGy4693GZ7kvU+7L6H+w=\r\n=vJkV\r\n-----END PGP SIGNATURE-----\r\n"}},"1.30.0-nightly.2751":{"name":"@influxdata/influxdb-client","version":"1.30.0-nightly.2751","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^9.1.1","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-7easTXBrvbWs2E47IqDzDGe/aGlNMGXK0VNC7OUuzgiAdlT0yJ27JUKABrplSxPzOFNnptbrSCwMfyuP+0bQ9A==","shasum":"e853bd2564f92051b809998cf48b3e446ce8f4f0","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.30.0-nightly.2751.tgz","fileCount":20,"unpackedSize":921778,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD2crHpWbiOERlAtSxPg31eRVuGW/vw/rurb2KlHwItbgIgYxec204eG4JSZWKTciIKTQMfNdeo537aboDQIoseBoA="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjJHc3ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoyoA/9HUjHcvy7RAy1hCO+YpX5V1VQWWHxXThpS/N/iKuq/QiZz9Nb\r\no7sxoWq32+vHlfekJOiaYlY3vw8mqChmc0KxyCRBIE5YPB8I1mJ8cSxgrTw9\r\nXAtsUgvCPEycagvS63Bh+8cUZSnDlRUORQaVX7A6wtZkIO0q/w++cCyxYEA7\r\nnh5CJiL6+ezTbypgm+15o4tw+8nGvLHUskiqAErctUhy1lxvX+l0BCzpdUUH\r\nBA9a4cCwza1jGKVbbQkfe62psp1+lX1hX4A+Na6+iWA2kU55PI+UCzmwhv+K\r\ncbRnbgyXiwdxLtVVG/nVroJ/C2rdpH9joRCe0uHfR/dF7kDEGn/+Ae3q5wBr\r\nyWh626/LWsxdCRI4tokcQO68bFqMHAj0kmRMi11kbc3sYn8NPl655PJL2+3q\r\nxM/c2ackhkEyknDVAnBx6A+uXoGGNkMLa2DlEfZLM5TtDXGsMkN+5OqTgoRG\r\n5I1YeTgjwfek434zCPpiZmj+xp/5+reh8MXF2czKF6RjOjuNqbnBztRJj153\r\n2kipefc5uRgsDmf2gp9wFdYEJoM3Lv8a5bF9pe0N/j0My04t2e8jgDeoom+G\r\nxaRLkzb2pcbyWCGZJPOWQs8wH4gKN8BCvfiJ6oT04G78tbVkzSY06Ibs+1vt\r\neyXN3JRF8wIKavUOpxXaE+xErEJPQn6wIEA=\r\n=ijqG\r\n-----END PGP SIGNATURE-----\r\n"}},"1.30.0-nightly.2768":{"name":"@influxdata/influxdb-client","version":"1.30.0-nightly.2768","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^9.1.1","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-R4kEv4336ELVspuLt7UTy10gM3vyK8nBguzWW7C5vg5kdGQ8SoNa/3BmLjs9x14wyhI8/oEJ9ndKYjsIUs25Dw==","shasum":"b058b585ffcc27ef024f7474d6ee763a5ea7d568","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.30.0-nightly.2768.tgz","fileCount":20,"unpackedSize":921778,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEPY/HxO+sj6b2cFoISQWf1vU9tvZCeveUGH3L/KcVuDAiAEA/Xeab52rAu0bCNOOkDUboqTWXNqGpPgtpY/OSnoJA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjJ+0yACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr4Ug//dxZej80WGlmDdQ01ADwuG7jJMxY/YZqeJ7j4A2j7Zg8oQuBg\r\nOaKjJgIwLtqRZPpd411+u5cbe7XIZkciofKJxBcxTUyWq8fMxHB39ntT9BHj\r\nQGe5ZMgl0zzoLmya9D5K29r6/YA7ZxxDhvHBskbHJdILgU519kiT5iMhJWQZ\r\nuEw12z8uBnCdhjS7ba3VSRdQjYtEOIwOJiezRiOyarx9oa0RD1qJKlP1WCLK\r\nEIDXEhlXG7mW9cPsN4EpuCsabCQSMJVsXFG/M69qGbs0urxRVjW3ZCZzE85n\r\nT7ZUkKE15oJ5PUdiInQVLTBuD06L8DstCYNASvll4X2ztiO3YKxGu7QlX7D5\r\nXSG5Z6D7w2kpcM/m9nZI3eSof8Tz/PfRX/W3NssMVA2JEzdRtV10viFHDnpl\r\nIA3cUmED4p+Znln12srKSqKzZ5oDb+2iDt18dishuDigQgl1vsktkhQOH5RD\r\nT88YZ6NVOECQMnxt6Hog/I+ayk9wpIeU5XBQR6pGZwewmGYStlEUjrVA4HIi\r\nWRjMFjbLYrPRJY/mZOf1Vz6J26MivJEtHN/4GILiHSrRRKGn6961E9023fGh\r\nvMDaMFETpt4vDyn0VOFuPdaEOl+vKV5gU774MXpuL8yYepOEGZIQ/nRbgtxf\r\nZAh/s6/fsTwIXq+2y8X5etIfE4yJvLH36Bo=\r\n=CeXX\r\n-----END PGP SIGNATURE-----\r\n"}},"1.30.0-nightly.2777":{"name":"@influxdata/influxdb-client","version":"1.30.0-nightly.2777","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^9.1.1","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-dGlmdeQIBBjhaMiG5TsRb8fJwHqo70lkpgIBhQLajPVSmAkq/4A93/RjLpqktuzyUQuMl5fpd979wD7/1nc4pA==","shasum":"8381a6f74a47883c94a6fd7894583c9e8e8175e9","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.30.0-nightly.2777.tgz","fileCount":20,"unpackedSize":921778,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBrLnClIkNX8DaA1cqsHyBwA/ZTwpvBi4w53md7HepGqAiEA49VmT+KWHiTyhefcY3F5+3Az87MijzrW74hIz0MMUWY="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjJ+4AACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq8Tg//ZVWoiOTZ9lCsK9guhZVNA53BOIAm7ZThvUnZLCZmp+eFF+GG\r\nobotGEdWNsKIUHYgIYx9BEISHbrfQeEgGUS+g4NeKH9iFWkSeCnZ2HuD+mjj\r\nCukraqzuSHfmKLiIaCypcgWoqy430kwL23q2nUrMFL1ScWwXeZ8n5WnwzsmL\r\nWo/SIVWYdGDeBSrr32bh2pljSNzZergqby9PcfMlpR/DSfCHi6e+Ho7UBU99\r\n+8XCiCNUsqrh8sBZyNi7eZZn5Ye4ORMSJbBc5hNbfytysc0Mp+oxKbPz+6s5\r\naMJE697ab0SSlj1QU48x0hu7fTCinX+HrwMdK6lngPK8fwSff1qazDrLJqv4\r\nCQdEcAT0bqhSPYBr6pK2dm+qDjJf5cnQMbRsbzwAQATMAiBK1XWLWA1QTcgf\r\nxHcKX7iQcQW5jVyua8wb+pxK23GRh8/8uzCs6PEOEg3x5hzW2xH2qt5Ix0tr\r\njy5xqVWh6CtYZG45JvE2qg/ZrigRNNWxlZCk1MIlv5OTgGsMGZUOCLUxOXEv\r\nGgW3nAGiBb5EEvsBiNLkqvkNWbY/JlcroSi7t8sS6pwa8ySkcz17i9X3y6GV\r\nWw5lBTnz11p1Wj9FX3WnjXUtf5bGGmRpD9w++LwERl5AFCrUorONAhFcJpuz\r\nL+7HaAkRnm4t6LWi2vGt/+CPzaYi7zf67dM=\r\n=nj7f\r\n-----END PGP SIGNATURE-----\r\n"}},"1.30.0-nightly.2778":{"name":"@influxdata/influxdb-client","version":"1.30.0-nightly.2778","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^9.1.1","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-EVUDtyR6R0Vw73QSZItLyJesFOhxqIREeirotUYln7PNx+0UsrTvI4Ji/1a2mrNBmQLxrhpX30F5gXoM0y2lPA==","shasum":"b52f78200f113e1a48746a68a22dbf75f6dd4ce3","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.30.0-nightly.2778.tgz","fileCount":20,"unpackedSize":921778,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDL3g9N86JGB+vDOXDo98MtRmabBqCVRvliiCwXYl9eMAIgYgQZ1eJq6tFsgJrpaeOPaZlKmeXyj1/E68BfYGRE7I0="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjJ+4MACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpCCBAAi9dMteNXQTnTEIFjAY7cIaawlRgJ1KA7NdgsDn/CwRT7/u+a\r\nNmFj4c9LwwayhRcE72kGXNAYwGf9yQEuRjDFm61q15HGTtgTccyMKzKc3zFh\r\nnmGM5MDHeDv2x/DoReUvK5JqHzLCuFonnDHG3eUvmgTKu0xFLO6JXf0SuLA4\r\nV0QB/SqUYzJb9qQ/YUWdd5jqidQ3AJqxAFRkxN5h47daX13AyAQoeR7LMH3T\r\n6yHy5ByFofYIAkKoVnol4gjQGZHeMc3vAm3vG/NeZ62vgKvNm5VcQfXuHKqM\r\nMFKIF0RcZny67AjETBvCR9ZtKh+Zdz3/a7ZMPgHoMrx8g/0xumuEPnO5K0Ba\r\n43BkyJAMw91IxUQI842sK79CreaSEfPagHTMY9cGrjJtGFMQKr5HcSTHkqwv\r\nqzzrW7aI5lxvRc+FkU0pjMx1KiZRBdAxMe0jySdwFi680OdfjvJohIw6Z+R5\r\nzUINglLCJQDV85QeiF26esgi19ZMGKExFhtZHWQEiYeQPO4d1oD0iBlA53RG\r\ngEWcI25ZkIHv+lhvpMB/37Ch6Llaa98OoSAtbV3UkZ40u4z/wIMgL0LlUWus\r\naiCZzTJGin5fEVWYsTXwSLXZEfjXg37KO19tgi1qYzomMhYQ8Wfsj5614Bbd\r\n1Esdk/kWS87ssbC1CCDWpMH9qQSI7rGUNew=\r\n=ezry\r\n-----END PGP SIGNATURE-----\r\n"}},"1.30.0-nightly.2783":{"name":"@influxdata/influxdb-client","version":"1.30.0-nightly.2783","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^9.1.1","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-KpVyfABoG3QDZUXOKiblsKlbZjAjAusyAkSPqeTi5ZaNKb75agGPnaCmduGxXoODwq1x0XtYIlqAiMqJnQYnrw==","shasum":"ae6201dc6c41b36487c5737eea935f2c271037d8","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.30.0-nightly.2783.tgz","fileCount":20,"unpackedSize":921778,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGue3IJHRHVarAIY6fkUedMewPYydWWRY0WLufAmneOKAiAX22GrgciVInfneNcp2CJG5VoaI5duHW4ARoqZZgGK3A=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjJ+5pACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrGvw/+ICycu1RgYKRACoZ0c8al6nHHe0VFK2XZffstPbE8ao9g0cPB\r\nIYktvkIjeToF2X/NmwNQNK6dtFCni+5r5ZuIZMFh+0e2Qh7ObXA8lU2tW5Rk\r\nG8v2RKBvhreb2hqRq4q1T1hS7fJf4uM24HnH43n3Cx2EmD4L0M5eYOhea+U7\r\nlAD/ieJCyeg6uxwRyUU0CBoxj6xheI9xrQNjOqMp70CBdy0pwo1XQRWxSKaC\r\naHB4wOLKEDrL7AxackNkvThoVJwJ47trrA5BYbMDLCPDj7aTPDUtdjX88QAZ\r\npNq8oZkE2F+WJVbAZ6iAtg7X6AuCAZY11f53xoJO7ttpeNJ3MEUX+uWVW4Zb\r\nGcCaZIOzY74PfanQXiDtATr1RQIO5PDjrsX+iUT6MmA0vjwVb9iUjnwn41Or\r\ntymWutPBjgMxw95SYms2J7z+aZj/ZMYqMayKmLh5fNlHsJlrXK0Y9Go8yMdB\r\nV5UygloLiNFxHSGyR2PB/mxtTWZAMIw1gqozLMvFs4pZ8P0kZ5NQJNJEVIyU\r\nVa0UpM83DaN8q5P+hFv1LXx+vhezw/wIoJOnGO+UVW1ljBxIRbyRMJTxKOzg\r\n4a2WphISlhxqfcZ6zWzGuG8V+jD7qNCummPw9wuvlj8j+7IZPTMzPVF2Ihid\r\nZFR8PPbmeM1DPkFp7tHiys5KnH0BhElJ4Nw=\r\n=oGKd\r\n-----END PGP SIGNATURE-----\r\n"}},"1.30.0-nightly.2792":{"name":"@influxdata/influxdb-client","version":"1.30.0-nightly.2792","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^9.1.1","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-HZGVyJX5mCGTo2zD2Bi7itCDcLJiVAc7Yr2VGCACGlvlsJ4BMGjxSDIhrU9Vav6U6QJhVEufPCzI/Jv1Rez0YQ==","shasum":"f218150e1afbd7498cfe89962ca177597123d9fd","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.30.0-nightly.2792.tgz","fileCount":20,"unpackedSize":921778,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFQ+tkYDd2ZGdVJUz25YTq+ZDo7WXx8smtOd57ctdnLWAiEAvgrOo78mBUfRktk43dtOh/iGmiIO+Hyjlh4VK96gDdk="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjKAOeACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqJCw//XuJ3oRJDIF9AS5EugRLvju6RYo9L7rJQhq4N7o7WxJe99Z1e\r\nPFB3RX+IcVLaLOyqAub7h9QDpHPBhbfg4wPVGmY09yS87USdXeGXNZinbvQF\r\n6w62zItBRP/cHynnX/ZMUdT++PNO864rTpqXNOSkdqbiVtogRgRqeQizlwd2\r\nVLqIqNyGKHr3S+sncM99IitfGVfqrz1wsMRLsxLKwUmApVBWLrjsIlPXtMH9\r\nmC15SbfClK7FiZYVyMIbpiFCxVF4UsMQe4wh43dUk1gdStXrk8tlvyIig67J\r\nlXk+8zdl4M0AFPZ98Z8MC/Aus60eqMnZwm/Q3VRcZ8Trki1vu1ZBfsBkVtSB\r\nHTUl9gSk4OipYVW7sxHBdPPwykBAmeIzhZXTpUTBrCKubN6Aupdd2DQzrwx6\r\nEB1XZNW2VLrTZV2/DZpNsmLs7gLbWWmFcByTz0azLnCftw+7cquqOoX7WSRf\r\nwltRkuEGqyNQrrBMFHLXKwkmQIAHEDNjLhjtVB+/jlZAYJwLb1kOrRh/CGK4\r\nyccnmUe66rbgh4WluUtXbqaoqGQ0PHXnEolp6Yzpac5iAeWyFFCSL6oYHfE0\r\nYt+Bf9I+ExSc84pbmh+SKbFHf1QTbWVrBLn+UNdeOIe70FFo9jlbm1AgFJjy\r\nB2wqyxnle/KQ2fPzPn0RtBeurEzBL6B/bdA=\r\n=tWql\r\n-----END PGP SIGNATURE-----\r\n"}},"1.30.0-nightly.2793":{"name":"@influxdata/influxdb-client","version":"1.30.0-nightly.2793","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^9.1.1","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-pNPW7q9V7ncbaAf9pMdY9RPys2Ifr14alHdV67zKYxPbWtadNPfW3LnPNjKGrPql8oqPy50YKoV2uDlqb0jXKQ==","shasum":"729288666d17a3de1acf60830e61dddc5db91809","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.30.0-nightly.2793.tgz","fileCount":20,"unpackedSize":921778,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDsckyLE4oJfm4xdba12ZMEvTFzQeHih+85BxXn/xp+bAiEA32RrF3T1pgQPEhfmecG2QCCBXsA1UxP3loGoilT7Ow4="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjKAP4ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoQig/9EtRlPF6I45Gm7pwNziMyK6LDv4W0ycw81ueR6lhonwzG6+6S\r\n+QOG9/kr+xMyXpHlZCsuR75jTWPrQQ2xwp/4ahvZ1Sm6Na1F0veJZDEQ3E2D\r\nSIc+D1v5BOewCWp+faGLV9twpKXCdEeiaQnzFfZoWc014M9e+fa57yE678ha\r\nuoAytC5s9kb65eqN5ez8LyGd17l9KAandJTn2r+EEb4Ik3DNIJq0njJyVYr+\r\nYD2MxyFYutZwcy/1ae9WEK/D0KiB5qAEeDANpXAjBt6JJMb/YlyrxWlpS2PF\r\n0k08raffQRthvWzycdLyhXVQK8VCTewN6CedoC/Bx9aSTiG85BC5BzbH53GA\r\nBDR0z1cCcPi35of8pmPwegUPljok3TSiB9vboPHs7YVww2ZGX/8wh8Vi3BRA\r\ntMpdUQAF3nQKVow7pTaY8/n5iP3r6qKt72Ab/BYv+3bg+B6OYG8VOZeuKBAh\r\n2HCsOI0DQ0jBnVMGCfKiM4RMqAjMlvz4G21R2I7ZLDWSessDA0K+qwBW7A6M\r\n1hmVckK+HyOx9m6ixVu2xzy7SlbjNKWtFy7jc6PDedfc2M3UsrvT2kju7teV\r\ne8+v7T2HLUEEdeitrDnl8wZvycl0UllTSsIVeuZaNRSQQQFji84X9fLHa7As\r\nZKyrjNNS3vXoXgDBoeqHuQW7ULooW+4iEeM=\r\n=W5sm\r\n-----END PGP SIGNATURE-----\r\n"}},"1.30.0-nightly.2804":{"name":"@influxdata/influxdb-client","version":"1.30.0-nightly.2804","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^9.1.1","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-7PDyl5BpmRRjShBKhqwvtDK4etbllHetolaNPsjowTHOLE4WGeavroOvNp/R7FVsG+002ZWdNKS+pOv+02np0g==","shasum":"79a20add5fc32daafc5305fdbf1edb68d0a51ce6","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.30.0-nightly.2804.tgz","fileCount":20,"unpackedSize":921778,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIB0NZBwgyjf2881ozBXqLgW5SAomtylfCZ7G+v8YRSWfAiA+lOBZhRlEGDYUVppOi4oKE8wHsdALVOT65R2f3zmkwg=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjKA2wACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpdWg//cn2BhNETwIylb0Iu5cgOuGfudw3FvOKkwMA3ojod5EbIcDOJ\r\noO5U3IO91SyYWHHcEQCQZv3RFkzB0qR+/Z991FQLwTZQoNVC8ujaF4ZI2DL/\r\npe7hXPdNcv2y/cQ/ZIy3DBQuVqM1ALq6QYacBBWwfAgQF3jYO3cErUvrtoZz\r\nr1D2f2Qp8UdyQG31VAGLLYxsFNDDIAv57Gj9qRTh68CJrknCb7T9WvntFVRg\r\nWuHke0s74EkALzYASoksYM7MUWYgJjjHrDEhdxlOwwYneWrUMIm2pMbEDxVm\r\n+QhRRQKeeQ+PvQ5CMt854qnE1qDLUyL2tb6zPObgS91FZA4pWtdzYHWTazwn\r\nj4Kh54eRzSol2U1OkA/wXKuBr6BW0XQ3Jmhh3ZxEzG/4jhRoQ7tk5gZXxMj3\r\nbDVL5Gl1OtKQ6aMqGX+vsKWrbae998AhpD59ckusN20gU1laoCyC6W2whMbe\r\nOppJJq8ZrIT5dC8/Rl48FKb3fVgBTtni4hN1qnnj0eVGKA5cgtjvY50H7M1d\r\nukmJd/yBx8u3mdDNpejrMoxp3IOdHcNa20JrbuYn9VKu4GdK+Yht+6rRocZm\r\nByNIUcgYw51MqYDmdeYO1Vi8189gb5kNnmuINv/rbvpW3RHQdYl+FK5ZW7Ci\r\nmPjBAxRJ72zaS8WBuEo4T6t5osKWtQlF4zo=\r\n=lBYF\r\n-----END PGP SIGNATURE-----\r\n"}},"1.30.0-nightly.2813":{"name":"@influxdata/influxdb-client","version":"1.30.0-nightly.2813","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^9.1.1","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-hCl+rlpzmb3P1NfCvPqnj73uSzJM0oLAqke/8PuPxhJuSctlBjhX473yLU+Aq36ATzmU4vkWB5BB/aVXw7GMAg==","shasum":"e0c750689165bffb1f052c5eb1defa2c62c33c67","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.30.0-nightly.2813.tgz","fileCount":20,"unpackedSize":922024,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICYihGqjiJXoRcuIJLGsb7SBF/3+9TDs5wUL3kPlXbaDAiEA/5BSlVI/qdhE1hhiE1S2lh8NVO5T27Noee4P/y2QzXs="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjKF2qACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoMbQ//YCsuGOVvjyGGd6wvo5hEKIwT7u9lN3a2iuw8xWfSdrPobo5B\r\nVguYYCtM5vt96xyESObOU25C8mjAhj0qsEWYfSaELsHtrmHtf4X7g52pRPK8\r\nJmt/oUlo2+3SLVDFlSOAfQosZD96IPZ8eCcSN79qO37H5DVHt2vBYCRRlDTK\r\nq0r+KYsqMHQYiMfEkYjQYOCOPZ7uVCRzfwIdXm4wMhscu64FLC3izT7Npi02\r\nZ6sdPkHjMoN7Z3lW2RIyJU7puuwy+Tpq8efTMnxWnc7JYbkwr2wvu1jVOWJs\r\nNTDg6eGhkZck1DYt7rwD8F3Gmt4Fao69Xn0TypiTBZ71OcfhXTAPDDghGDMU\r\ndx4sRB2mGzzX/tVlsQ1xH3ozMoEGaykosKsM3lpEWj6PSwcN+zkEpOO/CMHt\r\n4zq4XwItlZF9A/1PuADAALj7beh6ercaYQPxnqs/RVRvlDIOqiDfihgDaD8M\r\nRiJ3dIpOEmf8Gf4pYh3BvQLPFUjpuCKTNMOKRpjDD+Wzb/cTJfnPtfYqP4S6\r\n5bGEdupSWZXrI3zh5e8TotaMIx5HC4T2U3j0zhdc7UNZHMGjOgePaDL8EnI0\r\nCD1TnyAMuJTxLamArHjRHInw44Chhjh6qqJNr2DErNSTVM8bbt62r8FNbh/x\r\nfA5GrOe1q5BidXQACLmi/5A1aY+sQ72KJ7U=\r\n=9FyW\r\n-----END PGP SIGNATURE-----\r\n"}},"1.30.0-nightly.2816":{"name":"@influxdata/influxdb-client","version":"1.30.0-nightly.2816","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^9.1.1","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-Z/g1/YwFXDtT6QqdpVToaqT8OHtX4JFakY4uFnJrXssyS4+zX+VDzPfvY0BotYzPmXv6vunGReZ2d09pdcOxMw==","shasum":"e3a655029831cbc8d3b085135b1b0b81a96d8c30","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.30.0-nightly.2816.tgz","fileCount":20,"unpackedSize":922024,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDHEMMA4+O00WbPY54eC+QXtnQ5r6ErFw+fNUfxpJNA8AIhANN9/wlBYPJVRpBdIURWGDTKdESt7nPGjhXpovNpqLqc"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjKWgXACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpd3w//RBkaBltIyxo6NtN0TRvigs8x/dWD/XGkw9C/vsh6ZrsilzUv\r\nBI58piSlErc8KOf0jVsaY5XTkZS+55n3AIBQ5ARgQpapcaeKbOvUyL4MAuID\r\nEjKYjcCnugxHdq7VVuTEgYkPYwwKM4SfaFoPxpxPH3p0OVJvtofWRsppYo9D\r\nOxT/7gyvWR6W+OquW2Ga4y9Lyih6zVUeClrj9w9Bklz6A123z2cptF5udBrZ\r\nMyl9zrxNXEXyeLW9cnp7LW2USmHQQikYQHc6ZkGYW6WvAr6RrgOEFHgwvGFQ\r\nfq7V0/4SI3RjI9d6nAZX7vd1bZ0Agm1dKGGJ/zRQ26bMdfRWuFhUd7m+D85u\r\n3B+QItmkNndiZt4G+vx6LyihVDvd/YK+FeW44VxmLKXMcjdDkZ3isudf4CdF\r\nxLb5YzKvlLoBIawb6+6lrqW4O6gLTN5TWFZypnK5LUGzXM/dl4JIbVBcv14C\r\nI38bGoLT8IV3Rsalz2GTCkbuzppmuUEsoqVz8YPPi3agBwJzCnp+78vJ0EYk\r\nbJbjWXkKFv2SDuvUv+SH3N0WyisAK3s1B5lKp+OBHNn5P0kdLePYNvGX4sfG\r\nESqUIcNY1y5iCNZEWwTxX8Y57ih6JRzq2zKYs6CGE9GReEfMMyolraybZFxj\r\nai3xsYTAV18e4e6y/UHtbS/IV8YsUpeaCl0=\r\n=BrP2\r\n-----END PGP SIGNATURE-----\r\n"}},"1.30.0-nightly.2823":{"name":"@influxdata/influxdb-client","version":"1.30.0-nightly.2823","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^9.1.1","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-nYpLHZGx5brzuA3fgwANwwiqFHhrTnzGkV2bhY688/4UY55riDA3/EIHEaAP8Fkyll55gP2W5NNGTow0docphg==","shasum":"a0dc5268237ac60cfa851550b58f829fd4a58f62","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.30.0-nightly.2823.tgz","fileCount":20,"unpackedSize":922024,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDQWsD5nrE6pblmYrD/y21VgolpSnhasMvAMdQVxlREKAIhALkn61uMtHU894AJYpH93TEl68uP+oXWp75mDaXKZkWz"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjKXuvACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmoa/g//ZbKWhoI39Sr3KClvLPnkZ46yKcVbFfXceZblF2Dbj4nna1oD\r\nZDM7rF9jDA9RXtBq5Bki2eE5z/1ZH3WzVAdm0O7dNhKuGFAzrGECDXNzeTwr\r\nGYxX2t/d4deRZ89srtFa10+xrLaR+aFDox20xAPkSHtFiZaJuGp/Zl6AGlYQ\r\nfcZl6I2WQZhZ6rLQWd7qJwLsQwblAigNQ0nU7+3l+uXN+k0kyUBJ5oIDVmQY\r\nFwRmcjaTz7KytlUiojdg6Vf5irhfLpc50L9gUBTVEIGL3JnfA4EA1IAP4uXC\r\ngmySfAJpQHnJ3KFTL/+Vz1BOf0BQaWaZUjcF8oRwB2vIK5Gre769MLRCvrmI\r\nBw+2RyyK2bAnBJZvgZStPtyRbfJk4j8hANEhz7ZXsgwUEfWclNaV2BEBalqh\r\nLBIfdtSDpUVs4R5b5VTKuhF4aHafYdQx8Fo+N7IN8oG47rf4Mc2XM6i8qJWP\r\nf1yBGovW7etDnr5CfJE3BpbUlAPszdYpkY12S2pftE1/g38pS4Da8ODERu2p\r\n2XdvP/xkP8cPRgkn90IOaElk0Pow9z4jU8uHYYxt5tXlXJp0Mkf6phRnu72U\r\nOIJKiHp95UuDRXCDTRB7ibSbdzLJVGjw21yv3LauyqbOZvJRp1D5AqrowyLO\r\nHgRMmglpAUN1+YnVBmUfUF0w0jQROVt4Z+Q=\r\n=/XJb\r\n-----END PGP SIGNATURE-----\r\n"}},"1.30.0-nightly.2842":{"name":"@influxdata/influxdb-client","version":"1.30.0-nightly.2842","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^9.1.1","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-M9IozdfJ7Pn/Ls4ux7frFg2z/On/Nnq0WxpLs1LvFddjTNk/2/O+TjLkNvWj69lV8S5klwbKhdpFgBq1e+yrAw==","shasum":"d40053bc4b66f508b0486d60066169a6b18cdcfe","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.30.0-nightly.2842.tgz","fileCount":20,"unpackedSize":922024,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDsH00l7qqTZCTfDwuETyB+BB7fViea6Ls28SRRA1zBOwIhAJaE3ZWetrOcyiaQ7gX2qS9lNqJIzhzue9b+bGc3Kf0Q"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjMSiiACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqshQ//VPS1N1NS8EoogUVsUOzeZrbP1dLS3YIwfqIpVrpDiBtzw8Tl\r\n4fyBXNZc35OEVyHEhztmgpi6QQlKhzFHraQ9VCjIoRS7mhEMG2QN1lVLL+DC\r\n+VDq4sS/UaZ/g1Ywlf+j0O0B+epqK9MLG2k2JPV0ASacQp0wvpOE/EePqbGd\r\nz+JS4OUEEAljfne291D0S8vs1dOz+NykRCxtFzm+8cHDCuE3ukG805vXQimo\r\nPvwkWXskejv4s89E1c5cE3GckMc/1B/JbuPJ0Som4zXK8Tg/+5aOp7MZZ6I8\r\nX4EX0vadhJUg1g0/4pqZktQP0CShz1njmAeKQdB1N2hb2u79dbOU+px3vyIn\r\n4TMX5HtCukiOgEdzhceYgARjzlkh7cUmHXoO+mYnRAlhporpmoYAwooDT0yi\r\ny/4dkCe9nxMhWV3bZZjLK+KNi4ecbZatiWiKt1xTIo9F8x5t9rwKVvm6s68H\r\nyM/PtJFBhIvCoEfMZsFxL/A4y5wsk2hKqlELXD/zqW/IvHemLyetD4P7G2Hz\r\nesF6+Z1Kl+S44ZsmXtFyiURbdCBSjLlyHWkQ5yyTCDlEobygSv5IKjW8sfwZ\r\nWZ60FYW2knnWB8s2h8TPmwU9MAvffqqdSdidTeb2kx/7Vj+cp2nR5RiRU0rd\r\nc61Jdq/reCAJXpQN4aWvFHsdnInFIz/xNuA=\r\n=NOPl\r\n-----END PGP SIGNATURE-----\r\n"}},"1.30.0-nightly.2843":{"name":"@influxdata/influxdb-client","version":"1.30.0-nightly.2843","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^9.1.1","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-na/TBaUAnbX2kC07UpehbwWi5asL6joZHwrzddshxVCD5w3CzLhWTYQN0IQmAlBSt2FsrzBMj7d0s0wfqmX8Rw==","shasum":"74d128ad137453548cd9218b618536184fb14c00","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.30.0-nightly.2843.tgz","fileCount":20,"unpackedSize":922024,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCytd4TLHbkK7IxbhB0FUp0GG98jsdxpllmXMtDo+tktgIgYJsHr8TonAPEudQ2DnGWCy9avH2PGWbq2iu3t1jU+/s="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjMSknACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo7Ng//SHYMv++y0ImgnV0QCN2HY531WgJCPNUAlic31z+Clov41RIK\r\nsd/Ry32oxVh70kJLDCaDwHQlM/Nv9jvStelQ7J/xGD/5ZMlXTjOsvCJ6ODa5\r\neRxCqbih1uv9rFwpC2n24bwXqYaeZ6aDfy9ziVxPRvdc7prnSYPa2ivlD/W8\r\nQxz5qf7eLp5XjKZPR8UZ4d7b5P+KU8C7N+wk6gDsEJXjKcH3CN1P2q7nbcO0\r\nX557OLDUelHI4XQSmAAZOHX5UI63Iu5mjOGBCcOAkvLfEPi0fQmzD/KH00OV\r\nf4Jlz28ljm8Ikep1QXIQKmp54B9lJtMNP2RLEc318pjDcTEdLcQIqPf+04Kh\r\nQ+qzZtNy/GtRWvrYmHaKqBruK0aWYXjnKFNl3mJtcxJEY5f3sv9wQ58w4J4q\r\nYsBucXkLP4NRI88RHhKX2CbEyBqsl1u9K7yPhcQjYAwZXu0EqHmtpWL4Dgnb\r\nLVFOrfHutGpRfF1XtEyZrP9kAW7MhYZNniBc4fM0J2ai3ukKDCctP7X67JlU\r\nLxQMZsS5sDTcjvvHOu7OKojnUkvpNRp08TMkobtIxIeSr1RwwVckTs2IJElp\r\nLn1IeG7B/4sqhLltKi0OuARbjreCF00LormViWWuSPq5dWRLs6xAlKhAAHAd\r\nW11k50ZYCy0hL3WmbyJxdHHYvtqcATp/Qyk=\r\n=h77Q\r\n-----END PGP SIGNATURE-----\r\n"}},"1.30.0-nightly.2853":{"name":"@influxdata/influxdb-client","version":"1.30.0-nightly.2853","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^9.1.1","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-qf9KJB6HPGapGZSZLe0wxzp/ewLYS7KPrj1YEjAETYehf8IzokbRYsFFnivPFzku8BokeC3W+oGdMvkh83jmiA==","shasum":"111f18a44b3095edc0509438dd6ff22b1151c416","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.30.0-nightly.2853.tgz","fileCount":20,"unpackedSize":922024,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCi65FNXbOX125RF6gwROFA6jWu7T5v5I9ymnzIgAL2OwIhAPUKKhxcQHedNdT+4vR8V6FU02TvtCoHyTUAZPKnc3lh"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjMSpfACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrOSQ//WTDyb2bOK8dt7RHVvuYXTKjXiXwr6GQwKiDst0JO5BV9YcE/\r\n2Wvt6ho9pofXhAtotI3vxuoIrLuSS2fUNfUfh2yCx/4iVTL8ta3hufqDXD/f\r\nJ5RVJ2OHz7Bn5f/Udec5WGLuCh9H1IhBL7U62TaWNFS8gsNlmiewok+pxwVB\r\n1yNmrLaomRU0Cr6VSzeI1VFb1E5ze2Uqi6bbAQHlgrri3Ipg0rTKB96QDLZN\r\nGKDQ9ILxyNpO4dC8XaGmOwAnwm1BUWz7cxqmgEyeWEBdlQb22/gIzM40k4N9\r\n20USZiIEfpJJ2vJfUt9f9+LYN+YsjGglXw2407TAHDyD54WToicefGt4tbXI\r\neLAAi2SktqwgxTYYNY4IrwM0nO1nWgjx56MNzc3suxYhUiUb/drPlOaO52hN\r\nnWUon0ExAHW2qc6mKdAT3vLoQFeGB0l2jSi/lo/nZiFd/+mqLFm5/4W6pOzg\r\no15tSqlHIJzrWaa16+aywdlfGOZUX9/ErSBW57P/y/N2gwCZwPhr02CCO06F\r\nnl8D8sQGYv9s8lXcOrRx4SWVCsvakYS6UcfqI6ow81eM+X8ot51nO3iyVAnh\r\nLpW1v5kKkQr13f0ZVpdVX0Gy1Mv26aD7tkzzHXUMjuB0/Y6sqbVWZFl1DpGp\r\n60ubvAs8SJ6Z7tP/TSmYRZST1yZbM/bQvds=\r\n=I0Ux\r\n-----END PGP SIGNATURE-----\r\n"}},"1.30.0-nightly.2857":{"name":"@influxdata/influxdb-client","version":"1.30.0-nightly.2857","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^9.1.1","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-hxKpOAVTu/hzvawYvq5plVdOwIbMlALIYZFlIR6e2dyb6gOofFOc9zhZxJoREg9p7SKhAsw6VNYpRXReS8hf2Q==","shasum":"49c7001fea7521149ba3c40a063e714f7e23e672","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.30.0-nightly.2857.tgz","fileCount":20,"unpackedSize":922024,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIC9sUCuaYXH0qGMSqstP+dJkKYhnSjBq/dq7ZvHkUuzUAiAmEM62u3YXVdHB/s8r6Xm5NtbfoP6vGsleZJuoEzwVBw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjMSrIACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoX2g/9F3C1H8ZJhdDwOxBs54gWKvIeh+dHDU0qFxSFU4E5Q22fUtw/\r\nzroldBB8KCg8UXhifSJMqSeKdluHFFmFkoK3JvREa46Iu+DSSIPMmTDGn7JV\r\n5DEnPUx1cNVc1Bcd2ZXzC1h/5pmOOsvy3TIJyYMJV6yqFLWBgsVdhZWOkgbD\r\nnWnCgRNPSwOnOc0aKrG43NjuZxogBTrK/uIwkhcVvyOdqNeDcLrTg/ud4eqQ\r\nJtwLRMD5pK6oYlJpw8qdbwu4MqjcfZ7iM4AgDb901xIC/r1KjzT+rvV541YT\r\n8NYBVoAwd+/uBWC2Y/HmjCdHXrBiadhRnMGX+eC0mOfCsg6KF9NLPfkQRtuP\r\ntlfpY/KffZc2bDtNI/mOnNNGlvDCi2vKxyOR0iyL0x3h5LBU+BTnaOyX5Xw0\r\nnJ160O56UYjrIl5sQmvVZxgE5WsHkewlf/B9P3w4jsgilXYVLiWszCtmSTcw\r\n7SftT4ZZWFzukhocsTQio4aGL0F5j47eymHrN/aR8GxU5eJQ8rJAFmjyRuSr\r\nmcPjVVBgSbU/WHf7fCLydN0MkTjujyZF2ipA868orSuaqREYeenjkwrobWft\r\nTUly7fXpDvPTy6whp1YiI5BwVia7b11dUAGmBOrhV2k55SliYb9Kaq5yP39a\r\no+DCRyQQDthZIw0GbUtCvrKLVBzlHqvcMyM=\r\n=hlqn\r\n-----END PGP SIGNATURE-----\r\n"}},"1.30.0-nightly.2858":{"name":"@influxdata/influxdb-client","version":"1.30.0-nightly.2858","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^9.1.1","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-aXUwwsyYduAgZFauqH7qbsrxl+eZ/9RLLOMYrLmXVSQgAw9b6cUp/kc9m297a2NP9FP4xRvZiapgW1BfyPAobQ==","shasum":"bb64667dfc37dfb902d34f195768397893146c41","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.30.0-nightly.2858.tgz","fileCount":20,"unpackedSize":922024,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGpvDcCPACdIDfZGo5LF+MzXHZLFFgx4rlTPMwtnAaNfAiEA2emTf8b4vZUw8EzOtsnWRytXypB9ohujpmIcmZ4bZO8="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjMSrpACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqZdw//btKUmfQ1VWyVatsEhw4xDXxgEHIl8tZQ49wrcOwcf9VE1FYo\r\nXSGEK0ZeLeuJ4rnnAvjZ/je4dqgRSSDhK9Vdomr8tsCTay0Br3PGYR10SQd/\r\n880D6Fa07KuObRLpJ0HMfxQ/j0fPXDlbxXMLa5J3qGadPLcIqy+57su3zr9M\r\nSo+MqctTJcUt7QGxS7UaeC3YXTDw5Pets1hwd/koBdXMsnuTXJUyPPJkRJFz\r\n7Ch/tQZVIGbabyfEFzSRoUaYZ+DCZlyzouqvHZV7AKIzcQE8t6E3BAkY/c4A\r\nhVK4tlOEHdzvCA96Wg00X8qu9Y7sZghkPNF0WYdSkVF0TmimDNGgpW9RoQDm\r\nOZqX6fcftxV4BKhlyuIX7xuuFvmZg2SVEmssEGAKENECgSULOJOL95vrIUyu\r\nvmY+NXuAFeqpJwyMNmskSE2Q4qQSyKoFLGmWmBAb//olCgG3xkNr+LX68hAN\r\naF2Y5AS8zk5/B/XflKR4ArsiWWTtdWlTGavBpQtzhxf6n8iemuqebu0YGYwX\r\ntCRaclP8Ne8ukVKy/V7LcYOstce+vMU5p4RRW4uyGsw9VQUiW0axSpYZ1tE6\r\nYOmTjeyWCbBqqwEDTImTy+XMbBxPjaJvqW0B0fmDvvdJsZj+EpEmHvqNX6Gb\r\nPo2qKvj7k7xodMe8FjKLKrPgAmXP1pMMLqM=\r\n=QfEL\r\n-----END PGP SIGNATURE-----\r\n"}},"1.30.0-nightly.2871":{"name":"@influxdata/influxdb-client","version":"1.30.0-nightly.2871","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^9.1.1","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-WeK9oRVhtykK2MygYSKEg+QC9760Idb9XVySn3Ug/XdohLblPkmF+hbJuz3g8SRqwyz85ybzNfWzKe4FAr1GcQ==","shasum":"65047e3e45d92a4cb48a95a704d55e0d809dab96","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.30.0-nightly.2871.tgz","fileCount":20,"unpackedSize":922024,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDzwWWJf9CSDDP3mKOogIno4ntW2y7JslqwI7AbIqRXmwIgddJFKVgozx8X8jZgv7cWbD7NDW+IKG/qeTxlNt9S07g="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjNZD8ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpfMg//esYF8r/YTwsB36En00u50/XBWRyegbSDj0mqiY9C+8vE0GJN\r\nQNDfqTzYMJCeYFW/V51Wx7rdMdV075Wx4behAuEzJ2+39QEJdCBgtGSxXHlu\r\nZFj/BdC0caOFiuzDM6ff7y4sYLr2plbBbydoPgzgwhkvRiJoEMsdj3XknWkF\r\nPwo4wALEnduP28YWsGOg/evEscRIMuHz+5AXYJxVVgclqPcFMBhdkDBx4lQG\r\nJJiQXeo8mu+vZIm9zDU1uuKUlUepmEmHJ6Y+jqaDBH8mKLJsCd32RQZlxhbb\r\nNPGjFf02Iuobrtj7DLkKqq7+0boWTYIIMvxX+NUk9XLrQJnYpmejHQqxSgsZ\r\ncXGsNmpTuv+C8YSs3LnQfr+3vS4rc54YjAWFGSOjQHur+oFMmoUd9nlM3dlG\r\nCG4yOoXxrkQaB2jsvaEAS24pLGnTwKxH5fxWQgoyTf7NztVi4973f433PIMh\r\nCwHNKdYtXtmsvIo85a3czvSX7bd8NEqrcvkYzdZJQxuo9N1WjKXXqxzfcV6F\r\n5s+4J9F6LIVFn0LQhcf7gQL2IYymaL2yqSPzP2dCq5DTY28OCf8cOPJAwBgx\r\nHOtS0v1qD3nFfGld7LyrO2iT1vwfI3zef8bClF08nTBIPKWzKmvkqWjvdwwz\r\nNRvjFWDUIh3O8bYsmu5ka771SrJfcGsMihU=\r\n=Xyx7\r\n-----END PGP SIGNATURE-----\r\n"}},"1.30.0":{"name":"@influxdata/influxdb-client","version":"1.30.0","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^9.1.1","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-vorFkWXjrFuH49nLLGeP0mFzXcFLRZA6yrE33mFRaLZIJ/tx6f9m8iNMhOs1LQ/yknLUnYY/z97KLIWz1xrqbQ==","shasum":"436561b3986a1fd7dbc8aea6ad982468c7e55425","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.30.0.tgz","fileCount":20,"unpackedSize":921963,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDuzJEsnTjD3UqMnjSRF5O80QD2c+aZg3GxgU8DhXr4DAiEA8eOIiM2a9x654Ak7S6H02PGLFvcz1WauAfLj9DnNu28="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjNb/uACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpkQQ//QSlgILpA8K83002d8n4QqV90cItBcZEB00sscekeeEnfKB7C\r\n9Ym/u7ZadlZkJwfmllRmBZjKDicbjejJPf2QZMaWMSMk7d86RuBw447pdzsa\r\ny1hNw0Dzd9OSUt02hY1IQYQLLMd9klf6rX3smfKY2TbB4YrdWI9qYcIfvN8j\r\nJE7cLMi6DvdJITff8ka/KSK5Yt6K5e4vPHtxPSW7EBOMu40r9G86H/QexpJx\r\n3YiHjWw3AksUWargNj0/HQFIHvt82B4otGubDtcKDkDk+rgZ1i/FZ5B19CDD\r\np2W5etvk9ztOBVix6M27z4t9j/r+cXn9N+9QTnUl/UAzHijim3+9uEG5DhhA\r\n7mzcKcYiWVzm0xDScgBremg0f901OUyrG8sAPNSL90F9guA9fsEo/MBTJT5L\r\nUT6InFJ7CKlwKV3z8ak93Ch/I743PqQSSCYGXGKu+Q84GXtHLbDmGGiyMHxg\r\nvL5A2c2nF8nABeSgy56t0aGEH1E+sfCyqjpb1aEPmVHnZmiFQbynARoP+Q2p\r\nOKfODd/an5Go+h4VcWMaTwd3lAd9W3I3fDimgntHnSDE5e+Fy8b0KnZ/ssLc\r\ngEaqB3wq5ctTpupW5/f1x9DtLJznzxQPD5TnTehV9W4YCnjCGTVFdE3xrfUL\r\nf497IY4gwn2A7bx2Y6Oi5hC8J74Ltxqu2RI=\r\n=4s/W\r\n-----END PGP SIGNATURE-----\r\n"}},"1.31.0-nightly.2878":{"name":"@influxdata/influxdb-client","version":"1.31.0-nightly.2878","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^9.1.1","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-0Ll8u3z5BlhfnCHdIntGmn6CCigmQkHX8gH45ifXaHkW+08gh9P9o/DHazcR94iMMz+m8uY7HuwWaI0jT2iUrA==","shasum":"8767677706f168d9aeb26845926408fa41321a4a","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.31.0-nightly.2878.tgz","fileCount":20,"unpackedSize":922024,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDmEwqgn0ui9p8Tgza6iSN9fbjU63BeL98usa13RUSFoAiEA+1sPN/pphuU8Ou3+d10BQBPtHVi0cXRtTD/HxutULXg="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjNcjEACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrJQRAAgrk5Ca51XonvEFv91x7LBpzSq8krVBQKCMPOssP/uMrYeOWq\r\n+cu+U0QG1dgApCZLwMDYXKqLGOMC0ZF7Q936+mTR19XN014WV/MKWuW7rA5c\r\nil0NYUBIfK4TJoSxXfJ6jJgVmFSOcBDhb2BM+Y7Af6MZMTDvuk7wlKjtKs8g\r\nQOm1pPqrz1w2kuEbG3U7whPfJWTFFOBuuRySDxqgUlMh5KqPQV1KiD4V9YZQ\r\nKM9ptvH6lLe6rs71/hugfSjjV02ZT6QKD6JqNLBOVi5GTvOER3G4e2E0MYsM\r\nF7ib3CY58qbqY0NjFb2YokKMWeHj5gc3ijAlqI37tRv5N8vnX91XPvpGOZfX\r\nNQXgKNnlh10+e8+4jTgITo8iqZPF8FFeHx6gyzyg2oj0x1w6uIBBx0Kt+y5i\r\nA46NjWtUVcoNmOk4NZHfJK9KIf6m5hno+LYGhq3jb5suMJudajkIK7Ll2Yl0\r\nWJ6j8odPW04eRP/QRjeQesKgDpKHRzTqPV1oviPAaxCp/kBjGyrtMAVSpqSm\r\nd1tlXinRhYpGljvw1fUShH/yfdHjD2vKAwlhyhSG2nli52g9g73MhkQH6KXy\r\nE/NRVYnlt4kdkokViis6WRuay0BnJK/SvQKzhsorFZQ5aX3QYl72VaYoaZn2\r\ns54gU3xutfUPUfd09XMLAEMXAAr/YoywAgA=\r\n=U7nX\r\n-----END PGP SIGNATURE-----\r\n"}},"1.31.0-nightly.2887":{"name":"@influxdata/influxdb-client","version":"1.31.0-nightly.2887","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^9.1.1","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-jTlxlPatod+wMzfSzSX0WEo8JHN6sn3/8yGXtAtCkMi0nbo1/yb7d5nAne22I9oO25e3eTHWJ9JqY+eocUkvhA==","shasum":"71aaf02511ec944a2e427446e351e85760cba531","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.31.0-nightly.2887.tgz","fileCount":20,"unpackedSize":944189,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCr4QR6L8aaqc1PHn+qR71Hi2LySKTThJvquikGigvmoQIhAJoOP1FUtWIAbT8G4UR9DvSuA5b+MC0Cgme9MToqlRrG"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjNvUUACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo56w//ShHvNUiTGnKtuNL0mILuxAryAgyNdL0+U3f9oN5FEzjKT3zR\r\nTKPy2py8ZB/d3pM68fcipd2PWAzmOiVCl+kCOdf0Cb92qroDIlbP+HQW0JGH\r\nqAFUJ2ajAE/fBoezv51/U6ATRC+f0/ukU2/O94fzb1nXPsGROeWCcsn1QMJi\r\nv6hKccEdyF7wT5JSvwHPE86WL++H7Ub8+zRaw5nwp/8J9bBn4c5N23JMJyjm\r\nQaMc5NCjESJwYU4CiWRwaAug/wTV+TuSRrvIRXcPcF6chmI/3xrl19xDohT1\r\nagS8bfnEljFJsZSYmpqvRsNHeg7kse0MRLXEDhRcqEmyZez/1hyrwpsBkXf8\r\ndOqLcOgZioN1s8OCHcKOpBSA4cJi+vwyr+n8LUoJrHRJiqdP6pizJUb00cBI\r\nMU6DAYNlVfXpb+/1DV3kZd10A/YaB4lug7bMvMN2oSXY8WohckE08wOMz+f0\r\nchP/qIh3XJZSbubhbbW3/hrqYaJvRDrhHyWlIQ4HvynErJMJkg2kO+3FXDxk\r\ngaasz/IWVyAblkQhNDe6uDPm3zN4MpxAHNtHNqpPzuuue353TX8POcNKGzui\r\nW5RstE+OAYaxnvTANbOfDGjGFYcYwr0hfWDUPrzT7m5tbQ4izfFeOeTPaK31\r\nRKPKXrqwv06T5sVimyhILvy97/47lb+9U88=\r\n=1Ue2\r\n-----END PGP SIGNATURE-----\r\n"}},"1.31.0-nightly.2914":{"name":"@influxdata/influxdb-client","version":"1.31.0-nightly.2914","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^9.1.1","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-xQr6CFZ8jWzePq8wsNtIPjyfUDFddvzzMyVjJhhAtdsF7wYEknde2h5UErqKXfH/AxSlfLgIHZDZQfrP+B9BoA==","shasum":"f24d18f0efbb357b971665cc1f88bad0f30cb2c4","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.31.0-nightly.2914.tgz","fileCount":20,"unpackedSize":944189,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFkXxr0Jaz8SIf/JB+qDTL0Kq8dvlVm8UVehMNQPIc/uAiEAu7qLCVePKiK4fcICuAMXovcm4aG5PPe1J2g/K6MqvSo="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjOmBaACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpVsRAAiJVSQuuIo44hcj3Ki5hhz32WSCTaKEsXp/MJndAb1bkVumZd\r\nZjwIWYkevqeO2bVojnb7vXYtBTbmrs9HZI9gbQFGyQmgZPuv/5wMOQkthZJT\r\n0N8a5GnZ2U+QKK7kF9wNmrHaZdexbermoaqen4aMJvENaXlHGsCe/OOyEmPI\r\nkFCQDP5M6QiJ/MZzFxb4FM6XWobQPYDDnuzD2EKbAS3pRQDXFfg0KfFV//yU\r\nS0y6R3DRNyRzzLRJWGTByABls/hJuT/HAnzPTqRQbuQZNdol6MqXP8gyfo3P\r\nqdPrEroi/eKvoxqhLeDkitMUcvbmQPZGmD/lQja+vzzQdBl7qwoK2rEhReeO\r\nkhjATj18O6hRu7ZFAig+5KZSuqCknUi2PPoiGsITJntYLf9kI8rc+RifYJhM\r\n6JVC4oADzdLPl5d4lM1g9tkv3GsEyLrJ2rL9fbhavKaltnEan94xOyt0J5XI\r\nyd6BUkViB/Yf+PL4JhIdp2FGkPHNbZmV4+31qWGBCs8is16v9nrVUTNIZQOU\r\ncwhSA9asZ8VG8IQwymvLbme3ybuQjYsXkUZeTqehXlftQzK8Pvw2FVCc+yiw\r\ntf1hpZRC/d4c1f78tX9GzOkyVZM92SY/r9O1CwmfdAOyiRR5EbgQqr//Os53\r\nxwrhwokTjSyViqww18tGyjEWbisXQQee+VY=\r\n=Eg0+\r\n-----END PGP SIGNATURE-----\r\n"}},"1.31.0-nightly.2919":{"name":"@influxdata/influxdb-client","version":"1.31.0-nightly.2919","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^9.1.1","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-0Ux/gz1g1eC+AR7C/GoKIruCPrwBAWrFBYzt0Qk6pUp6fDl1kGZ7oApeCmA+48mCqrP9ItJ/+hFPK89qgPQM/A==","shasum":"8aeedfb8c94f569897ea81b5395b3166ffc2891d","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.31.0-nightly.2919.tgz","fileCount":20,"unpackedSize":944189,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICqyfTvem3KohVPWeiz1503DnFV/fH5qgdRaV1nzkecUAiA5C5c5/AdKEvlTC1TTNhTSZUbaZJf29Kx1k7c460giDQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjOmChACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr29A//VqBEWcMc9OUp1/leezI1z5rpNb7XLloar2R4iJpJlu59HTa3\r\nHurfbH+8B9ucktz0bgnI9tt9qFkjtyNyyRKPjIAIQvGV8GImKQmqSIwvJ6M/\r\nfCWVYwwTLbPr13SeVMT3nYvk8uy6YIqnDXK6ie0NxyOdAnuEoN+2IORJLSC6\r\no/HrVt8vvk/UJvcaMa2E45VOTLIIA4nBwMwdAnY3Ry1hMGl/faN35ctIT+32\r\nHAFn0lDPkXkYKLMh8XgmaCAAckytq/+DBQcyZxOaCmTenWbvyaGCE06LvC+n\r\n8ajT8g8jAcQMFGKpSUxrHkO+WiEjkGUJbdv8lw/8pWFdCVwAvla3ofGTzVR9\r\niL7i3oEvvaDMMY1MZLMAK46LwB2OKNI1h+yLWlodLRPaSq9t/pg1J4b9NO9e\r\nyVJrhOgYDgNZEosLdioT3v+Dh1bwmwTt+bzNI5ezhGvATy0xXBFYTXJefkAt\r\nWcH/EzlUk3NOzPCzoNWESPr/h6bnzHTj++Uyo1Sjmr75Wbw9j7JFTJPiBagE\r\nxrSmswKGvGvml49LubyKNyeA37aNlk88Yttg7EjUBdwGqNvX0HSLIGlJ9dtV\r\n6C4VA9tdBXvNwWVpUOujZoxvtntbMl4U3V6XErtrnBP4npv5DddQKtj6/KxI\r\ne84JZHtM710vateIDS9Pg5+2e8ZORr5fIGg=\r\n=ZwZF\r\n-----END PGP SIGNATURE-----\r\n"}},"1.31.0-nightly.2922":{"name":"@influxdata/influxdb-client","version":"1.31.0-nightly.2922","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^9.1.1","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-C/wn/1VqMbvHXx+8f9JQcXxwHqtztNs3hRTbvJKvB09DdQBayNwlpo+SEC9I3Nc5TIKk06Nfi7Wn/G0d+jWASA==","shasum":"9db91f8f16bd82e2480f6ced57777c044a5cf352","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.31.0-nightly.2922.tgz","fileCount":20,"unpackedSize":944189,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHyF3ND3P+2JXPH9GPYIclWug6Kh4OvM0r0eyUT+GWQVAiBwErDqRXEfHin2o8ows4k8M4fiV569JEmRsW0/6XabtQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjOmC+ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoLJQ//Tv+G4jfQG19XwViCdBHh/vPqwSsVQTzb6KaThevzRUPtvL7N\r\nF/onjTMrmp3cMv83NwEsNuGXLREmHLJ5WRKoDxk2/Sh3PXvqCiAAccZFN3go\r\nsITSE9nNa9y6JbiWFhoFyuZbdFZckLRoagBdW0mez4dj8V5ZFuXmina6dEYA\r\n20sOWUgsrds3IKWvrukrG6ByEtGkuhXA0NsYl1C43XSh1ib2I8Q58oA8saix\r\nbXYyArJKttNlZu2SkWsDDZ+J1qEIjFeZB6ZcYUz4E36FxIIB2iNQRfOOM2u4\r\nnSNIz3qz7eEUN6PVhwl0zRjbCBp9zESH/S9AgfhYi7L5DAzFH6674Ldfkk7U\r\nV3YFSjIrB0dq4YlR0J4qojzFn5mB0BEAWZdpT1tpuvcwpQWTvgA/GfYTW+KE\r\nHMqylinm61Nb9ugAH03Dcb5g/H4vloC/AAoVERY0HXWgk3f5ehvtdv5P0cQj\r\nXrFKoyyHAurDHkCNoFVXetElwdIWGb1Tg4VWunlaEb38cPZmVDR2mGEi5KgF\r\nwi86G1WQckFcQMr0IBxItjS77ZklT/WyCZu45Lz5/c3GU3DpUyPYe5lXDXZS\r\nLIIyltMi43ZkKt6ejzjAYql1pFdMB5MICPEEdAYOqKnjEAF1CoGm/5Zvp8Fa\r\n3qyb5w8WU3BtCCVA8D2C2WET/eWiXFbltwU=\r\n=ZLV6\r\n-----END PGP SIGNATURE-----\r\n"}},"1.31.0-nightly.2927":{"name":"@influxdata/influxdb-client","version":"1.31.0-nightly.2927","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-8Vu2IXn09R+yumaq6KcV7aV1lCUa0/XnL31t0DWv1d88d9jxlYlAvJNc2tbOqJBYGWx397bst6dJRf+/6MP+aQ==","shasum":"6b9bc14e1cf5cd67bc81b32957325706fe9e2648","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.31.0-nightly.2927.tgz","fileCount":20,"unpackedSize":944190,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCooXeA+ak3SvR8B6iXTqnCGf9s0huInymF9efnhVMmUgIgTDgJlKu8EoQjrUtOAGEaD5UAwcwyIYxtYMrPpUIe+EI="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjOmEzACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqeRQ//deayUzeHG6cT30LsJuM70FDL4KiVh6OhrCQTJPLbSJ4Rl9SF\r\nwWwRq1o5TEGDRcKWI8l3t7BV7L8lbn+tURL8WVsGl++qRcJSnVvE7XWxB/I9\r\njqn5EpFGtDp2b1PCfDsdVe8RBmEA28qeF2vzwgXBlUO0VRODLlxjRw2WkypT\r\nU4L1647DYV+VYvcUFHk3a4JjuvZPx6umgSbJLQGyuXAKS6WYY2kTRlJjQUHp\r\ncvhFd54Hjk/hBGh9ZvNLZCHGYvkHXs/wrybF21kYWSh6UKwhgtBYNC+NX/y0\r\nPlGS9RpHviXN+PYm1hZ8+sbrOM8Z2cCqqOQYwGD99PL9dlEvnh8XKCUR1mAf\r\nd8QLBHk6B84xu1jvWP7/gqLN6hSZ1StC0pJgRi32hcLa9oOFRDFJbpUKSLfY\r\n4uOxLYWUjuW8JhekjodgkPfti+J0OyOEs8axEKbKFVaEF2K2c0AeV6O6Ksl/\r\nXf7x4V3KxMzK+5CN+Z8/daijvPQVCGhE8Uu/KwHLpttpzEkTwkJD+cWjx5AX\r\nul0Hcb4MKKp2ChmKz87PBmVVW0/sXJfu31sp2bE5Mxy6whnQc4JqAQUy43hc\r\n6UgrDLIfBZeQyJXSB6uQQP9yg+FUl/k6atHP0jp/wHX/HTLlqUKffjCo6dDu\r\nCiVr3YsCVEu56HKHfUQj7taK5dceL6KDP2I=\r\n=pEXM\r\n-----END PGP SIGNATURE-----\r\n"}},"1.31.0-nightly.2928":{"name":"@influxdata/influxdb-client","version":"1.31.0-nightly.2928","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-T4NcWAaokasox6LqYd9wfmh4YUJiyEk7HfmX58BZOg/pNh91XOynnJyujl/0LPWSWER43ZUkVE0i9/SMw3GKuA==","shasum":"a26183c8d48d99bf708333836746e71c589f93f4","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.31.0-nightly.2928.tgz","fileCount":20,"unpackedSize":944190,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDw9lF8mVtbpSf+AjCb3Zcqp0bPwHUDf2Tc714EaBBGPQIgeHtaTt3u6WGyHeSsOo06Tg+l5xmNPCoGyx6OjQgLwNQ="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjOmFMACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrWwQ/+J+qGPUaaumZlPnRkzPYg96PU2D4sblA5bJYbRxCelL6USJQP\r\nnXDkAvNnOXDrPj/YF6030Nyfu0UKtTUFvqY28Djx79ak+dWLJFSXCvFRORX2\r\njSFRUDlvO+P/xCZt6DlWXYJ8/dm/YnNzWCYtLv7hoDsnIIGtkTjaf+GhHYXJ\r\neVA6kiyiVYhrsS48OF2zPQW3TviQZkEBZPTfT+OFKdvT31nA2gh0DMVkFsR8\r\nskIBostHpt0dcWTiymDQEx9TlEkC7bRiZHLgYNOQvjrrDixIY/iTYZXUAXwd\r\nQO5z5PmyftkxZjiByhlCvP6lazXvRnSxp38QI5QUrC/TXcEYY9fM98rHDV76\r\nYUvQOtCr/B9Qbj7w9+hkPEVK0s8YNIdrbOUFKhg2sZujOHsobdPF/JKmJa1t\r\nBYowo/F0i1N4IQxfnpw2Sap/6ayTpMW5MQHQ1P3nz7xh7CRmQhj89bby+Hn1\r\nPb1wTZRq2Cjr8MdoRCDhUkSfLzyQyYUqyu/DOrfOQRWrmGqfzacBy5OcGdph\r\nSZbQQCRyzherXuKppnDPQwczbIE/FEnUancNhe894n4x3DGzs+VVVuqk8mAL\r\ntaAgh/lxhC7OiFr5vZhN3uug+Tv8WpJHcQR+V1nbwYHSPeTgcPYJx07TMbMX\r\nQ0iK/3/oT7rTrvtXONdSOuVWjm/M437VpxM=\r\n=BroW\r\n-----END PGP SIGNATURE-----\r\n"}},"1.31.0-nightly.2939":{"name":"@influxdata/influxdb-client","version":"1.31.0-nightly.2939","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-EwpOM8pq5PuH4gLGImqglJOobGzffUb76cPx65gSbEH3Id+HsM6Zt04tbqv6rbY1bXDZR64mKkKVSxsXlllWiw==","shasum":"f4ab3c9e4b5a5f9a2fe1fc01f3dc478f0f315ff6","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.31.0-nightly.2939.tgz","fileCount":20,"unpackedSize":944190,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDDClB7LKBzQRfex5bZKlHIerlyeojS1afCdWOEpHm3gAIhAK8bBp3fqd4mPYAWybl2rhw6bXSPrpLm7zBJEolUBlPx"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjOmRVACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmojTxAAg88dsUynEhB0BufcHiJvvCurL3fdc3go4QS/MXUV6UTTMyXK\r\n7ZNt/ZXR9ZcLFi5FAHNHcgbTH4i95ophgw1VE/SAGcU9blzI+S4IhjTLcRjb\r\nRGRuKtIbnO9QNkZYJGvuN+EHTWXXhn11bPgtADIHz6KDpmNgna3h8FlVtX8g\r\nOtjTQ96k0UyM9UgdoMv4zPErgEOAnXGf3KONgJutBvXPh1jYslO+claSK1yX\r\n6GGGii6pTSqfH/NOYaJELfGt4yCt2SRdygv20ilFwcxGwMjBk0DyO3dAeC2n\r\nZrnovNc8fvfsTPCk8Na+AnW5tQMI8w3Yuuewjg+QxFK0HxYLnLOR7eq5L8Kp\r\nW9zt2l8z3zLibv+0ZGzGtw4dpFPTvdwTOIY9Uo0Hi1GIXd0zA6VDgtjixWy6\r\nAmtrLJPzB2L05IxN4Ar4sQICC775BDa3LysC2dVtkwqU6cn9QjI6EobwCRlV\r\nnO4OZmT/uPZBkqOKkYdyti6JeqYzHuR2fitdH1jliEIckmpoi+6FlYMHoJRy\r\nls0HirnywC01njGdg3udDa9uFjbwNxCWksiswFENpERK+IGRLf17FYT81i5d\r\npBf299uEBWRNmQ5Ey8yjfapN8Fz87CPPX3+UDL10gPJFcPP62AYBTLDEl7xm\r\nRnv2c981GPmkg+gUYXy+/1f1MIbiQkxZSNg=\r\n=jgZD\r\n-----END PGP SIGNATURE-----\r\n"}},"1.31.0-nightly.2944":{"name":"@influxdata/influxdb-client","version":"1.31.0-nightly.2944","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-cf522XFubnB6iKtMkWtMoALLObdc0BqRTWOa9cpZ8mpZr9VQj2TbXOD9uQ52fuPQQNYkBA3No54SkVt4G2mJbQ==","shasum":"6eba947ad3b1b6ffd07c973c650ef9bb0959d23e","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.31.0-nightly.2944.tgz","fileCount":20,"unpackedSize":944190,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDvY5p63GASNoNZx7Ah4GpvCBZisQoe3xpfVArACWYLqwIhAOMXNILO6bg9S98JZ8H8SbTmAOY4IifZbPoeHTCAPJur"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjOmTXACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoE3g/9HyB144K8n3kEnnBcMYcHFMc3m8SHl4XmgdO7yJt979KVI3kk\r\nMLWj8s+fRl8Wb4yEcdk5YfRVkRIJl5Dpnsb1Jzdkhb1zuFt421U7t8lpg+jE\r\nW90j2E8ridOEoC5I+pw/7Q8weDuoxESJvkhw3kSzOuBa6rYsqlpyRX8AVDap\r\nvRDU/dekpwT8jCwiZi88XVN+FYqm/5mp/ZCX1xQYKFb3kFVRK+xqXCRSpPCB\r\n4HkaotDrE0O32IdVSkqvMZoTiTkDpquDQm3edOKtVffeHIv1E2Dc/FLyxfok\r\n6Ff/rrqwEaX6xSBha0x39V2TAIblsBvBQUmi+deoAz4kPsx22b19k1zq5T8U\r\nwk3t5J1/6bDS+emro3aPe7ZXC2pQNPCfWKQ2GOI67MRBJ8Udk6Oy5g1Y9SjS\r\n7ntnUWN672o6nqpiFxUpEUbW0b5W73pWuzhuWMlvTl9tCH4I2P606ea5VVuH\r\nrM8XtQnz+CXn7wTCxtKvyzFES526F36egNX7XsfKJryVX7cVxcAxoTYNUqp+\r\noYJTvxIMk8o/JUQh5J2Gg/XZsEOpygYiiqSIgQdkQzFYBrLak8iCLibVFDdi\r\nrENGuCeoh4IRq5qe1z/gwYnuqlMxpepg/p2hW97PRpiCu9xEcjb7x/cqUWS3\r\nMFpXdCU/jLqiCMdYPe0A9TiO+EaWJP1anKM=\r\n=gLmB\r\n-----END PGP SIGNATURE-----\r\n"}},"1.31.0-nightly.2947":{"name":"@influxdata/influxdb-client","version":"1.31.0-nightly.2947","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-9imrVJfD5RGyEVPyL85OGFYgpxgpAiY5M1DDyTPFhajXNK55qAcSy1wjWJi78o4A8SVV6p1PYKG/3Ozjp8NW6g==","shasum":"8d57159189b6b29cd7c91aec5bd22a038ce8d0c9","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.31.0-nightly.2947.tgz","fileCount":20,"unpackedSize":944190,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIET/wWcZkp6kJ0XR9D109T17mmfQvGkIPsvzLZTmradlAiEAq8TAbGbUrR8LdFTbk5bF7ssEAu22XIu5T4phFb0poGg="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjOmeEACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqaGw/7Br7cLYFmd66JT7OJEibiZEzLTD6oSrDkm/UizJKiOiqepMIG\r\nE6hPpxEGph2zWU6S3uMgt0DxL/byrq3ygNj9N5S31N9Hxwps7pJ/DuE5pY60\r\n0PRyN76UOEuuIR1liYB/tyvQQbp5/7QeK8JuV8PMc6l2nt9WU/R772ymFHIx\r\n3orsqtv84fOPOxHNVkSyssSIXozyIg42YZ0PmbPKnKPqF7hdF6JD2iaN/7SQ\r\ngF59TxgIiS3QECwW/wkM4CCnmnQhkj5dPK87yIiBnQYmkBrGisM6G0s5vKm2\r\n24oKhAbkbmiBLQ1dn3HNibvXwv+5TYKZg+lAa7+4GKZWWpfp0ON3Yh/oKibY\r\nTazBBIEVl9Wm0OqlZaWgWD8PuCa8M5dIL/uz2+EOzkBDSWyNgjt+LPS55H/H\r\nAzq7b60Ey3By8bfxNY24UBw7rzoWEF7y0D/J31JRltb8e4M9Zrfr9nUq+dLY\r\nI8/Ls+3Pggdd9S29fQkPj7aEBusOgzBB4mWteqssY8hyARI/WPzwLgsnlpYZ\r\nOBzKQikjn6x7TcV3l7t9uPf2AhGg+0HaWsMtbg9PU93cNuOcJEsa/v6WffMA\r\nPZGWDyG/sYVogJa5gdivb/XCa7YH0q0JGvs7xOosrMmQS2vrfsmWjhdxT+eg\r\nGIp9epBkZBI/Zjs1G6VI0ma542DFVjK7TdA=\r\n=+Pfw\r\n-----END PGP SIGNATURE-----\r\n"}},"1.31.0-nightly.2950":{"name":"@influxdata/influxdb-client","version":"1.31.0-nightly.2950","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-gPh9vVGLjy5S3KNCWyiQaH+iHGdhbwTrjGVPMbF3S7qlnNPwwV6DSwrheVcX7OHTCEqXGnSbyPzuWGE1aXmjew==","shasum":"ffdc6230bbe0869129715afc877d4e457b4402e1","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.31.0-nightly.2950.tgz","fileCount":20,"unpackedSize":944190,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDq+4M/e7hary2wRKHDvqeIiNOxnN1he3ESv3O4LevW9QIgcB7G56uOVV8eAFTBCw1goPZJOo1qja4OVXE54nl8zIY="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjOn9zACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoJ9w//e/iV+sqh2FkgLfviMOxEVCwtjjUjul4sambSglz+YQ2AVELq\r\nVy2kE9vuetTxH6S3SEsPIBspuFQUciuDD5UnnTv1T76ck+9NMF0ZWYpUWhC8\r\nyvcmruD7sQ6C+b/mMk7YgO9+KBL5EWtkken9pqnMwtwpf7jZ6b9lbvg2ouf+\r\nmRoVlM1b+AByqovEntOcHaCWaVketm95yui8mqHWCgrvyIsyYrjQXKcRaha9\r\ncfD6s0lZo681U6BsH+YxMmCfxhM8Lb8RfFee43gGA2811OLguUeF8u1hCy4g\r\ndo41x/bwmLWsKc5Ev1H8UQAuxaKqC1X61fOYlmP1vNSPO0TV869ZgsAc9VkC\r\nH7crYsmuGfl5x+K0dSoqEa7IxJS3xQmhh4oEfgpnL04Z3Xro70WJvd12CnAK\r\nz4IXfTnoJER6VSa/TrTltZTXq+zh3V9KvXcrELJlc43mruWV+cZyqEBE1Ai3\r\nwF7gFDecF1GnOXgQV4/D4bPpVwRGkaVnXlaYht52AxaYJVla+MzWMZyrRFbQ\r\ny8TcnPdO0jF02NLEsmyzNRmCP/SG+ib5RcPeGQLV15x9nQFGM86ztg2tgm59\r\nHQfVLCpAmHLcXpYEaBv27zKvw9LNc0/T4DU1loRY/zvAJeV/TuPWezTuUvxQ\r\njTt7jjH7vy2AFCea0D44CrFiEFUFAtSVn8c=\r\n=LgXO\r\n-----END PGP SIGNATURE-----\r\n"}},"1.31.0-nightly.2958":{"name":"@influxdata/influxdb-client","version":"1.31.0-nightly.2958","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-dgIKqfqFgR+MYcwlONPbZ2S3Q8vztrlmIadveHT4BOlhXvwvOJ2L37EPIttwjczFT+0+v9hCK4PY1VlJmFjTiw==","shasum":"0df2a52aaad41033298595913a5b42c940a03cfd","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.31.0-nightly.2958.tgz","fileCount":20,"unpackedSize":944813,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAjAQ7irx4/2J1+c+QQuEAuAwmo3kadjo4GwMvJaip27AiEA5xQF9f5bFfDF/ok0Huu7fGwclAP2KTmNvZje3LbFxkM="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjOpk+ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpcgw/9FfbbbRXWynwcRrmmTGkusWfJQIVUt32LN76LzwswVNQKlTat\r\nJxGukg/NNsZB84ZODwh1qjcVFkS8+AigPU963EGmfxAh3QXm5p1NmBjlVfsD\r\n3D3uLukkpPHfg7gep83Ikow+DYqhjLcQzHtfTo7P5JxpII7/lbN/kb8aeMr2\r\nT0OqgNW/Tl6ORi6Dnh46zjftJPHpoTy81zMeegl4kQ7U33EQxZ6UZEiJ3uDS\r\n3G5q/qBG5iMD2ZKPnsFkEu/SupzwH1AAPP2IOB4n61uDmGNz+nn6P6Sq7Yxk\r\n9I5YlWjniCCtEHBj4JCc2h/9KOsmpqBrjdJ24i5bftksUCTK7itXjxsmG0Qn\r\nL6zkDpj7ETGhpFmsBBGWlFSqI+DSI69flOZse/lfswsuUECQXYAVMEmyMaWv\r\nzIndKytwM+YX7/ZhCWzLeEufXK1b+UuRVGopc+NrjoJyBXu7hjEAMPhpAtfd\r\nlv9hkgRXZx/eBjvMzD5dHKDWhYwV6ft5iQ6r5fdooxgSR8c2aVAnA6RLILlW\r\n/FMi+mpwBSIXBMwGnuPPFDfZ3vOPrboP5/jrMlrb3Y3SttkG6J3o6yoiRAyC\r\nryH09MZorUpIUw2NJeZuPlgv8IpV6prEVS1NInrKiKzmVLPzCgNhImNsI6h2\r\n2Jb1Tx9B4LxMj/iKlymFBUrRUbn3sKoqPJ8=\r\n=r7kH\r\n-----END PGP SIGNATURE-----\r\n"}},"1.31.0":{"name":"@influxdata/influxdb-client","version":"1.31.0","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-8DVT3ZB/VeCK5Nn+BxhgMrAMSTseQAEgV20AK+ZMO5Fcup9XWsA9L2zE+3eBFl0Y+lF3UeKiASkiKMQvws35GA==","shasum":"4356356a3e6f886f717f3d2805a05cb5c5fbdcd1","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.31.0.tgz","fileCount":20,"unpackedSize":944752,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCGZOuYK5IY9i8Vedw03YKy+5Y8PgIbZ1dmWz2Apjw+tQIgffTT1/e405AHOWkyLXHnQ8BKkwB6SPp+cnCXEAG6T54="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjOpuUACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoHkw//ZDp//SA9AXXj6CXrPARkuTSzPae75g7eR7gWPZiNA3/nNtwp\r\nd8lUFp0KqTaUEhRSd5gs+B0H7GJ6OaevWq6ozdVMF0q+WrAfVEx+JVJLmh0+\r\nKi5gnOs+v+M9ZfeHhUUEWg0D0WlYXY0qm1zv6s41WMHz9B7DSW5pHpzDxPZc\r\nbyFLpTazuVqH+8AYHdzThQ++T0bqDUz8FgsCz9JnMTJKPEU0twWBy8G9FGVz\r\nVFEdo4HiJCn3L2RhM3zxGk1nKIPAlA3toJjKLlv04Rqvl1WSC19WFSGxSrfB\r\nvCR+2e3LlkaHafXu0emtEoh8bOJeBOZu9Z6wy/whRwcegCRO7bVX7zMjxNc+\r\nZS/4LoGggW2wadCLDphHPN+nQFLAbTshn5xs6P0oYlDzYzlNRxvH1CDDakU6\r\nsYItdcQeLeKRI+AHa1GGoo56P+PcXc8rB84rY75uwpWmua0CCutJ913jyRxn\r\nt3mHFQCNwS3zti0AnbVGbOmKdFsEXkFqTAapc+q54V3MNjJJooFmH476yl8w\r\n+MFmE4Z1etqk6Sn++3shVaFsw7AZtyUJRhhKsPnEbPqBQ3gypSbh0mD4wXhI\r\nw8ehdDvMvX8F5jjHajo07t8pRm/Vl+wcbl+28TyjVNb+NDV7G0IFNVgjZlkW\r\nIJUGeW4lukYeAj253ELYPk4VEZ2KhSf4mco=\r\n=BzOe\r\n-----END PGP SIGNATURE-----\r\n"}},"1.32.0-nightly.2963":{"name":"@influxdata/influxdb-client","version":"1.32.0-nightly.2963","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-5opDeJds+OlBAf68YB37b+II6Dw2dfpe5QWMivIJqwKOCNtmegNqh3YnVxUvjJIRI8HEgsgii1ohm/ciGbd9Rg==","shasum":"5d7c74746a7cc3044cd82561116c0182a2c9edff","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.32.0-nightly.2963.tgz","fileCount":20,"unpackedSize":944812,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD/otE4nNqPneoQjCywaZG1t7Ec7Cblrt1dUKeK8HAREAIhAIaCmpzghEax4VdEGMu5ZkokbD9m/u4mnFVHR7QBE029"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjOpysACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr4ERAAjwYN21C9VIEzUeAIQHN1nuNaS0MNrkPHJfc4GniSrb5MIeUQ\r\noBoUhEp+TH6O998M5rqmX3cOLHJYIhyM2omGMcmj5BwDRuPkpH/aQgVVCrdv\r\nux5+pOhP7id+Rs/CTpcwxBbBs+7btc+u0/b2rtejmigqybSNnm7iPU2tIEdQ\r\nk/ghvtY0k3HkqIFhY2+9PUnx9YYy3nOZzny1wsTpDHMi83sIVIbYISrASU18\r\nRBzArMWc+EoRbYfcn4PVqUkiO/h3VYjX8vHvjnZIraGZ916bcYWTsjoW3JnC\r\nh11S902CCOfJnO4kkCZuOotVPP/cZZkHoraDKuQuNRX+nM1iHUP8cPYI88mG\r\n7vfnhSBWJoo8xiyaqeaK00mJfph5PiP1ADrZBTJeXTl22Yb8f/WEdZVejAP6\r\nizdIP82TIEnRPNqzOrgLONTgi/Tv6O+T8UrMSLf7OQwlvfNzvwGymvClaum/\r\nu/IouwmMPlBfqvmuQTvy2AaEu2wswjdIqHmi2RZF9fGT766ywPzMHAuL/X3I\r\nBSUxsSLjPFNnJomRBAKIbA1208PCHOoMFP51/TSyre+RZmOTYAB9Rr/DphAI\r\nkHxlnfbxZo7JPld6MCL+5o2nkD8zXa7p2W7ao7qWihtC4oy2ACeIRyKfHKvX\r\n0jlw8vwzwuFhnaTshlffM2A6bMm9iCerjyk=\r\n=uwtC\r\n-----END PGP SIGNATURE-----\r\n"}},"1.32.0-nightly.3012":{"name":"@influxdata/influxdb-client","version":"1.32.0-nightly.3012","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-wnXBwQLTgS8waA3ej8BRSHNGq8aEGOWJSjcl8/VE4GOzR/kciGzl1FtKOld3E0EDCwydUxvRKOi78GXreaZ6tg==","shasum":"2a31b3602c79ce9238b59535850611d4085730fb","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.32.0-nightly.3012.tgz","fileCount":20,"unpackedSize":944812,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDXfnL39EE6Ga05tT+7tWMrjvzGldX3glrr+rX0ms/bhAiEAmLm2m6e4KfFDwMyW9s0NoGEOQxlpeQMSFYAHBTl4lJI="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjQ6+3ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqXnBAAoqEEMzPjjlcAjFCTN04DuaFMApabHGpO6mCOePL2JQbEJdMw\r\nmnt+VSXSNRmQNsa87TiaDlGgU0roU1tNWZp0+SY+UCSUzlue3Dc1VmzcYIuu\r\nYsBpX30j2CvqhThrI+EksjuWowQ7RNvQRZXdjXuPgxFhTRHqjFuBCDXvY3h9\r\ndy6zOkKMiCjSTQbRZaZ+luYR9ak0KACqv3A3m3rDUKU4RqAQTufmWNTcBUXb\r\n4Vgb6d93CShNeqdCqPFgRozz28DYylCMCKJX4ZzOAo5FHucFZX2BtHBQ6GMX\r\nEcaVXuA8i4N2vTLeHZU/2pK5F78QhMi3XqBJkEoIxURpWxEBKR0tRRhIZDeo\r\n36bioISsmSHydYmbsektGJT0JBIA/e5dINT7afeJ/TEAeNoa1F8Naajf0KsU\r\nMd459Mtp5o/uZPDCQQTDqwZdZTupnCjtL46bPi0nM9ep9nl6IRHYtudvU/Zb\r\nvff8QcPR3lET4Po8DynHTSee2ZbnegCghoJSN+nMMG9k/TRcGESBX1pV9Wi9\r\nSoFpN2TFlMvTOXVxs+ifh3nVCQGddEvvkJru/DUE6Rni5bW+InyQwkIEzeRE\r\nUDEMjZHwQcFmo77FZfiu2BzobASTRhVt9Fnir7e0/IBFImHTaVHQngt3jGMe\r\nYuQW0VYEwN5dCB8/2rBg3Dat08IwkMQ4CII=\r\n=UHZg\r\n-----END PGP SIGNATURE-----\r\n"}},"1.32.0-nightly.3015":{"name":"@influxdata/influxdb-client","version":"1.32.0-nightly.3015","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-zA8QCOM7O6+xUMm5ZoLSzJb0xu9vewWQ9qf64NXVRXIHTEvQIKwApFpnqTDZXlZEL4T67Vru8/QLmBUSd6dg9Q==","shasum":"48f181478cfef7d2f459994beb4ce2babcf13510","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.32.0-nightly.3015.tgz","fileCount":20,"unpackedSize":944812,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGp6xKCEmcEQgxgW6HrkTeELSGHWuqevD6mnHRmSNNjnAiB2eTJapj1T2wu7dYUT8M+JXQabKlksoQo5m7mVkSAPDA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjQ6/6ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqbiQ/9ESk1KTugdzKj0UjUL+LnZX5OuVnj3aPHBBmNNk66OvK46XjT\r\n1Sw+lH7DEs4p0cX+4dUw4u/FpPiRrP7E+GO/dDPprFx60Dfr3enargod4lE8\r\nhY3GKk/L5K+pi4Kmm4Xf0UTZV9OcfXDzE7XHZ/xKrPkjymes/ASYpcabjlhh\r\nQ+qRt1tRLlhl68NUEaKpa9j8YFSw5L5zb6/jioV/QM2uKFv7Fty9XVY3aQpX\r\naNqLjd7kBjaQZ4M4L7u6ahT0VPLoMbXwK0x50YiOk3ebpEagnjayAgKxmk2P\r\nOtIXXLz0cJdTia8iUSE0odZ6AfVZq9LHRxnjYNFZYd/8oVE2NvT1a60MxNZ2\r\nduNwDkoXP22xLUr3Dc9QkY+8858mBRGKFf8CdQqEWxXC6JPFYxSDeeRx1SN8\r\n/48MAFfUOHeR36qvRqmN397ZdFj58hUnPPLHHFqh+sxWt7EfdrPBYY4HJxIu\r\nvPCQLfrgji/k1WRrhDgxGgXv4VLjbtz1bh9v4Og9iN+bC4WDwfP1dPosD1xI\r\nixhnnaGkFcC/chxYTr0415xpm9QpCST2D7CfLhM3/8eiN3YVEsnvMJ46TxCd\r\no8ThZQrh1Cbo9P6oDTmYc8+afk7DnMefOQMUNd8ONVXiEQXqsuqdKhB2j2yl\r\nBKHvs8ESDRQg7jo7/QLWD/0r6ooaLSdPY+0=\r\n=sVwa\r\n-----END PGP SIGNATURE-----\r\n"}},"1.32.0-nightly.3018":{"name":"@influxdata/influxdb-client","version":"1.32.0-nightly.3018","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-WAVsfKVggzY2OuW7kPljwLAdbZCuve6U5/YHMBd3xn0jV/hWPjlx8g2R3vxY+fLyZvL0rXx1jxLMWM5OjgotCQ==","shasum":"071ca7062697cf7efaab49e6bd2cff3dfb65f8f1","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.32.0-nightly.3018.tgz","fileCount":20,"unpackedSize":944812,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD4HV9r5Ds4AZMQx89emtMQIv3G8U5yL0y1hf8T9GCQDAIgfL8M/tfX5Ria2khd+dR4Rj/Jj+HwaYZ3hhmTWe4p7Q4="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjQ7A2ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmoq8g//TD0WEltlJvirXzC/2JyZeM0WfnfZaqG6CW3qmHS2yQgrrFqG\r\n3+VsisXBts0jwhhFwVH+2LTMoRBdZ1E/Q6rGYNgLWs/Fe+TAqeg281lWIQrH\r\n7Os96izRMsD7SW4CV4WdAJzNYH52cuRIefHWf3tmhA7ByDrhVsjZNZScsax3\r\nisgezAYXLOrlib7V4nNV+SGEPkHh0Xq9FU9emO5ohQge6iYrRk0NN9zlB6SB\r\nZJmaAAPSQPRGJNRVvWDu2rqC26v6KSDPKB+IoWz9GhzG3WBXERj+JGmEHu0F\r\ni17HrVUyzBo7+4GYTF6bCVEiVRCQTUWT9jddx8m3k5skYEASB2h/7RncDPew\r\nZgo8Q7PtwJMIQKfi1+T54UIobQTUbKNZ+3j9vu7jHKSNMc/tmmQuNPjbDq4l\r\nAUF+Vi8kmJzL06rlTpIpgUO5kbGuKSo6FfVtHCEE+yG9fG27Gaz7GXI499X2\r\nWtw64BlMQLOn7U7qRxVT2tXgrwbDMMhdmz/qfmyfnFCJvV9+npTrd/gy/v3Z\r\nR8FF+YbweR4IdNxPSwv7niR7mqJxkT1aTJzhMdeqrF0/EZ1wjpfeJ9+/lM6x\r\njaZQSoUNtrcyPoE4Pgd+qys/YmkRJHX7gwYCw8zwPxUYD8FWxX6cQJXTroQm\r\nkVb9rA8IaGIoDFhvFjneMv+AJ6CSARTtNnw=\r\n=Ad4g\r\n-----END PGP SIGNATURE-----\r\n"}},"1.32.0-nightly.3019":{"name":"@influxdata/influxdb-client","version":"1.32.0-nightly.3019","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-yTwqEvttGVdBYmD0Do+uQCWX8x/lPgoPjxDdOKZOafwoSYV9Mo3QvIqwbQjJaquz9PMVH6C1kF+M4VYCUhLk0g==","shasum":"29b2ae18985eca7afedb4eae6155bc72c5e0b3a8","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.32.0-nightly.3019.tgz","fileCount":20,"unpackedSize":944812,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGZv6uYIk+wDfTomFQ0zRtR5Xn5kNjxNM9l0/INPNGYuAiEAg/E0mbzQ4lwSZQE7tdS2nqnAK6QQ/xCiW+vhs7Bw0i0="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjQ7BIACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrBEQ/+JHY5FJNcMDznIZlzf1Mgdfwxeko4JVxmIkZOGZFBNhWAy+f+\r\ndTZzU9nFOmKsTAly/b0Gk54wHrUvWBnKQt+LTi2cUqOgsXeThlQBUFFPy9Im\r\nXgzMC87RHEiglMit4+0nnceGa/5v7iO71N+xySO2QHfx6Ob0HySn+X/0kbNE\r\ncyiuei8o90uTDVal3CwOBHsjPM4sYH8vdZ2ne/P5Mz1NSHc2NBRMQJJ1mWGu\r\nkvxTiotrwGC5Sn1gVDB057dHfvvsiUG6jF8sTM9dJu+gNwt5IQTmHyTU6Xjt\r\nrA3HAgKOPLf6wMNKCQAodM5YPCnI5mEiuH2y1IMPo2W8iVH7TPqetoamSP/S\r\nCYHZjELvgYVRTEivmosbrJ4mUoSoaAaRwnMDHawIHkFtRGtmCRKLRvwrmclW\r\nIUc8fO/FXCBmDKrluVD6ChDzonE09QnqKTx4C44bsRRUw5JJ86qJ8/U2wnYA\r\n/Hv7gwAWfQIynwj9ajegsbbOlScBidHnU4kgaekmSVbcpAWyp3sqoO+cWnz2\r\ncJb+5nqWhpO3MfgtD0PLAUQdJiRPB3mGF2PcmWO8Gwrk92XnRgYpK1zfXnu6\r\nDdG219a+/vR24pHtXlGbZpJ5NcIwRGnBOJfZZECX/4DKEMwBuKdlZnw2IoNQ\r\nrUrma7hzJbCnQtEVeCTXWIXE5sZSc9tcF3U=\r\n=Lwa0\r\n-----END PGP SIGNATURE-----\r\n"}},"1.32.0-nightly.3026":{"name":"@influxdata/influxdb-client","version":"1.32.0-nightly.3026","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-IMRJuWqRiegyK0CWAT+zelBiLSJLegIUBUKYCxlZQc37uf5HBS15jhAGXUhZuzw0qerONN94n1XLC3L/9LsStg==","shasum":"53a38412d8c454e6d6e4005ba96e4fc49273e079","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.32.0-nightly.3026.tgz","fileCount":20,"unpackedSize":944812,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCP9TrjoVFXc3+UhfgZtiJYWroSl4PpyGyNbUkM/1WpfgIgRInbYtKnktexEVc4xubyYZq8Rpr/fmHuMVQWO5lv11I="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjQ7JgACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr0kA//cRXQbPvGAbiOPPRymTed9hhUGlXEFlvXa2669+rfS/FG3Sco\r\njRhVWYsg1uT9EVHKfYrx5fECxglB/E1yteZEDy+ub4XXJYgBb12gj9nVPxF1\r\nkj6PnRu66Qvdk4+liaTBDmd1wpwwcBFVVcsQoQOq2Jq0aBvnyTVMHOLo/S2x\r\nx71MI6tXZ2cGp60saFdsO8F1eoju3Sfq5DEN9RvtmVD/oxRIqm3JXzL12zfh\r\n19rAbsO0eKQCjJEoEsHToMluhIy0qMcJ4WBhTRkQXQz24hOLGMqswLpGcOfv\r\nz1KP+sTzXsImEbjy23Rm8zpSinaeHbf4ozkqqyjCXMm01p9dKerE8roYKgf+\r\ndVA061806NY+4rTAfo72/FfRDDYnaThdd1uhV1tuQg2KDnjpchgWdMEdvYK5\r\n4Hg1ul/4nET8b0EZV1YYKLRN1Y0u+Idhhu2dKfMICqGdvVzLR/fcLsYRmMx1\r\n29NYjPsTCMMiu7z+hNxx1E/4ikN/jU2vFBzEupU5TVBiP8DXXvTSrAD72Ukq\r\nbZFuAOW5HAkqtPBuyB7p+Lei5VKzIYjVmuR4/bH8BgQa7S7xJA/8litE2bsz\r\nDRC1voomwFWN+f0ZSWeRTcRsxMYzEr7XsO/caLIC/iQ1ktcj3CpJiriZNsRx\r\nQojEVWE80lVfjHpwBpYfzq+f2EGFsJSs1Eg=\r\n=Wg82\r\n-----END PGP SIGNATURE-----\r\n"}},"1.32.0-nightly.3027":{"name":"@influxdata/influxdb-client","version":"1.32.0-nightly.3027","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-6kg6dfFDiy3LDI7c4e3Hs5pJstGqCsvJsgQDxJpWV9xfoWg6jvsQfSqCXE71xbXB9jaXrR74uD4eJpetkbIIpQ==","shasum":"abf748ff9174b414074876667e7d6930abb03542","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.32.0-nightly.3027.tgz","fileCount":20,"unpackedSize":994287,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD4h9cNrxwK0geA2Uuwn8pkvAq2M2wptXzUzw3BhNd4KQIhAP4ZVVk+c8TxYHS1yAuT9/v23+MnppOv4WwD0dPi6ePN"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjQ7KDACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqMAA/7BSeUmMbZL0KVcoCIztefUR/FnLPEPVCcso4IkLEVcuY6FS0R\r\nlJph+Fs8WhpBPoSpc0h/Ti5woR0vjBQUAY84ciu7jwjZG4YoK0iVKU5IUsQG\r\nxqA7t6IgVtNPEIAHMr59gnwD/Ym9gKy91l08PZWLHDXCSmS2U7RlQmKumLaH\r\n12GubjPbCYHsZjkfUqgdarrTdJ+j1DawWVmrG8lMImWtXOPHLU0Qs3MIOc40\r\nG4Ij0fSnZKRdaCy8lA1ly0neysgIZko9D8IHbZlbe78f7zeLOboZ1Fh83bKV\r\nGm4uTDdFzycuwtd5E3EUZhBWoORgDeMg7zS20lE3GhspC3FPdpE2SVxnkakK\r\nEm7QUDoBj/4jGlvkCFcK5bf6vcPwEjfeMkihvqg23NJCp1E8O6aRzKd3KIU1\r\nispDJuO4reALG7AjwgsTnNEfSbTo7Klnk6TR6uGnEHVhmdLICXotwkamMNt8\r\nCo6Kq6AQp/yo4yvy1nb6MMDKg12mQgggqJoD2QoPNoiD4IdAHzsV9gTa75pN\r\ngcs+fKH7rHs7O7TQg89Wmyu2DIHv+UvLLfzu8Mt0Qicd2HqPlQQiIEFmcNLQ\r\nTYhE3WCgNwWT9XZ/w00fxfOxMAK+8w889fLIKtolBt+SZOYGXsRyzqaE7sip\r\nGiMc8v8+GfLmcnOFtqFholxh3xdD98BbwB8=\r\n=A6+I\r\n-----END PGP SIGNATURE-----\r\n"}},"1.32.0-nightly.3044":{"name":"@influxdata/influxdb-client","version":"1.32.0-nightly.3044","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-anjYVN+lkyX1gPVszlXnpETAiufz8HgIdY8ztcecMxY4Cmuj+wp5gi+OUTUdYB2IrWnBhyeofSgQak+u3Pqwig==","shasum":"a7760e7dded3a9df33c77e77b06b28f5f4fdd6cc","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.32.0-nightly.3044.tgz","fileCount":20,"unpackedSize":994287,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIH7LPc6D+Mh3LZ0VTatbSiVixp2j3labnyQpw+0r2ChLAiBJ0Y6zqbq73X9j2ar2vTuLrTlA97hBNtmL16dwRHq8hw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjTPcOACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoLFQ//STxAw6SwPneKs9oqEyOqeMsS6CavraUIpTLHpjLt2pG5CYao\r\n8xLeuPSj6aDcZLBwuM/qMLDKwo8KZQ3M0svi522PwshczuKdGsO/RugwIUVx\r\nHO72twdGaRVe2CcVTTcyGXb14q8bdwjCgR0d7J5B8JIB/+Nz+qn2MKcbnrJB\r\n0+q2nxHqSRS/VqCAEgAFpASLTeZznMuy6z6sSqCLFdYqzibgunxiNGrgV1uc\r\nKQtROrjoYTMTxwY7E4AxNoDBt1gAMIO47npNp3w8lcHrk4CcthetH89CypRH\r\nY8slUOIy4FSF2bz5e2A7n0XCT/8JovrMO/fAeeJBh9MGTTLYBhivBPJeZ/cg\r\nkHQ4ES09XrYVxpFBc39zMRh3zHOs9H3jHWityoH63Oef709JHfMmJ9iecJLP\r\nB57hyXAXB0qG1Ez0RlwwdzgmMR1L5hV7O0D8Tt80W5hjmSxfJfGXshocMCvX\r\nhl8zqcKDXZCp4Ak1H1xZZcG+lNI7D1WpP7X8sUYa2s1188i59J/WkanvBP9m\r\ni74x+5SY/CVa43nbtsi+P5h3M4BtPzFeKs/61Q8iE2QiQ05W7Uc6SKgC/d5R\r\nPfwRNGz4iTvWN+ezbD6a2PE/OgNxQ+4MYLM4HPCcx6YtiKptj3Q4TT70Q7iL\r\nv1htg6WWKcttQvhX5hPhr76Kx6bEYLXFCy4=\r\n=/JUF\r\n-----END PGP SIGNATURE-----\r\n"}},"1.32.0-nightly.3053":{"name":"@influxdata/influxdb-client","version":"1.32.0-nightly.3053","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-8apFht9ZzqivqJIVv6QyJDImnrg56Fj0D4SzvIQIulqn8jtOhGT04cKkBRiw/kC+WdeSBmENrCWIAr/CuJhSbQ==","shasum":"e6c2b09d738150848f4961f17058656057d8db5e","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.32.0-nightly.3053.tgz","fileCount":20,"unpackedSize":994287,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHNBuc5i5As5xXaQ4A3qfAEcEEEUkh+RkIxXhOCJfoXuAiEAxAu0n30yZGKVh3fflDHqA85+YsjGzQHSMmZMBUWfYXM="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjTPhnACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrazw/+O0L1cBo4yzTGX9Qgd3YoRWFmV1rnJ+OoOhTb7dHYTccgIpxC\r\n89lfwxxQb1dBeFHfDdgTGpIp9daT/KNSdPQjs1yYIDKL2Lfq/S8CXphmn9SG\r\nXdLd8q1UgaCq3XQEMb9pPcir0JveQyfPbypcx2gk2QHUsYB5k9XpVk8jvlOv\r\nbemylEjYA+/HMCY5sI1L81pVHmCRhPQ9IUIRFIjoBOLfXF/9wyAMLkpay82I\r\nnU6CK6Xu8EAQgSOZykVoxepA9W+51Uzd+M0AczMQIZ5/OVg9EqtOi0ePSpFa\r\ndNNIu71l9e1Y5sioG8n5Z212/rU062BcCngciDlM4+3Vsj9vSPlxQShXOa49\r\ntofXiFoHfn9+svIVzZBHzZcJcc+LtylZQGMlsZ01sKZFQLA5E/N7qiMz4SbA\r\n+3wPPZ7cRMeVMMEhaCX8skfFAsOo3Q+xS6xiAyLoAwV9uoMF0r8yw3N46tH6\r\nyrHqpDfTEsOcxzPwSQS1neJUZX3D6oubZhzl76brOdOMHgy4NslWicXtQlzR\r\nw0z3c9z0dJmM/1cr0rRXmo3DiTBBNxYd0zrSZj6ZxWQ7NbuOsbq4PAfMYE9w\r\nkYEsG5CB3VpDE9MAyU0ZmhACyp0USU746XFTrSCs/GIsz0W5aeYl9xwm1Pz5\r\n2ATeCm/+Qdkf/jciAc+rnqJ3FH+L+6QglEI=\r\n=gGP4\r\n-----END PGP SIGNATURE-----\r\n"}},"1.32.0-nightly.3054":{"name":"@influxdata/influxdb-client","version":"1.32.0-nightly.3054","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-8gRkX3yijjh3OWYtT8WKGJ3oLWb6oSNP/3QrlXlGzGSJNapzKSKvYTfaqkhiulhqCYPBw7nEqTQ9TWy13V6+sw==","shasum":"1f25d64a4cf2077f0a7fdf44685ad575dc6d17d5","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.32.0-nightly.3054.tgz","fileCount":20,"unpackedSize":994287,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDTSttw2nMczvsrF4CRG+Jc6eHtg39vs4Lki6LANe/GfwIhAKvMSOu5nZ5+sh2/V2QL+N9bq2FH4q9ZH+jFMz9JvuFh"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjTPjLACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmphVg//ZIzKEVMRHAFBRbk9tohtpK1Euj0QB7zEYRaHwwk2oU0gvqFp\r\np0vw3YqR6TO1Xj7MFkxoe/MRaeJ6NR79gr9h1dEjbhW3+6MNuWi2+yDaZcIM\r\nk8aayheAxOZ+fmkaPTWyG2XZzYrYCQPAG/sDgkc/Yvb4xEFgJr16eAu7Xx+2\r\npS1MoUAI3fHJnZfWze6s7kIOgVp6wgBM4O+r8x10k+AY03HbDGu6B3RKLXzs\r\nRUeq6XanfM8aK0X4AkBoMh5S3Xpf7IW/j5FOvzQd2f4Kcb+S1LD4ybN+BMJy\r\nVTlCoIEYyu4MVFj39878BtlKyUTAN8e8n1gwDUSRq4ZitSmJBaEQb6kkGgOa\r\n9xUv8nBzSKPn01Tpavh2dE1Z1bRVriaJIhKbwNjpqPMV0EkO93UmKZmc8jJh\r\nHmytZ2hbj7A92p5K/9v+BVNPD25BsZlZwpxhzOn1MEpAZuS4NyTzV+2jqGz4\r\ntxsGN/reQy0aOIe2NkDyTGciGLI/61NBw+fAUBGTy25bcbCBmR6X0SgNSfxk\r\nwtAIHMN5jJL4rEOXK11rDrsolMjKFohmrx1hIydi6/trbxlJrhS5Jy3T3bMB\r\nhHEALuWjcuVgq33F1N/cYF4jUtTtu/2Rudy0wqAS7scT66lcUMLT3L+YaXXm\r\nLLkJYOWYzuDt67gU53JVzvA4y5wLlpL39Pk=\r\n=7d6s\r\n-----END PGP SIGNATURE-----\r\n"}},"1.32.0-nightly.3059":{"name":"@influxdata/influxdb-client","version":"1.32.0-nightly.3059","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-vg2Z/5ze5nIruOY02crWUM3FhesrJUqK92x9x6fuur78cEunmAsJqNMWpFl0v2rJHe4iNF4uSI4BFvKWCUSMdg==","shasum":"9088edb4e1c1122488f7be558cd212cdeecee58a","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.32.0-nightly.3059.tgz","fileCount":20,"unpackedSize":994287,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICkb3X7SHcq+imtEP7VvYPTN4OXmuo6rXBKH7Lh159cPAiACdQgqShNsMSJ0NoKsIa4dtwR662+RvyZ/r0AzkG3ziA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjTPp3ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpHZA//R+xtGBQacUSp5lZILz1jT3usLYVfIG8LN5Vp1cOipAX/DSk4\r\n7moZ+QVzjU/QydsjpiQay6IoZjlozykoKRC3Cs723Njec+KO+Wr/25OlxkjE\r\nRQAJekO2L90GfK87RHSlUuwSqfLu9O9Qugu3ciND95tEWvMWw1t7CnE1175v\r\nZ2r3jPtW5CztlR01G+nZzK6hv1xr8oDu1bamQcnQJTbsgFzQKdzqWlDfD/2z\r\nQm5Gwu64uWPtOltFIxMoASuJbnQsFPNVLQiAsc6IxRnYWHZpY0HYfOylOlFU\r\nN+PNatanni3G+PUxhiLkyanYnt4A+xZF7QVVcWs4X/e629QLgbnBRNFAeDdA\r\nq6op9SZjmMjoamrlGBRolpptv6lQnmQR8vhAmO8Igcn/IxWBt8q9dXsz9kJU\r\nlOOgCwtGHUpMibDA1BM4ZX2R6Mnc4vMQLqt+mjrNNf0diMOtMJKYPSF3LNOw\r\n6LDVB0J61eudRw/VhS+wCzTTS63r7j7MfYXgxII0vjsVUDEYrqW/uKGs4DhN\r\nYkWGS/oYtBGKO8DzYg7oa/bo3T9cHBMjwAd3eb7bqfwY4rfXm5Ny76PAwqcW\r\nKkz5eUotYUpAjlCgt3GqGVPloU2t3RgwjV4nMatLui9gSoP3ukt2RmXu1sWE\r\ngKn/RvVrk4RCnUIfVk7OCtfQWXU9gDen6gc=\r\n=4Exp\r\n-----END PGP SIGNATURE-----\r\n"}},"1.32.0-nightly.3066":{"name":"@influxdata/influxdb-client","version":"1.32.0-nightly.3066","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-fHqz9pf9EDtExbd651NcR+N8ScTuv//hmeB7xgkTkLd0W+mChpUXQ1gbhw8TYIFP5OT7gJkbgS+rLRKgQEjYCQ==","shasum":"ae718abd32929f3e653b2deb547735993b26229d","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.32.0-nightly.3066.tgz","fileCount":20,"unpackedSize":994287,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCqpneuQAv2uXaQYq7zvvEKJBwc2Bo906p1II+xyh+CAwIgb4FStoxswnTtXzbeCJu8fosOlEp4vXnFoycRpNX0XKI="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjTPy7ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrWfBAAhIuDt3bdK4n82ZYeZC5P9Oa7IakctdJqnmYkb0QXiWHXvfBU\r\nAZR5l0qYTN/waX+KNUawVansiSrFA+7wUxIe1VMkr6o+hTfZ+DSgTrOtYJ1j\r\n/sxkA+HTQ5WprAN8BK+XHBzDLwjCyqmMNfcwjhbVmQMe1tq0TUcaUG68KD4A\r\nTWa9gP9p8GyRWl4ftZjVAXExxH5U2XVYvw3NGxhPAK11gCHdwZfKjp0Qwv3h\r\nJn86zaXz3qwnqIM+DoBGD8EtQarJ4CT8Mkgy5vSCYTP8qACzAAKYTHWrxOtc\r\ncO1B+Bogj+a5gwsCxBfjDwf+SRPVmsb5YLyWbr82KO5PbOyTgI2ZJwcg6Q3o\r\n7GCDlgCzojP3Ba4QdOoaLjsPw+w/XuwxFJb7LXAmn4zTNPvG7i1Cj7WmGISI\r\n/tkmlwzsWHjgJCoToMzH1utOM1mfMR3PVj+Nv42u1vZ6a99A40OZHJ3UPzZr\r\n/v3n8ZWseURjvqVCMrT2trUaFiazcwdZjj6PD9dZdspR0/bX1vlwbb25+7U+\r\nrEiQdf3onsMDGjvdmd3YRwY3eHrqc5gTEWmeb87t3OraLOG79cZbP8azDh90\r\ngtOudzRQFogGWAu/xkBAnfQcgzidarfUmVUYJOpleVzpDwCp3hKO9aCVNeJO\r\nIFuIQh04UF6UJ+fiSmkLzLGhQxvLtf4ztUQ=\r\n=R+li\r\n-----END PGP SIGNATURE-----\r\n"}},"1.32.0-nightly.3071":{"name":"@influxdata/influxdb-client","version":"1.32.0-nightly.3071","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-4ZnWmkzRngP4bWTQPQ/c7Cbu57rCkcOAv2yEy322LjZDEmpbxU6nb/PmGLSGGNRytjtGeD/tIKf+0/8M4QFqBQ==","shasum":"f35d472145ed7cf2351a08e5bdfc3cdf354d9c1d","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.32.0-nightly.3071.tgz","fileCount":20,"unpackedSize":994287,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDwziPX7CLiTfR6CDWUhl49vZ5oUMOh43IJvw6SnLIH5QIhANljHPfrwgeze9jdW7K8KO0oEPQ731Y+JO/QqknI1mPK"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjTP7CACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoSNBAAhK797o7sNRaypLX1+e8YzHQnVD7I/Jz6bmv1Ni+UzsDDMuaY\r\nnaO8QGdrO3cy/f4EEiKDfp+Ki3DB8pmWpXGdPHAfhaJ1VlJzCs2RQWU6TSNk\r\nFYr2hr/EGQvZqrnqcixY39OXkqdxeGZQliEI3SpH+FtqQuWyKbCgrOscqSEp\r\nQ+G0lmxg0t3pu1/V2diV1nLywOx2zGcInYq2Db97BYP41v85PEqOXSJ/L70a\r\nYJZF9f2GSCoqV2LHgriSBsIRsMppMqE/XDHsY+4RdV9PxHrjH7iIEgkPBsAI\r\nqtR+4Z1EvX6z7jIxjm1hPq0NRBa/GKG9zRsnjxsomJGrAf77NCHt06U4LEJB\r\nTEzjiPJQbtgdmJMJHOTwSTn/yr04qmg1PRdrG2z8IG4ug3yJKk5QYJlhKrmp\r\nX+Qy8RNoQpb5XjkprRgnuVeCWS7I2XiF1qzg5aSeBHjHjnGr3BENCep6ObMa\r\n/b0HxItkhDJdmH8AWONDiiS9j5KV+6ov7Kaf9l/r4RLbB15TNYQayn7EQmwg\r\nY0HH0f6UBI+O0Ht/amvj2KONQF0uWrY0zTcKP6l0gPG9F9UkyjXd/6WpHSND\r\nWym15M5f1oiipJfhPWFb9lZGkMJnqFeDcfbfZXi1uPsfAmVFpE4y522uvr1Y\r\n+7cDqlTKWBp639nla/qJm8tgtpPGVUtc9xY=\r\n=0CZy\r\n-----END PGP SIGNATURE-----\r\n"}},"1.32.0-nightly.3078":{"name":"@influxdata/influxdb-client","version":"1.32.0-nightly.3078","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-zErAUCXTnsHzTzFTg5NbDZq4E0nYz/oRiCBNFi2Uah6q5PRuw1FGzCh1POh8OYdqFfyVarbDXIz8uYimyl48Lw==","shasum":"0da64eb171f3f4fba63e3f68905ae7d76941425f","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.32.0-nightly.3078.tgz","fileCount":20,"unpackedSize":994287,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICIA8b1k5RB956UvOPMZvsmMU8BWlqa8yIk3iSSvs9NPAiEAlV54AcoKW/ZyodHYAz+h9H11Hi0TZ+QIgbL2BMJFUSM="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjTQoOACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpUPA/+MpgbFaNhhvisF7Tar6KhR8HyfBghqA9BUNG14ZhqABEpu286\r\nQLLgiXenUKnzUeXNC4RTNR2uZuaQiwIyUXA+thQQuS8J9yrW6teKZUL374lE\r\nx8uGCtOW/c/PDx3IgELJ4cs75x2f+co1DLD3yphFLlWAEZxjFFTR5w5MMuIv\r\nwyTDqfJcnXhGKfJIG7uP1DL0sKh/+wsLOZK0fMlUEcoyLKq9abybAcVi5dpa\r\n6yWIPdb3fcggwbydQiGKZL0OOShxvi0iYL9u3dr7qQfihqd6uxucpodHQ09V\r\ntq0zy4/c1OmRtgXt1P1AiE+32v4jqGTyXnWZqeWHMIqkuimDuYb0s35t1E7s\r\nP0KGkLtsscKWRFwJUr/LAKddjJVJCLPombqs+9yqg2FkVDKsB/kj223+iIXG\r\nTil3bIiygj2M9fHJVd85pz7Xhl2CpeQcT/86YLhCPj7gtz3KaGeOPgFT4j69\r\n5zpzU6Kae5PozWnHs0PJeT9Q5qnpGj2le7AbLe7ta5iYa/w5b2fIFnV6LBp8\r\nfYPqihVpmtBpoZuju9LpNA7niPa/welY61FIFhLCWTeD60TeXPP8/CZtKHOI\r\nAxyHBvACrjT1MIw3lhTE3O4D7O/s5qgKC4MPcJ30rqRNuvGElGp7cUvu0bH3\r\n07VwE5TzZB/FitYBxMMz406xLu8l2f0qA0c=\r\n=HZsG\r\n-----END PGP SIGNATURE-----\r\n"}},"1.32.0-nightly.3093":{"name":"@influxdata/influxdb-client","version":"1.32.0-nightly.3093","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-dzfrrq1OoT0Sg6DLavMp8bfd+pFs3C8BFuDinf9kGR+QsbZeat7j7kTM+xrD5u3v4ixcrcuMK2xz1LY57mCVOA==","shasum":"f9c45954ac74160b575e4743d05ca4ffdbee36e5","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.32.0-nightly.3093.tgz","fileCount":20,"unpackedSize":994287,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD9uk+8HxNg2H1NWn9dWBsY9gWbdQgEDs9+ipBi+hAyfAIhAOcsUC6yeY0TTYJrEvYbGplgwBA614KuhTjQB1hydzOH"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjVimhACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq3uw/+IbIn6jNK5Gfb3Qi9pKwtPc74Gux1eO/Rji4u5u2HmQcOxg3F\r\njaTmujqfP904RqVH5fFQYjuYyj2OX7TaAbx7/i1v1m+w5C5TWGGmG+L6cYlX\r\nEV7roTFErUQYLlnN4K1VwyrV4GlLeNOWvWh07LhJDJD2/JUQaaMTjKdQbnS7\r\nMhc2n7vEmebloR1h3rLqUEAYfTyfoRO4aDUmLyblqNqCsj0m/yo91ArT9RHT\r\npweYwGtT9GIs33s10tuwBSeD8gzr/Yp21L54XaF405y5QblLuPQ1mcRGoFGg\r\nGyfTVFSx1ntwUEIh+XTq5NUhPPwIjjiyTnBziYHF8oVVE/YVKbo86raE4aB8\r\nf47CdCg9zNFXJVe4udWQf5VBG/T0MRpvAiAfPcNAzJyUw/PK6grmaf06mjhs\r\n2EgfGHo6t4HRK+gW1Tz3IRJm/UUeSpT+TMe5iXsWO0pEIQLnpRqyJBb4EJBg\r\nu0zO24rEUsmaSzcgxXsCh+38hZq5G96ElpJCMGl3kJQXlDYFmP+/brkIc/9M\r\nE3Hmx89mP3fZ7dqbdmKhNTeS2Xk9IcQRDHUj6uomWSyZ6vRI2XIo+pzgeRFi\r\n/ntWfFyiYjYfoeoiGtA1tEbQjxLDPDptepbd+HeBCBxanmPB9eb97Uwque9D\r\nCJSjpfY+L35U+SPLhA6OelT3zp5hbeSUaOc=\r\n=AB6+\r\n-----END PGP SIGNATURE-----\r\n"}},"1.32.0-nightly.3098":{"name":"@influxdata/influxdb-client","version":"1.32.0-nightly.3098","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-7iVaxOsgYxVOQUEbDsbQ8xoqb4+UDMoNKtF8ndUHlgi6e76GReCxZTFIYJmvS6EH+21qlZv/tN3kDqZir9GeuQ==","shasum":"564ede010c02c51914793f357d3e5020db6f57bd","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.32.0-nightly.3098.tgz","fileCount":20,"unpackedSize":994287,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCrtBCfYmM3CKcuVDjYCSNUwkNZuYbFaa+5P4FEPQwpYwIhAPaiZ5yHzpFEc+XG1ADY6wtv5GaKHzAl7MjHnAs+zAQL"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjVinxACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq9IhAAnKpttRwb3UwKtl4vMroqKP+hjwBv856T530LYQR7aHfmCB0h\r\n4rcuxzLx/d/GrNuxzKBulcFhrLl+wWzWHIU5VQDFn3r5Kt+WkcBv1dxe5nWr\r\nzFYjNdYuomrvdWpzDXNazdR1GANWEGaVYqgxFclToLlvRRybJt3ce3OQGSjV\r\n8W3PTcy8FQlsdY0n90GJMmmeYw/Vg+nC7OUeVkxYWoc1+rlurLRB/iKL7Pik\r\n4vam58BUpWXukRvGPI+IdgUnp/nE00syvvwHyTIrqBZvYn3tlbgwUIGRrBBE\r\nEbFVcq97tEIL3jpJuCvU3WqBCtT1BennoAeYsFK1N18Jp2Jibv/3uOFB3vTO\r\nFNGZ9cyRNbSz6AQjFljYMY47CMJ20m0g6X/Op5NOsoKsx45q4yWPfmWSAp+H\r\nND1AmwI5Igd0xMN3g66XGfif3lYQr682ALWTjvogWxGZ5o6uBDhYDyjWRMMr\r\ndr+eAYpDjwpVfxV6MtFRbhvH3Z4gfr/xJU9zQg/p43fpdSAHFrXqqIbQO3vw\r\nrSp2Tj+uufCWZVT5x2Oyk/tiYYT05m3ao9gQGnBnz9qQK2HpTxK+7bhi1D19\r\n6fYLwlptLODXyqyU9qX9rKSm+YBtoG4g5dB8c92+UnkREZgOG4rQObNtJZlo\r\nDjZ32mdakpYEc72lql0n6bf+cxegoH5jLB0=\r\n=D3SP\r\n-----END PGP SIGNATURE-----\r\n"}},"1.32.0-nightly.3103":{"name":"@influxdata/influxdb-client","version":"1.32.0-nightly.3103","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-Sf7IFdtQ/o6dR0BOCoVS+4zy6y4MTZZ+3k37atIg5JPUHgaUfyhimp8TyXcpE/ZGIWfsG5w0ElBJSjAT2kfRDQ==","shasum":"e2ca0da955a6523b4b59461a6df8995d3b5516ec","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.32.0-nightly.3103.tgz","fileCount":20,"unpackedSize":994287,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDiOYRVLvlz5fq/vqcO1r+Xv5CPwDe3zF2ZCrgQZDDIXAiEAiPJqrCpt5TiHhJXjyK25rhMQOgQYP/nCVsn09SQUVNY="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjViomACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpLAw//byM5A+wbE6E3aqAO9FKM3etpiHYPQPKQocU4xAYHHPto7MXz\r\nQfPQS+DGqompl8nlnSYkBPI8A55ZNl22eYchgSraGElUGILQpetN05mEaDoh\r\nwhNdNeSJkeFgrhid5sG7ZhVpproOOOGUTzEnk6ys1tCaQ+UcI5M0mak738B3\r\njbXQUIm+oRdyPWmH76wMEaNZsWdhuHnaARt9KqUApCGpPzelDcAfOCAzYKRD\r\n0JC5U/v51qCPk5pd4Qa5AIEQxf2XkLM9tc0094wGST0L39+xZkuSf3P8vXP3\r\n/w+C2ZDtqNmiojxhlxIKvSEcGftMr4Xpj+wwAl3w7JEK5ZctMe+O5FaAR42E\r\nWsTwj7zWs2ngiDGIXXhJ8xEundPB0pNqvGvL2pZwbCNNK4NzgnPWg37t1KOs\r\nowfrD1nuRYez8cUL5tqOb2ZCq7QqhvdcAY4/sC2XlCgWcxEq7SWoosolWnQS\r\nKYBbmefFHA/zlHB4m2Lhu87JmcTXN/wzMFV1DdU1pPk30c1w5OLliHpcsul7\r\n7ALisfwUQLDcROKXBnPZ0ZF3U/rFuWe1Axs4KBnF3hooTx5Px1Css9yv7G/d\r\nsA+aDnxRL85Ldbi4Vmz1UcWG18GTnuKS0jGP3wApTv5BCFPKP36V1iv0ewt8\r\ncr9aV0vZebqkel4it19zMkrQkNptZT1Xaq8=\r\n=DQTK\r\n-----END PGP SIGNATURE-----\r\n"}},"1.32.0-nightly.3110":{"name":"@influxdata/influxdb-client","version":"1.32.0-nightly.3110","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-lvuH8mRkJb0lhbp/iPMt3gVbsklSfFNkw3qb/icCSmZ0NwAemX8qhnuE2Nec87bsNZkLl4fgIvVOGloenLBgcQ==","shasum":"d9f002dab08aedadea57b0b1c8b2f012317d7092","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.32.0-nightly.3110.tgz","fileCount":20,"unpackedSize":994287,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDByYblGCfTLYajJJW1Ag2a86Z04iVgT6dSAsqO2/+gjAIhAL+W9D6HYzDksMhPuvRYsomGgkDqWHnW/KyA+KZoXJxT"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjVjb7ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmoa1w//WoIcWOovIwUkA47VZiHWsDrIqtyRqsjUNhvmjGoV/IKjZLG1\r\nEMdVSYqosWl7YPrX4zyt7XOvXug6cx9JhvacyiRlLbifFRUvNImuAc1tP9hL\r\nWRM0PFtOy1N0HEPvUU1LdsPNsYKKBXtucgG2/zFbehpLadfj/QUJkgOB3jK6\r\naq6v2jfEt4G7oLW/zssrNVRnB53fZm1yzSPsgycJQ6U1msQ1LGPDKYQffGds\r\nWBua5B8+3d1AGnV8Vgycr5KWPrscgVIu0CWp5vIrCJpfC5S8NWOvGQM0vX+G\r\nFs10PpHHEJXl/9FXSxtwqjtxJrCtojtyPGCmBTkRNnsYwELyYep6zKrGVkIx\r\nx2e7GGZeGDPrn0eI465DRBgW1pUnUxwcymRhYL6RELchOhX5vHQpxNSLtIHo\r\ndrqdJVoYqn0VYh/iDjxvNrYlQOTq6VzbRGiCiaZGv1mIGnsb4Lo1SlVw9iLd\r\nJOC05wXgwSoy1re3FwU4LiabMCPuiakBPngndm1YtqD4QpAslT3hFsP4fdu+\r\nC5BmzYyyc1VUyvs0IFDreTqZxpRhwKwObA/YEEvBrZWDS8HqNV3V+qmxH3mp\r\nyDE0Z8CD9i+9l39N0C7LE2dYlph90kkNy8IlfPGsBWOwyvfKp973AhB6qqoP\r\n8rl09yKdxv2yh5qpACQQmSJeRQktRjRSsAg=\r\n=x5kf\r\n-----END PGP SIGNATURE-----\r\n"}},"1.32.0-nightly.3111":{"name":"@influxdata/influxdb-client","version":"1.32.0-nightly.3111","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-NbdhebtJbFg3ygCiQT7p+5Bu8UHu8hZO9YmSluBc4+18OmuYfYnYUgPAyC2F0EnJrYQpOcUuP7nilahHV6X4ow==","shasum":"e6fde8692b7691b063dbd36e2b6f94291edc354a","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.32.0-nightly.3111.tgz","fileCount":20,"unpackedSize":994287,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHmU4SL10ikt4fA2LSuLEnh64+xyMwqsMRjwK4NYWpLNAiAozWWFLrudZpRBuuS49agnO38xMxBkC4g7JHZa6orsUg=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjVjdLACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpVPQ//Wgfd5rud0rpmwQG5VpNoYkSHgMC6ZsY9naNE2W/9krHBfJOT\r\niZpkBiGaYKi5SGeKYILiM8wdmTD0Tc4VEJ2WfIVWR/K4Oy8tnJFi8N8ZyD5u\r\nCoARG1HLI3bMcjRbes/rGtNXxmL53ubtJnakY7F9dzx9dByDqViJ/zB7SUOi\r\n25v1ltxrDTI6TaYMxVEL58Y29SdYYACyEVzR16EKoXLWlHD7/o3O8HAi43ze\r\nQmXVFiP14O6QAeIBdbNZZ29gRaw9Yww2ZhG7PQ6LBs5IrkPO59vNTX+VixFR\r\nRkMOA0qLcoZ6FOtg8k9DW3zAN765v6kzdjSMVJqz66S2cGbs8AU8FRq7CHHX\r\nwndp4TxfAf3DlPCWGe2MIS0P8Iy/wHt0MGW/722PnKZwrUTJCiPgGdeJ7A/P\r\nRKDji7hi2l9TcASxB0rCzNB4zNHh2leQXqvOm1i0jWX2esEQKehvxEEhE8UV\r\nMZf06IG/UUyXBJqoofhWH+5HFCMCbIGZujBg2fH64OiDK9ZXXAH2Pook+kSv\r\neRRYLLOATn8WJePaU/+dl7efn9l29EAsiP3wHWFpjkk6GfsN2yGMwHRPQAhN\r\ncQu5iCTOCdfaFkoJjLMlfA4JYoWnhkJMvQqsNz/6lIPx2yF0SWJ+B7bBLH87\r\nqA6Uz+W8lq8XIXXtLjC9rSatGVbR5BlW6NA=\r\n=csCo\r\n-----END PGP SIGNATURE-----\r\n"}},"1.32.0-nightly.3128":{"name":"@influxdata/influxdb-client","version":"1.32.0-nightly.3128","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-ad4nYOh9rM/0UUc86BN7gS4toVvvRkbU/hZI2X2BljAghLF8Jnj7VZEYZEE/rODTklTUwwH9CGSscYB22uqRTg==","shasum":"f88a99abc97eaa1342b1beecab4f552999698b66","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.32.0-nightly.3128.tgz","fileCount":20,"unpackedSize":994287,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFtWT3qTV86Vtm15tXMR183yKXKO4OCmWZ4o0u1MvxAsAiA17Pe3g0NOH+wMON5/Rdkp+ruVEN1z8omaOyUg5cgH3A=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjX1qEACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqH0w//VdDlZwJ+lMxJ7EKZOXZGmYoyVFR/9X0KWchqUkreTEgvBHG5\r\nnwjLSbaCKpTkEQKWie3hoNL/KWHnbcmIdthv8UO1jE5RTt7yF9lBJdtG9q7k\r\ntSzgWjoLJ8TQqMi39dBn5QqdJqGQ4X10ltK7rO4lljdtpNu2wOiSbmuk6DKO\r\ngdmamZyUoAdjTxyo4gHn/Q/8YeSzgYF+WMAOLrrPD3h/mxBuPWey9yr94E47\r\norqQkDvC4A5uKgoBgaRU+F1EFRPjjDTegOGEMRGVV8oknULwdB2NoUFI7Wzj\r\nMJ17C/iZA1wgrR0DGbXhrFmOAgOro+7GNFbqIpdk3Qz99RcJT/cumOBtfpZZ\r\nynvbv9xLYhaB9bAliCzi9EazYtfV6rRJJB31oU5C5JRmi2xxr+os+YyopMaC\r\n+lHYMUTcAPIudV7IN0ZHgbivbLcY6o4LjiTl+++qrdfPR27B9dbFgWx3QlYo\r\nFv1+Dq28AN9gLRmJGu+JydSykCr8Y+lcGdMnMMtwYQLexMZyfhJ9Bm63uwWN\r\nkXL7jtuFxqP003CQAZcXIhQu4zwDNpzQitsln9YSIA8gAQrMuWMBiRrrAWKD\r\naYzmYXQCUzcc3HP87ovF61yerzTTYlW8Gyfb9mpFO/eWJE3ly2SLHvkb9c9T\r\n4oQVxB9dy5hgYgkb3zXVgBezStZJ4piBRW4=\r\n=DOJU\r\n-----END PGP SIGNATURE-----\r\n"}},"1.32.0-nightly.3129":{"name":"@influxdata/influxdb-client","version":"1.32.0-nightly.3129","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-fsLQtafzli4OogVA0h5ykiu07GOe6KDn2LH51gc4kWKhQolhJ+1E2ItpscqxmO2M7D9XS3ojlNfqwA9I/TMcsw==","shasum":"ed6e0d4de910ac8cf755c5b0a396986b1ce30a8b","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.32.0-nightly.3129.tgz","fileCount":20,"unpackedSize":994287,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAg28ipVUH4sNLwwtFg3bYZBMl95UpkhqYGvciiV3vPnAiBsEzO3qdn9bJ1mT2NlnoCu2QcD8tUMtAsrZ3CO/uiRPg=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjX1rrACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr8Qw//Scz3fTL2w/H12gd+NB0ngrK2O0BNZrz9Mf9h4t+94RaDD7JQ\r\niL2ef0THElrrZ07c9f5lmnK1v0WfcccZo4lqCcW6SFR4pHRcKvbOZgFT4pMY\r\nxsIJ8Vdf12dnYFg3Whx4FPA5nMaqYTwIIlyet95WRnBLZZW6lUlzRMlmIgnz\r\nK1CmLrU8zYqHQdHSHN4vks1rigHgDHyL6JoFMHlQQ4wSnENOcrghlTQL5ClA\r\nXmmNroC3/Y5BFRjfRAc8yiT6Habmgyw7bqNM3XPWPZIxUNBNKzWllEurEuCq\r\nYCHUx3ubPt1KQ4BEg4Ue0g1p57tod129As77JTtd/zl3hE4ZziD06us+S7b2\r\nZhJdyIaQjp8rILFg+go/SiwX56GhgWOJw9iIIJ57HJ9Fo0rBGd/aaXCiNQsM\r\nlflvn+qsprUZ6chwPfSICl7Mp4TrZnWNp0IT3ZZfcKtNp7ZNtgmtAg/UhchZ\r\nMhhhP1T7aPrGEzP6Una0Zi5KJwhZ+YErj7N7EZhrEwCQDLIxW0IaWSMxLZMp\r\nSmJCIDCu3wCD4sHuaxarzOnmpY2LkR1IrtPILwApq9tJli8N67TPFKsrhYFa\r\nRAUq7FZdLkoZalqCEIPHc8YOF1zQSHHDD7/bOT/2k9wQEgtjAaYu4akd2EoN\r\nltXjJZg5iN4KM4UD0wrZFAzXd1NGw05yiQI=\r\n=yEaA\r\n-----END PGP SIGNATURE-----\r\n"}},"1.32.0-nightly.3132":{"name":"@influxdata/influxdb-client","version":"1.32.0-nightly.3132","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-e+dRLESYMRCEf7wAuz9auR1UOcH6s1+jqanCFfEJTcgSxE2Bp7qCrAb8RM4ZqB1lQ7TYQniJn8cTGer8PPgc1Q==","shasum":"18e709859ade67f166deaf5fe8cbd1d3c4b545cc","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.32.0-nightly.3132.tgz","fileCount":20,"unpackedSize":994287,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHQIojlZQJfWhOpXT64N+e/4Z58wUS0KJFBmYKsfk9Y2AiEAkm1q5aoG63juo1M2s9hBOQSm0wWBs+s7OHRFV62CxUY="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjX1uGACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrKAQ/+PynypMmOdon79fXmf+214uKrv7ZpeNgtTM960CAmwUQr5VUp\r\nC0Y0Bq9+VsKFvgKm7rUBfRyz1Xe+d3Md6rh8sJctSM3JI2h1pbJCpvQkAw6c\r\n+Qd95Ne9eUo8tGCdTwn3EPkVYmGVlGbX/+dTQiqnCLirAYVcFF3kd2yTiVp8\r\ns7tCLuwBOK7i/FbCGLUDGKNF18nAz4epfJ6MUowCEB7VRuT6oYkRZnN6/qjj\r\n94Xjy65lN9Tcpu8zHSAI+PYMZIB9IzgDDZp9qVhwGddSHl9fh6h+VVLUlijg\r\nErM4XoUUbublRFSPW/c1eZeetJtjamPd6kOnyEGddgA5d7OR6nM4tsuy5wa2\r\nfwtA6AHfq1UT1UguaGsPGc9cmwRHnIz/RM4IUC5TAijYBWpMRVAOOliu/106\r\nNTOza0znfY8nzLwka7C7NvZzoU6iH6BhzO4lqLPweXpIh8XP89EvfTjkwENk\r\na26IoIiuPNmjErt45nZT6Di9wzcQZA7MSMdmk8POwmtx6+vHpValVvleBKJD\r\n+qkr8WtZoUhm9UxvLpqqBsKdWcqZTvrBlOzsywLjUYSlXMlsK418Xl6KIwaR\r\nvYatIpradOG9UUZnQmSg1y6oliO0Fe2el7IA2XOs9CN4uc71tEQZtIvqG4At\r\n2ILDL98R8SgmrmVsoOi8uthhTOmqo9nR7lc=\r\n=HoWk\r\n-----END PGP SIGNATURE-----\r\n"}},"1.32.0-nightly.3137":{"name":"@influxdata/influxdb-client","version":"1.32.0-nightly.3137","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-DEiMmXkfOKyGXKrGhVi4tqgBa4ijy6t8XcRSgJBAp0Az0H8YNS6wdeFmjURdOGv1nzO09jk0unUnh1eETvsW7w==","shasum":"fdb00bcaddea9575a7cfe79d0851434d6648ba9b","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.32.0-nightly.3137.tgz","fileCount":20,"unpackedSize":994287,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDuWlVxkoLcw5l/6ZhdjDfuucU2EBliCGgGlQSekkrDaAiBF4g054yKgz7eFpGxK+56uWBO+6vcCbDr8Zrj4WwhsZw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjX1zeACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr1Uw//fi6fDjWNiRJJrZ7BH1tWbi0HQ7WujIwW2ODvi0wtvykqaume\r\noc31Nk/iEXsRR2W1VLxi5pmu+zO4061GMaLEOAmEjHu1aZwpznOEmhXB1rww\r\na0WDo3E1NKmHCCsTR8oQhwfh6cgpwtg7Mddqc/0sVwzuMmIktfn0G0nrCXIK\r\nTZPZdEGWfve0an60LFTFsBVxdPZ3Pw5MyXYjRdgPO4nhsvbG3WLmZCNxPu6r\r\noqcMmXbjLiqTsY6mPWsTHrKnyDU1Lk0I3iQgNZBHhnHlGA/lkWo2cUEKqBAm\r\nFQaG9tOny3OVU6lBFy6nkLTRmXByMYzukSVR/JcIvSBBl4ZY06Wc3uwTP2z2\r\nmQ/+LO9pN4kdkZhnJev6bG3HVWlqPJjK5WlOcSEBH2RhUjubiSXdF/iy2uKK\r\nOh4R8WQ3N8FrAYMCdTgIWXm5I5Ur4HEGO4JcmXqJcykjZIZiLZ3DETPQ1vWw\r\nc3f1Y2NhfCuqNaxqlB38EkFoLtQJrutlq1IFW9XE42IJVcE4yhES8gh8/meh\r\nSuVGpJCpWYLBxKgVTCgM8UE5XEDsXS//kVG1fr2UaRXDF21mXy7+2R1qaSxM\r\n8MbIquF/pLO2KUzM1FMP/SYMdWLOpnnPbcGujyhMMEeLavd96zBEG7aCsBqe\r\nZDuCVLR2l39bEasivFyi3gOYuIqqBP/8zY4=\r\n=mN2r\r\n-----END PGP SIGNATURE-----\r\n"}},"1.32.0":{"name":"@influxdata/influxdb-client","version":"1.32.0","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-TNKpDGYoBD3bZKn9xySeMiu6NcRKsJ8hPkmiCzYl/C6ur8DWlWfiZkviEdzabyhKC83EjarQSzhlJ2wvnIK9yg==","shasum":"98d311329241a10d6aef538f0d1d5901246055b6","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.32.0.tgz","fileCount":20,"unpackedSize":994227,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBhj3Ge4tbINvQ3C0PsudYbRL+Y22BUW7OM4rdBV97jlAiEA+y8NFjQRFjW7IBBWDz8mf8293+PFgkHBko6xq4jWPY0="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjY3UvACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoRjA/+LvEkFJxOttAkbqYT0WmgeyVt1YDJn2AzZx268AoEVL7HcQxb\r\nBXoMQhXB4lf3vHrDIJtrt9XaUR2mmRpuOhbyjzJ4p7i6SLu08dJosMG7Dke2\r\nIJb0id+B82qOXvpzwSs3AlzHTKL5EoyQoEm4tOX0IjiahgL/NU9xWxtpLF8A\r\nII3OHArzakbZFOTibfQnmFw1EBLtlRZK99pRBCkZzStfjyQELeXZQf16GZlX\r\nS7kJ0CU+9n/rAkoWJZqg902jfQU26ZnbijV6R2PsFsypkTYmzBRBXR316dl0\r\n75q1GTHf55x6H6Spj5Q4yYzWOMmjn7f2fZEdzLPDLyriwSR+V0SSiwYBpX/p\r\nTxwNrAoacbLfnALih0JIDB8G0ghxFqggAx1i7bULP9/LGfvnrncJbmD1kPRJ\r\nrtaQVxXkfPyH0B+KPwWE3Sk2EFo96RoWAps2NC5ttJpC1a16tWUSud+UZ7I1\r\noUixXtAG1xUYpZoBDMzIQv62Dosin0GBulrIalNKpEc0U5kmqDSYL8GaH7cY\r\neI4wPsbd775o6Q5k0PbpBlJ42iqrUe+NRhDbyOsZkyNa8oKec4jumbgxiYEf\r\nLTDNcRbRpP8zrRniae/XZB0lKa2gR2CQI9a2c/5zmo2q6441wsO6YQ468NyM\r\n99IbqTj3YbGQFLmJhJY6RHioUOzxgLGB9Iw=\r\n=TwTc\r\n-----END PGP SIGNATURE-----\r\n"}},"1.33.0-nightly.3146":{"name":"@influxdata/influxdb-client","version":"1.33.0-nightly.3146","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-403QaxO//MvHiZ2pAtIjT2nNf8Gd1YvvwfsgjjZZnhCpdzQEPCenbbYa4W6nrv7Bu8aLukHfN4tX2EpRuOoIOQ==","shasum":"0759ce8e2af30ed45808d3a3d62d063762b571ba","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.33.0-nightly.3146.tgz","fileCount":20,"unpackedSize":994287,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCuOoJCMGMjcgyRLpQe32UkaF7tM96dyd4UyDej5obMWwIhAJAfmSmoJvH0uVuzpRMbpr+K0/8v5CJgh32faV7Qm7Dr"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjY3ckACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmputA//V9N4YEv8MM7etUmko1feMNN6Ka7AFeMPL2TVBm/eXVSpb3B4\r\ntJHhqwipE9sLUVHs52y9QKNmygmT75TZWP2NjbkWNJZxXc4hHpML/wrEcjG5\r\nOwJ/8zDGE45pChblokFsnV20YNNoCePmhaOrPZbbpo02HuQdiwG8eOwOc9hB\r\njCGa0F037MomMNFF6kQXajcMzpGq0BN2j/OssAEJQ2MGWzNbgLl7zmRD/+lu\r\nuXHxPrHUKZxtRBmeRzfZjw6CeXsJPud0eIHGT0mR1+mVXI+MQi4VmwwzHHW2\r\nWpdRQV4dEHFigeijNEkv6jCgQi5CE8tQKS8b6QMeLIvRLRVxCBQ3H/i+48em\r\nr4sAJfd54xtw6D9XGp1WrXYbDhfj/EmBSmfglLRSraezJovG/Ez2Mwk/SFn8\r\nuY7qM1t8WTFsh7I/NdPz6g2/6mv+9icUPp4HE82Jl65CXMwwEdVbIYISbc4D\r\nVgc5diYNXgCfXbMbnoSpHJFxsA2jLdo9VP/33EndJLoINBhNb7smu4aZCCIk\r\nr9rRLFOR/Rhoej/q89QfPMnDwZoXayhitbxD/N5sO40Hyc7R0qT/yUvUKxUn\r\nGdkZ1IbnGGzoWynDCxxTJmJ17XdqClVJPzgC+eAhdqeU/QO1pGVH3heTavN2\r\ndc766TBfnSD3bHyHzBl4Fv50rFJXStUrdzg=\r\n=kC8P\r\n-----END PGP SIGNATURE-----\r\n"}},"1.33.0-nightly.3157":{"name":"@influxdata/influxdb-client","version":"1.33.0-nightly.3157","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-N4fqQa3IMViBHbZe76NuDEGubI61gmc/C8Fh86DXgZazHwTpuifPY8JTbx90npjLGy0gYV9H0w4ZE21t7zFDqQ==","shasum":"d027a7bc5dc40f8ce81b23c9abb416416a0d06d6","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.33.0-nightly.3157.tgz","fileCount":20,"unpackedSize":994287,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDs1rbREhjzaOMOUwj3pF2VxEciDp+jN4jEQMT+2HpWewIgESJV+9Ih+p+BG9Iw8cTrcQ8isW1nozKD9bM6SEU+UbA="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjaAdvACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqyTg/+MUvmH90+/us6d9JAtnfX7Nj9uyEg1FJw3WMHiVbZBkp0VnU9\r\nM91KZp6Sud8E0CV5etDxq7iCfYJ9NH9yNcVea5Vu4yR4gYHCadYOBzJrD4nX\r\nbGBJVL23oCV8ePfpoDCb7w43nmCRCZDFD9rNA0cV1ThWxA3keAgsmBUOFzn2\r\nx2H1t3BjZ62rXQQPoMCaS48R8AGBg5n+N2sCCPG3LyafqWcePM9FPhQ3XnOE\r\ntveCgcBEzpdxa+1CDXjO2fd4pTWCkdqWdJxN2td9zBT5+O1kLVjjZ5nNDq74\r\n58cBC2Ag6KVwx/8TtlWEOiooXmEeOOYm2J/B5ZJYKhM5N/6eb4oWFBX2T6oY\r\nTuz1VVMyk6wvOJSHdcJwJCEWBopNbWuCVAOHoEmNKG6N6PlE/S93CbHTeq5d\r\nUc+sdpg7CtK/Z1DMw/ASZYaiei6pOzjzJVnxt9hvTFdGmB0sBhQ0Epo1nHLG\r\nyQYgC6p6REDMQ5fP/NphUF4upRuqw2x5gV/iQWtwJA/eYnR9sLmBAAfi24DJ\r\nuYXqNFw8JpkQbsThf0zLv8iC8cnRud2IlRguI9xZUhbcqF2IKTcmJcfgG6gd\r\nVMJfaKIiavVl1dftsajD9NQpV4T80ikSJ2XMVg7ahE2GIKofO588yL+9BKfM\r\nePohdJ0sKZnrRUrPuKvngkJ98c+uLvLCaN4=\r\n=4qtz\r\n-----END PGP SIGNATURE-----\r\n"}},"1.33.0-nightly.3162":{"name":"@influxdata/influxdb-client","version":"1.33.0-nightly.3162","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-R/XUryOAL1Gt6oZJSvZMWXnusNIh7O8vVvlkkmbzkdm6OWb0eULLszVVKmoKLphTOtN2iTvwv1eEQxR1xWRAZA==","shasum":"7ebcaf7ecf671cb230617e90bb2d92b952c1598e","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.33.0-nightly.3162.tgz","fileCount":20,"unpackedSize":994287,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICNfg1cvya9U50qCb77J3HDGai9fN3nYxsqol1aEdgGkAiBhI3EhtFY2pqg4hYnYVSsViPjEQzy9vtT2ZUZX0InJaA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjaAjoACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr5xA/9Ftg4jPPt0EEenBb4yDRglPLsxkG3BKIoeaqozQSaIwwUHxkM\r\nRvTISNg6Aiu7FixQHhlLih2en1v6unBf7D4064bWtLl2CB3axh9jXgihmcWs\r\nW04/hmi0jvyIbm78ClZDD3VYx2zt6K5bncjP7lspZMshJwPKJfxfMfGZXlBa\r\nh2r+2R4sxmwcKZRF+4xCud9oAzu6N6WTGpPPXuOF7eNq/cCbtih/48okSfVn\r\nFwzAEYF2cQieYH4AyUTV+BFX+s6OyT1V3in2BAV6j/FnbIz4/4jg5NkIVJcq\r\nfkm9jnQa45CnOBX2PhxHqRT9xur1HveYrZZfkmTNCVCEyRKsUG8TG8lqi0Va\r\nyf9d2Y2XQAjifOlTBFG3GCzhWmZXDJoldAqNIg7ZLpYqzMoeb8oCu3nECOFF\r\nKRA1amNTBEVpdGenSh2OKUnBIO9G4TPWLjPdG9e8RuUFpHF3ZR+oaHDBw3Lc\r\n5nYi9LpnfLNkO4XWLiutWwUiU9E/vurgz72w2xwnRttpYP2ltIvjIkNpoEvK\r\nhwlU1wdERSiLtezzZAZ6mXMdwjI12QkgLh2V2zIfD5zDvfUirLY3ebvG3WtX\r\noWo4hbPdZV5NUAqNY/UWnqPNEYneY+AMuo+Tg/Ah0gh4BX2bDeDiIjeXpWum\r\nXC0MV4aSurKinc8zJT4Hl2EK9/G9eRqwLoc=\r\n=w1N0\r\n-----END PGP SIGNATURE-----\r\n"}},"1.33.0-nightly.3165":{"name":"@influxdata/influxdb-client","version":"1.33.0-nightly.3165","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-X+XxF4HVI5i/D6O+ys/5hnf9K8EKXlWDaTAazMlyvt40iWAKCNnEjKaonREK4AIHHIQn7nqglB0zIf3AMj7MWg==","shasum":"cdd353af084f8e206a3ea7f2fe24fad78e467188","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.33.0-nightly.3165.tgz","fileCount":20,"unpackedSize":994287,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDNuzajiUtxcuXy9s6pzOiy6xifqYZ3A/vCElXz5SeBIAIhAJAterdmUSU4+rN2PQf5n4ocfG82LgMb3X8FyYBFLgAJ"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjaAlTACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmoe4g/+OgKtA5c27g1vXLX4STEqzCfjKkhREFKrCyvnZCShHxP5SBOg\r\n6IIsZLV71IisUA1NnpMtdLB8XEE2tD74SyraLVS34ev4mivdc456H1XxpLIG\r\nNsUEY0n+N0ap58venoKMwA6AidahodU1ihK3oaGmWwTBvoddABPjYaoMW/5C\r\nmCuijaKn4I4DX2JCZFPqs/gyOEuvRvlScUFmFVBGI++rtK9I/P/a7blOq+bm\r\nglUJC4bG65lGPTDV389uQ6N+r0LQ28NFIJEUJ6unnUYXP8wAL0eTcDfzr1XZ\r\n1pKg/ed6fl1nc6kVbzw6Fz9RLZA2ovuIX0mvlj2kvgyn183Bgi3+2h5+9ZS6\r\nB2cNsM8HNczYRs9NQMonS0STZym2w+3Zb0ZBsiFmGW6ApFWueyjOzi4S0vCv\r\nXZzAbD17bMmZfi5EyJohRRwFgxJgbNCz2rEmVqdviSLrhQePtzrgnqsp94vY\r\n7yEd2RrEzGJ7oqYT+cYDKTcNvyh20ngrK/82E+ZB5T0z00TsEzE4X9fIi4Fp\r\nHSMAOXDe8IzjhQkwvfMkhdr7BqxP3Rwe6EiCaYKj978ESw1XHpNf+TyWJS4M\r\nWR2FeaNvRwK/6PY+IA3tkpnFn5X+QFRfQt8D9AH/8iAlXaLxCJAkrhpNog4I\r\nTaZdo/C+BAcW449zM0Jt7iOOdDDYML+/TK8=\r\n=Mb1m\r\n-----END PGP SIGNATURE-----\r\n"}},"1.33.0-nightly.3170":{"name":"@influxdata/influxdb-client","version":"1.33.0-nightly.3170","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-qpcWC94dXP8JCScZcTE6Veoizx+lbR+IcXXPyWh74hTNkaYgkr5+yWxBYUTfkGRSO7Ea59Ui0ICdVHwFeh9mRQ==","shasum":"1567dd5300bf78d77edcc0bdad23a7e508b5fe09","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.33.0-nightly.3170.tgz","fileCount":20,"unpackedSize":994287,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDLIl094eTCQE3c+aXW9mA8pxBliW2QBPzNtHeDWeX29QIhAK38PiiLYoTp10MJasUYfXc11yAMD1FAjKrZl8AmWTK1"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjaAuoACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpynBAAleeDT77ZCMbg9Z1SnP8sK/GVFgkxqhEzAT2Fg4DB7RruaWLL\r\nCjT+vEsRur9eTW1en8S+6nsEZtido7snNck3rSMpM+Lcd4zii9mqTvHE4z8Z\r\nIMnVUImoGNYkmUZ7QHnB0+Vvd9MdOCsLzob+/hSlpNniSG0Gjc4sfs0WsLPI\r\ntHC4Ca1iBRIlo4Hj/4duZzlM0fpv/nGeoQxbvo9WOrxPTJkA3ZvSLFurC64T\r\nVl14sgEnAtuxN6Uo+kas9KhQbPswCUZ3Ul0ST0rRHH4QJhSsMFLuxIW4rfQa\r\nVy+K5rcsmerVSq2B6OCcSz4gsmpyYmsX7pSu9/vTDINKQF7vqvt/TLx9MFUI\r\nZtcvdZEF7hTGyJ7w41FZ68Qq07BcQ4fLJQtA9O4QkAu3YhPfpWC4C7JY6mzs\r\neQ+NwZiY+i1jJrNsHXF2wTV7qX2BwuVTcd+bdMKWt6lytowk3TtJn+nlvOnR\r\nr4l7wdQI55416P4VcGnwezfPmOOpT2W4U+OI64+RuJwnI1f1VfSLQSxzzj0N\r\nYnSgobWPbMWt2kfTEV6LgiNeiQg3aN5m/MMkIljUxp2px+D+voMoIHQl3LP6\r\n+dWQKs0dAccfNHfbc1qpsqaAjGFbvQfYw556+4SA2QlQIflk3EHgFRcWTWui\r\naTUHDrGYqE0f8DuRjGd/Gl3hI8IUId4u6zg=\r\n=sxmK\r\n-----END PGP SIGNATURE-----\r\n"}},"1.33.0-nightly.3189":{"name":"@influxdata/influxdb-client","version":"1.33.0-nightly.3189","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-xREyZ/SDajJBusLFNNdZ7aqqgN2iSUJEG+MS7iJb+IJ48glsJVZtzrP3HeUOpm+EDHIU3XesL4553AK2TMT8Pg==","shasum":"0a94f99f7e31eb4c53a4c3a7760a9f1b77b7c642","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.33.0-nightly.3189.tgz","fileCount":20,"unpackedSize":994287,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCcvT8grSSaGnBhLfKFvbDYptsASeJgU/oTiH+yEa/NIgIgZRcjigZ26ipMUtMnMxDSJA0GwN0PnkSshsOnh/71ZGY="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjcfs/ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrYTg//a2f2J9cHYOywqipwfL1NF+SYCbQmzQm5W/11Gp0mkgbku5um\r\n8kw4pWx16nzQq7I9CP3ZtuBQXltkaWPGcxfaUd+cIvJ3Y32Hsg3SsecHhtj8\r\nF4eI+zCdVBqf+AeCKDMYmCRNtFpiIhDF6jHEqmZJbHufvewCAHR0xN13pEnI\r\nvvuVVBCG8DKDUbsBubNWOd5hiUisA4EFOLqUdEAbCjtyupSi/plbDvuIPJiy\r\n9YBJqFV5mzSXOAUm7HdMGd4lcr9k3WSlerYMfCWGuNSo2hPGc0cATktFkqDW\r\npXrtOODpw63p1HO6nx9D9OYCgVRKBB3buaW3BLx57anTVOu91RDYoJvZRGaG\r\niAN7VaQDPRl+r0vBcpOeDZddwRBw785re8BO9Txcn9z/+hIMmBnRd/afQADb\r\nqD1ds9/b+ds+/a34cOpQfSYwdvw+ms18q/IPDU/6mSZOZD8Z88rF9hfVwqPz\r\nzb4L16W/geFdCnQDyovefWe+aEc04pEAYQ/xBCzUtWlphAFKrDAwHzi+PQ4s\r\nBnMoEiipguNVAAOI5FnQ3+ZD31FT9JkPDHuMmHWjKp7RC1a0VB9E1fDErle+\r\nfayeLz+8cKmo9nwKRZCikyDhgTcaB/K9SvDXlXuaQI0+wqey3S4YRzMvQ+KU\r\nJNtIO3n+0Pz+VCq3w3MlWn+WNfw6KEu5o7s=\r\n=LWRR\r\n-----END PGP SIGNATURE-----\r\n"}},"1.33.0-nightly.3194":{"name":"@influxdata/influxdb-client","version":"1.33.0-nightly.3194","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-tfbH3dpkR+Ivuf8a6j7+owQvwrgZ6fTIREiVULeKxCLV5r4ByZ9zMVIMo20qqu6HXUjexYlxsk+XH2leibHX7w==","shasum":"5514ad8216c16761d1246f18fe9126bce975a4bf","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.33.0-nightly.3194.tgz","fileCount":20,"unpackedSize":994287,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCiRs6QlZj7WN6A00YeNMaK7nvNjYydA9TsAoIQ0TxnMwIgI9HTdF3gOA+peoAPcMDjsvoPgGOzHzGk1AutJNOYb78="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjcfu7ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrNWA//Q3ZJnwJ6bjP08ZAybTcjS1yEbOOL6dlU0C9hWKM7KaosjX3s\r\n6FpTmMQebs34P1rsELrzeElrlqNccuK4UVNSghS+6PNtc6/h9bSJ4c3CXLHN\r\nQL2rF2lCpOXzFeGqONPhMUWaKyL+/waCC1H4cnfNPTZoHKxuqYsFl0mj0jyr\r\nVydXLpoLnVzXQcuzqYbZDmbLZ7NB98brEmjO9dhli8xF+jxTEWmlf3e47GSt\r\nVThkQqvkXhMWrregbbKDt80ct1xRga+wAbisTuPvEt2kV/XZJu8tH08F2+Ta\r\nMZng+JyELhaUcNh4utocBU8Nr1QpE0O60EYKvKlF1qzNB1/h+lhJYHpcSnDb\r\nNmZuKYTE81fmmJU8pQpSYrpEu96N1e9T//CCGXEfv2nCSKNd3mrpkTSM9eSh\r\np9NqgULZZc3/Jvq2Vffr1kYNL7j/Hl8DLpy0QhMNzBDBVEzRniZgYlgTB633\r\njugydVVzoI4uqjP7/MnVZgefetj3LVqVeAI7cFpiWVR4OF2ysHLgpXEEeHi7\r\n+nVYPXIJ4Y8ODACGft8bBTksnEgEhmKXW10ZYo+uA62Taxqe6ka0lJT6r9qV\r\nyXQI+0vp1DFyCg/HMVKoCUGKjd8X/zO5uekpSFeZbanRoa5cmecEd4mkX/MD\r\n//CTuL2cqFO/eLCFrAqaYKHpjmK59hjvPmQ=\r\n=GiUJ\r\n-----END PGP SIGNATURE-----\r\n"}},"1.33.0-nightly.3195":{"name":"@influxdata/influxdb-client","version":"1.33.0-nightly.3195","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-FdL1lrmhzREPp7iJaD8BY2pw/lL3pQw3EOvDtgR7p4TFJkm+RIaSkg3btrdozWkzzRRqVYHe0E4OEKme29ecNw==","shasum":"3558f8e04cd3ab579888cbae661bd6424b82d3da","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.33.0-nightly.3195.tgz","fileCount":20,"unpackedSize":994287,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCc36sW4NYg3Ud2hWXTN+Om+UPJGcMHCbgiqV0Ye0uX4AIhAP9oMQdIIL5VRgvNel/ZB7YcqYESNgBBQKJ09vJMSyyf"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjcfwVACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo6lw//RAw6316Y85Dqxl7609k2630fWQ7nsgnwQ6ztSx8YG7jBOXee\r\nVXTN5aSj1RAR3clr2fDM4LKX1AVVYKBJt8/qUiRIWol/gVy3VK7b4l2Ztabx\r\nA42/rHE92Np9qyajBoXCUJSJGm5XjIwtuq6jUTI6eRz5+2O44NcG6m+pfAMf\r\nGD1gmMbupSOM61yUVa51fVYw9xMtSd+5N88jYSDQFmU/mekn1mPTTbgfsgc1\r\nCEV6eiWHZEVWKiwtLQLm98CihXDmAf+l5UxfocywoBqwXkUK+vXlVW05blGj\r\nlhF4REPU+mg1lX9KZLjOUhbOFlFxZFHebpm5oL6khC2St1yv9Q/sO70jAF7c\r\npJmnS/UfDLY+QWBAzioRFdfm0dBdarbtD3gJZayeR9K4JxTSCqoAEO9xA+WR\r\ng8sJC+jg/NIibmQgbELsAUD0opVl2KIxGCItQdMCwXJWWBPUMWty66QPmL83\r\nPwncLwWO/Ak/g5NZ6lCmsHxqhX44m0R6d9v3u9JhJmQavBiY6Cau+DryZuHH\r\n+YpTK/dkLW4uOEQ/Vw+GS5kcaDZuLtkfpZ6tQ1bXnGmhmj5HHjVTzQ+VI+3O\r\nucHrFRZ5403zma0aeIUIt82ZMujGGSPNL3bQhAvbnAFxLhiGmJsBmu8B9LxV\r\n9LZ/5Bn6CmkrOSy9LwcxzM2/sRiRPVa0FLE=\r\n=s9Bn\r\n-----END PGP SIGNATURE-----\r\n"}},"1.33.0-nightly.3196":{"name":"@influxdata/influxdb-client","version":"1.33.0-nightly.3196","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-8ecrY9L+Tp7krpaAFMMPs8QEqbGGBxoK0rBURLEEMk4e4LUkdAVuYoJ4Z2O3C7rodqhFWMW4eh1ueay/+Sfx3Q==","shasum":"5719e87b63b38b31a92fdd5e5f0f2be53eb1f232","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.33.0-nightly.3196.tgz","fileCount":20,"unpackedSize":994287,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBjIt487JyQWxAM1KvDWEI5oVvBHnbhA+zkrneMIUnnNAiEA36KJ8uYRP8Wvu6ZUWmmSb5u3vGpHm5zvGReSvtvNAow="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjcfwvACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpO7A/+JIFo26z3Ve6Ox1CYz6J5UqBlJW3NNko9XFgfCwSr2uzLQQMT\r\nel/ldKHKgNOuoO8iwp3+rXT4OAHQV9iPab/Gmq+h5taIa1tyGbZzrX8YA902\r\nvhWOT9hsj3gIQjrhbRmz7KXx+jfO0ySXijaGKE322XT/Fp0xJ9sBQeCGr//d\r\n+gcbJf/i4Fi5zEOd6TcueIycDxxy2k9Uh8vPBCzp4Gq8qwpR0VnnGK+KbjuO\r\ntd3YWOTGbkN3GaSFjw3DYAyRULbQKWt7gcpxnTnqg0mtzY2rgr7lADa8atGR\r\nIHMeltAnULoXdZsddFZOx5uFyFp/s8YhVjEBfNGHfV7MVKP/1BcsXce175hv\r\nHMoi/A3O8Nt1gCBwLvwb/0SgxoUn9Q7ZonaJp0HvOy+PpUmiwc7jatSToBE0\r\nctIghIIVOvxlZGSsHha2jXbr1ikSAYPzO2oKghKtJzpBf7MDBNtuCnZxJ+b5\r\n9SYB4aLjJHkCO6bXrpvS5SBqgFq9Wbe5WMptuOH6p2YKB2VH0El7xIbikpkB\r\n8stLNyuAujs/hBRhQeN/WeI3thYphDmny6HoeUmAVxKP1R5q5PNFXHWDsJN9\r\nq/E9bir46OUonWDZPkX3QBvNDOnI1rbtDuO4N9ZRQ5BBlloOVxFNbCqkIdaI\r\n17koEQWaU7xbzobeva1qq5wIolM5XcWvsCY=\r\n=7q6M\r\n-----END PGP SIGNATURE-----\r\n"}},"1.33.0-nightly.3207":{"name":"@influxdata/influxdb-client","version":"1.33.0-nightly.3207","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-PeQKa1CW76cKAXoydEwkhatEhqL1ptq1eC5KXIURn02itvYlM7ExcJrQRdYfsC2Ke6t3ytj3Lpoi140CYIfnSw==","shasum":"32a508fa808e5cc857b4a599e6c828ebb40da5de","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.33.0-nightly.3207.tgz","fileCount":20,"unpackedSize":994287,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD0+CpYCoQlHR8xba3TDU11+ZqT64TJ4+FxRzXu7I7dXAIhAJWd6Pgn90Ze87YXXeSw6TSV9PKO9KdiX6YLE6rLYKkx"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjcf6/ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq5lBAAjtif0wbWQQ7IIaGgVKQrn3gR2CcDl0/6GY4jZDaP9+Bbw7N8\r\n98SDd41HiC27PWGC+nvzvFKumI7DYahmYQIj12pru8NnB7//f8v+RK1DLgbH\r\n1gmvm/sEfFeRblmKGY/0XCZyj61cUAwvX+z5skf8hwycJF/2qbeGTaRt5ps7\r\neUYX87pBkFK5JAQ5r2r/abRLMdO/XEwIp9kSaJz28Tvf0XeTI3xj8GVPzUHc\r\n+kMfFw/khqAKIcqccm2Ra7HWNIBEvEHuzKNejOfzohkiyZTtW1iczB4RO5yW\r\nH0XHlbB6DPQZc6QLheVEhENvOASPXMgfglNsqgNQRNK/pdXvxi63EARwpVcf\r\n957NUohbv4mBvQ605k414iByd0p8i5qQ1VJIIivSJ9oy+OS57RP67oMcPTfT\r\n8xZs5ABXiFFsc3Ltf26SBUgB/BhFUolUK3/vNVzItbRxpniIomdUDZTWNyKi\r\nuCvtf80u/GWIsjCXdYYY3qJSOnTeZRdb2AqYIWjrwewMmMCIJAFPjtamXTdV\r\nuWJtcHLqC5yOsMKt3pkcZIkixG1Cq0P+wZFpeA7CPGgXwGWivS0LnQ/qXduG\r\nrOKJGP/9k1EcQj9S5uU7BIiYyx04vpzZqAJIfgCRTvPAg+EeOH1JglgWopVe\r\naIXsoLoM6SBM7prfDDTN837S3cVlGEoI6Tk=\r\n=Y5bO\r\n-----END PGP SIGNATURE-----\r\n"}},"1.33.0-nightly.3208":{"name":"@influxdata/influxdb-client","version":"1.33.0-nightly.3208","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-iprH/wfpHFnhIvBjAhDOYPgSRpzN7onTo+rfo0xq3blmdIA74Uh01ShorUC/BjO6Dpbd7AFWF6FhptYAcfMPlQ==","shasum":"4cf02228768a557d9fe0e0c749557f55166166c6","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.33.0-nightly.3208.tgz","fileCount":20,"unpackedSize":994287,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIB9whl+YSKA57KI4IGTsTPt+K0DwgTO/Px1cZJLRBq88AiEAyJHYlfg+Wx5kPxAhPjapivxKVb4igvaX8p/a6YILwwM="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjcf78ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo8lA//b2E7e/oPceoWO6NOqp28z4cwkVAN5ifY2viY269RhBVt1yDs\r\nRDgV5PnZXzDI6uoNgAg0Fa8PQ+WQqgEXECR1Fds8kvhRyERWVCNFcwC2YfjI\r\nQpUycJYRSj3B4CJ2fSNpF3XWGOSykbWzr/JmxS9cBvoOjeIDt3eehvGEnzxw\r\nh4ACx7pZk1JhyT9gjgw3+a/3taY7vOw+xsNdUpbXpV6bOH50xppEIrwx7U3Z\r\npwsDqTn6oXHHjYlmEqXlr4NN+5IZ5dgvRUdagtBLLtcRps4+xp9UNYt7fk06\r\nbVV6l5f5D8RlESRPhJIqK3myI/muzdcXNvkqcba/QKl2sdskPZ+9nPVYg2PW\r\n+rR2KXZDr/jpVw4qJz8mDpgpW7XPCBmzMOOxV/p9wjwG3lnumQhknjrTdPDm\r\nyLDKre+UsAA/EbeW/ZNjJSKDGwliuf7ALYtQNtPBTfAk9J+lwPfAZGbU6BQR\r\nGgvmD9d4R257Vdc6DxhVukz9nSoudCI+vALyqI394pxiyLvE+8fMWkeJLRIO\r\nSKU7i9YcUZ1oOsOp9w5433p4UKlqzGPD0iks+l9WVcYa/c6HrpBHbLOT7zYn\r\n94YnDBP2vDRvl7fOQTmHNcHOWTc8DFe+9MMsy1ZJwNdGCC8H/qsTTn47+QIW\r\n71ru5AyBGJGO8jUJJKc6UYwTAiMcmybiQkc=\r\n=7NBF\r\n-----END PGP SIGNATURE-----\r\n"}},"1.33.0-nightly.3225":{"name":"@influxdata/influxdb-client","version":"1.33.0-nightly.3225","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-Y07RQQvcFmmJvOkdTYSQWHILDRDIYEgm2nttJPRO6co5K6fgN1H2nCn/CsHwpMV75ZZck6dszQ6dqVxUMn5Wrw==","shasum":"0953eb41ed567a7ef149b7801412abeb96b2f022","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.33.0-nightly.3225.tgz","fileCount":20,"unpackedSize":994287,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDIdzAGeLyIiXGifgwSbU6YwRmky6D1sBfrm5n62kx8UQIgdpJaohH/NImPlIxN9zah2rvAWvlzXhzE+Fh8bmiqR+c="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjejbJACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqrYQ//b6FyI/G3XQpMh+Qxw+0OZ0hY4Pt//W4xRuiLPtkDUTtfdPXD\r\n8hwef50bIeVGbTVneRvoyPkmu7STLTcZLeQtrTC23McLZfNRVbYqgAb6l6uj\r\n3ntkqAOQBRDdIS93Ew9TAQBeGSODQw0+6aLVEzF/tf9OcwPILot+lq2Xo4c5\r\niJm8Qz/Cxys9duShRpHdVg4zKf3DueFEuDD/xmdMwsV9Jwj+OkSIxELLfL+r\r\nOv0V8GuanwYxVnhG3wroaQG6wHNgIkJOtvmSg5clBTE6RdGIc1acKYBD7mpD\r\n3ewArrkH1PGSI5E5kiqKtNU3DKSq6TZn9FSjzomXnGRi6q9vTYaESlvUk1hM\r\ngUg+d5jn8XvpHB0Daihfua4qSEvtQd8RybbJWX1au29PcjM/yjppgIOrIJCG\r\nY/FE8t2A8v3ekYBx96dmmy0eQxEaGGxqf5z0KEmrEy+nubm8dUEpt565r9OO\r\n8fxHM/aFKiFnwN1zGnsd23XaJ+LcmUVTJbnjpPIx5DtxuFR1UkoDUhbQemKN\r\nQ/8AsXRm3MkqYt6WQkqPbU3gTIqsRW72LUoCv6a/wtDfhqKwQrnCKPuZHFvN\r\nd+rOhQhpQ0UTsofSRAwL/6wK4dWTFT1S4osti/sKWVCV7QrguSM2BUA5IdgO\r\nSV8eYdoFI8kAZZbdrMbdbLRXVky75ItDsac=\r\n=6oNg\r\n-----END PGP SIGNATURE-----\r\n"}},"1.33.0-nightly.3230":{"name":"@influxdata/influxdb-client","version":"1.33.0-nightly.3230","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-H1VVGroDFxEYMCKS3XxpTZDy4TDsM6IQvqledC+ZvdFFs6Oe4TWkDNbe2Ud5QZF5szH7ZV/ZJ3Icg9KPc95BWQ==","shasum":"4a053ca0e090ce164452237396bfa8fca2712606","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.33.0-nightly.3230.tgz","fileCount":20,"unpackedSize":994287,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCoqcQfATRpGEE05ITYcGozx/EZXSx7OvbzlXxbcGoRIgIhAOAypOycCsNeYTlK9jL+Tg0KmNjnthEgZerGzzM7HG1j"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjejcPACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrbew//VwjMIwFgk3eVO6n0WwHlArb0TTnYQAMY1dxJFhEwjF/mdOBg\r\niRbqERHctPUPXPGsiyWdCqMLkHjEBmM7CJKdpaasknhnQyAZnjL/EV1/DHO6\r\n0s7iXTAujM/7fgMJElAMSK4czWjDELXQWTd5I4Ct9ELHiejRbCUZshN/Lzrk\r\nMJRhuwCwPGcmm2BsUbjbXYUyaDxd7Omk6w5Pjhy2L9v0fVYpcxicZhZ2jA98\r\nx9S/hlJpBDImc1vuC//6NTz7Br9DlGlLkJ/jHZEZOB0IQtdO5Nhpl7FKffeO\r\nSw6YZrC2TrkJplyqvuonb4oPjbsH3MKArMyfOAZ9HeV50+Mmykjxg9/Q3lAJ\r\nunLbgXT/Clm2D/YlN3TeZMaFtfY4sPD6KpuoAyIYjp04ejVqiN1PsSyX8PXF\r\n+6hz3u5KLCr5HWzWqMSaYyYXSilhxWFw90etdeLpl1N5iFP1wWt8RVHaRunl\r\nMhX2Omlv7fAFiMPwEICsKdaqi/xGT3HigKhP8d0kL3+RYm8CSQF0AYuSk0SR\r\n5PVbaYNLlXCr0Crzwc4XIVDKmPgV8JXJfY2ux2yum583gIWIvp1qO+yKwJa9\r\npLtaS1y1/nj8zGJK9ef4EtYHmOftHzh3qqGrqyMX5ao7p3FSZEpprhLFbRiU\r\nlmcDd+FdVPzLI+G1VV5uIhyDSa5VfUqpjCU=\r\n=ZU05\r\n-----END PGP SIGNATURE-----\r\n"}},"1.33.0-nightly.3231":{"name":"@influxdata/influxdb-client","version":"1.33.0-nightly.3231","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-5WkE+KK1vF3VyL3niJkapouCPTSrBcRx3chU7xsNoWwqgIYYMqzwnmwsKOQFIp04FuuYozMXBjzGUJFXBYi7Rw==","shasum":"e63fee4d4476ef5ec5876eee4015801ec95fcfae","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.33.0-nightly.3231.tgz","fileCount":20,"unpackedSize":994287,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDOAyj8+PAmpg4QccFtvaro1jPGTjkKsNZ1hVd5vb1diAiBArSl/23CF+s+B3P7ul6UVycFRpsDfadPJt7tjVt76uA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjejdMACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqU0g//Q6nJkrdp8XtccUtrrOhTdQx8z2HS4OzZL3wpjHK7YcqESNKI\r\nawqMMj6cIynn5uFwKC35JfrkWIeh2gDKgIYXr1vHDwUlK+NGfC+2vQ2RPNUs\r\n29vwwHszaWIJEAJEah7mV9rawtlHh+e4bxyFYhDDevnzRUlkLcrEWC8f5D6A\r\nOvI1Vgu1/dqyeNsHJKde2hMyIex5v0GmMolQKr0Dcudup2Anuky8l5us9oZk\r\nbKhADAwS+eYBMNHcyp2vYK0628AD1PtyxfnXh7rBY7Q+snWffNBQhEr7xG7X\r\n/GWRAmQW3Or9Q+WlGUAIp8RV7KZKnE587A/UQPhHq5qmOcyeboMf3UGQpgHt\r\nCiC4FQaMcbuTDs/ZbTrxIPgiFAZBncpowNMHNpgQ5+x6/M1xtiG2dYxGIH+Z\r\nTkXFGUJbQUoKmGgu2u4gbj8Dmf5lpSDZqIItE5GtVy2EM0y1gPCUnve+vLVh\r\nTKSgTmuzIVrjOIO4c0I73joCGkZVt6a1FXMm39O1F6ArKXBAHflwobi+bxjs\r\ndJjMbhY06jsn5ffz6pTnEUu95Wb9Ol0YQdt+f4q8V6nLn+Q8Zc8t1DDZqbH9\r\ny1cJiLbTc2vUrLOg7n9OiDtwSoaksnMwx3yu4I3wknTXTgcJ6oBypVqHeYq7\r\nFNG3NVooEcpLjZnDdq6nlRUMXUCr550sPGY=\r\n=J11S\r\n-----END PGP SIGNATURE-----\r\n"}},"1.33.0-nightly.3232":{"name":"@influxdata/influxdb-client","version":"1.33.0-nightly.3232","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-eXAgntm8OaS2aYI1kq9JfJF94w3zqCXzIY/keKtL59Z2Wjfv8vPEvV5gPWXXbXmpM+M61b0RrjfYPjcQbCmzAg==","shasum":"3770759687335429f9cf153152b27581ac230d2e","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.33.0-nightly.3232.tgz","fileCount":20,"unpackedSize":994287,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCOgsAkSdHkIgOswolbhTmZ0Xbsw3iuebNFBFQ9HCZoiQIgfPyd2P4kLZIDW4YB8R7bw/Ej4nvZtTWao6dgdut+1h0="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjejdxACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp5dw//XmpSY7SGkOgSHfmIc1eA4dO9ejs3z78p6/mh1K1z0BZjk2ML\r\nU0aBR9pvyt/NC11D7kYLNaSy3Il2LmWgF0goeIYhi9V3AkuL0LH032Qd51pc\r\n2NS5U/FjtN5GmVxfNJgysGBUADAg6BeGzOYyjLINC1yhRaWpkBCNlAp2pP9R\r\nc0L7JweEBv+/R9Z/MPv37FTZEMi6adhuCeRqA9HB0V+GSeuQvBvK/1O8Zsl1\r\nPWhcDZJs+pLayT84acFa9B02AlU9ZUlrHBYE3c/IJJqGjtFQyhSWZcQZkJiT\r\nDIlVGRJS63uIrLwALAmyAVdTSHcGSpuo0c2WZyJ6Eg47SFouTBwj4iRkqqVk\r\nk1Y84sTejG1YQtxbc78VVi7Qr6SUzIe9qXqR5m39OZGt2enM9FYlJvC1AcHn\r\nztzJETxcee/ofWvmxGSpKwHyuAVDCHVGqiADkVNKPJIV0/AhoAtvUnNH7dUZ\r\nw4uK7Iqjnw/b3ceaZFmqtffWRqt5NBc2SE4Kh11F6exNgBL7oQvdJHAEnHjQ\r\ntMs/TGBEZd0xkO10doAwez/bMsIxcPsVaL1dbfw5rGyPA2Yz9g7muFvibcP+\r\n5aIqPsu2W70l5RugjuEIi4FaIegzYJ3gYPalObFZ3DSxwqMZAyHe4uNPDfBT\r\nuU9IKHgxURMjZllRYyJ3BlKnpMSNKKuCw88=\r\n=7DbC\r\n-----END PGP SIGNATURE-----\r\n"}},"1.33.0-nightly.3239":{"name":"@influxdata/influxdb-client","version":"1.33.0-nightly.3239","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-ncKP/lJ9nJpkp9fBACeyWNsFfWHaYcaLtv4xheizvZpuBenDOLexrmRzbNDZlNVO65b4xGr2q0VINX8G+f5wqg==","shasum":"1f0fe07d7cdd04f2f6d729a287f342a62f0b72e1","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.33.0-nightly.3239.tgz","fileCount":20,"unpackedSize":994287,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFiv2e/mqHiiDBZhWIR3OCNEQt4pmh/ebZBT/QiR6CYVAiBPBGLfcYsJU7vsLRIkCtTmH/UTL4zhKukXEnEcchtNOA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjeoa8ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq96hAAkaBvo5MUnnkgOMc+BlLj7WSomwr2sjTLd0LnGDn2fWpocGSC\r\nw610KubUwT8Cvs1EheldgcNt24yK29ueydjOY6lWHmAEoIGDJ6vxJCRUJffs\r\nixeUC2HjCsT56IddGaPXSg6MaBFYewH1/h/Wb1qTyYGv8TS12XSbxVJGdTR/\r\njRmzPPuyMWm1j2WBDvS4G8f1sIPZY+iCYt7kbmYSZT+vkrMKZ5Xg89/dclkM\r\n2EXR7i0zSahhnjWRYgFsal2KqHvkHZWakB84W/JH/Ofo6N0YTy5fHfgt4rZ3\r\noiu7EDCZzU4EvMBcIhxGOEhKKIGehGtp2DxPpRuztLll/78mDkfKtlxSZ9A4\r\n6sQQ7JYn/H2/WLYbADU3hljrtM4azx/kEJ1sM82O102iYCbkMQ3CHVxNLpCQ\r\nvHLOmCqJTNOYa8F8w9f6Jc1PlmD70yId1RMTs1ulRBbZV3vgCBdbkzc4CbVs\r\n0jAvoA0mlwBVG7OPDCB8sjmXjUxC7VfKEHaYSAzqecSSNwee4Dnvd8xKsCVp\r\n2MgFZsDhuzWHXRQc6EbkkS/v4u3lF0Wng1sdlK8/CfvKd80W97quftmGI1bV\r\nC1yEawpBPrn/pvNC2bQtob56O2teXHTAbg8XeoYQ3UiJ6yXQg8oo68pCdWfx\r\nFKrZ9NbTwEDWDk8SFTV3I0r003QKQKjuHQU=\r\n=NGNY\r\n-----END PGP SIGNATURE-----\r\n"}},"1.33.0-nightly.3245":{"name":"@influxdata/influxdb-client","version":"1.33.0-nightly.3245","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-A5mPtj0R3JpKgZQURRo8dy3b2SHXcz8/Zwm4KPsMSzlB59WbNJZGPBYr9i3LLs4x6xDrysQ/zINv3FQKwqnhdA==","shasum":"2b92be74ae4119d3e0630b4b812fc023a2d8cfb6","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.33.0-nightly.3245.tgz","fileCount":20,"unpackedSize":994215,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIA+og+cg1EXDTAs/a2nWI3t+9SLyD8Fp7vTcqd9GWDSHAiAPsZ4nYuzWrGmFCr4woPU+4KTcCIOIbUvI1anUQqKtSQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjezQYACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpaRQ//TDnizXcL89Gp61zvqBMuYD062lIeLB0bFZKbVy/EBIpak1pY\r\n8x1O7zxjS4L5umvoc+9tNAZoggBbRrvK4wAiGoeS60G1+l2D0OLHqHDIfATY\r\nr1GZ0AkFMNDmAx12yGpplpcmGM7/Hj3KP7Oj/+1uHQigR2vkmp6MT4YDJ0CU\r\nXASzgr2Njzqxne4gz138QswRdUWQMo4JKcQYzh4smQSiQ2wH/UcVOrB1gvZv\r\nBfAr7o/b3mVk8Jsp1qqLcbMz5MiSh2bwCxz8ZBTOhkmBWC+Il03WDwRZG10z\r\nx6NfxD0GGS81q89ApUCrP7geyw94y0z/PJmgMlV8s/k8871n1hwK/aAEoFxU\r\nH6BYLAYawAbmmPbW+z3blJ4Le0ktiaZmno9L0MU7OgB7ZU5iLrJAoA0G23dc\r\nt2ep+Z7yIlE8IVIjq3QufePzXhgfGK90vCBWovD77Ng1OE0av++4JwSiyxP3\r\nMIb+mfhi7cP93GXrZHKyPFzbTirBg+4e7W+cALjhYH2rV0GXL/2CWOJ190Xc\r\n7It2Di9sI8Qk94ctjc+4OHzktU48seu1t2YHT9EgE3PbkYSbAuO+gHTm7U1+\r\nZmNvbjKGwc5WytaIP9q681y1WUQlKfWMwX/lMhDzTMBwCXaqDSFwXO+/idLk\r\nLILPeOaJNF+szFPuGa0HY0fSpuApy3Czy3A=\r\n=sJZC\r\n-----END PGP SIGNATURE-----\r\n"}},"1.33.0-nightly.3269":{"name":"@influxdata/influxdb-client","version":"1.33.0-nightly.3269","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-4wCg9jkSpbcAhED78Va3WmPlNjLOjaVfwT5dtlePozmtrJg88phV+2cR/2MWg/4/hI1/6CYy7AhclO8rnH5d6A==","shasum":"74587327adff1927e5c2361a94731dd3a15859d3","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.33.0-nightly.3269.tgz","fileCount":20,"unpackedSize":994215,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD6IH7WjZX+Gy8Gw73l9oasMslFPY5s1N2Rh9aJNo6X7wIgTuvf8Isk98oOwYWqYLMVpVcfPtpwJK+gOkR5Z+9kB1c="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjhFeQACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqrjg/+JBfcDSkrXj1fOzoFaEeDboJP719E6BQpWy83vqM3rGDi0NQB\r\nWBlUW4hrM+wftaq36yliU9DGaW2aNvjjB22o8Xm9zxh5UphM2B0y/1zCqVv5\r\n6aG5SeuUgXlNG5xG9LWHfTYkrpgdr0y0mLEYrHw9HS1+4yt9nK3oR/iKFH68\r\nZZ1TyUS3f4KVwDtttx2XsMNCWBp9j+pLsRL6G1PCTkAcG7eNd33HtjMZtMFD\r\nuxI92BW8cE0bWVohR2neforZnrzGCljgN+r6xdkU4CeNIvT71Le9EcF/SQhn\r\nCcCEEQGEdVYcemHtdVwnv6NFRTVRe00R2N9ahzhGL8vCNZhUQKtMomtUdzVZ\r\n/miqjD7xeIrpxkjiRUUSigr3XYLJIvcQ6qamyCtXk8qlxOOYdageSXY9Ra6Q\r\nsqbAAMQT3tr38QtyVrHM4K4yUClcSYWdfEzVvLML+KQW8Q8P14ESTms3HLuD\r\nOudNKkIamgKo3Zx3lTbomSK3AEQvsSQGytKSLTq8XWmk7MjJHAlpPAvd8Vxz\r\n4o6y3PFj1Y98vF1woCeoOtIeK1jCsK7k0dkRgwIwOsxwvZ3BLYAMqUzLsX51\r\n3U1TTZDCoYvq37DX8toTemfKTFrfWnf9nbDK5SAnpMYj0Oo7E4VsHEV1xxSS\r\nOITEtAix44OxwiRj5K1OUTP8umVP63yiQoE=\r\n=UTgk\r\n-----END PGP SIGNATURE-----\r\n"}},"1.33.0-nightly.3272":{"name":"@influxdata/influxdb-client","version":"1.33.0-nightly.3272","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-THHxK1VrKDTiJQOOueWR8q0FyQR/5XTvVhjG+wSeA71qv/LTxIM++pEkbFHRaYdZNQSdzKDL2p7pFhBpT+FuAA==","shasum":"0b93cbe360f9b5eb86151e0e9aef366d03506224","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.33.0-nightly.3272.tgz","fileCount":20,"unpackedSize":994215,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCpxxhLua8QfEQnh5KI9nwz9op9Lj+CshGyJ2BY1CgpBgIhANfN7MXNj6IOxrWTK6eK409tSwHE2iXhxRtSrqcClA+s"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjhFfoACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpeZxAAiLFClLGfLIuoDdEvBPwkkBYpzvx6LcjrU2cdFOf1kcwWLTYz\r\nd80BS2w9dnapAy0Nuev7kHwcycGF9VR7PqgyYicquRPEbUgD8i5qkscUr8GT\r\nQb1D1Dmjvrcbliur/3CVlYXsVv/qKPBqfjMYRNYD/F3xeitiUnhY59zOJttk\r\nGFI+f5+jnwkZ2Kfk0lMkb9ZEy0BXFF136HITqyTOFT9oX44U3I1eTF44xE/4\r\nlBN3COSzoiEc/1wl6pEe56hXEfpZf7B+Lg0WtF42Mnyax7whuDBtZ9XHwlqZ\r\nloSV1LLFUj9yuY64vee0rBVTVT8y2hV0sJFfUXYj3BlQ9ERZuSvTdaIuiwmE\r\nF3hrc70jxWrv4Ga1HeKr88leo8wzaInJ8VlkAXGU00YcwW9by2cW79H+2ryB\r\nf95bYqRGMUw9bSotqiqL8d3L9Bn9sBDK5y+qv/iPen5olKVu5RvYfzg+Ycg1\r\npw7pQRtPUGvGX2mER1yHE0/samxccuAxlNU2SCzgPfoFIFmFJQjxvGv61BE9\r\nQnsoCSfGFd9bwOCc5GEkVRy28ri0Zxyt0gRB38e6mGr5b64Z9edxy0mWpKpB\r\nSnvKN6NiLD/O0kRYrNeUb0R4LxripLnauLfNp/ncD3Vso2wKAzLrQfjbdzYX\r\nO1RjP2NF10ypYlnaAP37G5iC6xWJRYRL7U0=\r\n=Ldqt\r\n-----END PGP SIGNATURE-----\r\n"}},"1.33.0-nightly.3275":{"name":"@influxdata/influxdb-client","version":"1.33.0-nightly.3275","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-Ks1p7a+FQoCoFRDH3sG3spt0sRDjV94plYN1uacw0lnDHhAgFpti7fuODq8hpahGn6DOty/0g6yNJghypPcfJw==","shasum":"a9518a62f4a6282aa92d82e062f94aad7a1facad","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.33.0-nightly.3275.tgz","fileCount":20,"unpackedSize":994215,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHpZ8Lkxwi5UHLyb2deenvKEyd6v5fy5xICdJNrmzhARAiAorXsNxVLgIOxNYCOVohShPUQkpBQdv2CRgHg8PVaCfA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjhFgsACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo3oxAAnucLb70B8XSP/N+BrxNc6ctMSZAOvjD39rD0RRdSqQ37LEYa\r\nMLZxmb02mTzIaOawX5jFiCHSpO9l0U6y2kSLb/nsAqGvkbunTPrPrH0KsVCx\r\noXSJax+waWhGrOXhWBn2lgbDd4kCxFKrYCyLhoohN9+23aoT6btToTQYqeaU\r\nDrn214qHSbU91+3UojTcefbOPIfgDuJRrhDbIlS5JkMfkSxy3mLDINfJHncc\r\nCBnHp388N/cBGSH5Y0vyQtZkMnaIXP8ag0Ab+TjKh94WcVlJs9WvyjZApuvB\r\nPu21kcSvR6sV8wiN0ho3vDtwKXNwRI0bGJ1A95EbkdFgE00dPFyqFRigFaCE\r\nA86icBlUFk1qy9OGIgPlTKbM1aeFxieYfxRX8y9tQoaqs3WtwObVSL+ZsQPZ\r\nOKtjjxvuWeAQwBtRIBYg5g0JvU0amTEANdw3ykZ9+E83XauNzs8HP6FFBrDx\r\nm6f780tSWA/LOu6RJq4tCO2dcMbm2MLZD/b9mIZ4DqwMdjkV2LUm5EDP8umE\r\nUMxTkAyoap138kqHnfTjVCZ54ilLL3BBucvb3qDERYw1ahU1BxxtZ9+ROi5D\r\ng9XA91xxzfraSAnSwbrxXfFO8mssEkRgRW2gGy+TwX5NhhRAtgqaLCnlthWv\r\nSjXBfpqtP/JkwdyobC4Keljz7F7Cg8Ag1G8=\r\n=qAFs\r\n-----END PGP SIGNATURE-----\r\n"}},"1.33.0-nightly.3278":{"name":"@influxdata/influxdb-client","version":"1.33.0-nightly.3278","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-AaUcAyPxRcGL9itIpAPgKHMjgIQ3I2zHvUlI/7T4dwDvJT704On4piZPb0PRset6yyJCN62uCHHR3UBnuf4R+g==","shasum":"79f994c4d6208856a318287abd6d3d6362a40858","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.33.0-nightly.3278.tgz","fileCount":20,"unpackedSize":994215,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIG3LNpqGXm04yYfuWwyJ7d7ntMACJiHyxkPvu7gRZvJLAiAsNFFHSr67uHmmzquXMbdzBwnpb+uVZy39n7mMz8Psbg=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjhF7NACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmoi4w/+Lkr0qH2VWzggipLJQItrZ3ZS2RMYhdfCos9JKBePwykfJ+vW\r\ntQWODFemnyTwfJYhSNOUiiC1naR4PNbBKTMjJpLtXDmqRloPf4KlvS0iCg93\r\nSuc3UKdd98opWaOjPdVZqDyQFQq9WK+yzjL9Cyz751Na60URRQyTsJCA5zMF\r\nQxjKnQPEIa0mM0viq+EcO6Gu7CL5pKimK0wgPH2SvcxLzjdQ+/F7CYcofQIO\r\nDmU7kgTuFbNoGKyroYJqdLmgHlHv03gLRTS/FAEtdYiPyzb9ho7d6mdz7jX5\r\n/deTZ8dBJ9vjXpz+pyy+BG2ed0jXJkb3Z07KNNwXvwJoLqWeHNW4tnn5HYq7\r\nJ5rU6fB//QLSbHwFtlz9EmIr6rTYsteJFvrti4mudwjOWwS3CdhmqBH1drEm\r\nakXotk+PZi7vtFZU+i6uDnjR55vS4JNwPHinGj4BuT33Ckwy1GRytyo/UCoK\r\naXh4TpW3YxMt7MX/wjQIR9wDxOX94Mvn0FbBZf/IzheyNjC2BYBuDXDWPZiO\r\nWx53FHZf0nrXywiK2tGWDXeOY8EX9vpJUqBeuDxUo8SvASma5qLmzh6XInWL\r\nsQCezXXmpfu6IhWjheYPbo8yI4MNQ9TMLQ8KGh5vCSo7nJ+vDS2SxhQDykO7\r\nEBY+mGfenctVIuoSCYgqpKuksLEL84X1c60=\r\n=T2J4\r\n-----END PGP SIGNATURE-----\r\n"}},"1.33.0-nightly.3281":{"name":"@influxdata/influxdb-client","version":"1.33.0-nightly.3281","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-e7LybGfu/YviAl4RQOinX9QrEP5BRL4sRq7tdY3DTLtwhYwIwWbVWpbZJXuaAT08SaGZlaIe3gkWDx3KQiPqbw==","shasum":"35bed90892bfd8a68ed80c793aa7c67ba6736ace","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.33.0-nightly.3281.tgz","fileCount":20,"unpackedSize":994215,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDo72u+PRFCIRH/5em4Cyfrkm24sT0D02vtYCtE0wKq1wIhAPMDXi7o3Q0tiGqN/yE5uh+jNzPAPImqi8lxT+e9nKqq"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjhS5sACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrXJA/9F3HIfSouxgPlRSPTk5Dx/r17hf3Ig/xRRDVd3H+MKNZBs7UP\r\nvLgcABeRT1Dlj58TL7JmKww/1CSZXA3zZNjsm3+4CTsIrSbROd9Tvm21V9e7\r\n867ofJ/8xqLIwLR2VHbu0biaHZVA0XTXA1AKqMEZqhziGO4HjyZKtUvhno1L\r\nK+xIQGExyJ7tWw0Hukx2bcAPEFyUcmylPsmBurMnj6zCGyEeaJUjfTM9TJ13\r\nJ2eXz8ItwviWXqIds7xxrtHV6ccBNJ2gKbx5UFdOeHgxS2JC3bxHpDXi0KfH\r\ny44TrskpuYhzRY3oXuKfgwUFJddvgDhdVT7d4kmj7/buq+x4xuxBgH57B+Vy\r\nlg9Qi8/0sgEvv6+jPcK4OWTfk2L7GwFziXCKnwaAMv0lpomlbJhAZ+in6pcD\r\nFl7KRb5d1ixnTol5MVI/v0PNlyYD1Vp70KPKE8fNdNbDP1AWZazrgU0ff6RT\r\nzTFAH7qq1qJhYjGoHa8BNRKf7m5Wdt4VG65/0ZPvlf1gurJHBqxEKSnojuNM\r\nd3uoXR3DHDflAbh9CJQpN7XlK9DcEXjx2MmRLBUrQ0/cCXjgw9YZ6b5o3kj7\r\n9F9Ryc3dXJD/lK4/ncHP1K5Fe+P6p+OkC+zkS9U6jg2fW38JrvTSBZu4y8fP\r\njZTpcdOHc9HE3jR/5xOL+XR+JKJwV8fAJBs=\r\n=7ghv\r\n-----END PGP SIGNATURE-----\r\n"}},"1.33.0-nightly.3290":{"name":"@influxdata/influxdb-client","version":"1.33.0-nightly.3290","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-ZviZJOZFz44hfx2I0Rw/bP7EQPQftolFd99kC2Fa8iCaCHpuq0gXB6T2IxMyvrx4Jym0j4jF/0kcYpqliqem7Q==","shasum":"dc6f7d0ffe9939dc264f6a046b0c9fb8ff3285c2","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.33.0-nightly.3290.tgz","fileCount":20,"unpackedSize":994215,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDN+4GUtsEKjr8OlP6bR9io9S+MkcJnqkxh5I8tm96ICAiB7TcJBdACX0lxQ72BVJKGxRbDWntpneYr/SqS0YSM2vQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjhh9EACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrKuBAAmlShN6xsmIrKWgED0DUnxNxFfWM/z3RvrpVPuxwej0QeqL/o\r\nZq8mwduVOLMl97ViCth53EHa2KyBPRnNGDkXthfUlflbaG1ymi4/nVuRbwD4\r\nqbwk6pIR8JZKqfrBbfZHtPkpmzbaAtYHpCDzT0PqvsIj87Ww6/dca3TIV2qZ\r\npaMLBIWG94/QaAC9pcQL7BOACVuzwoqf4STKyT0iQoKVsTv3+lgt9yGOXUMs\r\ngBNBicncr+7We6SD7n5KLdgMQEyq2XjpO2MS4o7WvzH6GiGqkODh9M0ZzYcF\r\n5EIOuDyRXT+3KXutT119RRdMRcprxYU8n1Gg40TrtHYQ01TfPo2lOtqXwrcp\r\nLxJzawUZeviQCRhEnZhyGzTldeKjkeChpeiexsFH1ovRwjFz2qIq7mEm3Klc\r\nVi4rtR1dOlOn3Y183nvnyCpWjvM0xdJtp55SsOB59oJ6BfUWgL4lXjjWqAbm\r\nVbUSZODb47t2Utx14I6/Molox3HU7aovJc3Z5X9/qaNbYd6z5tFg4S1jW44P\r\nOwEp0ZF5n/25/Uy13Koe9F80psHicFV9f5J/QZM8bt6yV32AWog93INK9aW1\r\nrzq64F4xj9xKy+E12LtpFeX+WoYSm0ampH7mrWuNSO0Kj8MYhYcxUepVrfdl\r\nGJOuh/4ChFB1/1CqhKNrs+LkAG4g1YJJxIY=\r\n=1Zwx\r\n-----END PGP SIGNATURE-----\r\n"}},"1.33.0-nightly.3315":{"name":"@influxdata/influxdb-client","version":"1.33.0-nightly.3315","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-u3CXnLKBrDPeWXfp0s4GsXTr8rUcSl5jA7sEraI0/ofJGhJD2xJeEdR1f+6/cze/rwlFGnwtXXXpkzZ9k2N3lg==","shasum":"fc581af8b895eb0739801eb323e005ca4ff77dc4","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.33.0-nightly.3315.tgz","fileCount":20,"unpackedSize":994601,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIB4eoa9SGLgPtYO6rASxrWZxJu5nANqK0KkVb7iAyb+JAiEAjOsf0V0q4/z/NzYaV3mkNwiTRRzARo8lpaaYu7wxwkk="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjigycACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqTURAAk1eEqJCUVvgLRRzGO7NHkQM7/Yk6CQ2bz3XNcYHHYLFY+xZ3\r\nzXZHEtv1bhlw6D3+XVdqR40aIBk1k384eVM1t3yCWfdvZbi0mCCAbdwZFxjr\r\n8edpgUnaSW1tr2VrETlOt0qwwNTW2sUk+9tuzZaGcf9D1k44ya9l5RzjY+lA\r\nAul4NRRo4rjXZJwTSsJDoZ23hzWg0gjYfdyXjE9rOBrbFQ6hji9z/DgejhZJ\r\nBhoXIkT/A+l7MLTt7QawY9KncZ6IVkrt7QKLRY49oT9pWpxTjBB1QsGOckuA\r\nGwxEZpQ3Yr4r2Wx/vxDdQYTrPQFZMEnHqPTFR5xeGfkY+fdm+7TwDQcgXCjH\r\n7Q+fm9IhYmq5zjo89svWstwU0imcPSEcFWtKJREtRLxAZSGgzeBYdC4r3QVw\r\nC2tvMlsq7zgZHqZcSEHv2mUykcD9Oc1a34tVwIv1f03rMyNvynJwpEg4I9MA\r\n0VKi+0+LbNPsjkITwSL3F1xHf1PwDskydW1PKra7dEB+MRbgyXcC3aK0Sdnv\r\nCmWwh38laKj1KNMgRTDS3CI2zPPCplKdLRtKoXWMWu1al4STPMDnaczYrRXK\r\nd9JIp5pn+Dr+yzjmgt3HB/7WU0JafBjmotJKxm0uQGZFPfou+asm500yJz9m\r\nau33hsZsJKCjXtoW9QUxaLZaev6YxoJb+p8=\r\n=ECC3\r\n-----END PGP SIGNATURE-----\r\n"}},"1.34.0-nightly.3320":{"name":"@influxdata/influxdb-client","version":"1.34.0-nightly.3320","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-Wv0jVim5KMxvGJUXvT1hGosjdvkEkwtW+NyBoZggSgM3m4yYZ7eKPFKJz6dQ1RWHo3HL8NDXj2e0PPewRPPyBA==","shasum":"40286bc1fdd2d1dbce081cbe51df0320303bceba","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.34.0-nightly.3320.tgz","fileCount":20,"unpackedSize":994602,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICLINV3SxmP6ueVYLLS5dKwtcEW7I4zQpDA9xfV9V5zBAiEA1fT8RVSzNaMItQzf6d9DULFgzlyRu9paFKRfeF9W9uo="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjihBdACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrPjg//RK0YuIfYM3nSXQ4G9s42COqtPax8orV6CnPA+CPqfAef87Pq\r\nLuujE5UKp8YnCLzY5madI+lR+XldexPKoc30v+GhaeJGsRHXBimhD7pNNUNm\r\nDhnpVvSUI4/hgsdV2C4RtWJDwodi6Bvig0RCA2Csm1EwIVLTej/h3m9BW3u2\r\ngMvFbb4vM1lY/ksdYcEm/vZSsKsiYPnAVcNqFL0ZbVMafUCO2bV0InDzf0ww\r\nC2kK+zWrX9kjCJC59rH+OfrE2IU2+DYQsv3QZNCOkR61PxkX9ZEf16yqjmNe\r\npSWbtI1D9nFay+JgI5FkIVnFuQ9A62MehJMq6KcxH5LrPDqNkGFC7BjFFFqR\r\nJFHiJAQDTvfuvzdYNNh7If6fMXp1+KuFFFzcQ/5gjRjU57NLOXj9zWrYmRu7\r\nsxwarKBlvGAm9danlMIR0Ec5wAl1gdNnV1/zRpPnOC0jDoZBXWTGYryxvhiE\r\nrOjyJns6qqpVvj0S5+D1vUD57ANzqr5KeHQ9q3xglZ0wP+6unT4Pj6drYLNV\r\nMsqOryswSTDSCfqfLmb2UHcznWFBObFPocLdePkLcpwwgFPrIpMc3YO8w/8W\r\nAfJE0OtZiuyXj4EtmOvW1JzosAm+gZX6WkOFWhUq9uMUPudIlJ0KBzuPbCUw\r\nzfwjr2AiIzgt5ikA/GGcxtNqm1KaQBKF42M=\r\n=sa95\r\n-----END PGP SIGNATURE-----\r\n"}},"1.33.0-nightly.3325":{"name":"@influxdata/influxdb-client","version":"1.33.0-nightly.3325","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-8QJf0/h/nciCpEQcz4NPQ2rLEVVGlXTWe71PzhdfAARAQ/rdjDmrhVSyyqsphU2gp7j+p+HGYEAroIpPfGM3Gg==","shasum":"54604706f20bbc7541121470df3db6f57ad17f67","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.33.0-nightly.3325.tgz","fileCount":20,"unpackedSize":994601,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICbWaZK9Gar3nyVXvcb9JgpM1AdVrucjOu9Fe8jlB/NfAiA2Fb/mtoRrXFaowWMk87Csirkt6z7IyudtQIJhlzyf2g=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjihDDACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpgKxAApFg0uDWGQhjLIbxAr0wCQiIBqfaf4E1gQHQegid/9xWFd6vG\r\newYSy22CU9HtYOepnFfa0ZqDvARCyORPsCXSQ/lMVnyHqonz4RQ0kjgaQunr\r\nw2IRStvvlEb7rhqG3i5XlrWS/fvrSKDkM1o4PwdQDQiwQoBnSJF+cOOraunU\r\nczwh1HENYSMbzEXY1yb4zy19NkFmJzkvieCPmYxQF26hP64iQQUWMPucD+/f\r\n2tuXsDFJzc/uVSxwSLj+YS6PpLxiCRPYGV9JFiBOscTl3Al3m9sTJVBcp8+5\r\nxacP4cJ4bUi6mgM2wXZQr/GEDxMcXB0KA5zwe45QqKRWlUwZTC5LL8yIP4e9\r\nU9IEdbIAbRq5P9QSpmb+1q3XJrXshD5x/ASmk8K4q4Gt8v1pjmkX+/t/vVkz\r\nGybx4VEZenikAIy5cuF6tqLFhVd7Kd4l7JBJA4igsWXzKSJF3EyXTDpxfv/e\r\nnVXhzGv/hPYUusKtohSAEokFZiUfWQY948ad4ZfJv0oRqAeOys4i5+D4pNOT\r\nbeuDRvv8Qtz57JTqQvPPSnEeGs7T/mCk0gtk1avKJK85XjTzwv5+gjBj2fyM\r\nZLYrVnvTDMEhUCiAtK3xWlzcUIesJvfe/kjbPOpOzJu3p4j0NhbNc3Vl4f4c\r\nggBePGNowMyY8si0DrJP437hbavt03ozUQc=\r\n=teMr\r\n-----END PGP SIGNATURE-----\r\n"}},"1.33.0":{"name":"@influxdata/influxdb-client","version":"1.33.0","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-ctICXZqq4Nff44Q5Pk3I63/jpZGTZ9VPr8dPJ78eujEHrTjz1M6mlNnXuF+TdqFfzlpmjxo4TcYEyDOPK+SQbQ==","shasum":"ddae87b09070648feadca05dc8fd14bfe6f44166","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.33.0.tgz","fileCount":20,"unpackedSize":994542,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDUJbtr2x6U+PvE5hT9QUCnDry9IJqnB6JRiasQzUZ/cAIhAPyYBUc9Gn/Gj1mtzkP535jctWB47AZMQQO1wFogQRUY"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjihNxACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrcQw//SG1zTgCRq6+PC7MU7aLGC4AhxY4gOptX0nZ3LybkP8AMlpng\r\n3IGZ3PYvtsR516+ul4iZz3Ywymwa7a/MhohW4vzChGhBmekV1zSOrYzbFrqe\r\ntIL1RQCK3ZVvJzkvtQTn/eErCH1WbinEjaY+UuEnWgxgcTjhURk7tdux2pst\r\nLNWGlglL67ZU7trJ7BVPNBLtC2x8K7IpugDdkpKGMaIwG9JZu7lfF8YzY3Cc\r\npLoyw9bxpjXjohEwXNF3GJ4KKaAk2CDDDLN1sW3fZqPasbvZVcpWp81pDldJ\r\nGgCeppeR49Rs0R+moXN29NWdZlVG5V/EOnB6AVWxHXPfup3Pl47V5MbHCOAv\r\nJ7HSDHANJMLj2PYj/V8e1yIwC1MxG+TnzVo0ahOCo77URTP9JMJHSA+T8rBT\r\ngltiOhTYAkpt5/ld1qNcZUmL2i3tOgmBJGZJ/pNrlA8YB9DSLjnOln2YvsWV\r\nLyTULE8nBknEAZfQk7AKTq+o/SYckf1oXJn3INE+EQQaizUfPS1+NS0s2M70\r\n9SSDXKtEFlMpt8caLm9lD7UiDp+DTgOSZU8MdAKpzoyw9PGoLnkR/KDbWA91\r\nzzPCaZeqBSxRt8ri2HTw/7Mc95FGrNsUGprzE6B7dOZX2wK0KYg2oKdnhrB5\r\nJL/0iTK0xKrtTtvLLo12sgrQ0KWaOkIQ+KM=\r\n=DSVn\r\n-----END PGP SIGNATURE-----\r\n"}},"1.34.0-nightly.3334":{"name":"@influxdata/influxdb-client","version":"1.34.0-nightly.3334","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-bX6WRPPdID971bE/uSZUFgV8wnnSlcfMAW9wrhhC1OGKCfrqdI07TKE2LDAo8sMdc4PoelYQsmKqGv4Uz3KsIg==","shasum":"4d5a662717df1ced54c1e3df30fe642c26cf20a1","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.34.0-nightly.3334.tgz","fileCount":20,"unpackedSize":994602,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEsCbqxv92BCobIczEO302GAZavC+Qh0D0v9W1Z3ktDBAiBwKzM+SAGUvFMEeb8Zl6CfZZAHx5XkQ+SkJEiaYbI48g=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjihSDACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqlfA/9ERQAub7Pwy+AdxegKdxjf31xliD/wybE5tBCQLBg7rRTgTnb\r\nmDpO6U5auUp8qyi/HSjO9luvwn7ecV8cm+WgoXL5lQKMWl5Qt4m5wZ0QPRSv\r\nkC0noZjbpeOjXsKREiCfShHKYTI5x6UXR7krFRGFxiiIdiXrBSVBJe2a5+fQ\r\nktf28NudquS+SlZyJoBv8zj86bXw57EwliOoEv9kJjYtafAj9x9kct1u45LN\r\nbkzGoYcPQlXhXUHEEMVUgIAwJicW24Xz8C7iEFqFEw4j/6dlJIZib+nCUFNJ\r\ne/a7f9lnpZa63XYSclqGOg3ETLI/9I8/IICtcXvVZSm2Prz9gEPYuGnBUqyY\r\nmqnlBu+5C7WyGa9doVxPyxUpb5TTYZ/bN2wxL0JDfZB2vKhXQQ1i/z0IETBT\r\nQWFC54kF4+KajQ3muGoj/FWQwXIv205RsVs8FcDlNnIBDdREyqrXts6ckXv9\r\nubaioyWpzWoNxN9FYQZZCuVj5JkQ7slLpCy8Ilc4q7JGEHw1HUUD7jxvvzdT\r\n8+xZ+X0xWwywKD3TJDtfChR5m0FEfNq/YCYslfEtVsv1RaA11Au57Op9bM4M\r\nHU6Ri2jGbym/q14/iGWug0sL52SZKXpCPtzEFhyKQKT+YbUslzpfT+KmJog+\r\nX9uy/c59FqYTCZOfQaAKjjyY/DoEA5r3TM0=\r\n=3S57\r\n-----END PGP SIGNATURE-----\r\n"}},"1.34.0-nightly.3359":{"name":"@influxdata/influxdb-client","version":"1.34.0-nightly.3359","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^14.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-56T+Xb0g+SwjvIJGp03bG1InNsWgZpnaeEXPqkugxLV+TW0pC8BFp89q6tkS4r5raUoyjRskAdcfSWu03B44/A==","shasum":"e5c45b39f621e88b6e229efd4d0056a33dda14e1","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.34.0-nightly.3359.tgz","fileCount":20,"unpackedSize":994602,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIC8Ph/em8Qe66JDA1nUGSmKLHmmTzVDvKHUS8j7tYBZjAiEAlQ9pnJCbjn14RoW4Zn12Ael74KNWsof4QnuS97ExmZU="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjjcHNACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqbVg/9FkKcyW1qd0V2Fw30X8WanHA793lLw8y4ATQVOl36Gomumjzt\r\nAKzUsbA0CujW1CsgNGo2gW6PA2LV2E226iqVFbjUQcFnvOyQpvisqv6b1VTF\r\nwrFEJcvVtkg/zeKU+1ZCU1hXJNic0mv5TFmD58PSNEiRC9hByjyiZujEZwL3\r\nyC4+9LWbeSeI1s9RJVJ4g2BKDLXn2xVOvaPm6Y7aQvZC5r6J17hyd5owHA00\r\n4u2WO7TA5tzLLbUIsAUGglL9R+uNhM0QzAjtfzPa8zp+4wmcZROjTorbPHRW\r\ntmF6sb/2VSte5eIJl6lzjeqPVBPTL+VP9JGLI9uhNFw6fVgLnyjcqMFrgGUX\r\nXoz3cKjC/31FXjV6AcJfS140UdFIA/YlDionubfmpDn+VqXSAwD1/Ttj7wCo\r\nqloIwMKixJQm3Z3qNmGh94uacxEkIsRsoVKIGO2PADaPdX0wKa5dScmFGeCV\r\nWNJfSHk72cvbGKQfF+ddHF1Fy51ztoMPFlK8nLxIt2PKoXNoHInIQ/fMsw3U\r\ncdPgA+XI8mclXHsk4zQFdZFMSGR5LOXV7Kb2dXQdGdl99e74QAbF3PLZKJeI\r\n8I3Jgbk2bMaRR84P5yLO+epyOjXhpGRcxVxGn599n/mAaTX+0/xdOnxABwjF\r\niycN++C/Tg2YSbtjNVcNx1tJBnGYVET6VNA=\r\n=OgnN\r\n-----END PGP SIGNATURE-----\r\n"}},"1.34.0-nightly.3368":{"name":"@influxdata/influxdb-client","version":"1.34.0-nightly.3368","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^15.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-oVDag88wozmazVpGjrnj45vfYqlYOpGwPtaySL5/oI1/fxWsbiUylUq23AZY1VQooGJeZGbdqTtGh0u0pRbrIQ==","shasum":"f528e9fd1edba7614fd522dfd97827a074a7e2cc","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.34.0-nightly.3368.tgz","fileCount":20,"unpackedSize":994602,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCKl8S2g+mikjqif+5L+S1zL2sj5i6tofyae7TYs0/LMwIgBmAtqRrDP3NWsg4MAMtDsrSoBvI+8P+rs4WZf+vUM2I="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjjcIIACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp8Sw//ZhKT0demXAutYJUS6xpz4+AbvzoQPF6wwRj9kpbdxSxyA2ZP\r\nJPQL0KiZ30ISJiPTgde/J7NKXCztbASdpx8PqkuOTWPbMcEcEtcKShR8/rkT\r\nHgFLM/pu0hf1WId6dutxRjKhHQoxoxp7SSFLPeMYlhZ473g7DTB9AGGZLq5J\r\nFJDLURR7PMITH7XH7zTiaQGoVi51HH3G3IRhQmbf3s2DZPrVHTlW20iZ3APe\r\n3NgLoVP0Da5dznbE68UorKp+GAdo06vqKa9Cp5BhF3Yqyy/5YrEEquB7px7F\r\nuqffh3md731nAwKbWqPjmiaiRjLhgA/d2wYkgGoumV8Sy9/1Gf41i8C0RPnr\r\n/CPLSjmbLTXO8TVNEhwFCtlfYbriDMmBLWjF2hI0ZDBGo1ieA4O5K93TqT8f\r\nRfJLFIxteBU/IuBqTVkGuDPUlTwn5mIbkWFt8lUev8vBSFyg3vXXaYwm6QJa\r\nStd6C0/yYt9io+InMEhLFwacmpvNWlZ1tRTVf7LKobPicxIzbEv+3kxoNDB+\r\n0gg4p4SiiJaNKk9ZeyoDZCp7HLwJ4pBWTOkpMa1KMoe7ReIgwyvUCLdBHKK5\r\nFIqbvS7GJBn9OkwqDG8MHkWJKEhhMZD9XJMEh67PRJtcxv1T5Jgi/h9Ignqh\r\n26CkmPL2bktyQUsTx2hQ3+1KbAXDzMB94fA=\r\n=pdcJ\r\n-----END PGP SIGNATURE-----\r\n"}},"1.34.0-nightly.3369":{"name":"@influxdata/influxdb-client","version":"1.34.0-nightly.3369","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^15.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-XUPPDOsya11Xej8PgSHizGcIHrLkjo6r1cuHDthCtTnf+pVdxktSLLS79APBMa/etwgEoyOoEC5yxb1oJR/qIg==","shasum":"877545b885f1cf95080a704a7f014f671b3728c4","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.34.0-nightly.3369.tgz","fileCount":20,"unpackedSize":994602,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDWJXbjHE6bT/Dk8pBcvRxdOxs4hLZ/Mmctl3+naffqJAIgEoqWNfg4qMn0FkLvxvSi+l4C0NqTCn18Xgd3I3MhQH0="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjjcJkACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqfPQ//Rj8/6qd4ixB6FuScTYZStMvDlij7EwuOdr3Ikh48uqOE/EsT\r\noB066YtwA8/eXevryI5UtmrRlV48hO5STgG4r6fatQgx/VWL/0e+ZK85Qr58\r\nvIlDZwsVS5pREwkegxMh+fsGTqVOgo1sk8ggclDhm4OB9jew06GzU6ptDPtq\r\nhvSLMt9Amxd0i9xFGAKGsBKbaAT1PCPccz03iZg5rBOukLrC+Bm76/w3qJEK\r\nUR3bHLqfniwDylBLVEaP/488kP6s9GCsX1n/dd0Nl/7eqKkWFVKCP8uvJCt9\r\nRWOHUCE2QKWErW6Haddk4ZUwHYe5XTCHxLRjPbbvzQEdqatMJk7r9ri3lSPM\r\nm6EIW5WHedKzxPYJHEiPlUTMuNoBPJ7DkjkfMC9D/iL6HPLpJ8lnVPQJIazT\r\n7qQaMr/Xuzp2i4hlmUGUZBUreP0WXN9/ZWlbsVDdx6IhkOX8yHRh18ELa8Qi\r\nDcxigW6+Xqbpl23TSUPvv6K7VY/5UB8JKLcpaSWL/eJ8CEKZMclLiO1c8f8f\r\nmm5uKoPVBJXYhZ50SWyY1Iqw+FcZaWbAooRRDLeRxnNsdxZFuAJiqqQnh6S1\r\ns60J/pHVbdt6nhdI84Lhh2O0rhJClgM9ka0IH1hdGnRUn8v+VC2Xb3UaOvNX\r\ncl1gg1fBU1Ne7j6MRw2wDMj2IWJl2ptF1vw=\r\n=o8Gn\r\n-----END PGP SIGNATURE-----\r\n"}},"1.34.0-nightly.3374":{"name":"@influxdata/influxdb-client","version":"1.34.0-nightly.3374","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^15.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-hJUvCKzljXnTH0jaZ4HmrKodahmzf7mv+KM8EMJvQ81I0lxD3q2lyeCAVyNfxQJA4sUXdRHHd/dbL3Da2EcmOw==","shasum":"d7a06f684bbeb8df47915f62b5e82244d9f32309","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.34.0-nightly.3374.tgz","fileCount":20,"unpackedSize":994602,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEWvbG1lY220SJxBvSszhE8v3W1f0I7SQfKYsotV9gqwAiAmu/jNsO8KNrjjh9tBYrlP0/sreRh+q0j4MBejqXS2og=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjjcOiACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqYvg//W1fOXQS8uN7SDe4av+/Wvx7D9P3mV89SNaRJFLQ0pq/uGZvF\r\nNHatGEipVSUk/sh0Tf6ENNNh3lwSrXupC3HN/hFyG5K+8ORZ9eWoZjadbWyy\r\nccHQHCgwLE49vai4qsmn7eeX6XlKnPFKniGy19evP0gEfr+kXedFoBEst8IG\r\n098d1g/KjE+zkVa2qJqrWYtwCFXDXE993eKS+ljQAo3ZKNJcG5BJIuip2oJY\r\nuYzyYKZd9FmIAA9rNBCPk+wANuicB1A5RGbLISQFM7iMSX+Hq61RLEbDXECu\r\n+a3i7Kn/JAJ0mUOl24pLTMcAdL1w4mQbV1EPJ5Of3Rkq7hSnb7gJmVoKKfbo\r\n6+c6N7ZHSfcxedbRFNBoLWzSaP4dGW86Y9ls9sR5FNEZK8im75Xk4x1eTBZa\r\nWY1Lxif2vw7MDYQ647tOV4jES980lplT+KxJjL/6EmW6lKeSb8nsfY8Fz/bB\r\nBBF7L1rVTEAOXvadYeFMU2VgzQgcdWpt9FmTReFfNM/KNbUG3pRnanLaVc7e\r\nVYGoN4MzCUjtt2yklgjeyczy/3CFUP0CcuWmAyXdkUFDbNcF7MwUpXKFJnCT\r\nNXUu8zl7+vnO7PEpKnuaOpnW8BucRiY4Xz29fp/8jLkHqD7gemma/wE2B4Ja\r\npoHLz7AYPyd7V5jg8SsWvdqUc71lhnJD7zE=\r\n=JkXN\r\n-----END PGP SIGNATURE-----\r\n"}},"1.34.0-nightly.3409":{"name":"@influxdata/influxdb-client","version":"1.34.0-nightly.3409","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^15.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-4eP1keQGpfEUjnATP5kyCKjvOoMNO2cRL/+OxUThjispogbnnnL2aokDbBweriYsUN9rEYbsFsOOEzAdrpIWpQ==","shasum":"b1b9f0bc047cce18b840d7ced9e55485f3d3f708","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.34.0-nightly.3409.tgz","fileCount":20,"unpackedSize":994602,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHnud0+fc93PityShrN42ZJC/dZynlgB2BsRVJG6nBvRAiA1Fj72TKpGKj2R9QK5ZRACnRdLv9FBjlcbuCP+TcbFMw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjlyHUACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpjKg/9EDyqwddGbmLKVGhB3iVT6s1WU5nVaL2EaCrZWq5hRzlGSlI4\r\n3kMffG7aGnnzLI1D0psv5aNqmiG4bPwwQoS+zueM7dsbazZHH4u/ozj5EMPF\r\n7Qjtv0XwIcWu8Zh5iOU1949+rHnLwFj3/v7OXosorBQT8O6ZjiprOCZq1Z/9\r\nqEcAUNh0/qblIcD3WwZJoI5+tM85hAvRQ5G5d4+XvvBl69gJxCu+aQSNhkBJ\r\nvu5SEq6lsoWnPRhJuLgf1RM2WAktOa3gKuJf9CTE+mldBRiqfXN/YDRaXRKH\r\nYssBuVhhjhInAShVbGOtGMVeirWwvhEBI48F4cZIgioimtaPqmjcw3yxqocU\r\n+OteKlXhM9Qdb1Wy5oKIxd88NhjLpoQfO2DmI7nCk68ChDCeQWyN0WnVi5wc\r\nwM0DqkkFfNQGMOpzHIjDVWrrslPR14q/DfN/dnYqloCr+CJKPgB9uWRz3z6N\r\nqX5BeMTW3B9lfOSV9el7UotBpTwPk7ujoYM3BMTL5EzD1mhbsmqhVjFdJhvw\r\nke87evaBPOMtOpmfp0hjKV3rrQ8LBjGjCtL0fWr2Tq6+86XwMd8Jexnk3ftA\r\nF6BduapqOYcfabdEWhX5/0YgFf7Mup7Kn4HhjIZceAIWGPrfm0DbDDxoa48T\r\nOaLppeal6BoRjhM9FGgN1dmPZq5F38buhT4=\r\n=15P8\r\n-----END PGP SIGNATURE-----\r\n"}},"1.34.0-nightly.3412":{"name":"@influxdata/influxdb-client","version":"1.34.0-nightly.3412","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^15.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-Z/vQA8PMkpm1v139lKh5vsj8aEbPsuLIowvGhl5Zz4yL3m2I4Acm606gkd24XWTOVnuGD68fc+f8hHRGHgzQEg==","shasum":"b848aede17986dbee7a8e9cc95b541b22877c44d","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.34.0-nightly.3412.tgz","fileCount":20,"unpackedSize":994602,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD6COpk0cVb9v5nP9/Qtxmm7bSFpxut3uh734K7lsxY8AIgNuRzvdyyT2Jx709DBnDlUDpMffAcXOiICvZ+mwGOvlA="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjlyIIACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqkqg/+N3Qoq1D1vECvtXQjEwoOJmnUWM9qC3YBbqzAUJ4BgKaPw0yr\r\nOgOkqIQeOinCG7anRvz/breLvP68KvytVtmXt9jM5YbLyBVV9gCaHyLvOXAA\r\nK7hS6nTSZE0UgBUNO4xEeIAH0J0okz/B3/1KZqbH2FLkXkikV3UH4xlNEewa\r\nAaWi1pVfZgszrbM7IdaydESAUj4I9O5no8rfiiHfJzcDmBv8kU0xiszGcZGP\r\nYpwQMKhiY832g/faoCwtyPOh3BeloPTSA5rscQPFwqBCnQ05A4L/qmJO131D\r\nirRyouSeogai2aflhTbY0viiPAv23VRWbQDvJvMXbyMRA/aRoDHiPrvmovlR\r\nh9IiR/wnlY/hHxWREkrEwVeuebGyQ92mSvDSyQrPipe/Xg/gu67gynuCRvvI\r\nEiXuw/QfCFmYA16/vplcW9zuE0TQCJYsImcpv9mYcTtpdmsETJVLO+aOrgEc\r\nRL+XAqvY99c+/EmVky/vaF3qvh0SO99AQpdijBaklWTDANB4xTpioDAn+QoM\r\nh5oDsHyOLd9sPucZ/32XcQNBJ0c8ICfohytsVI+BjWC84aux7UZA8dDvJvxM\r\nYl4Ovox9ocKHw3ydtQpezxysYc+rwlqQUcGGU6fvCUau5jr8Dq1w/oFQyulo\r\n/Amyb2wN13teNYEkU0anCD4fXqnqG7zfJRU=\r\n=mDw1\r\n-----END PGP SIGNATURE-----\r\n"}},"1.34.0-nightly.3417":{"name":"@influxdata/influxdb-client","version":"1.34.0-nightly.3417","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^15.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-jIYIT0xtPbTlZxlAZTkxQjAg4OwM/WI/5V5Wm/kG9JfkKO6m+uJl3AWx+uHWPCb+UWHQxpnjzWdXgxTGK+R25w==","shasum":"d0be59988812cf9d19c64fa9ccaa18371ff9847b","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.34.0-nightly.3417.tgz","fileCount":20,"unpackedSize":994602,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCtogpp1dGf4sn92fGkaWfJMLOJWhe5CCdGViP4074TAAIgaD7qb215aa7Tn9w2RK6g2NGCvRa/i0Rv1w4uidncYhk="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjlyI5ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoqRQ/9EiLSyyg8f+7k8sOSR4a2vDjDIZkBNmlUF+5VX9Y8VGxHVzYO\r\nVVNbuSBarE0eMNMtsCxoccWv4ajzFCq7aopIwpgnyWaV5h7A5gkPLHJohATh\r\nKdH4/bpddPvY8uwxLXvw3XKpcP//jcPXG9cIp8rbmIyZzL/cRmyDRL71RLYE\r\nXjXOAcaivseWSVQtrydvhd1Q02IuyN3GSS4RqGjqLpDVwqkJjvOsxGZ2CGqe\r\nF7INR3OUC6fCSqMRcvU322UTWRFJFRCgyCiDc06zoggjF2lbA7cuMBYfXnYz\r\nnVBSRcrB6Rb7UZ942m9lbXWUnIJdR7/y+9oc9UV3hxkXNwQdp1rzZl3uHieJ\r\ngS1jNMNmrCDclnriTMqX7VDScONGt8V65xVfgD9+ricGcytasdidPpzJDina\r\nRagfCeR+KENCwdtzbn0myxKhCayX4+UelzepMCIr1rsuXEIW3SyU78CwbkpI\r\nZpo9IBlU/DcSubHvA1CAB2VfjRfip1WvivDY8ri25Ugk8CxafpkAOXEUMyEY\r\nYKE3wZQR/r0WzI5/oWwumVXNOeq3gKkb1C7yCSW1ZOJacXESsqPF7ih0xVR7\r\nVuPMPP2R/vhKUoW0NP2kcEfOa4hjHdwnODqQntQIpfdwkSIkXazZCuaUgbUg\r\nRAsmj2OTKYyIs94+DjodUie/WQpeaW83xpk=\r\n=uh5S\r\n-----END PGP SIGNATURE-----\r\n"}},"1.34.0-nightly.3426":{"name":"@influxdata/influxdb-client","version":"1.34.0-nightly.3426","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^15.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-zC1SOviQyDtoisDgjmmukKLJyViqUl+YWKHfPh4YKtqRtrvXcEaRnEiArCjN3fTXDYKuxBZg8Wqkux5MrTsOKQ==","shasum":"bfa6c69e25c3cfbae3b97b445e0a509955e248f1","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.34.0-nightly.3426.tgz","fileCount":20,"unpackedSize":994602,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBUdu2eodzCgQBJAXVR+k64Tpeix9s5VYLyHx+iatNmQAiAu9NVmeaQ2P5ItnbAglNECNFCh8qArid47E5y/xb8rlA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjlyLHACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpILA/+IvtQXoK6B7EIcUA021o+S28uXcB3k8LLOcgZvrgM0HzCUcTr\r\ni3KLV3HM8jf69TnftfZ/oGmHMnoYGx9XNWJxpEUSaS2Wd7THbERKHDDobtgz\r\nwsWybA3e8kY1wwqpY8PP0mGNRnXW0zkGzxjRLIrEIM6Kh/tSuseg1GmgaSO+\r\nrEKK6mA+dOj6tG5wsuFg6fYnjB6YBaaMYxSHyxV/IGGecr8LsZjYy+lRwS9i\r\nUUN+hf+bWfCVmrrwp3KO+vbwaueUCkRy3WDOso/lAmL3xh7RehbSxLOTuF5u\r\nItNxsoxqSupGmuANcE798VMmE8tySUVgRI1Vd2R/SR10XYTAzIAZZn4pHGUj\r\nAdgrWbTW9f6JIqQ4R68rkzbKMi79l4jdBlus0V/4jeMvw+ClAGP007nFFlXk\r\nO6wPE4+VUSUDRnOa42LRGSBpwviz0VKE6fOttzxPBugcJV4SdTISFZnp08YS\r\ns3kpdC+raTtYE0pfJG90z/YqPQonJfFaxMJotD5m1mqH3OfC8hMOKHn8YDAC\r\ndMeqdOMR4aYf94btUfRRzyO/Er95thnmOnrrHQMIh3Jm4XmKOEE8DnRcYypx\r\nBN6PC6GnKaslEKE7YlvsaK2G5HTM8R9+ghVJxlzsGronCzv7kjygNJJUwg40\r\n9N71KBInOlei9ski0vHzNcYiiQgq91mQzqE=\r\n=qTn2\r\n-----END PGP SIGNATURE-----\r\n"}},"1.34.0-nightly.3431":{"name":"@influxdata/influxdb-client","version":"1.34.0-nightly.3431","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^15.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-9S5YWpmhjgy7Bx35EIogs4Qfn9JmpR+OAm0ABxxCAIcwBOR4mA4EP6SN5KL5sMCV2cPdtaqvE4KLfoGVHZQqyA==","shasum":"e641ee1ec270400d159073a251aa861d629b4d90","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.34.0-nightly.3431.tgz","fileCount":20,"unpackedSize":994602,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDgiC1y+SsRjLHmbxXC0eAics0x1EjNkDzKqkpGB3FebgIgWBtuNW1IeHpbgSl0s3Hz+hNDnW0JYfGJeu0wQVsFFAg="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjlyOtACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo5uhAAnlOUZHG6KfPhz0rVOaTdgFB+J65ct8N7sPhVtASk5pbXqbeQ\r\nS6KiKaA0rPb4KGoWyWzwwlDlHGRyuzExAR6bA8NuVzEIg9XlucUW3XDpMRX1\r\n9FEXFBiNrZ5I6KZKKXZ+QjHLzLdgpiQv+e7mwGepA7wLlsKxzrqBv0jdE5WO\r\nANaIgQ8Q8NArPxV4QhFhE/ix0AB648gm62SscJeURJJc5t0+zSvKF83bqbdm\r\nv8Z+fjHtyTtmljtApS8atnoyAYcRvl1ThqLqwqlh0AacOt1nswY2mN62ukav\r\nezc7xqvGIq2kXND5uv9m9V/Typ3y+MllLOIk7Ok8hy9n30nIgCkt0f1sY24B\r\nPkrCA03DVwVhuIrG44NwbQSEZg3E0Y991hs8OQiTmgD4arFllopoEqdudOYi\r\nYeHd4CuffD02E5cvf2wahlSHh6EH1XLwO61XQMrNkaZzkpwBUEYGYmbAP4/g\r\nf4VTYuosSbfQzQln/Kchp7BJ1ykYJ8QlCLMF9++Uz4iqY/QZ7FG4R04JoQyR\r\n0Q8kJrUIvK9PGWnV2DI/uP1Ruz/E2zHlAAL+4ItjhpD8yQMxA7h6uCuzatO6\r\nSVev1zGV0c3tuWvMr4C81DAn02j5uzweoD7kpIRXIzPPTFO7ELUHi80sAFCb\r\nd19WUwZEwmYpY4aaQKEJ0XeuxLJ9eZKjGS4=\r\n=weBG\r\n-----END PGP SIGNATURE-----\r\n"}},"1.34.0-nightly.3464":{"name":"@influxdata/influxdb-client","version":"1.34.0-nightly.3464","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^15.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-HxffGtgfQ9yUd7WRBESt9Y4UfSfzNFHt+sMSagBdithQ6XjfmeZH9xXEURThQ9NnWblF7L5MerDsr7ZJEajU9Q==","shasum":"7337267739f38104418c3d5034adf11659eb6bc3","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.34.0-nightly.3464.tgz","fileCount":20,"unpackedSize":994602,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCYOuWHF44wp5OatloiwSRYfrq8uVJWv52yLVdGiNRefgIgZ9rGF6aLYxuYTkJE79pT1ZdipExzYUUFjXa5yvKDJrw="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjnxsxACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrbZQ/6AmShL7CwjlVJ3USFy49eb2TfieJQ/hsmEWVapY0q1BzwBkRA\r\nR0XqIufAbnP/KWjn0qZyYRdEL0OqSVplfFh8NAXEP1mGAlTOBVyk6xzAnGMA\r\nzjcJZGQmgG+oizliJ4Ekxs8jqqqUgCY9AP9TUDvvbwYWY1K02zmaRgiBp10f\r\np9+58hMYI1P7q4v+oR/g8tbWdhtVST2OLmi0mXScm44mVXEZIR2dTB8gJQXy\r\nAkchCdNh09+DdeXLGJsSJog2/hu2Qd7yxO8gOctj+rWj9T9EQIxFBP1Rx8Nw\r\nIaD2aYlTsw7jUTNg3XoevzjYslM2HUv6nMe7b6954qg/12fAEGZtkwH9PZTo\r\noA8f+x7cHuEG3JDuR4iu7+PqLsDQABbSj+gnR6AX9iTL1fQnOnZjwBoOTN01\r\nP3pKEOqu08if8t0PjHtvmp0pI8Aj55hcIosq6ya7Khso2XzDyCc70T0/ZdUw\r\ndIN5e1LZ4Aje12PghcToICMr2PpIMfNct5XX0WcHFQxSteSXeD56Fb4f6Zz6\r\n8E51MI/cI4L82O9gp0pqtArnxwWK329xUzGTvX9AekjU1j/II5KBMhCzDLwh\r\n8dX5kV1U89P36yMBLEW7YSIxpRSf3i1TChdpAP8+GwfF1nu222fNC65QN2wM\r\nKJeQGuYZc+WI71ZRHCk+adpqDODG0sVjdTA=\r\n=TOvu\r\n-----END PGP SIGNATURE-----\r\n"}},"1.34.0-nightly.3469":{"name":"@influxdata/influxdb-client","version":"1.34.0-nightly.3469","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^15.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-ZhIZ8vCCc+xkoMQsZzmO4I8SbmmpGPw6sB4oLVevsPA+qHd4F/NmNk7u6pu31/vTtVIFKzOXeSkH2AxuUKl2vw==","shasum":"a42b441417fa250084ae33721d9c255b4fdc7694","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.34.0-nightly.3469.tgz","fileCount":20,"unpackedSize":994602,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIB0dyMY/B1E6VkjLac9mMEB1CzMs9voKA1WRS6cUUFlbAiBc7hoz3Ot205r34gIDOmM5NnoqepOZeSpzxXJg5U2irQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjnxudACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq7Zw//c3UnJuZqQFHFW/nE9jqUvVxYVPHLeYbk7I6Fnaj1f+2oSjl4\r\n2s8hnYlr0/u1EZnqwVdSefWznJI3PurX3vDCYzTsvwyAsNPWtQ7LJAxhvY/O\r\nfIRATXE5XF5skFteI6zEEHgqj9Q4pXORA6TEzjPKCkPaHzPfT0LFsjR9VNdX\r\ng6IiKD8dk3DmODFCrkhl3t/USbpu3Um1/pJqilLGmP09tQGZbHB+h/uK5Nxz\r\neeW8Vtzc63r9trFXtte6x+55tqQ7YMqNRg03V1iW++lqCH3Wv0O2E/GHe75u\r\n9dpykyCBjL3KJk6CbY4bk3U7wXiVAIgU1elZJ64MZByYhQsiwAuSjzGr7+hg\r\n8SFi1+F820BdQJ4L0SC/69Oc8y7LMG7pVPc6BG9D49avzKJIf0JTDerzU4hP\r\nzyOk1sRbI2oNlI8hUNWZs47kEgy8OllVj6hLHmWJobVQyS/xHZiKAJpsW33s\r\nqT53nlNyhTZe2d5v9Jj29d52Qh9qHTVT4XOhzTvPQYEqzbhQBUmrOn7EOZe8\r\nkEmV6KXvRolG7wUIdLriw+CHYP3S+o+bcdIKynsBqjlwptIhxDtfoNRKar0W\r\nOmcDdWJwDrsJh+BznXL2iJRfrStwMQ9sN0f9i6zptccHBd9ZEiYWus7rjK1+\r\nBn8MOQuvcXLmkQnBp6eCM+wDAoWsraqqSvs=\r\n=kCqk\r\n-----END PGP SIGNATURE-----\r\n"}},"1.34.0-nightly.3474":{"name":"@influxdata/influxdb-client","version":"1.34.0-nightly.3474","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^15.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-QmcDIJRx0MWfcidmNj9o48hQeiAg2sRqV0yzGerrlfQ1nuSJzewnOOeFFchuKiulYzijo28LzEkY7XK87PQA5g==","shasum":"d57eaf12710a2dea556af2ad266216f9b6204e6d","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.34.0-nightly.3474.tgz","fileCount":20,"unpackedSize":994602,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBC6XbB/tvyJfSdNu9wnEME+yW0RAx/cTK5B/8L79WUiAiACBI4I+E36s7dyaNTjs2Z0W0qu2i0tt4q8QnbKWKVOBw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjnxwpACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo6Fg//fQ6zh7Od9+VwnZBbM7Vrwo2DPtYBnrGaOF39AzEZCDmK0in5\r\ngzamZDgXdE52XJMV3WOlENxIy2b5XF0Qnipvv3/dmrWnFN5alALe8GwqLwlB\r\ng4OuCNQFRnwgx3ASQ81wmb37yFmHHwpqqfkq+ZajlXwk8rKuye946KSHBdzf\r\nYv+WRuPWjaabisAWWLTXMDNLk3fPG85pUkKkeackWnb5lVQSEIXonsSsJS74\r\n7jv89HsC1GDO6+PAyNdCPalEDKjjFkqOPyMdpif8X1q/rg5MJj6yxoX1EQlV\r\nw0cO9o5tHvV4LMym1236EmLTDPZlF387xXuvcqOIueCj7y39xYbfoqW5zwfF\r\n59gtcI6SyauOFHsKctbC32viAgL79puDDxSbr6GakOw99H6RnMV63RbMaVQT\r\nKKwHkYuEp1vuQCcNTaCN1xJqdF38Png/FKMR3btnPBLI8dZmN9Ujv8Jy6fSK\r\nmcw7Q5Jbey5qAPtgFWEjsJlUYSV0YFjINbiHh91clsFQ30z1B8a9g8WgXg/v\r\nIWjUpIXifyrofjJ9OoVmp4fvLrwhDjdsxA/YqvwOdDqJ68KOc1rHoGnhrSr8\r\nDvlK9yhlIyGnwMoUd9eEIw9mi5J5jr33dL5dvWupigp2yMM9u4g8p1PtI/jN\r\nLL5h4zi8pkr2ITW/eG+07uHsJ9D7EVK6l74=\r\n=091z\r\n-----END PGP SIGNATURE-----\r\n"}},"1.34.0-nightly.3487":{"name":"@influxdata/influxdb-client","version":"1.34.0-nightly.3487","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^15.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-Y/KVQqtXm0TSdrTYAJOUSdzR0W3NyG68mz3Ily9hFJscPpd9vyqxIHCHnY1ORZoVsm/2Bx0M9FDWddtw7qU7LA==","shasum":"f5cd562aba98f668b8b6199a6b76c412daac6fba","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.34.0-nightly.3487.tgz","fileCount":20,"unpackedSize":994602,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICQf2w5nCCchH0sC0TZkCe2fvP0jtPJ32yz9Fkp2YBf0AiAjD64LGUugHbR8pFPhttPzNm9PgKgzA2zhSYuszeq8BQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjnxyGACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrkvQ/+IVw0Snoc/59gb21fYgWjegN2YsgJUSAYZvr6iWAm8z2m9/Vm\r\n4ggG55dPU6UfXuqvc3kLZ1NUxHllg5m6Z+ij7cd22KzMNv1Rq7hwjuwzxBny\r\nGChuZ/Ti0f9iI6LaWEchoHdTF5mGFxn88eyQmCQJW5thbO6IXAW8yyx0Pzbq\r\n3GREgRrEElu08ae4y8OJUPzmemsQj0N4iWIMNihwr3zQtSM3HU+BJI/ONbd8\r\nIYt7ylXnP82jfhATTYZMiCn/eze2C1B1NSb8hJbDU3EadZmvv3w39lfETFd2\r\nE9l5EGm5IbMkBgPqJzW66dyjZttrwDF/qyKJ/MsQozMwKnhGOgpdsmrR6d5I\r\nirtwTbsjE5L6LV6JSpegmqvbkUZiwINcNlOl91NgOIRug6ZXmxF4mbVvkcQA\r\nmou3rvKIxtYA/VId92xeG6cD7qmAlSigrIWWLNSn/2M+GwR+uJQIDgB55fME\r\nomEjxmjPd3Ok2G9L3sHMaacdZroQEj+hrwdXZ0lGuQgJxZ//tdOQ3TlXOb/q\r\nSig0MDJNgoruNDYsBRQTP7Z7Or+FqulAUssJQqi909BeTZR9syERfpD4jsyg\r\n5WDEH+DA2EwatCkjGFeSvT0reb8dysBlLFJvyFy+M2ZAzoBfkIi8srEjErYS\r\nxrjDZ895W+xKE57wmr8swnRA15FqCa1UwQk=\r\n=7t5F\r\n-----END PGP SIGNATURE-----\r\n"}},"1.34.0-nightly.3492":{"name":"@influxdata/influxdb-client","version":"1.34.0-nightly.3492","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^15.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-MppwTKKCxxVzD/0ajn7GvtDBea/0/emKvK8LXW/02fRhYn2soG2CsijDf4kYq/fkju9pvsOEThkb6C9kKJMHvQ==","shasum":"7d2b10b739c91b9f83fe733498366170aedf2b24","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.34.0-nightly.3492.tgz","fileCount":20,"unpackedSize":994602,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCWqCOYdO+0XFZgB98Ocv8ZB8T92awx+BMJnsJz3nQ1GwIhALdDSn3S1KSsRc6KKRZVm4uqvmwVicxFR7Ho1AnA/mQE"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjnx8mACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqPUA//RrZGAk/4FAT0IgijTtb5Fz3buZqbtoMmg436s/j3PJxjUg+c\r\nINpWPMLYYAhRusN9mEX9Tckv6M3eSF7LIhO2+Ch3jSgl/vK8h7Y42NwNBH6F\r\nv72/blRSqdmopWl6+a5KfCCWJzvxFdFRfsqn7bI6c+rGoSCkbExzvED9xOwv\r\n4bKrycW6vTT4r2eJ6qcGF6QMOkEP7WlDRYwy4zZnJN/amfId/FxQ86DboyT+\r\nu2JHGXzngyAV/z+Z2DMd75uy46n+ulNNTJrlw6sJ49Zd0J0gSYeMcqdjOKAc\r\nui4n3m237BOMJ385m4Bv/LmRpSBjxcUvHkXb3Fd+es6zPUBzixWRD7qhZi2P\r\nuS1Q9gR10z3Cyjn/7kAoUZOWdPH0q6+OErH4BN+iXTx90WYMQ490XXKRIk9V\r\nwzI0zIa7naq3CGtBFyurFMY5hdd1UIiNVw9HhTJU0fK5E9pN/rbpHnVDkMuN\r\nKzX7uwcYu4CrZMMqQpglQ2KjCPa7P85x/Jc9ygTV8gdcrOVePVVAvm7bZvTB\r\nM6zX86Auv8nDMguGGAMZ1UwJrdBXVzJo8AhPQIbea8vc1KlKN59lFlrEXNUa\r\n/Zji5BB9yzxWdcB8KQ5IV+SWa+8QofHtItEbmh2iyvqTnW6BFXdkr9Uc5c+z\r\nfr5anlVfqNe8sZe8XN2gxwEH/HYMrELhPv8=\r\n=N1XX\r\n-----END PGP SIGNATURE-----\r\n"}},"1.34.0-nightly.3501":{"name":"@influxdata/influxdb-client","version":"1.34.0-nightly.3501","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.15.2","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^15.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-czXxjNl5gFk/kJ4lXNyPs3pGVwk9GAjkJI/OiUArBFzK+Gt5ZgCg5Y7Bfc4+YhltaZ8fL+uvUoGcs7g94qioNg==","shasum":"1e78fb344036ad6df0675aae5845f74c09aa5c9b","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.34.0-nightly.3501.tgz","fileCount":20,"unpackedSize":994602,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDxRtVpZF0bWQEz0wSMmV6rU7sU2XHiB1Xh6CuMhva0iAiAh75Ce33kOD5umvxf0QPHNn20iDTZAKkrKyQCBIlP/gQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjnx+KACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqOyg/+JimVvd5zme13rzCJHdQNk/swj9Z8kOa+iROfpUALJVSCu1fs\r\nc+2Z3r6FGlAAIIs91WsOshWwy5by7TCAjGN6alHC8AXjn5kFzgFvJkhNWGf7\r\nGc29HBKIygqc9rCmrIse0nebB6vAfkzT6OW7velt+cEj+ePo7HImxvroknGX\r\nd3xiMTKp1/NLYqag0YlOzMOSGI0rFEGwmgqmzy4A9CEu/BVB4IAPtyiRoLRd\r\nY+pddQLDmmW8VY0VlzA45fiNHSOdSEv3z14YMbKR9xtmf/l1y5GxxY2cNqQl\r\nFip837VH+DGfwymOCBh8wja6Hx5w+X4QCPoIFewKTcryjHN/JbivskwNFNJr\r\nGxZGb0mZK+G8JSR7acyWCrLdZJKuN4FWq8IIH83qu4chNYENE8lgr9nln4Ry\r\n4mfCsm0l3650yLHYsEMmsalR/w6A67Pif5ienb/NU66b/6pbYShn4YUQMwBa\r\no8Z43JRal7E6XP8FKj6x1Zkswl79dv1TBC/AjE7KAtCNC/0gds+O38W1Rtvt\r\nbcSyekJ4SpAJuNIysIR/6jv1paxn+iqiv5SIKKVYeI9TUnf0dqNXcNOCqw3V\r\nHpU9J4LizPJTdG2o5l/LHtnWc5+eVhzpD7RO7b1hd3Ro81KvSuV/f+hJTBM5\r\nE+KJFX/LmH1eB3bCsbQQVPxXLjUFzgAzyCs=\r\n=VsLA\r\n-----END PGP SIGNATURE-----\r\n"}},"1.34.0-nightly.3506":{"name":"@influxdata/influxdb-client","version":"1.34.0-nightly.3506","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.16.9","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^15.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-K39aWI+LmYxogfOzBisSORG0wwQ9ACsb5QokME5yO2b2a6Hqnj7K7CNskpFQxt+HxCJ1V+pgKkK0CGp0MhcWqg==","shasum":"a321d85c32f5ec3bfb4930e9a655db7ebb40f901","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.34.0-nightly.3506.tgz","fileCount":20,"unpackedSize":994602,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHvmAk3nTIateFQaMmeWQLU3pBRYRbzMKunzzV0fhhZuAiBu+xBWRUZVReg/2UgGtdYmWSP8VqrXzV4PKL863TdbWw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjn3kYACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrqIBAAk6Dd4DV1fx5V+jhxYrUZDLYyAgAxg8c4URZS9Vpc+O+cCse7\r\nrrmfe/pSgFEeECnB6xjE14c7ySHi6iWbvwAsPMnNbudpqbdHo5bWKWWNHN5C\r\nWicgkfT9+5l9shHcYFA3Xtv7832/0LFZ0zF3+RGEDyN6MmVrFZMjHMNtCjcM\r\n7J2TxmJLWn5j47RzapK77Dy3gLhHHMS/eLv2MRQNdToClk/HsAwzEIECKp65\r\nsX9hXfyNPz252dOINyrSYxzUN7Kclkz5khaUPXniExhgs1POsvMGc4W7oCL3\r\nEljfWCsNtrUZJvh3jQrXLzVrA6zDnd3HmI/lKyEA3HLhbj2Pbe4o3wXTs1he\r\nAOCTqsIx2ruFFMfg4xOwmiQE6h/pTV88XNy8+gs2JCOpUGwH/D+nNtqK+Awq\r\nx1hnKLydclRbVT4BCXGKkltXx2y031rrAD94Cruk3+YnqfOYc22lOwqXp9du\r\nW5urNjuYFQAPjXZqm5ch3J+LuKyQFfuSwD3x1Ayb9TaPI3nWrhB1ncOI+7Te\r\neO53wPBsqEaxFZstm94anKT7Sx09pzv7YbjAiTvsirPOysFoDjp+uhvhRneR\r\n2T5zSVdVnWRDezMe0RUuKWaRhUCWGjcs36U/Rhg6wGYaWTkTHLxQ/+oRNtDl\r\nLkCfDYgnul/5b2YUJoXiI7xMEZHLklJ8xY8=\r\n=sLvw\r\n-----END PGP SIGNATURE-----\r\n"}},"1.34.0-nightly.3523":{"name":"@influxdata/influxdb-client","version":"1.34.0-nightly.3523","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.16.9","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^15.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-vmfQ2f2E0Ua1IHJX5xIPYCT15sb29fEN9APdRaKxfTGKVlaiXAWAAka0jQlHGHTVDc/SlT4wgf/1eiaqGUn/zQ==","shasum":"71ea4e865b5a72bb3f44764ad25734293ce53a07","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.34.0-nightly.3523.tgz","fileCount":20,"unpackedSize":994602,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDUEEfyrBcs5pQNE99FjMQ4PufZjlnfV/mhT/+FRwNAhwIhALlmoeXpiVZ632QCaY2VFyL0PNRoH+S61XLtX36sro6r"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjqWNpACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoPZQ//ZL2p3533MT7IP/nbhuW0vFHExBaqNqPGWmJFzz/jpavy/zEL\r\nWzoMPurudxSBEB6plVUL3ppDBlV+I24DWoYZMt9yA5LAYf6DkZ8553KwDGpi\r\nFM54y1souoXkoKWUF8+OKw/8LSCyryRjMZZceKH7Jyel/bm/rSq06oiabRqW\r\nlPG/Bh2cBHtYqJNDi9CrxT23Eey+KTcpwCOEcm/j95ZGyh6x24yOy+ukJ2SC\r\n3lVxe2RYhhPIGo1I9niJUmnFcIeJRysZd7YR1mtyKv3lxzSux94WtxjbCdp9\r\nl04bkP9rSOIxTXG3l8i0IW5pDtwZHbXaWHBhH1CDXbW7Nk1kPPlJn8vrdxav\r\nZS4X6y67/Z6T4tCmvCobEjT97knsgR5PSsTdGg9zGtNGX38YkCVD1R9j8+Ft\r\nb8lLs4iip3L3Bkc6iSyel1F1na3BmkuceHYIpHk6rYjeXU7GzFSDWXhBCiO4\r\nyVYO6Q1h6Fo16FD9HIJXrSMKfh5aZHD9oYmtojXzcZMiGsK7FajsHPaEo8OZ\r\nCJobU/1zzKKJDscsLIX0pgDmSGf7ixYIl0Fn9bFzNY/oAfdaqf984t0JJWHo\r\nqAMXLt+PthCpLDJiburFuReTFvUo+cGLIexo3LpQ7OyPT4GB1cHrvCzxP5+x\r\nH41Zm8RKDtnYKBDlyeRfL6q6o1viyc08y5U=\r\n=j6Vx\r\n-----END PGP SIGNATURE-----\r\n"}},"1.34.0-nightly.3536":{"name":"@influxdata/influxdb-client","version":"1.34.0-nightly.3536","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.16.9","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^15.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-H+2eAynchnSaqiC3NIws8hcKDIjYPk1ZdEVAJ61pXkCymFdMxloMXBfuOI2uxwSZYWZQEAPp/IGtYNoe5BaF0w==","shasum":"8edde5d69f56ef952dccf673613541cd0d307fa6","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.34.0-nightly.3536.tgz","fileCount":20,"unpackedSize":994602,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICA3HfxB9jnj3H0MbUX9Axc02zlCKimRWhwdIrn3JMZXAiBJ98BUTXQxgH/pVlgESFBw5rMjDrzd7nC1Ow5f+5ILkg=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjqWRzACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrkOBAAiZEgX0FdYRovu9U7sgFw+0v5ecvxK8hshKgqskLlKHiZfkbD\r\n9DLmW9MYz++09SAxoL25vUuM2ksEwKqO66ZiPqUW/wkgw7Ac1bzMZ5LA62sJ\r\nMX2jRuXqLbhnWQ0mlrDXi79tzSskdvDhAYRgZChTjJ/OPtxqIr3+5Kqe3KVS\r\n81ULWUWyIqcyIH6hA1ccV9nivFoG31S51hgYqx1FU0pYwGsK+gCLTBkLunBc\r\nbHVRhQczxDK/z2XXRWOpUNfPrNhAy1iBK0bdg6Cv2XhR479VTmO2UilTAbid\r\ntOeComCP2rDFVDu5SB9lwCpVjS4Kq9KxzOoF7a8igKjhOFjKzdo5t1ZamEOL\r\nX8TT5UtUVLvxhgcUhkp7mBU63MXtxpMsrJaKGSVF9C4VFA4d5fRxhxFUcJr3\r\nBj7uaBdn8HP1AqJgwJpWuVrVawnAkezJsHQ0kjqSfh1ywg1t8fMpmzB5FENW\r\njKIkoVSCgGWM/gM+iG9aSqxI7zGk/pUc+W3/kHZZ2LteTh42i/W5+5ZOi9Nu\r\nMrhd028u8R324t2yWzVvvdJGOPXo1AD5nhvmUUOv4bfNK2/xZIrvvgYmV2wK\r\nh6FFCJs4x2VseQyJeGl6EgJvrVX6GHgaqcJm7AyGeW8c2KftqZw5yJ9Zu9vk\r\nrr38EcdQ5UMX5gtIb907RLAW6d1CQsCnrE0=\r\n=wk4W\r\n-----END PGP SIGNATURE-----\r\n"}},"1.34.0-nightly.3537":{"name":"@influxdata/influxdb-client","version":"1.34.0-nightly.3537","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.16.9","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^15.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-FJ+FRs0SctfDNdAWNipAZe+MubMCqfbfzkF4zPI5jDrSm71AmqIvFg/qVvyrQPxK3mvWKBdSQ1B2hIa5h4u72w==","shasum":"c6ae2469cb235a5bd994465c32102755281316f7","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.34.0-nightly.3537.tgz","fileCount":20,"unpackedSize":994602,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCTD31ZJOqhRaVn8v4ORDvPcHad7ldR5gMkT4gOM0VpsgIhAPqRhUqEiysHkWoUwQsOYQIRsvJYPopSJnLEhwozOkll"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjqWTDACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmovKA/9GNzoDXJPRFOHv3q/CDnyjAJrSN3fIdedw17hncSkSti8cHEX\r\nHZjs3Z1mdJc9Yk9nssVhqxNGdWVLn9d6qAZbPFMRgFV3xX1JmPveuD/C/+MP\r\nlTQ4fc1Ag4TfKDyVhojl3N//oYQaPYN6k0j0zomFv2QKThg8WbszVKD4TA49\r\nV1fo9p0inFyXyz8VX0xGRgTnGvQqRzDdFILKycFVZxosj5YZryIAhXHAQP9p\r\nF/gB+muEKSuzmQ29fuK0cUv7DMc7v6l+5lEGAaR8E+oBHnMWuxBn8gKQFe/5\r\n+E34qpwjitHp5ZF6S2B/jCX9h+rMI/Pd06iuyyAHjmnsTtUEn19DvKbmwD+K\r\nV944RCgGc1URChqYCfY0Y4Q5cT97+7bZV5ZuctruhJGR1jUv9vJsah7XIqT4\r\nKhNMWdJLOAgcqg/E5XiiO0WBo8pj9z1OwMPCgTqeXR8RsMTBzU2F1/iOsxu5\r\nGJTDnXHu7ytwQ6NOIdRKOZCdWWdwY+oyhslXHfM9XEiaEGlEr2Cqj/o82oR7\r\nzr6Bvr5m+MLTLGg4UKDOu+5vBTeZOkxVnlwAEPyMCJDJvmw2WEcy3LbUUqrc\r\nYuFGZiNur/vN8xnsErZsERKSH8On+z3cioIgvUtrlHyGQyQkf6jgjusYdL71\r\nLoo5bYNk/efNoqja9ikIj3IZr4xN9cP32mk=\r\n=2STj\r\n-----END PGP SIGNATURE-----\r\n"}},"1.34.0-nightly.3646":{"name":"@influxdata/influxdb-client","version":"1.34.0-nightly.3646","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.16.9","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^3.0.0","rxjs":"^7.2.0","sinon":"^15.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-9mJk3n/wAT4Ya1q6Q1B1y7HPUH+UI0Lh5B5YSTN3xzOmPQs1SGz2qPoZA6NsMGEyZWsXUmZ2hFYTSvTXsN+yKQ==","shasum":"791dda88a00665c7a4729d705cbd70bf10b30113","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.34.0-nightly.3646.tgz","fileCount":20,"unpackedSize":994602,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDO726lvM/CcMf6hBAJ0ccsggD763g7XxX5y2wrw0NRuAiAvDpw9fU1rA1zsyPkIdhpz11bFpH341cv0ffRNvrVoow=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj0W3TACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpOJQ//a22xCMYwtMPn9vHGGDMtwqlL7vNDHycuGgyGuF/pt5OrMXNH\r\nL8Bu0xQSZBs6JfqVbc9Kj729NePxiPx3siA9VCIwfd0aVrWycl6alqHzyLuI\r\nXhndRIxwH4x5MRhsrkIIgturz738CscEM2UfX6vv/vEc1BbBGNn/2gBM1zK+\r\nntlaYjzbQs9LTgWjMAEDcsyN1hB4gAZNXa6M4cfm3hUA1twFJ/364V10ToaV\r\nyn+3bFnimAFaxfEnnE796a334YvTiCX1NbeqKWEPwdDgICpItFxOUPm58hXe\r\nPKKZz2ov9LddywRKapX7v/BhA3hZOfpuPcg7Yaj6xyAHC6zfy0DGg4Z9r+rn\r\nJSNkrhNvLq914nxOtieAfXLs5c8Lb/TPSRX/Tr4XuvMsqUoNXVKj/4LdK0Mw\r\npeH86JcCZrBcoS9NZBKzY6Su2rYZ37EpGxJWqmoORklAMVkRkdO2+Tqbo9hX\r\nWB7j7nQ9WwEp2ONCiEwIYcHQYd5dAhnXXACdn5Z9ynPK9Zqc/Au+MqZUGY0+\r\ntYphOwtCGOW+bLzN4Ce3POQOsh8HVXfpONe1KFQPebcEPBZ21h+QhFSsUu8H\r\n9boXLhvYFCVIgtoRCRDPAp641ioDcN733JK9LVWtCAIjJwnuUs0pK2QIQHLO\r\nH00gtni/vDGb729/rLKOfEn5LVvWFTTKk2U=\r\n=baw6\r\n-----END PGP SIGNATURE-----\r\n"}},"1.34.0-nightly.3667":{"name":"@influxdata/influxdb-client","version":"1.34.0-nightly.3667","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.16.9","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^4.1.1","rxjs":"^7.2.0","sinon":"^15.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-fSbNegJ2MIwvHO6HKDpDyhRE8EzFYrLtRnEHgvb+sZ7tCTcP3BAlT2Uf3YpMKMOqYNFkybQM+6MY+NPMRYpnoA==","shasum":"63290de6164c368fbca2bc6d01be12de04f143c8","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.34.0-nightly.3667.tgz","fileCount":20,"unpackedSize":994602,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDukJ+mpQ8UB3B6epCv6JcxKFqaJ3swNA5fKF/Oh3UB0AIhAMUgVI5kfkxgpLlkC95mo2ZlJmvyhdPphTX4x12Ny0wr"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj0W4dACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoWLw/5ARrzD3KifdbF26M0/0JOVR0y8gucv3YxAuBhO/HlO4BvuPIp\r\naK8+xlaextLsH82ZYVqXZhrnBEirj/NQqytAoZdVL+Zl3LiRpoyJOaTSpyHL\r\nOYODhPfwCBLc1A3rb11ym0UjxPgAHgyI6mYm0CdP1I95Z7KCaQ/5jBtaLFr8\r\n/uVa4CBzpFYD1dg7voh1NEt2qPzT0/x0c1Hh56Q5GxAjBV99TQT1hXRhvhqG\r\n4eKDEbuXgK21gztiPBVEwrAPyotfgPQvhUGbyZD/8VV/zqoy+fEUFQCjac4f\r\nXnhRY/gnr3l1PQlG/ntpt5juVxSi1CKYDuVmRBpe0BNFbPvg9K3P894ztWDk\r\nKhxyJ//qvnifLxf1UWRb96+AAlAiWYVRVGr29hL1ihC5muTmTm7MPEnGlsTR\r\nQxMz9lsbii8Mc+A+LCeMpl8WHMwL7KYOIBM3FTjZbvKpDobFUztIlGZr9hBB\r\nG9NCG9k51ScjAF6ntHioQcr5AhLlcyHC1XlRxZP6M8KWLFLQBQyjxjvCaiVz\r\noJRy8Aq5rx9KeDac7Wp4V6VUWZR0eCFKCinX3uvJlgc/Lwcu2olVi9KwYc65\r\nxICECkl/UruJmM5AETmRhZVVj9nM8QUUvTf3qt/vXwUaQNs7lZw8EDUwPr7H\r\njuTQ0Ln/FF6XioxOg0/qMxnj1BFtL8Dnh4g=\r\n=7MGq\r\n-----END PGP SIGNATURE-----\r\n"}},"1.34.0-nightly.3668":{"name":"@influxdata/influxdb-client","version":"1.34.0-nightly.3668","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.16.9","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^4.1.1","rxjs":"^7.2.0","sinon":"^15.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-tVmcgVDcOpiF98e1gM6NEoHxL4FzanE8bKCPfbbCpBI5iFT/4AVuWUUCRpP5V+COWPY86Mti1sADTqLIQQf7Wg==","shasum":"8b4688e14ea59c6079ef02ad5f1a08dcc8644298","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.34.0-nightly.3668.tgz","fileCount":20,"unpackedSize":994602,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDz83zqVFN7L0fp3/G0b5lUvM4kooKByQWJ7s72k4kJdQIhAMjPtwWkn9sKIQBev5DT+vwurOk8c5VrwW3Qm/NpqO1S"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj0W5DACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoWaA//XtghSQO6eOn5pW0vrYt8dt+OafaxAqD6JyQaItWaplJe0L/I\r\ntFs3Aft55bpzku5RpudFpX+18j35ZNze8IBV8bH3r0pUimt1Av6GlkHOt/7j\r\nzKdGZPV9i1RKAL/awDnp328MRx3hSjmNi4IlwX5PXjFgGDJ0KPt26d6GwTvk\r\noZN5RAFz6F24+zr9aL66Qm7BBlzY8w/b3wOfYZDZBkPH6ImWyOEB/8ePyUB3\r\nbc71kHo5tOJdcEqdcjDN/VgHhe1vG2ZA/7mpGV4X7QjFAOt7W4R0ZlrdJl1j\r\n6WfDp8KJCMMt2rgmzfFgH04VX1Dt1V7z0og95COYNDhvlCSWsmUrANFJdesE\r\nha7K8N3U75hVtSl3kz8Z+zS/y6F1u+tfXG8dsqsBo3iCzBbZaobBIzuQeAyw\r\n8JSj6ghkm1u9W98iwx+ZWFg8G8iWCSBiE8RNX9wM25XUyuad6oTfhZXW+GtF\r\nD3tvvApE1378z8mwuIKHai9G+cxbQXn8NBw4H+tCpHPZ9El2PgTHJSNx//yV\r\nbffgkO80lF1MEDvymlL/cZhUDldugsolv9UyIRRCCVSVd+sPCTpvE82/J+5g\r\ng6OAYi0hc99xWig1QwY/BthkxM4bkxUKn4ojbtr5j0MxU9wyAZD9X7CGbYRb\r\nyX174R0xGmpIss/tkioBSZHaYsOKQDj8V4A=\r\n=dp+U\r\n-----END PGP SIGNATURE-----\r\n"}},"1.34.0-nightly.3685":{"name":"@influxdata/influxdb-client","version":"1.34.0-nightly.3685","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.16.9","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^4.1.1","rxjs":"^7.2.0","sinon":"^15.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-K5EosfBmnFsEuIasa7cqmUinXjZPjdriUZOVhp+rxYrf9nImsj3NcsNev7b8e8tgxNBzGyWtUKq2PSHMSoGxMA==","shasum":"6c19b912ec944ca693fdf4981dd733d31fc9b7be","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.34.0-nightly.3685.tgz","fileCount":20,"unpackedSize":994602,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHDpewuvo/B18LwXsFChuEk/tZRpMCQMSGqBW9P1T0Y9AiEAussiXgBhJl9TjVBuiM3m4fKhJkbayNVs2CqkT+ZabuQ="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj0W5hACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqU3BAAjkToXtsZMEMfhRA8ZdQbUX/tYxUlb+Gq656hkw2N+CJ389Tr\r\nqS92wBwRrppU7ILQfg98QmiaUUQfqmXXJw6VfQVBJdBZr3+h3vBYRUqON+GN\r\nmgYCWhdRGZADXT1SI7uQb3s/s31OM91nK2xfE54hoZJ23EYE7EProEFrDWaU\r\nJrbUm8IvrQ0dTvBnPFt6iKuSoojzRhxNQjT5Xc3mZrbcG7YyYV6ranx92lwe\r\nfOtZ17ylfS5KdEvsHahKDgPQON4GWIB/39yJAo1qKcvIih2zFm32Lg6taZyw\r\nTU2NEd0tO4BDshPmj7LJIKOCdU2AeA1haIjxRpUNVQH30YngRbhcp1la7kWV\r\nNk5zsubTwgP8SFhoaTnQ8U+ljsdmsHGXAecHsIphtQzYuSspkZ16uoatWt+m\r\nJvnr2tPPuy/JiSaV4+PJIGrvVML9Fom8H8O4sBWSZeOvnU/pbFgC1le6XJ2D\r\nUbkfVdpulEI0jJxXpVegbTBu+bVxMG+kFOfk2KeGWavFEhrL0ZxqGQWa9uvZ\r\nJOZnsXxHDDcMHmm2uYjOscRHXISnZmLi+Y1fqNHJWlg7PQdCbPYn4u+/qX0I\r\nWzcGnOR6FJqNmoyHogH3gfvILpUSN+NzR5g4XCJl3TQEpQhcYtCgFkQCIONw\r\nEKfBWWSLSptAM5uthzdwPanpTV+AWvf9FM8=\r\n=a4rZ\r\n-----END PGP SIGNATURE-----\r\n"}},"1.34.0-nightly.3698":{"name":"@influxdata/influxdb-client","version":"1.34.0-nightly.3698","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.16.9","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^4.1.1","rxjs":"^7.2.0","sinon":"^15.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-bLw8/QSbml2ZIiGYCbGwBpCbWAoXFha8NlVnwMB/VvwkUF+F1qlKFHHN2nqsjucWJU2/RdEmamx/liMzO3MZpQ==","shasum":"ad1cb951d94995b8c9a2c7856f45f50e53352a68","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.34.0-nightly.3698.tgz","fileCount":20,"unpackedSize":994602,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGi5rnxi5rTyP04gLyEOjaTkNHodeR5mhbxcrtnlYcduAiEAjCzf2FZ651Tyb5lLjePtwBALlSdebLE4UJGxaKTj7Ss="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj0W7TACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmph3Q/9G01z4zrs2LyWBfT4v69ZI0xvTG+pBoIgM+8xxgike8PhNntd\r\nrakwrlHoSH9LGu61dhVu+G31WvvSegdu/UpSfRzFO1ImCLsipxcAV9bG+9H5\r\nEYAfJinAIiTSDmsJnLOmlEOjs1aJckpIn7ZBaxXBY9TcSrXVBolGhaGEo3tE\r\n3OTOWpv6S2IdckZUKvm2LnkbhFY6NJXumOMFyMR0bkAZar5VJi7U1yKvSu4D\r\nD4THgYbx0CSArqImeUpsx4Me2xwKIEJ5TzFV/k0s8FTdZ0oTSGB2JWWQ7PY9\r\naf8Vz5Q4tu4UDqnEhwOOfyqrnoVl/hyrj0dTCcXDIC+766xytayDMlYNdVn7\r\npAhxnrNFbr6ZUhK3CUMrZPqqN/GR3Fkee23LhdWU94vmGWsoeAbzbyTrWZs6\r\n2GUlMmDWnUWVsvXQ3Ai8ixrfUMcU36oj//nbxOA6Rv1lrzsK7bh8sgDvvqbS\r\ncrt5+R+HuCq0kPbz0v8nUwpSXuQA2em+Wn3f95FEpMGlARxT4NZH7n/cD2LW\r\nVMEttPjixbMVy8Eug+RNfbhns3l/862T2F6N39IDr3GjdfFqBixdb4YnVkYW\r\nRBRCTTcXy0omEPih/PLrj9kQA9l75BeTZ/GR7wLdFcr2f9Vp8sUYKzK0bsSB\r\nisR14zZAg+Rh+0oCVWRepuceJxm+2U17nmg=\r\n=K65I\r\n-----END PGP SIGNATURE-----\r\n"}},"1.34.0-nightly.3707":{"name":"@influxdata/influxdb-client","version":"1.34.0-nightly.3707","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.16.9","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^4.1.1","rxjs":"^7.2.0","sinon":"^15.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-6aS343cU9a0Wit0ClUB4Kf6dlpGbNEHE+ZT/duUFhvw2k36h146/VSC5nN7VfTheLSjuPOEoEEQ/jXnuhaQQ6A==","shasum":"9f1090995969022419aad117f0322770625bce58","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.34.0-nightly.3707.tgz","fileCount":20,"unpackedSize":994602,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDezkj5puUvSbZQ9EjCfRmbvPZDRcJ+HuRxNZZx+LirzgIgXHJZiD2fF6cK4aIcM2IeCNtkpPY4aeUmvj72y+FBQAo="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj0W8mACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrE3hAAlhh4yXu552/AvK7X2h2ffAVdxcQPku4FDwywrFcvXB07CjS3\r\ny1gk0bnFn7obqnHEA9alRJR67tnWro7ipO3Xzu2K41bhdn0CyRATc36FJOeP\r\n3+e3By8NAOQje7MlaQzfuoDc2Fi53jS3HCkiuAxze99NPz+4IoUUBm19t9S2\r\nJsmlvPExrbos0BJ4HP3NxkQ3o0IcSP21JzfzcWVxG2S7nsy+3c452LRUAVsY\r\nQIdYo1PjtyHep4oFLC5KVLfUflQK9Mw4FjaikclXOlQkMYX1R4ExKw8FA4Zq\r\nexYiTS8uVqcF/WkPlK6NRVOhk+wK4GO52BdAPtiW81mDZJniLBvL5LJ5rYM4\r\nxdAlXDgJmwVY8b3Y3bcVaWJGEtr2tC/5iwG8817ADPugvK3XFtxH/QL/ceck\r\ng+Sx0fFyS1d7GzoQZ8cQA56czwJnZkIwTVcHnaNDbO/VezfoeMLPXyq354F8\r\nqWuM4ansXdqlLnVY4O2j/DyH5BAlQamfPi3oY4XJlVx5QmzZ/gT7I+cAEZIH\r\nF2mcGPLI0K40906ZQUFNRp8heDJWh0EVKqIhrzHD4p8KR6hEfU+driZLYRbT\r\n+2Ji6hQvGI3glN1Peatdy7QsBg5lqWyYS8GIHJQXS457snwEgOg/nbOwS3+p\r\nzVFAh/jiyGoU7WuhVFIxa4uErgv5Bng+HjQ=\r\n=0Pxo\r\n-----END PGP SIGNATURE-----\r\n"}},"1.34.0-nightly.3708":{"name":"@influxdata/influxdb-client","version":"1.34.0-nightly.3708","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.16.9","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^4.1.1","rxjs":"^7.2.0","sinon":"^15.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-SM3At12rAAew8mXjbQUYQC7JO1tuSIoTKINMpRRapRz19cHsIRTikRriHf5E69m6cucnUV3bld0ypABtPfGDnw==","shasum":"88a6ab3078f97b8f771954171a12100f81f6aa1d","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.34.0-nightly.3708.tgz","fileCount":20,"unpackedSize":994602,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIE55eYAvL7/uGdV/W2LZB+OOINPHVqg/mwlX5lfTyVhuAiEAmY5o1gTvrdy1kSeFNnVP4HYDi4qAxfse7r89y8DAisw="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj0W8pACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmroaQ//e3vXD64wwKi5y/QgZe5DifUhYHhrPmUgyXDoTmiY3uw6KjbG\r\nyRJ9w0ToNJDgLlO9i04E7yusFpTU3pbH/74/50xyH77XxNkYNB0QdZFxlhB/\r\nFuESq9lC/+GQ8qfyfRWISxbc0Jkk24m4rLC9LA9iEPLW6tx2kxiTPN7qIcKN\r\nSu9KoZE6WasvyOMnhgVEqDFzsfWkZirQ0hDrD5ORcvhQsHGr4oIFFox2KWMv\r\njB+suEJYlbrNAgOy92Ic/MYhnABPILY+pV815da/1UR+8EZiKjT1LN6o7ubV\r\nYoU5pBN01dpTQaC4G8wIGsWbxIG+dB/KadpHzWjhFLLcDBftQR9Ifz+2rEP/\r\nbJRgVWIyWUab+INkBFHV/1b3or+8BZGct0rW/m/9H8yb6VSSDHtgRB3iEn19\r\nZOgA+a3NWJagzTgC16NPTldZas00njWbqQ/MgiNyXv7pr55ywaBBllDX8Oz3\r\nmk2N02DDqLsxZO1lNuU4qDd3nyadj5eEioxcmEqqfo+kgbiZ7HKNNhW8flVq\r\nT8SdNv4RVG3KRG14CpoBa7DI2HL9WKqU6/iu0tAlKGwUbbVgt/TS2rRcimrz\r\ne70VO3AofHpfId2hS2JDDGG6sRJGHFcI4RRAfSWc3UCkFUfaja2m4EdpaDfg\r\nByqFRVIIffYICQSI4PTEF1tA+1zMdxMsJvg=\r\n=RHQA\r\n-----END PGP SIGNATURE-----\r\n"}},"1.34.0-nightly.3713":{"name":"@influxdata/influxdb-client","version":"1.34.0-nightly.3713","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.16.9","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^4.1.1","rxjs":"^7.2.0","sinon":"^15.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-0vAL/u7siHRXhIaLsnpcabhjSWaGI7FHvw8Ia5AzM7/Ye9uaBLjMH5fHBRWGyTNMbGmAaCbfS9wQ7XgCR4kRbA==","shasum":"abadf295daab0461aa89b18fa32aa1773231bb3c","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.34.0-nightly.3713.tgz","fileCount":20,"unpackedSize":994602,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICDAPD26K4ZqzrmKBumB64Z7i0V7evQ2WiMRpcIfVv38AiEAlIarYzJ5MxQ5k7lEgtX8VfBafRBV5uxWa1K/6IXnbsY="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj0W9qACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq2Ig//WEiSlKjx0V/bPaiG104T1w/HS7nbvcasmpFGhN1UGJDsxIZz\r\nHZc6bbAsthguAZa7KujZFhUvF3rogh99UczDDtYixFLLAM0vHuCpFmQOzsuO\r\nM5nYP8FqSj/vFwnbeS5q26mU/MhRqpR0p48Glnd6Jvmu/pYAwBPQrHp8ZJTn\r\nt21k1IS9RvCzgYp8alkFDkWU3Hc99Bavc0GF9iQ+URu3zePmEN3u7rAMYMUl\r\nSURnEa4RNVRuYDLENkELygP3+rxRSTHqtsgMyanGwI9NQG5XemPZZoebAo6r\r\nzQDZ3urp21xqes2OGDeyJhJHci4ELBXEbA4SSnfKIN0Y4nX62OV4UgE3LAod\r\nk24kzJdBFp/fIZSk3vGODWD7vB1ERfwDU+6uC8dBMb/LSgfnorjHk3HuQUO9\r\nau8Lz/0v6pKN6z/X0DcaUNFq0Z2jKBKDVheAHCj5hUZPJxnKXqIYwkcQ/dQf\r\no3+v3R83d87mCFv1wcphGnEWhCukYEo5h5Vawn1BTu/Li3AAJJPk8r5rkCn1\r\nV6x6ZBkTGw7i2S/WM2RaO0CCF7PD4uZjNEMmAkoLyIA6bO5am6b1wCfZUzr8\r\nPf79gTWo0iKChIx7LPpw4vzfIzv7KXAowBC0auWuEsgnt8dzuoGm1WoeHeRy\r\nkLHnFD1AZEsnG45rH+/sg1V8b6HSdCFwwQI=\r\n=FfoS\r\n-----END PGP SIGNATURE-----\r\n"}},"1.34.0-nightly.3714":{"name":"@influxdata/influxdb-client","version":"1.34.0-nightly.3714","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.17.4","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^4.1.1","rxjs":"^7.2.0","sinon":"^15.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-4Gpc5WLvpU9QcBDjxzNX7X7yFqDdZk8A3HbMC5yub+QfQY5TePagH54wlBCL4Eg4ao2ZVaUOsQvnfV5T6YosJQ==","shasum":"2761c05f86cf17ce1c7902fb41e520e34baf1348","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.34.0-nightly.3714.tgz","fileCount":20,"unpackedSize":994602,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFiSrafp0g9QQCW6k8pjRWAdlPRhAlpxF+ARbzseniajAiEA3/EXePDgx4BkN+im20/XcQSlGUrBptF3xJyf6FYHq4c="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj0W+BACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrXaw//W/BHxUkHpqwNbUtWCkD4iKFuC0pJPenfr22knjXsnfEn6sKJ\r\nPwp6gYQSG0At4D13OJNS4Xs9/H2OXK1oExWSMwEQOL3Ag3wNndUQy2U3FUwe\r\ngZbOfEtkilyjax95trlYVPcNyFu9c99+RUCygXCnb8tdjIKQlhnpt0uBeQk9\r\n+w2AKwge6/VlUuGhwWkf+5bHd/X0Ectw/hazD4U0LddJXfniVMiJqisASczq\r\nqVZqROO1VpTqnUSJ7X8Ahd0fBwRoyY+6CRWW0dAgUgGG9deFk6lSisjlRMz0\r\noMSUIg/nlF77XIMZtKP5OrKVWsZjvs4e0MayB4Mi3pkvjhuN5Ms/HHYURTcU\r\nMRmzmJuup7szCuKNkYlI5SXefTvwzQPbntgkyD27A4MYiVpYDMIbXqfq+UTw\r\n/EGQFW4gWw2iZBl8qOlx4TbvRO3WZmqmDo8qqdmSovj1McNWEuuWXrklD4VY\r\nizrO2KzYtZf2NB5TC6V0LDfi+PHv4SDARigKlu+fhKncjwRcjNdjPjWSm58O\r\nsUmRqQ8jAQszTJJ3gBi6gy/hf81K8PD0ak37YaEzkO2rX1tHJ9tMNmczbd+C\r\nmg+vsL8L7HLDbGVojMLNh/CXh1Ut/cKQKn1huQX+B6L72XAVTnrXIosh3Ivk\r\n+KwzFCm9Eq9lnL3cctltgtG3rhEgq95Q7uw=\r\n=MMQY\r\n-----END PGP SIGNATURE-----\r\n"}},"1.34.0-nightly.3719":{"name":"@influxdata/influxdb-client","version":"1.34.0-nightly.3719","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.17.4","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^4.1.1","rxjs":"^7.2.0","sinon":"^15.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-Ra2J3HcaLRIlkmd2j6qsYIMtI2r52a1S7wurZ/ygbwSTckxulZQeOwUdb3w42+IJ7xKfwESLpw8Vrobs/pcdjA==","shasum":"549e410a566663be877355f7490f92096dbf2ca0","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.34.0-nightly.3719.tgz","fileCount":20,"unpackedSize":994602,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC7e7vw1+NIw9KJOqBo1GSqYF3K39B1rx88deAIzqfzNwIhAJm3jaMvi72x9HjNiFGBSmTUan7XQv/F/Gg0V2pxUxHG"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj0XBKACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqH9BAAj04FauxQq61QWiBA4XeWpkemLeE8o31yZH990cA24j0/uVK6\r\n49S3bmeRB63iIdgLrWAqAN7qEyym9n8DnI26GaNnFTugX0Zb8kvMchyeadWH\r\nHEFSN6q2n9BIY19kSR4gsQNJC5tihfmBbamwlKKO9L6aalNNRI0Zyu0Xo0Zv\r\n0ndsDkzkuqPoa7wpYtwYRZVqIEY1Njv+PYzV9V0Ye0o6Uxw2FmoYY9xd496J\r\n9HZ6koajIUqQC+VnJjmzLp5bohwCDTvn54VWPqNBDwhmborjGFGJJCJzLJqt\r\nVzTgLIKPWBLUD9wb87hSja1X2oZUSP28Fhx/QzAneY5Z15VJq8c02+ZhbGEX\r\n3MN16XjHXl92RazjAao634XDpNOUG47Ny11Ot8xTp6lXqa5+VUQNdbMp8ahd\r\nCeRXEElUvPty/k48EerLXsYQo3n4WQMahjOf+qIRxKZWB0W/33/DvtLDcU6u\r\nENlUUpvxxDvEUM1bac8UBRCa5ptK4TXw7jOeTVhTT3ybqfPLOBsZrWtY3J4v\r\nzQOaPODg7LuSp/3wr6fV8jiRTXD64UGCT9Ed5Cu+ZPs5xAIByUOao63U70w2\r\njtZNMiz+R6/kWO5Yc1W0JmRELqNN4FNszKzCDLlAXNrUVIlNYTvOcKduLvYM\r\nXVUBRe1BWIGEczitqGBu5EAGDZAVqnQAQWE=\r\n=SiNQ\r\n-----END PGP SIGNATURE-----\r\n"}},"1.33.1":{"name":"@influxdata/influxdb-client","version":"1.33.1","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.17.4","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^4.1.1","rxjs":"^7.2.0","sinon":"^15.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-MAKevkaXAVMGqCqEHA0bBd10wzHjF4UDk1Dhkx7rWR784VpiOFxFjMBtO7A4f3jJGSdqdMvn8Lr1U/iS8PlVNw==","shasum":"e3eb1edc5096bcada929cbd44420074b4e04180a","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.33.1.tgz","fileCount":20,"unpackedSize":994542,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC5qcMHdYZrVemVww3+mFIpgodz7XEtMAAiodu+M9r5JgIhAKo5vVApszhUmUrwSNM4FimLR1RqZoDrI18j/PGGd1Rb"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj0sKuACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqJWw//d5q7TAeaHiuUa5rMwvE8NPeYxnw7WoDwi2oPJgtjpO51mYsq\r\nYqIx4+i0QmhISxA3FE04pATc02FsNT/4LYrsfVQEaFPo+Wo2SyM3P00mzUT2\r\nimP0raO+vc2tPl2O8XwHIdSqCTdjwl1jfpgfrqFBk1uABCGzZk+1PuCoMQoM\r\nolzbIbhaDUfSfgmY6uP7u09IV7UWp1+pmrWUYBz52rA1be2CHgNEEBi6kPH3\r\nKMSRsi02p9vnkfZyruWQahhi/wV6oDJ0JEP8pba/lCOoi129Ddl6ClrkrimN\r\navhpoS/O2Z+55gMkRTfoVbe3DJ5ZGiXRvKwII9FLWMGFfzNzFOMSMU+0B45M\r\nLyM7X+Rehvf62EPsrgbfZurnOy5QSUZrs+x3VIHRdJKRVHDBCPHkyT0q34pE\r\nLiDfnk9/IAEUQ9EKAytQ0LJKCmyRx2gOWG+4S9c6liO6YY5aaXTUg6jZBszl\r\n4VVZC/aKpIWFmm9Bs2/5DUJhpX4Z3qyhS/ZF6p9Ow+6dHhTzyYKggAb+t6F6\r\nvoDFPWA6btLseXsPv3IFa6ELSUdHJjfFuMyQx2AttQqvdyjZXvSFqM80IdWf\r\nGGLti4rXeaDJRRiAK+85IChvo21INEx1/omLrOP1u0p+0qUaSidWyNCIy80u\r\nU8fPnOr3TcLjf8Hq3khlx2wg1ovdKfXOFxA=\r\n=zm52\r\n-----END PGP SIGNATURE-----\r\n"}},"1.34.1-nightly.3728":{"name":"@influxdata/influxdb-client","version":"1.34.1-nightly.3728","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.17.4","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^4.1.1","rxjs":"^7.2.0","sinon":"^15.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-p/Twhxuz0v/tC8njULHysSXG8E6ZyKhihgvax6YiebCFW3oKspT7/YiU5p0gK0TNd/a+1/WJCnAuZ61vWnW/bA==","shasum":"2bc2861c2fc5d6c296b995b47e19a989ca2a18be","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.34.1-nightly.3728.tgz","fileCount":20,"unpackedSize":994603,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCtjYNGuZUgJ+xupAESu4clHlvEwZY2j9KnN5mQ9bar+AIhANXTfvQ+vtsEoI2TBiZ65r9gEEjkednU/19FmGNB8Yob"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj0sPxACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrbng/7BA8K0s8eRgHOJJL33Vcn8HgFuhYluYtL102OQSWDZIX71Rj1\r\n82aM3XC3A0//8UvWbIJYEHiENpLbSS4X5cnx3l3UZcs5rM6qYfGWK3/C0DK+\r\n/Z9+yLJoo5Hz56oWo7zlhyrTFsuOSdi8VxFeK8XqfyKOEAvKnMkw+ZKGVvvM\r\nDzn/Jgh9LzSkTOoPrW/ImPZwcRYCmMsdyIRCRfYNek+UWEW4Fq5z4RqaLl6l\r\nAkbtQ8sDCP2Ne9HzEIBUds0uEvuj8oUOiA9c1LXw93K4cTAkCqys2BgogIG8\r\nBzQTHfo4OZK7TcOd2ZWKR7tvkqCQ7aBQh7UnigqvLFqOjuNE6bEZ0jfYXKBN\r\nSFiT7u2llc/EG4hLpGlqeRq1bHB2sMEBlX5FGySwJeVfPj+rPCv6se9cj8Lr\r\nrxo9ynBbiuJI3UYPsOjCReIoYp3fJNsUxM+BSsbLRTqQ9gpeWllsAeBJfwT8\r\n90Kx/fzWki+q9QI0Kj5AwBi+xA2jKVDqsk/URk7cUJWCud+jddD8TknHuOlp\r\nitGPOyYGRdU5PjTDj+IpZGBTjNZHJhFDEecl3Q96syKBxjsBBONuD3240AHw\r\nWAu3Grn4KIV2pO6jKBAA1xV5mlC+jQKG7K3YELVWlKaLwK1Ls7+KaW7aoHPW\r\nOzghz9qoVxY1kMFQIQcu+GzmMaHpOjXbNB0=\r\n=0Jg4\r\n-----END PGP SIGNATURE-----\r\n"}},"1.34.1-nightly.3821":{"name":"@influxdata/influxdb-client","version":"1.34.1-nightly.3821","devDependencies":{"@microsoft/api-extractor":"^7.31.0","@types/chai":"^4.2.5","@types/mocha":"^10.0.0","@types/sinon":"^10.0.13","@typescript-eslint/eslint-plugin":"^5.29.0","@typescript-eslint/parser":"^5.29.0","chai":"^4.2.0","esbuild":"^0.17.4","esbuild-runner":"^2.2.1","eslint":"^8.18.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.0.0","eslint-plugin-tsdoc":"^0.2.16","follow-redirects":"^1.14.7","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.2","nock":"^13.2.8","nyc":"^15.1.0","prettier":"^2.7.1","rimraf":"^4.1.1","rxjs":"^7.2.0","sinon":"^15.0.0","ts-node":"^10.9.1","tsup":"^6.2.1","typescript":"^4.8.2"},"dist":{"integrity":"sha512-0xCvjQKhK/h6BgZ8If+TAp9eJcd4DWXMZioPmZ9cN/HIewkNfnXIuWNhwtWv8gRVEnvU60fgUPDJG667e++lXg==","shasum":"a96c19469b71a17ceb1ac795d6653558007d9b76","tarball":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.34.1-nightly.3821.tgz","fileCount":20,"unpackedSize":994603,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDFqgcRPZZzDi2ykhUAZoPIwqZnDByu7nZgIixmeFY3hAIgcob2j9P2+EasRxeouICs4hB3RTsKUcPQerC/v/z9hCg="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj9lbSACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrv4A//UqncmgMdSb4l+ZYCE4yo48o8QHHLkK36Sw+fNksvdxHOxk53\r\nyRcpgzlOQZy/wNC+19IRJhGQjJ4bKRk6D2dFc3XkHoFNG06ALuNasevv93zl\r\nxoRq8JU+3iMxObepvde5ics9Ptf3qIL0E+QmfM60+KiQIzkfhiw5nqcWjW6j\r\ngp0K15qtaustVRYGQJ0qLT2v7M0gT93uldlC/IZ9Wo392CLOUgoq0BM9SEoq\r\nu5yKe8Do/69TdZIM/gF1wtppTjjWC55gZGfIKQQsPR0hHF0GKt65+ySE9/Hy\r\n14kM+BwmMidSYztVPXI+clC035rG3Fbon0aDTgj2heiakpeREs7HkgNfTotj\r\nJxfaD6I+T4LASdgg5SQIoQLY8wN6jf+HRetgsV7Iu+FiOhbBexbQZQ4xRb8f\r\nczWCAPxnH4Vw8yp1OJwi0ilLLrxlq5xuDNwfDlnlKRzadxnY9tcUS6xtJkW1\r\ngzwRYIn9GymL7q+f6Q9DgEwKVfbfpj/3SgZR9I0e2FMdMCA8e+y/VKaBqnZ0\r\nQprXM2yRGvLM48MXL8ZmJAY3nbHD3kPqWkYhVlSdvBLwjmAQ7RnJJECtFPGA\r\nytat9TOQwoKo8q4FZfFc+J3hey9DX3ql2VdQc4LmLRIMdDCl26sD9C8vYXTF\r\nPheee1L219SroiGkp8u6rI8A8ocMGqP42ds=\r\n=kmAK\r\n-----END PGP SIGNATURE-----\r\n"}}},"modified":"2023-02-22T17:54:27.134Z"} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/content-v2/sha512/d2/02/42bc7c3df8a9a5f1c03a735791b4e3e42054a77d4e48e2df4ace791ed1691e966b12785a5a7a72d881e07e918d1471e16cc33721cf26249e46e22a9a0910 b/software/flow/.npm/_cacache/content-v2/sha512/d2/02/42bc7c3df8a9a5f1c03a735791b4e3e42054a77d4e48e2df4ace791ed1691e966b12785a5a7a72d881e07e918d1471e16cc33721cf26249e46e22a9a0910 deleted file mode 100644 index fb3e9fa..0000000 --- a/software/flow/.npm/_cacache/content-v2/sha512/d2/02/42bc7c3df8a9a5f1c03a735791b4e3e42054a77d4e48e2df4ace791ed1691e966b12785a5a7a72d881e07e918d1471e16cc33721cf26249e46e22a9a0910 +++ /dev/null @@ -1 +0,0 @@ -{"name":"npm","dist-tags":{"latest":"9.5.0","latest-2":"2.15.12","next-2":"2.15.12","latest-1":"1.4.29","latest-3":"3.10.10","next-3":"3.10.10","latest-4":"4.6.1","next-4":"4.6.1","latest-5":"5.10.0","next-5":"5.10.0","next-6":"6.14.18","latest-6":"6.14.18","next-7":"7.24.2","next-8":"8.19.4","latest-7":"7.24.2","next-9":"9.5.0","v6.14-next":"6.14.18"},"versions":{"1.1.25":{"name":"npm","version":"1.1.25","dependencies":{"semver":"~1.0.14","ini":"1","slide":"1","abbrev":"1","graceful-fs":"~1.1.1","minimatch":"~0.2","nopt":"1","node-uuid":"~1.3","proto-list":"1","rimraf":"2","request":"~2.9","which":"1","tar":"~0.1.12","fstream":"~0.1.17","block-stream":"*","inherits":"1","mkdirp":"~0.3.3","read":"0","lru-cache":"1","node-gyp":"~0.4.5","fstream-npm":"0.1","uid-number":"0","archy":"0","chownr":"0","npmlog":"0","ansi":"~0.1.2","npm-registry-client":"0"},"devDependencies":{"ronn":"https://github.com/isaacs/ronnjs/tarball/master"},"bundleDependencies":["slide","ini","semver","abbrev","graceful-fs","minimatch","nopt","node-uuid","rimraf","request","proto-list","which","tar","fstream","block-stream","inherits","mkdirp","read","lru-cache","node-gyp","fstream-npm","uid-number","archy","chownr","npmlog","ansi"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"0ee49f1aa33e813bbfe1da87a3858aff524708b0","tarball":"https://registry.npmjs.org/npm/-/npm-1.1.25.tgz","integrity":"sha512-a0VDtKXckL+qFQOLBDbrWdDxHmhYzPFaPi5tGAnw0Jp5abNA83RgHkPtIoSMCJQsMC6Jt4pYvpVq++jtMixkew==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCOjnEFMyCx1ZjFRWEu3yXCUf5nIlmgARR7JVce/MYzqwIhANIT25mRpwJOlaFeoIGvBbNdzQ7QUqU2yTZkZ4Q9xJzl"}]},"engines":{"node":"0.6 || 0.7 || 0.8","npm":"1"}},"1.2.32":{"name":"npm","version":"1.2.32","dependencies":{"semver":"~1.1.2","ini":"~1.1.0","slide":"~1.1.4","abbrev":"~1.0.4","graceful-fs":"~1.2.2","minimatch":"~0.2.12","nopt":"~2.1.1","rimraf":"2","request":"~2.21.0","which":"1","tar":"~0.1.17","fstream":"~0.1.22","block-stream":"*","inherits":"1","mkdirp":"~0.3.3","read":"~1.0.4","lru-cache":"~2.3.0","node-gyp":"~0.10.0","fstream-npm":"~0.1.3","uid-number":"0","archy":"0","chownr":"0","npmlog":"0","ansi":"~0.1.2","npm-registry-client":"~0.2.22","read-package-json":"~0.4.1","read-installed":"0","glob":"~3.2.1","init-package-json":"0.0.9","osenv":"0","lockfile":"~0.3.2","retry":"~0.6.0","once":"~1.1.1","npmconf":"~0.1.0","opener":"~1.3.0","chmodr":"~0.1.0","cmd-shim":"~1.1.0","sha":"~1.0.1","editor":"0.0.4","child-process-close":"~0.1.1","npm-user-validate":"0.0.3","normalize-package-data":"~0.1.7"},"devDependencies":{"ronn":"~0.3.6","tap":"~0.4.0"},"bundleDependencies":["semver","ini","slide","abbrev","graceful-fs","minimatch","nopt","rimraf","request","which","tar","fstream","block-stream","inherits","mkdirp","read","lru-cache","node-gyp","fstream-npm","uid-number","archy","chownr","npmlog","ansi","npm-registry-client","read-package-json","read-installed","glob","init-package-json","osenv","lockfile","retry","once","npmconf","opener","chmodr","cmd-shim","sha","child-process-close","editor","npm-user-validate","normalize-package-data"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"55f0d962b40a6b3f7b310824385388d92a8bbaad","tarball":"https://registry.npmjs.org/npm/-/npm-1.2.32.tgz","integrity":"sha512-L8qms+rHbTUEBHTPaiAV9xVP9jvEygGVzq/7Zeo6bbzRRtWke6LmG7mfX0pzbkWO14xJ9juXoBndCcNYGXss1w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCot8h0MDZvioQTw2fjgTSiNDHsiVb2ncd6mYJiO6VGuQIhAO9JtmejyS1lyf/27yOGdC88hhIA6hPJp/JpRC1n/yZC"}]},"engines":{"node":">=0.6","npm":"1"}},"1.3.2":{"name":"npm","version":"1.3.2","dependencies":{"semver":"~2.0.8","ini":"~1.1.0","slide":"~1.1.4","abbrev":"~1.0.4","graceful-fs":"~1.2.2","minimatch":"~0.2.12","nopt":"~2.1.1","rimraf":"~2.2.0","request":"~2.21.0","which":"1","tar":"~0.1.17","fstream":"~0.1.22","block-stream":"*","inherits":"1","mkdirp":"~0.3.3","read":"~1.0.4","lru-cache":"~2.3.0","node-gyp":"~0.10.2","fstream-npm":"~0.1.3","uid-number":"0","archy":"0","chownr":"0","npmlog":"0.0.3","ansi":"~0.1.2","npm-registry-client":"~0.2.26","read-package-json":"~1.1.0","read-installed":"~0.2.2","glob":"~3.2.1","init-package-json":"0.0.10","osenv":"0","lockfile":"~0.3.2","retry":"~0.6.0","once":"~1.1.1","npmconf":"~0.1.1","opener":"~1.3.0","chmodr":"~0.1.0","cmd-shim":"~1.1.0","sha":"~1.0.1","editor":"0.0.4","child-process-close":"~0.1.1","npm-user-validate":"0.0.3"},"devDependencies":{"ronn":"~0.3.6","tap":"~0.4.0"},"bundleDependencies":["semver","ini","slide","abbrev","graceful-fs","minimatch","nopt","rimraf","request","which","tar","fstream","block-stream","inherits","mkdirp","read","lru-cache","node-gyp","fstream-npm","uid-number","archy","chownr","npmlog","ansi","npm-registry-client","read-package-json","read-installed","glob","init-package-json","osenv","lockfile","retry","once","npmconf","opener","chmodr","cmd-shim","sha","child-process-close","editor","npm-user-validate","normalize-package-data"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"af792aa3c6f46e4d912be25bf8160498944b93ee","tarball":"https://registry.npmjs.org/npm/-/npm-1.3.2.tgz","integrity":"sha512-JVknMj5k17jTjLzI/s8Ik32X9a0yyb33t4qQSoVVxlB4qQRNilp5HMmY1JuJvCTCVV+3Iw3tMa72ElG1vUhxAA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD1LciT+0pb0KLCEaAF93e4ZOPVnNcTMye97Pbe7EQzvwIgSqNg1u7MyuwGCBDMMM4JlHeenKjwkOX0ma03UxUv7Tg="}]},"engines":{"node":">=0.6","npm":"1"}},"1.3.4":{"name":"npm","version":"1.3.4","dependencies":{"semver":"~2.0.8","ini":"~1.1.0","slide":"~1.1.4","abbrev":"~1.0.4","graceful-fs":"~2.0.0","minimatch":"~0.2.12","nopt":"~2.1.1","rimraf":"~2.2.0","request":"~2.21.0","which":"1","tar":"~0.1.17","fstream":"~0.1.23","block-stream":"*","inherits":"1","mkdirp":"~0.3.3","read":"~1.0.4","lru-cache":"~2.3.0","node-gyp":"~0.10.6","fstream-npm":"~0.1.3","uid-number":"0","archy":"0","chownr":"0","npmlog":"0.0.4","ansi":"~0.1.2","npm-registry-client":"~0.2.27","read-package-json":"~1.1.0","read-installed":"~0.2.2","glob":"~3.2.3","init-package-json":"0.0.10","osenv":"0","lockfile":"~0.4.0","retry":"~0.6.0","once":"~1.1.1","npmconf":"~0.1.1","opener":"~1.3.0","chmodr":"~0.1.0","cmd-shim":"~1.1.0","sha":"~1.0.1","editor":"0.0.4","child-process-close":"~0.1.1","npm-user-validate":"0.0.3"},"devDependencies":{"ronn":"~0.3.6","tap":"~0.4.0"},"bundleDependencies":["semver","ini","slide","abbrev","graceful-fs","minimatch","nopt","rimraf","request","which","tar","fstream","block-stream","inherits","mkdirp","read","lru-cache","node-gyp","fstream-npm","uid-number","archy","chownr","npmlog","ansi","npm-registry-client","read-package-json","read-installed","glob","init-package-json","osenv","lockfile","retry","once","npmconf","opener","chmodr","cmd-shim","sha","child-process-close","editor","npm-user-validate","normalize-package-data"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"1dacc91458f2197c362d774d2cbf111680f86ec2","tarball":"https://registry.npmjs.org/npm/-/npm-1.3.4.tgz","integrity":"sha512-8sNi/cOFcVJhJOeKc9MmdUdB91+/FDP2kpGaibwfg2dU8SpKNbgmYl2l5ge6GhGRtyx8Ql8TTyXpM0Qp3VOONg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDfDZNoyN9AJysOEgHSAI9XzvE6QeI1Rl614zw5m+qpeAIgKZN3EyShrBrqp++hhrO/+Zq8BmP0X4nhcKe+z4lmQdc="}]},"engines":{"node":">=0.6","npm":"1"}},"1.2.20":{"name":"npm","version":"1.2.20","dependencies":{"semver":"~1.1.2","ini":"~1.1.0","slide":"~1.1.4","abbrev":"~1.0.4","graceful-fs":"~1.2.0","minimatch":"~0.2.12","nopt":"~2.1.1","rimraf":"2","request":"~2.21.0","which":"1","tar":"~0.1.17","fstream":"~0.1.22","block-stream":"*","inherits":"1","mkdirp":"~0.3.3","read":"~1.0.4","lru-cache":"~2.3.0","node-gyp":"~0.9.5","fstream-npm":"~0.1.3","uid-number":"0","archy":"0","chownr":"0","npmlog":"0","ansi":"~0.1.2","npm-registry-client":"~0.2.22","read-package-json":"~0.4.1","read-installed":"0","glob":"~3.2.1","init-package-json":"0.0.8","osenv":"0","lockfile":"~0.3.2","retry":"~0.6.0","once":"~1.1.1","npmconf":"0","opener":"~1.3.0","chmodr":"~0.1.0","cmd-shim":"~1.1.0","sha":"~1.0.1","editor":"0.0.4","child-process-close":"~0.1.1","npm-user-validate":"0"},"devDependencies":{"ronn":"~0.3.6","tap":"~0.4.0"},"bundleDependencies":["semver","ini","slide","abbrev","graceful-fs","minimatch","nopt","rimraf","request","which","tar","fstream","block-stream","inherits","mkdirp","read","lru-cache","node-gyp","fstream-npm","uid-number","archy","chownr","npmlog","ansi","npm-registry-client","read-package-json","read-installed","glob","init-package-json","osenv","lockfile","retry","once","npmconf","opener","chmodr","cmd-shim","sha","child-process-close","editor","npm-user-validate"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"2b5b8e67a9459ed3e0d15c776efe54e1b88148c7","tarball":"https://registry.npmjs.org/npm/-/npm-1.2.20.tgz","integrity":"sha512-8DYLALZGUGssg91BJsltHz3vTw9TcQKV0v+17YZz+yvS/0dVHMq1K19f3KwPy45j/gU8VN3VjDuQGVbyeGB1FA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCUMjfIudeTWMFNYG+uxQCUf1wiC4Y2DVdvfnf1n6xY+wIgcIIVrguD95sLZ9lYNqInEQRytSoOeeQ79hqXyjOvkDk="}]},"engines":{"node":">=0.6","npm":"1"}},"1.2.21":{"name":"npm","version":"1.2.21","dependencies":{"semver":"~1.1.2","ini":"~1.1.0","slide":"~1.1.4","abbrev":"~1.0.4","graceful-fs":"~1.2.0","minimatch":"~0.2.12","nopt":"~2.1.1","rimraf":"2","request":"~2.21.0","which":"1","tar":"~0.1.17","fstream":"~0.1.22","block-stream":"*","inherits":"1","mkdirp":"~0.3.3","read":"~1.0.4","lru-cache":"~2.3.0","node-gyp":"~0.9.5","fstream-npm":"~0.1.3","uid-number":"0","archy":"0","chownr":"0","npmlog":"0","ansi":"~0.1.2","npm-registry-client":"~0.2.22","read-package-json":"~0.4.1","read-installed":"0","glob":"~3.2.1","init-package-json":"0.0.8","osenv":"0","lockfile":"~0.3.2","retry":"~0.6.0","once":"~1.1.1","npmconf":"0","opener":"~1.3.0","chmodr":"~0.1.0","cmd-shim":"~1.1.0","sha":"~1.0.1","editor":"0.0.4","child-process-close":"~0.1.1","npm-user-validate":"0"},"devDependencies":{"ronn":"~0.3.6","tap":"~0.4.0"},"bundleDependencies":["semver","ini","slide","abbrev","graceful-fs","minimatch","nopt","rimraf","request","which","tar","fstream","block-stream","inherits","mkdirp","read","lru-cache","node-gyp","fstream-npm","uid-number","archy","chownr","npmlog","ansi","npm-registry-client","read-package-json","read-installed","glob","init-package-json","osenv","lockfile","retry","once","npmconf","opener","chmodr","cmd-shim","sha","child-process-close","editor","npm-user-validate"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"68efd745cf92bff97482180a3129ae3f0d4a15a2","tarball":"https://registry.npmjs.org/npm/-/npm-1.2.21.tgz","integrity":"sha512-HNyXwqvgLMjdx/B4migWhOG4GMhfEO22n6hjr36lRH+MdUH6GBJImCRZtwOVMqv2fPJxxqAQnoKaKADh7HY20w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFQG/yNSljT55xNLBF/oXQjSqF8x41/7WxgwxgDd89BZAiAL42nFcZOnzCZxcBX4XolOclhQeIlHiobY2OcDQNQ4aA=="}]},"engines":{"node":">=0.6","npm":"1"}},"1.2.22":{"name":"npm","version":"1.2.22","dependencies":{"semver":"~1.1.2","ini":"~1.1.0","slide":"~1.1.4","abbrev":"~1.0.4","graceful-fs":"~1.2.0","minimatch":"~0.2.12","nopt":"~2.1.1","rimraf":"2","request":"~2.21.0","which":"1","tar":"~0.1.17","fstream":"~0.1.22","block-stream":"*","inherits":"1","mkdirp":"~0.3.3","read":"~1.0.4","lru-cache":"~2.3.0","node-gyp":"~0.9.5","fstream-npm":"~0.1.3","uid-number":"0","archy":"0","chownr":"0","npmlog":"0","ansi":"~0.1.2","npm-registry-client":"~0.2.22","read-package-json":"~0.4.1","read-installed":"0","glob":"~3.2.1","init-package-json":"0.0.8","osenv":"0","lockfile":"~0.3.2","retry":"~0.6.0","once":"~1.1.1","npmconf":"0","opener":"~1.3.0","chmodr":"~0.1.0","cmd-shim":"~1.1.0","sha":"~1.0.1","editor":"0.0.4","child-process-close":"~0.1.1","npm-user-validate":"0"},"devDependencies":{"ronn":"~0.3.6","tap":"~0.4.0"},"bundleDependencies":["semver","ini","slide","abbrev","graceful-fs","minimatch","nopt","rimraf","request","which","tar","fstream","block-stream","inherits","mkdirp","read","lru-cache","node-gyp","fstream-npm","uid-number","archy","chownr","npmlog","ansi","npm-registry-client","read-package-json","read-installed","glob","init-package-json","osenv","lockfile","retry","once","npmconf","opener","chmodr","cmd-shim","sha","child-process-close","editor","npm-user-validate"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"18923e3fd948588d6b1413c427cdb940d983a119","tarball":"https://registry.npmjs.org/npm/-/npm-1.2.22.tgz","integrity":"sha512-R598d19rgXwmr3UVtyQsWViVsPQGfYnXcY6gHiujSNWEyftsvd90gCAuY0upalkhp9xXE5QCh6DVpViT2DshWA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDUg8pyQzdEhdVkRgssBj2qVBE8K0BhEgS70Ijjdi57hAIgQ+oM60qVrJnTX3wF0L6BOkLWzS81RGL7iyj8z3cpZGk="}]},"engines":{"node":">=0.6","npm":"1"}},"1.2.23":{"name":"npm","version":"1.2.23","dependencies":{"semver":"~1.1.2","ini":"~1.1.0","slide":"~1.1.4","abbrev":"~1.0.4","graceful-fs":"~1.2.0","minimatch":"~0.2.12","nopt":"~2.1.1","rimraf":"2","request":"~2.21.0","which":"1","tar":"~0.1.17","fstream":"~0.1.22","block-stream":"*","inherits":"1","mkdirp":"~0.3.3","read":"~1.0.4","lru-cache":"~2.3.0","node-gyp":"~0.9.5","fstream-npm":"~0.1.3","uid-number":"0","archy":"0","chownr":"0","npmlog":"0","ansi":"~0.1.2","npm-registry-client":"~0.2.22","read-package-json":"~0.4.1","read-installed":"0","glob":"~3.2.1","init-package-json":"0.0.8","osenv":"0","lockfile":"~0.3.2","retry":"~0.6.0","once":"~1.1.1","npmconf":"0","opener":"~1.3.0","chmodr":"~0.1.0","cmd-shim":"~1.1.0","sha":"~1.0.1","editor":"0.0.4","child-process-close":"~0.1.1","npm-user-validate":"0"},"devDependencies":{"ronn":"~0.3.6","tap":"~0.4.0"},"bundleDependencies":["semver","ini","slide","abbrev","graceful-fs","minimatch","nopt","rimraf","request","which","tar","fstream","block-stream","inherits","mkdirp","read","lru-cache","node-gyp","fstream-npm","uid-number","archy","chownr","npmlog","ansi","npm-registry-client","read-package-json","read-installed","glob","init-package-json","osenv","lockfile","retry","once","npmconf","opener","chmodr","cmd-shim","sha","child-process-close","editor","npm-user-validate"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"70d107e990751e6f3c7205b95dd5f0eb47b56e33","tarball":"https://registry.npmjs.org/npm/-/npm-1.2.23.tgz","integrity":"sha512-EoLoC5ctJRlyEIOYSuRRA2GjU1jwgK9G45qqBRjmFw7SJ0zVsUm/Ven+bhSwoUxYyLPujaeVu4vCMjUEBHpZNw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCNXM8l+DtLVN/kJSWLqfviK5lamxLmuaM8tZYBa/3UgQIgZa8B4Sea15jx7D+M2dwzuhZlFbZsF63luu/Ay3PlhwM="}]},"engines":{"node":">=0.6","npm":"1"}},"1.2.24":{"name":"npm","version":"1.2.24","dependencies":{"semver":"~1.1.2","ini":"~1.1.0","slide":"~1.1.4","abbrev":"~1.0.4","graceful-fs":"~1.2.0","minimatch":"~0.2.12","nopt":"~2.1.1","rimraf":"2","request":"~2.21.0","which":"1","tar":"~0.1.17","fstream":"~0.1.22","block-stream":"*","inherits":"1","mkdirp":"~0.3.3","read":"~1.0.4","lru-cache":"~2.3.0","node-gyp":"~0.9.6","fstream-npm":"~0.1.3","uid-number":"0","archy":"0","chownr":"0","npmlog":"0","ansi":"~0.1.2","npm-registry-client":"~0.2.22","read-package-json":"~0.4.1","read-installed":"0","glob":"~3.2.1","init-package-json":"0.0.8","osenv":"0","lockfile":"~0.3.2","retry":"~0.6.0","once":"~1.1.1","npmconf":"0.0.25","opener":"~1.3.0","chmodr":"~0.1.0","cmd-shim":"~1.1.0","sha":"~1.0.1","editor":"0.0.4","child-process-close":"~0.1.1","npm-user-validate":"0"},"devDependencies":{"ronn":"~0.3.6","tap":"~0.4.0"},"bundleDependencies":["semver","ini","slide","abbrev","graceful-fs","minimatch","nopt","rimraf","request","which","tar","fstream","block-stream","inherits","mkdirp","read","lru-cache","node-gyp","fstream-npm","uid-number","archy","chownr","npmlog","ansi","npm-registry-client","read-package-json","read-installed","glob","init-package-json","osenv","lockfile","retry","once","npmconf","opener","chmodr","cmd-shim","sha","child-process-close","editor","npm-user-validate"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"4036b8aa353650513cd8034f07e78f9ba3c3b8b2","tarball":"https://registry.npmjs.org/npm/-/npm-1.2.24.tgz","integrity":"sha512-M0ubM15HCHvEmeHfJfyar7L4OFDouMHxtB0aKZZ0K83IYi0S5QIOiWIu1diQj3kgniS6Pu0fyN2+2/dg5HZSEg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCmcYopXxHrCCzcu97turV/F/M+ojSREYUNT87Tnud9zgIhAPqbUkDeSct0oQWPak7F1EzLKDVX9F1vQNuQUyUJewnG"}]},"engines":{"node":">=0.6","npm":"1"}},"1.2.25":{"name":"npm","version":"1.2.25","dependencies":{"semver":"~1.1.2","ini":"~1.1.0","slide":"~1.1.4","abbrev":"~1.0.4","graceful-fs":"~1.2.0","minimatch":"~0.2.12","nopt":"~2.1.1","rimraf":"2","request":"~2.21.0","which":"1","tar":"~0.1.17","fstream":"~0.1.22","block-stream":"*","inherits":"1","mkdirp":"~0.3.3","read":"~1.0.4","lru-cache":"~2.3.0","node-gyp":"~0.9.6","fstream-npm":"~0.1.3","uid-number":"0","archy":"0","chownr":"0","npmlog":"0","ansi":"~0.1.2","npm-registry-client":"~0.2.22","read-package-json":"~0.4.1","read-installed":"0","glob":"~3.2.1","init-package-json":"0.0.8","osenv":"0","lockfile":"~0.3.2","retry":"~0.6.0","once":"~1.1.1","npmconf":"0.0.25","opener":"~1.3.0","chmodr":"~0.1.0","cmd-shim":"~1.1.0","sha":"~1.0.1","editor":"0.0.4","child-process-close":"~0.1.1","npm-user-validate":"0"},"devDependencies":{"ronn":"~0.3.6","tap":"~0.4.0"},"bundleDependencies":["semver","ini","slide","abbrev","graceful-fs","minimatch","nopt","rimraf","request","which","tar","fstream","block-stream","inherits","mkdirp","read","lru-cache","node-gyp","fstream-npm","uid-number","archy","chownr","npmlog","ansi","npm-registry-client","read-package-json","read-installed","glob","init-package-json","osenv","lockfile","retry","once","npmconf","opener","chmodr","cmd-shim","sha","child-process-close","editor","npm-user-validate"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"ce724d0fedddd7dc9931984e7a09575234520202","tarball":"https://registry.npmjs.org/npm/-/npm-1.2.25.tgz","integrity":"sha512-Sp1vSsPsreCwSpd7Aw9PbKzBbZl3Q4C1HJXs/gY6NwFtkY5WnAZQjY7juuPwZl9j9JFuFcldipOTTGRwZPNcQg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQClFBvlfrShYE8RHcXpDz1tAnjQQKF6T1Sk0MdtHfG/wAIgGsV5b2SoFUrieC51Qjebfjfa0DQyHhY1x1+djPCn4oI="}]},"engines":{"node":">=0.6","npm":"1"}},"1.2.27":{"name":"npm","version":"1.2.27","dependencies":{"semver":"~1.1.2","ini":"~1.1.0","slide":"~1.1.4","abbrev":"~1.0.4","graceful-fs":"~1.2.0","minimatch":"~0.2.12","nopt":"~2.1.1","rimraf":"2","request":"~2.21.0","which":"1","tar":"~0.1.17","fstream":"~0.1.22","block-stream":"*","inherits":"1","mkdirp":"~0.3.3","read":"~1.0.4","lru-cache":"~2.3.0","node-gyp":"~0.10.0","fstream-npm":"~0.1.3","uid-number":"0","archy":"0","chownr":"0","npmlog":"0","ansi":"~0.1.2","npm-registry-client":"~0.2.22","read-package-json":"~0.4.1","read-installed":"0","glob":"~3.2.1","init-package-json":"0.0.8","osenv":"0","lockfile":"~0.3.2","retry":"~0.6.0","once":"~1.1.1","npmconf":"0.0.25","opener":"~1.3.0","chmodr":"~0.1.0","cmd-shim":"~1.1.0","sha":"~1.0.1","editor":"0.0.4","child-process-close":"~0.1.1","npm-user-validate":"0"},"devDependencies":{"ronn":"~0.3.6","tap":"~0.4.0"},"bundleDependencies":["semver","ini","slide","abbrev","graceful-fs","minimatch","nopt","rimraf","request","which","tar","fstream","block-stream","inherits","mkdirp","read","lru-cache","node-gyp","fstream-npm","uid-number","archy","chownr","npmlog","ansi","npm-registry-client","read-package-json","read-installed","glob","init-package-json","osenv","lockfile","retry","once","npmconf","opener","chmodr","cmd-shim","sha","child-process-close","editor","npm-user-validate"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"ca1f66368800ad9c98de15b596b380534df22b8b","tarball":"https://registry.npmjs.org/npm/-/npm-1.2.27.tgz","integrity":"sha512-vRnTFfS6+xcOUHbqudbMRVdgJXi8oIi3Wo5N4hrvTflpQoD6sjIBcPbektum97PjwSkPsSkZ194JXIlowu/cNg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIF0f/griRzHUzpPrvKH8f00HM0ZEwOQ4tgg0V81yoUNAAiB3p4yVhYzXla8y2f9Enuy5dW1UgwRpyM0JiiIWZvIG4g=="}]},"engines":{"node":">=0.6","npm":"1"}},"1.2.28":{"name":"npm","version":"1.2.28","dependencies":{"semver":"~1.1.2","ini":"~1.1.0","slide":"~1.1.4","abbrev":"~1.0.4","graceful-fs":"~1.2.0","minimatch":"~0.2.12","nopt":"~2.1.1","rimraf":"2","request":"~2.21.0","which":"1","tar":"~0.1.17","fstream":"~0.1.22","block-stream":"*","inherits":"1","mkdirp":"~0.3.3","read":"~1.0.4","lru-cache":"~2.3.0","node-gyp":"~0.10.0","fstream-npm":"~0.1.3","uid-number":"0","archy":"0","chownr":"0","npmlog":"0","ansi":"~0.1.2","npm-registry-client":"~0.2.22","read-package-json":"~0.4.1","read-installed":"0","glob":"~3.2.1","init-package-json":"0.0.8","osenv":"0","lockfile":"~0.3.2","retry":"~0.6.0","once":"~1.1.1","npmconf":"~0.1.0","opener":"~1.3.0","chmodr":"~0.1.0","cmd-shim":"~1.1.0","sha":"~1.0.1","editor":"0.0.4","child-process-close":"~0.1.1","npm-user-validate":"0"},"devDependencies":{"ronn":"~0.3.6","tap":"~0.4.0"},"bundleDependencies":["semver","ini","slide","abbrev","graceful-fs","minimatch","nopt","rimraf","request","which","tar","fstream","block-stream","inherits","mkdirp","read","lru-cache","node-gyp","fstream-npm","uid-number","archy","chownr","npmlog","ansi","npm-registry-client","read-package-json","read-installed","glob","init-package-json","osenv","lockfile","retry","once","npmconf","opener","chmodr","cmd-shim","sha","child-process-close","editor","npm-user-validate"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"2600f1b9d23f077704a1646b7415ad2d121ab22d","tarball":"https://registry.npmjs.org/npm/-/npm-1.2.28.tgz","integrity":"sha512-XMNBk49RxAjvLcw9jBRELBQ5JLbqBeem8jHM62EIGZsC6FVs6zf3BqhHwFsxj2GbuNA4I+pJe3254OMt7SLI5Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICOlImTNrtoFzwn5uMCIwJFbNCtxJW9X1CQqWTxgzCCVAiAEMsmk5JsFKSSMt7ujGz5iZ95MhuAwksNxU4NuG+Rvwg=="}]},"engines":{"node":">=0.6","npm":"1"}},"1.2.30":{"name":"npm","version":"1.2.30","dependencies":{"semver":"~1.1.2","ini":"~1.1.0","slide":"~1.1.4","abbrev":"~1.0.4","graceful-fs":"~1.2.2","minimatch":"~0.2.12","nopt":"~2.1.1","rimraf":"2","request":"~2.21.0","which":"1","tar":"~0.1.17","fstream":"~0.1.22","block-stream":"*","inherits":"1","mkdirp":"~0.3.3","read":"~1.0.4","lru-cache":"~2.3.0","node-gyp":"~0.10.0","fstream-npm":"~0.1.3","uid-number":"0","archy":"0","chownr":"0","npmlog":"0","ansi":"~0.1.2","npm-registry-client":"~0.2.22","read-package-json":"~0.4.1","read-installed":"0","glob":"~3.2.1","init-package-json":"0.0.8","osenv":"0","lockfile":"~0.3.2","retry":"~0.6.0","once":"~1.1.1","npmconf":"~0.1.0","opener":"~1.3.0","chmodr":"~0.1.0","cmd-shim":"~1.1.0","sha":"~1.0.1","editor":"0.0.4","child-process-close":"~0.1.1","npm-user-validate":"0"},"devDependencies":{"ronn":"~0.3.6","tap":"~0.4.0"},"bundleDependencies":["semver","ini","slide","abbrev","graceful-fs","minimatch","nopt","rimraf","request","which","tar","fstream","block-stream","inherits","mkdirp","read","lru-cache","node-gyp","fstream-npm","uid-number","archy","chownr","npmlog","ansi","npm-registry-client","read-package-json","read-installed","glob","init-package-json","osenv","lockfile","retry","once","npmconf","opener","chmodr","cmd-shim","sha","child-process-close","editor","npm-user-validate"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"354797b97644935a4d017698c5a395142ab71f1c","tarball":"https://registry.npmjs.org/npm/-/npm-1.2.30.tgz","integrity":"sha512-SF4cu/oxRDuK7DDb5iEoAw8f7vIIO1r8ZSXATX45dVXY2oPtEhGEc50lrRfAeeorCj11dc6zTOAzSit0wBzlQg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDps4jQTj7FB2hoEI7a54mV7WXndrtLO+z6GUMMOJAd6gIhAO52M/xn+crx28UsdbEdyA7/yXmBHn/g56OOObTM0iOI"}]},"engines":{"node":">=0.6","npm":"1"}},"1.2.31":{"name":"npm","version":"1.2.31","dependencies":{"semver":"~1.1.2","ini":"~1.1.0","slide":"~1.1.4","abbrev":"~1.0.4","graceful-fs":"~1.2.2","minimatch":"~0.2.12","nopt":"~2.1.1","rimraf":"2","request":"~2.21.0","which":"1","tar":"~0.1.17","fstream":"~0.1.22","block-stream":"*","inherits":"1","mkdirp":"~0.3.3","read":"~1.0.4","lru-cache":"~2.3.0","node-gyp":"~0.10.0","fstream-npm":"~0.1.3","uid-number":"0","archy":"0","chownr":"0","npmlog":"0","ansi":"~0.1.2","npm-registry-client":"~0.2.22","read-package-json":"~0.4.1","read-installed":"0","glob":"~3.2.1","init-package-json":"0.0.9","osenv":"0","lockfile":"~0.3.2","retry":"~0.6.0","once":"~1.1.1","npmconf":"~0.1.0","opener":"~1.3.0","chmodr":"~0.1.0","cmd-shim":"~1.1.0","sha":"~1.0.1","editor":"0.0.4","child-process-close":"~0.1.1","npm-user-validate":"0"},"devDependencies":{"ronn":"~0.3.6","tap":"~0.4.0"},"bundleDependencies":["semver","ini","slide","abbrev","graceful-fs","minimatch","nopt","rimraf","request","which","tar","fstream","block-stream","inherits","mkdirp","read","lru-cache","node-gyp","fstream-npm","uid-number","archy","chownr","npmlog","ansi","npm-registry-client","read-package-json","read-installed","glob","init-package-json","osenv","lockfile","retry","once","npmconf","opener","chmodr","cmd-shim","sha","child-process-close","editor","npm-user-validate"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"8520e03a6652e1e38ce8ade026a6173a5eebc744","tarball":"https://registry.npmjs.org/npm/-/npm-1.2.31.tgz","integrity":"sha512-fpV3dz3HWl/rWLvP2ViPolM0L7zZC3mDMUSUjIVZu/cXeSh+yHi3fwNFRJPH1mSsXa7U8lIObToZZ9JkgtDcGg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIF6REWu0FPSNtQFGyViNvJEhDEgg6N3O15WA7v4aOTKhAiEA2j3cHiQAL15nSbR6EBJploXWoB8HXhY7/EFD1YewwhQ="}]},"engines":{"node":">=0.6","npm":"1"}},"1.3.0":{"name":"npm","version":"1.3.0","dependencies":{"semver":"~2.0.7","ini":"~1.1.0","slide":"~1.1.4","abbrev":"~1.0.4","graceful-fs":"~1.2.2","minimatch":"~0.2.12","nopt":"~2.1.1","rimraf":"2","request":"~2.21.0","which":"1","tar":"~0.1.17","fstream":"~0.1.22","block-stream":"*","inherits":"1","mkdirp":"~0.3.3","read":"~1.0.4","lru-cache":"~2.3.0","node-gyp":"~0.10.1","fstream-npm":"~0.1.3","uid-number":"0","archy":"0","chownr":"0","npmlog":"0.0.3","ansi":"~0.1.2","npm-registry-client":"~0.2.25","read-package-json":"~1.1.0","read-installed":"~0.2.2","glob":"~3.2.1","init-package-json":"0.0.10","osenv":"0","lockfile":"~0.3.2","retry":"~0.6.0","once":"~1.1.1","npmconf":"~0.1.1","opener":"~1.3.0","chmodr":"~0.1.0","cmd-shim":"~1.1.0","sha":"~1.0.1","editor":"0.0.4","child-process-close":"~0.1.1","npm-user-validate":"0.0.3","normalize-package-data":"~0.1.7"},"devDependencies":{"ronn":"~0.3.6","tap":"~0.4.0"},"bundleDependencies":["semver","ini","slide","abbrev","graceful-fs","minimatch","nopt","rimraf","request","which","tar","fstream","block-stream","inherits","mkdirp","read","lru-cache","node-gyp","fstream-npm","uid-number","archy","chownr","npmlog","ansi","npm-registry-client","read-package-json","read-installed","glob","init-package-json","osenv","lockfile","retry","once","npmconf","opener","chmodr","cmd-shim","sha","child-process-close","editor","npm-user-validate","normalize-package-data"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"28d4cc520e3acfcadd1218b94cfa06ae7ee29276","tarball":"https://registry.npmjs.org/npm/-/npm-1.3.0.tgz","integrity":"sha512-dsBPUEjt/LtzWZZQ8pg05JMQHDUNXcR4KLKeOGu4luXaj6pUihQ1wSOY3XDHGa4rJJQE7drUzYAkUnEFqPj3Lw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC1AMU3uEQYHXxFkFCjTKttbUZoIM5GHHDHfmnGcosBgwIgZfnLFQY77YRIjKvVL3lMzfqQaq/NYwOwo4XrBpKSUkc="}]},"engines":{"node":">=0.6","npm":"1"}},"1.3.1":{"name":"npm","version":"1.3.1","dependencies":{"semver":"~2.0.8","ini":"~1.1.0","slide":"~1.1.4","abbrev":"~1.0.4","graceful-fs":"~1.2.2","minimatch":"~0.2.12","nopt":"~2.1.1","rimraf":"~2.2.0","request":"~2.21.0","which":"1","tar":"~0.1.17","fstream":"~0.1.22","block-stream":"*","inherits":"1","mkdirp":"~0.3.3","read":"~1.0.4","lru-cache":"~2.3.0","node-gyp":"~0.10.2","fstream-npm":"~0.1.3","uid-number":"0","archy":"0","chownr":"0","npmlog":"0.0.3","ansi":"~0.1.2","npm-registry-client":"~0.2.25","read-package-json":"~1.1.0","read-installed":"~0.2.2","glob":"~3.2.1","init-package-json":"0.0.10","osenv":"0","lockfile":"~0.3.2","retry":"~0.6.0","once":"~1.1.1","npmconf":"~0.1.1","opener":"~1.3.0","chmodr":"~0.1.0","cmd-shim":"~1.1.0","sha":"~1.0.1","editor":"0.0.4","child-process-close":"~0.1.1","npm-user-validate":"0.0.3"},"devDependencies":{"ronn":"~0.3.6","tap":"~0.4.0"},"bundleDependencies":["semver","ini","slide","abbrev","graceful-fs","minimatch","nopt","rimraf","request","which","tar","fstream","block-stream","inherits","mkdirp","read","lru-cache","node-gyp","fstream-npm","uid-number","archy","chownr","npmlog","ansi","npm-registry-client","read-package-json","read-installed","glob","init-package-json","osenv","lockfile","retry","once","npmconf","opener","chmodr","cmd-shim","sha","child-process-close","editor","npm-user-validate","normalize-package-data"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"c64f1c82362254cd4804a3dea5efbe6ec396460c","tarball":"https://registry.npmjs.org/npm/-/npm-1.3.1.tgz","integrity":"sha512-CnVLA1V51niw9JPaAZcA3CoOOxdWUfT/GCbTykfNYiSFxYcKyIIDWGt0UgA5GhZ7KIY2IEnuzVRq9u+91VNJ7g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCDEDP1pAca1zOTu3DkujwNvpQ9+pHEaIR4RA1G1LhCRwIhAIjCdwSYs+ABDDbf+zdyLr5ANvcZxdMrMSRPhBAu2s88"}]},"engines":{"node":">=0.6","npm":"1"}},"1.2.19":{"name":"npm","version":"1.2.19","dependencies":{"semver":"~1.1.2","ini":"~1.1.0","slide":"~1.1.4","abbrev":"~1.0.4","graceful-fs":"~1.2.0","minimatch":"~0.2.12","nopt":"~2.1.1","rimraf":"2","request":"~2.20.0","which":"1","tar":"~0.1.17","fstream":"~0.1.22","block-stream":"*","inherits":"1","mkdirp":"~0.3.3","read":"~1.0.4","lru-cache":"~2.3.0","node-gyp":"~0.9.5","fstream-npm":"~0.1.3","uid-number":"0","archy":"0","chownr":"0","npmlog":"0","ansi":"~0.1.2","npm-registry-client":"~0.2.22","read-package-json":"~0.4.1","read-installed":"0","glob":"~3.2.1","init-package-json":"0.0.8","osenv":"0","lockfile":"~0.3.1","retry":"~0.6.0","once":"~1.1.1","npmconf":"0","opener":"~1.3.0","chmodr":"~0.1.0","cmd-shim":"~1.1.0","sha":"~1.0.1","editor":"0.0.4","child-process-close":"~0.1.1"},"devDependencies":{"ronn":"~0.3.6","tap":"~0.4.0"},"bundleDependencies":["semver","ini","slide","abbrev","graceful-fs","minimatch","nopt","rimraf","request","which","tar","fstream","block-stream","inherits","mkdirp","read","lru-cache","node-gyp","fstream-npm","uid-number","archy","chownr","npmlog","ansi","npm-registry-client","read-package-json","read-installed","glob","init-package-json","osenv","lockfile","retry","once","npmconf","opener","chmodr","cmd-shim","sha","child-process-close","editor"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"58be5403278acf2c955e0dfc778f1d3497ecc14f","tarball":"https://registry.npmjs.org/npm/-/npm-1.2.19.tgz","integrity":"sha512-IQDhqZHftUagl6f7HrD8ME7bS8KUeOoo+35pkjg/9mG9PZiEjs7oH38/1GyVLZh8UvBrPtYfI5Pbw9VdSmU0OA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEN4ich2FM4Emg3yY07lwckaI1REqlfpzVduahUV3cpRAiEAwaW91k4W0wn+LJT9Ktr2Li4wPedASswgB9kZRpixOxQ="}]},"engines":{"node":">=0.6","npm":"1"}},"1.1.70":{"name":"npm","version":"1.1.70","dependencies":{"semver":"~1.1.0","ini":"~1.0.5","slide":"1","abbrev":"1","graceful-fs":"~1.1.1","minimatch":"~0.2.8","nopt":"~2.0","rimraf":"2","request":"~2.9","which":"1","tar":"~0.1.12","fstream":"~0.1.17","block-stream":"*","inherits":"1","mkdirp":"~0.3.3","read":"~1.0.4","lru-cache":"~2.0.0","node-gyp":"~0.8.1","fstream-npm":"~0.1.3","uid-number":"0","archy":"0","chownr":"0","npmlog":"0","ansi":"~0.1.2","npm-registry-client":"~0.2.10","read-package-json":"~0.1.8","read-installed":"0","glob":"~3.1.14","init-package-json":"0.0.6","osenv":"0","lockfile":">=0.2","retry":"~0.6.0","once":"~1.1.1","npmconf":"0","opener":"~1.3.0"},"devDependencies":{"ronn":"~0.3.6","tap":"~0.2.5"},"bundleDependencies":["semver","ini","slide","abbrev","graceful-fs","minimatch","nopt","rimraf","request","which","tar","fstream","block-stream","inherits","mkdirp","read","lru-cache","node-gyp","fstream-npm","uid-number","archy","chownr","npmlog","ansi","npm-registry-client","read-package-json","read-installed","glob","init-package-json","osenv","lockfile","retry","once","npmconf","opener"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"577f12abfb06fca9f2a4cab94499d0cd483624d0","tarball":"https://registry.npmjs.org/npm/-/npm-1.1.70.tgz","integrity":"sha512-jPSJIbIkRV1/XkTXiB5djjTimU/dwgihqmylft3vAyvoXqH0E5tu89UT2Wsyi86IRAkzKUR3H2hnxkJxmhmqfA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIC3rpdkIOF81CtT6FD2pVJrbTa+A3rpVSZNSUGiWAOGKAiAAk53yPL0rZO99mVloh/7D54H8kHm4T22mwW99zFqKeQ=="}]},"engines":{"node":">=0.6","npm":"1"}},"1.1.71":{"name":"npm","version":"1.1.71","dependencies":{"semver":"~1.1.2","ini":"~1.0.5","slide":"1","abbrev":"1","graceful-fs":"~1.1.1","minimatch":"~0.2.8","nopt":"~2.0","rimraf":"2","request":"~2.9","which":"1","tar":"~0.1.12","fstream":"~0.1.17","block-stream":"*","inherits":"1","mkdirp":"~0.3.3","read":"~1.0.4","lru-cache":"~2.0.0","node-gyp":"~0.8.1","fstream-npm":"~0.1.3","uid-number":"0","archy":"0","chownr":"0","npmlog":"0","ansi":"~0.1.2","npm-registry-client":"~0.2.10","read-package-json":"~0.1.8","read-installed":"0","glob":"~3.1.14","init-package-json":"0.0.6","osenv":"0","lockfile":">=0.2","retry":"~0.6.0","once":"~1.1.1","npmconf":"0","opener":"~1.3.0"},"devDependencies":{"ronn":"~0.3.6","tap":"~0.2.5"},"bundleDependencies":["semver","ini","slide","abbrev","graceful-fs","minimatch","nopt","rimraf","request","which","tar","fstream","block-stream","inherits","mkdirp","read","lru-cache","node-gyp","fstream-npm","uid-number","archy","chownr","npmlog","ansi","npm-registry-client","read-package-json","read-installed","glob","init-package-json","osenv","lockfile","retry","once","npmconf","opener"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"efccaeb7046c3d8b904dddf088da7b4146cba2d0","tarball":"https://registry.npmjs.org/npm/-/npm-1.1.71.tgz","integrity":"sha512-QTQ9MWU7/pJ9TdZfpFM0yG6zUhYJVM7xcKvh3Tv52k/5IcQ14S/tsVgUEUq+oJK/A+ls7DMJD1yetW1YapV25Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHNYBUTdUZ0okxXa+yAnyonchBQB72RV57rB9nEtioQOAiEAvGkf+1QYVreteUVmBC1DDnB5ZF8f8d+0sDWiV43W9Ck="}]},"engines":{"node":">=0.6","npm":"1"}},"1.3.5":{"name":"npm","version":"1.3.5","dependencies":{"semver":"~2.0.8","ini":"~1.1.0","slide":"~1.1.4","abbrev":"~1.0.4","graceful-fs":"~2.0.0","minimatch":"~0.2.12","nopt":"~2.1.2","rimraf":"~2.2.0","request":"~2.21.0","which":"1","tar":"~0.1.18","fstream":"~0.1.23","block-stream":"0.0.7","mkdirp":"~0.3.3","read":"~1.0.4","lru-cache":"~2.3.0","node-gyp":"~0.10.6","fstream-npm":"~0.1.3","uid-number":"0","archy":"0","chownr":"0","npmlog":"0.0.4","ansi":"~0.1.2","npm-registry-client":"~0.2.27","read-package-json":"~1.1.0","read-installed":"~0.2.2","glob":"~3.2.3","init-package-json":"0.0.10","osenv":"0","lockfile":"~0.4.0","retry":"~0.6.0","once":"~1.1.1","npmconf":"~0.1.2","opener":"~1.3.0","chmodr":"~0.1.0","cmd-shim":"~1.0.1","sha":"~1.2.1","editor":"0.0.4","child-process-close":"~0.1.1","npm-user-validate":"0.0.3"},"devDependencies":{"ronn":"~0.3.6","tap":"~0.4.0"},"bundleDependencies":["semver","ini","slide","abbrev","graceful-fs","minimatch","nopt","rimraf","request","which","tar","fstream","block-stream","inherits","mkdirp","read","lru-cache","node-gyp","fstream-npm","uid-number","archy","chownr","npmlog","ansi","npm-registry-client","read-package-json","read-installed","glob","init-package-json","osenv","lockfile","retry","once","npmconf","opener","chmodr","cmd-shim","sha","child-process-close","editor","npm-user-validate","normalize-package-data"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"05d6c4d01d2bc3f1adf15948adf2f7110553f471","tarball":"https://registry.npmjs.org/npm/-/npm-1.3.5.tgz","integrity":"sha512-JJqI+R0y0Oixm/tUZrk1LavUuLRRlvvY4Xir/kd5ZdPocdvYCLBvKxbAY/m+2u0D9dsVVmAtFOjZLBxPJVJiuA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCU5MjjuF9uVKcPJ37zhaswkeRiwYZ22ucuOjvysT4YOQIhAKEOU1SMvpDVg+/APLiAYRs8qK7JEDk+RFnd3z+FJXkD"}]},"engines":{"node":">=0.6","npm":"1"}},"1.3.6":{"name":"npm","version":"1.3.6","dependencies":{"semver":"~2.0.8","ini":"~1.1.0","slide":"~1.1.4","abbrev":"~1.0.4","graceful-fs":"~2.0.0","minimatch":"~0.2.12","nopt":"~2.1.2","rimraf":"~2.2.0","request":"~2.21.0","which":"1","tar":"~0.1.18","fstream":"~0.1.23","block-stream":"0.0.7","mkdirp":"~0.3.3","read":"~1.0.4","lru-cache":"~2.3.0","node-gyp":"~0.10.6","fstream-npm":"~0.1.3","uid-number":"0","archy":"0","chownr":"0","npmlog":"0.0.4","ansi":"~0.1.2","npm-registry-client":"~0.2.27","read-package-json":"~1.1.0","read-installed":"~0.2.2","glob":"~3.2.3","init-package-json":"0.0.10","osenv":"0","lockfile":"~0.4.0","retry":"~0.6.0","once":"~1.1.1","npmconf":"~0.1.2","opener":"~1.3.0","chmodr":"~0.1.0","cmd-shim":"~1.0.1","sha":"~1.2.1","editor":"0.0.4","child-process-close":"~0.1.1","npm-user-validate":"0.0.3"},"devDependencies":{"ronn":"~0.3.6","tap":"~0.4.0"},"bundleDependencies":["semver","ini","slide","abbrev","graceful-fs","minimatch","nopt","rimraf","request","which","tar","fstream","block-stream","inherits","mkdirp","read","lru-cache","node-gyp","fstream-npm","uid-number","archy","chownr","npmlog","ansi","npm-registry-client","read-package-json","read-installed","glob","init-package-json","osenv","lockfile","retry","once","npmconf","opener","chmodr","cmd-shim","sha","child-process-close","editor","npm-user-validate","normalize-package-data"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"7c317871955f8427529c78e9b1ec21239dcd222a","tarball":"https://registry.npmjs.org/npm/-/npm-1.3.6.tgz","integrity":"sha512-hPB57NIPdj2ifGmdczIiFiPbzlnsFlZM2XT302NnULADqD7V1sJZ/nfOMNBC2WxmZrBky6lUIOM1MSLftMasrQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEkU65ZTIWxM5GXWC5r69azIE9iXW7kfL5IAs8uWGceWAiEApYJtz6kZ6z725Ya/YXVAkE/cyPl9OR2Psu+HCp+aQp0="}]},"engines":{"node":">=0.6","npm":"1"}},"1.3.7":{"name":"npm","version":"1.3.7","dependencies":{"semver":"~2.1.0","ini":"~1.1.0","slide":"~1.1.4","abbrev":"~1.0.4","graceful-fs":"~2.0.0","minimatch":"~0.2.12","nopt":"~2.1.2","rimraf":"~2.2.0","request":"~2.25.0","which":"1","tar":"~0.1.18","fstream":"~0.1.23","block-stream":"0.0.7","mkdirp":"~0.3.3","read":"~1.0.4","lru-cache":"~2.3.0","node-gyp":"~0.10.9","fstream-npm":"~0.1.3","uid-number":"0","archy":"0","chownr":"0","npmlog":"0.0.4","ansi":"~0.1.2","npm-registry-client":"~0.2.28","read-package-json":"~1.1.0","read-installed":"~0.2.2","glob":"~3.2.6","init-package-json":"0.0.11","osenv":"0","lockfile":"~0.4.0","retry":"~0.6.0","once":"~1.1.1","npmconf":"~0.1.2","opener":"~1.3.0","chmodr":"~0.1.0","cmd-shim":"~1.0.1","sha":"~1.2.1","editor":"0.0.4","child-process-close":"~0.1.1","npm-user-validate":"0.0.3"},"devDependencies":{"ronn":"~0.3.6","tap":"~0.4.0"},"bundleDependencies":["semver","ini","slide","abbrev","graceful-fs","minimatch","nopt","rimraf","request","which","tar","fstream","block-stream","inherits","mkdirp","read","lru-cache","node-gyp","fstream-npm","uid-number","archy","chownr","npmlog","ansi","npm-registry-client","read-package-json","read-installed","glob","init-package-json","osenv","lockfile","retry","once","npmconf","opener","chmodr","cmd-shim","sha","child-process-close","editor","npm-user-validate"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"689bb2093521369ce80ec229fcbbefc32c4bc668","tarball":"https://registry.npmjs.org/npm/-/npm-1.3.7.tgz","integrity":"sha512-uD++ZlPz42y5bSOx/k/NQb61J2VcF4HaFPOAvTgvO5B+GbbjIRGqSvnltsIc8GZK8bjWOiVFjuYftLXiE+Zs/Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEGmzQ4ag4eWc5FZf2NepxZuwieO8QXlCAk/HkRVrCDTAiBlam10p9a3jDUSIpXg+x/qZfdwqgR1JVNXntFFLxwWPA=="}]},"engines":{"node":">=0.6","npm":"1"}},"1.3.8":{"name":"npm","version":"1.3.8","dependencies":{"semver":"~2.1.0","ini":"~1.1.0","slide":"~1.1.4","abbrev":"~1.0.4","graceful-fs":"~2.0.0","minimatch":"~0.2.12","nopt":"~2.1.2","rimraf":"~2.2.0","request":"~2.25.0","which":"1","tar":"~0.1.18","fstream":"~0.1.23","block-stream":"0.0.7","mkdirp":"~0.3.3","read":"~1.0.4","lru-cache":"~2.3.0","node-gyp":"~0.10.9","fstream-npm":"~0.1.3","uid-number":"0","archy":"0","chownr":"0","npmlog":"0.0.4","ansi":"~0.1.2","npm-registry-client":"~0.2.28","read-package-json":"~1.1.0","read-installed":"~0.2.2","glob":"~3.2.6","init-package-json":"0.0.11","osenv":"0","lockfile":"~0.4.0","retry":"~0.6.0","once":"~1.1.1","npmconf":"~0.1.2","opener":"~1.3.0","chmodr":"~0.1.0","cmd-shim":"~1.0.1","sha":"~1.2.1","editor":"0.0.4","child-process-close":"~0.1.1","npm-user-validate":"0.0.3","github-url-from-git":"1.1.1"},"devDependencies":{"ronn":"~0.3.6","tap":"~0.4.0","npm-registry-mock":"~0.2.0"},"bundleDependencies":["semver","ini","slide","abbrev","graceful-fs","minimatch","nopt","rimraf","request","which","tar","fstream","block-stream","inherits","mkdirp","read","lru-cache","node-gyp","fstream-npm","uid-number","archy","chownr","npmlog","ansi","npm-registry-client","read-package-json","read-installed","glob","init-package-json","osenv","lockfile","retry","once","npmconf","opener","chmodr","cmd-shim","sha","child-process-close","editor","npm-user-validate","github-url-from-git"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"fe271a4ca2b7077d6e45c1ce2a29e905327dc4d8","tarball":"https://registry.npmjs.org/npm/-/npm-1.3.8.tgz","integrity":"sha512-17mLiUPiYvauiabfjnrJHgzhUEcTfC5tB2rekNgNrR3++8a4/WuNH8rqAaEx+adH5rHWBiyyUk8UE7HuHcfrdA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCoKNebC6E96rTgHUmMXThdxKv746LymYcIrzMnohcAkwIgW0USG4ebSpM9vjK5MXTSxcu0qADfXPQ2meia7n0nLUQ="}]},"engines":{"node":">=0.6","npm":"1"}},"1.3.9":{"name":"npm","version":"1.3.9","dependencies":{"semver":"~2.1.0","ini":"~1.1.0","slide":"~1.1.4","abbrev":"~1.0.4","graceful-fs":"~2.0.0","minimatch":"~0.2.12","nopt":"~2.1.2","rimraf":"~2.2.0","request":"~2.25.0","which":"1","tar":"~0.1.18","fstream":"~0.1.23","block-stream":"0.0.7","mkdirp":"~0.3.3","read":"~1.0.4","lru-cache":"~2.3.0","node-gyp":"~0.10.9","fstream-npm":"~0.1.3","uid-number":"0","archy":"0","chownr":"0","npmlog":"0.0.4","ansi":"~0.1.2","npm-registry-client":"~0.2.28","read-package-json":"~1.1.0","read-installed":"~0.2.2","glob":"~3.2.6","init-package-json":"0.0.11","osenv":"0","lockfile":"~0.4.0","retry":"~0.6.0","once":"~1.1.1","npmconf":"~0.1.2","opener":"~1.3.0","chmodr":"~0.1.0","cmd-shim":"~1.0.1","sha":"~1.2.1","editor":"0.0.4","child-process-close":"~0.1.1","npm-user-validate":"0.0.3","github-url-from-git":"1.1.1"},"devDependencies":{"ronn":"~0.3.6","tap":"~0.4.0","npm-registry-mock":"~0.2.0"},"bundleDependencies":["semver","ini","slide","abbrev","graceful-fs","minimatch","nopt","rimraf","request","which","tar","fstream","block-stream","inherits","mkdirp","read","lru-cache","node-gyp","fstream-npm","uid-number","archy","chownr","npmlog","ansi","npm-registry-client","read-package-json","read-installed","glob","init-package-json","osenv","lockfile","retry","once","npmconf","opener","chmodr","cmd-shim","sha","child-process-close","editor","npm-user-validate","github-url-from-git"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"dbf815e1661845046e82105a705f8df1735bb1ee","tarball":"https://registry.npmjs.org/npm/-/npm-1.3.9.tgz","integrity":"sha512-MNFBo5bNtYqStK6+cyTjUePMhP8waH0tt/8brYnMXv0ZJnc26gdk624pJGv4SaOvfTUcj/PObxShEg5KMvafrA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCTiqNJSKFRuQ5aJYuMWrGW4y1JW0JlcwY4cs8kXmCcWQIhAPQYylIDIekLbkuNrRuHZcVlKWXSpzicvHwNv+uJ0k2t"}]},"engines":{"node":">=0.6","npm":"1"}},"1.3.10":{"name":"npm","version":"1.3.10","dependencies":{"semver":"~2.1.0","ini":"~1.1.0","slide":"~1.1.4","abbrev":"~1.0.4","graceful-fs":"~2.0.0","minimatch":"~0.2.12","nopt":"~2.1.2","rimraf":"~2.2.0","request":"~2.25.0","which":"1","tar":"~0.1.18","fstream":"~0.1.23","block-stream":"0.0.7","mkdirp":"~0.3.3","read":"~1.0.4","lru-cache":"~2.3.0","node-gyp":"~0.10.9","fstream-npm":"~0.1.3","uid-number":"0","archy":"0","chownr":"0","npmlog":"0.0.4","ansi":"~0.1.2","npm-registry-client":"~0.2.28","read-package-json":"~1.1.3","read-installed":"~0.2.2","glob":"~3.2.6","init-package-json":"0.0.11","osenv":"0","lockfile":"~0.4.0","retry":"~0.6.0","once":"~1.1.1","npmconf":"~0.1.2","opener":"~1.3.0","chmodr":"~0.1.0","cmd-shim":"~1.0.1","sha":"~1.2.1","editor":"0.0.4","child-process-close":"~0.1.1","npm-user-validate":"0.0.3","github-url-from-git":"1.1.1"},"devDependencies":{"ronn":"~0.3.6","tap":"~0.4.0","npm-registry-mock":"~0.3.0"},"bundleDependencies":["semver","ini","slide","abbrev","graceful-fs","minimatch","nopt","rimraf","request","which","tar","fstream","block-stream","inherits","mkdirp","read","lru-cache","node-gyp","fstream-npm","uid-number","archy","chownr","npmlog","ansi","npm-registry-client","read-package-json","read-installed","glob","init-package-json","osenv","lockfile","retry","once","npmconf","opener","chmodr","cmd-shim","sha","child-process-close","editor","npm-user-validate","github-url-from-git"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"429df6dd090766af3a0ffcdf41fb4bfe3fdee947","tarball":"https://registry.npmjs.org/npm/-/npm-1.3.10.tgz","integrity":"sha512-YSjO3iYfC0wSedPvudkeLEcD7qod91VFYfKFiCd0eC36lLrbWQNmq56vRGAW3qDbHr9cl/qXwiPR/JWRn9FpsA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGbESC57ETigkt2lLxIUo2Y0kRv9PC6+dr8+4+liMXrbAiBl0wpkVgPfW2d51xP4fM1uI5R948Yw+Uvld/MjnTzuoA=="}]},"engines":{"node":">=0.6","npm":"1"}},"1.3.11":{"name":"npm","version":"1.3.11","dependencies":{"semver":"~2.1.0","ini":"~1.1.0","slide":"~1.1.5","abbrev":"~1.0.4","graceful-fs":"~2.0.0","minimatch":"~0.2.12","nopt":"~2.1.2","rimraf":"~2.2.0","request":"~2.27.0","which":"1","tar":"~0.1.18","fstream":"~0.1.23","block-stream":"0.0.7","mkdirp":"~0.3.3","read":"~1.0.4","lru-cache":"~2.3.1","node-gyp":"~0.10.10","fstream-npm":"~0.1.3","uid-number":"0","archy":"0","chownr":"0","npmlog":"0.0.4","ansi":"~0.1.2","npm-registry-client":"~0.2.28","read-package-json":"~1.1.3","read-installed":"~0.2.2","glob":"~3.2.6","init-package-json":"0.0.11","osenv":"0","lockfile":"~0.4.0","retry":"~0.6.0","once":"~1.1.1","npmconf":"~0.1.2","opener":"~1.3.0","chmodr":"~0.1.0","cmd-shim":"~1.0.1","sha":"~1.2.1","editor":"0.0.4","child-process-close":"~0.1.1","npm-user-validate":"0.0.3","github-url-from-git":"1.1.1"},"devDependencies":{"ronn":"~0.3.6","tap":"~0.4.0","npm-registry-mock":"~0.3.0"},"bundleDependencies":["semver","ini","slide","abbrev","graceful-fs","minimatch","nopt","rimraf","request","which","tar","fstream","block-stream","inherits","mkdirp","read","lru-cache","node-gyp","fstream-npm","uid-number","archy","chownr","npmlog","ansi","npm-registry-client","read-package-json","read-installed","glob","init-package-json","osenv","lockfile","retry","once","npmconf","opener","chmodr","cmd-shim","sha","child-process-close","editor","npm-user-validate","github-url-from-git"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"4bf7f005fe1038c4fe9207603b961c97bd0ba5a3","tarball":"https://registry.npmjs.org/npm/-/npm-1.3.11.tgz","integrity":"sha512-5Wk+sDWgx9CPKnUQ2q3/xiyNxiqjED6dHPAQO65AdiTUfyH2RJ212h5mTr0KI8Rwiu3ARsegcJO0gLif35T8Tw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBurVvDC+0Tmo9qW1fEXe9hfWtbK5/Xnww8FA65JR8sTAiEAzAng1gyuEN6wyavyKxIFvvM51BnmEJnnHe7dcTfDz+M="}]},"engines":{"node":">=0.6","npm":"1"}},"1.3.12":{"name":"npm","version":"1.3.12","dependencies":{"semver":"~2.1.0","ini":"~1.1.0","slide":"~1.1.5","abbrev":"~1.0.4","graceful-fs":"~2.0.0","minimatch":"~0.2.12","nopt":"~2.1.2","rimraf":"~2.2.0","request":"~2.27.0","which":"1","tar":"~0.1.18","fstream":"~0.1.23","block-stream":"0.0.7","mkdirp":"~0.3.5","read":"~1.0.4","lru-cache":"~2.3.1","node-gyp":"~0.10.10","fstream-npm":"~0.1.6","uid-number":"0","archy":"0","chownr":"0","npmlog":"0.0.6","ansi":"~0.2.1","npm-registry-client":"~0.2.28","read-package-json":"~1.1.3","read-installed":"~0.2.2","glob":"~3.2.6","init-package-json":"0.0.11","osenv":"0","lockfile":"~0.4.0","retry":"~0.6.0","once":"~1.3.0","npmconf":"~0.1.5","opener":"~1.3.0","chmodr":"~0.1.0","cmd-shim":"~1.1.1","sha":"~1.2.1","editor":"0.0.5","child-process-close":"~0.1.1","npm-user-validate":"0.0.3","github-url-from-git":"1.1.1","github-url-from-username-repo":"0.0.2"},"devDependencies":{"ronn":"~0.3.6","tap":"~0.4.0","npm-registry-mock":"~0.5.3"},"bundleDependencies":["semver","ini","slide","abbrev","graceful-fs","minimatch","nopt","rimraf","request","which","tar","fstream","block-stream","inherits","mkdirp","read","lru-cache","node-gyp","fstream-npm","uid-number","archy","chownr","npmlog","ansi","npm-registry-client","read-package-json","read-installed","glob","init-package-json","osenv","lockfile","retry","once","npmconf","opener","chmodr","cmd-shim","sha","child-process-close","editor","npm-user-validate","github-url-from-git","github-url-from-username-repo"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"e3a52cf4f195ac0f5ba30eb13d83beb6aa091286","tarball":"https://registry.npmjs.org/npm/-/npm-1.3.12.tgz","integrity":"sha512-foDALhsGopUOXdB04amfvr/aE6vu+nigVya7J4/M7KG4X1+9xlCHbTGPwzFL2LtHMiqCskeMaLNsJS+jrto2+A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCa08CsLVWPw7zYoo1utU3E0WDvpIAuS3w2GhAYkC0YugIgYuPTvTC61tzdRGhA2xfE259XVbXKmiTLCskdH/bC/78="}]},"engines":{"node":">=0.6","npm":"1"}},"1.3.13":{"name":"npm","version":"1.3.13","dependencies":{"semver":"~2.2.1","ini":"~1.1.0","slide":"~1.1.5","abbrev":"~1.0.4","graceful-fs":"~2.0.0","minimatch":"~0.2.12","nopt":"~2.1.2","rimraf":"~2.2.0","request":"~2.27.0","which":"1","tar":"~0.1.18","fstream":"~0.1.23","block-stream":"0.0.7","mkdirp":"~0.3.5","read":"~1.0.4","lru-cache":"~2.3.1","node-gyp":"~0.11.0","fstream-npm":"~0.1.6","uid-number":"0","archy":"0","chownr":"0","npmlog":"0.0.6","ansi":"~0.2.1","npm-registry-client":"~0.2.29","read-package-json":"~1.1.4","read-installed":"~0.2.2","glob":"~3.2.6","init-package-json":"0.0.11","osenv":"0","lockfile":"~0.4.0","retry":"~0.6.0","once":"~1.3.0","npmconf":"~0.1.5","opener":"~1.3.0","chmodr":"~0.1.0","cmd-shim":"~1.1.1","sha":"~1.2.1","editor":"0.0.5","child-process-close":"~0.1.1","npm-user-validate":"0.0.3","github-url-from-git":"1.1.1","github-url-from-username-repo":"0.0.2"},"devDependencies":{"ronn":"~0.3.6","tap":"~0.4.0","npm-registry-mock":"~0.5.3"},"bundleDependencies":["semver","ini","slide","abbrev","graceful-fs","minimatch","nopt","rimraf","request","which","tar","fstream","block-stream","inherits","mkdirp","read","lru-cache","node-gyp","fstream-npm","uid-number","archy","chownr","npmlog","ansi","npm-registry-client","read-package-json","read-installed","glob","init-package-json","osenv","lockfile","retry","once","npmconf","opener","chmodr","cmd-shim","sha","child-process-close","editor","npm-user-validate","github-url-from-git","github-url-from-username-repo","normalize-package-data"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"0662966d62cc92ae8875b122d4825714c781465a","tarball":"https://registry.npmjs.org/npm/-/npm-1.3.13.tgz","integrity":"sha512-tKN9AAEI5jWJigVOXuf5+nvl5gsn4mDgT/SYreCmqCK7k8/wUWFKHaS575MvG+JwO0W2h1+e3/PMlU3tBJKL5A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDzpaUciKNZO1p/3PvWddwS4ttcIqTHxCIvG4cQBwqMLwIgN3ifAX2YKjM7jb8Ctz9zvzq9ruHluB1ndfZyIumi/QI="}]},"engines":{"node":">=0.6","npm":"1"}},"1.3.14":{"name":"npm","version":"1.3.14","dependencies":{"semver":"~2.2.1","ini":"~1.1.0","slide":"~1.1.5","abbrev":"~1.0.4","graceful-fs":"~2.0.0","minimatch":"~0.2.12","nopt":"~2.1.2","rimraf":"~2.2.0","request":"~2.27.0","which":"1","tar":"~0.1.18","fstream":"~0.1.23","block-stream":"0.0.7","mkdirp":"~0.3.5","read":"~1.0.4","lru-cache":"~2.3.1","node-gyp":"~0.11.0","fstream-npm":"~0.1.6","uid-number":"0","archy":"0","chownr":"0","npmlog":"0.0.6","ansi":"~0.2.1","npm-registry-client":"~0.2.29","read-package-json":"~1.1.4","read-installed":"~0.2.2","glob":"~3.2.6","init-package-json":"0.0.11","osenv":"0","lockfile":"~0.4.0","retry":"~0.6.0","once":"~1.3.0","npmconf":"~0.1.5","opener":"~1.3.0","chmodr":"~0.1.0","cmd-shim":"~1.1.1","sha":"~1.2.1","editor":"0.0.5","child-process-close":"~0.1.1","npm-user-validate":"0.0.3","github-url-from-git":"1.1.1","github-url-from-username-repo":"0.0.2"},"devDependencies":{"ronn":"~0.3.6","tap":"~0.4.0","npm-registry-mock":"~0.5.3"},"bundleDependencies":["semver","ini","slide","abbrev","graceful-fs","minimatch","nopt","rimraf","request","which","tar","fstream","block-stream","inherits","mkdirp","read","lru-cache","node-gyp","fstream-npm","uid-number","archy","chownr","npmlog","ansi","npm-registry-client","read-package-json","read-installed","glob","init-package-json","osenv","lockfile","retry","once","npmconf","opener","chmodr","cmd-shim","sha","child-process-close","editor","npm-user-validate","github-url-from-git","github-url-from-username-repo","normalize-package-data"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"9359a79309dbfef0d5443e0cd46129b9bbc88eab","tarball":"https://registry.npmjs.org/npm/-/npm-1.3.14.tgz","integrity":"sha512-UvuS4SBGfnOVbg/C7P/6YB5w1+JC2DG9fvq0ZCW+/TX9LWwkN+ggOcMQVuuIdmLlB5JlXtQem9qyydDgOvJbOg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGO9idpaRNj3KSx+oCtCS3QBne0ZWr7s0DLBDYE3kopFAiA1D12610RYPcmXT5CrJIdjpgJm74WBg8rieayGIlAvFg=="}]},"engines":{"node":">=0.6","npm":"1"}},"1.3.15":{"name":"npm","version":"1.3.15","dependencies":{"semver":"~2.2.1","ini":"~1.1.0","slide":"~1.1.5","abbrev":"~1.0.4","graceful-fs":"~2.0.0","minimatch":"~0.2.12","nopt":"~2.1.2","rimraf":"~2.2.0","request":"~2.27.0","which":"1","tar":"~0.1.18","fstream":"~0.1.23","block-stream":"0.0.7","mkdirp":"~0.3.5","read":"~1.0.4","lru-cache":"~2.3.1","node-gyp":"~0.12.0","fstream-npm":"~0.1.6","uid-number":"0","archy":"0","chownr":"0","npmlog":"0.0.6","ansi":"~0.2.1","npm-registry-client":"~0.2.29","read-package-json":"~1.1.4","read-installed":"~0.2.2","glob":"~3.2.6","init-package-json":"0.0.13","osenv":"0","lockfile":"~0.4.0","retry":"~0.6.0","once":"~1.3.0","npmconf":"~0.1.6","opener":"~1.3.0","chmodr":"~0.1.0","cmd-shim":"~1.1.1","sha":"~1.2.1","editor":"0.0.5","child-process-close":"~0.1.1","npm-user-validate":"0.0.3","github-url-from-git":"1.1.1","github-url-from-username-repo":"0.0.2"},"devDependencies":{"ronn":"~0.3.6","tap":"~0.4.0","npm-registry-mock":"~0.5.3"},"bundleDependencies":["semver","ini","slide","abbrev","graceful-fs","minimatch","nopt","rimraf","request","which","tar","fstream","block-stream","inherits","mkdirp","read","lru-cache","node-gyp","fstream-npm","uid-number","archy","chownr","npmlog","ansi","npm-registry-client","read-package-json","read-installed","glob","init-package-json","osenv","lockfile","retry","once","npmconf","opener","chmodr","cmd-shim","sha","child-process-close","editor","npm-user-validate","github-url-from-git","github-url-from-username-repo","normalize-package-data"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"25987c35a87d01379ddacb9d5db58e3697369dc6","tarball":"https://registry.npmjs.org/npm/-/npm-1.3.15.tgz","integrity":"sha512-Zvw276CC01/NRDmYUKrAp0iDkztMhMxd9S6dVtWm/yaMWPoHgYWksXF8JSRWj6AdlJjiEVds4gorRUYB7V694A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCjxdjajO8hC+ZUV9IlGx43sLEZ5NydrHLHFt23Dp7rugIgW/CcjMbr4Jio3lPn8FZgUuuUaOmA14+TuTP+x8zjZg0="}]},"engines":{"node":">=0.6","npm":"1"}},"1.3.16":{"name":"npm","version":"1.3.16","dependencies":{"semver":"~2.2.1","ini":"~1.1.0","slide":"~1.1.5","abbrev":"~1.0.4","graceful-fs":"~2.0.0","minimatch":"~0.2.12","nopt":"~2.1.2","rimraf":"~2.2.5","request":"~2.29.0","which":"1","tar":"~0.1.19","fstream":"~0.1.25","block-stream":"0.0.7","mkdirp":"~0.3.5","read":"~1.0.4","lru-cache":"~2.5.0","node-gyp":"~0.12.0","fstream-npm":"~0.1.6","uid-number":"0","archy":"0","chownr":"0","npmlog":"0.0.6","ansi":"~0.2.1","npm-registry-client":"~0.2.30","read-package-json":"~1.1.4","read-installed":"~0.2.2","glob":"~3.2.6","init-package-json":"0.0.14","osenv":"0","lockfile":"~0.4.0","retry":"~0.6.0","once":"~1.3.0","npmconf":"~0.1.7","opener":"~1.3.0","chmodr":"~0.1.0","cmd-shim":"~1.1.1","sha":"~1.2.1","editor":"0.0.5","child-process-close":"~0.1.1","npm-user-validate":"0.0.3","github-url-from-git":"1.1.1","github-url-from-username-repo":"0.0.2","text-table":"~0.2.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3"},"devDependencies":{"ronn":"~0.3.6","tap":"~0.4.0","npm-registry-mock":"~0.5.3"},"bundleDependencies":["semver","ini","slide","abbrev","graceful-fs","minimatch","nopt","rimraf","request","which","tar","fstream","block-stream","inherits","mkdirp","read","lru-cache","node-gyp","fstream-npm","uid-number","archy","chownr","npmlog","ansi","npm-registry-client","read-package-json","read-installed","glob","init-package-json","osenv","lockfile","retry","once","npmconf","opener","chmodr","cmd-shim","sha","child-process-close","editor","npm-user-validate","github-url-from-git","github-url-from-username-repo","normalize-package-data","text-table","ansicolors","ansistyles"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"f6d9e1ddba9c75a853af3609fd5009d8613c9328","tarball":"https://registry.npmjs.org/npm/-/npm-1.3.16.tgz","integrity":"sha512-0fdQCF82lDcMKn1P2BT33aadLkqFls62ClVsBTCdlB5BVx/WfNxvtUmJk1CQTDE7ASuHI32g63cVmNQ/76fDAA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICxdSOa5iQDlyn552Rt1MunMIeToX14HYS53GSdGakcKAiEAmTXd+IlDwj0hAvBOtplsBMRSqWmMVHLglZlgFBo3vfo="}]},"engines":{"node":">=0.6","npm":"1"}},"1.3.17":{"name":"npm","version":"1.3.17","dependencies":{"semver":"~2.2.1","ini":"~1.1.0","slide":"~1.1.5","abbrev":"~1.0.4","graceful-fs":"~2.0.0","minimatch":"~0.2.12","nopt":"~2.1.2","rimraf":"~2.2.5","request":"~2.29.0","which":"1","tar":"~0.1.19","fstream":"~0.1.25","block-stream":"0.0.7","mkdirp":"~0.3.5","read":"~1.0.4","lru-cache":"~2.5.0","node-gyp":"~0.12.0","fstream-npm":"~0.1.6","uid-number":"0","archy":"0","chownr":"0","npmlog":"0.0.6","ansi":"~0.2.1","npm-registry-client":"~0.2.30","read-package-json":"~1.1.4","read-installed":"~0.2.2","glob":"~3.2.6","init-package-json":"0.0.14","osenv":"0","lockfile":"~0.4.0","retry":"~0.6.0","once":"~1.3.0","npmconf":"~0.1.7","opener":"~1.3.0","chmodr":"~0.1.0","cmd-shim":"~1.1.1","sha":"~1.2.1","editor":"0.0.5","child-process-close":"~0.1.1","npm-user-validate":"0.0.3","github-url-from-git":"1.1.1","github-url-from-username-repo":"0.0.2","text-table":"~0.2.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3"},"devDependencies":{"ronn":"~0.3.6","tap":"~0.4.0","npm-registry-mock":"~0.5.3"},"bundleDependencies":["semver","ini","slide","abbrev","graceful-fs","minimatch","nopt","rimraf","request","which","tar","fstream","block-stream","inherits","mkdirp","read","lru-cache","node-gyp","fstream-npm","uid-number","archy","chownr","npmlog","ansi","npm-registry-client","read-package-json","read-installed","glob","init-package-json","osenv","lockfile","retry","once","npmconf","opener","chmodr","cmd-shim","sha","child-process-close","editor","npm-user-validate","github-url-from-git","github-url-from-username-repo","normalize-package-data","text-table","ansicolors","ansistyles"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"11bbedd9ae1c1573f4cb404100ed3ff191e6d4c2","tarball":"https://registry.npmjs.org/npm/-/npm-1.3.17.tgz","integrity":"sha512-3SxkBwJlZA4CG0r/dezTL3YGEUy6hLkE80HKxGDs67/RhPCxMYEfOTpi/B/+ycFytWuD2f0l/rXFTZm1EFbKKA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHLfFn2WvnonRkewDDs2A3vbK7MC9455FTh5n242q00YAiA5WS61JWaG1OjEmQvq7jU1K9JGGnBt17vA0IztB/99gg=="}]},"engines":{"node":">=0.6","npm":"1"}},"1.3.18":{"name":"npm","version":"1.3.18","dependencies":{"semver":"~2.2.1","ini":"~1.1.0","slide":"~1.1.5","abbrev":"~1.0.4","graceful-fs":"~2.0.0","minimatch":"~0.2.14","nopt":"~2.1.2","rimraf":"~2.2.5","request":"~2.30.0","which":"1","tar":"~0.1.19","fstream":"~0.1.25","block-stream":"0.0.7","mkdirp":"~0.3.5","read":"~1.0.4","lru-cache":"~2.5.0","node-gyp":"~0.12.0","fstream-npm":"~0.1.6","uid-number":"0","archy":"0","chownr":"0","npmlog":"0.0.6","ansi":"~0.2.1","npm-registry-client":"~0.2.31","read-package-json":"~1.1.4","read-installed":"~0.2.2","glob":"~3.2.6","init-package-json":"0.0.14","osenv":"0","lockfile":"~0.4.0","retry":"~0.6.0","once":"~1.3.0","npmconf":"~0.1.7","opener":"~1.3.0","chmodr":"~0.1.0","cmd-shim":"~1.1.1","sha":"~1.2.1","editor":"0.0.5","child-process-close":"~0.1.1","npm-user-validate":"0.0.3","github-url-from-git":"1.1.1","github-url-from-username-repo":"0.0.2","text-table":"~0.2.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","path-is-inside":"~1.0.0"},"devDependencies":{"ronn":"~0.3.6","tap":"~0.4.0","npm-registry-mock":"~0.5.3"},"bundleDependencies":["semver","ini","slide","abbrev","graceful-fs","minimatch","nopt","rimraf","request","which","tar","fstream","block-stream","inherits","mkdirp","read","lru-cache","node-gyp","fstream-npm","uid-number","archy","chownr","npmlog","ansi","npm-registry-client","read-package-json","read-installed","glob","init-package-json","osenv","lockfile","retry","once","npmconf","opener","chmodr","cmd-shim","sha","child-process-close","editor","npm-user-validate","github-url-from-git","github-url-from-username-repo","normalize-package-data","text-table","ansicolors","ansistyles","path-is-inside"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"bdbe66e4b4e973c69e4cae639e8e7924ea098ad4","tarball":"https://registry.npmjs.org/npm/-/npm-1.3.18.tgz","integrity":"sha512-Y3JdoM7aVjY6HDsOwswHrd8A6HIaqgEcgW+V9H4qQKQvYR9YVc2Iesv7lkyIiYJyfkLV3CsjW5MxMIO15SW1/A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAGHyQpIjsRDRVSXFTqvRiLxnf/ZOEH8V+8QwPceeRutAiEAm2u62vFw/0f/VzRaHDcGRyvI84e+lcwO4uG/LUSJpns="}]},"engines":{"node":">=0.6","npm":"1"}},"1.3.20":{"name":"npm","version":"1.3.20","dependencies":{"semver":"~2.2.1","ini":"~1.1.0","slide":"~1.1.5","abbrev":"~1.0.4","graceful-fs":"~2.0.0","minimatch":"~0.2.14","nopt":"~2.1.2","rimraf":"~2.2.5","request":"~2.30.0","which":"1","tar":"~0.1.19","fstream":"~0.1.25","block-stream":"0.0.7","mkdirp":"~0.3.5","read":"~1.0.4","lru-cache":"~2.5.0","node-gyp":"~0.12.0","fstream-npm":"~0.1.6","uid-number":"0","archy":"0","chownr":"0","npmlog":"0.0.6","ansi":"~0.2.1","npm-registry-client":"~0.3.1","read-package-json":"~1.1.4","read-installed":"~0.2.2","glob":"~3.2.6","init-package-json":"0.0.14","osenv":"0","lockfile":"~0.4.0","retry":"~0.6.0","once":"~1.3.0","npmconf":"~0.1.7","opener":"~1.3.0","chmodr":"~0.1.0","cmd-shim":"~1.1.1","sha":"~1.2.1","editor":"0.0.5","child-process-close":"~0.1.1","npm-user-validate":"0.0.3","github-url-from-git":"1.1.1","github-url-from-username-repo":"0.0.2","text-table":"~0.2.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","path-is-inside":"~1.0.0"},"devDependencies":{"ronn":"~0.3.6","tap":"~0.4.0","npm-registry-mock":"~0.5.3"},"bundleDependencies":["semver","ini","slide","abbrev","graceful-fs","minimatch","nopt","rimraf","request","which","tar","fstream","block-stream","inherits","mkdirp","read","lru-cache","node-gyp","fstream-npm","uid-number","archy","chownr","npmlog","ansi","npm-registry-client","read-package-json","read-installed","glob","init-package-json","osenv","lockfile","retry","once","npmconf","opener","chmodr","cmd-shim","sha","child-process-close","editor","npm-user-validate","github-url-from-git","github-url-from-username-repo","normalize-package-data","text-table","ansicolors","ansistyles","path-is-inside"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"0e1e0adc4cb967ec1c7395b3f6e8c91031853f82","tarball":"https://registry.npmjs.org/npm/-/npm-1.3.20.tgz","integrity":"sha512-PGDRL0fCwfWzSKFCg4y/SpJivTW8abS/WHcbDcLBdbl/qwztB9WoS7NK/HZRmcK0x+2YM+5uWufOI3YKwcJsWA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCX8J6JISSIxUKjApY6YumQHiGQGnFxby2N5qCcaJMr8AIgZLauE44ndwCnxoibzu5Ei/9AIy8eIOn3ew4GoLQ7bs0="}]},"engines":{"node":">=0.6","npm":"1"}},"1.3.21":{"name":"npm","version":"1.3.21","dependencies":{"semver":"~2.2.1","ini":"~1.1.0","slide":"~1.1.5","abbrev":"~1.0.4","graceful-fs":"~2.0.0","minimatch":"~0.2.14","nopt":"~2.1.2","rimraf":"~2.2.5","request":"~2.30.0","which":"1","tar":"~0.1.19","fstream":"~0.1.25","block-stream":"0.0.7","mkdirp":"~0.3.5","read":"~1.0.4","lru-cache":"~2.5.0","node-gyp":"~0.12.0","fstream-npm":"~0.1.6","uid-number":"0","archy":"0","chownr":"0","npmlog":"0.0.6","ansi":"~0.2.1","npm-registry-client":"~0.3.2","read-package-json":"~1.1.4","read-installed":"~0.2.2","glob":"~3.2.6","init-package-json":"0.0.14","osenv":"0","lockfile":"~0.4.0","retry":"~0.6.0","once":"~1.3.0","npmconf":"~0.1.7","opener":"~1.3.0","chmodr":"~0.1.0","cmd-shim":"~1.1.1","sha":"~1.2.1","editor":"0.0.5","child-process-close":"~0.1.1","npm-user-validate":"0.0.3","github-url-from-git":"1.1.1","github-url-from-username-repo":"0.0.2","text-table":"~0.2.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","path-is-inside":"~1.0.0"},"devDependencies":{"ronn":"~0.3.6","tap":"~0.4.0","npm-registry-mock":"~0.5.3"},"bundleDependencies":["semver","ini","slide","abbrev","graceful-fs","minimatch","nopt","rimraf","request","which","tar","fstream","block-stream","inherits","mkdirp","read","lru-cache","node-gyp","fstream-npm","uid-number","archy","chownr","npmlog","ansi","npm-registry-client","read-package-json","read-installed","glob","init-package-json","osenv","lockfile","retry","once","npmconf","opener","chmodr","cmd-shim","sha","child-process-close","editor","npm-user-validate","github-url-from-git","github-url-from-username-repo","normalize-package-data","text-table","ansicolors","ansistyles","path-is-inside"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"fb2bd7fdbc3b511c9dfb8de5559d305391421ec1","tarball":"https://registry.npmjs.org/npm/-/npm-1.3.21.tgz","integrity":"sha512-+rojFK/qN8vcd+jfg6c0ecnKgWpt+ZABVCBDsxyaBMCgH4IFowqp3iGsdO1aQgOvcS3Wa/rv76+lMMGWXfqXVg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDsTt/uqxAbN4myXTWvKR41dvFa3snTYKVWOg7QfjKpKAIhAJ9bFHysaLVVeXigf11ZT49P3uC7zKj81fMpCVgepWHx"}]},"engines":{"node":">=0.6","npm":"1"}},"1.3.22":{"name":"npm","version":"1.3.22","dependencies":{"semver":"~2.2.1","ini":"~1.1.0","slide":"~1.1.5","abbrev":"~1.0.4","graceful-fs":"~2.0.0","minimatch":"~0.2.14","nopt":"~2.1.2","rimraf":"~2.2.5","request":"~2.30.0","which":"1","tar":"~0.1.19","fstream":"~0.1.25","block-stream":"0.0.7","mkdirp":"~0.3.5","read":"~1.0.4","lru-cache":"~2.5.0","node-gyp":"~0.12.0","fstream-npm":"~0.1.6","uid-number":"0","archy":"0","chownr":"0","npmlog":"0.0.6","ansi":"~0.2.1","npm-registry-client":"~0.3.2","read-package-json":"~1.1.4","read-installed":"~0.2.2","glob":"~3.2.6","init-package-json":"0.0.14","osenv":"0","lockfile":"~0.4.0","retry":"~0.6.0","once":"~1.3.0","npmconf":"~0.1.7","opener":"~1.3.0","chmodr":"~0.1.0","cmd-shim":"~1.1.1","sha":"~1.2.1","editor":"0.0.5","child-process-close":"~0.1.1","npm-user-validate":"0.0.3","github-url-from-git":"1.1.1","github-url-from-username-repo":"0.0.2","text-table":"~0.2.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","path-is-inside":"~1.0.0"},"devDependencies":{"ronn":"~0.3.6","tap":"~0.4.0","npm-registry-mock":"~0.5.4"},"bundleDependencies":["semver","ini","slide","abbrev","graceful-fs","minimatch","nopt","rimraf","request","which","tar","fstream","block-stream","inherits","mkdirp","read","lru-cache","node-gyp","fstream-npm","uid-number","archy","chownr","npmlog","ansi","npm-registry-client","read-package-json","read-installed","glob","init-package-json","osenv","lockfile","retry","once","npmconf","opener","chmodr","cmd-shim","sha","child-process-close","editor","npm-user-validate","github-url-from-git","github-url-from-username-repo","normalize-package-data","text-table","ansicolors","ansistyles","path-is-inside"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"6ebc09f97f83ed3fd524b85faea5e30574e08c99","tarball":"https://registry.npmjs.org/npm/-/npm-1.3.22.tgz","integrity":"sha512-yW2+HiR0/vup+s40QBLW9VkIqmFpCSCDRGNcRCBqkQSmTOPRxl7ySJO31YFq1T0R9M8vwXKopMHqvPygQlRb1g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHge+2o6yQZmyOhnC+N3ynLB/mAAWPDPsSPpHMOo4IhAAiEAjLq872TRe31uTCGc6junqiRUdi15nYYE96cWeuH0+KA="}]},"engines":{"node":">=0.6","npm":"1"}},"1.3.23":{"name":"npm","version":"1.3.23","dependencies":{"semver":"~2.2.1","ini":"~1.1.0","slide":"~1.1.5","abbrev":"~1.0.4","graceful-fs":"~2.0.0","minimatch":"~0.2.14","nopt":"~2.1.2","rimraf":"~2.2.5","request":"~2.30.0","which":"1","tar":"~0.1.19","fstream":"~0.1.25","block-stream":"0.0.7","mkdirp":"~0.3.5","read":"~1.0.4","lru-cache":"~2.5.0","node-gyp":"~0.12.0","fstream-npm":"~0.1.6","uid-number":"0","archy":"0","chownr":"0","npmlog":"0.0.6","ansi":"~0.2.1","npm-registry-client":"~0.3.2","read-package-json":"~1.1.4","read-installed":"~0.2.2","glob":"~3.2.6","init-package-json":"0.0.14","osenv":"0","lockfile":"~0.4.0","retry":"~0.6.0","once":"~1.3.0","npmconf":"~0.1.7","opener":"~1.3.0","chmodr":"~0.1.0","cmd-shim":"~1.1.1","sha":"~1.2.1","editor":"0.0.5","child-process-close":"~0.1.1","npm-user-validate":"0.0.3","github-url-from-git":"1.1.1","github-url-from-username-repo":"0.0.2","text-table":"~0.2.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","path-is-inside":"~1.0.0"},"devDependencies":{"ronn":"~0.3.6","tap":"~0.4.0","npm-registry-mock":"~0.5.5"},"bundleDependencies":["semver","ini","slide","abbrev","graceful-fs","minimatch","nopt","rimraf","request","which","tar","fstream","block-stream","inherits","mkdirp","read","lru-cache","node-gyp","fstream-npm","uid-number","archy","chownr","npmlog","ansi","npm-registry-client","read-package-json","read-installed","glob","init-package-json","osenv","lockfile","retry","once","npmconf","opener","chmodr","cmd-shim","sha","child-process-close","editor","npm-user-validate","github-url-from-git","github-url-from-username-repo","normalize-package-data","text-table","ansicolors","ansistyles","path-is-inside"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"8463ddbc060169b48890d639c4be9c839b8a0f3d","tarball":"https://registry.npmjs.org/npm/-/npm-1.3.23.tgz","integrity":"sha512-ytsq8DFdc6obwKOg2LLrwLIqHE4dskOay7B47U5iwtihbbgoTHUhZ6LSZLtZxA/Lhbt2/QURUnyes2wJLINdWQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDGgB2jxMzrzNYRza6xUuIkOAgnaagqWoE3DlYs3dOiGAiEAxftpJgaEEFVny/x+3FEO6JozIylr8yv6e9JNjCbRqwo="}]},"engines":{"node":">=0.6","npm":"1"}},"1.3.24":{"name":"npm","version":"1.3.24","dependencies":{"semver":"~2.2.1","ini":"~1.1.0","slide":"~1.1.5","abbrev":"~1.0.4","graceful-fs":"~2.0.0","minimatch":"~0.2.14","nopt":"~2.1.2","rimraf":"~2.2.5","request":"~2.30.0","which":"1","tar":"~0.1.19","fstream":"~0.1.25","block-stream":"0.0.7","mkdirp":"~0.3.5","read":"~1.0.4","lru-cache":"~2.5.0","node-gyp":"~0.12.2","fstream-npm":"~0.1.6","uid-number":"0","archy":"0","chownr":"0","npmlog":"0.0.6","ansi":"~0.2.1","npm-registry-client":"~0.3.3","read-package-json":"~1.1.6","read-installed":"~0.2.2","glob":"~3.2.6","init-package-json":"0.0.14","osenv":"0","lockfile":"~0.4.0","retry":"~0.6.0","once":"~1.3.0","npmconf":"~0.1.12","opener":"~1.3.0","chmodr":"~0.1.0","cmd-shim":"~1.1.1","sha":"~1.2.1","editor":"0.0.5","child-process-close":"~0.1.1","npm-user-validate":"0.0.3","github-url-from-git":"1.1.1","github-url-from-username-repo":"0.0.2","text-table":"~0.2.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","path-is-inside":"~1.0.0","columnify":"0.1.2"},"devDependencies":{"ronn":"~0.3.6","tap":"~0.4.0","npm-registry-mock":"~0.5.5"},"bundleDependencies":["semver","ini","slide","abbrev","graceful-fs","minimatch","nopt","rimraf","request","which","tar","fstream","block-stream","inherits","mkdirp","read","lru-cache","node-gyp","fstream-npm","uid-number","archy","chownr","npmlog","ansi","npm-registry-client","read-package-json","read-installed","glob","init-package-json","osenv","lockfile","retry","once","npmconf","opener","chmodr","cmd-shim","sha","child-process-close","editor","npm-user-validate","github-url-from-git","github-url-from-username-repo","normalize-package-data","text-table","ansicolors","ansistyles","path-is-inside","columnify"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"d68273a343562aa969320a218f528930356d99de","tarball":"https://registry.npmjs.org/npm/-/npm-1.3.24.tgz","integrity":"sha512-rwz9hkMcPqJgd5rMV1iioxIrrA71XdldrUzeSXjEwUG+Mr4WaFGBu0VdQMgetmNVDthOnBnUfyKv/fzOYLNCjw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIG90yi+YgW51xdzhum+YelWpyeadPqYcxFi5RaoWjshXAiEAwcQMw6i0uUkqB7wpKEmdXWbovrYMY55uBeMhppO4cn8="}]},"engines":{"node":">=0.6","npm":"1"}},"1.3.25":{"name":"npm","version":"1.3.25","dependencies":{"semver":"~2.2.1","ini":"~1.1.0","slide":"~1.1.5","abbrev":"~1.0.4","graceful-fs":"~2.0.0","minimatch":"~0.2.14","nopt":"~2.1.2","rimraf":"~2.2.5","request":"~2.30.0","which":"1","tar":"~0.1.19","fstream":"~0.1.25","block-stream":"0.0.7","mkdirp":"~0.3.5","read":"~1.0.4","lru-cache":"~2.5.0","node-gyp":"~0.12.2","fstream-npm":"~0.1.6","uid-number":"0","archy":"0","chownr":"0","npmlog":"0.0.6","ansi":"~0.2.1","npm-registry-client":"~0.3.3","read-package-json":"~1.1.6","read-installed":"~0.2.2","glob":"~3.2.6","init-package-json":"0.0.14","osenv":"0","lockfile":"~0.4.0","retry":"~0.6.0","once":"~1.3.0","npmconf":"~0.1.12","opener":"~1.3.0","chmodr":"~0.1.0","cmd-shim":"~1.1.1","sha":"~1.2.1","editor":"0.0.5","child-process-close":"~0.1.1","npm-user-validate":"0.0.3","github-url-from-git":"1.1.1","github-url-from-username-repo":"0.0.2","text-table":"~0.2.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","path-is-inside":"~1.0.0","columnify":"0.1.2"},"devDependencies":{"ronn":"~0.3.6","tap":"~0.4.0","npm-registry-mock":"~0.5.5"},"bundleDependencies":["semver","ini","slide","abbrev","graceful-fs","minimatch","nopt","rimraf","request","which","tar","fstream","block-stream","inherits","mkdirp","read","lru-cache","node-gyp","fstream-npm","uid-number","archy","chownr","npmlog","ansi","npm-registry-client","read-package-json","read-installed","glob","init-package-json","osenv","lockfile","retry","once","npmconf","opener","chmodr","cmd-shim","sha","child-process-close","editor","npm-user-validate","github-url-from-git","github-url-from-username-repo","normalize-package-data","text-table","ansicolors","ansistyles","path-is-inside","columnify"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"e8767b15b7c1129f18e220fb2d36d1685ce7f814","tarball":"https://registry.npmjs.org/npm/-/npm-1.3.25.tgz","integrity":"sha512-w0BLGAMR3nTcBDw4zjTXWT6baTVZlIQhQckcpDZvdwwbW5PC1tCwVZEcO9hVnhIaGkN1CfLlv/7sokJeAd3KKA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQChEriin50Z6VEW5xxyfOzv4SxSUbTduTiRLI+Y3tFOzwIgY8FqGFk/w3DUNhjyJhPH0y/5a0AEr/Bc2mNkC1Iwf6k="}]},"engines":{"node":">=0.6","npm":"1"}},"1.3.26":{"name":"npm","version":"1.3.26","dependencies":{"semver":"~2.2.1","ini":"~1.1.0","slide":"~1.1.5","abbrev":"~1.0.4","graceful-fs":"~2.0.0","minimatch":"~0.2.14","nopt":"~2.1.2","rimraf":"~2.2.5","request":"~2.30.0","which":"1","tar":"~0.1.19","fstream":"~0.1.25","block-stream":"0.0.7","mkdirp":"~0.3.5","read":"~1.0.4","lru-cache":"~2.5.0","node-gyp":"~0.12.2","fstream-npm":"~0.1.6","uid-number":"0","archy":"0","chownr":"0","npmlog":"0.0.6","ansi":"~0.2.1","npm-registry-client":"~0.3.5","read-package-json":"~1.1.6","read-installed":"~0.2.2","glob":"~3.2.6","init-package-json":"0.0.14","osenv":"0","lockfile":"~0.4.0","retry":"~0.6.0","once":"~1.3.0","npmconf":"~0.1.12","opener":"~1.3.0","chmodr":"~0.1.0","cmd-shim":"~1.1.1","sha":"~1.2.1","editor":"0.0.5","child-process-close":"~0.1.1","npm-user-validate":"0.0.3","github-url-from-git":"1.1.1","github-url-from-username-repo":"0.0.2","text-table":"~0.2.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","path-is-inside":"~1.0.0","columnify":"0.1.2"},"devDependencies":{"ronn":"~0.3.6","tap":"~0.4.0","npm-registry-mock":"~0.5.5"},"bundleDependencies":["semver","ini","slide","abbrev","graceful-fs","minimatch","nopt","rimraf","request","which","tar","fstream","block-stream","inherits","mkdirp","read","lru-cache","node-gyp","fstream-npm","uid-number","archy","chownr","npmlog","ansi","npm-registry-client","read-package-json","read-installed","glob","init-package-json","osenv","lockfile","retry","once","npmconf","opener","chmodr","cmd-shim","sha","child-process-close","editor","npm-user-validate","github-url-from-git","github-url-from-username-repo","normalize-package-data","text-table","ansicolors","ansistyles","path-is-inside","columnify"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"bc07bf7cb58710078141c885c2d492fd570f606d","tarball":"https://registry.npmjs.org/npm/-/npm-1.3.26.tgz","integrity":"sha512-w56AZR54erdEJDH5mFSw4XxDpUudNmtQUbVlcxRG6KYlRe+3dIaL/KwFotw157b4DNBsjHjMBbu0kjpYAx33XQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFoVA89vVRUBC3rFk9R5AWuvr02ykH3MKs1cIkZJh+gNAiAHjLHrnsFTRuS2l43NkukTT6CcUoPNLFiMCQHwMH4D4Q=="}]},"engines":{"node":">=0.6","npm":"1"}},"1.4.0":{"name":"npm","version":"1.4.0","dependencies":{"semver":"~2.2.1","ini":"~1.1.0","slide":"~1.1.5","abbrev":"~1.0.4","graceful-fs":"~2.0.0","minimatch":"~0.2.14","nopt":"~2.1.2","rimraf":"~2.2.5","request":"~2.30.0","which":"1","tar":"~0.1.19","fstream":"~0.1.25","block-stream":"0.0.7","mkdirp":"~0.3.5","read":"~1.0.4","lru-cache":"~2.5.0","node-gyp":"~0.12.2","fstream-npm":"~0.1.6","uid-number":"0","archy":"0","chownr":"0","npmlog":"0.0.6","ansi":"~0.2.1","npm-registry-client":"~0.4.0","read-package-json":"~1.1.7","read-installed":"~0.2.2","glob":"~3.2.6","init-package-json":"0.0.14","osenv":"0","lockfile":"~0.4.0","retry":"~0.6.0","once":"~1.3.0","npmconf":"~0.1.12","opener":"~1.3.0","chmodr":"~0.1.0","cmd-shim":"~1.1.1","sha":"~1.2.1","editor":"0.0.5","child-process-close":"~0.1.1","npm-user-validate":"0.0.3","github-url-from-git":"1.1.1","github-url-from-username-repo":"0.0.2","text-table":"~0.2.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","path-is-inside":"~1.0.0","columnify":"0.1.2","npm-install-checks":"~1.0.0"},"devDependencies":{"ronn":"~0.3.6","tap":"~0.4.0","npm-registry-mock":"~0.5.8"},"bundleDependencies":["semver","ini","slide","abbrev","graceful-fs","minimatch","nopt","rimraf","request","which","tar","fstream","block-stream","inherits","mkdirp","read","lru-cache","node-gyp","fstream-npm","uid-number","archy","chownr","npmlog","ansi","npm-registry-client","read-package-json","read-installed","glob","init-package-json","osenv","lockfile","retry","once","npmconf","opener","chmodr","cmd-shim","sha","child-process-close","editor","npm-user-validate","github-url-from-git","github-url-from-username-repo","normalize-package-data","text-table","ansicolors","ansistyles","path-is-inside","columnify","npm-install-checks"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"320d2f10a15c34f8582de6f9643714d67734f649","tarball":"https://registry.npmjs.org/npm/-/npm-1.4.0.tgz","integrity":"sha512-YZVa//smnkjPjUlFIffUjag+AvZAKzJk5D3eqtgtQafxLBdf/qTLF08PCc2OsElK0ox1c9M56MrQ74zJy3CnEg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFy+Yvb0Ren0tQGyv50SLiYVO1nwXPEXhTe61b9scF28AiArpFCgEhM07MYzYEXvpVcQ2iJGWVlhfoNgXkF+skwYWQ=="}]},"engines":{"node":">=0.8","npm":"1"}},"1.4.1":{"name":"npm","version":"1.4.1","dependencies":{"semver":"~2.2.1","ini":"~1.1.0","slide":"~1.1.5","abbrev":"~1.0.4","graceful-fs":"~2.0.0","minimatch":"~0.2.14","nopt":"~2.1.2","rimraf":"~2.2.5","request":"~2.30.0","which":"1","tar":"~0.1.19","fstream":"~0.1.25","block-stream":"0.0.7","mkdirp":"~0.3.5","read":"~1.0.4","lru-cache":"~2.5.0","node-gyp":"~0.12.2","fstream-npm":"~0.1.6","uid-number":"0","archy":"0","chownr":"0","npmlog":"0.0.6","ansi":"~0.2.1","npm-registry-client":"~0.4.1","read-package-json":"~1.1.7","read-installed":"~0.2.2","glob":"~3.2.6","init-package-json":"0.0.14","osenv":"0","lockfile":"~0.4.0","retry":"~0.6.0","once":"~1.3.0","npmconf":"~0.1.12","opener":"~1.3.0","chmodr":"~0.1.0","cmd-shim":"~1.1.1","sha":"~1.2.1","editor":"0.0.5","child-process-close":"~0.1.1","npm-user-validate":"0.0.3","github-url-from-git":"1.1.1","github-url-from-username-repo":"0.0.2","text-table":"~0.2.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","path-is-inside":"~1.0.0","columnify":"0.1.2","npm-install-checks":"~1.0.0"},"devDependencies":{"ronn":"~0.3.6","tap":"~0.4.0","npm-registry-mock":"~0.5.8"},"bundleDependencies":["semver","ini","slide","abbrev","graceful-fs","minimatch","nopt","rimraf","request","which","tar","fstream","block-stream","inherits","mkdirp","read","lru-cache","node-gyp","fstream-npm","uid-number","archy","chownr","npmlog","ansi","npm-registry-client","read-package-json","read-installed","glob","init-package-json","osenv","lockfile","retry","once","npmconf","opener","chmodr","cmd-shim","sha","child-process-close","editor","npm-user-validate","github-url-from-git","github-url-from-username-repo","normalize-package-data","text-table","ansicolors","ansistyles","path-is-inside","columnify","npm-install-checks"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"923cd1e6392ea248f47f04f8d83d65677369e6a8","tarball":"https://registry.npmjs.org/npm/-/npm-1.4.1.tgz","integrity":"sha512-sQAUVkgv3vh+atozuiX8Btj12e80z+h9sh0+Bz6K+cZOszt63x05+5SQjFXTkkuETiq+jxy4o3pKN0DvuuRXeQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDVajf2YCjO3kqp43M7Rf1ENqgtrZTcQhH/+qfD/W8FxwIhALcEsKLP6hHokEfH2JtvkdkXkgQdsI+LW29441j8xalZ"}]},"engines":{"node":">=0.8","npm":"1"}},"1.4.2":{"name":"npm","version":"1.4.2","dependencies":{"semver":"~2.2.1","ini":"~1.1.0","slide":"~1.1.5","abbrev":"~1.0.4","graceful-fs":"~2.0.0","minimatch":"~0.2.14","nopt":"~2.1.2","rimraf":"~2.2.5","request":"~2.30.0","which":"1","tar":"~0.1.19","fstream":"~0.1.25","block-stream":"0.0.7","mkdirp":"~0.3.5","read":"~1.0.4","lru-cache":"~2.5.0","node-gyp":"~0.12.2","fstream-npm":"~0.1.6","uid-number":"0","archy":"0","chownr":"0","npmlog":"0.0.6","ansi":"~0.2.1","npm-registry-client":"~0.4.2","read-package-json":"~1.1.7","read-installed":"~0.2.2","glob":"~3.2.6","init-package-json":"0.0.14","osenv":"0","lockfile":"~0.4.0","retry":"~0.6.0","once":"~1.3.0","npmconf":"~0.1.12","opener":"~1.3.0","chmodr":"~0.1.0","cmd-shim":"~1.1.1","sha":"~1.2.1","editor":"0.0.5","child-process-close":"~0.1.1","npm-user-validate":"0.0.3","github-url-from-git":"1.1.1","github-url-from-username-repo":"0.0.2","text-table":"~0.2.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","path-is-inside":"~1.0.0","columnify":"0.1.2","npm-install-checks":"~1.0.0"},"devDependencies":{"ronn":"~0.3.6","tap":"~0.4.0","npm-registry-mock":"~0.5.8"},"bundleDependencies":["semver","ini","slide","abbrev","graceful-fs","minimatch","nopt","rimraf","request","which","tar","fstream","block-stream","inherits","mkdirp","read","lru-cache","node-gyp","fstream-npm","uid-number","archy","chownr","npmlog","ansi","npm-registry-client","read-package-json","read-installed","glob","init-package-json","osenv","lockfile","retry","once","npmconf","opener","chmodr","cmd-shim","sha","child-process-close","editor","npm-user-validate","github-url-from-git","github-url-from-username-repo","normalize-package-data","text-table","ansicolors","ansistyles","path-is-inside","columnify","npm-install-checks"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"344d80bdf898574f5b9093a3ada1dd27a86ea4be","tarball":"https://registry.npmjs.org/npm/-/npm-1.4.2.tgz","integrity":"sha512-HW3QvKV450kdEwnRsBLz9qk5/9BDplHiX6P286vG6n9PRPw82eIOu9z5J5+34yjauxN6NDB5RO2j+cEY/D7Kbg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDPfk3wnD3l9r47c5t9PAgk/4aTU0/u0RL1Wbqhx8mvbAiEAwVejA0O1sOtJWlP0oLB5gC+iOsKPwUGpyfgiSHbqrDE="}]},"engines":{"node":">=0.8","npm":"1"}},"1.4.3":{"name":"npm","version":"1.4.3","dependencies":{"semver":"~2.2.1","ini":"~1.1.0","slide":"~1.1.5","abbrev":"~1.0.4","graceful-fs":"^2.0.2","minimatch":"~0.2.14","nopt":"^2.2.0","rimraf":"~2.2.5","request":"~2.30.0","which":"1","tar":"~0.1.19","fstream":"~0.1.25","block-stream":"0.0.7","mkdirp":"~0.3.5","read":"~1.0.4","lru-cache":"~2.5.0","node-gyp":"~0.12.2","fstream-npm":"~0.1.6","uid-number":"0","archy":"0","chownr":"0","npmlog":"0.0.6","ansi":"~0.2.1","npm-registry-client":"^0.4.4","read-package-json":"~1.1.7","read-installed":"~1.0.0","glob":"3.2.7","init-package-json":"0.0.14","osenv":"0","lockfile":"~0.4.0","retry":"~0.6.0","once":"~1.3.0","npmconf":"~0.1.12","opener":"~1.3.0","chmodr":"~0.1.0","cmd-shim":"~1.1.1","sha":"~1.2.1","editor":"0.0.5","child-process-close":"~0.1.1","npm-user-validate":"0.0.3","github-url-from-git":"1.1.1","github-url-from-username-repo":"0.0.2","text-table":"~0.2.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","path-is-inside":"~1.0.0","columnify":"0.1.2","npm-install-checks":"~1.0.0"},"devDependencies":{"ronn":"~0.3.6","tap":"~0.4.0","npm-registry-mock":"~0.5.8"},"bundleDependencies":["semver","ini","slide","abbrev","graceful-fs","minimatch","nopt","rimraf","request","which","tar","fstream","block-stream","inherits","mkdirp","read","lru-cache","node-gyp","fstream-npm","uid-number","archy","chownr","npmlog","ansi","npm-registry-client","read-package-json","read-installed","glob","init-package-json","osenv","lockfile","retry","once","npmconf","opener","chmodr","cmd-shim","sha","child-process-close","editor","npm-user-validate","github-url-from-git","github-url-from-username-repo","normalize-package-data","text-table","ansicolors","ansistyles","path-is-inside","columnify","npm-install-checks"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"c0b18a662731d93cfdac37df5c2b3a0cda39613c","tarball":"https://registry.npmjs.org/npm/-/npm-1.4.3.tgz","integrity":"sha512-UrnajCh69pkZZORhwMTWyavSc7FPhZWerBBtBFCsGHArJbWAsTIGbGNX3xlQEUzQlL7FepZ5AFTMkMYgs7OlFw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDAi7gt0rWwgoiYudex4f7ZnAefHsx2ZiQVvwfJU/iY2gIhALWiJ8hZn+nf1Drk9CaEqLUNwDRcJjwc0rp6B8MrFf4V"}]},"engines":{"node":">=0.8","npm":"1"}},"1.4.4":{"name":"npm","version":"1.4.4","dependencies":{"semver":"~2.2.1","ini":"~1.1.0","slide":"~1.1.5","abbrev":"~1.0.4","graceful-fs":"^2.0.2","minimatch":"~0.2.14","nopt":"^2.2.0","rimraf":"~2.2.5","request":"~2.30.0","which":"1","tar":"~0.1.19","fstream":"~0.1.25","block-stream":"0.0.7","mkdirp":"~0.3.5","read":"~1.0.4","lru-cache":"~2.5.0","node-gyp":"~0.12.2","fstream-npm":"~0.1.6","uid-number":"0.0.5","archy":"0","chownr":"0","npmlog":"0.0.6","ansi":"~0.2.1","npm-registry-client":"^0.4.4","read-package-json":"~1.1.7","read-installed":"~1.0.0","glob":"3.2.7","init-package-json":"0.0.14","osenv":"0","lockfile":"~0.4.0","retry":"~0.6.0","once":"~1.3.0","npmconf":"~0.1.12","opener":"~1.3.0","chmodr":"~0.1.0","cmd-shim":"~1.1.1","sha":"~1.2.1","editor":"0.0.5","child-process-close":"~0.1.1","npm-user-validate":"0.0.3","github-url-from-git":"1.1.1","github-url-from-username-repo":"0.0.2","text-table":"~0.2.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","path-is-inside":"~1.0.0","columnify":"0.1.2","npm-install-checks":"~1.0.0"},"devDependencies":{"ronn":"~0.3.6","tap":"~0.4.0","npm-registry-mock":"~0.5.8"},"bundleDependencies":["semver","ini","slide","abbrev","graceful-fs","minimatch","nopt","rimraf","request","which","tar","fstream","block-stream","inherits","mkdirp","read","lru-cache","node-gyp","fstream-npm","uid-number","archy","chownr","npmlog","ansi","npm-registry-client","read-package-json","read-installed","glob","init-package-json","osenv","lockfile","retry","once","npmconf","opener","chmodr","cmd-shim","sha","child-process-close","editor","npm-user-validate","github-url-from-git","github-url-from-username-repo","normalize-package-data","text-table","ansicolors","ansistyles","path-is-inside","columnify","npm-install-checks"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"076616f7af95bcd08a4c5ad5cce18c5f370e0935","tarball":"https://registry.npmjs.org/npm/-/npm-1.4.4.tgz","integrity":"sha512-RE6eiZ0cjxDTpcsdI84OEK6EELh86u4MUnsnOBjs6J3Z2mPmVIQ2QgSOYNngW32Dz/+Ja14wmYz8PZ2FlrDzJA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIE1bkG/csr1ctMm85hpYUqcw7QM7IQ/LuiElWYNpgPubAiEAhJhm9SdV0mt18jdtghK4g5ov0OROxuFkewKS/kdfhPI="}]},"engines":{"node":">=0.8","npm":"1"}},"1.4.5":{"name":"npm","version":"1.4.5","dependencies":{"abbrev":"~1.0.4","ansi":"~0.2.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"0","block-stream":"0.0.7","child-process-close":"~0.1.1","chmodr":"~0.1.0","chownr":"0","cmd-shim":"~1.1.1","columnify":"0.1.2","editor":"0.0.5","fstream":"~0.1.25","fstream-npm":"~0.1.6","github-url-from-git":"1.1.1","github-url-from-username-repo":"0.0.2","glob":"~3.2.9","graceful-fs":"~2.0.2","ini":"~1.1.0","init-package-json":"0.0.15","lockfile":"~0.4.0","lru-cache":"~2.5.0","minimatch":"~0.2.14","mkdirp":"~0.3.5","node-gyp":"~0.13.0","nopt":"~2.2.0","npm-install-checks":"~1.0.0","npm-registry-client":"~0.4.5","npm-user-validate":"0.0.3","npmconf":"~0.1.13","npmlog":"0.0.6","once":"~1.3.0","opener":"~1.3.0","osenv":"0","path-is-inside":"~1.0.0","read":"~1.0.4","read-installed":"^2.0.0","read-package-json":"~1.1.8","request":"~2.30.0","retry":"~0.6.0","rimraf":"~2.2.5","semver":"~2.2.1","sha":"~1.2.1","slide":"~1.1.5","sorted-object":"~1.0.0","tar":"~0.1.19","text-table":"~0.2.0","uid-number":"0.0.5","which":"1"},"devDependencies":{"npm-registry-mock":"~0.5","ronn":"~0.3.6","tap":"~0.4.0"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","block-stream","child-process-close","chmodr","chownr","cmd-shim","columnify","editor","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-package-data","npm-install-checks","npm-registry-client","npm-user-validate","npmconf","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","request","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","which"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"5da6f7ae5a57506b8afd664f951a8aa7ae84f456","tarball":"https://registry.npmjs.org/npm/-/npm-1.4.5.tgz","integrity":"sha512-NfgrCNHujLnbfVw0whtaR1SQRRKZD1lSdlDtRnrzj/p11H9Wro56hthM2FSLufXo7rHmzcDd9cCu/B/x/8J/Hw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBPGtlYam7ypc8eQ4PNAyXQwmV6FJJlkc8tmTUhVQht8AiBD3vxLJGDBkyQKue/h/0pIxQkeQan1N1iyZdmQUTqHEQ=="}]},"engines":{"node":">=0.8","npm":"1"}},"1.4.6":{"name":"npm","version":"1.4.6","dependencies":{"abbrev":"~1.0.4","ansi":"~0.2.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"0","block-stream":"0.0.7","child-process-close":"~0.1.1","chmodr":"~0.1.0","chownr":"0","cmd-shim":"~1.1.1","columnify":"0.1.2","editor":"0.0.5","fstream":"~0.1.25","fstream-npm":"~0.1.6","github-url-from-git":"1.1.1","github-url-from-username-repo":"0.0.2","glob":"~3.2.9","graceful-fs":"~2.0.2","ini":"~1.1.0","init-package-json":"0.0.15","lockfile":"~0.4.0","lru-cache":"~2.5.0","minimatch":"~0.2.14","mkdirp":"~0.3.5","node-gyp":"~0.13.0","nopt":"~2.2.0","npm-install-checks":"~1.0.0","npm-registry-client":"~0.4.5","npm-user-validate":"0.0.3","npmconf":"~0.1.13","npmlog":"0.0.6","once":"~1.3.0","opener":"~1.3.0","osenv":"0","path-is-inside":"~1.0.0","read":"~1.0.4","read-installed":"~2.0.1","read-package-json":"~1.1.8","request":"~2.30.0","retry":"~0.6.0","rimraf":"~2.2.5","semver":"~2.2.1","sha":"~1.2.1","slide":"~1.1.5","sorted-object":"~1.0.0","tar":"~0.1.19","text-table":"~0.2.0","uid-number":"0.0.5","which":"1"},"devDependencies":{"npm-registry-mock":"~0.5","ronn":"~0.3.6","tap":"~0.4.0"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","block-stream","child-process-close","chmodr","chownr","cmd-shim","columnify","editor","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-package-data","npm-install-checks","npm-registry-client","npm-user-validate","npmconf","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","request","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","which"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"0e151bce38e72cf2206a6299fa5164123f04256e","tarball":"https://registry.npmjs.org/npm/-/npm-1.4.6.tgz","integrity":"sha512-lkXWkEmQSSaCQ0nkbAi9Y/BaNop6F6Hz3LYmR7QlMLpiCKs1NJO/TjpUQSVTOoHFu/u6SHtxBljPFzXlZnOTGQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCqKUlceEqzqPIUGO2qTIiVVZifed2tVvZwdmGorBRsjQIgFksIF/AClRp/MzPlzfAOVMJGnWrMrHr5oJk/kbeuouE="}]},"engines":{"node":">=0.8","npm":"1"}},"1.4.7":{"name":"npm","version":"1.4.7","dependencies":{"abbrev":"~1.0.4","ansi":"~0.2.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"0","block-stream":"0.0.7","child-process-close":"~0.1.1","chmodr":"~0.1.0","chownr":"0","cmd-shim":"~1.1.1","columnify":"0.1.2","editor":"0.0.5","fstream":"~0.1.25","fstream-npm":"~0.1.6","github-url-from-git":"1.1.1","github-url-from-username-repo":"0.0.2","glob":"~3.2.9","graceful-fs":"~2.0.2","ini":"~1.1.0","init-package-json":"0.0.15","lockfile":"~0.4.0","lru-cache":"~2.5.0","minimatch":"~0.2.14","mkdirp":"~0.3.5","node-gyp":"~0.13.0","nopt":"~2.2.0","npm-install-checks":"~1.0.0","npm-registry-client":"~0.4.7","npm-user-validate":"0.0.3","npmconf":"~0.1.14","npmlog":"0.0.6","once":"~1.3.0","opener":"~1.3.0","osenv":"0","path-is-inside":"~1.0.0","read":"~1.0.4","read-installed":"~2.0.1","read-package-json":"~1.1.8","request":"~2.30.0","retry":"~0.6.0","rimraf":"~2.2.5","semver":"~2.2.1","sha":"~1.2.1","slide":"~1.1.5","sorted-object":"~1.0.0","tar":"~0.1.19","text-table":"~0.2.0","uid-number":"0.0.5","which":"1"},"devDependencies":{"npm-registry-mock":"~0.6.3","ronn":"~0.3.6","tap":"~0.4.0"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","block-stream","child-process-close","chmodr","chownr","cmd-shim","columnify","editor","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-package-data","npm-install-checks","npm-registry-client","npm-user-validate","npmconf","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","request","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","which"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"7e3c4385973ffb58c9bf15eebe2668c0ce3fafe0","tarball":"https://registry.npmjs.org/npm/-/npm-1.4.7.tgz","integrity":"sha512-vBdK1KmirpF7LqFsnCNLAOtfzEVnK02tpXBqD6se0QLSHqf4Rj04cgxCmMufDOpldzxwSHD+D4yB/AOshUTfBw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCDzoCVCTVA56sYbvg3dsPSCB3BtQCnDPnAugTuM4nrRgIhAJPPgtQ6UPUJkaBHM6aMagpKo54jKbl9i96cC3Ib2ZdN"}]},"engines":{"node":">=0.8","npm":"1"}},"1.4.8":{"name":"npm","version":"1.4.8","dependencies":{"abbrev":"~1.0.4","ansi":"~0.2.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"0","block-stream":"0.0.7","child-process-close":"~0.1.1","chmodr":"~0.1.0","chownr":"0","cmd-shim":"~1.1.1","columnify":"0.1.2","editor":"0.0.5","fstream":"~0.1.25","fstream-npm":"~0.1.6","github-url-from-git":"1.1.1","github-url-from-username-repo":"~0.1.0","glob":"~3.2.9","graceful-fs":"~2.0.2","ini":"~1.1.0","init-package-json":"0.0.16","lockfile":"~0.4.0","lru-cache":"~2.5.0","minimatch":"~0.2.14","mkdirp":"~0.3.5","node-gyp":"~0.13.0","nopt":"~2.2.1","npm-install-checks":"~1.0.0","npm-registry-client":"~0.4.7","npm-user-validate":"0.0.3","npmconf":"~0.1.15","npmlog":"0.0.6","once":"~1.3.0","opener":"~1.3.0","osenv":"0","path-is-inside":"~1.0.0","read":"~1.0.4","read-installed":"~2.0.1","read-package-json":"~1.1.9","request":"~2.30.0","retry":"~0.6.0","rimraf":"~2.2.5","semver":"~2.2.1","sha":"~1.2.1","slide":"~1.1.5","sorted-object":"~1.0.0","tar":"~0.1.19","text-table":"~0.2.0","uid-number":"0.0.5","which":"1"},"devDependencies":{"npm-registry-mock":"~0.6.3","ronn":"~0.3.6","tap":"~0.4.9"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","block-stream","child-process-close","chmodr","chownr","cmd-shim","columnify","editor","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-package-data","npm-install-checks","npm-registry-client","npm-user-validate","npmconf","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","request","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","which"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"f98db4a8379b4ccaecd36aa7f71befb7a19ac2e3","tarball":"https://registry.npmjs.org/npm/-/npm-1.4.8.tgz","integrity":"sha512-SaiqXSwcdnD3d73sgX4pV6MxBf/H5MFtcWlafr5caJQrZ7RU4VfYA2dP23mbRwOnVTQmtyZKgBzamTt5SPR1bA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEPz/FAoui6R6Kvy2QMV6U+MeAVyR5bn8MPCitP8d9oqAiEA5xVPZPKuBkvoikjekChMZzrzG8ICrvKuJmr5O0LsGb8="}]},"engines":{"node":">=0.8","npm":"1"}},"1.4.9":{"name":"npm","version":"1.4.9","dependencies":{"abbrev":"~1.0.4","ansi":"~0.2.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"0","block-stream":"0.0.7","child-process-close":"~0.1.1","chmodr":"~0.1.0","chownr":"0","cmd-shim":"~1.1.1","columnify":"0.1.2","editor":"0.0.5","fstream":"~0.1.25","fstream-npm":"~0.1.6","github-url-from-git":"1.1.1","github-url-from-username-repo":"~0.1.0","glob":"~3.2.9","graceful-fs":"~2.0.2","ini":"~1.1.0","init-package-json":"0.0.16","lockfile":"~0.4.0","lru-cache":"~2.5.0","minimatch":"~0.2.14","mkdirp":"~0.3.5","node-gyp":"~0.13.0","nopt":"~2.2.1","npm-install-checks":"~1.0.0","npm-registry-client":"~0.4.8","npm-user-validate":"0.0.3","npmconf":"~0.1.15","npmlog":"0.0.6","once":"~1.3.0","opener":"~1.3.0","osenv":"0","path-is-inside":"~1.0.0","read":"~1.0.4","read-installed":"~2.0.1","read-package-json":"~1.1.9","request":"~2.30.0","retry":"~0.6.0","rimraf":"~2.2.5","semver":"~2.2.1","sha":"~1.2.1","slide":"~1.1.5","sorted-object":"~1.0.0","tar":"~0.1.19","text-table":"~0.2.0","uid-number":"0.0.5","which":"1"},"devDependencies":{"npm-registry-mock":"~0.6.3","ronn":"~0.3.6","tap":"~0.4.9"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","block-stream","child-process-close","chmodr","chownr","cmd-shim","columnify","editor","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-package-data","npm-install-checks","npm-registry-client","npm-user-validate","npmconf","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","request","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","which"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"29094f675dad69fc5ea24960a81c7abbfca5ce01","tarball":"https://registry.npmjs.org/npm/-/npm-1.4.9.tgz","integrity":"sha512-WVtAjyzFx19GIcd+Y25x3k4OOEiQmKwgTVdkkJ5TMASZCoit/WsqfUNZNr5Eu43rbXi/Ta/5aC6f8EDDZ6k79g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGLiXHYkT5GEpN/CHhIMG0LkFE8Kne56ozjSjkrrbi3UAiBEphvG6xT8z1fJD7dg76HtAm/vtebTn73nI0zcmeH4Lw=="}]},"engines":{"node":">=0.8","npm":"1"}},"1.4.10":{"name":"npm","version":"1.4.10","dependencies":{"abbrev":"~1.0.4","ansi":"~0.2.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"0","block-stream":"0.0.7","child-process-close":"~0.1.1","chmodr":"~0.1.0","chownr":"0","cmd-shim":"~1.1.1","columnify":"0.1.2","editor":"0.0.5","fstream":"~0.1.25","fstream-npm":"~0.1.6","github-url-from-git":"1.1.1","github-url-from-username-repo":"~0.1.0","glob":"~3.2.9","graceful-fs":"~2.0.2","ini":"~1.1.0","init-package-json":"0.0.16","lockfile":"~0.4.0","lru-cache":"~2.5.0","minimatch":"~0.2.14","mkdirp":"~0.3.5","node-gyp":"~0.13.0","nopt":"~2.2.1","npm-install-checks":"~1.0.0","npm-registry-client":"~0.4.8","npm-user-validate":"0.0.3","npmconf":"~0.1.15","npmlog":"0.0.6","once":"~1.3.0","opener":"~1.3.0","osenv":"0","path-is-inside":"~1.0.0","read":"~1.0.4","read-installed":"~2.0.1","read-package-json":"~1.1.9","request":"~2.30.0","retry":"~0.6.0","rimraf":"~2.2.5","semver":"~2.2.1","sha":"~1.2.1","slide":"~1.1.5","sorted-object":"~1.0.0","tar":"~0.1.19","text-table":"~0.2.0","uid-number":"0.0.5","which":"1"},"devDependencies":{"marked":"~0.3.2","npm-registry-mock":"~0.6.3","ronn":"~0.3.6","tap":"~0.4.9"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","block-stream","child-process-close","chmodr","chownr","cmd-shim","columnify","editor","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-package-data","npm-install-checks","npm-registry-client","npm-user-validate","npmconf","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","request","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","which"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"4f8edd5e8cfb55cd2755ac6505593c2b4d5510f8","tarball":"https://registry.npmjs.org/npm/-/npm-1.4.10.tgz","integrity":"sha512-OFQ0/cC5wLEl+9IlsJUJ/m117tId/LTlL7qsRPtL5aEs67Vfb1UtdzPPclFUkLZExjWiZn4RGUz4lyqHNAYd0A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIA1gYhcwEik8/Tl6MjR7XTWn7OU1tXQkdNl2dxCHoCX3AiABpkqJi8wWauMriagx9lQN7z2eAVIhwaiA01NffGmdfg=="}]},"engines":{"node":">=0.8","npm":"1"}},"1.4.11":{"name":"npm","version":"1.4.11","dependencies":{"abbrev":"~1.0.5","ansi":"~0.2.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"0","block-stream":"0.0.7","char-spinner":"~1.0.0","child-process-close":"~0.1.1","chmodr":"~0.1.0","chownr":"0","cmd-shim":"~1.1.1","columnify":"~0.1.2","editor":"0.0.5","fstream":"~0.1.25","fstream-npm":"~0.1.7","github-url-from-git":"1.1.1","github-url-from-username-repo":"~0.1.0","glob":"~3.2.10","graceful-fs":"~2.0.2","inflight":"^1.0.1","ini":"~1.2.0","init-package-json":"0.0.17","lockfile":"~0.4.0","lru-cache":"~2.5.0","minimatch":"~0.3.0","mkdirp":"~0.3.5","node-gyp":"~0.13.0","nopt":"~2.2.1","npm-cache-filename":"~1.0.1","npm-install-checks":"~1.0.0","npm-registry-client":"~1.0.0","npm-user-validate":"~0.1.0","npmconf":"~1.0.1","npmlog":"0.0.6","once":"~1.3.0","opener":"~1.3.0","osenv":"0","path-is-inside":"~1.0.0","read":"~1.0.4","read-installed":"~2.0.4","read-package-json":"~1.1.9","request":"~2.30.0","retry":"~0.6.0","rimraf":"~2.2.5","semver":"~2.3.0","sha":"~1.2.1","slide":"~1.1.5","sorted-object":"~1.0.0","tar":"~0.1.19","text-table":"~0.2.0","uid-number":"0.0.5","which":"1"},"devDependencies":{"marked":"~0.3.2","npm-registry-mock":"~0.6.3","ronn":"~0.3.6","tap":"~0.4.9"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","block-stream","char-spinner","child-process-close","chmodr","chownr","cmd-shim","columnify","editor","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-package-data","npm-cache-filename","npm-install-checks","npm-registry-client","npm-user-validate","npmconf","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","request","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","which"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"31b8eab9ec42fd6ef6b5b4baf40ec6c2c8e2660a","tarball":"https://registry.npmjs.org/npm/-/npm-1.4.11.tgz","integrity":"sha512-jdNPfvwwDZXOiAtvW5aGoOO+QgzoxARBPPFTTvmYWmojZS0YNFCnIscJVit4fdzsVbGwlRSEU6h4xQV2sPRX+Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEMfaLp5lYEHcyKELiGbLyslOKQoO/+zn0C0HDFFCF4HAiEA7VeCyFxn5EzD1iutlxw/YHMAAA1Rp2XkRWHF6KBQExM="}]},"engines":{"node":">=0.8","npm":"1"}},"1.4.12":{"name":"npm","version":"1.4.12","dependencies":{"abbrev":"~1.0.5","ansi":"~0.2.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"0","block-stream":"0.0.7","char-spinner":"~1.0.0","child-process-close":"~0.1.1","chmodr":"~0.1.0","chownr":"0","cmd-shim":"~1.1.1","columnify":"~0.1.2","editor":"0.0.5","fstream":"~0.1.25","fstream-npm":"~0.1.7","github-url-from-git":"1.1.1","github-url-from-username-repo":"~0.1.0","glob":"~3.2.10","graceful-fs":"~2.0.2","inflight":"~1.0.1","ini":"~1.2.0","init-package-json":"0.0.17","lockfile":"~0.4.0","lru-cache":"~2.5.0","minimatch":"~0.3.0","mkdirp":"~0.3.5","node-gyp":"~0.13.0","nopt":"~2.2.1","npm-cache-filename":"~1.0.1","npm-install-checks":"~1.0.0","npm-registry-client":"~1.0.0","npm-user-validate":"~0.1.0","npmconf":"~1.0.1","npmlog":"0.0.6","once":"~1.3.0","opener":"~1.3.0","osenv":"0","path-is-inside":"~1.0.0","read":"~1.0.4","read-installed":"~2.0.4","read-package-json":"~1.1.9","request":"~2.30.0","retry":"~0.6.0","rimraf":"~2.2.5","semver":"~2.3.0","sha":"~1.2.1","slide":"~1.1.5","sorted-object":"~1.0.0","tar":"~0.1.19","text-table":"~0.2.0","uid-number":"0.0.5","which":"1"},"devDependencies":{"marked":"~0.3.2","npm-registry-mock":"~0.6.3","ronn":"~0.3.6","tap":"~0.4.9"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","block-stream","char-spinner","child-process-close","chmodr","chownr","cmd-shim","columnify","editor","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","npm-cache-filename","npm-install-checks","npm-registry-client","npm-user-validate","npmconf","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","request","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","which"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"794603e63f2a60c7d5f2ce1200a306ea9446b50f","tarball":"https://registry.npmjs.org/npm/-/npm-1.4.12.tgz","integrity":"sha512-lWXfKc2osX/vVv11snFtJzlc0nevBPeh25Hx1sK5122mlk1DF/gtpx5JYG6Czhnb3H1f5xa9LMxO085LQfHd4w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDc4REunyU+sfGUS8kq0bTyrhPQXbKh9MAHhJiY5lwM1QIgPKLbx0B4GxrYXd5wnByEhJHTxOaRVUjk1fn8IQ5xE9Q="}]},"engines":{"node":">=0.8","npm":"1"}},"1.4.13":{"name":"npm","version":"1.4.13","dependencies":{"abbrev":"~1.0.5","ansi":"~0.2.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"0","block-stream":"0.0.7","char-spinner":"~1.0.0","child-process-close":"~0.1.1","chmodr":"~0.1.0","chownr":"0","cmd-shim":"~1.1.1","columnify":"~0.1.2","editor":"0.0.5","fstream":"~0.1.25","fstream-npm":"~0.1.7","github-url-from-git":"1.1.1","github-url-from-username-repo":"~0.1.0","glob":"~3.2.10","graceful-fs":"~2.0.2","inflight":"~1.0.1","ini":"~1.2.0","init-package-json":"0.0.17","lockfile":"~0.4.0","lru-cache":"~2.5.0","minimatch":"~0.3.0","mkdirp":"~0.3.5","node-gyp":"~0.13.0","nopt":"~2.2.1","npm-cache-filename":"~1.0.1","npm-install-checks":"~1.0.0","npm-registry-client":"~1.0.0","npm-user-validate":"~0.1.0","npmconf":"~1.0.1","npmlog":"0.0.6","once":"~1.3.0","opener":"~1.3.0","osenv":"0","path-is-inside":"~1.0.0","read":"~1.0.4","read-installed":"~2.0.4","read-package-json":"~1.1.9","request":"~2.30.0","retry":"~0.6.0","rimraf":"~2.2.5","semver":"~2.3.0","sha":"~1.2.1","slide":"~1.1.5","sorted-object":"~1.0.0","tar":"~0.1.19","text-table":"~0.2.0","uid-number":"0.0.5","which":"1"},"devDependencies":{"marked":"~0.3.2","npm-registry-mock":"~0.6.3","ronn":"~0.3.6","tap":"~0.4.9"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","block-stream","char-spinner","child-process-close","chmodr","chownr","cmd-shim","columnify","editor","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","npm-cache-filename","npm-install-checks","npm-registry-client","npm-user-validate","npmconf","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","request","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","which"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"d74e510cb052e9feeba70b1e888646e448623150","tarball":"https://registry.npmjs.org/npm/-/npm-1.4.13.tgz","integrity":"sha512-9SnukUCJTUH2i4QT7KWWgevgTaXlWzij8RirLOc2dkDhNZ7+lDsEZ4rC+N2+bh8Ggz8fv3O6bHW/XZjH+6CU8A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEdY0Gw29hVB77BwXsrwed+c3B9znb8xpJCp6USLKuemAiAqZQK5+sr0wyuNiZracBTEaQ+eTVWSw/DiseuVZVvSng=="}]},"engines":{"node":">=0.8","npm":"1"}},"1.4.14":{"name":"npm","version":"1.4.14","dependencies":{"abbrev":"~1.0.5","ansi":"~0.2.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"0","block-stream":"0.0.7","char-spinner":"~1.0.1","child-process-close":"~0.1.1","chmodr":"~0.1.0","chownr":"0","cmd-shim":"~1.1.1","columnify":"~0.1.2","editor":"0.0.5","fstream":"~0.1.25","fstream-npm":"~0.1.7","github-url-from-git":"1.1.1","github-url-from-username-repo":"~0.1.0","glob":"~3.2.10","graceful-fs":"~2.0.2","inflight":"~1.0.1","ini":"~1.2.0","init-package-json":"0.0.17","lockfile":"~0.4.0","lru-cache":"~2.5.0","minimatch":"~0.3.0","mkdirp":"~0.3.5","node-gyp":"~0.13.0","nopt":"~2.2.1","npm-cache-filename":"~1.0.1","npm-install-checks":"~1.0.0","npm-registry-client":"~1.0.0","npm-user-validate":"~0.1.0","npmconf":"~1.0.1","npmlog":"0.0.6","once":"~1.3.0","opener":"~1.3.0","osenv":"0","path-is-inside":"~1.0.0","read":"~1.0.4","read-installed":"~2.0.4","read-package-json":"~1.1.9","request":"~2.30.0","retry":"~0.6.0","rimraf":"~2.2.5","semver":"~2.3.0","sha":"~1.2.1","slide":"~1.1.5","sorted-object":"~1.0.0","tar":"~0.1.19","text-table":"~0.2.0","uid-number":"0.0.5","which":"1"},"devDependencies":{"marked":"~0.3.2","npm-registry-mock":"~0.6.3","ronn":"~0.3.6","tap":"~0.4.9"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","block-stream","char-spinner","child-process-close","chmodr","chownr","cmd-shim","columnify","editor","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","npm-cache-filename","npm-install-checks","npm-registry-client","npm-user-validate","npmconf","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","request","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","which"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"b779a930fb7a1260f9784fb1e04b1e6898653bd9","tarball":"https://registry.npmjs.org/npm/-/npm-1.4.14.tgz","integrity":"sha512-HYteohUBd4iLt+eIQ+yqvcHCIvJS7YnHvra8Famvf+kPpg9ujZewpt3hoNmrG6vhSRGFMlTbpjL7peoMD0ziOw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICH7K2ziwhRYzTzSH8DB5AuNcy3gY9nTCc+fwAd+e+UnAiBEbinMwCsh+3hA3NkFeecztVVlwRrgzv+9xw/BMdTjfA=="}]},"engines":{"node":">=0.8","npm":"1"}},"1.4.15":{"name":"npm","version":"1.4.15","dependencies":{"abbrev":"~1.0.5","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"0","block-stream":"0.0.7","char-spinner":"~1.0.1","child-process-close":"~0.1.1","chmodr":"~0.1.0","chownr":"0","cmd-shim":"~1.1.1","columnify":"~1.1.0","editor":"~0.1.0","fstream":"~0.1.26","fstream-npm":"~0.1.7","github-url-from-git":"1.1.1","github-url-from-username-repo":"~0.2.0","glob":"~4.0.2","graceful-fs":"~3.0.0","inflight":"~1.0.1","ini":"~1.2.0","init-package-json":"~0.1.0","lockfile":"~0.4.0","lru-cache":"~2.5.0","minimatch":"~0.3.0","mkdirp":"~0.3.5","node-gyp":"~0.13.0","nopt":"~3.0.0","npm-cache-filename":"~1.0.1","npm-install-checks":"~1.0.2","npm-registry-client":"1","npm-user-validate":"~0.1.0","npmconf":"~1.0.2","npmlog":"~0.1.0","once":"~1.3.0","opener":"~1.3.0","osenv":"~0.1.0","path-is-inside":"~1.0.0","read":"~1.0.4","read-installed":"~2.0.5","read-package-json":"~1.2.2","request":"~2.30.0","retry":"~0.6.0","rimraf":"~2.2.5","semver":"~2.3.0","sha":"~1.2.1","slide":"~1.1.5","sorted-object":"~1.0.0","tar":"~0.1.19","text-table":"~0.2.0","uid-number":"0.0.5","which":"1"},"devDependencies":{"marked":"~0.3.2","npm-registry-mock":"~0.6.3","ronn":"~0.3.6","tap":"~0.4.9"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","block-stream","char-spinner","child-process-close","chmodr","chownr","cmd-shim","columnify","editor","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","npm-cache-filename","npm-install-checks","npm-registry-client","npm-user-validate","npmconf","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","request","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","which"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"d73918c20d15212c4fc0071ecb5b956806a3eea0","tarball":"https://registry.npmjs.org/npm/-/npm-1.4.15.tgz","integrity":"sha512-gbdFAt3x5lkIHIsG6rYoywb/3J0HYSC6N+8yhGL6mRVIPrLqn7+TKQ0km9uyZrGaWj1FHkG/y6B2oVf7fA5hoA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICObBLoejpweE3Zb7/kkEbUo0TFRN2IU1//Sc7TR/jHQAiEAqVCl55loGsRSDCre9ItyM77OFxrCC+jDTrovVGl9NhA="}]},"engines":{"node":">=0.8","npm":"1"}},"1.4.16":{"name":"npm","version":"1.4.16","dependencies":{"abbrev":"~1.0.5","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"0","block-stream":"0.0.7","char-spinner":"~1.0.1","child-process-close":"~0.1.1","chmodr":"~0.1.0","chownr":"0","cmd-shim":"~1.1.1","columnify":"~1.1.0","editor":"~0.1.0","fstream":"~0.1.27","fstream-npm":"~0.1.7","github-url-from-git":"1.1.1","github-url-from-username-repo":"~0.2.0","glob":"~4.0.2","graceful-fs":"~3.0.0","inflight":"~1.0.1","ini":"~1.2.0","init-package-json":"~0.1.0","lockfile":"~0.4.0","lru-cache":"~2.5.0","minimatch":"~0.3.0","mkdirp":"~0.3.5","node-gyp":"~0.13.0","nopt":"~3.0.0","npm-cache-filename":"~1.0.1","npm-install-checks":"~1.0.2","npm-registry-client":"~2.0.2","npm-user-validate":"~0.1.0","npmconf":"~1.0.5","npmlog":"~0.1.1","once":"~1.3.0","opener":"~1.3.0","osenv":"~0.1.0","path-is-inside":"~1.0.0","read":"~1.0.4","read-installed":"~2.0.5","read-package-json":"~1.2.2","request":"~2.30.0","retry":"~0.6.0","rimraf":"~2.2.8","semver":"~2.3.0","sha":"~1.2.1","slide":"~1.1.5","sorted-object":"~1.0.0","tar":"~0.1.19","text-table":"~0.2.0","uid-number":"0.0.5","which":"1"},"devDependencies":{"marked":"~0.3.2","npm-registry-mock":"~0.6.3","ronn":"~0.3.6","tap":"~0.4.9"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","block-stream","char-spinner","child-process-close","chmodr","chownr","cmd-shim","columnify","editor","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","npm-cache-filename","npm-install-checks","npm-registry-client","npm-user-validate","npmconf","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","request","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","which"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"e34c28a0cdd1dea942580ebf65660b21e912434f","tarball":"https://registry.npmjs.org/npm/-/npm-1.4.16.tgz","integrity":"sha512-36CNiNYe9G7UHbnBXhPveg9BcIkPpp1SOZASETY9ZsawLpl1CMNsRunDmG0YnRSCQHJmYEy/qIKNXF1LbJsZuA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCXXzwC6XU2OkcA46ZlzM9x65xA3XBUsCcTDyWridjDIQIgTiFRtUivkiIoOpvEzlKdJmDQFhIw83WyVA/E77vZCp8="}]},"engines":{"node":">=0.8","npm":"1"}},"1.2.8000":{"name":"npm","version":"1.2.8000","dependencies":{"abbrev":"~1.0.5","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"0","block-stream":"0.0.7","char-spinner":"~1.0.1","child-process-close":"~0.1.1","chmodr":"~0.1.0","chownr":"0","cmd-shim":"~1.1.1","columnify":"~1.1.0","editor":"~0.1.0","fstream":"~0.1.27","fstream-npm":"~0.1.7","github-url-from-git":"1.1.1","github-url-from-username-repo":"~0.2.0","glob":"~4.0.2","graceful-fs":"~3.0.0","inflight":"~1.0.1","ini":"~1.2.0","init-package-json":"~0.1.0","lockfile":"~0.4.0","lru-cache":"~2.5.0","minimatch":"~0.3.0","mkdirp":"~0.3.5","node-gyp":"~0.13.0","nopt":"~3.0.0","npm-cache-filename":"~1.0.1","npm-install-checks":"~1.0.2","npm-registry-client":"~2.0.2","npm-user-validate":"~0.1.0","npmconf":"~1.0.5","npmlog":"~0.1.1","once":"~1.3.0","opener":"~1.3.0","osenv":"~0.1.0","path-is-inside":"~1.0.0","read":"~1.0.4","read-installed":"~2.0.5","read-package-json":"~1.2.2","request":"~2.30.0","retry":"~0.6.0","rimraf":"~2.2.8","semver":"~2.3.0","sha":"~1.2.1","slide":"~1.1.5","sorted-object":"~1.0.0","tar":"~0.1.19","text-table":"~0.2.0","uid-number":"0.0.5","which":"1"},"devDependencies":{"marked":"~0.3.2","npm-registry-mock":"~0.6.3","ronn":"~0.3.6","tap":"~0.4.9"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","block-stream","char-spinner","child-process-close","chmodr","chownr","cmd-shim","columnify","editor","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","npm-cache-filename","npm-install-checks","npm-registry-client","npm-user-validate","npmconf","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","request","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","which"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"2a2f9fa6486d4652c03f8b8c6314a422a74d7245","tarball":"https://registry.npmjs.org/npm/-/npm-1.2.8000.tgz","integrity":"sha512-lHbzGVwIlyA8y3BVceQ9hXWVsYJTBZo8RyQ6O8E6vxYnq2uNsL7bnEWi+tbC1pc4j21JRhlRZXaUQvziPpJqyw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC9e6jJ6tyXnqpQHMv1bWACXc/H822XsjclH3s66UDELwIhAPGkXk1UouSG2JbT8n67gLn1RBFagoWBHWjr0KkhXiu+"}]},"engines":{"node":">=0.8","npm":"1"}},"1.4.17":{"name":"npm","version":"1.4.17","dependencies":{"abbrev":"~1.0.5","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"0","block-stream":"0.0.7","char-spinner":"~1.0.1","child-process-close":"~0.1.1","chmodr":"~0.1.0","chownr":"0","cmd-shim":"~1.1.1","columnify":"~1.1.0","editor":"~0.1.0","fstream":"~0.1.28","fstream-npm":"~0.1.7","github-url-from-git":"1.1.1","github-url-from-username-repo":"~0.2.0","glob":"~4.0.2","graceful-fs":"~3.0.0","inflight":"~1.0.1","ini":"~1.2.0","init-package-json":"~0.1.0","lockfile":"~0.4.0","lru-cache":"~2.5.0","minimatch":"~0.3.0","mkdirp":"~0.3.5","node-gyp":"~0.13.0","nopt":"~3.0.0","npm-cache-filename":"~1.0.1","npm-install-checks":"~1.0.2","npm-registry-client":"~2.0.2","npm-user-validate":"~0.1.0","npmconf":"~1.1.2","npmlog":"~0.1.1","once":"~1.3.0","opener":"~1.3.0","osenv":"~0.1.0","path-is-inside":"~1.0.0","read":"~1.0.4","read-installed":"~2.0.5","read-package-json":"~1.2.2","request":"~2.30.0","retry":"~0.6.0","rimraf":"~2.2.8","semver":"~2.3.0","sha":"~1.2.1","slide":"~1.1.5","sorted-object":"~1.0.0","tar":"~0.1.20","text-table":"~0.2.0","uid-number":"0.0.5","which":"1"},"devDependencies":{"marked":"~0.3.2","npm-registry-couchapp":"~2.3.6","npm-registry-mock":"~0.6.3","ronn":"~0.3.6","tap":"~0.4.9"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","block-stream","char-spinner","child-process-close","chmodr","chownr","cmd-shim","columnify","editor","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","npm-cache-filename","npm-install-checks","npm-registry-client","npm-user-validate","npmconf","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","request","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","which"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"978d1a5c211481bc8c4cd670d36663b0ebadf0f4","tarball":"https://registry.npmjs.org/npm/-/npm-1.4.17.tgz","integrity":"sha512-DIOGD0FHZLthWPnRg9OM69QWJwsYNElFK47Y8IGQWL5S0wQsmn7MR5K5YfYeffspt64ZOPF6kmShmLshFDQYWg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDe4kg/LMg5l8xUR8Svinw+lOrGWaqw3ELR2fAQ1Mlc+QIhAJvdRM9BQL6cZB23JszEKe5iOoocG/HdXaenj+K65ko7"}]},"engines":{"node":">=0.8","npm":"1"}},"1.4.18":{"name":"npm","version":"1.4.18","dependencies":{"abbrev":"~1.0.5","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"0","block-stream":"0.0.7","char-spinner":"~1.0.1","child-process-close":"~0.1.1","chmodr":"~0.1.0","chownr":"0","cmd-shim":"~1.1.1","columnify":"~1.1.0","editor":"~0.1.0","fstream":"~0.1.28","fstream-npm":"~0.1.7","github-url-from-git":"1.1.1","github-url-from-username-repo":"~0.2.0","glob":"~4.0.3","graceful-fs":"~3.0.0","inflight":"~1.0.1","ini":"~1.2.0","init-package-json":"~0.1.0","lockfile":"~0.4.0","lru-cache":"~2.5.0","minimatch":"~0.3.0","mkdirp":"~0.3.5","node-gyp":"~0.13.0","nopt":"~3.0.0","npm-cache-filename":"~1.0.1","npm-install-checks":"~1.0.2","npm-registry-client":"~2.0.2","npm-user-validate":"~0.1.0","npmconf":"~1.1.2","npmlog":"~0.1.1","once":"~1.3.0","opener":"~1.3.0","osenv":"~0.1.0","path-is-inside":"~1.0.0","read":"~1.0.4","read-installed":"~2.0.5","read-package-json":"~1.2.2","request":"~2.30.0","retry":"~0.6.0","rimraf":"~2.2.8","semver":"~2.3.0","sha":"~1.2.1","slide":"~1.1.5","sorted-object":"~1.0.0","tar":"~0.1.20","text-table":"~0.2.0","uid-number":"0.0.5","which":"1"},"devDependencies":{"marked":"~0.3.2","npm-registry-couchapp":"~2.3.6","npm-registry-mock":"~0.6.3","ronn":"~0.3.6","tap":"~0.4.9"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","block-stream","char-spinner","child-process-close","chmodr","chownr","cmd-shim","columnify","editor","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","npm-cache-filename","npm-install-checks","npm-registry-client","npm-user-validate","npmconf","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","request","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","which"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"3c2a2fe41376038928e28e74e1bacf6b886a9661","tarball":"https://registry.npmjs.org/npm/-/npm-1.4.18.tgz","integrity":"sha512-AhVUYTBr540LMkWamtTMHNMLvL+/B/y+jlJj33nXQ6VhHi/AaHWCuD4JymiqOjo0EiDSLh+sUln1CelDLkv6Yw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCRV4j33wQp82bE55xDSuYSln88lxW8G4RfqvMQFQseJAIgWKZIOeEaKntOqlcJnq8KGEzP7gMknNRoTMmMDI9NYmQ="}]},"engines":{"node":">=0.8","npm":"1"}},"1.4.19":{"name":"npm","version":"1.4.19","dependencies":{"abbrev":"~1.0.5","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"0","block-stream":"0.0.7","char-spinner":"~1.0.1","child-process-close":"~0.1.1","chmodr":"~0.1.0","chownr":"0","cmd-shim":"~1.1.1","columnify":"~1.1.0","editor":"~0.1.0","fstream":"~0.1.28","fstream-npm":"~0.1.7","github-url-from-git":"1.1.1","github-url-from-username-repo":"~0.2.0","glob":"~4.0.3","graceful-fs":"~3.0.0","inflight":"~1.0.1","ini":"~1.2.0","init-package-json":"~0.1.0","lockfile":"~0.4.0","lru-cache":"~2.5.0","minimatch":"~0.3.0","mkdirp":"~0.3.5","node-gyp":"~0.13.0","nopt":"~3.0.1","npm-cache-filename":"~1.0.1","npm-install-checks":"~1.0.2","npm-registry-client":"~2.0.2","npm-user-validate":"~0.1.0","npmconf":"~1.1.4","npmlog":"~0.1.1","once":"~1.3.0","opener":"~1.3.0","osenv":"~0.1.0","path-is-inside":"~1.0.0","read":"~1.0.4","read-installed":"~2.0.5","read-package-json":"~1.2.2","request":"~2.30.0","retry":"~0.6.0","rimraf":"~2.2.8","semver":"~2.3.0","sha":"~1.2.1","slide":"~1.1.5","sorted-object":"~1.0.0","tar":"~0.1.20","text-table":"~0.2.0","uid-number":"0.0.5","which":"1"},"devDependencies":{"marked":"~0.3.2","npm-registry-couchapp":"~2.3.6","npm-registry-mock":"~0.6.3","ronn":"~0.3.6","tap":"~0.4.9"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","block-stream","char-spinner","child-process-close","chmodr","chownr","cmd-shim","columnify","editor","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","npm-cache-filename","npm-install-checks","npm-registry-client","npm-user-validate","npmconf","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","request","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","which"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"872b08e2b9c790ccede916ac4cc1220c202d3a95","tarball":"https://registry.npmjs.org/npm/-/npm-1.4.19.tgz","integrity":"sha512-LUJUWcUD45+41QIERi+zdX+TMKWlO7ygM7PFR0biBrnz3WtLVV8oGRjsfYSkbNPTF7T2pRs4ChcO6GN/28pk2A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAmlNKZFJmK85Gn6ssHt8XR0Li8at2em+6Ic5RXEiCLAAiB+yidr/Nh9styR2JQemAW/tscvpdylOyqxKdQ2UIhw5g=="}]},"engines":{"node":">=0.8","npm":"1"}},"1.5.0-alpha-0":{"name":"npm","version":"1.5.0-alpha-0","dependencies":{"abbrev":"~1.0.5","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"0","async-some":"~1.0.0","block-stream":"0.0.7","char-spinner":"~1.0.1","child-process-close":"~0.1.1","chmodr":"~0.1.0","chownr":"0","cmd-shim":"~1.1.1","columnify":"~1.1.0","editor":"~0.1.0","fs-vacuum":"~1.2.1","fstream":"~0.1.28","fstream-npm":"~0.1.7","github-url-from-git":"1.1.1","github-url-from-username-repo":"~0.2.0","glob":"~4.0.3","graceful-fs":"~3.0.0","inflight":"~1.0.1","ini":"~1.2.0","init-package-json":"~0.1.0","lockfile":"~0.4.0","lru-cache":"~2.5.0","minimatch":"~0.3.0","mkdirp":"~0.3.5","node-gyp":"~0.13.0","nopt":"~3.0.1","npm-cache-filename":"~1.0.1","npm-install-checks":"~1.0.2","npm-package-arg":"~2.0.0","npm-registry-client":"~3.0.0","npm-user-validate":"~0.1.0","npmconf":"~2.0.1","npmlog":"~0.1.1","once":"~1.3.0","opener":"~1.3.0","osenv":"~0.1.0","path-is-inside":"~1.0.0","read":"~1.0.4","read-installed":"~2.0.5","read-package-json":"~1.2.3","request":"~2.30.0","retry":"~0.6.0","rimraf":"~2.2.8","semver":"~2.3.0","sha":"~1.2.1","slide":"~1.1.5","sorted-object":"~1.0.0","tar":"~0.1.20","text-table":"~0.2.0","uid-number":"0.0.5","which":"1"},"devDependencies":{"marked":"~0.3.2","nock":"~0.34.1","npm-registry-couchapp":"~2.3.6","npm-registry-mock":"~0.6.3","ronn":"~0.3.6","tap":"~0.4.9"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","child-process-close","chmodr","chownr","cmd-shim","columnify","editor","fs-vacuum","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmconf","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","request","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","which"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"ddd1e6737a13dd792335d9a84846ce6ab156c4b8","tarball":"https://registry.npmjs.org/npm/-/npm-1.5.0-alpha-0.tgz","integrity":"sha512-/yw1Gk7RemCymoPANoG0RpGDo82F8igRSyjEC1yg9X/FhPV2ExgiiLcf4vZ0cHoDbrfEAVH+B5368srxnSORLw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBGGroJHcuYwgeazEjRpPlQFEgvrALNLMnQz3+8oVgb+AiBw7ViQjTzU5KEY6i6QafMDwgbpqePPnXDoJ6N8ngQ9iA=="}]},"engines":{"node":">=0.8","npm":"1"}},"1.5.0-alpha-1":{"name":"npm","version":"1.5.0-alpha-1","dependencies":{"abbrev":"~1.0.5","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"0","async-some":"~1.0.0","block-stream":"0.0.7","char-spinner":"~1.0.1","child-process-close":"~0.1.1","chmodr":"~0.1.0","chownr":"0","cmd-shim":"~1.1.1","columnify":"~1.1.0","editor":"~0.1.0","fs-vacuum":"~1.2.1","fstream":"~0.1.28","fstream-npm":"~0.1.7","github-url-from-git":"1.1.1","github-url-from-username-repo":"~0.2.0","glob":"~4.0.3","graceful-fs":"~3.0.0","inflight":"~1.0.1","ini":"~1.2.0","init-package-json":"~0.1.0","lockfile":"~0.4.0","lru-cache":"~2.5.0","minimatch":"~0.3.0","mkdirp":"~0.3.5","node-gyp":"~0.13.0","nopt":"~3.0.1","npm-cache-filename":"~1.0.1","npm-install-checks":"~1.0.2","npm-package-arg":"~2.0.0","npm-registry-client":"~3.0.0","npm-user-validate":"~0.1.0","npmconf":"~2.0.1","npmlog":"~0.1.1","once":"~1.3.0","opener":"~1.3.0","osenv":"~0.1.0","path-is-inside":"~1.0.0","read":"~1.0.4","read-installed":"~2.0.5","read-package-json":"~1.2.3","request":"~2.30.0","retry":"~0.6.0","rimraf":"~2.2.8","semver":"~2.3.0","sha":"~1.2.1","slide":"~1.1.5","sorted-object":"~1.0.0","tar":"~0.1.20","text-table":"~0.2.0","uid-number":"0.0.5","which":"1"},"devDependencies":{"marked":"~0.3.2","nock":"~0.34.1","npm-registry-couchapp":"~2.3.6","npm-registry-mock":"~0.6.3","ronn":"~0.3.6","tap":"~0.4.9"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","child-process-close","chmodr","chownr","cmd-shim","columnify","editor","fs-vacuum","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmconf","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","request","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","which"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"98dd2e1562e598e2df36a11ac27a5743a9c1afa0","tarball":"https://registry.npmjs.org/npm/-/npm-1.5.0-alpha-1.tgz","integrity":"sha512-p9CYd8Mh5JGRsP3BUS6/AslARcsrKTXJWzJQnA4Ha0Gw1kC2qbrYF/RDehOW4yOei8yMf6dsbH08wXlzqcVR0g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCFUJA/YkDmiQpvBWXwmzbaVDZCtdD34nYemXikXgPjewIhAPDIFNXDQvFpgeI9hnnLs0E2UJW0ZpHuxkQbjUF6Jjxz"}]},"engines":{"node":">=0.8","npm":"1"}},"1.4.20":{"name":"npm","version":"1.4.20","dependencies":{"abbrev":"~1.0.5","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"0","block-stream":"0.0.7","char-spinner":"~1.0.1","child-process-close":"~0.1.1","chmodr":"~0.1.0","chownr":"0","cmd-shim":"~1.1.1","columnify":"~1.1.0","editor":"~0.1.0","fstream":"~0.1.28","fstream-npm":"~0.1.7","github-url-from-git":"1.1.1","github-url-from-username-repo":"~0.2.0","glob":"~4.0.3","graceful-fs":"~3.0.0","inflight":"~1.0.1","ini":"~1.2.0","init-package-json":"~0.1.0","lockfile":"~0.4.0","lru-cache":"~2.5.0","minimatch":"~0.3.0","mkdirp":"~0.3.5","node-gyp":"~0.13.0","nopt":"~3.0.1","npm-cache-filename":"~1.0.1","npm-install-checks":"~1.0.2","npm-registry-client":"~2.0.2","npm-user-validate":"~0.1.0","npmconf":"~1.1.4","npmlog":"~0.1.1","once":"~1.3.0","opener":"~1.3.0","osenv":"~0.1.0","path-is-inside":"~1.0.0","read":"~1.0.4","read-installed":"~2.0.5","read-package-json":"~1.2.2","request":"~2.30.0","retry":"~0.6.0","rimraf":"~2.2.8","semver":"~2.3.0","sha":"~1.2.1","slide":"~1.1.5","sorted-object":"~1.0.0","tar":"~0.1.20","text-table":"~0.2.0","uid-number":"0.0.5","which":"1"},"devDependencies":{"marked":"~0.3.2","npm-registry-couchapp":"~2.3.6","npm-registry-mock":"~0.6.3","ronn":"~0.3.6","tap":"~0.4.9"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","block-stream","char-spinner","child-process-close","chmodr","chownr","cmd-shim","columnify","editor","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","npm-cache-filename","npm-install-checks","npm-registry-client","npm-user-validate","npmconf","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","request","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","which"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"616e40c7db2373a036dac939e28a9a225764eb21","tarball":"https://registry.npmjs.org/npm/-/npm-1.4.20.tgz","integrity":"sha512-hUgzWjlW/vtijkM6LwuPegQZH7+nrOAXNstGNTMo2IuqX8QUfwl+A4TkrP4t94eH3uzI4h7a73WFi4XnCD/Tkg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC8LHkxISTKUQMZTjNwJaP+rjAbZAx2c5pAt7ULWb14+gIhAMSjnqv9jlJ5H/llNoKace/xvvaBGSxE30K5ddC+n6Tw"}]},"engines":{"node":">=0.8","npm":"1"}},"1.5.0-alpha-2":{"name":"npm","version":"1.5.0-alpha-2","dependencies":{"abbrev":"~1.0.5","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"0","async-some":"~1.0.0","block-stream":"0.0.7","char-spinner":"~1.0.1","child-process-close":"~0.1.1","chmodr":"~0.1.0","chownr":"0","cmd-shim":"~1.1.1","columnify":"~1.1.0","editor":"~0.1.0","fs-vacuum":"~1.2.1","fstream":"~0.1.28","fstream-npm":"~0.1.7","github-url-from-git":"1.1.1","github-url-from-username-repo":"~0.2.0","glob":"~4.0.3","graceful-fs":"~3.0.0","inflight":"~1.0.1","ini":"~1.2.0","init-package-json":"~0.1.0","lockfile":"~0.4.0","lru-cache":"~2.5.0","minimatch":"~0.3.0","mkdirp":"~0.3.5","node-gyp":"~0.13.0","nopt":"~3.0.1","npm-cache-filename":"~1.0.1","npm-install-checks":"~1.0.2","npm-package-arg":"~2.0.0","npm-registry-client":"~3.0.1","npm-user-validate":"~0.1.0","npmconf":"~2.0.1","npmlog":"~0.1.1","once":"~1.3.0","opener":"~1.3.0","osenv":"~0.1.0","path-is-inside":"~1.0.0","read":"~1.0.4","read-installed":"~2.0.5","read-package-json":"~1.2.3","request":"~2.30.0","retry":"~0.6.0","rimraf":"~2.2.8","semver":"~2.3.0","sha":"~1.2.1","slide":"~1.1.5","sorted-object":"~1.0.0","tar":"~0.1.20","text-table":"~0.2.0","uid-number":"0.0.5","which":"1"},"devDependencies":{"marked":"~0.3.2","nock":"~0.34.1","npm-registry-couchapp":"~2.3.6","npm-registry-mock":"~0.6.3","ronn":"~0.3.6","tap":"~0.4.9"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","child-process-close","chmodr","chownr","cmd-shim","columnify","editor","fs-vacuum","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmconf","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","request","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","which"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"1e74e696c8692e0bc36c4947893863d317de52e9","tarball":"https://registry.npmjs.org/npm/-/npm-1.5.0-alpha-2.tgz","integrity":"sha512-CumVqcJPdx/2/Axxi+Ovcc5sGQKLUsM+pW+fRvrxhd3pMu2+e1ad6NQvabwMtZkaj2u+nSz8ahKNREKWISLQVg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDMD8PgABAzd2YSe4Lrnu4gBbHURB1i5ksaK6+IzMzc6AIhAIgInSMLqHBmm7w1z2KM+uWF4+3rwHW2zRlBI/NlKsPM"}]},"engines":{"node":">=0.8","npm":"1"}},"1.4.21":{"name":"npm","version":"1.4.21","dependencies":{"abbrev":"~1.0.5","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"0","block-stream":"0.0.7","char-spinner":"~1.0.1","child-process-close":"~0.1.1","chmodr":"~0.1.0","chownr":"0","cmd-shim":"~1.1.1","columnify":"~1.1.0","editor":"~0.1.0","fstream":"~0.1.28","fstream-npm":"~0.1.7","github-url-from-git":"1.1.1","github-url-from-username-repo":"~0.2.0","glob":"~4.0.3","graceful-fs":"~3.0.0","inflight":"~1.0.1","ini":"~1.2.0","init-package-json":"~0.1.0","lockfile":"~0.4.0","lru-cache":"~2.5.0","minimatch":"~0.3.0","mkdirp":"~0.3.5","node-gyp":"~0.13.0","nopt":"~3.0.1","npm-cache-filename":"~1.0.1","npm-install-checks":"~1.0.2","npm-registry-client":"~2.0.3","npm-user-validate":"~0.1.0","npmconf":"~1.1.4","npmlog":"~0.1.1","once":"~1.3.0","opener":"~1.3.0","osenv":"~0.1.0","path-is-inside":"~1.0.0","read":"~1.0.4","read-installed":"~2.0.5","read-package-json":"~1.2.2","request":"~2.30.0","retry":"~0.6.0","rimraf":"~2.2.8","semver":"~2.3.0","sha":"~1.2.1","slide":"~1.1.5","sorted-object":"~1.0.0","tar":"~0.1.20","text-table":"~0.2.0","uid-number":"0.0.5","which":"1"},"devDependencies":{"marked":"~0.3.2","npm-registry-couchapp":"~2.3.6","npm-registry-mock":"~0.6.3","ronn":"~0.3.6","tap":"~0.4.9"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","block-stream","char-spinner","child-process-close","chmodr","chownr","cmd-shim","columnify","editor","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","npm-cache-filename","npm-install-checks","npm-registry-client","npm-user-validate","npmconf","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","request","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","which"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"5081af517ec2c4cbcf82811b0873195b3d1057f9","tarball":"https://registry.npmjs.org/npm/-/npm-1.4.21.tgz","integrity":"sha512-9hHSihVS5Xa0lQzYHuhW0BLz3Wq1ep2yWhDKxI5FAMatUj20HQ9WTufrt4/3oNrhD6krSLaBcqIn7oYhZaI/rQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBcrKbZRtHkPbB7+YhFhNt8KgNW1tXjbRrX6xt9s70lqAiEA1biYvoYBgfJ3tK8F495Yc/2hHz/I4MOEfjrhxHjVOTQ="}]},"engines":{"node":">=0.8","npm":"1"}},"1.5.0-alpha-3":{"name":"npm","version":"1.5.0-alpha-3","dependencies":{"abbrev":"~1.0.5","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"0","async-some":"~1.0.0","block-stream":"0.0.7","char-spinner":"~1.0.1","child-process-close":"~0.1.1","chmodr":"~0.1.0","chownr":"0","cmd-shim":"~1.1.1","columnify":"~1.1.0","editor":"~0.1.0","fs-vacuum":"~1.2.1","fstream":"~0.1.28","fstream-npm":"~0.1.7","github-url-from-git":"1.1.1","github-url-from-username-repo":"~0.2.0","glob":"~4.0.3","graceful-fs":"~3.0.0","inflight":"~1.0.1","ini":"~1.2.0","init-package-json":"~0.1.0","lockfile":"~0.4.0","lru-cache":"~2.5.0","minimatch":"~0.3.0","mkdirp":"~0.3.5","node-gyp":"~0.13.0","nopt":"~3.0.1","npm-cache-filename":"~1.0.1","npm-install-checks":"~1.0.2","npm-package-arg":"~2.0.0","npm-registry-client":"~3.0.2","npm-user-validate":"~0.1.0","npmconf":"~2.0.1","npmlog":"~0.1.1","once":"~1.3.0","opener":"~1.3.0","osenv":"~0.1.0","path-is-inside":"~1.0.0","read":"~1.0.4","read-installed":"~2.0.5","read-package-json":"~1.2.3","request":"~2.30.0","retry":"~0.6.0","rimraf":"~2.2.8","semver":"~2.3.0","sha":"~1.2.1","slide":"~1.1.5","sorted-object":"~1.0.0","tar":"~0.1.20","text-table":"~0.2.0","uid-number":"0.0.5","which":"1"},"devDependencies":{"marked":"~0.3.2","nock":"~0.34.1","npm-registry-couchapp":"~2.3.6","npm-registry-mock":"~0.6.3","ronn":"~0.3.6","tap":"~0.4.9"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","child-process-close","chmodr","chownr","cmd-shim","columnify","editor","fs-vacuum","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmconf","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","request","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","which"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"4c7a8bea944d9d78c0658ed9108e0971ae449996","tarball":"https://registry.npmjs.org/npm/-/npm-1.5.0-alpha-3.tgz","integrity":"sha512-NHQdd1oRGNGTAOJGOrhc7GP9PcYPsMsOlbEf8Ekv/QwT5V4LzvO7gAhDILe7nvnGN9bEY/2HcM7MiFSxkyPjaw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCsBGI3uoNJT7pXQwgQAUBHho34QBCaOjfB07y8UaKcxAIhAJfdIaYog9wU4rarEbZ4sO3ICelfTbqRMCdA1s0UKHxj"}]},"engines":{"node":">=0.8","npm":"1"}},"1.5.0-alpha-4":{"name":"npm","version":"1.5.0-alpha-4","dependencies":{"abbrev":"~1.0.5","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"0","async-some":"~1.0.0","block-stream":"0.0.7","char-spinner":"~1.0.1","child-process-close":"~0.1.1","chmodr":"~0.1.0","chownr":"0","cmd-shim":"~1.1.1","columnify":"~1.1.0","editor":"~0.1.0","fs-vacuum":"~1.2.1","fstream":"~0.1.28","fstream-npm":"~0.1.7","github-url-from-git":"1.1.1","github-url-from-username-repo":"~0.2.0","glob":"~4.0.3","graceful-fs":"~3.0.0","inflight":"~1.0.1","ini":"~1.2.0","init-package-json":"~0.1.1","lockfile":"~0.4.0","lru-cache":"~2.5.0","minimatch":"~0.3.0","mkdirp":"~0.3.5","node-gyp":"~0.13.0","nopt":"~3.0.1","npm-cache-filename":"~1.0.1","npm-install-checks":"~1.0.2","npm-package-arg":"~2.0.0","npm-registry-client":"~3.0.2","npm-user-validate":"~0.1.0","npmconf":"~2.0.3","npmlog":"~0.1.1","once":"~1.3.0","opener":"~1.3.0","osenv":"~0.1.0","path-is-inside":"~1.0.0","read":"~1.0.4","read-installed":"~2.0.5","read-package-json":"~1.2.3","request":"~2.30.0","retry":"~0.6.0","rimraf":"~2.2.8","semver":"~2.3.0","sha":"~1.2.1","slide":"~1.1.5","sorted-object":"~1.0.0","tar":"~0.1.20","text-table":"~0.2.0","uid-number":"0.0.5","which":"1"},"devDependencies":{"marked":"~0.3.2","nock":"~0.34.1","npm-registry-couchapp":"~2.3.6","npm-registry-mock":"~0.6.3","ronn":"~0.3.6","tap":"~0.4.9"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","child-process-close","chmodr","chownr","cmd-shim","columnify","editor","fs-vacuum","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmconf","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","request","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","which"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"600fbfb4281c6d9c63bac266c7956f3064cfe733","tarball":"https://registry.npmjs.org/npm/-/npm-1.5.0-alpha-4.tgz","integrity":"sha512-9A55q4GnnsTAauROOb1tHY+03iIjOkS9b8oPfV5Zcf8fxwJCTo+cVw7Qb3wJXgtosRWOmfDoWzAMzQmxsfIXDg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGb/8sSyCC7ur6NlT60WOkDbiCLZY/DJuEBVL3nQBzvlAiAG7Bv7twWVkrLOFeUoQYz1naQI0XJexFhEamSokPjCWg=="}]},"engines":{"node":">=0.8","npm":"1"}},"2.0.0-alpha-5":{"name":"npm","version":"2.0.0-alpha-5","dependencies":{"abbrev":"~1.0.5","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"0","async-some":"~1.0.0","block-stream":"0.0.7","char-spinner":"~1.0.1","child-process-close":"~0.1.1","chmodr":"~0.1.0","chownr":"0","cmd-shim":"~1.1.1","columnify":"~1.1.0","editor":"~0.1.0","fs-vacuum":"~1.2.1","fstream":"~0.1.29","fstream-npm":"~0.1.7","github-url-from-git":"~1.2.0","github-url-from-username-repo":"~0.2.0","glob":"~4.0.3","graceful-fs":"~3.0.0","inflight":"~1.0.1","ini":"~1.2.0","init-package-json":"~0.1.1","lockfile":"~0.4.0","lru-cache":"~2.5.0","minimatch":"~0.3.0","mkdirp":"~0.5.0","node-gyp":"~0.13.0","nopt":"~3.0.1","npm-cache-filename":"~1.0.1","npm-install-checks":"~1.0.2","npm-package-arg":"~2.0.0","npm-registry-client":"~3.0.2","npm-user-validate":"~0.1.0","npmconf":"~2.0.3","npmlog":"~0.1.1","once":"~1.3.0","opener":"~1.3.0","osenv":"~0.1.0","path-is-inside":"~1.0.0","read":"~1.0.4","read-installed":"~2.0.5","read-package-json":"~1.2.3","request":"~2.30.0","retry":"~0.6.0","rimraf":"~2.2.8","semver":"~2.3.0","sha":"~1.2.1","slide":"~1.1.5","sorted-object":"~1.0.0","tar":"~0.1.20","text-table":"~0.2.0","uid-number":"0.0.5","which":"1"},"devDependencies":{"marked":"~0.3.2","nock":"~0.34.1","npm-registry-couchapp":"~2.4.3","npm-registry-mock":"~0.6.3","ronn":"~0.3.6","tap":"~0.4.9"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","child-process-close","chmodr","chownr","cmd-shim","columnify","editor","fs-vacuum","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmconf","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","request","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","which"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"5135b111cb6b8e56ab1bdc4e486b87c295862ca8","tarball":"https://registry.npmjs.org/npm/-/npm-2.0.0-alpha-5.tgz","integrity":"sha512-9y6qta3le31BuYGRk5DdUy6eqadK4DK2G4sf5t5dcm8Ztm3/jbqSVWkj6MkrJ2t1ZqwFu0YXadRn+C+fnNzyjw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDHVGf6MssLW6YyuBzvaTKojC1Stl6pjtz8Dn5mnud6AAiBkY8Sql+shl9Q9TnbCB1sOv6JODCwxrMiXYsxAwVdXiA=="}]},"engines":{"node":">=0.8","npm":"1"}},"1.4.22":{"name":"npm","version":"1.4.22","dependencies":{"abbrev":"~1.0.5","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"0","block-stream":"0.0.7","char-spinner":"~1.0.1","child-process-close":"~0.1.1","chmodr":"~0.1.0","chownr":"0","cmd-shim":"~1.1.2","columnify":"~1.1.0","editor":"~0.1.0","fstream":"~0.1.29","fstream-npm":"~0.1.7","github-url-from-git":"~1.2.0","github-url-from-username-repo":"~0.2.0","glob":"~4.0.5","graceful-fs":"~3.0.0","inflight":"~1.0.1","ini":"~1.2.0","init-package-json":"~1.0.0","lockfile":"~0.4.0","lru-cache":"~2.5.0","minimatch":"~0.3.0","mkdirp":"~0.3.5","node-gyp":"~0.13.0","nopt":"~3.0.1","npm-cache-filename":"~1.0.1","npm-install-checks":"~1.0.2","npm-registry-client":"~2.0.3","npm-user-validate":"~0.1.0","npmconf":"~1.1.4","npmlog":"~0.1.1","once":"~1.3.0","opener":"~1.3.0","osenv":"~0.1.0","path-is-inside":"~1.0.0","read":"~1.0.4","read-installed":"~2.0.5","read-package-json":"~1.2.4","request":"~2.30.0","retry":"~0.6.0","rimraf":"~2.2.8","semver":"~2.3.0","sha":"~1.2.1","slide":"~1.1.5","sorted-object":"~1.0.0","tar":"~0.1.20","text-table":"~0.2.0","uid-number":"0.0.5","which":"1"},"devDependencies":{"marked":"~0.3.2","npm-registry-couchapp":"~2.3.6","npm-registry-mock":"~0.6.3","ronn":"~0.3.6","tap":"~0.4.9"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","block-stream","char-spinner","child-process-close","chmodr","chownr","cmd-shim","columnify","editor","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","npm-cache-filename","npm-install-checks","npm-registry-client","npm-user-validate","npmconf","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","request","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","which"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"d15f69916700b08b6cc6a02f437346cfdc26c799","tarball":"https://registry.npmjs.org/npm/-/npm-1.4.22.tgz","integrity":"sha512-Ur7j0AardtIGMdWepqoYkGxT08foGymp/yg2L9GyXwg3OUxW6BDOipOR77ZHgb1fl6wXMyr/9XC3miHBHCXvJg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDQ6d/KOXzMfkv3RBN4if4lfvuNrdzi9qLjKYTSBC9XuwIhAMaVu4w5wYXTF2UTDkf12C/9hN16ufAKPIm9sx/zcgna"}]},"engines":{"node":">=0.8","npm":"1"}},"1.4.23":{"name":"npm","version":"1.4.23","dependencies":{"abbrev":"~1.0.5","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"0","block-stream":"0.0.7","char-spinner":"~1.0.1","child-process-close":"~0.1.1","chmodr":"~0.1.0","chownr":"0","cmd-shim":"~1.1.2","columnify":"~1.1.0","editor":"~0.1.0","fstream":"~1.0.0","fstream-npm":"~1.0.0","github-url-from-git":"~1.3.0","github-url-from-username-repo":"~0.2.0","glob":"~4.0.5","graceful-fs":"~3.0.0","inflight":"~1.0.1","ini":"~1.2.0","init-package-json":"~1.0.0","lockfile":"~0.4.0","lru-cache":"~2.5.0","minimatch":"~1.0.0","mkdirp":"~0.5.0","node-gyp":"~1.0.1","nopt":"~3.0.1","npm-cache-filename":"~1.0.1","npm-install-checks":"~1.0.2","npm-registry-client":"~2.0.4","npm-user-validate":"~0.1.0","npmconf":"~1.1.4","npmlog":"~0.1.1","once":"~1.3.0","opener":"~1.3.0","osenv":"~0.1.0","path-is-inside":"~1.0.0","read":"~1.0.4","read-installed":"~2.0.5","read-package-json":"~1.2.6","request":"~2.30.0","retry":"~0.6.0","rimraf":"~2.2.8","semver":"~2.3.0","sha":"~1.2.1","slide":"~1.1.5","sorted-object":"~1.0.0","tar":"~1.0.0","text-table":"~0.2.0","uid-number":"0.0.5","which":"1"},"devDependencies":{"marked":"~0.3.2","npm-registry-couchapp":"~2.3.6","npm-registry-mock":"~0.6.3","ronn":"~0.3.6","tap":"~0.4.9"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","block-stream","char-spinner","child-process-close","chmodr","chownr","cmd-shim","columnify","editor","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","npm-cache-filename","npm-install-checks","npm-registry-client","npm-user-validate","npmconf","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","request","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","which"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"3888d9f7168eb0e3371cb8bfa3968b1906441717","tarball":"https://registry.npmjs.org/npm/-/npm-1.4.23.tgz","integrity":"sha512-SBl1WXYIxR4JmRSvHcmaFk3xIWuwM9+rfzi8CThoSJ2Dy3MbFCQrH0lSSzK8VNUymgvc1LJsjGJk3vbWw439Kw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHB/kRFliRuN0I6GKByyi0ShaCkXcguyJo30I4eEHbAxAiEA8LP9RCuGub4u2uy48Wqbi4QFicxTESH9Ig4Cvx59ALE="}]},"engines":{"node":">=0.8","npm":"1"}},"2.0.0-alpha.6.0":{"name":"npm","version":"2.0.0-alpha.6.0","dependencies":{"abbrev":"~1.0.5","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"0","async-some":"~1.0.0","block-stream":"0.0.7","char-spinner":"~1.0.1","child-process-close":"~0.1.1","chmodr":"~0.1.0","chownr":"0","cmd-shim":"~1.1.2","columnify":"~1.1.0","editor":"~0.1.0","fs-vacuum":"~1.2.1","fstream":"~1.0.0","fstream-npm":"~1.0.0","github-url-from-git":"~1.3.0","github-url-from-username-repo":"~0.2.0","glob":"~4.0.5","graceful-fs":"~3.0.0","inflight":"~1.0.1","ini":"~1.2.0","init-package-json":"~1.0.0","lockfile":"~0.4.0","lru-cache":"~2.5.0","minimatch":"~1.0.0","mkdirp":"~0.5.0","node-gyp":"~1.0.1","nopt":"~3.0.1","normalize-package-data":"~0.4.2","npm-cache-filename":"~1.0.1","npm-install-checks":"~1.0.2","npm-package-arg":"~2.0.2","npm-registry-client":"~3.1.0","npm-user-validate":"~0.1.0","npmconf":"~2.0.4","npmlog":"~0.1.1","once":"~1.3.0","opener":"~1.3.0","osenv":"~0.1.0","path-is-inside":"~1.0.0","read":"~1.0.4","read-installed":"~3.0.0","read-package-json":"~1.2.6","request":"~2.30.0","retry":"~0.6.0","rimraf":"~2.2.8","semver":"~3.0.0","sha":"~1.2.1","slide":"~1.1.5","sorted-object":"~1.0.0","tar":"~1.0.0","text-table":"~0.2.0","uid-number":"0.0.5","which":"1"},"devDependencies":{"marked":"~0.3.2","nock":"~0.34.1","npm-registry-couchapp":"~2.4.3","npm-registry-mock":"~0.6.3","ronn":"~0.3.6","tap":"~0.4.12"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","child-process-close","chmodr","chownr","cmd-shim","columnify","editor","fs-vacuum","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmconf","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","request","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","which"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"40f8166269c1ed8f5514ea6ecfd3534d8a323aae","tarball":"https://registry.npmjs.org/npm/-/npm-2.0.0-alpha.6.0.tgz","integrity":"sha512-W3rWLovjHab6ep1KPKjYCsB/Cci2cmxUexYnk3QlQAmxhr6IOl6ZMrMwIVM+5LDjo8vg5Lpx6hQjOYRa96igUQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIH9Bxmdz06qIIQxWqKCg9b+pooYbl99yfimhLs1AGGwfAiEArLrZtm31KD6zDQAVSCxtWDEudQVjUZrLzp8Rafq22fE="}]},"engines":{"node":">=0.8","npm":"1"}},"1.4.24":{"name":"npm","version":"1.4.24","dependencies":{"abbrev":"~1.0.5","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"0","block-stream":"0.0.7","char-spinner":"~1.0.1","child-process-close":"~0.1.1","chmodr":"~0.1.0","chownr":"0","cmd-shim":"~1.1.2","columnify":"~1.1.0","editor":"~0.1.0","fstream":"~1.0.0","fstream-npm":"~1.0.0","github-url-from-git":"~1.3.0","github-url-from-username-repo":"~0.2.0","glob":"~4.0.5","graceful-fs":"~3.0.0","inflight":"~1.0.1","ini":"~1.2.0","init-package-json":"~1.0.0","lockfile":"~0.4.0","lru-cache":"~2.5.0","minimatch":"~1.0.0","mkdirp":"~0.5.0","node-gyp":"~1.0.1","nopt":"~3.0.1","npm-cache-filename":"~1.0.1","npm-install-checks":"~1.0.2","npm-registry-client":"~2.0.4","npm-user-validate":"~0.1.0","npmconf":"~1.1.4","npmlog":"~0.1.1","once":"~1.3.0","opener":"~1.3.0","osenv":"~0.1.0","path-is-inside":"~1.0.0","read":"~1.0.4","read-installed":"~2.0.5","read-package-json":"~1.2.6","request":"~2.30.0","retry":"~0.6.0","rimraf":"~2.2.8","semver":"~2.3.0","sha":"~1.2.1","slide":"~1.1.5","sorted-object":"~1.0.0","tar":"~1.0.0","text-table":"~0.2.0","uid-number":"0.0.5","which":"1"},"devDependencies":{"marked":"~0.3.2","npm-registry-couchapp":"~2.3.6","npm-registry-mock":"~0.6.3","ronn":"~0.3.6","tap":"~0.4.9"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","block-stream","char-spinner","child-process-close","chmodr","chownr","cmd-shim","columnify","editor","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","npm-cache-filename","npm-install-checks","npm-registry-client","npm-user-validate","npmconf","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","request","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","which"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"78125bb55dc592b9cbf4aff44e33d5d81c9471af","tarball":"https://registry.npmjs.org/npm/-/npm-1.4.24.tgz","integrity":"sha512-BzJeIJ/jGpL3mTf7lOZL/1biyOfMeJ/iCFEzRZB6wXgkEcvyXmBLvLLYMtWs3VwCM0wK1PnDqc4vcG9expwThg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIB+vdBMKE6sOr8obr2Zu+pxV5nqAWFgq0qekE+Fzj+7IAiEAglSZ8a7Ku6B35OR3XSA0M/LpriRXuUyvWmAkjkzhDf8="}]},"engines":{"node":">=0.8","npm":"1"}},"2.0.0-alpha.6":{"name":"npm","version":"2.0.0-alpha.6","dependencies":{"abbrev":"~1.0.5","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"0","async-some":"~1.0.0","block-stream":"0.0.7","char-spinner":"~1.0.1","child-process-close":"~0.1.1","chmodr":"~0.1.0","chownr":"0","cmd-shim":"~1.1.2","columnify":"~1.1.0","editor":"~0.1.0","fs-vacuum":"~1.2.1","fstream":"~1.0.0","fstream-npm":"~1.0.0","github-url-from-git":"~1.3.0","github-url-from-username-repo":"~0.2.0","glob":"~4.0.5","graceful-fs":"~3.0.0","inflight":"~1.0.1","ini":"~1.2.0","init-package-json":"~1.0.0","lockfile":"~0.4.0","lru-cache":"~2.5.0","minimatch":"~1.0.0","mkdirp":"~0.5.0","node-gyp":"~1.0.1","nopt":"~3.0.1","normalize-package-data":"~0.4.2","npm-cache-filename":"~1.0.1","npm-install-checks":"~1.0.2","npm-package-arg":"~2.0.2","npm-registry-client":"~3.1.0","npm-user-validate":"~0.1.0","npmconf":"~2.0.4","npmlog":"~0.1.1","once":"~1.3.0","opener":"~1.3.0","osenv":"~0.1.0","path-is-inside":"~1.0.0","read":"~1.0.4","read-installed":"~3.0.0","read-package-json":"~1.2.6","request":"~2.30.0","retry":"~0.6.0","rimraf":"~2.2.8","semver":"~3.0.0","sha":"~1.2.1","slide":"~1.1.5","sorted-object":"~1.0.0","tar":"~1.0.0","text-table":"~0.2.0","uid-number":"0.0.5","which":"1"},"devDependencies":{"marked":"~0.3.2","nock":"~0.34.1","npm-registry-couchapp":"~2.4.3","npm-registry-mock":"~0.6.3","ronn":"~0.3.6","tap":"~0.4.12"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","child-process-close","chmodr","chownr","cmd-shim","columnify","editor","fs-vacuum","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmconf","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","request","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","which"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"079c9d49cb7d0002605744eb9808689fa63c34bb","tarball":"https://registry.npmjs.org/npm/-/npm-2.0.0-alpha.6.tgz","integrity":"sha512-Fu3um4eRF49LYCscXBMBbScQPfDxwpuZcTHLL8QPlsoVCyEcUH1/81H1AdMAE/rZRUtohvcv8l+fE3IwoawDTQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAetEoVwYHhJXfVTj1N5ksJ1L8uokF8gsELeYb7XaGVhAiBoLoVDHSQP2Jy+8zd3nFDlfknPX9qrenjL/zlvFJMzZg=="}]},"engines":{"node":">=0.8","npm":"1"}},"2.0.0-alpha.7":{"name":"npm","version":"2.0.0-alpha.7","dependencies":{"abbrev":"~1.0.5","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"0","async-some":"~1.0.0","block-stream":"0.0.7","char-spinner":"~1.0.1","child-process-close":"~0.1.1","chmodr":"~0.1.0","chownr":"0","cmd-shim":"~1.1.2","columnify":"~1.1.0","editor":"~0.1.0","fs-vacuum":"~1.2.1","fstream":"~1.0.0","fstream-npm":"~1.0.0","github-url-from-git":"~1.3.0","github-url-from-username-repo":"~0.2.0","glob":"~4.0.5","graceful-fs":"~3.0.0","inflight":"~1.0.1","ini":"~1.2.0","init-package-json":"~1.0.0","lockfile":"~0.4.0","lru-cache":"~2.5.0","minimatch":"~1.0.0","mkdirp":"~0.5.0","node-gyp":"~1.0.1","nopt":"~3.0.1","normalize-package-data":"~0.4.2","npm-cache-filename":"~1.0.1","npm-install-checks":"~1.0.2","npm-package-arg":"~2.0.2","npm-registry-client":"~3.1.0","npm-user-validate":"~0.1.0","npmconf":"~2.0.4","npmlog":"~0.1.1","once":"~1.3.0","opener":"~1.3.0","osenv":"~0.1.0","path-is-inside":"~1.0.0","read":"~1.0.4","read-installed":"~3.1.0","read-package-json":"~1.2.6","request":"~2.30.0","retry":"~0.6.0","rimraf":"~2.2.8","semver":"~3.0.0","sha":"~1.2.1","slide":"~1.1.5","sorted-object":"~1.0.0","tar":"~1.0.0","text-table":"~0.2.0","uid-number":"0.0.5","which":"1"},"devDependencies":{"marked":"~0.3.2","nock":"~0.34.1","npm-registry-couchapp":"~2.5.0","npm-registry-mock":"~0.6.3","ronn":"~0.3.6","tap":"~0.4.12"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","child-process-close","chmodr","chownr","cmd-shim","columnify","editor","fs-vacuum","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmconf","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","request","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","which"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"78a9d504b4916d2b358a1688764fd08859cb9906","tarball":"https://registry.npmjs.org/npm/-/npm-2.0.0-alpha.7.tgz","integrity":"sha512-4apdpAoPWjD1jZmAH7mmK0bS7WNYPKjJ30o41SPmIOPWAIQTVv/QXrW+d3+KTUstgLYvlLjEsaJfEkkkV+SyjA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICqJbqR3tVCDEaHjEA6rr3N6JaztAXwoM+ufezaFvko4AiEA4aVmHHP/BTk7PqwtA9yKUr45XLDIGS+QkhYWKJLzj00="}]},"engines":{"node":">=0.8","npm":"1"}},"2.0.0-beta.0":{"name":"npm","version":"2.0.0-beta.0","dependencies":{"abbrev":"~1.0.5","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"0","async-some":"~1.0.0","block-stream":"0.0.7","char-spinner":"~1.0.1","child-process-close":"~0.1.1","chmodr":"~0.1.0","chownr":"0","cmd-shim":"~1.1.2","columnify":"~1.1.0","editor":"~0.1.0","fs-vacuum":"~1.2.1","fstream":"~1.0.2","fstream-npm":"~1.0.0","github-url-from-git":"~1.3.0","github-url-from-username-repo":"~0.2.0","glob":"~4.0.5","graceful-fs":"~3.0.0","inflight":"~1.0.1","ini":"~1.2.0","init-package-json":"~1.0.0","lockfile":"~1.0.0","lru-cache":"~2.5.0","minimatch":"~1.0.0","mkdirp":"~0.5.0","node-gyp":"~1.0.1","nopt":"~3.0.1","normalize-package-data":"~0.4.2","npm-cache-filename":"~1.0.1","npm-install-checks":"~1.0.2","npm-package-arg":"~2.0.2","npm-registry-client":"~3.1.3","npm-user-validate":"~0.1.0","npmconf":"~2.0.4","npmlog":"~0.1.1","once":"~1.3.0","opener":"~1.3.0","osenv":"~0.1.0","path-is-inside":"~1.0.0","read":"~1.0.4","read-installed":"~3.1.0","read-package-json":"~1.2.6","request":"~2.40.0","retry":"~0.6.0","rimraf":"~2.2.8","semver":"~3.0.0","sha":"~1.2.1","slide":"~1.1.5","sorted-object":"~1.0.0","tar":"~1.0.1","text-table":"~0.2.0","uid-number":"0.0.5","which":"1"},"devDependencies":{"marked":"~0.3.2","nock":"~0.34.1","npm-registry-couchapp":"~2.5.0","npm-registry-mock":"~0.6.3","ronn":"~0.3.6","tap":"~0.4.12"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","child-process-close","chmodr","chownr","cmd-shim","columnify","editor","fs-vacuum","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmconf","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","request","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","which"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"750381429e602908a1b10f5935619694dd60cdf1","tarball":"https://registry.npmjs.org/npm/-/npm-2.0.0-beta.0.tgz","integrity":"sha512-KmbbeE7UER/1aI4W8caiQcbcIRWaKkq6wK/9vctwA/VaBLrIY2PxQyZwadBoVlGSIJgqDOWhKOrTzWdBT3ZLPQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD1XBq7R/w2bliF9KlwUD66VkzGahY84MuSpWpQJZEXvQIhAOe5aqoo7tJkZn5wZEPl66WjkP9uxgNNN5C9IS/TTRcx"}]},"engines":{"node":">=0.8"}},"1.4.25":{"name":"npm","version":"1.4.25","dependencies":{"abbrev":"~1.0.5","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"0","block-stream":"0.0.7","char-spinner":"~1.0.1","child-process-close":"~0.1.1","chmodr":"~0.1.0","chownr":"0","cmd-shim":"~1.1.2","columnify":"~1.1.0","editor":"~0.1.0","fstream":"~1.0.2","fstream-npm":"~1.0.0","github-url-from-git":"~1.3.0","github-url-from-username-repo":"~0.2.0","glob":"~4.0.5","graceful-fs":"~3.0.0","inflight":"~1.0.1","ini":"~1.2.0","init-package-json":"~1.0.0","lockfile":"~1.0.0","lru-cache":"~2.5.0","minimatch":"~1.0.0","mkdirp":"~0.5.0","node-gyp":"~1.0.1","nopt":"~3.0.1","npm-cache-filename":"~1.0.1","npm-install-checks":"~1.0.2","npm-registry-client":"~2.0.6","npm-user-validate":"~0.1.0","npmconf":"~1.1.4","npmlog":"~0.1.1","once":"~1.3.0","opener":"~1.3.0","osenv":"~0.1.0","path-is-inside":"~1.0.0","read":"~1.0.4","read-installed":"~2.0.5","read-package-json":"~1.2.6","request":"~2.30.0","retry":"~0.6.0","rimraf":"~2.2.8","semver":"~2.3.0","sha":"~1.2.1","slide":"~1.1.5","sorted-object":"~1.0.0","tar":"~1.0.1","text-table":"~0.2.0","uid-number":"0.0.5","which":"1"},"devDependencies":{"marked":"~0.3.2","npm-registry-couchapp":"~2.3.6","npm-registry-mock":"~0.6.3","ronn":"~0.3.6","tap":"~0.4.9"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","block-stream","char-spinner","child-process-close","chmodr","chownr","cmd-shim","columnify","editor","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","npm-cache-filename","npm-install-checks","npm-registry-client","npm-user-validate","npmconf","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","request","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","which"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"af45348c8e167cbc774abc9e31d7a86c4e9125a1","tarball":"https://registry.npmjs.org/npm/-/npm-1.4.25.tgz","integrity":"sha512-RXWWQxqtLJmGX3i6qPEVpWHrTRKRvdtxnKN573VinHs9VLZHTeHYdgQCi0BCGio5r6u5bK6TGGXsp1GSISwszQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCMFj/k+YtQJz8uMFq9XjW8TwZgrPOGWY19AyGg6+X7mgIgSc8LcoNWLbMw7N5SYq4Vpxq3R4UYi1c32IjdVZTXFWk="}]},"engines":{"node":">=0.8","npm":"1"}},"2.0.0-beta.1":{"name":"npm","version":"2.0.0-beta.1","dependencies":{"abbrev":"~1.0.5","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"0","async-some":"~1.0.1","block-stream":"0.0.7","char-spinner":"~1.0.1","child-process-close":"~0.1.1","chmodr":"~0.1.0","chownr":"0","cmd-shim":"~2.0.0","columnify":"~1.2.1","editor":"~0.1.0","fs-vacuum":"~1.2.1","fstream":"~1.0.2","fstream-npm":"~1.0.0","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.0","glob":"~4.0.5","graceful-fs":"~3.0.0","inflight":"~1.0.1","ini":"~1.2.0","init-package-json":"~1.0.0","lockfile":"~1.0.0","lru-cache":"~2.5.0","minimatch":"~1.0.0","mkdirp":"~0.5.0","node-gyp":"~1.0.1","nopt":"~3.0.1","normalize-package-data":"~1.0.1","npm-cache-filename":"~1.0.1","npm-install-checks":"~1.0.2","npm-package-arg":"~2.0.4","npm-registry-client":"~3.1.5","npm-user-validate":"~0.1.0","npmconf":"~2.0.6","npmlog":"~0.1.1","once":"~1.3.0","opener":"~1.3.0","osenv":"~0.1.0","path-is-inside":"~1.0.0","read":"~1.0.4","read-installed":"~3.1.0","read-package-json":"~1.2.7","request":"~2.40.0","retry":"~0.6.0","rimraf":"~2.2.8","semver":"~3.0.1","sha":"~1.2.1","slide":"~1.1.5","sorted-object":"~1.0.0","tar":"~1.0.1","text-table":"~0.2.0","uid-number":"0.0.5","which":"1"},"devDependencies":{"marked":"~0.3.2","nock":"~0.34.1","npm-registry-couchapp":"~2.5.0","npm-registry-mock":"~0.6.3","ronn":"~0.3.6","tap":"~0.4.12"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","child-process-close","chmodr","chownr","cmd-shim","columnify","dezalgo","editor","fs-vacuum","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmconf","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","request","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","which"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"8dee7246f733d5685adfe57d4a27c43beac6b0be","tarball":"https://registry.npmjs.org/npm/-/npm-2.0.0-beta.1.tgz","integrity":"sha512-3mML67mxY3rHXdOT8CNt8VVztB1/Ju/NtjZ6qoR/dQlqfmGm/qcp0sTJZOq59giTvSUF224xnNw0EXt5Sn6U7g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDKx4bPMgsnKWnw1FzJWD+E/TP/VoTOZN91b8YNXSAk3QIgR6D5+yGmQx5H+lLdhvKZwpAMqx4Do0cLSiq9+D5I0vA="}]},"engines":{"node":">=0.8"}},"1.4.26":{"name":"npm","version":"1.4.26","dependencies":{"abbrev":"~1.0.5","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"0","block-stream":"0.0.7","char-spinner":"~1.0.1","child-process-close":"~0.1.1","chmodr":"~0.1.0","chownr":"0","cmd-shim":"2.0.0","columnify":"~1.2.1","editor":"~0.1.0","fstream":"~1.0.2","fstream-npm":"~1.0.0","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.0","glob":"~4.0.5","graceful-fs":"~3.0.0","inflight":"~1.0.1","ini":"~1.2.0","init-package-json":"~1.0.0","lockfile":"~1.0.0","lru-cache":"~2.5.0","minimatch":"~1.0.0","mkdirp":"~0.5.0","node-gyp":"~1.0.1","nopt":"~3.0.1","npm-cache-filename":"~1.0.1","npm-install-checks":"~1.0.2","npm-registry-client":"~2.0.7","npm-user-validate":"~0.1.0","npmconf":"~1.1.4","npmlog":"~0.1.1","once":"~1.3.0","opener":"~1.3.0","osenv":"~0.1.0","path-is-inside":"~1.0.0","read":"~1.0.4","read-installed":"~2.0.5","read-package-json":"~1.2.7","request":"~2.30.0","retry":"~0.6.0","rimraf":"~2.2.8","semver":"~2.3.0","sha":"~1.2.1","slide":"~1.1.5","sorted-object":"~1.0.0","tar":"~1.0.1","text-table":"~0.2.0","uid-number":"0.0.5","which":"1"},"devDependencies":{"marked":"~0.3.2","npm-registry-couchapp":"~2.3.6","npm-registry-mock":"~0.6.3","ronn":"~0.3.6","tap":"~0.4.9"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","block-stream","char-spinner","child-process-close","chmodr","chownr","cmd-shim","columnify","editor","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","npm-cache-filename","npm-install-checks","npm-registry-client","npm-user-validate","npmconf","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","request","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","which"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"5bf0125f596ff712056d07b09d1e73e572a74d0c","tarball":"https://registry.npmjs.org/npm/-/npm-1.4.26.tgz","integrity":"sha512-1/wt4+hyCBFjUyAoUuFuzMXz69Sr1WJjSITaxhkDbB2J+D7Z10lRbtTCWKvjudjYQK4WSOnPbCY9Pq8V/odRzg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD/MCtpLqcejYq+KTywUZkhd8Js+FCXuKGyTufPysNhqAIgLDZCM0zmBEM5kkJcobKU6GoFkKUUhTP6cN/wxmrfFuI="}]},"engines":{"node":">=0.8","npm":"1"}},"2.0.0-beta.2":{"name":"npm","version":"2.0.0-beta.2","dependencies":{"abbrev":"~1.0.5","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"0","async-some":"~1.0.1","block-stream":"0.0.7","char-spinner":"~1.0.1","child-process-close":"~0.1.1","chmodr":"~0.1.0","chownr":"0","cmd-shim":"~2.0.0","columnify":"~1.2.1","editor":"~0.1.0","fs-vacuum":"~1.2.1","fstream":"~1.0.2","fstream-npm":"~1.0.0","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.1","glob":"~4.0.5","graceful-fs":"~3.0.0","inflight":"~1.0.1","ini":"~1.2.0","init-package-json":"~1.0.0","lockfile":"~1.0.0","lru-cache":"~2.5.0","minimatch":"~1.0.0","mkdirp":"~0.5.0","node-gyp":"~1.0.1","nopt":"~3.0.1","normalize-package-data":"~1.0.1","npm-cache-filename":"~1.0.1","npm-install-checks":"~1.0.2","npm-package-arg":"~2.0.4","npm-registry-client":"~3.1.7","npm-user-validate":"~0.1.0","npmconf":"~2.0.7","npmlog":"~0.1.1","once":"~1.3.0","opener":"~1.3.0","osenv":"~0.1.0","path-is-inside":"~1.0.0","read":"~1.0.4","read-installed":"~3.1.1","read-package-json":"~1.2.7","request":"~2.40.0","retry":"~0.6.0","rimraf":"~2.2.8","semver":"~3.0.1","sha":"~1.2.1","slide":"~1.1.5","sorted-object":"~1.0.0","tar":"~1.0.1","text-table":"~0.2.0","uid-number":"0.0.5","which":"1"},"devDependencies":{"marked":"~0.3.2","nock":"~0.34.1","npm-registry-couchapp":"~2.5.0","npm-registry-mock":"~0.6.3","ronn":"~0.3.6","tap":"~0.4.12"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","child-process-close","chmodr","chownr","cmd-shim","columnify","dezalgo","editor","fs-vacuum","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmconf","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","request","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","which"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"392f82f472298911de72a705149e042bfa145989","tarball":"https://registry.npmjs.org/npm/-/npm-2.0.0-beta.2.tgz","integrity":"sha512-a8YQzOeYSJWSGrYKNusj0uZvvB98d86iG+KJCG6LIbRXvp68Fg6beW81PY+GGF3KsYIXZIjIK5qnGdDMrSKamg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD+dXkNoZpBGJsf+CsaGF5UzDRcWlvCk43DbF4Twq2+iAIhANwGH0UFpzO+AhYG5sCubWbB8y5QQ5v6o1otxTIme/mj"}]},"engines":{"node":">=0.8"}},"1.4.27":{"name":"npm","version":"1.4.27","dependencies":{"abbrev":"~1.0.5","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"0","block-stream":"0.0.7","char-spinner":"~1.0.1","child-process-close":"~0.1.1","chmodr":"~0.1.0","chownr":"0","cmd-shim":"2.0.0","columnify":"~1.2.1","editor":"~0.1.0","fstream":"~1.0.2","fstream-npm":"~1.0.0","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.0","glob":"~4.0.5","graceful-fs":"~3.0.0","inflight":"~1.0.1","ini":"~1.2.0","init-package-json":"~1.0.0","lockfile":"~1.0.0","lru-cache":"~2.5.0","minimatch":"~1.0.0","mkdirp":"~0.5.0","node-gyp":"~1.0.1","nopt":"~3.0.1","npm-cache-filename":"~1.0.1","npm-install-checks":"~1.0.2","npm-registry-client":"~2.0.7","npm-user-validate":"~0.1.0","npmconf":"~1.1.8","npmlog":"~0.1.1","once":"~1.3.0","opener":"~1.3.0","osenv":"~0.1.0","path-is-inside":"~1.0.0","read":"~1.0.4","read-installed":"~2.0.5","read-package-json":"~1.2.7","request":"~2.42.0","retry":"~0.6.0","rimraf":"~2.2.8","semver":"~2.3.0","sha":"~1.2.1","slide":"~1.1.5","sorted-object":"~1.0.0","tar":"~1.0.1","text-table":"~0.2.0","uid-number":"0.0.5","which":"1"},"devDependencies":{"marked":"~0.3.2","npm-registry-couchapp":"~2.3.6","npm-registry-mock":"~0.6.3","ronn":"~0.3.6","tap":"~0.4.9"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","block-stream","char-spinner","child-process-close","chmodr","chownr","cmd-shim","columnify","editor","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","npm-cache-filename","npm-install-checks","npm-registry-client","npm-user-validate","npmconf","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","request","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","which"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"5b81115c6daa0cc2714acc0c333a49e876c13b8e","tarball":"https://registry.npmjs.org/npm/-/npm-1.4.27.tgz","integrity":"sha512-ysYb0yv7sPykvtQCcqMcjVAnqyzVGe9ZE4mNRh29D4vzh0eRkMolJZCRx9q1Zz9/Wd+G4AIXialSQ1xP4GtPaQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDEAxaxFJknJrgvxe4zlcwBKQAFtEWcsBIjDGIPe69uQQIgRn3SVWYCJ6VlHhqGZM/2Ov/fxskRDI1j7DlbNrL5QkU="}]},"engines":{"node":">=0.8","npm":"1"}},"2.0.0-beta.3":{"name":"npm","version":"2.0.0-beta.3","dependencies":{"abbrev":"~1.0.5","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"0","async-some":"~1.0.1","block-stream":"0.0.7","char-spinner":"~1.0.1","child-process-close":"~0.1.1","chmodr":"~0.1.0","chownr":"0","cmd-shim":"~2.0.0","columnify":"~1.2.1","editor":"~0.1.0","fs-vacuum":"~1.2.1","fstream":"~1.0.2","fstream-npm":"~1.0.0","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~4.0.5","graceful-fs":"~3.0.0","inflight":"~1.0.1","ini":"~1.2.0","init-package-json":"~1.0.0","lockfile":"~1.0.0","lru-cache":"~2.5.0","minimatch":"~1.0.0","mkdirp":"~0.5.0","node-gyp":"~1.0.1","nopt":"~3.0.1","normalize-package-data":"~1.0.1","npm-cache-filename":"~1.0.1","npm-install-checks":"~1.0.2","npm-package-arg":"~2.1.0","npm-registry-client":"~3.1.7","npm-user-validate":"~0.1.0","npmconf":"~2.0.8","npmlog":"~0.1.1","once":"~1.3.0","opener":"~1.3.0","osenv":"~0.1.0","path-is-inside":"~1.0.0","read":"~1.0.4","read-installed":"~3.1.1","read-package-json":"~1.2.7","request":"~2.42.0","retry":"~0.6.0","rimraf":"~2.2.8","semver":"~3.0.1","sha":"~1.2.1","slide":"~1.1.5","sorted-object":"~1.0.0","tar":"~1.0.1","text-table":"~0.2.0","uid-number":"0.0.5","which":"1"},"devDependencies":{"marked":"~0.3.2","nock":"~0.34.1","npm-registry-couchapp":"~2.5.0","npm-registry-mock":"~0.6.3","require-inject":"~1.0.0","ronn":"~0.3.6","tap":"~0.4.12"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","child-process-close","chmodr","chownr","cmd-shim","columnify","dezalgo","editor","fs-vacuum","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmconf","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","request","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","which"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"73857425b2b22a01949653d3fbe6ed917e6f850d","tarball":"https://registry.npmjs.org/npm/-/npm-2.0.0-beta.3.tgz","integrity":"sha512-6PWUluXvNDuJ0EAO0th2vlry8bguPl/GT5ckZ3XStQzItEiUkea5q77EmqnOUSwgtYXsY0N/OnfyLdsdvmxIwg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFWSkzeCk5ujyyUxvby7JCS1rNIgEMOWmqQ6W3nuEOmiAiEAg97052GlPKrP2ud0oi3aRVqGkif9x9qXbDDshEzBlJQ="}]},"engines":{"node":">=0.8"}},"1.4.28":{"name":"npm","version":"1.4.28","dependencies":{"abbrev":"~1.0.5","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"0","block-stream":"0.0.7","char-spinner":"~1.0.1","child-process-close":"~0.1.1","chmodr":"~0.1.0","chownr":"0","cmd-shim":"2.0.0","columnify":"~1.2.1","editor":"~0.1.0","fstream":"~1.0.2","fstream-npm":"~1.0.0","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.0","glob":"~4.0.5","graceful-fs":"~3.0.0","inflight":"~1.0.1","ini":"~1.2.0","init-package-json":"~1.0.0","lockfile":"~1.0.0","lru-cache":"~2.5.0","minimatch":"~1.0.0","mkdirp":"~0.5.0","node-gyp":"~1.0.1","nopt":"~3.0.1","npm-cache-filename":"~1.0.1","npm-install-checks":"~1.0.2","npm-registry-client":"~2.0.7","npm-user-validate":"~0.1.0","npmconf":"~1.1.8","npmlog":"~0.1.1","once":"~1.3.0","opener":"~1.3.0","osenv":"~0.1.0","path-is-inside":"~1.0.0","read":"~1.0.4","read-installed":"~2.0.5","read-package-json":"~1.2.7","request":"~2.42.0","retry":"~0.6.0","rimraf":"~2.2.8","semver":"~2.3.0","sha":"~1.2.1","slide":"~1.1.6","sorted-object":"~1.0.0","tar":"~1.0.1","text-table":"~0.2.0","uid-number":"0.0.5","which":"1"},"devDependencies":{"marked":"~0.3.2","npm-registry-couchapp":"~2.3.6","npm-registry-mock":"~0.6.3","ronn":"~0.3.6","tap":"~0.4.9"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","block-stream","char-spinner","child-process-close","chmodr","chownr","cmd-shim","columnify","editor","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","npm-cache-filename","npm-install-checks","npm-registry-client","npm-user-validate","npmconf","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","request","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","which"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"da2a18f871c0cf7edae706b72b2f2b44cf74d7d3","tarball":"https://registry.npmjs.org/npm/-/npm-1.4.28.tgz","integrity":"sha512-F7pesOxXMH6q/oNFSRAqEfXTvUWgn4Cc60z84SeU3TpzY2uCMp1lFx3tjxIJyVqLS71hiBKEKkVYDaP7TQ6EwA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFDdxkAjL76SYRnX7yFUg6N7LLz+0cPCyM1e4f3k+K+FAiBnbCEjmhj6yqRE2ASxybI11LhxYaX21Yhuzt7lEvVRDA=="}]},"engines":{"node":">=0.8","npm":"1"}},"2.0.0":{"name":"npm","version":"2.0.0","dependencies":{"abbrev":"~1.0.5","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"0","async-some":"~1.0.1","block-stream":"0.0.7","char-spinner":"~1.0.1","child-process-close":"~0.1.1","chmodr":"~0.1.0","chownr":"0","cmd-shim":"~2.0.1","columnify":"~1.2.1","editor":"~0.1.0","fs-vacuum":"~1.2.1","fstream":"~1.0.2","fstream-npm":"~1.0.0","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~4.0.5","graceful-fs":"~3.0.0","inflight":"~1.0.1","ini":"~1.2.0","init-package-json":"~1.0.0","lockfile":"~1.0.0","lru-cache":"~2.5.0","minimatch":"~1.0.0","mkdirp":"~0.5.0","node-gyp":"~1.0.1","nopt":"~3.0.1","normalize-package-data":"~1.0.1","npm-cache-filename":"~1.0.1","npm-install-checks":"~1.0.2","npm-package-arg":"~2.1.2","npm-registry-client":"~3.2.1","npm-user-validate":"~0.1.0","npmconf":"~2.0.8","npmlog":"~0.1.1","once":"~1.3.0","opener":"~1.3.0","osenv":"~0.1.0","path-is-inside":"~1.0.0","read":"~1.0.4","read-installed":"~3.1.2","read-package-json":"~1.2.7","request":"~2.42.0","retry":"~0.6.0","rimraf":"~2.2.8","semver":"~4.0.0","sha":"~1.2.1","slide":"~1.1.6","sorted-object":"~1.0.0","tar":"~1.0.1","text-table":"~0.2.0","uid-number":"0.0.5","which":"1"},"devDependencies":{"marked":"~0.3.2","marked-man":"~0.1.3","nock":"~0.34.1","npm-registry-couchapp":"~2.5.3","npm-registry-mock":"~0.6.3","require-inject":"~1.0.0","tap":"~0.4.12"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","child-process-close","chmodr","chownr","cmd-shim","columnify","dezalgo","editor","fs-vacuum","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmconf","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","request","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","which"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"f783874393588901af1a4824a145fa009f174d9d","tarball":"https://registry.npmjs.org/npm/-/npm-2.0.0.tgz","integrity":"sha512-0p99G5Mu9FC3ixLarvgfU0O8xoc386LBll2UixE8rbSJrKRFoXbJFbGSOBN9exJiFXryiLDFFhCKjOOBxQ/dsQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAiun3t3MsWVqchDHuEjsaXrb9juFZRJKUDnQyf2obSKAiBGU41DT4ux9bJ1PZJ93tH04N3+gollP6DlHG+Mn6urDA=="}]}},"2.0.1":{"name":"npm","version":"2.0.1","dependencies":{"abbrev":"~1.0.5","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"0","async-some":"~1.0.1","block-stream":"0.0.7","char-spinner":"~1.0.1","child-process-close":"~0.1.1","chmodr":"~0.1.0","chownr":"0","cmd-shim":"~2.0.1","columnify":"~1.2.1","editor":"~0.1.0","fs-vacuum":"~1.2.1","fstream":"~1.0.2","fstream-npm":"~1.0.0","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~4.0.5","graceful-fs":"~3.0.0","inflight":"~1.0.1","ini":"~1.2.0","init-package-json":"~1.1.0","lockfile":"~1.0.0","lru-cache":"~2.5.0","minimatch":"~1.0.0","mkdirp":"~0.5.0","node-gyp":"~1.0.1","nopt":"~3.0.1","normalize-package-data":"~1.0.1","npm-cache-filename":"~1.0.1","npm-install-checks":"~1.0.2","npm-package-arg":"~2.1.2","npm-registry-client":"~3.2.2","npm-user-validate":"~0.1.0","npmconf":"~2.1.0","npmlog":"~0.1.1","once":"~1.3.0","opener":"~1.3.0","osenv":"~0.1.0","path-is-inside":"~1.0.0","read":"~1.0.4","read-installed":"~3.1.2","read-package-json":"~1.2.7","request":"~2.44.0","retry":"~0.6.0","rimraf":"~2.2.8","semver":"~4.0.0","sha":"~1.2.1","slide":"~1.1.6","sorted-object":"~1.0.0","tar":"~1.0.1","text-table":"~0.2.0","uid-number":"0.0.5","which":"1","write-file-atomic":"~1.0.3"},"devDependencies":{"marked":"~0.3.2","marked-man":"~0.1.3","nock":"~0.34.1","npm-registry-couchapp":"~2.5.3","npm-registry-mock":"~0.6.3","require-inject":"~1.0.0","tap":"~0.4.12"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","child-process-close","chmodr","chownr","cmd-shim","columnify","dezalgo","editor","fs-vacuum","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmconf","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","request","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","which","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"9b4221454c47b60a434ffeeccc5fca84ec1a1414","tarball":"https://registry.npmjs.org/npm/-/npm-2.0.1.tgz","integrity":"sha512-rrlrZmIeGn+fuRRVXt8pRO2uoN0vU3VYcIxv5Rat9HnWwYSNP8Z4y/AVB/dHAoHnpqkhsVb0qV2qOidxwGJVdQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAPSLxuiAC92V0IFjV+eCBRnBA2TrYky60+iJgliQnVcAiEA+Hc6wrnPbDYnPnbVrFxaFxppYyv0Irsx9/NIu00tKfU="}]}},"2.0.2":{"name":"npm","version":"2.0.2","dependencies":{"abbrev":"~1.0.5","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"0","async-some":"~1.0.1","block-stream":"0.0.7","char-spinner":"~1.0.1","child-process-close":"~0.1.1","chmodr":"~0.1.0","chownr":"0","cmd-shim":"~2.0.1","columnify":"~1.2.1","editor":"~0.1.0","fs-vacuum":"~1.2.1","fs-write-stream-atomic":"~1.0.0","fstream":"~1.0.2","fstream-npm":"~1.0.0","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~4.0.5","graceful-fs":"~3.0.0","inflight":"~1.0.1","ini":"~1.2.0","init-package-json":"~1.1.0","lockfile":"~1.0.0","lru-cache":"~2.5.0","minimatch":"~1.0.0","mkdirp":"~0.5.0","node-gyp":"~1.0.1","nopt":"~3.0.1","normalize-package-data":"~1.0.1","npm-cache-filename":"~1.0.1","npm-install-checks":"~1.0.2","npm-package-arg":"~2.1.2","npm-registry-client":"~3.2.2","npm-user-validate":"~0.1.0","npmconf":"~2.1.0","npmlog":"~0.1.1","once":"~1.3.0","opener":"~1.3.0","osenv":"~0.1.0","path-is-inside":"~1.0.0","read":"~1.0.4","read-installed":"~3.1.2","read-package-json":"~1.2.7","request":"~2.44.0","retry":"~0.6.0","rimraf":"~2.2.8","semver":"~4.0.0","sha":"~1.2.1","slide":"~1.1.6","sorted-object":"~1.0.0","tar":"~1.0.1","text-table":"~0.2.0","uid-number":"0.0.5","which":"1","write-file-atomic":"~1.1.0"},"devDependencies":{"marked":"~0.3.2","marked-man":"~0.1.3","nock":"~0.34.1","npm-registry-couchapp":"~2.5.3","npm-registry-mock":"~0.6.3","require-inject":"~1.0.0","tap":"~0.4.12"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","child-process-close","chmodr","chownr","cmd-shim","columnify","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmconf","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","request","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","which","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"c1bc850c4b046d4160ced1241fbcc2e993159e8b","tarball":"https://registry.npmjs.org/npm/-/npm-2.0.2.tgz","integrity":"sha512-Od4aAlKy+pFU/36tRhn/8Jit/x8A3SSr7OSzwwSoS9Kif50Qbz/Y9pft1uKF4sROJfjaHTDE3LxICllSmSU2Fw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIC8TelLa8Q4Ib56cpKI5ygIemF6fgcmwIxU9WcXE7eAQAiAi0J4qHh1DJjE88thDppfNnStL1EArM/T9dcRuMwh5TQ=="}]}},"2.1.0":{"name":"npm","version":"2.1.0","dependencies":{"abbrev":"~1.0.5","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"0","async-some":"~1.0.1","block-stream":"0.0.7","char-spinner":"~1.0.1","child-process-close":"~0.1.1","chmodr":"~0.1.0","chownr":"0","cmd-shim":"~2.0.1","columnify":"~1.2.1","editor":"~0.1.0","fs-vacuum":"~1.2.1","fs-write-stream-atomic":"~1.0.1","fstream":"~1.0.2","fstream-npm":"~1.0.0","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~4.0.5","graceful-fs":"~3.0.0","inflight":"~1.0.1","ini":"~1.2.0","init-package-json":"~1.1.0","lockfile":"~1.0.0","lru-cache":"~2.5.0","minimatch":"~1.0.0","mkdirp":"~0.5.0","node-gyp":"~1.0.1","nopt":"~3.0.1","normalize-package-data":"~1.0.1","npm-cache-filename":"~1.0.1","npm-install-checks":"~1.0.2","npm-package-arg":"~2.1.2","npm-registry-client":"~3.2.2","npm-user-validate":"~0.1.0","npmconf":"~2.1.0","npmlog":"~0.1.1","once":"~1.3.0","opener":"~1.3.0","osenv":"~0.1.0","path-is-inside":"~1.0.0","read":"~1.0.4","read-installed":"~3.1.2","read-package-json":"~1.2.7","request":"~2.44.0","retry":"~0.6.0","rimraf":"~2.2.8","semver":"~4.0.0","sha":"~1.2.1","slide":"~1.1.6","sorted-object":"~1.0.0","tar":"~1.0.1","text-table":"~0.2.0","uid-number":"0.0.5","which":"1","write-file-atomic":"~1.1.0"},"devDependencies":{"marked":"~0.3.2","marked-man":"~0.1.4","nock":"~0.34.1","npm-registry-couchapp":"~2.5.3","npm-registry-mock":"~0.6.3","require-inject":"~1.0.0","tap":"~0.4.12"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","child-process-close","chmodr","chownr","cmd-shim","columnify","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmconf","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","request","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","which","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"abffe6a9a8d77e946c224cb1121fccdb180d1881","tarball":"https://registry.npmjs.org/npm/-/npm-2.1.0.tgz","integrity":"sha512-/TtjInqEMAkpH0yQzqMJSRU/8EV7LOkX+gfU9WYNvKZWDUL780RUt0tGhNkHRtjEUCg16qUVlfNFvmq5mqvPyw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFAoLI0d4Y8vkYsmSwotG9jt1JL/st5QPoiXkfpagiywAiBmaYb0YymZ+Qf93u8DzJmlhYOCv+pfcVfm7GFsTB1T3A=="}]}},"2.1.1":{"name":"npm","version":"2.1.1","dependencies":{"abbrev":"~1.0.5","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"0","async-some":"~1.0.1","block-stream":"0.0.7","char-spinner":"~1.0.1","child-process-close":"~0.1.1","chmodr":"~0.1.0","chownr":"0","cmd-shim":"~2.0.1","columnify":"~1.2.1","editor":"~0.1.0","fs-vacuum":"~1.2.1","fs-write-stream-atomic":"~1.0.1","fstream":"~1.0.2","fstream-npm":"~1.0.0","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~4.0.5","graceful-fs":"~3.0.0","inflight":"~1.0.1","ini":"~1.2.0","init-package-json":"~1.1.0","lockfile":"~1.0.0","lru-cache":"~2.5.0","minimatch":"~1.0.0","mkdirp":"~0.5.0","node-gyp":"~1.0.1","nopt":"~3.0.1","normalize-package-data":"~1.0.1","npm-cache-filename":"~1.0.1","npm-install-checks":"~1.0.2","npm-package-arg":"~2.1.2","npm-registry-client":"~3.2.2","npm-user-validate":"~0.1.0","npmconf":"~2.1.0","npmlog":"~0.1.1","once":"~1.3.0","opener":"~1.3.0","osenv":"~0.1.0","path-is-inside":"~1.0.0","read":"~1.0.4","read-installed":"~3.1.2","read-package-json":"~1.2.7","request":"~2.44.0","retry":"~0.6.0","rimraf":"~2.2.8","semver":"~4.0.0","sha":"~1.2.1","slide":"~1.1.6","sorted-object":"~1.0.0","tar":"~1.0.1","text-table":"~0.2.0","uid-number":"0.0.5","which":"1","write-file-atomic":"~1.1.0"},"devDependencies":{"marked":"~0.3.2","marked-man":"~0.1.4","nock":"~0.34.1","npm-registry-couchapp":"~2.5.3","npm-registry-mock":"~0.6.3","require-inject":"~1.0.0","tap":"~0.4.12"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","child-process-close","chmodr","chownr","cmd-shim","columnify","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmconf","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","request","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","which","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"9b2ccbc1c530484fe3b50013ed03b04a227633d8","tarball":"https://registry.npmjs.org/npm/-/npm-2.1.1.tgz","integrity":"sha512-JC7ys+N3pg50Tkeom8nx1YGpLDByzVaBllPN61Fw9Kvdj2+1zNV/AyJgea8OK89ggSDnfqFyqxbbhc0xC+21zQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBx1SeWqPqP8oebiXG0nv17Fm35Oq+vEZDyfoPoN1M6QAiEAxN22hY/K3Xiy38gj4VfNsini5QPzcDrhO66oVH4C0zw="}]}},"2.1.2":{"name":"npm","version":"2.1.2","dependencies":{"abbrev":"~1.0.5","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"0","async-some":"~1.0.1","block-stream":"0.0.7","char-spinner":"~1.0.1","child-process-close":"~0.1.1","chmodr":"~0.1.0","chownr":"0","cmd-shim":"~2.0.1","columnify":"~1.2.1","editor":"~0.1.0","fs-vacuum":"~1.2.1","fs-write-stream-atomic":"~1.0.2","fstream":"~1.0.2","fstream-npm":"~1.0.0","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~4.0.5","graceful-fs":"~3.0.0","inflight":"~1.0.1","ini":"~1.2.0","init-package-json":"~1.1.0","lockfile":"~1.0.0","lru-cache":"~2.5.0","minimatch":"~1.0.0","mkdirp":"~0.5.0","node-gyp":"~1.0.1","nopt":"~3.0.1","normalize-package-data":"~1.0.3","npm-cache-filename":"~1.0.1","npm-install-checks":"~1.0.2","npm-package-arg":"~2.1.2","npm-registry-client":"~3.2.2","npm-user-validate":"~0.1.0","npmconf":"~2.1.0","npmlog":"~0.1.1","once":"~1.3.0","opener":"~1.3.0","osenv":"~0.1.0","path-is-inside":"~1.0.0","read":"~1.0.4","read-installed":"~3.1.2","read-package-json":"~1.2.7","request":"~2.44.0","retry":"~0.6.0","rimraf":"~2.2.8","semver":"~4.0.0","sha":"~1.2.1","slide":"~1.1.6","sorted-object":"~1.0.0","tar":"~1.0.1","text-table":"~0.2.0","uid-number":"0.0.5","which":"1","write-file-atomic":"~1.1.0","dezalgo":"*","inherits":"*"},"devDependencies":{"marked":"~0.3.2","marked-man":"~0.1.4","nock":"~0.34.1","npm-registry-couchapp":"~2.5.3","npm-registry-mock":"~0.6.3","require-inject":"~1.0.0","tap":"~0.4.12"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","child-process-close","chmodr","chownr","cmd-shim","columnify","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmconf","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","request","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","which","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"85a1a234680fbd53261a8b9885c7c22edd23e8c1","tarball":"https://registry.npmjs.org/npm/-/npm-2.1.2.tgz","integrity":"sha512-lXCXO/lnwToWpNoFR15HGiJL2H+OWcnKdpJT1z9I3LmPJ9Ulb7AOqk6XpC6jyW1tlYIOvxo/mU3n06/rG5NuEQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFb4z4dyOyyvab9bFkdN/d9ceUJWV0au3hdkWLfEib8SAiAiCL3eD7P4CN0Tv5nYFyCYwktvmJfbHo0l6COdEeZkYw=="}]}},"2.1.3":{"name":"npm","version":"2.1.3","dependencies":{"abbrev":"~1.0.5","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"0","async-some":"~1.0.1","block-stream":"0.0.7","char-spinner":"~1.0.1","child-process-close":"~0.1.1","chmodr":"~0.1.0","chownr":"0","cmd-shim":"~2.0.1","columnify":"~1.2.1","dezalgo":"~1.0.1","editor":"~0.1.0","fs-vacuum":"~1.2.1","fs-write-stream-atomic":"~1.0.2","fstream":"~1.0.2","fstream-npm":"~1.0.0","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~4.0.5","graceful-fs":"~3.0.0","inflight":"~1.0.3","inherits":"~2.0.1","ini":"~1.2.0","init-package-json":"~1.1.0","lockfile":"~1.0.0","lru-cache":"~2.5.0","minimatch":"~1.0.0","mkdirp":"~0.5.0","node-gyp":"~1.0.1","nopt":"~3.0.1","normalize-package-data":"~1.0.3","npm-cache-filename":"~1.0.1","npm-install-checks":"~1.0.2","npm-package-arg":"~2.1.3","npm-registry-client":"~3.2.2","npm-user-validate":"~0.1.0","npmconf":"~2.1.0","npmlog":"~0.1.1","once":"~1.3.0","opener":"~1.3.0","osenv":"~0.1.0","path-is-inside":"~1.0.0","read":"~1.0.4","read-installed":"~3.1.2","read-package-json":"~1.2.7","readable-stream":"~1.0.32","realize-package-specifier":"~1.1.0","request":"~2.44.0","retry":"~0.6.0","rimraf":"~2.2.8","semver":"~4.0.0","sha":"~1.2.1","slide":"~1.1.6","sorted-object":"~1.0.0","tar":"~1.0.1","text-table":"~0.2.0","uid-number":"0.0.5","which":"1","wrappy":"~1.0.1","write-file-atomic":"~1.1.0"},"devDependencies":{"marked":"~0.3.2","marked-man":"~0.1.4","nock":"~0.34.1","npm-registry-couchapp":"~2.6.2","npm-registry-mock":"~0.6.3","require-inject":"~1.0.0","tap":"~0.4.12"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","child-process-close","chmodr","chownr","cmd-shim","columnify","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmconf","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"f6dfc9d4bdaefe712a50bb75ae5c8bbdf2cd3a3b","tarball":"https://registry.npmjs.org/npm/-/npm-2.1.3.tgz","integrity":"sha512-NMG/Z+2iDRJ9yCW+72cBCiDc6V3UOhTWXfiCMzz4e38VEPqcPkYqSihOGIVt6j/4K+ZNu7b0M2EAAGwR5/VrkQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC6zU7X0geUCSj6HSKtLHJfZxWx+NSVwaToHSDvfEfUIwIgLj/uJ0sEbirgrAFiZZ+eas48jNZTrcSukBjfqQaFcsw="}]}},"2.1.4":{"name":"npm","version":"2.1.4","dependencies":{"abbrev":"~1.0.5","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"0","async-some":"~1.0.1","block-stream":"0.0.7","char-spinner":"~1.0.1","child-process-close":"~0.1.1","chmodr":"~0.1.0","chownr":"0","cmd-shim":"~2.0.1","columnify":"~1.2.1","dezalgo":"~1.0.1","editor":"~0.1.0","fs-vacuum":"~1.2.1","fs-write-stream-atomic":"~1.0.2","fstream":"~1.0.2","fstream-npm":"~1.0.0","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~4.0.5","graceful-fs":"~3.0.0","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.2.0","init-package-json":"~1.1.0","lockfile":"~1.0.0","lru-cache":"~2.5.0","minimatch":"~1.0.0","mkdirp":"~0.5.0","node-gyp":"~1.0.1","nopt":"~3.0.1","normalize-package-data":"~1.0.3","npm-cache-filename":"~1.0.1","npm-install-checks":"~1.0.2","npm-package-arg":"~2.1.3","npm-registry-client":"~3.2.2","npm-user-validate":"~0.1.0","npmconf":"~2.1.0","npmlog":"~0.1.1","once":"~1.3.0","opener":"~1.3.0","osenv":"~0.1.0","path-is-inside":"~1.0.0","read":"~1.0.4","read-installed":"~3.1.2","read-package-json":"~1.2.7","readable-stream":"~1.0.32","realize-package-specifier":"~1.1.0","request":"~2.44.0","retry":"~0.6.0","rimraf":"~2.2.8","semver":"~4.0.0","sha":"~1.2.1","slide":"~1.1.6","sorted-object":"~1.0.0","tar":"~1.0.1","text-table":"~0.2.0","uid-number":"0.0.5","which":"1","wrappy":"~1.0.1","write-file-atomic":"~1.1.0"},"devDependencies":{"marked":"~0.3.2","marked-man":"~0.1.4","nock":"~0.34.1","npm-registry-couchapp":"~2.6.2","npm-registry-mock":"~0.6.3","require-inject":"~1.0.0","tap":"~0.4.12"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","child-process-close","chmodr","chownr","cmd-shim","columnify","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmconf","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"e7aabc5d4f9b571d1a175749126c3961bc0d66cf","tarball":"https://registry.npmjs.org/npm/-/npm-2.1.4.tgz","integrity":"sha512-fjT6HDXczPZVWY+9BARhcxHTNyVy2ea9dr2tphuBi5T/+weoXjHhnmfkOstaw7nrVOHhRxzZ9YKk5d3IH9HBtw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDKjPTMv76BPa2JrfJwMaUwdpD+mlH5ciYyvhLTntr55wIhAKT0QpKj3mWC9/RgoHtVIzeBz2TxfLg+nGt84wThr7wm"}]}},"2.1.5":{"name":"npm","version":"2.1.5","dependencies":{"abbrev":"~1.0.5","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","async-some":"~1.0.1","block-stream":"0.0.7","char-spinner":"~1.0.1","child-process-close":"~0.1.1","chmodr":"~0.1.0","chownr":"0","cmd-shim":"~2.0.1","columnify":"~1.2.1","config-chain":"~1.1.8","dezalgo":"~1.0.1","editor":"~0.1.0","fs-vacuum":"~1.2.1","fs-write-stream-atomic":"~1.0.2","fstream":"~1.0.2","fstream-npm":"~1.0.0","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~4.0.6","graceful-fs":"~3.0.4","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.0","init-package-json":"~1.1.0","lockfile":"~1.0.0","lru-cache":"~2.5.0","minimatch":"~1.0.0","mkdirp":"~0.5.0","node-gyp":"~1.0.1","nopt":"~3.0.1","normalize-package-data":"~1.0.3","npm-cache-filename":"~1.0.1","npm-install-checks":"~1.0.2","npm-package-arg":"~2.1.3","npm-registry-client":"~3.2.4","npm-user-validate":"~0.1.1","npmlog":"~0.1.1","once":"~1.3.1","opener":"~1.4.0","osenv":"~0.1.0","path-is-inside":"~1.0.0","read":"~1.0.4","read-installed":"~3.1.2","read-package-json":"~1.2.7","readable-stream":"~1.0.32","realize-package-specifier":"~1.2.0","request":"~2.45.0","retry":"~0.6.1","rimraf":"~2.2.8","semver":"~4.1.0","sha":"~1.3.0","slide":"~1.1.6","sorted-object":"~1.0.0","tar":"~1.0.1","text-table":"~0.2.0","uid-number":"0.0.5","which":"1","wrappy":"~1.0.1","write-file-atomic":"~1.1.0"},"devDependencies":{"marked":"~0.3.2","marked-man":"~0.1.4","nock":"~0.48.1","npm-registry-couchapp":"~2.6.2","npm-registry-mock":"~0.6.3","require-inject":"~1.1.0","tap":"~0.4.12"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","child-process-close","chmodr","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"ce343163a56f1ff14ffa295c140d99833b9764cb","tarball":"https://registry.npmjs.org/npm/-/npm-2.1.5.tgz","integrity":"sha512-pybiq6bzz3joRElQikMcYQiGdXWclZfwiGunz8SbZK636ISGeTYu/ylWx+h6vpUgxRbp6noAHY2PHNnPqL29vg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCSWm5T3m2Kt1IQ4lbEoRCFEWY9XIgt5ggxxb+nMo0QvgIgaqnEdwJYtb3raJJPVt+Vwf+YWXYTNA2zL6/Ce25dlA0="}]}},"2.1.6":{"name":"npm","version":"2.1.6","dependencies":{"abbrev":"~1.0.5","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","async-some":"~1.0.1","block-stream":"0.0.7","char-spinner":"~1.0.1","child-process-close":"~0.1.1","chmodr":"~0.1.0","chownr":"0","cmd-shim":"~2.0.1","columnify":"~1.2.1","config-chain":"~1.1.8","dezalgo":"~1.0.1","editor":"~0.1.0","fs-vacuum":"~1.2.1","fs-write-stream-atomic":"~1.0.2","fstream":"~1.0.2","fstream-npm":"~1.0.1","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~4.0.6","graceful-fs":"~3.0.4","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.0","init-package-json":"~1.1.1","lockfile":"~1.0.0","lru-cache":"~2.5.0","minimatch":"~1.0.0","mkdirp":"~0.5.0","node-gyp":"~1.0.1","nopt":"~3.0.1","normalize-package-data":"~1.0.3","npm-cache-filename":"~1.0.1","npm-install-checks":"~1.0.2","npm-package-arg":"~2.1.3","npm-registry-client":"~3.2.4","npm-user-validate":"~0.1.1","npmlog":"~0.1.1","once":"~1.3.1","opener":"~1.4.0","osenv":"~0.1.0","path-is-inside":"~1.0.0","read":"~1.0.4","read-installed":"~3.1.2","read-package-json":"~1.2.7","readable-stream":"~1.0.32","realize-package-specifier":"~1.2.0","request":"~2.46.0","retry":"~0.6.1","rimraf":"~2.2.8","semver":"~4.1.0","sha":"~1.3.0","slide":"~1.1.6","sorted-object":"~1.0.0","tar":"~1.0.1","text-table":"~0.2.0","uid-number":"0.0.5","which":"1","wrappy":"~1.0.1","write-file-atomic":"~1.1.0"},"devDependencies":{"marked":"~0.3.2","marked-man":"~0.1.4","nock":"~0.48.1","npm-registry-couchapp":"~2.6.2","npm-registry-mock":"~0.6.3","require-inject":"~1.1.0","tap":"~0.4.12"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","child-process-close","chmodr","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"a28e8b44f910b9ab056aa0b73c13c1f9459c9b37","tarball":"https://registry.npmjs.org/npm/-/npm-2.1.6.tgz","integrity":"sha512-r2S3x8a+Jqazf76SYf1mSVX7mzeXAP6utslWmNl67m/Uv5+5gFochBs8HKp9mktV6XXQGrce4k6WubJ9xGOsWw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD9T6/1Bbzp6+mwEqgSMWn1ychv86+f7rRKQjtAArdN5AIgciS3/6Z8sAXh8L9HhEEYfVi5FZsMShn8MLCIiWQb+GA="}]}},"2.1.7":{"name":"npm","version":"2.1.7","dependencies":{"abbrev":"~1.0.5","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","async-some":"~1.0.1","block-stream":"0.0.7","char-spinner":"~1.0.1","child-process-close":"~0.1.1","chmodr":"~0.1.0","chownr":"0","cmd-shim":"~2.0.1","columnify":"~1.2.1","config-chain":"~1.1.8","dezalgo":"~1.0.1","editor":"~0.1.0","fs-vacuum":"~1.2.1","fs-write-stream-atomic":"~1.0.2","fstream":"~1.0.2","fstream-npm":"~1.0.1","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~4.0.6","graceful-fs":"~3.0.4","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.0","init-package-json":"~1.1.1","lockfile":"~1.0.0","lru-cache":"~2.5.0","minimatch":"~1.0.0","mkdirp":"~0.5.0","node-gyp":"~1.0.1","nopt":"~3.0.1","normalize-package-data":"~1.0.3","npm-cache-filename":"~1.0.1","npm-install-checks":"~1.0.2","npm-package-arg":"~2.1.3","npm-registry-client":"~4.0.1","npm-user-validate":"~0.1.1","npmlog":"~0.1.1","once":"~1.3.1","opener":"~1.4.0","osenv":"~0.1.0","path-is-inside":"~1.0.0","read":"~1.0.4","read-installed":"~3.1.2","read-package-json":"~1.2.7","readable-stream":"~1.0.32","realize-package-specifier":"~1.2.0","request":"~2.47.0","retry":"~0.6.1","rimraf":"~2.2.8","semver":"~4.1.0","sha":"~1.3.0","slide":"~1.1.6","sorted-object":"~1.0.0","tar":"~1.0.2","text-table":"~0.2.0","uid-number":"0.0.5","which":"1","wrappy":"~1.0.1","write-file-atomic":"~1.1.0"},"devDependencies":{"marked":"~0.3.2","marked-man":"~0.1.4","nock":"~0.48.1","npm-registry-couchapp":"~2.6.2","npm-registry-mock":"~0.6.3","require-inject":"~1.1.0","tap":"~0.4.12"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","child-process-close","chmodr","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"4b8315574b84136dad6a225ce8fb85e2d7d98502","tarball":"https://registry.npmjs.org/npm/-/npm-2.1.7.tgz","integrity":"sha512-9w7ecw6rpbBWlRtDiry7+bYtAPPB6eDD/uaZOHhKj64YPnlFAIVgjIbceLhpAknJ+SvtSTluPEgi4k/t3ebhBg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC45GA635wyYmX6IkEEqkwldGO3WpxCWFsZFsB8dfslqwIgaXCxno7+VovtzZpcNIxO8sFy0v0LpabjZYG3tQPxC5c="}]}},"2.1.8":{"name":"npm","version":"2.1.8","dependencies":{"abbrev":"~1.0.5","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","async-some":"~1.0.1","block-stream":"0.0.7","char-spinner":"~1.0.1","child-process-close":"~0.1.1","chmodr":"~0.1.0","chownr":"0","cmd-shim":"~2.0.1","columnify":"~1.2.1","config-chain":"~1.1.8","dezalgo":"~1.0.1","editor":"~0.1.0","fs-vacuum":"~1.2.1","fs-write-stream-atomic":"~1.0.2","fstream":"~1.0.2","fstream-npm":"~1.0.1","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~4.0.6","graceful-fs":"~3.0.4","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.0","init-package-json":"~1.1.2","lockfile":"~1.0.0","lru-cache":"~2.5.0","minimatch":"~1.0.0","mkdirp":"~0.5.0","node-gyp":"~1.0.1","nopt":"~3.0.1","normalize-package-data":"~1.0.3","npm-cache-filename":"~1.0.1","npm-install-checks":"~1.0.2","npm-package-arg":"~2.1.3","npm-registry-client":"~4.0.1","npm-user-validate":"~0.1.1","npmlog":"~0.1.1","once":"~1.3.1","opener":"~1.4.0","osenv":"~0.1.0","path-is-inside":"~1.0.0","read":"~1.0.4","read-installed":"~3.1.2","read-package-json":"~1.2.7","readable-stream":"~1.0.32","realize-package-specifier":"~1.2.0","request":"~2.47.0","retry":"~0.6.1","rimraf":"~2.2.8","semver":"~4.1.0","sha":"~1.3.0","slide":"~1.1.6","sorted-object":"~1.0.0","tar":"~1.0.2","text-table":"~0.2.0","uid-number":"0.0.5","which":"1","wrappy":"~1.0.1","write-file-atomic":"~1.1.0"},"devDependencies":{"marked":"~0.3.2","marked-man":"~0.1.4","nock":"~0.48.1","npm-registry-couchapp":"~2.6.2","npm-registry-mock":"~0.6.3","require-inject":"~1.1.0","tap":"~0.4.12"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","child-process-close","chmodr","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"0023e311e13514fc874b4f60ac28ad9ca7ff07f8","tarball":"https://registry.npmjs.org/npm/-/npm-2.1.8.tgz","integrity":"sha512-mAWZiM0gV02r1p8OdWSaKBZv1lKBBy3reIQc1B/fwBNWD0bAC/+qeSZqU/tVOKVYktukLFI6tAntkKwnWokJIw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCuCJj+79CVMV7dgyAOQaak8QcJNZtFSejjhU0g4HK19AIgUyzsVv4RIZURhxj4wOthd1W5BjIhmRpQeIwkLd9k/0I="}]}},"2.1.9":{"name":"npm","version":"2.1.9","dependencies":{"abbrev":"~1.0.5","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","async-some":"~1.0.1","block-stream":"0.0.7","char-spinner":"~1.0.1","child-process-close":"~0.1.1","chmodr":"~0.1.0","chownr":"0","cmd-shim":"~2.0.1","columnify":"~1.2.1","config-chain":"~1.1.8","dezalgo":"~1.0.1","editor":"~0.1.0","fs-vacuum":"~1.2.2","fs-write-stream-atomic":"~1.0.2","fstream":"~1.0.2","fstream-npm":"~1.0.1","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~4.0.6","graceful-fs":"~3.0.4","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.0","init-package-json":"~1.1.2","lockfile":"~1.0.0","lru-cache":"~2.5.0","minimatch":"~1.0.0","mkdirp":"~0.5.0","node-gyp":"~1.0.1","nopt":"~3.0.1","normalize-package-data":"~1.0.3","npm-cache-filename":"~1.0.1","npm-install-checks":"~1.0.2","npm-package-arg":"~2.1.3","npm-registry-client":"~4.0.2","npm-user-validate":"~0.1.1","npmlog":"~0.1.1","once":"~1.3.1","opener":"~1.4.0","osenv":"~0.1.0","path-is-inside":"~1.0.0","read":"~1.0.4","read-installed":"~3.1.2","read-package-json":"~1.2.7","readable-stream":"~1.0.32","realize-package-specifier":"~1.2.0","request":"~2.47.0","retry":"~0.6.1","rimraf":"~2.2.8","semver":"~4.1.0","sha":"~1.3.0","slide":"~1.1.6","sorted-object":"~1.0.0","tar":"~1.0.2","text-table":"~0.2.0","uid-number":"0.0.6","which":"1","wrappy":"~1.0.1","write-file-atomic":"~1.1.0"},"devDependencies":{"marked":"~0.3.2","marked-man":"~0.1.4","nock":"~0.48.1","npm-registry-couchapp":"~2.6.2","npm-registry-mock":"~0.6.3","require-inject":"~1.1.0","tap":"~0.4.12"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","child-process-close","chmodr","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"6e8860d3902f90e4b4819a7e70cf6cbb5fafa74d","tarball":"https://registry.npmjs.org/npm/-/npm-2.1.9.tgz","integrity":"sha512-eZsnRdhBKCoDpe9KtMyvg4lb3fiDdG8kiIVWQHaeemmBr4fwRkKGpvigKzfNjT11j/NBjrYSr/x8gvn3eMexyw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDl2IKtCkcC8H7ub8PyH8v2D7GSj6JqPER5l7S0Z+tNnAiEAlxd9MXXzoNKZ1C3S9DgpSzJF6TwMfV9FiNBIMJlxg8g="}]}},"2.1.10":{"name":"npm","version":"2.1.10","dependencies":{"abbrev":"~1.0.5","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","async-some":"~1.0.1","block-stream":"0.0.7","char-spinner":"~1.0.1","child-process-close":"~0.1.1","chmodr":"~0.1.0","chownr":"0","cmd-shim":"~2.0.1","columnify":"~1.2.1","config-chain":"~1.1.8","dezalgo":"~1.0.1","editor":"~0.1.0","fs-vacuum":"~1.2.2","fs-write-stream-atomic":"~1.0.2","fstream":"~1.0.2","fstream-npm":"~1.0.1","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~4.2.1","graceful-fs":"~3.0.4","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.0","init-package-json":"~1.1.2","lockfile":"~1.0.0","lru-cache":"~2.5.0","minimatch":"~1.0.0","mkdirp":"~0.5.0","node-gyp":"~1.0.1","nopt":"~3.0.1","normalize-package-data":"~1.0.3","npm-cache-filename":"~1.0.1","npm-install-checks":"~1.0.2","npm-package-arg":"~2.1.3","npm-registry-client":"~4.0.3","npm-user-validate":"~0.1.1","npmlog":"~0.1.1","once":"~1.3.1","opener":"~1.4.0","osenv":"~0.1.0","path-is-inside":"~1.0.0","read":"~1.0.4","read-installed":"~3.1.2","read-package-json":"~1.2.7","readable-stream":"~1.0.33","realize-package-specifier":"~1.2.0","request":"~2.48.0","retry":"~0.6.1","rimraf":"~2.2.8","semver":"~4.1.0","sha":"~1.3.0","slide":"~1.1.6","sorted-object":"~1.0.0","tar":"~1.0.2","text-table":"~0.2.0","uid-number":"0.0.6","which":"1","wrappy":"~1.0.1","write-file-atomic":"~1.1.0"},"devDependencies":{"marked":"~0.3.2","marked-man":"~0.1.4","nock":"~0.48.1","npm-registry-couchapp":"~2.6.2","npm-registry-mock":"~0.6.3","require-inject":"~1.1.0","tap":"~0.4.12"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","child-process-close","chmodr","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"a571ae408ac1b5e515f6c34c033503a7bb828cb4","tarball":"https://registry.npmjs.org/npm/-/npm-2.1.10.tgz","integrity":"sha512-MuQXBaK/nQy7lI1HSoeipklyLfJVYex9Kr9N0VRFoe6Z47q/j9KUCgHkHWoNLomMIX4jg+zorJRxrpncqgYQBA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICMQbsqO/t5mxergnXZkN9pP+hOLOWlpTAOq+1gfMGc6AiBdLtT/82k62/g0Tk48OvRrW8AaxUlZRnhOi7yuVejsNw=="}]}},"2.1.11":{"name":"npm","version":"2.1.11","dependencies":{"abbrev":"~1.0.5","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","async-some":"~1.0.1","block-stream":"0.0.7","char-spinner":"~1.0.1","child-process-close":"~0.1.1","chmodr":"~0.1.0","chownr":"0","cmd-shim":"~2.0.1","columnify":"~1.2.1","config-chain":"~1.1.8","dezalgo":"~1.0.1","editor":"~0.1.0","fs-vacuum":"~1.2.2","fs-write-stream-atomic":"~1.0.2","fstream":"~1.0.3","fstream-npm":"~1.0.1","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~4.2.1","graceful-fs":"~3.0.4","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.2","init-package-json":"~1.1.2","lockfile":"~1.0.0","lru-cache":"~2.5.0","minimatch":"~1.0.0","mkdirp":"~0.5.0","node-gyp":"~1.0.1","nopt":"~3.0.1","normalize-package-data":"~1.0.3","npm-cache-filename":"~1.0.1","npm-install-checks":"~1.0.2","npm-package-arg":"~2.1.3","npm-registry-client":"~4.0.4","npm-user-validate":"~0.1.1","npmlog":"~0.1.1","once":"~1.3.1","opener":"~1.4.0","osenv":"~0.1.0","path-is-inside":"~1.0.0","read":"~1.0.4","read-installed":"~3.1.2","read-package-json":"~1.2.7","readable-stream":"~1.0.33","realize-package-specifier":"~1.3.0","request":"~2.48.0","retry":"~0.6.1","rimraf":"~2.2.8","semver":"~4.1.0","sha":"~1.3.0","slide":"~1.1.6","sorted-object":"~1.0.0","tar":"~1.0.3","text-table":"~0.2.0","uid-number":"0.0.6","which":"~1.0.7","wrappy":"~1.0.1","write-file-atomic":"~1.1.0"},"devDependencies":{"marked":"~0.3.2","marked-man":"~0.1.4","nock":"~0.51.0","npm-registry-couchapp":"~2.6.2","npm-registry-mock":"~0.6.3","require-inject":"~1.1.0","tap":"~0.4.12"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","child-process-close","chmodr","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"1eed4c04e4c8c745bc721baba1b4fe42f2af140c","tarball":"https://registry.npmjs.org/npm/-/npm-2.1.11.tgz","integrity":"sha512-0cnfAc1yCU9qrvqyOGPjKtNIHIIZfjtDSmjgH4UE10Y9bypBMpJKTCGWX5ZQBMfx9ogHJK6ogcZuQTk9JlPz6Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC0oxZNPkZ2EG5rvi6ranTSL8NwSf5EzRVW3JENGExyPQIgeq9VgmGPN54h73ZbzcdsIwvYpcCH0uUSY6ayAfbAHnk="}]}},"2.1.12":{"name":"npm","version":"2.1.12","dependencies":{"abbrev":"~1.0.5","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","async-some":"~1.0.1","block-stream":"0.0.7","char-spinner":"~1.0.1","child-process-close":"~0.1.1","chmodr":"~0.1.0","chownr":"0","cmd-shim":"~2.0.1","columnify":"~1.2.1","config-chain":"~1.1.8","dezalgo":"~1.0.1","editor":"~0.1.0","fs-vacuum":"~1.2.2","fs-write-stream-atomic":"~1.0.2","fstream":"~1.0.3","fstream-npm":"~1.0.1","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~4.3.1","graceful-fs":"~3.0.5","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.2","init-package-json":"~1.1.2","lockfile":"~1.0.0","lru-cache":"~2.5.0","minimatch":"~2.0.1","mkdirp":"~0.5.0","node-gyp":"~1.0.1","nopt":"~3.0.1","normalize-package-data":"~1.0.3","npm-cache-filename":"~1.0.1","npm-install-checks":"~1.0.2","npm-package-arg":"~2.1.3","npm-registry-client":"~4.0.4","npm-user-validate":"~0.1.1","npmlog":"~0.1.1","once":"~1.3.1","opener":"~1.4.0","osenv":"~0.1.0","path-is-inside":"~1.0.0","read":"~1.0.4","read-installed":"~3.1.2","read-package-json":"~1.2.7","readable-stream":"~1.0.33","realize-package-specifier":"~1.3.0","request":"~2.49.0","retry":"~0.6.1","rimraf":"~2.2.8","semver":"~4.1.0","sha":"~1.3.0","slide":"~1.1.6","sorted-object":"~1.0.0","tar":"~1.0.3","text-table":"~0.2.0","uid-number":"0.0.6","which":"~1.0.7","wrappy":"~1.0.1","write-file-atomic":"~1.1.0"},"devDependencies":{"marked":"~0.3.2","marked-man":"~0.1.4","nock":"~0.51.0","npm-registry-couchapp":"~2.6.2","npm-registry-mock":"~0.6.3","require-inject":"~1.1.0","tap":"~0.4.12"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","child-process-close","chmodr","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"c5e70697533005d600548fdeeb783455a8b3056f","tarball":"https://registry.npmjs.org/npm/-/npm-2.1.12.tgz","integrity":"sha512-jgPqYx1egQFGYOiyxvXUXiHJsebR9RcTnNTUStj4ql4UIdNd5kkboqvOFWNN6Op9R8L/iDGSNgE2h2vH8pS5MQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIH9pxSoVGyBeiP8oKlbTqcnyD3i+Ts/dLFTGsi75DoxwAiEAvuq5isj2GR3oI0QLQliijsVv49LHisrsDpeLj1ssN3k="}]}},"2.1.13":{"name":"npm","version":"2.1.13","dependencies":{"abbrev":"~1.0.5","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","async-some":"~1.0.1","block-stream":"0.0.7","char-spinner":"~1.0.1","child-process-close":"~0.1.1","chmodr":"~0.1.0","chownr":"0","cmd-shim":"~2.0.1","columnify":"~1.3.2","config-chain":"~1.1.8","dezalgo":"~1.0.1","editor":"~0.1.0","fs-vacuum":"~1.2.2","fs-write-stream-atomic":"~1.0.2","fstream":"~1.0.3","fstream-npm":"~1.0.1","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~4.3.1","graceful-fs":"~3.0.5","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.2","init-package-json":"~1.1.3","lockfile":"~1.0.0","lru-cache":"~2.5.0","minimatch":"~2.0.1","mkdirp":"~0.5.0","node-gyp":"~1.0.1","nopt":"~3.0.1","normalize-package-data":"~1.0.3","npm-cache-filename":"~1.0.1","npm-install-checks":"~1.0.2","npm-package-arg":"~2.1.3","npm-registry-client":"~4.0.5","npm-user-validate":"~0.1.1","npmlog":"~0.1.1","once":"~1.3.1","opener":"~1.4.0","osenv":"~0.1.0","path-is-inside":"~1.0.0","read":"~1.0.4","read-installed":"~3.1.2","read-package-json":"~1.2.7","readable-stream":"~1.0.33","realize-package-specifier":"~1.3.0","request":"~2.51.0","retry":"~0.6.1","rimraf":"~2.2.8","semver":"~4.1.0","sha":"~1.3.0","slide":"~1.1.6","sorted-object":"~1.0.0","tar":"~1.0.3","text-table":"~0.2.0","uid-number":"0.0.6","which":"~1.0.8","wrappy":"~1.0.1","write-file-atomic":"~1.1.0"},"devDependencies":{"marked":"~0.3.2","marked-man":"~0.1.4","nock":"~0.51.0","npm-registry-couchapp":"~2.6.2","npm-registry-mock":"~0.6.3","require-inject":"~1.1.0","tap":"~0.4.12"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","child-process-close","chmodr","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"4d841d2faa1c843089de646fc92940b3da4b6cca","tarball":"https://registry.npmjs.org/npm/-/npm-2.1.13.tgz","integrity":"sha512-75HxUa2Lt57NNAOyuz17PCcSLbzzArCRqG4j9ksP+Zv6bZlwhXV280ZBnCsrI72AmYJCIPWzuDwcskmCJIizgQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICPzw6GMeH8Xh5oOr7t+f4GKjoj+04z3QUXskpzB5M14AiEAsci5/USOKnNaAOd+s8Lf1oz3FrK8Z9YI6TWfCEuRBCc="}]}},"2.1.14":{"name":"npm","version":"2.1.14","dependencies":{"abbrev":"~1.0.5","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","async-some":"~1.0.1","block-stream":"0.0.7","char-spinner":"~1.0.1","child-process-close":"~0.1.1","chmodr":"~0.1.0","chownr":"0","cmd-shim":"~2.0.1","columnify":"~1.3.2","config-chain":"~1.1.8","dezalgo":"~1.0.1","editor":"~0.1.0","fs-vacuum":"~1.2.2","fs-write-stream-atomic":"~1.0.2","fstream":"~1.0.3","fstream-npm":"~1.0.1","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~4.3.1","graceful-fs":"~3.0.5","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.2","init-package-json":"~1.1.3","lockfile":"~1.0.0","lru-cache":"~2.5.0","minimatch":"~2.0.1","mkdirp":"~0.5.0","node-gyp":"~1.0.2","nopt":"~3.0.1","normalize-package-data":"~1.0.3","npm-cache-filename":"~1.0.1","npm-install-checks":"~1.0.2","npm-package-arg":"~2.1.3","npm-registry-client":"~4.0.5","npm-user-validate":"~0.1.1","npmlog":"~0.1.1","once":"~1.3.1","opener":"~1.4.0","osenv":"~0.1.0","path-is-inside":"~1.0.0","read":"~1.0.4","read-installed":"~3.1.2","read-package-json":"~1.2.7","readable-stream":"~1.0.33","realize-package-specifier":"~1.3.0","request":"~2.51.0","retry":"~0.6.1","rimraf":"~2.2.8","semver":"~4.1.0","sha":"~1.3.0","slide":"~1.1.6","sorted-object":"~1.0.0","tar":"~1.0.3","text-table":"~0.2.0","uid-number":"0.0.6","which":"~1.0.8","wrappy":"~1.0.1","write-file-atomic":"~1.1.0"},"devDependencies":{"marked":"~0.3.2","marked-man":"~0.1.4","nock":"~0.51.0","npm-registry-couchapp":"~2.6.2","npm-registry-mock":"~0.6.3","require-inject":"~1.1.0","tap":"~0.4.12"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","child-process-close","chmodr","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"02f7a15112adc859191c9be9b9a601e866931aea","tarball":"https://registry.npmjs.org/npm/-/npm-2.1.14.tgz","integrity":"sha512-gvA7mCD/wlFA1etrF3ZAswvzftLGxY7a3XsaDIMyo3ISZF+Mm4RsSkCNVSisPDowtIuRQBwzluUHrYkat/me3g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIF7uXH2l0cv+QAHy88TuvHkDy6fchQKOdvX2pbk9fEdlAiBqtVoqnpwvtoenm40V5ldpxlrfvr5VCkOpOT1R/bLkdg=="}]}},"2.1.15":{"name":"npm","version":"2.1.15","dependencies":{"abbrev":"~1.0.5","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","async-some":"~1.0.1","block-stream":"0.0.7","char-spinner":"~1.0.1","child-process-close":"~0.1.1","chmodr":"~0.1.0","chownr":"0","cmd-shim":"~2.0.1","columnify":"~1.3.2","config-chain":"~1.1.8","dezalgo":"~1.0.1","editor":"~0.1.0","fs-vacuum":"~1.2.5","fs-write-stream-atomic":"~1.0.2","fstream":"~1.0.3","fstream-npm":"~1.0.1","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~4.3.1","graceful-fs":"~3.0.5","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.2","init-package-json":"~1.1.3","lockfile":"~1.0.0","lru-cache":"~2.5.0","minimatch":"~2.0.1","mkdirp":"~0.5.0","node-gyp":"~1.0.2","nopt":"~3.0.1","normalize-package-data":"~1.0.3","npm-cache-filename":"~1.0.1","npm-install-checks":"~1.0.2","npm-package-arg":"~2.1.3","npm-registry-client":"~4.0.5","npm-user-validate":"~0.1.1","npmlog":"~0.1.1","once":"~1.3.1","opener":"~1.4.0","osenv":"~0.1.0","path-is-inside":"~1.0.0","read":"~1.0.4","read-installed":"~3.1.2","read-package-json":"~1.2.7","readable-stream":"~1.0.33","realize-package-specifier":"~1.3.0","request":"~2.51.0","retry":"~0.6.1","rimraf":"~2.2.8","semver":"~4.1.1","sha":"~1.3.0","slide":"~1.1.6","sorted-object":"~1.0.0","tar":"~1.0.3","text-table":"~0.2.0","uid-number":"0.0.6","which":"~1.0.8","wrappy":"~1.0.1","write-file-atomic":"~1.1.0"},"devDependencies":{"marked":"~0.3.2","marked-man":"~0.1.4","nock":"~0.51.0","npm-registry-couchapp":"~2.6.2","npm-registry-mock":"~0.6.3","require-inject":"~1.1.0","tap":"~0.4.12"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","child-process-close","chmodr","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"7a4e3ce676ee8879a4e6935ae104877b5f99b8d5","tarball":"https://registry.npmjs.org/npm/-/npm-2.1.15.tgz","integrity":"sha512-LUSNyO+mdLpISlg7Up8Gl2zxPueAY51Y7LB2BBvCD6j7S3u+Er+jsQCzF/Y8qNfwIAf3zSU1n0AkOFERAbhpsg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEJbPavZXhPTCzelxE55KKUw1lYWpT/DTWsGgwNl+4yMAiAkw/j9LbKzurnrKezyEhuk98DbLhuMupd8ZOp6dgJSXg=="}]}},"2.1.16":{"name":"npm","version":"2.1.16","dependencies":{"abbrev":"~1.0.5","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","async-some":"~1.0.1","block-stream":"0.0.7","char-spinner":"~1.0.1","child-process-close":"~0.1.1","chmodr":"~0.1.0","chownr":"0","cmd-shim":"~2.0.1","columnify":"~1.3.2","config-chain":"~1.1.8","dezalgo":"~1.0.1","editor":"~0.1.0","fs-vacuum":"~1.2.5","fs-write-stream-atomic":"~1.0.2","fstream":"~1.0.3","fstream-npm":"~1.0.1","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~4.3.1","graceful-fs":"~3.0.5","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.2","init-package-json":"~1.1.3","lockfile":"~1.0.0","lru-cache":"~2.5.0","minimatch":"~2.0.1","mkdirp":"~0.5.0","node-gyp":"~1.0.2","nopt":"~3.0.1","normalize-package-data":"~1.0.3","npm-cache-filename":"~1.0.1","npm-install-checks":"~1.0.2","npm-package-arg":"~2.1.3","npm-registry-client":"~4.0.5","npm-user-validate":"~0.1.1","npmlog":"~0.1.1","once":"~1.3.1","opener":"~1.4.0","osenv":"~0.1.0","path-is-inside":"~1.0.0","read":"~1.0.4","read-installed":"~3.1.5","read-package-json":"~1.2.7","readable-stream":"~1.0.33","realize-package-specifier":"~1.3.0","request":"~2.51.0","retry":"~0.6.1","rimraf":"~2.2.8","semver":"~4.1.1","sha":"~1.3.0","slide":"~1.1.6","sorted-object":"~1.0.0","tar":"~1.0.3","text-table":"~0.2.0","uid-number":"0.0.6","which":"~1.0.8","wrappy":"~1.0.1","write-file-atomic":"~1.1.0"},"devDependencies":{"marked":"~0.3.2","marked-man":"~0.1.4","nock":"~0.51.0","npm-registry-couchapp":"~2.6.2","npm-registry-mock":"~0.6.3","require-inject":"~1.1.0","tap":"~0.4.12"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","child-process-close","chmodr","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"9b53f5a33d77d46ac731b0b1b7db0879d7d68ac5","tarball":"https://registry.npmjs.org/npm/-/npm-2.1.16.tgz","integrity":"sha512-Gn2v4DAmP7I8mrlfF5j2Su+WzIb3lQUUd1w1XMVAESSAs7nWFAik7SU6SJ1qQseLQ7QbUYosC1GcbA6JcJ0Dbg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDEMCQU/drmkQ3PBvI8eBWn0XD/xoCwVlHSLNGfoAwNXAIhAJCw0FYr7J/xwoYptaHFdLXzsZaYymhrtEL6D1dGZLSx"}]}},"2.1.17":{"name":"npm","version":"2.1.17","dependencies":{"abbrev":"~1.0.5","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","async-some":"~1.0.1","block-stream":"0.0.7","char-spinner":"~1.0.1","child-process-close":"~0.1.1","chmodr":"~0.1.0","chownr":"0","cmd-shim":"~2.0.1","columnify":"~1.3.2","config-chain":"~1.1.8","dezalgo":"~1.0.1","editor":"~0.1.0","fs-vacuum":"~1.2.5","fs-write-stream-atomic":"~1.0.2","fstream":"~1.0.3","fstream-npm":"~1.0.1","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~4.3.2","graceful-fs":"~3.0.5","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.2","init-package-json":"~1.1.3","lockfile":"~1.0.0","lru-cache":"~2.5.0","minimatch":"~2.0.1","mkdirp":"~0.5.0","node-gyp":"~1.0.2","nopt":"~3.0.1","normalize-git-url":"~1.0.0","normalize-package-data":"~1.0.3","npm-cache-filename":"~1.0.1","npm-install-checks":"~1.0.2","npm-package-arg":"~2.1.3","npm-registry-client":"~4.0.5","npm-user-validate":"~0.1.1","npmlog":"~0.1.1","once":"~1.3.1","opener":"~1.4.0","osenv":"~0.1.0","path-is-inside":"~1.0.0","read":"~1.0.4","read-installed":"~3.1.5","read-package-json":"~1.2.7","readable-stream":"~1.0.33","realize-package-specifier":"~1.3.0","request":"~2.51.0","retry":"~0.6.1","rimraf":"~2.2.8","semver":"~4.2.0","sha":"~1.3.0","slide":"~1.1.6","sorted-object":"~1.0.0","tar":"~1.0.3","text-table":"~0.2.0","uid-number":"0.0.6","which":"~1.0.8","wrappy":"~1.0.1","write-file-atomic":"~1.1.0"},"devDependencies":{"marked":"~0.3.2","marked-man":"~0.1.4","nock":"~0.52.4","npm-registry-couchapp":"~2.6.2","npm-registry-mock":"~0.6.3","require-inject":"~1.1.0","tap":"~0.4.12"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","child-process-close","chmodr","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"80fa7873188659037ec0ed8ebc95c2b2723c8ac4","tarball":"https://registry.npmjs.org/npm/-/npm-2.1.17.tgz","integrity":"sha512-z1H44brazu7V8NqflqmkaAGR5cupmuL9zQcb6I9cGx6pRg6DsPykwi9TdBBO+aXWiWANaEUppWToTRBf4u7nQQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDdRHJsuUMGLQjAIqPrWzZO0al3GE4fuwG1cHXsWIXc9QIgNgGgrpPB3aXwk0pFFIvj9XsY0KbSCXvB7BlO22wtTJ0="}]}},"2.1.18":{"name":"npm","version":"2.1.18","dependencies":{"abbrev":"~1.0.5","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","async-some":"~1.0.1","block-stream":"0.0.7","char-spinner":"~1.0.1","child-process-close":"~0.1.1","chmodr":"~0.1.0","chownr":"0","cmd-shim":"~2.0.1","columnify":"~1.3.2","config-chain":"~1.1.8","dezalgo":"~1.0.1","editor":"~0.1.0","fs-vacuum":"~1.2.5","fs-write-stream-atomic":"~1.0.2","fstream":"~1.0.3","fstream-npm":"~1.0.1","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~4.3.2","graceful-fs":"~3.0.5","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.2","init-package-json":"~1.1.3","lockfile":"~1.0.0","lru-cache":"~2.5.0","minimatch":"~2.0.1","mkdirp":"~0.5.0","node-gyp":"~1.0.2","nopt":"~3.0.1","normalize-git-url":"~1.0.0","normalize-package-data":"~1.0.3","npm-cache-filename":"~1.0.1","npm-install-checks":"~1.0.2","npm-package-arg":"~2.1.3","npm-registry-client":"~4.0.5","npm-user-validate":"~0.1.1","npmlog":"~0.1.1","once":"~1.3.1","opener":"~1.4.0","osenv":"~0.1.0","path-is-inside":"~1.0.0","read":"~1.0.4","read-installed":"~3.1.5","read-package-json":"~1.2.7","readable-stream":"~1.0.33","realize-package-specifier":"~1.3.0","request":"~2.51.0","retry":"~0.6.1","rimraf":"~2.2.8","semver":"~4.2.0","sha":"~1.3.0","slide":"~1.1.6","sorted-object":"~1.0.0","tar":"~1.0.3","text-table":"~0.2.0","uid-number":"0.0.6","which":"~1.0.8","wrappy":"~1.0.1","write-file-atomic":"~1.1.0"},"devDependencies":{"marked":"~0.3.2","marked-man":"~0.1.4","nock":"~0.52.4","npm-registry-couchapp":"~2.6.2","npm-registry-mock":"~0.6.3","require-inject":"~1.1.0","tap":"~0.4.12"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","child-process-close","chmodr","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"e2af4c5f848fb023851cd2ec129005d33090bd57","tarball":"https://registry.npmjs.org/npm/-/npm-2.1.18.tgz","integrity":"sha512-N/79giqn62wI9X62Hq/VoQ87yHSbXFpBRHqf4XX3e+mrSuNJaue+ioKbU/FVme3ywYeUMHNPjV1XUtccn6LAdg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDZXr9WDbnDuC0FuR3rX7gy4yUDc2EadQdsQ7msLFFUOgIgJfIr/LtuEy+Izve05wZ/De+W6gjF8g/Z+fh+K560ewI="}]}},"2.2.0":{"name":"npm","version":"2.2.0","dependencies":{"abbrev":"~1.0.5","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","async-some":"~1.0.1","block-stream":"0.0.7","char-spinner":"~1.0.1","child-process-close":"~0.1.1","chmodr":"~0.1.0","chownr":"0","cmd-shim":"~2.0.1","columnify":"~1.3.2","config-chain":"~1.1.8","dezalgo":"~1.0.1","editor":"~0.1.0","fs-vacuum":"~1.2.5","fs-write-stream-atomic":"~1.0.2","fstream":"~1.0.3","fstream-npm":"~1.0.1","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~4.3.2","graceful-fs":"~3.0.5","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.2","init-package-json":"~1.1.3","lockfile":"~1.0.0","lru-cache":"~2.5.0","minimatch":"~2.0.1","mkdirp":"~0.5.0","node-gyp":"~1.0.2","nopt":"~3.0.1","normalize-git-url":"~1.0.0","normalize-package-data":"~1.0.3","npm-cache-filename":"~1.0.1","npm-install-checks":"~1.0.5","npm-package-arg":"~2.1.3","npm-registry-client":"~4.0.5","npm-user-validate":"~0.1.1","npmlog":"~0.1.1","once":"~1.3.1","opener":"~1.4.0","osenv":"~0.1.0","path-is-inside":"~1.0.0","read":"~1.0.4","read-installed":"~3.1.5","read-package-json":"~1.2.7","readable-stream":"~1.0.33","realize-package-specifier":"~1.3.0","request":"~2.51.0","retry":"~0.6.1","rimraf":"~2.2.8","semver":"~4.2.0","sha":"~1.3.0","slide":"~1.1.6","sorted-object":"~1.0.0","tar":"~1.0.3","text-table":"~0.2.0","uid-number":"0.0.6","which":"~1.0.8","wrappy":"~1.0.1","write-file-atomic":"~1.1.0"},"devDependencies":{"marked":"~0.3.2","marked-man":"~0.1.4","nock":"~0.52.4","npm-registry-couchapp":"~2.6.2","npm-registry-mock":"~0.6.3","require-inject":"~1.1.0","tap":"~0.4.12"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","child-process-close","chmodr","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"e9a1c4971558019f3d14f7a33aa7a7492bc195ed","tarball":"https://registry.npmjs.org/npm/-/npm-2.2.0.tgz","integrity":"sha512-jc5R2tRHiTbOOjJsa7MOlnj+FYjti0qbXNT2So+2/YR22zB86IE8ujXs27u6X03oA+ZMHa66k50btfuTzxLFrg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC6mJeTSUSgAZS4qi7FuhfKGsRBy3QPQOS25p5yXjo1LwIgdDiEz8tFXNlMV2sBQ5J4Vuhgucltk7TOCV4GPwAAdWo="}]}},"2.3.0":{"name":"npm","version":"2.3.0","dependencies":{"abbrev":"~1.0.5","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","async-some":"~1.0.1","block-stream":"0.0.7","char-spinner":"~1.0.1","child-process-close":"~0.1.1","chmodr":"~0.1.0","chownr":"0","cmd-shim":"~2.0.1","columnify":"~1.3.2","config-chain":"~1.1.8","dezalgo":"~1.0.1","editor":"~0.1.0","fs-vacuum":"~1.2.5","fs-write-stream-atomic":"~1.0.2","fstream":"~1.0.3","fstream-npm":"~1.0.1","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~4.3.5","graceful-fs":"~3.0.5","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.2","init-package-json":"~1.1.3","lockfile":"~1.0.0","lru-cache":"~2.5.0","minimatch":"~2.0.1","mkdirp":"~0.5.0","node-gyp":"~1.0.2","nopt":"~3.0.1","normalize-git-url":"~1.0.0","normalize-package-data":"~1.0.3","npm-cache-filename":"~1.0.1","npm-install-checks":"~1.0.5","npm-package-arg":"~2.1.3","npm-registry-client":"~5.0.0","npm-user-validate":"~0.1.1","npmlog":"~0.1.1","once":"~1.3.1","opener":"~1.4.0","osenv":"~0.1.0","path-is-inside":"~1.0.0","read":"~1.0.4","read-installed":"~3.1.5","read-package-json":"~1.2.7","readable-stream":"~1.0.33","realize-package-specifier":"~1.3.0","request":"~2.51.0","retry":"~0.6.1","rimraf":"~2.2.8","semver":"~4.2.0","sha":"~1.3.0","slide":"~1.1.6","sorted-object":"~1.0.0","tar":"~1.0.3","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","which":"~1.0.8","wrappy":"~1.0.1","write-file-atomic":"~1.1.0"},"devDependencies":{"marked":"~0.3.2","marked-man":"~0.1.4","nock":"~0.57.0","npm-registry-couchapp":"~2.6.2","npm-registry-mock":"~0.6.3","require-inject":"~1.1.0","tap":"~0.5.0"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","child-process-close","chmodr","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","umask","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"3588ec5c18fb5ac41e5721b0ea8ece3a85ab8b4b","tarball":"https://registry.npmjs.org/npm/-/npm-2.3.0.tgz","integrity":"sha512-TP64zl2mD0zj57iqK2RkXSx8RYc38/zTdXR73TTH8DrboJ/fvsQXeV4eC2yIdDmrddQw1FRJz/dtSbI12E8PMg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIF/krUr/jdKiEnqzDO6uZQieyaBcgEKTk1wQF1HbviKnAiEAvpgAIcK+3wta3pgGJL4EDwCVC4FOW0h5hroRe0qhCGY="}]}},"2.4.0":{"name":"npm","version":"2.4.0","dependencies":{"abbrev":"~1.0.5","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","async-some":"~1.0.1","block-stream":"0.0.7","char-spinner":"~1.0.1","child-process-close":"~0.1.1","chmodr":"~0.1.0","chownr":"0","cmd-shim":"~2.0.1","columnify":"~1.3.2","config-chain":"~1.1.8","dezalgo":"~1.0.1","editor":"~0.1.0","fs-vacuum":"~1.2.5","fs-write-stream-atomic":"~1.0.2","fstream":"~1.0.3","fstream-npm":"~1.0.1","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~4.3.5","graceful-fs":"~3.0.5","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.2","init-package-json":"~1.2.0","lockfile":"~1.0.0","lru-cache":"~2.5.0","minimatch":"~2.0.1","mkdirp":"~0.5.0","node-gyp":"~1.0.2","nopt":"~3.0.1","normalize-git-url":"~1.0.0","normalize-package-data":"~1.0.3","npm-cache-filename":"~1.0.1","npm-install-checks":"~1.0.5","npm-package-arg":"~2.1.3","npm-registry-client":"~6.0.1","npm-user-validate":"~0.1.1","npmlog":"~0.1.1","once":"~1.3.1","opener":"~1.4.0","osenv":"~0.1.0","path-is-inside":"~1.0.0","read":"~1.0.4","read-installed":"~3.1.5","read-package-json":"~1.2.7","readable-stream":"~1.0.33","realize-package-specifier":"~1.3.0","request":"~2.51.0","retry":"~0.6.1","rimraf":"~2.2.8","semver":"~4.2.0","sha":"~1.3.0","slide":"~1.1.6","sorted-object":"~1.0.0","tar":"~1.0.3","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","which":"~1.0.8","wrappy":"~1.0.1","write-file-atomic":"~1.1.0"},"devDependencies":{"marked":"~0.3.2","marked-man":"~0.1.4","nock":"~0.57.0","npm-registry-couchapp":"~2.6.2","npm-registry-mock":"~0.6.3","require-inject":"~1.1.0","tap":"~0.5.0"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","child-process-close","chmodr","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","umask","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"d566d3f5311d4acd7b3fdc0a44a452f8b00af4d9","tarball":"https://registry.npmjs.org/npm/-/npm-2.4.0.tgz","integrity":"sha512-uV/eHM4QXDfeMXbe1jDYZojvK6uO9x4E6zGLklTxof0HKs/pitjJam04D2i5PXxK1SrgTEBGt9FCtgfhEgwNNw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCDfM0tf5ZQQQtVlVFcmo7TQhFzOW+Gby9T8uigeF2FaAIhALx0hV3z/u4V9+EoQgfIiUg7GdlK+tiFe0l/D86ZwD3A"}]}},"2.4.1":{"name":"npm","version":"2.4.1","dependencies":{"abbrev":"~1.0.5","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","async-some":"~1.0.1","block-stream":"0.0.7","char-spinner":"~1.0.1","child-process-close":"~0.1.1","chmodr":"~0.1.0","chownr":"0","cmd-shim":"~2.0.1","columnify":"~1.3.2","config-chain":"~1.1.8","dezalgo":"~1.0.1","editor":"~0.1.0","fs-vacuum":"~1.2.5","fs-write-stream-atomic":"~1.0.2","fstream":"~1.0.3","fstream-npm":"~1.0.1","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~4.3.5","graceful-fs":"~3.0.5","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.2","init-package-json":"~1.2.0","lockfile":"~1.0.0","lru-cache":"~2.5.0","minimatch":"~2.0.1","mkdirp":"~0.5.0","node-gyp":"~1.0.2","nopt":"~3.0.1","normalize-git-url":"~1.0.0","normalize-package-data":"~1.0.3","npm-cache-filename":"~1.0.1","npm-install-checks":"~1.0.5","npm-package-arg":"~2.1.3","npm-registry-client":"~6.0.3","npm-user-validate":"~0.1.1","npmlog":"~0.1.1","once":"~1.3.1","opener":"~1.4.0","osenv":"~0.1.0","path-is-inside":"~1.0.0","read":"~1.0.4","read-installed":"~3.1.5","read-package-json":"~1.2.7","readable-stream":"~1.0.33","realize-package-specifier":"~1.3.0","request":"~2.51.0","retry":"~0.6.1","rimraf":"~2.2.8","semver":"~4.2.0","sha":"~1.3.0","slide":"~1.1.6","sorted-object":"~1.0.0","tar":"~1.0.3","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","which":"~1.0.8","wrappy":"~1.0.1","write-file-atomic":"~1.1.0"},"devDependencies":{"marked":"~0.3.2","marked-man":"~0.1.4","nock":"~0.57.0","npm-registry-couchapp":"~2.6.2","npm-registry-mock":"~0.6.3","require-inject":"~1.1.0","tap":"~0.5.0"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","child-process-close","chmodr","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","umask","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"0212e03b8ade89bec6a59fc75bc2aa03f94f0f53","tarball":"https://registry.npmjs.org/npm/-/npm-2.4.1.tgz","integrity":"sha512-EeRP225jANOgAvQZTA2VLx8ULjrgCRn7uo1SsjaZMi9BTa1SeFE3v4J/RVhsGlnnhTuUKUUWwt5DKZnzfqJNAQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCNfOKTW8CEgg85n81yJVUAKlkDqOePhU3jonOe9+WgFgIhAL45abIV4/SYlg4zCu9nW8AH8Pyw5EhorvLC8DnCf6s+"}]}},"2.5.0":{"name":"npm","version":"2.5.0","dependencies":{"abbrev":"~1.0.5","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","async-some":"~1.0.1","block-stream":"0.0.7","char-spinner":"~1.0.1","child-process-close":"~0.1.1","chmodr":"~0.1.0","chownr":"0","cmd-shim":"~2.0.1","columnify":"~1.4.1","config-chain":"~1.1.8","dezalgo":"~1.0.1","editor":"~0.1.0","fs-vacuum":"~1.2.5","fs-write-stream-atomic":"~1.0.2","fstream":"~1.0.4","fstream-npm":"~1.0.1","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~4.3.5","graceful-fs":"~3.0.5","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.2","init-package-json":"~1.2.0","lockfile":"~1.0.0","lru-cache":"~2.5.0","minimatch":"~2.0.1","mkdirp":"~0.5.0","node-gyp":"~1.0.2","nopt":"~3.0.1","normalize-git-url":"~1.0.0","normalize-package-data":"~1.0.3","npm-cache-filename":"~1.0.1","npm-install-checks":"~1.0.5","npm-package-arg":"~2.1.3","npm-registry-client":"~6.0.7","npm-user-validate":"~0.1.1","npmlog":"~0.1.1","once":"~1.3.1","opener":"~1.4.0","osenv":"~0.1.0","path-is-inside":"~1.0.0","read":"~1.0.4","read-installed":"~3.1.5","read-package-json":"~1.2.7","readable-stream":"~1.0.33","realize-package-specifier":"~1.3.0","request":"~2.51.0","retry":"~0.6.1","rimraf":"~2.2.8","semver":"~4.2.0","sha":"~1.3.0","slide":"~1.1.6","sorted-object":"~1.0.0","tar":"~1.0.3","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","which":"~1.0.8","wrappy":"~1.0.1","write-file-atomic":"~1.1.0"},"devDependencies":{"marked":"~0.3.3","marked-man":"~0.1.4","nock":"~0.59.0","npm-registry-couchapp":"~2.6.2","npm-registry-mock":"~0.6.3","require-inject":"~1.1.0","tap":"~0.5.0"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","child-process-close","chmodr","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","umask","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"5045be48340ee0ca003858ed5b9ad9c9c4d2379b","tarball":"https://registry.npmjs.org/npm/-/npm-2.5.0.tgz","integrity":"sha512-VaizdnDiBiEC7ovBUs2Ofei4wXJwkaKgGsqAuZm4aANqAr/pzKlMpAFSsEqSKODvhZlklhxT8W39rk/mmOUCdw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEujiFcBCShLtKiTp6pt94B6fC5km3RMs0SDI0e5H9A8AiAivWUBlP0pgRwVNcCVpJBftQjjLKSADEL3Gl1606Ee2Q=="}]}},"2.5.1":{"name":"npm","version":"2.5.1","dependencies":{"abbrev":"~1.0.5","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","async-some":"~1.0.1","block-stream":"0.0.7","char-spinner":"~1.0.1","child-process-close":"~0.1.1","chmodr":"~0.1.0","chownr":"0","cmd-shim":"~2.0.1","columnify":"~1.4.1","config-chain":"~1.1.8","dezalgo":"~1.0.1","editor":"~0.1.0","fs-vacuum":"~1.2.5","fs-write-stream-atomic":"~1.0.2","fstream":"~1.0.4","fstream-npm":"~1.0.1","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~4.3.5","graceful-fs":"~3.0.5","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.2","init-package-json":"~1.2.0","lockfile":"~1.0.0","lru-cache":"~2.5.0","minimatch":"~2.0.1","mkdirp":"~0.5.0","node-gyp":"~1.0.2","nopt":"~3.0.1","normalize-git-url":"~1.0.0","normalize-package-data":"~1.0.3","npm-cache-filename":"~1.0.1","npm-install-checks":"~1.0.5","npm-package-arg":"~2.1.3","npm-registry-client":"~6.0.7","npm-user-validate":"~0.1.1","npmlog":"~0.1.1","once":"~1.3.1","opener":"~1.4.0","osenv":"~0.1.0","path-is-inside":"~1.0.0","read":"~1.0.4","read-installed":"~3.1.5","read-package-json":"~1.2.7","readable-stream":"~1.0.33","realize-package-specifier":"~1.3.0","request":"~2.53.0","retry":"~0.6.1","rimraf":"~2.2.8","semver":"~4.2.0","sha":"~1.3.0","slide":"~1.1.6","sorted-object":"~1.0.0","tar":"~1.0.3","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","which":"~1.0.8","wrappy":"~1.0.1","write-file-atomic":"~1.1.0"},"devDependencies":{"marked":"~0.3.3","marked-man":"~0.1.4","nock":"~0.59.0","npm-registry-couchapp":"~2.6.2","npm-registry-mock":"~1.0.0","require-inject":"~1.1.0","tap":"~0.5.0"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","child-process-close","chmodr","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","umask","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"23e4b0fdd1ffced7d835780e692a9e5a0125bb02","tarball":"https://registry.npmjs.org/npm/-/npm-2.5.1.tgz","integrity":"sha512-ZQiVMOGClR5+lnMMAAsfJq8g+ud85+/6urh/k1D4hN21mGmjBrZ0t2u7zAHrHcavMVtugDOlanaBWTNeh9NMgA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIECvE5mYEwrWpjiiZ4hjOOzzumT61GqfXJomhav8fqNDAiAZ5tmpbk5Z2pIDRr5AJPp3LaDmDrelO3bLeThdOn8BTQ=="}]}},"2.6.0":{"name":"npm","version":"2.6.0","dependencies":{"abbrev":"~1.0.5","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","async-some":"~1.0.1","block-stream":"0.0.7","char-spinner":"~1.0.1","child-process-close":"~0.1.1","chmodr":"~0.1.0","chownr":"0","cmd-shim":"~2.0.1","columnify":"~1.4.1","config-chain":"~1.1.8","dezalgo":"~1.0.1","editor":"~0.1.0","fs-vacuum":"~1.2.5","fs-write-stream-atomic":"~1.0.2","fstream":"~1.0.4","fstream-npm":"~1.0.1","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~4.3.5","graceful-fs":"~3.0.5","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.3","init-package-json":"~1.2.0","lockfile":"~1.0.0","lru-cache":"~2.5.0","minimatch":"~2.0.1","mkdirp":"~0.5.0","node-gyp":"~1.0.2","nopt":"~3.0.1","normalize-git-url":"~1.0.0","normalize-package-data":"~1.0.3","npm-cache-filename":"~1.0.1","npm-install-checks":"~1.0.5","npm-package-arg":"~2.1.3","npm-registry-client":"~6.1.1","npm-user-validate":"~0.1.1","npmlog":"~0.1.1","once":"~1.3.1","opener":"~1.4.0","osenv":"~0.1.0","path-is-inside":"~1.0.0","read":"~1.0.4","read-installed":"~3.1.5","read-package-json":"~1.3.1","readable-stream":"~1.0.33","realize-package-specifier":"~1.3.0","request":"~2.53.0","retry":"~0.6.1","rimraf":"~2.2.8","semver":"~4.3.0","sha":"~1.3.0","slide":"~1.1.6","sorted-object":"~1.0.0","tar":"~1.0.3","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","which":"~1.0.8","wrappy":"~1.0.1","write-file-atomic":"~1.1.0"},"devDependencies":{"marked":"~0.3.3","marked-man":"~0.1.4","nock":"~0.59.0","npm-registry-couchapp":"~2.6.2","npm-registry-mock":"~1.0.0","require-inject":"~1.1.0","sprintf-js":"~1.0.2","tap":"~0.6.0"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","child-process-close","chmodr","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","umask","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"94152624b041d3da3bf2764b1a49006f699a7dd8","tarball":"https://registry.npmjs.org/npm/-/npm-2.6.0.tgz","integrity":"sha512-h2Qdnsu5ChFn+n6HoW6wIP5n1STms8x0cqMBWT0nkvICFqNLZ1+lrYEbRmPTE7zVYzJahehWWf7FYzJvF9+ItQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCLnSsRg/wt/fh+mzVtqKQ9grF2E6Xa/z2fd2pgYNbD+gIgN2cnm8XwlYYe7sveoFUflQyOXKFsZfec7AghywfBRg4="}]}},"2.6.1":{"name":"npm","version":"2.6.1","dependencies":{"abbrev":"~1.0.5","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","async-some":"~1.0.1","block-stream":"0.0.7","char-spinner":"~1.0.1","child-process-close":"~0.1.1","chmodr":"~0.1.0","chownr":"0","cmd-shim":"~2.0.1","columnify":"~1.4.1","config-chain":"~1.1.8","dezalgo":"~1.0.1","editor":"~0.1.0","fs-vacuum":"~1.2.5","fs-write-stream-atomic":"~1.0.2","fstream":"~1.0.4","fstream-npm":"~1.0.1","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~4.4.0","graceful-fs":"~3.0.5","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.3","init-package-json":"~1.2.0","lockfile":"~1.0.0","lru-cache":"~2.5.0","minimatch":"~2.0.1","mkdirp":"~0.5.0","node-gyp":"~1.0.2","nopt":"~3.0.1","normalize-git-url":"~1.0.0","normalize-package-data":"~1.0.3","npm-cache-filename":"~1.0.1","npm-install-checks":"~1.0.5","npm-package-arg":"~2.1.3","npm-registry-client":"~6.1.1","npm-user-validate":"~0.1.1","npmlog":"~0.1.1","once":"~1.3.1","opener":"~1.4.0","osenv":"~0.1.0","path-is-inside":"~1.0.0","read":"~1.0.4","read-installed":"~3.1.5","read-package-json":"~1.3.1","readable-stream":"~1.0.33","realize-package-specifier":"~1.3.0","request":"~2.53.0","retry":"~0.6.1","rimraf":"~2.2.8","semver":"~4.3.0","sha":"~1.3.0","slide":"~1.1.6","sorted-object":"~1.0.0","tar":"~1.0.3","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","which":"~1.0.8","wrappy":"~1.0.1","write-file-atomic":"~1.1.0"},"devDependencies":{"marked":"~0.3.3","marked-man":"~0.1.4","nock":"~0.59.0","npm-registry-couchapp":"~2.6.2","npm-registry-mock":"~1.0.0","require-inject":"~1.1.0","sprintf-js":"~1.0.2","tap":"~0.6.0"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","child-process-close","chmodr","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","umask","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"22aefa7867d021f63d60fadc1eb48f0adb744242","tarball":"https://registry.npmjs.org/npm/-/npm-2.6.1.tgz","integrity":"sha512-P6EU7bbxMerjNJ7A0FVo1Tx10NZrdsddhmHbxzuBK3kBeaH5vlGSZ3+BMgcWS833OYc6Rnfx5ujQZhe9lfjBvw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBpcoM3TJxjvO9sLBjGfAcua7FES3cZ92+nr4LXYlbmHAiBuSdCgtIJ8E7pNv2GfXsfk9RRxGchmKsQMtEteztxLUg=="}]}},"2.7.0":{"name":"npm","version":"2.7.0","dependencies":{"abbrev":"~1.0.5","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","async-some":"~1.0.1","block-stream":"0.0.7","char-spinner":"~1.0.1","child-process-close":"~0.1.1","chmodr":"~0.1.0","chownr":"0","cmd-shim":"~2.0.1","columnify":"~1.4.1","config-chain":"~1.1.8","dezalgo":"~1.0.1","editor":"~0.1.0","fs-vacuum":"~1.2.5","fs-write-stream-atomic":"~1.0.2","fstream":"~1.0.4","fstream-npm":"~1.0.1","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~4.4.1","graceful-fs":"~3.0.5","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.3","init-package-json":"~1.3.0","lockfile":"~1.0.0","lru-cache":"~2.5.0","minimatch":"~2.0.1","mkdirp":"~0.5.0","node-gyp":"~1.0.2","nopt":"~3.0.1","normalize-git-url":"~1.0.0","normalize-package-data":"~1.0.3","npm-cache-filename":"~1.0.1","npm-install-checks":"~1.0.5","npm-package-arg":"~2.1.3","npm-registry-client":"~6.1.1","npm-user-validate":"~0.1.1","npmlog":"~0.1.1","once":"~1.3.1","opener":"~1.4.0","osenv":"~0.1.0","path-is-inside":"~1.0.0","read":"~1.0.4","read-installed":"~3.1.5","read-package-json":"~1.3.1","readable-stream":"~1.0.33","realize-package-specifier":"~1.3.0","request":"~2.53.0","retry":"~0.6.1","rimraf":"~2.2.8","semver":"~4.3.1","sha":"~1.3.0","slide":"~1.1.6","sorted-object":"~1.0.0","tar":"~1.0.3","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","which":"~1.0.9","wrappy":"~1.0.1","write-file-atomic":"~1.1.0"},"devDependencies":{"marked":"~0.3.3","marked-man":"~0.1.4","nock":"~0.59.0","npm-registry-couchapp":"~2.6.2","npm-registry-mock":"~1.0.0","require-inject":"~1.1.0","sprintf-js":"~1.0.2","tap":"~0.7.1"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","child-process-close","chmodr","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","umask","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"df27c4535d8946ce4ca8c7a591bb82b65e2f2054","tarball":"https://registry.npmjs.org/npm/-/npm-2.7.0.tgz","integrity":"sha512-Ns7JV5PGa442WCjos6mAvdRgOrGsogM+9LroomUIWW8JMw2IBzk59jK6tMNgj4xd9nza2YMk/kwbOHV/q5B4IA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQClo4zfZGi1efZ+MZPbGWa0LW2L93dBuI/ZGGAIHwiysgIhAPUd0b0sHWOCqyn9SVRNY3XAhKPiGlluypSJP7NXQ0qE"}]}},"2.7.1":{"name":"npm","version":"2.7.1","dependencies":{"abbrev":"~1.0.5","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","async-some":"~1.0.1","block-stream":"0.0.7","char-spinner":"~1.0.1","child-process-close":"~0.1.1","chmodr":"~0.1.0","chownr":"0","cmd-shim":"~2.0.1","columnify":"~1.4.1","config-chain":"~1.1.8","dezalgo":"~1.0.1","editor":"~0.1.0","fs-vacuum":"~1.2.5","fs-write-stream-atomic":"~1.0.2","fstream":"~1.0.4","fstream-npm":"~1.0.1","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~4.4.2","graceful-fs":"~3.0.5","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.3","init-package-json":"~1.3.0","lockfile":"~1.0.0","lru-cache":"~2.5.0","minimatch":"~2.0.1","mkdirp":"~0.5.0","node-gyp":"~1.0.2","nopt":"~3.0.1","normalize-git-url":"~1.0.0","normalize-package-data":"~1.0.3","npm-cache-filename":"~1.0.1","npm-install-checks":"~1.0.5","npm-package-arg":"~2.1.3","npm-registry-client":"~6.1.1","npm-user-validate":"~0.1.1","npmlog":"~0.1.1","once":"~1.3.1","opener":"~1.4.0","osenv":"~0.1.0","path-is-inside":"~1.0.0","read":"~1.0.4","read-installed":"~3.1.5","read-package-json":"~1.3.2","readable-stream":"~1.0.33","realize-package-specifier":"~1.3.0","request":"~2.53.0","retry":"~0.6.1","rimraf":"~2.3.1","semver":"~4.3.1","sha":"~1.3.0","slide":"~1.1.6","sorted-object":"~1.0.0","tar":"~1.0.3","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","which":"~1.0.9","wrappy":"~1.0.1","write-file-atomic":"~1.1.0"},"devDependencies":{"marked":"~0.3.3","marked-man":"~0.1.4","nock":"~1.1.0","npm-registry-couchapp":"~2.6.2","npm-registry-mock":"~1.0.0","require-inject":"~1.1.0","sprintf-js":"~1.0.2","tap":"~0.7.1"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","child-process-close","chmodr","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","umask","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"3ad5675f671353eabfeeb4ca6287bcfba9da49ef","tarball":"https://registry.npmjs.org/npm/-/npm-2.7.1.tgz","integrity":"sha512-Wm57KUQWqBicd5I0/XOCdhkC+WRJeqOXWqQKyqUH5y76bglfDw3Sd8kL1mfFeQRAPQQp7l9ggiVp7VvkDDq15g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCPv8KpUybBTouncD0rf8bvK77lN9h5iY5L46jnPaunlQIhANPJmqvI8MijSmyglwSwRPqN0cOYqXtahDkIr82+X9OH"}]}},"2.7.2":{"name":"npm","version":"2.7.2","dependencies":{"abbrev":"~1.0.5","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","async-some":"~1.0.1","block-stream":"0.0.7","char-spinner":"~1.0.1","child-process-close":"~0.1.1","chmodr":"~0.1.0","chownr":"0","cmd-shim":"~2.0.1","columnify":"~1.4.1","config-chain":"~1.1.8","dezalgo":"~1.0.1","editor":"~0.1.0","fs-vacuum":"~1.2.5","fs-write-stream-atomic":"~1.0.2","fstream":"~1.0.4","fstream-npm":"~1.0.1","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~4.4.2","graceful-fs":"~3.0.6","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.3","init-package-json":"~1.3.0","lockfile":"~1.0.0","lru-cache":"~2.5.0","minimatch":"~2.0.4","mkdirp":"~0.5.0","node-gyp":"~1.0.3","nopt":"~3.0.1","normalize-git-url":"~1.0.0","normalize-package-data":"~1.0.3","npm-cache-filename":"~1.0.1","npm-install-checks":"~1.0.5","npm-package-arg":"~2.1.3","npm-registry-client":"~6.1.1","npm-user-validate":"~0.1.1","npmlog":"~0.1.1","once":"~1.3.1","opener":"~1.4.0","osenv":"~0.1.0","path-is-inside":"~1.0.0","read":"~1.0.4","read-installed":"~3.1.5","read-package-json":"~1.3.2","readable-stream":"~1.0.33","realize-package-specifier":"~1.3.0","request":"~2.53.0","retry":"~0.6.1","rimraf":"~2.3.2","semver":"~4.3.1","sha":"~1.3.0","slide":"~1.1.6","sorted-object":"~1.0.0","tar":"~1.0.3","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","which":"~1.0.9","wrappy":"~1.0.1","write-file-atomic":"~1.1.0"},"devDependencies":{"marked":"~0.3.3","marked-man":"~0.1.4","nock":"~1.1.0","npm-registry-couchapp":"~2.6.2","npm-registry-mock":"~1.0.0","require-inject":"~1.1.0","sprintf-js":"~1.0.2","tap":"~0.7.1"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","child-process-close","chmodr","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","umask","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"3e6d77826723f4960ad8e363873fcc0b056a5743","tarball":"https://registry.npmjs.org/npm/-/npm-2.7.2.tgz","integrity":"sha512-faaY0B1hUw7wfvgQ4CotXDPrxMGYXA0zkDxJAGcbGduonkV/p9gGjiwIOQP9hcDJ+nrqNoNoIEZDXi971AWmzA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCLFr/ygufbjpZMzC+jUfyh5Vla50dtYOaVRmbno3KH7QIhAMJI+A6ItomvHaWK9khUnNKZxkuLZ73JSJxz8ev+DkBI"}]}},"2.7.3":{"name":"npm","version":"2.7.3","dependencies":{"abbrev":"~1.0.5","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","async-some":"~1.0.1","block-stream":"0.0.7","char-spinner":"~1.0.1","child-process-close":"~0.1.1","chmodr":"~0.1.0","chownr":"0","cmd-shim":"~2.0.1","columnify":"~1.4.1","config-chain":"~1.1.8","dezalgo":"~1.0.1","editor":"~0.1.0","fs-vacuum":"~1.2.5","fs-write-stream-atomic":"~1.0.2","fstream":"~1.0.4","fstream-npm":"~1.0.1","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~4.4.2","graceful-fs":"~3.0.6","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.3","init-package-json":"~1.3.0","lockfile":"~1.0.0","lru-cache":"~2.5.0","minimatch":"~2.0.4","mkdirp":"~0.5.0","node-gyp":"~1.0.3","nopt":"~3.0.1","normalize-git-url":"~1.0.0","normalize-package-data":"~1.0.3","npm-cache-filename":"~1.0.1","npm-install-checks":"~1.0.5","npm-package-arg":"~2.1.3","npm-registry-client":"~6.1.1","npm-user-validate":"~0.1.1","npmlog":"~0.1.1","once":"~1.3.1","opener":"~1.4.0","osenv":"~0.1.0","path-is-inside":"~1.0.0","read":"~1.0.4","read-installed":"~3.1.5","read-package-json":"~1.3.2","readable-stream":"~1.0.33","realize-package-specifier":"~1.3.0","request":"~2.53.0","retry":"~0.6.1","rimraf":"~2.3.2","semver":"~4.3.1","sha":"~1.3.0","slide":"~1.1.6","sorted-object":"~1.0.0","tar":"~1.0.3","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","which":"~1.0.9","wrappy":"~1.0.1","write-file-atomic":"~1.1.0"},"devDependencies":{"marked":"~0.3.3","marked-man":"~0.1.4","nock":"~1.1.0","npm-registry-couchapp":"~2.6.2","npm-registry-mock":"~1.0.0","require-inject":"~1.1.0","sprintf-js":"~1.0.2","tap":"~0.7.1"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","child-process-close","chmodr","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","umask","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"3ec0e9fca98716c32ec22332f03e570b27574af8","tarball":"https://registry.npmjs.org/npm/-/npm-2.7.3.tgz","integrity":"sha512-QEdqlvlUCY1c4KubJFcL+bfrWxFDdcJ9LFrjfXLxXFVsM4GE3D8VYHx+KVBDQtWKWKhie+nhIoD0iJEQHvq9GQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIA3bnUy74+0iEcr1bqRbx01n6iXuLmtU3FrNqFzcotltAiEA6Ti/381sEgVrL3uFCzIOYmo6D4vmEq0cv3UT08Qr0D8="}]}},"2.7.4":{"name":"npm","version":"2.7.4","dependencies":{"abbrev":"~1.0.5","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","async-some":"~1.0.1","block-stream":"0.0.7","char-spinner":"~1.0.1","child-process-close":"~0.1.1","chmodr":"~0.1.0","chownr":"0","cmd-shim":"~2.0.1","columnify":"~1.4.1","config-chain":"~1.1.8","dezalgo":"~1.0.1","editor":"~0.1.0","fs-vacuum":"~1.2.5","fs-write-stream-atomic":"~1.0.2","fstream":"~1.0.4","fstream-npm":"~1.0.2","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~5.0.3","graceful-fs":"~3.0.6","hosted-git-info":"~1.5.3","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.3","init-package-json":"~1.3.0","lockfile":"~1.0.0","lru-cache":"~2.5.0","minimatch":"~2.0.4","mkdirp":"~0.5.0","node-gyp":"~1.0.3","nopt":"~3.0.1","normalize-git-url":"~1.0.0","normalize-package-data":"~1.0.3","npm-cache-filename":"~1.0.1","npm-install-checks":"~1.0.5","npm-package-arg":"~3.1.1","npm-registry-client":"~6.1.2","npm-user-validate":"~0.1.1","npmlog":"~1.2.0","once":"~1.3.1","opener":"~1.4.0","osenv":"~0.1.0","path-is-inside":"~1.0.0","read":"~1.0.4","read-installed":"~3.1.5","read-package-json":"~1.3.2","readable-stream":"~1.0.33","realize-package-specifier":"~2.2.0","request":"~2.53.0","retry":"~0.6.1","rimraf":"~2.3.2","semver":"~4.3.1","sha":"~1.3.0","slide":"~1.1.6","sorted-object":"~1.0.0","tar":"~1.0.3","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","which":"~1.0.9","wrappy":"~1.0.1","write-file-atomic":"~1.1.0"},"devDependencies":{"marked":"~0.3.3","marked-man":"~0.1.4","nock":"~1.2.0","npm-registry-couchapp":"~2.6.7","npm-registry-mock":"~1.0.0","require-inject":"~1.1.0","sprintf-js":"~1.0.2","tap":"~0.7.1"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","child-process-close","chmodr","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","hosted-git-info","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","umask","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"2c18e216d8b4678815a685ccc0db7a3c640c2354","tarball":"https://registry.npmjs.org/npm/-/npm-2.7.4.tgz","integrity":"sha512-SYMQ+DCE37bUtakZlpqdtGm0RBVC2nmoifvTuy2/B4x1P8TQalW4fTsFI+uZjobDWwoWEzSHQ9DoGMuH9MMpPA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCsc1G9zcTQ8dECqe15ZNi9PmT8fQUzkOH3aK2LqAWlCAIhAIof0QosSLP/rvkoNbyYBmvkCNdBYnUNO19kXGRgMkA5"}]}},"2.7.5":{"name":"npm","version":"2.7.5","dependencies":{"abbrev":"~1.0.5","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","async-some":"~1.0.1","block-stream":"0.0.7","char-spinner":"~1.0.1","child-process-close":"~0.1.1","chmodr":"~0.1.0","chownr":"0","cmd-shim":"~2.0.1","columnify":"~1.4.1","config-chain":"~1.1.8","dezalgo":"~1.0.1","editor":"~0.1.0","fs-vacuum":"~1.2.5","fs-write-stream-atomic":"~1.0.2","fstream":"~1.0.4","fstream-npm":"~1.0.2","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~5.0.3","graceful-fs":"~3.0.6","hosted-git-info":"~1.5.3","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.3","init-package-json":"~1.3.0","lockfile":"~1.0.0","lru-cache":"~2.5.0","minimatch":"~2.0.4","mkdirp":"~0.5.0","node-gyp":"~1.0.3","nopt":"~3.0.1","normalize-git-url":"~1.0.0","normalize-package-data":"~1.0.3","npm-cache-filename":"~1.0.1","npm-install-checks":"~1.0.5","npm-package-arg":"~3.1.1","npm-registry-client":"~6.1.2","npm-user-validate":"~0.1.1","npmlog":"~1.2.0","once":"~1.3.1","opener":"~1.4.1","osenv":"~0.1.0","path-is-inside":"~1.0.0","read":"~1.0.4","read-installed":"~3.1.5","read-package-json":"~1.3.2","readable-stream":"~1.0.33","realize-package-specifier":"~2.2.0","request":"~2.54.0","retry":"~0.6.1","rimraf":"~2.3.2","semver":"~4.3.2","sha":"~1.3.0","slide":"~1.1.6","sorted-object":"~1.0.0","tar":"~2.0.0","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","which":"~1.0.9","wrappy":"~1.0.1","write-file-atomic":"~1.1.0"},"devDependencies":{"marked":"~0.3.3","marked-man":"~0.1.4","nock":"~1.2.0","npm-registry-couchapp":"~2.6.7","npm-registry-mock":"~1.0.0","require-inject":"~1.2.0","sprintf-js":"~1.0.2","tap":"~0.7.1"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","child-process-close","chmodr","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","hosted-git-info","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","umask","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"12d3899f234a2b21a0c5f7b2458a6788da856f8d","tarball":"https://registry.npmjs.org/npm/-/npm-2.7.5.tgz","integrity":"sha512-t/BcKllpXWlVAW3NF9T7MRiOu/rIRSVD/BT5MFAjPwRYoaecS3F2y+8P465yWbZiDnOCSPF0ZjF7iFTMm2AZCQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDnE7bxw6KjAGhyFFu3TEz2t2iAu+H8QAqPZfoxtpCNLwIgKLtWVM8TJlj85Xzlckqkhje515bVcTzCKJ5o1wftE90="}]}},"2.7.6":{"name":"npm","version":"2.7.6","dependencies":{"abbrev":"~1.0.5","ansi":"~0.3.0","ansi-regex":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","async-some":"~1.0.1","block-stream":"0.0.7","char-spinner":"~1.0.1","child-process-close":"~0.1.1","chmodr":"~0.1.0","chownr":"0","cmd-shim":"~2.0.1","columnify":"~1.4.1","config-chain":"~1.1.8","dezalgo":"~1.0.1","editor":"~0.1.0","fs-vacuum":"~1.2.5","fs-write-stream-atomic":"~1.0.2","fstream":"~1.0.4","fstream-npm":"~1.0.2","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~5.0.3","graceful-fs":"~3.0.6","hosted-git-info":"~1.5.3","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.3","init-package-json":"~1.3.2","lockfile":"~1.0.0","lru-cache":"~2.5.0","minimatch":"~2.0.4","mkdirp":"~0.5.0","node-gyp":"~1.0.3","nopt":"~3.0.1","normalize-git-url":"~1.0.0","normalize-package-data":"~1.0.3","npm-cache-filename":"~1.0.1","npm-install-checks":"~1.0.5","npm-package-arg":"~3.1.1","npm-registry-client":"~6.1.2","npm-user-validate":"~0.1.1","npmlog":"~1.2.0","once":"~1.3.1","opener":"~1.4.1","osenv":"~0.1.0","path-is-inside":"~1.0.0","read":"~1.0.4","read-installed":"~3.1.5","read-package-json":"~1.3.3","readable-stream":"~1.0.33","realize-package-specifier":"~2.2.0","request":"~2.54.0","retry":"~0.6.1","rimraf":"~2.3.2","semver":"~4.3.3","sha":"~1.3.0","slide":"~1.1.6","sorted-object":"~1.0.0","strip-ansi":"~2.0.1","tar":"~2.0.0","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","which":"~1.0.9","wrappy":"~1.0.1","write-file-atomic":"~1.1.0"},"devDependencies":{"marked":"~0.3.3","marked-man":"~0.1.4","nock":"~1.4.0","npm-registry-couchapp":"~2.6.7","npm-registry-mock":"~1.0.0","require-inject":"~1.2.0","sprintf-js":"~1.0.2","tap":"~0.7.1"},"bundleDependencies":["abbrev","ansi-regex","ansi","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","child-process-close","chmodr","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","hosted-git-info","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","strip-ansi","tar","text-table","uid-number","umask","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"b91716d17ed60e5a564603ae11f1e70a837339c8","tarball":"https://registry.npmjs.org/npm/-/npm-2.7.6.tgz","integrity":"sha512-wMwDXhQVXqohX4JX2kLgUrZYEyE/aYqQfqGnl+iOFWkzhJ+iYRiH5wv5vWSGpIfvFQArURVcmwb4J6jqlTGyNg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC4Bh4RmkTvDNcoz25awj/DMZ8NXl0BgT16eTBOCgBVTgIhAOaLXnIQtz5EovWZH0x2uKNM0vfhDvSIsJCcTJ8MAMZq"}]}},"2.8.0":{"name":"npm","version":"2.8.0","dependencies":{"abbrev":"~1.0.5","ansi":"~0.3.0","ansi-regex":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","async-some":"~1.0.1","block-stream":"0.0.7","char-spinner":"~1.0.1","child-process-close":"~0.1.1","chmodr":"~0.1.0","chownr":"0","cmd-shim":"~2.0.1","columnify":"~1.4.1","config-chain":"~1.1.8","dezalgo":"~1.0.1","editor":"~0.1.0","fs-vacuum":"~1.2.5","fs-write-stream-atomic":"~1.0.2","fstream":"~1.0.4","fstream-npm":"~1.0.2","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~5.0.3","graceful-fs":"~3.0.6","hosted-git-info":"~2.1.1","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.3","init-package-json":"~1.4.0","lockfile":"~1.0.0","lru-cache":"~2.5.0","minimatch":"~2.0.4","mkdirp":"~0.5.0","node-gyp":"~1.0.3","nopt":"~3.0.1","normalize-git-url":"~1.0.0","normalize-package-data":"~2.0.0","npm-cache-filename":"~1.0.1","npm-install-checks":"~1.0.5","npm-package-arg":"~4.0.0","npm-registry-client":"~6.3.0","npm-user-validate":"~0.1.1","npmlog":"~1.2.0","once":"~1.3.1","opener":"~1.4.1","osenv":"~0.1.0","path-is-inside":"~1.0.0","read":"~1.0.4","read-installed":"~4.0.0","read-package-json":"~2.0.0","readable-stream":"~1.0.33","realize-package-specifier":"~3.0.0","request":"~2.54.0","retry":"~0.6.1","rimraf":"~2.3.2","semver":"~4.3.3","sha":"~1.3.0","slide":"~1.1.6","sorted-object":"~1.0.0","strip-ansi":"~2.0.1","tar":"~2.0.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","which":"~1.0.9","wrappy":"~1.0.1","write-file-atomic":"~1.1.0"},"devDependencies":{"marked":"~0.3.3","marked-man":"~0.1.4","nock":"~1.4.0","npm-registry-couchapp":"~2.6.7","npm-registry-mock":"~1.0.0","require-inject":"~1.2.0","sprintf-js":"~1.0.2","tap":"~0.7.1"},"bundleDependencies":["abbrev","ansi-regex","ansi","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","child-process-close","chmodr","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","hosted-git-info","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","strip-ansi","tar","text-table","uid-number","umask","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"4d80509c3ba34ee1304e7f736e78e97ebd0380da","tarball":"https://registry.npmjs.org/npm/-/npm-2.8.0.tgz","integrity":"sha512-cr5eiR+osEiIuNX6Fqo7GIBz/WrNgRWZ5YV7YcVDWCMnxXRfNOXIzNfZtDrEw+Dx/jw8+zSu31Z/Ts3hgYVf3w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCZLRZyGoLQvqKpZtvBQzoUWXcySzqtQfolqZ9RO9hcRAIhALdtgVjOP+UJ7K5rmgya6ImnBx/PhQTbcWoaF46bhZOS"}]}},"2.8.1":{"name":"npm","version":"2.8.1","dependencies":{"abbrev":"~1.0.5","ansi":"~0.3.0","ansi-regex":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","async-some":"~1.0.1","block-stream":"0.0.7","char-spinner":"~1.0.1","chmodr":"~0.1.0","chownr":"0","cmd-shim":"~2.0.1","columnify":"~1.5.1","config-chain":"~1.1.8","dezalgo":"~1.0.1","editor":"~0.1.0","fs-vacuum":"~1.2.5","fs-write-stream-atomic":"~1.0.2","fstream":"~1.0.4","fstream-npm":"~1.0.2","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~5.0.5","graceful-fs":"~3.0.6","hosted-git-info":"~2.1.2","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.3","init-package-json":"~1.4.0","lockfile":"~1.0.0","lru-cache":"~2.5.2","minimatch":"~2.0.4","mkdirp":"~0.5.0","node-gyp":"~1.0.3","nopt":"~3.0.1","normalize-git-url":"~1.0.0","normalize-package-data":"~2.0.0","npm-cache-filename":"~1.0.1","npm-install-checks":"~1.0.5","npm-package-arg":"~4.0.0","npm-registry-client":"~6.3.0","npm-user-validate":"~0.1.1","npmlog":"~1.2.0","once":"~1.3.1","opener":"~1.4.1","osenv":"~0.1.0","path-is-inside":"~1.0.0","read":"~1.0.4","read-installed":"~4.0.0","read-package-json":"~2.0.0","readable-stream":"~1.0.33","realize-package-specifier":"~3.0.0","request":"~2.55.0","retry":"~0.6.1","rimraf":"~2.3.2","semver":"~4.3.3","sha":"~1.3.0","slide":"~1.1.6","sorted-object":"~1.0.0","strip-ansi":"~2.0.1","tar":"~2.0.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","which":"~1.0.9","wrappy":"~1.0.1","write-file-atomic":"~1.1.0"},"devDependencies":{"marked":"~0.3.3","marked-man":"~0.1.4","nock":"~1.6.0","npm-registry-couchapp":"~2.6.7","npm-registry-mock":"~1.0.0","require-inject":"~1.2.0","sprintf-js":"~1.0.2","tap":"~0.7.1"},"bundleDependencies":["abbrev","ansi-regex","ansi","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","chmodr","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","hosted-git-info","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","strip-ansi","tar","text-table","uid-number","umask","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"3020c842889919020c9409f8781f648b00080834","tarball":"https://registry.npmjs.org/npm/-/npm-2.8.1.tgz","integrity":"sha512-vKtcVeCC8ZSlp1N/wA9Zh3w/vxDwjF6sL3lECsszPoKA4qcYx0C5YFrzL7kK6HkJd1cMeoUytah8PCfXDBpCMw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDCfT6VIBu/cAnxwCCoGfPdaQEglFRNgsiP01iOxBWbMQIgWrqpFy/ljStJ8EqKoLQeYk+UGjdjhKgeGVO3pqbeThE="}]}},"2.8.2":{"name":"npm","version":"2.8.2","dependencies":{"abbrev":"~1.0.5","ansi":"~0.3.0","ansi-regex":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","async-some":"~1.0.1","block-stream":"0.0.7","char-spinner":"~1.0.1","chmodr":"~0.1.0","chownr":"0","cmd-shim":"~2.0.1","columnify":"~1.5.1","config-chain":"~1.1.8","dezalgo":"~1.0.1","editor":"~0.1.0","fs-vacuum":"~1.2.5","fs-write-stream-atomic":"~1.0.2","fstream":"~1.0.4","fstream-npm":"~1.0.2","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~5.0.5","graceful-fs":"~3.0.6","hosted-git-info":"~2.1.2","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.3","init-package-json":"~1.4.0","lockfile":"~1.0.0","lru-cache":"~2.5.2","minimatch":"~2.0.4","mkdirp":"~0.5.0","node-gyp":"~1.0.3","nopt":"~3.0.1","normalize-git-url":"~1.0.0","normalize-package-data":"~2.0.0","npm-cache-filename":"~1.0.1","npm-install-checks":"~1.0.5","npm-package-arg":"~4.0.0","npm-registry-client":"~6.3.2","npm-user-validate":"~0.1.1","npmlog":"~1.2.0","once":"~1.3.1","opener":"~1.4.1","osenv":"~0.1.0","path-is-inside":"~1.0.0","read":"~1.0.4","read-installed":"~4.0.0","read-package-json":"~2.0.0","readable-stream":"~1.0.33","realize-package-specifier":"~3.0.0","request":"~2.55.0","retry":"~0.6.1","rimraf":"~2.3.2","semver":"~4.3.3","sha":"~1.3.0","slide":"~1.1.6","sorted-object":"~1.0.0","strip-ansi":"~2.0.1","tar":"~2.0.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","which":"~1.0.9","wrappy":"~1.0.1","write-file-atomic":"~1.1.0"},"devDependencies":{"marked":"~0.3.3","marked-man":"~0.1.4","nock":"~1.6.0","npm-registry-couchapp":"~2.6.7","npm-registry-mock":"~1.0.0","require-inject":"~1.2.0","sprintf-js":"~1.0.2","tap":"~0.7.1"},"bundleDependencies":["abbrev","ansi-regex","ansi","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","chmodr","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","hosted-git-info","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","strip-ansi","tar","text-table","uid-number","umask","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"01659351d62dc28b6d5088027f2614291dd5946f","tarball":"https://registry.npmjs.org/npm/-/npm-2.8.2.tgz","integrity":"sha512-XSqPudKuTJ6H3JbKs88YTzdUWQt6XHHfDNJgwg5++bWmZiaG/eQsEmEKNO0qFOO0mxvFunUFxiExpWb9EVosSw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIE6LCl7ocA1X8JnHSYOflXWjYtm+LgHlBk8XfiaRk1EpAiEAj3j68rmsAR3c2I/B+wfQvGU6eHlVmaPt5jVUT4RIQ7w="}]}},"2.8.3":{"name":"npm","version":"2.8.3","dependencies":{"abbrev":"~1.0.5","ansi":"~0.3.0","ansi-regex":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","async-some":"~1.0.1","block-stream":"0.0.7","char-spinner":"~1.0.1","chmodr":"~0.1.0","chownr":"0","cmd-shim":"~2.0.1","columnify":"~1.5.1","config-chain":"~1.1.8","dezalgo":"~1.0.1","editor":"~0.1.0","fs-vacuum":"~1.2.5","fs-write-stream-atomic":"~1.0.2","fstream":"~1.0.4","fstream-npm":"~1.0.2","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~5.0.5","graceful-fs":"~3.0.6","hosted-git-info":"~2.1.2","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.3","init-package-json":"~1.4.0","lockfile":"~1.0.0","lru-cache":"~2.5.2","minimatch":"~2.0.4","mkdirp":"~0.5.0","node-gyp":"~1.0.3","nopt":"~3.0.1","normalize-git-url":"~1.0.0","normalize-package-data":"~2.0.0","npm-cache-filename":"~1.0.1","npm-install-checks":"~1.0.5","npm-package-arg":"~4.0.0","npm-registry-client":"~6.3.2","npm-user-validate":"~0.1.1","npmlog":"~1.2.0","once":"~1.3.1","opener":"~1.4.1","osenv":"~0.1.0","path-is-inside":"~1.0.0","read":"~1.0.4","read-installed":"~4.0.0","read-package-json":"~2.0.0","readable-stream":"~1.0.33","realize-package-specifier":"~3.0.0","request":"~2.55.0","retry":"~0.6.1","rimraf":"~2.3.2","semver":"~4.3.3","sha":"~1.3.0","slide":"~1.1.6","sorted-object":"~1.0.0","strip-ansi":"~2.0.1","tar":"~2.0.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","which":"~1.0.9","wrappy":"~1.0.1","write-file-atomic":"~1.1.0"},"devDependencies":{"marked":"~0.3.3","marked-man":"~0.1.4","nock":"~1.6.0","npm-registry-couchapp":"~2.6.7","npm-registry-mock":"~1.0.0","require-inject":"~1.2.0","sprintf-js":"~1.0.2","tap":"~0.7.1"},"bundleDependencies":["abbrev","ansi-regex","ansi","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","chmodr","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","hosted-git-info","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","strip-ansi","tar","text-table","uid-number","umask","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"2ae974e172cc1043d1f5faa9c07dd3c7a8c86477","tarball":"https://registry.npmjs.org/npm/-/npm-2.8.3.tgz","integrity":"sha512-ydtOsPI/MK2uRpq4saDUwnkuPuXv9683bKwVlPcVbWv+eTJ1DKB05nqnvp2vV3tt22p9SrR90YtThL1LywrjAg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDdP3BWV3AzXyCZMB1pV6oJtgcnye/0NdI0BdizW/CslQIgEDFIOUzyDDWhXKhpcwzIHeDpTfZK+i/hmsr6fdBdKTg="}]}},"2.8.4":{"name":"npm","version":"2.8.4","dependencies":{"abbrev":"~1.0.5","ansi":"~0.3.0","ansi-regex":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","async-some":"~1.0.1","block-stream":"0.0.7","char-spinner":"~1.0.1","chmodr":"~0.1.0","chownr":"0","cmd-shim":"~2.0.1","columnify":"~1.5.1","config-chain":"~1.1.8","dezalgo":"~1.0.1","editor":"~0.1.0","fs-vacuum":"~1.2.5","fs-write-stream-atomic":"~1.0.2","fstream":"~1.0.4","fstream-npm":"~1.0.2","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~5.0.5","graceful-fs":"~3.0.6","hosted-git-info":"~2.1.2","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.3","init-package-json":"~1.4.1","lockfile":"~1.0.0","lru-cache":"~2.6.1","minimatch":"~2.0.4","mkdirp":"~0.5.0","node-gyp":"~1.0.3","nopt":"~3.0.1","normalize-git-url":"~1.0.0","normalize-package-data":"~2.0.0","npm-cache-filename":"~1.0.1","npm-install-checks":"~1.0.5","npm-package-arg":"~4.0.0","npm-registry-client":"~6.3.2","npm-user-validate":"~0.1.1","npmlog":"~1.2.0","once":"~1.3.1","opener":"~1.4.1","osenv":"~0.1.0","path-is-inside":"~1.0.0","read":"~1.0.4","read-installed":"~4.0.0","read-package-json":"~2.0.0","readable-stream":"~1.0.33","realize-package-specifier":"~3.0.0","request":"~2.55.0","retry":"~0.6.1","rimraf":"~2.3.2","semver":"~4.3.3","sha":"~1.3.0","slide":"~1.1.6","sorted-object":"~1.0.0","strip-ansi":"~2.0.1","tar":"~2.1.0","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","which":"~1.0.9","wrappy":"~1.0.1","write-file-atomic":"~1.1.0"},"devDependencies":{"marked":"~0.3.3","marked-man":"~0.1.4","nock":"~1.6.0","npm-registry-couchapp":"~2.6.7","npm-registry-mock":"~1.0.0","require-inject":"~1.2.0","sprintf-js":"~1.0.2","tap":"~0.7.1"},"bundleDependencies":["abbrev","ansi-regex","ansi","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","chmodr","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","hosted-git-info","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","strip-ansi","tar","text-table","uid-number","umask","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"f5d84c990466b2b535b7be6ff7706fcf4bf38255","tarball":"https://registry.npmjs.org/npm/-/npm-2.8.4.tgz","integrity":"sha512-ZCUhWe0jYrbiZUP1HCCAzrgCKjYpK+tLAPmuZRmnZFJDi/xZ0JUZygETJOT4ZjTjY2nNsHu4KwWaoNGVLItRCw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDF/Oy2NClksu4mFMd5jb0APEcQ2mzm9Q8RCrYJnpuA2gIhANi4Q90rJuCNN1KMMBeyFqotGJ/TCZuNrOE4EjXdd7zn"}]}},"2.9.0":{"name":"npm","version":"2.9.0","dependencies":{"abbrev":"~1.0.5","ansi":"~0.3.0","ansi-regex":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","async-some":"~1.0.1","block-stream":"0.0.7","char-spinner":"~1.0.1","chmodr":"~0.1.0","chownr":"0","cmd-shim":"~2.0.1","columnify":"~1.5.1","config-chain":"~1.1.8","dezalgo":"~1.0.1","editor":"~1.0.0","fs-vacuum":"~1.2.5","fs-write-stream-atomic":"~1.0.2","fstream":"~1.0.4","fstream-npm":"~1.0.2","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~5.0.5","graceful-fs":"~3.0.6","hosted-git-info":"~2.1.2","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.3","init-package-json":"~1.4.2","lockfile":"~1.0.0","lru-cache":"~2.6.1","minimatch":"~2.0.4","mkdirp":"~0.5.0","node-gyp":"~1.0.3","nopt":"~3.0.1","normalize-git-url":"~1.0.0","normalize-package-data":"~2.0.0","npm-cache-filename":"~1.0.1","npm-install-checks":"~1.0.5","npm-package-arg":"~4.0.0","npm-registry-client":"~6.3.3","npm-user-validate":"~0.1.1","npmlog":"~1.2.0","once":"~1.3.1","opener":"~1.4.1","osenv":"~0.1.0","path-is-inside":"~1.0.0","read":"~1.0.4","read-installed":"~4.0.0","read-package-json":"~2.0.0","readable-stream":"~1.0.33","realize-package-specifier":"~3.0.0","request":"~2.55.0","retry":"~0.6.1","rimraf":"~2.3.2","semver":"~4.3.3","sha":"~1.3.0","slide":"~1.1.6","sorted-object":"~1.0.0","strip-ansi":"~2.0.1","tar":"~2.1.0","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","which":"~1.0.9","wrappy":"~1.0.1","write-file-atomic":"~1.1.0"},"devDependencies":{"marked":"~0.3.3","marked-man":"~0.1.4","nock":"~1.6.0","npm-registry-couchapp":"~2.6.7","npm-registry-mock":"~1.0.0","require-inject":"~1.2.0","sprintf-js":"~1.0.2","tap":"~0.7.1"},"bundleDependencies":["abbrev","ansi-regex","ansi","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","chmodr","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","hosted-git-info","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","strip-ansi","tar","text-table","uid-number","umask","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"c4c11667b580b0bc330d80a7ad12c65fdf8e17e1","tarball":"https://registry.npmjs.org/npm/-/npm-2.9.0.tgz","integrity":"sha512-je80YmAUvha2d7//6m3ewXcFtyy5qpbtdEEKyugcnWjYD5jUJ8tM/u35Q/YfZ+9+iAmpGTvsDiyIGjIkgHuTEw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAct6SDOUR1GJIqAdGPc55T/P20+2NDVn5OltF/mLEcdAiBBUwz0lU31qk2jrKzv7tL8urfZ40aR3ogcG3m4o9xemg=="}]}},"2.9.1":{"name":"npm","version":"2.9.1","dependencies":{"abbrev":"~1.0.5","ansi":"~0.3.0","ansi-regex":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","async-some":"~1.0.1","block-stream":"0.0.7","char-spinner":"~1.0.1","chmodr":"~0.1.0","chownr":"0","cmd-shim":"~2.0.1","columnify":"~1.5.1","config-chain":"~1.1.8","dezalgo":"~1.0.1","editor":"~1.0.0","fs-vacuum":"~1.2.5","fs-write-stream-atomic":"~1.0.2","fstream":"~1.0.4","fstream-npm":"~1.0.2","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~5.0.5","graceful-fs":"~3.0.6","hosted-git-info":"~2.1.2","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.3","init-package-json":"~1.4.2","lockfile":"~1.0.0","lru-cache":"~2.6.2","minimatch":"~2.0.7","mkdirp":"~0.5.0","node-gyp":"~1.0.3","nopt":"~3.0.1","normalize-git-url":"~1.0.0","normalize-package-data":"~2.0.0","npm-cache-filename":"~1.0.1","npm-install-checks":"~1.0.5","npm-package-arg":"~4.0.0","npm-registry-client":"~6.3.3","npm-user-validate":"~0.1.1","npmlog":"~1.2.0","once":"~1.3.1","opener":"~1.4.1","osenv":"~0.1.0","path-is-inside":"~1.0.0","read":"~1.0.4","read-installed":"~4.0.0","read-package-json":"~2.0.0","readable-stream":"~1.0.33","realize-package-specifier":"~3.0.0","request":"~2.55.0","retry":"~0.6.1","rimraf":"~2.3.3","semver":"~4.3.3","sha":"~1.3.0","slide":"~1.1.6","sorted-object":"~1.0.0","strip-ansi":"~2.0.1","tar":"~2.1.0","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","which":"~1.0.9","wrappy":"~1.0.1","write-file-atomic":"~1.1.0"},"devDependencies":{"deep-equal":"~1.0.0","marked":"~0.3.3","marked-man":"~0.1.4","nock":"~1.7.1","npm-registry-couchapp":"~2.6.7","npm-registry-mock":"~1.0.0","require-inject":"~1.2.0","sprintf-js":"~1.0.2","tap":"~0.7.1"},"bundleDependencies":["abbrev","ansi-regex","ansi","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","chmodr","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","hosted-git-info","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","strip-ansi","tar","text-table","uid-number","umask","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"65674c9208d80c398b35e2bb10d2ef6106bc71cb","tarball":"https://registry.npmjs.org/npm/-/npm-2.9.1.tgz","integrity":"sha512-lIP9eRmM2ETEEaqV5bRQ2/X8yuvy0a8koT7zvttVxlz9vQYcCVCR7UYnfButy9FFS+9GIA9V/2aO8a3GDYC4eg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGMj4eCBLoDzLDh2pmX1u2Ne0DnHG5ak7SEKm8iWFXOmAiEAsZPZC7PcgQLmpqiLaz4HNaP7OQ2Bgs2WoKIxmU55+l0="}]}},"2.10.0":{"name":"npm","version":"2.10.0","dependencies":{"abbrev":"~1.0.5","ansi":"~0.3.0","ansi-regex":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","async-some":"~1.0.1","block-stream":"0.0.7","char-spinner":"~1.0.1","chmodr":"~0.1.0","chownr":"0","cmd-shim":"~2.0.1","columnify":"~1.5.1","config-chain":"~1.1.8","dezalgo":"~1.0.1","editor":"~1.0.0","fs-vacuum":"~1.2.5","fs-write-stream-atomic":"~1.0.2","fstream":"~1.0.4","fstream-npm":"~1.0.2","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~5.0.5","graceful-fs":"~3.0.6","hosted-git-info":"~2.1.2","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.3","init-package-json":"~1.5.0","lockfile":"~1.0.0","lru-cache":"~2.6.2","minimatch":"~2.0.7","mkdirp":"~0.5.0","node-gyp":"~1.0.3","nopt":"~3.0.1","normalize-git-url":"~1.0.0","normalize-package-data":"~2.1.0","npm-cache-filename":"~1.0.1","npm-install-checks":"~1.0.5","npm-package-arg":"~4.0.0","npm-registry-client":"~6.3.3","npm-user-validate":"~0.1.1","npmlog":"~1.2.0","once":"~1.3.2","opener":"~1.4.1","osenv":"~0.1.0","path-is-inside":"~1.0.0","read":"~1.0.4","read-installed":"~4.0.0","read-package-json":"~2.0.0","readable-stream":"~1.0.33","realize-package-specifier":"~3.0.0","request":"~2.55.0","retry":"~0.6.1","rimraf":"~2.3.3","semver":"~4.3.4","sha":"~1.3.0","slide":"~1.1.6","sorted-object":"~1.0.0","spdx":"~0.4.0","strip-ansi":"~2.0.1","tar":"~2.1.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","which":"~1.0.9","wrappy":"~1.0.1","write-file-atomic":"~1.1.0"},"devDependencies":{"deep-equal":"~1.0.0","marked":"~0.3.3","marked-man":"~0.1.4","nock":"~1.9.0","npm-registry-couchapp":"~2.6.7","npm-registry-mock":"~1.0.0","require-inject":"~1.2.0","sprintf-js":"~1.0.2","tap":"^1.0.0-beta.3"},"bundleDependencies":["abbrev","ansi-regex","ansi","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","chmodr","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","hosted-git-info","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","spdx","strip-ansi","tar","text-table","uid-number","umask","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"cce484bd6977de91c553ba281d2681e66995a573","tarball":"https://registry.npmjs.org/npm/-/npm-2.10.0.tgz","integrity":"sha512-GU94XuwZnl68+kv+1J6MrIq4vyj4+rt+QEsFbYAUu7qzsZSBsz0TPO09F7jAKc0E9N9I7XQHFz/CIf9UUzjFxA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCTc+D/EOyAvAd4kXU3dyojfeUlwIMu6/k70C1i6epGTQIgNho7OeeyZFF9AD1y1TQhtFrhPCPR7G3xewyibPkqLbM="}]}},"2.10.1":{"name":"npm","version":"2.10.1","dependencies":{"abbrev":"~1.0.5","ansi":"~0.3.0","ansi-regex":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","async-some":"~1.0.1","block-stream":"0.0.7","char-spinner":"~1.0.1","chmodr":"~0.1.0","chownr":"0","cmd-shim":"~2.0.1","columnify":"~1.5.1","config-chain":"~1.1.8","dezalgo":"~1.0.1","editor":"~1.0.0","fs-vacuum":"~1.2.5","fs-write-stream-atomic":"~1.0.2","fstream":"~1.0.6","fstream-npm":"~1.0.2","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~5.0.6","graceful-fs":"~3.0.6","hosted-git-info":"~2.1.2","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.3","init-package-json":"~1.5.0","lockfile":"~1.0.0","lru-cache":"~2.6.3","minimatch":"~2.0.7","mkdirp":"~0.5.1","node-gyp":"~1.0.3","nopt":"~3.0.1","normalize-git-url":"~1.0.0","normalize-package-data":"~2.1.0","npm-cache-filename":"~1.0.1","npm-install-checks":"~1.0.5","npm-package-arg":"~4.0.0","npm-registry-client":"~6.3.3","npm-user-validate":"~0.1.1","npmlog":"~1.2.0","once":"~1.3.2","opener":"~1.4.1","osenv":"~0.1.0","path-is-inside":"~1.0.0","read":"~1.0.4","read-installed":"~4.0.0","read-package-json":"~2.0.0","readable-stream":"~1.0.33","realize-package-specifier":"~3.0.0","request":"~2.55.0","retry":"~0.6.1","rimraf":"~2.3.3","semver":"~4.3.4","sha":"~1.3.0","slide":"~1.1.6","sorted-object":"~1.0.0","spdx":"~0.4.0","strip-ansi":"~2.0.1","tar":"~2.1.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","which":"~1.1.1","wrappy":"~1.0.1","write-file-atomic":"~1.1.0"},"devDependencies":{"deep-equal":"~1.0.0","marked":"~0.3.3","marked-man":"~0.1.4","nock":"~2.0.1","npm-registry-couchapp":"~2.6.7","npm-registry-mock":"~1.0.0","require-inject":"~1.2.0","sprintf-js":"~1.0.2","tap":"~1.0.4"},"bundleDependencies":["abbrev","ansi-regex","ansi","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","chmodr","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","hosted-git-info","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","spdx","strip-ansi","tar","text-table","uid-number","umask","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"3848407749df539f68a908a1db4ed16e6e53d4ba","tarball":"https://registry.npmjs.org/npm/-/npm-2.10.1.tgz","integrity":"sha512-V5H0D//AG+YCjndRJBMtg0k5QrclNj3PHriVbqjmR8K1jzvuADxbIcndsfJdH60z6ZpF2Xuh6tQPT4sggB3RTg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIF7o3qsJHASffj4sK/xdveVJ7RMOoazGezYFYlZDcgXZAiEAmnYQ7lBPVNtTwiZMmMLHANALzOB8ptJKnWlZEmn2KbM="}]}},"2.11.0":{"name":"npm","version":"2.11.0","dependencies":{"abbrev":"~1.0.6","ansi":"~0.3.0","ansi-regex":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","async-some":"~1.0.2","block-stream":"0.0.8","char-spinner":"~1.0.1","chmodr":"~0.1.1","chownr":"0.0.2","cmd-shim":"~2.0.1","columnify":"~1.5.1","config-chain":"~1.1.8","dezalgo":"~1.0.2","editor":"~1.0.0","fs-vacuum":"~1.2.6","fs-write-stream-atomic":"~1.0.3","fstream":"~1.0.6","fstream-npm":"~1.0.2","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~5.0.7","graceful-fs":"~3.0.7","hosted-git-info":"~2.1.4","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.3","init-package-json":"~1.6.0","lockfile":"~1.0.1","lru-cache":"~2.6.4","minimatch":"~2.0.8","mkdirp":"~0.5.1","node-gyp":"~1.0.3","nopt":"~3.0.2","normalize-git-url":"~1.0.1","normalize-package-data":"~2.2.0","npm-cache-filename":"~1.0.1","npm-install-checks":"~1.0.5","npm-package-arg":"~4.0.1","npm-registry-client":"~6.4.0","npm-user-validate":"~0.1.2","npmlog":"~1.2.1","once":"~1.3.2","opener":"~1.4.1","osenv":"~0.1.1","path-is-inside":"~1.0.0","read":"~1.0.6","read-installed":"~4.0.0","read-package-json":"~2.0.0","readable-stream":"~1.0.33","realize-package-specifier":"~3.0.1","request":"~2.55.0","retry":"~0.6.1","rimraf":"~2.3.4","semver":"~4.3.4","sha":"~1.3.0","slide":"~1.1.6","sorted-object":"~1.0.0","spdx":"~0.4.0","strip-ansi":"~2.0.1","tar":"~2.1.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","validate-npm-package-name":"2.2.0","which":"~1.1.1","wrappy":"~1.0.1","write-file-atomic":"~1.1.2"},"devDependencies":{"deep-equal":"~1.0.0","marked":"~0.3.3","marked-man":"~0.1.4","nock":"~2.2.0","npm-registry-couchapp":"~2.6.7","npm-registry-mock":"~1.0.0","require-inject":"~1.2.0","sprintf-js":"~1.0.2","tap":"~1.1.0"},"bundleDependencies":["abbrev","ansi-regex","ansi","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","chmodr","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","hosted-git-info","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","spdx","strip-ansi","tar","text-table","uid-number","umask","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"ff1b5c893a5c89c2e45ace822ca0121490aedd59","tarball":"https://registry.npmjs.org/npm/-/npm-2.11.0.tgz","integrity":"sha512-JAmR7akiy52eLga7Wsws6ZBZcoUPhtsMcteqs1yoWJ28pbRozFSnR9sX0/tlyKYXaiZ6QMWP1vYLTta3ws9MrQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICZPgdy3T2xxjo0S2McVvCLrmPIbe3Gb5WlTZ+OaDKjnAiAD9+2y/BRuMIhXebsQbksU5bmZm42Dqxsyus0ulpYrHQ=="}]}},"2.11.1":{"name":"npm","version":"2.11.1","dependencies":{"abbrev":"~1.0.6","ansi":"~0.3.0","ansi-regex":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","async-some":"~1.0.2","block-stream":"0.0.8","char-spinner":"~1.0.1","chmodr":"~0.1.1","chownr":"0.0.2","cmd-shim":"~2.0.1","columnify":"~1.5.1","config-chain":"~1.1.8","dezalgo":"~1.0.2","editor":"~1.0.0","fs-vacuum":"~1.2.6","fs-write-stream-atomic":"~1.0.3","fstream":"~1.0.6","fstream-npm":"~1.0.2","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~5.0.10","graceful-fs":"~3.0.7","hosted-git-info":"~2.1.4","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.3","init-package-json":"~1.6.0","lockfile":"~1.0.1","lru-cache":"~2.6.4","minimatch":"~2.0.8","mkdirp":"~0.5.1","node-gyp":"~2.0.1","nopt":"~3.0.2","normalize-git-url":"~1.0.1","normalize-package-data":"~2.2.0","npm-cache-filename":"~1.0.1","npm-install-checks":"~1.0.5","npm-package-arg":"~4.0.1","npm-registry-client":"~6.4.0","npm-user-validate":"~0.1.2","npmlog":"~1.2.1","once":"~1.3.2","opener":"~1.4.1","osenv":"~0.1.1","path-is-inside":"~1.0.0","read":"~1.0.6","read-installed":"~4.0.0","read-package-json":"~2.0.0","readable-stream":"~1.0.33","realize-package-specifier":"~3.0.1","request":"~2.56.0","retry":"~0.6.1","rimraf":"~2.3.4","semver":"~4.3.4","sha":"~1.3.0","slide":"~1.1.6","sorted-object":"~1.0.0","spdx":"~0.4.0","strip-ansi":"~2.0.1","tar":"~2.1.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","validate-npm-package-name":"2.2.0","which":"~1.1.1","wrappy":"~1.0.1","write-file-atomic":"~1.1.2"},"devDependencies":{"deep-equal":"~1.0.0","marked":"~0.3.3","marked-man":"~0.1.4","nock":"~2.3.0","npm-registry-couchapp":"~2.6.7","npm-registry-mock":"~1.0.0","require-inject":"~1.2.0","sprintf-js":"~1.0.2","tap":"~1.2.0"},"bundleDependencies":["abbrev","ansi-regex","ansi","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","chmodr","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","hosted-git-info","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","spdx","strip-ansi","tar","text-table","uid-number","umask","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"6197c1520e8b9110c34b0b6841175fea551e2ecf","tarball":"https://registry.npmjs.org/npm/-/npm-2.11.1.tgz","integrity":"sha512-Hx+T65ftL/WWlyFjOtboLpoBwonZiNImtYAF5+ROIuj9TTxyWXdmuWptPagJH7akQ5r95KhFtKahr+0OZCEKug==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDotpv5VKXEr9yrxlIb5bY8Drw3RacOMgdO8m+OTlbDawIgIKJYmU4fr7eZvxIbwQ9Z/Irq/bbXuMO1inI1rhCFdfQ="}]}},"2.11.2":{"name":"npm","version":"2.11.2","dependencies":{"abbrev":"~1.0.7","ansi":"~0.3.0","ansi-regex":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","async-some":"~1.0.2","block-stream":"0.0.8","char-spinner":"~1.0.1","chmodr":"~0.1.1","chownr":"0.0.2","cmd-shim":"~2.0.1","columnify":"~1.5.1","config-chain":"~1.1.9","dezalgo":"~1.0.2","editor":"~1.0.0","fs-vacuum":"~1.2.6","fs-write-stream-atomic":"~1.0.3","fstream":"~1.0.6","fstream-npm":"~1.0.2","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~5.0.10","graceful-fs":"~3.0.8","hosted-git-info":"~2.1.4","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.3","init-package-json":"~1.6.0","lockfile":"~1.0.1","lru-cache":"~2.6.4","minimatch":"~2.0.8","mkdirp":"~0.5.1","node-gyp":"~2.0.1","nopt":"~3.0.2","normalize-git-url":"~1.0.1","normalize-package-data":"~2.2.0","npm-cache-filename":"~1.0.1","npm-install-checks":"~1.0.5","npm-package-arg":"~4.0.1","npm-registry-client":"~6.4.0","npm-user-validate":"~0.1.2","npmlog":"~1.2.1","once":"~1.3.2","opener":"~1.4.1","osenv":"~0.1.1","path-is-inside":"~1.0.0","read":"~1.0.6","read-installed":"~4.0.0","read-package-json":"~2.0.0","readable-stream":"~1.1.13","realize-package-specifier":"~3.0.1","request":"~2.57.0","retry":"~0.6.1","rimraf":"~2.3.4","semver":"~4.3.6","sha":"~1.3.0","slide":"~1.1.6","sorted-object":"~1.0.0","spdx":"~0.4.0","strip-ansi":"~2.0.1","tar":"~2.1.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","validate-npm-package-name":"2.2.0","which":"~1.1.1","wrappy":"~1.0.1","write-file-atomic":"~1.1.2"},"devDependencies":{"deep-equal":"~1.0.0","marked":"~0.3.3","marked-man":"~0.1.4","nock":"~2.3.0","npm-registry-couchapp":"~2.6.7","npm-registry-mock":"~1.0.0","require-inject":"~1.2.0","sprintf-js":"~1.0.2","tap":"~1.2.0"},"bundleDependencies":["abbrev","ansi-regex","ansi","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","chmodr","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","hosted-git-info","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","spdx","strip-ansi","tar","text-table","uid-number","umask","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"4cd379146ffc61f7dc1bd7b7b094cfc02f9cdebf","tarball":"https://registry.npmjs.org/npm/-/npm-2.11.2.tgz","integrity":"sha512-0Y4I6VUcfpkxpyVVag7D9V2yRMg8io69b1HFxbouXgd/+UOvm6QCscLVW5+7xZnMmWoAyMmUp5tebNNaF5rNww==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIES1igiIbfZ7bThkTbRbhQfXloRGZss+kX7YysuYRE7rAiABd6lNknWIXm88M8QZyiOAUi9cK8v+DF21P2dFd/DKJg=="}]}},"2.11.3":{"name":"npm","version":"2.11.3","dependencies":{"abbrev":"~1.0.7","ansi":"~0.3.0","ansi-regex":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","async-some":"~1.0.2","block-stream":"0.0.8","char-spinner":"~1.0.1","chmodr":"~0.1.1","chownr":"0.0.2","cmd-shim":"~2.0.1","columnify":"~1.5.1","config-chain":"~1.1.9","dezalgo":"~1.0.2","editor":"~1.0.0","fs-vacuum":"~1.2.6","fs-write-stream-atomic":"~1.0.3","fstream":"~1.0.6","fstream-npm":"~1.0.2","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~5.0.10","graceful-fs":"~3.0.8","hosted-git-info":"~2.1.4","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.6.0","lockfile":"~1.0.1","lru-cache":"~2.6.4","minimatch":"~2.0.8","mkdirp":"~0.5.1","node-gyp":"~2.0.1","nopt":"~3.0.2","normalize-git-url":"~1.0.1","normalize-package-data":"~2.2.1","npm-cache-filename":"~1.0.1","npm-install-checks":"~1.0.5","npm-package-arg":"~4.0.1","npm-registry-client":"~6.4.0","npm-user-validate":"~0.1.2","npmlog":"~1.2.1","once":"~1.3.2","opener":"~1.4.1","osenv":"~0.1.2","path-is-inside":"~1.0.0","read":"~1.0.6","read-installed":"~4.0.0","read-package-json":"~2.0.0","readable-stream":"~1.1.13","realize-package-specifier":"~3.0.1","request":"~2.57.0","retry":"~0.6.1","rimraf":"~2.4.0","semver":"~4.3.6","sha":"~1.3.0","slide":"~1.1.6","sorted-object":"~1.0.0","spdx":"~0.4.1","strip-ansi":"~2.0.1","tar":"~2.1.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","validate-npm-package-name":"2.2.0","which":"~1.1.1","wrappy":"~1.0.1","write-file-atomic":"~1.1.2"},"devDependencies":{"deep-equal":"~1.0.0","marked":"~0.3.3","marked-man":"~0.1.4","nock":"~2.5.0","npm-registry-couchapp":"~2.6.7","npm-registry-mock":"~1.0.0","require-inject":"~1.2.0","sprintf-js":"~1.0.2","tap":"~1.2.0"},"bundleDependencies":["abbrev","ansi-regex","ansi","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","chmodr","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","hosted-git-info","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","spdx","strip-ansi","tar","text-table","uid-number","umask","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"d56b9e74c7c42248b88478932832b489af33d7ab","tarball":"https://registry.npmjs.org/npm/-/npm-2.11.3.tgz","integrity":"sha512-JG4ji1WpnvLFqAwphrwPA2m75IoIXNKVaXQ330Cb/3E5u/IxWNCy7BJT0JlC+QWCB9RsN7xVyytB+7tjLtsrFQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHNqhfHRZiYnXPGOS/YoNVA/BmuNaz3JfJr4Lwn3QB04AiBGbTS0JbqIAwkb8P0ihrx8DOMnu4/vZRuYhshIBzotSQ=="}]}},"2.12.0":{"name":"npm","version":"2.12.0","dependencies":{"abbrev":"~1.0.7","ansi":"~0.3.0","ansi-regex":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","async-some":"~1.0.2","block-stream":"0.0.8","char-spinner":"~1.0.1","chmodr":"~0.1.1","chownr":"0.0.2","cmd-shim":"~2.0.1","columnify":"~1.5.1","config-chain":"~1.1.9","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.6","fs-write-stream-atomic":"~1.0.3","fstream":"~1.0.7","fstream-npm":"~1.0.3","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~5.0.10","graceful-fs":"~3.0.8","hosted-git-info":"~2.1.4","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.7.0","lockfile":"~1.0.1","lru-cache":"~2.6.4","minimatch":"~2.0.8","mkdirp":"~0.5.1","node-gyp":"~2.0.1","nopt":"~3.0.2","normalize-git-url":"~1.0.1","normalize-package-data":"~2.3.0","npm-cache-filename":"~1.0.1","npm-install-checks":"~1.0.5","npm-package-arg":"~4.0.1","npm-registry-client":"~6.4.0","npm-user-validate":"~0.1.2","npmlog":"~1.2.1","once":"~1.3.2","opener":"~1.4.1","osenv":"~0.1.2","path-is-inside":"~1.0.0","read":"~1.0.6","read-installed":"~4.0.0","read-package-json":"~2.0.0","readable-stream":"~1.1.13","realize-package-specifier":"~3.0.1","request":"~2.58.0","retry":"~0.6.1","rimraf":"~2.4.0","semver":"~4.3.6","sha":"~1.3.0","slide":"~1.1.6","sorted-object":"~1.0.0","spdx":"~0.4.1","strip-ansi":"~2.0.1","tar":"~2.1.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","validate-npm-package-name":"2.2.0","which":"~1.1.1","wrappy":"~1.0.1","write-file-atomic":"~1.1.2","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.0","marked":"~0.3.3","marked-man":"~0.1.4","nock":"~2.6.0","npm-registry-couchapp":"~2.6.7","npm-registry-mock":"~1.0.0","require-inject":"~1.2.0","sprintf-js":"~1.0.2","tap":"~1.2.0"},"bundleDependencies":["abbrev","ansi-regex","ansi","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","chmodr","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","hosted-git-info","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","spdx","strip-ansi","tar","text-table","uid-number","umask","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"b6fb9648b54bdfa0c02887090a3aae3dc6ccbdec","tarball":"https://registry.npmjs.org/npm/-/npm-2.12.0.tgz","integrity":"sha512-zqhWMLJD9LGYgIw5v5PZrlNlvbzbuaqoopcN0f3KjNcJGyQFF3fI48PFC3GgvFAJQFTipr0ZFm+lOqfBtfOYGA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD8vmcVWlwOMdO65fVnV2buLskmGDnmlIniXSfkgYWJnQIgCCDZPOFXbudxMYyv0cvndQXXz3BI2KlFoQ8bcgUwnwo="}]},"deprecated":"this release is unusable on Windows -- avoid :D"},"3.0.0":{"name":"npm","version":"3.0.0","dependencies":{"abbrev":"~1.0.7","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.0.1","archy":"~1.0.0","async-some":"~1.0.2","chownr":"0.0.2","cmd-shim":"~2.0.1","columnify":"~1.5.1","config-chain":"~1.1.9","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.6","fs-write-stream-atomic":"~1.0.3","fstream":"~1.0.7","fstream-npm":"~1.0.3","glob":"~5.0.10","graceful-fs":"~3.0.8","has-unicode":"~1.0.0","hosted-git-info":"~2.1.4","iferr":"~0.1.5","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.7.0","lockfile":"~1.0.1","lodash.clonedeep":"~3.0.1","lodash.union":"~3.1.0","lodash.uniq":"~3.2.1","lodash.without":"~3.2.1","mkdirp":"~0.5.1","node-gyp":"~2.0.1","nopt":"~3.0.3","normalize-git-url":"~1.0.1","normalize-package-data":"~2.3.0","npm-cache-filename":"~1.0.1","npm-install-checks":"~1.0.5","npm-package-arg":"~4.0.1","npm-registry-client":"~6.4.0","npm-user-validate":"~0.1.2","npmlog":"~1.2.1","once":"~1.3.2","opener":"~1.4.1","osenv":"~0.1.2","path-is-inside":"~1.0.0","read":"~1.0.6","read-installed":"~4.0.1","read-package-json":"~2.0.0","read-package-tree":"~4.1.0","realize-package-specifier":"~3.0.1","retry":"~0.6.1","rimraf":"~2.4.0","semver":"~4.3.6","sha":"~1.3.0","slide":"~1.1.6","sorted-object":"~1.0.0","tar":"~2.1.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.0.0","validate-npm-package-name":"2.2.0","which":"~1.1.1","wrappy":"~1.0.1","write-file-atomic":"~1.1.2"},"devDependencies":{"deep-equal":"~1.0.0","marked":"~0.3.3","marked-man":"~0.1.4","nock":"~2.6.0","npm-registry-couchapp":"~2.6.11","npm-registry-mock":"~1.0.0","require-inject":"~1.2.0","sprintf-js":"~1.0.2","standard":"~4.3.2","tap":"~1.2.0"},"bundleDependencies":["abbrev","ansicolors","ansistyles","aproba","archy","async-some","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","inflight","inherits","ini","init-package-json","lockfile","lodash.clonedeep","lodash.union","lodash.uniq","lodash.without","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","read-package-tree","realize-package-specifier","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","umask","unique-filename","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"shasum":"a85971b5e924cfa7eb97cab20fb91e13b699daba","tarball":"https://registry.npmjs.org/npm/-/npm-3.0.0.tgz","integrity":"sha512-F5qDIxr2oa9Xe/3t3Wx3/LzB5cS3YiWXtFlSe/2No/9NEpPLfD4LRMKrayaYyx6kuK4kNP2Vl2zU3rxxVgwZHg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC4WF1dc5YxepX3nsaP7JMCI3aFM8noNIQuBJCCVJbLhQIhALPxJa62laxYkjWrUGS9zKDpL3YqHcdq9KQpXVlKErnZ"}]}},"2.12.1":{"name":"npm","version":"2.12.1","dependencies":{"abbrev":"~1.0.7","ansi":"~0.3.0","ansi-regex":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","async-some":"~1.0.2","block-stream":"0.0.8","char-spinner":"~1.0.1","chmodr":"~0.1.1","chownr":"0.0.2","cmd-shim":"~2.0.1","columnify":"~1.5.1","config-chain":"~1.1.9","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.6","fs-write-stream-atomic":"~1.0.3","fstream":"~1.0.7","fstream-npm":"~1.0.3","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~5.0.10","graceful-fs":"~3.0.8","hosted-git-info":"~2.1.4","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.7.0","lockfile":"~1.0.1","lru-cache":"~2.6.4","minimatch":"~2.0.8","mkdirp":"~0.5.1","node-gyp":"~2.0.1","nopt":"~3.0.3","normalize-git-url":"~2.0.0","normalize-package-data":"~2.3.0","npm-cache-filename":"~1.0.1","npm-install-checks":"~1.0.5","npm-package-arg":"~4.0.1","npm-registry-client":"~6.4.0","npm-user-validate":"~0.1.2","npmlog":"~1.2.1","once":"~1.3.2","opener":"~1.4.1","osenv":"~0.1.2","path-is-inside":"~1.0.0","read":"~1.0.6","read-installed":"~4.0.1","read-package-json":"~2.0.0","readable-stream":"~1.1.13","realize-package-specifier":"~3.0.1","request":"~2.58.0","retry":"~0.6.1","rimraf":"~2.4.0","semver":"~4.3.6","sha":"~1.3.0","slide":"~1.1.6","sorted-object":"~1.0.0","spdx":"~0.4.1","strip-ansi":"~2.0.1","tar":"~2.1.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","validate-npm-package-name":"2.2.0","which":"~1.1.1","wrappy":"~1.0.1","write-file-atomic":"~1.1.2","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.0","marked":"~0.3.3","marked-man":"~0.1.4","nock":"~2.6.0","npm-registry-couchapp":"~2.6.7","npm-registry-mock":"~1.0.0","require-inject":"~1.2.0","sprintf-js":"~1.0.2","tap":"~1.3.1"},"bundleDependencies":["abbrev","ansi-regex","ansi","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","chmodr","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","hosted-git-info","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","spdx","strip-ansi","tar","text-table","uid-number","umask","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"152b6369ceeadab1e3e139ee25e13230f84c33ad","tarball":"https://registry.npmjs.org/npm/-/npm-2.12.1.tgz","integrity":"sha512-YF6pxlsqYFJJRizGB/hsEIbO3mfBQWtfdW+7xiL6nlpyTY79rKC8je3MSoVvVPIyZH7PrWpKw0mzzjcEMpU8hg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCGqW0q+N/O55lCFANNXoBENl89OQp5zY6fcejVm6TmPAIhALKZjJr/IdU4HVoXMBISG2LA+iIGJXaChR61JOEkcroJ"}]}},"2.13.0":{"name":"npm","version":"2.13.0","dependencies":{"abbrev":"~1.0.7","ansi":"~0.3.0","ansi-regex":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","async-some":"~1.0.2","block-stream":"0.0.8","char-spinner":"~1.0.1","chmodr":"~0.1.1","chownr":"0.0.2","cmd-shim":"~2.0.1","columnify":"~1.5.1","config-chain":"~1.1.9","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.6","fs-write-stream-atomic":"~1.0.3","fstream":"~1.0.7","fstream-npm":"~1.0.3","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~5.0.13","graceful-fs":"~4.1.2","hosted-git-info":"~2.1.4","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.7.0","lockfile":"~1.0.1","lru-cache":"~2.6.5","minimatch":"~2.0.8","mkdirp":"~0.5.1","node-gyp":"~2.0.1","nopt":"~3.0.3","normalize-git-url":"~2.0.0","normalize-package-data":"~2.3.0","npm-cache-filename":"~1.0.2","npm-install-checks":"~1.0.5","npm-package-arg":"~4.0.1","npm-registry-client":"~6.5.0","npm-user-validate":"~0.1.2","npmlog":"~1.2.1","once":"~1.3.2","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.0","read":"~1.0.6","read-installed":"~4.0.1","read-package-json":"~2.0.0","readable-stream":"~1.1.13","realize-package-specifier":"~3.0.1","request":"~2.58.0","retry":"~0.6.1","rimraf":"~2.4.1","semver":"~4.3.6","sha":"~1.3.0","slide":"~1.1.6","sorted-object":"~1.0.0","spdx":"~0.4.1","strip-ansi":"~2.0.1","tar":"~2.1.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","validate-npm-package-name":"~2.2.2","which":"~1.1.1","wrappy":"~1.0.1","write-file-atomic":"~1.1.2","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.0","marked":"~0.3.3","marked-man":"~0.1.4","nock":"~2.6.0","npm-registry-couchapp":"~2.6.7","npm-registry-mock":"~1.0.0","require-inject":"~1.2.0","sprintf-js":"~1.0.2","tap":"~1.3.1"},"bundleDependencies":["abbrev","ansi-regex","ansi","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","chmodr","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","hosted-git-info","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","spdx","strip-ansi","tar","text-table","uid-number","umask","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"db102553572e0c09b112d628017488c7ad29c7fc","tarball":"https://registry.npmjs.org/npm/-/npm-2.13.0.tgz","integrity":"sha512-850A5qC4z1GhpoLuaEkC7RMmmVP+UsL5acUFlc+REXwb19LP3fB8Tai7LC9zY0sAgvkI8z0zvuMTIKtTMwSCSg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCHyTL0Kx9bCiw0D5LV4x1HpFAd3BgejIiF0vsNwpFGMYCIQDqungNrNWjkqvSIxA0A1BK4sD+K5Yo1uyToZzRFHZYhQ=="}]}},"3.1.0":{"name":"npm","version":"3.1.0","dependencies":{"abbrev":"~1.0.7","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.0.1","archy":"~1.0.0","async-some":"~1.0.2","chownr":"0.0.2","cmd-shim":"~2.0.1","columnify":"~1.5.1","config-chain":"~1.1.9","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.6","fs-write-stream-atomic":"~1.0.3","fstream":"~1.0.7","fstream-npm":"~1.0.3","glob":"~5.0.13","graceful-fs":"~4.1.2","has-unicode":"~1.0.0","hosted-git-info":"~2.1.4","iferr":"~0.1.5","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.7.0","lockfile":"~1.0.1","lodash.clonedeep":"~3.0.1","lodash.union":"~3.1.0","lodash.uniq":"~3.2.2","lodash.without":"~3.2.1","mkdirp":"~0.5.1","node-gyp":"~2.0.1","nopt":"~3.0.3","normalize-git-url":"~2.0.0","normalize-package-data":"~2.3.0","npm-cache-filename":"~1.0.2","npm-install-checks":"~1.0.5","npm-package-arg":"~4.0.1","npm-registry-client":"~6.5.0","npm-user-validate":"~0.1.2","npmlog":"~1.2.1","once":"~1.3.2","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.0","read":"~1.0.6","read-installed":"~4.0.1","read-package-json":"~2.0.0","read-package-tree":"~5.0.0","realize-package-specifier":"~3.0.1","retry":"~0.6.1","rimraf":"~2.4.1","semver":"~4.3.6","sha":"~1.3.0","slide":"~1.1.6","sorted-object":"~1.0.0","tar":"~2.1.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.0.0","unpipe":"~1.0.0","validate-npm-package-name":"~2.2.2","which":"~1.1.1","wrappy":"~1.0.1","write-file-atomic":"~1.1.2"},"devDependencies":{"deep-equal":"~1.0.0","marked":"~0.3.3","marked-man":"~0.1.4","nock":"~2.6.0","npm-registry-couchapp":"~2.6.11","npm-registry-mock":"~1.0.0","require-inject":"~1.2.0","sprintf-js":"~1.0.2","standard":"~4.3.2","tap":"~1.3.1"},"bundleDependencies":["abbrev","ansicolors","ansistyles","aproba","archy","async-some","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","inflight","inherits","ini","init-package-json","lockfile","lodash.clonedeep","lodash.union","lodash.uniq","lodash.without","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","read-package-tree","realize-package-specifier","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","umask","unique-filename","unpipe","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"shasum":"bd965ce537792da3d6cecac95d1c21530005a9d6","tarball":"https://registry.npmjs.org/npm/-/npm-3.1.0.tgz","integrity":"sha512-dLjM7vrrzGp3EnTjIB8O/Z882kpD35fm109te1YmaTdo5jnp0gtHehfDeQDB+5JnYK2pnoA1zUzgyD6g+XjcoA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDIPt2jTXi/YTCoYWWzt+si0lcWX1KzPihCeppYa53qEAIgAcjsZSdyMsmYMxNjSUiE/rVwKobMMvEiLIuqmnd9bWI="}]}},"2.13.1":{"name":"npm","version":"2.13.1","dependencies":{"abbrev":"~1.0.7","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","async-some":"~1.0.2","block-stream":"0.0.8","char-spinner":"~1.0.1","chmodr":"~0.1.1","chownr":"0.0.2","cmd-shim":"~2.0.1","columnify":"~1.5.1","config-chain":"~1.1.9","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.6","fs-write-stream-atomic":"~1.0.3","fstream":"~1.0.7","fstream-npm":"~1.0.4","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~5.0.13","graceful-fs":"~4.1.2","hosted-git-info":"~2.1.4","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.7.0","lockfile":"~1.0.1","lru-cache":"~2.6.5","minimatch":"~2.0.8","mkdirp":"~0.5.1","node-gyp":"~2.0.1","nopt":"~3.0.3","normalize-git-url":"~2.0.0","normalize-package-data":"~2.3.0","npm-cache-filename":"~1.0.2","npm-install-checks":"~1.0.5","npm-package-arg":"~4.0.1","npm-registry-client":"~6.5.0","npm-user-validate":"~0.1.2","npmlog":"~1.2.1","once":"~1.3.2","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.0","read":"~1.0.6","read-installed":"~4.0.1","read-package-json":"~2.0.0","readable-stream":"~1.1.13","realize-package-specifier":"~3.0.1","request":"~2.58.0","retry":"~0.6.1","rimraf":"~2.4.1","semver":"~4.3.6","sha":"~1.3.0","slide":"~1.1.6","sorted-object":"~1.0.0","spdx":"~0.4.1","tar":"~2.1.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","validate-npm-package-name":"~2.2.2","which":"~1.1.1","wrappy":"~1.0.1","write-file-atomic":"~1.1.2","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.0","marked":"~0.3.3","marked-man":"~0.1.4","nock":"~2.7.0","npm-registry-couchapp":"~2.6.7","npm-registry-mock":"~1.0.0","require-inject":"~1.2.0","sprintf-js":"~1.0.2","tap":"~1.3.1"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","chmodr","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","hosted-git-info","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","spdx","tar","text-table","uid-number","umask","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"268dcfe0ab74832c44da2bc3cbb0ae24f84c62eb","tarball":"https://registry.npmjs.org/npm/-/npm-2.13.1.tgz","integrity":"sha512-C35HuBLSNSzYYN4mPorJJKjY7fSwCza0Z0AcTIml8HZD4f5+xNEAIMfLjv+u3s/TpeXdofW0wv/GOvysTn2Xrg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBIAhyii7QKEfSIlJyOzRdUH/1kEtxc4pmAFivgDF5tOAiAZQn9hv8lrVPoHpe9z37MRJGlx0VlpkeP5hmTUaDHHGw=="}]}},"3.1.1":{"name":"npm","version":"3.1.1","dependencies":{"abbrev":"~1.0.7","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.0.1","archy":"~1.0.0","async-some":"~1.0.2","chownr":"0.0.2","cmd-shim":"~2.0.1","columnify":"~1.5.1","config-chain":"~1.1.9","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.6","fs-write-stream-atomic":"~1.0.3","fstream":"~1.0.7","fstream-npm":"~1.0.4","glob":"~5.0.13","graceful-fs":"~4.1.2","has-unicode":"~1.0.0","hosted-git-info":"~2.1.4","iferr":"~0.1.5","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.7.0","lockfile":"~1.0.1","lodash.clonedeep":"~3.0.1","lodash.union":"~3.1.0","lodash.uniq":"~3.2.2","lodash.without":"~3.2.1","mkdirp":"~0.5.1","node-gyp":"~2.0.1","nopt":"~3.0.3","normalize-git-url":"~2.0.0","normalize-package-data":"~2.3.0","npm-cache-filename":"~1.0.2","npm-install-checks":"~1.0.5","npm-package-arg":"~4.0.1","npm-registry-client":"~6.5.0","npm-user-validate":"~0.1.2","npmlog":"~1.2.1","once":"~1.3.2","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.0","read":"~1.0.6","read-installed":"~4.0.1","read-package-json":"~2.0.0","read-package-tree":"~5.0.0","realize-package-specifier":"~3.0.1","retry":"~0.6.1","rimraf":"~2.4.1","semver":"~4.3.6","sha":"~1.3.0","slide":"~1.1.6","sorted-object":"~1.0.0","tar":"~2.1.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.0.0","unpipe":"~1.0.0","validate-npm-package-name":"~2.2.2","which":"~1.1.1","wrappy":"~1.0.1","write-file-atomic":"~1.1.2"},"devDependencies":{"deep-equal":"~1.0.0","marked":"~0.3.3","marked-man":"~0.1.4","nock":"~2.7.0","npm-registry-couchapp":"~2.6.11","npm-registry-mock":"~1.0.0","require-inject":"~1.2.0","sprintf-js":"~1.0.2","standard":"~4.3.2","tap":"~1.3.1"},"bundleDependencies":["abbrev","ansicolors","ansistyles","aproba","archy","async-some","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","inflight","inherits","ini","init-package-json","lockfile","lodash.clonedeep","lodash.union","lodash.uniq","lodash.without","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","read-package-tree","realize-package-specifier","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","umask","unique-filename","unpipe","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"shasum":"e4328a40af16e58a9e1376f1f985ef53516d07b7","tarball":"https://registry.npmjs.org/npm/-/npm-3.1.1.tgz","integrity":"sha512-+uhEM11pEDoWnuWuBDThc9DUZGqebc1yuTeCjOZYTzpisHozHfBeRf2iXsRubIfAQb1wYHfaz+4N9u2OTD4vwA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCa86dlUKrSWKxRhbGpp73icYIIiuyvwCrS6Dk+svzs1gIgRCD2Gn67z0ORtlFhrZhSvR1XZbwt9raVjPj5g9GLwqA="}]},"deprecated":"This version has broken local installs. Please upgrade to npm@3.1.2\\!"},"3.1.2":{"name":"npm","version":"3.1.2","dependencies":{"abbrev":"~1.0.7","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.0.1","archy":"~1.0.0","async-some":"~1.0.2","chownr":"0.0.2","cmd-shim":"~2.0.1","columnify":"~1.5.1","config-chain":"~1.1.9","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.6","fs-write-stream-atomic":"~1.0.3","fstream":"~1.0.7","fstream-npm":"~1.0.4","glob":"~5.0.13","graceful-fs":"~4.1.2","has-unicode":"~1.0.0","hosted-git-info":"~2.1.4","iferr":"~0.1.5","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.7.0","lockfile":"~1.0.1","lodash.clonedeep":"~3.0.1","lodash.union":"~3.1.0","lodash.uniq":"~3.2.2","lodash.without":"~3.2.1","mkdirp":"~0.5.1","node-gyp":"~2.0.1","nopt":"~3.0.3","normalize-git-url":"~2.0.0","normalize-package-data":"~2.3.0","npm-cache-filename":"~1.0.2","npm-install-checks":"~1.0.5","npm-package-arg":"~4.0.1","npm-registry-client":"~6.5.0","npm-user-validate":"~0.1.2","npmlog":"~1.2.1","once":"~1.3.2","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.0","read":"~1.0.6","read-installed":"~4.0.1","read-package-json":"~2.0.0","read-package-tree":"~5.0.0","realize-package-specifier":"~3.0.1","retry":"~0.6.1","rimraf":"~2.4.1","semver":"~4.3.6","sha":"~1.3.0","slide":"~1.1.6","sorted-object":"~1.0.0","tar":"~2.1.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.0.0","unpipe":"~1.0.0","validate-npm-package-name":"~2.2.2","which":"~1.1.1","wrappy":"~1.0.1","write-file-atomic":"~1.1.2"},"devDependencies":{"deep-equal":"~1.0.0","marked":"~0.3.3","marked-man":"~0.1.4","nock":"~2.7.0","npm-registry-couchapp":"~2.6.11","npm-registry-mock":"~1.0.0","require-inject":"~1.2.0","sprintf-js":"~1.0.2","standard":"~4.3.2","tap":"~1.3.1"},"bundleDependencies":["abbrev","ansicolors","ansistyles","aproba","archy","async-some","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","inflight","inherits","ini","init-package-json","lockfile","lodash.clonedeep","lodash.union","lodash.uniq","lodash.without","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","read-package-tree","realize-package-specifier","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","umask","unique-filename","unpipe","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"shasum":"bf1e6301713d46c889061843de43dfa93b124a1d","tarball":"https://registry.npmjs.org/npm/-/npm-3.1.2.tgz","integrity":"sha512-o1JnhKM6cK7m7AZYE2oAAQZ+QjC6RQl0voZ4Pctea3SpUpHMxJytatjoR70HfIrLkjjCJlqXYdkCsr0BhuG6Wg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCm8za0T83H95S0x9mQoWygOJFaqLYlmLZDEhH5AyhAEwIgT1nzW6dIk2EnO/fpCfmlZE1Cb8Kj+5dXLvkOSXi0Pqs="}]}},"2.13.2":{"name":"npm","version":"2.13.2","dependencies":{"abbrev":"~1.0.7","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","async-some":"~1.0.2","block-stream":"0.0.8","char-spinner":"~1.0.1","chmodr":"~0.1.1","chownr":"0.0.2","cmd-shim":"~2.0.1","columnify":"~1.5.1","config-chain":"~1.1.9","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.6","fs-write-stream-atomic":"~1.0.3","fstream":"~1.0.7","fstream-npm":"~1.0.4","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~5.0.14","graceful-fs":"~4.1.2","hosted-git-info":"~2.1.4","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.7.0","lockfile":"~1.0.1","lru-cache":"~2.6.5","minimatch":"~2.0.8","mkdirp":"~0.5.1","node-gyp":"~2.0.2","nopt":"~3.0.3","normalize-git-url":"~3.0.1","normalize-package-data":"~2.3.0","npm-cache-filename":"~1.0.2","npm-install-checks":"~1.0.5","npm-package-arg":"~4.0.1","npm-registry-client":"~6.5.0","npm-user-validate":"~0.1.2","npmlog":"~1.2.1","once":"~1.3.2","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.0","read":"~1.0.6","read-installed":"~4.0.1","read-package-json":"~2.0.0","readable-stream":"~1.1.13","realize-package-specifier":"~3.0.1","request":"~2.58.0","retry":"~0.6.1","rimraf":"~2.4.1","semver":"~4.3.6","sha":"~1.3.0","slide":"~1.1.6","sorted-object":"~1.0.0","spdx":"~0.4.1","tar":"~2.1.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","validate-npm-package-name":"~2.2.2","which":"~1.1.1","wrappy":"~1.0.1","write-file-atomic":"~1.1.2","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.0","marked":"~0.3.3","marked-man":"~0.1.4","nock":"~2.7.0","npm-registry-couchapp":"~2.6.7","npm-registry-mock":"~1.0.0","require-inject":"~1.2.0","sprintf-js":"~1.0.2","tap":"~1.3.1"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","chmodr","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","hosted-git-info","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","spdx","tar","text-table","uid-number","umask","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"43641ae390bb07f1c3a73bc0f2c282bf051cbba0","tarball":"https://registry.npmjs.org/npm/-/npm-2.13.2.tgz","integrity":"sha512-7njgWyHK+YSKi+IB7K7lTCa6d+SDnpo4JK+mxgBgSAS4W5SvTlJ5tkvNbxORQ1DJfAAEYF+HrbcdPKmjgcDpnw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDu/ffXIx12ns0CNjNT6hj3Bq2ogEIGBgzqrK/9SWl85wIhAKH9xrngBWWVoVKHJfXe68C7tDrUMutdWoJJcRanRrRi"}]}},"3.1.3":{"name":"npm","version":"3.1.3","dependencies":{"abbrev":"~1.0.7","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.0.1","archy":"~1.0.0","async-some":"~1.0.2","chownr":"0.0.2","cmd-shim":"~2.0.1","columnify":"~1.5.1","config-chain":"~1.1.9","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.6","fs-write-stream-atomic":"~1.0.3","fstream":"~1.0.7","fstream-npm":"~1.0.4","glob":"~5.0.14","graceful-fs":"~4.1.2","has-unicode":"~1.0.0","hosted-git-info":"~2.1.4","iferr":"~0.1.5","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.7.0","lockfile":"~1.0.1","lodash.clonedeep":"~3.0.1","lodash.union":"~3.1.0","lodash.uniq":"~3.2.2","lodash.without":"~3.2.1","mkdirp":"~0.5.1","node-gyp":"~2.0.2","nopt":"~3.0.3","normalize-git-url":"~3.0.1","normalize-package-data":"~2.3.0","npm-cache-filename":"~1.0.2","npm-install-checks":"~1.0.5","npm-package-arg":"~4.0.1","npm-registry-client":"~6.5.0","npm-user-validate":"~0.1.2","npmlog":"~1.2.1","once":"~1.3.2","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.0","read":"~1.0.6","read-installed":"~4.0.1","read-package-json":"~2.0.0","read-package-tree":"~5.1.0","realize-package-specifier":"~3.0.1","retry":"~0.6.1","rimraf":"~2.4.1","semver":"~4.3.6","sha":"~1.3.0","slide":"~1.1.6","sorted-object":"~1.0.0","tar":"~2.1.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.0.0","unpipe":"~1.0.0","validate-npm-package-name":"~2.2.2","which":"~1.1.1","wrappy":"~1.0.1","write-file-atomic":"~1.1.2"},"devDependencies":{"deep-equal":"~1.0.0","marked":"~0.3.3","marked-man":"~0.1.4","nock":"~2.7.0","npm-registry-couchapp":"~2.6.11","npm-registry-mock":"~1.0.0","require-inject":"~1.2.0","sprintf-js":"~1.0.2","standard":"~4.3.2","tap":"~1.3.1"},"bundleDependencies":["abbrev","ansicolors","ansistyles","aproba","archy","async-some","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","inflight","inherits","ini","init-package-json","lockfile","lodash.clonedeep","lodash.union","lodash.uniq","lodash.without","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","read-package-tree","realize-package-specifier","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","umask","unique-filename","unpipe","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"shasum":"74ac1c123e03ba059f56349e81e38f18e1f83469","tarball":"https://registry.npmjs.org/npm/-/npm-3.1.3.tgz","integrity":"sha512-IvB8TQRtZ11H+kwrQM0f24MKQtd2getsLectLABh3KqYM/Jf78eqmAHP14GhzSqOyQdZyThl7Ac5aEySufM6Ag==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCchbDg5jV/teUEMDTaiqbACZrAiTUuYmkHA16ZAjFfhAIgEjaVKyEPJgN6BpvNcwLQVkLvv2ttk+7A1AjzMq0zo+g="}]}},"2.13.3":{"name":"npm","version":"2.13.3","dependencies":{"abbrev":"~1.0.7","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","async-some":"~1.0.2","block-stream":"0.0.8","char-spinner":"~1.0.1","chmodr":"~0.1.1","chownr":"0.0.2","cmd-shim":"~2.0.1","columnify":"~1.5.1","config-chain":"~1.1.9","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.6","fs-write-stream-atomic":"~1.0.3","fstream":"~1.0.7","fstream-npm":"~1.0.4","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~5.0.14","graceful-fs":"~4.1.2","hosted-git-info":"~2.1.4","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.7.1","lockfile":"~1.0.1","lru-cache":"~2.6.5","minimatch":"~2.0.10","mkdirp":"~0.5.1","node-gyp":"~2.0.2","nopt":"~3.0.3","normalize-git-url":"~3.0.1","normalize-package-data":"~2.3.1","npm-cache-filename":"~1.0.2","npm-install-checks":"~1.0.6","npm-package-arg":"~4.0.2","npm-registry-client":"~6.5.1","npm-user-validate":"~0.1.2","npmlog":"~1.2.1","once":"~1.3.2","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.0","read":"~1.0.6","read-installed":"~4.0.2","read-package-json":"~2.0.0","readable-stream":"~1.1.13","realize-package-specifier":"~3.0.1","request":"~2.60.0","retry":"~0.6.1","rimraf":"~2.4.2","semver":"~5.0.1","sha":"~1.3.0","slide":"~1.1.6","sorted-object":"~1.0.0","spdx":"~0.4.1","tar":"~2.1.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","validate-npm-package-name":"~2.2.2","which":"~1.1.1","wrappy":"~1.0.1","write-file-atomic":"~1.1.2","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.0","marked":"~0.3.3","marked-man":"~0.1.5","nock":"~2.7.0","npm-registry-couchapp":"~2.6.7","npm-registry-mock":"~1.0.0","require-inject":"~1.2.0","sprintf-js":"~1.0.2","tap":"~1.3.1"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","chmodr","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","hosted-git-info","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","spdx","tar","text-table","uid-number","umask","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"a72c6be4067229b5b47e19244531d186d6103b78","tarball":"https://registry.npmjs.org/npm/-/npm-2.13.3.tgz","integrity":"sha512-6zoeE0msb5Jg4ANDbPKXaYmQm9UO050wL9fX4sEMVWpZyW7BxwhVxZLlxRVbrpCNNX1asbAA1IBimNgzWCghBw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDUUXHqJdD+2e7GcB09gRQSd9feV3ITTNry1Kzo8+U7FQIgbi7V96Jy8x0qq9dSHtjoRc/ADALONUvr0CoPzXyANIQ="}]}},"3.2.0":{"name":"npm","version":"3.2.0","dependencies":{"abbrev":"~1.0.7","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.0.1","archy":"~1.0.0","async-some":"~1.0.2","chownr":"0.0.2","cmd-shim":"~2.0.1","columnify":"~1.5.1","config-chain":"~1.1.9","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.6","fs-write-stream-atomic":"~1.0.3","fstream":"~1.0.7","fstream-npm":"~1.0.4","glob":"~5.0.14","graceful-fs":"~4.1.2","has-unicode":"~1.0.0","hosted-git-info":"~2.1.4","iferr":"~0.1.5","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.7.1","lockfile":"~1.0.1","lodash.clonedeep":"~3.0.1","lodash.union":"~3.1.0","lodash.uniq":"~3.2.2","lodash.without":"~3.2.1","mkdirp":"~0.5.1","node-gyp":"~2.0.2","nopt":"~3.0.3","normalize-git-url":"~3.0.1","normalize-package-data":"~2.3.1","npm-cache-filename":"~1.0.2","npm-install-checks":"~2.0.0","npm-package-arg":"~4.0.2","npm-registry-client":"~6.5.1","npm-user-validate":"~0.1.2","npmlog":"~1.2.1","once":"~1.3.2","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.0","read":"~1.0.6","read-installed":"~4.0.2","read-package-json":"~2.0.0","read-package-tree":"~5.1.0","realize-package-specifier":"~3.0.1","retry":"~0.6.1","rimraf":"~2.4.2","semver":"~5.0.1","sha":"~1.3.0","slide":"~1.1.6","sorted-object":"~1.0.0","tar":"~2.1.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.0.0","unpipe":"~1.0.0","validate-npm-package-name":"~2.2.2","which":"~1.1.1","wrappy":"~1.0.1","write-file-atomic":"~1.1.2"},"devDependencies":{"deep-equal":"~1.0.0","eslint":"~0.24.1","estraverse":"~4.1.0","marked":"~0.3.3","marked-man":"~0.1.5","nock":"~2.9.1","npm-registry-couchapp":"~2.6.11","npm-registry-mock":"~1.0.0","require-inject":"~1.2.0","sprintf-js":"~1.0.2","standard":"~4.5.4","tap":"~1.3.1"},"bundleDependencies":["abbrev","ansicolors","ansistyles","aproba","archy","async-some","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","inflight","inherits","ini","init-package-json","lockfile","lodash.clonedeep","lodash.union","lodash.uniq","lodash.without","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","read-package-tree","realize-package-specifier","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","umask","unique-filename","unpipe","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"shasum":"c00b5867db9104510167fa63770fbf0930c89ec6","tarball":"https://registry.npmjs.org/npm/-/npm-3.2.0.tgz","integrity":"sha512-X9J0HYPspum7lQy8Mo8LtvmbN0oVGVqqgybxYsDPusDvDmfdo47oX1fxQs41haDq7IblUjxB2+EHtBG7WQAwOw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCWPX6Uus+cjrmgTilu3V380vE1rE1jiK2/Tb9moKNXyQIhAOIeNj8yuMwbqEIkUJP82B0hxsfBY8G+wBcKNaDJKru8"}]}},"2.13.4":{"name":"npm","version":"2.13.4","dependencies":{"abbrev":"~1.0.7","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","async-some":"~1.0.2","block-stream":"0.0.8","char-spinner":"~1.0.1","chmodr":"~0.1.1","chownr":"0.0.2","cmd-shim":"~2.0.1","columnify":"~1.5.1","config-chain":"~1.1.9","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.6","fs-write-stream-atomic":"~1.0.3","fstream":"~1.0.7","fstream-npm":"~1.0.4","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~5.0.14","graceful-fs":"~4.1.2","hosted-git-info":"~2.1.4","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.7.1","lockfile":"~1.0.1","lru-cache":"~2.6.5","minimatch":"~2.0.10","mkdirp":"~0.5.1","node-gyp":"~2.0.2","nopt":"~3.0.3","normalize-git-url":"~3.0.1","normalize-package-data":"~2.3.1","npm-cache-filename":"~1.0.2","npm-install-checks":"~1.0.6","npm-package-arg":"~4.0.2","npm-registry-client":"~6.5.1","npm-user-validate":"~0.1.2","npmlog":"~1.2.1","once":"~1.3.2","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.0","read":"~1.0.6","read-installed":"~4.0.2","read-package-json":"~2.0.0","readable-stream":"~1.1.13","realize-package-specifier":"~3.0.1","request":"~2.60.0","retry":"~0.6.1","rimraf":"~2.4.2","semver":"~5.0.1","sha":"~1.3.0","slide":"~1.1.6","sorted-object":"~1.0.0","spdx":"~0.4.1","tar":"~2.1.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","validate-npm-package-name":"~2.2.2","which":"~1.1.1","wrappy":"~1.0.1","write-file-atomic":"~1.1.2","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.0","marked":"~0.3.3","marked-man":"~0.1.5","nock":"~2.9.1","npm-registry-couchapp":"~2.6.7","npm-registry-mock":"~1.0.0","require-inject":"~1.2.0","sprintf-js":"~1.0.2","tap":"~1.3.1"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","chmodr","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","hosted-git-info","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","spdx","tar","text-table","uid-number","umask","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"3ed066b35244d5ab12c32b8cf8dbe6948b8c0aba","tarball":"https://registry.npmjs.org/npm/-/npm-2.13.4.tgz","integrity":"sha512-DlclR4AvrpaP/U+ifQdVuY6uJKa/Iex+9VxROfC4O26yP6XYQQ9lQsVztfS6Onq4bKY/78Bn5mWyjIlGZGGUmA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAneduuRIUsdHRW839viZv1sufQkQbo9Z7hPiuZuLwWhAiEAixaPrmg3OfE8W8Oivu/9aWtCRYH0fCF4JOp+866HSD8="}]}},"3.2.1":{"name":"npm","version":"3.2.1","dependencies":{"abbrev":"~1.0.7","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.0.1","archy":"~1.0.0","async-some":"~1.0.2","chownr":"0.0.2","cmd-shim":"~2.0.1","columnify":"~1.5.1","config-chain":"~1.1.9","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.6","fs-write-stream-atomic":"~1.0.3","fstream":"~1.0.7","fstream-npm":"~1.0.4","glob":"~5.0.14","graceful-fs":"~4.1.2","has-unicode":"~1.0.0","hosted-git-info":"~2.1.4","iferr":"~0.1.5","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.7.1","lockfile":"~1.0.1","lodash.clonedeep":"~3.0.1","lodash.union":"~3.1.0","lodash.uniq":"~3.2.2","lodash.without":"~3.2.1","mkdirp":"~0.5.1","node-gyp":"~2.0.2","nopt":"~3.0.3","normalize-git-url":"~3.0.1","normalize-package-data":"~2.3.1","npm-cache-filename":"~1.0.2","npm-install-checks":"~2.0.0","npm-package-arg":"~4.0.2","npm-registry-client":"~6.5.1","npm-user-validate":"~0.1.2","npmlog":"~1.2.1","once":"~1.3.2","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.0","read":"~1.0.6","read-installed":"~4.0.2","read-package-json":"~2.0.0","read-package-tree":"~5.1.0","realize-package-specifier":"~3.0.1","retry":"~0.6.1","rimraf":"~2.4.2","semver":"~5.0.1","sha":"~1.3.0","slide":"~1.1.6","sorted-object":"~1.0.0","tar":"~2.1.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.0.0","unpipe":"~1.0.0","validate-npm-package-name":"~2.2.2","which":"~1.1.1","wrappy":"~1.0.1","write-file-atomic":"~1.1.2"},"devDependencies":{"deep-equal":"~1.0.0","eslint":"~0.24.1","estraverse":"~4.1.0","marked":"~0.3.4","marked-man":"~0.1.5","nock":"~2.9.1","npm-registry-couchapp":"~2.6.11","npm-registry-mock":"~1.0.0","require-inject":"~1.2.0","sprintf-js":"~1.0.2","standard":"~4.5.4","tap":"~1.3.1"},"bundleDependencies":["abbrev","ansicolors","ansistyles","aproba","archy","async-some","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","inflight","inherits","ini","init-package-json","lockfile","lodash.clonedeep","lodash.union","lodash.uniq","lodash.without","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","read-package-tree","realize-package-specifier","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","umask","unique-filename","unpipe","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"shasum":"58a738032a3877bd5e025deefa547c0a4fac135b","tarball":"https://registry.npmjs.org/npm/-/npm-3.2.1.tgz","integrity":"sha512-rfbxXpvaXmu5IH9h3fWfBaHrQS57oKEANilO04RQHKTNM2JKmK05pNLVwjgg0ktuzfB4sQrIF3Uz7TYNloUR/w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCp8ZbUCWqJB30AXS8e4wG1lAltTGabsXLmuUsgoT8eywIhAL9BW4LBrOIC2zbsMZbqFCquTTI1fk4WKLOChADh2U5F"}]}},"2.13.5":{"name":"npm","version":"2.13.5","dependencies":{"abbrev":"~1.0.7","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","async-some":"~1.0.2","block-stream":"0.0.8","char-spinner":"~1.0.1","chmodr":"~1.0.1","chownr":"0.0.2","cmd-shim":"~2.0.1","columnify":"~1.5.1","config-chain":"~1.1.9","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.6","fs-write-stream-atomic":"~1.0.3","fstream":"~1.0.7","fstream-npm":"~1.0.4","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~5.0.14","graceful-fs":"~4.1.2","hosted-git-info":"~2.1.4","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.7.1","lockfile":"~1.0.1","lru-cache":"~2.6.5","minimatch":"~2.0.10","mkdirp":"~0.5.1","node-gyp":"~2.0.2","nopt":"~3.0.3","normalize-git-url":"~3.0.1","normalize-package-data":"~2.3.1","npm-cache-filename":"~1.0.2","npm-install-checks":"~1.0.6","npm-package-arg":"~4.0.2","npm-registry-client":"~6.5.1","npm-user-validate":"~0.1.2","npmlog":"~1.2.1","once":"~1.3.2","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.0","read":"~1.0.6","read-installed":"~4.0.2","read-package-json":"~2.0.0","readable-stream":"~1.1.13","realize-package-specifier":"~3.0.1","request":"~2.60.0","retry":"~0.6.1","rimraf":"~2.4.2","semver":"~5.0.1","sha":"~1.3.0","slide":"~1.1.6","sorted-object":"~1.0.0","spdx":"~0.4.1","tar":"~2.1.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","validate-npm-package-name":"~2.2.2","which":"~1.1.1","wrappy":"~1.0.1","write-file-atomic":"~1.1.2","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.0","marked":"~0.3.3","marked-man":"~0.1.5","nock":"~2.10.0","npm-registry-couchapp":"~2.6.7","npm-registry-mock":"~1.0.0","require-inject":"~1.2.0","sprintf-js":"~1.0.2","tap":"~1.3.1"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","chmodr","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","hosted-git-info","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","spdx","tar","text-table","uid-number","umask","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"a124386bce4a90506f28ad4b1d1a804a17baaf32","tarball":"https://registry.npmjs.org/npm/-/npm-2.13.5.tgz","integrity":"sha512-1O+C/CWwMxH1AKFGfjiWvhgOlKK87XuoU41pM1/rGwLhe2KoMyENlSh7x3IA0GkGl5R+zSlycep3lqV68Ayg+Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDEavt6jv5G0SjD5+XsE1FI5uVn5RomVV/vBOAxbfZKpAiB8HfUAPU2UXGK+m9Ew3TPfhL4rv7MCnQQXh9dgVRqnJQ=="}]}},"3.2.2":{"name":"npm","version":"3.2.2","dependencies":{"abbrev":"~1.0.7","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.0.1","archy":"~1.0.0","async-some":"~1.0.2","chownr":"0.0.2","cmd-shim":"~2.0.1","columnify":"~1.5.1","config-chain":"~1.1.9","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.6","fs-write-stream-atomic":"~1.0.3","fstream":"~1.0.7","fstream-npm":"~1.0.4","glob":"~5.0.14","graceful-fs":"~4.1.2","has-unicode":"~1.0.0","hosted-git-info":"~2.1.4","iferr":"~0.1.5","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.7.1","lockfile":"~1.0.1","lodash.clonedeep":"~3.0.2","lodash.union":"~3.1.0","lodash.uniq":"~3.2.2","lodash.without":"~3.2.1","mkdirp":"~0.5.1","node-gyp":"~2.0.2","nopt":"~3.0.3","normalize-git-url":"~3.0.1","normalize-package-data":"~2.3.1","npm-cache-filename":"~1.0.2","npm-install-checks":"~2.0.0","npm-package-arg":"~4.0.2","npm-registry-client":"~6.5.1","npm-user-validate":"~0.1.2","npmlog":"~1.2.1","once":"~1.3.2","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.1","read":"~1.0.6","read-installed":"~4.0.2","read-package-json":"~2.0.0","read-package-tree":"~5.1.0","realize-package-specifier":"~3.0.1","retry":"~0.6.1","rimraf":"~2.4.2","semver":"~5.0.1","sha":"~1.3.0","slide":"~1.1.6","sorted-object":"~1.0.0","tar":"~2.1.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.0.0","unpipe":"~1.0.0","validate-npm-package-name":"~2.2.2","which":"~1.1.1","wrappy":"~1.0.1","write-file-atomic":"~1.1.2"},"devDependencies":{"deep-equal":"~1.0.0","estraverse":"~4.1.0","marked":"~0.3.5","marked-man":"~0.1.5","nock":"~2.10.0","npm-registry-couchapp":"~2.6.11","npm-registry-mock":"~1.0.1","require-inject":"~1.2.0","standard":"~4.5.4","tap":"~1.3.2"},"bundleDependencies":["abbrev","ansicolors","ansistyles","aproba","archy","async-some","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","inflight","inherits","ini","init-package-json","lockfile","lodash.clonedeep","lodash.union","lodash.uniq","lodash.without","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","read-package-tree","realize-package-specifier","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","umask","unique-filename","unpipe","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"shasum":"3b0a0947df24f946cadde742f4bd5c428ef5504d","tarball":"https://registry.npmjs.org/npm/-/npm-3.2.2.tgz","integrity":"sha512-PjGDl2Q34Ljgos7s3PEBkjYyjnqiPcuWpck37LdOXnqR9DY54sJZDXbnYJ7E4bFz4jioyuCyYjt9x6zyroNEZw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBU666sJYKIxysiTPshGwMrOD6iGut/Odu/zAgnUUbgAAiEAwxV+VLSerBPfA3eMVisWc/W0R5JYD/aYSLZPv4pIxRk="}]}},"2.14.0":{"name":"npm","version":"2.14.0","dependencies":{"abbrev":"~1.0.7","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","async-some":"~1.0.2","block-stream":"0.0.8","char-spinner":"~1.0.1","chmodr":"~1.0.1","chownr":"~1.0.1","cmd-shim":"~2.0.1","columnify":"~1.5.2","config-chain":"~1.1.9","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.6","fs-write-stream-atomic":"~1.0.3","fstream":"~1.0.7","fstream-npm":"~1.0.4","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~5.0.14","graceful-fs":"~4.1.2","hosted-git-info":"~2.1.4","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.8.0","lockfile":"~1.0.1","lru-cache":"~2.6.5","minimatch":"~2.0.10","mkdirp":"~0.5.1","node-gyp":"~2.0.2","nopt":"~3.0.3","normalize-git-url":"~3.0.1","normalize-package-data":"~2.3.1","npm-cache-filename":"~1.0.2","npm-install-checks":"~1.0.6","npm-package-arg":"~4.0.2","npm-registry-client":"~7.0.1","npm-user-validate":"~0.1.2","npmlog":"~1.2.1","once":"~1.3.2","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.0","read":"~1.0.6","read-installed":"~4.0.2","read-package-json":"~2.0.0","readable-stream":"~1.1.13","realize-package-specifier":"~3.0.1","request":"~2.60.0","retry":"~0.6.1","rimraf":"~2.4.2","semver":"~5.0.1","sha":"~1.3.0","slide":"~1.1.6","sorted-object":"~1.0.0","spdx":"~0.4.1","tar":"~2.1.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","validate-npm-package-name":"~2.2.2","which":"~1.1.1","wrappy":"~1.0.1","write-file-atomic":"~1.1.2","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.0","marked":"~0.3.3","marked-man":"~0.1.5","nock":"~2.10.0","npm-registry-couchapp":"~2.6.7","npm-registry-mock":"~1.0.0","require-inject":"~1.2.0","sprintf-js":"~1.0.2","tap":"~1.3.1"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","chmodr","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","hosted-git-info","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","spdx","tar","text-table","uid-number","umask","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"a1c7556ce8541af6008da0bf8d9385c07e03c8ac","tarball":"https://registry.npmjs.org/npm/-/npm-2.14.0.tgz","integrity":"sha512-n0ebU4BjfAkT1ca3dXHYClo4SArzXZAoLPDUvIuRbIYfopxsHmYiusPDg/8g/KrW+wNcg02a/0O8V5cusfmo3g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIErCIgexe++5/OmIDvbGpyUEXi0uzztf9dkNqEua2ytFAiEA2AYeQO6ZtjElhX8zOg3EEoZ/D3zb/wy7CLuYW+hqLEU="}]}},"3.3.0":{"name":"npm","version":"3.3.0","dependencies":{"abbrev":"~1.0.7","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.0.1","archy":"~1.0.0","async-some":"~1.0.2","chownr":"~1.0.1","cmd-shim":"~2.0.1","columnify":"~1.5.2","config-chain":"~1.1.9","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.6","fs-write-stream-atomic":"~1.0.3","fstream":"~1.0.7","fstream-npm":"~1.0.4","glob":"~5.0.14","graceful-fs":"~4.1.2","has-unicode":"~1.0.0","hosted-git-info":"~2.1.4","iferr":"~0.1.5","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.8.0","lockfile":"~1.0.1","lodash.clonedeep":"~3.0.2","lodash.union":"~3.1.0","lodash.uniq":"~3.2.2","lodash.without":"~3.2.1","mkdirp":"~0.5.1","node-gyp":"~2.0.2","nopt":"~3.0.3","normalize-git-url":"~3.0.1","normalize-package-data":"~2.3.1","npm-cache-filename":"~1.0.2","npm-install-checks":"~2.0.0","npm-package-arg":"~4.0.2","npm-registry-client":"~7.0.1","npm-user-validate":"~0.1.2","npmlog":"~1.2.1","once":"~1.3.2","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.1","read":"~1.0.6","read-installed":"~4.0.2","read-package-json":"~2.0.0","read-package-tree":"~5.1.0","realize-package-specifier":"~3.0.1","retry":"~0.6.1","rimraf":"~2.4.2","semver":"~5.0.1","sha":"~1.3.0","slide":"~1.1.6","sorted-object":"~1.0.0","tar":"~2.1.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.0.0","unpipe":"~1.0.0","validate-npm-package-name":"~2.2.2","which":"~1.1.1","wrappy":"~1.0.1","write-file-atomic":"~1.1.2"},"devDependencies":{"deep-equal":"~1.0.0","estraverse":"~4.1.0","marked":"~0.3.5","marked-man":"~0.1.5","nock":"~2.10.0","npm-registry-couchapp":"~2.6.11","npm-registry-mock":"~1.0.1","require-inject":"~1.2.0","standard":"~4.5.4","tap":"~1.3.2"},"bundleDependencies":["abbrev","ansicolors","ansistyles","aproba","archy","async-some","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","inflight","inherits","ini","init-package-json","lockfile","lodash.clonedeep","lodash.union","lodash.uniq","lodash.without","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","read-package-tree","realize-package-specifier","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","umask","unique-filename","unpipe","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"shasum":"98d70b4059095b32b094251d2be70a1c6577cc0a","tarball":"https://registry.npmjs.org/npm/-/npm-3.3.0.tgz","integrity":"sha512-aAipSRE6VDhVZnCVfz3JcsMFLFvt6f/1viw1WU9sfIhGK0k/lyB96nnXHp5zo2hZr/sSuTo1Z21TmlYvEXC/rw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCtTirm7t65ZqQ3i+IApDpi7fr3K85drt+pE/ifmOr//wIgHbux9B15Q4hnt7+xMukLyYGVc6uprlM7SfhogFxVMWc="}]}},"2.14.1":{"name":"npm","version":"2.14.1","dependencies":{"abbrev":"~1.0.7","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","async-some":"~1.0.2","block-stream":"0.0.8","char-spinner":"~1.0.1","chmodr":"~1.0.1","chownr":"~1.0.1","cmd-shim":"~2.0.1","columnify":"~1.5.2","config-chain":"~1.1.9","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.6","fs-write-stream-atomic":"~1.0.3","fstream":"~1.0.7","fstream-npm":"~1.0.5","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~5.0.14","graceful-fs":"~4.1.2","hosted-git-info":"~2.1.4","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.8.0","lockfile":"~1.0.1","lru-cache":"~2.6.5","minimatch":"~2.0.10","mkdirp":"~0.5.1","node-gyp":"~2.0.2","nopt":"~3.0.3","normalize-git-url":"~3.0.1","normalize-package-data":"~2.3.1","npm-cache-filename":"~1.0.2","npm-install-checks":"~1.0.6","npm-package-arg":"~4.0.2","npm-registry-client":"~7.0.1","npm-user-validate":"~0.1.2","npmlog":"~1.2.1","once":"~1.3.2","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.0","read":"~1.0.6","read-installed":"~4.0.2","read-package-json":"~2.0.0","readable-stream":"~1.1.13","realize-package-specifier":"~3.0.1","request":"~2.61.0","retry":"~0.6.1","rimraf":"~2.4.2","semver":"~5.0.1","sha":"~1.3.0","slide":"~1.1.6","sorted-object":"~1.0.0","spdx":"~0.4.1","tar":"~2.1.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","validate-npm-package-name":"~2.2.2","which":"~1.1.1","wrappy":"~1.0.1","write-file-atomic":"~1.1.2","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.0","marked":"~0.3.3","marked-man":"~0.1.5","nock":"~2.10.0","npm-registry-couchapp":"~2.6.7","npm-registry-mock":"~1.0.0","require-inject":"~1.2.0","sprintf-js":"~1.0.2","tap":"~1.3.1"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","chmodr","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","hosted-git-info","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","spdx","tar","text-table","uid-number","umask","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"d6033e7a9e20fd17a0a56ef6039cdd68734accf7","tarball":"https://registry.npmjs.org/npm/-/npm-2.14.1.tgz","integrity":"sha512-BaHP00vIlmCMYsA0ryMVMZRLv+YFoR3evWbAWtW0G0pVC9XG/npDn0uwoh/SS5d/QKByXGREmK0s5K6mK8WBgw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDcR1FiCp8EKO13E2AbaThJpFwRC7+9h2WTga4IV/NlkAIgBTwA6cQybysGT9yIv8rxosna7uTgN1QjOuYZVUWity4="}]}},"2.14.2":{"name":"npm","version":"2.14.2","dependencies":{"abbrev":"~1.0.7","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","async-some":"~1.0.2","block-stream":"0.0.8","char-spinner":"~1.0.1","chmodr":"~1.0.1","chownr":"~1.0.1","cmd-shim":"~2.0.1","columnify":"~1.5.2","config-chain":"~1.1.9","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.6","fs-write-stream-atomic":"~1.0.3","fstream":"~1.0.7","fstream-npm":"~1.0.5","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~5.0.14","graceful-fs":"~4.1.2","hosted-git-info":"~2.1.4","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.9.1","lockfile":"~1.0.1","lru-cache":"~2.6.5","minimatch":"~2.0.10","mkdirp":"~0.5.1","node-gyp":"~2.0.2","nopt":"~3.0.3","normalize-git-url":"~3.0.1","normalize-package-data":"~2.3.2","npm-cache-filename":"~1.0.2","npm-install-checks":"~1.0.6","npm-package-arg":"~4.0.2","npm-registry-client":"~7.0.1","npm-user-validate":"~0.1.2","npmlog":"~1.2.1","once":"~1.3.2","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.0","read":"~1.0.7","read-installed":"~4.0.2","read-package-json":"~2.0.0","readable-stream":"~1.1.13","realize-package-specifier":"~3.0.1","request":"~2.61.0","retry":"~0.6.1","rimraf":"~2.4.3","semver":"~5.0.1","sha":"~1.3.0","slide":"~1.1.6","sorted-object":"~1.0.0","spdx":"~0.4.1","tar":"~2.2.0","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","validate-npm-package-license":"~3.0.1","validate-npm-package-name":"~2.2.2","which":"~1.1.1","wrappy":"~1.0.1","write-file-atomic":"~1.1.2"},"devDependencies":{"deep-equal":"~1.0.0","marked":"~0.3.3","marked-man":"~0.1.5","nock":"~2.10.0","npm-registry-couchapp":"~2.6.7","npm-registry-mock":"~1.0.0","require-inject":"~1.2.0","sprintf-js":"~1.0.2","tap":"~1.3.1"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","chmodr","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","hosted-git-info","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","spdx","tar","text-table","uid-number","umask","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"97f9f0efb6786c1fec7560ed5da5fcca739a8a8e","tarball":"https://registry.npmjs.org/npm/-/npm-2.14.2.tgz","integrity":"sha512-P2CbT0YD7jZtfv3yBw6XshMzlFpgXkvrBuvN+P68exbHQJjLnqTOegdKpbmEl7BRcfbx7zMjb+1o5UcPKETXGw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIA3+wc3alXU3w6W9vg40i6xiLiKxdDiUoKEEWkJGowscAiBOxbEqLOukzcnlyfj7X2YjKOw52B9/iKsijJdURqmtVw=="}]}},"3.3.1":{"name":"npm","version":"3.3.1","dependencies":{"abbrev":"~1.0.7","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.0.1","archy":"~1.0.0","async-some":"~1.0.2","chownr":"~1.0.1","cmd-shim":"~2.0.1","columnify":"~1.5.2","config-chain":"~1.1.9","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.6","fs-write-stream-atomic":"~1.0.3","fstream":"~1.0.7","fstream-npm":"~1.0.5","glob":"~5.0.14","graceful-fs":"~4.1.2","has-unicode":"~1.0.0","hosted-git-info":"~2.1.4","iferr":"~0.1.5","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.9.1","lockfile":"~1.0.1","lodash.clonedeep":"~3.0.2","lodash.union":"~3.1.0","lodash.uniq":"~3.2.2","lodash.without":"~3.2.1","mkdirp":"~0.5.1","node-gyp":"~2.0.2","nopt":"~3.0.3","normalize-git-url":"~3.0.1","normalize-package-data":"~2.3.2","npm-cache-filename":"~1.0.2","npm-install-checks":"~2.0.0","npm-package-arg":"~4.0.2","npm-registry-client":"~7.0.1","npm-user-validate":"~0.1.2","npmlog":"~1.2.1","once":"~1.3.2","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.1","read":"~1.0.7","read-installed":"~4.0.2","read-package-json":"~2.0.0","read-package-tree":"~5.1.0","realize-package-specifier":"~3.0.1","retry":"~0.6.1","rimraf":"~2.4.3","semver":"~5.0.1","sha":"~1.3.0","slide":"~1.1.6","sorted-object":"~1.0.0","tar":"~2.2.0","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.0.0","unpipe":"~1.0.0","validate-npm-package-name":"~2.2.2","which":"~1.1.1","wrappy":"~1.0.1","write-file-atomic":"~1.1.2"},"devDependencies":{"deep-equal":"~1.0.0","estraverse":"~4.1.0","marked":"~0.3.5","marked-man":"~0.1.5","nock":"~2.10.0","npm-registry-couchapp":"~2.6.11","npm-registry-mock":"~1.0.1","require-inject":"~1.2.0","standard":"~4.5.4","tap":"~1.3.2"},"bundleDependencies":["abbrev","ansicolors","ansistyles","aproba","archy","async-some","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","inflight","inherits","ini","init-package-json","lockfile","lodash.clonedeep","lodash.union","lodash.uniq","lodash.without","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","read-package-tree","realize-package-specifier","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","umask","unique-filename","unpipe","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"shasum":"cb086d3526853808ae33abb19e978444416eb4cf","tarball":"https://registry.npmjs.org/npm/-/npm-3.3.1.tgz","integrity":"sha512-ThsJxiPE3PXjnc+hcjBOJhSUzXTFGjNuDNEk7PIamDtMTvPEipOM80HVLttNmmKXXdnVZuUGboY0cQqS6MWQFQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCHxJjj/uAXPCGOrR/nvqM3Ue8/HLIo3DUiJGb4GrpeWwIgQM0GpjVeV5DxslJ20llyquqRrLZH8oLFTxj/Oi89THE="}]}},"2.14.3":{"name":"npm","version":"2.14.3","dependencies":{"abbrev":"~1.0.7","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","async-some":"~1.0.2","block-stream":"0.0.8","char-spinner":"~1.0.1","chmodr":"~1.0.1","chownr":"~1.0.1","cmd-shim":"~2.0.1","columnify":"~1.5.2","config-chain":"~1.1.9","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.6","fs-write-stream-atomic":"~1.0.3","fstream":"~1.0.7","fstream-npm":"~1.0.5","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~5.0.14","graceful-fs":"~4.1.2","hosted-git-info":"~2.1.4","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.9.1","lockfile":"~1.0.1","lru-cache":"~2.6.5","minimatch":"~2.0.10","mkdirp":"~0.5.1","node-gyp":"~2.0.2","nopt":"~3.0.3","normalize-git-url":"~3.0.1","normalize-package-data":"~2.3.2","npm-cache-filename":"~1.0.2","npm-install-checks":"~1.0.6","npm-package-arg":"~4.0.2","npm-registry-client":"~7.0.1","npm-user-validate":"~0.1.2","npmlog":"~1.2.1","once":"~1.3.2","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.0","read":"~1.0.7","read-installed":"~4.0.2","read-package-json":"~2.0.0","readable-stream":"~1.1.13","realize-package-specifier":"~3.0.1","request":"~2.61.0","retry":"~0.6.1","rimraf":"~2.4.3","semver":"~5.0.1","sha":"~1.3.0","slide":"~1.1.6","sorted-object":"~1.0.0","spdx":"~0.4.1","tar":"~2.2.0","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","validate-npm-package-license":"~3.0.1","validate-npm-package-name":"~2.2.2","which":"~1.1.1","wrappy":"~1.0.1","write-file-atomic":"~1.1.2"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.3","marked-man":"~0.1.5","nock":"~2.10.0","npm-registry-couchapp":"~2.6.7","npm-registry-mock":"~1.0.0","require-inject":"~1.2.0","sprintf-js":"~1.0.2","tap":"~1.4.0"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","chmodr","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","hosted-git-info","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","spdx","tar","text-table","uid-number","umask","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"1f22c96e9ac34d326121f7e8010301d60a37f011","tarball":"https://registry.npmjs.org/npm/-/npm-2.14.3.tgz","integrity":"sha512-FvLgPr/DPdZ/PcC6ou6C1CpDncFjjVWOeK+yPcFOWrb04optuT/XkiYQJ3e+3D/SGX80ZLIEvlYClOdUqRMVPg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICK0S0sbFEfNLs7oPCy7yZSTSqWbm1WuZhXdy+/a7KgtAiBu+vbz/gcRPPncTfyphvg+Iiau66T+DPMwva7HIRRzCw=="}]}},"3.3.2":{"name":"npm","version":"3.3.2","dependencies":{"abbrev":"~1.0.7","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.0.1","archy":"~1.0.0","async-some":"~1.0.2","chownr":"~1.0.1","cmd-shim":"~2.0.1","columnify":"~1.5.2","config-chain":"~1.1.9","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.6","fs-write-stream-atomic":"~1.0.3","fstream":"~1.0.7","fstream-npm":"~1.0.5","glob":"~5.0.14","graceful-fs":"~4.1.2","has-unicode":"~1.0.0","hosted-git-info":"~2.1.4","iferr":"~0.1.5","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.9.1","lockfile":"~1.0.1","lodash.clonedeep":"~3.0.2","lodash.union":"~3.1.0","lodash.uniq":"~3.2.2","lodash.without":"~3.2.1","mkdirp":"~0.5.1","node-gyp":"~2.0.2","nopt":"~3.0.3","normalize-git-url":"~3.0.1","normalize-package-data":"~2.3.2","npm-cache-filename":"~1.0.2","npm-install-checks":"~2.0.0","npm-package-arg":"~4.0.2","npm-registry-client":"~7.0.1","npm-user-validate":"~0.1.2","npmlog":"~1.2.1","once":"~1.3.2","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.1","read":"~1.0.7","read-installed":"~4.0.2","read-package-json":"~2.0.0","read-package-tree":"~5.1.0","realize-package-specifier":"~3.0.1","retry":"~0.6.1","rimraf":"~2.4.3","semver":"~5.0.1","sha":"~1.3.0","slide":"~1.1.6","sorted-object":"~1.0.0","tar":"~2.2.0","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.0.0","unpipe":"~1.0.0","validate-npm-package-name":"~2.2.2","which":"~1.1.1","wrappy":"~1.0.1","write-file-atomic":"~1.1.2"},"devDependencies":{"deep-equal":"~1.0.0","estraverse":"~4.1.0","marked":"~0.3.5","marked-man":"~0.1.5","nock":"~2.10.0","npm-registry-couchapp":"~2.6.11","npm-registry-mock":"~1.0.1","require-inject":"~1.2.0","standard":"~4.5.4","tap":"~1.4.0"},"bundleDependencies":["abbrev","ansicolors","ansistyles","aproba","archy","async-some","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","inflight","inherits","ini","init-package-json","lockfile","lodash.clonedeep","lodash.union","lodash.uniq","lodash.without","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","read-package-tree","realize-package-specifier","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","umask","unique-filename","unpipe","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"shasum":"841a79db3602c3075463fb39e623e4f22b050b39","tarball":"https://registry.npmjs.org/npm/-/npm-3.3.2.tgz","integrity":"sha512-+ybNyfmzwbybh8d60lKXT++QSxG8cjrn2PL9bJrp57YNu5sd/srUYht06B9r83LLcyz+45ATM/s0ZNZCn82RmA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEPuwcQD+AkhqbOeJDYq+UlHBYrUzOJs8MSgVFhRtZUMAiB5ipdAboQ9lxG7aT5vL1a0wAzQbrOxsDXmc3j+qzFgVQ=="}]}},"2.14.4":{"name":"npm","version":"2.14.4","dependencies":{"abbrev":"~1.0.7","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","async-some":"~1.0.2","block-stream":"0.0.8","char-spinner":"~1.0.1","chmodr":"~1.0.1","chownr":"~1.0.1","cmd-shim":"~2.0.1","columnify":"~1.5.2","config-chain":"~1.1.9","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.7","fs-write-stream-atomic":"~1.0.4","fstream":"~1.0.8","fstream-npm":"~1.0.5","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~5.0.14","graceful-fs":"~4.1.2","hosted-git-info":"~2.1.4","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.9.1","lockfile":"~1.0.1","lru-cache":"~2.6.5","minimatch":"~2.0.10","mkdirp":"~0.5.1","node-gyp":"~3.0.1","nopt":"~3.0.4","normalize-git-url":"~3.0.1","normalize-package-data":"~2.3.2","npm-cache-filename":"~1.0.2","npm-install-checks":"~1.0.6","npm-package-arg":"~4.0.2","npm-registry-client":"~7.0.1","npm-user-validate":"~0.1.2","npmlog":"~1.2.1","once":"~1.3.2","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.0","read":"~1.0.7","read-installed":"~4.0.3","read-package-json":"~2.0.1","readable-stream":"~1.1.13","realize-package-specifier":"~3.0.1","request":"~2.61.0","retry":"~0.6.1","rimraf":"~2.4.3","semver":"~5.0.1","sha":"~1.3.0","slide":"~1.1.6","sorted-object":"~1.0.0","spdx":"~0.4.1","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","validate-npm-package-license":"~3.0.1","validate-npm-package-name":"~2.2.2","which":"~1.1.2","wrappy":"~1.0.1","write-file-atomic":"~1.1.3"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.3","marked-man":"~0.1.5","nock":"~2.10.0","npm-registry-couchapp":"~2.6.7","npm-registry-mock":"~1.0.0","require-inject":"~1.2.0","sprintf-js":"~1.0.2","tap":"~1.4.1"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","chmodr","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","hosted-git-info","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","spdx","tar","text-table","uid-number","umask","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"67ccf125a3a6b11899dfe13d4cb9196c55f25dd1","tarball":"https://registry.npmjs.org/npm/-/npm-2.14.4.tgz","integrity":"sha512-blge/7eWhy8SOecxZwdcaFj+I3MzDb8FMWGUMOz7xb9C9SR4FmzeWkG+i5smMIqiH3Bihr5yNiZOL0wS5PWZUA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCYx/tvDyUHKqOomRIMjjI3bMFnfJ3mIhiOO9LiJP5u5QIhANSYCA7GxDU9forNcQTxc9smD/tq6mm0FxqzFq/GN5XD"}]}},"3.3.3":{"name":"npm","version":"3.3.3","dependencies":{"abbrev":"~1.0.7","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.0.1","archy":"~1.0.0","async-some":"~1.0.2","chownr":"~1.0.1","cmd-shim":"~2.0.1","columnify":"~1.5.2","config-chain":"~1.1.9","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.7","fs-write-stream-atomic":"~1.0.4","fstream":"~1.0.8","fstream-npm":"~1.0.5","glob":"~5.0.14","graceful-fs":"~4.1.2","has-unicode":"~1.0.0","hosted-git-info":"~2.1.4","iferr":"~0.1.5","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.9.1","lockfile":"~1.0.1","lodash.clonedeep":"~3.0.2","lodash.union":"~3.1.0","lodash.uniq":"~3.2.2","lodash.without":"~3.2.1","mkdirp":"~0.5.1","node-gyp":"~3.0.1","nopt":"~3.0.4","normalize-git-url":"~3.0.1","normalize-package-data":"~2.3.2","npm-cache-filename":"~1.0.2","npm-install-checks":"~2.0.0","npm-package-arg":"~4.0.2","npm-registry-client":"~7.0.1","npm-user-validate":"~0.1.2","npmlog":"~1.2.1","once":"~1.3.2","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"~2.0.1","read-package-tree":"~5.1.0","realize-package-specifier":"~3.0.1","retry":"~0.7.0","rimraf":"~2.4.3","semver":"~5.0.1","sha":"~1.3.0","slide":"~1.1.6","sorted-object":"~1.0.0","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.0.0","unpipe":"~1.0.0","validate-npm-package-name":"~2.2.2","which":"~1.1.2","wrappy":"~1.0.1","write-file-atomic":"~1.1.3"},"devDependencies":{"deep-equal":"~1.0.1","estraverse":"~4.1.0","marked":"~0.3.5","marked-man":"~0.1.5","nock":"~2.10.0","npm-registry-couchapp":"~2.6.11","npm-registry-mock":"~1.0.1","require-inject":"~1.2.0","standard":"~4.5.4","tap":"~1.4.1"},"bundleDependencies":["abbrev","ansicolors","ansistyles","aproba","archy","async-some","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","inflight","inherits","ini","init-package-json","lockfile","lodash.clonedeep","lodash.union","lodash.uniq","lodash.without","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","realize-package-specifier","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","umask","unique-filename","unpipe","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"shasum":"072da48f51aec2f8c805ecfda8ed7127be9c2d1b","tarball":"https://registry.npmjs.org/npm/-/npm-3.3.3.tgz","integrity":"sha512-rc8r4POSROpUW1fRt/HgAOp7ulZ52ifpPSNWRCHIiCUEfepabIbJWpNeGCt2Nx9/AcIkb9OzrnZ2L5GByWTnbg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDuDjS+7NzlpIlnurKZn/mS64e7E7vhbmWxhueoNeJQ1wIhAK6MD+j8le86zxQDZLApIBJQYIOfYj/u8zuOM35T1eyM"}]}},"2.14.5":{"name":"npm","version":"2.14.5","dependencies":{"abbrev":"~1.0.7","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","async-some":"~1.0.2","block-stream":"0.0.8","char-spinner":"~1.0.1","chmodr":"~1.0.1","chownr":"~1.0.1","cmd-shim":"~2.0.1","columnify":"~1.5.2","config-chain":"~1.1.9","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.7","fs-write-stream-atomic":"~1.0.4","fstream":"~1.0.8","fstream-npm":"~1.0.5","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~5.0.14","graceful-fs":"~4.1.2","hosted-git-info":"~2.1.4","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.9.1","lockfile":"~1.0.1","lru-cache":"~2.7.0","minimatch":"~2.0.10","mkdirp":"~0.5.1","node-gyp":"~3.0.3","nopt":"~3.0.4","normalize-git-url":"~3.0.1","normalize-package-data":"~2.3.4","npm-cache-filename":"~1.0.2","npm-install-checks":"~1.0.6","npm-package-arg":"~4.0.2","npm-registry-client":"~7.0.7","npm-user-validate":"~0.1.2","npmlog":"~1.2.1","once":"~1.3.2","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.0","read":"~1.0.7","read-installed":"~4.0.3","read-package-json":"~2.0.1","readable-stream":"~1.1.13","realize-package-specifier":"~3.0.1","request":"~2.62.0","retry":"~0.8.0","rimraf":"~2.4.3","semver":"~5.0.3","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~1.0.0","spdx":"~0.4.1","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","validate-npm-package-license":"~3.0.1","validate-npm-package-name":"~2.2.2","which":"~1.1.2","wrappy":"~1.0.1","write-file-atomic":"~1.1.3"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.3","marked-man":"~0.1.5","nock":"~2.12.0","npm-registry-couchapp":"~2.6.7","npm-registry-mock":"~1.0.0","require-inject":"~1.2.0","sprintf-js":"~1.0.2","tap":"~1.4.1"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","chmodr","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","hosted-git-info","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","spdx","tar","text-table","uid-number","umask","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"9f5839f8372f6026d52ba7b6055ddad3febb540a","tarball":"https://registry.npmjs.org/npm/-/npm-2.14.5.tgz","integrity":"sha512-Eb0C+ir8KZ6XjPhZUiAmpLK2GUHcFHImnfTzZHD+VG+ozsyDoJMqTMtlaa284eJT8+H2JlPOIF5PdhZA3O5XSA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDaVKOW8Nosfo2O3otOvNqQpS7qF8dNxidrPqvvAMoJEAiBUFxdCRSiAaHGoFS3jyze75sNS/nHL7wlezTsCFkQnYw=="}]}},"3.3.4":{"name":"npm","version":"3.3.4","dependencies":{"abbrev":"~1.0.7","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.0.1","archy":"~1.0.0","async-some":"~1.0.2","chownr":"~1.0.1","cmd-shim":"~2.0.1","columnify":"~1.5.2","config-chain":"~1.1.9","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.7","fs-write-stream-atomic":"~1.0.4","fstream":"~1.0.8","fstream-npm":"~1.0.5","glob":"~5.0.14","graceful-fs":"~4.1.2","has-unicode":"~1.0.0","hosted-git-info":"~2.1.4","iferr":"~0.1.5","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.9.1","lockfile":"~1.0.1","lodash.clonedeep":"~3.0.2","lodash.union":"~3.1.0","lodash.uniq":"~3.2.2","lodash.without":"~3.2.1","mkdirp":"~0.5.1","node-gyp":"~3.0.3","nopt":"~3.0.4","normalize-git-url":"~3.0.1","normalize-package-data":"~2.3.4","npm-cache-filename":"~1.0.2","npm-install-checks":"~2.0.0","npm-package-arg":"~4.0.2","npm-registry-client":"~7.0.7","npm-user-validate":"~0.1.2","npmlog":"~1.2.1","once":"~1.3.2","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"~2.0.1","read-package-tree":"~5.1.0","realize-package-specifier":"~3.0.1","retry":"~0.8.0","rimraf":"~2.4.3","semver":"~5.0.3","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~1.0.0","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.0.0","unpipe":"~1.0.0","validate-npm-package-name":"~2.2.2","which":"~1.1.2","wrappy":"~1.0.1","write-file-atomic":"~1.1.3"},"devDependencies":{"deep-equal":"~1.0.1","estraverse":"~4.1.0","marked":"~0.3.5","marked-man":"~0.1.5","nock":"~2.11.0","npm-registry-couchapp":"~2.6.11","npm-registry-mock":"~1.0.1","require-inject":"~1.2.1","standard":"~4.5.4","tap":"~1.4.1"},"bundleDependencies":["abbrev","ansicolors","ansistyles","aproba","archy","async-some","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","inflight","inherits","ini","init-package-json","lockfile","lodash.clonedeep","lodash.union","lodash.uniq","lodash.without","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","realize-package-specifier","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","umask","unique-filename","unpipe","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"shasum":"ae9d4cc7977893afe5362d80acdbbd0768b62c62","tarball":"https://registry.npmjs.org/npm/-/npm-3.3.4.tgz","integrity":"sha512-jl4012UoXQHcjUxMKs0uDuiwDiyrwdH4iOFdm/7RvZuXqBPVji3rr8EP3jPKzrxnxlLNyql6G68B3GdU9TDGxQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC0aHnvgPN7zjcRcTKMqpBx6S7fYnLqYuYZy5hsXrbb7gIgD3CaOr5Uc+gxxjGHJLBmz0YLGBST44rnZ8q6f1zoNLk="}]}},"2.14.6":{"name":"npm","version":"2.14.6","dependencies":{"abbrev":"~1.0.7","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","async-some":"~1.0.2","block-stream":"0.0.8","char-spinner":"~1.0.1","chmodr":"~1.0.1","chownr":"~1.0.1","cmd-shim":"~2.0.1","columnify":"~1.5.2","config-chain":"~1.1.9","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.7","fs-write-stream-atomic":"~1.0.4","fstream":"~1.0.8","fstream-npm":"~1.0.5","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~5.0.14","graceful-fs":"~4.1.2","hosted-git-info":"~2.1.4","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.9.1","lockfile":"~1.0.1","lru-cache":"~2.7.0","minimatch":"~2.0.10","mkdirp":"~0.5.1","node-gyp":"~3.0.3","nopt":"~3.0.4","normalize-git-url":"~3.0.1","normalize-package-data":"~2.3.4","npm-cache-filename":"~1.0.2","npm-install-checks":"~1.0.6","npm-package-arg":"~4.0.2","npm-registry-client":"~7.0.7","npm-user-validate":"~0.1.2","npmlog":"~1.2.1","once":"~1.3.2","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.0","read":"~1.0.7","read-installed":"~4.0.3","read-package-json":"~2.0.1","readable-stream":"~1.1.13","realize-package-specifier":"~3.0.1","request":"~2.63.0","retry":"~0.8.0","rimraf":"~2.4.3","semver":"~5.0.3","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~1.0.0","spdx":"~0.4.1","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","validate-npm-package-license":"~3.0.1","validate-npm-package-name":"~2.2.2","which":"~1.1.2","wrappy":"~1.0.1","write-file-atomic":"~1.1.3"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.3","marked-man":"~0.1.5","nock":"~2.12.0","npm-registry-couchapp":"~2.6.7","npm-registry-mock":"~1.0.0","require-inject":"~1.2.0","sprintf-js":"~1.0.2","tap":"~1.4.1"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","chmodr","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","hosted-git-info","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","spdx","tar","text-table","uid-number","umask","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"9d065013ba1dc48c5265ee832bdba4a00cc13a62","tarball":"https://registry.npmjs.org/npm/-/npm-2.14.6.tgz","integrity":"sha512-JN0mPM48jSE4djT9bRjivy1dxMV/pvFNhjaF4SB2mFoo4fMEZOEyLe3VsjqdCn4bGBoo68iMzPfp8IEs1jZL0Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICLUb71DR/bg2IgcWJvTGfNEKTLhu5+jpoqGsT25Ll+tAiBOTkJJkGwFCG6tkG+PurTn3nSYzRDRrVjYBTRmhojfNA=="}]}},"3.3.5":{"name":"npm","version":"3.3.5","dependencies":{"abbrev":"~1.0.7","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.0.1","archy":"~1.0.0","async-some":"~1.0.2","chownr":"~1.0.1","cmd-shim":"~2.0.1","columnify":"~1.5.2","config-chain":"~1.1.9","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.7","fs-write-stream-atomic":"~1.0.4","fstream":"~1.0.8","fstream-npm":"~1.0.5","glob":"~5.0.14","graceful-fs":"~4.1.2","has-unicode":"~1.0.0","hosted-git-info":"~2.1.4","iferr":"~0.1.5","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.9.1","lockfile":"~1.0.1","lodash.clonedeep":"~3.0.2","lodash.union":"~3.1.0","lodash.uniq":"~3.2.2","lodash.without":"~3.2.1","mkdirp":"~0.5.1","node-gyp":"~3.0.3","nopt":"~3.0.4","normalize-git-url":"~3.0.1","normalize-package-data":"~2.3.4","npm-cache-filename":"~1.0.2","npm-install-checks":"~2.0.1","npm-package-arg":"~4.0.2","npm-registry-client":"~7.0.7","npm-user-validate":"~0.1.2","npmlog":"~1.2.1","once":"~1.3.2","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"~2.0.1","read-package-tree":"~5.1.2","realize-package-specifier":"~3.0.1","retry":"~0.8.0","rimraf":"~2.4.3","semver":"~5.0.3","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~1.0.0","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.0.0","unpipe":"~1.0.0","validate-npm-package-name":"~2.2.2","which":"~1.1.2","wrappy":"~1.0.1","write-file-atomic":"~1.1.3"},"devDependencies":{"deep-equal":"~1.0.1","estraverse":"~4.1.0","marked":"~0.3.5","marked-man":"~0.1.5","nock":"~2.12.0","npm-registry-couchapp":"~2.6.11","npm-registry-mock":"~1.0.1","require-inject":"~1.2.1","standard":"~4.5.4","tap":"~1.4.1"},"bundleDependencies":["abbrev","ansicolors","ansistyles","aproba","archy","async-some","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","inflight","inherits","ini","init-package-json","lockfile","lodash.clonedeep","lodash.union","lodash.uniq","lodash.without","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","realize-package-specifier","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","umask","unique-filename","unpipe","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"shasum":"2b8f34b88ea8109e6ba434afe764c7631735e18e","tarball":"https://registry.npmjs.org/npm/-/npm-3.3.5.tgz","integrity":"sha512-nCyWjuY343RKSVFbM+V3xZEv0sFoMydkxTF1+8aJLToLLtTyld4KTcjZkW05uwPC15gh2PzgQwGPn+5JAcdcFw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBFl31zxs1Mx1hvasV1PIqE7pWdVshupTgi0PKT0sGLCAiEAx/kBrFj9uVHBdKvkEB53kY+JrhwuH+sX/wqtX0JhqbA="}]}},"3.3.6":{"name":"npm","version":"3.3.6","dependencies":{"abbrev":"~1.0.7","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.0.1","archy":"~1.0.0","async-some":"~1.0.2","chownr":"~1.0.1","cmd-shim":"~2.0.1","columnify":"~1.5.2","config-chain":"~1.1.9","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.7","fs-write-stream-atomic":"~1.0.4","fstream":"~1.0.8","fstream-npm":"~1.0.5","glob":"~5.0.15","graceful-fs":"~4.1.2","has-unicode":"~1.0.0","hosted-git-info":"~2.1.4","iferr":"~0.1.5","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.9.1","lockfile":"~1.0.1","lodash.clonedeep":"~3.0.2","lodash.union":"~3.1.0","lodash.uniq":"~3.2.2","lodash.without":"~3.2.1","mkdirp":"~0.5.1","node-gyp":"~3.0.3","nopt":"~3.0.4","normalize-git-url":"~3.0.1","normalize-package-data":"~2.3.4","npm-cache-filename":"~1.0.2","npm-install-checks":"~2.0.1","npm-package-arg":"~4.0.2","npm-registry-client":"~7.0.7","npm-user-validate":"~0.1.2","npmlog":"~1.2.1","once":"~1.3.2","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"~2.0.1","read-package-tree":"~5.1.2","realize-package-specifier":"~3.0.1","retry":"~0.8.0","rimraf":"~2.4.3","semver":"~5.0.3","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~1.0.0","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.0.0","unpipe":"~1.0.0","validate-npm-package-name":"~2.2.2","which":"~1.1.2","wrappy":"~1.0.1","write-file-atomic":"~1.1.3"},"devDependencies":{"deep-equal":"~1.0.1","estraverse":"~4.1.0","marked":"~0.3.5","marked-man":"~0.1.5","nock":"~2.13.0","npm-registry-couchapp":"~2.6.11","npm-registry-mock":"~1.0.1","require-inject":"~1.2.1","standard":"~4.5.4","tap":"~2.0.0"},"bundleDependencies":["abbrev","ansicolors","ansistyles","aproba","archy","async-some","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","inflight","inherits","ini","init-package-json","lockfile","lodash.clonedeep","lodash.union","lodash.uniq","lodash.without","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","realize-package-specifier","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","umask","unique-filename","unpipe","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"shasum":"b9956b29d5f33100a49b05c640904b0938af49e3","tarball":"https://registry.npmjs.org/npm/-/npm-3.3.6.tgz","integrity":"sha512-ccAcqATdLP+qYSjotyfMLeeCmuQvmofC3cqRdc7mNUho1laN2oXaRtX9eodRNgcvoIsTSkEwfh6dCha3da4JQw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHL0ETofE8MWpWCmNEUeYM2FEljLeyuDlDaALUrH2c38AiB8H+mBlob1AT5OWy0DiAnAoENtQxGewmpSH3OsgRuVjQ=="}]}},"2.14.7":{"name":"npm","version":"2.14.7","dependencies":{"abbrev":"~1.0.7","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","async-some":"~1.0.2","block-stream":"0.0.8","char-spinner":"~1.0.1","chmodr":"~1.0.1","chownr":"~1.0.1","cmd-shim":"~2.0.1","columnify":"~1.5.2","config-chain":"~1.1.9","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.7","fs-write-stream-atomic":"~1.0.4","fstream":"~1.0.8","fstream-npm":"~1.0.5","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~5.0.15","graceful-fs":"~4.1.2","hosted-git-info":"~2.1.4","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.9.1","lockfile":"~1.0.1","lru-cache":"~2.7.0","minimatch":"~2.0.10","mkdirp":"~0.5.1","node-gyp":"~3.0.3","nopt":"~3.0.4","normalize-git-url":"~3.0.1","normalize-package-data":"~2.3.4","npm-cache-filename":"~1.0.2","npm-install-checks":"~1.0.6","npm-package-arg":"~4.0.2","npm-registry-client":"~7.0.7","npm-user-validate":"~0.1.2","npmlog":"~1.2.1","once":"~1.3.2","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.0","read":"~1.0.7","read-installed":"~4.0.3","read-package-json":"~2.0.1","readable-stream":"~1.1.13","realize-package-specifier":"~3.0.1","request":"~2.64.0","retry":"~0.8.0","rimraf":"~2.4.3","semver":"~5.0.3","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~1.0.0","spdx":"~0.4.1","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","validate-npm-package-license":"~3.0.1","validate-npm-package-name":"~2.2.2","which":"~1.1.2","wrappy":"~1.0.1","write-file-atomic":"~1.1.3"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.3","marked-man":"~0.1.5","nock":"~2.13.0","npm-registry-couchapp":"~2.6.7","npm-registry-mock":"~1.0.0","require-inject":"~1.2.0","sprintf-js":"~1.0.2","tap":"~1.4.1"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","chmodr","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","hosted-git-info","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","spdx","tar","text-table","uid-number","umask","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"31e5a7e945fa4a08d47249e1434c291390258e3f","tarball":"https://registry.npmjs.org/npm/-/npm-2.14.7.tgz","integrity":"sha512-nN3e9fa44p/awgj30PDTkMxOxPjWgo6W65h2UkH9udosHhGHT8DsHP6IuNkXX/E05Y/Fc/GJmyfi7dl2giBkSg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHdwMFNTtyrPI6O35YMyl4PuNG52jAwllNO02++lvpxoAiAo/wUqcL9CXMhvKl4TXuiF68j48YCnPtEE9PnNXXw+eQ=="}]}},"2.14.8":{"name":"npm","version":"2.14.8","dependencies":{"abbrev":"~1.0.7","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","async-some":"~1.0.2","block-stream":"0.0.8","char-spinner":"~1.0.1","chmodr":"~1.0.1","chownr":"~1.0.1","cmd-shim":"~2.0.1","columnify":"~1.5.2","config-chain":"~1.1.9","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.7","fs-write-stream-atomic":"~1.0.4","fstream":"~1.0.8","fstream-npm":"~1.0.5","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~5.0.15","graceful-fs":"~4.1.2","hosted-git-info":"~2.1.4","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.9.1","lockfile":"~1.0.1","lru-cache":"~2.7.0","minimatch":"~2.0.10","mkdirp":"~0.5.1","node-gyp":"~3.0.3","nopt":"~3.0.4","normalize-git-url":"~3.0.1","normalize-package-data":"~2.3.4","npm-cache-filename":"~1.0.2","npm-install-checks":"~1.0.6","npm-package-arg":"~4.0.2","npm-registry-client":"~7.0.7","npm-user-validate":"~0.1.2","npmlog":"~1.2.1","once":"~1.3.2","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.0","read":"~1.0.7","read-installed":"~4.0.3","read-package-json":"~2.0.1","readable-stream":"~1.1.13","realize-package-specifier":"~3.0.1","request":"~2.64.0","retry":"~0.8.0","rimraf":"~2.4.3","semver":"~5.0.3","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~1.0.0","spdx":"~0.4.1","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","validate-npm-package-license":"~3.0.1","validate-npm-package-name":"~2.2.2","which":"~1.1.2","wrappy":"~1.0.1","write-file-atomic":"~1.1.3"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.3","marked-man":"~0.1.5","nock":"~2.13.0","npm-registry-couchapp":"~2.6.7","npm-registry-mock":"~1.0.0","require-inject":"~1.2.0","sprintf-js":"~1.0.2","tap":"~1.4.1"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","chmodr","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","hosted-git-info","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","spdx","tar","text-table","uid-number","umask","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"623844c8fcfb51470e23f7fe09aed2d1fd38cf9d","tarball":"https://registry.npmjs.org/npm/-/npm-2.14.8.tgz","integrity":"sha512-Hd+paCNHiaNriTbQmau3b6kAvPtcM2cts3t0pVO4uARjSeZF6FY5ktOW6QljxH96B021OaRRQj7dmR+E189MYg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICyVHaIX07cKSUB9DUPS+eCdYYqEeHzE8c1XKgwnKL0rAiBEaoDvOpsrm2Ti85mBrlcBx77mRF/0yCmj0ojltnRaUg=="}]}},"3.3.7":{"name":"npm","version":"3.3.7","dependencies":{"abbrev":"~1.0.7","add-to-path":"~1.1.2","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.0.1","archy":"~1.0.0","async-some":"~1.0.2","chownr":"~1.0.1","cmd-shim":"~2.0.1","columnify":"~1.5.2","config-chain":"~1.1.9","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.7","fs-write-stream-atomic":"~1.0.4","fstream":"~1.0.8","fstream-npm":"~1.0.5","glob":"~5.0.15","graceful-fs":"~4.1.2","has-unicode":"~1.0.0","hosted-git-info":"~2.1.4","iferr":"~0.1.5","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.9.1","lockfile":"~1.0.1","lodash.clonedeep":"~3.0.2","lodash.union":"~3.1.0","lodash.uniq":"~3.2.2","lodash.without":"~3.2.1","mkdirp":"~0.5.1","node-gyp":"~3.0.3","nopt":"~3.0.4","normalize-git-url":"~3.0.1","normalize-package-data":"~2.3.4","npm-cache-filename":"~1.0.2","npm-install-checks":"~2.0.1","npm-package-arg":"~4.0.2","npm-registry-client":"~7.0.7","npm-user-validate":"~0.1.2","npmlog":"~1.2.1","once":"~1.3.2","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"~2.0.1","read-package-tree":"~5.1.2","realize-package-specifier":"~3.0.1","retry":"~0.8.0","rimraf":"~2.4.3","semver":"~5.0.3","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~1.0.0","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.0.0","unpipe":"~1.0.0","validate-npm-package-name":"~2.2.2","which":"~1.1.2","wrappy":"~1.0.1","write-file-atomic":"~1.1.3"},"devDependencies":{"deep-equal":"~1.0.1","estraverse":"~4.1.0","marked":"~0.3.5","marked-man":"~0.1.5","nock":"~2.13.0","npm-registry-couchapp":"~2.6.11","npm-registry-mock":"~1.0.1","require-inject":"~1.2.1","standard":"~4.5.4","tap":"~2.0.0"},"bundleDependencies":["abbrev","add-to-path","ansicolors","ansistyles","aproba","archy","async-some","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","inflight","inherits","ini","init-package-json","lockfile","lodash.clonedeep","lodash.union","lodash.uniq","lodash.without","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","realize-package-specifier","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","umask","unique-filename","unpipe","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"shasum":"04a4b7973ccbcb0c00d9420ed0a5b5fbaef97e3d","tarball":"https://registry.npmjs.org/npm/-/npm-3.3.7.tgz","integrity":"sha512-lxaYxg743MNvL3N+K3t73nwnymGdp1f6wqdt3HJcc70+FqnkEYEf4Pq4p+zvPqPhNacPKVvsOl30S3xUR7micQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD/ZEgStowysPGdNAXbG4Eb16/5T9o//l/3fCcc2aJ3ygIhALVa2vAmIcAX2TJ1QS2899/Ei3CT07+LJXknHh8mTpSf"}]}},"3.3.8":{"name":"npm","version":"3.3.8","dependencies":{"abbrev":"~1.0.7","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.0.1","archy":"~1.0.0","async-some":"~1.0.2","chownr":"~1.0.1","cmd-shim":"~2.0.1","columnify":"~1.5.2","config-chain":"~1.1.9","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.7","fs-write-stream-atomic":"~1.0.4","fstream":"~1.0.8","fstream-npm":"~1.0.5","glob":"~5.0.15","graceful-fs":"~4.1.2","has-unicode":"~1.0.0","hosted-git-info":"~2.1.4","iferr":"~0.1.5","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.9.1","lockfile":"~1.0.1","lodash.clonedeep":"~3.0.2","lodash.union":"~3.1.0","lodash.uniq":"~3.2.2","lodash.without":"~3.2.1","mkdirp":"~0.5.1","node-gyp":"~3.0.3","nopt":"~3.0.4","normalize-git-url":"~3.0.1","normalize-package-data":"~2.3.4","npm-cache-filename":"~1.0.2","npm-install-checks":"~2.0.1","npm-package-arg":"~4.0.2","npm-registry-client":"~7.0.7","npm-user-validate":"~0.1.2","npmlog":"~1.2.1","once":"~1.3.2","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"~2.0.1","read-package-tree":"~5.1.2","realize-package-specifier":"~3.0.1","retry":"~0.8.0","rimraf":"~2.4.3","semver":"~5.0.3","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~1.0.0","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.0.0","unpipe":"~1.0.0","validate-npm-package-name":"~2.2.2","which":"~1.1.2","wrappy":"~1.0.1","write-file-atomic":"~1.1.3"},"devDependencies":{"deep-equal":"~1.0.1","estraverse":"~4.1.0","marked":"~0.3.5","marked-man":"~0.1.5","nock":"~2.13.0","npm-registry-couchapp":"~2.6.11","npm-registry-mock":"~1.0.1","require-inject":"~1.2.1","standard":"~4.5.4","tap":"~2.0.0"},"bundleDependencies":["abbrev","ansicolors","ansistyles","aproba","archy","async-some","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","inflight","inherits","ini","init-package-json","lockfile","lodash.clonedeep","lodash.union","lodash.uniq","lodash.without","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","realize-package-specifier","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","umask","unique-filename","unpipe","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"shasum":"7bbcc33b2921b7abe677bb1966773158cf47ea9e","tarball":"https://registry.npmjs.org/npm/-/npm-3.3.8.tgz","integrity":"sha512-GJP6Jt6QrbpUNoYa6x/VITbcBS+FuooB3YcjyrL1f7z+IvrVzw2GgJ8kSp5F6HuAaBCRWSKJ5zzn0tHw1+PY9Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIF1utq3YpbbKvKqYQit4E1A4rRX3utj5kaVrex2jto7UAiEAvXJ8gpOWUURishX7MxQAv0kiwAyb6TkQOCd9wOws6sM="}]}},"3.3.9":{"name":"npm","version":"3.3.9","dependencies":{"abbrev":"~1.0.7","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.0.1","archy":"~1.0.0","async-some":"~1.0.2","chownr":"~1.0.1","cmd-shim":"~2.0.1","columnify":"~1.5.2","config-chain":"~1.1.9","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.7","fs-write-stream-atomic":"~1.0.4","fstream":"~1.0.8","fstream-npm":"~1.0.5","glob":"~5.0.15","graceful-fs":"~4.1.2","has-unicode":"~1.0.1","hosted-git-info":"~2.1.4","iferr":"~0.1.5","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.9.1","lockfile":"~1.0.1","lodash.clonedeep":"~3.0.2","lodash.union":"~3.1.0","lodash.uniq":"~3.2.2","lodash.without":"~3.2.1","mkdirp":"~0.5.1","node-gyp":"~3.0.3","nopt":"~3.0.4","normalize-git-url":"~3.0.1","normalize-package-data":"~2.3.4","npm-cache-filename":"~1.0.2","npm-install-checks":"~2.0.1","npm-package-arg":"~4.0.2","npm-registry-client":"~7.0.7","npm-user-validate":"~0.1.2","npmlog":"~1.2.1","once":"~1.3.2","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"~2.0.1","read-package-tree":"~5.1.2","realize-package-specifier":"~3.0.1","retry":"~0.8.0","rimraf":"~2.4.3","semver":"~5.0.3","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~1.0.0","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.0.0","unpipe":"~1.0.0","validate-npm-package-name":"~2.2.2","which":"~1.2.0","wrappy":"~1.0.1","write-file-atomic":"~1.1.3","ansi-regex":"*","debuglog":"*","lodash._baseindexof":"*","lodash._baseuniq":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.isarguments":"*","lodash.isarray":"*","lodash.keys":"*","lodash.restparam":"*","readdir-scoped-modules":"*","request":"*","strip-ansi":"*","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.5","marked-man":"~0.1.5","nock":"~2.15.0","npm-registry-couchapp":"~2.6.11","npm-registry-mock":"~1.0.1","readable-stream":"~2.0.2","require-inject":"~1.2.1","sprintf-js":"~1.0.3","standard":"~4.5.4","tap":"~2.1.1"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","async-some","chownr","cmd-shim","columnify","config-chain","debuglog","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","inflight","inherits","ini","init-package-json","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.isarguments","lodash.isarray","lodash.keys","lodash.restparam","lodash.union","lodash.uniq","lodash.without","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readdir-scoped-modules","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"shasum":"1e7ec3a3bbbf3e0a02e98f5b5f9fb91d2fdd7bb0","tarball":"https://registry.npmjs.org/npm/-/npm-3.3.9.tgz","integrity":"sha512-FBU8BDchOxjkHb1/Z+RQ4TvQlS8WqDhRaf5aNpMmHrmKFAVbtg+mSEEw24DuVPrB2U2arauXqaq5R+pZNwf9pg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEXZv/aJMNSRLuHx96X/xTGSZLwRmVyhDwDP0eMWcDz1AiEAuunqyrJLq+jh+C/9FdcpwnSVsF8ef6ThM0mlTbOH00A="}]}},"3.3.10":{"name":"npm","version":"3.3.10","dependencies":{"abbrev":"~1.0.7","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.0.1","archy":"~1.0.0","async-some":"~1.0.2","chownr":"~1.0.1","cmd-shim":"~2.0.1","columnify":"~1.5.2","config-chain":"~1.1.9","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.7","fs-write-stream-atomic":"~1.0.4","fstream":"~1.0.8","fstream-npm":"~1.0.5","glob":"~5.0.15","graceful-fs":"~4.1.2","has-unicode":"~1.0.1","hosted-git-info":"~2.1.4","iferr":"~0.1.5","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.9.1","lockfile":"~1.0.1","lodash.clonedeep":"~3.0.2","lodash.union":"~3.1.0","lodash.uniq":"~3.2.2","lodash.without":"~3.2.1","mkdirp":"~0.5.1","node-gyp":"~3.0.3","nopt":"~3.0.4","normalize-git-url":"~3.0.1","normalize-package-data":"~2.3.4","npm-cache-filename":"~1.0.2","npm-install-checks":"~2.0.1","npm-package-arg":"~4.0.2","npm-registry-client":"~7.0.7","npm-user-validate":"~0.1.2","npmlog":"~1.2.1","once":"~1.3.2","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"~2.0.1","read-package-tree":"~5.1.2","realize-package-specifier":"~3.0.1","retry":"~0.8.0","rimraf":"~2.4.3","semver":"~5.0.3","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~1.0.0","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.0.0","unpipe":"~1.0.0","validate-npm-package-name":"~2.2.2","which":"~1.2.0","wrappy":"~1.0.1","write-file-atomic":"~1.1.3","ansi-regex":"*","debuglog":"*","lodash._baseindexof":"*","lodash._baseuniq":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.isarguments":"*","lodash.isarray":"*","lodash.keys":"*","lodash.restparam":"*","readdir-scoped-modules":"*","request":"*","strip-ansi":"*","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.5","marked-man":"~0.1.5","nock":"~2.15.0","npm-registry-couchapp":"~2.6.11","npm-registry-mock":"~1.0.1","readable-stream":"~2.0.2","require-inject":"~1.2.1","sprintf-js":"~1.0.3","standard":"~5.3.1","tap":"~2.1.1"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","async-some","chownr","cmd-shim","columnify","config-chain","debuglog","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","inflight","inherits","ini","init-package-json","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.isarguments","lodash.isarray","lodash.keys","lodash.restparam","lodash.union","lodash.uniq","lodash.without","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readdir-scoped-modules","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"shasum":"7a578a01fe2ab3204e05a9a02dd1952dfd83b979","tarball":"https://registry.npmjs.org/npm/-/npm-3.3.10.tgz","integrity":"sha512-95O4S1pQoHHoT1bJoP9XtJoCq6Udui8Lutua97DRCQqjwJY3CA68+sPXMNFy67OIN6bnRLwYlHNyj/eXd/HBrw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDKjBTQcg7owZ2lem6xdfXd0iJ7lIUYYmFTrYbvthvurQIhAIkdI/fFAUY3sV7BjMPbemiyX4ARkvYXzxa9lZuEc5pJ"}]}},"2.14.9":{"name":"npm","version":"2.14.9","dependencies":{"abbrev":"~1.0.7","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","async-some":"~1.0.2","block-stream":"0.0.8","char-spinner":"~1.0.1","chmodr":"~1.0.2","chownr":"~1.0.1","cmd-shim":"~2.0.1","columnify":"~1.5.2","config-chain":"~1.1.9","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.7","fs-write-stream-atomic":"~1.0.4","fstream":"~1.0.8","fstream-npm":"~1.0.5","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~5.0.15","graceful-fs":"~4.1.2","hosted-git-info":"~2.1.4","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.9.1","lockfile":"~1.0.1","lru-cache":"~2.7.0","minimatch":"~3.0.0","mkdirp":"~0.5.1","node-gyp":"~3.0.3","nopt":"~3.0.4","normalize-git-url":"~3.0.1","normalize-package-data":"~2.3.4","npm-cache-filename":"~1.0.2","npm-install-checks":"~1.0.6","npm-package-arg":"~4.0.2","npm-registry-client":"~7.0.7","npm-user-validate":"~0.1.2","npmlog":"~1.2.1","once":"~1.3.2","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.0","read":"~1.0.7","read-installed":"~4.0.3","read-package-json":"~2.0.1","readable-stream":"~1.1.13","realize-package-specifier":"~3.0.1","request":"~2.65.0","retry":"~0.8.0","rimraf":"~2.4.3","semver":"~5.0.3","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~1.0.0","spdx":"~0.4.1","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","validate-npm-package-license":"~3.0.1","validate-npm-package-name":"~2.2.2","which":"~1.2.0","wrappy":"~1.0.1","write-file-atomic":"~1.1.3"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.3","marked-man":"~0.1.5","nock":"~2.16.0","npm-registry-couchapp":"~2.6.7","npm-registry-mock":"~1.0.0","require-inject":"~1.2.0","sprintf-js":"~1.0.2","tap":"~2.2.0"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","chmodr","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","hosted-git-info","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","spdx","tar","text-table","uid-number","umask","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"1d5788afb1b3b035a2d00aae10b81cef27a59a49","tarball":"https://registry.npmjs.org/npm/-/npm-2.14.9.tgz","integrity":"sha512-w9jj2XTLndB+ozM/o7hk4PNWZT45HbBZXWvER2zplgJcmgKO+OIo3Y4CWXKigivk9+VKgtRD6O+sT3qdZ/LfLg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCdLR3R5ZeDYzpc0+am/kAyShVVVqpCYLYi9Bc0BOquVgIgW3c/pouxQCLBVCIiP9/oF47ZcUTt9Ghlk+mpNATbbUs="}]}},"3.3.11":{"name":"npm","version":"3.3.11","dependencies":{"abbrev":"~1.0.7","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.0.1","archy":"~1.0.0","async-some":"~1.0.2","chownr":"~1.0.1","cmd-shim":"~2.0.1","columnify":"~1.5.2","config-chain":"~1.1.9","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.7","fs-write-stream-atomic":"~1.0.4","fstream":"~1.0.8","fstream-npm":"~1.0.5","glob":"~5.0.15","graceful-fs":"~4.1.2","has-unicode":"~1.0.1","hosted-git-info":"~2.1.4","iferr":"~0.1.5","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.9.1","lockfile":"~1.0.1","lodash.clonedeep":"~3.0.2","lodash.union":"~3.1.0","lodash.uniq":"~3.2.2","lodash.without":"~3.2.1","mkdirp":"~0.5.1","node-gyp":"~3.0.3","nopt":"~3.0.4","normalize-git-url":"~3.0.1","normalize-package-data":"~2.3.4","npm-cache-filename":"~1.0.2","npm-install-checks":"~2.0.1","npm-package-arg":"~4.0.2","npm-registry-client":"~7.0.7","npm-user-validate":"~0.1.2","npmlog":"~1.2.1","once":"~1.3.2","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"~2.0.1","read-package-tree":"~5.1.2","realize-package-specifier":"~3.0.1","retry":"~0.8.0","rimraf":"~2.4.3","semver":"~5.0.3","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~1.0.0","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.0.0","unpipe":"~1.0.0","validate-npm-package-name":"~2.2.2","which":"~1.2.0","wrappy":"~1.0.1","write-file-atomic":"~1.1.3","ansi-regex":"*","debuglog":"*","lodash._baseindexof":"*","lodash._baseuniq":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.isarguments":"*","lodash.isarray":"*","lodash.keys":"*","lodash.restparam":"*","readdir-scoped-modules":"*","request":"*","strip-ansi":"*","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.5","marked-man":"~0.1.5","nock":"~2.17.0","npm-registry-couchapp":"~2.6.11","npm-registry-mock":"~1.0.1","readable-stream":"~2.0.2","require-inject":"~1.2.1","sprintf-js":"~1.0.3","standard":"~5.3.1","tap":"~2.2.0"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","async-some","chownr","cmd-shim","columnify","config-chain","debuglog","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","inflight","inherits","ini","init-package-json","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.isarguments","lodash.isarray","lodash.keys","lodash.restparam","lodash.union","lodash.uniq","lodash.without","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readdir-scoped-modules","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"shasum":"9d794b108768006143b6a0a38cc525119b1b7c39","tarball":"https://registry.npmjs.org/npm/-/npm-3.3.11.tgz","integrity":"sha512-H0jy9GI2v/JWeFrhRJAuC3neOuH5rgZpMrNTo0hNNpQyAAoAFN2oZp5f/Z8WRt3GosjiO0vyz003eEWcoS/fSA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDcKPG2D2hthCnn22PgwE23yE7iqAmO3cSJiKlIpHXX5QIgDjbazzcjwSx34rCgDrR7CEmTEl4x38zAL2CYFocYUzo="}]}},"1.4.29":{"name":"npm","version":"1.4.29","dependencies":{"abbrev":"~1.0.5","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"0","block-stream":"0.0.7","char-spinner":"~1.0.1","child-process-close":"~0.1.1","chmodr":"~0.1.0","chownr":"0","cmd-shim":"2.0.0","columnify":"~1.2.1","editor":"~0.1.0","fstream":"~1.0.2","fstream-npm":"~1.0.0","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.0","glob":"~4.0.5","graceful-fs":"~3.0.0","inflight":"~1.0.1","ini":"~1.2.0","init-package-json":"~1.0.0","lockfile":"~1.0.0","lru-cache":"~2.5.0","minimatch":"~1.0.0","mkdirp":"~0.5.0","node-gyp":"~1.0.1","nopt":"~3.0.1","npm-cache-filename":"~1.0.1","npm-install-checks":"~1.0.2","npm-registry-client":"~2.0.7","npm-user-validate":"~0.1.0","npmconf":"~1.1.8","npmlog":"~0.1.1","once":"~1.3.0","opener":"~1.3.0","osenv":"~0.1.0","path-is-inside":"~1.0.0","read":"~1.0.4","read-installed":"~2.0.5","read-package-json":"~1.2.7","request":"~2.42.0","retry":"~0.6.0","rimraf":"~2.2.8","semver":"~2.3.0","sha":"~1.2.1","slide":"~1.1.6","sorted-object":"~1.0.0","tar":"~1.0.1","text-table":"~0.2.0","uid-number":"0.0.5","which":"1","inherits":"*"},"devDependencies":{"marked":"~0.3.2","npm-registry-couchapp":"~2.3.6","npm-registry-mock":"~0.6.3","ronn":"~0.3.6","tap":"~0.4.9"},"bundleDependencies":["abbrev","ansi","ansicolors","ansistyles","archy","block-stream","char-spinner","child-process-close","chmodr","chownr","cmd-shim","columnify","editor","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","npm-cache-filename","npm-install-checks","npm-registry-client","npm-user-validate","npmconf","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","request","retry","rimraf","semver","sha","slide","sorted-object","tar","text-table","uid-number","which"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"138f5537630c70f4797f6045c97a2087fa88dc01","tarball":"https://registry.npmjs.org/npm/-/npm-1.4.29.tgz","integrity":"sha512-iIQzagGYulHrj1gI2vXIHpoa6PztO8yTwTi6K6QzgVamSe9jr1ZOpKw9XcpmskohJthbG3ln8qnRpMEYGrN/YA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIG3EIBIsfG0YfUmmCnzoPix12P9+j3K2YJzYGhhAjDZWAiEAtQNL5Jvwwc3ulqXtnExuJqhAz8GGP0od8SrxHngjvVw="}]},"engines":{"node":">=0.8","npm":"1"}},"3.3.12":{"name":"npm","version":"3.3.12","dependencies":{"abbrev":"~1.0.7","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.0.1","archy":"~1.0.0","async-some":"~1.0.2","chownr":"~1.0.1","cmd-shim":"~2.0.1","columnify":"~1.5.2","config-chain":"~1.1.9","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.7","fs-write-stream-atomic":"~1.0.4","fstream":"~1.0.8","fstream-npm":"~1.0.5","glob":"~5.0.15","graceful-fs":"~4.1.2","has-unicode":"~1.0.1","hosted-git-info":"~2.1.4","iferr":"~0.1.5","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.9.1","lockfile":"~1.0.1","lodash.clonedeep":"~3.0.2","lodash.union":"~3.1.0","lodash.uniq":"~3.2.2","lodash.without":"~3.2.1","mkdirp":"~0.5.1","node-gyp":"~3.0.3","nopt":"~3.0.4","normalize-git-url":"~3.0.1","normalize-package-data":"~2.3.4","npm-cache-filename":"~1.0.2","npm-install-checks":"~2.0.1","npm-package-arg":"~4.0.2","npm-registry-client":"~7.0.7","npm-user-validate":"~0.1.2","npmlog":"~1.2.1","once":"~1.3.2","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"~2.0.1","read-package-tree":"~5.1.2","realize-package-specifier":"~3.0.1","retry":"~0.8.0","rimraf":"~2.4.3","semver":"~5.0.3","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~1.0.0","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.0.0","unpipe":"~1.0.0","validate-npm-package-name":"~2.2.2","which":"~1.2.0","wrappy":"~1.0.1","write-file-atomic":"~1.1.3","ansi-regex":"*","debuglog":"*","lodash._baseindexof":"*","lodash._baseuniq":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.isarguments":"*","lodash.isarray":"*","lodash.keys":"*","lodash.restparam":"*","readdir-scoped-modules":"*","request":"*","strip-ansi":"*","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.5","marked-man":"~0.1.5","nock":"~2.17.0","npm-registry-couchapp":"~2.6.11","npm-registry-mock":"~1.0.1","readable-stream":"~2.0.2","require-inject":"~1.2.1","sprintf-js":"~1.0.3","standard":"~5.3.1","tap":"~2.2.0"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","async-some","chownr","cmd-shim","columnify","config-chain","debuglog","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","inflight","inherits","ini","init-package-json","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.isarguments","lodash.isarray","lodash.keys","lodash.restparam","lodash.union","lodash.uniq","lodash.without","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readdir-scoped-modules","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"shasum":"8a4801a56f29dfbdb1e1de8566919c957e22ac4d","tarball":"https://registry.npmjs.org/npm/-/npm-3.3.12.tgz","integrity":"sha512-jEsx5fC6gBXtlOgSUdq67mTn31yAu9JY+yX7Yh0Doy98PWfVDVgJUJBzexT/6eIEaI5KwSxU+VhZhAZ7PVDaxA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIH1nHu6ESw7/RKhHL1wLesL6tWsgkNfqSUCD3rg9dn5tAiEA6XDb8ApU4fiEp5O5uTNSnHzwm7Bihs0OqnAn+b9VWL0="}]}},"2.14.10":{"name":"npm","version":"2.14.10","dependencies":{"abbrev":"~1.0.7","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","async-some":"~1.0.2","block-stream":"0.0.8","char-spinner":"~1.0.1","chmodr":"~1.0.2","chownr":"~1.0.1","cmd-shim":"~2.0.1","columnify":"~1.5.2","config-chain":"~1.1.9","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.7","fs-write-stream-atomic":"~1.0.4","fstream":"~1.0.8","fstream-npm":"~1.0.7","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~5.0.15","graceful-fs":"~4.1.2","hosted-git-info":"~2.1.4","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.9.1","lockfile":"~1.0.1","lru-cache":"~2.7.0","minimatch":"~3.0.0","mkdirp":"~0.5.1","node-gyp":"~3.0.3","nopt":"~3.0.4","normalize-git-url":"~3.0.1","normalize-package-data":"~2.3.5","npm-cache-filename":"~1.0.2","npm-install-checks":"~1.0.6","npm-package-arg":"~4.0.2","npm-registry-client":"~7.0.7","npm-user-validate":"~0.1.2","npmlog":"~2.0.0","once":"~1.3.2","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.0","read":"~1.0.7","read-installed":"~4.0.3","read-package-json":"~2.0.2","readable-stream":"~1.1.13","realize-package-specifier":"~3.0.1","request":"~2.65.0","retry":"~0.8.0","rimraf":"~2.4.3","semver":"~5.0.3","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~1.0.0","spdx":"~0.4.1","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","validate-npm-package-license":"~3.0.1","validate-npm-package-name":"~2.2.2","which":"~1.2.0","wrappy":"~1.0.1","write-file-atomic":"~1.1.3","ansi-regex":"*","spdx-license-ids":"*","strip-ansi":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.3","marked-man":"~0.1.5","nock":"~2.16.0","npm-registry-couchapp":"~2.6.7","npm-registry-mock":"~1.0.0","require-inject":"~1.2.0","sprintf-js":"~1.0.2","tap":"~2.2.0"},"bundleDependencies":["abbrev","ansi","ansi-regex","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","chmodr","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","hosted-git-info","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","spdx","spdx-license-ids","strip-ansi","tar","text-table","uid-number","umask","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"96597ee1e5efeebdcf5f91b57763fe9ae17b9903","tarball":"https://registry.npmjs.org/npm/-/npm-2.14.10.tgz","integrity":"sha512-zrAqMRmpn+cMWj5Su+Cbo/Cw+E+ou3HNeizCnp7CHqMhLxG6udyOOdvLqouF9M3lknU4LWFEYtGhySxsCn1S4w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGnfpFPgHxJZKhZqVOrynIwLs/xFn/vqlQ75YMW+oXiwAiA2NvKFtSMpMiwxNHcMMgA4FdNuY3h2ZZ5S4v/AO1R67w=="}]}},"3.4.0":{"name":"npm","version":"3.4.0","dependencies":{"abbrev":"~1.0.7","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.0.1","archy":"~1.0.0","async-some":"~1.0.2","chownr":"~1.0.1","cmd-shim":"~2.0.1","columnify":"~1.5.2","config-chain":"~1.1.9","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.7","fs-write-stream-atomic":"~1.0.4","fstream":"~1.0.8","fstream-npm":"~1.0.7","glob":"~5.0.15","graceful-fs":"~4.1.2","has-unicode":"~1.0.1","hosted-git-info":"~2.1.4","iferr":"~0.1.5","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.9.1","lockfile":"~1.0.1","lodash.clonedeep":"~3.0.2","lodash.union":"~3.1.0","lodash.uniq":"~3.2.2","lodash.without":"~3.2.1","mkdirp":"~0.5.1","node-gyp":"~3.0.3","nopt":"~3.0.4","normalize-git-url":"~3.0.1","normalize-package-data":"~2.3.5","npm-cache-filename":"~1.0.2","npm-install-checks":"~2.0.1","npm-package-arg":"~4.0.2","npm-registry-client":"~7.0.7","npm-user-validate":"~0.1.2","npmlog":"~2.0.0","once":"~1.3.2","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"~2.0.2","read-package-tree":"~5.1.2","realize-package-specifier":"~3.0.1","retry":"~0.8.0","rimraf":"~2.4.3","semver":"~5.0.3","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~1.0.0","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.0.0","unpipe":"~1.0.0","validate-npm-package-name":"~2.2.2","which":"~1.2.0","wrappy":"~1.0.1","write-file-atomic":"~1.1.3","ansi-regex":"*","debuglog":"*","lodash._baseindexof":"*","lodash._baseuniq":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.isarguments":"*","lodash.isarray":"*","lodash.keys":"*","lodash.restparam":"*","readdir-scoped-modules":"*","request":"*","strip-ansi":"*","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.5","marked-man":"~0.1.5","nock":"~2.17.0","npm-registry-couchapp":"~2.6.11","npm-registry-mock":"~1.0.1","readable-stream":"~2.0.2","require-inject":"~1.2.1","sprintf-js":"~1.0.3","standard":"~5.3.1","tap":"~2.2.0"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","async-some","chownr","cmd-shim","columnify","config-chain","debuglog","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","inflight","inherits","ini","init-package-json","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.isarguments","lodash.isarray","lodash.keys","lodash.restparam","lodash.union","lodash.uniq","lodash.without","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readdir-scoped-modules","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"shasum":"6b561d38ee95877a2128e739021874b77cbb4e5c","tarball":"https://registry.npmjs.org/npm/-/npm-3.4.0.tgz","integrity":"sha512-DIAGmdeceF+exqpO041BQJI1UjP+o0fpWUYwXg2ivd1XnornOVRlsttmZ05NR1dgoH4fC1vldfRjuULMz5xkhg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIC66GwA00pw637t05+WYBCeXQ6FZO+DSkVgrOpuODUaMAiEA0I1CzVJMTnlANYUn49CDbpZicVb9ONw1yZOFzK+o9z8="}]}},"3.4.1":{"name":"npm","version":"3.4.1","dependencies":{"abbrev":"~1.0.7","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.0.1","archy":"~1.0.0","async-some":"~1.0.2","chownr":"~1.0.1","cmd-shim":"~2.0.1","columnify":"~1.5.2","config-chain":"~1.1.9","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.7","fs-write-stream-atomic":"~1.0.4","fstream":"~1.0.8","fstream-npm":"~1.0.7","glob":"~5.0.15","graceful-fs":"~4.1.2","has-unicode":"~1.0.1","hosted-git-info":"~2.1.4","iferr":"~0.1.5","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.9.1","lockfile":"~1.0.1","lodash.clonedeep":"~3.0.2","lodash.union":"~3.1.0","lodash.uniq":"~3.2.2","lodash.without":"~3.2.1","mkdirp":"~0.5.1","node-gyp":"~3.0.3","nopt":"~3.0.4","normalize-git-url":"~3.0.1","normalize-package-data":"~2.3.5","npm-cache-filename":"~1.0.2","npm-install-checks":"~2.0.1","npm-package-arg":"~4.1.0","npm-registry-client":"~7.0.7","npm-user-validate":"~0.1.2","npmlog":"~2.0.0","once":"~1.3.2","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"~2.0.2","read-package-tree":"~5.1.2","realize-package-specifier":"~3.0.1","retry":"~0.8.0","rimraf":"~2.4.3","semver":"~5.0.3","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~1.0.0","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.0.0","unpipe":"~1.0.0","validate-npm-package-name":"~2.2.2","which":"~1.2.0","wrappy":"~1.0.1","write-file-atomic":"~1.1.3","ansi-regex":"*","debuglog":"*","lodash._baseindexof":"*","lodash._baseuniq":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.isarguments":"*","lodash.isarray":"*","lodash.keys":"*","lodash.restparam":"*","readdir-scoped-modules":"*","request":"*","strip-ansi":"*","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.5","marked-man":"~0.1.5","nock":"~1.9.0","npm-registry-couchapp":"~2.6.11","npm-registry-mock":"~1.0.1","readable-stream":"~2.0.2","require-inject":"~1.3.0","sprintf-js":"~1.0.3","standard":"~5.3.1","tap":"~2.2.0"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","async-some","chownr","cmd-shim","columnify","config-chain","debuglog","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","inflight","inherits","ini","init-package-json","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.isarguments","lodash.isarray","lodash.keys","lodash.restparam","lodash.union","lodash.uniq","lodash.without","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readdir-scoped-modules","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"shasum":"98b2665a31c0fa15302c689a7df8bbaea3f4e572","tarball":"https://registry.npmjs.org/npm/-/npm-3.4.1.tgz","integrity":"sha512-lH2Ofsh5xJC5RajJzNE+VN/0NRmjEdDvyG1U3i3CnXiZOo6vgxr1hpggpATLQQe7r2rWYynUT+8+MJKUtNi9nA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDgnd4RwcCBwdJ3H6fsEfLKT5lrOsn6IVw4Z7VlNY1gzAiEAtWK0jZBESgI3Tx9zyQyv3zU7Qrd/svujPdnjnC8s/D0="}]}},"2.14.11":{"name":"npm","version":"2.14.11","dependencies":{"abbrev":"~1.0.7","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","async-some":"~1.0.2","block-stream":"0.0.8","char-spinner":"~1.0.1","chmodr":"~1.0.2","chownr":"~1.0.1","cmd-shim":"~2.0.1","columnify":"~1.5.2","config-chain":"~1.1.9","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.7","fs-write-stream-atomic":"~1.0.4","fstream":"~1.0.8","fstream-npm":"~1.0.7","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~5.0.15","graceful-fs":"~4.1.2","hosted-git-info":"~2.1.4","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.9.1","lockfile":"~1.0.1","lru-cache":"~2.7.0","minimatch":"~3.0.0","mkdirp":"~0.5.1","node-gyp":"~3.0.3","nopt":"~3.0.6","normalize-git-url":"~3.0.1","normalize-package-data":"~2.3.5","npm-cache-filename":"~1.0.2","npm-install-checks":"~1.0.6","npm-package-arg":"~4.1.0","npm-registry-client":"~7.0.7","npm-user-validate":"~0.1.2","npmlog":"~2.0.0","once":"~1.3.2","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.0","read":"~1.0.7","read-installed":"~4.0.3","read-package-json":"~2.0.2","readable-stream":"~1.1.13","realize-package-specifier":"~3.0.1","request":"~2.65.0","retry":"~0.8.0","rimraf":"~2.4.3","semver":"~5.0.3","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~1.0.0","spdx":"~0.4.1","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","validate-npm-package-license":"~3.0.1","validate-npm-package-name":"~2.2.2","which":"~1.2.0","wrappy":"~1.0.1","write-file-atomic":"~1.1.3","ansi-regex":"*","spdx-license-ids":"*","strip-ansi":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.3","marked-man":"~0.1.5","nock":"~1.9.0","npm-registry-couchapp":"~2.6.7","npm-registry-mock":"~1.0.0","require-inject":"~1.3.0","sprintf-js":"~1.0.2","tap":"~2.2.0"},"bundleDependencies":["abbrev","ansi","ansi-regex","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","chmodr","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","hosted-git-info","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","spdx","spdx-license-ids","strip-ansi","tar","text-table","uid-number","umask","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"3a566e59b41e01f05e34a458eb1e4a9e0ec2ef65","tarball":"https://registry.npmjs.org/npm/-/npm-2.14.11.tgz","integrity":"sha512-lEmMa4gc5pWf+K0FMsjWw2Y4WhXTDPV3dhOli+q+nNXMZkSIDJ1ROuZeIak29UpsQfXcOzUkhZhd3Xln2VIZQA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCJVqO7k2LDm1cFat+1sbyBZ90+umW/1A5bZvaG67tJNwIgIKrOK33RVhZmOs9bhAMCmjQXby/b4/7upksM5DX6cXw="}]}},"2.14.12":{"name":"npm","version":"2.14.12","dependencies":{"abbrev":"~1.0.7","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","async-some":"~1.0.2","block-stream":"0.0.8","char-spinner":"~1.0.1","chmodr":"~1.0.2","chownr":"~1.0.1","cmd-shim":"~2.0.1","columnify":"~1.5.2","config-chain":"~1.1.9","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.7","fs-write-stream-atomic":"~1.0.4","fstream":"~1.0.8","fstream-npm":"~1.0.7","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~5.0.15","graceful-fs":"~4.1.2","hosted-git-info":"~2.1.4","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.9.1","lockfile":"~1.0.1","lru-cache":"~2.7.0","minimatch":"~3.0.0","mkdirp":"~0.5.1","node-gyp":"~3.0.3","nopt":"~3.0.6","normalize-git-url":"~3.0.1","normalize-package-data":"~2.3.5","npm-cache-filename":"~1.0.2","npm-install-checks":"~1.0.6","npm-package-arg":"~4.1.0","npm-registry-client":"~7.0.8","npm-user-validate":"~0.1.2","npmlog":"~2.0.0","once":"~1.3.2","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.0","read":"~1.0.7","read-installed":"~4.0.3","read-package-json":"~2.0.2","readable-stream":"~1.1.13","realize-package-specifier":"~3.0.1","request":"~2.65.0","retry":"~0.8.0","rimraf":"~2.4.3","semver":"~5.0.3","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~1.0.0","spdx":"~0.4.1","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","validate-npm-package-license":"~3.0.1","validate-npm-package-name":"~2.2.2","which":"~1.2.0","wrappy":"~1.0.1","write-file-atomic":"~1.1.3","ansi-regex":"*","spdx-license-ids":"*","strip-ansi":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.3","marked-man":"~0.1.5","nock":"~1.9.0","npm-registry-couchapp":"~2.6.7","npm-registry-mock":"~1.0.0","require-inject":"~1.3.0","sprintf-js":"~1.0.2","tap":"~2.2.0"},"bundleDependencies":["abbrev","ansi","ansi-regex","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","chmodr","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","hosted-git-info","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","spdx","spdx-license-ids","strip-ansi","tar","text-table","uid-number","umask","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"51f61f51be815b80d436afb5f424a6e85fc2cf2d","tarball":"https://registry.npmjs.org/npm/-/npm-2.14.12.tgz","integrity":"sha512-RD7hDT1cW/FTi/TovkBz68lTfQn/RCO/Q+h6OXyPvKlmObizMXQlLYQd8YizK1SwV+eGYmcFp9jICbNJmFz/mw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBQbkQUdS5nwLG57Uoeg4Y09Q8HKMKQVC2eZzHSS8ULbAiEAh1izi+KtdYCV7//hI/PuHIG4q66QNXZbivuRfkIHe54="}]}},"3.5.0":{"name":"npm","version":"3.5.0","dependencies":{"abbrev":"~1.0.7","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.0.1","archy":"~1.0.0","async-some":"~1.0.2","chownr":"~1.0.1","cmd-shim":"~2.0.1","columnify":"~1.5.2","config-chain":"~1.1.9","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.7","fs-write-stream-atomic":"~1.0.4","fstream":"~1.0.8","fstream-npm":"~1.0.7","glob":"~5.0.15","graceful-fs":"~4.1.2","has-unicode":"~1.0.1","hosted-git-info":"~2.1.4","iferr":"~0.1.5","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.9.1","lockfile":"~1.0.1","lodash.clonedeep":"~3.0.2","lodash.union":"~3.1.0","lodash.uniq":"~3.2.2","lodash.without":"~3.2.1","mkdirp":"~0.5.1","node-gyp":"~3.0.3","nopt":"~3.0.4","normalize-git-url":"~3.0.1","normalize-package-data":"~2.3.5","npm-cache-filename":"~1.0.2","npm-install-checks":"~2.0.1","npm-package-arg":"~4.1.0","npm-registry-client":"~7.0.9","npm-user-validate":"~0.1.2","npmlog":"~2.0.0","once":"~1.3.2","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"~2.0.2","read-package-tree":"~5.1.2","realize-package-specifier":"~3.0.1","retry":"~0.8.0","rimraf":"~2.4.3","semver":"~5.0.3","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~1.0.0","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.0.0","unpipe":"~1.0.0","validate-npm-package-name":"~2.2.2","which":"~1.2.0","wrappy":"~1.0.1","write-file-atomic":"~1.1.3","ansi-regex":"*","debuglog":"*","lodash._baseindexof":"*","lodash._baseuniq":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.isarguments":"*","lodash.isarray":"*","lodash.keys":"*","lodash.restparam":"*","readdir-scoped-modules":"*","request":"*","strip-ansi":"*","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.5","marked-man":"~0.1.5","nock":"~1.9.0","npm-registry-couchapp":"~2.6.11","npm-registry-mock":"~1.0.1","readable-stream":"~2.0.2","require-inject":"~1.3.0","sprintf-js":"~1.0.3","standard":"~5.3.1","tap":"~2.2.0"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","async-some","chownr","cmd-shim","columnify","config-chain","debuglog","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","inflight","inherits","ini","init-package-json","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.isarguments","lodash.isarray","lodash.keys","lodash.restparam","lodash.union","lodash.uniq","lodash.without","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readdir-scoped-modules","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"shasum":"4206eda88c5ff109b3780d92948f99c61a7bc338","tarball":"https://registry.npmjs.org/npm/-/npm-3.5.0.tgz","integrity":"sha512-RXV8lVdh+Kd7bFeXHf99f3Ov03DmDqakcTyznNFVXkiyqXuOwWVzqJ+tBtUkZCEQTv5D7lDeg1JEcxaTDdnrVw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCID82DVTXyuutv5TBOkE2PFQmzbtGFp1UFlxlSdO0BTN3AiEA9+Ojy72L3Aqd4XLArGE3h/TXx1nh6/wAdcvrY7fNRPQ="}]}},"3.5.1":{"name":"npm","version":"3.5.1","dependencies":{"abbrev":"~1.0.7","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.0.1","archy":"~1.0.0","async-some":"~1.0.2","chownr":"~1.0.1","cmd-shim":"~2.0.1","columnify":"~1.5.2","config-chain":"~1.1.9","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.7","fs-write-stream-atomic":"~1.0.4","fstream":"~1.0.8","fstream-npm":"~1.0.7","glob":"~5.0.15","graceful-fs":"~4.1.2","has-unicode":"~1.0.1","hosted-git-info":"~2.1.4","iferr":"~0.1.5","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.9.1","lockfile":"~1.0.1","lodash.clonedeep":"~3.0.2","lodash.union":"~3.1.0","lodash.uniq":"~3.2.2","lodash.without":"~3.2.1","mkdirp":"~0.5.1","node-gyp":"~3.2.0","nopt":"~3.0.4","normalize-git-url":"~3.0.1","normalize-package-data":"~2.3.5","npm-cache-filename":"~1.0.2","npm-install-checks":"~2.0.1","npm-package-arg":"~4.1.0","npm-registry-client":"~7.0.9","npm-user-validate":"~0.1.2","npmlog":"~2.0.0","once":"~1.3.2","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"~2.0.2","read-package-tree":"~5.1.2","realize-package-specifier":"~3.0.1","retry":"~0.8.0","rimraf":"~2.4.3","semver":"~5.0.3","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~1.0.0","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.0.0","unpipe":"~1.0.0","validate-npm-package-name":"~2.2.2","which":"~1.2.0","wrappy":"~1.0.1","write-file-atomic":"~1.1.3","ansi-regex":"*","debuglog":"*","lodash._baseindexof":"*","lodash._baseuniq":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.isarguments":"*","lodash.isarray":"*","lodash.keys":"*","lodash.restparam":"*","readdir-scoped-modules":"*","request":"*","strip-ansi":"*","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.5","marked-man":"~0.1.5","nock":"~1.9.0","npm-registry-couchapp":"~2.6.11","npm-registry-mock":"~1.0.1","readable-stream":"~2.0.2","require-inject":"~1.3.0","sprintf-js":"~1.0.3","standard":"~5.3.1","tap":"~2.2.0"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","async-some","chownr","cmd-shim","columnify","config-chain","debuglog","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","inflight","inherits","ini","init-package-json","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.isarguments","lodash.isarray","lodash.keys","lodash.restparam","lodash.union","lodash.uniq","lodash.without","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readdir-scoped-modules","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"shasum":"f6bfc6221d42218027cd5fd865a2ce4eafe342a5","tarball":"https://registry.npmjs.org/npm/-/npm-3.5.1.tgz","integrity":"sha512-pIP9Iw3wMRiyMlSnGdYwlDlQm1gj6gV1cCc+eDk78bHlIPJIHsMpQL1PnKFpQhvUDszLjwG9c4qDEQUN1ymMKQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDKW5pdz+br3yjLW1Y7z4TWNsCYpbSGnJEL727r7cMuYAIhAPQEP/+FIPdUEH8Fgfr2n2lH/6Y+cOeqwHzbJWfumO/J"}]}},"2.14.13":{"name":"npm","version":"2.14.13","dependencies":{"abbrev":"~1.0.7","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","async-some":"~1.0.2","block-stream":"0.0.8","char-spinner":"~1.0.1","chmodr":"~1.0.2","chownr":"~1.0.1","cmd-shim":"~2.0.1","columnify":"~1.5.2","config-chain":"~1.1.9","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.7","fs-write-stream-atomic":"~1.0.4","fstream":"~1.0.8","fstream-npm":"~1.0.7","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~5.0.15","graceful-fs":"~4.1.2","hosted-git-info":"~2.1.4","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.9.1","lockfile":"~1.0.1","lru-cache":"~2.7.0","minimatch":"~3.0.0","mkdirp":"~0.5.1","node-gyp":"~3.2.0","nopt":"~3.0.6","normalize-git-url":"~3.0.1","normalize-package-data":"~2.3.5","npm-cache-filename":"~1.0.2","npm-install-checks":"~1.0.6","npm-package-arg":"~4.1.0","npm-registry-client":"~7.0.8","npm-user-validate":"~0.1.2","npmlog":"~2.0.0","once":"~1.3.2","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.0","read":"~1.0.7","read-installed":"~4.0.3","read-package-json":"~2.0.2","readable-stream":"~1.1.13","realize-package-specifier":"~3.0.1","request":"~2.65.0","retry":"~0.8.0","rimraf":"~2.4.3","semver":"~5.0.3","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~1.0.0","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","validate-npm-package-license":"~3.0.1","validate-npm-package-name":"~2.2.2","which":"~1.2.0","wrappy":"~1.0.1","write-file-atomic":"~1.1.3","ansi-regex":"*","spdx-license-ids":"*","strip-ansi":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.3","marked-man":"~0.1.5","nock":"~1.9.0","npm-registry-couchapp":"~2.6.7","npm-registry-mock":"~1.0.0","require-inject":"~1.3.0","sprintf-js":"~1.0.2","tap":"~2.2.0"},"bundleDependencies":["abbrev","ansi","ansi-regex","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","chmodr","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","hosted-git-info","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","spdx-license-ids","strip-ansi","tar","text-table","uid-number","umask","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"e0269ef970f0e5775fe014ee467daf39ec694c77","tarball":"https://registry.npmjs.org/npm/-/npm-2.14.13.tgz","integrity":"sha512-HeJnhcX4ev5Cu1+T3V4c2t42BbFaMTP7UbIEhIR+Huj+jC62xqcef623hbBSUu9NZKW4F0Uit4UTfGESJlhGHA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDh9kNg4NpLhb/gaZZxR5CKeZkmthfPF0tohIh8XVACrwIhAPF7YNuXTl4lNTKdKqcgOR3vvaljV9kwmEubgc3AjzEM"}]}},"2.14.14":{"name":"npm","version":"2.14.14","dependencies":{"abbrev":"~1.0.7","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","async-some":"~1.0.2","block-stream":"0.0.8","char-spinner":"~1.0.1","chmodr":"~1.0.2","chownr":"~1.0.1","cmd-shim":"~2.0.1","columnify":"~1.5.2","config-chain":"~1.1.9","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.7","fs-write-stream-atomic":"~1.0.5","fstream":"~1.0.8","fstream-npm":"~1.0.7","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~5.0.15","graceful-fs":"~4.1.2","hosted-git-info":"~2.1.4","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.9.1","lockfile":"~1.0.1","lru-cache":"~2.7.0","minimatch":"~3.0.0","mkdirp":"~0.5.1","node-gyp":"~3.2.1","nopt":"~3.0.6","normalize-git-url":"~3.0.1","normalize-package-data":"~2.3.5","npm-cache-filename":"~1.0.2","npm-install-checks":"~1.0.6","npm-package-arg":"~4.1.0","npm-registry-client":"~7.0.8","npm-user-validate":"~0.1.2","npmlog":"~2.0.0","once":"~1.3.2","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.0","read":"~1.0.7","read-installed":"~4.0.3","read-package-json":"~2.0.2","readable-stream":"~1.1.13","realize-package-specifier":"~3.0.1","request":"~2.65.0","retry":"~0.8.0","rimraf":"~2.4.3","semver":"~5.0.3","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~1.0.0","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","validate-npm-package-license":"~3.0.1","validate-npm-package-name":"~2.2.2","which":"~1.2.0","wrappy":"~1.0.1","write-file-atomic":"~1.1.4","ansi-regex":"*","imurmurhash":"*","spdx-license-ids":"*","strip-ansi":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.3","marked-man":"~0.1.5","nock":"~1.9.0","npm-registry-couchapp":"~2.6.7","npm-registry-mock":"~1.0.0","require-inject":"~1.3.0","sprintf-js":"~1.0.2","tap":"~2.2.0"},"bundleDependencies":["abbrev","ansi","ansi-regex","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","chmodr","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","hosted-git-info","imurmurhash","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","spdx-license-ids","strip-ansi","tar","text-table","uid-number","umask","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"e255b258f0280accda55e9206eb18709e89d1084","tarball":"https://registry.npmjs.org/npm/-/npm-2.14.14.tgz","integrity":"sha512-bI7B1dSiRfyvHG0450NRAqzcvPuHQwR+0ry2IgYK0TdLlLnAPuVWfunN3WXwbmaBAWtka+Ju8mrEyBzPfpCGTQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHyqUnDsDRAM7L6szUmlEe7Honyqk37wbBtntTZngjqxAiBldLPJqDGFq9WuLaBSxrwTk/IYxVr0NVfj2RdMOYKdrw=="}]}},"3.5.2":{"name":"npm","version":"3.5.2","dependencies":{"abbrev":"~1.0.7","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.0.1","archy":"~1.0.0","async-some":"~1.0.2","chownr":"~1.0.1","cmd-shim":"~2.0.1","columnify":"~1.5.2","config-chain":"~1.1.9","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.7","fs-write-stream-atomic":"~1.0.5","fstream":"~1.0.8","fstream-npm":"~1.0.7","glob":"~5.0.15","graceful-fs":"~4.1.2","has-unicode":"~1.0.1","hosted-git-info":"~2.1.4","iferr":"~0.1.5","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.9.1","lockfile":"~1.0.1","lodash.clonedeep":"~3.0.2","lodash.union":"~3.1.0","lodash.uniq":"~3.2.2","lodash.without":"~3.2.1","mkdirp":"~0.5.1","node-gyp":"~3.2.1","nopt":"~3.0.4","normalize-git-url":"~3.0.1","normalize-package-data":"~2.3.5","npm-cache-filename":"~1.0.2","npm-install-checks":"~2.0.1","npm-package-arg":"~4.1.0","npm-registry-client":"~7.0.9","npm-user-validate":"~0.1.2","npmlog":"~2.0.0","once":"~1.3.2","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"~2.0.2","read-package-tree":"~5.1.2","realize-package-specifier":"~3.0.1","retry":"~0.8.0","rimraf":"~2.4.3","semver":"~5.0.3","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~1.0.0","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","validate-npm-package-name":"~2.2.2","which":"~1.2.0","wrappy":"~1.0.1","write-file-atomic":"~1.1.4","ansi-regex":"*","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._baseuniq":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.isarguments":"*","lodash.isarray":"*","lodash.keys":"*","lodash.restparam":"*","readdir-scoped-modules":"*","request":"*","strip-ansi":"*","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.5","marked-man":"~0.1.5","nock":"~1.9.0","npm-registry-couchapp":"~2.6.11","npm-registry-mock":"~1.0.1","readable-stream":"~2.0.2","require-inject":"~1.3.0","sprintf-js":"~1.0.3","standard":"~5.3.1","tap":"~2.2.0"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","async-some","chownr","cmd-shim","columnify","config-chain","debuglog","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.isarguments","lodash.isarray","lodash.keys","lodash.restparam","lodash.union","lodash.uniq","lodash.without","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readdir-scoped-modules","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"shasum":"8db5bac4abf04604afd1e55c5cd9a7a9dafb749f","tarball":"https://registry.npmjs.org/npm/-/npm-3.5.2.tgz","integrity":"sha512-ouS4AfipEP7CncYLPB1j12ZcTvmqgrRGO8wH8xudqIn4j3EOv2xtnFniYnBMGPsvoy2YqI9/O/wD26CqbapxGg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCksetuG28kVJj89pugOz6P2hkxVkBmHVKO7Ag2OLyRAwIhAKpNGGipZywJW1J8EUMqDKwAF3Il310ebKwEIElMLa1b"}]}},"2.14.15":{"name":"npm","version":"2.14.15","dependencies":{"abbrev":"~1.0.7","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","async-some":"~1.0.2","block-stream":"0.0.8","char-spinner":"~1.0.1","chmodr":"~1.0.2","chownr":"~1.0.1","cmd-shim":"~2.0.1","columnify":"~1.5.2","config-chain":"~1.1.9","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.7","fs-write-stream-atomic":"~1.0.5","fstream":"~1.0.8","fstream-npm":"~1.0.7","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~5.0.15","graceful-fs":"~4.1.2","hosted-git-info":"~2.1.4","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.9.1","lockfile":"~1.0.1","lru-cache":"~3.2.0","minimatch":"~3.0.0","mkdirp":"~0.5.1","node-gyp":"~3.2.1","nopt":"~3.0.6","normalize-git-url":"~3.0.1","normalize-package-data":"~2.3.5","npm-cache-filename":"~1.0.2","npm-install-checks":"~1.0.6","npm-package-arg":"~4.1.0","npm-registry-client":"~7.0.9","npm-user-validate":"~0.1.2","npmlog":"~2.0.0","once":"~1.3.3","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.0","read":"~1.0.7","read-installed":"~4.0.3","read-package-json":"~2.0.2","readable-stream":"~1.1.13","realize-package-specifier":"~3.0.1","request":"~2.67.0","retry":"~0.8.0","rimraf":"~2.4.4","semver":"~5.1.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~1.0.0","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","validate-npm-package-license":"~3.0.1","validate-npm-package-name":"~2.2.2","which":"~1.2.0","wrappy":"~1.0.1","write-file-atomic":"~1.1.4","ansi-regex":"*","imurmurhash":"*","spdx-license-ids":"*","strip-ansi":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.3","marked-man":"~0.1.5","nock":"~1.9.0","npm-registry-couchapp":"~2.6.7","npm-registry-mock":"~1.0.0","require-inject":"~1.3.0","sprintf-js":"~1.0.2","tap":"~2.3.1"},"bundleDependencies":["abbrev","ansi","ansi-regex","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","chmodr","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","hosted-git-info","imurmurhash","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","spdx-license-ids","strip-ansi","tar","text-table","uid-number","umask","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"c4a4ba8fe468f755ea93fa8a2b1782cfc97bcacc","tarball":"https://registry.npmjs.org/npm/-/npm-2.14.15.tgz","integrity":"sha512-pWDD/LFGq+cyiKjU00wBGcR+KfME7l6Bvp5Ap048gcWkj0/TyKZfH/4820JtyaZgLDShjGPb81ItWzxvSRoFCg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHDxnBXCysih0UvuIW2J0XgU7WyYZjy9MJe0oKZ7tSWvAiEAobpAIy7tksahQN1AXU5ICjoddfqG/ydf26oZSx1qF5o="}]}},"3.5.3":{"name":"npm","version":"3.5.3","dependencies":{"abbrev":"~1.0.7","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.0.1","archy":"~1.0.0","async-some":"~1.0.2","chownr":"~1.0.1","cmd-shim":"~2.0.1","columnify":"~1.5.2","config-chain":"~1.1.9","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.7","fs-write-stream-atomic":"~1.0.5","fstream":"~1.0.8","fstream-npm":"~1.0.7","glob":"~5.0.15","graceful-fs":"~4.1.2","has-unicode":"~1.0.1","hosted-git-info":"~2.1.4","iferr":"~0.1.5","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.9.1","lockfile":"~1.0.1","lodash.clonedeep":"~3.0.2","lodash.union":"~3.1.0","lodash.uniq":"~3.2.2","lodash.without":"~3.2.1","mkdirp":"~0.5.1","node-gyp":"~3.2.1","nopt":"~3.0.6","normalize-git-url":"~3.0.1","normalize-package-data":"~2.3.5","npm-cache-filename":"~1.0.2","npm-install-checks":"~2.0.1","npm-package-arg":"~4.1.0","npm-registry-client":"~7.0.9","npm-user-validate":"~0.1.2","npmlog":"~2.0.0","once":"~1.3.3","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"~2.0.2","read-package-tree":"~5.1.2","realize-package-specifier":"~3.0.1","request":"~2.67.0","retry":"~0.8.0","rimraf":"~2.4.4","semver":"~5.1.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~1.0.0","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","validate-npm-package-name":"~2.2.2","which":"~1.2.0","wrappy":"~1.0.1","write-file-atomic":"~1.1.4","ansi-regex":"*","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._baseuniq":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.isarguments":"*","lodash.isarray":"*","lodash.keys":"*","lodash.restparam":"*","readdir-scoped-modules":"*","strip-ansi":"*","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.5","marked-man":"~0.1.5","nock":"~1.9.0","npm-registry-couchapp":"~2.6.11","npm-registry-mock":"~1.0.1","readable-stream":"~2.0.2","require-inject":"~1.3.0","sprintf-js":"~1.0.3","standard":"~5.4.1","tap":"~2.3.1"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","async-some","chownr","cmd-shim","columnify","config-chain","debuglog","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.isarguments","lodash.isarray","lodash.keys","lodash.restparam","lodash.union","lodash.uniq","lodash.without","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readdir-scoped-modules","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"shasum":"6db811596f807c37123eafcb03270ffdde091215","tarball":"https://registry.npmjs.org/npm/-/npm-3.5.3.tgz","integrity":"sha512-pF2ByRmsAS2Ffd+g4WxOWg55u2JPe6bhjPhYnIXfzKcA9kGu4vWsrECit9Ohvf+XRudAJ3c5tuJmXo5OzICPxg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIH461vESofxrguUacYPA7UP8bQ25KUJvhG09pQtGg5z3AiEAwQryaHQOTqpKfUEX98lTwgPY30/+1kMETYmA9QnW630="}]}},"3.5.4":{"name":"npm","version":"3.5.4","dependencies":{"abbrev":"~1.0.7","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.0.1","archy":"~1.0.0","async-some":"~1.0.2","chownr":"~1.0.1","cmd-shim":"~2.0.1","columnify":"~1.5.4","config-chain":"~1.1.9","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.7","fs-write-stream-atomic":"~1.0.8","fstream":"~1.0.8","fstream-npm":"~1.0.7","glob":"~6.0.3","graceful-fs":"~4.1.2","has-unicode":"~2.0.0","hosted-git-info":"~2.1.4","iferr":"~0.1.5","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.9.1","lockfile":"~1.0.1","lodash.clonedeep":"~3.0.2","lodash.union":"~3.1.0","lodash.uniq":"~3.2.2","lodash.without":"~3.2.1","mkdirp":"~0.5.1","node-gyp":"~3.2.1","nopt":"~3.0.6","normalize-git-url":"~3.0.1","normalize-package-data":"~2.3.5","npm-cache-filename":"~1.0.2","npm-install-checks":"~2.0.1","npm-package-arg":"~4.1.0","npm-registry-client":"~7.0.9","npm-user-validate":"~0.1.2","npmlog":"~2.0.0","once":"~1.3.3","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"~2.0.2","read-package-tree":"~5.1.2","readable-stream":"~2.0.5","realize-package-specifier":"~3.0.1","request":"~2.67.0","retry":"~0.8.0","rimraf":"~2.5.0","semver":"~5.1.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~1.0.0","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","validate-npm-package-name":"~2.2.2","which":"~1.2.1","wrappy":"~1.0.1","write-file-atomic":"~1.1.4","ansi-regex":"*","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._baseuniq":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.isarguments":"*","lodash.isarray":"*","lodash.keys":"*","lodash.restparam":"*","readdir-scoped-modules":"*","strip-ansi":"*","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.5","marked-man":"~0.1.5","npm-registry-couchapp":"~2.6.11","npm-registry-mock":"~1.0.1","require-inject":"~1.3.0","sprintf-js":"~1.0.3","standard":"~5.4.1","tap":"~5.0.0"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","async-some","chownr","cmd-shim","columnify","config-chain","debuglog","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.isarguments","lodash.isarray","lodash.keys","lodash.restparam","lodash.union","lodash.uniq","lodash.without","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"shasum":"db2f71d3daa0e7a99077edd4c213919834e95eb2","tarball":"https://registry.npmjs.org/npm/-/npm-3.5.4.tgz","integrity":"sha512-iVTraM7hgTkG6LlRJOWa9J+167E+UGvIdnRq9g4VTA00CNujeblHPlNQeH3k9p7lG2j1ZVU2H4c6hqoL6IRiLQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD0cDF5s2wF9Adpt+qC9dP/QB1mS+KuQDnQZYrl/S2qcQIhAMId2BdolpaWnf31RgDIXn6cDE3gUB8l1wKJrbtTfmNv"}]}},"3.6.0":{"name":"npm","version":"3.6.0","dependencies":{"abbrev":"~1.0.7","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.0.1","archy":"~1.0.0","async-some":"~1.0.2","chownr":"~1.0.1","cmd-shim":"~2.0.1","columnify":"~1.5.4","config-chain":"~1.1.10","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.7","fs-write-stream-atomic":"~1.0.8","fstream":"~1.0.8","fstream-npm":"~1.0.7","glob":"~6.0.4","graceful-fs":"~4.1.2","has-unicode":"~2.0.0","hosted-git-info":"~2.1.4","iferr":"~0.1.5","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.9.3","lockfile":"~1.0.1","lodash.clonedeep":"~4.0.1","lodash.isarguments":"~3.0.5","lodash.isarray":"~4.0.0","lodash.keys":"~4.0.0","lodash.union":"~4.0.1","lodash.uniq":"~4.0.1","lodash.without":"~4.0.1","mkdirp":"~0.5.1","node-gyp":"~3.2.1","nopt":"~3.0.6","normalize-git-url":"~3.0.1","normalize-package-data":"~2.3.5","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-package-arg":"~4.1.0","npm-registry-client":"~7.0.9","npm-user-validate":"~0.1.2","npmlog":"~2.0.0","once":"~1.3.3","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"~2.0.3","read-package-tree":"~5.1.2","readable-stream":"~2.0.5","realize-package-specifier":"~3.0.1","request":"~2.67.0","retry":"~0.8.0","rimraf":"~2.5.0","semver":"~5.1.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~1.0.0","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","validate-npm-package-name":"~2.2.2","which":"~1.2.1","wrappy":"~1.0.1","write-file-atomic":"~1.1.4","ansi-regex":"*","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._baseuniq":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*","strip-ansi":"*","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.5","marked-man":"~0.1.5","npm-registry-couchapp":"~2.6.12","npm-registry-mock":"~1.0.1","require-inject":"~1.3.0","sprintf-js":"~1.0.3","standard":"~5.4.1","tap":"~5.1.1"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","async-some","chownr","cmd-shim","columnify","config-chain","debuglog","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.isarguments","lodash.isarray","lodash.keys","lodash.restparam","lodash.union","lodash.uniq","lodash.without","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"shasum":"7a7f937b0ff80410da2cc6dae1539358e8509a0c","tarball":"https://registry.npmjs.org/npm/-/npm-3.6.0.tgz","integrity":"sha512-2Fxn9eraboF166km2BsL6Shu6CT9+xgF/2uzQEGi6TjchUkyfA3pKUulxVmg+hzIyBryOq1J091+Ty4aMcUqrw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDo/wtd10bSzfSrcPAdAFNUUQbk5PurO8TRJNGTowzjSAiEAi9z0cMbO1VBEzRdaiL5NmDrLDn5OWRXjZFlEvNU1x/U="}]}},"2.14.16":{"name":"npm","version":"2.14.16","dependencies":{"abbrev":"~1.0.7","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","async-some":"~1.0.2","block-stream":"0.0.8","char-spinner":"~1.0.1","chmodr":"~1.0.2","chownr":"~1.0.1","cmd-shim":"~2.0.1","columnify":"~1.5.2","config-chain":"~1.1.9","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.7","fs-write-stream-atomic":"~1.0.5","fstream":"~1.0.8","fstream-npm":"~1.0.7","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~5.0.15","graceful-fs":"~4.1.2","hosted-git-info":"~2.1.4","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.9.1","lockfile":"~1.0.1","lru-cache":"~3.2.0","minimatch":"~3.0.0","mkdirp":"~0.5.1","node-gyp":"~3.2.1","nopt":"~3.0.6","normalize-git-url":"~3.0.1","normalize-package-data":"~2.3.5","npm-cache-filename":"~1.0.2","npm-install-checks":"~1.0.6","npm-package-arg":"~4.1.0","npm-registry-client":"~7.0.9","npm-user-validate":"~0.1.2","npmlog":"~2.0.0","once":"~1.3.3","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.0","read":"~1.0.7","read-installed":"~4.0.3","read-package-json":"~2.0.2","readable-stream":"~1.1.13","realize-package-specifier":"~3.0.1","request":"~2.67.0","retry":"~0.8.0","rimraf":"~2.4.4","semver":"~5.1.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~1.0.0","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","validate-npm-package-license":"~3.0.1","validate-npm-package-name":"~2.2.2","which":"~1.2.0","wrappy":"~1.0.1","write-file-atomic":"~1.1.4","ansi-regex":"*","imurmurhash":"*","spdx-license-ids":"*","strip-ansi":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.5","marked-man":"~0.1.5","npm-registry-couchapp":"~2.6.12","npm-registry-mock":"~1.0.0","require-inject":"~1.3.0","sprintf-js":"~1.0.2","tap":"~2.3.1"},"bundleDependencies":["abbrev","ansi","ansi-regex","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","chmodr","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","hosted-git-info","imurmurhash","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","spdx-license-ids","strip-ansi","tar","text-table","uid-number","umask","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"abd438bba23f63db1ff754858664cf268048a500","tarball":"https://registry.npmjs.org/npm/-/npm-2.14.16.tgz","integrity":"sha512-dAAUOsml6WwwGeX0wPuU7TofiH1PmMBFU95F+CdL4NAf1KWaI88SN8zFRM6pFb+0B5J1I4uikjjAj9v9JJO2OA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEl943VMUq4w76K36IJcXReRttpcM9xDXczbijeiPO19AiBkfMM4DlA0yLpWa0q5Y79rhQMZt32QyBzDsPTt9pOy1g=="}]}},"2.14.17":{"name":"npm","version":"2.14.17","dependencies":{"abbrev":"~1.0.7","ansi":"~0.3.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","async-some":"~1.0.2","block-stream":"0.0.8","char-spinner":"~1.0.1","chmodr":"~1.0.2","chownr":"~1.0.1","cmd-shim":"~2.0.1","columnify":"~1.5.2","config-chain":"~1.1.9","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.7","fs-write-stream-atomic":"~1.0.5","fstream":"~1.0.8","fstream-npm":"~1.0.7","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~5.0.15","graceful-fs":"~4.1.2","hosted-git-info":"~2.1.4","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.9.1","lockfile":"~1.0.1","lru-cache":"~3.2.0","minimatch":"~3.0.0","mkdirp":"~0.5.1","node-gyp":"~3.2.1","nopt":"~3.0.6","normalize-git-url":"~3.0.1","normalize-package-data":"~2.3.5","npm-cache-filename":"~1.0.2","npm-install-checks":"~1.0.6","npm-package-arg":"~4.1.0","npm-registry-client":"~7.0.9","npm-user-validate":"~0.1.2","npmlog":"~2.0.0","once":"~1.3.3","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.0","read":"~1.0.7","read-installed":"~4.0.3","read-package-json":"~2.0.2","readable-stream":"~1.1.13","realize-package-specifier":"~3.0.1","request":"~2.67.0","retry":"~0.8.0","rimraf":"~2.4.4","semver":"~5.1.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~1.0.0","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","validate-npm-package-license":"~3.0.1","validate-npm-package-name":"~2.2.2","which":"~1.2.0","wrappy":"~1.0.1","write-file-atomic":"~1.1.4","ansi-regex":"*","imurmurhash":"*","spdx-license-ids":"*","strip-ansi":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.5","marked-man":"~0.1.5","npm-registry-couchapp":"~2.6.12","npm-registry-mock":"~1.0.0","require-inject":"~1.3.0","sprintf-js":"~1.0.2","tap":"~2.3.1"},"bundleDependencies":["abbrev","ansi","ansi-regex","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","chmodr","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","hosted-git-info","imurmurhash","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","spdx-license-ids","strip-ansi","tar","text-table","uid-number","umask","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"6ffd8b0bf98ee9c0dd09721d426ea4bd16192cfd","tarball":"https://registry.npmjs.org/npm/-/npm-2.14.17.tgz","integrity":"sha512-8oLAV3DbbJe6CHoAYuahdRdpN/3WZDwVN5uKKwuhL9BuQbeh4GXRiUkXFi1SN02NjERvR6IuSGTz0x/KvaN34Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDSyyr7nmXbxyxlxL6RFWvZqf4Yxfvjc9+51FwDCrM0DQIhAOqpxgRbgXRZB0BuDI387+Xd/H3pRp+q3FCv9VPI89Z8"}]}},"3.7.0":{"name":"npm","version":"3.7.0","dependencies":{"abbrev":"~1.0.7","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.0.1","archy":"~1.0.0","async-some":"~1.0.2","chownr":"~1.0.1","cmd-shim":"~2.0.1","columnify":"~1.5.4","config-chain":"~1.1.10","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.7","fs-write-stream-atomic":"~1.0.8","fstream":"~1.0.8","fstream-npm":"~1.0.7","glob":"~6.0.4","graceful-fs":"~4.1.2","has-unicode":"~2.0.0","hosted-git-info":"~2.1.4","iferr":"~0.1.5","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.9.3","lockfile":"~1.0.1","lodash.clonedeep":"~4.0.2","lodash.isarguments":"~3.0.5","lodash.isarray":"~4.0.0","lodash.keys":"~4.0.0","lodash.union":"~4.0.1","lodash.uniq":"~4.0.1","lodash.without":"~4.0.1","mkdirp":"~0.5.1","node-gyp":"~3.2.1","nopt":"~3.0.6","normalize-git-url":"~3.0.1","normalize-package-data":"~2.3.5","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-package-arg":"~4.1.0","npm-registry-client":"~7.0.9","npm-user-validate":"~0.1.2","npmlog":"~2.0.2","once":"~1.3.3","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"~2.0.3","read-package-tree":"~5.1.2","readable-stream":"~2.0.5","realize-package-specifier":"~3.0.1","request":"~2.69.0","retry":"~0.9.0","rimraf":"~2.5.1","semver":"~5.1.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~1.0.0","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","validate-npm-package-name":"~2.2.2","which":"~1.2.4","wrappy":"~1.0.1","write-file-atomic":"~1.1.4","ansi-regex":"*","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._baseuniq":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*","strip-ansi":"*","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.5","marked-man":"~0.1.5","npm-registry-couchapp":"~2.6.12","npm-registry-mock":"~1.0.1","require-inject":"~1.3.0","sprintf-js":"~1.0.3","standard":"~5.4.1","tap":"~5.2.0"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","async-some","chownr","cmd-shim","columnify","config-chain","debuglog","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.isarguments","lodash.isarray","lodash.keys","lodash.restparam","lodash.union","lodash.uniq","lodash.without","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"shasum":"337ed59b676adf05e236cfbf31260db013dce7e3","tarball":"https://registry.npmjs.org/npm/-/npm-3.7.0.tgz","integrity":"sha512-/I6XzUPBAMmgg5ldyUfGZg1wc8MYaecPhyV3myA8NuiMpKdxRpBrQD/tr/8wJajTPC9JFWSLQ+IhzYKcT8Asgg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBN2L5PovWKC3QA71fkNqvXbDSYM5jQ5JrTJlg6cuwL9AiAPZrF+nETq8wNwrU0164UaiV+xrANPGF489TfGFFQDmA=="}]}},"3.7.1":{"name":"npm","version":"3.7.1","dependencies":{"abbrev":"~1.0.7","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.0.1","archy":"~1.0.0","async-some":"~1.0.2","chownr":"~1.0.1","cmd-shim":"~2.0.1","columnify":"~1.5.4","config-chain":"~1.1.10","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.7","fs-write-stream-atomic":"~1.0.8","fstream":"~1.0.8","fstream-npm":"~1.0.7","glob":"~6.0.4","graceful-fs":"~4.1.2","has-unicode":"~2.0.0","hosted-git-info":"~2.1.4","iferr":"~0.1.5","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.9.3","lockfile":"~1.0.1","lodash.clonedeep":"~4.0.2","lodash.isarguments":"~3.0.5","lodash.isarray":"~4.0.0","lodash.keys":"~4.0.0","lodash.union":"~4.0.1","lodash.uniq":"~4.0.1","lodash.without":"~4.0.1","mkdirp":"~0.5.1","node-gyp":"~3.2.1","nopt":"~3.0.6","normalize-git-url":"~3.0.1","normalize-package-data":"~2.3.5","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-package-arg":"~4.1.0","npm-registry-client":"~7.0.9","npm-user-validate":"~0.1.2","npmlog":"~2.0.2","once":"~1.3.3","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"~2.0.3","read-package-tree":"~5.1.2","readable-stream":"~2.0.5","realize-package-specifier":"~3.0.1","request":"~2.69.0","retry":"~0.9.0","rimraf":"~2.5.1","semver":"~5.1.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~1.0.0","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","validate-npm-package-name":"~2.2.2","which":"~1.2.4","wrappy":"~1.0.1","write-file-atomic":"~1.1.4","ansi-regex":"*","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._baseuniq":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*","strip-ansi":"*","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.5","marked-man":"~0.1.5","npm-registry-couchapp":"~2.6.12","npm-registry-mock":"~1.0.1","require-inject":"~1.3.0","sprintf-js":"~1.0.3","standard":"~5.4.1","tap":"~5.2.0"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","async-some","chownr","cmd-shim","columnify","config-chain","debuglog","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.isarguments","lodash.isarray","lodash.keys","lodash.restparam","lodash.union","lodash.uniq","lodash.without","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"shasum":"e997d2562522c05d11bf052bdbe024d4afdac798","tarball":"https://registry.npmjs.org/npm/-/npm-3.7.1.tgz","integrity":"sha512-HxBClk+RVk8UZQ3Ns/XPJgocOMxFhOf6rOdBW8qIehFGY3S9M0M96W0X5Wnbs23K3BjntcjFPpv+gsyppOrhhw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD2iwT+yVThUV946gnu1VkZXmJdc7bCXU/hlKZZWmfC0wIgec/2o3ji3bJfW9fiqOILEb+a8NZ1usJ7RebPhT4JWIM="}]}},"3.7.2":{"name":"npm","version":"3.7.2","dependencies":{"abbrev":"~1.0.7","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.0.1","archy":"~1.0.0","async-some":"~1.0.2","chownr":"~1.0.1","cmd-shim":"~2.0.1","columnify":"~1.5.4","config-chain":"~1.1.10","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.7","fs-write-stream-atomic":"~1.0.8","fstream":"~1.0.8","fstream-npm":"~1.0.7","glob":"~6.0.4","graceful-fs":"~4.1.3","has-unicode":"~2.0.0","hosted-git-info":"~2.1.4","iferr":"~0.1.5","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.9.3","lockfile":"~1.0.1","lodash.clonedeep":"~4.0.4","lodash.isarguments":"~3.0.6","lodash.isarray":"~4.0.0","lodash.keys":"~4.0.2","lodash.union":"~4.0.2","lodash.uniq":"~4.0.2","lodash.without":"~4.0.2","mkdirp":"~0.5.1","node-gyp":"~3.2.1","nopt":"~3.0.6","normalize-git-url":"~3.0.1","normalize-package-data":"~2.3.5","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-package-arg":"~4.1.0","npm-registry-client":"~7.0.9","npm-user-validate":"~0.1.2","npmlog":"~2.0.2","once":"~1.3.3","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"~2.0.3","read-package-tree":"~5.1.2","readable-stream":"~2.0.5","realize-package-specifier":"~3.0.1","request":"~2.69.0","retry":"~0.9.0","rimraf":"~2.5.1","semver":"~5.1.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~1.0.0","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","validate-npm-package-name":"~2.2.2","which":"~1.2.4","wrappy":"~1.0.1","write-file-atomic":"~1.1.4","ansi-regex":"*","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._baseuniq":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*","strip-ansi":"*","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.5","marked-man":"~0.1.5","npm-registry-couchapp":"~2.6.12","npm-registry-mock":"~1.0.1","require-inject":"~1.3.0","sprintf-js":"~1.0.3","standard":"~5.4.1","tap":"~5.4.2"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","async-some","chownr","cmd-shim","columnify","config-chain","debuglog","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.isarguments","lodash.isarray","lodash.keys","lodash.restparam","lodash.union","lodash.uniq","lodash.without","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"shasum":"3bf89700b6797a40a73bfb10ed702190d0e41644","tarball":"https://registry.npmjs.org/npm/-/npm-3.7.2.tgz","integrity":"sha512-MbWHg2AotXVGkgRGtzxToADSNq8/ZW1X1k9YkkvVxlZs7TS39OGeKiSGnJwkBbcC83vkoqxx+hjWKX5z4xhKoA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDtFcyxpJ7AzymlmREJOOxdndL91gdoy2F8aMGJJepBzAiEAv9yavck5DmAyzM+7eK8WHPtuO28y1/G2854IF7FM4/0="}]}},"2.14.18":{"name":"npm","version":"2.14.18","dependencies":{"abbrev":"~1.0.7","ansi":"~0.3.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","async-some":"~1.0.2","block-stream":"0.0.8","char-spinner":"~1.0.1","chmodr":"~1.0.2","chownr":"~1.0.1","cmd-shim":"~2.0.1","columnify":"~1.5.4","config-chain":"~1.1.10","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.7","fs-write-stream-atomic":"~1.0.8","fstream":"~1.0.8","fstream-npm":"~1.0.7","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~5.0.15","graceful-fs":"~4.1.3","hosted-git-info":"~2.1.4","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.9.3","lockfile":"~1.0.1","lru-cache":"~3.2.0","minimatch":"~3.0.0","mkdirp":"~0.5.1","node-gyp":"~3.2.1","nopt":"~3.0.6","normalize-git-url":"~3.0.1","normalize-package-data":"~2.3.5","npm-cache-filename":"~1.0.2","npm-install-checks":"~1.0.6","npm-package-arg":"~4.1.0","npm-registry-client":"~7.0.9","npm-user-validate":"~0.1.2","npmlog":"~2.0.2","once":"~1.3.3","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.0","read":"~1.0.7","read-installed":"~4.0.3","read-package-json":"~2.0.3","readable-stream":"~1.1.13","realize-package-specifier":"~3.0.1","request":"~2.69.0","retry":"~0.9.0","rimraf":"~2.5.1","semver":"~5.1.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~1.0.0","spdx-license-ids":"~1.2.0","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","validate-npm-package-license":"~3.0.1","validate-npm-package-name":"~2.2.2","which":"~1.2.4","wrappy":"~1.0.1","write-file-atomic":"~1.1.4","ansi-regex":"*","imurmurhash":"*","strip-ansi":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.5","marked-man":"~0.1.5","npm-registry-couchapp":"~2.6.12","npm-registry-mock":"~1.0.0","require-inject":"~1.3.0","sprintf-js":"~1.0.2","tap":"~2.3.1"},"bundleDependencies":["abbrev","ansi","ansi-regex","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","chmodr","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","hosted-git-info","imurmurhash","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","spdx-license-ids","strip-ansi","tar","text-table","uid-number","umask","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"f948c12e465be40a661e8d7863f54c6e8364bcae","tarball":"https://registry.npmjs.org/npm/-/npm-2.14.18.tgz","integrity":"sha512-OjW246A3EEv5FEpSE6klWoY8cCJ2+Dx4fW9fdgpsDZyCfHP0dHxDB28w0OgQiqJyGaW/InYKAyOk6L+zrCCRjQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDqjt//iyTO896yA/DF06IupeBLPax1XKLD+EdWhb5/uwIgAmlhWnNc5gKCRwfWSEeYGzt4yWTd7Bckdlob/LXbf78="}]}},"3.7.3":{"name":"npm","version":"3.7.3","dependencies":{"abbrev":"~1.0.7","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.0.1","archy":"~1.0.0","async-some":"~1.0.2","chownr":"~1.0.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.10","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.7","fs-write-stream-atomic":"~1.0.8","fstream":"~1.0.8","fstream-npm":"~1.0.7","glob":"~6.0.4","graceful-fs":"~4.1.3","has-unicode":"~2.0.0","hosted-git-info":"~2.1.4","iferr":"~0.1.5","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.9.3","lockfile":"~1.0.1","lodash.clonedeep":"~4.1.0","lodash.isarguments":"~3.0.6","lodash.isarray":"~4.0.0","lodash.keys":"~4.0.2","lodash.union":"~4.1.0","lodash.uniq":"~4.1.0","lodash.without":"~4.0.2","mkdirp":"~0.5.1","node-gyp":"~3.2.1","nopt":"~3.0.6","normalize-git-url":"~3.0.1","normalize-package-data":"~2.3.5","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-package-arg":"~4.1.0","npm-registry-client":"~7.0.9","npm-user-validate":"~0.1.2","npmlog":"~2.0.2","once":"~1.3.3","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"~2.0.3","read-package-tree":"~5.1.2","readable-stream":"~2.0.5","realize-package-specifier":"~3.0.1","request":"~2.69.0","retry":"~0.9.0","rimraf":"~2.5.1","semver":"~5.1.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~1.0.0","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","validate-npm-package-name":"~2.2.2","which":"~1.2.4","wrappy":"~1.0.1","write-file-atomic":"~1.1.4","ansi-regex":"*","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._baseuniq":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*","strip-ansi":"*","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.5","marked-man":"~0.1.5","npm-registry-couchapp":"~2.6.12","npm-registry-mock":"~1.0.1","require-inject":"~1.3.0","sprintf-js":"~1.0.3","standard":"~5.4.1","tap":"~5.4.2"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","async-some","chownr","cmd-shim","columnify","config-chain","debuglog","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.isarguments","lodash.isarray","lodash.keys","lodash.restparam","lodash.union","lodash.uniq","lodash.without","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"shasum":"97d0b4d106a7ac0fc7f12370fca9e9245c009ad6","tarball":"https://registry.npmjs.org/npm/-/npm-3.7.3.tgz","integrity":"sha512-R9hUtuyHacr+X1q+LA9yUGNFtsOZ0U4gK2hB0xXFyM52/TZQfvcgzb0BmZXiUlluouQs5KO4OCcUGlNP+JkEWQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC5iA+5dxcBVNySpzJb6aFMy4L2NgphhL9+4iGuFbim9QIhAIQUQcGKf0MqD/x4m1gw/Swt0g7fi6YeG8dejrxqmo9s"}]}},"2.14.19":{"name":"npm","version":"2.14.19","dependencies":{"abbrev":"~1.0.7","ansi":"~0.3.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","async-some":"~1.0.2","block-stream":"0.0.8","char-spinner":"~1.0.1","chmodr":"~1.0.2","chownr":"~1.0.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.10","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.7","fs-write-stream-atomic":"~1.0.8","fstream":"~1.0.8","fstream-npm":"~1.0.7","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~5.0.15","graceful-fs":"~4.1.3","hosted-git-info":"~2.1.4","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.9.3","lockfile":"~1.0.1","lru-cache":"~3.2.0","minimatch":"~3.0.0","mkdirp":"~0.5.1","node-gyp":"~3.2.1","nopt":"~3.0.6","normalize-git-url":"~3.0.1","normalize-package-data":"~2.3.5","npm-cache-filename":"~1.0.2","npm-install-checks":"~1.0.6","npm-package-arg":"~4.1.0","npm-registry-client":"~7.0.9","npm-user-validate":"~0.1.2","npmlog":"~2.0.2","once":"~1.3.3","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.0","read":"~1.0.7","read-installed":"~4.0.3","read-package-json":"~2.0.3","readable-stream":"~1.1.13","realize-package-specifier":"~3.0.1","request":"~2.69.0","retry":"~0.9.0","rimraf":"~2.5.1","semver":"~5.1.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~1.0.0","spdx-license-ids":"~1.2.0","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","validate-npm-package-license":"~3.0.1","validate-npm-package-name":"~2.2.2","which":"~1.2.4","wrappy":"~1.0.1","write-file-atomic":"~1.1.4","ansi-regex":"*","imurmurhash":"*","strip-ansi":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.5","marked-man":"~0.1.5","npm-registry-couchapp":"~2.6.12","npm-registry-mock":"~1.0.0","require-inject":"~1.3.0","sprintf-js":"~1.0.2","tap":"~2.3.1"},"bundleDependencies":["abbrev","ansi","ansi-regex","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","chmodr","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","hosted-git-info","imurmurhash","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","spdx-license-ids","strip-ansi","tar","text-table","uid-number","umask","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"eb45e7716a14d1214a2b7b216cf1ec99bbadffdf","tarball":"https://registry.npmjs.org/npm/-/npm-2.14.19.tgz","integrity":"sha512-N7/Sb+RYyXLs3gTTYLsC3Hbsvr21tMy/A9kQnamdpO2MSreT2DxgdB57Je/HE2NcT3+x6d5T7lgHGOpCqOVVtw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCNIrUV5wqdXjMj9cQTSG8ojI9P5SMwX0QWK4Ad42wDAwIgAWvoSzsei2PeBomTqTbQwKrOKT/USdWh4Ma7VvEPfYU="}]}},"2.14.20":{"name":"npm","version":"2.14.20","dependencies":{"abbrev":"~1.0.7","ansi":"~0.3.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","async-some":"~1.0.2","block-stream":"0.0.8","char-spinner":"~1.0.1","chmodr":"~1.0.2","chownr":"~1.0.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.10","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.7","fs-write-stream-atomic":"~1.0.8","fstream":"~1.0.8","fstream-npm":"~1.0.7","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~5.0.15","graceful-fs":"~4.1.3","hosted-git-info":"~2.1.4","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.9.3","lockfile":"~1.0.1","lru-cache":"~3.2.0","minimatch":"~3.0.0","mkdirp":"~0.5.1","node-gyp":"~3.3.0","nopt":"~3.0.6","normalize-git-url":"~3.0.1","normalize-package-data":"~2.3.5","npm-cache-filename":"~1.0.2","npm-install-checks":"~1.0.7","npm-package-arg":"~4.1.0","npm-registry-client":"~7.0.9","npm-user-validate":"~0.1.2","npmlog":"~2.0.2","once":"~1.3.3","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.0","read":"~1.0.7","read-installed":"~4.0.3","read-package-json":"~2.0.3","readable-stream":"~1.1.13","realize-package-specifier":"~3.0.1","request":"~2.69.0","retry":"~0.9.0","rimraf":"~2.5.2","semver":"~5.1.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~1.0.0","spdx-license-ids":"~1.2.0","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","validate-npm-package-license":"~3.0.1","validate-npm-package-name":"~2.2.2","which":"~1.2.4","wrappy":"~1.0.1","write-file-atomic":"~1.1.4","ansi-regex":"*","imurmurhash":"*","strip-ansi":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.5","marked-man":"~0.1.5","npm-registry-couchapp":"~2.6.12","npm-registry-mock":"~1.0.0","require-inject":"~1.3.0","sprintf-js":"~1.0.2","tap":"~2.3.1"},"bundleDependencies":["abbrev","ansi","ansi-regex","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","chmodr","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","hosted-git-info","imurmurhash","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","spdx-license-ids","strip-ansi","tar","text-table","uid-number","umask","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"16e219514e15085b94234ffb15d820b3bc73608b","tarball":"https://registry.npmjs.org/npm/-/npm-2.14.20.tgz","integrity":"sha512-B4lyH5caxdCqkGXb56uAikL788NbH7sh6tKSvOWvelcOK9YPp/+za3oRXq20qy8NGUjxQ7+nIO441PTfDLHfkg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD6k7XG6CXlqgC4aJfBt8Ova04qAOrgSBmuX951agnRiAIhAIe3GMJ/khJ45ElaOIlGdAUhgJ1Z+STLkcIN+xu3BC/M"}]}},"3.7.4":{"name":"npm","version":"3.7.4","dependencies":{"abbrev":"~1.0.7","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.0.1","archy":"~1.0.0","async-some":"~1.0.2","chownr":"~1.0.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.10","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.7","fs-write-stream-atomic":"~1.0.8","fstream":"~1.0.8","fstream-npm":"~1.0.7","glob":"~7.0.0","graceful-fs":"~4.1.3","has-unicode":"~2.0.0","hosted-git-info":"~2.1.4","iferr":"~0.1.5","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.9.3","lockfile":"~1.0.1","lodash._baseuniq":"~4.4.0","lodash.clonedeep":"~4.3.0","lodash.isarguments":"~3.0.7","lodash.isarray":"~4.0.0","lodash.keys":"~4.0.3","lodash.union":"~4.2.0","lodash.uniq":"~4.2.0","lodash.without":"~4.1.0","mkdirp":"~0.5.1","node-gyp":"~3.3.0","nopt":"~3.0.6","normalize-git-url":"~3.0.1","normalize-package-data":"~2.3.5","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-package-arg":"~4.1.0","npm-registry-client":"~7.0.9","npm-user-validate":"~0.1.2","npmlog":"~2.0.2","once":"~1.3.3","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"~2.0.3","read-package-tree":"~5.1.2","readable-stream":"~2.0.5","realize-package-specifier":"~3.0.1","request":"~2.69.0","retry":"~0.9.0","rimraf":"~2.5.2","semver":"~5.1.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~1.0.0","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","validate-npm-package-name":"~2.2.2","which":"~1.2.4","wrappy":"~1.0.1","write-file-atomic":"~1.1.4","ansi-regex":"*","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*","strip-ansi":"*","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.5","marked-man":"~0.1.5","npm-registry-couchapp":"~2.6.12","npm-registry-mock":"~1.0.1","require-inject":"~1.3.0","sprintf-js":"~1.0.3","standard":"~5.4.1","tacks":"~1.0.9","tap":"~5.6.0"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","async-some","chownr","cmd-shim","columnify","config-chain","debuglog","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.isarguments","lodash.isarray","lodash.keys","lodash.restparam","lodash.union","lodash.uniq","lodash.without","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"shasum":"2a74df01a6456301597667c4d7750e8579de688e","tarball":"https://registry.npmjs.org/npm/-/npm-3.7.4.tgz","integrity":"sha512-nBpBgcEude9ivsRYji/0vUbpE0bsa0e+UmfdLGVGdU1YwyUvgLyraHvAceeRw4Tp8MJAOp+EVHsWMsBJjmYgwQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGiZPajXW3LH4aQkjKiMlKOhjOslpUZ5N8MDU2VdK9A7AiEAhEeE+94rCPcicBbdz2VJU6GBqr8mN12SyQKt0F9B348="}]}},"3.7.5":{"name":"npm","version":"3.7.5","dependencies":{"abbrev":"~1.0.7","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.0.1","archy":"~1.0.0","async-some":"~1.0.2","chownr":"~1.0.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.10","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.7","fs-write-stream-atomic":"~1.0.8","fstream":"~1.0.8","fstream-npm":"~1.0.7","glob":"~7.0.0","graceful-fs":"~4.1.3","has-unicode":"~2.0.0","hosted-git-info":"~2.1.4","iferr":"~0.1.5","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.9.3","lockfile":"~1.0.1","lodash._baseuniq":"~4.4.0","lodash.clonedeep":"~4.3.0","lodash.isarguments":"~3.0.7","lodash.isarray":"~4.0.0","lodash.keys":"~4.0.3","lodash.union":"~4.2.0","lodash.uniq":"~4.2.0","lodash.without":"~4.1.0","mkdirp":"~0.5.1","node-gyp":"~3.3.0","nopt":"~3.0.6","normalize-git-url":"~3.0.1","normalize-package-data":"~2.3.5","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-package-arg":"~4.1.0","npm-registry-client":"~7.0.9","npm-user-validate":"~0.1.2","npmlog":"~2.0.2","once":"~1.3.3","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"~2.0.3","read-package-tree":"~5.1.2","readable-stream":"~2.0.5","realize-package-specifier":"~3.0.1","request":"~2.69.0","retry":"~0.9.0","rimraf":"~2.5.2","semver":"~5.1.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~1.0.0","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","validate-npm-package-name":"~2.2.2","which":"~1.2.4","wrappy":"~1.0.1","write-file-atomic":"~1.1.4","ansi-regex":"*","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*","strip-ansi":"*","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.5","marked-man":"~0.1.5","npm-registry-couchapp":"~2.6.12","npm-registry-mock":"~1.0.1","require-inject":"~1.3.0","sprintf-js":"~1.0.3","standard":"~5.4.1","tacks":"~1.0.9","tap":"~5.6.0"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","async-some","chownr","cmd-shim","columnify","config-chain","debuglog","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.isarguments","lodash.isarray","lodash.keys","lodash.restparam","lodash.union","lodash.uniq","lodash.without","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"shasum":"a7dae58e52ecbe263c1c860c6fd64ffa50f3c79b","tarball":"https://registry.npmjs.org/npm/-/npm-3.7.5.tgz","integrity":"sha512-okWFu3nyNKJJbLtRahE2kuc4kDzGBJQRxK8NICYwN616GuYoafoIUrFaF/SuSrGO9K4Q868g3ugj25QaaUlE7w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGugGnKESiFaEohSBcMSai/f5IlFHaSZeL3cGpftv209AiEA1R0fSbKH6DLIUM0T4/u+3NbR2BtS9sdj/wKIB0Gpu3A="}]}},"2.14.21":{"name":"npm","version":"2.14.21","dependencies":{"abbrev":"~1.0.7","ansi":"~0.3.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","async-some":"~1.0.2","block-stream":"0.0.8","char-spinner":"~1.0.1","chmodr":"~1.0.2","chownr":"~1.0.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.10","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.7","fs-write-stream-atomic":"~1.0.8","fstream":"~1.0.8","fstream-npm":"~1.0.7","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~5.0.15","graceful-fs":"~4.1.3","hosted-git-info":"~2.1.4","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.9.3","lockfile":"~1.0.1","lru-cache":"~3.2.0","minimatch":"~3.0.0","mkdirp":"~0.5.1","node-gyp":"~3.3.0","nopt":"~3.0.6","normalize-git-url":"~3.0.1","normalize-package-data":"~2.3.5","npm-cache-filename":"~1.0.2","npm-install-checks":"~1.0.7","npm-package-arg":"~4.1.0","npm-registry-client":"~7.0.9","npm-user-validate":"~0.1.2","npmlog":"~2.0.2","once":"~1.3.3","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.0","read":"~1.0.7","read-installed":"~4.0.3","read-package-json":"~2.0.3","readable-stream":"~1.1.13","realize-package-specifier":"~3.0.1","request":"~2.69.0","retry":"~0.9.0","rimraf":"~2.5.2","semver":"~5.1.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~1.0.0","spdx-license-ids":"~1.2.0","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","validate-npm-package-license":"~3.0.1","validate-npm-package-name":"~2.2.2","which":"~1.2.4","wrappy":"~1.0.1","write-file-atomic":"~1.1.4","ansi-regex":"*","imurmurhash":"*","strip-ansi":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.5","marked-man":"~0.1.5","npm-registry-couchapp":"~2.6.12","npm-registry-mock":"~1.0.0","require-inject":"~1.3.0","sprintf-js":"~1.0.2","tacks":"~1.0.9","tap":"~2.3.1"},"bundleDependencies":["abbrev","ansi","ansi-regex","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","chmodr","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","hosted-git-info","imurmurhash","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","spdx-license-ids","strip-ansi","tar","text-table","uid-number","umask","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"4be88073d5eb95864fc84c1df2c743bfdeded70e","tarball":"https://registry.npmjs.org/npm/-/npm-2.14.21.tgz","integrity":"sha512-1PFHv0tdMhk8cKdX6TeqT44WvMENC0NjqTcBxqBdOMxkdvX9vyGUAI3LRBBJqUh+zUhKeF42+CSq13LGpSlfYA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFTDmCsaNrVcadRC7EWUrQBbOzUnUcc7oTlOFMamRR7aAiAw3NleLBiH4nq6k///gBeVsGRalMwM1cSKk1w4JPmyIA=="}]}},"3.8.0":{"name":"npm","version":"3.8.0","dependencies":{"abbrev":"~1.0.7","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.0.1","archy":"~1.0.0","async-some":"~1.0.2","chownr":"~1.0.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.10","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.7","fs-write-stream-atomic":"~1.0.8","fstream":"~1.0.8","fstream-npm":"~1.0.7","glob":"~7.0.0","graceful-fs":"~4.1.3","has-unicode":"~2.0.0","hosted-git-info":"~2.1.4","iferr":"~0.1.5","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.9.3","lockfile":"~1.0.1","lodash._baseuniq":"~4.5.0","lodash.clonedeep":"~4.3.0","lodash.isarguments":"~3.0.7","lodash.isarray":"~4.0.0","lodash.keys":"~4.0.4","lodash.union":"~4.2.0","lodash.uniq":"~4.2.0","lodash.without":"~4.1.0","mkdirp":"~0.5.1","node-gyp":"~3.3.0","nopt":"~3.0.6","normalize-git-url":"~3.0.1","normalize-package-data":"~2.3.5","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-package-arg":"~4.1.0","npm-registry-client":"~7.1.0","npm-user-validate":"~0.1.2","npmlog":"~2.0.2","once":"~1.3.3","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"~2.0.3","read-package-tree":"~5.1.2","readable-stream":"~2.0.5","realize-package-specifier":"~3.0.1","request":"~2.69.0","retry":"~0.9.0","rimraf":"~2.5.2","semver":"~5.1.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~1.0.0","strip-ansi":"~3.0.1","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","validate-npm-package-name":"~2.2.2","which":"~1.2.4","wrappy":"~1.0.1","write-file-atomic":"~1.1.4","ansi-regex":"*","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.5","marked-man":"~0.1.5","npm-registry-couchapp":"~2.6.12","npm-registry-mock":"~1.0.1","require-inject":"~1.3.0","sprintf-js":"~1.0.3","standard":"~5.4.1","tacks":"~1.0.9","tap":"~5.7.0"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","async-some","chownr","cmd-shim","columnify","config-chain","debuglog","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.isarguments","lodash.isarray","lodash.keys","lodash.restparam","lodash.union","lodash.uniq","lodash.without","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"shasum":"247aab15e5ea80ad3eda3bf5edb832bd591a821b","tarball":"https://registry.npmjs.org/npm/-/npm-3.8.0.tgz","integrity":"sha512-sVicI2otKIgwUttfGqqjDXbX6b9kJFDGTIfgTOlJksL24ncuz/R1A/AWHgnQ05ePL2+j1N/zLxLcqszw1AIiiQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDZVKhG0c5fA2OX0spWUHqqz3Y07p6DjYrZIK0EyMQS5AiEAn4DgvAuZ93s38vARbWN5lLk7CIetkwJkOUQgge2K5XA="}]}},"2.14.22":{"name":"npm","version":"2.14.22","dependencies":{"abbrev":"~1.0.7","ansi":"~0.3.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","async-some":"~1.0.2","block-stream":"0.0.8","char-spinner":"~1.0.1","chmodr":"~1.0.2","chownr":"~1.0.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.10","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.7","fs-write-stream-atomic":"~1.0.8","fstream":"~1.0.8","fstream-npm":"~1.0.7","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~5.0.15","graceful-fs":"~4.1.3","hosted-git-info":"~2.1.4","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.9.3","lockfile":"~1.0.1","lru-cache":"~3.2.0","minimatch":"~3.0.0","mkdirp":"~0.5.1","node-gyp":"~3.3.0","nopt":"~3.0.6","normalize-git-url":"~3.0.1","normalize-package-data":"~2.3.5","npm-cache-filename":"~1.0.2","npm-install-checks":"~1.0.7","npm-package-arg":"~4.1.0","npm-registry-client":"~7.0.9","npm-user-validate":"~0.1.2","npmlog":"~2.0.2","once":"~1.3.3","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.0","read":"~1.0.7","read-installed":"~4.0.3","read-package-json":"~2.0.3","readable-stream":"~1.1.13","realize-package-specifier":"~3.0.1","request":"~2.69.0","retry":"~0.9.0","rimraf":"~2.5.2","semver":"~5.1.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~1.0.0","spdx-license-ids":"~1.2.0","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","validate-npm-package-license":"~3.0.1","validate-npm-package-name":"~2.2.2","which":"~1.2.4","wrappy":"~1.0.1","write-file-atomic":"~1.1.4","ansi-regex":"*","imurmurhash":"*","strip-ansi":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.5","marked-man":"~0.1.5","npm-registry-couchapp":"~2.6.12","npm-registry-mock":"~1.0.0","require-inject":"~1.3.0","sprintf-js":"~1.0.2","tacks":"~1.0.9","tap":"~2.3.1"},"bundleDependencies":["abbrev","ansi","ansi-regex","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","chmodr","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","hosted-git-info","imurmurhash","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","spdx-license-ids","strip-ansi","tar","text-table","uid-number","umask","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"dac3a03d5051b60a5379b1207b7c6e137d8c169a","tarball":"https://registry.npmjs.org/npm/-/npm-2.14.22.tgz","integrity":"sha512-kwsyXlZh2n01nHwXfF50HXUta5UQmP2a+LkoleiQPYkNs7ZA/xGN86+D1oaR/Gu2rGlst2y0NjkKFnQ3H/2p0A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDF+qvGOttOGVkn8tPw7gVz/ef14qiwbxQ63RCoOi5sKAiA42RyfNI7GNoWgRaKXDrf8QG2kV+BEOaRdk8KeRaeDiA=="}]}},"3.8.1":{"name":"npm","version":"3.8.1","dependencies":{"abbrev":"~1.0.7","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.0.1","archy":"~1.0.0","async-some":"~1.0.2","chownr":"~1.0.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.10","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.7","fs-write-stream-atomic":"~1.0.8","fstream":"~1.0.8","fstream-npm":"~1.0.7","glob":"~7.0.0","graceful-fs":"~4.1.3","has-unicode":"~2.0.0","hosted-git-info":"~2.1.4","iferr":"~0.1.5","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.9.3","lockfile":"~1.0.1","lodash._baseuniq":"~4.5.0","lodash.clonedeep":"~4.3.1","lodash.isarray":"~4.0.0","lodash.keys":"~4.0.5","lodash.union":"~4.2.0","lodash.uniq":"~4.2.0","lodash.without":"~4.1.1","mkdirp":"~0.5.1","node-gyp":"~3.3.0","nopt":"~3.0.6","normalize-git-url":"~3.0.1","normalize-package-data":"~2.3.5","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-package-arg":"~4.1.0","npm-registry-client":"~7.1.0","npm-user-validate":"~0.1.2","npmlog":"~2.0.2","once":"~1.3.3","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"~2.0.3","read-package-tree":"~5.1.2","readable-stream":"~2.0.5","realize-package-specifier":"~3.0.1","request":"~2.69.0","retry":"~0.9.0","rimraf":"~2.5.2","semver":"~5.1.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~1.0.0","strip-ansi":"~3.0.1","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","validate-npm-package-name":"~2.2.2","which":"~1.2.4","wrappy":"~1.0.1","write-file-atomic":"~1.1.4","ansi-regex":"*","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.5","marked-man":"~0.1.5","npm-registry-couchapp":"~2.6.12","npm-registry-mock":"~1.0.1","require-inject":"~1.3.0","sprintf-js":"~1.0.3","standard":"~5.4.1","tacks":"~1.0.9","tap":"~5.7.0"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","async-some","chownr","cmd-shim","columnify","config-chain","debuglog","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.isarray","lodash.keys","lodash.restparam","lodash.union","lodash.uniq","lodash.without","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"shasum":"ad8c6d9cb6218ab7e35858060a1fa87c87eef8a8","tarball":"https://registry.npmjs.org/npm/-/npm-3.8.1.tgz","integrity":"sha512-Uu+g8L/Bay3/Sjei8nyKtTGrgY5VZRRawTb4M+x4MBmPsbKN1JrCqOGARCDv26ae/BIq6ALiFkjWD6WGKY7iiA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD7bemfEyW4JR2rJ9FjQzyzeaIv271BKaPKfXHEdwntiwIgd2ZnFuVFFF3Dnq4BlKGvMx/+bDdKHUB/tV4AIbJibLk="}]}},"3.8.2":{"name":"npm","version":"3.8.2","dependencies":{"abbrev":"~1.0.7","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.0.1","archy":"~1.0.0","async-some":"~1.0.2","chownr":"~1.0.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.10","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.7","fs-write-stream-atomic":"~1.0.8","fstream":"~1.0.8","fstream-npm":"~1.0.7","glob":"~7.0.3","graceful-fs":"~4.1.3","has-unicode":"~2.0.0","hosted-git-info":"~2.1.4","iferr":"~0.1.5","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.9.3","lockfile":"~1.0.1","lodash._baseuniq":"~4.5.0","lodash.clonedeep":"~4.3.1","lodash.isarray":"~4.0.0","lodash.keys":"~4.0.5","lodash.union":"~4.2.0","lodash.uniq":"~4.2.0","lodash.without":"~4.1.1","mkdirp":"~0.5.1","node-gyp":"~3.3.1","nopt":"~3.0.6","normalize-git-url":"~3.0.1","normalize-package-data":"~2.3.5","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-package-arg":"~4.1.0","npm-registry-client":"~7.1.0","npm-user-validate":"~0.1.2","npmlog":"~2.0.2","once":"~1.3.3","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"~2.0.3","read-package-tree":"~5.1.2","readable-stream":"~2.0.5","realize-package-specifier":"~3.0.1","request":"~2.69.0","retry":"~0.9.0","rimraf":"~2.5.2","semver":"~5.1.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~1.0.0","strip-ansi":"~3.0.1","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","validate-npm-package-name":"~2.2.2","which":"~1.2.4","wrappy":"~1.0.1","write-file-atomic":"~1.1.4","ansi-regex":"*","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.5","marked-man":"~0.1.5","npm-registry-couchapp":"~2.6.12","npm-registry-mock":"~1.0.1","require-inject":"~1.3.0","sprintf-js":"~1.0.3","standard":"~5.4.1","tacks":"~1.0.9","tap":"~5.7.0"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","async-some","chownr","cmd-shim","columnify","config-chain","debuglog","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.isarray","lodash.keys","lodash.restparam","lodash.union","lodash.uniq","lodash.without","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"shasum":"76d82e20e042449e343d0b26b12ad6c3f2e6bc1d","tarball":"https://registry.npmjs.org/npm/-/npm-3.8.2.tgz","integrity":"sha512-2yZr/qyoEmevYiU7X7nb5U9YAepch4sl8CPFb3hh8UEK1A/PfKlq213w+xUOPr3u5/yixiL/SLqNlL2X1Bz0Ew==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFGOmuoSE86iuYkDKkQ9JOgRfaSxcyAKjoptmzGRnOG5AiEAmmeLnEqlQCe9PugfVoZIadKhJgBpuqC9tCGzYSQ/4+0="}]}},"2.15.0":{"name":"npm","version":"2.15.0","dependencies":{"abbrev":"~1.0.7","ansi":"~0.3.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","async-some":"~1.0.2","block-stream":"0.0.8","char-spinner":"~1.0.1","chmodr":"~1.0.2","chownr":"~1.0.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.10","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.7","fs-write-stream-atomic":"~1.0.8","fstream":"~1.0.8","fstream-npm":"~1.0.7","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~7.0.3","graceful-fs":"~4.1.3","hosted-git-info":"~2.1.4","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.9.3","lockfile":"~1.0.1","lru-cache":"~3.2.0","minimatch":"~3.0.0","mkdirp":"~0.5.1","node-gyp":"~3.3.1","nopt":"~3.0.6","normalize-git-url":"~3.0.1","normalize-package-data":"~2.3.5","npm-cache-filename":"~1.0.2","npm-install-checks":"~1.0.7","npm-package-arg":"~4.1.0","npm-registry-client":"~7.1.0","npm-user-validate":"~0.1.2","npmlog":"~2.0.2","once":"~1.3.3","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.0","read":"~1.0.7","read-installed":"~4.0.3","read-package-json":"~2.0.3","readable-stream":"~1.1.13","realize-package-specifier":"~3.0.1","request":"~2.69.0","retry":"~0.9.0","rimraf":"~2.5.2","semver":"~5.1.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~1.0.0","spdx-license-ids":"~1.2.0","strip-ansi":"~3.0.1","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","validate-npm-package-license":"~3.0.1","validate-npm-package-name":"~2.2.2","which":"~1.2.4","wrappy":"~1.0.1","write-file-atomic":"~1.1.4","ansi-regex":"*","imurmurhash":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.5","marked-man":"~0.1.5","npm-registry-couchapp":"~2.6.12","npm-registry-mock":"~1.0.0","require-inject":"~1.3.0","sprintf-js":"~1.0.2","tacks":"~1.0.9","tap":"~2.3.1"},"bundleDependencies":["abbrev","ansi","ansi-regex","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","chmodr","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","hosted-git-info","imurmurhash","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","spdx-license-ids","strip-ansi","tar","text-table","uid-number","umask","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"568be90702ebe7ab0ff44dcf41be7ee73968b19e","tarball":"https://registry.npmjs.org/npm/-/npm-2.15.0.tgz","integrity":"sha512-8+hf6fewyRjWc9QvRHBXsciL7yOCb+pjqYvc3lMaTBwE0IAqupLyDSziNucIL1WkI+VxdrXnGr5vY2AmbbR0Sw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDPVvkjBDJipNpjdnK0SuoaZoaPul2q5u++mTOjNIsSjgIgKK2Onf2El6WecA+ZbB3MDGh+KCVXj43vMQu239m8dAI="}]}},"2.15.1":{"name":"npm","version":"2.15.1","dependencies":{"abbrev":"~1.0.7","ansi":"~0.3.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","async-some":"~1.0.2","block-stream":"0.0.8","char-spinner":"~1.0.1","chmodr":"~1.0.2","chownr":"~1.0.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.10","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.7","fs-write-stream-atomic":"~1.0.8","fstream":"~1.0.8","fstream-npm":"~1.0.7","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~7.0.3","graceful-fs":"~4.1.3","hosted-git-info":"~2.1.4","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.9.3","lockfile":"~1.0.1","lru-cache":"~3.2.0","minimatch":"~3.0.0","mkdirp":"~0.5.1","node-gyp":"~3.3.1","nopt":"~3.0.6","normalize-git-url":"~3.0.1","normalize-package-data":"~2.3.5","npm-cache-filename":"~1.0.2","npm-install-checks":"~1.0.7","npm-package-arg":"~4.1.0","npm-registry-client":"~7.1.0","npm-user-validate":"~0.1.2","npmlog":"~2.0.2","once":"~1.3.3","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.0","read":"~1.0.7","read-installed":"~4.0.3","read-package-json":"~2.0.3","readable-stream":"~1.1.13","realize-package-specifier":"~3.0.1","request":"~2.69.0","retry":"~0.9.0","rimraf":"~2.5.2","semver":"~5.1.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~1.0.0","spdx-license-ids":"~1.2.0","strip-ansi":"~3.0.1","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","validate-npm-package-license":"~3.0.1","validate-npm-package-name":"~2.2.2","which":"~1.2.4","wrappy":"~1.0.1","write-file-atomic":"~1.1.4","ansi-regex":"*","imurmurhash":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.5","marked-man":"~0.1.5","npm-registry-couchapp":"~2.6.12","npm-registry-mock":"~1.0.0","require-inject":"~1.3.0","sprintf-js":"~1.0.2","tacks":"~1.0.9","tap":"~2.3.1"},"bundleDependencies":["abbrev","ansi","ansi-regex","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","chmodr","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","hosted-git-info","imurmurhash","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","spdx-license-ids","strip-ansi","tar","text-table","uid-number","umask","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"1232b36de78a2129a7c91f69e47abb8f093308c2","tarball":"https://registry.npmjs.org/npm/-/npm-2.15.1.tgz","integrity":"sha512-9POJNl+DbQHMvqy4eapbzdMMO27XWi4Fvry72B4x9wTzLWrP+2MuxCB6FXw50WhzUZHXq5uE7WzibsjMrGCCiw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBE4UV9OD750l4TFm+OJcba4ZHnOapyrNH8e3Vuz8i4NAiEAlxFziMzEb7WMpxhoaAiR7Au/VUJn4IJLRt4+SsEaz/I="}]}},"3.8.3":{"name":"npm","version":"3.8.3","dependencies":{"abbrev":"~1.0.7","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.0.1","archy":"~1.0.0","async-some":"~1.0.2","chownr":"~1.0.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.10","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.7","fs-write-stream-atomic":"~1.0.8","fstream":"~1.0.8","fstream-npm":"~1.0.7","glob":"~7.0.3","graceful-fs":"~4.1.3","has-unicode":"~2.0.0","hosted-git-info":"~2.1.4","iferr":"~0.1.5","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.9.3","lockfile":"~1.0.1","lodash._baseuniq":"~4.5.0","lodash.clonedeep":"~4.3.1","lodash.isarray":"~4.0.0","lodash.keys":"~4.0.5","lodash.union":"~4.2.0","lodash.uniq":"~4.2.0","lodash.without":"~4.1.1","mkdirp":"~0.5.1","node-gyp":"~3.3.1","nopt":"~3.0.6","normalize-git-url":"~3.0.1","normalize-package-data":"~2.3.5","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-package-arg":"~4.1.0","npm-registry-client":"~7.1.0","npm-user-validate":"~0.1.2","npmlog":"~2.0.3","once":"~1.3.3","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"~2.0.3","read-package-tree":"~5.1.2","readable-stream":"~2.0.6","realize-package-specifier":"~3.0.1","request":"~2.69.0","retry":"~0.9.0","rimraf":"~2.5.2","semver":"~5.1.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.0","strip-ansi":"~3.0.1","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","validate-npm-package-name":"~2.2.2","which":"~1.2.4","wrappy":"~1.0.1","write-file-atomic":"~1.1.4","ansi-regex":"*","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.5","marked-man":"~0.1.5","npm-registry-couchapp":"~2.6.12","npm-registry-mock":"~1.0.1","require-inject":"~1.3.1","sprintf-js":"~1.0.3","standard":"~5.4.1","tacks":"~1.0.9","tap":"~5.7.0"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","async-some","chownr","cmd-shim","columnify","config-chain","debuglog","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.isarray","lodash.keys","lodash.restparam","lodash.union","lodash.uniq","lodash.without","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"shasum":"f2c40972f023e17594d570a3da1d619bdf96bdb7","tarball":"https://registry.npmjs.org/npm/-/npm-3.8.3.tgz","integrity":"sha512-Go2QqWUOhE+ssDKTeMMXd169P7yX1dDDzwCkJegj1Tx8Le/WWWthn7lSRBbxhkpDOMINC4RSwx5jixDKqd4LcQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAyU5xg4u7m3WhK+tA3I7xjqPEXJBpXsXTkrZZvRes4YAiEAh/lJlBZ6lktTC1g+xtH3ZxDofyLDbW8ANZJWnjjypTU="}]}},"2.15.2":{"name":"npm","version":"2.15.2","dependencies":{"abbrev":"~1.0.7","ansi":"~0.3.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","async-some":"~1.0.2","block-stream":"0.0.8","char-spinner":"~1.0.1","chmodr":"~1.0.2","chownr":"~1.0.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.10","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.7","fs-write-stream-atomic":"~1.0.8","fstream":"~1.0.8","fstream-npm":"~1.0.7","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~7.0.3","graceful-fs":"~4.1.3","hosted-git-info":"~2.1.4","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.9.3","lockfile":"~1.0.1","lru-cache":"~3.2.0","minimatch":"~3.0.0","mkdirp":"~0.5.1","node-gyp":"~3.3.1","nopt":"~3.0.6","normalize-git-url":"~3.0.1","normalize-package-data":"~2.3.5","npm-cache-filename":"~1.0.2","npm-install-checks":"~1.0.7","npm-package-arg":"~4.1.0","npm-registry-client":"~7.1.0","npm-user-validate":"~0.1.2","npmlog":"~2.0.2","once":"~1.3.3","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.0","read":"~1.0.7","read-installed":"~4.0.3","read-package-json":"~2.0.3","readable-stream":"~1.1.13","realize-package-specifier":"~3.0.1","request":"~2.69.0","retry":"~0.9.0","rimraf":"~2.5.2","semver":"~5.1.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~1.0.0","spdx-license-ids":"~1.2.0","strip-ansi":"~3.0.1","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","validate-npm-package-license":"~3.0.1","validate-npm-package-name":"~2.2.2","which":"~1.2.4","wrappy":"~1.0.1","write-file-atomic":"~1.1.4","ansi-regex":"*","imurmurhash":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.5","marked-man":"~0.1.5","npm-registry-couchapp":"~2.6.12","npm-registry-mock":"~1.0.0","require-inject":"~1.3.0","sprintf-js":"~1.0.2","tacks":"~1.0.9","tap":"~2.3.1"},"bundleDependencies":["abbrev","ansi","ansi-regex","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","chmodr","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","hosted-git-info","imurmurhash","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","spdx-license-ids","strip-ansi","tar","text-table","uid-number","umask","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"fec23ea3290970ed66967c84724139ae4975cf9a","tarball":"https://registry.npmjs.org/npm/-/npm-2.15.2.tgz","integrity":"sha512-XZn7AJq1g0vMHCnjQLae7hPz5E89IMGiGzMBb3CCX5tG5rESIQ8zJtjupgFEvBCIHkqAXY8YsoYDTb+oYA5yqg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCwcwAFuQZ+0RB2/FKDuK/cGZ90dvPXsLAll5+vT7kcWgIgbKk2U2zit8QNsIVXnDxliPpC3uqhvMdvoCtqs9Ot4rE="}]}},"3.8.4":{"name":"npm","version":"3.8.4","dependencies":{"abbrev":"~1.0.7","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.0.1","archy":"~1.0.0","async-some":"~1.0.2","chownr":"~1.0.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.10","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.7","fs-write-stream-atomic":"~1.0.8","fstream":"~1.0.8","fstream-npm":"~1.0.7","glob":"~7.0.3","graceful-fs":"~4.1.3","has-unicode":"~2.0.0","hosted-git-info":"~2.1.4","iferr":"~0.1.5","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.9.3","lockfile":"~1.0.1","lodash._baseuniq":"~4.5.0","lodash.clonedeep":"~4.3.1","lodash.isarray":"~4.0.0","lodash.keys":"~4.0.5","lodash.union":"~4.2.0","lodash.uniq":"~4.2.0","lodash.without":"~4.1.1","mkdirp":"~0.5.1","node-gyp":"~3.3.1","nopt":"~3.0.6","normalize-git-url":"~3.0.1","normalize-package-data":"~2.3.5","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-package-arg":"~4.1.0","npm-registry-client":"~7.1.0","npm-user-validate":"~0.1.2","npmlog":"~2.0.3","once":"~1.3.3","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"~2.0.3","read-package-tree":"~5.1.2","readable-stream":"~2.0.6","realize-package-specifier":"~3.0.1","request":"~2.69.0","retry":"~0.9.0","rimraf":"~2.5.2","semver":"~5.1.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.0","strip-ansi":"~3.0.1","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","validate-npm-package-name":"~2.2.2","which":"~1.2.4","wrappy":"~1.0.1","write-file-atomic":"~1.1.4","ansi-regex":"*","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.5","marked-man":"~0.1.5","npm-registry-couchapp":"~2.6.12","npm-registry-mock":"~1.0.1","require-inject":"~1.3.1","sprintf-js":"~1.0.3","standard":"~5.4.1","tacks":"~1.0.9","tap":"~5.7.0"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","async-some","chownr","cmd-shim","columnify","config-chain","debuglog","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.isarray","lodash.keys","lodash.restparam","lodash.union","lodash.uniq","lodash.without","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"shasum":"8db332a154877709bf9b4b141f16e7c70a033ef3","tarball":"https://registry.npmjs.org/npm/-/npm-3.8.4.tgz","integrity":"sha512-CxQqslxw08h/HV9ahFnftgRf7R4Y0nbFzs7gSdne98zecquDVEc6m+Roanfa+8FbssB+OfyvRcfsgmjEkID1JQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDVS2wpr0KWfW5abVkKSzlFqn97SFsy93wiuRHTsY7w7AiBmbqXStvAKoKc/vX1QXwBsUzf+/9aw+voUU3u3ySx0Ww=="}]}},"3.8.5":{"name":"npm","version":"3.8.5","dependencies":{"abbrev":"~1.0.7","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.0.1","archy":"~1.0.0","chownr":"~1.0.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.10","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.7","fs-write-stream-atomic":"~1.0.8","fstream":"~1.0.8","fstream-npm":"~1.0.7","glob":"~7.0.3","graceful-fs":"~4.1.3","has-unicode":"~2.0.0","hosted-git-info":"~2.1.4","iferr":"~0.1.5","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.9.3","lockfile":"~1.0.1","lodash._baseuniq":"~4.5.0","lodash.clonedeep":"~4.3.1","lodash.isarray":"~4.0.0","lodash.keys":"~4.0.5","lodash.union":"~4.2.0","lodash.uniq":"~4.2.0","lodash.without":"~4.1.1","mkdirp":"~0.5.1","node-gyp":"~3.3.1","nopt":"~3.0.6","normalize-git-url":"~3.0.1","normalize-package-data":"~2.3.5","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-package-arg":"~4.1.0","npm-registry-client":"~7.1.0","npm-user-validate":"~0.1.2","npmlog":"~2.0.3","once":"~1.3.3","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"~2.0.3","read-package-tree":"~5.1.2","readable-stream":"~2.0.6","realize-package-specifier":"~3.0.1","request":"~2.69.0","retry":"~0.9.0","rimraf":"~2.5.2","semver":"~5.1.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.0","strip-ansi":"~3.0.1","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","validate-npm-package-name":"~2.2.2","which":"~1.2.4","wrappy":"~1.0.1","write-file-atomic":"~1.1.4","ansi-regex":"*","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.5","marked-man":"~0.1.5","npm-registry-couchapp":"~2.6.12","npm-registry-mock":"~1.0.1","require-inject":"~1.3.1","sprintf-js":"~1.0.3","standard":"~5.4.1","tacks":"~1.0.9","tap":"~5.7.0"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","chownr","cmd-shim","columnify","config-chain","debuglog","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.isarray","lodash.keys","lodash.restparam","lodash.union","lodash.uniq","lodash.without","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"shasum":"12ee77ee3af916854e5b20930b43ee5158dc9162","tarball":"https://registry.npmjs.org/npm/-/npm-3.8.5.tgz","integrity":"sha512-7zpY0wr5MoFpnJ3baeECwZDRg5r5Kqd0kxidLRautiU+3tD0LbeO7/TSoLQmg0zCayclq3iF/3e3Y98181J9Ww==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGhWvgs5gjL7rVbZrGQcBHFrG0/X8aTZemPEL694txQdAiA07a0nO0SLp2ClIKZyZl8FvPrSESZgpReJeqnEaT4Trg=="}]}},"3.8.6":{"name":"npm","version":"3.8.6","dependencies":{"abbrev":"~1.0.7","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.0.1","archy":"~1.0.0","chownr":"~1.0.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.10","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.7","fs-write-stream-atomic":"~1.0.8","fstream":"~1.0.8","fstream-npm":"~1.0.7","glob":"~7.0.3","graceful-fs":"~4.1.3","has-unicode":"~2.0.0","hosted-git-info":"~2.1.4","iferr":"~0.1.5","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.9.3","lockfile":"~1.0.1","lodash._baseuniq":"~4.5.1","lodash.clonedeep":"~4.3.2","lodash.isarray":"~4.0.0","lodash.keys":"~4.0.5","lodash.union":"~4.2.1","lodash.uniq":"~4.2.1","lodash.without":"~4.1.2","mkdirp":"~0.5.1","node-gyp":"~3.3.1","nopt":"~3.0.6","normalize-git-url":"~3.0.1","normalize-package-data":"~2.3.5","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-package-arg":"~4.1.0","npm-registry-client":"~7.1.0","npm-user-validate":"~0.1.2","npmlog":"~2.0.3","once":"~1.3.3","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"~2.0.3","read-package-tree":"~5.1.2","readable-stream":"~2.0.6","realize-package-specifier":"~3.0.1","request":"~2.69.0","retry":"~0.9.0","rimraf":"~2.5.2","semver":"~5.1.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.0","strip-ansi":"~3.0.1","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","validate-npm-package-name":"~2.2.2","which":"~1.2.4","wrappy":"~1.0.1","write-file-atomic":"~1.1.4","ansi-regex":"*","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.5","marked-man":"~0.1.5","npm-registry-couchapp":"~2.6.12","npm-registry-mock":"~1.0.1","require-inject":"~1.3.1","sprintf-js":"~1.0.3","standard":"~5.4.1","tacks":"~1.0.9","tap":"~5.7.0"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","chownr","cmd-shim","columnify","config-chain","debuglog","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.isarray","lodash.keys","lodash.restparam","lodash.union","lodash.uniq","lodash.without","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"shasum":"f9cb7b736e72c3b854895f6c054f830931ab14c6","tarball":"https://registry.npmjs.org/npm/-/npm-3.8.6.tgz","integrity":"sha512-g5OLvQX/7+BrL9hwqSNbGn3Xthfx7HPFrGVhPaebwvlr4ygYJCfnkVdW1skSXxTK6gMzvEYbRm5Gy+K1y6oyYg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC28S90OBj6m3sAmwh/CW3naApqe/8EDhAY5677OQEEGgIgDRD7t5kxai8RkmWvOXujYksSKyclF7sZlyDLOWgXqV4="}]}},"2.15.3":{"name":"npm","version":"2.15.3","dependencies":{"abbrev":"~1.0.7","ansi":"~0.3.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","async-some":"~1.0.2","block-stream":"0.0.8","char-spinner":"~1.0.1","chmodr":"~1.0.2","chownr":"~1.0.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.10","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.7","fs-write-stream-atomic":"~1.0.8","fstream":"~1.0.8","fstream-npm":"~1.0.7","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~7.0.3","graceful-fs":"~4.1.3","hosted-git-info":"~2.1.4","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.9.3","lockfile":"~1.0.1","lru-cache":"~3.2.0","minimatch":"~3.0.0","mkdirp":"~0.5.1","node-gyp":"~3.3.1","nopt":"~3.0.6","normalize-git-url":"~3.0.1","normalize-package-data":"~2.3.5","npm-cache-filename":"~1.0.2","npm-install-checks":"~1.0.7","npm-package-arg":"~4.1.0","npm-registry-client":"~7.1.0","npm-user-validate":"~0.1.2","npmlog":"~2.0.3","once":"~1.3.3","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.0","read":"~1.0.7","read-installed":"~4.0.3","read-package-json":"~2.0.3","readable-stream":"~1.1.13","realize-package-specifier":"~3.0.1","request":"~2.69.0","retry":"~0.9.0","rimraf":"~2.5.2","semver":"~5.1.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~1.0.0","spdx-license-ids":"~1.2.0","strip-ansi":"~3.0.1","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","validate-npm-package-license":"~3.0.1","validate-npm-package-name":"~2.2.2","which":"~1.2.4","wrappy":"~1.0.1","write-file-atomic":"~1.1.4","ansi-regex":"*","imurmurhash":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.5","marked-man":"~0.1.5","npm-registry-couchapp":"~2.6.12","npm-registry-mock":"~1.0.0","require-inject":"~1.3.0","sprintf-js":"~1.0.2","tacks":"~1.0.9","tap":"~2.3.1"},"bundleDependencies":["abbrev","ansi","ansi-regex","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","chmodr","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","hosted-git-info","imurmurhash","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","spdx-license-ids","strip-ansi","tar","text-table","uid-number","umask","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"9ee96a12f7dad6e8dc3e90b5635b65aedffb6cd3","tarball":"https://registry.npmjs.org/npm/-/npm-2.15.3.tgz","integrity":"sha512-Bbrl3No6ReikzgHNo0vhNG6r0uZ/haZwYXGqma1uP5bjvs4QOetGlOsnfTET9YMtSi0Yie8puHMffa+w4w91Vg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDb00TsNfaWplYo01xpzqmROcfxn4NXBdJeJLVsuu1IegIgLgMWP/o0zPTZhRlztXkoeCDYSqVAUMJR9kCWmk43JzI="}]}},"3.8.7":{"name":"npm","version":"3.8.7","dependencies":{"abbrev":"~1.0.7","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.0.1","archy":"~1.0.0","chownr":"~1.0.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.10","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.7","fs-write-stream-atomic":"~1.0.8","fstream":"~1.0.8","fstream-npm":"~1.0.7","glob":"~7.0.3","graceful-fs":"~4.1.3","has-unicode":"~2.0.0","hosted-git-info":"~2.1.4","iferr":"~0.1.5","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.9.3","lockfile":"~1.0.1","lodash._baseuniq":"~4.5.1","lodash.clonedeep":"~4.3.2","lodash.isarray":"~4.0.0","lodash.keys":"~4.0.6","lodash.union":"~4.2.1","lodash.uniq":"~4.2.1","lodash.without":"~4.1.2","mkdirp":"~0.5.1","node-gyp":"~3.3.1","nopt":"~3.0.6","normalize-git-url":"~3.0.1","normalize-package-data":"~2.3.5","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-package-arg":"~4.1.0","npm-registry-client":"~7.1.0","npm-user-validate":"~0.1.2","npmlog":"~2.0.3","once":"~1.3.3","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"~2.0.3","read-package-tree":"~5.1.2","readable-stream":"~2.0.6","realize-package-specifier":"~3.0.1","request":"~2.70.0","retry":"~0.9.0","rimraf":"~2.5.2","semver":"~5.1.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.0","strip-ansi":"~3.0.1","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","validate-npm-package-name":"~2.2.2","which":"~1.2.4","wrappy":"~1.0.1","write-file-atomic":"~1.1.4","ansi-regex":"*","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.5","marked-man":"~0.1.5","npm-registry-couchapp":"~2.6.12","npm-registry-mock":"~1.0.1","require-inject":"~1.3.1","sprintf-js":"~1.0.3","standard":"~5.4.1","tacks":"~1.0.9","tap":"~5.7.0"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","chownr","cmd-shim","columnify","config-chain","debuglog","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.isarray","lodash.keys","lodash.restparam","lodash.union","lodash.uniq","lodash.without","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"shasum":"dabc1c63f6eef1cb30e3e560966fdd9affe5a1ee","tarball":"https://registry.npmjs.org/npm/-/npm-3.8.7.tgz","integrity":"sha512-45ChcCMM03ucP4ivR6Ym30XYIoQ/3DeAlZiPUGJszwHaPhgtCS09YVYKkI8IMOKD4lRS2ZLS5SG+j4Qj3gfqBg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICujkJOnq5yzAfcwby3OjqLnlWMDAEgWkTVmqv8Qud9NAiEA4HT/qwEqK1AAIKMTz7sXSM7PF7tafde5JVFA+mZ0saA="}]}},"2.15.4":{"name":"npm","version":"2.15.4","dependencies":{"abbrev":"~1.0.7","ansi":"~0.3.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","async-some":"~1.0.2","block-stream":"0.0.8","char-spinner":"~1.0.1","chmodr":"~1.0.2","chownr":"~1.0.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.10","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.9","fs-write-stream-atomic":"~1.0.8","fstream":"~1.0.8","fstream-npm":"~1.0.7","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~7.0.3","graceful-fs":"~4.1.3","hosted-git-info":"~2.1.4","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.9.3","lockfile":"~1.0.1","lru-cache":"~3.2.0","minimatch":"~3.0.0","mkdirp":"~0.5.1","node-gyp":"~3.3.1","nopt":"~3.0.6","normalize-git-url":"~3.0.2","normalize-package-data":"~2.3.5","npm-cache-filename":"~1.0.2","npm-install-checks":"~1.0.7","npm-package-arg":"~4.1.0","npm-registry-client":"~7.1.0","npm-user-validate":"~0.1.2","npmlog":"~2.0.3","once":"~1.3.3","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.0","read":"~1.0.7","read-installed":"~4.0.3","read-package-json":"~2.0.3","readable-stream":"~1.1.13","realize-package-specifier":"~3.0.1","request":"~2.69.0","retry":"~0.9.0","rimraf":"~2.5.2","semver":"~5.1.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~1.0.0","spdx-license-ids":"~1.2.1","strip-ansi":"~3.0.1","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","validate-npm-package-license":"~3.0.1","validate-npm-package-name":"~2.2.2","which":"~1.2.4","wrappy":"~1.0.1","write-file-atomic":"~1.1.4","ansi-regex":"*","imurmurhash":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.5","marked-man":"~0.1.5","npm-registry-couchapp":"~2.6.12","npm-registry-mock":"~1.0.0","require-inject":"~1.3.0","sprintf-js":"~1.0.2","tacks":"~1.0.9","tap":"~2.3.1"},"bundleDependencies":["abbrev","ansi","ansi-regex","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","chmodr","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","hosted-git-info","imurmurhash","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","spdx-license-ids","strip-ansi","tar","text-table","uid-number","umask","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"624f1b3e60bfe31c04d6d70d345d76eb770f882e","tarball":"https://registry.npmjs.org/npm/-/npm-2.15.4.tgz","integrity":"sha512-d4JxrgGhljMGPiNnN+PpawjAYkWebd3TAFj7DzihHJQlGsH02MoBJ6JQwLfnNyXE0DHqMyoUl6uBqPR3wAsD0g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBBJ/RsyMn8kugA3y/FRvgtDrxQa90/r7gMdRmq37s/mAiEAlGvCV6yFzAXYa1Lah59pFYpAaCjrT0GoUGm6mZSOWEg="}]}},"3.8.8":{"name":"npm","version":"3.8.8","dependencies":{"abbrev":"~1.0.7","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.0.1","archy":"~1.0.0","chownr":"~1.0.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.10","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.9","fs-write-stream-atomic":"~1.0.8","fstream":"~1.0.8","fstream-npm":"~1.0.7","glob":"~7.0.3","graceful-fs":"~4.1.3","has-unicode":"~2.0.0","hosted-git-info":"~2.1.4","iferr":"~0.1.5","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.9.3","lockfile":"~1.0.1","lodash._baseuniq":"~4.5.1","lodash.clonedeep":"~4.3.2","lodash.isarray":"~4.0.0","lodash.keys":"~4.0.6","lodash.union":"~4.3.0","lodash.uniq":"~4.2.1","lodash.without":"~4.1.2","mkdirp":"~0.5.1","node-gyp":"~3.3.1","nopt":"~3.0.6","normalize-git-url":"~3.0.2","normalize-package-data":"~2.3.5","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-package-arg":"~4.1.1","npm-registry-client":"~7.1.0","npm-user-validate":"~0.1.2","npmlog":"~2.0.3","once":"~1.3.3","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"~2.0.3","read-package-tree":"~5.1.2","readable-stream":"~2.1.0","realize-package-specifier":"~3.0.3","request":"~2.72.0","retry":"~0.9.0","rimraf":"~2.5.2","semver":"~5.1.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.0","strip-ansi":"~3.0.1","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","validate-npm-package-name":"~2.2.2","which":"~1.2.4","wrappy":"~1.0.1","write-file-atomic":"~1.1.4","ansi-regex":"*","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.5","marked-man":"~0.1.5","npm-registry-couchapp":"~2.6.12","npm-registry-mock":"~1.0.1","require-inject":"~1.3.1","sprintf-js":"~1.0.3","standard":"~5.4.1","tacks":"~1.0.9","tap":"~5.7.1"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","chownr","cmd-shim","columnify","config-chain","debuglog","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.isarray","lodash.keys","lodash.restparam","lodash.union","lodash.uniq","lodash.without","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"shasum":"f01e413eecfa834278108d2382623c58f267780b","tarball":"https://registry.npmjs.org/npm/-/npm-3.8.8.tgz","integrity":"sha512-zb+voGL7zcpUxnHX5u04V+4shyqVuTciTR5GqH39GxXg6gW/l79Jem2N0AhAGJLL3HpYF5RePRoQcsDggQC4Dg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIF71F/8KzFmwGOWKQ16L83j4dcmxUdpEH6Dnds6a/xbnAiEA5jvcHyhAdp9UpWPvBloVRm1C/oEY18QkUiBt9o1VlIo="}]}},"3.8.9":{"name":"npm","version":"3.8.9","dependencies":{"abbrev":"~1.0.7","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.0.1","archy":"~1.0.0","chownr":"~1.0.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.10","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.9","fs-write-stream-atomic":"~1.0.8","fstream":"~1.0.8","fstream-npm":"~1.0.7","glob":"~7.0.3","graceful-fs":"~4.1.3","has-unicode":"~2.0.0","hosted-git-info":"~2.1.4","iferr":"~0.1.5","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.9.3","lockfile":"~1.0.1","lodash._baseuniq":"~4.5.1","lodash.clonedeep":"~4.3.2","lodash.isarray":"~4.0.0","lodash.keys":"~4.0.6","lodash.union":"~4.3.0","lodash.uniq":"~4.2.1","lodash.without":"~4.1.2","mkdirp":"~0.5.1","node-gyp":"~3.3.1","nopt":"~3.0.6","normalize-git-url":"~3.0.2","normalize-package-data":"~2.3.5","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-package-arg":"~4.1.1","npm-registry-client":"~7.1.0","npm-user-validate":"~0.1.2","npmlog":"~2.0.3","once":"~1.3.3","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"~2.0.4","read-package-tree":"~5.1.2","readable-stream":"~2.1.0","realize-package-specifier":"~3.0.3","request":"~2.72.0","retry":"~0.9.0","rimraf":"~2.5.2","semver":"~5.1.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.0","strip-ansi":"~3.0.1","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","validate-npm-package-name":"~2.2.2","which":"~1.2.4","wrappy":"~1.0.1","write-file-atomic":"~1.1.4","ansi-regex":"*","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.5","marked-man":"~0.1.5","npm-registry-couchapp":"~2.6.12","npm-registry-mock":"~1.0.1","require-inject":"~1.3.1","sprintf-js":"~1.0.3","standard":"~5.4.1","tacks":"~1.2.1","tap":"~5.7.1"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","chownr","cmd-shim","columnify","config-chain","debuglog","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.isarray","lodash.keys","lodash.restparam","lodash.union","lodash.uniq","lodash.without","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"shasum":"f51adfae2e4d02c082bd122e77219acbebea079a","tarball":"https://registry.npmjs.org/npm/-/npm-3.8.9.tgz","integrity":"sha512-HVdWGe5/BzxIrORa1JqFQVXZm1RawFNuEGDvYg7ThOfTyVSaSSxYKwq1CmfHjr1vtbgncn0jzEPoKfmrEUbPig==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCnqCaCWDr4CdD7VKae/6eo4zDzjeGzf4PHOPRK7C0g4AIhANH8lnmqNdKYbIyKCbxinkxJK8sdq3+owBB5+RrGd1ck"}]}},"2.15.5":{"name":"npm","version":"2.15.5","dependencies":{"abbrev":"~1.0.7","ansi":"~0.3.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","async-some":"~1.0.2","block-stream":"0.0.9","char-spinner":"~1.0.1","chmodr":"~1.0.2","chownr":"~1.0.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.10","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.9","fs-write-stream-atomic":"~1.0.8","fstream":"~1.0.8","fstream-npm":"~1.0.7","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~7.0.3","graceful-fs":"~4.1.4","hosted-git-info":"~2.1.4","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.9.3","lockfile":"~1.0.1","lru-cache":"~4.0.1","minimatch":"~3.0.0","mkdirp":"~0.5.1","node-gyp":"~3.3.1","nopt":"~3.0.6","normalize-git-url":"~3.0.2","normalize-package-data":"~2.3.5","npm-cache-filename":"~1.0.2","npm-install-checks":"~1.0.7","npm-package-arg":"~4.1.0","npm-registry-client":"~7.1.0","npm-user-validate":"~0.1.2","npmlog":"~2.0.3","once":"~1.3.3","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.0","read":"~1.0.7","read-installed":"~4.0.3","read-package-json":"~2.0.4","readable-stream":"~2.1.2","realize-package-specifier":"~3.0.3","request":"~2.72.0","retry":"~0.9.0","rimraf":"~2.5.2","semver":"~5.1.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.0","spdx-license-ids":"~1.2.1","strip-ansi":"~3.0.1","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","validate-npm-package-license":"~3.0.1","validate-npm-package-name":"~2.2.2","which":"~1.2.8","wrappy":"~1.0.1","write-file-atomic":"~1.1.4","ansi-regex":"*","imurmurhash":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.5","marked-man":"~0.1.5","npm-registry-couchapp":"~2.6.12","npm-registry-mock":"~1.0.1","require-inject":"~1.3.1","sprintf-js":"~1.0.3","tacks":"~1.2.1","tap":"~5.7.1"},"bundleDependencies":["abbrev","ansi","ansi-regex","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","chmodr","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","hosted-git-info","imurmurhash","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","spdx-license-ids","strip-ansi","tar","text-table","uid-number","umask","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"5fcd71999c3d54baa0e1c27ac44f84a1b82b4559","tarball":"https://registry.npmjs.org/npm/-/npm-2.15.5.tgz","integrity":"sha512-MjhhHQvD/W+2f4g+FuZazkI24Y5247onhjnBgBGgwb6VVo+g2vf+RMGRHFqTpFJQd30yI9WYWsvCpt0HWj4oQQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGR930BEDtImFYDVehLE9AaeJ5gUA4Uh+3wlvZLfliC3AiB9y9x+NCJOhjxu6S/dvd3trmuqD+8zI77PGYxvAsXDyw=="}]}},"3.9.0":{"name":"npm","version":"3.9.0","dependencies":{"abbrev":"~1.0.7","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.0.1","archy":"~1.0.0","chownr":"~1.0.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.10","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.9","fs-write-stream-atomic":"~1.0.8","fstream":"~1.0.8","fstream-npm":"~1.0.7","glob":"~7.0.3","graceful-fs":"~4.1.4","has-unicode":"~2.0.0","hosted-git-info":"~2.1.4","iferr":"~0.1.5","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.9.3","lockfile":"~1.0.1","lodash._baseuniq":"~4.5.1","lodash.clonedeep":"~4.3.2","lodash.isarray":"~4.0.0","lodash.keys":"~4.0.6","lodash.union":"~4.3.0","lodash.uniq":"~4.2.1","lodash.without":"~4.1.2","mkdirp":"~0.5.1","node-gyp":"~3.3.1","nopt":"~3.0.6","normalize-git-url":"~3.0.2","normalize-package-data":"~2.3.5","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-package-arg":"~4.1.1","npm-registry-client":"~7.1.0","npm-user-validate":"~0.1.2","npmlog":"~2.0.3","once":"~1.3.3","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"~2.0.4","read-package-tree":"~5.1.2","readable-stream":"~2.1.2","realize-package-specifier":"~3.0.3","request":"~2.72.0","retry":"~0.9.0","rimraf":"~2.5.2","semver":"~5.1.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.0","strip-ansi":"~3.0.1","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","validate-npm-package-name":"~2.2.2","which":"~1.2.8","wrappy":"~1.0.1","write-file-atomic":"~1.1.4","ansi-regex":"*","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.5","marked-man":"~0.1.5","npm-registry-couchapp":"~2.6.12","npm-registry-mock":"~1.0.1","require-inject":"~1.3.1","sprintf-js":"~1.0.3","standard":"~6.0.8","tacks":"~1.2.1","tap":"~5.7.1"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","chownr","cmd-shim","columnify","config-chain","debuglog","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.isarray","lodash.keys","lodash.restparam","lodash.union","lodash.uniq","lodash.without","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"shasum":"76f67aee52596c5b37d9ae7c5104c965f41c0f7b","tarball":"https://registry.npmjs.org/npm/-/npm-3.9.0.tgz","integrity":"sha512-4PIjrSeM0eh8U8heHNdast4nxQMMIOUdEqrK2HgMGEjUb/VXezco8hN0Bv+B2NHt5DNqDt2NMl1AD5slglkLsg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCYNtCq3jIoaEUiL/UkXfrMQWLVyTLjiISdffxbZYFH5QIgEhzlAvwgeE6D6FZqnGrbfyPCEUmp94NMBdPY4oxDGkI="}]}},"3.9.1":{"name":"npm","version":"3.9.1","dependencies":{"abbrev":"~1.0.7","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.0.1","archy":"~1.0.0","chownr":"~1.0.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.10","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.9","fs-write-stream-atomic":"~1.0.8","fstream":"~1.0.8","fstream-npm":"~1.0.7","glob":"~7.0.3","graceful-fs":"~4.1.4","has-unicode":"~2.0.0","hosted-git-info":"~2.1.4","iferr":"~0.1.5","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.9.3","lockfile":"~1.0.1","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.3.2","lodash.isarray":"~4.0.0","lodash.keys":"~4.0.7","lodash.union":"~4.4.0","lodash.uniq":"~4.3.0","lodash.without":"~4.2.0","mkdirp":"~0.5.1","node-gyp":"~3.3.1","nopt":"~3.0.6","normalize-git-url":"~3.0.2","normalize-package-data":"~2.3.5","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-package-arg":"~4.1.1","npm-registry-client":"~7.1.0","npm-user-validate":"~0.1.2","npmlog":"~2.0.3","once":"~1.3.3","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"~2.0.4","read-package-tree":"~5.1.2","readable-stream":"~2.1.2","realize-package-specifier":"~3.0.3","request":"~2.72.0","retry":"~0.9.0","rimraf":"~2.5.2","semver":"~5.1.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.0","strip-ansi":"~3.0.1","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","validate-npm-package-name":"~2.2.2","which":"~1.2.8","wrappy":"~1.0.1","write-file-atomic":"~1.1.4","ansi-regex":"*","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.5","marked-man":"~0.1.5","npm-registry-couchapp":"~2.6.12","npm-registry-mock":"~1.0.1","require-inject":"~1.3.1","sprintf-js":"~1.0.3","standard":"~6.0.8","tacks":"~1.2.1","tap":"~5.7.1"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","chownr","cmd-shim","columnify","config-chain","debuglog","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.isarray","lodash.keys","lodash.restparam","lodash.union","lodash.uniq","lodash.without","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"shasum":"85662817b8273545152c8eafb1d1bddb05b05670","tarball":"https://registry.npmjs.org/npm/-/npm-3.9.1.tgz","integrity":"sha512-hRi8Xp6LZHKPXJma4IH1G1j7kQvNGAntEWpNDhPfy2bUnDloMSj/fC2zUb72iHVWofury6j2QiuON8u0Yc7kig==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCgg6c3tN5EhjsDKHFShCLZF/pzPM5EffI87XTps9sFegIgIe3vl90U7pGMVXTch3Et8Y/XlQMXkDxM7vT0TuSZ3xI="}]}},"2.15.6":{"name":"npm","version":"2.15.6","dependencies":{"abbrev":"~1.0.7","ansi":"~0.3.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","async-some":"~1.0.2","block-stream":"0.0.9","char-spinner":"~1.0.1","chmodr":"~1.0.2","chownr":"~1.0.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.10","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.9","fs-write-stream-atomic":"~1.0.8","fstream":"~1.0.8","fstream-npm":"~1.0.7","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~7.0.3","graceful-fs":"~4.1.4","hosted-git-info":"~2.1.4","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.9.3","lockfile":"~1.0.1","lru-cache":"~4.0.1","minimatch":"~3.0.0","mkdirp":"~0.5.1","node-gyp":"~3.3.1","nopt":"~3.0.6","normalize-git-url":"~3.0.2","normalize-package-data":"~2.3.5","npm-cache-filename":"~1.0.2","npm-install-checks":"~1.0.7","npm-package-arg":"~4.1.0","npm-registry-client":"~7.1.0","npm-user-validate":"~0.1.2","npmlog":"~2.0.3","once":"~1.3.3","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.0","read":"~1.0.7","read-installed":"~4.0.3","read-package-json":"~2.0.4","readable-stream":"~2.1.2","realize-package-specifier":"~3.0.1","request":"~2.72.0","retry":"~0.9.0","rimraf":"~2.5.2","semver":"~5.1.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.0","spdx-license-ids":"~1.2.1","strip-ansi":"~3.0.1","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","validate-npm-package-license":"~3.0.1","validate-npm-package-name":"~2.2.2","which":"~1.2.8","wrappy":"~1.0.1","write-file-atomic":"~1.1.4","ansi-regex":"*","imurmurhash":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.5","marked-man":"~0.1.5","npm-registry-couchapp":"~2.6.12","npm-registry-mock":"~1.0.1","require-inject":"~1.3.1","sprintf-js":"~1.0.3","tacks":"~1.2.1","tap":"~5.7.1"},"bundleDependencies":["abbrev","ansi","ansi-regex","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","chmodr","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","hosted-git-info","imurmurhash","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","spdx-license-ids","strip-ansi","tar","text-table","uid-number","umask","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"d6216caf7a275fbe66bbc9505b8d288f9da1051e","tarball":"https://registry.npmjs.org/npm/-/npm-2.15.6.tgz","integrity":"sha512-nDqzTgsroOtnjrBazow7IV+vPuhjYN54X+0oAJkBAtCKLNuMGuVB6C3Xk56S4fMxJvzeRtnws76ehlAsGd2A6w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIH8yRqRqo+R1eUS/AjzyR79J2OPQ/H4WhpRB7tJ+cJGlAiEA5ah6nZiCkOccm24lfVMkndjeQ/GrmwYQJyLw8LcXXtI="}]}},"3.9.2":{"name":"npm","version":"3.9.2","dependencies":{"abbrev":"~1.0.7","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.0.1","archy":"~1.0.0","chownr":"~1.0.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.10","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.9","fs-write-stream-atomic":"~1.0.8","fstream":"~1.0.8","fstream-npm":"~1.0.7","glob":"~7.0.3","graceful-fs":"~4.1.4","has-unicode":"~2.0.0","hosted-git-info":"~2.1.4","iferr":"~0.1.5","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.9.3","lockfile":"~1.0.1","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.3.2","lodash.isarray":"~4.0.0","lodash.keys":"~4.0.7","lodash.union":"~4.4.0","lodash.uniq":"~4.3.0","lodash.without":"~4.2.0","mkdirp":"~0.5.1","node-gyp":"~3.3.1","nopt":"~3.0.6","normalize-git-url":"~3.0.2","normalize-package-data":"~2.3.5","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-package-arg":"~4.1.1","npm-registry-client":"~7.1.0","npm-user-validate":"~0.1.2","npmlog":"~2.0.3","once":"~1.3.3","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"~2.0.4","read-package-tree":"~5.1.2","readable-stream":"~2.1.2","realize-package-specifier":"~3.0.3","request":"~2.72.0","retry":"~0.9.0","rimraf":"~2.5.2","semver":"~5.1.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.0","strip-ansi":"~3.0.1","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","validate-npm-package-name":"~2.2.2","which":"~1.2.8","wrappy":"~1.0.1","write-file-atomic":"~1.1.4","ansi-regex":"*","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.5","marked-man":"~0.1.5","npm-registry-couchapp":"~2.6.12","npm-registry-mock":"~1.0.1","require-inject":"~1.3.1","sprintf-js":"~1.0.3","standard":"~6.0.8","tacks":"~1.2.1","tap":"~5.7.1"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","chownr","cmd-shim","columnify","config-chain","debuglog","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.isarray","lodash.keys","lodash.restparam","lodash.union","lodash.uniq","lodash.without","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"shasum":"ae9b3dab82590a1866b2ba685c4406c4ba634407","tarball":"https://registry.npmjs.org/npm/-/npm-3.9.2.tgz","integrity":"sha512-wgEB1AAIky0eGt5dSnRBHSU0vCiwsOCT/ShvKrVFZwW0lJpfKPDmP2bWtpGhNomtWIR5VQWWd0+cX47Ib9oEPg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC98JCB04aLT7VnFdWlyx61xfAI9lJKHLFW134bSM7DsgIhANngC+8K97CvSaEoUBvDzVnBpGy3z1CY08Yuv4B2Slo6"}]}},"3.9.3":{"name":"npm","version":"3.9.3","dependencies":{"abbrev":"~1.0.7","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.0.1","archy":"~1.0.0","chownr":"~1.0.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.10","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.9","fs-write-stream-atomic":"~1.0.8","fstream":"~1.0.8","fstream-npm":"~1.1.0","glob":"~7.0.3","graceful-fs":"~4.1.4","has-unicode":"~2.0.0","hosted-git-info":"~2.1.5","iferr":"~0.1.5","inflight":"~1.0.5","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.9.4","lockfile":"~1.0.1","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.3.2","lodash.isarray":"~4.0.0","lodash.keys":"~4.0.7","lodash.union":"~4.4.0","lodash.uniq":"~4.3.0","lodash.without":"~4.2.0","mkdirp":"~0.5.1","node-gyp":"~3.3.1","nopt":"~3.0.6","normalize-git-url":"~3.0.2","normalize-package-data":"~2.3.5","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-package-arg":"~4.1.1","npm-registry-client":"~7.1.0","npm-user-validate":"~0.1.2","npmlog":"~2.0.3","once":"~1.3.3","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"~2.0.4","read-package-tree":"~5.1.4","readable-stream":"~2.1.3","realize-package-specifier":"~3.0.3","request":"~2.72.0","retry":"~0.9.0","rimraf":"~2.5.2","semver":"~5.1.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.0","strip-ansi":"~3.0.1","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","validate-npm-package-name":"~2.2.2","which":"~1.2.9","wrappy":"~1.0.1","write-file-atomic":"~1.1.4","ansi-regex":"*","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.5","marked-man":"~0.1.5","npm-registry-couchapp":"~2.6.12","npm-registry-mock":"~1.0.1","require-inject":"~1.3.1","sprintf-js":"~1.0.3","standard":"~6.0.8","tacks":"~1.2.1","tap":"~5.7.1"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","chownr","cmd-shim","columnify","config-chain","debuglog","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.isarray","lodash.keys","lodash.restparam","lodash.union","lodash.uniq","lodash.without","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"shasum":"1b3dd326a2a228ef9a623f1df3a60ff6f4b3c449","tarball":"https://registry.npmjs.org/npm/-/npm-3.9.3.tgz","integrity":"sha512-P8H8rgmGXrkHHjSY7SWkSREFofTU1SbfZ2cO6GajHbr8dYAIdMaB/8eYMpSWMi1LyjI1Zvailxl4Y7UKXRwbog==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAb4hXiUlyKxa9YBZiSk6Wckp4BZYZPRV26h8ZZDCbByAiEAxIrV9u63+nu/YhDtnoeZDsPbmmHei3mTerqsPhSbbtQ="}]}},"3.9.4":{"name":"npm","version":"3.9.4","dependencies":{"abbrev":"~1.0.7","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.0.3","archy":"~1.0.0","chownr":"~1.0.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.10","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.9","fs-write-stream-atomic":"~1.0.8","fstream":"~1.0.8","fstream-npm":"~1.1.0","glob":"~7.0.3","graceful-fs":"~4.1.4","has-unicode":"~2.0.0","hosted-git-info":"~2.1.5","iferr":"~0.1.5","inflight":"~1.0.5","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.9.4","lockfile":"~1.0.1","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.3.2","lodash.isarray":"~4.0.0","lodash.keys":"~4.0.7","lodash.union":"~4.4.0","lodash.uniq":"~4.3.0","lodash.without":"~4.2.0","mkdirp":"~0.5.1","node-gyp":"~3.3.1","nopt":"~3.0.6","normalize-git-url":"~3.0.2","normalize-package-data":"~2.3.5","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-package-arg":"~4.1.1","npm-registry-client":"~7.1.0","npm-user-validate":"~0.1.2","npmlog":"~2.0.3","once":"~1.3.3","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"~2.0.4","read-package-tree":"~5.1.4","readable-stream":"~2.1.3","realize-package-specifier":"~3.0.3","request":"~2.72.0","retry":"~0.9.0","rimraf":"~2.5.2","semver":"~5.1.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.0","strip-ansi":"~3.0.1","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","validate-npm-package-name":"~2.2.2","which":"~1.2.9","wrappy":"~1.0.1","write-file-atomic":"~1.1.4","ansi-regex":"*","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.5","marked-man":"~0.1.5","npm-registry-couchapp":"~2.6.12","npm-registry-mock":"~1.0.1","require-inject":"~1.3.1","sprintf-js":"~1.0.3","standard":"~6.0.8","tacks":"~1.2.1","tap":"~5.7.1"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","chownr","cmd-shim","columnify","config-chain","debuglog","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.isarray","lodash.keys","lodash.restparam","lodash.union","lodash.uniq","lodash.without","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"shasum":"91aa6d628599c09dcb942b8239583f00cc63fa30","tarball":"https://registry.npmjs.org/npm/-/npm-3.9.4.tgz","integrity":"sha512-MpQgRxe+t11Zw4z9xNQXNM/SAczl8n/vzT0nHYLUMKMxCcow0vKmV7xUlauWWGItIIOJKjfBzQYaKr+w2+afqw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHGCN0dGwEzSyOhXdE/56qAJtpB8RW+ihrCgFbkBfZxeAiBUh99G7PGQy/Q4wKf39TUFcIPNoLYENNtefzEvxFd2JQ=="}]}},"3.9.5":{"name":"npm","version":"3.9.5","dependencies":{"abbrev":"~1.0.7","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.0.3","archy":"~1.0.0","chownr":"~1.0.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.10","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.9","fs-write-stream-atomic":"~1.0.8","fstream":"~1.0.8","fstream-npm":"~1.1.0","glob":"~7.0.3","graceful-fs":"~4.1.4","has-unicode":"~2.0.0","hosted-git-info":"~2.1.5","iferr":"~0.1.5","inflight":"~1.0.5","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.9.4","lockfile":"~1.0.1","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.3.2","lodash.isarray":"~4.0.0","lodash.keys":"~4.0.7","lodash.union":"~4.4.0","lodash.uniq":"~4.3.0","lodash.without":"~4.2.0","mkdirp":"~0.5.1","node-gyp":"~3.3.1","nopt":"~3.0.6","normalize-git-url":"~3.0.2","normalize-package-data":"~2.3.5","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-package-arg":"~4.1.1","npm-registry-client":"~7.1.0","npm-user-validate":"~0.1.2","npmlog":"~2.0.3","once":"~1.3.3","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"~2.0.4","read-package-tree":"~5.1.4","readable-stream":"~2.1.3","realize-package-specifier":"~3.0.3","request":"~2.72.0","retry":"~0.9.0","rimraf":"~2.5.2","semver":"~5.1.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.0","strip-ansi":"~3.0.1","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","validate-npm-package-name":"~2.2.2","which":"~1.2.9","wrappy":"~1.0.1","write-file-atomic":"~1.1.4","ansi-regex":"*","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.5","marked-man":"~0.1.5","npm-registry-couchapp":"~2.6.12","npm-registry-mock":"~1.0.1","require-inject":"~1.3.1","sprintf-js":"~1.0.3","standard":"~6.0.8","tacks":"~1.2.1","tap":"~5.7.1"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","chownr","cmd-shim","columnify","config-chain","debuglog","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.isarray","lodash.keys","lodash.restparam","lodash.union","lodash.uniq","lodash.without","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"shasum":"64aedc79b46c1855e6dd21fb2ff43666acfae9b0","tarball":"https://registry.npmjs.org/npm/-/npm-3.9.5.tgz","integrity":"sha512-KGdLgj3Huq24Z7Sa/l/KyesOw203JOCe3jMOI0UgIPIm4cG5oEcujdmugwaVzZAojlLe8PLDe5IVJm4siHKxoA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDRpbNUA9gfbYAbXZjhfuHA9X4IXt+ilXf0Pde/NqzzJAiBtDi64PFSk+iJF7RvQ38KRr0PJvimWqcWWcgOofzD75A=="}]}},"3.9.6":{"name":"npm","version":"3.9.6","dependencies":{"abbrev":"~1.0.7","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.0.3","archy":"~1.0.0","chownr":"~1.0.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.10","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.9","fs-write-stream-atomic":"~1.0.8","fstream":"~1.0.8","fstream-npm":"~1.1.0","glob":"~7.0.3","graceful-fs":"~4.1.4","has-unicode":"~2.0.0","hosted-git-info":"~2.1.5","iferr":"~0.1.5","inflight":"~1.0.5","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.9.4","lockfile":"~1.0.1","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.3.2","lodash.union":"~4.4.0","lodash.uniq":"~4.3.0","lodash.without":"~4.2.0","mkdirp":"~0.5.1","node-gyp":"~3.3.1","nopt":"~3.0.6","normalize-git-url":"~3.0.2","normalize-package-data":"~2.3.5","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-package-arg":"~4.1.1","npm-registry-client":"~7.1.0","npm-user-validate":"~0.1.2","npmlog":"~2.0.3","once":"~1.3.3","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"~2.0.4","read-package-tree":"~5.1.4","readable-stream":"~2.1.3","realize-package-specifier":"~3.0.3","request":"~2.72.0","retry":"~0.9.0","rimraf":"~2.5.2","semver":"~5.1.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.0","strip-ansi":"~3.0.1","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","validate-npm-package-name":"~2.2.2","which":"~1.2.9","wrappy":"~1.0.1","write-file-atomic":"~1.1.4","ansi-regex":"*","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.5","marked-man":"~0.1.5","npm-registry-couchapp":"~2.6.12","npm-registry-mock":"~1.0.1","require-inject":"~1.3.1","sprintf-js":"~1.0.3","standard":"~6.0.8","tacks":"~1.2.1","tap":"~5.7.1"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","chownr","cmd-shim","columnify","config-chain","debuglog","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"shasum":"0ef1d272a069ad95bdca8b2dfe6fcd82f4b461d7","tarball":"https://registry.npmjs.org/npm/-/npm-3.9.6.tgz","integrity":"sha512-PGjCDHiwZr2swL0WCm2re1Qwu7mtPUL9w6Cce5nsVVVzFXTRDO0PsHfqr0wdlCD9T1IAyV3+VH4zlN/cfGo0RQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCID1A62+3mRgnIbArqKlvTIL4zuQ9W0MkGI/pzb3NU06gAiEAudZFedXF2MZTI1fzqKnozyCs9VWDNaWvFwqi8U9wCVA="}]}},"3.10.0":{"name":"npm","version":"3.10.0","dependencies":{"abbrev":"~1.0.9","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.0.3","archy":"~1.0.0","asap":"~2.0.4","chownr":"~1.0.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.10","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.9","fs-write-stream-atomic":"~1.0.8","fstream":"~1.0.8","fstream-npm":"~1.1.0","glob":"~7.0.4","graceful-fs":"~4.1.4","has-unicode":"~2.0.0","hosted-git-info":"~2.1.5","iferr":"~0.1.5","inflight":"~1.0.5","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.9.4","lockfile":"~1.0.1","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.3.2","lodash.union":"~4.4.0","lodash.uniq":"~4.3.0","lodash.without":"~4.2.0","mkdirp":"~0.5.1","node-gyp":"~3.3.1","nopt":"~3.0.6","normalize-git-url":"~3.0.2","normalize-package-data":"~2.3.5","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-package-arg":"~4.2.0","npm-registry-client":"~7.1.2","npm-user-validate":"~0.1.4","npmlog":"~3.1.2","once":"~1.3.3","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"~2.0.4","read-package-tree":"~5.1.4","readable-stream":"~2.1.4","realize-package-specifier":"~3.0.3","request":"~2.72.0","retry":"~0.9.0","rimraf":"~2.5.2","semver":"~5.1.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.0","strip-ansi":"~3.0.1","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","validate-npm-package-name":"~2.2.2","which":"~1.2.10","wrappy":"~1.0.2","write-file-atomic":"~1.1.4","ansi-regex":"*","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.5","marked-man":"~0.1.5","npm-registry-couchapp":"~2.6.12","npm-registry-mock":"~1.0.1","require-inject":"~1.4.0","sprintf-js":"~1.0.3","standard":"~6.0.8","tacks":"~1.2.1","tap":"~5.7.2"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","asap","chownr","cmd-shim","columnify","config-chain","debuglog","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"shasum":"f085dae0d5c419a40fd5c42bbb93bda9d028bfed","tarball":"https://registry.npmjs.org/npm/-/npm-3.10.0.tgz","integrity":"sha512-7vYUks2wkzcs9peaswBR0FGVXsKhC70rnVLJ2hjcWGiwKS8ezmXMZ+quDRdERs+C+GDsZcgZaeEXeK/psllmjQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEiJBTuzTpWiwqf4Vz1NbzrgfuRnO5GmavOQMgDlqEk0AiARbheJFM7sdRuBxlFWG2lqLa1A1dXdK6G/jSEfs9tOKw=="}]}},"2.15.7":{"name":"npm","version":"2.15.7","dependencies":{"abbrev":"~1.0.9","ansi":"~0.3.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","async-some":"~1.0.2","block-stream":"0.0.9","char-spinner":"~1.0.1","chmodr":"~1.0.2","chownr":"~1.0.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.10","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.9","fs-write-stream-atomic":"~1.0.8","fstream":"~1.0.8","fstream-npm":"~1.0.7","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~7.0.4","graceful-fs":"~4.1.4","hosted-git-info":"~2.1.4","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.9.4","lockfile":"~1.0.1","lru-cache":"~4.0.1","minimatch":"~3.0.0","mkdirp":"~0.5.1","node-gyp":"~3.3.1","nopt":"~3.0.6","normalize-git-url":"~3.0.2","normalize-package-data":"~2.3.5","npm-cache-filename":"~1.0.2","npm-install-checks":"~1.0.7","npm-package-arg":"~4.1.0","npm-registry-client":"~7.1.2","npm-user-validate":"~0.1.4","npmlog":"~2.0.4","once":"~1.3.3","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.0","read":"~1.0.7","read-installed":"~4.0.3","read-package-json":"~2.0.4","readable-stream":"~2.1.4","realize-package-specifier":"~3.0.1","request":"~2.72.0","retry":"~0.9.0","rimraf":"~2.5.2","semver":"~5.1.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.0","spdx-license-ids":"~1.2.1","strip-ansi":"~3.0.1","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","validate-npm-package-license":"~3.0.1","validate-npm-package-name":"~2.2.2","which":"~1.2.10","wrappy":"~1.0.2","write-file-atomic":"~1.1.4","ansi-regex":"*","imurmurhash":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.5","marked-man":"~0.1.5","npm-registry-couchapp":"~2.6.12","npm-registry-mock":"~1.0.1","require-inject":"~1.4.0","sprintf-js":"~1.0.3","tacks":"~1.2.1","tap":"~5.7.1"},"bundleDependencies":["abbrev","ansi","ansi-regex","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","chmodr","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","hosted-git-info","imurmurhash","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","spdx-license-ids","strip-ansi","tar","text-table","uid-number","umask","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"d578f026d12901e6b22e743b6567d9d05abceec4","tarball":"https://registry.npmjs.org/npm/-/npm-2.15.7.tgz","integrity":"sha512-FyPNAuyNYp2JAXfVsUdUDKS8Lc8tCF6PPTD2sB3DLfzJNIl7ugbCtzcqWESaYo1cO3cJmrYVsbzXPw/mbV8ceg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDsNQdGxhmes3Bf2it6v6oxvMdog0iMdBhBpJNpTB8KrAIgbyNrs8oAYYDu7merTCmG7ikS9sgX9JoRgCh3KQFE+bE="}]}},"3.10.1":{"name":"npm","version":"3.10.1","dependencies":{"abbrev":"~1.0.9","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.0.3","archy":"~1.0.0","asap":"~2.0.4","chownr":"~1.0.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.10","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.9","fs-write-stream-atomic":"~1.0.8","fstream":"~1.0.10","fstream-npm":"~1.1.0","glob":"~7.0.4","graceful-fs":"~4.1.4","has-unicode":"~2.0.0","hosted-git-info":"~2.1.5","iferr":"~0.1.5","inflight":"~1.0.5","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.9.4","lockfile":"~1.0.1","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.3.2","lodash.union":"~4.4.0","lodash.uniq":"~4.3.0","lodash.without":"~4.2.0","mkdirp":"~0.5.1","node-gyp":"~3.3.1","nopt":"~3.0.6","normalize-git-url":"~3.0.2","normalize-package-data":"~2.3.5","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-package-arg":"~4.2.0","npm-registry-client":"~7.1.2","npm-user-validate":"~0.1.4","npmlog":"~3.1.2","once":"~1.3.3","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"~2.0.4","read-package-tree":"~5.1.4","readable-stream":"~2.1.4","realize-package-specifier":"~3.0.3","request":"~2.72.0","retry":"~0.9.0","rimraf":"~2.5.2","semver":"~5.1.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.0","strip-ansi":"~3.0.1","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","validate-npm-package-name":"~2.2.2","which":"~1.2.10","wrappy":"~1.0.2","write-file-atomic":"~1.1.4","ansi-regex":"*","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.5","marked-man":"~0.1.5","npm-registry-couchapp":"~2.6.12","npm-registry-mock":"~1.0.1","require-inject":"~1.4.0","sprintf-js":"~1.0.3","standard":"~6.0.8","tacks":"~1.2.1","tap":"~5.7.2"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","asap","chownr","cmd-shim","columnify","config-chain","debuglog","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"shasum":"0f9f26368006f55eeeffb3dc3c0fe0c8da07634b","tarball":"https://registry.npmjs.org/npm/-/npm-3.10.1.tgz","integrity":"sha512-FVu02pj3tkhhqRKL0utZ7590AXG+4/jnRfdzBMjrhwovNEEuGW4+4HUP83sPWZXgpBIQC91yHmsEtAJaGZRIxA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIF3PIpX7KpsxpJqc+hu+ND+ilMZ2v1arDU5tHqUSnG5YAiBP7AD25uoUPw8hNnIteAhIFvcABaeRZmVJ9fdFPnHXDg=="}]}},"2.15.8":{"name":"npm","version":"2.15.8","dependencies":{"abbrev":"~1.0.9","ansi":"~0.3.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","async-some":"~1.0.2","block-stream":"0.0.9","char-spinner":"~1.0.1","chmodr":"~1.0.2","chownr":"~1.0.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.10","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.9","fs-write-stream-atomic":"~1.0.8","fstream":"~1.0.10","fstream-npm":"~1.0.7","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~7.0.4","graceful-fs":"~4.1.4","hosted-git-info":"~2.1.4","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.9.4","lockfile":"~1.0.1","lru-cache":"~4.0.1","minimatch":"~3.0.0","mkdirp":"~0.5.1","node-gyp":"~3.3.1","nopt":"~3.0.6","normalize-git-url":"~3.0.2","normalize-package-data":"~2.3.5","npm-cache-filename":"~1.0.2","npm-install-checks":"~1.0.7","npm-package-arg":"~4.1.0","npm-registry-client":"~7.1.2","npm-user-validate":"~0.1.4","npmlog":"~2.0.4","once":"~1.3.3","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.0","read":"~1.0.7","read-installed":"~4.0.3","read-package-json":"~2.0.4","readable-stream":"~2.1.4","realize-package-specifier":"~3.0.1","request":"~2.72.0","retry":"~0.9.0","rimraf":"~2.5.2","semver":"~5.1.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.0","spdx-license-ids":"~1.2.1","strip-ansi":"~3.0.1","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","validate-npm-package-license":"~3.0.1","validate-npm-package-name":"~2.2.2","which":"~1.2.10","wrappy":"~1.0.2","write-file-atomic":"~1.1.4","ansi-regex":"*","imurmurhash":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.5","marked-man":"~0.1.5","npm-registry-couchapp":"~2.6.12","npm-registry-mock":"~1.0.1","require-inject":"~1.4.0","sprintf-js":"~1.0.3","tacks":"~1.2.1","tap":"~5.7.1"},"bundleDependencies":["abbrev","ansi","ansi-regex","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","chmodr","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","hosted-git-info","imurmurhash","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","spdx-license-ids","strip-ansi","tar","text-table","uid-number","umask","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"9ada0f2f8a17575cf0238ffac79ebd051236bf66","tarball":"https://registry.npmjs.org/npm/-/npm-2.15.8.tgz","integrity":"sha512-/uDJcsBLmLV+qjwKVpsQhUsoZ5YR5g8yye/MPQ56x41WWI1TGPVwD7X1p8t/Dx7hmCn+Y/+BZyWR0f75AmVsWw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFM/wnPcS8qnnuCHJMmF5Y+kiVPuGvlcx1t9AErhUwoeAiEAyGaXp6VdYf4ABPpIXetB+YTEyIswMg3KiUdgUSSIdJs="}]}},"3.10.2":{"name":"npm","version":"3.10.2","dependencies":{"abbrev":"~1.0.9","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.0.3","archy":"~1.0.0","asap":"~2.0.4","chownr":"~1.0.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.10","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.9","fs-write-stream-atomic":"~1.0.8","fstream":"~1.0.10","fstream-npm":"~1.1.0","glob":"~7.0.4","graceful-fs":"~4.1.4","has-unicode":"~2.0.0","hosted-git-info":"~2.1.5","iferr":"~0.1.5","inflight":"~1.0.5","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.9.4","lockfile":"~1.0.1","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.3.2","lodash.union":"~4.4.0","lodash.uniq":"~4.3.0","lodash.without":"~4.2.0","mkdirp":"~0.5.1","node-gyp":"~3.3.1","nopt":"~3.0.6","normalize-git-url":"~3.0.2","normalize-package-data":"~2.3.5","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-package-arg":"~4.2.0","npm-registry-client":"~7.1.2","npm-user-validate":"~0.1.4","npmlog":"~3.1.2","once":"~1.3.3","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"~2.0.4","read-package-tree":"~5.1.4","readable-stream":"~2.1.4","realize-package-specifier":"~3.0.3","request":"~2.72.0","retry":"~0.9.0","rimraf":"~2.5.2","semver":"~5.1.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.0","strip-ansi":"~3.0.1","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","validate-npm-package-name":"~2.2.2","which":"~1.2.10","wrappy":"~1.0.2","write-file-atomic":"~1.1.4","ansi-regex":"*","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.5","marked-man":"~0.1.5","npm-registry-couchapp":"~2.6.12","npm-registry-mock":"~1.0.1","require-inject":"~1.4.0","sprintf-js":"~1.0.3","standard":"~6.0.8","tacks":"~1.2.1","tap":"~5.7.2"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","asap","chownr","cmd-shim","columnify","config-chain","debuglog","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"shasum":"4a1b56bd33b1971803436edbbc4563412f92a434","tarball":"https://registry.npmjs.org/npm/-/npm-3.10.2.tgz","integrity":"sha512-WEYfB1dXe2eOQleWp10tvvsnLUHL7MKhXux2TGC/mHv+l+tQrljkQdsccX+blfejxNhBc19oo1FDelZfM/NHuQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDnXwNtEgNplMQfSKYtlGM9IymqeLoR2s6dPnwP6fx5+wIhAK3V0RumHJyDgpaSybH0wARDFK8fgbLtWyKsABJQ5giX"}]}},"3.10.3":{"name":"npm","version":"3.10.3","dependencies":{"abbrev":"~1.0.9","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.0.4","archy":"~1.0.0","asap":"~2.0.4","chownr":"~1.0.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.10","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.9","fs-write-stream-atomic":"~1.0.8","fstream":"~1.0.10","fstream-npm":"~1.1.0","glob":"~7.0.4","graceful-fs":"~4.1.4","has-unicode":"~2.0.1","hosted-git-info":"~2.1.5","iferr":"~0.1.5","inflight":"~1.0.5","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.9.4","lockfile":"~1.0.1","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.3.2","lodash.union":"~4.4.0","lodash.uniq":"~4.3.0","lodash.without":"~4.2.0","mkdirp":"~0.5.1","node-gyp":"~3.3.1","nopt":"~3.0.6","normalize-git-url":"~3.0.2","normalize-package-data":"~2.3.5","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-package-arg":"~4.2.0","npm-registry-client":"~7.1.2","npm-user-validate":"~0.1.4","npmlog":"~3.1.2","once":"~1.3.3","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"~2.0.4","read-package-tree":"~5.1.5","readable-stream":"~2.1.4","realize-package-specifier":"~3.0.3","request":"~2.72.0","retry":"~0.9.0","rimraf":"~2.5.2","semver":"~5.1.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.0","strip-ansi":"~3.0.1","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","validate-npm-package-name":"~2.2.2","which":"~1.2.10","wrappy":"~1.0.2","write-file-atomic":"~1.1.4","ansi-regex":"*","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.5","marked-man":"~0.1.5","npm-registry-couchapp":"~2.6.12","npm-registry-mock":"~1.0.1","require-inject":"~1.4.0","sprintf-js":"~1.0.3","standard":"~6.0.8","tacks":"~1.2.1","tap":"~5.7.2"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","asap","chownr","cmd-shim","columnify","config-chain","debuglog","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"shasum":"2b4ec25e4135ae17b72c9cd6a1b4dfd93bb4466c","tarball":"https://registry.npmjs.org/npm/-/npm-3.10.3.tgz","integrity":"sha512-tRxMAH6hXh6gwd50Th3xzjAlO4484w6StqW45OaWbmYfHlIoMQIR4R69RUAmGXChDJ+10hFCTa/diN4vFDjLcQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGLlqGTkfUuPYMk2o/vi+rD4IPAUPdRyekOu2Bi6JKVBAiEAibIzjBOMd7/ts4aBnWzlmRUACkg2ZPLLrA/VrO9NoIs="}]}},"3.10.4":{"name":"npm","version":"3.10.4","dependencies":{"abbrev":"~1.0.9","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.0.4","archy":"~1.0.0","asap":"~2.0.4","chownr":"~1.0.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.10","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.9","fs-write-stream-atomic":"~1.0.8","fstream":"~1.0.10","fstream-npm":"~1.1.0","glob":"~7.0.4","graceful-fs":"~4.1.4","has-unicode":"~2.0.1","hosted-git-info":"~2.1.5","iferr":"~0.1.5","inflight":"~1.0.5","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.9.4","lockfile":"~1.0.1","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.3.2","lodash.union":"~4.4.0","lodash.uniq":"~4.3.0","lodash.without":"~4.2.0","mkdirp":"~0.5.1","node-gyp":"~3.4.0","nopt":"~3.0.6","normalize-git-url":"~3.0.2","normalize-package-data":"~2.3.5","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-package-arg":"~4.2.0","npm-registry-client":"~7.1.2","npm-user-validate":"~0.1.4","npmlog":"~3.1.2","once":"~1.3.3","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"~2.0.4","read-package-tree":"~5.1.5","readable-stream":"~2.1.4","realize-package-specifier":"~3.0.3","request":"~2.72.0","retry":"~0.9.0","rimraf":"~2.5.2","semver":"~5.1.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.0","strip-ansi":"~3.0.1","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","validate-npm-package-name":"~2.2.2","which":"~1.2.10","wrappy":"~1.0.2","write-file-atomic":"~1.1.4","ansi-regex":"*","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.5","marked-man":"~0.1.5","npm-registry-couchapp":"~2.6.12","npm-registry-mock":"~1.0.1","require-inject":"~1.4.0","sprintf-js":"~1.0.3","standard":"~6.0.8","tacks":"~1.2.1","tap":"~5.7.2"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","asap","chownr","cmd-shim","columnify","config-chain","debuglog","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"shasum":"92c744443f111d8b1076bf042ee67e1d527e9507","tarball":"https://registry.npmjs.org/npm/-/npm-3.10.4.tgz","integrity":"sha512-DPKk/VOoomRaMwj0uZIxQzdo+oPTTnRyXDemPt6bR0qHXymL3SOICCRLl6JZ2nVBArhDVtItMked7W5ag8GEMg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDnUO6q+4+IgPV62bi8pHpEVTc+Rl0+glJC2sJXglDEoAIhAPGOpx44Bji6GiiK0syWIWbz5FCKggl/ohizV/ca+ofI"}]}},"2.15.9":{"name":"npm","version":"2.15.9","dependencies":{"abbrev":"~1.0.9","ansi":"~0.3.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","async-some":"~1.0.2","block-stream":"0.0.9","char-spinner":"~1.0.1","chmodr":"~1.0.2","chownr":"~1.0.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.10","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.9","fs-write-stream-atomic":"~1.0.8","fstream":"~1.0.10","fstream-npm":"~1.0.7","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~7.0.4","graceful-fs":"~4.1.4","hosted-git-info":"~2.1.4","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.9.4","lockfile":"~1.0.1","lru-cache":"~4.0.1","minimatch":"~3.0.0","mkdirp":"~0.5.1","node-gyp":"~3.4.0","nopt":"~3.0.6","normalize-git-url":"~3.0.2","normalize-package-data":"~2.3.5","npm-cache-filename":"~1.0.2","npm-install-checks":"~1.0.7","npm-package-arg":"~4.1.0","npm-registry-client":"~7.1.2","npm-user-validate":"~0.1.4","npmlog":"~2.0.4","once":"~1.3.3","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.0","read":"~1.0.7","read-installed":"~4.0.3","read-package-json":"~2.0.4","readable-stream":"~2.1.4","realize-package-specifier":"~3.0.1","request":"~2.72.0","retry":"~0.9.0","rimraf":"~2.5.2","semver":"~5.1.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.0","spdx-license-ids":"~1.2.1","strip-ansi":"~3.0.1","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","validate-npm-package-license":"~3.0.1","validate-npm-package-name":"~2.2.2","which":"~1.2.10","wrappy":"~1.0.2","write-file-atomic":"~1.1.4","ansi-regex":"*","imurmurhash":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.5","marked-man":"~0.1.5","npm-registry-couchapp":"~2.6.12","npm-registry-mock":"~1.0.1","require-inject":"~1.4.0","sprintf-js":"~1.0.3","tacks":"~1.2.1","tap":"~5.7.1"},"bundleDependencies":["abbrev","ansi","ansi-regex","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","chmodr","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","hosted-git-info","imurmurhash","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","spdx-license-ids","strip-ansi","tar","text-table","uid-number","umask","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"2f0e290cd48f5d69cee98406055db840ae616da9","tarball":"https://registry.npmjs.org/npm/-/npm-2.15.9.tgz","integrity":"sha512-LrueSiFOkQKzO8WjolZ7kgBPQ4nyqZQacX0a2HfFJb/xOf8FXNc3n7kM3LwBP3b1iI7V2LWZ71CahudrtJGZJA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC3GyClwS7myKEAwMewt5vj54uX8GdiWxBeK4NMHpPzSQIgUjvXWkVh3SoqDykKYcfoku1qA3lJysvsxo0TLNTXnAs="}]}},"3.10.5":{"name":"npm","version":"3.10.5","dependencies":{"abbrev":"~1.0.9","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.0.4","archy":"~1.0.0","asap":"~2.0.4","chownr":"~1.0.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.10","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.9","fs-write-stream-atomic":"~1.0.8","fstream":"~1.0.10","fstream-npm":"~1.1.0","glob":"~7.0.4","graceful-fs":"~4.1.4","has-unicode":"~2.0.1","hosted-git-info":"~2.1.5","iferr":"~0.1.5","inflight":"~1.0.5","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.9.4","lockfile":"~1.0.1","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.3.2","lodash.union":"~4.4.0","lodash.uniq":"~4.3.0","lodash.without":"~4.2.0","mkdirp":"~0.5.1","node-gyp":"~3.4.0","nopt":"~3.0.6","normalize-git-url":"~3.0.2","normalize-package-data":"~2.3.5","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-package-arg":"~4.2.0","npm-registry-client":"~7.1.2","npm-user-validate":"~0.1.4","npmlog":"~3.1.2","once":"~1.3.3","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"~2.0.4","read-package-tree":"~5.1.5","readable-stream":"~2.1.4","realize-package-specifier":"~3.0.3","request":"~2.72.0","retry":"~0.9.0","rimraf":"~2.5.2","semver":"~5.1.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.0","strip-ansi":"~3.0.1","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","validate-npm-package-name":"~2.2.2","which":"~1.2.10","wrappy":"~1.0.2","write-file-atomic":"~1.1.4","ansi-regex":"*","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.5","marked-man":"~0.1.5","npm-registry-couchapp":"~2.6.12","npm-registry-mock":"~1.0.1","require-inject":"~1.4.0","sprintf-js":"~1.0.3","standard":"~6.0.8","tacks":"~1.2.1","tap":"~5.7.2"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","asap","chownr","cmd-shim","columnify","config-chain","debuglog","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"shasum":"4753bfbb1526077d61c3b6a251cff61a22206cc6","tarball":"https://registry.npmjs.org/npm/-/npm-3.10.5.tgz","integrity":"sha512-zceNnWkUqGHGHrG6TMLKF3uYdwRBNDAl79J10iYrCyqUbJzCAAIR4O91nLwwN57t3gsvVcPHiYUMMxqz81BH/Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGzRTuK/Pz1i9P77go4/29B7rCXJsgJf4VmoJfMRWP9sAiEAlwrqVJZO1Wbe/+NkMPzjySb7kJVGUEeydydNc96e9Vc="}]}},"3.10.6":{"name":"npm","version":"3.10.6","dependencies":{"abbrev":"~1.0.9","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.0.4","archy":"~1.0.0","asap":"~2.0.4","chownr":"~1.0.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.10","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.9","fs-write-stream-atomic":"~1.0.8","fstream":"~1.0.10","fstream-npm":"~1.1.0","glob":"~7.0.5","graceful-fs":"~4.1.4","has-unicode":"~2.0.1","hosted-git-info":"~2.1.5","iferr":"~0.1.5","inflight":"~1.0.5","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.9.4","lockfile":"~1.0.1","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.3.2","lodash.union":"~4.4.0","lodash.uniq":"~4.3.0","lodash.without":"~4.2.0","mkdirp":"~0.5.1","node-gyp":"~3.4.0","nopt":"~3.0.6","normalize-git-url":"~3.0.2","normalize-package-data":"~2.3.5","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-package-arg":"~4.2.0","npm-registry-client":"~7.1.2","npm-user-validate":"~0.1.5","npmlog":"~3.1.2","once":"~1.3.3","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"~2.0.4","read-package-tree":"~5.1.5","readable-stream":"~2.1.4","realize-package-specifier":"~3.0.3","request":"~2.72.0","retry":"~0.9.0","rimraf":"~2.5.3","semver":"~5.1.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.0","strip-ansi":"~3.0.1","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","validate-npm-package-name":"~2.2.2","which":"~1.2.10","wrappy":"~1.0.2","write-file-atomic":"~1.1.4","ansi-regex":"*","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.5","marked-man":"~0.1.5","npm-registry-couchapp":"~2.6.12","npm-registry-mock":"~1.0.1","require-inject":"~1.4.0","sprintf-js":"~1.0.3","standard":"~6.0.8","tacks":"~1.2.1","tap":"~6.1.1"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","asap","chownr","cmd-shim","columnify","config-chain","debuglog","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"shasum":"a2a3d39b9e93c2afb7ca1328e39ef72ba451dd1e","tarball":"https://registry.npmjs.org/npm/-/npm-3.10.6.tgz","integrity":"sha512-1SUC2GYSVad/0wIihL2zcYYaTt18TJz7TqrnOPsUeDrooaFZ8RvR2MiwQ9WbvC2i+vJpA48Lu2pFZxHO3N7+8g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCtKs0L3egBQ0ltIdNfN539PXpl+1EHOGf+M0OZiIZ7AQIgR9t9+No1vFNnlCXnWWztafFaM1D2EV4pXbVKm+M7aMo="}]}},"3.10.7":{"name":"npm","version":"3.10.7","dependencies":{"abbrev":"~1.0.9","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.0.4","archy":"~1.0.0","asap":"~2.0.4","chownr":"~1.0.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.10","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.9","fs-write-stream-atomic":"~1.0.8","fstream":"~1.0.10","fstream-npm":"~1.1.1","glob":"~7.0.5","graceful-fs":"~4.1.4","has-unicode":"~2.0.1","hosted-git-info":"~2.1.5","iferr":"~0.1.5","inflight":"~1.0.5","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.9.4","lockfile":"~1.0.1","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.4.1","lodash.union":"~4.5.0","lodash.uniq":"~4.4.0","lodash.without":"~4.3.0","mkdirp":"~0.5.1","node-gyp":"~3.4.0","nopt":"~3.0.6","normalize-git-url":"~3.0.2","normalize-package-data":"~2.3.5","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-package-arg":"~4.2.0","npm-registry-client":"~7.1.2","npm-user-validate":"~0.1.5","npmlog":"~3.1.2","once":"~1.3.3","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"~2.0.4","read-package-tree":"~5.1.5","readable-stream":"~2.1.4","realize-package-specifier":"~3.0.3","request":"~2.74.0","retry":"~0.9.0","rimraf":"~2.5.4","semver":"~5.1.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.0","strip-ansi":"~3.0.1","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","validate-npm-package-name":"~2.2.2","which":"~1.2.10","wrappy":"~1.0.2","write-file-atomic":"~1.1.4","ansi-regex":"*","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.6","marked-man":"~0.1.5","npm-registry-couchapp":"~2.6.12","npm-registry-mock":"~1.0.1","require-inject":"~1.4.0","sprintf-js":"~1.0.3","standard":"~6.0.8","tacks":"~1.2.1","tap":"~6.3.2"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","asap","chownr","cmd-shim","columnify","config-chain","debuglog","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"shasum":"c27556ddd52558d0a6fbf528503695fb83a54210","tarball":"https://registry.npmjs.org/npm/-/npm-3.10.7.tgz","integrity":"sha512-RTBpav3LmI+iQ273KVM8ZJxMzV94efWzRt+z5TKi/WxbU7z/LG351hyd42+S37P7IB7UIF4UDQ792JYxz/gy0w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIE4bM0ksm5fO4bP2LfnWGNjc2UehkL5c7PDtXvCtb4JwAiAp7Fj+EI+eGDcmhPW1dJcS4AsJM/8Kr4hW10+jm4TSFw=="}]}},"2.15.10":{"name":"npm","version":"2.15.10","dependencies":{"abbrev":"~1.0.9","ansi":"~0.3.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","async-some":"~1.0.2","block-stream":"0.0.9","char-spinner":"~1.0.1","chmodr":"~1.0.2","chownr":"~1.0.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.10","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.9","fs-write-stream-atomic":"~1.0.8","fstream":"~1.0.10","fstream-npm":"~1.1.1","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~7.0.5","graceful-fs":"~4.1.5","hosted-git-info":"~2.1.5","inflight":"~1.0.4","inherits":"~2.0.1","ini":"~1.3.4","init-package-json":"~1.9.4","lockfile":"~1.0.1","lru-cache":"~4.0.1","minimatch":"~3.0.3","mkdirp":"~0.5.1","node-gyp":"~3.4.0","nopt":"~3.0.6","normalize-git-url":"~3.0.2","normalize-package-data":"~2.3.5","npm-cache-filename":"~1.0.2","npm-install-checks":"~1.0.7","npm-package-arg":"~4.1.0","npm-registry-client":"~7.1.2","npm-user-validate":"~0.1.5","npmlog":"~2.0.4","once":"~1.3.3","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.0","read":"~1.0.7","read-installed":"~4.0.3","read-package-json":"~2.0.4","readable-stream":"~2.1.4","realize-package-specifier":"~3.0.1","request":"~2.74.0","retry":"~0.9.0","rimraf":"~2.5.4","semver":"~5.1.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.0","spdx-license-ids":"~1.2.2","strip-ansi":"~3.0.1","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","validate-npm-package-license":"~3.0.1","validate-npm-package-name":"~2.2.2","which":"~1.2.10","wrappy":"~1.0.2","write-file-atomic":"~1.1.4","ansi-regex":"*","imurmurhash":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.5","marked-man":"~0.1.5","npm-registry-couchapp":"~2.6.12","npm-registry-mock":"~1.0.1","require-inject":"~1.4.0","sprintf-js":"~1.0.3","tacks":"~1.2.1","tap":"~6.3.2"},"bundleDependencies":["abbrev","ansi","ansi-regex","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","chmodr","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","hosted-git-info","imurmurhash","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","spdx-license-ids","strip-ansi","tar","text-table","uid-number","umask","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"de5a3dab6dcc0494784c8b8e37bf52ee851f842c","tarball":"https://registry.npmjs.org/npm/-/npm-2.15.10.tgz","integrity":"sha512-ZhrrrBeP2NB51zlrlUZz6ugd2UJsm1Kn676QOEW7IUBV93xFjbf6SF2fIl0Nr+OftVQsAg2ZHt4DGO+hK38wRA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCK0i4nZJI/2EszhvAXmrn+9SDIxTO28yocv0NWkDfuJgIhAP+LNDrtrIKbhFFBsmg7pOG8zarvwcIGoFRJsyEVrYXC"}]}},"3.10.8":{"name":"npm","version":"3.10.8","dependencies":{"abbrev":"~1.0.9","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.0.4","archy":"~1.0.0","asap":"~2.0.4","chownr":"~1.0.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.10","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.9","fs-write-stream-atomic":"~1.0.8","fstream":"~1.0.10","fstream-npm":"~1.2.0","glob":"~7.0.6","graceful-fs":"~4.1.6","has-unicode":"~2.0.1","hosted-git-info":"~2.1.5","iferr":"~0.1.5","inflight":"~1.0.5","inherits":"~2.0.3","ini":"~1.3.4","init-package-json":"~1.9.4","lockfile":"~1.0.1","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","mkdirp":"~0.5.1","node-gyp":"~3.4.0","nopt":"~3.0.6","normalize-git-url":"~3.0.2","normalize-package-data":"~2.3.5","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-package-arg":"~4.2.0","npm-registry-client":"~7.2.1","npm-user-validate":"~0.1.5","npmlog":"~4.0.0","once":"~1.4.0","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"~2.0.4","read-package-tree":"~5.1.5","readable-stream":"~2.1.5","realize-package-specifier":"~3.0.3","request":"~2.74.0","retry":"~0.10.0","rimraf":"~2.5.4","semver":"~5.3.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.0","strip-ansi":"~3.0.1","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","validate-npm-package-name":"~2.2.2","which":"~1.2.11","wrappy":"~1.0.2","write-file-atomic":"~1.2.0","ansi-regex":"*","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.6","marked-man":"~0.1.5","npm-registry-couchapp":"~2.6.12","npm-registry-mock":"~1.0.1","require-inject":"~1.4.0","sprintf-js":"~1.0.3","standard":"~6.0.8","tacks":"~1.2.1","tap":"~6.3.2"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","asap","chownr","cmd-shim","columnify","config-chain","debuglog","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"shasum":"8f76ff8c6da04b61dd371d554ce40a0b8916c15e","tarball":"https://registry.npmjs.org/npm/-/npm-3.10.8.tgz","integrity":"sha512-AJBAIQPAUM04UD9TWhvJGf1o1TKhlD8Uuxm5+SfLAqG6a8OSEefOCg/Nf85LCNQLcPmIBYi9H/YDVHA8dqpECA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC0Hv55ic8t69KietliGT/lA5d0ql7tASzx+rMiMpkEDAIhAIBeUwQMSuCo8yvgGkZh8UdChENpkI4g9iOcfoZJXeMa"}]}},"2.15.11":{"name":"npm","version":"2.15.11","dependencies":{"abbrev":"~1.0.9","ansi":"~0.3.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","async-some":"~1.0.2","block-stream":"0.0.9","char-spinner":"~1.0.1","chmodr":"~1.0.2","chownr":"~1.0.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.10","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.9","fs-write-stream-atomic":"~1.0.8","fstream":"~1.0.10","fstream-npm":"~1.1.1","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~7.0.6","graceful-fs":"~4.1.6","hosted-git-info":"~2.1.5","inflight":"~1.0.4","inherits":"~2.0.3","ini":"~1.3.4","init-package-json":"~1.9.4","lockfile":"~1.0.1","lru-cache":"~4.0.1","minimatch":"~3.0.3","mkdirp":"~0.5.1","node-gyp":"~3.4.0","nopt":"~3.0.6","normalize-git-url":"~3.0.2","normalize-package-data":"~2.3.5","npm-cache-filename":"~1.0.2","npm-install-checks":"~1.0.7","npm-package-arg":"~4.1.0","npm-registry-client":"~7.2.1","npm-user-validate":"~0.1.5","npmlog":"~2.0.4","once":"~1.4.0","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.0","read":"~1.0.7","read-installed":"~4.0.3","read-package-json":"~2.0.4","readable-stream":"~2.1.5","realize-package-specifier":"~3.0.1","request":"~2.74.0","retry":"~0.10.0","rimraf":"~2.5.4","semver":"~5.1.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.0","spdx-license-ids":"~1.2.2","strip-ansi":"~3.0.1","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","validate-npm-package-license":"~3.0.1","validate-npm-package-name":"~2.2.2","which":"~1.2.11","wrappy":"~1.0.2","write-file-atomic":"~1.1.4","ansi-regex":"*","imurmurhash":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.5","marked-man":"~0.1.5","npm-registry-couchapp":"~2.6.12","npm-registry-mock":"~1.0.1","require-inject":"~1.4.0","sprintf-js":"~1.0.3","tacks":"~1.2.1","tap":"~7.1.1"},"bundleDependencies":["abbrev","ansi","ansi-regex","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","chmodr","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","hosted-git-info","imurmurhash","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","spdx-license-ids","strip-ansi","tar","text-table","uid-number","umask","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"350588fba9cd8d384cf9a6e8dc0fef0f94992b7c","tarball":"https://registry.npmjs.org/npm/-/npm-2.15.11.tgz","integrity":"sha512-ORqHWVb472ot0SaFImhjI55hnrujOXtlJSNAYmi+qyGdAQINTP+t7FndP3fkrnwqPrj7ycCbW+t7fBWFNiWQKg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGOC4b0jMxsyOWBEgdcR2/FgLTXJSpuy5jTrXgxy4wnLAiEAjMdNaGUybD+bVilmnGeQmkFzFoEGnhXrRSAG6EZaSbY="}]}},"3.10.9":{"name":"npm","version":"3.10.9","dependencies":{"abbrev":"~1.0.9","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.0.4","archy":"~1.0.0","asap":"~2.0.5","chownr":"~1.0.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.11","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.9","fs-write-stream-atomic":"~1.0.8","fstream":"~1.0.10","fstream-npm":"~1.2.0","glob":"~7.1.0","graceful-fs":"~4.1.9","has-unicode":"~2.0.1","hosted-git-info":"~2.1.5","iferr":"~0.1.5","inflight":"~1.0.5","inherits":"~2.0.3","ini":"~1.3.4","init-package-json":"~1.9.4","lockfile":"~1.0.2","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","mkdirp":"~0.5.1","node-gyp":"~3.4.0","nopt":"~3.0.6","normalize-git-url":"~3.0.2","normalize-package-data":"~2.3.5","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-package-arg":"~4.2.0","npm-registry-client":"~7.2.1","npm-user-validate":"~0.1.5","npmlog":"~4.0.0","once":"~1.4.0","opener":"~1.4.2","osenv":"~0.1.3","path-is-inside":"~1.0.2","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"~2.0.4","read-package-tree":"~5.1.5","readable-stream":"~2.1.5","realize-package-specifier":"~3.0.3","request":"~2.75.0","retry":"~0.10.0","rimraf":"~2.5.4","semver":"~5.3.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.1","strip-ansi":"~3.0.1","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","validate-npm-package-name":"~2.2.2","which":"~1.2.11","wrappy":"~1.0.2","write-file-atomic":"~1.2.0","ansi-regex":"*","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.6","marked-man":"~0.1.5","npm-registry-couchapp":"~2.6.12","npm-registry-mock":"~1.0.1","require-inject":"~1.4.0","sprintf-js":"~1.0.3","standard":"~6.0.8","tacks":"~1.2.2","tap":"~7.1.2"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","asap","chownr","cmd-shim","columnify","config-chain","debuglog","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"shasum":"6b5cba2c765cb7d7febb0492f2a8cefaee86a2e3","tarball":"https://registry.npmjs.org/npm/-/npm-3.10.9.tgz","integrity":"sha512-8tcP7UxWgkAE1sjFrKorsN9R+xnnHTygIIGDViXY6cnhjRicxNxJKIRQIUHwXrB6OW3X/PlO1+3i5ExPEPj0oQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDBIep0iOiFWV9TNoQG9aDdZyuMGMHwMuMjjN9ZlHjlrQIgfpdk8KuqeTuKPyo9deWXxfbnlTpcusHuXOi4HaauSjE="}]}},"4.0.0":{"name":"npm","version":"4.0.0","dependencies":{"JSONStream":"~1.2.1","abbrev":"~1.0.9","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.0.4","archy":"~1.0.0","asap":"~2.0.5","chownr":"~1.0.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.11","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.9","fs-write-stream-atomic":"~1.0.8","fstream":"~1.0.10","fstream-npm":"~1.2.0","glob":"~7.1.0","graceful-fs":"~4.1.9","has-unicode":"~2.0.1","hosted-git-info":"~2.1.5","iferr":"~0.1.5","inflight":"~1.0.5","inherits":"~2.0.3","ini":"~1.3.4","init-package-json":"~1.9.4","lockfile":"~1.0.2","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","mississippi":"~1.2.0","mkdirp":"~0.5.1","node-gyp":"~3.4.0","nopt":"~3.0.6","normalize-git-url":"~3.0.2","normalize-package-data":"~2.3.5","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-package-arg":"~4.2.0","npm-registry-client":"~7.3.0","npm-user-validate":"~0.1.5","npmlog":"~4.0.0","once":"~1.4.0","opener":"~1.4.2","osenv":"~0.1.3","path-is-inside":"~1.0.2","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"~2.0.4","read-package-tree":"~5.1.5","readable-stream":"~2.1.5","realize-package-specifier":"~3.0.3","request":"~2.75.0","retry":"~0.10.0","rimraf":"~2.5.4","semver":"~5.3.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","strip-ansi":"~3.0.1","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","validate-npm-package-name":"~2.2.2","which":"~1.2.11","wrappy":"~1.0.2","write-file-atomic":"~1.2.0","ansi-regex":"*","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.6","marked-man":"~0.1.5","npm-registry-couchapp":"~2.6.12","npm-registry-mock":"~1.0.1","require-inject":"~1.4.0","sprintf-js":"~1.0.3","standard":"~6.0.8","tacks":"~1.2.2","tap":"~7.1.2"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","asap","chownr","cmd-shim","columnify","config-chain","debuglog","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","JSONStream","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","sorted-union-stream","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic","mississippi"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"shasum":"f346ab034445782ee84f4470392a564cc2d81844","tarball":"https://registry.npmjs.org/npm/-/npm-4.0.0.tgz","integrity":"sha512-10zmnhkESMZ1+94TU4Ern4A10QtSwgauwwLmX04dyCdrJJAPL5J7KEz+zFWuH/n1Gyd0yNsFcGEXDVAaweMjaA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCSHG1pPYiEe49ROVb0EQM9H1V7fCBUp9OM/z11lODvzAIhAIq6GN3gleklKvvi1gr7bi+hk5qbYmKwozXe16apQ+IV"}]}},"4.0.1":{"name":"npm","version":"4.0.1","dependencies":{"JSONStream":"~1.2.1","abbrev":"~1.0.9","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.0.4","archy":"~1.0.0","asap":"~2.0.5","chownr":"~1.0.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.11","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.9","fs-write-stream-atomic":"~1.0.8","fstream":"~1.0.10","fstream-npm":"~1.2.0","glob":"~7.1.0","graceful-fs":"~4.1.9","has-unicode":"~2.0.1","hosted-git-info":"~2.1.5","iferr":"~0.1.5","inflight":"~1.0.5","inherits":"~2.0.3","ini":"~1.3.4","init-package-json":"~1.9.4","lockfile":"~1.0.2","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","mississippi":"~1.2.0","mkdirp":"~0.5.1","node-gyp":"~3.4.0","nopt":"~3.0.6","normalize-git-url":"~3.0.2","normalize-package-data":"~2.3.5","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-package-arg":"~4.2.0","npm-registry-client":"~7.3.0","npm-user-validate":"~0.1.5","npmlog":"~4.0.0","once":"~1.4.0","opener":"~1.4.2","osenv":"~0.1.3","path-is-inside":"~1.0.2","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"~2.0.4","read-package-tree":"~5.1.5","readable-stream":"~2.1.5","realize-package-specifier":"~3.0.3","request":"~2.75.0","retry":"~0.10.0","rimraf":"~2.5.4","semver":"~5.3.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","strip-ansi":"~3.0.1","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","validate-npm-package-name":"~2.2.2","which":"~1.2.11","wrappy":"~1.0.2","write-file-atomic":"~1.2.0","ansi-regex":"*","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.6","marked-man":"~0.1.5","npm-registry-couchapp":"~2.6.12","npm-registry-mock":"~1.0.1","require-inject":"~1.4.0","sprintf-js":"~1.0.3","standard":"~6.0.8","tacks":"~1.2.2","tap":"~7.1.2"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","asap","chownr","cmd-shim","columnify","config-chain","debuglog","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","JSONStream","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","sorted-union-stream","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic","mississippi"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"shasum":"92aafd0f2f0cc0c816e9eec45f5be373d82c32f5","tarball":"https://registry.npmjs.org/npm/-/npm-4.0.1.tgz","integrity":"sha512-ynVuaXdIF9C5mV3QonXxNttAMJrikOGpj6syrJQOvUR4aJkJqzsM8KrGPufd55LfO7YkAkp4kdNrdx5XBbBISA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDXLcOOCSfWgRNLK0YeFJeqMt9eNojJbiX63bW/r2bU3wIhALeNwa8sTUBtQ5PO0JmAI032pTBCYLV3HpijgBtN80kK"}]}},"4.0.2":{"name":"npm","version":"4.0.2","dependencies":{"JSONStream":"~1.2.1","abbrev":"~1.0.9","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.0.4","archy":"~1.0.0","asap":"~2.0.5","chownr":"~1.0.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.11","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.9","fs-write-stream-atomic":"~1.0.8","fstream":"~1.0.10","fstream-npm":"~1.2.0","glob":"~7.1.1","graceful-fs":"~4.1.10","has-unicode":"~2.0.1","hosted-git-info":"~2.1.5","iferr":"~0.1.5","inflight":"~1.0.6","inherits":"~2.0.3","ini":"~1.3.4","init-package-json":"~1.9.4","lockfile":"~1.0.2","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","mississippi":"~1.2.0","mkdirp":"~0.5.1","node-gyp":"~3.4.0","nopt":"~3.0.6","normalize-git-url":"~3.0.2","normalize-package-data":"~2.3.5","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-package-arg":"~4.2.0","npm-registry-client":"~7.3.0","npm-user-validate":"~0.1.5","npmlog":"~4.0.0","once":"~1.4.0","opener":"~1.4.2","osenv":"~0.1.3","path-is-inside":"~1.0.2","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"~2.0.4","read-package-tree":"~5.1.5","readable-stream":"~2.1.5","realize-package-specifier":"~3.0.3","request":"~2.78.0","retry":"~0.10.0","rimraf":"~2.5.4","semver":"~5.3.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","strip-ansi":"~3.0.1","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","validate-npm-package-name":"~2.2.2","which":"~1.2.11","wrappy":"~1.0.2","write-file-atomic":"~1.2.0","ansi-regex":"*","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.6","marked-man":"~0.1.5","npm-registry-couchapp":"~2.6.12","npm-registry-mock":"~1.0.1","require-inject":"~1.4.0","sprintf-js":"~1.0.3","standard":"~6.0.8","tacks":"~1.2.2","tap":"~7.1.2"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","asap","chownr","cmd-shim","columnify","config-chain","debuglog","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","JSONStream","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","sorted-union-stream","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic","mississippi"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"shasum":"fe6cb3c202145151459e74a2919060fb659e2dae","tarball":"https://registry.npmjs.org/npm/-/npm-4.0.2.tgz","integrity":"sha512-icv+6NxTUDORSQm1DScwRMAkaDD0+iHEYeXJDnp0hwAbEXJvAbBLBOgK7Qovcyt8OIpK/Ia3lfB1bQccQl+TOw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGN/+mmVp+lVQJeIScDrZqoIas7MU/EuaJPe7W+ZAOdVAiBprVjwd0FhtJwr4euRfxlL/OpIYitaV/+tZVYdq3jmIg=="}]}},"3.10.10":{"name":"npm","version":"3.10.10","dependencies":{"abbrev":"~1.0.9","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.0.4","archy":"~1.0.0","asap":"~2.0.5","chownr":"~1.0.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.11","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.9","fs-write-stream-atomic":"~1.0.8","fstream":"~1.0.10","fstream-npm":"~1.2.0","glob":"~7.1.0","graceful-fs":"~4.1.9","has-unicode":"~2.0.1","hosted-git-info":"~2.1.5","iferr":"~0.1.5","inflight":"~1.0.5","inherits":"~2.0.3","ini":"~1.3.4","init-package-json":"~1.9.4","lockfile":"~1.0.2","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","mkdirp":"~0.5.1","node-gyp":"~3.4.0","nopt":"~3.0.6","normalize-git-url":"~3.0.2","normalize-package-data":"~2.3.5","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-package-arg":"~4.2.0","npm-registry-client":"~7.2.1","npm-user-validate":"~0.1.5","npmlog":"~4.0.0","once":"~1.4.0","opener":"~1.4.2","osenv":"~0.1.3","path-is-inside":"~1.0.2","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"~2.0.4","read-package-tree":"~5.1.5","readable-stream":"~2.1.5","realize-package-specifier":"~3.0.3","request":"~2.75.0","retry":"~0.10.0","rimraf":"~2.5.4","semver":"~5.3.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.1","strip-ansi":"~3.0.1","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","validate-npm-package-name":"~2.2.2","which":"~1.2.11","wrappy":"~1.0.2","write-file-atomic":"~1.2.0","ansi-regex":"*","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.6","marked-man":"~0.1.5","npm-registry-couchapp":"~2.6.12","npm-registry-mock":"~1.0.1","require-inject":"~1.4.0","sprintf-js":"~1.0.3","standard":"~6.0.8","tacks":"~1.2.2","tap":"~7.1.2"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","asap","chownr","cmd-shim","columnify","config-chain","debuglog","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"shasum":"5b1d577e4c8869d6c8603bc89e9cd1637303e46e","tarball":"https://registry.npmjs.org/npm/-/npm-3.10.10.tgz","integrity":"sha512-VbvFURAJQhfbrtySugmKtI7SwTvi4F4BVjVVxTrIi8IncKcjKtTuxJtM9ZNTsqV2XdsFB3NQZzI+U+afzgJH4g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDjWtcz4R97TKGpaBZSLXEiMI5ZvTfja9PIz25zz4Xf/QIgKZ8rlm1bL3FUYS+02vPQBvQmAXD1QDw8hOYi5WxdGkU="}]}},"4.0.3":{"name":"npm","version":"4.0.3","dependencies":{"JSONStream":"~1.2.1","abbrev":"~1.0.9","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.0.4","archy":"~1.0.0","asap":"~2.0.5","chownr":"~1.0.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.11","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.9","fs-write-stream-atomic":"~1.0.8","fstream":"~1.0.10","fstream-npm":"~1.2.0","glob":"~7.1.1","graceful-fs":"~4.1.10","has-unicode":"~2.0.1","hosted-git-info":"~2.1.5","iferr":"~0.1.5","inflight":"~1.0.6","inherits":"~2.0.3","ini":"~1.3.4","init-package-json":"~1.9.4","lockfile":"~1.0.2","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","mississippi":"~1.2.0","mkdirp":"~0.5.1","node-gyp":"~3.4.0","nopt":"~3.0.6","normalize-git-url":"~3.0.2","normalize-package-data":"~2.3.5","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-package-arg":"~4.2.0","npm-registry-client":"~7.3.0","npm-user-validate":"~0.1.5","npmlog":"~4.0.1","once":"~1.4.0","opener":"~1.4.2","osenv":"~0.1.3","path-is-inside":"~1.0.2","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"~2.0.4","read-package-tree":"~5.1.5","readable-stream":"~2.2.2","realize-package-specifier":"~3.0.3","request":"~2.78.0","retry":"~0.10.0","rimraf":"~2.5.4","semver":"~5.3.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","strip-ansi":"~3.0.1","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","validate-npm-package-name":"~2.2.2","which":"~1.2.12","wrappy":"~1.0.2","write-file-atomic":"~1.2.0","ansi-regex":"*","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.6","marked-man":"~0.1.6","npm-registry-couchapp":"~2.6.12","npm-registry-mock":"~1.0.1","require-inject":"~1.4.0","sprintf-js":"~1.0.3","standard":"~6.0.8","tacks":"~1.2.2","tap":"~8.0.0"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","asap","chownr","cmd-shim","columnify","config-chain","debuglog","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","JSONStream","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","sorted-union-stream","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic","mississippi"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"shasum":"61f610c1a26b6914e60c4ef3befbc420d38e5917","tarball":"https://registry.npmjs.org/npm/-/npm-4.0.3.tgz","integrity":"sha512-EhIVa4M54ysQ8fD4Gyb8nWYPGImmQWd+RTsDjkA22VCJR5A8NMh2B6h1b/wPauxZM19cerHuXvSoBxOex2di3Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCj8LQHplLO+46qR7i5oZfo7+QBSlKafVGBk6mdlFN8HwIhAN1+049h6gX4d/oLBRPYTjEQ2l4puBSqs0CJS4rTuP/o"}]}},"4.0.5":{"name":"npm","version":"4.0.5","dependencies":{"JSONStream":"~1.2.1","abbrev":"~1.0.9","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.0.4","archy":"~1.0.0","asap":"~2.0.5","chownr":"~1.0.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.11","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.9","fs-write-stream-atomic":"~1.0.8","fstream":"~1.0.10","fstream-npm":"~1.2.0","glob":"~7.1.1","graceful-fs":"~4.1.11","has-unicode":"~2.0.1","hosted-git-info":"~2.1.5","iferr":"~0.1.5","inflight":"~1.0.6","inherits":"~2.0.3","ini":"~1.3.4","init-package-json":"~1.9.4","lockfile":"~1.0.2","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","mississippi":"~1.2.0","mkdirp":"~0.5.1","node-gyp":"~3.4.0","nopt":"~3.0.6","normalize-git-url":"~3.0.2","normalize-package-data":"~2.3.5","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-package-arg":"~4.2.0","npm-registry-client":"~7.3.0","npm-user-validate":"~0.1.5","npmlog":"~4.0.1","once":"~1.4.0","opener":"~1.4.2","osenv":"~0.1.3","path-is-inside":"~1.0.2","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"~2.0.4","read-package-tree":"~5.1.5","readable-stream":"~2.2.2","realize-package-specifier":"~3.0.3","request":"~2.79.0","retry":"~0.10.0","rimraf":"~2.5.4","semver":"~5.3.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","strip-ansi":"~3.0.1","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","validate-npm-package-name":"~2.2.2","which":"~1.2.12","wrappy":"~1.0.2","write-file-atomic":"~1.2.0","ansi-regex":"*","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.6","marked-man":"~0.1.6","npm-registry-couchapp":"~2.6.12","npm-registry-mock":"~1.0.1","require-inject":"~1.4.0","sprintf-js":"~1.0.3","standard":"~6.0.8","tacks":"~1.2.2","tap":"~8.0.1"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","asap","chownr","cmd-shim","columnify","config-chain","debuglog","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","JSONStream","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","sorted-union-stream","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic","mississippi"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"shasum":"a9c3c00c3c5bd6b0538c71109e019afd9d5b1403","tarball":"https://registry.npmjs.org/npm/-/npm-4.0.5.tgz","integrity":"sha512-PPzXFsJBHWRW4UY+IVwC2B+2PrFDKvz8LOg2cl9/OXQG7/BLUDiin6lhiEeqgOM/mgltaR34Lp9jtYiTTUrxpg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD58uazZEfGcTSW+orCOu7xSH1zA3LDsIG3QF/pZrLYbAIhAPfHvOpSAeSw/T41oczK4LTjhGzpVb8S0RoOF3aZrPHj"}]}},"4.1.0":{"name":"npm","version":"4.1.0","dependencies":{"JSONStream":"~1.2.1","abbrev":"~1.0.9","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.0.4","archy":"~1.0.0","asap":"~2.0.5","chownr":"~1.0.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.11","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.9","fs-write-stream-atomic":"~1.0.8","fstream":"~1.0.10","fstream-npm":"~1.2.0","glob":"~7.1.1","graceful-fs":"~4.1.11","has-unicode":"~2.0.1","hosted-git-info":"~2.1.5","iferr":"~0.1.5","inflight":"~1.0.6","inherits":"~2.0.3","ini":"~1.3.4","init-package-json":"~1.9.4","lockfile":"~1.0.3","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","mississippi":"~1.2.0","mkdirp":"~0.5.1","node-gyp":"~3.4.0","nopt":"~4.0.1","normalize-git-url":"~3.0.2","normalize-package-data":"~2.3.5","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-package-arg":"~4.2.0","npm-registry-client":"~7.4.5","npm-user-validate":"~0.1.5","npmlog":"~4.0.2","once":"~1.4.0","opener":"~1.4.2","osenv":"~0.1.4","path-is-inside":"~1.0.2","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"~2.0.4","read-package-tree":"~5.1.5","readable-stream":"~2.2.2","realize-package-specifier":"~3.0.3","request":"~2.79.0","retry":"~0.10.1","rimraf":"~2.5.4","semver":"~5.3.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","strip-ansi":"~3.0.1","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","uuid":"~3.0.1","validate-npm-package-name":"~2.2.2","which":"~1.2.12","wrappy":"~1.0.2","write-file-atomic":"~1.2.0","ansi-regex":"*","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.6","marked-man":"~0.2.0","npm-registry-couchapp":"~2.6.12","npm-registry-mock":"~1.0.1","require-inject":"~1.4.0","sprintf-js":"~1.0.3","standard":"~6.0.8","tacks":"~1.2.2","tap":"~8.0.1"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","asap","chownr","cmd-shim","columnify","config-chain","debuglog","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","JSONStream","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","sorted-union-stream","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic","mississippi","uuid"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"shasum":"f9f5e543274dd9c384aea1a0c8a43de5df407ff2","tarball":"https://registry.npmjs.org/npm/-/npm-4.1.0.tgz","integrity":"sha512-4sb5OSk3MuUdTX6JibcVrU4U5gTAbbnc9EbIHfr5/5YL+L/LyybkwZWXlEXiH1mkxX6fz/e+TGuUvFhqz+hsOw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAIJblKDz7rj6NVQqjI7TrRS0XZyvVYMY1+dbdx5ul8pAiA4IX2/zf8hlcvso3EcjTxg+WBPl5r2x3GnKDl+BcyDiQ=="}]}},"4.1.1":{"name":"npm","version":"4.1.1","dependencies":{"JSONStream":"~1.2.1","abbrev":"~1.0.9","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.0.4","archy":"~1.0.0","asap":"~2.0.5","chownr":"~1.0.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.11","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.9","fs-write-stream-atomic":"~1.0.8","fstream":"~1.0.10","fstream-npm":"~1.2.0","glob":"~7.1.1","graceful-fs":"~4.1.11","has-unicode":"~2.0.1","hosted-git-info":"~2.1.5","iferr":"~0.1.5","inflight":"~1.0.6","inherits":"~2.0.3","ini":"~1.3.4","init-package-json":"~1.9.4","lockfile":"~1.0.3","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","mississippi":"~1.2.0","mkdirp":"~0.5.1","node-gyp":"~3.4.0","nopt":"~4.0.1","normalize-git-url":"~3.0.2","normalize-package-data":"~2.3.5","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-package-arg":"~4.2.0","npm-registry-client":"~7.4.5","npm-user-validate":"~0.1.5","npmlog":"~4.0.2","once":"~1.4.0","opener":"~1.4.2","osenv":"~0.1.4","path-is-inside":"~1.0.2","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"~2.0.4","read-package-tree":"~5.1.5","readable-stream":"~2.2.2","realize-package-specifier":"~3.0.3","request":"~2.79.0","retry":"~0.10.1","rimraf":"~2.5.4","semver":"~5.3.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","strip-ansi":"~3.0.1","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","uuid":"~3.0.1","validate-npm-package-name":"~2.2.2","which":"~1.2.12","wrappy":"~1.0.2","write-file-atomic":"~1.2.0","ansi-regex":"*","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.6","marked-man":"~0.2.0","npm-registry-couchapp":"~2.6.12","npm-registry-mock":"~1.0.1","require-inject":"~1.4.0","sprintf-js":"~1.0.3","standard":"~6.0.8","tacks":"~1.2.2","tap":"~8.0.1"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","asap","chownr","cmd-shim","columnify","config-chain","debuglog","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","JSONStream","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","sorted-union-stream","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic","mississippi","uuid"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"shasum":"76d8f1f32a87619f000e0e25a0e6be90561484d4","tarball":"https://registry.npmjs.org/npm/-/npm-4.1.1.tgz","integrity":"sha512-h6ybnK0SgLDYQgbUO0y8PdfQ8tvhvBmkBgGmPVue5grSaoMCw/R/G/a6sOPnipmwB9Sc5GgXNEl6UDXNRlwgqw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCvy7pY2PcJnMeYh7mNgyaSsEb7PfPA6agaeL03r0xNlwIga48RejyGhNZT+fF6YEUCELcyz1HclCioKl7GJ8d312w="}]}},"4.1.2":{"name":"npm","version":"4.1.2","dependencies":{"JSONStream":"~1.3.0","abbrev":"~1.0.9","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.0.4","archy":"~1.0.0","asap":"~2.0.5","chownr":"~1.0.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.11","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.9","fs-write-stream-atomic":"~1.0.8","fstream":"~1.0.10","fstream-npm":"~1.2.0","glob":"~7.1.1","graceful-fs":"~4.1.11","has-unicode":"~2.0.1","hosted-git-info":"~2.1.5","iferr":"~0.1.5","inflight":"~1.0.6","inherits":"~2.0.3","ini":"~1.3.4","init-package-json":"~1.9.4","lockfile":"~1.0.3","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","mississippi":"~1.2.0","mkdirp":"~0.5.1","node-gyp":"~3.5.0","nopt":"~4.0.1","normalize-git-url":"~3.0.2","normalize-package-data":"~2.3.5","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-package-arg":"~4.2.0","npm-registry-client":"~7.4.5","npm-user-validate":"~0.1.5","npmlog":"~4.0.2","once":"~1.4.0","opener":"~1.4.2","osenv":"~0.1.4","path-is-inside":"~1.0.2","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"~2.0.4","read-package-tree":"~5.1.5","readable-stream":"~2.2.2","realize-package-specifier":"~3.0.3","request":"~2.79.0","retry":"~0.10.1","rimraf":"~2.5.4","semver":"~5.3.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","strip-ansi":"~3.0.1","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","uuid":"~3.0.1","validate-npm-package-name":"~2.2.2","which":"~1.2.12","wrappy":"~1.0.2","write-file-atomic":"~1.3.1","ansi-regex":"*","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.6","marked-man":"~0.2.0","npm-registry-couchapp":"~2.6.12","npm-registry-mock":"~1.0.1","require-inject":"~1.4.0","sprintf-js":"~1.0.3","standard":"~6.0.8","tacks":"~1.2.2","tap":"~9.0.3"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","asap","chownr","cmd-shim","columnify","config-chain","debuglog","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","JSONStream","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","sorted-union-stream","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic","mississippi","uuid"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"shasum":"daaa77d631947135b36528c304573243f5cd2e07","tarball":"https://registry.npmjs.org/npm/-/npm-4.1.2.tgz","integrity":"sha512-59bqAhomSUW1Udxz4ws3ooZ4E1q1UVtj7vOmqI4mKE0TEgoHytJVDqYS9q0jl5wsQyEGgkuxghNaUOvGujtP+Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDdrBSVK/gYDZym0Eozap4Yp/tZy3C8n6tnstqXdpkJbAIhANUpv2Tf07dJB1YzZv7JYPFgB6d9CunUDW6jKnFYtiQR"}]}},"4.2.0":{"name":"npm","version":"4.2.0","dependencies":{"JSONStream":"~1.3.0","abbrev":"~1.0.9","ansi-regex":"~2.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.0.4","archy":"~1.0.0","asap":"~2.0.5","chownr":"~1.0.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.11","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.9","fs-write-stream-atomic":"~1.0.8","fstream":"~1.0.10","fstream-npm":"~1.2.0","glob":"~7.1.1","graceful-fs":"~4.1.11","has-unicode":"~2.0.1","hosted-git-info":"~2.1.5","iferr":"~0.1.5","inflight":"~1.0.6","inherits":"~2.0.3","ini":"~1.3.4","init-package-json":"~1.9.4","lockfile":"~1.0.3","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","mississippi":"~1.3.0","mkdirp":"~0.5.1","node-gyp":"~3.5.0","nopt":"~4.0.1","normalize-git-url":"~3.0.2","normalize-package-data":"~2.3.5","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-package-arg":"~4.2.0","npm-registry-client":"~7.4.5","npm-user-validate":"~0.1.5","npmlog":"~4.0.2","once":"~1.4.0","opener":"~1.4.2","osenv":"~0.1.4","path-is-inside":"~1.0.2","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"~2.0.4","read-package-tree":"~5.1.5","readable-stream":"~2.2.2","realize-package-specifier":"~3.0.3","request":"~2.79.0","retry":"~0.10.1","rimraf":"~2.5.4","semver":"~5.3.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","strip-ansi":"~3.0.1","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","uuid":"~3.0.1","validate-npm-package-name":"~2.2.2","which":"~1.2.12","wrappy":"~1.0.2","write-file-atomic":"~1.3.1","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.6","marked-man":"~0.2.0","npm-registry-couchapp":"~2.6.12","npm-registry-mock":"~1.0.1","require-inject":"~1.4.0","sprintf-js":"~1.0.3","standard":"~6.0.8","tacks":"~1.2.2","tap":"~9.0.3"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","asap","chownr","cmd-shim","columnify","config-chain","debuglog","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","JSONStream","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","sorted-union-stream","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic","mississippi","uuid"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"shasum":"d4eeb6791b996fe3085535d749338d1fe48df13a","tarball":"https://registry.npmjs.org/npm/-/npm-4.2.0.tgz","integrity":"sha512-If/ufVzAypl3T/Z2gNMa/H0xtAMqxamCl2WTrB54IVvrLPMciqR4SpqbysU002pd0pJLpZ9ETShfS2tqrewvkQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDOsXvPwnR4KFQvRPEcwR+ymqq4gsVopsowvMiSkVa8PgIgbV/23qDfhIzS7UulwZNOBtkdd91EUwalZ+f9sFubSis="}]}},"4.3.0":{"name":"npm","version":"4.3.0","dependencies":{"JSONStream":"~1.3.0","abbrev":"~1.0.9","ansi-regex":"~2.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.1.1","archy":"~1.0.0","asap":"~2.0.5","chownr":"~1.0.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.11","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.9","fs-write-stream-atomic":"~1.0.8","fstream":"~1.0.10","fstream-npm":"~1.2.0","glob":"~7.1.1","graceful-fs":"~4.1.11","has-unicode":"~2.0.1","hosted-git-info":"~2.2.0","iferr":"~0.1.5","inflight":"~1.0.6","inherits":"~2.0.3","ini":"~1.3.4","init-package-json":"~1.9.4","lazy-property":"~1.0.0","lockfile":"~1.0.3","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","mississippi":"~1.3.0","mkdirp":"~0.5.1","node-gyp":"~3.5.0","nopt":"~4.0.1","normalize-git-url":"~3.0.2","normalize-package-data":"~2.3.5","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-package-arg":"~4.2.0","npm-registry-client":"~7.4.5","npm-user-validate":"~0.1.5","npmlog":"~4.0.2","once":"~1.4.0","opener":"~1.4.2","osenv":"~0.1.4","path-is-inside":"~1.0.2","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"~2.0.4","read-package-tree":"~5.1.5","readable-stream":"~2.2.2","realize-package-specifier":"~3.0.3","request":"~2.79.0","retry":"~0.10.1","rimraf":"~2.5.4","semver":"~5.3.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","strip-ansi":"~3.0.1","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","uuid":"~3.0.1","validate-npm-package-name":"~2.2.2","which":"~1.2.12","wrappy":"~1.0.2","write-file-atomic":"~1.3.1","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.6","marked-man":"~0.2.0","npm-registry-couchapp":"~2.6.12","npm-registry-mock":"~1.1.0","require-inject":"~1.4.0","sprintf-js":"~1.0.3","standard":"~6.0.8","tacks":"~1.2.2","tap":"~9.0.3"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","asap","chownr","cmd-shim","columnify","config-chain","debuglog","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","JSONStream","lazy-property","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","sorted-union-stream","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic","mississippi","uuid"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"shasum":"78e97142408c8383bff10a0e4036e9f77f00ce28","tarball":"https://registry.npmjs.org/npm/-/npm-4.3.0.tgz","integrity":"sha512-6UFeB3qdVjhJOF6D8P8YtmHEFRZpT6p7EF0uL4tFEDG2uePpCI7YUaNtPrAKLYLCrolUpzm+ptOON/T7nD0pLg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDwHj8O6GrHkfbLphRYwOeTuMk6mtO17KbqRZOCln/2LgIgZfLUxbNTORjdt7R1ppla3KtxRN28SHiGGRzXET25F1Q="}]}},"4.4.0":{"name":"npm","version":"4.4.0","dependencies":{"JSONStream":"~1.3.0","abbrev":"~1.1.0","ansi-regex":"~2.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.1.1","archy":"~1.0.0","asap":"~2.0.5","chownr":"~1.0.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.11","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.9","fs-write-stream-atomic":"~1.0.8","fstream":"~1.0.10","fstream-npm":"~1.2.0","glob":"~7.1.1","graceful-fs":"~4.1.11","has-unicode":"~2.0.1","hosted-git-info":"~2.2.0","iferr":"~0.1.5","inflight":"~1.0.6","inherits":"~2.0.3","ini":"~1.3.4","init-package-json":"~1.9.4","lazy-property":"~1.0.0","lockfile":"~1.0.3","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","mississippi":"~1.3.0","mkdirp":"~0.5.1","node-gyp":"~3.5.0","nopt":"~4.0.1","normalize-git-url":"~3.0.2","normalize-package-data":"~2.3.5","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-package-arg":"~4.2.0","npm-registry-client":"~7.4.5","npm-user-validate":"~0.1.5","npmlog":"~4.0.2","once":"~1.4.0","opener":"~1.4.3","osenv":"~0.1.4","path-is-inside":"~1.0.2","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"~2.0.4","read-package-tree":"~5.1.5","readable-stream":"~2.2.3","realize-package-specifier":"~3.0.3","request":"~2.79.0","retry":"~0.10.1","rimraf":"~2.6.0","semver":"~5.3.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","strip-ansi":"~3.0.1","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","update-notifier":"~2.0.0","uuid":"~3.0.1","validate-npm-package-name":"~3.0.0","which":"~1.2.12","wrappy":"~1.0.2","write-file-atomic":"~1.3.1","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.6","marked-man":"~0.2.0","npm-registry-couchapp":"~2.6.12","npm-registry-mock":"~1.1.0","require-inject":"~1.4.0","sprintf-js":"~1.0.3","standard":"~6.0.8","tacks":"~1.2.6","tap":"~10.2.0"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","asap","chownr","cmd-shim","columnify","config-chain","debuglog","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","JSONStream","lazy-property","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","sorted-union-stream","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","update-notifier","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic","mississippi","uuid"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"shasum":"02c72dca1488179f281592b15c1f18cd7dc57a1f","tarball":"https://registry.npmjs.org/npm/-/npm-4.4.0.tgz","integrity":"sha512-JdSgFPog0ueWe9W/B4qG07iRhnDFNigNr7TYDSmxhtfANLvyBALV85WdxsHIw1D8I/RbchN1w2WE2llP/ReQiQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCLSNuBR4iN3NlLgWpPKyYFPv7BWoUArGTkC02S80FY/AIgFi09VRKLfTyEek45ar8/SV+GT8MbH4SFaRZqR4xX5qY="}]}},"4.4.1":{"name":"npm","version":"4.4.1","dependencies":{"JSONStream":"~1.3.0","abbrev":"~1.1.0","ansi-regex":"~2.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.1.1","archy":"~1.0.0","asap":"~2.0.5","chownr":"~1.0.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.11","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.9","fs-write-stream-atomic":"~1.0.8","fstream":"~1.0.10","fstream-npm":"~1.2.0","glob":"~7.1.1","graceful-fs":"~4.1.11","has-unicode":"~2.0.1","hosted-git-info":"~2.2.0","iferr":"~0.1.5","inflight":"~1.0.6","inherits":"~2.0.3","ini":"~1.3.4","init-package-json":"~1.9.4","lazy-property":"~1.0.0","lockfile":"~1.0.3","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","mississippi":"~1.3.0","mkdirp":"~0.5.1","node-gyp":"~3.5.0","nopt":"~4.0.1","normalize-git-url":"~3.0.2","normalize-package-data":"~2.3.5","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-package-arg":"~4.2.0","npm-registry-client":"~7.4.5","npm-user-validate":"~0.1.5","npmlog":"~4.0.2","once":"~1.4.0","opener":"~1.4.3","osenv":"~0.1.4","path-is-inside":"~1.0.2","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"~2.0.4","read-package-tree":"~5.1.5","readable-stream":"~2.2.3","realize-package-specifier":"~3.0.3","request":"~2.79.0","retry":"~0.10.1","rimraf":"~2.6.0","semver":"~5.3.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","strip-ansi":"~3.0.1","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","update-notifier":"~2.0.0","uuid":"~3.0.1","validate-npm-package-name":"~3.0.0","which":"~1.2.12","wrappy":"~1.0.2","write-file-atomic":"~1.3.1","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.6","marked-man":"~0.2.0","npm-registry-couchapp":"~2.6.12","npm-registry-mock":"~1.1.0","require-inject":"~1.4.0","sprintf-js":"~1.0.3","standard":"~6.0.8","tacks":"~1.2.6","tap":"~10.2.0"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","asap","chownr","cmd-shim","columnify","config-chain","debuglog","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","JSONStream","lazy-property","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","sorted-union-stream","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","update-notifier","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic","mississippi","uuid"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"shasum":"6b82d403b366d33f73449229e752c0ef487d9885","tarball":"https://registry.npmjs.org/npm/-/npm-4.4.1.tgz","integrity":"sha512-FMi0WyMGP6YeyDE1RyCEH/ISRsXVgCzBS9Rxggyx7J2tC1/fjGmH0YlMoqeW9MRTopSd3BaSEjYuZbVzwFzYIg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCQ/MVJhnrN41jIZbTxNoKoJFqVMmELqoT+a/jq1Ks20wIhAPcoMo6cHLjNo6AYmysznCWz+wREtta8f3b1+ZTXpdTd"}]}},"4.4.2":{"name":"npm","version":"4.4.2","dependencies":{"@npmcorp/move":"~1.0.0","JSONStream":"~1.3.1","abbrev":"~1.1.0","ansi-regex":"~2.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.1.1","archy":"~1.0.0","asap":"~2.0.5","bluebird":"~3.5.0","call-limit":"~1.1.0","chownr":"~1.0.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.11","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.9","fs-write-stream-atomic":"~1.0.10","fstream":"~1.0.11","fstream-npm":"~1.2.0","glob":"~7.1.1","graceful-fs":"~4.1.11","has-unicode":"~2.0.1","hosted-git-info":"~2.2.0","iferr":"~0.1.5","inflight":"~1.0.6","inherits":"~2.0.3","ini":"~1.3.4","init-package-json":"~1.9.5","lazy-property":"~1.0.0","lockfile":"~1.0.3","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","mississippi":"~1.3.0","mkdirp":"~0.5.1","node-gyp":"~3.5.0","nopt":"~4.0.1","normalize-git-url":"~3.0.2","normalize-package-data":"~2.3.6","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-package-arg":"~4.2.1","npm-registry-client":"~7.4.6","npm-user-validate":"~0.1.5","npmlog":"~4.0.2","once":"~1.4.0","opener":"~1.4.3","osenv":"~0.1.4","path-is-inside":"~1.0.2","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"~2.0.5","read-package-tree":"~5.1.5","readable-stream":"~2.2.3","realize-package-specifier":"~3.0.3","request":"~2.81.0","retry":"~0.10.1","rimraf":"~2.6.1","semver":"~5.3.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","strip-ansi":"~3.0.1","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","update-notifier":"~2.1.0","uuid":"~3.0.1","validate-npm-package-name":"~3.0.0","which":"~1.2.12","wrappy":"~1.0.2","write-file-atomic":"~1.3.1","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.6","marked-man":"~0.2.0","npm-registry-couchapp":"~2.6.12","npm-registry-mock":"~1.1.0","require-inject":"~1.4.0","sprintf-js":"~1.0.3","standard":"~6.0.8","tacks":"~1.2.6","tap":"~10.3.0"},"bundleDependencies":["@npmcorp/move","abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","asap","call-limit","bluebird","chownr","cmd-shim","columnify","config-chain","debuglog","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","JSONStream","lazy-property","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","sorted-union-stream","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","update-notifier","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic","mississippi","uuid"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"shasum":"43620149242d71433f25a8353837e6cf1f7aabe5","tarball":"https://registry.npmjs.org/npm/-/npm-4.4.2.tgz","integrity":"sha512-0nxuLya+/+Jbd1XtxBpTSvVb3j2HjE3dMXNTDu86cwvfzwcnR1yVVP/umR4Skz9eiAt0S62MS1giUAN5gniEfw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCTA8nL0EXCw9WPTblDeuh0/r4gLzNnJ+55Z1dvv2Tv/gIgKsFEWOJsYsYsBEgpzYJgMbe07gO8U14FLksMk1drCSQ="}]}},"4.4.3":{"name":"npm","version":"4.4.3","dependencies":{"@npmcorp/move":"~1.0.0","JSONStream":"~1.3.1","abbrev":"~1.1.0","ansi-regex":"~2.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.1.1","archy":"~1.0.0","asap":"~2.0.5","bluebird":"~3.5.0","call-limit":"~1.1.0","chownr":"~1.0.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.11","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","fstream":"~1.0.11","fstream-npm":"~1.2.0","glob":"~7.1.1","graceful-fs":"~4.1.11","has-unicode":"~2.0.1","hosted-git-info":"~2.2.0","iferr":"~0.1.5","inflight":"~1.0.6","inherits":"~2.0.3","ini":"~1.3.4","init-package-json":"~1.9.5","lazy-property":"~1.0.0","lockfile":"~1.0.3","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","mississippi":"~1.3.0","mkdirp":"~0.5.1","node-gyp":"~3.5.0","nopt":"~4.0.1","normalize-git-url":"~3.0.2","normalize-package-data":"~2.3.6","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-package-arg":"~4.2.1","npm-registry-client":"~7.4.6","npm-user-validate":"~0.1.5","npmlog":"~4.0.2","once":"~1.4.0","opener":"~1.4.3","osenv":"~0.1.4","path-is-inside":"~1.0.2","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"~2.0.5","read-package-tree":"~5.1.5","readable-stream":"~2.2.3","realize-package-specifier":"~3.0.3","request":"~2.81.0","retry":"~0.10.1","rimraf":"~2.6.1","semver":"~5.3.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","strip-ansi":"~3.0.1","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","update-notifier":"~2.1.0","uuid":"~3.0.1","validate-npm-package-name":"~3.0.0","which":"~1.2.12","wrappy":"~1.0.2","write-file-atomic":"~1.3.1","@npmcorp/copy":"*","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*","run-queue":"*","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.6","marked-man":"~0.2.0","npm-registry-couchapp":"~2.6.12","npm-registry-mock":"~1.1.0","require-inject":"~1.4.0","sprintf-js":"~1.0.3","standard":"~6.0.8","tacks":"~1.2.6","tap":"~10.3.0"},"bundleDependencies":["@npmcorp/move","@npmcorp/copy","abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","asap","call-limit","bluebird","chownr","cmd-shim","columnify","config-chain","debuglog","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","JSONStream","lazy-property","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","realize-package-specifier","request","retry","rimraf","run-queue","semver","sha","slide","sorted-object","sorted-union-stream","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","update-notifier","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic","mississippi","uuid"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"shasum":"c45f9290917be2eeeded8055f9798e2841ff56b3","tarball":"https://registry.npmjs.org/npm/-/npm-4.4.3.tgz","integrity":"sha512-/qCcX0bs8M628N8Nxj4PrQw0iwDcasdPEauS1pfofHnR6gaR1T8q8CUyZ/bFzwz388YT7gIC3jktwEP3f1kMgw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCf85CsCQN1qY0qi1/04UBKxK0iM6MySRvpEOky6LcmpwIhAMNA/cuR33Oyoi7hAx9zoPaVIhxueW2odqZZ8mq3ivie"}]}},"4.4.4":{"name":"npm","version":"4.4.4","dependencies":{"JSONStream":"~1.3.1","abbrev":"~1.1.0","ansi-regex":"~2.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.1.1","archy":"~1.0.0","asap":"~2.0.5","bluebird":"~3.5.0","call-limit":"~1.1.0","chownr":"~1.0.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.11","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","fstream":"~1.0.11","fstream-npm":"~1.2.0","glob":"~7.1.1","graceful-fs":"~4.1.11","has-unicode":"~2.0.1","hosted-git-info":"~2.2.0","iferr":"~0.1.5","inflight":"~1.0.6","inherits":"~2.0.3","ini":"~1.3.4","init-package-json":"~1.9.5","lazy-property":"~1.0.0","lockfile":"~1.0.3","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","mississippi":"~1.3.0","mkdirp":"~0.5.1","move-concurrently":"~1.0.1","node-gyp":"~3.5.0","nopt":"~4.0.1","normalize-git-url":"~3.0.2","normalize-package-data":"~2.3.6","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-package-arg":"~4.2.1","npm-registry-client":"~7.4.6","npm-user-validate":"~0.1.5","npmlog":"~4.0.2","once":"~1.4.0","opener":"~1.4.3","osenv":"~0.1.4","path-is-inside":"~1.0.2","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"~2.0.5","read-package-tree":"~5.1.5","readable-stream":"~2.2.3","realize-package-specifier":"~3.0.3","request":"~2.81.0","retry":"~0.10.1","rimraf":"~2.6.1","semver":"~5.3.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","strip-ansi":"~3.0.1","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","update-notifier":"~2.1.0","uuid":"~3.0.1","validate-npm-package-name":"~3.0.0","which":"~1.2.12","wrappy":"~1.0.2","write-file-atomic":"~1.3.1","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.6","marked-man":"~0.2.0","npm-registry-couchapp":"~2.6.12","npm-registry-mock":"~1.1.0","require-inject":"~1.4.0","sprintf-js":"~1.0.3","standard":"~6.0.8","tacks":"~1.2.6","tap":"~10.3.0"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","asap","call-limit","bluebird","chownr","cmd-shim","columnify","config-chain","debuglog","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","JSONStream","lazy-property","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","mkdirp","mississippi","move-concurrently","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","sorted-union-stream","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"shasum":"d5ec661923a06bcd6a6eec3d0433a9da3fd67e37","tarball":"https://registry.npmjs.org/npm/-/npm-4.4.4.tgz","integrity":"sha512-tSrqNVpInVoYwdWohkkh5zcUbJBlKvczERlTCs3/RkX7ymqtM0BKA2h0xwV0GJ8k3LR+CIHGvLiVErIXabzFTA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEyqwVZP2R/354in90lm/K6ssp58HBv69A/usGDFfPObAiEA7lq5yeLVawWckFQULp6iaVUbyx3C1dx4FgVNTHe1saA="}]}},"4.5.0":{"name":"npm","version":"4.5.0","dependencies":{"JSONStream":"~1.3.1","abbrev":"~1.1.0","ansi-regex":"~2.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.1.1","archy":"~1.0.0","asap":"~2.0.5","bluebird":"~3.5.0","call-limit":"~1.1.0","chownr":"~1.0.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.11","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","fstream":"~1.0.11","fstream-npm":"~1.2.0","glob":"~7.1.1","graceful-fs":"~4.1.11","has-unicode":"~2.0.1","hosted-git-info":"~2.4.1","iferr":"~0.1.5","inflight":"~1.0.6","inherits":"~2.0.3","ini":"~1.3.4","init-package-json":"~1.9.5","lazy-property":"~1.0.0","lockfile":"~1.0.3","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","mississippi":"~1.3.0","mkdirp":"~0.5.1","move-concurrently":"~1.0.1","node-gyp":"~3.6.0","nopt":"~4.0.1","normalize-git-url":"~3.0.2","normalize-package-data":"~2.3.6","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-package-arg":"~4.2.1","npm-registry-client":"~8.1.0","npm-user-validate":"~0.1.5","npmlog":"~4.0.2","once":"~1.4.0","opener":"~1.4.3","osenv":"~0.1.4","path-is-inside":"~1.0.2","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"~2.0.5","read-package-tree":"~5.1.5","readable-stream":"~2.2.6","realize-package-specifier":"~3.0.3","request":"~2.81.0","retry":"~0.10.1","rimraf":"~2.6.1","semver":"~5.3.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","strip-ansi":"~3.0.1","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","update-notifier":"~2.1.0","uuid":"~3.0.1","validate-npm-package-name":"~3.0.0","which":"~1.2.14","wrappy":"~1.0.2","write-file-atomic":"~1.3.1","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.6","marked-man":"~0.2.0","npm-registry-couchapp":"~2.6.12","npm-registry-mock":"~1.1.0","require-inject":"~1.4.0","sprintf-js":"~1.0.3","standard":"~6.0.8","tacks":"~1.2.6","tap":"~10.3.0"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","asap","call-limit","bluebird","chownr","cmd-shim","columnify","config-chain","debuglog","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","JSONStream","lazy-property","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","mkdirp","mississippi","move-concurrently","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","sorted-union-stream","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"shasum":"dc6a31f28807e6db980ed5083315667dcc8d0475","tarball":"https://registry.npmjs.org/npm/-/npm-4.5.0.tgz","integrity":"sha512-Q76ZZR0U4Bdq6qGQPUQr9LagZ5DpuIjKTz96m1L6FzBErlIq/88Nxv8cofKeIZ7nkOJdT4RLs34bQPxl8dBUgg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHSP1k2g5JeZQ4l7bmTCiwUQRq4RkpUnpmobn5aYCL82AiAiZEoVuo1EM91OGeeDnp0KLP/v4sL36z1CLovgJXiVtA=="}]}},"2.15.12":{"name":"npm","version":"2.15.12","dependencies":{"abbrev":"~1.0.9","ansi":"~0.3.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","async-some":"~1.0.2","block-stream":"0.0.9","char-spinner":"~1.0.1","chmodr":"~1.0.2","chownr":"~1.0.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.10","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.9","fs-write-stream-atomic":"~1.0.8","fstream":"~1.0.10","fstream-npm":"~1.1.1","github-url-from-git":"~1.4.0","github-url-from-username-repo":"~1.0.2","glob":"~7.0.6","graceful-fs":"~4.1.6","hosted-git-info":"~2.1.5","inflight":"~1.0.4","inherits":"~2.0.3","ini":"~1.3.4","init-package-json":"~1.9.4","lockfile":"~1.0.1","lru-cache":"~4.0.1","minimatch":"~3.0.3","mkdirp":"~0.5.1","node-gyp":"~3.6.0","nopt":"~3.0.6","normalize-git-url":"~3.0.2","normalize-package-data":"~2.3.5","npm-cache-filename":"~1.0.2","npm-install-checks":"~1.0.7","npm-package-arg":"~4.1.0","npm-registry-client":"~7.2.1","npm-user-validate":"~0.1.5","npmlog":"~2.0.4","once":"~1.4.0","opener":"~1.4.1","osenv":"~0.1.3","path-is-inside":"~1.0.0","read":"~1.0.7","read-installed":"~4.0.3","read-package-json":"~2.0.4","readable-stream":"~2.1.5","realize-package-specifier":"~3.0.1","request":"~2.74.0","retry":"~0.10.0","rimraf":"~2.5.4","semver":"~5.1.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.0","spdx-license-ids":"~1.2.2","strip-ansi":"~3.0.1","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","validate-npm-package-license":"~3.0.1","validate-npm-package-name":"~2.2.2","which":"~1.2.11","wrappy":"~1.0.2","write-file-atomic":"~1.1.4","ansi-regex":"*","imurmurhash":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.5","marked-man":"~0.1.5","npm-registry-couchapp":"~2.6.12","npm-registry-mock":"~1.0.1","require-inject":"~1.4.0","sprintf-js":"~1.0.3","tacks":"~1.2.1","tap":"~7.1.1"},"bundleDependencies":["abbrev","ansi","ansi-regex","ansicolors","ansistyles","archy","async-some","block-stream","char-spinner","chmodr","chownr","cmd-shim","columnify","config-chain","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","github-url-from-git","github-url-from-username-repo","glob","graceful-fs","hosted-git-info","imurmurhash","inflight","inherits","ini","init-package-json","lockfile","lru-cache","minimatch","mkdirp","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-installed","read-package-json","readable-stream","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","spdx-license-ids","strip-ansi","tar","text-table","uid-number","umask","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"doc":"./doc","man":"./man","lib":"./lib","bin":"./bin"},"dist":{"shasum":"df7c3ed5a277c3f9d4b5d819b05311d10a200ae6","tarball":"https://registry.npmjs.org/npm/-/npm-2.15.12.tgz","integrity":"sha512-WMoAJ518W0vHjWy1abYnTeyG9YQpSoYGPxAx7d0C0L7U7Jo44bZsrvTjccmDohCJGxpasdKfqsKsl6o/RUPx6A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGsm7vhKxSDz8CShURul87KGd9QaaoMDAwIT/PgLbtLhAiBIhLQChH6OPtMEo95iYNhN8N/oVFjrzsBWg9WZU5wfXA=="}]}},"4.6.0":{"name":"npm","version":"4.6.0","dependencies":{"JSONStream":"~1.3.1","abbrev":"~1.1.0","ansi-regex":"~2.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.1.1","archy":"~1.0.0","asap":"~2.0.5","bluebird":"~3.5.0","call-limit":"~1.1.0","chownr":"~1.0.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.11","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","fstream":"~1.0.11","fstream-npm":"~1.2.0","glob":"~7.1.1","graceful-fs":"~4.1.11","has-unicode":"~2.0.1","hosted-git-info":"~2.4.2","iferr":"~0.1.5","inflight":"~1.0.6","inherits":"~2.0.3","ini":"~1.3.4","init-package-json":"~1.10.0","lazy-property":"~1.0.0","lockfile":"~1.0.3","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","mississippi":"~1.3.0","mkdirp":"~0.5.1","move-concurrently":"~1.0.1","node-gyp":"~3.6.0","nopt":"~4.0.1","normalize-git-url":"~3.0.2","normalize-package-data":"~2.3.8","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-package-arg":"~4.2.1","npm-registry-client":"~8.1.1","npm-user-validate":"~0.1.5","npmlog":"~4.0.2","once":"~1.4.0","opener":"~1.4.3","osenv":"~0.1.4","path-is-inside":"~1.0.2","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"~2.0.5","read-package-tree":"~5.1.5","readable-stream":"~2.2.9","realize-package-specifier":"~3.0.3","request":"~2.81.0","retry":"~0.10.1","rimraf":"~2.6.1","semver":"~5.3.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","strip-ansi":"~3.0.1","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","update-notifier":"~2.1.0","uuid":"~3.0.1","validate-npm-package-name":"~3.0.0","which":"~1.2.14","wrappy":"~1.0.2","write-file-atomic":"~1.3.2","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.6","marked-man":"~0.2.1","npm-registry-couchapp":"~2.6.12","npm-registry-mock":"~1.1.0","require-inject":"~1.4.0","sprintf-js":"~1.0.3","standard":"~6.0.8","tacks":"~1.2.6","tap":"~10.3.2"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","asap","call-limit","bluebird","chownr","cmd-shim","columnify","config-chain","debuglog","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","JSONStream","lazy-property","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","mkdirp","mississippi","move-concurrently","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","sorted-union-stream","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"shasum":"68468e0aac1a9fedbded9439d03d4b4b471c6124","tarball":"https://registry.npmjs.org/npm/-/npm-4.6.0.tgz","integrity":"sha512-SkoRuWuYieV6/PsbeESlM8wwziBvYuR0Y5HXwpWMz0ZBknVG9xo0zyNvzm7ERNLvis2YLALbAx1Agx09bpxeiQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEZCSBhngtR1C6zrjyNWQwZ8nUo6mChhSD9KRHNjGlZwAiEA0+I20Dr+4D5DM9ENnQPpFEjvLUIvhSNUgal/zr5LYjY="}]}},"4.6.1":{"name":"npm","version":"4.6.1","dependencies":{"JSONStream":"~1.3.1","abbrev":"~1.1.0","ansi-regex":"~2.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.1.1","archy":"~1.0.0","asap":"~2.0.5","bluebird":"~3.5.0","call-limit":"~1.1.0","chownr":"~1.0.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.11","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","fstream":"~1.0.11","fstream-npm":"~1.2.0","glob":"~7.1.1","graceful-fs":"~4.1.11","has-unicode":"~2.0.1","hosted-git-info":"~2.4.2","iferr":"~0.1.5","inflight":"~1.0.6","inherits":"~2.0.3","ini":"~1.3.4","init-package-json":"~1.10.1","lazy-property":"~1.0.0","lockfile":"~1.0.3","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","mississippi":"~1.3.0","mkdirp":"~0.5.1","move-concurrently":"~1.0.1","node-gyp":"~3.6.0","nopt":"~4.0.1","normalize-git-url":"~3.0.2","normalize-package-data":"~2.3.8","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-package-arg":"~4.2.1","npm-registry-client":"~8.1.1","npm-user-validate":"~0.1.5","npmlog":"~4.0.2","once":"~1.4.0","opener":"~1.4.3","osenv":"~0.1.4","path-is-inside":"~1.0.2","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"~2.0.5","read-package-tree":"~5.1.5","readable-stream":"~2.2.9","realize-package-specifier":"~3.0.3","request":"~2.81.0","retry":"~0.10.1","rimraf":"~2.6.1","semver":"~5.3.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","strip-ansi":"~3.0.1","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","update-notifier":"~2.1.0","uuid":"~3.0.1","validate-npm-package-name":"~3.0.0","which":"~1.2.14","wrappy":"~1.0.2","write-file-atomic":"~1.3.3","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.6","marked-man":"~0.2.1","npm-registry-couchapp":"~2.6.12","npm-registry-mock":"~1.1.0","require-inject":"~1.4.0","sprintf-js":"~1.0.3","standard":"~6.0.8","tacks":"~1.2.6","tap":"~10.3.2"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","asap","call-limit","bluebird","chownr","cmd-shim","columnify","config-chain","debuglog","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","JSONStream","lazy-property","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","mkdirp","mississippi","move-concurrently","node-gyp","nopt","normalize-git-url","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","path-is-inside","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","realize-package-specifier","request","retry","rimraf","semver","sha","slide","sorted-object","sorted-union-stream","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"shasum":"f8eb1ad00dc58a5514363b41ca5342817f0bd646","tarball":"https://registry.npmjs.org/npm/-/npm-4.6.1.tgz","integrity":"sha512-3oez4ttWixKygjs+1SmWIeS1T5qG6wmEJ+LMXiiq2b599Qim48Qsx8WP3Bw2yhGPWzUEr3kULzK6i/AqHcYUAA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIB+yGvjwZzZp+v1XMaPBZDQ7XAtJ0ZNUyUQDWiXq6y6HAiBmpFDWlXLquMFdVffmgAW+gz7RohVRdIHFvg2KNYv8vw=="}]}},"5.0.0":{"name":"npm","version":"5.0.0","dependencies":{"JSONStream":"~1.3.1","abbrev":"~1.1.0","ansi-regex":"~2.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.1.1","archy":"~1.0.0","bluebird":"~3.5.0","cacache":"~9.2.5","call-limit":"~1.1.0","chownr":"~1.0.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.11","detect-indent":"~5.0.0","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","fstream":"~1.0.11","fstream-npm":"~1.2.1","glob":"~7.1.2","graceful-fs":"~4.1.11","has-unicode":"~2.0.1","hosted-git-info":"~2.4.2","iferr":"~0.1.5","inflight":"~1.0.6","inherits":"~2.0.3","ini":"~1.3.4","init-package-json":"~1.10.1","lazy-property":"~1.0.0","lockfile":"~1.0.3","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"~4.0.2","mississippi":"~1.3.0","mkdirp":"~0.5.1","move-concurrently":"~1.0.1","node-gyp":"~3.6.1","nopt":"~4.0.1","normalize-package-data":"~2.3.8","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-package-arg":"~5.0.1","npm-registry-client":"~8.3.0","npm-user-validate":"~0.1.5","npmlog":"~4.1.0","once":"~1.4.0","opener":"~1.4.3","osenv":"~0.1.4","pacote":"~2.7.21","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"~2.0.5","read-package-tree":"~5.1.5","readable-stream":"~2.2.9","request":"~2.81.0","retry":"~0.10.1","rimraf":"~2.6.1","safe-buffer":"~5.0.1","semver":"~5.3.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"~4.1.3","strip-ansi":"~3.0.1","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","update-notifier":"~2.1.0","uuid":"~3.0.1","validate-npm-package-name":"~3.0.0","which":"~1.2.14","wrappy":"~1.0.2","write-file-atomic":"~2.1.0","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.6","marked-man":"~0.2.1","npm-registry-couchapp":"~2.6.13","npm-registry-mock":"~1.1.0","require-inject":"~1.4.0","sprintf-js":"~1.0.3","standard":"~6.0.8","tacks":"~1.2.6","tap":"~10.3.2"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","cacache","call-limit","bluebird","chownr","cmd-shim","columnify","config-chain","debuglog","detect-indent","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","JSONStream","lazy-property","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","mkdirp","mississippi","move-concurrently","node-gyp","nopt","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","request","retry","rimraf","semver","sha","slide","sorted-object","sorted-union-stream","ssri","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic","safe-buffer"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-KmgMH5QJ/0C/FP5STAuiUldTh+krBZ5KAvBIAEwUZrMa2s1cmrEhr5YHnYV3URhNS6/XWewTuDHFjk83pkUdpg==","shasum":"bf97c2b3e58011b71caab2bf92cd83ff73e45e3a","tarball":"https://registry.npmjs.org/npm/-/npm-5.0.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD2zETbIMe1ELtpwVXPs5dy1YEk+7lTmOi1bxGX2ZKW4gIgIAYzItzwUM6q6xN18jI94wt3xutC6ha5iNYFMahiUOw="}]}},"5.0.1":{"name":"npm","version":"5.0.1","dependencies":{"JSONStream":"~1.3.1","abbrev":"~1.1.0","ansi-regex":"~2.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.1.1","archy":"~1.0.0","bluebird":"~3.5.0","cacache":"~9.2.6","call-limit":"~1.1.0","chownr":"~1.0.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.11","detect-indent":"~5.0.0","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","fstream":"~1.0.11","fstream-npm":"~1.2.1","glob":"~7.1.2","graceful-fs":"~4.1.11","has-unicode":"~2.0.1","hosted-git-info":"~2.4.2","iferr":"~0.1.5","inflight":"~1.0.6","inherits":"~2.0.3","ini":"~1.3.4","init-package-json":"~1.10.1","lazy-property":"~1.0.0","lockfile":"~1.0.3","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"~4.0.2","mississippi":"~1.3.0","mkdirp":"~0.5.1","move-concurrently":"~1.0.1","node-gyp":"~3.6.1","nopt":"~4.0.1","normalize-package-data":"~2.3.8","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-package-arg":"~5.0.1","npm-registry-client":"~8.3.0","npm-user-validate":"~1.0.0","npmlog":"~4.1.0","once":"~1.4.0","opener":"~1.4.3","osenv":"~0.1.4","pacote":"~2.7.26","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"~2.0.5","read-package-tree":"~5.1.5","readable-stream":"~2.2.9","request":"~2.81.0","retry":"~0.10.1","rimraf":"~2.6.1","safe-buffer":"~5.0.1","semver":"~5.3.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"~4.1.4","strip-ansi":"~3.0.1","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","update-notifier":"~2.1.0","uuid":"~3.0.1","validate-npm-package-name":"~3.0.0","which":"~1.2.14","wrappy":"~1.0.2","write-file-atomic":"~2.1.0","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.6","marked-man":"~0.2.1","npm-registry-couchapp":"~2.6.13","npm-registry-mock":"~1.1.0","require-inject":"~1.4.0","sprintf-js":"~1.0.3","standard":"~6.0.8","tacks":"~1.2.6","tap":"~10.3.2"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","cacache","call-limit","bluebird","chownr","cmd-shim","columnify","config-chain","debuglog","detect-indent","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","JSONStream","lazy-property","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","mkdirp","mississippi","move-concurrently","node-gyp","nopt","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","request","retry","rimraf","semver","sha","slide","sorted-object","sorted-union-stream","ssri","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic","safe-buffer"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-QGwOzpe5Exdh/k0tM9SbYIKEo73XICxkNAV7K9ACokKKTO1yZsIIXglmxxP+FJHhbm8Zbd23HauhyA05eG/Xug==","shasum":"212f19b86933ba0fa657c55419ac8a408ee35cf0","tarball":"https://registry.npmjs.org/npm/-/npm-5.0.1.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHk3Ix82IrB6QHTz6LiXEE0vR5zTFoju4Xsyvbt0fubxAiBes9klz2lreKoKa7SepoBxuG7nuVBtizh80QfYqh8XeQ=="}]}},"5.0.2":{"name":"npm","version":"5.0.2","dependencies":{"JSONStream":"~1.3.1","abbrev":"~1.1.0","ansi-regex":"~2.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.1.2","archy":"~1.0.0","bluebird":"~3.5.0","cacache":"~9.2.6","call-limit":"~1.1.0","chownr":"~1.0.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.11","detect-indent":"~5.0.0","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","fstream":"~1.0.11","fstream-npm":"~1.2.1","glob":"~7.1.2","graceful-fs":"~4.1.11","has-unicode":"~2.0.1","hosted-git-info":"~2.4.2","iferr":"~0.1.5","inflight":"~1.0.6","inherits":"~2.0.3","ini":"~1.3.4","init-package-json":"~1.10.1","lazy-property":"~1.0.0","lockfile":"~1.0.3","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"~4.0.2","mississippi":"~1.3.0","mkdirp":"~0.5.1","move-concurrently":"~1.0.1","node-gyp":"~3.6.2","nopt":"~4.0.1","normalize-package-data":"~2.3.8","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-package-arg":"~5.1.1","npm-registry-client":"~8.3.0","npm-user-validate":"~1.0.0","npmlog":"~4.1.0","once":"~1.4.0","opener":"~1.4.3","osenv":"~0.1.4","pacote":"~2.7.27","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"~2.0.5","read-package-tree":"~5.1.6","readable-stream":"~2.2.9","request":"~2.81.0","retry":"~0.10.1","rimraf":"~2.6.1","safe-buffer":"~5.0.1","semver":"~5.3.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"~4.1.4","strip-ansi":"~3.0.1","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","update-notifier":"~2.1.0","uuid":"~3.0.1","validate-npm-package-name":"~3.0.0","which":"~1.2.14","wrappy":"~1.0.2","write-file-atomic":"~2.1.0","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.6","marked-man":"~0.2.1","npm-registry-couchapp":"~2.6.13","npm-registry-mock":"~1.1.0","require-inject":"~1.4.0","sprintf-js":"~1.0.3","standard":"~6.0.8","tacks":"~1.2.6","tap":"~10.3.2"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","cacache","call-limit","bluebird","chownr","cmd-shim","columnify","config-chain","debuglog","detect-indent","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","JSONStream","lazy-property","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","mkdirp","mississippi","move-concurrently","node-gyp","nopt","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","request","retry","rimraf","semver","sha","slide","sorted-object","sorted-union-stream","ssri","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic","safe-buffer"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-PrBhzBJ4cwMebW4RmeIgmD3MkRFOf1PgMR8b3GQovETRytoxJW2s/4X2z8NBgJNyBS/NnXtuzZegLs8PfVg+tw==","shasum":"139e6c29c5a4982af11dda04e48aea783156d190","tarball":"https://registry.npmjs.org/npm/-/npm-5.0.2.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCKSzTs6KMu+vl4OTRd1JzLcOiW9pN5kxLD6M/w1pD3HgIgDR7CXItlyzUWdVyJB5Y9tkSlBVuiWPkUWCY5Yq0cFYI="}]}},"5.0.3":{"name":"npm","version":"5.0.3","dependencies":{"JSONStream":"~1.3.1","abbrev":"~1.1.0","ansi-regex":"~2.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.1.2","archy":"~1.0.0","bluebird":"~3.5.0","cacache":"~9.2.8","call-limit":"~1.1.0","chownr":"~1.0.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.11","detect-indent":"~5.0.0","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","fstream":"~1.0.11","fstream-npm":"~1.2.1","glob":"~7.1.2","graceful-fs":"~4.1.11","has-unicode":"~2.0.1","hosted-git-info":"~2.4.2","iferr":"~0.1.5","inflight":"~1.0.6","inherits":"~2.0.3","ini":"~1.3.4","init-package-json":"~1.10.1","lazy-property":"~1.0.0","lockfile":"~1.0.3","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"~4.0.2","mississippi":"~1.3.0","mkdirp":"~0.5.1","move-concurrently":"~1.0.1","node-gyp":"~3.6.2","nopt":"~4.0.1","normalize-package-data":"~2.3.8","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-package-arg":"~5.1.1","npm-registry-client":"~8.3.0","npm-user-validate":"~1.0.0","npmlog":"~4.1.0","once":"~1.4.0","opener":"~1.4.3","osenv":"~0.1.4","pacote":"~2.7.30","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"~2.0.5","read-package-tree":"~5.1.6","readable-stream":"~2.2.10","request":"~2.81.0","retry":"~0.10.1","rimraf":"~2.6.1","safe-buffer":"~5.1.0","semver":"~5.3.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"~4.1.5","strip-ansi":"~3.0.1","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","update-notifier":"~2.1.0","uuid":"~3.0.1","validate-npm-package-name":"~3.0.0","which":"~1.2.14","wrappy":"~1.0.2","write-file-atomic":"~2.1.0","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.6","marked-man":"~0.2.1","npm-registry-couchapp":"~2.6.13","npm-registry-mock":"~1.1.0","require-inject":"~1.4.0","sprintf-js":"~1.0.3","standard":"~6.0.8","tacks":"~1.2.6","tap":"~10.3.2"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","cacache","call-limit","bluebird","chownr","cmd-shim","columnify","config-chain","debuglog","detect-indent","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","JSONStream","lazy-property","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","mkdirp","mississippi","move-concurrently","node-gyp","nopt","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","request","retry","rimraf","semver","sha","slide","sorted-object","sorted-union-stream","ssri","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic","safe-buffer"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-mnDS+181aU952rCrHnLr1eyHOUbpCE2VrTYt1N/MXK0JRgUneofhHzuDXiwrNY0JmNb1n0VrHdwDEqS6x1iukQ==","shasum":"abd1c397ede6edd8f93453e7ad2b7a1887861856","tarball":"https://registry.npmjs.org/npm/-/npm-5.0.3.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCStQWnEpL6QbHs2cpFS0aN8KPK7RAHS1v2Xix+uY3k2wIhANMRaIP+5E2EsSJzd/A589fH29tHnATWqeIkyC2hsq+N"}]}},"5.0.4":{"name":"npm","version":"5.0.4","dependencies":{"JSONStream":"~1.3.1","abbrev":"~1.1.0","ansi-regex":"~2.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.1.2","archy":"~1.0.0","bluebird":"~3.5.0","cacache":"~9.2.8","call-limit":"~1.1.0","chownr":"~1.0.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.11","detect-indent":"~5.0.0","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","fstream":"~1.0.11","fstream-npm":"~1.2.1","glob":"~7.1.2","graceful-fs":"~4.1.11","has-unicode":"~2.0.1","hosted-git-info":"~2.4.2","iferr":"~0.1.5","inflight":"~1.0.6","inherits":"~2.0.3","ini":"~1.3.4","init-package-json":"~1.10.1","lazy-property":"~1.0.0","lockfile":"~1.0.3","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"~4.0.2","mississippi":"~1.3.0","mkdirp":"~0.5.1","move-concurrently":"~1.0.1","node-gyp":"~3.6.2","nopt":"~4.0.1","normalize-package-data":"~2.3.8","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-package-arg":"~5.1.2","npm-registry-client":"~8.3.0","npm-user-validate":"~1.0.0","npmlog":"~4.1.0","once":"~1.4.0","opener":"~1.4.3","osenv":"~0.1.4","pacote":"~2.7.34","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"~2.0.5","read-package-tree":"~5.1.6","readable-stream":"~2.2.10","request":"~2.81.0","retry":"~0.10.1","rimraf":"~2.6.1","safe-buffer":"~5.1.0","semver":"~5.3.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"~4.1.6","strip-ansi":"~3.0.1","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","update-notifier":"~2.1.0","uuid":"~3.0.1","validate-npm-package-name":"~3.0.0","which":"~1.2.14","wrappy":"~1.0.2","write-file-atomic":"~2.1.0","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.6","marked-man":"~0.2.1","npm-registry-couchapp":"~2.6.13","npm-registry-mock":"~1.1.0","require-inject":"~1.4.0","sprintf-js":"~1.0.3","standard":"~6.0.8","tacks":"~1.2.6","tap":"~10.3.2"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","cacache","call-limit","bluebird","chownr","cmd-shim","columnify","config-chain","debuglog","detect-indent","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","JSONStream","lazy-property","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","mkdirp","mississippi","move-concurrently","node-gyp","nopt","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","request","retry","rimraf","semver","sha","slide","sorted-object","sorted-union-stream","ssri","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic","safe-buffer"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-XHgyGq7zj5PyQgUeslQRhT3tmWoiwO8X7/LjD/okW8CAQSx95GiMiVjecu62u3kge8EZfgqB/+5dHteubf+8UA==","shasum":"67a201dd6fb4de7b27d02761432fb27df12e35ce","tarball":"https://registry.npmjs.org/npm/-/npm-5.0.4.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGMjxVXEdQqTy3Y+IBnZEXlTUcf5onx47OviM5tbLFoDAiEAjYYJn8+fHu8ACJMU2Q76oUAm9OUHAg+u2niQ78RfT5o="}]}},"5.1.0":{"name":"npm","version":"5.1.0","dependencies":{"JSONStream":"~1.3.1","abbrev":"~1.1.0","ansi-regex":"~3.0.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.1.2","archy":"~1.0.0","bluebird":"~3.5.0","cacache":"~9.2.9","call-limit":"~1.1.0","chownr":"~1.0.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.11","detect-indent":"~5.0.0","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","fstream":"~1.0.11","fstream-npm":"~1.2.1","glob":"~7.1.2","graceful-fs":"~4.1.11","has-unicode":"~2.0.1","hosted-git-info":"~2.5.0","iferr":"~0.1.5","inflight":"~1.0.6","inherits":"~2.0.3","ini":"~1.3.4","init-package-json":"~1.10.1","lazy-property":"~1.0.0","lockfile":"~1.0.3","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"~4.1.1","mississippi":"~1.3.0","mkdirp":"~0.5.1","move-concurrently":"~1.0.1","node-gyp":"~3.6.2","nopt":"~4.0.1","normalize-package-data":"~2.4.0","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-package-arg":"~5.1.2","npm-registry-client":"~8.4.0","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"~1.4.3","osenv":"~0.1.4","pacote":"~2.7.38","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"~2.0.9","read-package-tree":"~5.1.6","readable-stream":"~2.3.2","request":"~2.81.0","retry":"~0.10.1","rimraf":"~2.6.1","safe-buffer":"~5.1.1","semver":"~5.3.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"~4.1.6","strip-ansi":"~4.0.0","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","update-notifier":"~2.2.0","uuid":"~3.1.0","validate-npm-package-name":"~3.0.0","which":"~1.2.14","worker-farm":"~1.3.1","wrappy":"~1.0.2","write-file-atomic":"~2.1.0","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.6","marked-man":"~0.2.1","npm-registry-couchapp":"~2.6.13","npm-registry-mock":"~1.1.0","require-inject":"~1.4.2","sprintf-js":"~1.1.1","standard":"~6.0.8","tacks":"~1.2.6","tap":"~10.7.0"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","cacache","call-limit","bluebird","chownr","cmd-shim","columnify","config-chain","debuglog","detect-indent","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","JSONStream","lazy-property","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","mkdirp","mississippi","move-concurrently","node-gyp","nopt","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","request","retry","rimraf","semver","sha","slide","sorted-object","sorted-union-stream","ssri","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic","safe-buffer","worker-farm"],"bin":{"npm":"./bin/npm-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-pt5ClxEmY/dLpb60SmGQQBKi3nB6Ljx1FXmpoCUdAULlGqGVn2uCyXxPCWFbcuHGthT7qGiaGa1wOfs/UjGYMw==","shasum":"cf8201e044018e9c89532041c90094541982b2c0","tarball":"https://registry.npmjs.org/npm/-/npm-5.1.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCvizboDyIen84HHP7GLxfBoi/7miHV8/NDCUZBW0eDpgIgRJvQGCufSAu6RKq3J4bIlvXK1qjefL0+OXMQCo7mi+g="}]}},"5.2.0":{"name":"npm","version":"5.2.0","dependencies":{"JSONStream":"~1.3.1","abbrev":"~1.1.0","ansi-regex":"~3.0.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.1.2","archy":"~1.0.0","bluebird":"~3.5.0","cacache":"~9.2.9","call-limit":"~1.1.0","chownr":"~1.0.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.11","detect-indent":"~5.0.0","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","fstream":"~1.0.11","fstream-npm":"~1.2.1","glob":"~7.1.2","graceful-fs":"~4.1.11","has-unicode":"~2.0.1","hosted-git-info":"~2.5.0","iferr":"~0.1.5","inflight":"~1.0.6","inherits":"~2.0.3","ini":"~1.3.4","init-package-json":"~1.10.1","lazy-property":"~1.0.0","libnpx":"~9.0.3","lockfile":"~1.0.3","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"~4.1.1","mississippi":"~1.3.0","mkdirp":"~0.5.1","move-concurrently":"~1.0.1","node-gyp":"~3.6.2","nopt":"~4.0.1","normalize-package-data":"~2.4.0","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-package-arg":"~5.1.2","npm-registry-client":"~8.4.0","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"~1.4.3","osenv":"~0.1.4","pacote":"~2.7.38","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"~2.0.10","read-package-tree":"~5.1.6","readable-stream":"~2.3.3","request":"~2.81.0","retry":"~0.10.1","rimraf":"~2.6.1","safe-buffer":"~5.1.1","semver":"~5.3.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"~4.1.6","strip-ansi":"~4.0.0","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","update-notifier":"~2.2.0","uuid":"~3.1.0","validate-npm-package-name":"~3.0.0","which":"~1.2.14","worker-farm":"~1.4.1","wrappy":"~1.0.2","write-file-atomic":"~2.1.0","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.6","marked-man":"~0.2.1","npm-registry-couchapp":"~2.6.13","npm-registry-mock":"~1.1.0","require-inject":"~1.4.2","sprintf-js":"~1.1.1","standard":"~6.0.8","tacks":"~1.2.6","tap":"~10.7.0"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","cacache","call-limit","bluebird","chownr","cmd-shim","columnify","config-chain","debuglog","detect-indent","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","JSONStream","lazy-property","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","mkdirp","mississippi","move-concurrently","node-gyp","nopt","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","request","retry","rimraf","semver","sha","slide","sorted-object","sorted-union-stream","ssri","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic","safe-buffer","worker-farm","libnpx"],"bin":{"npm":"./bin/npm-cli.js","npx":"./bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-6Ud8G7qNoB7958zepigRCvii28AFKFAhHhyW9t9817ecRtQXoTObNgvoUXfbWtg1aHTSnVrH4kJSrD2UWtphBA==","shasum":"0014eb05ead6870587fa1c068108935c898e9847","tarball":"https://registry.npmjs.org/npm/-/npm-5.2.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC09oP2vEFvJTQ6VERWLE1SeMCW/MbmVC7eEJSUW0i+wQIgQTohdbMgsFQPXkyN5FYjdtk5vI4AxCC0Yf+m4h+veZY="}]}},"5.3.0":{"name":"npm","version":"5.3.0","dependencies":{"JSONStream":"~1.3.1","abbrev":"~1.1.0","ansi-regex":"~3.0.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.1.2","archy":"~1.0.0","bluebird":"~3.5.0","cacache":"~9.2.9","call-limit":"~1.1.0","chownr":"~1.0.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.11","detect-indent":"~5.0.0","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","fstream":"~1.0.11","fstream-npm":"~1.2.1","glob":"~7.1.2","graceful-fs":"~4.1.11","has-unicode":"~2.0.1","hosted-git-info":"~2.5.0","iferr":"~0.1.5","inflight":"~1.0.6","inherits":"~2.0.3","ini":"~1.3.4","init-package-json":"~1.10.1","lazy-property":"~1.0.0","libnpx":"~9.2.0","lockfile":"~1.0.3","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"~4.1.1","mississippi":"~1.3.0","mkdirp":"~0.5.1","move-concurrently":"~1.0.1","node-gyp":"~3.6.2","nopt":"~4.0.1","normalize-package-data":"~2.4.0","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-package-arg":"~5.1.2","npm-registry-client":"~8.4.0","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"~1.4.3","osenv":"~0.1.4","pacote":"~2.7.38","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"~2.0.10","read-package-tree":"~5.1.6","readable-stream":"~2.3.3","request":"~2.81.0","retry":"~0.10.1","rimraf":"~2.6.1","safe-buffer":"~5.1.1","semver":"~5.3.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"~4.1.6","strip-ansi":"~4.0.0","tar":"~2.2.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","update-notifier":"~2.2.0","uuid":"~3.1.0","validate-npm-package-name":"~3.0.0","which":"~1.2.14","worker-farm":"~1.4.1","wrappy":"~1.0.2","write-file-atomic":"~2.1.0","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.6","marked-man":"~0.2.1","npm-registry-couchapp":"~2.6.13","npm-registry-mock":"~1.1.0","require-inject":"~1.4.2","sprintf-js":"~1.1.1","standard":"~6.0.8","tacks":"~1.2.6","tap":"~10.7.0"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","cacache","call-limit","bluebird","chownr","cmd-shim","columnify","config-chain","debuglog","detect-indent","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","fstream","fstream-npm","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","JSONStream","lazy-property","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","mkdirp","mississippi","move-concurrently","node-gyp","nopt","normalize-package-data","npm-cache-filename","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","request","retry","rimraf","semver","sha","slide","sorted-object","sorted-union-stream","ssri","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic","safe-buffer","worker-farm","libnpx"],"bin":{"npm":"./bin/npm-cli.js","npx":"./bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-ZJsOWVJ25E2C5Qedf4w9ePIv5hrPCdDIsHhq89tRxSJCqyIfDAMh0KoU9xeTu7yHT9ZrxPF7mopq1TCWxtMfkw==","shasum":"e2ae85ef09d53f7f570a05578692899bf7879f17","tarball":"https://registry.npmjs.org/npm/-/npm-5.3.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC7af39YUdlcggCA3HeZSTGGkCVC6DLxy8MU7XlA6mbOQIgFjt9lN37t9GtPvhRWHGIHNcVZHpTh3pPxKmrtHUqKac="}]}},"5.4.0":{"name":"npm","version":"5.4.0","dependencies":{"JSONStream":"~1.3.1","abbrev":"~1.1.0","ansi-regex":"~3.0.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.1.2","archy":"~1.0.0","bluebird":"~3.5.0","cacache":"~9.2.9","call-limit":"~1.1.0","chownr":"~1.0.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.11","detect-indent":"~5.0.0","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","glob":"~7.1.2","graceful-fs":"~4.1.11","has-unicode":"~2.0.1","hosted-git-info":"~2.5.0","iferr":"~0.1.5","inflight":"~1.0.6","inherits":"~2.0.3","ini":"~1.3.4","init-package-json":"~1.10.1","lazy-property":"~1.0.0","libnpx":"~9.6.0","lockfile":"~1.0.3","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"~4.1.1","meant":"~1.0.0","mississippi":"~1.3.0","mkdirp":"~0.5.1","move-concurrently":"~1.0.1","node-gyp":"~3.6.2","nopt":"~4.0.1","normalize-package-data":"~2.4.0","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-lifecycle":"~1.0.2","npm-package-arg":"~5.1.2","npm-packlist":"~1.1.8","npm-registry-client":"~8.4.0","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"~1.4.3","osenv":"~0.1.4","pacote":"~6.0.1","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"~2.0.12","read-package-tree":"~5.1.6","readable-stream":"~2.3.3","request":"~2.81.0","retry":"~0.10.1","rimraf":"~2.6.1","safe-buffer":"~5.1.1","semver":"~5.4.1","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"~4.1.6","strip-ansi":"~4.0.0","tar":"~4.0.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","update-notifier":"~2.2.0","uuid":"~3.1.0","validate-npm-package-name":"~3.0.0","which":"~1.3.0","worker-farm":"~1.5.0","wrappy":"~1.0.2","write-file-atomic":"~2.3.0","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.6","marked-man":"~0.2.1","npm-registry-couchapp":"~2.7.0","npm-registry-mock":"~1.1.0","require-inject":"~1.4.2","sprintf-js":"~1.1.1","standard":"~6.0.8","tacks":"~1.2.6","tap":"~10.7.2"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","cacache","call-limit","bluebird","chownr","cmd-shim","columnify","config-chain","debuglog","detect-indent","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","JSONStream","lazy-property","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mkdirp","mississippi","move-concurrently","node-gyp","nopt","normalize-package-data","npm-cache-filename","npm-lifecycle","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","request","retry","rimraf","semver","sha","slide","sorted-object","sorted-union-stream","ssri","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic","safe-buffer","worker-farm","libnpx","npm-packlist"],"bin":{"npm":"./bin/npm-cli.js","npx":"./bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-jw7Gq2dMM3RWBUaQmuJTB/dcZEiTL2c6VUrXvlWU/37SXR0GCCGysKfwQcjQerTmmrycIpfLZS2msHa26FsAKQ==","shasum":"5c09862da1430aa17a070fd1d353054d807f7ad3","tarball":"https://registry.npmjs.org/npm/-/npm-5.4.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBi8KZ1v2c1g8oNHo5YJpy8aANdTo/otoE+gveIunwFSAiA3cWBS0NCR7eaGxR9oRkgg7jUnFqHAYaPY8llfiU8Lew=="}]}},"5.4.1":{"name":"npm","version":"5.4.1","dependencies":{"JSONStream":"~1.3.1","abbrev":"~1.1.0","ansi-regex":"~3.0.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.1.2","archy":"~1.0.0","bluebird":"~3.5.0","cacache":"~9.2.9","call-limit":"~1.1.0","chownr":"~1.0.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.11","detect-indent":"~5.0.0","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","glob":"~7.1.2","graceful-fs":"~4.1.11","has-unicode":"~2.0.1","hosted-git-info":"~2.5.0","iferr":"~0.1.5","inflight":"~1.0.6","inherits":"~2.0.3","ini":"~1.3.4","init-package-json":"~1.10.1","lazy-property":"~1.0.0","libnpx":"~9.6.0","lockfile":"~1.0.3","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"~4.1.1","meant":"~1.0.0","mississippi":"~1.3.0","mkdirp":"~0.5.1","move-concurrently":"~1.0.1","node-gyp":"~3.6.2","nopt":"~4.0.1","normalize-package-data":"~2.4.0","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-lifecycle":"~1.0.2","npm-package-arg":"~5.1.2","npm-packlist":"~1.1.8","npm-registry-client":"~8.4.0","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"~1.4.3","osenv":"~0.1.4","pacote":"~6.0.2","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"~2.0.12","read-package-tree":"~5.1.6","readable-stream":"~2.3.3","request":"~2.81.0","retry":"~0.10.1","rimraf":"~2.6.1","safe-buffer":"~5.1.1","semver":"~5.4.1","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"~4.1.6","strip-ansi":"~4.0.0","tar":"~4.0.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","update-notifier":"~2.2.0","uuid":"~3.1.0","validate-npm-package-name":"~3.0.0","which":"~1.3.0","worker-farm":"~1.5.0","wrappy":"~1.0.2","write-file-atomic":"~2.3.0","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.6","marked-man":"~0.2.1","npm-registry-couchapp":"~2.7.0","npm-registry-mock":"~1.1.0","require-inject":"~1.4.2","sprintf-js":"~1.1.1","standard":"~6.0.8","tacks":"~1.2.6","tap":"~10.7.2"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","cacache","call-limit","bluebird","chownr","cmd-shim","columnify","config-chain","debuglog","detect-indent","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","JSONStream","lazy-property","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mkdirp","mississippi","move-concurrently","node-gyp","nopt","normalize-package-data","npm-cache-filename","npm-lifecycle","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","request","retry","rimraf","semver","sha","slide","sorted-object","sorted-union-stream","ssri","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic","safe-buffer","worker-farm","libnpx","npm-packlist"],"bin":{"npm":"./bin/npm-cli.js","npx":"./bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-34jnKVVGbIeFNXTRdDh3goZyVWafaCGMIlbBl0J7/5OduLJOVoEdXZOk0hS1a9X4oRnv347+4lIUT/bjoqmxNg==","shasum":"6ff580f4895b0bb9ca7c6c64291944e36a2bf053","tarball":"https://registry.npmjs.org/npm/-/npm-5.4.1.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDSTo5H9FwiZEDn1cl2Rt/r4FdfCBQEKUWjuVnIj3wFcgIgbcCBI1vMopQO400Pvgei+CuVPn/0C2tUZl7fhCzA6lQ="}]}},"5.4.2":{"name":"npm","version":"5.4.2","dependencies":{"JSONStream":"~1.3.1","abbrev":"~1.1.0","ansi-regex":"~3.0.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.1.2","archy":"~1.0.0","bluebird":"~3.5.0","cacache":"~9.2.9","call-limit":"~1.1.0","chownr":"~1.0.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.11","detect-indent":"~5.0.0","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","glob":"~7.1.2","graceful-fs":"~4.1.11","has-unicode":"~2.0.1","hosted-git-info":"~2.5.0","iferr":"~0.1.5","inflight":"~1.0.6","inherits":"~2.0.3","ini":"~1.3.4","init-package-json":"~1.10.1","lazy-property":"~1.0.0","libnpx":"~9.6.0","lockfile":"~1.0.3","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"~4.1.1","meant":"~1.0.0","mississippi":"~1.3.0","mkdirp":"~0.5.1","move-concurrently":"~1.0.1","node-gyp":"~3.6.2","nopt":"~4.0.1","normalize-package-data":"~2.4.0","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-lifecycle":"~1.0.2","npm-package-arg":"~5.1.2","npm-packlist":"~1.1.8","npm-registry-client":"~8.4.0","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"~1.4.3","osenv":"~0.1.4","pacote":"~6.0.2","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"~2.0.12","read-package-tree":"~5.1.6","readable-stream":"~2.3.3","request":"~2.81.0","retry":"~0.10.1","rimraf":"~2.6.1","safe-buffer":"~5.1.1","semver":"~5.4.1","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"~4.1.6","strip-ansi":"~4.0.0","tar":"~4.0.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","update-notifier":"~2.2.0","uuid":"~3.1.0","validate-npm-package-name":"~3.0.0","which":"~1.3.0","worker-farm":"~1.5.0","wrappy":"~1.0.2","write-file-atomic":"~2.1.0","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.6","marked-man":"~0.2.1","npm-registry-couchapp":"~2.7.0","npm-registry-mock":"~1.1.0","require-inject":"~1.4.2","sprintf-js":"~1.1.1","standard":"~6.0.8","tacks":"~1.2.6","tap":"~10.7.2"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","cacache","call-limit","bluebird","chownr","cmd-shim","columnify","config-chain","debuglog","detect-indent","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","JSONStream","lazy-property","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mkdirp","mississippi","move-concurrently","node-gyp","nopt","normalize-package-data","npm-cache-filename","npm-lifecycle","npm-install-checks","npm-package-arg","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","request","retry","rimraf","semver","sha","slide","sorted-object","sorted-union-stream","ssri","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic","safe-buffer","worker-farm","libnpx","npm-packlist"],"bin":{"npm":"./bin/npm-cli.js","npx":"./bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-F6LLCAHriKyKQ9Ff03UKCjkXZoRBp281I42K42+VeHfjAXZ3TJdg3RccinzoCFV1kDxCedVm7AstIpb1Uf5UkQ==","shasum":"830b5cabb5f735264e7cc39b2163b90854b2eaa8","tarball":"https://registry.npmjs.org/npm/-/npm-5.4.2.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDysOrSIIbOao78MV7iDxiaQQh8YgSluje/PVwn4GYLawIhAOT0E6ZEnYJdFK0ngf0GYJGOJiUVf8O0tT0HntjWAhax"}]}},"5.5.0":{"name":"npm","version":"5.5.0","dependencies":{"JSONStream":"~1.3.1","abbrev":"~1.1.1","ansi-regex":"~3.0.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.2.0","archy":"~1.0.0","bluebird":"~3.5.0","cacache":"~9.2.9","call-limit":"~1.1.0","chownr":"~1.0.1","cli-table2":"~0.2.0","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.11","detect-indent":"~5.0.0","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","glob":"~7.1.2","graceful-fs":"~4.1.11","has-unicode":"~2.0.1","hosted-git-info":"~2.5.0","iferr":"~0.1.5","inflight":"~1.0.6","inherits":"~2.0.3","ini":"~1.3.4","init-package-json":"~1.10.1","is-cidr":"~1.0.0","lazy-property":"~1.0.0","libnpx":"~9.6.0","lockfile":"~1.0.3","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"~4.1.1","meant":"~1.0.1","mississippi":"~1.3.0","mkdirp":"~0.5.1","move-concurrently":"~1.0.1","node-gyp":"~3.6.2","nopt":"~4.0.1","normalize-package-data":"~2.4.0","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-lifecycle":"~1.0.3","npm-package-arg":"~5.1.2","npm-packlist":"~1.1.9","npm-profile":"~2.0.4","npm-registry-client":"~8.5.0","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"~1.4.3","osenv":"~0.1.4","pacote":"~6.0.2","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"~0.11.0","query-string":"~5.0.0","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"~2.0.12","read-package-tree":"~5.1.6","readable-stream":"~2.3.3","request":"~2.83.0","retry":"~0.10.1","rimraf":"~2.6.2","safe-buffer":"~5.1.1","semver":"~5.4.1","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"~4.1.6","strip-ansi":"~4.0.0","tar":"~4.0.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","update-notifier":"~2.2.0","uuid":"~3.1.0","validate-npm-package-name":"~3.0.0","which":"~1.3.0","worker-farm":"~1.5.0","wrappy":"~1.0.2","write-file-atomic":"~2.1.0","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.6","marked-man":"~0.2.1","npm-registry-couchapp":"~2.7.0","npm-registry-mock":"~1.1.0","require-inject":"~1.4.2","sprintf-js":"~1.1.1","standard":"~6.0.8","tacks":"~1.2.6","tap":"~10.7.2"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","cacache","call-limit","bluebird","chownr","cli-table2","cmd-shim","columnify","config-chain","debuglog","detect-indent","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","is-cidr","JSONStream","lazy-property","libnpx","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mkdirp","mississippi","move-concurrently","node-gyp","nopt","normalize-package-data","npm-cache-filename","npm-lifecycle","npm-install-checks","npm-package-arg","npm-packlist","npm-profile","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","query-string","qrcode-terminal","qw","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","request","retry","rimraf","semver","sha","slide","sorted-object","sorted-union-stream","ssri","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic","safe-buffer","worker-farm"],"bin":{"npm":"./bin/npm-cli.js","npx":"./bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-57PywxPKJQYRZV+jasTmTYHTY0sJl4EpSRw/QFWWgIeEXsY9Br7olR9GJUFb6t9oQuGizUTXe/DqUMK2VFd7ww==","shasum":"cdf68f75216de0485c7518ba26f4869eb2ee4136","tarball":"https://registry.npmjs.org/npm/-/npm-5.5.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDhMnygRsCph2nXygn8DVLsiig2Wo3svR01dJGeuMLjZAiEAvaHW8IMAzNK3P5oIHKxE7chAvwfKbmP4tCFOmJkVlUo="}]}},"5.5.1":{"name":"npm","version":"5.5.1","dependencies":{"JSONStream":"~1.3.1","abbrev":"~1.1.1","ansi-regex":"~3.0.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.2.0","archy":"~1.0.0","bluebird":"~3.5.0","cacache":"~9.2.9","call-limit":"~1.1.0","chownr":"~1.0.1","cli-table2":"~0.2.0","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.11","detect-indent":"~5.0.0","dezalgo":"~1.0.3","editor":"~1.0.0","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","glob":"~7.1.2","graceful-fs":"~4.1.11","has-unicode":"~2.0.1","hosted-git-info":"~2.5.0","iferr":"~0.1.5","inflight":"~1.0.6","inherits":"~2.0.3","ini":"~1.3.4","init-package-json":"~1.10.1","is-cidr":"~1.0.0","lazy-property":"~1.0.0","libnpx":"~9.6.0","lockfile":"~1.0.3","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"~4.1.1","meant":"~1.0.1","mississippi":"~1.3.0","mkdirp":"~0.5.1","move-concurrently":"~1.0.1","node-gyp":"~3.6.2","nopt":"~4.0.1","normalize-package-data":"~2.4.0","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-lifecycle":"~1.0.3","npm-package-arg":"~5.1.2","npm-packlist":"~1.1.9","npm-profile":"~2.0.4","npm-registry-client":"~8.5.0","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"~1.4.3","osenv":"~0.1.4","pacote":"~6.0.2","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"~0.11.0","query-string":"~5.0.0","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"~2.0.12","read-package-tree":"~5.1.6","readable-stream":"~2.3.3","request":"~2.83.0","retry":"~0.10.1","rimraf":"~2.6.2","safe-buffer":"~5.1.1","semver":"~5.4.1","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"~4.1.6","strip-ansi":"~4.0.0","tar":"~4.0.1","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","update-notifier":"~2.2.0","uuid":"~3.1.0","validate-npm-package-name":"~3.0.0","which":"~1.3.0","worker-farm":"~1.5.0","wrappy":"~1.0.2","write-file-atomic":"~2.1.0","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.6","marked-man":"~0.2.1","npm-registry-couchapp":"~2.7.0","npm-registry-mock":"~1.1.0","require-inject":"~1.4.2","sprintf-js":"~1.1.1","standard":"~6.0.8","tacks":"~1.2.6","tap":"~10.7.2"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","cacache","call-limit","bluebird","chownr","cli-table2","cmd-shim","columnify","config-chain","debuglog","detect-indent","dezalgo","editor","fs-vacuum","fs-write-stream-atomic","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","is-cidr","JSONStream","lazy-property","libnpx","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mkdirp","mississippi","move-concurrently","node-gyp","nopt","normalize-package-data","npm-cache-filename","npm-lifecycle","npm-install-checks","npm-package-arg","npm-packlist","npm-profile","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","query-string","qrcode-terminal","qw","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","request","retry","rimraf","semver","sha","slide","sorted-object","sorted-union-stream","ssri","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic","safe-buffer","worker-farm"],"bin":{"npm":"./bin/npm-cli.js","npx":"./bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-M3aO8EjHebaCw6uur4C86SZqkypnoaEVo5R63FEEU0dw9wLxf/JlwWtJItShYVyQS2WDxG2It10GEe5GmVEM2Q==","shasum":"5bef2b01c51c8144412d5873caf83e22f1ec6b84","tarball":"https://registry.npmjs.org/npm/-/npm-5.5.1.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHlXEdEd+w5HT1rQJILzVOfl0ujDbxPfRYXq7LX3wir2AiB8X0iCHuLFYjL8qZ2D3h1ia9DKWL5V8SZpxScw0xgvpw=="}]}},"5.6.0":{"name":"npm","version":"5.6.0","dependencies":{"JSONStream":"~1.3.1","abbrev":"~1.1.1","ansi-regex":"~3.0.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.2.0","archy":"~1.0.0","bin-links":"^1.1.0","bluebird":"~3.5.1","cacache":"~10.0.1","call-limit":"~1.1.0","chownr":"~1.0.1","cli-table2":"~0.2.0","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.11","detect-indent":"~5.0.0","dezalgo":"~1.0.3","editor":"~1.0.0","find-npm-prefix":"~1.0.1","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","gentle-fs":"^2.0.1","glob":"~7.1.2","graceful-fs":"~4.1.11","has-unicode":"~2.0.1","hosted-git-info":"~2.5.0","iferr":"~0.1.5","inflight":"~1.0.6","inherits":"~2.0.3","ini":"~1.3.4","init-package-json":"~1.10.1","is-cidr":"~1.0.0","lazy-property":"~1.0.0","libnpx":"~9.7.1","lockfile":"~1.0.3","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"~4.1.1","meant":"~1.0.1","mississippi":"~1.3.0","mkdirp":"~0.5.1","move-concurrently":"^1.0.1","nopt":"~4.0.1","normalize-package-data":"~2.4.0","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-lifecycle":"~2.0.0","npm-package-arg":"~6.0.0","npm-packlist":"~1.1.10","npm-profile":"~2.0.5","npm-registry-client":"~8.5.0","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"~1.4.3","osenv":"~0.1.4","pacote":"^7.0.2","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"~0.11.0","query-string":"~5.0.1","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"~2.0.12","read-package-tree":"~5.1.6","readable-stream":"~2.3.3","request":"~2.83.0","retry":"~0.10.1","rimraf":"~2.6.2","safe-buffer":"~5.1.1","semver":"~5.4.1","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"~5.0.0","strip-ansi":"~4.0.0","tar":"^4.0.2","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","update-notifier":"~2.3.0","uuid":"~3.1.0","validate-npm-package-name":"~3.0.0","which":"~1.3.0","worker-farm":"~1.5.1","wrappy":"~1.0.2","write-file-atomic":"~2.1.0","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"~0.3.6","marked-man":"~0.2.1","npm-registry-couchapp":"~2.7.0","npm-registry-mock":"~1.1.0","require-inject":"~1.4.2","sprintf-js":"~1.1.1","standard":"~6.0.8","tacks":"~1.2.6","tap":"~10.7.2"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","cacache","call-limit","bluebird","bin-links","chownr","cli-table2","cmd-shim","columnify","config-chain","debuglog","detect-indent","dezalgo","editor","find-npm-prefix","fs-vacuum","fs-write-stream-atomic","gentle-fs","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","is-cidr","JSONStream","lazy-property","libnpx","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mkdirp","mississippi","move-concurrently","nopt","normalize-package-data","npm-cache-filename","npm-lifecycle","npm-install-checks","npm-package-arg","npm-packlist","npm-profile","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","query-string","qrcode-terminal","qw","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","request","retry","rimraf","semver","sha","slide","sorted-object","sorted-union-stream","ssri","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic","safe-buffer","worker-farm"],"bin":{"npm":"./bin/npm-cli.js","npx":"./bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-mt839mCsI5hzdBJLf1iRBwt610P35iUfvqLVuL7VFdanUwRBAmGtbsjdGIuzegplR95xx+fTHE0vBMuMJp1sLQ==","shasum":"b11e72cd5167df48b06c43474e9331fe848cb05e","tarball":"https://registry.npmjs.org/npm/-/npm-5.6.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD9StOFkhCNUUFmPJzLtYZFvdHgmu2PTAN452lelmWzbwIgNDF8LNAOvzHVBaPCJBpCC7+taF5FadwFwGieY/z9OBA="}]}},"5.7.0":{"name":"npm","version":"5.7.0","dependencies":{"JSONStream":"^1.3.2","abbrev":"~1.1.1","ansi-regex":"~3.0.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.2.0","archy":"~1.0.0","bin-links":"^1.1.0","bluebird":"~3.5.1","cacache":"^10.0.4","call-limit":"~1.1.0","chownr":"~1.0.1","cli-table2":"~0.2.0","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.11","detect-indent":"~5.0.0","dezalgo":"~1.0.3","editor":"~1.0.0","find-npm-prefix":"^1.0.2","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","gentle-fs":"^2.0.1","glob":"~7.1.2","graceful-fs":"~4.1.11","has-unicode":"~2.0.1","hosted-git-info":"~2.5.0","iferr":"~0.1.5","inflight":"~1.0.6","inherits":"~2.0.3","ini":"^1.3.5","init-package-json":"~1.10.1","is-cidr":"~1.0.0","lazy-property":"~1.0.0","libcipm":"^1.3.3","libnpx":"~9.7.1","lockfile":"~1.0.3","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"~4.1.1","meant":"~1.0.1","mississippi":"^2.0.0","mkdirp":"~0.5.1","move-concurrently":"^1.0.1","nopt":"~4.0.1","normalize-package-data":"~2.4.0","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-lifecycle":"~2.0.0","npm-package-arg":"~6.0.0","npm-packlist":"~1.1.10","npm-profile":"^3.0.1","npm-registry-client":"~8.5.0","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"~1.4.3","osenv":"^0.1.5","pacote":"^7.3.3","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"~0.11.0","query-string":"^5.1.0","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"~2.0.12","read-package-tree":"~5.1.6","readable-stream":"^2.3.4","request":"~2.83.0","retry":"~0.10.1","rimraf":"~2.6.2","safe-buffer":"~5.1.1","semver":"^5.5.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"^5.2.4","strip-ansi":"~4.0.0","tar":"^4.3.3","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","update-notifier":"~2.3.0","uuid":"^3.2.1","validate-npm-package-name":"~3.0.0","which":"~1.3.0","worker-farm":"^1.5.2","wrappy":"~1.0.2","write-file-atomic":"~2.1.0","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"^0.3.15","marked-man":"~0.2.1","npm-registry-couchapp":"^2.7.1","npm-registry-mock":"~1.1.0","require-inject":"~1.4.2","sprintf-js":"~1.1.1","standard":"~6.0.8","tacks":"~1.2.6","tap":"^11.1.1"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","cacache","call-limit","bluebird","bin-links","chownr","cli-table2","cmd-shim","columnify","config-chain","debuglog","detect-indent","dezalgo","editor","find-npm-prefix","fs-vacuum","fs-write-stream-atomic","gentle-fs","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","is-cidr","JSONStream","lazy-property","libcipm","libnpx","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mkdirp","mississippi","move-concurrently","nopt","normalize-package-data","npm-cache-filename","npm-lifecycle","npm-install-checks","npm-package-arg","npm-packlist","npm-profile","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","query-string","qrcode-terminal","qw","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","request","retry","rimraf","semver","sha","slide","sorted-object","sorted-union-stream","ssri","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic","safe-buffer","worker-farm"],"bin":{"npm":"./bin/npm-cli.js","npx":"./bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-qwTsvGdixudOFdQuDIjPq4g8H63AsWQVNuvqwk+RhbysAbdSHny6mFMz8btNmNUYFhcfxmIHxlZVkBPS2Wqw9A==","shasum":"ffe43a6541e38116ffdfa52c89f0cba6f13044bc","tarball":"https://registry.npmjs.org/npm/-/npm-5.7.0.tgz","fileCount":5299,"unpackedSize":22290317,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBpdfTmYffjqH460IByIJzKMTFQCS17L5AtyBNUUm8PvAiEA0n3CKPMbPul9hSeIlpP8Yd/tMoe604sWh7JeDJ+7yHo="}]}},"5.7.1":{"name":"npm","version":"5.7.1","dependencies":{"JSONStream":"^1.3.2","abbrev":"~1.1.1","ansi-regex":"~3.0.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.2.0","archy":"~1.0.0","bin-links":"^1.1.0","bluebird":"~3.5.1","cacache":"^10.0.4","call-limit":"~1.1.0","chownr":"~1.0.1","cli-table2":"~0.2.0","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.11","detect-indent":"~5.0.0","dezalgo":"~1.0.3","editor":"~1.0.0","find-npm-prefix":"^1.0.2","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","gentle-fs":"^2.0.1","glob":"~7.1.2","graceful-fs":"~4.1.11","has-unicode":"~2.0.1","hosted-git-info":"~2.5.0","iferr":"~0.1.5","inflight":"~1.0.6","inherits":"~2.0.3","ini":"^1.3.5","init-package-json":"~1.10.1","is-cidr":"~1.0.0","lazy-property":"~1.0.0","libcipm":"^1.3.3","libnpx":"~9.7.1","lockfile":"~1.0.3","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"~4.1.1","meant":"~1.0.1","mississippi":"^2.0.0","mkdirp":"~0.5.1","move-concurrently":"^1.0.1","nopt":"~4.0.1","normalize-package-data":"~2.4.0","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-lifecycle":"~2.0.0","npm-package-arg":"~6.0.0","npm-packlist":"~1.1.10","npm-profile":"^3.0.1","npm-registry-client":"~8.5.0","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"~1.4.3","osenv":"^0.1.5","pacote":"^7.3.3","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"~0.11.0","query-string":"^5.1.0","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"~2.0.12","read-package-tree":"~5.1.6","readable-stream":"^2.3.4","request":"~2.83.0","retry":"~0.10.1","rimraf":"~2.6.2","safe-buffer":"~5.1.1","semver":"^5.5.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"^5.2.4","strip-ansi":"~4.0.0","tar":"^4.3.3","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","update-notifier":"~2.3.0","uuid":"^3.2.1","validate-npm-package-name":"~3.0.0","which":"~1.3.0","worker-farm":"^1.5.2","wrappy":"~1.0.2","write-file-atomic":"~2.1.0","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"^0.3.15","marked-man":"~0.2.1","npm-registry-couchapp":"^2.7.1","npm-registry-mock":"~1.1.0","require-inject":"~1.4.2","sprintf-js":"~1.1.1","standard":"~6.0.8","tacks":"~1.2.6","tap":"^11.1.1"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","cacache","call-limit","bluebird","bin-links","chownr","cli-table2","cmd-shim","columnify","config-chain","debuglog","detect-indent","dezalgo","editor","find-npm-prefix","fs-vacuum","fs-write-stream-atomic","gentle-fs","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","is-cidr","JSONStream","lazy-property","libcipm","libnpx","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mkdirp","mississippi","move-concurrently","nopt","normalize-package-data","npm-cache-filename","npm-lifecycle","npm-install-checks","npm-package-arg","npm-packlist","npm-profile","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","query-string","qrcode-terminal","qw","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","request","retry","rimraf","semver","sha","slide","sorted-object","sorted-union-stream","ssri","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic","safe-buffer","worker-farm"],"bin":{"npm":"./bin/npm-cli.js","npx":"./bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-r1grvv6mcEt+nlMzMWPc5n/z5q8NNuBWj0TGFp1PBSFCl6ubnAoUGBsucYsnZYT7MOJn0ha1ptEjmdBoAdJ+SA==","shasum":"cf03d41f70472a74d08061cbe8d56ac418026a55","tarball":"https://registry.npmjs.org/npm/-/npm-5.7.1.tgz","fileCount":5286,"unpackedSize":21789682,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIA2lTxaN7hP8qENtXMyzg4Gb2N2xfxejZk1zjZIPc7ZUAiEAzWOCfHQMccLn2hxhQzehFLf3rLJAnYZ8jwKe2SlIBs4="}]}},"5.8.0-next.0":{"name":"npm","version":"5.8.0-next.0","dependencies":{"JSONStream":"^1.3.2","abbrev":"~1.1.1","ansi-regex":"~3.0.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.2.0","archy":"~1.0.0","bin-links":"^1.1.0","bluebird":"~3.5.1","cacache":"^10.0.4","call-limit":"~1.1.0","chownr":"~1.0.1","cli-table2":"~0.2.0","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.11","detect-indent":"~5.0.0","detect-newline":"^2.1.0","dezalgo":"~1.0.3","editor":"~1.0.0","find-npm-prefix":"^1.0.2","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","gentle-fs":"^2.0.1","glob":"~7.1.2","graceful-fs":"~4.1.11","has-unicode":"~2.0.1","hosted-git-info":"^2.6.0","iferr":"~0.1.5","inflight":"~1.0.6","inherits":"~2.0.3","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"~1.0.0","json-parse-better-errors":"^1.0.1","lazy-property":"~1.0.0","libcipm":"^1.6.0","libnpx":"^10.0.1","lockfile":"~1.0.3","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"~4.1.1","meant":"~1.0.1","mississippi":"^3.0.0","mkdirp":"~0.5.1","move-concurrently":"^1.0.1","nopt":"~4.0.1","normalize-package-data":"~2.4.0","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-lifecycle":"^2.0.1","npm-package-arg":"~6.0.0","npm-packlist":"~1.1.10","npm-profile":"^3.0.1","npm-registry-client":"^8.5.1","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"~1.4.3","osenv":"^0.1.5","pacote":"^7.6.1","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"~0.11.0","query-string":"^5.1.0","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"^2.0.13","read-package-tree":"~5.1.6","readable-stream":"^2.3.5","request":"~2.83.0","retry":"~0.10.1","rimraf":"~2.6.2","safe-buffer":"~5.1.1","semver":"^5.5.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"^5.2.4","strip-ansi":"~4.0.0","tar":"^4.4.0","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","update-notifier":"~2.3.0","uuid":"^3.2.1","validate-npm-package-name":"~3.0.0","which":"~1.3.0","worker-farm":"^1.5.4","wrappy":"~1.0.2","write-file-atomic":"^2.3.0","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"^0.3.17","marked-man":"~0.2.1","npm-registry-couchapp":"^2.7.1","npm-registry-mock":"~1.1.0","require-inject":"~1.4.2","sprintf-js":"~1.1.1","standard":"~6.0.8","tacks":"~1.2.6","tap":"^11.1.2"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","cacache","call-limit","bluebird","bin-links","chownr","cli-table2","cmd-shim","columnify","config-chain","debuglog","detect-indent","detect-newline","dezalgo","editor","find-npm-prefix","fs-vacuum","fs-write-stream-atomic","gentle-fs","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","is-cidr","json-parse-better-errors","JSONStream","lazy-property","libcipm","libnpx","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mkdirp","mississippi","move-concurrently","nopt","normalize-package-data","npm-cache-filename","npm-lifecycle","npm-install-checks","npm-package-arg","npm-packlist","npm-profile","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","query-string","qrcode-terminal","qw","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","request","retry","rimraf","semver","sha","slide","sorted-object","sorted-union-stream","ssri","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic","safe-buffer","worker-farm"],"bin":{"npm":"./bin/npm-cli.js","npx":"./bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-beR8I/feXjnQH0kUmD3xMzXgTJzf7e3lVu5YbE9U/LfokwEHr6VhhD5tbLZAYsa0VeO0pfFhRlo1fZ2PkbJ4+g==","shasum":"414a64391d6291bc16144857a46d8c0e42ba28f8","tarball":"https://registry.npmjs.org/npm/-/npm-5.8.0-next.0.tgz","fileCount":5252,"unpackedSize":21713161,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBYyCgL8s9kI88RZEGuCIM7AJKdb/T7qxflUnA+YAXi7AiEAyH86oWTijs7YvaEpjDwlAQzJzBx1/d3pKNPtpv9+Vq8="}]}},"5.8.0":{"name":"npm","version":"5.8.0","dependencies":{"JSONStream":"^1.3.2","abbrev":"~1.1.1","ansi-regex":"~3.0.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.2.0","archy":"~1.0.0","bin-links":"^1.1.0","bluebird":"~3.5.1","cacache":"^10.0.4","call-limit":"~1.1.0","chownr":"~1.0.1","cli-table2":"~0.2.0","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.11","detect-indent":"~5.0.0","detect-newline":"^2.1.0","dezalgo":"~1.0.3","editor":"~1.0.0","find-npm-prefix":"^1.0.2","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","gentle-fs":"^2.0.1","glob":"~7.1.2","graceful-fs":"~4.1.11","has-unicode":"~2.0.1","hosted-git-info":"^2.6.0","iferr":"~0.1.5","inflight":"~1.0.6","inherits":"~2.0.3","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"~1.0.0","json-parse-better-errors":"^1.0.1","lazy-property":"~1.0.0","libcipm":"^1.6.0","libnpx":"^10.0.1","lockfile":"~1.0.3","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"~4.1.1","meant":"~1.0.1","mississippi":"^3.0.0","mkdirp":"~0.5.1","move-concurrently":"^1.0.1","nopt":"~4.0.1","normalize-package-data":"~2.4.0","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-lifecycle":"^2.0.1","npm-package-arg":"~6.0.0","npm-packlist":"~1.1.10","npm-profile":"^3.0.1","npm-registry-client":"^8.5.1","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"~1.4.3","osenv":"^0.1.5","pacote":"^7.6.1","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"~0.11.0","query-string":"^5.1.0","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"^2.0.13","read-package-tree":"~5.1.6","readable-stream":"^2.3.5","request":"~2.83.0","retry":"~0.10.1","rimraf":"~2.6.2","safe-buffer":"~5.1.1","semver":"^5.5.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"^5.2.4","strip-ansi":"~4.0.0","tar":"^4.4.0","text-table":"~0.2.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","update-notifier":"~2.3.0","uuid":"^3.2.1","validate-npm-package-name":"~3.0.0","which":"~1.3.0","worker-farm":"^1.5.4","wrappy":"~1.0.2","write-file-atomic":"^2.3.0","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*","validate-npm-package-license":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"^0.3.17","marked-man":"~0.2.1","npm-registry-couchapp":"^2.7.1","npm-registry-mock":"~1.1.0","require-inject":"~1.4.2","sprintf-js":"~1.1.1","standard":"~6.0.8","tacks":"~1.2.6","tap":"^11.1.2"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","cacache","call-limit","bluebird","bin-links","chownr","cli-table2","cmd-shim","columnify","config-chain","debuglog","detect-indent","detect-newline","dezalgo","editor","find-npm-prefix","fs-vacuum","fs-write-stream-atomic","gentle-fs","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","is-cidr","json-parse-better-errors","JSONStream","lazy-property","libcipm","libnpx","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mkdirp","mississippi","move-concurrently","nopt","normalize-package-data","npm-cache-filename","npm-lifecycle","npm-install-checks","npm-package-arg","npm-packlist","npm-profile","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","query-string","qrcode-terminal","qw","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","request","retry","rimraf","semver","sha","slide","sorted-object","sorted-union-stream","ssri","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic","safe-buffer","worker-farm"],"bin":{"npm":"./bin/npm-cli.js","npx":"./bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-DowXzQwtSWDtbAjuWecuEiismR0VdNEYaL3VxNTYTdW6AGkYxfGk9LUZ/rt6etEyiH4IEk95HkJeGfXE5Rz9xQ==","shasum":"5e4bfb8c2e7ada01dd41ec0555d13dd0f446ddb2","tarball":"https://registry.npmjs.org/npm/-/npm-5.8.0.tgz","fileCount":5246,"unpackedSize":21703095,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCP5fEUsB6c0hB0a+ANgKxglQKwUrOP/48nR34wZsWNsQIhAJzUCcus3SZZ/uJSuZ4hjsS2SdvogVjn18ngllny1pG8"}]}},"6.0.0-next.0":{"name":"npm","version":"6.0.0-next.0","dependencies":{"JSONStream":"^1.3.2","abbrev":"~1.1.1","ansi-regex":"~3.0.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.2.0","archy":"~1.0.0","bin-links":"^1.1.2","bluebird":"~3.5.1","byte-size":"^4.0.2","cacache":"^10.0.4","call-limit":"~1.1.0","chownr":"~1.0.1","cli-columns":"^3.1.2","cli-table2":"~0.2.0","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.11","detect-indent":"~5.0.0","detect-newline":"^2.1.0","dezalgo":"~1.0.3","editor":"~1.0.0","find-npm-prefix":"^1.0.2","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","gentle-fs":"^2.0.1","glob":"~7.1.2","graceful-fs":"~4.1.11","has-unicode":"~2.0.1","hosted-git-info":"^2.6.0","iferr":"^1.0.0","inflight":"~1.0.6","inherits":"~2.0.3","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^2.0.5","json-parse-better-errors":"^1.0.1","lazy-property":"~1.0.0","libcipm":"^1.6.1","libnpx":"^10.0.1","lockfile":"~1.0.3","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"^4.1.2","meant":"~1.0.1","mississippi":"^3.0.0","mkdirp":"~0.5.1","move-concurrently":"^1.0.1","nopt":"~4.0.1","normalize-package-data":"~2.4.0","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-lifecycle":"^2.0.1","npm-package-arg":"~6.0.0","npm-packlist":"~1.1.10","npm-pick-manifest":"^2.1.0","npm-profile":"^3.0.1","npm-registry-client":"^8.5.1","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"~1.4.3","osenv":"^0.1.5","pacote":"^7.6.1","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"^0.12.0","query-string":"^6.0.0","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"^2.0.13","read-package-tree":"~5.1.6","readable-stream":"^2.3.5","request":"^2.85.0","retry":"~0.10.1","rimraf":"~2.6.2","safe-buffer":"~5.1.1","semver":"^5.5.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"^5.3.0","strip-ansi":"~4.0.0","tar":"^4.4.1","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","update-notifier":"~2.3.0","uuid":"^3.2.1","validate-npm-package-license":"^3.0.3","validate-npm-package-name":"~3.0.0","which":"~1.3.0","worker-farm":"^1.6.0","wrappy":"~1.0.2","write-file-atomic":"^2.3.0","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"^0.3.18","marked-man":"~0.2.1","npm-registry-couchapp":"^2.7.1","npm-registry-mock":"~1.1.0","require-inject":"~1.4.2","sprintf-js":"~1.1.1","standard":"^11.0.1","tacks":"~1.2.6","tap":"^11.1.3"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","byte-size","cacache","call-limit","bluebird","bin-links","chownr","cli-table2","cmd-shim","columnify","config-chain","debuglog","detect-indent","detect-newline","dezalgo","editor","find-npm-prefix","fs-vacuum","fs-write-stream-atomic","gentle-fs","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","is-cidr","json-parse-better-errors","JSONStream","lazy-property","libcipm","libnpx","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mkdirp","mississippi","move-concurrently","nopt","normalize-package-data","npm-cache-filename","npm-lifecycle","npm-install-checks","npm-package-arg","npm-packlist","npm-pick-manifest","npm-profile","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","query-string","qrcode-terminal","qw","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","request","retry","rimraf","semver","sha","slide","sorted-object","sorted-union-stream","ssri","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic","safe-buffer","worker-farm","tiny-relative-date","cli-columns"],"bin":{"npm":"./bin/npm-cli.js","npx":"./bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-vYwZiyhsKYkrCWu/7fNUOqVyhEKfNf79NEN2PCN3M+RZcLSIyWnHmPTKdlt+FdhoIdq0O1WHtLsp5kiKkgzrDQ==","shasum":"7e862ed9a46a91cc23fb80564e0a970b7489d164","tarball":"https://registry.npmjs.org/npm/-/npm-6.0.0-next.0.tgz","fileCount":5244,"unpackedSize":21629523,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGWzktsKXIXweEXRLmblZeuV44WumG112dqFWUXOYOYjAiAxBPnEgxri0bQNNLa2piwHokSweVQJIO1ms3i7PHrhew=="}]}},"5.9.0-next.0":{"name":"npm","version":"5.9.0-next.0","dependencies":{"JSONStream":"^1.3.2","abbrev":"~1.1.1","ansi-regex":"~3.0.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.2.0","archy":"~1.0.0","bin-links":"^1.1.0","bluebird":"~3.5.1","byte-size":"^4.0.2","cacache":"^10.0.4","call-limit":"~1.1.0","chownr":"~1.0.1","cli-columns":"^3.1.2","cli-table2":"~0.2.0","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.11","detect-indent":"~5.0.0","detect-newline":"^2.1.0","dezalgo":"~1.0.3","editor":"~1.0.0","find-npm-prefix":"^1.0.2","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","gentle-fs":"^2.0.1","glob":"~7.1.2","graceful-fs":"~4.1.11","has-unicode":"~2.0.1","hosted-git-info":"^2.6.0","iferr":"~0.1.5","inflight":"~1.0.6","inherits":"~2.0.3","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"~1.0.0","json-parse-better-errors":"^1.0.1","lazy-property":"~1.0.0","libcipm":"^1.6.1","libnpx":"^10.0.1","lockfile":"~1.0.3","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"^4.1.2","meant":"~1.0.1","mississippi":"^3.0.0","mkdirp":"~0.5.1","move-concurrently":"^1.0.1","nopt":"~4.0.1","normalize-package-data":"~2.4.0","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-lifecycle":"^2.0.1","npm-package-arg":"~6.0.0","npm-packlist":"~1.1.10","npm-profile":"^3.0.1","npm-registry-client":"^8.5.1","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"~1.4.3","osenv":"^0.1.5","pacote":"^7.6.1","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"^0.12.0","query-string":"^5.1.1","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"^2.0.13","read-package-tree":"~5.1.6","readable-stream":"^2.3.5","request":"^2.85.0","retry":"~0.10.1","rimraf":"~2.6.2","safe-buffer":"~5.1.1","semver":"^5.5.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"^5.3.0","strip-ansi":"~4.0.0","tar":"^4.4.1","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","update-notifier":"~2.3.0","uuid":"^3.2.1","validate-npm-package-license":"^3.0.3","validate-npm-package-name":"~3.0.0","which":"~1.3.0","worker-farm":"^1.6.0","wrappy":"~1.0.2","write-file-atomic":"^2.3.0","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"^0.3.18","marked-man":"~0.2.1","npm-registry-couchapp":"^2.7.1","npm-registry-mock":"~1.1.0","require-inject":"~1.4.2","sprintf-js":"~1.1.1","standard":"~6.0.8","tacks":"~1.2.6","tap":"^11.1.3"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","byte-size","cacache","call-limit","bluebird","bin-links","chownr","cli-table2","cmd-shim","columnify","config-chain","debuglog","detect-indent","detect-newline","dezalgo","editor","find-npm-prefix","fs-vacuum","fs-write-stream-atomic","gentle-fs","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","is-cidr","json-parse-better-errors","JSONStream","lazy-property","libcipm","libnpx","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mkdirp","mississippi","move-concurrently","nopt","normalize-package-data","npm-cache-filename","npm-lifecycle","npm-install-checks","npm-package-arg","npm-packlist","npm-profile","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","query-string","qrcode-terminal","qw","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","request","retry","rimraf","semver","sha","slide","sorted-object","sorted-union-stream","ssri","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic","safe-buffer","worker-farm","tiny-relative-date","cli-columns"],"bin":{"npm":"./bin/npm-cli.js","npx":"./bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-pRDz3icKq70f4WxEUH/bHtI41j6RT1AlBizUA18c+gp7+JSisKnYJXkSHhq2hhmVDDG/BdD4EHazySEI1IUFyA==","shasum":"ea81495bc69db861b37b8472439165ac85eb2c14","tarball":"https://registry.npmjs.org/npm/-/npm-5.9.0-next.0.tgz","fileCount":5226,"unpackedSize":21623461,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIA5ijyDHqYP+W6Hc8JRU4vHNPikPwtajfiyl2nWxWpLMAiEA/LFq/ar5oiJ+zf/Ua21Z3iu9iRqcd+n3KqsGyMauhGA="}]}},"5.10.0-next.0":{"name":"npm","version":"5.10.0-next.0","dependencies":{"JSONStream":"^1.3.2","abbrev":"~1.1.1","ansi-regex":"~3.0.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.2.0","archy":"~1.0.0","bin-links":"^1.1.0","bluebird":"~3.5.1","byte-size":"^4.0.2","cacache":"^10.0.4","call-limit":"~1.1.0","chownr":"~1.0.1","cli-columns":"^3.1.2","cli-table2":"~0.2.0","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.11","detect-indent":"~5.0.0","detect-newline":"^2.1.0","dezalgo":"~1.0.3","editor":"~1.0.0","find-npm-prefix":"^1.0.2","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","gentle-fs":"^2.0.1","glob":"~7.1.2","graceful-fs":"~4.1.11","has-unicode":"~2.0.1","hosted-git-info":"^2.6.0","iferr":"~0.1.5","inflight":"~1.0.6","inherits":"~2.0.3","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"~1.0.0","json-parse-better-errors":"^1.0.2","lazy-property":"~1.0.0","libcipm":"^1.6.2","libnpx":"^10.1.1","lockfile":"~1.0.3","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"^4.1.2","meant":"~1.0.1","mississippi":"^3.0.0","mkdirp":"~0.5.1","move-concurrently":"^1.0.1","node-gyp":"^3.6.2","nopt":"~4.0.1","normalize-package-data":"~2.4.0","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-lifecycle":"^2.0.1","npm-package-arg":"~6.0.0","npm-packlist":"~1.1.10","npm-profile":"^3.0.1","npm-registry-client":"^8.5.1","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"~1.4.3","osenv":"^0.1.5","pacote":"^7.6.1","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"^0.12.0","query-string":"^5.1.1","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"^2.0.13","read-package-tree":"~5.1.6","readable-stream":"^2.3.6","request":"^2.85.0","retry":"~0.10.1","rimraf":"~2.6.2","safe-buffer":"~5.1.1","semver":"^5.5.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"^5.3.0","strip-ansi":"~4.0.0","tar":"^4.4.1","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","update-notifier":"^2.4.0","uuid":"^3.2.1","validate-npm-package-license":"^3.0.3","validate-npm-package-name":"~3.0.0","which":"~1.3.0","worker-farm":"^1.6.0","wrappy":"~1.0.2","write-file-atomic":"^2.3.0","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"^0.3.19","marked-man":"~0.2.1","npm-registry-couchapp":"^2.7.1","npm-registry-mock":"~1.1.0","require-inject":"~1.4.2","sprintf-js":"~1.1.1","standard":"~6.0.8","tacks":"~1.2.6","tap":"^11.1.3"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","byte-size","cacache","call-limit","bluebird","bin-links","chownr","cli-table2","cmd-shim","columnify","config-chain","debuglog","detect-indent","detect-newline","dezalgo","editor","find-npm-prefix","fs-vacuum","fs-write-stream-atomic","gentle-fs","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","is-cidr","json-parse-better-errors","JSONStream","lazy-property","libcipm","libnpx","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mkdirp","mississippi","move-concurrently","nopt","normalize-package-data","npm-cache-filename","npm-lifecycle","npm-install-checks","npm-package-arg","npm-packlist","npm-profile","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","query-string","qrcode-terminal","qw","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","request","retry","rimraf","semver","sha","slide","sorted-object","sorted-union-stream","ssri","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic","safe-buffer","worker-farm","tiny-relative-date","cli-columns","node-gyp"],"bin":{"npm":"./bin/npm-cli.js","npx":"./bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-amdPEffNOh+OSESjgfVfrYcLYC2mt6ID+VlGZryQJEkJ2YevUnAsS6CvIoTGNPAKG6wZUB0ix0zfEsDknFuKwg==","shasum":"67f90284ceb75f49f9b244529529334bdbcc426e","tarball":"https://registry.npmjs.org/npm/-/npm-5.10.0-next.0.tgz","fileCount":5224,"unpackedSize":21648929,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIATQnWInPt7ocDJKPM+F6bccsT3GxKQ9rDJJTrXJMxEAAiAVywsChz2y4Jn4vUYKo09kxfzFDi1iG6jy+9vdUrZVJg=="}]}},"6.0.0-next.1":{"name":"npm","version":"6.0.0-next.1","dependencies":{"JSONStream":"^1.3.2","abbrev":"~1.1.1","ansi-regex":"~3.0.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.2.0","archy":"~1.0.0","bin-links":"^1.1.2","bluebird":"~3.5.1","byte-size":"^4.0.2","cacache":"^11.0.1","call-limit":"~1.1.0","chownr":"~1.0.1","cli-columns":"^3.1.2","cli-table2":"~0.2.0","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.11","detect-indent":"~5.0.0","detect-newline":"^2.1.0","dezalgo":"~1.0.3","editor":"~1.0.0","figgy-pudding":"^3.1.0","find-npm-prefix":"^1.0.2","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","gentle-fs":"^2.0.1","glob":"~7.1.2","graceful-fs":"~4.1.11","has-unicode":"~2.0.1","hosted-git-info":"^2.6.0","iferr":"^1.0.0","inflight":"~1.0.6","inherits":"~2.0.3","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^2.0.5","json-parse-better-errors":"^1.0.2","lazy-property":"~1.0.0","libcipm":"^1.6.2","libnpmhook":"^4.0.1","libnpx":"^10.1.1","lockfile":"~1.0.3","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"^4.1.2","meant":"~1.0.1","mississippi":"^3.0.0","mkdirp":"~0.5.1","move-concurrently":"^1.0.1","node-gyp":"^3.6.2","nopt":"~4.0.1","normalize-package-data":"~2.4.0","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-lifecycle":"^2.0.1","npm-package-arg":"^6.1.0","npm-packlist":"~1.1.10","npm-pick-manifest":"^2.1.0","npm-profile":"^3.0.1","npm-registry-client":"^8.5.1","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"~1.4.3","osenv":"^0.1.5","pacote":"^8.0.0","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"^0.12.0","query-string":"^6.0.0","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"^2.0.13","read-package-tree":"^5.2.1","readable-stream":"^2.3.6","request":"^2.85.0","retry":"^0.12.0","rimraf":"~2.6.2","safe-buffer":"~5.1.1","semver":"^5.5.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"^6.0.0","strip-ansi":"~4.0.0","tar":"^4.4.1","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","update-notifier":"^2.4.0","uuid":"^3.2.1","validate-npm-package-license":"^3.0.3","validate-npm-package-name":"~3.0.0","which":"~1.3.0","worker-farm":"^1.6.0","wrappy":"~1.0.2","write-file-atomic":"^2.3.0","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"^0.3.19","marked-man":"~0.2.1","npm-registry-couchapp":"^2.7.1","npm-registry-mock":"~1.1.0","require-inject":"~1.4.2","sprintf-js":"~1.1.1","standard":"^11.0.1","tacks":"~1.2.6","tap":"^11.1.3"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","byte-size","cacache","call-limit","bluebird","bin-links","chownr","cli-table2","cmd-shim","columnify","config-chain","debuglog","detect-indent","detect-newline","dezalgo","editor","figgy-pudding","find-npm-prefix","fs-vacuum","fs-write-stream-atomic","gentle-fs","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","is-cidr","json-parse-better-errors","JSONStream","lazy-property","libcipm","libnpmhook","libnpx","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mkdirp","mississippi","move-concurrently","nopt","normalize-package-data","npm-cache-filename","npm-lifecycle","npm-install-checks","npm-package-arg","npm-packlist","npm-pick-manifest","npm-profile","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","query-string","qrcode-terminal","qw","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","request","retry","rimraf","semver","sha","slide","sorted-object","sorted-union-stream","ssri","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic","safe-buffer","worker-farm","tiny-relative-date","cli-columns","node-gyp"],"bin":{"npm":"./bin/npm-cli.js","npx":"./bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-heHAhspQ4W/pRFMSqBzl7aCTYH53m8uLVp/FdD7TKBl5vIk9nFTup37lk4CY0hYe/n5twBmcArqiMyNyXH0CsQ==","shasum":"13e907756be82236ea566eb7601afe2445dd633f","tarball":"https://registry.npmjs.org/npm/-/npm-6.0.0-next.1.tgz","fileCount":5948,"unpackedSize":26318355,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDGY6lXuDlErKdxWjvGS4H8bboaiwEFZupOjPpsiCdgVQIgRgneI2U8JNpO6nvxiJdlfUjpPwmwunLtmcHygyh2hmM="}]}},"6.0.0-next.2":{"name":"npm","version":"6.0.0-next.2","dependencies":{"JSONStream":"^1.3.2","abbrev":"~1.1.1","ansi-regex":"~3.0.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.2.0","archy":"~1.0.0","bin-links":"^1.1.2","bluebird":"~3.5.1","byte-size":"^4.0.2","cacache":"^11.0.1","call-limit":"~1.1.0","chownr":"~1.0.1","cli-columns":"^3.1.2","cli-table2":"~0.2.0","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.11","detect-indent":"~5.0.0","detect-newline":"^2.1.0","dezalgo":"~1.0.3","editor":"~1.0.0","figgy-pudding":"^3.1.0","find-npm-prefix":"^1.0.2","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","gentle-fs":"^2.0.1","glob":"~7.1.2","graceful-fs":"~4.1.11","has-unicode":"~2.0.1","hosted-git-info":"^2.6.0","iferr":"^1.0.0","inflight":"~1.0.6","inherits":"~2.0.3","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^2.0.5","json-parse-better-errors":"^1.0.2","lazy-property":"~1.0.0","libcipm":"^1.6.2","libnpmhook":"^4.0.1","libnpx":"^10.2.0","lockfile":"~1.0.3","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"^4.1.2","meant":"~1.0.1","mississippi":"^3.0.0","mkdirp":"~0.5.1","move-concurrently":"^1.0.1","node-gyp":"^3.6.2","nopt":"~4.0.1","normalize-package-data":"~2.4.0","npm-audit-report":"^1.0.5","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-lifecycle":"^2.0.1","npm-package-arg":"^6.1.0","npm-packlist":"~1.1.10","npm-pick-manifest":"^2.1.0","npm-profile":"^3.0.1","npm-registry-client":"^8.5.1","npm-registry-fetch":"^1.1.0","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"~1.4.3","osenv":"^0.1.5","pacote":"^8.1.0","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"^0.12.0","query-string":"^6.0.0","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"^2.0.13","read-package-tree":"^5.2.1","readable-stream":"^2.3.6","request":"^2.85.0","retry":"^0.12.0","rimraf":"~2.6.2","safe-buffer":"~5.1.1","semver":"^5.5.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"^6.0.0","strip-ansi":"~4.0.0","tar":"^4.4.1","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","update-notifier":"^2.4.0","uuid":"^3.2.1","validate-npm-package-license":"^3.0.3","validate-npm-package-name":"~3.0.0","which":"~1.3.0","worker-farm":"^1.6.0","wrappy":"~1.0.2","write-file-atomic":"^2.3.0","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"^0.3.19","marked-man":"~0.2.1","npm-registry-couchapp":"^2.7.1","npm-registry-mock":"~1.1.0","require-inject":"~1.4.2","sprintf-js":"~1.1.1","standard":"^11.0.1","tacks":"~1.2.6","tap":"^11.1.3"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","byte-size","cacache","call-limit","bluebird","bin-links","chownr","cli-table2","cmd-shim","columnify","config-chain","debuglog","detect-indent","detect-newline","dezalgo","editor","figgy-pudding","find-npm-prefix","fs-vacuum","fs-write-stream-atomic","gentle-fs","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","is-cidr","json-parse-better-errors","JSONStream","lazy-property","libcipm","libnpmhook","libnpx","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mkdirp","mississippi","move-concurrently","nopt","normalize-package-data","npm-audit-report","npm-cache-filename","npm-lifecycle","npm-install-checks","npm-package-arg","npm-packlist","npm-pick-manifest","npm-profile","npm-registry-client","npm-registry-fetch","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","query-string","qrcode-terminal","qw","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","request","retry","rimraf","semver","sha","slide","sorted-object","sorted-union-stream","ssri","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic","safe-buffer","worker-farm","tiny-relative-date","cli-columns","node-gyp"],"bin":{"npm":"./bin/npm-cli.js","npx":"./bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-TJujr52qI+M0EVkuLxegNF0EI5y3ecKF6cimOMhFwz33kbeiXObqzRsEyp0A0KsSfUDzPYmz/GF3uH7FZfVsDA==","shasum":"b5c41b658f1f58e722b9249664ee7305dad65ea2","tarball":"https://registry.npmjs.org/npm/-/npm-6.0.0-next.2.tgz","fileCount":6441,"unpackedSize":28910769,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa2rs2CRA9TVsSAnZWagAAti0P/islMl51FfEgnBhq6FRa\n6R4J+liz9YJHyDcyaP4KL9HcOyRvIPwsvQcGozLHK6RLAMUtAOLTEQBv0WXq\nrBrczx//akL2auD6PEOIAEihFNuvXOAxZ5r+shEnBylGgnqPxg5+xlCWCMik\nJuqGOrpibQ4E9YwoGDorrxRJWVXiIrmDeXCRN6E46jxpBpcDxco3Zx9+TeqG\nAu7Kky77eJL9Dwzo5dfeMI3Xp9EgpyramQ3Dh/+oh+VW6hnAI9wV8pABPRu7\nFaDTx1WJ2UtqLiW8YQMXtM1WwrdTj0Sfoe5iyWEQ9Y6CrUPPdxYV2gNR2/UU\nFeQjPTqmaaJz6ncki3Gq7kflKCPEyhxYJCp6neZzv/sAE1KthPWh5PWuUERH\nZt7DlLfKO0/DIfKACVrr5j8cM97F/tvmhbVphZoqdokY1U3xwt/vPuhtv6ek\n5e6JDKXazjzYuX3h+6889tWLJ2QCPKTxCTLmq3TGgrsxZQkgZHisje10ovuU\nvgMgP3n95fIpU1z7qBOD0GFXZuM1MRDZHGOndplpmuhysZsZhzx9dKl5xGrm\naq1Ob+Uf4LDocRjivrOc3yE4sUzyUMtjLX88z5hrK2oElZWCNCsNtE5lC2XI\nNfBsSeoujXOewq+u6C7U9K380QtIHjWBIveG5lAipVYjvwQ4t6JBxmG9NXmd\n6ar9\r\n=/3Xz\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCto6zfXiPntMH/spMX4Xw0fzct/kL2I/DjxG0tce+OIQIhAJStgYmmaik9W6161MNexlpKdBcIu/qQ22/XD0BNmQw4"}]}},"6.0.0":{"name":"npm","version":"6.0.0","dependencies":{"JSONStream":"^1.3.2","abbrev":"~1.1.1","ansi-regex":"~3.0.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.2.0","archy":"~1.0.0","bin-links":"^1.1.2","bluebird":"~3.5.1","byte-size":"^4.0.2","cacache":"^11.0.1","call-limit":"~1.1.0","chownr":"~1.0.1","cli-columns":"^3.1.2","cli-table2":"~0.2.0","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.11","detect-indent":"~5.0.0","detect-newline":"^2.1.0","dezalgo":"~1.0.3","editor":"~1.0.0","figgy-pudding":"^3.1.0","find-npm-prefix":"^1.0.2","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","gentle-fs":"^2.0.1","glob":"~7.1.2","graceful-fs":"~4.1.11","has-unicode":"~2.0.1","hosted-git-info":"^2.6.0","iferr":"^1.0.0","inflight":"~1.0.6","inherits":"~2.0.3","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^2.0.5","json-parse-better-errors":"^1.0.2","lazy-property":"~1.0.0","libcipm":"^1.6.2","libnpmhook":"^4.0.1","libnpx":"^10.2.0","lockfile":"~1.0.3","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"^4.1.2","meant":"~1.0.1","mississippi":"^3.0.0","mkdirp":"~0.5.1","move-concurrently":"^1.0.1","node-gyp":"^3.6.2","nopt":"~4.0.1","normalize-package-data":"~2.4.0","npm-audit-report":"^1.0.5","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-lifecycle":"^2.0.1","npm-package-arg":"^6.1.0","npm-packlist":"~1.1.10","npm-pick-manifest":"^2.1.0","npm-profile":"^3.0.1","npm-registry-client":"^8.5.1","npm-registry-fetch":"^1.1.0","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"~1.4.3","osenv":"^0.1.5","pacote":"^8.1.0","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"^0.12.0","query-string":"^6.0.0","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"^2.0.13","read-package-tree":"^5.2.1","readable-stream":"^2.3.6","request":"^2.85.0","retry":"^0.12.0","rimraf":"~2.6.2","safe-buffer":"~5.1.1","semver":"^5.5.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"^6.0.0","strip-ansi":"~4.0.0","tar":"^4.4.1","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","update-notifier":"^2.4.0","uuid":"^3.2.1","validate-npm-package-license":"^3.0.3","validate-npm-package-name":"~3.0.0","which":"~1.3.0","worker-farm":"^1.6.0","wrappy":"~1.0.2","write-file-atomic":"^2.3.0","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"^0.3.19","marked-man":"~0.2.1","npm-registry-couchapp":"^2.7.1","npm-registry-mock":"~1.1.0","require-inject":"~1.4.2","sprintf-js":"~1.1.1","standard":"^11.0.1","tacks":"~1.2.6","tap":"^11.1.3"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","byte-size","cacache","call-limit","bluebird","bin-links","chownr","cli-table2","cmd-shim","columnify","config-chain","debuglog","detect-indent","detect-newline","dezalgo","editor","figgy-pudding","find-npm-prefix","fs-vacuum","fs-write-stream-atomic","gentle-fs","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","is-cidr","json-parse-better-errors","JSONStream","lazy-property","libcipm","libnpmhook","libnpx","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mkdirp","mississippi","move-concurrently","nopt","normalize-package-data","npm-audit-report","npm-cache-filename","npm-lifecycle","npm-install-checks","npm-package-arg","npm-packlist","npm-pick-manifest","npm-profile","npm-registry-client","npm-registry-fetch","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","query-string","qrcode-terminal","qw","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","request","retry","rimraf","semver","sha","slide","sorted-object","sorted-union-stream","ssri","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic","safe-buffer","worker-farm","tiny-relative-date","cli-columns","node-gyp"],"bin":{"npm":"./bin/npm-cli.js","npx":"./bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-EtM7gNAgMdQeUh8SW2bsaogywVS37lPhf2GYAf2vxR1pktxxT02CW8BHrx59MSbG3ZrRBbcOhpe03gts+eAbdA==","shasum":"f5518c860ab91586db2a24aad4de1433cda108d9","tarball":"https://registry.npmjs.org/npm/-/npm-6.0.0.tgz","fileCount":6441,"unpackedSize":28910190,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa3sVCCRA9TVsSAnZWagAAOfgP/ReK3Z4NzWUj4TM665+M\noySG5xqgeGFMpXYR6NwQJaF5gaHEmDzAxiBOntspo577/vQMSY5TfvA1WlVX\nvr9qFyM+EpAeHDFQnmAuNRtScxOv93ymtfM4hZ0FTt2kV19WhI2ofAGQ4P7e\n8PJZn1Wa0Z0ZE02ic683O5FHALJ1ihkTXG6XZAaDcD+FGllQtF0IavhsKBLr\nQC8uaP3rwtdutStbE5dSK3Nox0S4zoFYwGn3l4yf4Wm7wOR7YS/GBM6JDytA\n9jqlYMIjYbM1AAlLpSFkOOS0M65w0yDYAoGaFjq4cBGIW9Uzqqip4xaliy+O\nWizHiN5oV1+vsoSzVttFOg6doqgdbdr1xPB9zB/vKnzrGScam7X+d+Jls2BR\nEmvJuGkwXolZJCPxrFEacw0Q65hWKaEdB2d7QM8NxE7lxTjtcoAFs0dsCroC\nU9VCXrPySOmDnnTxYYuQI78Y2n9IvlMd7z3XDxk1GUfIhPJhkxBuShC0ppmC\noHVoc4C2DyUZwpmGfd2p9q3N9dQyVOeHOsnQdKEsPgfq5Y1ZW3rxU94ohd9a\ns1tl6j8teas7Y5zyrKmHvRXdNiOZNuFd0XcSPrJ8QElmGmEFfAT47RzVnmdJ\nBSy6pg7fqW+WjMCQgWmQKOKwc8TN6zrEU9GtPg8e5Lahf6WMFzTpIq16z6bC\nfe2S\r\n=deKQ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIELSpq46+MqL4ksdoy4PHmTbIZEjMQKyQree9q0JVbpjAiBcb+Qb5WPSymjimtRt3Z2yWAJwKN040X8lSYwWyCvAyg=="}]}},"6.0.1-next.0":{"name":"npm","version":"6.0.1-next.0","dependencies":{"JSONStream":"^1.3.2","abbrev":"~1.1.1","ansi-regex":"~3.0.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.2.0","archy":"~1.0.0","bin-links":"^1.1.2","bluebird":"~3.5.1","byte-size":"^4.0.2","cacache":"^11.0.1","call-limit":"~1.1.0","chownr":"~1.0.1","cli-columns":"^3.1.2","cli-table2":"~0.2.0","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.11","detect-indent":"~5.0.0","detect-newline":"^2.1.0","dezalgo":"~1.0.3","editor":"~1.0.0","figgy-pudding":"^3.1.0","find-npm-prefix":"^1.0.2","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","gentle-fs":"^2.0.1","glob":"~7.1.2","graceful-fs":"~4.1.11","has-unicode":"~2.0.1","hosted-git-info":"^2.6.0","iferr":"^1.0.0","inflight":"~1.0.6","inherits":"~2.0.3","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^2.0.5","json-parse-better-errors":"^1.0.2","lazy-property":"~1.0.0","libcipm":"^1.6.2","libnpmhook":"^4.0.1","libnpx":"^10.2.0","lock-verify":"^2.0.2","lockfile":"^1.0.4","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"^4.1.2","meant":"~1.0.1","mississippi":"^3.0.0","mkdirp":"~0.5.1","move-concurrently":"^1.0.1","node-gyp":"^3.6.2","nopt":"~4.0.1","normalize-package-data":"~2.4.0","npm-audit-report":"^1.0.8","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-lifecycle":"^2.0.1","npm-package-arg":"^6.1.0","npm-packlist":"~1.1.10","npm-pick-manifest":"^2.1.0","npm-profile":"^3.0.1","npm-registry-client":"^8.5.1","npm-registry-fetch":"^1.1.0","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"~1.4.3","osenv":"^0.1.5","pacote":"^8.1.1","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"^0.12.0","query-string":"^6.1.0","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"^2.0.13","read-package-tree":"^5.2.1","readable-stream":"^2.3.6","request":"^2.85.0","retry":"^0.12.0","rimraf":"~2.6.2","safe-buffer":"^5.1.2","semver":"^5.5.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"^6.0.0","strip-ansi":"~4.0.0","tar":"^4.4.2","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","update-notifier":"^2.5.0","uuid":"^3.2.1","validate-npm-package-license":"^3.0.3","validate-npm-package-name":"~3.0.0","which":"~1.3.0","worker-farm":"^1.6.0","wrappy":"~1.0.2","write-file-atomic":"^2.3.0","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"^0.3.19","marked-man":"~0.2.1","npm-registry-couchapp":"^2.7.1","npm-registry-mock":"~1.1.0","require-inject":"~1.4.2","sprintf-js":"~1.1.1","standard":"^11.0.1","tacks":"~1.2.6","tap":"^11.1.4"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","byte-size","cacache","call-limit","bluebird","bin-links","chownr","cli-table2","cmd-shim","columnify","config-chain","debuglog","detect-indent","detect-newline","dezalgo","editor","figgy-pudding","find-npm-prefix","fs-vacuum","fs-write-stream-atomic","gentle-fs","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","is-cidr","json-parse-better-errors","JSONStream","lazy-property","libcipm","libnpmhook","libnpx","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mkdirp","mississippi","move-concurrently","nopt","normalize-package-data","npm-audit-report","npm-cache-filename","npm-lifecycle","npm-install-checks","npm-package-arg","npm-packlist","npm-pick-manifest","npm-profile","npm-registry-client","npm-registry-fetch","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","query-string","qrcode-terminal","qw","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","request","retry","rimraf","semver","sha","slide","sorted-object","sorted-union-stream","ssri","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic","safe-buffer","worker-farm","tiny-relative-date","cli-columns","node-gyp","lock-verify"],"bin":{"npm":"./bin/npm-cli.js","npx":"./bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-b/aYArofn6jCzTyKbTuvgh3DYxjwdVxcyM5Rbwg1NLNdYZNFg3eD+gKXm6JfUxBZLDaPh9wPZx8J4CcW102/JA==","shasum":"23ad49793ca2a98bfff56c0b534a90b61e080f30","tarball":"https://registry.npmjs.org/npm/-/npm-6.0.1-next.0.tgz","fileCount":6454,"unpackedSize":28972283,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa7MmDCRA9TVsSAnZWagAAaTIP/3WXxZ6xNNWHUBuKcE9T\na8uqzSDcnVhzm9fA2T/w715GTJZjXLP6b4/mmVWcCA4MCYzY5jOuH2wFv85S\nmdJnvqJ5mZ5IuGOHJz2kVrbavsS0wb7xoxZgsyjoO8JszfoNG6VeShoJcV/z\n5AFYV3nkDtELa61/NP8v6UbH3EhFYM7AmnMcDHeP3xxuLMawXjp4dqUaHHCv\nhypj8x00aTnptX1rdFC7iAVAjD0bmXGPRdXS6ThLz9z119ns7xfYCVb3f/SE\no3yfqLqSFWWLM61S5JZXkMiVkqLcLf197zet9bgVXNFuX5FP/vCdBJKIFiKJ\n+tgQbJiqeCW9EK2+S3VloLKKvwhbtvE35KuyCUn7lfm5l//pLawRdLsnWMsK\nXbZuHeyGR//qDQrSxjYPgqwvyrgqbKUTmo7RBz1f3/kU3+FB0LkwGYRH99pQ\no0Xp9yKWOeldMR8BMBS2FxkLv86S045RSkyfzEvNLCbUSKo6YxbAUs3JMuUc\n+YxFuRsK4cRmoDd5fYdIfNpEnJ0ANNUs2r8iOy9TbtgXB2AscLrBYtW+Cpir\n/Kr24yGui/CYRN58r5aaKpugYD2PT/sdR5f3qHN95LyenRcBR9wYPiFYvKEf\nkqRanB+BzIJVEvoXS/Cnr+TwLBYSE2ffsITYs4M70mFGzFApBGKggZmhPOkc\nTFT1\r\n=kWxP\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDylVatPoetK/m6xotsQcDe+aWzL+Q4ztOK6jPdupS1YQIhAIhtFHP/4bhBW/R2TZuZdeZR4HXBWL2hBwqV9pXQqweL"}]}},"5.10.0-next.1":{"name":"npm","version":"5.10.0-next.1","dependencies":{"JSONStream":"^1.3.2","abbrev":"~1.1.1","ansi-regex":"~3.0.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.2.0","archy":"~1.0.0","bin-links":"^1.1.0","bluebird":"~3.5.1","byte-size":"^4.0.2","cacache":"^10.0.4","call-limit":"~1.1.0","chownr":"~1.0.1","cli-columns":"^3.1.2","cli-table2":"~0.2.0","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.11","detect-indent":"~5.0.0","detect-newline":"^2.1.0","dezalgo":"~1.0.3","editor":"~1.0.0","find-npm-prefix":"^1.0.2","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","gentle-fs":"^2.0.1","glob":"~7.1.2","graceful-fs":"~4.1.11","has-unicode":"~2.0.1","hosted-git-info":"^2.6.0","iferr":"~0.1.5","inflight":"~1.0.6","inherits":"~2.0.3","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"~1.0.0","json-parse-better-errors":"^1.0.2","lazy-property":"~1.0.0","libcipm":"^1.6.2","libnpx":"^10.2.0","lock-verify":"^2.0.2","lockfile":"^1.0.4","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"^4.1.2","meant":"~1.0.1","mississippi":"^3.0.0","mkdirp":"~0.5.1","move-concurrently":"^1.0.1","node-gyp":"^3.6.2","nopt":"~4.0.1","normalize-package-data":"~2.4.0","npm-audit-report":"^1.0.9","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-lifecycle":"^2.0.1","npm-package-arg":"^6.1.0","npm-packlist":"~1.1.10","npm-profile":"^3.0.1","npm-registry-client":"^8.5.1","npm-registry-fetch":"^1.1.0","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"~1.4.3","osenv":"^0.1.5","pacote":"^7.6.1","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"^0.12.0","query-string":"^6.1.0","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"^2.0.13","read-package-tree":"^5.2.1","readable-stream":"^2.3.6","request":"^2.85.0","retry":"^0.12.0","rimraf":"~2.6.2","safe-buffer":"^5.1.2","semver":"^5.5.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"^5.3.0","strip-ansi":"~4.0.0","tar":"^4.4.2","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","update-notifier":"^2.5.0","uuid":"^3.2.1","validate-npm-package-license":"^3.0.3","validate-npm-package-name":"~3.0.0","which":"~1.3.0","worker-farm":"^1.6.0","wrappy":"~1.0.2","write-file-atomic":"^2.3.0","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"^0.3.19","marked-man":"~0.2.1","npm-registry-couchapp":"^2.7.1","npm-registry-mock":"~1.1.0","require-inject":"~1.4.2","sprintf-js":"~1.1.1","standard":"~6.0.8","tacks":"~1.2.6","tap":"^11.1.4"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","byte-size","cacache","call-limit","bluebird","bin-links","chownr","cli-table2","cmd-shim","columnify","config-chain","debuglog","detect-indent","detect-newline","dezalgo","editor","find-npm-prefix","fs-vacuum","fs-write-stream-atomic","gentle-fs","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","is-cidr","json-parse-better-errors","JSONStream","lazy-property","libcipm","libnpx","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mkdirp","mississippi","move-concurrently","nopt","normalize-package-data","npm-cache-filename","npm-lifecycle","npm-install-checks","npm-package-arg","npm-packlist","npm-profile","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","query-string","qrcode-terminal","qw","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","request","retry","rimraf","semver","sha","slide","sorted-object","sorted-union-stream","ssri","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic","safe-buffer","worker-farm","tiny-relative-date","cli-columns","node-gyp","npm-audit-report","npm-registry-fetch","lock-verify"],"bin":{"npm":"./bin/npm-cli.js","npx":"./bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-bLjOCMbYFnMRFVOO9A4x9Nms8VvNgznF/G1YAAeXyHUTjFw5Kfbv+QqiDt9uhxuMRptlaLG+eTgm8AvoLXtpfA==","shasum":"e2d7daef9f34336c61cabdc55a3ef8c0fef78a99","tarball":"https://registry.npmjs.org/npm/-/npm-5.10.0-next.1.tgz","fileCount":5647,"unpackedSize":23993502,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa8OGxCRA9TVsSAnZWagAARrQP/00gGrlMUWSUcGa+QPKH\nCrgcPFrIIz1/gEbpNOsfXYVyeBbIKntbAH8zncj5NJrQwG6fuGNt1LwJty2/\nUI9qdOWM6xJCyz//G+Mf6VkaPtYaZmN5yOM9ixPUPrKSJhK5v1gqmOt6biWs\nLXoH66TtUNhwbadD0wU3mRor2UXdtsYveWVBfqBxptY/2YbT3EHXJ9Hh4AQe\nn7vxJ3BZRuPl8m7S6yZ98zzjVHqJ7kIqfnescpNtPCLNt2pH8RjAw0fRY9x6\nUYmFVTGC+AsUPKDafFSIOPrrExkR5YEJgbaHiYzs6IuloZGlHSw33SIERgC9\nMD992XyGjnHozeA0G5vW7RYe1CAjWNlLCHqQVrTmboHsYT+2othCL6x9p7qa\nZ6BbOP3HcK5HaYbxAcSI+9MvmgT2u65rRbl2LJK/H5aUNepgjYWG/7YUynur\njz4eZqKBE4Pz/jnGD2rhrUuAmd8BKJ6JS1NLTU5bvR6ScCHE4ktt9tHxwIod\njd6Cu8kLT/vLpj7FtD+8qtcjaOKG3DNOF/la9xf9yKv1kZK64y6UFl3fBppV\newiMZOZXWQyQiWDQzUe/3ApJXwg/Jz2O0gZxIuGPjIFQca8tL/j4kXI9Tpsv\nDHrO/CReupgY3JY+MMZaRDSlUwk1yEFARpy//WJjhJA6HdAZL0LVQHa+9GsF\ngUmG\r\n=QOIg\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDFENT2TY5RWOrxfH1/lCKrTSsCfrJz+jt/NMWLKCNj8QIgeBPAFALKbSgWr8LPzQep7rJvuDw8ngkMysPtoXBvZUs="}]}},"6.0.1":{"name":"npm","version":"6.0.1","dependencies":{"JSONStream":"^1.3.2","abbrev":"~1.1.1","ansi-regex":"~3.0.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.2.0","archy":"~1.0.0","bin-links":"^1.1.2","bluebird":"~3.5.1","byte-size":"^4.0.2","cacache":"^11.0.1","call-limit":"~1.1.0","chownr":"~1.0.1","cli-columns":"^3.1.2","cli-table2":"~0.2.0","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.11","detect-indent":"~5.0.0","detect-newline":"^2.1.0","dezalgo":"~1.0.3","editor":"~1.0.0","figgy-pudding":"^3.1.0","find-npm-prefix":"^1.0.2","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","gentle-fs":"^2.0.1","glob":"~7.1.2","graceful-fs":"~4.1.11","has-unicode":"~2.0.1","hosted-git-info":"^2.6.0","iferr":"^1.0.0","inflight":"~1.0.6","inherits":"~2.0.3","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^2.0.5","json-parse-better-errors":"^1.0.2","lazy-property":"~1.0.0","libcipm":"^1.6.2","libnpmhook":"^4.0.1","libnpx":"^10.2.0","lock-verify":"^2.0.2","lockfile":"^1.0.4","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"^4.1.2","meant":"~1.0.1","mississippi":"^3.0.0","mkdirp":"~0.5.1","move-concurrently":"^1.0.1","node-gyp":"^3.6.2","nopt":"~4.0.1","normalize-package-data":"~2.4.0","npm-audit-report":"^1.0.8","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-lifecycle":"^2.0.1","npm-package-arg":"^6.1.0","npm-packlist":"~1.1.10","npm-pick-manifest":"^2.1.0","npm-profile":"^3.0.1","npm-registry-client":"^8.5.1","npm-registry-fetch":"^1.1.0","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"~1.4.3","osenv":"^0.1.5","pacote":"^8.1.1","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"^0.12.0","query-string":"^6.1.0","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"^2.0.13","read-package-tree":"^5.2.1","readable-stream":"^2.3.6","request":"^2.85.0","retry":"^0.12.0","rimraf":"~2.6.2","safe-buffer":"^5.1.2","semver":"^5.5.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"^6.0.0","strip-ansi":"~4.0.0","tar":"^4.4.2","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","update-notifier":"^2.5.0","uuid":"^3.2.1","validate-npm-package-license":"^3.0.3","validate-npm-package-name":"~3.0.0","which":"~1.3.0","worker-farm":"^1.6.0","wrappy":"~1.0.2","write-file-atomic":"^2.3.0","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"^0.3.19","marked-man":"~0.2.1","npm-registry-couchapp":"^2.7.1","npm-registry-mock":"~1.1.0","require-inject":"~1.4.2","sprintf-js":"~1.1.1","standard":"^11.0.1","tacks":"~1.2.6","tap":"^11.1.4"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","byte-size","cacache","call-limit","bluebird","bin-links","chownr","cli-table2","cmd-shim","columnify","config-chain","debuglog","detect-indent","detect-newline","dezalgo","editor","figgy-pudding","find-npm-prefix","fs-vacuum","fs-write-stream-atomic","gentle-fs","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","is-cidr","json-parse-better-errors","JSONStream","lazy-property","libcipm","libnpmhook","libnpx","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mkdirp","mississippi","move-concurrently","nopt","normalize-package-data","npm-audit-report","npm-cache-filename","npm-lifecycle","npm-install-checks","npm-package-arg","npm-packlist","npm-pick-manifest","npm-profile","npm-registry-client","npm-registry-fetch","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","query-string","qrcode-terminal","qw","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","request","retry","rimraf","semver","sha","slide","sorted-object","sorted-union-stream","ssri","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic","safe-buffer","worker-farm","tiny-relative-date","cli-columns","node-gyp","lock-verify"],"bin":{"npm":"./bin/npm-cli.js","npx":"./bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-N3uW8jeIXIBp5G3Q6Yu3TTN1ss6BUWuDTHk2JkdTUGaUf0AwKdtVs63O5B75C9NNn7y/7tMpkMCE++xpRhjUBw==","shasum":"13b8850d5521daf39924600ad87220fcb6636d81","tarball":"https://registry.npmjs.org/npm/-/npm-6.0.1.tgz","fileCount":6454,"unpackedSize":28972942,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa88XACRA9TVsSAnZWagAArf8P/R8yyGLaatNojufzBTKq\n4HQm5kWk347x+mqe7q3wau9zYcKhRACuRlAS2uLbWGEq91eYQdRveZPQh8wp\nTgmugsy22tTO89jFWSL12clJi/YnIbSNKblsnOlZane6X18FLUY342Yx1ph8\nt/Gbxwj6V0A3IxQ1/G1vlfYERksa1PEfBhKZA3MPvNpwTsfW5SDiqqL4hl0H\n9HS70Tcvu8wlOjrFzrzePesmeavNhNuydxA6PmXKBCtzDUHWKyuFuuj2y4s8\nEP+8gAwi4bESvocH6t8Qb9qO6DDO8VXnSwOmB+XeoGeQXthRfQhsu+D4Q8FG\nJCQwwtg0004m1Cs7qBl9lZ2KfDtv9PeP4UZEBbPAWkrWd58fJP1SgvYoryBJ\n0mYRnFlZJVtbOePZzqbyERFQQpzLB4OQwvAxIaKjV/aw3pqZ+0SqYqipxEEj\nT14PbF2yhpsrzvpWAHCDCjpza6lH1swkjPAOLH1yjV/FM0DmuElBMee/Q3zO\n4JPTwyJOKzdmvubeXc7RXgpuxCgTiSCPeE1lR1pk6MoqcpmwpCam8NIivqcB\nfz+/ySj0rJlUirvRbjTpkTOYudx6o9FcBXZYqS4HnuEeJF6gHAVbYxLu9T8k\nS3ZbUJpAHaBmjxQNkUgOcDh5OgeqkiX74EL9Le9WKXyoNqddPNuBhIcgFAj0\nZKqL\r\n=7fgP\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD6GTtRf/ElyBQbQEa37MivpmK6bKU0PWomNSdhDo5qyAIhAKGXC0CLpeX9tM/3bVG7ExIDzp5qY4YVUlTAIldniCDZ"}]}},"5.10.0":{"name":"npm","version":"5.10.0","dependencies":{"JSONStream":"^1.3.2","abbrev":"~1.1.1","ansi-regex":"~3.0.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.2.0","archy":"~1.0.0","bin-links":"^1.1.0","bluebird":"~3.5.1","byte-size":"^4.0.2","cacache":"^10.0.4","call-limit":"~1.1.0","chownr":"~1.0.1","cli-columns":"^3.1.2","cli-table2":"~0.2.0","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.11","detect-indent":"~5.0.0","detect-newline":"^2.1.0","dezalgo":"~1.0.3","editor":"~1.0.0","find-npm-prefix":"^1.0.2","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","gentle-fs":"^2.0.1","glob":"~7.1.2","graceful-fs":"~4.1.11","has-unicode":"~2.0.1","hosted-git-info":"^2.6.0","iferr":"~0.1.5","inflight":"~1.0.6","inherits":"~2.0.3","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"~1.0.0","json-parse-better-errors":"^1.0.2","lazy-property":"~1.0.0","libcipm":"^1.6.2","libnpx":"^10.2.0","lock-verify":"^2.0.2","lockfile":"^1.0.4","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"^4.1.2","meant":"~1.0.1","mississippi":"^3.0.0","mkdirp":"~0.5.1","move-concurrently":"^1.0.1","node-gyp":"^3.6.2","nopt":"~4.0.1","normalize-package-data":"~2.4.0","npm-audit-report":"^1.0.9","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-lifecycle":"^2.0.1","npm-package-arg":"^6.1.0","npm-packlist":"~1.1.10","npm-profile":"^3.0.1","npm-registry-client":"^8.5.1","npm-registry-fetch":"^1.1.0","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"~1.4.3","osenv":"^0.1.5","pacote":"^7.6.1","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"^0.12.0","query-string":"^6.1.0","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"^2.0.13","read-package-tree":"^5.2.1","readable-stream":"^2.3.6","request":"^2.85.0","retry":"^0.12.0","rimraf":"~2.6.2","safe-buffer":"^5.1.2","semver":"^5.5.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"^5.3.0","strip-ansi":"~4.0.0","tar":"^4.4.2","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","update-notifier":"^2.5.0","uuid":"^3.2.1","validate-npm-package-license":"^3.0.3","validate-npm-package-name":"~3.0.0","which":"~1.3.0","worker-farm":"^1.6.0","wrappy":"~1.0.2","write-file-atomic":"^2.3.0","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"^0.3.19","marked-man":"~0.2.1","npm-registry-couchapp":"^2.7.1","npm-registry-mock":"~1.1.0","require-inject":"~1.4.2","sprintf-js":"~1.1.1","standard":"~6.0.8","tacks":"~1.2.6","tap":"^11.1.4"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","byte-size","cacache","call-limit","bluebird","bin-links","chownr","cli-table2","cmd-shim","columnify","config-chain","debuglog","detect-indent","detect-newline","dezalgo","editor","find-npm-prefix","fs-vacuum","fs-write-stream-atomic","gentle-fs","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","is-cidr","json-parse-better-errors","JSONStream","lazy-property","libcipm","libnpx","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mkdirp","mississippi","move-concurrently","nopt","normalize-package-data","npm-cache-filename","npm-lifecycle","npm-install-checks","npm-package-arg","npm-packlist","npm-profile","npm-registry-client","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","query-string","qrcode-terminal","qw","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","request","retry","rimraf","semver","sha","slide","sorted-object","sorted-union-stream","ssri","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic","safe-buffer","worker-farm","tiny-relative-date","cli-columns","node-gyp","npm-audit-report","npm-registry-fetch","lock-verify"],"bin":{"npm":"./bin/npm-cli.js","npx":"./bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-lvjvjgR5wG2RJ2uqak1xtZcVAWMwVOzN5HkUlUj/n8rU1f3A0fNn+7HwOzH9Lyf0Ppyu9ApgsEpHczOSnx1cwA==","shasum":"3bec62312c94a9b0f48f208e00b98bf0304b40db","tarball":"https://registry.npmjs.org/npm/-/npm-5.10.0.tgz","fileCount":5662,"unpackedSize":24502779,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa9gqLCRA9TVsSAnZWagAANj0P/ReAecYTXt3JYyeu8wzt\n00Zsgrhn5gtp3fjSAies2btf4JPEQE/nun7rku7jn3WvI7XMcV0GeK/rL4np\ndjGjiQMVOWg03X1vqYWp5iRQ0BimZGP0pEmbiHodvUyBclZTec7ZjNf57VHc\n1qTMP6cTgjGfymgdMeuuwkvafhIB/XS32mXK4K5/8UXVY1wwTdX1iXKURqQ/\nHixKH+AbVt05WhPnnw+g0Ia/yEVNzu34JuvPPnVGCHY6R7FrMHn0ZmFzQMXQ\ny6HGIhCxRp4FgGaT3E+jYtQtModHXL45nIp3Kdlu6xdZC2T0jS1nFCVtohAx\n3oD9dC9Yu7vaf0/7aOCzrs7hQp9cKM7LY229dQkp2mIBHwvXZOtjCeMLm98r\nWikfCYd9hB+Jv3dxXOt1NSoOPHaY4F0Aq3bPeI+1f9XD6nI8bVG66p0T+Lii\nAedyxq/00EbwcKeIQ3j04xQUWdxwCHvxuXR8naej7G5OYEC6qfu9x4TEacmR\nRinU/nU6jrcSqbcGbSadNd/B2Okdt4wfKmi3CaIW054wIdKoagAqux0DMHin\n0wu9GjVIZXvr0pHftYRPtsYQxw9usbKOaQ2qK2nmqv/IwYJ+pGgZOnhhEaHS\n2TEy35SzXKFDjloRuh1PoF6EsVAAoH1FIV5NOFZ0EP0gk+zf5+dppcECuynt\n2n2n\r\n=uFVr\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFlZPknUSGsiS50ZftngAQGHkXP9St9Db0PdzpJHV8OfAiBJ5BqNE0qb7fDJyOhjgn83ANLT1+luEHvCc6QAt+fzyA=="}]}},"6.1.0-next.0":{"name":"npm","version":"6.1.0-next.0","dependencies":{"JSONStream":"^1.3.2","abbrev":"~1.1.1","ansi-regex":"~3.0.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.2.0","archy":"~1.0.0","bin-links":"^1.1.2","bluebird":"~3.5.1","byte-size":"^4.0.3","cacache":"^11.0.2","call-limit":"~1.1.0","chownr":"~1.0.1","cli-columns":"^3.1.2","cli-table2":"~0.2.0","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.11","detect-indent":"~5.0.0","detect-newline":"^2.1.0","dezalgo":"~1.0.3","editor":"~1.0.0","figgy-pudding":"^3.1.0","find-npm-prefix":"^1.0.2","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","gentle-fs":"^2.0.1","glob":"~7.1.2","graceful-fs":"~4.1.11","has-unicode":"~2.0.1","hosted-git-info":"^2.6.0","iferr":"^1.0.0","inflight":"~1.0.6","inherits":"~2.0.3","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^2.0.5","json-parse-better-errors":"^1.0.2","lazy-property":"~1.0.0","libcipm":"^1.6.2","libnpmhook":"^4.0.1","libnpx":"^10.2.0","lock-verify":"^2.0.2","lockfile":"^1.0.4","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"^4.1.3","meant":"~1.0.1","mississippi":"^3.0.0","mkdirp":"~0.5.1","move-concurrently":"^1.0.1","node-gyp":"^3.6.2","nopt":"~4.0.1","normalize-package-data":"~2.4.0","npm-audit-report":"^1.2.1","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-lifecycle":"^2.0.3","npm-package-arg":"^6.1.0","npm-packlist":"~1.1.10","npm-pick-manifest":"^2.1.0","npm-profile":"^3.0.1","npm-registry-client":"^8.5.1","npm-registry-fetch":"^1.1.0","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"~1.4.3","osenv":"^0.1.5","pacote":"^8.1.1","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"^0.12.0","query-string":"^6.1.0","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"^2.0.13","read-package-tree":"^5.2.1","readable-stream":"^2.3.6","request":"^2.86.0","retry":"^0.12.0","rimraf":"~2.6.2","safe-buffer":"^5.1.2","semver":"^5.5.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"^6.0.0","strip-ansi":"~4.0.0","tar":"^4.4.2","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","update-notifier":"^2.5.0","uuid":"^3.2.1","validate-npm-package-license":"^3.0.3","validate-npm-package-name":"~3.0.0","which":"~1.3.0","worker-farm":"^1.6.0","wrappy":"~1.0.2","write-file-atomic":"^2.3.0","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"^0.3.19","marked-man":"~0.2.1","npm-registry-couchapp":"^2.7.1","npm-registry-mock":"~1.1.0","require-inject":"^1.4.3","sprintf-js":"~1.1.1","standard":"^11.0.1","tacks":"~1.2.6","tap":"^11.1.5"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","byte-size","cacache","call-limit","bluebird","bin-links","chownr","cli-table2","cmd-shim","columnify","config-chain","debuglog","detect-indent","detect-newline","dezalgo","editor","figgy-pudding","find-npm-prefix","fs-vacuum","fs-write-stream-atomic","gentle-fs","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","is-cidr","json-parse-better-errors","JSONStream","lazy-property","libcipm","libnpmhook","libnpx","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mkdirp","mississippi","move-concurrently","nopt","normalize-package-data","npm-audit-report","npm-cache-filename","npm-lifecycle","npm-install-checks","npm-package-arg","npm-packlist","npm-pick-manifest","npm-profile","npm-registry-client","npm-registry-fetch","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","query-string","qrcode-terminal","qw","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","request","retry","rimraf","semver","sha","slide","sorted-object","sorted-union-stream","ssri","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic","safe-buffer","worker-farm","tiny-relative-date","cli-columns","node-gyp","lock-verify"],"bin":{"npm":"./bin/npm-cli.js","npx":"./bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-BYa0KpEx2Aih8ISzBuHseRXtDMfpOUBt+92Sg8v38QAjKhRs3S9+Wi1Pj5p74Yqwknco0xfX4Nb8E6vu9xybUg==","shasum":"2c30423f40262e2301830295b533ea67f83ec1ca","tarball":"https://registry.npmjs.org/npm/-/npm-6.1.0-next.0.tgz","fileCount":6464,"unpackedSize":29522525,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa/f4UCRA9TVsSAnZWagAAgkoP/R1cJ8LtFA/YgyFNc7SQ\nKmVI8Epbzi2X7QKNtsYWaFdR6s0cES0s6RIKbDpgvKeKVty3Nh6/BYXKsb+f\nY+L5jdvBz0J6ISaVATP4XixVQ4w8w3gZNBeekHoh3HM71c7HqRTwuplcDYMk\n6h8PHDNvnDg7HJ5eBBiAIfUkgXvx+GwBQ2satHMpqigGZVbkBLB69KiXwv/B\n0jcgMyDZUULH+8IegOPH5722ziAadk6gh5Yq5l0x6p1USJo/viq9dmNApnj2\nCjo8x3ZPzfD5VdgavmQK5co51vH/qLnbLlDFdFB2pOItuF9v/U6BlSgwbCz2\n8T3dIt8IRUVVEexS9zcjbKp+tHN7kes9U34/d0iXouMP8aSfpXzARrKlFy58\napqZfRSSA0rQt4c3LCTYAPEKkmBpdg+iVb27IR/W1nl0LOC7isxFPEzBqnJi\nGYlk4us6fO2CEeY3ELw22w5rQ/955DLQOoOL72B+CsuX9B8hJfX+MZaUP6nF\nNd3Bn8qjctVgSohO+uoVObfW5tFVoP+30Ej9uXsdDT68r32XPujg47dgI8Rl\nzA34H15RBSPX1bmm+m6Qleu4/uEDsLKdCnm4v1NygYsPG4DoFzpQg7N3TTiS\no8M663RxOQQSflr3oGeoY9JrO69MByyGR+aett0Kl0FIMhyac7O4Gt9sBnjf\nbwqt\r\n=PRI+\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGUrXonlauuyry6Ic4GfZ2JWq9kBWaMAxPp9uZ9O1/2BAiA+68zzmF7B2v1VuvrvFqkREB0ELRzeEfHqIAxG8x9EUw=="}]}},"6.1.0":{"name":"npm","version":"6.1.0","dependencies":{"JSONStream":"^1.3.2","abbrev":"~1.1.1","ansi-regex":"~3.0.0","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.2.0","archy":"~1.0.0","bin-links":"^1.1.2","bluebird":"~3.5.1","byte-size":"^4.0.3","cacache":"^11.0.2","call-limit":"~1.1.0","chownr":"~1.0.1","cli-columns":"^3.1.2","cli-table2":"~0.2.0","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.11","detect-indent":"~5.0.0","detect-newline":"^2.1.0","dezalgo":"~1.0.3","editor":"~1.0.0","figgy-pudding":"^3.1.0","find-npm-prefix":"^1.0.2","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","gentle-fs":"^2.0.1","glob":"~7.1.2","graceful-fs":"~4.1.11","has-unicode":"~2.0.1","hosted-git-info":"^2.6.0","iferr":"^1.0.0","inflight":"~1.0.6","inherits":"~2.0.3","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^2.0.5","json-parse-better-errors":"^1.0.2","lazy-property":"~1.0.0","libcipm":"^1.6.2","libnpmhook":"^4.0.1","libnpx":"^10.2.0","lock-verify":"^2.0.2","lockfile":"^1.0.4","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"^4.1.3","meant":"~1.0.1","mississippi":"^3.0.0","mkdirp":"~0.5.1","move-concurrently":"^1.0.1","node-gyp":"^3.6.2","nopt":"~4.0.1","normalize-package-data":"~2.4.0","npm-audit-report":"^1.2.1","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-lifecycle":"^2.0.3","npm-package-arg":"^6.1.0","npm-packlist":"~1.1.10","npm-pick-manifest":"^2.1.0","npm-profile":"^3.0.1","npm-registry-client":"^8.5.1","npm-registry-fetch":"^1.1.0","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"~1.4.3","osenv":"^0.1.5","pacote":"^8.1.5","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"^0.12.0","query-string":"^6.1.0","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"^2.0.13","read-package-tree":"^5.2.1","readable-stream":"^2.3.6","request":"^2.86.0","retry":"^0.12.0","rimraf":"~2.6.2","safe-buffer":"^5.1.2","semver":"^5.5.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"^6.0.0","strip-ansi":"~4.0.0","tar":"^4.4.1","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","update-notifier":"^2.5.0","uuid":"^3.2.1","validate-npm-package-license":"^3.0.3","validate-npm-package-name":"~3.0.0","which":"~1.3.0","worker-farm":"^1.6.0","wrappy":"~1.0.2","write-file-atomic":"^2.3.0","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"^0.3.19","marked-man":"~0.2.1","npm-registry-couchapp":"^2.7.1","npm-registry-mock":"~1.1.0","require-inject":"^1.4.3","sprintf-js":"~1.1.1","standard":"^11.0.1","tacks":"~1.2.6","tap":"^11.1.5"},"bundleDependencies":["abbrev","ansi-regex","ansicolors","ansistyles","aproba","archy","byte-size","cacache","call-limit","bluebird","bin-links","chownr","cli-table2","cmd-shim","columnify","config-chain","debuglog","detect-indent","detect-newline","dezalgo","editor","figgy-pudding","find-npm-prefix","fs-vacuum","fs-write-stream-atomic","gentle-fs","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","is-cidr","json-parse-better-errors","JSONStream","lazy-property","libcipm","libnpmhook","libnpx","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mkdirp","mississippi","move-concurrently","nopt","normalize-package-data","npm-audit-report","npm-cache-filename","npm-lifecycle","npm-install-checks","npm-package-arg","npm-packlist","npm-pick-manifest","npm-profile","npm-registry-client","npm-registry-fetch","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","query-string","qrcode-terminal","qw","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","request","retry","rimraf","semver","sha","slide","sorted-object","sorted-union-stream","ssri","strip-ansi","tar","text-table","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic","safe-buffer","worker-farm","tiny-relative-date","cli-columns","node-gyp","lock-verify"],"bin":{"npm":"./bin/npm-cli.js","npx":"./bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-e38cCtJ0lEjLXXpc4twEfj8Xw5hDLolc2Py87ueWnUhJfZ8GA/5RVIeD+XbSr1+aVRGsRsdtLdzUNO63PvQJ1w==","shasum":"d685cdfc1a812fb063f031af09bed7a5a68eedf1","tarball":"https://registry.npmjs.org/npm/-/npm-6.1.0.tgz","fileCount":6445,"unpackedSize":29010816,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbBk2DCRA9TVsSAnZWagAAs5MP/0bo1PvaMTAaOvyXjuyk\nF8PmjIx9iTDc5Dc9NX/nkGhCg9v6tJrSPn4udZjEn3Px9UY4dkxqADY76Hsd\ncvgvLpGWzXH8YE9w+cvHj0mqJHfqlzbs1VFWF0na/0+NC8sfZ1/duFyIZqU/\nkf9/Aleu2nonATPz1c9byhYcBGOoY0KIEOzuQE3c9A/9BOk23s1wCHRxpPbm\naxcyySc3vTRbY1P76mqRAe09qVA9JBeLMehyRpfTVd8orsl6T6eVo//5gKOs\ntF9c41z8r1qXuoDXfn8lK9fH0IfQZlzIPq+ND4b3eVa+veRVO2FSJ7M3LK4m\nA8cvCIBC5O66K/dAL4RH5+biv5CRCsexe93NVHyoy3i6v5FLIWdGUJvdD9SR\nJs0kQyGvxMYex40J836pdbOR4T8dNIqh09yNJi18p+tOmigdu/AoyjdNcJ/8\nggUFEUnp1Qu0sXqy/H92e6crwJ3fFoUBHxFQqlRb6oYUjOlH1j2A6v5PtPV2\nEbXgVpE7G00xP5UqJ3vzi1vpBi4JnHJYgCLxlH6Ex79rbBh2uI7cJQ33CJeG\nD52yjqGfzeoO4wISK5/+817v3ewxO8L2/rzeR+eT1HP4Vhhui/gNJFNujwJE\nVaf2Z9Qnx86XvZ3xn9r5qRPSVwDVXfmsDkIR+GzeZB16gbEur6EjFARKhmZE\ng6rm\r\n=LbLw\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD5acsSlpGRwen/cZkpx9nG5iLdn+nTzOnDeIUDhafqcwIhAL+lmEUhFq5Xh43fMiA61hKrl2KlEOvnG7ZhKAFpVCJl"}]}},"6.2.0-next.0":{"name":"npm","version":"6.2.0-next.0","dependencies":{"JSONStream":"^1.3.3","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.2.0","archy":"~1.0.0","bin-links":"^1.1.2","bluebird":"~3.5.1","byte-size":"^4.0.3","cacache":"^11.0.2","call-limit":"~1.1.0","chownr":"~1.0.1","cli-columns":"^3.1.2","cli-table2":"~0.2.0","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.11","detect-indent":"~5.0.0","detect-newline":"^2.1.0","dezalgo":"~1.0.3","editor":"~1.0.0","figgy-pudding":"^3.1.0","find-npm-prefix":"^1.0.2","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","gentle-fs":"^2.0.1","glob":"~7.1.2","graceful-fs":"~4.1.11","has-unicode":"~2.0.1","hosted-git-info":"^2.6.0","iferr":"^1.0.0","inflight":"~1.0.6","inherits":"~2.0.3","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^2.0.6","json-parse-better-errors":"^1.0.2","lazy-property":"~1.0.0","libcipm":"^2.0.0","libnpmhook":"^4.0.1","libnpx":"^10.2.0","lock-verify":"^2.0.2","lockfile":"^1.0.4","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"^4.1.3","meant":"~1.0.1","mississippi":"^3.0.0","mkdirp":"~0.5.1","move-concurrently":"^1.0.1","node-gyp":"^3.6.2","nopt":"~4.0.1","normalize-package-data":"~2.4.0","npm-audit-report":"^1.2.1","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-lifecycle":"^2.0.3","npm-package-arg":"^6.1.0","npm-packlist":"~1.1.10","npm-pick-manifest":"^2.1.0","npm-profile":"^3.0.2","npm-registry-client":"^8.5.1","npm-registry-fetch":"^1.1.0","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"~1.4.3","osenv":"^0.1.5","pacote":"^8.1.6","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"^0.12.0","query-string":"^6.1.0","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"^2.0.13","read-package-tree":"^5.2.1","readable-stream":"^2.3.6","request":"^2.87.0","retry":"^0.12.0","rimraf":"~2.6.2","safe-buffer":"^5.1.2","semver":"^5.5.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"^6.0.0","tar":"^4.4.4","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","update-notifier":"^2.5.0","uuid":"^3.3.2","validate-npm-package-license":"^3.0.3","validate-npm-package-name":"~3.0.0","which":"^1.3.1","worker-farm":"^1.6.0","wrappy":"~1.0.2","write-file-atomic":"^2.3.0","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"^0.4.0","marked-man":"~0.2.1","npm-registry-couchapp":"^2.7.1","npm-registry-mock":"~1.1.0","require-inject":"^1.4.3","sprintf-js":"~1.1.1","standard":"^11.0.1","tacks":"~1.2.6","tap":"^12.0.1"},"bundleDependencies":["abbrev","ansicolors","ansistyles","aproba","archy","byte-size","cacache","call-limit","bluebird","bin-links","chownr","cli-table2","cmd-shim","columnify","config-chain","debuglog","detect-indent","detect-newline","dezalgo","editor","figgy-pudding","find-npm-prefix","fs-vacuum","fs-write-stream-atomic","gentle-fs","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","is-cidr","json-parse-better-errors","JSONStream","lazy-property","libcipm","libnpmhook","libnpx","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mkdirp","mississippi","move-concurrently","nopt","normalize-package-data","npm-audit-report","npm-cache-filename","npm-lifecycle","npm-install-checks","npm-package-arg","npm-packlist","npm-pick-manifest","npm-profile","npm-registry-client","npm-registry-fetch","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","query-string","qrcode-terminal","qw","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","request","retry","rimraf","semver","sha","slide","sorted-object","sorted-union-stream","ssri","tar","text-table","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic","safe-buffer","worker-farm","tiny-relative-date","cli-columns","node-gyp","lock-verify"],"bin":{"npm":"./bin/npm-cli.js","npx":"./bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-Odb5l3LF9KMvD0acqsF6iaPs/+vCOQamd+ov6yNpXS2AjDT3hFgRkBw5lY9469OjP4KwtvJxY/O9350DX5Mh3g==","shasum":"fe684d59b0c2a11d18dc4dd3555812849ee14593","tarball":"https://registry.npmjs.org/npm/-/npm-6.2.0-next.0.tgz","fileCount":4028,"unpackedSize":17615061,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbNo88CRA9TVsSAnZWagAAJ/UP/juNnsGzmpXXu25R/3RL\nAxaPgOh1SBcnZv0vgleuUs2dNzv09WwDQhcDwsHW9nsCcWairov41PwP5NBh\nLl3E7LzFQzH+munv+dZfs2PYXgsfaL+0TIkiU8DrXp2YbSXTuwAw1CC+LL8h\nvipjh6Slg4PdmZL2ANL0oMDJ3jWWHK2aU9vdUE/xpruXZOCwvf9o+1duhRdq\nhu3Ae/3LMvKLgUUkBWQr0ZBaENk+nDCUorNcuCQPYB10rzBNtLgqmIYmvGsB\ngxZILoUuoN/46U0UZjRPDX8EBeqG+kN276SmNMjMCLLshI0iyHHn6S8thA3E\nPAGNIuJ8ysljRq9FRqk3MW6UiM9B4YPx9iNT8PYxSxoKarDCaSf+e+zPa2Lm\nQA42rj1mgtDWNtLxp/JXm4jQG/BM1TTd9sizEzriU1MURu/XZ9HCRiMYL1lb\ntmPI2UJwtp9/xihm4KAoWi3neIXsbZtiFVnJx0YMzvCICkatWUVkOzpv0B2R\nAz2z6WRcBtnONBYZaTI8wFv7GwLOIvZQigATKf98NM3KPn7gGvTCBW4g3wdZ\n248S5cJDMcTdyuJm5/1s0onvTY0JjydgjPBCIWFhHEkMLYVtYof9Tu+VOkk+\nOgCPosN0jUtLq6IvIrzPUHnzWVLn9fKyjDIFJbEhu2B4enuGRoUu4cpKW4cl\ndTCi\r\n=v9gt\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIE90qQhbDPyII3f9/sMJpB1D5GXquDaPw2jvSKb6F9LjAiEAkeu5VCP5dFk7psb0a8pqPTvTQtyV8G4/FMZ7JwVCKzk="}]},"hasInstallScript":true},"6.2.0-next.1":{"name":"npm","version":"6.2.0-next.1","dependencies":{"JSONStream":"^1.3.3","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.2.0","archy":"~1.0.0","bin-links":"^1.1.2","bluebird":"~3.5.1","byte-size":"^4.0.3","cacache":"^11.0.2","call-limit":"~1.1.0","chownr":"~1.0.1","cli-columns":"^3.1.2","cli-table2":"~0.2.0","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.11","detect-indent":"~5.0.0","detect-newline":"^2.1.0","dezalgo":"~1.0.3","editor":"~1.0.0","figgy-pudding":"^3.1.0","find-npm-prefix":"^1.0.2","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","gentle-fs":"^2.0.1","glob":"~7.1.2","graceful-fs":"~4.1.11","has-unicode":"~2.0.1","hosted-git-info":"^2.6.0","iferr":"^1.0.0","inflight":"~1.0.6","inherits":"~2.0.3","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^2.0.6","json-parse-better-errors":"^1.0.2","lazy-property":"~1.0.0","libcipm":"^2.0.0","libnpmhook":"^4.0.1","libnpx":"^10.2.0","lock-verify":"^2.0.2","lockfile":"^1.0.4","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"^4.1.3","meant":"~1.0.1","mississippi":"^3.0.0","mkdirp":"~0.5.1","move-concurrently":"^1.0.1","node-gyp":"^3.6.2","nopt":"~4.0.1","normalize-package-data":"~2.4.0","npm-audit-report":"^1.2.1","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-lifecycle":"^2.0.3","npm-package-arg":"^6.1.0","npm-packlist":"~1.1.10","npm-pick-manifest":"^2.1.0","npm-profile":"^3.0.2","npm-registry-client":"^8.5.1","npm-registry-fetch":"^1.1.0","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"~1.4.3","osenv":"^0.1.5","pacote":"^8.1.6","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"^0.12.0","query-string":"^6.1.0","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"^2.0.13","read-package-tree":"^5.2.1","readable-stream":"^2.3.6","request":"^2.87.0","retry":"^0.12.0","rimraf":"~2.6.2","safe-buffer":"^5.1.2","semver":"^5.5.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"^6.0.0","tar":"^4.4.4","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","update-notifier":"^2.5.0","uuid":"^3.3.2","validate-npm-package-license":"^3.0.3","validate-npm-package-name":"~3.0.0","which":"^1.3.1","worker-farm":"^1.6.0","wrappy":"~1.0.2","write-file-atomic":"^2.3.0","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"^0.4.0","marked-man":"~0.2.1","npm-registry-couchapp":"^2.7.1","npm-registry-mock":"~1.1.0","require-inject":"^1.4.3","sprintf-js":"~1.1.1","standard":"^11.0.1","tacks":"~1.2.6","tap":"^12.0.1"},"bundleDependencies":["abbrev","ansicolors","ansistyles","aproba","archy","byte-size","cacache","call-limit","bluebird","bin-links","chownr","cli-table2","cmd-shim","columnify","config-chain","debuglog","detect-indent","detect-newline","dezalgo","editor","figgy-pudding","find-npm-prefix","fs-vacuum","fs-write-stream-atomic","gentle-fs","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","is-cidr","json-parse-better-errors","JSONStream","lazy-property","libcipm","libnpmhook","libnpx","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mkdirp","mississippi","move-concurrently","nopt","normalize-package-data","npm-audit-report","npm-cache-filename","npm-lifecycle","npm-install-checks","npm-package-arg","npm-packlist","npm-pick-manifest","npm-profile","npm-registry-client","npm-registry-fetch","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","query-string","qrcode-terminal","qw","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","request","retry","rimraf","semver","sha","slide","sorted-object","sorted-union-stream","ssri","tar","text-table","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic","safe-buffer","worker-farm","tiny-relative-date","cli-columns","node-gyp","lock-verify"],"bin":{"npm":"./bin/npm-cli.js","npx":"./bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-v3JhrLBVKULB0Mf3Lnwm20hYDSKkEjFxZvRPOfIsZuX5hdxJKCBTBVYzfksvNXg58muUqACqRujN3zTvSl5QfQ==","shasum":"3ce867a35d29e57ef67aceb8643ceb89243660f2","tarball":"https://registry.npmjs.org/npm/-/npm-6.2.0-next.1.tgz","fileCount":4028,"unpackedSize":17615449,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbPmfvCRA9TVsSAnZWagAA8DYQAJcSEz6zUMiXKjBvZVln\nv+4TTs0AE84t4rZAfICyL5ZJ1fTTgIr3pNcqp/f6Pp9no1u3Bfv46XkiR1Io\nMncE0s6c5k667ZI9FHKIlO7GhOUoydDmAV5DElgVAT/oM3P65Q1GiK05HJLU\n6BeI1u1rPsc9Z2vNWWQHKAwdhaVIniJNtXd+gYwihvJvKCa/8q8Nzp1+l2I5\npdMZh6yYfaKl096kDo1FY0PeY0CKiNzA6Of6EdhdnqlwaX9v+L1GALcTmqvj\nHRsrdFbzqdnDRa/Qswe9X9hO3sSxMV54kKDsPGQX84TgE6mghJOym874Jqxa\n91ZHxwnKeELej8VEEgQTKaMegkJVHLAI8MNONmu1ZEUW7El29U79eWtcxpPd\nTVaq56py4gTZThj+9LEFCz8OAt4FI1lttSCjnG6ewPwv8XhrAefT0W99CCip\nPYxJxXBTwMcDiHILLK31CWSjmw81q2eGIgTnxCwPjwjrdbIOl7weKS90II5V\nbiXxzcXHQhzucke7/xlCHGLpzq6VpRefpmmBMNEM3qufTRAIlT9WRCcN40MR\n8a52XQV+haPfZjKbRf8Hn7ukb7xk3MG55zeajZagpMRer3/J9P5OnjXiaHun\nMqYfXCscOZZvjD9RSaixk8KNf9pmdqU21/mRNJHn0tBPJs9DEamYnBBZphtZ\ng/1H\r\n=HGwC\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEI2Ok2SF2zOefqof5UPdZUZu0aEIuCuDijSy+EFOklSAiEAyomjfRY1YtCi8/XigVc3vIACEZPIFyAzCrVizBGttyA="}]}},"6.2.0":{"name":"npm","version":"6.2.0","dependencies":{"JSONStream":"^1.3.3","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.2.0","archy":"~1.0.0","bin-links":"^1.1.2","bluebird":"~3.5.1","byte-size":"^4.0.3","cacache":"^11.0.2","call-limit":"~1.1.0","chownr":"~1.0.1","cli-columns":"^3.1.2","cli-table3":"^0.5.0","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.11","detect-indent":"~5.0.0","detect-newline":"^2.1.0","dezalgo":"~1.0.3","editor":"~1.0.0","figgy-pudding":"^3.1.0","find-npm-prefix":"^1.0.2","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","gentle-fs":"^2.0.1","glob":"~7.1.2","graceful-fs":"~4.1.11","has-unicode":"~2.0.1","hosted-git-info":"^2.6.0","iferr":"^1.0.0","inflight":"~1.0.6","inherits":"~2.0.3","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^2.0.6","json-parse-better-errors":"^1.0.2","lazy-property":"~1.0.0","libcipm":"^2.0.0","libnpmhook":"^4.0.1","libnpx":"^10.2.0","lock-verify":"^2.0.2","lockfile":"^1.0.4","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"^4.1.3","meant":"~1.0.1","mississippi":"^3.0.0","mkdirp":"~0.5.1","move-concurrently":"^1.0.1","node-gyp":"^3.7.0","nopt":"~4.0.1","normalize-package-data":"~2.4.0","npm-audit-report":"^1.3.1","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-lifecycle":"^2.0.3","npm-package-arg":"^6.1.0","npm-packlist":"~1.1.10","npm-pick-manifest":"^2.1.0","npm-profile":"^3.0.2","npm-registry-client":"^8.5.1","npm-registry-fetch":"^1.1.0","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"~1.4.3","osenv":"^0.1.5","pacote":"^8.1.6","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"^0.12.0","query-string":"^6.1.0","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"^2.0.13","read-package-tree":"^5.2.1","readable-stream":"^2.3.6","request":"^2.81.0","retry":"^0.12.0","rimraf":"~2.6.2","safe-buffer":"^5.1.2","semver":"^5.5.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"^6.0.0","tar":"^4.4.4","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","update-notifier":"^2.5.0","uuid":"^3.3.2","validate-npm-package-license":"^3.0.3","validate-npm-package-name":"~3.0.0","which":"^1.3.1","worker-farm":"^1.6.0","wrappy":"~1.0.2","write-file-atomic":"^2.3.0","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"^0.4.0","marked-man":"~0.2.1","npm-registry-couchapp":"^2.7.1","npm-registry-mock":"~1.1.0","require-inject":"^1.4.3","sprintf-js":"~1.1.1","standard":"^11.0.1","tacks":"~1.2.6","tap":"^12.0.1"},"bundleDependencies":["abbrev","ansicolors","ansistyles","aproba","archy","byte-size","cacache","call-limit","bluebird","bin-links","chownr","cmd-shim","columnify","config-chain","debuglog","detect-indent","detect-newline","dezalgo","editor","figgy-pudding","find-npm-prefix","fs-vacuum","fs-write-stream-atomic","gentle-fs","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","is-cidr","json-parse-better-errors","JSONStream","lazy-property","libcipm","libnpmhook","libnpx","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mkdirp","mississippi","move-concurrently","nopt","normalize-package-data","npm-audit-report","npm-cache-filename","npm-lifecycle","npm-install-checks","npm-package-arg","npm-packlist","npm-pick-manifest","npm-profile","npm-registry-client","npm-registry-fetch","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","query-string","qrcode-terminal","qw","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","request","retry","rimraf","semver","sha","slide","sorted-object","sorted-union-stream","ssri","tar","text-table","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","wrappy","write-file-atomic","safe-buffer","worker-farm","tiny-relative-date","cli-columns","cli-table3","node-gyp","lock-verify"],"bin":{"npm":"./bin/npm-cli.js","npx":"./bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-GnlNsOnxwVJX4WSfyQY0gY3LnUX2cc46XU0eu1g+WSuZgDRUGmw8tuptitJu6byp0RWGT8ZEAKajblwdhQHN8A==","shasum":"2cee4b52825a91f531cd324a3b0f6e105be40c16","tarball":"https://registry.npmjs.org/npm/-/npm-6.2.0.tgz","fileCount":3690,"unpackedSize":17770782,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbSYTaCRA9TVsSAnZWagAAMnEP/RY9jX4wwrtuYzj1/YZ1\nxGLq4t3BjoKuiRswp3TeZnyejDfRLdB46jtYMKdDE9DbJ+b+4ABd7flsHn5z\nXXIVOUNXPKo8E8rMjTZf2XNDYpOsMwBiW5OycT51hhuH62EXLlmh6Ln6I9Bn\nHy68tqAwyNhoHM5tUwOsP9e0Zi0jliaJ2tNL38TUBV3bczGg8MR7TSEFmjK6\nYed6iI/CPYMvBkKQHt5L4REu4LSQBgtNYaT3IY4nkDHE2KKcKOHcMv/0WDlb\nNy4nogxkasyWBYYBEGvRyUOvGBmSVCaNzbik6xEdp4dvzLheXQWXaM1JXwG5\n4HneKfp10U+xoMEvVkcARyi7ocM/Xxf8pg4m/sCEXmBFRk6VhkIWQeTBxeKW\nnOf/WJMyMYcGZKkzPasHk2wGeWT/To8vpIMhaGEa0GPcUwahjnJAs4L97kuj\ncCig946Mo392QECn3qHwltKWBVWXMjZylShXH3EwBxHeZ1nvjjAg3qQbWtEN\nnL+VDnsfiwdQk2uRu7k2mY3INfhS0Q6vgoCopgKt7RKtvxhPsJ2siKc/o2nO\nG3oIY9mcSTvyI8v8C5T/EEwWyBV3Nfn+ZzLMzQsc3mfPTwBTJsHpIQUmSCBt\nHFh7D+ADhz7myiDijhum62xu5xACKwoX4NTMBkjRNEekG+JltbZ/JpCWegtp\nhFHH\r\n=yPGr\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEo5saJfsV0RUmJgwrFS2NQpJDikuwCbsG/G4vHGCVo+AiEA3odhh0Ql9diK1tZ5yptzluIHXMw9rUwNo8zDeENRNCU="}]}},"6.3.0-next.0":{"name":"npm","version":"6.3.0-next.0","dependencies":{"JSONStream":"^1.3.3","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.2.0","archy":"~1.0.0","bin-links":"^1.1.2","bluebird":"~3.5.1","byte-size":"^4.0.3","cacache":"^11.0.2","call-limit":"~1.1.0","chownr":"~1.0.1","cli-columns":"^3.1.2","cli-table3":"^0.5.0","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.11","detect-indent":"~5.0.0","detect-newline":"^2.1.0","dezalgo":"~1.0.3","editor":"~1.0.0","figgy-pudding":"^3.1.0","find-npm-prefix":"^1.0.2","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","gentle-fs":"^2.0.1","glob":"~7.1.2","graceful-fs":"~4.1.11","has-unicode":"~2.0.1","hosted-git-info":"^2.6.0","iferr":"^1.0.0","inflight":"~1.0.6","inherits":"~2.0.3","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^2.0.6","json-parse-better-errors":"^1.0.2","lazy-property":"~1.0.0","libcipm":"^2.0.0","libnpmhook":"^4.0.1","libnpx":"^10.2.0","lock-verify":"^2.0.2","lockfile":"^1.0.4","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"^4.1.3","meant":"~1.0.1","mississippi":"^3.0.0","mkdirp":"~0.5.1","move-concurrently":"^1.0.1","node-gyp":"^3.7.0","nopt":"~4.0.1","normalize-package-data":"~2.4.0","npm-audit-report":"^1.3.1","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-lifecycle":"^2.0.3","npm-package-arg":"^6.1.0","npm-packlist":"~1.1.10","npm-pick-manifest":"^2.1.0","npm-profile":"^3.0.2","npm-registry-client":"^8.5.1","npm-registry-fetch":"^1.1.0","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"~1.4.3","osenv":"^0.1.5","pacote":"^8.1.6","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"^0.12.0","query-string":"^6.1.0","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"^2.0.13","read-package-tree":"^5.2.1","readable-stream":"^2.3.6","request":"^2.81.0","retry":"^0.12.0","rimraf":"~2.6.2","safe-buffer":"^5.1.2","semver":"^5.5.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"^6.0.0","stringify-package":"^1.0.0","tar":"^4.4.4","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","update-notifier":"^2.5.0","uuid":"^3.3.2","validate-npm-package-license":"^3.0.3","validate-npm-package-name":"~3.0.0","which":"^1.3.1","worker-farm":"^1.6.0","write-file-atomic":"^2.3.0","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"^0.4.0","marked-man":"~0.2.1","npm-registry-couchapp":"^2.7.1","npm-registry-mock":"~1.1.0","require-inject":"^1.4.3","sprintf-js":"~1.1.1","standard":"^11.0.1","tacks":"~1.2.6","tap":"^12.0.1"},"bundleDependencies":["abbrev","ansicolors","ansistyles","aproba","archy","byte-size","cacache","call-limit","bluebird","bin-links","chownr","cmd-shim","columnify","config-chain","debuglog","detect-indent","detect-newline","dezalgo","editor","figgy-pudding","find-npm-prefix","fs-vacuum","fs-write-stream-atomic","gentle-fs","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","is-cidr","json-parse-better-errors","JSONStream","lazy-property","libcipm","libnpmhook","libnpx","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mkdirp","mississippi","move-concurrently","nopt","normalize-package-data","npm-audit-report","npm-cache-filename","npm-lifecycle","npm-install-checks","npm-package-arg","npm-packlist","npm-pick-manifest","npm-profile","npm-registry-client","npm-registry-fetch","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","query-string","qrcode-terminal","qw","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","request","retry","rimraf","semver","sha","slide","sorted-object","sorted-union-stream","ssri","tar","text-table","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","write-file-atomic","safe-buffer","worker-farm","tiny-relative-date","cli-columns","cli-table3","node-gyp","lock-verify","stringify-package"],"bin":{"npm":"./bin/npm-cli.js","npx":"./bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-fFN85EBWJsuKYBnH7JdUCJI6QTXQBLncyGwRUoAi0iomQ+/XTh/P5/l9WcfRGo69ba117Y/CRdEBLhHZoVU2tw==","shasum":"52333e6151b124c83f069240027ceee8cc2e370a","tarball":"https://registry.npmjs.org/npm/-/npm-6.3.0-next.0.tgz","fileCount":3688,"unpackedSize":17626619,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbWOlaCRA9TVsSAnZWagAAvpEP/3mkMVpXRsKiJ8b7b+Ia\n9VfLxRJ/6rBicsPPWMRleYE90TNMH0sVTADjIqJObs+bZ2PkCS/ppC0ACqQG\nBCUKFNUZqOkLiJ/3wD6a8ZLEGPGiplIIxq/CXzDA+ECerraKg5Rh7o41wH80\ng7Wz+ObeKdOlmlpw/ADiipmV5ALPNYhN+5rh/uzlvDhyTqdwjuStnZDighiX\n7bV8hd3vTt3r9iUkftxpRpsaQbeMOjwrT07NvuZ5PkNyRkDOMmkyVVI0A59C\nMfi0khTZrbr5ZOmc0VvsRJtV/2+at0aBCd2AaMICDiizkcuqKz2gTkq+RL4n\n/+z2sRt2tj3pTujPcdwocD19g2p/fJKfGWedEpZWcrQ1YaGrRcks6klgIDUB\n7E8IKvcVNVRnMr6dIxiMzhpxxZVww566YHMUpSXI0JvH/1fFwHli/QlKD3qb\noZtq2qf0F6ycoFcChGtOLTyrouQsS9irjx6DVocSJ20qnxdPQCz1XvAjNHLg\na7KQSLocV5wWopa34L79th8KQYdPkemJGj/E1EWc3mx8oVd2nq4MRvgKq8uH\nOV/+hlglSinJVb3ahX0Ze3hoQa6YULHdRyiXjL8uuQ2fegnWjuBpduAWC3vb\nBrWpOxTTGSsp0yYnrGQn9vcXH8rPrkOSi6/tp17KkyTHeXRCnq0YBn6oykHf\nXGN6\r\n=y/2U\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDIP/o44rG9OcDZzPxxC6q7Eu0POzDemCAXJHjMZmbwPwIgKqXCERGjyr9aWmP1pp0H9C+I4h9hCD79bL+FkEESXo0="}]}},"6.3.0":{"name":"npm","version":"6.3.0","dependencies":{"JSONStream":"^1.3.3","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.2.0","archy":"~1.0.0","bin-links":"^1.1.2","bluebird":"~3.5.1","byte-size":"^4.0.3","cacache":"^11.1.0","call-limit":"~1.1.0","chownr":"~1.0.1","cli-columns":"^3.1.2","cli-table3":"^0.5.0","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.11","detect-indent":"~5.0.0","detect-newline":"^2.1.0","dezalgo":"~1.0.3","editor":"~1.0.0","figgy-pudding":"^3.2.0","find-npm-prefix":"^1.0.2","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","gentle-fs":"^2.0.1","glob":"~7.1.2","graceful-fs":"~4.1.11","has-unicode":"~2.0.1","hosted-git-info":"^2.6.0","iferr":"^1.0.0","inflight":"~1.0.6","inherits":"~2.0.3","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^2.0.6","json-parse-better-errors":"^1.0.2","lazy-property":"~1.0.0","libcipm":"^2.0.0","libnpmhook":"^4.0.1","libnpx":"^10.2.0","lock-verify":"^2.0.2","lockfile":"^1.0.4","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"^4.1.3","meant":"~1.0.1","mississippi":"^3.0.0","mkdirp":"~0.5.1","move-concurrently":"^1.0.1","node-gyp":"^3.7.0","nopt":"~4.0.1","normalize-package-data":"~2.4.0","npm-audit-report":"^1.3.1","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-lifecycle":"^2.0.3","npm-package-arg":"^6.1.0","npm-packlist":"~1.1.10","npm-pick-manifest":"^2.1.0","npm-profile":"^3.0.2","npm-registry-client":"^8.5.1","npm-registry-fetch":"^1.1.0","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"~1.4.3","osenv":"^0.1.5","pacote":"^8.1.6","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"^0.12.0","query-string":"^6.1.0","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"^2.0.13","read-package-tree":"^5.2.1","readable-stream":"^2.3.6","request":"^2.81.0","retry":"^0.12.0","rimraf":"~2.6.2","safe-buffer":"^5.1.2","semver":"^5.5.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"^6.0.0","stringify-package":"^1.0.0","tar":"^4.4.4","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","update-notifier":"^2.5.0","uuid":"^3.3.2","validate-npm-package-license":"^3.0.3","validate-npm-package-name":"~3.0.0","which":"^1.3.1","worker-farm":"^1.6.0","write-file-atomic":"^2.3.0","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"^0.4.0","marked-man":"~0.2.1","npm-registry-couchapp":"^2.7.1","npm-registry-mock":"~1.1.0","require-inject":"^1.4.3","sprintf-js":"~1.1.1","standard":"^11.0.1","tacks":"~1.2.6","tap":"^12.0.1"},"bundleDependencies":["abbrev","ansicolors","ansistyles","aproba","archy","byte-size","cacache","call-limit","bluebird","bin-links","chownr","cmd-shim","columnify","config-chain","debuglog","detect-indent","detect-newline","dezalgo","editor","figgy-pudding","find-npm-prefix","fs-vacuum","fs-write-stream-atomic","gentle-fs","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","is-cidr","json-parse-better-errors","JSONStream","lazy-property","libcipm","libnpmhook","libnpx","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mkdirp","mississippi","move-concurrently","nopt","normalize-package-data","npm-audit-report","npm-cache-filename","npm-lifecycle","npm-install-checks","npm-package-arg","npm-packlist","npm-pick-manifest","npm-profile","npm-registry-client","npm-registry-fetch","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","query-string","qrcode-terminal","qw","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","request","retry","rimraf","semver","sha","slide","sorted-object","sorted-union-stream","ssri","tar","text-table","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","write-file-atomic","safe-buffer","worker-farm","tiny-relative-date","cli-columns","cli-table3","node-gyp","lock-verify","stringify-package"],"bin":{"npm":"./bin/npm-cli.js","npx":"./bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-oDtLFo3wXue/xe3pU/oks9VHS5501OAWlYrZrApZkFv7l2LXk+9CfPMbjbfZWK7Jqlc1jbNcJMkB6KZC7K/vEA==","shasum":"de7df51f6d1b05b088486097cf7993dbbcac752f","tarball":"https://registry.npmjs.org/npm/-/npm-6.3.0.tgz","fileCount":3679,"unpackedSize":17271310,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbYmJnCRA9TVsSAnZWagAA6gsP/irM4Vtuo6Y2zJRax5BK\nTkMl6NqGOM6QsGSx2Qa90+u472JoYEiA4uy0Ah2I5N7IN4bI0Z4/3mL2Sw+N\nC9QZfh2GZELPPTJCxuSj41hGtPe2vj2d0l+j2MzxIm12o5J1hS44ZK+MnRQm\nSyDGFjxlg9yol6rPu+Ifomk0/OqV/jS0oqna5YFZX1GNP8ufPhOmg7kBtGcO\nWWIrv+3/BKZ+37sKMcJcrf9QB3qjAO5F0gvKl8LKMw4h/G8g2ntHLqBOM085\nVbfsSlHP9/jHuZL/C3bOeX8fb5vn3+2dyPfiXTj1BjpDteYTqezPOKZWFT78\nrV9KjMAoWvtK2xgv8wNlLkNrCQe+km3NunHMKuJjzhxqP6kkyl1xfaQzwBgT\nxyeiAqYKHmUFfoTJ8YMhhL8MF65LYpKTE2nL6hsLLJp/OiTrY8t2hWHtAlvV\nLV+6vL4wUn4ftXBlupBqUOK+znbMWDrpAe4CjfQtEguTR2NmgnUvJTdDG0Pv\nUkdjWIrb3Fb+wBK+Q/wENyKFI2eIWK5aJ38lC25mf+CnBKrbCA4oMnexEyZR\naY7XSQ7XVCaWOCxRBl6X62S4Y9NJySNvcn/NcaVUy7JTyQyCgHe82TdY0Axw\n0pq3BHfKqaLxYhAKj2GdY2HLLH5VLmYryUM8X6JQ3pFvdYgW3L42VcXNwUM9\nr8Yo\r\n=ok2+\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDPWguvXNGxVO2lBKnpEE4KQlOv6+tAIY86hyCIZZjoMgIhANZtztcbXwN2SHZ3/xMVe+AibLqfr0xk40alYkurpFdV"}]}},"6.4.0-next.0":{"name":"npm","version":"6.4.0-next.0","dependencies":{"JSONStream":"^1.3.3","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.2.0","archy":"~1.0.0","bin-links":"^1.1.2","bluebird":"~3.5.1","byte-size":"^4.0.3","cacache":"^11.1.0","call-limit":"~1.1.0","chownr":"~1.0.1","cli-columns":"^3.1.2","cli-table3":"^0.5.0","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.11","detect-indent":"~5.0.0","detect-newline":"^2.1.0","dezalgo":"~1.0.3","editor":"~1.0.0","figgy-pudding":"^3.2.0","find-npm-prefix":"^1.0.2","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","gentle-fs":"^2.0.1","glob":"~7.1.2","graceful-fs":"~4.1.11","has-unicode":"~2.0.1","hosted-git-info":"^2.7.1","iferr":"^1.0.2","inflight":"~1.0.6","inherits":"~2.0.3","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^2.0.6","json-parse-better-errors":"^1.0.2","lazy-property":"~1.0.0","libcipm":"^2.0.1","libnpmhook":"^4.0.1","libnpx":"^10.2.0","lock-verify":"^2.0.2","lockfile":"^1.0.4","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"^4.1.3","meant":"~1.0.1","mississippi":"^3.0.0","mkdirp":"~0.5.1","move-concurrently":"^1.0.1","node-gyp":"^3.8.0","nopt":"~4.0.1","normalize-package-data":"~2.4.0","npm-audit-report":"^1.3.1","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-lifecycle":"^2.0.3","npm-package-arg":"^6.1.0","npm-packlist":"~1.1.10","npm-pick-manifest":"^2.1.0","npm-profile":"^3.0.2","npm-registry-client":"^8.5.1","npm-registry-fetch":"^1.1.0","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"~1.4.3","osenv":"^0.1.5","pacote":"^8.1.6","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"^0.12.0","query-string":"^6.1.0","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"^2.0.13","read-package-tree":"^5.2.1","readable-stream":"^2.3.6","request":"^2.87.0","retry":"^0.12.0","rimraf":"~2.6.2","safe-buffer":"^5.1.2","semver":"^5.5.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"^6.0.0","stringify-package":"^1.0.0","tar":"^4.4.6","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","update-notifier":"^2.5.0","uuid":"^3.3.2","validate-npm-package-license":"^3.0.4","validate-npm-package-name":"~3.0.0","which":"^1.3.1","worker-farm":"^1.6.0","write-file-atomic":"^2.3.0","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"^0.4.0","marked-man":"~0.2.1","npm-registry-couchapp":"^2.7.1","npm-registry-mock":"~1.1.0","require-inject":"^1.4.3","sprintf-js":"~1.1.1","standard":"^11.0.1","tacks":"~1.2.6","tap":"^12.0.1"},"bundleDependencies":["abbrev","ansicolors","ansistyles","aproba","archy","byte-size","cacache","call-limit","bluebird","bin-links","chownr","cmd-shim","columnify","config-chain","debuglog","detect-indent","detect-newline","dezalgo","editor","figgy-pudding","find-npm-prefix","fs-vacuum","fs-write-stream-atomic","gentle-fs","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","is-cidr","json-parse-better-errors","JSONStream","lazy-property","libcipm","libnpmhook","libnpx","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mkdirp","mississippi","move-concurrently","nopt","normalize-package-data","npm-audit-report","npm-cache-filename","npm-lifecycle","npm-install-checks","npm-package-arg","npm-packlist","npm-pick-manifest","npm-profile","npm-registry-client","npm-registry-fetch","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","query-string","qrcode-terminal","qw","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","request","retry","rimraf","semver","sha","slide","sorted-object","sorted-union-stream","ssri","tar","text-table","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","write-file-atomic","safe-buffer","worker-farm","tiny-relative-date","cli-columns","cli-table3","node-gyp","lock-verify","stringify-package"],"bin":{"npm":"./bin/npm-cli.js","npx":"./bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-aeOiu8C0QjYX/Pgy0JbEcr8Uuy4BsNFlW6mibkN4k5hNqDKDg6j0SR69K4VSz6ooZYERFQB/+En9iID8ViLeMQ==","shasum":"a7a1baa5dfbcb76631f9cefe80992c49feb05e62","tarball":"https://registry.npmjs.org/npm/-/npm-6.4.0-next.0.tgz","fileCount":3613,"unpackedSize":16652499,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJba78FCRA9TVsSAnZWagAANTEQAKIp6zZdj1Yj79h2tvRy\nkkhLSyeDiztGyBkX1Xv8HhrF9MnsD/ZXjV2XTy+WnweLiucmyHWiStmSavf3\nTsFiVGrDyw0wL3cThhycsEwIrVTbJPyFXKboBeNdQAUhYCWwSBt1vTL3u75X\nadSo4dxXdwbZ+0VgEEfXwpslcG5Ag/s1N/d4G3l98gNHDrW/VIKJCs/S/b+b\n29DMD0PBjX1E3q09sKon+uYoe6L8OaYwi70ZYCdrP3LXV6U3qvyF91QaP1I+\nVXWltFHhUPGCGKmQgYtNPFL3BSKLH5bQs5xNzpq8PJsQcmVA88JPRc42uSar\nXB0C92v0k/LM6jejwhxVZgYh96GPtU7vvmIE5Zxdq0OZUwaNpDPnytPeGrOZ\nI241CkfbXNwPdI6dIVhd6db8saLkXlhrtUkLAZAsGTTu9yfVjPh7l/GqpY/1\nmlvUIE4JWvzSqkd53SKqo4bArxZT6MqTesjRRR29gifxDTYmq4qSDMvOUqPk\nqIaa/4AJiqmE1O65HlLZP/WgL0JuIGtICuYkT4wjLNjfQYdDNBoVts5TNq2v\n7ZuVn4ZYskxokwhnjcZDyZDXuJq6ygIA/Ra1d9UwtlLiY2+dnyVjAeUb6bIp\nbmnc+KtkX/SxvOVVsdD6QodteiMNFG5hN5xnhthwhmq5OGNsj9hwkAXP7oe3\nq7kf\r\n=2GWN\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICyPpG3neJ1zkKfj6Tix2G0LM7y6yqstS9XfBS8Wp6ZpAiEA/R9eGLNdKzQumaaiwBF/2ULp9i1IHiOuZ07PM1eSKNU="}]}},"6.4.0":{"name":"npm","version":"6.4.0","dependencies":{"JSONStream":"^1.3.3","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.2.0","archy":"~1.0.0","bin-links":"^1.1.2","bluebird":"~3.5.1","byte-size":"^4.0.3","cacache":"^11.1.0","call-limit":"~1.1.0","chownr":"~1.0.1","cli-columns":"^3.1.2","cli-table3":"^0.5.0","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.11","detect-indent":"~5.0.0","detect-newline":"^2.1.0","dezalgo":"~1.0.3","editor":"~1.0.0","figgy-pudding":"^3.2.0","find-npm-prefix":"^1.0.2","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","gentle-fs":"^2.0.1","glob":"~7.1.2","graceful-fs":"~4.1.11","has-unicode":"~2.0.1","hosted-git-info":"^2.7.1","iferr":"^1.0.2","inflight":"~1.0.6","inherits":"~2.0.3","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^2.0.6","json-parse-better-errors":"^1.0.2","lazy-property":"~1.0.0","libcipm":"^2.0.1","libnpmhook":"^4.0.1","libnpx":"^10.2.0","lock-verify":"^2.0.2","lockfile":"^1.0.4","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"^4.1.3","meant":"~1.0.1","mississippi":"^3.0.0","mkdirp":"~0.5.1","move-concurrently":"^1.0.1","node-gyp":"^3.8.0","nopt":"~4.0.1","normalize-package-data":"~2.4.0","npm-audit-report":"^1.3.1","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-lifecycle":"^2.0.3","npm-package-arg":"^6.1.0","npm-packlist":"~1.1.10","npm-pick-manifest":"^2.1.0","npm-profile":"^3.0.2","npm-registry-client":"^8.5.1","npm-registry-fetch":"^1.1.0","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"~1.4.3","osenv":"^0.1.5","pacote":"^8.1.6","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"^0.12.0","query-string":"^6.1.0","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"^2.0.13","read-package-tree":"^5.2.1","readable-stream":"^2.3.6","request":"^2.87.0","retry":"^0.12.0","rimraf":"~2.6.2","safe-buffer":"^5.1.2","semver":"^5.5.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"^6.0.0","stringify-package":"^1.0.0","tar":"^4.4.6","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","update-notifier":"^2.5.0","uuid":"^3.3.2","validate-npm-package-license":"^3.0.4","validate-npm-package-name":"~3.0.0","which":"^1.3.1","worker-farm":"^1.6.0","write-file-atomic":"^2.3.0","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"^0.4.0","marked-man":"~0.2.1","npm-registry-couchapp":"^2.7.1","npm-registry-mock":"~1.1.0","require-inject":"^1.4.3","sprintf-js":"~1.1.1","standard":"^11.0.1","tacks":"~1.2.6","tap":"^12.0.1"},"bundleDependencies":["abbrev","ansicolors","ansistyles","aproba","archy","byte-size","cacache","call-limit","bluebird","bin-links","chownr","cmd-shim","columnify","config-chain","debuglog","detect-indent","detect-newline","dezalgo","editor","figgy-pudding","find-npm-prefix","fs-vacuum","fs-write-stream-atomic","gentle-fs","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","is-cidr","json-parse-better-errors","JSONStream","lazy-property","libcipm","libnpmhook","libnpx","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mkdirp","mississippi","move-concurrently","nopt","normalize-package-data","npm-audit-report","npm-cache-filename","npm-lifecycle","npm-install-checks","npm-package-arg","npm-packlist","npm-pick-manifest","npm-profile","npm-registry-client","npm-registry-fetch","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","query-string","qrcode-terminal","qw","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","request","retry","rimraf","semver","sha","slide","sorted-object","sorted-union-stream","ssri","tar","text-table","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","write-file-atomic","safe-buffer","worker-farm","tiny-relative-date","cli-columns","cli-table3","node-gyp","lock-verify","stringify-package"],"bin":{"npm":"./bin/npm-cli.js","npx":"./bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-k0VteQaxRuI1mREBxCtLUksesD2ZmX5gxjXNEjTmTrxQ3SHW22InkCKyX4NzoeGAYtgmDg5MuE7rcXYod7xgug==","shasum":"82a5a8151488d424958339561b4c0fccd33dd3e4","tarball":"https://registry.npmjs.org/npm/-/npm-6.4.0.tgz","fileCount":3610,"unpackedSize":16650924,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbdGWZCRA9TVsSAnZWagAAze8P/j9KjiKPcdYu1g/+hMzd\n9MvgrCYsnS0Hjv2/xqRpiO7aDbT4oKilUnugT+/+SnBcQL2MzWSxVlm7nuHk\nm55uM9RkMQbBlgh6I1iFHaKhfOKDf1W8cpS6J2t8OGruMDxvgexo5TGDew8H\nqKfqrcb/nbU6O9JiGlmztvJemJzdGMFNkBKQE57RCJOan/kiXKKHm9gz0nAo\nTX215ZcRjOgdmb6hwmMTO63j6ubXwpNsbo0NY84Wv173AbAe20cUA2MpvGGm\nk5vkLXn1Rk4TSaXCm5TDjDuv87f8yqDi1O8/vhlPa8t4E3cNvkI2atXBLvYp\ndTf0mW+C4R15mgu8757XzZwjOSIPi/eOCeobuFLBqokiaNIqkBIR7SyQ9xKE\nhePpU8igXGU0+lzvlq8lpjbggkkQzvFj16KyUVsCQUKg5hPsmjKmAEbOyLCG\nRUgM4+PO+a6oEBQ8yaTPjyWztfAdReOm10wfR6SU8XKac4Ryx3ZJhDnQDPJi\nfgbzv0wpErBin+OLAaGXJygDE1L+8bg/hiuz2WgdD8Q5NaH3L20l0s2D/4IJ\nj8LcmLCfoULjSy7eVTPEgl6fXy7KWbg8vDAqHcqhtB0yPchvtbtMVmOTQlaO\nBdA/MHKw97DV+wWZurHngaEhZP3CpLlAPoIwWhF929zwCGZwUw9dQPJ8xcUT\n3Ooj\r\n=TFS5\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIG7a1R1NFtZwuEKoRIk3wXWNloC21WrSn1VgFYaQ6dsEAiAnXrvOBZvoxODdUnbJfY9UA7LNA8ZG6G4BF8suTqzmJA=="}]}},"6.4.1-next.0":{"name":"npm","version":"6.4.1-next.0","dependencies":{"JSONStream":"^1.3.4","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.2.0","archy":"~1.0.0","bin-links":"^1.1.2","bluebird":"~3.5.1","byte-size":"^4.0.3","cacache":"^11.2.0","call-limit":"~1.1.0","chownr":"~1.0.1","ci-info":"^1.4.0","cli-columns":"^3.1.2","cli-table3":"^0.5.0","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.11","detect-indent":"~5.0.0","detect-newline":"^2.1.0","dezalgo":"~1.0.3","editor":"~1.0.0","figgy-pudding":"^3.4.1","find-npm-prefix":"^1.0.2","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","gentle-fs":"^2.0.1","glob":"~7.1.2","graceful-fs":"~4.1.11","has-unicode":"~2.0.1","hosted-git-info":"^2.7.1","iferr":"^1.0.2","inflight":"~1.0.6","inherits":"~2.0.3","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^2.0.6","json-parse-better-errors":"^1.0.2","lazy-property":"~1.0.0","libcipm":"^2.0.2","libnpmhook":"^4.0.1","libnpx":"^10.2.0","lock-verify":"^2.0.2","lockfile":"^1.0.4","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"^4.1.3","meant":"~1.0.1","mississippi":"^3.0.0","mkdirp":"~0.5.1","move-concurrently":"^1.0.1","node-gyp":"^3.8.0","nopt":"~4.0.1","normalize-package-data":"~2.4.0","npm-audit-report":"^1.3.1","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-lifecycle":"^2.1.0","npm-package-arg":"^6.1.0","npm-packlist":"^1.1.11","npm-pick-manifest":"^2.1.0","npm-profile":"^3.0.2","npm-registry-client":"^8.6.0","npm-registry-fetch":"^1.1.0","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"^1.5.0","osenv":"^0.1.5","pacote":"^8.1.6","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"^0.12.0","query-string":"^6.1.0","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"^2.0.13","read-package-tree":"^5.2.1","readable-stream":"^2.3.6","request":"^2.88.0","retry":"^0.12.0","rimraf":"~2.6.2","safe-buffer":"^5.1.2","semver":"^5.5.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"^6.0.0","stringify-package":"^1.0.0","tar":"^4.4.6","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","update-notifier":"^2.5.0","uuid":"^3.3.2","validate-npm-package-license":"^3.0.4","validate-npm-package-name":"~3.0.0","which":"^1.3.1","worker-farm":"^1.6.0","write-file-atomic":"^2.3.0","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"^0.5.0","marked-man":"~0.2.1","npm-registry-couchapp":"^2.7.1","npm-registry-mock":"~1.1.0","require-inject":"^1.4.3","sprintf-js":"~1.1.1","standard":"^11.0.1","tacks":"^1.2.7","tap":"^12.0.1"},"bundleDependencies":["abbrev","ansicolors","ansistyles","aproba","archy","byte-size","cacache","call-limit","bluebird","bin-links","chownr","ci-info","cmd-shim","columnify","config-chain","debuglog","detect-indent","detect-newline","dezalgo","editor","figgy-pudding","find-npm-prefix","fs-vacuum","fs-write-stream-atomic","gentle-fs","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","is-cidr","json-parse-better-errors","JSONStream","lazy-property","libcipm","libnpmhook","libnpx","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mkdirp","mississippi","move-concurrently","nopt","normalize-package-data","npm-audit-report","npm-cache-filename","npm-lifecycle","npm-install-checks","npm-package-arg","npm-packlist","npm-pick-manifest","npm-profile","npm-registry-client","npm-registry-fetch","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","query-string","qrcode-terminal","qw","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","request","retry","rimraf","semver","sha","slide","sorted-object","sorted-union-stream","ssri","tar","text-table","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","write-file-atomic","safe-buffer","worker-farm","tiny-relative-date","cli-columns","cli-table3","node-gyp","lock-verify","stringify-package"],"bin":{"npm":"./bin/npm-cli.js","npx":"./bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-AO1sBpL2OlzdMZs6g+B4at6PCG8sKZTI2J79aNS40BHZAHxe0lMI6MW+crFVMm/Ca+yUEO+XaDgnX+VOFhBShg==","shasum":"e5a5e43c023bd2f743f462c92812f1fc68663960","tarball":"https://registry.npmjs.org/npm/-/npm-6.4.1-next.0.tgz","fileCount":3593,"unpackedSize":16999575,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbfg2dCRA9TVsSAnZWagAAW3wP/AxbqtKdlgXhfsN3hbQW\nqpWYqxX7UBPuIvO9lWpfjEsi5FoDSlNvZnonnUq37lcaS0E445fgKtoV8H+i\n+p7cvtDUKRvigKw6ssvab1SPboMOb29EhTPnESu2VR6/lNDnZtEUgOJAYoC+\nsRcpbpzqOWa9ltRdIWb93daVT5vHD/yslDpQPGEEF4vKPQajfVGtw9dOAck9\nJxWpAQ8y4KJj+bpHbnyu+pbVqE3wT5e7sQxlHf+SxwmV8ol1HKjgZ44ZockJ\nUnfJ6Va/I/gE6oXBFzVTEbomwKs9KH4MXOtsF44Dakt4/Zi+eO2ccAnN5XAB\ndRU1TuCcnC1MIdwbCpzCICKwhZNCdd35mU6mGH7O+ouBVXmgt6iQAFbF+GYO\n1CiQDqG2Ray/SnBD88oMgUyLC3UzF7nmKDQ8IsVft8gMFsJRRqTefrTjo35A\ntwKmvqvEfq5vuclSvPf+V3ziHuvYyJKC8db+y88C96K953xWmsgQYEVH8tnI\n2Q9wFgsbF+dksECCAeNAUn9oeVWzYAXITQ5+9a2Nzj7w3InMevrFSZc7pLOm\n8Mff1H8t6YUgHXkAMlIBOV0etuEhIcL+CYM1UXM+gfACp91FeV13ppSmq/xp\nib7l8jr5KuEoV1ep50c5C5u0IPiF87Nt9NOi27I0ohZ+u1vwzkhJtw8erO4s\nzBfb\r\n=AVqC\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHDnJ4BzvWgCNs0+VcVgNE1xsH0K70DKaY8TSC9tiZ86AiEA7k0rVq2JHuiq5KVVmnJXvHq65SY7Q71VKJ930xSZ1pM="}]}},"6.4.1":{"name":"npm","version":"6.4.1","dependencies":{"JSONStream":"^1.3.4","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.2.0","archy":"~1.0.0","bin-links":"^1.1.2","bluebird":"~3.5.1","byte-size":"^4.0.3","cacache":"^11.2.0","call-limit":"~1.1.0","chownr":"~1.0.1","ci-info":"^1.4.0","cli-columns":"^3.1.2","cli-table3":"^0.5.0","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"~1.1.11","detect-indent":"~5.0.0","detect-newline":"^2.1.0","dezalgo":"~1.0.3","editor":"~1.0.0","figgy-pudding":"^3.4.1","find-npm-prefix":"^1.0.2","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","gentle-fs":"^2.0.1","glob":"~7.1.2","graceful-fs":"~4.1.11","has-unicode":"~2.0.1","hosted-git-info":"^2.7.1","iferr":"^1.0.2","inflight":"~1.0.6","inherits":"~2.0.3","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^2.0.6","json-parse-better-errors":"^1.0.2","lazy-property":"~1.0.0","libcipm":"^2.0.2","libnpmhook":"^4.0.1","libnpx":"^10.2.0","lock-verify":"^2.0.2","lockfile":"^1.0.4","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"^4.1.3","meant":"~1.0.1","mississippi":"^3.0.0","mkdirp":"~0.5.1","move-concurrently":"^1.0.1","node-gyp":"^3.8.0","nopt":"~4.0.1","normalize-package-data":"~2.4.0","npm-audit-report":"^1.3.1","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-lifecycle":"^2.1.0","npm-package-arg":"^6.1.0","npm-packlist":"^1.1.11","npm-pick-manifest":"^2.1.0","npm-profile":"^3.0.2","npm-registry-client":"^8.6.0","npm-registry-fetch":"^1.1.0","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"^1.5.0","osenv":"^0.1.5","pacote":"^8.1.6","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"^0.12.0","query-string":"^6.1.0","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"^2.0.13","read-package-tree":"^5.2.1","readable-stream":"^2.3.6","request":"^2.88.0","retry":"^0.12.0","rimraf":"~2.6.2","safe-buffer":"^5.1.2","semver":"^5.5.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"^6.0.0","stringify-package":"^1.0.0","tar":"^4.4.6","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","update-notifier":"^2.5.0","uuid":"^3.3.2","validate-npm-package-license":"^3.0.4","validate-npm-package-name":"~3.0.0","which":"^1.3.1","worker-farm":"^1.6.0","write-file-atomic":"^2.3.0","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*"},"devDependencies":{"deep-equal":"~1.0.1","marked":"^0.5.0","marked-man":"~0.2.1","npm-registry-couchapp":"^2.7.1","npm-registry-mock":"~1.1.0","require-inject":"^1.4.3","sprintf-js":"~1.1.1","standard":"^11.0.1","tacks":"^1.2.7","tap":"^12.0.1"},"bundleDependencies":["abbrev","ansicolors","ansistyles","aproba","archy","byte-size","cacache","call-limit","bluebird","bin-links","chownr","ci-info","cmd-shim","columnify","config-chain","debuglog","detect-indent","detect-newline","dezalgo","editor","figgy-pudding","find-npm-prefix","fs-vacuum","fs-write-stream-atomic","gentle-fs","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","is-cidr","json-parse-better-errors","JSONStream","lazy-property","libcipm","libnpmhook","libnpx","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mkdirp","mississippi","move-concurrently","nopt","normalize-package-data","npm-audit-report","npm-cache-filename","npm-lifecycle","npm-install-checks","npm-package-arg","npm-packlist","npm-pick-manifest","npm-profile","npm-registry-client","npm-registry-fetch","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","query-string","qrcode-terminal","qw","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","request","retry","rimraf","semver","sha","slide","sorted-object","sorted-union-stream","ssri","tar","text-table","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","write-file-atomic","safe-buffer","worker-farm","tiny-relative-date","cli-columns","cli-table3","node-gyp","lock-verify","stringify-package"],"bin":{"npm":"./bin/npm-cli.js","npx":"./bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-mXJL1NTVU136PtuopXCUQaNWuHlXCTp4McwlSW8S9/Aj8OEPAlSBgo8og7kJ01MjCDrkmqFQTvN5tTEhBMhXQg==","shasum":"4f39f9337b557a28faed4a771d5c8802d6b4288b","tarball":"https://registry.npmjs.org/npm/-/npm-6.4.1.tgz","fileCount":3593,"unpackedSize":16999000,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbhuQ/CRA9TVsSAnZWagAAhLMP/3qAkKkFfbvFMuC2GM5K\nFcIB0xqXPu4vgGD+0sy8hAXrZXs+yY1BdFU4mqjHLE2rTQd76gU5PKxhrCCQ\nPry4KMeSZz3Fc0A1hztD7mfIYBR99XISnEn0TRLAqZQlBFfRcznIgpBEWREj\nh0fSLg3aTzUdipX/GLDibtF6nHGJjd5vlomQBsRx0AB6Op1jhbA7PU16LHde\nxkzXl7fshWINka3S5+RfuFEb5blOsxe1ke6z8oimh4N5rxaFQAThJfx953Sx\nqI/R4/ESzjsg24KLUk5ftMdEFyXoaygnyoVd0KuVoxODSYoZcjW/C9Aq08T5\nyYfoSGow6yvQMBdl7ho1qOskc8nL/YP22Vh0AsbEXmqHdndGyWHfiSJa/hhC\nojPZzw96E7KH2DUwsHfs82RNeBkg9T6EL8wWdt0UKXpss0fB+LTz+hRciGMl\nPJOk91lCEwPwhZx/RVwtgD3MESFj1TkPKyFgG0PlTmFWeLrlNA5rpUrmATqg\nam81bIzeQX5QjOrfMDDnkD6hBCU+8sHXwZKEQ0C9LaOzs6nKVOICi7x61SLJ\n5X3rXe+6/FwCO36w7ZFrSsRHHVY4thduF0OwiawWrLNL7CvVYU9Ve6QUqRCA\nfamHZttsqyFFFWr4ioK0YAD4DYFJhnuM0I0D6DxTT+zfSMWb+FMAhlrHKMyW\n36kP\r\n=1aEk\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEdNIyeWgeqpKQFlJGVnyYpAKns+pJII/WKBfqW4GO/FAiEAm/7qGtblj4+pMoPb5fT7gKZB7BinxaIOx0rvfEUEC2k="}]}},"6.5.0-next.0":{"name":"npm","version":"6.5.0-next.0","dependencies":{"JSONStream":"^1.3.4","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.2.0","archy":"~1.0.0","bin-links":"^1.1.2","bluebird":"^3.5.3","byte-size":"^4.0.3","cacache":"^11.2.0","call-limit":"~1.1.0","chownr":"~1.0.1","ci-info":"^1.6.0","cli-columns":"^3.1.2","cli-table3":"^0.5.0","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"^1.1.12","detect-indent":"~5.0.0","detect-newline":"^2.1.0","dezalgo":"~1.0.3","editor":"~1.0.0","figgy-pudding":"^3.5.1","find-npm-prefix":"^1.0.2","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","gentle-fs":"^2.0.1","glob":"^7.1.3","graceful-fs":"^4.1.15","has-unicode":"~2.0.1","hosted-git-info":"^2.7.1","iferr":"^1.0.2","inflight":"~1.0.6","inherits":"~2.0.3","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^2.0.6","json-parse-better-errors":"^1.0.2","lazy-property":"~1.0.0","libcipm":"^2.0.2","libnpmhook":"^4.0.1","libnpx":"^10.2.0","lock-verify":"^2.0.2","lockfile":"^1.0.4","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"^4.1.3","meant":"~1.0.1","mississippi":"^3.0.0","mkdirp":"~0.5.1","move-concurrently":"^1.0.1","node-gyp":"^3.8.0","nopt":"~4.0.1","normalize-package-data":"~2.4.0","npm-audit-report":"^1.3.1","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-lifecycle":"^2.1.0","npm-package-arg":"^6.1.0","npm-packlist":"^1.1.12","npm-pick-manifest":"^2.1.0","npm-profile":"^3.0.2","npm-registry-client":"^8.6.0","npm-registry-fetch":"^1.1.0","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"^1.5.1","osenv":"^0.1.5","pacote":"^8.1.6","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"^0.12.0","query-string":"^6.1.0","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"^2.0.13","read-package-tree":"^5.2.1","readable-stream":"^2.3.6","request":"^2.88.0","retry":"^0.12.0","rimraf":"~2.6.2","safe-buffer":"^5.1.2","semver":"^5.5.1","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"^6.0.1","stringify-package":"^1.0.0","tar":"^4.4.8","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","update-notifier":"^2.5.0","uuid":"^3.3.2","validate-npm-package-license":"^3.0.4","validate-npm-package-name":"~3.0.0","which":"^1.3.1","worker-farm":"^1.6.0","write-file-atomic":"^2.3.0","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*"},"devDependencies":{"deep-equal":"~1.0.1","licensee":"^5.0.0","marked":"^0.5.0","marked-man":"~0.2.1","npm-registry-couchapp":"^2.7.1","npm-registry-mock":"~1.1.0","require-inject":"^1.4.3","sprintf-js":"~1.1.1","standard":"^11.0.1","tacks":"^1.2.7","tap":"^12.0.1"},"bundleDependencies":["abbrev","ansicolors","ansistyles","aproba","archy","byte-size","cacache","call-limit","bluebird","bin-links","chownr","ci-info","cmd-shim","columnify","config-chain","debuglog","detect-indent","detect-newline","dezalgo","editor","figgy-pudding","find-npm-prefix","fs-vacuum","fs-write-stream-atomic","gentle-fs","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","is-cidr","json-parse-better-errors","JSONStream","lazy-property","libcipm","libnpmhook","libnpx","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mkdirp","mississippi","move-concurrently","nopt","normalize-package-data","npm-audit-report","npm-cache-filename","npm-lifecycle","npm-install-checks","npm-package-arg","npm-packlist","npm-pick-manifest","npm-profile","npm-registry-client","npm-registry-fetch","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","query-string","qrcode-terminal","qw","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","request","retry","rimraf","semver","sha","slide","sorted-object","sorted-union-stream","ssri","tar","text-table","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","write-file-atomic","safe-buffer","worker-farm","tiny-relative-date","cli-columns","cli-table3","node-gyp","lock-verify","stringify-package"],"bin":{"npm":"./bin/npm-cli.js","npx":"./bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-PxtiYGsszkpLiuyeE6AvzO0NlNhUmmhjH2mWLPOCPCozt0CBu+klu6axPDd9vlK3rLfrv0z82IRt/pfith0OIQ==","shasum":"5dc060e77db7f543ec7f311acd4c686017d8f533","tarball":"https://registry.npmjs.org/npm/-/npm-6.5.0-next.0.tgz","fileCount":3593,"unpackedSize":17037984,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb/xbMCRA9TVsSAnZWagAAcnEP/3Ia2mz6ue1+yr6d53f+\n9scQlI793PZJLwpspM8pkvFyFAeEqJHg85b08HVeyYoSw2pkyG2dxrlB4t0w\npmMFP9U4kWREac8S5vGt5P04gaY3DODK6sPRgmIbmEihwGT0g+pVO7GO/bGM\nj7N2mBceIxqpQsUOyNYREZhRTmutjONP6SigJVbfWy6214pn+09BzDe55int\nk4/j85nQhGosXPNtuZSUOxkgFgy1BKChgpEiQc+RhreVkzuW5fCSEm9bfVUX\nj9JidsFbpf8dL17xIt2vbw/4dEEpAJjTGnbNIIHDQdSglDFCJzTSFDIzDdsd\n9gT/G3Nu/v8ksgl33wajwsC9IcIoedfHDQhCGZJ8N59frOzdiVcDivFBMjCM\nS9ZwEk50sfRX6KhSkjX7O/mOURLkPcM2L1gh4ozPHYXfcJ+0fK2sYrkjohu8\nFmyXRM+oSSwiIc12ADhjnonv0SY7G9mwkh/XmmbioLrhv7wiXxnWriqnDszE\nx4jd7sdt2nONDV8WzbL43U4FhDXmqWGadoicUEFtelU+urincBqFysXhSwrz\nU2/r74ioHyWs4Z48douQZocRdO6wil1B4sFftCAl/p8hDnEjYEE17c+62qQU\n+EwYchuo7jr6RsDOIMENslIUWEqoWNowgAHlm2F72Fhw/bJ29NM17zuGAcdS\nbY9O\r\n=rfG+\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICPS3cqbVN5/TVQP3pSBye/u8sETTLPMHiem+2CdofYxAiEAh0G1K6wPgmb21rsbEVm9pf36AU0CquJWEzImHnG1uKE="}]}},"6.5.0":{"name":"npm","version":"6.5.0","dependencies":{"JSONStream":"^1.3.4","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.2.0","archy":"~1.0.0","bin-links":"^1.1.2","bluebird":"^3.5.3","byte-size":"^4.0.3","cacache":"^11.2.0","call-limit":"~1.1.0","chownr":"~1.0.1","ci-info":"^1.6.0","cli-columns":"^3.1.2","cli-table3":"^0.5.0","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"^1.1.12","detect-indent":"~5.0.0","detect-newline":"^2.1.0","dezalgo":"~1.0.3","editor":"~1.0.0","figgy-pudding":"^3.5.1","find-npm-prefix":"^1.0.2","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","gentle-fs":"^2.0.1","glob":"^7.1.3","graceful-fs":"^4.1.15","has-unicode":"~2.0.1","hosted-git-info":"^2.7.1","iferr":"^1.0.2","inflight":"~1.0.6","inherits":"~2.0.3","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^2.0.6","json-parse-better-errors":"^1.0.2","lazy-property":"~1.0.0","libcipm":"^2.0.2","libnpmhook":"^4.0.1","libnpx":"^10.2.0","lock-verify":"^2.0.2","lockfile":"^1.0.4","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"^4.1.3","meant":"~1.0.1","mississippi":"^3.0.0","mkdirp":"~0.5.1","move-concurrently":"^1.0.1","node-gyp":"^3.8.0","nopt":"~4.0.1","normalize-package-data":"~2.4.0","npm-audit-report":"^1.3.1","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-lifecycle":"^2.1.0","npm-package-arg":"^6.1.0","npm-packlist":"^1.1.12","npm-pick-manifest":"^2.1.0","npm-profile":"^3.0.2","npm-registry-client":"^8.6.0","npm-registry-fetch":"^1.1.0","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"^1.5.1","osenv":"^0.1.5","pacote":"^8.1.6","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"^0.12.0","query-string":"^6.1.0","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"^2.0.13","read-package-tree":"^5.2.1","readable-stream":"^2.3.6","request":"^2.88.0","retry":"^0.12.0","rimraf":"~2.6.2","safe-buffer":"^5.1.2","semver":"^5.5.1","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"^6.0.1","stringify-package":"^1.0.0","tar":"^4.4.8","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","update-notifier":"^2.5.0","uuid":"^3.3.2","validate-npm-package-license":"^3.0.4","validate-npm-package-name":"~3.0.0","which":"^1.3.1","worker-farm":"^1.6.0","write-file-atomic":"^2.3.0","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","readdir-scoped-modules":"*"},"devDependencies":{"deep-equal":"~1.0.1","licensee":"^5.0.0","marked":"^0.5.0","marked-man":"~0.2.1","npm-registry-couchapp":"^2.7.1","npm-registry-mock":"~1.1.0","require-inject":"^1.4.3","sprintf-js":"~1.1.1","standard":"^11.0.1","tacks":"^1.2.7","tap":"^12.0.1"},"bundleDependencies":["abbrev","ansicolors","ansistyles","aproba","archy","byte-size","cacache","call-limit","bluebird","bin-links","chownr","ci-info","cmd-shim","columnify","config-chain","debuglog","detect-indent","detect-newline","dezalgo","editor","figgy-pudding","find-npm-prefix","fs-vacuum","fs-write-stream-atomic","gentle-fs","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","is-cidr","json-parse-better-errors","JSONStream","lazy-property","libcipm","libnpmhook","libnpx","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mkdirp","mississippi","move-concurrently","nopt","normalize-package-data","npm-audit-report","npm-cache-filename","npm-lifecycle","npm-install-checks","npm-package-arg","npm-packlist","npm-pick-manifest","npm-profile","npm-registry-client","npm-registry-fetch","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","query-string","qrcode-terminal","qw","read","read-cmd-shim","read-installed","read-package-json","read-package-tree","readable-stream","readdir-scoped-modules","request","retry","rimraf","semver","sha","slide","sorted-object","sorted-union-stream","ssri","tar","text-table","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","write-file-atomic","safe-buffer","worker-farm","tiny-relative-date","cli-columns","cli-table3","node-gyp","lock-verify","stringify-package"],"bin":{"npm":"./bin/npm-cli.js","npx":"./bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-SPq8zG2Kto+Xrq55E97O14Jla13PmQT5kSnvwBj88BmJZ5Nvw++OmlWfhjkB67pcgP5UEXljEtnGFKZtOgt6MQ==","shasum":"30ed48d4cd4d17d68ee04a5fcf9fa2ca9167d819","tarball":"https://registry.npmjs.org/npm/-/npm-6.5.0.tgz","fileCount":3593,"unpackedSize":17037491,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcDuhcCRA9TVsSAnZWagAAn10P/3xxU7aS9XqLTwYVpxLD\ntyUWMyXGXUoFxKOTesJeP2xweyhfn31PNN5NgGgRQIFrkoguEZ60CjhtZCDC\nwHp0c6XhacCpy77Wwg7icV687LfDLXGZo7v7WSMMqhCzHDms+r/xC2B+kCYw\nVw3QWBRZCtb4x78X7vE5NaKCZwBRN5VQjgiQmc5u41pUef22xjGR6JUPf+le\nyDY4s0PRrfmwG/slPY4m6gbNPKs5y/XVNEigQBx/Uum/Nkg6uwhwDofmg1XO\nqEICvvVW7NXAWtRw5FhKTOjXcwag514/u0qhMQzUZMC72n5Ecdk5p8JTVLqa\nZwG9ei32wGjun3d2Zh/XpopQUO061sGnAW58IcrBNMw6iFGHjDXCk8/8Fe+6\nYUoy4GaQBf3PtdVTCa+h6vgJplsXIolFjePEO/LXeihM2STEoTAn8SxKOg9U\nBcjhFOfmaeh05qGS9f9thXNU9qkDp8Lj41krJID2DBBP4rRHtLrYDir5ms/z\nomiHJ916pbjhN9tWeBtnnCKaq9idp6eQgyk7xlx4sk2/2Ju+NZ2xeOG/14h+\nlEnW5C/UQueYfZsS2V3M3UcvtwIxBuwq6ej4yoTynkNFJDProxFMC29/AquD\nYielA7pCrbpPF3bwCuI15T2EH6uG8KbEzLXK87P9mcGskwMNr6V0qZasCDaC\nvWrJ\r\n=l6j1\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFXuVztt8JKgVeQQVamqf2t9B68HNiVqaA2Bqq9pK536AiBA9aaPpll5vueFW8t3E2417TPZFC7VjqmmYf7GjBTBYg=="}]}},"6.6.0-next.0":{"name":"npm","version":"6.6.0-next.0","dependencies":{"JSONStream":"^1.3.4","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"~1.2.0","archy":"~1.0.0","bin-links":"^1.1.2","bluebird":"^3.5.3","byte-size":"^4.0.3","cacache":"^11.2.0","call-limit":"~1.1.0","chownr":"~1.0.1","ci-info":"^1.6.0","cli-columns":"^3.1.2","cli-table3":"^0.5.0","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"^1.1.12","detect-indent":"~5.0.0","detect-newline":"^2.1.0","dezalgo":"~1.0.3","editor":"~1.0.0","figgy-pudding":"^3.5.1","find-npm-prefix":"^1.0.2","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","gentle-fs":"^2.0.1","glob":"^7.1.3","graceful-fs":"^4.1.15","has-unicode":"~2.0.1","hosted-git-info":"^2.7.1","iferr":"^1.0.2","inflight":"~1.0.6","inherits":"~2.0.3","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^2.0.6","json-parse-better-errors":"^1.0.2","lazy-property":"~1.0.0","libcipm":"^3.0.2","libnpm":"^2.0.1","libnpx":"^10.2.0","lock-verify":"^2.0.2","lockfile":"^1.0.4","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"^4.1.3","meant":"~1.0.1","mississippi":"^3.0.0","mkdirp":"~0.5.1","move-concurrently":"^1.0.1","node-gyp":"^3.8.0","nopt":"~4.0.1","normalize-package-data":"~2.4.0","npm-audit-report":"^1.3.1","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-lifecycle":"^2.1.0","npm-package-arg":"^6.1.0","npm-packlist":"^1.1.12","npm-pick-manifest":"^2.1.0","npm-registry-fetch":"^3.8.0","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"^1.5.1","osenv":"^0.1.5","pacote":"^9.2.3","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"^0.12.0","query-string":"^6.1.0","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"^2.0.13","read-package-tree":"^5.2.1","readable-stream":"^2.3.6","request":"^2.88.0","retry":"^0.12.0","rimraf":"^2.6.2","safe-buffer":"^5.1.2","semver":"^5.5.1","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"^6.0.1","stringify-package":"^1.0.0","tar":"^4.4.8","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"~1.1.0","unpipe":"~1.0.0","update-notifier":"^2.5.0","uuid":"^3.3.2","validate-npm-package-license":"^3.0.4","validate-npm-package-name":"~3.0.0","which":"^1.3.1","worker-farm":"^1.6.0","write-file-atomic":"^2.3.0","debuglog":"*","imurmurhash":"*","libnpmaccess":"*","libnpmhook":"*","libnpmorg":"*","libnpmsearch":"*","libnpmteam":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","npm-profile":"*","readdir-scoped-modules":"*"},"devDependencies":{"deep-equal":"^1.0.1","get-stream":"^4.1.0","licensee":"^5.0.0","marked":"^0.5.2","marked-man":"^0.2.1","npm-registry-couchapp":"^2.7.1","npm-registry-mock":"^1.1.0","require-inject":"^1.4.3","sprintf-js":"^1.1.2","standard":"^11.0.1","tacks":"^1.2.7","tap":"^12.1.1"},"bundleDependencies":["abbrev","ansicolors","ansistyles","aproba","archy","bin-links","bluebird","byte-size","cacache","call-limit","chownr","ci-info","cli-columns","cli-table3","cmd-shim","columnify","config-chain","debuglog","detect-indent","detect-newline","dezalgo","editor","figgy-pudding","find-npm-prefix","fs-vacuum","fs-write-stream-atomic","gentle-fs","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","is-cidr","json-parse-better-errors","JSONStream","lazy-property","libcipm","libnpm","libnpmaccess","libnpmhook","libnpmorg","libnpmsearch","libnpmteam","libnpx","lock-verify","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mississippi","mkdirp","move-concurrently","node-gyp","nopt","normalize-package-data","npm-audit-report","npm-cache-filename","npm-install-checks","npm-lifecycle","npm-package-arg","npm-packlist","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","qrcode-terminal","query-string","qw","read-cmd-shim","read-installed","read-package-json","read-package-tree","read","readable-stream","readdir-scoped-modules","request","retry","rimraf","safe-buffer","semver","sha","slide","sorted-object","sorted-union-stream","ssri","stringify-package","tar","text-table","tiny-relative-date","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","worker-farm","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js","npx":"./bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-beG1884kvrs+6IKUiPHo18uQuJ4MCPrUo0CY8rSRCjNsWXZsrGROzcVG8dlh2nnNk+ROL8NvXcs1xC5lBeHMOw==","shasum":"d6d6044d40eb57643e0cb9237fd6bfc6e096c7eb","tarball":"https://registry.npmjs.org/npm/-/npm-6.6.0-next.0.tgz","fileCount":3630,"unpackedSize":17075508,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcEYS2CRA9TVsSAnZWagAAVNEP/0pq0cDf2y2AqOuusInD\nxgcmW1tun2ZgN7qo0Atw+6VontbJte6c6A/YWD7Ue2XPKUzHfEjUii4PsMa3\nUZ9rVaSt9sx90zjEEQ9x1Wbo95yivN6M/T5LDUG1b8FpTqqxtllTierBw3rh\naEn5I2jt5Idio8J63y2k5QaSHXGUELs3JFt9aHl2KlzKC/uDHxy9F2METTrK\nSPyyuPXRDr/sUS7jsWznxYFfhemDBDv6jSnsKgBfIgg1xx+8zqbioniChr2h\nXbnlRJ2WZmwEcjVOTEZc3ug/F7PnWJnQsDPZ5Xwfc+3zJLWCFV7cRbfSSrSv\nMJW8icznBp/PJfKLXAGDTwRvrTZgpcQ1+6xbS5dHevaoao+9X3uxvgdz3Cmo\nfY7ZajsoMHpItcPAlL5+sJB80B6iBZzbjzAoyuQ2RGyMKWlD+Jrhfe+SKEY0\n1Mrz1PzYuAuultAOfOQR0hwK9f7C+Hy5jC47Apk0TkYlBzJm1iwKmz6ZkS8J\nI8EXSYf7c4dAxQbjmgH60qNFCRhfw2FKpNd+XsbsVIvETD1P3MJlDTtjCtwl\nBzDRyrkTwQxCXz63Rf2X5yAdFYX/cnjil63IolTLvwqqz78Wck4tvUbB6G8h\n7Evw7hSpcWvj8O9J2OiLxQb1C0fM/tKhqHHQt8XoABSlTlX5viMsSChfTBzk\n1WhS\r\n=pBCj\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDcr2JL29dYnJU0IYFIWYB3WhIV8p/sL31wWFkAqsdG5wIgOUKJ8WqYYY59V5rHqvCNXMcEpAgCflOJslK2rUZ5bsM="}]}},"6.6.0-next.1":{"name":"npm","version":"6.6.0-next.1","dependencies":{"JSONStream":"^1.3.5","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^1.1.2","bluebird":"^3.5.3","byte-size":"^5.0.1","cacache":"^11.3.2","call-limit":"~1.1.0","chownr":"^1.1.1","ci-info":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.5.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"^1.1.12","detect-indent":"~5.0.0","detect-newline":"^2.1.0","dezalgo":"~1.0.3","editor":"~1.0.0","figgy-pudding":"^3.5.1","find-npm-prefix":"^1.0.2","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","gentle-fs":"^2.0.1","glob":"^7.1.3","graceful-fs":"^4.1.15","has-unicode":"~2.0.1","hosted-git-info":"^2.7.1","iferr":"^1.0.2","inflight":"~1.0.6","inherits":"~2.0.3","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^3.0.0","json-parse-better-errors":"^1.0.2","lazy-property":"~1.0.0","libcipm":"^3.0.2","libnpm":"^2.0.1","libnpmhook":"^5.0.2","libnpx":"^10.2.0","lock-verify":"^2.0.2","lockfile":"^1.0.4","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"^4.1.5","meant":"~1.0.1","mississippi":"^3.0.0","mkdirp":"~0.5.1","move-concurrently":"^1.0.1","node-gyp":"^3.8.0","nopt":"~4.0.1","normalize-package-data":"~2.4.0","npm-audit-report":"^1.3.2","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-lifecycle":"^2.1.0","npm-package-arg":"^6.1.0","npm-packlist":"^1.2.0","npm-pick-manifest":"^2.2.3","npm-registry-fetch":"^3.8.0","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"^1.5.1","osenv":"^0.1.5","pacote":"^9.3.0","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"^0.12.0","query-string":"^6.2.0","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"^2.0.13","read-package-tree":"^5.2.1","readable-stream":"^3.1.1","request":"^2.88.0","retry":"^0.12.0","rimraf":"^2.6.3","safe-buffer":"^5.1.2","semver":"^5.6.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"^6.0.1","stringify-package":"^1.0.0","tar":"^4.4.8","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"^1.1.1","unpipe":"~1.0.0","update-notifier":"^2.5.0","uuid":"^3.3.2","validate-npm-package-license":"^3.0.4","validate-npm-package-name":"~3.0.0","which":"^1.3.1","worker-farm":"^1.6.0","write-file-atomic":"^2.3.0","debuglog":"*","imurmurhash":"*","libnpmaccess":"*","libnpmorg":"*","libnpmsearch":"*","libnpmteam":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","npm-profile":"*","readdir-scoped-modules":"*"},"devDependencies":{"deep-equal":"^1.0.1","get-stream":"^4.1.0","licensee":"^5.0.0","marked":"^0.6.0","marked-man":"^0.2.1","npm-registry-couchapp":"^2.7.1","npm-registry-mock":"^1.1.0","require-inject":"^1.4.4","sprintf-js":"^1.1.2","standard":"^11.0.1","tacks":"^1.2.7","tap":"^12.1.1"},"bundleDependencies":["abbrev","ansicolors","ansistyles","aproba","archy","bin-links","bluebird","byte-size","cacache","call-limit","chownr","ci-info","cli-columns","cli-table3","cmd-shim","columnify","config-chain","debuglog","detect-indent","detect-newline","dezalgo","editor","figgy-pudding","find-npm-prefix","fs-vacuum","fs-write-stream-atomic","gentle-fs","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","is-cidr","json-parse-better-errors","JSONStream","lazy-property","libcipm","libnpm","libnpmaccess","libnpmhook","libnpmorg","libnpmsearch","libnpmteam","libnpx","lock-verify","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mississippi","mkdirp","move-concurrently","node-gyp","nopt","normalize-package-data","npm-audit-report","npm-cache-filename","npm-install-checks","npm-lifecycle","npm-package-arg","npm-packlist","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","qrcode-terminal","query-string","qw","read-cmd-shim","read-installed","read-package-json","read-package-tree","read","readable-stream","readdir-scoped-modules","request","retry","rimraf","safe-buffer","semver","sha","slide","sorted-object","sorted-union-stream","ssri","stringify-package","tar","text-table","tiny-relative-date","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","worker-farm","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js","npx":"./bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-BykK1Qn6f+N91Ld61HwBJom9QVfZDn7AYcO+XEvaDuJeIRUgxQCZdNBW/3NOWS6TER2G+n7PvFynBX6G3kFLxw==","shasum":"9f4337e98a739740a0d319aa36ac0f4a17e2506a","tarball":"https://registry.npmjs.org/npm/-/npm-6.6.0-next.1.tgz","fileCount":3957,"unpackedSize":18500562,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcN6K0CRA9TVsSAnZWagAAp7EQAJ1YmIwrhO4RAhqLJR6M\nkinCwjUhMjDlAuwy+E+n9s+D4WXIiYFC6gWBGY8ACyZI2UpLQibe65iohKsq\nllIPD6ezTbojpWtKZKTqgOtNxFh5NBDzXTOKAd7oIvY5HuEIal89Mb8bzuQX\neYfTznQX0PcvaULlw1eejUq3EExw4/CN82LSC8s60nHzXE/QW+LLehwwXmMi\nF/c6479R9fIae9X//FtLcmBPAlJTwp4huMYk9OFOHAnKQnpSRhyZMnmGdh9t\nuI+bJSjsbem5Ovdl1HYO8gpnkXMA1UoTYC2WmancI99MZVdUK68vY5r/FGme\nIV1Luu1uJxl83MRxTiSmtZu9Wif0DKKYJR6U0e62rgZhcVxqkWPjOQWHb9Z6\nuiZZfQYv/UvliItT6ckolSitOWnci6EEA/QJwK7VaPTmRuLtm0bv/jdOK73W\n1bkmQPywWKD499iG+43xdAPzE6OyAKX5zTyEGmBp9UzQyot/Hn3qYVcZBj/4\nQhpEJVWD1V6uoSL1/+SYUJ886QlqRJqw3vjZSp0ieivGhwLCbOeT6Sq+TRF+\nppgrf0QA9RP0KfrMSAL1Xw6J2parRgREVeeXfuXj2/AUuKsZoj/nu+yuvS+U\nUfetXnED/H1n9+PFKbHtF1RL0Pw2d9tTjWpPO3AS4isNeQPERp14tGgV6Mnz\nKGO5\r\n=i9AI\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDU5Woxnv/iiA45euXk68fbbAQp19WtB6Oo3aXbRow31QIhAJxPsu9xqX33BZmIgvjpWfP3YcfL5Byq30y4m3gelSDB"}]}},"6.6.0":{"name":"npm","version":"6.6.0","dependencies":{"JSONStream":"^1.3.5","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^1.1.2","bluebird":"^3.5.3","byte-size":"^5.0.1","cacache":"^11.3.2","call-limit":"~1.1.0","chownr":"^1.1.1","ci-info":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.5.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"^1.1.12","detect-indent":"~5.0.0","detect-newline":"^2.1.0","dezalgo":"~1.0.3","editor":"~1.0.0","figgy-pudding":"^3.5.1","find-npm-prefix":"^1.0.2","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","gentle-fs":"^2.0.1","glob":"^7.1.3","graceful-fs":"^4.1.15","has-unicode":"~2.0.1","hosted-git-info":"^2.7.1","iferr":"^1.0.2","inflight":"~1.0.6","inherits":"~2.0.3","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^3.0.0","json-parse-better-errors":"^1.0.2","lazy-property":"~1.0.0","libcipm":"^3.0.2","libnpm":"^2.0.1","libnpmhook":"^5.0.2","libnpx":"^10.2.0","lock-verify":"^2.0.2","lockfile":"^1.0.4","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"^4.1.5","meant":"~1.0.1","mississippi":"^3.0.0","mkdirp":"~0.5.1","move-concurrently":"^1.0.1","node-gyp":"^3.8.0","nopt":"~4.0.1","normalize-package-data":"~2.4.0","npm-audit-report":"^1.3.2","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-lifecycle":"^2.1.0","npm-package-arg":"^6.1.0","npm-packlist":"^1.2.0","npm-pick-manifest":"^2.2.3","npm-registry-fetch":"^3.8.0","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"^1.5.1","osenv":"^0.1.5","pacote":"^9.3.0","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"^0.12.0","query-string":"^6.2.0","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"^2.0.13","read-package-tree":"^5.2.1","readable-stream":"^3.1.1","request":"^2.88.0","retry":"^0.12.0","rimraf":"^2.6.3","safe-buffer":"^5.1.2","semver":"^5.6.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"^6.0.1","stringify-package":"^1.0.0","tar":"^4.4.8","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"^1.1.1","unpipe":"~1.0.0","update-notifier":"^2.5.0","uuid":"^3.3.2","validate-npm-package-license":"^3.0.4","validate-npm-package-name":"~3.0.0","which":"^1.3.1","worker-farm":"^1.6.0","write-file-atomic":"^2.3.0","debuglog":"*","imurmurhash":"*","libnpmaccess":"*","libnpmorg":"*","libnpmsearch":"*","libnpmteam":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","npm-profile":"*","readdir-scoped-modules":"*"},"devDependencies":{"deep-equal":"^1.0.1","get-stream":"^4.1.0","licensee":"^5.0.0","marked":"^0.6.0","marked-man":"^0.2.1","npm-registry-couchapp":"^2.7.1","npm-registry-mock":"^1.1.0","require-inject":"^1.4.4","sprintf-js":"^1.1.2","standard":"^11.0.1","tacks":"^1.2.7","tap":"^12.1.1"},"bundleDependencies":["abbrev","ansicolors","ansistyles","aproba","archy","bin-links","bluebird","byte-size","cacache","call-limit","chownr","ci-info","cli-columns","cli-table3","cmd-shim","columnify","config-chain","debuglog","detect-indent","detect-newline","dezalgo","editor","figgy-pudding","find-npm-prefix","fs-vacuum","fs-write-stream-atomic","gentle-fs","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","is-cidr","json-parse-better-errors","JSONStream","lazy-property","libcipm","libnpm","libnpmaccess","libnpmhook","libnpmorg","libnpmsearch","libnpmteam","libnpx","lock-verify","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mississippi","mkdirp","move-concurrently","node-gyp","nopt","normalize-package-data","npm-audit-report","npm-cache-filename","npm-install-checks","npm-lifecycle","npm-package-arg","npm-packlist","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","qrcode-terminal","query-string","qw","read-cmd-shim","read-installed","read-package-json","read-package-tree","read","readable-stream","readdir-scoped-modules","request","retry","rimraf","safe-buffer","semver","sha","slide","sorted-object","sorted-union-stream","ssri","stringify-package","tar","text-table","tiny-relative-date","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","worker-farm","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js","npx":"./bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-Q6Lb4YPWIGsyVzfxcZrTu6VQcMEvCHOBlSE0fbuNHj6CYCUuanMUf6HgNyj4QekWTORxQpOgOgaca2YEQ721Ug==","shasum":"2ab953bc38c005897f3ec4431120385c668ea572","tarball":"https://registry.npmjs.org/npm/-/npm-6.6.0.tgz","fileCount":3957,"unpackedSize":18500176,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcQQfdCRA9TVsSAnZWagAABGYQAItrr0iUyRDw6uDu4Z4U\n4cXr1bDNFAbyQTOjAuR09hvhj2p5hh33UrZ1+8z9jYdPSc7GXfQX+k2zyT6Q\n2xAL5bwlQUhzMDL+gQoDLhwywQSzjlJEdhm2xh/uv2hagLCqK2HnzvkA+BNb\nsCInycSOVtVkvfDtRhOmiHOx/1Fz/MX4HrUDer4OzOtOpnSuOnNTJf1EMg6v\nmKlmB5+DtIJVms0ahILeuXTT53eh6adTyVFdGLOWVI9MCwR4DCgkXv4wS0NR\nN+C3rBTMRLTAvU8GU2m+mguL96cCG8jzOMIv/mdSfvLyAMcaRGCnGIXSkooF\nvW+zmirWyumAdJi5kdpnwUpPIWEeciIdSFht74lgECDcg3vENas2FkyjZN7V\nVXIa2YEBp54/8QFvMMKh5ir5UmZt7WK5xFaOrz8zyZtJRph7dqKq2YzmGFSW\nnGk6BSoKSivVirICQQZv2Cq546a8GrUx1DePyM11WL0nr6kxTjCiMq+EQnjH\nJ98o2USy3e+jNXbsvqNv5n+4F41VYjxEYpXhmcRc0TW5Nx84LIoHnW72xsWI\n4UFwF0GrKT3+zIYHHVExItz6OeuDgolwsQ3BqQebcRytwlyU8hzrPN9Xc3Iy\n2X/BNNfylkWoxr/pKnO2cw7HvSnOW0JNNf+D/0Be6maWYcM5BxD0W1DuNzFo\nyor8\r\n=j1HK\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFhqxb/TiE9bMk8TpDKqC/OGWhiwOzxp3fkjOd8G1UWfAiBcBY2sCCDgijJcefjDK8PDoKQmW8MdhFl5yu2QXij83A=="}]}},"6.7.0":{"name":"npm","version":"6.7.0","dependencies":{"JSONStream":"^1.3.5","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^1.1.2","bluebird":"^3.5.3","byte-size":"^5.0.1","cacache":"^11.3.2","call-limit":"~1.1.0","chownr":"^1.1.1","ci-info":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.5.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"^1.1.12","detect-indent":"~5.0.0","detect-newline":"^2.1.0","dezalgo":"~1.0.3","editor":"~1.0.0","figgy-pudding":"^3.5.1","find-npm-prefix":"^1.0.2","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","gentle-fs":"^2.0.1","glob":"^7.1.3","graceful-fs":"^4.1.15","has-unicode":"~2.0.1","hosted-git-info":"^2.7.1","iferr":"^1.0.2","inflight":"~1.0.6","inherits":"~2.0.3","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^3.0.0","json-parse-better-errors":"^1.0.2","lazy-property":"~1.0.0","libcipm":"^3.0.3","libnpm":"^2.0.1","libnpmhook":"^5.0.2","libnpx":"^10.2.0","lock-verify":"^2.0.2","lockfile":"^1.0.4","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"^4.1.5","meant":"~1.0.1","mississippi":"^3.0.0","mkdirp":"~0.5.1","move-concurrently":"^1.0.1","node-gyp":"^3.8.0","nopt":"~4.0.1","normalize-package-data":"~2.4.0","npm-audit-report":"^1.3.2","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-lifecycle":"^2.1.0","npm-package-arg":"^6.1.0","npm-packlist":"^1.2.0","npm-pick-manifest":"^2.2.3","npm-registry-fetch":"^3.8.0","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"^1.5.1","osenv":"^0.1.5","pacote":"^9.4.0","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"^0.12.0","query-string":"^6.2.0","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"^2.0.13","read-package-tree":"^5.2.1","readable-stream":"^3.1.1","request":"^2.88.0","retry":"^0.12.0","rimraf":"^2.6.3","safe-buffer":"^5.1.2","semver":"^5.6.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"^6.0.1","stringify-package":"^1.0.0","tar":"^4.4.8","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"^1.1.1","unpipe":"~1.0.0","update-notifier":"^2.5.0","uuid":"^3.3.2","validate-npm-package-license":"^3.0.4","validate-npm-package-name":"~3.0.0","which":"^1.3.1","worker-farm":"^1.6.0","write-file-atomic":"^2.4.2","debuglog":"*","imurmurhash":"*","libnpmaccess":"*","libnpmorg":"*","libnpmsearch":"*","libnpmteam":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","npm-profile":"*","readdir-scoped-modules":"*"},"devDependencies":{"deep-equal":"^1.0.1","get-stream":"^4.1.0","licensee":"^5.0.0","marked":"^0.6.0","marked-man":"^0.2.1","npm-registry-couchapp":"^2.7.1","npm-registry-mock":"^1.1.0","require-inject":"^1.4.4","sprintf-js":"^1.1.2","standard":"^11.0.1","tacks":"^1.2.7","tap":"^12.1.1"},"bundleDependencies":["abbrev","ansicolors","ansistyles","aproba","archy","bin-links","bluebird","byte-size","cacache","call-limit","chownr","ci-info","cli-columns","cli-table3","cmd-shim","columnify","config-chain","debuglog","detect-indent","detect-newline","dezalgo","editor","figgy-pudding","find-npm-prefix","fs-vacuum","fs-write-stream-atomic","gentle-fs","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","is-cidr","json-parse-better-errors","JSONStream","lazy-property","libcipm","libnpm","libnpmaccess","libnpmhook","libnpmorg","libnpmsearch","libnpmteam","libnpx","lock-verify","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mississippi","mkdirp","move-concurrently","node-gyp","nopt","normalize-package-data","npm-audit-report","npm-cache-filename","npm-install-checks","npm-lifecycle","npm-package-arg","npm-packlist","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","qrcode-terminal","query-string","qw","read-cmd-shim","read-installed","read-package-json","read-package-tree","read","readable-stream","readdir-scoped-modules","request","retry","rimraf","safe-buffer","semver","sha","slide","sorted-object","sorted-union-stream","ssri","stringify-package","tar","text-table","tiny-relative-date","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","worker-farm","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js","npx":"./bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-OtxCLzx+pcsjMGrjZpBp214ZjxzHcAe3zLYIlaVpRYqFHff6bgggyTLf2OZPO8lfxN0RHLJnFFUU016JCzM/Ww==","shasum":"a563d6e6806913b2afa4c713ba63047cb7c63ea4","tarball":"https://registry.npmjs.org/npm/-/npm-6.7.0.tgz","fileCount":3946,"unpackedSize":18481053,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcSObUCRA9TVsSAnZWagAACXMQAJSGKy0Xrfg3E0kqzPBf\nHtmOmQF+vAuqaul+hJMaO1EntJLKo6vN+iv1nKnGfD86OrCxZnrIsC6OChwH\nIXCaqCHgKqYG4WcEVYvC7Xn17JDYQ/m7/GFkxyHG5ebYPRwtF1Libj0fREm/\np1ActCnGErHZfhfGx6hCZaKm6SdNzxCG8y6LLHSsFHBxtarStQNjLfjNfDUU\nv1agT2TbDo4jaQsL5I+79GxbnGezqnEjt9Q1+LC4Gx1p6LoA9a1O/hW+UH8Z\ny4U3UxhlrBmp22j0kZoY7tysvoCHG5ANzHwAva03Uvr3yFmEJ6m+085ED3gE\ngDeKf8bejqb36ZvajfgsG9rVWlGYXHp98aJNeLoaakA+3ENGwOCWN/HZY8Bx\njT4YqEnjySKctdM8002x/MVJro8usCEDJnLYKAHwGMi60NVhgip0B8MD/XdA\n7QNKXbu/CTZIMxYzBHlLJ6Pt/j1nILTLVcGKVeSJQarvJ/DsDPm1LSMA/pt4\nJqKqmTL71KN4p5V9gC7CZa2dtQFS38EJaAUguLpFMprRyt7FkTYis83eCItq\nrlH7I+NCi60gMDHBT6wL01qoNei78gMeXGocSSozkWwjzEO5xZkpkcr45rG0\nkUZdcrQSTmfvxH9TCV95z+hFYfALASyRWdZVadzeC7WxalEYFkGG8hA8Qn6k\nZK6C\r\n=Mbde\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICUVp4uQk4x8B4o4pnv2YKa73onyER4omOD7aUpCmSd+AiEAkLq7icJMkp4MFaLh6kFkwTDZkW2vRkMEePXVPhYKlQw="}]}},"6.8.0-next.0":{"name":"npm","version":"6.8.0-next.0","dependencies":{"JSONStream":"^1.3.5","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^1.1.2","bluebird":"^3.5.3","byte-size":"^5.0.1","cacache":"^11.3.2","call-limit":"~1.1.0","chownr":"^1.1.1","ci-info":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.5.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"^1.1.12","detect-indent":"~5.0.0","detect-newline":"^2.1.0","dezalgo":"~1.0.3","editor":"~1.0.0","figgy-pudding":"^3.5.1","find-npm-prefix":"^1.0.2","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","gentle-fs":"^2.0.1","glob":"^7.1.3","graceful-fs":"^4.1.15","has-unicode":"~2.0.1","hosted-git-info":"^2.7.1","iferr":"^1.0.2","inflight":"~1.0.6","inherits":"~2.0.3","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^3.0.0","json-parse-better-errors":"^1.0.2","lazy-property":"~1.0.0","libcipm":"^3.0.3","libnpm":"^2.0.1","libnpmhook":"^5.0.2","libnpx":"^10.2.0","lock-verify":"^2.0.2","lockfile":"^1.0.4","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"^4.1.5","meant":"~1.0.1","mississippi":"^3.0.0","mkdirp":"~0.5.1","move-concurrently":"^1.0.1","node-gyp":"^3.8.0","nopt":"~4.0.1","normalize-package-data":"~2.4.0","npm-audit-report":"^1.3.2","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-lifecycle":"^2.1.0","npm-package-arg":"^6.1.0","npm-packlist":"^1.2.0","npm-pick-manifest":"^2.2.3","npm-registry-fetch":"^3.9.0","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"^1.5.1","osenv":"^0.1.5","pacote":"^9.4.1","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"^0.12.0","query-string":"^6.2.0","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"^2.0.13","read-package-tree":"^5.2.1","readable-stream":"^3.1.1","request":"^2.88.0","retry":"^0.12.0","rimraf":"^2.6.3","safe-buffer":"^5.1.2","semver":"^5.6.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"^6.0.1","stringify-package":"^1.0.0","tar":"^4.4.8","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"^1.1.1","unpipe":"~1.0.0","update-notifier":"^2.5.0","uuid":"^3.3.2","validate-npm-package-license":"^3.0.4","validate-npm-package-name":"~3.0.0","which":"^1.3.1","worker-farm":"^1.6.0","write-file-atomic":"^2.4.2","debuglog":"*","imurmurhash":"*","libnpmaccess":"*","libnpmorg":"*","libnpmsearch":"*","libnpmteam":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","npm-profile":"*","readdir-scoped-modules":"*"},"devDependencies":{"deep-equal":"^1.0.1","get-stream":"^4.1.0","licensee":"^5.0.0","marked":"^0.6.0","marked-man":"^0.2.1","npm-registry-couchapp":"^2.7.1","npm-registry-mock":"^1.1.0","require-inject":"^1.4.4","sprintf-js":"^1.1.2","standard":"^11.0.1","tacks":"^1.2.7","tap":"^12.1.1"},"bundleDependencies":["abbrev","ansicolors","ansistyles","aproba","archy","bin-links","bluebird","byte-size","cacache","call-limit","chownr","ci-info","cli-columns","cli-table3","cmd-shim","columnify","config-chain","debuglog","detect-indent","detect-newline","dezalgo","editor","figgy-pudding","find-npm-prefix","fs-vacuum","fs-write-stream-atomic","gentle-fs","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","is-cidr","json-parse-better-errors","JSONStream","lazy-property","libcipm","libnpm","libnpmaccess","libnpmhook","libnpmorg","libnpmsearch","libnpmteam","libnpx","lock-verify","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mississippi","mkdirp","move-concurrently","node-gyp","nopt","normalize-package-data","npm-audit-report","npm-cache-filename","npm-install-checks","npm-lifecycle","npm-package-arg","npm-packlist","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","qrcode-terminal","query-string","qw","read-cmd-shim","read-installed","read-package-json","read-package-tree","read","readable-stream","readdir-scoped-modules","request","retry","rimraf","safe-buffer","semver","sha","slide","sorted-object","sorted-union-stream","ssri","stringify-package","tar","text-table","tiny-relative-date","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","worker-farm","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js","npx":"./bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-FfhvBbSr2ipcCxEXNeGVnP6z6zFRQ2Qw7i4RrIgBInE+IpF2YrEAY4wnTqG42urJDGYC684HAmXxKKnbEQpp8Q==","shasum":"52a3277ea222a5862ca5e5cbb2ec5d658f9a875b","tarball":"https://registry.npmjs.org/npm/-/npm-6.8.0-next.0.tgz","fileCount":3947,"unpackedSize":18489038,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcU1THCRA9TVsSAnZWagAAE7MQAINAHdh8aVbH/C9Qzv9j\n23oulBNOt+Op36vvaIVUBRYsI0+CWi7KgIb4FxK/CMU7E8zB3cJPcxO9+y/i\nKu2xD1+GMgWr9VR4OhoIqj9uMGRI8uCKFXFJhwps73UEm/ljmERiENbU9gqL\nGf9JbIr5LXQjjQDa42Y0f1zQxZIBI3Woh2Idk8jrruQ8ZJEHHAVDX2rB+WCI\nBNBGV97NN03DhZVWRj2DgRLHTHaE84PGyYhyvEYQzNencogOZYWymEjq6Wpt\n4qs90qS4IF5iRvjVT6mC7LwPGDHcHiZ91I2fSaJWNg+LM5BnDRUdv6tAEnD5\n1xJhGhK/Uuy2Rt2YNnYG3SHZ1tS6c+QId4hZPg5YKOoTHWv6kfgKZLpu7hDW\nAdQCRF03M+mbVvcpNA3NjgK0RGFwhspURb6gJBPXXmHHIpQ1nABlmPT5pLyJ\nd5Xcq7CtAYHZa+SLISEIsqVr5SHEv/b5rVjEuSyJH6Ie81OYmGAkB9Fqm8Aj\nGXjdp+nqB9Y4jJuu/DMZY6q4Ds7ESCgWrjqMLWEgjmR+7+7nOiyZanwUvQ8b\nkQtHwA8+dCdbjjpOgTNp54Ge2N5qIgl9A+kbvlXxllm9dSI3ofpDhHiXsaLJ\nvUnBm4ODc3PIUnUIwC7cdMy5Qg6ZzpMBPMV6k08TJj8VqD92kiBqRSSR0Fdk\nuabv\r\n=ceFy\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD9+hun9OBtXOItJZCm67ldelhrlUHShEvw9U8/G3HoggIhAJt70GVk/BKmESMwAW5MRtbtKO9Bq6IcBug97vKFQ+P4"}]}},"6.8.0-next.1":{"name":"npm","version":"6.8.0-next.1","dependencies":{"JSONStream":"^1.3.5","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^1.1.2","bluebird":"^3.5.3","byte-size":"^5.0.1","cacache":"^11.3.2","call-limit":"~1.1.0","chownr":"^1.1.1","ci-info":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.5.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"^1.1.12","detect-indent":"~5.0.0","detect-newline":"^2.1.0","dezalgo":"~1.0.3","editor":"~1.0.0","figgy-pudding":"^3.5.1","find-npm-prefix":"^1.0.2","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","gentle-fs":"^2.0.1","glob":"^7.1.3","graceful-fs":"^4.1.15","has-unicode":"~2.0.1","hosted-git-info":"^2.7.1","iferr":"^1.0.2","inflight":"~1.0.6","inherits":"~2.0.3","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^3.0.0","json-parse-better-errors":"^1.0.2","lazy-property":"~1.0.0","libcipm":"^3.0.3","libnpm":"^2.0.1","libnpmhook":"^5.0.2","libnpx":"^10.2.0","lock-verify":"^2.0.2","lockfile":"^1.0.4","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"^4.1.5","meant":"~1.0.1","mississippi":"^3.0.0","mkdirp":"~0.5.1","move-concurrently":"^1.0.1","node-gyp":"^3.8.0","nopt":"~4.0.1","normalize-package-data":"^2.5.0","npm-audit-report":"^1.3.2","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-lifecycle":"^2.1.0","npm-package-arg":"^6.1.0","npm-packlist":"^1.3.0","npm-pick-manifest":"^2.2.3","npm-registry-fetch":"^3.9.0","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"^1.5.1","osenv":"^0.1.5","pacote":"^9.4.1","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"^0.12.0","query-string":"^6.2.0","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"^2.0.13","read-package-tree":"^5.2.1","readable-stream":"^3.1.1","request":"^2.88.0","retry":"^0.12.0","rimraf":"^2.6.3","safe-buffer":"^5.1.2","semver":"^5.6.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"^6.0.1","stringify-package":"^1.0.0","tar":"^4.4.8","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"^1.1.1","unpipe":"~1.0.0","update-notifier":"^2.5.0","uuid":"^3.3.2","validate-npm-package-license":"^3.0.4","validate-npm-package-name":"~3.0.0","which":"^1.3.1","worker-farm":"^1.6.0","write-file-atomic":"^2.4.2","debuglog":"*","imurmurhash":"*","libnpmaccess":"*","libnpmorg":"*","libnpmsearch":"*","libnpmteam":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","npm-profile":"*","readdir-scoped-modules":"*"},"devDependencies":{"deep-equal":"^1.0.1","get-stream":"^4.1.0","licensee":"^5.0.0","marked":"^0.6.0","marked-man":"^0.2.1","npm-registry-couchapp":"^2.7.1","npm-registry-mock":"^1.1.0","require-inject":"^1.4.4","sprintf-js":"^1.1.2","standard":"^11.0.1","tacks":"^1.2.7","tap":"^12.1.1"},"bundleDependencies":["abbrev","ansicolors","ansistyles","aproba","archy","bin-links","bluebird","byte-size","cacache","call-limit","chownr","ci-info","cli-columns","cli-table3","cmd-shim","columnify","config-chain","debuglog","detect-indent","detect-newline","dezalgo","editor","figgy-pudding","find-npm-prefix","fs-vacuum","fs-write-stream-atomic","gentle-fs","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","is-cidr","json-parse-better-errors","JSONStream","lazy-property","libcipm","libnpm","libnpmaccess","libnpmhook","libnpmorg","libnpmsearch","libnpmteam","libnpx","lock-verify","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mississippi","mkdirp","move-concurrently","node-gyp","nopt","normalize-package-data","npm-audit-report","npm-cache-filename","npm-install-checks","npm-lifecycle","npm-package-arg","npm-packlist","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","qrcode-terminal","query-string","qw","read-cmd-shim","read-installed","read-package-json","read-package-tree","read","readable-stream","readdir-scoped-modules","request","retry","rimraf","safe-buffer","semver","sha","slide","sorted-object","sorted-union-stream","ssri","stringify-package","tar","text-table","tiny-relative-date","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","worker-farm","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js","npx":"./bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-G4/3H0iWSMZR6hu9xe0+viZpspi1u/6A4FpBf/GQl7Ii+BnGhKIAgvrXD5gzS/a8RWQdAR7CJU360gTnVRGAwA==","shasum":"fe3ed2624e2c88cc1a7d480d60943ee079006558","tarball":"https://registry.npmjs.org/npm/-/npm-6.8.0-next.1.tgz","fileCount":4028,"unpackedSize":18621909,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcW2KNCRA9TVsSAnZWagAACVQP/3NqKm917u45PGpWoILC\nGWQYr7mpS15A9S6fknV0SPx8438SAdNHvMmykMXKbJLEaFjYEhs0ytn82Xzc\nh2ES+EUkEdzQ+oxwUpvPxQ8MDSpX1RxiDp0IX/zL8txYAwFLc9JdmiTLgeud\nOdTCYqcIkK8tbhe7iMlmDduuUKDlnVp5lv63dM8dzHpJCoqCEo0z6YPZ77g1\n0FKKCGkF7qDUIlsH0+CV97rxmhWu2qyiB+cExXrfBNlr7sOLg+jY93tBJbBW\n47HtYfK6ab3vu9mcryi20XBqkBEiCQrKP8pNC3jvnvTjF0d5t0IbPIf887mA\nWg4R6yg0lSYnFZ543XEDytjjG/uu2+lyN/OGxlsOvQzOXuZ+mgO/Rd0Nem/f\n78CMvSfMH6PoQgJ8/JEI8hnExzDdM/kzUQdz59Hpp9tQdusDX0CCxwtR2pdT\nFVWktVWXXcJLwSR59aWnOUzl4Thkl+HPqD0YGhH2+97++Xs4RE2TiCelBqt7\nbhq0yrreJTk58Z2dhQSlgzActw3iKLatQigetmBhQj+cua34DeCo5fqbEFCT\naxBeNyG+CenEgful7AiV/JNMzqhqmWjqM6BAnj7FNd9fCkq/4wCrx8A3KmTM\nxuAiiAqdaH0mM2jYpeIQopm71DPc9X100P48xZoav+oCKIuCeiKbPgksYY2t\nzMWO\r\n=M87J\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICO6Mxz7W1kWnq1ZDBgz5e2JEk2xeAUJ+Y5R0C3ORLAZAiEAv+F38p59YR0Y+YlHodPuCfEBMa3Dd6VWW6EL1MrY2Hk="}]}},"6.8.0-next.2":{"name":"npm","version":"6.8.0-next.2","dependencies":{"JSONStream":"^1.3.5","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^1.1.2","bluebird":"^3.5.3","byte-size":"^5.0.1","cacache":"^11.3.2","call-limit":"~1.1.0","chownr":"^1.1.1","ci-info":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.5.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"^1.1.12","detect-indent":"~5.0.0","detect-newline":"^2.1.0","dezalgo":"~1.0.3","editor":"~1.0.0","figgy-pudding":"^3.5.1","find-npm-prefix":"^1.0.2","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","gentle-fs":"^2.0.1","glob":"^7.1.3","graceful-fs":"^4.1.15","has-unicode":"~2.0.1","hosted-git-info":"^2.7.1","iferr":"^1.0.2","inflight":"~1.0.6","inherits":"~2.0.3","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^3.0.0","json-parse-better-errors":"^1.0.2","lazy-property":"~1.0.0","libcipm":"^3.0.3","libnpm":"^2.0.1","libnpmhook":"^5.0.2","libnpx":"^10.2.0","lock-verify":"^2.0.2","lockfile":"^1.0.4","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"^4.1.5","meant":"~1.0.1","mississippi":"^3.0.0","mkdirp":"~0.5.1","move-concurrently":"^1.0.1","node-gyp":"^3.8.0","nopt":"~4.0.1","normalize-package-data":"^2.5.0","npm-audit-report":"^1.3.2","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-lifecycle":"^2.1.0","npm-package-arg":"^6.1.0","npm-packlist":"^1.3.0","npm-pick-manifest":"^2.2.3","npm-registry-fetch":"^3.9.0","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"^1.5.1","osenv":"^0.1.5","pacote":"^9.4.1","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"^0.12.0","query-string":"^6.2.0","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"^2.0.13","read-package-tree":"^5.2.1","readable-stream":"^3.1.1","request":"^2.88.0","retry":"^0.12.0","rimraf":"^2.6.3","safe-buffer":"^5.1.2","semver":"^5.6.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"^6.0.1","stringify-package":"^1.0.0","tar":"^4.4.8","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"^1.1.1","unpipe":"~1.0.0","update-notifier":"^2.5.0","uuid":"^3.3.2","validate-npm-package-license":"^3.0.4","validate-npm-package-name":"~3.0.0","which":"^1.3.1","worker-farm":"^1.6.0","write-file-atomic":"^2.4.2","debuglog":"*","imurmurhash":"*","libnpmaccess":"*","libnpmorg":"*","libnpmsearch":"*","libnpmteam":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","npm-profile":"*","readdir-scoped-modules":"*"},"devDependencies":{"deep-equal":"^1.0.1","get-stream":"^4.1.0","licensee":"^5.0.0","marked":"^0.6.0","marked-man":"^0.2.1","npm-registry-couchapp":"^2.7.1","npm-registry-mock":"^1.1.0","require-inject":"^1.4.4","sprintf-js":"^1.1.2","standard":"^11.0.1","tacks":"^1.2.7","tap":"^12.1.1"},"bundleDependencies":["abbrev","ansicolors","ansistyles","aproba","archy","bin-links","bluebird","byte-size","cacache","call-limit","chownr","ci-info","cli-columns","cli-table3","cmd-shim","columnify","config-chain","debuglog","detect-indent","detect-newline","dezalgo","editor","figgy-pudding","find-npm-prefix","fs-vacuum","fs-write-stream-atomic","gentle-fs","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","is-cidr","json-parse-better-errors","JSONStream","lazy-property","libcipm","libnpm","libnpmaccess","libnpmhook","libnpmorg","libnpmsearch","libnpmteam","libnpx","lock-verify","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mississippi","mkdirp","move-concurrently","node-gyp","nopt","normalize-package-data","npm-audit-report","npm-cache-filename","npm-install-checks","npm-lifecycle","npm-package-arg","npm-packlist","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","qrcode-terminal","query-string","qw","read-cmd-shim","read-installed","read-package-json","read-package-tree","read","readable-stream","readdir-scoped-modules","request","retry","rimraf","safe-buffer","semver","sha","slide","sorted-object","sorted-union-stream","ssri","stringify-package","tar","text-table","tiny-relative-date","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","worker-farm","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js","npx":"./bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-H5E7+n2KrN5AYQQySaTgJGpd9FHu+bZGis78UZsJ824tI2HoUnjKkvax4I2TNeq2IavySml4J25YKU21veGHcA==","shasum":"4135718ec0f5226b3363b544993b48831e3937bf","tarball":"https://registry.npmjs.org/npm/-/npm-6.8.0-next.2.tgz","fileCount":4028,"unpackedSize":18622539,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcXIk1CRA9TVsSAnZWagAARzsP/2cckPVZjx4cShD9aKud\nPMseIdsiuvmj8ZB9nmdMLIe24FLmOa5gJw4RcWISMYhQ0sMZiQIoqNXopHns\n4AlwA7Tm/EIPUyDUd1LmdSqMI25AVf+qf5qdyJPRC/U/+2u5eIT/hmO95mqb\nWsdyoJnnsbeLsdSG0LNGmHqFzwV2kmGJd4PmA4ORn0k5SQGWczQXoEwMncB3\nQwCoX0nie+jRiI2qFPxF6IDRN1iNXowSMA8ONyOtC+HZq2Ad4ahRU1MXBXym\nteIJTeO+VyyyotRlonwQ90C6rNLVyP0KVCUyAYokynxDhp75DHiLyhSyOG6T\n0ln2NruPIa2kDha3i9I6oSwv77+r2cqc3TFpO/aVPvfRoV7ZH5KExBDbv/tf\nlxNuzC33q2teKmuAhaXM7QZeVgbTY9HFwM8kjJ17DZH6hGnuoCpKi7Q8cpai\nRl8yg4nLr226udkGW7+v4NPmoRNM+bYVEvPYLemiKXhQGaWI7wUnLTwbL+Ot\nQ0ATcUnChnxRlwYEYGbX7wlRzEhqOdkFdwYYaLTscc0eQDiJDT0Cz9yPCkFE\n2TiLXWgPDxNomD6cr5neQ+4jJeH3tmMbzIotUkqC0oXmTlGkG7EYd1xftIIH\nLOisQpbUhw8rJQ/feSTDNFcOjywCFlhwow4N7vKSXz5xqEIxbLglyQp6mts8\n+Dps\r\n=OLtH\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCuy2Mqa0JKwb3ETAcIOrz/evD4fNlEz7dRLxuCpOLunwIgUxSOl6EkGW17TEqpQh0Gy90My9iKH9++sEDFUefYrEQ="}]}},"6.8.0":{"name":"npm","version":"6.8.0","dependencies":{"JSONStream":"^1.3.5","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^1.1.2","bluebird":"^3.5.3","byte-size":"^5.0.1","cacache":"^11.3.2","call-limit":"~1.1.0","chownr":"^1.1.1","ci-info":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.5.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"^1.1.12","detect-indent":"~5.0.0","detect-newline":"^2.1.0","dezalgo":"~1.0.3","editor":"~1.0.0","figgy-pudding":"^3.5.1","find-npm-prefix":"^1.0.2","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","gentle-fs":"^2.0.1","glob":"^7.1.3","graceful-fs":"^4.1.15","has-unicode":"~2.0.1","hosted-git-info":"^2.7.1","iferr":"^1.0.2","inflight":"~1.0.6","inherits":"~2.0.3","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^3.0.0","json-parse-better-errors":"^1.0.2","lazy-property":"~1.0.0","libcipm":"^3.0.3","libnpm":"^2.0.1","libnpmhook":"^5.0.2","libnpx":"^10.2.0","lock-verify":"^2.0.2","lockfile":"^1.0.4","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"^4.1.5","meant":"~1.0.1","mississippi":"^3.0.0","mkdirp":"~0.5.1","move-concurrently":"^1.0.1","node-gyp":"^3.8.0","nopt":"~4.0.1","normalize-package-data":"^2.5.0","npm-audit-report":"^1.3.2","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-lifecycle":"^2.1.0","npm-package-arg":"^6.1.0","npm-packlist":"^1.3.0","npm-pick-manifest":"^2.2.3","npm-registry-fetch":"^3.9.0","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"^1.5.1","osenv":"^0.1.5","pacote":"^9.4.1","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"^0.12.0","query-string":"^6.2.0","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"^2.0.13","read-package-tree":"^5.2.2","readable-stream":"^3.1.1","request":"^2.88.0","retry":"^0.12.0","rimraf":"^2.6.3","safe-buffer":"^5.1.2","semver":"^5.6.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"^6.0.1","stringify-package":"^1.0.0","tar":"^4.4.8","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"^1.1.1","unpipe":"~1.0.0","update-notifier":"^2.5.0","uuid":"^3.3.2","validate-npm-package-license":"^3.0.4","validate-npm-package-name":"~3.0.0","which":"^1.3.1","worker-farm":"^1.6.0","write-file-atomic":"^2.4.2","debuglog":"*","imurmurhash":"*","libnpmaccess":"*","libnpmorg":"*","libnpmsearch":"*","libnpmteam":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","npm-profile":"*","readdir-scoped-modules":"*"},"devDependencies":{"deep-equal":"^1.0.1","get-stream":"^4.1.0","licensee":"^5.0.0","marked":"^0.6.0","marked-man":"^0.2.1","npm-registry-couchapp":"^2.7.1","npm-registry-mock":"^1.1.0","require-inject":"^1.4.4","sprintf-js":"^1.1.2","standard":"^11.0.1","tacks":"^1.2.7","tap":"^12.1.1"},"bundleDependencies":["abbrev","ansicolors","ansistyles","aproba","archy","bin-links","bluebird","byte-size","cacache","call-limit","chownr","ci-info","cli-columns","cli-table3","cmd-shim","columnify","config-chain","debuglog","detect-indent","detect-newline","dezalgo","editor","figgy-pudding","find-npm-prefix","fs-vacuum","fs-write-stream-atomic","gentle-fs","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","is-cidr","json-parse-better-errors","JSONStream","lazy-property","libcipm","libnpm","libnpmaccess","libnpmhook","libnpmorg","libnpmsearch","libnpmteam","libnpx","lock-verify","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mississippi","mkdirp","move-concurrently","node-gyp","nopt","normalize-package-data","npm-audit-report","npm-cache-filename","npm-install-checks","npm-lifecycle","npm-package-arg","npm-packlist","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","qrcode-terminal","query-string","qw","read-cmd-shim","read-installed","read-package-json","read-package-tree","read","readable-stream","readdir-scoped-modules","request","retry","rimraf","safe-buffer","semver","sha","slide","sorted-object","sorted-union-stream","ssri","stringify-package","tar","text-table","tiny-relative-date","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","worker-farm","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js","npx":"./bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-xMH6V0OCSJ5ZET6yWPI3BmJSqMMCuVJSIcLx3LSH/SrratFSt6EDuCuGRFMQYty98Q1l6x/7vKmfURosoyWgrA==","shasum":"62996dd6aa235dac175b13968a6d7f815ebf8257","tarball":"https://registry.npmjs.org/npm/-/npm-6.8.0.tgz","fileCount":4028,"unpackedSize":18621173,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcZKYICRA9TVsSAnZWagAA3IAP/jCX10XYAUFt+0FofWIQ\nJaRsGnA4Ofgz6zCF20AxXtRCqtRc30hVpQkrsaXL/VZbfbBY1vyfhW0qPTkG\nOqTj6+302QK/jkNv9mygZjGNMSyUXpYx+BNa+trxU9jgb/jSlkMyNNBZMzJw\nvLH+5rOzOXqVoRAz2+8Y/FChG0eJPFm1mqL/yVv41z0bRo4u9QifhO536L4E\nnLwMOTcOWAFaxz++Zxrpo7uNRlTEyZ1kNc8/2ZEV3Kogkw975c9J+Yvj4Jyb\n+Au48FDtVpE6VUN+M0jDBc25u7hCgZiF3H+uvDHqRhwrhOat1gy8UUuKy3J9\ngx3YVXe6sI5ZwVg8wHCYCzg3cyVAwdIhdvJJTGSkZfwUuvNrHQrapLrS4jHh\ncYP1+uwTyAl0fQKIwYKu+bqOA1GPSsC8T3Cc2rVqNJepmymILniYEDYNzY4w\n08mQcU8evUk3iccTRwQdEMfhi3P4cXqnn5Adk/iPoxrlzTXDtLKRxtaQoF2p\nM5MatMOzls6iy1Jva5yeAIVoUiLBb/kYBozQozUp9V/fwC2oV51nRLnXjZOI\nem3HeZc9i6FnwAKu2ioa2mj8W36JwxLLXEGhse/p8IrSDKlZDRdGD4xlIAhF\nC/rCIHdq/xskJe0DoGK6gdse+Xl0AouWbXuDJPnJxFcQ7NdW71Jyhp0pk9Br\nfOwX\r\n=+GbQ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCx76e2QAX9TIK8QRvdhA3ey1/5f7DP3hjGnXbK8PH3igIgfr4KdFmf2SwaD3OQ8fYG0kXSYNmz4NHDnTgtD6rmYIQ="}]}},"6.9.0-next.0":{"name":"npm","version":"6.9.0-next.0","dependencies":{"JSONStream":"^1.3.5","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^1.1.2","bluebird":"^3.5.3","byte-size":"^5.0.1","cacache":"^11.3.2","call-limit":"~1.1.0","chownr":"^1.1.1","ci-info":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.5.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"^1.1.12","detect-indent":"~5.0.0","detect-newline":"^2.1.0","dezalgo":"~1.0.3","editor":"~1.0.0","figgy-pudding":"^3.5.1","find-npm-prefix":"^1.0.2","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","gentle-fs":"^2.0.1","glob":"^7.1.3","graceful-fs":"^4.1.15","has-unicode":"~2.0.1","hosted-git-info":"^2.7.1","iferr":"^1.0.2","inflight":"~1.0.6","inherits":"~2.0.3","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^3.0.0","json-parse-better-errors":"^1.0.2","lazy-property":"~1.0.0","libcipm":"^3.0.3","libnpm":"^2.0.1","libnpmhook":"^5.0.2","libnpx":"^10.2.0","lock-verify":"^2.1.0","lockfile":"^1.0.4","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"^4.1.5","meant":"~1.0.1","mississippi":"^3.0.0","mkdirp":"~0.5.1","move-concurrently":"^1.0.1","node-gyp":"^3.8.0","nopt":"~4.0.1","normalize-package-data":"^2.5.0","npm-audit-report":"^1.3.2","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-lifecycle":"^2.1.0","npm-package-arg":"^6.1.0","npm-packlist":"^1.4.1","npm-pick-manifest":"^2.2.3","npm-registry-fetch":"^3.9.0","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"^1.5.1","osenv":"^0.1.5","pacote":"^9.5.0","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"^0.12.0","query-string":"^6.2.0","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"^2.0.13","read-package-tree":"^5.2.2","readable-stream":"^3.1.1","request":"^2.88.0","retry":"^0.12.0","rimraf":"^2.6.3","safe-buffer":"^5.1.2","semver":"^5.6.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"^6.0.1","stringify-package":"^1.0.0","tar":"^4.4.8","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"^1.1.1","unpipe":"~1.0.0","update-notifier":"^2.5.0","uuid":"^3.3.2","validate-npm-package-license":"^3.0.4","validate-npm-package-name":"~3.0.0","which":"^1.3.1","worker-farm":"^1.6.0","write-file-atomic":"^2.4.2","debuglog":"*","imurmurhash":"*","libnpmaccess":"*","libnpmorg":"*","libnpmsearch":"*","libnpmteam":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","npm-profile":"*","readdir-scoped-modules":"*"},"devDependencies":{"deep-equal":"^1.0.1","get-stream":"^4.1.0","licensee":"^6.1.0","marked":"^0.6.0","marked-man":"^0.2.1","npm-registry-couchapp":"^2.7.1","npm-registry-mock":"^1.1.0","require-inject":"^1.4.4","sprintf-js":"^1.1.2","standard":"^11.0.1","tacks":"^1.2.7","tap":"^12.5.3","tar-stream":"^2.0.0"},"bundleDependencies":["abbrev","ansicolors","ansistyles","aproba","archy","bin-links","bluebird","byte-size","cacache","call-limit","chownr","ci-info","cli-columns","cli-table3","cmd-shim","columnify","config-chain","debuglog","detect-indent","detect-newline","dezalgo","editor","figgy-pudding","find-npm-prefix","fs-vacuum","fs-write-stream-atomic","gentle-fs","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","is-cidr","json-parse-better-errors","JSONStream","lazy-property","libcipm","libnpm","libnpmaccess","libnpmhook","libnpmorg","libnpmsearch","libnpmteam","libnpx","lock-verify","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mississippi","mkdirp","move-concurrently","node-gyp","nopt","normalize-package-data","npm-audit-report","npm-cache-filename","npm-install-checks","npm-lifecycle","npm-package-arg","npm-packlist","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","qrcode-terminal","query-string","qw","read-cmd-shim","read-installed","read-package-json","read-package-tree","read","readable-stream","readdir-scoped-modules","request","retry","rimraf","safe-buffer","semver","sha","slide","sorted-object","sorted-union-stream","ssri","stringify-package","tar","text-table","tiny-relative-date","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","worker-farm","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js","npx":"./bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-KYVhO+Aa7iGRAKjEj/FdHI5/HX6RHqFhCX7scpoMZu/YOvwfdHFAa3yiLY9op92laAujnWK2gNhr7G5IKmixWw==","shasum":"afe4240c71e4bc4af8b705d16a0f692223097952","tarball":"https://registry.npmjs.org/npm/-/npm-6.9.0-next.0.tgz","fileCount":4026,"unpackedSize":18634724,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcbeoFCRA9TVsSAnZWagAAbIsP/2PrljmZ74/4640CGHvc\nDZ5H6WYhU81QyNosC69f1FMf+/R0a3ba/wzOmjjS/RSH/ZBwBOUeF/9JODHZ\njjpkZbsKYDFWKUEh/0esrmM0eIy4S9ji3O1ezs6ZJowEtIaq+ISldMj4JE4k\nTvLj5d+7ZiY1rzBkEPPYndmYHkGmI0QeT9HY71Ks0cq5Q/rDiTUo1Ilgn05b\nZi3J7LLXD79jbgcrL9XTGXiqrkmJZYc32UfipfjZZtHGnz5uj4W7mcmY8RM5\nM9hF6YuRuYhGxUQ12zBahPz6I7i7kSMDN2eKXNzhjlqPey/1nmqZeox2PlxB\nJp71VTXzaVDVNOlrFRgzbWBlliPjnfspoDCp7sY3+2kocm1KAKrpF2iDh7wn\njz0Wo9nF2kKvuyP/NKaaersxDJX/ZXNLN9rVH0fDvV7jq9KQKUwbMzvMLZoa\nbpyvKhTeTrNj8HwTrv0vxvPt31ldotGm86RK60xi9QPhfrx9GMPK558EB7WU\nSoj25iOagrH8ZV/7A5ZY4BA/Fg6pvlKUmYO2ELWGCKUj8j7grnf+xNEUmUDO\n39kA4bsvZbRFDbbtM7ZZREwQqauGQTKnlbBWmG0cahiYORkDct6KRsjLxaZO\nWGdCVd9w4Y5YPPFgMmkrKyv5K9Pfp2S9lwidpgzSCx7aSEMzPBjdFO33SLRD\niZr9\r\n=UE8C\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIF/kkGH9EPQ7AGTxqKHCV7TMmijIefRc1kDxwb6pJ4/FAiAJofaAykPyIkXREeRPkLd8An4tvi/OVVIl13K3OnE7lg=="}]}},"6.9.0":{"name":"npm","version":"6.9.0","dependencies":{"JSONStream":"^1.3.5","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^1.1.2","bluebird":"^3.5.3","byte-size":"^5.0.1","cacache":"^11.3.2","call-limit":"~1.1.0","chownr":"^1.1.1","ci-info":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.5.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"^1.1.12","detect-indent":"~5.0.0","detect-newline":"^2.1.0","dezalgo":"~1.0.3","editor":"~1.0.0","figgy-pudding":"^3.5.1","find-npm-prefix":"^1.0.2","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","gentle-fs":"^2.0.1","glob":"^7.1.3","graceful-fs":"^4.1.15","has-unicode":"~2.0.1","hosted-git-info":"^2.7.1","iferr":"^1.0.2","inflight":"~1.0.6","inherits":"~2.0.3","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^3.0.0","json-parse-better-errors":"^1.0.2","lazy-property":"~1.0.0","libcipm":"^3.0.3","libnpm":"^2.0.1","libnpmhook":"^5.0.2","libnpx":"^10.2.0","lock-verify":"^2.1.0","lockfile":"^1.0.4","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"^4.1.5","meant":"~1.0.1","mississippi":"^3.0.0","mkdirp":"~0.5.1","move-concurrently":"^1.0.1","node-gyp":"^3.8.0","nopt":"~4.0.1","normalize-package-data":"^2.5.0","npm-audit-report":"^1.3.2","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-lifecycle":"^2.1.0","npm-package-arg":"^6.1.0","npm-packlist":"^1.4.1","npm-pick-manifest":"^2.2.3","npm-registry-fetch":"^3.9.0","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"^1.5.1","osenv":"^0.1.5","pacote":"^9.5.0","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"^0.12.0","query-string":"^6.2.0","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"^2.0.13","read-package-tree":"^5.2.2","readable-stream":"^3.1.1","request":"^2.88.0","retry":"^0.12.0","rimraf":"^2.6.3","safe-buffer":"^5.1.2","semver":"^5.6.0","sha":"~2.0.1","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"^6.0.1","stringify-package":"^1.0.0","tar":"^4.4.8","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"^1.1.1","unpipe":"~1.0.0","update-notifier":"^2.5.0","uuid":"^3.3.2","validate-npm-package-license":"^3.0.4","validate-npm-package-name":"~3.0.0","which":"^1.3.1","worker-farm":"^1.6.0","write-file-atomic":"^2.4.2","debuglog":"*","imurmurhash":"*","libnpmaccess":"*","libnpmorg":"*","libnpmsearch":"*","libnpmteam":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","npm-profile":"*","readdir-scoped-modules":"*"},"devDependencies":{"deep-equal":"^1.0.1","get-stream":"^4.1.0","licensee":"^6.1.0","marked":"^0.6.0","marked-man":"^0.2.1","npm-registry-couchapp":"^2.7.1","npm-registry-mock":"^1.1.0","require-inject":"^1.4.4","sprintf-js":"^1.1.2","standard":"^11.0.1","tacks":"^1.2.7","tap":"^12.5.3","tar-stream":"^2.0.0"},"bundleDependencies":["abbrev","ansicolors","ansistyles","aproba","archy","bin-links","bluebird","byte-size","cacache","call-limit","chownr","ci-info","cli-columns","cli-table3","cmd-shim","columnify","config-chain","debuglog","detect-indent","detect-newline","dezalgo","editor","figgy-pudding","find-npm-prefix","fs-vacuum","fs-write-stream-atomic","gentle-fs","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","is-cidr","json-parse-better-errors","JSONStream","lazy-property","libcipm","libnpm","libnpmaccess","libnpmhook","libnpmorg","libnpmsearch","libnpmteam","libnpx","lock-verify","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mississippi","mkdirp","move-concurrently","node-gyp","nopt","normalize-package-data","npm-audit-report","npm-cache-filename","npm-install-checks","npm-lifecycle","npm-package-arg","npm-packlist","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","qrcode-terminal","query-string","qw","read-cmd-shim","read-installed","read-package-json","read-package-tree","read","readable-stream","readdir-scoped-modules","request","retry","rimraf","safe-buffer","semver","sha","slide","sorted-object","sorted-union-stream","ssri","stringify-package","tar","text-table","tiny-relative-date","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","worker-farm","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js","npx":"./bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-91V+zB5hDxO+Jyp2sUKS7juHlIM95dGQxTeQtmZI1nAI/7kjWXFipPrtwwKjhyKmV4GsS2LzJhrxRjGWsU9z/w==","shasum":"5296720486814a64a7fb082de00c4b5cfd11211f","tarball":"https://registry.npmjs.org/npm/-/npm-6.9.0.tgz","fileCount":4026,"unpackedSize":18633904,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcgBiSCRA9TVsSAnZWagAAa8MP/jlw4PIVnQPwedTK5ctX\nKsnn5B7TQxEqV63YpG6oRI/w6xU+hiEd0JKRr3s+c6mlo59LDsaHcIrgVCpE\nQiNMWAc02AkE39qWupMPJIe2o+WdBZjZnSW1cy5L82cL0Io49TJwMGD6lpnr\nPO9X6SX6AJ4wFlurxFjV/wI1SgoHDuENruPPXfBYetKHMt7xmjiVF2aT9XG0\n4xBI37lp2QXOCF9B665EbkB3hd8h6pN0vaiObJdKbFexCQWO27AydOVi0Dll\nbIokyBrI+JI8auQERrpJmWhyTkulOBAT8RzZ619dU1mHa/BCMHrnnex46euK\nK14pLEe6SQlmpiBiRMiGjTT6+uQnT2ZiH6hgKvxCPzfBGNV7ytBeT/LztRlT\nRGUzM62OXtQa2E27kddymuk0Pf/0A4gc/DR9V2iEHalklt4NIiA90FiXsN7i\nCMc+NTKgJeGlCnuXcDxDGeX1E+MpyrV9UvorclFSjOvBcm6dxVU8Y6TjZxeR\ns9GnJTy8/MtCGLjHjh66wXHqne/WUEsN17k36g0hteVp43bjHzuITns5U/RN\nj1FXUvPWXnkEMMq6RdtYJ3tf+epaYkdp1/0STIb1RxKnJBHunjQB2Kp/yhiB\n7mCQeDjwC2lK5qiSVfMSb1EF/mu4BBp12GWv+QSYr4CeJ1ltev2pJDE9rXzm\nMtkX\r\n=ruQl\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD4RUE0Sw3pV6f6HwCfI0p0dTXPYXzQoCJPkiUtRghVAAIgBrhCiZ1lWW02s0eUMv5TGertEwLTBn2/rCyQ6OJXdYw="}]}},"6.9.1-next.0":{"name":"npm","version":"6.9.1-next.0","dependencies":{"JSONStream":"^1.3.5","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^1.1.2","bluebird":"^3.5.3","byte-size":"^5.0.1","cacache":"^11.3.2","call-limit":"~1.1.0","chownr":"^1.1.1","ci-info":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.5.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"^1.1.12","detect-indent":"~5.0.0","detect-newline":"^2.1.0","dezalgo":"~1.0.3","editor":"~1.0.0","figgy-pudding":"^3.5.1","find-npm-prefix":"^1.0.2","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","gentle-fs":"^2.0.1","glob":"^7.1.3","graceful-fs":"^4.1.15","has-unicode":"~2.0.1","hosted-git-info":"^2.7.1","iferr":"^1.0.2","inflight":"~1.0.6","inherits":"~2.0.3","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^3.0.0","json-parse-better-errors":"^1.0.2","lazy-property":"~1.0.0","libcipm":"^3.0.3","libnpm":"^2.0.1","libnpmhook":"^5.0.2","libnpx":"^10.2.0","lock-verify":"^2.1.0","lockfile":"^1.0.4","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"^4.1.5","meant":"~1.0.1","mississippi":"^3.0.0","mkdirp":"~0.5.1","move-concurrently":"^1.0.1","node-gyp":"^3.8.0","nopt":"~4.0.1","normalize-package-data":"^2.5.0","npm-audit-report":"^1.3.2","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-lifecycle":"^2.1.0","npm-package-arg":"^6.1.0","npm-packlist":"^1.4.1","npm-pick-manifest":"^2.2.3","npm-registry-fetch":"^3.9.0","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"^1.5.1","osenv":"^0.1.5","pacote":"^9.5.0","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"^0.12.0","query-string":"^6.4.0","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"^2.0.13","read-package-tree":"^5.2.2","readable-stream":"^3.2.0","request":"^2.88.0","retry":"^0.12.0","rimraf":"^2.6.3","safe-buffer":"^5.1.2","semver":"^5.6.0","sha":"^3.0.0","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"^6.0.1","stringify-package":"^1.0.0","tar":"^4.4.8","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"^1.1.1","unpipe":"~1.0.0","update-notifier":"^2.5.0","uuid":"^3.3.2","validate-npm-package-license":"^3.0.4","validate-npm-package-name":"~3.0.0","which":"^1.3.1","worker-farm":"^1.6.0","write-file-atomic":"^2.4.2","debuglog":"*","imurmurhash":"*","libnpmaccess":"*","libnpmorg":"*","libnpmsearch":"*","libnpmteam":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","npm-profile":"*","readdir-scoped-modules":"*"},"devDependencies":{"deep-equal":"^1.0.1","get-stream":"^4.1.0","licensee":"^6.1.0","marked":"^0.6.0","marked-man":"^0.2.1","npm-registry-couchapp":"^2.7.1","npm-registry-mock":"^1.1.0","require-inject":"^1.4.4","sprintf-js":"^1.1.2","standard":"^11.0.1","tacks":"^1.3.0","tap":"^12.6.0","tar-stream":"^2.0.1"},"bundleDependencies":["abbrev","ansicolors","ansistyles","aproba","archy","bin-links","bluebird","byte-size","cacache","call-limit","chownr","ci-info","cli-columns","cli-table3","cmd-shim","columnify","config-chain","debuglog","detect-indent","detect-newline","dezalgo","editor","figgy-pudding","find-npm-prefix","fs-vacuum","fs-write-stream-atomic","gentle-fs","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","is-cidr","json-parse-better-errors","JSONStream","lazy-property","libcipm","libnpm","libnpmaccess","libnpmhook","libnpmorg","libnpmsearch","libnpmteam","libnpx","lock-verify","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mississippi","mkdirp","move-concurrently","node-gyp","nopt","normalize-package-data","npm-audit-report","npm-cache-filename","npm-install-checks","npm-lifecycle","npm-package-arg","npm-packlist","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","qrcode-terminal","query-string","qw","read-cmd-shim","read-installed","read-package-json","read-package-tree","read","readable-stream","readdir-scoped-modules","request","retry","rimraf","safe-buffer","semver","sha","slide","sorted-object","sorted-union-stream","ssri","stringify-package","tar","text-table","tiny-relative-date","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","worker-farm","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js","npx":"./bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-rw/KR5zPIz5VGhhTusLrXRchqteHO+1uRrg0WjDSj6r7uHuaC/mnjbWO0p7i7Td19azWWQtFS3TKBvE/gAfE9w==","shasum":"74bb434d93fab7256d7355fee9a56f0675894c56","tarball":"https://registry.npmjs.org/npm/-/npm-6.9.1-next.0.tgz","fileCount":4028,"unpackedSize":18332135,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJckqmNCRA9TVsSAnZWagAAekAP/A8k6fZWCtYaUBSI9TOu\ncaDEXPhfQlARLqoQAejEADd6B/d9ez9y2TX7azBMxRyT/d4qJWxn0u0RgEHP\nKkoL4I3c7UH2OAz7L4HvyUlx+fyO8+4VI/GuIaxdUb6i6yf5kHkzqAkARKWJ\n+hTQQhtMuY7enUxUahdB7iZINOrJvAJw0iev2xKKtnx2HLxdz61k6Td6/Shi\nW/w1uwz6EPI1QP7quwvvlgOcjSk5KaWiyVGmQ40BBQ6gu1u6rAuLbkbY2xCS\nxOvm0lvcZqPfjTjKZgW86BSqhULw1tl4VDtZWYNQjt4xphY3JDj+5ZfCDyKM\n39740NZJbMoMk412NsgiriUSQjrhKLEXn2Q13WJQQmdT4dsfomwy1kOvr4D3\noAsGAjPmTK4MclbogW0tRN51cb95JN3NaU83vgA2Q7x/87Pprn+VXFlj2IMh\n7GJIXvB+7mUFA3ko5Cjf39OgG8UQb/X0gRTBJCnVdBwDXkt+x3D92LEz8Jkv\nakBnOV+HKF5LWyh5dj6w+ZJKCK4jjLzqZBjwGY3nQDsDYzzOu5g6WUjxwR5s\nUVwlGfOkRRikUihrhsznmurTjhelvnRHv0gCLt1xK5c1dHs0mmIYXb08D5i6\nLf7aJYjmb8w5+wPZopLr6gHj6ZOMNI48iKGZp8JSPP7VvfMmNK0qDaRcThBH\nccsc\r\n=duyx\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEeCISncuN2e1DJWE1MLxYyNK8KSvsSdQyAnH7wI3qgbAiBrOL+gGtFHIqu0dtKMqiOf7o5UNAAMVujXCqcHOvLkCw=="}]}},"6.9.2":{"name":"npm","version":"6.9.2","dependencies":{"JSONStream":"^1.3.5","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^1.1.2","bluebird":"^3.5.3","byte-size":"^5.0.1","cacache":"^11.3.2","call-limit":"~1.1.0","chownr":"^1.1.1","ci-info":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.5.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"^1.1.12","detect-indent":"~5.0.0","detect-newline":"^2.1.0","dezalgo":"~1.0.3","editor":"~1.0.0","figgy-pudding":"^3.5.1","find-npm-prefix":"^1.0.2","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","gentle-fs":"^2.0.1","glob":"^7.1.3","graceful-fs":"^4.1.15","has-unicode":"~2.0.1","hosted-git-info":"^2.7.1","iferr":"^1.0.2","inflight":"~1.0.6","inherits":"~2.0.3","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^3.0.0","json-parse-better-errors":"^1.0.2","lazy-property":"~1.0.0","libcipm":"^3.0.3","libnpm":"^2.0.1","libnpmhook":"^5.0.2","libnpx":"^10.2.0","lock-verify":"^2.1.0","lockfile":"^1.0.4","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"^4.1.5","meant":"~1.0.1","mississippi":"^3.0.0","mkdirp":"~0.5.1","move-concurrently":"^1.0.1","node-gyp":"^3.8.0","nopt":"~4.0.1","normalize-package-data":"^2.5.0","npm-audit-report":"^1.3.2","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-lifecycle":"^2.1.0","npm-package-arg":"^6.1.0","npm-packlist":"^1.4.1","npm-pick-manifest":"^2.2.3","npm-registry-fetch":"^3.9.0","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"^1.5.1","osenv":"^0.1.5","pacote":"^9.5.0","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"^0.12.0","query-string":"^6.4.0","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"^2.0.13","read-package-tree":"^5.2.2","readable-stream":"^3.2.0","request":"^2.88.0","retry":"^0.12.0","rimraf":"^2.6.3","safe-buffer":"^5.1.2","semver":"^5.6.0","sha":"^3.0.0","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"^6.0.1","stringify-package":"^1.0.0","tar":"^4.4.8","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"^1.1.1","unpipe":"~1.0.0","update-notifier":"^2.5.0","uuid":"^3.3.2","validate-npm-package-license":"^3.0.4","validate-npm-package-name":"~3.0.0","which":"^1.3.1","worker-farm":"^1.6.0","write-file-atomic":"^2.4.2","debuglog":"*","imurmurhash":"*","libnpmaccess":"*","libnpmorg":"*","libnpmsearch":"*","libnpmteam":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","npm-profile":"*","readdir-scoped-modules":"*"},"devDependencies":{"deep-equal":"^1.0.1","get-stream":"^4.1.0","licensee":"^6.1.0","marked":"^0.6.0","marked-man":"^0.2.1","npm-registry-couchapp":"^2.7.1","npm-registry-mock":"^1.1.0","require-inject":"^1.4.4","sprintf-js":"^1.1.2","standard":"^11.0.1","tacks":"^1.3.0","tap":"^12.6.0","tar-stream":"^2.0.1"},"bundleDependencies":["abbrev","ansicolors","ansistyles","aproba","archy","bin-links","bluebird","byte-size","cacache","call-limit","chownr","ci-info","cli-columns","cli-table3","cmd-shim","columnify","config-chain","debuglog","detect-indent","detect-newline","dezalgo","editor","figgy-pudding","find-npm-prefix","fs-vacuum","fs-write-stream-atomic","gentle-fs","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","is-cidr","json-parse-better-errors","JSONStream","lazy-property","libcipm","libnpm","libnpmaccess","libnpmhook","libnpmorg","libnpmsearch","libnpmteam","libnpx","lock-verify","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mississippi","mkdirp","move-concurrently","node-gyp","nopt","normalize-package-data","npm-audit-report","npm-cache-filename","npm-install-checks","npm-lifecycle","npm-package-arg","npm-packlist","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","qrcode-terminal","query-string","qw","read-cmd-shim","read-installed","read-package-json","read-package-tree","read","readable-stream","readdir-scoped-modules","request","retry","rimraf","safe-buffer","semver","sha","slide","sorted-object","sorted-union-stream","ssri","stringify-package","tar","text-table","tiny-relative-date","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","worker-farm","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js","npx":"./bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-b0sEGRYrVdcV/DedLrqV4VMpdMHJbvpt9bopivh4K9RisHFMbj+G6RNbB6lRdr9rpYIoqHG9YP9CYmxdI9k81g==","shasum":"b5a52b7139f6ea2663ff7405fdb7d02d8a6ef62f","tarball":"https://registry.npmjs.org/npm/-/npm-6.9.2.tgz","fileCount":4013,"unpackedSize":18789226,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdFSGXCRA9TVsSAnZWagAARBAP/3US53s2mVn2ONov5r/m\nJE4eSfSj1Q5AZ0ynFVCRTqaokz02KPqtU7e3Th00yQ17UH+ULV3bXywZl61w\n86EEVwDcmLU3CPZgEDeJtOoYmsCRdjiULgJ2OjAjdiVH9nW0PhyiPmzeWJVl\naLdEg5sABZ7v5J6nnIlU004u2dWy2xNriwTh93b4V1wgjjMftMsNRduVdCzb\nIdNW2m9EX1LuxQMnKGLbBapYgRlFic+HYyhd6D+hwwWhOqrh4q04Ua6OjvhU\nniSjVsO+N/FZ7QU28wYPe6X4JuzAWStgXSg3Skq7Yx88tuih36QcR9CDriln\n3QBR4q91rHlvp6xIBi83asrHZYtORlNlUK3bRCfV+N7U3qKreL8UTwLt7dkR\nYzM/wu+OzUl1jSlxaFye2MDR7vZDM7+a/aBy9mYESmfm30ZEficJP6nn0jKE\ns5O0LKyDZ2izT2MaoCDO3riQAmr88PLYm4mNPQ9ad6fn7NOGqOQBpaQsGEVh\nusdZ4mawRlPLW/3rUwHu+Xo7XY8+RCZepxg6HkbTCCQHpk1BGdY4jBMPrTme\nGpgwmGy5tl7gwG/iAigYD2o/ZMayubj7hXu1jbISTa4bwxR5ByuYo4b0e2m9\nD4BWtlRP5J3KWduy+9tv/tQm2+EUZwCp5RXaJqgeEWzIHaKqvte3fCDPd0EZ\nxsAx\r\n=LLb7\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD+EBLpjeO3149S3HZOyH/tJw0MK03gDIHKQThwfoGVLAIhAMmMLnfXtGmL0cEK5SrMN/2yv0DCGROsibUc9gCAiVgA"}]}},"6.10.0-next.0":{"name":"npm","version":"6.10.0-next.0","dependencies":{"JSONStream":"^1.3.5","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^1.1.2","bluebird":"^3.5.5","byte-size":"^5.0.1","cacache":"^11.3.3","call-limit":"~1.1.0","chownr":"^1.1.1","ci-info":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.5.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"^1.1.12","detect-indent":"~5.0.0","detect-newline":"^2.1.0","dezalgo":"~1.0.3","editor":"~1.0.0","figgy-pudding":"^3.5.1","find-npm-prefix":"^1.0.2","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","gentle-fs":"^2.0.1","glob":"^7.1.3","graceful-fs":"^4.2.0","has-unicode":"~2.0.1","hosted-git-info":"^2.7.1","iferr":"^1.0.2","inflight":"~1.0.6","inherits":"~2.0.3","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^3.0.0","json-parse-better-errors":"^1.0.2","lazy-property":"~1.0.0","libcipm":"^3.0.3","libnpm":"^2.0.1","libnpmhook":"^5.0.2","libnpx":"^10.2.0","lock-verify":"^2.1.0","lockfile":"^1.0.4","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"^4.1.5","meant":"~1.0.1","mississippi":"^3.0.0","mkdirp":"~0.5.1","move-concurrently":"^1.0.1","node-gyp":"^3.8.0","nopt":"~4.0.1","normalize-package-data":"^2.5.0","npm-audit-report":"^1.3.2","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-lifecycle":"^2.1.0","npm-package-arg":"^6.1.0","npm-packlist":"^1.4.4","npm-pick-manifest":"^2.2.3","npm-registry-fetch":"^3.9.0","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"^1.5.1","osenv":"^0.1.5","pacote":"^9.5.1","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"^0.12.0","query-string":"^6.4.0","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"^2.0.13","read-package-tree":"^5.3.1","readable-stream":"^3.3.0","readdir-scoped-modules":"^1.1.0","request":"^2.88.0","retry":"^0.12.0","rimraf":"^2.6.3","safe-buffer":"^5.1.2","semver":"^5.6.0","sha":"^3.0.0","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"^6.0.1","stringify-package":"^1.0.0","tar":"^4.4.10","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"^1.1.1","unpipe":"~1.0.0","update-notifier":"^2.5.0","uuid":"^3.3.2","validate-npm-package-license":"^3.0.4","validate-npm-package-name":"~3.0.0","which":"^1.3.1","worker-farm":"^1.6.0","write-file-atomic":"^2.4.3","debuglog":"*","imurmurhash":"*","libnpmaccess":"*","libnpmorg":"*","libnpmsearch":"*","libnpmteam":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","npm-profile":"*"},"devDependencies":{"deep-equal":"^1.0.1","get-stream":"^4.1.0","licensee":"^7.0.2","marked":"^0.6.0","marked-man":"^0.2.1","npm-registry-couchapp":"^2.7.2","npm-registry-mock":"^1.2.1","require-inject":"^1.4.4","sprintf-js":"^1.1.2","standard":"^11.0.1","tacks":"^1.3.0","tap":"^12.7.0","tar-stream":"^2.0.1"},"bundleDependencies":["abbrev","ansicolors","ansistyles","aproba","archy","bin-links","bluebird","byte-size","cacache","call-limit","chownr","ci-info","cli-columns","cli-table3","cmd-shim","columnify","config-chain","debuglog","detect-indent","detect-newline","dezalgo","editor","figgy-pudding","find-npm-prefix","fs-vacuum","fs-write-stream-atomic","gentle-fs","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","is-cidr","json-parse-better-errors","JSONStream","lazy-property","libcipm","libnpm","libnpmaccess","libnpmhook","libnpmorg","libnpmsearch","libnpmteam","libnpx","lock-verify","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mississippi","mkdirp","move-concurrently","node-gyp","nopt","normalize-package-data","npm-audit-report","npm-cache-filename","npm-install-checks","npm-lifecycle","npm-package-arg","npm-packlist","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","qrcode-terminal","query-string","qw","read-cmd-shim","read-installed","read-package-json","read-package-tree","read","readable-stream","readdir-scoped-modules","request","retry","rimraf","safe-buffer","semver","sha","slide","sorted-object","sorted-union-stream","ssri","stringify-package","tar","text-table","tiny-relative-date","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","worker-farm","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js","npx":"./bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-r13hCoV44kFPHeIfBb9+m8WAzzggkjKuEjNg6HhLfYIzWTpa6b/gKFZ4+D9Tz4aMy4E4HFxR141OvBgvqolcvQ==","shasum":"26c68feb15c3baef4dc29c188d08d4af292ef846","tarball":"https://registry.npmjs.org/npm/-/npm-6.10.0-next.0.tgz","fileCount":4173,"unpackedSize":18835588,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdGkz5CRA9TVsSAnZWagAAoeEQAJgpVcUFTFy/9MYzjNKg\nzn3gapQ1RNEk4ZK+RdyX7MB1308y69Js++IK5rSO6EYjYUTjScxZ9I7KSqt6\nJ+fpw28dSdfP1Vzc35D6x3YL2s4ty664yUyNt1N6ObdLAz2Itvty0uAiIYZo\nSouu2uWDp6Uuguxmb4beR9pCAWvARpo5nnF3FKzRqeu2HEWQq2OjjrsXwRmc\nzBucN9D0M5+ZZ/y70oLWt+jZBV2P7vMSHLkzP7Uq//6odbAl/XltVNrRQsDf\nS2Jz/LWq4rC/Vjou/REE8D6/j1X50w0IOAp7XssbSxkNDl8cGkTXp3QQMCDO\n7gaX3vDxWxNjxPY4MjmoRCfSguekd1Viv+LNnH9GZl+ttjE8RdLmeRyd4xFG\nLTjnlpzq0vtQtjTG59g0Ln/ADMBjlZVyuziuZt7guKhyPcrhklvgaAiZ2ITA\n3KUTeBxtF0QecKJKNFm9DH6z4PVMNPvCePPQz8JLMVCyBGFTgS9RSBJNG6Wp\nhVMKoxgMQyP0E3Cr1bCk/OuKdB9oJOoh81uPa6OXXJ7jkhaEPh7juGk7nysU\nnleHBgNxE+nYgTjxDiAThaxUJr9cdEptnnnADpsboJ3eeaWwx5xsRl/1gVhD\nw0zBeMjb6wpe84GvWjLhWwsOJ19at+KwSeHgjYl78vdG2cIx/RaxgBfVfe12\n2Icn\r\n=9PIr\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFVxb6fflzTkO1uBnwWLfafb/4fVZN6hhds4SuC2QvQMAiEA0flT6L25kvui+W6NftvD65Iw6q7BLIuwa/56yCBFeiY="}]}},"6.10.0":{"name":"npm","version":"6.10.0","dependencies":{"JSONStream":"^1.3.5","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^1.1.2","bluebird":"^3.5.5","byte-size":"^5.0.1","cacache":"^11.3.3","call-limit":"~1.1.0","chownr":"^1.1.1","ci-info":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.5.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"^1.1.12","detect-indent":"~5.0.0","detect-newline":"^2.1.0","dezalgo":"~1.0.3","editor":"~1.0.0","figgy-pudding":"^3.5.1","find-npm-prefix":"^1.0.2","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","gentle-fs":"^2.0.1","glob":"^7.1.3","graceful-fs":"^4.2.0","has-unicode":"~2.0.1","hosted-git-info":"^2.7.1","iferr":"^1.0.2","inflight":"~1.0.6","inherits":"~2.0.3","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^3.0.0","json-parse-better-errors":"^1.0.2","lazy-property":"~1.0.0","libcipm":"^3.0.3","libnpm":"^2.0.1","libnpmhook":"^5.0.2","libnpx":"^10.2.0","lock-verify":"^2.1.0","lockfile":"^1.0.4","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"^4.1.5","meant":"~1.0.1","mississippi":"^3.0.0","mkdirp":"~0.5.1","move-concurrently":"^1.0.1","node-gyp":"^3.8.0","nopt":"~4.0.1","normalize-package-data":"^2.5.0","npm-audit-report":"^1.3.2","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-lifecycle":"^2.1.0","npm-package-arg":"^6.1.0","npm-packlist":"^1.4.4","npm-pick-manifest":"^2.2.3","npm-registry-fetch":"^3.9.0","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"^1.5.1","osenv":"^0.1.5","pacote":"^9.5.1","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"^0.12.0","query-string":"^6.4.0","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"^2.0.13","read-package-tree":"^5.3.1","readable-stream":"^3.3.0","readdir-scoped-modules":"^1.1.0","request":"^2.88.0","retry":"^0.12.0","rimraf":"^2.6.3","safe-buffer":"^5.1.2","semver":"^5.6.0","sha":"^3.0.0","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"^6.0.1","stringify-package":"^1.0.0","tar":"^4.4.10","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"^1.1.1","unpipe":"~1.0.0","update-notifier":"^2.5.0","uuid":"^3.3.2","validate-npm-package-license":"^3.0.4","validate-npm-package-name":"~3.0.0","which":"^1.3.1","worker-farm":"^1.6.0","write-file-atomic":"^2.4.3","debuglog":"*","imurmurhash":"*","libnpmaccess":"*","libnpmorg":"*","libnpmsearch":"*","libnpmteam":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","npm-profile":"*"},"devDependencies":{"deep-equal":"^1.0.1","get-stream":"^4.1.0","licensee":"^7.0.2","marked":"^0.6.0","marked-man":"^0.2.1","npm-registry-couchapp":"^2.7.2","npm-registry-mock":"^1.2.1","require-inject":"^1.4.4","sprintf-js":"^1.1.2","standard":"^11.0.1","tacks":"^1.3.0","tap":"^12.7.0","tar-stream":"^2.0.1"},"bundleDependencies":["abbrev","ansicolors","ansistyles","aproba","archy","bin-links","bluebird","byte-size","cacache","call-limit","chownr","ci-info","cli-columns","cli-table3","cmd-shim","columnify","config-chain","debuglog","detect-indent","detect-newline","dezalgo","editor","figgy-pudding","find-npm-prefix","fs-vacuum","fs-write-stream-atomic","gentle-fs","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","is-cidr","json-parse-better-errors","JSONStream","lazy-property","libcipm","libnpm","libnpmaccess","libnpmhook","libnpmorg","libnpmsearch","libnpmteam","libnpx","lock-verify","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mississippi","mkdirp","move-concurrently","node-gyp","nopt","normalize-package-data","npm-audit-report","npm-cache-filename","npm-install-checks","npm-lifecycle","npm-package-arg","npm-packlist","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","qrcode-terminal","query-string","qw","read-cmd-shim","read-installed","read-package-json","read-package-tree","read","readable-stream","readdir-scoped-modules","request","retry","rimraf","safe-buffer","semver","sha","slide","sorted-object","sorted-union-stream","ssri","stringify-package","tar","text-table","tiny-relative-date","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","worker-farm","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js","npx":"./bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-pOMc81mT4fHXv/iMbw4T4GQVZzlzx/Vf5bta+JgMWVR+qqBeNI0mAbKrQ15vZf3eMJ+DaJj6+XgD7650JQs+rg==","shasum":"7ed37211db53ad486643418c8028092d1ed8b24d","tarball":"https://registry.npmjs.org/npm/-/npm-6.10.0.tgz","fileCount":4174,"unpackedSize":18842879,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdHN6bCRA9TVsSAnZWagAA2nMQAJ+Qzy448X0eh2iaUWl+\n6jXAdWcrDfG32sxEq02ob34bVTXnq6fgeT+5Zc03yhaODFrfClxqFX18Sicg\naUTPdyFw3LzsSEf4tSRbjmAE4Yfp5sN6zhnsSv2bijynTML20mQCay5s3zg/\nz7j7ZLljvkTXJLXQs5UnHbO1Gx4iR7a3G0MgD8UXLu/xqSA0F5HLGJYX/RPn\nyKzC/bIl/nn2t8iIjH78sfV9YSji3D3RfUHRS1BDEItY4PmA85b2OP/TWWmJ\ntamVnjRKQmyoCyif7FFzAhag/021eLrAkx2kX1jXV5X9s9GYYJXHzI2YksvF\nKpGFLiukBEf2dECse5hqSm0qv8ENaVOo8Es93yi1J2BV+yadvfbH/E81yy0Y\nZ05DAaI3fKSGNEtANTR34aQWv+0PKmDofDvdrk0Rxbv102/XfnttWPATjGj9\ndqSl7ZQ+wuyKE0pRPhERyFz4MH1HKbNmEWsPXcggK64GGceVRBXMqNRtNVzB\nVF8rIZPCgX/p7h3YqYG07HkYNlT574GlzUu8BPDA3KHObJwesHF3LPpcaOpc\nLHsws4tv2HocNE4QiuedCbyGVmXhY4uIXAWR6Y7JakDVpGfAekzJCtAbXZ9K\nGlhLp7hcuwDIBAc6ityArKCdsfzKQNqdz7bmHqz2JkC70y3X8DlmFYg0hi4m\nj2zl\r\n=fTag\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICDUrOdpxOQK8DsswUAO4pxzZftK9nuK0E8PDwwpW3IhAiA8d2G8Epm1LBCyJhCYIljZUsqioI9TOCdWa8qtKZgzfA=="}]}},"6.10.1-next.0":{"name":"npm","version":"6.10.1-next.0","dependencies":{"JSONStream":"^1.3.5","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^1.1.2","bluebird":"^3.5.5","byte-size":"^5.0.1","cacache":"^11.3.3","call-limit":"^1.1.1","chownr":"^1.1.1","ci-info":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.5.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"^1.1.12","detect-indent":"~5.0.0","detect-newline":"^2.1.0","dezalgo":"~1.0.3","editor":"~1.0.0","figgy-pudding":"^3.5.1","find-npm-prefix":"^1.0.2","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","gentle-fs":"^2.0.1","glob":"^7.1.4","graceful-fs":"^4.2.0","has-unicode":"~2.0.1","hosted-git-info":"^2.7.1","iferr":"^1.0.2","inflight":"~1.0.6","inherits":"^2.0.4","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^3.0.0","json-parse-better-errors":"^1.0.2","lazy-property":"~1.0.0","libcipm":"^3.0.3","libnpm":"^2.0.1","libnpmhook":"^5.0.2","libnpmsearch":"^2.0.1","libnpx":"^10.2.0","lock-verify":"^2.1.0","lockfile":"^1.0.4","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"^5.1.1","meant":"~1.0.1","mississippi":"^3.0.0","mkdirp":"~0.5.1","move-concurrently":"^1.0.1","node-gyp":"^4.0.0","nopt":"~4.0.1","normalize-package-data":"^2.5.0","npm-audit-report":"^1.3.2","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-lifecycle":"^2.1.1","npm-package-arg":"^6.1.0","npm-packlist":"^1.4.4","npm-pick-manifest":"^2.2.3","npm-registry-fetch":"^3.9.1","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"^1.5.1","osenv":"^0.1.5","pacote":"^9.5.1","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"^0.12.0","query-string":"^6.8.1","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"^2.0.13","read-package-tree":"^5.3.1","readable-stream":"^3.4.0","readdir-scoped-modules":"^1.1.0","request":"^2.88.0","retry":"^0.12.0","rimraf":"^2.6.3","safe-buffer":"^5.1.2","semver":"^5.6.0","sha":"^3.0.0","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"^6.0.1","stringify-package":"^1.0.0","tar":"^4.4.10","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"^1.1.1","unpipe":"~1.0.0","update-notifier":"^2.5.0","uuid":"^3.3.2","validate-npm-package-license":"^3.0.4","validate-npm-package-name":"~3.0.0","which":"^1.3.1","worker-farm":"^1.7.0","write-file-atomic":"^2.4.3","debuglog":"*","imurmurhash":"*","libnpmaccess":"*","libnpmorg":"*","libnpmteam":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","npm-profile":"*"},"devDependencies":{"deep-equal":"^1.0.1","get-stream":"^4.1.0","licensee":"^7.0.2","marked":"^0.6.3","marked-man":"^0.6.0","npm-registry-couchapp":"^2.7.2","npm-registry-mock":"^1.2.1","require-inject":"^1.4.4","sprintf-js":"^1.1.2","standard":"^11.0.1","tacks":"^1.3.0","tap":"^12.7.0","tar-stream":"^2.1.0"},"bundleDependencies":["abbrev","ansicolors","ansistyles","aproba","archy","bin-links","bluebird","byte-size","cacache","call-limit","chownr","ci-info","cli-columns","cli-table3","cmd-shim","columnify","config-chain","debuglog","detect-indent","detect-newline","dezalgo","editor","figgy-pudding","find-npm-prefix","fs-vacuum","fs-write-stream-atomic","gentle-fs","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","is-cidr","json-parse-better-errors","JSONStream","lazy-property","libcipm","libnpm","libnpmaccess","libnpmhook","libnpmorg","libnpmsearch","libnpmteam","libnpx","lock-verify","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mississippi","mkdirp","move-concurrently","node-gyp","nopt","normalize-package-data","npm-audit-report","npm-cache-filename","npm-install-checks","npm-lifecycle","npm-package-arg","npm-packlist","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","qrcode-terminal","query-string","qw","read-cmd-shim","read-installed","read-package-json","read-package-tree","read","readable-stream","readdir-scoped-modules","request","retry","rimraf","safe-buffer","semver","sha","slide","sorted-object","sorted-union-stream","ssri","stringify-package","tar","text-table","tiny-relative-date","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","worker-farm","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js","npx":"./bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-j67DB86R+FiQo5r/0r2YJ4ZZ1nl/sz9nivFTqjtAL493rGrMzY8lt2sn8b7V8k2mtJ6RoikXHYb6tsgjLfE5gw==","shasum":"d8ca728b0cdf6680f27fffee7899016156539f66","tarball":"https://registry.npmjs.org/npm/-/npm-6.10.1-next.0.tgz","fileCount":4122,"unpackedSize":18658473,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdHOmnCRA9TVsSAnZWagAACCoP/RnBMo+i4EZ4lZlcRlGs\nzXwzl6frmYBI3W7oUSEcDV60O8j08ialDt7pvy2rSUOL1zxGL5IFWcS3Dvib\nxNma8PadR9ge72kiRjbx+iUmxOVWVE8bwM8BDlPuSI0jUmruwOv+jVouY7/D\n537YCFV3KxUr/jPhjUyyE3n0bnAWVt4XYSuH0FwX+wEBvztLwmXnrg8bMGeb\nOWrywdN/7/vrPV32hIqYZE1kmgDlDJYDQf12npz7SMbW5KaTMr0T4JNoOo6j\nVGhMCZfaTLslcLES9RYmckvqbN7Yj8kmcrHwk7oCekZkGh0hD0l3ER9O41n/\nCovQv/Q+wUOyBxb8L+77T/3zZM2+9swC7pjmvzN0HQ6VpCS0W16kV9lZHyCM\nmK/uPGvFDENJ3dyRgKsiLMV+Bp5PQYZ78ujxqEvJFStJw6z9lV1Bse3LvLsu\nUZIn0aN1d+Up+L8WyIkBy09Yw10dBADsfbL7Q1nl5GeS38w7mm4btkMRUOct\ndNBxc47pqPjhE9auFVVLrI28InjyDOPaDcE/l+2uIUCCWsh+eeGWkSr/r421\nm6M6ZZAnzUlHfbLqjS7XDpVpd5JiZ2wtaBks+uGXVi+C9Bt2An1xCPdTmovf\nmdm9ZobascvlmDPSzrC9tZFFQn9b4g+z4ePeIckIAUmlC9En9W44X+R212Pl\nTU+x\r\n=DBfJ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDsV3aIOOK30dFRVYrfGlwjTFWtzLQw2N15RKexxNO47QIgPy0mIIgc+ykdiRQo1l7NokBv9lF9fSvFatadJyYVsO8="}]}},"6.10.1-next.1":{"name":"npm","version":"6.10.1-next.1","dependencies":{"JSONStream":"^1.3.5","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^1.1.2","bluebird":"^3.5.5","byte-size":"^5.0.1","cacache":"^11.3.3","call-limit":"^1.1.1","chownr":"^1.1.2","ci-info":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.5.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"^1.1.12","detect-indent":"~5.0.0","detect-newline":"^2.1.0","dezalgo":"~1.0.3","editor":"~1.0.0","figgy-pudding":"^3.5.1","find-npm-prefix":"^1.0.2","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","gentle-fs":"^2.0.1","glob":"^7.1.4","graceful-fs":"^4.2.0","has-unicode":"~2.0.1","hosted-git-info":"^2.7.1","iferr":"^1.0.2","inflight":"~1.0.6","inherits":"^2.0.4","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^3.0.0","json-parse-better-errors":"^1.0.2","lazy-property":"~1.0.0","libcipm":"^3.0.3","libnpm":"^2.0.1","libnpmhook":"^5.0.2","libnpmsearch":"^2.0.1","libnpx":"^10.2.0","lock-verify":"^2.1.0","lockfile":"^1.0.4","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"^5.1.1","meant":"~1.0.1","mississippi":"^3.0.0","mkdirp":"~0.5.1","move-concurrently":"^1.0.1","node-gyp":"^4.0.0","nopt":"~4.0.1","normalize-package-data":"^2.5.0","npm-audit-report":"^1.3.2","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-lifecycle":"^2.1.1","npm-package-arg":"^6.1.0","npm-packlist":"^1.4.4","npm-pick-manifest":"^2.2.3","npm-registry-fetch":"^3.9.1","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"^1.5.1","osenv":"^0.1.5","pacote":"^9.5.1","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"^0.12.0","query-string":"^6.8.1","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"^2.0.13","read-package-tree":"^5.3.1","readable-stream":"^3.4.0","readdir-scoped-modules":"^1.1.0","request":"^2.88.0","retry":"^0.12.0","rimraf":"^2.6.3","safe-buffer":"^5.1.2","semver":"^5.6.0","sha":"^3.0.0","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"^6.0.1","stringify-package":"^1.0.0","tar":"^4.4.10","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"^1.1.1","unpipe":"~1.0.0","update-notifier":"^2.5.0","uuid":"^3.3.2","validate-npm-package-license":"^3.0.4","validate-npm-package-name":"~3.0.0","which":"^1.3.1","worker-farm":"^1.7.0","write-file-atomic":"^2.4.3","debuglog":"*","imurmurhash":"*","libnpmaccess":"*","libnpmorg":"*","libnpmteam":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","npm-profile":"*"},"devDependencies":{"deep-equal":"^1.0.1","get-stream":"^4.1.0","licensee":"^7.0.2","marked":"^0.6.3","marked-man":"^0.6.0","npm-registry-couchapp":"^2.7.2","npm-registry-mock":"^1.2.1","require-inject":"^1.4.4","sprintf-js":"^1.1.2","standard":"^11.0.1","tacks":"^1.3.0","tap":"^12.7.0","tar-stream":"^2.1.0"},"bundleDependencies":["abbrev","ansicolors","ansistyles","aproba","archy","bin-links","bluebird","byte-size","cacache","call-limit","chownr","ci-info","cli-columns","cli-table3","cmd-shim","columnify","config-chain","debuglog","detect-indent","detect-newline","dezalgo","editor","figgy-pudding","find-npm-prefix","fs-vacuum","fs-write-stream-atomic","gentle-fs","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","is-cidr","json-parse-better-errors","JSONStream","lazy-property","libcipm","libnpm","libnpmaccess","libnpmhook","libnpmorg","libnpmsearch","libnpmteam","libnpx","lock-verify","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mississippi","mkdirp","move-concurrently","node-gyp","nopt","normalize-package-data","npm-audit-report","npm-cache-filename","npm-install-checks","npm-lifecycle","npm-package-arg","npm-packlist","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","qrcode-terminal","query-string","qw","read-cmd-shim","read-installed","read-package-json","read-package-tree","read","readable-stream","readdir-scoped-modules","request","retry","rimraf","safe-buffer","semver","sha","slide","sorted-object","sorted-union-stream","ssri","stringify-package","tar","text-table","tiny-relative-date","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","worker-farm","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js","npx":"./bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-oCSJCUPA/Mmg7jMtGW6TEn5AzbT3t4bABAXL1+KL6INSD1GeydYuKb90XKlEw26/71iGFnuXPIIOf42jU5NjvQ==","shasum":"a80f7358eaf19a08835caf5c1e2f5b8535d4aa2b","tarball":"https://registry.npmjs.org/npm/-/npm-6.10.1-next.1.tgz","fileCount":4122,"unpackedSize":18660016,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdHSG3CRA9TVsSAnZWagAAOicQAI8Yxy8J9qA0ykDedqgK\nM8Bwg8jSVSuaTHR9GWQzWqwQjhhWJ5R9CwaeRCxVJ43KLXK1cniHEVzakpHi\nihN1amiSby1w6uto1xgKjw452lvN7K2pvJejh4Ob4PapSaNFNmxp7s5PQ3YF\nVZ3ADIMPii80vhX9tIs5FJJcwZcvfsHT9+Fjygzb8WcVblDduEnrFMpFvoL/\n+O07KLETzacIOEQJEfXCTmCEJ5p19qmfKxexLVLwYN7Ix4wE/ioOrQx9pD0U\nHjjGgXgsZj2DK8y0N/2C/n2zwgSBYaYoKMAr5MHgBNTRLKYDMzcp2WThmrcy\nSmdPhDj/Tmwg2rPQr46QGx11pi4tLcUe9XMyX7vTSNAA/JCAoKbuUafhle7u\nPihdmWbgUZKcMytGwfPvUUU+Lu46UWo5gKwT76uZN/OKBftTJnEgSTxgaGbw\npbvstj4vBULCCUkTfJh/LCb7tWS/wzbG1wll/1rafINr4YoElq0BWkxb1zMc\nm2QN8LKmz/HlE/I5n0QHIRyISnG1lEFJsTKWHwwGAFR+xIdl9YrYp3zEDCdJ\np4xWNhIuYzn66a0nsU0qS0uDc/O0U4/NE4uyun288snFVfrol52cL02bCtKx\nqLj476N2M9SQy5blm96I620G25vVxmg6JVNkCX7Zs6N3xQPtd+3dn6CtmlWd\n0bHO\r\n=jdtv\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDbgDy5HAWwGQyvPeIfnBUsctZ7aDgBN2sCxZOTWYYeswIgd7tu5c4wZ3TfyOwZsrCtVPM5qYfI7IwkPnYauH5742g="}]}},"6.10.1-next.2":{"name":"npm","version":"6.10.1-next.2","dependencies":{"JSONStream":"^1.3.5","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^1.1.2","bluebird":"^3.5.5","byte-size":"^5.0.1","cacache":"^11.3.3","call-limit":"^1.1.1","chownr":"^1.1.2","ci-info":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.5.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"^1.1.12","detect-indent":"~5.0.0","detect-newline":"^2.1.0","dezalgo":"~1.0.3","editor":"~1.0.0","figgy-pudding":"^3.5.1","find-npm-prefix":"^1.0.2","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","gentle-fs":"^2.0.1","glob":"^7.1.4","graceful-fs":"^4.2.0","has-unicode":"~2.0.1","hosted-git-info":"^2.7.1","iferr":"^1.0.2","inflight":"~1.0.6","inherits":"^2.0.4","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^3.0.0","json-parse-better-errors":"^1.0.2","lazy-property":"~1.0.0","libcipm":"^4.0.0","libnpm":"^3.0.0","libnpmhook":"^5.0.2","libnpmsearch":"^2.0.1","libnpx":"^10.2.0","lock-verify":"^2.1.0","lockfile":"^1.0.4","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"^5.1.1","meant":"~1.0.1","mississippi":"^3.0.0","mkdirp":"~0.5.1","move-concurrently":"^1.0.1","node-gyp":"^5.0.2","nopt":"~4.0.1","normalize-package-data":"^2.5.0","npm-audit-report":"^1.3.2","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-lifecycle":"^3.0.0","npm-package-arg":"^6.1.0","npm-packlist":"^1.4.4","npm-pick-manifest":"^2.2.3","npm-registry-fetch":"^3.9.1","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"^1.5.1","osenv":"^0.1.5","pacote":"^9.5.1","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"^0.12.0","query-string":"^6.8.1","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"^2.0.13","read-package-tree":"^5.3.1","readable-stream":"^3.4.0","readdir-scoped-modules":"^1.1.0","request":"^2.88.0","retry":"^0.12.0","rimraf":"^2.6.3","safe-buffer":"^5.1.2","semver":"^5.7.0","sha":"^3.0.0","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"^6.0.1","stringify-package":"^1.0.0","tar":"^4.4.10","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"^1.1.1","unpipe":"~1.0.0","update-notifier":"^2.5.0","uuid":"^3.3.2","validate-npm-package-license":"^3.0.4","validate-npm-package-name":"~3.0.0","which":"^1.3.1","worker-farm":"^1.7.0","write-file-atomic":"^2.4.3","debuglog":"*","imurmurhash":"*","libnpmaccess":"*","libnpmorg":"*","libnpmteam":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","npm-profile":"*"},"devDependencies":{"deep-equal":"^1.0.1","get-stream":"^4.1.0","licensee":"^7.0.2","marked":"^0.6.3","marked-man":"^0.6.0","npm-registry-couchapp":"^2.7.2","npm-registry-mock":"^1.2.1","require-inject":"^1.4.4","sprintf-js":"^1.1.2","standard":"^11.0.1","tacks":"^1.3.0","tap":"^12.7.0","tar-stream":"^2.1.0"},"bundleDependencies":["abbrev","ansicolors","ansistyles","aproba","archy","bin-links","bluebird","byte-size","cacache","call-limit","chownr","ci-info","cli-columns","cli-table3","cmd-shim","columnify","config-chain","debuglog","detect-indent","detect-newline","dezalgo","editor","figgy-pudding","find-npm-prefix","fs-vacuum","fs-write-stream-atomic","gentle-fs","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","is-cidr","json-parse-better-errors","JSONStream","lazy-property","libcipm","libnpm","libnpmaccess","libnpmhook","libnpmorg","libnpmsearch","libnpmteam","libnpx","lock-verify","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mississippi","mkdirp","move-concurrently","node-gyp","nopt","normalize-package-data","npm-audit-report","npm-cache-filename","npm-install-checks","npm-lifecycle","npm-package-arg","npm-packlist","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","qrcode-terminal","query-string","qw","read-cmd-shim","read-installed","read-package-json","read-package-tree","read","readable-stream","readdir-scoped-modules","request","retry","rimraf","safe-buffer","semver","sha","slide","sorted-object","sorted-union-stream","ssri","stringify-package","tar","text-table","tiny-relative-date","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","worker-farm","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js","npx":"./bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-OPZRY42UjnEKDrHE0mdF7XGEWB1c6BNCenzjy0spOv5ffTQKGc01ZfKIzq/M2vXr7v/xBZ8bsn2v71OtHAS+xQ==","shasum":"aab900c28e2515d210db98b09f234242100686e5","tarball":"https://registry.npmjs.org/npm/-/npm-6.10.1-next.2.tgz","fileCount":4139,"unpackedSize":18784055,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdJmbMCRA9TVsSAnZWagAAuYgP/1rpc/Fq0QH7yQAN2ets\nnmNrq6PzU/VDkNzONodVzMvICPLF6+rr5OQF/ESFn44/8JZXVC5/IHf42e4X\no5e1WmkxZDZZ7qtNZrd3vNUHUMbQtOMMSWozxx6w1+HSLnc7a8mCIM3LmVJE\nr61DbcIv/g9Qklror56D58yY2swx8a9P0TtnL/gKRaNRFV3+p12gxdLT8hkv\nwXal+hDmTJpiRjfK1yL2CVsg3O+zMka0Xn/0hgaVhx/KBRCXG6KCEqkpYuFz\n5BiYtwvXCy0pdGL/h2Hx1niF4ckVDS/qXX1iOsyPaO++5trU7EVOk8VId254\nws81vWFNKs6J4STsbkIOeqfvx3EoXUSF0J2BiQedl8tJFIxstr5/88QHwsjc\njQJ69BRN+3qkQzZeLOH4ftQRor9gC6DVR5dwx3Fqckckf7wOv5TiZlBJq0HT\nbQN/2ic5NHdoIDX/ZdMC7C7kJuhRUq88xfKmpDJM25S4tLMUUBlDE1cO4XCu\nQmDDwRvu555+2QkWYywr6faS5luPbhfkUlk89aYIdfbTemGFiEw8mwtIOLqn\nqdm0EXtyx1vfxt874fYZNoo6M0ti/THZQAfWiOAFSPgZiNrGOGY/a69HXZKb\nsfywoUuBQGtrWgAEJRVEou3Fr9DIlDDRty3xC9i5E2s3yX4ZaQs93s3dmKvW\ndaXN\r\n=GLRw\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIH5CC9me3NGdndas8p+9y60JCuMuNCkmTX7jwt95+vKDAiBIV8ECAggC7dodJVD1XaXWxPPeMGwfcK6Fa0p2usdEDg=="}]}},"6.10.1":{"name":"npm","version":"6.10.1","dependencies":{"JSONStream":"^1.3.5","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^1.1.2","bluebird":"^3.5.5","byte-size":"^5.0.1","cacache":"^11.3.3","call-limit":"^1.1.1","chownr":"^1.1.2","ci-info":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.5.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"^1.1.12","detect-indent":"~5.0.0","detect-newline":"^2.1.0","dezalgo":"~1.0.3","editor":"~1.0.0","figgy-pudding":"^3.5.1","find-npm-prefix":"^1.0.2","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","gentle-fs":"^2.0.1","glob":"^7.1.4","graceful-fs":"^4.2.0","has-unicode":"~2.0.1","hosted-git-info":"^2.7.1","iferr":"^1.0.2","inflight":"~1.0.6","inherits":"^2.0.4","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^3.0.0","json-parse-better-errors":"^1.0.2","lazy-property":"~1.0.0","libcipm":"^4.0.0","libnpm":"^3.0.0","libnpmhook":"^5.0.2","libnpmsearch":"^2.0.1","libnpx":"^10.2.0","lock-verify":"^2.1.0","lockfile":"^1.0.4","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"^5.1.1","meant":"~1.0.1","mississippi":"^3.0.0","mkdirp":"~0.5.1","move-concurrently":"^1.0.1","node-gyp":"^5.0.2","nopt":"~4.0.1","normalize-package-data":"^2.5.0","npm-audit-report":"^1.3.2","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-lifecycle":"^3.0.0","npm-package-arg":"^6.1.0","npm-packlist":"^1.4.4","npm-pick-manifest":"^2.2.3","npm-registry-fetch":"^3.9.1","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"^1.5.1","osenv":"^0.1.5","pacote":"^9.5.1","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"^0.12.0","query-string":"^6.8.1","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"^2.0.13","read-package-tree":"^5.3.1","readable-stream":"^3.4.0","readdir-scoped-modules":"^1.1.0","request":"^2.88.0","retry":"^0.12.0","rimraf":"^2.6.3","safe-buffer":"^5.1.2","semver":"^5.7.0","sha":"^3.0.0","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"^6.0.1","stringify-package":"^1.0.0","tar":"^4.4.10","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"^1.1.1","unpipe":"~1.0.0","update-notifier":"^2.5.0","uuid":"^3.3.2","validate-npm-package-license":"^3.0.4","validate-npm-package-name":"~3.0.0","which":"^1.3.1","worker-farm":"^1.7.0","write-file-atomic":"^2.4.3","debuglog":"*","imurmurhash":"*","libnpmaccess":"*","libnpmorg":"*","libnpmteam":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*","npm-profile":"*"},"devDependencies":{"deep-equal":"^1.0.1","get-stream":"^4.1.0","licensee":"^7.0.2","marked":"^0.6.3","marked-man":"^0.6.0","npm-registry-couchapp":"^2.7.2","npm-registry-mock":"^1.2.1","require-inject":"^1.4.4","sprintf-js":"^1.1.2","standard":"^11.0.1","tacks":"^1.3.0","tap":"^12.7.0","tar-stream":"^2.1.0"},"bundleDependencies":["abbrev","ansicolors","ansistyles","aproba","archy","bin-links","bluebird","byte-size","cacache","call-limit","chownr","ci-info","cli-columns","cli-table3","cmd-shim","columnify","config-chain","debuglog","detect-indent","detect-newline","dezalgo","editor","figgy-pudding","find-npm-prefix","fs-vacuum","fs-write-stream-atomic","gentle-fs","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","is-cidr","json-parse-better-errors","JSONStream","lazy-property","libcipm","libnpm","libnpmaccess","libnpmhook","libnpmorg","libnpmsearch","libnpmteam","libnpx","lock-verify","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mississippi","mkdirp","move-concurrently","node-gyp","nopt","normalize-package-data","npm-audit-report","npm-cache-filename","npm-install-checks","npm-lifecycle","npm-package-arg","npm-packlist","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","qrcode-terminal","query-string","qw","read-cmd-shim","read-installed","read-package-json","read-package-tree","read","readable-stream","readdir-scoped-modules","request","retry","rimraf","safe-buffer","semver","sha","slide","sorted-object","sorted-union-stream","ssri","stringify-package","tar","text-table","tiny-relative-date","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","worker-farm","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js","npx":"./bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-ejR83c5aPTip5hPhziypqkJu06vb5tDIugCXx1c5+04RbMjtZeMA6BfsuGnV9EBdEwzKoaHkQ9sJWQAq+LjHYw==","shasum":"2ee87146028d4f2bfa0bbae56c5f188c5099dfe9","tarball":"https://registry.npmjs.org/npm/-/npm-6.10.1.tgz","fileCount":4154,"unpackedSize":19293098,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdJ3SuCRA9TVsSAnZWagAASboP/1b/21CUi60kgms5dOqV\nB6A0SyTGmBGPEnT0WsJAjPryqGFJxCq0Mr9NwAFQRK9OLFPn3Qtzt7TqqsKt\nM9h9knOCYNxcwPbcL1WrBru2q9EC61mRhzFKEjYlOq642z32roH5EyxrGUg7\nw8lzBf6Ie1Tclnnzy/PV8cFPoMIheuB9YF+gqjQ7BGH1W2WgGCgNpGW7y89d\nPljuoXnh8WwbiHS50zYTXe/BEM0JLS6Ec29Gcw/u33GTC2AnG8V2nOJdFJad\nm+B7Padxo2vPxWRR76XLDj/WgGb6TSoO98ywtRKKbwz7YBbKdLiCMZlaESLM\nq3mfbiRsCRkNARr9e+nDQBKd2iqRgr6eymbvDTMw6kclnbzl5plKNajcMRtI\neQjBSx+TUESY+PzTNKxcCvt8TER0rgfnmd5dxm9nk53oCsCbvI+y4dtBfLHy\nGdZ7CFC92BNSNUMF4pcXj4lQXKFffT9V7E9/yDwfoptWosafKUV5mdY4+BBn\nqeD+5+Q32I2Qu9K0p/GaWS/o2Z4GNlZjEstT7ADKrpmGFOxy9HY/41usb+Nv\nWlMx3BukNW5YOPNbdne/FWmlzDCVrMfIFzdVvVhl9Ixy1gl7PZayOiHZBUuU\nuywTKUtS9lqnDP0N/D1NKpYHfkgG3CPstowN32nYI6+pXljcxQlMgAQLFJib\nGRML\r\n=MGhj\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCVQYPIJB7adpvLSlGZcHUkai069+PVhFVWmsQ8HivjHwIhAMEABUz3IJEPTFv27lT5Y3u9U5+SLkPtxqfZn93PFEoX"}]}},"6.10.2-next.0":{"name":"npm","version":"6.10.2-next.0","dependencies":{"JSONStream":"^1.3.5","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^1.1.2","bluebird":"^3.5.5","byte-size":"^5.0.1","cacache":"^12.0.0","call-limit":"^1.1.1","chownr":"^1.1.2","ci-info":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.5.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"^1.1.12","detect-indent":"~5.0.0","detect-newline":"^2.1.0","dezalgo":"~1.0.3","editor":"~1.0.0","figgy-pudding":"^3.5.1","find-npm-prefix":"^1.0.2","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","gentle-fs":"^2.0.1","glob":"^7.1.4","graceful-fs":"^4.2.0","has-unicode":"~2.0.1","hosted-git-info":"^2.7.1","iferr":"^1.0.2","inflight":"~1.0.6","inherits":"^2.0.4","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^3.0.0","json-parse-better-errors":"^1.0.2","lazy-property":"~1.0.0","libcipm":"^4.0.0","libnpm":"^3.0.1","libnpmaccess":"^3.0.2","libnpmhook":"^5.0.3","libnpmorg":"^1.0.1","libnpmsearch":"^2.0.2","libnpmteam":"^1.0.2","libnpx":"^10.2.0","lock-verify":"^2.1.0","lockfile":"^1.0.4","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"^5.1.1","meant":"~1.0.1","mississippi":"^3.0.0","mkdirp":"~0.5.1","move-concurrently":"^1.0.1","node-gyp":"^5.0.2","nopt":"~4.0.1","normalize-package-data":"^2.5.0","npm-audit-report":"^1.3.2","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-lifecycle":"^3.0.0","npm-package-arg":"^6.1.0","npm-packlist":"^1.4.4","npm-pick-manifest":"^2.2.3","npm-profile":"^4.0.2","npm-registry-fetch":"^4.0.0","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"^1.5.1","osenv":"^0.1.5","pacote":"^9.5.4","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"^0.12.0","query-string":"^6.8.1","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"^2.0.13","read-package-tree":"^5.3.1","readable-stream":"^3.4.0","readdir-scoped-modules":"^1.1.0","request":"^2.88.0","retry":"^0.12.0","rimraf":"^2.6.3","safe-buffer":"^5.1.2","semver":"^5.7.0","sha":"^3.0.0","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"^6.0.1","stringify-package":"^1.0.0","tar":"^4.4.10","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"^1.1.1","unpipe":"~1.0.0","update-notifier":"^2.5.0","uuid":"^3.3.2","validate-npm-package-license":"^3.0.4","validate-npm-package-name":"~3.0.0","which":"^1.3.1","worker-farm":"^1.7.0","write-file-atomic":"^2.4.3","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*"},"devDependencies":{"deep-equal":"^1.0.1","get-stream":"^4.1.0","licensee":"^7.0.2","marked":"^0.6.3","marked-man":"^0.6.0","npm-registry-couchapp":"^2.7.2","npm-registry-mock":"^1.2.1","require-inject":"^1.4.4","sprintf-js":"^1.1.2","standard":"^11.0.1","tacks":"^1.3.0","tap":"^12.7.0","tar-stream":"^2.1.0"},"bundleDependencies":["abbrev","ansicolors","ansistyles","aproba","archy","bin-links","bluebird","byte-size","cacache","call-limit","chownr","ci-info","cli-columns","cli-table3","cmd-shim","columnify","config-chain","debuglog","detect-indent","detect-newline","dezalgo","editor","figgy-pudding","find-npm-prefix","fs-vacuum","fs-write-stream-atomic","gentle-fs","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","is-cidr","json-parse-better-errors","JSONStream","lazy-property","libcipm","libnpm","libnpmaccess","libnpmhook","libnpmorg","libnpmsearch","libnpmteam","libnpx","lock-verify","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mississippi","mkdirp","move-concurrently","node-gyp","nopt","normalize-package-data","npm-audit-report","npm-cache-filename","npm-install-checks","npm-lifecycle","npm-package-arg","npm-packlist","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","qrcode-terminal","query-string","qw","read-cmd-shim","read-installed","read-package-json","read-package-tree","read","readable-stream","readdir-scoped-modules","request","retry","rimraf","safe-buffer","semver","sha","slide","sorted-object","sorted-union-stream","ssri","stringify-package","tar","text-table","tiny-relative-date","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","worker-farm","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js","npx":"./bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-38lBP5Z/nBu3s8LMHyv4gALGsKci2tlRNdTpW9yCRnCefmcJw/gUaG8aBcyCi2YvL0Q/st4dJznZ3GMTk1x8jQ==","shasum":"e478d74a74d7cfb0db1d73fc68aa16dabe2fb965","tarball":"https://registry.npmjs.org/npm/-/npm-6.10.2-next.0.tgz","fileCount":4138,"unpackedSize":19130237,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdLmLqCRA9TVsSAnZWagAAmRkQAJk+a8Qb1OlebeXGVEQ5\nEF2GRKUQrmRLzZsvVMFbzVgQ1ZH6F/or41Ac8/nqyjEsJmcKRXS472eIYmsy\nOK7NIhis98mO98D5/Qnj3/PlOwrQsviGLW6ySdmO2DGv1mQjBEwbePBB8S5Z\nfLN7WCr99kSamJKipqeRKFZmNZo4C3931w2iIiCOjNTDfCxZBAh2PZvdWCUR\nYVnixKr+9/MdIOxgqQXnHdvyJ+JqXgLPbxatGpuXMMk+0p8tepq1zQ8zt6GA\n0XZ/sfnn8ctiuP4oz53d73uPDCa/9zg/r+zNwu7J2lwKnbykjbDkRWFifUx1\nRJhnjCBQF1c5THVhvJsF5VC0/nvV2XMhdf77iCTHMK88FHqKSd1dhIUl2OO7\n4NOTUFQULWOKd3gT/4J7j5sgq+xkUhifFfojq+Ph5NUvll8LYduhOmpY8CPG\nOnGw95m120cmNsRA+tA5uqT/y9Gd02YIYHMfTNSDgFEncwluQk6iN1kZxDlv\n2hTG88ROh4glk/3o1oR3W/wcUxH/ffkCCPnbsKMH+uDOatWieeEJ7d5vsbXh\nmzUT2jz1Md4EGdvEvYJ8e5se67M4eZ9B0mMVGlwgyo4rcehV+OPeLa5eWo1I\nP0jMnq2NpZP3TgNrhVoAPis5dg1BiybOftfAa9nfVlb9cDf64KwD3KgF2IOD\nYpWo\r\n=oha+\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCFpb0fHnPOnaljD011ASPFEjp7g+t97mEiDrPfvazdxQIgd0Rkbm9Cv2fyxUtYXl4UkhvmZUpGrjNlT3DwLwG6DCM="}]}},"6.10.2-next.1":{"name":"npm","version":"6.10.2-next.1","dependencies":{"JSONStream":"^1.3.5","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^1.1.2","bluebird":"^3.5.5","byte-size":"^5.0.1","cacache":"^12.0.0","call-limit":"^1.1.1","chownr":"^1.1.2","ci-info":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.5.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"^1.1.12","detect-indent":"~5.0.0","detect-newline":"^2.1.0","dezalgo":"~1.0.3","editor":"~1.0.0","figgy-pudding":"^3.5.1","find-npm-prefix":"^1.0.2","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","gentle-fs":"^2.0.1","glob":"^7.1.4","graceful-fs":"^4.2.0","has-unicode":"~2.0.1","hosted-git-info":"^2.7.1","iferr":"^1.0.2","inflight":"~1.0.6","inherits":"^2.0.4","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^3.0.0","json-parse-better-errors":"^1.0.2","lazy-property":"~1.0.0","libcipm":"^4.0.0","libnpm":"^3.0.1","libnpmaccess":"^3.0.2","libnpmhook":"^5.0.3","libnpmorg":"^1.0.1","libnpmsearch":"^2.0.2","libnpmteam":"^1.0.2","libnpx":"^10.2.0","lock-verify":"^2.1.0","lockfile":"^1.0.4","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"^5.1.1","meant":"~1.0.1","mississippi":"^3.0.0","mkdirp":"~0.5.1","move-concurrently":"^1.0.1","node-gyp":"^5.0.3","nopt":"~4.0.1","normalize-package-data":"^2.5.0","npm-audit-report":"^1.3.2","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-lifecycle":"^3.1.0","npm-package-arg":"^6.1.0","npm-packlist":"^1.4.4","npm-pick-manifest":"^2.2.3","npm-profile":"^4.0.2","npm-registry-fetch":"^4.0.0","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"^1.5.1","osenv":"^0.1.5","pacote":"^9.5.4","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"^0.12.0","query-string":"^6.8.1","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"^2.0.13","read-package-tree":"^5.3.1","readable-stream":"^3.4.0","readdir-scoped-modules":"^1.1.0","request":"^2.88.0","retry":"^0.12.0","rimraf":"^2.6.3","safe-buffer":"^5.1.2","semver":"^5.7.0","sha":"^3.0.0","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"^6.0.1","stringify-package":"^1.0.0","tar":"^4.4.10","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"^1.1.1","unpipe":"~1.0.0","update-notifier":"^2.5.0","uuid":"^3.3.2","validate-npm-package-license":"^3.0.4","validate-npm-package-name":"~3.0.0","which":"^1.3.1","worker-farm":"^1.7.0","write-file-atomic":"^2.4.3","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*"},"devDependencies":{"deep-equal":"^1.0.1","get-stream":"^4.1.0","licensee":"^7.0.2","marked":"^0.6.3","marked-man":"^0.6.0","npm-registry-couchapp":"^2.7.2","npm-registry-mock":"^1.2.1","require-inject":"^1.4.4","sprintf-js":"^1.1.2","standard":"^11.0.1","tacks":"^1.3.0","tap":"^12.7.0","tar-stream":"^2.1.0"},"bundleDependencies":["abbrev","ansicolors","ansistyles","aproba","archy","bin-links","bluebird","byte-size","cacache","call-limit","chownr","ci-info","cli-columns","cli-table3","cmd-shim","columnify","config-chain","debuglog","detect-indent","detect-newline","dezalgo","editor","figgy-pudding","find-npm-prefix","fs-vacuum","fs-write-stream-atomic","gentle-fs","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","inflight","inherits","ini","init-package-json","is-cidr","json-parse-better-errors","JSONStream","lazy-property","libcipm","libnpm","libnpmaccess","libnpmhook","libnpmorg","libnpmsearch","libnpmteam","libnpx","lock-verify","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mississippi","mkdirp","move-concurrently","node-gyp","nopt","normalize-package-data","npm-audit-report","npm-cache-filename","npm-install-checks","npm-lifecycle","npm-package-arg","npm-packlist","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","qrcode-terminal","query-string","qw","read-cmd-shim","read-installed","read-package-json","read-package-tree","read","readable-stream","readdir-scoped-modules","request","retry","rimraf","safe-buffer","semver","sha","slide","sorted-object","sorted-union-stream","ssri","stringify-package","tar","text-table","tiny-relative-date","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","worker-farm","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js","npx":"./bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-r4+Kc1/6LsuKb2tdP9xxFff+ra3j35IglU9cc0htV7STlu0g2vVisBTNRVY0iNbvK9Uim3FtroTO+FgLoQ4nTg==","shasum":"e27936a718a1adc2aa745b77f454e5e7fb7e5e7d","tarball":"https://registry.npmjs.org/npm/-/npm-6.10.2-next.1.tgz","fileCount":4122,"unpackedSize":18626494,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdL06sCRA9TVsSAnZWagAAFD8P/R5n4bp1Zrnm1UZVGxbj\nOl9YAxZxpS0TiVGQFTCEshPt/4MwfawWue5I/9Y1/FwcatH1Ac0hnQTutuER\n0kolCkKQued77F7vbtNrTup+aQ7w2AHzCQyYoiCGWy+hDkAsK/PMfPi5Fcmz\nmE5EgW9GUPxGXqHDsQjOZR4GjXR3iH54fErklhSOhy5ck0XRtCq5GBvvQXr8\nHlBtSpr8JqiB6nCT/7Ilo4iyDHMS9thNH+9p+I501Ov/sFcUbcjTfVUdQrxW\nXMPy7gwG6UT3HccDQKWQcscsKSGeC0LjAC97bxidk/bm4Xud6sUTZybncToF\nLNtnJfp8NGBzWnf7mnOxa5Zymf1+sIxKUYYAmcMg/4eqlcchOyuyNkjNaPKR\nvz3UbvZRUzqCOKEyE5bCdIa/EyAEvtxSeTzZsZqGjLHI3CrzPfCooQBycc3o\neV3X0jKrIYVRzuvIkxgr/kwcULXlrKj4GyUlSDKLDiMjm6t6STYox7/Naj0X\njYyUXqRhbLwQ+QfphWOaAHez4yhSqXr8KJ59YK7Tl3M6p70LjdAku0pW7ZuY\nwzTnjn3RxeYNOI5rzB97nW14CL3keKaqPPnkqlYBl2crZHiLM5tkgkI68bZx\n6lQ30VJPkjEqWqFEiUr8WJva0r9bCYryc+IHRFkFO9FKUaP3UKgb3n+cWdjf\nP2GQ\r\n=6Wud\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCFgk13kNNEn4CbJoDtBNNrzUSMsCRQonoOqJoCmjg/2QIgDaRTzb8rRCscvrL8XcuT8ToR6RBThe1zGLoNn8LNN9A="}]}},"6.10.2-next.2":{"name":"npm","version":"6.10.2-next.2","dependencies":{"JSONStream":"^1.3.5","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^1.1.2","bluebird":"^3.5.5","byte-size":"^5.0.1","cacache":"^12.0.2","call-limit":"^1.1.1","chownr":"^1.1.2","ci-info":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.5.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"^1.1.12","detect-indent":"~5.0.0","detect-newline":"^2.1.0","dezalgo":"~1.0.3","editor":"~1.0.0","figgy-pudding":"^3.5.1","find-npm-prefix":"^1.0.2","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","gentle-fs":"^2.0.1","glob":"^7.1.4","graceful-fs":"^4.2.0","has-unicode":"~2.0.1","hosted-git-info":"^2.7.1","iferr":"^1.0.2","infer-owner":"^1.0.4","inflight":"~1.0.6","inherits":"^2.0.4","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^3.0.0","json-parse-better-errors":"^1.0.2","lazy-property":"~1.0.0","libcipm":"^4.0.0","libnpm":"^3.0.1","libnpmaccess":"^3.0.2","libnpmhook":"^5.0.3","libnpmorg":"^1.0.1","libnpmsearch":"^2.0.2","libnpmteam":"^1.0.2","libnpx":"^10.2.0","lock-verify":"^2.1.0","lockfile":"^1.0.4","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"^5.1.1","meant":"~1.0.1","mississippi":"^3.0.0","mkdirp":"~0.5.1","move-concurrently":"^1.0.1","node-gyp":"^5.0.3","nopt":"~4.0.1","normalize-package-data":"^2.5.0","npm-audit-report":"^1.3.2","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-lifecycle":"^3.1.0","npm-package-arg":"^6.1.0","npm-packlist":"^1.4.4","npm-pick-manifest":"^2.2.3","npm-profile":"^4.0.2","npm-registry-fetch":"^4.0.0","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"^1.5.1","osenv":"^0.1.5","pacote":"^9.5.4","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"^0.12.0","query-string":"^6.8.1","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"^2.0.13","read-package-tree":"^5.3.1","readable-stream":"^3.4.0","readdir-scoped-modules":"^1.1.0","request":"^2.88.0","retry":"^0.12.0","rimraf":"^2.6.3","safe-buffer":"^5.1.2","semver":"^5.7.0","sha":"^3.0.0","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"^6.0.1","stringify-package":"^1.0.0","tar":"^4.4.10","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"^1.1.1","unpipe":"~1.0.0","update-notifier":"^2.5.0","uuid":"^3.3.2","validate-npm-package-license":"^3.0.4","validate-npm-package-name":"~3.0.0","which":"^1.3.1","worker-farm":"^1.7.0","write-file-atomic":"^2.4.3","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*"},"devDependencies":{"deep-equal":"^1.0.1","get-stream":"^4.1.0","licensee":"^7.0.2","marked":"^0.6.3","marked-man":"^0.6.0","npm-registry-couchapp":"^2.7.3","npm-registry-mock":"^1.2.1","require-inject":"^1.4.4","sprintf-js":"^1.1.2","standard":"^11.0.1","tacks":"^1.3.0","tap":"^12.7.0","tar-stream":"^2.1.0"},"bundleDependencies":["abbrev","ansicolors","ansistyles","aproba","archy","bin-links","bluebird","byte-size","cacache","call-limit","chownr","ci-info","cli-columns","cli-table3","cmd-shim","columnify","config-chain","debuglog","detect-indent","detect-newline","dezalgo","editor","figgy-pudding","find-npm-prefix","fs-vacuum","fs-write-stream-atomic","gentle-fs","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","infer-owner","inflight","inherits","ini","init-package-json","is-cidr","json-parse-better-errors","JSONStream","lazy-property","libcipm","libnpm","libnpmaccess","libnpmhook","libnpmorg","libnpmsearch","libnpmteam","libnpx","lock-verify","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mississippi","mkdirp","move-concurrently","node-gyp","nopt","normalize-package-data","npm-audit-report","npm-cache-filename","npm-install-checks","npm-lifecycle","npm-package-arg","npm-packlist","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","qrcode-terminal","query-string","qw","read-cmd-shim","read-installed","read-package-json","read-package-tree","read","readable-stream","readdir-scoped-modules","request","retry","rimraf","safe-buffer","semver","sha","slide","sorted-object","sorted-union-stream","ssri","stringify-package","tar","text-table","tiny-relative-date","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","worker-farm","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js","npx":"./bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-vpxZAGcXNq1yAjesYP/8mb0WOU+6SWocY1SMsAN9AXYkGDK7igyLt+eIZqnm/+grAvjzfxIZzaPVMN6pGWngOA==","shasum":"5d68828c0aaf8ed5efcf40522b60ca1bbfcfec4e","tarball":"https://registry.npmjs.org/npm/-/npm-6.10.2-next.2.tgz","fileCount":4140,"unpackedSize":19121840,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdNOCOCRA9TVsSAnZWagAApqsQAJlPHgPtXdbznk9uPVDQ\nzw8lR756Aut3BfDwhggeDMSudx9059vT6d80b61Nh3zqHNNxeu5v3zYv2SrM\nLeGbcY+A3cRc8vvRzeZ+OhPyHDGUHjiY8Om5cCmIClLHzbYlblwJUpc1RuSX\n2G6I44AdM4bcujgt3TTkX/+qRCEu/Dymim1PLFEw/S2s9TR89lQv7BQ/9CFA\nPM2+2c1MvFYJ7pZo5nZTxeHFbsQnhc468INt+6jLv/KcL3eP5Xm+5pDBtnz7\nOMqABxtMv6nFGLbTxqKahh8B9LTBHjUYyerradFX1HwFTy8KSdWHu2Az5Zkj\nsTUFyJJgQZjV5WKQasjNfXm1LzKRk6DqWMblWrJ1Ye0yTULM4tgCIYCSGE1s\n3Ljp/K6p0zq6W23rnfeaivw1VsVens5GTDrQ5t0ahhdVBpQixND3nyEYQUME\ng3c5EQe9f3RUAOrSR3q0kg5Y1WHvtYfx7kSJigtk4EIXAYtK+ecEtmFUKvyC\nsrM3u+rhMh9BBCwHT5D6win4gTp+oL2U9JNZoLcyl04snz5Et3hZDLHZdMcB\nL5W0+Qmj/5q5DJ/1VCuOPXRNZMJx3eyRK33A1I7HmWJiznHm53BVkTMy0N0L\nx3q/h7aX83Obp0O8+BuD3mO6nb/y4PyMGGEwBJa9PHG5eM1Iq5c3K/SNaKaO\n3yU4\r\n=gZuK\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDbyfAX37s4KtOhGCMU6uEIOPbrADSpHZQHEd9ss7VU/AIhAJJSqW0tHSuXRkAQ2iynV6yFMwBGgZvK4Ky8lAI1WtSv"}]}},"6.10.2-next.3":{"name":"npm","version":"6.10.2-next.3","dependencies":{"JSONStream":"^1.3.5","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^1.1.2","bluebird":"^3.5.5","byte-size":"^5.0.1","cacache":"^12.0.2","call-limit":"^1.1.1","chownr":"^1.1.2","ci-info":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.5.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"^1.1.12","detect-indent":"~5.0.0","detect-newline":"^2.1.0","dezalgo":"~1.0.3","editor":"~1.0.0","figgy-pudding":"^3.5.1","find-npm-prefix":"^1.0.2","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","gentle-fs":"^2.0.1","glob":"^7.1.4","graceful-fs":"^4.2.0","has-unicode":"~2.0.1","hosted-git-info":"^2.7.1","iferr":"^1.0.2","infer-owner":"^1.0.4","inflight":"~1.0.6","inherits":"^2.0.4","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^3.0.0","json-parse-better-errors":"^1.0.2","lazy-property":"~1.0.0","libcipm":"^4.0.0","libnpm":"^3.0.1","libnpmaccess":"^3.0.2","libnpmhook":"^5.0.3","libnpmorg":"^1.0.1","libnpmsearch":"^2.0.2","libnpmteam":"^1.0.2","libnpx":"^10.2.0","lock-verify":"^2.1.0","lockfile":"^1.0.4","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"^5.1.1","meant":"~1.0.1","mississippi":"^3.0.0","mkdirp":"~0.5.1","move-concurrently":"^1.0.1","node-gyp":"^5.0.3","nopt":"~4.0.1","normalize-package-data":"^2.5.0","npm-audit-report":"^1.3.2","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-lifecycle":"^3.1.2","npm-package-arg":"^6.1.0","npm-packlist":"^1.4.4","npm-pick-manifest":"^2.2.3","npm-profile":"^4.0.2","npm-registry-fetch":"^4.0.0","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"^1.5.1","osenv":"^0.1.5","pacote":"^9.5.4","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"^0.12.0","query-string":"^6.8.1","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"^2.0.13","read-package-tree":"^5.3.1","readable-stream":"^3.4.0","readdir-scoped-modules":"^1.1.0","request":"^2.88.0","retry":"^0.12.0","rimraf":"^2.6.3","safe-buffer":"^5.1.2","semver":"^5.7.0","sha":"^3.0.0","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"^6.0.1","stringify-package":"^1.0.0","tar":"^4.4.10","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"^1.1.1","unpipe":"~1.0.0","update-notifier":"^2.5.0","uuid":"^3.3.2","validate-npm-package-license":"^3.0.4","validate-npm-package-name":"~3.0.0","which":"^1.3.1","worker-farm":"^1.7.0","write-file-atomic":"^2.4.3","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*"},"devDependencies":{"deep-equal":"^1.0.1","get-stream":"^4.1.0","licensee":"^7.0.2","marked":"^0.6.3","marked-man":"^0.6.0","npm-registry-couchapp":"^2.7.3","npm-registry-mock":"^1.2.1","require-inject":"^1.4.4","sprintf-js":"^1.1.2","standard":"^11.0.1","tacks":"^1.3.0","tap":"^12.7.0","tar-stream":"^2.1.0"},"bundleDependencies":["abbrev","ansicolors","ansistyles","aproba","archy","bin-links","bluebird","byte-size","cacache","call-limit","chownr","ci-info","cli-columns","cli-table3","cmd-shim","columnify","config-chain","debuglog","detect-indent","detect-newline","dezalgo","editor","figgy-pudding","find-npm-prefix","fs-vacuum","fs-write-stream-atomic","gentle-fs","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","infer-owner","inflight","inherits","ini","init-package-json","is-cidr","json-parse-better-errors","JSONStream","lazy-property","libcipm","libnpm","libnpmaccess","libnpmhook","libnpmorg","libnpmsearch","libnpmteam","libnpx","lock-verify","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mississippi","mkdirp","move-concurrently","node-gyp","nopt","normalize-package-data","npm-audit-report","npm-cache-filename","npm-install-checks","npm-lifecycle","npm-package-arg","npm-packlist","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","qrcode-terminal","query-string","qw","read-cmd-shim","read-installed","read-package-json","read-package-tree","read","readable-stream","readdir-scoped-modules","request","retry","rimraf","safe-buffer","semver","sha","slide","sorted-object","sorted-union-stream","ssri","stringify-package","tar","text-table","tiny-relative-date","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","worker-farm","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js","npx":"./bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-iT309slDWLcmWAlRiwr38RUAxbN6E00IoyuWANJuqnsnQ+JKso4fn8JMaOjg2op3VQ/xRUR/9I3kKsALNOAPCg==","shasum":"537d37efb128bb668e0c354bce50100fa4592645","tarball":"https://registry.npmjs.org/npm/-/npm-6.10.2-next.3.tgz","fileCount":4140,"unpackedSize":19122678,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdNkbnCRA9TVsSAnZWagAATpoP/RysqjADEWp4yxkNuT5a\nGLkPCWbwa6pXzPSpFUcKnTqflIGtRtKw0NWgf0sV6c2e41hxFn2Eo0Qsj2xr\n1qqIDA1upyhxhE1cvB5uqAXsVwmaYC/skzrpUuLG0Thtut+l3jXXMFLhL1gq\nUp/ajwI5vAtmweFeY57l0YYLi7oKVk0+P1/lfZTb9+ZNcpLWgI2RMvKFo4/J\nF4XlSYp2W56ezHqTbPEuGV/moisFoLseHx1xR1P6CUirKIa4djluTh1aPL8S\nFUUnHyJE6W7RFFgdjvD6Ax0dNoe838BYahT4D+JML7L7tX1ECg9eTapXZNGu\nDk+ta1bIwesdPpgIAIFVYozO6UYWTfdd0cmEi2wZJtEZwTOwf3xwZYDSWMEn\nmWnLdSKEq1i/AzzaWfkVaismhA965Glknlysg3R7xw0OfiatRqcVJVfKve61\nQbjF/QS+J/pMq4Z59Hp1jd0njA2HTa9r0EKC6Z+osI8abLyz6EIfGuAE5sZi\nR934/ofRV+G1V1/gFZJs+r07Jka987sCfVa6KT23VX2MIupj1UnFpRm+9MAp\n2b3CtHWi2EEJvCc3HoSunaLG9Tt5/BXTvOnEu17yeziGuUqBfrIXWeXT8oG4\noyj9XnPyNQhvgNKDFXr/MlDNIjXO+80wA/eiqZbfaMFeRzDBRRfRCQzvyL4M\ndcz/\r\n=G22G\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGVaprBz4/9EeU85k3HjCdOHNfSBbDZnvQjNt6yvAAddAiA6AVvGlr+cQxIvhJOObAyMNTjBtMljGxAckwR5syam2A=="}]}},"6.10.2":{"name":"npm","version":"6.10.2","dependencies":{"JSONStream":"^1.3.5","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^1.1.2","bluebird":"^3.5.5","byte-size":"^5.0.1","cacache":"^12.0.2","call-limit":"^1.1.1","chownr":"^1.1.2","ci-info":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.5.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"^1.1.12","detect-indent":"~5.0.0","detect-newline":"^2.1.0","dezalgo":"~1.0.3","editor":"~1.0.0","figgy-pudding":"^3.5.1","find-npm-prefix":"^1.0.2","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","gentle-fs":"^2.0.1","glob":"^7.1.4","graceful-fs":"^4.2.0","has-unicode":"~2.0.1","hosted-git-info":"^2.7.1","iferr":"^1.0.2","infer-owner":"^1.0.4","inflight":"~1.0.6","inherits":"^2.0.4","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^3.0.0","json-parse-better-errors":"^1.0.2","lazy-property":"~1.0.0","libcipm":"^4.0.0","libnpm":"^3.0.1","libnpmaccess":"^3.0.2","libnpmhook":"^5.0.3","libnpmorg":"^1.0.1","libnpmsearch":"^2.0.2","libnpmteam":"^1.0.2","libnpx":"^10.2.0","lock-verify":"^2.1.0","lockfile":"^1.0.4","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"^5.1.1","meant":"~1.0.1","mississippi":"^3.0.0","mkdirp":"~0.5.1","move-concurrently":"^1.0.1","node-gyp":"^5.0.3","nopt":"~4.0.1","normalize-package-data":"^2.5.0","npm-audit-report":"^1.3.2","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-lifecycle":"^3.1.2","npm-package-arg":"^6.1.0","npm-packlist":"^1.4.4","npm-pick-manifest":"^2.2.3","npm-profile":"^4.0.2","npm-registry-fetch":"^4.0.0","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"^1.5.1","osenv":"^0.1.5","pacote":"^9.5.4","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"^0.12.0","query-string":"^6.8.1","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"^2.0.13","read-package-tree":"^5.3.1","readable-stream":"^3.4.0","readdir-scoped-modules":"^1.1.0","request":"^2.88.0","retry":"^0.12.0","rimraf":"^2.6.3","safe-buffer":"^5.1.2","semver":"^5.7.0","sha":"^3.0.0","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"^6.0.1","stringify-package":"^1.0.0","tar":"^4.4.10","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"^1.1.1","unpipe":"~1.0.0","update-notifier":"^2.5.0","uuid":"^3.3.2","validate-npm-package-license":"^3.0.4","validate-npm-package-name":"~3.0.0","which":"^1.3.1","worker-farm":"^1.7.0","write-file-atomic":"^2.4.3","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*"},"devDependencies":{"deep-equal":"^1.0.1","get-stream":"^4.1.0","licensee":"^7.0.2","marked":"^0.6.3","marked-man":"^0.6.0","npm-registry-couchapp":"^2.7.3","npm-registry-mock":"^1.2.1","require-inject":"^1.4.4","sprintf-js":"^1.1.2","standard":"^11.0.1","tacks":"^1.3.0","tap":"^12.7.0","tar-stream":"^2.1.0"},"bundleDependencies":["abbrev","ansicolors","ansistyles","aproba","archy","bin-links","bluebird","byte-size","cacache","call-limit","chownr","ci-info","cli-columns","cli-table3","cmd-shim","columnify","config-chain","debuglog","detect-indent","detect-newline","dezalgo","editor","figgy-pudding","find-npm-prefix","fs-vacuum","fs-write-stream-atomic","gentle-fs","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","infer-owner","inflight","inherits","ini","init-package-json","is-cidr","json-parse-better-errors","JSONStream","lazy-property","libcipm","libnpm","libnpmaccess","libnpmhook","libnpmorg","libnpmsearch","libnpmteam","libnpx","lock-verify","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mississippi","mkdirp","move-concurrently","node-gyp","nopt","normalize-package-data","npm-audit-report","npm-cache-filename","npm-install-checks","npm-lifecycle","npm-package-arg","npm-packlist","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","qrcode-terminal","query-string","qw","read-cmd-shim","read-installed","read-package-json","read-package-tree","read","readable-stream","readdir-scoped-modules","request","retry","rimraf","safe-buffer","semver","sha","slide","sorted-object","sorted-union-stream","ssri","stringify-package","tar","text-table","tiny-relative-date","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","worker-farm","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js","npx":"./bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-B6n5dgmsl1fpBYhor2OTEn9Md0r63/FpQocDn4WNT4gIQRQZLql9g+mk8s3j9qZD370kUTzwDaOBSmDdNGK3NA==","shasum":"62cd56f9bc39e26a5eae411a20236bb0c2026d85","tarball":"https://registry.npmjs.org/npm/-/npm-6.10.2.tgz","fileCount":4140,"unpackedSize":19122092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdNzXECRA9TVsSAnZWagAA2eEQAIQU3zior/pAbelxxB4Z\n27Sxj6GLWDN+P6CtxAqFi8X65C8KTbtJhAYdJ1eu0J63EfigufcyekN5ePTq\n5hU69lxmD+W+hgKvpKbfqiH2u6gGFyphtRdJsScEyxhyirLuKhKVQveHYQUu\nNNrXAmzwDAU0tawsN2uIgW0yqvTunnDh3h7q8YQS5zeWFHQ63ZRVnxm0eo9S\neh3YKfeU8r3Ygt3GzST6ROPwej5LPrXx1JIOAPlnqjeJ+og1HZGX6J7UIYI0\nztkFtLbX4+6s1p+kia3ZRqytqKrpTdTrZ7PGrZSntRGMwfnBJRDS8gtNvRhX\njDkAHllR8ycEVaBirDS4vg8EF5aOQ5TqGnBFovI4Cwg2awgjLKJHOcTsoiRK\nR+i2P8944l89vvrJobAETfADis8AeEuqsaDKmVO93kflZG+ooQ2NptublnZ+\n8BoZbBPTiFmNvYZvP1MRUhtEp+KMJdDK5RG8cJY9vmzOns0BhBHvmk6hPU8A\nL1wMLuxwMrjxY+06fpuW8G3UdxE7RUu7oSC/bvZFz6zEg7D1n3mQzNcZmFFn\npmwjU4O6mVDbDOTx27O4YIDdvjRY9+5EnlCYpwS2U6HSASaaa/+dVII9ocWi\naGynoN2+VAk0Qt/sU2VhhISqnSsvJC6id+vpzKfeATdSEE9RXHl2GLMVYYWs\nj7xZ\r\n=dxxS\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCXwmWCDDYy4s2DqVt8zyrqB/6HJzBp0YaJ+6HM5KT6rgIgP6MRh1OokoUdHw0tRqmM46PvKfBNtGuF/f9/WE3H8Mg="}]}},"6.10.3":{"name":"npm","version":"6.10.3","dependencies":{"JSONStream":"^1.3.5","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^1.1.2","bluebird":"^3.5.5","byte-size":"^5.0.1","cacache":"^12.0.2","call-limit":"^1.1.1","chownr":"^1.1.2","ci-info":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.5.1","cmd-shim":"~2.0.2","columnify":"~1.5.4","config-chain":"^1.1.12","detect-indent":"~5.0.0","detect-newline":"^2.1.0","dezalgo":"~1.0.3","editor":"~1.0.0","figgy-pudding":"^3.5.1","find-npm-prefix":"^1.0.2","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","gentle-fs":"^2.0.1","glob":"^7.1.4","graceful-fs":"^4.2.0","has-unicode":"~2.0.1","hosted-git-info":"^2.8.2","iferr":"^1.0.2","infer-owner":"^1.0.4","inflight":"~1.0.6","inherits":"^2.0.4","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^3.0.0","json-parse-better-errors":"^1.0.2","lazy-property":"~1.0.0","libcipm":"^4.0.0","libnpm":"^3.0.1","libnpmaccess":"^3.0.2","libnpmhook":"^5.0.3","libnpmorg":"^1.0.1","libnpmsearch":"^2.0.2","libnpmteam":"^1.0.2","libnpx":"^10.2.0","lock-verify":"^2.1.0","lockfile":"^1.0.4","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"^5.1.1","meant":"~1.0.1","mississippi":"^3.0.0","mkdirp":"~0.5.1","move-concurrently":"^1.0.1","node-gyp":"^5.0.3","nopt":"~4.0.1","normalize-package-data":"^2.5.0","npm-audit-report":"^1.3.2","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-lifecycle":"^3.1.2","npm-package-arg":"^6.1.0","npm-packlist":"^1.4.4","npm-pick-manifest":"^2.2.3","npm-profile":"^4.0.2","npm-registry-fetch":"^4.0.0","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"^1.5.1","osenv":"^0.1.5","pacote":"^9.5.4","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"^0.12.0","query-string":"^6.8.2","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"~1.0.1","read-installed":"~4.0.3","read-package-json":"^2.0.13","read-package-tree":"^5.3.1","readable-stream":"^3.4.0","readdir-scoped-modules":"^1.1.0","request":"^2.88.0","retry":"^0.12.0","rimraf":"^2.6.3","safe-buffer":"^5.1.2","semver":"^5.7.0","sha":"^3.0.0","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"^6.0.1","stringify-package":"^1.0.0","tar":"^4.4.10","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"^1.1.1","unpipe":"~1.0.0","update-notifier":"^2.5.0","uuid":"^3.3.2","validate-npm-package-license":"^3.0.4","validate-npm-package-name":"~3.0.0","which":"^1.3.1","worker-farm":"^1.7.0","write-file-atomic":"^2.4.3","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*"},"devDependencies":{"deep-equal":"^1.0.1","get-stream":"^4.1.0","licensee":"^7.0.3","marked":"^0.6.3","marked-man":"^0.6.0","npm-registry-couchapp":"^2.7.3","npm-registry-mock":"^1.2.1","require-inject":"^1.4.4","sprintf-js":"^1.1.2","standard":"^11.0.1","tacks":"^1.3.0","tap":"^12.7.0","tar-stream":"^2.1.0"},"bundleDependencies":["abbrev","ansicolors","ansistyles","aproba","archy","bin-links","bluebird","byte-size","cacache","call-limit","chownr","ci-info","cli-columns","cli-table3","cmd-shim","columnify","config-chain","debuglog","detect-indent","detect-newline","dezalgo","editor","figgy-pudding","find-npm-prefix","fs-vacuum","fs-write-stream-atomic","gentle-fs","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","infer-owner","inflight","inherits","ini","init-package-json","is-cidr","json-parse-better-errors","JSONStream","lazy-property","libcipm","libnpm","libnpmaccess","libnpmhook","libnpmorg","libnpmsearch","libnpmteam","libnpx","lock-verify","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mississippi","mkdirp","move-concurrently","node-gyp","nopt","normalize-package-data","npm-audit-report","npm-cache-filename","npm-install-checks","npm-lifecycle","npm-package-arg","npm-packlist","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","qrcode-terminal","query-string","qw","read-cmd-shim","read-installed","read-package-json","read-package-tree","read","readable-stream","readdir-scoped-modules","request","retry","rimraf","safe-buffer","semver","sha","slide","sorted-object","sorted-union-stream","ssri","stringify-package","tar","text-table","tiny-relative-date","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","worker-farm","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js","npx":"./bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-AH2uhSRaIMll7xz1JuLA6XbZu5k6DMSc77U6uWfuyBch4EzwpEc5dd54/OsX4Njioi7fSL7YmuPQbqKE2qiklw==","shasum":"83195598f8930a40ee480567883863321626666e","tarball":"https://registry.npmjs.org/npm/-/npm-6.10.3.tgz","fileCount":4140,"unpackedSize":19130912,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdSaj2CRA9TVsSAnZWagAAnloQAI8Pc5ZCxeF4XcFKdx2j\nwE5li7mu/MXWd2RYMS7qHo+a/tBqh90dbaYpYWnpRIhfBCSlYfFfkQsuPOPz\nKXLfpRdFucW2X0wnDHo1Gg58EWpdaA5AOnEdI0GGCXAMS/C9HNgwpE1rTFTM\nDs2POBk92DDUTjiS6TikYwoIHHnSBOg0kx0apC1qtzPdBkgHaf5tGBof0mps\nvNN9CEAJWYqEL9q6PcMVF/P1+QX3YDnZErzyHFvsy1mNc4qWm7W2Lo5JfGfu\nrhWvbEcK/lGdkxcqpRhsM1GyzPEqqyE5IcRRtPB476NYlbEDc94kBv/nQS03\nmXMI/VI6nKcx2N9j3bLSBzXyEX1Fmr7/CtrYw+SzouTiBisio2ADOIQeVN96\nsiUosxZEMcl41eVq9SgW1PRgsPi+xff3zztYYfIQ2fDTdjaBB98Y6tNtv7Ea\nl4ghDRvduMYJRVTH9xrRyYkz8dJl8Ths1snI/bKUFr8qLFBAwHYZ6GSKz5EM\nFpsiCJnrtcFKsWrwCPZ50uC4VRIEoUeP7XEmRQGjc2QlUu78lIC8JKOjc4MY\n+ogoWWZQDdpOtMzKThFmG4trI0Ng+WHMbhPez1ZNuL7jvQvAGtKQlX10Hlpk\nUzy9g7GSWEiM1woECgWEIZwbcAyjL7tTjN/onxTHSqJrWLz/TBiFpAcA0/X/\n0xJw\r\n=ZQXT\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEWOsDc16W7+93GLNb9v1XRYTYwrgFtr0m0tQD90Xk9dAiBbgms/Ecg9SOyQ0KpJqA+d7SclyRDnMd7W6bN1xyAGdQ=="}]}},"6.11.0":{"name":"npm","version":"6.11.0","dependencies":{"JSONStream":"^1.3.5","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^1.1.3","bluebird":"^3.5.5","byte-size":"^5.0.1","cacache":"^12.0.3","call-limit":"^1.1.1","chownr":"^1.1.2","ci-info":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.5.1","cmd-shim":"^3.0.0","columnify":"~1.5.4","config-chain":"^1.1.12","detect-indent":"~5.0.0","detect-newline":"^2.1.0","dezalgo":"~1.0.3","editor":"~1.0.0","figgy-pudding":"^3.5.1","find-npm-prefix":"^1.0.2","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","gentle-fs":"^2.2.1","glob":"^7.1.4","graceful-fs":"^4.2.2","has-unicode":"~2.0.1","hosted-git-info":"^2.8.2","iferr":"^1.0.2","infer-owner":"^1.0.4","inflight":"~1.0.6","inherits":"^2.0.4","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^3.0.0","json-parse-better-errors":"^1.0.2","lazy-property":"~1.0.0","libcipm":"^4.0.3","libnpm":"^3.0.1","libnpmaccess":"^3.0.2","libnpmhook":"^5.0.3","libnpmorg":"^1.0.1","libnpmsearch":"^2.0.2","libnpmteam":"^1.0.2","libnpx":"^10.2.0","lock-verify":"^2.1.0","lockfile":"^1.0.4","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"^5.1.1","meant":"~1.0.1","mississippi":"^3.0.0","mkdirp":"~0.5.1","move-concurrently":"^1.0.1","node-gyp":"^5.0.3","nopt":"~4.0.1","normalize-package-data":"^2.5.0","npm-audit-report":"^1.3.2","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-lifecycle":"^3.1.3","npm-package-arg":"^6.1.0","npm-packlist":"^1.4.4","npm-pick-manifest":"^3.0.0","npm-profile":"^4.0.2","npm-registry-fetch":"^4.0.0","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"^1.5.1","osenv":"^0.1.5","pacote":"^9.5.8","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"^0.12.0","query-string":"^6.8.2","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"^1.0.3","read-installed":"~4.0.3","read-package-json":"^2.1.0","read-package-tree":"^5.3.1","readable-stream":"^3.4.0","readdir-scoped-modules":"^1.1.0","request":"^2.88.0","retry":"^0.12.0","rimraf":"^2.6.3","safe-buffer":"^5.1.2","semver":"^5.7.1","sha":"^3.0.0","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"^6.0.1","stringify-package":"^1.0.0","tar":"^4.4.10","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"^1.1.1","unpipe":"~1.0.0","update-notifier":"^2.5.0","uuid":"^3.3.2","validate-npm-package-license":"^3.0.4","validate-npm-package-name":"~3.0.0","which":"^1.3.1","worker-farm":"^1.7.0","write-file-atomic":"^2.4.3","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*"},"devDependencies":{"deep-equal":"^1.0.1","get-stream":"^4.1.0","licensee":"^7.0.3","marked":"^0.6.3","marked-man":"^0.6.0","npm-registry-couchapp":"^2.7.3","npm-registry-mock":"^1.3.0","require-inject":"^1.4.4","sprintf-js":"^1.1.2","standard":"^11.0.1","tacks":"^1.3.0","tap":"^12.7.0","tar-stream":"^2.1.0"},"bundleDependencies":["abbrev","ansicolors","ansistyles","aproba","archy","bin-links","bluebird","byte-size","cacache","call-limit","chownr","ci-info","cli-columns","cli-table3","cmd-shim","columnify","config-chain","debuglog","detect-indent","detect-newline","dezalgo","editor","figgy-pudding","find-npm-prefix","fs-vacuum","fs-write-stream-atomic","gentle-fs","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","infer-owner","inflight","inherits","ini","init-package-json","is-cidr","json-parse-better-errors","JSONStream","lazy-property","libcipm","libnpm","libnpmaccess","libnpmhook","libnpmorg","libnpmsearch","libnpmteam","libnpx","lock-verify","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mississippi","mkdirp","move-concurrently","node-gyp","nopt","normalize-package-data","npm-audit-report","npm-cache-filename","npm-install-checks","npm-lifecycle","npm-package-arg","npm-packlist","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","qrcode-terminal","query-string","qw","read-cmd-shim","read-installed","read-package-json","read-package-tree","read","readable-stream","readdir-scoped-modules","request","retry","rimraf","safe-buffer","semver","sha","slide","sorted-object","sorted-union-stream","ssri","stringify-package","tar","text-table","tiny-relative-date","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","worker-farm","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js","npx":"./bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-xiA97uU+ry33XniwnMtfU89UUrJMerLYCNAOMa0qcqCF9fp79FPGnAcZ2P1YXVYvNdzU9JJt094cFbP/T5ph2A==","shasum":"98ba76e015e9ee0910e440231a7398b15a175a9f","tarball":"https://registry.npmjs.org/npm/-/npm-6.11.0.tgz","fileCount":4151,"unpackedSize":19199666,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdXDbUCRA9TVsSAnZWagAAVAoP/3xDf0B44WUm/QYjUgGT\npX6qAojSCcnEFTJy6jktwmepntF5fzIVwAwYn0SRdEvbnh3q8uY6i7Ma3P2G\nM9OIax0EzD6Ag+AykFnxtGSXRYOvMxMtz7xYzYUVH1Iq8hKYm9ZutdqRMve/\nEEJS/boWNoMejSIKuNzEqJ6eS+zBhrkkkdcRausHC/74V3Shj+4AmHea/ROy\nI2EStkryk0S3q9PxQR7RqHOR4+FGbwQD13+UJ8UvS40c17XQ8kMXg4ZkPk2L\nWshKk6G72H+OrllCoczgXVpCj1ftt5KKudBOKgkMwuDJIYMcaCQf/cyD+aPq\nQeZknSGzhEGNv5nInpIdzbfbrRAUWWvlwf/fplzUq/g4C4hV8HKahdK/eJyG\nQxewlX7eHjT5VAuPNT3ZK+BlP9QpmW51QlTuSrIpHtWJNEMDFyLiSN+cyMDB\nTcmeUhXGtrBXT20RfX+XjHOLNhSZR6dasO/2b1yiL0tO7RF3iVSan0uPybvs\nzrg8KFjIyeEB4g5HxlZDYaZPy+A8MnQEIFZscerOLUeIA92HE9Vg+svM14+w\nPtuZxL377NO4irAQmz5Nh/2+N7VnRjbjZ4pZjzwK3rA3LNnm4Wjpp7KQptTo\naVIStPaCpYBdZeyKIzUSiw5/0weDst+3XSoiB5ABLoBQqQfu2vJXklT7B4oI\ntwsp\r\n=zKEs\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC/KfsW4+1JftUymTg4Iy7xInNg0oZCUBc8Le0KQ1SxdAIhANd3dHEaOb4/9kDNuA/OVCPctMVkLgf/F1uEdSP/DeI4"}]}},"6.11.1":{"name":"npm","version":"6.11.1","dependencies":{"JSONStream":"^1.3.5","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^1.1.3","bluebird":"^3.5.5","byte-size":"^5.0.1","cacache":"^12.0.3","call-limit":"^1.1.1","chownr":"^1.1.2","ci-info":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.5.1","cmd-shim":"^3.0.2","columnify":"~1.5.4","config-chain":"^1.1.12","detect-indent":"~5.0.0","detect-newline":"^2.1.0","dezalgo":"~1.0.3","editor":"~1.0.0","figgy-pudding":"^3.5.1","find-npm-prefix":"^1.0.2","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","gentle-fs":"^2.2.1","glob":"^7.1.4","graceful-fs":"^4.2.2","has-unicode":"~2.0.1","hosted-git-info":"^2.8.2","iferr":"^1.0.2","infer-owner":"^1.0.4","inflight":"~1.0.6","inherits":"^2.0.4","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^3.0.0","json-parse-better-errors":"^1.0.2","lazy-property":"~1.0.0","libcipm":"^4.0.3","libnpm":"^3.0.1","libnpmaccess":"^3.0.2","libnpmhook":"^5.0.3","libnpmorg":"^1.0.1","libnpmsearch":"^2.0.2","libnpmteam":"^1.0.2","libnpx":"^10.2.0","lock-verify":"^2.1.0","lockfile":"^1.0.4","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"^5.1.1","meant":"~1.0.1","mississippi":"^3.0.0","mkdirp":"~0.5.1","move-concurrently":"^1.0.1","node-gyp":"^5.0.3","nopt":"~4.0.1","normalize-package-data":"^2.5.0","npm-audit-report":"^1.3.2","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-lifecycle":"^3.1.3","npm-package-arg":"^6.1.0","npm-packlist":"^1.4.4","npm-pick-manifest":"^3.0.0","npm-profile":"^4.0.2","npm-registry-fetch":"^4.0.0","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"^1.5.1","osenv":"^0.1.5","pacote":"^9.5.8","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"^0.12.0","query-string":"^6.8.2","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"^1.0.3","read-installed":"~4.0.3","read-package-json":"^2.1.0","read-package-tree":"^5.3.1","readable-stream":"^3.4.0","readdir-scoped-modules":"^1.1.0","request":"^2.88.0","retry":"^0.12.0","rimraf":"^2.6.3","safe-buffer":"^5.1.2","semver":"^5.7.1","sha":"^3.0.0","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"^6.0.1","stringify-package":"^1.0.0","tar":"^4.4.10","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"^1.1.1","unpipe":"~1.0.0","update-notifier":"^2.5.0","uuid":"^3.3.2","validate-npm-package-license":"^3.0.4","validate-npm-package-name":"~3.0.0","which":"^1.3.1","worker-farm":"^1.7.0","write-file-atomic":"^2.4.3","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*"},"devDependencies":{"deep-equal":"^1.0.1","get-stream":"^4.1.0","licensee":"^7.0.3","marked":"^0.6.3","marked-man":"^0.6.0","npm-registry-couchapp":"^2.7.3","npm-registry-mock":"^1.3.0","require-inject":"^1.4.4","sprintf-js":"^1.1.2","standard":"^11.0.1","tacks":"^1.3.0","tap":"^12.7.0","tar-stream":"^2.1.0"},"bundleDependencies":["abbrev","ansicolors","ansistyles","aproba","archy","bin-links","bluebird","byte-size","cacache","call-limit","chownr","ci-info","cli-columns","cli-table3","cmd-shim","columnify","config-chain","debuglog","detect-indent","detect-newline","dezalgo","editor","figgy-pudding","find-npm-prefix","fs-vacuum","fs-write-stream-atomic","gentle-fs","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","infer-owner","inflight","inherits","ini","init-package-json","is-cidr","json-parse-better-errors","JSONStream","lazy-property","libcipm","libnpm","libnpmaccess","libnpmhook","libnpmorg","libnpmsearch","libnpmteam","libnpx","lock-verify","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mississippi","mkdirp","move-concurrently","node-gyp","nopt","normalize-package-data","npm-audit-report","npm-cache-filename","npm-install-checks","npm-lifecycle","npm-package-arg","npm-packlist","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","qrcode-terminal","query-string","qw","read-cmd-shim","read-installed","read-package-json","read-package-tree","read","readable-stream","readdir-scoped-modules","request","retry","rimraf","safe-buffer","semver","sha","slide","sorted-object","sorted-union-stream","ssri","stringify-package","tar","text-table","tiny-relative-date","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","worker-farm","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js","npx":"./bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-ckV89fITMaOMa1UAbOEvGHtepWhCrlG34fGvr/K4UbD6LiS8Vv85uftpNqK6bbvej9lsXg5MPuFfuq88W91qyA==","shasum":"fd1dba2cb514806daa65d5246edf0707424ccf13","tarball":"https://registry.npmjs.org/npm/-/npm-6.11.1.tgz","fileCount":4142,"unpackedSize":19154457,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdXI2tCRA9TVsSAnZWagAA5P8QAIWSQsbL2LHColcNNZfR\n6snbFvOJrRTTYs52CqQ2AXlDFq30opTmziy8LvtXg+oj7xGs1kJkq9SMVqwE\neg2GqY7/HE7Pe5enhzo1KUB8JdEwvdwn+CDP0vRpoqpxzFyQosJjFldCtiCD\nFrAfgFrq26e4n+A7o7wXWS9UcL2MEyQLyNawaZw+mpHlI2xi+iZlbTKmQdvs\nep0Omwxekmq0EFirz0490Xg/7U9UaX2ODFI2uno+IW0lWEU8SCB5OgcYmoqF\nKSpVkB7ZUkydSlMcsLoKfUrQYm9zVf2QPKXQdft33lMLMnlDJbaFY0O/QS4/\nYisIK1r0q3VKhFn3kxhh/1KKhTyzG8xuvMuMmScsKroSujoPvVlJPypCAvzd\nLKpxH3nP0EJ9FWGCiOrng3eyQKcAwQ3MDYq4mDsw3di6UivtWTSQVsKecId6\nV8C+eKvPhmgQvNrA1UxL3n/h0XNUoYwEPiivE+ikyNjvL8CScxvjXgfJ4NlX\n5X+IopsmaAAUiQWmacVNRcFj7u4HqxDHNljil6TtfpCXc3MKCazPRtjrunUT\nt3UGFzzOtpH8ZWdoX8GEBQ6VPn1HaZtSxTqmtt2Ik6WnfFnPVIeuC3y3WAns\nr+Kg640Z/rlULG9eUIXtrkeITHtlOzgSdRgciBAFOSoDNclZYvjzCIhLEl2R\nWGOl\r\n=7j/e\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIB1ZvI4HjUPwWM2Jl5GWEaXB5Qad8SlVXHT36MG7MUG+AiEAgbRGiLiyFh7uPI5bW2zLVATjmVcw6oAo4HpsnpjRpxA="}]}},"6.11.2":{"name":"npm","version":"6.11.2","dependencies":{"JSONStream":"^1.3.5","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^1.1.3","bluebird":"^3.5.5","byte-size":"^5.0.1","cacache":"^12.0.3","call-limit":"^1.1.1","chownr":"^1.1.2","ci-info":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.5.1","cmd-shim":"^3.0.3","columnify":"~1.5.4","config-chain":"^1.1.12","detect-indent":"~5.0.0","detect-newline":"^2.1.0","dezalgo":"~1.0.3","editor":"~1.0.0","figgy-pudding":"^3.5.1","find-npm-prefix":"^1.0.2","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","gentle-fs":"^2.2.1","glob":"^7.1.4","graceful-fs":"^4.2.2","has-unicode":"~2.0.1","hosted-git-info":"^2.8.2","iferr":"^1.0.2","infer-owner":"^1.0.4","inflight":"~1.0.6","inherits":"^2.0.4","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^3.0.0","json-parse-better-errors":"^1.0.2","lazy-property":"~1.0.0","libcipm":"^4.0.3","libnpm":"^3.0.1","libnpmaccess":"^3.0.2","libnpmhook":"^5.0.3","libnpmorg":"^1.0.1","libnpmsearch":"^2.0.2","libnpmteam":"^1.0.2","libnpx":"^10.2.0","lock-verify":"^2.1.0","lockfile":"^1.0.4","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"^5.1.1","meant":"~1.0.1","mississippi":"^3.0.0","mkdirp":"~0.5.1","move-concurrently":"^1.0.1","node-gyp":"^5.0.3","nopt":"~4.0.1","normalize-package-data":"^2.5.0","npm-audit-report":"^1.3.2","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-lifecycle":"^3.1.3","npm-package-arg":"^6.1.1","npm-packlist":"^1.4.4","npm-pick-manifest":"^3.0.0","npm-profile":"^4.0.2","npm-registry-fetch":"^4.0.0","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"^1.5.1","osenv":"^0.1.5","pacote":"^9.5.8","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"^0.12.0","query-string":"^6.8.2","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"^1.0.3","read-installed":"~4.0.3","read-package-json":"^2.1.0","read-package-tree":"^5.3.1","readable-stream":"^3.4.0","readdir-scoped-modules":"^1.1.0","request":"^2.88.0","retry":"^0.12.0","rimraf":"^2.6.3","safe-buffer":"^5.1.2","semver":"^5.7.1","sha":"^3.0.0","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"^6.0.1","stringify-package":"^1.0.0","tar":"^4.4.10","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"^1.1.1","unpipe":"~1.0.0","update-notifier":"^2.5.0","uuid":"^3.3.2","validate-npm-package-license":"^3.0.4","validate-npm-package-name":"~3.0.0","which":"^1.3.1","worker-farm":"^1.7.0","write-file-atomic":"^2.4.3","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*"},"devDependencies":{"deep-equal":"^1.0.1","get-stream":"^4.1.0","licensee":"^7.0.3","marked":"^0.6.3","marked-man":"^0.6.0","npm-registry-couchapp":"^2.7.3","npm-registry-mock":"^1.3.0","require-inject":"^1.4.4","sprintf-js":"^1.1.2","standard":"^11.0.1","tacks":"^1.3.0","tap":"^12.7.0","tar-stream":"^2.1.0"},"bundleDependencies":["abbrev","ansicolors","ansistyles","aproba","archy","bin-links","bluebird","byte-size","cacache","call-limit","chownr","ci-info","cli-columns","cli-table3","cmd-shim","columnify","config-chain","debuglog","detect-indent","detect-newline","dezalgo","editor","figgy-pudding","find-npm-prefix","fs-vacuum","fs-write-stream-atomic","gentle-fs","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","infer-owner","inflight","inherits","ini","init-package-json","is-cidr","json-parse-better-errors","JSONStream","lazy-property","libcipm","libnpm","libnpmaccess","libnpmhook","libnpmorg","libnpmsearch","libnpmteam","libnpx","lock-verify","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mississippi","mkdirp","move-concurrently","node-gyp","nopt","normalize-package-data","npm-audit-report","npm-cache-filename","npm-install-checks","npm-lifecycle","npm-package-arg","npm-packlist","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","qrcode-terminal","query-string","qw","read-cmd-shim","read-installed","read-package-json","read-package-tree","read","readable-stream","readdir-scoped-modules","request","retry","rimraf","safe-buffer","semver","sha","slide","sorted-object","sorted-union-stream","ssri","stringify-package","tar","text-table","tiny-relative-date","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","worker-farm","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js","npx":"./bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-OAkXqI4bm5MUvqVvqe6rxCXmJqrln8VDlkdftpOoayHKazz8IOCJAiCuKmz0TchL224EAKeG86umuD6RYNpuEg==","shasum":"0106e476519f9252e7b5f118b7eace1394ce65bc","tarball":"https://registry.npmjs.org/npm/-/npm-6.11.2.tgz","fileCount":4142,"unpackedSize":19156618,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdXuaoCRA9TVsSAnZWagAAlwIP/0kXq6F2tjkL/SJmhnei\n3Yx+zRXiy2EuA5nARZgQL05i2GI5byD1sciGZE9oBEPEYRYpRNM0yCDsG4z9\ngrP2hF3qfIv8EVHd5QxFNV/tIjuNl6LbE+hehxbdXdb2K81YBd/rtPDRsGx9\n84vHYIDsmh0G7zIdeQEl94xMfI6Rex+XJQ5oGw00NTiJGJJ+0cTqL8D71GE1\n7f8UP7tnP7cKPzLAysL7foxzbR8y+9iP+osqZcMMN7UmG6GHWY9IaalSmohx\nqj6SaYYpyFo64zGEXvTk2/4390F/v3nY+qSLYfWc1GsFg10UT553roZEyZ8w\nnKMIosyzCHEVkaAmSvzsK1+ZKw3EjhFguL0e4Fbnn6Skvz59dWkvBG5eyBry\nJtxAZdwOdSlOhoQREXMTMHU8UwBhbi7YAYFVPWBs3ol9zZ84KhOlSTd2RkZp\n4FNwW9mNFpqLmkh/m2xB2Bi1nsznl6nw/iMYWKiM3Gr8Arc/6JQkC0ywL6HA\nJCrXPWZsL2igvRQuaKSMGQ3IAz2JjsCfZ7EZMS0fY54OtwknBCvT6qbfyG6E\nl5TpjoK9JtHaxfvGbh13uNaETbrpkyl9B34ejE7Gs+Wrj7y7XaZLMIilVefN\n2+Jjgvw9RP3ORrrfH+x5d0EfaIDR97WdMvVrQ07ZZBS0Tgk5l3FqOQAYiQij\nx2Rb\r\n=kjkS\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHD/TdSaIuwBbopAPfjgSoqD+iSJhqPA9hgOcyLQbdaWAiBlFCr0Zy+8lFYbSm+RXWn/eg8+AxWauTzL/ixScfyoww=="}]}},"6.11.3":{"name":"npm","version":"6.11.3","dependencies":{"JSONStream":"^1.3.5","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^1.1.3","bluebird":"^3.5.5","byte-size":"^5.0.1","cacache":"^12.0.3","call-limit":"^1.1.1","chownr":"^1.1.2","ci-info":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.5.1","cmd-shim":"^3.0.3","columnify":"~1.5.4","config-chain":"^1.1.12","detect-indent":"~5.0.0","detect-newline":"^2.1.0","dezalgo":"~1.0.3","editor":"~1.0.0","figgy-pudding":"^3.5.1","find-npm-prefix":"^1.0.2","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","gentle-fs":"^2.2.1","glob":"^7.1.4","graceful-fs":"^4.2.2","has-unicode":"~2.0.1","hosted-git-info":"^2.8.2","iferr":"^1.0.2","infer-owner":"^1.0.4","inflight":"~1.0.6","inherits":"^2.0.4","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^3.0.0","json-parse-better-errors":"^1.0.2","lazy-property":"~1.0.0","libcipm":"^4.0.3","libnpm":"^3.0.1","libnpmaccess":"^3.0.2","libnpmhook":"^5.0.3","libnpmorg":"^1.0.1","libnpmsearch":"^2.0.2","libnpmteam":"^1.0.2","libnpx":"^10.2.0","lock-verify":"^2.1.0","lockfile":"^1.0.4","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"^5.1.1","meant":"~1.0.1","mississippi":"^3.0.0","mkdirp":"~0.5.1","move-concurrently":"^1.0.1","node-gyp":"^5.0.3","nopt":"~4.0.1","normalize-package-data":"^2.5.0","npm-audit-report":"^1.3.2","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-lifecycle":"^3.1.3","npm-package-arg":"^6.1.1","npm-packlist":"^1.4.4","npm-pick-manifest":"^3.0.2","npm-profile":"^4.0.2","npm-registry-fetch":"^4.0.0","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"^1.5.1","osenv":"^0.1.5","pacote":"^9.5.8","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"^0.12.0","query-string":"^6.8.2","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"^1.0.4","read-installed":"~4.0.3","read-package-json":"^2.1.0","read-package-tree":"^5.3.1","readable-stream":"^3.4.0","readdir-scoped-modules":"^1.1.0","request":"^2.88.0","retry":"^0.12.0","rimraf":"^2.6.3","safe-buffer":"^5.1.2","semver":"^5.7.1","sha":"^3.0.0","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"^6.0.1","stringify-package":"^1.0.0","tar":"^4.4.10","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"^1.1.1","unpipe":"~1.0.0","update-notifier":"^2.5.0","uuid":"^3.3.2","validate-npm-package-license":"^3.0.4","validate-npm-package-name":"~3.0.0","which":"^1.3.1","worker-farm":"^1.7.0","write-file-atomic":"^2.4.3","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*"},"devDependencies":{"deep-equal":"^1.0.1","get-stream":"^4.1.0","licensee":"^7.0.3","marked":"^0.6.3","marked-man":"^0.6.0","npm-registry-couchapp":"^2.7.3","npm-registry-mock":"^1.3.0","require-inject":"^1.4.4","sprintf-js":"^1.1.2","standard":"^11.0.1","tacks":"^1.3.0","tap":"^12.7.0","tar-stream":"^2.1.0"},"bundleDependencies":["abbrev","ansicolors","ansistyles","aproba","archy","bin-links","bluebird","byte-size","cacache","call-limit","chownr","ci-info","cli-columns","cli-table3","cmd-shim","columnify","config-chain","debuglog","detect-indent","detect-newline","dezalgo","editor","figgy-pudding","find-npm-prefix","fs-vacuum","fs-write-stream-atomic","gentle-fs","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","infer-owner","inflight","inherits","ini","init-package-json","is-cidr","json-parse-better-errors","JSONStream","lazy-property","libcipm","libnpm","libnpmaccess","libnpmhook","libnpmorg","libnpmsearch","libnpmteam","libnpx","lock-verify","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mississippi","mkdirp","move-concurrently","node-gyp","nopt","normalize-package-data","npm-audit-report","npm-cache-filename","npm-install-checks","npm-lifecycle","npm-package-arg","npm-packlist","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","qrcode-terminal","query-string","qw","read-cmd-shim","read-installed","read-package-json","read-package-tree","read","readable-stream","readdir-scoped-modules","request","retry","rimraf","safe-buffer","semver","sha","slide","sorted-object","sorted-union-stream","ssri","stringify-package","tar","text-table","tiny-relative-date","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","worker-farm","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js","npx":"./bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-K2h+MPzZiY39Xf6eHEdECe/LKoJXam4UCflz5kIxoskN3LQFeYs5fqBGT5i4TtM/aBk+86Mcf+jgXs/WuWAutQ==","shasum":"730f46b7cc5bbc6f04dd57b5699be0c9f2359dda","tarball":"https://registry.npmjs.org/npm/-/npm-6.11.3.tgz","fileCount":4086,"unpackedSize":18591524,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdbuapCRA9TVsSAnZWagAAafkP/24GCG6Tz2B4xO68STP5\nocc0R4JMx3qcVc/+zfZWzxd6MjFHgINiqFabDu8WedZ2wM6o2s6UpYp0HEkb\nxuDHHODeZHpvybN+epm/JIyvw9+W9BnzDRsIAKTmG4UXBES2AqtXDQdxIck1\nIPdWZYNCqPooZozPOvBv1f+ui/dDKEZly3/VkyDC0lSKRBF9Ob5uD9QURatg\nOg3dfo9wKni6I1qR9z0ANiyTdtS0A9zrhh/eqd9t5T4VDG37N0s0CcNq/PFW\n0IUb47NCMgd8Q91Ur/eCCKG4GJPbUO5Z3sFZmgoT5Pa6WY45mESHvEVilioE\n1sva3iBDoU90Wyo6H+DCZX0JqUztTJmUMJ19wfw/oxe4zLxHmURHLWe5dl4d\nRUPGATMt+JScQu0UzKg6OETe0FuB/PZS25Bo/CoX5n4+XAXBPEfxtKk7rEsW\nmtv0aQOfsYx0f26cQ0GTW4yCyuX9YNh0Q+d1TTgyXUZAv4shJvzpEwiFe08d\nJ0jYoIzQ6dke+hJKyztBGg5y6UCF2zrzzhyVGCThsJoIzx/nnIU7Sm0Y/XCW\nwjByCe8tcXmsmeEZxGEhH+UhUEMXNyNB7BAHXQnpUxMbpLBrjNM3h9h3dBh3\nISmRpBzzkMQQcxlJIMcDql4/CTU/9ebfoQjuZQEtwr8AKQMW0qaGE+VpwEqa\nuyaJ\r\n=OXIk\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBolcTDDzbwkBW+N/nbmcwO2B9mmoEpqa4ISFvFG+X0hAiBW7gwvpe+v1NkdTdb+vRlt7To9CkCoevnbJLafKPDa1g=="}]}},"6.12.0-next.0":{"name":"npm","version":"6.12.0-next.0","dependencies":{"JSONStream":"^1.3.5","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^1.1.3","bluebird":"^3.5.5","byte-size":"^5.0.1","cacache":"^12.0.3","call-limit":"^1.1.1","chownr":"^1.1.2","ci-info":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.5.1","cmd-shim":"^3.0.3","columnify":"~1.5.4","config-chain":"^1.1.12","detect-indent":"~5.0.0","detect-newline":"^2.1.0","dezalgo":"~1.0.3","editor":"~1.0.0","figgy-pudding":"^3.5.1","find-npm-prefix":"^1.0.2","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","gentle-fs":"^2.2.1","glob":"^7.1.4","graceful-fs":"^4.2.2","has-unicode":"~2.0.1","hosted-git-info":"^2.8.2","iferr":"^1.0.2","infer-owner":"^1.0.4","inflight":"~1.0.6","inherits":"^2.0.4","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^3.0.0","json-parse-better-errors":"^1.0.2","lazy-property":"~1.0.0","libcipm":"^4.0.4","libnpm":"^3.0.1","libnpmaccess":"^3.0.2","libnpmhook":"^5.0.3","libnpmorg":"^1.0.1","libnpmsearch":"^2.0.2","libnpmteam":"^1.0.2","libnpx":"^10.2.0","lock-verify":"^2.1.0","lockfile":"^1.0.4","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"^5.1.1","meant":"~1.0.1","mississippi":"^3.0.0","mkdirp":"~0.5.1","move-concurrently":"^1.0.1","node-gyp":"^5.0.3","nopt":"~4.0.1","normalize-package-data":"^2.5.0","npm-audit-report":"^1.3.2","npm-cache-filename":"~1.0.2","npm-install-checks":"~3.0.0","npm-lifecycle":"^3.1.4","npm-package-arg":"^6.1.1","npm-packlist":"^1.4.4","npm-pick-manifest":"^3.0.2","npm-profile":"^4.0.2","npm-registry-fetch":"^4.0.0","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"^1.5.1","osenv":"^0.1.5","pacote":"^9.5.8","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"^0.12.0","query-string":"^6.8.2","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"^1.0.4","read-installed":"~4.0.3","read-package-json":"^2.1.0","read-package-tree":"^5.3.1","readable-stream":"^3.4.0","readdir-scoped-modules":"^1.1.0","request":"^2.88.0","retry":"^0.12.0","rimraf":"^2.6.3","safe-buffer":"^5.1.2","semver":"^5.7.1","sha":"^3.0.0","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"^6.0.1","stringify-package":"^1.0.0","tar":"^4.4.12","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"^1.1.1","unpipe":"~1.0.0","update-notifier":"^2.5.0","uuid":"^3.3.2","validate-npm-package-license":"^3.0.4","validate-npm-package-name":"~3.0.0","which":"^1.3.1","worker-farm":"^1.7.0","write-file-atomic":"^2.4.3","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*"},"devDependencies":{"deep-equal":"^1.0.1","get-stream":"^4.1.0","licensee":"^7.0.3","marked":"^0.6.3","marked-man":"^0.6.0","npm-registry-couchapp":"^2.7.3","npm-registry-mock":"^1.3.0","require-inject":"^1.4.4","sprintf-js":"^1.1.2","standard":"^11.0.1","tacks":"^1.3.0","tap":"^12.7.0","tar-stream":"^2.1.0"},"bundleDependencies":["abbrev","ansicolors","ansistyles","aproba","archy","bin-links","bluebird","byte-size","cacache","call-limit","chownr","ci-info","cli-columns","cli-table3","cmd-shim","columnify","config-chain","debuglog","detect-indent","detect-newline","dezalgo","editor","figgy-pudding","find-npm-prefix","fs-vacuum","fs-write-stream-atomic","gentle-fs","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","infer-owner","inflight","inherits","ini","init-package-json","is-cidr","json-parse-better-errors","JSONStream","lazy-property","libcipm","libnpm","libnpmaccess","libnpmhook","libnpmorg","libnpmsearch","libnpmteam","libnpx","lock-verify","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mississippi","mkdirp","move-concurrently","node-gyp","nopt","normalize-package-data","npm-audit-report","npm-cache-filename","npm-install-checks","npm-lifecycle","npm-package-arg","npm-packlist","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","qrcode-terminal","query-string","qw","read-cmd-shim","read-installed","read-package-json","read-package-tree","read","readable-stream","readdir-scoped-modules","request","retry","rimraf","safe-buffer","semver","sha","slide","sorted-object","sorted-union-stream","ssri","stringify-package","tar","text-table","tiny-relative-date","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","worker-farm","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js","npx":"./bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-KcvFyDtHmGwj/A4UjIm71Vuzz5JH4EhV7zfOQ4CGoDsMsb0AyVSqzSUgz1VfjODH84XhkXzWVUecDJ3gSyd0nQ==","shasum":"6bb088032fbd269da6692416fbe438adc37c2169","tarball":"https://registry.npmjs.org/npm/-/npm-6.12.0-next.0.tgz","fileCount":4085,"unpackedSize":18638451,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdjQxJCRA9TVsSAnZWagAAuJwP/1DT0e2LNmD7SOKVu0Ht\nP3H1B+x6hEhE90radv/cuJMSYoac5pJKUcqKLVN7GALqB8x+EzBrz8+qRMun\nNi0SQH7OXLaY38LS8OG/xPaxCjBmccylHW4N1oXQMnPqHXbgX2jCDk4P2F9W\nRYeJ5gVLEAoeESN9f0MVecEjhvPwfUXIWuuq5IlO0P3ri0eWhI26IWpCYU+m\nqyIT/x3TlmtOSsYmZQycXuTbQD/f1K/M9zeO/CLVGhtL6RRViAm3I5d+S01L\n5e/4Yplz12DtIQCrSInn0XnGqAcqN4uut0F98HIxBlFopavP3PCXaXYZ6LfR\nFXfPmfdZrCi0h9Gi4tuQwq3AxhtLBC7N540IMKGTJ4UW8xcEDg5qixFBuyGb\nEjwf+0PnlRacbIuY7nG1H2Ag/kz1GnW2BwbE7xP1zcspW0BdbGuHgT/zSsuc\nOcVAs6YLqYK5w2rDYSF2QfBAs9ChOPnGoNNoBJr9ihS8W/XpQQQXhXBfQIA0\naPKUz5/FpTAySr2sJLi1FBjL8XL38ssT9EpTAI8cGLxxdFFkw2VDay0NfgsD\n/tI/6N9XAgLYa3/NA6HMr6mbX6OKFjsZEBDFJD/FyiaUPdPl/Pw27UZMloFJ\nHzrKsuwypHB7ZOdMasJDws/XlSY9G3wcMGCkL1YKyPK0Y5El2U8fmMZYyiS7\nCUvI\r\n=GekR\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGAbP8/BwaJDOrpaS7jyqBdwIAPYhILHpBq/E7vUv8DWAiBVsc7CEhr90OP6Kcv1pdmaBLQYNk/rpSFlIUNV/VLJOg=="}]}},"6.12.0":{"name":"npm","version":"6.12.0","dependencies":{"JSONStream":"^1.3.5","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^1.1.3","bluebird":"^3.5.5","byte-size":"^5.0.1","cacache":"^12.0.3","call-limit":"^1.1.1","chownr":"^1.1.2","ci-info":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.5.1","cmd-shim":"^3.0.3","columnify":"~1.5.4","config-chain":"^1.1.12","detect-indent":"~5.0.0","detect-newline":"^2.1.0","dezalgo":"~1.0.3","editor":"~1.0.0","figgy-pudding":"^3.5.1","find-npm-prefix":"^1.0.2","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","gentle-fs":"^2.2.1","glob":"^7.1.4","graceful-fs":"^4.2.2","has-unicode":"~2.0.1","hosted-git-info":"^2.8.5","iferr":"^1.0.2","infer-owner":"^1.0.4","inflight":"~1.0.6","inherits":"^2.0.4","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^3.0.0","json-parse-better-errors":"^1.0.2","lazy-property":"~1.0.0","libcipm":"^4.0.4","libnpm":"^3.0.1","libnpmaccess":"^3.0.2","libnpmhook":"^5.0.3","libnpmorg":"^1.0.1","libnpmsearch":"^2.0.2","libnpmteam":"^1.0.2","libnpx":"^10.2.0","lock-verify":"^2.1.0","lockfile":"^1.0.4","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"^5.1.1","meant":"~1.0.1","mississippi":"^3.0.0","mkdirp":"~0.5.1","move-concurrently":"^1.0.1","node-gyp":"^5.0.5","nopt":"~4.0.1","normalize-package-data":"^2.5.0","npm-audit-report":"^1.3.2","npm-cache-filename":"~1.0.2","npm-install-checks":"^3.0.2","npm-lifecycle":"^3.1.4","npm-package-arg":"^6.1.1","npm-packlist":"^1.4.4","npm-pick-manifest":"^3.0.2","npm-profile":"^4.0.2","npm-registry-fetch":"^4.0.0","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"^1.5.1","osenv":"^0.1.5","pacote":"^9.5.8","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"^0.12.0","query-string":"^6.8.2","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"^1.0.4","read-installed":"~4.0.3","read-package-json":"^2.1.0","read-package-tree":"^5.3.1","readable-stream":"^3.4.0","readdir-scoped-modules":"^1.1.0","request":"^2.88.0","retry":"^0.12.0","rimraf":"^2.6.3","safe-buffer":"^5.1.2","semver":"^5.7.1","sha":"^3.0.0","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"^6.0.1","stringify-package":"^1.0.1","tar":"^4.4.12","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"^1.1.1","unpipe":"~1.0.0","update-notifier":"^2.5.0","uuid":"^3.3.2","validate-npm-package-license":"^3.0.4","validate-npm-package-name":"~3.0.0","which":"^1.3.1","worker-farm":"^1.7.0","write-file-atomic":"^2.4.3","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*"},"devDependencies":{"deep-equal":"^1.0.1","get-stream":"^4.1.0","licensee":"^7.0.3","marked":"^0.6.3","marked-man":"^0.6.0","npm-registry-couchapp":"^2.7.3","npm-registry-mock":"^1.3.0","require-inject":"^1.4.4","sprintf-js":"^1.1.2","standard":"^11.0.1","tacks":"^1.3.0","tap":"^12.7.0","tar-stream":"^2.1.0"},"bundleDependencies":["abbrev","ansicolors","ansistyles","aproba","archy","bin-links","bluebird","byte-size","cacache","call-limit","chownr","ci-info","cli-columns","cli-table3","cmd-shim","columnify","config-chain","debuglog","detect-indent","detect-newline","dezalgo","editor","figgy-pudding","find-npm-prefix","fs-vacuum","fs-write-stream-atomic","gentle-fs","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","infer-owner","inflight","inherits","ini","init-package-json","is-cidr","json-parse-better-errors","JSONStream","lazy-property","libcipm","libnpm","libnpmaccess","libnpmhook","libnpmorg","libnpmsearch","libnpmteam","libnpx","lock-verify","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mississippi","mkdirp","move-concurrently","node-gyp","nopt","normalize-package-data","npm-audit-report","npm-cache-filename","npm-install-checks","npm-lifecycle","npm-package-arg","npm-packlist","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","qrcode-terminal","query-string","qw","read-cmd-shim","read-installed","read-package-json","read-package-tree","read","readable-stream","readdir-scoped-modules","request","retry","rimraf","safe-buffer","semver","sha","slide","sorted-object","sorted-union-stream","ssri","stringify-package","tar","text-table","tiny-relative-date","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","worker-farm","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js","npx":"./bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-juj5VkB3/k+PWbJUnXD7A/8oc8zLusDnK/sV9PybSalsbOVOTIp5vSE0rz5rQ7BsmUgQS47f/L2GYQnWXaKgnQ==","shasum":"255e6fbb514be15c6595f9cbc5bc248e251e1476","tarball":"https://registry.npmjs.org/npm/-/npm-6.12.0.tgz","fileCount":4083,"unpackedSize":18670861,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdnK6XCRA9TVsSAnZWagAABzwP/iAoJ1q5LC7rTbxMTTGy\nCNyCFipfxx4XZy+j+qi6rUlxnDzYgI9wjtBJElwWdBFXaCFFWefAmygfRPF+\nvpq+zBvnbjIg5b2Q/fvNYhLyyDDPWTfvV9WW8Kr5TcRyJP5aUtyfoApflVLM\nRp8CkrLSR/dEhdiig+2C2qJPTJV/E0sULItv9Iwz6OUirn00ZVlCVdAN79TI\nGJHl87Z0F+TLOsfPaVg4xpFNh3fD2z4jUXMPV2zepn4b3fZC0vDesCBJ0pI0\nU/ekDEv/5jdrhfyckEskUFOeWaZB4XWoa4STF4xfnC/3f0d4uOp5H1+HWJkN\njWRFz6ZKYgKRCsfkwaLupCoWWzHA92C7xWiTHmlEEZzGFb6FQXR4hdGMUPYL\nz43knklk7Ig0Jw/7CvRP32HaTMvp9/A1KqmkMaeRJqCGuGYFYZ+l/w5F2DAT\nDoQ4IHIUSH+EqcRGgFr80OVRrW8NYIEqv3qCBEhdVV7/1Q2Ud7zhnbP4g7f9\nZCIt65rUo/kMUpCDQhKJO+dt8AGrF4z8ssEvwn81pigk+UwrlDbcZRXfkhPG\n7wwCXKaKtzwau+DniWWOLpH4gOh+Z2Y6p7aVhnXH7kTnkDeMTtIonLL2f80c\npoEWTegiY2yzicd5ph78Uwj6T4zGkd5sMDBDqQY6XFrLP5nu7KRJCf3WT1AS\nnUac\r\n=Fn/p\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDO3s0/XhUEvygdFW+xVWp2A6pB/Ul1klhC49YJC5RLdAiANogjXYIPGtRXFG9kqVyyTQRfg8tHKvI9H+UlJoB1I1A=="}]}},"6.12.1":{"name":"npm","version":"6.12.1","dependencies":{"JSONStream":"^1.3.5","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^1.1.3","bluebird":"^3.5.5","byte-size":"^5.0.1","cacache":"^12.0.3","call-limit":"^1.1.1","chownr":"^1.1.3","ci-info":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.5.1","cmd-shim":"^3.0.3","columnify":"~1.5.4","config-chain":"^1.1.12","detect-indent":"~5.0.0","detect-newline":"^2.1.0","dezalgo":"~1.0.3","editor":"~1.0.0","figgy-pudding":"^3.5.1","find-npm-prefix":"^1.0.2","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","gentle-fs":"^2.2.1","glob":"^7.1.4","graceful-fs":"^4.2.3","has-unicode":"~2.0.1","hosted-git-info":"^2.8.5","iferr":"^1.0.2","infer-owner":"^1.0.4","inflight":"~1.0.6","inherits":"^2.0.4","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^3.0.0","json-parse-better-errors":"^1.0.2","lazy-property":"~1.0.0","libcipm":"^4.0.7","libnpm":"^3.0.1","libnpmaccess":"^3.0.2","libnpmhook":"^5.0.3","libnpmorg":"^1.0.1","libnpmsearch":"^2.0.2","libnpmteam":"^1.0.2","libnpx":"^10.2.0","lock-verify":"^2.1.0","lockfile":"^1.0.4","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"^5.1.1","meant":"~1.0.1","mississippi":"^3.0.0","mkdirp":"~0.5.1","move-concurrently":"^1.0.1","node-gyp":"^5.0.5","nopt":"~4.0.1","normalize-package-data":"^2.5.0","npm-audit-report":"^1.3.2","npm-cache-filename":"~1.0.2","npm-install-checks":"^3.0.2","npm-lifecycle":"^3.1.4","npm-package-arg":"^6.1.1","npm-packlist":"^1.4.6","npm-pick-manifest":"^3.0.2","npm-profile":"^4.0.2","npm-registry-fetch":"^4.0.2","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"^1.5.1","osenv":"^0.1.5","pacote":"^9.5.8","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"^0.12.0","query-string":"^6.8.2","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"^1.0.4","read-installed":"~4.0.3","read-package-json":"^2.1.0","read-package-tree":"^5.3.1","readable-stream":"^3.4.0","readdir-scoped-modules":"^1.1.0","request":"^2.88.0","retry":"^0.12.0","rimraf":"^2.6.3","safe-buffer":"^5.1.2","semver":"^5.7.1","sha":"^3.0.0","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"^6.0.1","stringify-package":"^1.0.1","tar":"^4.4.13","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"^1.1.1","unpipe":"~1.0.0","update-notifier":"^2.5.0","uuid":"^3.3.3","validate-npm-package-license":"^3.0.4","validate-npm-package-name":"~3.0.0","which":"^1.3.1","worker-farm":"^1.7.0","write-file-atomic":"^2.4.3","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*"},"devDependencies":{"deep-equal":"^1.0.1","get-stream":"^4.1.0","licensee":"^7.0.3","marked":"^0.6.3","marked-man":"^0.6.0","npm-registry-couchapp":"^2.7.3","npm-registry-mock":"^1.3.0","require-inject":"^1.4.4","sprintf-js":"^1.1.2","standard":"^11.0.1","tacks":"^1.3.0","tap":"^12.7.0","tar-stream":"^2.1.0"},"bundleDependencies":["abbrev","ansicolors","ansistyles","aproba","archy","bin-links","bluebird","byte-size","cacache","call-limit","chownr","ci-info","cli-columns","cli-table3","cmd-shim","columnify","config-chain","debuglog","detect-indent","detect-newline","dezalgo","editor","figgy-pudding","find-npm-prefix","fs-vacuum","fs-write-stream-atomic","gentle-fs","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","infer-owner","inflight","inherits","ini","init-package-json","is-cidr","json-parse-better-errors","JSONStream","lazy-property","libcipm","libnpm","libnpmaccess","libnpmhook","libnpmorg","libnpmsearch","libnpmteam","libnpx","lock-verify","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mississippi","mkdirp","move-concurrently","node-gyp","nopt","normalize-package-data","npm-audit-report","npm-cache-filename","npm-install-checks","npm-lifecycle","npm-package-arg","npm-packlist","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","qrcode-terminal","query-string","qw","read-cmd-shim","read-installed","read-package-json","read-package-tree","read","readable-stream","readdir-scoped-modules","request","retry","rimraf","safe-buffer","semver","sha","slide","sorted-object","sorted-union-stream","ssri","stringify-package","tar","text-table","tiny-relative-date","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","worker-farm","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js","npx":"./bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-+pMvUpgSXVBythrv//64j4i6DaLLJ1O0y8kwjNgjAE7atBNGzX4rcOEWvmsuiei6J+mA38O0nUZ/P35GuCD/jg==","shasum":"3539f82b9dfa3c70beed1b56ee77c280e9458e85","tarball":"https://registry.npmjs.org/npm/-/npm-6.12.1.tgz","fileCount":4082,"unpackedSize":18709511,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJduG1TCRA9TVsSAnZWagAATV0P/REontID9M7bqtFOyqOA\n5l0/03QetWmZ6yV+D5ILgHeQrlOnZUXCAiyd/BcvFkgtkBk/xYI0+DuRJa4F\nNTeisp/ObvCmIQvVKdjYZedClHE8xidhzUUCdZfGJHELbEjzzsyuBhiW5Uue\nN8TbH5UOa+gifQn+ABJ7m0F/5Pdr7jPKQU5N/CQsVcx9YjPeit4sfI2cM5zU\nhOA++0BJqOcGH+/2vHzxs2B8NZ0KaqoGb38yDaGap/hqGDe8nd456Z4jyK2T\nPmHTitVy8EySZHy0+RF35+00lwzTtYz1yv0WebHI9WY65ZiFvorX9j42RGra\npfh8VeC32aIEavKTY1ioPOsavwg0/0+rvIuAiG1oV4QUEqzojAmtiC+dLdSw\nz27N5jsvjblh/KTqTMs/AOKJG2gGCHX0zFtH4X8DvGw89fRKqTlDd64ILW1L\n4AGu75GPtqCOhXRUg8QgcZ3XSr9QjmaGMuP25zTlIBKMGwY58PqwvqMIqWyv\nzVQZz/OK3RJUT4M27iIrzrc9kA5LjdYYMotcU3HKOFvxr6W4VxUVF4FrbM6h\nmJpb1Pa6ni8fBBMN2bdcN7ETz9jkYDsFvNbEvoPpq01ONr0FhN5rHkX40GIA\nxZWvuuofmXpSSf3zUJ2/JMPfijlJW2j0ia+QqilfqZnJrbD9aeT799mRpdQO\ngGC+\r\n=iAmq\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCl36bg+T+h5/hxkoPVIPHa0AiPoJLmkz3ChhUHKLJA6gIgR8um2rBMLEswMeLIc+IQGz7p/+kug4zHHvPxCyQJYsk="}]}},"6.13.0":{"name":"npm","version":"6.13.0","dependencies":{"JSONStream":"^1.3.5","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^1.1.3","bluebird":"^3.5.5","byte-size":"^5.0.1","cacache":"^12.0.3","call-limit":"^1.1.1","chownr":"^1.1.3","ci-info":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.5.1","cmd-shim":"^3.0.3","columnify":"~1.5.4","config-chain":"^1.1.12","detect-indent":"~5.0.0","detect-newline":"^2.1.0","dezalgo":"~1.0.3","editor":"~1.0.0","figgy-pudding":"^3.5.1","find-npm-prefix":"^1.0.2","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","gentle-fs":"^2.2.1","glob":"^7.1.4","graceful-fs":"^4.2.3","has-unicode":"~2.0.1","hosted-git-info":"^2.8.5","iferr":"^1.0.2","infer-owner":"^1.0.4","inflight":"~1.0.6","inherits":"^2.0.4","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^3.0.0","json-parse-better-errors":"^1.0.2","lazy-property":"~1.0.0","libcipm":"^4.0.7","libnpm":"^3.0.1","libnpmaccess":"^3.0.2","libnpmhook":"^5.0.3","libnpmorg":"^1.0.1","libnpmsearch":"^2.0.2","libnpmteam":"^1.0.2","libnpx":"^10.2.0","lock-verify":"^2.1.0","lockfile":"^1.0.4","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"^5.1.1","meant":"~1.0.1","mississippi":"^3.0.0","mkdirp":"~0.5.1","move-concurrently":"^1.0.1","node-gyp":"^5.0.5","nopt":"~4.0.1","normalize-package-data":"^2.5.0","npm-audit-report":"^1.3.2","npm-cache-filename":"~1.0.2","npm-install-checks":"^3.0.2","npm-lifecycle":"^3.1.4","npm-package-arg":"^6.1.1","npm-packlist":"^1.4.6","npm-pick-manifest":"^3.0.2","npm-profile":"^4.0.2","npm-registry-fetch":"^4.0.2","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"^1.5.1","osenv":"^0.1.5","pacote":"^9.5.9","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"^0.12.0","query-string":"^6.8.2","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"^1.0.5","read-installed":"~4.0.3","read-package-json":"^2.1.0","read-package-tree":"^5.3.1","readable-stream":"^3.4.0","readdir-scoped-modules":"^1.1.0","request":"^2.88.0","retry":"^0.12.0","rimraf":"^2.6.3","safe-buffer":"^5.1.2","semver":"^5.7.1","sha":"^3.0.0","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"^6.0.1","stringify-package":"^1.0.1","tar":"^4.4.13","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"^1.1.1","unpipe":"~1.0.0","update-notifier":"^2.5.0","uuid":"^3.3.3","validate-npm-package-license":"^3.0.4","validate-npm-package-name":"~3.0.0","which":"^1.3.1","worker-farm":"^1.7.0","write-file-atomic":"^2.4.3","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*"},"devDependencies":{"deep-equal":"^1.0.1","get-stream":"^4.1.0","licensee":"^7.0.3","marked":"^0.6.3","marked-man":"^0.6.0","npm-registry-couchapp":"^2.7.3","npm-registry-mock":"^1.3.0","require-inject":"^1.4.4","sprintf-js":"^1.1.2","standard":"^11.0.1","tacks":"^1.3.0","tap":"^12.7.0","tar-stream":"^2.1.0"},"bundleDependencies":["abbrev","ansicolors","ansistyles","aproba","archy","bin-links","bluebird","byte-size","cacache","call-limit","chownr","ci-info","cli-columns","cli-table3","cmd-shim","columnify","config-chain","debuglog","detect-indent","detect-newline","dezalgo","editor","figgy-pudding","find-npm-prefix","fs-vacuum","fs-write-stream-atomic","gentle-fs","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","infer-owner","inflight","inherits","ini","init-package-json","is-cidr","json-parse-better-errors","JSONStream","lazy-property","libcipm","libnpm","libnpmaccess","libnpmhook","libnpmorg","libnpmsearch","libnpmteam","libnpx","lock-verify","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mississippi","mkdirp","move-concurrently","node-gyp","nopt","normalize-package-data","npm-audit-report","npm-cache-filename","npm-install-checks","npm-lifecycle","npm-package-arg","npm-packlist","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","qrcode-terminal","query-string","qw","read-cmd-shim","read-installed","read-package-json","read-package-tree","read","readable-stream","readdir-scoped-modules","request","retry","rimraf","safe-buffer","semver","sha","slide","sorted-object","sorted-union-stream","ssri","stringify-package","tar","text-table","tiny-relative-date","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","worker-farm","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js","npx":"./bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-zjSJ8zjk0cDBZXqTWbQ6+qOdm1m2k489YDFP60RQRUhOxT5LOBhl+cDtFlEXEIblcNjofmsZ/qQ/wzmn5frimQ==","shasum":"2e90fa5b2f759017d906aa7583f0e9ed6e80e2e2","tarball":"https://registry.npmjs.org/npm/-/npm-6.13.0.tgz","fileCount":4167,"unpackedSize":24658888,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdwdG2CRA9TVsSAnZWagAAoGIP/jAX9komWyfHdJIw7Gce\ngbuo5zc0Z1/ZYSwD5ikkgnvdBx+blk1fIe0BlcJQmVpXRJ81j0UFs9VocyOL\nZ8UYvualsVx9jjE0/7Hc0tmr2kAW0JIOSvjwmKXea2eFfdN1mxRVnn4f82ka\nj8W4qDqapzJNc0QbmKgKZMejigLT9RB3WHoIRr9R5eg67IoFXulF16AwlRkV\naJsqGyIMKcymwXd0L+d0JfS3TbJqFyPHjJAt/7inzgB+/RlJOMmvKluI4NPi\noZvSf+6zeF5fjhFhvZoJ13nBbB70QGCQnyWlWLvwCIWDS1zWSGup3ibT+WO5\n4QA5hWFmPrUvmRBJ0eAPbi+GDEmKx9YCxAriKYYrfm784ThmwRvQV+vgNzkv\nVVRLJmzb5E1WPrR4mpqQLiDZg2tLJcPypZWtIG+7S/PjathnrJjIR8rP7wZs\nUOEGMqJZeHL/2+wuGdMqZiT4i4NVmF7hXP0adZ4j+Brr+AV+gwXZ9Uf6V66b\nW5yhZh3LSfdhWTTz04HhryCUa5tF1+zyodHeqyhVL3VA1557hYiZ2iqo2Iss\nH7Shw94uPmaFiqfG8hdpLdKATNHyyN0OVFVIsRVzVnS3hA4Taodn2+FJIZyC\nRjmqXk5b4Olh+r3nLVvdT5ZprncyQioAPCcSUaHrb/s/XCC2ABiDNJH+5lwS\n7QgH\r\n=rKbK\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCM9omCbIUZ4ICSNQqH0E3l9nupk7+Hk7zsB42pHaq26wIhALLkqJwhDWCDoB3CVVJlrZQ0NBw3N+vi8BUCwntIU8U1"}]}},"6.13.1":{"name":"npm","version":"6.13.1","dependencies":{"JSONStream":"^1.3.5","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^1.1.3","bluebird":"^3.5.5","byte-size":"^5.0.1","cacache":"^12.0.3","call-limit":"^1.1.1","chownr":"^1.1.3","ci-info":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.5.1","cmd-shim":"^3.0.3","columnify":"~1.5.4","config-chain":"^1.1.12","detect-indent":"~5.0.0","detect-newline":"^2.1.0","dezalgo":"~1.0.3","editor":"~1.0.0","figgy-pudding":"^3.5.1","find-npm-prefix":"^1.0.2","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","gentle-fs":"^2.2.1","glob":"^7.1.4","graceful-fs":"^4.2.3","has-unicode":"~2.0.1","hosted-git-info":"^2.8.5","iferr":"^1.0.2","infer-owner":"^1.0.4","inflight":"~1.0.6","inherits":"^2.0.4","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^3.0.0","json-parse-better-errors":"^1.0.2","lazy-property":"~1.0.0","libcipm":"^4.0.7","libnpm":"^3.0.1","libnpmaccess":"^3.0.2","libnpmhook":"^5.0.3","libnpmorg":"^1.0.1","libnpmsearch":"^2.0.2","libnpmteam":"^1.0.2","libnpx":"^10.2.0","lock-verify":"^2.1.0","lockfile":"^1.0.4","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"^5.1.1","meant":"~1.0.1","mississippi":"^3.0.0","mkdirp":"~0.5.1","move-concurrently":"^1.0.1","node-gyp":"^5.0.5","nopt":"~4.0.1","normalize-package-data":"^2.5.0","npm-audit-report":"^1.3.2","npm-cache-filename":"~1.0.2","npm-install-checks":"^3.0.2","npm-lifecycle":"^3.1.4","npm-package-arg":"^6.1.1","npm-packlist":"^1.4.6","npm-pick-manifest":"^3.0.2","npm-profile":"^4.0.2","npm-registry-fetch":"^4.0.2","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"^1.5.1","osenv":"^0.1.5","pacote":"^9.5.9","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"^0.12.0","query-string":"^6.8.2","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"^1.0.5","read-installed":"~4.0.3","read-package-json":"^2.1.0","read-package-tree":"^5.3.1","readable-stream":"^3.4.0","readdir-scoped-modules":"^1.1.0","request":"^2.88.0","retry":"^0.12.0","rimraf":"^2.6.3","safe-buffer":"^5.1.2","semver":"^5.7.1","sha":"^3.0.0","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"^6.0.1","stringify-package":"^1.0.1","tar":"^4.4.13","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"^1.1.1","unpipe":"~1.0.0","update-notifier":"^2.5.0","uuid":"^3.3.3","validate-npm-package-license":"^3.0.4","validate-npm-package-name":"~3.0.0","which":"^1.3.1","worker-farm":"^1.7.0","write-file-atomic":"^2.4.3","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*"},"devDependencies":{"deep-equal":"^1.0.1","get-stream":"^4.1.0","licensee":"^7.0.3","marked":"^0.6.3","marked-man":"^0.6.0","npm-registry-couchapp":"^2.7.3","npm-registry-mock":"^1.3.0","require-inject":"^1.4.4","sprintf-js":"^1.1.2","standard":"^11.0.1","tacks":"^1.3.0","tap":"^12.7.0","tar-stream":"^2.1.0"},"bundleDependencies":["abbrev","ansicolors","ansistyles","aproba","archy","bin-links","bluebird","byte-size","cacache","call-limit","chownr","ci-info","cli-columns","cli-table3","cmd-shim","columnify","config-chain","debuglog","detect-indent","detect-newline","dezalgo","editor","figgy-pudding","find-npm-prefix","fs-vacuum","fs-write-stream-atomic","gentle-fs","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","infer-owner","inflight","inherits","ini","init-package-json","is-cidr","json-parse-better-errors","JSONStream","lazy-property","libcipm","libnpm","libnpmaccess","libnpmhook","libnpmorg","libnpmsearch","libnpmteam","libnpx","lock-verify","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mississippi","mkdirp","move-concurrently","node-gyp","nopt","normalize-package-data","npm-audit-report","npm-cache-filename","npm-install-checks","npm-lifecycle","npm-package-arg","npm-packlist","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","qrcode-terminal","query-string","qw","read-cmd-shim","read-installed","read-package-json","read-package-tree","read","readable-stream","readdir-scoped-modules","request","retry","rimraf","safe-buffer","semver","sha","slide","sorted-object","sorted-union-stream","ssri","stringify-package","tar","text-table","tiny-relative-date","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","worker-farm","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js","npx":"./bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-2awiDZ9JuV/UoF4oXGhekCURC2X+eLLRz9/e58AGrPDlpzyn7e4oCaZmkzyEaisxM7jSoFKNnZhzB4xbmbM0Yw==","shasum":"6a2658392b70aa1266ddfe256ef21d0de2f4d8dc","tarball":"https://registry.npmjs.org/npm/-/npm-6.13.1.tgz","fileCount":4145,"unpackedSize":23245175,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd0ubrCRA9TVsSAnZWagAAjrgP/iGxpy3K+m7Al/m4h2jf\n/VqQ+TDewupj9onHNjuElV30Sjzx6hXXnLtcg5USu8Tg5Xx4QCgBJ0HIAVJ3\nNFTeCp8a/wXqcxAp96hNUk4wZuqZ5cY9zqHWNNrwawo2rWbVKykCxnvem9Fy\ncW2Zq6eRnxb0vcCD+81nwe5ArYDiy754ssY12QvXVFnudsImFm3USDFdKe4f\nf+f6C4y6JrgTvucITP0EwxdHwXGs18jWPIV1lxLrHXGFINOOzc0Oq58lV4qP\nrsDD2QZTUrqHxXQgluWPypsbAJd9SQzEV/BhfYUABFmnurajhjPpddf6IW2P\ng9e5Ia3BFUQ0d6aFZ/o1y8qpTvEKrlbaDNlxYtbVlrV2kWo3l3BpNiOWVRJh\nE5BvqFdJrgpaG9jp/RAE1rdZvcrXxrs8BZpb3cGtzIeQuxFn5HS5qTPOtQ9S\nhWSj+xlVfvjZ4dNdeUnuW6ihHdVcBPfa+HHxOu1RWBGwitaZLZ+QltfG4LZg\n6W8koOkeOamYsxE7oJsTCJSalJgt+9Q2r7mHLz+TSrGJBNdu1va3G9K0EQbv\nLX1k0ciR+9CHmTi6AFdsAOTSZ9u23UBf9a+RYjZqdz3i9CI31JdNWQ1QdMVo\nYA9hjYrcHa3NqV5o0j4Jjdq1V3bTSEuRc/CDznikCDi05PT6f8tohglyQrZN\nzR7v\r\n=QiYo\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCID5e2ecQ+bTCzkanerzdiosgGBBKHyY0+SX+8+HY88RMAiEA7u+UzZgL9vyB87+TC3hZ07tx7rDu0Tm0P5O72L+SpK4="}]}},"6.13.2":{"name":"npm","version":"6.13.2","dependencies":{"JSONStream":"^1.3.5","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^1.1.3","bluebird":"^3.5.5","byte-size":"^5.0.1","cacache":"^12.0.3","call-limit":"^1.1.1","chownr":"^1.1.3","ci-info":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.5.1","cmd-shim":"^3.0.3","columnify":"~1.5.4","config-chain":"^1.1.12","detect-indent":"~5.0.0","detect-newline":"^2.1.0","dezalgo":"~1.0.3","editor":"~1.0.0","figgy-pudding":"^3.5.1","find-npm-prefix":"^1.0.2","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","gentle-fs":"^2.2.1","glob":"^7.1.4","graceful-fs":"^4.2.3","has-unicode":"~2.0.1","hosted-git-info":"^2.8.5","iferr":"^1.0.2","infer-owner":"^1.0.4","inflight":"~1.0.6","inherits":"^2.0.4","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^3.0.0","json-parse-better-errors":"^1.0.2","lazy-property":"~1.0.0","libcipm":"^4.0.7","libnpm":"^3.0.1","libnpmaccess":"^3.0.2","libnpmhook":"^5.0.3","libnpmorg":"^1.0.1","libnpmsearch":"^2.0.2","libnpmteam":"^1.0.2","libnpx":"^10.2.0","lock-verify":"^2.1.0","lockfile":"^1.0.4","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"^5.1.1","meant":"~1.0.1","mississippi":"^3.0.0","mkdirp":"~0.5.1","move-concurrently":"^1.0.1","node-gyp":"^5.0.5","nopt":"~4.0.1","normalize-package-data":"^2.5.0","npm-audit-report":"^1.3.2","npm-cache-filename":"~1.0.2","npm-install-checks":"^3.0.2","npm-lifecycle":"^3.1.4","npm-package-arg":"^6.1.1","npm-packlist":"^1.4.6","npm-pick-manifest":"^3.0.2","npm-profile":"^4.0.2","npm-registry-fetch":"^4.0.2","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"^1.5.1","osenv":"^0.1.5","pacote":"^9.5.9","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"^0.12.0","query-string":"^6.8.2","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"^1.0.5","read-installed":"~4.0.3","read-package-json":"^2.1.0","read-package-tree":"^5.3.1","readable-stream":"^3.4.0","readdir-scoped-modules":"^1.1.0","request":"^2.88.0","retry":"^0.12.0","rimraf":"^2.6.3","safe-buffer":"^5.1.2","semver":"^5.7.1","sha":"^3.0.0","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"^6.0.1","stringify-package":"^1.0.1","tar":"^4.4.13","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"^1.1.1","unpipe":"~1.0.0","update-notifier":"^2.5.0","uuid":"^3.3.3","validate-npm-package-license":"^3.0.4","validate-npm-package-name":"~3.0.0","which":"^1.3.1","worker-farm":"^1.7.0","write-file-atomic":"^2.4.3","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*"},"devDependencies":{"deep-equal":"^1.0.1","get-stream":"^4.1.0","licensee":"^7.0.3","marked":"^0.6.3","marked-man":"^0.6.0","npm-registry-couchapp":"^2.7.3","npm-registry-mock":"^1.3.0","require-inject":"^1.4.4","sprintf-js":"^1.1.2","standard":"^11.0.1","tacks":"^1.3.0","tap":"^12.7.0","tar-stream":"^2.1.0"},"bundleDependencies":["abbrev","ansicolors","ansistyles","aproba","archy","bin-links","bluebird","byte-size","cacache","call-limit","chownr","ci-info","cli-columns","cli-table3","cmd-shim","columnify","config-chain","debuglog","detect-indent","detect-newline","dezalgo","editor","figgy-pudding","find-npm-prefix","fs-vacuum","fs-write-stream-atomic","gentle-fs","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","infer-owner","inflight","inherits","ini","init-package-json","is-cidr","json-parse-better-errors","JSONStream","lazy-property","libcipm","libnpm","libnpmaccess","libnpmhook","libnpmorg","libnpmsearch","libnpmteam","libnpx","lock-verify","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mississippi","mkdirp","move-concurrently","node-gyp","nopt","normalize-package-data","npm-audit-report","npm-cache-filename","npm-install-checks","npm-lifecycle","npm-package-arg","npm-packlist","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","qrcode-terminal","query-string","qw","read-cmd-shim","read-installed","read-package-json","read-package-tree","read","readable-stream","readdir-scoped-modules","request","retry","rimraf","safe-buffer","semver","sha","slide","sorted-object","sorted-union-stream","ssri","stringify-package","tar","text-table","tiny-relative-date","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","worker-farm","write-file-atomic"],"bin":{"npm":"./bin/npm-cli.js","npx":"./bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-TG7AFkKpjBNJh8OVJYcGaAbW0PZxEkjew51Lc6TRdhQpNjSSEnAOEpidApqEuciB7cs09C8mxbo8NbuPs4QDzg==","shasum":"fb3b9500fcc5394a2727848e2a45cd6d245eaad4","tarball":"https://registry.npmjs.org/npm/-/npm-6.13.2.tgz","fileCount":4160,"unpackedSize":23756399,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd5qF2CRA9TVsSAnZWagAA0RcP/A+F4XylOQXxrt9PQHtN\nLXSTvJ5Og7EqXayVa5vj209DDtoBDOkzMcFDmygB/QGBoqwiAVt7j89dc0Qr\n97q6DsJqeG4AechQDVXVoNlugFKmxQYcfvUwX2tKvkeDQFxoOC6IGZ9YFDot\n9fkk3LLBL6w2mBhz5/2BozA59Gd9h0lKRq/VbuKlW0Un4IBNmqxdTMNFRQsQ\nicDR971BZ5xdeL8NJB1ACXTl3ZXNovC1xyWy2FnvEOfF4co1YCIMD2Tn2RLY\n35gS0o+C4EwIfbwrX87J1qmi1NDSaEV83+YkbmCDqvXxuuUqVWPqzUaVytbb\nRAqrFkvjdbu7goJlC1Xy/muvdgRNfw/2Ny6PuYc53cWmLyN0+RkGNgc0YTol\nF/ZdkFQF5gE3wsr5oqPlCilYcERGg1SRZydp/7207pfrEJoQlmbDJpN0z5o2\ndMG0lGPij/EG1tGCUV1mi9dQGGQ8UdRe+q4961Z0qcJfqg0VfZ/Ysw0HxfMy\nio8BJyu7dg7fe72shNaVwWDqh64fZnziTYb5fchSRM3OzlkmrZnvaMTiHKtS\nV8WXIT3wdh8xOxMpoTotP+MF8pqHv0LwGjSeiQ3GfLq8AuJvR56Bkq7EJOPV\njJ7dErT6fEmr8WOzNAmXvfX8ktoHpB+tVtbM3TpIyXaB6ocHOTue9IQWHazN\nm9EV\r\n=Y3DW\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICCGuDXwOuQVewZSKVNsiT50YgQ7C/g/ywWRMaeSeRd/AiEArtGxKzwn10EVGcIjAij8QGZOnLp495pVB9p1oa8vO5g="}]}},"6.13.3":{"name":"npm","version":"6.13.3","dependencies":{"JSONStream":"^1.3.5","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^1.1.5","bluebird":"^3.5.5","byte-size":"^5.0.1","cacache":"^12.0.3","call-limit":"^1.1.1","chownr":"^1.1.3","ci-info":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.5.1","cmd-shim":"^3.0.3","columnify":"~1.5.4","config-chain":"^1.1.12","detect-indent":"~5.0.0","detect-newline":"^2.1.0","dezalgo":"~1.0.3","editor":"~1.0.0","figgy-pudding":"^3.5.1","find-npm-prefix":"^1.0.2","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","gentle-fs":"^2.2.1","glob":"^7.1.4","graceful-fs":"^4.2.3","has-unicode":"~2.0.1","hosted-git-info":"^2.8.5","iferr":"^1.0.2","infer-owner":"^1.0.4","inflight":"~1.0.6","inherits":"^2.0.4","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^3.0.0","json-parse-better-errors":"^1.0.2","lazy-property":"~1.0.0","libcipm":"^4.0.7","libnpm":"^3.0.1","libnpmaccess":"^3.0.2","libnpmhook":"^5.0.3","libnpmorg":"^1.0.1","libnpmsearch":"^2.0.2","libnpmteam":"^1.0.2","libnpx":"^10.2.0","lock-verify":"^2.1.0","lockfile":"^1.0.4","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"^5.1.1","meant":"~1.0.1","mississippi":"^3.0.0","mkdirp":"~0.5.1","move-concurrently":"^1.0.1","node-gyp":"^5.0.5","nopt":"~4.0.1","normalize-package-data":"^2.5.0","npm-audit-report":"^1.3.2","npm-cache-filename":"~1.0.2","npm-install-checks":"^3.0.2","npm-lifecycle":"^3.1.4","npm-package-arg":"^6.1.1","npm-packlist":"^1.4.7","npm-pick-manifest":"^3.0.2","npm-profile":"^4.0.2","npm-registry-fetch":"^4.0.2","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"^1.5.1","osenv":"^0.1.5","pacote":"^9.5.11","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"^0.12.0","query-string":"^6.8.2","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"^1.0.5","read-installed":"~4.0.3","read-package-json":"^2.1.1","read-package-tree":"^5.3.1","readable-stream":"^3.4.0","readdir-scoped-modules":"^1.1.0","request":"^2.88.0","retry":"^0.12.0","rimraf":"^2.6.3","safe-buffer":"^5.1.2","semver":"^5.7.1","sha":"^3.0.0","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"^6.0.1","stringify-package":"^1.0.1","tar":"^4.4.13","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"^1.1.1","unpipe":"~1.0.0","update-notifier":"^2.5.0","uuid":"^3.3.3","validate-npm-package-license":"^3.0.4","validate-npm-package-name":"~3.0.0","which":"^1.3.1","worker-farm":"^1.7.0","write-file-atomic":"^2.4.3","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*"},"devDependencies":{"deep-equal":"^1.0.1","get-stream":"^4.1.0","licensee":"^7.0.3","marked":"^0.6.3","marked-man":"^0.6.0","npm-registry-couchapp":"^2.7.3","npm-registry-mock":"^1.3.0","require-inject":"^1.4.4","sprintf-js":"^1.1.2","standard":"^11.0.1","tacks":"^1.3.0","tap":"^12.7.0","tar-stream":"^2.1.0"},"bundleDependencies":["abbrev","ansicolors","ansistyles","aproba","archy","bin-links","bluebird","byte-size","cacache","call-limit","chownr","ci-info","cli-columns","cli-table3","cmd-shim","columnify","config-chain","debuglog","detect-indent","detect-newline","dezalgo","editor","figgy-pudding","find-npm-prefix","fs-vacuum","fs-write-stream-atomic","gentle-fs","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","infer-owner","inflight","inherits","ini","init-package-json","is-cidr","json-parse-better-errors","JSONStream","lazy-property","libcipm","libnpm","libnpmaccess","libnpmhook","libnpmorg","libnpmsearch","libnpmteam","libnpx","lock-verify","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mississippi","mkdirp","move-concurrently","node-gyp","nopt","normalize-package-data","npm-audit-report","npm-cache-filename","npm-install-checks","npm-lifecycle","npm-package-arg","npm-packlist","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","qrcode-terminal","query-string","qw","read-cmd-shim","read-installed","read-package-json","read-package-tree","read","readable-stream","readdir-scoped-modules","request","retry","rimraf","safe-buffer","semver","sha","slide","sorted-object","sorted-union-stream","ssri","stringify-package","tar","text-table","tiny-relative-date","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","worker-farm","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-j1miGFbOTg03eKeBBevFgDtb2EeUc99uxsEMEDmUmwDV2o9FVpXzdRgMhinpAFusY8TSZQuQHpYpTIwKvHijdQ==","shasum":"c136b689f31da4feb879d7a083c2e320f5756d20","tarball":"https://registry.npmjs.org/npm/-/npm-6.13.3.tgz","fileCount":4168,"unpackedSize":23883052,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd7vWFCRA9TVsSAnZWagAAkm0P/RncBMTtLCbYt5B3S6HL\niKu9l8X30k7u6PnA4yO3PIGGgd9eoXL9cq89su2Q9bnlh/2+GgoFg7JSLpiY\nyjPQWEIlsbSyf9NBd8+WAxOhWaUpTezaxnBNIwHMBz6HSkuI09Lts7g0nWow\nNKHsF2mT/SUmkRmnC/JTcw+8atJZlBnxpI+RL9bd9vBib4BAemhWt958ydxK\ns05HjJQw4PpxKFtQmir/IGCfTJd7Kkt1+XhriO7LcNmsfeHFywoQ+OKpc3RD\nCkMvlbtuocGMA2SF5II7bDUBhQKrtWFW7EDAAxoSYrfHnpJvrtJiw43kMdMx\nwppN4SP7yCARnHSiv1G3XrMMPHRAjfdAja4ucm8fSNUr1akDOrxrifQQidIF\n9vLXn/VsNtN71+iLFMamclZSTM3xEmaZo8kiT2H+qxTamqMTnJ5rrTdPnnjO\no/ciuma0g8jH6L8alJnNgA4TZdTA1/6Lvyc+tCO1v4CRQ6sWP/k3DCcnY+G+\ndoIalRXYfPXQmsbmm3eHCV/3FH6/KRqbVVhTUjRQuWkfnRUk9dQn5qNMmgVW\nEKTv65sC5JAgrhi3HqZUTVgl1Kfod+9qXoSsmPYTTRs3Dqss8v60sKDSMNdj\nB9305r1PMFXtgDwroOQbERjFXQMtZhBoyX2ZG+JE61tNx5mqcJNURBhyi5rn\nU+gV\r\n=uqet\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCz/WDz5EPMm8Rx5TWBkX2lq7HInAhoBDEXwvhWMws9fAIhAP7DBj87aGKs2E+ZNxU3NicoN6L1Vbc5yYh9Nk7PXF3d"}]}},"6.13.4":{"name":"npm","version":"6.13.4","dependencies":{"JSONStream":"^1.3.5","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^1.1.6","bluebird":"^3.5.5","byte-size":"^5.0.1","cacache":"^12.0.3","call-limit":"^1.1.1","chownr":"^1.1.3","ci-info":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.5.1","cmd-shim":"^3.0.3","columnify":"~1.5.4","config-chain":"^1.1.12","detect-indent":"~5.0.0","detect-newline":"^2.1.0","dezalgo":"~1.0.3","editor":"~1.0.0","figgy-pudding":"^3.5.1","find-npm-prefix":"^1.0.2","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","gentle-fs":"^2.3.0","glob":"^7.1.4","graceful-fs":"^4.2.3","has-unicode":"~2.0.1","hosted-git-info":"^2.8.5","iferr":"^1.0.2","infer-owner":"^1.0.4","inflight":"~1.0.6","inherits":"^2.0.4","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^3.0.0","json-parse-better-errors":"^1.0.2","lazy-property":"~1.0.0","libcipm":"^4.0.7","libnpm":"^3.0.1","libnpmaccess":"^3.0.2","libnpmhook":"^5.0.3","libnpmorg":"^1.0.1","libnpmsearch":"^2.0.2","libnpmteam":"^1.0.2","libnpx":"^10.2.0","lock-verify":"^2.1.0","lockfile":"^1.0.4","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"^5.1.1","meant":"~1.0.1","mississippi":"^3.0.0","mkdirp":"~0.5.1","move-concurrently":"^1.0.1","node-gyp":"^5.0.5","nopt":"~4.0.1","normalize-package-data":"^2.5.0","npm-audit-report":"^1.3.2","npm-cache-filename":"~1.0.2","npm-install-checks":"^3.0.2","npm-lifecycle":"^3.1.4","npm-package-arg":"^6.1.1","npm-packlist":"^1.4.7","npm-pick-manifest":"^3.0.2","npm-profile":"^4.0.2","npm-registry-fetch":"^4.0.2","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"^1.5.1","osenv":"^0.1.5","pacote":"^9.5.11","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"^0.12.0","query-string":"^6.8.2","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"^1.0.5","read-installed":"~4.0.3","read-package-json":"^2.1.1","read-package-tree":"^5.3.1","readable-stream":"^3.4.0","readdir-scoped-modules":"^1.1.0","request":"^2.88.0","retry":"^0.12.0","rimraf":"^2.6.3","safe-buffer":"^5.1.2","semver":"^5.7.1","sha":"^3.0.0","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"^6.0.1","stringify-package":"^1.0.1","tar":"^4.4.13","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"^1.1.1","unpipe":"~1.0.0","update-notifier":"^2.5.0","uuid":"^3.3.3","validate-npm-package-license":"^3.0.4","validate-npm-package-name":"~3.0.0","which":"^1.3.1","worker-farm":"^1.7.0","write-file-atomic":"^2.4.3","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*"},"devDependencies":{"deep-equal":"^1.0.1","get-stream":"^4.1.0","licensee":"^7.0.3","marked":"^0.6.3","marked-man":"^0.6.0","npm-registry-couchapp":"^2.7.3","npm-registry-mock":"^1.3.0","require-inject":"^1.4.4","sprintf-js":"^1.1.2","standard":"^11.0.1","tacks":"^1.3.0","tap":"^12.7.0","tar-stream":"^2.1.0"},"bundleDependencies":["abbrev","ansicolors","ansistyles","aproba","archy","bin-links","bluebird","byte-size","cacache","call-limit","chownr","ci-info","cli-columns","cli-table3","cmd-shim","columnify","config-chain","debuglog","detect-indent","detect-newline","dezalgo","editor","figgy-pudding","find-npm-prefix","fs-vacuum","fs-write-stream-atomic","gentle-fs","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","infer-owner","inflight","inherits","ini","init-package-json","is-cidr","json-parse-better-errors","JSONStream","lazy-property","libcipm","libnpm","libnpmaccess","libnpmhook","libnpmorg","libnpmsearch","libnpmteam","libnpx","lock-verify","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mississippi","mkdirp","move-concurrently","node-gyp","nopt","normalize-package-data","npm-audit-report","npm-cache-filename","npm-install-checks","npm-lifecycle","npm-package-arg","npm-packlist","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","qrcode-terminal","query-string","qw","read-cmd-shim","read-installed","read-package-json","read-package-tree","read","readable-stream","readdir-scoped-modules","request","retry","rimraf","safe-buffer","semver","sha","slide","sorted-object","sorted-union-stream","ssri","stringify-package","tar","text-table","tiny-relative-date","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","worker-farm","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-vTcUL4SCg3AzwInWTbqg1OIaOXlzKSS8Mb8kc5avwrJpcvevDA5J9BhYSuei+fNs3pwOp4lzA5x2FVDXACvoXA==","shasum":"1e95b0f311999cf682384c38865dfeb3127203bb","tarball":"https://registry.npmjs.org/npm/-/npm-6.13.4.tgz","fileCount":4169,"unpackedSize":23889004,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd8T38CRA9TVsSAnZWagAADSsP/iQtvO8/eXYBpU4l4A+q\nwz+hMoPBMGTdteSJnpP8aWnInqDeASv1qrpBMJmuRT+bIccsajHQX7EaXGqn\nb14ac1vpWAFF6qvvQ+lwZ1u+7uqRmQi+7XBPe5ZU79IvGx/8ZRqK6Jlp7t4B\nnCPpCnO/l/LMmTSfmXok8JsshaoNfcd5t2r39CuHWb20OQvjMVGpyp4NZwop\nlLar5jipaEsIiesPnL3ni7RVoUyngnSd78l1voq3091dMDcjpZED0ixNCbrM\nuWzvayovrMdj6Lc0OyDY8azYTwMytMzCyyOJugKKUzcWJ9KEcvgEXGbNwJuT\n1slL9dZz7/3Hrr5xGIXAtI4rBJBlztAbGOU07ASdRib8DgQMjpnEUoh8wEQ9\nqEKxP+BR2grpDjSi885LVlK/oTvnu7zqAAvqWrjFyAaYk7X34cm83gUc2ndV\nGSuN0QSo3126L/RB4KNpsR4OEWPwMbI8gZNiVPD2u+TdGu2ltqQLKtmFthKJ\nj7kwz/mMy8A4z0O2sesHR20z1jzDxbbmv9igvpOiAIkyxJttM3rzu5FDLxna\nZeM61ggIXwcZC1uVJWXJQpS1BzPx5wLOvdAMrlKCJssUNKLUt9NtrRfzOmQO\n7loNF++oGEGv6CNARZa/SbdsXwAVEjhEPTnnrwlqqgKdPQFYSIZXpeha4Cxy\nJxtI\r\n=nI7a\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD39EPLzs2ve0gqf08OBr84fKwAUxPLIfC31c2J9w1iUQIgOwUgPpE7b5GxYKzB3zPIdL4HJ7EA/Wmeb7Dwz2unPnM="}]}},"6.13.5":{"name":"npm","version":"6.13.5","dependencies":{"JSONStream":"^1.3.5","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^1.1.6","bluebird":"^3.5.5","byte-size":"^5.0.1","cacache":"^12.0.3","call-limit":"^1.1.1","chownr":"^1.1.3","ci-info":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.5.1","cmd-shim":"^3.0.3","columnify":"~1.5.4","config-chain":"^1.1.12","detect-indent":"~5.0.0","detect-newline":"^2.1.0","dezalgo":"~1.0.3","editor":"~1.0.0","figgy-pudding":"^3.5.1","find-npm-prefix":"^1.0.2","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","gentle-fs":"^2.3.0","glob":"^7.1.4","graceful-fs":"^4.2.3","has-unicode":"~2.0.1","hosted-git-info":"^2.8.5","iferr":"^1.0.2","infer-owner":"^1.0.4","inflight":"~1.0.6","inherits":"^2.0.4","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^3.0.0","json-parse-better-errors":"^1.0.2","lazy-property":"~1.0.0","libcipm":"^4.0.7","libnpm":"^3.0.1","libnpmaccess":"^3.0.2","libnpmhook":"^5.0.3","libnpmorg":"^1.0.1","libnpmsearch":"^2.0.2","libnpmteam":"^1.0.2","libnpx":"^10.2.0","lock-verify":"^2.1.0","lockfile":"^1.0.4","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"^5.1.1","meant":"~1.0.1","mississippi":"^3.0.0","mkdirp":"~0.5.1","move-concurrently":"^1.0.1","node-gyp":"^5.0.5","nopt":"~4.0.1","normalize-package-data":"^2.5.0","npm-audit-report":"^1.3.2","npm-cache-filename":"~1.0.2","npm-install-checks":"^3.0.2","npm-lifecycle":"^3.1.4","npm-package-arg":"^6.1.1","npm-packlist":"^1.4.7","npm-pick-manifest":"^3.0.2","npm-profile":"^4.0.2","npm-registry-fetch":"^4.0.2","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"^1.5.1","osenv":"^0.1.5","pacote":"^9.5.11","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"^0.12.0","query-string":"^6.8.2","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"^1.0.5","read-installed":"~4.0.3","read-package-json":"^2.1.1","read-package-tree":"^5.3.1","readable-stream":"^3.4.0","readdir-scoped-modules":"^1.1.0","request":"^2.88.0","retry":"^0.12.0","rimraf":"^2.6.3","safe-buffer":"^5.1.2","semver":"^5.7.1","sha":"^3.0.0","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"^6.0.1","stringify-package":"^1.0.1","tar":"^4.4.13","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"^1.1.1","unpipe":"~1.0.0","update-notifier":"^2.5.0","uuid":"^3.3.3","validate-npm-package-license":"^3.0.4","validate-npm-package-name":"~3.0.0","which":"^1.3.1","worker-farm":"^1.7.0","write-file-atomic":"^2.4.3","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*"},"devDependencies":{"deep-equal":"^1.0.1","get-stream":"^4.1.0","licensee":"^7.0.3","marked":"^0.6.3","marked-man":"^0.6.0","npm-registry-couchapp":"^2.7.3","npm-registry-mock":"^1.3.0","require-inject":"^1.4.4","sprintf-js":"^1.1.2","standard":"^11.0.1","tacks":"^1.3.0","tap":"^12.7.0","tar-stream":"^2.1.0"},"bundleDependencies":["abbrev","ansicolors","ansistyles","aproba","archy","bin-links","bluebird","byte-size","cacache","call-limit","chownr","ci-info","cli-columns","cli-table3","cmd-shim","columnify","config-chain","debuglog","detect-indent","detect-newline","dezalgo","editor","figgy-pudding","find-npm-prefix","fs-vacuum","fs-write-stream-atomic","gentle-fs","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","infer-owner","inflight","inherits","ini","init-package-json","is-cidr","json-parse-better-errors","JSONStream","lazy-property","libcipm","libnpm","libnpmaccess","libnpmhook","libnpmorg","libnpmsearch","libnpmteam","libnpx","lock-verify","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mississippi","mkdirp","move-concurrently","node-gyp","nopt","normalize-package-data","npm-audit-report","npm-cache-filename","npm-install-checks","npm-lifecycle","npm-package-arg","npm-packlist","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","qrcode-terminal","query-string","qw","read-cmd-shim","read-installed","read-package-json","read-package-tree","read","readable-stream","readdir-scoped-modules","request","retry","rimraf","safe-buffer","semver","sha","slide","sorted-object","sorted-union-stream","ssri","stringify-package","tar","text-table","tiny-relative-date","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","worker-farm","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-eP8ib0elCCfsmw/USfNyi8NkcAC72NDz5bMejUZ6O3Onz9ekgmyCZl+hSvojxOQYm2ttf8p9ERv9IQdVwPq15g==","shasum":"7a9e51d3cbea4752186e294ff0a51b8049d4b1a7","tarball":"https://registry.npmjs.org/npm/-/npm-6.13.5.tgz","fileCount":4169,"unpackedSize":23983827,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeF5e/CRA9TVsSAnZWagAAnKwQAKLXBbfjZIyZ3SI8Sllz\ndcfAlkQUJveDCIwNoOa8m0WpPxvY5O3blq6LrlhGHA5fAV0eawShWoaD4j0y\nbFWhkzIdtcU9a+mCSG9Y81K53SmvbXWQe4x29Gn61MgJy/ybcxYUWITT9QXo\nQMKjbikWboIGnNMRguulbkSoNuOGOFebQ1p7DXmf0gZbi1oee3m+vZs4Li1F\n0JNar0w7rYh3sRIzK8Tt9wstRVan6YUPASxIJvz5HKshVFViI1Xe3MOIia27\nfKQQYq4J9tyLYtl7TR8UGXS92fJFe136K7uMAoOkRPm8XrSwd8KBYGx28egC\n5Ti3xiFm8nHyo6mLC0oU2/iGHuMgP5gcEJzKx1QM9YX7AmrVIdklDufwUZPj\nkQTwcn8CRi2HjLxCwy4zu5TpuSwSMB8GlmFhQYVdUG5eHLpNaBgy6+oP/cXd\nSj+sBjwQlws+mfPEYXSU8sqsrsb8qwvOziwCEh/gEa1Uh3AWcTx2oGnu0pfB\nqj6R1SZpWdiIxyIXZ7aDxXTOcrXEzFKGdD2+SQt26cr893+8A6ZzYtKIzBI3\n+G1F97T9FRnDhfyXP8lLF1q9cDlaTYnnmh/AmSYjcMGiSZm6W/uZOMYkSQj4\npvRyZ1K3nvNi3tbExkLrTWdqQDbz2MlBRH9uLINK8+dSDFXfk+HZ6BYZYzO4\nbgtk\r\n=YE1u\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCsUFc/61F2gwAMgscHv4tP3h6TNnvJJj/2zYUfquwOYQIgDZuc+LaFmmA/U7A+1JgURZWx888vkQyEGDqR44T+z88="}]}},"6.13.6":{"name":"npm","version":"6.13.6","dependencies":{"JSONStream":"^1.3.5","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^1.1.6","bluebird":"^3.5.5","byte-size":"^5.0.1","cacache":"^12.0.3","call-limit":"^1.1.1","chownr":"^1.1.3","ci-info":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.5.1","cmd-shim":"^3.0.3","columnify":"~1.5.4","config-chain":"^1.1.12","detect-indent":"~5.0.0","detect-newline":"^2.1.0","dezalgo":"~1.0.3","editor":"~1.0.0","figgy-pudding":"^3.5.1","find-npm-prefix":"^1.0.2","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","gentle-fs":"^2.3.0","glob":"^7.1.4","graceful-fs":"^4.2.3","has-unicode":"~2.0.1","hosted-git-info":"^2.8.5","iferr":"^1.0.2","infer-owner":"^1.0.4","inflight":"~1.0.6","inherits":"^2.0.4","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^3.0.0","json-parse-better-errors":"^1.0.2","lazy-property":"~1.0.0","libcipm":"^4.0.7","libnpm":"^3.0.1","libnpmaccess":"^3.0.2","libnpmhook":"^5.0.3","libnpmorg":"^1.0.1","libnpmsearch":"^2.0.2","libnpmteam":"^1.0.2","libnpx":"^10.2.0","lock-verify":"^2.1.0","lockfile":"^1.0.4","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"^5.1.1","meant":"~1.0.1","mississippi":"^3.0.0","mkdirp":"~0.5.1","move-concurrently":"^1.0.1","node-gyp":"^5.0.5","nopt":"~4.0.1","normalize-package-data":"^2.5.0","npm-audit-report":"^1.3.2","npm-cache-filename":"~1.0.2","npm-install-checks":"^3.0.2","npm-lifecycle":"^3.1.4","npm-package-arg":"^6.1.1","npm-packlist":"^1.4.7","npm-pick-manifest":"^3.0.2","npm-profile":"^4.0.2","npm-registry-fetch":"^4.0.2","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"^1.5.1","osenv":"^0.1.5","pacote":"^9.5.12","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"^0.12.0","query-string":"^6.8.2","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"^1.0.5","read-installed":"~4.0.3","read-package-json":"^2.1.1","read-package-tree":"^5.3.1","readable-stream":"^3.4.0","readdir-scoped-modules":"^1.1.0","request":"^2.88.0","retry":"^0.12.0","rimraf":"^2.6.3","safe-buffer":"^5.1.2","semver":"^5.7.1","sha":"^3.0.0","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"^6.0.1","stringify-package":"^1.0.1","tar":"^4.4.13","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"^1.1.1","unpipe":"~1.0.0","update-notifier":"^2.5.0","uuid":"^3.3.3","validate-npm-package-license":"^3.0.4","validate-npm-package-name":"~3.0.0","which":"^1.3.1","worker-farm":"^1.7.0","write-file-atomic":"^2.4.3","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*"},"devDependencies":{"deep-equal":"^1.0.1","get-stream":"^4.1.0","licensee":"^7.0.3","marked":"^0.6.3","marked-man":"^0.6.0","npm-registry-couchapp":"^2.7.3","npm-registry-mock":"^1.3.0","require-inject":"^1.4.4","sprintf-js":"^1.1.2","standard":"^11.0.1","tacks":"^1.3.0","tap":"^12.7.0","tar-stream":"^2.1.0"},"bundleDependencies":["abbrev","ansicolors","ansistyles","aproba","archy","bin-links","bluebird","byte-size","cacache","call-limit","chownr","ci-info","cli-columns","cli-table3","cmd-shim","columnify","config-chain","debuglog","detect-indent","detect-newline","dezalgo","editor","figgy-pudding","find-npm-prefix","fs-vacuum","fs-write-stream-atomic","gentle-fs","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","infer-owner","inflight","inherits","ini","init-package-json","is-cidr","json-parse-better-errors","JSONStream","lazy-property","libcipm","libnpm","libnpmaccess","libnpmhook","libnpmorg","libnpmsearch","libnpmteam","libnpx","lock-verify","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mississippi","mkdirp","move-concurrently","node-gyp","nopt","normalize-package-data","npm-audit-report","npm-cache-filename","npm-install-checks","npm-lifecycle","npm-package-arg","npm-packlist","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","qrcode-terminal","query-string","qw","read-cmd-shim","read-installed","read-package-json","read-package-tree","read","readable-stream","readdir-scoped-modules","request","retry","rimraf","safe-buffer","semver","sha","slide","sorted-object","sorted-union-stream","ssri","stringify-package","tar","text-table","tiny-relative-date","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","worker-farm","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-NomC08kv7HIl1FOyLOe9Hp89kYsOsvx52huVIJ7i8hFW8Xp65lDwe/8wTIrh9q9SaQhA8hTrfXPh3BEL3TmMpw==","shasum":"86df8305a4d8269d0934ec907920e7ab079cf5d9","tarball":"https://registry.npmjs.org/npm/-/npm-6.13.6.tgz","fileCount":4169,"unpackedSize":23985069,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeF7CcCRA9TVsSAnZWagAAjlIP/R56PoDhyT4fQ5czylXp\nLPWdVvOeqSzp30g8hIEJJ1RLX5yPcFEaE+wb/y3ptbK+fdsTcwHM8sfZ0ngD\n4XfkXg1IdDCxo47lyu3pMHevlxr0jYAhsyvEOAK/Py8aSeB/8CYCayGYA8mo\n8+ChReeO0BHcpT2jWtLpBUNECdsW3wlosOLHOKL0/h4krjmF2u3DgOD87Qj3\nLeAbv8YHAAq1OJ6LWL79cw+8heKXw9pWldbzfvbypqJ06DB5O2QH0cQJwSlW\nY9sBHkFVDX3j/K44GPqprWGdWaOkVK/ncMalFT2c63xfPgtOmKLCYyvS+2PZ\nwgdp18ivGCMxTR7JKAwbA5InxjwSo6p+FkyN53d+0jVNZyX8BhWYuQfXSFuW\njEzghO3T88ufvP48cjyR8MfyW8lCzjrrF3e742LyfInYMZ/WjOnhGE3l7NFR\nUwWuURjTKscGYG1kQ2Q+midwccpQ0Zh6mqTqz6aUQLaEf7yqMGHHFYGvlgco\nmXWYmz6QntswnMYiqHowZY9pVyIAHGHM9qapRrFghxSE+3g98etwRt1Frhnk\nvZZ2YdDf/FqyTfPYpyVsOYeGAYR1eTbC7XmKzq/dks9dqmBHlExj1Gh/ysmf\nF1oD43vSAeL8QwvhuYmfZScMv3sI45jLPHClR2jGZBwM+/CA2WpBCe6FUDjP\njtz9\r\n=8K9m\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHrT1b/36HJXHANycmGWqky4XzQSjnK8D48KYju4ABIkAiEAi80sU70u64JZtDK9sJVKhVh2CweOCFH50Ll903mrhrE="}]}},"6.13.7":{"name":"npm","version":"6.13.7","dependencies":{"JSONStream":"^1.3.5","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^1.1.7","bluebird":"^3.5.5","byte-size":"^5.0.1","cacache":"^12.0.3","call-limit":"^1.1.1","chownr":"^1.1.3","ci-info":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.5.1","cmd-shim":"^3.0.3","columnify":"~1.5.4","config-chain":"^1.1.12","detect-indent":"~5.0.0","detect-newline":"^2.1.0","dezalgo":"~1.0.3","editor":"~1.0.0","figgy-pudding":"^3.5.1","find-npm-prefix":"^1.0.2","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","gentle-fs":"^2.3.0","glob":"^7.1.4","graceful-fs":"^4.2.3","has-unicode":"~2.0.1","hosted-git-info":"^2.8.5","iferr":"^1.0.2","infer-owner":"^1.0.4","inflight":"~1.0.6","inherits":"^2.0.4","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^3.0.0","json-parse-better-errors":"^1.0.2","lazy-property":"~1.0.0","libcipm":"^4.0.7","libnpm":"^3.0.1","libnpmaccess":"^3.0.2","libnpmhook":"^5.0.3","libnpmorg":"^1.0.1","libnpmsearch":"^2.0.2","libnpmteam":"^1.0.2","libnpx":"^10.2.2","lock-verify":"^2.1.0","lockfile":"^1.0.4","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"^5.1.1","meant":"~1.0.1","mississippi":"^3.0.0","mkdirp":"~0.5.1","move-concurrently":"^1.0.1","node-gyp":"^5.0.7","nopt":"~4.0.1","normalize-package-data":"^2.5.0","npm-audit-report":"^1.3.2","npm-cache-filename":"~1.0.2","npm-install-checks":"^3.0.2","npm-lifecycle":"^3.1.4","npm-package-arg":"^6.1.1","npm-packlist":"^1.4.7","npm-pick-manifest":"^3.0.2","npm-profile":"^4.0.2","npm-registry-fetch":"^4.0.2","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"^1.5.1","osenv":"^0.1.5","pacote":"^9.5.12","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"^0.12.0","query-string":"^6.8.2","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"^1.0.5","read-installed":"~4.0.3","read-package-json":"^2.1.1","read-package-tree":"^5.3.1","readable-stream":"^3.4.0","readdir-scoped-modules":"^1.1.0","request":"^2.88.0","retry":"^0.12.0","rimraf":"^2.6.3","safe-buffer":"^5.1.2","semver":"^5.7.1","sha":"^3.0.0","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"^6.0.1","stringify-package":"^1.0.1","tar":"^4.4.13","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"^1.1.1","unpipe":"~1.0.0","update-notifier":"^2.5.0","uuid":"^3.3.3","validate-npm-package-license":"^3.0.4","validate-npm-package-name":"~3.0.0","which":"^1.3.1","worker-farm":"^1.7.0","write-file-atomic":"^2.4.3","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*"},"devDependencies":{"deep-equal":"^1.0.1","get-stream":"^4.1.0","licensee":"^7.0.3","marked":"^0.6.3","marked-man":"^0.6.0","npm-registry-couchapp":"^2.7.3","npm-registry-mock":"^1.3.0","require-inject":"^1.4.4","sprintf-js":"^1.1.2","standard":"^11.0.1","tacks":"^1.3.0","tap":"^12.7.0","tar-stream":"^2.1.0"},"bundleDependencies":["abbrev","ansicolors","ansistyles","aproba","archy","bin-links","bluebird","byte-size","cacache","call-limit","chownr","ci-info","cli-columns","cli-table3","cmd-shim","columnify","config-chain","debuglog","detect-indent","detect-newline","dezalgo","editor","figgy-pudding","find-npm-prefix","fs-vacuum","fs-write-stream-atomic","gentle-fs","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","infer-owner","inflight","inherits","ini","init-package-json","is-cidr","json-parse-better-errors","JSONStream","lazy-property","libcipm","libnpm","libnpmaccess","libnpmhook","libnpmorg","libnpmsearch","libnpmteam","libnpx","lock-verify","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mississippi","mkdirp","move-concurrently","node-gyp","nopt","normalize-package-data","npm-audit-report","npm-cache-filename","npm-install-checks","npm-lifecycle","npm-package-arg","npm-packlist","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","qrcode-terminal","query-string","qw","read-cmd-shim","read-installed","read-package-json","read-package-tree","read","readable-stream","readdir-scoped-modules","request","retry","rimraf","safe-buffer","semver","sha","slide","sorted-object","sorted-union-stream","ssri","stringify-package","tar","text-table","tiny-relative-date","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","worker-farm","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-X967EKTT407CvgrWFjXusnPh0VLERcmR9hZFSVgkEquOomZkvpwLJ5zrQ3qrG9SpPLKJE4bPLUu76exKQ4a3Cg==","shasum":"9533a3ddc57f9792db8a8b303efabaf878047841","tarball":"https://registry.npmjs.org/npm/-/npm-6.13.7.tgz","fileCount":4194,"unpackedSize":24009652,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeMIbaCRA9TVsSAnZWagAAJZMQAISwWh3A8iQvvZtwHprV\nPnABHac1fmjBTnOz8gbwJJG//6P5W1wBcei2+TjhfwcyZqa/YH+jLcWH9WEq\n/b/SOfzcpUN79Qr1TYJPy4hSr82/44vJimOZPTVglGsyHJgx5cMDvXrHLBP7\nOuGXwZr/bVBSitUJP7Q52hjW7aG3MJOd9WDF6V6uapuUQ4/mKU0gBlzgRxZv\nx0i9i9o0Ldq/inRxUZln2CjOGzJxbI09xjrIbKZ4RqokuxHBJBGWiGxt41uS\nQ92aJcbBgywqC4QZiZvbWeObJH2zkaOMQFx624ODX0OayUUO3Bs0QIt1yvfr\nD2yeJ7bdf1JPW5+pnB7fF94auHJe4RO5SOaXhGGGvYNaYpNbFuQPxYA/FZPY\nwoDnopXPINIbrqN1Vz145m8hwPhL0zu/5K90rNIznAxYyrC50HGyA74C8V7M\nMqnaPMwDOpuvgn1q7FSDGJBGri1AqTP145hzNVTmEmNfIW0eIHcs3y/tG30S\nE5IQb+ymkH2IJYhsJBHDHqg2sPRtMDbPUtbJwL6fMiThJadYCtl+AABPq6Z6\n/BG9oNqhvMCd2pHi3ubhsxA9GJ7a/fkByeFjRzfTq6926bl3A91vOjit8rJq\nHzcCQQUnlepmRh3+xKs6uArQ6pT+EUweh9JANk11ab0cBYl506RUfaH75HO5\nWv67\r\n=l9aX\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCFZyNFSi68gSKG809MDdC0mPEAInx9/Q02fXj6xECbmwIhAPqv5eyNXbEhJUxAymbJqNdYlbPJEvKSre+idt4ashOL"}]}},"6.14.0":{"name":"npm","version":"6.14.0","dependencies":{"JSONStream":"^1.3.5","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^1.1.7","bluebird":"^3.5.5","byte-size":"^5.0.1","cacache":"^12.0.3","call-limit":"^1.1.1","chownr":"^1.1.4","ci-info":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.5.1","cmd-shim":"^3.0.3","columnify":"~1.5.4","config-chain":"^1.1.12","detect-indent":"~5.0.0","detect-newline":"^2.1.0","dezalgo":"~1.0.3","editor":"~1.0.0","figgy-pudding":"^3.5.1","find-npm-prefix":"^1.0.2","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","gentle-fs":"^2.3.0","glob":"^7.1.4","graceful-fs":"^4.2.3","has-unicode":"~2.0.1","hosted-git-info":"^2.8.6","iferr":"^1.0.2","infer-owner":"^1.0.4","inflight":"~1.0.6","inherits":"^2.0.4","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^3.0.0","json-parse-better-errors":"^1.0.2","lazy-property":"~1.0.0","libcipm":"^4.0.7","libnpm":"^3.0.1","libnpmaccess":"^3.0.2","libnpmhook":"^5.0.3","libnpmorg":"^1.0.1","libnpmsearch":"^2.0.2","libnpmteam":"^1.0.2","libnpx":"^10.2.2","lock-verify":"^2.1.0","lockfile":"^1.0.4","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"^5.1.1","meant":"~1.0.1","mississippi":"^3.0.0","mkdirp":"~0.5.1","move-concurrently":"^1.0.1","node-gyp":"^5.0.7","nopt":"~4.0.1","normalize-package-data":"^2.5.0","npm-audit-report":"^1.3.2","npm-cache-filename":"~1.0.2","npm-install-checks":"^3.0.2","npm-lifecycle":"^3.1.4","npm-package-arg":"^6.1.1","npm-packlist":"^1.4.8","npm-pick-manifest":"^3.0.2","npm-profile":"^4.0.2","npm-registry-fetch":"^4.0.3","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"^1.5.1","osenv":"^0.1.5","pacote":"^9.5.12","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"^0.12.0","query-string":"^6.8.2","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"^1.0.5","read-installed":"~4.0.3","read-package-json":"^2.1.1","read-package-tree":"^5.3.1","readable-stream":"^3.6.0","readdir-scoped-modules":"^1.1.0","request":"^2.88.0","retry":"^0.12.0","rimraf":"^2.6.3","safe-buffer":"^5.1.2","semver":"^5.7.1","sha":"^3.0.0","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"^6.0.1","stringify-package":"^1.0.1","tar":"^4.4.13","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"^1.1.1","unpipe":"~1.0.0","update-notifier":"^2.5.0","uuid":"^3.3.3","validate-npm-package-license":"^3.0.4","validate-npm-package-name":"~3.0.0","which":"^1.3.1","worker-farm":"^1.7.0","write-file-atomic":"^2.4.3","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*"},"devDependencies":{"deep-equal":"^1.0.1","get-stream":"^4.1.0","licensee":"^7.0.3","marked":"^0.6.3","marked-man":"^0.6.0","npm-registry-couchapp":"^2.7.3","npm-registry-mock":"^1.3.0","require-inject":"^1.4.4","sprintf-js":"^1.1.2","standard":"^11.0.1","tacks":"^1.3.0","tap":"^12.7.0","tar-stream":"^2.1.0"},"bundleDependencies":["abbrev","ansicolors","ansistyles","aproba","archy","bin-links","bluebird","byte-size","cacache","call-limit","chownr","ci-info","cli-columns","cli-table3","cmd-shim","columnify","config-chain","debuglog","detect-indent","detect-newline","dezalgo","editor","figgy-pudding","find-npm-prefix","fs-vacuum","fs-write-stream-atomic","gentle-fs","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","infer-owner","inflight","inherits","ini","init-package-json","is-cidr","json-parse-better-errors","JSONStream","lazy-property","libcipm","libnpm","libnpmaccess","libnpmhook","libnpmorg","libnpmsearch","libnpmteam","libnpx","lock-verify","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mississippi","mkdirp","move-concurrently","node-gyp","nopt","normalize-package-data","npm-audit-report","npm-cache-filename","npm-install-checks","npm-lifecycle","npm-package-arg","npm-packlist","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","qrcode-terminal","query-string","qw","read-cmd-shim","read-installed","read-package-json","read-package-tree","read","readable-stream","readdir-scoped-modules","request","retry","rimraf","safe-buffer","semver","sha","slide","sorted-object","sorted-union-stream","ssri","stringify-package","tar","text-table","tiny-relative-date","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","worker-farm","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-OgfdLadz7j6dikbpaimmLzMxwLKbXthQXHiJwtegorwtBVnhecfUeYkHopwd5ICaiClQnqlYQCHERXDiYK3Jcw==","shasum":"636cc8ca97946a7c250bb54bb2161381011f301e","tarball":"https://registry.npmjs.org/npm/-/npm-6.14.0.tgz","fileCount":4202,"unpackedSize":24079625,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeVXCMCRA9TVsSAnZWagAA2b4P/iBbt3K1N3Fy3sCs+UM8\nmUQGMx7mxiIZftD/xwq03Uq2lcD8llmUWjr2pt+clpNMTZ32TgZG+mXVYPlk\nbkJTCun3dDfYUPAJ55tGNiG+s6B3eCs2ZgWUxZoClkeMzCa/rpihP0glZG2a\nTiAd3OqLFdXXS5VwVEcW1lrQjfsgOScyMnstY5fMZU3MFvoRrwyaWCTaZ4v5\nob8GXwTpwnQKHfjH/R7iq/2DFMcpPcPDTwBHDjscpxEx3Y//lzmbkbe5XLNO\nb6Z5PvbM5dqCo9zFmFsLTaVzko8TRe7h5/IX8iyDt+q7ZroEb8NE6+t6GZAj\n+CDDoK+bvv1U2ckzbTp0tRHuQeHgUMNLm80unZjmvoNYyzEB7JMXN4p48L6/\nwSBPMOBrSn+DFKuCoR+weTukiAqqkT2cKpWpDIbLqMq887kd9g7/ZgQYFZ+K\ncH6jQh2omZ8L8Gd1TWoDzQkV8gyFgnbZUW0aZronf8r5ZucbbBPef9FMpnTP\nc4uRvAIYDYCoeFQ5e/fxSA19ajgQrT0m351D+LSTPWte/0KIXjv1gfUqHZHz\nzhnM5XNQl5KrMGJLIi3JKx9YUwsbnaL6l6GR9Uj5O12SEnjkq9emuag+3NKy\nFCJ/JnzQZ/EUImV2nYsVG0DhNe2CzJhIjimmUPQnQ2Y2YC7wkzeiqD94d3jb\n8QlP\r\n=+2yQ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDIY3Vn62nqeSIOxBOpa7SLN96tGctjZax3zTlJ7KSeUAiB4ih4LrpwEpqGtjH1J4VJg2qq+Hp6zDqaZ5OjGNkRZ7A=="}]},"engines":{"node":"6 >=6.2.0 || 8 || >=9.3.0"}},"6.14.1":{"name":"npm","version":"6.14.1","dependencies":{"JSONStream":"^1.3.5","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^1.1.7","bluebird":"^3.5.5","byte-size":"^5.0.1","cacache":"^12.0.3","call-limit":"^1.1.1","chownr":"^1.1.4","ci-info":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.5.1","cmd-shim":"^3.0.3","columnify":"~1.5.4","config-chain":"^1.1.12","detect-indent":"~5.0.0","detect-newline":"^2.1.0","dezalgo":"~1.0.3","editor":"~1.0.0","figgy-pudding":"^3.5.1","find-npm-prefix":"^1.0.2","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","gentle-fs":"^2.3.0","glob":"^7.1.4","graceful-fs":"^4.2.3","has-unicode":"~2.0.1","hosted-git-info":"^2.8.7","iferr":"^1.0.2","infer-owner":"^1.0.4","inflight":"~1.0.6","inherits":"^2.0.4","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^3.0.0","json-parse-better-errors":"^1.0.2","lazy-property":"~1.0.0","libcipm":"^4.0.7","libnpm":"^3.0.1","libnpmaccess":"^3.0.2","libnpmhook":"^5.0.3","libnpmorg":"^1.0.1","libnpmsearch":"^2.0.2","libnpmteam":"^1.0.2","libnpx":"^10.2.2","lock-verify":"^2.1.0","lockfile":"^1.0.4","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"^5.1.1","meant":"~1.0.1","mississippi":"^3.0.0","mkdirp":"~0.5.1","move-concurrently":"^1.0.1","node-gyp":"^5.0.7","nopt":"~4.0.1","normalize-package-data":"^2.5.0","npm-audit-report":"^1.3.2","npm-cache-filename":"~1.0.2","npm-install-checks":"^3.0.2","npm-lifecycle":"^3.1.4","npm-package-arg":"^6.1.1","npm-packlist":"^1.4.8","npm-pick-manifest":"^3.0.2","npm-profile":"^4.0.2","npm-registry-fetch":"^4.0.3","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"^1.5.1","osenv":"^0.1.5","pacote":"^9.5.12","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"^0.12.0","query-string":"^6.8.2","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"^1.0.5","read-installed":"~4.0.3","read-package-json":"^2.1.1","read-package-tree":"^5.3.1","readable-stream":"^3.6.0","readdir-scoped-modules":"^1.1.0","request":"^2.88.0","retry":"^0.12.0","rimraf":"^2.6.3","safe-buffer":"^5.1.2","semver":"^5.7.1","sha":"^3.0.0","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"^6.0.1","stringify-package":"^1.0.1","tar":"^4.4.13","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"^1.1.1","unpipe":"~1.0.0","update-notifier":"^2.5.0","uuid":"^3.3.3","validate-npm-package-license":"^3.0.4","validate-npm-package-name":"~3.0.0","which":"^1.3.1","worker-farm":"^1.7.0","write-file-atomic":"^2.4.3","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*"},"devDependencies":{"deep-equal":"^1.0.1","get-stream":"^4.1.0","licensee":"^7.0.3","marked":"^0.6.3","marked-man":"^0.6.0","npm-registry-couchapp":"^2.7.3","npm-registry-mock":"^1.3.0","require-inject":"^1.4.4","sprintf-js":"^1.1.2","standard":"^11.0.1","tacks":"^1.3.0","tap":"^12.7.0","tar-stream":"^2.1.0"},"bundleDependencies":["abbrev","ansicolors","ansistyles","aproba","archy","bin-links","bluebird","byte-size","cacache","call-limit","chownr","ci-info","cli-columns","cli-table3","cmd-shim","columnify","config-chain","debuglog","detect-indent","detect-newline","dezalgo","editor","figgy-pudding","find-npm-prefix","fs-vacuum","fs-write-stream-atomic","gentle-fs","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","infer-owner","inflight","inherits","ini","init-package-json","is-cidr","json-parse-better-errors","JSONStream","lazy-property","libcipm","libnpm","libnpmaccess","libnpmhook","libnpmorg","libnpmsearch","libnpmteam","libnpx","lock-verify","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mississippi","mkdirp","move-concurrently","node-gyp","nopt","normalize-package-data","npm-audit-report","npm-cache-filename","npm-install-checks","npm-lifecycle","npm-package-arg","npm-packlist","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","qrcode-terminal","query-string","qw","read-cmd-shim","read-installed","read-package-json","read-package-tree","read","readable-stream","readdir-scoped-modules","request","retry","rimraf","safe-buffer","semver","sha","slide","sorted-object","sorted-union-stream","ssri","stringify-package","tar","text-table","tiny-relative-date","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","worker-farm","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-2hi3UF7g5VL8VKm46Bx5GAW28DPb8BJZbj2uONMBMhY8XkJ56lSmHJNFcjTQr7KHZqWqiBT5BugaQEy+Y/4T2g==","shasum":"3b80f6f1aa11a9868860dcf897665f80ab38a204","tarball":"https://registry.npmjs.org/npm/-/npm-6.14.1.tgz","fileCount":4202,"unpackedSize":24069429,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeVxABCRA9TVsSAnZWagAAlqIP/2mmdb1DmaSyMr0BnA/5\nnNA+lF1a9KLXXyNO/7eUeQKePIs9n2KKLFGlNA46G2HeQPkDc9Q7LVP5jL6l\nISx8PSBjFMicuZH5rZKHSyOHOJdfV3AMu8IqRWg4+g1jX0L/wZ5H3UYcARgY\nl2el9H9p0IK6W3VAXZtQCBYGFMnpmtfw+9NDXPsAMVILrWsyiu4uTt25wQd7\nd3kKw8U3QFow4Mknk9o1RHfWrVtNHqO5GUrXEGmirrlk7mcqeGkQ9v9/XFQX\nlr1tnsBA6xn/fMHxifDhi7YEGneVy5dN24VADL+Dr3fYXYmmjkfeulrGveGL\niGsLFzuEv3ivZLIoGkIPvGlMu9W76bNGVwaJcc28B9sv6OVtNiyfeM2rrwp/\nvaYSkdqtzlvNWDn6R1ilj/m/5Evc83NLvaGbcc825b+9TuCZTmg6c5L3YDb8\nCQkpCzM74Q5Ac4VB3AJs9utmF1+JupNuMu0ZLrSlGXKwZUHHBJrHAaW/jLrz\nJFWr9VgHutpeN+87mbM+PJ568f0ae4V52EIO4kB5Ry9oSCWQG19F7sRDzxSA\ndKLwwmDvpSc63yi4SNEPvgKiocL9vClu+K1guyj+RLkMTBSN+43uTMgT+hVi\nPZvM/d40NdUKPoLNRJhl7SNR/2Zers3mMB7xzz+USdOgJhVhe8WfS3g3jk/3\nzsi8\r\n=HQ7g\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFBAghSPWwEuSgYtgJrOAWlq87df4gwMwErV+R5aHnN4AiEA/G+p5HMwFFHnXBsKHw87J+dvXYxDL1NSd7fNOI9LszA="}]},"engines":{"node":"6 >=6.2.0 || 8 || >=9.3.0"}},"6.14.2":{"name":"npm","version":"6.14.2","dependencies":{"JSONStream":"^1.3.5","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^1.1.7","bluebird":"^3.5.5","byte-size":"^5.0.1","cacache":"^12.0.3","call-limit":"^1.1.1","chownr":"^1.1.4","ci-info":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.5.1","cmd-shim":"^3.0.3","columnify":"~1.5.4","config-chain":"^1.1.12","detect-indent":"~5.0.0","detect-newline":"^2.1.0","dezalgo":"~1.0.3","editor":"~1.0.0","figgy-pudding":"^3.5.1","find-npm-prefix":"^1.0.2","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","gentle-fs":"^2.3.0","glob":"^7.1.6","graceful-fs":"^4.2.3","has-unicode":"~2.0.1","hosted-git-info":"^2.8.8","iferr":"^1.0.2","infer-owner":"^1.0.4","inflight":"~1.0.6","inherits":"^2.0.4","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^3.0.0","json-parse-better-errors":"^1.0.2","lazy-property":"~1.0.0","libcipm":"^4.0.7","libnpm":"^3.0.1","libnpmaccess":"^3.0.2","libnpmhook":"^5.0.3","libnpmorg":"^1.0.1","libnpmsearch":"^2.0.2","libnpmteam":"^1.0.2","libnpx":"^10.2.2","lock-verify":"^2.1.0","lockfile":"^1.0.4","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"^5.1.1","meant":"~1.0.1","mississippi":"^3.0.0","mkdirp":"~0.5.1","move-concurrently":"^1.0.1","node-gyp":"^5.1.0","nopt":"~4.0.1","normalize-package-data":"^2.5.0","npm-audit-report":"^1.3.2","npm-cache-filename":"~1.0.2","npm-install-checks":"^3.0.2","npm-lifecycle":"^3.1.4","npm-package-arg":"^6.1.1","npm-packlist":"^1.4.8","npm-pick-manifest":"^3.0.2","npm-profile":"^4.0.4","npm-registry-fetch":"^4.0.3","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"^1.5.1","osenv":"^0.1.5","pacote":"^9.5.12","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"^0.12.0","query-string":"^6.8.2","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"^1.0.5","read-installed":"~4.0.3","read-package-json":"^2.1.1","read-package-tree":"^5.3.1","readable-stream":"^3.6.0","readdir-scoped-modules":"^1.1.0","request":"^2.88.0","retry":"^0.12.0","rimraf":"^2.6.3","safe-buffer":"^5.1.2","semver":"^5.7.1","sha":"^3.0.0","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"^6.0.1","stringify-package":"^1.0.1","tar":"^4.4.13","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"^1.1.1","unpipe":"~1.0.0","update-notifier":"^2.5.0","uuid":"^3.3.3","validate-npm-package-license":"^3.0.4","validate-npm-package-name":"~3.0.0","which":"^1.3.1","worker-farm":"^1.7.0","write-file-atomic":"^2.4.3","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*"},"devDependencies":{"deep-equal":"^1.0.1","get-stream":"^4.1.0","licensee":"^7.0.3","marked":"^0.6.3","marked-man":"^0.6.0","npm-registry-couchapp":"^2.7.3","npm-registry-mock":"^1.3.0","require-inject":"^1.4.4","sprintf-js":"^1.1.2","standard":"^11.0.1","tacks":"^1.3.0","tap":"^12.7.0","tar-stream":"^2.1.0"},"bundleDependencies":["abbrev","ansicolors","ansistyles","aproba","archy","bin-links","bluebird","byte-size","cacache","call-limit","chownr","ci-info","cli-columns","cli-table3","cmd-shim","columnify","config-chain","debuglog","detect-indent","detect-newline","dezalgo","editor","figgy-pudding","find-npm-prefix","fs-vacuum","fs-write-stream-atomic","gentle-fs","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","infer-owner","inflight","inherits","ini","init-package-json","is-cidr","json-parse-better-errors","JSONStream","lazy-property","libcipm","libnpm","libnpmaccess","libnpmhook","libnpmorg","libnpmsearch","libnpmteam","libnpx","lock-verify","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mississippi","mkdirp","move-concurrently","node-gyp","nopt","normalize-package-data","npm-audit-report","npm-cache-filename","npm-install-checks","npm-lifecycle","npm-package-arg","npm-packlist","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","qrcode-terminal","query-string","qw","read-cmd-shim","read-installed","read-package-json","read-package-tree","read","readable-stream","readdir-scoped-modules","request","retry","rimraf","safe-buffer","semver","sha","slide","sorted-object","sorted-union-stream","ssri","stringify-package","tar","text-table","tiny-relative-date","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","worker-farm","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-eBVjzvGJ9v2/jRJZFtIkvUVKmJ0sCJNNwc9Z1gI6llwaT7EBYWJe5o61Ipc1QR0FaDCKM3l1GizI09Ro3STJEw==","shasum":"f057d35cd4792c4c511bb1fa332edb43143d07b0","tarball":"https://registry.npmjs.org/npm/-/npm-6.14.2.tgz","fileCount":4203,"unpackedSize":24091148,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeXqOTCRA9TVsSAnZWagAAwhwP/0syDphPwNqhjQ7HA6ba\nUHR/aqvY9Atf4PgmXUXbQoytWSxgKrd+UsbZfRjVrYUgxQoaiCCXTZ4Bm4lS\nUyNrsEsD+sQzhXonNobAhVbdT2dx/1PTK8OrKnSE6brmCCL6UYlcAeb4D8DT\n2gwdE6o2Y1h4Yl45btHi/XVbA6MsqMKIcFkGap0HheQb8gZEZ47JU82vQXJd\nwO94ThVKi3ek3y8xVs9cNYfkEpTpxN/x4U9FcNyBDSsg0LrKdnZkxGw2BvMV\ns86xKyvB1VZPrn4bUrRCO5/iF63k6KZkRpRGXZEC6bKscnU7IJccgEC+11zd\newkoHQrLF3YSUlr2hNqqqubLUngv6SRx96E2aD9idzQXoEtdgfQBRcNES3ou\n3rtK/9RDC192CAg+6iWwJzvxFYeA4O3gYmu588D6DJfsKCtsFcp5TicyiE42\nnr/U6NNi2KbE0YeU+3+xqR+QFyx5FNlDAqge/yVabN7IKqk+01+XjIJSEy4T\nGZpeoMx9o0d9W6HoY6RzGnNX2vSyCzpaoBPvjMBB/F25UvolNUkzl0njgxDN\nsjcsmyxh4pEMmPEFwdmD+9rrKzH1rQQxSQz+GqeVZWvWeOhgTZ8Wvc0yDT6i\n+Oox9bTn0QsLGA+4vZL5CyeVmXB1hsKnEFzqxtlE+2mhBMbcTGd+J/giGWDg\nEnhy\r\n=G/WI\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIH7m5yxK549FMXMCBlMU3L4zmuEn+NinC+KKQ86/oUBQAiEAmqxpp576D5nyS75uDL/HVnOi28CcrTJ3vslcx3cRzRQ="}]},"engines":{"node":"6 >=6.2.0 || 8 || >=9.3.0"}},"6.14.3":{"name":"npm","version":"6.14.3","dependencies":{"JSONStream":"^1.3.5","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^1.1.7","bluebird":"^3.5.5","byte-size":"^5.0.1","cacache":"^12.0.3","call-limit":"^1.1.1","chownr":"^1.1.4","ci-info":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.5.1","cmd-shim":"^3.0.3","columnify":"~1.5.4","config-chain":"^1.1.12","detect-indent":"~5.0.0","detect-newline":"^2.1.0","dezalgo":"~1.0.3","editor":"~1.0.0","figgy-pudding":"^3.5.1","find-npm-prefix":"^1.0.2","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","gentle-fs":"^2.3.0","glob":"^7.1.6","graceful-fs":"^4.2.3","has-unicode":"~2.0.1","hosted-git-info":"^2.8.8","iferr":"^1.0.2","infer-owner":"^1.0.4","inflight":"~1.0.6","inherits":"^2.0.4","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^3.0.0","json-parse-better-errors":"^1.0.2","lazy-property":"~1.0.0","libcipm":"^4.0.7","libnpm":"^3.0.1","libnpmaccess":"^3.0.2","libnpmhook":"^5.0.3","libnpmorg":"^1.0.1","libnpmsearch":"^2.0.2","libnpmteam":"^1.0.2","libnpx":"^10.2.2","lock-verify":"^2.1.0","lockfile":"^1.0.4","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"^5.1.1","meant":"~1.0.1","mississippi":"^3.0.0","mkdirp":"^0.5.3","move-concurrently":"^1.0.1","node-gyp":"^5.1.0","nopt":"~4.0.1","normalize-package-data":"^2.5.0","npm-audit-report":"^1.3.2","npm-cache-filename":"~1.0.2","npm-install-checks":"^3.0.2","npm-lifecycle":"^3.1.4","npm-package-arg":"^6.1.1","npm-packlist":"^1.4.8","npm-pick-manifest":"^3.0.2","npm-profile":"^4.0.4","npm-registry-fetch":"^4.0.3","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"^1.5.1","osenv":"^0.1.5","pacote":"^9.5.12","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"^0.12.0","query-string":"^6.8.2","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"^1.0.5","read-installed":"~4.0.3","read-package-json":"^2.1.1","read-package-tree":"^5.3.1","readable-stream":"^3.6.0","readdir-scoped-modules":"^1.1.0","request":"^2.88.0","retry":"^0.12.0","rimraf":"^2.7.1","safe-buffer":"^5.1.2","semver":"^5.7.1","sha":"^3.0.0","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"^6.0.1","stringify-package":"^1.0.1","tar":"^4.4.13","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"^1.1.1","unpipe":"~1.0.0","update-notifier":"^2.5.0","uuid":"^3.3.3","validate-npm-package-license":"^3.0.4","validate-npm-package-name":"~3.0.0","which":"^1.3.1","worker-farm":"^1.7.0","write-file-atomic":"^2.4.3","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*"},"devDependencies":{"deep-equal":"^1.0.1","get-stream":"^4.1.0","licensee":"^7.0.3","marked":"^0.6.3","marked-man":"^0.6.0","npm-registry-couchapp":"^2.7.4","npm-registry-mock":"^1.3.1","require-inject":"^1.4.4","sprintf-js":"^1.1.2","standard":"^11.0.1","tacks":"^1.3.0","tap":"^12.7.0","tar-stream":"^2.1.0"},"bundleDependencies":["abbrev","ansicolors","ansistyles","aproba","archy","bin-links","bluebird","byte-size","cacache","call-limit","chownr","ci-info","cli-columns","cli-table3","cmd-shim","columnify","config-chain","debuglog","detect-indent","detect-newline","dezalgo","editor","figgy-pudding","find-npm-prefix","fs-vacuum","fs-write-stream-atomic","gentle-fs","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","infer-owner","inflight","inherits","ini","init-package-json","is-cidr","json-parse-better-errors","JSONStream","lazy-property","libcipm","libnpm","libnpmaccess","libnpmhook","libnpmorg","libnpmsearch","libnpmteam","libnpx","lock-verify","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mississippi","mkdirp","move-concurrently","node-gyp","nopt","normalize-package-data","npm-audit-report","npm-cache-filename","npm-install-checks","npm-lifecycle","npm-package-arg","npm-packlist","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","qrcode-terminal","query-string","qw","read-cmd-shim","read-installed","read-package-json","read-package-tree","read","readable-stream","readdir-scoped-modules","request","retry","rimraf","safe-buffer","semver","sha","slide","sorted-object","sorted-union-stream","ssri","stringify-package","tar","text-table","tiny-relative-date","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","worker-farm","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-3tQYVEEdSGQGYoXhZvNqW8faqCidfMMaL387RdDo4Uu5kQy4IgvJ13NIsWVMQ6e3QWlbicNMSpFiyzYfMUuPDw==","shasum":"a122618543c6670765cf5e827cd996b5552f9b65","tarball":"https://registry.npmjs.org/npm/-/npm-6.14.3.tgz","fileCount":4230,"unpackedSize":24151206,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJec4uQCRA9TVsSAnZWagAAdLwQAJq0Y+6l3vd0I+2Ue6Fr\nIuuGHcsfxrNM/XyE+X7JkTOz44KpAK1q6LBEpQsxzxz+vk7WbiwDWrV2BQ9K\nBtL6TqgK9HKHBC16dBcuyI1wnFPMwiC3fwhD23d4AynWmmWmr/gW/7GAHh9D\nxJ+0jdu3aqrGZIHE7HHQMQPsY6NWqCseG8xsiD5CtvHoc+86GwBVkCEl5v6q\nfqzqQrqosTzet1VOr2uMgZZfo99RLioy4iGRPMLp4j+Q3lAj1eyVys9HycT/\nrcxh1iTtSs0Pb/fiMkJTPH3zYtBIqpfsQpBDGQXduOBLAkCnjaKkspDbSFKR\noC5EcdJFf5sfRmsyhYvnPTrT8XgbWXu3e1JIJuC8bxdfuzok27oeOSsJr6ML\nwyUlhJOcJ45mrJOzBRZAqYVmShYCVjlMJt9D3gC87OcRi316/UjyRVxSEkJe\nAF34xk7RdbuYhm4e9owMtmfc8TAVgNb1zemmw7WRgxXLOX3ovyHznibVh9AC\nZbf4/GHkB8h8QgRmBJDR62Un2/LbzNTGKU/hf7B7QgoeidXYj43hOMStyN1i\nQ4OchwuiHOHnkIE27Q2k8+ITOlQy+lLhHqvd5m+twwtGl3R39TvlAUg1zjuJ\nF2LNJDrsBFhyNn0A2vXH9ulF+hQjYy4Sbo7zDIwXqsW4Iqp/UFSEOq/+6alO\nRPMl\r\n=LxmO\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCcJlgxxtWxq6LCUa1W0iHhvf62RDMgC0HAlR4eVQgAywIgDVbj1/uBLUjxEV15x5nwKsmiwIyB/nbX6My28idhpms="}]},"engines":{"node":"6 >=6.2.0 || 8 || >=9.3.0"}},"6.14.4":{"name":"npm","version":"6.14.4","dependencies":{"JSONStream":"^1.3.5","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^1.1.7","bluebird":"^3.5.5","byte-size":"^5.0.1","cacache":"^12.0.3","call-limit":"^1.1.1","chownr":"^1.1.4","ci-info":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.5.1","cmd-shim":"^3.0.3","columnify":"~1.5.4","config-chain":"^1.1.12","detect-indent":"~5.0.0","detect-newline":"^2.1.0","dezalgo":"~1.0.3","editor":"~1.0.0","figgy-pudding":"^3.5.1","find-npm-prefix":"^1.0.2","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","gentle-fs":"^2.3.0","glob":"^7.1.6","graceful-fs":"^4.2.3","has-unicode":"~2.0.1","hosted-git-info":"^2.8.8","iferr":"^1.0.2","infer-owner":"^1.0.4","inflight":"~1.0.6","inherits":"^2.0.4","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^3.0.0","json-parse-better-errors":"^1.0.2","lazy-property":"~1.0.0","libcipm":"^4.0.7","libnpm":"^3.0.1","libnpmaccess":"^3.0.2","libnpmhook":"^5.0.3","libnpmorg":"^1.0.1","libnpmsearch":"^2.0.2","libnpmteam":"^1.0.2","libnpx":"^10.2.2","lock-verify":"^2.1.0","lockfile":"^1.0.4","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"^5.1.1","meant":"~1.0.1","mississippi":"^3.0.0","mkdirp":"^0.5.4","move-concurrently":"^1.0.1","node-gyp":"^5.1.0","nopt":"~4.0.1","normalize-package-data":"^2.5.0","npm-audit-report":"^1.3.2","npm-cache-filename":"~1.0.2","npm-install-checks":"^3.0.2","npm-lifecycle":"^3.1.4","npm-package-arg":"^6.1.1","npm-packlist":"^1.4.8","npm-pick-manifest":"^3.0.2","npm-profile":"^4.0.4","npm-registry-fetch":"^4.0.3","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"^1.5.1","osenv":"^0.1.5","pacote":"^9.5.12","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"^0.12.0","query-string":"^6.8.2","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"^1.0.5","read-installed":"~4.0.3","read-package-json":"^2.1.1","read-package-tree":"^5.3.1","readable-stream":"^3.6.0","readdir-scoped-modules":"^1.1.0","request":"^2.88.0","retry":"^0.12.0","rimraf":"^2.7.1","safe-buffer":"^5.1.2","semver":"^5.7.1","sha":"^3.0.0","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"^6.0.1","stringify-package":"^1.0.1","tar":"^4.4.13","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"^1.1.1","unpipe":"~1.0.0","update-notifier":"^2.5.0","uuid":"^3.3.3","validate-npm-package-license":"^3.0.4","validate-npm-package-name":"~3.0.0","which":"^1.3.1","worker-farm":"^1.7.0","write-file-atomic":"^2.4.3","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*"},"devDependencies":{"deep-equal":"^1.0.1","get-stream":"^4.1.0","licensee":"^7.0.3","marked":"^0.6.3","marked-man":"^0.6.0","npm-registry-couchapp":"^2.7.4","npm-registry-mock":"^1.3.1","require-inject":"^1.4.4","sprintf-js":"^1.1.2","standard":"^11.0.1","tacks":"^1.3.0","tap":"^12.7.0","tar-stream":"^2.1.0"},"bundleDependencies":["abbrev","ansicolors","ansistyles","aproba","archy","bin-links","bluebird","byte-size","cacache","call-limit","chownr","ci-info","cli-columns","cli-table3","cmd-shim","columnify","config-chain","debuglog","detect-indent","detect-newline","dezalgo","editor","figgy-pudding","find-npm-prefix","fs-vacuum","fs-write-stream-atomic","gentle-fs","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","infer-owner","inflight","inherits","ini","init-package-json","is-cidr","json-parse-better-errors","JSONStream","lazy-property","libcipm","libnpm","libnpmaccess","libnpmhook","libnpmorg","libnpmsearch","libnpmteam","libnpx","lock-verify","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mississippi","mkdirp","move-concurrently","node-gyp","nopt","normalize-package-data","npm-audit-report","npm-cache-filename","npm-install-checks","npm-lifecycle","npm-package-arg","npm-packlist","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","qrcode-terminal","query-string","qw","read-cmd-shim","read-installed","read-package-json","read-package-tree","read","readable-stream","readdir-scoped-modules","request","retry","rimraf","safe-buffer","semver","sha","slide","sorted-object","sorted-union-stream","ssri","stringify-package","tar","text-table","tiny-relative-date","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","worker-farm","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-B8UDDbWvdkW6RgXFn8/h2cHJP/u/FPa4HWeGzW23aNEBARN3QPrRaHqPIZW2NSN3fW649gtgUDNZpaRs0zTMPw==","shasum":"50a1c6274fb451ca18f6ff472d2a73f006adbd66","tarball":"https://registry.npmjs.org/npm/-/npm-6.14.4.tgz","fileCount":4168,"unpackedSize":23906053,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJee3zMCRA9TVsSAnZWagAANUcP/3n9o+E118UZxhS9w2Yt\n6ra2d5uSu+GR4V6BBS8oBw1uoOWrFGs35iZfamz3oK2+rMhwbF97PZxav7QL\nAD0keIMBBtavC2AmoUK/L9yzm59p/7gdzAq1EbZMQc1UMC7gqQF3u1gJVJKY\nSQS1IV9PJCnPJbWP9j66lj/i/9bD9NsA/WdyBaUPImFwzsk2oa0Smautn8Ep\noGOOaderxw3LlKb+l6IyzgC6KlNylerDE5LEJBfKsxjYjGjpryiZ0Bb0pRbd\nDj4v8VPAIVGjCeBRn0XenSRzkW5f99LsWZv8ZFiL+EIZmeY06S2gIzRXu9Kw\nhMvd8YGtFLXFkVsR6LVh1xCw8FjvQFcPGsPb8g5Y5pzWBBoD4g+YS519QFen\no9rQ7wODuD0hhfBbpafFY1GsEJ1m7GbhaZtT5jIEEDmR59Eb45snHpXnNtet\nZmtsJo/c9RSrfiwvZIznUstF04oE1EJVotMGQgZjhWIEOlBfMxfws1z7OjuD\nN0QUKCxbhO9mmMs/e4tm6Qu3ZVuOx/RXK2tev0+/H0lMeLj+OZi55gmDKKwE\nwymObOFDi13ux62BsiYNp6ZrXToiJ5U+O864ZTzpIFg0FOhTKjV0WU/A/gdX\nNu38aXtAlNpvc8kL7zZmbuBBDPIwB9Dc+w9H6EXjBHG+WGidU23s6QZmQkho\nlybi\r\n=ktSC\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBqe5ZdlGaUABoRTKBlup3HICur+zV85/4V/SoZINzYLAiEAwB1biV+IF+v1x8dFBNX+kVvyuB3qOxmf3VC08fL8Z4A="}]},"engines":{"node":"6 >=6.2.0 || 8 || >=9.3.0"}},"6.14.5":{"name":"npm","version":"6.14.5","dependencies":{"JSONStream":"^1.3.5","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^1.1.7","bluebird":"^3.5.5","byte-size":"^5.0.1","cacache":"^12.0.3","call-limit":"^1.1.1","chownr":"^1.1.4","ci-info":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.5.1","cmd-shim":"^3.0.3","columnify":"~1.5.4","config-chain":"^1.1.12","detect-indent":"~5.0.0","detect-newline":"^2.1.0","dezalgo":"~1.0.3","editor":"~1.0.0","figgy-pudding":"^3.5.1","find-npm-prefix":"^1.0.2","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","gentle-fs":"^2.3.0","glob":"^7.1.6","graceful-fs":"^4.2.4","has-unicode":"~2.0.1","hosted-git-info":"^2.8.8","iferr":"^1.0.2","infer-owner":"^1.0.4","inflight":"~1.0.6","inherits":"^2.0.4","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^3.0.0","json-parse-better-errors":"^1.0.2","lazy-property":"~1.0.0","libcipm":"^4.0.7","libnpm":"^3.0.1","libnpmaccess":"^3.0.2","libnpmhook":"^5.0.3","libnpmorg":"^1.0.1","libnpmsearch":"^2.0.2","libnpmteam":"^1.0.2","libnpx":"^10.2.2","lock-verify":"^2.1.0","lockfile":"^1.0.4","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"^5.1.1","meant":"~1.0.1","mississippi":"^3.0.0","mkdirp":"^0.5.5","move-concurrently":"^1.0.1","node-gyp":"^5.1.0","nopt":"^4.0.3","normalize-package-data":"^2.5.0","npm-audit-report":"^1.3.2","npm-cache-filename":"~1.0.2","npm-install-checks":"^3.0.2","npm-lifecycle":"^3.1.4","npm-package-arg":"^6.1.1","npm-packlist":"^1.4.8","npm-pick-manifest":"^3.0.2","npm-profile":"^4.0.4","npm-registry-fetch":"^4.0.4","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"^1.5.1","osenv":"^0.1.5","pacote":"^9.5.12","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"^0.12.0","query-string":"^6.8.2","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"^1.0.5","read-installed":"~4.0.3","read-package-json":"^2.1.1","read-package-tree":"^5.3.1","readable-stream":"^3.6.0","readdir-scoped-modules":"^1.1.0","request":"^2.88.0","retry":"^0.12.0","rimraf":"^2.7.1","safe-buffer":"^5.1.2","semver":"^5.7.1","sha":"^3.0.0","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"^6.0.1","stringify-package":"^1.0.1","tar":"^4.4.13","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"^1.1.1","unpipe":"~1.0.0","update-notifier":"^2.5.0","uuid":"^3.3.3","validate-npm-package-license":"^3.0.4","validate-npm-package-name":"~3.0.0","which":"^1.3.1","worker-farm":"^1.7.0","write-file-atomic":"^2.4.3","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*"},"devDependencies":{"deep-equal":"^1.0.1","get-stream":"^4.1.0","licensee":"^7.0.3","marked":"^0.6.3","marked-man":"^0.6.0","npm-registry-couchapp":"^2.7.4","npm-registry-mock":"^1.3.1","require-inject":"^1.4.4","sprintf-js":"^1.1.2","standard":"^11.0.1","tacks":"^1.3.0","tap":"^12.7.0","tar-stream":"^2.1.0"},"bundleDependencies":["abbrev","ansicolors","ansistyles","aproba","archy","bin-links","bluebird","byte-size","cacache","call-limit","chownr","ci-info","cli-columns","cli-table3","cmd-shim","columnify","config-chain","debuglog","detect-indent","detect-newline","dezalgo","editor","figgy-pudding","find-npm-prefix","fs-vacuum","fs-write-stream-atomic","gentle-fs","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","infer-owner","inflight","inherits","ini","init-package-json","is-cidr","json-parse-better-errors","JSONStream","lazy-property","libcipm","libnpm","libnpmaccess","libnpmhook","libnpmorg","libnpmsearch","libnpmteam","libnpx","lock-verify","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mississippi","mkdirp","move-concurrently","node-gyp","nopt","normalize-package-data","npm-audit-report","npm-cache-filename","npm-install-checks","npm-lifecycle","npm-package-arg","npm-packlist","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","qrcode-terminal","query-string","qw","read-cmd-shim","read-installed","read-package-json","read-package-tree","read","readable-stream","readdir-scoped-modules","request","retry","rimraf","safe-buffer","semver","sha","slide","sorted-object","sorted-union-stream","ssri","stringify-package","tar","text-table","tiny-relative-date","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","worker-farm","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-CDwa3FJd0XJpKDbWCST484H+mCNjF26dPrU+xnREW+upR0UODjMEfXPl3bxWuAwZIX6c2ASg1plLO7jP8ehWeA==","shasum":"2cc59a3158cdd8461b486d0584c74ab554567219","tarball":"https://registry.npmjs.org/npm/-/npm-6.14.5.tgz","fileCount":4160,"unpackedSize":23748375,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJesEbsCRA9TVsSAnZWagAAiKEP/jYFsW3kyrHaARKpm3kA\noxDe0Vg/38CL0wfGWRABl9CbnYNnENF6/Qf6CMdOzcZwLVt/ADHu/E5s3S04\na/bZmx3diraqg/Lr4iCsuQY0sTcamXQOMSKAXoD59F3ubdxgUrSx0CT6UfMC\nm8zbJzlH5yuCVrkr6wHsqVt6Gwo6qgwILAssTw3SR7NMwLu3G1vkYTbAvLVS\n1rQQ1W3A4+vSUe5zRXucjfYonIzvA0BdTSWjZqKS9bZdAxZDWHeduKhSIep3\nuzMA3OExZOOpFUsGGg/pfrjEaT6pdNQAwBPhTqFqrQdn7w/Tpv6uNLtI+3Wu\ncKYbK+b72pMS0xVFGpCaIa65e9gnvuI/nPd1eoXusMhMW7TtBBlXSyTo205D\nlCdQKb6XXFRYPfsYUTuhq/c9Wev0xoBhNil7VEXuSQodtSjvYA9lje2ft6FH\n2HCdobtzv6vhmXwFvravTjSi4h88E719IBwpsyn37gkM7AYslR4ECXoA+Kuf\nwN31wSrsZH435uIgmdye5FgT4aahie8m1yARTkUuK6XufcWUzcyyRYK/UTyX\n1H7N+l4sGUKNF4d/0lbeqGnhv247eBKQy3N4kTfdCcXRUD0GRF2GkZOuajVP\ntRjToqnno+V/53hNpK6VMGuRFJy3JFHy0JDsccPn3aIK7xE46lx3ZMsg40z/\nCz11\r\n=pBLb\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCNKENniQQ3lenxZ+aZDFIbAgWZ1BqRvb5QY2noWzYfhAIgCkT/TQdm0ZnEQV3I3AVshWxH2OM0rsulwlxr4GPJbKE="}]},"engines":{"node":"6 >=6.2.0 || 8 || >=9.3.0"}},"6.14.6":{"name":"npm","version":"6.14.6","dependencies":{"JSONStream":"^1.3.5","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^1.1.7","bluebird":"^3.5.5","byte-size":"^5.0.1","cacache":"^12.0.3","call-limit":"^1.1.1","chownr":"^1.1.4","ci-info":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.5.1","cmd-shim":"^3.0.3","columnify":"~1.5.4","config-chain":"^1.1.12","detect-indent":"~5.0.0","detect-newline":"^2.1.0","dezalgo":"~1.0.3","editor":"~1.0.0","figgy-pudding":"^3.5.1","find-npm-prefix":"^1.0.2","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","gentle-fs":"^2.3.0","glob":"^7.1.6","graceful-fs":"^4.2.4","has-unicode":"~2.0.1","hosted-git-info":"^2.8.8","iferr":"^1.0.2","infer-owner":"^1.0.4","inflight":"~1.0.6","inherits":"^2.0.4","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^3.0.0","json-parse-better-errors":"^1.0.2","lazy-property":"~1.0.0","libcipm":"^4.0.7","libnpm":"^3.0.1","libnpmaccess":"^3.0.2","libnpmhook":"^5.0.3","libnpmorg":"^1.0.1","libnpmsearch":"^2.0.2","libnpmteam":"^1.0.2","libnpx":"^10.2.2","lock-verify":"^2.1.0","lockfile":"^1.0.4","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"^5.1.1","meant":"~1.0.1","mississippi":"^3.0.0","mkdirp":"^0.5.5","move-concurrently":"^1.0.1","node-gyp":"^5.1.0","nopt":"^4.0.3","normalize-package-data":"^2.5.0","npm-audit-report":"^1.3.2","npm-cache-filename":"~1.0.2","npm-install-checks":"^3.0.2","npm-lifecycle":"^3.1.4","npm-package-arg":"^6.1.1","npm-packlist":"^1.4.8","npm-pick-manifest":"^3.0.2","npm-profile":"^4.0.4","npm-registry-fetch":"^4.0.5","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"^1.5.1","osenv":"^0.1.5","pacote":"^9.5.12","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"^0.12.0","query-string":"^6.8.2","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"^1.0.5","read-installed":"~4.0.3","read-package-json":"^2.1.1","read-package-tree":"^5.3.1","readable-stream":"^3.6.0","readdir-scoped-modules":"^1.1.0","request":"^2.88.0","retry":"^0.12.0","rimraf":"^2.7.1","safe-buffer":"^5.1.2","semver":"^5.7.1","sha":"^3.0.0","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"^6.0.1","stringify-package":"^1.0.1","tar":"^4.4.13","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"^1.1.1","unpipe":"~1.0.0","update-notifier":"^2.5.0","uuid":"^3.3.3","validate-npm-package-license":"^3.0.4","validate-npm-package-name":"~3.0.0","which":"^1.3.1","worker-farm":"^1.7.0","write-file-atomic":"^2.4.3","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*"},"devDependencies":{"deep-equal":"^1.0.1","get-stream":"^4.1.0","licensee":"^7.0.3","marked":"^0.6.3","marked-man":"^0.6.0","npm-registry-couchapp":"^2.7.4","npm-registry-mock":"^1.3.1","require-inject":"^1.4.4","sprintf-js":"^1.1.2","standard":"^11.0.1","tacks":"^1.3.0","tap":"^12.7.0","tar-stream":"^2.1.0"},"bundleDependencies":["abbrev","ansicolors","ansistyles","aproba","archy","bin-links","bluebird","byte-size","cacache","call-limit","chownr","ci-info","cli-columns","cli-table3","cmd-shim","columnify","config-chain","debuglog","detect-indent","detect-newline","dezalgo","editor","figgy-pudding","find-npm-prefix","fs-vacuum","fs-write-stream-atomic","gentle-fs","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","infer-owner","inflight","inherits","ini","init-package-json","is-cidr","json-parse-better-errors","JSONStream","lazy-property","libcipm","libnpm","libnpmaccess","libnpmhook","libnpmorg","libnpmsearch","libnpmteam","libnpx","lock-verify","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mississippi","mkdirp","move-concurrently","node-gyp","nopt","normalize-package-data","npm-audit-report","npm-cache-filename","npm-install-checks","npm-lifecycle","npm-package-arg","npm-packlist","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","qrcode-terminal","query-string","qw","read-cmd-shim","read-installed","read-package-json","read-package-tree","read","readable-stream","readdir-scoped-modules","request","retry","rimraf","safe-buffer","semver","sha","slide","sorted-object","sorted-union-stream","ssri","stringify-package","tar","text-table","tiny-relative-date","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","worker-farm","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-axnz6iHFK6WPE0js/+mRp+4IOwpHn5tJEw5KB6FiCU764zmffrhsYHbSHi2kKqNkRBt53XasXjngZfBD3FQzrQ==","shasum":"1a81ce1fac2bf5457dbf6342ceed503627ff228f","tarball":"https://registry.npmjs.org/npm/-/npm-6.14.6.tgz","fileCount":4160,"unpackedSize":23743086,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfBK2QCRA9TVsSAnZWagAAeAMP/RwC2pU1Dso6Si7uME8q\nfeG3C1ZeAQQYFZ+k5AZjQdKRv6pkypkwiGcBn9yiHIb9f6EQEnezIwIn4tVS\noO1TWrajt2VKDoP9QeqcQOB2ykVsPNs0pXewaX9NPcMqxGGpg6ak/FT5cRSe\n9S16WqZspqFKjtV2mDMqJp0pg5jhRq3ojmh2FV4gVHhSaBejFxNw3NfVNoKn\nlHuhKGT85rQnExYrO4OoTI17iynUmgdooiipA+sIiNR2In/LCJH6IeLI3oCv\nue2z+oYCqGFHqTDYuev22asikZ8PrAu9Sit0qkICHcwfIEvKsNzOorAav2it\n34wMVgejMmiLH1R2cMA1R2aknoUr46NcoXT7aqr0JNsyGZvyertWfCuj9B6Q\ngxDiPXgpl4O6L61z+Kbz4Z6jTMbIHzE2ZeYMUttRChesplE64chOTm1sfP97\nn9zk6Fr/tBvBzbNDQeVMl8WlLg6sXxwgbJdOa5xis8VxZec+xZtBZ91ZuDnN\nkZLhfWdqAIoWRaqgQVIRB0ldo+4T28YA3ONP54FDyI4tc+ycJKyTzHKdlEu5\nFCotbG8b6DTxLfJs/f+k2PjMINt+biXi/VMz7+mAd1P+KH6VRtVz17sdgTgW\niDOLedI7czJIsnTE7YPGH2FHuRJtDOIZOnobfQQ72aHnfrdX4YS0ZQ383dtC\n+GE3\r\n=8rVB\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAHJi167+ebX4EB7FmYshs6yV3v1QP8mO0sdV1zRxr1AAiEA2i4H51o47oxIofkqoW4AU5/2jsiAg1SwQGY/02Opexk="}]},"engines":{"node":"6 >=6.2.0 || 8 || >=9.3.0"}},"6.14.7":{"name":"npm","version":"6.14.7","dependencies":{"JSONStream":"^1.3.5","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^1.1.8","bluebird":"^3.5.5","byte-size":"^5.0.1","cacache":"^12.0.3","call-limit":"^1.1.1","chownr":"^1.1.4","ci-info":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.5.1","cmd-shim":"^3.0.3","columnify":"~1.5.4","config-chain":"^1.1.12","detect-indent":"~5.0.0","detect-newline":"^2.1.0","dezalgo":"~1.0.3","editor":"~1.0.0","figgy-pudding":"^3.5.1","find-npm-prefix":"^1.0.2","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","gentle-fs":"^2.3.1","glob":"^7.1.6","graceful-fs":"^4.2.4","has-unicode":"~2.0.1","hosted-git-info":"^2.8.8","iferr":"^1.0.2","infer-owner":"^1.0.4","inflight":"~1.0.6","inherits":"^2.0.4","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^3.0.0","json-parse-better-errors":"^1.0.2","lazy-property":"~1.0.0","libcipm":"^4.0.8","libnpm":"^3.0.1","libnpmaccess":"^3.0.2","libnpmhook":"^5.0.3","libnpmorg":"^1.0.1","libnpmsearch":"^2.0.2","libnpmteam":"^1.0.2","libnpx":"^10.2.4","lock-verify":"^2.1.0","lockfile":"^1.0.4","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"^5.1.1","meant":"~1.0.1","mississippi":"^3.0.0","mkdirp":"^0.5.5","move-concurrently":"^1.0.1","node-gyp":"^5.1.0","nopt":"^4.0.3","normalize-package-data":"^2.5.0","npm-audit-report":"^1.3.3","npm-cache-filename":"~1.0.2","npm-install-checks":"^3.0.2","npm-lifecycle":"^3.1.5","npm-package-arg":"^6.1.1","npm-packlist":"^1.4.8","npm-pick-manifest":"^3.0.2","npm-profile":"^4.0.4","npm-registry-fetch":"^4.0.5","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"^1.5.1","osenv":"^0.1.5","pacote":"^9.5.12","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"^0.12.0","query-string":"^6.8.2","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"^1.0.5","read-installed":"~4.0.3","read-package-json":"^2.1.1","read-package-tree":"^5.3.1","readable-stream":"^3.6.0","readdir-scoped-modules":"^1.1.0","request":"^2.88.0","retry":"^0.12.0","rimraf":"^2.7.1","safe-buffer":"^5.1.2","semver":"^5.7.1","sha":"^3.0.0","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"^6.0.1","stringify-package":"^1.0.1","tar":"^4.4.13","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"^1.1.1","unpipe":"~1.0.0","update-notifier":"^2.5.0","uuid":"^3.3.3","validate-npm-package-license":"^3.0.4","validate-npm-package-name":"~3.0.0","which":"^1.3.1","worker-farm":"^1.7.0","write-file-atomic":"^2.4.3","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*"},"devDependencies":{"deep-equal":"^1.0.1","get-stream":"^4.1.0","licensee":"^7.0.3","marked":"^0.7.0","marked-man":"^0.7.0","npm-registry-mock":"^1.3.1","require-inject":"^1.4.4","sprintf-js":"^1.1.2","standard":"^11.0.1","tacks":"^1.3.0","tap":"^12.7.0","tar-stream":"^2.1.0"},"bundleDependencies":["abbrev","ansicolors","ansistyles","aproba","archy","bin-links","bluebird","byte-size","cacache","call-limit","chownr","ci-info","cli-columns","cli-table3","cmd-shim","columnify","config-chain","debuglog","detect-indent","detect-newline","dezalgo","editor","figgy-pudding","find-npm-prefix","fs-vacuum","fs-write-stream-atomic","gentle-fs","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","infer-owner","inflight","inherits","ini","init-package-json","is-cidr","json-parse-better-errors","JSONStream","lazy-property","libcipm","libnpm","libnpmaccess","libnpmhook","libnpmorg","libnpmsearch","libnpmteam","libnpx","lock-verify","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mississippi","mkdirp","move-concurrently","node-gyp","nopt","normalize-package-data","npm-audit-report","npm-cache-filename","npm-install-checks","npm-lifecycle","npm-package-arg","npm-packlist","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","qrcode-terminal","query-string","qw","read-cmd-shim","read-installed","read-package-json","read-package-tree","read","readable-stream","readdir-scoped-modules","request","retry","rimraf","safe-buffer","semver","sha","slide","sorted-object","sorted-union-stream","ssri","stringify-package","tar","text-table","tiny-relative-date","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","worker-farm","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-swhsdpNpyXg4GbM6LpOQ6qaloQuIKizZ+Zh6JPXJQc59ka49100Js0WvZx594iaKSoFgkFq2s8uXFHS3/Xy2WQ==","shasum":"011584b469467e5bc5acd5a0dbe58a3d46869582","tarball":"https://registry.npmjs.org/npm/-/npm-6.14.7.tgz","fileCount":4154,"unpackedSize":23781688,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfF024CRA9TVsSAnZWagAAKA4QAJfjJirDOy6O/Iuzdsub\nbe3C5mE2dYzDQR/dDLTNjSaxLyIQjx0CXo6mpDJp1am+Ag8m9f5/t9k4yWX4\nxfNy0En96FbqQoH1yfRbuMcmtMRkAmhYoY+psQeeBiNg3rC4UWZsAW1vyTJU\ntqZM9KSLNhSrvbELa4HOvtTkeZK6yTT3zK3HVMfG8+iq3yxlAB73Yg7oLlK1\ntZ2kWd2jURDOBgMV9tdnim/1U9/iJVtURWMyRY4BngOVkGj84ob3xLuIeHxI\nMjgaJCpWL9j1lJDs2a9yp6rnpSn3eDdDE1UXigZsAvV3/T+iC+9vdCdkbf+P\nDIMnh7XTFxT27YQIHBiuJjPMKZvpXoCN40JZTHbmmtT0Re6WuhCWO+ZymMn0\nimDQIAQjZ4oYZyp6yJ/Tm6YKyepR8DBlnoTLcz2h6/kYYu8ysVMEHAFDf66d\nMxZ1n8fw4jFVn784ImdGcMjm9577csP3sIQAXbAtW8dkFB8asVn3Kl67jho0\nrnw0bMysJuzXC2jZiiw561JE9wGHYq1RLs3LtRznJx+9MS7Eozqb6rVfTjfV\n8eX0hH4sGsdDAKIHv8bDpl5DnWrBFOCIaDBJAIA/9TICoobN+O1NfXg3pyvY\nV0CIvVMKoH478SDQeBQWjzQTnLjDM2Td2c7cj96PGJnBcrb0Cb2pqfWnXKZ9\nWbtg\r\n=3hVF\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC+5cT+wANqLQFnOrFoo11CTtvq8X8tidhV+gJOTsXnCQIgXGTjZ3go4QSrRY+ZzoqOEr2nQvTa3S50VPt+A7yUiTs="}]},"engines":{"node":"6 >=6.2.0 || 8 || >=9.3.0"}},"7.0.0-beta.0":{"name":"npm","version":"7.0.0-beta.0","dependencies":{"@npmcli/arborist":"^0.0.13","@npmcli/ci-detect":"^1.2.0","@npmcli/run-script":"^1.4.0","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^2.1.3","byte-size":"^5.0.1","cacache":"^15.0.5","chalk":"^4.1.0","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.5.1","columnify":"~1.5.4","config-chain":"^1.1.12","editor":"~1.0.0","find-npm-prefix":"^1.0.2","glob":"^7.1.4","graceful-fs":"^4.2.3","has-unicode":"~2.0.1","hosted-git-info":"^3.0.5","infer-owner":"^1.0.4","inherits":"^2.0.4","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^3.0.0","libnpmaccess":"^4.0.0","libnpmfund":"0.0.0","libnpmhook":"^6.0.0","libnpmorg":"^2.0.0","libnpmpack":"^2.0.0","libnpmpublish":"^3.0.1","libnpmsearch":"^3.0.0","libnpmteam":"^2.0.1","libnpmversion":"^1.0.2","lockfile":"^1.0.4","meant":"~1.0.1","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","nopt":"^4.0.3","npm-audit-report":"^2.1.3","npm-package-arg":"^8.0.1","npm-pick-manifest":"^6.1.0","npm-profile":"^5.0.1","npm-registry-fetch":"^8.1.2","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"^1.5.1","osenv":"^0.1.5","pacote":"^11.1.10","parse-conflict-json":"^1.1.0","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^2.1.1","request":"^2.88.0","retry":"^0.12.0","rimraf":"^2.6.3","semver":"^7.3.2","sha":"^3.0.0","slide":"~1.1.6","sorted-object":"~2.0.1","ssri":"^8.0.0","tar":"^6.0.2","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","update-notifier":"^2.5.0","uuid":"^3.3.3","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^2.4.3"},"devDependencies":{"deep-equal":"^1.0.1","eslint-plugin-promise":"^4.2.1","licensee":"^8.1.0","marked":"^0.6.3","marked-man":"^0.6.0","npm-cache-filename":"^1.0.2","npm-registry-couchapp":"^2.7.3","npm-registry-mock":"^1.3.0","require-inject":"^1.4.4","sprintf-js":"^1.1.2","tacks":"^1.3.0","tap":"^14.10.8","tar-stream":"^2.1.0","eslint-plugin-import":"^2.22.0","eslint-plugin-node":"^11.1.0","eslint-plugin-standard":"^4.0.1","eslint":"^7.5.0"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/run-script","abbrev","ansicolors","ansistyles","aproba","archy","bin-links","byte-size","cacache","chalk","chownr","cli-columns","cli-table3","columnify","config-chain","editor","find-npm-prefix","glob","graceful-fs","has-unicode","hosted-git-info","infer-owner","inherits","ini","init-package-json","is-cidr","libnpmaccess","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","lockfile","meant","mkdirp","mkdirp-infer-owner","ms","nopt","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","once","opener","osenv","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","request","retry","rimraf","semver","sha","slide","sorted-object","ssri","tar","text-table","tiny-relative-date","uid-number","umask","update-notifier","uuid","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-oKnH7qxVq4q01rKqbXGdt3BK5A3kOY97Lw6Z0Z0A0s04mC6Uso06Sau6C6vnZURWalgjCqTAC2Mv/ySre8c1dg==","shasum":"06d61ef9653f97d35082fd93cbeb50e4f7e8a002","tarball":"https://registry.npmjs.org/npm/-/npm-7.0.0-beta.0.tgz","fileCount":3271,"unpackedSize":20212584,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfKcCGCRA9TVsSAnZWagAA5nAP/0B8cSDt8GphkZoJVlE8\ny+nJbxYCFHcs/pyWKPiaGKwrRDzJbpLabSLHVIYJqCkKuO7K5E0aQ8hWo8pq\nLVhl66KxSFSLzIEfKRH3UrxiOcoYpjbXBIgmzSJF0qRT/YQhQwuvOj9OfgNO\nAyHDipUCAsSAdvpvTz1QkaGadtuYaZjTAFHl4YqzXcWKakmPS6q0bUKHlGci\nlqY4hXU9cBVQva2l2Pn5OPBdqyPgANmeqJbPvvnicXBlDMfguOgM3t9UjxKv\nNLrWbL5aN2XA0z36F1/7yUJfE/zxrUdPlBnRCKrn37rBgpqTcTSh5k50u4ym\n8pJRFFrVNICTPnq/U2eJfXI5HiLmXoDOQX0C89vDGcjWuUQz6KzGK4D0dkK3\n1xnZt7Ki1HivVN+Xq7YV7HmL6IGuY8i1NhQ3dUrE0bvXi37NDUtiON+MTj6q\nQdGw7mrSTw1AHb/hDHQlEGtq40HCSCWgRATXfvYmeJt02xtK/W1Gy12twomJ\njdmOakkHKItU5bYCy14rgqzs5fP5XemSAi+kcGFKXdLSDyQa1O8iRPTyQnh8\nEO+FEgU3zYxA9C5LTf9u6awoImqRZiyLRSapNM2rQZgHN40uWn2c1ueH1MLu\nVAiOSW9YhDxg7LvhQKz+jFgL9MDOkjrpFK9f/6RNg0rgKXOQLAmClhxOJUdy\n64sz\r\n=a6er\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDqtz1CYh0vOVsdN7ZtN0e/FMeHfc2YvMXEapT556MUjgIgVwnw8dEt8y75fjB0FBZJ/wk6jvJgZEYtCEDLr0oDkmw="}]},"engines":{"node":">=10"}},"7.0.0-beta.1":{"name":"npm","version":"7.0.0-beta.1","dependencies":{"@npmcli/arborist":"^0.0.14","@npmcli/ci-detect":"^1.2.0","@npmcli/run-script":"^1.4.0","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^2.1.3","byte-size":"^5.0.1","cacache":"^15.0.5","chalk":"^4.1.0","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.5.1","columnify":"~1.5.4","config-chain":"^1.1.12","editor":"~1.0.0","find-npm-prefix":"^1.0.2","glob":"^7.1.4","graceful-fs":"^4.2.3","has-unicode":"~2.0.1","hosted-git-info":"^3.0.5","infer-owner":"^1.0.4","inherits":"^2.0.4","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^3.0.0","libnpmaccess":"^4.0.0","libnpmfund":"0.0.0","libnpmhook":"^6.0.0","libnpmorg":"^2.0.0","libnpmpack":"^2.0.0","libnpmpublish":"^3.0.1","libnpmsearch":"^3.0.0","libnpmteam":"^2.0.1","libnpmversion":"^1.0.2","lockfile":"^1.0.4","meant":"~1.0.1","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","nopt":"^4.0.3","npm-audit-report":"^2.1.3","npm-package-arg":"^8.0.1","npm-pick-manifest":"^6.1.0","npm-profile":"^5.0.1","npm-registry-fetch":"^8.1.2","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"^1.5.1","osenv":"^0.1.5","pacote":"^11.1.10","parse-conflict-json":"^1.1.0","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^2.1.1","request":"^2.88.0","retry":"^0.12.0","rimraf":"^2.6.3","semver":"^7.3.2","sha":"^3.0.0","slide":"~1.1.6","sorted-object":"~2.0.1","ssri":"^8.0.0","tar":"^6.0.2","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","update-notifier":"^2.5.0","uuid":"^3.3.3","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^2.4.3"},"devDependencies":{"deep-equal":"^1.0.1","eslint-plugin-promise":"^4.2.1","licensee":"^8.1.0","marked":"^0.6.3","marked-man":"^0.6.0","npm-cache-filename":"^1.0.2","npm-registry-couchapp":"^2.7.3","npm-registry-mock":"^1.3.0","require-inject":"^1.4.4","sprintf-js":"^1.1.2","tacks":"^1.3.0","tap":"^14.10.8","tar-stream":"^2.1.0","eslint-plugin-import":"^2.22.0","eslint-plugin-node":"^11.1.0","eslint-plugin-standard":"^4.0.1","eslint":"^7.5.0"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/run-script","abbrev","ansicolors","ansistyles","aproba","archy","bin-links","byte-size","cacache","chalk","chownr","cli-columns","cli-table3","columnify","config-chain","editor","find-npm-prefix","glob","graceful-fs","has-unicode","hosted-git-info","infer-owner","inherits","ini","init-package-json","is-cidr","libnpmaccess","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","lockfile","meant","mkdirp","mkdirp-infer-owner","ms","nopt","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","once","opener","osenv","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","request","retry","rimraf","semver","sha","slide","sorted-object","ssri","tar","text-table","tiny-relative-date","uid-number","umask","update-notifier","uuid","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-70fvaS+N2PEkNUZa6BOe+gV6S23LR7egyGK+f1p7Tn9cPsbSdxuyRvYvh5U8HfkoPGGIzxyBx2J69hndHtT2jQ==","shasum":"162a12bd0c85b99f65d7f0433e639fa5d3f0e29a","tarball":"https://registry.npmjs.org/npm/-/npm-7.0.0-beta.1.tgz","fileCount":3271,"unpackedSize":20213704,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfKwf6CRA9TVsSAnZWagAAmusP/0u/X7Sc03bSxNtQXEGM\nDqU69QzsClyXPE+B2WxRhlgqCrwd2uCaGB2iLDLXAVheejHBXzCDGHzg0hSw\nNWfQ763PngBiPqAbA1RY64nLMtivzXyI6Q4SMzXypeShEvv7xavXLXOIBY1F\n7I7n1JMqL/yH6tgIMCkRcTXjWcO20zCZ4NSk1lD4IKPVjpatXwALI1P28fe1\nKbFkwW+KCIC6Pm5EwrNMw1XBtUggQi+eepLasVntYLxLesLdknY+q/WbBNG6\nQzLSlKr/H5xGnINNmMJSAB93mvM6GQ+KynV+rDKN7fyDkEruC7dUQAvL66Sy\nmwPVKepGRvE3BTNIrEm7n8RgwlVbTZ4Sj7kuBjX8nSfItwEDOFmgspnYBk0J\nBJrP98V8730tQmXD/2dCAUCkXh56y1rUEwcQPoHrLFfSF/3aAdcOEeKQ4Dvk\n7dmyKDEupZsi4KyYvZETXLN+/9TXHFaSUvTN8Gm1npMHDUqNdoiWs1aMlCDr\nhIf8Iyd37dUHB/CZGIjvGZB/Qja+yXxIGc3Fy0O9kTHgCedbM/tx2ihvl3SH\n9GzHXtUynCgXcJ2F/cmB1lPEWV/ACy9ggtCTh99EQRi1IBUZNFgDgrC2xUhc\n1ARWlaCPdkPjxfKcXNUMNXUW/3oDst3lHcSnVgYvox17TuqxGZEph+gkYpS6\ng0sC\r\n=tbPo\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCuyVyRpdfRmy/RjxDAgWH3U59XBEQbF+kh2sWDHW0iYwIgLhCDGXnBH1V8f9bwr5cXDkYYOEkzQe58PquD+vKtPOg="}]},"engines":{"node":">=10"}},"7.0.0-beta.2":{"name":"npm","version":"7.0.0-beta.2","dependencies":{"@npmcli/arborist":"^0.0.14","@npmcli/ci-detect":"^1.2.0","@npmcli/run-script":"^1.4.0","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^2.1.3","byte-size":"^5.0.1","cacache":"^15.0.5","chalk":"^4.1.0","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.5.1","columnify":"~1.5.4","config-chain":"^1.1.12","editor":"~1.0.0","find-npm-prefix":"^1.0.2","glob":"^7.1.4","graceful-fs":"^4.2.3","has-unicode":"~2.0.1","hosted-git-info":"^3.0.5","infer-owner":"^1.0.4","inherits":"^2.0.4","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^3.0.0","libnpmaccess":"^4.0.0","libnpmfund":"0.0.0","libnpmhook":"^6.0.0","libnpmorg":"^2.0.0","libnpmpack":"^2.0.0","libnpmpublish":"^3.0.1","libnpmsearch":"^3.0.0","libnpmteam":"^2.0.1","libnpmversion":"^1.0.2","lockfile":"^1.0.4","meant":"~1.0.1","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","nopt":"^4.0.3","npm-audit-report":"^2.1.3","npm-package-arg":"^8.0.1","npm-pick-manifest":"^6.1.0","npm-profile":"^5.0.1","npm-registry-fetch":"^8.1.2","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"^1.5.1","osenv":"^0.1.5","pacote":"^11.1.10","parse-conflict-json":"^1.1.0","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^2.1.1","request":"^2.88.0","retry":"^0.12.0","rimraf":"^2.6.3","semver":"^7.3.2","sha":"^3.0.0","slide":"~1.1.6","sorted-object":"~2.0.1","ssri":"^8.0.0","tar":"^6.0.2","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","uuid":"^3.3.3","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^2.4.3","make-fetch-happen":"^8.0.9"},"devDependencies":{"deep-equal":"^1.0.1","eslint-plugin-promise":"^4.2.1","licensee":"^8.1.0","marked":"^0.6.3","marked-man":"^0.6.0","npm-cache-filename":"^1.0.2","npm-registry-couchapp":"^2.7.3","npm-registry-mock":"^1.3.0","require-inject":"^1.4.4","sprintf-js":"^1.1.2","tacks":"^1.3.0","tap":"^14.10.8","tar-stream":"^2.1.0","eslint-plugin-import":"^2.22.0","eslint-plugin-node":"^11.1.0","eslint-plugin-standard":"^4.0.1","eslint":"^7.5.0"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/run-script","abbrev","ansicolors","ansistyles","aproba","archy","bin-links","byte-size","cacache","chalk","chownr","cli-columns","cli-table3","columnify","config-chain","editor","find-npm-prefix","glob","graceful-fs","has-unicode","hosted-git-info","infer-owner","inherits","ini","init-package-json","is-cidr","libnpmaccess","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","lockfile","make-fetch-happen","meant","mkdirp","mkdirp-infer-owner","ms","nopt","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","once","opener","osenv","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","request","retry","rimraf","semver","sha","slide","sorted-object","ssri","tar","text-table","tiny-relative-date","uid-number","umask","uuid","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-/s+DvnDgggVviPyBAOb3i1aKD5LkjneK8JD3tKeZE2KHcM44/A2jBApMycPvF3Pj+yUKLPPKC2XtX72idPuR6g==","shasum":"8d91cc81dc3b9a0c723eec082030cf73aab34c67","tarball":"https://registry.npmjs.org/npm/-/npm-7.0.0-beta.2.tgz","fileCount":2913,"unpackedSize":19479213,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfLZ+yCRA9TVsSAnZWagAAVBMP/iwNEsj4maZnE/XwaPim\nE6/nchfOo0MlRme0IuzrF5ge0WjD6lLN+XHhxn3s0lahnCV6SLeOiY24RxcH\nArtiv9DoSqM5B5rfDeqLtDARUIjp1R3dr9/KqXjRhFBcocyHgAU31txIHKHp\n9IopOO3YgDxNozshVvsFuZt3pK3qhobVTSLBJ47AK1Et7ge+tD1C2eGEm15N\no1nCGHKb/dw1lb1/1bTY+tqRBJdqaPzPALgoxD9T781Z8znUzGpzOPDiuELx\nMCW6fcB6joKGE5yGa171Bd1g3Pru8qrqdT2xkbmZ1d7eTYxSCug6gojvbnoo\nQVhje3cBW957mIX1edo5VlYQKVWibfubsAD8i5N4qeVBcoPh7ZHk4u9p68tW\n8qrA1at7OJ3gCF5DdosocDU9qgE5lO0xlGg1KeqR5IkzjdU37epvyVBkzygU\n52M3qpTHGZMunXBJTsV4YMqXjNCcY7KASh8OKbyUElqFXCAMqLS1wnlhmMl3\nu8XHN5CyFIEaFtS6LnMwF1qU1cSAPbbCi7T4LItUDBfGmueFIMTJ37XA3kS4\nIayh8W5G1/lfHAzrtLShel70fQZCkE8Uh/rQz8vOvkOl/ZE3eHusTjQEWa4v\nZpqFo9NF8icZSE8V6U1N+3WjAl7sr4oyZwr04l1upvPgXk0ih01nlAJPVKhj\nuxtl\r\n=TYrg\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDtVnF/5wvGyi7IbrLBsEdbebcVU0Y92pNzh9CQ57z+ywIgG7IVmsQROTjqlH8QiSqwma55fCfjP+RN6AWRnh5tJls="}]},"engines":{"node":">=10"}},"7.0.0-beta.3":{"name":"npm","version":"7.0.0-beta.3","dependencies":{"@npmcli/arborist":"^0.0.16","@npmcli/ci-detect":"^1.2.0","@npmcli/run-script":"^1.4.0","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^2.1.3","byte-size":"^5.0.1","cacache":"^15.0.5","chalk":"^4.1.0","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.5.1","columnify":"~1.5.4","config-chain":"^1.1.12","editor":"~1.0.0","find-npm-prefix":"^1.0.2","glob":"^7.1.4","graceful-fs":"^4.2.3","has-unicode":"~2.0.1","hosted-git-info":"^3.0.5","infer-owner":"^1.0.4","inherits":"^2.0.4","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^3.0.0","libnpmaccess":"^4.0.0","libnpmfund":"0.0.0","libnpmhook":"^6.0.0","libnpmorg":"^2.0.0","libnpmpack":"^2.0.0","libnpmpublish":"^3.0.1","libnpmsearch":"^3.0.0","libnpmteam":"^2.0.1","libnpmversion":"^1.0.3","lockfile":"^1.0.4","meant":"~1.0.1","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","nopt":"^4.0.3","npm-audit-report":"^2.1.3","npm-package-arg":"^8.0.1","npm-pick-manifest":"^6.1.0","npm-profile":"^5.0.1","npm-registry-fetch":"^8.1.2","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"^1.5.1","osenv":"^0.1.5","pacote":"^11.1.10","parse-conflict-json":"^1.1.0","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^2.1.1","request":"^2.88.0","retry":"^0.12.0","rimraf":"^2.6.3","semver":"^7.3.2","sha":"^3.0.0","slide":"~1.1.6","sorted-object":"~2.0.1","ssri":"^8.0.0","tar":"^6.0.2","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","uuid":"^3.3.3","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^2.4.3","make-fetch-happen":"^8.0.9"},"devDependencies":{"deep-equal":"^1.0.1","eslint-plugin-promise":"^4.2.1","licensee":"^8.1.0","marked":"^0.6.3","marked-man":"^0.6.0","npm-cache-filename":"^1.0.2","npm-registry-couchapp":"^2.7.3","npm-registry-mock":"^1.3.0","require-inject":"^1.4.4","sprintf-js":"^1.1.2","tacks":"^1.3.0","tap":"^14.10.8","tar-stream":"^2.1.0","eslint-plugin-import":"^2.22.0","eslint-plugin-node":"^11.1.0","eslint-plugin-standard":"^4.0.1","eslint":"^7.5.0"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/run-script","abbrev","ansicolors","ansistyles","aproba","archy","bin-links","byte-size","cacache","chalk","chownr","cli-columns","cli-table3","columnify","config-chain","editor","find-npm-prefix","glob","graceful-fs","has-unicode","hosted-git-info","infer-owner","inherits","ini","init-package-json","is-cidr","libnpmaccess","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","lockfile","make-fetch-happen","meant","mkdirp","mkdirp-infer-owner","ms","nopt","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","once","opener","osenv","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","request","retry","rimraf","semver","sha","slide","sorted-object","ssri","tar","text-table","tiny-relative-date","uid-number","umask","uuid","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-eYw8HzGvYlpIShDkeu0eA6MBsaMxJRUZ9scDyRQULyDp9qZ2UUPW1GrXD+xCzgnXE2tR1wdfER3CV7nQwB7t+g==","shasum":"c26a8b4f209fa3fdb2f314c9d993d93d1a5ba4ac","tarball":"https://registry.npmjs.org/npm/-/npm-7.0.0-beta.3.tgz","fileCount":2913,"unpackedSize":19481941,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfMcEYCRA9TVsSAnZWagAAU80QAJijPt5C6zDK2g2iUS+F\nwg0FAxZO9rbAR6mE9Exuc4BWgENJaPmVs1xbB+TqqAyNs1q3cBUk8NW/liXk\n11aeEPs+CrQyFSMTKFPNL3mqyqScBevkTlg4cQko5NkLL3GFG6ZUUZDmaWUD\nUYjV/SKGhW5P7kHQ0kzDlaqIb7/qDIVmt5UlspPCRmeSbk8gDVk8zBbaWKgE\nNNve7sxlvaoP9T0W46LJW5rSj9ktYH8ocAWyASonVMSiA6K+t/SDesLTod58\nj8yBTUChI/4kESBNXFgrzHgMybYuxqr1d6TG/M1GUFNOK+k72TE0ninW2Ov2\nNaipPyMiB2BzAFGwo2ETiiWZwNLNfedPF5oOvdzxwm4Ig694YQrIwWXEHWbx\nXcP7lSTMPOuU/akK4+YibYuBazmi1n90zSC6CT3GU4LlTwMrUQWLu6MORAtY\nXqbgWOZsDMAv6l17qnMJZnBnmBeWIi75zay9Qp5DxmR9crStq1liEKMwHG+6\n7k7PP92KCL85g1OgmujkU6WFv/yQQWTaCdgbqhwMkG+9a+YEfLKMTYEZz5sT\nNrN2dagEyiXFWYanA+QoyOMZh3Ep2yEdliGtW7M85XzlIutc2+A0gmjEvHv0\noCFdqkN5BC4yN39ijL3Vz9TW0JJhwEAezG7eIFzBU7/b7zPL93m6W2E3fytd\n+AI4\r\n=HqU+\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIE2lgVnhh2GWyk6Cfp9rEeihVuniU17kwmOAtc7zU80mAiBrGv3LN7Jh2Oubrb3nWgjMWcxuiY/lSvxUl6iByicKaw=="}]},"engines":{"node":">=10"}},"7.0.0-beta.4":{"name":"npm","version":"7.0.0-beta.4","dependencies":{"@npmcli/arborist":"^0.0.16","@npmcli/ci-detect":"^1.2.0","@npmcli/run-script":"^1.5.0","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^2.1.3","byte-size":"^5.0.1","cacache":"^15.0.5","chalk":"^4.1.0","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.5.1","columnify":"~1.5.4","config-chain":"^1.1.12","editor":"~1.0.0","find-npm-prefix":"^1.0.2","glob":"^7.1.4","graceful-fs":"^4.2.3","has-unicode":"~2.0.1","hosted-git-info":"^3.0.5","infer-owner":"^1.0.4","inherits":"^2.0.4","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^3.0.0","libnpmaccess":"^4.0.0","libnpmfund":"0.0.0","libnpmhook":"^6.0.0","libnpmorg":"^2.0.0","libnpmpack":"^2.0.0","libnpmpublish":"^3.0.1","libnpmsearch":"^3.0.0","libnpmteam":"^2.0.1","libnpmversion":"^1.0.3","lockfile":"^1.0.4","meant":"~1.0.1","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","nopt":"^4.0.3","npm-audit-report":"^2.1.3","npm-package-arg":"^8.0.1","npm-pick-manifest":"^6.1.0","npm-profile":"^5.0.1","npm-registry-fetch":"^8.1.2","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"^1.5.1","osenv":"^0.1.5","pacote":"^11.1.10","parse-conflict-json":"^1.1.0","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^2.1.1","request":"^2.88.0","retry":"^0.12.0","rimraf":"^2.6.3","semver":"^7.3.2","sha":"^3.0.0","slide":"~1.1.6","sorted-object":"~2.0.1","ssri":"^8.0.0","tar":"^6.0.2","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","uuid":"^3.3.3","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^2.4.3","make-fetch-happen":"^8.0.9"},"devDependencies":{"deep-equal":"^1.0.1","eslint-plugin-promise":"^4.2.1","licensee":"^8.1.0","marked":"^0.6.3","marked-man":"^0.6.0","npm-cache-filename":"^1.0.2","npm-registry-couchapp":"^2.7.3","npm-registry-mock":"^1.3.0","require-inject":"^1.4.4","sprintf-js":"^1.1.2","tacks":"^1.3.0","tap":"^14.10.8","tar-stream":"^2.1.0","eslint-plugin-import":"^2.22.0","eslint-plugin-node":"^11.1.0","eslint-plugin-standard":"^4.0.1","eslint":"^7.5.0"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/run-script","abbrev","ansicolors","ansistyles","aproba","archy","bin-links","byte-size","cacache","chalk","chownr","cli-columns","cli-table3","columnify","config-chain","editor","find-npm-prefix","glob","graceful-fs","has-unicode","hosted-git-info","infer-owner","inherits","ini","init-package-json","is-cidr","libnpmaccess","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","lockfile","make-fetch-happen","meant","mkdirp","mkdirp-infer-owner","ms","nopt","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","once","opener","osenv","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","request","retry","rimraf","semver","sha","slide","sorted-object","ssri","tar","text-table","tiny-relative-date","uid-number","umask","uuid","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-fljauXWAucoymIdUMzBqua7IH3gKd+cEoh1CYwbavKmy1NPrZsorS6C/EvUEu5+n0V+arTPKFO6r+QAqJoJKtQ==","shasum":"d16dcb26174316c1123c71fa484e68f35ba10e8f","tarball":"https://registry.npmjs.org/npm/-/npm-7.0.0-beta.4.tgz","fileCount":2914,"unpackedSize":19484670,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfMsIXCRA9TVsSAnZWagAAUNQQAJggUbDXE/XY+JYesUWh\nmhPtR263OpQHMgZZp/9sZWQcKyVpe5gK543pYTku7ifbHTP2335nhnxXOASy\nnfbdb57ycBwMKbHN3tM0phGKjDlPR8c70ntI4fLo+YUOTXxjJOE29vKCyv2A\ngYZuDv7i5mtS8J10rxs9ZQfwpmBJPWHW0bmbbFcRhfYwF955Gk8deFBzYgg8\new8f6da1lARWwTy/8zS5P4K5tCl40SX3Ysj8wCQSBFtpJZH4MVarCEtfiwNT\niqXIi54o/uf8GGP5e6HUJ7U8Qv1Ef7uDAEUBD+hstQcn5qbH7eDgV4ZvqibN\n8cBQXIv3uDAAhdcwHQ04be7LQasFl/LZpoJwhYbTaZGja/4fSFMq14KLHIXQ\nSK3oGneqpn8Dee5b1CpaIVvktmcQ51PjMQHJtzOGxin8dBR9Gb+lTAcbWNJ3\nb9uPL2GOFKr77r8L70+9/9jP26O5zTl8ilFMGT+LU872LhRoDDBFtYtGW+CP\nXOlyEdp9BQqhqdMY1vjohQUNqGM/gVNS+Zz246g9+iI5JZUdoj5mpvzSQM0v\nruX1VGMZCiXUL9pYbXd2btJ54FPsDzFA2PaoEcQCZ/U1+ybPdmkrRLqtnp2V\neCANZLBxsmrosMFQMYrTXMqkvVzMjvKcn4ouVQhKGfMp5+0xNFbThkKqAOJY\ndUHq\r\n=G+VG\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAJ7Mn1NXY6h5eg05GmRwAj5E47t4/AaMFCxcbRsKXcoAiEAjJ8Fi96TrfzoC+p088WWq7KE9LDK6X+tJ0wZEIGGltE="}]},"engines":{"node":">=10"}},"6.14.8":{"name":"npm","version":"6.14.8","dependencies":{"JSONStream":"^1.3.5","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^1.1.8","bluebird":"^3.5.5","byte-size":"^5.0.1","cacache":"^12.0.3","call-limit":"^1.1.1","chownr":"^1.1.4","ci-info":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.5.1","cmd-shim":"^3.0.3","columnify":"~1.5.4","config-chain":"^1.1.12","detect-indent":"~5.0.0","detect-newline":"^2.1.0","dezalgo":"~1.0.3","editor":"~1.0.0","figgy-pudding":"^3.5.1","find-npm-prefix":"^1.0.2","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","gentle-fs":"^2.3.1","glob":"^7.1.6","graceful-fs":"^4.2.4","has-unicode":"~2.0.1","hosted-git-info":"^2.8.8","iferr":"^1.0.2","infer-owner":"^1.0.4","inflight":"~1.0.6","inherits":"^2.0.4","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^3.0.0","json-parse-better-errors":"^1.0.2","lazy-property":"~1.0.0","libcipm":"^4.0.8","libnpm":"^3.0.1","libnpmaccess":"^3.0.2","libnpmhook":"^5.0.3","libnpmorg":"^1.0.1","libnpmsearch":"^2.0.2","libnpmteam":"^1.0.2","libnpx":"^10.2.4","lock-verify":"^2.1.0","lockfile":"^1.0.4","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"^5.1.1","meant":"^1.0.2","mississippi":"^3.0.0","mkdirp":"^0.5.5","move-concurrently":"^1.0.1","node-gyp":"^5.1.0","nopt":"^4.0.3","normalize-package-data":"^2.5.0","npm-audit-report":"^1.3.3","npm-cache-filename":"~1.0.2","npm-install-checks":"^3.0.2","npm-lifecycle":"^3.1.5","npm-package-arg":"^6.1.1","npm-packlist":"^1.4.8","npm-pick-manifest":"^3.0.2","npm-profile":"^4.0.4","npm-registry-fetch":"^4.0.7","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"^1.5.1","osenv":"^0.1.5","pacote":"^9.5.12","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"^0.12.0","query-string":"^6.8.2","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"^1.0.5","read-installed":"~4.0.3","read-package-json":"^2.1.1","read-package-tree":"^5.3.1","readable-stream":"^3.6.0","readdir-scoped-modules":"^1.1.0","request":"^2.88.0","retry":"^0.12.0","rimraf":"^2.7.1","safe-buffer":"^5.1.2","semver":"^5.7.1","sha":"^3.0.0","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"^6.0.1","stringify-package":"^1.0.1","tar":"^4.4.13","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"^1.1.1","unpipe":"~1.0.0","update-notifier":"^2.5.0","uuid":"^3.3.3","validate-npm-package-license":"^3.0.4","validate-npm-package-name":"~3.0.0","which":"^1.3.1","worker-farm":"^1.7.0","write-file-atomic":"^2.4.3","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*"},"devDependencies":{"deep-equal":"^1.0.1","get-stream":"^4.1.0","licensee":"^7.0.3","marked":"^0.7.0","marked-man":"^0.7.0","npm-registry-mock":"^1.3.1","require-inject":"^1.4.4","sprintf-js":"^1.1.2","standard":"^11.0.1","tacks":"^1.3.0","tap":"^12.7.0","tar-stream":"^2.1.0"},"bundleDependencies":["abbrev","ansicolors","ansistyles","aproba","archy","bin-links","bluebird","byte-size","cacache","call-limit","chownr","ci-info","cli-columns","cli-table3","cmd-shim","columnify","config-chain","debuglog","detect-indent","detect-newline","dezalgo","editor","figgy-pudding","find-npm-prefix","fs-vacuum","fs-write-stream-atomic","gentle-fs","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","infer-owner","inflight","inherits","ini","init-package-json","is-cidr","json-parse-better-errors","JSONStream","lazy-property","libcipm","libnpm","libnpmaccess","libnpmhook","libnpmorg","libnpmsearch","libnpmteam","libnpx","lock-verify","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mississippi","mkdirp","move-concurrently","node-gyp","nopt","normalize-package-data","npm-audit-report","npm-cache-filename","npm-install-checks","npm-lifecycle","npm-package-arg","npm-packlist","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","qrcode-terminal","query-string","qw","read-cmd-shim","read-installed","read-package-json","read-package-tree","read","readable-stream","readdir-scoped-modules","request","retry","rimraf","safe-buffer","semver","sha","slide","sorted-object","sorted-union-stream","ssri","stringify-package","tar","text-table","tiny-relative-date","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","worker-farm","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-HBZVBMYs5blsj94GTeQZel7s9odVuuSUHy1+AlZh7rPVux1os2ashvEGLy/STNK7vUjbrCg5Kq9/GXisJgdf6A==","shasum":"64ef754345639bc035982ec3f609353c8539033c","tarball":"https://registry.npmjs.org/npm/-/npm-6.14.8.tgz","fileCount":4182,"unpackedSize":24234547,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfOu2OCRA9TVsSAnZWagAAv38P/2hYeXwogv5VMilg6Q5e\n0ZtKtxep+B/EaW4wdDKFDRqwFnyz4BrH/nPEA5d2Th/fVN0JpAvzPoMeXawV\nK1TtZ17X68qPtJTlS1A6YTdfT3sZ7ZzWRnd2uX0iJHr3NOPa6bI0GwUFS6Gd\nrN4XMfy2+jxNURL7DltmRHh7F8NbnBMQzk6Wma/ZMLontw6royiRs+3qNF7P\nQIwKQCpnXsrc1D+5lw6cAlap+14km4t93bB1FChmzU+6MmXPH6yuWN5a4roH\nf1m37lr2Z2/jrit+vdxwuQ6atAnOOIPatLhSwvISYNlR5s1Z+8kJZaAlOtpH\npalHK4GnUZu3W6ZSTT0jS14C7Xgmv/ERB8zoUlj/h1CXZWxkWG8XyElG8ifp\na66pgQCuurqnMkkuI0hqF5qEd/1auBM1cpXcJqIdqz4q4Cd2TEpZB0u38RET\nUmc35YO2+//30rkUu791ENJKMgYMbFwljetDJ14uq14CoozfiDBQs+FFw0RD\nvuhCvFYkPjW0ZbvUzAyDYPpMdgzWln9yov30odLXuKOlW1OC6aMZfRcNxwuF\njMq8qRTWBLu7Hq3YMBTITi+E9UrHkzR5wZB1kX3Q13bStqZtf/k5cvSiujYa\nPREvj/5rsFyZQsTXAQ/+Xhs1ReUSq0B3Hi0dYVkbQCRe4ESF0FkeRSLZdLVN\nZzWI\r\n=UaDF\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD4ZWxl28Edhi0T1ToFV4wwU4dPHEkXbTzESYTapMspowIhANb3tW9+vUCwYOqFZmO62PIsqKCWZYsaLqYw/sYlIkaC"}]},"engines":{"node":"6 >=6.2.0 || 8 || >=9.3.0"}},"7.0.0-beta.5":{"name":"npm","version":"7.0.0-beta.5","dependencies":{"@npmcli/arborist":"^0.0.16","@npmcli/ci-detect":"^1.2.0","@npmcli/run-script":"^1.5.0","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^2.1.3","byte-size":"^5.0.1","cacache":"^15.0.5","chalk":"^4.1.0","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.5.1","columnify":"~1.5.4","config-chain":"^1.1.12","editor":"~1.0.0","find-npm-prefix":"^1.0.2","glob":"^7.1.4","graceful-fs":"^4.2.3","has-unicode":"~2.0.1","hosted-git-info":"^3.0.5","infer-owner":"^1.0.4","inherits":"^2.0.4","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^3.0.0","libnpmaccess":"^4.0.0","libnpmfund":"0.0.0","libnpmhook":"^6.0.0","libnpmorg":"^2.0.0","libnpmpack":"^2.0.0","libnpmpublish":"^3.0.1","libnpmsearch":"^3.0.0","libnpmteam":"^2.0.1","libnpmversion":"^1.0.3","lockfile":"^1.0.4","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","nopt":"^4.0.3","npm-audit-report":"^2.1.3","npm-package-arg":"^8.0.1","npm-pick-manifest":"^6.1.0","npm-profile":"^5.0.1","npm-registry-fetch":"^8.1.2","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"^1.5.1","osenv":"^0.1.5","pacote":"^11.1.10","parse-conflict-json":"^1.1.0","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^2.1.1","request":"^2.88.0","retry":"^0.12.0","rimraf":"^2.6.3","semver":"^7.3.2","sha":"^3.0.0","slide":"~1.1.6","sorted-object":"~2.0.1","ssri":"^8.0.0","tar":"^6.0.2","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","uuid":"^3.3.3","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^2.4.3","make-fetch-happen":"^8.0.9","leven":"^3.1.0"},"devDependencies":{"deep-equal":"^1.0.1","eslint-plugin-promise":"^4.2.1","licensee":"^8.1.0","marked":"^0.6.3","marked-man":"^0.6.0","npm-cache-filename":"^1.0.2","npm-registry-couchapp":"^2.7.3","npm-registry-mock":"^1.3.0","require-inject":"^1.4.4","sprintf-js":"^1.1.2","tacks":"^1.3.0","tap":"^14.10.8","tar-stream":"^2.1.0","eslint-plugin-import":"^2.22.0","eslint-plugin-node":"^11.1.0","eslint-plugin-standard":"^4.0.1","eslint":"^7.5.0"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/run-script","abbrev","ansicolors","ansistyles","aproba","archy","bin-links","byte-size","cacache","chalk","chownr","cli-columns","cli-table3","columnify","config-chain","editor","find-npm-prefix","glob","graceful-fs","has-unicode","hosted-git-info","infer-owner","inherits","ini","init-package-json","is-cidr","leven","libnpmaccess","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","lockfile","make-fetch-happen","mkdirp","mkdirp-infer-owner","ms","nopt","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","once","opener","osenv","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","request","retry","rimraf","semver","sha","slide","sorted-object","ssri","tar","text-table","tiny-relative-date","uid-number","umask","uuid","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-CsDhTc63/ZJrm7v7kxkMa0RxZRzAaUiNUdnwgJeOdXVmELXLygl+uig+E1dpoKhQ5YtoyxH+b4L5R6BL5AWC+w==","shasum":"94e81ac33f42d7b56112bf456852203a98461644","tarball":"https://registry.npmjs.org/npm/-/npm-7.0.0-beta.5.tgz","fileCount":2913,"unpackedSize":19486734,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfPCc2CRA9TVsSAnZWagAAQ3gP/jqkHvyxMyIrXZRQWiPt\neOGnkp3sZrJq7U3QAjOQaOCxXTLgGc8e8ACnXJE5V5g5WFnz9xO/wlLdhgk7\nlF8skkq1uWSVAhkKv2/NdoXcSHAOaT1SVVs6z39Orv6MbsnaqUStmSSPCuk1\nQdzBobu50Yd6dKQ9m2lPlJOSOmCWpLamZiGjdVaHMemzXrtuzzYTjemsLgjL\nSqDgFJW8TOzenUoB8zO3XLOVM4DXu41Cww32wMimrgJQBjPqUsfN4lQW1GNt\nCmph+0Ajp09Vtwdk/UwiGfwwyysnhdQUJpKHOShtQFDS3yN/ec3cEgwGvJ38\nmXh1CPXgQM8cYhpDIeCY4+/g4vDdsoxjIeqWjW2ebRBhwZYLKA1vzKNlHlnZ\nJf15DtnDu6pv1TxEpVp1rpAMQxpTQ0nzC9oj0lOM6LQVGjuu80tSjsvHFquP\nNB20nLl0AtQYsz6DFj5/j9PQDLSLdPVc/PA6J3W1oKBmMhJdiLPw9SeJ4rFg\nHt6SYLZRFXNKJU+AqcJDk4GUoUZJ4NhH+14zExeCWTozhqs/3s9ShCgzrPJT\nRaimHYkrK6yF+gFrfK9qGd7++B6PgDjPVhHSsS+Q3cFmYTjsi6YWazkyl24y\nAkmm5dwwHI5bGVxwjy/zLnsHsifh88++149tSZEyy+blfyZo/JpED3VKkAN7\nqXeR\r\n=rB+r\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCo0pu8dYY+Atf24MO6eqEEFst9DEr7xdBf3JY7IFZPxgIhAN4MdBiMPrCFajzBHarfJ4SjdHISQbiODLhOuuA//II7"}]},"engines":{"node":">=10"}},"7.0.0-beta.6":{"name":"npm","version":"7.0.0-beta.6","dependencies":{"@npmcli/arborist":"^0.0.17","@npmcli/ci-detect":"^1.2.0","@npmcli/run-script":"^1.5.0","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^2.1.3","byte-size":"^5.0.1","cacache":"^15.0.5","chalk":"^4.1.0","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.5.1","columnify":"~1.5.4","config-chain":"^1.1.12","editor":"~1.0.0","find-npm-prefix":"^1.0.2","glob":"^7.1.4","graceful-fs":"^4.2.3","has-unicode":"~2.0.1","hosted-git-info":"^3.0.5","infer-owner":"^1.0.4","inherits":"^2.0.4","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^3.0.0","libnpmaccess":"^4.0.0","libnpmfund":"0.0.0","libnpmhook":"^6.0.0","libnpmorg":"^2.0.0","libnpmpack":"^2.0.0","libnpmpublish":"^3.0.1","libnpmsearch":"^3.0.0","libnpmteam":"^2.0.1","libnpmversion":"^1.0.4","lockfile":"^1.0.4","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","nopt":"^5.0.0","npm-audit-report":"^2.1.3","npm-package-arg":"^8.0.1","npm-pick-manifest":"^6.1.0","npm-profile":"^5.0.1","npm-registry-fetch":"^8.1.4","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"^1.5.1","pacote":"^11.1.10","parse-conflict-json":"^1.1.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^2.1.2","request":"^2.88.0","retry":"^0.12.0","rimraf":"^2.6.3","semver":"^7.3.2","sha":"^3.0.0","slide":"~1.1.6","sorted-object":"~2.0.1","ssri":"^8.0.0","tar":"^6.0.5","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","uuid":"^3.3.3","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^2.4.3","make-fetch-happen":"^8.0.9","leven":"^3.1.0","@npmcli/config":"^1.1.5","read-package-json-fast":"^1.2.1"},"devDependencies":{"deep-equal":"^1.0.1","eslint-plugin-promise":"^4.2.1","licensee":"^8.1.0","marked":"^0.6.3","marked-man":"^0.6.0","npm-cache-filename":"^1.0.2","npm-registry-couchapp":"^2.7.3","npm-registry-mock":"^1.3.0","require-inject":"^1.4.4","sprintf-js":"^1.1.2","tacks":"^1.3.0","tap":"^14.10.8","tar-stream":"^2.1.0","eslint-plugin-import":"^2.22.0","eslint-plugin-node":"^11.1.0","eslint-plugin-standard":"^4.0.1","eslint":"^7.5.0"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/run-script","abbrev","ansicolors","ansistyles","aproba","archy","bin-links","byte-size","cacache","chalk","chownr","cli-columns","cli-table3","columnify","config-chain","editor","find-npm-prefix","glob","graceful-fs","has-unicode","hosted-git-info","infer-owner","inherits","ini","init-package-json","is-cidr","leven","libnpmaccess","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","lockfile","make-fetch-happen","mkdirp","mkdirp-infer-owner","ms","nopt","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","once","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","request","retry","rimraf","semver","sha","slide","sorted-object","ssri","tar","text-table","tiny-relative-date","uid-number","umask","uuid","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-1CRwKtK4qDboo/e5/62D9YJSs57QgFiwWtBDqr+BqDsO9S1NKJeGk3wlbAYq4sw0bxgKb6Mk09BrhvExkDHl3w==","shasum":"53b6e0de40106e4436309ef41dca5e8a0d04dd42","tarball":"https://registry.npmjs.org/npm/-/npm-7.0.0-beta.6.tgz","fileCount":2918,"unpackedSize":19531865,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfQBcJCRA9TVsSAnZWagAAL1EQAJd5Vt3fHcLyFLSfOFL1\ngh2O/eZ1+F7+dZR+tjoCuBVzSICYdGqntKG7QwwERAw8abY3NLhMXKHJ9T3O\nhp1/SKJ5S7t7cbc0DvzwAWbe3FJX5QqzGgz763a80LqPdIXxAgU3WWvD1bJG\nynKnVzxxxppkiJxV5+AFyF+B4Z5xea+pm+m9B3OPSMmyoe9AFn/l5wN6hHnj\nx6s1HkEdN9ce/q8rcg0yFXrQvpju0aOnc4weV4/7SndU0CmMUmVwzWuOwV8s\nkIWwd6Ui7roVusDj1Zeqd17bAhVN2ahHWiy1FYvwn7Z19bzAgPVCZeKoEinX\n2y6DPMHrhM8EBoKDPS3zuOK/fBwhLEnvCJfZGc2Ry2PnpBLcEbc9rv9wkrIP\nsqwa90jP/T76ar8FjP7vgZiPc20bQBb6tP3IR81qx/TXtwUj3zQ53CL5wD85\nroNOzNtnKg5NZ/ohNL2KLf92Lh3UbMQ1jgRDPXISqtEGf+7F2IIH8dUqkMuq\nfBlvE84CMWdlPKWuvjlw31aJSc57oJpGnOU236DzqxDX1yVk67prS9ggXjRE\nmcv81JerHpicdnfGLIYQMsfLkDWFUvlwtdtvMBZJW1udOwPS09jvJ6Fpkiav\nNN5HWUZFNuwt5fZlWPWgb2WJ7gwKzNPsSpXNRLwIuy4DiunJVb75J9TzNMNX\nitju\r\n=kITZ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDkhHRJX9PAjwX9j04zcZncnnmoelCISDDhymvCj8d3SQIhAMByabqd7CRyS1cIClUxSdQxFK8HwtFLgi8qwHNDvEci"}]},"engines":{"node":">=10"}},"7.0.0-beta.7":{"name":"npm","version":"7.0.0-beta.7","dependencies":{"@npmcli/arborist":"^0.0.17","@npmcli/ci-detect":"^1.2.0","@npmcli/run-script":"^1.5.0","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^2.1.3","byte-size":"^5.0.1","cacache":"^15.0.5","chalk":"^4.1.0","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.5.1","columnify":"~1.5.4","config-chain":"^1.1.12","editor":"~1.0.0","find-npm-prefix":"^1.0.2","glob":"^7.1.4","graceful-fs":"^4.2.3","has-unicode":"~2.0.1","hosted-git-info":"^3.0.5","infer-owner":"^1.0.4","inherits":"^2.0.4","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^3.0.0","libnpmaccess":"^4.0.0","libnpmfund":"0.0.0","libnpmhook":"^6.0.0","libnpmorg":"^2.0.0","libnpmpack":"^2.0.0","libnpmpublish":"^3.0.1","libnpmsearch":"^3.0.0","libnpmteam":"^2.0.1","libnpmversion":"^1.0.4","lockfile":"^1.0.4","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","nopt":"^5.0.0","npm-audit-report":"^2.1.3","npm-package-arg":"^8.0.1","npm-pick-manifest":"^6.1.0","npm-profile":"^5.0.1","npm-registry-fetch":"^8.1.4","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"^1.5.1","pacote":"^11.1.10","parse-conflict-json":"^1.1.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^2.1.2","request":"^2.88.0","retry":"^0.12.0","rimraf":"^2.6.3","semver":"^7.3.2","sha":"^3.0.0","slide":"~1.1.6","sorted-object":"~2.0.1","ssri":"^8.0.0","tar":"^6.0.5","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","uuid":"^3.3.3","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^2.4.3","make-fetch-happen":"^8.0.9","leven":"^3.1.0","@npmcli/config":"^1.1.5","read-package-json-fast":"^1.2.1"},"devDependencies":{"deep-equal":"^1.0.1","eslint-plugin-promise":"^4.2.1","licensee":"^8.1.0","marked":"^0.6.3","marked-man":"^0.6.0","npm-cache-filename":"^1.0.2","npm-registry-couchapp":"^2.7.3","npm-registry-mock":"^1.3.0","require-inject":"^1.4.4","sprintf-js":"^1.1.2","tacks":"^1.3.0","tap":"^14.10.8","tar-stream":"^2.1.0","eslint-plugin-import":"^2.22.0","eslint-plugin-node":"^11.1.0","eslint-plugin-standard":"^4.0.1","eslint":"^7.5.0"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/run-script","abbrev","ansicolors","ansistyles","aproba","archy","bin-links","byte-size","cacache","chalk","chownr","cli-columns","cli-table3","columnify","config-chain","editor","find-npm-prefix","glob","graceful-fs","has-unicode","hosted-git-info","infer-owner","inherits","ini","init-package-json","is-cidr","leven","libnpmaccess","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","lockfile","make-fetch-happen","mkdirp","mkdirp-infer-owner","ms","nopt","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","once","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","request","retry","rimraf","semver","sha","slide","sorted-object","ssri","tar","text-table","tiny-relative-date","uid-number","umask","uuid","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-uZPtmfBKosIia5LsYr0B12n1zN+LUyMB3Eit5j4aniZwebM3uQ7wGMBQHyDUHPibG3e9Fx4soHPWerJ7DF4ffQ==","shasum":"1aa4ee6aab1a9237b9b73a8656e393288b36407b","tarball":"https://registry.npmjs.org/npm/-/npm-7.0.0-beta.7.tgz","fileCount":2918,"unpackedSize":19532981,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfRV4OCRA9TVsSAnZWagAAnYEP/R1n2PtLhW+Y2TnawpdN\nTaAaH1r802xwImItnMlzZ40zGjFs3XPGhradJpzvorXuO3pLRE0xxzVIoH5m\nh+VNnObnmPcUOMqIrc61QTT/7Yy7+d86mqp4rY4WMIbFVmsOiXkMpgwqA9o7\nmxpEyY6EIavWTNk/Ovwd5xFpvVfUSNs/NGmP83AhpzlXUCCdbPhiERof+qVp\nKwUhFNlQwXToXK7bvCtv7PG1IqsD1KdkbSfnrKKp3SER75jYMK69E8RjCJ3U\nQQvLqBDBh0RIktOK64rPbBeuqT7QZo+iyW0YWaIOQujzAGlGY9JWskt0z8ut\n+lDSxSFO80yKOennO9EP+p+iojXKbQYgPmT2vCMYUgi/6dEsKyjPMT0FWXO1\nh1Av09L42TD9qfzk32sS1aNZZIcCEt2Rfqt7tBozQ1QlGZwggh7fflDfxFHD\nyQCznHgXJrkjkTUJPhmrpKjFRckB16D8VLR0ufQi8X5MBbg9fVDeIVYHpLDO\nOvIqQBPQ3yLueh/33zp+JDQ2c7bWvojrqleQadTOrS3EZbTmUYZXiPlgH/LN\ntKkFvwhliYbr+fnK9s0iKHTDqNxq5n7mtbYbNhVrJUthH82i2hnEXqu3wgDN\nLeB/j6ryfxbvHNDUvuz5z+lGi1swEt3KSY0aPXTGqozz3ARDLNvD28U2dRC+\nyjoL\r\n=Adwh\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCpag2giWiZQlW4wKQmzq1/DAJykputNsjIZKXXpOhRigIgdhVcCyGAupGv9znNb8pvZ7/0BBv8IRB80Yb3mce5t6c="}]},"engines":{"node":">=10"}},"7.0.0-beta.8":{"name":"npm","version":"7.0.0-beta.8","dependencies":{"@npmcli/arborist":"^0.0.19","@npmcli/ci-detect":"^1.2.0","@npmcli/run-script":"^1.5.0","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^2.1.3","byte-size":"^5.0.1","cacache":"^15.0.5","chalk":"^4.1.0","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.5.1","columnify":"~1.5.4","config-chain":"^1.1.12","editor":"~1.0.0","find-npm-prefix":"^1.0.2","glob":"^7.1.4","graceful-fs":"^4.2.3","has-unicode":"~2.0.1","hosted-git-info":"^3.0.5","infer-owner":"^1.0.4","inherits":"^2.0.4","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^3.0.0","libnpmaccess":"^4.0.0","libnpmfund":"0.0.0","libnpmhook":"^6.0.0","libnpmorg":"^2.0.0","libnpmpack":"^2.0.0","libnpmpublish":"^3.0.1","libnpmsearch":"^3.0.0","libnpmteam":"^2.0.1","libnpmversion":"^1.0.4","lockfile":"^1.0.4","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","nopt":"^5.0.0","npm-audit-report":"^2.1.3","npm-package-arg":"^8.0.1","npm-pick-manifest":"^6.1.0","npm-profile":"^5.0.1","npm-registry-fetch":"^8.1.4","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"^1.5.1","pacote":"^11.1.10","parse-conflict-json":"^1.1.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^2.1.2","request":"^2.88.0","retry":"^0.12.0","rimraf":"^2.6.3","semver":"^7.3.2","sha":"^3.0.0","slide":"~1.1.6","sorted-object":"~2.0.1","ssri":"^8.0.0","tar":"^6.0.5","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","uuid":"^3.3.3","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^2.4.3","make-fetch-happen":"^8.0.9","leven":"^3.1.0","@npmcli/config":"^1.1.7","read-package-json-fast":"^1.2.1"},"devDependencies":{"deep-equal":"^1.0.1","eslint-plugin-promise":"^4.2.1","licensee":"^8.1.0","marked":"^0.6.3","marked-man":"^0.6.0","npm-cache-filename":"^1.0.2","npm-registry-couchapp":"^2.7.3","npm-registry-mock":"^1.3.0","require-inject":"^1.4.4","sprintf-js":"^1.1.2","tacks":"^1.3.0","tap":"^14.10.8","tar-stream":"^2.1.0","eslint-plugin-import":"^2.22.0","eslint-plugin-node":"^11.1.0","eslint-plugin-standard":"^4.0.1","eslint":"^7.5.0"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/run-script","abbrev","ansicolors","ansistyles","aproba","archy","bin-links","byte-size","cacache","chalk","chownr","cli-columns","cli-table3","columnify","config-chain","editor","find-npm-prefix","glob","graceful-fs","has-unicode","hosted-git-info","infer-owner","inherits","ini","init-package-json","is-cidr","leven","libnpmaccess","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","lockfile","make-fetch-happen","mkdirp","mkdirp-infer-owner","ms","nopt","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","once","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","request","retry","rimraf","semver","sha","slide","sorted-object","ssri","tar","text-table","tiny-relative-date","uid-number","umask","uuid","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-BhHML4TMNt6JpVn5yOuyR8sF0a/wgiydrqvdQ4TvIaf5M9Gl3Zb+wjDHp9bFFIxaLbqwLvJSsoEvkqgXEYGS2A==","shasum":"d1b334f6d662ddf5cc5186001443ec412c41222f","tarball":"https://registry.npmjs.org/npm/-/npm-7.0.0-beta.8.tgz","fileCount":2918,"unpackedSize":19534028,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfTqA/CRA9TVsSAnZWagAAAzgP/jTJi5ZpJrEbM3BXZ0YV\n+EMXNsSSzoHlT1faS8fF00G+/njHn7i69iPqrV1TG/JQBPF0lefXI1FVFyn9\nfOJrgPyT7yOOyxx4AUVnAwrIUrq8KiaQ/wLmpK4CIi7anQPJVAcQeiL6vA1l\nScRwjTcOvBSsofgXGL0AnvuyBzWQm1kpFdp6HklRqOWwSxIRueSXksGU2KHS\nT6eR/XddRkD2NiJSX1fsPCIVyGFL0Hug/j1XbXLbaDKdwP1wUOFr/2ZoWRaU\nQqJRwKqEdUAQt3UcME2lW+UypGGUfPU5r2CnF63ZQ572yJNoBoefYEj3F6gt\n9YqpwCbkkCcwVF9ZajHCUfb0Mde/5uthb7bDIZVG6IW0CGdojt+kwM3txu7/\nV4DY2Yh8vOUVeZGDs6GTAFlr6y43JskxiWVb5Jpuh/wMjV0huN5tU4o+OvRD\naK97CkEtN0nu0GPhpak74rWo3nMxHU+i3aSUqBnOPPYd7ubZlcIameC39BRz\nj+wjhxNPsmCOR6Dv/SImaTvqvqi6UdJm2UvfsLkE2KBQGX+Q3DLu4xs14YI3\nPSpTM4H1UYqul1xPPk2tZ02giGZ1ubj4SvbdVomM/H4diZ8qsgtwrVaNYK51\nO6QabS7vyVX2WD5N0Fcw+nwf3QBW37HfCi0a9tKwXyrDjwTURiMnyh0xlcCe\nZv76\r\n=esAM\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHRoTxXp20EuC1jXeCgVKEAPlTpSi3EzKVnwZDQJzOwQAiAuvtcsYMFw4OEGgNhWTFv1r76+17yumLE4hrQtmhNNHA=="}]},"engines":{"node":">=10"}},"7.0.0-beta.9":{"name":"npm","version":"7.0.0-beta.9","dependencies":{"@npmcli/arborist":"^0.0.21","@npmcli/ci-detect":"^1.2.0","@npmcli/run-script":"^1.5.0","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^2.1.3","byte-size":"^5.0.1","cacache":"^15.0.5","chalk":"^4.1.0","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.5.1","columnify":"~1.5.4","config-chain":"^1.1.12","editor":"~1.0.0","find-npm-prefix":"^1.0.2","glob":"^7.1.4","graceful-fs":"^4.2.3","has-unicode":"~2.0.1","hosted-git-info":"^3.0.5","infer-owner":"^1.0.4","inherits":"^2.0.4","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^3.0.0","libnpmaccess":"^4.0.0","libnpmfund":"0.0.0","libnpmhook":"^6.0.0","libnpmorg":"^2.0.0","libnpmpack":"^2.0.0","libnpmpublish":"^3.0.1","libnpmsearch":"^3.0.0","libnpmteam":"^2.0.1","libnpmversion":"^1.0.4","lockfile":"^1.0.4","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","nopt":"^5.0.0","npm-audit-report":"^2.1.4","npm-package-arg":"^8.0.1","npm-pick-manifest":"^6.1.0","npm-profile":"^5.0.1","npm-registry-fetch":"^8.1.4","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"^1.5.2","pacote":"^11.1.10","parse-conflict-json":"^1.1.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^2.1.2","request":"^2.88.0","retry":"^0.12.0","rimraf":"^2.6.3","semver":"^7.3.2","sha":"^3.0.0","slide":"~1.1.6","sorted-object":"~2.0.1","ssri":"^8.0.0","tar":"^6.0.5","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","uuid":"^3.3.3","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^2.4.3","make-fetch-happen":"^8.0.9","leven":"^3.1.0","@npmcli/config":"^1.1.7","read-package-json-fast":"^1.2.1"},"devDependencies":{"deep-equal":"^1.0.1","eslint-plugin-promise":"^4.2.1","licensee":"^8.1.0","marked":"^0.6.3","marked-man":"^0.6.0","npm-cache-filename":"^1.0.2","npm-registry-couchapp":"^2.7.3","npm-registry-mock":"^1.3.0","require-inject":"^1.4.4","sprintf-js":"^1.1.2","tacks":"^1.3.0","tap":"^14.10.8","tar-stream":"^2.1.0","eslint-plugin-import":"^2.22.0","eslint-plugin-node":"^11.1.0","eslint-plugin-standard":"^4.0.1","eslint":"^7.5.0"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/run-script","abbrev","ansicolors","ansistyles","aproba","archy","bin-links","byte-size","cacache","chalk","chownr","cli-columns","cli-table3","columnify","config-chain","editor","find-npm-prefix","glob","graceful-fs","has-unicode","hosted-git-info","infer-owner","inherits","ini","init-package-json","is-cidr","leven","libnpmaccess","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","lockfile","make-fetch-happen","mkdirp","mkdirp-infer-owner","ms","nopt","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","once","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","request","retry","rimraf","semver","sha","slide","sorted-object","ssri","tar","text-table","tiny-relative-date","uid-number","umask","uuid","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-gFUTuvSAtFpBzUhutymVVnIOn0kBgSbj+5ietpgkgj+vaJ7GjEO+hoZEtn/K6768Vqzaz0zqWT4x4s64+oFKsg==","shasum":"339ef22fb276fb0dd1fb76cc2f2e03a6136e433e","tarball":"https://registry.npmjs.org/npm/-/npm-7.0.0-beta.9.tgz","fileCount":2948,"unpackedSize":19999172,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfUpMWCRA9TVsSAnZWagAA+qgP/RdQrMRcKN/bbEOOi1cU\ndttA9BxlrFQe9ruSh1IFKEo0dNYfprUxJOH0w+Lu7IE67PGFJuowmbG0+w0W\n1eyoRo3li8oTFsJJfht/hVXEyF2fWgF4Tm/o7CJgBFrA47cBeV+/nw9jm4Jw\nOQszuMWZH3Glj5DKHzwMKVY0nyc5Ql3sffYAk1Sn8FHJRXECt5rrRNgXHcXP\nPlgkrwdkIbSQ6ONv5/goxPh9FViVC2REt8v10S6USHvRvS+9H5v5ffdK2rT3\nOVpo98gjnbOgOovXz5VaWOjBjGYJIxjRA/yAsqtnGzE2UnFS65rPn+VO8duA\nViBrdR+CEqPI7O34wU1nXiiCDeQIrzAyfnIJJE9KwOW05aKSrk1hvUk6d7tq\nJTqnBz5JRBv4wCyjtsZnc+1b19yeysQNNkkubacNThy2azH0YuxmQ6AzqCfl\nMaWrozi9oFWVijKln2Po1WBztI1+aCWFE82gAdGicR4pc5jYHJpOy7gawsYw\nL7JKV6Ky+y8Dn7p+ta8JTbD+UncrMUUmNCAzn3ULc86ngk9o1BV1wmm4T6v0\n/TnRsN0E/df4Bm74PSg/Z+17++0xHaFmuj/r2VESd6UmWbjqc1e0kkJkYoPn\nOO03vUR6h45nIzACL789k6sQkSTWSWR/E2+qq1yCNDNP1vbwysEn1izsuCfJ\nWu8c\r\n=RFc/\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIA03f8YxX7sNbWwqbFUVDpaqGHTNgRZbAkMJbNuxG7fWAiBB9HNGrq9f4KSM4i3KwN+FA3P7bOra2F6zmScD8L0Q4g=="}]},"engines":{"node":">=10"}},"7.0.0-beta.10":{"name":"npm","version":"7.0.0-beta.10","dependencies":{"@npmcli/arborist":"^0.0.21","@npmcli/ci-detect":"^1.2.0","@npmcli/run-script":"^1.5.0","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^2.1.3","byte-size":"^5.0.1","cacache":"^15.0.5","chalk":"^4.1.0","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.5.1","columnify":"~1.5.4","config-chain":"^1.1.12","editor":"~1.0.0","find-npm-prefix":"^1.0.2","glob":"^7.1.4","graceful-fs":"^4.2.3","has-unicode":"~2.0.1","hosted-git-info":"^3.0.5","infer-owner":"^1.0.4","inherits":"^2.0.4","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^3.0.0","libnpmaccess":"^4.0.0","libnpmfund":"0.0.0","libnpmhook":"^6.0.0","libnpmorg":"^2.0.0","libnpmpack":"^2.0.0","libnpmpublish":"^3.0.1","libnpmsearch":"^3.0.0","libnpmteam":"^2.0.1","libnpmversion":"^1.0.4","lockfile":"^1.0.4","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","nopt":"^5.0.0","npm-audit-report":"^2.1.4","npm-package-arg":"^8.0.1","npm-pick-manifest":"^6.1.0","npm-profile":"^5.0.1","npm-registry-fetch":"^8.1.4","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"^1.5.2","pacote":"^11.1.10","parse-conflict-json":"^1.1.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^2.1.2","request":"^2.88.0","retry":"^0.12.0","rimraf":"^2.6.3","semver":"^7.3.2","sha":"^3.0.0","slide":"~1.1.6","sorted-object":"~2.0.1","ssri":"^8.0.0","tar":"^6.0.5","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","uuid":"^3.3.3","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^2.4.3","make-fetch-happen":"^8.0.9","leven":"^3.1.0","@npmcli/config":"^1.1.7","read-package-json-fast":"^1.2.1"},"devDependencies":{"deep-equal":"^1.0.1","eslint-plugin-promise":"^4.2.1","licensee":"^8.1.0","marked":"^0.6.3","marked-man":"^0.6.0","npm-cache-filename":"^1.0.2","npm-registry-couchapp":"^2.7.3","npm-registry-mock":"^1.3.0","require-inject":"^1.4.4","sprintf-js":"^1.1.2","tacks":"^1.3.0","tap":"^14.10.8","tar-stream":"^2.1.0","eslint-plugin-import":"^2.22.0","eslint-plugin-node":"^11.1.0","eslint-plugin-standard":"^4.0.1","eslint":"^7.5.0"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/run-script","abbrev","ansicolors","ansistyles","aproba","archy","bin-links","byte-size","cacache","chalk","chownr","cli-columns","cli-table3","columnify","config-chain","editor","find-npm-prefix","glob","graceful-fs","has-unicode","hosted-git-info","infer-owner","inherits","ini","init-package-json","is-cidr","leven","libnpmaccess","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","lockfile","make-fetch-happen","mkdirp","mkdirp-infer-owner","ms","nopt","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","once","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","request","retry","rimraf","semver","sha","slide","sorted-object","ssri","tar","text-table","tiny-relative-date","uid-number","umask","uuid","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-yf0cPxtKBNtU3FRXvupjdaXu61FJGEda89yMgKVD9+JrSfIyIkzwGNXlBqZ70qUMT7YHcJ6bmexW5HpnXsZkeQ==","shasum":"91aba9b8895d205dc4f3a14788232ccf5bd6e162","tarball":"https://registry.npmjs.org/npm/-/npm-7.0.0-beta.10.tgz","fileCount":2953,"unpackedSize":20068842,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfV8AqCRA9TVsSAnZWagAAC2QQAIrSV6ybGUvbZ488QoJR\n2A0Zo0FwaHDDY6F3EkXbbQ0ajriQVHOQ3qTba1TB41YnBA2WXCKJv9dZYir7\n32jxpjsxNuR/5TUMNEeyET7uPJy6Pzs+dmfXTVoIT5TidyLZ9/la8tMzrKGc\n2ksXH/pAAtkG3CJWLYV4Wb1eke7lm8uMD5xnHc674g524FDGcPBpCeV7v4oj\ndkbwAqNTJzMwp981QnwinoWy3R0rvbqu4bLv0oSbh5GM+nYZwXVwQWm7SP9D\nOSl35U+jEqD729WdHyI4axW8fSRWI+FhfrN2nf8WYXhBLYoKuesg1mkeH8JL\nF77TpzF+dklDjYAejKnFL8KA2jwoqq3RPrSXhyuNb4a8ltA9PJQmaEeo6+da\nPsM/t6Mu0Z8QoK1gg/XnWXjDwSMJl+kCNJO1TUlxtIBrTUysaM2YvQkmu2J2\ncwOZ6VlUGNXVwVriVrxhPjWIIM6bsRJ+pUF5sAUYywu8kPjDJBcyg+I79tjI\nuSBYJEDRXLdoZBOPoirqfBwFoVFqq3unhWDf2+pMcGaUkLVcS0b/oATlSrUM\nlrdf2tIchnl8FxUIpollfj9MNSwT3mU0BXMOBVq9G1v/gWUbCUpF0n+cSzyr\nDeiTM+nwfXMsRaV9XKs4RLueIECqWnrA4G2Px1f8ZqPSRnB1HsGEAEQnCLCm\nMdnu\r\n=h5Cl\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDY05m4KMx6m0YTKhhSb+0n4ALLmB+tNVyLVztqANiVIgIhAIpX5zjwoj+j81Zjpjaf66paaq2aPnWyDUdsEsUi65Gb"}]},"engines":{"node":">=10"}},"7.0.0-beta.11":{"name":"npm","version":"7.0.0-beta.11","dependencies":{"@npmcli/arborist":"^0.0.25","@npmcli/ci-detect":"^1.2.0","@npmcli/config":"^1.1.8","@npmcli/run-script":"^1.5.0","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^2.1.3","byte-size":"^5.0.1","cacache":"^15.0.5","chalk":"^4.1.0","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.5.1","columnify":"~1.5.4","config-chain":"^1.1.12","editor":"~1.0.0","find-npm-prefix":"^1.0.2","glob":"^7.1.4","graceful-fs":"^4.2.3","has-unicode":"~2.0.1","hosted-git-info":"^3.0.5","infer-owner":"^1.0.4","inherits":"^2.0.4","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^3.0.0","leven":"^3.1.0","libnpmaccess":"^4.0.0","libnpmfund":"0.0.0","libnpmhook":"^6.0.0","libnpmorg":"^2.0.0","libnpmpack":"^2.0.0","libnpmpublish":"^3.0.1","libnpmsearch":"^3.0.0","libnpmteam":"^2.0.1","libnpmversion":"^1.0.5","lockfile":"^1.0.4","make-fetch-happen":"^8.0.9","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","nopt":"^5.0.0","npm-audit-report":"^2.1.4","npm-package-arg":"^8.0.1","npm-pick-manifest":"^6.1.0","npm-profile":"^5.0.1","npm-registry-fetch":"^8.1.4","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"^1.5.2","pacote":"^11.1.10","parse-conflict-json":"^1.1.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^2.1.2","read-package-json-fast":"^1.2.1","request":"^2.88.0","retry":"^0.12.0","rimraf":"^2.6.3","semver":"^7.3.2","sha":"^3.0.0","slide":"~1.1.6","sorted-object":"~2.0.1","ssri":"^8.0.0","tar":"^6.0.5","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","uuid":"^3.3.3","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^2.4.3"},"devDependencies":{"deep-equal":"^1.0.1","eslint":"^7.5.0","eslint-plugin-import":"^2.22.0","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-standard":"^4.0.1","licensee":"^8.1.0","marked":"^0.6.3","marked-man":"^0.6.0","npm-cache-filename":"^1.0.2","npm-registry-couchapp":"^2.7.3","npm-registry-mock":"^1.3.0","require-inject":"^1.4.4","sprintf-js":"^1.1.2","tacks":"^1.3.0","tap":"^14.10.8","tar-stream":"^2.1.0"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/run-script","abbrev","ansicolors","ansistyles","aproba","archy","bin-links","byte-size","cacache","chalk","chownr","cli-columns","cli-table3","columnify","config-chain","editor","find-npm-prefix","glob","graceful-fs","has-unicode","hosted-git-info","infer-owner","inherits","ini","init-package-json","is-cidr","leven","libnpmaccess","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","lockfile","make-fetch-happen","mkdirp","mkdirp-infer-owner","ms","nopt","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","once","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","request","retry","rimraf","semver","sha","slide","sorted-object","ssri","tar","text-table","tiny-relative-date","uid-number","umask","uuid","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-PHDCQL8OT0CYJWOKIkyQfFWZEX/QDxY8SH6PTl8cqK88VPPd3Pdsoyi5zAFQEa1p445ERZ/zhUU5uJ6Yka4OLg==","shasum":"eca1956143640b769ac0088eea79df4169d097bd","tarball":"https://registry.npmjs.org/npm/-/npm-7.0.0-beta.11.tgz","fileCount":2933,"unpackedSize":19652258,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfYjbDCRA9TVsSAnZWagAACOoP+gNDEXtoS4rNZlM8K0Pt\n/jVXwc7zOAUR/RptSp85yGUKcZ/qvUKXHt5Mb2/y5wNlMQM497nSXjsAppLn\nPHWlvNRLsTldz1TGPIgx7sgbnPwgNTF45mIRHQr87/leopzYTbNQK23pGYol\nk+bjqwyVDZztBIg7/XI6YNoOqEoUgAaDQZho1RxFMCWnjLIknJc2hgvoEcZN\n3O5D+x8eYM9sSc9otdTLbR6/HXDy9Lm6SBQY4k6Ip7i0+hP+iEgkTwR27xny\nh5p+xuT403h37WQ9QVYfqhqY71CgDh0fZXc8bALM1ZtSUTnice90cE331243\ndLcVIuGWa8jbXO7v239wkhaJP+0FngxzXWa9eIBdprwsvX0EHJfMX9wjomf1\nlfx/qpZ/Ug29f+NjiMQyq3eaNlWB0T9yIoNb/ZHk6wmHazTUKdBPbvYOOfNF\ndOhkq1ht+3qKIQ8WvgyvYfV0AFflSvNMNEEjQ95STx6wrHJi32eEy7q93D8G\ns5bZ9eAsmr5ZvS/ig6m4t2334dcOE5jLdUPB7AURNMbzIpUP4g+FwI917+5c\niAG5TA+YxKqfLtSU4NORQ1GXqmHRUJKBiEJH9/nVH2dy/y/dLDvPWvQ3vNhx\nn+v7DNrfbgdeoB2yqudNUqgrQd6zn+8rDTbyy2nsFwBVWOMJIeoDuPwRules\nB0Ku\r\n=m6iB\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICPdlEvY283isRXf2B/kv4YiOeuTH7EIkoZbV/WPEuHoAiA0Bi/+AzRtDVAup5mqcchtSlju0+wW5XSqpU4pa/Iudw=="}]},"engines":{"node":">=10"}},"7.0.0-beta.12":{"name":"npm","version":"7.0.0-beta.12","dependencies":{"@npmcli/arborist":"^0.0.27","@npmcli/ci-detect":"^1.2.0","@npmcli/config":"^1.1.8","@npmcli/run-script":"^1.6.0","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^2.1.3","byte-size":"^5.0.1","cacache":"^15.0.5","chalk":"^4.1.0","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.5.1","columnify":"~1.5.4","config-chain":"^1.1.12","editor":"~1.0.0","find-npm-prefix":"^1.0.2","glob":"^7.1.4","graceful-fs":"^4.2.3","has-unicode":"~2.0.1","hosted-git-info":"^3.0.5","infer-owner":"^1.0.4","inherits":"^2.0.4","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^3.0.0","leven":"^3.1.0","libnpmaccess":"^4.0.0","libnpmfund":"0.0.0","libnpmhook":"^6.0.0","libnpmorg":"^2.0.0","libnpmpack":"^2.0.0","libnpmpublish":"^3.0.1","libnpmsearch":"^3.0.0","libnpmteam":"^2.0.1","libnpmversion":"^1.0.5","lockfile":"^1.0.4","make-fetch-happen":"^8.0.9","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","nopt":"^5.0.0","npm-audit-report":"^2.1.4","npm-package-arg":"^8.0.1","npm-pick-manifest":"^6.1.0","npm-profile":"^5.0.1","npm-registry-fetch":"^8.1.4","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"^1.5.2","pacote":"^11.1.10","parse-conflict-json":"^1.1.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^2.1.2","read-package-json-fast":"^1.2.1","request":"^2.88.0","retry":"^0.12.0","rimraf":"^2.6.3","semver":"^7.3.2","sha":"^3.0.0","slide":"~1.1.6","sorted-object":"~2.0.1","ssri":"^8.0.0","tar":"^6.0.5","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","uuid":"^3.3.3","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^2.4.3"},"devDependencies":{"deep-equal":"^1.0.1","eslint":"^7.5.0","eslint-plugin-import":"^2.22.0","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-standard":"^4.0.1","licensee":"^8.1.0","marked":"^0.6.3","marked-man":"^0.6.0","npm-cache-filename":"^1.0.2","npm-registry-couchapp":"^2.7.3","npm-registry-mock":"^1.3.0","require-inject":"^1.4.4","sprintf-js":"^1.1.2","tacks":"^1.3.0","tap":"^14.10.8"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/run-script","abbrev","ansicolors","ansistyles","aproba","archy","bin-links","byte-size","cacache","chalk","chownr","cli-columns","cli-table3","columnify","config-chain","editor","find-npm-prefix","glob","graceful-fs","has-unicode","hosted-git-info","infer-owner","inherits","ini","init-package-json","is-cidr","leven","libnpmaccess","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","lockfile","make-fetch-happen","mkdirp","mkdirp-infer-owner","ms","nopt","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","once","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","request","retry","rimraf","semver","sha","slide","sorted-object","ssri","tar","text-table","tiny-relative-date","uid-number","umask","uuid","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-92NF452n71wrXBiz2eHkoI12ipNFGU7FDzDmL7nlUB8ABfz2gIfxw5UIBHpSAaQtq2oHaBV96Fy1t4tTweQ3tg==","shasum":"7943bcde95c1c345b053d97921246cc29b3427d4","tarball":"https://registry.npmjs.org/npm/-/npm-7.0.0-beta.12.tgz","fileCount":2851,"unpackedSize":19506647,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfakpnCRA9TVsSAnZWagAA2N4P/3FjxEwwmqY8nbVdCEci\nXBiinlv/ywN4oqZqdOwtqeyYYtIC7OXgdARSQBiWOFpaodJBiyrd72dh0k+m\nV7/D5ONY6YyWmKohptVCHGG25KMQPD/sXaBkfuIBnbVDM0/0Dkx+ulBg3EMI\nLP/QhD0ENDJx2mDSHG0j6rmaSKoOPrM9+IgL7aZANAbEHWHQx1UHZAWxgX4g\nAJJV7KqUj7asPDPQAdKI0/1rcEnt3PAlXlTZc70GizjU57QKIh55+T4xQvY+\nEX9IuJVomSQrcvSdxnkwdeGt8gUrnsxmiPlquZ7q0LBe7yuuxjhzbOGxHejv\nIgALtTwDGLqIPN5p+MCtw+UGrs/7TGv93AgSwWmvR3KVOUVuOIRr23MENfhj\n9JH1M/JFzB79pNKKIY4UwguZgn070F6XF7SfvQNTEEx5BrhJ+3zQTX2by5HV\nWWwBJpdc/zdYliz6yRdGwR3xmU6jCFuSBiszrupzPftGXK7GgKW+Z4BYlDHy\n7VONi814LqOBctVRjxD9/4Lq2WJYcndHwCzwIqTXMi0qUsdt40/cPRctRrAm\nVmaCUw5tpbzewO8S1CahWCgoR5Np4dzTp9BhKeC1Q6aw1ItBuX4ZQI1W+La7\nX4uDiCyKd5gfN6cdow7R+Da5qBRA46RCmkuTVmEgtP/nBz9Lj9YcRCbMCZ9N\nMJxS\r\n=6aPa\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBa9gRd/y2so1rHdldQ+1Z1azZpVgqLiFm43xW5Gz5djAiAfL3Vkdp46no8uc42t8PfnZ4qXZOkZsrAsB5FDLbtGRw=="}]},"engines":{"node":">=10"}},"7.0.0-beta.13":{"name":"npm","version":"7.0.0-beta.13","dependencies":{"@npmcli/arborist":"^0.0.28","@npmcli/ci-detect":"^1.2.0","@npmcli/config":"^1.1.8","@npmcli/run-script":"^1.6.0","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^2.1.3","byte-size":"^5.0.1","cacache":"^15.0.5","chalk":"^4.1.0","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.5.1","columnify":"~1.5.4","config-chain":"^1.1.12","editor":"~1.0.0","find-npm-prefix":"^1.0.2","glob":"^7.1.4","graceful-fs":"^4.2.3","has-unicode":"~2.0.1","hosted-git-info":"^3.0.5","infer-owner":"^1.0.4","inherits":"^2.0.4","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^3.0.0","leven":"^3.1.0","libnpmaccess":"^4.0.0","libnpmfund":"0.0.0","libnpmhook":"^6.0.0","libnpmorg":"^2.0.0","libnpmpack":"^2.0.0","libnpmpublish":"^3.0.1","libnpmsearch":"^3.0.0","libnpmteam":"^2.0.1","libnpmversion":"^1.0.5","lockfile":"^1.0.4","make-fetch-happen":"^8.0.9","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","nopt":"^5.0.0","npm-audit-report":"^2.1.4","npm-package-arg":"^8.0.1","npm-pick-manifest":"^6.1.0","npm-profile":"^5.0.1","npm-registry-fetch":"^8.1.4","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","once":"~1.4.0","opener":"^1.5.2","pacote":"^11.1.10","parse-conflict-json":"^1.1.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^2.1.2","read-package-json-fast":"^1.2.1","request":"^2.88.0","retry":"^0.12.0","rimraf":"^2.6.3","semver":"^7.3.2","sha":"^3.0.0","slide":"~1.1.6","sorted-object":"~2.0.1","ssri":"^8.0.0","tar":"^6.0.5","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","uuid":"^3.3.3","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^2.4.3"},"devDependencies":{"deep-equal":"^1.0.1","eslint":"^7.5.0","eslint-plugin-import":"^2.22.0","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-standard":"^4.0.1","licensee":"^8.1.0","marked":"^0.6.3","marked-man":"^0.6.0","npm-cache-filename":"^1.0.2","npm-registry-couchapp":"^2.7.3","npm-registry-mock":"^1.3.0","require-inject":"^1.4.4","sprintf-js":"^1.1.2","tacks":"^1.3.0","tap":"^14.10.8"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/run-script","abbrev","ansicolors","ansistyles","aproba","archy","bin-links","byte-size","cacache","chalk","chownr","cli-columns","cli-table3","columnify","config-chain","editor","find-npm-prefix","glob","graceful-fs","has-unicode","hosted-git-info","infer-owner","inherits","ini","init-package-json","is-cidr","leven","libnpmaccess","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","lockfile","make-fetch-happen","mkdirp","mkdirp-infer-owner","ms","nopt","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","once","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","request","retry","rimraf","semver","sha","slide","sorted-object","ssri","tar","text-table","tiny-relative-date","uid-number","umask","uuid","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-JPOR+iMPy9M1QKkR05bv5hlHkqo2W6FY0t6GwBhzC00b/7YjgvqUz+HPzlDe1hhm6LpLWU3e0xNPQORHT2cWrA==","shasum":"aeda6f7ad092528451e155f0c3109270cd875188","tarball":"https://registry.npmjs.org/npm/-/npm-7.0.0-beta.13.tgz","fileCount":3011,"unpackedSize":22116228,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfc4QlCRA9TVsSAnZWagAAoaQQAJH7NQAofDGVBqCOoYQ4\nrOp7o8MH7bMO8T7FyzrQDO4/pqT4PT+/NXUjqqaU2/3/gHaZKjpHp7MsTpEM\nkRbX4cXgEotCr70/OOeGE6ib2cAcLL7IshcbHqV0towKBZoBrcHizCnrgCHm\njXr2ktg4PloI3Qcvw96H57/KJo6SePkQgu+ONvO6vkP1gRyAWVeGeX5jR0en\nDEcdEUjIBiyVVlGsMNG0Zxg3Olo8pIZN6nI+GdSDcfCW5W2D5lY44A55UeRA\nIL0201fjgiwnas1+7nRXOY3Tlh6atUKgb2DR1XWlhGpMqyf8jvvnJbcsnSzS\nJvSxQpADDe+Icy+uRCCVsAiK6tEFnILMrqzxh12pamVKcXm09VKMVePtA9vX\nZ8Zb4Y4b2hgm+Uz6s9yLo1UPQeYU3rUegsEbNmX2syUUPiDLH4ev/KD9wPES\nJIS5ZpjSc90Rc8mLUdn364CPzWving4V+R3D9YVpKyXTH6jVG59ivmh63aI6\nejJLCabxmBlcmKI1MKiyIdK7k8ogNtfdZ0f5ewGuxyXpaPk+bclyMwPOJTxF\nsqEhoWTJdbntD6cTXTPQFTl20Hs3RsZ/JAI9Blu/DbU2L+SIt5E7V3IU4mRy\n7RrsJIBHSnnFjMduUzAaigNzYtoI8afUNc++x7xt1ntXOb+MWEY6JDwR/cMd\n89VE\r\n=5HFc\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC45LkT4oIbeiiZxyscpbQ000wgpPWzBu2jIB2SdJDiLgIhANVAJjlRlD/RrtbULhfbaTW0emHMQm2I7DBpKWR2e+HD"}]},"engines":{"node":">=10"}},"7.0.0-rc.0":{"name":"npm","version":"7.0.0-rc.0","dependencies":{"@npmcli/arborist":"^0.0.30","@npmcli/ci-detect":"^1.2.0","@npmcli/config":"^1.1.8","@npmcli/run-script":"^1.7.0","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^2.2.1","byte-size":"^7.0.0","cacache":"^15.0.5","chalk":"^4.1.0","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.6.0","columnify":"~1.5.4","editor":"~1.0.0","glob":"^7.1.4","graceful-fs":"^4.2.3","hosted-git-info":"^3.0.5","inherits":"^2.0.4","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^4.0.2","leven":"^3.1.0","libnpmaccess":"^4.0.0","libnpmfund":"0.0.0","libnpmhook":"^6.0.0","libnpmorg":"^2.0.0","libnpmpack":"^2.0.0","libnpmpublish":"^3.0.1","libnpmsearch":"^3.0.0","libnpmteam":"^2.0.1","libnpmversion":"^1.0.5","make-fetch-happen":"^8.0.9","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","nopt":"^5.0.0","npm-audit-report":"^2.1.4","npm-package-arg":"^8.0.1","npm-pick-manifest":"^6.1.0","npm-profile":"^5.0.1","npm-registry-fetch":"^8.1.4","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","opener":"^1.5.2","pacote":"^11.1.10","parse-conflict-json":"^1.1.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^2.1.2","read-package-json-fast":"^1.2.1","rimraf":"^3.0.2","semver":"^7.3.2","sorted-object":"~2.0.1","ssri":"^8.0.0","tar":"^6.0.5","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uuid":"^8.3.0","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^3.0.3"},"devDependencies":{"eslint":"^7.10.0","eslint-plugin-import":"^2.22.1","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-standard":"^4.0.1","marked-man":"^0.7.0","require-inject":"^1.4.4","tap":"^14.10.8"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/run-script","abbrev","ansicolors","ansistyles","aproba","archy","bin-links","byte-size","cacache","chalk","chownr","cli-columns","cli-table3","columnify","editor","glob","graceful-fs","hosted-git-info","inherits","ini","init-package-json","is-cidr","leven","libnpmaccess","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","mkdirp","mkdirp-infer-owner","ms","nopt","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","rimraf","semver","sorted-object","ssri","tar","text-table","tiny-relative-date","uuid","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-+1ex+t6ZFhaWmvWlL6ov2XK/u9RbgzbzIEggVBE/GTz9hwDo5sd6T6s5B73Kk1sIA3HnyHzu/AqRkHeKdArN8g==","shasum":"2657e57030f02045641dff85ebfd622bf2bdb79f","tarball":"https://registry.npmjs.org/npm/-/npm-7.0.0-rc.0.tgz","fileCount":2893,"unpackedSize":19328517,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfdeunCRA9TVsSAnZWagAAce4P/2q3AVX/750rXqsDxa4l\nJPpW9kB1/nPaWFX3cDX6F9B1HJ644Jsw/H0zibLUohS4pinmfsJFZ9mdyZ5B\na2CbvZTBnx6Vt6/jqXYpmrgBZ1Nw7DPArIpKFavOSYrBi8vm4ONgMvbD9zsM\nHwMUbFJjSmDj/lYvH4att9Huvk5XkhrlFJ8NFE+9fVzNP2GUHda4VCcNc1Ea\nyca1BKtZ2feEk97m21FFHx7/gN4QL3Lm/s58LCg6JHmObgYVQlYsS31FbPdO\n3iyq9n4dc2s6mzl88zSi2RjuTt/wDEAcJN1wJ3grzvbhp5wnX/JaOgTwJeCi\nBA8RzLSsYmYoCc3PqmcJZPcnyKJviIKcAx0PPrGJXTQ5aR6p+D0y14jVkrde\nbUpkFRt/d6aMHdMgmtLICQX6XQcs5YcpYv/OuoDbExUchPBOiGfSTHHe6nCn\nTK0oOdSTg91ODaBAzRQCou26v+KYOs7nDupP9O1DOrCtIUyrQMh1GxPLOLzX\nmaFhb3QMl+XcuRxNhUlLqYssMT2a1jeWW3a1W5KZOrN7yqt1gTGLbVYY85lm\n1q0lpMFmKfjpZVMPmSlGOK+GWtz3yWDsaUhAFra8TaTZYvg+05JtjyyhAt1d\n/+y24j6HCS2VlFTxIxkk0sDKrRqqldVy+MvYMVWiSBJKdJ5tPZHp7bpksvPC\nPyKG\r\n=N8IV\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDLuGqYXEr+8zCjp4VTMpdMnagb4qYoe6v/q8ayJKFbRwIgPRyOsvZupW2Vn5dlSI+MImuvWvQSkZYz3cXiJi4lbpg="}]},"engines":{"node":">=10"}},"7.0.0-rc.1":{"name":"npm","version":"7.0.0-rc.1","dependencies":{"@npmcli/arborist":"^0.0.31","@npmcli/ci-detect":"^1.2.0","@npmcli/config":"^1.1.8","@npmcli/run-script":"^1.7.0","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^2.2.1","byte-size":"^7.0.0","cacache":"^15.0.5","chalk":"^4.1.0","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.6.0","columnify":"~1.5.4","editor":"~1.0.0","glob":"^7.1.4","graceful-fs":"^4.2.3","hosted-git-info":"^3.0.5","inherits":"^2.0.4","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^4.0.2","leven":"^3.1.0","libnpmaccess":"^4.0.0","libnpmfund":"0.0.0","libnpmhook":"^6.0.0","libnpmorg":"^2.0.0","libnpmpack":"^2.0.0","libnpmpublish":"^3.0.1","libnpmsearch":"^3.0.0","libnpmteam":"^2.0.1","libnpmversion":"^1.0.5","make-fetch-happen":"^8.0.9","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","nopt":"^5.0.0","npm-audit-report":"^2.1.4","npm-package-arg":"^8.0.1","npm-pick-manifest":"^6.1.0","npm-profile":"^5.0.1","npm-registry-fetch":"^8.1.4","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","opener":"^1.5.2","pacote":"^11.1.10","parse-conflict-json":"^1.1.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^2.1.2","read-package-json-fast":"^1.2.1","rimraf":"^3.0.2","semver":"^7.3.2","sorted-object":"~2.0.1","ssri":"^8.0.0","tar":"^6.0.5","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uuid":"^8.3.0","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^3.0.3"},"devDependencies":{"eslint":"^7.10.0","eslint-plugin-import":"^2.22.1","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-standard":"^4.0.1","marked-man":"^0.7.0","require-inject":"^1.4.4","tap":"^14.10.8"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/run-script","abbrev","ansicolors","ansistyles","aproba","archy","bin-links","byte-size","cacache","chalk","chownr","cli-columns","cli-table3","columnify","editor","glob","graceful-fs","hosted-git-info","inherits","ini","init-package-json","is-cidr","leven","libnpmaccess","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","mkdirp","mkdirp-infer-owner","ms","nopt","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","rimraf","semver","sorted-object","ssri","tar","text-table","tiny-relative-date","uuid","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-e0HUhG8Kgz9B9FfMRiPn3neyYLj81utyApn4za7PXBD5SFW4gVH+q60aMlplRayLYlHiu4du2ZGvf9N1UfSFVw==","shasum":"d661e5e40899b405ae9e73933cfeb2071919c482","tarball":"https://registry.npmjs.org/npm/-/npm-7.0.0-rc.1.tgz","fileCount":2862,"unpackedSize":19443311,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfd5peCRA9TVsSAnZWagAAFqUQAIZGR+zSpwANeDFA3+XR\nz+fET2bdVC1/LUSErgV0dl4//9WWKwwpyIpFf7c1l4y9fPoYeqiUwxgzWfK3\ntEhXWRbOH8JR280OXj20YPfUmaJqh4WLMkFZzFBWpliLXORqyBoG4zxFaqgA\nxpPOddnlYFhyPyZTDHe86lt/71QfHStsquuYg738cR893np7h7/zM8owgC8M\nMCgf5J7ysifMbaUoXARwntd/iEfIlR8dQvlyj148WgXgWH683Do8tZD3B/44\nzIE4Y3R/C5yQvnBdtcs3lVWVcXduVTUt2sETjy7/FJOdaDTwWc1wIyQgjyx6\n+D3oUGfEtRiBdOaOUpY87w4La+SDCWjuB5+lKvxL7Pait+vwJV1SrkEbKh6z\n+t25miFAEPbMRomQXxHrFJOAUB7xXgKem9/B0voF7wdbrYjWKd3eO9hjllRB\n++XQl9A4LVedOQgxYLiSVA9SaxcI2Gl/v7EEyLtn5JCDrlJn5BHSv+mQ9uwU\nQ6c1IcqjlqLJXgyvwH6hMjIUuHGAdRGjbv76Sb3pS7PNYjp+K93lc7NtmwK9\nszGUxWdFA9hpUfHp7L9iKYCN7Cafn+Nas0YocYBW09yZUOIEtQl8GS93ojBh\ntYc9hy0NOkWh2gBQgB6bZEDE+H3Ro3CXWoWhu40JoMDWfXQ7ZfpR+pEhZq1u\nqry3\r\n=LpLQ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCE8gCjRF7UCPHmFCeIjmZ++u3i4MEe36yuYS1e8B82hQIhAIKMS5ndZ34BMc567JRWR7U7swJ7+FGxo26+rnfJ0clF"}]},"engines":{"node":">=10"}},"7.0.0-rc.2":{"name":"npm","version":"7.0.0-rc.2","dependencies":{"@npmcli/arborist":"^0.0.31","@npmcli/ci-detect":"^1.2.0","@npmcli/config":"^1.1.8","@npmcli/run-script":"^1.7.0","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^2.2.1","byte-size":"^7.0.0","cacache":"^15.0.5","chalk":"^4.1.0","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.6.0","columnify":"~1.5.4","editor":"~1.0.0","glob":"^7.1.4","graceful-fs":"^4.2.3","hosted-git-info":"^3.0.5","inherits":"^2.0.4","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^4.0.2","leven":"^3.1.0","libnpmaccess":"^4.0.0","libnpmfund":"0.0.0","libnpmhook":"^6.0.0","libnpmorg":"^2.0.0","libnpmpack":"^2.0.0","libnpmpublish":"^3.0.1","libnpmsearch":"^3.0.0","libnpmteam":"^2.0.1","libnpmversion":"^1.0.5","make-fetch-happen":"^8.0.9","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","nopt":"^5.0.0","npm-audit-report":"^2.1.4","npm-package-arg":"^8.0.1","npm-pick-manifest":"^6.1.0","npm-profile":"^5.0.1","npm-registry-fetch":"^8.1.4","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","opener":"^1.5.2","pacote":"^11.1.10","parse-conflict-json":"^1.1.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^2.1.2","read-package-json-fast":"^1.2.1","rimraf":"^3.0.2","semver":"^7.3.2","sorted-object":"~2.0.1","ssri":"^8.0.0","tar":"^6.0.5","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uuid":"^8.3.0","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^3.0.3"},"devDependencies":{"eslint":"^7.10.0","eslint-plugin-import":"^2.22.1","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-standard":"^4.0.1","marked-man":"^0.7.0","require-inject":"^1.4.4","tap":"^14.10.8"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/run-script","abbrev","ansicolors","ansistyles","aproba","archy","bin-links","byte-size","cacache","chalk","chownr","cli-columns","cli-table3","columnify","editor","glob","graceful-fs","hosted-git-info","inherits","ini","init-package-json","is-cidr","leven","libnpmaccess","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","mkdirp","mkdirp-infer-owner","ms","nopt","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","rimraf","semver","sorted-object","ssri","tar","text-table","tiny-relative-date","uuid","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-Fln3jftKZaQgrK7CsvwWUUJ9GN/aq0eSEWKzbg1iFwjWG2Ff9YaPu7RivWoMyggFyMs/EE7Jkh0MZvmkdxXjTQ==","shasum":"34c2168fee6df82c9bc5c3b53c248c4355fef513","tarball":"https://registry.npmjs.org/npm/-/npm-7.0.0-rc.2.tgz","fileCount":2862,"unpackedSize":19443871,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfd77XCRA9TVsSAnZWagAAiq0P/2e0XcTJaPWJMqBexByM\nbwtKKinrgEVGfV94SnR2Q/B85Kn/3aJTNUwGbU0LNgJj9RHleEkcVCLsfdm+\ntk4G0SjcqXI6xmxePnHZnkpr+ATuHl8ly/I3LYz7vYTTtvLP9qsUWnce8ysh\nv9qoS/YTJWm/jwBpjxpmqMDCPYe5dYU4HjgrcSRVTH4oADgZjb4DjWJBmf3P\nXPlKehVVO/ODai0I5XD+pyFhmqM0mLrwJOcUvpAfnP5WqLGq5fTrp8k2Jstc\nseulCHK3xpRQ6HWbheCCgX0XbZ2rcRKTJKDvnh1aRqN2yhVk9QEXuWyTMKZU\nDqyKsol4PqPwmUV6WNhuBqS+yzWyoiuEmZPuy9tbJ1XEC6c3Tk4KtI+Zi9ss\nVqdVy6d0/lRgjzIPxIyWdVtiX8Bt77XnHWX2hokS1q7WYXX/65Q1C7NtPbEd\nB0WyGPv1Z7RXUAk3gQ5DrjDTTic6INp1R/3JcuiWlqWN3vWHuzN54C67RVHb\nKGZInRgmZXbeaengPHnk0Y4cKbXVckV9JpBWBPX/qvtXdENG+MzK2+BtufpT\nZsDuuYU0D3snI5xBAj8/tt1ufDKB5BJBv/cQS/SjxBcK/vpocmU54zFJchSB\nKcPKJNSDpBH1aFhg037qCBez1en8KW0khnIBo56rJdOTWE55EmfMuZeYD4gq\nK/R9\r\n=qven\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAOmYJQ+CsWXl2QnbWDvA4+C+kwgFWRvfAh1844Ul+ECAiBnj5A57KHe6pQginjOJKD9pgYTFG+ZtpfGC8vdfnjx+g=="}]},"engines":{"node":">=10"}},"7.0.0-rc.3":{"name":"npm","version":"7.0.0-rc.3","dependencies":{"@npmcli/arborist":"^0.0.32","@npmcli/ci-detect":"^1.2.0","@npmcli/config":"^1.1.8","@npmcli/run-script":"^1.7.0","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^2.2.1","byte-size":"^7.0.0","cacache":"^15.0.5","chalk":"^4.1.0","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.6.0","columnify":"~1.5.4","editor":"~1.0.0","glob":"^7.1.4","graceful-fs":"^4.2.3","hosted-git-info":"^3.0.5","inherits":"^2.0.4","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^4.0.2","leven":"^3.1.0","libnpmaccess":"^4.0.0","libnpmfund":"0.0.0","libnpmhook":"^6.0.0","libnpmorg":"^2.0.0","libnpmpack":"^2.0.0","libnpmpublish":"^3.0.1","libnpmsearch":"^3.0.0","libnpmteam":"^2.0.1","libnpmversion":"^1.0.5","make-fetch-happen":"^8.0.9","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","nopt":"^5.0.0","npm-audit-report":"^2.1.4","npm-package-arg":"^8.0.1","npm-pick-manifest":"^6.1.0","npm-profile":"^5.0.1","npm-registry-fetch":"^8.1.4","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","opener":"^1.5.2","pacote":"^11.1.10","parse-conflict-json":"^1.1.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^2.1.2","read-package-json-fast":"^1.2.1","rimraf":"^3.0.2","semver":"^7.3.2","sorted-object":"~2.0.1","ssri":"^8.0.0","tar":"^6.0.5","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uuid":"^8.3.1","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^3.0.3"},"devDependencies":{"eslint":"^7.10.0","eslint-plugin-import":"^2.22.1","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-standard":"^4.0.1","marked-man":"^0.7.0","require-inject":"^1.4.4","tap":"^14.10.8"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/run-script","abbrev","ansicolors","ansistyles","aproba","archy","bin-links","byte-size","cacache","chalk","chownr","cli-columns","cli-table3","columnify","editor","glob","graceful-fs","hosted-git-info","inherits","ini","init-package-json","is-cidr","leven","libnpmaccess","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","mkdirp","mkdirp-infer-owner","ms","nopt","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","rimraf","semver","sorted-object","ssri","tar","text-table","tiny-relative-date","uuid","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-SESEvmKSP99svYnwJyYkI5NFGVMeu7JcP/3nS5I6oxA1/x7sxb4loVHDkMpJdOrWBBtRAvh0cTKNE6Hp0rAV+A==","shasum":"50f3ae158798ef9e55762107ab6d3bf05dbb8cf1","tarball":"https://registry.npmjs.org/npm/-/npm-7.0.0-rc.3.tgz","fileCount":2864,"unpackedSize":19448174,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJffL5JCRA9TVsSAnZWagAA8ksP/3VJYXGeGWOz1VRwLASI\nmMSYPIBupDO8mqr13nfVDAPb6bYqlMFNncvm0f930O6oyBg1H7JTaqGWphxX\nGNWE9NmMXgQ2SurPeYDzcUMKg9hwkrqDkuxHF5q4RvgDmIjzc+abm9ThtUql\nRunzmmKlUIjqhz5haouL3sodG66DDQ2Jzrm86R4O0avd94LMyhnfazzVvha2\n587LxQdehaVVrZslAGb3uFEqFAKztWSddbanPZvuZ4NUAssVwC5XcyHF0XTJ\nFxzCNz67oIuwRbbxWpK/Zf1gAz4pbCzMMxhUqhmWQxqt8qYljCy3OE66OtYc\nP2jPpWRXDOpXFYYqojwzKGVxmEqtSOzMfBiTnOk6/xVNuPdlN9T2T+ZyToPy\nAq0SXtOekUJW6imxHXZXvF+IHvScBoDAx/hx1VT8il82KXJM8lOLRBvkocSY\noNNiL+cfn3PLkjt5UufLWw8j82VvFISevaRp5rIjV4y0G3pvwrtfmxQb34/4\nPs9Ibxlb1WZ/cRQGOHk89NTVqT9SCOvEX2dNfogIAFs/xsZmT1Zh5ln649Hw\nzx609hKC5gUFuQMWPUTYIWxQdSj/tMIUgIdvARSHjPAcaDn4BxDH5QU20o6S\nlhhaksxbCf+jpBF2fnY1ES8p4gHJzrOo6zltSDZKMnuTJ1uVbBcX5tKRCHKj\nxlEZ\r\n=s4du\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDhtWgHES7hHTru79BpvW6BBFRRE5qvtRkTlmXKayG2fAIhAL5KSabwA+JuPWQ6XLeqJS6i/MwQu1r5qpGdSyiPCsJi"}]},"engines":{"node":">=10"}},"7.0.0-rc.4":{"name":"npm","version":"7.0.0-rc.4","dependencies":{"@npmcli/arborist":"^0.0.33","@npmcli/ci-detect":"^1.2.0","@npmcli/config":"^1.2.1","@npmcli/run-script":"^1.7.0","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^2.2.1","byte-size":"^7.0.0","cacache":"^15.0.5","chalk":"^4.1.0","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.6.0","columnify":"~1.5.4","editor":"~1.0.0","glob":"^7.1.4","graceful-fs":"^4.2.3","hosted-git-info":"^3.0.5","inherits":"^2.0.4","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^4.0.2","leven":"^3.1.0","libnpmaccess":"^4.0.0","libnpmfund":"0.0.0","libnpmhook":"^6.0.0","libnpmorg":"^2.0.0","libnpmpack":"^2.0.0","libnpmpublish":"^3.0.1","libnpmsearch":"^3.0.0","libnpmteam":"^2.0.1","libnpmversion":"^1.0.5","make-fetch-happen":"^8.0.9","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","nopt":"^5.0.0","npm-audit-report":"^2.1.4","npm-package-arg":"^8.0.1","npm-pick-manifest":"^6.1.0","npm-profile":"^5.0.1","npm-registry-fetch":"^8.1.4","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","opener":"^1.5.2","pacote":"^11.1.10","parse-conflict-json":"^1.1.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^2.1.2","read-package-json-fast":"^1.2.1","rimraf":"^3.0.2","semver":"^7.3.2","sorted-object":"~2.0.1","ssri":"^8.0.0","tar":"^6.0.5","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uuid":"^8.3.1","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^3.0.3"},"devDependencies":{"eslint":"^7.10.0","eslint-plugin-import":"^2.22.1","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-standard":"^4.0.1","marked-man":"^0.7.0","require-inject":"^1.4.4","tap":"^14.10.8"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/run-script","abbrev","ansicolors","ansistyles","aproba","archy","bin-links","byte-size","cacache","chalk","chownr","cli-columns","cli-table3","columnify","editor","glob","graceful-fs","hosted-git-info","inherits","ini","init-package-json","is-cidr","leven","libnpmaccess","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","mkdirp","mkdirp-infer-owner","ms","nopt","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","rimraf","semver","sorted-object","ssri","tar","text-table","tiny-relative-date","uuid","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-ighPnRd4CM4RoWNq2m45z0WrvSNVZb5IHbN2lbR5XMYU4PcwI/vCvNj28d61mn24LLO2gkNLm/49ev7LGdLHwQ==","shasum":"900895cf01631402807f810285253c8ee032fead","tarball":"https://registry.npmjs.org/npm/-/npm-7.0.0-rc.4.tgz","fileCount":2861,"unpackedSize":19446932,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfgLEVCRA9TVsSAnZWagAA7rcQAIUDIVfPi1LRD17PSite\n+aFxrHvl73X6BZ4WYl86TteV5DIfGcvy1M2rrKQjcCn+T+b+wSdXMtTcxhn3\n5E3ayNr6EK5Y2BOxgJp1KK5HLeMtvqTJXruZkk199p2O0NuZipAkCB7Vvgzq\nwbjG3cmPQdtM1ai6PV9aIzzbX5290X1I9nFAVSvATDkx3GFeX+mK0o9B+KTC\nnnLG/dFPcFHoeHTo9iTaB/IVqv81yeaSeNMBMEZCqTaSyrlWe6ZMgNXdn3eN\nVnKDDNaR5D81Wup/xM+nKjRkto4Xo7ow2KzMDWEBqeRjtvFAzjZdN9sdTHhx\no1uK7L4phig3OvBt826cK6qLIK8v+/1ZlH1zGk4PdYlZn/gV21Uy28eVnTqS\nJxiwcfx0+eB0xELLuIaaezKDAEfCT+yu4ijSwqAfNwGNbyH7QnndVSzSBMFn\nL81h9W3aLv2wTnBHGJV4vkyyj7FOG56o1z00d+HaBsm+0Q/xEL0sw/RViU6x\nOUsTmtNLhUW5BmmbfmwT5PMvwo9Fn48zY2Wqy1M9zencesTtN2ScmrSiDTDw\nrdm1ni09+WLKRiOnZZ9Z7MdAOaYTRMSRrZeuGYh1WuG6thv2FNKGItGI7+Kw\nEvcNrZtIgEbuw4IqP/lDYKAVm6uk4Q1lgt1AuMosYwG/GK8hSkS78/9K/xyI\nSbJI\r\n=Fnjw\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDKElG23g7AQ/ICOjT3lEd4S6wzQUb8jNj8rRi5tIfctwIgLvcfcGVUwRuJ7WS32Z0NKgWDfyZg5WqsxCyTJcMOpzQ="}]},"engines":{"node":">=10"}},"7.0.0":{"name":"npm","version":"7.0.0","dependencies":{"@npmcli/arborist":"^1.0.0","@npmcli/ci-detect":"^1.2.0","@npmcli/config":"^1.2.1","@npmcli/run-script":"^1.7.0","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^2.2.1","byte-size":"^7.0.0","cacache":"^15.0.5","chalk":"^4.1.0","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.6.0","columnify":"~1.5.4","editor":"~1.0.0","glob":"^7.1.4","graceful-fs":"^4.2.3","hosted-git-info":"^3.0.6","inherits":"^2.0.4","ini":"^1.3.5","init-package-json":"^2.0.0","is-cidr":"^4.0.2","leven":"^3.1.0","libnpmaccess":"^4.0.0","libnpmfund":"^1.0.1","libnpmhook":"^6.0.0","libnpmorg":"^2.0.0","libnpmpack":"^2.0.0","libnpmpublish":"^3.0.1","libnpmsearch":"^3.0.0","libnpmteam":"^2.0.1","libnpmversion":"^1.0.5","make-fetch-happen":"^8.0.9","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","nopt":"^5.0.0","npm-audit-report":"^2.1.4","npm-package-arg":"^8.1.0","npm-pick-manifest":"^6.1.0","npm-profile":"^5.0.1","npm-registry-fetch":"^8.1.4","npm-user-validate":"~1.0.0","npmlog":"~4.1.2","opener":"^1.5.2","pacote":"^11.1.10","parse-conflict-json":"^1.1.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^3.0.0","read-package-json-fast":"^1.2.1","rimraf":"^3.0.2","semver":"^7.3.2","sorted-object":"~2.0.1","ssri":"^8.0.0","tar":"^6.0.5","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uuid":"^8.3.1","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^3.0.3"},"devDependencies":{"eslint":"^7.11.0","eslint-plugin-import":"^2.22.1","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-standard":"^4.0.1","marked-man":"^0.7.0","require-inject":"^1.4.4","tap":"^14.10.8"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/run-script","abbrev","ansicolors","ansistyles","aproba","archy","bin-links","byte-size","cacache","chalk","chownr","cli-columns","cli-table3","columnify","editor","glob","graceful-fs","hosted-git-info","inherits","ini","init-package-json","is-cidr","leven","libnpmaccess","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","mkdirp","mkdirp-infer-owner","ms","nopt","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","rimraf","semver","sorted-object","ssri","tar","text-table","tiny-relative-date","uuid","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-A/zHwhfPOXLwAQhyjiExKjfeJNIWrb7529Jt66OhGmLLOd9J0sFoAcTxKD6uGC+BOYVEN2xCWSoS44vbzyHfrA==","shasum":"904f8f36b11e2b07cce4d5010ba21b3b0f70acdc","tarball":"https://registry.npmjs.org/npm/-/npm-7.0.0.tgz","fileCount":2851,"unpackedSize":19384886,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfhTOeCRA9TVsSAnZWagAAJw8P/1s2K8/0+IZFF4UChQnt\nwtOm7jjjBrGXWe9ncGjzshLGPbjir3ydBR6QXJBykqhcCkdfDIqq4hTzHc8O\nDurjj0oHPAPjRuNVf5mBiF7QMblQzDSYNEYBzYjdXRt/hZx/SdZ3MZIOpCYd\nwWUC3r2xxue44DtxSPJP/AakIz6fN104TdsQ+lQFEGjWIrkpk7f3nnC2jpsJ\n4OaY4ulEhlnPE1ya1LABFvmImeuSLt20Gidhq9lpcRh1FyteB9OvKC7O1eDA\noi5Y5mxxXUgKn9nmSAwF69nLZAP3YpJZ2skNL1e85eV9AHyq4kZO1j89FZTe\nfM7b+qMOUmnBMKzti5IIuwnW4Yaatb7rKUip5rBjyVr0HF5fjSiHxcp5llYE\nsPkmdjdkyZQ4Cz7MBOyjzZ5NZClHIWdYjsytPmhTvT9ZTZHCJTszXABHjwAL\nHQMbHI2CGjZTSihvVJywnJxbcr/j+8OnlPg73XhNAgFWXlmhTp2pq+2L74Ea\n9j5x4LK/oOEi6UorppZw9ljGWN+0zmp/ckfGYNKloVM/mp1f7u7UWfNuHuyT\nLApUEB+3XMIfsK8G1wGUO8RHAIGIr5dQmolb9KpMzbpPm5NYw08MqhQ0orbg\ndnRofwWJkWFzJhE9wKmQI9qVozRDt03NJ2d2HT2r5PpRP4yk/R2qLrfewZ74\nNJUl\r\n=FlCC\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCID57GKH7dPUWwjrCcXARKBXu/h23tycOfAzEsA6T8pb1AiAaHewGq9UCd10543DnaViTKSghQXNE4hxTj80gLcmlSQ=="}]},"engines":{"node":">=10"}},"7.0.1":{"name":"npm","version":"7.0.1","dependencies":{"@npmcli/arborist":"^1.0.2","@npmcli/ci-detect":"^1.2.0","@npmcli/config":"^1.2.1","@npmcli/run-script":"^1.7.0","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^2.2.1","byte-size":"^7.0.0","cacache":"^15.0.5","chalk":"^4.1.0","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.6.0","columnify":"~1.5.4","editor":"~1.0.0","glob":"^7.1.4","graceful-fs":"^4.2.3","hosted-git-info":"^3.0.6","inherits":"^2.0.4","ini":"^1.3.5","init-package-json":"^2.0.0","is-cidr":"^4.0.2","leven":"^3.1.0","libnpmaccess":"^4.0.0","libnpmfund":"^1.0.1","libnpmhook":"^6.0.0","libnpmorg":"^2.0.0","libnpmpack":"^2.0.0","libnpmpublish":"^3.0.1","libnpmsearch":"^3.0.0","libnpmteam":"^2.0.1","libnpmversion":"^1.0.5","make-fetch-happen":"^8.0.9","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^7.1.1","nopt":"^5.0.0","npm-audit-report":"^2.1.4","npm-package-arg":"^8.1.0","npm-pick-manifest":"^6.1.0","npm-profile":"^5.0.1","npm-registry-fetch":"^8.1.4","npm-user-validate":"^1.0.1","npmlog":"~4.1.2","opener":"^1.5.2","pacote":"^11.1.10","parse-conflict-json":"^1.1.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^3.0.0","read-package-json-fast":"^1.2.1","rimraf":"^3.0.2","semver":"^7.3.2","sorted-object":"~2.0.1","ssri":"^8.0.0","tar":"^6.0.5","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uuid":"^8.3.1","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^3.0.3"},"devDependencies":{"eslint":"^7.11.0","eslint-plugin-import":"^2.22.1","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-standard":"^4.0.1","marked-man":"^0.7.0","require-inject":"^1.4.4","tap":"^14.10.8"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/run-script","abbrev","ansicolors","ansistyles","aproba","archy","bin-links","byte-size","cacache","chalk","chownr","cli-columns","cli-table3","columnify","editor","glob","graceful-fs","hosted-git-info","inherits","ini","init-package-json","is-cidr","leven","libnpmaccess","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","rimraf","semver","sorted-object","ssri","tar","text-table","tiny-relative-date","uuid","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-TTbE1X9MKOkAez0Dy1/BL+arddiwQ9vpD9BcGxSOLjUv6PB8Tp4Yg/91dK5NkIhWZf++buNzX4YqdavVeHgsGw==","shasum":"59e06c5d4794b7e82867140a1852bc338fe6353f","tarball":"https://registry.npmjs.org/npm/-/npm-7.0.1.tgz","fileCount":2855,"unpackedSize":19846754,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfiNtECRA9TVsSAnZWagAA+UQQAKLb8V9hGWgKzGwvfkxG\nGNGYNJpJSmr5cS5z8gDHNMLV88xmpvPiHIUqpu66ObSWAb7jOCLlgZiZa2IY\n2+WOhnOI1qmXdbJAviHOhw9E23CbBjJZbvYR5BIuP/3Xrp98XG70w3z8xaJd\nJDgHaXzgsS68+/1oRXy/8RXSCVbCBXWU6rvt9eavF5/RiVGq0YfBEB/Te1W0\nj9CNT4rPcdqtH4UPBp6OZQ7Ki2Dj9C/YHTza5DqagkzGiwkY9XacdwmBZXNj\n/0XPCWL7tB13sVmoAVKAnnMg89WFIolvp0sKsvQU1fvgvA9gyxOm5F4H91uk\nxHKXcD3aCdBvlxIIhVnao2JwaWrimDa1s8BjRtCV3167Ox8IV6PF11Ic8HX6\ni9ffCkjyDG3+Hz0kh7SzZAYcX6fO7aLXo+vS9wDfPJ2zQ6//upIkP6+yNWAm\nRKNB1hD0I5WISVScteFq6Cx2gdt5XmWrWo+6hvWIOD5rtPA4EyvfGqVCZ4Rg\n3+tjEbdqa8yMLSzNMMAcRPdLMT+pNl0ReQRzA/iNVCUC+ME9BRCzPfTxLw0j\n7cRegYSUARRu8v9DvtVMw845UWjm+fWz7wKGlnh+AiaSbLOWUKznm5ByMeGp\nb+mmKsX1azJbRgO3nVlx/51femJidJdAEs+/Ls92T8Odarelb6ZLzXR7KF0v\nUA6I\r\n=dw8r\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCMCrBMTCizLTYt9knabUkEU4A2wxal/LmiNVqGt/EvcwIgMquiuwxm/77Erzmy7we37aDU4v0Ah/llY/kG8VMJD9g="}]},"engines":{"node":">=10"}},"7.0.2":{"name":"npm","version":"7.0.2","dependencies":{"@npmcli/arborist":"^1.0.3","@npmcli/ci-detect":"^1.2.0","@npmcli/config":"^1.2.1","@npmcli/run-script":"^1.7.0","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^2.2.1","byte-size":"^7.0.0","cacache":"^15.0.5","chalk":"^4.1.0","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.6.0","columnify":"~1.5.4","editor":"~1.0.0","glob":"^7.1.4","graceful-fs":"^4.2.3","hosted-git-info":"^3.0.6","inherits":"^2.0.4","ini":"^1.3.5","init-package-json":"^2.0.1","is-cidr":"^4.0.2","leven":"^3.1.0","libnpmaccess":"^4.0.0","libnpmfund":"^1.0.1","libnpmhook":"^6.0.0","libnpmorg":"^2.0.0","libnpmpack":"^2.0.0","libnpmpublish":"^3.0.2","libnpmsearch":"^3.0.0","libnpmteam":"^2.0.1","libnpmversion":"^1.0.5","make-fetch-happen":"^8.0.9","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^7.1.1","nopt":"^5.0.0","normalize-package-data":"^3.0.0","npm-audit-report":"^2.1.4","npm-package-arg":"^8.1.0","npm-pick-manifest":"^6.1.0","npm-profile":"^5.0.1","npm-registry-fetch":"^8.1.4","npm-user-validate":"^1.0.1","npmlog":"~4.1.2","opener":"^1.5.2","pacote":"^11.1.10","parse-conflict-json":"^1.1.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^3.0.0","read-package-json-fast":"^1.2.1","rimraf":"^3.0.2","semver":"^7.3.2","sorted-object":"~2.0.1","ssri":"^8.0.0","tar":"^6.0.5","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uuid":"^8.3.1","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^3.0.3"},"devDependencies":{"eslint":"^7.11.0","eslint-plugin-import":"^2.22.1","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-standard":"^4.0.1","marked-man":"^0.7.0","require-inject":"^1.4.4","tap":"^14.10.8"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/run-script","abbrev","ansicolors","ansistyles","aproba","archy","bin-links","byte-size","cacache","chalk","chownr","cli-columns","cli-table3","columnify","editor","glob","graceful-fs","hosted-git-info","inherits","ini","init-package-json","is-cidr","leven","libnpmaccess","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","normalize-package-data","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","rimraf","semver","sorted-object","ssri","tar","text-table","tiny-relative-date","uuid","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-4ez6yVKi5MbJhkIsL6P+qQPYjVvuxoy5GigTKSA0iOtqPBgbxx0NA6jWkdvTSzLOtszmWnf/rdDFLjnhfvuP9A==","shasum":"569dcb20c74443b3a9b94a5b0772519854debd80","tarball":"https://registry.npmjs.org/npm/-/npm-7.0.2.tgz","fileCount":2798,"unpackedSize":19273767,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfiggnCRA9TVsSAnZWagAAHAsP/RY7kPfFb3veNfJoM4yL\n8wQ+QGfDUiMDJRRvOBvSdX3SeaoYftselFEd9xWs2P1KOZ22DA1D33NWbomr\nzFXW+uBNTW0+B0w63/9LjUKBpNW6qaB6QunzcRiXF4DumLazev172LVAeSTd\nzclI4Tv0mpcVSpcZRh7Zjn6edPzP/4lGdJO/cT04WfGZKVq0oXu7Tv9up8C3\noCiipUQYaqE7POkmoDcGbP1jJrfkLBiIc3w/tzuaF/WXd2gZ3G4pDXcPPy1m\nCCCHPWd0LIZtNgGraABdM04xjzrB8Dne2NzjzPMWFKcuuBWHNAaEaAWCFA1W\naYyZc1TB1flEoQ8NMAXkeAJf/hCjZH5+jglM1cvtBSKU0GKimYzlyKDbyLoa\n/HREtCX+5H1oAQgVrZ3vyyvoxv4yEbNFPPX5nldXVgdAHSzFbiA3RlxmCCL4\nSuJAR08M3w+s2QV470ztJHuWlhieZbbGDiBPztHM4qeqHnJwvRQZVdQet45V\nuv8ejxzx9kS5fr/871+cv8eZ/VHocfziICHUwHlzI+ZEQmcrsKcRxIApN9Ap\n6ELvQ0gooiwqfM0Q0mAHqJt9MuTqv/QMDHEZqK1nd/EYE1wcp/Q9clIXKmex\ndgE+rmFE/4ZCfPmrtn/nXFyuDxNlaELElWl+GCK7IlLKLnJMZkun01AkTs0G\nHyJ5\r\n=1KPV\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIA+ZUc0kkaP1FzNYrJEu0PzdvGQpeC+t/69VNGAJ1ED4AiEA/bZ6dakN4pcaU3spEGQGO1V64ZxmZyo/0J4oxtp6vRk="}]},"engines":{"node":">=10"}},"7.0.3":{"name":"npm","version":"7.0.3","dependencies":{"@npmcli/arborist":"^1.0.3","@npmcli/ci-detect":"^1.2.0","@npmcli/config":"^1.2.1","@npmcli/run-script":"^1.7.0","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^2.2.1","byte-size":"^7.0.0","cacache":"^15.0.5","chalk":"^4.1.0","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.6.0","columnify":"~1.5.4","editor":"~1.0.0","glob":"^7.1.4","graceful-fs":"^4.2.3","hosted-git-info":"^3.0.6","inherits":"^2.0.4","ini":"^1.3.5","init-package-json":"^2.0.1","is-cidr":"^4.0.2","leven":"^3.1.0","libnpmaccess":"^4.0.0","libnpmfund":"^1.0.1","libnpmhook":"^6.0.0","libnpmorg":"^2.0.0","libnpmpack":"^2.0.0","libnpmpublish":"^3.0.2","libnpmsearch":"^3.0.0","libnpmteam":"^2.0.1","libnpmversion":"^1.0.5","make-fetch-happen":"^8.0.9","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^7.1.2","nopt":"^5.0.0","normalize-package-data":"^3.0.0","npm-audit-report":"^2.1.4","npm-package-arg":"^8.1.0","npm-pick-manifest":"^6.1.0","npm-profile":"^5.0.1","npm-registry-fetch":"^8.1.4","npm-user-validate":"^1.0.1","npmlog":"~4.1.2","opener":"^1.5.2","pacote":"^11.1.10","parse-conflict-json":"^1.1.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^3.0.0","read-package-json-fast":"^1.2.1","rimraf":"^3.0.2","semver":"^7.3.2","sorted-object":"~2.0.1","ssri":"^8.0.0","tar":"^6.0.5","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uuid":"^8.3.1","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^3.0.3"},"devDependencies":{"eslint":"^7.11.0","eslint-plugin-import":"^2.22.1","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-standard":"^4.0.1","marked-man":"^0.7.0","require-inject":"^1.4.4","tap":"^14.10.8"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/run-script","abbrev","ansicolors","ansistyles","aproba","archy","bin-links","byte-size","cacache","chalk","chownr","cli-columns","cli-table3","columnify","editor","glob","graceful-fs","hosted-git-info","inherits","ini","init-package-json","is-cidr","leven","libnpmaccess","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","normalize-package-data","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","rimraf","semver","sorted-object","ssri","tar","text-table","tiny-relative-date","uuid","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-+AzMmS7SKe99I15sXAKWkOHEim2ovFR++Y7MjsZzCnS9/K/pCVmfvxOnoI6J50UulwH4GLIl5v6fL7BlnfQPgg==","shasum":"b61048871b2249763d09f78d9d2a0536d0c631fa","tarball":"https://registry.npmjs.org/npm/-/npm-7.0.3.tgz","fileCount":2798,"unpackedSize":19233384,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfjzBiCRA9TVsSAnZWagAAT0EP/0p9vjKKBrQOu2I8ArtI\nE+Ymqr+jOso1RKpj59moyToD7Pzq5KyYPC5RX2tAETSkgJGlbET2FXyFfSUj\n2hJIyg/EdaFJTD4PQ4Wo8pmgI0ysrqYKwQSphszTRXvSz8ebV38sQjPw4Rjz\nHFKQn1y/GzAtxB6Y0jISki+OnZwi8i4pm60jBPOd+DDFaRSFuvB47tNSGyHo\nvuHuAwDY/16ERWYHbVY/lwubx07YgDIpKaRdOQS/I50mSUwVTlQ+RJ8OH6xO\ntc0FMwps+UL5/yhH9nbsQ76PrOkb+7AS07EEl1F+r7hakLi81hBveCz3ztue\nW82uofVJcOVe4tJvMUafjm4Tdpp4UwgENyi2rqSk9eyWUbNfHqCfAPB3ypTe\nQfgBZxP6VINF2mY5/M1OspQZyXFUPS6+IuQeTaygoQgQifYG0abWSi/0sha4\nPzI7stlrsrZEzftZRo0u8SdEtf5OM8kTGrrF95uU6kG9XDQBomLweb1D5GrC\nLfHvwwQv9qTN4RAXRXmaaRdSo0QCZ3cTzdfJgUasIZBLbzL3nu6PYaIOo27a\nQ/XdKzCcJrjEg/OT74fEQylFyacUM21X5C8b3iYKdhdU4DNAK+3VYBXqlnAo\nNVp+brM7S/6VHjkrTA/KIz9GxR/sQaJPDHO3criJZU1EkY2tF37EezM0pObS\nmIlI\r\n=AX7T\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIC24IcShjF7duVRzppTh0tK8pJFkmj1y6UxQtWbruyeAAiEA4sWmF0q0/2LnArPEW6oVygGCCjZSJr26fC0Ai/8RMm0="}]},"engines":{"node":">=10"}},"7.0.4":{"name":"npm","version":"7.0.4","dependencies":{"@npmcli/arborist":"^1.0.4","@npmcli/ci-detect":"^1.2.0","@npmcli/config":"^1.2.1","@npmcli/run-script":"^1.7.0","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^2.2.1","byte-size":"^7.0.0","cacache":"^15.0.5","chalk":"^4.1.0","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.6.0","columnify":"~1.5.4","editor":"~1.0.0","glob":"^7.1.4","graceful-fs":"^4.2.3","hosted-git-info":"^3.0.6","inherits":"^2.0.4","ini":"^1.3.5","init-package-json":"^2.0.1","is-cidr":"^4.0.2","leven":"^3.1.0","libnpmaccess":"^4.0.0","libnpmfund":"^1.0.1","libnpmhook":"^6.0.0","libnpmorg":"^2.0.0","libnpmpack":"^2.0.0","libnpmpublish":"^3.0.2","libnpmsearch":"^3.0.0","libnpmteam":"^2.0.1","libnpmversion":"^1.0.5","make-fetch-happen":"^8.0.9","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^7.1.2","nopt":"^5.0.0","normalize-package-data":"^3.0.0","npm-audit-report":"^2.1.4","npm-package-arg":"^8.1.0","npm-pick-manifest":"^6.1.0","npm-profile":"^5.0.1","npm-registry-fetch":"^8.1.4","npm-user-validate":"^1.0.1","npmlog":"~4.1.2","opener":"^1.5.2","pacote":"^11.1.10","parse-conflict-json":"^1.1.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^3.0.0","read-package-json-fast":"^1.2.1","rimraf":"^3.0.2","semver":"^7.3.2","sorted-object":"~2.0.1","ssri":"^8.0.0","tar":"^6.0.5","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uuid":"^8.3.1","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^3.0.3"},"devDependencies":{"eslint":"^7.11.0","eslint-plugin-import":"^2.22.1","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-standard":"^4.0.2","marked-man":"^0.7.0","require-inject":"^1.4.4","tap":"^14.10.8"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/run-script","abbrev","ansicolors","ansistyles","aproba","archy","bin-links","byte-size","cacache","chalk","chownr","cli-columns","cli-table3","columnify","editor","glob","graceful-fs","hosted-git-info","inherits","ini","init-package-json","is-cidr","leven","libnpmaccess","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","normalize-package-data","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","rimraf","semver","sorted-object","ssri","tar","text-table","tiny-relative-date","uuid","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-neeW6DGC3xzE8zt0Nio9B97hDc2svM31yTmSZ91nJJNahbJOKiJGNPczC/ORrj7d9EGEHvyu9XZ1vx7gDPSIFw==","shasum":"b9499b0da2c8125db4396b9bb6236f0c8a17b7b4","tarball":"https://registry.npmjs.org/npm/-/npm-7.0.4.tgz","fileCount":6125,"unpackedSize":35371511,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfkyVRCRA9TVsSAnZWagAA/iYP/jVkvvLHCUUxmjPMAh/j\nJ/qs71GCbjfvfp064MDAvJn2+4XxgwuCs2qvEXxHbhgfE5G4M02kl1sCXi8T\nMSejcDfSoQTd3y4OjYKXaFX6arZ5Mn1I2l9n7qL5xZSgBSPUQh1TEjF3DhRE\nVZ6YF6uMVszxJUBeOU7wGhRl2Y+fih997hozE6ByDGwQPtq6Oi6R/v1IyOw7\nPh6UpU3Ptx7Cwf9wPqJ3TCVNeP0H0utjOp8xAR3X20iVVKdDy00nU3Kzxzp5\nzmzQkkxro6xQ1LPeCLAT1zi3jrl1bNEtSKmCMNwfgswVJ7GscShdpG5kFpQr\nWGGs1IpWXg85pdcFcdMGkbRa+JBzvGrQGatOtlw30QyKs22RPXcAV//FyG3T\narmdRgXhLIdbwr72MnwUO7Zp4yfItaSLaPPGalGPO8RdjZT1ZIRgvelwtCRM\nNzJDeJMvf56SY2nfTbArRBRmigOzrf2MxyVomer8ojR+DK1BuZ885Y910j4q\nSE51NOMrUVyQpx4C5BzlrsRUCsOxegbq34cim81I1KeQN+/jLw/76fem7aRU\nDITLplyFBzwbIdFvZ0d9X5qLp8UtCaiozF9NQN1LfyC0uVoWsLNX3DaJUDf7\nY2VRqZ1x/bJa6hVmRjAcQK6zZINeL29QIPmnFHL1+Wkf74gyB7BzPQpaJ0Da\n+fkF\r\n=aO2/\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBW4fpujuTcc6d55xU8BJ/TVPiWl/7El+15uTZiOCbDfAiEA0wkQ0rqoPhnp3L9LLiU2L+WzGjZqbsElCV31Yg9kBHs="}]},"engines":{"node":">=10"}},"7.0.5":{"name":"npm","version":"7.0.5","dependencies":{"@npmcli/arborist":"^1.0.4","@npmcli/ci-detect":"^1.2.0","@npmcli/config":"^1.2.1","@npmcli/run-script":"^1.7.0","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^2.2.1","byte-size":"^7.0.0","cacache":"^15.0.5","chalk":"^4.1.0","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.6.0","columnify":"~1.5.4","editor":"~1.0.0","glob":"^7.1.4","graceful-fs":"^4.2.3","hosted-git-info":"^3.0.6","inherits":"^2.0.4","ini":"^1.3.5","init-package-json":"^2.0.1","is-cidr":"^4.0.2","leven":"^3.1.0","libnpmaccess":"^4.0.0","libnpmfund":"^1.0.1","libnpmhook":"^6.0.0","libnpmorg":"^2.0.0","libnpmpack":"^2.0.0","libnpmpublish":"^3.0.2","libnpmsearch":"^3.0.0","libnpmteam":"^2.0.1","libnpmversion":"^1.0.5","make-fetch-happen":"^8.0.9","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^7.1.2","nopt":"^5.0.0","normalize-package-data":"^3.0.0","npm-audit-report":"^2.1.4","npm-package-arg":"^8.1.0","npm-pick-manifest":"^6.1.0","npm-profile":"^5.0.1","npm-registry-fetch":"^8.1.4","npm-user-validate":"^1.0.1","npmlog":"~4.1.2","opener":"^1.5.2","pacote":"^11.1.10","parse-conflict-json":"^1.1.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^3.0.0","read-package-json-fast":"^1.2.1","rimraf":"^3.0.2","semver":"^7.3.2","sorted-object":"~2.0.1","ssri":"^8.0.0","tar":"^6.0.5","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uuid":"^8.3.1","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^3.0.3"},"devDependencies":{"cmark-gfm":"^0.8.3","eslint":"^7.11.0","eslint-plugin-import":"^2.22.1","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-standard":"^4.0.2","jsdom":"^16.4.0","marked-man":"^0.7.0","require-inject":"^1.4.4","tap":"^14.10.8","yaml":"^1.10.0"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/run-script","abbrev","ansicolors","ansistyles","aproba","archy","bin-links","byte-size","cacache","chalk","chownr","cli-columns","cli-table3","columnify","editor","glob","graceful-fs","hosted-git-info","inherits","ini","init-package-json","is-cidr","leven","libnpmaccess","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","normalize-package-data","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","rimraf","semver","sorted-object","ssri","tar","text-table","tiny-relative-date","uuid","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-jmzWImI0xAinsexmr71rweW+zOsG8s8z4kMMNLPD1mLtM+VEPscLeFmlnMYHlMrMMVhHGqAOuEEz+Fr2l0Fo7A==","shasum":"15f7b9ca5bbe1f87b560dc445d61b3f20b5f15ca","tarball":"https://registry.npmjs.org/npm/-/npm-7.0.5.tgz","fileCount":2729,"unpackedSize":13237007,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfkypUCRA9TVsSAnZWagAASKwQAKTV6y0Sho+SGJZ2VA3J\nnng4YAuZRGdq7frRT1X9MrF17zoRqMVQNIQg26hZwCAFI84i8BrvfUVxKCP1\n9eu75qMahsCNEc7uab9ccu+ydtaYlA++NySbSnpRxmd8M+JkOqn5bzpyreGU\nWJ7HGKicRjVAZWfbjS8FwT8cwm9yAeoLOmVWwzPNgk9V5ZS8/Vehdocm+dji\n3p08uiU64hy6XhEuwSsRIT4lNLBJML2GMsonvsqUNAMBp7BMmXMh6Jf8h9yh\nsRaO+Wwq/aO0QA8u7Kqk/PFRva0oiph+dTvWoKiTS5bgZMAljwn2PP5f7gtZ\nkzEKYEiVopGGYdnJJKHWwB2kdIKX8KLM7rW/nTGPKvnivh5WSj2QaJhTiHAm\nWNrkcHsOA7XQKcUnJU71YgmYCo6o6Tiq/bbYyXTKcn1sZLV3rHyH6nt2uMYp\nyYjQ5H+e6xLzWsM6VfyesJF74iQ3lrhsD7kSRe2CuDgVD+I/DGcyrwLapsFA\ncFs2cfue5eR9jDMJR+QxmH+J1dprI4VAVdCEKtqWHIdtY9OPLFdvwfphF+Oo\nIF6RZpPhSdY8pEKtkpGSe+q9U82lH8dqP03mr/mUJU05rbHWvv7EddWjhqhf\ngm1XU6lxp5QSDvdnOkSaNNdQgtboUE9gUPiYTiJf6od5yIjHzosjfRiSL4H/\n8CNZ\r\n=l+AC\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIB+8Yh7FfZqXFlmsBIyLvi/Ll0n8d9rzymsFygPV/Vg6AiBgNgcqFkrRag3YbhOUBq8jW87UXuey0S5IKWK1N4ecvA=="}]},"engines":{"node":">=10"}},"7.0.6":{"name":"npm","version":"7.0.6","dependencies":{"@npmcli/arborist":"^1.0.4","@npmcli/ci-detect":"^1.2.0","@npmcli/config":"^1.2.1","@npmcli/run-script":"^1.7.0","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^2.2.1","byte-size":"^7.0.0","cacache":"^15.0.5","chalk":"^4.1.0","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.6.0","columnify":"~1.5.4","editor":"~1.0.0","glob":"^7.1.4","graceful-fs":"^4.2.3","hosted-git-info":"^3.0.6","inherits":"^2.0.4","ini":"^1.3.5","init-package-json":"^2.0.1","is-cidr":"^4.0.2","leven":"^3.1.0","libnpmaccess":"^4.0.0","libnpmfund":"^1.0.1","libnpmhook":"^6.0.0","libnpmorg":"^2.0.0","libnpmpack":"^2.0.0","libnpmpublish":"^3.0.2","libnpmsearch":"^3.0.0","libnpmteam":"^2.0.1","libnpmversion":"^1.0.6","make-fetch-happen":"^8.0.9","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^7.1.2","nopt":"^5.0.0","normalize-package-data":"^3.0.0","npm-audit-report":"^2.1.4","npm-package-arg":"^8.1.0","npm-pick-manifest":"^6.1.0","npm-profile":"^5.0.1","npm-registry-fetch":"^8.1.4","npm-user-validate":"^1.0.1","npmlog":"~4.1.2","opener":"^1.5.2","pacote":"^11.1.10","parse-conflict-json":"^1.1.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^3.0.0","read-package-json-fast":"^1.2.1","rimraf":"^3.0.2","semver":"^7.3.2","sorted-object":"~2.0.1","ssri":"^8.0.0","tar":"^6.0.5","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uuid":"^8.3.1","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^3.0.3"},"devDependencies":{"cmark-gfm":"^0.8.3","eslint":"^7.11.0","eslint-plugin-import":"^2.22.1","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-standard":"^4.0.2","jsdom":"^16.4.0","marked-man":"^0.7.0","require-inject":"^1.4.4","tap":"^14.10.8","yaml":"^1.10.0"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/run-script","abbrev","ansicolors","ansistyles","aproba","archy","bin-links","byte-size","cacache","chalk","chownr","cli-columns","cli-table3","columnify","editor","glob","graceful-fs","hosted-git-info","inherits","ini","init-package-json","is-cidr","leven","libnpmaccess","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","normalize-package-data","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","rimraf","semver","sorted-object","ssri","tar","text-table","tiny-relative-date","uuid","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-OpcGBm3R9PZWEUquPVz8CPbkbxGvXCsOzRZAyFsHHB0nw6wNjnFWmcrBWRbM9KXBJtG8+wSuz9A6v/8Ds7mMMA==","shasum":"546d8dac85a754fae98c9872cdcbb0d0abb896c1","tarball":"https://registry.npmjs.org/npm/-/npm-7.0.6.tgz","fileCount":2731,"unpackedSize":13242778,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfmG4jCRA9TVsSAnZWagAADXcP/1eGLSHzfoJ7ZCZc0atl\nTTjy+i/xqMO2w+LZ+A7Js9tsiK4PGK3bmGbUeZ43tPehW35KIFFgk0Tnosjs\nnlKIlEFk3kXPDZWnn5SznsTgKv1Ys5ooQc8b+0bRR+977WEQ09WmfoXKtDpn\njGdkkA58dSMjdf8dermly2gmtRrR1WRv47rWDGRUkvzsv+WsLxE7DA1xMsFY\nZux+eAm2bQaEsodY5AJcitgqgPX5f6iiqcunnTuvlYDux4Sbk3WGrFngFHd9\nvFx0jzEzmtyKLxLQdVVXWmpYzgkuKvReXOdLM4Kff3k5UIm4NQ868FQ/MLnN\nQXsRYuO7Y/HfmfhR8FEj8NoVQreNJMfPOWEiFdmfnllZF5+CneypJ5wLCWKE\nZIPQDPiwbttH01ZZQZV3GeZYshwsX7b4eYjZ1lG4p1a0JBi2gHtzPz3age8R\nXIFaITQ+5rsMJuk5NW0JdRmOexCIakZH4fGH+ov77WUUasak+v5hRbG+YXXN\nyCsTugfU1nYeIC7VV06vwMxCmrgGruHqYC+l7LYWC1SVHonk8McpFJsw8ZCi\nUvyvwMmQIgft2bDkBD3UVWtlY2mlmA3+Pa8k9jVZiWAccdc7nUBkkebTjqQV\nj2NzbfjbXUb1gg1mNQbFBU4hz7a2jONNG3GWiP8TkKhgKtv+mnK7N0xvDIbk\nj7Hl\r\n=O4MD\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD4JzozXZzNCYmYAIqDUbbJn7IN2/wM9qdTG6U34OMg9wIhAMpfXYU49JFMllf1JhlDLyceLbvmawrty6zqJCmGxzmM"}]},"engines":{"node":">=10"}},"7.0.7":{"name":"npm","version":"7.0.7","dependencies":{"@npmcli/arborist":"^1.0.6","@npmcli/ci-detect":"^1.2.0","@npmcli/config":"^1.2.1","@npmcli/run-script":"^1.7.4","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^2.2.1","byte-size":"^7.0.0","cacache":"^15.0.5","chalk":"^4.1.0","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.6.0","columnify":"~1.5.4","editor":"~1.0.0","glob":"^7.1.4","graceful-fs":"^4.2.3","hosted-git-info":"^3.0.6","inherits":"^2.0.4","ini":"^1.3.5","init-package-json":"^2.0.1","is-cidr":"^4.0.2","leven":"^3.1.0","libnpmaccess":"^4.0.0","libnpmfund":"^1.0.1","libnpmhook":"^6.0.0","libnpmorg":"^2.0.0","libnpmpack":"^2.0.0","libnpmpublish":"^3.0.2","libnpmsearch":"^3.0.0","libnpmteam":"^2.0.1","libnpmversion":"^1.0.6","make-fetch-happen":"^8.0.9","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^7.1.2","nopt":"^5.0.0","normalize-package-data":"^3.0.0","npm-audit-report":"^2.1.4","npm-package-arg":"^8.1.0","npm-pick-manifest":"^6.1.0","npm-profile":"^5.0.1","npm-registry-fetch":"^8.1.4","npm-user-validate":"^1.0.1","npmlog":"~4.1.2","opener":"^1.5.2","pacote":"^11.1.10","parse-conflict-json":"^1.1.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^3.0.0","read-package-json-fast":"^1.2.1","rimraf":"^3.0.2","semver":"^7.3.2","sorted-object":"~2.0.1","ssri":"^8.0.0","tar":"^6.0.5","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uuid":"^8.3.1","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^3.0.3"},"devDependencies":{"cmark-gfm":"^0.8.3","eslint":"^7.12.1","eslint-plugin-import":"^2.22.1","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-standard":"^4.0.2","jsdom":"^16.4.0","marked-man":"^0.7.0","require-inject":"^1.4.4","tap":"^14.10.8","yaml":"^1.10.0"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/run-script","abbrev","ansicolors","ansistyles","aproba","archy","bin-links","byte-size","cacache","chalk","chownr","cli-columns","cli-table3","columnify","editor","glob","graceful-fs","hosted-git-info","inherits","ini","init-package-json","is-cidr","leven","libnpmaccess","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","normalize-package-data","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","rimraf","semver","sorted-object","ssri","tar","text-table","tiny-relative-date","uuid","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-s2PDE3K3jAfwFmM3JOl4pHnGNWr9cDVWmubcS6y5uXXdbGBXeiD351pRUVz3+JFTQqFqfyPTbAelUpLZIvFCTw==","shasum":"5fca4df11c24cbef549c867b52e1038aac1f9e21","tarball":"https://registry.npmjs.org/npm/-/npm-7.0.7.tgz","fileCount":2732,"unpackedSize":13240069,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfnF+8CRA9TVsSAnZWagAA5k0P/1AM4yddcmmF6RlzDZE8\nz7Gvp0nkbP0I5Ow0uYGr52U6AThBOJFGxLDD0SoCyL/1C6gWqG/bDj6XeVGk\nA92g7y017GnzyWv4LBSzcfTTD4ldCe5V99FFg08i+oWr8+MzBg2eK8WPBZxT\nCQwepZQdkBd/J1qBdyydeRe31j/m7vV5ls58pvbagyoItXw2pwgv45nX+4a7\nyNyYWG8cB4AygFk6W1hGBx3z3gp5YBbrRq9B/BUR+NLPr+uTBvMyZ9C80Kr+\nsEwJQ25zsPgoJiQlVKlFex+6IPkMGzu+rsrXvSHqS8Q0BLwZI4cTFV9Gl4uZ\nEeJgk1k4UHiwvnUVsitseV0EHmwQvJ2oKxBnxLKk6+oNtoQwsc2HQOAZA3t9\n2C+m6cCT3gSJtoWiTA75un+oQ63BG/qLUETkr8klf7ULvYSNTjbYCjY4Uqpq\nxJdEcQqnDhwjmlAyJ4MxI3ph3bN95a5c+3W0GNZbsrmDfKI5ICQYAXl8T8xP\nkveGTYFsvpG4rd5OnTPXrFyinKMYJmmZlIixY2qOrv4o2gfvstc0g4at27Vk\nIHYXDzlk35v8G1YeQGWg2aiT4CTAYjuf5D+4OZ4oq7FzA7hz418Lj9d7hQHC\n8gPGVQuOP9HGrRJZVlJLEzemBtSebGdhCAH9xodzc1Resr3x8QYQDtpVRFLT\nXVkP\r\n=pfwn\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDcIuMXZV8+UfqDemkizdp2sKniqvGlJg/LPlhNTQzYeQIhALNDo0KICixSW/hUbQSzFZCfPX51HJjCXUNTxJuoBUgk"}]},"engines":{"node":">=10"}},"7.0.8":{"name":"npm","version":"7.0.8","dependencies":{"@npmcli/arborist":"^1.0.8","@npmcli/ci-detect":"^1.2.0","@npmcli/config":"^1.2.1","@npmcli/run-script":"^1.7.4","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^2.2.1","byte-size":"^7.0.0","cacache":"^15.0.5","chalk":"^4.1.0","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.6.0","columnify":"~1.5.4","editor":"~1.0.0","glob":"^7.1.4","graceful-fs":"^4.2.3","hosted-git-info":"^3.0.6","inherits":"^2.0.4","ini":"^1.3.5","init-package-json":"^2.0.1","is-cidr":"^4.0.2","leven":"^3.1.0","libnpmaccess":"^4.0.1","libnpmfund":"^1.0.1","libnpmhook":"^6.0.1","libnpmorg":"^2.0.1","libnpmpack":"^2.0.0","libnpmpublish":"^4.0.0","libnpmsearch":"^3.0.1","libnpmteam":"^2.0.2","libnpmversion":"^1.0.6","make-fetch-happen":"^8.0.9","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^7.1.2","nopt":"^5.0.0","normalize-package-data":"^3.0.0","npm-audit-report":"^2.1.4","npm-package-arg":"^8.1.0","npm-pick-manifest":"^6.1.0","npm-profile":"^5.0.2","npm-registry-fetch":"^9.0.0","npm-user-validate":"^1.0.1","npmlog":"~4.1.2","opener":"^1.5.2","pacote":"^11.1.12","parse-conflict-json":"^1.1.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^3.0.0","read-package-json-fast":"^1.2.1","rimraf":"^3.0.2","semver":"^7.3.2","sorted-object":"~2.0.1","ssri":"^8.0.0","tar":"^6.0.5","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uuid":"^8.3.1","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^3.0.3"},"devDependencies":{"cmark-gfm":"^0.8.3","eslint":"^7.12.1","eslint-plugin-import":"^2.22.1","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-standard":"^4.0.2","jsdom":"^16.4.0","marked-man":"^0.7.0","require-inject":"^1.4.4","tap":"^14.10.8","yaml":"^1.10.0"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/run-script","abbrev","ansicolors","ansistyles","aproba","archy","bin-links","byte-size","cacache","chalk","chownr","cli-columns","cli-table3","columnify","editor","glob","graceful-fs","hosted-git-info","inherits","ini","init-package-json","is-cidr","leven","libnpmaccess","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","normalize-package-data","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","rimraf","semver","sorted-object","ssri","tar","text-table","tiny-relative-date","uuid","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-BspmE/Eg/ihfdNsf52NxvPwuGOce9pBO4KzlsPptRmeyIPhPj/kqCJIIla+rje/e4/wgD8RDUf98BqXTaMbdKQ==","shasum":"54fc141e9086cfbe03980d2bc38348fe2fe105e1","tarball":"https://registry.npmjs.org/npm/-/npm-7.0.8.tgz","fileCount":2729,"unpackedSize":13198491,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfoeP6CRA9TVsSAnZWagAAM/wP/2WB4vTnFykHFx5sCQaV\n2CzAd/tL0VaioJ4XVUPFjVxvRuepbxAVBKNibWOL6+RLvLBAsU2RAgwdbY+q\neGJf97zwd6ek+wYvx8sly1EguyYmGRT2KREqIrCFIChHjyV3rwzHigadEKLg\nBfZzo5A7j8aJsRgbZhexrP57vYGluqyBxzW4Y7mzISN3U46ed0QmWXOaPQw9\nqRXJMx+HL8QlDZKAmoTHkwaeJypk9G0eBFWuaf3VuPb+E1t1w5fLt/4xdSDP\nbX3A5Y0HA6JQd9qeeLprCyosd3Fvokc0hHKO0qdX4Tji66KHyU2Ru3VtWukF\nlrYdGeyCOrLtt0uYT6wl0/UDa8wrkRBPDnHENILjQryu4PbqyjXikEqfRB+0\nLSUDBpqzMsLw8Ot/2bpkE8M+64dxD3egMldiUnNvjWTmlqZbIxXNnHGdzrAh\n6w6AJ6WbNnOHHjtK1/c6yHiKpZ51kIutc0Xirkl7HgzxhSpVJMX0SI3Cjp+6\nDldKouBF3ZIQdrfFQHCwH3HpOG9Fp3RLzdS8MoJhZIHwr687iclZexijMWnD\nquz9w30DCxpbPA6rcNsKu2yBbRlSR6XNNwsglleNXZ1ZUEgXFI2Tv2AuCTgK\npmOtjA6vroEDmhgJEMqgHEWTqwxwWOKj/J6MrDUleQCYlHau2Wv9co1hhwpG\nh23k\r\n=q0O8\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIARHiest0V5/HmwqRQl9i4SHzMWbt09+heeRUyGUDdfhAiEAp4m6iwwcUOGEXPIK6CFfC8Mph8FlhPbhA3WROOwVUcQ="}]},"engines":{"node":">=10"}},"7.0.9":{"name":"npm","version":"7.0.9","dependencies":{"@npmcli/arborist":"^1.0.9","@npmcli/ci-detect":"^1.2.0","@npmcli/config":"^1.2.1","@npmcli/run-script":"^1.7.5","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^2.2.1","byte-size":"^7.0.0","cacache":"^15.0.5","chalk":"^4.1.0","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.6.0","columnify":"~1.5.4","editor":"~1.0.0","glob":"^7.1.4","graceful-fs":"^4.2.3","hosted-git-info":"^3.0.6","inherits":"^2.0.4","ini":"^1.3.5","init-package-json":"^2.0.1","is-cidr":"^4.0.2","leven":"^3.1.0","libnpmaccess":"^4.0.1","libnpmfund":"^1.0.1","libnpmhook":"^6.0.1","libnpmorg":"^2.0.1","libnpmpack":"^2.0.0","libnpmpublish":"^4.0.0","libnpmsearch":"^3.0.1","libnpmteam":"^2.0.2","libnpmversion":"^1.0.7","make-fetch-happen":"^8.0.9","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^7.1.2","nopt":"^5.0.0","normalize-package-data":"^3.0.0","npm-audit-report":"^2.1.4","npm-package-arg":"^8.1.0","npm-pick-manifest":"^6.1.0","npm-profile":"^5.0.2","npm-registry-fetch":"^9.0.0","npm-user-validate":"^1.0.1","npmlog":"~4.1.2","opener":"^1.5.2","pacote":"^11.1.13","parse-conflict-json":"^1.1.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^3.0.0","read-package-json-fast":"^1.2.1","rimraf":"^3.0.2","semver":"^7.3.2","sorted-object":"~2.0.1","ssri":"^8.0.0","tar":"^6.0.5","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uuid":"^8.3.1","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^3.0.3"},"devDependencies":{"cmark-gfm":"^0.8.4","eslint":"^7.12.1","eslint-plugin-import":"^2.22.1","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-standard":"^4.0.2","jsdom":"^16.4.0","marked-man":"^0.7.0","require-inject":"^1.4.4","tap":"^14.10.8","yaml":"^1.10.0"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/run-script","abbrev","ansicolors","ansistyles","aproba","archy","bin-links","byte-size","cacache","chalk","chownr","cli-columns","cli-table3","columnify","editor","glob","graceful-fs","hosted-git-info","inherits","ini","init-package-json","is-cidr","leven","libnpmaccess","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","normalize-package-data","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","rimraf","semver","sorted-object","ssri","tar","text-table","tiny-relative-date","uuid","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-r+omObVoL4OXyY4A4BVO90A6XpKFQ7xPO8Jf1vOHq2mMwJu07F/waPGfyo377NiDvah8Cr0smUTpmbGCRjFIMA==","shasum":"14c49e32651019fca138e7a82cc385995a9227ee","tarball":"https://registry.npmjs.org/npm/-/npm-7.0.9.tgz","fileCount":2729,"unpackedSize":13199585,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfpatvCRA9TVsSAnZWagAAfLQQAIKv/OjRB+9JEnEpZAo7\n0i9c9ISyWsdznmABGSCZpciynsiySx3lsV7fk0S+ZCPGGzRK5tafF9i+zilC\nAmbTTphzoXPHfP2ZjXfvuBPwDztVf/44g7wP6mr1W6g1212rCrG3cXwKVCWM\nkJSMQIm0vDoS/eFtVQsXfN2KJqwMaPaCmNoxQiy2OAMRnayc3rICdyeW5xWi\nRg/Zc/jfZJwcdY9CagRnRBsiVTREh5PdfsWBpZ5jNE/oUC2QBZkg3P3c5Gku\n568SFkcw2E1pepwKV/QwO8OUlL9l8u4+FNMBSdBwlLWeLlKKujeYwydGj1WV\nzWjwPRD198zA5EN7Cc0CWnh+90U6j+MvEDweOaah6AaD1TGcJH6ewc5x219V\nP0S7o+ulRNTMkLX6V72Ws03LZQFbPhxJ1R0tX1nhCawZSD4AgjHuwM1gYoYO\nSpjLgox2VJXM5ziXO8AjJdaNXVIYgBTXjpGyeipGZufMdUwt/CyAlwBOUBdw\nn1b7BZPc47TmHau8MbvzV30pWug753HWF+DaFPFdA84Y89olm1XTkBSJ8jiw\nKIrajL47XMDA2eU6xuAutPpb3Od3naAfD29/GLO16Jk/31YLv8Vdx3OLpy98\n5BqDShuBwH7bLVqtdLF34D7688D+bQ65RvHf4MHFoZmkguikfvMyXHgJguAG\nq0Jv\r\n=k1D+\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDzW9TocM4j6NIX5ABkXlXGDa7cadjpbd3FbTdg6YAlkwIhAPCU00J7GFFdTE47RVU4+5OLMcjYoXKgMKKmPY/KIl/v"}]},"engines":{"node":">=10"}},"7.0.10":{"name":"npm","version":"7.0.10","dependencies":{"@npmcli/arborist":"^1.0.10","@npmcli/ci-detect":"^1.2.0","@npmcli/config":"^1.2.1","@npmcli/run-script":"^1.7.5","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^2.2.1","byte-size":"^7.0.0","cacache":"^15.0.5","chalk":"^4.1.0","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.6.0","columnify":"~1.5.4","editor":"~1.0.0","glob":"^7.1.4","graceful-fs":"^4.2.3","hosted-git-info":"^3.0.6","inherits":"^2.0.4","ini":"^1.3.5","init-package-json":"^2.0.1","is-cidr":"^4.0.2","leven":"^3.1.0","libnpmaccess":"^4.0.1","libnpmfund":"^1.0.1","libnpmhook":"^6.0.1","libnpmorg":"^2.0.1","libnpmpack":"^2.0.0","libnpmpublish":"^4.0.0","libnpmsearch":"^3.0.1","libnpmteam":"^2.0.2","libnpmversion":"^1.0.7","make-fetch-happen":"^8.0.9","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^7.1.2","nopt":"^5.0.0","normalize-package-data":"^3.0.0","npm-audit-report":"^2.1.4","npm-package-arg":"^8.1.0","npm-pick-manifest":"^6.1.0","npm-profile":"^5.0.2","npm-registry-fetch":"^9.0.0","npm-user-validate":"^1.0.1","npmlog":"~4.1.2","opener":"^1.5.2","pacote":"^11.1.13","parse-conflict-json":"^1.1.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^3.0.0","read-package-json-fast":"^1.2.1","rimraf":"^3.0.2","semver":"^7.3.2","sorted-object":"~2.0.1","ssri":"^8.0.0","tar":"^6.0.5","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uuid":"^8.3.1","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^3.0.3"},"devDependencies":{"cmark-gfm":"^0.8.4","eslint":"^7.12.1","eslint-plugin-import":"^2.22.1","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-standard":"^4.0.2","jsdom":"^16.4.0","marked-man":"^0.7.0","require-inject":"^1.4.4","tap":"^14.10.8","yaml":"^1.10.0"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/run-script","abbrev","ansicolors","ansistyles","aproba","archy","bin-links","byte-size","cacache","chalk","chownr","cli-columns","cli-table3","columnify","editor","glob","graceful-fs","hosted-git-info","inherits","ini","init-package-json","is-cidr","leven","libnpmaccess","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","normalize-package-data","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","rimraf","semver","sorted-object","ssri","tar","text-table","tiny-relative-date","uuid","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-KUrMRXty5xfP24LlSjrXbC2BqXZUGYaraj882o4iqxP2ZlrXsy6jYxg0jicVrCwTHPtMXYc8OHx5Co6vi31wLA==","shasum":"dce82be4d57ac0a4b095e4e58810138ecc639802","tarball":"https://registry.npmjs.org/npm/-/npm-7.0.10.tgz","fileCount":2729,"unpackedSize":13202513,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfquydCRA9TVsSAnZWagAA1dcQAJy2KxUFkbk3lZgQdeWy\nd5OzQCzaYEjkr+ti/aQtLWSEGGYZPOINv2ava5d7mlSLu6E2/gbb8kKTzD2o\nFxfl7zPMOdtz3nOwDxiuy0rYf/HLa6iauMHa5YGqKzIZPaFvqCVsXD0zlv6x\nqut37fmC9j5bs1Dbf/7aE1ghBFqhGl6H1PAJkBZUPG2QiiTkVDraAoV35awL\nG3OWvgzFkTJfIJyjDhu1IkpEOF4UOiCDPoS8il5hjszDWIvCGmvuE6fkaiGO\nFH4vsCHvgs5QsPVCT4fyaY7szwNXncFYlssnDRkaj+i/suVE1Xfx3OF3Gze6\nT0LDDF+mDPijm+lfgHq8XGBPbWG67C4SxpKE7NHZlkjJHEY5wcTBwltrWgHP\n1GNTnp61+cFbaG5FT0hyXgHQTu76dF+dQLICEw2EF9PyeqeelYqXTGMYWvxS\npxXQPW+4PGNp85rJhGBIYEs2ML9eGe9DG361Hg5WV04DCbkwYvDBxhQCMfls\nOlRSapzE7DbKVDLqTXQqi8Ydwo0FeyvTi8wmhbwO0Kl4DpEYJ+YUvqRw90t+\nM1TwEUVy9JDVYckWpKhIOvnKr0huzQD29FPCWwD4Xkw9K4wqL5RyhsZKby3/\n7oIQT4iAXR3Od7cILeXdZR+VcNEI1F3krVKHjLo/rLyYlGn739US1GjU7Agk\nb0rO\r\n=hMyy\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCn1gabxwcCExszPc5J907vO/+8Ht4AIGsUwACA2vYRKAIgegnw+cZTJY8TfAtUaomVK+sY1wS8yjLQAeNHzNxwth4="}]},"engines":{"node":">=10"}},"7.0.11":{"name":"npm","version":"7.0.11","dependencies":{"@npmcli/arborist":"^1.0.11","@npmcli/ci-detect":"^1.2.0","@npmcli/config":"^1.2.1","@npmcli/run-script":"^1.7.5","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^2.2.1","byte-size":"^7.0.0","cacache":"^15.0.5","chalk":"^4.1.0","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.6.0","columnify":"~1.5.4","editor":"~1.0.0","glob":"^7.1.4","graceful-fs":"^4.2.3","hosted-git-info":"^3.0.6","inherits":"^2.0.4","ini":"^1.3.5","init-package-json":"^2.0.1","is-cidr":"^4.0.2","leven":"^3.1.0","libnpmaccess":"^4.0.1","libnpmfund":"^1.0.1","libnpmhook":"^6.0.1","libnpmorg":"^2.0.1","libnpmpack":"^2.0.0","libnpmpublish":"^4.0.0","libnpmsearch":"^3.0.1","libnpmteam":"^2.0.2","libnpmversion":"^1.0.7","make-fetch-happen":"^8.0.9","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^7.1.2","nopt":"^5.0.0","normalize-package-data":"^3.0.0","npm-audit-report":"^2.1.4","npm-package-arg":"^8.1.0","npm-pick-manifest":"^6.1.0","npm-profile":"^5.0.2","npm-registry-fetch":"^9.0.0","npm-user-validate":"^1.0.1","npmlog":"~4.1.2","opener":"^1.5.2","pacote":"^11.1.13","parse-conflict-json":"^1.1.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^3.0.0","read-package-json-fast":"^1.2.1","rimraf":"^3.0.2","semver":"^7.3.2","sorted-object":"~2.0.1","ssri":"^8.0.0","tar":"^6.0.5","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uuid":"^8.3.1","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^3.0.3"},"devDependencies":{"cmark-gfm":"^0.8.4","eslint":"^7.13.0","eslint-plugin-import":"^2.22.1","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-standard":"^4.1.0","jsdom":"^16.4.0","marked-man":"^0.7.0","require-inject":"^1.4.4","tap":"^14.10.8","yaml":"^1.10.0"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/run-script","abbrev","ansicolors","ansistyles","aproba","archy","bin-links","byte-size","cacache","chalk","chownr","cli-columns","cli-table3","columnify","editor","glob","graceful-fs","hosted-git-info","inherits","ini","init-package-json","is-cidr","leven","libnpmaccess","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","normalize-package-data","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","rimraf","semver","sorted-object","ssri","tar","text-table","tiny-relative-date","uuid","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-D0oCRgDaMSdpa0viUgQJ7mNAGSqnuQhXS6FrQi0a8wo9dNwOEcdPf6eWJRrKH7lepsDIE+u/vqvHl8ltua9jbg==","shasum":"0a23321f7c818927030304d2835b92d7a71895d0","tarball":"https://registry.npmjs.org/npm/-/npm-7.0.11.tgz","fileCount":2743,"unpackedSize":13411179,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfruCxCRA9TVsSAnZWagAAxtMP/joRYW52OcR0PThQ8df9\nzIvBmfB0xVBGKLsyFTVwIMjD4oAMSQw7fGPrhX21UqDLbO8zl5mc6n95PqZd\ntrm0YNmKjMYy12jeBveg9nHDBPEPgDQwXihxWhnEgmeO/YH+HPX5qk1fG1VJ\nmg1YANRO8Dwip4Drte4UDpkHZcACQUyACUp5lkSPNvFFNDZKhk8BeKEOQge6\nC+5t8wj7KIcF9DycGk4n6Jw3p8VqXGKKlzOJTRYOQYiKkHdBBK3MEULxgh4/\n2qYv3lXs092uqDOjO9/HoXnXWE/WwTqaa4BZjun5YIH0b5+o+hFJSI94P5fw\nlWM/fYAWzWEmc1m9KcH6Ce9/ZcDYlyJU2Hy1wWXrZijl00JxAtrY1Boemvru\nn53Fb+zBdKrmUCst4Q/D+lw/7K3CHS9iZWFBUK7glk8lowbMiqeFdV4jlJTC\naadBdrvvSCJuQrc9Ovo4OeOIGl127CM56z+DwwyDsKfrB+vG5JvGo1INgVsd\nyWWfqXbtZkhc5TC03Ax0ndm4jkI4BmIMkbZBkemOe96QHKBYM1mh6g0IA8R1\nq94ZHRd0uCpao7TaZ5Pxi2TU/jx8bGx/QMUjXnOzim5WHIfLFWGnrzkfdzIk\nbzR+z33S7BL6oxNvTVtSaNiXciEbRkfakotNHM4TMhnZBryrEzfCVJfcInP0\n7JDO\r\n=1jnJ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGRa2Kx+JUXQC9qcPjoHg4T1y4C4zryxSMZqhPDQofAFAiEAzbVnn6b6+L44C5j/pFq8pA71ty0TFTq02BCIwoc3kwQ="}]},"engines":{"node":">=10"}},"7.0.12":{"name":"npm","version":"7.0.12","dependencies":{"@npmcli/arborist":"^1.0.11","@npmcli/ci-detect":"^1.2.0","@npmcli/config":"^1.2.1","@npmcli/run-script":"^1.8.0","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^2.2.1","byte-size":"^7.0.0","cacache":"^15.0.5","chalk":"^4.1.0","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.6.0","columnify":"~1.5.4","editor":"~1.0.0","glob":"^7.1.4","graceful-fs":"^4.2.3","hosted-git-info":"^3.0.6","inherits":"^2.0.4","ini":"^1.3.5","init-package-json":"^2.0.1","is-cidr":"^4.0.2","leven":"^3.1.0","libnpmaccess":"^4.0.1","libnpmfund":"^1.0.1","libnpmhook":"^6.0.1","libnpmorg":"^2.0.1","libnpmpack":"^2.0.0","libnpmpublish":"^4.0.0","libnpmsearch":"^3.0.1","libnpmteam":"^2.0.2","libnpmversion":"^1.0.7","make-fetch-happen":"^8.0.9","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^7.1.2","nopt":"^5.0.0","normalize-package-data":"^3.0.0","npm-audit-report":"^2.1.4","npm-package-arg":"^8.1.0","npm-pick-manifest":"^6.1.0","npm-profile":"^5.0.2","npm-registry-fetch":"^9.0.0","npm-user-validate":"^1.0.1","npmlog":"~4.1.2","opener":"^1.5.2","pacote":"^11.1.13","parse-conflict-json":"^1.1.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^3.0.0","read-package-json-fast":"^1.2.1","rimraf":"^3.0.2","semver":"^7.3.2","sorted-object":"~2.0.1","ssri":"^8.0.0","tar":"^6.0.5","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uuid":"^8.3.1","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^3.0.3"},"devDependencies":{"cmark-gfm":"^0.8.4","eslint":"^7.13.0","eslint-plugin-import":"^2.22.1","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-standard":"^4.1.0","jsdom":"^16.4.0","marked-man":"^0.7.0","require-inject":"^1.4.4","tap":"^14.11.0","yaml":"^1.10.0"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/run-script","abbrev","ansicolors","ansistyles","aproba","archy","bin-links","byte-size","cacache","chalk","chownr","cli-columns","cli-table3","columnify","editor","glob","graceful-fs","hosted-git-info","inherits","ini","init-package-json","is-cidr","leven","libnpmaccess","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","normalize-package-data","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","rimraf","semver","sorted-object","ssri","tar","text-table","tiny-relative-date","uuid","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-0MDC+wxNRTxp9yNZ1t8zEUjVvKTN8K2xGAQ9Cuert9NwrTk0GDw+8hl4OOVcMVDFSFaHopW3F+w+KnxLGZMwYw==","shasum":"1f0fc232bc91b0cd8ca9143df98faa9b39881c6c","tarball":"https://registry.npmjs.org/npm/-/npm-7.0.12.tgz","fileCount":2735,"unpackedSize":13258662,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJftDAxCRA9TVsSAnZWagAABK0P/ROFpPiOO8EAoUQLJ4Ss\nvWViIebDhUleedUl7Uw/h6kOPgltj6FxV9sWdy5wyslk4TKmbNT7BhpuHX2a\nO4BnUrh4N8upEM8mxvi2SDH6kJGCfcDXNKs4DzcBrGQdTpJqZx1FoYUGM9BU\nivMS2LU58DoRMWJxLQWFTXPpFI5KAjlm86t1nrEp+2120NmTX/waiQxvvRxD\nnfDxVXB1X7+0J2F4zimGSOiQU+Z83QrDkOR24+tFVm4NuqyGUG/jhUkqjGOr\nD7eUdZHWdz+6BHWO7gpRKOsAVKLXatB/rxT8Fg0IjZ8NQEC525vBV4MTLM+s\nxtsX4tql6mQaWEfgYbx1uZBWfJMOqmrrw2yXMSkKT8utb77R5vRt4eGDXkX8\neLBe2fx6WSkNK1vuAXenBOWZNNuQEeJdc2pVouo2JnF+YvrXMLhKtGOa2aI6\nrWyRq0Nr7aoCyJFIAT5If7R27J3PBWlP01qLWKp/Xu4bnWpAgiHvLQP2rRK2\nJEfuN3DQrA7DeL+gCpYPj3HTwpjpBu5BrOV6DC/BWOhBZSbo2xsKJegqeh9q\nLCWLHpP1or8529XIvWCjMS2F1KgCUKuJdpb9+kdMsXFRgiYtREb0mN5nUc7j\ncnJJxkdoBNAypL11mhC9ycI7xCM1alAg9wF8zvJd/gbzBaidanK7Eu7dQi40\nH3s4\r\n=KFfu\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD4/M5USd2309G9rNUY1Xe5uJRdAMjJt06pnw+biUdAkQIgWmCOoJS3crtd5EfInVksiKAYOkKsiK5s7PzVDeMprA4="}]},"engines":{"node":">=10"}},"7.0.13":{"name":"npm","version":"7.0.13","dependencies":{"@npmcli/arborist":"^1.0.12","@npmcli/ci-detect":"^1.2.0","@npmcli/config":"^1.2.1","@npmcli/run-script":"^1.8.0","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^2.2.1","byte-size":"^7.0.0","cacache":"^15.0.5","chalk":"^4.1.0","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.6.0","columnify":"~1.5.4","editor":"~1.0.0","glob":"^7.1.4","graceful-fs":"^4.2.3","hosted-git-info":"^3.0.6","inherits":"^2.0.4","ini":"^1.3.5","init-package-json":"^2.0.1","is-cidr":"^4.0.2","leven":"^3.1.0","libnpmaccess":"^4.0.1","libnpmfund":"^1.0.1","libnpmhook":"^6.0.1","libnpmorg":"^2.0.1","libnpmpack":"^2.0.0","libnpmpublish":"^4.0.0","libnpmsearch":"^3.0.1","libnpmteam":"^2.0.2","libnpmversion":"^1.0.7","make-fetch-happen":"^8.0.9","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^7.1.2","nopt":"^5.0.0","normalize-package-data":"^3.0.0","npm-audit-report":"^2.1.4","npm-package-arg":"^8.1.0","npm-pick-manifest":"^6.1.0","npm-profile":"^5.0.2","npm-registry-fetch":"^9.0.0","npm-user-validate":"^1.0.1","npmlog":"~4.1.2","opener":"^1.5.2","pacote":"^11.1.13","parse-conflict-json":"^1.1.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^3.0.0","read-package-json-fast":"^1.2.1","rimraf":"^3.0.2","semver":"^7.3.2","sorted-object":"~2.0.1","ssri":"^8.0.0","tar":"^6.0.5","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uuid":"^8.3.1","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^3.0.3"},"devDependencies":{"cmark-gfm":"^0.8.4","eslint":"^7.13.0","eslint-plugin-import":"^2.22.1","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-standard":"^4.1.0","jsdom":"^16.4.0","marked-man":"^0.7.0","require-inject":"^1.4.4","tap":"^14.11.0","yaml":"^1.10.0"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/run-script","abbrev","ansicolors","ansistyles","aproba","archy","bin-links","byte-size","cacache","chalk","chownr","cli-columns","cli-table3","columnify","editor","glob","graceful-fs","hosted-git-info","inherits","ini","init-package-json","is-cidr","leven","libnpmaccess","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","normalize-package-data","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","rimraf","semver","sorted-object","ssri","tar","text-table","tiny-relative-date","uuid","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-B7avOtnrtmFA1X4c8RvHHfyOr6ra7SDb7KMn1HtjmvlOj15m8ujtV6gn9ktAvSWSWUbfyXFcZA/4aHX3CEnFXQ==","shasum":"28d6da4dc1380f921aa722aee4d01e6218a2bb63","tarball":"https://registry.npmjs.org/npm/-/npm-7.0.13.tgz","fileCount":2736,"unpackedSize":13258048,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfuCL8CRA9TVsSAnZWagAAfv8P/ivWYIFxwIyeLdRYaZkc\nFz7uWS5MhEjX+1+5xd6RgZ5b4+m2exrDXt5lyCMD5zgKTKOs6SlR1TL3KlX6\nNcGFjbc8HLUjtLtlhlvMBTQRAXbb3mHlyfru2+uLM78zukLBd0PebTTWig0A\nKCmypRicbblpChJ/QTVhEeR57UR91vVFW3eJropHsZeD0a8dEpGOBxAcEu3b\nGAaI7A4iEdR1K9qMC/f2CYeS7mFk7BM7MCGsK7i9fdcXQ4HETtrwGyIEhpqw\nZ4sM+w7WwdEcmp2PQyyU/JMaTKMNg+ijmtCLKqtUZvjP42QVU4ycvrINBc5J\niHYD4XOSPlDmarGhQpc0EtQFN5qmCNf6xKAri6ytUVu+CX0cPp5E+T46k7+I\nWGcmd9sUvp0N4Dcl7w65vv1QRq96fpxiAxMSfR5sy67I+PA4VDq0CDJ9mrmW\nYUcpeXxMZiF5W3fAN6D8EGo0jXRpEGzseWeJHV0I5wCLEPKn67Pz36zq7atW\n4x+j0szTKaqPCVqjhV0OqiXvfQ9i0Hhm5OvLQhZBR0j9ColF8Gl2yZ1xPMzL\ndl2IsNp88KhFOmMEZ7KSpp8kM5mn8oFWp5GWfRdud5CUlsmjir21vwJlu44y\nxf6+ZkOcnsdNMWu6xlFpO1gURlbtTwCjTnNjs+SvfyMgIBC9T9no0/d3zMpy\nYJWU\r\n=h3LU\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFGbbKgD53PqlJwdq9oR+0+JdwHGvmpiNQoNGDe1oOtaAiAbR23jLMTTrxJKMQ41963PAHPAIzqkvpbdb+JJSJWnsA=="}]},"engines":{"node":">=10"}},"6.14.9":{"name":"npm","version":"6.14.9","dependencies":{"JSONStream":"^1.3.5","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^1.1.8","bluebird":"^3.5.5","byte-size":"^5.0.1","cacache":"^12.0.3","call-limit":"^1.1.1","chownr":"^1.1.4","ci-info":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.5.1","cmd-shim":"^3.0.3","columnify":"~1.5.4","config-chain":"^1.1.12","detect-indent":"~5.0.0","detect-newline":"^2.1.0","dezalgo":"~1.0.3","editor":"~1.0.0","figgy-pudding":"^3.5.1","find-npm-prefix":"^1.0.2","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","gentle-fs":"^2.3.1","glob":"^7.1.6","graceful-fs":"^4.2.4","has-unicode":"~2.0.1","hosted-git-info":"^2.8.8","iferr":"^1.0.2","infer-owner":"^1.0.4","inflight":"~1.0.6","inherits":"^2.0.4","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^3.0.0","json-parse-better-errors":"^1.0.2","lazy-property":"~1.0.0","libcipm":"^4.0.8","libnpm":"^3.0.1","libnpmaccess":"^3.0.2","libnpmhook":"^5.0.3","libnpmorg":"^1.0.1","libnpmsearch":"^2.0.2","libnpmteam":"^1.0.2","libnpx":"^10.2.4","lock-verify":"^2.1.0","lockfile":"^1.0.4","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"^5.1.1","meant":"^1.0.2","mississippi":"^3.0.0","mkdirp":"^0.5.5","move-concurrently":"^1.0.1","node-gyp":"^5.1.0","nopt":"^4.0.3","normalize-package-data":"^2.5.0","npm-audit-report":"^1.3.3","npm-cache-filename":"~1.0.2","npm-install-checks":"^3.0.2","npm-lifecycle":"^3.1.5","npm-package-arg":"^6.1.1","npm-packlist":"^1.4.8","npm-pick-manifest":"^3.0.2","npm-profile":"^4.0.4","npm-registry-fetch":"^4.0.7","npm-user-validate":"^1.0.1","npmlog":"~4.1.2","once":"~1.4.0","opener":"^1.5.1","osenv":"^0.1.5","pacote":"^9.5.12","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"^0.12.0","query-string":"^6.8.2","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"^1.0.5","read-installed":"~4.0.3","read-package-json":"^2.1.1","read-package-tree":"^5.3.1","readable-stream":"^3.6.0","readdir-scoped-modules":"^1.1.0","request":"^2.88.0","retry":"^0.12.0","rimraf":"^2.7.1","safe-buffer":"^5.1.2","semver":"^5.7.1","sha":"^3.0.0","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"^6.0.1","stringify-package":"^1.0.1","tar":"^4.4.13","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"^1.1.1","unpipe":"~1.0.0","update-notifier":"^2.5.0","uuid":"^3.3.3","validate-npm-package-license":"^3.0.4","validate-npm-package-name":"~3.0.0","which":"^1.3.1","worker-farm":"^1.7.0","write-file-atomic":"^2.4.3","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*"},"devDependencies":{"deep-equal":"^1.0.1","get-stream":"^4.1.0","licensee":"^7.0.3","marked":"^0.7.0","marked-man":"^0.7.0","npm-registry-mock":"^1.3.1","require-inject":"^1.4.4","sprintf-js":"^1.1.2","standard":"^11.0.1","tacks":"^1.3.0","tap":"^12.7.0","tar-stream":"^2.1.0"},"bundleDependencies":["abbrev","ansicolors","ansistyles","aproba","archy","bin-links","bluebird","byte-size","cacache","call-limit","chownr","ci-info","cli-columns","cli-table3","cmd-shim","columnify","config-chain","debuglog","detect-indent","detect-newline","dezalgo","editor","figgy-pudding","find-npm-prefix","fs-vacuum","fs-write-stream-atomic","gentle-fs","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","infer-owner","inflight","inherits","ini","init-package-json","is-cidr","json-parse-better-errors","JSONStream","lazy-property","libcipm","libnpm","libnpmaccess","libnpmhook","libnpmorg","libnpmsearch","libnpmteam","libnpx","lock-verify","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mississippi","mkdirp","move-concurrently","node-gyp","nopt","normalize-package-data","npm-audit-report","npm-cache-filename","npm-install-checks","npm-lifecycle","npm-package-arg","npm-packlist","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","qrcode-terminal","query-string","qw","read-cmd-shim","read-installed","read-package-json","read-package-tree","read","readable-stream","readdir-scoped-modules","request","retry","rimraf","safe-buffer","semver","sha","slide","sorted-object","sorted-union-stream","ssri","stringify-package","tar","text-table","tiny-relative-date","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","worker-farm","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-yHi1+i9LyAZF1gAmgyYtVk+HdABlLy94PMIDoK1TRKWvmFQAt5z3bodqVwKvzY0s6dLqQPVsRLiwhJfNtiHeCg==","shasum":"d2b4237562bfd95689249e2c2874700ed952ed82","tarball":"https://registry.npmjs.org/npm/-/npm-6.14.9.tgz","fileCount":4202,"unpackedSize":22952445,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfuCvRCRA9TVsSAnZWagAAaY4P/j87h+UHLi3Melv5JOQw\nM31Rlpdx/8/5T+6lL0ZSmBN9QCrK9Ciwu2depKeXmQ4/de8QC2X87JizHEXI\nFIyLYDfNgCvJJTME052+Zk+EUdSi9xJAYKTw+G7vODZ4AgZZlVH7GIwZWac0\nu1boKSXFhzUXjDCVJTqZwhSpUVC6ri6xmQM3DemSe9HkgxluSHufsM6OCCLC\n3v0XiqLWJyBCoCURoroPoz05HqeaVljLkbhSzutmErWb10WMIfX9qk4tqZlr\nh3kjarSxpivKgtt7DPJEncSHoMxE4pKsX2cm+GWZwCLEgoAcw8L3ZIGNi4Oi\nxZG8G7O154IKUGLfWy68tQrhff7xgJVrq1aCSG07X8yTIT0dyPKQ+Tm5Ilq6\n8LaZ9rzVKCqnm6fOndUBvUoNU6gQV4QeuRJ3H8cVf0A3n1izdZ1EeH6eTShR\nvPQ/9+ZYl1GLC8v7QfzDmuUMzXijo4KQC5Mtbk80VpiT07dgeOa3D89mUe9t\nK2fT6yzxrFFwOOW+Ancg7L/kZbWBKXUpXReejiCPPXvwiggj3a4auPOR8YOu\nVwWQwnH0IZYOotuo6bd/OAyzCIAu8/91Q4s09AIHNAZd4zneYnvpTp2hlnyD\nPv18zwkBrElhKCfa9+S99QZFo5GyOgOjHvDAXFl22k88X6czyijmFLyaBpuC\nI2V5\r\n=lGVa\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDgywCUGnzNbZzYchRQgE1LR2eYlOprctOd37D/3bf/kgIhAPsNGyXQtiWbZQOv4eLsaUsW20U5BDA147cnCbTaWRKd"}]},"engines":{"node":"6 >=6.2.0 || 8 || >=9.3.0"}},"7.0.14":{"name":"npm","version":"7.0.14","dependencies":{"@npmcli/arborist":"^1.0.12","@npmcli/ci-detect":"^1.2.0","@npmcli/config":"^1.2.1","@npmcli/run-script":"^1.8.1","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^2.2.1","byte-size":"^7.0.0","cacache":"^15.0.5","chalk":"^4.1.0","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.6.0","columnify":"~1.5.4","editor":"~1.0.0","glob":"^7.1.4","graceful-fs":"^4.2.3","hosted-git-info":"^3.0.6","inherits":"^2.0.4","ini":"^1.3.5","init-package-json":"^2.0.1","is-cidr":"^4.0.2","leven":"^3.1.0","libnpmaccess":"^4.0.1","libnpmfund":"^1.0.1","libnpmhook":"^6.0.1","libnpmorg":"^2.0.1","libnpmpack":"^2.0.0","libnpmpublish":"^4.0.0","libnpmsearch":"^3.0.1","libnpmteam":"^2.0.2","libnpmversion":"^1.0.7","make-fetch-happen":"^8.0.9","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^7.1.2","nopt":"^5.0.0","normalize-package-data":"^3.0.0","npm-audit-report":"^2.1.4","npm-package-arg":"^8.1.0","npm-pick-manifest":"^6.1.0","npm-profile":"^5.0.2","npm-registry-fetch":"^9.0.0","npm-user-validate":"^1.0.1","npmlog":"~4.1.2","opener":"^1.5.2","pacote":"^11.1.13","parse-conflict-json":"^1.1.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^3.0.0","read-package-json-fast":"^1.2.1","rimraf":"^3.0.2","semver":"^7.3.2","sorted-object":"~2.0.1","ssri":"^8.0.0","tar":"^6.0.5","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uuid":"^8.3.1","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^3.0.3"},"devDependencies":{"cmark-gfm":"^0.8.4","eslint":"^7.13.0","eslint-plugin-import":"^2.22.1","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-standard":"^4.1.0","jsdom":"^16.4.0","marked-man":"^0.7.0","require-inject":"^1.4.4","tap":"^14.11.0","yaml":"^1.10.0"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/run-script","abbrev","ansicolors","ansistyles","aproba","archy","bin-links","byte-size","cacache","chalk","chownr","cli-columns","cli-table3","columnify","editor","glob","graceful-fs","hosted-git-info","inherits","ini","init-package-json","is-cidr","leven","libnpmaccess","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","normalize-package-data","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","rimraf","semver","sorted-object","ssri","tar","text-table","tiny-relative-date","uuid","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-ko66C5PnC1rkPu5tvD+DwDm++mRvbLYN0rczLuxFuxhZFp9n8AUdiwHcvMTulPwkJnCOziAMGWl5G8a8Z4XuWw==","shasum":"3d3931d6af15fd76da80ea344b3ee1d17d854284","tarball":"https://registry.npmjs.org/npm/-/npm-7.0.14.tgz","fileCount":2736,"unpackedSize":13258374,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfvB91CRA9TVsSAnZWagAAckAP/iwKE+tUjtm7LduQ6T2a\nGPJpmE57Q5FtM0DmHM6Qz82zetYgvY3kikcTkdpu5fxb5YMS+Um3zREB5c6s\nE5z/jIKUcjSXhi9KcT7KcQSPWYryC+9xBpwwxK5AvyOrI0YMRXUwwmbGqtIx\niFihvL70Eo9/+dE6KR3MSaCG+W0dUmnt235cFsNd3LLUEH2C7LHjYrDz9GV1\nbwJiWk0vAJLrq5uE1l8txJuBlR4+cdETfUjGOAL0y+wcr/NdJt3DV4GddgNK\n2FzhvHB/RwUGX3Pluzs5j3cxzq/o4tQZ3DjHUwqiMmaWwDokA/y+bRsiKLQJ\nx3FMn9q37s3TahciVt/hM8aUplXoQXSaS9YpKla1yiDhXrV8HJjuT0jI/UW7\nnOBvSXYEuuxnwoJLsNUPWCWXqA0jb5xumVKPHXpFTvgoUyJZrLnoj4nQw6kD\nXh82cE5a4EbmYimYwlx83jYD7pdcihqcDRfGOqtjNkG7dvdPEC9vZxTThNML\n+OG5BrVwkCpR417IhUg+OB0VZZv6z+c95ILOoiVI0JFaEC6lusk3YBreL9Db\nrMnr3Ss7kv/mhCtM2h6rP1/wiSzOQQktImc/w2+bXHC6bUp0N4FdrOMFdowR\nqf2WJuNcAtAay2OEdQ680sRvixM7OhQzLCQ8Ne4tkc1mOcXok3Qc5tkGJPWh\nB/J0\r\n=4VVk\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDQQ5nz9zzw7qGcbA2GigBAziu6RWqydzRN2OretBnDEQIhAMOqFqHMRDE5RLMvBk50HGWnLqEB2V6i9QGHPztIw9Xq"}]},"engines":{"node":">=10"}},"7.0.15":{"name":"npm","version":"7.0.15","dependencies":{"@npmcli/arborist":"^1.0.13","@npmcli/ci-detect":"^1.2.0","@npmcli/config":"^1.2.1","@npmcli/run-script":"^1.8.1","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^2.2.1","byte-size":"^7.0.0","cacache":"^15.0.5","chalk":"^4.1.0","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.6.0","columnify":"~1.5.4","editor":"~1.0.0","glob":"^7.1.4","graceful-fs":"^4.2.3","hosted-git-info":"^3.0.6","inherits":"^2.0.4","ini":"^1.3.5","init-package-json":"^2.0.1","is-cidr":"^4.0.2","leven":"^3.1.0","libnpmaccess":"^4.0.1","libnpmfund":"^1.0.1","libnpmhook":"^6.0.1","libnpmorg":"^2.0.1","libnpmpack":"^2.0.0","libnpmpublish":"^4.0.0","libnpmsearch":"^3.0.1","libnpmteam":"^2.0.2","libnpmversion":"^1.0.7","make-fetch-happen":"^8.0.9","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^7.1.2","nopt":"^5.0.0","normalize-package-data":"^3.0.0","npm-audit-report":"^2.1.4","npm-package-arg":"^8.1.0","npm-pick-manifest":"^6.1.0","npm-profile":"^5.0.2","npm-registry-fetch":"^9.0.0","npm-user-validate":"^1.0.1","npmlog":"~4.1.2","opener":"^1.5.2","pacote":"^11.1.13","parse-conflict-json":"^1.1.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^3.0.0","read-package-json-fast":"^1.2.1","rimraf":"^3.0.2","semver":"^7.3.2","sorted-object":"~2.0.1","ssri":"^8.0.0","tar":"^6.0.5","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uuid":"^8.3.1","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^3.0.3"},"devDependencies":{"cmark-gfm":"^0.8.4","eslint":"^7.13.0","eslint-plugin-import":"^2.22.1","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-standard":"^4.1.0","jsdom":"^16.4.0","marked-man":"^0.7.0","require-inject":"^1.4.4","tap":"^14.11.0","yaml":"^1.10.0"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/run-script","abbrev","ansicolors","ansistyles","aproba","archy","bin-links","byte-size","cacache","chalk","chownr","cli-columns","cli-table3","columnify","editor","glob","graceful-fs","hosted-git-info","inherits","ini","init-package-json","is-cidr","leven","libnpmaccess","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","normalize-package-data","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","rimraf","semver","sorted-object","ssri","tar","text-table","tiny-relative-date","uuid","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-vP4qQMsbfERokwYMDbSHqbtCFFNVMCvLHJXyzrDSka6Mz8GCQwj1Y/OjgF2nji80/yl+RQvMnOjVNgjWQf9NBw==","shasum":"ca657488183cf618135f7c3c77c08d77d890d6a6","tarball":"https://registry.npmjs.org/npm/-/npm-7.0.15.tgz","fileCount":2740,"unpackedSize":13270759,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfwTFxCRA9TVsSAnZWagAAemoQAIrhRTrP8MrRHZB1dNUc\nCfUFWiMc1rvWMJVuKTCX91qdTxt2sk7xQvDDX8Nad9qN7QR8Z/3FkPnbP4Hy\nr+JCVNnD9wKn6qn+7z7ZGrzPKjlRS3oS/a/37BY588F7gmfgMCmJWdCw6XLJ\ndwvveBS+VA+OITOr4lAHdAM1CUbeEIGBurZOmHAAhmEc1UndwvOOfzSZ+sba\nyL4smo1Fv0//gRWsvb1H748j0PTF9ya3yWWJF+dUawkr2pZlF/j0gl3iAXcn\n9rutm0c+XxyTOb+H2vTlxuahUk7/xvgpOJiEsMh+5IYiDGF68Rf2fw/B718r\nRPCwkiXnpCTtvtyPe+JTn+USYAfLbmQUvU65L1I41gJwJMQaAE3ak5dnGPXz\n8wL3YfOktDBMWApoaASI/Tv6W4j/rBesXQLIXXMdlspZUXwcc9L0jGL0diE/\nEz4sTTz5UdE/0bgM6pq/vAFMo7apa9+TWoJNYwJw6GhCAnoD5uxMLaFrck7m\nxtHs9s3+ZQ4O2dqMUusdI/wXjL/WlIMAL2oEDU/e9xDrOjYxKEHtgqs4X9Aa\ngxsIypC0cq7Amx4fE6U7ePWlY6+tCe4+tX35Bicr/hDVqw65BDVelR71sILa\ndFlvLj9Som28ViBXb9YA79kZHJY8HzmNaKxsxOWBHnUdyr89W8Z5MJ7R/RHL\nZhip\r\n=Ws5g\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIG0JYsgwEAji/swe3ARlzJRcUM2mXk9yccf0Y79XjtFkAiEA1uEXSNZq0JrweeMGytl5zoEeP0DBkBJaR3fs8mxD0/g="}]},"engines":{"node":">=10"}},"7.1.0":{"name":"npm","version":"7.1.0","dependencies":{"@npmcli/arborist":"^1.0.14","@npmcli/ci-detect":"^1.2.0","@npmcli/config":"^1.2.3","@npmcli/run-script":"^1.8.1","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^2.2.1","byte-size":"^7.0.0","cacache":"^15.0.5","chalk":"^4.1.0","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.6.0","columnify":"~1.5.4","editor":"~1.0.0","glob":"^7.1.4","graceful-fs":"^4.2.3","hosted-git-info":"^3.0.6","inherits":"^2.0.4","ini":"^1.3.5","init-package-json":"^2.0.1","is-cidr":"^4.0.2","leven":"^3.1.0","libnpmaccess":"^4.0.1","libnpmfund":"^1.0.1","libnpmhook":"^6.0.1","libnpmorg":"^2.0.1","libnpmpack":"^2.0.0","libnpmpublish":"^4.0.0","libnpmsearch":"^3.0.1","libnpmteam":"^2.0.2","libnpmversion":"^1.0.7","make-fetch-happen":"^8.0.9","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^7.1.2","nopt":"^5.0.0","normalize-package-data":"^3.0.0","npm-audit-report":"^2.1.4","npm-package-arg":"^8.1.0","npm-pick-manifest":"^6.1.0","npm-profile":"^5.0.2","npm-registry-fetch":"^9.0.0","npm-user-validate":"^1.0.1","npmlog":"~4.1.2","opener":"^1.5.2","pacote":"^11.1.13","parse-conflict-json":"^1.1.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^3.0.0","read-package-json-fast":"^1.2.1","rimraf":"^3.0.2","semver":"^7.3.4","sorted-object":"~2.0.1","ssri":"^8.0.0","tar":"^6.0.5","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uuid":"^8.3.1","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^3.0.3"},"devDependencies":{"cmark-gfm":"^0.8.5","eslint":"^7.14.0","eslint-plugin-import":"^2.22.1","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-standard":"^5.0.0","jsdom":"^16.4.0","marked-man":"^0.7.0","require-inject":"^1.4.4","tap":"^14.11.0","yaml":"^1.10.0"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/run-script","abbrev","ansicolors","ansistyles","aproba","archy","bin-links","byte-size","cacache","chalk","chownr","cli-columns","cli-table3","columnify","editor","glob","graceful-fs","hosted-git-info","inherits","ini","init-package-json","is-cidr","leven","libnpmaccess","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","normalize-package-data","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","rimraf","semver","sorted-object","ssri","tar","text-table","tiny-relative-date","uuid","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-GlANxKMCRt7O7iwkZ5zJNT4wpxyetX933lJpsU7Hy35iGBX4P0T6c9orOO+ScoNdsRNea8DbtLyIFIjE18RWlA==","shasum":"f24dcb08e4dce65177a9f07d13669ac9fc4f5a1b","tarball":"https://registry.npmjs.org/npm/-/npm-7.1.0.tgz","fileCount":2737,"unpackedSize":13277634,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfypSgCRA9TVsSAnZWagAAh3sQAJ7E8pDq9RdLY11JIv+0\nvcWgaV6i8W+yKYWHiwbLWzDtv856FuyERPaqOUlEqJspRmDtt1CnIcbzSTQb\nEXKf7uxbCPBxkciC3+spNaQkCftrLjOtW7dBscyW5axoMeR4rF075mH0V8Ju\nL6p+Q7JfbQFqjWSOywBjJ/Z2uIQK8oqxJRNojKiGwlM+DpqQ72CyRp9d1Vi5\njm6RjHtMoGtr3EfjwVmJbZUcM0tNf83tIOukBDVq86IEeqAJCq4uFpncqnP6\nd5GdripgQ3HO/7RfKlzmm3yc4VTF6EhN4Ja0xVA0jjZL9uYCZ89h5YRv0JXP\nni9nRz3exdGFZSciVEg7oY8kT9R9Rl2AoiChPmiJY7R1Njq7Jb50Ux+Dniq7\nLyADWYONm0Wxys0KLlzE+vRZMGpy3ou6fBN+anu8vPd4owd9yjNb2gQbBlEK\nBatjDnlqj18lKdW5Wmd8xt1IXGCK1Uc3lEc0XB+Zy5q165Iux5A5xbe82Cn6\n+cQnonj6BZFkrFt4pV69V+KSYCXuViUmhPyuuWmJIAorQL4K8UctuVc2fh82\nze5JCq6ywmC5Ywl+zRrKzv0c0yqzXGCQiZxPV7yQ8CTw3jr9833oCrKQ6RtF\nKR96ltYARNM9/o4MDJcTBpFayUGwF8m33o/SLNHtMZDJMq9Q6nfI/JoVnY88\nAVwN\r\n=cYNq\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIB7mM4SrBcXmiveBh4vOlnbZpFQLZmrS5ruJbehLYvtaAiBUJmySIdgtDwkIzW24vZZ5WnSrCqwnlTP8U41ZUJ0yNw=="}]},"engines":{"node":">=10"}},"7.1.1":{"name":"npm","version":"7.1.1","dependencies":{"@npmcli/arborist":"^2.0.0","@npmcli/ci-detect":"^1.2.0","@npmcli/config":"^1.2.4","@npmcli/run-script":"^1.8.1","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^2.2.1","byte-size":"^7.0.0","cacache":"^15.0.5","chalk":"^4.1.0","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.6.0","columnify":"~1.5.4","editor":"~1.0.0","glob":"^7.1.4","graceful-fs":"^4.2.3","hosted-git-info":"^3.0.6","inherits":"^2.0.4","ini":"^1.3.6","init-package-json":"^2.0.1","is-cidr":"^4.0.2","leven":"^3.1.0","libnpmaccess":"^4.0.1","libnpmfund":"^1.0.2","libnpmhook":"^6.0.1","libnpmorg":"^2.0.1","libnpmpack":"^2.0.0","libnpmpublish":"^4.0.0","libnpmsearch":"^3.1.0","libnpmteam":"^2.0.2","libnpmversion":"^1.0.7","make-fetch-happen":"^8.0.12","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^7.1.2","nopt":"^5.0.0","normalize-package-data":"^3.0.0","npm-audit-report":"^2.1.4","npm-package-arg":"^8.1.0","npm-pick-manifest":"^6.1.0","npm-profile":"^5.0.2","npm-registry-fetch":"^9.0.0","npm-user-validate":"^1.0.1","npmlog":"~4.1.2","opener":"^1.5.2","pacote":"^11.1.13","parse-conflict-json":"^1.1.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^3.0.0","read-package-json-fast":"^1.2.1","rimraf":"^3.0.2","semver":"^7.3.4","sorted-object":"~2.0.1","ssri":"^8.0.0","tar":"^6.0.5","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uuid":"^8.3.1","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^3.0.3"},"devDependencies":{"cmark-gfm":"^0.8.5","eslint":"^7.14.0","eslint-plugin-import":"^2.22.1","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-standard":"^5.0.0","jsdom":"^16.4.0","marked-man":"^0.7.0","require-inject":"^1.4.4","tap":"^14.11.0","yaml":"^1.10.0"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/run-script","abbrev","ansicolors","ansistyles","aproba","archy","bin-links","byte-size","cacache","chalk","chownr","cli-columns","cli-table3","columnify","editor","glob","graceful-fs","hosted-git-info","inherits","ini","init-package-json","is-cidr","leven","libnpmaccess","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","normalize-package-data","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","rimraf","semver","sorted-object","ssri","tar","text-table","tiny-relative-date","uuid","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-66kBbZSTTLGrAyNPou2dUoVjAxDBZZiJkMdukGac3tUJf33tq3c86zW0rVKN+j5pUdWyJKyK3DnzEmJIcq06mw==","shasum":"c7d16895b86a1ac0fae9772d7e198ccd01e50cef","tarball":"https://registry.npmjs.org/npm/-/npm-7.1.1.tgz","fileCount":2862,"unpackedSize":14333256,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf0CDOCRA9TVsSAnZWagAAuwoQAJ7miFHu4xMo7nzSQgaW\nwnJHRDWSsZNq9WVS9p9hutNSuKHVL5r7Yq4mo+0sXvDlAs0LlnPu4Pg96gQc\nS8/O7/cBkUKPkBG50UB9HelpqC+TTf1fqoNI3XDaSqy9BfuCr0OwQQq8wS6O\nUsJo9nS6YFxhJUf/vwojLQdx3LPgTdsjncn4k0PfOPe7KTFkFvpBUUNvSWTz\nxE1YGBQ/EO0ys4IcxM2z+NAIrw4Ly2Pum/sToBl4knpW33+ZkIzc6k7uacB3\n+hp5BwgdUSyOdAn+7eX2a8atxxu5CWfiolvPLyACN2J2DJ4YlRtPGFVE9Ed8\nO3lVb/PQGLk1DbQHC+YnWwZqEYOjL4d0sklI7XY/lzrHwepy6STKqWXEM4EF\n/QI6Rbq+quOxXDKGGQU9R94IxlzagzAf1DdNeCcNBtyksxR8b1wCeDjZx/n7\nUFIzqARXgmGp8iLivHl/UFikUOc/lnWPvhxZuBYeCPPFTsL9+xpwrzXeQ9fd\n368Vvkw1CjPHb3SOXEkGNx02xi27fZ2RD5ZkkNMzeTUm/0p2+5vH3D3i+jsp\nZdFZeIas2dEYswYFKP+U6g+bD0U4Ydh+UcFNmehDrDYogeVS/wckxjc0/KKD\nI72LpdKTQr17ko2POclnzaRWksSuo1KHJ0ruW7U6CKocEhOB2Y8VhUGSIi8t\nhWdn\r\n=oUqX\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCAgaF7wowWfORxOxQ/sBP1O8kfF5Gd8aXn4PhM2C8GLgIhAIb0ogxhZS+aCYa6Dv+jF/7lDgew0mBISe+4rgQRcX9Y"}]},"engines":{"node":">=10"}},"7.1.2":{"name":"npm","version":"7.1.2","dependencies":{"@npmcli/arborist":"^2.0.1","@npmcli/ci-detect":"^1.2.0","@npmcli/config":"^1.2.6","@npmcli/run-script":"^1.8.1","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","byte-size":"^7.0.0","cacache":"^15.0.5","chalk":"^4.1.0","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.6.0","columnify":"~1.5.4","editor":"~1.0.0","glob":"^7.1.4","graceful-fs":"^4.2.3","hosted-git-info":"^3.0.6","ini":"^1.3.8","init-package-json":"^2.0.1","is-cidr":"^4.0.2","leven":"^3.1.0","libnpmaccess":"^4.0.1","libnpmfund":"^1.0.2","libnpmhook":"^6.0.1","libnpmorg":"^2.0.1","libnpmpack":"^2.0.0","libnpmpublish":"^4.0.0","libnpmsearch":"^3.1.0","libnpmteam":"^2.0.2","libnpmversion":"^1.0.7","make-fetch-happen":"^8.0.12","minipass":"^3.1.3","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^7.1.2","nopt":"^5.0.0","npm-audit-report":"^2.1.4","npm-package-arg":"^8.1.0","npm-pick-manifest":"^6.1.0","npm-profile":"^5.0.2","npm-registry-fetch":"^9.0.0","npm-user-validate":"^1.0.1","npmlog":"~4.1.2","opener":"^1.5.2","pacote":"^11.1.13","parse-conflict-json":"^1.1.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^3.0.0","read-package-json-fast":"^1.2.1","rimraf":"^3.0.2","semver":"^7.3.4","sorted-object":"~2.0.1","ssri":"^8.0.0","tar":"^6.0.5","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^1.0.4","uuid":"^8.3.1","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^3.0.3","json-parse-even-better-errors":"*"},"devDependencies":{"cmark-gfm":"^0.8.5","eslint":"^7.14.0","eslint-plugin-import":"^2.22.1","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-standard":"^5.0.0","jsdom":"^16.4.0","json-parse-even-better-errors":"^2.3.1","marked-man":"^0.7.0","require-inject":"^1.4.4","tap":"^14.11.0","yaml":"^1.10.0"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/run-script","abbrev","ansicolors","ansistyles","aproba","archy","byte-size","cacache","chalk","chownr","cli-columns","cli-table3","columnify","editor","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","leven","libnpmaccess","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","rimraf","semver","sorted-object","ssri","tar","text-table","tiny-relative-date","treeverse","uuid","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-Fivd7/L0fijNfFViotm3nYxx2c4e0pDg00ccED2IjPvJs4Xt+8l99yKrJZyl8gHn8oXbCAbyR+0CPb8KIGwS6w==","shasum":"ce936cdd5b774f5559ac2a29904e3e622f0bdb5a","tarball":"https://registry.npmjs.org/npm/-/npm-7.1.2.tgz","fileCount":2758,"unpackedSize":12937604,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf09unCRA9TVsSAnZWagAAj64P/RWHDJyxLJEIVITXKliD\nqDnyWey7nMYHYdnMgm0DRSNdCKDAinT7PYb+LG4Yz2A5KYdbHTvRcPVH1oGH\ndLsc2d0+BTipYmOeN9HPUE5T9tMBbxQsVYsDebD/novFVLV4GOMrD7KWYSrt\nRmSzYGzhnpkiUFLTPKBo8NkV318aQcERTRG+QD4k+axTx63K3BOIkSxDoAbg\n+2vGHv9du2B3JAj5AfN1PccuqMqiPLA+Da+j+CJ7sd6YbGOFSb2TAUhlBuxy\nuZqKLnMoIp9WXs4agPlVkQociPUIYhz4bhwNtw+WA10ruQGtqSZYZorF7aEX\nFEFb5fUvHrut1bmXoVo/JF2eUaaAHCtIE7IkukoKujoJQWuoW4TOTk/IlB7z\n6BJkAcIENhvpizxBnKgQV4DNEoHj+ajxsTsYCCgYIEiekoCFaQcYLY6clZ2E\nByJsNp6HC6E610hbeoj6ZYYrEPznwep2GeWTXTHPcnBb398c1Bqt9yJwt5oS\nKpTahV6Oua1k2S5M8nzF+y99NHaQkpZncbi4cDKfSFlOlqzvQGzZCHMp7Q+j\nl7VcPypSqslqQpbNA83XBTHjQ+rVBdqcvBGHyoKZEH74Mqrn6HfajWhBbUJt\nCIgRseLsGa1r1Xxq5qxJVygb6Wc6GCIm8CjHHIQmM8vpE3qQVaawt1zjbmOL\n4jfo\r\n=5Mc4\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCYzcdT10udWvEu6NuS0bXt0Vrz9G6lEM+Bj9/I9EWNXwIhALVHSQrxN/t+T8uo/y4cFBxwsDWgpnnWIH4rerOOPn6L"}]},"engines":{"node":">=10"}},"7.2.0":{"name":"npm","version":"7.2.0","dependencies":{"@npmcli/arborist":"^2.0.2","@npmcli/ci-detect":"^1.2.0","@npmcli/config":"^1.2.7","@npmcli/run-script":"^1.8.1","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","byte-size":"^7.0.0","cacache":"^15.0.5","chalk":"^4.1.0","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.6.0","columnify":"~1.5.4","glob":"^7.1.4","graceful-fs":"^4.2.3","hosted-git-info":"^3.0.6","ini":"^2.0.0","init-package-json":"^2.0.1","is-cidr":"^4.0.2","leven":"^3.1.0","libnpmaccess":"^4.0.1","libnpmfund":"^1.0.2","libnpmhook":"^6.0.1","libnpmorg":"^2.0.1","libnpmpack":"^2.0.0","libnpmpublish":"^4.0.0","libnpmsearch":"^3.1.0","libnpmteam":"^2.0.2","libnpmversion":"^1.0.7","make-fetch-happen":"^8.0.12","minipass":"^3.1.3","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^7.1.2","nopt":"^5.0.0","npm-audit-report":"^2.1.4","npm-package-arg":"^8.1.0","npm-pick-manifest":"^6.1.0","npm-profile":"^5.0.2","npm-registry-fetch":"^9.0.0","npm-user-validate":"^1.0.1","npmlog":"~4.1.2","opener":"^1.5.2","pacote":"^11.1.13","parse-conflict-json":"^1.1.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^3.0.0","read-package-json-fast":"^1.2.1","readdir-scoped-modules":"^1.1.0","rimraf":"^3.0.2","semver":"^7.3.4","ssri":"^8.0.0","tar":"^6.0.5","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^1.0.4","uuid":"^8.3.1","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^3.0.3","json-parse-even-better-errors":"*"},"devDependencies":{"cmark-gfm":"^0.8.5","eslint":"^7.14.0","eslint-plugin-import":"^2.22.1","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-standard":"^5.0.0","jsdom":"^16.4.0","json-parse-even-better-errors":"^2.3.1","marked-man":"^0.7.0","require-inject":"^1.4.4","tap":"^14.11.0","yaml":"^1.10.0"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/run-script","abbrev","ansicolors","ansistyles","aproba","archy","byte-size","cacache","chalk","chownr","cli-columns","cli-table3","columnify","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","leven","libnpmaccess","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","uuid","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-Fb49DhtRMVNMWiydhgRUfeMhcyvQOKgV0RJqXlyskLOcxTNrWzxdqPhvLGeVEUrm2wSKjOjKtlYxt4yGHdfQwg==","shasum":"e8d70bb35037b0295e3e6c5f34243a39cc6f7421","tarball":"https://registry.npmjs.org/npm/-/npm-7.2.0.tgz","fileCount":2776,"unpackedSize":13582228,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf2RLnCRA9TVsSAnZWagAAoBMP/j/KZeQavKIZkfPeZBF+\nMP4DKpgnHyoQftqaX+iB+C1UQCYdti6P2YCFymuuQw1iXBGuGTXlWMSRnM0X\nGBpmwnkWz4spmtTnJIvkwhJ1pBGOaaOni0F0DOhPpSrGO17EBCEIOdb1u0Ge\nXpu1Ds9YDLMknU1nAyOrWM+2CfmQ8arg7TBpDx4aHiTK/Kh8FC7uFTxOvskk\nuOR1kIGl6zDlfq6NJZqa7DqVPq34jouyppDw6HxjjVWWHoI9e+gS76b+IsR3\nBS8JOR6C3gsYcz/IGW1x0sAAeT71jM0CSSZJK30hGT4tIRspiiSQaV1a7pDi\nGTWhv/O36PqUArEVmkihowbOvN0PX0vaORsBvcnmQRpCKB7Ty3zLLfS4vqAT\naiX7Kv+98/wAsVyqLQGgmLfZ4xr3w7c9LE+sLgE78ELutFrUGzAPsdiyFGwn\nX/eVBOTHHqO49KIM2uwqpcI9yv5YWiPEVPyqqzSV9UgOp2xC4aVRhusASusQ\nC5M+oVxC9EbeOdqilHg7XKVPWveKFE6IGizHZznD4Cxya1dRFef1MeZYIrlq\n5bCsrEmD6cyD8pIRCXfZ4Qu7yVv0Ftl3xmz9aH1s7iDyUkh3FLc+hnANJaFl\nJ6hzGIdB22reoK/k31QwtISpSBZGgsCVFAAb3uX6nE9X2PKEmefAx/295HBG\n+sMC\r\n=Mriw\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCq+QBUEP6n5+zkcUESPf7lvXT9cxEIWXMAVEtXD56tBQIhAJD57YRVt4J/l4LLF/q5BTqyJVul/lmYQaDz1RiTqgaf"}]},"engines":{"node":">=10"}},"6.14.10":{"name":"npm","version":"6.14.10","dependencies":{"JSONStream":"^1.3.5","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^1.1.8","bluebird":"^3.5.5","byte-size":"^5.0.1","cacache":"^12.0.3","call-limit":"^1.1.1","chownr":"^1.1.4","ci-info":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.5.1","cmd-shim":"^3.0.3","columnify":"~1.5.4","config-chain":"^1.1.12","detect-indent":"~5.0.0","detect-newline":"^2.1.0","dezalgo":"~1.0.3","editor":"~1.0.0","figgy-pudding":"^3.5.1","find-npm-prefix":"^1.0.2","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","gentle-fs":"^2.3.1","glob":"^7.1.6","graceful-fs":"^4.2.4","has-unicode":"~2.0.1","hosted-git-info":"^2.8.8","iferr":"^1.0.2","infer-owner":"^1.0.4","inflight":"~1.0.6","inherits":"^2.0.4","ini":"^1.3.5","init-package-json":"^1.10.3","is-cidr":"^3.0.0","json-parse-better-errors":"^1.0.2","lazy-property":"~1.0.0","libcipm":"^4.0.8","libnpm":"^3.0.1","libnpmaccess":"^3.0.2","libnpmhook":"^5.0.3","libnpmorg":"^1.0.1","libnpmsearch":"^2.0.2","libnpmteam":"^1.0.2","libnpx":"^10.2.4","lock-verify":"^2.1.0","lockfile":"^1.0.4","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"^5.1.1","meant":"^1.0.2","mississippi":"^3.0.0","mkdirp":"^0.5.5","move-concurrently":"^1.0.1","node-gyp":"^5.1.0","nopt":"^4.0.3","normalize-package-data":"^2.5.0","npm-audit-report":"^1.3.3","npm-cache-filename":"~1.0.2","npm-install-checks":"^3.0.2","npm-lifecycle":"^3.1.5","npm-package-arg":"^6.1.1","npm-packlist":"^1.4.8","npm-pick-manifest":"^3.0.2","npm-profile":"^4.0.4","npm-registry-fetch":"^4.0.7","npm-user-validate":"^1.0.1","npmlog":"~4.1.2","once":"~1.4.0","opener":"^1.5.2","osenv":"^0.1.5","pacote":"^9.5.12","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"^0.12.0","query-string":"^6.8.2","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"^1.0.5","read-installed":"~4.0.3","read-package-json":"^2.1.1","read-package-tree":"^5.3.1","readable-stream":"^3.6.0","readdir-scoped-modules":"^1.1.0","request":"^2.88.0","retry":"^0.12.0","rimraf":"^2.7.1","safe-buffer":"^5.1.2","semver":"^5.7.1","sha":"^3.0.0","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"^6.0.1","stringify-package":"^1.0.1","tar":"^4.4.13","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"^1.1.1","unpipe":"~1.0.0","update-notifier":"^2.5.0","uuid":"^3.3.3","validate-npm-package-license":"^3.0.4","validate-npm-package-name":"~3.0.0","which":"^1.3.1","worker-farm":"^1.7.0","write-file-atomic":"^2.4.3","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*"},"devDependencies":{"deep-equal":"^1.0.1","get-stream":"^4.1.0","licensee":"^7.0.3","marked":"^0.7.0","marked-man":"^0.7.0","npm-registry-mock":"^1.3.1","require-inject":"^1.4.4","sprintf-js":"^1.1.2","standard":"^11.0.1","tacks":"^1.3.0","tap":"^12.7.0","tar-stream":"^2.1.0"},"bundleDependencies":["abbrev","ansicolors","ansistyles","aproba","archy","bin-links","bluebird","byte-size","cacache","call-limit","chownr","ci-info","cli-columns","cli-table3","cmd-shim","columnify","config-chain","debuglog","detect-indent","detect-newline","dezalgo","editor","figgy-pudding","find-npm-prefix","fs-vacuum","fs-write-stream-atomic","gentle-fs","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","infer-owner","inflight","inherits","ini","init-package-json","is-cidr","json-parse-better-errors","JSONStream","lazy-property","libcipm","libnpm","libnpmaccess","libnpmhook","libnpmorg","libnpmsearch","libnpmteam","libnpx","lock-verify","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mississippi","mkdirp","move-concurrently","node-gyp","nopt","normalize-package-data","npm-audit-report","npm-cache-filename","npm-install-checks","npm-lifecycle","npm-package-arg","npm-packlist","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","qrcode-terminal","query-string","qw","read-cmd-shim","read-installed","read-package-json","read-package-tree","read","readable-stream","readdir-scoped-modules","request","retry","rimraf","safe-buffer","semver","sha","slide","sorted-object","sorted-union-stream","ssri","stringify-package","tar","text-table","tiny-relative-date","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","worker-farm","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-FT23Qy/JMA+qxEYReMOr1MY7642fKn8Onn+72LASPi872Owvmw0svm+/DXTHOC3yO9CheEO+EslyXEpdBdRtIA==","shasum":"f45c8e4244294ba793770f2ab0e9ce2d0b93fd29","tarball":"https://registry.npmjs.org/npm/-/npm-6.14.10.tgz","fileCount":4217,"unpackedSize":23380055,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf3QTtCRA9TVsSAnZWagAA9kEQAKAVThPUORNIpEK9IBTV\nZDnqFjkNZ7vYd6x2cKN0dWWw/24sXHc74wfqC5x2IC+ZJMFbSntkUKZTMhj9\nBg9OZuIH8UqntjltdnEMadjq9QuTnynytpbf6j0AwRvRnGOODh3hVdlkSWJd\n+10eq0GBKprj27mXDSyneWXDjP9+dpc/vRBbQCHAYHLFcf53UKMNu9AEf+sq\njmty6kGRcWLZYM8Zh3o+7g9QLaMl3SrXqIeW0kZcKwtE3Ap+CuMToLymso0W\nAWGb+0W9xPOiC1coetfk7ceG/iJxrE33f5nId5yU7O2Dqxoctq8NcdxWwBrx\nN69V5KaGnQWJ+6dCv4Y+jOcG8YV7sLu+7UR/IPDyVeIDvqwuBIRAMgvFbwta\n4tNe3VcXE15liCGdXgvAkaZmlNJz2gKvBAXDQ8ty5037EgCE1kRrpcaBdXax\n1Uou5fkar9kAp78AczH9uLBWxf1cVQug8gFtiJi7u9DDX1tii0acaOBQ86Gd\niKPEujtqlD+8j/xE2fr0HcvRmOC2GIqPg29owXmxbCx5UTy501jV7YpNJKiA\nSQWhXTnCoZdKENJzttOg5hckBBXjvpXZof/4cS4zDVhjI9XhsMChUhrFqD/K\naKh4lrh7dI+pONjTygPJt3IH78uaACbHj73fKcvOiXn5QoGFIeucOK/D1Hmf\nJiqY\r\n=hZM2\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBEKLgS9NdHnbYipfjcfweXqremXQDZqoWZ9NmMK95fFAiEAnxQOnHI34lmOusDSMSLoDCquoKLZ2OhLdsH4UQdZncc="}]},"engines":{"node":"6 >=6.2.0 || 8 || >=9.3.0"}},"7.3.0":{"name":"npm","version":"7.3.0","dependencies":{"@npmcli/arborist":"^2.0.2","@npmcli/ci-detect":"^1.2.0","@npmcli/config":"^1.2.8","@npmcli/run-script":"^1.8.1","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","byte-size":"^7.0.0","cacache":"^15.0.5","chalk":"^4.1.0","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.6.0","columnify":"~1.5.4","glob":"^7.1.4","graceful-fs":"^4.2.3","hosted-git-info":"^3.0.6","ini":"^2.0.0","init-package-json":"^2.0.1","is-cidr":"^4.0.2","leven":"^3.1.0","libnpmaccess":"^4.0.1","libnpmfund":"^1.0.2","libnpmhook":"^6.0.1","libnpmorg":"^2.0.1","libnpmpack":"^2.0.0","libnpmpublish":"^4.0.0","libnpmsearch":"^3.1.0","libnpmteam":"^2.0.2","libnpmversion":"^1.0.7","make-fetch-happen":"^8.0.12","minipass":"^3.1.3","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^7.1.2","nopt":"^5.0.0","npm-audit-report":"^2.1.4","npm-package-arg":"^8.1.0","npm-pick-manifest":"^6.1.0","npm-profile":"^5.0.2","npm-registry-fetch":"^9.0.0","npm-user-validate":"^1.0.1","npmlog":"~4.1.2","opener":"^1.5.2","pacote":"^11.1.13","parse-conflict-json":"^1.1.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^3.0.0","read-package-json-fast":"^1.2.1","readdir-scoped-modules":"^1.1.0","rimraf":"^3.0.2","semver":"^7.3.4","ssri":"^8.0.0","tar":"^6.0.5","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^1.0.4","uuid":"^8.3.1","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^3.0.3","json-parse-even-better-errors":"*"},"devDependencies":{"cmark-gfm":"^0.8.5","eslint":"^7.14.0","eslint-plugin-import":"^2.22.1","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-standard":"^5.0.0","jsdom":"^16.4.0","json-parse-even-better-errors":"^2.3.1","marked-man":"^0.7.0","require-inject":"^1.4.4","tap":"^14.11.0","yaml":"^1.10.0"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/run-script","abbrev","ansicolors","ansistyles","aproba","archy","byte-size","cacache","chalk","chownr","cli-columns","cli-table3","columnify","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","leven","libnpmaccess","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","uuid","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-VfWmOWtU5+CFVRW6ougMZNe3SAPI24aNH21RpBPCW1sA2Ec0IeZAqeDCeMlP9STmxZUxfvljXRTWye5hfUHLFA==","shasum":"e491d6ce342feef713425df6b23fa7ae5cc51fe0","tarball":"https://registry.npmjs.org/npm/-/npm-7.3.0.tgz","fileCount":2743,"unpackedSize":12933068,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf3RJICRA9TVsSAnZWagAAcjEQAI/u/WNiEqmiCatee624\nLchEmIQfXyUI2p6YQ/8wslhoQOau2G5NX4P5Q/WPoEstk99jd/g30m70Le3K\n0dR6PN/SQcwxTiDrquZfQpaMo4EQMy2KtWsTN7sSrShmuEhZbGihZvxDAgxX\nO61Q+avUDYr53OAvDFzZV7JC6f5gLNZ3F6T91/YqF2XR76aAHItW8Fwe7EDh\nXDs3o4eT3iXqORmCvLHv8ewYZv+fNxqm0SpVqSdng+BemBCREnergLt3Xvcv\nQMEtWZHrUKs94svE6c4oNvEZm7JVmfeK1auupvEuBaJ/hv/r/ZCbUldQjmuI\niItzRg7escqx/oOv4oeZn+7PCZZXPlZIasKCn35B9WkJfdtoDizKl7x9J+LO\nf0jS9x2T962xywjf1jpwqJLh8JPvLkals6ynSXwNUCNIwjDJiAWq9fH1786s\n77TeZ26dq3hxufIpTJJ4FfB90dDo/ornJuRgsOVMmNaIjX8Km2zborZcV3ss\nQ/WiisB68rK+F9MFTthxpJtyr84ZmM+WU20Nd7ZjeJmtC4ubVVdJp9UbXaWB\nTK6QylmNstGc7epg0WBk0CWFzAovUvqMldlR2evJwIsEmUwUG+UeVSrynZWv\ni/nsKYyGDMVpJsC7Vy7UAReL0SNHh5AhQdaREY9KK+6NaiQpWTokTtdaRv4a\nsqax\r\n=1SLG\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCp+LFsu/biO/glySCv4E5Jb1mM5Ko8z9gzXFUu7B1ECAIhAJKrmIeA4Ek1RIC3pt/YbUGSI0/jBEStSRGi4boq5dAh"}]},"engines":{"node":">=10"}},"7.4.0":{"name":"npm","version":"7.4.0","dependencies":{"@npmcli/arborist":"^2.0.3","@npmcli/ci-detect":"^1.2.0","@npmcli/config":"^1.2.8","@npmcli/run-script":"^1.8.1","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","byte-size":"^7.0.0","cacache":"^15.0.5","chalk":"^4.1.0","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.6.0","columnify":"~1.5.4","glob":"^7.1.4","graceful-fs":"^4.2.3","hosted-git-info":"^3.0.6","ini":"^2.0.0","init-package-json":"^2.0.1","is-cidr":"^4.0.2","leven":"^3.1.0","libnpmaccess":"^4.0.1","libnpmfund":"^1.0.2","libnpmhook":"^6.0.1","libnpmorg":"^2.0.1","libnpmpack":"^2.0.0","libnpmpublish":"^4.0.0","libnpmsearch":"^3.1.0","libnpmteam":"^2.0.2","libnpmversion":"^1.0.7","make-fetch-happen":"^8.0.12","minipass":"^3.1.3","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^7.1.2","nopt":"^5.0.0","npm-audit-report":"^2.1.4","npm-package-arg":"^8.1.0","npm-pick-manifest":"^6.1.0","npm-profile":"^5.0.2","npm-registry-fetch":"^9.0.0","npm-user-validate":"^1.0.1","npmlog":"~4.1.2","opener":"^1.5.2","pacote":"^11.1.14","parse-conflict-json":"^1.1.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^3.0.0","read-package-json-fast":"^1.2.1","readdir-scoped-modules":"^1.1.0","rimraf":"^3.0.2","semver":"^7.3.4","ssri":"^8.0.0","tar":"^6.1.0","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^1.0.4","uuid":"^8.3.1","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^3.0.3","json-parse-even-better-errors":"*"},"devDependencies":{"cmark-gfm":"^0.8.5","eslint":"^7.14.0","eslint-plugin-import":"^2.22.1","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-standard":"^5.0.0","jsdom":"^16.4.0","json-parse-even-better-errors":"^2.3.1","marked-man":"^0.7.0","require-inject":"^1.4.4","tap":"^14.11.0","yaml":"^1.10.0"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/run-script","abbrev","ansicolors","ansistyles","aproba","archy","byte-size","cacache","chalk","chownr","cli-columns","cli-table3","columnify","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","leven","libnpmaccess","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","uuid","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-/+YQ8YpDPNDSd1YGke4ZvSJL40GHHlOsP3XLhB5jQqy/ciTfSCeEF9mW0hEbf5+nhDE0DYq2xbwt5bstG49FGw==","shasum":"b30f6ce44839448f0c9fd99def47fa6c674600f6","tarball":"https://registry.npmjs.org/npm/-/npm-7.4.0.tgz","fileCount":2744,"unpackedSize":12939099,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf93VsCRA9TVsSAnZWagAAoB8P/jNFJaLWtKuO+YZlJlPl\nVN9FPhIx2ZLazEi23DUrCLCsajmy5lI4NuREctt+2n2x2IPuRYfX0lEHUxGe\nc9j1HzOeZ7WaAEO1wCvAkAiKrSdv97s/+qDasdFRIw4pMEe7sOTmNQQcU3GC\nxvrlI0mS+LZW16Ma2PFNBOj04IDK2Wkyc4CqJcv7qqHN+oKJEjYOTjSZxRhJ\n2MDuygEU5vloAhSLdVTSDqqlg8s2loWriZsbyLaX8mRjDZn1hQD+ef9YkdNJ\nwfBf866OZxsIgJtFATs2QTYV4RWkUhbhtSLlk8Gyi/QQ5UgMpgqm2enCvdOe\n4smfV+Br/MVN0hEDGkAmfROjT3KKNhxw65ETxiKbthNR/9o3XI6Oab+BhMB3\n9SGdEA2f9njj2ZTpmR57DRYFjpO4xNQm101ou8UFMy7qLVGn0pH6gbs/mdAP\ny0wlshfX4LenQrd8IizW072UJuA7xL1UsKk8JcPLvfxMkJbnvJXvnq6e5PHO\nA6aV7e1YcY/oL2uVHs8wIEKs3Oob4sLkk7mby5nukeLZnaDEW6xEzupLEhV5\nPgyq0BistFrVAChSQh9zvm1n2CcBTYM98EoNql1RNq5y+egzLo1rf10Oz6/1\ngGwxov7gp/g5jukwad1ojvV8MQIN414GY+ZZH1m8ILsriiejid/JiQIXdXBU\nXidk\r\n=TzFm\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDSVuhMUfjkphOU681TVD/6s0AG42827BmwVGw5lB9+TAIhAJkZS7DK/3XvOt84uJreOMrGRhkWDhfbMtJV60EOJRKu"}]},"engines":{"node":">=10"}},"6.14.11":{"name":"npm","version":"6.14.11","dependencies":{"JSONStream":"^1.3.5","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^1.1.8","bluebird":"^3.5.5","byte-size":"^5.0.1","cacache":"^12.0.3","call-limit":"^1.1.1","chownr":"^1.1.4","ci-info":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.5.1","cmd-shim":"^3.0.3","columnify":"~1.5.4","config-chain":"^1.1.12","detect-indent":"~5.0.0","detect-newline":"^2.1.0","dezalgo":"~1.0.3","editor":"~1.0.0","figgy-pudding":"^3.5.1","find-npm-prefix":"^1.0.2","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","gentle-fs":"^2.3.1","glob":"^7.1.6","graceful-fs":"^4.2.4","has-unicode":"~2.0.1","hosted-git-info":"^2.8.8","iferr":"^1.0.2","infer-owner":"^1.0.4","inflight":"~1.0.6","inherits":"^2.0.4","ini":"^1.3.8","init-package-json":"^1.10.3","is-cidr":"^3.0.0","json-parse-better-errors":"^1.0.2","lazy-property":"~1.0.0","libcipm":"^4.0.8","libnpm":"^3.0.1","libnpmaccess":"^3.0.2","libnpmhook":"^5.0.3","libnpmorg":"^1.0.1","libnpmsearch":"^2.0.2","libnpmteam":"^1.0.2","libnpx":"^10.2.4","lock-verify":"^2.1.0","lockfile":"^1.0.4","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"^5.1.1","meant":"^1.0.2","mississippi":"^3.0.0","mkdirp":"^0.5.5","move-concurrently":"^1.0.1","node-gyp":"^5.1.0","nopt":"^4.0.3","normalize-package-data":"^2.5.0","npm-audit-report":"^1.3.3","npm-cache-filename":"~1.0.2","npm-install-checks":"^3.0.2","npm-lifecycle":"^3.1.5","npm-package-arg":"^6.1.1","npm-packlist":"^1.4.8","npm-pick-manifest":"^3.0.2","npm-profile":"^4.0.4","npm-registry-fetch":"^4.0.7","npm-user-validate":"^1.0.1","npmlog":"~4.1.2","once":"~1.4.0","opener":"^1.5.2","osenv":"^0.1.5","pacote":"^9.5.12","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"^0.12.0","query-string":"^6.8.2","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"^1.0.5","read-installed":"~4.0.3","read-package-json":"^2.1.1","read-package-tree":"^5.3.1","readable-stream":"^3.6.0","readdir-scoped-modules":"^1.1.0","request":"^2.88.0","retry":"^0.12.0","rimraf":"^2.7.1","safe-buffer":"^5.1.2","semver":"^5.7.1","sha":"^3.0.0","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"^6.0.1","stringify-package":"^1.0.1","tar":"^4.4.13","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"^1.1.1","unpipe":"~1.0.0","update-notifier":"^2.5.0","uuid":"^3.3.3","validate-npm-package-license":"^3.0.4","validate-npm-package-name":"~3.0.0","which":"^1.3.1","worker-farm":"^1.7.0","write-file-atomic":"^2.4.3","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*"},"devDependencies":{"bl":"^3.0.1","deep-equal":"^1.0.1","get-stream":"^4.1.0","licensee":"^7.0.3","marked":"^0.7.0","marked-man":"^0.7.0","npm-registry-mock":"^1.3.1","require-inject":"^1.4.4","sprintf-js":"^1.1.2","standard":"^11.0.1","tacks":"^1.3.0","tap":"^12.7.0","tar-stream":"^2.1.0"},"bundleDependencies":["abbrev","ansicolors","ansistyles","aproba","archy","bin-links","bluebird","byte-size","cacache","call-limit","chownr","ci-info","cli-columns","cli-table3","cmd-shim","columnify","config-chain","debuglog","detect-indent","detect-newline","dezalgo","editor","figgy-pudding","find-npm-prefix","fs-vacuum","fs-write-stream-atomic","gentle-fs","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","infer-owner","inflight","inherits","ini","init-package-json","is-cidr","json-parse-better-errors","JSONStream","lazy-property","libcipm","libnpm","libnpmaccess","libnpmhook","libnpmorg","libnpmsearch","libnpmteam","libnpx","lock-verify","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mississippi","mkdirp","move-concurrently","node-gyp","nopt","normalize-package-data","npm-audit-report","npm-cache-filename","npm-install-checks","npm-lifecycle","npm-package-arg","npm-packlist","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","qrcode-terminal","query-string","qw","read-cmd-shim","read-installed","read-package-json","read-package-tree","read","readable-stream","readdir-scoped-modules","request","retry","rimraf","safe-buffer","semver","sha","slide","sorted-object","sorted-union-stream","ssri","stringify-package","tar","text-table","tiny-relative-date","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","worker-farm","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-1Zh7LjuIoEhIyjkBflSSGzfjuPQwDlghNloppjruOH5bmj9midT9qcNT0tRUZRR04shU9ekrxNy9+UTBrqeBpQ==","shasum":"e0b5598d7b9a42d275e61d8bd28cd7eee0074a3b","tarball":"https://registry.npmjs.org/npm/-/npm-6.14.11.tgz","fileCount":4230,"unpackedSize":23389186,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf98F4CRA9TVsSAnZWagAAwN4QAKHtvx/QOuLFBDIyHR6I\nPrSko5I6oBjSS/ndsAPSqBa1kyHZICuyooROSO+BdepMPkFHeJZlXNaz6SpP\nV7ZyrX/Q4T6OaPTnsFGjdfdN4zJtStAJxZ3G94x3XqY0/0BW5WuDcHu0JMUy\nroqVVqCu+dWVWIYphl2CzW7ItQoI2kDYqZIRMbVipmDB3ALNiFEikE9wksbx\nxo3Wf9mKF2jyNyIWaMNNL+jfIEuQoTUEomjZBWOOeJ5q3gdwyFaltTh+ceVj\nGDrqzhjgvE/+Qs6vrb27MBalubS2qYrYne1G2Kz/2pJLvKG0BgjzoD/gsFV2\nsb8nsuPlcpB+zA7AlH/aBG4ngutCdu+Ld+LMTzaf73NE+NPOrnWkki1Fcxo7\nVB3m8f79OZXtbuZruh5XvP1SwXuyhuqeJbrxhmofz6AfhBhN//mn4fMlsffm\nUiSXsoWzNDqOXyiK6QaAlrGUOVDZ7BEgxk2tIyxyHK1EeruRMh4A+UWXYDgr\nDf4aGXvEajcDZuFJa0ZGF4eN6LVHEdNoJmZGzjyyci/+oB/p+Ju2JoRYUNM3\nRRnhl7NYCeZKSfr2rXQNgipVlw2HTVSBW/bZteR9sl4NqVFxaf0cDhpUxpKw\ntyTYMVuxYFW61d4oaTcvw159zLgpPyvWREbE3eVx8YcndI3kAnwiR4GZr5MT\nMwRu\r\n=1MfU\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEgigtU870dkrXFqBKJBjzn1uOLGr84qHbYcRrlBYzmeAiEAoz201oE64+H9ASr8Ou6r39o0Yw3NlRgouyzPU+4XPgI="}]},"engines":{"node":"6 >=6.2.0 || 8 || >=9.3.0"}},"7.4.1":{"name":"npm","version":"7.4.1","dependencies":{"@npmcli/arborist":"^2.0.5","@npmcli/ci-detect":"^1.2.0","@npmcli/config":"^1.2.8","@npmcli/run-script":"^1.8.1","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","byte-size":"^7.0.0","cacache":"^15.0.5","chalk":"^4.1.0","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.6.0","columnify":"~1.5.4","glob":"^7.1.4","graceful-fs":"^4.2.3","hosted-git-info":"^3.0.6","ini":"^2.0.0","init-package-json":"^2.0.1","is-cidr":"^4.0.2","leven":"^3.1.0","libnpmaccess":"^4.0.1","libnpmfund":"^1.0.2","libnpmhook":"^6.0.1","libnpmorg":"^2.0.1","libnpmpack":"^2.0.0","libnpmpublish":"^4.0.0","libnpmsearch":"^3.1.0","libnpmteam":"^2.0.2","libnpmversion":"^1.0.7","make-fetch-happen":"^8.0.13","minipass":"^3.1.3","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^7.1.2","nopt":"^5.0.0","npm-audit-report":"^2.1.4","npm-package-arg":"^8.1.0","npm-pick-manifest":"^6.1.0","npm-profile":"^5.0.2","npm-registry-fetch":"^9.0.0","npm-user-validate":"^1.0.1","npmlog":"~4.1.2","opener":"^1.5.2","pacote":"^11.2.1","parse-conflict-json":"^1.1.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^3.0.0","read-package-json-fast":"^1.2.1","readdir-scoped-modules":"^1.1.0","rimraf":"^3.0.2","semver":"^7.3.4","ssri":"^8.0.0","tar":"^6.1.0","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^1.0.4","uuid":"^8.3.1","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^3.0.3","json-parse-even-better-errors":"*"},"devDependencies":{"cmark-gfm":"^0.8.5","eslint":"^7.14.0","eslint-plugin-import":"^2.22.1","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-standard":"^5.0.0","jsdom":"^16.4.0","json-parse-even-better-errors":"^2.3.1","marked-man":"^0.7.0","require-inject":"^1.4.4","tap":"^14.11.0","yaml":"^1.10.0"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/run-script","abbrev","ansicolors","ansistyles","aproba","archy","byte-size","cacache","chalk","chownr","cli-columns","cli-table3","columnify","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","leven","libnpmaccess","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","uuid","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-1153eLwZAQrymkibgyv+fMgFKaF2gXvx0d7KqManJmP8xGz7G6/A1Dhlpz8nszUCkYxeBkETQk1bqt11G+ofGg==","shasum":"72a3d8833da9d4e07056b65a0b0640f219e58c2b","tarball":"https://registry.npmjs.org/npm/-/npm-7.4.1.tgz","fileCount":2750,"unpackedSize":12965786,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgAMFdCRA9TVsSAnZWagAAOlUQAJk3M11RJN47XnwKtSid\nen4oge1dz2dIj5hXmtf3zjLUQ0yxkIKBc7urKk0t4yCCUstaN0ZZJFb7mcf0\nvn6MsgZElLucgDUw9WFf5rAI+QKTBS7EYqWi17b2D3zSBDE6Y+xR4c7Mn1mr\njrv3FazZmRnsm3FSdXatyaja1p3ZialREkRT/R2R/zIZYSs55AwnK5RKAAtK\nbx5tAJ29rA/ghMTXKG2esXGQQt63AbAzpoBgJyrLLkYJVi6YIJ2VrwAARR+p\ne8VRXcS9PMh7b1MhbLBAFH71oMoqEwBq1srgx/M/iRc/6Sut7iNZ7xeSzAo7\nI0f2+Q1W3BPpkVgiW30kx0ySb7x6lRP6jcrA0xx2fiGhjBp3T9f0p8Ne0R56\nUqhCEOSCuXJcarMJXkEKXpLl3yYLw1qsxja5XxX2TmEyJLPYJYJy7B2enJFe\nMChmOV7KHTkgQgJwVKGdI3SZgbXkmwBhmsAZ8d3V4a+pSiDgMCUSTerfVtK2\nABEAZshhyu81xgV+ROt1y7xVQsiImgcf3dXat59V8s63HrzrKo8P9J8J7OR+\ncnYTDWTAJ/c63HVG+dV3jMoX4oiv6VFasyOom0BAKtbkjSqIy/7FsuO6bbgA\npO3nrryyxrucnzzif+i5cl5C7ABULGz3Q5MQR8uN88ubQrnrVbYqq59jquwx\nhjCm\r\n=aUU2\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEe/EqqNvsvSbpJ/+HWc0w7UVitMU5VbjcCWetlWu19EAiAn37/c5lcKsCSaNWw6OUBq/KZfHr6WhKc6bZhAD9m+MQ=="}]},"engines":{"node":">=10"}},"7.4.2":{"name":"npm","version":"7.4.2","dependencies":{"@npmcli/arborist":"^2.0.5","@npmcli/ci-detect":"^1.2.0","@npmcli/config":"^1.2.8","@npmcli/run-script":"^1.8.1","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","byte-size":"^7.0.0","cacache":"^15.0.5","chalk":"^4.1.0","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.6.0","columnify":"~1.5.4","glob":"^7.1.4","graceful-fs":"^4.2.3","hosted-git-info":"^3.0.6","ini":"^2.0.0","init-package-json":"^2.0.1","is-cidr":"^4.0.2","leven":"^3.1.0","libnpmaccess":"^4.0.1","libnpmfund":"^1.0.2","libnpmhook":"^6.0.1","libnpmorg":"^2.0.1","libnpmpack":"^2.0.0","libnpmpublish":"^4.0.0","libnpmsearch":"^3.1.0","libnpmteam":"^2.0.2","libnpmversion":"^1.0.7","make-fetch-happen":"^8.0.13","minipass":"^3.1.3","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^7.1.2","nopt":"^5.0.0","npm-audit-report":"^2.1.4","npm-package-arg":"^8.1.0","npm-pick-manifest":"^6.1.0","npm-profile":"^5.0.2","npm-registry-fetch":"^9.0.0","npm-user-validate":"^1.0.1","npmlog":"~4.1.2","opener":"^1.5.2","pacote":"^11.2.1","parse-conflict-json":"^1.1.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^3.0.0","read-package-json-fast":"^1.2.1","readdir-scoped-modules":"^1.1.0","rimraf":"^3.0.2","semver":"^7.3.4","ssri":"^8.0.0","tar":"^6.1.0","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^1.0.4","uuid":"^8.3.1","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^3.0.3","json-parse-even-better-errors":"*"},"devDependencies":{"cmark-gfm":"^0.8.5","eslint":"^7.14.0","eslint-plugin-import":"^2.22.1","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-standard":"^5.0.0","jsdom":"^16.4.0","json-parse-even-better-errors":"^2.3.1","marked-man":"^0.7.0","require-inject":"^1.4.4","tap":"^14.11.0","yaml":"^1.10.0"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/run-script","abbrev","ansicolors","ansistyles","aproba","archy","byte-size","cacache","chalk","chownr","cli-columns","cli-table3","columnify","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","leven","libnpmaccess","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","uuid","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-N722v+UZ0PiwZG53xLM70bKNxpkG2M+KHCHjLpWnc0mYNs/Ddk4K1dmCEwLWOneUBozfqSSuMbeIdxmFYJ3Cfw==","shasum":"2fd51c15f7010b70a0ecc40daa2015d20e7472d6","tarball":"https://registry.npmjs.org/npm/-/npm-7.4.2.tgz","fileCount":2758,"unpackedSize":13062368,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgAgHLCRA9TVsSAnZWagAAxtcQAJAXhY7o11eNN5EXkYE3\nL9mVDG/Kf8vw1JLwuVINAaqspP9y+jRXj2qrrzi4h9RY0YJVqzZF0rwgqB1W\n7mtiUJHG69n9yxaA0kTcQZFL0pfDrEvt/qoaouZ0Rvs5cMtWp1YG+c5pP31a\n7/07xiFO9mt8MZyC+l1AMYelS7kLvWMoAG8cHe/L61CsbrUUPqHiRlq0eTzL\nkfGWeM8h1inGErfWJTX/fMvS3Vq5hzYhnWAzi3VibmcJb2dbaWGA/m1HyEC4\nbSk11MXmi7Sw0N3G1VEjju8ghVJGtzqxauNG89BhlZ49ESSzru6iBA7qc+IB\nYT80anu5MCMmkxshxVBWh6BxXR3s6x+lPFA4LuvcAfunKeHjcXMOsMY2Ac9l\nN1CT+Sg5VXdKzeai3suvdWmx8OJW8v8UI044yEfcrIMUJ8n64BtO5wa2jzPA\n4btLD6EB/m7jzW04BKwk1IGU9XELN5ZCNcwmwjD42pB4gtSXFCM0k2O6VtDq\nC5w0QeNEKaHi2eSWWoXUHZVh4M7v4EUwrWogwKhSzM3t+hnDWRWEXEW3DfB6\n9ONkvWkpAAR+zLiP+fwzLgkDjxR70ymbvgyjCXf2dXP30DPNXB05Aou3xwpl\n3Izar2LWqZsyJrPQRUxTP3Qh5pxJ0Xnf100lHu9pOWAVs5btvly34sHZPPiO\nGfXo\r\n=VrG4\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBpHowbmBCou1Hhxv1LQPCGdoCPflp/huq3bHiXOkZCFAiEArfT/8b0vQlUWx/M/RfvpVYuFuEHL7IU9Qlv6iykzwWM="}]},"engines":{"node":">=10"}},"7.4.3":{"name":"npm","version":"7.4.3","dependencies":{"@npmcli/arborist":"^2.0.6","@npmcli/ci-detect":"^1.2.0","@npmcli/config":"^1.2.8","@npmcli/run-script":"^1.8.1","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","byte-size":"^7.0.0","cacache":"^15.0.5","chalk":"^4.1.0","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.6.0","columnify":"~1.5.4","glob":"^7.1.4","graceful-fs":"^4.2.3","hosted-git-info":"^3.0.6","ini":"^2.0.0","init-package-json":"^2.0.1","is-cidr":"^4.0.2","leven":"^3.1.0","libnpmaccess":"^4.0.1","libnpmfund":"^1.0.2","libnpmhook":"^6.0.1","libnpmorg":"^2.0.1","libnpmpack":"^2.0.0","libnpmpublish":"^4.0.0","libnpmsearch":"^3.1.0","libnpmteam":"^2.0.2","libnpmversion":"^1.0.7","make-fetch-happen":"^8.0.13","minipass":"^3.1.3","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^7.1.2","nopt":"^5.0.0","npm-audit-report":"^2.1.4","npm-package-arg":"^8.1.0","npm-pick-manifest":"^6.1.0","npm-profile":"^5.0.2","npm-registry-fetch":"^9.0.0","npm-user-validate":"^1.0.1","npmlog":"~4.1.2","opener":"^1.5.2","pacote":"^11.2.3","parse-conflict-json":"^1.1.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^3.0.0","read-package-json-fast":"^1.2.1","readdir-scoped-modules":"^1.1.0","rimraf":"^3.0.2","semver":"^7.3.4","ssri":"^8.0.0","tar":"^6.1.0","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^1.0.4","uuid":"^8.3.1","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^3.0.3","json-parse-even-better-errors":"*"},"devDependencies":{"cmark-gfm":"^0.8.5","eslint":"^7.18.0","eslint-plugin-import":"^2.22.1","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-standard":"^5.0.0","jsdom":"^16.4.0","json-parse-even-better-errors":"^2.3.1","marked-man":"^0.7.0","require-inject":"^1.4.4","tap":"^14.11.0","yaml":"^1.10.0"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/run-script","abbrev","ansicolors","ansistyles","aproba","archy","byte-size","cacache","chalk","chownr","cli-columns","cli-table3","columnify","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","leven","libnpmaccess","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","uuid","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-INgHb0GnszO76rQmMPcxabdVHONVpJokgs44643jvNZVPtfX32IrFuDfl4VK03OuHMSn7cLumzwgti1g8xa7vw==","shasum":"1228eb318f0972815a0bf1e9206313610aa8c6ce","tarball":"https://registry.npmjs.org/npm/-/npm-7.4.3.tgz","fileCount":2749,"unpackedSize":12988477,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgCbVJCRA9TVsSAnZWagAA414P/RqnlMjSxdzoNfvcwvhx\nXgILXOhBqXjAk7PDz1B6Bi8i/XPqq/v12HTI/ijvHpbicb/kxykiLnSslkSR\nxbKBbw90xw9++IqXc4snb9/r4GSbQL7JVuuhmg8D+vP99bRisCzDsM3Kwi4O\nl8LrwyXvXMz3HBukKcUoHZLKXNG9I+2xiB55TJjFY2LG4cbNvDDKUjStxdmf\nP7pE/eq+wWlzmA9rOjEucLZj+nhIMNXuka7rrvBtNNfjgjYNjB5X5OXS9NQ7\nZhp57LhWQH4LQXnfIJW6eeV4twax6Vi9Kore0cSzw2zIcdns1twQnSYR309D\nwqmA+V+1QJ+TJhLZMATwtKvCPmqvOQtkiNX6KseHzOLdpdhrl54Yxjeg/0Im\nmaeHqdDNXiWaXc475YcF4Vs4RRCiRB4w3Ey5oripb3G1kqx/BGWyLTF4yhpa\nsr5VZ7SltkFCvFJYG+S5xAa52gf26OaGSsFtXTSo8UrAKuym/1T7+R4eTI18\nsPKtcnToIGdy2+HUix/mcxuv4DISYCqEMsAAkXf+9gcyQfb515XxDb/C7+tB\nsrwoR2l36DBuLsc0Azn/yn+5HGRhwCBCBThNDeiZb0Fzxi6C8VKxrK9oOT+y\naW/uNcRczrUkBrhs5s3seHRErGMAnlquhxeobPjnSYPRHCW7MhdCJk/wU9nt\nSV9e\r\n=q3zJ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFGVU6l7EsqEHL051QQAWIjZvzYayy47R4kLCAgYvAFmAiBFKEMZAFjG785pSPKu2ieceplYv+qNMhF0Gac9XKVwyA=="}]},"engines":{"node":">=10"}},"7.5.0":{"name":"npm","version":"7.5.0","dependencies":{"@npmcli/arborist":"^2.1.0","@npmcli/ci-detect":"^1.2.0","@npmcli/config":"^1.2.8","@npmcli/run-script":"^1.8.1","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","byte-size":"^7.0.0","cacache":"^15.0.5","chalk":"^4.1.0","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.6.0","columnify":"~1.5.4","glob":"^7.1.4","graceful-fs":"^4.2.3","hosted-git-info":"^3.0.8","ini":"^2.0.0","init-package-json":"^2.0.1","is-cidr":"^4.0.2","json-parse-even-better-errors":"^2.3.1","leven":"^3.1.0","libnpmaccess":"^4.0.1","libnpmdiff":"^2.0.3","libnpmfund":"^1.0.2","libnpmhook":"^6.0.1","libnpmorg":"^2.0.1","libnpmpack":"^2.0.0","libnpmpublish":"^4.0.0","libnpmsearch":"^3.1.0","libnpmteam":"^2.0.2","libnpmversion":"^1.0.7","make-fetch-happen":"^8.0.13","minipass":"^3.1.3","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^7.1.2","nopt":"^5.0.0","npm-audit-report":"^2.1.4","npm-package-arg":"^8.1.0","npm-pick-manifest":"^6.1.0","npm-profile":"^5.0.2","npm-registry-fetch":"^9.0.0","npm-user-validate":"^1.0.1","npmlog":"~4.1.2","opener":"^1.5.2","pacote":"^11.2.3","parse-conflict-json":"^1.1.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^3.0.0","read-package-json-fast":"^1.2.1","readdir-scoped-modules":"^1.1.0","rimraf":"^3.0.2","semver":"^7.3.4","ssri":"^8.0.1","tar":"^6.1.0","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^1.0.4","uuid":"^8.3.1","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^3.0.3"},"devDependencies":{"cmark-gfm":"^0.8.5","eslint":"^7.18.0","eslint-plugin-import":"^2.22.1","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-standard":"^5.0.0","jsdom":"^16.4.0","marked-man":"^0.7.0","require-inject":"^1.4.4","tap":"^14.11.0","yaml":"^1.10.0"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/run-script","abbrev","ansicolors","ansistyles","aproba","archy","byte-size","cacache","chalk","chownr","cli-columns","cli-table3","columnify","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","leven","libnpmaccess","libnpmdiff","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","uuid","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-rrET1QXEPSSHtRpN6R6NfvOyNGAplh2Wcs2xD64ivrvaftyKnEAHTw4Wmewcq+6ggP8X9FfBKPJOzm3yq+ypNQ==","shasum":"b86cecd1883dbe36ea59ab043d5dfda6f3c7176a","tarball":"https://registry.npmjs.org/npm/-/npm-7.5.0.tgz","fileCount":2788,"unpackedSize":13300689,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgEzA7CRA9TVsSAnZWagAAHuoP/3k/gnqnjcT1dZejdkvk\nA6NoGzV574cQo8lEy3dZ/ysMrESo71j1d1OP5CCKXeOjBhp/OgJiRdRmE/jg\nHhADEJvnb4o04URfZvGKIDURuYNyvIpFDf6UT9PnLQIHds7eFTRej9vXiIsK\nA00b62+SWzZQWEKqRlqmeQlo3MfaEOCw1fR+17uoyb7s9Ufg6XwPsOMyvu1q\n4fiGvA7H1N2rtgG7YIZqKGHyypb267P+R5tqJlMPZxt0CtlbhW219eD5s8Yp\nu1ECRiAXtS2tPXR0R/c/3/7+JS57iM/9AULWy/xOFZAbeG+zRN4PdLaH4f4N\nE+buxHOmW7dttI42wwESswWNg3SSHOkaUi/ubH7zjyId3JXRpee5jKkKxetM\nZxZRp8GMv89gSDgzm6RNH7iSKS2Tv3w/2PojoPd7uUngQweX8I3e5yzUJjpn\n6rt+wSsg5RzUMaYgR0rWw3USuf+zSb/+2/FaGkK1Iii77PWc1Y5mZiIFBO0F\nOO08PnscKDOsupGoWJNgd06E9RZ74HDzOI54K7jzlSllCkClhvV4E7nQLqhb\nrrYxFaljXQadv97UzP9+srcEDqa6BOg3E+7N+cQZ+zPjr9jXUjDkcfCgl+Hf\nH+3DnecdNSoCiRUlX7DWoZ2KzaF406+PTnn0KCdIjc5njuhyM9JtmpOCOSLo\nrbVG\r\n=tCwj\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD6I8HgABTTEEt1NTZ0+yFZpLqDWBP2jyEzQkUfuX7OxgIgfTAVF1N9EUfaAt0HUg4iR0mLH3uTQoh/6tJuvvV1qR8="}]},"engines":{"node":">=10"}},"7.5.1":{"name":"npm","version":"7.5.1","dependencies":{"@npmcli/arborist":"^2.1.1","@npmcli/ci-detect":"^1.2.0","@npmcli/config":"^1.2.8","@npmcli/run-script":"^1.8.1","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","byte-size":"^7.0.0","cacache":"^15.0.5","chalk":"^4.1.0","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.6.0","columnify":"~1.5.4","glob":"^7.1.4","graceful-fs":"^4.2.3","hosted-git-info":"^3.0.8","ini":"^2.0.0","init-package-json":"^2.0.1","is-cidr":"^4.0.2","json-parse-even-better-errors":"^2.3.1","leven":"^3.1.0","libnpmaccess":"^4.0.1","libnpmdiff":"^2.0.3","libnpmfund":"^1.0.2","libnpmhook":"^6.0.1","libnpmorg":"^2.0.1","libnpmpack":"^2.0.0","libnpmpublish":"^4.0.0","libnpmsearch":"^3.1.0","libnpmteam":"^2.0.2","libnpmversion":"^1.0.7","make-fetch-happen":"^8.0.13","minipass":"^3.1.3","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^7.1.2","nopt":"^5.0.0","npm-audit-report":"^2.1.4","npm-package-arg":"^8.1.0","npm-pick-manifest":"^6.1.0","npm-profile":"^5.0.2","npm-registry-fetch":"^9.0.0","npm-user-validate":"^1.0.1","npmlog":"~4.1.2","opener":"^1.5.2","pacote":"^11.2.3","parse-conflict-json":"^1.1.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^3.0.0","read-package-json-fast":"^1.2.1","readdir-scoped-modules":"^1.1.0","rimraf":"^3.0.2","semver":"^7.3.4","ssri":"^8.0.1","tar":"^6.1.0","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^1.0.4","uuid":"^8.3.1","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^3.0.3"},"devDependencies":{"cmark-gfm":"^0.8.5","eslint":"^7.18.0","eslint-plugin-import":"^2.22.1","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-standard":"^5.0.0","jsdom":"^16.4.0","marked-man":"^0.7.0","require-inject":"^1.4.4","tap":"^14.11.0","yaml":"^1.10.0"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/run-script","abbrev","ansicolors","ansistyles","archy","byte-size","cacache","chalk","chownr","cli-columns","cli-table3","columnify","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","leven","libnpmaccess","libnpmdiff","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","uuid","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-B+Y11oTVcV+e4TxtTyskAbAM0geGE2JAcCn+ptXOhN15tykgnnRFw1cAA4iV48zsZF28Fwr7MvMUGlP/eXITTg==","shasum":"36cf6bdac6438e0a965e5970d2c91d161d5573a1","tarball":"https://registry.npmjs.org/npm/-/npm-7.5.1.tgz","fileCount":2815,"unpackedSize":13884728,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgGGraCRA9TVsSAnZWagAAbLwP/i8hPDPvN4dlmAeHyn1Z\n7NnnMFXF37Z1EIWAE81Q9G+p0iRrvxVWm/uyJXforARdM5o6XAQr1++p7nmu\n955U1EJbo5Y9sidvwDkRhmAUMEFMmbOEgMAxHDmgnSuwGp3ubBDF8o9UNZO6\nXqTrUSaxcX+lPJTViyr75Tsn9R/GNugwJgqoH4e8/TsD/5dEoVavNidKdpgF\nZLM2mkCm4YtYFJgPIsfAm4C+Um61TRd7cGVuh0QEG1Acu5CFMCeYT1PmcTVR\nTVIg0m3lmScnvg85oKR4NTW1ooHJI9zcjnYzCVSx7tcLNDSlmZm6tRiLQ4VC\nJNlxGowljpJYB4JpDYZImNbuFi14UKCYbHTebfdDzBLcAhGXlwhdmJA0fOeq\nTSW8sNbExhfnWtN1+ckz3p+uTczoIvyLe7YSTG02Ofn+B/ElFZOE+lHlwCae\nm0V+Z2Oyj6v760lpIJzkIhETNHhocOJ+a+0Rrmgqndw0mTUsozOXJH7HApg8\nGcikpXBp0ET2yUMPzDfWR9pbkJxf2q9Cm03ppbgE7DJiTqBjL17+vnh7frsj\n+fxxx8RdS/+7y0LPtXS8y7fpJnW6taFzyHlrBhHU0aV+RryWB4pSHXGdC9Cc\nE1S1DIodZUHOaBvz0rXGMjT2Fq6S/LpALzRFHftAxqu0p6RbyW60KbL0o3EH\nQLJs\r\n=WD18\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICVcXOExl+4rvl/cic0+XWcA3j7HxGpbMctO+ZhR4CN5AiBh7/cC77KKna0ovXLrtP/yYu4KvefvWvonuanPu1PfUQ=="}]},"engines":{"node":">=10"}},"7.5.2":{"name":"npm","version":"7.5.2","dependencies":{"@npmcli/arborist":"^2.1.1","@npmcli/ci-detect":"^1.2.0","@npmcli/config":"^1.2.9","@npmcli/run-script":"^1.8.1","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","byte-size":"^7.0.0","cacache":"^15.0.5","chalk":"^4.1.0","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.6.0","columnify":"~1.5.4","glob":"^7.1.4","graceful-fs":"^4.2.3","hosted-git-info":"^3.0.8","ini":"^2.0.0","init-package-json":"^2.0.1","is-cidr":"^4.0.2","json-parse-even-better-errors":"^2.3.1","leven":"^3.1.0","libnpmaccess":"^4.0.1","libnpmdiff":"^2.0.3","libnpmfund":"^1.0.2","libnpmhook":"^6.0.1","libnpmorg":"^2.0.1","libnpmpack":"^2.0.0","libnpmpublish":"^4.0.0","libnpmsearch":"^3.1.0","libnpmteam":"^2.0.2","libnpmversion":"^1.0.7","make-fetch-happen":"^8.0.13","minipass":"^3.1.3","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^7.1.2","nopt":"^5.0.0","npm-audit-report":"^2.1.4","npm-package-arg":"^8.1.0","npm-pick-manifest":"^6.1.0","npm-profile":"^5.0.2","npm-registry-fetch":"^9.0.0","npm-user-validate":"^1.0.1","npmlog":"~4.1.2","opener":"^1.5.2","pacote":"^11.2.3","parse-conflict-json":"^1.1.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^3.0.0","read-package-json-fast":"^1.2.1","readdir-scoped-modules":"^1.1.0","rimraf":"^3.0.2","semver":"^7.3.4","ssri":"^8.0.1","tar":"^6.1.0","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^1.0.4","uuid":"^8.3.1","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^3.0.3"},"devDependencies":{"cmark-gfm":"^0.8.5","eslint":"^7.18.0","eslint-plugin-import":"^2.22.1","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-standard":"^5.0.0","jsdom":"^16.4.0","marked-man":"^0.7.0","require-inject":"^1.4.4","tap":"^14.11.0","yaml":"^1.10.0"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/run-script","abbrev","ansicolors","ansistyles","archy","byte-size","cacache","chalk","chownr","cli-columns","cli-table3","columnify","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","leven","libnpmaccess","libnpmdiff","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","uuid","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-ViuWTzFbHvjvdGDAa5HGsB3kIg3W1FfOxSuKPnjWzewZ0txVhDL/FzxA9bUVnvX8kXvL89Ps0vRhdaiWfDA8NQ==","shasum":"16301b548ec078b2c14b0cf6e8dd4dec11b7802f","tarball":"https://registry.npmjs.org/npm/-/npm-7.5.2.tgz","fileCount":2795,"unpackedSize":13346635,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgGY40CRA9TVsSAnZWagAA+T0P/3WTuPrkWCc15yC6BPPF\nd2Ib4x6RLoN/wXy2gsU7WlLDdpGf92bmWlShE6IXC9Oam3TQCkwqJ4zkOAVt\nUTbJk57MzCJalUHJsjJ+5FouefyPp/C+FgcLbh+4TbwhvQ6a+H9y9BE9s+lP\n/pPQtusphMm+R4c252l/vIdjBp0ivNOcjfgvQzU7TD6mMNZTxnK71Xtvur6J\nkVm4nz0PWbh0TX3XyFaMgy2iVLSkECr/oJNYUmg7h0r1/a1a73/072IUcgHR\nRdhUi0gACeOWYYLDL/268isdcwPJnU/5Y/ewdzO2ca6OyUV0xyitZ2jfI/33\nRKWnRSzYnoUc48EIp2NZjv4bk24k1vz6HkvqpDT+43vXu9E2zpaj/Qo96Ptp\n599qecQqmKJUj1dSr0jHQtmJgb9Z28RTUGS0vExsmxExlqMKCcZB3vbTsW5R\nQLnkSnGTBnfyz2wHKgatKbhENl0/Z2JBQFmOXJGiqa4+/k8Hi/qTBAwCFYFi\nv33QSjBs2z56Kjg+fIow5rD8DGTJzS76hXhJKao1Wq76uuSAmDRdFghEq41N\nF0uGDts41O82ywwmxaAS7Sb2hmYwE6/CGK1mMf9Off7ZLkgGYu3JdsHiW06+\nrpVSMMu6KDy+AbkLVq8Sr+7fyka5kHCFvb6z4FIdZk7qg87eZ2/qzwnnKUfA\n6JJk\r\n=8l0+\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHdFYz27erms4LhkAAHuzpseUX6sOLAyYBNvzOqqIxRgAiEA8w68vkwz9SVyO66xTsSRnjJlSVMrDUYG98QLgR93Ph8="}]},"engines":{"node":">=10"}},"7.5.3":{"name":"npm","version":"7.5.3","dependencies":{"@npmcli/arborist":"^2.2.1","@npmcli/ci-detect":"^1.2.0","@npmcli/config":"^1.2.9","@npmcli/installed-package-contents":"^1.0.7","@npmcli/run-script":"^1.8.2","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","byte-size":"^7.0.0","cacache":"^15.0.5","chalk":"^4.1.0","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.6.0","columnify":"~1.5.4","glob":"^7.1.4","graceful-fs":"^4.2.5","hosted-git-info":"^3.0.8","ini":"^2.0.0","init-package-json":"^2.0.2","is-cidr":"^4.0.2","json-parse-even-better-errors":"^2.3.1","leven":"^3.1.0","libnpmaccess":"^4.0.1","libnpmdiff":"^2.0.3","libnpmfund":"^1.0.2","libnpmhook":"^6.0.1","libnpmorg":"^2.0.1","libnpmpack":"^2.0.0","libnpmpublish":"^4.0.0","libnpmsearch":"^3.1.0","libnpmteam":"^2.0.2","libnpmversion":"^1.0.8","make-fetch-happen":"^8.0.13","minipass":"^3.1.3","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^7.1.2","nopt":"^5.0.0","npm-audit-report":"^2.1.4","npm-package-arg":"^8.1.0","npm-pick-manifest":"^6.1.0","npm-profile":"^5.0.2","npm-registry-fetch":"^9.0.0","npm-user-validate":"^1.0.1","npmlog":"~4.1.2","opener":"^1.5.2","pacote":"^11.2.6","parse-conflict-json":"^1.1.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^3.0.0","read-package-json-fast":"^2.0.1","readdir-scoped-modules":"^1.1.0","rimraf":"^3.0.2","semver":"^7.3.4","ssri":"^8.0.1","tar":"^6.1.0","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^1.0.4","uuid":"^8.3.1","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^3.0.3"},"devDependencies":{"cmark-gfm":"^0.8.5","eslint":"^7.19.0","eslint-plugin-import":"^2.22.1","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-standard":"^5.0.0","jsdom":"^16.4.0","marked-man":"^0.7.0","require-inject":"^1.4.4","tap":"^14.11.0","yaml":"^1.10.0"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/run-script","abbrev","ansicolors","ansistyles","archy","byte-size","cacache","chalk","chownr","cli-columns","cli-table3","columnify","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","leven","libnpmaccess","libnpmdiff","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","uuid","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-4MhBvHrQ82v5cvoWe7tX+IK8Z2xsbde9IS9sCP3SKpRo4JOHxe14tpZ/ZOTCy8xkp0DhBYqjxECmWv2EZK8BXg==","shasum":"85959d5c3dc02cfb56ab479d801a1d6a0c55c4bc","tarball":"https://registry.npmjs.org/npm/-/npm-7.5.3.tgz","fileCount":2841,"unpackedSize":13469419,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgIaTGCRA9TVsSAnZWagAAtm4QAIUrD26eGucAd0OTU/0V\n7kcStc2w8urKbskcJmSv9AdHUmt0PiVZRR5WzTcX8Ut66U2gfATKKeZVPge1\n0CSaLy8t6SyGAZtRxjwZo3zt5/Cd/rZwjMdReOstah5bxZCef85H1w7bvfOE\n2phCud8sRaLQD+ISp3kP0zjOS7cbvEsqwpzMdL5aDWWMR5RUXma6cfYkNJAQ\nZHYqX90PZKvWDaikHtU5i+IpdC0EJVAed61kl1s54qIszLaQC8XKbDOzqr+S\neQhdgxPXx/3+tuZ6nFHq0+7jQ6xCaQ6swrig78WbB9312H7uoYmEJab2QLSm\nmSjYzNTksA8zF3pZZtx+uUXWjS0wutTJkT7lWMcyQxVrM+bHTjgW1mQUnH8D\nCGfwSEP/7rsKoIMkYJ1sFVDqF/EM1uLdOEKvr6iN9ncVMxe+C1Dw2dy1YWqj\nW01rLE04bwT+Xa7ZetjrxEELs868kE2o6i8upf89iCcsnuz+XZudq+C6caNP\n0sfv1grDZ1t9UUmwtWb4YJ7wfcNbr3AhkQikhCCT41+yHLzt432H4We83ynt\nWnWOuYlx4rRxx03SF3jmHcfyieAQ6PG1dXsmSFmTBJ4lS+BvPWnEyeItC0s0\nmA7KGMAjWZz+egRfSSiksVHOT2lrQoXyNeiMSyOFIiicq+viyuTNz7c/WSVl\n16Tu\r\n=hINJ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD78yOXQ8zE/0CkDkI2s3BsBSlKidoUWSGc8k8Ta2hzSQIhAPTqqZfLXUijxd91IkmZZiVNsbisSxPEEpVfajVJB+Lz"}]},"engines":{"node":">=10"}},"7.5.4":{"name":"npm","version":"7.5.4","dependencies":{"@npmcli/arborist":"^2.2.2","@npmcli/ci-detect":"^1.2.0","@npmcli/config":"^1.2.9","@npmcli/run-script":"^1.8.3","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","byte-size":"^7.0.0","cacache":"^15.0.5","chalk":"^4.1.0","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.6.0","columnify":"~1.5.4","glob":"^7.1.4","graceful-fs":"^4.2.6","hosted-git-info":"^3.0.8","ini":"^2.0.0","init-package-json":"^2.0.2","is-cidr":"^4.0.2","json-parse-even-better-errors":"^2.3.1","leven":"^3.1.0","libnpmaccess":"^4.0.1","libnpmdiff":"^2.0.3","libnpmfund":"^1.0.2","libnpmhook":"^6.0.1","libnpmorg":"^2.0.1","libnpmpack":"^2.0.0","libnpmpublish":"^4.0.0","libnpmsearch":"^3.1.0","libnpmteam":"^2.0.2","libnpmversion":"^1.0.10","make-fetch-happen":"^8.0.14","minipass":"^3.1.3","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^7.1.2","nopt":"^5.0.0","npm-audit-report":"^2.1.4","npm-package-arg":"^8.1.0","npm-pick-manifest":"^6.1.0","npm-profile":"^5.0.2","npm-registry-fetch":"^9.0.0","npm-user-validate":"^1.0.1","npmlog":"~4.1.2","opener":"^1.5.2","pacote":"^11.2.6","parse-conflict-json":"^1.1.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^3.0.0","read-package-json-fast":"^2.0.1","readdir-scoped-modules":"^1.1.0","rimraf":"^3.0.2","semver":"^7.3.4","ssri":"^8.0.1","tar":"^6.1.0","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^1.0.4","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^3.0.3"},"devDependencies":{"cmark-gfm":"^0.8.5","eslint":"^7.19.0","eslint-plugin-import":"^2.22.1","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^4.3.1","eslint-plugin-standard":"^5.0.0","jsdom":"^16.4.0","licensee":"^8.1.0","marked-man":"^0.7.0","require-inject":"^1.4.4","tap":"^14.11.0","yaml":"^1.10.0"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/run-script","abbrev","ansicolors","ansistyles","archy","byte-size","cacache","chalk","chownr","cli-columns","cli-table3","columnify","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","leven","libnpmaccess","libnpmdiff","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-p04kiYgTn8ncpqZbBjdRQ8uUisXStILIH+zppnRHfUKAgNyIXn3Aq/Pf0B1SIC6WCNVDA6Gn9NmHXvU4feLnWg==","shasum":"faf78614c7fb92fc0fa8cd9ca4abea7e0b435699","tarball":"https://registry.npmjs.org/npm/-/npm-7.5.4.tgz","fileCount":2750,"unpackedSize":13814726,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgJsVhCRA9TVsSAnZWagAA4XMQAKGgYV1/0zBYc/r/XexT\nYzGYZUBkkWLtks9xN+mC8Cj5NNJ0ZeOn2VKDVFO5HSER9KEYWUmx/1xQUYr+\nlYhtel/nK1A0La31F7Nm74mYib0M/UwFPw00LznfZp5HaXzdjGgvnoslCG1G\n5+Cx+kAwUpLqzq4qJPaF1jIyH+ahNWIYlLAdjoCIoI4FV6HPfsYbZGnYy6P9\nmiA6kmA2K+IP0L/zfcjK+alvO9bR8uJXXznu1jgIy00cv26+eFJyMxTgztgt\nNpl8tm4U4mpAR/i4y59hEG7O+PaXYmHyDmvgj/WpqO9sE95Kz7B+goY8njR+\nHrG3eXmbQTNX45Tftq94ehncHzz/c9XX+qTfVcVs8BUKBY/64ACvBLklxRCC\nLoZPwmr3iWcmkdLnZtQ24j4fKzrh5aZM6Rj6dsZkJgYSMns+iGV924RGWgge\n55qd3MEcfpJUhgUxyE05arnz1bwA5ZuQ0L/AujymULoXvpMXS8hOA+kYFuto\nHDq43AtZ0+WqJmLHZUFh06TTt/W3luorAUYkDmXtK79MX/gPpREgBOnWlMLC\nghX2K/GfzG9co95sHM3KoU8MNDle95ozyuVv8qtpv4O2wqAbfshgLXtJIpCn\n3Kr8N0oIbsvrUyWlWcbDE6rMwKp6mQ7QInzT9ogu5IG67V7e8CcmJfIKk/Xn\nMPOt\r\n=7m6m\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDDALl2woaSctuGzFoV0Ku5rBySDuq8hA28DGq/+waNswIhAO2l/LOqYwvi92PvTxv9Y/UVd84mq/omj8vrWZKaUwvW"}]},"engines":{"node":">=10"}},"7.5.5":{"name":"npm","version":"7.5.5","dependencies":{"@npmcli/arborist":"^2.2.3","@npmcli/ci-detect":"^1.2.0","@npmcli/config":"^1.2.9","@npmcli/run-script":"^1.8.3","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","byte-size":"^7.0.0","cacache":"^15.0.5","chalk":"^4.1.0","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.6.0","columnify":"~1.5.4","glob":"^7.1.4","graceful-fs":"^4.2.6","hosted-git-info":"^3.0.8","ini":"^2.0.0","init-package-json":"^2.0.2","is-cidr":"^4.0.2","json-parse-even-better-errors":"^2.3.1","leven":"^3.1.0","libnpmaccess":"^4.0.1","libnpmdiff":"^2.0.3","libnpmfund":"^1.0.2","libnpmhook":"^6.0.1","libnpmorg":"^2.0.1","libnpmpack":"^2.0.1","libnpmpublish":"^4.0.0","libnpmsearch":"^3.1.0","libnpmteam":"^2.0.2","libnpmversion":"^1.0.11","make-fetch-happen":"^8.0.14","minipass":"^3.1.3","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^7.1.2","nopt":"^5.0.0","npm-audit-report":"^2.1.4","npm-package-arg":"^8.1.1","npm-pick-manifest":"^6.1.0","npm-profile":"^5.0.2","npm-registry-fetch":"^9.0.0","npm-user-validate":"^1.0.1","npmlog":"~4.1.2","opener":"^1.5.2","pacote":"^11.2.7","parse-conflict-json":"^1.1.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^3.0.0","read-package-json-fast":"^2.0.1","readdir-scoped-modules":"^1.1.0","rimraf":"^3.0.2","semver":"^7.3.4","ssri":"^8.0.1","tar":"^6.1.0","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^1.0.4","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^3.0.3"},"devDependencies":{"@mdx-js/mdx":"^1.6.22","cmark-gfm":"^0.8.5","eslint":"^7.19.0","eslint-plugin-import":"^2.22.1","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^4.3.1","eslint-plugin-standard":"^5.0.0","jsdom":"^16.4.0","licensee":"^8.1.0","marked-man":"^0.7.0","require-inject":"^1.4.4","tap":"^14.11.0","yaml":"^1.10.0"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/run-script","abbrev","ansicolors","ansistyles","archy","byte-size","cacache","chalk","chownr","cli-columns","cli-table3","columnify","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","leven","libnpmaccess","libnpmdiff","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-cJxnyF0hclaSDsO83r4Gcb/vRghABGxanQl0f+T2YfIFVRtAg8Qf8nPihmet3sHLaAkijlLrvpBuQ1TmgScWgg==","shasum":"4a92c30a38db640265ae362bd2c0e9c5542d8d90","tarball":"https://registry.npmjs.org/npm/-/npm-7.5.5.tgz","fileCount":2742,"unpackedSize":13750177,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgM+8wCRA9TVsSAnZWagAAFtIP/2NHI3JsRc2PlbBk3ByG\nKAEsEhc7+Lh7EvTQxr0ykt0FUqnZMf489vUGvgLUv71Ak5LGpT2lFykwZ4pL\nO3GEIQVOmMy23xtjF0hEjWgmPYjMVxcK4Nh89bbv28nzALKc5zNJLCVhCzGW\nbiOLoVdr5XRjfsx44nBrXitkORB83vaIFP/DEPQNnPnqDd6c/V9fnjAM+tV4\nJ9o+028t4BzAoe47RKxgOrVZ0U16ol5i4u8X8PDc9yxZlD5ULL9riFpkZyId\n0oETgaWiZkspNytTpIXpeNBy8vDBaJcDkFV+mTu+ulT7pfwAWb05icDSH0Qf\noaBRwQc8dd6xF16NJCV88Y0MdEfY8UicP9IcK+gUg9yNHmSXBefk/uQ+npjP\nJdzGHAj2VVBMbQt3UlPtnpOhODpVbzZ95DGWUMGAOx3Jzyqh41ndGoRkTXG/\nrFaiWh3j4mVfzevdSA7U/hqmUkCQRJ4Y3K35V0T/AMxMbIVkuq3yd0j3YUg3\nDEKTtkgTkAKrXKk+StxygykrY7hd9W2FmIcsACLK6AXruRk1wt5wjNWC3MIO\n/z/nbxYJOH7Q5Ejiz0sIP2gurSON+7TouPvC3ns/IJUJeGSvtdaQ2KFCWYac\n2djxN/rOdV72iBjAN5A6galN2THSSYRpG2xd4T/RoZUyVRyMdx8NBiils4/g\nLtNl\r\n=wnZj\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCVA1lUhYymtPyLbSxjKILNFn1jCHrCzOUagxRCmlf++wIhAISZs4KF27gEKJXXpgw6KJ8Yj1oGGPyradU6qht5jOvr"}]},"engines":{"node":">=10"}},"7.5.6":{"name":"npm","version":"7.5.6","dependencies":{"@npmcli/arborist":"^2.2.4","@npmcli/ci-detect":"^1.2.0","@npmcli/config":"^1.2.9","@npmcli/run-script":"^1.8.3","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","byte-size":"^7.0.0","cacache":"^15.0.5","chalk":"^4.1.0","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.6.0","columnify":"~1.5.4","glob":"^7.1.4","graceful-fs":"^4.2.6","hosted-git-info":"^3.0.8","ini":"^2.0.0","init-package-json":"^2.0.2","is-cidr":"^4.0.2","json-parse-even-better-errors":"^2.3.1","leven":"^3.1.0","libnpmaccess":"^4.0.1","libnpmdiff":"^2.0.3","libnpmfund":"^1.0.2","libnpmhook":"^6.0.1","libnpmorg":"^2.0.1","libnpmpack":"^2.0.1","libnpmpublish":"^4.0.0","libnpmsearch":"^3.1.0","libnpmteam":"^2.0.2","libnpmversion":"^1.0.11","make-fetch-happen":"^8.0.14","minipass":"^3.1.3","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^7.1.2","nopt":"^5.0.0","npm-audit-report":"^2.1.4","npm-package-arg":"^8.1.1","npm-pick-manifest":"^6.1.0","npm-profile":"^5.0.2","npm-registry-fetch":"^9.0.0","npm-user-validate":"^1.0.1","npmlog":"~4.1.2","opener":"^1.5.2","pacote":"^11.2.7","parse-conflict-json":"^1.1.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^3.0.1","read-package-json-fast":"^2.0.2","readdir-scoped-modules":"^1.1.0","rimraf":"^3.0.2","semver":"^7.3.4","ssri":"^8.0.1","tar":"^6.1.0","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^1.0.4","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^3.0.3"},"devDependencies":{"@mdx-js/mdx":"^1.6.22","cmark-gfm":"^0.8.5","eslint":"^7.19.0","eslint-plugin-import":"^2.22.1","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^4.3.1","eslint-plugin-standard":"^5.0.0","jsdom":"^16.4.0","licensee":"^8.1.0","marked-man":"^0.7.0","require-inject":"^1.4.4","tap":"^14.11.0","yaml":"^1.10.0"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/run-script","abbrev","ansicolors","ansistyles","archy","byte-size","cacache","chalk","chownr","cli-columns","cli-table3","columnify","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","leven","libnpmaccess","libnpmdiff","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-l9o94uRgIwRDpz4CSX9BUWL/Igc2jbuyAT7CC25r0lxIy4odsuVbXKFQorxZy/9m3JulVJzq4322kZgo4dXEAg==","shasum":"b9891691d96130b61e964fe7044b18d6c238f1f3","tarball":"https://registry.npmjs.org/npm/-/npm-7.5.6.tgz","fileCount":2751,"unpackedSize":17525164,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgNBraCRA9TVsSAnZWagAAI6QP/RUmj6s05zXF2GLq+J7y\nPNNt4A4QjpILlsqXQE3ulwO/rBeUGmMMlunxzDXA/hByydx8mG0nLjXxFZAx\nh3wvVHc+NaFMh3oYyj6E/vVL7j2P4KztUeneB3Aoht0t4nHS40Dw4PZ9fHvO\nMTwpXy2E7m3F7WJjcDz1CpTFsIojlGpSLHNfnALs0Q+23xKZyDnt+BLFWqe/\n6gPMDt1Rw6n0dNi4tSUQdTl0cACKnm4wDgalvU3V7gzNZvXFG1I76rjjYv+g\nCjLrTM/3VEbWlSBoUR3ZcZ7JFm4s5Khpyn5pMbfZ11RMx1Ei1O5498PaWhTS\nPCKWSgEjAwN4MLterMa0K+O0ZG9sfXZ/7xoT5QLW5Rn44X9k7Be39w/lgF4/\nUCSV2EdOxU3rfYpjpxuFwZI3uZqjnM5PmgfnJw+h3Gbfh43jkOfP7wW1Mgi5\nJ8nFKQJQkfe5LC7/fJape6O1Y5OJZNft34itrCt3Rkuq0WCT6cmRpr44BrMs\nPkMtb9dXi8rL4TDP3w5SWPq53A21tGDT9ta81tZyXmt6eIGSQqWzHeidV2q+\nlyBy2ZXi6JMjavfESMm53UtLYKKKBLHEDeyFpY7ggdXtOndWnMDS9c2iBAU+\nKQZvMirYDBBM6P3GNnyjCQF/g9fXdK8xIEtGuxbQcyCFpFUWeAcGqYTaC827\ntPwE\r\n=HA4Q\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCrDAutk7xwxM1R0w/Q0D9xuJyQkM1bfO5UZb20eqmlqAIgSB2ZuZEk9Ua672d/QFzpGjlPXxryadJQ1f79viSLzqU="}]},"engines":{"node":">=10"}},"7.6.0":{"name":"npm","version":"7.6.0","dependencies":{"@npmcli/arborist":"^2.2.5","@npmcli/ci-detect":"^1.2.0","@npmcli/config":"^1.2.9","@npmcli/run-script":"^1.8.3","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","byte-size":"^7.0.0","cacache":"^15.0.5","chalk":"^4.1.0","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.6.0","columnify":"~1.5.4","glob":"^7.1.4","graceful-fs":"^4.2.6","hosted-git-info":"^3.0.8","ini":"^2.0.0","init-package-json":"^2.0.2","is-cidr":"^4.0.2","json-parse-even-better-errors":"^2.3.1","leven":"^3.1.0","libnpmaccess":"^4.0.1","libnpmdiff":"^2.0.3","libnpmfund":"^1.0.2","libnpmhook":"^6.0.1","libnpmorg":"^2.0.1","libnpmpack":"^2.0.1","libnpmpublish":"^4.0.0","libnpmsearch":"^3.1.0","libnpmteam":"^2.0.2","libnpmversion":"^1.0.11","make-fetch-happen":"^8.0.14","minipass":"^3.1.3","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^7.1.2","nopt":"^5.0.0","npm-audit-report":"^2.1.4","npm-package-arg":"^8.1.1","npm-pick-manifest":"^6.1.0","npm-profile":"^5.0.2","npm-registry-fetch":"^9.0.0","npm-user-validate":"^1.0.1","npmlog":"~4.1.2","opener":"^1.5.2","pacote":"^11.2.7","parse-conflict-json":"^1.1.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^3.0.1","read-package-json-fast":"^2.0.2","readdir-scoped-modules":"^1.1.0","rimraf":"^3.0.2","semver":"^7.3.4","ssri":"^8.0.1","tar":"^6.1.0","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^1.0.4","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^3.0.3"},"devDependencies":{"@mdx-js/mdx":"^1.6.22","cmark-gfm":"^0.8.5","eslint":"^7.19.0","eslint-plugin-import":"^2.22.1","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^4.3.1","eslint-plugin-standard":"^5.0.0","jsdom":"^16.4.0","licensee":"^8.1.0","marked-man":"^0.7.0","require-inject":"^1.4.4","tap":"^14.11.0","yaml":"^1.10.0"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/run-script","abbrev","ansicolors","ansistyles","archy","byte-size","cacache","chalk","chownr","cli-columns","cli-table3","columnify","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","leven","libnpmaccess","libnpmdiff","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-1Jexc9EoGJEMEdWWLQMs2a7a5nNtD0INmBY4Gzv+RI727VZO05kruXhL8NnHtsvBfVn+eoMmBJKzy1exJRfymQ==","shasum":"c366ffc31d4d85acc72fddf9ad33799183033812","tarball":"https://registry.npmjs.org/npm/-/npm-7.6.0.tgz","fileCount":2750,"unpackedSize":13828141,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgN+3oCRA9TVsSAnZWagAAbNgQAI9vcATJROOcMW9KyZaW\ni498s4uoBEoZkiryB4fSnlXNW/y0vMfynnsZJYVHbGjENr9f+iZKn78iURec\n88I6mHWVCsunowZaR3uoO/DJb8yWSuEOOoCw/H528HFLWuHkLJl5aaxsmT0Y\nvDOszbMshuJYm19tUwhw0ZdjerEH7keJyVY8rojmzoXJLWzbNvGLkRnX1FAT\nNPokiQtH27GMZSKqDYGrofkmiqC85w+XN4icAeE4oczLOzMx+0wccpcbria4\nVD4K+Ya14qd5te07eQXxDw3BfLV++kBeIIQou787xg47WTl6WAzp/4QO/vAV\n2PH823CoTNDKSIsGMAizN9KgDOPwXQfZQPAhd48hbcfhg91t4lnaYDqi2iwU\ndcvqPOgyrZfRf5+Igx3V4b99kRPxYiqJyPJlho1isTG+HPaJUUew+TwVDw/k\nZ04JW4di606jRCZkbvfl3VJe8VSvoIZUZhV4SBSAd0tNBnZ4oRxgP/CeULjM\ndmLKL4TJ4gRc5NYX3/mMpC1DBWDJbQWic1syZoVIFd3yKEBu0+ulyUVhdzNb\nLWmmkb9yqUIvEwer2Jl1wpbEYUaFhV8M2aQsOGVcfuV0jSxKtaXFMMwfjung\nOmy/UObFjOVGowJGzZXKym8BtmYyq5y1/gGvNR1Qpn2vIDuE1JPelIaJwyqb\nGOkF\r\n=rNTj\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGI4yk8WxNGvV27QpNr6HbK9rLl90FjMGIKIaUd8vKrvAiAklzMYMB2wwrytIhA8cYV9Pj5YGOzubzuGcamNPVgyeQ=="}]},"engines":{"node":">=10"}},"7.6.1":{"name":"npm","version":"7.6.1","dependencies":{"@npmcli/arborist":"^2.2.6","@npmcli/ci-detect":"^1.2.0","@npmcli/config":"^1.2.9","@npmcli/run-script":"^1.8.3","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","byte-size":"^7.0.0","cacache":"^15.0.5","chalk":"^4.1.0","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.6.0","columnify":"~1.5.4","glob":"^7.1.4","graceful-fs":"^4.2.6","hosted-git-info":"^3.0.8","ini":"^2.0.0","init-package-json":"^2.0.2","is-cidr":"^4.0.2","json-parse-even-better-errors":"^2.3.1","leven":"^3.1.0","libnpmaccess":"^4.0.1","libnpmdiff":"^2.0.3","libnpmfund":"^1.0.2","libnpmhook":"^6.0.1","libnpmorg":"^2.0.1","libnpmpack":"^2.0.1","libnpmpublish":"^4.0.0","libnpmsearch":"^3.1.0","libnpmteam":"^2.0.2","libnpmversion":"^1.0.11","make-fetch-happen":"^8.0.14","minipass":"^3.1.3","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^7.1.2","nopt":"^5.0.0","npm-audit-report":"^2.1.4","npm-package-arg":"^8.1.1","npm-pick-manifest":"^6.1.0","npm-profile":"^5.0.2","npm-registry-fetch":"^9.0.0","npm-user-validate":"^1.0.1","npmlog":"~4.1.2","opener":"^1.5.2","pacote":"^11.2.7","parse-conflict-json":"^1.1.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^3.0.1","read-package-json-fast":"^2.0.2","readdir-scoped-modules":"^1.1.0","rimraf":"^3.0.2","semver":"^7.3.4","ssri":"^8.0.1","tar":"^6.1.0","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^1.0.4","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^3.0.3"},"devDependencies":{"@mdx-js/mdx":"^1.6.22","cmark-gfm":"^0.8.5","eslint":"^7.21.0","eslint-plugin-import":"^2.22.1","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^4.3.1","eslint-plugin-standard":"^5.0.0","jsdom":"^16.4.0","licensee":"^8.1.0","marked-man":"^0.7.0","require-inject":"^1.4.4","tap":"^14.11.0","yaml":"^1.10.0"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/run-script","abbrev","ansicolors","ansistyles","archy","byte-size","cacache","chalk","chownr","cli-columns","cli-table3","columnify","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","leven","libnpmaccess","libnpmdiff","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-L9xChb/o6XOYqTEBK+5+T3ph5Q7eCDYuY6Wz5a0s+I+hfMy5L2Kj8t4P5zsP2qJVts0etAx9MHD1meiApvtb9A==","shasum":"6eb9569002685ee4fb8fb9c00c56146d3a8277f5","tarball":"https://registry.npmjs.org/npm/-/npm-7.6.1.tgz","fileCount":2745,"unpackedSize":13812999,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgQVtCCRA9TVsSAnZWagAAGM0P/iIksYwO4gP7V8NK8Nvb\nwxCY4H8UsS60zYpvJ1tYJ5Jz9lWDoMrBjpOX/3D+sIp2vNHqTltLlbqPv4d6\nHeNR5weHyBju5g6xl1emLBBsgxNT+6cTiqrqhVT/RCIoiYP5qKNpfQDXGCnO\nHFptgis+BcDsAs21j5quBfV/Bh1pll+ik0eWIvqzyw2x9w2PFsIUS8ueVxOg\nbnUWQXewGCPBPPpEejrEcSqNigwgi52I7TPoP1pAT0CcIdbGZrBbNf6vpmSB\nOOiutYJ5343Py1DWjuAf+Mu4rFeN3Dx1h8DYkcY+1qfnBJH4mc1rIR+rCxvx\nGhmbdQY5PQZXnwpdnqFxbzj9tFMkZfUJI7N2yK0BVdX1k0sh22Veb2NeBWRS\nc/OrIngl8mCRBTMsoki8PTB/StLStYeOoZcsuho9vZ1/+DXoTiBMvhr5CTA2\nsERXxjGa4ZtUciTM/93IAGs4pEgREuDTQsBkzhv6B5Pj0YLqS3iQmNQ2dUbF\no54g1pYwuyhUaotT2Mhum34ckOicFKQm8KcGZ5sMDlveLQ+7oZwY7SknKCMd\n1MLqbYjzssK+Gds13AmzIoRs0ArP4EtQL7Nd0sKceK9rEF359QdStDsPcAtQ\nqWA6CHCyaGIKqx18CllB8SzYTKkZVap2f0fuMe1IABAh3ewWuNuh5LVAodnj\nO/5e\r\n=3WXT\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCFuwtjhJstLdnkqxqPe7iFhfeN5wSc4Yj8tGQWqEDXxwIhAO+0yDY49WmWI5e8lcY4q0v/VRxh5g3EQ04sKKG1DWNM"}]},"engines":{"node":">=10"}},"7.6.2":{"name":"npm","version":"7.6.2","dependencies":{"@npmcli/arborist":"^2.2.7","@npmcli/ci-detect":"^1.2.0","@npmcli/config":"^1.2.9","@npmcli/run-script":"^1.8.3","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","byte-size":"^7.0.1","cacache":"^15.0.5","chalk":"^4.1.0","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.6.0","columnify":"~1.5.4","glob":"^7.1.4","graceful-fs":"^4.2.6","hosted-git-info":"^3.0.8","ini":"^2.0.0","init-package-json":"^2.0.2","is-cidr":"^4.0.2","json-parse-even-better-errors":"^2.3.1","leven":"^3.1.0","libnpmaccess":"^4.0.1","libnpmdiff":"^2.0.4","libnpmfund":"^1.0.2","libnpmhook":"^6.0.1","libnpmorg":"^2.0.1","libnpmpack":"^2.0.1","libnpmpublish":"^4.0.0","libnpmsearch":"^3.1.0","libnpmteam":"^2.0.2","libnpmversion":"^1.0.11","make-fetch-happen":"^8.0.14","minipass":"^3.1.3","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^7.1.2","nopt":"^5.0.0","npm-audit-report":"^2.1.4","npm-package-arg":"^8.1.1","npm-pick-manifest":"^6.1.0","npm-profile":"^5.0.2","npm-registry-fetch":"^9.0.0","npm-user-validate":"^1.0.1","npmlog":"~4.1.2","opener":"^1.5.2","pacote":"^11.3.0","parse-conflict-json":"^1.1.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^3.0.1","read-package-json-fast":"^2.0.2","readdir-scoped-modules":"^1.1.0","rimraf":"^3.0.2","semver":"^7.3.4","ssri":"^8.0.1","tar":"^6.1.0","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^1.0.4","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^3.0.3"},"devDependencies":{"@mdx-js/mdx":"^1.6.22","cmark-gfm":"^0.8.5","eslint":"^7.21.0","eslint-plugin-import":"^2.22.1","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^4.3.1","eslint-plugin-standard":"^5.0.0","jsdom":"^16.4.0","licensee":"^8.1.0","marked-man":"^0.7.0","require-inject":"^1.4.4","tap":"^14.11.0","yaml":"^1.10.0"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/run-script","abbrev","ansicolors","ansistyles","archy","byte-size","cacache","chalk","chownr","cli-columns","cli-table3","columnify","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","leven","libnpmaccess","libnpmdiff","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-XXlLw6+HNG5GXt/T+xOAK8QXQ3x3VhIOBmWtiTw6yavFeTelleN2uAf8zG7HwSv9pBxLA4FHx7vGmlMKxAkqDQ==","shasum":"c3501b6d8e351e2ae6c149734271525fff07d079","tarball":"https://registry.npmjs.org/npm/-/npm-7.6.2.tgz","fileCount":2752,"unpackedSize":13861498,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgR8ynCRA9TVsSAnZWagAAdVgP+wbaUXgE1LqddNvvIgZh\nPf8tp44GuSCA0h6G5x0dI4Z4JPWjbnhGLW72MvmpB0FRAPRHzjVb2ki0sXHU\ndMapUhOeCZmGnVWMJqsHkXagaT0c2wJFsQFpSIW0ZWKe4SdSMHxHKTrOdVX3\nVV39LJvCKZtg/s8f+Y7G4o37AxE3DRWe/FncQnigKAXx6i+gdzeUkHkmNNQU\nmiX9PWV+Uqj2hHRmS2yXDduWv+H16Y0KaAXKENp65YYL7NS4XJ9JYTtaf6WV\nmXFBMQPgeQtceN9AizH961hdjnq2Ac1GaQdptUiQt2DplIdYUJpO9bnrQcUw\na9zhz7LnmvAM24//VoK/hjBZvf7ablfLPkpU5QPGPHj3ejbvHX6QcfHT5+JQ\ni/4RT+IIgANPIc6MYf1pUFJbRISSW7f0JBNiyWilpjgnH/bM++e21yvkwH2z\n9epQyOkV3VFhjBqMlpRrcM3dh+agx+UQSwsXXSN6y5MtbRC+10VaS9wu6AVm\nbbWBx3sY1aT6QzUuaPM37MnAng6FBQApCcFnkdUoCR2BdOvK5FwhcUttIcdP\nvVNMipHP+MQWQMFntIGuXszuA0GlTqzmJ15foYMsJ7yTdL2zmC0QZ/hIFrHy\nHKZ2Yt5Av2ILoHIdDKd4C+7MfZ86QYV6rmUseLQAY9iF9bJRtYHs1v+iknFa\nzhvD\r\n=VvHB\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCJagFidZmHWesh+9uywqxjVzLFcMF/Tdvpc1aFXGl3cwIgIXbYIbt3Ulv1u/J6BgCpNxH6dRnFbWo5083JK6LLDvQ="}]},"engines":{"node":">=10"}},"7.6.3":{"name":"npm","version":"7.6.3","dependencies":{"@npmcli/arborist":"^2.2.8","@npmcli/ci-detect":"^1.2.0","@npmcli/config":"^1.2.9","@npmcli/run-script":"^1.8.3","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","byte-size":"^7.0.1","cacache":"^15.0.5","chalk":"^4.1.0","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.6.0","columnify":"~1.5.4","glob":"^7.1.4","graceful-fs":"^4.2.6","hosted-git-info":"^3.0.8","ini":"^2.0.0","init-package-json":"^2.0.2","is-cidr":"^4.0.2","json-parse-even-better-errors":"^2.3.1","leven":"^3.1.0","libnpmaccess":"^4.0.1","libnpmdiff":"^2.0.4","libnpmfund":"^1.0.2","libnpmhook":"^6.0.1","libnpmorg":"^2.0.1","libnpmpack":"^2.0.1","libnpmpublish":"^4.0.0","libnpmsearch":"^3.1.0","libnpmteam":"^2.0.2","libnpmversion":"^1.0.11","make-fetch-happen":"^8.0.14","minipass":"^3.1.3","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^7.1.2","nopt":"^5.0.0","npm-audit-report":"^2.1.4","npm-package-arg":"^8.1.1","npm-pick-manifest":"^6.1.0","npm-profile":"^5.0.2","npm-registry-fetch":"^9.0.0","npm-user-validate":"^1.0.1","npmlog":"~4.1.2","opener":"^1.5.2","pacote":"^11.3.0","parse-conflict-json":"^1.1.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^3.0.1","read-package-json-fast":"^2.0.2","readdir-scoped-modules":"^1.1.0","rimraf":"^3.0.2","semver":"^7.3.4","ssri":"^8.0.1","tar":"^6.1.0","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^1.0.4","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^3.0.3"},"devDependencies":{"@mdx-js/mdx":"^1.6.22","cmark-gfm":"^0.8.5","eslint":"^7.21.0","eslint-plugin-import":"^2.22.1","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^4.3.1","eslint-plugin-standard":"^5.0.0","jsdom":"^16.4.0","licensee":"^8.1.0","marked-man":"^0.7.0","require-inject":"^1.4.4","tap":"^14.11.0","yaml":"^1.10.0"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/run-script","abbrev","ansicolors","ansistyles","archy","byte-size","cacache","chalk","chownr","cli-columns","cli-table3","columnify","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","leven","libnpmaccess","libnpmdiff","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-+Cs8TEtkfdQGTIPw8AeqVtNNHyo1Zw8HATzAFFWYnK7jQYgT/CatEy85+BlEoEpqvga2uaKqVrXsTAYj28emjg==","shasum":"29c048b8522fc846af1b66fbb8ce7f356584b121","tarball":"https://registry.npmjs.org/npm/-/npm-7.6.3.tgz","fileCount":2720,"unpackedSize":12813690,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgSooPCRA9TVsSAnZWagAA9mgP/1wdb2U1JCjX6arBZKFM\nLXy40oQ1yzcJRhwXjVlZC6Xk0Cjf1YiDDtvozSbDOWYRotsZ0lYop2jkpc5f\n1/gHqEfzYA6pEc/B1KJwp2oRTY6yUdTuUrfBdTCoF/BO5qnIlSt/EeXV7Q+6\nPD3bNn2QCA3K5a/SFplloSU6y/RYPJGQWZU8QlurgYQZF+WiHkgkfZ1lc4pQ\nox+T7AUi0qYLkeMQD9v4jOyiFHlmuta2/62+pg1bRCUC1FUMQW95HS2Iho2U\nq7+R+pMzzxDCeSre2quOnKXF0pU/EDE+UrL+0ACS57ZyO5dvkUr6KvHlHL9l\n1Av8l/qKkq2VCmLAfkc7ne4jT6ytyeKucWvMVM7h5hmE3LpYbKbPTXKuA0Qa\n2oZweRH1QuxZViIKcVd0gZXDNaNHVJMxZnBLLAxutuSRERYdbWR6fE5G/3IS\nZJIkjtwUsjfZcSwPV/nIL6tp0JtoVFwHKe3hdVIL6K9OxTP/hZq0Qqx1c1BZ\n92e9/REOrnj+HZ8WWSwiKIek4XuOYT7QZt9ryNhNxXXKwBkEOBYsFhx92iug\nfeQyeBgzTcbl7OiCHGNVbjXHMe1+SrvtE0G+QmlyYzxaDFI7JdunWgcx5y5e\nFAkh9yfACUEI1AVa2WUcErePCg+1xVpF6CJEy8ijnx2/IMx7mpraxPDneEGt\nRdQK\r\n=6Pr+\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAJJBHxcggnW6E3qOlLGGuFOsS6Jkk/EWOA5LflZCNnkAiEA4xW2ElnzqZ8Nz8R6OSlHaOjbbReLJ7uZgXXzypCSGLs="}]},"engines":{"node":">=10"}},"7.7.0":{"name":"npm","version":"7.7.0","dependencies":{"@npmcli/arborist":"^2.2.9","@npmcli/ci-detect":"^1.2.0","@npmcli/config":"^2.0.0","@npmcli/run-script":"^1.8.4","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","byte-size":"^7.0.1","cacache":"^15.0.6","chalk":"^4.1.0","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.6.0","columnify":"~1.5.4","glob":"^7.1.4","graceful-fs":"^4.2.6","hosted-git-info":"^4.0.1","ini":"^2.0.0","init-package-json":"^2.0.2","is-cidr":"^4.0.2","json-parse-even-better-errors":"^2.3.1","leven":"^3.1.0","libnpmaccess":"^4.0.1","libnpmdiff":"^2.0.4","libnpmfund":"^1.0.2","libnpmhook":"^6.0.1","libnpmorg":"^2.0.1","libnpmpack":"^2.0.1","libnpmpublish":"^4.0.0","libnpmsearch":"^3.1.0","libnpmteam":"^2.0.2","libnpmversion":"^1.0.12","make-fetch-happen":"^8.0.14","minipass":"^3.1.3","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^7.1.2","nopt":"^5.0.0","npm-audit-report":"^2.1.4","npm-package-arg":"^8.1.2","npm-pick-manifest":"^6.1.1","npm-profile":"^5.0.2","npm-registry-fetch":"^9.0.0","npm-user-validate":"^1.0.1","npmlog":"~4.1.2","opener":"^1.5.2","pacote":"^11.3.1","parse-conflict-json":"^1.1.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^3.0.1","read-package-json-fast":"^2.0.2","readdir-scoped-modules":"^1.1.0","rimraf":"^3.0.2","semver":"^7.3.5","ssri":"^8.0.1","tar":"^6.1.0","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^1.0.4","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^3.0.3"},"devDependencies":{"@mdx-js/mdx":"^1.6.22","cmark-gfm":"^0.8.5","eslint":"^7.22.0","eslint-plugin-import":"^2.22.1","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^4.3.1","eslint-plugin-standard":"^5.0.0","jsdom":"^16.5.1","licensee":"^8.1.0","marked-man":"^0.7.0","require-inject":"^1.4.4","tap":"^14.11.0","yaml":"^1.10.2"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/run-script","abbrev","ansicolors","ansistyles","archy","byte-size","cacache","chalk","chownr","cli-columns","cli-table3","columnify","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","leven","libnpmaccess","libnpmdiff","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-vpdr2P1IgFkEhujqUT6YjLvOcTm0HEo1HAEkwUYCERh0R8VIJtsLrCyrQlbks+q1BlS8HpjkK5GyNgcS0K/4AA==","shasum":"bbcf8517a0e89ca1e48983af100a87e1d8ae71f4","tarball":"https://registry.npmjs.org/npm/-/npm-7.7.0.tgz","fileCount":2736,"unpackedSize":12943857,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgWh1dCRA9TVsSAnZWagAAd3oP/A+M7nt5dIWKok0I0QhR\nzPMH5q1xWR/vWnwoD+vl1ES+ArISEnYakgbkpFXIyr4MkZc9l5lG/5MiwCG4\nU1vBDc2hjDZjb/URcF428RnT+SnrTZ50aHp2zZQX3QmWyazXN6fzBMoAzFXH\n4DH6d4dXtkFln27VCaD0HN6aosItQ2EfbR06KFhpK8a0InDJax6rZNRxIX4l\n0M5mbWWD8VOX82ibDyEjHhTcJt/Qhx61er1GGMCMdtI3rWiYf2OSt+jW7Ttn\nxkOMg463cxewHlsIVk8CbOo6XNvrQTB1IkX6ZGs4xtdchOVveyjmKEV5HfEW\nT6o2zxrFdZyfCu4Ri4ZiVa4PnCXhfBqpbZWnbKgXjZ3Qod57BRwoRMYMNa9T\ncj0UmJGeHq0zXQubWKBqJc8dpwPpZ8OBqQTurVc6g/Lpnu2UWdtNo/kijNK5\nQtafHNlqHPBrY6BMVfy8wTr/Z37eelk4zo46LciHjO++59lU1dQVyRofP4yT\nBpYRIKR6EQ9txMlFiD4W5AKr5owTlasJ399/rDi++z80hdARBNhbE1XBKWMb\n18sbtYrdZB1w/qT/uFS5wXYd1q8ZcgqqH1fI8kIWYcDRAgEAKYuaIlnE5c7W\nKpnU8sZLXLbogdcnkcUac1wPc5bjvGeZs5qjvQARIPcIGYFpQuOJ0zB3Vph0\npCUf\r\n=THFl\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGgZI1Z+J77jP5c2eJyHc/4eQHB9OuK1TwXnDQstcyMZAiAQdDXNrvFK8Od2Bdt5rVWlfOhz252DWusPp9qRO52moA=="}]},"engines":{"node":">=10"}},"7.7.1":{"name":"npm","version":"7.7.1","dependencies":{"@npmcli/arborist":"^2.2.9","@npmcli/ci-detect":"^1.2.0","@npmcli/config":"^2.0.0","@npmcli/run-script":"^1.8.4","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","byte-size":"^7.0.1","cacache":"^15.0.6","chalk":"^4.1.0","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.6.0","columnify":"~1.5.4","glob":"^7.1.4","graceful-fs":"^4.2.6","hosted-git-info":"^4.0.1","ini":"^2.0.0","init-package-json":"^2.0.2","is-cidr":"^4.0.2","json-parse-even-better-errors":"^2.3.1","leven":"^3.1.0","libnpmaccess":"^4.0.1","libnpmdiff":"^2.0.4","libnpmfund":"^1.0.2","libnpmhook":"^6.0.1","libnpmorg":"^2.0.1","libnpmpack":"^2.0.1","libnpmpublish":"^4.0.0","libnpmsearch":"^3.1.0","libnpmteam":"^2.0.2","libnpmversion":"^1.0.12","make-fetch-happen":"^8.0.14","minipass":"^3.1.3","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^7.1.2","nopt":"^5.0.0","npm-audit-report":"^2.1.4","npm-package-arg":"^8.1.2","npm-pick-manifest":"^6.1.1","npm-profile":"^5.0.2","npm-registry-fetch":"^9.0.0","npm-user-validate":"^1.0.1","npmlog":"~4.1.2","opener":"^1.5.2","pacote":"^11.3.1","parse-conflict-json":"^1.1.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^3.0.1","read-package-json-fast":"^2.0.2","readdir-scoped-modules":"^1.1.0","rimraf":"^3.0.2","semver":"^7.3.5","ssri":"^8.0.1","tar":"^6.1.0","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^1.0.4","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^3.0.3"},"devDependencies":{"@mdx-js/mdx":"^1.6.22","cmark-gfm":"^0.8.5","eslint":"^7.22.0","eslint-plugin-import":"^2.22.1","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^4.3.1","eslint-plugin-standard":"^5.0.0","jsdom":"^16.5.1","licensee":"^8.1.0","marked-man":"^0.7.0","require-inject":"^1.4.4","tap":"^14.11.0","yaml":"^1.10.2"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/run-script","abbrev","ansicolors","ansistyles","archy","byte-size","cacache","chalk","chownr","cli-columns","cli-table3","columnify","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","leven","libnpmaccess","libnpmdiff","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-EWD24b3U5Jy1mdlVzhK8klsu6YOSF5BN2QC2JBNdJ22PkKg6iJPzlgr9T2QFbDQgW2daZYv2WKIN4j9kP0y61w==","shasum":"5cac70bd299e863395edf5f3658655690e4c3326","tarball":"https://registry.npmjs.org/npm/-/npm-7.7.1.tgz","fileCount":2736,"unpackedSize":12944495,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgW1R2CRA9TVsSAnZWagAAVNoQAInLr4coh7KdOVvpv1YJ\nKLwWv5vTESpyT+ADOFo5n5rnvYoxjg/anOKVL4ocrYro8iiRbzcuqv7X/ruB\nAMSdPKwypAp244JTutbtNHlXQePRmvEgLjHAbCxACQJ3ltMARkAlbbENU97x\nUehjl62zpRgY7MCqjVH9JWHHum9xOWFBb5qPgYT25F7EpaIOVMOaEmccZp0Q\n5DT53kY9jGPG0IOyd/tpxiEL3nxhBq+mK5r+ziUXlNuv6WnxYipd0yOhNAlJ\noilUS/EdNu9ku4WfCEF9NROtAFfk+7uDcjFN/GVev2wVsKV8KWtzwyPXAwgl\nSqcRS+xjg7lNs9snW1v2yt5ca3rejqYlG/WK6Ai0m12x8SZubApeSExarM2+\nmPAkE3S8jMKiounl5Pp8IfwWc0hINNOgPH83TdbbWgvrQmLM+GenvIYDYVkL\nrWTfLFbEanqvf5mquej+M7RgtiOQw9DXOKymW/pU16Xm4C81XMBKS0YoWCuJ\nrOhERMku3a9tdC134yE5R4uQ7S8c1YHAyiJ7X6ZNL7d42dd0DdYLwbnHtHAQ\nmocvq/QsMcDAOrPzb8+tBBHibeils9SJNJ3nX0oh6Gphcf5pZPz9NfGr3Hjr\nrcJ9I+Zfx4mXqJrVYhcSV60RP+mEHyGJG8mQwXZSltArZsg1ZNoeFzjuHg7R\nE6D9\r\n=UF/r\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCRL16t0Yce8m66GXuH8hw7g5SR/+9x3sQYjt9JibUVHQIhAP22Y/wK/4F/HxyMp2ufhwvX3LmbCj5j+6HM0ZnuXwSc"}]},"engines":{"node":">=10"}},"7.7.2":{"name":"npm","version":"7.7.2","dependencies":{"@npmcli/arborist":"^2.2.9","@npmcli/ci-detect":"^1.2.0","@npmcli/config":"^2.0.0","@npmcli/run-script":"^1.8.4","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","byte-size":"^7.0.1","cacache":"^15.0.6","chalk":"^4.1.0","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.6.0","columnify":"~1.5.4","glob":"^7.1.4","graceful-fs":"^4.2.6","hosted-git-info":"^4.0.2","ini":"^2.0.0","init-package-json":"^2.0.2","is-cidr":"^4.0.2","json-parse-even-better-errors":"^2.3.1","leven":"^3.1.0","libnpmaccess":"^4.0.1","libnpmdiff":"^2.0.4","libnpmfund":"^1.0.2","libnpmhook":"^6.0.1","libnpmorg":"^2.0.1","libnpmpack":"^2.0.1","libnpmpublish":"^4.0.0","libnpmsearch":"^3.1.0","libnpmteam":"^2.0.2","libnpmversion":"^1.0.12","make-fetch-happen":"^8.0.14","minipass":"^3.1.3","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^7.1.2","nopt":"^5.0.0","npm-audit-report":"^2.1.4","npm-package-arg":"^8.1.2","npm-pick-manifest":"^6.1.1","npm-profile":"^5.0.2","npm-registry-fetch":"^9.0.0","npm-user-validate":"^1.0.1","npmlog":"~4.1.2","opener":"^1.5.2","pacote":"^11.3.1","parse-conflict-json":"^1.1.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^3.0.1","read-package-json-fast":"^2.0.2","readdir-scoped-modules":"^1.1.0","rimraf":"^3.0.2","semver":"^7.3.5","ssri":"^8.0.1","tar":"^6.1.0","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^1.0.4","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^3.0.3"},"devDependencies":{"@mdx-js/mdx":"^1.6.22","cmark-gfm":"^0.8.5","eslint":"^7.22.0","eslint-plugin-import":"^2.22.1","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^4.3.1","eslint-plugin-standard":"^5.0.0","jsdom":"^16.5.1","licensee":"^8.1.0","marked-man":"^0.7.0","require-inject":"^1.4.4","tap":"^14.11.0","yaml":"^1.10.2"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/run-script","abbrev","ansicolors","ansistyles","archy","byte-size","cacache","chalk","chownr","cli-columns","cli-table3","columnify","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","leven","libnpmaccess","libnpmdiff","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-Gb0TCfRZ9OPhVboMGQXVuvXaaSrkOWSU9w1PI8zletwyH2XUwsBAmcXg5SSOECeu6DftmS0DdE1HsoVCSPQSvA==","shasum":"fd3dd49367b6c7db658436e5c75b5021550d0647","tarball":"https://registry.npmjs.org/npm/-/npm-7.7.2.tgz","fileCount":2727,"unpackedSize":12942372,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgW3PpCRA9TVsSAnZWagAA/eoP/AmeLToKxmo3O2ZHtrEN\nb6Iii9JRqm6z8RIOnEWh8Wu8A1UACokm/RO5jTO49dEdkJVqEZsHwO6MjiqR\n8+NxZv1scLaTZKaBeCaGB/ysJPzegDvBseWRVufcUaMtlqVA/D9aW450w9mu\nNCTXRdHN62xuvtOJlXG3xBNML46MUxx7Eh+yHRHbz24SGzw5KYUt7l8IIqLr\n5rKb/VULkWuc0LuMJZzikkSAkf9uvtneP61EVdUEHzllF6KaIvWJexMX1cNm\na3ZH3j0qaM/zFUPwsM/cr5AY2ZUAR8vrEA9dwskzoA9IVPu7fsEksmwV1VUF\nKVmK64TZPeWu2xTanDX6S68jHoaLIxXmeps/vK2fEP24HxcZVNQDTlpqU7Wn\nwQxnmVaROEhu66VPinty4UFsz/NRoMOa3idYGbrDn7QXYDWeY0oRceB+O+04\nxHk8mOnqT13e1aNUH1DjTWhWoyse1GuMb59sbrNX8L3vFDGYJI5gsowqqNCX\n9t9nrXg9TsRky5V4HYjUEtQIryNgVz4Im9zpKmSbh0fF5V8CvlJ6Y6HS/z+r\nAELxUq9I8Y6SJZYxT9Bg1B5+e1QmeV6ZmtAGQ7aPcNCkbi7vGu02OBanengQ\nLzCffopfcQGArYhoVtElcbeHEAInXN8nUgkScv31B0t8B7dO55mC9PmekfuC\np7GV\r\n=fbNx\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICsyvrOcUqrK6H1+Qv+NbyNQV8/Lqx/dB606E0hZa4QqAiEApwVEnrNscDnFbAPklLtlQS91D3SnGLf1VeYwCKhOvq8="}]},"engines":{"node":">=10"}},"7.7.3":{"name":"npm","version":"7.7.3","dependencies":{"@npmcli/arborist":"^2.2.9","@npmcli/ci-detect":"^1.2.0","@npmcli/config":"^2.0.0","@npmcli/run-script":"^1.8.4","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","byte-size":"^7.0.1","cacache":"^15.0.6","chalk":"^4.1.0","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.6.0","columnify":"~1.5.4","glob":"^7.1.4","graceful-fs":"^4.2.6","hosted-git-info":"^4.0.2","ini":"^2.0.0","init-package-json":"^2.0.2","is-cidr":"^4.0.2","json-parse-even-better-errors":"^2.3.1","leven":"^3.1.0","libnpmaccess":"^4.0.1","libnpmdiff":"^2.0.4","libnpmfund":"^1.0.2","libnpmhook":"^6.0.1","libnpmorg":"^2.0.1","libnpmpack":"^2.0.1","libnpmpublish":"^4.0.0","libnpmsearch":"^3.1.0","libnpmteam":"^2.0.2","libnpmversion":"^1.0.12","make-fetch-happen":"^8.0.14","minipass":"^3.1.3","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^7.1.2","nopt":"^5.0.0","npm-audit-report":"^2.1.4","npm-package-arg":"^8.1.2","npm-pick-manifest":"^6.1.1","npm-profile":"^5.0.2","npm-registry-fetch":"^9.0.0","npm-user-validate":"^1.0.1","npmlog":"~4.1.2","opener":"^1.5.2","pacote":"^11.3.1","parse-conflict-json":"^1.1.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^3.0.1","read-package-json-fast":"^2.0.2","readdir-scoped-modules":"^1.1.0","rimraf":"^3.0.2","semver":"^7.3.5","ssri":"^8.0.1","tar":"^6.1.0","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^1.0.4","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^3.0.3"},"devDependencies":{"@mdx-js/mdx":"^1.6.22","cmark-gfm":"^0.8.5","eslint":"^7.22.0","eslint-plugin-import":"^2.22.1","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^4.3.1","eslint-plugin-standard":"^5.0.0","jsdom":"^16.5.1","licensee":"^8.1.0","marked-man":"^0.7.0","require-inject":"^1.4.4","tap":"^14.11.0","yaml":"^1.10.2"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/run-script","abbrev","ansicolors","ansistyles","archy","byte-size","cacache","chalk","chownr","cli-columns","cli-table3","columnify","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","leven","libnpmaccess","libnpmdiff","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-Yf+rruuOgEU9NurDaI6AGDRFNvr7I4ENfEx/BdErJc5xixGsbtTpRwl5YpJpBA+iOlzXTmrknDGpiR9s0N+VzA==","shasum":"710f8b0019fc6334a4bf53af7b26ba00162faaf5","tarball":"https://registry.npmjs.org/npm/-/npm-7.7.3.tgz","fileCount":2727,"unpackedSize":12945121,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgW4HVCRA9TVsSAnZWagAArZAP/Roi+Y6PRaHQBS4Vdx+w\nnvXmXnZ+vu9rwHnYSK5kyjnI+1VaPHZv2V7N/za9r0KLbynwCE8U4OYTC6+1\n2KOKkMJn6ieXGQSupPswHYamPzUU67zrWjxNg+ghSIQVgvGHrTtE8+ea8WIy\nEsARie/DTlDVZk0fcohWkiekDlZBQpYayRFeY5LO5pFLP8/KiSv+8+23YfER\nLiJhFbA5SXCcPzCra7qDhH31v8C1Am4IUVLeF0z1VaX1ePmlkSxx1+3HFMlO\nblrVKwYeHjoWddrMN7Co1ujAnqBhL9cZ4bCt1R7SAB6sAVlmjAG1Qg9corvM\ngXARk9vJtG/buQkLy8wRVhwxZmIH8an0UvLuI45+kMNNMOYMDjJM5bLSVDmQ\nRWVlE8Qx56AOtxuz9OGoQJfopEoIO9UxfDDdnxTDJI6iu+MwaZWCg4DxMNiS\nrBHrYMj9qOu3GgMQz2TqJaHZUZahJlGz4gOB+S8u4FtpVG5zI41Qgl/XIMxx\nQGOK8y2EAb3YRhH/CFxqn9EsFI8YEYzDmPQVhHwl3QaVpDY23J1V7eLsyk4z\nF31tRdcYgIEfv4+IIkAV1lAwsTCwz92DWyBf2tKmsFdaDgC/4f1/HU5d5sPA\nOAsKex8trHM9765/WXkbyXuflzhQJ7XXQPvdjAVicHi+5ImdWJJKdteKwfnu\n9UAG\r\n=6Jnr\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIC/l89J4z08NcCURTRTMS5GlphcHhvlm+xJLZBD+e2BpAiEA2HJyxLHuoCNK22L9LZnXsy+KSdL9M0WawaRqqz2TLxU="}]},"engines":{"node":">=10"}},"7.7.4":{"name":"npm","version":"7.7.4","dependencies":{"@npmcli/arborist":"^2.2.9","@npmcli/ci-detect":"^1.2.0","@npmcli/config":"^2.0.0","@npmcli/run-script":"^1.8.4","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","byte-size":"^7.0.1","cacache":"^15.0.6","chalk":"^4.1.0","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.6.0","columnify":"~1.5.4","glob":"^7.1.4","graceful-fs":"^4.2.6","hosted-git-info":"^4.0.2","ini":"^2.0.0","init-package-json":"^2.0.2","is-cidr":"^4.0.2","json-parse-even-better-errors":"^2.3.1","leven":"^3.1.0","libnpmaccess":"^4.0.1","libnpmdiff":"^2.0.4","libnpmfund":"^1.0.2","libnpmhook":"^6.0.1","libnpmorg":"^2.0.1","libnpmpack":"^2.0.1","libnpmpublish":"^4.0.0","libnpmsearch":"^3.1.0","libnpmteam":"^2.0.2","libnpmversion":"^1.0.12","make-fetch-happen":"^8.0.14","minipass":"^3.1.3","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^7.1.2","nopt":"^5.0.0","npm-audit-report":"^2.1.4","npm-package-arg":"^8.1.2","npm-pick-manifest":"^6.1.1","npm-profile":"^5.0.2","npm-registry-fetch":"^9.0.0","npm-user-validate":"^1.0.1","npmlog":"~4.1.2","opener":"^1.5.2","pacote":"^11.3.1","parse-conflict-json":"^1.1.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^3.0.1","read-package-json-fast":"^2.0.2","readdir-scoped-modules":"^1.1.0","rimraf":"^3.0.2","semver":"^7.3.5","ssri":"^8.0.1","tar":"^6.1.0","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^1.0.4","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^3.0.3"},"devDependencies":{"@mdx-js/mdx":"^1.6.22","cmark-gfm":"^0.8.5","eslint":"^7.22.0","eslint-plugin-import":"^2.22.1","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^4.3.1","eslint-plugin-standard":"^5.0.0","jsdom":"^16.5.1","licensee":"^8.1.0","marked-man":"^0.7.0","require-inject":"^1.4.4","tap":"^14.11.0","yaml":"^1.10.2"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/run-script","abbrev","ansicolors","ansistyles","archy","byte-size","cacache","chalk","chownr","cli-columns","cli-table3","columnify","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","leven","libnpmaccess","libnpmdiff","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-+gUjp4hbUnN7S1z2S3uDTnac94uRiztzFkMLNimHsB4KpuvhO+xjg30ARoptq7UYqF6KTXA4L8XLDMuriyB9Fg==","shasum":"479fa9612e33ace8be712377c787c5e36c1decb8","tarball":"https://registry.npmjs.org/npm/-/npm-7.7.4.tgz","fileCount":2722,"unpackedSize":12904055,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgW6z6CRA9TVsSAnZWagAAFeoQAIo1KpLQeuz8M3qb0Cuq\nKRhnsVijvDJ0juX3bekhmWcreJtM5/yo3QjdIkluQzF9ccWVXI+PpF+OoDX8\nQKD+MWTsw5Wd0oPtGNctWoq2RXeUQEeJ9yQf2kEsgyefUoeUZW+MTsDXfRaN\nKUCEGU+jPXNQj056N3iJALc3NIwLVUtt0KwAOSICFqtZ2pd5iZMELGuFVAH9\ny9jZvw0qIDB9G/dxt/n3jNwYjmJLe3zI+y9c1xEKje9r9xywQvVHAo+4yNVP\nENQyoGdQbiTKEOaZvEX+yNt/U7dsPubal0agwFxNRkWLBGju4f5UvtwdMCQ1\nSaMHsH4xlJ+Lsh0PU1477enKNifk5rl9Z02Owy87k5w1fxB3B3wl6hWrkLax\nvkxa6zPpfN+8Gz2Im3BmTY5ti+kdaK69puykAxMAOpYwc/khFXh0SPkKpMyW\naJDGIp1B8AS50PLfJscI9lPZruJTYXqJRzzCVgT5P1xLBCli/Q+i5c+PfYzI\nBKgyHDDxjUZHJOEIMA5+9sj9oUSkb4Y0+OkigTxRxlVrdSI8+0Aqw4VX/DkM\nNlggWXoP50Rb5ZAkenXRGrWW+R1BbEHCYfBB+YF1Dq92c1vDKprTMCFA+9/I\nkc7aS5Cy4M3R6Htex7D1Q1/t0LFdorTeLciqqFqMBOHVfcz22wRr37i58KY1\n0aWN\r\n=qEkA\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDQfhvu8G51hoA/hl4rvn/zHHyC5kFKWJQQKl3T2eaz0gIhAOZJL/D6XNdRC5FMgtYkC55To1Bpq/JioSJArCwY4MU3"}]},"engines":{"node":">=10"}},"6.14.12":{"name":"npm","version":"6.14.12","dependencies":{"JSONStream":"^1.3.5","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^1.1.8","bluebird":"^3.5.5","byte-size":"^5.0.1","cacache":"^12.0.3","call-limit":"^1.1.1","chownr":"^1.1.4","ci-info":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.5.1","cmd-shim":"^3.0.3","columnify":"~1.5.4","config-chain":"^1.1.12","detect-indent":"~5.0.0","detect-newline":"^2.1.0","dezalgo":"~1.0.3","editor":"~1.0.0","figgy-pudding":"^3.5.1","find-npm-prefix":"^1.0.2","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","gentle-fs":"^2.3.1","glob":"^7.1.6","graceful-fs":"^4.2.4","has-unicode":"~2.0.1","hosted-git-info":"^2.8.8","iferr":"^1.0.2","infer-owner":"^1.0.4","inflight":"~1.0.6","inherits":"^2.0.4","ini":"^1.3.8","init-package-json":"^1.10.3","is-cidr":"^3.0.0","json-parse-better-errors":"^1.0.2","lazy-property":"~1.0.0","libcipm":"^4.0.8","libnpm":"^3.0.1","libnpmaccess":"^3.0.2","libnpmhook":"^5.0.3","libnpmorg":"^1.0.1","libnpmsearch":"^2.0.2","libnpmteam":"^1.0.2","libnpx":"^10.2.4","lock-verify":"^2.1.0","lockfile":"^1.0.4","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"^5.1.1","meant":"^1.0.2","mississippi":"^3.0.0","mkdirp":"^0.5.5","move-concurrently":"^1.0.1","node-gyp":"^5.1.0","nopt":"^4.0.3","normalize-package-data":"^2.5.0","npm-audit-report":"^1.3.3","npm-cache-filename":"~1.0.2","npm-install-checks":"^3.0.2","npm-lifecycle":"^3.1.5","npm-package-arg":"^6.1.1","npm-packlist":"^1.4.8","npm-pick-manifest":"^3.0.2","npm-profile":"^4.0.4","npm-registry-fetch":"^4.0.7","npm-user-validate":"^1.0.1","npmlog":"~4.1.2","once":"~1.4.0","opener":"^1.5.2","osenv":"^0.1.5","pacote":"^9.5.12","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"^0.12.0","query-string":"^6.8.2","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"^1.0.5","read-installed":"~4.0.3","read-package-json":"^2.1.1","read-package-tree":"^5.3.1","readable-stream":"^3.6.0","readdir-scoped-modules":"^1.1.0","request":"^2.88.0","retry":"^0.12.0","rimraf":"^2.7.1","safe-buffer":"^5.1.2","semver":"^5.7.1","sha":"^3.0.0","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"^6.0.1","stringify-package":"^1.0.1","tar":"^4.4.13","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"^1.1.1","unpipe":"~1.0.0","update-notifier":"^2.5.0","uuid":"^3.3.3","validate-npm-package-license":"^3.0.4","validate-npm-package-name":"~3.0.0","which":"^1.3.1","worker-farm":"^1.7.0","write-file-atomic":"^2.4.3","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*"},"devDependencies":{"bl":"^3.0.1","deep-equal":"^1.0.1","get-stream":"^4.1.0","licensee":"^7.0.3","marked":"^0.7.0","marked-man":"^0.7.0","npm-registry-mock":"^1.3.1","require-inject":"^1.4.4","sprintf-js":"^1.1.2","standard":"^11.0.1","tacks":"^1.3.0","tap":"^12.7.0","tar-stream":"^2.1.0"},"bundleDependencies":["abbrev","ansicolors","ansistyles","aproba","archy","bin-links","bluebird","byte-size","cacache","call-limit","chownr","ci-info","cli-columns","cli-table3","cmd-shim","columnify","config-chain","debuglog","detect-indent","detect-newline","dezalgo","editor","figgy-pudding","find-npm-prefix","fs-vacuum","fs-write-stream-atomic","gentle-fs","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","infer-owner","inflight","inherits","ini","init-package-json","is-cidr","json-parse-better-errors","JSONStream","lazy-property","libcipm","libnpm","libnpmaccess","libnpmhook","libnpmorg","libnpmsearch","libnpmteam","libnpx","lock-verify","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mississippi","mkdirp","move-concurrently","node-gyp","nopt","normalize-package-data","npm-audit-report","npm-cache-filename","npm-install-checks","npm-lifecycle","npm-package-arg","npm-packlist","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","qrcode-terminal","query-string","qw","read-cmd-shim","read-installed","read-package-json","read-package-tree","read","readable-stream","readdir-scoped-modules","request","retry","rimraf","safe-buffer","semver","sha","slide","sorted-object","sorted-union-stream","ssri","stringify-package","tar","text-table","tiny-relative-date","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","worker-farm","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-La0TNNm1TLYaSeOyit+p3xGTRYYRsHae6/RG69MVXurZsWna9jccPP7FOi/u7V9WdiCV5OOojrfMD+WstO5MZQ==","shasum":"61343faec026537d8515111a551b460e9ba0a5df","tarball":"https://registry.npmjs.org/npm/-/npm-6.14.12.tgz","fileCount":4202,"unpackedSize":22955167,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgXP5vCRA9TVsSAnZWagAAeY4P/2ycLAmQBTBGtQYE/MZ0\nH3jIxRTLkOFmIAZmG97shejdnpf9gTYUz2CeI7mYcg60tIp2IylPglawTPHK\n07uKv0jEK1tp3942QarOesuLR5wyGr2DXEcWnCLpd6gBYooxfYCoVvaaLf6q\nNZbX38cQzuqPFvtgww4myNqjpvdywKF32EHS8/A+psueB+6pFAtF6VvZdYoX\neCuLySj2U2Fv6LEfTziHsR36e+zSu1/tul23T3hcfeTaGTBa0lgWca2jgqLX\nLpHFC+CPesrhuUZT9AuJQcUfzusT/eiliPcbb5BcN7MrHN/rdPi29cm9eaNj\nKVzX+kci243AllR/7Cc5eg/xc0f8XV364dVnIDdr6+77L85MKnzm8QJ8qs4c\nevM82/q8mbWk8I64N7OaE4fYr0eivzOqeZGZHS5tEs4kPzCsy9YwHA8jUXfD\nM2MbuU+9YBCHqxABD0q7eR1PcsejSJCgeXfOJxS7AVxjPYibKPEuFs/fWYr2\nuCaujL+CCs6uXVyd4Kh40ymacSoSRQvOrY82/zUty5xtZagTk8CyIFKSP9R4\n4MJE8wE93rim+nEokDhbpFYSoCxMBU+QsNNmWPiJsRBmhl9ZicRKwcgjtWoi\nb6NrOBb8pimaNGxOZDKlOVPH0c8djnzpELq/zZF5BjV7NqkW8z/GGY7V6MfK\n4AE+\r\n=0MmC\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBFFgR9iDttfgWWeESIp/vfKfx30dfwYPIi+nrn1uFOwAiBpuLVfpKM1d3eu1sR/Ys+0YGyNZZx1JH7jeFHCOcEaoQ=="}]},"engines":{"node":"6 >=6.2.0 || 8 || >=9.3.0"}},"7.7.5":{"name":"npm","version":"7.7.5","dependencies":{"@npmcli/arborist":"^2.2.9","@npmcli/ci-detect":"^1.2.0","@npmcli/config":"^2.0.0","@npmcli/run-script":"^1.8.4","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","byte-size":"^7.0.1","cacache":"^15.0.6","chalk":"^4.1.0","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.6.0","columnify":"~1.5.4","glob":"^7.1.4","graceful-fs":"^4.2.6","hosted-git-info":"^4.0.2","ini":"^2.0.0","init-package-json":"^2.0.2","is-cidr":"^4.0.2","json-parse-even-better-errors":"^2.3.1","leven":"^3.1.0","libnpmaccess":"^4.0.1","libnpmdiff":"^2.0.4","libnpmfund":"^1.0.2","libnpmhook":"^6.0.1","libnpmorg":"^2.0.1","libnpmpack":"^2.0.1","libnpmpublish":"^4.0.0","libnpmsearch":"^3.1.0","libnpmteam":"^2.0.2","libnpmversion":"^1.0.12","make-fetch-happen":"^8.0.14","minipass":"^3.1.3","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^7.1.2","nopt":"^5.0.0","npm-audit-report":"^2.1.4","npm-package-arg":"^8.1.2","npm-pick-manifest":"^6.1.1","npm-profile":"^5.0.2","npm-registry-fetch":"^9.0.0","npm-user-validate":"^1.0.1","npmlog":"~4.1.2","opener":"^1.5.2","pacote":"^11.3.1","parse-conflict-json":"^1.1.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^3.0.1","read-package-json-fast":"^2.0.2","readdir-scoped-modules":"^1.1.0","rimraf":"^3.0.2","semver":"^7.3.5","ssri":"^8.0.1","tar":"^6.1.0","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^1.0.4","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^3.0.3"},"devDependencies":{"@mdx-js/mdx":"^1.6.22","cmark-gfm":"^0.8.5","eslint":"^7.22.0","eslint-plugin-import":"^2.22.1","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^4.3.1","eslint-plugin-standard":"^5.0.0","jsdom":"^16.5.1","licensee":"^8.1.0","marked-man":"^0.7.0","require-inject":"^1.4.4","tap":"^14.11.0","yaml":"^1.10.2"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/run-script","abbrev","ansicolors","ansistyles","archy","byte-size","cacache","chalk","chownr","cli-columns","cli-table3","columnify","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","leven","libnpmaccess","libnpmdiff","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-Og1lKsev2CLw8fYzGQ3190FEXzgIGys9Cpm+kgl3SEWx+EhQL4ecyOO1VHGPZo06fdVPp3/CtPjPHro1u2n2rQ==","shasum":"84570a5dc1b32d4f2365d17b1e01053f9c14778e","tarball":"https://registry.npmjs.org/npm/-/npm-7.7.5.tgz","fileCount":2725,"unpackedSize":12911893,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgXQk5CRA9TVsSAnZWagAAUBAP/j0UhGCkpk9H/wZmNGYG\neGbXFHdXVW/9cV0D9Js2J3A29fZcYx3BX4OYZD3qXwf0z3DhVrYRO06X5rWN\nU3j4v82zt/5zSUGXoWzr7fLwsDyEYqD/1VY3Vh3Yo2dXEyEsJ0Zi66w2aaUm\nbnfjulegt/Nn8HRrqD4IdjLrA9KneOOm7I208Ghw4HhCsx/76fzxbPdMGLMd\n/yJrW2vPLffDQYzNRK1RfItWiraf53RkyPiyf2bkDsD2krnFP3aYgHgiIu77\neEL48GBemWPny2/BshaSGZPJ+k9NPGCnO80GUHGJsTi9S9h9B8vi8Nanx5aZ\nqNDx3sdEZMtPX10Z18S8t9aIAglKaM6PsbPSvTuPuW6awGdT3NrqknsP2Duk\nWC7sFvNZFuGwvdemCQDfFZOPEfNJj1hZRO7vywGfudaWf6rtiEDnZv9GAKi5\nAkewI6ntCjiN5oUelbW2Rbd7axKkHE1JfxWE3LWrZPmb9XwVceHOM15kp6rs\n5Y7qUhuX0ggxBZgmj9mOfC4OimK86lDZWJNbEjPrDXQjDDYJ9xK5DuaGSg8K\nPKC6NNSa2WHMn4Hqi38WgXe9U081HZZIgRmgxbm91DpU8bCzDBnEHiLXe3qX\nHmxqpj86LWEwNKwfvA/eVMB1cAOQHKl5u8Hio2r6vt3MBc0JaP4cair6fg82\nK5hE\r\n=HMH8\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBWr76Cn1YcZWuZr8i0964E0zYqTBu0anPxprRNLRP+xAiBkXR14JJOVD1zUd769zABFFK/S53sgzHUGjnB+uY0B0Q=="}]},"engines":{"node":">=10"}},"7.7.6":{"name":"npm","version":"7.7.6","dependencies":{"@npmcli/arborist":"^2.2.9","@npmcli/ci-detect":"^1.2.0","@npmcli/config":"^2.0.0","@npmcli/run-script":"^1.8.4","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","byte-size":"^7.0.1","cacache":"^15.0.6","chalk":"^4.1.0","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.6.0","columnify":"~1.5.4","glob":"^7.1.4","graceful-fs":"^4.2.6","hosted-git-info":"^4.0.2","ini":"^2.0.0","init-package-json":"^2.0.2","is-cidr":"^4.0.2","json-parse-even-better-errors":"^2.3.1","leven":"^3.1.0","libnpmaccess":"^4.0.1","libnpmdiff":"^2.0.4","libnpmfund":"^1.0.2","libnpmhook":"^6.0.1","libnpmorg":"^2.0.1","libnpmpack":"^2.0.1","libnpmpublish":"^4.0.0","libnpmsearch":"^3.1.0","libnpmteam":"^2.0.2","libnpmversion":"^1.1.0","make-fetch-happen":"^8.0.14","minipass":"^3.1.3","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^7.1.2","nopt":"^5.0.0","npm-audit-report":"^2.1.4","npm-package-arg":"^8.1.2","npm-pick-manifest":"^6.1.1","npm-profile":"^5.0.2","npm-registry-fetch":"^9.0.0","npm-user-validate":"^1.0.1","npmlog":"~4.1.2","opener":"^1.5.2","pacote":"^11.3.1","parse-conflict-json":"^1.1.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^3.0.1","read-package-json-fast":"^2.0.2","readdir-scoped-modules":"^1.1.0","rimraf":"^3.0.2","semver":"^7.3.5","ssri":"^8.0.1","tar":"^6.1.0","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^1.0.4","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^3.0.3"},"devDependencies":{"@mdx-js/mdx":"^1.6.22","cmark-gfm":"^0.8.5","eslint":"^7.23.0","eslint-plugin-import":"^2.22.1","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^4.3.1","eslint-plugin-standard":"^5.0.0","jsdom":"^16.5.2","licensee":"^8.1.0","marked-man":"^0.7.0","require-inject":"^1.4.4","tap":"^14.11.0","yaml":"^1.10.2"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/run-script","abbrev","ansicolors","ansistyles","archy","byte-size","cacache","chalk","chownr","cli-columns","cli-table3","columnify","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","leven","libnpmaccess","libnpmdiff","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-4dOo2M/SRzRNWH1e0tmcJMFkDjHJKsJQlxpi3OgJ/N/BsIvbdQFFMioG0vmuFVAev7P2f/rShApb18jk5RpdXA==","shasum":"8cd025b76498809cdea4bf1bfff9b049115cc6a9","tarball":"https://registry.npmjs.org/npm/-/npm-7.7.6.tgz","fileCount":2725,"unpackedSize":12913863,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgYiklCRA9TVsSAnZWagAAZ8UQAI7wnzHEUGmYvE+8v4Bk\n6Qf4CJiEVwwXhIRoCHXD1m6KDh07UafBtx4KjFuEsimeug5N1u8/rQ7m5cvg\nf9m8nC+J4uFT8v1CI9wRWcqTrpi4uqFrIEHLknTLioVCZVMnexDlQM9xG+B+\nn7yKJ/n90L/sgtHx7LP9GNXzl2yj4i0nK2nCGexoRg2XdP3M/U/4Dvdxt7vU\nrnOvTAQl8TzDwhzd82cAGzVPBJm0bcPVk+eOc1LmG54iggbrOdC9BjD14W21\nHZia9OIqlaiE60lj7ZJdsUJtddoUXjLr73VL/srOA7qtkidY/qD007sL6bif\nVQeuloq9Zse+uHGuirBWkoVa6L0sPTQvAmDxlnL6Nae0fIbcGMrYuhc/D+uP\ntVBVJwVDTXSHH0GKiyZ2vgdSoaXj8QbkwUoaG+9ODrOMrgbhjMxrWXeKKDWY\nG39q6oxdfssSMty2NO6mBRpQsEWeiUtQX6GHeI8iblNnfT2FCQbqcxmX6EbU\nBHFPL2sJPmiw0FNQBOfGMWKnQ+KaRtxdhAvKOTNMD9P0BC4XSRvymZfJGSvC\nMsXUwDnotKAMqJyErSOaBqIT9P/LbgJKdWNO1CIdgxnfcDoEo5+scl+qSilM\nDicbItLKjiiQM76fcJq6hD/WM0siHpKHzPUYejKHMGYTNQwMRHV4SqORt0az\nIFSg\r\n=Y8dU\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDnWIaupPC0LsbmTaEQw5VsfmOEIT4QxQcb5MONvTqfRwIgWLgMxZJzNR8u3M89hfCbtzMxo6E6WzRrl272R+M7QvA="}]},"engines":{"node":">=10"}},"7.8.0":{"name":"npm","version":"7.8.0","dependencies":{"@npmcli/arborist":"^2.3.0","@npmcli/ci-detect":"^1.2.0","@npmcli/config":"^2.1.0","@npmcli/run-script":"^1.8.4","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","byte-size":"^7.0.1","cacache":"^15.0.6","chalk":"^4.1.0","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.6.0","columnify":"~1.5.4","glob":"^7.1.4","graceful-fs":"^4.2.6","hosted-git-info":"^4.0.2","ini":"^2.0.0","init-package-json":"^2.0.2","is-cidr":"^4.0.2","json-parse-even-better-errors":"^2.3.1","leven":"^3.1.0","libnpmaccess":"^4.0.1","libnpmdiff":"^2.0.4","libnpmfund":"^1.0.2","libnpmhook":"^6.0.1","libnpmorg":"^2.0.1","libnpmpack":"^2.0.1","libnpmpublish":"^4.0.0","libnpmsearch":"^3.1.0","libnpmteam":"^2.0.2","libnpmversion":"^1.1.0","make-fetch-happen":"^8.0.14","minipass":"^3.1.3","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^7.1.2","nopt":"^5.0.0","npm-audit-report":"^2.1.4","npm-package-arg":"^8.1.2","npm-pick-manifest":"^6.1.1","npm-profile":"^5.0.2","npm-registry-fetch":"^9.0.0","npm-user-validate":"^1.0.1","npmlog":"~4.1.2","opener":"^1.5.2","pacote":"^11.3.1","parse-conflict-json":"^1.1.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^3.0.1","read-package-json-fast":"^2.0.2","readdir-scoped-modules":"^1.1.0","rimraf":"^3.0.2","semver":"^7.3.5","ssri":"^8.0.1","tar":"^6.1.0","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^1.0.4","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^3.0.3"},"devDependencies":{"@mdx-js/mdx":"^1.6.22","cmark-gfm":"^0.8.5","eslint":"^7.23.0","eslint-plugin-import":"^2.22.1","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^4.3.1","eslint-plugin-standard":"^5.0.0","jsdom":"^16.5.2","licensee":"^8.1.0","marked-man":"^0.7.0","require-inject":"^1.4.4","tap":"^14.11.0","yaml":"^1.10.2"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/run-script","abbrev","ansicolors","ansistyles","archy","byte-size","cacache","chalk","chownr","cli-columns","cli-table3","columnify","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","leven","libnpmaccess","libnpmdiff","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-9AC3Dj9OUWaUdmTmEVttE/1MWkfF7+sAKPRo9tKEyjo49AXmHQBn+RC33M9dima91mEMqDIA71xyRm4VmhDipg==","shasum":"9fc9ff97d33338baacfd0fd23c8fe932deadce38","tarball":"https://registry.npmjs.org/npm/-/npm-7.8.0.tgz","fileCount":2722,"unpackedSize":12852208,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgZidxCRA9TVsSAnZWagAA1HcP/RWVYDX6LWo2JIG3+j5s\nMREfzK2n8DUlQNAKDeKhyTrYkTWjjLxiVFzuCv3IG+2arRxiu3KxhMqWyt/g\nEWRZG2gEhjTz+LfmGE9jHKdPxm0NVUGASamLZQ9brbTNOENIMkH4pUTkbh3k\nguB95qjxxJVHhppQ7A/ZFwjbojPm2/LajmfUrhFGtSlicNks+XVNOexFM6xl\nJOr8BtvBVDViSTQddPjiRR8/LZ0bK2lM9Ii0I/p7rNKY1apVH3ZbeZ3a7fau\norgOz4Yj94+lEkKr/H7oMZnk9Hi+uTmuEblE2Qkgbr4uxiLuQjjrBl2LJEcj\n8Gj4lf0TW6TpruKd+RbL3HtEOIlvfC+33hhMOAFv+Tp9ARu9IaW/B5H10tWd\nmHSTgLL+nkBEmeECtlohN44aQ/d85q82BNwrsTaRIpAlOG4wubpQ9JMhUZEo\nHniKNtwU4rhO/EcJCAJp8P0jDxdyL6QZjG01C9TKGQ7ciDnEfSG3BuyPMrMQ\ncZe0MaN0uaBq75IXNO2GI7XqGjSnwX0lbUU6M1rQqD4iJ7Y/c0MiFQR/xZvW\nkqJE3BxA3le+Z07yM02VuMaSeiZfA5+xUJwocRR+xvb/mth8p8lns7yGF41N\n9flwJnZuu7rxzTAqgND0Qo8sATBnu43aOL9sgHJi4rRlnATIT5u6v5/aihXB\n3X9P\r\n=kZWR\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDIXJG62YKigE6S5ExS57UNd23STBHdJgO+pfCN0Kk4uAIhALkttAaCl0fRp9V5I0A0C27OCmmJ3jVC1mjBR5GYECpK"}]},"engines":{"node":">=10"}},"7.9.0":{"name":"npm","version":"7.9.0","dependencies":{"@npmcli/arborist":"^2.3.0","@npmcli/ci-detect":"^1.2.0","@npmcli/config":"^2.1.0","@npmcli/run-script":"^1.8.4","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","byte-size":"^7.0.1","cacache":"^15.0.6","chalk":"^4.1.0","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.6.0","columnify":"~1.5.4","glob":"^7.1.4","graceful-fs":"^4.2.6","hosted-git-info":"^4.0.2","ini":"^2.0.0","init-package-json":"^2.0.2","is-cidr":"^4.0.2","json-parse-even-better-errors":"^2.3.1","leven":"^3.1.0","libnpmaccess":"^4.0.1","libnpmdiff":"^2.0.4","libnpmfund":"^1.0.2","libnpmhook":"^6.0.1","libnpmorg":"^2.0.1","libnpmpack":"^2.0.1","libnpmpublish":"^4.0.0","libnpmsearch":"^3.1.0","libnpmteam":"^2.0.2","libnpmversion":"^1.1.0","make-fetch-happen":"^8.0.14","minipass":"^3.1.3","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^7.1.2","nopt":"^5.0.0","npm-audit-report":"^2.1.4","npm-package-arg":"^8.1.2","npm-pick-manifest":"^6.1.1","npm-profile":"^5.0.2","npm-registry-fetch":"^9.0.0","npm-user-validate":"^1.0.1","npmlog":"~4.1.2","opener":"^1.5.2","pacote":"^11.3.1","parse-conflict-json":"^1.1.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^3.0.1","read-package-json-fast":"^2.0.2","readdir-scoped-modules":"^1.1.0","rimraf":"^3.0.2","semver":"^7.3.5","ssri":"^8.0.1","tar":"^6.1.0","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^1.0.4","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^3.0.3"},"devDependencies":{"@mdx-js/mdx":"^1.6.22","cmark-gfm":"^0.8.5","eslint":"^7.23.0","eslint-plugin-import":"^2.22.1","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^4.3.1","eslint-plugin-standard":"^5.0.0","jsdom":"^16.5.2","licensee":"^8.1.0","marked-man":"^0.7.0","require-inject":"^1.4.4","tap":"^14.11.0","yaml":"^1.10.2"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/run-script","abbrev","ansicolors","ansistyles","archy","byte-size","cacache","chalk","chownr","cli-columns","cli-table3","columnify","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","leven","libnpmaccess","libnpmdiff","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-GW9RbueF717kJ4ZUVsTlhKBEY7AqX28OwQCsfIAkRZclfeeqQDnsoJz6WWuYTMpGBJnB2xknF8Dp364c93FDYA==","shasum":"68ae6c36d05448b34cc4b6929d2bacf184a913fb","tarball":"https://registry.npmjs.org/npm/-/npm-7.9.0.tgz","fileCount":2725,"unpackedSize":12857450,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgb0DtCRA9TVsSAnZWagAAyGEQAISyO2cq/wg+W7k5DD+x\nAATQpeOp3n/udXeNBMOEox1+UmL5rHLDrUDV2aSzBoLlq+C+9ZtZuByfbxyc\nt3Gzw1BpKFJg0JZjuzLhxlL+t6Jsm2vUFtZNXh03pW31AujK0kfrX2yFQ0XV\nlNGtNGQ06uIAmaVwzIi11TmAkRuPR40lNZarYKFRjDPyUZ8gLYXpXi4Yaq8r\nG3DQp2Dl4SVwmFJX6Q7Ys+1iWLbLcXhZt6JDo6dgQEda+FC3WH6l0ZIYyTD2\nBow/4/bdN0qQFTrjMYAX4wG3e2ZQMzQ62vdld1CChcNykSqutHORcsQpIn+t\n1R0YlpyBzKDpYOXzIVu1TB7HHdws1W7na2GUFMjWsqhRbkSqXF48ZPBepNV/\nDPVw0qbSbkA+iH4vWSin5t8vmoB7R3ThoZspuMCtPXs4VHj9EmuxVapoED7K\n/aA20MRbllcsc1WbWRNcUwPnFuRK9K+6q+wJK72+k99+ocIB7MmXMClkQ/4q\nXJW2xC1JIDggpdU+G+qlkcZOOOf3urqpoB7Um8SQ1ltl/4K3aygea0EMA2Dp\nHwROXeOB8ArTXsKUxV/guehWCg2JqXsFUUjHJEmd3y5k8lz6mnNEW4eDGtnW\nVdIB0bXMmKdRnmM2VHRcN+HlmQXPVeyeSlizn4XwRG+8OhuBF77lsxGmR2AR\nzviT\r\n=Y8jA\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHGxQclSlbP6Bgfi6umPjsa+tAq5dzjuhMZKiBF/OmWLAiEAh3BL3gya79bPobfa8cxR+GxpoDhF14XTpyk2xrfMeFc="}]},"engines":{"node":">=10"}},"6.14.13":{"name":"npm","version":"6.14.13","dependencies":{"JSONStream":"^1.3.5","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^1.1.8","bluebird":"^3.5.5","byte-size":"^5.0.1","cacache":"^12.0.3","call-limit":"^1.1.1","chownr":"^1.1.4","ci-info":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.5.1","cmd-shim":"^3.0.3","columnify":"~1.5.4","config-chain":"^1.1.12","detect-indent":"~5.0.0","detect-newline":"^2.1.0","dezalgo":"~1.0.3","editor":"~1.0.0","figgy-pudding":"^3.5.1","find-npm-prefix":"^1.0.2","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","gentle-fs":"^2.3.1","glob":"^7.1.6","graceful-fs":"^4.2.4","has-unicode":"~2.0.1","hosted-git-info":"^2.8.9","iferr":"^1.0.2","infer-owner":"^1.0.4","inflight":"~1.0.6","inherits":"^2.0.4","ini":"^1.3.8","init-package-json":"^1.10.3","is-cidr":"^3.0.0","json-parse-better-errors":"^1.0.2","lazy-property":"~1.0.0","libcipm":"^4.0.8","libnpm":"^3.0.1","libnpmaccess":"^3.0.2","libnpmhook":"^5.0.3","libnpmorg":"^1.0.1","libnpmsearch":"^2.0.2","libnpmteam":"^1.0.2","libnpx":"^10.2.4","lock-verify":"^2.1.0","lockfile":"^1.0.4","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"^5.1.1","meant":"^1.0.2","mississippi":"^3.0.0","mkdirp":"^0.5.5","move-concurrently":"^1.0.1","node-gyp":"^5.1.0","nopt":"^4.0.3","normalize-package-data":"^2.5.0","npm-audit-report":"^1.3.3","npm-cache-filename":"~1.0.2","npm-install-checks":"^3.0.2","npm-lifecycle":"^3.1.5","npm-package-arg":"^6.1.1","npm-packlist":"^1.4.8","npm-pick-manifest":"^3.0.2","npm-profile":"^4.0.4","npm-registry-fetch":"^4.0.7","npm-user-validate":"^1.0.1","npmlog":"~4.1.2","once":"~1.4.0","opener":"^1.5.2","osenv":"^0.1.5","pacote":"^9.5.12","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"^0.12.0","query-string":"^6.8.2","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"^1.0.5","read-installed":"~4.0.3","read-package-json":"^2.1.1","read-package-tree":"^5.3.1","readable-stream":"^3.6.0","readdir-scoped-modules":"^1.1.0","request":"^2.88.0","retry":"^0.12.0","rimraf":"^2.7.1","safe-buffer":"^5.1.2","semver":"^5.7.1","sha":"^3.0.0","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"^6.0.2","stringify-package":"^1.0.1","tar":"^4.4.13","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"^1.1.1","unpipe":"~1.0.0","update-notifier":"^2.5.0","uuid":"^3.3.3","validate-npm-package-license":"^3.0.4","validate-npm-package-name":"~3.0.0","which":"^1.3.1","worker-farm":"^1.7.0","write-file-atomic":"^2.4.3","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*"},"devDependencies":{"bl":"^3.0.1","deep-equal":"^1.0.1","get-stream":"^4.1.0","licensee":"^7.0.3","marked":"^0.7.0","marked-man":"^0.7.0","npm-registry-mock":"^1.3.1","require-inject":"^1.4.4","sprintf-js":"^1.1.2","standard":"^11.0.1","tacks":"^1.3.0","tap":"^12.7.0","tar-stream":"^2.1.0"},"bundleDependencies":["abbrev","ansicolors","ansistyles","aproba","archy","bin-links","bluebird","byte-size","cacache","call-limit","chownr","ci-info","cli-columns","cli-table3","cmd-shim","columnify","config-chain","debuglog","detect-indent","detect-newline","dezalgo","editor","figgy-pudding","find-npm-prefix","fs-vacuum","fs-write-stream-atomic","gentle-fs","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","infer-owner","inflight","inherits","ini","init-package-json","is-cidr","json-parse-better-errors","JSONStream","lazy-property","libcipm","libnpm","libnpmaccess","libnpmhook","libnpmorg","libnpmsearch","libnpmteam","libnpx","lock-verify","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mississippi","mkdirp","move-concurrently","node-gyp","nopt","normalize-package-data","npm-audit-report","npm-cache-filename","npm-install-checks","npm-lifecycle","npm-package-arg","npm-packlist","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","qrcode-terminal","query-string","qw","read-cmd-shim","read-installed","read-package-json","read-package-tree","read","readable-stream","readdir-scoped-modules","request","retry","rimraf","safe-buffer","semver","sha","slide","sorted-object","sorted-union-stream","ssri","stringify-package","tar","text-table","tiny-relative-date","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","worker-farm","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-SRl4jJi0EBHY2xKuu98FLRMo3VhYQSA6otyLnjSEiHoSG/9shXCFNJy9tivpUJvtkN9s6VDdItHa5Rn+fNBzag==","shasum":"e88bcb6c48209869c40b5cedad8a1508e58e6f30","tarball":"https://registry.npmjs.org/npm/-/npm-6.14.13.tgz","fileCount":4203,"unpackedSize":22952593,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgdGRkCRA9TVsSAnZWagAA0P8P/itmORmpY4zzJivEtCBV\nqAHBWpw1tPZrEZd/xSDgkKzbwe5e7Z2iEN5//4ntbMFGy73zcvulBL4ikpnC\nm8JimXxYIfUrPv1VqiaDI8A1XRHUboWkifbJiFesIawfQ8aKGYBZsSw4trvs\nnGkNqn1iQZEI9i0w8fCRaHlrfsv1IXMUZ88OGPZr6/SD5cucZjZB0Yy9i9G+\nerf93bFPzgoDIPURUL4J1ndrchVyejSS9lt+NmdislmvMuptf84z2elUoUXn\n4LsSQQ0eC/NaXhBblw9DMsnZNl3FTBLB2V5IctxuSg0HGmIiuqmON2WCYhpQ\nL1mYz118J9A+jrxPWOzcs7FIXFukX1FRmmE2B01SqrRLyllDLrE0F9rLPtjq\n3raVyvVrsmNhuXK6MLlDugdsZ53mBavS15ZWzyGJlI6r/bQ+T0BUK2rb/M86\no1Ea+vHIV/wYdDcQRu5tFy/R+UhJlx92fkABUYz52inJXnJlqRm7+Dg+Zf7M\nphAMSHWsNLyBY1qUzimJ/+KYNqnu/7pYhsSK5e4q22pN8Ojt8FtB4cGRYCwj\ndhOjJkODfcZWdj+H7B1/e8zv6lBjEUhxhSMHRDGsEblJUJyCjhkslc4T1jbd\n6lj80jm30qhoh9DUQ4lcm6S8jBUaJjnNQkoOs25GRVKCba2J6XkAn6ghsmml\nNwAT\r\n=92S9\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCIvGKNYpdKnMHjuI3+nSV99aTMVnXOp+K4sYiJGZ5b+gIhAJFfU9ay3DjqDANrrHXC6tot0MPvjRg7NSXREhBAFy/v"}]},"engines":{"node":"6 >=6.2.0 || 8 || >=9.3.0"}},"7.10.0":{"name":"npm","version":"7.10.0","dependencies":{"@npmcli/arborist":"^2.3.0","@npmcli/ci-detect":"^1.2.0","@npmcli/config":"^2.1.0","@npmcli/run-script":"^1.8.4","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","byte-size":"^7.0.1","cacache":"^15.0.6","chalk":"^4.1.0","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.6.0","columnify":"~1.5.4","glob":"^7.1.4","graceful-fs":"^4.2.6","hosted-git-info":"^4.0.2","ini":"^2.0.0","init-package-json":"^2.0.2","is-cidr":"^4.0.2","json-parse-even-better-errors":"^2.3.1","leven":"^3.1.0","libnpmaccess":"^4.0.1","libnpmdiff":"^2.0.4","libnpmfund":"^1.0.2","libnpmhook":"^6.0.1","libnpmorg":"^2.0.1","libnpmpack":"^2.0.1","libnpmpublish":"^4.0.0","libnpmsearch":"^3.1.0","libnpmteam":"^2.0.2","libnpmversion":"^1.2.0","make-fetch-happen":"^8.0.14","minipass":"^3.1.3","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^7.1.2","nopt":"^5.0.0","npm-audit-report":"^2.1.4","npm-package-arg":"^8.1.2","npm-pick-manifest":"^6.1.1","npm-profile":"^5.0.2","npm-registry-fetch":"^9.0.0","npm-user-validate":"^1.0.1","npmlog":"~4.1.2","opener":"^1.5.2","pacote":"^11.3.1","parse-conflict-json":"^1.1.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^3.0.1","read-package-json-fast":"^2.0.2","readdir-scoped-modules":"^1.1.0","rimraf":"^3.0.2","semver":"^7.3.5","ssri":"^8.0.1","tar":"^6.1.0","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^1.0.4","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^3.0.3"},"devDependencies":{"@mdx-js/mdx":"^1.6.22","cmark-gfm":"^0.8.5","eslint":"^7.23.0","eslint-plugin-import":"^2.22.1","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^4.3.1","eslint-plugin-standard":"^5.0.0","jsdom":"^16.5.2","licensee":"^8.1.0","marked-man":"^0.7.0","tap":"^15.0.2","yaml":"^1.10.2"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/run-script","abbrev","ansicolors","ansistyles","archy","byte-size","cacache","chalk","chownr","cli-columns","cli-table3","columnify","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","leven","libnpmaccess","libnpmdiff","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-DD4eEB71HGVt6pS6n4LmFD4eHsrglJ+QtLhv/kP2UWNKkJalL8TPfsiw9p8LmWKa6ed61LHPw5FE6krS3aGv0A==","shasum":"8d164a30f6065e479df255f8e890d1e932860695","tarball":"https://registry.npmjs.org/npm/-/npm-7.10.0.tgz","fileCount":2724,"unpackedSize":12864117,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgeH7pCRA9TVsSAnZWagAAm7EP/2UW4BDdE9rIoXZHdkWF\nczIlJe1PeNjZ+DKXe4e1wFJEgtsU0I0QRyq0ucr8Peyw+V+5/Tt83HnLeRGi\nvqMqvUQNOjsmnb+l3JvLN0DWoFG4BY1CExCh5fIPNEVd/9UgEXLObxe8IvCE\nHBcCERc3+Ye5eVtaFVhPzi3Y26d70tIw+bfEySHrGdz0LdDYOY/pUrGjvREt\nSE7W+6ewDgp82xs5BPqzNQwZSU3FTZBAi2DGJ3bmittJH4KcA40AuTPYgpd0\n2BJOW2kk19w5rFE8E0zmfE6qtA6fK7OpvCa4wIIh7LprBrymOQjh2vBTzdFC\ntWDUbQ6cxuqKQL0eqWf9+b/3mb1aGzM7+WWJQZlU1r8yJKC8pGwljBOH1COv\n9btFwWIcRRO1k9q2CIBgR9h/YWVd/Sv7vcg2itTfKwY0ETHoxB7T28OwnfqN\n55yUoNP9b7klPuyvofWuc4lncdrkPz9htVE83N6T8bSChYBQvTQjWvOApjQG\n0pyGUXL0iHBED7WRhNtf2DAi6hxvvtNA8X+L4/74WGS9YY53MwrwFrMHKeSb\nGjz/Z0COMH1RvshW7pvhtrdOHLxiL3IIj5qH/kAq/FbQlEuGMqXh8KAet7Ny\nOSL/LWuz2FYksAj772CK/KSmfJI+jmbwUszZ7pN8YLdboPeL5pfh7VTNlXC9\nLQUA\r\n=FGMm\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCt/p2huXyunf9b4PawxtxInBZCvYBk2Ox3zzEbmKSCswIgQXGdTi1Jz2wTtNquDMrTZJ4MQ6HUpxDfDKiNWcci8vw="}]},"engines":{"node":">=10"}},"7.11.0":{"name":"npm","version":"7.11.0","dependencies":{"@npmcli/arborist":"^2.4.0","@npmcli/ci-detect":"^1.2.0","@npmcli/config":"^2.1.0","@npmcli/run-script":"^1.8.5","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","byte-size":"^7.0.1","cacache":"^15.0.6","chalk":"^4.1.0","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.6.0","columnify":"~1.5.4","glob":"^7.1.4","graceful-fs":"^4.2.6","hosted-git-info":"^4.0.2","ini":"^2.0.0","init-package-json":"^2.0.3","is-cidr":"^4.0.2","json-parse-even-better-errors":"^2.3.1","leven":"^3.1.0","libnpmaccess":"^4.0.2","libnpmdiff":"^2.0.4","libnpmexec":"^1.0.1","libnpmfund":"^1.0.2","libnpmhook":"^6.0.2","libnpmorg":"^2.0.2","libnpmpack":"^2.0.1","libnpmpublish":"^4.0.1","libnpmsearch":"^3.1.1","libnpmteam":"^2.0.3","libnpmversion":"^1.2.0","make-fetch-happen":"^8.0.14","minipass":"^3.1.3","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^7.1.2","nopt":"^5.0.0","npm-audit-report":"^2.1.4","npm-package-arg":"^8.1.2","npm-pick-manifest":"^6.1.1","npm-profile":"^5.0.3","npm-registry-fetch":"^10.1.0","npm-user-validate":"^1.0.1","npmlog":"~4.1.2","opener":"^1.5.2","pacote":"^11.3.2","parse-conflict-json":"^1.1.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^3.0.1","read-package-json-fast":"^2.0.2","readdir-scoped-modules":"^1.1.0","rimraf":"^3.0.2","semver":"^7.3.5","ssri":"^8.0.1","tar":"^6.1.0","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^1.0.4","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^3.0.3"},"devDependencies":{"@mdx-js/mdx":"^1.6.22","cmark-gfm":"^0.8.5","eslint":"^7.23.0","eslint-plugin-import":"^2.22.1","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^4.3.1","eslint-plugin-standard":"^5.0.0","jsdom":"^16.5.2","licensee":"^8.1.0","marked-man":"^0.7.0","tap":"^15.0.2","yaml":"^1.10.2"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/run-script","abbrev","ansicolors","ansistyles","archy","byte-size","cacache","chalk","chownr","cli-columns","cli-table3","columnify","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","leven","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-uX+UBniFs4rs+uOku9bxiHppDOCpeOPRvYTtxqVqf6TR9ML7yRlPpzW1GheTmMDJlaZW6MOq8H1BlBhL4QWw5Q==","shasum":"a5a86141e78517166f8c327891b8e30f941aab83","tarball":"https://registry.npmjs.org/npm/-/npm-7.11.0.tgz","fileCount":2740,"unpackedSize":12867537,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJggk//CRA9TVsSAnZWagAAFQkP/0xDhO2czfY4Vyzmgdd2\nZ18BGajaA39IlR2OFn6uC+tYgu0x6E2/ZfxjnQjiu2sjXVM5YU0A60H368NU\nFltFyS181oPiADzOR0kuLpb1ZQYxYZu6stRWZ7N9W4/TMy1WYDucJM/hPunc\n2S9ewBFTVfKh4m2QUiYbiE/ELX4YFVwg4dmaL94Xt+RfYt9RQGuWjXoQDfZI\n651F0v2xCmHha73xpDmqLFu/PgIiWK9WxG39LbJxlIfpVPDP70BGKb2aIxs1\nIWtngal7mJG8rGwUhaMSsCTksv+oprTk2HTw8otF/CJKNyv/VDqJBgny7AJK\nUyn3SWS8uKU19WNlLb7b2oUrcSg8TO9K8u7OFK0LTJrGYqhJzKsFYpMU+HgA\n/0agmCtBGWvD9ypdIRW+t3yLb+zJgwlWklRIH44/lMv2IV2MX45dcwMxicuw\n06nuodVjKsU779jUiNUsdejYJWXAOUdDZ+XnmOl5qym7m/4VyBH/XWx0i/tg\nRGb9a0Z/g3UvOIJhaMoScVdHd+He4xp2thYkQOx4qSTGtILRCT2rtkdJhyvq\nm2NoUE6aA/ATmnWSC3DkryNArNPHXn0x/hcZ9fujoJlTNVbNW40PCEp4J/Or\nx3wP1d9eS5XcpxUfcyui34+C+UX51wvqK89LbMM9+wH9QPZXo6KroCOtyPYa\nTph4\r\n=hS1M\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFqZeXMmFp6d+YiOSiVkXqLPC3Xo8MWsvXX7mQxj44K4AiEA4zPtmeRko4jbyT8rF5riZXup1y3m82gLWYp6UKSzxvE="}]},"engines":{"node":">=10"}},"7.11.1":{"name":"npm","version":"7.11.1","dependencies":{"@npmcli/arborist":"^2.4.0","@npmcli/ci-detect":"^1.2.0","@npmcli/config":"^2.2.0","@npmcli/run-script":"^1.8.5","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","byte-size":"^7.0.1","cacache":"^15.0.6","chalk":"^4.1.0","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.6.0","columnify":"~1.5.4","glob":"^7.1.4","graceful-fs":"^4.2.6","hosted-git-info":"^4.0.2","ini":"^2.0.0","init-package-json":"^2.0.3","is-cidr":"^4.0.2","json-parse-even-better-errors":"^2.3.1","leven":"^3.1.0","libnpmaccess":"^4.0.2","libnpmdiff":"^2.0.4","libnpmexec":"^1.0.1","libnpmfund":"^1.0.2","libnpmhook":"^6.0.2","libnpmorg":"^2.0.2","libnpmpack":"^2.0.1","libnpmpublish":"^4.0.1","libnpmsearch":"^3.1.1","libnpmteam":"^2.0.3","libnpmversion":"^1.2.0","make-fetch-happen":"^8.0.14","minipass":"^3.1.3","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^7.1.2","nopt":"^5.0.0","npm-audit-report":"^2.1.4","npm-package-arg":"^8.1.2","npm-pick-manifest":"^6.1.1","npm-profile":"^5.0.3","npm-registry-fetch":"^10.1.1","npm-user-validate":"^1.0.1","npmlog":"~4.1.2","opener":"^1.5.2","pacote":"^11.3.3","parse-conflict-json":"^1.1.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^3.0.1","read-package-json-fast":"^2.0.2","readdir-scoped-modules":"^1.1.0","rimraf":"^3.0.2","semver":"^7.3.5","ssri":"^8.0.1","tar":"^6.1.0","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^1.0.4","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^3.0.3"},"devDependencies":{"@mdx-js/mdx":"^1.6.22","cmark-gfm":"^0.8.5","eslint":"^7.23.0","eslint-plugin-import":"^2.22.1","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^4.3.1","eslint-plugin-standard":"^5.0.0","jsdom":"^16.5.2","licensee":"^8.1.0","marked-man":"^0.7.0","tap":"^15.0.2","yaml":"^1.10.2"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/run-script","abbrev","ansicolors","ansistyles","archy","byte-size","cacache","chalk","chownr","cli-columns","cli-table3","columnify","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","leven","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-F9dUPQQBm5me6t74m63CrrBSzUcLART9BmsxiJU3jZK8SBnxiqzxvsU70/uqY0cjYSoYP7AuZ2w8YfGUwhcf6A==","shasum":"723c209841fac8e1e6ace30bbc48d45580025783","tarball":"https://registry.npmjs.org/npm/-/npm-7.11.1.tgz","fileCount":2753,"unpackedSize":16998456,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgg04sCRA9TVsSAnZWagAA6lcP/3TtmASdshTjvQJr2JRe\n79XUL3c+qwHvvu8FychGh3IZJn7dZvVQlq1oMeAKiJ3stFfvSTsb5nRwouvU\nDQubaFrrB5QeoNUm0jAMjuSCE1KLcX7ESGU4ficChG49DhSe2RI2o082XkLV\n+XXtPmgygRVjlTYobmNYp6K/UgnbK+8H/BHrH3XjLuvIpzc9byiC5B1l7ihf\nDdSAc8PDeUA808A/wCZfT9WV/dAnpbus9VidbmVkX7ZjRKDpE/CtHtkD12Q7\nlv2Iup9f+9PLC6zgsPeuOlt1lsHqJ3UbuMMQ3rS/rers+vHRWxRz6fz7qsOU\n61uLMEtHgfb/oUBofXsTaqC04tstMJ8+hM1w1FJ8X1KlaYDZ7jAYFje139fz\ndeLpqt5v5dXq84DBmK8Y39bP6yTQ/EKDL9OXs7asVxVneftwLqhyIdLqzSxu\nNXs9QNauoTgbGULNU2r29K3XoMUeLtbeDY71tu1llTU8SP+c4IhlQSuRJCQ3\naKWIvccfy/IjiNqpXl789o3E2iHUPx82PNdK1c4bGKEgbObgu8r6e0+aMl4y\nVPy1bU3H59SRjMljvL8LV2NO3C84z9AdoF/7OsKjTqCp3yuqHO4FowWcYcTp\nd3mKKJcE/ZVYlpLsAZmmw4mLn/s4B3KZb10gcOUmfQr/E7WGhNUX3jE6OdJn\nO2H6\r\n=Dd/F\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCrmDAv7hxjdbxUSfc4vhc5Ydv3bXKa2gil+DXUsOiNHgIhAOc2Uuhduob45MMjg3inUGGuzG+aefrqi8FO6DmfRlWr"}]},"engines":{"node":">=10"}},"7.11.2":{"name":"npm","version":"7.11.2","dependencies":{"@npmcli/arborist":"^2.4.1","@npmcli/ci-detect":"^1.2.0","@npmcli/config":"^2.2.0","@npmcli/run-script":"^1.8.5","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","byte-size":"^7.0.1","cacache":"^15.0.6","chalk":"^4.1.0","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.6.0","columnify":"~1.5.4","glob":"^7.1.4","graceful-fs":"^4.2.6","hosted-git-info":"^4.0.2","ini":"^2.0.0","init-package-json":"^2.0.3","is-cidr":"^4.0.2","json-parse-even-better-errors":"^2.3.1","leven":"^3.1.0","libnpmaccess":"^4.0.2","libnpmdiff":"^2.0.4","libnpmexec":"^1.0.1","libnpmfund":"^1.0.2","libnpmhook":"^6.0.2","libnpmorg":"^2.0.2","libnpmpack":"^2.0.1","libnpmpublish":"^4.0.1","libnpmsearch":"^3.1.1","libnpmteam":"^2.0.3","libnpmversion":"^1.2.0","make-fetch-happen":"^8.0.14","minipass":"^3.1.3","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^7.1.2","nopt":"^5.0.0","npm-audit-report":"^2.1.4","npm-package-arg":"^8.1.2","npm-pick-manifest":"^6.1.1","npm-profile":"^5.0.3","npm-registry-fetch":"^10.1.1","npm-user-validate":"^1.0.1","npmlog":"~4.1.2","opener":"^1.5.2","pacote":"^11.3.3","parse-conflict-json":"^1.1.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^3.0.1","read-package-json-fast":"^2.0.2","readdir-scoped-modules":"^1.1.0","rimraf":"^3.0.2","semver":"^7.3.5","ssri":"^8.0.1","tar":"^6.1.0","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^1.0.4","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^3.0.3"},"devDependencies":{"@mdx-js/mdx":"^1.6.22","cmark-gfm":"^0.8.5","eslint":"^7.23.0","eslint-plugin-import":"^2.22.1","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^4.3.1","eslint-plugin-standard":"^5.0.0","jsdom":"^16.5.2","licensee":"^8.1.0","marked-man":"^0.7.0","tap":"^15.0.6","yaml":"^1.10.2"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/run-script","abbrev","ansicolors","ansistyles","archy","byte-size","cacache","chalk","chownr","cli-columns","cli-table3","columnify","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","leven","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-NxcaNqAfdLEubG5dlPFWbXrVAG2zb45lB5y6W3PK1PK2feHaffpCN4rnXPD/BPp1kCJespCAv8Kw/QUYR85BRw==","shasum":"abd932492d3d11e5e4bc1306e935b874233f906b","tarball":"https://registry.npmjs.org/npm/-/npm-7.11.2.tgz","fileCount":2733,"unpackedSize":12835197,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgiw4rCRA9TVsSAnZWagAA5K8P/2mrWp+lk9Az0z0ZHuuH\nINxw6khssOT780TaI8pxL53cc7OU/SJdTWuCGFrW+W1HnsWm3t6bCALX2nOe\n22iLQiebi3R32t6SYja5KltqXER8rZxvhXvRRw8tgSnK7IDnrfZuPBGvHpOU\n9yCyLv/LTXcIuCezXfH/HkNE1mRJTPoxjKUNeziSSrce2eKLdZ6wddc2u5Vl\nGIBeXB3s2Hpb8PUb8r0TH8RzP5cghgrvM91ywGHDw+jsL0HG0Tgzt1xoX6Qe\nSPH9FPw98zU3zVgtZWEzqzm4J4xNCvlj4Q5NumWU0KTckXp0m0PjeHHOERqF\n+IJ7FA+OM2myC4ws2MABh+lNZlWkP+88A+JqEuAB9RtLVA2bIW3uLpRZXKde\nr/u+44Zdojc0ThywjMIE5h9JrMZL3gnyXYX0HFy22FjmJ57eZnL6st5IzcEF\n1Ua84pMfdBKXFlgWOmf8S1TdY5uncoGjljeepLvQoxQMFqRxpc+RAMs8Sqqq\nUCvP9bfG/oiMg+7XSYw0R8BGLy4DWzRDo88H/zdEFh4pSmI3ZvhHhPZGjjNK\nDQ1NfAtfJnlkDfTwij3onWyYkE1fGVHJMkmcH2fZ9YXtZtNWM1/+q2NmQv/E\npscPFrijk4yVtg46HwxQWwLLGJ4GJib2haD4TlhfGpo0BY0BPuFJPkwPmQYX\novw/\r\n=p+HG\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCtR0mYQa4sEhqud5xvpl3a8ebGh+xw4kM5S5OzJb8L7wIhAL2PRPwY0Vz5TncXocTYLqM+vFL+T4l2KkGS8MIetQaQ"}]},"engines":{"node":">=10"}},"7.12.0":{"name":"npm","version":"7.12.0","dependencies":{"@npmcli/arborist":"^2.4.2","@npmcli/ci-detect":"^1.2.0","@npmcli/config":"^2.2.0","@npmcli/run-script":"^1.8.5","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","byte-size":"^7.0.1","cacache":"^15.0.6","chalk":"^4.1.0","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.6.0","columnify":"~1.5.4","glob":"^7.1.4","graceful-fs":"^4.2.6","hosted-git-info":"^4.0.2","ini":"^2.0.0","init-package-json":"^2.0.3","is-cidr":"^4.0.2","json-parse-even-better-errors":"^2.3.1","leven":"^3.1.0","libnpmaccess":"^4.0.2","libnpmdiff":"^2.0.4","libnpmexec":"^1.1.0","libnpmfund":"^1.0.2","libnpmhook":"^6.0.2","libnpmorg":"^2.0.2","libnpmpack":"^2.0.1","libnpmpublish":"^4.0.1","libnpmsearch":"^3.1.1","libnpmteam":"^2.0.3","libnpmversion":"^1.2.0","make-fetch-happen":"^8.0.14","minipass":"^3.1.3","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^7.1.2","nopt":"^5.0.0","npm-audit-report":"^2.1.4","npm-package-arg":"^8.1.2","npm-pick-manifest":"^6.1.1","npm-profile":"^5.0.3","npm-registry-fetch":"^10.1.1","npm-user-validate":"^1.0.1","npmlog":"~4.1.2","opener":"^1.5.2","pacote":"^11.3.3","parse-conflict-json":"^1.1.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^3.0.1","read-package-json-fast":"^2.0.2","readdir-scoped-modules":"^1.1.0","rimraf":"^3.0.2","semver":"^7.3.5","ssri":"^8.0.1","tar":"^6.1.0","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^1.0.4","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^3.0.3"},"devDependencies":{"@mdx-js/mdx":"^1.6.22","cmark-gfm":"^0.8.5","eslint":"^7.25.0","eslint-plugin-import":"^2.22.1","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^5.1.0","eslint-plugin-standard":"^5.0.0","jsdom":"^16.5.2","licensee":"^8.1.0","marked-man":"^0.7.0","tap":"^15.0.6","yaml":"^1.10.2"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/run-script","abbrev","ansicolors","ansistyles","archy","byte-size","cacache","chalk","chownr","cli-columns","cli-table3","columnify","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","leven","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-8Zvas3+1zKtE4uXIxHWRpg1bqGNrOta9RTDZWJ2k+EfOfzOggPQh9N4jHtsrIuGLawXv9xCWyvauke1UWMOMoA==","shasum":"c2fb58bbb4f7bbef339a945a28b7c75117799bdd","tarball":"https://registry.npmjs.org/npm/-/npm-7.12.0.tgz","fileCount":2742,"unpackedSize":12915063,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJglEkqCRA9TVsSAnZWagAAo/UP/3SEY47l9TO5JzBH2OQD\nZnfj1DJepA1fhq+xHItD38BOgNfvTD49drKpdtms5jNbZXuMJzVfF6aFuZ5m\nKiTXpfN7R7vEAJazk4GEsJsgbiii7yzyTuld4Tro+1BrmhhzxQxbqtQzM1RD\nacdDuvA5eY2FPJyMWSNctNWb+k3Kq5yWo0Sj5HTjlHtcj4X5oCFhsiRnRekw\nO7AaNHOHjsrdiDqk2eyHgcljW8cxuhFTKlO9YoUM5aAwN1oATi5bW4DVJ+sq\nIWNJTpTvFH6HyrH6EXJfiDCmv6lrxmt/KfZcLi+j4LSvGkbRF5Fb7Gb8tbWl\nN5VFW0vuJDuQPXp/QdMYEmDLue1ZcVNAbXTToRSjhNBZ2aANMfbKrJNsOr/s\nHERQnFy1fA7td95AxqIrmC3QQMt/jH/K1egExefBnZUOV+W6dnaDC58SjPVm\nDHijn5YsFeZgcuLPRKaXIB/LbQ4sTE+z0cYtZahXvqb4ZkoROqNXkz+Aq36V\nKLXkYr8v4o+5PSYsPZyazWKQuB0FSiVEFsV0glBPrKrKj7npKFmLoW1AsqJC\n6kECwbY/AOCIocL1U2Crd7kZye+t512AsxJ6OOOFQO7jtXKQDOuLz3LAxa70\n9zpid/bxsYZBBgq7VlIa439Oq6QyRm9GAUj9COX110LdRdytcQaHalhc98r4\nJODt\r\n=DHJV\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD8S6k3afjvoS8qyT6hQxELb6i0NcOhbkB1VsDENRnL9AIhAMOBsFPdGoa9uIOkiCFN9DkXWMwtfCxGNG8AgkF+YlI0"}]},"engines":{"node":">=10"}},"7.12.1":{"name":"npm","version":"7.12.1","dependencies":{"@npmcli/arborist":"^2.4.4","@npmcli/ci-detect":"^1.2.0","@npmcli/config":"^2.2.0","@npmcli/run-script":"^1.8.5","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","byte-size":"^7.0.1","cacache":"^15.0.6","chalk":"^4.1.0","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.6.0","columnify":"~1.5.4","glob":"^7.1.7","graceful-fs":"^4.2.6","hosted-git-info":"^4.0.2","ini":"^2.0.0","init-package-json":"^2.0.3","is-cidr":"^4.0.2","json-parse-even-better-errors":"^2.3.1","leven":"^3.1.0","libnpmaccess":"^4.0.2","libnpmdiff":"^2.0.4","libnpmexec":"^1.1.1","libnpmfund":"^1.0.2","libnpmhook":"^6.0.2","libnpmorg":"^2.0.2","libnpmpack":"^2.0.1","libnpmpublish":"^4.0.1","libnpmsearch":"^3.1.1","libnpmteam":"^2.0.3","libnpmversion":"^1.2.0","make-fetch-happen":"^8.0.14","minipass":"^3.1.3","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^7.1.2","nopt":"^5.0.0","npm-audit-report":"^2.1.4","npm-package-arg":"^8.1.2","npm-pick-manifest":"^6.1.1","npm-profile":"^5.0.3","npm-registry-fetch":"^10.1.1","npm-user-validate":"^1.0.1","npmlog":"~4.1.2","opener":"^1.5.2","pacote":"^11.3.3","parse-conflict-json":"^1.1.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^3.0.1","read-package-json-fast":"^2.0.2","readdir-scoped-modules":"^1.1.0","rimraf":"^3.0.2","semver":"^7.3.5","ssri":"^8.0.1","tar":"^6.1.0","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^1.0.4","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^3.0.3"},"devDependencies":{"@mdx-js/mdx":"^1.6.22","cmark-gfm":"^0.8.5","eslint":"^7.26.0","eslint-plugin-import":"^2.22.1","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^5.1.0","eslint-plugin-standard":"^5.0.0","jsdom":"^16.5.2","licensee":"^8.1.0","marked-man":"^0.7.0","tap":"^15.0.9","yaml":"^1.10.2"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/run-script","abbrev","ansicolors","ansistyles","archy","byte-size","cacache","chalk","chownr","cli-columns","cli-table3","columnify","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","leven","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-vjIniB3kqujcDTgH+k90J2i5PPqYZyf1gi5Ni5fARK4WQr5FuVnTQlTXloyk15+qWUxwWHcy6U8YCWwh/TLzmA==","shasum":"ef808e9684ccc1624991e76fed53f19827fc90e4","tarball":"https://registry.npmjs.org/npm/-/npm-7.12.1.tgz","fileCount":2740,"unpackedSize":12917751,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgmaUFCRA9TVsSAnZWagAAJYQP/RNsK/tTP2ZoFZg6f5Bi\nRj9OMNCh1gQyCQ5WZbPqlMoWj98JltMxfiWR/n/1I0eeUpt5a53VtExYdcBi\n6bYNl3UA/rsiVegu5Tw76AdpQZxF0wBF2UB9LHqPJ5ZyUXBAHhWhpXItU3/c\nnciPtoUzZvGXyzDlGDbZDlaoGkDT5ib4Jq4g4Ghh+VNqt6ksY51oFs8mvZoq\nzuCJRkChA0WQGNNO6bsH97Q53c5s4cPFL7iOQZcDQO7Blp5VWPjxonR4sGh/\n3ZkEXqJQWUOPIDgh7DUdMMrmZ0r4Q1SJJEZcZ+D7TJb7fDP1J7YUJ6cg98nb\nrn10XRf/ghs+k743ItOzJFzKQfWTmnVRtpabGRVtUkZmnaoncOR/YqI2QWs6\nydnq9oi5xivg4Z1BsE9xmuO3B5wYm0TBWe5UHWsIUB986q22WpbBQbkUlxnB\n5hGu9e615c87Nk5Tu61kAqJw5bIiPP8kXcVFoWyPJKsxOgUfEXID7CdHhzjQ\ns/h27rHPfVURXCc1KZIHHmpXbS/h9Vg0Hcz0q68kkve62vzKhtcHhYYoS9qm\nf9B/yqGMWZou/d5xc5/mtYP7OBdvGZ5bDIyZW0cKCdlL2Nj4W1+E//McDU9/\nrU7ANKZTrrpSvnSnrSt9l+AzW2yYfjEE38TWEtMbUxKf2FxFSN+UrGek7zuI\nSWHv\r\n=d75x\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDlJ7/f99fgyskd8h+k7A6kd/RIMHzmmOlhp+FecsOYWQIhAOtRQcwbiQU2I2+dhkEQZ0tuobVQEnsBM78TRyf1+/4K"}]},"engines":{"node":">=10"}},"7.13.0":{"name":"npm","version":"7.13.0","dependencies":{"@npmcli/arborist":"^2.5.0","@npmcli/ci-detect":"^1.2.0","@npmcli/config":"^2.2.0","@npmcli/run-script":"^1.8.5","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","byte-size":"^7.0.1","cacache":"^15.0.6","chalk":"^4.1.0","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.6.0","columnify":"~1.5.4","glob":"^7.1.7","graceful-fs":"^4.2.6","hosted-git-info":"^4.0.2","ini":"^2.0.0","init-package-json":"^2.0.3","is-cidr":"^4.0.2","json-parse-even-better-errors":"^2.3.1","leven":"^3.1.0","libnpmaccess":"^4.0.2","libnpmdiff":"^2.0.4","libnpmexec":"^1.1.1","libnpmfund":"^1.1.0","libnpmhook":"^6.0.2","libnpmorg":"^2.0.2","libnpmpack":"^2.0.1","libnpmpublish":"^4.0.1","libnpmsearch":"^3.1.1","libnpmteam":"^2.0.3","libnpmversion":"^1.2.0","make-fetch-happen":"^8.0.14","minipass":"^3.1.3","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^7.1.2","nopt":"^5.0.0","npm-audit-report":"^2.1.4","npm-package-arg":"^8.1.2","npm-pick-manifest":"^6.1.1","npm-profile":"^5.0.3","npm-registry-fetch":"^10.1.1","npm-user-validate":"^1.0.1","npmlog":"~4.1.2","opener":"^1.5.2","pacote":"^11.3.3","parse-conflict-json":"^1.1.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^3.0.1","read-package-json-fast":"^2.0.2","readdir-scoped-modules":"^1.1.0","rimraf":"^3.0.2","semver":"^7.3.5","ssri":"^8.0.1","tar":"^6.1.0","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^1.0.4","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^3.0.3"},"devDependencies":{"@mdx-js/mdx":"^1.6.22","cmark-gfm":"^0.8.5","eslint":"^7.26.0","eslint-plugin-import":"^2.22.1","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^5.1.0","eslint-plugin-standard":"^5.0.0","jsdom":"^16.5.2","licensee":"^8.1.0","marked-man":"^0.7.0","tap":"^15.0.9","yaml":"^1.10.2"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/run-script","abbrev","ansicolors","ansistyles","archy","byte-size","cacache","chalk","chownr","cli-columns","cli-table3","columnify","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","leven","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-6D9tWuUN4ef9Mi0o4Gwkv92SKsd+AS8QF/xtdWCNpX5aLlvb1x3juyiPvzPxuisxFUq2S3fZBMNehEt+Aae9Hg==","shasum":"c2c094fdb830320cf6eb4143dab0bd1dc3c0119a","tarball":"https://registry.npmjs.org/npm/-/npm-7.13.0.tgz","fileCount":2754,"unpackedSize":13323514,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgnYa1CRA9TVsSAnZWagAAB40P/i4uXOrlx5gsp7vA1uM9\nhr0AEb/4BPfw+r26ZGTREPYzGsIdu3tIYKY0OXJa3voGbGIKFaTgY4kHKsZO\nzXk/Z80AiQp/fLK/UNqJxxuOuiKAHpk/Mpvy+VnDFRbugsEIgMKLnCkosdNn\nDGGQrsi0TnWA/o97X3m/MJIz8E0ZEhQh7aiktTnEfpXc6qtfLCyr2a3y3trw\nyZmlnIgtsgp0YEq3UYZdmZOwygfc+Mo/NWf3NA18iuOU7egrhEge6WilAPBn\nn6gwJXvVyNCp6GqDCoO0buAoto2EXmf16X+WBfC3B+96jM2MUmfYRR+E+OBA\nO71Cqb6wNPrRcj9/H1wGjQ9y54UUWts3qkKtg4LgCuOyo4ezR3tyJ0rFmMB2\nCIDt7T5ITR/9pAS5r9XLvsvxFBjHhHyrdNpmJnfFjtpbVRlMiPtdnb6YAHx3\nt0W5w6fRMtKbm6Vs6Xrv8cCOn4YVT+2KRK9HDDLvAs1bcUQ035oXM8CuciBt\nDHlHE9//txVfDtgxjiLh0gopruNWjbwJzeWY8kS0APJYl8YezeXiId0lcIPv\newDOQUD4uY/U0cSCZQH5MyeSsjqINsPVRxKDukPH30ly5oA+/6JHTcdTl5Bn\nAa3naGMq2X56G+CqS+Pm4nCCeVymQCN0oHv4suJxVgjY7lkF1KdzoFNtb++8\nvki2\r\n=de/m\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFhf8C//l8P6CR5eahq9H3JXMkLy0ZLl4/SMk2kyeq8KAiEAvIdo3dQBdDVePr79FetLz/OelpLNDECexj6kyWBeHSc="}]},"engines":{"node":">=10"}},"7.14.0":{"name":"npm","version":"7.14.0","dependencies":{"@npmcli/arborist":"^2.6.0","@npmcli/ci-detect":"^1.2.0","@npmcli/config":"^2.2.0","@npmcli/run-script":"^1.8.5","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","byte-size":"^7.0.1","cacache":"^15.1.0","chalk":"^4.1.0","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.6.0","columnify":"~1.5.4","glob":"^7.1.7","graceful-fs":"^4.2.6","hosted-git-info":"^4.0.2","ini":"^2.0.0","init-package-json":"^2.0.3","is-cidr":"^4.0.2","json-parse-even-better-errors":"^2.3.1","leven":"^3.1.0","libnpmaccess":"^4.0.2","libnpmdiff":"^2.0.4","libnpmexec":"^1.1.1","libnpmfund":"^1.1.0","libnpmhook":"^6.0.2","libnpmorg":"^2.0.2","libnpmpack":"^2.0.1","libnpmpublish":"^4.0.1","libnpmsearch":"^3.1.1","libnpmteam":"^2.0.3","libnpmversion":"^1.2.0","make-fetch-happen":"^8.0.14","minipass":"^3.1.3","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^7.1.2","nopt":"^5.0.0","npm-audit-report":"^2.1.4","npm-package-arg":"^8.1.2","npm-pick-manifest":"^6.1.1","npm-profile":"^5.0.3","npm-registry-fetch":"^10.1.2","npm-user-validate":"^1.0.1","npmlog":"~4.1.2","opener":"^1.5.2","pacote":"^11.3.3","parse-conflict-json":"^1.1.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^3.0.1","read-package-json-fast":"^2.0.2","readdir-scoped-modules":"^1.1.0","rimraf":"^3.0.2","semver":"^7.3.5","ssri":"^8.0.1","tar":"^6.1.0","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^1.0.4","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^3.0.3"},"devDependencies":{"@mdx-js/mdx":"^1.6.22","cmark-gfm":"^0.8.5","eslint":"^7.26.0","eslint-plugin-import":"^2.22.1","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^5.1.0","eslint-plugin-standard":"^5.0.0","jsdom":"^16.5.2","licensee":"^8.1.0","marked-man":"^0.7.0","tap":"^15.0.9","yaml":"^1.10.2"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/run-script","abbrev","ansicolors","ansistyles","archy","byte-size","cacache","chalk","chownr","cli-columns","cli-table3","columnify","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","leven","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-GSG9/rSau8vGfkOmrmseRVYXoEjo3NPNsoM4nwvI1uWlKdzmlZ8UCw7FqCUrlQ5u0C5dRR7MG9EJUCV8LZegLA==","shasum":"b2df90a98879c181cd866ce5176f5a123730fbf5","tarball":"https://registry.npmjs.org/npm/-/npm-7.14.0.tgz","fileCount":2753,"unpackedSize":13583373,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgprhqCRA9TVsSAnZWagAA8bcP/2wgPIPK8r2QLz0uAjSm\nW5CwO32kqZudkjrV8iN8Fo8NWHOmQYxqHpmRb0cDunwy8ItA6LIiJw0Q4ubH\nYNEC8YkZIZjdW4hNzwFBtWaRGK5M6paEzae9eYwnIl3FGh/GxIFHV917Vmg3\nJbpqfHSsqjuZU7em8CoZLtl8OFqpYM92c8x9rlEvc4/Cbu9knT0vn0UJM81/\nZ4GEPWtEU2frh22E0YDHZYAbkoE6zmzH+C0e7HMHoil2ftWS0YgUGqOK8nDh\nB9dibTebd9epf/qn3fP75y572csHVXATaSj7TQCeopjWJMhVtV+TmAfJXuXK\nCmR8ARoANV7xk/BqVvQxH0I/Zu4Yo/K93f5qbJOMV5U80GXg+bh1N0RJbfLG\ngatxJj8GinK4y30Q/BnPTfuJdRRFz6rHWbpgsMu6vGlStYbTzrt9zX+886c4\nK/U7mLMDknS1qyl8eC8Ow5V9z7u3r7dhxTXqal5pd5EapdoKYBpC5X/DpAzX\n1Yg/M2jof2kh/kRSqhxt8ShHgsQ0bA2GGsqRpyu9PjiiwQMfcrFWrO1LwV+J\nOl2wIGwtsSVhzlAmiV1eYp74X0/NihyGA7ss9AnoDNBkiNqQWEDG7jSHcexw\nwFhcHaoC22JK2ojcX0LEztHd7WJ+e5w2+vEph8Wk0UDjC48YY5SQZcWINKJ2\nKTUb\r\n=o1TY\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBVVW5z1WeIoHDQm3H8aUNK6jzs5mEFV71CBWRZ/Nos4AiEAqvK53H0EUN4s6YXO2lVnGue7FiAVijNyt3CTrPELO0o="}]},"engines":{"node":">=10"}},"7.15.0":{"name":"npm","version":"7.15.0","dependencies":{"@npmcli/arborist":"^2.6.0","@npmcli/ci-detect":"^1.2.0","@npmcli/config":"^2.2.0","@npmcli/run-script":"^1.8.5","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","byte-size":"^7.0.1","cacache":"^15.2.0","chalk":"^4.1.0","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.6.0","columnify":"~1.5.4","glob":"^7.1.7","graceful-fs":"^4.2.6","hosted-git-info":"^4.0.2","ini":"^2.0.0","init-package-json":"^2.0.3","is-cidr":"^4.0.2","json-parse-even-better-errors":"^2.3.1","leven":"^3.1.0","libnpmaccess":"^4.0.2","libnpmdiff":"^2.0.4","libnpmexec":"^1.1.1","libnpmfund":"^1.1.0","libnpmhook":"^6.0.2","libnpmorg":"^2.0.2","libnpmpack":"^2.0.1","libnpmpublish":"^4.0.1","libnpmsearch":"^3.1.1","libnpmteam":"^2.0.3","libnpmversion":"^1.2.0","make-fetch-happen":"^8.0.14","minipass":"^3.1.3","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^7.1.2","nopt":"^5.0.0","npm-audit-report":"^2.1.5","npm-package-arg":"^8.1.2","npm-pick-manifest":"^6.1.1","npm-profile":"^5.0.3","npm-registry-fetch":"^10.1.2","npm-user-validate":"^1.0.1","npmlog":"~4.1.2","opener":"^1.5.2","pacote":"^11.3.3","parse-conflict-json":"^1.1.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^3.0.1","read-package-json-fast":"^2.0.2","readdir-scoped-modules":"^1.1.0","rimraf":"^3.0.2","semver":"^7.3.5","ssri":"^8.0.1","tar":"^6.1.0","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^1.0.4","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^3.0.3"},"devDependencies":{"@mdx-js/mdx":"^1.6.22","cmark-gfm":"^0.8.5","eslint":"^7.26.0","eslint-plugin-import":"^2.22.1","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^5.1.0","eslint-plugin-standard":"^5.0.0","jsdom":"^16.5.2","licensee":"^8.1.0","marked-man":"^0.7.0","tap":"^15.0.9","yaml":"^1.10.2"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/run-script","abbrev","ansicolors","ansistyles","archy","byte-size","cacache","chalk","chownr","cli-columns","cli-table3","columnify","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","leven","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-GIXNqy3obii54oPF0gbcBNq4aYuB/Ovuu/uYp1eS4nij2PEDMnoOh6RoSv2MDvAaB4a+JbpX/tjDxLO7JAADgQ==","shasum":"85f0ff4ff222c01a2cc0164cf5d81c5a24994894","tarball":"https://registry.npmjs.org/npm/-/npm-7.15.0.tgz","fileCount":2730,"unpackedSize":13159495,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgsAAwCRA9TVsSAnZWagAAD24QAJAaT7yn2iqovW9WUf43\nIeent+U5waAwq/wmzDNEAr/Su/5A5zcvTVE45fmNWDCRelMMIASZjDYmZkvv\nuoh0/EbTO1mqfhVFB7gfCT2O1np4xV4OGW9/HTk1+lfP0XUbx2pQDRciyE+A\nUtVIMPc3IcS923YenpWZMjl6ha8YbKwo3RjXzGoc91zRmjq6WmWBdBDVGMpX\ny3T8Css3966xJLVl8poVW9BvdKZb2BmKWJaCZ/Wn5YbvYLvZH2nSrLceM1i2\nJeQscaENsKvNAEUhcZJ+v7WK6s03SvonmcORFj345ecwkBQEiFwp7ZkekwWW\nBXiQj8LWwqnz+rdh5LqOjWFFXjsLOiXRsNrhuXOnWJFfcV014oTaus8miuU7\nOQeJHryYLd4prC/zZKSn/sgv6iu/DMhN7b+QC7Qeeo4RqKkp0XFYDUB153ZP\nk5FWP5s0jdVGflU4xAhmCr/0743BVEYbkH5FJv3U8VqvqPD9m4uUQ+Tc0g0t\ntf43iN65CMk811Ii3BO8LNLK1WQRuLcNEdTFdAd+9oiqzpBVeMQF9hucGSft\n0rj0t2ImVWThtdRDV5wdpJ9a5TPqajCn+G7jwYEnOuYQFepEocWGzezOgaYO\n34m/VqxhBByp3JOaEPenqhlpbLVvzTGeIs+9e4uC1V3BkOfKF6iZVHbiTmzM\nxLwO\r\n=9Mm4\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICDM9AdTcso9TMW8bsg/e+xFbld9YQ6/tTIhr/3YoaBdAiAbESr7RK2aebZB2QWuTOP10+WM2k/YM4kJhv74NNhDDg=="}]},"engines":{"node":">=10"}},"7.15.1":{"name":"npm","version":"7.15.1","dependencies":{"@npmcli/arborist":"^2.6.1","@npmcli/ci-detect":"^1.2.0","@npmcli/config":"^2.2.0","@npmcli/run-script":"^1.8.5","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","byte-size":"^7.0.1","cacache":"^15.2.0","chalk":"^4.1.0","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.6.0","columnify":"~1.5.4","glob":"^7.1.7","graceful-fs":"^4.2.6","hosted-git-info":"^4.0.2","ini":"^2.0.0","init-package-json":"^2.0.3","is-cidr":"^4.0.2","json-parse-even-better-errors":"^2.3.1","leven":"^3.1.0","libnpmaccess":"^4.0.2","libnpmdiff":"^2.0.4","libnpmexec":"^1.2.0","libnpmfund":"^1.1.0","libnpmhook":"^6.0.2","libnpmorg":"^2.0.2","libnpmpack":"^2.0.1","libnpmpublish":"^4.0.1","libnpmsearch":"^3.1.1","libnpmteam":"^2.0.3","libnpmversion":"^1.2.0","make-fetch-happen":"^8.0.14","minipass":"^3.1.3","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^7.1.2","nopt":"^5.0.0","npm-audit-report":"^2.1.5","npm-package-arg":"^8.1.2","npm-pick-manifest":"^6.1.1","npm-profile":"^5.0.3","npm-registry-fetch":"^10.1.2","npm-user-validate":"^1.0.1","npmlog":"~4.1.2","opener":"^1.5.2","pacote":"^11.3.3","parse-conflict-json":"^1.1.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^3.0.1","read-package-json-fast":"^2.0.2","readdir-scoped-modules":"^1.1.0","rimraf":"^3.0.2","semver":"^7.3.5","ssri":"^8.0.1","tar":"^6.1.0","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^1.0.4","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^3.0.3"},"devDependencies":{"@mdx-js/mdx":"^1.6.22","cmark-gfm":"^0.8.5","eslint":"^7.26.0","eslint-plugin-import":"^2.23.4","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^5.1.0","eslint-plugin-standard":"^5.0.0","jsdom":"^16.5.2","licensee":"^8.1.0","marked-man":"^0.7.0","tap":"^15.0.9","yaml":"^1.10.2"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/run-script","abbrev","ansicolors","ansistyles","archy","byte-size","cacache","chalk","chownr","cli-columns","cli-table3","columnify","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","leven","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-sPk+GrqawshbG3T81r2QvvSxSQXBFWyn5NGLacf87l+/odi2ZRHkWdLrg304Lw0DrwwIIaGxUjp0FJXaMtIErQ==","shasum":"19fea8999872e05a1b9b73851c91f92c6d08f9fc","tarball":"https://registry.npmjs.org/npm/-/npm-7.15.1.tgz","fileCount":2747,"unpackedSize":13594181,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgtWYiCRA9TVsSAnZWagAAclIP/jmbDcG4wgstiTHJWlaf\n9W6rT5C9D3UOSFZewcxwmtKgfyhx+qie1vJGK9gLS+l5y8OHhfcZPtMDTmrq\nWCCWlEzJv0nRgM1eJyQI63SbFtba6oeqIe6yyseoJSoiVcm0oNn3LoDJFnQN\nz+4CPxi/YuWaaqPE0j0n2kWaghHQqlf82apfl4hmwhkGcBQQWZt/d8roCN/i\nY0lckWOnY5T3lPC9anzxRoCe/ZeuzjSQzc2Vngyy5OlIo2YtzH48JZJ//tdc\ngNsZ2K9YN2gYQM3FVbpAThVTOFj1phhYe7uCcduPLeart93ywTr+l8Btgh/2\nvMZ2yojV2h2Ds1cYWEKjooHmXnBxtaYgM9SpUP4ZDYM1b1p1lZFomb2fMUSl\nLUEYEPEnRHg7GFE2pwd10RDiuDiEoDrNbary6Yv8LZt8ICcZJ0EFsD+p7qHs\nItxL7DjQns104MR2nBs1NPHhhX8KrhvjXRXpGg8sXqFRXfGlWead/eOwGEdS\niJL0OasGzKcK5vXw71RqX7uRTrE9IybcW1ck4btdinPD85GdRSkmrYsDv5ls\nspceTUFRWKk0J2R8egkqSe472z52/6oNKQV0T0uiLMYNXu3vXkAV2sQkBCtv\n6UNBC+hItWMPOG9MJc9lqGdCvkHcj0Pv0g3n5fWKmRMj3y6gRFr/MVbQBMRJ\nOxsJ\r\n=AoCM\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEHSQU/lHYMT6eQs+hxKi6pgBEgwYDxjKCYuUQ7WKXrTAiEA25qmUgae6e2pi3n5/I5eeR5/VDLy7VCL21bf5Qgaoek="}]},"engines":{"node":">=10"}},"7.16.0":{"name":"npm","version":"7.16.0","dependencies":{"@npmcli/arborist":"^2.6.1","@npmcli/ci-detect":"^1.2.0","@npmcli/config":"^2.2.0","@npmcli/run-script":"^1.8.5","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","byte-size":"^7.0.1","cacache":"^15.2.0","chalk":"^4.1.0","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.6.0","columnify":"~1.5.4","glob":"^7.1.7","graceful-fs":"^4.2.6","hosted-git-info":"^4.0.2","ini":"^2.0.0","init-package-json":"^2.0.3","is-cidr":"^4.0.2","json-parse-even-better-errors":"^2.3.1","leven":"^3.1.0","libnpmaccess":"^4.0.2","libnpmdiff":"^2.0.4","libnpmexec":"^1.2.0","libnpmfund":"^1.1.0","libnpmhook":"^6.0.2","libnpmorg":"^2.0.2","libnpmpack":"^2.0.1","libnpmpublish":"^4.0.1","libnpmsearch":"^3.1.1","libnpmteam":"^2.0.3","libnpmversion":"^1.2.0","make-fetch-happen":"^9.0.1","minipass":"^3.1.3","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^7.1.2","nopt":"^5.0.0","npm-audit-report":"^2.1.5","npm-package-arg":"^8.1.4","npm-pick-manifest":"^6.1.1","npm-profile":"^5.0.3","npm-registry-fetch":"^11.0.0","npm-user-validate":"^1.0.1","npmlog":"~4.1.2","opener":"^1.5.2","pacote":"^11.3.3","parse-conflict-json":"^1.1.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^3.0.1","read-package-json-fast":"^2.0.2","readdir-scoped-modules":"^1.1.0","rimraf":"^3.0.2","semver":"^7.3.5","ssri":"^8.0.1","tar":"^6.1.0","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^1.0.4","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^3.0.3"},"devDependencies":{"eslint":"^7.26.0","eslint-plugin-import":"^2.23.4","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^5.1.0","eslint-plugin-standard":"^5.0.0","licensee":"^8.2.0","tap":"^15.0.9"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/run-script","abbrev","ansicolors","ansistyles","archy","byte-size","cacache","chalk","chownr","cli-columns","cli-table3","columnify","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","leven","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-UUnKcjS7qFhZT90iZY/ZWz/jwF+rS0fIohDf41T6/SRXEqut0aav+1NkL6g6GqQGpIVBzpZc75BDfpq4PhfXBg==","shasum":"2325af134d221059ebc245a4ae5b39d24216a2ba","tarball":"https://registry.npmjs.org/npm/-/npm-7.16.0.tgz","fileCount":2746,"unpackedSize":13554536,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJguTGFCRA9TVsSAnZWagAA+ncQAJATB5qV+/7GpsHkQth4\nVUgDJjYqvs8gOX9gw/0b0Dee0oAp1e+9ijRZo/lopI+y7cK3aATdj7VJljIz\nEZVlAOvd29bD27OoBdrU3cOhMOn/7y9Dg4X+yz9yFXynBL+ljFvq5dWFwgub\n1Rurm3+9ykzJVUTL01RFw5SbRKsbhLpdiOXbGq/dV8lmQma4Mho9nuu2mhyE\nUxmkezQ3h3mI0UoRhw8gFh7oeElzhbkZet7eeDrKXRB3vsWJrKTAib2sisJd\nm+lXwBj3f0qCWi0dv2mbNp75UgaTousR9KusXQySYd0ExQVeQ4pB+GQ8HFmK\n1VJhCkupcEDkyOJQ/cTo4SUD3hyviGIYoiahmvUT9pPaaB2a0BFf8nj/wWul\nrzTItKMXDCUjxSseJgfH+TlKYJ3d7jb1PzJwZw7+mENmm7qWrfxSzZAhtbuw\nDn+TP1JsH5LaIx9n0S+s8AZUhz1l1Y6R8rcCq6gQrcm7ZZhqkOwLKe8jWdUp\nARMhtjUUMtDWe2vgFPifv0zUkj8QeJjASWJgJqFzEzLLHgBxo8rYerNFYYXJ\n5J8cABSWlh/q+DFDvZ9W4fjl3mj27LaX5Xo6lFm6Dsd8x/Nd/buhUnsm5cBu\nG7uieJjdTNU3M7jxXMlHwU8UHZnQiFpM9Zl8YtpTC0Wxznr78UCx5xw/NOmw\nI2jI\r\n=UC5d\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDrEbkKMdhwIW/Vm+heWDzJO8ElzEoWsuC01w9xsZPTnAiBH8+6Ht6Pk1oqshX0o5904kW6r9Sq3edi+05biXDl/zQ=="}]},"engines":{"node":">=10"}},"7.17.0":{"name":"npm","version":"7.17.0","dependencies":{"@npmcli/arborist":"^2.6.1","@npmcli/ci-detect":"^1.2.0","@npmcli/config":"^2.2.0","@npmcli/run-script":"^1.8.5","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","byte-size":"^7.0.1","cacache":"^15.2.0","chalk":"^4.1.0","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.6.0","columnify":"~1.5.4","glob":"^7.1.7","graceful-fs":"^4.2.6","hosted-git-info":"^4.0.2","ini":"^2.0.0","init-package-json":"^2.0.3","is-cidr":"^4.0.2","json-parse-even-better-errors":"^2.3.1","leven":"^3.1.0","libnpmaccess":"^4.0.2","libnpmdiff":"^2.0.4","libnpmexec":"^1.2.0","libnpmfund":"^1.1.0","libnpmhook":"^6.0.2","libnpmorg":"^2.0.2","libnpmpack":"^2.0.1","libnpmpublish":"^4.0.1","libnpmsearch":"^3.1.1","libnpmteam":"^2.0.3","libnpmversion":"^1.2.0","make-fetch-happen":"^9.0.1","minipass":"^3.1.3","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^7.1.2","nopt":"^5.0.0","npm-audit-report":"^2.1.5","npm-package-arg":"^8.1.4","npm-pick-manifest":"^6.1.1","npm-profile":"^5.0.3","npm-registry-fetch":"^11.0.0","npm-user-validate":"^1.0.1","npmlog":"~4.1.2","opener":"^1.5.2","pacote":"^11.3.3","parse-conflict-json":"^1.1.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^3.0.1","read-package-json-fast":"^2.0.2","readdir-scoped-modules":"^1.1.0","rimraf":"^3.0.2","semver":"^7.3.5","ssri":"^8.0.1","tar":"^6.1.0","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^1.0.4","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^3.0.3"},"devDependencies":{"eslint":"^7.26.0","eslint-plugin-import":"^2.23.4","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^5.1.0","eslint-plugin-standard":"^5.0.0","licensee":"^8.2.0","tap":"^15.0.9"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/run-script","abbrev","ansicolors","ansistyles","archy","byte-size","cacache","chalk","chownr","cli-columns","cli-table3","columnify","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","leven","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-yNzj4vQellvUGiBM/SzhfT89EV0vb7iILjTehSydTY/IgK2Vjk7/7J8WNJ2ysqcgfLY21ptI/j7uknt15IbbKQ==","shasum":"f30b4e3aa00627ca858c47d0e98c3a0452b7a62c","tarball":"https://registry.npmjs.org/npm/-/npm-7.17.0.tgz","fileCount":2401,"unpackedSize":11713976,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgwniGCRA9TVsSAnZWagAAVq0P/jc1SRKkPdkcgJ0K3YqD\nSs1byf29nxEDQHtJ+hsjjuhaljbu6pVWIfo7A0IgrxYmUt4UhRFhdGB4Stvn\n+MldPrqgtK3P07rBVBAQ1VdUuA/1BI4yTrnkGV3BpBgzQMeWe+Ch6abm/QTA\nSES+P9vJSbI4IdhnsAU/tEMfw5YHFK4UIoMtWKZWvVF3HVc/a9x4Tk0Xo5v+\nKUk1ODnTElFKEdH/8pzooMm1hGHMR/lRIfKQS0k0ImdSX3hzBM5+pVZ9V9O9\ngDXh/jJMe++Y/QRJE1ZkfnamV+8EpcGdMg1tdOY65Eqwz1xOocE0um7UkhR4\nPloWHb6k/AbuX4i5NtmTyVhtJCanwMH4gnAONtg1TwJ30IcBX4jRsJHqKTMu\nSMjybBl/PxuyOq1ue6ZcfPoLolzC+UVL2YWbqwT9XTSPS0a4khyVpmj/YtsF\n38wbsdBfzYbexBlwgD5ZhWE6OPu1gl2oBST7qPgJ6NQBhW/+PuTIymHO3hY8\n779UCzZ8Wva7MV209QM+aNSHnHTQ9PZtkpCqEX1qDSUKZ50jI0IbwAQvLq2k\nha0+x0SMmoCiIcZ7oJOyXe0fTgdbg+nz/I1Bl9tIDsQUUXIlTVYDLDt2NYuT\nzldi0RgA8yJERF6dHmJMEEELHS8URvJ3E/YonPOihbtrdg+bTsDRrrHRafWz\nuAud\r\n=a6Mv\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCbd1WATLoUgLRXGBoPBR3kfIc8NckCDQ9p/wX76FTZQAIgdVL+PSJ/Pu2HUpMGPSqlwZ1sYO3YlTDhJfcnu5CIcqs="}]},"engines":{"node":">=10"}},"7.18.0":{"name":"npm","version":"7.18.0","dependencies":{"@npmcli/arborist":"^2.6.3","@npmcli/ci-detect":"^1.2.0","@npmcli/config":"^2.2.0","@npmcli/run-script":"^1.8.5","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","byte-size":"^7.0.1","cacache":"^15.2.0","chalk":"^4.1.0","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.6.0","columnify":"~1.5.4","glob":"^7.1.7","graceful-fs":"^4.2.6","hosted-git-info":"^4.0.2","ini":"^2.0.0","init-package-json":"^2.0.3","is-cidr":"^4.0.2","json-parse-even-better-errors":"^2.3.1","leven":"^3.1.0","libnpmaccess":"^4.0.2","libnpmdiff":"^2.0.4","libnpmexec":"^2.0.0","libnpmfund":"^1.1.0","libnpmhook":"^6.0.2","libnpmorg":"^2.0.2","libnpmpack":"^2.0.1","libnpmpublish":"^4.0.1","libnpmsearch":"^3.1.1","libnpmteam":"^2.0.3","libnpmversion":"^1.2.1","make-fetch-happen":"^9.0.3","minipass":"^3.1.3","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^7.1.2","nopt":"^5.0.0","npm-audit-report":"^2.1.5","npm-package-arg":"^8.1.5","npm-pick-manifest":"^6.1.1","npm-profile":"^5.0.3","npm-registry-fetch":"^11.0.0","npm-user-validate":"^1.0.1","npmlog":"~4.1.2","opener":"^1.5.2","pacote":"^11.3.3","parse-conflict-json":"^1.1.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^3.0.1","read-package-json-fast":"^2.0.2","readdir-scoped-modules":"^1.1.0","rimraf":"^3.0.2","semver":"^7.3.5","ssri":"^8.0.1","tar":"^6.1.0","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^1.0.4","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^3.0.3"},"devDependencies":{"eslint":"^7.26.0","eslint-plugin-import":"^2.23.4","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^5.1.0","eslint-plugin-standard":"^5.0.0","licensee":"^8.2.0","tap":"^15.0.9"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/run-script","abbrev","ansicolors","ansistyles","archy","byte-size","cacache","chalk","chownr","cli-columns","cli-table3","columnify","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","leven","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-vUsel4a3mJ3pSjnN6tu0JY0U8mucO2cWXspLlQ7mMVGd3J3oJu6lVOdIrTJh5o9IWDWB69r3oir/GNAMab/QgQ==","shasum":"1ee8a8dae605c0c8040fbb1fff45175ac1982ffa","tarball":"https://registry.npmjs.org/npm/-/npm-7.18.0.tgz","fileCount":2407,"unpackedSize":11798349,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgy5CKCRA9TVsSAnZWagAAnEkP/2SJTL7WZf8dH9ctwZBY\nPJ7xQyyAk1Wy9K5HIGaUmcPwsuSbjymM/WrzyDKX+ouuhlt0jRuDv55ReAGP\ngLkhbW46XcxApqcvl6jf8SHFRZQSDc7nO3CrAkZMpqQCJ5w+bHRVL+4YGTrC\nzH4DAZIzp5VJw/o2GjsEl0Qp1r0khZLNGooxY3k4WmxAO+67m7yXjWXVsxhA\n2Nsxzcib/Y+C2aadalRAHy062fAiYGs9NABkkKepXPGOO5YuF+y+tAKCqkrk\n3lGfEPDBI9y7SpQW9zP/7Haa9wrdsz5iboxvIuQZ6anbAXUq7FAgVzuiyN7Y\nbYY0mcVTIdUT205xhwmDp+E3fu0eJh/WEWg7hgM3uzRclGwitC/o9kXm2YV2\n3TYUon7nRPkZwe67+moH/uwJaYGNzkGOmMS8tWaw3hRGNzla8jniQmrKL6sZ\nLKQihZptB9MfUCqrAlFmyA7zWqqwcBN5kc7wJNXm7Cfqp79ZYsdXgkqrwJj3\ncXz3P5RFuPM4TtSK/bE6GSDPS5Be+BD3uwxHJkBaneLeUOhsKZnJUIkSzYcV\n0i5PHu6vUVceHuWbVooDYXPdTE4IrtbIAAUYd3WMv7i1xGwvz6Wq1dgZE3c5\n+KsKj3Cf4044ci7H+dSC+DC+WX/0IDH8m/4AYoRFq/Qjq/CGaOrSBOEJ6MuZ\nzUG4\r\n=dho6\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBCbEmCOLpqTvYUiJTJ7gOtwf6pg8Xjyqm1t/mJineIyAiADOys8jcfaZ9QrzhFtbNVQPcuaFfo/6EDP/M56olJ9uQ=="}]},"engines":{"node":">=10"}},"7.18.1":{"name":"npm","version":"7.18.1","dependencies":{"@npmcli/arborist":"^2.6.3","@npmcli/ci-detect":"^1.2.0","@npmcli/config":"^2.2.0","@npmcli/run-script":"^1.8.5","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","byte-size":"^7.0.1","cacache":"^15.2.0","chalk":"^4.1.0","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.6.0","columnify":"~1.5.4","glob":"^7.1.7","graceful-fs":"^4.2.6","hosted-git-info":"^4.0.2","ini":"^2.0.0","init-package-json":"^2.0.3","is-cidr":"^4.0.2","json-parse-even-better-errors":"^2.3.1","leven":"^3.1.0","libnpmaccess":"^4.0.2","libnpmdiff":"^2.0.4","libnpmexec":"^2.0.0","libnpmfund":"^1.1.0","libnpmhook":"^6.0.2","libnpmorg":"^2.0.2","libnpmpack":"^2.0.1","libnpmpublish":"^4.0.1","libnpmsearch":"^3.1.1","libnpmteam":"^2.0.3","libnpmversion":"^1.2.1","make-fetch-happen":"^9.0.3","minipass":"^3.1.3","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^7.1.2","nopt":"^5.0.0","npm-audit-report":"^2.1.5","npm-package-arg":"^8.1.5","npm-pick-manifest":"^6.1.1","npm-profile":"^5.0.3","npm-registry-fetch":"^11.0.0","npm-user-validate":"^1.0.1","npmlog":"~4.1.2","opener":"^1.5.2","pacote":"^11.3.3","parse-conflict-json":"^1.1.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^3.0.1","read-package-json-fast":"^2.0.2","readdir-scoped-modules":"^1.1.0","rimraf":"^3.0.2","semver":"^7.3.5","ssri":"^8.0.1","tar":"^6.1.0","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^1.0.4","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^3.0.3"},"devDependencies":{"eslint":"^7.26.0","eslint-plugin-import":"^2.23.4","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^5.1.0","eslint-plugin-standard":"^5.0.0","licensee":"^8.2.0","tap":"^15.0.9"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/run-script","abbrev","ansicolors","ansistyles","archy","byte-size","cacache","chalk","chownr","cli-columns","cli-table3","columnify","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","leven","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-fu7rMtc4ZaDnFlZsiLhqwWWs6KixOcBGiBLoJH+AbuaznwtT8mYQnq5nGNN14Jib+E9OjkjNRgg+X45Ia9xtKQ==","shasum":"9f5b74f567c64b9ce3ad8c4b6ecde5ce69137c98","tarball":"https://registry.npmjs.org/npm/-/npm-7.18.1.tgz","fileCount":2414,"unpackedSize":11838084,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgy5pSCRA9TVsSAnZWagAA+v0QAIbNmKZhy5FcOvLfu63E\n2StVaTPCM/y+AeYc7bxplFI6GEChgbkReIs9/K+kqcgHpQUlBPn4RQsS2SAX\nDDygeqk5LAtaimRhnAB2bFzDf03x+rFjDCy361O+lhd0W8RonxUa5WXXIhI5\nf+6BkiVK0tE6gHlIw+ySLMQ5/UwcB8rwXWQFepMc5Gf6a11UmPMBKp52QaMS\nYNrCMM08YAz3xlmNIhy0t/5pd4UQzS1zBxP6LTtqrAWTTQPw+kOxq8yRbbRM\n0vFrXHNNLy7cjd9Ar6GmkokzpkgdS8V0aSQECpQzWElN/fzV5ZLt/mhVKcPH\n/3Q4qgcmpYoJ0f9HOxnjjCTs6KYPv74NmMsK+kIj7+dBwbybZbHJB1VDrBh9\nm6Ugtm7xwmxJhAuSKd3jRSX2qYIQL8+1ISmSlqbfBCz1Fcff50YiYUUwGBgS\n+5S8LVD6zlPUOpZTB3dpOFrlS1cuX/tRohZJ9X9muDPe9S6gxUyLcdXa+Stn\n6wqNR0MNrVGXlZ7UWas64PuP+3qyv6dc9oYzaApXkuMRr9L7JB3VAWkEEgur\ndFzv+5dzCX0QsUXW9abTOLN0sAbsi4OSO12D5wQSiwC7x9uLpSLpFKMBNHs2\nKE+/rKSjtQJ4JuklxI9JwaXAT48YjWFjKgfsoR317IEG51aQYvr3ebEgWHZG\nlkBJ\r\n=NcD9\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDxGEtq7ga83H7R1c1ntje9P/lAqfE14teB5ajt2TN1dgIgILh/C55tQhyrC+92FNISH+BNnlZsRQx6FRqwiDelBAM="}]},"engines":{"node":">=10"}},"7.19.0":{"name":"npm","version":"7.19.0","dependencies":{"@npmcli/arborist":"^2.6.4","@npmcli/ci-detect":"^1.2.0","@npmcli/config":"^2.2.0","@npmcli/package-json":"^1.0.1","@npmcli/run-script":"^1.8.5","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","byte-size":"^7.0.1","cacache":"^15.2.0","chalk":"^4.1.0","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.6.0","columnify":"~1.5.4","glob":"^7.1.7","graceful-fs":"^4.2.6","hosted-git-info":"^4.0.2","ini":"^2.0.0","init-package-json":"^2.0.3","is-cidr":"^4.0.2","json-parse-even-better-errors":"^2.3.1","leven":"^3.1.0","libnpmaccess":"^4.0.2","libnpmdiff":"^2.0.4","libnpmexec":"^2.0.0","libnpmfund":"^1.1.0","libnpmhook":"^6.0.2","libnpmorg":"^2.0.2","libnpmpack":"^2.0.1","libnpmpublish":"^4.0.1","libnpmsearch":"^3.1.1","libnpmteam":"^2.0.3","libnpmversion":"^1.2.1","make-fetch-happen":"^9.0.3","minipass":"^3.1.3","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^7.1.2","nopt":"^5.0.0","npm-audit-report":"^2.1.5","npm-package-arg":"^8.1.5","npm-pick-manifest":"^6.1.1","npm-profile":"^5.0.3","npm-registry-fetch":"^11.0.0","npm-user-validate":"^1.0.1","npmlog":"~4.1.2","opener":"^1.5.2","pacote":"^11.3.3","parse-conflict-json":"^1.1.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^3.0.1","read-package-json-fast":"^2.0.2","readdir-scoped-modules":"^1.1.0","rimraf":"^3.0.2","semver":"^7.3.5","ssri":"^8.0.1","tar":"^6.1.0","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^1.0.4","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^3.0.3"},"devDependencies":{"eslint":"^7.26.0","eslint-plugin-import":"^2.23.4","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^5.1.0","eslint-plugin-standard":"^5.0.0","licensee":"^8.2.0","tap":"^15.0.9"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/package-json","@npmcli/run-script","abbrev","ansicolors","ansistyles","archy","byte-size","cacache","chalk","chownr","cli-columns","cli-table3","columnify","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","leven","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-bak/ZycWS8kalVFJ2m1JEo2pgvSwEDA9FMGthGnufAKciu4X4kpJMDZKe8VZKNaA/cXehd9XI7QdSZXmZauR8Q==","shasum":"737ada34a20d2f72575b5b221900b6834ba71af6","tarball":"https://registry.npmjs.org/npm/-/npm-7.19.0.tgz","fileCount":2419,"unpackedSize":11842954,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg1PmtCRA9TVsSAnZWagAAqSQP/20vXRx3wZN/RFIKsBp/\nbPCjW5XVjTzwH5YZoG3S1PivvIPIxqzosPoPBvxwa1qxeu+odBHkRadv26CH\nQNm+VFxM3EHfXVAOBcoWz0vrYRy/QRKNMZ1cLm4RrbVfZTTLfYTqZ44p0hMX\nZpgKwcF4q0tZOcvFsMVbB01vSvnKxDxUaXBOzoISpTVm+uSn05AeCwMWmO3M\n3hH3RBDgZGvluwMSomYgKYdot6dFPdIt8vRPlmHueA6A5jZrdoc7y85S7I15\n+qq5G0HuSH93yC+Gv1lY39WclVuaeU/wPajRnqtpXiRvAVmNd0O5CQmTvCwo\nGfk4oOjXQXJ3ChwnpZAdm/Aj35eleHvwHL1OhEafTtt+Xi+Jin4XEdoMw/G5\nPuMHMQF5wuvmziqHU97urRNIFxa3WBdfijs/MrcFJuGTmrn5UbkgauTMmGoZ\nnTZJxQGs2sx52JFBEf16G87YEhSRh23ve67o+Cj3OeLWwI09ABB0Pyuhiy7h\n3rgcmlRp3RZTGSkq8P9KPRCJJPAjUUnVaMba0UQg3C4EMvE33FbY9BCCDzZb\nLSH05VNXcK4IWnmxtaLzApCN9NmlIcM5hA1YY5q8pXBBlYJm2DAjhTJdwhP6\nHt9eLo3BZHzGtv/HjeNoXtP21Xs7fdQqEv6Ha1cMcoR/+vNEkoXao4Hz1FP3\nOR07\r\n=jXdC\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCgTVC+9Q/Dk93nN6Ht1S+IWUG0gp7eO7lUXD1DwvEpfQIgCQxwMLN8/wRf3eOiSjpa9bdtA/heAx+P6inNAPw2qMY="}]},"engines":{"node":">=10"}},"7.19.1":{"name":"npm","version":"7.19.1","dependencies":{"@npmcli/arborist":"^2.6.4","@npmcli/ci-detect":"^1.2.0","@npmcli/config":"^2.2.0","@npmcli/package-json":"^1.0.1","@npmcli/run-script":"^1.8.5","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","byte-size":"^7.0.1","cacache":"^15.2.0","chalk":"^4.1.0","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.6.0","columnify":"~1.5.4","glob":"^7.1.7","graceful-fs":"^4.2.6","hosted-git-info":"^4.0.2","ini":"^2.0.0","init-package-json":"^2.0.3","is-cidr":"^4.0.2","json-parse-even-better-errors":"^2.3.1","leven":"^3.1.0","libnpmaccess":"^4.0.2","libnpmdiff":"^2.0.4","libnpmexec":"^2.0.0","libnpmfund":"^1.1.0","libnpmhook":"^6.0.2","libnpmorg":"^2.0.2","libnpmpack":"^2.0.1","libnpmpublish":"^4.0.1","libnpmsearch":"^3.1.1","libnpmteam":"^2.0.3","libnpmversion":"^1.2.1","make-fetch-happen":"^9.0.3","minipass":"^3.1.3","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^7.1.2","nopt":"^5.0.0","npm-audit-report":"^2.1.5","npm-package-arg":"^8.1.5","npm-pick-manifest":"^6.1.1","npm-profile":"^5.0.3","npm-registry-fetch":"^11.0.0","npm-user-validate":"^1.0.1","npmlog":"~4.1.2","opener":"^1.5.2","pacote":"^11.3.3","parse-conflict-json":"^1.1.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^3.0.1","read-package-json-fast":"^2.0.2","readdir-scoped-modules":"^1.1.0","rimraf":"^3.0.2","semver":"^7.3.5","ssri":"^8.0.1","tar":"^6.1.0","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^1.0.4","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^3.0.3"},"devDependencies":{"eslint":"^7.26.0","eslint-plugin-import":"^2.23.4","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^5.1.0","eslint-plugin-standard":"^5.0.0","licensee":"^8.2.0","tap":"^15.0.9"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/package-json","@npmcli/run-script","abbrev","ansicolors","ansistyles","archy","byte-size","cacache","chalk","chownr","cli-columns","cli-table3","columnify","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","leven","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-aN3hZzGkPzKOyhjXtOhnQTGumorFhgpOU6xfuQsF1nJKh4DhsgfOMG4s/SNx56r4xHPvM5m/sk914wzDgKba3A==","shasum":"864310bce731f10e5602e4a97a44b80306b70b4d","tarball":"https://registry.npmjs.org/npm/-/npm-7.19.1.tgz","fileCount":2419,"unpackedSize":11838277,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg3fqpCRA9TVsSAnZWagAAZB0P/1zlFoR+4+3m8ptWhboz\n1RisztTe1psVHVzGIpgENOed+KH7fZuurt0+ds9OmOXXNOS8MxSckIC90lje\nDdxfyMPHYXSJacVivPD6WvTL2O6aqFHtOnmZKENQ7yg76cxe8WgVW/kxLKka\n2kJvCENlYwvK2irm7eet3+Q5jjhbegsTMZjN4StpIxWa3ORDRKBYMwz0aBLG\nZZKgJmmPFSp4ptKo2b/Qh9rGdtZMknDQMDSLqj2xHnaTdhVPc0GaNLN1nKHZ\nOvPeqMolb9y/v8koxjlWcWmZJb53ru5bXCjAbQc7MrTRsrtXK5U4iSIuLfX2\nCdtnyml6m0PiwL9dFlyPKng/aYJOkedzK0Vr0muH4ZTdglRy7r0Pxp8KNhX2\nhIMqHu8ZwWqzRxAyxIGCS2iHGmg1thUyHXwHpEmNG+0k1s2of7wpdvN6W2wJ\nhz2rqnJflMQnr8EEEnk8KG9eNROwuUfBABjf5ddJBBcieru5YMZnynV4wqMs\nQrZ9ChtQ8gbOQHOEiiGFoS2+Hqfov+aCGj8g3Mq1Cp/KsC+JBrIX6nyzvi2G\n+ghmfm+fchhwqHB4QYWyjsVaLJ5Z6HheP81HVDFKxMkBri49MdvzpzcyKqDy\niUlJhpnipZ+UVcjskL4SUxgiVJabMu9E4KA0Bc5AtWPg4uFDSkHEXBViXWgu\nith3\r\n=5ACK\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCmgoebMsDmf6DdVpsq61LNe3o+HO+nikJcRLfsUmb9IgIhAMkqnG4cXpmnc8qehb2Ph2+bRUbkP+LHIa13b8BTasjE"}]},"engines":{"node":">=10"}},"7.20.0":{"name":"npm","version":"7.20.0","dependencies":{"@npmcli/arborist":"^2.7.1","@npmcli/ci-detect":"^1.2.0","@npmcli/config":"^2.2.0","@npmcli/package-json":"^1.0.1","@npmcli/run-script":"^1.8.5","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","byte-size":"^7.0.1","cacache":"^15.2.0","chalk":"^4.1.0","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.6.0","columnify":"~1.5.4","glob":"^7.1.7","graceful-fs":"^4.2.6","hosted-git-info":"^4.0.2","ini":"^2.0.0","init-package-json":"^2.0.3","is-cidr":"^4.0.2","json-parse-even-better-errors":"^2.3.1","leven":"^3.1.0","libnpmaccess":"^4.0.2","libnpmdiff":"^2.0.4","libnpmexec":"^2.0.0","libnpmfund":"^1.1.0","libnpmhook":"^6.0.2","libnpmorg":"^2.0.2","libnpmpack":"^2.0.1","libnpmpublish":"^4.0.1","libnpmsearch":"^3.1.1","libnpmteam":"^2.0.3","libnpmversion":"^1.2.1","make-fetch-happen":"^9.0.4","minipass":"^3.1.3","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^7.1.2","nopt":"^5.0.0","npm-audit-report":"^2.1.5","npm-package-arg":"^8.1.5","npm-pick-manifest":"^6.1.1","npm-profile":"^5.0.3","npm-registry-fetch":"^11.0.0","npm-user-validate":"^1.0.1","npmlog":"~4.1.2","opener":"^1.5.2","pacote":"^11.3.5","parse-conflict-json":"^1.1.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^3.0.1","read-package-json-fast":"^2.0.2","readdir-scoped-modules":"^1.1.0","rimraf":"^3.0.2","semver":"^7.3.5","ssri":"^8.0.1","tar":"^6.1.0","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^1.0.4","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^3.0.3"},"devDependencies":{"eslint":"^7.30.0","eslint-plugin-import":"^2.23.4","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^5.1.0","eslint-plugin-standard":"^5.0.0","licensee":"^8.2.0","tap":"^15.0.9"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/package-json","@npmcli/run-script","abbrev","ansicolors","ansistyles","archy","byte-size","cacache","chalk","chownr","cli-columns","cli-table3","columnify","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","leven","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-59Eje4RcXP9EKYPIJvBvQGTyfEvZWaKdOx5+YZ+IJ+fqYhJJH5ng78qcdD8sFPyA1g1MFBR0DYXKfncwbxXpVA==","shasum":"06e79247c8836cbd1dee07a6bc380db624f89c5b","tarball":"https://registry.npmjs.org/npm/-/npm-7.20.0.tgz","fileCount":2469,"unpackedSize":12195007,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg8JDGCRA9TVsSAnZWagAADC0P/3t5G3HoItLmG+botkiS\nWxv/KsP2G//7cXSogZ5p254OIuIXMKt1k9N4eZalqYFfrCayYpnCYDfCcSti\nAG7xC/CeUybqmzCgokFI2t3UoBaC5GULCDI0nAIiZpUjWjjvgN40BL8/V3Yh\nuEj9aBO+DcQ3HoOBC0J34eTceoRlaD0gDJmgGjvcvJBwTKRnj1TO5MU27CSb\nJ7Tgc0BVQadHbCLFiBZUTevM6zCYJ3fEko52Umox7gObCE+AWd+WYmsvZbxX\nv808j58g6h05SpKiiF8nDcZs0WOhnqppAjT5Qx3kV/2QCumvlfBi2fNIees4\nI7P97cnZX+bdY/gfIk0rOWE7oFIr5s5tJ6vRUMp5gro+Q5d6E/VFKBjPrcWk\n2sv6O+/Z4fc5pUmb9CJGtIhnlYljgpJWiMLGM0/U1zAJvnltIWWR94fRYY3p\nwWnjSIN8j8tVPxau0tJUQlm++86fpyjgwDfzD1P2oXo1JlCG1b+8dXaMCztM\n993kJCzmjSEgj2JQFsiTMZ9g6Qd1iCVF15D5YpP2CQcCeQMEWLIv27ps4fE6\nCEWTNN/h7s9EyOxOgpnr1oGkAB4BYK5YqFA3IWPwkOJ02EktNRocUUEUJ2K6\n4Hf4eDoSe3rpqlFwTCJEEBHIExEBea+IEUXMDgWVShmReU/BL+Usty+URYjt\naBbF\r\n=2Bvz\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCd4JVjj8clQH/8+oLa7dotuTgjYXMPzdISLvE42BP0ewIhAMcYusTFHKJyn/tkBiu1PbeV3/Ur+AG1t1u5qdGN5ECc"}]},"engines":{"node":">=10"}},"7.20.1":{"name":"npm","version":"7.20.1","dependencies":{"@npmcli/arborist":"^2.7.1","@npmcli/ci-detect":"^1.2.0","@npmcli/config":"^2.2.0","@npmcli/package-json":"^1.0.1","@npmcli/run-script":"^1.8.5","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","byte-size":"^7.0.1","cacache":"^15.2.0","chalk":"^4.1.0","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.6.0","columnify":"~1.5.4","glob":"^7.1.7","graceful-fs":"^4.2.6","hosted-git-info":"^4.0.2","ini":"^2.0.0","init-package-json":"^2.0.3","is-cidr":"^4.0.2","json-parse-even-better-errors":"^2.3.1","leven":"^3.1.0","libnpmaccess":"^4.0.2","libnpmdiff":"^2.0.4","libnpmexec":"^2.0.0","libnpmfund":"^1.1.0","libnpmhook":"^6.0.2","libnpmorg":"^2.0.2","libnpmpack":"^2.0.1","libnpmpublish":"^4.0.1","libnpmsearch":"^3.1.1","libnpmteam":"^2.0.3","libnpmversion":"^1.2.1","make-fetch-happen":"^9.0.4","minipass":"^3.1.3","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^7.1.2","nopt":"^5.0.0","npm-audit-report":"^2.1.5","npm-package-arg":"^8.1.5","npm-pick-manifest":"^6.1.1","npm-profile":"^5.0.3","npm-registry-fetch":"^11.0.0","npm-user-validate":"^1.0.1","npmlog":"^5.0.0","opener":"^1.5.2","pacote":"^11.3.5","parse-conflict-json":"^1.1.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^3.0.1","read-package-json-fast":"^2.0.3","readdir-scoped-modules":"^1.1.0","rimraf":"^3.0.2","semver":"^7.3.5","ssri":"^8.0.1","tar":"^6.1.0","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^1.0.4","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^3.0.3"},"devDependencies":{"eslint":"^7.31.0","eslint-plugin-import":"^2.23.4","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^5.1.0","eslint-plugin-standard":"^5.0.0","licensee":"^8.2.0","tap":"^15.0.9"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/package-json","@npmcli/run-script","abbrev","ansicolors","ansistyles","archy","byte-size","cacache","chalk","chownr","cli-columns","cli-table3","columnify","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","leven","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-Fau808Ybtzja6SdOglKyUfEX1vC57Gq9zR20IfK2z+iwaLmYOHvHqf3zQoeXzNLDzT5bf+CnKns3EhHLFLguew==","shasum":"31215a343c05611988190cedefe35a754db3c770","tarball":"https://registry.npmjs.org/npm/-/npm-7.20.1.tgz","fileCount":2448,"unpackedSize":11943745,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg+dS1CRA9TVsSAnZWagAACv4P/2OdlRKBz6raFhk+oLHH\nc1f5E6uomM6APQGSb/59B6XYUDhtCQBflqRvtL5ghHpfNfnmB08JhHtGMITl\nrD+SB3ITZrzPHYNADe0Ok94JyIvujODAEsPFHkDxZIzI4tLM2WlhfISfTuLt\nXG/27ZOOToy+I2WFwFOwbEAtND+ylZEJ8HL1GgVMQslSoo9euqbEJ7kzeC5t\nk88qvHDR1RZA2PsYcvNt49PcXn877RSrX7MPXVOzhyuZflCLKXO3MwAoKRG3\nGtjesYie1w+hy9679rbWwxwm8ZnwMFxYr0k9x6SFnpGbxwjulev9I324yoxA\nGYA8F3wUInCYC3B8XykCM8PZ7/OpIzyEsMT/aUjbqdk9xSoL4gKtrLnFt77C\nCyYmJLGPBbDbBiqsvWzrXDRo90HMH+f9TfmVa2ndnBvH4O/G8gv8wQ1nYcQF\nmn801axLbUIu4AMPXDH3eKiPo3tbHgYJcZDa9W7XZ7MTAwLD35Y0jESEVm7N\nbnv2S4gO5UWxfbVTF3MOBWxeJYggX7MEdyeojwBdh9pKPpOo2ITYcR1X0Obl\n8v7gbnfmMMwH14NuEzDBtna81uq2tOKnvuKFv5WGRxcEo3nlpG7Ib3hXb1ld\nwuLwv+GapIPdTtmrjJwB/YwPIJbtU0QKIGb5vPwqe938qMIp8xVOkWwTtRGE\nQUAU\r\n=gcRc\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCFv9iY3LkUFkTPVAVQBpd/PvZPr6Y6NneZ9+GCPJUWUgIgJ0iJ+OWEj61sllqipXKIg6kMVy/B21mF+2Wz9rbFwVk="}]},"engines":{"node":">=10"}},"7.20.2":{"name":"npm","version":"7.20.2","dependencies":{"@npmcli/arborist":"^2.7.1","@npmcli/ci-detect":"^1.2.0","@npmcli/config":"^2.2.0","@npmcli/package-json":"^1.0.1","@npmcli/run-script":"^1.8.5","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","byte-size":"^7.0.1","cacache":"^15.2.0","chalk":"^4.1.0","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.6.0","columnify":"~1.5.4","glob":"^7.1.7","graceful-fs":"^4.2.6","hosted-git-info":"^4.0.2","ini":"^2.0.0","init-package-json":"^2.0.3","is-cidr":"^4.0.2","json-parse-even-better-errors":"^2.3.1","leven":"^3.1.0","libnpmaccess":"^4.0.2","libnpmdiff":"^2.0.4","libnpmexec":"^2.0.0","libnpmfund":"^1.1.0","libnpmhook":"^6.0.2","libnpmorg":"^2.0.2","libnpmpack":"^2.0.1","libnpmpublish":"^4.0.1","libnpmsearch":"^3.1.1","libnpmteam":"^2.0.3","libnpmversion":"^1.2.1","make-fetch-happen":"^9.0.4","minipass":"^3.1.3","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^7.1.2","nopt":"^5.0.0","npm-audit-report":"^2.1.5","npm-package-arg":"^8.1.5","npm-pick-manifest":"^6.1.1","npm-profile":"^5.0.3","npm-registry-fetch":"^11.0.0","npm-user-validate":"^1.0.1","npmlog":"^5.0.0","opener":"^1.5.2","pacote":"^11.3.5","parse-conflict-json":"^1.1.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^3.0.1","read-package-json-fast":"^2.0.3","readdir-scoped-modules":"^1.1.0","rimraf":"^3.0.2","semver":"^7.3.5","ssri":"^8.0.1","tar":"^6.1.2","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^1.0.4","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^3.0.3"},"devDependencies":{"eslint":"^7.31.0","eslint-plugin-import":"^2.23.4","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^5.1.0","eslint-plugin-standard":"^5.0.0","licensee":"^8.2.0","tap":"^15.0.9"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/package-json","@npmcli/run-script","abbrev","ansicolors","ansistyles","archy","byte-size","cacache","chalk","chownr","cli-columns","cli-table3","columnify","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","leven","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-FQv1ihcP9HRMUUrpTYCWEUa59pOjcl8a0Nigeid/pCbg87lX9oyxODGtVEme+vCqV58zxMX9IfWC4V5QXaWGHA==","shasum":"68bcd32dd0340b26975a711b0e6f8e27cd721755","tarball":"https://registry.npmjs.org/npm/-/npm-7.20.2.tgz","fileCount":2449,"unpackedSize":11944967,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhADN5CRA9TVsSAnZWagAAbE4P/3exOJiioYle3TiiDmbp\nsqA4iKcNUCK3Jckq6LQ7SZMuuZJYqhimRZFT6mC8ycT4NLE/VDr70lNBn8lK\nv+AWD9Yr2ppdNP6oCRm6bwglLmZJ0mdr+uvYATm384sfhfbAQpxOZjx7qdZ1\nEjVVcxniilJAZYhQrfBaj4LKBZWp+EV90eWM80pDlDqHo/ZpnfWtEcPMrvZ6\nPowtSnqbDFpoA0xz+W0M56rtiklBms0bG6HKgJqCX7IoDZbHxCzv6wJ+xX5+\nb/EK36Jq1aSxFPctEoGiUo4r54ujJS/NLmQZVXE1Kouhe8deEOa8+06/S+rP\nqNlnraTUGMAekZcnTq6lY+Qi4LwjTPJjdOw4AScAWGel732w2QtFv9VdTlmB\ni1uQU3wVX3B9ykt+BTG0zh3MRBekaB1wi9woOsAeobcoCFYEnv1Ia0AR4eOS\nv1uR3apiec+07qcclx4SOdpsianxv9BluA5KvipN2r9dwS02m5V10D/9e8M6\nv0g4KlTBpGOAR+1WKdXubahZ9u8/y9gVOrJMWHpHvciERFaeOto18tSjP+4o\nBbwbEyTTg3+dc2EkJai+0rGkG1OY55RtZveMyy10OPsPH5PcNGkylH88lEzq\ne6aqAPb5HpCwmEEgcTK+DSRE1S0seVYKW2NKCWAIsME8+YPpQTUg1v7sQi7T\nE6z5\r\n=ElcL\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDCm5ZiWYINdlCAJtkoeHCy5t4NM3BP7t0xSk4saChp0QIgVozsnCsXnlWaizjfYfgyK6F+r5wqIEa6DFS/Nk4J4T8="}]},"engines":{"node":">=10"}},"6.14.14":{"name":"npm","version":"6.14.14","dependencies":{"JSONStream":"^1.3.5","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^1.1.8","bluebird":"^3.5.5","byte-size":"^5.0.1","cacache":"^12.0.3","call-limit":"^1.1.1","chownr":"^1.1.4","ci-info":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.5.1","cmd-shim":"^3.0.3","columnify":"~1.5.4","config-chain":"^1.1.12","detect-indent":"~5.0.0","detect-newline":"^2.1.0","dezalgo":"~1.0.3","editor":"~1.0.0","figgy-pudding":"^3.5.1","find-npm-prefix":"^1.0.2","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","gentle-fs":"^2.3.1","glob":"^7.1.6","graceful-fs":"^4.2.4","has-unicode":"~2.0.1","hosted-git-info":"^2.8.9","iferr":"^1.0.2","infer-owner":"^1.0.4","inflight":"~1.0.6","inherits":"^2.0.4","ini":"^1.3.8","init-package-json":"^1.10.3","is-cidr":"^3.0.0","json-parse-better-errors":"^1.0.2","lazy-property":"~1.0.0","libcipm":"^4.0.8","libnpm":"^3.0.1","libnpmaccess":"^3.0.2","libnpmhook":"^5.0.3","libnpmorg":"^1.0.1","libnpmsearch":"^2.0.2","libnpmteam":"^1.0.2","libnpx":"^10.2.4","lock-verify":"^2.1.0","lockfile":"^1.0.4","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"^5.1.1","meant":"^1.0.2","mississippi":"^3.0.0","mkdirp":"^0.5.5","move-concurrently":"^1.0.1","node-gyp":"^5.1.0","nopt":"^4.0.3","normalize-package-data":"^2.5.0","npm-audit-report":"^1.3.3","npm-cache-filename":"~1.0.2","npm-install-checks":"^3.0.2","npm-lifecycle":"^3.1.5","npm-package-arg":"^6.1.1","npm-packlist":"^1.4.8","npm-pick-manifest":"^3.0.2","npm-profile":"^4.0.4","npm-registry-fetch":"^4.0.7","npm-user-validate":"^1.0.1","npmlog":"~4.1.2","once":"~1.4.0","opener":"^1.5.2","osenv":"^0.1.5","pacote":"^9.5.12","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"^0.12.0","query-string":"^6.8.2","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"^1.0.5","read-installed":"~4.0.3","read-package-json":"^2.1.1","read-package-tree":"^5.3.1","readable-stream":"^3.6.0","readdir-scoped-modules":"^1.1.0","request":"^2.88.0","retry":"^0.12.0","rimraf":"^2.7.1","safe-buffer":"^5.1.2","semver":"^5.7.1","sha":"^3.0.0","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"^6.0.2","stringify-package":"^1.0.1","tar":"^4.4.15","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"^1.1.1","unpipe":"~1.0.0","update-notifier":"^2.5.0","uuid":"^3.3.3","validate-npm-package-license":"^3.0.4","validate-npm-package-name":"~3.0.0","which":"^1.3.1","worker-farm":"^1.7.0","write-file-atomic":"^2.4.3","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*"},"devDependencies":{"bl":"^3.0.1","deep-equal":"^1.0.1","get-stream":"^4.1.0","licensee":"^7.0.3","marked":"^0.7.0","marked-man":"^0.7.0","npm-registry-mock":"^1.3.1","require-inject":"^1.4.4","sprintf-js":"^1.1.2","standard":"^11.0.1","tacks":"^1.3.0","tap":"^12.7.0","tar-stream":"^2.1.0"},"bundleDependencies":["abbrev","ansicolors","ansistyles","aproba","archy","bin-links","bluebird","byte-size","cacache","call-limit","chownr","ci-info","cli-columns","cli-table3","cmd-shim","columnify","config-chain","debuglog","detect-indent","detect-newline","dezalgo","editor","figgy-pudding","find-npm-prefix","fs-vacuum","fs-write-stream-atomic","gentle-fs","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","infer-owner","inflight","inherits","ini","init-package-json","is-cidr","json-parse-better-errors","JSONStream","lazy-property","libcipm","libnpm","libnpmaccess","libnpmhook","libnpmorg","libnpmsearch","libnpmteam","libnpx","lock-verify","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mississippi","mkdirp","move-concurrently","node-gyp","nopt","normalize-package-data","npm-audit-report","npm-cache-filename","npm-install-checks","npm-lifecycle","npm-package-arg","npm-packlist","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","qrcode-terminal","query-string","qw","read-cmd-shim","read-installed","read-package-json","read-package-tree","read","readable-stream","readdir-scoped-modules","request","retry","rimraf","safe-buffer","semver","sha","slide","sorted-object","sorted-union-stream","ssri","stringify-package","tar","text-table","tiny-relative-date","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","worker-farm","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-4TnYPV3rvwk9m92ON0iFrdXtRyMhrNkGdI8sr3dy1HVE3pVNxR9FyWYbjAw/HjfmHvmHUbxTVbmjAMv8NhIa6Q==","shasum":"317fb132831b76828a6a180dd9cbcbb23c5d2a20","tarball":"https://registry.npmjs.org/npm/-/npm-6.14.14.tgz","fileCount":4203,"unpackedSize":22951051,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhAFwtCRA9TVsSAnZWagAA7e4P/2plHVdz8wrj6so1VCaj\n59DKUpeMG2sZ4VmzzMF07unnD2+pSjazfKrBzewzReM/L071lyZQ7OCOHxnd\nkfDPqe8G6bs3CVoxasoEPSeZUKIsRrbyMF5Bf90gyQ3LZMlyX2Kr8Q8fASMW\nskxVc7pzFJnGXiiil3+ZF8ZW11xpTZ+i9423tpOUI89d1ZOHysOmzD66R2Jx\nLhbrtilup4pF34qalm38oKXS9P3RvkQETNQo5ZoL3iNFpubRPrPHP8T35AQ2\n0OsrLrDOp7ix1yo/gVQ26de9tuBjp9BZ3vMgPal3bI4+Lr4Y85yn3Kp+anHI\nZVtHcVHuFbd0aJaDnZflC4Qq0YeKJTDySPds1YWGuoi/EZnkQ4SVt9HAoSJw\nD8M3iL1M4nVYXUW1DjMA8oyTaWhPwSd8szR4RIt/kav4O9pICvKBXwEv3Gph\nidI7RnHvipj0O1uyPuSOgsivvlMd0YQKT6ksP74zzIJ99P++SVK7ik8PKkYJ\n+YlQCLeVEB34Q8GhiYJjSor2lycZP4CNlzubkHhxvel/b8lD+g2Sq95bvGhF\ntHRWdOKNs3Xpmm1LYRmoozcLhl7Z8l8f+ErJXo6hQMyOEBZEbDkrYiHwQCTh\ntjOmcj2xTeqnzVSqtLbI4SAnjf76gM0PP8yZuoBO9bEGqBUOntpKynAL2Gw0\nyTs7\r\n=bgnv\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDUXhMxVrgLpY9rBkhWe5MR1cLDSsetaUMH0ijiFkJYUAiEA8sQjoeAOvkBIo8KzGkpXBxl5LXopeD5OHN1StrkM2ZA="}]},"engines":{"node":"6 >=6.2.0 || 8 || >=9.3.0"}},"7.20.3":{"name":"npm","version":"7.20.3","dependencies":{"@npmcli/arborist":"^2.8.0","@npmcli/ci-detect":"^1.2.0","@npmcli/config":"^2.2.0","@npmcli/package-json":"^1.0.1","@npmcli/run-script":"^1.8.5","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","byte-size":"^7.0.1","cacache":"^15.2.0","chalk":"^4.1.0","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.6.0","columnify":"~1.5.4","glob":"^7.1.7","graceful-fs":"^4.2.6","hosted-git-info":"^4.0.2","ini":"^2.0.0","init-package-json":"^2.0.3","is-cidr":"^4.0.2","json-parse-even-better-errors":"^2.3.1","leven":"^3.1.0","libnpmaccess":"^4.0.2","libnpmdiff":"^2.0.4","libnpmexec":"^2.0.0","libnpmfund":"^1.1.0","libnpmhook":"^6.0.2","libnpmorg":"^2.0.2","libnpmpack":"^2.0.1","libnpmpublish":"^4.0.1","libnpmsearch":"^3.1.1","libnpmteam":"^2.0.3","libnpmversion":"^1.2.1","make-fetch-happen":"^9.0.4","minipass":"^3.1.3","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^7.1.2","nopt":"^5.0.0","npm-audit-report":"^2.1.5","npm-package-arg":"^8.1.5","npm-pick-manifest":"^6.1.1","npm-profile":"^5.0.3","npm-registry-fetch":"^11.0.0","npm-user-validate":"^1.0.1","npmlog":"^5.0.0","opener":"^1.5.2","pacote":"^11.3.5","parse-conflict-json":"^1.1.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^3.0.1","read-package-json-fast":"^2.0.3","readdir-scoped-modules":"^1.1.0","rimraf":"^3.0.2","semver":"^7.3.5","ssri":"^8.0.1","tar":"^6.1.2","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^1.0.4","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^3.0.3"},"devDependencies":{"eslint":"^7.31.0","eslint-plugin-import":"^2.23.4","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^5.1.0","eslint-plugin-standard":"^5.0.0","licensee":"^8.2.0","tap":"^15.0.9"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/package-json","@npmcli/run-script","abbrev","ansicolors","ansistyles","archy","byte-size","cacache","chalk","chownr","cli-columns","cli-table3","columnify","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","leven","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-Kxk+NSnv+bcUKlWEKRaJ745AjEApYzM6GHxXs9AzR8VJiRMPcKvrIGMp+pdkIaF++2kEbcyg/Kx0FCrv+ySJiQ==","shasum":"10d563cf35ac012cbf274c4de7a525f91060ceb1","tarball":"https://registry.npmjs.org/npm/-/npm-7.20.3.tgz","fileCount":2452,"unpackedSize":11957317,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhAtGZCRA9TVsSAnZWagAAf3oP/RLFVdPpxbxKvdBRFM7x\nysrZcUkJ0gdvfjjb3yt70Z7boWmE/Z5H2t08i7rTNXNp7H9w5bosDZjDcL6k\nQgjFR6BpMjjd33fMsF1BkK9d/aXtQn3jyaR8gccqLOrM6wpV7crKUAWjUd8v\nlSmj4J3WixCpUgGiFE7v6KJbKlA3wPYHYg4fjP3D2C1lE4WK9pAh3Rg39/Sl\nm7OZaP8rgGaplm3w6QaBqCZzW9NvIo0HG5yg23Z3xkJar/tYvU195+xzaylE\nzuWhoaMv8fR55WOVU8J2IUZmKsjjYeeEPcoEMBBiwRv6VLz47+bFyWGV3cge\nGZJROOHZX9Th6UaiLfGiWDp6FMH5QhM3A/Jt39TurZcSZYjxyrkMfOXzmo2B\n0ib0EGWs6J7wjYA1gT3FoRdwJM5hmin7yZKnDrxbhHj5JgCx+mODr2UlYijw\nmkOZh7e+cTx70AouebmlXOwJPc5z2SR4E3p8RmATgptNg5WHIhjQNiVHXVxg\n0M6+i3tN7qyacNo8ZIINFWTxauHzDEOF4+7u5qRSh5Lk+qG66OTdy1uJC6m2\n/NjX2nEQ6YIg6G1G/Mm+hpHiMG82B3RKZU9dSqtoElNjUjHrtOJOWCZPRf/+\nPvGnihR8QF9C94IZkosphlsV0OjCEQnseN6Wapv1SJXkkj8cd4DuYhUOUnqt\nKexV\r\n=yeAm\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEifedEpDCRAI0bk39PY0MZx1hcvFhBnSGaV2W4ayXajAiEAzu2dv5MYj9jdxlA+DYmBqhqIXCpvSMYF6GaJ2fVCdbU="}]},"engines":{"node":">=10"}},"7.20.4":{"name":"npm","version":"7.20.4","dependencies":{"@npmcli/arborist":"^2.8.0","@npmcli/ci-detect":"^1.2.0","@npmcli/config":"^2.2.0","@npmcli/package-json":"^1.0.1","@npmcli/run-script":"^1.8.5","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","byte-size":"^7.0.1","cacache":"^15.2.0","chalk":"^4.1.2","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.6.0","columnify":"~1.5.4","glob":"^7.1.7","graceful-fs":"^4.2.7","hosted-git-info":"^4.0.2","ini":"^2.0.0","init-package-json":"^2.0.3","is-cidr":"^4.0.2","json-parse-even-better-errors":"^2.3.1","leven":"^3.1.0","libnpmaccess":"^4.0.2","libnpmdiff":"^2.0.4","libnpmexec":"^2.0.1","libnpmfund":"^1.1.0","libnpmhook":"^6.0.2","libnpmorg":"^2.0.2","libnpmpack":"^2.0.1","libnpmpublish":"^4.0.1","libnpmsearch":"^3.1.1","libnpmteam":"^2.0.3","libnpmversion":"^1.2.1","make-fetch-happen":"^9.0.4","minipass":"^3.1.3","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^7.1.2","nopt":"^5.0.0","npm-audit-report":"^2.1.5","npm-package-arg":"^8.1.5","npm-pick-manifest":"^6.1.1","npm-profile":"^5.0.3","npm-registry-fetch":"^11.0.0","npm-user-validate":"^1.0.1","npmlog":"^5.0.0","opener":"^1.5.2","pacote":"^11.3.5","parse-conflict-json":"^1.1.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^3.0.1","read-package-json-fast":"^2.0.3","readdir-scoped-modules":"^1.1.0","rimraf":"^3.0.2","semver":"^7.3.5","ssri":"^8.0.1","tar":"^6.1.6","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^1.0.4","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^3.0.3"},"devDependencies":{"eslint":"^7.31.0","eslint-plugin-import":"^2.23.4","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^5.1.0","eslint-plugin-standard":"^5.0.0","licensee":"^8.2.0","spawk":"^1.7.1","tap":"^15.0.9"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/package-json","@npmcli/run-script","abbrev","ansicolors","ansistyles","archy","byte-size","cacache","chalk","chownr","cli-columns","cli-table3","columnify","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","leven","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-OA/s7qkmew6O7klSVrPkN35BwmlWY7WdvWjLv5IzWSYRJyU37TWx6xFeyF0F44QNcpOC3ffj2l+gpl9+LQGWWA==","shasum":"2fab278d954d480e95da4dd4be7e1fcbe58c1736","tarball":"https://registry.npmjs.org/npm/-/npm-7.20.4.tgz","fileCount":2453,"unpackedSize":11961100,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhDDktCRA9TVsSAnZWagAApNcP/jYMGsbICv+Z13LEJxms\nzhXUVFAHSKfhpcOL0qyVGz0gxHZbC9KSUwGAXvzaPzHhRELnxINdMNWTthCJ\nuTs8JNG+9qD4fPfxoZsV6rHpczTeLCIpBELrEyGmkxZjH/cmOVyB+ztVOxfS\nwdLg2HWw7wXk97mXks82JQ/VHvkXyFlyowA3S0S8wQMunG10C/Z2ouAQmsTy\n8paKkW82j/Yhxv+M8KDQZ4ryi7ZX4UkW4xmKfb+QWRDkJTMCoC/wY5ydzth0\nKx0hKQVeI7zondwasIULFWTEJLCqslctQ5UainEC9r/MXAcR2GxhkzSeFVIn\n7MGGgHkspcow5K+XhOrn/VzdAgnEMfgbOhyWCidp7K4ld/bSQwKfhWA1vDgh\nYmW4Yo1rOt+anmQomrfD98F/wDrZv6mE8vES6ohGBpikiRC32N6W40+Lappm\nKaJk6+E7ZO3viZ6Z5QMaNsoe3+rOzCzc9QVw+B8KBFqVLundsIVFCV89OnLy\nLQMh2ZcPs+f+Vr22w9lnO/AGVGLRwJm6aLyk7iJg944SsMCQd5POztzWQOVu\nk6ndxtiz/8tFThAc2cgMsn94ZzvLCHNXZ0SQWvaUBS/X9A6QawWH8ADf6cKP\n3+Eka1+hS9nG8oocfamvGORmfkI9TNG5bv0nG0SsCoXWgMRXWmiXgJ0JyFdS\nVC4x\r\n=VYqH\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDa0JDYPAu3TsVwXf1PbEA19GbxYH0JkjY4cw2JnV17WwIhAPuhUPSs2mwoTdYhj8alCYnwDyHwngI/nqijMRF4IG3F"}]},"engines":{"node":">=10"}},"7.20.5":{"name":"npm","version":"7.20.5","dependencies":{"@npmcli/arborist":"^2.8.0","@npmcli/ci-detect":"^1.2.0","@npmcli/config":"^2.2.0","@npmcli/package-json":"^1.0.1","@npmcli/run-script":"^1.8.5","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","byte-size":"^7.0.1","cacache":"^15.2.0","chalk":"^4.1.2","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.6.0","columnify":"~1.5.4","glob":"^7.1.7","graceful-fs":"^4.2.8","hosted-git-info":"^4.0.2","ini":"^2.0.0","init-package-json":"^2.0.3","is-cidr":"^4.0.2","json-parse-even-better-errors":"^2.3.1","leven":"^3.1.0","libnpmaccess":"^4.0.2","libnpmdiff":"^2.0.4","libnpmexec":"^2.0.1","libnpmfund":"^1.1.0","libnpmhook":"^6.0.2","libnpmorg":"^2.0.2","libnpmpack":"^2.0.1","libnpmpublish":"^4.0.1","libnpmsearch":"^3.1.1","libnpmteam":"^2.0.3","libnpmversion":"^1.2.1","make-fetch-happen":"^9.0.4","minipass":"^3.1.3","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^7.1.2","nopt":"^5.0.0","npm-audit-report":"^2.1.5","npm-package-arg":"^8.1.5","npm-pick-manifest":"^6.1.1","npm-profile":"^5.0.3","npm-registry-fetch":"^11.0.0","npm-user-validate":"^1.0.1","npmlog":"^5.0.0","opener":"^1.5.2","pacote":"^11.3.5","parse-conflict-json":"^1.1.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^3.0.1","read-package-json-fast":"^2.0.3","readdir-scoped-modules":"^1.1.0","rimraf":"^3.0.2","semver":"^7.3.5","ssri":"^8.0.1","tar":"^6.1.6","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^1.0.4","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^3.0.3"},"devDependencies":{"eslint":"^7.31.0","eslint-plugin-import":"^2.23.4","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^5.1.0","eslint-plugin-standard":"^5.0.0","licensee":"^8.2.0","spawk":"^1.7.1","tap":"^15.0.9"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/package-json","@npmcli/run-script","abbrev","ansicolors","ansistyles","archy","byte-size","cacache","chalk","chownr","cli-columns","cli-table3","columnify","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","leven","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-vRyu1V79n5BzKn4vkanag1xEjEMLIZ48Ry1V7IyAvHQHi8syOEiYWvUMxNpeDk+e8JKAKCNG3lIYJDm3pM8VMQ==","shasum":"287bcf427edad888f379eb63d3566b888b8c3680","tarball":"https://registry.npmjs.org/npm/-/npm-7.20.5.tgz","fileCount":2446,"unpackedSize":11924504,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhDEzqCRA9TVsSAnZWagAA3Y8QAKPi8wj+PH2JqF6OKibG\nSnRw5i2hgyf5HVA2MqjG/TO6s+MvNUgEhbmkwgkAHnCaDpmD0wID1og9ANUs\nkdHg4RWsCnjf8VaPohhU+8u/hyFN6aiEg/8ZdFGAQt7xW5jmF2J4lAfozwi7\n/2k5msNJaisqDXTH8tqPEofNkMYJ+EzmFoFXwMSqtSQ2KbiZhAY37kE3HjBx\n1wvr5p5VQgyWrQl9yAB2oyk7wfZISmFXyeTkRa5wVpWq1Th2hW1LmN1BU1iI\nIEK4WKMLzSj70wHoaw7g1fiE0HR6a3cBAFvM5e83ktxgYj5eTLY1xcgJ16H5\nvL54wri7OaR5hpobKV0XqVH1RPzuaRYlC101iY3P+pHlR6SQtq8KRUdxnd5W\nY6QBXZCpozjlZQr29VbdliSKPBOenhhVU3DaFaSag2pc2xcDJASYCYExFGiI\n+veVZRqxYhS7ZjdmpmqGEefLveHCAtuxWNsaWwq2sa0dxAVnI04kWQbSDVoC\nBAD0qen8Dq1WLJsqOvZiui5OpRtSkGTKJw2d/1DqZFdlg9KOgWkg5/yyTrzp\n76EDTEnWgphrVvbo9Qm65LaInLKNUF0x9vCfhbSyGOjiqleZgdQsv/yOKc0D\n+8QH5Q1uy6xHO+5u39SSA0882bt13mh8K7J3kwR2tyZtiyoXy79fCfeKV8wb\nMWMW\r\n=7Zkk\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDf7ZzbA98rfWA9xotW/qbcEOEIHBqgobJptG8VSCLGKAIhAJFUbi9CCXTKZ6GBWUWoXCdKEp90YHCR18Rtbidxuanu"}]},"engines":{"node":">=10"}},"7.20.6":{"name":"npm","version":"7.20.6","dependencies":{"@npmcli/arborist":"^2.8.1","@npmcli/ci-detect":"^1.2.0","@npmcli/config":"^2.2.0","@npmcli/map-workspaces":"^1.0.4","@npmcli/package-json":"^1.0.1","@npmcli/run-script":"^1.8.5","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","cacache":"^15.2.0","chalk":"^4.1.2","chownr":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.6.0","columnify":"~1.5.4","glob":"^7.1.7","graceful-fs":"^4.2.8","hosted-git-info":"^4.0.2","ini":"^2.0.0","init-package-json":"^2.0.3","is-cidr":"^4.0.2","json-parse-even-better-errors":"^2.3.1","leven":"^3.1.0","libnpmaccess":"^4.0.2","libnpmdiff":"^2.0.4","libnpmexec":"^2.0.1","libnpmfund":"^1.1.0","libnpmhook":"^6.0.2","libnpmorg":"^2.0.2","libnpmpack":"^2.0.1","libnpmpublish":"^4.0.1","libnpmsearch":"^3.1.1","libnpmteam":"^2.0.3","libnpmversion":"^1.2.1","make-fetch-happen":"^9.0.4","minipass":"^3.1.3","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^7.1.2","nopt":"^5.0.0","npm-audit-report":"^2.1.5","npm-package-arg":"^8.1.5","npm-pick-manifest":"^6.1.1","npm-profile":"^5.0.3","npm-registry-fetch":"^11.0.0","npm-user-validate":"^1.0.1","npmlog":"^5.0.0","opener":"^1.5.2","pacote":"^11.3.5","parse-conflict-json":"^1.1.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^3.0.1","read-package-json-fast":"^2.0.3","readdir-scoped-modules":"^1.1.0","rimraf":"^3.0.2","semver":"^7.3.5","ssri":"^8.0.1","tar":"^6.1.8","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^1.0.4","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^3.0.3"},"devDependencies":{"eslint":"^7.31.0","eslint-plugin-import":"^2.23.4","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^5.1.0","eslint-plugin-standard":"^5.0.0","licensee":"^8.2.0","spawk":"^1.7.1","tap":"^15.0.9"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/map-workspaces","@npmcli/package-json","@npmcli/run-script","abbrev","ansicolors","ansistyles","archy","cacache","chalk","chownr","cli-columns","cli-table3","columnify","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","leven","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-SRx0i1sMZDf8cd0/JokYD0EPZg0BS1iTylU9MSWw07N6/9CZHjMpZL/p8gsww7m2JsWAsTamhmGl15dQ9UgUgw==","shasum":"006badd2673822dc5e499c76fccac4b755e1077c","tarball":"https://registry.npmjs.org/npm/-/npm-7.20.6.tgz","fileCount":2452,"unpackedSize":11956813,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhFXrRCRA9TVsSAnZWagAAmFkP+wSaB5JGl1xXZFPyXBzg\n9CX5URxvG5OdakRrNPVZqcacmCtlFfeO6PyehlWsCGRhY0aNMAixVkv57U+E\ngL59gcSNg0YPU8xwLqg02s6UZAAGWJIpeyx0lqEaeBCJipIKvB5ciFqdtGm8\nxz4kKppoEFGoL467keqVzjTHwMd/rHtiffPrjnMtyMmYOYi2AoONnxnYT+wv\nbwhs6m6nUTa/K0lOFaaoQfHZW7yjVL5RrODTjs087Kl72cg0w3Yl7om3r3Mk\n9o8REdkCDYoLi0uLPZPwlYox7PI5N9krCHAN7MBdSExyAWKMBvikS3IF+Iq3\n9rZaM3sw+OCUuD/Xdk1tga9o3Edf4sAJBKBCHCYW1Erbxp3n1lgKWYVnJCqy\nlvquh6eHj1zCjuCQu2x8ysCnzocxCTBl9RGGT/+aku7wG1Ss64HK+YRfaQJb\nqtbX6wYkn5IyVPDSq9JQjPiBPHsVwPQ2DrrluizdaosFZCldLPElz7O4XXLy\nC623fsJ0wHFTV0EXMIXHgv+eaFzwHlaZ8xWlpRdMZnMExtIc5vzfFtUd49sg\nW0UcHLJAe9Y7vnJs0SZOd+WdZjEl3l22PeRkfzq40GXUABFXSO08+/1i/hn+\nXjVBQhHbAtOiDT0SB/WuPtNSwdb4aKwPfF0o4S/lVkTUa7vDRXfCuZfgzRyX\nMRd7\r\n=gt1N\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDXgM0KC+HFMestZxy5Et9uIg4raqolCb8UHCpLjJDimAIhAM2nh7GLO99e2ZdkuGR88kjjrPJoJ5Eju+sBTiRzMiwi"}]},"engines":{"node":">=10"}},"7.21.0":{"name":"npm","version":"7.21.0","dependencies":{"@npmcli/arborist":"*","@npmcli/ci-detect":"*","@npmcli/config":"*","@npmcli/map-workspaces":"*","@npmcli/package-json":"*","@npmcli/run-script":"*","abbrev":"*","ansicolors":"*","ansistyles":"*","archy":"*","cacache":"*","chalk":"*","chownr":"*","cli-columns":"*","cli-table3":"*","columnify":"*","fastest-levenshtein":"*","glob":"*","graceful-fs":"*","hosted-git-info":"*","ini":"*","init-package-json":"*","is-cidr":"*","json-parse-even-better-errors":"*","libnpmaccess":"*","libnpmdiff":"*","libnpmexec":"*","libnpmfund":"*","libnpmhook":"*","libnpmorg":"*","libnpmpack":"*","libnpmpublish":"*","libnpmsearch":"*","libnpmteam":"*","libnpmversion":"*","make-fetch-happen":"*","minipass":"*","minipass-pipeline":"*","mkdirp":"*","mkdirp-infer-owner":"*","ms":"*","node-gyp":"*","nopt":"*","npm-audit-report":"*","npm-package-arg":"*","npm-pick-manifest":"*","npm-profile":"*","npm-registry-fetch":"*","npm-user-validate":"*","npmlog":"*","opener":"*","pacote":"*","parse-conflict-json":"*","qrcode-terminal":"*","read":"*","read-package-json":"*","read-package-json-fast":"*","readdir-scoped-modules":"*","rimraf":"*","semver":"*","ssri":"*","tar":"*","text-table":"*","tiny-relative-date":"*","treeverse":"*","validate-npm-package-name":"*","which":"*","write-file-atomic":"*"},"devDependencies":{"eslint":"^7.31.0","eslint-plugin-import":"^2.23.4","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^5.1.0","eslint-plugin-standard":"^5.0.0","licensee":"^8.2.0","spawk":"^1.7.1","tap":"^15.0.9"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/map-workspaces","@npmcli/package-json","@npmcli/run-script","abbrev","ansicolors","ansistyles","archy","cacache","chalk","chownr","cli-columns","cli-table3","columnify","fastest-levenshtein","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-OYSQykXItCDXYGb9U8o85Snhmbe0k/nwVK6CmUNmgtOcfPevVB5ZXwA44eWOCvM+WdWYQsJAJoA7eCHKImQt8g==","shasum":"12af61f27ab6ece10af2b20ffb355fb2ae227fb6","tarball":"https://registry.npmjs.org/npm/-/npm-7.21.0.tgz","fileCount":2357,"unpackedSize":11935647,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhHpRhCRA9TVsSAnZWagAAhmQP/0LdSWttOuKOI+eWutGM\n1WGMWqFywOdv+Bh+bqvnrYmmKTzAg94Cz5+rs09EphOvt3rKVC1BqjtK7X9a\nnrac+cxtQ960Gd89FStvXUQUEPEoOmIdjQjAPJMUpcYAl8EQV7B8V6X41Odz\nHSNTR94CjUSm1sFmPLyU+bPjxluIvrm8mFe7wZ9A9uf8wMjv1UWfBstwifZo\nNL+zrgA6+8QIVulZAqj+4Q57Ytt6Blwc5rFtvuYE2RJjlxfE03wCQWhS3Zt7\nBujlPqORTy9QVcaPrH+JUn29af7FVjTfwTOjZ9XkaQrUVg4+/teVzDl1Q5+9\nrcnTHQ15Oxl9S1mBJXvlGevmUKF6nm2+GCrpCig4IH4qCG6EJoLFMhS+Yd5f\njQzVg9yC5Hdccp48hzp8eT6CD3KjD11Ey3UuzE7xZEZbXvqZdN3AnhB52w/D\nKCDb2HpOf5SxNekL2yMbLZVw3DNx5ADOMlI1PXoA7Dh1bJUtrorYoY+nognW\nJoE5ApTmtW09HfphzdGAGCIaKToii5374863QpxYqPsSKGq1yaMHMZLYJ9+g\nhwsRRa7VrgV/JMOpsmeLtUeKTMqSGYXGfPMBoAyMfxQdH77XuaKSJrlM6J7Y\nyRgdbpjTx9QHKd9a12ynv+klwrYeENJYs126fiVi2PVRo4cCCh68fekd1L0R\nv3J6\r\n=yRjH\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD6/BpJXEp/WunTDXDql9UAC/GHZwBBvneS8wv14pczwAIgfTZOV3b9J+8TFS3ctWJ6teXUBIuchBGSQUpV795sHeA="}]},"engines":{"node":">=10"}},"6.14.15":{"name":"npm","version":"6.14.15","dependencies":{"JSONStream":"^1.3.5","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^1.1.8","bluebird":"^3.5.5","byte-size":"^5.0.1","cacache":"^12.0.3","call-limit":"^1.1.1","chownr":"^1.1.4","ci-info":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.5.1","cmd-shim":"^3.0.3","columnify":"~1.5.4","config-chain":"^1.1.12","detect-indent":"~5.0.0","detect-newline":"^2.1.0","dezalgo":"~1.0.3","editor":"~1.0.0","figgy-pudding":"^3.5.1","find-npm-prefix":"^1.0.2","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","gentle-fs":"^2.3.1","glob":"^7.1.6","graceful-fs":"^4.2.4","has-unicode":"~2.0.1","hosted-git-info":"^2.8.9","iferr":"^1.0.2","infer-owner":"^1.0.4","inflight":"~1.0.6","inherits":"^2.0.4","ini":"^1.3.8","init-package-json":"^1.10.3","is-cidr":"^3.0.0","json-parse-better-errors":"^1.0.2","lazy-property":"~1.0.0","libcipm":"^4.0.8","libnpm":"^3.0.1","libnpmaccess":"^3.0.2","libnpmhook":"^5.0.3","libnpmorg":"^1.0.1","libnpmsearch":"^2.0.2","libnpmteam":"^1.0.2","libnpx":"^10.2.4","lock-verify":"^2.1.0","lockfile":"^1.0.4","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"^5.1.1","meant":"^1.0.2","mississippi":"^3.0.0","mkdirp":"^0.5.5","move-concurrently":"^1.0.1","node-gyp":"^5.1.0","nopt":"^4.0.3","normalize-package-data":"^2.5.0","npm-audit-report":"^1.3.3","npm-cache-filename":"~1.0.2","npm-install-checks":"^3.0.2","npm-lifecycle":"^3.1.5","npm-package-arg":"^6.1.1","npm-packlist":"^1.4.8","npm-pick-manifest":"^3.0.2","npm-profile":"^4.0.4","npm-registry-fetch":"^4.0.7","npm-user-validate":"^1.0.1","npmlog":"~4.1.2","once":"~1.4.0","opener":"^1.5.2","osenv":"^0.1.5","pacote":"^9.5.12","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"^0.12.0","query-string":"^6.8.2","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"^1.0.5","read-installed":"~4.0.3","read-package-json":"^2.1.1","read-package-tree":"^5.3.1","readable-stream":"^3.6.0","readdir-scoped-modules":"^1.1.0","request":"^2.88.0","retry":"^0.12.0","rimraf":"^2.7.1","safe-buffer":"^5.1.2","semver":"^5.7.1","sha":"^3.0.0","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"^6.0.2","stringify-package":"^1.0.1","tar":"^4.4.19","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"^1.1.1","unpipe":"~1.0.0","update-notifier":"^2.5.0","uuid":"^3.3.3","validate-npm-package-license":"^3.0.4","validate-npm-package-name":"~3.0.0","which":"^1.3.1","worker-farm":"^1.7.0","write-file-atomic":"^2.4.3","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*"},"devDependencies":{"bl":"^3.0.1","deep-equal":"^1.0.1","get-stream":"^4.1.0","licensee":"^7.0.3","marked":"^0.7.0","marked-man":"^0.7.0","npm-registry-mock":"^1.3.1","require-inject":"^1.4.4","sprintf-js":"^1.1.2","standard":"^11.0.1","tacks":"^1.3.0","tap":"^12.7.0","tar-stream":"^2.1.0"},"bundleDependencies":["abbrev","ansicolors","ansistyles","aproba","archy","bin-links","bluebird","byte-size","cacache","call-limit","chownr","ci-info","cli-columns","cli-table3","cmd-shim","columnify","config-chain","debuglog","detect-indent","detect-newline","dezalgo","editor","figgy-pudding","find-npm-prefix","fs-vacuum","fs-write-stream-atomic","gentle-fs","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","infer-owner","inflight","inherits","ini","init-package-json","is-cidr","json-parse-better-errors","JSONStream","lazy-property","libcipm","libnpm","libnpmaccess","libnpmhook","libnpmorg","libnpmsearch","libnpmteam","libnpx","lock-verify","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mississippi","mkdirp","move-concurrently","node-gyp","nopt","normalize-package-data","npm-audit-report","npm-cache-filename","npm-install-checks","npm-lifecycle","npm-package-arg","npm-packlist","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","qrcode-terminal","query-string","qw","read-cmd-shim","read-installed","read-package-json","read-package-tree","read","readable-stream","readdir-scoped-modules","request","retry","rimraf","safe-buffer","semver","sha","slide","sorted-object","sorted-union-stream","ssri","stringify-package","tar","text-table","tiny-relative-date","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","worker-farm","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-dkcQc4n+DiJAMYG2haNAMyJbmuvevjXz+WC9dCUzodw8EovwTIc6CATSsTEplCY6c0jG4OshxFGFJsrnKJguWA==","shasum":"97dd51af5b5d6225b611b40c5cb4d31da1d467fe","tarball":"https://registry.npmjs.org/npm/-/npm-6.14.15.tgz","fileCount":4214,"unpackedSize":23011269,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhJF84CRA9TVsSAnZWagAAedMQAIvuVWjf965msJmMTv8o\nTipc/eySrbmUrVv6d1NRHV9bIOkGV2KuRtOode8yfMkGouVATekGlh5tXmdT\ndGBCn1N8C4PPaf4JOXVBMS1LwWggn4qhnibTnCz5WNzwBzast4bJkFwA72Wv\nTw8tgj9UeSjdGWkYtcjk3togbttO6Ul7R3svY3xFBfaFNdAbtN5ddhKgI5iU\nrtK7Rc8DJb2cvKW8KtRBAr3jO0S5WWrFbK2W3XY/rYiRMT01HTTO+oh4XjHW\neszcza+jZj7cblZ+dEo5z4M2Ymz4dadRXxiRQ89QcZSx4rmUMthl+gSOTqbU\nU4rrsaHsaKLXMzQ41xrtbqUqG/D73Pbx/zNLRNxDJxPcX3EN2VGqWDYXY0Yb\nJg2USzlOeP02qZ0L2BH3NeCByFvkyyiky4nBRDbg9EODsUEBIhDvDFoYq86/\nth0hn2Hkbi+6JKYC/tvShOJU+lA2YweCeP1huGbJK2M+TyFeAudHRK5XXnnk\n277QSNR21GXk8yjxJq/5gPACUYgskbPdUxLNz6Xq1KnAGHYzDzvj9mSTTEuH\nB2e6HZFMfxGFGsofIZx2D1O7V9ZaKAWuh2nBUTcJDFO7yci8veNOzbgz0WbR\ni0FXkOZgJ6pwaxZYnxRT9YVVw/z1ED1yxO4P97BZb8G+YjMmkmj0SvXVjRSg\nGbvP\r\n=2kTa\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFSS4AkOGMnPhR41q3RCLzUIscUBbgkm/0h0DQdYhIsEAiAzKvfB7D7Ye6O/6voKSK0wio7VoS5n0TYy2CUX4rqL6Q=="}]},"engines":{"node":"6 >=6.2.0 || 8 || >=9.3.0"}},"7.21.1":{"name":"npm","version":"7.21.1","dependencies":{"@npmcli/arborist":"*","@npmcli/ci-detect":"*","@npmcli/config":"*","@npmcli/map-workspaces":"*","@npmcli/package-json":"*","@npmcli/run-script":"*","abbrev":"*","ansicolors":"*","ansistyles":"*","archy":"*","cacache":"*","chalk":"*","chownr":"*","cli-columns":"*","cli-table3":"*","columnify":"*","fastest-levenshtein":"*","glob":"*","graceful-fs":"*","hosted-git-info":"*","ini":"*","init-package-json":"*","is-cidr":"*","json-parse-even-better-errors":"*","libnpmaccess":"*","libnpmdiff":"*","libnpmexec":"*","libnpmfund":"*","libnpmhook":"*","libnpmorg":"*","libnpmpack":"*","libnpmpublish":"*","libnpmsearch":"*","libnpmteam":"*","libnpmversion":"*","make-fetch-happen":"*","minipass":"*","minipass-pipeline":"*","mkdirp":"*","mkdirp-infer-owner":"*","ms":"*","node-gyp":"*","nopt":"*","npm-audit-report":"*","npm-package-arg":"*","npm-pick-manifest":"*","npm-profile":"*","npm-registry-fetch":"*","npm-user-validate":"*","npmlog":"*","opener":"*","pacote":"*","parse-conflict-json":"*","qrcode-terminal":"*","read":"*","read-package-json":"*","read-package-json-fast":"*","readdir-scoped-modules":"*","rimraf":"*","semver":"*","ssri":"*","tar":"*","text-table":"*","tiny-relative-date":"*","treeverse":"*","validate-npm-package-name":"*","which":"*","write-file-atomic":"*"},"devDependencies":{"eslint":"^7.31.0","eslint-plugin-import":"^2.23.4","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^5.1.0","eslint-plugin-standard":"^5.0.0","licensee":"^8.2.0","spawk":"^1.7.1","tap":"^15.0.9"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/map-workspaces","@npmcli/package-json","@npmcli/run-script","abbrev","ansicolors","ansistyles","archy","cacache","chalk","chownr","cli-columns","cli-table3","columnify","fastest-levenshtein","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-k7XQNHGHAp0VowMMUMRMtntxWatNad9hhYrelUKDPvZ++DBxvofA8QTNPiuMKtx8CBOFA8iJ4aizhbx6ZYVfzQ==","shasum":"2ab886fc8b5eb044ca5b4e2f7570340fad9934eb","tarball":"https://registry.npmjs.org/npm/-/npm-7.21.1.tgz","fileCount":2384,"unpackedSize":12001819,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhJ/diCRA9TVsSAnZWagAAuRcP/RNKDCpqIjeDePA5pAJJ\nb+hg/kYHH+1mGQSA1PYlSgUcEmxnEosKw5fiRRabVHGPb03tXTCulVxUYAXP\n/u+DJfUtIMmfTY0t0TC8yZkAzPOnRLTfoIgYaigFFQpq++isbSS1ynVvLFwl\nXcJzE4+fUCt8v3gco/ro+BpCWZLJk9DsFw/IzEJxou37VVs29wScjzNkeM+1\nN0NsXmBc7bDQns5k6Nvxl/UrtbiuPrWv23DiDtS5CQJ5cVDg+aWUzww4utez\nk0rKqc9VValzfhwWIP+7VFzRk/FYTw1RlwWJXt9Lk0O8+WxAPyMWzYRi+2rQ\nFnPUKWmLFNYwavPmpufDGHIlMd85l7+Sh/QPredtkCvvFZkpyV47/UvZ6HX6\nJa0zTJ3+7leXBJ45+Cb75CBrWdWpMUxODtR0P2THdk76vUyneJaGywMueiZ8\nTjRgOHVJgHzHOWpHlv6oEsjdk/uwoGT1RNnTm9Eqp5ycPUM3oNANP5+kP+59\n26/YRyH9MKuD76TC2hWS1cDDxF47R/CgNoxDuX4ckXg7D4oQyldTxoOZhfv5\nOdEIwaX7A5SW7uzHoBQMrC7rJddTqPik+/8hcVb62usDdW0z1pAm7ev8OJFB\nwOWRoSSOki3R+mlwyArORXWgU52DYg3GbIGqPwsN/NmkGIWdN/Ou2RyfGe0G\nFGPS\r\n=ZGpn\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAo+tLv3ZqmY3B5aq6EKeeoomD4XJgO5mwRpfEU5dvqsAiA4gUJS6/5QHa/UfvXK5mU+/99uGXZu8IBuy4hs3yIZxA=="}]},"engines":{"node":">=10"}},"7.22.0":{"name":"npm","version":"7.22.0","dependencies":{"@npmcli/arborist":"*","@npmcli/ci-detect":"*","@npmcli/config":"*","@npmcli/map-workspaces":"*","@npmcli/package-json":"*","@npmcli/run-script":"*","abbrev":"*","ansicolors":"*","ansistyles":"*","archy":"*","cacache":"*","chalk":"*","chownr":"*","cli-columns":"*","cli-table3":"*","columnify":"*","fastest-levenshtein":"*","glob":"*","graceful-fs":"*","hosted-git-info":"*","ini":"*","init-package-json":"*","is-cidr":"*","json-parse-even-better-errors":"*","libnpmaccess":"*","libnpmdiff":"*","libnpmexec":"*","libnpmfund":"*","libnpmhook":"*","libnpmorg":"*","libnpmpack":"*","libnpmpublish":"*","libnpmsearch":"*","libnpmteam":"*","libnpmversion":"*","make-fetch-happen":"*","minipass":"*","minipass-pipeline":"*","mkdirp":"*","mkdirp-infer-owner":"*","ms":"*","node-gyp":"*","nopt":"*","npm-audit-report":"*","npm-package-arg":"*","npm-pick-manifest":"*","npm-profile":"*","npm-registry-fetch":"*","npm-user-validate":"*","npmlog":"*","opener":"*","pacote":"*","parse-conflict-json":"*","qrcode-terminal":"*","read":"*","read-package-json":"*","read-package-json-fast":"*","readdir-scoped-modules":"*","rimraf":"*","semver":"*","ssri":"*","tar":"*","text-table":"*","tiny-relative-date":"*","treeverse":"*","validate-npm-package-name":"*","which":"*","write-file-atomic":"*"},"devDependencies":{"eslint":"^7.31.0","eslint-plugin-import":"^2.23.4","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^5.1.0","eslint-plugin-standard":"^5.0.0","licensee":"^8.2.0","spawk":"^1.7.1","tap":"^15.0.9"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/map-workspaces","@npmcli/package-json","@npmcli/run-script","abbrev","ansicolors","ansistyles","archy","cacache","chalk","chownr","cli-columns","cli-table3","columnify","fastest-levenshtein","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-HJnjTCrGGnacPMCSnrxuHGf2H4VdrY7hwTAK1RwByg0K96KIuTR4QNioFW+bnc/pW0uwpk9lLsDf4BeEQhTv2Q==","shasum":"11db1860c68c569eb2e3f4d4e97934b005b585bc","tarball":"https://registry.npmjs.org/npm/-/npm-7.22.0.tgz","fileCount":2376,"unpackedSize":12006908,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhMS1JCRA9TVsSAnZWagAA3v8P/1WQsTHvR32gdNSagmdl\nPuUe2gCEEvFLvcuUjBsGtrc189EBApI5v2lnF9ywN2Xw2saYTQpscdFmykov\nDjIil0BiFxpa/tviKZ25SnOh6lRr8OP4qMoCEK9iJAFs6yYDCht1V52EgtKI\njVTWnD+XsvbQSPFzdQ6IjC88JKd4MLOZfpZrW9lo26tm/ta4s6gvAgprSnem\ny/ychZly5rCC/Czw1RaGQjx1e9ab7z2iZU6TVebD/JO9yFArrWSySCb8rZ5n\ndqF4n2KgebrFquVB5HVofHeXy151iMI9rxVzSpI5aNQ/d95pSkz0VActdqI5\nMkr+abv3/qzu/fjsBCyEPgWVR8UfLltFJpdoSY2I1H42jnslstXW63JMiHve\ndo23ERyT+KGPaaol/fTvn1ZLBpjg6lv3rwrqAMCVgwbOccCT/OjzqxmKvl4S\nls2ZcKihC5FlF6kXVaPptmvor9cZaZYCjQjHwAMPHQBe61zLv1qCNk2YWrzf\nagER4hwLJP4C2ZBaWiuTEIUZzoS8X2a7BD48XbwEYSw4mvu0m4vCHx1JwR3H\nXx7DerqHKk6lbMtXWRuYk5+5XXeFK67WBDE0Drut0kwJU/SN+Lq05alruSXl\nxUEGD+XQdQy6uvABIJODxyIqyzNDE7Ng3kOCn5ogvMe5dVGz10RW2EDMXPec\ndyp9\r\n=ZuLh\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICSjsvauUw5UG9Z6Bv/e4aZZyGwWWvJZYRS/yEcXj5u7AiAjsTTQ9d4JDDJlpGtL8idrvn2wTUD0wp4vQ7k/eMOG+Q=="}]},"engines":{"node":">=10"}},"7.23.0":{"name":"npm","version":"7.23.0","dependencies":{"@npmcli/arborist":"*","@npmcli/ci-detect":"*","@npmcli/config":"*","@npmcli/map-workspaces":"*","@npmcli/package-json":"*","@npmcli/run-script":"*","abbrev":"*","ansicolors":"*","ansistyles":"*","archy":"*","cacache":"*","chalk":"*","chownr":"*","cli-columns":"*","cli-table3":"*","columnify":"*","fastest-levenshtein":"*","glob":"*","graceful-fs":"*","hosted-git-info":"*","ini":"*","init-package-json":"*","is-cidr":"*","json-parse-even-better-errors":"*","libnpmaccess":"*","libnpmdiff":"*","libnpmexec":"*","libnpmfund":"*","libnpmhook":"*","libnpmorg":"*","libnpmpack":"*","libnpmpublish":"*","libnpmsearch":"*","libnpmteam":"*","libnpmversion":"*","make-fetch-happen":"*","minipass":"*","minipass-pipeline":"*","mkdirp":"*","mkdirp-infer-owner":"*","ms":"*","node-gyp":"*","nopt":"*","npm-audit-report":"*","npm-install-checks":"*","npm-package-arg":"*","npm-pick-manifest":"*","npm-profile":"*","npm-registry-fetch":"*","npm-user-validate":"*","npmlog":"*","opener":"*","pacote":"*","parse-conflict-json":"*","qrcode-terminal":"*","read":"*","read-package-json":"*","read-package-json-fast":"*","readdir-scoped-modules":"*","rimraf":"*","semver":"*","ssri":"*","tar":"*","text-table":"*","tiny-relative-date":"*","treeverse":"*","validate-npm-package-name":"*","which":"*","write-file-atomic":"*"},"devDependencies":{"eslint":"^7.31.0","eslint-plugin-import":"^2.23.4","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^5.1.0","eslint-plugin-standard":"^5.0.0","licensee":"^8.2.0","spawk":"^1.7.1","tap":"^15.0.9"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/map-workspaces","@npmcli/package-json","@npmcli/run-script","abbrev","ansicolors","ansistyles","archy","cacache","chalk","chownr","cli-columns","cli-table3","columnify","fastest-levenshtein","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-install-checks","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-m7WFTwGfiBX+jL4ObX7rIDkug/hG/Jn8vZUjKw4WS8CqMjVydHiWTARLDIll7LtHu5i7ZHBnqXZbL2S73U5p6A==","shasum":"aeafaafe847fdd7c496d8e4d4bcbb5201aa1930c","tarball":"https://registry.npmjs.org/npm/-/npm-7.23.0.tgz","fileCount":2376,"unpackedSize":12008694,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhOmYeCRA9TVsSAnZWagAAlmIQAI0Y4wCTY0yTTrC5NTSI\nbPr03PUE/h/xNVxWPHAe7pADKv4K9asfSyCsjt2eY3wEYQO5K5ec3aFQksEW\nZRZ5JVtBKhigqyAV9sRaNGjChpzLAcXdbGhkD0VwA+9ebI2ZhYA+HGKTBPm9\nohc+653T09xaJ8MBHoUoOZiSw23d2Rf2plQIHrmqEss67ToiX2PdwJytWdJC\nzKiT0SVaXh3JS4ttEyr3OPmfi+L7yondSN3MmAZamIcpMIPfuxBAio3yQX7w\nSU56QvfQYnj+/L1MrKUhGiXEfc3stegoQc15zlrArwPgIojVxIsa1qrWnHrd\n6tAtD0ZoEzQ/3PDnREXZxdatAD4vDYFLXCl8i3WXTgx+P5WqnyV+iHDsuc7w\nmMbSAFuzYFT1pc9gK87HoBwgOLE0HqH8beHxJ+Ct3L1E5L5IQfD22PJ6F9WL\niI0OctEwbPfoQpXDjgwtzp/g8cE3IHFHQ/NiU2FM0I7qimwzC4QiqnZNH3JX\niONlw5yDoyeThNEzyKSOID3452jhK4phxBaGnlZRk2n2IMsr4650TcddD4DU\nNDYVV5G6svy9txN7AKXxnR7YiBqAwbSQhpgmqe/Apacg96nDbUCN/90JuXbH\nWUqXZ9QtT3Nu6jwQ+kBnCjsqg+/0ZTH7ENy18lTExRclXy5iqiG12UXX0OIE\nwq/Y\r\n=0B1i\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCyZO6ozplF6oBE4DZdv+zDXqSbBw6KdZcdNxo2aAL2hQIhANBeVbWi9MiV0AS1SfW3B1q2DgKKSDrYCZ4VPHQUKLhr"}]},"engines":{"node":">=10"}},"7.24.0":{"name":"npm","version":"7.24.0","dependencies":{"@npmcli/arborist":"*","@npmcli/ci-detect":"*","@npmcli/config":"*","@npmcli/map-workspaces":"*","@npmcli/package-json":"*","@npmcli/run-script":"*","abbrev":"*","ansicolors":"*","ansistyles":"*","archy":"*","cacache":"*","chalk":"*","chownr":"*","cli-columns":"*","cli-table3":"*","columnify":"*","fastest-levenshtein":"*","glob":"*","graceful-fs":"*","hosted-git-info":"*","ini":"*","init-package-json":"*","is-cidr":"*","json-parse-even-better-errors":"*","libnpmaccess":"*","libnpmdiff":"*","libnpmexec":"*","libnpmfund":"*","libnpmhook":"*","libnpmorg":"*","libnpmpack":"*","libnpmpublish":"*","libnpmsearch":"*","libnpmteam":"*","libnpmversion":"*","make-fetch-happen":"*","minipass":"*","minipass-pipeline":"*","mkdirp":"*","mkdirp-infer-owner":"*","ms":"*","node-gyp":"*","nopt":"*","npm-audit-report":"*","npm-install-checks":"*","npm-package-arg":"*","npm-pick-manifest":"*","npm-profile":"*","npm-registry-fetch":"*","npm-user-validate":"*","npmlog":"*","opener":"*","pacote":"*","parse-conflict-json":"*","qrcode-terminal":"*","read":"*","read-package-json":"*","read-package-json-fast":"*","readdir-scoped-modules":"*","rimraf":"*","semver":"*","ssri":"*","tar":"*","text-table":"*","tiny-relative-date":"*","treeverse":"*","validate-npm-package-name":"*","which":"*","write-file-atomic":"*"},"devDependencies":{"eslint":"^7.31.0","eslint-plugin-import":"^2.23.4","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^5.1.0","eslint-plugin-standard":"^5.0.0","licensee":"^8.2.0","spawk":"^1.7.1","tap":"^15.0.9"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/map-workspaces","@npmcli/package-json","@npmcli/run-script","abbrev","ansicolors","ansistyles","archy","cacache","chalk","chownr","cli-columns","cli-table3","columnify","fastest-levenshtein","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-install-checks","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-4zd4txmN7dYEx32kH/K+gecnZhnGDdCrRFK6/n5TGUtqtyjevw0uPul0knJ9PzwDXeNf9MsWzGhjxGeI1M43FA==","shasum":"566e883aff916ea5665c0a034ec17e286a1ace14","tarball":"https://registry.npmjs.org/npm/-/npm-7.24.0.tgz","fileCount":2383,"unpackedSize":12049194,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhQ7ySCRA9TVsSAnZWagAACaEP/2/8OkVCBVwKSn+dGkq5\n7LWDItxpjGSPJlkw0wM9VjwpM7PIFHBvzVXQIhnYAxpycgZHaqSsMqXPavXT\n6VsZYxtEqhsDM7Kk/fQ5O0OJHnjB52Ee+LPur+5UbDZ7Gi814FtzSaUNxBxm\nVRZp1xwaLP17uwz+Md9yy+GVR35RIKnj/j4y1LUN91gi/RMLmKV+muVCRInG\nb1PBoULlwBPm2GcBGEw8lu3TABHlvrlSHhoHRFAHtI7nAuoI/p11zsTfRwsE\n3LYCkuKvkVYeoI0BQmItdRHnobqMcgI0XjnLzXKy6x3eVdEy4icgYyF1UH+6\ne8mLb7ZPI4UPhJmZDqN1zaFq/RQWdpFTCYEl6+MW5kJ2Hl4fduq3gsAbOemn\nirPS6T445Q2z6rjYhad3tlzzGR+B2fc3I6oB6RyU9hQ5uKPcVXuUvyQYqxd7\nc5rsv6hp8hKSZG8NNphLEz2CexrW02YdRsQPhGU8wv+cH+gnTR6959jMx+KT\n8ui4WOJpCodmsSTBdXSPPeToGGzxOx8M/uAXNA88N88XrXVfYGhB60pYxTAB\nj183NrnqECi3b8c8U9xaMR6Kc+YcBOoNDlzGcrww9Jn7HCImciWPQD7VJsFN\ntMAwdyl/r/slppZCM7RE8PywdzG6fuA+2sWDMMnWsUFULl+Nth6GYxsFNLn2\na95y\r\n=2dpp\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEZvTbiiUasFFPn2tqAJ7J5HvVjhZ17xJosGlLEo395cAiBiBsvx2z5GEmQDWFsLNNyDopkx5C8iqvYNRVD2jLWVgQ=="}]},"engines":{"node":">=10"}},"7.24.1":{"name":"npm","version":"7.24.1","dependencies":{"@npmcli/arborist":"*","@npmcli/ci-detect":"*","@npmcli/config":"*","@npmcli/map-workspaces":"*","@npmcli/package-json":"*","@npmcli/run-script":"*","abbrev":"*","ansicolors":"*","ansistyles":"*","archy":"*","cacache":"*","chalk":"*","chownr":"*","cli-columns":"*","cli-table3":"*","columnify":"*","fastest-levenshtein":"*","glob":"*","graceful-fs":"*","hosted-git-info":"*","ini":"*","init-package-json":"*","is-cidr":"*","json-parse-even-better-errors":"*","libnpmaccess":"*","libnpmdiff":"*","libnpmexec":"*","libnpmfund":"*","libnpmhook":"*","libnpmorg":"*","libnpmpack":"*","libnpmpublish":"*","libnpmsearch":"*","libnpmteam":"*","libnpmversion":"*","make-fetch-happen":"*","minipass":"*","minipass-pipeline":"*","mkdirp":"*","mkdirp-infer-owner":"*","ms":"*","node-gyp":"*","nopt":"*","npm-audit-report":"*","npm-install-checks":"*","npm-package-arg":"*","npm-pick-manifest":"*","npm-profile":"*","npm-registry-fetch":"*","npm-user-validate":"*","npmlog":"*","opener":"*","pacote":"*","parse-conflict-json":"*","qrcode-terminal":"*","read":"*","read-package-json":"*","read-package-json-fast":"*","readdir-scoped-modules":"*","rimraf":"*","semver":"*","ssri":"*","tar":"*","text-table":"*","tiny-relative-date":"*","treeverse":"*","validate-npm-package-name":"*","which":"*","write-file-atomic":"*"},"devDependencies":{"eslint":"^7.31.0","eslint-plugin-import":"^2.23.4","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^5.1.0","eslint-plugin-standard":"^5.0.0","licensee":"^8.2.0","spawk":"^1.7.1","tap":"^15.0.9"},"bundleDependencies":["@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/map-workspaces","@npmcli/package-json","@npmcli/run-script","abbrev","ansicolors","ansistyles","archy","cacache","chalk","chownr","cli-columns","cli-table3","columnify","fastest-levenshtein","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-install-checks","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-U7/C++ZgB3zNH/kzhSJMnp3pO2iLrZRGUUXAgCCLB/by+sR+dKVhP/ik9+sTOGk9wk3zbmwHAYDT8igkv1ss0g==","shasum":"4d23670f46c828e88f6b853497d2a896e8fac41b","tarball":"https://registry.npmjs.org/npm/-/npm-7.24.1.tgz","fileCount":2375,"unpackedSize":12011102,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCaf0lVswI8X9Vw4obDcRL0RcUz6BoV606Rc88620D5cAIgR9wP0GJK6krn5h6NnBwHr9B0oJX06rENq26LSeZSi/k="}]},"engines":{"node":">=10"}},"7.24.2":{"name":"npm","version":"7.24.2","dependencies":{"@isaacs/string-locale-compare":"*","@npmcli/arborist":"*","@npmcli/ci-detect":"*","@npmcli/config":"*","@npmcli/map-workspaces":"*","@npmcli/package-json":"*","@npmcli/run-script":"*","abbrev":"*","ansicolors":"*","ansistyles":"*","archy":"*","cacache":"*","chalk":"*","chownr":"*","cli-columns":"*","cli-table3":"*","columnify":"*","fastest-levenshtein":"*","glob":"*","graceful-fs":"*","hosted-git-info":"*","ini":"*","init-package-json":"*","is-cidr":"*","json-parse-even-better-errors":"*","libnpmaccess":"*","libnpmdiff":"*","libnpmexec":"*","libnpmfund":"*","libnpmhook":"*","libnpmorg":"*","libnpmpack":"*","libnpmpublish":"*","libnpmsearch":"*","libnpmteam":"*","libnpmversion":"*","make-fetch-happen":"*","minipass":"*","minipass-pipeline":"*","mkdirp":"*","mkdirp-infer-owner":"*","ms":"*","node-gyp":"*","nopt":"*","npm-audit-report":"*","npm-install-checks":"*","npm-package-arg":"*","npm-pick-manifest":"*","npm-profile":"*","npm-registry-fetch":"*","npm-user-validate":"*","npmlog":"*","opener":"*","pacote":"*","parse-conflict-json":"*","qrcode-terminal":"*","read":"*","read-package-json":"*","read-package-json-fast":"*","readdir-scoped-modules":"*","rimraf":"*","semver":"*","ssri":"*","tar":"*","text-table":"*","tiny-relative-date":"*","treeverse":"*","validate-npm-package-name":"*","which":"*","write-file-atomic":"*"},"devDependencies":{"eslint":"^7.31.0","eslint-plugin-import":"^2.23.4","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^5.1.0","eslint-plugin-standard":"^5.0.0","licensee":"^8.2.0","spawk":"^1.7.1","tap":"^15.0.9"},"bundleDependencies":["@isaacs/string-locale-compare","@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/map-workspaces","@npmcli/package-json","@npmcli/run-script","abbrev","ansicolors","ansistyles","archy","cacache","chalk","chownr","cli-columns","cli-table3","columnify","fastest-levenshtein","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-install-checks","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-120p116CE8VMMZ+hk8IAb1inCPk4Dj3VZw29/n2g6UI77urJKVYb7FZUDW8hY+EBnfsjI/2yrobBgFyzo7YpVQ==","shasum":"861117af8241bea592289f22407230e5300e59ca","tarball":"https://registry.npmjs.org/npm/-/npm-7.24.2.tgz","fileCount":2378,"unpackedSize":12020144,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBU6gnlGVXrmacjcsoYZbQJ5VDSp2+1CZ3OPH7NwAKiyAiAJo5A4E8Ly0oAQBHky0Oq+xm6Uzkk6kov+E6iw8wKLiQ=="}]},"engines":{"node":">=10"}},"8.0.0":{"name":"npm","version":"8.0.0","dependencies":{"@isaacs/string-locale-compare":"*","@npmcli/arborist":"*","@npmcli/ci-detect":"*","@npmcli/config":"*","@npmcli/map-workspaces":"*","@npmcli/package-json":"*","@npmcli/run-script":"*","abbrev":"*","ansicolors":"*","ansistyles":"*","archy":"*","cacache":"*","chalk":"*","chownr":"*","cli-columns":"*","cli-table3":"*","columnify":"*","fastest-levenshtein":"*","glob":"*","graceful-fs":"*","hosted-git-info":"*","ini":"*","init-package-json":"*","is-cidr":"*","json-parse-even-better-errors":"*","libnpmaccess":"*","libnpmdiff":"*","libnpmexec":"*","libnpmfund":"*","libnpmhook":"*","libnpmorg":"*","libnpmpack":"*","libnpmpublish":"*","libnpmsearch":"*","libnpmteam":"*","libnpmversion":"*","make-fetch-happen":"*","minipass":"*","minipass-pipeline":"*","mkdirp":"*","mkdirp-infer-owner":"*","ms":"*","node-gyp":"*","nopt":"*","npm-audit-report":"*","npm-install-checks":"*","npm-package-arg":"*","npm-pick-manifest":"*","npm-profile":"*","npm-registry-fetch":"*","npm-user-validate":"*","npmlog":"*","opener":"*","pacote":"*","parse-conflict-json":"*","qrcode-terminal":"*","read":"*","read-package-json":"*","read-package-json-fast":"*","readdir-scoped-modules":"*","rimraf":"*","semver":"*","ssri":"*","tar":"*","text-table":"*","tiny-relative-date":"*","treeverse":"*","validate-npm-package-name":"*","which":"*","write-file-atomic":"*"},"devDependencies":{"eslint":"^7.31.0","eslint-plugin-import":"^2.23.4","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^5.1.0","eslint-plugin-standard":"^5.0.0","licensee":"^8.2.0","spawk":"^1.7.1","tap":"^15.0.9"},"bundleDependencies":["@isaacs/string-locale-compare","@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/map-workspaces","@npmcli/package-json","@npmcli/run-script","abbrev","ansicolors","ansistyles","archy","cacache","chalk","chownr","cli-columns","cli-table3","columnify","fastest-levenshtein","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-install-checks","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-bhZ8L73aloy8CEEhRjkyJp55icQzpsOqdWWA95xZyyLwL52ASgVOm8CsXKcZgIlrh4/cQTeJMuIK6krBju43HA==","shasum":"28955335bb3142217b0ae80fc1ca6eb652da2534","tarball":"https://registry.npmjs.org/npm/-/npm-8.0.0.tgz","fileCount":1932,"unpackedSize":8997616,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDEqMTpu44BGEX0cMdhVcwWPmjB48n4uf4m3Nr2uWarYAiAUd6b9BE4NFAr6ywbZh87uAeD+EKUyETR369oX/VOn/Q=="}]},"engines":{"node":"^12.13.0 || ^14.15.0 || >=16"}},"8.1.0":{"name":"npm","version":"8.1.0","dependencies":{"@isaacs/string-locale-compare":"*","@npmcli/arborist":"*","@npmcli/ci-detect":"*","@npmcli/config":"*","@npmcli/map-workspaces":"*","@npmcli/package-json":"*","@npmcli/run-script":"*","abbrev":"*","ansicolors":"*","ansistyles":"*","archy":"*","cacache":"*","chalk":"*","chownr":"*","cli-columns":"*","cli-table3":"*","columnify":"*","fastest-levenshtein":"*","glob":"*","graceful-fs":"*","hosted-git-info":"*","ini":"*","init-package-json":"*","is-cidr":"*","json-parse-even-better-errors":"*","libnpmaccess":"*","libnpmdiff":"*","libnpmexec":"*","libnpmfund":"*","libnpmhook":"*","libnpmorg":"*","libnpmpack":"*","libnpmpublish":"*","libnpmsearch":"*","libnpmteam":"*","libnpmversion":"*","make-fetch-happen":"*","minipass":"*","minipass-pipeline":"*","mkdirp":"*","mkdirp-infer-owner":"*","ms":"*","node-gyp":"*","nopt":"*","npm-audit-report":"*","npm-install-checks":"*","npm-package-arg":"*","npm-pick-manifest":"*","npm-profile":"*","npm-registry-fetch":"*","npm-user-validate":"*","npmlog":"*","opener":"*","pacote":"*","parse-conflict-json":"*","qrcode-terminal":"*","read":"*","read-package-json":"*","read-package-json-fast":"*","readdir-scoped-modules":"*","rimraf":"*","semver":"*","ssri":"*","tar":"*","text-table":"*","tiny-relative-date":"*","treeverse":"*","validate-npm-package-name":"*","which":"*","write-file-atomic":"*"},"devDependencies":{"eslint":"^7.31.0","eslint-plugin-import":"^2.23.4","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^5.1.0","eslint-plugin-standard":"^5.0.0","licensee":"^8.2.0","spawk":"^1.7.1","tap":"^15.0.9"},"bundleDependencies":["@isaacs/string-locale-compare","@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/map-workspaces","@npmcli/package-json","@npmcli/run-script","abbrev","ansicolors","ansistyles","archy","cacache","chalk","chownr","cli-columns","cli-table3","columnify","fastest-levenshtein","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-install-checks","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-rPiiYY4t8pqK1rCDQy1bE6HRR63B2RwfYsIVc1/BNkeIilvqZMwGeTksSBK8WTozBz8c/tMd7jk0c4Q4f/F+UA==","shasum":"2b4a44f00cab4ae7e8fb2d8180f2af92e1098b09","tarball":"https://registry.npmjs.org/npm/-/npm-8.1.0.tgz","fileCount":1918,"unpackedSize":8701453,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCKhX3YJuanbjr6FgmzHD6QKrAxN47mDySIYoU0a4Nb7QIhAOrAUVSd1VGm/KF59U68K6gBO5FfCpbQoeDQpUobD2Fw"}]},"engines":{"node":"^12.13.0 || ^14.15.0 || >=16"}},"8.1.1":{"name":"npm","version":"8.1.1","dependencies":{"@isaacs/string-locale-compare":"*","@npmcli/arborist":"*","@npmcli/ci-detect":"*","@npmcli/config":"*","@npmcli/map-workspaces":"*","@npmcli/package-json":"*","@npmcli/run-script":"*","abbrev":"*","ansicolors":"*","ansistyles":"*","archy":"*","cacache":"*","chalk":"*","chownr":"*","cli-columns":"*","cli-table3":"*","columnify":"*","fastest-levenshtein":"*","glob":"*","graceful-fs":"*","hosted-git-info":"*","ini":"*","init-package-json":"*","is-cidr":"*","json-parse-even-better-errors":"*","libnpmaccess":"*","libnpmdiff":"*","libnpmexec":"*","libnpmfund":"*","libnpmhook":"*","libnpmorg":"*","libnpmpack":"*","libnpmpublish":"*","libnpmsearch":"*","libnpmteam":"*","libnpmversion":"*","make-fetch-happen":"*","minipass":"*","minipass-pipeline":"*","mkdirp":"*","mkdirp-infer-owner":"*","ms":"*","node-gyp":"*","nopt":"*","npm-audit-report":"*","npm-install-checks":"*","npm-package-arg":"*","npm-pick-manifest":"*","npm-profile":"*","npm-registry-fetch":"*","npm-user-validate":"*","npmlog":"*","opener":"*","pacote":"*","parse-conflict-json":"*","qrcode-terminal":"*","read":"*","read-package-json":"*","read-package-json-fast":"*","readdir-scoped-modules":"*","rimraf":"*","semver":"*","ssri":"*","tar":"*","text-table":"*","tiny-relative-date":"*","treeverse":"*","validate-npm-package-name":"*","which":"*","write-file-atomic":"*"},"devDependencies":{"eslint":"^7.31.0","eslint-plugin-import":"^2.23.4","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^5.1.0","eslint-plugin-standard":"^5.0.0","licensee":"^8.2.0","spawk":"^1.7.1","tap":"^15.0.9"},"bundleDependencies":["@isaacs/string-locale-compare","@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/map-workspaces","@npmcli/package-json","@npmcli/run-script","abbrev","ansicolors","ansistyles","archy","cacache","chalk","chownr","cli-columns","cli-table3","columnify","fastest-levenshtein","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-install-checks","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-sD4+ZHh/5Bx3wiTWbKwT+77RFoXvIKUfiSg6VJ/DFYucSDhSocKVyFzK1KviGkbsCFXAMETDifSGLb9kvDm6KA==","shasum":"0eed5e178fe057fbe02be987107dd6c81bd6742f","tarball":"https://registry.npmjs.org/npm/-/npm-8.1.1.tgz","fileCount":1902,"unpackedSize":8656162,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHEq1Wn3+GYQlXWKxhZFnrZyGJKQs4/ta7hCDTqIBpPJAiBqoKz9EO6o/e0njIndG4GBL4brF4l5nwC1J10pnItSBQ=="}]},"engines":{"node":"^12.13.0 || ^14.15.0 || >=16"}},"8.1.2":{"name":"npm","version":"8.1.2","dependencies":{"@isaacs/string-locale-compare":"*","@npmcli/arborist":"*","@npmcli/ci-detect":"*","@npmcli/config":"*","@npmcli/map-workspaces":"*","@npmcli/package-json":"*","@npmcli/run-script":"*","abbrev":"*","ansicolors":"*","ansistyles":"*","archy":"*","cacache":"*","chalk":"*","chownr":"*","cli-columns":"*","cli-table3":"*","columnify":"*","fastest-levenshtein":"*","glob":"*","graceful-fs":"*","hosted-git-info":"*","ini":"*","init-package-json":"*","is-cidr":"*","json-parse-even-better-errors":"*","libnpmaccess":"*","libnpmdiff":"*","libnpmexec":"*","libnpmfund":"*","libnpmhook":"*","libnpmorg":"*","libnpmpack":"*","libnpmpublish":"*","libnpmsearch":"*","libnpmteam":"*","libnpmversion":"*","make-fetch-happen":"*","minipass":"*","minipass-pipeline":"*","mkdirp":"*","mkdirp-infer-owner":"*","ms":"*","node-gyp":"*","nopt":"*","npm-audit-report":"*","npm-install-checks":"*","npm-package-arg":"*","npm-pick-manifest":"*","npm-profile":"*","npm-registry-fetch":"*","npm-user-validate":"*","npmlog":"*","opener":"*","pacote":"*","parse-conflict-json":"*","qrcode-terminal":"*","read":"*","read-package-json":"*","read-package-json-fast":"*","readdir-scoped-modules":"*","rimraf":"*","semver":"*","ssri":"*","tar":"*","text-table":"*","tiny-relative-date":"*","treeverse":"*","validate-npm-package-name":"*","which":"*","write-file-atomic":"*"},"devDependencies":{"eslint":"^7.31.0","eslint-plugin-import":"^2.23.4","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^5.1.0","eslint-plugin-standard":"^5.0.0","licensee":"^8.2.0","spawk":"^1.7.1","tap":"^15.0.9"},"bundleDependencies":["@isaacs/string-locale-compare","@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/map-workspaces","@npmcli/package-json","@npmcli/run-script","abbrev","ansicolors","ansistyles","archy","cacache","chalk","chownr","cli-columns","cli-table3","columnify","fastest-levenshtein","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-install-checks","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-9awPeSZ+3sS4cBwGsJQnbt3M+ZyBRBokEJYdm2nmu9n8HSuGEEOR1cLy7NLB08veoj21I6ZtMhwM1ARz6HWYHg==","shasum":"d273423f06113f2fa95319e24438ec0cc20358d9","tarball":"https://registry.npmjs.org/npm/-/npm-8.1.2.tgz","fileCount":1902,"unpackedSize":8656660,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICdMz3MwqyahwbTKqlOJ5ELScTMIaCH8yM+Jbb7Bxj+SAiEAyMb2NR3uiCEGXBjGlQ3Aye3O11XOqM6ozQDnbwceGlU="}]},"engines":{"node":"^12.13.0 || ^14.15.0 || >=16"}},"8.1.3":{"name":"npm","version":"8.1.3","dependencies":{"@isaacs/string-locale-compare":"*","@npmcli/arborist":"*","@npmcli/ci-detect":"*","@npmcli/config":"*","@npmcli/map-workspaces":"*","@npmcli/package-json":"*","@npmcli/run-script":"*","abbrev":"*","ansicolors":"*","ansistyles":"*","archy":"*","cacache":"*","chalk":"*","chownr":"*","cli-columns":"*","cli-table3":"*","columnify":"*","fastest-levenshtein":"*","glob":"*","graceful-fs":"*","hosted-git-info":"*","ini":"*","init-package-json":"*","is-cidr":"*","json-parse-even-better-errors":"*","libnpmaccess":"*","libnpmdiff":"*","libnpmexec":"*","libnpmfund":"*","libnpmhook":"*","libnpmorg":"*","libnpmpack":"*","libnpmpublish":"*","libnpmsearch":"*","libnpmteam":"*","libnpmversion":"*","make-fetch-happen":"*","minipass":"*","minipass-pipeline":"*","mkdirp":"*","mkdirp-infer-owner":"*","ms":"*","node-gyp":"*","nopt":"*","npm-audit-report":"*","npm-install-checks":"*","npm-package-arg":"*","npm-pick-manifest":"*","npm-profile":"*","npm-registry-fetch":"*","npm-user-validate":"*","npmlog":"*","opener":"*","pacote":"*","parse-conflict-json":"*","qrcode-terminal":"*","read":"*","read-package-json":"*","read-package-json-fast":"*","readdir-scoped-modules":"*","rimraf":"*","semver":"*","ssri":"*","tar":"*","text-table":"*","tiny-relative-date":"*","treeverse":"*","validate-npm-package-name":"*","which":"*","write-file-atomic":"*"},"devDependencies":{"eslint":"^7.31.0","eslint-plugin-import":"^2.23.4","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^5.1.0","eslint-plugin-standard":"^5.0.0","licensee":"^8.2.0","spawk":"^1.7.1","tap":"^15.0.9"},"bundleDependencies":["@isaacs/string-locale-compare","@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/map-workspaces","@npmcli/package-json","@npmcli/run-script","abbrev","ansicolors","ansistyles","archy","cacache","chalk","chownr","cli-columns","cli-table3","columnify","fastest-levenshtein","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-install-checks","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-7AnYyaVdF3vEpHMb+tq5ALbmsE9CIJYu0KJvGawn03yc1HGw778H7UNLV2tcHTAa6VjJk4c1yKbovOC0674PAw==","shasum":"fa8db17811dd3259ef4911ee5e01d6e69ce19ea4","tarball":"https://registry.npmjs.org/npm/-/npm-8.1.3.tgz","fileCount":1902,"unpackedSize":8650829,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDbEdjPuh1W57Za9Zk0TOujDLWOdDxV7fcf3Bx2NeMKcgIgTmRRZ4XeMJ2Tc31cIL8gxqAHxR7BK/ZsSqDM6TabFFQ="}]},"engines":{"node":"^12.13.0 || ^14.15.0 || >=16"}},"8.1.4":{"name":"npm","version":"8.1.4","dependencies":{"@isaacs/string-locale-compare":"*","@npmcli/arborist":"*","@npmcli/ci-detect":"*","@npmcli/config":"*","@npmcli/map-workspaces":"*","@npmcli/package-json":"*","@npmcli/run-script":"*","abbrev":"*","ansicolors":"*","ansistyles":"*","archy":"*","cacache":"*","chalk":"*","chownr":"*","cli-columns":"*","cli-table3":"*","columnify":"*","fastest-levenshtein":"*","glob":"*","graceful-fs":"*","hosted-git-info":"*","ini":"*","init-package-json":"*","is-cidr":"*","json-parse-even-better-errors":"*","libnpmaccess":"*","libnpmdiff":"*","libnpmexec":"*","libnpmfund":"*","libnpmhook":"*","libnpmorg":"*","libnpmpack":"*","libnpmpublish":"*","libnpmsearch":"*","libnpmteam":"*","libnpmversion":"*","make-fetch-happen":"*","minipass":"*","minipass-pipeline":"*","mkdirp":"*","mkdirp-infer-owner":"*","ms":"*","node-gyp":"*","nopt":"*","npm-audit-report":"*","npm-install-checks":"*","npm-package-arg":"*","npm-pick-manifest":"*","npm-profile":"*","npm-registry-fetch":"*","npm-user-validate":"*","npmlog":"*","opener":"*","pacote":"*","parse-conflict-json":"*","qrcode-terminal":"*","read":"*","read-package-json":"*","read-package-json-fast":"*","readdir-scoped-modules":"*","rimraf":"*","semver":"*","ssri":"*","tar":"*","text-table":"*","tiny-relative-date":"*","treeverse":"*","validate-npm-package-name":"*","which":"*","write-file-atomic":"*"},"devDependencies":{"@npmcli/eslint-config":"^2.0.0","eslint":"^8.2.0","licensee":"^8.2.0","spawk":"^1.7.1","tap":"^15.1.2"},"bundleDependencies":["@isaacs/string-locale-compare","@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/map-workspaces","@npmcli/package-json","@npmcli/run-script","abbrev","ansicolors","ansistyles","archy","cacache","chalk","chownr","cli-columns","cli-table3","columnify","fastest-levenshtein","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-install-checks","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-CRwzIUmJQiBCkME3nZj/4tLExlWwdEFl/4dUhKoa/NpW8dbwRO5pb7YzHAU1y2AJvS0B+Ju7sXeBlWsr6OH5rw==","shasum":"ea3666739f316f1999103ae99b542c50b9b3cca1","tarball":"https://registry.npmjs.org/npm/-/npm-8.1.4.tgz","fileCount":1928,"unpackedSize":8699956,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhlru0CRA9TVsSAnZWagAAL6kP/1Q2K8Z2grbZDgcPuxUs\n8pAJx52S2C/h5r9YdGMIxadNfurfKCKeZWv3zD4e2MswJOOFh5NfUXaRInVt\nJ2P+qnCZG2OIxHZUGph7qCq82HhqR5OFTBxTciWYzyc7zL0WzT1Exa7QGTFl\nLhGbE2c1qjuSf5+RpPgEdpOejuDDUFBGAiNRePsii0j/jiDTP/d6a3Le5zUQ\nnDwZ/z6ggpUkxiWgLV0JIiEemoe8EXq6yFG5RLXZqiWtAGvEQMuVzBDfu1qS\nODqKMiaxF8P+YtZ5bH3bjSlwlYFyG65gL90bYQOprt9vcXw77nHU/zDvmnix\nlMuU5zCXrKLkfBol8ofi5P32Q9Y+3r9ONPcVGa6zNz/rJXLDt+FTQKimxkNw\nV/CIn9mZlt1tqDNqwNTkTNX6v9yIP4xWA3I33yOHkddunM6H5csXQKy03Doi\nTOuDdXwUfpLPB3K0tsl22J1ZvW6QAng3XUQfBsNwzk7AdH7baX4eRbYQHatw\niZKlYDXqFId1Qn8aGpMMii+coP/IsJ1NRB4k7UXFB+3Kl/mRr3IlHC+Au+7W\n9L7LiuqKN2/9+/QcQh+PbVsmy6JY3tT05yAVlryfkd8ERoGnJpTVFzfi+RsG\nUO3s5ppAgZbFwAuNoRuBiqTlXpmb85kA+lm1Q66qoumm8wbfm4Gliy1fhdD2\nI3H0\r\n=lLkr\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAN4xu9aA+66s5xMz1yX5Tz3i5L0xL0Zlc7dCJaQoPEgAiB0VdOtR2V8Mhw8E+eoq0ZSaDygQ3iOiHHHuOiNNRoCJQ=="}]},"engines":{"node":"^12.13.0 || ^14.15.0 || >=16"}},"8.2.0":{"name":"npm","version":"8.2.0","dependencies":{"@isaacs/string-locale-compare":"*","@npmcli/arborist":"*","@npmcli/ci-detect":"*","@npmcli/config":"*","@npmcli/map-workspaces":"*","@npmcli/package-json":"*","@npmcli/run-script":"*","abbrev":"*","ansicolors":"*","ansistyles":"*","archy":"*","cacache":"*","chalk":"*","chownr":"*","cli-columns":"*","cli-table3":"*","columnify":"*","fastest-levenshtein":"*","glob":"*","graceful-fs":"*","hosted-git-info":"*","ini":"*","init-package-json":"*","is-cidr":"*","json-parse-even-better-errors":"*","libnpmaccess":"*","libnpmdiff":"*","libnpmexec":"*","libnpmfund":"*","libnpmhook":"*","libnpmorg":"*","libnpmpack":"*","libnpmpublish":"*","libnpmsearch":"*","libnpmteam":"*","libnpmversion":"*","make-fetch-happen":"*","minipass":"*","minipass-pipeline":"*","mkdirp":"*","mkdirp-infer-owner":"*","ms":"*","node-gyp":"*","nopt":"*","npm-audit-report":"*","npm-install-checks":"*","npm-package-arg":"*","npm-pick-manifest":"*","npm-profile":"*","npm-registry-fetch":"*","npm-user-validate":"*","npmlog":"*","opener":"*","pacote":"*","parse-conflict-json":"*","proc-log":"*","qrcode-terminal":"*","read":"*","read-package-json":"*","read-package-json-fast":"*","readdir-scoped-modules":"*","rimraf":"*","semver":"*","ssri":"*","tar":"*","text-table":"*","tiny-relative-date":"*","treeverse":"*","validate-npm-package-name":"*","which":"*","write-file-atomic":"*"},"devDependencies":{"@npmcli/eslint-config":"^2.0.0","eslint":"^8.3.0","licensee":"^8.2.0","spawk":"^1.7.1","tap":"^15.1.5"},"bundleDependencies":["@isaacs/string-locale-compare","@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/map-workspaces","@npmcli/package-json","@npmcli/run-script","abbrev","ansicolors","ansistyles","archy","cacache","chalk","chownr","cli-columns","cli-table3","columnify","fastest-levenshtein","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-install-checks","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","proc-log","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-doYfni7IWhc5xJdikZK3PKENz3QcTcV5Y2EtF8HA3eEPePeemdgGl3j2OyNPT25+UBschVWSVgz4ER1/wnjF7Q==","shasum":"19d889938ed52f952b219544ffcb614e206f22cc","tarball":"https://registry.npmjs.org/npm/-/npm-8.2.0.tgz","fileCount":1881,"unpackedSize":8624184,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhqUDQCRA9TVsSAnZWagAAWjoQAJMrLdSbEIQzzSmuvlJf\nn4fKyYFgKyF59IaeDKQnjcj+smJ3GEmSwq6icQciuD+QJ4Zeut7hxJBys4su\nxhJs6ZzUF2NtSH/VT3bWvzhI/Lq/clfrvlwtR1coraiDqBOu2PFqX1iUCQ5s\nec0M4qJyz6RRke4wQH7M7aRh9dbXMcjErk9E8KYWRxbZQ+gcB0q782tEY27R\nhEp1YRejmSqrqxXEtrCFoEhfSrBEFSbHIKy36l+LXVrlyib0Qer0rjGujsT9\nqXXkIKy0VrwBt+Aahi8eUJGHdPqTbmvkMO2t2G7tYtVwkmA1xAph+D5PhT8v\nxprqyFgJ9k2eR8bbIO1AcnR4oHJTE/KUxDUXD24H8hpzZH+BR/rA2EtwVfM4\nkGLyCo8W0+p6zScmuKYvH8jp/UmbOMsMMjRGgg7KbJVPFK7kC+6wfSIJnu8f\naT9HBiQNkXYRG5rSslfMfQPdWJk9C2yWQPSD6wtLMSTgtSTpoUqNNFVtyj1Y\nhvEqT4/pF+8W0BJNiI5oma90yb9d/r+O0xc7L6Tuh51XtrroAl2dvRXEiTHc\nijIFuPKMBcJyaFNY0hd/cMpqoIY9Y1SGOiirvxUsdDuQch0lcEvyhCfR3+lt\ne98RiOy3G7n/+c2t2BnmKoKSLawTc7754dexdNP7LsD0TxB9OEU3NUHFFM8N\nRprN\r\n=mFyO\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAXSBVtV0ZYDfC9xjYXn9RxZCnjJg3c2/Ld880+Vl9BTAiBTBB8XMEHfblSTM9H2qjLmYtCSWSMzfOjgkw2rzE/20Q=="}]},"engines":{"node":"^12.13.0 || ^14.15.0 || >=16"}},"8.3.0":{"name":"npm","version":"8.3.0","dependencies":{"@isaacs/string-locale-compare":"*","@npmcli/arborist":"*","@npmcli/ci-detect":"*","@npmcli/config":"*","@npmcli/map-workspaces":"*","@npmcli/package-json":"*","@npmcli/run-script":"*","abbrev":"*","ansicolors":"*","ansistyles":"*","archy":"*","cacache":"*","chalk":"*","chownr":"*","cli-columns":"*","cli-table3":"*","columnify":"*","fastest-levenshtein":"*","glob":"*","graceful-fs":"*","hosted-git-info":"*","ini":"*","init-package-json":"*","is-cidr":"*","json-parse-even-better-errors":"*","libnpmaccess":"*","libnpmdiff":"*","libnpmexec":"*","libnpmfund":"*","libnpmhook":"*","libnpmorg":"*","libnpmpack":"*","libnpmpublish":"*","libnpmsearch":"*","libnpmteam":"*","libnpmversion":"*","make-fetch-happen":"*","minipass":"*","minipass-pipeline":"*","mkdirp":"*","mkdirp-infer-owner":"*","ms":"*","node-gyp":"*","nopt":"*","npm-audit-report":"*","npm-install-checks":"*","npm-package-arg":"*","npm-pick-manifest":"*","npm-profile":"*","npm-registry-fetch":"*","npm-user-validate":"*","npmlog":"*","opener":"*","pacote":"*","parse-conflict-json":"*","proc-log":"*","qrcode-terminal":"*","read":"*","read-package-json":"*","read-package-json-fast":"*","readdir-scoped-modules":"*","rimraf":"*","semver":"*","ssri":"*","tar":"*","text-table":"*","tiny-relative-date":"*","treeverse":"*","validate-npm-package-name":"*","which":"*","write-file-atomic":"*"},"devDependencies":{"@npmcli/eslint-config":"^2.0.0","eslint":"^8.3.0","licensee":"^8.2.0","spawk":"^1.7.1","tap":"^15.1.5"},"bundleDependencies":["@isaacs/string-locale-compare","@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/map-workspaces","@npmcli/package-json","@npmcli/run-script","abbrev","ansicolors","ansistyles","archy","cacache","chalk","chownr","cli-columns","cli-table3","columnify","fastest-levenshtein","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-install-checks","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","proc-log","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-ug4xToae4Dh3yZh8Fp6MOnAPSS3fqCTANpJx1fXP2C4LTUzoZf7rEantHQR/ANPVYDBe5qQT4tGVsoPqqiYZMw==","shasum":"03d32b0ddb07a5865726baf7149bb0475023df4d","tarball":"https://registry.npmjs.org/npm/-/npm-8.3.0.tgz","fileCount":1886,"unpackedSize":8647256,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhsnHUCRA9TVsSAnZWagAAN1oP/A1FlbptX7LJAle/KYIE\n5haMMUQHItTJjzbxgTswKKb+jpyZmvVIpINn+veXjLnh4o/VgGg6lx1EdGxu\n1/PKhb5QHtyxHdNcGL+CZpNosRSG2HIuNO0eSO2UvSpEnUYI8K23jFzX5xHB\n8BtZVetosJCjx1FIwwbFfaWZhQIRKlU/qACGLCQum44pGYCnc6SSVEuTEr8v\ngsYeZZWU+dLHTgImEIqhyAehuQkkBSys7WLXMujNBFeZdg+jwMaivguSk64v\nBkhx04va+kxyFobkojDWmjG6iXkxVyA0alpufBhkymFD3zc5bzjJt8XuelTy\neE0H5WmfkFXv5qhc2cBEdZ6sB6siu8kw5GaveHSljXGHWvQAOyt1rH18VBMN\nJSuEi57XiO95Q0155mcfKzQx2ear9xsX3E6QFTzUrdA0fn4COI5YBbLJFAZK\nHnfDe1n9Hfet3MCFsp/JemSgqWBURoFx4NHxsn9dsduyRx1f+TspsuBXXoJ/\nRA9QcwchvHnUoIcYm1dzQHL+5RELANY3QUztTyjK4DX7GCOA31PLH99JtOOf\nXIovKOSpvHkYl623UWSMx7g2CDDNDmwkx2aFi92hTzEYqpRfUL8PSk/UEnIH\nca8DSjTKkjS7QP/lTU5v6AM1Pwu/8WcWJBXdp0jYfW7nItjFv81ePs7nLp4g\niHcS\r\n=FhX8\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD9q1jpjWPlnqy4lCVr3SIi+gYHZ33hyjV0+4lVt4bj7QIhAJpmXE+rlLs60hL2n3J9GUu3Llir5IJq+weRO6HRsLJu"}]},"engines":{"node":"^12.13.0 || ^14.15.0 || >=16"}},"8.3.1":{"name":"npm","version":"8.3.1","dependencies":{"@isaacs/string-locale-compare":"*","@npmcli/arborist":"*","@npmcli/ci-detect":"*","@npmcli/config":"*","@npmcli/map-workspaces":"*","@npmcli/package-json":"*","@npmcli/run-script":"*","abbrev":"*","ansicolors":"*","ansistyles":"*","archy":"*","cacache":"*","chalk":"*","chownr":"*","cli-columns":"*","cli-table3":"*","columnify":"*","fastest-levenshtein":"*","glob":"*","graceful-fs":"*","hosted-git-info":"*","ini":"*","init-package-json":"*","is-cidr":"*","json-parse-even-better-errors":"*","libnpmaccess":"*","libnpmdiff":"*","libnpmexec":"*","libnpmfund":"*","libnpmhook":"*","libnpmorg":"*","libnpmpack":"*","libnpmpublish":"*","libnpmsearch":"*","libnpmteam":"*","libnpmversion":"*","make-fetch-happen":"*","minipass":"*","minipass-pipeline":"*","mkdirp":"*","mkdirp-infer-owner":"*","ms":"*","node-gyp":"*","nopt":"*","npm-audit-report":"*","npm-install-checks":"*","npm-package-arg":"*","npm-pick-manifest":"*","npm-profile":"*","npm-registry-fetch":"*","npm-user-validate":"*","npmlog":"*","opener":"*","pacote":"*","parse-conflict-json":"*","proc-log":"*","qrcode-terminal":"*","read":"*","read-package-json":"*","read-package-json-fast":"*","readdir-scoped-modules":"*","rimraf":"*","semver":"*","ssri":"*","tar":"*","text-table":"*","tiny-relative-date":"*","treeverse":"*","validate-npm-package-name":"*","which":"*","write-file-atomic":"*"},"devDependencies":{"@npmcli/eslint-config":"^2.0.0","@npmcli/template-oss":"^2.4.3","eslint":"^8.3.0","licensee":"^8.2.0","spawk":"^1.7.1","tap":"^15.1.6"},"bundleDependencies":["@isaacs/string-locale-compare","@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/map-workspaces","@npmcli/package-json","@npmcli/run-script","abbrev","ansicolors","ansistyles","archy","cacache","chalk","chownr","cli-columns","cli-table3","columnify","fastest-levenshtein","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-install-checks","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","proc-log","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-f552vKhT3r+PpCRnH7UferrrbcnvcFnGusN2T1mQqq/0UQd3pF1+ok4n0WahT0ZKxj10YU3b2VdhGrf39djHAA==","shasum":"c3f370a2e0c3575b863311efac666fba69a2e6d2","tarball":"https://registry.npmjs.org/npm/-/npm-8.3.1.tgz","fileCount":1894,"unpackedSize":8688986,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh4IzmCRA9TVsSAnZWagAA5pcP/2D9Y0hTtnvs1cM6fu7u\nv135tP2EY8ndhqAtcmGGQt7tlc4RNBA+xCGPqGt+9YEXZY3PgvTejqJpYA8P\njHfvt6wIwRKIIURH9JF/nK2WPrw9q1/PrJuONbpL4CO+As5SruOXhhkTKF2h\nKFdaX0dAENjjahKDvw7fXIn4S1cM6mSBWPgVd4rlevhP1ibaHvQ2FvYqmTsu\nvAt1jT/OL1wu1pbDnG3jCvGBlrRB8Vn5qr9YdNHpnD3nouk8ZvO0ZkHeuROc\nCth2X4JrQmbhajn7DUXXSDg5zPaytQuXBQti1gtJTTGEUwv0RKHhQpY7uamW\nSJFYsSccWpjFJeK/Y6Mh6fOuS8W5xBkKl9fLBDMV92lyFd4/xe00beFJFyLc\nfP+dIG6EtSAp/NDnuIljx7kwMP4Hear9b1mFzVnUYaoSL8doXBZfYYb/lIme\nCPvihNUn7LSDn0zu1/A9nOb91GhoLge9Dwg+44kuhkcBqX743hDL3ocup7Oa\n3ZM63BSg8t9OERM+ZURHZigJGMjN/KigdDM7z45eAGfxEOagBKBtFXuuduKn\nNfoCDmYEpVkJNwaFUfY1jOJ02vyRSQrj+JkdjwGosTh9rbLs7I34EhE90ZiN\nkkhuS60N9iN1AiUBWlUZqMSo66Gi8xzmQGKW38Gt9IQnCnqcHs9zA3LnCIpB\nNo2z\r\n=1IEN\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEtcYnTiH2B3Zny1afnj/zD7ZW9ZAB4xAmyTRQYj1i/xAiEAgKnfvrq4rgRrxaZzBlhvOU4DYOS7haAfiB/vXEs9drY="}]},"engines":{"node":"^12.13.0 || ^14.15.0 || >=16"}},"6.14.16":{"name":"npm","version":"6.14.16","dependencies":{"JSONStream":"^1.3.5","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^1.1.8","bluebird":"^3.5.5","byte-size":"^5.0.1","cacache":"^12.0.3","call-limit":"^1.1.1","chownr":"^1.1.4","ci-info":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.5.1","cmd-shim":"^3.0.3","columnify":"~1.5.4","config-chain":"^1.1.12","detect-indent":"~5.0.0","detect-newline":"^2.1.0","dezalgo":"~1.0.3","editor":"~1.0.0","figgy-pudding":"^3.5.1","find-npm-prefix":"^1.0.2","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","gentle-fs":"^2.3.1","glob":"^7.1.6","graceful-fs":"^4.2.4","has-unicode":"~2.0.1","hosted-git-info":"^2.8.9","iferr":"^1.0.2","infer-owner":"^1.0.4","inflight":"~1.0.6","inherits":"^2.0.4","ini":"^1.3.8","init-package-json":"^1.10.3","is-cidr":"^3.0.0","json-parse-better-errors":"^1.0.2","lazy-property":"~1.0.0","libcipm":"^4.0.8","libnpm":"^3.0.1","libnpmaccess":"^3.0.2","libnpmhook":"^5.0.3","libnpmorg":"^1.0.1","libnpmsearch":"^2.0.2","libnpmteam":"^1.0.2","libnpx":"^10.2.4","lock-verify":"^2.1.0","lockfile":"^1.0.4","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"^5.1.1","meant":"^1.0.2","mississippi":"^3.0.0","mkdirp":"^0.5.5","move-concurrently":"^1.0.1","node-gyp":"^5.1.0","nopt":"^4.0.3","normalize-package-data":"^2.5.0","npm-audit-report":"^1.3.3","npm-cache-filename":"~1.0.2","npm-install-checks":"^3.0.2","npm-lifecycle":"^3.1.5","npm-package-arg":"^6.1.1","npm-packlist":"^1.4.8","npm-pick-manifest":"^3.0.2","npm-profile":"^4.0.4","npm-registry-fetch":"^4.0.7","npm-user-validate":"^1.0.1","npmlog":"~4.1.2","once":"~1.4.0","opener":"^1.5.2","osenv":"^0.1.5","pacote":"^9.5.12","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"^0.12.0","query-string":"^6.8.2","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"^1.0.5","read-installed":"~4.0.3","read-package-json":"^2.1.1","read-package-tree":"^5.3.1","readable-stream":"^3.6.0","readdir-scoped-modules":"^1.1.0","request":"^2.88.0","retry":"^0.12.0","rimraf":"^2.7.1","safe-buffer":"^5.1.2","semver":"^5.7.1","sha":"^3.0.0","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"^6.0.2","stringify-package":"^1.0.1","tar":"^4.4.19","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"^1.1.1","unpipe":"~1.0.0","update-notifier":"^2.5.0","uuid":"^3.3.3","validate-npm-package-license":"^3.0.4","validate-npm-package-name":"~3.0.0","which":"^1.3.1","worker-farm":"^1.7.0","write-file-atomic":"^2.4.3","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*"},"devDependencies":{"bl":"^3.0.1","deep-equal":"^1.0.1","get-stream":"^4.1.0","licensee":"^7.0.3","marked":"^0.7.0","marked-man":"^0.7.0","npm-registry-mock":"^1.3.1","require-inject":"^1.4.4","sprintf-js":"^1.1.2","standard":"^11.0.1","tacks":"^1.3.0","tap":"^12.7.0","tar-stream":"^2.1.0"},"bundleDependencies":["abbrev","ansicolors","ansistyles","aproba","archy","bin-links","bluebird","byte-size","cacache","call-limit","chownr","ci-info","cli-columns","cli-table3","cmd-shim","columnify","config-chain","debuglog","detect-indent","detect-newline","dezalgo","editor","figgy-pudding","find-npm-prefix","fs-vacuum","fs-write-stream-atomic","gentle-fs","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","infer-owner","inflight","inherits","ini","init-package-json","is-cidr","json-parse-better-errors","JSONStream","lazy-property","libcipm","libnpm","libnpmaccess","libnpmhook","libnpmorg","libnpmsearch","libnpmteam","libnpx","lock-verify","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mississippi","mkdirp","move-concurrently","node-gyp","nopt","normalize-package-data","npm-audit-report","npm-cache-filename","npm-install-checks","npm-lifecycle","npm-package-arg","npm-packlist","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","qrcode-terminal","query-string","qw","read-cmd-shim","read-installed","read-package-json","read-package-tree","read","readable-stream","readdir-scoped-modules","request","retry","rimraf","safe-buffer","semver","sha","slide","sorted-object","sorted-union-stream","ssri","stringify-package","tar","text-table","tiny-relative-date","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","worker-farm","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-LMiLGYsVNJfVPlQg7v2NYjG7iRIapcLv+oMunlq7fkXVx0BATCjRu7XyWl0G+iuZzHy4CjtM32QB8ox8juTgaw==","shasum":"a882d6b0b32d5212461f0c58719152add1a7b99a","tarball":"https://registry.npmjs.org/npm/-/npm-6.14.16.tgz","fileCount":4190,"unpackedSize":22894509,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh6HdfCRA9TVsSAnZWagAAt0oQAKN5BiLxDiSERk9VqDi6\nBQA+oEkZzD2Io9jZKL37s3x0Q4J+uqlWzUUwHjrWOCMoxicE4hu/t/4JeBXA\nL9VoTf7z0NjsjBmbFXbk2NFaie4RrLp8vcRUwfXKvKV0I/76Vy7PjvaFy8bk\nx5cRgonim6CseHsinhhD2EJpJWbmdjV6tOYUAkofhH/NdKZppQzR7I9kxsHG\n0zT5GYYwc0Aen4LYIhtKM/Ru/y2O+4KAHpb59owib2I9qErL4oz0yUUc6Yn/\n8IzNKyWxsewbxt0ofnlWmnD7cODPD8G2fUHa10WSZxTdkJVpiHduj0vXi9E4\n4p/4hgM2kAyx4pgwIUfSP4ea5CzRHCzgTfQXsx9jPKMrsVZzZaX35CwFgfCi\ncQNlfujzR1g6MiBgkAivVFgRO/+mxTdizPax+yItnficdQFZyrwIL7kam1mc\nQf0s845ZjBGw3R//4pBfKl/AaB9a+npHnHz5qxqB/W97sRkIXs2WIfncd6NP\nGvSZ4Qgss5WUf09Qwvfft6vhf/8Sd5XxEMGntiAXgC+nR2viw+31z5baezHH\nY3PakGNy4EYlM5oHlK3AjJCHyt6jggL/zYNjwSx2vaIiFjX9vA2igEjh5ob6\neVf0oPzGECrRDVHzXTI3Ra8Yom8bRhCQHcGTYuj/Q0/RpTPdd8HBxzX/sSH+\nP/gD\r\n=/tWr\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBe+pO5Wvy+3ZeutkcWxmFTNkD9Vq3eOowitGUzf5+qdAiA/XxumlHdx7+JDgXMjUXNZEYgABHkMHJ+YeFLMaYarBA=="}]},"engines":{"node":"6 >=6.2.0 || 8 || >=9.3.0"}},"8.3.2":{"name":"npm","version":"8.3.2","dependencies":{"@isaacs/string-locale-compare":"*","@npmcli/arborist":"*","@npmcli/ci-detect":"*","@npmcli/config":"*","@npmcli/map-workspaces":"*","@npmcli/package-json":"*","@npmcli/run-script":"*","abbrev":"*","ansicolors":"*","ansistyles":"*","archy":"*","cacache":"*","chalk":"*","chownr":"*","cli-columns":"*","cli-table3":"*","columnify":"*","fastest-levenshtein":"*","glob":"*","graceful-fs":"*","hosted-git-info":"*","ini":"*","init-package-json":"*","is-cidr":"*","json-parse-even-better-errors":"*","libnpmaccess":"*","libnpmdiff":"*","libnpmexec":"*","libnpmfund":"*","libnpmhook":"*","libnpmorg":"*","libnpmpack":"*","libnpmpublish":"*","libnpmsearch":"*","libnpmteam":"*","libnpmversion":"*","make-fetch-happen":"*","minipass":"*","minipass-pipeline":"*","mkdirp":"*","mkdirp-infer-owner":"*","ms":"*","node-gyp":"*","nopt":"*","npm-audit-report":"*","npm-install-checks":"*","npm-package-arg":"*","npm-pick-manifest":"*","npm-profile":"*","npm-registry-fetch":"*","npm-user-validate":"*","npmlog":"*","opener":"*","pacote":"*","parse-conflict-json":"*","proc-log":"*","qrcode-terminal":"*","read":"*","read-package-json":"*","read-package-json-fast":"*","readdir-scoped-modules":"*","rimraf":"*","semver":"*","ssri":"*","tar":"*","text-table":"*","tiny-relative-date":"*","treeverse":"*","validate-npm-package-name":"*","which":"*","write-file-atomic":"*"},"devDependencies":{"@npmcli/eslint-config":"^2.0.0","@npmcli/template-oss":"^2.4.3","eslint":"^8.3.0","licensee":"^8.2.0","spawk":"^1.7.1","tap":"^15.1.6"},"bundleDependencies":["@isaacs/string-locale-compare","@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/map-workspaces","@npmcli/package-json","@npmcli/run-script","abbrev","ansicolors","ansistyles","archy","cacache","chalk","chownr","cli-columns","cli-table3","columnify","fastest-levenshtein","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-install-checks","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","proc-log","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-xZAC9GpWNOyiS1TtBqBy0HJpjIVI8zsVXEOEwcmgqYFtqOy7sXUL0ByOrkhfcGmf+akSXz3uOxLYB8aLlYivQQ==","shasum":"50149817779f10429959919dc7f5f85a2c85db69","tarball":"https://registry.npmjs.org/npm/-/npm-8.3.2.tgz","fileCount":1892,"unpackedSize":8694425,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh6dvGCRA9TVsSAnZWagAA/cIQAKOw86GoVIrZT3kEwjaj\n9v040VigUmG1cazfckBtkJBue2P4pTfvx53zYJ/O3gstErpRj3wFRst+Mn5J\n31BX+PrutWlQ57L2sNY/vo5gBjemEPnatizsn+d4IcyEZg2bpAsiEIz2ZY4f\n89DI7av+iHr0wUiOqNNtjlbKWBYzgvdWLOPZar4WnrdNci+l1YdL+z/QKvbF\n4qQzQKcGHvrf7HEuiPFiPsKN/DsVPJiWWLXdRDPZ9N32zNlkRrOWBu/nKle1\nfinM/3GzxivXJmU0d063i806tWpNtpijuvvR0zhHly5rK40a/56Tg71H/wGm\nk+hs4/iR5NGEkkZ0gNEQKzkjOyVepQzhtQYWlIhvyfQivvOrSPhcQuT2WUS7\nx9w4kQPN7MIxJaUJdCpwVygMRBgYGMjlZ2/jwVPd1XEPdTqDBnXRhV9Klatu\n0VUDuAwBfoZ8gelAjqD2hOrdr6xcuDvR4/behiO/GI+0+fIF99RJr8195FqV\nblwYwMnFZvk8LMrOTNHlLFzgswjDR3ep0TsvpkWFBuGJEre6GO6bEurOm0lQ\nOZOWrt18mbpOEy25U4sJXS7mv1tXMSRcft8Jr+UwNfINzgEc1waHodXEjjJX\nt5Cv2L/vnCHbkuC2glbQwuqXL7MLIsXvip0PRRvFkGSWMKS/YrNAzeJ1JxbG\nW7df\r\n=Au5o\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICwLyjT/Z8NK2GC0Wu87Wbjia+HyEKUleoi1wHDQ+qwIAiBgMZ4X3HNOfXMPjwr577rddFBTILlvSS5HC31kfizF2g=="}]},"engines":{"node":"^12.13.0 || ^14.15.0 || >=16"}},"8.4.0":{"name":"npm","version":"8.4.0","dependencies":{"@isaacs/string-locale-compare":"*","@npmcli/arborist":"*","@npmcli/ci-detect":"*","@npmcli/config":"*","@npmcli/map-workspaces":"*","@npmcli/package-json":"*","@npmcli/run-script":"*","abbrev":"*","ansicolors":"*","ansistyles":"*","archy":"*","cacache":"*","chalk":"*","chownr":"*","cli-columns":"*","cli-table3":"*","columnify":"*","fastest-levenshtein":"*","glob":"*","graceful-fs":"*","hosted-git-info":"*","ini":"*","init-package-json":"*","is-cidr":"*","json-parse-even-better-errors":"*","libnpmaccess":"*","libnpmdiff":"*","libnpmexec":"*","libnpmfund":"*","libnpmhook":"*","libnpmorg":"*","libnpmpack":"*","libnpmpublish":"*","libnpmsearch":"*","libnpmteam":"*","libnpmversion":"*","make-fetch-happen":"*","minipass":"*","minipass-pipeline":"*","mkdirp":"*","mkdirp-infer-owner":"*","ms":"*","node-gyp":"*","nopt":"*","npm-audit-report":"*","npm-install-checks":"*","npm-package-arg":"*","npm-pick-manifest":"*","npm-profile":"*","npm-registry-fetch":"*","npm-user-validate":"*","npmlog":"*","opener":"*","pacote":"*","parse-conflict-json":"*","proc-log":"*","qrcode-terminal":"*","read":"*","read-package-json":"*","read-package-json-fast":"*","readdir-scoped-modules":"*","rimraf":"*","semver":"*","ssri":"*","tar":"*","text-table":"*","tiny-relative-date":"*","treeverse":"*","validate-npm-package-name":"*","which":"*","write-file-atomic":"*"},"devDependencies":{"@npmcli/eslint-config":"^2.0.0","@npmcli/template-oss":"^2.4.3","eslint":"^8.3.0","licensee":"^8.2.0","spawk":"^1.7.1","tap":"^15.1.6"},"bundleDependencies":["@isaacs/string-locale-compare","@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/map-workspaces","@npmcli/package-json","@npmcli/run-script","abbrev","ansicolors","ansistyles","archy","cacache","chalk","chownr","cli-columns","cli-table3","columnify","fastest-levenshtein","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-install-checks","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","proc-log","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-j32JsNpXI0TwuZd2p67X+U83lEqHrc0+CGIUGNwQqubMPj610+BongAfX0SmTCvyz7PzSIkxftuInNSmweF0hQ==","shasum":"3675a8208eb73cf7bdc78c06d8524827b14df696","tarball":"https://registry.npmjs.org/npm/-/npm-8.4.0.tgz","fileCount":1922,"unpackedSize":8765932,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh8wogCRA9TVsSAnZWagAAyooP/25rPEO+rHil2LRWWitB\njQ4lODCtE9092tb5eAzP7Dlt+dyxmbAWiA9N0lYbN9S852rinPS+wJoj8zaP\nXyT9h+OtCWU+GKtHOxh7tVjUnzOubCXF/2xhgu3CujzAyLRU0V2QrIGrLpG7\n2LLTlcyfyD8ckZNP/baD1EfS0nkaV9ZTLdsF+etLQkhvK0GPTVaZsSBBgwjg\nj/fn8QRU16c7kJYaZ8ReM5PWI/Yqd3683ZFo9Or9j4PGOdEfroStWXF0DgrG\nfY5jrxiNCEVQoJUwYEHD/iJkDIgjUPpBEeLY4Cj6a/RthDOFm3UVuN9KmgmH\nCzPORQt5MKlBBKk2FfhkvNyJiXk/SgqGUQ8/0G2TnWU0heI3TkZk3tRarpPH\nYzCzJBDUBZTSnmBTfRji79lR0XxkqIEazKui6qKC/56L/kxR1KhTwtsM5MUZ\nyeNlV2Yyztvoe0ili4qkvVASj+VT9BHxI4UvvtvbDbpsj1MwFHTjjQAXxT1X\n3UHSDgEHFFB6E4q8+dW1BvExICT5FqgmgodygJovGo/xdWXDzrh+nTbcP3cT\nUh3mIbHe+Smt1ottYHWJQPNM8tgoiP7Fco1OJmzqm0J2LWlnBBUqBYMxh8/7\naqtfio0azNRVUBuUrMSmna3lEPDvUi3bw1sdf+uBpG7e2i88wn8Bo39emXbE\n636n\r\n=TUat\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEUdIKHVl7Xh5iC7Ojlya4nr66LoAlczB5T9k0sJJr/NAiAE8qCIWJeJYFEGjHOP1qT6OcvyFH8dhjQevkDBIFx3nw=="}]},"engines":{"node":"^12.13.0 || ^14.15.0 || >=16"}},"8.4.1":{"name":"npm","version":"8.4.1","dependencies":{"@isaacs/string-locale-compare":"*","@npmcli/arborist":"*","@npmcli/ci-detect":"*","@npmcli/config":"*","@npmcli/map-workspaces":"*","@npmcli/package-json":"*","@npmcli/run-script":"*","abbrev":"*","ansicolors":"*","ansistyles":"*","archy":"*","cacache":"*","chalk":"*","chownr":"*","cli-columns":"*","cli-table3":"*","columnify":"*","fastest-levenshtein":"*","glob":"*","graceful-fs":"*","hosted-git-info":"*","ini":"*","init-package-json":"*","is-cidr":"*","json-parse-even-better-errors":"*","libnpmaccess":"*","libnpmdiff":"*","libnpmexec":"*","libnpmfund":"*","libnpmhook":"*","libnpmorg":"*","libnpmpack":"*","libnpmpublish":"*","libnpmsearch":"*","libnpmteam":"*","libnpmversion":"*","make-fetch-happen":"*","minipass":"*","minipass-pipeline":"*","mkdirp":"*","mkdirp-infer-owner":"*","ms":"*","node-gyp":"*","nopt":"*","npm-audit-report":"*","npm-install-checks":"*","npm-package-arg":"*","npm-pick-manifest":"*","npm-profile":"*","npm-registry-fetch":"*","npm-user-validate":"*","npmlog":"*","opener":"*","pacote":"*","parse-conflict-json":"*","proc-log":"*","qrcode-terminal":"*","read":"*","read-package-json":"*","read-package-json-fast":"*","readdir-scoped-modules":"*","rimraf":"*","semver":"*","ssri":"*","tar":"*","text-table":"*","tiny-relative-date":"*","treeverse":"*","validate-npm-package-name":"*","which":"*","write-file-atomic":"*"},"devDependencies":{"@npmcli/eslint-config":"^2.0.0","@npmcli/template-oss":"^2.4.3","eslint":"^8.3.0","licensee":"^8.2.0","spawk":"^1.7.1","tap":"^15.1.6"},"bundleDependencies":["@isaacs/string-locale-compare","@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/map-workspaces","@npmcli/package-json","@npmcli/run-script","abbrev","ansicolors","ansistyles","archy","cacache","chalk","chownr","cli-columns","cli-table3","columnify","fastest-levenshtein","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-install-checks","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","proc-log","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-Br6GQ6MGF06MhgBNhAJ4heYsCO5NJDKXnwHGaBgNDFz6HZiEOhc+sDGEcoXki4IlSUuAFdLY66BWaFI7BasMCA==","shasum":"5706ae72edf4180e91c0c68e6eb2ccf1bbe78c4d","tarball":"https://registry.npmjs.org/npm/-/npm-8.4.1.tgz","fileCount":1923,"unpackedSize":8781806,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh/DdaCRA9TVsSAnZWagAAQzoQAKP4D0SaX5Ocfw5ky8hp\nQnKpKuhXsmv+SiMqKK+6HV7k6IrcnfdWOSSLukGoPV7wcZUnQ7iApcmUqBP2\nXItWK1MajBZl0PxLRV5/SfXW/aasVvkAuL4EjPA9jfvrS0gju+PGTvhlJ9HS\nGiHlYfQe4EMrvhl2VQue0vvwsszazib7sDgCyZcMQUSw7LTo9Z6sRWu5SwOL\n70jSo2sfe4p2Qor/47npP32tFe37dRUqu9LT1uLxof3kxkPqZMSoVYmqITGD\nRWS8XwgTvY2v7eOwswYv9hM2KwVnCjFo63Ga3ayXy8tPk4/eaUonAlbOYklR\n/o8vBNFSPLvdFzTAslh8cl3hEOrAIhQKhtfROhUtC0jsB0DTh2neA9RKYbI2\nq8USg9Zp+vvEU0p2dijHrElngamKy8F7xE8SWMYc4gpQM8ktjcbYcGJ3jchd\nw7WnuLEQuDVUKxlJR9sAd7DLWvXGLnvZFC4hlWPr1xe5sMVLys7U5I1rPs8l\nbXLAwCqQ3J66u8OKxEvt8zXVlIL+XA+RoTFgAkI5SOiSICvq6Hr+M+07hRTv\nLgodH3MzWIs8sbOrcClb0xeF79iogsRs2E6JnrrvzbOrRGsBy70UL99WUD+K\njkxBQDiqCdJC5ik0YrJ+TGmEjBlfORKiknfABaPm5+w/95IukrYFRiLUlDSY\nQPeb\r\n=Ba4Y\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDjcA9X0A+hpv4pMyABc2V/PBadMdBlTE8LlpHSQzL8ugIgI328z0JXqmbyuxNz3ScZsAv9U4HE4aFu/FxnU02tQrU="}]},"engines":{"node":"^12.13.0 || ^14.15.0 || >=16"}},"8.5.0":{"name":"npm","version":"8.5.0","dependencies":{"@isaacs/string-locale-compare":"*","@npmcli/arborist":"*","@npmcli/ci-detect":"*","@npmcli/config":"*","@npmcli/map-workspaces":"*","@npmcli/package-json":"*","@npmcli/run-script":"*","abbrev":"*","ansicolors":"*","ansistyles":"*","archy":"*","cacache":"*","chalk":"*","chownr":"*","cli-columns":"*","cli-table3":"*","columnify":"*","fastest-levenshtein":"*","glob":"*","graceful-fs":"*","hosted-git-info":"*","ini":"*","init-package-json":"*","is-cidr":"*","json-parse-even-better-errors":"*","libnpmaccess":"*","libnpmdiff":"*","libnpmexec":"*","libnpmfund":"*","libnpmhook":"*","libnpmorg":"*","libnpmpack":"*","libnpmpublish":"*","libnpmsearch":"*","libnpmteam":"*","libnpmversion":"*","make-fetch-happen":"*","minipass":"*","minipass-pipeline":"*","mkdirp":"*","mkdirp-infer-owner":"*","ms":"*","node-gyp":"*","nopt":"*","npm-audit-report":"*","npm-install-checks":"*","npm-package-arg":"*","npm-pick-manifest":"*","npm-profile":"*","npm-registry-fetch":"*","npm-user-validate":"*","npmlog":"*","opener":"*","pacote":"*","parse-conflict-json":"*","proc-log":"*","qrcode-terminal":"*","read":"*","read-package-json":"*","read-package-json-fast":"*","readdir-scoped-modules":"*","rimraf":"*","semver":"*","ssri":"*","tar":"*","text-table":"*","tiny-relative-date":"*","treeverse":"*","validate-npm-package-name":"*","which":"*","write-file-atomic":"*"},"devDependencies":{"@npmcli/eslint-config":"^2.0.0","@npmcli/template-oss":"^2.4.3","eslint":"^8.3.0","licensee":"^8.2.0","spawk":"^1.7.1","tap":"^15.1.6"},"bundleDependencies":["@isaacs/string-locale-compare","@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/map-workspaces","@npmcli/package-json","@npmcli/run-script","abbrev","ansicolors","ansistyles","archy","cacache","chalk","chownr","cli-columns","cli-table3","columnify","fastest-levenshtein","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-install-checks","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","proc-log","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-L0yvQ8xkkM78YSZfO634auG0n4SleCa536n1rJ2uYJn6rzqyXnm6DpS2eQIq2g6b2JsA2XdZO41wkZWpsHNCAQ==","shasum":"755b130c3dc7725b390faff53ae24cbf68a7e14c","tarball":"https://registry.npmjs.org/npm/-/npm-8.5.0.tgz","fileCount":1926,"unpackedSize":8802639,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiBYVrCRA9TVsSAnZWagAA4HgP/j3mVd73cZDmp2rOKpfv\nvkLQt2XTH5SVA5VeQwcOQspBJUtumbdpjL7cBI60MFHx3m+bRhFS4O9qhGHO\nYZM1txNLUJOeYNSq1YFjRHPLmnDyo9aRD8AjoskAh2Pbwsb+2xz4HoOP0G1w\nKJS8rDUtdL6iCCt4qfKeJLqR7tw6QL1gDY8/9IpPBzJ1hFom+wt352qUB9qw\nq8tC0sZpVCzMo8FXgZmiWs1JPidnj57pYFcNN0uhlOD3Gqq1yeDxjQpsi+rl\nPFDNHrKwN/ybjvROiXuZNWYHOohFsl2r19d0gYZoryUh7wuTj4IPzZ/eYlJT\nRa6CMMES8a1IdGv95+Btqs+qM+xrkh/PTbMUc6V0lb5z68x8jIR6jgx+qrYe\nokFUeXzoI2NnhGMPWfGZYbojQILMItCeE/sFEtsQLG51sGCCmbbF0AsEzY2z\nc1qHwzrYy6uEK/pMPOvq+4MNCiM3CPUzXzhZbFylR9ZfboDMwmYcQxL5Tvhz\nXR6QXT2RZ1KlFdIw7P6vTmyyOCksgA/pccEqJz4BN15kegOe9f25wgBzPbCM\nzoU/qIi+Zp8I37lbvVKZIW0iV8j3ii1UCjsesSEawyWUDG3EkwYq4GaDpk3t\nhZMLld/fTBGqXfVzTmhcCF/YLcWRRjArU0o1VcyhDEYDF4WyQw7TDcehZcLb\nEpxH\r\n=38F+\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD2FNIb1PG0DfvwFzaDjGUtDJh4RWRypgcQ2VFv5TqpAQIhAImRcGGQ6ivhnZdj64Th8VRC+FAYPCgivnIYkff3Thm4"}]},"engines":{"node":"^12.13.0 || ^14.15.0 || >=16"}},"8.5.1":{"name":"npm","version":"8.5.1","dependencies":{"@isaacs/string-locale-compare":"*","@npmcli/arborist":"*","@npmcli/ci-detect":"*","@npmcli/config":"*","@npmcli/map-workspaces":"*","@npmcli/package-json":"*","@npmcli/run-script":"*","abbrev":"*","ansicolors":"*","ansistyles":"*","archy":"*","cacache":"*","chalk":"*","chownr":"*","cli-columns":"*","cli-table3":"*","columnify":"*","fastest-levenshtein":"*","glob":"*","graceful-fs":"*","hosted-git-info":"*","ini":"*","init-package-json":"*","is-cidr":"*","json-parse-even-better-errors":"*","libnpmaccess":"*","libnpmdiff":"*","libnpmexec":"*","libnpmfund":"*","libnpmhook":"*","libnpmorg":"*","libnpmpack":"*","libnpmpublish":"*","libnpmsearch":"*","libnpmteam":"*","libnpmversion":"*","make-fetch-happen":"*","minipass":"*","minipass-pipeline":"*","mkdirp":"*","mkdirp-infer-owner":"*","ms":"*","node-gyp":"*","nopt":"*","npm-audit-report":"*","npm-install-checks":"*","npm-package-arg":"*","npm-pick-manifest":"*","npm-profile":"*","npm-registry-fetch":"*","npm-user-validate":"*","npmlog":"*","opener":"*","pacote":"*","parse-conflict-json":"*","proc-log":"*","qrcode-terminal":"*","read":"*","read-package-json":"*","read-package-json-fast":"*","readdir-scoped-modules":"*","rimraf":"*","semver":"*","ssri":"*","tar":"*","text-table":"*","tiny-relative-date":"*","treeverse":"*","validate-npm-package-name":"*","which":"*","write-file-atomic":"*"},"devDependencies":{"@npmcli/eslint-config":"^2.0.0","@npmcli/template-oss":"^2.4.3","eslint":"^8.3.0","licensee":"^8.2.0","spawk":"^1.7.1","tap":"^15.1.6"},"bundleDependencies":["@isaacs/string-locale-compare","@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/map-workspaces","@npmcli/package-json","@npmcli/run-script","abbrev","ansicolors","ansistyles","archy","cacache","chalk","chownr","cli-columns","cli-table3","columnify","fastest-levenshtein","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-install-checks","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","proc-log","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-zHrOHAatEPJ59o2JIPlhgc9LX9mb8xFrqu4kiiul4w1IGMTtKn2lqRiGIRKU0or69NSLXNmqbCP9bNJIr/wB6Q==","shasum":"055960d856187d340a3af4d585930c7af92b568a","tarball":"https://registry.npmjs.org/npm/-/npm-8.5.1.tgz","fileCount":1926,"unpackedSize":8805288,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiDr+6ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo5Gg/9EnoRzDxuQEY9qNNJ2QvndMU+6mDOIkw2sqtBmEqF376vWVh/\r\nuSt0G30YB/4bCYGaUpxUeKt8pmsPOS7gt+A6onMvn6dqwUxCBX0ZZnx6EYVN\r\nFILoa8/AohN1xO6clONzyGDo5Pv/GwzEZdY01IpV2IjmQfVc6Ku1M0UTUglU\r\npD+ntqVIj6awNl94AKw2uB8+qVcvFa/8ljBq3xKiMo6bVCizwdKEZodcTmzl\r\nCuP2yM3JoMzRNOFepyfLQyT9fAZR/Y49TgKwWsclgToK1Xwgq8jaAVTqRBXw\r\nhweLZKAxE+aO0v2XAHnbczmpCaK7OlAjISU5TkJgmPxeqAa+lQ7GdI2bEpRr\r\n7jS1EgrPVTDZNlZD9GM5rdk8i/AHdUsBxtSqBLL7pbVehvsWMYMrdvIsAg4S\r\n5mz+dlH7tOkFsyRtk1Se+ge/3J25Q2gRxXSQJB1iPKre9i+yyjQNbRHGu87G\r\n/2A0CuhOf0pa/+0pYuuNmlper9OSRT98vzyW7H/b8M59O5Io4l2+f05HjJ0D\r\n5H639cCgtv6rt92RlsmkWY9LkNjuYAjRmN7xDVyUP9QasS4lFSGC6wOvZni/\r\n4DNzU3kNRgKyiUrACX2j34lET3RZZ+PqdXmeUzn7wb2KxG9FMNUYMRbLRpPO\r\nqK28LjYUeErDEdgcBpfXmL5nMPSNklT+Jrk=\r\n=TvUy\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIA8Tst3U+HP3kQMV5tHKytEBHYoeUJD7AwsNfM7OLKSqAiEA/b5TvgvCmKh/YeGtnmvAduPb4Z5AKreZDCbdgeIWveg="}]},"engines":{"node":"^12.13.0 || ^14.15.0 || >=16"}},"8.5.2":{"name":"npm","version":"8.5.2","dependencies":{"@isaacs/string-locale-compare":"*","@npmcli/arborist":"*","@npmcli/ci-detect":"*","@npmcli/config":"*","@npmcli/map-workspaces":"*","@npmcli/package-json":"*","@npmcli/run-script":"*","abbrev":"*","ansicolors":"*","ansistyles":"*","archy":"*","cacache":"*","chalk":"*","chownr":"*","cli-columns":"*","cli-table3":"*","columnify":"*","fastest-levenshtein":"*","glob":"*","graceful-fs":"*","hosted-git-info":"*","ini":"*","init-package-json":"*","is-cidr":"*","json-parse-even-better-errors":"*","libnpmaccess":"*","libnpmdiff":"*","libnpmexec":"*","libnpmfund":"*","libnpmhook":"*","libnpmorg":"*","libnpmpack":"*","libnpmpublish":"*","libnpmsearch":"*","libnpmteam":"*","libnpmversion":"*","make-fetch-happen":"*","minipass":"*","minipass-pipeline":"*","mkdirp":"*","mkdirp-infer-owner":"*","ms":"*","node-gyp":"*","nopt":"*","npm-audit-report":"*","npm-install-checks":"*","npm-package-arg":"*","npm-pick-manifest":"*","npm-profile":"*","npm-registry-fetch":"*","npm-user-validate":"*","npmlog":"*","opener":"*","pacote":"*","parse-conflict-json":"*","proc-log":"*","qrcode-terminal":"*","read":"*","read-package-json":"*","read-package-json-fast":"*","readdir-scoped-modules":"*","rimraf":"*","semver":"*","ssri":"*","tar":"*","text-table":"*","tiny-relative-date":"*","treeverse":"*","validate-npm-package-name":"*","which":"*","write-file-atomic":"*"},"devDependencies":{"@npmcli/eslint-config":"^2.0.0","@npmcli/template-oss":"^2.4.3","eslint":"^8.3.0","licensee":"^8.2.0","spawk":"^1.7.1","tap":"^15.1.6"},"bundleDependencies":["@isaacs/string-locale-compare","@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/map-workspaces","@npmcli/package-json","@npmcli/run-script","abbrev","ansicolors","ansistyles","archy","cacache","chalk","chownr","cli-columns","cli-table3","columnify","fastest-levenshtein","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-install-checks","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","proc-log","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-fQRPOSrQfO3AG1JEOgScVrYhOfprZbhSKAjY4goESGPKMflWHxyQt8djo6EZhNjxCNIUAPtT75hkCN902SeYAw==","shasum":"8d93da2db39294ef55695de10ea221ab4d259de1","tarball":"https://registry.npmjs.org/npm/-/npm-8.5.2.tgz","fileCount":1894,"unpackedSize":8758586,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiF/cYACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqvZA//V2yDnM88TBbx6UZWKvlzTZG0fBqbwnmJ38n00UM+4sg+sQhA\r\nbBhQOsvAno24rysSLkCEerpoXAz8gcDDnGaJZ4ZWm5hWhjaa0WxhToD3hfcV\r\nwOaB6q+bPBC3pU4RxR1uq+3CQEkGokXJtR7RIixEMfpyASXYD1i4Mx7yYFRM\r\nvsOG2dFCpi1iSFPCeCPmAt7TsMYw378R8ZZJMbJMbhdx0HJsMvm1+HTA71Q8\r\nSG0nggO9IULKBqWltigYrG1zIViNe/k7bem4Dvla7ZmXTDFYzjoSKOSN8w6Q\r\nFWPNyszYC+gjWCU0AWPPfMwjw6Gtce4ppULLpBrSpSR3V92TGszjdN0D/Cf0\r\n8fvjbOw+VCPtgh4YPgg8sQ/P5WVwdAs2QuzHk5our7Ga72uIsJJaOrs0AeNb\r\n48RkYi8N5Io/udY9tugr9DUz6fLjlAu6X5nhmScB/FUVi2BvtHnMseUetbv7\r\n7QQ5ev5s4OE+ErGkIndQcZlfTyMtyvNftSGcK/AAFvIDOOGBxJxekk/Mb2oc\r\n78H0L7q/7f2gBHxVq9pFpFzt5gQCLiprXqbV0HN9000FvSG1k16g00MwFD0S\r\nIRBNKogYKropC+Fe3X9eTUnu8joHciDYzBB79XYOKNWxIY6O4XdXO7YliBoW\r\nFR+HgZKm8ats+tCQ9FZE5+APsoBaECltfeY=\r\n=dM6D\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBabJtGROUbNZ2c3rj+m0HXUgZ7Ubf/QY2I8yC9LOHynAiAzr1pDjCp7JwV4OVuEiUOMa2OxXcsfcrRek+2BVIxJgw=="}]},"engines":{"node":"^12.13.0 || ^14.15.0 || >=16"}},"8.5.3":{"name":"npm","version":"8.5.3","dependencies":{"@isaacs/string-locale-compare":"*","@npmcli/arborist":"*","@npmcli/ci-detect":"*","@npmcli/config":"*","@npmcli/map-workspaces":"*","@npmcli/package-json":"*","@npmcli/run-script":"*","abbrev":"*","ansicolors":"*","ansistyles":"*","archy":"*","cacache":"*","chalk":"*","chownr":"*","cli-columns":"*","cli-table3":"*","columnify":"*","fastest-levenshtein":"*","glob":"*","graceful-fs":"*","hosted-git-info":"*","ini":"*","init-package-json":"*","is-cidr":"*","json-parse-even-better-errors":"*","libnpmaccess":"*","libnpmdiff":"*","libnpmexec":"*","libnpmfund":"*","libnpmhook":"*","libnpmorg":"*","libnpmpack":"*","libnpmpublish":"*","libnpmsearch":"*","libnpmteam":"*","libnpmversion":"*","make-fetch-happen":"*","minipass":"*","minipass-pipeline":"*","mkdirp":"*","mkdirp-infer-owner":"*","ms":"*","node-gyp":"*","nopt":"*","npm-audit-report":"*","npm-install-checks":"*","npm-package-arg":"*","npm-pick-manifest":"*","npm-profile":"*","npm-registry-fetch":"*","npm-user-validate":"*","npmlog":"*","opener":"*","pacote":"*","parse-conflict-json":"*","proc-log":"*","qrcode-terminal":"*","read":"*","read-package-json":"*","read-package-json-fast":"*","readdir-scoped-modules":"*","rimraf":"*","semver":"*","ssri":"*","tar":"*","text-table":"*","tiny-relative-date":"*","treeverse":"*","validate-npm-package-name":"*","which":"*","write-file-atomic":"*"},"devDependencies":{"@npmcli/eslint-config":"^2.0.0","@npmcli/template-oss":"^2.9.2","eslint":"^8.3.0","licensee":"^8.2.0","spawk":"^1.7.1","tap":"^15.1.6"},"bundleDependencies":["@isaacs/string-locale-compare","@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/map-workspaces","@npmcli/package-json","@npmcli/run-script","abbrev","ansicolors","ansistyles","archy","cacache","chalk","chownr","cli-columns","cli-table3","columnify","fastest-levenshtein","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-install-checks","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","proc-log","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-O+1j66Alx7ZQgWnUSSTaz8rTqQrJnqNb8Num5uQw2vYvc2RrxLaX7cWtRkDhvkPIL8Nf2WU9gx1oSu268QConA==","shasum":"162ae6885153c3b10fdebce92c70e3943f5cc73e","tarball":"https://registry.npmjs.org/npm/-/npm-8.5.3.tgz","fileCount":1877,"unpackedSize":8775845,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiITMoACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpcXhAAh/JUmQRF6jupxZsvUlkcowezXhDGzmKrGJydyjRjQTNoUAx6\r\nWJRcdLhlb51qj/0OhXEnr/2JQMWXlnk3IMbLa1NlH8mpiIlD/AK9YSMlD5o+\r\n4ogRQAhADOrRMPs8ioKrUJSSgIXApouF+BVcjiDFUhxCK63nbWHvH59lI5eG\r\nOy9DYi3kmY0lbX1pFVjSkE/EvNdr5jDohMfHY5ZWeeISoiagWKazrD2h1L3O\r\nabeZghpDPEV2bejq5UyyuvXz1DMD9yhylJzrLqHo5OlaVlBcgfgNs15QUNca\r\ncs/1dazlwnodkTCzJKDqTmQoOA/wHIf1A2X7NyW529f7tPEI4tI2fcmwrTpz\r\ne2qQzTH+niBjpCJkzMX9t0tt4oIFRYm5z3rTBqiqa5lBZ/LGwtgxRVVKpGQP\r\nbkg5WqNslXlEi3fLHXdO2sntB3YlRA2B1uBnb9o0Lecb1MfUqSpe6siFjoEE\r\nM1R+WvHwtzBzwMDxiZPmegZEJBG+miQjZJ9OU8X35ZoFq9IwKqv10yzL5T/x\r\nE4DN4DYHhHYDFnd0R/+nDEmMVFtONAfitAkj0u68zhV3uVTnLkhyPq1izqGP\r\nC7LyIHu6MHSbPI7ZHicl71cS7xAoF1F13wB/zAHFnLJVOuu5pcJasFx/EJUj\r\nqhjovu0PhTP97eP0ObDqxQtJtEaLU3kyDV4=\r\n=0GwJ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHIEgkZgVdBTJ1x2WsBwObd8flQEOGgMgFOC66XWZGI6AiBNPdGbDQDftXmplr0Dob9gmcj0wh3kwMN/p8UtU+TEJA=="}]},"engines":{"node":"^12.13.0 || ^14.15.0 || >=16"}},"8.5.4":{"name":"npm","version":"8.5.4","dependencies":{"@isaacs/string-locale-compare":"*","@npmcli/arborist":"*","@npmcli/ci-detect":"*","@npmcli/config":"*","@npmcli/map-workspaces":"*","@npmcli/package-json":"*","@npmcli/run-script":"*","abbrev":"*","ansicolors":"*","ansistyles":"*","archy":"*","cacache":"*","chalk":"*","chownr":"*","cli-columns":"*","cli-table3":"*","columnify":"*","fastest-levenshtein":"*","glob":"*","graceful-fs":"*","hosted-git-info":"*","ini":"*","init-package-json":"*","is-cidr":"*","json-parse-even-better-errors":"*","libnpmaccess":"*","libnpmdiff":"*","libnpmexec":"*","libnpmfund":"*","libnpmhook":"*","libnpmorg":"*","libnpmpack":"*","libnpmpublish":"*","libnpmsearch":"*","libnpmteam":"*","libnpmversion":"*","make-fetch-happen":"*","minipass":"*","minipass-pipeline":"*","mkdirp":"*","mkdirp-infer-owner":"*","ms":"*","node-gyp":"*","nopt":"*","npm-audit-report":"*","npm-install-checks":"*","npm-package-arg":"*","npm-pick-manifest":"*","npm-profile":"*","npm-registry-fetch":"*","npm-user-validate":"*","npmlog":"*","opener":"*","pacote":"*","parse-conflict-json":"*","proc-log":"*","qrcode-terminal":"*","read":"*","read-package-json":"*","read-package-json-fast":"*","readdir-scoped-modules":"*","rimraf":"*","semver":"*","ssri":"*","tar":"*","text-table":"*","tiny-relative-date":"*","treeverse":"*","validate-npm-package-name":"*","which":"*","write-file-atomic":"*"},"devDependencies":{"@npmcli/eslint-config":"^2.0.0","@npmcli/template-oss":"^2.9.2","eslint":"^8.3.0","licensee":"^8.2.0","nock":"^13.2.4","spawk":"^1.7.1","tap":"^15.1.6"},"bundleDependencies":["@isaacs/string-locale-compare","@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/map-workspaces","@npmcli/package-json","@npmcli/run-script","abbrev","ansicolors","ansistyles","archy","cacache","chalk","chownr","cli-columns","cli-table3","columnify","fastest-levenshtein","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-install-checks","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","proc-log","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-VnGLT4t88cUE78lLw5kxBwtLn2/Sx6O7Uw9dYwmq6AnF/taWHyMYQgDzUEsLhaXAVH7prG+sjG+MvxlHdIasgg==","shasum":"fd25b83b0a757d5b1c067be125c1a1cfb3c319c9","tarball":"https://registry.npmjs.org/npm/-/npm-8.5.4.tgz","fileCount":1876,"unpackedSize":8774725,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiKkkdACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpJqw//S8cJTwotcSm5lO5QQh37xiKqEz+VxRTWROlW2yLZKkMqke4a\r\n26UeiF97PKqmTuqRZMhZXq9EQNCRfoNChm3sLqx3avpF7TldL6QzgUTnYusS\r\nkMAo/ySlGOl5WiqPNtvAo8kiSXaVXAub2MtY7hYv52t2pZHJwbfWBZr5aer0\r\nw8x/BVy8pWzHn1j/CrJdAJWiB3BUaPzcdZZkWp0ii3GddxU7bakBxETo2+3T\r\nZr12OfipXqs88D70wf9qzm2jJZZ5ykh6+HsIF0Cmcr2hEWMQ2w3sPxg0d1WI\r\nvi07Q7Oehk7toeAd+JDRyxqEl8+5w/f0cll1VITzaBNIlmalD7VG9nluZn2J\r\ndUq6EIwrjlvfgsA9XnzvlWjD737VAnw2iOPGsdejtOGrZEF+Xq5afFN80poy\r\nrZsBejx+4AJuL779xpv4lBsZn2vGa+yxagKxwpwVMJ5kWxG4/N08tOsJTKfV\r\n2BXXDcRKOBWgE5Fg7qkzB+4OsbJ0tZvGDL/7dJe5Xw5AUpw8JJRKWslmgcQN\r\nkOnTkAnRdJRTmemGL+Y6AQzVqiGjxGs84wugyJlSH6e53YtveK5o5j9LC++6\r\nbYqOcngsy98pcEAy114ELkbV6o7As2VP8WlsJGa8Ss2iCHBrb9RUGL3ViDYL\r\nYNKB/JzX3+mjyNjaDhXGTZ9lLtEtcDO4bc4=\r\n=E4g1\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCnyEtMGw/23VHjiiGzBthzJCpHY23xl5t4dwq5YHvdYQIgN/gdZ/0jXbwzoLkEjERFgqe1y23FB/djoPxX3RSjdyA="}]},"engines":{"node":"^12.13.0 || ^14.15.0 || >=16"}},"8.5.5":{"name":"npm","version":"8.5.5","dependencies":{"@isaacs/string-locale-compare":"^1.1.0","@npmcli/arborist":"^5.0.3","@npmcli/ci-detect":"^2.0.0","@npmcli/config":"^4.0.1","@npmcli/map-workspaces":"^2.0.2","@npmcli/package-json":"^1.0.1","@npmcli/run-script":"^3.0.1","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","cacache":"^16.0.2","chalk":"^4.1.2","chownr":"^2.0.0","cli-columns":"^4.0.0","cli-table3":"^0.6.1","columnify":"^1.6.0","fastest-levenshtein":"^1.0.12","glob":"^7.2.0","graceful-fs":"^4.2.9","hosted-git-info":"^5.0.0","ini":"^2.0.0","init-package-json":"^3.0.1","is-cidr":"^4.0.2","json-parse-even-better-errors":"^2.3.1","libnpmaccess":"^6.0.2","libnpmdiff":"^4.0.2","libnpmexec":"^4.0.2","libnpmfund":"^3.0.1","libnpmhook":"^8.0.2","libnpmorg":"^4.0.2","libnpmpack":"^4.0.2","libnpmpublish":"^6.0.2","libnpmsearch":"^5.0.2","libnpmteam":"^4.0.2","libnpmversion":"^3.0.1","make-fetch-happen":"^10.0.6","minipass":"^3.1.6","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^9.0.0","nopt":"^5.0.0","npm-audit-report":"^2.1.5","npm-install-checks":"^4.0.0","npm-package-arg":"^9.0.1","npm-pick-manifest":"^7.0.0","npm-profile":"^6.0.2","npm-registry-fetch":"^13.0.1","npm-user-validate":"^1.0.1","npmlog":"^6.0.1","opener":"^1.5.2","pacote":"^13.0.5","parse-conflict-json":"^2.0.1","proc-log":"^2.0.0","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^5.0.0","read-package-json-fast":"^2.0.3","readdir-scoped-modules":"^1.1.0","rimraf":"^3.0.2","semver":"^7.3.5","ssri":"^8.0.1","tar":"^6.1.11","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^1.0.4","validate-npm-package-name":"~3.0.0","which":"^2.0.2","write-file-atomic":"^4.0.1"},"devDependencies":{"@npmcli/eslint-config":"^2.0.0","@npmcli/template-oss":"^2.9.2","eslint":"^8.3.0","licensee":"^8.2.0","nock":"^13.2.4","spawk":"^1.7.1","tap":"^15.1.6"},"bundleDependencies":["@isaacs/string-locale-compare","@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/map-workspaces","@npmcli/package-json","@npmcli/run-script","abbrev","ansicolors","ansistyles","archy","cacache","chalk","chownr","cli-columns","cli-table3","columnify","fastest-levenshtein","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-install-checks","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","proc-log","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-a1vl26nokCNlD+my/iNYmOUPx/hpYR4ZyZk8gb7/A2XXtrPZf2gTSJOnVjS77jQS+BSfIVQpipZwXWCL0+5wzg==","shasum":"814a84d4abcf69718628297428eceb556d816a18","tarball":"https://registry.npmjs.org/npm/-/npm-8.5.5.tgz","fileCount":1842,"unpackedSize":8727974,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiM5YQACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpZtxAAikF6E0hhGIPMopuGE9EVPrnqOMicH4dwNcdnj5hwTpsMV5tT\r\nN1dgjT1+aH+VnTSemQLlOrCwION62d9m2cbmBXK4rQ1mjCh3GgeYoXSneFeT\r\n+Ot0cnGrmjrcVCbscuokZ/HJV5mX4PEt72Bj1+q4cXAunJQbPOYolRfymj9p\r\n+tU0I5zRNM19th7eRrA03YOTO30C5g8/R3JT9NGLsV5aJe2QdDcEzsATJljQ\r\nyDRN+11jK5QF8GUcQFZIVCaP7NPYcNRIoY7GFsfsGeYdB488fhokTMaFpXW2\r\nzFvu8lnrP6ohp6eZAF9qlzRiih6/Y3pMQ5jl/q7zAY8ngO16EaQdoD8lmHcg\r\nGY9lnNfYv4+VH6g5eXk7YxcnwgIT2eQFr/NUtAzxIjC0U7GEtuGvSYwyp5M5\r\nipC1wLYtExGQ4Fimp+AH9lk6tItDDQTDx0V2NM1t271E/kLsR3Lgmlh5MLvn\r\njYJ/rMgxZc9iAu64dX1XpwNVwS60BRUZQSWtYEOTFtWsm0BXsmX3heMr3N7J\r\nRjAiimlhs+4/JoUDIKcpj7rPtf3OJ84rdtUXZM5KkP/+ENQF998db7czrch/\r\nWLP0CqeJSL5A6GuSXxsYzP42jjfZvatK/cVq67CznF86Xi0erNIkpT5r4eNe\r\nI8Gfb1tocHyn0zw4WgNNMomtRAg3BNePEjY=\r\n=fevs\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCjlXNW7jFaAfetwwPD6x+r7V1TVUlP3tWJNDFAldGaTgIgJyPhChS6J2eC9K/Rauo10Mi0Q6w8t8L7O6Z5NI1R6mQ="}]},"engines":{"node":"^12.13.0 || ^14.15.0 || >=16"}},"8.6.0":{"name":"npm","version":"8.6.0","dependencies":{"@isaacs/string-locale-compare":"^1.1.0","@npmcli/arborist":"^5.0.4","@npmcli/ci-detect":"^2.0.0","@npmcli/config":"^4.0.1","@npmcli/fs":"^2.1.0","@npmcli/map-workspaces":"^2.0.2","@npmcli/package-json":"^1.0.1","@npmcli/run-script":"^3.0.1","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","archy":"~1.0.0","cacache":"^16.0.3","chalk":"^4.1.2","chownr":"^2.0.0","cli-columns":"^4.0.0","cli-table3":"^0.6.1","columnify":"^1.6.0","fastest-levenshtein":"^1.0.12","glob":"^7.2.0","graceful-fs":"^4.2.9","hosted-git-info":"^5.0.0","ini":"^2.0.0","init-package-json":"^3.0.2","is-cidr":"^4.0.2","json-parse-even-better-errors":"^2.3.1","libnpmaccess":"^6.0.2","libnpmdiff":"^4.0.2","libnpmexec":"^4.0.2","libnpmfund":"^3.0.1","libnpmhook":"^8.0.2","libnpmorg":"^4.0.2","libnpmpack":"^4.0.2","libnpmpublish":"^6.0.2","libnpmsearch":"^5.0.2","libnpmteam":"^4.0.2","libnpmversion":"^3.0.1","make-fetch-happen":"^10.1.1","minipass":"^3.1.6","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^9.0.0","nopt":"^5.0.0","npm-audit-report":"^3.0.0","npm-install-checks":"^4.0.0","npm-package-arg":"^9.0.1","npm-pick-manifest":"^7.0.0","npm-profile":"^6.0.2","npm-registry-fetch":"^13.1.0","npm-user-validate":"^1.0.1","npmlog":"^6.0.1","opener":"^1.5.2","pacote":"^13.0.5","parse-conflict-json":"^2.0.2","proc-log":"^2.0.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^5.0.0","read-package-json-fast":"^2.0.3","readdir-scoped-modules":"^1.1.0","rimraf":"^3.0.2","semver":"^7.3.5","ssri":"^8.0.1","tar":"^6.1.11","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^1.0.4","validate-npm-package-name":"^4.0.0","which":"^2.0.2","write-file-atomic":"^4.0.1"},"devDependencies":{"@npmcli/eslint-config":"^3.0.1","@npmcli/template-oss":"3.2.2","licensee":"^8.2.0","nock":"^13.2.4","spawk":"^1.7.1","tap":"^15.2.3"},"bundleDependencies":["@isaacs/string-locale-compare","@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/fs","@npmcli/map-workspaces","@npmcli/package-json","@npmcli/run-script","abbrev","ansicolors","ansistyles","archy","cacache","chalk","chownr","cli-columns","cli-table3","columnify","fastest-levenshtein","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-install-checks","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","proc-log","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-icekvN8FJFESIFkLaFEVl05Nocl5Id5HnoVhJzhCUvtNY8tj9kfUlH/J527fZq/8ltsAUqpettfutwRjQYS2fA==","shasum":"46a601fdffa80b018e1dcf08e10d5efb625e5c9e","tarball":"https://registry.npmjs.org/npm/-/npm-8.6.0.tgz","fileCount":1838,"unpackedSize":8759780,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCm9l0HcKZl7fm0p2zj7M4Uue8NceJioXo6BmUxCrLBtgIgXQEj9iUGotCUXgFqwveGQFjEuWN7qrujU7gT5GIuaR8="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiRizOACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq6AxAAnjBy3RrF8NAPOo/GLt3Lf6qvYFLyzF4Mi9ZjhPMXvNHsGi84\r\np3E6xkGkUP1I+a47p0OECsCt2qfyA68ANsOzO5aAx4osgfLXFcw2/1pv2c3f\r\nGWK8uo/IR3pkHAhbFFFC23O4bs1WOEn+hrMEt7q7bRZqZfcHc+2CBwqoixoK\r\npM51EWzv9obqLjWp1Vs9Ru2/CTC0NJ0nG+4/mDGkWyi9Lt24QLcQ4ZHCvIN7\r\nQB8lqmviMTSQmM0Z2CsG1ef/uzJxjqA+k0FhiIRvzyZnpxcHiDWludzmD1Ih\r\n4NJMaew3o+nTpTNY1MHdojQEoEdXLiezaG6slFLFP9oyJeWP6QO8lSmr5lda\r\nzB4ntVIiUcPHyFtGB9yVdIlHrFlEBGVnZwGvrJ99MEFRNimLTN1bd3uZAlVR\r\nxsMZSkmRzxdelvz9cKFWk3exQX9O+ahi+1e+i1oAOs+OkcTCXXeIbXfB09hH\r\nxRY3BkJ/76l2ChrFAlW5UtCSuswTHupNjBldfwCUQP21SezExHl9rWB4KZ7x\r\nLfLemE7ur+z+8xKSOQzMGUbecRBDsUeG6kIJAGnlpMbSbxUjsFhv1r1tHLa5\r\nQf++wL1ZR+S3h/8Sv3ZstC+xnX63Aswkd+O18eSvpMZjiQYXt41Q9+D6Iuas\r\n/i67139B/U0epWxl+hf2Ist60gpSGmLHsOY=\r\n=WrOp\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":"^12.13.0 || ^14.15.0 || >=16"}},"8.7.0":{"name":"npm","version":"8.7.0","dependencies":{"@isaacs/string-locale-compare":"^1.1.0","@npmcli/arborist":"^5.0.4","@npmcli/ci-detect":"^2.0.0","@npmcli/config":"^4.1.0","@npmcli/fs":"^2.1.0","@npmcli/map-workspaces":"^2.0.2","@npmcli/package-json":"^2.0.0","@npmcli/run-script":"^3.0.1","abbrev":"~1.1.1","archy":"~1.0.0","cacache":"^16.0.4","chalk":"^4.1.2","chownr":"^2.0.0","cli-columns":"^4.0.0","cli-table3":"^0.6.1","columnify":"^1.6.0","fastest-levenshtein":"^1.0.12","glob":"^7.2.0","graceful-fs":"^4.2.10","hosted-git-info":"^5.0.0","ini":"^3.0.0","init-package-json":"^3.0.2","is-cidr":"^4.0.2","json-parse-even-better-errors":"^2.3.1","libnpmaccess":"^6.0.2","libnpmdiff":"^4.0.2","libnpmexec":"^4.0.2","libnpmfund":"^3.0.1","libnpmhook":"^8.0.2","libnpmorg":"^4.0.2","libnpmpack":"^4.0.2","libnpmpublish":"^6.0.2","libnpmsearch":"^5.0.2","libnpmteam":"^4.0.2","libnpmversion":"^3.0.1","make-fetch-happen":"^10.1.2","minipass":"^3.1.6","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^9.0.0","nopt":"^5.0.0","npm-audit-report":"^3.0.0","npm-install-checks":"^5.0.0","npm-package-arg":"^9.0.2","npm-pick-manifest":"^7.0.1","npm-profile":"^6.0.2","npm-registry-fetch":"^13.1.0","npm-user-validate":"^1.0.1","npmlog":"^6.0.1","opener":"^1.5.2","pacote":"^13.1.1","parse-conflict-json":"^2.0.2","proc-log":"^2.0.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^5.0.0","read-package-json-fast":"^2.0.3","readdir-scoped-modules":"^1.1.0","rimraf":"^3.0.2","semver":"^7.3.6","ssri":"^9.0.0","tar":"^6.1.11","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^2.0.0","validate-npm-package-name":"^4.0.0","which":"^2.0.2","write-file-atomic":"^4.0.1"},"devDependencies":{"@npmcli/eslint-config":"^3.0.1","@npmcli/template-oss":"3.3.2","licensee":"^8.2.0","nock":"^13.2.4","spawk":"^1.7.1","tap":"^16.0.1"},"bundleDependencies":["@isaacs/string-locale-compare","@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/fs","@npmcli/map-workspaces","@npmcli/package-json","@npmcli/run-script","abbrev","archy","cacache","chalk","chownr","cli-columns","cli-table3","columnify","fastest-levenshtein","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-install-checks","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","proc-log","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-fOSunmSa1K3dBv4YFoX54wew3PC6aYYDMGWBAonWRO4Yc7smYtk3nLrCda6+dtkTJwA8D4Tv/0wmnpYNgf5VFw==","shasum":"67154c7fdb524a9db907d63787e3c9c0ff9ea6b6","tarball":"https://registry.npmjs.org/npm/-/npm-8.7.0.tgz","fileCount":1821,"unpackedSize":8745830,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIF797WqtmrHUl1ZMP/+P+a74yKOMIb1WLMBBDvBxfvj0AiB7KzmiI+qA26ed5hRLk0NFTrZvD35KywHgvX1wHbPC8g=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiWGyKACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmobiRAAgJbbt5FjNnUt8xiKpA7E6t8BcwodHJTlgGDMjouuq4uQA1E7\r\nlF4um5xBoI2a94+9bMkfIZNA3JawNERrRtb+vQgT7+46v1PDfH06jQkodi2H\r\n09Hoq7m2+0yU04S49U4dhR55Fz5GzJ+RWHjSWkKwv0zc7N/Q7slPwiId2MDm\r\njwxijiJputV06Gyz7CGIvVyWqUfWX+lKX0IpSPwRQJipufIgAaHgRqlmEfvG\r\nPMajXgf4oLBw4m/nOQM/FbFs5iUsGdaZR+gkDMac9fdJiE/AVQvKAZzI4x9g\r\nLB7ewRMI4672uqSpGEAwwDquDYMuV2icePGaFh1bP+VIGAW8yQZ5lDRLp/Es\r\nqowJCinpj6WRdSe2tWFa9ASpqvHuFGbCC1WW0JLABq3iqUiLINm3NVNM3z7s\r\nPrxyVVoQF42LdrX8bBxxW+XGQrGhRQHeKn930iOoz+KAPsh1cWzGiq8bFufm\r\n8tjFK1SAfyYN4M9eNG5feF+p2Ztz7GuONV4tbNbAdCMPo5jAYPWxQDUaoFNG\r\nxteAwYI0cjVcuXEpWSQb1WwmrYqaZLncne5q38b1qGWGxJbJ1uZNaqUDTJEE\r\nQtKiHcNQnvqbGQ6n2OEUXKWWpOfAF1+2dIiy+LGE0pGjlmq/o1nJIkvdfiT7\r\ni6y6NF7OGo5ItHRRfvxNZpKcbD8/Bnq3Zes=\r\n=k5Fw\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":"^12.13.0 || ^14.15.0 || >=16"}},"8.8.0":{"name":"npm","version":"8.8.0","dependencies":{"@isaacs/string-locale-compare":"^1.1.0","@npmcli/arborist":"^5.0.4","@npmcli/ci-detect":"^2.0.0","@npmcli/config":"^4.1.0","@npmcli/fs":"^2.1.0","@npmcli/map-workspaces":"^2.0.3","@npmcli/package-json":"^2.0.0","@npmcli/run-script":"^3.0.1","abbrev":"~1.1.1","archy":"~1.0.0","cacache":"^16.0.6","chalk":"^4.1.2","chownr":"^2.0.0","cli-columns":"^4.0.0","cli-table3":"^0.6.2","columnify":"^1.6.0","fastest-levenshtein":"^1.0.12","glob":"^8.0.1","graceful-fs":"^4.2.10","hosted-git-info":"^5.0.0","ini":"^3.0.0","init-package-json":"^3.0.2","is-cidr":"^4.0.2","json-parse-even-better-errors":"^2.3.1","libnpmaccess":"^6.0.2","libnpmdiff":"^4.0.2","libnpmexec":"^4.0.2","libnpmfund":"^3.0.1","libnpmhook":"^8.0.2","libnpmorg":"^4.0.2","libnpmpack":"^4.0.2","libnpmpublish":"^6.0.2","libnpmsearch":"^5.0.2","libnpmteam":"^4.0.2","libnpmversion":"^3.0.1","make-fetch-happen":"^10.1.2","minipass":"^3.1.6","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^9.0.0","nopt":"^5.0.0","npm-audit-report":"^3.0.0","npm-install-checks":"^5.0.0","npm-package-arg":"^9.0.2","npm-pick-manifest":"^7.0.1","npm-profile":"^6.0.3","npm-registry-fetch":"^13.1.1","npm-user-validate":"^1.0.1","npmlog":"^6.0.2","opener":"^1.5.2","pacote":"^13.1.1","parse-conflict-json":"^2.0.2","proc-log":"^2.0.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^5.0.1","read-package-json-fast":"^2.0.3","readdir-scoped-modules":"^1.1.0","rimraf":"^3.0.2","semver":"^7.3.7","ssri":"^9.0.0","tar":"^6.1.11","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^2.0.0","validate-npm-package-name":"^4.0.0","which":"^2.0.2","write-file-atomic":"^4.0.1"},"devDependencies":{"@npmcli/eslint-config":"^3.0.1","@npmcli/template-oss":"3.4.2","licensee":"^8.2.0","nock":"^13.2.4","spawk":"^1.7.1","tap":"^16.0.1"},"bundleDependencies":["@isaacs/string-locale-compare","@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/fs","@npmcli/map-workspaces","@npmcli/package-json","@npmcli/run-script","abbrev","archy","cacache","chalk","chownr","cli-columns","cli-table3","columnify","fastest-levenshtein","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-install-checks","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","proc-log","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-MDHVaj0zrinLkshylII8pT46VCkAUqQfYRS+pyuuZZtBZRRphH/IG5HC1YbIc77AX5FmLUWGvu23Kah5fscIbw==","shasum":"406f9d43fb0fa63400b7a04104f7501802504e18","tarball":"https://registry.npmjs.org/npm/-/npm-8.8.0.tgz","fileCount":1840,"unpackedSize":8893645,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCesCKfGGck6DpbGq/Im8aLH20CZUTEMggEuwwtV3H4GQIhALuq6MYfEW6JwWlbyl09wd2Feon++Vx2EM0YOyz51O+0"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiaViJACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpK0w/8DMhqXTaSnAL1jcl/tX15BP8ZQOe9/llFYYgIHugLEG0GtpoK\r\nO6UodFPrimx+cGoVS1K2bzEwtZnh2JuNUgLMQbJAmNTjIdkjow2eX1ROKlIQ\r\nYv//gKgl1Aa1O3wY7jCTd6sFsjroNrXfqzbV5dII1qTpWzRq0JngCngISGlD\r\n99aBt3xYhrKAgj89o7+pU5n67mdXCo+P9IgUCoiRH9SIv3CY/ejN8itMIlKQ\r\ne6gJ4qyh5UxwDyuQ7tSwUC8u7paAVBmTJeMM54gMGUK9M8y3RSwZooWRK7f/\r\nMtLLEFvNnIB5UAJohDcMHSTRIooU/0OO6PNJNoqvqU4U2QOiMe3m+TBOi7mK\r\npuOLlw4elXYLBitlK1fW20nal1WBMrT21oqJjyxmv1VnxcQTAuqQ+ZsBJTr8\r\ncmqLXbrAMBoXw3dsho7bxxqjcBiE74gPCyMmKGBoI/bfJ8lT0twkgwRQ5hDO\r\n9Qdwo3iK1VwVuUZl+cshehBBgiRF3eKHVSc5xw6m1hAPVAzDdDQPMaLL3oof\r\n7sv8rbiBEu1xOA3lYHmIZlApZFXqb9FSAnYqzDc+4CGVdkTr2AIvbl7C9tEH\r\nryxHK8oL19kBkGcyJVQ2uTGic0bBM4UdchgdrPLO0BDmcOoT6ZZIQOjsC6CH\r\nIgGmClYXwhOGBp52hKwqSMTgBNvwfvVFZuU=\r\n=lstX\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":"^12.13.0 || ^14.15.0 || >=16"}},"6.14.17":{"name":"npm","version":"6.14.17","dependencies":{"JSONStream":"^1.3.5","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^1.1.8","bluebird":"^3.5.5","byte-size":"^5.0.1","cacache":"^12.0.3","call-limit":"^1.1.1","chownr":"^1.1.4","ci-info":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.5.1","cmd-shim":"^3.0.3","columnify":"~1.5.4","config-chain":"^1.1.12","detect-indent":"~5.0.0","detect-newline":"^2.1.0","dezalgo":"~1.0.3","editor":"~1.0.0","figgy-pudding":"^3.5.1","find-npm-prefix":"^1.0.2","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","gentle-fs":"^2.3.1","glob":"^7.1.6","graceful-fs":"^4.2.4","has-unicode":"~2.0.1","hosted-git-info":"^2.8.9","iferr":"^1.0.2","infer-owner":"^1.0.4","inflight":"~1.0.6","inherits":"^2.0.4","ini":"^1.3.8","init-package-json":"^1.10.3","is-cidr":"^3.0.0","json-parse-better-errors":"^1.0.2","lazy-property":"~1.0.0","libcipm":"^4.0.8","libnpm":"^3.0.1","libnpmaccess":"^3.0.2","libnpmhook":"^5.0.3","libnpmorg":"^1.0.1","libnpmsearch":"^2.0.2","libnpmteam":"^1.0.2","libnpx":"^10.2.4","lock-verify":"^2.1.0","lockfile":"^1.0.4","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"^5.1.1","meant":"^1.0.2","mississippi":"^3.0.0","mkdirp":"^0.5.5","move-concurrently":"^1.0.1","node-gyp":"^5.1.0","nopt":"^4.0.3","normalize-package-data":"^2.5.0","npm-audit-report":"^1.3.3","npm-cache-filename":"~1.0.2","npm-install-checks":"^3.0.2","npm-lifecycle":"^3.1.5","npm-package-arg":"^6.1.1","npm-packlist":"^1.4.8","npm-pick-manifest":"^3.0.2","npm-profile":"^4.0.4","npm-registry-fetch":"^4.0.7","npm-user-validate":"^1.0.1","npmlog":"~4.1.2","once":"~1.4.0","opener":"^1.5.2","osenv":"^0.1.5","pacote":"^9.5.12","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"^0.12.0","query-string":"^6.8.2","qw":"~1.0.1","read":"~1.0.7","read-cmd-shim":"^1.0.5","read-installed":"~4.0.3","read-package-json":"^2.1.1","read-package-tree":"^5.3.1","readable-stream":"^3.6.0","readdir-scoped-modules":"^1.1.0","request":"^2.88.0","retry":"^0.12.0","rimraf":"^2.7.1","safe-buffer":"^5.1.2","semver":"^5.7.1","sha":"^3.0.0","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"^6.0.2","stringify-package":"^1.0.1","tar":"^4.4.19","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"^1.1.1","unpipe":"~1.0.0","update-notifier":"^2.5.0","uuid":"^3.3.3","validate-npm-package-license":"^3.0.4","validate-npm-package-name":"~3.0.0","which":"^1.3.1","worker-farm":"^1.7.0","write-file-atomic":"^2.4.3","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*"},"devDependencies":{"bl":"^3.0.1","deep-equal":"^1.0.1","get-stream":"^4.1.0","licensee":"^7.0.3","marked":"^0.7.0","marked-man":"^0.7.0","npm-registry-mock":"^1.3.1","require-inject":"^1.4.4","sprintf-js":"^1.1.2","standard":"^11.0.1","tacks":"^1.3.0","tap":"^12.7.0","tar-stream":"^2.1.0"},"bundleDependencies":["abbrev","ansicolors","ansistyles","aproba","archy","bin-links","bluebird","byte-size","cacache","call-limit","chownr","ci-info","cli-columns","cli-table3","cmd-shim","columnify","config-chain","debuglog","detect-indent","detect-newline","dezalgo","editor","figgy-pudding","find-npm-prefix","fs-vacuum","fs-write-stream-atomic","gentle-fs","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","infer-owner","inflight","inherits","ini","init-package-json","is-cidr","json-parse-better-errors","JSONStream","lazy-property","libcipm","libnpm","libnpmaccess","libnpmhook","libnpmorg","libnpmsearch","libnpmteam","libnpx","lock-verify","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mississippi","mkdirp","move-concurrently","node-gyp","nopt","normalize-package-data","npm-audit-report","npm-cache-filename","npm-install-checks","npm-lifecycle","npm-package-arg","npm-packlist","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","qrcode-terminal","query-string","qw","read-cmd-shim","read-installed","read-package-json","read-package-tree","read","readable-stream","readdir-scoped-modules","request","retry","rimraf","safe-buffer","semver","sha","slide","sorted-object","sorted-union-stream","ssri","stringify-package","tar","text-table","tiny-relative-date","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","worker-farm","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-CxEDn1ydVRPDl4tHrlnq+WevYAhv4GF2AEHzJKQ4prZDZ96IS3Uo6t0Sy6O9kB6XzqkI+J00WfYCqqk0p6IJ1Q==","shasum":"932cd2df5f28db0f13cc487873109d5212acaf83","tarball":"https://registry.npmjs.org/npm/-/npm-6.14.17.tgz","fileCount":4189,"unpackedSize":22895562,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIElwNTBwfP7CnGWdEk09fSSvhexdmJCszc2GSfazxgYFAiAei5SGW3HZNuYFhEo4vBslNLQs0j883eI3aQPKHVN6yA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiavtdACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpSog//ZGzE7FPr6yyz8d/HUA8WUs1HrpDShZD8kWFjbhUtfnlbiFhR\r\nbci1XTgYBo+FgMuYnkNIYEhW31oyv1jyLSlLlCXyTyD9e8N6KS9ajxdbL7VV\r\nCwLRP+K87DubuHQBv6TdCMBVZ89FiVtPZF6zBzPlIhJc65OdGWIBz0v1PQst\r\nkPr2747mGisbLtnswf5q3Qd/Xnt6nw4bgvJMOLeeqNdbWXiAojNzBaQOiLak\r\n0nnQGjIF1yeHqQbbGRbOM2FWYU0+Vb5Q6XbyKJrPjT4muCvZKGYxCvlG3RUk\r\nN43L5XrE/UXBkUYcoeHh/Ruop9xki3d26xsCgS0EtQfH64DA/epAC3wVZXTG\r\na2H6B0DSO2I25BnR9HAvVS5bbYt0hFIRUTleYasdcpt1X7XsWwxHnHe3hJor\r\ntl97PFIM+nBpy6ryZPRIV2FOp8GlKTk1RuNn67t2AMnwd4K6n050dFDT+QbC\r\nw5vocOxw4Y3iyXPeaV8BSz5mq3scCxxWmnZi3TwXuMZL61ttKy8OcGIP3ZF0\r\n67gkr4pvqiNJB3foOnh46111CH+UITSaKw/LhDmM9/B1thCeXe/VCy4TqNBt\r\nrB6UUR/gmNyLbuEEEyg5dFcl4GPP+KfIWckgqvTKQMj8zLrZq29FwXYx2w/w\r\n9XiYO1cC4+AaeEbb0FXc98BG93u8ZnphemI=\r\n=ug14\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":"6 >=6.2.0 || 8 || >=9.3.0"}},"8.9.0":{"name":"npm","version":"8.9.0","dependencies":{"@isaacs/string-locale-compare":"^1.1.0","@npmcli/arborist":"^5.0.4","@npmcli/ci-detect":"^2.0.0","@npmcli/config":"^4.1.0","@npmcli/fs":"^2.1.0","@npmcli/map-workspaces":"^2.0.3","@npmcli/package-json":"^2.0.0","@npmcli/run-script":"^3.0.1","abbrev":"~1.1.1","archy":"~1.0.0","cacache":"^16.0.7","chalk":"^4.1.2","chownr":"^2.0.0","cli-columns":"^4.0.0","cli-table3":"^0.6.2","columnify":"^1.6.0","fastest-levenshtein":"^1.0.12","glob":"^8.0.1","graceful-fs":"^4.2.10","hosted-git-info":"^5.0.0","ini":"^3.0.0","init-package-json":"^3.0.2","is-cidr":"^4.0.2","json-parse-even-better-errors":"^2.3.1","libnpmaccess":"^6.0.2","libnpmdiff":"^4.0.2","libnpmexec":"^4.0.2","libnpmfund":"^3.0.1","libnpmhook":"^8.0.2","libnpmorg":"^4.0.2","libnpmpack":"^4.0.2","libnpmpublish":"^6.0.2","libnpmsearch":"^5.0.2","libnpmteam":"^4.0.2","libnpmversion":"^3.0.1","make-fetch-happen":"^10.1.2","minipass":"^3.1.6","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^9.0.0","nopt":"^5.0.0","npm-audit-report":"^3.0.0","npm-install-checks":"^5.0.0","npm-package-arg":"^9.0.2","npm-pick-manifest":"^7.0.1","npm-profile":"^6.0.3","npm-registry-fetch":"^13.1.1","npm-user-validate":"^1.0.1","npmlog":"^6.0.2","opener":"^1.5.2","pacote":"^13.3.0","parse-conflict-json":"^2.0.2","proc-log":"^2.0.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^5.0.1","read-package-json-fast":"^2.0.3","readdir-scoped-modules":"^1.1.0","rimraf":"^3.0.2","semver":"^7.3.7","ssri":"^9.0.0","tar":"^6.1.11","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^2.0.0","validate-npm-package-name":"^4.0.0","which":"^2.0.2","write-file-atomic":"^4.0.1"},"devDependencies":{"@npmcli/eslint-config":"^3.0.1","@npmcli/template-oss":"3.4.2","licensee":"^8.2.0","nock":"^13.2.4","spawk":"^1.7.1","tap":"^16.0.1"},"bundleDependencies":["@isaacs/string-locale-compare","@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/fs","@npmcli/map-workspaces","@npmcli/package-json","@npmcli/run-script","abbrev","archy","cacache","chalk","chownr","cli-columns","cli-table3","columnify","fastest-levenshtein","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-install-checks","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","proc-log","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-4mhU5nEv7ktvHmJnM2nmWP2Zk4cCsD26imX+dvZ76HOuFUnIpU6+i1MWuoMg8N/xWHQgB0d2/ybWEGgJR9M/pw==","shasum":"2d02bba6f84ddc9b7354cb08b2c5c1258f91a40d","tarball":"https://registry.npmjs.org/npm/-/npm-8.9.0.tgz","fileCount":1854,"unpackedSize":9326301,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHJiWb65xqZYSeHs7Q96fDLRFgYGO/sYJRgnt5yGi4k/AiAszEPTouKMJywGYM5LiwSRCjoR96qGoewzJgAj9f2H9Q=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJicq+wACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq1hw//Q8A6UaTIdb1EkWml50b1mVfTpmGVA/FGN4y2+n4Dmlrxipao\r\nbDCmK4QOEZVTl7o8dDBxqfaj0YQ1Ydc3L9D0LD4suUB0CO9pKrMAgLaZUvjU\r\nzpnMcDf1v3cMg4cjgNOiOLixolQWMRQsLS+F0+Oim8+gE5vXYjAHrGxV9Wv8\r\noJ57YdbpdBng82LcCfRy9MaLBFdw3zhhlTeJrjiipjkTOL/kQXfu7BlzBqbo\r\nc/DSbsiYUyTYl7qAZCedd97uzQUePp9XQgtjt/hxhZiGsKt5t+SvHOa3rgkc\r\nhBEoNny9dkEWS0J2nhAx/JnULRz9M0X8UqKHFGdqxixdEnhmE17bCgWiVjZO\r\n4EtcpbozG7FdnoDasASLHqb+wxHTMGPkoOgkuCpih+e1uP+TFxrh9nXk63hH\r\naDKMnOJOKi14sn1ePyIqjnDERoihqXAE2ct2Om590mMGAttrQf9W37iwc1lH\r\nixZp9b2edP/Q2OGWfgPvrEGTYqoogSEwDsD8KJluYHhiAVfj5Xsb+Cy0i5oh\r\nDHacEKoDkAem/CuBaIu+IlMJWifBE/KDTCgNF+nHQPMkDqCj2gBi+6/2Kj4W\r\nfk4gXEcZVBGKRHfxSU4KaHonYbrH6FR1MaaHlLKEXk0vRng+lBLF0MLe6wlG\r\nsXEf4PI055rppowOM2KukjzqVukGfEH7BGE=\r\n=noYv\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":"^12.13.0 || ^14.15.0 || >=16"}},"8.10.0":{"name":"npm","version":"8.10.0","dependencies":{"@isaacs/string-locale-compare":"^1.1.0","@npmcli/arborist":"^5.0.4","@npmcli/ci-detect":"^2.0.0","@npmcli/config":"^4.1.0","@npmcli/fs":"^2.1.0","@npmcli/map-workspaces":"^2.0.3","@npmcli/package-json":"^2.0.0","@npmcli/run-script":"^3.0.1","abbrev":"~1.1.1","archy":"~1.0.0","cacache":"^16.0.7","chalk":"^4.1.2","chownr":"^2.0.0","cli-columns":"^4.0.0","cli-table3":"^0.6.2","columnify":"^1.6.0","fastest-levenshtein":"^1.0.12","glob":"^8.0.1","graceful-fs":"^4.2.10","hosted-git-info":"^5.0.0","ini":"^3.0.0","init-package-json":"^3.0.2","is-cidr":"^4.0.2","json-parse-even-better-errors":"^2.3.1","libnpmaccess":"^6.0.2","libnpmdiff":"^4.0.2","libnpmexec":"^4.0.2","libnpmfund":"^3.0.1","libnpmhook":"^8.0.2","libnpmorg":"^4.0.2","libnpmpack":"^4.0.2","libnpmpublish":"^6.0.2","libnpmsearch":"^5.0.2","libnpmteam":"^4.0.2","libnpmversion":"^3.0.1","make-fetch-happen":"^10.1.3","minipass":"^3.1.6","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^9.0.0","nopt":"^5.0.0","npm-audit-report":"^3.0.0","npm-install-checks":"^5.0.0","npm-package-arg":"^9.0.2","npm-pick-manifest":"^7.0.1","npm-profile":"^6.0.3","npm-registry-fetch":"^13.1.1","npm-user-validate":"^1.0.1","npmlog":"^6.0.2","opener":"^1.5.2","pacote":"^13.3.0","parse-conflict-json":"^2.0.2","proc-log":"^2.0.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^5.0.1","read-package-json-fast":"^2.0.3","readdir-scoped-modules":"^1.1.0","rimraf":"^3.0.2","semver":"^7.3.7","ssri":"^9.0.0","tar":"^6.1.11","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^2.0.0","validate-npm-package-name":"^4.0.0","which":"^2.0.2","write-file-atomic":"^4.0.1"},"devDependencies":{"@npmcli/eslint-config":"^3.0.1","@npmcli/template-oss":"3.5.0","licensee":"^8.2.0","nock":"^13.2.4","spawk":"^1.7.1","tap":"^16.0.1"},"bundleDependencies":["@isaacs/string-locale-compare","@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/fs","@npmcli/map-workspaces","@npmcli/package-json","@npmcli/run-script","abbrev","archy","cacache","chalk","chownr","cli-columns","cli-table3","columnify","fastest-levenshtein","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-install-checks","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","proc-log","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-6oo65q9Quv9mRPGZJufmSH+C/UFdgelwzRXiglT/2mDB50zdy/lZK5dFY0TJ9fJ/8gHqnxcX1NM206KLjTBMlQ==","shasum":"f689aee00def914701952975249bd1e45ed8b266","tarball":"https://registry.npmjs.org/npm/-/npm-8.10.0.tgz","fileCount":1848,"unpackedSize":9330018,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDh2EpRStK72Wcn1uCjDCMCJiI6cmiziL98P1KFiDYSlgIhAN0PvO9Wmi8QZdKV7AWaEVGHHnmzTYOJ+Ra1NKGW9/GX"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJie+ycACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqsIQ//XNplR0FspESkyl7tAKZ7gPZBk+atLucy5fOE5Mh9eHRtyyqP\r\nnkZkGrwiSBPCYtTjrecUSFtwoAY7DYoWeOn2iPe5UETfxIuA16/CMxzzUht3\r\nJVsMA0WsSfjFmLWv2JYN92PwNmV8UzypugnG9D6XXejJsLRntSqUPMipCjxb\r\n0z3CZxi2o6+yZEVndxdHnYkZL/GCxtzzI10ZvZmYTRgHcn2FTf5n20qWoRFI\r\nj5bpZrJ2JDRYSFm/5K/1uIps5AGz61JKCCg3uoQA6DmpSHFy9ZB24FiHfQ6t\r\nQVlkMTQAoL17Gh6iW3HRfcr234K4SO/Jodtg6XXfkrYHaxSBNZy3Fe0bFJON\r\nj13pxqXqOtiHoPjz5ey9zVyDq44XMXCasFufAdDyTYVoIyUpXVkYE3YZh118\r\n1HkeFU/nuAVDekWumJf3rpi+JjAoHItaftjoyxr/iHx+mJyhyMoxBP3gRyz0\r\nu7b4S85KD7vrrkDLbMDVIlZ/rxxDOjdwxt6WDXFT2DuuHCpVMhzH1R8hXKRS\r\n5NaagX6DgVGbxlLlkE+5NBW2sHJYtxRQ+7E1siUhppB85vIhfDAWPVWYOf6S\r\nfSBKkRCNChYQBy5z/3JTkIorztwTXeUGo1Ou8myCndTY3ZwfmEe7SpvXAPHa\r\nTy3H+Xu/J9urhrE2bMkRlRGwGHDWTqTfcjc=\r\n=hNik\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":"^12.13.0 || ^14.15.0 || >=16"}},"8.11.0":{"name":"npm","version":"8.11.0","dependencies":{"@isaacs/string-locale-compare":"^1.1.0","@npmcli/arborist":"^5.0.4","@npmcli/ci-detect":"^2.0.0","@npmcli/config":"^4.1.0","@npmcli/fs":"^2.1.0","@npmcli/map-workspaces":"^2.0.3","@npmcli/package-json":"^2.0.0","@npmcli/run-script":"^3.0.1","abbrev":"~1.1.1","archy":"~1.0.0","cacache":"^16.1.0","chalk":"^4.1.2","chownr":"^2.0.0","cli-columns":"^4.0.0","cli-table3":"^0.6.2","columnify":"^1.6.0","fastest-levenshtein":"^1.0.12","glob":"^8.0.1","graceful-fs":"^4.2.10","hosted-git-info":"^5.0.0","ini":"^3.0.0","init-package-json":"^3.0.2","is-cidr":"^4.0.2","json-parse-even-better-errors":"^2.3.1","libnpmaccess":"^6.0.2","libnpmdiff":"^4.0.2","libnpmexec":"^4.0.2","libnpmfund":"^3.0.1","libnpmhook":"^8.0.2","libnpmorg":"^4.0.2","libnpmpack":"^4.0.2","libnpmpublish":"^6.0.2","libnpmsearch":"^5.0.2","libnpmteam":"^4.0.2","libnpmversion":"^3.0.1","make-fetch-happen":"^10.1.5","minipass":"^3.1.6","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^9.0.0","nopt":"^5.0.0","npm-audit-report":"^3.0.0","npm-install-checks":"^5.0.0","npm-package-arg":"^9.0.2","npm-pick-manifest":"^7.0.1","npm-profile":"^6.0.3","npm-registry-fetch":"^13.1.1","npm-user-validate":"^1.0.1","npmlog":"^6.0.2","opener":"^1.5.2","pacote":"^13.4.1","parse-conflict-json":"^2.0.2","proc-log":"^2.0.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^5.0.1","read-package-json-fast":"^2.0.3","readdir-scoped-modules":"^1.1.0","rimraf":"^3.0.2","semver":"^7.3.7","ssri":"^9.0.1","tar":"^6.1.11","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^2.0.0","validate-npm-package-name":"^4.0.0","which":"^2.0.2","write-file-atomic":"^4.0.1"},"devDependencies":{"@npmcli/eslint-config":"^3.0.1","@npmcli/template-oss":"3.5.0","licensee":"^8.2.0","nock":"^13.2.4","spawk":"^1.7.1","tap":"^16.0.1"},"bundleDependencies":["@isaacs/string-locale-compare","@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/fs","@npmcli/map-workspaces","@npmcli/package-json","@npmcli/run-script","abbrev","archy","cacache","chalk","chownr","cli-columns","cli-table3","columnify","fastest-levenshtein","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-install-checks","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","proc-log","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-4qmtwHa28J4SPmwCNoQI07KIF/ljmBhhuqG+xNXsIIRpwdKB5OXkMIGfH6KlThR6kzusxlkgR7t1haFDB88dcQ==","shasum":"224fbca389252e43dd2a277249df3320a7f91189","tarball":"https://registry.npmjs.org/npm/-/npm-8.11.0.tgz","fileCount":1849,"unpackedSize":9338230,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDKcqATgjrZV/CyTQLtTu7fuFWyLWE4KnzAV3IwALrAEgIhANcnNQ5IzIMVC3xT0zELhurhdG54E/1jHwgFvtJqJRhC"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJijprUACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpOVg/+KYKjqx3KLv2O3Tay4YVQMY0AeYJ8UrFsd1nC6b9wGhRdLOdn\r\nJrHvLrE/0pdj8z0d0mtAh3cARUOHmebqM92DaLb68WrIYa/X9As1f89n48KA\r\ns1v7uXh93PFhUkG7WQk3sGNUH8S/Sh75MEN96KMvLoWTduK4la+XcCkalCmk\r\nmf2qsRiawaLPf8EuqlpvP7p87J6+ePTdH+kbZ8xbBqRol5hskZbi0rUDVrMs\r\nYuuae9FNHIYIY9iTNjMGoWsbZmcC/i8mm2KCQASoP7xjX257eI7qY0ZsJGm8\r\n5xf5HUsnhefJP6qv7aTuuuDVgOik3fRXZCJLfTtV4myQUiGeTQOtagjPGMaJ\r\n3An6gI9k2QAILIp/kC6ymf51/7mSJavHu0zDzbPtGO7lhcFnbFvukvlyyKcN\r\nsvAqhf8cUE6aYnPWilQYagzJdz+i6eylepSpvZFkzmL8OMpa52UoHgLVMZqi\r\nuQBr/glaHiRkaWFoaATmtswolWyTeYpuFVm0w+l7s1Lr9vqTlMCxsrbiE8Gz\r\ntPVvcWG6AFNbeg2hRGXlLuSaDcWyUi+tA4OL24KtnfJWjfzDjsq+5SmfJvIl\r\nz6a0mkurAYrH5mcblrLTjyRffQeqzENSp3OOuJlArZZi/ufr0hjEyGi30aDl\r\nZPU/Ld1IiIUE5cSzOAgg7XILzlzXPog/Nmk=\r\n=wtxZ\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":"^12.13.0 || ^14.15.0 || >=16"}},"8.12.0":{"name":"npm","version":"8.12.0","dependencies":{"@isaacs/string-locale-compare":"^1.1.0","@npmcli/arborist":"^5.0.4","@npmcli/ci-detect":"^2.0.0","@npmcli/config":"^4.1.0","@npmcli/fs":"^2.1.0","@npmcli/map-workspaces":"^2.0.3","@npmcli/package-json":"^2.0.0","@npmcli/run-script":"^3.0.1","abbrev":"~1.1.1","archy":"~1.0.0","cacache":"^16.1.0","chalk":"^4.1.2","chownr":"^2.0.0","cli-columns":"^4.0.0","cli-table3":"^0.6.2","columnify":"^1.6.0","fastest-levenshtein":"^1.0.12","glob":"^8.0.1","graceful-fs":"^4.2.10","hosted-git-info":"^5.0.0","ini":"^3.0.0","init-package-json":"^3.0.2","is-cidr":"^4.0.2","json-parse-even-better-errors":"^2.3.1","libnpmaccess":"^6.0.2","libnpmdiff":"^4.0.2","libnpmexec":"^4.0.2","libnpmfund":"^3.0.1","libnpmhook":"^8.0.2","libnpmorg":"^4.0.2","libnpmpack":"^4.0.2","libnpmpublish":"^6.0.2","libnpmsearch":"^5.0.2","libnpmteam":"^4.0.2","libnpmversion":"^3.0.1","make-fetch-happen":"^10.1.6","minipass":"^3.1.6","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^9.0.0","nopt":"^5.0.0","npm-audit-report":"^3.0.0","npm-install-checks":"^5.0.0","npm-package-arg":"^9.0.2","npm-pick-manifest":"^7.0.1","npm-profile":"^6.0.3","npm-registry-fetch":"^13.1.1","npm-user-validate":"^1.0.1","npmlog":"^6.0.2","opener":"^1.5.2","pacote":"^13.6.0","parse-conflict-json":"^2.0.2","proc-log":"^2.0.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^5.0.1","read-package-json-fast":"^2.0.3","readdir-scoped-modules":"^1.1.0","rimraf":"^3.0.2","semver":"^7.3.7","ssri":"^9.0.1","tar":"^6.1.11","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^2.0.0","validate-npm-package-name":"^4.0.0","which":"^2.0.2","write-file-atomic":"^4.0.1"},"devDependencies":{"@npmcli/eslint-config":"^3.0.1","@npmcli/template-oss":"3.5.0","licensee":"^8.2.0","nock":"^13.2.4","spawk":"^1.7.1","tap":"^16.0.1"},"bundleDependencies":["@isaacs/string-locale-compare","@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/fs","@npmcli/map-workspaces","@npmcli/package-json","@npmcli/run-script","abbrev","archy","cacache","chalk","chownr","cli-columns","cli-table3","columnify","fastest-levenshtein","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-install-checks","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","proc-log","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-tueYJV0gAEv3unoGBrA0Qb/qZ8wdR4GF+aZYM5VO9pBNJhxW+JJje/xFm+ZFRvFfi7eWjba5KYlC2n2yvQSaIg==","shasum":"ea2a9c3ff6253a7e55ed2f5fe506fdfdc73f9ad1","tarball":"https://registry.npmjs.org/npm/-/npm-8.12.0.tgz","fileCount":1835,"unpackedSize":8914618,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCcf8MmXAtYDwjjzV/hidKsYIw5Rxk41KIC0WJsXrQ9XQIhALCPYDptLnTEfnhdmC9G7gxbEaX2y3R/xUtfFeCOkgrp"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJil+IeACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpo2xAAlMlDxLSqrRl97aUN3OsKijFWi452kC2KTy5OldaBwdW+w0fF\r\nSQIr8/1U1fk1cHhRdfbkK5ejonC312xDNDD2ckWV6nDqB1fVdoog0fPP/8p0\r\nY8r+iRD5Wx8AHu0W+9/dfu9CGcdFNuWqlRJH4R632kSzQIDS77pS7NFpZo8W\r\n/GmJJu4hn3XPtrS2czgzDPUEtA3bKXlLKP/m6lySy9t2uQf6kARmQGETdY4c\r\nhlOBDgsjckmkPRrtf5y1tM6+QUxIpVE6JHwzvz3A+2QeHWaIEuIqr4M4/LFT\r\nrtcYZgAaDPOpLs80LYsPY7eaxtzUioetvDtYyISHOe1AAoNb73qRRZe+xElz\r\n+iI0eVcQ7lOVLKta9gTai8wgTotcn3SIWUacHAl0stbjpL8kKu7etZ+kguA8\r\nriFC1X1Kq9z9vlfegIwdgY1qcjkxYPBlcAUnKGxjf09J0Ago/xhAGOC6j83E\r\nG9BDXMyd64wn1JH/xzorxr5Bme+fEGVQNrNte3KvJIsB7Cw1zcqhnZHE8KgE\r\nzOLI9I+aUkDuIf7o9LdtZMWCKpulxJ8i6c9D6Eg8BrmUchs1q5qQgqj7N0NC\r\nE+QoZakwq+U5jFhBgd/wLfFVeYKfSSrNAhC75YbjzKv/FZH5cUp0XrKDDQ8w\r\nlZmQ2XPwgTSZLHRqh+p7WcIM9bp0EaQPZ5U=\r\n=bVNp\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":"^12.13.0 || ^14.15.0 || >=16"}},"8.12.1":{"name":"npm","version":"8.12.1","dependencies":{"@isaacs/string-locale-compare":"^1.1.0","@npmcli/arborist":"^5.0.4","@npmcli/ci-detect":"^2.0.0","@npmcli/config":"^4.1.0","@npmcli/fs":"^2.1.0","@npmcli/map-workspaces":"^2.0.3","@npmcli/package-json":"^2.0.0","@npmcli/run-script":"^3.0.1","abbrev":"~1.1.1","archy":"~1.0.0","cacache":"^16.1.0","chalk":"^4.1.2","chownr":"^2.0.0","cli-columns":"^4.0.0","cli-table3":"^0.6.2","columnify":"^1.6.0","fastest-levenshtein":"^1.0.12","glob":"^8.0.1","graceful-fs":"^4.2.10","hosted-git-info":"^5.0.0","ini":"^3.0.0","init-package-json":"^3.0.2","is-cidr":"^4.0.2","json-parse-even-better-errors":"^2.3.1","libnpmaccess":"^6.0.2","libnpmdiff":"^4.0.2","libnpmexec":"^4.0.2","libnpmfund":"^3.0.1","libnpmhook":"^8.0.2","libnpmorg":"^4.0.2","libnpmpack":"^4.0.2","libnpmpublish":"^6.0.2","libnpmsearch":"^5.0.2","libnpmteam":"^4.0.2","libnpmversion":"^3.0.1","make-fetch-happen":"^10.1.6","minipass":"^3.1.6","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^9.0.0","nopt":"^5.0.0","npm-audit-report":"^3.0.0","npm-install-checks":"^5.0.0","npm-package-arg":"^9.0.2","npm-pick-manifest":"^7.0.1","npm-profile":"^6.0.3","npm-registry-fetch":"^13.1.1","npm-user-validate":"^1.0.1","npmlog":"^6.0.2","opener":"^1.5.2","pacote":"^13.6.0","parse-conflict-json":"^2.0.2","proc-log":"^2.0.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^5.0.1","read-package-json-fast":"^2.0.3","readdir-scoped-modules":"^1.1.0","rimraf":"^3.0.2","semver":"^7.3.7","ssri":"^9.0.1","tar":"^6.1.11","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^2.0.0","validate-npm-package-name":"^4.0.0","which":"^2.0.2","write-file-atomic":"^4.0.1"},"devDependencies":{"@npmcli/eslint-config":"^3.0.1","@npmcli/template-oss":"3.5.0","licensee":"^8.2.0","nock":"^13.2.4","spawk":"^1.7.1","tap":"^16.0.1"},"bundleDependencies":["@isaacs/string-locale-compare","@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/fs","@npmcli/map-workspaces","@npmcli/package-json","@npmcli/run-script","abbrev","archy","cacache","chalk","chownr","cli-columns","cli-table3","columnify","fastest-levenshtein","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-install-checks","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","proc-log","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-0yOlhfgu1UzP6UijnaFuIS2bES2H9D90EA5OVsf2iOZw7VBrjntXKEwKfCaFA6vMVWkCP8qnPwCxxPdnDVwlNw==","shasum":"624064fa7a8e0730223f6b2effe087e7127d567b","tarball":"https://registry.npmjs.org/npm/-/npm-8.12.1.tgz","fileCount":1850,"unpackedSize":9342037,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHOwnbf/4kPeijnzZP2DOf9Xd5JL28Tb94OjZ9THTRCWAiBGV0GFARIEjWOEBbNnv9zDeC3IA5BirMI0jYlQsQTGVg=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJimPjdACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrXkRAAjXuYfwHh2JVr/17+RkQTnPEDEO5/cGge7ZAODrtRtWkEaNRf\r\nAdoz0Pbw1CKtCDgUBC/t0eU7PCZhROk94aGyxeJv7HhcX6lxMsHAMDLm3IO6\r\njfQP9iX+zd4XSQjFFZBI2RKHb9pRLlAi7/pWHVnL8U8wXvUhWEC5mp+CITTH\r\nJE06CPLBhXZ+IXkAUfJMtQRuLmAqIdH+t91R2PgpU4/BO6Cb9C7Oy45uUoUk\r\nkGGuhVJYRVSkFtIL8/mX/hNYo0lrfUk0dzngfoBp17dbL99tqJzz4RW9WGpm\r\nudgOOeO+NyAQIQe7QC6HE/0c1K1gIDYEdKeVYdoZGpRRItar9XlQpSiR79Xp\r\nh8maEUlCXdy5PRgkNHW039tvnHJCQVVSKmhs9ZIWTqRZL9DHI76BJ4h4Y5v8\r\nq3uSq1oix9qmV72pUMBKQVmkOZgqjT9PiQz+yDA2YHjDvdWuOIOZx/pW//JC\r\n37F1Fts1aKSXmHbNKt5m8tVZQSdqLWGhAv17/GWxLuVH/cG0zILGwyjUGKW0\r\nP4S2NeyEEqthC3rBRMPWCs8aSHwDg7wD9pjtw/uqdmm2fU0pmO+/zddczQRq\r\nT3Z3kLeN8NBEoXSVBe7VOLEi5a7Ey5vOx4oo3lcUiF22p4FgwM57Byc4TyZQ\r\nw6rN2gyo3r/HaZoEOO/Hq2vd2u8MNbi+Ozs=\r\n=h36K\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":"^12.13.0 || ^14.15.0 || >=16"}},"8.12.2":{"name":"npm","version":"8.12.2","dependencies":{"@isaacs/string-locale-compare":"^1.1.0","@npmcli/arborist":"^5.0.4","@npmcli/ci-detect":"^2.0.0","@npmcli/config":"^4.1.0","@npmcli/fs":"^2.1.0","@npmcli/map-workspaces":"^2.0.3","@npmcli/package-json":"^2.0.0","@npmcli/run-script":"^3.0.1","abbrev":"~1.1.1","archy":"~1.0.0","cacache":"^16.1.1","chalk":"^4.1.2","chownr":"^2.0.0","cli-columns":"^4.0.0","cli-table3":"^0.6.2","columnify":"^1.6.0","fastest-levenshtein":"^1.0.12","glob":"^8.0.1","graceful-fs":"^4.2.10","hosted-git-info":"^5.0.0","ini":"^3.0.0","init-package-json":"^3.0.2","is-cidr":"^4.0.2","json-parse-even-better-errors":"^2.3.1","libnpmaccess":"^6.0.2","libnpmdiff":"^4.0.2","libnpmexec":"^4.0.2","libnpmfund":"^3.0.1","libnpmhook":"^8.0.2","libnpmorg":"^4.0.2","libnpmpack":"^4.0.2","libnpmpublish":"^6.0.2","libnpmsearch":"^5.0.2","libnpmteam":"^4.0.2","libnpmversion":"^3.0.1","make-fetch-happen":"^10.1.7","minipass":"^3.1.6","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^9.0.0","nopt":"^5.0.0","npm-audit-report":"^3.0.0","npm-install-checks":"^5.0.0","npm-package-arg":"^9.0.2","npm-pick-manifest":"^7.0.1","npm-profile":"^6.0.3","npm-registry-fetch":"^13.1.1","npm-user-validate":"^1.0.1","npmlog":"^6.0.2","opener":"^1.5.2","pacote":"^13.6.0","parse-conflict-json":"^2.0.2","proc-log":"^2.0.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^5.0.1","read-package-json-fast":"^2.0.3","readdir-scoped-modules":"^1.1.0","rimraf":"^3.0.2","semver":"^7.3.7","ssri":"^9.0.1","tar":"^6.1.11","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^2.0.0","validate-npm-package-name":"^4.0.0","which":"^2.0.2","write-file-atomic":"^4.0.1"},"devDependencies":{"@npmcli/eslint-config":"^3.0.1","@npmcli/template-oss":"3.5.0","licensee":"^8.2.0","nock":"^13.2.4","spawk":"^1.7.1","tap":"^16.0.1"},"bundleDependencies":["@isaacs/string-locale-compare","@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/fs","@npmcli/map-workspaces","@npmcli/package-json","@npmcli/run-script","abbrev","archy","cacache","chalk","chownr","cli-columns","cli-table3","columnify","fastest-levenshtein","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-install-checks","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","proc-log","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-TArexqro9wpl/6wz6t6YdYhOoiy/UArqiSsSsqI7fieEhQEswDQSJcgt/LuCDjl6mfCDi0So7S2UZ979qLYRPg==","shasum":"d9be9d6368b0bd9d0e963b25a662c79909ca8bbf","tarball":"https://registry.npmjs.org/npm/-/npm-8.12.2.tgz","fileCount":1852,"unpackedSize":9351276,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBO6ZULG75rk+kZ+O1ca9HEy+m38OlS2VLf+YnzKZxr1AiBHmCYKriBvi6/CINDfmBZEYOucwAjATs8Xur+ZZXJ73A=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiqj1LACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrOgBAAmxOcAokzK423jNj6C//qCS+msZTwAwyg2+T0p9hWI9vnNp5t\r\nAh9iBJ6D+CI7rirDM3J9suue7YRyUmJZhJ+6jrbdtpbSKwKPG3fEQHFKoXZx\r\nU5FxrXhi0dpcFhqfT5xzH2ltrH1fFpnOSxJrKYlpwxowNNzy2tTEbrOTfe/J\r\n0ew6rnCeFLOniPXj02AJJdVW6Dw1yZEcfl7U49XWuMyPKnVqzjZjVjf5kvKi\r\npv/YKoLTlGeXvp/Kq9TqAKFfTfTFjTtWOPtoybIgE1UTM9DaUKAeGBPsgagS\r\nM8EisVf+XfkGODkXmxuiln4I8gT2gV1m4PKhVH4fCh+jVdCQxjnoOhTMOyCX\r\n+6OlrFAclLhkQrudQyoy53Y+cwm+pO6kO8jhwdL5Y1ev1PuOu5PsA0tq5voo\r\n9ba+yTZJkJayWxNkwT/f3B+Go2jfz5Pv6qS0b2XfPWQdAJTjtoEzmcgz0W3n\r\nCZESwD9ZtR1IrLPDJGtWZk/3hZL6rgo8CLm3Va1uVBTSXFPfhqxMs8W9dgLs\r\n4wy2BvJuMne2Ugdx2NafVRWZbeXLHwOfJWDS5QxBEz7u+sfVRe36nmx0LCTT\r\nonYSbm1F2IZwzfHS+3bQvWZMa0Uun4SnXTTzMBHneLssNbSHTvRCgT38vkZD\r\nGw4/hs+GM/wlv4zZRtJzm9O8Gho+Y4QxjF0=\r\n=NOx+\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":"^12.13.0 || ^14.15.0 || >=16"}},"8.13.0":{"name":"npm","version":"8.13.0","dependencies":{"@isaacs/string-locale-compare":"^1.1.0","@npmcli/arborist":"^5.0.4","@npmcli/ci-detect":"^2.0.0","@npmcli/config":"^4.1.0","@npmcli/fs":"^2.1.0","@npmcli/map-workspaces":"^2.0.3","@npmcli/package-json":"^2.0.0","@npmcli/run-script":"^4.1.0","abbrev":"~1.1.1","archy":"~1.0.0","cacache":"^16.1.1","chalk":"^4.1.2","chownr":"^2.0.0","cli-columns":"^4.0.0","cli-table3":"^0.6.2","columnify":"^1.6.0","fastest-levenshtein":"^1.0.12","glob":"^8.0.1","graceful-fs":"^4.2.10","hosted-git-info":"^5.0.0","ini":"^3.0.0","init-package-json":"^3.0.2","is-cidr":"^4.0.2","json-parse-even-better-errors":"^2.3.1","libnpmaccess":"^6.0.2","libnpmdiff":"^4.0.2","libnpmexec":"^4.0.2","libnpmfund":"^3.0.1","libnpmhook":"^8.0.2","libnpmorg":"^4.0.2","libnpmpack":"^4.0.2","libnpmpublish":"^6.0.2","libnpmsearch":"^5.0.2","libnpmteam":"^4.0.2","libnpmversion":"^3.0.1","make-fetch-happen":"^10.1.8","minipass":"^3.1.6","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^9.0.0","nopt":"^5.0.0","npm-audit-report":"^3.0.0","npm-install-checks":"^5.0.0","npm-package-arg":"^9.0.2","npm-pick-manifest":"^7.0.1","npm-profile":"^6.1.0","npm-registry-fetch":"^13.1.1","npm-user-validate":"^1.0.1","npmlog":"^6.0.2","opener":"^1.5.2","pacote":"^13.6.1","parse-conflict-json":"^2.0.2","proc-log":"^2.0.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^5.0.1","read-package-json-fast":"^2.0.3","readdir-scoped-modules":"^1.1.0","rimraf":"^3.0.2","semver":"^7.3.7","ssri":"^9.0.1","tar":"^6.1.11","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^2.0.0","validate-npm-package-name":"^4.0.0","which":"^2.0.2","write-file-atomic":"^4.0.1"},"devDependencies":{"@npmcli/eslint-config":"^3.0.1","@npmcli/template-oss":"3.5.0","licensee":"^8.2.0","nock":"^13.2.4","spawk":"^1.7.1","tap":"^16.0.1"},"bundleDependencies":["@isaacs/string-locale-compare","@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/fs","@npmcli/map-workspaces","@npmcli/package-json","@npmcli/run-script","abbrev","archy","cacache","chalk","chownr","cli-columns","cli-table3","columnify","fastest-levenshtein","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-install-checks","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","proc-log","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-oQL5LlThFOPccU4hWY4+isIE6W503ed8t0ARAWdB+GfXjHEeL0g8TvKU86Xp0TuTwtS5WSjZ6XnP0xrdqTzQVA==","shasum":"8697a6767402494d7b08a06fadb8053f9cfac7e3","tarball":"https://registry.npmjs.org/npm/-/npm-8.13.0.tgz","fileCount":1840,"unpackedSize":8924030,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEac652UrjNEAt4ucPhXfn8VgNa8F7dA8Q8xb4T7roguAiAjJABDkqTz/6MoEvXhtf9rBmyjiLX9F4JlOeQbbSZ3Gg=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJis5Y0ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrS6g/+IpLmNSkuIldYYHfn2Boche6roTOoCJ73F1xkWJb2TLkZUlYA\r\nc5EPfBPgS8dqT4ufaXyHYnZ6PsnXFRPB8VxWLeIBFhiU4qsONeZxIu4oUrTb\r\nt3ZM6aHbZWaqtts7HIRtHpEmuxCj840T8R4wdcmCrycVQldtDjA+ZkRKrR7Y\r\nBI+hDEEOBG4EQusbHJwisLgHP6D4OHx9bKmZFZs2tf4o9uqTfdctWTopEQVv\r\n7qVJwdu6RTavrK0MnJNSAdOw1AUveTeFHXMhcBFPN6fMdng6n6qA4c0MGJ/q\r\nfkfvK1js4NkUu2pEj8VYrWNBBOKeTa2xf59s43WVGvqSXLAzNUQEamGbTEbM\r\n0cP+nqf0+S1UkvYMl6dZj8YK+QLDwnSoxHFUqzM3gF+cwWfQKVMiChB8JZ4e\r\n4DWuZxUoFqD9tmtp99A5JNH6TaxndL9dltS0cIAGyVS1jziro7g/aou6IoDy\r\nViU9gi6a75HdyHNsCO6MKvwxEtSr1p3wEgysxd1oDAa2tP/LHbkEv5FEMeHt\r\nRHzlqPlAi+0KTIErnA2dOgJctaiEeYJKS17pMfhT0OdGz4wQ+LzBKzixhnx0\r\nx4nlkzAYXbH5uVifXIU57R2Edlzk3fO8q2fR4r870HRUoONFmfOc76AIPyh6\r\nosvX+NCDPom6c8iK81PUWlG5tLtE4RB4nKo=\r\n=9Vy9\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":"^12.13.0 || ^14.15.0 || >=16"}},"8.13.1":{"name":"npm","version":"8.13.1","dependencies":{"@isaacs/string-locale-compare":"^1.1.0","@npmcli/arborist":"^5.0.4","@npmcli/ci-detect":"^2.0.0","@npmcli/config":"^4.1.0","@npmcli/fs":"^2.1.0","@npmcli/map-workspaces":"^2.0.3","@npmcli/package-json":"^2.0.0","@npmcli/run-script":"^4.1.3","abbrev":"~1.1.1","archy":"~1.0.0","cacache":"^16.1.1","chalk":"^4.1.2","chownr":"^2.0.0","cli-columns":"^4.0.0","cli-table3":"^0.6.2","columnify":"^1.6.0","fastest-levenshtein":"^1.0.12","glob":"^8.0.1","graceful-fs":"^4.2.10","hosted-git-info":"^5.0.0","ini":"^3.0.0","init-package-json":"^3.0.2","is-cidr":"^4.0.2","json-parse-even-better-errors":"^2.3.1","libnpmaccess":"^6.0.2","libnpmdiff":"^4.0.2","libnpmexec":"^4.0.2","libnpmfund":"^3.0.1","libnpmhook":"^8.0.2","libnpmorg":"^4.0.2","libnpmpack":"^4.0.2","libnpmpublish":"^6.0.2","libnpmsearch":"^5.0.2","libnpmteam":"^4.0.2","libnpmversion":"^3.0.1","make-fetch-happen":"^10.1.8","minipass":"^3.1.6","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^9.0.0","nopt":"^5.0.0","npm-audit-report":"^3.0.0","npm-install-checks":"^5.0.0","npm-package-arg":"^9.0.2","npm-pick-manifest":"^7.0.1","npm-profile":"^6.1.0","npm-registry-fetch":"^13.1.1","npm-user-validate":"^1.0.1","npmlog":"^6.0.2","opener":"^1.5.2","pacote":"^13.6.1","parse-conflict-json":"^2.0.2","proc-log":"^2.0.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^5.0.1","read-package-json-fast":"^2.0.3","readdir-scoped-modules":"^1.1.0","rimraf":"^3.0.2","semver":"^7.3.7","ssri":"^9.0.1","tar":"^6.1.11","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^2.0.0","validate-npm-package-name":"^4.0.0","which":"^2.0.2","write-file-atomic":"^4.0.1"},"devDependencies":{"@npmcli/eslint-config":"^3.0.1","@npmcli/template-oss":"3.5.0","licensee":"^8.2.0","nock":"^13.2.4","spawk":"^1.7.1","tap":"^16.0.1"},"bundleDependencies":["@isaacs/string-locale-compare","@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/fs","@npmcli/map-workspaces","@npmcli/package-json","@npmcli/run-script","abbrev","archy","cacache","chalk","chownr","cli-columns","cli-table3","columnify","fastest-levenshtein","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-install-checks","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","proc-log","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-Di4hLSvlImxAslovZ8yRXOhwmd6hXzgRFjwfF4QuwuPT9RUvpLIZ5nubhrY34Pc3elqaU0iyBVWgGZ3jELFP8w==","shasum":"b1fd8a9f92dfc432e0467671f2f5f17444de3f00","tarball":"https://registry.npmjs.org/npm/-/npm-8.13.1.tgz","fileCount":1840,"unpackedSize":8925003,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHqCzgqfeX4GyuaTwbgaYr0zfj2gJMXhFmrKAbJyP0+ZAiEA79Uk7Foatu74hc11Btr8LkPgFQwFWDqIG4n4Bed+hdU="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJitNKrACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq2zQ//WyxRZRiefpiEkxDlEFAzK3FAC4F4QcWk8/mYZ8mmSRxl/AI9\r\nsmKPXK1aIwWKkjuhCZCefZWEjthV8iBtVs15Ev8tuKx70It0fzV6Ei571pjP\r\n67uR261zXDivt5Ea6k+LOTqehusWjtD/y9Gp2i2ya5F9vZSToqRcrWslGW4D\r\nvxqcnp4ByKXapA+81XIeCfmrkDvJchPBVjB8hIW8WjT4UZDPTShx5R5miqDO\r\nyceIA+1eal3FLplTBFdNabb9SPIQ3h5cb8D5VZoUBX3lR6yeJp97FrxJY+Ty\r\nTShybHngd93iBT1LOqvWl1sKXELcw6PSkch7s8oCGaG92vFJxpF8Gw5U2znH\r\nqCFklHwu7lK/6CZ6HIBxuC9S6+1/0U609bSY2yByd0fZTrUN0QGTBDnPFESQ\r\n+mTiICnk+IIkSO4VlziUtgq/w/r3BXjJnfRnDBmNOoMcoe2aKz7M9vj67Raw\r\nA1gjtk5t+VrSMKxoTL5NUxE1AYLMzq4cZv7wAFKUVGYPv64mp7DSx07Xs597\r\nlN2WbHnRo6XFwaI44hWNKEyL/QCljz4UkD8FoodE3XVcV5f2k+J4MAwU/9il\r\n/grFsRMOrVGENekMoSmwIyTg1gvWLxhIMiF9pSXDBvEB/3/7Be+YAUuJxWx2\r\nQMeryzp/hW4cijZrTLqF+qXtEzV6NM1HG9o=\r\n=0r7L\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":"^12.13.0 || ^14.15.0 || >=16"}},"8.13.2":{"name":"npm","version":"8.13.2","dependencies":{"@isaacs/string-locale-compare":"^1.1.0","@npmcli/arborist":"^5.0.4","@npmcli/ci-detect":"^2.0.0","@npmcli/config":"^4.1.0","@npmcli/fs":"^2.1.0","@npmcli/map-workspaces":"^2.0.3","@npmcli/package-json":"^2.0.0","@npmcli/run-script":"^4.1.5","abbrev":"~1.1.1","archy":"~1.0.0","cacache":"^16.1.1","chalk":"^4.1.2","chownr":"^2.0.0","cli-columns":"^4.0.0","cli-table3":"^0.6.2","columnify":"^1.6.0","fastest-levenshtein":"^1.0.12","glob":"^8.0.1","graceful-fs":"^4.2.10","hosted-git-info":"^5.0.0","ini":"^3.0.0","init-package-json":"^3.0.2","is-cidr":"^4.0.2","json-parse-even-better-errors":"^2.3.1","libnpmaccess":"^6.0.2","libnpmdiff":"^4.0.2","libnpmexec":"^4.0.2","libnpmfund":"^3.0.1","libnpmhook":"^8.0.2","libnpmorg":"^4.0.2","libnpmpack":"^4.0.2","libnpmpublish":"^6.0.2","libnpmsearch":"^5.0.2","libnpmteam":"^4.0.2","libnpmversion":"^3.0.1","make-fetch-happen":"^10.1.8","minipass":"^3.1.6","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^9.0.0","nopt":"^5.0.0","npm-audit-report":"^3.0.0","npm-install-checks":"^5.0.0","npm-package-arg":"^9.0.2","npm-pick-manifest":"^7.0.1","npm-profile":"^6.1.0","npm-registry-fetch":"^13.1.1","npm-user-validate":"^1.0.1","npmlog":"^6.0.2","opener":"^1.5.2","pacote":"^13.6.1","parse-conflict-json":"^2.0.2","proc-log":"^2.0.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^5.0.1","read-package-json-fast":"^2.0.3","readdir-scoped-modules":"^1.1.0","rimraf":"^3.0.2","semver":"^7.3.7","ssri":"^9.0.1","tar":"^6.1.11","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^2.0.0","validate-npm-package-name":"^4.0.0","which":"^2.0.2","write-file-atomic":"^4.0.1"},"devDependencies":{"@npmcli/eslint-config":"^3.0.1","@npmcli/template-oss":"3.5.0","licensee":"^8.2.0","nock":"^13.2.4","spawk":"^1.7.1","tap":"^16.0.1"},"bundleDependencies":["@isaacs/string-locale-compare","@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/fs","@npmcli/map-workspaces","@npmcli/package-json","@npmcli/run-script","abbrev","archy","cacache","chalk","chownr","cli-columns","cli-table3","columnify","fastest-levenshtein","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-install-checks","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","pacote","parse-conflict-json","proc-log","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-aS6q/QKxkw9mTX8gR7Ft38BcRkW1i+h3sI1yAFmfQ30Yl1a1G4ZX3oNGDzaLCilU5ThFZQBS1F4ZSZsrVxJ7HA==","shasum":"d79c851c1d9cc6c11efe708379fd5339580f8fec","tarball":"https://registry.npmjs.org/npm/-/npm-8.13.2.tgz","fileCount":1855,"unpackedSize":9358844,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDPYjZ8BvU3yJR4t8YP8Fkn8EH25ksH3laX4HLyJ5ofAAIhAJhtVHWs3swoE9zWX9X3QUueKQBq/fO8CFWi94VQg8DR"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJivNj+ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqObg/+JanMaZ0OSsvoKRqzodwR9XUzUtyE3pWadtp40sx/zpr2MnQB\r\n4s6OjWeHzmto8z61hqaBMNCd1q4+uuHdJ9fDJELjE5m3fWaD6mGc7Qt661ZV\r\ntozeBeSMzj/cfcMcEmPGDcrE8IN2rKm+RuiBOiSuH7wPIVgOXKwtRu+sDDkG\r\nZsooH6nEpMziFS9MrbFQ/zzYGPK8netBRJnJVu0OJE0TNa7+uL/xrdJO8nhg\r\ns552O4nk5K2dSVClsA+4YUd43mRn4U7hAACUiS+t3DEGzMq9p/R24an05B9S\r\ns6l2jvLhq8cdlGFMw2WG4weV8iBwVCpHlwLSUqOQZb9eW6/OWWn9GN3Uh/tu\r\nFYrxC/wcP7C5FrkNWEHBo0gZnHX6DEjjvA8jlpQbzXAycsWBX+iBjBduUv4d\r\nOdVsS5XJtf5RUxWmJIeJ0uYnWkD79EFnMfE6cUV3ltEsrxjlgP5c9P03HVt+\r\nOkWppp8A4Tle7gBLN0UZJfDLCrV1iRIDw8GX2gP7DvFUF5bQMMYbqFTlrLRW\r\nZzy1XkNSKZGrgmOcSFNUufAeFK+LAgnwj3hSZvariX97ZtlGo7pg4V84V0bP\r\nD2UbcovGEXChHiUPCWuh/B/cA27uTD1UGHPWBk5edrZ2OMSXaPcyBQNtwpBj\r\n2wO4qG1RAk8r5VC3yTor0qX3R4244gb/XYM=\r\n=7yiw\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":"^12.13.0 || ^14.15.0 || >=16"}},"8.14.0":{"name":"npm","version":"8.14.0","dependencies":{"@isaacs/string-locale-compare":"^1.1.0","@npmcli/arborist":"^5.0.4","@npmcli/ci-detect":"^2.0.0","@npmcli/config":"^4.1.0","@npmcli/fs":"^2.1.0","@npmcli/map-workspaces":"^2.0.3","@npmcli/package-json":"^2.0.0","@npmcli/run-script":"^4.1.7","abbrev":"~1.1.1","archy":"~1.0.0","cacache":"^16.1.1","chalk":"^4.1.2","chownr":"^2.0.0","cli-columns":"^4.0.0","cli-table3":"^0.6.2","columnify":"^1.6.0","fastest-levenshtein":"^1.0.12","glob":"^8.0.1","graceful-fs":"^4.2.10","hosted-git-info":"^5.0.0","ini":"^3.0.0","init-package-json":"^3.0.2","is-cidr":"^4.0.2","json-parse-even-better-errors":"^2.3.1","libnpmaccess":"^6.0.2","libnpmdiff":"^4.0.2","libnpmexec":"^4.0.2","libnpmfund":"^3.0.1","libnpmhook":"^8.0.2","libnpmorg":"^4.0.2","libnpmpack":"^4.0.2","libnpmpublish":"^6.0.2","libnpmsearch":"^5.0.2","libnpmteam":"^4.0.2","libnpmversion":"^3.0.1","make-fetch-happen":"^10.1.8","minipass":"^3.1.6","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^9.0.0","nopt":"^5.0.0","npm-audit-report":"^3.0.0","npm-install-checks":"^5.0.0","npm-package-arg":"^9.1.0","npm-pick-manifest":"^7.0.1","npm-profile":"^6.2.0","npm-registry-fetch":"^13.2.0","npm-user-validate":"^1.0.1","npmlog":"^6.0.2","opener":"^1.5.2","p-map":"^4.0.0","pacote":"^13.6.1","parse-conflict-json":"^2.0.2","proc-log":"^2.0.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^5.0.1","read-package-json-fast":"^2.0.3","readdir-scoped-modules":"^1.1.0","rimraf":"^3.0.2","semver":"^7.3.7","ssri":"^9.0.1","tar":"^6.1.11","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^2.0.0","validate-npm-package-name":"^4.0.0","which":"^2.0.2","write-file-atomic":"^4.0.1"},"devDependencies":{"@npmcli/eslint-config":"^3.0.1","@npmcli/template-oss":"3.5.0","licensee":"^8.2.0","nock":"^13.2.4","spawk":"^1.7.1","tap":"^16.0.1"},"bundleDependencies":["@isaacs/string-locale-compare","@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/fs","@npmcli/map-workspaces","@npmcli/package-json","@npmcli/run-script","abbrev","archy","cacache","chalk","chownr","cli-columns","cli-table3","columnify","fastest-levenshtein","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-install-checks","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","p-map","pacote","parse-conflict-json","proc-log","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-wjDSM1GBwFUyqryw0jrWzFCFRlaiCZ9omNcnV3fLERqEYR4UsdRwR/SQCJNmri24yVvD+A/Ozr5p0V2WZVt6BQ==","shasum":"4ffc167187b390e55492516bdf4a378d6b4f5b1e","tarball":"https://registry.npmjs.org/npm/-/npm-8.14.0.tgz","fileCount":1859,"unpackedSize":9418175,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIF7tgxE1Mv3TIR/yIE0XnxIIS8sdLvkXilJ21+IQriFyAiEA20Kr9L+8Z6gplWCujog46rM+31adokSQHMa8T6L/eKs="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJizwYEACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoPghAAjsnrZV8+MrAgXe6NzcSHib4OQa7iUmqo0V4wp8y3nui3oryB\r\nXc/zRAyPa+befzjJn06O8RIoHczPNxUCnlMIZBXRRHcJNETELDDq6Fy15o7i\r\n6jDrRwt8l73m3v8psBc1fE97g85vHVkJlAhg2HjyeB7xYXMv69TeE4q3ZfNF\r\nVe95WNE8sBWnOB/iGiYWp2zoO7xX/iAEwBRsTjvWyjMM1SER8+SkwhTMR8sR\r\nnpG7m1F6YTL72qHlaVEW5OwpvItP/CDrs5HG1CsT+8FAyDNSdFKtHvYu3M9t\r\nkXUw8E7BQk62y3oUwgvJ05rJ7LBNix1N8vXaM9JljFR9k0MfW1uiLCKIvo2g\r\nsm+Hc/YcMtq6kJ9YHV+ThG7A6Vui5YFr8csM19JxJWY+AnDcuoJn9uccddQM\r\nLnfvfWZWsw7PmVW5aNTklVcpkcwLmHGtHi5ghRnKMNciu5K19n4G29jKQ5Ej\r\nSrgM2jMp4AB1F/gDcFxsrPW/BVa/Gb3/ABBxxTtzmsomA7TKr2bdUUNig3lC\r\n4u/MaXP2Zmr/EqQaxxVsW8RdNrgaVxTLzmYMz+NCQXqPwSUynKV6O/x/5CyJ\r\nT/6a+aYKf0dTB5vtLy6NyGCIu3s/0wtY4U3jb8krKmUnWFub6PQiMeHP8Uwm\r\n2by1SW00aqY+2ifyivNY3BIApALeao1UpsY=\r\n=5AB9\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":"^12.13.0 || ^14.15.0 || >=16"}},"8.15.0":{"name":"npm","version":"8.15.0","dependencies":{"@isaacs/string-locale-compare":"^1.1.0","@npmcli/arborist":"^5.0.4","@npmcli/ci-detect":"^2.0.0","@npmcli/config":"^4.2.0","@npmcli/fs":"^2.1.0","@npmcli/map-workspaces":"^2.0.3","@npmcli/package-json":"^2.0.0","@npmcli/run-script":"^4.1.7","abbrev":"~1.1.1","archy":"~1.0.0","cacache":"^16.1.1","chalk":"^4.1.2","chownr":"^2.0.0","cli-columns":"^4.0.0","cli-table3":"^0.6.2","columnify":"^1.6.0","fastest-levenshtein":"^1.0.12","glob":"^8.0.1","graceful-fs":"^4.2.10","hosted-git-info":"^5.0.0","ini":"^3.0.0","init-package-json":"^3.0.2","is-cidr":"^4.0.2","json-parse-even-better-errors":"^2.3.1","libnpmaccess":"^6.0.2","libnpmdiff":"^4.0.2","libnpmexec":"^4.0.2","libnpmfund":"^3.0.1","libnpmhook":"^8.0.2","libnpmorg":"^4.0.2","libnpmpack":"^4.0.2","libnpmpublish":"^6.0.2","libnpmsearch":"^5.0.2","libnpmteam":"^4.0.2","libnpmversion":"^3.0.1","make-fetch-happen":"^10.2.0","minipass":"^3.1.6","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^9.0.0","nopt":"^5.0.0","npm-audit-report":"^3.0.0","npm-install-checks":"^5.0.0","npm-package-arg":"^9.1.0","npm-pick-manifest":"^7.0.1","npm-profile":"^6.2.0","npm-registry-fetch":"^13.3.0","npm-user-validate":"^1.0.1","npmlog":"^6.0.2","opener":"^1.5.2","p-map":"^4.0.0","pacote":"^13.6.1","parse-conflict-json":"^2.0.2","proc-log":"^2.0.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^5.0.1","read-package-json-fast":"^2.0.3","readdir-scoped-modules":"^1.1.0","rimraf":"^3.0.2","semver":"^7.3.7","ssri":"^9.0.1","tar":"^6.1.11","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^2.0.0","validate-npm-package-name":"^4.0.0","which":"^2.0.2","write-file-atomic":"^4.0.1"},"devDependencies":{"@npmcli/eslint-config":"^3.0.1","@npmcli/template-oss":"3.5.0","licensee":"^8.2.0","nock":"^13.2.4","spawk":"^1.7.1","tap":"^16.0.1"},"bundleDependencies":["@isaacs/string-locale-compare","@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/fs","@npmcli/map-workspaces","@npmcli/package-json","@npmcli/run-script","abbrev","archy","cacache","chalk","chownr","cli-columns","cli-table3","columnify","fastest-levenshtein","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-install-checks","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","p-map","pacote","parse-conflict-json","proc-log","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-sFXrMiO07eDWUb/e5ni2yNvtz2hePKqSyukUxYcQv0QHjyXCe+zKP7af/bISjcvsgRBWGyivk5V3KCZ0vg8J3Q==","shasum":"d4b53cd29b13ea164f0f5767bca274dbe7d8f78d","tarball":"https://registry.npmjs.org/npm/-/npm-8.15.0.tgz","fileCount":1858,"unpackedSize":9411771,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFHjlyVdiDRsJUh66OsY4Xq2rEHKtEK7RaDz8v02ql/iAiEA6bOtKOJFIIIxhTFdBI80L5ZP8cB4u53upYK2DTUEuRY="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi2Hz6ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoeXw//e53hm7ychA+m8vr4qXodlNUExnpO2ZXBRti7Q4+eLODnTH5U\r\nlCBKPjiDVkBEPbkyHF6Rgnzeq6U1xU/lLBd3NVzXsWQ7NSai3aM076kVQ4cK\r\nL0eZdf4cizTHgGTP6cY1nYN4yF4gJwjD5M2KMw5vREbXWD8ONjNQUcB5Z0OT\r\npABIdqO9auz8U+Ez84fC70C07F/3bDi8HO2Ig1JNlxTZMEnL3vRl7Gdn+o2t\r\ndUfLyxMXpmYMdUroTQOoUGnUpArkcHxw6z+c4Xxnyy60IsF+Y/cHtvR3cLrn\r\nWAEXa5o3kCoFy4kQUsHeJJTlh29eMwlW1qlF/ldtcYvuef77aOC9hWZwjBcQ\r\n1YEZQbX8hcmAKTQXTNb9bax2WeEwAJf6GQfhRlsQY1WY41SBpvHb0Zpg+HTo\r\nQYflhVbfnNY/O9hhpYv/U6ayMvYdxoIu89nOwHkDQ5V/JMTYZ+OK/IIsUXR5\r\nA2fC2FloEavaTGJvTKt1P+sLnqC9qN2++OMrIb0JxH9q3CSi4ewpPQhdZpTE\r\nu85lkQSC6XAwhsEOIl48fTbJDSRzeN07Bsbgct6F2y6jJ6c9Va0tpCWxafEA\r\ni5GBxNV32qHDi2WAyRjKSYTR5nG8Z2KJvftdjzvbYXJ8fn+rgxX3RSlCk7PV\r\ncMWOy9FhqkoH4VdSPAKAhCJNn4g/qNNSf0k=\r\n=JyIj\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":"^12.13.0 || ^14.15.0 || >=16"}},"8.15.1":{"name":"npm","version":"8.15.1","dependencies":{"@isaacs/string-locale-compare":"^1.1.0","@npmcli/arborist":"^5.0.4","@npmcli/ci-detect":"^2.0.0","@npmcli/config":"^4.2.0","@npmcli/fs":"^2.1.0","@npmcli/map-workspaces":"^2.0.3","@npmcli/package-json":"^2.0.0","@npmcli/run-script":"^4.1.7","abbrev":"~1.1.1","archy":"~1.0.0","cacache":"^16.1.1","chalk":"^4.1.2","chownr":"^2.0.0","cli-columns":"^4.0.0","cli-table3":"^0.6.2","columnify":"^1.6.0","fastest-levenshtein":"^1.0.12","glob":"^8.0.1","graceful-fs":"^4.2.10","hosted-git-info":"^5.0.0","ini":"^3.0.0","init-package-json":"^3.0.2","is-cidr":"^4.0.2","json-parse-even-better-errors":"^2.3.1","libnpmaccess":"^6.0.2","libnpmdiff":"^4.0.2","libnpmexec":"^4.0.2","libnpmfund":"^3.0.1","libnpmhook":"^8.0.2","libnpmorg":"^4.0.2","libnpmpack":"^4.0.2","libnpmpublish":"^6.0.2","libnpmsearch":"^5.0.2","libnpmteam":"^4.0.2","libnpmversion":"^3.0.1","make-fetch-happen":"^10.2.0","minipass":"^3.1.6","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^9.0.0","nopt":"^5.0.0","npm-audit-report":"^3.0.0","npm-install-checks":"^5.0.0","npm-package-arg":"^9.1.0","npm-pick-manifest":"^7.0.1","npm-profile":"^6.2.0","npm-registry-fetch":"^13.3.0","npm-user-validate":"^1.0.1","npmlog":"^6.0.2","opener":"^1.5.2","p-map":"^4.0.0","pacote":"^13.6.1","parse-conflict-json":"^2.0.2","proc-log":"^2.0.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^5.0.1","read-package-json-fast":"^2.0.3","readdir-scoped-modules":"^1.1.0","rimraf":"^3.0.2","semver":"^7.3.7","ssri":"^9.0.1","tar":"^6.1.11","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^2.0.0","validate-npm-package-name":"^4.0.0","which":"^2.0.2","write-file-atomic":"^4.0.1"},"devDependencies":{"@npmcli/eslint-config":"^3.0.1","@npmcli/template-oss":"3.5.0","licensee":"^8.2.0","nock":"^13.2.4","spawk":"^1.7.1","tap":"^16.0.1"},"bundleDependencies":["@isaacs/string-locale-compare","@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/fs","@npmcli/map-workspaces","@npmcli/package-json","@npmcli/run-script","abbrev","archy","cacache","chalk","chownr","cli-columns","cli-table3","columnify","fastest-levenshtein","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-install-checks","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","p-map","pacote","parse-conflict-json","proc-log","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-ZjVMjEn+PqdjpZg+VLMFz5lyzh7tW+SBt+KQzvoQC986U/clE897eg7YR0PLYw6RfjTsoPTuB95xQ8ubn9go6Q==","shasum":"0cda5f182e6ef057c15cde5b8e443b52907ba052","tarball":"https://registry.npmjs.org/npm/-/npm-8.15.1.tgz","fileCount":1858,"unpackedSize":9461796,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDU79nyuFxKERJcsqkG1V1ClsxmqI0wIXseJuWLonyodAiEAwQ1z7po8c6Bv2pdNdGZhwBTQ4dQnBTAk0hP6pwxxhTo="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi4cFWACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpo+xAAhWv+tp/3aKCMpxwOeYI9UCCyWX2Uog5eLRlWDMheVIEAaavR\r\nko0n2YabgvJAmJF9l4zx0ykattjIOfSR+9FNvplcVzS40m+/Tn48pjcHcpiv\r\nGH69BtXAkQy6PKDRWX+KIFUBxnEONUMO8kcrUDPZytNyeAdTNHOil6Jm/X58\r\n5oToDYVr3xXWRwK7ZeaQaBXqpxBVLNk2/pN4ugEn2HPZrLmElun5NSV8iW6/\r\nCVAiMpJJ8WMXCOHdZiw7yGPlkECquBzytod3+GG6PbJsbwNyLmbDOsRig3U/\r\n6kyrt5IAOVLn5PktkazrYP6dZJLG5naAJ0tyXQpCg2UwwxuTLSl3iftj0Xp8\r\nXAhNqeIzryu/vFhs7PfQSsTf53Izl0FkyzcnAVwWbzhrG1kjG0fmUeTYgkeR\r\noFAbsmQnkbyupeb/n5HUWPy7PjhW6mvA1C295uxHEuLFIH6RXZMA9OJJneUb\r\nyP4yoYJQ3050k76IMUhRds/P1X6XUAvCR7E725J+vUeASEXJG/3NNwoUZPHL\r\nQbrdGyQV9HsxnF1PaT3wD5g3Xb5iYy0tglaeIvUu0dqpd0OWyHB0bJZY4jKj\r\nkzaDHVTI1LDP38hx1NhH12z/i7lsm/kN53kQj0g0NejxEWU4WbvnUFKMb2QA\r\nsccYgKXfLkA62mzZZnLwkPK8mwGjiJIiUXo=\r\n=DZCk\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":"^12.13.0 || ^14.15.0 || >=16"}},"8.16.0":{"name":"npm","version":"8.16.0","dependencies":{"@isaacs/string-locale-compare":"^1.1.0","@npmcli/arborist":"^5.0.4","@npmcli/ci-detect":"^2.0.0","@npmcli/config":"^4.2.0","@npmcli/fs":"^2.1.0","@npmcli/map-workspaces":"^2.0.3","@npmcli/package-json":"^2.0.0","@npmcli/run-script":"^4.2.0","abbrev":"~1.1.1","archy":"~1.0.0","cacache":"^16.1.1","chalk":"^4.1.2","chownr":"^2.0.0","cli-columns":"^4.0.0","cli-table3":"^0.6.2","columnify":"^1.6.0","fastest-levenshtein":"^1.0.12","glob":"^8.0.1","graceful-fs":"^4.2.10","hosted-git-info":"^5.0.0","ini":"^3.0.0","init-package-json":"^3.0.2","is-cidr":"^4.0.2","json-parse-even-better-errors":"^2.3.1","libnpmaccess":"^6.0.2","libnpmdiff":"^4.0.2","libnpmexec":"^4.0.2","libnpmfund":"^3.0.1","libnpmhook":"^8.0.2","libnpmorg":"^4.0.2","libnpmpack":"^4.0.2","libnpmpublish":"^6.0.2","libnpmsearch":"^5.0.2","libnpmteam":"^4.0.2","libnpmversion":"^3.0.1","make-fetch-happen":"^10.2.0","minipass":"^3.1.6","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^9.0.0","nopt":"^5.0.0","npm-audit-report":"^3.0.0","npm-install-checks":"^5.0.0","npm-package-arg":"^9.1.0","npm-pick-manifest":"^7.0.1","npm-profile":"^6.2.0","npm-registry-fetch":"^13.3.0","npm-user-validate":"^1.0.1","npmlog":"^6.0.2","opener":"^1.5.2","p-map":"^4.0.0","pacote":"^13.6.1","parse-conflict-json":"^2.0.2","proc-log":"^2.0.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^5.0.1","read-package-json-fast":"^2.0.3","readdir-scoped-modules":"^1.1.0","rimraf":"^3.0.2","semver":"^7.3.7","ssri":"^9.0.1","tar":"^6.1.11","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^2.0.0","validate-npm-package-name":"^4.0.0","which":"^2.0.2","write-file-atomic":"^4.0.1"},"devDependencies":{"@npmcli/eslint-config":"^3.0.1","@npmcli/template-oss":"3.5.0","licensee":"^8.2.0","nock":"^13.2.4","spawk":"^1.7.1","tap":"^16.0.1"},"bundleDependencies":["@isaacs/string-locale-compare","@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/fs","@npmcli/map-workspaces","@npmcli/package-json","@npmcli/run-script","abbrev","archy","cacache","chalk","chownr","cli-columns","cli-table3","columnify","fastest-levenshtein","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-install-checks","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","p-map","pacote","parse-conflict-json","proc-log","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-UfLT/hCbcpV9uiTEBthyrOlQxwk8LG5tAGn283g7f7pRx41KcwFiHV7HYgYm2y2GabfnPtf897ptrXRQwxJWzQ==","shasum":"d385060093f3af10fabe6d8205d41bbf2a34ff9d","tarball":"https://registry.npmjs.org/npm/-/npm-8.16.0.tgz","fileCount":1904,"unpackedSize":9718714,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDxU3KnctlOxTwYnPb11cizKs+H6rdOtOAdiN6CpnN+NAiBxULcnZwpwn/6CV6swlVMmGJ09nYks9V31Vaes1onmtQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi6p/EACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp3VA/8CzhoZuODYnyEPrTsr8I4cIt910kULf7yp0zXyVxRJV8ud1SR\r\n6tjDdd0G9hvWrrcirPkWAMTOZogV7Xh8rvXS2ppET2q6y3AchN3PXSDziswV\r\n5LTY0B8pzVv1123WYuGiGKhfcNVXbiRE4z+0en0P1KbhFx6ivPcQhz7yBe88\r\nr4Gxkvdh8HduzntScHjzwaUuCMUi8JbntXWDWTLGWjLHbQyJhOaU/WIyL3nN\r\nkvZRSSnxI7gGcNeDPrAl6QoCo3q+R6knEEyLN1LafI5y9A/6wA7X1g9xg0Np\r\nNqM+KI1YK+t+65AHzfMhZsxy5CsmZ3dRxDt/mCEQCppZz6XDDHmf5k/U+q/j\r\nS8mY4IpbPmHV8CtKmxZ0IVVrO5HRhrDyxEGyic06k06SwjRgQiBObSj/ZP/m\r\nu2mR6FPS+Svi1gfgtIrqnTsaPdHBcRp19USTOyZT6VuTDk7J9brfjDFgqAvT\r\n9huF1HWKOJmMwUiGjblpddqCfx6twhE6Q5NqYkUq+Fb5TMABH+8OuPGdcyo7\r\n2hPrdV/E9L38aRf9SB/IxWHksyhERLJmB6GTlHuYLHonYV6dTAQWsgPgHBTX\r\neKtCXbi5RXyZ5/HPDnSBG0DvkCkJSZ5VNNo3K/sqdUT8y7cU6k43XMOEJ2GC\r\nFsFAgGHib07/WfBRkAl1zQJO/eabJ3Kyxi8=\r\n=0E89\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":"^12.13.0 || ^14.15.0 || >=16"}},"8.17.0":{"name":"npm","version":"8.17.0","dependencies":{"@isaacs/string-locale-compare":"^1.1.0","@npmcli/arborist":"^5.0.4","@npmcli/ci-detect":"^2.0.0","@npmcli/config":"^4.2.1","@npmcli/fs":"^2.1.0","@npmcli/map-workspaces":"^2.0.3","@npmcli/package-json":"^2.0.0","@npmcli/run-script":"^4.2.1","abbrev":"~1.1.1","archy":"~1.0.0","cacache":"^16.1.1","chalk":"^4.1.2","chownr":"^2.0.0","cli-columns":"^4.0.0","cli-table3":"^0.6.2","columnify":"^1.6.0","fastest-levenshtein":"^1.0.12","glob":"^8.0.1","graceful-fs":"^4.2.10","hosted-git-info":"^5.0.0","ini":"^3.0.0","init-package-json":"^3.0.2","is-cidr":"^4.0.2","json-parse-even-better-errors":"^2.3.1","libnpmaccess":"^6.0.2","libnpmdiff":"^4.0.2","libnpmexec":"^4.0.2","libnpmfund":"^3.0.1","libnpmhook":"^8.0.2","libnpmorg":"^4.0.2","libnpmpack":"^4.0.2","libnpmpublish":"^6.0.2","libnpmsearch":"^5.0.2","libnpmteam":"^4.0.2","libnpmversion":"^3.0.1","make-fetch-happen":"^10.2.0","minipass":"^3.1.6","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^9.1.0","nopt":"^6.0.0","npm-audit-report":"^3.0.0","npm-install-checks":"^5.0.0","npm-package-arg":"^9.1.0","npm-pick-manifest":"^7.0.1","npm-profile":"^6.2.0","npm-registry-fetch":"^13.3.0","npm-user-validate":"^1.0.1","npmlog":"^6.0.2","opener":"^1.5.2","p-map":"^4.0.0","pacote":"^13.6.1","parse-conflict-json":"^2.0.2","proc-log":"^2.0.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^5.0.1","read-package-json-fast":"^2.0.3","readdir-scoped-modules":"^1.1.0","rimraf":"^3.0.2","semver":"^7.3.7","ssri":"^9.0.1","tar":"^6.1.11","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^2.0.0","validate-npm-package-name":"^4.0.0","which":"^2.0.2","write-file-atomic":"^4.0.1"},"devDependencies":{"@npmcli/eslint-config":"^3.0.1","@npmcli/template-oss":"3.5.0","licensee":"^8.2.0","nock":"^13.2.4","spawk":"^1.7.1","tap":"^16.0.1"},"bundleDependencies":["@isaacs/string-locale-compare","@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/fs","@npmcli/map-workspaces","@npmcli/package-json","@npmcli/run-script","abbrev","archy","cacache","chalk","chownr","cli-columns","cli-table3","columnify","fastest-levenshtein","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-install-checks","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","p-map","pacote","parse-conflict-json","proc-log","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-tIcfZd541v86Sqrf+t/GW6ivqiT8b/2b3EAjNw3vRe+eVnL4mlkVwu17hjCOrsPVntLb5C6tQG4jPUE5Oveeyw==","shasum":"05c77fb2794daa3d9b2cd0460859f1f9dc596676","tarball":"https://registry.npmjs.org/npm/-/npm-8.17.0.tgz","fileCount":1906,"unpackedSize":9749362,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIErf+2XxptN5tsAIDlc/JiuXf2egE+9Iq0dgl+Z0XsgpAiEAnq8uI8exHNxfmW+eeCQcpIhog5juhS9IJa+NYvIjEL0="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi8/peACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrpSw/+PyXM5i2I78f/3h9G7DslT9AGPobtwMRjFAJTt1l3IIm804WQ\r\nc0jQ2425UEupw427taxmIL48X3pKo/ahUuXF9AinitAWJ7bcFUYR5Q3PgPzh\r\n5MquOLjXxgAibk3SmtY0fmDoyeaEZZ4eUPHUI/xeED8HGAcw36DvQNR6L5SM\r\nHx7zjm0qAKaL6S1CDpzZ01NSLZrVhQSYsbDqfJpMebGTLiR353eOKPLy8X6U\r\njI7k5bg7H0JVHUljsf1u+w4L0IBoa/4P3mTrhwKcNNicNZhboL5pp9x9CF3v\r\neg6Hls+DWsTcM/0omyckpQn7rcNzU2ofw77zGql3/e/XYAyoPavB3c/t8UpD\r\nKbF6z8cy9pr3Q8IdV+Kxb86567jVq0SV2CAqP8mWs3zVmqJSlgPbFvvNA+mb\r\nQ/i2i9UdzUqZu9uh7qGRec4wDBcxYKUr9ejIX1lYlF+xSirjWRnIJdOpOfx/\r\n+PIaOLn88Y7TQPJpPnZa1N1aDa6+jiQIFokRVIGZGtg0OUPQfqlqbS4RjYzV\r\nlUv3RS4FYpOR4WT9fco77j07GdeuDwNMTe6nJLLEVRXaV2R73UgUnkumc1Q/\r\nX3Tzb63iTeg6lonswZNao7AAhb4kxjgGLvddnM45Yo+e0ysyfRC6DV5QvI+Y\r\nQ+ujfDDdhUpWQ6/PvfIqxxLNHu5bKVgBgzw=\r\n=duqA\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":"^12.13.0 || ^14.15.0 || >=16"}},"8.18.0":{"name":"npm","version":"8.18.0","dependencies":{"@isaacs/string-locale-compare":"^1.1.0","@npmcli/arborist":"^5.0.4","@npmcli/ci-detect":"^2.0.0","@npmcli/config":"^4.2.1","@npmcli/fs":"^2.1.0","@npmcli/map-workspaces":"^2.0.3","@npmcli/package-json":"^2.0.0","@npmcli/run-script":"^4.2.1","abbrev":"~1.1.1","archy":"~1.0.0","cacache":"^16.1.1","chalk":"^4.1.2","chownr":"^2.0.0","cli-columns":"^4.0.0","cli-table3":"^0.6.2","columnify":"^1.6.0","fastest-levenshtein":"^1.0.12","glob":"^8.0.1","graceful-fs":"^4.2.10","hosted-git-info":"^5.0.0","ini":"^3.0.0","init-package-json":"^3.0.2","is-cidr":"^4.0.2","json-parse-even-better-errors":"^2.3.1","libnpmaccess":"^6.0.2","libnpmdiff":"^4.0.2","libnpmexec":"^4.0.2","libnpmfund":"^3.0.1","libnpmhook":"^8.0.2","libnpmorg":"^4.0.2","libnpmpack":"^4.0.2","libnpmpublish":"^6.0.2","libnpmsearch":"^5.0.2","libnpmteam":"^4.0.2","libnpmversion":"^3.0.1","make-fetch-happen":"^10.2.0","minipass":"^3.1.6","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^9.1.0","nopt":"^6.0.0","npm-audit-report":"^3.0.0","npm-install-checks":"^5.0.0","npm-package-arg":"^9.1.0","npm-pick-manifest":"^7.0.1","npm-profile":"^6.2.0","npm-registry-fetch":"^13.3.1","npm-user-validate":"^1.0.1","npmlog":"^6.0.2","opener":"^1.5.2","p-map":"^4.0.0","pacote":"^13.6.2","parse-conflict-json":"^2.0.2","proc-log":"^2.0.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^5.0.1","read-package-json-fast":"^2.0.3","readdir-scoped-modules":"^1.1.0","rimraf":"^3.0.2","semver":"^7.3.7","ssri":"^9.0.1","tar":"^6.1.11","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^2.0.0","validate-npm-package-name":"^4.0.0","which":"^2.0.2","write-file-atomic":"^4.0.1"},"devDependencies":{"@npmcli/eslint-config":"^3.0.1","@npmcli/template-oss":"3.5.0","licensee":"^8.2.0","nock":"^13.2.4","spawk":"^1.7.1","tap":"^16.0.1"},"bundleDependencies":["@isaacs/string-locale-compare","@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/fs","@npmcli/map-workspaces","@npmcli/package-json","@npmcli/run-script","abbrev","archy","cacache","chalk","chownr","cli-columns","cli-table3","columnify","fastest-levenshtein","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-install-checks","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","p-map","pacote","parse-conflict-json","proc-log","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-G07/yKvNUwhwxYhk8BxcuDPB/4s+y755i6CnH3lf9LQBHP5siUx66WbuNGWEnN3xaBER4+IR3OWApKX7eBO5Dw==","shasum":"bd6ca7f637720441f812370363e2ae67426fb42f","tarball":"https://registry.npmjs.org/npm/-/npm-8.18.0.tgz","fileCount":1906,"unpackedSize":9752652,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDK3T0Hm4b0VaX/BhDq6R3BICdwidKt/J8b63mrI+obaAiEA5AX1Ovv7ADRJYP4zvaYwWkypchtwUjUZsBq5a1FfKvc="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi/U+5ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpnZxAAmV5z110WPrKO1wzjRQzQfhKZnrOReamX7PnVWArCP7yqJflT\r\nBSasBqINwz3YAkgjzpeQ50LIV0D/IEF2hXFJwUtxqG+tuOjGwPpXAr2dZiyW\r\nkRezEBtShGVQbR8gOnXGDllpm4R4tIq1jlVi/5WkEuapcbse4T9hoHyCmKoY\r\n+bIlTEBt+OCB5vkLp2jjQbhCUZza+1uObcfo6pAqHdg8eTBePkFjXJVuELyl\r\nQM0RLdmqAdHDw0TRLRF9IzIzFMafGOExqRDfii6H1mORtTrXUDDIoLy7svtZ\r\n95Qc/Gpi1j9WVAcMu4/GhyQQ99h/LHJyEwZm/+rAQNhIFqdpTS1diq311H4t\r\ns63IoJzfZ9QmCMbIBZqand2q1l4BpUBNpGT8/ElCkfe+tCtb8YgwaJZ4Iknq\r\nX6pjIsEdlLP385RGnI4J3q4fakRivo8dQZymeTUxTtrcOgPjdBVEX8m99Hot\r\n2EMt2hBOYZqKXNh7rHgo+hOP24TX8RlsxsE0UEW+ir5SnkLSlJrNLt+l1zUc\r\nEoT+ApKC2YQ9sKaw+cnHU+RCSEryVQkZJ7XKrRhHXbQ2Ecd9M3CPRSS8ztq+\r\nWQRLMT/e6LsmhBm+/xRMwWxnWzxGieFLo+XIQBJWAU9AeFU0kzPMI7t2/Z2R\r\nLRGxz7sNOe/pbME7prziop5WGqfYK3viha0=\r\n=LKeX\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":"^12.13.0 || ^14.15.0 || >=16"}},"8.19.0":{"name":"npm","version":"8.19.0","dependencies":{"@isaacs/string-locale-compare":"^1.1.0","@npmcli/arborist":"^5.6.1","@npmcli/ci-detect":"^2.0.0","@npmcli/config":"^4.2.1","@npmcli/fs":"^2.1.0","@npmcli/map-workspaces":"^2.0.3","@npmcli/package-json":"^2.0.0","@npmcli/run-script":"^4.2.1","abbrev":"~1.1.1","archy":"~1.0.0","cacache":"^16.1.3","chalk":"^4.1.2","chownr":"^2.0.0","cli-columns":"^4.0.0","cli-table3":"^0.6.2","columnify":"^1.6.0","fastest-levenshtein":"^1.0.12","glob":"^8.0.1","graceful-fs":"^4.2.10","hosted-git-info":"^5.1.0","ini":"^3.0.1","init-package-json":"^3.0.2","is-cidr":"^4.0.2","json-parse-even-better-errors":"^2.3.1","libnpmaccess":"^6.0.4","libnpmdiff":"^4.0.5","libnpmexec":"^4.0.12","libnpmfund":"^3.0.3","libnpmhook":"^8.0.4","libnpmorg":"^4.0.4","libnpmpack":"^4.1.3","libnpmpublish":"^6.0.5","libnpmsearch":"^5.0.4","libnpmteam":"^4.0.4","libnpmversion":"^3.0.7","make-fetch-happen":"^10.2.0","minipass":"^3.1.6","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^9.1.0","nopt":"^6.0.0","npm-audit-report":"^3.0.0","npm-install-checks":"^5.0.0","npm-package-arg":"^9.1.0","npm-pick-manifest":"^7.0.2","npm-profile":"^6.2.0","npm-registry-fetch":"^13.3.1","npm-user-validate":"^1.0.1","npmlog":"^6.0.2","opener":"^1.5.2","p-map":"^4.0.0","pacote":"^13.6.2","parse-conflict-json":"^2.0.2","proc-log":"^2.0.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^5.0.2","read-package-json-fast":"^2.0.3","readdir-scoped-modules":"^1.1.0","rimraf":"^3.0.2","semver":"^7.3.7","ssri":"^9.0.1","tar":"^6.1.11","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^2.0.0","validate-npm-package-name":"^4.0.0","which":"^2.0.2","write-file-atomic":"^4.0.1","@npmcli/promise-spawn":"*","fs-minipass":"*","minimatch":"*"},"devDependencies":{"@npmcli/eslint-config":"^3.1.0","@npmcli/promise-spawn":"^3.0.0","@npmcli/template-oss":"3.8.0","fs-minipass":"^2.1.0","licensee":"^8.2.0","minimatch":"^5.1.0","nock":"^13.2.4","spawk":"^1.7.1","tap":"^16.0.1"},"bundleDependencies":["@isaacs/string-locale-compare","@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/fs","@npmcli/map-workspaces","@npmcli/package-json","@npmcli/promise-spawn","@npmcli/run-script","abbrev","archy","cacache","chalk","chownr","cli-columns","cli-table3","columnify","fastest-levenshtein","fs-minipass","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minimatch","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-install-checks","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","p-map","pacote","parse-conflict-json","proc-log","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-Af+oxQyq+ZY0M3ygaXs4T4DVbN8HU0XjLMK9ghXLh48u16OQoEYXazx8miUM2h1qLMgTuEwhhuVlCNDkKLOcmg==","shasum":"8eeea241ca0daa79ad6a95e875d704526a267847","tarball":"https://registry.npmjs.org/npm/-/npm-8.19.0.tgz","fileCount":1917,"unpackedSize":9809298,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIARLYWAvFYECNWSDN/3bmc5myRDlcCfZumBZNQngd5dlAiBnvFWrMT8k3Ek9sdnv/DmM6yrx6pWmvHZ/4FUtTonEag=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjD+YaACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrcJRAAj1agjtLa6y2w/ZyuMLIKjfwN7WvubYMQpnPib6/y271zmJ7x\r\nSqm/eVpVF4f7tEPMUlk5pDDm3LSseUvwxkGDdt7wq+TRTfpDDxT6+XqqRY7T\r\nDsw05K9CgKwgXn5ICvxA/1yMPxdU62cmN3IgkiOkOJ684/fLGfpc4MpJ6R5M\r\nEWmhELx3m5180UfqBz88/9QTz/GpupDJ9l49jd9sMkGwwW5HKQKj1mrT7d7q\r\nyFYilbgWW2yOiPlPluEXCaPLqZww8PWg2SyOgtnL67/QlL2LVuOLO8JVTkkk\r\nFjzfxBW7Uxr2JWajgv9JF9Xvhc3uD0gZEmoE41V3swrGp3x3dCajZjWy8nGh\r\n4lG88aKPT7TrC/aitH3QP9Y06tqG0+ZZsHGqZE/e1YCLEtxEAlfyINQiqyvg\r\nH33/6okXHQ3KKlcadjh6G8LOWDbagkZEWvi9eYon8h+p7xZ9teZB+pICI1/b\r\n0aWx4BTGH6vuBAE+Z/O2QzlXrAuE1daEnZUeetcgti/EIzD0O+NmKoXsJ8vS\r\nRcJRYouo5d+SxT/okdufYT5KW1/dYRs+xmfeidaPRSLhONhFqMOWrAtaYbco\r\n9K0OD27P1+AP2WUXPU9JCtUmzEExtEKSJ/EE4WYV0zxM6pMuukeCFBjF2kXv\r\nvHEJRE9Pe8NBfpzkvUf433c96vbPWikVTO4=\r\n=R3FC\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":"^12.13.0 || ^14.15.0 || >=16"}},"8.19.1":{"name":"npm","version":"8.19.1","dependencies":{"@isaacs/string-locale-compare":"^1.1.0","@npmcli/arborist":"^5.6.1","@npmcli/ci-detect":"^2.0.0","@npmcli/config":"^4.2.1","@npmcli/fs":"^2.1.0","@npmcli/map-workspaces":"^2.0.3","@npmcli/package-json":"^2.0.0","@npmcli/run-script":"^4.2.1","abbrev":"~1.1.1","archy":"~1.0.0","cacache":"^16.1.3","chalk":"^4.1.2","chownr":"^2.0.0","cli-columns":"^4.0.0","cli-table3":"^0.6.2","columnify":"^1.6.0","fastest-levenshtein":"^1.0.12","glob":"^8.0.1","graceful-fs":"^4.2.10","hosted-git-info":"^5.1.0","ini":"^3.0.1","init-package-json":"^3.0.2","is-cidr":"^4.0.2","json-parse-even-better-errors":"^2.3.1","libnpmaccess":"^6.0.4","libnpmdiff":"^4.0.5","libnpmexec":"^4.0.12","libnpmfund":"^3.0.3","libnpmhook":"^8.0.4","libnpmorg":"^4.0.4","libnpmpack":"^4.1.3","libnpmpublish":"^6.0.5","libnpmsearch":"^5.0.4","libnpmteam":"^4.0.4","libnpmversion":"^3.0.7","make-fetch-happen":"^10.2.0","minipass":"^3.1.6","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^9.1.0","nopt":"^6.0.0","npm-audit-report":"^3.0.0","npm-install-checks":"^5.0.0","npm-package-arg":"^9.1.0","npm-pick-manifest":"^7.0.2","npm-profile":"^6.2.0","npm-registry-fetch":"^13.3.1","npm-user-validate":"^1.0.1","npmlog":"^6.0.2","opener":"^1.5.2","p-map":"^4.0.0","pacote":"^13.6.2","parse-conflict-json":"^2.0.2","proc-log":"^2.0.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^5.0.2","read-package-json-fast":"^2.0.3","readdir-scoped-modules":"^1.1.0","rimraf":"^3.0.2","semver":"^7.3.7","ssri":"^9.0.1","tar":"^6.1.11","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^2.0.0","validate-npm-package-name":"^4.0.0","which":"^2.0.2","write-file-atomic":"^4.0.1","@npmcli/promise-spawn":"*","fs-minipass":"*","minimatch":"*"},"devDependencies":{"@npmcli/eslint-config":"^3.1.0","@npmcli/promise-spawn":"^3.0.0","@npmcli/template-oss":"3.8.1","fs-minipass":"^2.1.0","licensee":"^8.2.0","minimatch":"^5.1.0","nock":"^13.2.4","spawk":"^1.7.1","tap":"^16.0.1"},"bundleDependencies":["@isaacs/string-locale-compare","@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/fs","@npmcli/map-workspaces","@npmcli/package-json","@npmcli/promise-spawn","@npmcli/run-script","abbrev","archy","cacache","chalk","chownr","cli-columns","cli-table3","columnify","fastest-levenshtein","fs-minipass","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minimatch","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-install-checks","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","p-map","pacote","parse-conflict-json","proc-log","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-FtWzipzng+NmtTQDXSCvA9D7H4d7vkA7ciahmY89fGK/Eo95pbnKn0hatEUfomj1jUDEXvAEi/tKiQ2nrAc7Jg==","shasum":"78bfc5fc1b7bc36881a2d9d1f2c93ad0246f31e5","tarball":"https://registry.npmjs.org/npm/-/npm-8.19.1.tgz","fileCount":1906,"unpackedSize":9366072,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICADajrQ+UtuBTH9jISfHqjQ6Txw/Uv9x4t8kPBFr7mbAiEA/YMU4C6MWMqo2W4OM+Mb45VQ0qqO6MFb5TKgjCk1ykQ="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjETTCACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrVPw//Ue/RL64g/FPtP6ZMVIKGZU+Lsa0p8oYnVtfKnhOUShkMTVFX\r\nytoL7+LIvYLBcCd1o6nCvBejlnoAGry3QsSm9mh4ekPbTL9CTsouAZnHl4mL\r\npMN/Yr0y6YozZx8X1HLIpVCNdz3YW+8xZiersA244saANriZXPxk4lfPzHy6\r\neN6BZ+4DpSmb6XTrbqrgUXmNiz3GaG4n+yzMAoP6PHqcslwFVzl9N2f8xnBT\r\n2kqunFsr4XGQeUHf8jr1aVruJzjr2Vvy/FrfAQzkQ9i3RLdV0+Tfvqz28Dny\r\n/QFyAMq2KXLtFdJhW18v8FwwIeZERa9YhBd0DkZBXs9XxDZ5ZsjfvhF8goZe\r\nFCt+O+YQHcGhqkyEFGL3SKRM/zgcs3luG5UgYMcuEPETLeQLC0LWWXauBEy2\r\nGaAzNsUWZ6wD6oR+21l/wEVnSRYCB2cH0JaIMhDQorHnNgbBck0O/5CHlcTB\r\nZXGGznHxuFe+o44dXvAvugO44go3s8tKG9KxNJcvNiNGQZsVMsq+dGfhdMBr\r\nh57WYNAFUGygkG61cY2vLVA/MR2hmAvN/kauv8cAJj6EDNtx0DhOesmqbbLc\r\n7pmgZZetzcHxBCircD5ZJCPS0ictSnKwALTZtx55Yy3gKSqxN3AZEa2kz8f3\r\ntiFjeTClD8TiTgAno8tmJeS5cgU44BwIm7E=\r\n=/Qvk\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":"^12.13.0 || ^14.15.0 || >=16"}},"9.0.0-pre.0":{"name":"npm","version":"9.0.0-pre.0","dependencies":{"@isaacs/string-locale-compare":"^1.1.0","@npmcli/arborist":"^6.0.0-pre.0","@npmcli/ci-detect":"^2.0.0","@npmcli/config":"^4.2.1","@npmcli/fs":"^2.1.0","@npmcli/map-workspaces":"^2.0.3","@npmcli/package-json":"^2.0.0","@npmcli/run-script":"^4.2.1","abbrev":"~1.1.1","archy":"~1.0.0","cacache":"^16.1.3","chalk":"^4.1.2","chownr":"^2.0.0","cli-columns":"^4.0.0","cli-table3":"^0.6.2","columnify":"^1.6.0","fastest-levenshtein":"^1.0.12","glob":"^8.0.1","graceful-fs":"^4.2.10","hosted-git-info":"^5.1.0","ini":"^3.0.1","init-package-json":"^3.0.2","is-cidr":"^4.0.2","json-parse-even-better-errors":"^2.3.1","libnpmaccess":"^7.0.0-pre.0","libnpmdiff":"^5.0.0-pre.0","libnpmexec":"^5.0.0-pre.0","libnpmfund":"^4.0.0-pre.0","libnpmhook":"^9.0.0-pre.0","libnpmorg":"^5.0.0-pre.0","libnpmpack":"^5.0.0-pre.0","libnpmpublish":"^7.0.0-pre.0","libnpmsearch":"^6.0.0-pre.0","libnpmteam":"^5.0.0-pre.0","libnpmversion":"^4.0.0-pre.0","make-fetch-happen":"^10.2.0","minipass":"^3.1.6","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^9.1.0","nopt":"^6.0.0","npm-audit-report":"^3.0.0","npm-install-checks":"^5.0.0","npm-package-arg":"^9.1.0","npm-pick-manifest":"^7.0.2","npm-profile":"^6.2.0","npm-registry-fetch":"^13.3.1","npm-user-validate":"^1.0.1","npmlog":"^6.0.2","opener":"^1.5.2","p-map":"^4.0.0","pacote":"^13.6.2","parse-conflict-json":"^2.0.2","proc-log":"^2.0.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^5.0.2","read-package-json-fast":"^2.0.3","readdir-scoped-modules":"^1.1.0","rimraf":"^3.0.2","semver":"^7.3.7","ssri":"^9.0.1","tar":"^6.1.11","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^2.0.0","validate-npm-package-name":"^4.0.0","which":"^2.0.2","write-file-atomic":"^4.0.1","@npmcli/promise-spawn":"*","fs-minipass":"*","minimatch":"*"},"devDependencies":{"@npmcli/eslint-config":"^3.1.0","@npmcli/promise-spawn":"^3.0.0","@npmcli/template-oss":"4.0.0","fs-minipass":"^2.1.0","licensee":"^8.2.0","minimatch":"^5.1.0","nock":"^13.2.4","spawk":"^1.7.1","tap":"^16.0.1"},"bundleDependencies":["@isaacs/string-locale-compare","@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/fs","@npmcli/map-workspaces","@npmcli/package-json","@npmcli/promise-spawn","@npmcli/run-script","abbrev","archy","cacache","chalk","chownr","cli-columns","cli-table3","columnify","fastest-levenshtein","fs-minipass","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minimatch","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-install-checks","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","p-map","pacote","parse-conflict-json","proc-log","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-AURwChJCg993xfhW/0d1rqyXIiUKKZpX9W2BOSwORGXteE00JHRBwpgHhxQaBWJFKNu9b4GkJzGJU9O9+ukjuw==","shasum":"73cb053cf10b3d9165e6dfcec14979f76a3f0704","tarball":"https://registry.npmjs.org/npm/-/npm-9.0.0-pre.0.tgz","fileCount":1912,"unpackedSize":9769558,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGUV3rr7jdn7so+EggS+66HAUrWKBYbEUv0X6GOFFPYuAiAQyU8RAOimxr0gi7PZEedetI1zcTflSZIY0PGjGikYBQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjH1LlACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrBMg//YfU7ND08/FPzTV77Xutcg/IWl4v2URpVcjQtb3HXz9+rDT44\r\nXHqJtO3dhLGRZD6/hpTswT5Vi+ln95AY5/GG17Kzp0tjZPtsjnpItF6SH4kQ\r\nO18gSuoma8PdUi0YvLUr4HCAPaRPV2hcERYkUIwmFk68QkpLjPblgSAPQcmx\r\nUZkLkz3bR2xGfLJ22lQQFWP5Zq9ygCskwyas2oMoVFzAl62Dab4pG1t53N7s\r\nNPLSVVEDifF8Sr1v6GOwb+0wcVSF9rPX2zp9pW8vL4YEVT3JDKumY2Em/HSq\r\nYMcaAQwEzSAZ7rAfxHGnTHzOflLwZuLGE3yD1AjQC8HZOy3XGC4qoTBHYxed\r\n4tpC90FeKMbniwGvpBahkKThLzdoeG6TIPnXEjmccejBlae6CvdWJyJCaT7z\r\nwMRxWaTFBWjwtLpLkFohxu6gLvhNlmfyRRelF4zgZf1nejHylivS59D67L/X\r\nOqtqd5NosLLwqqC8sttfaC2wQvkp9xeZyfFAChndpJUpY5ljnwL7vF8cvjQ7\r\nbcQlhj2NuMNOH/ErM1rlF6QXwVuR26lsTjeCiT75lYrlMaFbI7gDcVcguBsn\r\nLj2mBuKPagxv0Q8Dg6hJj5BkCLSWqp0njDxtNTXO1X+QfgcnuAEnT0tqpzHG\r\n7kLm3TVsB2nLD+mjS0isBWBdufo/NopzatQ=\r\n=WjBA\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":"^14.17.0 || ^16.13.0 || >=18.0.0"}},"8.19.2":{"name":"npm","version":"8.19.2","dependencies":{"@isaacs/string-locale-compare":"^1.1.0","@npmcli/arborist":"^5.6.2","@npmcli/ci-detect":"^2.0.0","@npmcli/config":"^4.2.1","@npmcli/fs":"^2.1.0","@npmcli/map-workspaces":"^2.0.3","@npmcli/package-json":"^2.0.0","@npmcli/run-script":"^4.2.1","abbrev":"~1.1.1","archy":"~1.0.0","cacache":"^16.1.3","chalk":"^4.1.2","chownr":"^2.0.0","cli-columns":"^4.0.0","cli-table3":"^0.6.2","columnify":"^1.6.0","fastest-levenshtein":"^1.0.12","glob":"^8.0.1","graceful-fs":"^4.2.10","hosted-git-info":"^5.1.0","ini":"^3.0.1","init-package-json":"^3.0.2","is-cidr":"^4.0.2","json-parse-even-better-errors":"^2.3.1","libnpmaccess":"^6.0.4","libnpmdiff":"^4.0.5","libnpmexec":"^4.0.13","libnpmfund":"^3.0.4","libnpmhook":"^8.0.4","libnpmorg":"^4.0.4","libnpmpack":"^4.1.3","libnpmpublish":"^6.0.5","libnpmsearch":"^5.0.4","libnpmteam":"^4.0.4","libnpmversion":"^3.0.7","make-fetch-happen":"^10.2.0","minipass":"^3.1.6","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^9.1.0","nopt":"^6.0.0","npm-audit-report":"^3.0.0","npm-install-checks":"^5.0.0","npm-package-arg":"^9.1.0","npm-pick-manifest":"^7.0.2","npm-profile":"^6.2.0","npm-registry-fetch":"^13.3.1","npm-user-validate":"^1.0.1","npmlog":"^6.0.2","opener":"^1.5.2","p-map":"^4.0.0","pacote":"^13.6.2","parse-conflict-json":"^2.0.2","proc-log":"^2.0.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^5.0.2","read-package-json-fast":"^2.0.3","readdir-scoped-modules":"^1.1.0","rimraf":"^3.0.2","semver":"^7.3.7","ssri":"^9.0.1","tar":"^6.1.11","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^2.0.0","validate-npm-package-name":"^4.0.0","which":"^2.0.2","write-file-atomic":"^4.0.1","@npmcli/promise-spawn":"*","fs-minipass":"*","minimatch":"*"},"devDependencies":{"@npmcli/eslint-config":"^3.1.0","@npmcli/promise-spawn":"^3.0.0","@npmcli/template-oss":"4.1.1","fs-minipass":"^2.1.0","licensee":"^8.2.0","minimatch":"^5.1.0","nock":"^13.2.4","spawk":"^1.7.1","tap":"^16.0.1"},"bundleDependencies":["@isaacs/string-locale-compare","@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/fs","@npmcli/map-workspaces","@npmcli/package-json","@npmcli/promise-spawn","@npmcli/run-script","abbrev","archy","cacache","chalk","chownr","cli-columns","cli-table3","columnify","fastest-levenshtein","fs-minipass","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minimatch","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-install-checks","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","p-map","pacote","parse-conflict-json","proc-log","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-MWkISVv5f7iZbfNkry5/5YBqSYJEDAKSJdL+uzSQuyLg+hgLQUyZynu3SH6bOZlvR9ZvJYk2EiJO6B1r+ynwHg==","shasum":"db90e88584d065f51b069ab46b4f02f5cf4898b7","tarball":"https://registry.npmjs.org/npm/-/npm-8.19.2.tgz","fileCount":1915,"unpackedSize":9765475,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEtY+usbDraQNIBvFb0MhLzb2FC8K5trgFTTVMxl3G17AiBlZr5T8w19rWCMCsdTjvY4LtAohHP6SixII4u7XA5NTQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjIQ4BACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr4Vw/9GIbmNplvmh+Go1g3Vz6Fscb7MxAaOn+r4MaQtRBcB2gyx5S8\r\nodTZYfqxhE1KR4OEckK9inciuBllAhADgimnGESwpGSkUgxf+xbGgToKKtGM\r\ny60ZP+1IHCGdYJTEbl1FF2pG+IsxSsCgJt0VlLCLIgq4P05zQEUhHX24M7zF\r\nKns12h4KiAxz6ol2+qvuTSWrJRVqx+c4byCK15jaHPXe15CqZ9CoFQvv7J4Z\r\nlhTHpuHdtH9W6DTaF0WSJFWrhVInW8a5tLr+R90B8ObBils/ekbWXDB0tcCV\r\nCYJn1cTv7Q53/F14x6aciCdC/7hFyeuUAdbPr0yUevRpfkVkHw4+4iREzEnV\r\nkzUjQ47ImBnUujVJIld7ipKAYOerl9lSGdPmo/2kgfKsVunfhuTXeiW1nCui\r\nPKMYCofFICVnNvq1ohQ51wVwTDpn01xK0CNZWB6alOcrlP0G3R2hduu0ZLiO\r\ntMWSK4hcP57QftBz5afmS4qL9VDMADjYEyBTtlu0+qxQQ1n70U6QaWQrOm24\r\nVVXjuTMTo3wWpv2tJr9xrnoyh//T4AZik5iIu5Gb8YwzT4xw0Q03WN7wp9gs\r\nApmuy9gl+M9JNjLCEoTXJhT7KACCZJSs3tkU4wiEIpm+xKIy4FOJocmJzciD\r\nnP+xh8nIDQ99mRYzVKmjtJkzCtTcFMbK5Qo=\r\n=lTXb\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":"^12.13.0 || ^14.15.0 || >=16"}},"9.0.0-pre.1":{"name":"npm","version":"9.0.0-pre.1","dependencies":{"@isaacs/string-locale-compare":"^1.1.0","@npmcli/arborist":"^6.0.0-pre.1","@npmcli/ci-detect":"^2.0.0","@npmcli/config":"^4.2.1","@npmcli/fs":"^2.1.0","@npmcli/map-workspaces":"^2.0.3","@npmcli/package-json":"^2.0.0","@npmcli/run-script":"^4.2.1","abbrev":"~1.1.1","archy":"~1.0.0","cacache":"^16.1.3","chalk":"^4.1.2","chownr":"^2.0.0","cli-columns":"^4.0.0","cli-table3":"^0.6.2","columnify":"^1.6.0","fastest-levenshtein":"^1.0.12","glob":"^8.0.1","graceful-fs":"^4.2.10","hosted-git-info":"^5.1.0","ini":"^3.0.1","init-package-json":"^3.0.2","is-cidr":"^4.0.2","json-parse-even-better-errors":"^2.3.1","libnpmaccess":"^7.0.0-pre.1","libnpmdiff":"^5.0.0-pre.0","libnpmexec":"^5.0.0-pre.1","libnpmfund":"^4.0.0-pre.1","libnpmhook":"^9.0.0-pre.0","libnpmorg":"^5.0.0-pre.0","libnpmpack":"^5.0.0-pre.0","libnpmpublish":"^7.0.0-pre.0","libnpmsearch":"^6.0.0-pre.0","libnpmteam":"^5.0.0-pre.0","libnpmversion":"^4.0.0-pre.0","make-fetch-happen":"^10.2.0","minipass":"^3.1.6","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^9.1.0","nopt":"^6.0.0","npm-audit-report":"^3.0.0","npm-install-checks":"^5.0.0","npm-package-arg":"^9.1.0","npm-pick-manifest":"^7.0.2","npm-profile":"^6.2.0","npm-registry-fetch":"^13.3.1","npm-user-validate":"^1.0.1","npmlog":"^6.0.2","opener":"^1.5.2","p-map":"^4.0.0","pacote":"^13.6.2","parse-conflict-json":"^2.0.2","proc-log":"^2.0.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^5.0.2","read-package-json-fast":"^2.0.3","readdir-scoped-modules":"^1.1.0","rimraf":"^3.0.2","semver":"^7.3.7","ssri":"^9.0.1","tar":"^6.1.11","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^2.0.0","validate-npm-package-name":"^4.0.0","which":"^2.0.2","write-file-atomic":"^4.0.1","@npmcli/promise-spawn":"*","fs-minipass":"*","minimatch":"*"},"devDependencies":{"@npmcli/eslint-config":"^3.1.0","@npmcli/promise-spawn":"^3.0.0","@npmcli/template-oss":"4.1.2","fs-minipass":"^2.1.0","licensee":"^8.2.0","minimatch":"^5.1.0","nock":"^13.2.4","spawk":"^1.7.1","tap":"^16.0.1"},"bundleDependencies":["@isaacs/string-locale-compare","@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/fs","@npmcli/map-workspaces","@npmcli/package-json","@npmcli/promise-spawn","@npmcli/run-script","abbrev","archy","cacache","chalk","chownr","cli-columns","cli-table3","columnify","fastest-levenshtein","fs-minipass","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minimatch","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-install-checks","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","p-map","pacote","parse-conflict-json","proc-log","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-vsSgXGc4/sogKvPE3BQuRzrci0Gx1ddlfV8DJCDifaiMXYw42edXpNpDr/4tmy7Yv/KRQqMDBSAMp4FrMleHug==","shasum":"ac53d966259fa67fae60d41681fc291f46c391e0","tarball":"https://registry.npmjs.org/npm/-/npm-9.0.0-pre.1.tgz","fileCount":1912,"unpackedSize":9764184,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCrWgOVI7Gv721SOkhrI7CJsjgEl4x4X11qbKgQDiL9gQIgX+qLYJ+JlFpxXVVNc24DKnvOrD39XLdfX1hedKF1Pos="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjImgAACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpw0RAAo8u65FVr5V8BxTncXJNsmUAD0CxcmOs0IeaPKQ5uBRgqe5Hi\r\npeq/Fq8qvojLkCMg4o4STxIdkffCpfEV8Cjv9NXXkjuQvgZdjedomqZtfhaV\r\nqp/fLJCrZ78+z6srCrHS9Cvt53oVHhpOfjh4wT9P4WlIfiRUGjEVAUaRCF0l\r\nmb9RyrbZV5jEZxgmQ5g1DaMfchlxiPG8RJlYCeTvF+gRunvwhS/Uv5VMflPr\r\n0Tcf+nJkaE2jLI2t2boa3DtA89s7zE3bhV8Kb8m7axNYfKad0Xnidt5qa7ct\r\nLYZKurAFEPT68APmFd0swyA8xBAK8yVL/oHGCtVC+1rld7IYJbNFzmfuzhxP\r\nQf7mnlL2g0dbfnn+/KC8LiLUg+YIsAZBilwhBMsBZZIlpb5ZqRpGXcBzuVin\r\nE/VWU5gdlKkOckr7n5/GSe6THIPFz1iz9RLxGUV00K4saXv7nggbb+A2pztc\r\nAAazV46i9U8viqEaqBzCMiSpOUSwVSjlE+0cKVO+ardyMOW2plph1dKEnUVk\r\nG9rlRAVdmuOJxi8LREUlKFAj+wxTc7PjKFVVsRddPno6undqiPCK+gbhtXfk\r\niFvU7z9LKmIE3OHF87hygynoqAN2AYou2YKCaYBDWM+Q7Co0ETGZJCjmxRyR\r\ng+tUnMRzETj64Qj4cJc0XTurdLKV7LCXJYw=\r\n=HT0p\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":"^14.17.0 || ^16.13.0 || >=18.0.0"}},"9.0.0-pre.2":{"name":"npm","version":"9.0.0-pre.2","dependencies":{"@isaacs/string-locale-compare":"^1.1.0","@npmcli/arborist":"^6.0.0-pre.2","@npmcli/ci-detect":"^2.0.0","@npmcli/config":"^4.2.1","@npmcli/fs":"^2.1.0","@npmcli/map-workspaces":"^2.0.3","@npmcli/package-json":"^2.0.0","@npmcli/run-script":"^4.2.1","abbrev":"~1.1.1","archy":"~1.0.0","cacache":"^16.1.3","chalk":"^4.1.2","chownr":"^2.0.0","cli-columns":"^4.0.0","cli-table3":"^0.6.2","columnify":"^1.6.0","fastest-levenshtein":"^1.0.12","glob":"^8.0.1","graceful-fs":"^4.2.10","hosted-git-info":"^5.1.0","ini":"^3.0.1","init-package-json":"^3.0.2","is-cidr":"^4.0.2","json-parse-even-better-errors":"^2.3.1","libnpmaccess":"^7.0.0-pre.1","libnpmdiff":"^5.0.0-pre.0","libnpmexec":"^5.0.0-pre.2","libnpmfund":"^4.0.0-pre.2","libnpmhook":"^9.0.0-pre.0","libnpmorg":"^5.0.0-pre.0","libnpmpack":"^5.0.0-pre.0","libnpmpublish":"^7.0.0-pre.0","libnpmsearch":"^6.0.0-pre.0","libnpmteam":"^5.0.0-pre.0","libnpmversion":"^4.0.0-pre.0","make-fetch-happen":"^10.2.0","minipass":"^3.1.6","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^9.1.0","nopt":"^6.0.0","npm-audit-report":"^3.0.0","npm-install-checks":"^5.0.0","npm-package-arg":"^9.1.0","npm-pick-manifest":"^7.0.2","npm-profile":"^6.2.0","npm-registry-fetch":"^13.3.1","npm-user-validate":"^1.0.1","npmlog":"^6.0.2","opener":"^1.5.2","p-map":"^4.0.0","pacote":"^13.6.2","parse-conflict-json":"^2.0.2","proc-log":"^2.0.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^5.0.2","read-package-json-fast":"^2.0.3","readdir-scoped-modules":"^1.1.0","rimraf":"^3.0.2","semver":"^7.3.7","ssri":"^9.0.1","tar":"^6.1.11","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^2.0.0","validate-npm-package-name":"^4.0.0","which":"^2.0.2","write-file-atomic":"^4.0.1","@npmcli/promise-spawn":"*","fs-minipass":"*","minimatch":"*"},"devDependencies":{"@npmcli/eslint-config":"^3.1.0","@npmcli/promise-spawn":"^3.0.0","@npmcli/template-oss":"4.4.1","@octokit/rest":"^19.0.4","fs-minipass":"^2.1.0","licensee":"^8.2.0","minimatch":"^5.1.0","nock":"^13.2.4","spawk":"^1.7.1","tap":"^16.0.1"},"bundleDependencies":["@isaacs/string-locale-compare","@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/fs","@npmcli/map-workspaces","@npmcli/package-json","@npmcli/promise-spawn","@npmcli/run-script","abbrev","archy","cacache","chalk","chownr","cli-columns","cli-table3","columnify","fastest-levenshtein","fs-minipass","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minimatch","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-install-checks","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","p-map","pacote","parse-conflict-json","proc-log","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-EZjQhBKnt0scKYz3Zck5Cc+NgTwGBB6SWuX3XVYFvCkKri4OdTcTEk830gLAgufqt9fuMUR76o/I4lkim4l5QA==","shasum":"6296969e8f2d480445b521ebdbda14837e592698","tarball":"https://registry.npmjs.org/npm/-/npm-9.0.0-pre.2.tgz","fileCount":1835,"unpackedSize":8832979,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQChltZ4Ed4bItC074YzwZp6AHigHZw1nvROTgbIbAo0tQIgF8LwnOJOIIO6YvMTNvn6i69c7oCz7BxIFXXm+AmS5K8="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjLUtRACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqP7A//ZXV38WMWQiFSraF+bJ4cg8SJNfk02ewIJi/j3NK8Gb+mwImN\r\nvqHuW9zJr6NLWj4XZhvwY4DnuYTgzcpt+a721sY6mhHVEtVdCL79D/vLgCHx\r\nTl7i+iNjMHRP9P9fBpJJga5h54KcnNt/eHAR7S6DW0fOFx8K3EjUbDPr9g3+\r\n82ndkpkZqfMYwabxmbm5iRpH8YfBb7AdOLN8k/uW8fXJvZGwRBzhJ5esRlVH\r\nPwcnaiQYWLtBCNWaaP0f6mxOfDp5V9AYlSHlWHwvwV8IGA+9yIlQ2pBAyTxJ\r\nV8CVecDoICpgGZo/RUrTjh/MFPPZEdVPwEBTUiMPtm6MU4zkqcCBh4wEkc+A\r\njJlArHxAF4DjQQI4WqEjhtmDTJwha31eIY3nGPjZfXG8rl5fROT5jO0CXznQ\r\ncNlX2LAp/LAmwqtCnJK9bBtvlbZOZlfyUPbD3aOiXGwuKjUZZ0wP6PVIN0uC\r\nKWcnya8GYsNCwORyakM1KeEJoh1F1X+bgNjSLwDoJnOM4ta21NhRw1EOE5jK\r\nnI9etUhDjqubA8qXMtaj0JvGUIfJfWYyv5hoAK17ODjpIdkrOItu4/fG+N0b\r\nqT3uCQOkhFxM19/5U5P2kyXnYp5GZ3WiFjdJtDf5goo7qFHmotZy/F+V9938\r\nqoWx8d+LobRGrP0KC0yUbzV9d1HeZYu/sRo=\r\n=BflL\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":"^14.17.0 || ^16.13.0 || >=18.0.0"}},"9.0.0-pre.3":{"name":"npm","version":"9.0.0-pre.3","dependencies":{"@isaacs/string-locale-compare":"^1.1.0","@npmcli/arborist":"^6.0.0-pre.3","@npmcli/ci-detect":"^2.0.0","@npmcli/config":"^4.2.1","@npmcli/fs":"^2.1.0","@npmcli/map-workspaces":"^2.0.3","@npmcli/package-json":"^2.0.0","@npmcli/run-script":"^4.2.1","abbrev":"~1.1.1","archy":"~1.0.0","cacache":"^16.1.3","chalk":"^4.1.2","chownr":"^2.0.0","cli-columns":"^4.0.0","cli-table3":"^0.6.2","columnify":"^1.6.0","fastest-levenshtein":"^1.0.12","glob":"^8.0.1","graceful-fs":"^4.2.10","hosted-git-info":"^5.1.0","ini":"^3.0.1","init-package-json":"^3.0.2","is-cidr":"^4.0.2","json-parse-even-better-errors":"^2.3.1","libnpmaccess":"^7.0.0-pre.1","libnpmdiff":"^5.0.0-pre.1","libnpmexec":"^5.0.0-pre.3","libnpmfund":"^4.0.0-pre.3","libnpmhook":"^9.0.0-pre.0","libnpmorg":"^5.0.0-pre.0","libnpmpack":"^5.0.0-pre.1","libnpmpublish":"^7.0.0-pre.1","libnpmsearch":"^6.0.0-pre.0","libnpmteam":"^5.0.0-pre.0","libnpmversion":"^4.0.0-pre.0","make-fetch-happen":"^10.2.0","minipass":"^3.1.6","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^9.1.0","nopt":"^6.0.0","npm-audit-report":"^3.0.0","npm-install-checks":"^5.0.0","npm-package-arg":"^9.1.2","npm-pick-manifest":"^7.0.2","npm-profile":"^6.2.0","npm-registry-fetch":"^13.3.1","npm-user-validate":"^1.0.1","npmlog":"^6.0.2","opener":"^1.5.2","p-map":"^4.0.0","pacote":"^14.0.0-pre.3","parse-conflict-json":"^2.0.2","proc-log":"^2.0.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^5.0.2","read-package-json-fast":"^2.0.3","readdir-scoped-modules":"^1.1.0","rimraf":"^3.0.2","semver":"^7.3.7","ssri":"^9.0.1","tar":"^6.1.11","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^2.0.0","validate-npm-package-name":"^4.0.0","which":"^2.0.2","write-file-atomic":"^4.0.1","@npmcli/promise-spawn":"*","fs-minipass":"*","minimatch":"*"},"devDependencies":{"@npmcli/eslint-config":"^3.1.0","@npmcli/promise-spawn":"^3.0.0","@npmcli/template-oss":"4.4.1","@octokit/rest":"^19.0.4","fs-minipass":"^2.1.0","licensee":"^8.2.0","minimatch":"^5.1.0","nock":"^13.2.4","spawk":"^1.7.1","tap":"^16.0.1"},"bundleDependencies":["@isaacs/string-locale-compare","@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/fs","@npmcli/map-workspaces","@npmcli/package-json","@npmcli/promise-spawn","@npmcli/run-script","abbrev","archy","cacache","chalk","chownr","cli-columns","cli-table3","columnify","fastest-levenshtein","fs-minipass","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minimatch","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-install-checks","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","p-map","pacote","parse-conflict-json","proc-log","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-EYSDCDCm9/YZ9aMK9H/41JJc/BcWdyhbBt4jziZovBoLKoAI+96HmuptjiwoTSyOL4mLNX9DNhwaGXRewstEsQ==","shasum":"6fbb1838ebbc4314cda411a1eb8a988cc60a3c98","tarball":"https://registry.npmjs.org/npm/-/npm-9.0.0-pre.3.tgz","fileCount":1885,"unpackedSize":8975752,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGcOpJRyq71/7G9J+7Ijq3HTHiGGQ9gIjCUI0GikeWcHAiA2/4Niq/P9lvX62L72RkBfjbO51yghZn1mTJkPDQ6v1Q=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjNlp1ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqRJhAAgVOC4VmjOE/WOk76IIVW4YCfgiUos2kY5zu2IRgrFLIy+TL+\r\nwfM2aQggYsIYYNdOfcyzo/0WWfSP4M46ZB9rZTTjI4trmNkRwIhGDfQE3ASB\r\nEgAP4f63dj/1IwCy4Y6C5JtzZ5g/Ua/+ZdkOr6gRC4MbVjwGiiaKYZxmZ9LM\r\nRvvg0pMqWpLAruM0m2FaM1O/gWv0i3mufnhocqK1++Jy6f3jGHcu4/rQJR91\r\no5U/PJR6NG3jtFmUlV/8IL9Vj50SNKncU5vm4NsenMwwtbvmB6Kj09YipAOM\r\n8n9oKvK/4zA16yU0QH0sHhn5Ds2n/TwHeGBL0lblGVNxE+nuntES3xZJ3piu\r\nBXmpfV+/1FdcHD3YisKkmTQkQup4NUjFoZNSNnfPrqqSgdQ4Y/UxMMM7BfZH\r\n4RX8qagMyTUhE3uGPouSreU5JxOyKfGlub0u+LYHAbjbyFqwDm/7TzUc64pg\r\n5ra03vLDnFc+kIvG0/ZF63Cg2UIfI5BPHmkRs6x0NuXHOvGAaOxqkklxCuQx\r\nHJrbyc6Y+iKDf7L58T4pne+kfxaMY6Xy5332hcLGox+KDZom0mETRl1yRb48\r\nbw+w1nOTEp/oX7+NEvnSYGbKjfPBEZTw0ULkXzUqASvdXDC7OfUOLQBH204L\r\nq7teda3Rvgh47jmhgKu/SOlrCDtqtj/cHN8=\r\n=G8Mr\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":"^14.17.0 || ^16.13.0 || >=18.0.0"}},"9.0.0-pre.4":{"name":"npm","version":"9.0.0-pre.4","dependencies":{"@isaacs/string-locale-compare":"^1.1.0","@npmcli/arborist":"^6.0.0-pre.4","@npmcli/ci-detect":"^3.0.0","@npmcli/config":"^4.2.1","@npmcli/fs":"^2.1.0","@npmcli/map-workspaces":"^2.0.3","@npmcli/package-json":"^2.0.0","@npmcli/run-script":"^4.2.1","abbrev":"~1.1.1","archy":"~1.0.0","cacache":"^16.1.3","chalk":"^4.1.2","chownr":"^2.0.0","cli-columns":"^4.0.0","cli-table3":"^0.6.2","columnify":"^1.6.0","fastest-levenshtein":"^1.0.12","fs-minipass":"^2.1.0","glob":"^8.0.1","graceful-fs":"^4.2.10","hosted-git-info":"^5.1.0","ini":"^3.0.1","init-package-json":"^3.0.2","is-cidr":"^4.0.2","json-parse-even-better-errors":"^2.3.1","libnpmaccess":"^7.0.0-pre.1","libnpmdiff":"^5.0.0-pre.2","libnpmexec":"^5.0.0-pre.4","libnpmfund":"^4.0.0-pre.4","libnpmhook":"^9.0.0-pre.0","libnpmorg":"^5.0.0-pre.0","libnpmpack":"^5.0.0-pre.2","libnpmpublish":"^7.0.0-pre.2","libnpmsearch":"^6.0.0-pre.0","libnpmteam":"^5.0.0-pre.0","libnpmversion":"^4.0.0-pre.0","make-fetch-happen":"^10.2.0","minimatch":"^5.1.0","minipass":"^3.1.6","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^9.1.0","nopt":"^6.0.0","npm-audit-report":"^3.0.0","npm-install-checks":"^5.0.0","npm-package-arg":"^9.1.2","npm-pick-manifest":"^7.0.2","npm-profile":"^7.0.0","npm-registry-fetch":"^13.3.1","npm-user-validate":"^1.0.1","npmlog":"^6.0.2","opener":"^1.5.2","p-map":"^4.0.0","pacote":"^14.0.0","parse-conflict-json":"^2.0.2","proc-log":"^2.0.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^5.0.2","read-package-json-fast":"^2.0.3","readdir-scoped-modules":"^1.1.0","rimraf":"^3.0.2","semver":"^7.3.8","ssri":"^9.0.1","tar":"^6.1.11","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^2.0.0","validate-npm-package-name":"^4.0.0","which":"^2.0.2","write-file-atomic":"^4.0.1"},"devDependencies":{"@npmcli/eslint-config":"^3.1.0","@npmcli/git":"^3.0.2","@npmcli/promise-spawn":"^3.0.0","@npmcli/template-oss":"4.5.0","licensee":"^8.2.0","nock":"^13.2.4","npm-packlist":"^7.0.0","spawk":"^1.7.1","tap":"^16.0.1"},"bundleDependencies":["@isaacs/string-locale-compare","@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/fs","@npmcli/map-workspaces","@npmcli/package-json","@npmcli/run-script","abbrev","archy","cacache","chalk","chownr","cli-columns","cli-table3","columnify","fastest-levenshtein","fs-minipass","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minimatch","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-install-checks","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","p-map","pacote","parse-conflict-json","proc-log","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-kObVaaXtNBh9tjwEHIrBCtwaux/AUoPZwo9ZeJPnS9D30vrPSgViBHmUkKq0xy5xf7mQpEaNpgf7QecHoP8HRg==","shasum":"ed4f68f9e35f8ecc84fcda2ac5c96f4d7f7059f6","tarball":"https://registry.npmjs.org/npm/-/npm-9.0.0-pre.4.tgz","fileCount":1790,"unpackedSize":8333199,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDxrw8wMhDnOaCXbq6NTl/CDFIsQIY6etwCgmDyyj3sWAIhAIP5iHG3ccXpgBeVPY/eeXDvRSHt7jaQRoKSM5x9BQkc"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjPelKACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpIkQ//TwdLyIBzBwPvFxBAaD6+yEqXtsuBRKVDjHii3HzNdt82+vhP\r\nR+kExam7cnc52nN8dD1c0XQsh+xOqjlBIqqddudZfiFyW5hYPWKT6EthnC0Y\r\nlJ4ZsrBc3pd80KmnvTCKH2dv+6jdQNSiTOa25syfvt9+FijqIYImBjfgOXh+\r\n3SiCCkXZcEfgkDkJ1nVdon3QrWMHws4KNsuD9/szn2nqBZZfsvUbEUKzo7hl\r\niUOA1qVnhRetfrWMOCjX6EHgSHjo4n9AR+cYqCFH/n4jutVWfRQMn6sNbkoA\r\nICS6abOjYfM4uXiKu0T27Bxp7E2F2x975QAPISIKW8/XeF5+snf8IYsXF1kD\r\nqbsakz20osZ17k8m3BG7gfJNIyDdQ97Ng4Bt2dYGrAEP4z91kqkGtbMkQpRY\r\n9jf29TxiAsvHQ3c3vUYsg91PhF97E4fYoc5UdkzkwPhwnRSI51VxBzkBx0Gx\r\nJZrIWR52/z1lt0sgVhId+zAuThdYNEqu5KazlLNHpwV9WK99FRciPAYO3qGR\r\nubunQjdLlupTtHQOxSviJPJho8OM6pNf6XhySmV6zwyyKpsUxBllhx7zcarV\r\nchkj3o0PBSYcolmZ6cyaBSSIgata/XHU2oQzEwr1CpjsfdsH90vHGjgsUnVG\r\n71mJD2kAcje2u9oqItHgQkCBiykKf/z3hTo=\r\n=Yivr\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":"^14.17.0 || ^16.13.0 || >=18.0.0"}},"9.0.0-pre.5":{"name":"npm","version":"9.0.0-pre.5","dependencies":{"@isaacs/string-locale-compare":"^1.1.0","@npmcli/arborist":"^6.0.0-pre.4","@npmcli/ci-detect":"^3.0.0","@npmcli/config":"^5.0.0","@npmcli/fs":"^2.1.0","@npmcli/map-workspaces":"^2.0.3","@npmcli/package-json":"^2.0.0","@npmcli/run-script":"^4.2.1","abbrev":"~1.1.1","archy":"~1.0.0","cacache":"^16.1.3","chalk":"^4.1.2","chownr":"^2.0.0","cli-columns":"^4.0.0","cli-table3":"^0.6.2","columnify":"^1.6.0","fastest-levenshtein":"^1.0.12","fs-minipass":"^2.1.0","glob":"^8.0.1","graceful-fs":"^4.2.10","hosted-git-info":"^6.0.0","ini":"^3.0.1","init-package-json":"^3.0.2","is-cidr":"^4.0.2","json-parse-even-better-errors":"^2.3.1","libnpmaccess":"^7.0.0-pre.1","libnpmdiff":"^5.0.0-pre.2","libnpmexec":"^5.0.0-pre.4","libnpmfund":"^4.0.0-pre.4","libnpmhook":"^9.0.0-pre.0","libnpmorg":"^5.0.0-pre.0","libnpmpack":"^5.0.0-pre.3","libnpmpublish":"^7.0.0-pre.3","libnpmsearch":"^6.0.0-pre.0","libnpmteam":"^5.0.0-pre.0","libnpmversion":"^4.0.0-pre.0","make-fetch-happen":"^10.2.0","minimatch":"^5.1.0","minipass":"^3.1.6","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^9.1.0","nopt":"^6.0.0","npm-audit-report":"^3.0.0","npm-install-checks":"^5.0.0","npm-package-arg":"^9.1.2","npm-pick-manifest":"^7.0.2","npm-profile":"^7.0.0","npm-registry-fetch":"^13.3.1","npm-user-validate":"^1.0.1","npmlog":"^6.0.2","opener":"^1.5.2","p-map":"^4.0.0","pacote":"^14.0.0","parse-conflict-json":"^2.0.2","proc-log":"^2.0.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^5.0.2","read-package-json-fast":"^2.0.3","readdir-scoped-modules":"^1.1.0","rimraf":"^3.0.2","semver":"^7.3.8","ssri":"^9.0.1","tar":"^6.1.11","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^2.0.0","validate-npm-package-name":"^4.0.0","which":"^2.0.2","write-file-atomic":"^4.0.1"},"devDependencies":{"@npmcli/docs":"^1.0.0","@npmcli/eslint-config":"^3.1.0","@npmcli/git":"^3.0.2","@npmcli/promise-spawn":"^3.0.0","@npmcli/template-oss":"4.5.1","licensee":"^8.2.0","nock":"^13.2.4","npm-packlist":"^7.0.0","spawk":"^1.7.1","tap":"^16.0.1"},"bundleDependencies":["@isaacs/string-locale-compare","@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/fs","@npmcli/map-workspaces","@npmcli/package-json","@npmcli/run-script","abbrev","archy","cacache","chalk","chownr","cli-columns","cli-table3","columnify","fastest-levenshtein","fs-minipass","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minimatch","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-install-checks","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","p-map","pacote","parse-conflict-json","proc-log","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-32BmUjMP5ovadyIQlxOUR5OxjXa09OK3KZ2uV64ySxplmETdnIykS7ECozBwBQImpcuRHzuhHFQM2AQmuUpqYQ==","shasum":"92091c8683848c71c5cbde569d18f76f99d23af8","tarball":"https://registry.npmjs.org/npm/-/npm-9.0.0-pre.5.tgz","fileCount":1872,"unpackedSize":9241158,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICf2pIh2sFTX1sKqu1uLcdvzERYfWDvSOT2TwmzMZmA4AiAb+iTvsrzMnhBEUw0qrV5XSuoK525umXWu7jmZUy2CEw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjSEkAACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqbdw//WYyPdjFofAGzh6fGIfpKkWso3D1gwgUE8pEiGWuXqVw31YHm\r\nsJZBT+hGQGQ/YvTQKPGIv/DA198oGfM9C/BQHNymsrwZMKs1q1YqJMoFHQ9P\r\nviOBvAcRPWxTmLhZlHu4YPqYi4C2tMbjCtmiTLSXWZ7WLnHdx7eXR+U4wf1g\r\n2+SG9bkx2dPyxlvDQJj9wPtCPg8L0kkTE3OEKPOyCVQGnvMUbSxXg9tGXFHA\r\nwn0zetWSwsuU0P8SHB491CSqUU5vjEsPjmzT4i4TCLw/R9DY+LYgB3RVZ0zo\r\nQ8A1r6/wrWSzFp5Q7cu3TbyMdMxWc4ojtVpu3jnhJpq9Cq2ea/II4HEV147U\r\n79Ru04yjMojUy75smtFOh/1FYBb1drWbogaPwZ9c+BrgYrEPgEld4CF+v5gl\r\nGSUsysQBn7EJQyp0Nkdc5o9KwoMmmwwu9oPByxuHAtGEKDCjTlwJ6BxuZApJ\r\nWyCaju789X0Sy4BO4iTdI3XcCsoknOqjBQc+pyqTjNJoM8cnfda+SJFNxpMw\r\nWgO7YNf6aT4aiRgVQJ8qE15sqsEdbC50odEOjGS/9/cOIQmmMsDfasnL9CwY\r\nWx1yqsaYrEhOQ1rl21xs32F6e2H0AzztN4CXrEvLOV6HzF1e6DA+Dts3AZqH\r\nV4dbo5MkjU4J0wmf3TkRvp5Yy/TFhWaJt4s=\r\n=F+Bq\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":"^14.17.0 || ^16.13.0 || >=18.0.0"}},"9.0.0-pre.6":{"name":"npm","version":"9.0.0-pre.6","dependencies":{"@isaacs/string-locale-compare":"^1.1.0","@npmcli/arborist":"^6.0.0-pre.5","@npmcli/ci-detect":"^3.0.0","@npmcli/config":"^6.0.1","@npmcli/map-workspaces":"^3.0.0","@npmcli/package-json":"^3.0.0","@npmcli/run-script":"^5.0.0","abbrev":"~1.1.1","archy":"~1.0.0","cacache":"^17.0.1","chalk":"^4.1.2","cli-columns":"^4.0.0","cli-table3":"^0.6.2","columnify":"^1.6.0","fastest-levenshtein":"^1.0.12","fs-minipass":"^2.1.0","glob":"^8.0.1","graceful-fs":"^4.2.10","hosted-git-info":"^6.0.0","ini":"^3.0.1","init-package-json":"^4.0.1","is-cidr":"^4.0.2","json-parse-even-better-errors":"^3.0.0","libnpmaccess":"^7.0.0-pre.2","libnpmdiff":"^5.0.0-pre.3","libnpmexec":"^5.0.0-pre.5","libnpmfund":"^4.0.0-pre.5","libnpmhook":"^9.0.0-pre.1","libnpmorg":"^5.0.0-pre.1","libnpmpack":"^5.0.0-pre.4","libnpmpublish":"^7.0.0-pre.4","libnpmsearch":"^6.0.0-pre.1","libnpmteam":"^5.0.0-pre.1","libnpmversion":"^4.0.0-pre.1","make-fetch-happen":"^11.0.1","minimatch":"^5.1.0","minipass":"^3.1.6","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","ms":"^2.1.2","node-gyp":"^9.1.0","nopt":"^6.0.0","npm-audit-report":"^4.0.0","npm-install-checks":"^6.0.0","npm-package-arg":"^10.0.0","npm-pick-manifest":"^8.0.1","npm-profile":"^7.0.1","npm-registry-fetch":"^14.0.2","npm-user-validate":"^1.0.1","npmlog":"^7.0.1","opener":"^1.5.2","p-map":"^4.0.0","pacote":"^15.0.2","parse-conflict-json":"^3.0.0","proc-log":"^3.0.0","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^6.0.0","read-package-json-fast":"^3.0.1","readdir-scoped-modules":"^1.1.0","rimraf":"^3.0.2","semver":"^7.3.8","ssri":"^10.0.0","tar":"^6.1.11","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^3.0.0","validate-npm-package-name":"^5.0.0","which":"^2.0.2","write-file-atomic":"^5.0.0"},"devDependencies":{"@npmcli/docs":"^1.0.0","@npmcli/eslint-config":"^4.0.0","@npmcli/git":"^4.0.1","@npmcli/promise-spawn":"^4.0.0","@npmcli/template-oss":"4.6.2","licensee":"^8.2.0","nock":"^13.2.4","npm-packlist":"^7.0.1","spawk":"^1.7.1","tap":"^16.0.1"},"bundleDependencies":["@isaacs/string-locale-compare","@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/map-workspaces","@npmcli/package-json","@npmcli/run-script","abbrev","archy","cacache","chalk","cli-columns","cli-table3","columnify","fastest-levenshtein","fs-minipass","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minimatch","minipass","minipass-pipeline","mkdirp","ms","node-gyp","nopt","npm-audit-report","npm-install-checks","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","p-map","pacote","parse-conflict-json","proc-log","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-hwFNIRpiE9CIYwBcdBFGXFOtTA+PGdsfdW2p9qA+f7jJz5/okjbVXb9qJKqyfC6HwfphVmseJXhiYvaJpw44NQ==","shasum":"1be0bbf75316ad87acc1d1d8ece0b5c27bb71d5b","tarball":"https://registry.npmjs.org/npm/-/npm-9.0.0-pre.6.tgz","fileCount":2051,"unpackedSize":10126850,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBZbFK15Q2IFiMDp1ObR9cB8+X4V903bK821RNbOXixeAiBrcq3cYJg+YbjtT6N9zCKMAdTFBomc7uKwKp4mVgLmtw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjUGKCACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqmGBAAiIoC6S1PS5az650DdxrqOuG2bSCBfcPk7cYR6NmrjgbT/tb6\r\nUCkl7z5EvWQXEpY3zcmjmnFj1BqFd5dgYYCi44Cxf4AGScNA8GLcw4ZQ5nET\r\nDGK4f+5usM0FodzbJcK2E/9Gu6XY79jc429+j+mv32ZihgeEGKYcn4+FJfEo\r\nJZTGNlbDlfLumhSOhnymfga1n8hh8rnG+HXZMnXNxIcpNnvDW6lHr7J4mwNt\r\nwDySBepKjxUV+XQvD9wCjUVpPDR/mBwMAe8u0um/0MWW6PgUgNJpbJbKxUHN\r\ngL/3pnnMpFDfpOA4DlUC8GJlgaNPwKTLnfFHd8G+bjvueIjgOUKGSddTPfxl\r\nKtFpvwwhGhXZpqhFPtmY6Hvh/E4dq6CiIzQE0BivAHEhU7SfAjaLqsWO76Jx\r\nqGKmY3lBj5ZK2+9jKg1cKWYr5boFiUcFswsAzkIDu+nOoZb+Ip0fOMuXI8Ed\r\ndTJO/t+oN3dYDp2xM9vz13MAO43aU3nOytdteZTvMQK/QJt8ct5v/GuDC4cu\r\n1EaH73sSx9RI85vL2+m0f7Ps2mwP32mrBnBbitarlLgDAN2jymvS+bHAR0+c\r\nZvLGt9m3QK9TnE81U09wl1em3aAlvjuP9nZZoz+ytKRA+a/XOMPlfEFwSNpj\r\nCDJp+bzX/zWLyymxsVdwLaU0XgT5kOihIGY=\r\n=eCPd\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":"^14.17.0 || ^16.13.0 || >=18.0.0"}},"9.0.0":{"name":"npm","version":"9.0.0","dependencies":{"@isaacs/string-locale-compare":"^1.1.0","@npmcli/arborist":"^6.0.0","@npmcli/ci-detect":"^3.0.0","@npmcli/config":"^6.0.1","@npmcli/map-workspaces":"^3.0.0","@npmcli/package-json":"^3.0.0","@npmcli/run-script":"^5.0.0","abbrev":"~1.1.1","archy":"~1.0.0","cacache":"^17.0.1","chalk":"^4.1.2","cli-columns":"^4.0.0","cli-table3":"^0.6.2","columnify":"^1.6.0","fastest-levenshtein":"^1.0.12","fs-minipass":"^2.1.0","glob":"^8.0.1","graceful-fs":"^4.2.10","hosted-git-info":"^6.0.0","ini":"^3.0.1","init-package-json":"^4.0.1","is-cidr":"^4.0.2","json-parse-even-better-errors":"^3.0.0","libnpmaccess":"^7.0.0","libnpmdiff":"^5.0.0","libnpmexec":"^5.0.0","libnpmfund":"^4.0.0","libnpmhook":"^9.0.0","libnpmorg":"^5.0.0","libnpmpack":"^5.0.0","libnpmpublish":"^7.0.0","libnpmsearch":"^6.0.0","libnpmteam":"^5.0.0","libnpmversion":"^4.0.0","make-fetch-happen":"^11.0.1","minimatch":"^5.1.0","minipass":"^3.1.6","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","ms":"^2.1.2","node-gyp":"^9.1.0","nopt":"^6.0.0","npm-audit-report":"^4.0.0","npm-install-checks":"^6.0.0","npm-package-arg":"^10.0.0","npm-pick-manifest":"^8.0.1","npm-profile":"^7.0.1","npm-registry-fetch":"^14.0.2","npm-user-validate":"^1.0.1","npmlog":"^7.0.1","opener":"^1.5.2","p-map":"^4.0.0","pacote":"^15.0.2","parse-conflict-json":"^3.0.0","proc-log":"^3.0.0","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^6.0.0","read-package-json-fast":"^3.0.1","readdir-scoped-modules":"^1.1.0","rimraf":"^3.0.2","semver":"^7.3.8","ssri":"^10.0.0","tar":"^6.1.11","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^3.0.0","validate-npm-package-name":"^5.0.0","which":"^2.0.2","write-file-atomic":"^5.0.0"},"devDependencies":{"@npmcli/docs":"^1.0.0","@npmcli/eslint-config":"^4.0.0","@npmcli/git":"^4.0.1","@npmcli/promise-spawn":"^4.0.0","@npmcli/template-oss":"4.6.2","licensee":"^8.2.0","nock":"^13.2.4","npm-packlist":"^7.0.1","spawk":"^1.7.1","tap":"^16.0.1"},"bundleDependencies":["@isaacs/string-locale-compare","@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/map-workspaces","@npmcli/package-json","@npmcli/run-script","abbrev","archy","cacache","chalk","cli-columns","cli-table3","columnify","fastest-levenshtein","fs-minipass","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minimatch","minipass","minipass-pipeline","mkdirp","ms","node-gyp","nopt","npm-audit-report","npm-install-checks","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","p-map","pacote","parse-conflict-json","proc-log","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-YaKKfqlBFzHufeDh3R+WwXp67QKN1nYZmfyFKwbASURbJDPu4ZlqfrnQiYCtCdye1sApB7r37J9tqix/vHEu8w==","shasum":"b32200360df98c2ef58abb755d1454f024890781","tarball":"https://registry.npmjs.org/npm/-/npm-9.0.0.tgz","fileCount":2051,"unpackedSize":10126630,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEE0ZC0rNQAmtBZCTnn+HrcvarwRmihLejfrT57c8CYIAiEAyv3DZMGsJS09afeP0159fdMNacrmzXcmdS3kdWftcj8="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjUHObACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmorKRAApNac5JQON0KaqfafgUm7yAHH/xwuSOT0ul3z8WsdqAKt0yu0\r\nh01GrFCfX4MLG5hGFF90/fvT3pCHJXxtBLkTnY4YYX2VUDSjjuToVaAYa3h7\r\nKHjkvP2AXqENqOG0MdZmIppPFGwY/4LjMJSWTie81re4pbSA1R4af+sqY3fc\r\nEVME+5alhlJyUyqx1iZ2bomgTqmvrnFq7JnP/YpAWQNCOuXA0xxEN5Qu/BCa\r\nHOSubSFiNJktQpeJcZbfE4V1wquH27W1o92K+wrFTRi6axlwIxbIwU/ZswFB\r\nN91GOlSwP4JCZZl3KhJQnCGPKtv9HQf9ZYdFtf6tqgkyAZSoJqNkz/SlyXCE\r\nzYE66cVCmpyOZCDqkwm81d2iXyUvlf3yuqgPwjsAHO7QtB2gWGT3uH/ysjgF\r\nILXNEN8UWoiMZfndWl3MyGLwfWkEJokvEUJznHXqhUV/aIQAG1f3Y5zhaW+k\r\noAMugzrGqc4zchcUuBTOmCpjX46SHapIFnJLPxbEGHxM4F5GG5gEqisUCtNE\r\npnTq35bPTLyTzCKuS85/aeffJG0+szXsYL0mwWvTsda+7WwYhR5eaP6n9IfM\r\ntvUiR7Lx0wdjYdTiyJxavIFQQBIiuminvusi0alE7XquXy9Wb9c1IeYVY3Mm\r\nyUAB0x8N5f5gJLNRCfJX9NnpG7w7xWf2CMw=\r\n=kq70\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":"^14.17.0 || ^16.13.0 || >=18.0.0"}},"9.0.1":{"name":"npm","version":"9.0.1","dependencies":{"@isaacs/string-locale-compare":"^1.1.0","@npmcli/arborist":"^6.1.0","@npmcli/ci-detect":"^3.0.0","@npmcli/config":"^6.0.1","@npmcli/map-workspaces":"^3.0.0","@npmcli/package-json":"^3.0.0","@npmcli/run-script":"^5.0.0","abbrev":"~1.1.1","archy":"~1.0.0","cacache":"^17.0.1","chalk":"^4.1.2","cli-columns":"^4.0.0","cli-table3":"^0.6.2","columnify":"^1.6.0","fastest-levenshtein":"^1.0.12","fs-minipass":"^2.1.0","glob":"^8.0.1","graceful-fs":"^4.2.10","hosted-git-info":"^6.1.0","ini":"^3.0.1","init-package-json":"^4.0.1","is-cidr":"^4.0.2","json-parse-even-better-errors":"^3.0.0","libnpmaccess":"^7.0.0","libnpmdiff":"^5.0.1","libnpmexec":"^5.0.1","libnpmfund":"^4.0.1","libnpmhook":"^9.0.0","libnpmorg":"^5.0.0","libnpmpack":"^5.0.1","libnpmpublish":"^7.0.1","libnpmsearch":"^6.0.0","libnpmteam":"^5.0.0","libnpmversion":"^4.0.0","make-fetch-happen":"^11.0.1","minimatch":"^5.1.0","minipass":"^3.1.6","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","ms":"^2.1.2","node-gyp":"^9.1.0","nopt":"^6.0.0","npm-audit-report":"^4.0.0","npm-install-checks":"^6.0.0","npm-package-arg":"^10.0.0","npm-pick-manifest":"^8.0.1","npm-profile":"^7.0.1","npm-registry-fetch":"^14.0.2","npm-user-validate":"^1.0.1","npmlog":"^7.0.1","opener":"^1.5.2","p-map":"^4.0.0","pacote":"^15.0.2","parse-conflict-json":"^3.0.0","proc-log":"^3.0.0","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^6.0.0","read-package-json-fast":"^3.0.1","readdir-scoped-modules":"^1.1.0","rimraf":"^3.0.2","semver":"^7.3.8","ssri":"^10.0.0","tar":"^6.1.11","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^3.0.0","validate-npm-package-name":"^5.0.0","which":"^2.0.2","write-file-atomic":"^5.0.0"},"devDependencies":{"@npmcli/docs":"^1.0.0","@npmcli/eslint-config":"^4.0.0","@npmcli/git":"^4.0.1","@npmcli/promise-spawn":"^5.0.0","@npmcli/template-oss":"4.6.2","licensee":"^8.2.0","nock":"^13.2.4","npm-packlist":"^7.0.1","spawk":"^1.7.1","tap":"^16.0.1"},"bundleDependencies":["@isaacs/string-locale-compare","@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/map-workspaces","@npmcli/package-json","@npmcli/run-script","abbrev","archy","cacache","chalk","cli-columns","cli-table3","columnify","fastest-levenshtein","fs-minipass","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minimatch","minipass","minipass-pipeline","mkdirp","ms","node-gyp","nopt","npm-audit-report","npm-install-checks","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","p-map","pacote","parse-conflict-json","proc-log","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-B2Z46XFTUqSP2JN3bJZ9cvm6ZtbctZ6uMRvHXzFAUZmbQYQ6klyDnCq1qF5iqCx+zgo1AoMKiJnf6+AXefLjPg==","shasum":"15015167c14ca585f52baaf317207cac794ff772","tarball":"https://registry.npmjs.org/npm/-/npm-9.0.1.tgz","fileCount":2053,"unpackedSize":10126230,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCWj/YHVPDPlWGKY1iEAUlbYUkSQwNLQmqJv82GmhcKkgIhAN+hMwcdUvxVP7LhKvX9uequkNze7LvSMvFzzx4pm8KJ"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjWapUACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoWoBAAm/pRI2wXx7eqiecF9A0c25yh8piGt2qY1sgMNbQGO/LYUqKB\r\nDqIQAYQmJW+g6EZSNcbMl1OIOGfAZK1cAtFJOGuob045sougrU8HT/fjJWj+\r\nOmynJovdVZC4V+LqZbFytfoYIOiYCvhUhxfMei7N9DKlGLTo8NPFbZNCrtzB\r\nrwgPPmhOaA0iBL13lVe2Id78M3uu9oIFTCo1DkhYZzf9SBvCkJ+9cxF9/vtU\r\n13mSgCgw8WHz15gL1Pkhji21Fo3j4bcsVmEGg3wiW+BsG7hDhyM9vQ55VR6s\r\nvZOI8YJ7BzykYbGEE5zAxLGa2mTyRZAz0FlBX0o3oHo6EY3Ya2aG8mfZd/xE\r\n9+jNtuHW3/CLzCi7A3yhy/DxefZnMXkQ1SZRuurcsXgMqKGXNnM72WC1HAnW\r\nyRlP4NXOnU+s7zYuZxfJjYrSi6pwzZLmWYwc8WdhqsbRno4bU/8aN4MTRxU9\r\njdIJeEE8cuff6lVpKgP+Uj76HTmU0TkDUnBS1f0qxJuVJY4lpSff17zK9dtZ\r\nH4Krr3hzqB84nPPqJJYx0R92hsjomoOHJhzVNfZ6DV5cUKMaZFvmSJqoUFjx\r\ntmnDV2K0U5qF3CEWGQMAbhhCzrppbItWAbM65RbjFrYlmm929Q+ioL8J1Blu\r\nbvprZZOYdOhmWbAzdWt5kQxc+exssJuNl9w=\r\n=3rqE\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":"^14.17.0 || ^16.13.0 || >=18.0.0"}},"9.1.0":{"name":"npm","version":"9.1.0","dependencies":{"@isaacs/string-locale-compare":"^1.1.0","@npmcli/arborist":"^6.1.1","@npmcli/ci-detect":"^3.0.1","@npmcli/config":"^6.1.0","@npmcli/map-workspaces":"^3.0.0","@npmcli/package-json":"^3.0.0","@npmcli/run-script":"^6.0.0","abbrev":"^2.0.0","archy":"~1.0.0","cacache":"^17.0.1","chalk":"^4.1.2","cli-columns":"^4.0.0","cli-table3":"^0.6.3","columnify":"^1.6.0","fastest-levenshtein":"^1.0.16","fs-minipass":"^2.1.0","glob":"^8.0.1","graceful-fs":"^4.2.10","hosted-git-info":"^6.1.1","ini":"^3.0.1","init-package-json":"^4.0.1","is-cidr":"^4.0.2","json-parse-even-better-errors":"^3.0.0","libnpmaccess":"^7.0.0","libnpmdiff":"^5.0.2","libnpmexec":"^5.0.2","libnpmfund":"^4.0.2","libnpmhook":"^9.0.0","libnpmorg":"^5.0.0","libnpmpack":"^5.0.2","libnpmpublish":"^7.0.2","libnpmsearch":"^6.0.0","libnpmteam":"^5.0.0","libnpmversion":"^4.0.1","make-fetch-happen":"^11.0.1","minimatch":"^5.1.0","minipass":"^3.1.6","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","ms":"^2.1.2","node-gyp":"^9.3.0","nopt":"^7.0.0","npm-audit-report":"^4.0.0","npm-install-checks":"^6.0.0","npm-package-arg":"^10.0.0","npm-pick-manifest":"^8.0.1","npm-profile":"^7.0.1","npm-registry-fetch":"^14.0.2","npm-user-validate":"^1.0.1","npmlog":"^7.0.1","p-map":"^4.0.0","pacote":"^15.0.6","parse-conflict-json":"^3.0.0","proc-log":"^3.0.0","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^6.0.0","read-package-json-fast":"^3.0.1","readdir-scoped-modules":"^1.1.0","rimraf":"^3.0.2","semver":"^7.3.8","ssri":"^10.0.0","tar":"^6.1.12","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^3.0.0","validate-npm-package-name":"^5.0.0","which":"^3.0.0","write-file-atomic":"^5.0.0"},"devDependencies":{"@npmcli/docs":"^1.0.0","@npmcli/eslint-config":"^4.0.0","@npmcli/fs":"^3.0.0","@npmcli/git":"^4.0.1","@npmcli/promise-spawn":"^6.0.1","@npmcli/template-oss":"4.8.0","licensee":"^9.0.0","nock":"^13.2.4","npm-packlist":"^7.0.1","spawk":"^1.7.1","tap":"^16.0.1"},"bundleDependencies":["@isaacs/string-locale-compare","@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/map-workspaces","@npmcli/package-json","@npmcli/run-script","abbrev","archy","cacache","chalk","cli-columns","cli-table3","columnify","fastest-levenshtein","fs-minipass","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minimatch","minipass","minipass-pipeline","mkdirp","ms","node-gyp","nopt","npm-audit-report","npm-install-checks","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","p-map","pacote","parse-conflict-json","proc-log","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-ReDxpn3P2vWnUnql8o6GfAtLiVrWoX6N2vdbp4jxgXl81TVrCJmYH3wyi9V3Dt5rmJZH2FxXoiesZiLSEGCi3A==","shasum":"86f96a1b7ce5541d28c32dd88933f96648fd99e9","tarball":"https://registry.npmjs.org/npm/-/npm-9.1.0.tgz","fileCount":2060,"unpackedSize":10181643,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCb7KeWCRo3xbBR2UnXA4xoEK9Ez4+8y4+7TDFstCdHQgIgPno/e7Go4yR4XI7yZmAv0RN3dpgVP8aTDb0RFSej9p8="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjYrXyACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqPAhAAjSZUc0l/fpvvoDZmJ8wHOuLu0E7l6Fmgbl67ddZOyrKgIZjx\r\nCf70T2GfR1pj+Rs4P9Dowzj2H6mQz4aWmE0HUVghsauZuVs42MGh2NFDxaAh\r\n6IwqXIdN10qtIGYcgYg2NcV6Rfdpdw9X1pEXRXbzOqU6w2SgQWxfmC7vSp4T\r\nBCXpV7oP1VlLr1wn84TQgws3XMrt+RnKAr6Bt3f+vvO3Url7JVm8XzdcRkpK\r\n8091kQxB6Lzt4zob2qp5cy0+yw3/bDbai5ovmkcNwpeYRYHYLr6AYQI9ijQ4\r\nLlU5I1bikR34gQ6NbWdk8PcpLHsG+gBDrYRqJByvHzPM42zSakCgEy1LlH1V\r\n+Pe4SFOanYP7VioKSOlhEXWDkfsmHIEymc6yQnRx1wms9Xd6JY3b9emYNcP7\r\nydsbAXnPDBADO3tqOlX1nXReZ5Wgfq+C9GsPMDwjGOm2lNobzVP9EIsGPduv\r\neqQCrEpCZEdu9AezTbRJ6OfZiazQWPHojA7ylFxxlt0c+1QRmZC5wd4pQPAP\r\nV0X+vvOxmU6oSeX1DK2MVcCsZsF3PVnQYQxWLRl6UwRXNAfb1jyDFyZyLQC5\r\nugTEqq/w+NQMkzatLnhFL9PDpA/sYRitSoDuw5P7PkRbB2/jSNns5Dby2/ub\r\nRKZBgJUJ/WrxT+aTxZUaZSxFvHfzL/SYiOI=\r\n=xJMv\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":"^14.17.0 || ^16.13.0 || >=18.0.0"}},"8.19.3":{"name":"npm","version":"8.19.3","dependencies":{"@isaacs/string-locale-compare":"^1.1.0","@npmcli/arborist":"^5.6.3","@npmcli/ci-detect":"^2.0.0","@npmcli/config":"^4.2.1","@npmcli/fs":"^2.1.0","@npmcli/map-workspaces":"^2.0.3","@npmcli/package-json":"^2.0.0","@npmcli/run-script":"^4.2.1","abbrev":"~1.1.1","archy":"~1.0.0","cacache":"^16.1.3","chalk":"^4.1.2","chownr":"^2.0.0","cli-columns":"^4.0.0","cli-table3":"^0.6.2","columnify":"^1.6.0","fastest-levenshtein":"^1.0.12","fs-minipass":"^2.1.0","glob":"^8.0.1","graceful-fs":"^4.2.10","hosted-git-info":"^5.2.1","ini":"^3.0.1","init-package-json":"^3.0.2","is-cidr":"^4.0.2","json-parse-even-better-errors":"^2.3.1","libnpmaccess":"^6.0.4","libnpmdiff":"^4.0.5","libnpmexec":"^4.0.14","libnpmfund":"^3.0.5","libnpmhook":"^8.0.4","libnpmorg":"^4.0.4","libnpmpack":"^4.1.3","libnpmpublish":"^6.0.5","libnpmsearch":"^5.0.4","libnpmteam":"^4.0.4","libnpmversion":"^3.0.7","make-fetch-happen":"^10.2.0","minimatch":"^5.1.0","minipass":"^3.1.6","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^9.1.0","nopt":"^6.0.0","npm-audit-report":"^3.0.0","npm-install-checks":"^5.0.0","npm-package-arg":"^9.1.0","npm-pick-manifest":"^7.0.2","npm-profile":"^6.2.0","npm-registry-fetch":"^13.3.1","npm-user-validate":"^1.0.1","npmlog":"^6.0.2","opener":"^1.5.2","p-map":"^4.0.0","pacote":"^13.6.2","parse-conflict-json":"^2.0.2","proc-log":"^2.0.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^5.0.2","read-package-json-fast":"^2.0.3","readdir-scoped-modules":"^1.1.0","rimraf":"^3.0.2","semver":"^7.3.7","ssri":"^9.0.1","tar":"^6.1.11","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^2.0.0","validate-npm-package-name":"^4.0.0","which":"^2.0.2","write-file-atomic":"^4.0.1"},"devDependencies":{"@npmcli/docs":"^1.0.0","@npmcli/eslint-config":"^3.1.0","@npmcli/git":"^3.0.2","@npmcli/promise-spawn":"^3.0.0","@npmcli/template-oss":"4.8.0","licensee":"^9.0.0","nock":"^13.2.4","npm-packlist":"^5.1.3","spawk":"^1.7.1","tap":"^16.0.1"},"bundleDependencies":["@isaacs/string-locale-compare","@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/fs","@npmcli/map-workspaces","@npmcli/package-json","@npmcli/run-script","abbrev","archy","cacache","chalk","chownr","cli-columns","cli-table3","columnify","fastest-levenshtein","fs-minipass","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minimatch","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-install-checks","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","p-map","pacote","parse-conflict-json","proc-log","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-0QjmyPtDxSyMWWD8I91QGbrgx9KzbV6C9FK1liEb/K0zppiZkr5KxXc990G+LzPwBHDfRjUBlO9T1qZ08vl9mA==","shasum":"adb51bf8886d519dd4df162726d0ad157ecfa272","tarball":"https://registry.npmjs.org/npm/-/npm-8.19.3.tgz","fileCount":1887,"unpackedSize":9241093,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGI/vu+/rjxZqGdZkHpMmBFiXoffzGqRjWcHXeErTyabAiBAz3sq6PKvepWrRzw/f+VP0350+HtMU4gnHWlOlFCaFQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjZC/PACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrlUxAAlCygHHLGbqybNxutSD5PvghTKUqWJajkETaUTDHkqi7JdXTa\r\nQybdoc+oMmo/RIR0+M4K/HU1dmXTWkS9qtEsQKWfd7g0O62Wemk9y/2mQbl+\r\n+1MfSNQgZx+8fNQHn0Orj3vpDXCH9jalqXWZhgWO5RYYCbofV8bom45dykxY\r\nnU1y+UAox9N6rqIWZpKvffvPgh9D/gQGmEmEoYM4+IWcdrH+9igYjmflc9EN\r\nlvcPoqYhFN4k6kgju8MP0OFuICa+vCIKVL/H2w34CSJJszao0UEzdK+sdRWj\r\nBbtgYZiJOygRLgqRqfPd+1aNyVVHnvM6GD8EFHvKsWx1DfzVTwhmSP96OLcm\r\noEQ08l6b4wnlEg5wiZRUXTFT+Mjhq2axL8lVRPMpOHLjWsszHqlKJVoTvTsn\r\npxjy5vQn1icR5rDnHCJedtpb8MHmOZ4buolsam0QOU0CdCjogN3F8nXva57e\r\n2YQpK4TaXT6frcAIV6uwqURaDsPOTl1jYKEUik+8cfctQQBEKZsRgfG9jFAh\r\nI5kqBTN2fh8IPTslqlFFALy/HIAhBFyKUw7xfwhr9yrk6Xvt2r16HlG3RLGv\r\nb9eSUnCQ2RIwKK7zIINm10FzV75ZlzbXX1iDL1VaQeAYBv62jspyVhJOUS1b\r\nbn+vW0h0xLtA84pqGTUp67yAO7veWkuajog=\r\n=7wWd\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":"^12.13.0 || ^14.15.0 || >=16.0.0"}},"9.1.1":{"name":"npm","version":"9.1.1","dependencies":{"@isaacs/string-locale-compare":"^1.1.0","@npmcli/arborist":"^6.1.2","@npmcli/ci-detect":"^3.0.1","@npmcli/config":"^6.1.0","@npmcli/map-workspaces":"^3.0.0","@npmcli/package-json":"^3.0.0","@npmcli/run-script":"^6.0.0","abbrev":"^2.0.0","archy":"~1.0.0","cacache":"^17.0.2","chalk":"^4.1.2","cli-columns":"^4.0.0","cli-table3":"^0.6.3","columnify":"^1.6.0","fastest-levenshtein":"^1.0.16","fs-minipass":"^2.1.0","glob":"^8.0.1","graceful-fs":"^4.2.10","hosted-git-info":"^6.1.1","ini":"^3.0.1","init-package-json":"^4.0.1","is-cidr":"^4.0.2","json-parse-even-better-errors":"^3.0.0","libnpmaccess":"^7.0.0","libnpmdiff":"^5.0.3","libnpmexec":"^5.0.3","libnpmfund":"^4.0.3","libnpmhook":"^9.0.0","libnpmorg":"^5.0.0","libnpmpack":"^5.0.3","libnpmpublish":"^7.0.3","libnpmsearch":"^6.0.0","libnpmteam":"^5.0.0","libnpmversion":"^4.0.1","make-fetch-happen":"^11.0.1","minimatch":"^5.1.0","minipass":"^3.1.6","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","ms":"^2.1.2","node-gyp":"^9.3.0","nopt":"^7.0.0","npm-audit-report":"^4.0.0","npm-install-checks":"^6.0.0","npm-package-arg":"^10.0.0","npm-pick-manifest":"^8.0.1","npm-profile":"^7.0.1","npm-registry-fetch":"^14.0.2","npm-user-validate":"^1.0.1","npmlog":"^7.0.1","p-map":"^4.0.0","pacote":"^15.0.6","parse-conflict-json":"^3.0.0","proc-log":"^3.0.0","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^6.0.0","read-package-json-fast":"^3.0.1","rimraf":"^3.0.2","semver":"^7.3.8","ssri":"^10.0.0","tar":"^6.1.12","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^3.0.0","validate-npm-package-name":"^5.0.0","which":"^3.0.0","write-file-atomic":"^5.0.0"},"devDependencies":{"@npmcli/docs":"^1.0.0","@npmcli/eslint-config":"^4.0.0","@npmcli/fs":"^3.1.0","@npmcli/git":"^4.0.1","@npmcli/mock-registry":"^1.0.0","@npmcli/promise-spawn":"^6.0.1","@npmcli/template-oss":"4.9.0","licensee":"^9.0.0","nock":"^13.2.4","npm-packlist":"^7.0.1","remark":"^14.0.2","remark-gfm":"^3.0.1","remark-github":"^11.2.4","spawk":"^1.7.1","tap":"^16.0.1"},"bundleDependencies":["@isaacs/string-locale-compare","@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/map-workspaces","@npmcli/package-json","@npmcli/run-script","abbrev","archy","cacache","chalk","cli-columns","cli-table3","columnify","fastest-levenshtein","fs-minipass","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minimatch","minipass","minipass-pipeline","mkdirp","ms","node-gyp","nopt","npm-audit-report","npm-install-checks","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","p-map","pacote","parse-conflict-json","proc-log","qrcode-terminal","read","read-package-json","read-package-json-fast","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-FgrLK0VAqiCENet9EiC3mAwqpUMP+2AeEZLs9k8FB5LNZ1v+oIleubE1TfMCjeKzigtTkz7K0Cfs8qAAZLVeNw==","shasum":"a637d44f052d8b21c7a71ab417981ebe586f387f","tarball":"https://registry.npmjs.org/npm/-/npm-9.1.1.tgz","fileCount":2029,"unpackedSize":9710715,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDaYrqOV2IROyDvn68QJyMfcfPeSZv3cKg4kv6SVrFaZAiAqM/rnuB1l6CL6Mml/qXYQFjSBr8rXdxFfI9YM78MjNg=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjbBxsACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqPeBAAjYtYfK2RSVgbBhsenS4TETLuWF4ciWIVfkLTqHcww55Z4Ktk\r\nnJOoWqhBgcXKQILVfttGa5QTfUSVk3swvKobmMPUQX2tgBTwu2ydfU03HfNO\r\nUuIHoLu0I8VBjDXvVn9jS1+R8j2kA64etZsLXyxF7jDUWIj9SR3guuOK/H0U\r\nK6FXiHCbsRgAD7YRpAsMSHvZSbvOEKlXkoZvcfMoTu3Fv6SPfdYIT2gPOwj5\r\nE6C/zAPIXEdD8XSuRqO0HstpRQb26l1pIRgcIG3JgjiFJSs/EJgzUZjMGlm4\r\n4fpLyrEWD4nv7lAJ+aFqoly4UPSspoDzG8J3CN8HR7uWTDlpdJmgSl87LdC9\r\nFBiITaAE/qI9VJz9mRIJyK3FMONtDAcYGOKXaW6LLYn2Ll8WbI24y6IVIc5x\r\naCTsEOjYJ3+RO4Q1vNbylhvhjVLz3Ixnf3GqBZXbcFdDO1O1D3Vg/tsu90WM\r\n/LevtJWNfmhHmyU4+KDDpE+BjoW4F3pQc0hz6q7VBC1U8HbA4LSbw3Ot7W21\r\nqhemViOpi4r/wWa/vVJeCEl4myhSycUay9URiGE0mXsGGsuj3cFN/4DGdyPO\r\n7me199gc8fKZSWIlzrR39jXDH4lpszecc9+tNlUiAaMCtRavaMAfC0znoD7o\r\n3u5M9LLwdbKzNNBBKxC0pb1/446i4MXbmMc=\r\n=3WOs\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":"^14.17.0 || ^16.13.0 || >=18.0.0"}},"9.1.2":{"name":"npm","version":"9.1.2","dependencies":{"@isaacs/string-locale-compare":"^1.1.0","@npmcli/arborist":"^6.1.3","@npmcli/config":"^6.1.0","@npmcli/map-workspaces":"^3.0.0","@npmcli/package-json":"^3.0.0","@npmcli/run-script":"^6.0.0","abbrev":"^2.0.0","archy":"~1.0.0","cacache":"^17.0.2","chalk":"^4.1.2","ci-info":"^3.6.1","cli-columns":"^4.0.0","cli-table3":"^0.6.3","columnify":"^1.6.0","fastest-levenshtein":"^1.0.16","fs-minipass":"^2.1.0","glob":"^8.0.1","graceful-fs":"^4.2.10","hosted-git-info":"^6.1.1","ini":"^3.0.1","init-package-json":"^4.0.1","is-cidr":"^4.0.2","json-parse-even-better-errors":"^3.0.0","libnpmaccess":"^7.0.0","libnpmdiff":"^5.0.4","libnpmexec":"^5.0.4","libnpmfund":"^4.0.4","libnpmhook":"^9.0.0","libnpmorg":"^5.0.0","libnpmpack":"^5.0.4","libnpmpublish":"^7.0.4","libnpmsearch":"^6.0.0","libnpmteam":"^5.0.0","libnpmversion":"^4.0.1","make-fetch-happen":"^11.0.1","minimatch":"^5.1.0","minipass":"^3.1.6","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","ms":"^2.1.2","node-gyp":"^9.3.0","nopt":"^7.0.0","npm-audit-report":"^4.0.0","npm-install-checks":"^6.0.0","npm-package-arg":"^10.0.0","npm-pick-manifest":"^8.0.1","npm-profile":"^7.0.1","npm-registry-fetch":"^14.0.2","npm-user-validate":"^1.0.1","npmlog":"^7.0.1","p-map":"^4.0.0","pacote":"^15.0.6","parse-conflict-json":"^3.0.0","proc-log":"^3.0.0","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^6.0.0","read-package-json-fast":"^3.0.1","rimraf":"^3.0.2","semver":"^7.3.8","ssri":"^10.0.0","tar":"^6.1.12","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^3.0.0","validate-npm-package-name":"^5.0.0","which":"^3.0.0","write-file-atomic":"^5.0.0"},"devDependencies":{"@npmcli/docs":"^1.0.0","@npmcli/eslint-config":"^4.0.0","@npmcli/fs":"^3.1.0","@npmcli/git":"^4.0.1","@npmcli/mock-registry":"^1.0.0","@npmcli/promise-spawn":"^6.0.1","@npmcli/template-oss":"4.10.0","licensee":"^9.0.0","nock":"^13.2.4","npm-packlist":"^7.0.1","remark":"^14.0.2","remark-gfm":"^3.0.1","remark-github":"^11.2.4","spawk":"^1.7.1","tap":"^16.0.1"},"bundleDependencies":["@isaacs/string-locale-compare","@npmcli/arborist","@npmcli/config","@npmcli/map-workspaces","@npmcli/package-json","@npmcli/run-script","abbrev","archy","cacache","chalk","ci-info","cli-columns","cli-table3","columnify","fastest-levenshtein","fs-minipass","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minimatch","minipass","minipass-pipeline","mkdirp","ms","node-gyp","nopt","npm-audit-report","npm-install-checks","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","p-map","pacote","parse-conflict-json","proc-log","qrcode-terminal","read","read-package-json","read-package-json-fast","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-qOFg33/5YCHLArtRBep9HJydPZURbCwt8nxwXDRHZO9PZtTUMCo1C4iXBFPW1TxnzAdHscdw76ihbupdmL7cmw==","shasum":"0cf57d747a84fcc32ed397545f5bea6dbb014141","tarball":"https://registry.npmjs.org/npm/-/npm-9.1.2.tgz","fileCount":2031,"unpackedSize":9718302,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGvLOcvLKbhVPdojw2EGZvSjwS0pj6S9SuI2qrZO46toAiBYnaNgkofEnynidY4Z0pbFJuHLnbHS8oJzpql1KvDRJw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjdVBpACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpx0w//XRc6eUtEDjeGpksFMywHQ5dMBQ4Xt58ChLA9hKl7SCt8nz0E\r\nwkhPShdlg2g2f4WGfgoCjrTKoCRLKcMuDDOCT0lV2PvmXP1IpqhmHZDFSXJt\r\nE/HAv+pVy1NQ5g5kAbPyGi/94volTBhuS87APZ8HqGrFZuTVXKuMPD7bQeGO\r\nG/PKD39vK5pk5JTBof2M3CqDN5WbuZaFswYssbOOPx+i0qU5/nM/z0GGs9B+\r\ny35b+VncQGphvTpeVjXaK907ucjnyzBid0aq/7CoFQTPwbQ4OGY9US1+BvOd\r\nochGI/nsBB2/Aok4dGcBc3UiyXNahHMlkDw3MNrUdinb5xx/28c5mTLThKpm\r\n458pkrKXVnUqPhZJPdFX0oFZj+Upmt/Ncsqfh/Ngbk5eojgBuT4CLQKinmO1\r\nyLa6h4xzJZkJMI+rXywTsxhplICLg5GOGjNnsbgq4fC2r9Eb72B2fBoleVf8\r\n62LrlCrEKbWJYPDPgyIC/b+ASClpfpObPH81wkhJ/tBGxCJiktH8puPq7y+i\r\n4fepXFw4Iuz2BDZubfp0ASGp43lkQJbCvrEdIuOUjeDd0WOu/1wM0bmfeTTR\r\nxEKAfGl7pkSMrg589j1gLnbRIHsIUB6mejX+VQTk2sIHYkP8J4k5CTF/8N2Z\r\nm+Fh4m7+oWENmIOFe2KjaGYxjKjuasDaaQA=\r\n=/FT/\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":"^14.17.0 || ^16.13.0 || >=18.0.0"}},"9.1.3":{"name":"npm","version":"9.1.3","dependencies":{"@isaacs/string-locale-compare":"^1.1.0","@npmcli/arborist":"^6.1.4","@npmcli/config":"^6.1.0","@npmcli/map-workspaces":"^3.0.0","@npmcli/package-json":"^3.0.0","@npmcli/run-script":"^6.0.0","abbrev":"^2.0.0","archy":"~1.0.0","cacache":"^17.0.2","chalk":"^4.1.2","ci-info":"^3.6.1","cli-columns":"^4.0.0","cli-table3":"^0.6.3","columnify":"^1.6.0","fastest-levenshtein":"^1.0.16","fs-minipass":"^2.1.0","glob":"^8.0.1","graceful-fs":"^4.2.10","hosted-git-info":"^6.1.1","ini":"^3.0.1","init-package-json":"^4.0.1","is-cidr":"^4.0.2","json-parse-even-better-errors":"^3.0.0","libnpmaccess":"^7.0.0","libnpmdiff":"^5.0.5","libnpmexec":"^5.0.5","libnpmfund":"^4.0.5","libnpmhook":"^9.0.0","libnpmorg":"^5.0.0","libnpmpack":"^5.0.5","libnpmpublish":"^7.0.5","libnpmsearch":"^6.0.0","libnpmteam":"^5.0.0","libnpmversion":"^4.0.1","make-fetch-happen":"^11.0.1","minimatch":"^5.1.0","minipass":"^3.1.6","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","ms":"^2.1.2","node-gyp":"^9.3.0","nopt":"^7.0.0","npm-audit-report":"^4.0.0","npm-install-checks":"^6.0.0","npm-package-arg":"^10.0.0","npm-pick-manifest":"^8.0.1","npm-profile":"^7.0.1","npm-registry-fetch":"^14.0.2","npm-user-validate":"^1.0.1","npmlog":"^7.0.1","p-map":"^4.0.0","pacote":"^15.0.6","parse-conflict-json":"^3.0.0","proc-log":"^3.0.0","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^6.0.0","read-package-json-fast":"^3.0.1","rimraf":"^3.0.2","semver":"^7.3.8","ssri":"^10.0.0","tar":"^6.1.12","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^3.0.0","validate-npm-package-name":"^5.0.0","which":"^3.0.0","write-file-atomic":"^5.0.0"},"devDependencies":{"@npmcli/docs":"^1.0.0","@npmcli/eslint-config":"^4.0.0","@npmcli/fs":"^3.1.0","@npmcli/git":"^4.0.1","@npmcli/mock-registry":"^1.0.0","@npmcli/promise-spawn":"^6.0.1","@npmcli/template-oss":"4.10.0","licensee":"^9.0.0","nock":"^13.2.4","npm-packlist":"^7.0.1","remark":"^14.0.2","remark-gfm":"^3.0.1","remark-github":"^11.2.4","spawk":"^1.7.1","tap":"^16.0.1"},"bundleDependencies":["@isaacs/string-locale-compare","@npmcli/arborist","@npmcli/config","@npmcli/map-workspaces","@npmcli/package-json","@npmcli/run-script","abbrev","archy","cacache","chalk","ci-info","cli-columns","cli-table3","columnify","fastest-levenshtein","fs-minipass","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minimatch","minipass","minipass-pipeline","mkdirp","ms","node-gyp","nopt","npm-audit-report","npm-install-checks","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","p-map","pacote","parse-conflict-json","proc-log","qrcode-terminal","read","read-package-json","read-package-json-fast","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-MOlpFXmfdPmQhvbBuV0RkaDR8VcO45eT2+ecLYC0GEP266PYAAZ6L33QPz9SR7fC3o4L+1V/KV9DtoHTetaDuw==","shasum":"5b83a3968a0253a9547d559852ddc32f667baad8","tarball":"https://registry.npmjs.org/npm/-/npm-9.1.3.tgz","fileCount":2031,"unpackedSize":9719116,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDYQRyqTlNBKed3sMerji+zKzSAl5MRPMvs4zd1vB7CPAiBR+3I8Q5qvMM8Cvx3p8PS5K7jQJdL3zPBI8lKyRfpjgw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjh+l1ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoIZQ//Q0dIs7WQHNQb3m9c36H+uIOdZ436aDTsZV51y+BHWieSoZ23\r\naJ4aBW8BfyZZ+TqtZetyvrjoaggDMn9WR+NYlObYfcmBff1IMu0I0GuvPWbw\r\nwDAm1LYIFHGu++pmEueCfwVGAz1cwaTum+Zn72etHgNpcFOAmIRoNJP+MLzN\r\n03CO6z652Sbyf2wRJvUnQPbOEZPUebhq1aanC0Mqm96WSYy+TvZ3Ea11sBQ7\r\nzmOTdyHCaiV9olWd2fUCpJHRXlmCzDhHObXimL5zOg/BXyRgAjTGjLNOepbk\r\nnhjBMciFzx4qFqRv4R6lqb1llI7B6pYlaWg1a+GXoJ9GRQf3G0yTxD7DqCQJ\r\nfMp04lghsiqEeTbyP9Vlynrox1+hwW0Ga5auNhCMEEBmwQHxX3c72eYmJ5xP\r\nwBfTPBQ4//MS2BPRAevxOhG6wolNLxLF+/91tE+VsBjH1VSiLzmSRQd54y/u\r\nf0UQF96nPJSD+LK/fT+RO1oKoUfRaG2sEh5+XbiamTxG43Fkvs58t+YnXu2J\r\n+69yU0BuT5iIh49BGlHWqaxQHw8rJhdN7p+3J68vOGbCEOoSa3ym38UOWzqd\r\nhpLLWgTPOyZ87NHPLpyuhVt9YAQ28b5BQjxMSWwLVdTqRi99h5LY9ki3X7tg\r\nvKwIqDpW+sWCpmotnyMtTULCPbzHCh44V/8=\r\n=Y20G\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":"^14.17.0 || ^16.13.0 || >=18.0.0"}},"9.2.0":{"name":"npm","version":"9.2.0","dependencies":{"@isaacs/string-locale-compare":"^1.1.0","@npmcli/arborist":"^6.1.5","@npmcli/config":"^6.1.0","@npmcli/map-workspaces":"^3.0.0","@npmcli/package-json":"^3.0.0","@npmcli/run-script":"^6.0.0","abbrev":"^2.0.0","archy":"~1.0.0","cacache":"^17.0.3","chalk":"^4.1.2","ci-info":"^3.7.0","cli-columns":"^4.0.0","cli-table3":"^0.6.3","columnify":"^1.6.0","fastest-levenshtein":"^1.0.16","fs-minipass":"^2.1.0","glob":"^8.0.1","graceful-fs":"^4.2.10","hosted-git-info":"^6.1.1","ini":"^3.0.1","init-package-json":"^4.0.1","is-cidr":"^4.0.2","json-parse-even-better-errors":"^3.0.0","libnpmaccess":"^7.0.1","libnpmdiff":"^5.0.6","libnpmexec":"^5.0.6","libnpmfund":"^4.0.6","libnpmhook":"^9.0.1","libnpmorg":"^5.0.1","libnpmpack":"^5.0.6","libnpmpublish":"^7.0.6","libnpmsearch":"^6.0.1","libnpmteam":"^5.0.1","libnpmversion":"^4.0.1","make-fetch-happen":"^11.0.2","minimatch":"^5.1.1","minipass":"^4.0.0","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","ms":"^2.1.2","node-gyp":"^9.3.0","nopt":"^7.0.0","npm-audit-report":"^4.0.0","npm-install-checks":"^6.0.0","npm-package-arg":"^10.1.0","npm-pick-manifest":"^8.0.1","npm-profile":"^7.0.1","npm-registry-fetch":"^14.0.3","npm-user-validate":"^1.0.1","npmlog":"^7.0.1","p-map":"^4.0.0","pacote":"^15.0.7","parse-conflict-json":"^3.0.0","proc-log":"^3.0.0","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^6.0.0","read-package-json-fast":"^3.0.1","rimraf":"^3.0.2","semver":"^7.3.8","ssri":"^10.0.1","tar":"^6.1.13","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^3.0.0","validate-npm-package-name":"^5.0.0","which":"^3.0.0","write-file-atomic":"^5.0.0"},"devDependencies":{"@npmcli/docs":"^1.0.0","@npmcli/eslint-config":"^4.0.0","@npmcli/fs":"^3.1.0","@npmcli/git":"^4.0.1","@npmcli/mock-registry":"^1.0.0","@npmcli/promise-spawn":"^6.0.1","@npmcli/template-oss":"4.11.0","licensee":"^9.0.0","nock":"^13.2.4","npm-packlist":"^7.0.4","remark":"^14.0.2","remark-gfm":"^3.0.1","remark-github":"^11.2.4","spawk":"^1.7.1","tap":"^16.0.1"},"bundleDependencies":["@isaacs/string-locale-compare","@npmcli/arborist","@npmcli/config","@npmcli/map-workspaces","@npmcli/package-json","@npmcli/run-script","abbrev","archy","cacache","chalk","ci-info","cli-columns","cli-table3","columnify","fastest-levenshtein","fs-minipass","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minimatch","minipass","minipass-pipeline","mkdirp","ms","node-gyp","nopt","npm-audit-report","npm-install-checks","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","p-map","pacote","parse-conflict-json","proc-log","qrcode-terminal","read","read-package-json","read-package-json-fast","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-oypVdaWGHDuV79RXLvp+B9gh6gDyAmoHKrQ0/JBYTWWx5D8/+AAxFdZC84fSIiyDdyW4qfrSyYGKhekxDOaMXQ==","shasum":"f4ced5247b703103c6fc7b6e7ec2927c8f0a3d21","tarball":"https://registry.npmjs.org/npm/-/npm-9.2.0.tgz","fileCount":2067,"unpackedSize":9929728,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDSEgXxMGUOHwsc+n3tmEIQZK8ai7FXbIiaWTekM51CIgIhANrv5HWeaMT8C2ayLggX1zveXQhct+b9TAdcA/KjcMLX"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjkR20ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoXZg/9EsYAJGuUUKwEVSq7XugeILBfp1chUxeVYTDDOiOepO+C0OTI\r\nVjqhfz447KrPahVWN8Ocb+Zy/E4HAWInfCHwCxqKgapZp4G3PqdbxnA5/i72\r\nQ5vL/1mHqIewebSH1d1DLGenC56tuAQGmJs7IngRov8rV/NwQco4gKze9X6C\r\ncppc/2W0HPcxKNP8OwoWSkTiy8SsVEuMYsZcrur7diDtOYhqYcPKEwljaN57\r\naNTts7xGubqLWOmPxYGMQnx29hTYh1sLyjYggwuTrOcxBPxfpc6s7QcRuLzP\r\nODn5K9cxdI2EbEC8fKPtbzm4JHNy+wQQCpa02RlNEeU2iiXyDCypL9Cdto4b\r\nZTpx4RIXSEHgU1Xa2qIeNywWb89CzVVwqoYbD5IlER2v4wkpy8uv++KvbiUt\r\n/JtCN815zI4La17mqVFjb5BlnTs7SO2X0e3r60Dppe3HQD8StVNyw+elUZbT\r\nHonRKJtJsEZt4JwfL2SplF7UxDGhMDJKc6dEX7RUwf+6dicnnAoz/OhTxXgO\r\n2exUtzRyH8NbgqheDSH7scMdcVrqQLn/n8DXy8cfEfYRL0jybiz8GWYPCFvn\r\nFLHKEDAatgDaTjLIZwy6QDjsPwGsqjulfm4yxkqxxrI1nilZoenBi5v6m2SK\r\n9e+Tp2F/VuGqwNUmKugCPpqLo/yVZLwVb3I=\r\n=JBX+\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":"^14.17.0 || ^16.13.0 || >=18.0.0"}},"6.14.18":{"name":"npm","version":"6.14.18","dependencies":{"JSONStream":"^1.3.5","abbrev":"~1.1.1","ansicolors":"~0.3.2","ansistyles":"~0.1.3","aproba":"^2.0.0","archy":"~1.0.0","bin-links":"^1.1.8","bluebird":"^3.7.2","byte-size":"^5.0.1","cacache":"^12.0.4","call-limit":"^1.1.1","chownr":"^1.1.4","ci-info":"^2.0.0","cli-columns":"^3.1.2","cli-table3":"^0.5.1","cmd-shim":"^3.0.3","columnify":"~1.5.4","config-chain":"^1.1.13","detect-indent":"~5.0.0","detect-newline":"^2.1.0","dezalgo":"^1.0.4","editor":"~1.0.0","figgy-pudding":"^3.5.2","find-npm-prefix":"^1.0.2","fs-vacuum":"~1.2.10","fs-write-stream-atomic":"~1.0.10","gentle-fs":"^2.3.1","glob":"^7.2.3","graceful-fs":"^4.2.10","has-unicode":"~2.0.1","hosted-git-info":"^2.8.9","iferr":"^1.0.2","infer-owner":"^1.0.4","inflight":"~1.0.6","inherits":"^2.0.4","ini":"^1.3.8","init-package-json":"^1.10.3","is-cidr":"^3.1.1","json-parse-better-errors":"^1.0.2","lazy-property":"~1.0.0","libcipm":"^4.0.8","libnpm":"^3.0.1","libnpmaccess":"^3.0.2","libnpmhook":"^5.0.3","libnpmorg":"^1.0.1","libnpmsearch":"^2.0.2","libnpmteam":"^1.0.2","libnpx":"^10.2.4","lock-verify":"^2.2.2","lockfile":"^1.0.4","lodash._baseuniq":"~4.6.0","lodash.clonedeep":"~4.5.0","lodash.union":"~4.6.0","lodash.uniq":"~4.5.0","lodash.without":"~4.4.0","lru-cache":"^5.1.1","meant":"^1.0.3","mississippi":"^3.0.0","mkdirp":"^0.5.6","move-concurrently":"^1.0.1","node-gyp":"^5.1.1","nopt":"^4.0.3","normalize-package-data":"^2.5.0","npm-audit-report":"^1.3.3","npm-cache-filename":"~1.0.2","npm-install-checks":"^3.0.2","npm-lifecycle":"^3.1.5","npm-package-arg":"^6.1.1","npm-packlist":"^1.4.8","npm-pick-manifest":"^3.0.2","npm-profile":"^4.0.4","npm-registry-fetch":"^4.0.7","npm-user-validate":"^1.0.1","npmlog":"~4.1.2","once":"~1.4.0","opener":"^1.5.2","osenv":"^0.1.5","pacote":"^9.5.12","path-is-inside":"~1.0.2","promise-inflight":"~1.0.1","qrcode-terminal":"^0.12.0","query-string":"^6.14.1","qw":"^1.0.2","read":"~1.0.7","read-cmd-shim":"^1.0.5","read-installed":"~4.0.3","read-package-json":"^2.1.2","read-package-tree":"^5.3.1","readable-stream":"^3.6.0","readdir-scoped-modules":"^1.1.0","request":"^2.88.2","retry":"^0.12.0","rimraf":"^2.7.1","safe-buffer":"^5.2.1","semver":"^5.7.1","sha":"^3.0.0","slide":"~1.1.6","sorted-object":"~2.0.1","sorted-union-stream":"~2.1.3","ssri":"^6.0.2","stringify-package":"^1.0.1","tar":"^4.4.19","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","uid-number":"0.0.6","umask":"~1.1.0","unique-filename":"^1.1.1","unpipe":"~1.0.0","update-notifier":"^2.5.0","uuid":"^3.4.0","validate-npm-package-license":"^3.0.4","validate-npm-package-name":"~3.0.0","which":"^1.3.1","worker-farm":"^1.7.0","write-file-atomic":"^2.4.3","debuglog":"*","imurmurhash":"*","lodash._baseindexof":"*","lodash._bindcallback":"*","lodash._cacheindexof":"*","lodash._createcache":"*","lodash._getnative":"*","lodash.restparam":"*"},"devDependencies":{"@mdx-js/mdx":"^1.6.22","bl":"^3.0.1","cmark-gfm":"^0.8.3","deep-equal":"^1.1.1","get-stream":"^4.1.0","jsdom":"^16.7.0","licensee":"^7.0.3","marked":"^0.7.0","marked-man":"^0.7.0","npm-registry-mock":"^1.3.2","require-inject":"^1.4.4","sprintf-js":"^1.1.2","standard":"^11.0.1","tacks":"^1.3.0","tap":"^12.7.0","tar-stream":"^2.2.0","yaml":"^1.10.2"},"bundleDependencies":["abbrev","ansicolors","ansistyles","aproba","archy","bin-links","bluebird","byte-size","cacache","call-limit","chownr","ci-info","cli-columns","cli-table3","cmd-shim","columnify","config-chain","debuglog","detect-indent","detect-newline","dezalgo","editor","figgy-pudding","find-npm-prefix","fs-vacuum","fs-write-stream-atomic","gentle-fs","glob","graceful-fs","has-unicode","hosted-git-info","iferr","imurmurhash","infer-owner","inflight","inherits","ini","init-package-json","is-cidr","json-parse-better-errors","JSONStream","lazy-property","libcipm","libnpm","libnpmaccess","libnpmhook","libnpmorg","libnpmsearch","libnpmteam","libnpx","lock-verify","lockfile","lodash._baseindexof","lodash._baseuniq","lodash._bindcallback","lodash._cacheindexof","lodash._createcache","lodash._getnative","lodash.clonedeep","lodash.restparam","lodash.union","lodash.uniq","lodash.without","lru-cache","meant","mississippi","mkdirp","move-concurrently","node-gyp","nopt","normalize-package-data","npm-audit-report","npm-cache-filename","npm-install-checks","npm-lifecycle","npm-package-arg","npm-packlist","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","once","opener","osenv","pacote","path-is-inside","promise-inflight","qrcode-terminal","query-string","qw","read-cmd-shim","read-installed","read-package-json","read-package-tree","read","readable-stream","readdir-scoped-modules","request","retry","rimraf","safe-buffer","semver","sha","slide","sorted-object","sorted-union-stream","ssri","stringify-package","tar","text-table","tiny-relative-date","uid-number","umask","unique-filename","unpipe","update-notifier","uuid","validate-npm-package-license","validate-npm-package-name","which","worker-farm","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-p3SjqSchSuNQUqbJBgwdv0L3O6bKkaSfQrQzJsskNpNKLg0g37c5xTXFV0SqTlX9GWvoGxBELVJMRWq0J8oaLA==","shasum":"5cd431567f0961e1fe63d46738cf37f74f7999eb","tarball":"https://registry.npmjs.org/npm/-/npm-6.14.18.tgz","fileCount":4215,"unpackedSize":19039376,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHq5SosyydCF8eGW/3fWDMDwyWMqO1jioYBHqZpVCPN2AiAkEEu172snoae4YmULz1rLKq2oWWa+lBYXA7p6XaVSAA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjo2wvACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoR8A//RZsiN5jIQpYmg5i3abUme3m265s8Rp1LCWWmSB8mRBX0mTdX\r\nl6Ed9/mnW2Zekv9gyccHU6dsPCdhwJJZ2iXHPnMBNgxmIB6tKMJMmmhQ1g8y\r\nu8xUiqVnLLenEnA/POolViLast//lw/DRma5azdSI5ToWq2ORn0t+CtJmmZ7\r\ny7gDOIlZwvun3acoxDcVbsB+Y0971XLm5zEiiBpyXSg7svERuwU/UVNGrDJL\r\n+JuotAZnOfF/rMlw7Hcgrkv80cHViHcm5gYTjB7z1xWeEHr2YJA6xcqSnBlj\r\nlKniSW4bioiLodxOxfjjhhcIHMIbTHrm9vuYgJwHP6FFbVaNI0fOfXKexwV+\r\nhSnLx4ou/AsjBehHBO7k/PmPq3GMCpnKcfMBUvFiZtXkDbpb1BiG4bxAWUPj\r\nbrWQuOoSREzwEpEP/C5yjnOuJbx8O+9BiZG7+sAH30wwaH4x52X9S3Fle9V7\r\nadjXBiKDRoOPP3MgzBw/SVj5CYQ9bXTo127sTR758aL0wY1eAY9+vQ+9VCgb\r\nlioK8oRx9gVKYDPVtUgkE7ecgg5TWmAacEaIEj+Y4DNyzI3gWPZoiBP0nety\r\n68a7u5CSpII9/YmIIyekbZ7qQvemyVmW1jjZ74bzYiCP7JtYhwfL8jm14kYX\r\nas/yV9sVDWHaxXab2hXVt/ID9d6vo5HY9JQ=\r\n=sNOa\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":"6 >=6.2.0 || 8 || >=9.3.0"}},"9.3.0":{"name":"npm","version":"9.3.0","dependencies":{"@isaacs/string-locale-compare":"^1.1.0","@npmcli/arborist":"^6.1.6","@npmcli/config":"^6.1.1","@npmcli/map-workspaces":"^3.0.0","@npmcli/package-json":"^3.0.0","@npmcli/run-script":"^6.0.0","abbrev":"^2.0.0","archy":"~1.0.0","cacache":"^17.0.3","chalk":"^4.1.2","ci-info":"^3.7.0","cli-columns":"^4.0.0","cli-table3":"^0.6.3","columnify":"^1.6.0","fastest-levenshtein":"^1.0.16","fs-minipass":"^2.1.0","glob":"^8.0.1","graceful-fs":"^4.2.10","hosted-git-info":"^6.1.1","ini":"^3.0.1","init-package-json":"^4.0.1","is-cidr":"^4.0.2","json-parse-even-better-errors":"^3.0.0","libnpmaccess":"^7.0.1","libnpmdiff":"^5.0.7","libnpmexec":"^5.0.7","libnpmfund":"^4.0.7","libnpmhook":"^9.0.1","libnpmorg":"^5.0.1","libnpmpack":"^5.0.7","libnpmpublish":"^7.0.6","libnpmsearch":"^6.0.1","libnpmteam":"^5.0.1","libnpmversion":"^4.0.1","make-fetch-happen":"^11.0.2","minimatch":"^5.1.1","minipass":"^4.0.0","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","ms":"^2.1.2","node-gyp":"^9.3.0","nopt":"^7.0.0","npm-audit-report":"^4.0.0","npm-install-checks":"^6.0.0","npm-package-arg":"^10.1.0","npm-pick-manifest":"^8.0.1","npm-profile":"^7.0.1","npm-registry-fetch":"^14.0.3","npm-user-validate":"^1.0.1","npmlog":"^7.0.1","p-map":"^4.0.0","pacote":"^15.0.7","parse-conflict-json":"^3.0.0","proc-log":"^3.0.0","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^6.0.0","read-package-json-fast":"^3.0.1","semver":"^7.3.8","ssri":"^10.0.1","tar":"^6.1.13","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^3.0.0","validate-npm-package-name":"^5.0.0","which":"^3.0.0","write-file-atomic":"^5.0.0"},"devDependencies":{"@npmcli/docs":"^1.0.0","@npmcli/eslint-config":"^4.0.0","@npmcli/fs":"^3.1.0","@npmcli/git":"^4.0.1","@npmcli/mock-registry":"^1.0.0","@npmcli/promise-spawn":"^6.0.1","@npmcli/template-oss":"4.11.0","licensee":"^10.0.0","nock":"^13.2.4","npm-packlist":"^7.0.4","remark":"^14.0.2","remark-gfm":"^3.0.1","remark-github":"^11.2.4","spawk":"^1.7.1","tap":"^16.3.2"},"bundleDependencies":["@isaacs/string-locale-compare","@npmcli/arborist","@npmcli/config","@npmcli/map-workspaces","@npmcli/package-json","@npmcli/run-script","abbrev","archy","cacache","chalk","ci-info","cli-columns","cli-table3","columnify","fastest-levenshtein","fs-minipass","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minimatch","minipass","minipass-pipeline","mkdirp","ms","node-gyp","nopt","npm-audit-report","npm-install-checks","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","p-map","pacote","parse-conflict-json","proc-log","qrcode-terminal","read","read-package-json","read-package-json-fast","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-5Yl4snmvEzFkHPAzr5wq9pdEh0NBupqRmhQzBT5YdCGN0lSnKHd9JPJSbm7jZri81uXFl3YG6wrpWVAyTbZr7g==","shasum":"8c47edff62d8d4b2508fb3a05270ac6344262e11","tarball":"https://registry.npmjs.org/npm/-/npm-9.3.0.tgz","fileCount":2063,"unpackedSize":9908259,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCMPrxAgCorNwGv/L2bbHeQbVlWcXDzPOCGjDobw0ittgIhAJbkydpR/jzTWh/I0+I/sW1/oawocyzM+Q0IfMB0S5bM"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjwG4XACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpdCxAAkqnnNvfuvQeqG2WLI0Mm3lNaOUIUHv4OvfDtIajKay2lSMca\r\nMXUwlSfv9oNvKLMyrwCtFaNicba3s1DaYZJHeh2IRGq5CgpThitopAqQBd9O\r\nANSQ+WT/7aKyAoMuIhMyz06C+PKYeULU9BL0JKlyXV7R0HXdLI7G6OzINx2p\r\nGfoJfVV6JQ5uac6fpr+jmi9I5/i4CPZoFbM0iwj0zeTjfAWPsKZJdhnfraAt\r\nAhf7dJPsyKfrPD9Es8tWiTQlG4izx7mf9A2xYD92w3VhX0kyQ+nxFmpnxuWm\r\n6Io+YC28+XYc4k1OOUX8Sf915Fu94+wuv4/PmPoshyShX5akNBbuwan9ZaTd\r\ntt/Uy365i8J1XtwEzo/ODZTNgNwNUnqkaRH37OQVIDTWIdzjRjU6eQdsYW35\r\nKmBtvO36V+sCdEPeY/+iwzIAIOPWjBQCE2AUV/0TrtOT3iTOdV5GoTlQVR9P\r\ngDirIyhJAjSgLos6KNc5cBSAdX+iaL8l4ke7o1AL+HRRcBxp1W4hBqL234U5\r\nKM7lEdAo1YJz9pkYHBokhCPvw7TasS8ProVH+S62rReAERgpxlTilfeoGTNC\r\nccWiYS9ta1NSG0Dsd7yBBd1BsvWvCT+fyiv33W1qrMEhcYhm49IvXRMgPdKr\r\nrWC6oeRtD4uWLslbHozr+bIxHlKVb4nI0B4=\r\n=NRFu\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":"^14.17.0 || ^16.13.0 || >=18.0.0"}},"9.3.1":{"name":"npm","version":"9.3.1","dependencies":{"@isaacs/string-locale-compare":"^1.1.0","@npmcli/arborist":"^6.1.6","@npmcli/config":"^6.1.1","@npmcli/map-workspaces":"^3.0.0","@npmcli/package-json":"^3.0.0","@npmcli/run-script":"^6.0.0","abbrev":"^2.0.0","archy":"~1.0.0","cacache":"^17.0.3","chalk":"^4.1.2","ci-info":"^3.7.0","cli-columns":"^4.0.0","cli-table3":"^0.6.3","columnify":"^1.6.0","fastest-levenshtein":"^1.0.16","fs-minipass":"^2.1.0","glob":"^8.0.1","graceful-fs":"^4.2.10","hosted-git-info":"^6.1.1","ini":"^3.0.1","init-package-json":"^4.0.1","is-cidr":"^4.0.2","json-parse-even-better-errors":"^3.0.0","libnpmaccess":"^7.0.1","libnpmdiff":"^5.0.7","libnpmexec":"^5.0.7","libnpmfund":"^4.0.7","libnpmhook":"^9.0.1","libnpmorg":"^5.0.1","libnpmpack":"^5.0.7","libnpmpublish":"^7.0.6","libnpmsearch":"^6.0.1","libnpmteam":"^5.0.1","libnpmversion":"^4.0.1","make-fetch-happen":"^11.0.2","minimatch":"^5.1.1","minipass":"^4.0.0","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","ms":"^2.1.2","node-gyp":"^9.3.0","nopt":"^7.0.0","npm-audit-report":"^4.0.0","npm-install-checks":"^6.0.0","npm-package-arg":"^10.1.0","npm-pick-manifest":"^8.0.1","npm-profile":"^7.0.1","npm-registry-fetch":"^14.0.3","npm-user-validate":"^1.0.1","npmlog":"^7.0.1","p-map":"^4.0.0","pacote":"^15.0.7","parse-conflict-json":"^3.0.0","proc-log":"^3.0.0","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^6.0.0","read-package-json-fast":"^3.0.1","semver":"^7.3.8","ssri":"^10.0.1","tar":"^6.1.13","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^3.0.0","validate-npm-package-name":"^5.0.0","which":"^3.0.0","write-file-atomic":"^5.0.0"},"devDependencies":{"@npmcli/docs":"^1.0.0","@npmcli/eslint-config":"^4.0.0","@npmcli/fs":"^3.1.0","@npmcli/git":"^4.0.1","@npmcli/mock-registry":"^1.0.0","@npmcli/promise-spawn":"^6.0.1","@npmcli/template-oss":"4.11.0","licensee":"^10.0.0","nock":"^13.2.4","npm-packlist":"^7.0.4","remark":"^14.0.2","remark-gfm":"^3.0.1","remark-github":"^11.2.4","spawk":"^1.7.1","tap":"^16.3.2"},"bundleDependencies":["@isaacs/string-locale-compare","@npmcli/arborist","@npmcli/config","@npmcli/map-workspaces","@npmcli/package-json","@npmcli/run-script","abbrev","archy","cacache","chalk","ci-info","cli-columns","cli-table3","columnify","fastest-levenshtein","fs-minipass","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minimatch","minipass","minipass-pipeline","mkdirp","ms","node-gyp","nopt","npm-audit-report","npm-install-checks","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","p-map","pacote","parse-conflict-json","proc-log","qrcode-terminal","read","read-package-json","read-package-json-fast","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-ydRVmnWEVXmc3DCM+F9BjiNj3IHkZ3Mwz5VbJYS2BpY/6d4PcKxNW+Xb0vzGeE6PkVhLcPxwhoIi+RFV2fSfEA==","shasum":"3d7499a1f7b867055dee3177ed6baa5cda8528a8","tarball":"https://registry.npmjs.org/npm/-/npm-9.3.1.tgz","fileCount":2063,"unpackedSize":9908351,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCQUui4Uur0ou2x35o2Xk3D2yXRv5Jpu0iY8aPVwMhghAIgGW0sYjmqrSuv1i48hiZQXRaU6VwBhJjZ9rau6ruxdIQ="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjxtp/ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo7pg/+O+FwNhJP9olP5anA3Cy7Y3aD/NQvyVKM829o0uQ6TwW0P0gB\r\niBgXX7JJ1WDnjZcayrAxjtpcTWfNdxs5fjJp1a+e/VGfJ9nEOArnMNqGIFzv\r\nRTG1RjSUV7QJY+JwCp//6K4Gun8jCdK2krBdT8apElF1IfZVIJgUljdqp6m+\r\nY/skRQe/1PYKD0BAUIy0bSBNSxspknq3q0+a4xPpj1MrNAh5N1p/f9vbEMoS\r\nzdlcfYCHbMt165ZfCyZ+xhbSyNaUKY3+nUolCh1ydxe+8eLvoje0Yrjbalsr\r\nTMS9Oc7fjqQRzmIKbXYoN8+ddK7JMYBHPvwzmz/3iUAaj49gIFce1/rrTXIy\r\nAGChx5ltDcJczHyNaEW0bP4wrw0BsHzEMzVYtjVeGwtTn5ej2ChbCzA47fPb\r\n+Y4TqJfe4zb45SDPjmpowBi4ejC2mPufElNV15pckdONPJcFrzBINJkDnwSS\r\ndZgb1J6y+jGdtRz90b7xjGv2I/Pc4FCvhcn2MYnze/metWPtG/AfN1m8XgZI\r\nA2tAp9XsO+AYTapeoUWWuaD3pQVRQiMKUFcMPL+Y/jbac4TfeXmsOFedoF2G\r\njyb7r7MT92xIwVp4nx9yW+WDWWWsiup0fpVgGz5QcUobAhoyCfle5B00MVt2\r\nXQSajQVwvRlZr1AzoPYZxm+a/IAWpC6SAKE=\r\n=mmMQ\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":"^14.17.0 || ^16.13.0 || >=18.0.0"}},"9.4.0":{"name":"npm","version":"9.4.0","dependencies":{"@isaacs/string-locale-compare":"^1.1.0","@npmcli/arborist":"^6.2.0","@npmcli/config":"^6.1.1","@npmcli/map-workspaces":"^3.0.0","@npmcli/package-json":"^3.0.0","@npmcli/run-script":"^6.0.0","abbrev":"^2.0.0","archy":"~1.0.0","cacache":"^17.0.3","chalk":"^4.1.2","ci-info":"^3.7.0","cli-columns":"^4.0.0","cli-table3":"^0.6.3","columnify":"^1.6.0","fastest-levenshtein":"^1.0.16","fs-minipass":"^2.1.0","glob":"^8.0.1","graceful-fs":"^4.2.10","hosted-git-info":"^6.1.1","ini":"^3.0.1","init-package-json":"^4.0.1","is-cidr":"^4.0.2","json-parse-even-better-errors":"^3.0.0","libnpmaccess":"^7.0.1","libnpmdiff":"^5.0.8","libnpmexec":"^5.0.8","libnpmfund":"^4.0.8","libnpmhook":"^9.0.1","libnpmorg":"^5.0.1","libnpmpack":"^5.0.8","libnpmpublish":"^7.0.6","libnpmsearch":"^6.0.1","libnpmteam":"^5.0.1","libnpmversion":"^4.0.1","make-fetch-happen":"^11.0.2","minimatch":"^5.1.1","minipass":"^4.0.0","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","ms":"^2.1.2","node-gyp":"^9.3.0","nopt":"^7.0.0","npm-audit-report":"^4.0.0","npm-install-checks":"^6.0.0","npm-package-arg":"^10.1.0","npm-pick-manifest":"^8.0.1","npm-profile":"^7.0.1","npm-registry-fetch":"^14.0.3","npm-user-validate":"^1.0.1","npmlog":"^7.0.1","p-map":"^4.0.0","pacote":"^15.0.7","parse-conflict-json":"^3.0.0","proc-log":"^3.0.0","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^6.0.0","read-package-json-fast":"^3.0.1","semver":"^7.3.8","ssri":"^10.0.1","tar":"^6.1.13","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^3.0.0","validate-npm-package-name":"^5.0.0","which":"^3.0.0","write-file-atomic":"^5.0.0"},"devDependencies":{"@npmcli/docs":"^1.0.0","@npmcli/eslint-config":"^4.0.0","@npmcli/fs":"^3.1.0","@npmcli/git":"^4.0.1","@npmcli/mock-registry":"^1.0.0","@npmcli/promise-spawn":"^6.0.1","@npmcli/template-oss":"4.11.1","licensee":"^10.0.0","nock":"^13.2.4","npm-packlist":"^7.0.4","remark":"^14.0.2","remark-gfm":"^3.0.1","remark-github":"^11.2.4","spawk":"^1.7.1","tap":"^16.3.2"},"bundleDependencies":["@isaacs/string-locale-compare","@npmcli/arborist","@npmcli/config","@npmcli/map-workspaces","@npmcli/package-json","@npmcli/run-script","abbrev","archy","cacache","chalk","ci-info","cli-columns","cli-table3","columnify","fastest-levenshtein","fs-minipass","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minimatch","minipass","minipass-pipeline","mkdirp","ms","node-gyp","nopt","npm-audit-report","npm-install-checks","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","p-map","pacote","parse-conflict-json","proc-log","qrcode-terminal","read","read-package-json","read-package-json-fast","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-eT/yB9VFgnqJjMZN++RDcKPyuvEl3iM//bfJzAa3F9+x9l/x8XJUYnHAy0K6ep4JVNTxCUAp/wgy0pBicTZr5A==","shasum":"6e92558bed18063189dac5b5cd239dd2dca931a4","tarball":"https://registry.npmjs.org/npm/-/npm-9.4.0.tgz","fileCount":2064,"unpackedSize":9925600,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDSTmFg5MEV9vzW66AT90VqoROoK83m57USQbH6XZM9pAiEApf3jakUQoJdQ1sacG4fA8W4ylVyrPLWoJV8WV8cqcuY="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj0Z5/ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpf/RAAj/hxim5LCWNXQBzViDMQnaGa/F0TUpJOh3meiJ01No0iN2+C\r\nbPNt9jhyRWp71AebqLztHH/6CFl5GaA63AIkZkYxbuBykOY8K8t6TNvo+b/l\r\nONZQTuKddM2V+A3WbBu+Osu60OjlTUtbwaE0x7SjPGYA2XSgiR0/Nqyd+RY/\r\nqJSD9m5SVFN7ZAtndBgLebJnZk7IowCShrnfgd/FBTcMUvXCJKsRRTCdKQSf\r\nQ1e4rtRBi3TtmamCYrOrcSvEOR7Hrk3VnOzcYjn4cZHRFOkENyqhH8y+11eT\r\nRvzO+p795bpdr6dyXFTZtWPIjX8wNXHqslNFlQgVWyH3GpOVVr7lK92deDhM\r\nGV8qbxU+24X7uNSC4YxqtTJUWk6nniC7mZX5I4DJDS945GxLJYi1UmQKiksY\r\nUA6AlzO1XlNAuTIU6RDiOuG7ZhWCXquUFIeV7XEM8yCmS+Nfz9MOOdVD2yeM\r\nCIVSY26J71Qi0/hpEzcOee/bt0YTuwUxtIe2YdvF+R0JZiJFlLv1m5QcshzJ\r\nckXpM9sAwH5Etts0j3+0QaHYdmPpbpnkj9eFZf4BIIL1Cy1AYaVXQ4g/et8k\r\n1HJF5+x3lOJrLvf7Ge+iE9KWffItaDaSeVNDEd7PlO3Hdn0m+dJXdlhKJsnv\r\nDgUHBmzG1K0DuUMAEF/79EER+MDlqe7QJ4g=\r\n=ygnh\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":"^14.17.0 || ^16.13.0 || >=18.0.0"}},"9.4.1":{"name":"npm","version":"9.4.1","dependencies":{"@isaacs/string-locale-compare":"^1.1.0","@npmcli/arborist":"^6.2.1","@npmcli/config":"^6.1.2","@npmcli/map-workspaces":"^3.0.0","@npmcli/package-json":"^3.0.0","@npmcli/run-script":"^6.0.0","abbrev":"^2.0.0","archy":"~1.0.0","cacache":"^17.0.3","chalk":"^4.1.2","ci-info":"^3.7.0","cli-columns":"^4.0.0","cli-table3":"^0.6.3","columnify":"^1.6.0","fastest-levenshtein":"^1.0.16","fs-minipass":"^2.1.0","glob":"^8.0.1","graceful-fs":"^4.2.10","hosted-git-info":"^6.1.1","ini":"^3.0.1","init-package-json":"^4.0.1","is-cidr":"^4.0.2","json-parse-even-better-errors":"^3.0.0","libnpmaccess":"^7.0.1","libnpmdiff":"^5.0.9","libnpmexec":"^5.0.9","libnpmfund":"^4.0.9","libnpmhook":"^9.0.1","libnpmorg":"^5.0.1","libnpmpack":"^5.0.9","libnpmpublish":"^7.0.6","libnpmsearch":"^6.0.1","libnpmteam":"^5.0.1","libnpmversion":"^4.0.1","make-fetch-happen":"^11.0.2","minimatch":"^5.1.1","minipass":"^4.0.0","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","ms":"^2.1.2","node-gyp":"^9.3.0","nopt":"^7.0.0","npm-audit-report":"^4.0.0","npm-install-checks":"^6.0.0","npm-package-arg":"^10.1.0","npm-pick-manifest":"^8.0.1","npm-profile":"^7.0.1","npm-registry-fetch":"^14.0.3","npm-user-validate":"^1.0.1","npmlog":"^7.0.1","p-map":"^4.0.0","pacote":"^15.0.7","parse-conflict-json":"^3.0.0","proc-log":"^3.0.0","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^6.0.0","read-package-json-fast":"^3.0.1","semver":"^7.3.8","ssri":"^10.0.1","tar":"^6.1.13","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^3.0.0","validate-npm-package-name":"^5.0.0","which":"^3.0.0","write-file-atomic":"^5.0.0"},"devDependencies":{"@npmcli/docs":"^1.0.0","@npmcli/eslint-config":"^4.0.0","@npmcli/fs":"^3.1.0","@npmcli/git":"^4.0.1","@npmcli/mock-registry":"^1.0.0","@npmcli/promise-spawn":"^6.0.1","@npmcli/template-oss":"4.11.1","licensee":"^10.0.0","nock":"^13.2.4","npm-packlist":"^7.0.4","remark":"^14.0.2","remark-gfm":"^3.0.1","remark-github":"^11.2.4","spawk":"^1.7.1","tap":"^16.3.2"},"bundleDependencies":["@isaacs/string-locale-compare","@npmcli/arborist","@npmcli/config","@npmcli/map-workspaces","@npmcli/package-json","@npmcli/run-script","abbrev","archy","cacache","chalk","ci-info","cli-columns","cli-table3","columnify","fastest-levenshtein","fs-minipass","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minimatch","minipass","minipass-pipeline","mkdirp","ms","node-gyp","nopt","npm-audit-report","npm-install-checks","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","p-map","pacote","parse-conflict-json","proc-log","qrcode-terminal","read","read-package-json","read-package-json-fast","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-yCtrPwN/vPtc2KRyIBLdTqPMFy0R9pPurr8wJKtDvDfzICY/3IBG6t2z+zHA79pl5R8+mVH8EcJICLUeU48oQQ==","shasum":"75897a0a891b017cd9a317527aa388ffccac8721","tarball":"https://registry.npmjs.org/npm/-/npm-9.4.1.tgz","fileCount":2064,"unpackedSize":9925476,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCEZH73kYy4wXcEuKbFjWdd+LMQbQbo2w37v7m+mFjQdgIhALgjdKLlZPh5kC8QQWCNrYHlp8mXVpxkOaOqJ0NNNVLz"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj2zlvACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr9Ng/+JvM/vE8oQ0J0l0+53O3g7SrJiABfq+VHKXo4RiNy7wOcWKuP\r\njBqHOQu0C6VV92naB9XsKl7JICRpiH/yczfkB+ZBu4jW3yegLWf2RnZubJsq\r\nMbUdK27WWxZFPnUT2jWcgy1spGrZIYAz+TH3C7lFPQEOnyjHHwtSttFgV58+\r\nvzEkVNCxxsMsEkY11H5JqGOjJ+9MIOID9rUPDau9oFxSdFQPbcXRNw3tODiQ\r\nqdkMmHhbKbwHVfzkyYqHEq4gWp8b7xDvbTVZ+haAm4ZLiB1zwhoe0s8AHDIA\r\n9P6gtZY0V4Ak5AmmlYHDx7J7fVNX3Gb1eO9SFWAPYEZld6C1AqaM/P0azCMq\r\nH0WFlKRpRC7pNajbm7NXhz+JFXHJy1V3hzJrznNCTJ5TE9ZU1hLf/wxZBmac\r\nfcT5DsQ3WgY5nOvitaE5F0PX2sgcyCKo0Y5lnk1vhvu5QliloVVVLw8UZGGE\r\n9jLJLeTy9OrvXx5XDftURhhTNMlxtb5txDyDO4CK5r5TnF7Pe36dvTmcKU8q\r\nDzYi1EBznX74UT1bR8iGqvk30ln6mqmYzEL2RhjxBTS4dAmsQ99HupbK3OFZ\r\nFgOjjz2O56v4GmzWYgaoreixyoiNgst8JI797PHGvfhnRgl7wZ1b9iWODOaF\r\nMFud6+vnYmK+zg5d1SX6t0Z7vaBONDbWzJU=\r\n=+GV6\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":"^14.17.0 || ^16.13.0 || >=18.0.0"}},"9.4.2":{"name":"npm","version":"9.4.2","dependencies":{"@isaacs/string-locale-compare":"^1.1.0","@npmcli/arborist":"^6.2.2","@npmcli/config":"^6.1.3","@npmcli/map-workspaces":"^3.0.2","@npmcli/package-json":"^3.0.0","@npmcli/run-script":"^6.0.0","abbrev":"^2.0.0","archy":"~1.0.0","cacache":"^17.0.4","chalk":"^4.1.2","ci-info":"^3.7.1","cli-columns":"^4.0.0","cli-table3":"^0.6.3","columnify":"^1.6.0","fastest-levenshtein":"^1.0.16","fs-minipass":"^3.0.1","glob":"^8.1.0","graceful-fs":"^4.2.10","hosted-git-info":"^6.1.1","ini":"^3.0.1","init-package-json":"^5.0.0","is-cidr":"^4.0.2","json-parse-even-better-errors":"^3.0.0","libnpmaccess":"^7.0.2","libnpmdiff":"^5.0.10","libnpmexec":"^5.0.10","libnpmfund":"^4.0.10","libnpmhook":"^9.0.3","libnpmorg":"^5.0.3","libnpmpack":"^5.0.10","libnpmpublish":"^7.0.8","libnpmsearch":"^6.0.2","libnpmteam":"^5.0.2","libnpmversion":"^4.0.2","make-fetch-happen":"^11.0.3","minimatch":"^6.1.6","minipass":"^4.0.2","minipass-pipeline":"^1.2.4","ms":"^2.1.2","node-gyp":"^9.3.1","nopt":"^7.0.0","npm-audit-report":"^4.0.0","npm-install-checks":"^6.0.0","npm-package-arg":"^10.1.0","npm-pick-manifest":"^8.0.1","npm-profile":"^7.0.1","npm-registry-fetch":"^14.0.3","npm-user-validate":"^2.0.0","npmlog":"^7.0.1","p-map":"^4.0.0","pacote":"^15.0.8","parse-conflict-json":"^3.0.0","proc-log":"^3.0.0","qrcode-terminal":"^0.12.0","read":"^2.0.0","read-package-json":"^6.0.0","read-package-json-fast":"^3.0.2","semver":"^7.3.8","ssri":"^10.0.1","tar":"^6.1.13","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^3.0.0","validate-npm-package-name":"^5.0.0","which":"^3.0.0","write-file-atomic":"^5.0.0"},"devDependencies":{"@npmcli/docs":"^1.0.0","@npmcli/eslint-config":"^4.0.0","@npmcli/fs":"^3.1.0","@npmcli/git":"^4.0.1","@npmcli/mock-registry":"^1.0.0","@npmcli/promise-spawn":"^6.0.2","@npmcli/template-oss":"4.11.4","licensee":"^10.0.0","nock":"^13.3.0","npm-packlist":"^7.0.4","remark":"^14.0.2","remark-gfm":"^3.0.1","remark-github":"^11.2.4","spawk":"^1.7.1","tap":"^16.3.4"},"bundleDependencies":["@isaacs/string-locale-compare","@npmcli/arborist","@npmcli/config","@npmcli/map-workspaces","@npmcli/package-json","@npmcli/run-script","abbrev","archy","cacache","chalk","ci-info","cli-columns","cli-table3","columnify","fastest-levenshtein","fs-minipass","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minimatch","minipass","minipass-pipeline","ms","node-gyp","nopt","npm-audit-report","npm-install-checks","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","p-map","pacote","parse-conflict-json","proc-log","qrcode-terminal","read","read-package-json","read-package-json-fast","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-dIkwrPCq4+oeNU9I4B+tO4t+5lUL04XIgizpcwDbPM9vMeoVW54g3f5725FRLp10TH/5/KQWiTziGgILoCxP7w==","shasum":"7afe401ba7e9a091018259fabc5f85d6f747abcc","tarball":"https://registry.npmjs.org/npm/-/npm-9.4.2.tgz","fileCount":2073,"unpackedSize":10083427,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCKwREeBUD3z/kkchpLRbUC05Rn4Uk+ZDlAxv52fRHkKAIgYGDPk6N3nZFOvRwS0Wulcn/Kx/wGHZWwf14UNSQHJO4="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj4rnEACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoABw//cj6NqudB0VxVft+nkSICXnfVJ6ds3tXCsBdBQFzfMixQst+b\r\nKdmX6LpU7wyvwDZvgZMGShMc/YGfOoxATGRKo+WdO86pkgCYgfB2o+CJx6Ki\r\nr0ZdTbptIajkea0YqHznT3Tz34Xphk6T3IzdZrv6VAeTGujEfo5RdUT5T5bx\r\nR2ZyxFk/XT6Wqi+tZJ4FT2bdHCXvMhSjTPXjZgpcX0s+V9Kd0VtMywKF8u/V\r\nS5mzKngh/FKvsfdQSiDSckIfhmgSCXcpce9X3/KJOJwAbYit1W79NQ+9pJMH\r\nOSGfy8nmijw2P5g5keuJPBthnXcyQ4yh2zND1T5ovg8eSLKqegF55zfbCtSR\r\nZttWmfOWQqyv0EJeCJFRoOnUxIPyKPM5ex+dYFGZuo2au101GfSDdjfGhZzm\r\nnblC4R92I27hWESY75BFOnPV53v3yQYktfQ39oo9Sc2AUgsfwwmsQFG6pCda\r\nZ9f5vxZNOrPzI/k05DfPIpZI9hzknqwTkJ+EAlCTBIiG3Jt1hrY5ODUzwY7Y\r\n9/yOtswkIa+To2OsSjaIY01sumST91Pqpqdpn7a0wf9LzlkB5uYNJku0k6/z\r\nack5WufONAscX4imtaF9+k4UKqP6FL9BKPqdMLgoWQAjWHXuqQZsdGWQRCbs\r\naXvnvL/i2chJ1IjrgYoJOLdTI4/CT0ug72A=\r\n=GJ6D\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":"^14.17.0 || ^16.13.0 || >=18.0.0"}},"8.19.4":{"name":"npm","version":"8.19.4","dependencies":{"@isaacs/string-locale-compare":"^1.1.0","@npmcli/arborist":"^5.6.3","@npmcli/ci-detect":"^2.0.0","@npmcli/config":"^4.2.1","@npmcli/fs":"^2.1.0","@npmcli/map-workspaces":"^2.0.3","@npmcli/package-json":"^2.0.0","@npmcli/run-script":"^4.2.1","abbrev":"~1.1.1","archy":"~1.0.0","cacache":"^16.1.3","chalk":"^4.1.2","chownr":"^2.0.0","cli-columns":"^4.0.0","cli-table3":"^0.6.2","columnify":"^1.6.0","fastest-levenshtein":"^1.0.12","fs-minipass":"^2.1.0","glob":"^8.0.1","graceful-fs":"^4.2.10","hosted-git-info":"^5.2.1","ini":"^3.0.1","init-package-json":"^3.0.2","is-cidr":"^4.0.2","json-parse-even-better-errors":"^2.3.1","libnpmaccess":"^6.0.4","libnpmdiff":"^4.0.5","libnpmexec":"^4.0.14","libnpmfund":"^3.0.5","libnpmhook":"^8.0.4","libnpmorg":"^4.0.4","libnpmpack":"^4.1.3","libnpmpublish":"^6.0.5","libnpmsearch":"^5.0.4","libnpmteam":"^4.0.4","libnpmversion":"^3.0.7","make-fetch-happen":"^10.2.0","minimatch":"^5.1.0","minipass":"^3.1.6","minipass-pipeline":"^1.2.4","mkdirp":"^1.0.4","mkdirp-infer-owner":"^2.0.0","ms":"^2.1.2","node-gyp":"^9.1.0","nopt":"^6.0.0","npm-audit-report":"^3.0.0","npm-install-checks":"^5.0.0","npm-package-arg":"^9.1.0","npm-pick-manifest":"^7.0.2","npm-profile":"^6.2.0","npm-registry-fetch":"^13.3.1","npm-user-validate":"^1.0.1","npmlog":"^6.0.2","opener":"^1.5.2","p-map":"^4.0.0","pacote":"^13.6.2","parse-conflict-json":"^2.0.2","proc-log":"^2.0.1","qrcode-terminal":"^0.12.0","read":"~1.0.7","read-package-json":"^5.0.2","read-package-json-fast":"^2.0.3","readdir-scoped-modules":"^1.1.0","rimraf":"^3.0.2","semver":"^7.3.7","ssri":"^9.0.1","tar":"^6.1.11","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^2.0.0","validate-npm-package-name":"^4.0.0","which":"^2.0.2","write-file-atomic":"^4.0.1"},"devDependencies":{"@npmcli/docs":"^1.0.0","@npmcli/eslint-config":"^3.1.0","@npmcli/git":"^3.0.2","@npmcli/promise-spawn":"^3.0.0","@npmcli/template-oss":"4.8.0","licensee":"^9.0.0","nock":"^13.2.4","npm-packlist":"^5.1.3","remark":"^14.0.2","remark-gfm":"^3.0.1","remark-github":"^11.2.4","spawk":"^1.7.1","tap":"^16.0.1"},"bundleDependencies":["@isaacs/string-locale-compare","@npmcli/arborist","@npmcli/ci-detect","@npmcli/config","@npmcli/fs","@npmcli/map-workspaces","@npmcli/package-json","@npmcli/run-script","abbrev","archy","cacache","chalk","chownr","cli-columns","cli-table3","columnify","fastest-levenshtein","fs-minipass","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minimatch","minipass","minipass-pipeline","mkdirp","mkdirp-infer-owner","ms","node-gyp","nopt","npm-audit-report","npm-install-checks","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","opener","p-map","pacote","parse-conflict-json","proc-log","qrcode-terminal","read","read-package-json","read-package-json-fast","readdir-scoped-modules","rimraf","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-3HANl8i9DKnUA89P4KEgVNN28EjSeDCmvEqbzOAuxCFDzdBZzjUl99zgnGpOUumvW5lvJo2HKcjrsc+tfyv1Hw==","shasum":"65ad6a2dfdd157a4ef4467fb86e8dcd35a43493f","tarball":"https://registry.npmjs.org/npm/-/npm-8.19.4.tgz","fileCount":1887,"unpackedSize":9240915,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIH0yfDviFXhH2dIRYP+SsLPTWeffOSmQnGi26sbeusaFAiEAvNqzJU/CodG69u1maAptyQJf2RxtYI6JiE/Q/fuXSxw="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj68teACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrSvQ/+IanBemihZVVVCOyM3QGNzdWynm4pRsCJLMsnmIp6hSmyQ+z5\r\nu/Pxhmm2oDjQwjoWaZUvoIPPgB+6Gq/3dtmqQr1Wi/ud6yPLabCQFeyRnYF8\r\n9OMIivbfdGn1LgDLier935oHeywncTIV/jgra/SRPditR5W4PcVlG4HasHi1\r\nzutL7HxPyHrVP/XbP1c5/T3/CFVFoqES/NiGBCffxuN75brcEvG3iOnsh25u\r\nshPiRwGihgsnrEtACwIDQ7VeDr/lSpw2gzvfQZB8SNG68gpTZz4J4eUbyHMU\r\nfgW/pK8NhMkDVXFygk+3/99081yal5tmni9FUtnQdXlAbt87Y6IQgbmhZyq2\r\ntlU4FEb9nZ8XSDPz9D1ZC/bkmfEBpSmiwgxX6EsPMgLEapgQ+i1Q3+p3EvNQ\r\nf7J314iuur7AfZpEvjM+XKmdL5Ej0PFcK43Luki/gqVXdJ9clZYieG7BavgQ\r\nYYlS4Y5APVi5lwzqC6dmyJgjIssAQL50hzIFhxdGa+NPPNuH9JZb53m/g+uB\r\nOsCzKESnL6rIwNu/l/LcCWl+zs/YJwDAkR26/wAZeLazrMsK5rPwR8VLvZkQ\r\nuQ7oAnGp/oDqVupJ+Qf7MwyaNbD7QApTVhOdu6VhBwfSAHSi1uNQ0T9PYiGK\r\nQHLNI+kgAdy7MU2hQUhHbnJGnRcQXR0nzN0=\r\n=Wy7c\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":"^12.13.0 || ^14.15.0 || >=16.0.0"}},"9.5.0":{"name":"npm","version":"9.5.0","dependencies":{"@isaacs/string-locale-compare":"^1.1.0","@npmcli/arborist":"^6.2.2","@npmcli/config":"^6.1.3","@npmcli/map-workspaces":"^3.0.2","@npmcli/package-json":"^3.0.0","@npmcli/run-script":"^6.0.0","abbrev":"^2.0.0","archy":"~1.0.0","cacache":"^17.0.4","chalk":"^4.1.2","ci-info":"^3.8.0","cli-columns":"^4.0.0","cli-table3":"^0.6.3","columnify":"^1.6.0","fastest-levenshtein":"^1.0.16","fs-minipass":"^3.0.1","glob":"^8.1.0","graceful-fs":"^4.2.10","hosted-git-info":"^6.1.1","ini":"^3.0.1","init-package-json":"^5.0.0","is-cidr":"^4.0.2","json-parse-even-better-errors":"^3.0.0","libnpmaccess":"^7.0.2","libnpmdiff":"^5.0.10","libnpmexec":"^5.0.10","libnpmfund":"^4.0.10","libnpmhook":"^9.0.3","libnpmorg":"^5.0.3","libnpmpack":"^5.0.10","libnpmpublish":"^7.1.0","libnpmsearch":"^6.0.2","libnpmteam":"^5.0.3","libnpmversion":"^4.0.2","make-fetch-happen":"^11.0.3","minimatch":"^6.2.0","minipass":"^4.0.3","minipass-pipeline":"^1.2.4","ms":"^2.1.2","node-gyp":"^9.3.1","nopt":"^7.0.0","npm-audit-report":"^4.0.0","npm-install-checks":"^6.0.0","npm-package-arg":"^10.1.0","npm-pick-manifest":"^8.0.1","npm-profile":"^7.0.1","npm-registry-fetch":"^14.0.3","npm-user-validate":"^2.0.0","npmlog":"^7.0.1","p-map":"^4.0.0","pacote":"^15.1.0","parse-conflict-json":"^3.0.0","proc-log":"^3.0.0","qrcode-terminal":"^0.12.0","read":"^2.0.0","read-package-json":"^6.0.0","read-package-json-fast":"^3.0.2","semver":"^7.3.8","ssri":"^10.0.1","tar":"^6.1.13","text-table":"~0.2.0","tiny-relative-date":"^1.3.0","treeverse":"^3.0.0","validate-npm-package-name":"^5.0.0","which":"^3.0.0","write-file-atomic":"^5.0.0"},"devDependencies":{"@npmcli/docs":"^1.0.0","@npmcli/eslint-config":"^4.0.0","@npmcli/fs":"^3.1.0","@npmcli/git":"^4.0.1","@npmcli/mock-registry":"^1.0.0","@npmcli/promise-spawn":"^6.0.2","@npmcli/template-oss":"4.11.4","licensee":"^10.0.0","nock":"^13.3.0","npm-packlist":"^7.0.4","remark":"^14.0.2","remark-gfm":"^3.0.1","remark-github":"^11.2.4","spawk":"^1.7.1","tap":"^16.3.4"},"bundleDependencies":["@isaacs/string-locale-compare","@npmcli/arborist","@npmcli/config","@npmcli/map-workspaces","@npmcli/package-json","@npmcli/run-script","abbrev","archy","cacache","chalk","ci-info","cli-columns","cli-table3","columnify","fastest-levenshtein","fs-minipass","glob","graceful-fs","hosted-git-info","ini","init-package-json","is-cidr","json-parse-even-better-errors","libnpmaccess","libnpmdiff","libnpmexec","libnpmfund","libnpmhook","libnpmorg","libnpmpack","libnpmpublish","libnpmsearch","libnpmteam","libnpmversion","make-fetch-happen","minimatch","minipass","minipass-pipeline","ms","node-gyp","nopt","npm-audit-report","npm-install-checks","npm-package-arg","npm-pick-manifest","npm-profile","npm-registry-fetch","npm-user-validate","npmlog","p-map","pacote","parse-conflict-json","proc-log","qrcode-terminal","read","read-package-json","read-package-json-fast","semver","ssri","tar","text-table","tiny-relative-date","treeverse","validate-npm-package-name","which","write-file-atomic"],"bin":{"npm":"bin/npm-cli.js","npx":"bin/npx-cli.js"},"directories":{"bin":"./bin","doc":"./doc","lib":"./lib","man":"./man"},"dist":{"integrity":"sha512-GqVETDu5xX4+drrjdZmWyxl3BVLToDamB0Wz1+k0mLcraYRVb80gOYSnSEZbHvulw4RyU/Hq6AiUfUBxmm/2gw==","shasum":"75f0d6d27c0a4cc403cd9e1e68ac574555e3b43d","tarball":"https://registry.npmjs.org/npm/-/npm-9.5.0.tgz","fileCount":2266,"unpackedSize":10648952,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHjchDDfNqwf87MK2FecufPpbfRhlJbADQB4nEdYYnVqAiEAsGpyzk0NMqD4n1Aub4kLyY4yn23SgMUL4/I1pmmPqmM="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj7Qq+ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqSoQ/5AViNmSpuYOq0YTG5llRI6ZlFG1HVQJLN5PONd6m7k0bCRGFG\r\nEnWs+QkMIDmMoU/ekRCtEYi7mxwrJ/F+qhquaN8qQG7KSH3xMXlz1jOIMAkR\r\nD/8aPkj6c5i5XWFdNGxLEnTHBrFEQB3LBMzU3XLOSXw38GZ2/+YYiL1kBIeT\r\nBLFm52IU0xJxSUt489CvF5BdcDz255mh+WgVbXbirBLkwSH+IcLgCqprik/Q\r\n3cwMulYP7NM+zC6Z/YjHPhD1ZAAyw9NC/2HvDbZPuqUojJpOGdFLkM1/oiBv\r\n2nyTBmhexYVZ2D8ZiyRGaTQhpTCXJZWuUodQ0+3ZMLTaT3qCruZHHELiTpBq\r\nNL7SXKxhAgfFLtJadwhCQa8aOKIIXujHGtl4h7No44dfePbdVaQuXkENBmEe\r\n8c3C1UHf/S1ZdREpUEagC3ZRij5q2iIOOcufEHojbd4GhwWRiCXkS4ot6/mQ\r\nbmUShVYZd1gzJyaVHwCgsic3wNEf2Zb3HyGARY4E3Q2NBCK5/71/Q6hxtHzr\r\nn4kqHq7rmEVDtaLCScM5xXxb2dp7xopATufNQ6Bo6ybLL+kmX+ywKTuVTVDo\r\ngbYuVVT1qBl0uomGr18UKF9FNrhUSUfOPM8OgHqiU85ZABEQtTPTej/YkAU8\r\nymQN0LmsYACG4FJgOCd6V0MJwTHNEOpO6Ew=\r\n=m6Gp\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":"^14.17.0 || ^16.13.0 || >=18.0.0"}}},"modified":"2023-02-15T16:42:16.111Z"} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/content-v2/sha512/d3/18/3e302281121963c923c555303d6746a302f12b71a07d34082374f95dd00e5a20e8a4c296491a184f959ee9b7b9315a69178c217af319f2cbeb06ec629659 b/software/flow/.npm/_cacache/content-v2/sha512/d3/18/3e302281121963c923c555303d6746a302f12b71a07d34082374f95dd00e5a20e8a4c296491a184f959ee9b7b9315a69178c217af319f2cbeb06ec629659 deleted file mode 100644 index a590db0..0000000 --- a/software/flow/.npm/_cacache/content-v2/sha512/d3/18/3e302281121963c923c555303d6746a302f12b71a07d34082374f95dd00e5a20e8a4c296491a184f959ee9b7b9315a69178c217af319f2cbeb06ec629659 +++ /dev/null @@ -1 +0,0 @@ -{"name":"@node-red/editor-api","dist-tags":{"latest":"3.0.2","next":"3.1.0-beta.1","v1-maintenance":"1.3.7","v2-maintenance":"2.2.3"},"versions":{"0.20.0-alpha.0":{"name":"@node-red/editor-api","version":"0.20.0-alpha.0","dependencies":{"@node-red/util":"*","@node-red/editor-client":"*","bcryptjs":"2.4.3","body-parser":"1.18.3","clone":"2.1.2","cors":"2.8.4","express-session":"1.15.6","express":"4.16.4","memorystore":"1.6.0","mime":"1.4.1","mustache":"2.3.2","oauth2orize":"1.11.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","passport":"0.4.0","when":"3.7.8","ws":"1.1.5"},"dist":{"integrity":"sha512-sWYiixYCx1T7rBY6Dov2KEXoVTUZg+zOMrZIUuHh8/IoFMn3I4tUVJKAIsBoi4GgYmwPVTE2eVoM2QQyYQzz7g==","shasum":"6b425f403906914fa9f93eea8183da6afc8051f6","tarball":"https://registry.npmjs.org/@node-red/editor-api/-/editor-api-0.20.0-alpha.0.tgz","fileCount":26,"unpackedSize":103160,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb2bmACRA9TVsSAnZWagAA0soP/ilHkfv4h0UjGvXOgo1F\nMwyOYD3bUhF9EKIxHq2UGLIoHZEiwCHZS4XJmFrEl17jcBoQrrAmiZzJPUMa\nZRTnxEWcqlKyc6Jk9HvQHxT4BUe61hFMW34jXsvzXWfZWn4EG9Qn+FJkD89H\nFpl3v8K5QmmL2nff4KRtLpG7phjGXYL7et+peuDDHOITyG1Kti7OvlqTLFtI\nc2Tqxc4Xa4NZ2a0lS603lRColK0cstxnsvT0BzHec7kX0zPIFvSQkIDC8vog\ndZg+Ra07dsitBaNijZlVBk1JN5ZgP76taOG5ylPk8mzvQ/qJQ5w9GiWQwew7\n9jSDyJ68wh3GaSHbdJpzKQw+Nx/nihNWuG6uNhbuAK8Qb5preiZWv7DaFiC8\nXDVm8GmCe3ynNlAbiQHlKQwqV40EynxC6Sd41RQLkNUIYKlORV9Z+ZD9+e4h\nYegjT5dFh4qLyLX9xRtihgvvz5sj52ZgPIvl8YsFpsk1PohGAGkIcO9NjFZO\nyspgCpsjRWKu6URVPJY9o4bhDffVP/W2Yg8uh/j9Joc80Rdgs5ArNnIrnpCO\nhDpVNEUYsY2ggyVEIRXKCMQ8G07/TAYde7a2gtsJr07Xi55rxmsAUpDOtRYR\ntU9HU0ASMxWTdEsjBaFfILDecpg4d5BV9H9p0qCszGWyqZikSoYXYhegQ2PG\nbt44\r\n=xNeY\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIH3iPlvqA05pFyhAasZdQo7GPxD4wSjp47g9ysuUyKA2AiB8d8CeCX86HFvozi+5fgh8Jf9J3tB2+hPB62FtikUuQw=="}]}},"0.20.0-beta.1":{"name":"@node-red/editor-api","version":"0.20.0-beta.1","dependencies":{"@node-red/util":"0.20.0-beta.1","@node-red/editor-client":"0.20.0-beta.1","bcryptjs":"2.4.3","body-parser":"1.18.3","clone":"2.1.2","cors":"2.8.5","express-session":"1.15.6","express":"4.16.4","memorystore":"1.6.0","mime":"2.4.0","mustache":"3.0.1","oauth2orize":"1.11.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","passport":"0.4.0","when":"3.7.8","ws":"1.1.5"},"dist":{"integrity":"sha512-YYRT06PS7EbYHpaWoBZO1op+ncZ1caizAW85YZI+XUcKbd2tmjkr1AtT3ucdFFVGUH4m0qahINoaXWo6B1pK8g==","shasum":"d016a303147e3a2454db31e69a53c12f93a2da57","tarball":"https://registry.npmjs.org/@node-red/editor-api/-/editor-api-0.20.0-beta.1.tgz","fileCount":26,"unpackedSize":104127,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcCpyBCRA9TVsSAnZWagAAm2EP/2GGkilhCFw8DyLF0iDn\nyKWPxDgLa21NosvbijsWuk59sGRUcdFMiGgzaSCyRMyUewyDx9vs66CnSL16\nSNfkmD8eTmy8zIE87LOYvrZPGho2hI4oxCSCWaoQCYLhMYIFHI41Y1L54ryZ\ngsvHovadt1el1klwiUjA47Ds73IYgoHKeZ678s8hzVgYdsqMdlDw72IrvQmy\nspBoyvmBFfSOzdWfN8iuJmAefw5VhpT1ZZNTIwAeVbxHa4RFHiycFhnQyp21\n32zm3KtLWt5mfYVzBDSxalkfgA3g1egEqdzT3gF+yOJ67u0TjNe7b/DFVuUl\nlzS24N1v00pYH/ywvfK0IyNKVGzr9eG3ARUZNuRqq1WcHb7XGMAocuD6j0Zw\nQm2yADL6O5eGNQxLvxibxcb9mma6g4WwyiJtzUlH10AGZ0QQfl4EXTB6bu+I\n5Z1xmJrQ4TQr93gQI9dul78XQUTBGcYYmCB5Xn2eOQBVHjfcXsWFKt1UNMEN\nsTU9rvIshEN7uqM2LOjfCmqoqriR1oXVHUP8xPOjmOKUFuSt67TCV91v+M8K\nqFV93eVSeCZaAYSHu8geUrOl64LcwTn0vh+zYvu8bmrtq26GXJyUoMpGb1Yb\n+JXGAJ8GIkh5zoF8QUBTt5qebK95GdhlJQaPDiru8FRfpYnPglVtBGHpQQY9\n06mJ\r\n=a1oX\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCkXeSwuQK75NEOhCX81FBFKmfLozRVfstD/4yMBTX+AQIhAJJwwPuGMMLzLaS0iYyGqLzeDFXvFx14SO7U0Z0aOOlD"}]}},"0.20.0-beta.2":{"name":"@node-red/editor-api","version":"0.20.0-beta.2","dependencies":{"@node-red/util":"0.20.0-beta.2","@node-red/editor-client":"0.20.0-beta.2","bcryptjs":"2.4.3","body-parser":"1.18.3","clone":"2.1.2","cors":"2.8.5","express-session":"1.15.6","express":"4.16.4","memorystore":"1.6.0","mime":"2.4.0","mustache":"3.0.1","oauth2orize":"1.11.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","passport":"0.4.0","when":"3.7.8","ws":"1.1.5"},"dist":{"integrity":"sha512-Qt6CuBogQRKL+Usl/aj1+WcxPgG0FeZjg8Nl4LAjWcf/XoqcSjl4kZgovFAXgUNGFJUH/Mw0lhyJlIY4V0wqsg==","shasum":"c3646221e176ec3b8f6ea3f26a85889a5a32c3dc","tarball":"https://registry.npmjs.org/@node-red/editor-api/-/editor-api-0.20.0-beta.2.tgz","fileCount":26,"unpackedSize":104127,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcCqXXCRA9TVsSAnZWagAA9ucP/0yg20em4xLq5hnLdSGi\n78m1WzCV1C6AYuXJGuhMCiBkpJAPNJSdiEGCY6Wg8aFa+bqlMzJfdi8gRTZz\n1vK8iQO83imq4nPqnVqr6I36sYMrvKO1teKSjpXVkoT1Cb2vC/xkR6KifFq8\nF3LSX5YtKi0ohCeFXQjf3IMONWVcUINptapjIkni003reywYqB+EzMUvfGZW\nWMIjc40jumkW4zh9Aq9hFMMTFF7gjHYASxzwJKycYWoTk1TCZ5XBC39CTTjU\nD9CTVqAdTdpnHBkEMxLbUdOwv+lByX+NeuKvNc9IMD0LwAbgu1CNLuDd6zE2\nOdt5v9eE5U+G4BykFHxYUVx7J7ZPz12X6y0D3fJ7A4fHmQ97Q0tGdLHgSzFs\n9bk8QI9iHDXjT9K8R9tmAKZzCLXdyG+1SfoYBwenQIbcGMOKceaSg2Y7frgM\n+jo7ZAwtu8b2astiN6FK3n/HXg/Y6qjHfKt/moRZYbypHCNfj/iqPak8KeUt\nJriVYsjFrYuxtL89xSdeYN0xI3xMZH4dl7KWDJB7Q+ARortT4sMlBtcmtSM4\nASS24jhY0ILzCvVl96wHSwwR3cRmMXm4pGDDxhinOJIeL9WuwnWHjxFBVaaz\nIhVwjcKasizc1jFpiNQ1vxXHqBcxDWxmAbmIhRSEf2A/PHjuJa6fvUaedjoR\nagBy\r\n=1xwt\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIE53H/3rYaxZ0jlbW6QQ5nNLbUAtPOhwIYcpZbBq6wotAiEAiWUqC8M26w5WKfdwj3to67D5o7zIZwC94bMSZmEGGtY="}]}},"0.20.0-beta.3":{"name":"@node-red/editor-api","version":"0.20.0-beta.3","dependencies":{"@node-red/util":"0.20.0-beta.3","@node-red/editor-client":"0.20.0-beta.3","bcryptjs":"2.4.3","body-parser":"1.18.3","clone":"2.1.2","cors":"2.8.5","express-session":"1.15.6","express":"4.16.4","memorystore":"1.6.0","mime":"2.4.0","mustache":"3.0.1","oauth2orize":"1.11.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","passport":"0.4.0","when":"3.7.8","ws":"6.1.2"},"dist":{"integrity":"sha512-LqrIabyVdgqGOxHb6j7ea5c+V3CvjmgBdWeR/6a9bWSn1N6nWpvdqUYEfJh+tOOVZ+G5M+2X0k0peOJ4vXT3HA==","shasum":"1049366f3f5c234f059ef7d8e09ba41cd3094701","tarball":"https://registry.npmjs.org/@node-red/editor-api/-/editor-api-0.20.0-beta.3.tgz","fileCount":26,"unpackedSize":105943,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcN064CRA9TVsSAnZWagAAgEIP/i0SHhHZQenvN0jSpFrT\n+tDz6rFKb7aeK1ijJdk3SiZVNKUnW3x0xADas9xXop3QZHH6h7g7g0WqLL+f\nbloxEWuXuZcycIOipaPJnkhVQFjFSDxPQElkIc5Q6FGPNYX7O8emfof0zUoZ\n39Ughm9MUh8Pdg6g0aL1piAwTLNyIo/EECUwWuuLIXLhojTV9ptTEaC2UdTO\nYM/d5m+Ody6kzD1XsNuf3RjNKohwli1QJQzLiIUYz+PVS/7Zdpo0+96IhYvc\ntrOaua14kOjeuI9Ym6/GNHykbiFN74nSfE2AHvGuMuHbvZm3ZpJDDi90tdUH\nKAgE9XroxuoCD4PS1387pljCwNr6liqTOyp0wnfwfYz1zU2qihdzP9tTMEdH\n7HwLt56trxHbjPLPZj48Uv/2PzHBijnT2cGFtu0IfkZJd+ZroC4K1jnBpjn3\nnzrAqoktEN84EHfRI0rB++wtlA1bFT1zNvdVl+aj4X+3BZSG8YHpe7iu886R\nN9swqo9GMUCo/uH3A+TI+OTFn0MQJM/3cSWM2ZPmgFSstBQOqZ3BPYJvrlLO\nfpT9WVJBCdURgVeG4hSeRXZPeTr/g1NtyyHaxfZd3H7/kAYIaRZVunDUZZQM\nuPQ0XHt1h70yAT1ZYzGUBimogO8CXCToDxF+arJSvCWJ1x73b4IZR8NLV9eN\nKfY4\r\n=Pa5N\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEMCIC5TP6Uymr5WJZEH36YQjRPKJfxDonqCRcWjQ0Fl0furAh9CKGTyxzaQeq25/wKWYBiIl1skCLAqzJ2Tq2sx2gDU"}]}},"0.20.0-beta.4":{"name":"@node-red/editor-api","version":"0.20.0-beta.4","dependencies":{"@node-red/util":"0.20.0-beta.4","@node-red/editor-client":"0.20.0-beta.4","bcryptjs":"2.4.3","body-parser":"1.18.3","clone":"2.1.2","cors":"2.8.5","express-session":"1.15.6","express":"4.16.4","memorystore":"1.6.0","mime":"2.4.0","mustache":"3.0.1","oauth2orize":"1.11.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","passport":"0.4.0","when":"3.7.8","ws":"6.1.3"},"dist":{"integrity":"sha512-Stny6obEiKnIkgoV00r40OBNh4ew7QEeYqSUzifdZobSNIlMLnD1/CWcYoMipvFfq+NCnQMDsiUVY7okiJ9XtA==","shasum":"2307cdfa5fa531b46110cf1b9bd6fb33a643e87f","tarball":"https://registry.npmjs.org/@node-red/editor-api/-/editor-api-0.20.0-beta.4.tgz","fileCount":26,"unpackedSize":107356,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcTyG2CRA9TVsSAnZWagAAFekP/jtUe7fQvWB8+BLIER9V\nIUZeJLs1P5etpo9Pi3CpvwJwT9iOYWEeWBk4GwvQP+I8gVXQ3cWp2ip4TvRM\nhAH2qUHlCrtOokPpktaAU1lvWE7Qg3MlvOa8+9oyUEbYCET3DG0Tuezp6OJB\nHQpniHsXnEsI4ssqlln4u3MUEcOIhsmKXBqh37iPFICdVBXYkvz3BZHMiiPg\n4SXpKs8NomQ1QFLsXbZlnyR3XaAa3eqa7IY/70RRIzXSUEnQNW+EAayFANiW\n7yBdVIXH2D7mE9YAhEbcEJ8x9L/MS9tCAB+t4EcqTxTVSNZbGQgR78V0rbk4\nIHd6Za/ox99+sT7V0H2iSWWmIOlpXdQSx8JwmnkrU0paSNdaOWk84j7hTUe9\nTX0OiWq4hOEQlt4ZmG0052tNrusuMMOwWR7K1JRJlwNzDvnTTKVg/vqboHJu\nAbI69BJv58JGBVT0GQNcsm/zBvKyCc8Oxg+m6SQcrU13ao4yB10sPiG1eM0U\nX8MW23dMTnv2w/MxM7QMSdQ/sSt5TvUfXAyKwXIPKYD/QRBrstCjuVi0IZco\nNu34V/ac/fYobEnPHbEtP4KRecNA4RkhLJO7CjskH6PPCGAGU58E76CVko4r\nRWokFE6Zq60jffxdExhPGPSZsiVaPHyk85hF/PSDcp8BaG5S/HjYEW+Eddtm\npCn/\r\n=NEW7\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDlj8hCDtfYVJu4kxYMlJEqE3APNnTTktVIV7O7xfiAFgIgTYQxv30OxOgVcvgUnbKsspJhmsDRbc2npF/k7CuX1aY="}]}},"0.20.0-beta.5":{"name":"@node-red/editor-api","version":"0.20.0-beta.5","dependencies":{"@node-red/util":"0.20.0-beta.5","@node-red/editor-client":"0.20.0-beta.5","bcryptjs":"2.4.3","body-parser":"1.18.3","clone":"2.1.2","cors":"2.8.5","express-session":"1.15.6","express":"4.16.4","memorystore":"1.6.0","mime":"2.4.0","mustache":"3.0.1","oauth2orize":"1.11.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","passport":"0.4.0","when":"3.7.8","ws":"6.1.3"},"dist":{"integrity":"sha512-vhfB7cMzFfkRwXEjQdluKSezur+Vp2D46HDqJZvgaOE23IISMZVWf77OuP0uwdKhX4w96I4x5i+pmtJaLUPvRg==","shasum":"8ae1643737a9dabb43ca79f5233f6e8cc7ed68ba","tarball":"https://registry.npmjs.org/@node-red/editor-api/-/editor-api-0.20.0-beta.5.tgz","fileCount":26,"unpackedSize":107356,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcXWhrCRA9TVsSAnZWagAA9tsP/27mriTdj44SJ4y3e4vU\nRzSLDtpUHJeHkmVwxlOJk0VCg2QF7dMu2L8GL/8qiwmzFV1XtnqzlpuqCUTq\nWhG7u0MxcwzX1GEgAlHFhYCKFmxobOIByzESO9U9bC/C2x1cw8WgIfzLkot0\nnUC4usdivU3dQxEypjKfmKr6LJJlnncfrxx27EIsbmKMF21Ajrp8do0/7qu0\naPlnrGhJ0ujR5TP+/DkOfu/de4z8JyhBuVaM5mXHVGMlCTj/2N5bdFJZWZ8i\nhVZahfrVOqGI1icZfUYVgZP/CA74NoeRlmgpp5yFCpz+cJHHi3+ZuUqBGk1c\nvvzNXKqjHhXoxYdlOPyymps6JZpVk5cfw7aCgJ4HGyRL8vNy3xNNXYMvKrqg\n8uGT43ht9ShQ7xYkGnyGnDlvo/jrpV4ZhnAYSGtSH8DJ0rnCFTOLAfEPm13V\n3/xm9bI3+lsbuHdKtyau5xSNn3AcgHuIzH1iyUMxQ6xHIv91NrHK2g9RhqOU\nPfelbOVE8b8lSnrpmta5Ohpc4XCv52jTBgPdo6A0INd6ftcMB2fTddhVA+QA\nI2IY7xpC8UMamGmEPJzEHiQfgdrVW+rozCH0Yp3FL1wv5a3CHm8qoDEZ4VkH\n1S+NVci+EVQLndBBHFEaK7IBRih9Qn2ofb98AIX7SXOJHv0VZjtlIv/pXOIY\nnZ2u\r\n=m1Pv\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCpCr8JoiuY3qRHZDHrkED/5xlkd6Gms1lh/CSrPeBwFgIhALVUGnTJNAecosjAtNrpmoz4FR2Phvf4CvHVLsautxCy"}]}},"0.20.0":{"name":"@node-red/editor-api","version":"0.20.0","dependencies":{"@node-red/util":"0.20.0","@node-red/editor-client":"0.20.0","bcryptjs":"2.4.3","body-parser":"1.18.3","clone":"2.1.2","cors":"2.8.5","express-session":"1.15.6","express":"4.16.4","memorystore":"1.6.1","mime":"2.4.0","mustache":"3.0.1","oauth2orize":"1.11.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","passport":"0.4.0","when":"3.7.8","ws":"6.2.0"},"dist":{"integrity":"sha512-PGynLbHOJnO0oyHuCS/W7n/lNMnTVQycKls92Qjn5edriW9d9sC5x87QD/4IISx4YfcphDOri44V14PjeyvqLg==","shasum":"1b21721c3c233c6d3858381a675ab58ede689257","tarball":"https://registry.npmjs.org/@node-red/editor-api/-/editor-api-0.20.0.tgz","fileCount":26,"unpackedSize":107349,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJch8ouCRA9TVsSAnZWagAAvhwP/0AnlUoWBmVZuFxolwfn\nkKaKLrs/Xnp5+V8LBsIHt6lH0zYgM9hcyJzyLL45Nc9pRLoAEfzQps9bO+2V\npxqXpYwDHX2vCXB3eD3xY3gIezgVvSphnjKtNXz+u2d6EW/X2+ezc34S3J7w\n3bPi3XzyfnyVrZWUpuOTTyntTf6OQ0+Oyh0hTfRR6Z97DyTVCPJVJ9jk09eN\nkaygDLgjvHuK4gSLCNPMTE5Z0J8hwHzdoWDj0zHqS4ztOooEx1ToYRrHD2v6\nfkk9sVhLLjdcxdlpfdCVbcBZfLL6ul5bR3rXhcH4tB9O/PXtZKF2WDESliLC\nsrUI6BpcKP286h45A5GLC1iiUSUY5oiZvGMwDyuMuFgt/zP0Ulga2+VnblvL\nhxU5u1RqInKA4KV9cPHcAhhL60eE2ZaQ7mQVEu90m8aaujIpticJ23Q8uNF6\nQV2hSWwo2n24gjn7V2+QaU+VW3d1/WQOouAHsAoJKmrIDX5uY0Nad4Od+oY0\nsKHiTyZVPNbZh6J7cj684j02gWS0a00J8sBmSLWjpJw7voP+OcqYZJ7kGavp\ndQxBIFCnCRzgmAOp81r+5Tu9EERH0QRacTDc6qoB9It4lJ2hSJbRKlj82ZT2\npSfst99PnLhTn2jKHIiRSfQUREKd8073FQD/hgtZ9EOgmyWwGjqEbsA5f1na\n7b83\r\n=0M6v\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCv+LIl766WwfhsBnfgb3OADIw2trAENZ2vRJBLrlYDAAIhANChxOipOAdBRrvkEOVKM9V7z761nXwufx7L7A6uC3Pe"}]}},"0.20.1":{"name":"@node-red/editor-api","version":"0.20.1","dependencies":{"@node-red/util":"0.20.1","@node-red/editor-client":"0.20.1","bcryptjs":"2.4.3","body-parser":"1.18.3","clone":"2.1.2","cors":"2.8.5","express-session":"1.15.6","express":"4.16.4","memorystore":"1.6.1","mime":"2.4.0","mustache":"3.0.1","oauth2orize":"1.11.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","passport":"0.4.0","when":"3.7.8","ws":"6.2.0"},"dist":{"integrity":"sha512-1UQ2te2kq0GeJiNha6TPGu9RGeCwczKp+hQK0gUNf2GQ9F3rHkJ/DYbcEh/KeFHZSPImJZKK8IMhNubMhL8T1g==","shasum":"f7c797a67a3998ef5155b8b4e7cb56df981d4a5e","tarball":"https://registry.npmjs.org/@node-red/editor-api/-/editor-api-0.20.1.tgz","fileCount":26,"unpackedSize":107349,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJci42eCRA9TVsSAnZWagAAu6IP/R6a9+rkzrsjEe5Dbwkp\nlLyAJyE17qFL9TS2i7Kr9k5MVYBQZ9AMOFaGIXbE3TXxfKJzGzyLk6vAgeS0\n2b2iYt4TBkmUJVH+XhNsNxV5q+wylO5ZtyFTIgPmhgECeeqtcVLWfVvPP7Wp\ny9eDmHb1g3zMtvEUfejXETX2+wrnddmkk4Wu1NuAQGVMHjIIDFtwcRY8zZdz\n9ajWeAhX6oG6vRrkaIiU7lkdQJkDeLCMN8GailwIQWbfkr63tP8sQVUsxraT\nEgC6//nkyP5gqNwgKP9Z6BFiZGgwbFVlwXK3Fxcjv6HBfssgTgm6+HOd5SPG\nfZWJn+Uf6zQhV/5oJI0NifbCehJpakFfuQfaU4bvEisML/OATcOgMqmUiwjx\nTbjtnqocgkkVb0f5pUkAS7Jl8++4TxdYBn41JVvHvGJP0wXJLakfePgP9VdL\n4moNOtzzI0V20s/7cEkcn296VfA6qEbcW3vsoPMJolr44OE4TPjBlceJoY6Z\nYtofkV0BUBpBnUbwQBcn7zMrOfUDN3pr24UKPrsBvoWaI1+WB++UHnqvwYwl\nh8XzARMzeXQ+xWJ13o9RMkmK4OipX7a6Q3rJ2nZhjCZHSU17UD+pfIX3WRhQ\no6pADa8mZ64ODBNugd4hPwvDBtceTBYXKH4zXekGpG6yg5uBclqNBvoOI1uC\ndHIF\r\n=pjh+\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCWxxXP50CyTtjXQ5R0JbU4seHqSj1WuOoXERDlFmJdEwIgC6EAKbT1E2Ivs7V/eL9VRkch8AqApy26VnD5O43AeyQ="}]}},"0.20.2":{"name":"@node-red/editor-api","version":"0.20.2","dependencies":{"@node-red/util":"0.20.2","@node-red/editor-client":"0.20.2","bcryptjs":"2.4.3","body-parser":"1.18.3","clone":"2.1.2","cors":"2.8.5","express-session":"1.15.6","express":"4.16.4","memorystore":"1.6.1","mime":"2.4.0","mustache":"3.0.1","oauth2orize":"1.11.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","passport":"0.4.0","when":"3.7.8","ws":"6.2.0"},"dist":{"integrity":"sha512-NQjj3TfOk353FuENij7TPrj8F1y32rrThPM/tiJjsc7LKQZCmLEelVvEkNRpELH7b9in3TkUg1jYcfNUesjLag==","shasum":"1cdd4257ee33bf23e3e17140f97057d0c4d1d43c","tarball":"https://registry.npmjs.org/@node-red/editor-api/-/editor-api-0.20.2.tgz","fileCount":26,"unpackedSize":107349,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJci/iSCRA9TVsSAnZWagAAaR4P/2/KjOIygVkeHrUJxIYG\nRL9cLZdoB1cqgVsTY27hfo/BsfzaO5wyx6LJ44ge45FiAmKIdSiZhlvJuCxS\nTdBJNVpixEzkNs+Ll/w0HEE5JLrgqSbD/zlEx/tMP64Ubq5yUjOWijc2hrg8\nY0W2D4hBcwi15BT1P5pnjPH16zdvSZw8p/OiW1ueiayX0Njb/C3eRejvgvo7\neP3l5NzPN6HrrMeDzhVymS6E0ym1sXy42h2Kube2CVIZNzD/0q/KJPJYCLe9\nK0RVVswaIg1LzDi1bEaC8qxJBYMkuvZJCqpmltuPgJW4GkIU+oD5f/s9vhlI\npWS5UlmDOISufPU+qa1ph0je1y/Gz/ZXkeN9aDvjGZbVL7zXuvwHF+g/Fo82\nFv9AVSYjfoguKWAofH56Nmv4VsUDpZ/+tQsVi+56D8SNUUC0OdB8IYm8JAld\nfBnM4TyTYf3G9VRiRlJY6HulTT5x4fp9w1B60ZtG15CTDW5234mMz4i63GI5\nUTyc1c+DmLpFGVO+az1qkv0cEWxVGnTLTz7tBjALsFDu7pUk2Em6tPt8AmM1\nDhEeBbjtirDh2ai4T0WNfM46DriV1oVsB+hU6E9TMLzgmBXJW2UablK+o5l8\nG4W1rk/GRaF0+zgy5vS6xq3ovtBExTzya2IC1MQJ9bCbMxVlSjFm14VRxg7Q\npfaw\r\n=tjky\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCYYLRleDxtediEDmmZ3sqwadm8lrABQv6a4+SB1kKI0wIhAJ5KVh3IfxO3Xky/k/K3x46z1TvhfxxJdzHmZ1wHJoTr"}]}},"0.20.3":{"name":"@node-red/editor-api","version":"0.20.3","dependencies":{"@node-red/util":"0.20.3","@node-red/editor-client":"0.20.3","bcryptjs":"2.4.3","body-parser":"1.18.3","clone":"2.1.2","cors":"2.8.5","express-session":"1.15.6","express":"4.16.4","memorystore":"1.6.1","mime":"2.4.0","mustache":"3.0.1","oauth2orize":"1.11.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","passport":"0.4.0","when":"3.7.8","ws":"6.2.0"},"dist":{"integrity":"sha512-FQtWytVp3JrsDz9m7KIUwKh3TFwi+8yuBZ9y5sx7v6vj9LICcaLH5CZALH9SSeWUBLpwJ6ZesKEm2fGVCgty4Q==","shasum":"a30e1e552383a41eaec3a05fec958ee1246b7f46","tarball":"https://registry.npmjs.org/@node-red/editor-api/-/editor-api-0.20.3.tgz","fileCount":26,"unpackedSize":107349,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcklzwCRA9TVsSAnZWagAAcGIP/3+/O1uWUGhHCw+/jqLV\n+yQ5CCnW8uvrEP5/zkvAoi30kJZdJDbqlc6aSniWOCE8jBdqRqBL/pkpf5AT\nbIvXc0V2gV3O6WWi+w2l/pabs0vY3umMadh1HvbLPcLonEJRfEVx8rZq2W5V\nnDl5PHABJFSjwee4RUCsaltmh43vQ0Uh4bvAJt3GQ9nCfrNu1xtmf6lkFial\ni36O9AnMqbqY8SU67/dqFG/ryc+kSw5WG1C3U6hr95SSUZ36//1aesRwWWGF\nTh6wkkInvx6l/PGALcjnUCpVGnO8c9p1QvE+e1UJ2w864scKMaPp7zX45ccL\ng8xgHtq9deFgxmD3gZBaCd3cQeUSMD7LEYC8eNN3vudl1q/ZY7NQpoTc6RWz\nlEO8xtMCiXxLjfzBp4V9wTiw/Ak+DU2TsdTsvDa+VkWmGUNXjVvv5wRHNR16\nMst2llLMey3u/d5vuwXGrcvOAcUgS13BmwtGWYS4U2k40AyOFWQZNgE/tA+0\nIcVCQiVhNQw/GPA0OFvJvYNCbGOkUBzOyl5OBCcnKoUMcJLsRfzRgPuDXnst\nBP7otlJaHzn6WFpOpHTNIjWKvEyWbmUDzbLr7oVxUHKIDOiQlSgXniQ1zhYu\nD8+aSD91qToAEa4L0JJdul65KC6/USJ9LZNPqwOT7MhIm9IoIxxRAA8oBJLq\nCs/F\r\n=+rZ5\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIG6oFdaEGTOtIDc362vHKKu0hpZDaDX6k0BGU0NooGlBAiApqQh9T3Q9vi6x/wx1d1S1J4Fcyoc5/dE3v5qFwFpLiA=="}]}},"0.20.4":{"name":"@node-red/editor-api","version":"0.20.4","dependencies":{"@node-red/util":"0.20.4","@node-red/editor-client":"0.20.4","bcryptjs":"2.4.3","body-parser":"1.18.3","clone":"2.1.2","cors":"2.8.5","express-session":"1.15.6","express":"4.16.4","memorystore":"1.6.1","mime":"2.4.0","mustache":"3.0.1","oauth2orize":"1.11.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","passport":"0.4.0","when":"3.7.8","ws":"6.2.1","bcrypt":"3.0.5"},"optionalDependencies":{"bcrypt":"3.0.5"},"dist":{"integrity":"sha512-iYGDJVczFaga0F3NN0ZDuOrmnWD6wU5AfJyPSkG7nC8enKqKyrkDhdWh+uuUSNDKvrYK0Y1gaaT6GNCvkh/+BA==","shasum":"7e17a6bb2020df955bd807c608de62c437a676e1","tarball":"https://registry.npmjs.org/@node-red/editor-api/-/editor-api-0.20.4.tgz","fileCount":26,"unpackedSize":107412,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcpx79CRA9TVsSAnZWagAAKcwP/Av1XyXMWiio12pidy+i\n05HQO9k7Rvf/HX+xHjMS6a6IhjQC4kONTeXd4i08sjfbIOE6p7qv1Q/UG+YB\nesocK2gGZs1TcukOUnHW6EJnlKwrDnK6spIlAar501XgY5EzN7G6bkx4icFs\nh1sdtp/5Caw7YpKoAhjFqAjktcEbLjFBTV5aa71mvgOGSS9v7cmSW6PQeVJT\nIycNKO19a5ulUSx0GAte+dKt1LyM0mZhHomjeWS+J+Cmi7mAO+7ZFKOJKc1x\nRdNla8WsSc2/AscpqrsqvkAxfyrnhfvv/0PI41VMBBto89S6gUV3MLcLIK1I\nA8CgwG8H7YJ8CqfIzvTtxC39WEbE+P2lbPyMX9HZeZInNjmtTR9cvZIB/lqV\n9voTvoysRvfwwkKTOByHnr09vFV4SVLzluHU+5MKzGjBnZXDTTfAjzUS2eEc\n5jgMNb+bKt6FHUmQgjDGgOy3RiMtUabQDggEz8+JVMBQT8ZMwA4jeF/Jq6C+\nXWKy61uLoqiVO6/QBvPOz9nwgG4ZDV+3SiyUhVTWRx+0XuBwZ3bL/3YefugU\n9HodzP4OepkyrtH0uLWHUb7I6/46ROOT8Hnjq43UxD+7ksr6lgbCZ7r3dhVc\nIB2LrCCThmqICdcLyAfwa8MnWy87/1X94lwMXDNkXe02JPXEIHUXShH4E21C\nRAmm\r\n=+o2N\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCRxshagEKp0vENK07jHd/ZzJ4JnjskBY/DmWNWfFW1AgIgHwb7w/NJ5ZLAyJat7+zj87b+sNS80pgbeZzT2a3D2bg="}]}},"0.20.5":{"name":"@node-red/editor-api","version":"0.20.5","dependencies":{"@node-red/util":"0.20.5","@node-red/editor-client":"0.20.5","bcryptjs":"2.4.3","body-parser":"1.18.3","clone":"2.1.2","cors":"2.8.5","express-session":"1.15.6","express":"4.16.4","memorystore":"1.6.1","mime":"2.4.0","mustache":"3.0.1","oauth2orize":"1.11.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","passport":"0.4.0","when":"3.7.8","ws":"6.2.1","bcrypt":"3.0.5"},"optionalDependencies":{"bcrypt":"3.0.5"},"dist":{"integrity":"sha512-UPVrqqoz2LLP1LVF0BZs1sAqQL1z7bYeF3JTx93Jxl6OFKOvH9NDn0DXMVbaxatANdfNu0PZ8E++oW2c5kj59A==","shasum":"2fd89b0b6b1fd6f7ab021c0354fa5a2d91b65134","tarball":"https://registry.npmjs.org/@node-red/editor-api/-/editor-api-0.20.5.tgz","fileCount":26,"unpackedSize":107412,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcp07HCRA9TVsSAnZWagAACIYQAJUOc8sBukJRSefmFLjr\n0AqVEATMIqaivYTn8PcN6hLac0smj3QCjZi1htyvfBFuKErWhPJSkk7bRtS9\nJkrC46CZKsGQqO/qRLMQsQn/6qwmnS5K6RjY7nMwMx08FHmS8kdLJj8w42bL\n8/x4MfOyO5lE+MtCs2S/+uKeuyiXsP9Mqxm7mR0NATMPOK7h3qrwuQKa6e6s\nLMNQXdWL2Di4DjgWy65CbDWYIvkLYcPKCWGbP+qD9OxI17iSmyVWvWcDl5vk\nvBS6CErFYXcicwnsaQU8ggRxM1y1T1olmn4j1zuOunHOQM1G1JYGo6VSrdt1\nF794XAmBoPZPsHmbvVHZ1+MxbtzXNAkBTaEuNYVyQ2jtWKOanioAhtSHc6+/\nZAHJzWRBS/QEkb/e3jERWpgHif2ZwG1Qliin0j7S9D8MsTQjRfHb/weOXF1s\nhneEl7E2SjnoHxy5qCqh+AeHLNLkbZK0Vbpa5Kbg+tODuB6zU2eQG46WpKhb\n0mMKMDg1vrQyrvmPweJCUv2nNbVvI9rlDbYMLjsc6D03JOJyNtfKjTTAQxwQ\nsHDWfdLQseCRIF97C74B0pwy8cYbnHyuksn+FbRuBHFxs2m+ItgLNX3pMpG2\nCFZvHVmgrkwpAw6ci/5THWX5NDMjcq8q/hw6ewHga3JX1GyicUPftLJnJnLk\n7xrN\r\n=6uRF\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDkadDTam3Xm1G6hjgQu3LGRYZZJc+uqCv6KKrjEPPk+AIhAPOQqCUkcl/l3/PQLiiPkuUePebZ1Y18a8yDfCIpR6n2"}]}},"1.0.0-beta.1":{"name":"@node-red/editor-api","version":"1.0.0-beta.1","dependencies":{"@node-red/util":"1.0.0-beta.1","@node-red/editor-client":"1.0.0-beta.1","bcryptjs":"2.4.3","body-parser":"1.19.0","clone":"2.1.2","cors":"2.8.5","express-session":"1.16.1","express":"4.17.0","memorystore":"1.6.1","mime":"2.4.3","mustache":"3.0.1","oauth2orize":"1.11.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","passport":"0.4.0","when":"3.7.8","ws":"6.2.1","bcrypt":"3.0.5"},"optionalDependencies":{"bcrypt":"3.0.5"},"dist":{"integrity":"sha512-PE6UG98G1bTowS3mN/MIIVoMhr4VapGIvjo0ERA+kB/+lfem2Havj9Sbr93oEwhv4Y2YAYkP/90Yrtonbww0SA==","shasum":"90948d34c1c2afa98af2d3d1cc1a9d05894bed0e","tarball":"https://registry.npmjs.org/@node-red/editor-api/-/editor-api-1.0.0-beta.1.tgz","fileCount":26,"unpackedSize":107309,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc58GwCRA9TVsSAnZWagAAxFcP/2rgOmiRlppIPQ4Vn3Fk\nfBFTRNuBgb0KGHse4VVqS7JWg6zBtaJvIztIjyCN7nsrHC9GzXgFzxkRpxjF\nYUlFl1cT1OUEiAsHAJDjqpWKtf+nhyWzUrEYYh+6UqYQ0hW2hxP+qrKIjMjt\n2Y8P4F1Yx4ngHWpCj3uI7F+lYyFE6vmyuUjVTOYzugG7HO0jtHEOcXiWwVVb\naf/yWEMmIL9i73knWCu7NL+NiFJn5G/EAROjSYgseuKalHDIGo3jPASSQG2r\nrH1kvgg7gGnX+d1bofGNzRlRwMADexZqj2zWe0FiZcpL3NXWFpWUim9Q40dk\nsu/q6kItPWmH2saFJrWPFKydMa3uFCk8vrXKtVLvYSg2ho7koR1RHsyhASTD\n57yfZpXBgIavoY8PMHtWEge9+yDnvnLRGop4+Vo1axMHXlwWlpB2reVCAOs1\nFyvUmr3Q4vpoCRBH/gU56oQjb+PFBRCHRJghELxOZECQ7gfJ8g79L9VU3kQV\n+sdXOPopcNni1EN0vm+jQibkHl54Vy4zSwJmhr0OrQpU6k9JAPvCoxWetIGL\n2DoN5otz4ZKvFQgqQcKFVlAK1T8qsRqKYsmtBZNp4FIgwD/HM5YIsBTOdO+J\nhDY+XoG1Fj0lPdh3Xz+Z3VjpnC/4rV0Fc/KhUtx50zy5sJj/vZ3BWEt4VOeM\nTOpj\r\n=/r1P\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEY31zExTqHHBVPO6mHAN5FK5DZwhICAIbCGRdoeMalBAiA+rAhxHFOOAog8GTZtWW9HXVbPIq0QKIIfqOnuF5cimg=="}]}},"1.0.0-beta.2":{"name":"@node-red/editor-api","version":"1.0.0-beta.2","dependencies":{"@node-red/util":"1.0.0-beta.2","@node-red/editor-client":"1.0.0-beta.2","bcryptjs":"2.4.3","body-parser":"1.19.0","clone":"2.1.2","cors":"2.8.5","express-session":"1.16.1","express":"4.17.0","memorystore":"1.6.1","mime":"2.4.3","mustache":"3.0.1","oauth2orize":"1.11.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","passport":"0.4.0","when":"3.7.8","ws":"6.2.1","bcrypt":"3.0.5"},"optionalDependencies":{"bcrypt":"3.0.5"},"dist":{"integrity":"sha512-AAw1Bfdy4h2ChpVantXWR+6XRAU7PGsDRL0z4BBIHp4CFvmvO44QDSEr85OT2mhgY2VqEY3SzI+9slN0qNnjGA==","shasum":"81cd4fcae113d6576c4d29291ee2f26db8289770","tarball":"https://registry.npmjs.org/@node-red/editor-api/-/editor-api-1.0.0-beta.2.tgz","fileCount":26,"unpackedSize":107309,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc58nYCRA9TVsSAnZWagAAcloP/iuNUtG1/Muk33/okI2n\nY1kRXA41ELN7177ogtMJRnUd+gA7WqOy51HIRlWWvtEzqrDv+6LfRRTaLqxU\n2g2a3FGC8vUW3Z68mDN77YnnF+S11Bd53VWdwLL+5ieu2VPAgAdqak1WIsh6\nAGkhgUCFM0V8VqIV0GXg2FTRZE34KShrLskmHlmjre7pRraHzPheywp27UK1\nz746GSL2zRPiYLQisQLLYI3Hqvpy8nzL5sEW7zstSCpfV6nK6lJNs13eb7zm\nJ44uKHkp7c9YhfRuPeFP5094MKVi5N6SGCFEkzATQ59roLs7cxRJ2dCH6bl1\n1eYPskXFOGNL/7bLXqEsz/VuJJOSLgd9QMylWr0Y4EUMtQmaqALHEVwcdf7C\nPNVQC6OHCMMwuIMOnPZ68X8MrtLJZT//mEVZGFOIA3mm8AVxrQ5cYKoz+Z0h\nlOEBe+W4HbdTmLf0syM2gM5mhkH9Ey2NxmHiA2k/qUyxCVZIatlIWZRJmzPs\nAytJ+3RMRQRCIu7ARQqRgVWeqZdk6DjLbCjMGURXwJn2XC7DiJhv32vlOVcS\nD2w3K8oiPE5QY6sccAuymGnqWMHCYkNfuaX947+SCEXlZqYZtPdqIrVpuvLc\nJWugKQ7MBiwYTx12Pnt7ud/o0H4f21ZT3Ntf8RmPvhQfYcSri6QLp6ZcmNhn\n7fjv\r\n=fYA0\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICFRmcysdDIOx7EQiGK4D0y5BkKASMY2uWq8jC1SYwuVAiBw6dxA35C7v7eMs2zMfe63Y/JRd73Qa1x2rM7NEQMUQg=="}]}},"0.20.6":{"name":"@node-red/editor-api","version":"0.20.6","dependencies":{"@node-red/util":"0.20.6","@node-red/editor-client":"0.20.6","bcryptjs":"2.4.3","body-parser":"1.19.0","clone":"2.1.2","cors":"2.8.5","express-session":"1.16.1","express":"4.17.1","memorystore":"1.6.1","mime":"2.4.4","mustache":"3.0.1","oauth2orize":"1.11.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","passport":"0.4.0","when":"3.7.8","ws":"6.2.1","bcrypt":"3.0.5"},"optionalDependencies":{"bcrypt":"3.0.5"},"dist":{"integrity":"sha512-uJH2KBHolrST4rxPsxAbRLtU/Em/ZBZQ7Ukqd8373Mn3ujo9RzdyvUvrVQZKzw5SAbE4y9HIHe21Tuuthx8rKQ==","shasum":"808c0f3b316c4dc2e27d6c1aa7f12eae850a2835","tarball":"https://registry.npmjs.org/@node-red/editor-api/-/editor-api-0.20.6.tgz","fileCount":26,"unpackedSize":107412,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdDM3dCRA9TVsSAnZWagAADDAP/jcodHTRkfBEwV7RzbV+\nMatk18/VHbSCyqMyZsWBxCuDUCqmolWEpfxjqIpvIoWZQfU6gcDLMcN/TjMs\nPbqhwrl6lM0tfIc8i5NXzi2AGod0R1xEwEw2D5g4Rfrr5RGgoOscnOjKStho\nniaHO6NwrhG0xC8mpHVV8ExrH5cLaH3hS9SRZjZ7zGybCg7/8GrylxSGyuBB\n2hplH5UfQaMrzcKVLEHiQv5otuAzBDFdmrI+35f9bKag49ukBQU9zeGrc4lR\n5xXNUEsWUDLb2ffwiRg1aLp11W2deXJPhJNC13aQ3NDnQJ4Rb/jtY+oFDgT/\noJGHtxqdb3pISiI+HtxZxOzUrVy5bIr0i8qOVvNifPQa/K4PnHthBK41c5aF\n3FBhtIqvZH0Dn6ToCSSDsOa1b1vbist37MQsbsSF2MsfJdhm26z/rRAwsGvA\ncAcIxddLMsnLojHEyolyVDzeB72Ye2aWQI6aOodE9LLVVf0fWgloHLmrtZ2K\nagtWsZvRhvqsl9tz20uk1+keqxhhA187pi8vkrbkzRzunMIwXkRKPiLEpL/V\n06yNXcS4I+UJFo+znLVjLSIRSiULtOqo8bDSGcpI5xD5eTs5n8wV7lPUbK7S\n4MjdaVdbdiWoOPu9UdDRbBF0b57wAuN+5wTC38QTXaISu6CxNcVq+KmpugoS\n4s8g\r\n=P6hi\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDn5TTV4X9RHPIQGSJL1fgxm1x1Ny3ihSp/foNGx8hWGwIhANE1KfXIswFAlN/2pnOL5ASCYu91qgtpDWutWLLdWdpf"}]}},"0.20.7":{"name":"@node-red/editor-api","version":"0.20.7","dependencies":{"@node-red/util":"0.20.7","@node-red/editor-client":"0.20.7","bcryptjs":"2.4.3","body-parser":"1.19.0","clone":"2.1.2","cors":"2.8.5","express-session":"1.16.2","express":"4.17.1","memorystore":"1.6.1","mime":"2.4.4","mustache":"3.0.1","oauth2orize":"1.11.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","passport":"0.4.0","when":"3.7.8","ws":"6.2.1","bcrypt":"3.0.6"},"optionalDependencies":{"bcrypt":"3.0.6"},"dist":{"integrity":"sha512-wGuJJ9eyFwHT1PHFOzp+VvXm3MhwKUfxB2uoc6668aKSHILcoOTnOc+i+JUlXxPe2zVu9zulgRiSkrWhDAO2Qw==","shasum":"3459cbfad5207036eafeff5925cb7ea9b425b171","tarball":"https://registry.npmjs.org/@node-red/editor-api/-/editor-api-0.20.7.tgz","fileCount":26,"unpackedSize":107412,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdHyrgCRA9TVsSAnZWagAAegUP+QCxIzMYXhoI+TxMzfcY\nx/PQis4qJRqTIia4ib8d9Jz2fZfCYzvAMhZGFEs/Xb24+yb/nmC0ZYvpyF/O\nrTcb3RatYV9sw9m27H9ID58ZedRWJs28aE1ot02INNJynBZWH2JapZEFoEE3\n2kMh694ELCXElJVfSuv01SsF1AHRz4U7jDSExJVe+/YPLwjKhbgvOcs2zgs7\nuGSKrtfDlHbFpeOGX8IQOV8t1w2f00ljJUSlUgJmCviRYJCX0M5y8YGjJ3cy\n8oopU5YWJv1gQ9GbiX0OyV4lmZwcrNWSUtnzPgZtw1FZFo2162jMW88tMDDJ\nZ/04lR7pXfJ+pFsOEFSFvYRG6842ARO7UZ+a65KMslYot8z3cgjqQ1Bm5qjg\nWk/sqREz6NwQdUDrYqyvsM/nELjpyb3pzjyM/3oymoKlpZWhPJXb7lakb6Ta\nR9Dk5Wr+BTF7RuMjdBVw4HPklp1i6rN01NFHVcopxPdXUxymLV0uqrJUpG3r\ngiG2zUpCU+vY7SPjD/yV/4qZSB6J8NoRIPJomhgKdZZ78uFLIt/qxBhsXWOC\nnqIZlTW6qe6BRnW0D8ylDc/A4JjjrZW5dqTe4IfuimCD4vuxvIxXVDLaF32q\nb70r/8FfqLvGy9TiHjZf35V9KAcEVBgktRvWx8r7iOmZJxsWXegt29wsbS3J\nJcjn\r\n=jVNv\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDwCsbMfJRarczZTegSV2XbagGLecxHD0rGvefVanSUhwIhAJo9QzUr4RnzjSRH/wEWxAc/im/X1zZl1mkf2FZtWHBW"}]}},"1.0.0-beta.3":{"name":"@node-red/editor-api","version":"1.0.0-beta.3","dependencies":{"@node-red/util":"1.0.0-beta.3","@node-red/editor-client":"1.0.0-beta.3","bcryptjs":"2.4.3","body-parser":"1.19.0","clone":"2.1.2","cors":"2.8.5","express-session":"1.16.2","express":"4.17.1","memorystore":"1.6.1","mime":"2.4.4","mustache":"3.0.2","oauth2orize":"1.11.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","passport":"0.4.0","when":"3.7.8","ws":"6.2.1","bcrypt":"3.0.6"},"optionalDependencies":{"bcrypt":"3.0.6"},"dist":{"integrity":"sha512-b0DVdEL8m3fY7RgKfJjzeyyD6Z7C7B+ohJ9Z7GtVc/L5jOKzUKXyW79ujPKp66J7iEdJzBqBJ68+gshGOd5Xfw==","shasum":"269706152f40a236e1ba6c1a32ed26915a5b47e0","tarball":"https://registry.npmjs.org/@node-red/editor-api/-/editor-api-1.0.0-beta.3.tgz","fileCount":26,"unpackedSize":110202,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdXoalCRA9TVsSAnZWagAAs/QP/jtELsTtTgvljh7f7g2a\nSO5lbgdBozGfRRRWytRBPiELTfzS7pXER24W/HQoNc4X5jJvsLgNEAmEO+DX\nJhz2ORP8RLMCKazkZFoDjlLiEXJBEKKYIwaQUh3e83q8/CDMhrgY6Miz/ggm\nh52dXQSkqgMa9jFNNubqkstRZ6s7afo6QoMiR4dMi/TnX0NiATuDhl+SgwPI\nZhi/h/iXY6qIP9cyLb6Uj2/wEVIKs2jD8domi2ecof0MRiN+GG2zCRaA0b63\noFYpc+DrmBS/Jz4RStdiPO5LPEtg95fEC961k/SPWfJFxt8NIqZhXj9/AGLQ\n63dD0ityjd6VRl3//8awrQTCwrGrWngCHkH8OhyMIeytbdezBusFsc37c2nU\nE/l7QhjzvEoudxhzfr1GSJEenW+1ZaH6L78BBGqsM4zdw4YD1/UgMxwKXqvZ\nkDQHeBLNpbTLtcuOh6cJ+Ht2Vj9dKAMSo6iJ/bXWB+mRSa6CbPZ3xqGvZ4UW\ndCOpSkZznkiPNAlta/LoBWd5wWrKImGCN082HeT3jCTWrfRhxjin7r9k0526\nFKEA6K6NkK0eodapmI4L3da3XWo1WJeY4aGK4zrlnFhLtc8gbVxQFjvsY8NT\nAdMaEvQeyfmrngT1OjSYkATqVdqnSPP2lzkBH1S1Nx7+9f0kt5Hapq/1RxeA\nG2CF\r\n=LJS0\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICAFskJyybzjkrkKYdL0rHiAh1+h6QcI7cZVdhKTPCsOAiEAst+h6AVcjA2cK+jUJBXWlR+Ynhoer9T6U5ybhQ+Pe3U="}]}},"0.20.8":{"name":"@node-red/editor-api","version":"0.20.8","dependencies":{"@node-red/util":"0.20.8","@node-red/editor-client":"0.20.8","bcryptjs":"2.4.3","body-parser":"1.19.0","clone":"2.1.2","cors":"2.8.5","express-session":"1.16.2","express":"4.17.1","memorystore":"1.6.1","mime":"2.4.4","mustache":"3.0.1","oauth2orize":"1.11.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","passport":"0.4.0","when":"3.7.8","ws":"6.2.1","bcrypt":"3.0.6"},"optionalDependencies":{"bcrypt":"3.0.6"},"dist":{"integrity":"sha512-VaetYYU/gu4CgUs80ymiBg9BVw4Ge4kYF4NPgs4S8t/c1BRz2ZZd5idCDw7MaN602eDiYnspx3QMH8X3sqYsTQ==","shasum":"588588ca198a4a8ec67840aedc5c622585d2c353","tarball":"https://registry.npmjs.org/@node-red/editor-api/-/editor-api-0.20.8.tgz","fileCount":26,"unpackedSize":107461,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdcifuCRA9TVsSAnZWagAA4TYP/35bbJMZpAeHzXrCUzMS\nnzpbg3NIS/W825cJDYCrdt8mLdeZZRso2FSTCxUhhTKlWn/FtBzV5+1gOyQr\n/qEBAHmf+tJ8p5sFWdeOoZ0JFzjUf1BYfLRHBe1eOf7zHac6ihcqrGAD+rZA\nCtE/WSVile3c2tlErT648eT8voYfCP29Kcz7WmFYAq0CIYFYXt95wFKknHJT\nAAFATKYfgASokv0bwIEbJc6Qgo+vbvFIEPptS3d906r5FNmx8N8kDnO3HKEh\nO1GAK887eMuQ1GzQtMmcOrQm440oNe9eG0Be/ozQe8UH2fvA5cbQKI1IbMzB\nfWeLiqM13UGKlNb//KDxtrWjPP8tcCh/0MEu4zdM9m5TZ6JYvQqyyW/Q3XhX\n2FGnY175oJtHAcj4B2tvuE9prwlaKGaFifCxHPs1HipWJw1F8I+x5OhA8vIm\nu2Py8CbSkFW3Ys6wHZ3lwiZEiyUvZoO7p/ANn7SOMskrRn6i1wY4fap/RU3y\nUix8/uNEDgkygixcj3SsN+iA44q3APmCg4fV7t80YyZwRVCWcbbiwHjt05El\n9b+VLSWhZ94NfkLt8duKXsKVkOFn76Y8rvGdeN14SaXVnFFZMrm0Mgv6umnI\nWWzandBiQK36rTGn3UKgEH9QWSaiZWG1lLmcL0LRfEfVm3WgFf9S3iZJNWvv\nCcdo\r\n=OAVp\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCVUEKURNUdMdQ0f8/8nTl1zki4/vMUkHVnv0GO5z/49AIgSESuWJ+XNehkSma5XdKKmcF4CvBAfnHYsfe4HEHNmoY="}]}},"1.0.0-beta.4":{"name":"@node-red/editor-api","version":"1.0.0-beta.4","dependencies":{"@node-red/util":"1.0.0-beta.4","@node-red/editor-client":"1.0.0-beta.4","bcryptjs":"2.4.3","body-parser":"1.19.0","clone":"2.1.2","cors":"2.8.5","express-session":"1.16.2","express":"4.17.1","memorystore":"1.6.1","mime":"2.4.4","mustache":"3.0.2","oauth2orize":"1.11.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","passport":"0.4.0","when":"3.7.8","ws":"6.2.1","bcrypt":"3.0.6"},"optionalDependencies":{"bcrypt":"3.0.6"},"dist":{"integrity":"sha512-b7oYbrHuIumZD7nJgszQ16U0zpRIXXRjLYFWiVMCsOMrRUGDh0XxtICYVgmzzrmxjqOcpTVhkKBvs90gBLrFcw==","shasum":"fedb6a14c377681d826aa67fd4fdf1d5ffeb8a36","tarball":"https://registry.npmjs.org/@node-red/editor-api/-/editor-api-1.0.0-beta.4.tgz","fileCount":26,"unpackedSize":110202,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdf537CRA9TVsSAnZWagAA4soP/0+Mbw/P5Eg7JktHRPqd\nMiycrk/zyE4KGzJKX/vmGzAI3egUhsUc6pG6kWi7hZ/aOor8tpp/LFy59lsl\nXh9PbErwGTAHYapPI0hU+GcDW5kBPUQhH4EbM5Z5/AxwF+EWUxrDc92nFV37\nJ8NV0vUEBFvb253pIPp/KkYEvF1/4/+k6q1qbtnxr6ZbEvTDhaDSaoxwObFL\n8UGOlO3/PHokPgPAJGOQldJUR9hajpV+OmQeKOkr+hpXuNEtB/R4Vnufg/pG\n+q39EiJNmiMM6BsG8x6JTzlLBX4Id5JG6Ej4XLvKlrUDO29PSF1qezskcaT1\n3XGdmGDPnqUxiZWzhL87eVhmtwWVnqKi6mZinjoi2dihKgFoPiZjzz9edjFI\n4mz1cwgBS1Lmx7QNqaE7gC4pe3W3/NkEg5oZE8EA1HCiGcT1u79Esk67tWr4\nLfOBDJ+TLactv9H6gID/uYww0F/3aJgYgP5i1f/SjWDXR5GgE96o8RIP3wwe\n80+bU8zt5sy4fGshLLOTxDEG3sWhHgEtB5l06XJ85mTnQurkk7QqAogGb/3p\n4VD0bt9yNP2Elh+z5YOpINeYAfMOqLAZEbzJ8z90ai9clW7REdMO0GfAEHsI\npMyl2zTSeGRTbdvWdmSQ2wC9Tm4Ml4+exyY8wKHk51RPi12/oz/eVKCRRfJ4\nyRDK\r\n=737h\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCID1m7Ht+yA6MY6R7lK6k9pPPztlntfRGqSkOAe4Ik+CmAiEAsPISX7B/H0ux2Di53aEtegEpeoZuzmCFKUDyEVMU7cE="}]}},"1.0.0":{"name":"@node-red/editor-api","version":"1.0.0","dependencies":{"@node-red/util":"1.0.0","@node-red/editor-client":"1.0.0","bcryptjs":"2.4.3","body-parser":"1.19.0","clone":"2.1.2","cors":"2.8.5","express-session":"1.16.2","express":"4.17.1","memorystore":"1.6.1","mime":"2.4.4","mustache":"3.0.2","oauth2orize":"1.11.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","passport":"0.4.0","when":"3.7.8","ws":"6.2.1","bcrypt":"3.0.6"},"optionalDependencies":{"bcrypt":"3.0.6"},"dist":{"integrity":"sha512-E+rqjFsu4ni3iUcqj8xyw0aZXtJ0PY09sxlM4rOZwBh3NgJ3ad0/oPDiY5EBE3Brb2Aehdigwo9kNM+bCgqT2w==","shasum":"03653b7bd798dfb81350f9a91a20895eb1a0f613","tarball":"https://registry.npmjs.org/@node-red/editor-api/-/editor-api-1.0.0.tgz","fileCount":26,"unpackedSize":110181,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdkfmYCRA9TVsSAnZWagAAmr0QAKSoqiGfPMTdSZrqzRw3\nEiRRt7fT4nGTD5fX5M1waWrVOCV4oLaXpFGJr7lmKy/V/WmqM/VPJTvNQ6ei\n9utFr9goEKPJxNiq4AnnTyRNiPWceEMubq39EAMVIcSSB9rM6c6Lw5Rqza6a\nTrpPiqDEbnmxYyM+pwaLxgUGBUc5dTjr/BCrm6/5TgVtJcLq9j+3MZK3JY6K\nKQ4MxPqohKnYy5Gv9HSAVkg6j62PJoDEUV2etYXNdC+J+6vJLyouLRVVqTYK\n09Wfh5G9vhCkEdlRpDX0LRMpIb09PSttfG8+XwAViN7SwrruBpnOfBuQYWTU\nDcxCIkoeKg7GmanFtLKdUE4lWw6PXZCuAV9vNIhUzHm8/OXM7hBeHF5VVDBb\n5/nJfBOby72Cu7/qLQyXPTtaVcEgF2QzGPYwAL8LsRX9mtyXVkjcDDLeqOPs\now8Cqiqtuo0mMcyhKzIxBW1WQoaL9Lc6enKxdYkHEIbTwDtCMeTZa2KyVWAB\nS7jY+Mr3gf5gU7NV9ps784HUg4jz7ATFOooztc69XV2b7dYZHW9bHOA8knw2\nR1NbAdhfKtDxS93AiM1vnzALMQb7yKgtRoh/hFEmsQJo695XYNmPxK6OLPMD\noyal7IpZ31YvSm/CJ+YrcOTS+niAgijlBsQsqM4RvOjEGe5Xm2dzrdG+T4Kl\nR9Zh\r\n=a4X7\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCU9D8EsfFO/scIPFMeLE3eg4zaJYsR9669dK+u11L1sAIgVDxdDSOpAj0pr1/XA+9NotC5wKWdhVMBPK7oBeUfZ+8="}]}},"1.0.1":{"name":"@node-red/editor-api","version":"1.0.1","dependencies":{"@node-red/util":"1.0.1","@node-red/editor-client":"1.0.1","bcryptjs":"2.4.3","body-parser":"1.19.0","clone":"2.1.2","cors":"2.8.5","express-session":"1.16.2","express":"4.17.1","memorystore":"1.6.1","mime":"2.4.4","mustache":"3.0.2","oauth2orize":"1.11.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","passport":"0.4.0","when":"3.7.8","ws":"6.2.1","bcrypt":"3.0.6"},"optionalDependencies":{"bcrypt":"3.0.6"},"dist":{"integrity":"sha512-DN8HW6ZmBwfbfAlvO8qRvyuyDW70rkrxEq/Pf82i/tm4xIpyhXirCX9Ab9T6ueD1e03o6826GEhcAZZyTq+U3A==","shasum":"e6ae7780f9255277ff6868d0b60d5523d32eabf0","tarball":"https://registry.npmjs.org/@node-red/editor-api/-/editor-api-1.0.1.tgz","fileCount":26,"unpackedSize":110181,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdlx9eCRA9TVsSAnZWagAARtQP/16AzoQQ2sm13E2oEHh1\nR2eLFo6Lls16NMM1KlpP9yCTlmkDRgTrvPeDYqnxM1l0svDo+azJosdztySu\nK5u/ewZWTcyl3n1+HGw43zIefQXY3vq8DiToIe2a/5YjF2titZ97faIwrG33\n7/skPrZppsg91iTWXXFEm24ifd6g4hoGssFc7VYvTHAfH7Hf3Q9HNlKDysFM\nJc6j4A3Sm1U57HdAsIrKAPnGaddGeXSJP/aL4MLA5NSXoV7zt6iFPawkQJWc\ngssJOLT2diYDqc28PoqYrXa/9/QG46BMmf+1q95tjfmxf7c+v1sf85KE8qYO\nPhEJD6P4FE7v8GKgkixqmTRT7LHkrUgUrW/hDBJjeRo5WNTiDirWue1JYROq\nHpcWLjJ8xYqtaXPscbSW4pXonnozVCpjCmoTQnhSsZa4IK95mbIBHjWhAGhd\npXtDqJHSY7rYQbFRrWbzVMoFrwI7u6rzFKgy6OXVuMe6uFnL33ZHX2bd2QAF\n0IQuWnDxdoyzK17E+yt5yDzxk64/F9z/SO65LlLA5gm9Aha6kTwZ5/kGQg3C\nPHG9m2dE0VC+l6amtNB5mbmwPf3hcAEJTEYd/86zu7zZo9hnRpX5v1a7d3yn\nD1S3As/Ix9DMcuL5D66NhXBHf/J8ZOTWpvjZttD8vz4wEoglK+eJTVqpkK5J\npsP+\r\n=SZKi\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDfpWyjT0FX9Rq/fcijGhu0sRJ7KzScMAkfKyU/bJsMTAIhAIZngGoFaNx0MOtBmaoAZVn7Tg0+U7T9EpaBMbzaJsZ+"}]}},"1.0.2":{"name":"@node-red/editor-api","version":"1.0.2","dependencies":{"@node-red/util":"1.0.2","@node-red/editor-client":"1.0.2","bcryptjs":"2.4.3","body-parser":"1.19.0","clone":"2.1.2","cors":"2.8.5","express-session":"1.16.2","express":"4.17.1","memorystore":"1.6.1","mime":"2.4.4","mustache":"3.0.2","oauth2orize":"1.11.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","passport":"0.4.0","when":"3.7.8","ws":"6.2.1","bcrypt":"3.0.6"},"optionalDependencies":{"bcrypt":"3.0.6"},"dist":{"integrity":"sha512-yUvTU5b7gDL35NIC2qC54NY0uuIAewVzcPWsc+Rbjy9YpY1DUD2Gt5Ub9gR2QPWYtVPG4zSPOBtPhZEcZvBSxQ==","shasum":"531eeb211f681ee16b7b7570b12f8b6da11a5088","tarball":"https://registry.npmjs.org/@node-red/editor-api/-/editor-api-1.0.2.tgz","fileCount":26,"unpackedSize":110181,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdpILyCRA9TVsSAnZWagAA1QoQAKRdeVuf9+g/Hz3oVlWZ\n43/XRjCNclbGSW8FOkVWnspmb4TE99Tl6RalGAp43NuWgX8XpM7/wCYof8iQ\nqasPjQTWv95MCoa18oca1GlnsgXqOXm9xzfm7KK3Dolg5SixZ6yiuMonV2UL\n7FuP2Qw/gHLgDw51Yspb52NQEKASiLCUzCFAZBuKUasVKXRDW2zrj3Cpcv2/\ng3TaWazsJHYBIeFcqKmyYjHMM1K1eLyaVmZerNC3vgUMav1kSA8mc2IV+s20\nmVang8kx/VrC1VrHzJkXVaKBborKOWdl6Kqg18bgtwkJ6GEkNaG+DZOh0uIW\n6A8JO3+EJnxExewwDerxugznXp9ZkPDlNJNqK+i1ENjILclsDonZN0sbxoa8\nCRDWoeL6OUAAbbdYX+bgmCe6gOutRpK/4/H9rlusN/WOc3XYMCRYv/A3926v\n/iALjDecuybHhSpLUD4ra7v62jntF9gDAOet3lT12zXQFST0+Y7xQ9VlKGPr\njEgRNRsTsE0aZrrenhmDEC/w71G1p5mPrRdOlDG+nX2iMFxfFodfWkErjGC9\nbBPDhO6dAqQwu6tXhM9NVb/YxNorycQ6my2535q/xhsSg9OsTFzdBasFLLPZ\n2+aQsPslBHSwYPtx0xixNio5aFNx1vsepkvT6gQ+Ty1jz4j0XJKRg2lG/Xt0\nTYyP\r\n=o+2/\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAxnisrasUjwRN4HNOAqOhkk76xLr2hk2i4J3vglW8OhAiEAqenv0N6lAaKS9jg/zLTmR+zllxvGvi9WF+EZ0+7zpn4="}]}},"1.0.3":{"name":"@node-red/editor-api","version":"1.0.3","dependencies":{"@node-red/util":"1.0.3","@node-red/editor-client":"1.0.3","bcryptjs":"2.4.3","body-parser":"1.19.0","clone":"2.1.2","cors":"2.8.5","express-session":"1.17.0","express":"4.17.1","memorystore":"1.6.1","mime":"2.4.4","mustache":"3.0.2","oauth2orize":"1.11.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","passport":"0.4.0","when":"3.7.8","ws":"6.2.1","bcrypt":"3.0.6"},"optionalDependencies":{"bcrypt":"3.0.6"},"dist":{"integrity":"sha512-q/AFIIo7oORS5D3Tf94FniTNxRlPtdy4W/bp58UDzPpKamsgNbqdTFU0XG8vm87zDrYZeW3ZSuHQaYR6qMpxKQ==","shasum":"9c7a992b96a9c81a6bd38ed96e451251ad512d7f","tarball":"https://registry.npmjs.org/@node-red/editor-api/-/editor-api-1.0.3.tgz","fileCount":26,"unpackedSize":110203,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd1vBiCRA9TVsSAnZWagAAXd4P/R2mDrXcg4SiZsoI7BzS\n07RwQEoy1wLqVcxM6EaxhAEcWkW62KaVPjTDVuvgh0N4HPMsBS+JOxVK2g2P\niGFyMpCsC2mpDJYRmbih+XDi7y47mvkjERxYHKle0fsh0My7e0fIntf2ufNK\n5Mx5wYWap2Xej0GVrasJREKalWU4Tk0/oRltaE8kmhlEHn1ny/4xyvzLJp2x\nLq+pib/kpWeOf4FvCW/gC6fcwJzsnKfZbexeTE37mJuBo/j/GCIxLBB41SMo\nqGDCt3oUkyFoS8exgNYSoHgWSV+u9PNGNR3UObe5iXLwsDUwSqyv44oImvqi\nFH5kVEjX+E/LdQDeftE3BhV3y7c1YqVZE/3o+3dzqv1H9EIVOScfbggaD8kM\n1btqmx4yL4zhYxnl9R9VlLMGU6AlMRVMCb1AhPAu67k3uQ3HWdFUty5wEJdq\nTw/bNXaTlW2Ef8pVkBdcnU6iOGxX5aLz/GNUtXO/kbovD/2lr+5oNku+VZ5p\nfNgtIrX4KKGbBqeSwPbEQ0mYZ7s7T6uflJd4IknIDW87D05I5RMcHHwNk4Pq\nRUSdElpGKtMwwRi//r8WzAo4cG3msUuZ1wmWG1a2aOKK/NwOPfOFqcapwl7U\nmi/hPELnmEXE5450VMYMR3dg8sXdm7dACFfdpg4yeANmPfUu+4VtvdHmz8IV\naafL\r\n=pS4d\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHgKSqPzFDOz0FWRTHZcKYch/eGIbvOe8Uq32S891nOiAiEAvrKc2KdLpAJ1Ezh332R5GKz4DDJhhsj3Zyahbayutw0="}]}},"1.0.4":{"name":"@node-red/editor-api","version":"1.0.4","dependencies":{"@node-red/util":"1.0.4","@node-red/editor-client":"1.0.4","bcryptjs":"2.4.3","body-parser":"1.19.0","clone":"2.1.2","cors":"2.8.5","express-session":"1.17.0","express":"4.17.1","memorystore":"1.6.2","mime":"2.4.4","mustache":"4.0.0","oauth2orize":"1.11.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","passport":"0.4.1","when":"3.7.8","ws":"6.2.1","bcrypt":"3.0.6"},"optionalDependencies":{"bcrypt":"3.0.6"},"dist":{"integrity":"sha512-Bs37Jz/eLNy2qqQXbAX6ix/zvfvZEyZgvWE19PPCoF0BkVn290fkIK48ccdkALjKwmJRErpGEyzERcTWQks4BA==","shasum":"768c2dba7122148261474edfaeaba081ba2805f0","tarball":"https://registry.npmjs.org/@node-red/editor-api/-/editor-api-1.0.4.tgz","fileCount":26,"unpackedSize":110290,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeV9sfCRA9TVsSAnZWagAAqncP/Rm74XYJXz7iaOAQrEFd\nuFblkVHNHOn51i+oLSsqS2OmNgBh5on4btm+1RTvdTqrZd1Lq1Hiu1pVlL2b\n6wBTCQoU3qIr/E4XTsrLyIYdM7C0oHluak771gHJYB05gmjI21CG2kqSPQ2w\nz8jna+MwbM30lNcEipixob97fF9j2JCD5zH2Z5PSQKHuHCv+frfbCPGAGzvW\nKAnMQCQAQ0uhOUy/54fZmyxh6TtJ/5YPyE5rRSL1kk2wWIw/CYJral4lTjbZ\nGCwSNRoJWqrOoaSfPkGoJRSHdCmv7OkDN4l++N+tQ7dAvx2wMsRn3cdMs04T\nlRDDy0WXdChdUUB0ZdZhmE8ww/44MY8m6AxYNcji9c3QiS9ssP5V+XvsdC6O\nqb6RJ91DdHXLWAgc9D5yLn4qLNSqws5Bk39UIBILIii2o3OwK4CeRgnXypw7\nIswEJKwCqo0g7SzQfDAOYHyTReJuzbNOXsdEOzTCpSNOaGxTvHgclenBXzXr\nTQkUAxMHjk6qSLAa3OgsjBypX0kzd3AO5URgVxpC/bwV7obtChxNNk19J9s0\njdInopg/1v9mr8AInOVlIuByUruXlJMDO5vNlELkHjX2eKi26bBnAVrW5z6Y\n2+Gsv6smL4ErrvQSIEMENZZKP1tV8zTZx8Rtb/x+3a/emDTn0XD+tYO04EoC\nWiQX\r\n=tzyg\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBTtjnFblYUcYWQ8ihWu0dwb7Fav1fOOiTf7gW6QNU+rAiBw8f84aQTzfRIAVchvX8c3rPgRwhPi9QIt3G8M7XUL5g=="}]}},"1.0.5":{"name":"@node-red/editor-api","version":"1.0.5","dependencies":{"@node-red/util":"1.0.5","@node-red/editor-client":"1.0.5","bcryptjs":"2.4.3","body-parser":"1.19.0","clone":"2.1.2","cors":"2.8.5","express-session":"1.17.0","express":"4.17.1","memorystore":"1.6.2","mime":"2.4.4","mustache":"4.0.1","oauth2orize":"1.11.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","passport":"0.4.1","when":"3.7.8","ws":"6.2.1","bcrypt":"3.0.6"},"optionalDependencies":{"bcrypt":"3.0.6"},"dist":{"integrity":"sha512-YYzc+EQJBSqkzip9Gm+sw8yK0HVLougiLs9xmqOxmMXQCiH56kyB1Tip+CRExsAgSqM1fLITxtBNkzAPgiP0pQ==","shasum":"3cf4b6823512f306cde6a7b841713722b59d7cf2","tarball":"https://registry.npmjs.org/@node-red/editor-api/-/editor-api-1.0.5.tgz","fileCount":26,"unpackedSize":110290,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJejyFXCRA9TVsSAnZWagAAWOcP/AhMR365oxdkKVUctoRS\n0ZFk7FesOEWbwnGiXM8Pp7NK2nOyEOdlJeub3sjB5WLgUqdl/6JJSP9uD7Qg\nNFcHqQce54MnH/+bWMSSSVRtTxz747XGdgMbjlUSFUt0x+oIVVoJK72h4FFK\nrmP6DjWnXAyPU/8g9r7bN9X0Wp2UyPnxuTaEmHeq76S9nZ/c316BBycPUhL8\nv1LyDTVFnZbDW7HtKCDm1d1lXcPnNvKp0MvKQYnoOICGfEBebJ0fcO4OEr28\nmWUyPauTZ6e1ilSk5oN4AZsI+JwomSOx+ZEViTN/hc7BowllhTZOTUmUeQeN\ndZ0+XZMIZ2Q9izx5z53ibVatUQjgMoQaY24CI9wwy4S72wM78Blz93nhBvzY\niYLgsG4rQC/+mczQnXt9I6Juteom1jXQSpVnTARDqMuZaxTdJB+wIdNxgymr\nqQJ4tJWn2vohDGOfAATyKGF51Q9r9YbOJKgHYQQhfl483xLIBMgKuHuIvFP7\nwQv0x8H10LMM3GZ9S0r2kZYdK43w5gPzYXo+Yfz1DXYgtTOd/tKWTCPxmkNx\nVhz2AumQUTQynJn/G0e2YeH15qPK6oruKdI1c2X1q6mG5YMyHgfCQTEUE5i3\numZICRnhMPlPkIaJrqlcKrzHNPG7HiTUKXHx0sfRL6Af5kuqXaESYeDsPntm\nSQej\r\n=KeHG\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDlGATGh27ei0SoLxLHoL+IlUzae3DgFRyXNwNsa5fILQIgDgX8j5bhjHoDUMG+hOSON/uHcR/W4Xng020BPylq/Es="}]}},"1.0.6":{"name":"@node-red/editor-api","version":"1.0.6","dependencies":{"@node-red/util":"1.0.6","@node-red/editor-client":"1.0.6","bcryptjs":"2.4.3","body-parser":"1.19.0","clone":"2.1.2","cors":"2.8.5","express-session":"1.17.0","express":"4.17.1","memorystore":"1.6.2","mime":"2.4.4","mustache":"4.0.1","oauth2orize":"1.11.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","passport":"0.4.1","when":"3.7.8","ws":"6.2.1","bcrypt":"3.0.6"},"optionalDependencies":{"bcrypt":"3.0.6"},"dist":{"integrity":"sha512-9LieY6LSDtvj43IbpmCs9MmSGdPjOEmtsi+T13dXxxmil4ngedvJ7uMP1d96eKLW/b6Viuk7kx2olSGtUqgqLg==","shasum":"7b43cc1f3c8ff8bab993300175e14c4672f8fc95","tarball":"https://registry.npmjs.org/@node-red/editor-api/-/editor-api-1.0.6.tgz","fileCount":26,"unpackedSize":110290,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeouL3CRA9TVsSAnZWagAALnoP/jahc5l3/9H4mjWeUU8/\nS0mPRv4RwRQIfKzjJYr8XdRRP0HxBN0okKfSPIEYWWFb831K0VpL/3p7S1i1\nKAOMK7Argt4NDtmnw2gsoX2vqkV2xHGkrBkECDJe4ddUVtxM9+pH9DBxfFUp\nyiiMNKFGyShDu/bEqKsM2PWv8fptOu9PdveD4loGOR8NbZG6Vxv7xYI7B1a9\nQ7a2hT+Wq5g9k59EuzuUQ1iMujmUvjjZUeu/XOlIhZrRRPbMekDJXm1s6EOg\nitwo1q78gE3xi2GwtLE6zrdddy2WAnR/DfHR9E5XKI8YgPhTha6lfB4yokAh\n3ZqY9g5dhUsHk763UspnO63YONh5mriHGEBiMumTUcDiAew702FhSm/6+HKJ\nZD17n4f3lbFevmQQtig//9aOSCyjvb0Bl1nR0KNZ5KvTzLrx2VsFoRFi2mSF\nodKj89a3r+eXdWcx6dlMoRY3+350toRhZGELzjaTDxjlW3wF+7fH2PNnDBJn\nIeehm0L4Duaqnn8VYq1sCMZD03aM7+wwp4Db1UBrQiwjX3Zal+kuYsubLxB1\nvrMy1195fw0uMjCGC+n5pwaepxpMJOsG60jYIpA0JZxCHUl8EwqDOFZFOJNe\n4VInC/dJM3wlH0amovA4ZpSQD9kyGEzG/u6ZQf16JmeQbzJCrMnw4HvYqxIe\nZNW0\r\n=1Sy0\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDnno2rJwqAZne8kTLdPo8DuskS2fF3DZDAFwF+lOAOuQIgFkBIl1uDHRgU71aWg7u+/5d2CRN9alIPTzpa5zt/xRo="}]}},"1.1.0-beta.1":{"name":"@node-red/editor-api","version":"1.1.0-beta.1","dependencies":{"@node-red/util":"1.1.0-beta.1","@node-red/editor-client":"1.1.0-beta.1","bcryptjs":"2.4.3","body-parser":"1.19.0","clone":"2.1.2","cors":"2.8.5","express-session":"1.17.1","express":"4.17.1","memorystore":"1.6.2","mime":"2.4.6","mustache":"4.0.1","oauth2orize":"1.11.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","passport":"0.4.1","when":"3.7.8","ws":"6.2.1","bcrypt":"3.0.6"},"optionalDependencies":{"bcrypt":"3.0.6"},"dist":{"integrity":"sha512-o+H5FaL5+4aLIMGSE2dDNkcklfFLobYTjZ4ymlRa50YiWJ6oyy2n+Pch0zOAhd2mHoSLGTZN0Q6kczNPXPepow==","shasum":"f782b8bd018f429790f30f23684520b371110290","tarball":"https://registry.npmjs.org/@node-red/editor-api/-/editor-api-1.1.0-beta.1.tgz","fileCount":26,"unpackedSize":112140,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe2M1hCRA9TVsSAnZWagAACUkQAJw7BMymhBK26HtUcYOb\nAihzm4+a30R5CYLATSkK/IAlCGdfszHp+5L75fOZOIvBF6Xzn8RjEGOKChR5\nOGQ7FSOQoT0xg7FbZJpga5bpZiSDgLGCR0xdGhbOpI5RZdMbv2tVbQjjtr0G\nn7b80u47E+pONbUZUjUpQPmqFr71ZM/TewXy2rhBMTitFAjZIcFK79hnLEgC\nLL0pBWjW4h6EZgjsyzpaRbeLJl0Nz9yNZD/fWlhrbpoJ9ODSDYYasVwgAta8\nh/MFLobQwEbmyWfg/h/CkO0H7T6Ac8QNY+j748Hh0uJs989TIJ9C2okBWQkV\nT2/7S8Ge7lAjib75CvchGxdFihuSHUdJHJhajskv9T0UYc99wVuzL1Tljfwo\n9hroCRxqOiPgRwfsg7vGZb3Z0Nhyqszd6FryF3IZ5qrwHVZbipTOeUjPQ4KC\ncBqU1v8ov6Cwz3rK/N95+Mb1vCTJ8BFllDpj4zqwsqtVg5EjetjI9DbqXTUz\nTa9RCzqBHVBuVy/7+BOpZPFsLqPie4aBcP3i4yGLw+8iEgUvvsn1FWKLM0iY\nLKPXYnuxj0vkRTNEEE6MDQpRePiznZjHWRUeD1EpVuXN+tmlHXTWI97UO4y0\nQDVKtTF80/Yubhm/ujtC5hZAzfOodUCk3EZFZN8QjohEPTLr94nCXufBw6gv\nId01\r\n=jFdd\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFJf6abUly15Piaog+JlQKzsi/IeVLd4uAapitZdFkkGAiEAll8rtat27ZPy3pQe1MsQtdNupoAc2ihfXbc6B7xpe8c="}]}},"1.1.0-beta.2":{"name":"@node-red/editor-api","version":"1.1.0-beta.2","dependencies":{"@node-red/util":"1.1.0-beta.2","@node-red/editor-client":"1.1.0-beta.2","bcryptjs":"2.4.3","body-parser":"1.19.0","clone":"2.1.2","cors":"2.8.5","express-session":"1.17.1","express":"4.17.1","memorystore":"1.6.2","mime":"2.4.6","mustache":"4.0.1","oauth2orize":"1.11.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","passport":"0.4.1","when":"3.7.8","ws":"6.2.1","bcrypt":"3.0.6"},"optionalDependencies":{"bcrypt":"3.0.6"},"dist":{"integrity":"sha512-eeqtL0ZcudlgUlaJQY3KRvgqLu6vOPiPJIF4ExGQxms4k6/q1tVr2daPiAallpZ4DS3NVdYiEMvFeI6FqIuK0w==","shasum":"526763c67d9b6410ec7c6458f00c718ba9871ecf","tarball":"https://registry.npmjs.org/@node-red/editor-api/-/editor-api-1.1.0-beta.2.tgz","fileCount":26,"unpackedSize":112140,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe6NdBCRA9TVsSAnZWagAAWBwP/0+pYcxThtSZXvVCdT7v\nAwkc8HDLBrz6tJ+uW0RAKzHvB/554oUBdd8l84onqmlmwQIXbjOzSbTrCyXY\n7KdF8XBJd5vxB0cekuD/p7g6sDm2jUwGJjzqlMFQsYp3xF2seZrbQWH/Jk7u\nzkmB2a893vI0wswkIVEwJjA0r64XWbdd/qAbaX+pyfXm98Vj0tvQDrZH8Xxp\nfa2ZyxGg1MRX9k5MLiY2BER5FTCef6ItcrW6utktAF2D1ZfnaMZhdhmbs1Xx\nWIWz8dzuko8VyjwDwqs8UM/DaQqFA2nQmPoJOsgUGlhM3YHEWDlRbUHMFi5n\nKYXeuINCJUfROQiVPJEE3ldUOqVDV5pfuQk/P0FbkmyJkxnClrTDLV2QLoYr\n4U5HBr79Zyh9CeUAqr4HlRgBSXyfnrDCJoscNG6wT5FM8ohV1XVjyPMm2HGj\nIKng9izoUR1Q6H73gmuGXFz2/O0ZwrpMwtP3hYgFYShCMOaqdCIO+/7GAikS\nEkw2GHfhm+wBTBLKhdrOSRufk2hqwI6JXi62R+bsFcdeeSgQQ+ErOgPEU32W\nlBIhdDmMlS4vyfWjMepBPkRx0skZgmcRxg9ZRhemGe+yfUh+jrAj67m9P8s1\nha52zeEKg1ZqIHzRHiIU6fiCux8lzLj4EC+jGXoOe33tFGaj9GOh8nyOrNjd\n4OIi\r\n=1RMc\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC0MxQcTNiGCx610h8eaGu5OJkK46RUJAVoX4LM7eyx3wIhAIVlYxoG1RDy5ZEiOfmc3kBSPUECNHACWoSJzCwMmmB9"}]}},"1.1.0-beta.3":{"name":"@node-red/editor-api","version":"1.1.0-beta.3","dependencies":{"@node-red/util":"1.1.0-beta.3","@node-red/editor-client":"1.1.0-beta.3","bcryptjs":"2.4.3","body-parser":"1.19.0","clone":"2.1.2","cors":"2.8.5","express-session":"1.17.1","express":"4.17.1","memorystore":"1.6.2","mime":"2.4.6","mustache":"4.0.1","oauth2orize":"1.11.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","passport":"0.4.1","when":"3.7.8","ws":"6.2.1","bcrypt":"3.0.6"},"optionalDependencies":{"bcrypt":"3.0.6"},"dist":{"integrity":"sha512-LB+YmGnVmemFe/SEXqmTcJ/2yJ2hcsiYZyUXgdvA8TBRD5TBZMZUMvuBDHEFPFqqGYfirWAcsP1fSMEnp84u8g==","shasum":"33bbfc3ed9bc8bdd67b37a4d8774831481f4ad29","tarball":"https://registry.npmjs.org/@node-red/editor-api/-/editor-api-1.1.0-beta.3.tgz","fileCount":26,"unpackedSize":112140,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe6ejXCRA9TVsSAnZWagAAVwYP/j0WbUjdhS2M8ltTsmkN\nJBxN3cqfaWJIdomBfGgyJlhHBuGRaUHMa00k7y+UebvKsPbjyzSGTMsUJ0Re\ncBzH8J8GArKatQ+aPNsJFxFQrpLccTtE1197LwFVWgIzGA7bvkYz228XOuX9\n70fqn/CkoZmQHSgfOcu0ORZAJfCnJm6YgclvvLYkKzDcZXFZ8vV+FTEgvc1R\nShCS03eeOVYMfZb/oJIeojnxbqwEysh+AC6ic3K/7K6sVl6woxkILN7vMQ4e\nPFnESnsRK2Hotlc3qglAlm/mOKNwVPueVnjsu4HI8YEr/GQE6cEaC+0PJavD\ntw3qM0NqYa0bfsWj7hg/cuYOnDxYDOQrIavL5ajwkq/QuJbepLGHy4QFFgtF\nxTtuDm7A0IzYp2ePkS2Ayp7xfL6DBYq8DEbhVZt6VLHtLkKx6/PGebJB1bUD\nybwM2bLgMTMhroKseYIclPQLdKwQzwyf6bl5vDnlMpL4qRVrI4gzSk51JNQR\n4Gu18pvtvwrP37eWo0TeW4sfvOkQKwDwjC7UE887RRZOQJvoRE8STcSngsWP\nxrqf9vFQd8nzkU02u8dPX/q3X/cWWVtYBTuwizKAxwSOMB3ZDIWZd1N3C7SQ\nI3ENetRLee1FnpgqPoVy/uO0yaPFVThL6zMkNvqbNvGKj5bg8Vkmk6fVT41N\nzX1x\r\n=P+JV\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCzvirvv/OqxOQ8jQEgZmpcipecXlH1mQBXuDet7YL0LgIgJZdcY7bC3H+3vgrPAQ3mF6BIqHTHtWsfhqX+XD9H21M="}]}},"1.1.0":{"name":"@node-red/editor-api","version":"1.1.0","dependencies":{"@node-red/util":"1.1.0","@node-red/editor-client":"1.1.0","bcryptjs":"2.4.3","body-parser":"1.19.0","clone":"2.1.2","cors":"2.8.5","express-session":"1.17.1","express":"4.17.1","memorystore":"1.6.2","mime":"2.4.6","mustache":"4.0.1","oauth2orize":"1.11.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","passport":"0.4.1","when":"3.7.8","ws":"6.2.1","bcrypt":"3.0.6"},"optionalDependencies":{"bcrypt":"3.0.6"},"dist":{"integrity":"sha512-EBVOzO+XUlt1aGckWsougzL+wb5BHlrexLmiIzXqLit3aLOCU/oFaZ/V0sW8VL+3Mnl7g+kcnsuknfi9QOGIOw==","shasum":"5c6e4eccb472ba6b219289fca8278ac04eac3d9c","tarball":"https://registry.npmjs.org/@node-red/editor-api/-/editor-api-1.1.0.tgz","fileCount":26,"unpackedSize":112119,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe+4+JCRA9TVsSAnZWagAAebQP+QBlTdmgG1udFn/u7MVI\nVHmFoXTuquqfoNpM4YiRSviGE+EKDS3ZfLs5rabWO4p9ml23y4iYhhVnTJb5\n3P5txpiZwc31PCE5T3p+Ta3MfKm4ce19LU7hsTPj1iydIdzdDIprnUHMmzw9\nXoc95bkyVD+l9XeOqDJi4Kih0+/+UoBQfoKJXsDbwIcCwSvf4lNodZLIcHJp\nbL7+GpWDo/LyjxdSw/2DmAeIhRz8hCeBI6K9WXPwqvm4nfi4L2k/MWpV3N/2\nsAQlGAPMwdzJhBZ8T1+JxFd3bqFAYvPwODKC8DUcdREoTCANlG7T6WtZT0U3\nr/ebjrZdgTBuCCTFzdniq4GS/divQ8//oF3HZDunlLVWzToJiMCBsWkn5V+c\noIubcBF+f7kEzql305sSjn40NYYRu9mkKxsWzLjcEWM5Ek1AWkjnMSwGw9j8\nx9QTbpNpypv7s3PHJaq4DVhNBFlUke7rA9HZZUnLp/pHOnqVTkiYf8fQ1qgI\nGAAaWwLWKnWua+LvTjdf9KF1xJ5YBjIlg37oidBv0rNfUAromNz/54R5X0ch\nc6j3NPnDD464IByPsUBHlDZu41MpaF6/UsnkkqwCrwZu8uEAO89yDsqDcCm2\nklDcltEtwXHzqNq1teERGeM9EDrd+LKUFSYGFZLPkXrOyo9Yqnfh8omd8oKN\nys7i\r\n=gDvm\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCEqABsGFrXOfE2gamoj9K95u6U7oVtUg7FjlfmcqadAwIgZV93s5/xS+gfPm3HyMbu2gNxlfLw0er3A+nLuZEloJ0="}]}},"1.1.1":{"name":"@node-red/editor-api","version":"1.1.1","dependencies":{"@node-red/util":"1.1.1","@node-red/editor-client":"1.1.1","bcryptjs":"2.4.3","body-parser":"1.19.0","clone":"2.1.2","cors":"2.8.5","express-session":"1.17.1","express":"4.17.1","memorystore":"1.6.2","mime":"2.4.6","mustache":"4.0.1","oauth2orize":"1.11.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","passport":"0.4.1","when":"3.7.8","ws":"6.2.1","bcrypt":"3.0.6"},"optionalDependencies":{"bcrypt":"3.0.6"},"dist":{"integrity":"sha512-dTZvojeSh2i2Ehpf6TSsTSsIov+uB+Syt3Dc+y1BSkW8sFwd4qj4hVVGalBDPX0NdL5wlX6GcmIpvGNYHaY6Rw==","shasum":"892dcb603d4eeb7d73023972dc0912b5180a10a4","tarball":"https://registry.npmjs.org/@node-red/editor-api/-/editor-api-1.1.1.tgz","fileCount":26,"unpackedSize":112554,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfBcgNCRA9TVsSAnZWagAA/H0P/j8pVhK4R2BZkXYsBpoK\nhL3eSBtdotAnBPn0NgToGJJZqc5gifaBov59ZELaUjZYU2u/21nMlbNldUhp\nLJ0Q6XOnSskkTfUFGPyYxIb56eZvH9a/p/BTT+Ule1lBrnJ6iE1UlmnJtpAj\nuAIUQmG9hiQ+QbRI6mfAB91qvaLkTrQAL3JZlZtaZy+8VXMM7GTPM8IyYmzN\njuUQR5xSGbCxrD2I65DAO6RoqwH7CpDX0FV1kPFMcS8kIUzO806lE/EXZ7l4\nM8CqQYH4P9XJa3CRo53+mout0bVxcdDXHRiVBeU4MGEIjpIqFX7mUbe4riR9\nt7hUCxJZohRyoDLOS+XejRIdZ2dlenOM4ez8MqWF6v42+/h2VlYbL9d15YaA\nzp4eSBcCdykDw473w9g5NopRQeDvDTlEEZj0K3AW99omb8fuv7eAdD8N+1Ni\nXcM75SyJkOiFotEcCadQlsLgy2ws4nWleweD7jIIyBUo7cYTTOH/PM/6CTrS\nVc734e+tHR5uDkiofSgHrhwvz96YFvMBnSsDtq+yq3EisICSXmHtfESDaz7U\nkoV2gWTvUH1E4sIJ/t3BIYeXkNyJTVU5Hjbk0C1fpXEopGRZjbybcDgJRe84\n8BgxfjuDhnC3OJ+CCMh0rBgtYyBPf634nqsQV3HE16b1nhm2v5xaMKtlDYG0\niU7y\r\n=FObc\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDn97NXLKjyj1T9DB5IwKWJbEdjIDlrJWqk4TNrV8t2OAiBq9HGAY0P3UO/9E9EY86fQkk1uLs5Y3GppcDDAs2EO4A=="}]}},"1.1.2":{"name":"@node-red/editor-api","version":"1.1.2","dependencies":{"@node-red/util":"1.1.2","@node-red/editor-client":"1.1.2","bcryptjs":"2.4.3","body-parser":"1.19.0","clone":"2.1.2","cors":"2.8.5","express-session":"1.17.1","express":"4.17.1","memorystore":"1.6.2","mime":"2.4.6","mustache":"4.0.1","oauth2orize":"1.11.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","passport":"0.4.1","when":"3.7.8","ws":"6.2.1","bcrypt":"3.0.6"},"optionalDependencies":{"bcrypt":"3.0.6"},"dist":{"integrity":"sha512-yvA7sO9kqpnojwtnO+K03CsRfU9XBIVYTnPHJYcA94IhxF/sm+iCL1VlZPEMXTEt4VvMfTRKY9U1bHIVAKBtLA==","shasum":"2fc234f289de0fe2e55a8903d2a4ec7e4e0d42df","tarball":"https://registry.npmjs.org/@node-red/editor-api/-/editor-api-1.1.2.tgz","fileCount":26,"unpackedSize":114387,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfCL5jCRA9TVsSAnZWagAAwPsP/3i7y0Ht89yfNYYSxQFD\nQ/8TTjsYX4ZS78VtgS1sEJNjrxvNM3KoQQ0hKHjXfUARxJ4hBc3pRL1TU17E\nGVJs425JIDdESkj5gKSqJ+AhbhpKC44rT9kOtNDKPp5jiX27zUOQdjWPUmp5\n7+M4XRJo8nTqaaGaIByyjRD5N1kos2kwGPjRRStLbMHdUPsiogBJHp2X+cqz\nRcMNY4H/AGdKNixtMlHkofyPTTmPdLMqgwmpzi0oSHZwac0rcWFwsBVetdsL\naK41KzVo0IPtbPTU4nVygXOG7cbofg4Son8Qucxq5qj7Kw/xkBPOCy2Lw+J0\n6CqEV1FTglTlmazhLriHUXlyzx0PZEgor1tc+moYvWG/mtBn/DG3xZygJkFM\ntAlzNQYP7qxaEbLzGuyfzyYdXcxZaDDNPf7e2biRzMIHGdtBMVMnEe8p/qaJ\nNOcwhI8QOqiNk+CFYk3q6nhhkJD5dphLQDxGHgSZiNBWDPmsfVJP9rGjlCqS\nUyIM9zTaZUHrT0ACT5+25vmUuVHOEA6O/pl5jW3G3d2Z2ySnIk4zw6KMZU1e\n8RbIIg8pbZDcR2PXLuAZ5iTSrOzmmbAln2Mx1AMepL4je7VANDrG2F4rQX9C\nGu/oVZYr3NKyFhRjAslRoVRPPdnBXli1qjvR8SSAwirDdhNb1L4eQzT3rZiC\nZdFX\r\n=n7/p\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDzI27fFT0+9HnGOSfh9jIpNSIbgGKo+yy+bLtFP77WWQIhAKKmiJz+N70MthgM9h95JJbQB18rGTbJRO50xO7F22pl"}]}},"1.1.3":{"name":"@node-red/editor-api","version":"1.1.3","dependencies":{"@node-red/util":"1.1.3","@node-red/editor-client":"1.1.3","bcryptjs":"2.4.3","body-parser":"1.19.0","clone":"2.1.2","cors":"2.8.5","express-session":"1.17.1","express":"4.17.1","memorystore":"1.6.2","mime":"2.4.6","mustache":"4.0.1","oauth2orize":"1.11.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","passport":"0.4.1","when":"3.7.8","ws":"6.2.1","bcrypt":"3.0.6"},"optionalDependencies":{"bcrypt":"3.0.6"},"dist":{"integrity":"sha512-NejrCeQSPwvIaxxEiwOnU25Ylnu4ZEtumIIy2mWLd0IojE6HXDBGhAqfxtksIyg6TnrqKsID/JxK0mLgTs/npQ==","shasum":"f374bd0098c6361452c1f9d7e6e50d95e579931a","tarball":"https://registry.npmjs.org/@node-red/editor-api/-/editor-api-1.1.3.tgz","fileCount":27,"unpackedSize":115494,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfKs2RCRA9TVsSAnZWagAAmcoP/igCtW6+310+XIMFyWUX\nGmhYflW8xtkDsLU/bljSzHMcBZZoEjFlJh0+zxGWrNiSM5kse38Y5rTWyLKC\ntisJAGKGYOoUi2QvPe/z+QZN9jBzHvCVNiDflf8EJW8lcmBIf7yzp5Du1hc8\nRp4FFyAkNv7u2f3REGdcNeX1zTY2jLuuqgHruhO2n9JqbhanQ3xPIJjTNWHx\nDP7x1c9HbbjDU8zvrk8BH8W5Gl8Df1hQFkCf1BRauOkklsaAt9rOVRwtQtWo\ngJzzGd/6qStgQPfz2jA+0At6fbW/Xor4TRZ2GSw4VFyGrv1DWmtrmP8I0PTN\n8bSjOahBqCLRVcG2mhX0b8BnAM4oQravaOMwOYndt1NIsvBG4SIkGvoFSZWz\nUnPxzVZ62W/BqjCfCj02cKvGfyk381gB4LTVYZ2aVivNZqACMMmg/72DJZV7\nj4wa87AkXCfVfg1jnz/hKeDol0ucUDVJaQmOuCsb2shUxXrOSQpmJm33hGiP\n4/PQ/pwziPW6w0MCxw/OWV6CVhHoMtxnmJZ59yBGD0ANf3mbYZftEDhIVYyx\n6nKf1PMiRdqe/+Q50PjNkzyDPWIu3/PUXxgmj+hR8x4BAKQsfYdNTHE00oF2\nAEOCPXBZ1BSPoe5jeB2kHDA4mEqvu3pfyWWk9Us7pE/iZX7hzsrBuLCMMjVK\nTN+t\r\n=cxRa\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDFdt3cqWo0s9Svnol592dnU8Cklsva1QHQ4cq6zDuxgAiEAjDPU27qOzwep+1NJV5szrETjemugjNXgg/HS8hQYtQc="}]}},"1.2.0-beta.1":{"name":"@node-red/editor-api","version":"1.2.0-beta.1","dependencies":{"@node-red/util":"1.2.0-beta.1","@node-red/editor-client":"1.2.0-beta.1","bcryptjs":"2.4.3","body-parser":"1.19.0","clone":"2.1.2","cors":"2.8.5","express-session":"1.17.1","express":"4.17.1","memorystore":"1.6.2","mime":"2.4.6","multer":"1.4.2","mustache":"4.0.1","oauth2orize":"1.11.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","passport":"0.4.1","when":"3.7.8","ws":"6.2.1","bcrypt":"3.0.6"},"optionalDependencies":{"bcrypt":"3.0.6"},"dist":{"integrity":"sha512-HaPR267Ks9kJhPtC/f3ohdFTFXXP/DjnTgP637G+8PuZrUVcfOHjLOQSMOzv1a1Ir6QDDwQkpHdJ70Rgaf+Nng==","shasum":"79f93d04fa2292c16c8dfc1625c856f498d7f418","tarball":"https://registry.npmjs.org/@node-red/editor-api/-/editor-api-1.2.0-beta.1.tgz","fileCount":27,"unpackedSize":116134,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfdFZNCRA9TVsSAnZWagAAKM8QAJOwQ0H7keUApF9U9ZG5\nE3X9WFwEK4yf/COEGIMTmWddFUYkR9aeAcSOFkpqZ9U61i1VVuQdUUzsJTKW\nJ7C3dJ6/N0U8Wwx2lMBh73ZdLpU8A/r8ARIoRv93eEqmANFbAP6KZV4ZEVcj\nBdQ4kDdhRS1vmypGaPagCOpgcC37g7VTXh4d/O4zObbSyUu7ijgJmqogbeRA\ngo0wd22az3PA9s7RO2P+UGDrLBiRhzmUdy7TfnC5plIe5EsuRCuD0MPSWJTe\na4CUvJNXuJNR34MAw/DqcdlG+MbOvDEIxdFLdpZK4bmgcAWr+RYnQrOjRu7B\nReORh23ALZFqgN1RvAcZekqW28C6Org/Gxg6vf9FYVevluZs5WPPWMMc7hNI\nnoBWnsog71/ruoaUnZsUF7tKYkUc7pfgpUqOM21nToBHv6C5JnP6AHhboyB3\nxuwdmx1dUAQam+hVritPw76GZXnC4NrsjcZV5Re0phJxrbyulyBF0kRYODu/\nHgTBfXZ4DhLl9cJ7tdFD9TXgrRoQ0ab5joYSmkXa+LUaqhv5TRy6BGHEVYbc\nLygu1U8MjHp1X7pFOuIoh3T1CMFc+j+dpdMaOG1E8g+QghEfST9vxF4E47NK\nJ0W7CfVz3MqtiuzO/jfja9/qmX1xkIavsY2T5TmwtPykT3idqben/6V8ktmk\nS0DV\r\n=SwAW\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIC7pvc/IRGqv8hPjlMUBRKHN+Bxm4fPl79rb9RpxI/CaAiAy5zPAYsDTKCzKCKSVru3pcHe/rGU/Dysc2EwYqcOK3w=="}]}},"1.2.0":{"name":"@node-red/editor-api","version":"1.2.0","dependencies":{"@node-red/util":"1.2.0","@node-red/editor-client":"1.2.0","bcryptjs":"2.4.3","body-parser":"1.19.0","clone":"2.1.2","cors":"2.8.5","express-session":"1.17.1","express":"4.17.1","memorystore":"1.6.2","mime":"2.4.6","multer":"1.4.2","mustache":"4.0.1","oauth2orize":"1.11.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","passport":"0.4.1","when":"3.7.8","ws":"6.2.1","bcrypt":"3.0.6"},"optionalDependencies":{"bcrypt":"3.0.6"},"dist":{"integrity":"sha512-UXod74Sz08F02LufFacZbomj9MoxeurmUTMm3gHuoob3d06lI4pwnK8y9Med6I6ZeKypA+rWxyyzS47iau8BTw==","shasum":"4427074d422491cf4ae0842973a546016a3d716b","tarball":"https://registry.npmjs.org/@node-red/editor-api/-/editor-api-1.2.0.tgz","fileCount":27,"unpackedSize":116113,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfiCI3CRA9TVsSAnZWagAAYPQP/RoqroQykv0qTOymuw7d\nv9crJyS7wjFpse61VCPjAT7wKYDS/K9ZyJyFN+hb5rwq+Md5ThtlKRAjpdi+\nTpIcXegkTzG5AFh8LmE7Dk0FpnrF0dl14OcNkn54TiHKP2SHcFJGV8QNUkwt\nAM/Y86+9ztwIBKiDgcHSCgKT2KXxQ1SBTtVp0pg7FT4DMmof9KKoR6AbNDbT\nE/ehBo+NhXWh1kYWYVrHSc8qhS6Hp8zS5T3Hs39gNso5k1uA9NpKXKOBQuFn\niVIlTooZClLGeNYGvOO9vVTmZ9bh1QyxBAonFgXBXNDxyEsv96DFQPI5147x\n7DSgnbCs47Fdlzj2qIJiExIsG6FI0qL//W06pvxUYV/3kaQ2vzmQWA5e0wYD\n07HmziZ/USJ236H2EtGqoCb8UKd3lkm8Vp3izoix5yavI5YlrcVLe2jksb0D\nl5TjpSbwtJ0u3LSOQtcza6UejLkTiTzezguQiwY588fVsa0UnAMexjV5Tezg\nIzxsM8Gw21pL1ZTGJPZCC7/GWs4MEl4lvyTmpVOeyPKOJg8cg7sw+YueNOLF\nYBcavmHD9PaYT2fyieE4LWblU/s6BvaiYFuGqZ5InSfkSAOCPvfAUqcavsc/\n/Dj+8Hfn7hTV/ZFQAgXea1NoHeANWSUJS0oBWpRIhLTFfmZNX4kJCD/XddgI\nUW4u\r\n=q5oI\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC74Xjw/5BYrWwCNxg92tKTLI9ERA65NB1EyOmOIilH9QIgZnJHtwwS7deN5M95lbsn3OMZ8jF45c8vMUpszjn/0LA="}]}},"1.2.1":{"name":"@node-red/editor-api","version":"1.2.1","dependencies":{"@node-red/util":"1.2.1","@node-red/editor-client":"1.2.1","bcryptjs":"2.4.3","body-parser":"1.19.0","clone":"2.1.2","cors":"2.8.5","express-session":"1.17.1","express":"4.17.1","memorystore":"1.6.2","mime":"2.4.6","multer":"1.4.2","mustache":"4.0.1","oauth2orize":"1.11.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","passport":"0.4.1","when":"3.7.8","ws":"6.2.1","bcrypt":"3.0.6"},"optionalDependencies":{"bcrypt":"3.0.6"},"dist":{"integrity":"sha512-Jhf56SKXafBKdnf0HIegmTC3bu23OD1NvIVfWln38DBLMnAptjGGgqEDnB/sv13MJ8CrcNgvoH3XZtQ5FvBqcw==","shasum":"f2ab38fdc01c5f522ab6f2fcd42eb8c13896c53d","tarball":"https://registry.npmjs.org/@node-red/editor-api/-/editor-api-1.2.1.tgz","fileCount":27,"unpackedSize":116113,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfiGoPCRA9TVsSAnZWagAAcO4P/ic8Amx0ZIrtQloisWod\nIbp4haSpqCy3rJwgYlDOl+tWXOGuoZLFK8Bq/pkvJ+DsTn8sM73XJYk6IQFa\n0q+h447BvX56diPvD9nnH+if7W8EUopCg46qymZ5Bv/ta0pqac6EHhgxG2dD\nSgot/d4NnM6A+ad4+eQl5q11gQGIv8pMcdH1ayqzCAxaV13HkTWIo9JonjPO\nBDMvGs9NPc7UwHujE/o+hKwV2lAbh4tf1wQAKZ1LrXxObRVza5JorzH1ynu2\nxQb010iuDBsarVfULl0vktaYDArcS9Edrg6uEnC+dJe3K1yEISk/5vGHqpSU\n4RrlKVa+OyRHPBsxO7LOrjGvBuA7qdT/ZtlNG8GaQ4PL5aQr0fSvXWQf1EXQ\nPtqE9kjxFmEjiabMSHgfM/MtB5Cia/gHE+4z+Dt57rhtQVbajvXLbXcI/keV\n/DW5sfd6+XouG590gm4Pgyo6Y/N+nQDAZBG2eAmaQCTgZQP9RWong42LZ1MO\njApqMdg3thIazy/O2bCRB/BY/Gva10Wv9nPrR0D+ADE0RdoH7MwrEq5QJPAF\nIe5AXsss25zf2n1lpjnIbtVuIYZbkqPAgCv1miS2w+PjFo2O6rVQf9qAdOWD\nRNes7f0YARTRYCN64QQ+QxiVAYr2twewC0IIoKMZS/kyupCmc4+Ljgpuotrg\nVmyM\r\n=Q9t9\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCo63R/4ZvSt1kMWpVQveDLzL3ojkJrjXsGK9WwXBLaOAIgCH0kLI/oIP+2DqzBJfNmgoIQkn8dkZIFgGWzUSmKg3g="}]}},"1.2.2":{"name":"@node-red/editor-api","version":"1.2.2","dependencies":{"@node-red/util":"1.2.2","@node-red/editor-client":"1.2.2","bcryptjs":"2.4.3","body-parser":"1.19.0","clone":"2.1.2","cors":"2.8.5","express-session":"1.17.1","express":"4.17.1","memorystore":"1.6.2","mime":"2.4.6","multer":"1.4.2","mustache":"4.0.1","oauth2orize":"1.11.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","passport":"0.4.1","when":"3.7.8","ws":"6.2.1","bcrypt":"3.0.6"},"optionalDependencies":{"bcrypt":"3.0.6"},"dist":{"integrity":"sha512-5bKIH2lPYiYMYLQIpBplwu4tkuFk4JI24sCOyYsPTkT1EB2zx4qxQndwc+crKjBCMbMvHdh2D3zw9mc1Av9B7g==","shasum":"cb2b4df3c6d6dcba7fddbb7f010f704bac88dc8e","tarball":"https://registry.npmjs.org/@node-red/editor-api/-/editor-api-1.2.2.tgz","fileCount":27,"unpackedSize":116113,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfjeTuCRA9TVsSAnZWagAADlQP/1JtRzfHF3NzLlnULB3H\nOmORMZUqHhuHJ0yW2YwMiBKZu+7mVVd61dvPHbTjQPelvNNk8NVHCCGh4AdT\n+QIutPV4osCERaVl/PE81RNDGMSp3Qlhgca/LRDlwlhs/IAijceqQsH0ZSk5\nMNa7nIQMw8q7Hhheyfi/cJyzBCpSacpPSsnquR2WlkXps/mNdwFbHEQrwSY1\ncR3orPtOg1rVM1DK89QsNbGWSLQqypD1YsLxpuLd1rXhoSlRY85N6fZ12c0Y\nAfxslrf8H5j+7wlEK83jegglPsD+plhe0tmWRkOwc1vxFgOL61Vw6BzMPcPu\nFe6qxua81sjT/D1NVNDrcEFnxa49Okg0TlGEdD3ZlAa1v5ZCYWvrTevqSqXA\n80XQkxgvw8y8U4hnZOXTnDxTJ6BlVfnEvRy7IRBVDzowhy19SjdrkgqdwxZd\nLs35Rr7csDoOVDm28ovC+S0wt3EMYIs1As3AxQWuCfphrCRjnvF4FYLDTGZV\ngdD/i68ZSWZ0TyDL7b4APK7pyQgvN3cJws7HrZh/dh7dQaJFxQO16kNWr75r\nt2TCirUPaF+fR5rf2oEXbEhEk/2bzS+mcDuhSs83s1MD9v83hPsL1l1vnygt\nog5qRKiOF/Ajk/XOY8/Aa+kaYvuiWeoBeh2foPD0rEzESIv62EVrS792wt99\nU8wH\r\n=aegU\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDKr+Rn35bibSv0XRxoTd1+aTjcEj/eyxxA+iUH1fvgAAiEA1YkluWvOZVK81rdQCQIFaBkXoA9pc+wucELB3d3Jrzg="}]}},"1.2.3":{"name":"@node-red/editor-api","version":"1.2.3","dependencies":{"@node-red/util":"1.2.3","@node-red/editor-client":"1.2.3","bcryptjs":"2.4.3","body-parser":"1.19.0","clone":"2.1.2","cors":"2.8.5","express-session":"1.17.1","express":"4.17.1","memorystore":"1.6.4","mime":"2.4.6","multer":"1.4.2","mustache":"4.0.1","oauth2orize":"1.11.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","passport":"0.4.1","when":"3.7.8","ws":"6.2.1","bcrypt":"3.0.6"},"optionalDependencies":{"bcrypt":"3.0.6"},"dist":{"integrity":"sha512-7xw02VV69E08jx4cnLkVaOaX+XrQNPlFCRSobAQyj6KKGizMbclWKbsIF6gWSnWEHJdQR/kbAuaK0Qm/F19YuA==","shasum":"a1b24522bc9bb0c35fc6f4461a017239dcb245f4","tarball":"https://registry.npmjs.org/@node-red/editor-api/-/editor-api-1.2.3.tgz","fileCount":27,"unpackedSize":116113,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfpASmCRA9TVsSAnZWagAAq0gP/1Jh9LvXFhNgwHyg/NKk\nXQkZgS705Iq/eabDiCwiFBsiGJpKQUc+50vEwqOLbjeiNtaCjRODN0+V3iwB\nB/2oACla9HiPvjsrY5LQU9eIw/KgZHW1WDY0rRp9ctV6lpygoIv+AHRHLYzc\nRBGlk1NJBhw7xmo61tOIcm+qVeTaAXbvkbUkS82EX9FWDZJ9Um53uCevaNX5\n738sqecmpIHS1DYuMTXkEOrsaEHGHILEBdNpBvKtlP5XGi5gKCc3jCy5gTgr\njsTvkbyz3QQk3Bup/bvCUuP+pNR4awBxyLJqQrQHLXAr2AVUA+uN74lurxGI\nGI9rndMO4POslzVOfW3WUZ/0jKaV3lyyDnbDKGTk/ekk7ZJk7z42oIgaWhti\nARs+sSH/hFDKlq30bCMSVtBpfqsHwu6qsSmaSbSgOAJPQ57snuhA4zSlS0wv\nQ6K0EB8jmgdnwoJyTUsCZRWMr2N11MmPJ8pB6gdq4qXuUreWXfWx2XhfbDSp\nGLqcl+FZ3zCNUwqG5LMwauSn7Wl9Xfm7Jl09wyZQgAKAL4O475TJxH0s60Tl\nDJlrwbgQNZrmbvhTM7KFvKAVAcMkc093vR07k7fuOmI/zGlEJ0n3m3ov6E5F\nXi2CoHF7uthTvtMbff9yptEl1A0eNxWauybF7SFq27gWmuokAAshfRy9YeEb\nAEa9\r\n=hF6m\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIH14Uj5Mhxi4sTb+jzvUCCbY/EFN2fjPhwandLXsmuZ0AiEArBu2SyOiRqPINxn6DkzvPQvo+skZK7KQSj8XCq6Tlxg="}]}},"1.2.4":{"name":"@node-red/editor-api","version":"1.2.4","dependencies":{"@node-red/util":"1.2.4","@node-red/editor-client":"1.2.4","bcryptjs":"2.4.3","body-parser":"1.19.0","clone":"2.1.2","cors":"2.8.5","express-session":"1.17.1","express":"4.17.1","memorystore":"1.6.4","mime":"2.4.6","multer":"1.4.2","mustache":"4.0.1","oauth2orize":"1.11.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","passport":"0.4.1","when":"3.7.8","ws":"6.2.1","bcrypt":"3.0.6"},"optionalDependencies":{"bcrypt":"3.0.6"},"dist":{"integrity":"sha512-XY0PNDaas5U71qZPzCvo/hck/lb+/guwas0CFYeio7RpGOlnI3ihfYNwmeX0S+sk0MISPkehGjgXKXdH42lb/Q==","shasum":"6c074f9d9af728afa1ec1f8690d96e5c696c98c3","tarball":"https://registry.npmjs.org/@node-red/editor-api/-/editor-api-1.2.4.tgz","fileCount":27,"unpackedSize":116093,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJftDvRCRA9TVsSAnZWagAAYOQQAIMIZ1JTV11zor1em/On\nfiiCcLwmqBBfHWaV0Rf6+SE3pizg4m1m7DNVDExeZOOwvYNdedW0Qf/5+oel\n1X9djVemUYbMdl0BUYjo0pl5y2O0hSreDLx90bSp5ZLFiBHMdy+VM06nGAJr\nfhl+Va6LrSj/GsLJ4c0pPgS0/zwy0Ky/jmXUq2P8xOMhNMAX7RqoSZWpLBv+\nrfzlGRyJenPJdIseLtQf7Eb+qNAs2iF2Z3kXfPpC6wWG9XjmmhnuRfVIhCuW\nuVk+9X/Mph+ie+Dtw2mguk19sCJ0mLsJKoRtdDHzbvr/zBjGVrSXRc3hTAzP\nryEHCCrUcrsUCNwraSTSY6tf+HN7i3dP4IoOxumbCMJ+4ZgmNSUN8A9/Qx08\nmWYshDc2mMtD1S4B8a40yQbp7zvz4aThdwdnpQbAVi/krFd+aClziRUYF2bw\nOxixG5wgiHerNA3Lfa6qn7WscUIDmBTy1ibljIKu6ScgqqtiIKsmdq8SL8tm\naj/ZKOsdWRUhmpadxjkx72Z8Gsbtvfq/LCKvMU1YByXy9lkDEOwK1lihicmx\nw7VtsZS2XuyMNjp3qv2kxnjDN7AQBmcg0nA54YnH02fvm5lKKg047uWxgHLy\n5wTiyRC3P2kw2Gqt3hRy+u6ZcI2j4o6jEqzxFCUBM9dT8JBsMYZL73EbgFSx\neZXs\r\n=unyz\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCw1OGwAhSqiMLC0dT8sHbRRbopQJ4ZYcbpGNOe81pMeQIhAIroGpLGxEs1SuwMKjT+1NbYnqebB5rq53re5FvdnB0e"}]}},"1.2.5":{"name":"@node-red/editor-api","version":"1.2.5","dependencies":{"@node-red/util":"1.2.5","@node-red/editor-client":"1.2.5","bcryptjs":"2.4.3","body-parser":"1.19.0","clone":"2.1.2","cors":"2.8.5","express-session":"1.17.1","express":"4.17.1","memorystore":"1.6.4","mime":"2.4.6","multer":"1.4.2","mustache":"4.0.1","oauth2orize":"1.11.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","passport":"0.4.1","when":"3.7.8","ws":"6.2.1","bcrypt":"3.0.6"},"optionalDependencies":{"bcrypt":"3.0.6"},"dist":{"integrity":"sha512-ZoWCBDPtuP9wxKxC/SK5hzTMTg6QQlvouoZelZ5h2nS2UGL3Mk+udsJL56FwSYrb/w4JfqG58wmG+DEsmjBKGg==","shasum":"6365a75a4f2cea981ab3f3b5fb5c9a95cd2c3664","tarball":"https://registry.npmjs.org/@node-red/editor-api/-/editor-api-1.2.5.tgz","fileCount":27,"unpackedSize":116093,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJftFiRCRA9TVsSAnZWagAAheYP/0O1cMR/j/gwa28KrUO8\n/05c0yHGwqoVpo7w5RNWpEGhS9aGgzxzh4ePfSyj3T3MUcfYnIs30Oo5g2Mz\nle91Tn2AfMXUI3PBoeXKDQhvFciP6ZYqBj87FIOqZ6dn83p8pnlZrDdtT50X\nHKP+rUL587c7LDmaLoKVKQF/CKmOOx8HtJ1W7ZjlPZuF5JUChxsHHZjSr4Fq\ny9cws43BcGrzgPxIARedLVGTKf2TkFsH2aXlfMWxTdCN3aAO92JZEedqWhmK\n08WWJ+6XZECaQ1v/MBoKMonC+GlncRtJG34fN/yTCAkrhod5d0UEs/sF8ScY\nhLWFTKLROw8wwXkoNXvrAWMt3bX78ttUNXnB5oqWaFQMZwEfi4nUDEmDM3GQ\nvIvzx51SaTYFCPv0ic/AH5t5oVDl4umLkt5R7urUlf3wgtxdixX3wCAFVHcm\nSnlP/AMQgtv6Lg5fiqOo5Gu18rfOF2+uGSSHkUqZER3uUAyCLV5a8lnSQD94\nSBY5EhUXSQ0d5veopV3C/YCQD//lUSVoXdpm+omO+nOtwzgu9jMMMTPCUPsq\ner159rDoIH5vOU199vwA4GPI9s7NxYWvq2DCOV86W2VJr34y1MtsYpn+FsHu\npaCXFxzIjWIJM6J/5Int128H7TR2MttCV4r0Ic8HK7zebFf+AhfMFjW0WNnG\nWJG2\r\n=ujKS\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCjJ4zGByS/RkGNuDd3dctk3tCmHM4quwVVKX5rtbdwqwIhAPW5DoY8JOUjnB12YTdPul76carf/c/RFu/WmKWjVxqZ"}]}},"1.2.6":{"name":"@node-red/editor-api","version":"1.2.6","dependencies":{"@node-red/util":"1.2.6","@node-red/editor-client":"1.2.6","bcryptjs":"2.4.3","body-parser":"1.19.0","clone":"2.1.2","cors":"2.8.5","express-session":"1.17.1","express":"4.17.1","memorystore":"1.6.4","mime":"2.4.6","multer":"1.4.2","mustache":"4.0.1","oauth2orize":"1.11.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","passport":"0.4.1","when":"3.7.8","ws":"6.2.1","bcrypt":"3.0.6"},"optionalDependencies":{"bcrypt":"3.0.6"},"dist":{"integrity":"sha512-RM243A8AgpoHEc8cu8STCYsJVx790clVxvRUCaLfbAyb+dKn+9b0TOKWsmLUW4fhrMqwwVlFOMulVHPhg0HhGg==","shasum":"659056ea07796ab645e324067a84ca4839ef1dfb","tarball":"https://registry.npmjs.org/@node-red/editor-api/-/editor-api-1.2.6.tgz","fileCount":27,"unpackedSize":116093,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfvslCCRA9TVsSAnZWagAAIdUP/0PVGTPn06ZMo9gotwqX\nldyMWPFfRzMMDhsJz+/2vPTOkH+/ll0qRoAtFnroygSvE4LrS1IaZ9VmWdw6\nwPZrRFe8xt2C6AC8eNkj5v2zbfEUf9EAnIkvJSQCcNFn7CnHOSPt7okjd+Om\nfEc48uh/LAAHV3V90STR9j2K86cwCqzjksX2iRBu+LCn7zOD1FHIWvGtP5JC\nYaSPagyPIpRmhdvGmRmvObbJsMXPfp5dWGRyx/8WdF7WzxXej8vf22ANMkct\n7NuWJTT6K/pD1X/wTZqYmvuy6qhvmCoImKNxKceiaWXFdAK2JXCTLzSof5bq\n0oONczFU5TWK8fIThslJsEpDbTM/cZSkXqB4Uxk2n5ciQmbayMtPK9pJu5nq\nNBoIp0+mR3CBAbLHiYLOsLibWbXFahvsjRF7J75kAk+r9AliRrpbrL+G5Is8\nJO0iLzv5YrbRfWcHkN/pWqveCR8rPyBtm2V1mdRSHlUwn/cn2OcFunusSBF8\nmZ+U5j13SCttnZjq31+tynndM8kiBLHu/h5jIvLcRqPDqNq3H57E96+EHDI8\npGv3F6DYrc/J0t2sivaDCkH+IrkETtEMnSKHi77vftrESeB/n0ij155rll1d\ns4FK91sO4W+HPhOsH/8LmBcOPTa1Uj52yBZANfFZlg9PoYxAmz4Iq0p/qklP\ngvPd\r\n=d0Po\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDSzbjgW7N50zNX9+IYlZOMqKdx9ANXe5+C9DF7YTfXPAIgaGHCEvis/UOY+mPp3KpzG7U/ZZ8OwQjxmr/zug1Hgro="}]}},"1.2.7":{"name":"@node-red/editor-api","version":"1.2.7","dependencies":{"@node-red/util":"1.2.7","@node-red/editor-client":"1.2.7","bcryptjs":"2.4.3","body-parser":"1.19.0","clone":"2.1.2","cors":"2.8.5","express-session":"1.17.1","express":"4.17.1","memorystore":"1.6.4","mime":"2.4.7","multer":"1.4.2","mustache":"4.1.0","oauth2orize":"1.11.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","passport":"0.4.1","when":"3.7.8","ws":"6.2.1","bcrypt":"3.0.6"},"optionalDependencies":{"bcrypt":"3.0.6"},"dist":{"integrity":"sha512-DY1rnKjX8ewkVwwCa6T+kjUHjCP+YMms8rPXFYZAi/r148jS7pKC21OgYe4FrJhM5EGREVJClG5Td6QAORR1vw==","shasum":"b8738c6bfc6ad7dea9c2c84bffe42c1a55b49a37","tarball":"https://registry.npmjs.org/@node-red/editor-api/-/editor-api-1.2.7.tgz","fileCount":27,"unpackedSize":116093,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf9acMCRA9TVsSAnZWagAA/XoQAKNQxoQ/xE3sjq0wca19\njTGPPkYuaHduEkhUgNd/YoPiwU3K6YcZegveMeS8a/l6UOfqaNcxEcx0xP2i\nIV9b8coeGEp25WVUGfGjFXZvSecL6sNVI6KBs1DzTL0yKNq3RaQy5upQAMDt\nmLVizuj+hOrKR8KNjcCccADSnMvR0k1UPx0ZYTE/5A+IoDwwSmIGte/8/1N8\nwlPkxkEPmLAk+T5M4Sq4ioRfYLubZGWekF9Me6boXb4SBK91EgYJL9MWqcRe\nSH77Sm85pVZ4+ps9lLNuuYbvhLhUadf2eLi4DbIKNnjM2E8RfDaumQMPlZ4S\nhov72R9pIzhidcw/iM7SQHbJ09uMlG7W/XwbAumK1CErrA5m/8nm4HIEu6eH\nJEjTUB6hzPYbDuFbRfXXDaUEmB46VYBootehInNXfuvqKWQF5+NdcuzaKE9M\nZNo2QNRC8+5FEyVjU+BpHWEHIxRj0wMwHnsW40ZsRyxWv0O24hy+u26LQlK1\n+u9CP7zTAADIYf9JgqPSZ5VYBRBLH5INbPlAi+JH7K7mZtA6225AyI4ekiOn\nws2M9PF1tD7N85/O3MMeRJsRHgi6+PLj6vWzhJa6wvIfh9zMQVcsqLsC1hXd\nMgE0caugsnBeR3o3pxc8g45hTP4mjfJxPtbloF2txodvw+ydrgsHHgrgoc88\nXlus\r\n=4AUC\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDF7BC1b6xE4PXRF0DM0uYKmD6wTfJc0F9kN+hShUCVwAiAS0Qo6jup5IDKAvoKYjF42PlJF0GEib0m3wLyEMRMGxQ=="}]}},"1.2.8":{"name":"@node-red/editor-api","version":"1.2.8","dependencies":{"@node-red/util":"1.2.8","@node-red/editor-client":"1.2.8","bcryptjs":"2.4.3","body-parser":"1.19.0","clone":"2.1.2","cors":"2.8.5","express-session":"1.17.1","express":"4.17.1","memorystore":"1.6.4","mime":"2.4.7","multer":"1.4.2","mustache":"4.1.0","oauth2orize":"1.11.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","passport":"0.4.1","when":"3.7.8","ws":"6.2.1","bcrypt":"3.0.6"},"optionalDependencies":{"bcrypt":"3.0.6"},"dist":{"integrity":"sha512-p8kWDzQSKX/CJAC8sjk7ge4bW+3nLfb16Vew/ZQLMks9Q/KOnZRmFOzmn4D4Ao0/ZLawPMKEIhkmRzn429dAlw==","shasum":"8405dc1d0178b454c2b1b3e11a8220a417feac4d","tarball":"https://registry.npmjs.org/@node-red/editor-api/-/editor-api-1.2.8.tgz","fileCount":27,"unpackedSize":116155,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgGVEjCRA9TVsSAnZWagAAkxkP+wfyMDl+n/iwrYInEbj+\npLJAxcptP49ziSYxyWtjxeaE3WjAD/QlL8eTU6PaEv1HHRxm2DlCBv6pvAC9\nUFT5DyKe4XlCthpDk53NLHM38CAZmfzne2rTxJqVD7uFxW8JzVQEoOc+iEJt\nUkBLPG0IwlmWM67J6VssfJORrL3AHy62rVtzxlYFU/0xVHNaQYr8nRFqRyxo\n4Aoad2tNgZYxnFpgO64RfH/u/ISIvbUPbSVqeRJiMtzCzf6BRJ7+nomcYwNY\ntkvFCrPv22Lsn7ObKCkffj1D/paCa4Y8qsJot33eAqmO0IslDAHYi4kWCw2V\n51tPUicXZiC+X7PLbEpzK9e0x0+Fm1zpmTn/lBTn+gaQFw/6aCp8D1p8c0KJ\n0zAsP1Zdi24NGPbK1Edm4a4pAKj7FbQotG610qn9zk0FKvO+uwdx2BlD6iWY\nPlWfvQzeahs3Df6saxBGDvqL0bj1yZg6kkcYjAm/YFhrGtdbzPo7AMZc5ZNR\nGVC4y4TIi1AHfUP0FcByPJAd1+nXd2u2BVZHynHASQLYWA0jO6ov/8CJ4Cmk\nZQQXLTvCgpY/PLW2j4RsJ/GomC8FxvGxyrnnO+gIObIVglEywKMflVGRP3M+\nktoyhW6xPSRJBI8vBTe+B5/I+8BgPflXON8GRMieYFm6RF2JOn9wq1VCEdEN\nQkHL\r\n=2o4h\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIB72T7Dvo2+LUUKjQn1/UYbp+jnecTqZvhoMBbjzh1epAiA+ekKL1Vd+dJCYaE7uWXHeRtJ4MsHVtz/G07XGqPANsg=="}]}},"1.2.9":{"name":"@node-red/editor-api","version":"1.2.9","dependencies":{"@node-red/util":"1.2.9","@node-red/editor-client":"1.2.9","bcryptjs":"2.4.3","body-parser":"1.19.0","clone":"2.1.2","cors":"2.8.5","express-session":"1.17.1","express":"4.17.1","memorystore":"1.6.4","mime":"2.4.7","multer":"1.4.2","mustache":"4.1.0","oauth2orize":"1.11.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","passport":"0.4.1","when":"3.7.8","ws":"6.2.1","bcrypt":"3.0.6"},"optionalDependencies":{"bcrypt":"3.0.6"},"dist":{"integrity":"sha512-KsN5Cp/YMfYM6E/rclWuEoNpTe3krRbKhc3X+TGOirZZ5JVW4qbpdP1p0jRmcBkhZPc1i6yOh5PE7qN7LoPH5A==","shasum":"f6099f061b5f2f8f0b10efab960866c891476694","tarball":"https://registry.npmjs.org/@node-red/editor-api/-/editor-api-1.2.9.tgz","fileCount":27,"unpackedSize":116551,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgGueACRA9TVsSAnZWagAAwwYQAI4Og3YYTBXScH3o/hZS\neQbHNEXLPzWDgw5wQmzpTE16C2u3Fl3XksUWdvpF1nM1Dvrc2VT6F872udth\nhpRtJ2o0o3+CO/PjroZjZbUDV3SpX5fg4QLv/e8gzyPRwUF+MdAcm0NmlRj2\neJpLckh38cohFYAyfcD3kW4nbfxvR7nRWV3YnaOzkiEnHZh0z4yO9+k6OrlB\nLRdSxUtFuY6mjB/iCEAkEJDzjKCn2YBt51WVR9i/lKBOTrxygv1SzdmvclC/\ni6ioYvK5NsrlGf3u6s4OTy4UYZC347p/lm5DoE9orJnF5YjTK12nkduEdnoS\nj5pemkoG2+m4i8wE/It+sZIBKiGih05sGETrRRvGzmySJjMGOSgjQgnvKRiI\nZGkXrtG4hAME7kKzPCaS7g6QVtd5UoHY81bwDAPbscJpbEeYeF9PmySRAcS3\nRc1YbMdeG5+26LCQIY+VDCVQTMzc0IBH6cGT/iyxCakLPH10G4HjMxHGLfAS\nLA8rYh1350e0A/SpUU1JT65tOFkqGWm3QBENfUZ0chKTEWjB2mWXuIsQw5bj\n9wIHyJ6XY6JkMXhJeuX/b35qRtKEOrVBIOBZ+WziLIYSlChJLzXKUpRZ2oU5\nm/jwgHoYrr2PLcOodNM+Uu36J6kkTEiEfqZgKA0CUDJNymOyqxQEwxuo7v+v\nijqn\r\n=NZSn\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDJUUZYjwlyUQWWCwdyIBo7Dxyfy0YktupatkVIejdPUwIgMrUviI5PxwFw0LJ4z80bI8LKRW5Q/cP9XwZ/ZSYSIw0="}]}},"1.3.0-beta.1":{"name":"@node-red/editor-api","version":"1.3.0-beta.1","dependencies":{"@node-red/util":"1.3.0-beta.1","@node-red/editor-client":"1.3.0-beta.1","bcryptjs":"2.4.3","body-parser":"1.19.0","clone":"2.1.2","cors":"2.8.5","express-session":"1.17.1","express":"4.17.1","memorystore":"1.6.4","mime":"2.4.7","multer":"1.4.2","mustache":"4.1.0","oauth2orize":"1.11.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","passport":"0.4.1","ws":"6.2.1","bcrypt":"3.0.6"},"optionalDependencies":{"bcrypt":"3.0.6"},"dist":{"integrity":"sha512-ZbJ1KM51TC0144quaslMj9PPHFF1cizXoGwg7VoZb97XwMfpPad2nIAwNlraiAY3upruJw44u223CWs8TDw68w==","shasum":"297753357a9860d54cbb228a917291a1b5c69919","tarball":"https://registry.npmjs.org/@node-red/editor-api/-/editor-api-1.3.0-beta.1.tgz","fileCount":28,"unpackedSize":120723,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgP58lCRA9TVsSAnZWagAAfIYP/2zDr31phxWaLHUD0N5Z\n8Gt4vm7e+2e2KLDXoC+eYu6Z+t/0RiHm7X4dFYlGWrmFTVDz6wHUJDgapr1b\nu+J9Pg/d2Qv8Ex5BuUflUIm2bavdJ7yzYkzr6YPHlYvobG5yvOWRyk9z+S0e\nZLu+SBPueYUH0tr7D54kKsSKHQAHz9n9RVOtr5RbZkGD9sYYmzxJZbk66Kkf\nmo6D3nkznLIVZovaNQDbMBe1cOVICrXMVjJuv2XLDrunvDfK/8+u2/MhczPm\nPyYmjFjiPHILVkiy5f/dDSqDWSHEPZZk2GdX2Q0B4+RHtKJ4b1cshFz1qraO\nmAavhp+qQfc7o0BTLbNJxmQLrTYSAowgco0oHdbgQpEjbBBNx1qqolnE82ST\nMJdSGrGIIapanpS5cDGTE0SbouMPUw0tCYztscG2uVWY2GLGqxKPvp8t27PE\nPuNpjLGOGbI2EYc5L5QEu0TRLQ506tj6Mo5zl0wVXsOxxNZa1iatQxAnca6k\nczNPi3wuYPfaAV4yLO128pamYetBwMMPnWdMxqGoCIm/B6RFfTqVDSap3NVN\nKU+7S/KtoAs7E61iJJ0+RKZ2ADRIX22d+clwhgznjKE612KAJXYORGYoXSMD\nmNZcV24JVWOPwW2gRFd7wqJf4qPzLX9E7DjnnhmS9pbtdFes7HNQSalxi2J7\nI9hr\r\n=8e3c\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC3k3tdiKwM7OMriWXCxf1WW9kUX3+eWvWpolNDQg1TzwIgDbt8GLICxqDYvGDHwEKEbLrmsm1i87VOAxakIPAquRo="}]}},"1.3.0":{"name":"@node-red/editor-api","version":"1.3.0","dependencies":{"@node-red/util":"1.3.0","@node-red/editor-client":"1.3.0","bcryptjs":"2.4.3","body-parser":"1.19.0","clone":"2.1.2","cors":"2.8.5","express-session":"1.17.1","express":"4.17.1","memorystore":"1.6.6","mime":"2.5.2","multer":"1.4.2","mustache":"4.2.0","oauth2orize":"1.11.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","passport":"0.4.1","ws":"6.2.1","bcrypt":"3.0.6"},"optionalDependencies":{"bcrypt":"3.0.6"},"dist":{"integrity":"sha512-JlIxFkvU5czI6MVRfZk42d6ykA+hblEFV6eVinxjyxW8bCCoKQ/RwuACIvrvMzRbdegPB4ck4IdI26KrzoKTRw==","shasum":"864302c3be9237800d00e6d8b68f3036fdc1c5cc","tarball":"https://registry.npmjs.org/@node-red/editor-api/-/editor-api-1.3.0.tgz","fileCount":28,"unpackedSize":121457,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgbw92CRA9TVsSAnZWagAAGU0QAIyiNsX1f/yxi9DpeESc\ny360qvIH08ZiGEr0WpOHaliWO19GgvEi1c4gSWV5liKhC8yB+e2N0iRHn7QE\nOefJg9G8xyQuFAlh8u4ADOJ8dK+dGr9O44wl+ZThgIzt1rYiKzG463azrhHc\nUNdy7NCYQEs/dRT5zoU0T1/TI2UjfJHkcwwSMS2gZu+Op01Ak/gvscVEJqpV\nHeIX+LvjcJSL6FRL/aT01GPy3B6pi9Cy4Pim9eZFM/6YB2WE0RAQuhzxtS08\nhTdF/yFeQa2jsEPjOb7l/eIL0aOXvdaBoJUK38Fhojc2+LQuGPzp5FWiYCpD\nJzUzWBPpTlPQKPNuPkqjm2wzj57v7Xyb4OBncyir4DyhHnP/A5FdrU2jk+2z\n2VH2t7WK5MYZPFR28T/mpSSlVnCOS7Pfs8ZED8GhvdwnqMmjY6JTfnosuuEz\nWpoNjuHyNGl2yxH5veCHIIWQh1c4Df1t9is4gkFylfyKppH2VjCT2FlQsjUf\nD+gfGFfD1Qbdr+SZRo7CZO00sSdPBSUivfB7zP5ztoU4EnUkAXuFXiNpJUpx\njpHVjBD76kTgCFLmH6Tmr0GJwg8IkBqfPFdCdrhaPGPcdcjXmeoMpR6Hzlej\nvOZrqB2daLl0shjXuVMre4F0vq/V5AtuR4wYd4vewrrMd2Tk09lv+vcqP4sz\niFAc\r\n=np5B\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICESA7U1P3J6nzOXdZ2804ZqHc2BjcMxFRSWHt/+4Ip4AiAtjis67i7TFZQHWxx5ozLl9mD/loEP6H2JlqpCmwAOCA=="}]}},"1.3.1":{"name":"@node-red/editor-api","version":"1.3.1","dependencies":{"@node-red/util":"1.3.1","@node-red/editor-client":"1.3.1","bcryptjs":"2.4.3","body-parser":"1.19.0","clone":"2.1.2","cors":"2.8.5","express-session":"1.17.1","express":"4.17.1","memorystore":"1.6.6","mime":"2.5.2","multer":"1.4.2","mustache":"4.2.0","oauth2orize":"1.11.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","passport":"0.4.1","ws":"6.2.1","bcrypt":"3.0.6"},"optionalDependencies":{"bcrypt":"3.0.6"},"dist":{"integrity":"sha512-q1s//xCSiQd0frVCysC4VXZ+/u2lKiGERj9HAzyQnKcwNuydZs/whwnK7RBX/T7bj8ia2T4nb2m4Nr7nYZGfmQ==","shasum":"e61d78b9fdb08f55ab3a48d570d1a674c2f02295","tarball":"https://registry.npmjs.org/@node-red/editor-api/-/editor-api-1.3.1.tgz","fileCount":28,"unpackedSize":121457,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgbyCUCRA9TVsSAnZWagAA4X8P/3WCrCnDWNvvBn9KhnEq\nDf/F6MCNCGaXaIS5sOsKr4LfTdPNuJTTsDexc72ZBRWnyEBX0l2C+0GANM1u\nkT08V28Jo5myImnhPUAc88Mi5X44LnCTr4h8r5HYlNWQVdjIAl1jXhxVHldr\nqC+V0p+PhcyuTY+qtzXoHmIXAkyKTajt8c5BHjcbpNTaENTzLUcHjBZmHK5y\nezuy3L09Ghl9/vJJ4NfvL/+zd/ClB4QhvVyeaInGTZ0iZDTsGc7N4wf1V93G\n/tEx7mth8Mrg+jy91swO7J7ZDRuhLKI653BB0wju+MDiHNaaIScxENI9+k6K\n6KeCDikESZLECz2xx4zVHIkd51RbFF19yJ9bZK4Df65oMqj6lPRu/0XJ20eI\n3sncgAXaNP0hHgEboGEW96s2Q8Q39LWX60v4jfjFS9YbXTCzUvQiwS7Prkao\n0kAVfmSpq59MOzSfmd/okhi0rBm3f9ZvDv3eH5ID/Zt/HYRpJh8OaMo4JFY3\nZlxSwteowp8r2GvaJvMd0tbj7G6g5KkNzbjIrDDrxjBurD+D3L884+vVcPin\nXtpA2W0+byF+uV8jbGpf7Bavqr1vXu1NPomoMtCISw6Sgt9hmmanJmcMyX9Q\nRuHDemj3pNafZNCHGX7E4mnTZOc+jN3ob2QYJmF3c1HZCXQ0KoeNAiReQEFs\nxwsn\r\n=7YLl\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDBQF9F5JmNDcTfAXuQPR3cJ0KPjk5aawb8PRCrawGUUwIhALd8XWgXREzs3wcrX7XOXeMAYM8FC3CXhZ6m9crxPiLZ"}]}},"1.3.2":{"name":"@node-red/editor-api","version":"1.3.2","dependencies":{"@node-red/util":"1.3.2","@node-red/editor-client":"1.3.2","bcryptjs":"2.4.3","body-parser":"1.19.0","clone":"2.1.2","cors":"2.8.5","express-session":"1.17.1","express":"4.17.1","memorystore":"1.6.6","mime":"2.5.2","multer":"1.4.2","mustache":"4.2.0","oauth2orize":"1.11.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","passport":"0.4.1","ws":"6.2.1","bcrypt":"3.0.6"},"optionalDependencies":{"bcrypt":"3.0.6"},"dist":{"integrity":"sha512-meAJ4n9amAWxoWe5/rdigd8Wa0OKpwaNIn9Vqp+xqV4BqFa9RRe3ttO9FRUOuBeHwplDsMiWNnEVEdE9NCWlig==","shasum":"3d400dfc1c479fd49aafc75bef06d38ddfd4a893","tarball":"https://registry.npmjs.org/@node-red/editor-api/-/editor-api-1.3.2.tgz","fileCount":28,"unpackedSize":121504,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgdZHHCRA9TVsSAnZWagAAEV8P/ib+DSmRLj0DanQIMiuQ\n5uXcgtfGe7dSLCtIB2us22tjHQM6+oT6b1lrHP1DAUU9sjS9Vhohofv01GCP\nmCkRgMTpa+MWIXjgnMm/9HaPb1BWqTwKZrzFuwTQVbyHIC+Pms79cTKP5hyO\nzDDGsZqcHELFihC4vz0m7KYkVH/aMubva0tTeDPfUDxcEaXlI1AlBRPTBfPX\nb2Rl7A0DPFUK/QlBQEGjTu5pj1wMUilv7oW5+VpLgMZfBRirIoBbWfOpg3au\nnm8VNTEkd3n7SXWsnIXzGbVp0t7iuA4Bf/X9qFO1uy4SNe9/DGcAYebDFcUe\n7P9l1+N+Ln1szyno7xuoU5PuaMkw9bsj4k8C2IKS8UCF3G67CMgJjRx/4rMn\n6CB1f59N6l/u7QQf4RqkwzANywRnLgzitq+LNYld8aHroE3Km27wwxOuQKpt\nQ4oHpGHMyRZ1k5GwOou/On3myOiOi81dIgFhdFQwe/0D3aST7GsB0zfCLxd7\n4OFoPc8aJ4ahF6J/2rAHaIGwnm7Eg6k6f4MzUCekZzd4cUYF1jznFA1cOeYi\nIQjjbzVNaItWEmHblsKolVBmsKcBC20oeFpw1fJhTb7C/zHXxbRD10gsZODx\n2SLuwdtdiqevONQkmcjHXMCDEzzsDDkjO4qa1Zq6G8wDW2zGTmhZP/ApdPOU\nEmQ4\r\n=VdHo\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDSld0E7YqV06vI1kucmFVUINcKy/wzA00cLdoIx3r1EgIhAJi5npLAs+bmYAppnP6gRyDyBzertXM+KK1gKC9isTf/"}]}},"1.3.3":{"name":"@node-red/editor-api","version":"1.3.3","dependencies":{"@node-red/util":"1.3.3","@node-red/editor-client":"1.3.3","bcryptjs":"2.4.3","body-parser":"1.19.0","clone":"2.1.2","cors":"2.8.5","express-session":"1.17.1","express":"4.17.1","memorystore":"1.6.6","mime":"2.5.2","multer":"1.4.2","mustache":"4.2.0","oauth2orize":"1.11.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","passport":"0.4.1","ws":"6.2.1","bcrypt":"3.0.6"},"optionalDependencies":{"bcrypt":"3.0.6"},"dist":{"integrity":"sha512-PafnnsKUYDQy+bQfk7THSCTy0zncDMvbn4HXGkavqN4nEuvm0bdvA6ZhBNa5G/WaKPt0srptl2KKCsavd3O8jA==","shasum":"9caef02c9d09e86c28aba13aa9625f366c4c2239","tarball":"https://registry.npmjs.org/@node-red/editor-api/-/editor-api-1.3.3.tgz","fileCount":28,"unpackedSize":121504,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgfqwPCRA9TVsSAnZWagAAnSAP/2U2HQ/8D5/BZX9aJAcq\nFzi314/bKgKGyhEZ8wu0tYqSwCckLsiCT/3A3RMpop8IP4RWJfutIk0uM5Sm\n2Xqa3mTup5R6gYn4Kd5kO9bsEqzc1jQcGnhojxA4WXTqV8SrJwYZvnk70nD1\nqk+zNWnjrwHmMwroAFygePiImf4C9ZEn0ELYKozsNLR8WDplZynvztt2o8XE\nfg2k+9ixpw15bDrMdyyJ5W5lob82c1lO81tMEKhIu1rqEHIUdI/3sZGBihI1\n9tLjNLSqcC8JJFb2EMjZOAXUHxs48sttcqd7qeu54aqZ/DevVgP6+YD+MxSr\nLX2QkQC34IGKXPZ/dSuKlN0VmMijig56zI2XMLFOf7NWD1BZ2TPUtKTnpYJq\nanfT+7737k5qkpmckqNpi6t4TtYz84Na7Zxj613QNiJUJyIp3nkdM/Pr9V0j\nlOYVKYBQdfXDuLgaf/d8WeJ8IPg0HsUO6r8SNyK1SGOeeevHMCu3PyMTxRX1\nTltrx0EltiKnrLwqB/ZjBRnwMaJKXBQpD3uZWpMkfpMlEjR2rMsq+6MA9GoK\nmgD4vgV3SNSp0IfJbggmSKyfWljqxdRkkmJVU31f2+fejeaP8RlXmeUu9t6S\nV8spWrvllCMiV8xXHNl8mHxDGqzkqkqgV2KX8d5dNcukweqXf2rpSxnaQQNB\nosJw\r\n=G2Gc\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGx6ujHt0qUpvnfffkhtsZ8VQ9fFwDoOVDL4rxcljS1wAiBwWF0DYSQ4OARiuFxkxpp/tiFxItTCu+tRvDMUmJ5jYQ=="}]}},"1.3.4":{"name":"@node-red/editor-api","version":"1.3.4","dependencies":{"@node-red/util":"1.3.4","@node-red/editor-client":"1.3.4","bcryptjs":"2.4.3","body-parser":"1.19.0","clone":"2.1.2","cors":"2.8.5","express-session":"1.17.1","express":"4.17.1","memorystore":"1.6.6","mime":"2.5.2","multer":"1.4.2","mustache":"4.2.0","oauth2orize":"1.11.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","passport":"0.4.1","ws":"6.2.1","bcrypt":"3.0.6"},"optionalDependencies":{"bcrypt":"3.0.6"},"dist":{"integrity":"sha512-gahBANScOe+RNVh6+lx3Qq74Pqtci27aE+xGtYEUfz4A93LaNa+RJNVqEzy5z02AZya7qkQ5hAuuHe35h3MFyg==","shasum":"685448489c13ea30addaa418359dafc361948539","tarball":"https://registry.npmjs.org/@node-red/editor-api/-/editor-api-1.3.4.tgz","fileCount":28,"unpackedSize":121975,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgiq76CRA9TVsSAnZWagAAe7wQAI2xDvmbd9UOhSGTIP3X\no0pXFN5EKQS8hr4VVxMKd7Le/xu7WuMkGzdcWNCd1JYLrOuz1U7Ran0U4MoH\nAjhE4Q0OBAPBGjReH+wzLxEdjcyUE/4IVo7+0OXToqG//RFm+gS0JiXO/C2F\nyfTGp2xz9HPxHu4SkMtDoa6VJTDkw36IxhWNy5sQCfECZVuiSqzJYFlamw+F\niDvZNWfAKXjZ6oddhGm24aABWj7miiGeqrVcqKQHyEy3YRPGQGV/lSHo14IA\nHucChzZAYGGRdWDMwzbGFKNwOpgyos/PI80LIV2x9CqLDD1jDWh+DAwiL1w3\nP27qU4s452f1LABlmu3AImU5MpuwhiP/Vwk8IKIyJWZRIjibWv3ekkQLXUnS\n7IYh/NdFV/rFilLhV0PCvefk8WT/P0PomoMQH343oze4n4MdW8ewPKWTgaOx\n7kgBn32aXGUkWlXSDNijYLWkGXSGVCOn8JKxxkLo0yzU+7DVelJQ4ezBBBKa\nR1t/k1xKuMS//gsgkBSarCZrutiT8BKyWrfjnXAWth2HEw7cw1RCpWtazOv6\nEjYhlSYbgSzYEEqHUbyDkIHy9NH1M+wnneadgDZ2D1QfrpaVKRToqoTLdaKu\nxjxRySBE+JJkW6G6narz6cHyCM7plqIVxOBrvnNioOVThOkA45lHfW4kfses\nFgMI\r\n=kygl\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFZU4XSMYCw1PqaX5Eyci3GIpbrCmmGQzgvBRzDVqGUCAiEA7eWPGYOnaGEZ4mTrs5HHv+KWO8LhnmXiRNeTMSrtOVU="}]}},"1.3.5":{"name":"@node-red/editor-api","version":"1.3.5","dependencies":{"@node-red/util":"1.3.5","@node-red/editor-client":"1.3.5","bcryptjs":"2.4.3","body-parser":"1.19.0","clone":"2.1.2","cors":"2.8.5","express-session":"1.17.1","express":"4.17.1","memorystore":"1.6.6","mime":"2.5.2","multer":"1.4.2","mustache":"4.2.0","oauth2orize":"1.11.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","passport":"0.4.1","ws":"6.2.1","bcrypt":"3.0.6"},"optionalDependencies":{"bcrypt":"3.0.6"},"dist":{"integrity":"sha512-IJyfyVhEvkf2YNRPoR+1SPSi76evVV/boAKhOeVoIMBBeuYd1wM1ihMM3rnNWDYXjN/7CbTKz2DVmdMQ5aCIeQ==","shasum":"9972b6da92edc0203bb88e9383d6244c6e9ca96c","tarball":"https://registry.npmjs.org/@node-red/editor-api/-/editor-api-1.3.5.tgz","fileCount":28,"unpackedSize":122061,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgo682CRA9TVsSAnZWagAAS0IQAI5zpkIipzjph0HiRJSI\nq2q9kXW+ghCKJmEepZIbjWFkG14Wif7koqGBqdaSmR6M28aWtuYnue4BailA\no+BKUZPUvbBkZr2Fjf/xlRvl6/4abZrWqET1DKY37lHIWYbwgD3Dh+Hq+PRR\nujg26fIB8x2fat+pzVfxImRgZIjuYMutOtmdtr3Nwu+rTeDszvTDjyCWCc+U\n8beBgvpEodC+1Ajy2L5hnBgsfEikOJxqKeNTSO9pUJ8h+Iv1oINI5vDeA5V/\nIFEk/Ib4X5w+GEwZJ0JBWpBrcpti/uS7FBEMkW08sNnXts1br2x8PWRl6D/T\nCexsN7xrmLJPVRZ9E3RTtGxotn0RKkWQ6oLAMeWvZw2RUeSZnulPLZqt1bOo\nMRmtrs8CuJ8uwrSlLWV1wjHBB7r1uxVTcm4d2oaiurE1/1ipL43oP1lvMMpi\nlfKVh64huECi3wHxfkTGx0lVmTJmW7/0NacbDDlIdvowZTbe9TeNOzIZeMMP\nUk2LI9oQjOubUizTqMb9rn9a75CYZdraDvu2mUPNvQatEPghPOpKbMmsLRbg\nWe4zJlYp1J1vyqOb8A8DiB505OeMCCs6ew0ZpLTB2XG7si2+7nBDO9azcN0a\nteTnDkmwsobw80BpCyt9Ya5uenPJvPzB3OUYZYZB8WG1xjCCsi6u+HVYIqgX\nHqhm\r\n=965N\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFrF53+4fSzloZykh4vuEed0AOaqSyAmukXExRn/d+AsAiAYvHjHLoLB/9HHuf0UE59VMx0uaMILH5vJjvtQvtXVKg=="}]}},"2.0.0-beta.1":{"name":"@node-red/editor-api","version":"2.0.0-beta.1","dependencies":{"@node-red/util":"2.0.0-beta.1","@node-red/editor-client":"2.0.0-beta.1","bcryptjs":"2.4.3","body-parser":"1.19.0","clone":"2.1.2","cors":"2.8.5","express-session":"1.17.2","express":"4.17.1","memorystore":"1.6.6","mime":"2.5.2","multer":"1.4.2","mustache":"4.2.0","oauth2orize":"1.11.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","passport":"0.4.1","ws":"7.4.6","bcrypt":"5.0.1"},"optionalDependencies":{"bcrypt":"5.0.1"},"dist":{"integrity":"sha512-dooGXyGztoKnIQu2V+nDnzKzTAjDN8eF28IBhPwJc7cCxPivtej57U0uC7A6kr1Tsfqt0DOqrV8NWOFan5qYcA==","shasum":"11458044048d061f6df3259272b487d1150e7f19","tarball":"https://registry.npmjs.org/@node-red/editor-api/-/editor-api-2.0.0-beta.1.tgz","fileCount":28,"unpackedSize":122940,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgwiuzCRA9TVsSAnZWagAAT4EP+gJ6mHD3Vd0vblYBJuiJ\nGGkmgMZouQeDTDsvHM1Osn+4MgaKHNFR0cYjN2HygavTefTz7WVM+QkIgGNt\nRg34APaFvXmq89vNICaiwBBoM7RUV1m7XEJ30u3A5nAcXkvhPnoTHvOKGGze\nNbW0FuqiX2rVwBAY4xPQZ9vFdwOM3OuUchV6gQNMAaTFNbVHa7Yrpnm5yNyM\n1+8K6OUT/lBcnsVhgeKBC4bG/5sBJHONGB4ufsiG/49xX72txBaIVJoovyiA\nwT18yfEky0W/iO28s2/IPaaoHVsxVvGGrUyie4MuOxnEAtnHLcXs1Gm5SfZZ\nQzly1qF4TjH/mnSMRJlpPDAgpc8vD6qqFENu2bPvClV98PdfpQFnV/3Z1568\n91OfTJVKqSjRuIU70YSlLjs+qC8tthljS41/FoNG8izOxSZpfe/ruIW5SvWL\n5rWBS0VWA23MwUJ2w2/sAP3GoprvoEPTkLTGdQ4EDANyGznaI8U5HGCSiQHi\nWhqAIYLsRoKTyPtDsCoxmAIUXb0hO57oj4mFPrAMLYdPuLyAkzsh8veA6mP+\nPqkECPQm1JfBj5azkVGtt5W+Radh9TjuSkqmAc0MWjJaOMY0fD7svfPB75Id\nGbvLHWECpOOukcDAF+y6rY202E/EbxJWCoSt5+XJhxO+mJhJPYqG9MfNBhTU\numOl\r\n=C6fK\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD13d9vU0H5/3wfKAWT14j9W6LnBr/WuXbbK09T1VnDFAIgXix+9JBL3mQ1Op/Qwf9D/2i3cc51bzPu+EWJ1Cbkg9Y="}]}},"2.0.0-beta.2":{"name":"@node-red/editor-api","version":"2.0.0-beta.2","dependencies":{"@node-red/util":"2.0.0-beta.2","@node-red/editor-client":"2.0.0-beta.2","bcryptjs":"2.4.3","body-parser":"1.19.0","clone":"2.1.2","cors":"2.8.5","express-session":"1.17.2","express":"4.17.1","memorystore":"1.6.6","mime":"2.5.2","multer":"1.4.2","mustache":"4.2.0","oauth2orize":"1.11.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","passport":"0.4.1","ws":"7.5.1","bcrypt":"5.0.1"},"optionalDependencies":{"bcrypt":"5.0.1"},"dist":{"integrity":"sha512-0iQq5wQg44cUcOMASeg8ghvqmXXElWGf+xq7aWsKbxekKHlEpFjy9EFjmzRvtsmkcS5M9AxF1lP6MeiUSTwdbg==","shasum":"c26ad2e2be623de2f9ff0b695896b7e0a521edaa","tarball":"https://registry.npmjs.org/@node-red/editor-api/-/editor-api-2.0.0-beta.2.tgz","fileCount":28,"unpackedSize":123092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg3ttrCRA9TVsSAnZWagAACU4P/iNaI1sN46bUZmhJNuEb\n90lUVwRFZ9rnhQL+sqCdm6bvwz9Zk9r/7QILkgY6FHZqLJsg1iw2fA+aa9nn\nU370L1g0Yy1a1Z0bL1tIfBt7uUimQGyS0ssgkFJse/1PamETfwKZTgxmuAy6\nv2TbS7ahxmqoCmQI7BrGN4pv8MaWAjNIccDM9N+Yb5aTcaF89XhNk54zPraG\nkKy2E+AuwpoW+t5L+CsrddBfF1RpU/eOxqBgBKVxozQFvV+KVVtXR3MKYILT\n46DPaBfNwT8uoH0rTEqW20mkGyp8h/4W7uXL57KkeDROdzW+aVwtMOka2QoR\nLN1Bifuvcxd7Ez5r/65MdDQLE1CrBgSqwLfowCOwj8wxEbpw8c0Na77TUlP7\nNG2ljD63ygpvV7/kjpVbqH5fFmmN7FAPyWO+aTfkPGv177ccPFXaGoCF1paQ\nmMlUkI3hEGwoKCDU9NfhHxnvBAuOiM5y1WAKapNXkikFZzYiUxQBEj9hs+sJ\n7a2p8X/r2wKiBgtYxVxF+3eazRGe2VgQrMuuZnDWaVey/MoR+EScbInT2iVG\nrVvhgP8FclXGZZiE+le0xnxXA1EcLTTTZ9O4WOba4M53lSak9IUG3SddhUGp\nJ/AlZImIwo4itVZBK+zzaTNsbndMX2sCUtDIW3wYfke+NvJWbTDh+2B9i4BW\nWGN0\r\n=DN0n\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCuEO1OWF/cyAK3m9JHhCarSzIYobU2yW8biNRQE8knFgIhAPdwO5pGDqY4135OY2OjHQJbKLIJ1Ye3suH9FvjUuYM1"}]}},"2.0.0":{"name":"@node-red/editor-api","version":"2.0.0","dependencies":{"@node-red/util":"2.0.0","@node-red/editor-client":"2.0.0","bcryptjs":"2.4.3","body-parser":"1.19.0","clone":"2.1.2","cors":"2.8.5","express-session":"1.17.2","express":"4.17.1","memorystore":"1.6.6","mime":"2.5.2","multer":"1.4.2","mustache":"4.2.0","oauth2orize":"1.11.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","passport":"0.4.1","ws":"7.5.1","bcrypt":"5.0.1"},"optionalDependencies":{"bcrypt":"5.0.1"},"dist":{"integrity":"sha512-hNASKVEczBqGKjHlhbFjv1tNmlvNsvwLmAHNlqgZxSZpNfHa4R6kGfs+wXMpBlmxpW/AdU9gzvaYn8omxgBX6Q==","shasum":"d4efb9d870214c33123306ff9ec8f5a09322a385","tarball":"https://registry.npmjs.org/@node-red/editor-api/-/editor-api-2.0.0.tgz","fileCount":28,"unpackedSize":123074,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg9qgRCRA9TVsSAnZWagAAJbIP/3FRiV5Y45DGK6HMsxcf\njao7aTkevgeETT9ThlC7ZzlcI/WTRspeA1FadijEr7xhJDQg7u55OJd6SgBY\nr6p3vIO5kQMW992eybepsEGB+jl48As6KNTnC7Qq+VPJOQ8kC27BKj2TAWth\nCiN/KWRdlGTv2G5h9CNPUDBZuAXVl+6vqb9UZmJUYbchOJkNjO79K+WAZTLm\nftGAhY/APxKJn19yW+3ZsUB3AZxy90nKpBz52yfvOLocvPsVtzBMmKi/iQpH\nF7jBRBN+IA2S5hNf3TpK1NqMFweqZT51UkuvoRyniNKztMDbiFFb0Kt79f+7\nMENeoPiez+E7dGq1OZ7NEOxH+T1PLXVbuIQdvV8YFsoxDRwbpMkqvaxQ1kXf\nAt1h6PNopeDk1SKytaCYKoKAq3cms8YawkUeXZL3XOivUv3bX9vUZv5MPPuA\nrOgPpe1vHdUTRyS7CwLy1u1ORgKvw16g3LLbWCamXscwINdDotzgmB52l5MR\nqRTfG++0DzNAvlNB9lEKVGt7jSl/jTOamBG7n2WyJUW9frxTwm5Cb4nLeRnR\ntyyCF4m89+keTFqe/yZThjT8E8bM8kUa7TtA9sE02cdHhhsNf9SvMAWCDrj4\ni5PWGCkg2DxSydEvgm/GT15V/dirYlc9jxeoK9pzJMFiWLmlkEp0yr8FxnAi\nPc21\r\n=W+Gb\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCE9312WatllZz3cU+UWpfMVVP3P1CiDrOn9RF6DYJgTgIgb3eGzeFOL8gX0z98YpOa1wlxD8Nk/hLaXS4CrtT4N9g="}]}},"2.0.1":{"name":"@node-red/editor-api","version":"2.0.1","dependencies":{"@node-red/util":"2.0.1","@node-red/editor-client":"2.0.1","bcryptjs":"2.4.3","body-parser":"1.19.0","clone":"2.1.2","cors":"2.8.5","express-session":"1.17.2","express":"4.17.1","memorystore":"1.6.6","mime":"2.5.2","multer":"1.4.2","mustache":"4.2.0","oauth2orize":"1.11.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","passport":"0.4.1","ws":"7.5.1","bcrypt":"5.0.1"},"optionalDependencies":{"bcrypt":"5.0.1"},"dist":{"integrity":"sha512-0+wY8FJvS6P3hiRnz7YzjWmkannoJyBMYgnSevQ6euf8dABML5AOYThghpMNPrtl+RzRIar0oabHrTRSoEpDEg==","shasum":"553103feb68ac9d0791e517e54678061f02b1480","tarball":"https://registry.npmjs.org/@node-red/editor-api/-/editor-api-2.0.1.tgz","fileCount":28,"unpackedSize":123074,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg9tQZCRA9TVsSAnZWagAAuhEP/i9/x2Ta8zwJSOlctNNy\ncp4XnSBm/6pLqyYM+bjpSVSuzuPYEW1QHEv3baknSVbuA62KrCc9sNCsKaW3\nHff0bpD5neon/kZqlc2n0MP8uY+u5nSvkZy3c7BRj+LWpbXFwFB9DDtQhIJV\nQGqLYQIrfGKwMsgAbsx9gDGjzQQnYka/nG2sZt1CqMJ1ElCEFx6/BIbvHmd3\nznkKoxRkBy/7X4+kX02ZoJzbCZUDv37cH3GYpxZtjXhZGEzO7nc7VCaUQwP0\nSD3z6MgcqfdxCNFEEYjLHzbjP84SDhAswi3lPtVdiZO2v28/ggOE9ZbGxyBA\nBVzdAWYUr60vSPC7PoW0iNuxnFyKdffdVCTPZQG7z1AL/AWTMcxf03VJWYeN\npdwR12QRvTR1wDhyKwhLhd6QjhLbPOWC66drl8tjFJtFGYtkaxUItTynCel3\nOuIi7zw5PYe/eim/hJ8vxc+vaBg6fxHprLvDUrVlsOTGaf2P+e8JIFMRzDwC\n1sNDKWFJxtL9wcB8UK+Am4YBvKT8DDL517RZ12uOXUtrku+MrpROBYsUCtRt\noOLEsyhhPC1G4PYgFcvGB9QjF/Oxybrodusmc7IO232gMeFlo/8rtfTZ9HnB\noDMtVlW1f+omFugFJdOYIRpKOv00ZjaS7JdUMmekUMUbQ8ynrwhRuFH95lK6\naQWQ\r\n=8yjV\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIF18ejjZocdCGZqkuDui39WaaLRUbWW4UL54OYIWm07EAiEAmNdv67grTe2zUay2IR8snTzztNmYy7QC4nwHA9SgsRM="}]}},"2.0.2":{"name":"@node-red/editor-api","version":"2.0.2","dependencies":{"@node-red/util":"2.0.2","@node-red/editor-client":"2.0.2","bcryptjs":"2.4.3","body-parser":"1.19.0","clone":"2.1.2","cors":"2.8.5","express-session":"1.17.2","express":"4.17.1","memorystore":"1.6.6","mime":"2.5.2","multer":"1.4.2","mustache":"4.2.0","oauth2orize":"1.11.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","passport":"0.4.1","ws":"7.5.1","bcrypt":"5.0.1"},"optionalDependencies":{"bcrypt":"5.0.1"},"dist":{"integrity":"sha512-M6YpQCOl8W4iZJtwOehMYs6oqlrsYqx7JP1EPPyPyd3uItO7GTrd7f0Zjkc0qRRSS/5MpCS5W2RG3A6Biyrwlg==","shasum":"057368bae243bae53087876fd4a75cda5474fbb5","tarball":"https://registry.npmjs.org/@node-red/editor-api/-/editor-api-2.0.2.tgz","fileCount":28,"unpackedSize":123074,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg+UcTCRA9TVsSAnZWagAAjisP/RwVZiviRK76jO/JzXx3\nxHme5zLmPkWDCzX23743iNUMGynTjnex4DFzjYVqrK1M0YrFURKsnprkYfCL\noKi6uErDlpRe53Gu7jJ994UCmBsDoiFW4m92a+Om9Da5Wmrqgjiam9k/e13H\nbT2Ub/TjvClqgEpxsSmc81YLvr0VwvPHAXkoxsJL3fnmhKoVbTgk+ujf5csu\n9hipdKLdZ1l+J33T8RaI3gCk+2qRdgseoIlApFs3JRvt49P4jBtUg75SGWVu\npeteM73zf7DEjnVfVFbA8QsRkjrGgQzoS/3g9dy0PkcM5uNNlWb2cZWlGeA+\ntCRkCBxFv/ij1rAFYXG6qK8UQUbNOm0mXe6V2ZDR7K15gU/wzzdGkAdRBSYJ\n2EL1XjPrDsKruayd7BccmZtWG2QuoPfkJKjLYo0yPPQzAGpTHH0WyoHSbVy+\nOo+jT850tYTlYyPimNWGK45ZDE9RWLAk5Pti67dTzaAbNRr/+usJmVRzjaOE\nkUFpqrqTPT22PPGLNpwUpdmsCKAtqFX8fQVg8A6/Iv/RvmkUoIVdh55DqeNU\niqkWS84usa2EjiIVi7jSfy161x8XlA+YFqIs0bVRWGFVTzMCdbk8Gf6okZTs\nKd/NFpIU3s1RPIIIsAZfxsSMdiaxKlRolstEpTQEvhhAj8q8qoENOfn3hMx7\n7YY/\r\n=VnWg\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDzhOIpcmPyFZwVL6Aiidx6+6z7c/nqcHdNq8Wd6J/llAIhAIqNdoK2LwO1pZKr1/18QnNJb/Yp2nlsiA8QgOx+O1wG"}]}},"2.0.3":{"name":"@node-red/editor-api","version":"2.0.3","dependencies":{"@node-red/util":"2.0.3","@node-red/editor-client":"2.0.3","bcryptjs":"2.4.3","body-parser":"1.19.0","clone":"2.1.2","cors":"2.8.5","express-session":"1.17.2","express":"4.17.1","memorystore":"1.6.6","mime":"2.5.2","multer":"1.4.2","mustache":"4.2.0","oauth2orize":"1.11.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","passport":"0.4.1","ws":"7.5.1","bcrypt":"5.0.1"},"optionalDependencies":{"bcrypt":"5.0.1"},"dist":{"integrity":"sha512-hCOfwaid2AMSTavfRKkYBUDwh9JIPTvEN4Vq+1/mtTy8+5uBAtlDBYU6HTAXMIXUS4TYPONQqQPwwYZiV8e3aQ==","shasum":"449d3f6ffe5f5a06c8d90ed4f628a6742f1753cb","tarball":"https://registry.npmjs.org/@node-red/editor-api/-/editor-api-2.0.3.tgz","fileCount":28,"unpackedSize":123074,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg+sdACRA9TVsSAnZWagAABrkP/2Qhv9CaKqxpa9kV6dCq\nxS3VmhOvLQ/RNL/zXvFiqJqI76oVpqpNC8tTOx/1BAcZ6VqKWv54d9jBjMji\nQHYeT96E4r3SP1njLHKhpT5FRb1jGd2+pNjW3vFJ/W9UZQfNIKaMQs95IpOe\neqopuv2baa+IOuOxxA/nyR8agbWWE5PZZyrGuPWdC0c4ZxWHX6Y5OJSzdR3g\nF9AUaIsjs9pEjdmZNSKTtP9qSoxEflnfcNQJuwrppspwNMoFrJT90aNIuiry\n3OBCRXQmSiIje0usJzjslUgI6Gt7yHFH+gml2KpuzCx4s6VuNZrqmOIjxnwj\nsQxuqxQLnxWE03FP2+tt+6MXtdqO/2XXJp4YKOcd/HxO99a+ib9Nc3M4Oddu\nzsCBERsf0/8WLCWbRQOVgAY1YVbZhu34sSaIozqch6x2IO1KjeiTdVxeFfhm\nBRt25jK3hDH6+N6p7hfpeLvkYqDl+1MaaTvRbPpi8F+RG2AReKzjdhUaaAGN\nJGuu+q9dyCBSgMi5uHQYB8GOpv6ecU3FxyPUWqmI1J6e1ldvkr/59/MUWZSm\naeGNzu77OPKbk4H4pcy5CZCt4ZPzIlJJ8eFzGyapRcGPOaKL6AfkAc7oVYj6\nQ8PUrQkwacDOmFAANyhbA2YihgiYpioE/90CT1SYgYRlIOCxEF+NMjE951uZ\npg2Z\r\n=Ccxe\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCFbjV2NUEzateW1tkLSuBp8hgQD0qYi7+gLTtrXZYuHQIgetzEND9Vqntf8/tnygGjIu1vEesWxtz48tg3UhMkxbA="}]}},"2.0.4":{"name":"@node-red/editor-api","version":"2.0.4","dependencies":{"@node-red/util":"2.0.4","@node-red/editor-client":"2.0.4","bcryptjs":"2.4.3","body-parser":"1.19.0","clone":"2.1.2","cors":"2.8.5","express-session":"1.17.2","express":"4.17.1","memorystore":"1.6.6","mime":"2.5.2","multer":"1.4.2","mustache":"4.2.0","oauth2orize":"1.11.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","passport":"0.4.1","ws":"7.5.1","bcrypt":"5.0.1"},"optionalDependencies":{"bcrypt":"5.0.1"},"dist":{"integrity":"sha512-Dw4o0LyQR5543BVeAlYBbN/dsAlCA43zsZ4PLLb+A9M/TKWa+lqV1nyC/HGkLuNT9IhxQAzK10GT+ukOAKN5Yg==","shasum":"a5da9c324f2fffe49e866ad12eb501a59f934499","tarball":"https://registry.npmjs.org/@node-red/editor-api/-/editor-api-2.0.4.tgz","fileCount":28,"unpackedSize":123074,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhAS1aCRA9TVsSAnZWagAAiPgP/ArI4xrPV6fC5KktqX6P\ng8JxLFPPD/p8ObXz3HSOo3BShxQWg27/kCB3zJ6iGtPntkUEEM5R5+fhA/HR\nyNQymwa0MTzMNeodLAawb4mOtT7DpWhbBw8P0tVpW3OHqGOU3gTW83V7lBUo\n1Ko47NRUtqTMbw7bmp/xh6/XYwFYRwEWdjnmqcJxTIoHb9pZle0omJkTlBkU\nelA0H16gkwoIfGt+sIsXCPrC1YWJ0NIwPK00OUK9UoVwxLy/JJW1wS7FG8RZ\nAVSpwAmXc4xws+ImIIrfIZ8sBvqkO/Tu/AMRoazprWikVHbr0DZakwp2WFcQ\nZ8zuTUJTSot1G416LGWLAXupCReEluYrWsMdSUgTcDtkjT2g6Sgdm7JUpufY\nZGSIYrC9OA05bmUuhi04F6R9dXXP3xcyaNHkkMXAXy2qZOh3tt6bn92QYBhf\nOvNw1BMSw+6nQVQ3Tj0qo655dWH7lPkz4K7Ewl3zrfmKsU7ghdgqBUPN2/t1\nTgh8wAf0+qFTK2BLGb7FLYxiLjx90UrAkkXEYXvqHIK3a84jowNge8QqMG3A\n69jAB5w6/N1q45BAo/2NCKVmbtivGoxEOtKzLqOVjx6veOhjSLm3EjVa4Uv9\nL8nne/BxhtWoh7QZYUDTd4mC9dQG7WabjOQRE+7gD9A7XJuh49qSnTHIIOIR\nvsMD\r\n=aLvP\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIA6VKMx75J3O3BOUZ9GEtPZ0aY88iC3uoLT779gsBskbAiEA9oDsqZ+3Yahs1T75zE/VRXrZxsyjOcBPIuPUAPUmdUk="}]}},"1.3.6":{"name":"@node-red/editor-api","version":"1.3.6","dependencies":{"@node-red/util":"1.3.6","@node-red/editor-client":"1.3.6","bcryptjs":"2.4.3","body-parser":"1.19.0","clone":"2.1.2","cors":"2.8.5","express-session":"1.17.1","express":"4.17.1","memorystore":"1.6.6","mime":"2.5.2","multer":"1.4.2","mustache":"4.2.0","oauth2orize":"1.11.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","passport":"0.4.1","ws":"6.2.2","bcrypt":"3.0.6"},"optionalDependencies":{"bcrypt":"3.0.6"},"dist":{"integrity":"sha512-eAbqtcRxcplfXHkhaZJldY5aNmeOPxlMAyozIGu8telxpm34EtLkLC0g3zaEqihyIEOZ1bqpJsAdcS7Tz9ND4A==","shasum":"92589b0537cb258a3d9de9bf0a847303d66a204f","tarball":"https://registry.npmjs.org/@node-red/editor-api/-/editor-api-1.3.6.tgz","fileCount":28,"unpackedSize":122064,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhA83zCRA9TVsSAnZWagAAEEMP/jV98hDj0F3HaCzj0dXk\nxnz0O1+kLaaQC6kaZYhoivPWeBwoCwLgDWM1fhW7yEmBtvghRbdZq+Vvndjt\nS9Oz5s8acdZl9lcO4V4QmmH0VKc+bAs2ltRrmLa1au7f0TOrA58iVkigY9/m\ngyr6VRKRek3JM5tAEsFs9IcaHodSWO+JSc86pLh0vLxsLPPKtJIrRk7oV1sp\nJOUghCK6sBkIt1ULqWdB+Ai2mlv+OFBvsyrxbmmnB2IAdOxnhOJpAwh9dzmm\nmHT044nROimJ3TL+JvQamciQtAItRBGGWiDV2D9R70/CfRG5e0W7TVN6jQz+\nSqzSLC7htQ2V/ZQNBdJodgg/ugdrrO6XUE2V/SCT2Wny0dTkq0qExwokBo07\nwzktAgc0ZLATDpgeDwnVOaTreHExEKCMwSlXM+e5sU7l3iNKpmhdzqpH6iSq\nbP2wbo8XXxrmDt/vZUl5d0yzHWzux6viXbQ6+rS2del/GytbKyXEyxosKZ65\nLhO8qrZm/HiAspvgxAaeZbR5IlbrWelEWT83TCkVxMHshkakhkASTH4GZhXj\nlJvjBOaoeHGYWqwpeeem8SW/q7xenPXoLTwt2dXGO7U72wMPhq47BuONMct5\n7k9HkjaHvJJNb+wJaFsVEyxGldm4F5HE98wu1w3Qjnxi7VFgjmcvNt/v2YQL\nobDY\r\n=6kQ3\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDBgR2yu/I8Ki9Wa3l5EgK05tdCyLcthVouUmJS2Ic1JwIhAKy8IiC9FsHkpqdk3W+82nzA5GyEgpbuD82T+8Y86bA6"}]}},"2.0.5":{"name":"@node-red/editor-api","version":"2.0.5","dependencies":{"@node-red/util":"2.0.5","@node-red/editor-client":"2.0.5","bcryptjs":"2.4.3","body-parser":"1.19.0","clone":"2.1.2","cors":"2.8.5","express-session":"1.17.2","express":"4.17.1","memorystore":"1.6.6","mime":"2.5.2","multer":"1.4.2","mustache":"4.2.0","oauth2orize":"1.11.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","passport":"0.4.1","ws":"7.5.1","bcrypt":"5.0.1"},"optionalDependencies":{"bcrypt":"5.0.1"},"dist":{"integrity":"sha512-efiWLuNk/lwpIULt4Bu8WycW9+v6xVx0VHAK+j1y8Kl5S6u6sbfkTlmDDpaN2NqPHGdMT+roF9EHKHISTmVN9g==","shasum":"222b65b76da7bdbe7aa2f40aacb1779c812f83a9","tarball":"https://registry.npmjs.org/@node-red/editor-api/-/editor-api-2.0.5.tgz","fileCount":28,"unpackedSize":123074,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhA/U1CRA9TVsSAnZWagAA+VcP/3X9HEeQ2C3SEVny315H\nc7L/a0z0f2mmSrxlJhPiQ4WnjduxB9UxH485Tv3rTn6GBhdt1M8cRL8+vW+o\nmcUqwkiheLxusjzuX8zCea4Y3MffhwExdolURmgs0Ilh5KStrvOC2UN+W3vd\nb4tnTQ4Um5KwZ0qDBntVBvZKxqtEgFoyTiaYkbOLvLB/HQsELLsWL3iZRwZh\nrX+iQFnLWXjmWFFWTph78BU6DfVPNcCC1lRmLluo4+JSkHp85keAkH4mcrBc\n1hwve3E+fcKt4/8ITDg7DzyIDg68yJ3uFOxmZ8CxAA5g3pwIHgquy5wnS3Th\nI8pkBrBbwiCKS4vMgSkaIhMW+y9zwSjGIPfTJ2eFcRTErIo+PdC3qznE/N1w\ntS/Fi6MHqLtuGG3DGDbySGj7DR9s4vTatJDVLcn/wL++3LFnAdQNhMPYyrG3\nonWsMWu/hFkWT5cz1ap3+533LNvJRn6/hyQtezvAWjiMIVC2yDFLV0x5N7WA\nVhd3qGrpzT6iLYfEe36yMongtHPz6JPYnh6vyvPcNLOD3TkVJvO8keqkRb4B\n8zRIRHVzZWzTtt6i42Qq5Sy0lJw0BvKoIvJOKZJxpOIXpK6UMDm/jn9IRhvV\navXaxDOfozuOw/D78NuuKCexVYC9RvnMIXRUe5aOJVB2qY0sWEXhHBZE0DUd\nMUQn\r\n=2LPN\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHq2J6zK+YeWKO23VlV8beF4ut3u5r+UHG6FGt1In7r2AiAM5I66gjvakY6RYBhXqz5H+sbUu0mho47tbnMTBFsUhQ=="}]}},"1.3.7":{"name":"@node-red/editor-api","version":"1.3.7","dependencies":{"@node-red/util":"1.3.7","@node-red/editor-client":"1.3.7","bcryptjs":"2.4.3","body-parser":"1.19.0","clone":"2.1.2","cors":"2.8.5","express-session":"1.17.1","express":"4.17.1","memorystore":"1.6.6","mime":"2.5.2","multer":"1.4.2","mustache":"4.2.0","oauth2orize":"1.11.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","passport":"0.4.1","ws":"6.2.2","bcrypt":"3.0.6"},"optionalDependencies":{"bcrypt":"3.0.6"},"dist":{"integrity":"sha512-tm+umybD+Bq/Kkj77/l9hOE60hfmfUCIzHwKaiDnSDJymHKuPy0eCNCg37MR/J9HodXtY5Th2we++4mUCS5uYA==","shasum":"7d927174d969acd77479c636b91fb83ce1b3166a","tarball":"https://registry.npmjs.org/@node-red/editor-api/-/editor-api-1.3.7.tgz","fileCount":28,"unpackedSize":122064,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhMIeLCRA9TVsSAnZWagAAQM4QAJLzyV0iT1k3cTdS1qBZ\nAj9dg5u0UAlyH5CX/MATkmne1oeaOE5iC6x78PSyktDQfWn0T4lzrDe2/jHH\nSSee9bp/E5bConArkJaqE6OufsTl2+bCIm2peLhIc/UrGKn1jHt0Gh/GCCJL\n9UQxcEcSksAqRSQu9nAbhlhNjNq2zHhO23WKKLqB+t0XAXQDTrlcTQl6DkMH\n3w6JGwxC9CxdvBeadPUBf/AkIyV6j4ltpJ5AuKHo3qV38in1J8zWT+2//F28\nEaZgN7SKk5sizC/T9yI0LNtZ0+8vIJI3Q6dqgj7OtXOwtBFgRzUG8FED4ydS\nG5n23Mt4OuOzJYqD1D9NvVVD7gzk3OLAUJKfM94gF6/7DdDy7LS00NblTGeo\nf7cNPVMQEbUhCc4MiWqOCUI73xCxmiPFm5ayA3pww22SV/JDB8kPbDGKnKF7\ntDB3fqVdd5xP8sqpHS0mCnO+DUhvP0dXAgw2s4PDHugMomKJHYWd/NHwnuQe\no54wBHf87aBiKXR6z60ujAmAb3qkNPGXd4ueAg6U5ksOH2Do0wosXADdSMI3\nTBoevGoicD/dC3M7UhrcJtWTJe6qhGiwAmxlcFqVwLjXqYt5+RMxSJHfq4D8\n+3wYwzo+8Dz11qGCtkouUx5rOwg11EA5w+ObeLR/lN3usVx9tYPCD9cJajDd\nwDeP\r\n=oxRp\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEVm0CQk4Cvik2mX2ZIvys8XoHCMo2xW/uE6zhPhPu4aAiEApHssBhIKagPGHOnhK36BEhqUGLmNIlWzDXNh6Uu5pw8="}]}},"2.0.6":{"name":"@node-red/editor-api","version":"2.0.6","dependencies":{"@node-red/util":"2.0.6","@node-red/editor-client":"2.0.6","bcryptjs":"2.4.3","body-parser":"1.19.0","clone":"2.1.2","cors":"2.8.5","express-session":"1.17.2","express":"4.17.1","memorystore":"1.6.6","mime":"2.5.2","multer":"1.4.3","mustache":"4.2.0","oauth2orize":"1.11.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","passport":"0.4.1","ws":"7.5.1","bcrypt":"5.0.1"},"optionalDependencies":{"bcrypt":"5.0.1"},"dist":{"integrity":"sha512-jSC00TetcU1sQHR5SNo+R8IxEKbJWmBAeCcHd0EWDMb4ikcN1wwteQfYPOr2ID8HnsSEIBlpN8K3Hrezo3+KcQ==","shasum":"8d5f82a83c843c3e174239a72ef4a9fce8c8c99c","tarball":"https://registry.npmjs.org/@node-red/editor-api/-/editor-api-2.0.6.tgz","fileCount":28,"unpackedSize":123209,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhMIhQCRA9TVsSAnZWagAAFQoQAIVIEZsZyWBERE2Aguno\nxmdPheof09pecehsTMHV1P4WEmEUe5edsPNTDXhxfTj3TYbcsbOZqwtnxHwA\nT+rdiy2qj62gVrFZtBv6/MdtIVluWaqnRcvTUcaxvoamMdfYUjz23p0WkXeH\n1WRJNDiebZvhm5DDEJF7/pJl4dCXdJyRmiOQp+Wg9ye29yaYiF1FFb9G9Xz6\n7x5jkLnn+LkrKel9F81WjehFNAe8xGCwr9wTb82H4kjx5IkWOQeXS0YHh5sz\nR5DLeIYicVTDTbGrI7ZUm3fVQmelMb5WlPinYnxlhZDhQ6NfnBSA6MEJ9hjQ\nGK5u/k9Enu/OzRmjv/mqplCK9EJQKPDiqGrMRG6Z3jrzwYvxvhG/Ar8zl5Jc\n0DTJ6IGHXR1XLsx5l8lnd7rqGKvVPblwebEnU5fBV8UXYGM4wJw9tWAYajlD\nRlttos5ont+rmRL9LrI9cMb5G/710Y3SEfNpB2A27LetoGdYu/9IAj83fQYL\nFEaCGTBAhiMNUCigqDMgBR6//szjOFV4pSNIeP+K7rq7KPb13Y+fcM9LKRvY\nx3Npsr1MuDPdCGjpr+Pe+sQGJ3nK/B73m2F6H7JkmBHmf+GzVP+tFy9AudoN\nez/WVBTtdiVnbia3B8R/zMAbjrJLgtjka55N6qAgRUKKooW2HwZiwB9bG6/j\n+Ghf\r\n=Ptls\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEebiNzdNDn/q4QKbO9DVP37mFN7oe+ksRIQr7IMr3wFAiEAmr1f1N/btL2riDUQsmW4+lzAXtSz/VhYMj11eAHimHA="}]}},"2.1.0-beta.1":{"name":"@node-red/editor-api","version":"2.1.0-beta.1","dependencies":{"@node-red/util":"2.1.0-beta.1","@node-red/editor-client":"2.1.0-beta.1","bcryptjs":"2.4.3","body-parser":"1.19.0","clone":"2.1.2","cors":"2.8.5","express-session":"1.17.2","express":"4.17.1","memorystore":"1.6.6","mime":"2.5.2","multer":"1.4.3","mustache":"4.2.0","oauth2orize":"1.11.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","passport":"0.5.0","ws":"7.5.1","bcrypt":"5.0.1"},"optionalDependencies":{"bcrypt":"5.0.1"},"dist":{"integrity":"sha512-FSYcfYi4nHnc8rR1zABQ0gI53zlqVrXBYa/UVbTYXrA8zAPzrMsLFdk9rsdQP35cXgkSzEP5F8TwJ7HrqTzb7w==","shasum":"1d0e9fee15e1c396561878d2d6fc637891798950","tarball":"https://registry.npmjs.org/@node-red/editor-api/-/editor-api-2.1.0-beta.1.tgz","fileCount":28,"unpackedSize":124283,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDMrW4xLWPblutbHxyMqPh7vBPjyWIzKVWPC1lR2RwZXQIhAItf4COC7jL3u6fyvHSbD7peORDTwXzymHtKwY4lt1+y"}]}},"2.1.0-beta.2":{"name":"@node-red/editor-api","version":"2.1.0-beta.2","dependencies":{"@node-red/util":"2.1.0-beta.2","@node-red/editor-client":"2.1.0-beta.2","bcryptjs":"2.4.3","body-parser":"1.19.0","clone":"2.1.2","cors":"2.8.5","express-session":"1.17.2","express":"4.17.1","memorystore":"1.6.6","mime":"2.5.2","multer":"1.4.3","mustache":"4.2.0","oauth2orize":"1.11.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","passport":"0.5.0","ws":"7.5.1","bcrypt":"5.0.1"},"optionalDependencies":{"bcrypt":"5.0.1"},"dist":{"integrity":"sha512-DFQ+Z6lEQ1DI34FU4BBbZtdroH+KCyXu8hTVC59ukoO5eQTsbnduFgU0k03sLEGNU0Z13+3Sqn37FU314eq9eQ==","shasum":"85b6e3530fab95e6268d70dec611a145ef6596eb","tarball":"https://registry.npmjs.org/@node-red/editor-api/-/editor-api-2.1.0-beta.2.tgz","fileCount":28,"unpackedSize":124283,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCiaTIO405UxcrCOPRdT+5p8akILCf58k3uahpJwQHiEgIhAIhYxJGhC+6h+6zz3CM+8mMGmzxUNfh/kKzgC7yKUHra"}]}},"2.1.0":{"name":"@node-red/editor-api","version":"2.1.0","dependencies":{"@node-red/util":"2.1.0","@node-red/editor-client":"2.1.0","bcryptjs":"2.4.3","body-parser":"1.19.0","clone":"2.1.2","cors":"2.8.5","express-session":"1.17.2","express":"4.17.1","memorystore":"1.6.6","mime":"2.5.2","multer":"1.4.3","mustache":"4.2.0","oauth2orize":"1.11.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","passport":"0.5.0","ws":"7.5.1","bcrypt":"5.0.1"},"optionalDependencies":{"bcrypt":"5.0.1"},"dist":{"integrity":"sha512-uNsCWKgJD7wON0vnC+47fc5SrOXry4dEc/Cw/F7lBkYRbeHNLxiauROMc7TlW7UjvLRLjVkJwuwwuDxJvvD3Hw==","shasum":"d2db863c65321d36038a89b8eb48b43e3e168605","tarball":"https://registry.npmjs.org/@node-red/editor-api/-/editor-api-2.1.0.tgz","fileCount":28,"unpackedSize":124262,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICsAr9v7wv/nzeKvLvd+xDnMnsGfsJdtpi7zRhf9U5ZTAiBha1FzvtT8Fgb84T5TCtO4Thdy6ADFG+1WmSojyAumKQ=="}]}},"2.1.1":{"name":"@node-red/editor-api","version":"2.1.1","dependencies":{"@node-red/util":"2.1.1","@node-red/editor-client":"2.1.1","bcryptjs":"2.4.3","body-parser":"1.19.0","clone":"2.1.2","cors":"2.8.5","express-session":"1.17.2","express":"4.17.1","memorystore":"1.6.6","mime":"2.5.2","multer":"1.4.3","mustache":"4.2.0","oauth2orize":"1.11.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","passport":"0.5.0","ws":"7.5.1","bcrypt":"5.0.1"},"optionalDependencies":{"bcrypt":"5.0.1"},"dist":{"integrity":"sha512-4XUwnTiidpjOmpPGsVnsHsBHplp4y9+QyG/YWWm/U/1Aitp57nkXFytUgkaDIsw52Pz4cfmzriN6axSM+XU/qw==","shasum":"eba44354b1ccf03cc34db8b13e79a34ce6fc400a","tarball":"https://registry.npmjs.org/@node-red/editor-api/-/editor-api-2.1.1.tgz","fileCount":28,"unpackedSize":124339,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDp94UOOnV7RgiN+D5GcQzBpXwcNdEgs5BthkJ3e4ChCwIgVWhMXKXRdxMdEYvZHAhqdxlrXVeQ7CbyFO7Jzggzr0k="}]}},"2.1.2":{"name":"@node-red/editor-api","version":"2.1.2","dependencies":{"@node-red/util":"2.1.2","@node-red/editor-client":"2.1.2","bcryptjs":"2.4.3","body-parser":"1.19.0","clone":"2.1.2","cors":"2.8.5","express-session":"1.17.2","express":"4.17.1","memorystore":"1.6.6","mime":"2.5.2","multer":"1.4.3","mustache":"4.2.0","oauth2orize":"1.11.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","passport":"0.5.0","ws":"7.5.1","bcrypt":"5.0.1"},"optionalDependencies":{"bcrypt":"5.0.1"},"dist":{"integrity":"sha512-vkPPhKgKj1R3D7VB2LHxHpAJLOBcWZAktZahICWkLp3e3iyN/F0Rb7wHU/jwhvw4UEqo0sNgdilFyOdKV6xbFg==","shasum":"820337a97d1fcc10182cb6a2bb31b8b973e42734","tarball":"https://registry.npmjs.org/@node-red/editor-api/-/editor-api-2.1.2.tgz","fileCount":28,"unpackedSize":124339,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDKcxU5cTi0mv8xlJO6ajaekFwAsr0Ic4NvG7xl4K2jIQIgevBRpPtIavlj0QLTys0EBa06DnAiAmCeChtOuNga9dA="}]}},"2.1.3":{"name":"@node-red/editor-api","version":"2.1.3","dependencies":{"@node-red/util":"2.1.3","@node-red/editor-client":"2.1.3","bcryptjs":"2.4.3","body-parser":"1.19.0","clone":"2.1.2","cors":"2.8.5","express-session":"1.17.2","express":"4.17.1","memorystore":"1.6.6","mime":"2.5.2","multer":"1.4.3","mustache":"4.2.0","oauth2orize":"1.11.0","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","passport":"0.5.0","ws":"7.5.1","bcrypt":"5.0.1"},"optionalDependencies":{"bcrypt":"5.0.1"},"dist":{"integrity":"sha512-57r4f5/8Sz8Q7HEjlNWgzaMIavoWHas3boJhXpU0yLL1LBytzwZZh1jBCdYitROT37wruwPGH8XKR3s2FvBEjQ==","shasum":"adf092f70ea98135119e38f5b688d0cac6bf7f3f","tarball":"https://registry.npmjs.org/@node-red/editor-api/-/editor-api-2.1.3.tgz","fileCount":28,"unpackedSize":124483,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIG70RXEvalsjsVLWLUeh6IuPdiSFkNzGLH0Aqy6NOK0SAiEAnV9WFcdwV5hT5IMLj4kkvRP3vi63s6kduqI2AXhNGR4="}]}},"2.1.4":{"name":"@node-red/editor-api","version":"2.1.4","dependencies":{"@node-red/util":"2.1.4","@node-red/editor-client":"2.1.4","bcryptjs":"2.4.3","body-parser":"1.19.0","clone":"2.1.2","cors":"2.8.5","express-session":"1.17.2","express":"4.17.1","memorystore":"1.6.6","mime":"2.5.2","multer":"1.4.3","mustache":"4.2.0","oauth2orize":"1.11.1","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","passport":"0.5.0","ws":"7.5.1","bcrypt":"5.0.1"},"optionalDependencies":{"bcrypt":"5.0.1"},"dist":{"integrity":"sha512-FQn/lAIEa/1oJqkq8cPWMQ/RMiLkZDOFoYw6gM3WjAKwpX7AN/FuZi8R6qUfcn0cylwQzYzx43ggUq2/3f81xQ==","shasum":"32888daaadf45d8b1a1315b534e0b0a87bf54bef","tarball":"https://registry.npmjs.org/@node-red/editor-api/-/editor-api-2.1.4.tgz","fileCount":28,"unpackedSize":124493,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhqJPzCRA9TVsSAnZWagAAujIP/Aji5SKbifdVfAA9J7RI\nRszLP3tYCKr2xyMnXvZBe9mqa9+NgcCcjUcnzQLrOSZM/gamSoyoPhWbKSvg\nyO95/E9Py4+tkQ9C7MfIEcH1Sm9EgUZh+LQ1HMHHJS2wGbsZsmdYL6bn15J6\nutjWzfysDmca4MczMlrIr97zwbFE2Lu/PzGiOqaDmezq1tteu3zzarj06VW+\nHamnkMnP+HIaRYHdjG3YTm48gglNq/+yJUfQQYHB8C7AqA7Z/Zu3lOALTf9K\nkhkCPezD46IZU7ubRqLXsUonrT9GLzrLKvACB+H1NV6QuUezBLu0duIFqiXh\nMYN9BVWCyBPMadWjiav6kR48GiAaSjO1/GHCar8yjIJvdYnnpMsVv6j2jpFE\nztZTPNIj1BisgyowQvyHYfAu7pvCjJTVKkPqdSGMls/Px/+uqhoKIYiISRBl\ngVJYwmha1Gp0Rl3QJ2mCXObPCcIbhd3cu3BAyj8s2Q2KK4wO1H0pVl4xBCj+\nxW8jam3NPHa19vkOGMBLp48givTUh91TJSHIdqV+D6ZYiTVzWJSF57EBPteb\nmaAWlxuM0z01RZqqVIA/UdgzYCh/OfUfPjY+zPtNPCpel8UFwWLV6Vl0n27b\n3uN/Z7+Zja7G0RY8ZGBsoDc8E8FqL258+6CQJYZtiMdUpWKWNZb5tQZ0tPMk\n8orr\r\n=mH3s\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD1cPhOIDzo8v8Q2YvSgqGl9Qk13l7nCaKZZKrmD+CAzwIhAOKCePstG8hEZwMcLAHlUgJMtieAutPHJ/yWPUSNOdqv"}]}},"2.1.5":{"name":"@node-red/editor-api","version":"2.1.5","dependencies":{"@node-red/util":"2.1.5","@node-red/editor-client":"2.1.5","bcryptjs":"2.4.3","body-parser":"1.19.1","clone":"2.1.2","cors":"2.8.5","express-session":"1.17.2","express":"4.17.2","memorystore":"1.6.6","mime":"2.5.2","multer":"1.4.3","mustache":"4.2.0","oauth2orize":"1.11.1","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","passport":"0.5.2","ws":"7.5.1","bcrypt":"5.0.1"},"optionalDependencies":{"bcrypt":"5.0.1"},"dist":{"integrity":"sha512-hyuvpYGxFyuxAdD6lenS1y55+JZ0viAmrsTTv1FgA0Y/yci6sux7QM0NTazWxefO8K/3aP1tewatK+8fKwLrMg==","shasum":"19ed635f8b4552388acf4adb70d9e4552b58fc1d","tarball":"https://registry.npmjs.org/@node-red/editor-api/-/editor-api-2.1.5.tgz","fileCount":28,"unpackedSize":124721,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh3//nCRA9TVsSAnZWagAA+FUP/0FPZ+8BXyOb1LqkDI6w\nkdwZ3eK4DXNFwFhiHdF+b7oQvmRwvF6XS/s+zcgr8eKXInWErFckeQsOi+FA\nQVOuAB5SnhU5RgF22pli5hS1SHNx9RycTxuU/JkCRb8AhI08Sl8lxcYRpSl4\nFYUn1WxZpAxsx3PWwPTOu9ivmWrjs+9UXLgqmDL/rUwr18MxLmTPu7jNlHat\n1+0fxf5eQ/ncqbA6tvzwNM1Lda7kO6jUKc25X31CTspvNxySvL1tUAZUL2up\n6iQKpLuDaoegT+ZspAnaOA+t3v5/erya/f+cRGrC+aIIHaI6PVFSX+CSfoLF\nG/8rzrERSNa5u6nB/SdvRCGln4VsqyV9gI5Q5UUWz51I0MMJ+AKsQiJNSYnm\nICoha+HAfIay5ifKPP944uwFaSYKLS2fOvLsZFAK+6cqr+8vvXJ+AB6oYOWw\nhdl1RYbTBGxlCyU8aiXrvXJtQGRZcxhen5Z09jwYKu1j5vUZvtXHbC0UaZnz\nL4NhxHBgoq3qQ791wfq1CFvpDqJ9KH9tx+pwfPv9JPtfe5GKNfZ7AX1wxcPy\nFLb0LCg9pcQOet9LeqVQZdD7bbh1+Lk95YR/FJSDI+jFPWQa2v7vnJOr9uNe\ni1+i+UQ0wGTM/o8HzfCJa5ce92eQJx5A03N9bc9T+8QKHJQMTJcJMWhF6twL\n6fG+\r\n=aZH3\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBT8h+p3/Mjuq9UxzVOSgbbfKTKdKC7Dd7JCX0GegGOxAiEA/v7g+p3CCA8JN8Q1kO6RLJxctDvGOTo1JDOBGHbyeYE="}]}},"2.2.0-beta.1":{"name":"@node-red/editor-api","version":"2.2.0-beta.1","dependencies":{"@node-red/util":"2.2.0-beta.1","@node-red/editor-client":"2.2.0-beta.1","bcryptjs":"2.4.3","body-parser":"1.19.1","clone":"2.1.2","cors":"2.8.5","express-session":"1.17.2","express":"4.17.2","memorystore":"1.6.6","mime":"2.5.2","multer":"1.4.3","mustache":"4.2.0","oauth2orize":"1.11.1","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","passport":"0.5.2","ws":"7.5.1","bcrypt":"5.0.1"},"optionalDependencies":{"bcrypt":"5.0.1"},"dist":{"integrity":"sha512-OqOJyKehaAu/AZEnORvKT8bYHGkQ8lzAcuDiBvfdeKGVL6Yy+doXCVlpn6e8Myj7dvSuHMieenXeUubxp2sGxQ==","shasum":"3982b7b5179a4553f5a8ad89a9bd3d8e0ca9d79b","tarball":"https://registry.npmjs.org/@node-red/editor-api/-/editor-api-2.2.0-beta.1.tgz","fileCount":28,"unpackedSize":124742,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh4EZXCRA9TVsSAnZWagAA+J4P/jv46IqALQAwG2pUbP0v\nn4axYN6JS7PoeCHSjAK7VrPMNJtaNAYpVmHG3Mh5R7nE2r6wmNxGzyHuWno9\nR2e/j0p3zayFfbo0ow1C78qdJTSbyal25hivlSJD7R8JlzDXk+Uoc2r09+dT\n/C09sdl/IK9c4dIqcUSts+oTq/jWFkxhx792wAsx/wmo+XgMt6xAGwmPleEm\nvu60EjQwXBPGtxaVgbE8SNhGeSLjqOewC6H2cXImbrbzzs7yAywUAGPrxa00\nCNw7Pfw4+ShoZpWYZeHnoeINjMK3duUHNS9uc4BMoXpsSlWdLU32nMj6uO7l\nTGaepFBVnj8JnvFCfdObllScRuw5knp7/Gnysth4RTqkBtDFmNOOqOcWoB+v\n/fxH9Lo1W9Rgcrg1DzkPkNKe5RAgAumahwFt2xsAmVdakiP2/ZFMBJIJ76e+\nbxz98U8gjSJAZmDt66hiVrKYmjJa5oP/dgq0VcxGmUIntj3Gx8kTNEf9lM7k\nMFqK9SgpavmQ72YMr9BWp5SJpyDS+GKbRV2vFTz4U44RlZIdn4DXo7ES647M\nO2Yc9BPC0PJ5Fu0JgB/5AOS9y6EdA+voB8jjzWTpp/DqUf03El7bBzT377Li\n7cSHOeJ0mXUSmp7PcLHMm6DsaCwdzDYX5PZ7EoHNkyN+h46QbbZqFaW2loox\nzDdY\r\n=+E97\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEmLJnJ8hXe3I11mHBbHi1hkuYznD3aWfpZpy0ZMMo02AiAFNMk98XmBX0sRypdT9NBFFUq5Yug5U6+eBgaz5LTyzw=="}]}},"2.1.6":{"name":"@node-red/editor-api","version":"2.1.6","dependencies":{"@node-red/util":"2.1.6","@node-red/editor-client":"2.1.6","bcryptjs":"2.4.3","body-parser":"1.19.1","clone":"2.1.2","cors":"2.8.5","express-session":"1.17.2","express":"4.17.2","memorystore":"1.6.6","mime":"2.5.2","multer":"1.4.3","mustache":"4.2.0","oauth2orize":"1.11.1","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","passport":"0.5.2","ws":"7.5.1","bcrypt":"5.0.1"},"optionalDependencies":{"bcrypt":"5.0.1"},"dist":{"integrity":"sha512-rUxGWvanZg5c96i4uIJtSCIEH0nHBG5NK5Pl5rKKvo7pXp/O6TtX9k7y9JTNbFyVMihgToKvwI1vt60KEGkBTA==","shasum":"7c139e81bc37668896d5c21b2bc92955b01d0edb","tarball":"https://registry.npmjs.org/@node-red/editor-api/-/editor-api-2.1.6.tgz","fileCount":28,"unpackedSize":124721,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh5o1oCRA9TVsSAnZWagAAIgEP/0Ixx0ithKlnS6abtdXS\n80Oz/JVJ7sLKq0Y2v7907t+CgIMYKyHDr85BtJNPQKtenfmckFZ67CSgRYKa\nB9+/kBHrBiTaBIUz0RvHZh2jrb5BVJxn0K1WFwkRVrXfeNLae0fMhawMC0Dm\nfMAeu7isABDm3U4vQDgbx4CAQ1q2bn9OvriDnp9MvqSOg9fMyR+tVWLRduOV\nbQq/BkONZwrus1rP7aobQUpeXHAoUgKoi147aItPhHILPzlYhQ+SfCEy3Qj+\nINoZKX3/zsXpcj35GGhM9dknU2r+3yELNpB5vWtuxJDhWe4KXsaezrYKoNzr\nftTlFE9Ts1Dg9U3fPsJSSZNHllihGxa9GDpcbAHywz61C4Vd5HYyv7ItJFtu\nS5nuAffyxIQAWJbFiHMS2hSuKvkS8Ej7tkS50yw94OV/bDsbw/Ms4PQ/8U4r\ncUjTu0W66TCWMvPMnjP4cAQ586p4WAdUhYaZ3TPZxJ0xCuFHrgVQNXrRMx17\n0wpRsZdd79xZOrb9wWwW5KZt8SwHO4xvI0aICbCDwRTRoNr53Irla3QmOSGc\nrx0ObJJ4jphaIjSJkC7VcvsMAFRD4J44ewJcmDshVOB+T+q+mATr0cPu1ztA\nVz8WET123E2sL9nf/OBtYLbWoa4LlrAm1vnc4cwTR/8DLtprnuwtk/MjdemS\nPVyB\r\n=yyXC\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDPbCzZJmsF4L/oJU3/hI13STOOVHCDvp9GA49JTxmrCAIhAOXzutWy142h7QAl1bexPdmRaDXVQKXhrborj+YYC17W"}]}},"2.2.0":{"name":"@node-red/editor-api","version":"2.2.0","dependencies":{"@node-red/util":"2.2.0","@node-red/editor-client":"2.2.0","bcryptjs":"2.4.3","body-parser":"1.19.1","clone":"2.1.2","cors":"2.8.5","express-session":"1.17.2","express":"4.17.2","memorystore":"1.6.6","mime":"3.0.0","multer":"1.4.4","mustache":"4.2.0","oauth2orize":"1.11.1","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","passport":"0.5.2","ws":"7.5.6","bcrypt":"5.0.1"},"optionalDependencies":{"bcrypt":"5.0.1"},"dist":{"integrity":"sha512-H7ddb1V2U0J8G3OlL0XJscPV9YTWsde5tLq5Rw/VygijjlYBjIpYX0QEnE91XJsbYtMVNXFM6n4KgS0EW8hmcQ==","shasum":"3db72d197fd634295e046648347723c900870abb","tarball":"https://registry.npmjs.org/@node-red/editor-api/-/editor-api-2.2.0.tgz","fileCount":28,"unpackedSize":124828,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh8pjsCRA9TVsSAnZWagAA3yoP/RdMc9ON0vXnRtHxrQca\ntDMr72ZGYe6Ns62jNzUR0sBZ9JPYW0us4JdYPVnKLWpCjHvSMBmZ03As5MLg\nsDpeZL2vd6vMWy8/RzoFcxFrg9lUKreGu3Q+6ZzNzexI7a5HqRupLxNX/GxY\naBtRbKJgMmL9Rmouunm8W5jpy4U6JWPe/eUTjGW1vIwdC2SwgKcmiZTX2wzb\nt/vu44AGIySu56Y231HRVsGp2lVdumvxmXz8CXN7dNXf1YoqY8uEWR2pqZEU\noLB6l01sWL8Y/be3ENWa+/XQ2U/rbRM2RYAciIhHMvsqoNiKWb6oMGWrpqnp\n/Ihhqusnwl84xfQ9B/QtMeqPLtYp9kgCky3K4Ebd7pojyaIW5vYD9e7OmjFm\nYliZaFLCPb/ZR3uPuE65CfAT8hU1e3gzgqESKvYy2XPHXozwAMzJRzUcWvRx\n5wlKbBl2uj+A5DbNAqMGZjKEXBs0e/wB8WxfwGZ0k6EJWkUW4mD6F5tjczu6\ng7p9leBzzJoxYphtMS1PqxaSMwz9lW9zi2YLwasXEUpc4SCozup70+heQ+JR\nQkDlhXoI33KxGq6TMQi2FNSbuMwcxE+4IHijZdq4gTU4qMxTror2MLHC/mom\nVJzS1Z0jJ2I1jbmtWGXz3qK9G8lWX95qLtQoy5cMM3dgpro8EOV7SSSMBJaD\nskPl\r\n=V/qr\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCc+5XfOyt5he3ETK5F/eBp45fw4SVgwU/TyuFKAxrzjgIhAPhe1LvMb4NYxtEv49O3Dpf1c6mcYLq/ZxQ9hio/FQOe"}]}},"2.2.1":{"name":"@node-red/editor-api","version":"2.2.1","dependencies":{"@node-red/util":"2.2.1","@node-red/editor-client":"2.2.1","bcryptjs":"2.4.3","body-parser":"1.19.1","clone":"2.1.2","cors":"2.8.5","express-session":"1.17.2","express":"4.17.2","memorystore":"1.6.7","mime":"3.0.0","multer":"1.4.4","mustache":"4.2.0","oauth2orize":"1.11.1","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","passport":"0.5.2","ws":"7.5.6"},"optionalDependencies":{"bcrypt":"5.0.1"},"dist":{"integrity":"sha512-MsLl3j/jf7aGqiR6pd0bkzO82TXXAIFzn+RipfCvKKfC23S7kjwTISEeTZSHzO70Ux3zz3LPx8ZXUbJ4cLErjw==","shasum":"aff366944e8fecc5fa0aa5938d40bf2f736f263b","tarball":"https://registry.npmjs.org/@node-red/editor-api/-/editor-api-2.2.1.tgz","fileCount":28,"unpackedSize":124828,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiC7AzCRA9TVsSAnZWagAApVkP/jPxEv67/tUT1TokSkt9\nri1f7FFHlrD1ZhDuL362LhIjQQSMWxZoTEpSFweM8KSj2Z21Mvamtc8LdvyP\nCcaetEWmkhDzXKvMf2a1jf2gr0aGWnbQAu3SyTWQ7cE4jE213YyjjYkmyu8R\nTDdLAn1kE1NghOpNgiXlzNeHurtPqn6gE+36xhFDhdepZaFztGxBtMJ+eOK9\nTxZ4QcWuRQ2fFo+yO1Y6Wy1QziGDc6fKhXlLhuyy80q0RouBX+auRHEwc9Hz\n7c/kRbb6SR7wYAMcCI3F5tMyNRHXq8FW0d7ZOnnPrSl4oHNIan5OkRAX8hTG\nqU2gIsoRjY04KNexzEKfTqliWmDwYc2QXyRxT4bcczFy4ehXoTqpz5uyNZO3\njbhg0HD+p5GkN8i4bXHUR9neHbBa+7rdQQ8b5v/UKQn1ilRg8Siph6nClScs\nIlgWoGKFm2eIgC93DAAr/UnVv8wUhibZR0inKpp9vUulheNeFQixe/5qXY8p\nUiKGVTX8drqaUT2WRaX3sNcz85E2yCswnG0U2BiZ9yr5LWdOLdcSN2WFydrk\nKul/HyWxyrpTgTtwbtkrIRQn9O+r1hinCGJysl6gwnSKyWc/esok/es+fIbd\nviiKFHLZ/XoeXm7xRMony9zJo7ZLr0fRImPMWxdkrhL6Q3StBv9zx4cCyyu7\nxLbs\r\n=LaRD\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDtyETf4PP4LMPz4EkFSqCyr93+vRC2dHzrcEahpkt66gIgaF33e0oPxkVYb9mHJ48kF7A/rZsJiOxzg3M2cgAkqgc="}]}},"2.2.2":{"name":"@node-red/editor-api","version":"2.2.2","dependencies":{"@node-red/util":"2.2.2","@node-red/editor-client":"2.2.2","bcryptjs":"2.4.3","body-parser":"1.19.1","clone":"2.1.2","cors":"2.8.5","express-session":"1.17.2","express":"4.17.2","memorystore":"1.6.7","mime":"3.0.0","multer":"1.4.4","mustache":"4.2.0","oauth2orize":"1.11.1","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","passport":"0.5.2","ws":"7.5.6"},"optionalDependencies":{"bcrypt":"5.0.1"},"dist":{"integrity":"sha512-5PUXtMCjsKevCiz8OjHqAckctOv/zzPcssH4yzTxMYEN4JtTng5lFfZzTFWZC/UnCGQMgwe/0e4iGHbMbN1pqg==","shasum":"5bbf7c0ae10e292c59b030ed711d4f63189f81a1","tarball":"https://registry.npmjs.org/@node-red/editor-api/-/editor-api-2.2.2.tgz","fileCount":28,"unpackedSize":124828,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiD7IDACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrygA/+PQx9OgTFFcUCjZTR2eqRvqON7G3zkHN6sEHUZHOdkbmq2MIr\r\nfBXiUAmDeHQ1BhBnq0JqUoG/WrN9JMCjEv1TzijJNuY1cP6SjQhNpfyboAsA\r\nkajMG8pRtYxTgQj9V2sdKxrFH7NW/+KUYwHDfuYYMltO/fslLTTO6MOqFJb/\r\nJMDIcDFom704VBA6JNZR0wfmwQl6qma31dOdaisupSDxOmWlpPCTq2aZikhF\r\nzd1Gx0nwpJ16/gVZYORpxaQZu4zXvGC/xz0VSkJoIqU+Lg9GQ/NuhWT2ximm\r\ndS0Y6vNeIZSxeQHRAr67VDH1BSoWmhA6X2HjhYQTpQm/zuNGORPzqspnBf4C\r\nO8S7hYi9DvHooNXIyB5i9eh+NCHNFBhgYG4sKr9dze4861h4SWpF6VLp9zzL\r\nEPL9AzD5L0n2MRPXUSZWNXlH0NJyYlLheuwmNltrEPD/Qx2RQSnrsVRJjoz0\r\nEVI85gC8qI4EZThppqRFjkistoY+fSHed3FDTfqMNlNfNYbkhQAb6mLuQiNK\r\nq0hbIotsuygTl42gv7w0Z/DjbdICaQew6itdPKijbiU6UarDlzFgbkGe9Ui6\r\nQq3OOL80RefuQCP14kE2O/OMpP4Ip+VHGTPwJ0zBaJyEAJIKTJ6J1HqjHTKz\r\nYGphK/aZ+s0A2Y9YmqCEwoz7QPEX/BWGiug=\r\n=h2Wc\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIED66/449WiJKHfLUCqVjS+vEX6PP6QGPZ0cpXV5Yrj6AiBIhoru5fGhrg2DOut5L/ONX+HVQloM6+9HEdXNFovCzw=="}]}},"3.0.0-beta.1":{"name":"@node-red/editor-api","version":"3.0.0-beta.1","dependencies":{"@node-red/util":"3.0.0-beta.1","@node-red/editor-client":"3.0.0-beta.1","bcryptjs":"2.4.3","body-parser":"1.20.0","clone":"2.1.2","cors":"2.8.5","express-session":"1.17.2","express":"4.18.1","memorystore":"1.6.7","mime":"3.0.0","multer":"1.4.4","mustache":"4.2.0","oauth2orize":"1.11.1","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","passport":"0.5.2","ws":"7.5.6"},"optionalDependencies":{"bcrypt":"5.0.1"},"dist":{"integrity":"sha512-6/QgpZfWOigK7QI0F4u+nqlclld+JBifg29jwvCytZNxrhc2Rbluy20nf3v/kVw16nAIzjX8syVNwdA/9+DNgw==","shasum":"c04b9dac05dcffdc857049597c6283e17c3294ac","tarball":"https://registry.npmjs.org/@node-red/editor-api/-/editor-api-3.0.0-beta.1.tgz","fileCount":29,"unpackedSize":126376,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAvlgh/qshPoVGOY00jR6P7XVdlrgviT6YTAqcCvD+C0AiEAoIkT2O6ZqeHY8f1127roQC4FTjIA12EmoGRir870SH4="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJicS7kACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqxMQ//QCn5YlfCU1mLObHLVfZ/u4UtQdxwKbBbEUgaf4WLbamMXy3G\r\n6dMv3KtZ+mi3qw9azj+Fgg40QRH8SyD1KINf18CQXanp+GZypSr41dddcU3j\r\no800FMtZU4kAYDuGmcaYtBQMVYbf88vJ4AsSAPCnNhY9XKUbZ0j0iUjbGyDl\r\nwD95nMIT0fxFAMhWMLNaWUhMMHjwjfx/rfA4vI/jIq8iZY1t6Rw9VF9QdnA8\r\nNkSXGUtWbj1WmXFHz0BUJo5OJLl0TF66GE8MAUXhUWoFmuFLOAQru6Uqq8X4\r\neCH3UJESWVBXmzg6vM2BuJfG35CGaSd0Cyn2B8ngSuuECzbvZEzGVLGjeptJ\r\nprovb++GShWIXIIVweKr3RaP9+Nh2clXc1VcDHqRW0GBJd9MHR89BrSzlbqw\r\nJAjSQMMBWfuoeCXaoGuc03VkKHSQdvvif/Up4nVWFvNcgm3ldDiKpYyr2SXr\r\nh+lcQsOES0BjnI7YcuYLIvPfQA9jBLITFbry4zVC67aPrWPuIW5DgtpFA9lN\r\nVRyz0Bq0BniWQg2rrYw+C2d+9ZUgD0GgWph7tZfgLWFLO2HEKV+vdCKcCmXl\r\n1z/uCMWgfn0WD+YWN8PtF/ka5dTqT7eAXR2U1d4m8ASCfEOWtrWAxkCYpmDu\r\nNAGXCtlI6d9a45O0uaJFL0DCMIFlYupGajk=\r\n=EL/8\r\n-----END PGP SIGNATURE-----\r\n"}},"3.0.0-beta.2":{"name":"@node-red/editor-api","version":"3.0.0-beta.2","dependencies":{"@node-red/util":"3.0.0-beta.2","@node-red/editor-client":"3.0.0-beta.2","bcryptjs":"2.4.3","body-parser":"1.20.0","clone":"2.1.2","cors":"2.8.5","express-session":"1.17.3","express":"4.18.1","memorystore":"1.6.7","mime":"3.0.0","multer":"1.4.4","mustache":"4.2.0","oauth2orize":"1.11.1","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","passport":"0.5.2","ws":"7.5.6"},"optionalDependencies":{"bcrypt":"5.0.1"},"dist":{"integrity":"sha512-VY8fHd/fPEKWzz3iE7q7nu3JAqUURojimaHJnsQDWJ4olEOiTr+MQDjPI17PrIbaizAEHOox6XvjkZFINQ43cA==","shasum":"49bdedcb1fc5b9ca82becf71898b3ed5d6d36dcd","tarball":"https://registry.npmjs.org/@node-red/editor-api/-/editor-api-3.0.0-beta.2.tgz","fileCount":29,"unpackedSize":126376,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD8V4DKTvE1O7aqJbCnsMo1CMVeYCt0fLkFZiBN5KFM7wIhALSN7RNlY5MYfsn+nBlJdShXOkhkKOSfAeCfN+D9tsuo"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJigiz7ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo3fw//Zpk5JspG31oNLZ3aZZtJls7zOse67gKRNEmSXxCSwKne0OyT\r\n87xs/C+rRJKISdyl+CT9ga4yh3+1p5wEiADnpu4PUnlM3jQAMFcJ7ntrC8mw\r\nAOO7bdKKFeCRIf4wrEveLBQd3PcB8JFZ6g/uRLOhKDCYira3nzv16yrqhIh2\r\n0HAhRO1RnE+g9WDOd8F5hRWdJjg4lut5UPETYaG0+N9QQgpZArZk0PpPCG6E\r\n4ym5F6FuQb96F6KvGM56WyLM2mr1hBjJQbNAxA+S5x3caP45Ld75viIseD8y\r\nqwZWoo6J1wV801fkGSPVpNlGrRN6TZe1j97kYCH3a9/4nGTRg938h5h+SXXV\r\novaKfddfJDMZaM3qNIco6Cy6EkZ7k8hwuLDFBzj4Ldfdo/j4hXXpAqlho6Zd\r\nM81kiBBCwNrmU9wwbDE+ebxMul+xqhFFM/iRa96Ri9d4QfjMk5mqB5O+zD/1\r\nSpZhHyhYw03iyHVZcNuQBNFOl7bTHlyCoB+eodCJ2z0r9GchIkCxnXMQPsdX\r\nakRMDgs9yT+Rg9u9kiLXI7tBN8FmdZaB00VpL86PlKeCri3OIsDGrEYAdPTG\r\n7H46ABs5pIXyO0RGhXSHWWgPtFWh3OpARgXQhr/DojPimlAlZhp0W8oDN45o\r\nvIuDxltezhps8Eyd1l4wCTdNiCNmnadRQUg=\r\n=kxab\r\n-----END PGP SIGNATURE-----\r\n"}},"3.0.0-beta.3":{"name":"@node-red/editor-api","version":"3.0.0-beta.3","dependencies":{"@node-red/util":"3.0.0-beta.3","@node-red/editor-client":"3.0.0-beta.3","bcryptjs":"2.4.3","body-parser":"1.20.0","clone":"2.1.2","cors":"2.8.5","express-session":"1.17.3","express":"4.18.1","memorystore":"1.6.7","mime":"3.0.0","multer":"1.4.5-lts.1","mustache":"4.2.0","oauth2orize":"1.11.1","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","passport":"0.5.2","ws":"7.5.6"},"optionalDependencies":{"bcrypt":"5.0.1"},"dist":{"integrity":"sha512-W8ZkrQUyPCCFetN/NCq7ZjUsI46d7u0UFu0xhudvoz0nXbhsWI1C109g59aCEgdrvb6mT5sHQFurSrl6Dyf0Zw==","shasum":"6546b907d3d64de106584681e01513e7417aeb74","tarball":"https://registry.npmjs.org/@node-red/editor-api/-/editor-api-3.0.0-beta.3.tgz","fileCount":29,"unpackedSize":126382,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAJJ/90DcuglLUN/SVVWxvNg7ozZzsunilLWk5q4Zds6AiEAomcnx/wnrAuM3NdS5Um9y0q1hvtOCGXEngtBnYLZnJ0="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiq1nDACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpKLw//R0A5iq++9FOtGTSwsOwY59msdHD5bpQ2CqYhbL/C8NdALSCI\r\nb2jRusFquUIACukmyxfKaf/9PKWovx2Wy+Ma+Mw3/JQmsQiDFqmHR2VUazpa\r\nS9ZC5o/4U++ORZJYy9d6YZ33C3uBxYDVkmbxEZ9OsEaO0QKW6wQISr5yglSA\r\nhiPS3nM0LKphU0pyPCRwff2XeQHmZjQY/DSYsnw/TDMtFy7/9gGTWi9agjr+\r\n4bs65+GVbEWkkoLbHxjjg88FHIZewNApGzTjeCMyPeLfF3Jo3OTGHluZ/n3c\r\nOXvUPfoqquljSAXLscu8FVT/lxBJcoCDocKDk9b6qnv2jbG22GVhkbgKxeIW\r\nzNLskas0dPytXYF6HaPwcW0bFhzDKraORfUxb2NkWgfRFMBnCPmciEFyEQru\r\nsXwKwxoJ1gSsTkfykijKPSOtdpIJpGCwS14M7Jji8Rbw9nbmzJwEahHVFZMQ\r\n8GVfurSTXnJIjLufSG+iI1a3o3NBAt14zgX9eFhaHUS0nJ+sx5PhdieLE0IY\r\nKsbs0hpCu1/5K5woc94SphXGlTpab7a86ToNMVSFVbwCg8sS1183KaLItS1z\r\nRij6A6pGSB5M/IEtAkxAWOWPKcaKFAC0ooKd6t48fOCpvztQLxYwH0B17qr5\r\n782Q4blOwtGwlGDT5QFOtDUunuqlYm0DrVo=\r\n=AZkZ\r\n-----END PGP SIGNATURE-----\r\n"}},"3.0.0-beta.4":{"name":"@node-red/editor-api","version":"3.0.0-beta.4","dependencies":{"@node-red/util":"3.0.0-beta.4","@node-red/editor-client":"3.0.0-beta.4","bcryptjs":"2.4.3","body-parser":"1.20.0","clone":"2.1.2","cors":"2.8.5","express-session":"1.17.3","express":"4.18.1","memorystore":"1.6.7","mime":"3.0.0","multer":"1.4.5-lts.1","mustache":"4.2.0","oauth2orize":"1.11.1","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","passport":"0.5.2","ws":"7.5.6"},"optionalDependencies":{"bcrypt":"5.0.1"},"dist":{"integrity":"sha512-ppSOVxKVEhd5tIEI56w81pNgwyta7nzW38EghRg6uqK5DeLpyLCTX1D8qZNNyLBxOKCqQpMFYNfJ3uyeVHV5Dg==","shasum":"8dea81bf8f2a230964770d5411faa4c2020b5188","tarball":"https://registry.npmjs.org/@node-red/editor-api/-/editor-api-3.0.0-beta.4.tgz","fileCount":29,"unpackedSize":127438,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCRiel/P2oNMIcmP9Eq8gi1PDLyT+tLK0ylXmmNaLOTegIhAJWzDn/SFtH2V/J/0WCn734UsewVLa2J5AO0LtzZoqx+"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJivWJMACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrY0A//RYfS8MKyfMhKT0W5dE447MvwC2z+qFCBQ7FZaJULgTht8cFi\r\nCbcbgrDeXdwYWE4TnBmPIW/d3jEUHIE6Ph2lRYywRs+wLfbAHxEm2M3p/3Vq\r\nZDT6pQAjmYzW3wzGla10+1FFEgNA31yfsoTsJahFqHaBTy0QIUsmZJO6LaVV\r\nKq9IhqrmIHtBbQTkwIgrhzZQVY/y+K8oY6TjTHjnT027dPuofnZwNhYFW83U\r\narorqCTJ0GgZZqwRu4mhBLYP0NSYNzQL1IyJaVUVW3F6fkdV+P6L/rYF2HVI\r\niiO4dQ9zGnSAO6SM4D0OHqEGqxTLNWSHBeq2rUMiJrusDN/WQfvaLIU863cT\r\npcPMv+/qVsne2I/dOvq5C2WwrriLWEZEHNQcr9ejq5n8qbdHwnPIjD+2VSL3\r\nctuYuSekB33N2W27/Wr/jnf10vq7wzJ+KgU7RaSXdSGcwkn2Y3pQKRUY3Xmk\r\nBxTZLQxYKGeI8D7Bukujo64iXltEyJfef9qOOPGAHhydFdPzQnZsO3pyWFX/\r\n4m6qqrOInQ31bDGSmcJ+zJVdBT+sQMHApyc2J0ANJU4mgfcuqhKm9Apqo5pz\r\ncnJafju4JvUdqGHYIeeiMShXe0NeaV3iNh5mn+lYZVQJTOQ2Lj0sb8LsuN3w\r\nZd9sDlMdEvxGCiJVBGysnu/lwvutL4YtuBM=\r\n=NvMg\r\n-----END PGP SIGNATURE-----\r\n"}},"3.0.0":{"name":"@node-red/editor-api","version":"3.0.0","dependencies":{"@node-red/util":"3.0.0","@node-red/editor-client":"3.0.0","bcryptjs":"2.4.3","body-parser":"1.20.0","clone":"2.1.2","cors":"2.8.5","express-session":"1.17.3","express":"4.18.1","memorystore":"1.6.7","mime":"3.0.0","multer":"1.4.5-lts.1","mustache":"4.2.0","oauth2orize":"1.11.1","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","passport":"0.6.0","ws":"7.5.6"},"optionalDependencies":{"bcrypt":"5.0.1"},"dist":{"integrity":"sha512-XkMQg1fi1L8NXETVXn7n2A2Vzh+sshk/ZvfxBXpX3wSQ32bX28QGfbajzAbtDT7yS4NLs52xOFMVMXL9KMdd7w==","shasum":"7e488a414e289820e71b8e8c5a65a4efd8e09189","tarball":"https://registry.npmjs.org/@node-red/editor-api/-/editor-api-3.0.0.tgz","fileCount":29,"unpackedSize":130924,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCO4f1q4XQ/i4cKnhVmWcVL4D0NlZ9Whk0J2/IdYT75ZAIgSLhQowc3bLNZhPX7hMHKEnp3GLjVBKBhIXEj9DX+oM8="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiz9vzACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmotWA//XN3xwq9wZrP9jwgN0kwkFBg3+iUW+QqGTzJGZsl8rvCN3u1o\r\n3C/OCzadP1uDANWNyI8zRXNksn3iKDS4X5Jb9gPyWJHf21m4LQr8mefyJ2Cd\r\n0AR2a18OzZjoo9+J2234txy9FpYtA8lJpAEbrLfpfT4JIztV9OqLFY6Gwx4w\r\ngqpVq7sSvrVw5S1f/qEQRRQ5gWL9QDdRht59S/oX55uXww2PtKhZln8qkByX\r\ne0gV+tXkK+9NdEfQXwkDfDnEGD56yWqJsV18QRgHS/yznGfyrLtbwBtIP8EB\r\ndSnTtHNCtMLLJFlLtbV96+YKg84RtBK7HwwpKg4ohQkrSxMpOS38FW31TOb6\r\nS2h1QHF1sYcrSRLFoTJY/T2z6Vn+uoUVc2ux9ZHpQPcy8ujfAsHj9Lco17qm\r\nXnH6YZfu8cR4GcAp6xWgpO8dtUOeDKK8i8msRuWfACflPBad+xMi7kG1PDD3\r\nsiWZs5zaHpa5m04Sq5n6iRO5phzPH+0lNKFFdrq2bzpBp1Soi/pLD/WDjM/D\r\n3lkaM47j3wg9NOfpFrjga09ATEW/r45gTBvWmUbv4C8/TsjFBRqkYbPtefZO\r\ngPW7ZZCmxLsKEjdWIZAcachswh4tcP+uPHPC7rgRGNRZ3uL6IRQLHv5SLXnq\r\nNQoQTkSViKOhtZ1yoGNbGgZyRh84gc+hX88=\r\n=6JlW\r\n-----END PGP SIGNATURE-----\r\n"}},"3.0.1":{"name":"@node-red/editor-api","version":"3.0.1","dependencies":{"@node-red/util":"3.0.1","@node-red/editor-client":"3.0.1","bcryptjs":"2.4.3","body-parser":"1.20.0","clone":"2.1.2","cors":"2.8.5","express-session":"1.17.3","express":"4.18.1","memorystore":"1.6.7","mime":"3.0.0","multer":"1.4.5-lts.1","mustache":"4.2.0","oauth2orize":"1.11.1","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","passport":"0.6.0","ws":"7.5.6"},"optionalDependencies":{"bcrypt":"5.0.1"},"dist":{"integrity":"sha512-ttPj4MT3pndNebsACP6IddcvaChb8uBoXgrgno9eW3nhzVRDh5VuDJqu9F6MGCWWvhCOSkQ5zFLULDsPtnrTkA==","shasum":"8d1d1fb020c66d4079b12259b80da1ebb362f9c3","tarball":"https://registry.npmjs.org/@node-red/editor-api/-/editor-api-3.0.1.tgz","fileCount":29,"unpackedSize":130921,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGp6S9AlCV7Vb73gbsDUAIfaEJrbRvztjcGXI+tBDy4ZAiEAw+/S/o5kxm5LEf8P3WK8OyURY0d5wycQRD/9wMa/05E="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi2m5TACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr9RQ/+PU/umz+e5XxtA+ndvcRS5Mv4s7r6FXNw1SApQyGSBH6nKdp9\r\nVwvPTxUVh4t8urW7/zTALGE+q1mTPCJ6W0Ds3O/3ZdQgEvLtt2TeYnXplFsd\r\nGfIFIcu4pdSx8r1iGpOmPkHWTpXNJpHQSjmsdBjrSFfayYaAFpmL2mOjxVhv\r\nAHcLkH0WDrYDNrwm6ET2x/kYjSdt+JMWfWPyqvQjMfiOsg2y+ael7nXWxJVN\r\nER4fOvzvjBi7IhfCDS961BPUe0seUs1fhGVReCKgntrDt/cL8mrqq7lQodGN\r\n6vvUMTf/FoGXeBW14Bk0G+ACtmpJrVE8HaQZ84J8juKM95vEAlSKPoJgZUX5\r\nz+xTEC88t5s5qTOriuZqekSMjo3ufNuWumGrzJyjHwuDLH3/7b+97mQ921xF\r\neMQgHvxDTdhO3Oz1T/Dh9wfs4PedMNBcGo+2eDuGMjch7Z2XQd00GU8IufWJ\r\nDeGS7q0wx7MnM0N/TVAy5mCFNML2fxI8TauHWEF/nCNpq4NTL2qg40q/sEEV\r\nwUFJTo05V2G3mx0rrILR/4IPYnGZeEYIJfs7/VMeiJyWwq1H9gL8XYXJsWId\r\nXgEMdrdcdo7xWuC9fDGbJDiSAw20+DbXVzZCz2fiiEdpcd76IaKrfs5KZXsq\r\nraW3lTkSpIEKTKJF5MIfqUgk9LkiAjKMBIE=\r\n=nSb9\r\n-----END PGP SIGNATURE-----\r\n"}},"2.2.3":{"name":"@node-red/editor-api","version":"2.2.3","dependencies":{"@node-red/util":"2.2.3","@node-red/editor-client":"2.2.3","bcryptjs":"2.4.3","body-parser":"1.19.1","clone":"2.1.2","cors":"2.8.5","express-session":"1.17.2","express":"4.17.2","memorystore":"1.6.7","mime":"3.0.0","multer":"1.4.4","mustache":"4.2.0","oauth2orize":"1.11.1","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","passport":"0.5.2","ws":"7.5.6"},"optionalDependencies":{"bcrypt":"5.0.1"},"dist":{"integrity":"sha512-lSqxKyf5FfODGCPQoJVr3m6oHxwIWhOQ6q1fIIxkL5JGQLJ3X/F5Du/hkgNUIr5W670S+WW+rYdx109ifiz1ng==","shasum":"72d0c03ec317140869f73994fdedc93569725887","tarball":"https://registry.npmjs.org/@node-red/editor-api/-/editor-api-2.2.3.tgz","fileCount":28,"unpackedSize":124828,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDdsbRlz1un4sUqxEijZmq5PcsVpIm3FTvfUEjU+LkFPgIgLqT2kYoQIObWODSxnOG37z+8NDRb1HJqnp+ytKcI9vQ="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi68W8ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpYDxAAgXoBtz6TDUt2MqeLiI5mKy0PW2kvZSFi0sIFuGSzYwePgpjb\r\nTR8tEsWtS/pD8YvXC29C7s+1nYW+T0UylMUufNYMJoHF2qwBjCnfA1IUOWe0\r\ncz67oGkZePj5r+n2nGnF2uHtCp4wIuIeLb1N1Z6IHZoaDuf+SfBcvUYZ22S3\r\n1Xw9SZvYVTGCj8LBP7bqFTRnTLJ998jeIFgtiWPiEzgJt6L6BGBanFYmoWT/\r\nyRfMWiBSzxXsdtiqc8tJwYsbJkNmRBt92xFeHvhNEY/5JWgfyfyWhyjjZrJt\r\nIlY1g4c0GmV5/D5Ttd/YtHifEMDnN1CDnEiDJpR/wKRUBdBAb0d+FWiUdhx4\r\nQ+MKy+m8Xg5DWHvt+MwVyhTNtIt/1hF6tRs025DSt6KXcnzJd5CV6MRldgr9\r\ntuDtVc3UWKKhNgCJOLBixA6XJI4vjaNlFwo1w0nvb/aqZHtu5NFGETeAaXTk\r\nXxuiNDzWa97w4xFe/jm87U6IwvPkgTHHiEwNHFysEorBxLk/BVT/Sd83ncZ5\r\noFU1mOmaoQQ+Q2iyU83ogX8uPzHVMW/2CVp9CJSXhxCI70t2XFJ4KLeVBRyb\r\nXLMIF0Xm2stuuA4Nebwc3BlxKU8QcssLReEiPByQCxCHzwTFbHw8jUndq5ov\r\naNHYzRZ1iui8UvNQoPy/ad5YLx/2x9DllcA=\r\n=liPn\r\n-----END PGP SIGNATURE-----\r\n"}},"3.0.2":{"name":"@node-red/editor-api","version":"3.0.2","dependencies":{"@node-red/util":"3.0.2","@node-red/editor-client":"3.0.2","bcryptjs":"2.4.3","body-parser":"1.20.0","clone":"2.1.2","cors":"2.8.5","express-session":"1.17.3","express":"4.18.1","memorystore":"1.6.7","mime":"3.0.0","multer":"1.4.5-lts.1","mustache":"4.2.0","oauth2orize":"1.11.1","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","passport":"0.6.0","ws":"7.5.6"},"optionalDependencies":{"bcrypt":"5.0.1"},"dist":{"integrity":"sha512-eyWObGLXVKhQDOHX9Fe+oOhC5nZAU8A92M5f4BwCXY1c9wx8QnWZVqOhPleVu3UJxZJEZ44OUdPb+HtsRNmD7Q==","shasum":"2713e4f038d042a94b101e0b44022f062333bcf3","tarball":"https://registry.npmjs.org/@node-red/editor-api/-/editor-api-3.0.2.tgz","fileCount":29,"unpackedSize":130921,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBgTOksRJ8IEtX4iOCbEULjt/JZj+YVJr4at1jW0Lv1iAiBgxTLunQZ0sZRwRZlYZN7UDpCIuMtvDBz3yJaCXjIBPw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi68bJACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmokYQ//Svje+p7XsRFHXyZMZKUm1DWQyVDUtPzVyGwkLqHNyCngrS7L\r\nMlsrB6EzSszC4KHF62gj8znAbwqznuIu3rjKyp2wfypGAjemyWHEFgJmLPSy\r\nvdqsYdKdgCMVWEld1mxFH2LIhyZemOr7wWXBW/EOcC4NL73Z3wD/0h6uITtl\r\nPkED3Nu8vjJY0imo2O/6J/4TUVLVg+S6ZjPz536YTBttcxTFQ8iUipYOJMjH\r\nAUxUzeDC8uQV+SZPdewZv2+h/u0QnK04Y6r3yRrGdVTzq6u9podGpnBemj16\r\nB26zQMktO7YQzAu63/dIvVLA7hbLNUQrhS7WDjH5EV5vekm1utuDGQdAmif/\r\nEa2sKvaVmO74/hpzurWP28zbQ881KPK5KjJ4wBJ98EWFnniME+zFQ7vZzXat\r\n8TsmJ8hXAiqTqeRXM92sOakfnIrLrHt9w0l9jJixxSLezYc0S1+kQ9nZZ+wO\r\ncVM6flf3x9cBAf2Hr1VjNhVjc8GKGLnANezjecs3QhUFbi5N/1At2snkvGBl\r\nAcgGks6Uy16R8s3qlTaUU+v3Spe3gK4baYIADwewfuSw0NPCEwsX3iD0nbEF\r\ndyIHNeziN94tgkEiGGssYpjfVT9Pcp7yB023tYxEKqFYYvctWVAmJfW2+fOr\r\nYeexL89z5vjo66fRgqkQPH0pfMAVQLeShgE=\r\n=cus1\r\n-----END PGP SIGNATURE-----\r\n"}},"3.1.0-beta.1":{"name":"@node-red/editor-api","version":"3.1.0-beta.1","dependencies":{"@node-red/util":"3.1.0-beta.1","@node-red/editor-client":"3.1.0-beta.1","bcryptjs":"2.4.3","body-parser":"1.20.1","clone":"2.1.2","cors":"2.8.5","express-session":"1.17.3","express":"4.18.2","memorystore":"1.6.7","mime":"3.0.0","multer":"1.4.5-lts.1","mustache":"4.2.0","oauth2orize":"1.11.1","passport-http-bearer":"1.0.1","passport-oauth2-client-password":"0.1.2","passport":"0.6.0","ws":"7.5.6","bcrypt":"5.1.0"},"optionalDependencies":{"bcrypt":"5.1.0"},"dist":{"integrity":"sha512-LPshqtJh8q18z3MB3dSvvybg7u89rBvvsjQzWlUPZLaSfNW5NYUijXwm68ttWvpzacHLhHH3kAgvZJpAUPqovQ==","shasum":"fab6a34b4bbf6ffe751e9ca4ea01c31ca2bd7065","tarball":"https://registry.npmjs.org/@node-red/editor-api/-/editor-api-3.1.0-beta.1.tgz","fileCount":29,"unpackedSize":130942,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIETKtMizVpYPTvpYO0MqdHdXHnuhzOdW9jJrinI6nMxvAiAEvyt5Yv1M1rurSQk0l3p9vo7twVU90fz2Iplzrpnd+g=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj3NTqACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq5PA//QNge4IGUikQFgyYGkEdPo8FDvtbDy1x3bwnyyGPwEKtXAlTM\r\nfGXYd3DmlsGbMg4r7SI5s0fWy4esd6i/GgzARO0VOe9pFAsUiKGbosiOMvyp\r\nlkr1RfwgX+c4+mzDDhnx1bhxN4BGxkg1MSlO1TYc6z7zYrUC1FXtAlvtPWYL\r\nTJI1aYSWKHhdfZvvU6w61T9mkMp2grFtPOaEsUd1Rd2JnXP7H3ksscKJTcle\r\noRUQ+ZrC6b4tTEOJNN2PqhnhgukXuQqLtFxfy8Lmy1a1De0DUIwBr/6Vfcpx\r\nbwsHsX531zMCmS8M1FGS2VEcl3LapGoA0DHhd++B6zbkMreTND3VTY8oTXNx\r\nxQibggAz7/lQtJjEHsJJ2Tis4M12Rt7GmpINlp0iuwPKAhUmvcKnB+gtnfRS\r\n9ZsUB2HwSz8monD4JDA8kn5kXipAU0OEsVOhj1cMcs6QOYApUmHim6gw0h76\r\neI9v+j7PLZopLL6J15Xq+B/ujQpNt4kBkg6UT/BIDsKLb63x1wtAYy/gPuk1\r\n6lChyMphHu2DNSi6f4TDbGGU2ppC6r4QxrKCdyjWd3k1E358ZqxtIgYfqbSX\r\nBCQhJfXc5VWjZ2o8jVPxpVpvmjYhE0BsKe+vcxjwJQMO8rFC6oU5wguDHMrQ\r\ni0Rh9xmMVZlVHEa3EEw4O85GzB3ivWXxBL8=\r\n=bZtn\r\n-----END PGP SIGNATURE-----\r\n"}}},"modified":"2023-02-03T09:33:30.621Z"} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/content-v2/sha512/e0/27/376e996aa7842f819eb459c51b28a5597ca30ad5f14cabb96bfa98a881458bc992c3ba136049d4715a2823cebdaccacc09ac79d9d09085ce4303225d1a7c b/software/flow/.npm/_cacache/content-v2/sha512/e0/27/376e996aa7842f819eb459c51b28a5597ca30ad5f14cabb96bfa98a881458bc992c3ba136049d4715a2823cebdaccacc09ac79d9d09085ce4303225d1a7c deleted file mode 100644 index 74a5508..0000000 Binary files a/software/flow/.npm/_cacache/content-v2/sha512/e0/27/376e996aa7842f819eb459c51b28a5597ca30ad5f14cabb96bfa98a881458bc992c3ba136049d4715a2823cebdaccacc09ac79d9d09085ce4303225d1a7c and /dev/null differ diff --git a/software/flow/.npm/_cacache/content-v2/sha512/e1/3a/029e778d839530fa6b37c47b4f56fb0d5ddbf04219e0765c8d806900470be8a10bbe80b2fac64c0fa8b539f53b193ff2d5be87dbd90844b97ca1fe870bf3 b/software/flow/.npm/_cacache/content-v2/sha512/e1/3a/029e778d839530fa6b37c47b4f56fb0d5ddbf04219e0765c8d806900470be8a10bbe80b2fac64c0fa8b539f53b193ff2d5be87dbd90844b97ca1fe870bf3 deleted file mode 100644 index 3f16e44..0000000 Binary files a/software/flow/.npm/_cacache/content-v2/sha512/e1/3a/029e778d839530fa6b37c47b4f56fb0d5ddbf04219e0765c8d806900470be8a10bbe80b2fac64c0fa8b539f53b193ff2d5be87dbd90844b97ca1fe870bf3 and /dev/null differ diff --git a/software/flow/.npm/_cacache/content-v2/sha512/e1/da/fe5d0785afbb1df7545bbf1def15040f6444f848c7a8b5d0908f59871a5aede99463390c6cc40b9898f111b2da990ffc95609950c9ba533cc9c0f0c62a06 b/software/flow/.npm/_cacache/content-v2/sha512/e1/da/fe5d0785afbb1df7545bbf1def15040f6444f848c7a8b5d0908f59871a5aede99463390c6cc40b9898f111b2da990ffc95609950c9ba533cc9c0f0c62a06 deleted file mode 100644 index d296a10..0000000 --- a/software/flow/.npm/_cacache/content-v2/sha512/e1/da/fe5d0785afbb1df7545bbf1def15040f6444f848c7a8b5d0908f59871a5aede99463390c6cc40b9898f111b2da990ffc95609950c9ba533cc9c0f0c62a06 +++ /dev/null @@ -1 +0,0 @@ -{"source":"p50NB9+P02TsZhCabeYAFbtpQ/tBquSFZUPJfxv1Vu4gGTWF9qDKmNGhj75nVIzdDm7OzG9D/pRqu+7l9yc28A==","name":"node-red","dependency":"@node-red/util","title":"Depends on vulnerable versions of @node-red/util","url":null,"severity":"low","versions":["0.1.0","0.2.0","0.3.0","0.4.0","0.5.0","0.6.0","0.7.0","0.7.1","0.7.2","0.8.0","0.8.1","0.9.0","0.9.1-nocolors","0.9.1","0.10.0","0.10.1","0.10.2","0.10.3","0.10.4","0.10.6","0.10.8-2","0.10.8-3","0.10.8","0.10.9","0.10.10","0.11.0","0.11.1","0.11.2","0.12.0","0.12.1","0.12.2","0.12.3","0.12.4","0.12.5","0.13.0","0.13.1","0.13.2","0.13.3","0.13.4","0.14.0","0.14.1","0.14.2","0.14.3","0.14.4","0.14.5","0.14.6","0.15.0","0.15.1","0.15.2","0.15.3","0.16.0","0.16.1","0.16.2","0.17.0","0.17.2","0.17.3","0.17.4","0.17.5","0.18.0","0.18.1","0.18.2","0.18.3","0.18.4","0.18.5","0.18.6","0.18.7","0.19.0","0.19.1","0.19.2","0.19.3","0.19.4","0.19.5","0.19.6","0.20.0-beta.2","0.20.0-beta.3","0.20.0-beta.4","0.20.0-beta.5","0.20.0","0.20.1","0.20.2","0.20.3","0.20.4","0.20.5","0.20.6","0.20.7","0.20.8","1.0.0-beta.1","1.0.0-beta.2","1.0.0-beta.3","1.0.0-beta.4","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.1.0-beta.1","1.1.0-beta.2","1.1.0-beta.3","1.1.0","1.1.1","1.1.2","1.1.3","1.2.0-beta.1","1.2.0","1.2.1","1.2.2","1.2.3","1.2.4","1.2.5","1.2.6","1.2.7","1.2.8","1.2.9","1.3.0-beta.1","1.3.0","1.3.1","1.3.2","1.3.3","1.3.4","1.3.5","1.3.6","1.3.7","2.0.0-beta.1","2.0.0-beta.2","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.1.0-beta.1","2.1.0-beta.2","2.1.0","2.1.1","2.1.2","2.1.3","2.1.4","2.1.5","2.1.6","2.2.0-beta.1","2.2.0","2.2.1","2.2.2","2.2.3","3.0.0-beta.1","3.0.0-beta.2","3.0.0-beta.3","3.0.0-beta.4","3.0.0","3.0.1","3.0.2","3.1.0-beta.1"],"vulnerableVersions":["1.2.4","1.2.5","1.2.6","1.2.7","1.2.8","1.2.9","1.3.0-beta.1","1.3.0","1.3.1","1.3.2","1.3.3","1.3.4","1.3.5","1.3.6","1.3.7","2.0.0-beta.1","2.0.0-beta.2","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5","2.0.6","2.1.0-beta.1","2.1.0-beta.2","2.1.0","2.1.1","2.1.2","2.1.3","2.1.4","2.1.5","2.1.6","2.2.0-beta.1","2.2.0","2.2.1","2.2.2","2.2.3","3.0.0-beta.1","3.0.0-beta.2","3.0.0-beta.3","3.0.0-beta.4","3.0.0","3.0.1","3.0.2"],"cwe":[],"cvss":{"score":0,"vectorString":null},"range":"1.2.4 - 3.0.2","id":"ccbZ5SAL5YohRUUNQ52k91Flo+PpMBpRGeXaFELrpqIxHEyhnCi/32+/AAVu3Ab6lQ32TQY16P0n/JS7QN8GtQ=="} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/content-v2/sha512/ea/48/62a133c47e8be29987180d576ee4386e4398ec418bb9835bc410d6e979e76128229a90366426f9bea159f616b9a2d0f31978ef8f1d7898c492bb19a216ac b/software/flow/.npm/_cacache/content-v2/sha512/ea/48/62a133c47e8be29987180d576ee4386e4398ec418bb9835bc410d6e979e76128229a90366426f9bea159f616b9a2d0f31978ef8f1d7898c492bb19a216ac deleted file mode 100644 index 8abcc5f..0000000 --- a/software/flow/.npm/_cacache/content-v2/sha512/ea/48/62a133c47e8be29987180d576ee4386e4398ec418bb9835bc410d6e979e76128229a90366426f9bea159f616b9a2d0f31978ef8f1d7898c492bb19a216ac +++ /dev/null @@ -1 +0,0 @@ -{"name":"engine.io-parser","dist-tags":{"latest":"5.0.6","alpha":"4.0.0-alpha.1"},"versions":{"0.1.0":{"name":"engine.io-parser","version":"0.1.0","devDependencies":{"mocha":"*","expect.js":"*"},"dist":{"shasum":"d4c69aabaf2e0c2d276129c865cdf1ed7270bad7","tarball":"https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-0.1.0.tgz","integrity":"sha512-Cvht020TdC8IMDeGzFCnbLw3BBGOjm/6jff+Z75zpzeMPIzoyR05Xa6kz7Yqno8TDZDzY6kykP6Z3WOlB8e/ng==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIC16jgskbzkhePvghHVeZGbBUT1q1xMw3iTVZTHLVkQ9AiBWlD6pGnD2arbZZg5x7CCdLeE2QNGNQMzLv7idCrIHNQ=="}]}},"0.1.1":{"name":"engine.io-parser","version":"0.1.1","devDependencies":{"mocha":"*","expect.js":"*"},"dist":{"shasum":"380c8b6b19577ad97718b81cbfcbfdf94f0fa7cb","tarball":"https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-0.1.1.tgz","integrity":"sha512-Jn/eQUbaQ7odG+ok/Xsc86ggvHqQ+jEnPv1H9E9z7bxnSQE9q+zz6H54n3nbtCeKH+TBbzCu57vFT4w3dLchRg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIB7uN3j04xgKQrOc2HMKU5EVnFawxY1Ri5OzB6wa8r/2AiBQOXf8b3XzjcKezFb2oDZ6ywHGWf5lgYsn4IKO4p8tUw=="}]}},"0.2.0":{"name":"engine.io-parser","version":"0.2.0","devDependencies":{"mocha":"*","expect.js":"*"},"dist":{"shasum":"e6b9855adda0ddd90938907c7dcbe933f8845a14","tarball":"https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-0.2.0.tgz","integrity":"sha512-+daGrzC+V64j4aHMdMoyqGg6YRgVZ/CkdhWpueQvbJJL+MFOB7++uzU+HN1iRo73SBzGRHQVcg0FfM4xZXAsWA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD7+YfoJMcxO0JGr0g67e9v8ZBo6v7qx7eVMKMrD698pQIhAIy/PA96Cxg+j7t5mrsZU83Smn6wMUxLZf1GEOQ3J2J1"}]}},"0.2.1":{"name":"engine.io-parser","version":"0.2.1","devDependencies":{"mocha":"*","expect.js":"*"},"dist":{"shasum":"ff8828e6f2e5d3584faf65320186c0702b52c45f","tarball":"https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-0.2.1.tgz","integrity":"sha512-1v6ArnKUDpkJ0SpwhunPWWplkTBvtoG5we9jJfN+vaAKRSukQE29HMbucqlaz9+AA2AmUhNEnh+RO/Y6r+xtdg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDch3tlXilCqP1ubUXqoDMcHAXowImAJxzoKc7p7Rw8bgIhAIulF6v1RycHs354zf7E21qCgiouId1gfJXh/UfgFiXg"}]}},"0.3.0":{"name":"engine.io-parser","version":"0.3.0","devDependencies":{"mocha":"*","expect.js":"*"},"dist":{"shasum":"67fa40dbbc4ae01b51ddaada7deaf75eca2c5061","tarball":"https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-0.3.0.tgz","integrity":"sha512-1KWn0iXSA5T0JFl9/JkxO75Ww8bELAehfH716cUt5+d1R2g0d05nkxvQLmnuBEN7fQJQWyhfO/cQsbjvMYT9Ag==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBqj94I/P/JcqFl37ndhanEc5Xgc836r1NvhFStqYhL6AiACoaZPDQ09YSqP4ChP9qk9JOQtUHJSw3mazHIkIWH2Gg=="}]}},"1.0.0":{"name":"engine.io-parser","version":"1.0.0","dependencies":{"base64-arraybuffer":"0.1.0","after":"0.8.1","arraybuffer.slice":"0.0.5"},"devDependencies":{"mocha":"*","expect.js":"*"},"dist":{"shasum":"34a074284bc104d2bfd1291257dff514ada7ed78","tarball":"https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-1.0.0.tgz","integrity":"sha512-RYs2C7ULt0Z1xed09TmB+XgaeD3Ody+EhHPGbm0C8ZIBHfUiZbL/nCYzNeuybOpA/5IZLI5RdNk6KOxo4ms8Yw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCEFD9/n5fkA4mLJQaNE8Em2h5GO7B4i2YS22aDnsOTdgIhAK14mXgzaSoUi9BzSH6fx8boT+EKL6bJG/rNQxgBWhon"}]}},"1.0.1":{"name":"engine.io-parser","version":"1.0.1","dependencies":{"base64-arraybuffer":"0.1.0","after":"0.8.1","arraybuffer.slice":"0.0.6","blob":"0.0.2"},"devDependencies":{"mocha":"*","expect.js":"*","zuul":"1.5.4"},"dist":{"shasum":"48c3040611e8234639880a21fc55ee7931dbf6c1","tarball":"https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-1.0.1.tgz","integrity":"sha512-AUSPgJN0Ia5LUoy5aqVGF1tbWaL6xIcNApe5TNRfF0cXDi3TC1zvVTcZtG+JSVGqrL27IGwKYoZ9qzHPhAejyA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIE87MBCx/XkP3kLBjYrNA9uegQk9Se57jTAbbaUBP8UVAiEAuWhUJwh+ByJCqODoilCABjpmJT4C235T/EbORJ5m5uQ="}]}},"1.0.2":{"name":"engine.io-parser","version":"1.0.2","dependencies":{"base64-arraybuffer":"0.1.0","after":"0.8.1","arraybuffer.slice":"0.0.6","blob":"0.0.2"},"devDependencies":{"mocha":"*","expect.js":"*","zuul":"1.5.4"},"dist":{"shasum":"f5944134ff01f3f2218a4174259a3ed720ee5387","tarball":"https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-1.0.2.tgz","integrity":"sha512-CJT/9IYAQk0BZe8nBrZMK7+sAHrMW96otJz5kfy5TsttQJrImSr7133VbzHtB9dq02QMPh1I4Qs9bzDMpb0vDg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIA434jvMxcWLzZRuShwpSmrMtpyUY9gj2pbbkEGUbVimAiEAv9iA+HKKikW/+sZC6mzdHXoSxlA1JgivMDEDItExs8g="}]}},"1.0.3":{"name":"engine.io-parser","version":"1.0.3","dependencies":{"base64-arraybuffer":"0.1.0","after":"0.8.1","arraybuffer.slice":"0.0.6","blob":"0.0.2"},"devDependencies":{"mocha":"*","expect.js":"*","zuul":"1.5.4"},"dist":{"shasum":"3182f48b81cc79cef6c0ff0ab0a93df7488735b4","tarball":"https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-1.0.3.tgz","integrity":"sha512-lJ3QK7ZYxrYJ9eiVjJWU+WSzKT8osjRCizOiDTQ12iu1YQ7anrPdTn33bh+ffZZoheghRVM7XZ2TU41Z9ThzSA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCW81J/qFXgmqoP45Tl+q1kg1Ies7JPHauehK2z2TmYaAIgR4n2LOUCT6Cze8p5srtegqVKO8V+VLqMuxfEGAYzjkM="}]}},"1.0.4":{"name":"engine.io-parser","version":"1.0.4","dependencies":{"base64-arraybuffer":"0.1.0","after":"0.8.1","arraybuffer.slice":"0.0.6","blob":"0.0.2"},"devDependencies":{"mocha":"*","expect.js":"*","zuul":"1.5.4"},"dist":{"shasum":"68bcfa17dcd619e60cd24dcddd6c368b9df32f11","tarball":"https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-1.0.4.tgz","integrity":"sha512-QR71b0NgXGJg7/s7eZCqdbnSVVnZ/PULjB4bU1KoXoDlElUr8Xzhze+vXZ/4dlExI4U2ZiUl6myNdHAm7kxAbQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHwG834ohUTw+T7cFeWufONN7Tg1oUc6ILalsIKiFeacAiEAoyFXJYNSR3Cuym6nHoTYdMCUye+wiZFrSkWel6XF+Ng="}]}},"1.0.5":{"name":"engine.io-parser","version":"1.0.5","dependencies":{"base64-arraybuffer":"0.1.2","after":"0.8.1","arraybuffer.slice":"0.0.6","blob":"0.0.2","utf8":"2.0.0"},"devDependencies":{"mocha":"*","expect.js":"*","zuul":"1.6.3"},"dist":{"shasum":"9f78a3660608f5fd541e82cfe8d4dc7e3e1c0127","tarball":"https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-1.0.5.tgz","integrity":"sha512-GR9eVQ2oF7lXv/5Zx1BVU49PxwatFX86x8bCpSY+OIi+muJjMRRTTo6QtLbEpS7OQVjkkEKF0Nu7m0m/wd7s3w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGznKj57wvKJKLfTFKSc953wkbp7xCRoOaDe0PpJRrP2AiEAkg/t/54VDzeq+fk2/iOjddk5S13MCgxjihJDG/ErFtw="}]}},"1.0.6":{"name":"engine.io-parser","version":"1.0.6","dependencies":{"base64-arraybuffer":"0.1.2","after":"0.8.1","arraybuffer.slice":"0.0.6","blob":"0.0.2","utf8":"2.0.0"},"devDependencies":{"mocha":"*","expect.js":"*","zuul":"1.6.3"},"dist":{"shasum":"d38813143a411cb3b914132ab05bf99e6f7a248e","tarball":"https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-1.0.6.tgz","integrity":"sha512-ipbmiNj4OfAL9csof0FlI9L2jkU/lgcUphHjnTDo1KABsA21WtsVy/1OjhCj8xxhNIHtxEZ3/t7uB45gEMhD4g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBJlhzCwvR0Z+ZaVzQB0ZM9elfFgTu+UM7hrTIdXLDw3AiEApjh9XUOb/mIWQ/u8z32qZ/byz0bbItQLVJV3dMcnV/k="}]}},"1.0.7":{"name":"engine.io-parser","version":"1.0.7","dependencies":{"base64-arraybuffer":"0.1.2","after":"0.8.1","arraybuffer.slice":"0.0.6","blob":"0.0.2","utf8":"2.0.0"},"devDependencies":{"mocha":"*","expect.js":"*","zuul":"1.6.3"},"dist":{"shasum":"d71777192d580e0d2df59389e3d4218bca1aa405","tarball":"https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-1.0.7.tgz","integrity":"sha512-vL1bhV+S5QNhsId3UAn2IPlSsqVS5D9JY/pPYKINqb8vrk4MEmoA/JHELBkXnd0QGNZFe+4LFTFVEv2HtZCUYA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGGbYQkytxbJ2zkZcFMxtNqmiyvKtqElIGFIA/aUpB0GAiAyOuxhZrKCFlnaswqNqkA9rXN3Gs1pcnpqyRGJKoNlLA=="}]}},"1.0.8":{"name":"engine.io-parser","version":"1.0.8","dependencies":{"base64-arraybuffer":"0.1.2","after":"0.8.1","arraybuffer.slice":"0.0.6","blob":"0.0.2","utf8":"2.0.0"},"devDependencies":{"mocha":"*","expect.js":"*","zuul":"1.6.3"},"dist":{"shasum":"ef5c7bf85b9067f4f9081c31b32c317bb2da6be7","tarball":"https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-1.0.8.tgz","integrity":"sha512-Lt4Jv1iWIXCDE7hJvHrj3XVO2sLBLzM9y1Xf0OwM01SGsO0z/LD2YIqurZimbwNof9EeNWU77q1fMKlblxsSCw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBORZH2y47peOzd5BWFovmbh/n+CrkC8cq2CZ6xTPE7iAiBd+cVU/VGHf2VgRCNZ0F4yIrB/AxYInNZWVuTtoY2u+w=="}]}},"1.1.0":{"name":"engine.io-parser","version":"1.1.0","dependencies":{"base64-arraybuffer":"0.1.2","after":"0.8.1","arraybuffer.slice":"0.0.6","blob":"0.0.2","utf8":"2.0.0"},"devDependencies":{"mocha":"*","expect.js":"*","zuul":"1.6.3"},"dist":{"shasum":"39a2f7b1e8998fa1245fbc91e13504b8c92f3755","tarball":"https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-1.1.0.tgz","integrity":"sha512-PjuuAYrNm4YMYkJSOlIZ/Y5ytwzvhEButsIVkRUfgkTsAsQzd0Arfrx1dCgwMsnqDuyXf8pBiK1I3uOFcu2/ZA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC2rD2MU2y0fA/ASPeVH2Hl4wzHaAIMkgHlGfaOECeWQQIgAJq4Akbv559n6IaLlwrtPBRRZHL2LYyZerSBAzsHoqM="}]}},"1.2.0":{"name":"engine.io-parser","version":"1.2.0","dependencies":{"after":"0.8.1","arraybuffer.slice":"0.0.6","base64-arraybuffer":"0.1.2","blob":"0.0.2","has-binary":"0.1.5","utf8":"2.0.0"},"devDependencies":{"expect.js":"0.3.1","mocha":"2.1.0","zuul":"1.10.2"},"dist":{"shasum":"9df352c064a0a3eb7326e74ea34e425b90c27dee","tarball":"https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-1.2.0.tgz","integrity":"sha512-cRS/l4Wx5A1KHd1vfflxRBKX8+zubPSwESDYkuEbqV7KKAk3z2HP9K1omj3wdT5Nqd7UEmVTXFvIo1Zx+kb6eg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD7PMhXFXJfHgTwyHF3RU7HfGBbZneYWlRh52gRKh91AwIgGxtvHkq/Z+tcFZfWYbDf70ZGAoNB5EVUct6zzb80ghQ="}]}},"1.2.1":{"name":"engine.io-parser","version":"1.2.1","dependencies":{"after":"0.8.1","arraybuffer.slice":"0.0.6","base64-arraybuffer":"0.1.2","blob":"0.0.2","has-binary":"0.1.5","utf8":"2.0.0"},"devDependencies":{"expect.js":"0.3.1","mocha":"2.1.0","zuul":"1.10.2"},"dist":{"shasum":"4462a67d0c70a907c06db2e1de53791a86f5ab37","tarball":"https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-1.2.1.tgz","integrity":"sha512-ldJAN2oTBdCit4rtCgBPehcaXwsysoszbkjBpuIAUDBJVsu+DZbr59AvUJlUwzFsjw+4+67hVb64dgvjSSlu0w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDeUFDc6CXOIUetQBKblDkwqvoK6eb5qC4+Df5sfoFUfAIgZsSTNt8t8XFhcNmUSBXLq8ERVJs2ll6xm+VnGZI2XII="}]}},"1.2.2":{"name":"engine.io-parser","version":"1.2.2","dependencies":{"after":"0.8.1","arraybuffer.slice":"0.0.6","base64-arraybuffer":"0.1.2","blob":"0.0.4","has-binary":"0.1.6","utf8":"2.1.0"},"devDependencies":{"expect.js":"0.3.1","mocha":"2.2.5","zuul":"3.0.0","zuul-ngrok":"3.0.0"},"dist":{"shasum":"cd081041feea39c64323ff79b82a90a72afcccdd","tarball":"https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-1.2.2.tgz","integrity":"sha512-eZ0Vx2rCg8z5J4rVVtAH4TWF/GiYG5UEtnRMmdwUseD2OShabn783jFziwHYr+ofBodUdF+v/XjGzY/kcpLsmg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICKRQmDWbmzPVuzZTf9jt1Od5CU5auyoROMY2RRxpV9XAiB/Se5L25xfgkPFK1og1QaxMSPQtHdnTa1aXH+9yYKnOQ=="}]}},"1.2.3":{"name":"engine.io-parser","version":"1.2.3","dependencies":{"after":"0.8.1","arraybuffer.slice":"0.0.6","base64-arraybuffer":"0.1.2","blob":"0.0.4","has-binary":"0.1.6","utf8":"2.1.0"},"devDependencies":{"expect.js":"0.3.1","mocha":"2.2.5","zuul":"3.7.3","zuul-ngrok":"3.2.0"},"dist":{"shasum":"c26d2bdf185dc797f48529a8d6d8663835a620a6","tarball":"https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-1.2.3.tgz","integrity":"sha512-jJ58Pa8/ogeHuItks03aAaKIJGbv41adLwnHl/MHi0QUQ7zVduKGR2+km0eCMxlO923iHrqvN59GUwU/rYdHAg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCCIiSobAJ4E05guRyg37q8IDOsjOkD/IWPVtfuwQ2aMgIhAIlIGWWb5/H+U7rvfIZ/GrYFXJ/MWGO8TExi/aJmjihH"}]}},"1.2.4":{"name":"engine.io-parser","version":"1.2.4","dependencies":{"after":"0.8.1","arraybuffer.slice":"0.0.6","base64-arraybuffer":"0.1.2","blob":"0.0.4","has-binary":"0.1.6","utf8":"2.1.0"},"devDependencies":{"expect.js":"0.3.1","mocha":"2.2.5","zuul":"3.7.3","zuul-ngrok":"3.2.0"},"dist":{"shasum":"e0897b0bf14e792d4cd2a5950553919c56948c42","tarball":"https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-1.2.4.tgz","integrity":"sha512-qmLhc+CHGicieFJ3xZ3+pTpGLTopbEYAYASv1kX0CaHY7LxT5HVgGN0FKML2yq+G+mkknXAu6zYnZny2tjn5dg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICgL/s9tFjJ6HwlWy/LXjb4SzC8qJll6WrWMAM5kc0cqAiB5NwSNrH2rOU6hr7zxHQy1YnhYuGlAlJUCp/d/cFhpnA=="}]}},"1.3.0":{"name":"engine.io-parser","version":"1.3.0","dependencies":{"after":"0.8.1","arraybuffer.slice":"0.0.6","base64-arraybuffer":"0.1.5","blob":"0.0.4","has-binary":"0.1.6","wtf-8":"1.0.0"},"devDependencies":{"expect.js":"0.3.1","mocha":"2.2.5","zuul":"3.10.1","zuul-ngrok":"3.2.0"},"dist":{"shasum":"61a35c7f3a3ccd1b179e4f52257a7a8cfacaeb21","tarball":"https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-1.3.0.tgz","integrity":"sha512-wP2L2/j/NkxN26ge3RGEWWx5f99Eo+fmn7BiVcQUvQlHUXHTqRp7c5KeRf37d07BahKHUavxn2rH94Hp/zgN9A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDVUgfoCshqERZO1OzBtEbo09MWIM6pZWKMWoayuc5YmgIgecEAsA+lOeO1uL/bTntvcSlLyCodDfvCoR6J0uDeFLE="}]}},"1.3.1":{"name":"engine.io-parser","version":"1.3.1","dependencies":{"after":"0.8.1","arraybuffer.slice":"0.0.6","base64-arraybuffer":"0.1.5","blob":"0.0.4","has-binary":"0.1.6","wtf-8":"1.0.0"},"devDependencies":{"expect.js":"0.3.1","mocha":"2.2.5","zuul":"3.11.0","zuul-ngrok":"4.0.0"},"dist":{"shasum":"9554f1ae33107d6fbd170ca5466d2f833f6a07cf","tarball":"https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-1.3.1.tgz","integrity":"sha512-apg+90JYifyXR0Ju+dweByTyC8AKj1pY18643GVAy0lIHh2Q38EIGks8p93acvpjLOgsqRNV+fyALTLV7Wqm1g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBPozsk/p2NA9L09h0HmX2iTKrj9YlD/hdihdSEb/ZDIAiEA/anNSJIfqp6dflTEA0CAvi9Gmvng96s/OuqZGz5yeoE="}]}},"1.3.2":{"name":"engine.io-parser","version":"1.3.2","dependencies":{"after":"0.8.2","arraybuffer.slice":"0.0.6","base64-arraybuffer":"0.1.5","blob":"0.0.4","has-binary":"0.1.7","wtf-8":"1.0.0"},"devDependencies":{"expect.js":"0.3.1","mocha":"3.2.0","zuul":"3.11.1","zuul-ngrok":"4.0.0"},"dist":{"shasum":"937b079f0007d0893ec56d46cb220b8cb435220a","tarball":"https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-1.3.2.tgz","integrity":"sha512-3UyTJo+5Jbmr7rd3MosTAApK7BOIo4sjx8dJYSHa3Em5R3A9Y2s9GWu4JFJe6Px0VieJC0hKUA5NBytC+O7k2A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIB6at8WNP1263tG86flY0rY6NxktaqOLoJcv2Sla0KaYAiEAiy1k4ENZlDPyDx0ajjpTw53WVH6JfeSrbwdoFpQDemk="}]}},"2.0.0":{"name":"engine.io-parser","version":"2.0.0","dependencies":{"after":"0.8.2","arraybuffer.slice":"0.0.6","base64-arraybuffer":"0.1.5","blob":"0.0.4","has-binary":"0.1.7"},"devDependencies":{"expect.js":"0.3.1","mocha":"3.2.0","socket.io-browsers":"^1.0.0","zuul":"3.11.1","zuul-ngrok":"4.0.0"},"dist":{"shasum":"535ccfadc3b154ed271470f8c1dc161d02835159","tarball":"https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-2.0.0.tgz","integrity":"sha512-r4lb1GsxSz53x5MYJ41hY/T97QmmD9xsq5Y7BwEcdXmtIBBvgm2Q6Gh/TnkKsRK/Vgdoj2IHJ0ImBX9zmOnsnw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCzivuS5Rk3UyfP+ZOVaAlmctQe4lo1I25kZa/6tBY5rgIgKIT0OQyxqHShhWV3OzijQCDO12xTy9dZGkSNHuwtUbE="}]}},"2.0.1":{"name":"engine.io-parser","version":"2.0.1","dependencies":{"after":"0.8.2","arraybuffer.slice":"0.0.6","base64-arraybuffer":"0.1.5","blob":"0.0.4","has-binary":"0.1.7"},"devDependencies":{"expect.js":"0.3.1","mocha":"3.2.0","socket.io-browsers":"^1.0.0","zuul":"3.11.1","zuul-ngrok":"4.0.0"},"dist":{"shasum":"2d8929581b1a768044a2d61dea21d595e862488b","tarball":"https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-2.0.1.tgz","integrity":"sha512-kP8z8GvejIA1IOGCF1S+R6lg505Qkp5CBp08qql/kQPKFwQCecePXjvu+wJjCY0r4ZurJDuZwsoBzTziijEvlw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICOiXiGR7LKmftS/kWgbhhfLvZIy33Pr/seb0iwMHN3vAiBpWiSBAGsJ5b9D6hfhYMwT8MLpZu2XCpu5D98MnoQakQ=="}]}},"2.0.2":{"name":"engine.io-parser","version":"2.0.2","dependencies":{"after":"0.8.2","arraybuffer.slice":"0.0.6","base64-arraybuffer":"0.1.5","blob":"0.0.4","has-binary":"0.1.7"},"devDependencies":{"expect.js":"0.3.1","mocha":"3.2.0","socket.io-browsers":"^1.0.0","zuul":"3.11.1","zuul-ngrok":"4.0.0"},"dist":{"shasum":"41b398b3aebdf3e4e2122089aec57d23c06a7c26","tarball":"https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-2.0.2.tgz","integrity":"sha512-1iAF3dpTWvkfBitRtjK3lbzxFjtVikc02+GP599ar0qcFp9I3z27rLfeHcdiRG4cNbDf0p94FQTgJIbsT2YnWQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHepxlGTpSOzDEJHdM9TNPs1j9/lto4j7nQNHxOF+XvRAiBcsc5ThSrGN03UmwDjbakzPYkjs+Uil2rMiVzR/e8tqQ=="}]}},"2.0.3":{"name":"engine.io-parser","version":"2.0.3","dependencies":{"after":"0.8.2","arraybuffer.slice":"0.0.6","base64-arraybuffer":"0.1.5","blob":"0.0.4","has-binary2":"1.0.1"},"devDependencies":{"expect.js":"0.3.1","mocha":"3.2.0","socket.io-browsers":"^1.0.0","zuul":"3.11.1","zuul-ngrok":"4.0.0"},"dist":{"shasum":"8d8906609d4e753fee8c5b17fa61735b89b985ee","tarball":"https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-2.0.3.tgz","integrity":"sha512-nj6Pco4K7jWRXrXz+jG4s9vtNJWCCDZe1IrRLl4lVClf9s6gZ62JmtxF8klritNwKSK0mrLzcF6qinaJs9ZQmQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC1P6if3W44LEVszfP6ueBf8Vz+AQr0zM8WVxgbHSq8lQIgFS52crPKUot6dRCB1EseJgwgeQj7vYZp+acM5E0MxD0="}]}},"2.1.0":{"name":"engine.io-parser","version":"2.1.0","dependencies":{"after":"0.8.2","arraybuffer.slice":"0.0.6","base64-arraybuffer":"0.1.5","blob":"0.0.4","has-binary2":"1.0.1"},"devDependencies":{"expect.js":"0.3.1","mocha":"3.2.0","socket.io-browsers":"^1.0.0","zuul":"3.11.1","zuul-ngrok":"4.0.0"},"dist":{"shasum":"033aabfcb6348717f9d8f7b45d66127745fceadb","tarball":"https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-2.1.0.tgz","integrity":"sha512-fsZyZrp0emXKGZ1XTSnl0l2etozI2WfAMkfyob7l4CJ0nkhGmA1c3nyT2zNdLsPG1ImOuYSuUsKx9blqKcqZGA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDCeBGDPofxZLA5c1tZFWkkMzcORVBxFKhr/oRO0gXSwAiEAxQegkLufWTYFSjf8F8i32lQpXtBNp1lrNz/Gm0j1f/c="}]}},"2.1.1":{"name":"engine.io-parser","version":"2.1.1","dependencies":{"after":"0.8.2","arraybuffer.slice":"0.0.6","base64-arraybuffer":"0.1.5","blob":"0.0.4","has-binary2":"~1.0.2"},"devDependencies":{"expect.js":"0.3.1","mocha":"3.2.0","socket.io-browsers":"^1.0.0","zuul":"3.11.1","zuul-ngrok":"4.0.0"},"dist":{"shasum":"e0fb3f0e0462f7f58bb77c1a52e9f5a7e26e4668","tarball":"https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-2.1.1.tgz","integrity":"sha512-epRXT0+crLf5NIBBZwkS6rq5OBx+SoHzrWO0mjEbrEKsX2U3LVAQbtmkBda07mvZI2RGN2yL+kJ1WhjNTkd2tg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDdM86B92OpBGJ9rI4ubIIwZ1H+CeH7c2KAhDnZ4ISn7QIgP8cY+LUhGPICBbRML7pKZOkLC0RiE1G3gE0C659zCvI="}]}},"2.1.2":{"name":"engine.io-parser","version":"2.1.2","dependencies":{"after":"0.8.2","arraybuffer.slice":"~0.0.7","base64-arraybuffer":"0.1.5","blob":"0.0.4","has-binary2":"~1.0.2"},"devDependencies":{"expect.js":"0.3.1","mocha":"3.2.0","socket.io-browsers":"^1.0.0","zuul":"3.11.1","zuul-ngrok":"4.0.0"},"dist":{"integrity":"sha512-dInLFzr80RijZ1rGpx1+56/uFoH7/7InhH3kZt+Ms6hT8tNx3NGW/WNSA/f8As1WkOfkuyb3tnRyuXGxusclMw==","shasum":"4c0f4cff79aaeecbbdcfdea66a823c6085409196","tarball":"https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-2.1.2.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIErTcqoCufRiFYlOGI7wO5TTFQGEGI26tDbQJyCcgqOPAiEAv94st2dFCQh4w+Gj/9+cpBJOiyGHCBDaeKjI528yUe4="}]}},"2.1.3":{"name":"engine.io-parser","version":"2.1.3","dependencies":{"after":"0.8.2","arraybuffer.slice":"~0.0.7","base64-arraybuffer":"0.1.5","blob":"0.0.5","has-binary2":"~1.0.2"},"devDependencies":{"expect.js":"0.3.1","mocha":"^5.2.0","socket.io-browsers":"^1.0.2","zuul":"3.11.1","zuul-ngrok":"4.0.0"},"dist":{"integrity":"sha512-6HXPre2O4Houl7c4g7Ic/XzPnHBvaEmN90vtRO9uLmwtRqQmTOw0QMevL1TOfL2Cpu1VzsaTmMotQgMdkzGkVA==","shasum":"757ab970fbf2dfb32c7b74b033216d5739ef79a6","tarball":"https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-2.1.3.tgz","fileCount":7,"unpackedSize":39153,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb2pNjCRA9TVsSAnZWagAAOj0QAJ0NRt+YQV5oT+qfxARI\n5U3oGQ7VGMGjkqQ7+R9jxkdb1r9bDlcb4qc6gzrrTaqum5POwxccAFDgPBS0\nK8IXqsBL+lQtzG0HSkcw1YIdpo50JGgZbhTxgGGPF0L7nllPmYbTJ002mgSs\ntHKr8ZsV+lq/P5PukT4fUbOOmcec9ybarYnMsEvc8cpGY8NZUHOWrGECaW3y\ncG0/QqaQDpWt5HmjVQikVLxW5h4Xq7lbRcDSQ89TrdXoMATT6ivoUn8EsDKv\nmLv7Ub8LVE8eQ9x66HfHEUvKqHUipnKyWx9z2reL21xRz1jr7PnD/mBTLUNI\nezBtXpWxB4hxun+9kE+S1Iye71xOrpxI375YwM/CukDz2z+puIw1MUzoN1Jc\nvOcb/dFxtfiUduApvRH2efeMpR3xxXMdUKVsRE60AQMYr+vqafDeQutYxDyf\ndzlbVBLrBEVVvursX1kDqwysJQOtJZqpAU0t/iR3MKTgkyMKZ2C4u9DhibQO\nC4m0eUzix5bVp/w5/8dw0ewMCEFRkbb/OtYLVhqb3crQtf+hp1miqWaw/v+C\n1ShrNKRcAjN59c/jF6occ4VzKqgsgUZnGozvBlC+AoeA+jrDveFmp+RSDs21\n2PR4NKFmOtTumvVJyliramS6CGNrZggBuf2QxC+zYlg4scTKp9yicegdc1Wn\nw3R9\r\n=yHWh\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCob6GWoWllQEYSf1/NTkrp4Ti7oQ86CAzB+c83f7JxaAIhAMNbgxSQLwIivTBEyB7gv+YlEGBLrUm2bT3/pQ4y3TPH"}]}},"2.2.0":{"name":"engine.io-parser","version":"2.2.0","dependencies":{"after":"0.8.2","arraybuffer.slice":"~0.0.7","base64-arraybuffer":"0.1.5","blob":"0.0.5","has-binary2":"~1.0.2"},"devDependencies":{"benchmark":"^2.1.4","expect.js":"0.3.1","mocha":"^5.2.0","socket.io-browsers":"^1.0.2","zuul":"3.11.1","zuul-ngrok":"4.0.0"},"dist":{"integrity":"sha512-6I3qD9iUxotsC5HEMuuGsKA0cXerGz+4uGcXQEkfBidgKf0amsjrrtwcbwK/nzpZBxclXlV7gGl9dgWvu4LF6w==","shasum":"312c4894f57d52a02b420868da7b5c1c84af80ed","tarball":"https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-2.2.0.tgz","fileCount":7,"unpackedSize":39150,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJde1ytCRA9TVsSAnZWagAAeikP/Rbk9e9Gig//UAI/nDgM\n3V8zsfBX0sXQmDlk16ZMrYFSR+cMi8UAvwPJVNeIbCccSCNdxaIoZg36JK/b\nZHyZ+fqNBJDDbCYZmLmxQd44li37l6Xd/RcEDNp6qOsMnI374wve96ENX+9m\ngXgLoc4fq015H+I6HvpH/C5eG0CtRRF47ROqWjO67v9JkQzsf+zRYwart1oc\nURyPDJ63AQz4XjUbJ4X2zydtkZqOtcpk5XHt/Zv+VNLU7YJyKO61tzi+M7EZ\nT4JKUfO+Ae8JdJoezyiGDXlD+kXAWFRkGU0Tk+XZLu5B/CuddGKOM+NwZkQF\nw9UtS4ZWntv6aGCQQdYySeU3nfetJi2+khcTI/M/fxiv6QqpdD+2VNE/tTV+\nRMVLC60N6LRLqBEZLwxjz6eGYMvmz4aoMK5BpqbE4JC3vhTEmI02eiQwdVyO\ntgW2HplwqvSdjAU6tlSRmJCFRwklahC/5cyZzWmAlsk2Why37DOPsTjRhhmt\niJbP1NsGZv9oA/aAux1fpN4dNf2IXr9ocj9xnUUDHL2h7M03W7L3rwT/sCtW\ntWC0bdvuMbZNsXP2XEJDs0tJnoEDj7ZL6asKlvDzRHna6f7Eva3yQHpKyscv\n0oRwdojvd88blb953SzmrAgBMQmm+qroJASBx8xEx6WrhqvI3GGz80GqR7Nd\nXta+\r\n=74eR\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIE6TmZz1x1WlVBJ8zF/uqvwUwtt8wpQaBP2VOfQseGxcAiEA2dCKhxN5luJWi1YogJk6H1gzjRT1T9ZfdbcIgbNuqnU="}]}},"4.0.0-alpha.0":{"name":"engine.io-parser","version":"4.0.0-alpha.0","dependencies":{"after":"0.8.2","arraybuffer.slice":"~0.0.7","base64-arraybuffer":"0.1.5","blob":"0.0.5","has-binary2":"~1.0.2"},"devDependencies":{"@babel/core":"^7.8.3","@babel/preset-env":"^7.8.3","babel-eslint":"^10.0.3","babelify":"^10.0.0","benchmark":"^2.1.4","eslint":"^6.8.0","eslint-config-prettier":"^6.9.0","expect.js":"0.3.1","mocha":"^5.2.0","prettier":"^1.19.1","socket.io-browsers":"^1.0.4","zuul":"3.11.1","zuul-ngrok":"4.0.0"},"dist":{"integrity":"sha512-KhJdJGo1u5t/I2YvRRYnVZtL0hgGON2tchScqhd5NNmAx4CgFzY0COyU/bAQe82fFkn9lAjgFW9RnAtuN0+lVA==","shasum":"9414ed17d59af9d981af052c3c2eaf91b79c8c84","tarball":"https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-4.0.0-alpha.0.tgz","fileCount":6,"unpackedSize":39213,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeOVe8CRA9TVsSAnZWagAAhhgP/3dmXV37YC3q3/lLvtNO\nPDplVMHNPxay+XSFx/KeVQ70fT1ohmxzXw7R+pvRPEQROIEFv1xHSECBIn92\nu7WPFXqJ2qz3ZQOKtGJbue4Mg6Ueghfy82BpBPW81SHyOne+bYdWV0GizN4x\ngUWS3DsSN6/UQEr1iXXj8cbS15+SqOwJtYvdmHAq4jTObylPuG2t1xoYhx8s\nmyj3iaEOGUjPlqnR2Cz5wtGEnrW0x7ifLR55peMee1nkO6e1fMvHjUw8SpUx\nEQnDUKXZz8897DBWFZ9I7Edm8VrX+dMdkJj4deu2PhAOhgC1kF1OSjmla5wX\nQH+s3syNUd4SRuGGdzSGC9Hpt+X47kExhU7oclBOXD7BTTZlMFN89qNPDh3d\n2D2bCtrCWsvbr/PFvId3lXXmyuLS0InDgJFz4unvIpZwsjPnnO71uHT1DG2J\nD8WzZuf9qPwjNxp60J0KsEdhBLcOwBinA1faEW9zXgKZEdPMq/Z+NnA/Agjg\nzIn3OmnvaJYGDjohYMu3JB0fUTIjO7ejVQN0Wjxubp7qXDw2d14lvaieCl6D\nNgVZVHIIrBGMzltdo6OjIyGxt+BMIbWqFcTsdyuMMotJmQjNniqdl3BQ7Jfd\nmxJ1a9ZeTNDL7NaXxklYTU/zEzp61iHqjhLwH/XB0LDMUEGXlASYm+tHO+uA\nK/ml\r\n=Upz6\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIByX4WkcqpIpJY6SLFpfsrTdTgttJp+AnIQyVbqPRDa1AiEA6b72lCbTGhJcF5bhkrzZBT6jj9bz9r7EcYyPQqfSgSE="}]},"engines":{"node":">=8.0.0"}},"4.0.0-alpha.1":{"name":"engine.io-parser","version":"4.0.0-alpha.1","devDependencies":{"@babel/core":"~7.9.6","@babel/preset-env":"~7.9.6","babel-eslint":"^10.0.3","babelify":"^10.0.0","base64-arraybuffer":"0.1.5","benchmark":"^2.1.4","eslint":"^6.8.0","eslint-config-prettier":"^6.9.0","expect.js":"0.3.1","mocha":"^5.2.0","nyc":"~15.0.1","prettier":"^1.19.1","socket.io-browsers":"^1.0.4","zuul":"3.11.1","zuul-ngrok":"4.0.0"},"dist":{"integrity":"sha512-BeL+9posYtemNE1Ifb9cydaHU1lGfueGzl0HGHPpwPk2pC5ypAlf3Z8CMYHZPqJu3aUIvKryJk+mQFBuyBZwcQ==","shasum":"93483a93c8832bcc4171e0d76c01d8661ed462ee","tarball":"https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-4.0.0-alpha.1.tgz","fileCount":10,"unpackedSize":16924,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJew90HCRA9TVsSAnZWagAAsCEP/jgQ1F4SXCmDupxi2+zK\nmRXsYPEO/SeraevMJVvk3ZL1ja0QoBPswgNLw0BMEHyA1B7jtsG6n8nHDVAD\niAlw3GAD4Zmgwv33A12zST/GSLgizoWf6qApb8XpzMY5QNGtB/mcxkW32pc+\n/jjTPvpRXO6SBwetS2Df8pHps9EIV/x2TQQfmIrysE/bd//QImkLZUy63pUM\ndg4ZLAXogIvXLibE7I1BWNI+olScxY1XCSBf4UN5c3X+rM0+Ay5L/DMvmaRh\nDiUUf6yYFs5sVwy5VFyKwwP1c1g2G5JwncdX+iab8V3pT9as5ShS/ABT6IuO\n0SMgbtZsmddrn+/oY6ZLvmggemmfqvehzAi8Y/YyfQy136EA30FeH5OaVbw7\nXWAIRFpQefXUNXwTCr44VMutO+GHZN+CgmrSB4HcemSgOak0U+vhAUSGxeMO\nMU14hcno2epa/SPbxLsIRFDvf9WvLjIvtn6TMY01IUgApgC/vLEZJqGXwrXe\nwJy4+EMY/zDEJjL2Z6VGbreKdZIe4xPM9PxKqyUkDZD3oPxFwxkUnMKiQcMh\nAvsxh9XT6mQecU13CjCLv2rAcYB3XepIxfnYenKcxrKhB68MATXYO4s3zCG0\nVvStewYYUG6OZ5b/eobMlGaCnUeNILfW8oXtgObqqH6m5F7ENVwIUB0Zm34Y\nnZmg\r\n=FJMi\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCiriBJU0XN8b0wwn1v7Qa9hYC+cU+Nc0GMcEz5fJsDBwIhAJAoPTk1D7nG6fSmW3Nmmy0JhxhAvWvu3m7xsx7SbFeM"}]},"engines":{"node":">=8.0.0"}},"4.0.0":{"name":"engine.io-parser","version":"4.0.0","devDependencies":{"@babel/core":"~7.9.6","@babel/preset-env":"~7.9.6","babel-eslint":"^10.0.3","babelify":"^10.0.0","base64-arraybuffer":"0.1.5","benchmark":"^2.1.4","eslint":"^6.8.0","eslint-config-prettier":"^6.9.0","expect.js":"0.3.1","mocha":"^5.2.0","nyc":"~15.0.1","prettier":"^1.19.1","socket.io-browsers":"^1.0.4","zuul":"3.11.1","zuul-ngrok":"4.0.0"},"dist":{"integrity":"sha512-dfV5CyDe0Z5I6L5gyZZXIuWhqtaIrKhHLTfsQpTvDkoQfPPuQe94wkUBCsBe2HOlbNojiDxQRi9RvMNNZRyarw==","shasum":"40189f1d9f4d9bf07cac263d864a776a24aeadad","tarball":"https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-4.0.0.tgz","fileCount":10,"unpackedSize":18650,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfV/SmCRA9TVsSAnZWagAA+q4P/1EM7yMgeVZmBwsE0Ekb\nuEBQCYk2BGGIcfAatoTqmN8tNL3pXge1f2vk35BFbsvgktna7p7SrpPYmvvZ\nCVtdRPPWAKSXDWD4l90DiAGDsxDNJGMXlUhEQOXdxZoeUAjCmgIJqCjXtBOi\nuxqFZIzKL41gOmp5G41fDpn8vLnczP1PHx87uy51R+3yck9wu7+vR+oPDBst\nIdTQDNy91jx7xkn47E7+VPXZ/CrkNdSMA0YhAJqY4hPD3j5e3qk9MhJPbFBQ\nCUlJPfNKQOiJnlVjI+MIS1XMoLZgzS/kirEsVB4T0mioUlJ26MUS0A2EJryw\nKiMJHaTGawo4aS0BghlTt/kyZRFx6xPhRWKSTh1rmiX2Rl50QNIaRipGzi/Y\n9edEKgawIzBMH8qmhVEpeXj3xbjwz2ijT9mLKxtHfIMDYMWlfmpJI5fNfPCo\nzOeRS2F0l/ixdh82NkCAfBOeIa+aLSSw6dr+1XrOMSfM/UF7lV2dSXqgpc0m\nq8JEL0pGH+2Z83mjuLiGfTmcylWyLIj4QvSMIdDjZKpLkmHMJWuVJ0mGVOXJ\n2VacnN0S35020z6RJzkthCeObGKgXrXgllhli2xjQ/PZtjrP7hf/wQzwVUy8\na2GRie9ME2r9ee3t+vpFcBir3xRc+f3qbR8CIJNc21CgY4ntoOvsKUb52chQ\n9wVz\r\n=QU+m\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDp32m3j7ibOD+uQRHXaekdlYsUGyph74ljHDCZJT7qzQIhAM1Wmrbif6vDNtmDUcjwCNyjCVdtNT+Xfe00mWKpmTmT"}]},"engines":{"node":">=8.0.0"}},"4.0.1":{"name":"engine.io-parser","version":"4.0.1","devDependencies":{"@babel/core":"~7.9.6","@babel/preset-env":"~7.9.6","babel-eslint":"^10.0.3","babelify":"^10.0.0","base64-arraybuffer":"0.1.5","benchmark":"^2.1.4","eslint":"^6.8.0","eslint-config-prettier":"^6.9.0","expect.js":"0.3.1","mocha":"^5.2.0","nyc":"~15.0.1","prettier":"^1.19.1","socket.io-browsers":"^1.0.4","zuul":"3.11.1","zuul-ngrok":"4.0.0"},"dist":{"integrity":"sha512-v5aZK1hlckcJDGmHz3W8xvI3NUHYc9t8QtTbqdR5OaH3S9iJZilPubauOm+vLWOMMWzpE3hiq92l9lTAHamRCg==","shasum":"6444c3cf2523ba4fc3bbaedd4fe425e6bcb16479","tarball":"https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-4.0.1.tgz","fileCount":10,"unpackedSize":17113,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfWq2xCRA9TVsSAnZWagAA1uAQAJCQQWuDiRkREnWIujq7\nZxq/c23yKY1uKr/N82+j+DlHLHBSK4dXJ0YLgqNqtjCRxMF2UQ2fjTfWswoT\nBEg7UImGCb5zKrdVFdHltstCJmM/srqA4Q3fJdA6JTjKK5H9Hl8DoYSENbSt\nMi8HrSyXBehwqJzP2fWaX2LjGeVxQ3xNoyhuLChRj3TJLvF7gYyqNW+vVi64\npytHSdwO7nRcRBUO1WCq3jmfxn1i0dfI9ccTVW4msdef9tZJcHUdcWlnBzBm\nQVL7zzuXvm19RS86JWkTAZC0hOzbthrBL0GLg1GrplIfnskVZO5LS2Jk5LHH\npj7Keh1fL9Pk6BsqwpSha7wkxMazSTSnGLAZG/zdjPxncFl4RE6JXy3QwKTv\nc/OB/4e9ffaQ1V3jWaefmo4tU2Lo2noTxodLW3EWmV0QpTirB7kYYnF5rwyj\n4SA64CIH/xw1KqRTCFzkZnLqdwn80yYW1CFQVkJMJP6IfysTMw9Sk10Xa+sH\nrTV/IOzLo56Xn8CM9mGNEzgfbRfpxsV7jZRQW9pRlDJbwwtRTlWFgkDXGdem\niIMxRMDUm5RbQXqiazMd/Ll4QNSsjPpQiHI+W4CpXeuXr4Dj2VpHyVI1mJFL\nMJ5Y1mTtIsJURv/Xpo2k9N9H/WMQmVy7Taw1gNi1OQGUODuydiR7Nof0KuSd\nPWw/\r\n=1LPI\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIF3eTf770qLHiRzfEgPHvhBu6FzpMg4ZD1DSG0gtl0oSAiBoZu9nPxApfN9LtR3iZgJ3eDcuEJbJaLx7TV4Bn5J9cw=="}]},"engines":{"node":">=8.0.0"}},"2.2.1":{"name":"engine.io-parser","version":"2.2.1","dependencies":{"after":"0.8.2","arraybuffer.slice":"~0.0.7","base64-arraybuffer":"0.1.4","blob":"0.0.5","has-binary2":"~1.0.2"},"devDependencies":{"benchmark":"^2.1.4","expect.js":"0.3.1","mocha":"^5.2.0","socket.io-browsers":"^1.0.2","zuul":"3.11.1","zuul-ngrok":"4.0.0"},"dist":{"integrity":"sha512-x+dN/fBH8Ro8TFwJ+rkB2AmuVw9Yu2mockR/p3W8f8YtExwFgDvBDi0GWyb4ZLkpahtDGZgtr3zLovanJghPqg==","shasum":"57ce5611d9370ee94f99641b589f94c97e4f5da7","tarball":"https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-2.2.1.tgz","fileCount":8,"unpackedSize":39242,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfc9rhCRA9TVsSAnZWagAAyJQP/RMPeIdubhfLOhCk7i5X\nOAQ+GWMgSz/gZNrsz7PBZvMgA3TIxty/q7K1UztqPXx2VzCwBOC/q+L08CLh\nrZ8SsidbiDys0KhRTRzYI4zwNb1H6W+RKrbHvsF3Fn3Z1oS+0eB5z2DQPFZC\nNYDec6Nud+Yqa94GkPwJV9FxQ0+6fC02HWyRnA5QuS412Br+t+gUDib4K2xC\nIlRIq7U9RYNU39NEj8IgTPddFMe+/RVx8Y7ZoV2sC84YAOBPTZmz65kr8u8w\nj6GwsanjrUQEqvY4MZ7saq17+646/aDu6C2jN+ErMzDtNPUtwXdMCG7Z0gvZ\n4vU0szpTrpQVzAppY+QpKdaVpCttmagepeU1oJiGf2PJONki+U5En0xYJWs9\n9g6SvSqciVpOkMe13xXNpDj5HfpvTv0mrhFYCG8rV5hEXr/t/9du0LSEseG6\nI0BNfwyvql04ntYc5I1KWge5WG5PsJfyycKTGtxYeJ7/o92bet6DUoJWF3sp\nGIVo/p6xGS4M2/q69qERCiD1Wld0+kV+Qu/Qglv9sTp6UBZvx69zYK78jrOO\nVW35VoEltIXudMTx/kv8w0rlqav1oE+gky/TlY7gVxBKvoPJ+ojYURlaArV8\npm8kuhYqDODBCswNnMaFguZZVQwjWzDp1Sfni2kTtYWJbCi6BCqO7vaS7tzP\n4k83\r\n=VCLU\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDHbFTdDHHTlrMgwo2EE+IQACX/v1dA6843EyonE7zbIwIhAICvNGYfNWkVUG88CC972YM4WgydlGP9M6tUDQFkoecX"}]}},"4.0.2":{"name":"engine.io-parser","version":"4.0.2","dependencies":{"base64-arraybuffer":"0.1.4"},"devDependencies":{"@babel/core":"~7.9.6","@babel/preset-env":"~7.9.6","babel-eslint":"^10.0.3","babelify":"^10.0.0","benchmark":"^2.1.4","eslint":"^6.8.0","eslint-config-prettier":"^6.9.0","expect.js":"0.3.1","mocha":"^5.2.0","nyc":"~15.0.1","prettier":"^1.19.1","socket.io-browsers":"^1.0.4","zuul":"3.11.1","zuul-ngrok":"4.0.0"},"dist":{"integrity":"sha512-sHfEQv6nmtJrq6TKuIz5kyEKH/qSdK56H/A+7DnAuUPWosnIZAS2NHNcPLmyjtY3cGS/MqJdZbUjW97JU72iYg==","shasum":"e41d0b3fb66f7bf4a3671d2038a154024edb501e","tarball":"https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-4.0.2.tgz","fileCount":10,"unpackedSize":17470,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfzfJrCRA9TVsSAnZWagAATLYP+wXbbhrCw8HCJ8LMrS5g\niNbwYLLCwunuovK4/fQ+xe4pa9E4oXrsII1WNJz/QqgRbFqU1x4Q3XZFWstW\ngrFQotnaI09SOOWUMdRHuhvCd50nTn418/zL4qCJhpptV/imx2UbMivz2ryi\n0BCy72J9N4yK7KBILI+B3ulj76Y5CpHEsp2cDyU2od5+GrmqPSVtG/Jpy4Bn\ndUE4AaeWUC4tTS3TXi5XZ3CC3Z+mCbggw4+5c5qcd6DSDxaEuJ/QApgfn66Q\naEanlcYLRu0qcnzmLeYIouSPo2jl9Bmt69FphCV+iwXu8HLv3vZYDLl1s8A1\n9XHl9Y+0n7H+MRzbixrCGcdsfI4OcbFRU8RLxBwZBZr+Wmpmt72iK3UrKtxA\nqVTv0k5Sh/aucNBrDOzl2hn1/skEIvUfr5v0hS1B+45IVjithe42Bf0RV4U7\ndAE8uihBUarlxAEdNH20NREDV/psB1P9xlrzatJZN0qWLa2O800eNbBDKpER\nbn0yCQ1p3Q2Zp2gscE1pE9B4U2dC9t8afFCwr/bCK0ABV4wV+E34G7qsnyiz\n2LfbDNdP0HO6jhwRbrIGXQDkEr+0fklWMg4vml0QaMJWuq8WBg/SHVmAYoK+\nNyPImv/RzJd8gm4DxH78RiGhWDN8T7SGiK1mZxUSt05a0op8vMBGTM42nqmx\n/Vzt\r\n=Oglm\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD3vSs63nkNdPfahAIhpZ38Ed4vf1kmeGTXOcwcLcZcuwIgJI2SV/AehftjNPoI/EaZqWp48GhkXGPeb8bhbgYOtBM="}]},"engines":{"node":">=8.0.0"}},"4.0.3":{"name":"engine.io-parser","version":"4.0.3","dependencies":{"base64-arraybuffer":"0.1.4"},"devDependencies":{"@babel/core":"~7.9.6","@babel/preset-env":"~7.9.6","babel-eslint":"^10.0.3","babelify":"^10.0.0","benchmark":"^2.1.4","eslint":"^6.8.0","eslint-config-prettier":"^6.9.0","expect.js":"0.3.1","mocha":"^5.2.0","nyc":"~15.0.1","prettier":"^1.19.1","socket.io-browsers":"^1.0.4","zuul":"3.11.1","zuul-ngrok":"4.0.0"},"dist":{"integrity":"sha512-xEAAY0msNnESNPc00e19y5heTPX4y/TJ36gr8t1voOaNmTojP9b3oK3BbJLFufW2XFPQaaijpFewm2g2Um3uqA==","shasum":"83d3a17acfd4226f19e721bb22a1ee8f7662d2f6","tarball":"https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-4.0.3.tgz","fileCount":10,"unpackedSize":17697,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhKyF4CRA9TVsSAnZWagAAYUcP/iMq7HaFrDfSlN93N0nL\nQqgE2KO1Wi3lAMsK4ym8HPnBYd9URL6Y/BsDQcj/ErT7HelXO8lJY/xtYakV\nW/9FFQ9UYEwfJOJvRuaTSDHuBDlUYufKcngKyjHRttx8RsCzyfT0giazo5cb\nhJ2vJUi60esBJRRBAkH3bYXf7fcjqATWiJnpAqGI0+Gb4Ovzzp2ms8fHdrUH\n3IUeoueBBLXWKQ5v9wQ0C4ed6EB24v3bVgdBlDczBNlSxMTnyEshxbuQEcSf\n7qzqXOPUjQM4zJFnmSm25u6L3QWLhNVpQb6mEI3eSWqJSEUm7iz9tm5pcvi/\neEq7J2qn2ocof7mZWgBqw7WggXxrjHKgDSGGwCpaNxzTBFu3C06MgLvsZr4S\nKDQlTkUaOnzBsqX2f127BwwKt2DBrNJz7b1Nwxx5rTvTDU0BR/U6oYuzC6UB\ncam9qm+8TjMLGO66v44+00pR8kRBuLstjyd8RCgzisozh+uRCOWFuUidLodr\nqGRb7xbO8ZTxO9Tt3z/dIVhb4N/6usOEQqoVDtuaseL1cI7C7m7++usr/tIx\n/n301BMOL+hFOOIUksbKhDESHi0lawiUbF9Yfj+dO1tbfaX3yLpJNaR1hDww\nbL4s5BGcuNc94IIVN6CgAKsE+pnUffOPGFNyW6sxTj/1nBxtLZdWTu2GoxIH\nO9CY\r\n=OEUO\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDMy44BODamADny2/dZ0QukDCgQqxtPqdzDfdyFu+hhrAiAF54hEqedfH1DYFNqfwcpcq3QhIY8wY3bliBVzU1NPBQ=="}]},"engines":{"node":">=8.0.0"}},"5.0.0":{"name":"engine.io-parser","version":"5.0.0","dependencies":{"base64-arraybuffer":"~1.0.1"},"devDependencies":{"@babel/core":"~7.9.6","@babel/preset-env":"~7.9.6","@types/mocha":"^9.0.0","@types/node":"^16.9.6","babelify":"^10.0.0","benchmark":"^2.1.4","expect.js":"0.3.1","mocha":"^5.2.0","nyc":"~15.0.1","prettier":"^1.19.1","rimraf":"^3.0.2","socket.io-browsers":"^1.0.4","ts-node":"^10.2.1","tsify":"^5.0.4","typescript":"^4.4.3","zuul":"3.11.1","zuul-ngrok":"4.0.0"},"dist":{"integrity":"sha512-wn6QavHEqXoM+cg+x8uUG7GhxLBCfKEKNEsCNc7V2ugj3gB3lK91l1MuZiy6xFB2V9D1eew0aWkmpiT/aBb/KA==","shasum":"07df5ff3b3be04121a86a78e1cd61668703ed915","tarball":"https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-5.0.0.tgz","fileCount":24,"unpackedSize":28243,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC9SpcnWEo3yKRI7azRL9Lf8pWvwV3JsQ9nopHkYFvsVQIgGTokQITtoSnD1PrwhjX4A17fihOC4swCU8B8wtK9CwE="}]},"engines":{"node":">=10.0.0"}},"5.0.1":{"name":"engine.io-parser","version":"5.0.1","dependencies":{"base64-arraybuffer":"~1.0.1"},"devDependencies":{"@babel/core":"~7.9.6","@babel/preset-env":"~7.9.6","@types/mocha":"^9.0.0","@types/node":"^16.9.6","babelify":"^10.0.0","benchmark":"^2.1.4","expect.js":"0.3.1","mocha":"^5.2.0","nyc":"~15.0.1","prettier":"^1.19.1","rimraf":"^3.0.2","socket.io-browsers":"^1.0.4","ts-node":"^10.2.1","tsify":"^5.0.4","typescript":"^4.4.3","zuul":"3.11.1","zuul-ngrok":"4.0.0"},"dist":{"integrity":"sha512-j4p3WwJrG2k92VISM0op7wiq60vO92MlF3CRGxhKHy9ywG1/Dkc72g0dXeDQ+//hrcDn8gqQzoEkdO9FN0d9AA==","shasum":"6695fc0f1e6d76ad4a48300ff80db5f6b3654939","tarball":"https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-5.0.1.tgz","fileCount":24,"unpackedSize":28626,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGYyrXU9WkSibXSPkmfxn+/ZsLiRaQMJZ0q5R6QQkIDYAiEAiQuJGLOtuCMzOriWoSGd4g3O2lK8kZZx5Ri5eg3IYNs="}]},"engines":{"node":">=10.0.0"}},"5.0.2":{"name":"engine.io-parser","version":"5.0.2","dependencies":{"base64-arraybuffer":"~1.0.1"},"devDependencies":{"@babel/core":"~7.9.6","@babel/preset-env":"~7.9.6","@types/mocha":"^9.0.0","@types/node":"^16.9.6","babelify":"^10.0.0","benchmark":"^2.1.4","expect.js":"0.3.1","mocha":"^5.2.0","nyc":"~15.0.1","prettier":"^1.19.1","rimraf":"^3.0.2","socket.io-browsers":"^1.0.4","ts-node":"^10.2.1","tsify":"^5.0.4","typescript":"^4.4.3","zuul":"3.11.1","zuul-ngrok":"4.0.0"},"dist":{"integrity":"sha512-wuiO7qO/OEkPJSFueuATIXtrxF7/6GTbAO9QLv7nnbjwZ5tYhLm9zxvLwxstRs0dcT0KUlWTjtIOs1T86jt12g==","shasum":"69a2ec3ed431da021f0666712d07f106bcffa6ce","tarball":"https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-5.0.2.tgz","fileCount":24,"unpackedSize":29236,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh2ptECRA9TVsSAnZWagAA6qwP/j1w4HCTZn/uo+3wIKqm\nWOocJxWsdCR/mXcEJhL7JP/OIzgXG4XGj2fKLPCz7AKxZ6WsHuAEocQtqFg6\nhgQJUyXrHErz0YjQCHXMf77el6j2coZWZgfw2z7uXNsLwHsrE+BxnNaCRmu+\nFOAEbl7WP1FSvmRJewD5o6SNZlvZ2AZzEAYMPBNaQL4DRV6GSlkonRhBqMWI\noXsUQFQWPtYjRE/Ik44fjuoeROPRn8Gg2Sil4RXjGNqMMU02NjLQdYkn9nmu\nNOBHiuRnTE6pR1q1uOIZVqOstGeyUusig/ZqvQQVxFp9PPg7LPvxXlIqDQpN\nz8AYO5bRPtocQSLG9HWimiBmkxgxMQK6GMGEj4gQUBIG7h3GhRNgDdHQBT38\nybZ5YeFUkkvj96/bN0Z6gqJMd5yC25UuLyj7IN5ygt1pcnfwU98j7fw6wS0l\nmCDZE+ejphnuMoXRIyUu6RSbqo4zi7A4299up2CjEvQDs5Gs3VEa606MTSyb\ncrZdgXePxBoGcpCpTBr1VMfKoLrM/3vHhSePrVBdI5jfrj2P0GSAtMCWonKF\nOESW+W7kAI9s4wGkK8QqtBC3tBK61DlVcObDOR6L66cxvRoxE0oa6siD6/eq\nAgERSIbnWhKlrjYDtlkXJVdNS/OsgpH6/GMiLyuW/5KPT/4zyS+RXXHpx8I3\nIBD9\r\n=Qzho\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDWmnnddCHwH3dINEHvayj/xgqV8AgoqN2vQvzwOfOsEgIhAPiABXLBlCs6sntPPK9Kkqcwz9HjD0WyNkdlC7o5po59"}]},"engines":{"node":">=10.0.0"}},"5.0.3":{"name":"engine.io-parser","version":"5.0.3","dependencies":{"@socket.io/base64-arraybuffer":"~1.0.2"},"devDependencies":{"@babel/core":"~7.9.6","@babel/preset-env":"~7.9.6","@types/mocha":"^9.0.0","@types/node":"^16.9.6","babelify":"^10.0.0","benchmark":"^2.1.4","expect.js":"0.3.1","mocha":"^5.2.0","nyc":"~15.0.1","prettier":"^1.19.1","rimraf":"^3.0.2","socket.io-browsers":"^1.0.4","ts-node":"^10.2.1","tsify":"^5.0.4","typescript":"^4.4.3","zuul":"3.11.1","zuul-ngrok":"4.0.0"},"dist":{"integrity":"sha512-BtQxwF27XUNnSafQLvDi0dQ8s3i6VgzSoQMJacpIcGNrlUdfHSKbgm3jmjCVvQluGzqwujQMPAoMai3oYSTurg==","shasum":"ca1f0d7b11e290b4bfda251803baea765ed89c09","tarball":"https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-5.0.3.tgz","fileCount":23,"unpackedSize":24918,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh5TYECRA9TVsSAnZWagAAWv4P/0U5FK4BaDL7D/0AICZD\nfrzDSWA7RT8ypJRWb1/CnbWlCJJ4c999C9Fa8syxm465coPq6hWzQo1l3Saq\n7Ldr0sWLZIyvSNu/oRfVVGhdBzecU4SWb8+8e0lglXT9CB8BdNUQoaa9EfsB\nan81ORklte5PCB99G3X2xPNv2KnbJ7JuaLhRbLXeFNlb95HnsIKimoA/iyL9\nykaZFnmM8YHZ3Zcx+hLlSIr7FGKKZj9PAcyc89mn0hPOa39wkd14mLPw5ZrO\n+ZKXs5E7noxLv1nPCCBS7j3iqjTJIpD8gIAojtXs3C6bedpx1zAsB9GK94ew\ne7A1zdZRga0lylMjJjs057Qubh8MojvD5ll2BPjvuVu2BK7O/oqHxo9/Iab2\nixfojQ07N3E53mdk4oDNP+4Nk+2wPqIW3hu7kdstRkFE3tuqcskhOW+5M6+k\npi0jWX6rK8YahwhEtstfourreSripDonAzCIDeDKfzQJW9Ho8kvlTcZRScQi\nH7DIyVts/LHjcvomezfbeIbYDhSgbvhuOMJR8Ya9nLqXbmAbPw5xfakkPMAr\n4kuT8NYEkaeQrz+/Z63XHhkDafa8Wn46fVhIEhpitS2E1Yq004a0UrUShAgH\nC4Dtdj8rVZMnj/rjtYmh1Rld7SagBSmHeLqYkpbnDtMbKlNX1R2TRh33AZ/M\nNWM4\r\n=wTP1\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEl8Syq6A0aGjwog2KAWHZo2shtCLRO09WC37amml8pMAiAziMrYPdGMmd51PrnJZ609Au4bnmhbvm+LWgwl+tbYIg=="}]},"engines":{"node":">=10.0.0"}},"5.0.4":{"name":"engine.io-parser","version":"5.0.4","devDependencies":{"@babel/core":"~7.9.6","@babel/preset-env":"~7.9.6","@types/mocha":"^9.0.0","@types/node":"^16.9.6","babelify":"^10.0.0","benchmark":"^2.1.4","expect.js":"0.3.1","mocha":"^5.2.0","nyc":"~15.0.1","prettier":"^1.19.1","rimraf":"^3.0.2","socket.io-browsers":"^1.0.4","ts-node":"^10.2.1","tsify":"^5.0.4","typescript":"^4.4.3","zuul":"3.11.1","zuul-ngrok":"4.0.0"},"dist":{"integrity":"sha512-+nVFp+5z1E3HcToEnO7ZIj3g+3k9389DvWtvJZz0T6/eOCPIyyxehFcedoYrZQrp0LgQbD9pPXhpMBKMd5QURg==","shasum":"0b13f704fa9271b3ec4f33112410d8f3f41d0fc0","tarball":"https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-5.0.4.tgz","fileCount":26,"unpackedSize":28576,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFO8DzXa+k2/ZvcLJ02/fCcglJQnOAFGARWl2a9YqJsKAiAds12HB5qRcMF4P0ZpcTMIeqXsJqtCvOF1pXuDYDziPw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJibSgZACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqr0hAAmDhQ41eMXoLP4MxXg2P4s/RoLO4DgYIh4KtK2i73FeF0E/xq\r\n0UhJ5ovxsuzIHbStfCywvYgVnaXGpE61MUa0RHR6N8g3tgmPIj8KIsdccK+r\r\n4MAtBOVHBQm4d+UNVARqMgmBzrNrEBfoNVsWkNZTZclRSVVjrYGjuxrO3uZg\r\nP6h9B2DDf3waTmiqUxOW1kR2NS2ecDsBxEoRwH7GAUrlwbwXHz+6uWh45NzO\r\nckQ0lqjMhYHBdrs54pJL/yyGyR1u3pVfEBxRQe6ahGUUv4VY2jjbI9QaZMlm\r\n0Be4JFl++iUVj2HiPN78DghmNRl7NpGXNsTzjvztLN8tNp8JaXiYH08Msgqn\r\nGjGVhcwg3riTKdmruxGZiropoxmPDrNVPVX9DiD6odupvBJQ8F7kD80Ux1I4\r\nfTa7k7zvXR/WQQZWAc9NSw4Cz6zfCmn199VykiByyK2f33FyJEhzrd9WoPkg\r\neu4QJQ/shHH3h1vmACTNDp/X/9XJYU1EfECUM5bYgmWJHfkZnYXdKL2MS2kK\r\nfqMDTG0wcHMpQzD2bhkbjQ/zVAH/7yvoQlhLArA6pOjiFmG5NErEzUMQWDh8\r\nwPaZ6MM612WCcEWdYie6S7jYWl6qj4StJJcPFQbcB6WzWhDMlA6gKjk684o/\r\n4UJ/4Q8M1tZb6aydHQT6K5dfTLRl7vHZ1vU=\r\n=OqG6\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=10.0.0"}},"5.0.5":{"name":"engine.io-parser","version":"5.0.5","devDependencies":{"@babel/core":"~7.9.6","@babel/preset-env":"~7.9.6","@types/mocha":"^9.0.0","@types/node":"^16.9.6","babelify":"^10.0.0","benchmark":"^2.1.4","expect.js":"0.3.1","mocha":"^5.2.0","nyc":"~15.0.1","prettier":"^1.19.1","rimraf":"^3.0.2","socket.io-browsers":"^1.0.4","ts-node":"^10.2.1","tsify":"^5.0.4","typescript":"^4.4.3","zuul":"3.11.1","zuul-ngrok":"4.0.0"},"dist":{"integrity":"sha512-mjEyaa4zhuuRhaSLOdjEb57X0XPP9JEsnXI4E+ivhwT0GgzUogARx4MqoY1jQyB+4Bkz3BUOmzL7t9RMKmlG3g==","shasum":"c6fa52e57d8d2dc68b24754348f779aa6e44f886","tarball":"https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-5.0.5.tgz","fileCount":26,"unpackedSize":28648,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDJDYDOYijgYuWSnn61XQwDEXDqpCDTZNj2cAGb3RHjQwIhAIAfBBDEUiIcLhUvFDhdpY2lgUhSAib08aXPwOYhaT8P"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjt/pKACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoieQ//XqtLPZ3PRN1VzZobXjUX7GqCbNYc2I3KvYSDrGwyQEmHGKbr\r\nR+Wz5DSCmrmUINrbnlDUZkXL8CP0XZbGqV4qTAGgEuRk0L02uMkTlt4o18Dd\r\n1WOG/TJ+NjZ7GGui5+iWrcD33Svaemwd5XWQ0vVpnFCvjuWZ739U/vopvBo1\r\nhaThP/fXb/fm1bTfKQYbHl47O9yZvnC3Po4JoAXvoKlp+sNN4Bb6nwzMx+tp\r\nfp5msv7ImaFFQHuKM6Kw1s42v7Tz4zmifvKfXsOdMqKMxvuAmmvTgnaJND7w\r\ngOrzBEnmBMlnEeqXCEAawjFloIcu5DJFvZjITxUGpoPJ0ivQ/+Cgx/4R0fLY\r\nD2a1pCm46PBIlUhlErcASgKqxthIhUKfcx3LDk0gBZzqT2C3IIYfSmPb9LG6\r\nmeapQ4imZrOyEiQjCD8VqfIEiOfECzxca26vkbEwbxIFxE8wxuWRoC7umFDi\r\nfix0qo44bHVEm6gyF/3d9jYnib50RfL15hRm0MYiDz9sWZD6Gh+qzFioC/ba\r\nUzjzsJz/0LEM/3FiMqBAsU0lF4qPDRVcPTNEY/mpeNjCDaS4f7nS2x2dk9Th\r\naZs8f2Lpn9AKFVN38ZRhfFNDQ8zddIo2zxAKpTAuMvgtgyoq9EGLpimxNYKk\r\nJh0q88qfDe+/SFIujUvZbyeaPCnDNovx80E=\r\n=LK1o\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=10.0.0"}},"5.0.6":{"name":"engine.io-parser","version":"5.0.6","devDependencies":{"@babel/core":"~7.9.6","@babel/preset-env":"~7.9.6","@types/mocha":"^9.0.0","@types/node":"^16.9.6","babelify":"^10.0.0","benchmark":"^2.1.4","expect.js":"0.3.1","mocha":"^5.2.0","nyc":"~15.0.1","prettier":"^1.19.1","rimraf":"^3.0.2","socket.io-browsers":"^1.0.4","ts-node":"^10.2.1","tsify":"^5.0.4","typescript":"^4.4.3","zuul":"3.11.1","zuul-ngrok":"4.0.0"},"dist":{"integrity":"sha512-tjuoZDMAdEhVnSFleYPCtdL2GXwVTGtNjoeJd9IhIG3C1xs9uwxqRNEu5WpnDZCaozwVlK/nuQhpodhXSIMaxw==","shasum":"7811244af173e157295dec9b2718dfe42a64ef45","tarball":"https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-5.0.6.tgz","fileCount":26,"unpackedSize":28754,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGief+ZGTznI9iw/AkACbrQ2Sy5yKQMQwQoKAzz5/qFeAiAI06NYg9f6Z6nPeIjnBko236zOiebx4BOVDUo1naPoHQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjxP5/ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpCTA/8D5t/DYyWXoxSyfr6oBu8YAMH/tu5mWXvpngMBnJweYoGKLrT\r\n4DXOaeq7DcKpA9l5A2NMnO4LsWawHFY/quT/MIrICRWLRWoySmm0bX1d/5MK\r\ng1REvw+YuTo/dwspSV2PU+koA/AUShV0mrrEE7YtaCCwJYwzUH+l8vXrJgik\r\nSv1WrxpSefo+5wHok/FHFjioEvrIX6q4V+8Kn/7z0cYtzL2jDebJq5PbxZMl\r\nASptMiIRgytejhn0h28JieZ54d5+4VrRjGsIEBFFsKGOzBEicsDbEISNRwCJ\r\nW6jPcq4pvRN0PTDhfHpuhwAgtxJ/F1VCsVxwmu6uOp/NYiVPKULr56LGziZb\r\n8fEk1gAzlh/NJ4RLYWvlzpAIsfxIbsswxxvY0ladI8Iyn9qYy2uOJ3WcPzkv\r\noBOl5tZYYKEozmm7M1JkfajbRHpJSJuo3Z1poxMp5vqBr2cjtETSKpBxb0qC\r\nb/7uSfXT5cikf0MjklMdd0EWryLKQFWe+1QQaMmEKiUUVOe340VWjpAWZoC3\r\nbcPC5hP+nn5pEgdU3jv2Im9DrH4YQDf3UsXdMgw87dUj8IKqCq99ot9t3ksF\r\n2JnDPYgchweAb2pecXtGG4RvCDofiBKbFfkxDjOPr+mdNAAW5QbupIJkMbA5\r\na2KDuydFBosl34W3vI8uppoIpsHQYju55pE=\r\n=80VK\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=10.0.0"}}},"modified":"2023-01-16T07:36:31.320Z"} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/content-v2/sha512/ec/67/a9dad6db1fec37c93c46be02e0d17cddddc2dc747aa7e25f0580c0ae5e799fe1cd8dd144b7cd061f76abd87490cae51e7e0f6be215d62160b01ded02b091 b/software/flow/.npm/_cacache/content-v2/sha512/ec/67/a9dad6db1fec37c93c46be02e0d17cddddc2dc747aa7e25f0580c0ae5e799fe1cd8dd144b7cd061f76abd87490cae51e7e0f6be215d62160b01ded02b091 deleted file mode 100644 index 119e5bf..0000000 --- a/software/flow/.npm/_cacache/content-v2/sha512/ec/67/a9dad6db1fec37c93c46be02e0d17cddddc2dc747aa7e25f0580c0ae5e799fe1cd8dd144b7cd061f76abd87490cae51e7e0f6be215d62160b01ded02b091 +++ /dev/null @@ -1 +0,0 @@ -{"name":"node-red-dashboard","dist-tags":{"latest":"3.3.1","next":"3.0.3-beta"},"versions":{"2.0.0":{"name":"node-red-dashboard","version":"2.0.0","dependencies":{"serve-static":"^1.10.0","socket.io":"^1.3.7"},"devDependencies":{"angular":"^1.5.6","angular-animate":"^1.5.6","angular-aria":"^1.5.6","angular-material":"^1.0.9","angular-material-icons":"^0.7.0","angular-messages":"^1.5.6","angular-mocks":"^1.5.6","angular-route":"^1.5.6","angular-sanitize":"^1.4.8","angularjs-nvd3-directives":"0.0.8","d3":"^3.5.17","font-awesome":"^4.6.1","gulp":"^3.9.0","gulp-angular-templatecache":"^1.8.0","gulp-concat":"^2.6.0","gulp-html-replace":"^1.6.0","gulp-html-src":"^1.0.0","gulp-if":"^2.0.0","gulp-jshint":"^2.0.1","gulp-clean-css":"^2.0.10","gulp-htmlmin":"^2.0.0","gulp-manifest":"^0.1.1","gulp-uglify":"^1.5.1","gulp-util":"^3.0.7","jquery":"^2.1.4","jshint":"^2.9.2","justgage":"^1.1.0","nvd3":"1.8.1","sprintf-js":"^1.0.3","streamqueue":"^1.1.1","svg-morpheus":"^0.3.0"},"dist":{"shasum":"0019333ee4500690a6868352c4f9601e005330a1","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.0.0.tgz","integrity":"sha512-Je1vjLa18ttszRFCzRiBfDPVNUyKNOGSyaiBC1ql9dE4py9tn9ZH0GXJud0PCrstzbd1jsBcg9UKLAjRTd540w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD6aBte0honJr0MjkJKIV0gW/TnTW2ptsaaA2udB8x+6gIhAOkNM0YEMQeADHuh/Ows6lDpao9h/671iCX1UhI2xzZT"}]}},"2.0.1":{"name":"node-red-dashboard","version":"2.0.1","dependencies":{"serve-static":"^1.10.0","socket.io":"^1.3.7"},"devDependencies":{"angular":"^1.5.6","angular-animate":"^1.5.6","angular-aria":"^1.5.6","angular-material":"^1.0.9","angular-material-icons":"^0.7.0","angular-messages":"^1.5.6","angular-mocks":"^1.5.6","angular-route":"^1.5.6","angular-sanitize":"^1.4.8","angularjs-nvd3-directives":"0.0.8","d3":"^3.5.17","font-awesome":"^4.6.1","gulp":"^3.9.0","gulp-angular-templatecache":"^1.8.0","gulp-concat":"^2.6.0","gulp-html-replace":"^1.6.0","gulp-html-src":"^1.0.0","gulp-if":"^2.0.0","gulp-jshint":"^2.0.1","gulp-clean-css":"^2.0.10","gulp-htmlmin":"^2.0.0","gulp-manifest":"^0.1.1","gulp-uglify":"^1.5.1","gulp-util":"^3.0.7","jquery":"^2.1.4","jshint":"^2.9.2","justgage":"^1.1.0","nvd3":"1.8.1","sprintf-js":"^1.0.3","streamqueue":"^1.1.1","svg-morpheus":"^0.3.0"},"dist":{"shasum":"9d92e45a713edebc834f3050b1f837316464beb6","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.0.1.tgz","integrity":"sha512-zAbpq40HLl24cp8RBAJbcCL/Zo3qA9NpEYBNjMCr8SSjJ+Wd4/AHB5SQeAyijCv8VCYmijRRwBkIB2h43wfPPA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAY6h4o3mB+oc96sEuUh5L3APsifvM8T1Uf+62uB7qdKAiAfw/cNL186s07uLU9uUDrFS3wXp/Gk471Q6x4zkHR8gw=="}]}},"2.0.2":{"name":"node-red-dashboard","version":"2.0.2","dependencies":{"serve-static":"^1.10.0","socket.io":"^1.3.7"},"devDependencies":{"angular":"^1.5.6","angular-animate":"^1.5.6","angular-aria":"^1.5.6","angular-material":"^1.0.9","angular-material-icons":"^0.7.0","angular-messages":"^1.5.6","angular-mocks":"^1.5.6","angular-route":"^1.5.6","angular-sanitize":"^1.4.8","angularjs-nvd3-directives":"^0.0.8","d3":"^3.5.17","font-awesome":"^4.6.1","gulp":"^3.9.0","gulp-angular-templatecache":"^1.8.0","gulp-concat":"^2.6.0","gulp-html-replace":"^1.6.0","gulp-html-src":"^1.0.0","gulp-if":"^2.0.0","gulp-jscs":"^4.0.0","gulp-jshint":"^2.0.1","gulp-clean-css":"^2.0.10","gulp-htmlmin":"^2.0.0","gulp-manifest":"^0.1.1","gulp-uglify":"^1.5.1","gulp-util":"^3.0.7","jquery":"^2.1.4","jshint":"^2.9.2","justgage":"^1.1.0","nvd3":"1.8.1","sprintf-js":"^1.0.3","streamqueue":"^1.1.1","svg-morpheus":"^0.3.0"},"dist":{"shasum":"445f46051c7d860ad51072bdaa93263c9784e045","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.0.2.tgz","integrity":"sha512-hzmAVxdb4UgC5558EMqxzqrQva2xDvzpwSyzCXwUAVgtbzUJCz+5e8Z1H+5gnSaJWFoUVsiN1yPENyNgOIc+rA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCID4VUFhvwo+/1cu0BA/N8dIC0BlJlcju3I9urIzH0fgLAiEAzcEk4hVbVkZkQWOZQX3CAJS4m4tjz3bx+172rpNpAAQ="}]}},"2.1.0":{"name":"node-red-dashboard","version":"2.1.0","dependencies":{"serve-static":"^1.10.0","socket.io":"^1.3.7"},"devDependencies":{"angular":"^1.5.6","angular-animate":"^1.5.6","angular-aria":"^1.5.6","angular-material":"^1.0.9","angular-material-icons":"^0.7.0","angular-messages":"^1.5.6","angular-mocks":"^1.5.6","angular-route":"^1.5.6","angular-sanitize":"^1.4.8","angularjs-nvd3-directives":"^0.0.8","d3":"^3.5.17","font-awesome":"^4.6.3","gulp":"^3.9.0","gulp-angular-templatecache":"^2.0.0","gulp-concat":"^2.6.0","gulp-header":"^1.8.8","gulp-html-replace":"^1.6.0","gulp-html-src":"^1.0.0","gulp-if":"^2.0.0","gulp-jscs":"^4.0.0","gulp-jshint":"^2.0.1","gulp-clean-css":"^2.0.13","gulp-htmlmin":"^3.0.0","gulp-manifest":"^0.1.1","gulp-uglify":"^2.0.0","gulp-util":"^3.0.7","jquery":"^2.1.4","jshint":"^2.9.2","justgage":"^1.1.0","nvd3":"1.8.1","sprintf-js":"^1.0.3","streamqueue":"^1.1.1","svg-morpheus":"^0.3.0"},"dist":{"shasum":"6f99811513347868eb5ec55e96c0fecb83b57973","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.1.0.tgz","integrity":"sha512-l3oqxZfwFvFV7Tokr8INjFQcPL0jf7buZL+0JHCKLZSMhrc8BsEcXZAxsSSlpitSyz6a2PZlldP646MJdxgFrQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGKMtXK9XNKDD+Q6Xn5gj1lV4gp+j/RKP1NnJ0tfh7j9AiA4OI9OFl45LBuI9xCJQRzcYXGR1U4e9K5ute8DlS2oHQ=="}]}},"2.2.0":{"name":"node-red-dashboard","version":"2.2.0","dependencies":{"serve-static":"^1.10.0","socket.io":"^1.7.0"},"devDependencies":{"angular":"~1.5.6","angular-animate":"~1.5.6","angular-aria":"~1.5.6","angular-chart.js":"^1.0.3","angularjs-color-picker":"^2.7.1","angular-material":"^1.1.1","angular-material-icons":"^0.7.1","angular-messages":"~1.5.6","angular-mocks":"~1.5.6","angular-route":"~1.5.6","angular-sanitize":"^1.4.8","chart.js":"~2.4.0","d3":"^3.5.17","font-awesome":"^4.6.3","gulp":"^3.9.0","gulp-angular-templatecache":"^2.0.0","gulp-clean-css":"^2.2.2","gulp-concat":"^2.6.0","gulp-header":"^1.8.8","gulp-html-replace":"^1.6.0","gulp-html-src":"^1.0.0","gulp-htmlmin":"^3.0.0","gulp-if":"^2.0.0","gulp-jscs":"^4.0.0","gulp-jshint":"^2.0.1","gulp-manifest":"^0.1.1","gulp-uglify":"^2.0.0","gulp-util":"^3.0.7","jquery":"^2.2.4","jshint":"^2.9.2","justgage":"^1.1.0","moment":"^2.17.0","sprintf-js":"^1.0.3","streamqueue":"^1.1.1","svg-morpheus":"^0.3.0","tinycolor2":"^1.3.0"},"dist":{"shasum":"3e323e5672fab73528d6060e4c11534942c1e41b","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.2.0.tgz","integrity":"sha512-Bt4K2BuFvNgAKJ8tADpGP2bcz5ehS8m7iEltDq3b2YKHjKDDKQRAElMFxCNl6/aMUYiN7nHs7TBzUQ2Vg91I8A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDjEfti1IdEQ+E8K0OBXma1L+7GyZumvm45h628hOu3lAIhAJTfWorLFtBaNKGcEsLv9xEkFoG6JoC6qx2mlBi9iREH"}]}},"2.2.1":{"name":"node-red-dashboard","version":"2.2.1","dependencies":{"serve-static":"^1.10.0","socket.io":"^1.7.0"},"devDependencies":{"angular":"~1.5.6","angular-animate":"~1.5.6","angular-aria":"~1.5.6","angular-chart.js":"^1.0.3","angularjs-color-picker":"^2.7.1","angular-material":"^1.1.1","angular-material-icons":"^0.7.1","angular-messages":"~1.5.6","angular-mocks":"~1.5.6","angular-route":"~1.5.6","angular-sanitize":"^1.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.6.3","gulp":"^3.9.0","gulp-angular-templatecache":"^2.0.0","gulp-clean-css":"^2.2.2","gulp-concat":"^2.6.0","gulp-header":"^1.8.8","gulp-html-replace":"^1.6.0","gulp-html-src":"^1.0.0","gulp-htmlmin":"^3.0.0","gulp-if":"^2.0.0","gulp-jscs":"^4.0.0","gulp-jshint":"^2.0.1","gulp-manifest":"^0.1.1","gulp-uglify":"^2.0.0","gulp-util":"^3.0.7","jquery":"^2.2.4","jshint":"^2.9.2","justgage":"^1.1.0","moment":"^2.17.0","sprintf-js":"^1.0.3","streamqueue":"^1.1.1","svg-morpheus":"^0.3.0","tinycolor2":"^1.3.0"},"dist":{"shasum":"8fae8e66a48c1017e625d74ec1739a8f440f2979","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.2.1.tgz","integrity":"sha512-C4jTAx7/xBQiDFu1cLSdkoWUYubb+xVTBNdU9kgHRjE3jHQDXdlDatXwgeL7MLMU7GNsICh/5VUjdkBOopYIwQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC/ciEgxS7izir5KnZHV3K5sFzklOb7mtuvarljPi3V+gIgLEbeL8L9m7wC3gKMosWkQSxlNW39X60sBSHmlRs427k="}]}},"2.3.0":{"name":"node-red-dashboard","version":"2.3.0","dependencies":{"serve-static":"^1.10.0","socket.io":"^1.7.0"},"devDependencies":{"angular":"~1.5.10","angular-animate":"~1.5.10","angular-aria":"~1.5.10","angular-chart.js":"^1.0.3","angularjs-color-picker":"^2.7.2","angular-material":"^1.1.1","angular-material-icons":"^0.7.1","angular-messages":"~1.5.10","angular-mocks":"~1.5.10","angular-route":"~1.5.10","angular-sanitize":"^1.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.6.3","gulp":"^3.9.0","gulp-angular-templatecache":"^2.0.0","gulp-clean-css":"^2.2.2","gulp-concat":"^2.6.0","gulp-header":"^1.8.8","gulp-html-replace":"^1.6.0","gulp-html-src":"^1.0.0","gulp-htmlmin":"^3.0.0","gulp-if":"^2.0.0","gulp-insert-lines":"0.0.4","gulp-jscs":"^4.0.0","gulp-jshint":"^2.0.1","gulp-manifest":"^0.1.1","gulp-remove-html":"^1.3.0","gulp-resources":"^0.5.0","gulp-uglify":"^2.0.0","gulp-util":"^3.0.8","jquery":"^2.2.4","jshint":"^2.9.2","justgage":"^1.1.0","less":"^2.7.1","moment":"^2.17.0","sprintf-js":"^1.0.3","streamqueue":"^1.1.1","svg-morpheus":"^0.3.0","tinycolor2":"^1.3.0"},"dist":{"shasum":"d653b3c1564c6a72eaeb5c59bed1af063d2a53ef","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.3.0.tgz","integrity":"sha512-iOGQjb/vz2UT2OaVj07M6darRJwBxR9zRPKgjp8YN0D6Slbg0NVc8l/LYOk5dawxA8MeMRnQk3lCbdsRGcsiXQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHq2g004quTFpkp+naMT7PDPZsTsHBkyZUbFAE0J+KgAAiAU0lGIgdOmHPniL2/MKqHaSyLkTslLPqJDhNdgce67FA=="}]}},"2.3.1":{"name":"node-red-dashboard","version":"2.3.1","dependencies":{"serve-static":"^1.10.0","socket.io":"^1.7.0"},"devDependencies":{"angular":"~1.5.10","angular-animate":"~1.5.10","angular-aria":"~1.5.10","angular-chart.js":"^1.0.3","angularjs-color-picker":"^2.7.2","angular-material":"^1.1.1","angular-material-icons":"^0.7.1","angular-messages":"~1.5.10","angular-mocks":"~1.5.10","angular-route":"~1.5.10","angular-sanitize":"^1.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.6.3","gulp":"^3.9.0","gulp-angular-templatecache":"^2.0.0","gulp-clean-css":"^2.2.2","gulp-concat":"^2.6.0","gulp-header":"^1.8.8","gulp-html-replace":"^1.6.0","gulp-html-src":"^1.0.0","gulp-htmlmin":"^3.0.0","gulp-if":"^2.0.0","gulp-insert-lines":"0.0.4","gulp-jscs":"^4.0.0","gulp-jshint":"^2.0.1","gulp-manifest":"^0.1.1","gulp-remove-html":"^1.3.0","gulp-resources":"^0.5.0","gulp-uglify":"^2.0.0","gulp-util":"^3.0.8","jquery":"^2.2.4","jshint":"^2.9.2","justgage":"^1.1.0","less":"^2.7.1","moment":"^2.17.0","sprintf-js":"^1.0.3","streamqueue":"^1.1.1","svg-morpheus":"^0.3.0","tinycolor2":"^1.3.0"},"dist":{"shasum":"0d4e6b1f6e5547712d76362aea61f0a88efa599b","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.3.1.tgz","integrity":"sha512-xB/Mr3NgmEDArOxc9PAWV9M26KgPKUzyt4Cz6pztP81w9HNafzwCZ1yKJsdsAHCIeiT4VKyF2IvgT3oUabB8qQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD/Gy6wxERY1an4YwT3AAE5WuGkg+l5D0svkmXHHpgTPQIhAM98lBCRa+uvEGkE6foF2IyDroRnNEBAKK7EagW1DRTs"}]}},"2.3.2":{"name":"node-red-dashboard","version":"2.3.2","dependencies":{"serve-static":"^1.10.0","socket.io":"^1.7.0"},"devDependencies":{"angular":"~1.5.10","angular-animate":"~1.5.10","angular-aria":"~1.5.10","angular-chart.js":"^1.0.3","angularjs-color-picker":"^2.7.2","angular-material":"^1.1.1","angular-material-icons":"^0.7.1","angular-messages":"~1.5.10","angular-mocks":"~1.5.10","angular-route":"~1.5.10","angular-sanitize":"^1.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.6.3","gulp":"^3.9.0","gulp-angular-templatecache":"^2.0.0","gulp-clean-css":"^2.2.2","gulp-concat":"^2.6.0","gulp-header":"^1.8.8","gulp-html-replace":"^1.6.0","gulp-html-src":"^1.0.0","gulp-htmlmin":"^3.0.0","gulp-if":"^2.0.0","gulp-insert-lines":"0.0.4","gulp-jscs":"^4.0.0","gulp-jshint":"^2.0.1","gulp-manifest":"^0.1.1","gulp-remove-html":"^1.3.0","gulp-resources":"^0.5.0","gulp-uglify":"^2.0.0","gulp-util":"^3.0.8","jquery":"^2.2.4","jshint":"^2.9.2","justgage":"^1.1.0","less":"^2.7.1","moment":"^2.17.0","sprintf-js":"^1.0.3","streamqueue":"^1.1.1","svg-morpheus":"^0.3.0","tinycolor2":"^1.3.0"},"dist":{"shasum":"34739e83760ba2ad028a4ad534d0f8179759de00","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.3.2.tgz","integrity":"sha512-aTGvuVASaqVNNKaA/OLXwK2VXqOHkIFa6zKsipNitlB6QKXXOKEfIWsFNACLDGSmH+i3M+jUWymmaIz2h+1rhA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC5TStUlfVlfxlurY24BU4kkxPNO7l83USpkfxALQwXPQIgCwn8FfbhyfTheA9Dq6mppg7Fa+YIEzDUejBoEJS7GGE="}]}},"2.3.3":{"name":"node-red-dashboard","version":"2.3.3","dependencies":{"serve-static":"^1.10.0","socket.io":"^1.7.0"},"devDependencies":{"angular":"~1.5.11","angular-animate":"~1.5.11","angular-aria":"~1.5.11","angular-chart.js":"^1.0.3","angularjs-color-picker":"^2.7.2","angular-material":"^1.1.1","angular-material-icons":"^0.7.1","angular-messages":"~1.5.11","angular-mocks":"~1.5.11","angular-route":"~1.5.11","angular-sanitize":"^1.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.6.3","gulp":"^3.9.0","gulp-angular-templatecache":"^2.0.0","gulp-clean-css":"^2.4.0","gulp-concat":"^2.6.0","gulp-header":"^1.8.8","gulp-html-replace":"^1.6.0","gulp-html-src":"^1.0.0","gulp-htmlmin":"^3.0.0","gulp-if":"^2.0.0","gulp-insert-lines":"0.0.4","gulp-jscs":"^4.0.0","gulp-jshint":"^2.0.1","gulp-manifest":"^0.1.1","gulp-remove-html":"^1.3.0","gulp-resources":"^0.5.0","gulp-uglify":"^2.0.0","gulp-util":"^3.0.8","jquery":"^2.2.4","jshint":"^2.9.2","justgage":"^1.1.0","less":"^2.7.1","moment":"^2.17.0","sprintf-js":"^1.0.3","streamqueue":"^1.1.1","svg-morpheus":"^0.3.0","tinycolor2":"^1.3.0"},"dist":{"shasum":"1fa3f6f291bcf18b222c1ecaefef15e1fff07600","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.3.3.tgz","integrity":"sha512-O3BkdlksWBZFI/QZthmQ2+211H0rSBQJJVXw5E/9lDGSHCn+g8aC/iLWYpB3sRwgU0DJwUGHuuZYnGm5GfoAPw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIA9N0ScTPiqmSgwQ2IHcZeaoknGWj3HZj4oJXqiNNEQrAiB4Xa6TgvGckP8kqXIsOEgIFzdJbAVtIaL96eJKraSMhg=="}]}},"2.3.4":{"name":"node-red-dashboard","version":"2.3.4","dependencies":{"serve-static":"^1.11.2","socket.io":"^1.7.3"},"devDependencies":{"angular":"~1.5.11","angular-animate":"~1.5.11","angular-aria":"~1.5.11","angular-chart.js":"^1.0.3","angularjs-color-picker":"^2.7.2","angular-material":"^1.1.1","angular-material-icons":"^0.7.1","angular-messages":"~1.5.11","angular-mocks":"~1.5.11","angular-route":"~1.5.11","angular-sanitize":"^1.4.8","angular-touch":"~1.5.11","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"^3.9.1","gulp-angular-templatecache":"^2.0.0","gulp-clean-css":"^2.4.0","gulp-concat":"^2.6.1","gulp-header":"^1.8.8","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^3.0.0","gulp-if":"^2.0.2","gulp-insert-lines":"0.0.4","gulp-jscs":"^4.0.0","gulp-jshint":"^2.0.4","gulp-manifest":"^0.1.1","gulp-remove-html":"^1.3.0","gulp-resources":"^0.5.0","gulp-uglify":"^2.0.1","gulp-util":"^3.0.8","jquery":"^2.2.4","jshint":"^2.9.4","justgage":"^1.2.2","less":"^2.7.2","moment":"^2.17.1","sprintf-js":"^1.0.3","streamqueue":"^1.1.1","svg-morpheus":"^0.3.0","tinycolor2":"^1.4.1"},"dist":{"shasum":"5157d92166f7adf3660ea365e75803d6a59455d0","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.3.4.tgz","integrity":"sha512-rXPpk1pr5XYtMaa8dJJlxPwp053CBIjPSAR5TFZZ3F8a/rfrBNcl2pGIW0heHnStRXL/mfkodFN84WxgocSxqA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDgaZa/6iz8VCS3jKR/SXJQ8lmsm3jKg9S/QGXDVAQR5QIhAPlk+ALvnXnCkm8H8v0kEpknLMd1hs/gumRORJGVoNej"}]}},"2.3.5":{"name":"node-red-dashboard","version":"2.3.5","dependencies":{"serve-static":"^1.11.2","socket.io":"^1.7.3"},"devDependencies":{"angular":"~1.5.11","angular-animate":"~1.5.11","angular-aria":"~1.5.11","angular-chart.js":"^1.0.3","angularjs-color-picker":"^2.7.2","angular-material":"^1.1.1","angular-material-icons":"^0.7.1","angular-messages":"~1.5.11","angular-mocks":"~1.5.11","angular-route":"~1.5.11","angular-sanitize":"^1.4.8","angular-touch":"~1.5.11","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"^3.9.1","gulp-angular-templatecache":"^2.0.0","gulp-clean-css":"^2.4.0","gulp-concat":"^2.6.1","gulp-header":"^1.8.8","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^3.0.0","gulp-if":"^2.0.2","gulp-insert-lines":"0.0.4","gulp-jscs":"^4.0.0","gulp-jshint":"^2.0.4","gulp-manifest":"^0.1.1","gulp-remove-html":"^1.3.0","gulp-resources":"^0.5.0","gulp-uglify":"^2.0.1","gulp-util":"^3.0.8","jquery":"^2.2.4","jshint":"^2.9.4","justgage":"^1.2.2","less":"^2.7.2","moment":"^2.17.1","sprintf-js":"^1.0.3","streamqueue":"^1.1.1","svg-morpheus":"^0.3.0","tinycolor2":"^1.4.1"},"dist":{"shasum":"dfe836098d547e38aad132c97eecec851d51a896","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.3.5.tgz","integrity":"sha512-KcQNkujAATHZmVPwHp6sRHh3psnCwLl7tXe+9liCIC/8Iq66ha2Vx9KLKpkXHW2brVbDGWE3oiCzb4tN2EtPZA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC50YQ5pLHdlrfmrI8Y6SlgpMQG2xUXfkhETjpnflAGbAIhAL61SyHAfe+zX+IobWjdfjpowmlvk6vr3W0L66RBPD4A"}]}},"2.3.6":{"name":"node-red-dashboard","version":"2.3.6","dependencies":{"serve-static":"^1.11.2","socket.io":"^1.7.3"},"devDependencies":{"angular":"~1.5.11","angular-animate":"~1.5.11","angular-aria":"~1.5.11","angular-chart.js":"^1.0.3","angularjs-color-picker":"^2.7.2","angular-material":"^1.1.1","angular-material-icons":"^0.7.1","angular-messages":"~1.5.11","angular-mocks":"~1.5.11","angular-route":"~1.5.11","angular-sanitize":"~1.5.11","angular-touch":"~1.5.11","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"^3.9.1","gulp-angular-templatecache":"^2.0.0","gulp-clean-css":"^2.4.0","gulp-concat":"^2.6.1","gulp-header":"^1.8.8","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^3.0.0","gulp-if":"^2.0.2","gulp-insert-lines":"0.0.4","gulp-jscs":"^4.0.0","gulp-jshint":"^2.0.4","gulp-manifest":"^0.1.1","gulp-remove-html":"^1.3.0","gulp-resources":"^0.5.0","gulp-uglify":"^2.0.1","gulp-util":"^3.0.8","jquery":"^2.2.4","jshint":"^2.9.4","justgage":"^1.2.2","less":"^2.7.2","moment":"^2.17.1","sprintf-js":"^1.0.3","streamqueue":"^1.1.1","svg-morpheus":"^0.3.0","tinycolor2":"^1.4.1"},"dist":{"shasum":"41a17fce4e5179f650d71a3e17cd95a8dd1dd3fe","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.3.6.tgz","integrity":"sha512-CkN2JsF83ZhG7bidqqz91NdsS7WKHFswymcnFmFbRYDmyaB1wy4n0s+T4/czQvnSQGe2d9paOY9u+Bh4YEf59Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHoa+Vnuru0nONBAcZGGYNFHdgdnDPur0KTuIyv7lWfRAiEA8xEwehVuPMymWHKB0m/MCvMzXeoT3KqFM0qPsmIIz5I="}]}},"2.3.8":{"name":"node-red-dashboard","version":"2.3.8","dependencies":{"serve-static":"^1.11.2","socket.io":"^1.7.3"},"devDependencies":{"angular":"~1.5.11","angular-animate":"~1.5.11","angular-aria":"~1.5.11","angular-chart.js":"^1.0.3","angularjs-color-picker":"^2.7.2","angular-material":"^1.1.1","angular-material-icons":"^0.7.1","angular-messages":"~1.5.11","angular-mocks":"~1.5.11","angular-route":"~1.5.11","angular-sanitize":"~1.5.11","angular-touch":"~1.5.11","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"^3.9.1","gulp-angular-templatecache":"^2.0.0","gulp-clean-css":"^3.0.4","gulp-concat":"^2.6.1","gulp-header":"^1.8.8","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^3.0.0","gulp-if":"^2.0.2","gulp-insert-lines":"0.0.4","gulp-jscs":"^4.0.0","gulp-jshint":"^2.0.4","gulp-manifest":"^0.1.1","gulp-remove-html":"^1.3.0","gulp-resources":"^0.5.0","gulp-uglify":"^2.1.2","gulp-util":"^3.0.8","jquery":"^2.2.4","jshint":"^2.9.4","justgage":"^1.2.2","less":"^2.7.2","moment":"^2.18.1","sprintf-js":"^1.0.3","streamqueue":"^1.1.1","svg-morpheus":"^0.3.0","tinycolor2":"^1.4.1"},"dist":{"shasum":"a270d7c6542075de1dc39cf7567c14db69b00dfd","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.3.8.tgz","integrity":"sha512-DTREcVW2/34mVbewDkLwLx2e04kfKyqPj9seO3C3yAdngy9J853qwJdFR/8z6vywBB44ffaTSvBeQhZUbXL9Kw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCUwYVfcHVrgmSblGwi+IyouKCkxFT6hN1vIjbqZ9Ah5wIhAJ4zY093Bm/CZJQEBYQXCQFI5wTsayAnKUuqj+7EzouN"}]}},"2.3.9":{"name":"node-red-dashboard","version":"2.3.9","dependencies":{"serve-static":"^1.11.2","socket.io":"^1.7.3"},"devDependencies":{"angular":"~1.5.11","angular-animate":"~1.5.11","angular-aria":"~1.5.11","angular-chart.js":"^1.0.3","angularjs-color-picker":"^2.7.2","angular-material":"^1.1.1","angular-material-icons":"^0.7.1","angular-messages":"~1.5.11","angular-mocks":"~1.5.11","angular-route":"~1.5.11","angular-sanitize":"~1.5.11","angular-touch":"~1.5.11","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"^3.9.1","gulp-angular-templatecache":"^2.0.0","gulp-clean-css":"^3.0.4","gulp-concat":"^2.6.1","gulp-header":"^1.8.8","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^3.0.0","gulp-if":"^2.0.2","gulp-insert-lines":"0.0.4","gulp-jscs":"^4.0.0","gulp-jshint":"^2.0.4","gulp-manifest":"^0.1.1","gulp-remove-html":"^1.3.0","gulp-resources":"^0.5.0","gulp-uglify":"^2.1.2","gulp-util":"^3.0.8","jquery":"^2.2.4","jshint":"^2.9.4","justgage":"^1.2.2","less":"^2.7.2","moment":"^2.18.1","sprintf-js":"^1.0.3","streamqueue":"^1.1.1","svg-morpheus":"^0.3.0","tinycolor2":"^1.4.1"},"dist":{"shasum":"6c31d9d87679413f0f3e0cec331111fae84e8d0c","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.3.9.tgz","integrity":"sha512-QN/fCeuh03pyFlLf7a3ZtgApEVG2Bz1KzJ/HiHz3lYS3IVRBRdxTWEtU1ihO1CtfI5EOJ7ZjCV8tVWwSPp/kzA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCqxzfOwSbX9GzuenSyVe59I0dO/o4hVc51q1q2NYoLUQIgI1mbWIbBUUzqt0fo7t+7m1gxfVtaR17qgmDnt3y9k8U="}]}},"2.3.10":{"name":"node-red-dashboard","version":"2.3.10","dependencies":{"serve-static":"^1.11.2","socket.io":"^1.7.3"},"devDependencies":{"angular":"~1.5.11","angular-animate":"~1.5.11","angular-aria":"~1.5.11","angular-chart.js":"^1.0.3","angularjs-color-picker":"^2.7.2","angular-material":"^1.1.1","angular-material-icons":"^0.7.1","angular-messages":"~1.5.11","angular-mocks":"~1.5.11","angular-route":"~1.5.11","angular-sanitize":"~1.5.11","angular-touch":"~1.5.11","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"^3.9.1","gulp-angular-templatecache":"^2.0.0","gulp-clean-css":"^3.0.4","gulp-concat":"^2.6.1","gulp-header":"^1.8.8","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^3.0.0","gulp-if":"^2.0.2","gulp-insert-lines":"0.0.4","gulp-jscs":"^4.0.0","gulp-jshint":"^2.0.4","gulp-manifest":"^0.1.1","gulp-remove-html":"^1.3.0","gulp-resources":"^0.5.0","gulp-uglify":"^2.1.2","gulp-util":"^3.0.8","jquery":"^2.2.4","jshint":"^2.9.4","justgage":"^1.2.2","less":"^2.7.2","moment":"^2.18.1","sprintf-js":"^1.0.3","streamqueue":"^1.1.1","svg-morpheus":"^0.3.0","tinycolor2":"^1.4.1"},"dist":{"shasum":"68b337efd295b72e6eb3df633f51d3aa4c2b8fa9","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.3.10.tgz","integrity":"sha512-BGz1kVg+xLgmgvDTcDeao4LdUbDBwqPQDbgwZU/ESragVfUDrxApQkvkWJqmlFIevJ/FRrJswP71Dje8VAGzfQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBpu0mteU7L46eQvZg74WZOdZOlEUzIcQQBCdLnHJRh1AiBraW9H13/3ajsa7UNK3/utnwZJjO3GARFGKQeVCv1UjA=="}]},"hasInstallScript":true},"2.3.11":{"name":"node-red-dashboard","version":"2.3.11","dependencies":{"serve-static":"^1.11.2","socket.io":"^1.7.3"},"devDependencies":{"angular":"~1.5.11","angular-animate":"~1.5.11","angular-aria":"~1.5.11","angular-chart.js":"^1.0.3","angularjs-color-picker":"^2.7.2","angular-material":"^1.1.1","angular-material-icons":"^0.7.1","angular-messages":"~1.5.11","angular-mocks":"~1.5.11","angular-route":"~1.5.11","angular-sanitize":"~1.5.11","angular-touch":"~1.5.11","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"^3.9.1","gulp-angular-templatecache":"^2.0.0","gulp-clean-css":"^3.0.4","gulp-concat":"^2.6.1","gulp-header":"^1.8.8","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^3.0.0","gulp-if":"^2.0.2","gulp-insert-lines":"0.0.4","gulp-jscs":"^4.0.0","gulp-jshint":"^2.0.4","gulp-manifest":"^0.1.1","gulp-remove-html":"^1.3.0","gulp-resources":"^0.5.0","gulp-uglify":"^2.1.2","gulp-util":"^3.0.8","jquery":"^2.2.4","jshint":"^2.9.4","justgage":"^1.2.2","less":"^2.7.2","moment":"^2.18.1","sprintf-js":"^1.0.3","streamqueue":"^1.1.1","svg-morpheus":"^0.3.0","tinycolor2":"^1.4.1"},"dist":{"shasum":"00885a40df2e06194efc4ca4a670426eeb0fba6f","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.3.11.tgz","integrity":"sha512-d5IC0Fe3cJKO2yUNcJ3C8TUdBABF4iXaANcV30EhIYBo43cbG1RYAECj3eBLMMJvTlOIdm93gP4vHunp7GqdhQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFbfgz4PmLpzawKRXM7f8vCjLonRiBAwPSg8OGcbGbQVAiEAw0b5ylc7luaI4X6lfsrM33KvJJjiGh9+6vVhKHnQhz4="}]},"hasInstallScript":true},"2.4.0":{"name":"node-red-dashboard","version":"2.4.0","dependencies":{"serve-static":"^1.11.2","socket.io":"^2.0.3"},"devDependencies":{"angular":"~1.5.11","angular-animate":"~1.5.11","angular-aria":"~1.5.11","angular-chart.js":"^1.0.3","angularjs-color-picker":"^2.7.2","angular-material":"^1.1.1","angular-material-icons":"^0.7.1","angular-messages":"~1.5.11","angular-mocks":"~1.5.11","angular-route":"~1.5.11","angular-sanitize":"~1.5.11","angular-touch":"~1.5.11","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"^3.9.1","gulp-angular-templatecache":"^2.0.0","gulp-clean-css":"^3.0.4","gulp-concat":"^2.6.1","gulp-header":"^1.8.8","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^3.0.0","gulp-if":"^2.0.2","gulp-insert-lines":"0.0.4","gulp-jscs":"^4.0.0","gulp-jshint":"^2.0.4","gulp-manifest":"^0.1.1","gulp-remove-html":"^1.3.0","gulp-resources":"^0.5.0","gulp-uglify":"^2.1.2","gulp-util":"^3.0.8","jquery":"^2.2.4","jshint":"^2.9.4","justgage":"^1.2.2","less":"^2.7.2","moment":"^2.18.1","sprintf-js":"^1.0.3","streamqueue":"^1.1.1","svg-morpheus":"^0.3.0","tinycolor2":"^1.4.1"},"dist":{"shasum":"59f787bec321f63ecc69ae3dc67ea73a2c4bb2d1","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.4.0.tgz","integrity":"sha512-TPfzAqT8yJxcKpsDM8SZ3QLkAw2oDPfh3MYjU9hlwF0y7ylFQKiUohI2cDpn4RFZsOAWyLYIE7YqXckqk2VwSw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHLAdrr5JzC4dfZEHfLSxMpA6H/AtoK7HnoOlycLwIpyAiEA3PYeu7f5eulVftd/gYK3uHvHmiJL9irSa1EY7wy8mmk="}]},"hasInstallScript":true},"2.4.1":{"name":"node-red-dashboard","version":"2.4.1","dependencies":{"serve-static":"^1.11.2","socket.io":"^2.0.3"},"devDependencies":{"angular":"~1.5.11","angular-animate":"~1.5.11","angular-aria":"~1.5.11","angular-chart.js":"^1.0.3","angularjs-color-picker":"^2.7.2","angular-material":"^1.1.1","angular-material-icons":"^0.7.1","angular-messages":"~1.5.11","angular-mocks":"~1.5.11","angular-route":"~1.5.11","angular-sanitize":"~1.5.11","angular-touch":"~1.5.11","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"^3.9.1","gulp-angular-templatecache":"^2.0.0","gulp-clean-css":"^3.0.4","gulp-concat":"^2.6.1","gulp-header":"^1.8.8","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^3.0.0","gulp-if":"^2.0.2","gulp-insert-lines":"0.0.4","gulp-jscs":"^4.0.0","gulp-jshint":"^2.0.4","gulp-manifest":"^0.1.1","gulp-remove-html":"^1.3.0","gulp-resources":"^0.5.0","gulp-uglify":"^2.1.2","gulp-util":"^3.0.8","jquery":"^2.2.4","jshint":"^2.9.4","justgage":"^1.2.2","less":"^2.7.2","moment":"^2.18.1","sprintf-js":"^1.0.3","streamqueue":"^1.1.1","svg-morpheus":"^0.3.0","tinycolor2":"^1.4.1"},"dist":{"shasum":"9efcb16e78e4d4ff3878bd6e43ff6e8b10175dcc","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.4.1.tgz","integrity":"sha512-l/GJTU3kujITXLgVv3GsEUdIh4N/8naNgFia9kR+gF5Z8cNHXmAthC3P65GNoB62D0st0HM3tb36oYoQLppb4A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCmGDRMac6jlJSUal1qZLY4z9KOLWwi+BHfgPjX6d1NNQIhAPPXUlbCifZlhJ79Zou0DUHZutoeNyu+Y6lrpnOeHctq"}]},"hasInstallScript":true},"2.4.2":{"name":"node-red-dashboard","version":"2.4.2","dependencies":{"serve-static":"^1.11.2","socket.io":"^1.7.4"},"devDependencies":{"angular":"~1.5.11","angular-animate":"~1.5.11","angular-aria":"~1.5.11","angular-chart.js":"^1.0.3","angularjs-color-picker":"^2.7.2","angular-material":"^1.1.1","angular-material-icons":"^0.7.1","angular-messages":"~1.5.11","angular-mocks":"~1.5.11","angular-route":"~1.5.11","angular-sanitize":"~1.5.11","angular-touch":"~1.5.11","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"^3.9.1","gulp-angular-templatecache":"^2.0.0","gulp-clean-css":"^3.0.4","gulp-concat":"^2.6.1","gulp-header":"^1.8.8","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^3.0.0","gulp-if":"^2.0.2","gulp-insert-lines":"0.0.4","gulp-jscs":"^4.0.0","gulp-jshint":"^2.0.4","gulp-manifest":"^0.1.1","gulp-remove-html":"^1.3.0","gulp-resources":"^0.5.0","gulp-uglify":"^2.1.2","gulp-util":"^3.0.8","jquery":"^2.2.4","jshint":"^2.9.4","justgage":"^1.2.2","less":"^2.7.2","moment":"^2.18.1","sprintf-js":"^1.0.3","streamqueue":"^1.1.1","svg-morpheus":"^0.3.0","tinycolor2":"^1.4.1"},"dist":{"shasum":"06d71d8776c04ed79adae4e0ed5974af343373ea","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.4.2.tgz","integrity":"sha512-/xJC3sTHjy9AWF5Itsf/Ye+/v6+5LU6TZHzlP8gFxAZBsfa3f2A8JGJQuVSFJJEgLOWxuxu4BRD4JSzW/Esglg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCnmf5HQP6B/XNVB/tVnQ5sg9+W4RQcd7fSzQZqVD1NiQIgG0Bbnk7doIOe99ffvvhDJv8zncS8kePM5GUOVBf4T6A="}]},"hasInstallScript":true},"2.4.3":{"name":"node-red-dashboard","version":"2.4.3","dependencies":{"serve-static":"^1.11.2","socket.io":"^1.7.4"},"devDependencies":{"angular":"~1.5.11","angular-animate":"~1.5.11","angular-aria":"~1.5.11","angular-chart.js":"^1.0.3","angularjs-color-picker":"^2.7.2","angular-material":"^1.1.1","angular-material-icons":"^0.7.1","angular-messages":"~1.5.11","angular-mocks":"~1.5.11","angular-route":"~1.5.11","angular-sanitize":"~1.5.11","angular-touch":"~1.5.11","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"^3.9.1","gulp-angular-templatecache":"^2.0.0","gulp-clean-css":"^3.0.4","gulp-concat":"^2.6.1","gulp-header":"^1.8.8","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^3.0.0","gulp-if":"^2.0.2","gulp-insert-lines":"0.0.4","gulp-jscs":"^4.0.0","gulp-jshint":"^2.0.4","gulp-manifest":"^0.1.1","gulp-remove-html":"^1.3.0","gulp-resources":"^0.5.0","gulp-uglify":"^2.1.2","gulp-util":"^3.0.8","jquery":"^2.2.4","jshint":"^2.9.4","justgage":"^1.2.2","less":"^2.7.2","moment":"^2.18.1","sprintf-js":"^1.0.3","streamqueue":"^1.1.1","svg-morpheus":"^0.3.0","tinycolor2":"^1.4.1"},"dist":{"shasum":"218280b2f64dc903a58935b83a753d9571d5ef95","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.4.3.tgz","integrity":"sha512-X2tQtx0E4pbO9d+SHVvlCy23BmSb9CbDCkyiDD9Myw0QH+Et4eohZmhFsPIdjRxjle4tVl6QTcS4gO7wtmADeg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDNvOKTJ9GvmbgQlrhGJU3bKloLrR+dUUAcEy0v9IH+PgIgIOiNJM2U1ya4I+O37Ge3ZHmILVlpf3yt67i9zpXewXI="}]},"hasInstallScript":true},"2.5.0":{"name":"node-red-dashboard","version":"2.5.0","dependencies":{"serve-static":"^1.11.2","socket.io":"^1.7.4"},"devDependencies":{"angular":"~1.5.11","angular-animate":"~1.5.11","angular-aria":"~1.5.11","angular-chart.js":"^1.1.1","angularjs-color-picker":"^2.7.2","angular-material":"^1.1.1","angular-material-icons":"^0.7.1","angular-messages":"~1.5.11","angular-mocks":"~1.5.11","angular-route":"~1.5.11","angular-sanitize":"~1.5.11","angular-touch":"~1.5.11","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"^3.9.1","gulp-angular-templatecache":"^2.0.0","gulp-clean-css":"^3.0.4","gulp-concat":"^2.6.1","gulp-header":"^1.8.8","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^3.0.0","gulp-if":"^2.0.2","gulp-insert-lines":"0.0.4","gulp-jscs":"^4.0.0","gulp-jshint":"^2.0.4","gulp-manifest":"^0.1.1","gulp-remove-html":"^1.3.0","gulp-resources":"^0.5.0","gulp-uglify":"^2.1.2","gulp-util":"^3.0.8","jquery":"^2.2.4","jshint":"^2.9.4","justgage":"^1.2.2","less":"^2.7.2","moment":"^2.18.1","sprintf-js":"^1.0.3","streamqueue":"^1.1.1","svg-morpheus":"^0.3.0","tinycolor2":"^1.4.1"},"dist":{"shasum":"47c9daa945af6205c279b8c27a1036c8a832272b","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.5.0.tgz","integrity":"sha512-Bbx5YOzfivm9tz357ci1U+PnHvxI+W3Ch6txU07qMPTgXb0SUKG6EvpjvJS/Ehv5E09f083OLD2eWNbgnubsXw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD0Gup/ixsm0X6LIeXf3QezkIBgBtVsUVYh4AwWOPUXCwIgOVXqQH5gTtCHN9dfezd4jHgBio3OnarSyFdkiGa9RI8="}]},"hasInstallScript":true},"2.5.1":{"name":"node-red-dashboard","version":"2.5.1","dependencies":{"serve-static":"^1.11.2","socket.io":"^1.7.4"},"devDependencies":{"angular":"~1.5.11","angular-animate":"~1.5.11","angular-aria":"~1.5.11","angular-chart.js":"^1.1.1","angularjs-color-picker":"^2.7.2","angular-material":"^1.1.1","angular-material-icons":"^0.7.1","angular-messages":"~1.5.11","angular-mocks":"~1.5.11","angular-route":"~1.5.11","angular-sanitize":"~1.5.11","angular-touch":"~1.5.11","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"^3.9.1","gulp-angular-templatecache":"^2.0.0","gulp-clean-css":"^3.0.4","gulp-concat":"^2.6.1","gulp-header":"^1.8.8","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^3.0.0","gulp-if":"^2.0.2","gulp-insert-lines":"0.0.4","gulp-jscs":"^4.0.0","gulp-jshint":"^2.0.4","gulp-manifest":"^0.1.1","gulp-remove-html":"^1.3.0","gulp-resources":"^0.5.0","gulp-uglify":"^2.1.2","gulp-util":"^3.0.8","jquery":"^2.2.4","jshint":"^2.9.4","justgage":"^1.2.2","less":"^2.7.2","moment":"^2.18.1","sprintf-js":"^1.0.3","streamqueue":"^1.1.1","svg-morpheus":"^0.3.0","tinycolor2":"^1.4.1"},"dist":{"shasum":"6f002efa3bd720623b3a160be034dc5eae241ef6","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.5.1.tgz","integrity":"sha512-ON+ci1RmRBXSmru/9tOLOX2XXD/vDYwFvGB+Rf4jTMyJYSOxVKHctsAJc8Ty/leStValT8pi/QGU1igfnlGMsA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBY87F5ndjy/Kd6uSAb6npgUL0bRUOFIFiNUnk/4KMXYAiEAy6otZNAUOlSyHn8T51ANk/cZOPMRe8qeIlxvDepZrws="}]},"hasInstallScript":true},"2.6.0":{"name":"node-red-dashboard","version":"2.6.0","dependencies":{"serve-static":"^1.13.0","socket.io":"^1.7.4"},"devDependencies":{"angular":"~1.5.11","angular-animate":"~1.5.11","angular-aria":"~1.5.11","angular-chart.js":"^1.1.1","angularjs-color-picker":"^2.7.2","angular-material":"^1.1.1","angular-material-icons":"^0.7.1","angular-messages":"~1.5.11","angular-mocks":"~1.5.11","angular-route":"~1.5.11","angular-sanitize":"~1.5.11","angular-touch":"~1.5.11","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"^3.9.1","gulp-angular-templatecache":"^2.0.0","gulp-clean-css":"^3.0.4","gulp-concat":"^2.6.1","gulp-eol":"^0.1.2","gulp-header":"^1.8.8","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^3.0.0","gulp-if":"^2.0.2","gulp-insert-lines":"0.0.4","gulp-jscs":"^4.0.0","gulp-jshint":"^2.0.4","gulp-manifest":"^0.1.1","gulp-remove-html":"^1.3.0","gulp-resources":"^0.5.0","gulp-uglify":"^2.1.2","gulp-util":"^3.0.8","jquery":"^2.2.4","jshint":"^2.9.4","justgage":"^1.2.2","less":"^2.7.2","moment":"^2.18.1","sprintf-js":"^1.0.3","streamqueue":"^1.1.1","svg-morpheus":"^0.3.0","tinycolor2":"^1.4.1"},"dist":{"shasum":"0c0592387d7666272a02f3b28613c2545f3f7f95","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.6.0.tgz","integrity":"sha512-ypsY/Of0Kf7BV/SwfBGBG8+XX6NFAUvQ8wdAqLGRyCotnykqwYVE3W4dUTxoK3QLTyrgteu5W/C2ctloNnBL6g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHJWdVltupmWp0lczFbSFhBFc1pO2W+NlCfdQ5KvZrMjAiEAz4O/uPK+rpAYyMtLoKLMERoMWjPO8rLlqPuLcI7WfLg="}]},"hasInstallScript":true},"2.6.1":{"name":"node-red-dashboard","version":"2.6.1","dependencies":{"serve-static":"^1.13.0","socket.io":"^1.7.4"},"devDependencies":{"angular":"~1.5.11","angular-animate":"~1.5.11","angular-aria":"~1.5.11","angular-chart.js":"^1.1.1","angularjs-color-picker":"^2.7.2","angular-material":"^1.1.1","angular-material-icons":"^0.7.1","angular-messages":"~1.5.11","angular-mocks":"~1.5.11","angular-route":"~1.5.11","angular-sanitize":"~1.5.11","angular-touch":"~1.5.11","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"^3.9.1","gulp-angular-templatecache":"^2.0.0","gulp-clean-css":"^3.0.4","gulp-concat":"^2.6.1","gulp-eol":"^0.1.2","gulp-header":"^1.8.8","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^3.0.0","gulp-if":"^2.0.2","gulp-insert-lines":"0.0.4","gulp-jscs":"^4.0.0","gulp-jshint":"^2.0.4","gulp-manifest":"^0.1.1","gulp-remove-html":"^1.3.0","gulp-resources":"^0.5.0","gulp-uglify":"^2.1.2","gulp-util":"^3.0.8","jquery":"^2.2.4","jshint":"^2.9.4","justgage":"^1.2.2","less":"^2.7.2","moment":"^2.18.1","sprintf-js":"^1.0.3","streamqueue":"^1.1.1","svg-morpheus":"^0.3.0","tinycolor2":"^1.4.1"},"dist":{"shasum":"6cc316a0b01f4db9fb97fa1ddad565ea8f7f4d2f","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.6.1.tgz","integrity":"sha512-5DBx46X9gXoLRn1H1syiUkvmYaaVai6gyJ46I6WPnowIg+3bQWRtyxtfOfgNgTb1rxS+I7Cx/ekUE/ssu6jX1w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICVKJIgRv/enKmaZm4ABq0buOo3CqLGnl1t0VEgaX7fbAiEAkO5ksNPpGFE7Z2s1UwQZhmrYf3EPwXXLQrBym0om7NY="}]},"hasInstallScript":true},"2.6.2":{"name":"node-red-dashboard","version":"2.6.2","dependencies":{"serve-static":"^1.13.0","socket.io":"^1.7.4"},"devDependencies":{"angular":"~1.5.11","angular-animate":"~1.5.11","angular-aria":"~1.5.11","angular-chart.js":"^1.1.1","angularjs-color-picker":"^3.4.8","angular-material":"^1.1.1","angular-material-icons":"^0.7.1","angular-messages":"~1.5.11","angular-mocks":"~1.5.11","angular-route":"~1.5.11","angular-sanitize":"~1.5.11","angular-touch":"~1.5.11","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"^3.9.1","gulp-angular-templatecache":"^2.0.0","gulp-clean-css":"^3.0.4","gulp-concat":"^2.6.1","gulp-eol":"^0.1.2","gulp-header":"^1.8.8","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^3.0.0","gulp-if":"^2.0.2","gulp-insert-lines":"0.0.4","gulp-jscs":"^4.0.0","gulp-jshint":"^2.0.4","gulp-manifest":"^0.1.1","gulp-remove-html":"^1.3.0","gulp-resources":"^0.5.0","gulp-uglify":"^3.0.0","gulp-util":"^3.0.8","jquery":"^2.2.4","jshint":"^2.9.4","justgage":"^1.2.2","less":"^2.7.2","moment":"^2.18.1","sprintf-js":"^1.0.3","streamqueue":"^1.1.1","svg-morpheus":"^0.3.0","tinycolor2":"^1.4.1"},"dist":{"integrity":"sha512-fzxqer0ofT1TffrxVZXcWMtlHioj4PME96j250CN8PygqEexwHsYpbJWRpiMdFbp7TugnAZ7cXk43zd46W2h1g==","shasum":"485f93845c6fa8958a70b1b9ab7180fd8a0f8172","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.6.2.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIG2QIbqUxWtMcn+yl+s+SB6rKbdqit+ItcswNu60lVHMAiAMxII0zyL25e01AuWs+xQjN6osnhR4EJ/J7dQxqeA/ug=="}]},"hasInstallScript":true},"2.7.0":{"name":"node-red-dashboard","version":"2.7.0","dependencies":{"serve-static":"^1.13.0","socket.io":"^1.7.4"},"devDependencies":{"angular":"~1.5.11","angular-animate":"~1.5.11","angular-aria":"~1.5.11","angular-chart.js":"^1.1.1","angular-material":"^1.1.1","angular-material-icons":"^0.7.1","angular-messages":"~1.5.11","angular-mocks":"~1.5.11","angular-route":"~1.5.11","angular-sanitize":"~1.5.11","angular-touch":"~1.5.11","angularjs-color-picker":"^3.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"^3.9.1","gulp-angular-templatecache":"^2.0.0","gulp-clean-css":"^3.0.4","gulp-concat":"^2.6.1","gulp-eol":"^0.1.2","gulp-header":"^1.8.8","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^3.0.0","gulp-if":"^2.0.2","gulp-insert-lines":"0.0.4","gulp-jscs":"^4.0.0","gulp-jshint":"^2.0.4","gulp-manifest":"^0.1.1","gulp-remove-html":"^1.3.0","gulp-replace":"^0.6.1","gulp-resources":"^0.5.0","gulp-uglify":"^3.0.0","gulp-util":"^3.0.8","jquery":"^2.2.4","jshint":"^2.9.4","justgage":"^1.2.2","less":"^2.7.2","moment":"~2.20.0","sprintf-js":"^1.0.3","streamqueue":"~1.1.2","svg-morpheus":"^0.3.0","tinycolor2":"^1.4.1","weather-icons-lite":"^1.0.0"},"dist":{"integrity":"sha512-7VfFBmubIklcwQs8YaZsAdKmsly8+H3iJsGjWRFNSSiqZNcfHZ7YIHbgsdSpuw7LqOk/TpDWIzrNxwISsh92zA==","shasum":"5c198c83d4ad11b8c4c190411a227704294325cb","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.7.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBpyoDLGU9QLV0DwhOt/eXaJw546HUVzOCXbXoH7W2q3AiArs2oEq0oWDeCeMIMQLcXxvkF8FTtC+ruT34q/X5hdKQ=="}]},"hasInstallScript":true},"2.8.0":{"name":"node-red-dashboard","version":"2.8.0","dependencies":{"serve-static":"^1.13.0","socket.io":"^1.7.4"},"devDependencies":{"angular":"~1.5.11","angular-animate":"~1.5.11","angular-aria":"~1.5.11","angular-chart.js":"^1.1.1","angular-material":"^1.1.6","angular-material-icons":"^0.7.1","angular-messages":"~1.5.11","angular-mocks":"~1.5.11","angular-route":"~1.5.11","angular-sanitize":"~1.5.11","angular-touch":"~1.5.11","angularjs-color-picker":"^3.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"^3.9.1","gulp-angular-templatecache":"^2.2.0","gulp-clean-css":"^3.9.2","gulp-concat":"^2.6.1","gulp-eol":"^0.2.0","gulp-header":"^2.0.1","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^4.0.0","gulp-if":"^2.0.2","gulp-insert-lines":"0.0.4","gulp-jscs":"^4.1.0","gulp-jshint":"^2.1.0","gulp-manifest":"^0.1.1","gulp-remove-html":"^1.3.0","gulp-replace":"^0.6.1","gulp-resources":"^0.5.0","gulp-uglify":"^3.0.0","gulp-util":"^3.0.8","jquery":"^3.3.1","jshint":"^2.9.4","justgage":"^1.2.2","less":"^2.7.2","moment":"~2.20.1","sprintf-js":"^1.0.3","streamqueue":"~1.1.2","svg-morpheus":"^0.3.0","tinycolor2":"^1.4.1","weather-icons-lite":"^1.0.0"},"dist":{"integrity":"sha512-KM9jhLg0O8sh3VzTpeKf5/ec02mbtvwlVosPkK26h6b4SASDbD/25nlAzuUt4WeBga6sbEDQnIrwCEF9B9Fjpw==","shasum":"a3697d191b7345b3bd0904ecb4b53c1ba18fbac2","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.8.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGVH5eR4fyAK50HHb/scH1k8JpQbyhQ6h9Pxbf6AUFHRAiBwJ9a3FgSd3NXjmfyo7Z6VuYfSkdGtMKobnYCFdTVC5w=="}]},"hasInstallScript":true},"2.8.1":{"name":"node-red-dashboard","version":"2.8.1","dependencies":{"serve-static":"~1.13.2","socket.io":"^1.7.4"},"devDependencies":{"angular":"~1.5.11","angular-animate":"~1.5.11","angular-aria":"~1.5.11","angular-chart.js":"^1.1.1","angular-material":"~1.1.7","angular-material-icons":"^0.7.1","angular-messages":"~1.5.11","angular-mocks":"~1.5.11","angular-route":"~1.5.11","angular-sanitize":"~1.5.11","angular-touch":"~1.5.11","angularjs-color-picker":"^3.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"^3.9.1","gulp-angular-templatecache":"^2.2.0","gulp-clean-css":"^3.9.2","gulp-concat":"^2.6.1","gulp-eol":"^0.2.0","gulp-header":"^2.0.1","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^4.0.0","gulp-if":"^2.0.2","gulp-insert-lines":"0.0.4","gulp-jscs":"^4.1.0","gulp-jshint":"^2.1.0","gulp-manifest":"^0.1.1","gulp-remove-html":"^1.3.0","gulp-replace":"^0.6.1","gulp-resources":"^0.5.0","gulp-uglify":"^3.0.0","gulp-util":"^3.0.8","jquery":"^3.3.1","jshint":"^2.9.4","justgage":"^1.2.2","less":"^2.7.2","moment":"~2.20.1","sprintf-js":"^1.0.3","streamqueue":"~1.1.2","svg-morpheus":"^0.3.0","tinycolor2":"^1.4.1","weather-icons-lite":"^1.0.0"},"dist":{"integrity":"sha512-vft41cQo2OI9+h4Dt4aAS779LbRNMDbnb4TH3uGkMBJN1IUe2sZcQ6CZ4i9Ak6XzBgNdsqQotK5mJ8W4wZCrgg==","shasum":"36a30ad49a6fd7e5512f9d1db7a57997b95c9f2b","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.8.1.tgz","fileCount":90,"unpackedSize":2991320,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD9/dW5oGnxjlYEHSCUHSYuNNfqtgB13HCXv1ICUxvu8AIgMlqZdFkpDY4icAU7FTytJ6A21gL/obnOClwcDYTb6ko="}]},"hasInstallScript":true},"2.8.2":{"name":"node-red-dashboard","version":"2.8.2","dependencies":{"serve-static":"~1.13.2","socket.io":"^1.7.4"},"devDependencies":{"angular":"~1.5.11","angular-animate":"~1.5.11","angular-aria":"~1.5.11","angular-chart.js":"^1.1.1","angular-material":"~1.1.7","angular-material-icons":"^0.7.1","angular-messages":"~1.5.11","angular-mocks":"~1.5.11","angular-route":"~1.5.11","angular-sanitize":"~1.5.11","angular-touch":"~1.5.11","angularjs-color-picker":"^3.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"^3.9.1","gulp-angular-templatecache":"^2.2.0","gulp-clean-css":"^3.9.2","gulp-concat":"^2.6.1","gulp-eol":"^0.2.0","gulp-header":"^2.0.1","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^4.0.0","gulp-if":"^2.0.2","gulp-insert-lines":"0.0.4","gulp-jscs":"^4.1.0","gulp-jshint":"^2.1.0","gulp-manifest":"^0.1.1","gulp-remove-html":"^1.3.0","gulp-replace":"^0.6.1","gulp-resources":"^0.5.0","gulp-uglify":"^3.0.0","gulp-util":"^3.0.8","jquery":"^3.3.1","jshint":"^2.9.4","justgage":"^1.2.2","less":"^2.7.2","moment":"~2.20.1","sprintf-js":"^1.0.3","streamqueue":"~1.1.2","svg-morpheus":"^0.3.0","tinycolor2":"^1.4.1","weather-icons-lite":"^1.0.0"},"dist":{"integrity":"sha512-15bru01uz9bUMcSMrejqM/QEt8IslB9tGfpvQ7VWFcz5txVe3GVw0IVuPfbm/sQRlUdNHt3QlHwkPJewo8NTqg==","shasum":"14e1c2c38bd1004aa7b428b1b7ac3b0e28ca2fb5","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.8.2.tgz","fileCount":90,"unpackedSize":2993350,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCqil0vvEBiutok1v/YzITDdoQzDKUDJqnF56anErjnWAIhANevwfAI0QAWK4x4hiGZOZgDc1PCOhq0fOOORLT+Nuj9"}]},"hasInstallScript":true},"2.9.0":{"name":"node-red-dashboard","version":"2.9.0","dependencies":{"serve-static":"~1.13.2","socket.io":"^1.7.4"},"devDependencies":{"angular":"~1.5.11","angular-animate":"~1.5.11","angular-aria":"~1.5.11","angular-chart.js":"^1.1.1","angular-material":"~1.1.8","angular-material-icons":"^0.7.1","angular-messages":"~1.5.11","angular-mocks":"~1.5.11","angular-route":"~1.5.11","angular-sanitize":"~1.5.11","angular-touch":"~1.5.11","angularjs-color-picker":"^3.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"^3.9.1","gulp-angular-templatecache":"^2.2.0","gulp-clean-css":"^3.9.3","gulp-concat":"^2.6.1","gulp-eol":"^0.2.0","gulp-header":"^2.0.5","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^4.0.0","gulp-if":"^2.0.2","gulp-insert-lines":"0.0.4","gulp-jscs":"^4.1.0","gulp-jshint":"^2.1.0","gulp-manifest":"^0.1.1","gulp-remove-html":"^1.3.0","gulp-replace":"^0.6.1","gulp-resources":"^0.5.0","gulp-uglify":"^3.0.0","gulp-util":"^3.0.8","jquery":"^3.3.1","jshint":"^2.9.4","justgage":"^1.2.2","less":"^2.7.2","moment":"~2.22.0","sprintf-js":"^1.0.3","streamqueue":"~1.1.2","svg-morpheus":"^0.3.0","tinycolor2":"^1.4.1","weather-icons-lite":"^1.0.0"},"dist":{"integrity":"sha512-UGwQe5CbewJH9lYebrg4RLzlNlMEw6Pn3fHsv+tXsKMShhyy0ClLG6gVJJY5fTCFrnDxQwT7dmpDc8b0NWji/g==","shasum":"df31dd98e89e856c49c7df718f45dc290e2e830e","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.9.0.tgz","fileCount":90,"unpackedSize":3014698,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCcj7TBmDP0c4MdE5RT/ZQs9Dpu3rA2BebGTyTZ4kycPwIhAKxW0qbSvAkRQyZmXE8dYkqFd1NFcqLtJ8xnAUBW1EXH"}]},"hasInstallScript":true},"2.9.1":{"name":"node-red-dashboard","version":"2.9.1","dependencies":{"serve-static":"~1.13.2","socket.io":"^1.7.4"},"devDependencies":{"angular":"~1.5.11","angular-animate":"~1.5.11","angular-aria":"~1.5.11","angular-chart.js":"^1.1.1","angular-material":"~1.1.8","angular-material-icons":"^0.7.1","angular-messages":"~1.5.11","angular-mocks":"~1.5.11","angular-route":"~1.5.11","angular-sanitize":"~1.5.11","angular-touch":"~1.5.11","angularjs-color-picker":"^3.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"^3.9.1","gulp-angular-templatecache":"^2.2.0","gulp-clean-css":"^3.9.3","gulp-concat":"^2.6.1","gulp-eol":"^0.2.0","gulp-header":"^2.0.5","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^4.0.0","gulp-if":"^2.0.2","gulp-insert-lines":"0.0.4","gulp-jscs":"^4.1.0","gulp-jshint":"^2.1.0","gulp-manifest":"^0.1.1","gulp-remove-html":"^1.3.0","gulp-replace":"^0.6.1","gulp-resources":"^0.5.0","gulp-uglify":"^3.0.0","gulp-util":"^3.0.8","jquery":"^3.3.1","jshint":"^2.9.4","justgage":"^1.2.2","less":"^2.7.2","moment":"~2.22.0","sprintf-js":"^1.0.3","streamqueue":"~1.1.2","svg-morpheus":"^0.3.0","tinycolor2":"^1.4.1","weather-icons-lite":"^1.0.0"},"dist":{"integrity":"sha512-Mkgi6ZmPGMliGD0pN4bAF1W4GXbrpiHMjBG3GnfAbbfxtHY5m/m4DZn936pCm2zuS7OEQ0ZozNFPzvOo9aPRxQ==","shasum":"92dc36824559daed2f3929623d79077ba76df1b6","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.9.1.tgz","fileCount":90,"unpackedSize":3015714,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa3OtMCRA9TVsSAnZWagAAdR8P/0tllqxbCdCgTXIqnhQQ\nw4VRjf03EebrssYcqSj5rgWrVZMpc/0CEHfxxZDTSYJCKxFyHknfcVII+I1O\nUrg06ORDEibJP8AWX+otBZ5ZP4pU1NHbc3KXZc1LEvQLJG5Wr45ccGCF0N6U\nqq5ANTQFDP2L1rlVld8toNuG4MVO4bvkiYZz5XiAfeHxir7o8mluUQHDKPYi\nF1Ckudnlw3kpoqg92j0L+Wz+1xm30BBGO9e5AhBF9Jx3BPqfPbQGgjALHGvb\narkkf8ksDuubBjBH4i4vcrfpCcSSheQHOcjuvd+ahWfBpwbCEXdTw+AR0MhD\nG3w4JQG0gf/mWglSseHpLQ5C2CY0mNrPKHCii4VhMZlmB9Pe602iSmyNzfjf\nRotsOJ3nDb39spvXnPnf0npvHtOUHN8tJR0IyXNa7yyY8CvaztK+PsmSPNmm\nx+CPqTBKjH162pojliGCPQDKhp53gEyKJ8of2yHtNZwklkMikL87emfgnHR1\nzrLK9Oc2Z1acOw+z8ffg1zNuYF16uWeRucM0koEXu1fY59XYzRlPnQ1xjuE+\nx5466AL9u/owYniAIOESr3SxsVu9/9D+s0SnPVmJM77A1mQNJBG9TkXwOyCj\nIiZcDkJNVBjHjq7Zq1H/uvKkwT5ZEWdIpxO3RDV3vxl6GY6BPTe5TICJjnI+\nYMcS\r\n=PBDl\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDugHOCiMRkc3SyWkUDILB6yxfpH4iYw+Rdp62AitwrCQIgWefM4MXmyIIjUBvU23QVPemIFV9pT108Dhc8yhLsefE="}]},"hasInstallScript":true},"2.9.2":{"name":"node-red-dashboard","version":"2.9.2","dependencies":{"serve-static":"~1.13.2","socket.io":"^1.7.4"},"devDependencies":{"angular":"~1.5.11","angular-animate":"~1.5.11","angular-aria":"~1.5.11","angular-chart.js":"^1.1.1","angular-material":"~1.1.9","angular-material-icons":"^0.7.1","angular-messages":"~1.5.11","angular-mocks":"~1.5.11","angular-route":"~1.5.11","angular-sanitize":"~1.5.11","angular-touch":"~1.5.11","angularjs-color-picker":"^3.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"^3.9.1","gulp-angular-templatecache":"^2.2.0","gulp-clean-css":"^3.9.3","gulp-concat":"^2.6.1","gulp-eol":"^0.2.0","gulp-header":"^2.0.5","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^4.0.0","gulp-if":"^2.0.2","gulp-insert-lines":"0.0.4","gulp-jscs":"^4.1.0","gulp-jshint":"^2.1.0","gulp-manifest":"^0.1.1","gulp-remove-html":"^1.3.0","gulp-replace":"^0.6.1","gulp-resources":"^0.5.0","gulp-uglify":"^3.0.0","gulp-util":"^3.0.8","jquery":"^3.3.1","jshint":"^2.9.4","justgage":"^1.2.2","less":"^3.0.2","moment":"~2.22.1","sprintf-js":"^1.0.3","streamqueue":"~1.1.2","svg-morpheus":"^0.3.0","tinycolor2":"^1.4.1","weather-icons-lite":"^1.0.0"},"dist":{"integrity":"sha512-3hc0keuRlXLSUsnW9bePhne0LUD0t1yQuqwsVmxFyBLjqRpcprWWImmo4k69fmZC9CvykiXQdSy0aXC1HlOdIA==","shasum":"3962c9fd57b0672808af79d1d3367e8f504ac6a0","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.9.2.tgz","fileCount":90,"unpackedSize":3077722,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa8IJVCRA9TVsSAnZWagAAMN4P/2kz+9wYRmU93VfIt+BH\ndmyu4YQu9CiPmm8iJR9hD35K+5eiGo4Pg7e4pDq8NszUGrAki1wKZWHW55TG\nGWiKOcZmxja2G/jCdiybF7jj0c8d2YobeDBM0KHgbKvcdqQnCf7Fj4wxbhIU\ni4/MU38NjcnGQNrsz3m33xYG7Qd4dJsgdDWEhUF/IsjNXfDLl2qCf4b+qNC6\nGwdV5V4KDON0uV56wFV1nnKU/cX0nAyfLsi849vheBy8qNAk9Ru2xdpqVHBc\nUMQlGnnseHxwrZsa2PvOmKfBIsellNGJlr03UXvqLtf22b8hV4b/2+HXyTeV\nUl9M0PwBWwvJbkxAgX/u29uKUWT+PNfJhJsuZ8h3hVbQ0U+UDaayttXtmfOj\n7hVO7qEY+c6gocYf9lnE1S6C/709uzQLCH04whmlgJnCJ6Pc5O7snZrqqIkq\nd/vS3JJQOSEv9QrRrkVmsjp3jxUHrSB91qIVvvA36NQK4h82ukpyKExyK3gi\nfOCSv+XgnOSdSu6UL/mKGRm+VHIxsKxo5RLI+qawXOPzEw3ZgK/l62sWSDib\nHCJfIszaduUFkbUKVaQrou+4eTfWLDkHYUdcna9uU50qmwVPtNPvNVKUe6S9\ngXYmiAZnzIVEx9FtqcWw7xK1zCXsK4ve9a6dAxl5Kx62wOVHXUTCdW5K+o0h\nWwlK\r\n=WLuC\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDOzUrqBgXCBEhJCzjBQwIkAAKXD2jQs70i7whS8+19CAiBp0as2qgz/kDX4JFHcPptBnu/xeoRx4fi0EWhStIdjzw=="}]},"hasInstallScript":true},"2.9.3":{"name":"node-red-dashboard","version":"2.9.3","dependencies":{"serve-static":"~1.13.2","socket.io":"^1.7.4"},"devDependencies":{"angular":"~1.5.11","angular-animate":"~1.5.11","angular-aria":"~1.5.11","angular-chart.js":"^1.1.1","angular-material":"~1.1.9","angular-material-icons":"^0.7.1","angular-messages":"~1.5.11","angular-mocks":"~1.5.11","angular-route":"~1.5.11","angular-sanitize":"~1.5.11","angular-touch":"~1.5.11","angularjs-color-picker":"^3.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"^3.9.1","gulp-angular-templatecache":"^2.2.0","gulp-clean-css":"^3.9.3","gulp-concat":"^2.6.1","gulp-eol":"^0.2.0","gulp-header":"^2.0.5","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^4.0.0","gulp-if":"^2.0.2","gulp-insert-lines":"0.0.4","gulp-jscs":"^4.1.0","gulp-jshint":"^2.1.0","gulp-manifest":"^0.1.1","gulp-remove-html":"^1.3.0","gulp-replace":"^0.6.1","gulp-resources":"^0.5.0","gulp-uglify":"^3.0.0","gulp-util":"^3.0.8","jquery":"^3.3.1","jshint":"^2.9.4","justgage":"^1.2.2","less":"^3.0.2","moment":"~2.22.1","sprintf-js":"^1.0.3","streamqueue":"~1.1.2","svg-morpheus":"^0.3.0","tinycolor2":"^1.4.1","weather-icons-lite":"^1.0.0"},"dist":{"integrity":"sha512-qiXvbpr0Z1SiBdr01IRABUoQONaiyIXl7PWwZb9xkNRowu0+RE9GR6PzkYg5b6xuycltLanvLmTohblnNU0lzg==","shasum":"89ab36ababacd8a8178fd4f76366a010f0ca61a0","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.9.3.tgz","fileCount":90,"unpackedSize":3077831,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa8ZmqCRA9TVsSAnZWagAAYC0QAIg5uX33ARytcLX+mV2O\neHk1d5Tdo8+ntwo7qCgSp+XnC1UcNYeoKFdTj6X5fj6jtPwdHW1o6dP/Gpq8\nqYLKU9C9PEgERVP7fp2916L6o6OwVqPgJp3MjQU577C2X1TthNLy/Ef0ldIW\nucuIj72eow4vnkpq7k1Gvsl+RVz3tuS+AruSY6V9BILTE9qT0nGsvzT/bw7Q\nuGJyaLefzztdFdgpITXwKoHxIp+adN77xvdlAdFvrrn/ETlEfX67+7vTuWOp\nFJ3o7/H9amAkwVbtghy1OEHcPT88uQkQSO0jVSNfjhfu5CCUUDdqoEPtmRTg\nip1AnMbXUkAzY5dZ2ogclh9Na6L6O6D2tD0RQOHOwxnj0B4PBHWOMkBX1V5y\nhLKEo4X5KKBzsPu08dG3szRUSGewnb4bjkqtIhNTgfCohzXDJY18bkukZyZO\nzFSp+3eI+I75zSMh2MiCssR+b90NdgH9dWjbSXM9hWOms2JeV/pIIfGYDQIn\n3TpIEnEDQ6zLNxCHU7AX+0JXy8ymNLggONyUNMFe6ZczDonpjy4Ivl/sSPTV\nDv4VshouNmc8kPDzOYPpMsMhb7Iyctn3jXn5dFemKmJleyiSLdKR7U4xlQ76\nOlH+B/Y2UfQ8TgORdI4ODzcYad281Hr4ewy18QBwGYS5KikujeOPhQSTIASW\npqtp\r\n=lcDY\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIC0G3tyD4BYKwF3DI8ppibMMRGpaMQRhAlhcvBBGbcK4AiEApoPXTaf+GAdjbgmGThI3YLpKI3zyFMGjCiGi1ffkBqc="}]},"hasInstallScript":true},"2.9.4":{"name":"node-red-dashboard","version":"2.9.4","dependencies":{"serve-static":"~1.13.2","socket.io":"^1.7.4"},"devDependencies":{"angular":"~1.5.11","angular-animate":"~1.5.11","angular-aria":"~1.5.11","angular-chart.js":"^1.1.1","angular-material":"~1.1.9","angular-material-icons":"^0.7.1","angular-messages":"~1.5.11","angular-mocks":"~1.5.11","angular-route":"~1.5.11","angular-sanitize":"~1.5.11","angular-touch":"~1.5.11","angularjs-color-picker":"^3.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"^3.9.1","gulp-angular-templatecache":"^2.2.0","gulp-clean-css":"^3.9.3","gulp-concat":"^2.6.1","gulp-eol":"^0.2.0","gulp-header":"^2.0.5","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^4.0.0","gulp-if":"^2.0.2","gulp-insert-lines":"0.0.4","gulp-jscs":"^4.1.0","gulp-jshint":"^2.1.0","gulp-manifest":"^0.1.1","gulp-remove-html":"^1.3.0","gulp-replace":"^0.6.1","gulp-resources":"^0.5.0","gulp-uglify":"^3.0.0","gulp-util":"^3.0.8","jquery":"^3.3.1","jshint":"^2.9.4","justgage":"^1.2.2","less":"^3.0.4","moment":"~2.22.1","sprintf-js":"^1.0.3","streamqueue":"~1.1.2","svg-morpheus":"^0.3.0","tinycolor2":"^1.4.1","weather-icons-lite":"^1.0.0"},"dist":{"integrity":"sha512-LewLaQkFBKjB9vCHia+wxZFLMMqmdVfoNWin4Q5eccPvt0bHJ+WPHjK/XJDVvEXGO8PppRxqk9DHgjTEh5WwQw==","shasum":"118e99e401a9c1553d94f9e86bc2c6990ce9a9dc","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.9.4.tgz","fileCount":91,"unpackedSize":3080748,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbCFHoCRA9TVsSAnZWagAAdC4P/00b2XM54m3Allbr1Z8v\n6wYhbf9mSUEk0DKvZB/VKNxzPoFWpeM1bBwr813EEAgo4Qrq2HFn37ub+5oz\nu6U/MI8wuTfE2aOfEQPDehKOApE6kDrmiEr4hRJO9S4kUxBLvCVekecVFrST\ntNgNMs2PTSvf6Hmuhed1Po0xacyk8y/rcftH7nD2nE4ocbvOps0IQAPgp2Kt\ng/WdAxZeGFYvwyEbtcakExcf9BxbTWG5ogKWmCG0N7SXuQcW9cxpZNq1olZr\nU5jqKU0jpuPh+TvJ7Tik99CC2yOJLxD5FaKAiKiW1WWhkVGQPorCcjS+1Yz7\nnly9YSVNhXDSGp2bWswS/Dma3PI2SOphxRJCsddDwSILKqefXuNyjpl3Fe1o\n+1er2SZlkdVBmkUnurbTbqT2eSyiBZcamKHbAWDa/PnDwywAdKX+wmCFe3t6\nqhtKAj+rmHMKtYfMgDqq9dD13xdG0yCt2IkrxDtoaCRKJSiD8EVrV86ko3Ww\n6Z2IbihLUkBf9TXD+EHxeirj9muDeclClcDgBeG3Ig/EatLorW+s4hWL53iX\nkZmFU7IrXuSU7gS20IuJYjxBdq+179iY6PMGX3D7bSqAGuUEcFyupLUyxTFe\nnIt0wlksq8hf1Wp+JvGgGD3NlJoT4GqXlEHxX+y+NwH4RuWjn6qD0pr35pon\nSAmQ\r\n=mYML\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIB4jKD9+phI1acwfUXBzULeUBemesWgBUgoWYp2v6QA8AiAXSfZMsjhMooY6xpEmwDmtwDtvDkMQRYFNNjOEZaJHWQ=="}]},"hasInstallScript":true},"2.9.5":{"name":"node-red-dashboard","version":"2.9.5","dependencies":{"serve-static":"~1.13.2","socket.io":"^1.7.4"},"devDependencies":{"angular":"~1.5.11","angular-animate":"~1.5.11","angular-aria":"~1.5.11","angular-chart.js":"^1.1.1","angular-material":"~1.1.10","angular-material-icons":"^0.7.1","angular-messages":"~1.5.11","angular-mocks":"~1.5.11","angular-route":"~1.5.11","angular-sanitize":"~1.5.11","angular-touch":"~1.5.11","angularjs-color-picker":"^3.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"^3.9.1","gulp-angular-templatecache":"^2.2.1","gulp-clean-css":"^3.9.3","gulp-concat":"^2.6.1","gulp-eol":"^0.2.0","gulp-header":"^2.0.5","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^4.0.0","gulp-if":"^2.0.2","gulp-insert-lines":"0.0.4","gulp-jscs":"^4.1.0","gulp-jshint":"^2.1.0","gulp-manifest":"^0.1.1","gulp-remove-html":"^1.3.0","gulp-replace":"^0.6.1","gulp-resources":"^0.5.0","gulp-uglify":"^3.0.0","gulp-util":"^3.0.8","jquery":"^3.3.1","jshint":"^2.9.4","justgage":"^1.2.2","less":"^3.5.3","moment":"~2.22.2","sprintf-js":"^1.0.3","streamqueue":"~1.1.2","svg-morpheus":"^0.3.0","tinycolor2":"^1.4.1","weather-icons-lite":"^1.0.0"},"dist":{"integrity":"sha512-ffS7pZB6MChdxsmwkK7PWem4m98EBrNamAnU0SVNu8p1VsFmuRgF2sVGdk+5Vo+PRhN78h9RjitRf9D5ctF8Ew==","shasum":"18e15e13392ff02b386756871752db033c4f3288","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.9.5.tgz","fileCount":91,"unpackedSize":3072807,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbQiH3CRA9TVsSAnZWagAAeLkP+wXJWLB9FqE0CTXXeoMf\njRsjoJwPx6xYAK17koXKhdpS1BzuLLwvvDFmRR65lAG5ykK9TZK+LMGjrsR4\n0+nMHh5EQuDZyfy6H8dH/W6DuIjWvpDXovxHxOKGFEusYToVgjkVzHvIFNGn\nJKQlkc8fECu7GmanpQ1tiL6GYDwOKgF3Spyw0qLcEyRKcmNWaUtLbiDpcFTi\nr3bQyebL5qAnIqv+KIaBpcR4EPTfx0c4W4nguD7t/Sgf0hC1vijYkt2GyO1z\nsjldgY+KBt7pUqPA0RQOYBd/ewp/Rr5r+QVly3BYKHVNTe9Eu7t9p/Ez4LXn\nV0FEJFERY2yziM4mcgUDUnaYy3HNrH6fdy4vQow1YLzlxFTAECKqNZEkgIrl\n8kZKlDjXI+HGC1Uc+qDLhkPSHju8iNL0/b3106ORHIIJIhzrfXdGTOwYt2nL\nLqIrVN+jwBWO08vwrWQcxSxVWV23MzjxrNMiJo8xzUKwB9F2I1G5R9E7EMm7\nXKjICLRWDU/EN0is3c7TjBF2zkp1AEugfG/rjfL5Gif2jx8XRe7q107M7opb\nsG/m9hSCvlhf7tiUlSEYBIvHB/hPEymaGaxcTfPU9A+CIAdZLZhMnqpNHdcR\n3B57KQuTHa7+DQNotFwPOK+7QaJ787CLAI7a3mDurEQCz5wdeXe6mkZqtFdo\nO1Vt\r\n=Z9j+\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEQDJl+Rr7lm14tOhUlJU/Y8fGZyqnoZ2QHEZMgueKp9AiArgSYqFvPxC4Vt6COrwiEeJSSz3PfzxY3GZrtnbucyYA=="}]},"hasInstallScript":true},"2.9.6":{"name":"node-red-dashboard","version":"2.9.6","dependencies":{"serve-static":"~1.13.2","socket.io":"^2.1.1"},"devDependencies":{"angular":"~1.5.11","angular-animate":"~1.5.11","angular-aria":"~1.5.11","angular-chart.js":"^1.1.1","angular-material":"~1.1.10","angular-material-icons":"^0.7.1","angular-messages":"~1.5.11","angular-mocks":"~1.5.11","angular-route":"~1.5.11","angular-sanitize":"~1.5.11","angular-touch":"~1.5.11","angularjs-color-picker":"^3.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"^3.9.1","gulp-angular-templatecache":"^2.2.1","gulp-clean-css":"^3.9.3","gulp-concat":"^2.6.1","gulp-eol":"^0.2.0","gulp-header":"^2.0.5","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^4.0.0","gulp-if":"^2.0.2","gulp-insert-lines":"0.0.4","gulp-jscs":"^4.1.0","gulp-jshint":"^2.1.0","gulp-manifest":"^0.1.1","gulp-remove-html":"^1.3.0","gulp-replace":"^0.6.1","gulp-resources":"^0.5.0","gulp-uglify":"^3.0.0","gulp-util":"^3.0.8","jquery":"^3.3.1","jshint":"^2.9.4","justgage":"^1.2.2","less":"^3.7.1","moment":"~2.22.2","sprintf-js":"^1.0.3","streamqueue":"~1.1.2","svg-morpheus":"^0.3.0","tinycolor2":"^1.4.1","weather-icons-lite":"^1.0.0"},"dist":{"integrity":"sha512-d4NIk2oDnOQ3rKB3juE1RX5oDLEOUHdU14yrEBo7sehkcH8Cjb3RcXZ+ZYjuBuETkavFQI8nKJIwLWJ3SsZZSg==","shasum":"b30eb623bfc56007b1ffcf2314b03cfdb0c511a4","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.9.6.tgz","fileCount":91,"unpackedSize":3075218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbTeZFCRA9TVsSAnZWagAA7JUQAIKieBZiN+Nuh4Cu5SJU\nJSGT8Um7vCivEk/+VzaKewXyN/G/LLbuziU/04i7+3wHHBSj/cjQSAFLbf8U\nfKcpZUJe8CoJRJpoScP14rK4mseGcDo5WWrXjzZkqss6h65QkDdusXT3qqCy\nt9vhIfeGytmKeL1WsxFfR0j4KDTv8VOAAGBpABVD51MZ2KRD5GQcBv8MFFMu\nW12DF9Qar6D/Mh/0fKR3SPbjfmHEeQHrJZ20ljrxS7EM7W2sl0ZUITGokjiA\nTEnfkvsPMSypelDF9ALXU3x1cXtx8XjgOpiIDHX/oi2dlLEPCcoq6arqhuN9\niV97/JOcHmqaKRM5vHiTPfFCkp+pS5oZP74UmxYSMKYAlelI2ulGjtXVBDNT\n6Q1AXe7tWOD1tHMdc95wIw3ENxuLID5KcWykrTAk3KW/vWsObjNaaKEvaLp+\n5/DI/r25M/q9wld50WrGsD7wwSr7IlDzDlw8q2rNesD7NEQeVaiVXQbJEwZ0\nnGu/Zm6U33gQgRekO6sh8RQNFYBBXQe1DlIaBrCEnzv+gPVLBGqUwLAtDvG2\nvmlXrzDb9pHodoVqUZMekycSgjAVddRJOyhVmJKC3KkiBBh7Tp+O9ALc2noB\nd2NLICBhSy2F4x+l1d/ehXih+lrh8QekeaiAx0xqK60cyyawiH5izMB79p8h\nnHr8\r\n=WyyI\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEH1SMGWPWLSDO9ohT6gX8m4Et5RHbE4uxwf2vmORuGEAiEAzPzgnUimRAHxQ3wKJMH3TeuYim17GcpyztH/anbz0A8="}]},"hasInstallScript":true},"2.9.7":{"name":"node-red-dashboard","version":"2.9.7","dependencies":{"serve-static":"~1.13.2","socket.io":"^2.1.1"},"devDependencies":{"angular":"~1.5.11","angular-animate":"~1.5.11","angular-aria":"~1.5.11","angular-chart.js":"^1.1.1","angular-material":"~1.1.10","angular-material-icons":"^0.7.1","angular-messages":"~1.5.11","angular-mocks":"~1.5.11","angular-route":"~1.5.11","angular-sanitize":"~1.5.11","angular-touch":"~1.5.11","angularjs-color-picker":"^3.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"~3.9.1","gulp-angular-templatecache":"^2.2.1","gulp-clean-css":"^3.10.0","gulp-concat":"^2.6.1","gulp-eol":"^0.2.0","gulp-header":"^2.0.5","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^4.0.0","gulp-if":"^2.0.2","gulp-insert-lines":"0.0.4","gulp-jscs":"^4.1.0","gulp-jshint":"^2.1.0","gulp-manifest":"^0.1.1","gulp-remove-html":"^1.3.0","gulp-replace":"^0.6.1","gulp-resources":"^0.5.0","gulp-uglify":"~3.0.1","gulp-util":"^3.0.8","jquery":"^3.3.1","jshint":"^2.9.6","justgage":"^1.2.2","less":"~3.8.1","moment":"~2.22.2","sprintf-js":"^1.0.3","streamqueue":"~1.1.2","svg-morpheus":"^0.3.0","tinycolor2":"^1.4.1","weather-icons-lite":"^1.0.0"},"dist":{"integrity":"sha512-/F/DSBrFWfPB+6o7ZkvKgs0+ikIli3W83gQKhUjvR9vS3cOZXoSEY44JWVsH6LRhUq5ckAJhd+xRhgp6+1uQcw==","shasum":"69bc0aa3be6f6521728e8b55be9965977a5cd4b2","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.9.7.tgz","fileCount":91,"unpackedSize":3102477,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbgAj0CRA9TVsSAnZWagAAMPsP+wTkDSfHw4TOxkLa6Jem\nmRJ98HrO1ZzUGE0ePQli3UNyDTboKBuj4GjuNMds32sPG5LAIN9ErAS7Nxp7\nV7SpzI4xxu5afNU+FMC8pksFkAQvEB2Z7HtMbZ53iC6/feruqIPTAmr9lrie\nCK/ClbuyLNamTeX5AYTqg6hSQbLRJmsqIAFJWPi0YVPplib+3B+ks866riWR\n1ofYJbK+pctPOnGZRdcnsKEHEKNMyCF4xIzR/0MdBxcjUBwG3YRnY5d/4nkb\na5vOMYzLR1TBqlbhIsr3Ph7rGpqI+3mN3+VoV6VNdZVtfW9c+4aiRZIY/Aib\nnXvg4VPQaMotAlxMoXKpm86BASailWHcy+28M+OKR0IrC1/EvOGJAt3JoDjT\nVZ9FEH70sjsXg/VxMrEKhVP/QqnkI5hPI21imjQTG67eEdUBr8VnlzOHE4Fh\ndo5iXQsLd7/VPYMO1Kakzxc0fzuQnfhx5Da+h89ul3UGWQQCNSCUlm73l9DW\nPiFAn9ES/OXby538SxvBmzHrulFqv/qIJ+s+9g6sYy5zIoNI/bQcgaNLGW7M\nlSc432sBkkDxX9RIjh/CVgJxDcLYPWzgfysn0Ok5LTZw5gjBJ5Rhc0ZHcZl5\nzxbs5NbgxS6yPSnAa+9xagYwYUBpVLXEVTarWRzUxinMY/IK/H3c1FGfFaZj\n2rEj\r\n=fdrK\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCm8ZP/4XXI1XKwqi2sdV0LO3uf+Qyws/aVD8memCos0gIgUrCbQO2ItDX+NxbM4d5mF4tSKxI1YwahIjLQlf4W6mk="}]},"hasInstallScript":true},"2.9.8":{"name":"node-red-dashboard","version":"2.9.8","dependencies":{"serve-static":"~1.13.2","socket.io":"^2.1.1"},"devDependencies":{"angular":"~1.5.11","angular-animate":"~1.5.11","angular-aria":"~1.5.11","angular-chart.js":"^1.1.1","angular-material":"~1.1.10","angular-material-icons":"^0.7.1","angular-messages":"~1.5.11","angular-mocks":"~1.5.11","angular-route":"~1.5.11","angular-sanitize":"~1.5.11","angular-touch":"~1.5.11","angularjs-color-picker":"^3.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"~3.9.1","gulp-angular-templatecache":"^2.2.1","gulp-clean-css":"^3.10.0","gulp-concat":"^2.6.1","gulp-eol":"^0.2.0","gulp-header":"^2.0.5","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^4.0.0","gulp-if":"^2.0.2","gulp-insert-lines":"0.0.4","gulp-jscs":"^4.1.0","gulp-jshint":"^2.1.0","gulp-manifest":"^0.1.1","gulp-remove-html":"^1.3.0","gulp-replace":"^0.6.1","gulp-resources":"^0.5.0","gulp-uglify":"~3.0.1","gulp-util":"^3.0.8","jquery":"^3.3.1","jshint":"^2.9.6","justgage":"^1.2.2","less":"~3.8.1","moment":"~2.22.2","sprintf-js":"^1.0.3","streamqueue":"~1.1.2","svg-morpheus":"^0.3.0","tinycolor2":"^1.4.1","weather-icons-lite":"^1.0.0"},"dist":{"integrity":"sha512-hKzl2xzXI8jEQPzldtYzOgnczYrqBOQMd0wfysLucvdO6Gm9lgbnNdX335j11oVeHkQClTvg1KDjI3a9IWlMow==","shasum":"750514e9932daa8fe9caed2fdbf20180c50478ff","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.9.8.tgz","fileCount":91,"unpackedSize":3102862,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbkTjMCRA9TVsSAnZWagAAlNwP/jHv6jHLkIDBFmM8koYe\n2pfe2jfUNwcyRBXT7K4/8AaocndwWXvqklQNDMk8XQxH2RLXp5+0pazLEIAt\n0ilX2wfvcVZ0/GbUDqRL1+tho+3J3CYlKbybDHpft0p0OJzjzAK4bXYGhlSu\n3OT/qs5WlM7xOU4jyEzw6q6/36axPJFsLVLDjM3f3AEWIO/cTLWfEZcV9zLS\nzZD7bAwdFFOG/wwn7cZ4sivQbCZTxnuFMd0JOImaIABonCfvMs/n4QY5Mygx\njijtNXXiqlaPd86nNuCJ2+4H6nHkNmpRrRVJyAx0myc1t42EyhDy6nKunu3e\n8po1wYKv5yBPBGFi/Qr2mS4HPAb9RPJRrAlfAVvOtBxFaFPkpCApDQGGzMB7\nBimxAH+QO/VPaTAxV82FajcH7gamBYINlQQmL90FIcNfxL8DD32uMFm2iPXb\nl8+A8RKBbUxNT0g7QOYEGFOTVkIk83INeintyFZ+LOKddMzr7H0qddGxRcVH\ndlJBD3rTls1SAXprkSyhqFsWEW4E76fQPHzDNsaRaWPicK5Y8JUFq0Rgc4x9\ntOsaAafrPVqj9e16rmJeYAyQk6/iYvqD1tVxs/2dQYSPI1Dqn8txbNXKKnix\nkQz2tlysSjr9daNDQMudF/y5JaZhXskW++HDlbhftMDmzwhnVDRHL2br9XvS\nel7g\r\n=R4W8\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCqZCF4hL+3WKzL+pXSKqSCgQw1RQmdnjUjRUKUV4zjPwIhAJdrGm9sAjTqpYCm3bLh2+j7Ps7T0cWjuTg3GLQ+iiGn"}]}},"2.10.0":{"name":"node-red-dashboard","version":"2.10.0","dependencies":{"serve-static":"~1.13.2","socket.io":"^2.1.1"},"devDependencies":{"angular":"~1.5.11","angular-animate":"~1.5.11","angular-aria":"~1.5.11","angular-chart.js":"^1.1.1","angular-material":"~1.1.10","angular-material-icons":"^0.7.1","angular-messages":"~1.5.11","angular-mocks":"~1.5.11","angular-route":"~1.5.11","angular-sanitize":"~1.5.11","angular-touch":"~1.5.11","angularjs-color-picker":"^3.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"~3.9.1","gulp-angular-templatecache":"^2.2.1","gulp-clean-css":"^3.10.0","gulp-concat":"^2.6.1","gulp-eol":"^0.2.0","gulp-header":"^2.0.5","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^4.0.0","gulp-if":"^2.0.2","gulp-insert-lines":"0.0.4","gulp-jscs":"^4.1.0","gulp-jshint":"^2.1.0","gulp-manifest":"^0.1.1","gulp-remove-html":"^1.3.0","gulp-replace":"^0.6.1","gulp-resources":"^0.5.0","gulp-uglify":"~3.0.1","gulp-util":"^3.0.8","jquery":"^3.3.1","jshint":"^2.9.6","justgage":"^1.2.2","less":"~3.8.1","moment":"~2.22.2","sprintf-js":"^1.0.3","streamqueue":"~1.1.2","svg-morpheus":"^0.3.0","tinycolor2":"^1.4.1","weather-icons-lite":"^1.0.0"},"dist":{"integrity":"sha512-dxiESvakubP/t9cSv62Hwr8h+0RMyYWi3s6EO3iqYsYt1uEbxAaVwZQ5C30OuGdoXZHoYlvR09NMP6QzoxtM6Q==","shasum":"80bfac4c2b2dc7a04d987940eb13356caf28c021","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.10.0.tgz","fileCount":98,"unpackedSize":3129667,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbzhsvCRA9TVsSAnZWagAAtmIP/ilrGoBZs6+4k6NiK7Tv\nZm952RUNd3l5c8n3SJLxzxb+szde4e3fvenolJTF9viT6gNX7eb+0BrPe/U5\nz/vXbKhdftmfohyIxdrwqmMdDEkmeC6hOKsCebALGQjbk/9b9/uRUC02gavO\nBIAcs7bxtA+3BsG0lzUROhJwxKEg0CqeoYV1UQCC+NeymJ4HicWyKizOl/qL\n3S+WV3BI/CRTUyNuCAqAga/IKdxLGWkPdmHQOVPPE4DeksZA/eqRCVQN0QbA\n87EeR2YDqk778GMpV15c7VGMEHaDZhu/3LTu4j1LU4wtgQlaBUeXrR6AGuqC\n8udh6ypUM+vEbnXKi4Y89JmplASoI4AmgLiTdtbijV7BVUy28zH6vetk06O0\nQDyaSojTph0JZWznXtssaEYxnDEClPJxhbIG4N/cUa4/e2uyQ7qWvk6dIZ7A\nEfJYMdWyoi1Z0g89/MBXdtci4q6DDqjUOXfP7WLRRwmMf3E5OMTof9GB8kU0\nrt5KxbfXO0HJeFKMQ9pkDBSV6BrSB57qp7k/ghkRFEfB5pbea/neN7m4cfWo\nZxBDDzygrm1FVrgtjKzSKUBmI8fW+PhzzR8a8+k9vUlftwwuIqR9i+SpOaip\nbRdAaV+7sAtq7fDKbnOQSXZ/8okRdi+jk5JtvFqgGkdnK63sFyifSyarUsH3\nV0kY\r\n=T4Px\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDi4KcZojLsDyO7YYr1KgUoz7xrm1hkY6dWSYmZ0eBQXQIhAJ9jhBhwefgSE2HX8GRZiiL3bk8t12/ZRfSzpbkLsF31"}]}},"2.10.1":{"name":"node-red-dashboard","version":"2.10.1","dependencies":{"serve-static":"~1.13.2","socket.io":"^2.1.1"},"devDependencies":{"angular":"~1.5.11","angular-animate":"~1.5.11","angular-aria":"~1.5.11","angular-chart.js":"^1.1.1","angular-material":"~1.1.10","angular-material-icons":"^0.7.1","angular-messages":"~1.5.11","angular-mocks":"~1.5.11","angular-route":"~1.5.11","angular-sanitize":"~1.5.11","angular-touch":"~1.5.11","angularjs-color-picker":"^3.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"~3.9.1","gulp-angular-templatecache":"^2.2.1","gulp-clean-css":"^3.10.0","gulp-concat":"^2.6.1","gulp-eol":"^0.2.0","gulp-header":"^2.0.5","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^4.0.0","gulp-if":"^2.0.2","gulp-insert-lines":"0.0.4","gulp-jscs":"^4.1.0","gulp-jshint":"^2.1.0","gulp-manifest":"^0.1.1","gulp-remove-html":"^1.3.0","gulp-replace":"^0.6.1","gulp-resources":"^0.5.0","gulp-uglify":"~3.0.1","gulp-util":"^3.0.8","jquery":"^3.3.1","jshint":"^2.9.6","justgage":"^1.2.2","less":"~3.8.1","moment":"~2.22.2","sprintf-js":"^1.0.3","streamqueue":"~1.1.2","svg-morpheus":"^0.3.0","tinycolor2":"^1.4.1","weather-icons-lite":"^1.0.0"},"dist":{"integrity":"sha512-MunU2cdi4PLQ+0IS7fnP/o6dNMpHXIW9MfhBnGi8d466wj7jenhVcBO5WiI/QJGrfjub6sRMqIZR7SDCD+KQnQ==","shasum":"28f92d962cb0e5ef8c5d113c5f8a8e763214e410","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.10.1.tgz","fileCount":98,"unpackedSize":3131590,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb1scjCRA9TVsSAnZWagAArAwP/1jlQGKph21eD1GWATYS\nfoEJxoTUO5G/MHYA0IsXPXWKIiG5miRbMl+8UQlQN8LxBA6WhEteyDZHkVID\nZH5vKxKEqUybuCdgn9zWcbttaDH5W+/CSPAgz71kA1L0dCylZy/tBbw73kq5\n1NRJa6CmQWHGENvmo1S+DvBWI6cMxUKjb4ErFva4M/vfK3mqu1kbmR/NenP7\nVIPx8vaVaGvEk7bAqrnXKfcRa+exWomBsRw2YZaSRgnSpdjrWEzgLlFb7Tq7\n0D9/ggQak4qeIR3i+HvfWjIGWAdbcqwWeG0qUHM7cddnO02IgMFC+yAFucNr\nAsQdNsvEh71sHNFp8MzB42amj9dDpA7nDcMz+lXI8weHaY6JH6RVRckWEQiM\nwMzbz+s4uihDhRyZsjXH6v+R13aSKNPEKss11pC3ouqwUrpgIjoG+G3ci+AL\nSoOSExHgYTmXEMGrygzAYZhkSPr5CCXLE3GKgzgHueShc6NHR2dLQ2LntBLt\nW7gpfxiiQXIATKVZeB/R/t2cG2to5vwHyyp6gWZx2iWrPYPZ4gts3mIkXfes\nFtOox05Zy8ucQkhz7fwpyC6m4AiV1ma0SwGcmssl/vXIxFigu4hq6riR/0Am\n8mwiNvFkAUA3uwaeVrXGNTiQQvAODI4BmQAcL2stjPN5iQQOB6aS61AS+BV3\nA4K/\r\n=UG66\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCBJNKdUjJTgZYUW0sKJFDRCalouRrKQo2NdRwwlnA4rAIhAK/o803TJ/nLottKb6S0srBV+qbOW+0kACeZf8jpZ0I/"}]}},"2.11.0":{"name":"node-red-dashboard","version":"2.11.0","dependencies":{"serve-static":"~1.13.2","socket.io":"^2.1.1"},"devDependencies":{"angular":"~1.5.11","angular-animate":"~1.5.11","angular-aria":"~1.5.11","angular-chart.js":"^1.1.1","angular-material":"~1.1.10","angular-material-icons":"^0.7.1","angular-messages":"~1.5.11","angular-mocks":"~1.5.11","angular-route":"~1.5.11","angular-sanitize":"~1.5.11","angular-touch":"~1.5.11","angularjs-color-picker":"^3.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"~3.9.1","gulp-angular-templatecache":"~2.2.5","gulp-clean-css":"^3.10.0","gulp-concat":"^2.6.1","gulp-eol":"^0.2.0","gulp-header":"^2.0.5","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^4.0.0","gulp-if":"^2.0.2","gulp-insert-lines":"0.0.4","gulp-jscs":"^4.1.0","gulp-jshint":"^2.1.0","gulp-manifest":"^0.1.1","gulp-remove-html":"^1.3.0","gulp-replace":"^0.6.1","gulp-resources":"^0.5.0","gulp-uglify":"~3.0.1","gulp-util":"^3.0.8","jquery":"^3.3.1","jshint":"^2.9.6","justgage":"^1.2.2","less":"~3.8.1","moment":"~2.22.2","sprintf-js":"^1.0.3","streamqueue":"~1.1.2","svg-morpheus":"^0.3.0","tinycolor2":"^1.4.1","weather-icons-lite":"^1.0.0"},"dist":{"integrity":"sha512-WQP5ocaTk/hVfomEYs4HpR1bvLL7y8lTA7jGqX2UTNue/DvRqh516bI/1r74SUO8RvMuriyXqMrXGDD8nOPBHg==","shasum":"5400d35e41fa71ac33bc9190c2adfd18d0930727","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.11.0.tgz","fileCount":98,"unpackedSize":3138187,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb8AvhCRA9TVsSAnZWagAAznMP/jFNLZrjDKHgkCPPBHOW\n1DYSNzPuhDabJbdJ/QqqkIK/lirfKplle/oDYXKM1Tv3tnVsD4MDkg5WiI6v\nUUoM0uJvbBj57YOviTgghOJ6FS30Ml6OHrjWqvr3ppsH060gRC16OT77DOs6\nQEsM9+f9z5m6GJRAnc1oNXpkWXJ9dGYVZeyjrkX3a0d1Cd2+pjXQ8Z5xVgWm\nrnrQrMNIeCn+emoBmZV6hUMCfu8fh1O5JObXyIOZbqqVVt/yjxhGM5QKJ49f\nTBAXjDErBVhE0X3FETryJ7Me/+d8JrBkuH3xFSuJ9XCc42MhRFhwv2A5rUoq\niCSC5E1TXwO7UYaJNqoyQlBRoJTy2AAj57DVQHIXfaz6yDvF6uV7AkG5JxjC\nRau8k2rgfhFrz0x9QqRCni75W8+DxaKQUj6RiIMH2NgH6JWofRMsfVsIIozH\n1J+fIFmypOMwNPUcYEijMdDKuFBPPBH3U3gz/9exmlui1n1skSb/OEexhKv9\nLyH3g8E4KoQSbp+2rpd6E4F+nflbpla4WWKVG+dmK4hQH3WW2JhH7Ca7LVK2\nslQdxFTKgm90s0NLyHPe0emv9C9cBF8hdRf2urT6EUTxGDbBmhKRUG39II/q\n22AqRC5AkRkRUxBdHF9gmNP+HLiH/deQl6iG75c8fnkx+14UNsH08LSyv5Fa\n3wb7\r\n=rCBB\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAV5ycDZEc2D/y/OSZfGtOJhWjheGCt86N3TueJXTQDfAiEAqIRKlFLE320wvmZvtJRSiMeUCr44QHWqQAqz1WFaE0o="}]}},"2.12.0":{"name":"node-red-dashboard","version":"2.12.0","dependencies":{"serve-static":"~1.13.2","socket.io":"^2.2.0"},"devDependencies":{"angular":"~1.5.11","angular-animate":"~1.5.11","angular-aria":"~1.5.11","angular-chart.js":"^1.1.1","angular-material":"~1.1.10","angular-material-icons":"^0.7.1","angular-messages":"~1.5.11","angular-mocks":"~1.5.11","angular-route":"~1.5.11","angular-sanitize":"~1.5.11","angular-touch":"~1.5.11","angularjs-color-picker":"^3.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"~3.9.1","gulp-angular-templatecache":"~2.2.5","gulp-clean-css":"^3.10.0","gulp-concat":"^2.6.1","gulp-eol":"^0.2.0","gulp-header":"^2.0.5","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^4.0.0","gulp-if":"^2.0.2","gulp-insert-lines":"0.0.4","gulp-jscs":"^4.1.0","gulp-jshint":"^2.1.0","gulp-manifest":"^0.1.1","gulp-remove-html":"^1.3.0","gulp-replace":"^0.6.1","gulp-resources":"^0.5.0","gulp-uglify":"~3.0.1","gulp-util":"^3.0.8","jquery":"^3.3.1","jshint":"^2.9.6","justgage":"^1.2.2","less":"~3.9.0","moment":"~2.22.2","sprintf-js":"^1.0.3","streamqueue":"~1.1.2","svg-morpheus":"^0.3.0","tinycolor2":"^1.4.1","weather-icons-lite":"^1.0.0"},"dist":{"integrity":"sha512-t05ltzx+oUZapcwsqodoM2iYVTIIZPI4lHfxHgK90I8BaYDWHgTY9kivyvsVSyes1FCthbiaJz4tc9oEZjYTEw==","shasum":"b7a1ea6fbd30bfc094cba4547d526f78dc92d882","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.12.0.tgz","fileCount":100,"unpackedSize":3126967,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcClm2CRA9TVsSAnZWagAAZesQAJNk0BvK1WZ2ib/uK0Ic\nzowQE6Cvjoz5UrNB2KEvHd6Q725+EYJIRyAVnvZye0CAL/hQIUAv72mEDXLU\nOSKQwTZsKeTagciWI4Y2b+crimIwC72Nx7hciuasLYFON+h3zadf4t7IPsIa\nrAkg+WhA5stWONLM/gUOWtUk+rZGjUqXddzx5yesj3ff2MXkUWNOM9ZVqxLc\nMWHJu1a76njOSYSiamkvWW7a66FOP8Nb2n4LRNfC63awGTPx0e2t1yC64mWm\nkK4NqRfjG+Iv7HozEcQKo5lFCJSihN6NS9q9f8pED6RyM8E5gIpXxhyc1WUi\neCgsQWAcxEHLidAB5e7g5YeWzla75M1ZAUnk1Gr1OI+VMx2jqV++tg5JJnmK\np/e0Ka6SClnL1cnbl6s3jJ4QSNZ7vv8ZfR1+4htgsJyuxghJZOi2ECoaQjI1\nrUnEr/LROw4vM4Kk2wg9JMQkigNcErvX0bwpR5aqby+mlt2uvL2X88Ahu8qM\nwu7vPkyMg+6k5Gyx9yJegemGij6SvFqTfpqARY38v8fPSduwH/LXtqFmFxl2\njU3Z3rC8kLfFExb0K3ZLL8Me4jo5KY/YlP/XqZNAffqKDrdmSxTHEjS50Q13\n8SPvRktklDhR+ypGkvpRSnTDt86XYVo9hvy9+OowAjI91nWeB3uSuyEoJqNv\nrSjM\r\n=BBkz\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFv+nHTZsMLGVUZ55LeTyqQV/D2UnSKL/Z3DQ+oWQTVbAiEA7P6tgasCtEeflV8YABmT27XOTVmVWVqGj3JI+gc/Oe8="}]}},"2.12.1":{"name":"node-red-dashboard","version":"2.12.1","dependencies":{"serve-static":"~1.13.2","socket.io":"^2.2.0"},"devDependencies":{"angular":"~1.5.11","angular-animate":"~1.5.11","angular-aria":"~1.5.11","angular-chart.js":"^1.1.1","angular-material":"~1.1.10","angular-material-icons":"^0.7.1","angular-messages":"~1.5.11","angular-mocks":"~1.5.11","angular-route":"~1.5.11","angular-sanitize":"~1.5.11","angular-touch":"~1.5.11","angularjs-color-picker":"^3.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"~3.9.1","gulp-angular-templatecache":"~2.2.5","gulp-clean-css":"^3.10.0","gulp-concat":"^2.6.1","gulp-eol":"^0.2.0","gulp-header":"^2.0.5","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^4.0.0","gulp-if":"^2.0.2","gulp-insert-lines":"0.0.4","gulp-jscs":"^4.1.0","gulp-jshint":"^2.1.0","gulp-manifest":"^0.1.1","gulp-remove-html":"^1.3.0","gulp-replace":"^0.6.1","gulp-resources":"^0.5.0","gulp-uglify":"~3.0.1","gulp-util":"^3.0.8","jquery":"^3.3.1","jshint":"^2.9.6","justgage":"^1.2.2","less":"~3.9.0","moment":"~2.22.2","sprintf-js":"^1.0.3","streamqueue":"~1.1.2","svg-morpheus":"^0.3.0","tinycolor2":"^1.4.1","weather-icons-lite":"^1.0.0"},"dist":{"integrity":"sha512-EnPxQSzNYFudtZfIgOr1a1LM8HTP0DaBLw1Z22YOYTG9VoNkCU754dZbC+WdsheuJLON7IuBoNalSjQI6XEwOA==","shasum":"bbfb9044cb564b9fa08a6eafca511c872c63fed9","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.12.1.tgz","fileCount":100,"unpackedSize":3127116,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcDAevCRA9TVsSAnZWagAAcL4P/3w/PBABGedGwDr9CumU\niiJdoxV8PECsMfdT14/+NTKZUMJ7iJ9fR7Rpx3F1wxOx2QFwtFIQjexHoCc6\nCc9//EXvKZHcjT3JxzO6psVKegTYgjp4jASlWZu2IIqoy6S6nltrqaOP+mUY\nminjk5DaaRV2C5JSElR+8/DXRVlbx41WAKr6SfqE5muX2IzEWU2TMafhF5BD\nkUxITWfqzHhnPiYvapvcpdQNCf8idJm19S7LHuwNUhJx6miP2i1+HQKQx2b9\nri6AgVGEYtZ3GJSp7oxg7SdSNuS2gLtAV8xY3qgSjmXmhBGaMZJ5jIExL15Q\nqkNeHEaHJbschSVBB8DACmkVA9dTQBlKMxWU10p8VqOX+pgYfIFe6KTCFfEC\nZR1NiMTwSkKka6bpzdMJOxT1uveyzMw+Vfob62Pvof1pIplPA7ULlbcrhieG\nnWFThVHK8juuQ9OJufuvjpVyHwZplr3dW23Xx9Yb7plKlkYUiyQx+8n/+tmD\n4VoMrcoKzcfnVKTKxpqz4L77lJTTmjlspzXclZVN5KA6qs3UvKlbmRBedJaq\nqbxz0OpKtzUOtiLdvihEqZgXwlmtz0pDVRmCZwyRjbBCV7EJOCFy5ltoY+40\nn4NYiHiZrIeYyMVo5ujTJDgOZxmxT72Aqmn77klLgxXM4PogdE/5LyBt1yoM\ntWQT\r\n=yFhC\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDgJzcYlhPGpyBpE1qtetGbgq6BoEARp6D8JI+G9UslIAIhAM0xqe/wU/lRRFQA3vhW1bwaJ5j5XDx82M5WeYjiRNKU"}]}},"2.12.2":{"name":"node-red-dashboard","version":"2.12.2","dependencies":{"serve-static":"~1.13.2","socket.io":"^2.2.0"},"devDependencies":{"angular":"~1.5.11","angular-animate":"~1.5.11","angular-aria":"~1.5.11","angular-chart.js":"^1.1.1","angular-material":"~1.1.10","angular-material-icons":"^0.7.1","angular-messages":"~1.5.11","angular-mocks":"~1.5.11","angular-route":"~1.5.11","angular-sanitize":"~1.5.11","angular-touch":"~1.5.11","angularjs-color-picker":"^3.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"~3.9.1","gulp-angular-templatecache":"~2.2.5","gulp-clean-css":"^3.10.0","gulp-concat":"^2.6.1","gulp-eol":"^0.2.0","gulp-header":"^2.0.5","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^4.0.0","gulp-if":"^2.0.2","gulp-insert-lines":"0.0.4","gulp-jscs":"^4.1.0","gulp-jshint":"^2.1.0","gulp-manifest":"^0.1.1","gulp-remove-html":"^1.3.0","gulp-replace":"^0.6.1","gulp-resources":"^0.5.0","gulp-uglify":"~3.0.1","gulp-util":"^3.0.8","jquery":"^3.3.1","jshint":"^2.9.6","justgage":"^1.2.2","less":"~3.9.0","moment":"~2.22.2","sprintf-js":"^1.0.3","streamqueue":"~1.1.2","svg-morpheus":"^0.3.0","tinycolor2":"^1.4.1","weather-icons-lite":"^1.0.0"},"dist":{"integrity":"sha512-bxBuqOBjsZJwgsG9+9/VqYRFmEubuyi9W6rgE0ZrvW8IKJuMQcs0mubCJAAqr/qyXh0gMpjTn8tegPqSbx+L+A==","shasum":"80380984e7930f76508990cbd9364e8b1d5827e7","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.12.2.tgz","fileCount":100,"unpackedSize":3127321,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcDpYvCRA9TVsSAnZWagAAyCcP/RFwf0Z+j5DRUZKK1sOZ\nRcOsa87RE6RhqffG22EyNIfwc0V9cT1ZZAUIYSN2YErbUvDCu5RO9szG9pXF\n6JSSMRj0zhAy1dVwCOmCdQALFboRnId5qOUlOdmh5Lj+PINFdc75fcOILKAs\ntWgdho4We5RwcB8M0paxsrG269Ksx3FNhKcn2YtXxUhXXysfw7pNk3BifzSE\nV/XWvdnn2cYQTP0PpPKYeXb9vNNkQDEmA1D8ZOYgvr7a2fHlMQBLeAg+G1k8\nS6NHNCQV2hT7tG4bXVMq5MO+q3opoZ0d2U6esXb9F41i35zIIY4RwihR/OhY\nJ5LE2+8U1WTe+9OiojOKZC3vTzscEpjPw+2Yo58yLlDxoHKMozh2GpY53nNy\nJ+/KbsyAdT2EiRLaFgd5aseexNSYyhCTmhh0vpZF7DM2ZHgCMWJ+n3OINaos\nnjMywySiOz7ZQ/zkOs+szABEOoJNSW6CdupQIj9RoEztYzEUavjAb/gKjyWp\n5NyYZt5YI9OYk77SXhmuzDcyYs9s2RlPj63aylAtQZFtlzZmqpdLJRWXblYd\ncPSOzZvcevxNkETyVacy0M7w4hez4zZi0Rw6aKXoO+O+IRhiH6L99De1eBZ/\nfQaSBj8Z/xaozE6w66u27N9JhMg7V8EaxrSNPotb25dMqyltxjnHtTkER2y7\nsdfZ\r\n=ZZqn\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGx7+0rKt6cc5is0ZJk40hMrgdpoch+yEWlBivCHJ6vRAiEA/7wD1N32Bo9Lo1Gc3aRnMoGQ1rcoM5SsUoY0Y2Z+iLo="}]}},"2.13.0":{"name":"node-red-dashboard","version":"2.13.0","dependencies":{"serve-static":"~1.13.2","socket.io":"^2.2.0"},"devDependencies":{"angular":"~1.5.11","angular-animate":"~1.5.11","angular-aria":"~1.5.11","angular-chart.js":"^1.1.1","angular-material":"~1.1.10","angular-material-icons":"^0.7.1","angular-messages":"~1.5.11","angular-mocks":"~1.5.11","angular-route":"~1.5.11","angular-sanitize":"~1.5.11","angular-touch":"~1.5.11","angularjs-color-picker":"^3.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"~3.9.1","gulp-angular-templatecache":"~2.2.6","gulp-clean-css":"^3.10.0","gulp-concat":"^2.6.1","gulp-eol":"^0.2.0","gulp-header":"^2.0.7","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^4.0.0","gulp-if":"^2.0.2","gulp-insert-lines":"0.0.4","gulp-jscs":"^4.1.0","gulp-jshint":"^2.1.0","gulp-manifest":"^0.1.1","gulp-remove-html":"^1.3.0","gulp-replace":"^0.6.1","gulp-resources":"^0.5.0","gulp-uglify":"~3.0.1","gulp-util":"^3.0.8","jquery":"^3.3.1","jshint":"^2.9.7","justgage":"^1.2.2","less":"~3.9.0","moment":"~2.23.0","sprintf-js":"^1.1.2","streamqueue":"~1.1.2","svg-morpheus":"^0.3.0","tinycolor2":"^1.4.1","weather-icons-lite":"^1.0.0"},"dist":{"integrity":"sha512-rB0BGK8CVYJ2v0AkNXO4utqxXYDgiGRFOQ986Kg6OnOV2sChfxmkI5u6t+5dTa+COQdTvJuZvudTXUD6PI02xg==","shasum":"3ea519a5b4a65f979b6fa17a7c6053edaf57fd24","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.13.0.tgz","fileCount":100,"unpackedSize":3137154,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcHkcaCRA9TVsSAnZWagAAMOEP/jLgJzD2Vnpzw7vt+QG+\npI3cP5rVRP7w8oTuoEsi1zMOzw+BXYrp6d1pKdrc4MiXg6yrryRC6JAdlBbI\nHzA8QkGglmg0L76grbEtS2C+k7Mx6PrJ7ep6G0AOvmPqS4OBM3ocFFqmwHDU\nfd6zBPNBNDhKilJ4OhixtVuKpL2gLiMPxg7danbqLLYjC800sMnnbhv0Y+lR\nPBeDtJ+eJtyUyWUsAjSl2V4GMzzNoTZOXof1n03bZo6bhRqTuF4m8hkMRYXu\nmjGHudugjY9kQUmMZWlTBCeBlo5s4+n3RIhCiFxuJJWy5eYiG34KCOW4Uel8\nYk/t/PEzEre5MC+gF0CzUcvDjqa56dTpUQnjkSGbRaL8V/eCRFIUdPwuxYdC\n3dBXWrkaSdgJ93bPKSi7M2l6TVIwvr3U1wSspQyY/JRCbBPlm17pmKKahkPn\n+syKc7ibvbolWSMDKpuV7myRr0DygssjH7Rgh48i+VTamGSmN6GCj/eBTGsx\nr00t+Sn1YJ93FiYPmfsuG2NY+9VqYu2hjJLs34fPCv/bUXWMDiAGj4rEGS+3\nvGcYf2NMarkXwRnuCYbCdkUOvInKZXP40opw0McrFghQu6eXGzYcLGIDcLSL\nzk6jKi81Kfe+2maegEyizx8tWwuP9yG/pexXLYN2aCdOpyAW6ESvXlb5cImE\nmt+4\r\n=k+o2\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD27cIJO6yXYam3aGHbCWd3A7h6Uq+RzmNe98Fm13MtfAIgOWuwZ19Qxvl6HnwJ1mFmVmD3jJ5ndSgma9bWwUvKhn4="}]}},"2.13.1":{"name":"node-red-dashboard","version":"2.13.1","dependencies":{"serve-static":"~1.13.2","socket.io":"^2.2.0"},"devDependencies":{"angular":"~1.7.6","angular-animate":"~1.7.6","angular-aria":"~1.7.6","angular-chart.js":"^1.1.1","angular-material":"~1.1.12","angular-material-icons":"^0.7.1","angular-messages":"~1.7.6","angular-mocks":"~1.7.6","angular-route":"~1.7.6","angular-sanitize":"~1.7.6","angular-touch":"~1.7.6","angularjs-color-picker":"^3.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"^3.9.1","gulp-angular-templatecache":"~2.2.6","gulp-clean-css":"^4.0.0","gulp-concat":"^2.6.1","gulp-eol":"^0.2.0","gulp-header":"^2.0.7","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^5.0.1","gulp-if":"^2.0.2","gulp-insert-lines":"0.0.4","gulp-jscs":"^4.1.0","gulp-jshint":"^2.1.0","gulp-manifest":"^0.1.1","gulp-remove-html":"^1.3.0","gulp-replace":"^1.0.0","gulp-resources":"^0.5.0","gulp-uglify":"~3.0.1","gulp-util":"^3.0.8","jquery":"^3.3.1","jshint":"^2.9.7","justgage":"^1.2.2","less":"~3.9.0","moment":"~2.23.0","sprintf-js":"^1.1.2","streamqueue":"~1.1.2","svg-morpheus":"^0.3.0","tinycolor2":"^1.4.1","weather-icons-lite":"^1.0.0"},"dist":{"integrity":"sha512-Zt7rcVhWqODp85zIeKigMoglGE1J2oAOrFyf1F+56UdheQ8bjvEjnHd3UBlTXRU54UWGt43hIKR7TlQkeLJyxA==","shasum":"d18a890ab4ac8ffe7f8498107b73102ccf94db98","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.13.1.tgz","fileCount":100,"unpackedSize":3085128,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcT16pCRA9TVsSAnZWagAAlZMP/jNx95TJUtFVvYx4Ocd3\nOw6CFG1/iR+CSxQmP3nta8oPS0Z2F4/jTtTbSB6QHdYNNCcnv0J1IiSff1Vk\neCHlD/g55t6GB5dCYBs+zT8YPK3X0OCeLkBPL7j/y1k3OzmOYIaOG4x9h4ZM\nt8BRHMHM2MvH35ZZTMKXtxO1FHEtlg0PNbXnCSSJBtA4j+heDXZ2R/xPgFdD\nbPRermsFP8mNFEY7YiF33BLHCvQyLSRdcXBtjaqrIG/KR2Jhqpt7DAmdPSU9\nDnRWbZv1uWhsDHk+8NwGdRNsk+36/tbyNEtUPu5T1LwfkPLaPXzVorHEMPFB\nfFzaamjWGjO+522PEx1LaQvKukdCB0VHS4oUep82yNVLOmMuuaEEyHJLVPc6\nBxaUTymZE3EvIKwbAl27ItgyW3GYXzPrFikWwmKfFhayVPtuL/5CqkocUJsl\n3waPXkXNIKUbPRIkcABlT5E9soboJPOFDbyitYNtkyKlYXsz91hcxW732UGN\nqgYIFdLQevrSfl7d4kdZFE9ozgI9j7rVltNVJ37sGwVMwRwEnHf0n3vEshWk\nlQTW2VgJgU57nBn8lozpyYc2PRc6g6FSZuKjOL7EMgYkGrUbexnLb55wzgf/\n1nKpwyzW6Y4W+7C83EZgWGsntbr+GLE6hJj/2dP0qSAKSQhd3Z09bzOb7y5A\n6MXL\r\n=29k/\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCpk9Xlm8roAqOFkZqLcgabTKv0oroR/K4eCBCf/xXpzQIhAP295sqprfUqCAlGl45wv/+gVhCxUKqSmX3s7eiHKRny"}]}},"2.13.2":{"name":"node-red-dashboard","version":"2.13.2","dependencies":{"serve-static":"~1.13.2","socket.io":"^2.2.0"},"devDependencies":{"angular":"~1.7.6","angular-animate":"~1.7.6","angular-aria":"~1.7.6","angular-chart.js":"^1.1.1","angular-material":"~1.1.12","angular-material-icons":"^0.7.1","angular-messages":"~1.7.6","angular-mocks":"~1.7.6","angular-route":"~1.7.6","angular-sanitize":"~1.7.6","angular-touch":"~1.7.6","angularjs-color-picker":"^3.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"^3.9.1","gulp-angular-templatecache":"~2.2.6","gulp-clean-css":"^4.0.0","gulp-concat":"^2.6.1","gulp-eol":"^0.2.0","gulp-header":"^2.0.7","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^5.0.1","gulp-if":"^2.0.2","gulp-insert-lines":"0.0.4","gulp-jscs":"^4.1.0","gulp-jshint":"^2.1.0","gulp-manifest":"^0.1.1","gulp-remove-html":"^1.3.0","gulp-replace":"^1.0.0","gulp-resources":"^0.5.0","gulp-uglify":"~3.0.1","gulp-util":"^3.0.8","jquery":"^3.3.1","jshint":"^2.9.7","justgage":"^1.2.2","less":"~3.9.0","moment":"~2.23.0","sprintf-js":"^1.1.2","streamqueue":"~1.1.2","svg-morpheus":"^0.3.0","tinycolor2":"^1.4.1","weather-icons-lite":"^1.0.0"},"dist":{"integrity":"sha512-/XgYjhddRTy+qpqo9WCURZBeKD0+kz3V0wK+2xfuqGTYB+yiR0Zzj8E1ifnr7iGyWRVEnu20di10f2qAaGWdqQ==","shasum":"51453c8f76ae5c488118a59540da9e4acd7d105c","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.13.2.tgz","fileCount":100,"unpackedSize":3085100,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcUEebCRA9TVsSAnZWagAAiv4P+wS1Id/HWzu4hgBDMRgC\nlybpbzSDOvc5IkCePXZ6UIHLDzMEuAfc+JK2D042EM7dT4y71om69qQUViML\nvdYWZ8H83kcchKgCmh8tFbapr4bTAPgsBanxzgiy9fC14NV5NPcwu9LhMLTP\nAckmtJmNABTMVJhgg7MMCsEQWJ781f4SUNCM9N3ArBB+hvDmpNh+/ubDQDKq\nxkyekz9WcP/I9kR28Sf34/+GURB16c+HtwsKooGMRT3uug0pY1LzrqTujSob\ncvSIjdGd/XVO6huLv5ArqF9JX2q7soeWI7YUIkLE3GBCz/stFLcBaOQY2KCX\nvdkEk1zbkGYVo6zgOhf8S3SWVNqKnHKZo930/gYrEinJDrOWRfZNbxpOoGPx\nymjRSf/KLSyvCFa6LGE8vFt+2azCd+OTnret6yRfdp8IBmqzsDz9dEVQ1x8I\nZyuuS1v2Ny441NMsUa8tWUXOpfTVB1NAN3GVmzZEoqhaqX3KZtSWbhzMKYDu\n4S8LOgmfGJpYaxVdwHHM+bSSWbP+EnbA4Wlri1TU/RyF7JoZFjD+Dh0KDYMx\nnJdKtKntmKZe7U2Q4p0Qmto9SB8aD4g3tA2iY/mmATK6irtt4AUe0oTyjyys\nS9fGzCId5ueZipratRH3fyU14uj6YG9wlNIQD7uDZGQZa+Kb2ReyyNmvkl8A\nGz7m\r\n=4xR1\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC5Ok8ACOmIkZTxMsp6B1D2nvaWKswSNHECkAMMHUG27gIhAM0E8n7/6hqNpjsklIMH7gpQdPruf+Sf716mEmN4PHd1"}]}},"2.14.0":{"name":"node-red-dashboard","version":"2.14.0","dependencies":{"serve-static":"~1.13.2","socket.io":"^2.2.0"},"devDependencies":{"angular":"~1.7.7","angular-animate":"~1.7.7","angular-aria":"~1.7.7","angular-chart.js":"^1.1.1","angular-material":"~1.1.12","angular-material-icons":"^0.7.1","angular-messages":"~1.7.7","angular-mocks":"~1.7.7","angular-route":"~1.7.7","angular-sanitize":"~1.7.7","angular-touch":"~1.7.7","angularjs-color-picker":"^3.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"^3.9.1","gulp-angular-templatecache":"~2.2.6","gulp-clean-css":"^4.0.0","gulp-concat":"^2.6.1","gulp-eol":"^0.2.0","gulp-header":"^2.0.7","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^5.0.1","gulp-if":"^2.0.2","gulp-insert-lines":"0.0.4","gulp-jscs":"^4.1.0","gulp-jshint":"^2.1.0","gulp-manifest":"^0.1.1","gulp-remove-html":"^1.3.0","gulp-replace":"^1.0.0","gulp-resources":"^0.5.0","gulp-uglify":"~3.0.1","gulp-util":"^3.0.8","jquery":"^3.3.1","jshint":"^2.9.7","justgage":"^1.2.2","less":"~3.9.0","moment":"~2.24.0","sprintf-js":"^1.1.2","streamqueue":"~1.1.2","svg-morpheus":"^0.3.0","tinycolor2":"^1.4.1","weather-icons-lite":"^1.0.0"},"dist":{"integrity":"sha512-+qbD38+Y/AGRSuZk+0P1Efd92HFVqs29eqn19tZ6SVhbvJcAHvJ5/7OfmugzTazblS9FeCXuJgwIUltk5hA7PQ==","shasum":"ae14263057a5b968d57ccec85674eb1b1e1ee168","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.14.0.tgz","fileCount":100,"unpackedSize":3095341,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcd9OqCRA9TVsSAnZWagAAyyoP/ihpqYQnK9JKy+VU6Lys\nPwoE1ZcRHVHJY21p6YDNhvWDV6pCtoQJeUhlhleIsEbxksbQwpbHcg43P8WX\ngFDixDhdUBfGWZM5l10bBs73OR0jkvD18gJCpOmiKqz3aTgV76rNyEn5WND4\n8fZmdI4Aim6i5ciXfw4GXiSju7vEbly5YqjypOTSz+89OArhCAbvGWp9lRbs\naraUQbxIlGSCUFuTKcTrB0EZDnLWTsNa99XB9hfDBPxL0FznSz1W+yLPXSGB\nJUdzKxnwFqUOIUIYwrB7lMR0/4F5mfyX14VuvlS6lhLXZrjH0KkgYmcbfIqu\nqHdqraFQZ15C5HuAiGOjNuE/MF+fzFDgKkx12urwOcN0UEWGQ/YURimEYAed\n74L4rV7pEcr1EXH3WZIlchkgAuv6b4JCA5C87tgGYRkKSNlZ55hEkyYG1hDL\nJj0qlumqo7EI84bIKWpNnrAEgBOJN1N6DrJdC+Sek2k1dxDFkUyu7AAYhAVT\naXWsrltvpYP6JU2IfdvEZ8seuQyPiAHl+SivRXRYls1vqj2saqrXZC0wl3ES\nJ1fjSgOdUvFuxmE0+K5lQvlN/i83FPq7U5CgRc3u6MsFzWZ7fdjj/NS48SlN\nP6Gz/k6AZ+VsVn4AD0BEiRv8Fv59TO0mvpKQzeHSnT9rLWDdue1ApBmY+qRo\nfomy\r\n=gAXC\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCoY/rkzrxSei9zApXcDG3ZFINTI73ne9rfU87RKSfC1QIhAPXMtjZzQ/piLs51DaZ0WNxZESX5f/AKqMFUlG+SZBzK"}]}},"2.15.0":{"name":"node-red-dashboard","version":"2.15.0","dependencies":{"serve-static":"~1.14.1","socket.io":"^2.2.0"},"devDependencies":{"angular":"~1.7.8","angular-animate":"~1.7.8","angular-aria":"~1.7.8","angular-chart.js":"^1.1.1","angular-material":"~1.1.13","angular-material-icons":"^0.7.1","angular-messages":"~1.7.8","angular-mocks":"~1.7.8","angular-route":"~1.7.8","angular-sanitize":"~1.7.8","angular-touch":"~1.7.8","angularjs-color-picker":"^3.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"^3.9.1","gulp-angular-templatecache":"~3.0.0","gulp-clean-css":"^4.0.0","gulp-concat":"^2.6.1","gulp-eol":"^0.2.0","gulp-header":"^2.0.7","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^5.0.1","gulp-if":"^2.0.2","gulp-jscs":"^4.1.0","gulp-jshint":"^2.1.0","gulp-manifest":"^0.1.1","gulp-replace":"^1.0.0","gulp-uglify":"~3.0.2","gulp-util":"^3.0.8","jquery":"^3.4.1","jshint":"^2.10.1","justgage":"^1.2.2","less":"~3.9.0","moment":"~2.24.0","sprintf-js":"^1.1.2","streamqueue":"~1.1.2","svg-morpheus":"^0.3.0","tinycolor2":"^1.4.1","weather-icons-lite":"^1.1.0"},"dist":{"integrity":"sha512-zNj4yHJtk06M+uwEIpOAAEuBHJnnBulLMKnm7M/4Rf3fbLxZOXVEuse+qJIWu7JLA5BRRI6AbqcYP9eyqJNpSw==","shasum":"bb7f9dfa429ca47f86fe4f451de5e7a2953dccfb","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.15.0.tgz","fileCount":100,"unpackedSize":3116148,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc2eAzCRA9TVsSAnZWagAAZgIP/A/ZA2JSXc1k3Hvmjxn9\n/NkxnwZBb1rBXaEPzrRtTUO/nD5oPjDDS1YKBwIOi7zvwuoXyfWrOl6qwR5L\nLp24dST0oTNG7zUl52GhusKNK9RiZ28Z4GtUfDlcjfQR0pnUZquo51SRUA+J\nqj+omPVSklqgUo9gHOlrjE5gp+t+QeOmjr9C+lzELQZwPOCgebs8eKJJc71Y\nzRcUjVcOMG4dGZmgDEajtwszu+qgWs2XTIfznZawL6EK8liUdbMxB8m0uy9O\nVvkYcQ3PrHFdzzFDEQZr8ACfXc3LN6vtiEXM1LrMgkN7RNkMpoZxguQxPEMO\nfphaRU74IC5F5zMIhPVPetDXfbIZjD4PqeWBuzxg6uc0fEK/ZnMdCP9r005/\nBf+OjZi2pYKMnO9xzoxVxsw94Up0vr0BEMwfQpzjU0Pn3jop1NM1pa+vnK9j\n2cMJTpIq12kZw2iFASoXW+RpcLvtyRxNKCY0jfvsza6Yb8lZqfmIW/sZhcfe\nESzDGB0E19V/oqKK+CUkS8IU9b+ymDxQT5U6v8ChgBvs1SS+3N/qptdHB4Iv\n62VzfMpkC8Ms58UxEBkDYVPFiT4c1sFFHfsyR2eEcE6pDjE4ueHaLHIBBl3l\n1h0O83SmFTX3X8cowiP3YrQ3y0ghHWCQtc8X4Ij8eXue7epScCLKrh/Kf6vq\ndfMp\r\n=rCdz\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDShLnHwGm1gxZyaFkGdrXjVQ6bgU5wwQMnBMWhZKLhvgIhAJrXTKD22p1hF0hHjyNACl3WFL+YZ8Xtb6uPtWwj1mJb"}]}},"2.15.1":{"name":"node-red-dashboard","version":"2.15.1","dependencies":{"serve-static":"~1.14.1","socket.io":"^2.2.0"},"devDependencies":{"angular":"~1.7.8","angular-animate":"~1.7.8","angular-aria":"~1.7.8","angular-chart.js":"^1.1.1","angular-material":"~1.1.13","angular-material-icons":"^0.7.1","angular-messages":"~1.7.8","angular-mocks":"~1.7.8","angular-route":"~1.7.8","angular-sanitize":"~1.7.8","angular-touch":"~1.7.8","angularjs-color-picker":"^3.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"^3.9.1","gulp-angular-templatecache":"~3.0.0","gulp-clean-css":"^4.0.0","gulp-concat":"^2.6.1","gulp-eol":"^0.2.0","gulp-header":"^2.0.7","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^5.0.1","gulp-if":"^2.0.2","gulp-jscs":"^4.1.0","gulp-jshint":"^2.1.0","gulp-manifest":"^0.1.1","gulp-replace":"^1.0.0","gulp-uglify":"~3.0.2","gulp-util":"^3.0.8","jquery":"^3.4.1","jshint":"^2.10.1","justgage":"^1.2.2","less":"~3.9.0","moment":"~2.24.0","sprintf-js":"^1.1.2","streamqueue":"~1.1.2","svg-morpheus":"^0.3.0","tinycolor2":"^1.4.1","weather-icons-lite":"^1.1.0"},"dist":{"integrity":"sha512-NFiwSh+fKBvLgAZzveWzTEDTTbc9mYd/DNEjh8hDAXv+4unIS95Qg8D8lkTg1KACqXr8tzwKJwdhk9LK7W0Z/Q==","shasum":"3d805d43e5528dbd9d655e6116a4f0b8172a1ac0","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.15.1.tgz","fileCount":100,"unpackedSize":3116166,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc2pMQCRA9TVsSAnZWagAA6p0QAIoR8WGImcAtkurbJfgC\nc9bqS5jKZ/3HmWAeMrdgMudUPdh8YRcVBS2dya9X0V+LWVxIHioEDhTxjGxA\nkwLGoT0Nv8OLChwtdwQudssE7SBJG7oytJ5CYgz4TrKE8xoVSpeRwtEVYmzX\nZXZwP/HfzeGT92d9FVr7U7om/bg2yIqjlY9PKCDEOCtl0RF5D08Fq5UnzAc7\n3omgTHqXeH7jbJwdFjC5i1mplLPOr2swur9IZMGzjrcrUpr+KpLhVllCgSpI\nelCryDyXN/cyRaASzN04nX65Lmj/vn72WvKSWpf393WcKcQdAOcKtpT8/x0G\nVi611vfK0fbj63u0987gYxGFyLw7J+Ziq035rXWSJCugVtyeJLuxNqg4wucR\n1Za/Tiqp2EaHgHwvIgZtaiAY2/wVdUgvJ+ZQR3UHpe68N/s5g4BGcVHzbx6k\nzN4bLy8TzfQbSmpn2Ayo2piEHMcH7VCnIAjbze5tM4WsR/aANIubg8S3cyme\nIUjj2HXHnk34usIAZ9pXJSnEnwqpIVQi+stKShprkX1w1DVRRHuxTsVhDnNN\nmr2k6cwSQBPA5B4kZCNrh1+lu96wSgqRhkXXe3o61i42icCW8eUZh0MKFzPA\nB9RAoTN/cGrWPvvkD6pNuyb8/Q0HL27w9W5qoReIrqdEdiDEhPDFFbrvM4eg\nZ+Xi\r\n=Dg9U\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCltmnZhml9AIvJfU10c8Sej7BZIikxpEVzAKfJqgc4ZQIhALxgww6YMJeyqPecb5KTQLIuFHhKs7WvkrhXJQnRKuZU"}]}},"2.15.2":{"name":"node-red-dashboard","version":"2.15.2","dependencies":{"serve-static":"~1.14.1","socket.io":"^2.2.0"},"devDependencies":{"angular":"~1.7.8","angular-animate":"~1.7.8","angular-aria":"~1.7.8","angular-chart.js":"^1.1.1","angular-material":"~1.1.13","angular-material-icons":"^0.7.1","angular-messages":"~1.7.8","angular-mocks":"~1.7.8","angular-route":"~1.7.8","angular-sanitize":"~1.7.8","angular-touch":"~1.7.8","angularjs-color-picker":"^3.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"^3.9.1","gulp-angular-templatecache":"~3.0.0","gulp-clean-css":"^4.0.0","gulp-concat":"^2.6.1","gulp-eol":"^0.2.0","gulp-header":"^2.0.7","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^5.0.1","gulp-if":"^2.0.2","gulp-jscs":"^4.1.0","gulp-jshint":"^2.1.0","gulp-manifest":"^0.1.1","gulp-replace":"^1.0.0","gulp-uglify":"~3.0.2","gulp-util":"^3.0.8","jquery":"^3.4.1","jshint":"^2.10.1","justgage":"^1.2.2","less":"~3.9.0","moment":"~2.24.0","sprintf-js":"^1.1.2","streamqueue":"~1.1.2","svg-morpheus":"^0.3.0","tinycolor2":"^1.4.1","weather-icons-lite":"^1.1.0"},"dist":{"integrity":"sha512-/IZWMe/Ao70D1xFaNnu9NKFnqNm6wKppoBeCObI1K/cezMq4to9euMTjD+szSKATNSJaG3gWauV55FdmXjIDRw==","shasum":"00628b6ca4cfcaba0c49a35e91457e53db55e347","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.15.2.tgz","fileCount":100,"unpackedSize":3117432,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc3DG6CRA9TVsSAnZWagAAYLUP/i0hiPg3eMFDe5SY0Bu9\nkMko3cZH1JqobXpxqHsed1seo9YHRc8a33w/KLT4qMgQD+C2WkHnsjf6N9Ag\nAWwVznvGK9JQVRsLVmVhPm562/yL1kB6gRS4/CPjq7gErDumvC7rlFxHbefz\nu9/DMZeDfuxWUTREKq3hqBwUuOqjkGvn+QSll2YBD51EPsyG84Ysundr6RtB\nB90ESQO/oBBAQeuanaMIyMXRrO1vdj9VpsIy6rJeqqH8frAQJ6o2EM3MUiiR\nqo7M+btna55nd0ezXZXCBkKoNksg+Ddd/pKlpWiN9l8RG9TYI6A6Xft8UEIc\nnRNpsAZ9PXUctiObEBqWedpsZ+mnMNVdA8qPSCPsKrnLbFAHzPh770KA/mAZ\nwBVk0bYWtgZwjnFQaV4u+DcG4L/1RMvocECbO+hqozDOAY9ufQJUn3RIK0At\nLqG6pz5IqQu2fQs5Y8vquXU6uRnVjdKkdqDL2J8AmOPC6/Zjl6YKSNA6PhfF\nZbSDoQWt/KauOOx4oA7V4nM88iZBpEsmeJH6XkwOlphA1xHZk6QPmJtppw02\nBbCRWEKljswod8AzBVYoWkocHUuZsw7l8KpKsOxGvmiCBpRSC6IquuUgRFVX\nx4GWmOIseB3HL1PADu3wTv3wNZFixatiVnpl28bd1OlSIgMdQuC3DIWR9uIf\nhSFo\r\n=a6mN\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIA1Zpe01Y1eDuC9RtbES/imiCCDvWpPg7pBOA/U6tJcOAiEAqBUCFRM+hi1EVDTutTPab80cs4TKY4pxnKVo8mnVMP8="}]}},"2.15.3":{"name":"node-red-dashboard","version":"2.15.3","dependencies":{"serve-static":"~1.14.1","socket.io":"^2.2.0"},"devDependencies":{"angular":"~1.7.8","angular-animate":"~1.7.8","angular-aria":"~1.7.8","angular-chart.js":"^1.1.1","angular-material":"~1.1.13","angular-material-icons":"^0.7.1","angular-messages":"~1.7.8","angular-mocks":"~1.7.8","angular-route":"~1.7.8","angular-sanitize":"~1.7.8","angular-touch":"~1.7.8","angularjs-color-picker":"^3.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"^3.9.1","gulp-angular-templatecache":"~3.0.0","gulp-clean-css":"^4.0.0","gulp-concat":"^2.6.1","gulp-eol":"^0.2.0","gulp-header":"^2.0.7","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^5.0.1","gulp-if":"^2.0.2","gulp-jscs":"^4.1.0","gulp-jshint":"^2.1.0","gulp-manifest":"^0.1.1","gulp-replace":"^1.0.0","gulp-uglify":"~3.0.2","gulp-util":"^3.0.8","jquery":"^3.4.1","jshint":"^2.10.1","justgage":"^1.2.2","less":"~3.9.0","moment":"~2.24.0","sprintf-js":"^1.1.2","streamqueue":"~1.1.2","svg-morpheus":"^0.3.0","tinycolor2":"^1.4.1","weather-icons-lite":"^1.1.0"},"dist":{"integrity":"sha512-4NvRTjj1aFJLAGSHde/DjTJ2MHeqFaVnlBklZ48q6ahvA8lQB6aZhIKdSsLpBGOd7lJkkAClJeXcwiJYiVBvmQ==","shasum":"043d25b2761f5815efc1566fa311c8080b4d1963","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.15.3.tgz","fileCount":100,"unpackedSize":3121899,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc6r5VCRA9TVsSAnZWagAA2KcP/0qxS9AqU4sVyBOVuCo6\nfXw4vYZCR7+R89RvxzuyH9aogiNskPD5N7MzyGK9PDPAetM81adTqwboBeHF\niN5+z0dmnJxST1E4YfD75LdOQzhHr4Jc9Np+20xtl2S5km0lnECJbF4p2QCJ\n01f1VUH3/1DEqIoqrA36oMKuoA+pPRRbOL3B4klFQLNqRlDpYphzGJGAemdV\n8I4Yq7qXqZ45M4kHlaPluwxpn1xONwvmrkx2XcdMkyjrpuYS/ctiut5eF/qm\nZ9ZI3aywcyhmjvXQApUNrSITmGikGE8VJMVgjlvSe6zECIE9EynkUtJBVkFb\nBvhI0lc2Xyw0i8q5ZN0tj5pMM03wt0dBX1SV2tJ8cyVuFoi4Zp/Aq/hiSBHW\n7ZUZdv1RLpQHTqrmv46fPR9POTisALp36bAJYys9tuhM9nm9OHpmKLzi1Y3N\nBRoNRxMTctSSIhvHxO64LfKlLLKrAXft2nkMQIOsg/L46NWQzzjglKyEjsOF\n0wi/62LLeNTx8Wyf5EStqZ0Q5R6q4liAT/vHDwu4QKsEbxC5G1OJeqmixnW4\n2HUtnrvxbS7/PmT6yn6lCo1tuoZh00LAEuYqk5Q5OspmoRi5JkUGwbGeoTJG\nfOryyNuf0Y8G8+eW5AaiHghN1BzQONsKNKuQuMl25M3mnnivYOswhMnRcHGw\nm5I5\r\n=n6cv\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCBoZOIR5e5fuPPPpCpUaAGsC/MTHbtvYeDQNyNfubPRAIgGBpwZWMpbqs9xS0JJlXqgprLZ+BlDVe8p+Vqhat/oTg="}]}},"2.15.4":{"name":"node-red-dashboard","version":"2.15.4","dependencies":{"serve-static":"~1.14.1","socket.io":"^2.2.0"},"devDependencies":{"angular":"~1.7.8","angular-animate":"~1.7.8","angular-aria":"~1.7.8","angular-chart.js":"^1.1.1","angular-material":"~1.1.13","angular-material-icons":"^0.7.1","angular-messages":"~1.7.8","angular-mocks":"~1.7.8","angular-route":"~1.7.8","angular-sanitize":"~1.7.8","angular-touch":"~1.7.8","angularjs-color-picker":"^3.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"^3.9.1","gulp-angular-templatecache":"~3.0.0","gulp-clean-css":"^4.0.0","gulp-concat":"^2.6.1","gulp-eol":"^0.2.0","gulp-header":"^2.0.7","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^5.0.1","gulp-if":"^2.0.2","gulp-jscs":"^4.1.0","gulp-jshint":"^2.1.0","gulp-manifest":"^0.1.1","gulp-replace":"^1.0.0","gulp-uglify":"~3.0.2","gulp-util":"^3.0.8","jquery":"^3.4.1","jshint":"^2.10.1","justgage":"^1.2.2","less":"~3.9.0","moment":"~2.24.0","sprintf-js":"^1.1.2","streamqueue":"~1.1.2","svg-morpheus":"^0.3.0","tinycolor2":"^1.4.1","weather-icons-lite":"^1.1.0"},"dist":{"integrity":"sha512-0bBX6sH9Q2jUlfCvNiRTOaeoMnCJz6Kr7/DTOYLdoQt5iCAXwu2qBmDJrVzhyVjWxccs6I/KLdiAuM0GeTVc/A==","shasum":"a4ecc548fe7168a25cf645cd9f9cbef34915842b","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.15.4.tgz","fileCount":100,"unpackedSize":3123723,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc78HECRA9TVsSAnZWagAAB+8P/iTCl+kQqPquagUnod7/\n28MrKo1J6acqImWlUOW4ojEk50Okip1Bbso7bj7oIwEzDgXTwsloCagMWs6o\nbozpGDmUGzYUMzz473jBVa5lMqoxQr5kcL1hU7Ewb4l2EKnEED+3AOFY63RW\niCSmL28cvgTA4MZ2q/3zbUPHKF5akqKVfu18QVwTTe4y7l0cVEz8wPQ/q3zT\n0YfvD7tL3ALxqUJS2PeC4UICeJigNbCjxeJPJGPqkD0W00Q0cFJ7iGT6gJ2T\nSnuLnaix5OqH8S1YyuY/WetaXl5WLsiIRL6sfQpODOjyClsr/DEG4p+KuDXT\nVA8bH59QpjPEKCQVaPfgsR0r5bROJJyJ9v6Z+drGUlc9sUcubGlzecxCx9Tj\nkvOS3g6fS47/OiYq78GxIVYGtwrrJXGC5FJrWbD7orEgI1IIpas14qgY9IkW\n42iUEO2elr5gMRHxrC9hFndk8aaV5krfXyN3XYDcD1EfpO6foOeig/Pi76H3\nAEjoS1/SMY+7k8tl/wL18vPR2zj1EgPF+fKtvrznlE0Ktz+a6mI0x6WIAZ6Y\nhZh8pT/kUKH0yeuQdLo+moHgyixxALRSRWVDgc3goqaPNUHyFgESJqgGBNZ/\nfuUqBLlYXpYE/rq5oRGSllXBOHVz0trBwVJ1z9k+7H7+Urmh6qD+S0DuLyu7\nETyT\r\n=5yA5\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAv7WiM1IHr3hDPR3GL4JFzYG/602BHqv+xpXkV2aCxNAiAGP7LrpYWg6cCLwgAwKI+pDzHa7ptPW01qU4vnRYo7Ag=="}]}},"2.15.5":{"name":"node-red-dashboard","version":"2.15.5","dependencies":{"compression":"^1.7.4","serve-static":"^1.14.1","socket.io":"^2.2.0"},"devDependencies":{"angular":"~1.7.8","angular-animate":"~1.7.8","angular-aria":"~1.7.8","angular-chart.js":"^1.1.1","angular-material":"~1.1.19","angular-material-icons":"^0.7.1","angular-messages":"~1.7.8","angular-mocks":"~1.7.8","angular-route":"~1.7.8","angular-sanitize":"~1.7.8","angular-touch":"~1.7.8","angularjs-color-picker":"^3.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"^3.9.1","gulp-angular-templatecache":"~3.0.0","gulp-clean-css":"^4.0.0","gulp-concat":"^2.6.1","gulp-eol":"^0.2.0","gulp-header":"^2.0.7","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^5.0.1","gulp-if":"^2.0.2","gulp-jscs":"^4.1.0","gulp-jshint":"^2.1.0","gulp-manifest":"^0.1.1","gulp-replace":"^1.0.0","gulp-uglify":"~3.0.2","gulp-util":"^3.0.8","jquery":"^3.4.1","jshint":"^2.10.1","justgage":"^1.2.2","less":"~3.9.0","moment":"~2.24.0","sprintf-js":"^1.1.2","streamqueue":"~1.1.2","svg-morpheus":"^0.3.0","tinycolor2":"^1.4.1","weather-icons-lite":"^1.1.0","webfontloader":"^1.6.28"},"dist":{"integrity":"sha512-q1SW86sk74UZaaccJo6EjVoplvgQy3XLkHGziriwNjOmq2APEm5FIm6NqOFJpQAU35v3wsLObwbK9xNo8TVNSQ==","shasum":"08d9f2067a3186ba88186611baf69db74cd5dcc9","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.15.5.tgz","fileCount":100,"unpackedSize":3141612,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdERbrCRA9TVsSAnZWagAAtSIQAIdz0maKut70eA1odPS/\n5LKg7eK9PX3cgMn4VWKwriqsYacZRyJs3f2lTOVEtqP8W64RAONYuRTbAfEU\n15tjJW4BynNg5QBvvupx22bA4pGXVes5QtFwGatrEuNOVh2QIR+T3IhNZFJk\ncPy4Nzga34J9I0040YtMI5g3RXnDkMtCfB3fHXI0JClg23AVkad3Aiw7q3nS\nHsIHTysT89HCXknw36BRz6yZnC/EWjIipAxzWpIy+vu5krseFZZBGXmH/6yS\nZRwDsB7csPL5e67WfSWcSXh/X7565x/EJGrGqNEg8WdbICTeUeMvdi4OdfPZ\nrjKxIl9OuiLt2Gs8m6WaSBR/KNnw9tMzetJyL/TbhvGHuJaa9EhGx8jnbhFo\nMV+/cVy5rHCp7TjJHpwzjZxRqZMwZJYoZgxvHLZAlifxSJYqS7cQxepu4pga\naULikx2Q63iTRpaIp4XntAos0Ohfv1WJhZLbVswSRri4Awiap95azu5Sr+9E\nIyVlH/PAiiAhgQXztAg/ozWn9+z38GE53lPoozehQ/axoIFwqQRxVGlivYsu\nAcqetS4z7FXQeEoKYL75hUB5yQoTTF3D/Vjl0MigDZSQNO+sZrs7MaEy2PwI\n1kJqln2ttos3B8qlbfq5mCzWuhIf+AxoLTa/Bdvz5EqOZjeLQDTJ48LvlDTK\nOeqz\r\n=uJGW\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC0zPDsa4u0Um2fdLpIZJaFFiYuFNB12HLdQ6BdYEp7uwIhAPTJl4TT5uC/5UGj4l7CVRKr0KGgFq1KEpbRyJAVl3cj"}]}},"2.16.0":{"name":"node-red-dashboard","version":"2.16.0","dependencies":{"compression":"^1.7.4","serve-static":"^1.14.1","socket.io":"^2.2.0"},"devDependencies":{"angular":"~1.7.8","angular-animate":"~1.7.8","angular-aria":"~1.7.8","angular-chart.js":"^1.1.1","angular-material":"~1.1.20","angular-material-icons":"^0.7.1","angular-messages":"~1.7.8","angular-mocks":"~1.7.8","angular-route":"~1.7.8","angular-sanitize":"~1.7.8","angular-touch":"~1.7.8","angularjs-color-picker":"^3.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gridstack":"^0.4.0","gulp":"^3.9.1","gulp-angular-templatecache":"~3.0.0","gulp-clean-css":"^4.0.0","gulp-concat":"^2.6.1","gulp-eol":"^0.2.0","gulp-header":"^2.0.9","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^5.0.1","gulp-if":"^2.0.2","gulp-jscs":"^4.1.0","gulp-jshint":"^2.1.0","gulp-manifest":"^0.1.1","gulp-rename":"^1.4.0","gulp-replace":"^1.0.0","gulp-sass":"^4.0.2","gulp-uglify":"~3.0.2","gulp-util":"^3.0.8","jquery":"^3.4.1","jshint":"^2.10.1","justgage":"~1.2.2","less":"~3.9.0","lodash":"^4.17.15","moment":"~2.24.0","sprintf-js":"^1.1.2","streamqueue":"~1.1.2","svg-morpheus":"^0.3.0","tinycolor2":"^1.4.1","weather-icons-lite":"^1.1.0","webfontloader":"^1.6.28"},"dist":{"integrity":"sha512-S2vRDdZDTG56/Ftq450OoEpfSuqdIFs8vOIzvWZcQ9+G9+5WMz9CgYnTCW6NtVZRYrHE1UtJ4GxnMdYBQXPdEw==","shasum":"6c287cfe7b420e513b97b21b1c2f1c0da4706366","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.16.0.tgz","fileCount":105,"unpackedSize":3498188,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdVprvCRA9TVsSAnZWagAAkF0P/0lXNyuO/cIYW/FCbP+X\nZWBRG5UvpvbDp4YcVXuyzyOq+BHfveXo4uGC+wKod685hJODYctnqoVTKttp\nB+5ed4BgKUQUOaWZmTgnJO450NFWZ458NyANmFC/Quq2X1jeHakh5Js4Oe8W\nTa6mkaGyqnBRKSLXu6LMwDpKkvockbFp79yAokrkhZ+jmjY2snUxxVeCZiWK\nkLW7+C2HJgD/UOPL+MY7BOySSU98PfcYi6xUp75TJ63Ff5Wf+0DFdXVhSLCC\nrq53KjNcWgy+6VCFlWZdeOpyG9qMD9iRkRajN8oRw7ZvkpYT6gpbNEcQMfYh\nDuheIe9QmvcchgrCXOnxKqdiD6Wr4zNbryeMI3DehgqN6tWC6G6EmU7kna8j\n56lfo1ikcyjnMdHcolxPq89B75SezHmF/jult0bLEIOuGXA1IfgZdYMasCYM\neA8ifQnj1kBBP3bKiI8ku3JlN+xltnczvqnzucBmUj1HBkOfNfDjTCDBb3+8\nJusTpK1dt7V5NIh9BB34hJUsLSJX8Ame1/B50cXodTu9O158EtSyU54gemVI\na8PVrLUwdE59AAscLHdK6TsdH8yzfMJ7vEB/ngE846AL3JuXdsf3VImhm1v6\nGFGUwWPik8MDGS+SSB3LpZMm4wEzu8Mdnk+jrISrjqbK2vN31c5Fb7Ojum81\nGiV4\r\n=4QLi\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCB6pQA0waKAL2dU90PRBQ82O4pYsh690pK9zGLg769eAIgaRe/HFssDRJ2j7R1Nm31jjxcZiWaTpGPvPP4RLYrD48="}]}},"2.16.1":{"name":"node-red-dashboard","version":"2.16.1","dependencies":{"compression":"^1.7.4","serve-static":"^1.14.1","socket.io":"^2.2.0"},"devDependencies":{"angular":"~1.7.8","angular-animate":"~1.7.8","angular-aria":"~1.7.8","angular-chart.js":"^1.1.1","angular-material":"~1.1.20","angular-material-icons":"^0.7.1","angular-messages":"~1.7.8","angular-mocks":"~1.7.8","angular-route":"~1.7.8","angular-sanitize":"~1.7.8","angular-touch":"~1.7.8","angularjs-color-picker":"^3.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gridstack":"^0.4.0","gulp":"^3.9.1","gulp-angular-templatecache":"~3.0.0","gulp-clean-css":"^4.0.0","gulp-concat":"^2.6.1","gulp-eol":"^0.2.0","gulp-header":"^2.0.9","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^5.0.1","gulp-if":"^2.0.2","gulp-jscs":"^4.1.0","gulp-jshint":"^2.1.0","gulp-manifest":"^0.1.1","gulp-rename":"^1.4.0","gulp-replace":"^1.0.0","gulp-sass":"^4.0.2","gulp-uglify":"~3.0.2","gulp-util":"^3.0.8","jquery":"^3.4.1","jshint":"^2.10.1","justgage":"~1.2.2","less":"~3.9.0","lodash":"^4.17.15","moment":"~2.24.0","sprintf-js":"^1.1.2","streamqueue":"~1.1.2","svg-morpheus":"^0.3.0","tinycolor2":"^1.4.1","weather-icons-lite":"^1.1.0","webfontloader":"^1.6.28"},"dist":{"integrity":"sha512-MmgA7/GSAHdHMsOfLxp1LLzUJYXCxYRGwCEIe31o4obGwdBYLgmgyS04ZFUn8SKRpkI6diHkmlzIKExBbYQINw==","shasum":"bcaf522bc0679e938f65dd121674d5fef06f876e","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.16.1.tgz","fileCount":105,"unpackedSize":3497896,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdXoAuCRA9TVsSAnZWagAAdW8P/3kYT3BvtU+ADc+tVj3c\nx29V4Lre06XHieHwC5K3XuoiX2ym54/g/luQHKBRtYkhHF/Uf4VoUbxjAmTH\njnIGOHfYyyJvv4UJ0+GbINK0L1RtgJGiACg/0d680gRwJNHprccWLeGtZHN3\n3UZhTU37AtyNMjR0uLPxSipbDfst16qTqWG5XJF392uMy1yil/FpUPU08k4d\nLuAiuupcA3bkd26fZjqw//ENW+NQO92osaeRLXPBxAsieEyYPtHGVQ98OZBB\nmv071j0XGWatjRB4UWe1fDWorZnzyEBT3mb5mgGkGOzqpCimWItyIB0qQK9a\nJlCZmHEMXx2/C92d0xE+IGThxS7b0KPRLh8jJW0LyPWAO4f34xzpmovfMKxk\nYGeg0ycHzseX5xLsjH/binGkTn3rCT5S682c1KxdjhVIZOoEwWP0as+YTNof\naV1bFxNYzt+B3BtAP9Z/WjB8yjoAu24FLNHmpZgO/skm0vhtH1Gy8dIzdR6+\nS+9qu/MQ7u+23VVlo+/a7AsEBCQTK7lSRZV1t4UJt+lDXjX9wjwf5uuXHMXC\nb64elkh5LA2wh57qJL3ibyw3v5Ji1hS4OILogpc+sJZ96GVt/lEy5HavJZ4x\nJ/+H7Wm88RPhGbmFv43Fbyg5KS+U7oAc9SbK+6XK3ppsPo7IM0sh1xhueDkZ\n/Hb2\r\n=G/uF\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGuqFMJL4PtgiCVDC29YJSPX0u1f/VVDxjyxKbijDFVpAiAqTp+f5Wo0Q6gAaLSbHhlCSY2qbUBz0NkLyRE8DTi55w=="}]}},"2.16.2":{"name":"node-red-dashboard","version":"2.16.2","dependencies":{"compression":"^1.7.4","serve-static":"^1.14.1","socket.io":"^2.2.0"},"devDependencies":{"angular":"~1.7.8","angular-animate":"~1.7.8","angular-aria":"~1.7.8","angular-chart.js":"^1.1.1","angular-material":"~1.1.20","angular-material-icons":"^0.7.1","angular-messages":"~1.7.8","angular-mocks":"~1.7.8","angular-route":"~1.7.8","angular-sanitize":"~1.7.8","angular-touch":"~1.7.8","angularjs-color-picker":"^3.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gridstack":"^0.4.0","gulp":"^3.9.1","gulp-angular-templatecache":"~3.0.0","gulp-clean-css":"^4.0.0","gulp-concat":"^2.6.1","gulp-eol":"^0.2.0","gulp-header":"^2.0.9","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^5.0.1","gulp-if":"^2.0.2","gulp-jscs":"^4.1.0","gulp-jshint":"^2.1.0","gulp-manifest":"^0.1.1","gulp-rename":"^1.4.0","gulp-replace":"^1.0.0","gulp-sass":"^4.0.2","gulp-uglify":"~3.0.2","gulp-util":"^3.0.8","jquery":"^3.4.1","jshint":"^2.10.1","justgage":"~1.2.2","less":"~3.10.3","lodash":"^4.17.15","moment":"~2.24.0","sprintf-js":"^1.1.2","streamqueue":"~1.1.2","svg-morpheus":"^0.3.0","tinycolor2":"^1.4.1","weather-icons-lite":"^1.1.0","webfontloader":"^1.6.28"},"dist":{"integrity":"sha512-4CyMqrFOmfQG2ABX+VubjB71yHXmYHaBsdUX/uDrK+mGnCVjuQ8ZCWNufS3F7gk7DxEXKFYL25G0EpjkdQ9Z3w==","shasum":"cb8bca262e6dd598f354d2bab98c3ce5bd3dae59","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.16.2.tgz","fileCount":105,"unpackedSize":3486808,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdaOuaCRA9TVsSAnZWagAAM3YP/1z9HfFIGpvrSIVPEtT+\nn+FnRfhWVmJ02yecdpbfRj3scYqj7YHWZ3OLmCe94wHjIOKiSQgrPdmoQsUQ\nK8kOsZRFVgqMQzqhbLIP7WodxPd/3L9rjFSdywjk77qx8RMobVlmqXQjmXFc\niKhBCsIh4KzTcpHLTgYDziBgxVdq8wlpctpbWxxeZg2UxrgYdqlyTMIdiT8z\n+CUF/uP7EkGhwGcSf18vdEbLzexS0EChsiMwE7IWj1S2o/E02FTCwdOOB7gS\njT5yBiVG3wmgUvVmVAnMYcdO3iWztpDeG619Zf4W2xltAeNOEO2p4Sru4aX/\nrb44NZaiNRqrAEe7xHXH+EI/o6dMzovDeMh048H1/rQknl5WMElwz3aqBf/a\nZINbR4o8721ugk72goxjLkuPXFTQCthoMORVxhvUjIiasjcKt8dRHcO7Xl+i\nh5a100CgMSNrGpbiL7f9ypM2u+R5r8G1kjx+nt5NCY0RP+RskU39izuR7jjT\n4A8V4ell/gEC+VeVyo2trBsJT9/6Yj3MUcsx0/KBNkAs5O80owdeKXYSS94A\nMUV1XI0nF4yIsLRCQdHXFzKPrEK0HT8aFicvJkSK2dIns1p72l/rwmIETXds\nLVUyZzbw4WEojfC+KZCWvQGWaSAg3RPe5/gR5KZ6WpnV0S6awwjDLByybB5L\nuU8E\r\n=r+Ql\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIG3Iq/BXPvBVE+Dj/ea8fDR/jsOD77BGbgEnvn4unLrXAiEA1s0Q47OgRzetVKHV4vkkC7q9MUWD35TAvyuasM6/ZhQ="}]}},"2.16.3":{"name":"node-red-dashboard","version":"2.16.3","dependencies":{"compression":"^1.7.4","serve-static":"^1.14.1","socket.io":"^2.2.0"},"devDependencies":{"angular":"~1.7.8","angular-animate":"~1.7.8","angular-aria":"~1.7.8","angular-chart.js":"^1.1.1","angular-material":"~1.1.20","angular-material-icons":"^0.7.1","angular-messages":"~1.7.8","angular-mocks":"~1.7.8","angular-route":"~1.7.8","angular-sanitize":"~1.7.8","angular-touch":"~1.7.8","angularjs-color-picker":"^3.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gridstack":"^0.4.0","gulp":"^3.9.1","gulp-angular-templatecache":"~3.0.0","gulp-clean-css":"^4.0.0","gulp-concat":"^2.6.1","gulp-eol":"^0.2.0","gulp-header":"^2.0.9","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^5.0.1","gulp-if":"^2.0.2","gulp-jscs":"^4.1.0","gulp-jshint":"^2.1.0","gulp-manifest":"^0.1.1","gulp-rename":"^1.4.0","gulp-replace":"^1.0.0","gulp-sass":"^4.0.2","gulp-uglify":"~3.0.2","gulp-util":"^3.0.8","jquery":"^3.4.1","jshint":"^2.10.1","justgage":"~1.2.2","less":"~3.9.0","lodash":"^4.17.15","moment":"~2.24.0","sprintf-js":"^1.1.2","streamqueue":"~1.1.2","svg-morpheus":"^0.3.0","tinycolor2":"^1.4.1","weather-icons-lite":"^1.1.0","webfontloader":"^1.6.28"},"dist":{"integrity":"sha512-b+9+YMZy22FE0kNGs4zVUAuRlzTjq5qpH47SoI6t1pmv1QO9thyXwxlIm5kx9DOe5/t8g8pIWBXbfEHFK7AmCw==","shasum":"0ffd21a1d56b035533d6d8370f8b06e08300e17e","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.16.3.tgz","fileCount":105,"unpackedSize":3500797,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdf7X8CRA9TVsSAnZWagAArBcP/RP7MLQhT/j2bKT/nA5W\nGOMsti6EgvZq8jQ8hIAGM8z38aPLdP5zUKDaGsVQkG4BEOI/MaYn6PJSXOsL\nCW4ew7aHZGiRHWU1nvtHpC6LTgVNCQO0uxNEMR6xWoQtAkXDXkE9Y7s8OLWh\nnEOn2zYxh1ZaNDGuGZ8p0aL3cPVoHVNbcaR1NhRcOSj1+jTUs+hrTz0KTyJ7\nz889ZFvjqUCcmlHd0aarDp7rFup/6EkeGO60K1lMZVKa1ZqNbZnhub0px7tr\n0Qc+I7B75p2Y2kpEyH5bxiTav4717aBsN+g+sFhMcJF/idEwuHFsuKsvBmwh\nUjbfwo1FdWetdGJ/iXAGuwUtw7xVdTPRqDUfqU+PpZjmHBScmaoEAMTn9Xp2\n0fQgsFZVskS9zO9GQZP/7Xdt+dHHL0V6g2VkWGKqUQGPggY9ctKTE3TyAtLC\nqR/TjZfdbvmO6j0xS5s6tbENCaZhAO7S/r1aVxP4roLVkohnDDN0QC3C2OoP\nAqvWzdffqNO07c21bYsLJsIk0q94tCFpFAT57TgBorry6+8OQLZLi39lufdy\nKC0o9E55omXCvd73gDt5JCx0F73OAeWFHg9t9qSOEmnkljaHodngudIDKGA0\nly1dep7QNq7a7jNcyJgyP5z87l5xN1betS/fgHDxAp0xAGdHcZRLEXrzczFN\n8Otc\r\n=ZxCm\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBnN75S1TcLwGD4dWDMWa6amUOux9uqA250E0hLWgzNmAiAqScidc5ZGYv2zjty8bcL2RNELJSfzrfwBcaAj3gSHLA=="}]}},"2.17.0":{"name":"node-red-dashboard","version":"2.17.0","dependencies":{"compression":"^1.7.4","serve-static":"^1.14.1","socket.io":"^2.2.0"},"devDependencies":{"angular":"~1.7.8","angular-animate":"~1.7.8","angular-aria":"~1.7.8","angular-chart.js":"^1.1.1","angular-material":"~1.1.20","angular-material-icons":"^0.7.1","angular-messages":"~1.7.8","angular-mocks":"~1.7.8","angular-route":"~1.7.8","angular-sanitize":"~1.7.8","angular-touch":"~1.7.8","angularjs-color-picker":"^3.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gridstack":"^0.4.0","gulp":"^3.9.1","gulp-angular-templatecache":"~3.0.0","gulp-clean-css":"^4.0.0","gulp-concat":"^2.6.1","gulp-eol":"^0.2.0","gulp-header":"^2.0.9","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^5.0.1","gulp-if":"^2.0.2","gulp-jscs":"^4.1.0","gulp-jshint":"^2.1.0","gulp-manifest":"^0.1.1","gulp-rename":"^1.4.0","gulp-replace":"^1.0.0","gulp-sass":"^4.0.2","gulp-uglify":"~3.0.2","gulp-util":"^3.0.8","jquery":"^3.4.1","jshint":"^2.10.1","justgage":"~1.2.2","less":"~3.9.0","lodash":"^4.17.15","moment":"~2.24.0","sprintf-js":"^1.1.2","streamqueue":"~1.1.2","svg-morpheus":"^0.3.0","tinycolor2":"^1.4.1","weather-icons-lite":"^1.1.0","webfontloader":"^1.6.28"},"dist":{"integrity":"sha512-Et2gvAw0Xgb3TeptR1oO4a/88hXlFUku2Vu3aYVb+aH5/I9KKDWu1bHAwxVnqBkd1y/Wvxpbf/w8gE4XTWlp4g==","shasum":"1803433898a8d9a82ca1694a68457c9c17955a8d","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.17.0.tgz","fileCount":105,"unpackedSize":3501827,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdllqyCRA9TVsSAnZWagAA7qwP/2i+IrklMdGAOww8m+is\nmpLGofCN/WjyiYD8eh2YVaA+kMPvfYAKQT3QZfxvRojZV3TdZTR88RI0HZtQ\n5rIJlhHvEgOY8/aRAJPC2/OOY//L061esYVwVdV6mQFS7H8ueHwpafWvR4D9\n06skGQvD26KU9+hwJ/VT3STigRs3t5Z62Qoe1Pn4rfZpUUC34hdk02mOm8UH\nfUK/Uqvm4a4ndQCkFKimhs85YdxtH1xmzseFCfKyV1frgqXUA6PpWTlmr5Ej\njLJmMM6ey5WtoETl9LvNUfA6eNqvgIwWeOYSBxyUEL5bFR1MT5KdSXFm2RS0\nfMYVHriISxhrNxXLKE7pqeOo5NumLu48RIEB3GTl8t3bKloyO5F8dyAYmddw\n8y8dqJfCjtaWQ2MxwUQ/llul5qt5WsPCmHUWA4/xukqu9td8/+7wcd6qQnSn\n/tGMrqakX0tLs4Q11LqjIJgWRZ5F8n0SVym8MFNfjsp0MqWupUYwGNjNXC0h\nm6yt1HrKnCttuPE3byhOPV6I0LlaGCdenxa3xrrw47P1CKVFoVIArYOhjh8m\neNZlhICSTxpMmg9c3mSpp05dqKwn6mF+pVulNNkLrdQoxyCa3tvTOSq7osPP\nJoQz2ulaO1HJ/SVw/Uo/Ajbj9uameKs5NNO/MvBe0jIlol1vRyE/H5KTirwx\nB7lH\r\n=ipHm\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC4laZxEW8dxUcUN6ucuEqld/aDNb37VDV8UeS9po0SAAIgNxnE+od8rL79tUPSzJqoQlVNkKOJwHzzNvVp45YVdFM="}]}},"2.17.1":{"name":"node-red-dashboard","version":"2.17.1","dependencies":{"compression":"^1.7.4","serve-static":"^1.14.1","socket.io":"^2.2.0"},"devDependencies":{"angular":"~1.7.8","angular-animate":"~1.7.8","angular-aria":"~1.7.8","angular-chart.js":"^1.1.1","angular-material":"~1.1.20","angular-material-icons":"^0.7.1","angular-messages":"~1.7.8","angular-mocks":"~1.7.8","angular-route":"~1.7.8","angular-sanitize":"~1.7.8","angular-touch":"~1.7.8","angularjs-color-picker":"^3.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gridstack":"^0.4.0","gulp":"^3.9.1","gulp-angular-templatecache":"~3.0.0","gulp-clean-css":"^4.0.0","gulp-concat":"^2.6.1","gulp-eol":"^0.2.0","gulp-header":"^2.0.9","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^5.0.1","gulp-if":"^2.0.2","gulp-jscs":"^4.1.0","gulp-jshint":"^2.1.0","gulp-manifest":"^0.1.1","gulp-rename":"^1.4.0","gulp-replace":"^1.0.0","gulp-sass":"^4.0.2","gulp-uglify":"~3.0.2","gulp-util":"^3.0.8","jquery":"^3.4.1","jshint":"^2.10.1","justgage":"1.2.2","less":"~3.9.0","lodash":"^4.17.15","moment":"~2.24.0","sprintf-js":"^1.1.2","streamqueue":"~1.1.2","svg-morpheus":"^0.3.0","tinycolor2":"^1.4.1","weather-icons-lite":"^1.1.0","webfontloader":"^1.6.28"},"dist":{"integrity":"sha512-Qffw6p2ZV10PMDNPFXvuC9CKUu+vv6MMiYcXRSG62yS+4qk11zvAODIW1XelOw9X1H9k7q9E4v0f1iWtfSjL+w==","shasum":"e029dcebb02efb0d1693fff3c8c7922213a623ad","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.17.1.tgz","fileCount":105,"unpackedSize":3503309,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdndjuCRA9TVsSAnZWagAA2NcP/0ymXbDok08UNhuM3jXC\nt9B0HYBN1fIfWkJXDp0LkcdyvWW8Gyu087Dd80hWij41li16J7TGv/8JXVnG\nZBxXWqBJWq4U8dlYK9aKC17ETF8qaRsbLZ7y5JBqGDIUaCGqlDXM3Di95xNU\nA9x8+LHjrSiqlmQQL4xAxzTxB2y5DIriwiilFZLXCBOGY0bIpgYpABPgFtGq\nV/AVrsm20+CNDzZBZKlv35RDLOPni91kSzPaKaoxKri6xM2sEOj1uBG/BzzU\nIUZmfOXZWj0YLPg6EZl8dKZasbkm9zhVa1FpvshWx9VjyWxWi162PSLhxBSS\ndvD7ZcBzdGIJcblD4bMPxMcAAbQy50LZKf7DOV1jxSXF0WVRDuIaAKZq6V97\nrZVE3a3Yy1oN7wD61veGZeuUPsru4EJJqD9RY2PYYOe88ChwefsWj8wDKgip\nXOOQqeiYM5d3DW/cnYJ1r0Ujns2+KmsrO8zp9w/9D1SgKTTDzJDPaO+TS6CS\nciK0YdDyMMAe26hOFe+5/W7JMmHqjYtEUAPt+SaHu5GgqXIJ/cWHMYU1fuM/\nie9jS7hRdB3IyCzUgP0joYuM677VPwXUKar3xBlXgSLV4yNvcUouGyNlJHCM\nTdbrRWjaoRol4RCttmhlaStpMDU/cDslES+pqNQ+9e+WM+KySfvAwaRoSHT4\nI7Gb\r\n=giRR\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBEHGLwzE2HaLN0fTYZv8NGpHpebWYtRJiNpoN0xieoYAiEA956k+jTEazZ3GCE6pVxQ1Eq7ozT9m64MBDTGGh7nAFA="}]}},"2.18.0":{"name":"node-red-dashboard","version":"2.18.0","dependencies":{"compression":"^1.7.4","serve-static":"^1.14.1","socket.io":"^2.3.0"},"devDependencies":{"angular":"~1.7.9","angular-animate":"~1.7.9","angular-aria":"~1.7.9","angular-chart.js":"^1.1.1","angular-material":"~1.1.20","angular-material-icons":"^0.7.1","angular-messages":"~1.7.9","angular-mocks":"~1.7.9","angular-route":"~1.7.9","angular-sanitize":"~1.7.9","angular-touch":"~1.7.9","angularjs-color-picker":"^3.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gridstack":"^0.4.0","gulp":"~4.0.2","gulp-angular-templatecache":"~3.0.0","gulp-clean-css":"^4.0.0","gulp-concat":"^2.6.1","gulp-concat-css":"^3.1.0","gulp-debug":"^4.0.0","gulp-eol":"^0.2.0","gulp-header":"^2.0.9","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^5.0.1","gulp-if":"^3.0.0","gulp-jscs":"^4.1.0","gulp-jshint":"^2.1.0","gulp-manifest3":"^0.1.2","gulp-rename":"^1.4.0","gulp-replace":"^1.0.0","gulp-sass":"^4.0.2","gulp-uglify":"~3.0.2","gulp-util":"^3.0.8","jquery":"^3.4.1","jshint":"^2.10.3","justgage":"^1.3.2","less":"~3.9.0","lodash":"^4.17.15","moment":"~2.24.0","sprintf-js":"^1.1.2","streamqueue":"~1.1.2","svg-morpheus":"^0.3.0","tinycolor2":"^1.4.1","weather-icons-lite":"^1.1.0","webfontloader":"^1.6.28"},"dist":{"integrity":"sha512-GLfeKE+h6jRNTRv/DVUL88obC8cnHqOT38Sgw8Q8umqe5BD6pYTWX4VZJo/osmMjtquMTs78K0HhRBTRaRNGLg==","shasum":"56b3a59b42f0f1d0b28284e30cb9d733ba68db33","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.18.0.tgz","fileCount":105,"unpackedSize":3552578,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd2TfvCRA9TVsSAnZWagAApNQP/3lwrhR9klKSRP0lYhpM\n2D8zPIybdiyB53nbTcej9Zr8zgdfNS8qddu02o5512YLT88nXZyva3OgbSSt\njaXfx6Dn8sup2L2VCiWVH8gbBvL/GUXrTq0ncMVSaMlLJSI4qCgJku0s6fHg\nPgu64MM3ziL9SmLtgEo7IusuabVPMHJR2B/VYPsGVbZhUN5zqLTFYsDM+e7r\naIUACjQp9RQdf9ol2/hRmE2BwwhziyIYEUNHeZyLrrnWxCxkI/SkolOxiiCq\npiTJDXO3jOHogtrlcc0AgY77qaXzSnlXAUwpWTCE8c2Wx7rbZG3w/iFa0kcD\nHcpl3+LKb9T5KoehsC62nPuJD0LupMoR5MhVaRnrPYVxCv2SMcZ+vOJ7TlVF\nBVbYzUwFuj8/PyUsg32di7BWUccxEHvWRpu7/CWFXbaGmHCaGt+YiWaz6IGj\nyPco7NcBRIv2gYWgIcA9Y4oOO3MxKLhXhSZHpS3RW2p6ScPuTcUncthcr36u\nqQ1P4GpzVlAig7aaU1X5QFZfO8K8hCIJzFLevgumutsu9z7ZdmY4fLYcwRVP\nfJaWgGUPZR9n14KYeXwPjobnc5DpphXCpmClaZgPrg07eCbZgiXZErbyMaPc\n2zM0YrucU6OmKp/kqiBpZvTpFyoWo7ABaen0KUIDhJEL73DvtXvzPJf/LQz9\ny58r\r\n=mmAG\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDyMCcWY/8PlQ2cZvRyj560mRv1Er3K7wmNefDsugTbvAiEAtir+g78R6l5D5xx/SX8iKduvAj0zOUNzTovfIj6L/b0="}]},"engines":{"node":">=8"}},"2.19.0":{"name":"node-red-dashboard","version":"2.19.0","dependencies":{"compression":"^1.7.4","serve-static":"^1.14.1","socket.io":"^2.3.0"},"devDependencies":{"angular":"~1.7.9","angular-animate":"~1.7.9","angular-aria":"~1.7.9","angular-chart.js":"^1.1.1","angular-material":"~1.1.20","angular-material-icons":"^0.7.1","angular-messages":"~1.7.9","angular-mocks":"~1.7.9","angular-route":"~1.7.9","angular-sanitize":"~1.7.9","angular-touch":"~1.7.9","angularjs-color-picker":"^3.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gridstack":"^0.4.0","gulp":"~4.0.2","gulp-angular-templatecache":"~3.0.0","gulp-clean-css":"^4.0.0","gulp-concat":"^2.6.1","gulp-concat-css":"^3.1.0","gulp-debug":"^4.0.0","gulp-eol":"^0.2.0","gulp-header":"^2.0.9","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^5.0.1","gulp-if":"^3.0.0","gulp-jscs":"^4.1.0","gulp-jshint":"^2.1.0","gulp-manifest3":"^0.1.2","gulp-rename":"^1.4.0","gulp-replace":"^1.0.0","gulp-sass":"^4.0.2","gulp-uglify":"~3.0.2","gulp-util":"^3.0.8","jquery":"^3.4.1","jshint":"^2.10.3","justgage":"~1.3.3","less":"~3.9.0","lodash":"^4.17.15","moment":"~2.24.0","sprintf-js":"^1.1.2","streamqueue":"~1.1.2","svg-morpheus":"^0.3.0","tinycolor2":"^1.4.1","weather-icons-lite":"^1.1.0","webfontloader":"^1.6.28"},"dist":{"integrity":"sha512-gnhpCmcb4k1xfrZOt2MzVmEk5+K+A7zNYvraKJT7NVvYC+iEWkwDB3oGvzQEv5PGJxOASWNZ/ViITn/00eRjNw==","shasum":"c8a0aca0ac9ad73e7c5e0b1c38993c1f4bb4b3b2","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.19.0.tgz","fileCount":105,"unpackedSize":3554944,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd3jdlCRA9TVsSAnZWagAAZe0P/R8ofQAdnDexslLKC1xp\npB2ZIQveDw9au3HPDhWiaTEoCaNUDbAat6sZHd/aUNmSs/SW6RlPpUjG2bva\nl1uDX1/pbQAa9AXpQunmffSskJdErNQJ8twPWAgHes2YVd0RsLXbJ3O08AWw\nHL8kgz3fnKgvYptpOPYMpHmCsJvhb0gb2UisDrykpbO/AzJ23seRRtdUt4Q+\nf5JuOpQH8Zb2HfiVApHXdUsaqVWZP5zFSFRGu7zSig+5dF8nj7psd3b/dbKO\niu9eYnfGS2uFEZovJFIX7WydQqciWlJQ0aySEWZXWzziq9YfDqURaD7l9N93\ni9h6QYeaZrJ+XWNnjAfTyziUGclgR4lA1RgeGknGiaWHKS6yUjKEX8jpcgn+\ngbzEGWmWDj7uPH5S26iMwvO16gGQ8b6evUsPVfSrz5AUJ3nHZtPIVVvp5pUe\n3cN8+cPeSO/aVnQBHU6BtMC62fA1ptydGIQ24HPFwClKsxOcJTPWeCb2l2K0\nf4as41hJ9W+XmAjB/zv3QZbHxKLPp0EikdxjBM7zxNSsn6wextK+GDu4CzBK\n/adpEKlhUXTZqeDkXGoenWJd/yEihnsl9CuraRhPP2ZOHlkpkpGlubp3EV7N\nlWyYGkv4/2v57FhSpLj3n+fWh/PG6O9gyqLG9zqirwxzowtz9xfZPxEo22d3\n48zQ\r\n=VUVF\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAMbLQNlzhZ+8qo8YmUkoWf/h6IrpjezClijOYHHN/A0AiEAko1K+ta2GYLzQIvXDwqRLjekFJUwBRiuc8AYMwTVWEk="}]},"engines":{"node":">=8"}},"2.19.1":{"name":"node-red-dashboard","version":"2.19.1","dependencies":{"compression":"^1.7.4","serve-static":"^1.14.1","socket.io":"^2.3.0"},"devDependencies":{"angular":"~1.7.9","angular-animate":"~1.7.9","angular-aria":"~1.7.9","angular-chart.js":"^1.1.1","angular-material":"~1.1.20","angular-material-icons":"^0.7.1","angular-messages":"~1.7.9","angular-mocks":"~1.7.9","angular-route":"~1.7.9","angular-sanitize":"~1.7.9","angular-touch":"~1.7.9","angularjs-color-picker":"^3.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gridstack":"^0.4.0","gulp":"~4.0.2","gulp-angular-templatecache":"~3.0.0","gulp-clean-css":"^4.0.0","gulp-concat":"^2.6.1","gulp-concat-css":"^3.1.0","gulp-debug":"^4.0.0","gulp-eol":"^0.2.0","gulp-header":"^2.0.9","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^5.0.1","gulp-if":"^3.0.0","gulp-jscs":"^4.1.0","gulp-jshint":"^2.1.0","gulp-manifest3":"^0.1.2","gulp-rename":"^1.4.0","gulp-replace":"^1.0.0","gulp-sass":"^4.0.2","gulp-uglify":"~3.0.2","gulp-util":"^3.0.8","jquery":"^3.4.1","jshint":"^2.10.3","justgage":"~1.3.3","less":"~3.9.0","lodash":"^4.17.15","material-design-icons-iconfont":"^5.0.1","moment":"~2.24.0","sprintf-js":"^1.1.2","streamqueue":"~1.1.2","svg-morpheus":"^0.3.0","tinycolor2":"^1.4.1","weather-icons-lite":"^1.1.0"},"dist":{"integrity":"sha512-AS0gmyZtvCPt638gVWbXrwntMOhrH+pIwEnEhwPNIUE/t4SFZYtbyo0lLXA6Toi+oiadq/7ubAjI8Iy+bCFxeA==","shasum":"fc78af37c757cfe16b5d0b2532711a499d5dfb8d","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.19.1.tgz","fileCount":107,"unpackedSize":3761776,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd5uHOCRA9TVsSAnZWagAAuXcP/1TzV8E1OxtK1kqBfTFA\nErNDQn9erYivfxxjQxo8CaQPw4XqUh8Ym3W5F7LisPE7GtJmpW21acsYMsev\nW78ugomWqdxTO0tdx/REkB04Q0Oco1gfuFXVWPUmqTIKOBcd3yxavNwAEN+N\nW3Gwpm5KRa/V6FkVtBQvpSozQeOzRNaJ4YvwifezxwcYsAYKmXPMiD7vwyjN\nqmwJac/DisLkkoastxWR7C/Fi4gf0hP7xmWOXchT7j+1h9szr2G2k3RYlJf7\nYxPN3CuvkcLUTM5/Zyi22jYU4UcbBagNtvgS5MZIXbD8MfZi1i26WC6sDPyv\nUwjUR34+vPMteqSx4FYG0QLSfG00o/YIhl+ebXpQQv+IbW5S0HC/1tG+DbeQ\n0UgYSnEPRtctDuSKYHSdGYSY9879IGyv/61FLfqseAERR3imOWn9e8s6Lcne\n5hHMFOrjs0Waw1lGojgu3tQ+2Y8w32UgKrDqYFCL5PCyfWLk3h8mX+Wd2R/L\nT5Se6op9y2EmV2boyeEMBOmhW5RVjgFQnk/kMiwFqkIq/cvz/L+FtQ+34uK2\n9Evw34e4LkPoKXjFf98TFWrrQwxrs4dn/51WmgnHLWpESwXC8V7FmPyjudCG\n842aKg51fflqtR5KWacj3ZnaUw2p7syZbiftJIplMCUEXSzq7/+hRqzPdxYB\n64Eh\r\n=xp8b\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIF9j7GoISQLg439PwmUJx34ZfrZ7DM+o60pyuMYBs4fJAiBZAWKgGOIkdplcgvzK84vR83ggsFWRizktgj8YRTX6fQ=="}]},"engines":{"node":">=8"}},"2.19.2":{"name":"node-red-dashboard","version":"2.19.2","dependencies":{"compression":"^1.7.4","serve-static":"^1.14.1","socket.io":"^2.3.0"},"devDependencies":{"angular":"~1.7.9","angular-animate":"~1.7.9","angular-aria":"~1.7.9","angular-chart.js":"^1.1.1","angular-material":"~1.1.20","angular-material-icons":"^0.7.1","angular-messages":"~1.7.9","angular-mocks":"~1.7.9","angular-route":"~1.7.9","angular-sanitize":"~1.7.9","angular-touch":"~1.7.9","angularjs-color-picker":"^3.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gridstack":"^0.4.0","gulp":"~4.0.2","gulp-angular-templatecache":"~3.0.0","gulp-clean-css":"^4.0.0","gulp-concat":"^2.6.1","gulp-concat-css":"^3.1.0","gulp-debug":"^4.0.0","gulp-eol":"^0.2.0","gulp-header":"^2.0.9","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^5.0.1","gulp-if":"^3.0.0","gulp-jscs":"^4.1.0","gulp-jshint":"^2.1.0","gulp-manifest3":"^0.1.2","gulp-rename":"^1.4.0","gulp-replace":"^1.0.0","gulp-sass":"^4.0.2","gulp-uglify":"~3.0.2","gulp-util":"^3.0.8","jquery":"^3.4.1","jshint":"^2.10.3","justgage":"~1.3.3","less":"~3.9.0","lodash":"^4.17.15","material-design-icons-iconfont":"^5.0.1","moment":"~2.24.0","sprintf-js":"^1.1.2","streamqueue":"~1.1.2","svg-morpheus":"^0.3.0","tinycolor2":"^1.4.1","weather-icons-lite":"^1.1.0"},"dist":{"integrity":"sha512-LydbpWjTLbNbw2nyjU3iXaL824riInMi2eVPIXaMyOLhCju0Fv5dhxECet/Oef6bN/Xw2azVjEQOUz8u1OFOCg==","shasum":"51cf64987da7bdd246229f5a68baf6eadf971067","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.19.2.tgz","fileCount":107,"unpackedSize":3763538,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd6hg+CRA9TVsSAnZWagAAbmEP/1Snq6JE10X4A2mbI2c+\n8pDwxHhe8PKWUy+pQBmGU+/MeGPpSY7SGQy1fXdUl0x/6IR17IfT1ZIW74j7\nW9EkO1sxbFLC+xjHg8h+0Zm3fe/E/dmUK0BoDT71fyMhBnHwsDVK/Oapm+ge\nURgMDGjJh85Ho/uzttq24GARtO8jCzcnav0Y5DqZdCeLyS9Qa6xZVXG8R20I\n5kiLt35UyEyZB+K1eutUPwLVX03OgppfF6Bx+umBsd7XtflE4SydLhdNOoKv\nq5QLgYM8Fs5l7EkSHsm7QKsX5RYfP4tFQfm6ibmMOv+Y3vI/9CLiJ+tV138n\nQRE3muSmRQoUsi0Hj3LNnS/9DfYav1Rw1OkekRcpddvhX+vsB3MfKMJpyUq2\nmNtjz8lRCIE83BicB52sgdCxomH/TdTVG9TfLwCUkIPpn3+gaDaflZNCIihJ\n9EeB4PcuajXmW/jEU4WOoqVoERdNuxXpSVarPMCBxXHUL1O1soPk4OheerQS\nNPMgawbH/G1ZZMJ4rHy5Hjgr90P9GfvykGPlz0oBE9BxMNrv+vMQUP8TxfQF\nrWPBfYk0SkXlfGFV+kc0zKzu5HZkpeyjhN0ZCf0SJy3HodeYqVFM632T0nzY\n67m82LiyHWuTH52ChJjrkVG/crvPVEUagVDAA+TTkGQ8sJAlpYZ8Ttqdihkp\nIcU2\r\n=7u84\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCSrlEBk9Awl790TuFZD9Og/yh7xCvBo83JpryJFLxUbgIgDbjovaut9BTHsOF5bKYqIgMmGcBfSL0geJnkVYLRXh0="}]},"engines":{"node":">=8"}},"2.19.3":{"name":"node-red-dashboard","version":"2.19.3","dependencies":{"compression":"^1.7.4","serve-static":"^1.14.1","socket.io":"^2.3.0"},"devDependencies":{"angular":"~1.7.9","angular-animate":"~1.7.9","angular-aria":"~1.7.9","angular-chart.js":"^1.1.1","angular-material":"~1.1.20","angular-material-icons":"^0.7.1","angular-messages":"~1.7.9","angular-mocks":"~1.7.9","angular-route":"~1.7.9","angular-sanitize":"~1.7.9","angular-touch":"~1.7.9","angularjs-color-picker":"^3.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gridstack":"^0.4.0","gulp":"~4.0.2","gulp-angular-templatecache":"~3.0.0","gulp-clean-css":"^4.0.0","gulp-concat":"^2.6.1","gulp-concat-css":"^3.1.0","gulp-debug":"^4.0.0","gulp-eol":"^0.2.0","gulp-header":"^2.0.9","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^5.0.1","gulp-if":"^3.0.0","gulp-jscs":"^4.1.0","gulp-jshint":"^2.1.0","gulp-manifest3":"^0.1.2","gulp-rename":"^1.4.0","gulp-replace":"^1.0.0","gulp-sass":"^4.0.2","gulp-uglify":"~3.0.2","gulp-util":"^3.0.8","jquery":"^3.4.1","jshint":"^2.10.3","justgage":"~1.3.3","less":"~3.9.0","lodash":"^4.17.15","material-design-icons-iconfont":"^5.0.1","moment":"~2.24.0","sprintf-js":"^1.1.2","streamqueue":"~1.1.2","svg-morpheus":"^0.3.0","tinycolor2":"^1.4.1","weather-icons-lite":"^1.1.0"},"dist":{"integrity":"sha512-BXXjuiv36evZNYfzZRGvUeEJYKsD09PleHSkI2Yhs8GaO2DvKUJH+Dmnpqz7RSDZXkqiunoNk3K7iKce3wmuEw==","shasum":"58a822f332e877b6eb8ef455daf99f8e74f3abd4","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.19.3.tgz","fileCount":107,"unpackedSize":3764721,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd/hMJCRA9TVsSAnZWagAAT80P/jmNHukXV6g5LVqT4L1n\nscXWUZiQqicdiXhJLxkBRrGdKv7jxyFQphyjCSC3FSW0fuUNuPxWt4nBijvc\nibQ57MOrLed4hhZeht2XQRR9CRm82/XhHqoLfsNViRHFOZHWVIFLrpueD6VE\n+r+m3MWdd1hVMptAu+YRC5j1uddNmNOk8bytxuTdpMm3XoSHxPCy6XSQIHgc\nw/FfHFGsAMHfggHXHGUyq0YBhl7xbtF7LpN4qnt+E9Rt4clec+bF85scDYpR\n2sEFYWpMImViRyo3vtackNuDu9mxMt2QsM226ZLKzdcFOyCnqf8ngJnktaW4\nEsW6jaGXu55aUBezg5+sGPETRweAw4Yltq6P7weqBGDUywfzPfyZ7erGEoXq\n9zIDr1pqw88Lb0arJg0LiR/qQfVHGP40MFVGl/kuE/zpdxwHAZHUt/xbbHxB\n3WWfJZRaP0vGbn7E8ZXtnEMC6WOD0BtTNbc3pYej9/ZFgK/mayFir4pO67vr\nQNTec1dwjjByEMzr94hus5vWUsQF2ocECCVaEivZNI3ixctKGrQVqdM273Kt\nzKwnY+Erh6W6/taMp8fb0IxqdFlap9ZYuMY81CI9V9ctWMtZBq0fU1k+B2th\n/Q936yr2Vilx4E1D3Fb1HPmWNgbYhX79RG0KD96Nm6xakyN9d0e6o0mLg3dC\n8lDw\r\n=6mAm\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGeOIKDG7+DsxZ9/baipgR5wwTFz9/3AjVdp1JUVDKCaAiBajiEuIEcx8/bNtqIMR15iFNFhGzz/CUbzQadyGxV6Yg=="}]},"engines":{"node":">=8"}},"2.19.4":{"name":"node-red-dashboard","version":"2.19.4","dependencies":{"compression":"^1.7.4","serve-static":"^1.14.1","socket.io":"^2.3.0"},"devDependencies":{"angular":"~1.7.9","angular-animate":"~1.7.9","angular-aria":"~1.7.9","angular-chart.js":"^1.1.1","angular-material":"~1.1.20","angular-material-icons":"^0.7.1","angular-messages":"~1.7.9","angular-mocks":"~1.7.9","angular-route":"~1.7.9","angular-sanitize":"~1.7.9","angular-touch":"~1.7.9","angularjs-color-picker":"^3.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gridstack":"^0.4.0","gulp":"~4.0.2","gulp-angular-templatecache":"~3.0.0","gulp-clean-css":"^4.0.0","gulp-concat":"^2.6.1","gulp-concat-css":"^3.1.0","gulp-debug":"^4.0.0","gulp-eol":"^0.2.0","gulp-header":"^2.0.9","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^5.0.1","gulp-if":"^3.0.0","gulp-jscs":"^4.1.0","gulp-jshint":"^2.1.0","gulp-manifest3":"^0.1.2","gulp-rename":"^1.4.0","gulp-replace":"^1.0.0","gulp-sass":"^4.0.2","gulp-uglify":"~3.0.2","gulp-util":"^3.0.8","jquery":"^3.4.1","jshint":"^2.10.3","justgage":"~1.3.3","less":"~3.9.0","lodash":"^4.17.15","material-design-icons-iconfont":"^5.0.1","moment":"~2.24.0","sprintf-js":"^1.1.2","streamqueue":"~1.1.2","svg-morpheus":"^0.3.0","tinycolor2":"^1.4.1","weather-icons-lite":"^1.1.0"},"dist":{"integrity":"sha512-EUd/j5iZ9Sncf2e/QvKfT/PB7o9+0hdpczuDFRTrD5dvtmFfTYIdrKhfStC0BkQJc4C674qff0nLPREdu1UCOw==","shasum":"31d4f4c7238fa0fe33f009756f92fcd9797eca6e","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.19.4.tgz","fileCount":108,"unpackedSize":3810753,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJePcDlCRA9TVsSAnZWagAAzJgP/is4r+aasIpxQtRTkm8b\ngLadEiu3LvlEZyuHDvF0eTlsBfQs4cRJXYETdH3FN4KradGFjX4dwU9KM1ja\nd/PFIr7UVo14Ngct7fpZDa9VFxkrALJrPTR48ZBPOGsUDypv6nkrAifXfG+v\nyWJhp+Gtpxe6VFRUf6RSdPSAa4wxl77g5WJi6tR1stYpeROJJi5dbqgj3Ege\nkUm2RB2hYl/wu4E1TvEbHPc66D2x8IIsCZKgXsKgx3NDH++/G4xfcfxgnvzX\nGEfekytRbPRBmWXIX0clukeQvOVa0USZfUWW71fUTV8ntrkSL1VhrDVx9a5S\ndz6Gnuoyq4LhvkzIUgUhM0VND6Fc5DKWsTupGijmLpA8W47I7M+GcgF6ORNL\nencZ2bbneVT/96z+gl+LHgnsW31pNqWWOvvWr18zQPhzN0hW8+uEEDTe0ZNe\nyAQhPgbV74DnA1rhm+pjSD4MEDG0JBd6uKnOR/DbYcqckar34wFYJT9dR5xp\nMJFUk09/7elCNPKYzwme6z3BMb9lpoPSak8rSrWiWohySdQILsw7647E5zBG\nzGdUyC8Jz6N4CDCkqgP3RRmKymJRPvNR7Muo7skvWLkCFIMa/mztAkQ4sL8v\nJGk/ucn8N6FT/m4gJdAmJpisaqumA2d6sYFsf5ffSTFwRWssXx2L4GZTxCdT\nQqXz\r\n=jika\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAr91j+2Km8SA0Vug4olhgWXHJ1CTwmvBPzasezei8f/AiEA1kymupiRLP6FFnbFEkUNQOLbQdtSYDZ9d0mCjONeiL4="}]},"engines":{"node":">=8"}},"2.20.0":{"name":"node-red-dashboard","version":"2.20.0","dependencies":{"compression":"^1.7.4","gridstack":"^0.5.5","serve-static":"^1.14.1","socket.io":"^2.3.0"},"devDependencies":{"angular":"~1.7.9","angular-animate":"~1.7.9","angular-aria":"~1.7.9","angular-chart.js":"^1.1.1","angular-material":"~1.1.21","angular-material-icons":"^0.7.1","angular-messages":"~1.7.9","angular-mocks":"~1.7.9","angular-route":"~1.7.9","angular-sanitize":"~1.7.9","angular-touch":"~1.7.9","angularjs-color-picker":"^3.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"~4.0.2","gulp-angular-templatecache":"~3.0.0","gulp-clean-css":"^4.3.0","gulp-concat":"^2.6.1","gulp-concat-css":"^3.1.0","gulp-debug":"^4.0.0","gulp-eol":"^0.2.0","gulp-header":"^2.0.9","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^5.0.1","gulp-if":"^3.0.0","gulp-jscs":"^4.1.0","gulp-jshint":"^2.1.0","gulp-manifest3":"^0.1.2","gulp-rename":"^1.4.0","gulp-replace":"^1.0.0","gulp-sass":"^4.0.2","gulp-uglify":"~3.0.2","gulp-util":"^3.0.8","jquery":"^3.4.1","jshint":"^2.11.0","justgage":"~1.3.5","less":"~3.9.0","material-design-icons-iconfont":"^5.0.1","moment":"~2.24.0","sprintf-js":"^1.1.2","streamqueue":"~1.1.2","svg-morpheus":"^0.3.0","tinycolor2":"^1.4.1","weather-icons-lite":"^1.1.0"},"dist":{"integrity":"sha512-133sn5z61dvCfRMjLj5+KHToUT3Y4OKLTgWdiBnR1iJfVIGR/8LoxNyAV3CP/tnq4gld64Zf/unHfGuSe4mvfQ==","shasum":"d2589d4a948cf41f7e0d38c6d4a4519fa6863ce6","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.20.0.tgz","fileCount":104,"unpackedSize":3729203,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJehz+iCRA9TVsSAnZWagAAmPQP/38KyISmW5S6Ewx6JRCN\nYEVVU8iRjFtU9t0b44CH3ThFyc9teobYAWM28vIk0RN4AuytzMNKy3PBSmlr\ncJRjh2cbjN4Fq2AIWZU6RpW4IaIch0URFVcftIU2Lfn1F4euGE+dwaAzF0LC\n9wxZOtHJ4znnKzWIvbk46kQlInPFnmEj3TWr3uSZpJU3+A5mjot+IExlVh4v\nkO6Rbt+Wt1pXq0jKfV6qGu19iThhMlfl9nckmuPnQFjI9/fs9f9Uh7ebn/HQ\n0w3+YdMQaJ9KAUKea3O4gPNZ/XHzp+bLY4XwwHpdpV7fzz3aEbph7jugZEhX\nGMumNZNqlTEreYsedWykik1m20VpS2BV4k3Ft+C7NktkwUChgdsdfl2dGC3d\nl6JPLAcGE7C/DTQpKPnac9X9ofvST2+q764GhVwx0E4OnJO1YpjFZbIqEycP\nbccg3tIhWA5Vw1XeJ+79zoqvhYAS6J4pbexcWnEv3jO7FBv9v+EeSHul09pd\nxFfy4pXq1n9oS0GE0HsOkCcTJeE+/P7078bphqw9kTEKdRP7w7BqupdkdIIs\nHWR4o1uS2CiF0lakEfwn397GHZNfn198dw40b9ejja1sx9GAq7NpkmxSTige\n1J5KDxZ9A0Q87hIIc9ChYyDx33cP18+nh4WSyApTACczg4M3md834wANwza1\n03sT\r\n=jOjJ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDRijvnX/W0Jwodp2tzC5sOFjxeTVvBsVXoGkUFPKcqWwIgLPRzZejpdVLTvcJHYzYh+jPvcTf7A7cm1dGRUkCwC50="}]},"engines":{"node":">=8"}},"2.21.0":{"name":"node-red-dashboard","version":"2.21.0","dependencies":{"compression":"^1.7.4","gridstack":"^0.6.4","serve-static":"^1.14.1","socket.io":"^2.3.0"},"devDependencies":{"angular":"~1.7.9","angular-animate":"~1.7.9","angular-aria":"~1.7.9","angular-chart.js":"^1.1.1","angular-material":"~1.1.21","angular-material-icons":"^0.7.1","angular-messages":"~1.7.9","angular-mocks":"~1.7.9","angular-route":"~1.7.9","angular-sanitize":"~1.7.9","angular-touch":"~1.7.9","angularjs-color-picker":"^3.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"~4.0.2","gulp-angular-templatecache":"~3.0.0","gulp-clean-css":"^4.3.0","gulp-concat":"^2.6.1","gulp-concat-css":"^3.1.0","gulp-debug":"^4.0.0","gulp-eol":"^0.2.0","gulp-header":"^2.0.9","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^5.0.1","gulp-if":"^3.0.0","gulp-jscs":"^4.1.0","gulp-jshint":"^2.1.0","gulp-manifest3":"^0.1.2","gulp-rename":"^1.4.0","gulp-replace":"^1.0.0","gulp-sass":"^4.0.2","gulp-uglify":"~3.0.2","gulp-util":"^3.0.8","jquery":"^3.4.1","jshint":"^2.11.0","justgage":"~1.3.5","less":"~3.9.0","material-design-icons-iconfont":"^5.0.1","moment":"~2.24.0","sprintf-js":"^1.1.2","streamqueue":"~1.1.2","svg-morpheus":"^0.3.0","tinycolor2":"^1.4.1","weather-icons-lite":"^1.1.0"},"dist":{"integrity":"sha512-pN+fp9oZp3Q3bVfrVqAzrj9AUw/XaCoz/Di8+/uTyK/SWvXLTuJ5lnGdVUVLzRLYF+5wQSbpL+b7pZuuk9DZnQ==","shasum":"f8d1f505c9a15bacd2c409a0080088a43756850c","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.21.0.tgz","fileCount":103,"unpackedSize":3655334,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJenCS9CRA9TVsSAnZWagAAdSMP/1ewqn7o1OGaUAIsLfRD\nZbAfJbCK9LkohjLXl1K1QsOVLIgXLha3ueVYMoBaEw4HLnCbxJgplL36BLbE\nqpM/pJoNFqK0xR0A2hpVbAHmuje2PewPFhBExTgZH6dGLGgFDncRJezfAL8G\nihyNj3Jai1ltdFLWXqCFp9C5vt/Y2vNyR4FUg/WW+CFmESZm8yQz6FU8YBLX\n0p4kbTyOcTEJ7Ksz0fecsPf6QychRZSbM26YuWzTYjtbDXWzSOWUp6JGVyjK\noZlxchQPrzMfwEN7u+K5uvA18uZD82E95ybr6/YXSx1qVionEuKRqBq3NLLz\nbA/mNlX8pFQfWt4oH0XEb/EEOBRvDTVpmG/GJVA68lcxO2i1UR4cXhdKuEi0\nDLXLy5b/yGjBUrwb5a9kySI25tywNcr+Mq95Ni+P7bqNihC/Iw6lZ1ACvONE\n9L6A/JnMjJGjCMGuObMjki6sVwBzCV9wyXo5mtt6E1r5ShUUFj/9GdSP/sgC\nGv3MTLQBosfYUoOXI3zOguFfzB7XIZNGouxq6Yi/tzOilRsKpBRKs+DK6PM9\nDCv0TKSx233fOTBB/rMPh6+DI/8Qi4VbS77k5/4BR4pV2ABUq+tcFxFoD8bk\nHlg7ueSTI7fJg0B9lCns9J8ZfIaLO+Rzqb7flY7+pmXK3Ml78KBGDVl1gMkP\nDgwj\r\n=PeY7\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDj1TK5yuioaDLdWl8bmqqdpElyNyOYenlCwCAE6EpFDgIhAL85gPV2awqH0JliTvVdYXS4zFu81EexGEfUxZgSUKwh"}]},"engines":{"node":">=8"}},"2.22.0":{"name":"node-red-dashboard","version":"2.22.0","dependencies":{"compression":"^1.7.4","gridstack":"^0.6.4","serve-static":"^1.14.1","socket.io":"^2.3.0"},"devDependencies":{"angular":"~1.7.9","angular-animate":"~1.7.9","angular-aria":"~1.7.9","angular-chart.js":"^1.1.1","angular-material":"~1.1.21","angular-material-icons":"^0.7.1","angular-messages":"~1.7.9","angular-mocks":"~1.7.9","angular-route":"~1.7.9","angular-sanitize":"~1.7.9","angular-touch":"~1.7.9","angularjs-color-picker":"^3.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"~4.0.2","gulp-angular-templatecache":"~3.0.0","gulp-clean-css":"^4.3.0","gulp-concat":"^2.6.1","gulp-concat-css":"^3.1.0","gulp-debug":"^4.0.0","gulp-eol":"^0.2.0","gulp-header":"^2.0.9","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^5.0.1","gulp-if":"^3.0.0","gulp-jscs":"^4.1.0","gulp-jshint":"^2.1.0","gulp-manifest3":"^0.1.2","gulp-rename":"^1.4.0","gulp-replace":"^1.0.0","gulp-sass":"^4.1.0","gulp-uglify":"~3.0.2","gulp-util":"^3.0.8","jquery":"^3.4.1","jshint":"^2.11.0","justgage":"~1.3.5","less":"~3.9.0","material-design-icons-iconfont":"^5.0.1","moment":"~2.24.0","sprintf-js":"^1.1.2","streamqueue":"~1.1.2","svg-morpheus":"^0.3.0","tinycolor2":"^1.4.1","weather-icons-lite":"^1.3.1"},"dist":{"integrity":"sha512-qDXw31iIee+S7Oqw81nJnbRLOQ3+aJVmI6MV/y1DVKfnvBmB2jUDrJ/O6ecEUpivOb2DNmwIj5InHazBDPeYKQ==","shasum":"56546401a32cd3f723f40a47d23e123968bddff4","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.22.0.tgz","fileCount":103,"unpackedSize":3661075,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJetCwBCRA9TVsSAnZWagAAucsP/jP608RxSX72QsDTEWYI\nZITYW9FUiZEPph5dQlcXwNw7xWH9dQ0QJcOxT75DEUsBNvJN7gySkqFErgJv\n4FucCvNkHeD4gUPWQaDdqLGutPHK8h+MH3KqR4nCldHNayCHrUeB3vTPxO6X\nAVOXakZX8VMoin/+HBPXiMLVqFlUkWJS+9l2SVz8ADO+nv3xNF4icjViFV9/\nBzWmu2yCT2J9q8q0VTmYImeXxiG+Hf5dfi681hhAEP7jUulAd7Ky+rm5skDN\nxE3suEFg80inMAJIpGs3cUvngISfqHqQQuA9t7NA67rHLdmc2K8YQ+xTnnaF\nPa8JmN6TkQAPtGre3lw0RewNEl2Rp9FJ0zAbkATk+dDuU4veN9+67tlkzGJx\nD1Hc6K3lq6krT8pKmcV/SjzlDnz1yfZ76z+G1b2zbiNXZnP/NXXqWCr4qyKm\n77y1XeYwjP2ut1AgE65msqeQ/e54RkGXSyLTOvkjCpEhdbOMgohhUaXB7eqD\nBc7dXXdaYER3xhSfkdnJSGpfmrHvz2y3ZhBB9DnTeQl+KeN4vH3vIps/Hkht\nnyiXucoPR02taCfIw9ZuXOJ6xQ6xlFA7t21QP8iVySLDR8PZ0caVk5voxUL6\n56Ysom2SitC2lIcs6Dbme3mn2f1D06B3JpR98RYfbQwRZZ2dNgSAADeOrFkp\nXhLo\r\n=EK2a\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCteEuQtwjo5RbxnKVk20yEod89bNq5JYFzfUrfoeV5TwIgOPdKEa9o33Q5feC0qBtWTKFKqyEIlTh+0TNE+EZeZeM="}]},"engines":{"node":">=8"}},"2.22.1":{"name":"node-red-dashboard","version":"2.22.1","dependencies":{"compression":"^1.7.4","gridstack":"^0.6.4","serve-static":"^1.14.1","socket.io":"^2.3.0"},"devDependencies":{"angular":"~1.7.9","angular-animate":"~1.7.9","angular-aria":"~1.7.9","angular-chart.js":"^1.1.1","angular-material":"~1.1.21","angular-material-icons":"^0.7.1","angular-messages":"~1.7.9","angular-mocks":"~1.7.9","angular-route":"~1.7.9","angular-sanitize":"~1.7.9","angular-touch":"~1.7.9","angularjs-color-picker":"^3.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"~4.0.2","gulp-angular-templatecache":"~3.0.0","gulp-clean-css":"^4.3.0","gulp-concat":"^2.6.1","gulp-concat-css":"^3.1.0","gulp-debug":"^4.0.0","gulp-eol":"^0.2.0","gulp-header":"^2.0.9","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^5.0.1","gulp-if":"^3.0.0","gulp-jscs":"^4.1.0","gulp-jshint":"^2.1.0","gulp-manifest3":"^0.1.2","gulp-rename":"^1.4.0","gulp-replace":"^1.0.0","gulp-sass":"^4.1.0","gulp-uglify":"~3.0.2","gulp-util":"^3.0.8","jquery":"~3.5.1","jshint":"^2.11.0","justgage":"~1.3.5","less":"~3.9.0","material-design-icons-iconfont":"^5.0.1","moment":"~2.24.0","sprintf-js":"^1.1.2","streamqueue":"~1.1.2","svg-morpheus":"^0.3.0","tinycolor2":"^1.4.1","weather-icons-lite":"^1.3.1"},"dist":{"integrity":"sha512-uMdZAwBEk2oxHC6VQZKtIeGK4LenX5At42Up6ns+YSmSDOOOSeJrajDIVmJ1fwMXHIJesNkWx4xhS9TWnMBBAA==","shasum":"d6ff302a13ad433d777bd689f6b32bb45719c3f2","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.22.1.tgz","fileCount":103,"unpackedSize":3663068,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJetWj/CRA9TVsSAnZWagAANdYP+wZ1tJkVEZBshBcEz4oo\nTb3zFLqoO59wmt8kJ6jeJsNUcZpbOz5VtgTPmNLinxdk9xil1UgGTTJirwlN\nNinyGQMuD4eKTrx221GMxu3pT0tJM5CkuFJuS6Sn1h2hizWhJi/em0La+KLQ\nrC4YhczkeoAZG8cLIR62Ai/z2/UEKROBfS/Yt6xQGZVf1sJnprkJ/ds0O9a8\nU1lGQR+IqpT+Jo4SO2SlcVJzLCPOnP4Yi8i72XRb031Q5vrbrZI+wt3z5sx1\nShp7f0qhA0RerjlyYGn8//Mjobs9vWDutgXQ0PjX1s/khpZ0vItZ40gKHmoB\nwHsE0E/Flzd5HEH2CvePTh22jySkNmqrzIxnhUpiSMf1pUu6ERN83JJvdjDM\ng5DvgslwvvCTT+lJqpt4d1ZX7CikWiQPzg+XomxYApPqyTfI+q0Q5WzT4RRA\ncWrY3031IYoEhWwPKtqTpApvPJ4tdrKn4ct+p9ez4UjoQn5rpsghxKP2BzjZ\niB461S5g7n7suk//WZTJ3If/IgWkp3Wnsz7XBihViVgjXfD3qdj1SCkxqvcL\nAuGCwAC04dgwZTgQv2NIeU1IavQPQq0RSRplBG9qng15JvhLlr33WqLErXAE\nl6sfiuij6PZ0dCrxArZVCTf0mLK/wbt1042y1cU1x9/ilzlBtRBRUQNSQXYV\nrVAW\r\n=OhUO\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGvk453F0qRCwjAPDSpspYESVJkmqq8B3NXs/q2kb+ReAiAP/K5IqymYmQs31ePBXhRBaetPpfEs6hdtQLUGFo+jQA=="}]},"engines":{"node":">=8"}},"2.23.0":{"name":"node-red-dashboard","version":"2.23.0","dependencies":{"compression":"^1.7.4","gridstack":"^0.6.4","serve-static":"^1.14.1","socket.io":"^2.3.0"},"devDependencies":{"angular":"~1.8.0","angular-animate":"~1.8.0","angular-aria":"~1.8.0","angular-chart.js":"^1.1.1","angular-material":"~1.1.22","angular-material-icons":"^0.7.1","angular-messages":"~1.8.0","angular-mocks":"~1.8.0","angular-route":"~1.8.0","angular-sanitize":"~1.8.0","angular-touch":"~1.8.0","angularjs-color-picker":"^3.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"~4.0.2","gulp-angular-templatecache":"~3.0.0","gulp-clean-css":"^4.3.0","gulp-concat":"^2.6.1","gulp-concat-css":"^3.1.0","gulp-debug":"^4.0.0","gulp-eol":"^0.2.0","gulp-header":"^2.0.9","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^5.0.1","gulp-if":"^3.0.0","gulp-jscs":"^4.1.0","gulp-jshint":"^2.1.0","gulp-manifest3":"^0.1.2","gulp-rename":"^1.4.0","gulp-replace":"^1.0.0","gulp-sass":"^4.1.0","gulp-uglify":"~3.0.2","gulp-util":"^3.0.8","jquery":"~3.5.1","jshint":"^2.11.1","justgage":"~1.3.5","less":"~3.9.0","material-design-icons-iconfont":"^5.0.1","moment":"~2.24.0","sprintf-js":"^1.1.2","streamqueue":"~1.1.2","svg-morpheus":"^0.3.0","tinycolor2":"^1.4.1","weather-icons-lite":"^1.3.1"},"dist":{"integrity":"sha512-/PhVHycxlsGXsGUxX6WOchIf5BbMqFnqdATP469jr2Iy3yxUVpEoAo9E5ZHBtdmV9kauXuIZ1R+3QwcfGMEesg==","shasum":"2af9754face4e170acfc1bc10a78feee878f2bba","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.23.0.tgz","fileCount":103,"unpackedSize":3663595,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfCHT/CRA9TVsSAnZWagAAjyEP/1xeB1OptPanXCjhw8sl\nLfbRD+g+azt5wNZ7xAEFs6mcB1h2AS4jHdzqL9hojL/s9etHAZq0mCqe0cho\nwU/CSkCFfe+ci45gieYOTiaPuLZsep4UjfgZsOHqFfSeTT7MBABpsh6WFaY1\nNP0AE1E5QK2SVXpr8xRgHFDCuoqWlTCmz1FbGqZtihk6KJcu8gMxYO2XYit6\nvOeXU2NL4whDVN+nEWJ2w8oxHnjEqYb/d8jESJrZErOcRxL+5rJ1l4np93CP\nGVTtfnfjvCL8MO213RA83XOC373pE2p1FmGw1TszNYyOO1AY7FT4YlVUKvMh\nCdYVTI+K7Qt/QwsqThqn30fSGBO2OSRbsCeT9/VodJg7/ydH9UGRpYjc1Yb3\njjhAz0qF1ThOBF/un2zdxJKZZAstFotTIjlsXi959Wfi/oU0LVd9GfE6qKI6\nCSxo+jK+j9Bz2GnR+79wTvkv2QyAGD2cd/oJVM5kP/6rHLSMaCAxA93r4y3Y\n31qx5iOEWXnvV9N3fbiUYQ792puc3IJZ2PNV3ZfO5UEV72+VId3ErIpmrnl5\ntyuyW8b86DLHXLhJwCXmDp2496wEUtXVpSlKWHJq5UcXiLLZImVewVjOONmw\n5JQSHEEu+6tSbYY088phQB8qsmy64CQC75YwEwZ6HwHRsRWbmFONfV+MRvfd\nWkxB\r\n=KU+c\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFGFkFYmHD12STaf2hGOVUxmbqPdBLvY92dF9c0qEN/dAiEAkWleOWrZyL6zzdRBS/wVgkm2pJSxvAToEhqb+SuoMo8="}]},"engines":{"node":">=8"}},"2.23.1":{"name":"node-red-dashboard","version":"2.23.1","dependencies":{"compression":"^1.7.4","gridstack":"^0.6.4","serve-static":"^1.14.1","socket.io":"^2.3.0"},"devDependencies":{"angular":"~1.8.0","angular-animate":"~1.8.0","angular-aria":"~1.8.0","angular-chart.js":"^1.1.1","angular-material":"~1.1.22","angular-material-icons":"^0.7.1","angular-messages":"~1.8.0","angular-mocks":"~1.8.0","angular-route":"~1.8.0","angular-sanitize":"~1.8.0","angular-touch":"~1.8.0","angularjs-color-picker":"^3.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"~4.0.2","gulp-angular-templatecache":"~3.0.0","gulp-clean-css":"^4.3.0","gulp-concat":"^2.6.1","gulp-concat-css":"^3.1.0","gulp-debug":"^4.0.0","gulp-eol":"^0.2.0","gulp-header":"^2.0.9","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^5.0.1","gulp-if":"^3.0.0","gulp-jscs":"^4.1.0","gulp-jshint":"^2.1.0","gulp-manifest3":"^0.1.2","gulp-rename":"^1.4.0","gulp-replace":"^1.0.0","gulp-sass":"^4.1.0","gulp-uglify":"~3.0.2","gulp-util":"^3.0.8","jquery":"~3.5.1","jshint":"^2.11.1","justgage":"~1.3.5","less":"~3.9.0","material-design-icons-iconfont":"^5.0.1","moment":"~2.24.0","sprintf-js":"^1.1.2","streamqueue":"~1.1.2","svg-morpheus":"^0.3.0","tinycolor2":"^1.4.1","weather-icons-lite":"^1.3.1"},"dist":{"integrity":"sha512-59ET8x0QUBOSQVIJgRgMA0X4fDKGzK8dq9g+P3mUsfESA2U06ahwKNmR+Kyx9oBCEnp456AWvsps4aI4PsgmvA==","shasum":"f313998038602cee30c2c213b2a916ad50859d7d","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.23.1.tgz","fileCount":103,"unpackedSize":3664436,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfLVvlCRA9TVsSAnZWagAAKNoQAJGfDdPJ/NcNRfpHMSfV\nhQxAxBnCwIW7Bw/FtByvwXLwqq7qsXP/b9HM0wAPw2SOGbHUeT8uwHKgXCby\n4Y1iwm99kDwYzEcqSLjp7+Hf/nD0aKTNWhPMDsRTUXW7MzOPS7utZ4rjYwiO\n//uRyoTls3JTNVYTlOyAdjmllW8Ra5nkkXMIKggEkS0rRk2twJhvngtMnzyh\nUsMNZKws8Io6O3FeWqwMeus0macviusQASndHMDf0BluZnvY2ztkzUiIgdfK\n6+MEgCAhp2BxY7nN/sLe3nczUs+qJKr4i2jxNLC6EmwFZXFP23jN3EngXaMg\n+rqoH/UyTnh9X4URwzP97VN9CxP5ZKrwuGH6iwu9UU1CV4MBxkDp2Dn7xQYx\ndfj31MtZmZYOTNSee/25mk501gO1qCCg/3WXC2sVww1xJC0ePuVLmFfsyzZO\nSeadvUYA+GrPUCVbiRHhJT+74dl1OPpwETFMQfP4e1Q7Qti+DwjMzPsX/bkS\nf45Kf7DDkje+etUOIG8jQesEoIPVKdJjqKefqrV1cf+g5hPNAdC0iP2ySmRj\nJBvDLH4HpeVL3ksQMAjMMmjuw83TjHfQcNzal6mQKWo9BdjkA7YV9g0Eap6j\n3fow5dAku88T2XvKLALIDfnuWn5QuVyqn8RjChUg6bE4PEXVL5xIQi8wYNBg\nfLgY\r\n=fwtj\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICt2k8TYbhUf6/3C7dugfytP/b+6D2AlxBssxnz7C2PLAiATxlE6bpvCr3F0bLvypL417cGTAb6aix55Sbsbrs7W6A=="}]},"engines":{"node":">=8"}},"2.23.2":{"name":"node-red-dashboard","version":"2.23.2","dependencies":{"compression":"^1.7.4","gridstack":"^0.6.4","serve-static":"^1.14.1","socket.io":"^2.3.0"},"devDependencies":{"angular":"~1.8.0","angular-animate":"~1.8.0","angular-aria":"~1.8.0","angular-chart.js":"^1.1.1","angular-material":"~1.1.22","angular-material-icons":"^0.7.1","angular-messages":"~1.8.0","angular-mocks":"~1.8.0","angular-route":"~1.8.0","angular-sanitize":"~1.8.0","angular-touch":"~1.8.0","angularjs-color-picker":"^3.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"~4.0.2","gulp-angular-templatecache":"~3.0.0","gulp-clean-css":"^4.3.0","gulp-concat":"^2.6.1","gulp-concat-css":"^3.1.0","gulp-debug":"^4.0.0","gulp-eol":"^0.2.0","gulp-header":"^2.0.9","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^5.0.1","gulp-if":"^3.0.0","gulp-jscs":"^4.1.0","gulp-jshint":"^2.1.0","gulp-manifest3":"^0.1.2","gulp-rename":"^1.4.0","gulp-replace":"^1.0.0","gulp-sass":"^4.1.0","gulp-uglify":"~3.0.2","gulp-util":"^3.0.8","jquery":"~3.5.1","jshint":"^2.11.1","justgage":"~1.3.5","less":"~3.9.0","material-design-icons-iconfont":"^5.0.1","moment":"~2.24.0","sprintf-js":"^1.1.2","streamqueue":"~1.1.2","svg-morpheus":"^0.3.0","tinycolor2":"^1.4.1","weather-icons-lite":"^1.3.1"},"dist":{"integrity":"sha512-CXKdXVczplsJ26fFKN4iAMLTv2Xf0Y6TRSF4vD6vo1l93up85BnaZG2kUsn2VsypWYYkpeUTpUSB1qF5rCfNDg==","shasum":"6b8a458d71e8cbf3889b22c97a109acff05e3ac9","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.23.2.tgz","fileCount":103,"unpackedSize":3664534,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfLW1sCRA9TVsSAnZWagAAqlIQAIfkvqTJew4rztGOZ0Q+\nGQ4qwedkwFig6wqiss4mXtxAnll3Gqwk8hj0+8r5nnyZ4D6GCgUZki6nbkzD\nQQULxlbW9NXhXTccnH7wWVUyDD18nAuqfp4ymldMQHiHH0Qliw2adndEiy0w\ntM12LjhyfRJp271ZI+lhVR1p2CDWdpM5ekbSXH8sxqTeHAFaYwm/1qc1BoD/\nlO93Mj+7IcB1VCQhLUYxIATQb13yF1wH3GGoYJ3QI8GijF6izAu3GwCFV/y5\nfLT+/+H2UPz60jxbJEiBrSGsP0aTgdvrNuMY36hFPgb5sWlT3qhk2LJDbyZa\nh4es2M9adUxPijJBY3NzYIjk3J1nQM66EB/KXU1s2RLNb3bvltGgpFUr11Mj\nEGHLm9nTuCysXahdb4sdMrrucWbYVqTFh4bgXZHxE0mq+a32EV3C0d4l488g\n6fIcB0IWIjy+j3QjvhJJppQ01LvHEmW0QiIUOpBEhzAbKWBkXH4qCWpQL+rG\nay9X7SzS4rPppewXtdxUqM+BXyf1xiWduuAXZ9d1ghbFudwV/q/0lHMej/H+\nX7Y58v/1FQL3f9CwcSyxYipyBnb9+jQimpG/JohMFrvW071WOWmEaQ3dxVS4\nTg/7RKLfYeWmJQhmaTvpNWf1Lnk4Y/KfZM3ZypuX2x/i9oth4OjQ/stfz/mG\nFpIe\r\n=nw0N\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFOu2NPwVE9rUDaMEGUwaaxJ3I3OXzyl3QiE3mRjd38GAiBLaDBg3psJagSHETj4oK5I2Bkbj0OQ5oNlvAUQb4T/Nw=="}]},"engines":{"node":">=8"}},"2.23.3":{"name":"node-red-dashboard","version":"2.23.3","dependencies":{"compression":"^1.7.4","gridstack":"^0.6.4","serve-static":"^1.14.1","socket.io":"^2.3.0"},"devDependencies":{"angular":"~1.8.0","angular-animate":"~1.8.0","angular-aria":"~1.8.0","angular-chart.js":"^1.1.1","angular-material":"~1.1.22","angular-material-icons":"^0.7.1","angular-messages":"~1.8.0","angular-mocks":"~1.8.0","angular-route":"~1.8.0","angular-sanitize":"~1.8.0","angular-touch":"~1.8.0","angularjs-color-picker":"^3.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"~4.0.2","gulp-angular-templatecache":"~3.0.0","gulp-clean-css":"^4.3.0","gulp-concat":"^2.6.1","gulp-concat-css":"^3.1.0","gulp-debug":"^4.0.0","gulp-eol":"^0.2.0","gulp-header":"^2.0.9","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^5.0.1","gulp-if":"^3.0.0","gulp-jscs":"^4.1.0","gulp-jshint":"^2.1.0","gulp-manifest3":"^0.1.2","gulp-rename":"^1.4.0","gulp-replace":"^1.0.0","gulp-sass":"^4.1.0","gulp-uglify":"~3.0.2","gulp-util":"^3.0.8","jquery":"~3.5.1","jshint":"^2.11.1","justgage":"~1.4.0","less":"~3.9.0","material-design-icons-iconfont":"^6.0.2","moment":"~2.27.0","sprintf-js":"^1.1.2","streamqueue":"~1.1.2","svg-morpheus":"^0.3.0","tinycolor2":"^1.4.1","weather-icons-lite":"^1.3.1"},"dist":{"integrity":"sha512-0b8mA8DpGt9k3cQvvUt1gFUNkYJCwUrc+wgbLOp2PU4PJod/fFjatzsHS8xmw4IZbcVT8uhbg5gvb3B8G5tNUg==","shasum":"30248084796e37f844da5c32cdb311da2c90d575","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.23.3.tgz","fileCount":103,"unpackedSize":3809235,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfUfnpCRA9TVsSAnZWagAA7iAQAIjp6VHfQnH9FtQppHkK\nL4hiHDll2ISm+oRICWnSAGuIGi+b4lKrh38GVtJosZ7JGHADNsMYjfl1zYJQ\nbKqy1x/MDnQ5wBYs5ruTPAEFUA8rCSKBQ1FxMxVmNEWIHCEvik2B+Y8fipIs\nuy4Ej+MYqEQ+YNv+69xxhdbvbqdSUNdsmKsKuceResjOHDgxkZtkkwkwn4WC\n93pUnOYLXhqkg1OWlsEbIvWciyMX0DoB6gNx8mjoeQGdu2ZPXw7lA3mzVLOM\nq9q7L9af28671YuzZX3osibXz7y80jz0doPIj4IpbVa7qeDD21NCOHarkMi7\nJO7+QIx+zaeyV4aCckfOL47Kcwle9UKk8eWnh73//lsHsmW9cgh3Kj3hATHr\nEznztdVpQasOo9qED/lHV8+ETO695+lMr4eL8+qgnlRBdWdD12E8emCxrX/b\nBOZXGpS48PTQGDZ3c7J3i4W/v6aRyNbTb86ls75041EoY1ddaQj+h6ma5Ftl\nxDkF1JL7fiqbR4qvuCCTEfNV6zVOc9h7EJZEeBJhJNBO7jm0R2IwVEaqfnL3\ncn/MEe2aVz2/j0baRzFssWIUnMaGOcRvvVP56l8P4f/MVHqI3jrn+3LxLG9I\ndfb8nL/7ZhwFyD4O50ZaASnlCEbhWByhsL6neB6WVhCn6VrruGriznun3kDy\nWIxP\r\n=GSjg\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFL3JnGQK6pbPnp28VfKAI7Q0UlQ7XXZnAfJsqA2ECMOAiAZBIhuIvm1jSKBwWsX+EGmGsPZ7Ktj9J890JFLeja9TQ=="}]},"engines":{"node":">=8"}},"2.23.4":{"name":"node-red-dashboard","version":"2.23.4","dependencies":{"compression":"^1.7.4","gridstack":"^0.6.4","serve-static":"^1.14.1","socket.io":"^2.3.0"},"devDependencies":{"angular":"~1.8.0","angular-animate":"~1.8.0","angular-aria":"~1.8.0","angular-chart.js":"^1.1.1","angular-material":"~1.1.26","angular-material-icons":"^0.7.1","angular-messages":"~1.8.0","angular-mocks":"~1.8.0","angular-route":"~1.8.0","angular-sanitize":"~1.8.0","angular-touch":"~1.8.0","angularjs-color-picker":"^3.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"~4.0.2","gulp-angular-templatecache":"~3.0.0","gulp-clean-css":"^4.3.0","gulp-concat":"^2.6.1","gulp-concat-css":"^3.1.0","gulp-debug":"^4.0.0","gulp-eol":"^0.2.0","gulp-header":"^2.0.9","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^5.0.1","gulp-if":"^3.0.0","gulp-jscs":"^4.1.0","gulp-jshint":"^2.1.0","gulp-manifest3":"^0.1.2","gulp-rename":"^1.4.0","gulp-replace":"^1.0.0","gulp-sass":"^4.1.0","gulp-uglify":"~3.0.2","gulp-util":"^3.0.8","jquery":"~3.5.1","jshint":"~2.12.0","justgage":"~1.4.0","less":"~3.9.0","material-design-icons-iconfont":"~6.1.0","moment":"~2.27.0","sprintf-js":"^1.1.2","streamqueue":"~1.1.2","svg-morpheus":"^0.3.0","tinycolor2":"^1.4.1","weather-icons-lite":"^1.3.1"},"dist":{"integrity":"sha512-l39jHN8fOS+Xzz16T1Xi2HTojKepsyUrdbcZnXa4yRP9j9Olfx1AUY6KEc7BZDuLSRztvMi7tfteAH+oGwZ06A==","shasum":"b66ac0b3ae408b41a40ead422cab2a60b6427855","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.23.4.tgz","fileCount":103,"unpackedSize":3815584,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfba8xCRA9TVsSAnZWagAAqgEP/iTtOUuT29Wmza8jU4t1\nmpuKbtqteOdYwCSJY9Ep+pxieqCaUv4VENL8w+U/whiKWhLGF/Z7h6Oh/x38\n688M00xgZPVX1oQdZ5PqtdXa/EXLjv8zYnAbIZZqcsIT00E8fZiNq0tDB1/Q\nbpCUbCrZUYjpPeKH65NnP0SGKzZf41GA8Bq7dAiggP/XcessGi1WzeyKCD8D\n9bFzZt4ZVm9ld/b61KqN+l7f2DFYhbAhq4cWkvsmEgWVylBJoSkpkiG5YiJ9\n6FHUWXx61VlWHVh6inJdeZ5CcOdKiPbLOWaB/XiZ0LyZyjL2mPFZQs/OlDxH\nrG8Ili4gTXq4GTfQtqdyfI4tyG0a2cycb8n0pDlfH7Jnb9FBscAlrrTrIegH\nikElGYBN0brEAArP3ODmeuiopNQ28+bKC6lfwWbQ1tBBp+TL1+hSO3LA54lH\nxXopqFMeYEJDbELyj2FRn2S6QLxs8wlp7cC97vgt9ok3b1PTISyxHvTwfdha\ndq2aG5X8//Z9fCQzDGvmLt21AOwcXYmjmjF0etH9Ivfw3aQa8Kvnt5UocNpZ\nYSxV4vT2onuMk9Fu8hpH+AEzO0joUCHVFV5eqBjI+clyLF2ILf5ZxsAVSCkf\nqrb5aQj98nm1TKVQbdWsfhJFhnqDaURX2lDOE+4twH7HAJDNMZzJbc6QJ3cf\nTrAn\r\n=Xbbk\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDvn0f30DbpmisR3qzcT+LbvZbgtm2GkbqLRHB+7EjkNQIgGRjhL6mav9+xYDWn0FZkVvp+W6PbwyDWSfRGSDmShDY="}]},"engines":{"node":">=8"}},"2.23.5":{"name":"node-red-dashboard","version":"2.23.5","dependencies":{"compression":"^1.7.4","gridstack":"^0.6.4","serve-static":"^1.14.1","socket.io":"^2.3.0"},"devDependencies":{"angular":"~1.8.2","angular-animate":"~1.8.2","angular-aria":"~1.8.2","angular-chart.js":"^1.1.1","angular-material":"~1.2.1","angular-material-icons":"^0.7.1","angular-messages":"~1.8.2","angular-mocks":"~1.8.2","angular-route":"~1.8.2","angular-sanitize":"~1.8.2","angular-touch":"~1.8.2","angularjs-color-picker":"^3.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"~4.0.2","gulp-angular-templatecache":"~3.0.0","gulp-clean-css":"^4.3.0","gulp-concat":"^2.6.1","gulp-concat-css":"^3.1.0","gulp-debug":"^4.0.0","gulp-eol":"^0.2.0","gulp-header":"^2.0.9","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^5.0.1","gulp-if":"^3.0.0","gulp-jscs":"^4.1.0","gulp-jshint":"^2.1.0","gulp-manifest3":"^0.1.2","gulp-rename":"^1.4.0","gulp-replace":"^1.0.0","gulp-sass":"^4.1.0","gulp-uglify":"~3.0.2","gulp-util":"^3.0.8","jquery":"~3.5.1","jshint":"~2.12.0","justgage":"~1.4.0","less":"~3.9.0","material-design-icons-iconfont":"~6.1.0","moment":"~2.29.1","sprintf-js":"^1.1.2","streamqueue":"~1.1.2","svg-morpheus":"^0.3.0","tinycolor2":"1.4.2","weather-icons-lite":"1.3.1"},"dist":{"integrity":"sha512-JMaBhvwEKNDJid17D1Z4yIo7wStr737N5AagNmDn9zLPi8JO+ChN+/FRfk5plIzC7gp+CkxDiy3Jb2dVxdQemg==","shasum":"ac95914a81d6d5bc6b1e3a48272a696fc688e4d0","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.23.5.tgz","fileCount":103,"unpackedSize":3811854,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfmpd6CRA9TVsSAnZWagAAumgP/3ZFbeEhxuQXzpgrj7I9\nxITsNNLDTZVBiX0OtxW8Gcv+D+XiyI6bO6qwSu3vHgSHklUijbZS3cVrbUzB\nuG0a1VZNk/Ko3N3nTCfd2aDylr8vhDX30OgN7BogrsXMpRfpchxJg4poeQhF\nwg43SBCrInKX2TjhbPEmGnh+Ggk7m7Zj3V+20cJm95MMja5xxp9p84YY4Doy\nt4JwThvl7IsNW9FJXmQYxOx7+CrHYyvslL5w+dKLaaQkfUeLfg+YQVF7K+LM\nfhdsue9Sw8bWwEUblHEXEe/6f6i41YgvfYUQKDtDGsVWWloOnYajp96QtX2V\nk5U9RasA0fv7h+gHOjJymQXvhvp/SjdPL64YcUHixRMVq2+4bdJ84852l9DB\nCTSl4VsPF6DLSbdjct6vWuE+JHApjfetaeaMYulUxahRFkdwaz9ft/dQynEc\nD3OAH2GZO6BhuLdASc+4Fo9c0MjRkhOO1WYNcQsLTLRcl+LuqS0VuFuv1FOc\nhnvsJ9rL/cO5FlPaBPrBRy6AQR/J7goJ0vxyybMihGA90yH7D9ihMyKJsnqS\ne8w8DZCiL0Zeqwwk4OQ3z6J0st53I8Lbuenpn4IXa4zXkR4C2lBfO3LaIWos\nPLd/msuQlBY9zQ3ce633nKI+9aZJNDMRXXlLOznUrK0JbNin0LSob9w3txsP\nLwez\r\n=VGs3\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEl6P3T1q9a6/mU0JpuR7bvwkv5FWOmYcJE00Wn/amtkAiEAhnJgjgd56oYUkYvcMyA10tshOSqacB7imMU7O/42bzk="}]},"engines":{"node":">=8"}},"2.24.0":{"name":"node-red-dashboard","version":"2.24.0","dependencies":{"compression":"^1.7.4","gridstack":"^0.6.4","serve-static":"^1.14.1","socket.io":"^2.3.0"},"devDependencies":{"angular":"~1.8.2","angular-animate":"~1.8.2","angular-aria":"~1.8.2","angular-chart.js":"^1.1.1","angular-material":"~1.2.1","angular-material-icons":"^0.7.1","angular-messages":"~1.8.2","angular-mocks":"~1.8.2","angular-route":"~1.8.2","angular-sanitize":"~1.8.2","angular-touch":"~1.8.2","angularjs-color-picker":"^3.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"~4.0.2","gulp-angular-templatecache":"~3.0.0","gulp-clean-css":"^4.3.0","gulp-concat":"^2.6.1","gulp-concat-css":"^3.1.0","gulp-debug":"^4.0.0","gulp-eol":"^0.2.0","gulp-header":"^2.0.9","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^5.0.1","gulp-if":"^3.0.0","gulp-jscs":"^4.1.0","gulp-jshint":"^2.1.0","gulp-manifest3":"^0.1.2","gulp-rename":"^1.4.0","gulp-replace":"^1.0.0","gulp-sass":"^4.1.0","gulp-uglify":"~3.0.2","gulp-util":"^3.0.8","jquery":"~3.5.1","jshint":"~2.12.0","justgage":"~1.4.0","less":"~3.9.0","material-design-icons-iconfont":"~6.1.0","moment":"~2.29.1","sprintf-js":"^1.1.2","streamqueue":"~1.1.2","svg-morpheus":"^0.3.0","tinycolor2":"1.4.2","weather-icons-lite":"1.3.1"},"dist":{"integrity":"sha512-qhRFyqINK8tgsS6Zrs9nGb9o5ghkKc+AA1PNOllTUiBoie4y8h4UdiKEgp9jzqT5+e/gMLzmDFBbNuBHoBmb/w==","shasum":"39ac19da76cc9a931c22cc70680eab8f0494e6cc","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.24.0.tgz","fileCount":103,"unpackedSize":3808047,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfrls+CRA9TVsSAnZWagAAdWgQAIIbouAzGuRVEXQAxD22\nT1VEd8uAdkqfRl5UKfchhUJdq+70Wqw6upnAM8iSOCp2UovUOJGokgDlh4ZU\nDqenaftRRl2UBPAoDij0GcePgGONmuRFrrbEK1rFPURXfrw8rCmyLDP5r5Ki\nA5v26JaSdj1QoaX+VBexY+ZwepXFobcwdpKtSgqKcmu2b1I5Bl0YtrNx7Gsp\nfZF2ieK1YR0LWSw/x6TCSdaWKQBVmhaoPGQ3WRSH+MbuvGGAY4F/J4msIBYI\nysfWv0bUSHKDrQfCAplZ2MtJo7k1LYfPzCM7Z9iW608omJ8pNPa3Gs2YynAi\nhHtyDa+9qflKQ/nZOhfAWg6vHeqgwn7BT1UnLvO+7jqxB8DUkhj1MgiJ+lwe\n+0NxR+uWyzXq1cXtSBlUBH7iy52fHmdv59U2JrCUY3cDSrzGQSvUMRaEWrk5\ndYO2Nen6Jn7wEMIlVm+p+rdluq46V6yyf6FaQhzYuBGGSkKC9kzarUHsiPdp\ndkCPB+S9B1ehDsphu25eR5hLW7OiXCVYqOw2ETPF2ORCQVrrDMaWy2kMs3d0\nGhXDfEdEAVJ5CqeV8VRGABVRDyWp2XzbWp+ohSxwI0R41P6hnMknGS02tClu\ny6DwLq16pNYY0j23ZLfFH2N5kO5qNgmLY30rzrUsQxuCL4pqBuzR1flL2SzD\nCcsU\r\n=Wlas\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDxXiCTYYKbG6g5xM/iITwi3y6lh/U1teyTY8W1IvCpAAIgFHQxfTWtWIE1qfEKQ403MfwvT6mBbkCa5k1XlrvxxGQ="}]},"engines":{"node":">=8"}},"2.24.1-beta":{"name":"node-red-dashboard","version":"2.24.1-beta","dependencies":{"compression":"^1.7.4","gridstack":"^0.6.4","serve-static":"^1.14.1","socket.io":"^2.3.0"},"devDependencies":{"angular":"~1.8.2","angular-animate":"~1.8.2","angular-aria":"~1.8.2","angular-chart.js":"^1.1.1","angular-material":"~1.2.1","angular-material-icons":"^0.7.1","angular-messages":"~1.8.2","angular-mocks":"~1.8.2","angular-route":"~1.8.2","angular-sanitize":"~1.8.2","angular-touch":"~1.8.2","angularjs-color-picker":"^3.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"~4.0.2","gulp-angular-templatecache":"~3.0.0","gulp-clean-css":"^4.3.0","gulp-concat":"^2.6.1","gulp-concat-css":"^3.1.0","gulp-debug":"^4.0.0","gulp-eol":"^0.2.0","gulp-header":"^2.0.9","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^5.0.1","gulp-if":"^3.0.0","gulp-jscs":"^4.1.0","gulp-jshint":"^2.1.0","gulp-manifest3":"^0.1.2","gulp-rename":"^1.4.0","gulp-replace":"^1.0.0","gulp-sass":"^4.1.0","gulp-uglify":"~3.0.2","gulp-util":"^3.0.8","jquery":"~3.5.1","jshint":"~2.12.0","justgage":"~1.4.0","less":"~3.9.0","material-design-icons-iconfont":"~6.1.0","moment":"~2.29.1","sprintf-js":"^1.1.2","streamqueue":"~1.1.2","svg-morpheus":"^0.3.0","tinycolor2":"1.4.2","weather-icons-lite":"1.3.1"},"dist":{"integrity":"sha512-CnIf8nqt2dYa1tuKiUy2ejFX2FVP0pLHHWaKW6XzSoG7YPakZcQsvS69Sfc41LxBzlUx55j9C5pNwS5EJEENYA==","shasum":"877d2a21ec9ccbed97007749b4e9a93da510a9da","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.24.1-beta.tgz","fileCount":103,"unpackedSize":3803530,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfslyHCRA9TVsSAnZWagAAqFsP/3umspOmTTW7jbMAciRR\n1ZaLZJt3V6JGeCP6p+08k3sRYIWw5uSYEeCBuHjaNDox/25i5a6Ist6NhJqs\nMCsw1zeBr+NSe9VK8PMYec8Jm957TODGOF1weLIN2Un/FH+tzn5AHHwbc9qV\nRbGtT4K95sJS3gY5SX+pizt6cUr46NUon9tA5eTMF9NN/q+EtqurCl7ro29A\nPJmMIYOYO+zIRaYYzEVtudK+PKj/VHh0QxvlP0lU8WOmvUINHZUq1uWnIA2X\ndJ0xaoJdb/H2F2JtlbzQ6/WuEyKM73NAJPpdfJ/7XLIFEVkadwKraac15P7I\ndh4EMmyVZcmgHaLvxOySj8A+LIog5aRFbwGjL+zorI+zccaADOAK82kRJMXn\nnX/5A2sRt83g/FsfW5pdmDkC7bZiNswM/zCOeaqHqrINDX/XBFXJ5+Iqq0BM\n8P1EZxuJqFJj0xLtNWsembip9tPlIOLhVmcdRCW4Rb84WgOo7BccWq261z0K\nr3qKkYq88PlmXRPstxqaerCZ1ClWROzDdRpqvwF6IDsFTjEs8O1xdPXkcb+j\nvOGKuNq2gwW6kDASHazv+CzjIpx9MpoZiY+U8/UQAXeEyg4L0R++kghE2dtX\njyNVz1qPSjmIV2EWDSzYGIvAgckUl9MRaMwAhM/nsLe0MKBaltMAl4vDyw9T\ntYKk\r\n=G2Hi\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDEenV7eT3nnolGlUTdqFPXvwANbxzGz3HXyipskJo+ogIhAL3iXtUZ+LyMhqZty1+PGma5+wkpNXiK3ZEwDYqbZG4X"}]},"engines":{"node":">=8"}},"2.24.1":{"name":"node-red-dashboard","version":"2.24.1","dependencies":{"compression":"^1.7.4","gridstack":"^0.6.4","serve-static":"^1.14.1","socket.io":"^2.3.0"},"devDependencies":{"angular":"~1.8.2","angular-animate":"~1.8.2","angular-aria":"~1.8.2","angular-chart.js":"^1.1.1","angular-material":"~1.2.1","angular-material-icons":"^0.7.1","angular-messages":"~1.8.2","angular-mocks":"~1.8.2","angular-route":"~1.8.2","angular-sanitize":"~1.8.2","angular-touch":"~1.8.2","angularjs-color-picker":"^3.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"~4.0.2","gulp-angular-templatecache":"~3.0.0","gulp-clean-css":"^4.3.0","gulp-concat":"^2.6.1","gulp-concat-css":"^3.1.0","gulp-debug":"^4.0.0","gulp-eol":"^0.2.0","gulp-header":"^2.0.9","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^5.0.1","gulp-if":"^3.0.0","gulp-jscs":"^4.1.0","gulp-jshint":"^2.1.0","gulp-manifest3":"^0.1.2","gulp-rename":"^1.4.0","gulp-replace":"^1.0.0","gulp-sass":"^4.1.0","gulp-uglify":"~3.0.2","gulp-util":"^3.0.8","jquery":"~3.5.1","jshint":"~2.12.0","justgage":"~1.4.0","less":"~3.9.0","material-design-icons-iconfont":"~6.1.0","moment":"~2.29.1","sprintf-js":"^1.1.2","streamqueue":"~1.1.2","svg-morpheus":"^0.3.0","tinycolor2":"1.4.2","weather-icons-lite":"1.3.1"},"dist":{"integrity":"sha512-OnsFecQa+yDXrRvuU6vywo8lJYc6RwgPZ7c5baRt0Y2Qze05Lyzi4njImp6yuKqv1cbzy6x6+qGWJ3FL09Bp2A==","shasum":"4aaa2fb07642c2b03321e831e165a3e26aa46bfd","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.24.1.tgz","fileCount":103,"unpackedSize":3806874,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfv3AuCRA9TVsSAnZWagAAsDgP/20frb/ciMb0O+j225+Q\nnB4Kr4W9arJUO0xXzLAiOeD4SptNnzM6kwHi2IxzX3UYEBVMwXnXKtRWKbJK\nSfdsDd9sgASSTdKxMuSuerHxuIqUt3uDnJnU9qHqARw3SjN8ighvKglzssrD\n7575UgQnY39uWKNtPXUrnAPjZmE9ZQj7SHVbYheXDM3fOuRBaShb2E6VfMCU\nmn+vYsrAkRKi4yb+Zjz4dUbY4SKWGiwsaeulR+mBkOSnIua18dTJ1KlR9CJh\nMw6AIMX+T83DA7US0JwU3np8NXoHsGLHROzdmdz6+9Fjfyts0SEg/02VCEKH\nZ0ii7BSdJJkPriwGK3ys49jwPhWk6SDBu99SVOT5qHamjYhuUgYonOKt+mxb\nxY8LOb9NY6Kf9SdOeAiclmqcfUmDLOjIIaJ3vRwDflk04KUUCIIi3v4Fal9s\nnPyNidrQ+L3RbDtEbJ2DpCno8jIAsMs63keXnngoJ8BaRf+6KmXYoYNx93H4\nDbnyu2ZM0KC+y8ERrUK8Fx+Dwl22WP6NSQHyQ1k09xiwQrEUaodVZ+z8LdMW\nxxZDgcyQsuq5ZEYw814sawUeKKjgJdYq3q6vxosuKJUlthobVX+C225n2fGN\ngybCUICTiprBLNLrfsWb8WsZAmUePhaMNPsu3otX1Zc1905wBaMLu/yGpBDm\nvzRH\r\n=8qZa\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCyZtrgG8+SaMxqVVF9Orkpw8wq4qXliqdZn2G5uiuFIQIhANxLNTcYlfGsEMyKgVc3CaNjYHUiIZFfRGN0GXD/0AXD"}]},"engines":{"node":">=8"}},"2.24.2":{"name":"node-red-dashboard","version":"2.24.2","dependencies":{"compression":"^1.7.4","gridstack":"^0.6.4","serve-static":"^1.14.1","socket.io":"^2.3.0"},"devDependencies":{"angular":"~1.8.2","angular-animate":"~1.8.2","angular-aria":"~1.8.2","angular-chart.js":"^1.1.1","angular-material":"~1.2.1","angular-material-icons":"^0.7.1","angular-messages":"~1.8.2","angular-mocks":"~1.8.2","angular-route":"~1.8.2","angular-sanitize":"~1.8.2","angular-touch":"~1.8.2","angularjs-color-picker":"^3.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"~4.0.2","gulp-angular-templatecache":"~3.0.0","gulp-clean-css":"^4.3.0","gulp-concat":"^2.6.1","gulp-concat-css":"^3.1.0","gulp-debug":"^4.0.0","gulp-eol":"^0.2.0","gulp-header":"^2.0.9","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^5.0.1","gulp-if":"^3.0.0","gulp-jscs":"^4.1.0","gulp-jshint":"^2.1.0","gulp-manifest3":"^0.1.2","gulp-rename":"^1.4.0","gulp-replace":"^1.0.0","gulp-sass":"^4.1.0","gulp-uglify":"~3.0.2","gulp-util":"^3.0.8","jquery":"~3.5.1","jshint":"~2.12.0","justgage":"~1.4.0","less":"~3.9.0","material-design-icons-iconfont":"~6.1.0","moment":"~2.29.1","sprintf-js":"^1.1.2","streamqueue":"~1.1.2","svg-morpheus":"^0.3.0","tinycolor2":"1.4.2","weather-icons-lite":"1.3.1"},"dist":{"integrity":"sha512-oRPkXsz0PnEyxXPuTtbhMyN+Nj+wGOM19rtW6L7CiSBU7X94jOCoN67rNxT0UaNqBwf1V1HH1Po0ui8wp5q9sQ==","shasum":"ddec77d457bd687c2b4846348bacb2da53417605","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.24.2.tgz","fileCount":111,"unpackedSize":3820226,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfxgfMCRA9TVsSAnZWagAAmyAP/0W7ZatRFfO4Tj0KPZhc\nMf6wuJGiXbdeCoag30w1jsTX2d7N3PV0sSVORih3JkJPGLko24q3UPdPiu1R\nuFVedxiJK6QZFXakbiCV0bmNBgyNcumYWKWcjuhp1Me029rLgTQzMg1HMoPo\nXT8kGSKCljpZgf/68dhNaIFr9ZOGvvmAxzPl5F0eSS2xZHfy7M0iA3MtmU5i\nMS0Su3Gx7x+jL58q7fWh5c7jUWaPa8MCTfQTbwDWva2Qatjf/8YmFHZ5lMZZ\nBHEJ0S4zKN21lR6bryKugxpEhT2xJ5RNwqdGcYeUou0qs67JXz9BKC7eXCmx\nY6reCIiB07qUHsrXff7x1OpGWGTl4+qetS7xiAoloQsaixyG5CqCy/t8pN3G\nr/svCvw5Cu+NXeyKcsEE2TGLgCeraS0hXZ83TkXRUJmkyOZd7HrEaB2afnIa\nYOBl3qmwvmlYXJ3QB0R4u5b6Wcn2avNtBF3jdyeOFOUizWG1SAFTS9ocHcYh\neq0XUtP1eh1v6yhVukdvdzuDLl6twM/p0wD6RZ2vYbZuSVxBwpTHng49ycMU\nnyRvfIVgKYrxQZ+UaAM63f8Cq7azbvNLHOzsC6yoaROTCxijtCIyLMA1u82L\nmezubSGfcx/kKSO+OWPmVt+k8o3qFqrE5pqClU6e+TenGZxTpSVXs6kbjBrf\nBhHi\r\n=+MmV\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDx0HIqYEX0rpqbTynmGVCiVQR1DVIIkuK8QWinFx4G6gIgKeCn8eGkHqQzjbCgsPusWlaSZVUW26O2cvujnYDnpKM="}]},"engines":{"node":">=8"}},"2.25.0":{"name":"node-red-dashboard","version":"2.25.0","dependencies":{"compression":"^1.7.4","gridstack":"^0.6.4","serve-static":"^1.14.1","socket.io":"^2.3.0"},"devDependencies":{"angular":"~1.8.2","angular-animate":"~1.8.2","angular-aria":"~1.8.2","angular-chart.js":"^1.1.1","angular-material":"~1.2.1","angular-material-icons":"^0.7.1","angular-messages":"~1.8.2","angular-mocks":"~1.8.2","angular-route":"~1.8.2","angular-sanitize":"~1.8.2","angular-touch":"~1.8.2","angularjs-color-picker":"^3.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"~4.0.2","gulp-angular-templatecache":"~3.0.0","gulp-clean-css":"^4.3.0","gulp-concat":"^2.6.1","gulp-concat-css":"^3.1.0","gulp-debug":"^4.0.0","gulp-eol":"^0.2.0","gulp-header":"^2.0.9","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^5.0.1","gulp-if":"^3.0.0","gulp-jscs":"^4.1.0","gulp-jshint":"^2.1.0","gulp-manifest3":"^0.1.2","gulp-rename":"^1.4.0","gulp-replace":"^1.0.0","gulp-sass":"^4.1.0","gulp-uglify":"~3.0.2","gulp-util":"^3.0.8","jquery":"~3.5.1","jshint":"~2.12.0","justgage":"~1.4.0","less":"~3.9.0","material-design-icons-iconfont":"~6.1.0","moment":"~2.29.1","sprintf-js":"^1.1.2","streamqueue":"~1.1.2","svg-morpheus":"^0.3.0","tinycolor2":"1.4.2","weather-icons-lite":"1.5.0"},"dist":{"integrity":"sha512-3nU7fZtxLd24vbhC9hnSiVjWR/9g34ivirqm9DlxM2q5+J0Qyp+iCPbPLC4RMYc8V/6k4QjGBFCdvPy5CQIMqw==","shasum":"14c3ee0bd9079681f9089213486154dca2d63030","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.25.0.tgz","fileCount":111,"unpackedSize":3823654,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfz4jUCRA9TVsSAnZWagAACjAQAJyQVBPNTh1WJXGRZaMg\nEJlWco7WVkmLQMEFu92r2wMJrVR7LFeiQZjSmIpSAmZK16Q6jr8kWeBsaKjz\nlP6yzuG3L1TuPrN4YmHPvFqJFeuO6dmd1aEGui3VY5mobLeVtacMAT55ZX6j\n69WOlVYIx3+irxe7+GraCk03yEUbEsLlExe0G3JLMdX6sP6Tl0s2cNQ4qTR1\nDHf0zPHnzeh/CwNgiWapDfDSseQsz/pHTM3wRBua9jKvExKFHQcdpiQ7eBU6\nxdjvbZ9OTUJ4sIXWSwHGOVFSYEO/lJeACYcT4YTIUd3I7GNC//jhyUcLHQou\n85tTMowezPBZAlZQszGxtB72RORxL2rxTfID4HMz/i6b+/W31NxWTKMb7hIg\nC9K5p3hrCR3K04RMkTs4ry0So+oMfqVMA26EXOcGLCGhHxnUUXn/QdK75859\n5y5yQfiip5MiqPsPyQSMiEmFMXBzOC1W4RTWtoCt19vhfbTZxxh33N87M8jh\nONWqxQDcJW6WVmOVO5w1o70i60hR1YFiNWjEJk/HrvxBn9STOWnHnHPe0TlF\ni2ymHg2/aGQAaK4UeV6P9MePZPvX15b5NRrxVF5zP5uYe2KWLzNQ/KnZGliN\n8D4eZvktkexvXhIYDvBiXGVCWZLjpSfAbP8U10E+t4oH9Z0IM9NSP+X5bQq8\nd+5u\r\n=Rhua\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDUUmAluiH6Wk8Py0ESGj3rCuM+X8Edq3YzkHuv+Kb3vQIhAM5V2B7/DguRCyKbKsBmDFxGEkH7FtFDuTzC+ESsSnWD"}]},"engines":{"node":">=8"}},"2.26.0":{"name":"node-red-dashboard","version":"2.26.0","dependencies":{"compression":"^1.7.4","gridstack":"^0.6.4","serve-static":"^1.14.1","socket.io":"^2.3.0"},"devDependencies":{"angular":"~1.8.2","angular-animate":"~1.8.2","angular-aria":"~1.8.2","angular-chart.js":"^1.1.1","angular-material":"~1.2.1","angular-material-icons":"^0.7.1","angular-messages":"~1.8.2","angular-mocks":"~1.8.2","angular-route":"~1.8.2","angular-sanitize":"~1.8.2","angular-touch":"~1.8.2","angularjs-color-picker":"^3.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"~4.0.2","gulp-angular-templatecache":"~3.0.0","gulp-clean-css":"^4.3.0","gulp-concat":"^2.6.1","gulp-concat-css":"^3.1.0","gulp-debug":"^4.0.0","gulp-eol":"^0.2.0","gulp-header":"^2.0.9","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^5.0.1","gulp-if":"^3.0.0","gulp-jscs":"^4.1.0","gulp-jshint":"^2.1.0","gulp-manifest3":"^0.1.2","gulp-rename":"^1.4.0","gulp-replace":"^1.0.0","gulp-sass":"^4.1.0","gulp-uglify":"~3.0.2","gulp-util":"^3.0.8","jquery":"~3.5.1","jshint":"~2.12.0","justgage":"~1.4.0","less":"~3.9.0","material-design-icons-iconfont":"~6.1.0","moment":"~2.29.1","sprintf-js":"^1.1.2","streamqueue":"~1.1.2","svg-morpheus":"^0.3.0","tinycolor2":"1.4.2","weather-icons-lite":"^1.6.0"},"dist":{"integrity":"sha512-mXsWq5+HMWGWJGnKrX14EW581FfdmgT6Krdd1U7N/Cq8bU3xWuhLsdDOU9rOMAi+hCCDbvIR1QAJJZp7esp90g==","shasum":"9de8dc793846e5b8ebc52aa923973c03ec3d4099","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.26.0.tgz","fileCount":121,"unpackedSize":3837389,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf4JrHCRA9TVsSAnZWagAA+1YP/RlwS/atVSa4pcEirTBB\nGNDMud9NvUC2mPKV4+JxHN0YkPdHxHbCcGs086Kec6yAMdB+mvtj5IFNK6dK\nwDgprQAt8VPr3nO7xldcuf5k480X1Rgvf7ukFceJ1EpJ9Z/Va1MZyK5IbkeT\nE7aJstuX3p4OVa/4S+pkJK5hX2jo0sTeb8St72m4aWyY9ExBRH89IbmejIf+\nEGxHXuCYbCD/snxF5hdC9sLSVpuEUAWhnBkgvReEz/aTw0e9+Ll5UEp3dp/C\nity+ovYvaaBaQ3OcdiU1+UqXyl3KJiYQFvS4anD8blFyZbcJZteB93goLL71\nVZBOx2CgUd6SS8hrdX52AqNoGUGxyRrZYG/esoMyG6qO9EmRDkUb5VTJKjPZ\nn0mkQLsRIy7/0pVAfbC80CduULgG+lk/3Gu4KTl2h3WuUQkKP8//fUjiZ8n7\nT6sfyjgIKX6qQHIVJvTlAyqphNhZ3QJtOBg5F35HNH+Tl9/84rpki7snoEOe\nCmm4gUnRIFQDzom2azwi3b1MBJGYRX/QbpMqsLMkuEuN5z9mRxzuEBjYWRGW\nw8Tr9OZsg4gVUYfU55AuqHqwPKjeG5lo5HTL6KwgGe7KrELDeY4YTLSxmAH2\naOfyh2V0xPvYI5y07qO5FgIBAMYf7nLFsZyS4QagtSXZbTTfPXJRSur0Y71P\nl85e\r\n=Kg7l\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDvW+wHi+X7nhgXcAaMZW+nRTx4tu31Gcby2+GMZJXvFgIhALTY1rCuJAvDkxhzM65SnY/8wYqgSpmTfCZ5asnmHT0/"}]},"engines":{"node":">=8"}},"2.26.1":{"name":"node-red-dashboard","version":"2.26.1","dependencies":{"compression":"^1.7.4","gridstack":"^0.6.4","serve-static":"^1.14.1","socket.io":"^2.3.0"},"devDependencies":{"angular":"~1.8.2","angular-animate":"~1.8.2","angular-aria":"~1.8.2","angular-chart.js":"^1.1.1","angular-material":"~1.2.1","angular-material-icons":"^0.7.1","angular-messages":"~1.8.2","angular-mocks":"~1.8.2","angular-route":"~1.8.2","angular-sanitize":"~1.8.2","angular-touch":"~1.8.2","angularjs-color-picker":"^3.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"~4.0.2","gulp-angular-templatecache":"~3.0.0","gulp-clean-css":"^4.3.0","gulp-concat":"^2.6.1","gulp-concat-css":"^3.1.0","gulp-debug":"^4.0.0","gulp-eol":"^0.2.0","gulp-header":"^2.0.9","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^5.0.1","gulp-if":"^3.0.0","gulp-jscs":"^4.1.0","gulp-jshint":"^2.1.0","gulp-manifest3":"^0.1.2","gulp-rename":"^1.4.0","gulp-replace":"^1.0.0","gulp-sass":"^4.1.0","gulp-uglify":"~3.0.2","gulp-util":"^3.0.8","jquery":"~3.5.1","jshint":"~2.12.0","justgage":"~1.4.0","less":"~3.9.0","material-design-icons-iconfont":"~6.1.0","moment":"~2.29.1","sprintf-js":"^1.1.2","streamqueue":"~1.1.2","svg-morpheus":"^0.3.0","tinycolor2":"1.4.2","weather-icons-lite":"^1.6.1"},"dist":{"integrity":"sha512-uiT+EwlaxbLtdRepGBV8eD6POL8jmW9+wCcRY1UpT+tBzFMV5xYjjOPfTHljjFQlnrvY1fkxZo7o9YuYb5m39A==","shasum":"f7246d7a902459a2184a8f840c6be19e5ac11d0d","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.26.1.tgz","fileCount":125,"unpackedSize":3846453,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf61amCRA9TVsSAnZWagAAoHUP/1iRpsTAgf3vnZOImUXj\nbjmrmY1Q6t/YqM9SeE+TjNndYz+hJi3d/9qYscsChhH7e5WRr9KT32c+US4f\nHtrU/t01nTr9AglnW+BEEjRFRjlVyWTNESaC8m8Bvbi182cL85if2XQeRlvk\nai42snXUQhBbObkWNWQmzyaANvJWU3BwYWdfSz1KqPzl6G8/wZoiGz5Dt2vX\nLjfTZmEXc4jqazvB9VYLBvXjwhpm6UxAD3xBOz9rExB+get2FM+bwxiEOin+\nHbTMPIZNg0NSHqA5ckctV6mKKFzVqjXToLBzEFPb2NH2FPv9UagUVpR2+xJK\nKj/W9kxG3Z+nUbKYcpsxpF7iM3WtYpqvyrO0jB19Q7klFTfM6QZ1XNIgEbJL\nF0thnvXOI1aM0E8blvl7v2hlH3QDwOfp5AsmQ7sgBtKPjdOPiwUZTI2LzSK0\n5B/cADXsBpanAmkuulqY1X/0QMZw4Lr+FenHx8OlEHat7+n5kDY9fe5zFDBc\nEHg8+4TA+1OCibNABnnj9iRPKhKTGvu/WLRkJ7cEz0uF5RpUr7fQ/Pm7I+lm\nxX3ofIp0NBsoiP8xeVI+C3SJWuxGIIf8enG8k0bE7FACCIqbkOhaczkFkSOo\n9OB2oYEOOK4AIuOvbB/YeKC3l3OOHAhWAmsGeRZqO5oc6chkXVun8Qe7a5fo\n+Z/C\r\n=zGe6\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGjwtpeTsYQmow9uDhmiDAu5/Kp7anDLrx5S+oD9m3ifAiEAnptZgH8c/oab9Ku+WfHCtkaQZvC/f9Rbjubs6DQ6lbk="}]},"engines":{"node":">=8"}},"2.26.2":{"name":"node-red-dashboard","version":"2.26.2","dependencies":{"compression":"^1.7.4","gridstack":"^0.6.4","serve-static":"^1.14.1","socket.io":"^2.3.0"},"devDependencies":{"angular":"~1.8.2","angular-animate":"~1.8.2","angular-aria":"~1.8.2","angular-chart.js":"^1.1.1","angular-material":"~1.2.1","angular-material-icons":"^0.7.1","angular-messages":"~1.8.2","angular-mocks":"~1.8.2","angular-route":"~1.8.2","angular-sanitize":"~1.8.2","angular-touch":"~1.8.2","angularjs-color-picker":"^3.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"~4.0.2","gulp-angular-templatecache":"~3.0.0","gulp-clean-css":"^4.3.0","gulp-concat":"^2.6.1","gulp-concat-css":"^3.1.0","gulp-debug":"^4.0.0","gulp-eol":"^0.2.0","gulp-header":"^2.0.9","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^5.0.1","gulp-if":"^3.0.0","gulp-jscs":"^4.1.0","gulp-jshint":"^2.1.0","gulp-manifest3":"^0.1.2","gulp-rename":"^1.4.0","gulp-replace":"^1.0.0","gulp-sass":"^4.1.0","gulp-uglify":"~3.0.2","gulp-util":"^3.0.8","jquery":"~3.5.1","jshint":"~2.12.0","justgage":"~1.4.0","less":"~3.9.0","material-design-icons-iconfont":"~6.1.0","moment":"~2.29.1","sprintf-js":"^1.1.2","streamqueue":"~1.1.2","svg-morpheus":"^0.3.0","tinycolor2":"1.4.2","weather-icons-lite":"^1.6.1"},"dist":{"integrity":"sha512-akbb4kYsTC9BGvZGbr0WoAYvTu9+3epzKAFaPzUjVhtDQa63ddh0LnpybJmoIT0vOaEZGnY/laPx7AGGuRDRpw==","shasum":"0d0bd17b1f5d0ca67ebe5a759e209a4df57b74aa","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.26.2.tgz","fileCount":125,"unpackedSize":3847385,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf/D5CCRA9TVsSAnZWagAARWMP/2ze/7G7xc0q+UR82L76\nRXCno9oN6gl7o2zi4wz6PGODiD6Neaz8OVVfyBwRgFQQmCvdQQwtHd0yIaRS\njM2bRv2BLG2RO/IfuCFRPUhTboIp2yI4d8a+8Ps52hoEMVFrVX2MoxS3NErZ\nkMf0kpJHgrR7xx7uLm0UDbRNtnrrvAvtJvdZ+XHSqXcqiyETVfmNTSJCx5pm\nNGXcdbVXPwl+MxoyB3o23T0yngTabaWEbdqZQSlHVGoDFOfJ4BnYO6tE02ao\nj4C53/YrX5qdBunDD9/EuS2A36Y0XWp0y+yMYFns6rGt+Dymq1Zad6jxSuPS\nIBouJTmA5KyGhhUmCaA+vRHotewax42qBuVENlSXoSaZ4NVKR06O3RDwbBfI\na5fJ9fNDu7uDNMGhIURfDnhi1j8IgCm072wcb/PeIqCVzdUWN9VkBxnm+FaE\nI9gizOc9fW7++MCg6V/YVcyZrDOSMVMVyT645SvgqKIeO+ppadSHH2E5vJTh\nvJ72GrWTR0J8m2sOScRCdMQ4K8+dKAD4996FfpEVLtirxDiQ0DEIryFAVHF2\nmnBRqpI9Rk2QGy3bhcdeE6DI/EQ6YYEeYjZtlgWrW+zXdI0x8xfs+QSCOM66\nkS/nkpLmV/fcX1hV7RKIK+XVQ2l1nSl8Q0g83cj+zx8FoohKjlCwColS+Es7\nPWwl\r\n=5gbs\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIADDrIxTBZzLGkJFxduc67vKlPuelBOpkKDDA2Lpb15VAiBwS8y32wjo9D9hyiG7aVkNCVnWpFMa6/birxs1K87bDA=="}]},"engines":{"node":">=8"}},"2.27.0":{"name":"node-red-dashboard","version":"2.27.0","dependencies":{"compression":"^1.7.4","gridstack":"^0.6.4","serve-static":"^1.14.1","socket.io":"^2.3.0"},"devDependencies":{"angular":"~1.8.2","angular-animate":"~1.8.2","angular-aria":"~1.8.2","angular-chart.js":"^1.1.1","angular-material":"~1.2.1","angular-material-icons":"^0.7.1","angular-messages":"~1.8.2","angular-mocks":"~1.8.2","angular-route":"~1.8.2","angular-sanitize":"~1.8.2","angular-touch":"~1.8.2","angularjs-color-picker":"^3.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"~4.0.2","gulp-angular-templatecache":"~3.0.0","gulp-clean-css":"^4.3.0","gulp-concat":"^2.6.1","gulp-concat-css":"^3.1.0","gulp-debug":"^4.0.0","gulp-eol":"^0.2.0","gulp-header":"^2.0.9","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^5.0.1","gulp-if":"^3.0.0","gulp-jscs":"^4.1.0","gulp-jshint":"^2.1.0","gulp-manifest3":"^0.1.2","gulp-rename":"^1.4.0","gulp-replace":"^1.0.0","gulp-sass":"^4.1.0","gulp-uglify":"~3.0.2","gulp-util":"^3.0.8","jquery":"~3.5.1","jshint":"~2.12.0","justgage":"~1.4.0","less":"~3.9.0","material-design-icons-iconfont":"~6.1.0","moment":"~2.29.1","sprintf-js":"^1.1.2","streamqueue":"~1.1.2","svg-morpheus":"^0.3.0","tinycolor2":"1.4.2","weather-icons-lite":"^1.6.1"},"dist":{"integrity":"sha512-szC7fWJqpVPr0bIWvMWRMvLtPLKKg7yxZm0fme0YqsjmuNiBc/WnqtOnUmPjGCJZZSYIyP0yN83MfZhpBm8O5g==","shasum":"9ca3a15234117488d8b5dbd2764abfede6812b3f","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.27.0.tgz","fileCount":125,"unpackedSize":3853655,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgBqGgCRA9TVsSAnZWagAAGcAP/j2vLAXkZoFRPikXxNdt\nJJWwTzUNmyCEYQNO36Arj2emHkKvdpjfvVOpRmtDL6lc01WR3D/tEcpRC880\nhSusNrse3GyygjokXCFraYxKXb4Hp76T9xNVI7vSMgYfH91RMMg5vXa/y2Y6\ngI0RgzJ4+zvNRWB0LSapTn8BHFytvQLi9um41vE3uBoPlcdBGCoKBjT0FyN/\nLL+XPvfZk6pP/KDDppc77BaiJNXHrDwKyec2tNjJQnQ4qkU8IqcgNeSGMlfo\n81fifgF2epVU17jdPDrZTsHuGvtF8XuY5MPrvscy5i14wRMBwEBmSkTnsfE8\nq+gN5FP91AeegdUz3rFN5RigZ7QkyGp6AnmhVch+nWmd8kDIoW2p6IaBhypU\ntFy9pic4Fh61N4HkGqyir2H/OI6l2rM9ZHFzPDPUAw/qSr2Fi0n2QS/QNazy\nHC9L3O6dSZ5htEi3iQsHUi5KRIeaUiccJLnOgFCeDxwlhIOV0DuJ0hAZIctA\n4tZezCW5DSB94LED65X92+zy0XW1Ede9jjpDkrRN07YprsoYzJ7A7reOJYea\nFaSHej6EY+NTkAOEuiybGnovxhMBgqozeIxt3vFPpHtVYXTOkzk+0THdoyDu\nWnWKN9519oY/l8QwwW7fWSad1U6SZMLpV/fwc3CZX2pHX6l3SBK2SH5shHTb\nFBDJ\r\n=Mv4A\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAw8HTVYAg0BR6K7/wkB5+unX+1gk0zdyer6//BvzP7sAiEAsuxawxiBrI0HKyp/qY4IRTEexkZ4RfXa/KAQG4xAbc4="}]},"engines":{"node":">=8"}},"2.28.0":{"name":"node-red-dashboard","version":"2.28.0","dependencies":{"compression":"^1.7.4","gridstack":"^0.6.4","serve-static":"^1.14.1","socket.io":"^2.3.0"},"devDependencies":{"angular":"~1.8.2","angular-animate":"~1.8.2","angular-aria":"~1.8.2","angular-chart.js":"^1.1.1","angular-material":"~1.2.1","angular-material-icons":"^0.7.1","angular-messages":"~1.8.2","angular-mocks":"~1.8.2","angular-route":"~1.8.2","angular-sanitize":"~1.8.2","angular-touch":"~1.8.2","angularjs-color-picker":"^3.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"~4.0.2","gulp-angular-templatecache":"~3.0.0","gulp-clean-css":"^4.3.0","gulp-concat":"^2.6.1","gulp-concat-css":"^3.1.0","gulp-debug":"^4.0.0","gulp-eol":"^0.2.0","gulp-header":"^2.0.9","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^5.0.1","gulp-if":"^3.0.0","gulp-jscs":"^4.1.0","gulp-jshint":"^2.1.0","gulp-manifest3":"^0.1.2","gulp-rename":"^1.4.0","gulp-replace":"^1.0.0","gulp-sass":"^4.1.0","gulp-uglify":"~3.0.2","gulp-util":"^3.0.8","jquery":"~3.5.1","jshint":"~2.12.0","justgage":"~1.4.1","less":"~3.9.0","material-design-icons-iconfont":"~6.1.0","moment":"~2.29.1","sprintf-js":"^1.1.2","streamqueue":"~1.1.2","svg-morpheus":"^0.3.0","tinycolor2":"1.4.2","weather-icons-lite":"^1.6.1"},"dist":{"integrity":"sha512-J02yS6bl/vCsA6I0SQLVAlqFKEmyyn8vZpw0dRSz8gxR2y0EsJOw0TmB4xFFeEnjP1Vlnv1FtSyjlWBVVCAWsg==","shasum":"38665222b2bd9ab9e6ac2aa02f7345a93796bb3c","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.28.0.tgz","fileCount":144,"unpackedSize":3865761,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgJkvRCRA9TVsSAnZWagAA8cEQAIR6tmVbwV9ZRi/thN2K\n5GNH8m+nO/OBdeWcyfhyQrfDEyJ52RBLfryGxMj+PU66kY3hUFguyjo9PHUc\nKUe9y4i8UD7q5ZZ9iJYAXGokk0tbk1Odzl3z+TpCB1r259/ixeS97AD71yc4\nGtqzchRlAaCz+vX7PHyzcAz2tboJ2DTitLJCeeU9Jz6uqpIjxkB754YURHAK\nkNzhWgVODuwzZJjXLlz6JalIh9M7ZKimgD6kYp5EGJbiN4K9T4lsiA7CwR61\nSiPAycu12J+yeh76VmdA/ASgWHQRShFWdoJJJi31edkf5Y6BMxC/d/J5DObX\nlKGiR1zRWKDTc3dwMjnEJMu62Kvzz8cPJyvyuKHAm9CSrzNtSsIWBCgELenF\ndsNqcCprpNqmZjLe297mMfh+3u+AUR2zMXn24nthfb7VcjWnCQkdm71hk9xu\nTwZovx6Tk0MGWqSp7NDWknSMkKBjGq2phyxBOCmlUMgEEFdIXs+IXpGKMD7v\nMKgBFYSok48ZalW1cu9mU86uCGilI6gofpEx3lt1qjwJA3XmmPHCnIr9BbQ6\nto3GVJv3R5byQMSPG7I6m/Eb8EFBmnM/sU7q24HGSrtHfq1/6TInPWExlGsJ\nrIf0r6HWYdYKFxO1IPbVC/poaGmY7P9C+u+Bzv7q1q3gtjHv5VLT9DXQDE3v\n4M2u\r\n=y999\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCUj1c49BUi2d4QQpUOI43YzAFpUeNZ/ZaMHbaw8Y2ZTgIgXQcysuPz/sTaGKELaK0Bs7ZT1whSzbP4jyOSNJcMtEk="}]},"engines":{"node":">=8"}},"2.28.1":{"name":"node-red-dashboard","version":"2.28.1","dependencies":{"compression":"^1.7.4","gridstack":"^0.6.4","serve-static":"^1.14.1","socket.io":"^2.3.0"},"devDependencies":{"angular":"~1.8.2","angular-animate":"~1.8.2","angular-aria":"~1.8.2","angular-chart.js":"^1.1.1","angular-material":"~1.2.1","angular-material-icons":"^0.7.1","angular-messages":"~1.8.2","angular-mocks":"~1.8.2","angular-route":"~1.8.2","angular-sanitize":"~1.8.2","angular-touch":"~1.8.2","angularjs-color-picker":"^3.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"~4.0.2","gulp-angular-templatecache":"~3.0.0","gulp-clean-css":"^4.3.0","gulp-concat":"^2.6.1","gulp-concat-css":"^3.1.0","gulp-debug":"^4.0.0","gulp-eol":"^0.2.0","gulp-header":"^2.0.9","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^5.0.1","gulp-if":"^3.0.0","gulp-jscs":"^4.1.0","gulp-jshint":"^2.1.0","gulp-manifest3":"^0.1.2","gulp-rename":"^1.4.0","gulp-replace":"^1.0.0","gulp-sass":"^4.1.0","gulp-uglify":"~3.0.2","gulp-util":"^3.0.8","jquery":"~3.5.1","jshint":"~2.12.0","justgage":"~1.4.1","less":"~3.9.0","material-design-icons-iconfont":"~6.1.0","moment":"~2.29.1","sprintf-js":"^1.1.2","streamqueue":"~1.1.2","svg-morpheus":"^0.3.0","tinycolor2":"1.4.2","weather-icons-lite":"^1.6.1"},"dist":{"integrity":"sha512-Xoj4hmz1+EOSRiaSsJ3YujSU3IgZDnDIX8Cq552S4B1iOXuBT86IEDhpIFGQrvSkBJW/iSnjxGr30mYj3IdAGQ==","shasum":"539219a754a056125485bdaa943748ce078a2e9e","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.28.1.tgz","fileCount":144,"unpackedSize":3866100,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgKWdSCRA9TVsSAnZWagAAplAP/2KN/Oafn6SNjzwAe10Z\n78Vj26TDIv33yJUrp2IILN+RoGa/zd+loDPGcZnXfK7/hIqSQO/ajE6GbP05\nUtXcBfiGWnD5iAzDUlQRkq9GqpzuWfqA/cJz34a7cDskYO1oxo4FsiA0+LQw\nFbFM58Qzbu32vWM3OlHABY17nH5AyMCHp2aLGdzuxHFoXaW7PfZYjlTZR9e0\nAc4rKI0COV3IC2/se7oRcA6tEsM4KK/91Hg09p2OS0UMWm35+CNdDSM4CwGI\nxPtGlSWzaPKSdkIm4I+jbLrrunlrnb1wi2NWOUzwd+ZwMcdrQjue2qEWYrZQ\nno5cArvhvOBn7sOEbwT+8ZYnUIRaEmq4MS0BfRUYLJjYD2m4b2sJm7CWiR30\nCTrwhSt1kZrE3e6PShud8yKO9zo7AQdUjP2t2aKPN6yBvTTqzSlaT4Ejw3DZ\nDom5maRbg3HAt9dK0Ve2ZvZHQItZyZio2/vZ7r++xUcjxz4y+YPSqU+HHmM3\nD8f3FhxP5O/VQw3UIcPa8BmQTFlLXOJX7EnNZUgaaWWnyfZCvD0kNEDl+8u4\nIrxPD05P0yGkjbbUSJCNZDML0t9YVZ7IQPTcwgTWrShBUEZaeMru3iwU3NC7\ngUP7wu7c5w9bDCFxmDjLvVmuJv3QA5/Gxn9TJqRGmsAN0qTO+RtzBB+TQLpR\nT3r/\r\n=Q9pf\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCo8sFRSYkPA+W9QgsgKhWgFSy5zfbbB+KdNKv30DDjqQIhANU3YbT7yYqMhcQtOPUfSkXI5pxUxY+np8zgAPXhwazz"}]},"engines":{"node":">=8"}},"2.28.2":{"name":"node-red-dashboard","version":"2.28.2","dependencies":{"compression":"^1.7.4","gridstack":"^0.6.4","serve-static":"^1.14.1","socket.io":"~2.4.1"},"devDependencies":{"angular":"~1.8.2","angular-animate":"~1.8.2","angular-aria":"~1.8.2","angular-chart.js":"^1.1.1","angular-material":"~1.2.1","angular-material-icons":"^0.7.1","angular-messages":"~1.8.2","angular-mocks":"~1.8.2","angular-route":"~1.8.2","angular-sanitize":"~1.8.2","angular-touch":"~1.8.2","angularjs-color-picker":"^3.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"~4.0.2","gulp-angular-templatecache":"~3.0.0","gulp-clean-css":"^4.3.0","gulp-concat":"^2.6.1","gulp-concat-css":"^3.1.0","gulp-debug":"^4.0.0","gulp-eol":"^0.2.0","gulp-header":"^2.0.9","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^5.0.1","gulp-if":"^3.0.0","gulp-jscs":"^4.1.0","gulp-jshint":"^2.1.0","gulp-manifest3":"^0.1.2","gulp-rename":"^1.4.0","gulp-replace":"^1.0.0","gulp-sass":"^4.1.0","gulp-uglify":"~3.0.2","gulp-util":"^3.0.8","jquery":"~3.5.1","jshint":"~2.12.0","justgage":"~1.4.1","less":"~3.9.0","material-design-icons-iconfont":"~6.1.0","moment":"~2.29.1","sprintf-js":"^1.1.2","streamqueue":"~1.1.2","svg-morpheus":"^0.3.0","tinycolor2":"1.4.2","weather-icons-lite":"^1.6.1"},"dist":{"integrity":"sha512-ZSJgrlrFVMP5MSMz6iXkn8bU9IwF2ADIJi8rdu+rTTru3gd9ZzCJpL7IFg7ITLvuNrUh1zWyTOgwqJuIUA3OUw==","shasum":"2179af416bf40139002ba645a0a6b0c5492206fc","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.28.2.tgz","fileCount":144,"unpackedSize":3867572,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgVHvMCRA9TVsSAnZWagAAOYIP/j5gL7PQvElIU7J9xYrK\n3N4C/PCexI5RbYU+XoqukTn8IAmXJsI3mCbpNl0YXCjOkyK5CCBi/149GwfM\nIJu7d4ysxlfGOWbOS6MOfW/kmS1iqt2jYP4JC+oSxpljXeQTEL/X/AI84MsT\nMGadNrzY7ARyYykOouyXOg2nHvhJrf3ppUpcQAlNdnvrjBEwp3/YRaEphCAh\nW3nwQdjjnvclOkFSa3IlqXeIQsx0umL/PgmAnHrbI3ckAT+hxKCmjNaQKr4I\nGvFEpKZT3+KUb4ioXFwJRSrOg2bzrjWjBHWm845u4KLBl7lapHrV4LCITpor\nzCIum7QL2OHePn4h7hdFg7XX5AuSn0Jd2uZAFL76UD/8vlaeYikxoIsIbb0S\n/tZG5i+l2bjv/INKIAe2d3RGKOkSMkJ3YZcjt/r2XghTdWy7fTMmTOssiZHs\nFcNpXVGXamMJyMhvbqq/9O62ONgR2ept2QSHSynZErQR19sTy1jm88pqV9D6\na7jiXpH02wEO5m/HdXfeIww2M0TZcOx/a454bTgXpxJkmBOsoIQEZzxnq884\nGpQLZEkVk4gh3LjzMYdGmZjYs58qv8FBHMCsr1P4OwA/9qhUfA8hgMxoQWou\n/NhdP7kUmKNqQ6h4lrvi8XilawiKv8qwlNHi9nzome1Ej5WZLGgFs94ljqX7\n6V9O\r\n=/+up\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEHq6y64dhqD4UVk3lW5JrSfXywIHJ6cV4o/0pxvOuuSAiBzLXn4rpTtkvoOHQJHS6i2LpkUsqrBxDGqU8C9FxyHOQ=="}]},"engines":{"node":">=8"}},"2.29.0":{"name":"node-red-dashboard","version":"2.29.0","dependencies":{"compression":"^1.7.4","gridstack":"^0.6.4","serve-static":"^1.14.1","socket.io":"~2.4.1"},"devDependencies":{"angular":"~1.8.2","angular-animate":"~1.8.2","angular-aria":"~1.8.2","angular-chart.js":"^1.1.1","angular-material":"~1.2.1","angular-material-icons":"^0.7.1","angular-messages":"~1.8.2","angular-mocks":"~1.8.2","angular-route":"~1.8.2","angular-sanitize":"~1.8.2","angular-touch":"~1.8.2","angularjs-color-picker":"^3.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"~4.0.2","gulp-angular-templatecache":"~3.0.0","gulp-clean-css":"^4.3.0","gulp-concat":"^2.6.1","gulp-concat-css":"^3.1.0","gulp-debug":"^4.0.0","gulp-eol":"^0.2.0","gulp-header":"^2.0.9","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^5.0.1","gulp-if":"^3.0.0","gulp-jscs":"^4.1.0","gulp-jshint":"^2.1.0","gulp-manifest3":"^0.1.2","gulp-rename":"^1.4.0","gulp-replace":"^1.0.0","gulp-sass":"^4.1.0","gulp-uglify":"~3.0.2","gulp-util":"^3.0.8","jquery":"~3.5.1","jshint":"~2.12.0","justgage":"~1.4.1","less":"~3.9.0","material-design-icons-iconfont":"~6.1.0","moment":"~2.29.1","sprintf-js":"^1.1.2","streamqueue":"~1.1.2","svg-morpheus":"^0.3.0","tinycolor2":"1.4.2","weather-icons-lite":"^1.6.1"},"dist":{"integrity":"sha512-t3E9HqQFFLM/Jg7hOBiXpBpnXJTvx98WiR503DpJXiGSzqZaC3jwiQVb/KjoX0sTFBzMDBZlLLs04wWYQ+V31A==","shasum":"51b8909e1bb8fce901553940ce1e67576b66d5bd","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.29.0.tgz","fileCount":144,"unpackedSize":3868434,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJggui8CRA9TVsSAnZWagAAFKcP/0tdmZgVLZCCxQMlEpWE\necDTBra/7MsvESeBMM3VeMkFx1iVItrpsOIa8J0UAwpInANOMRhE6L2M8h0v\nMkPc3VUWNUdZyZNMkUpAcIToCh6kgMld3jostFlCRqTKUjg1LFjtwSp4eZtO\n+66g4MFsE9mUO4NWKdfhhc3kgQiqX5Wsfg0khDKkWvNxmKeS4p9W8Tm3P7Xf\ntgr1nzGTkc2AXJud1Kk00vZKaK3NZzd7v6ZsdyXGapbs4AFlIzpx3TOs9hUM\nlMJ7jgmuwAwbeEiGJ9e0peVbEN7kBgMGSC7/XD9IJBejE69XYesIQ6JsCv1K\nA3y1Hok8rV2K4g1pvTCL5JJrF7jSw6u431qYFbBgUkGf9e9+VYXSJ3Wi5F0R\nHkQVdMyfHXCLFmWhQadUL5njAM7UB2GF+N8T9ubnHRhu0mxBbr7owygfrL/O\ni7DwKYPgFmZFUQIUAAzaGA0uWSpghZVAtnUEpyIjC2s80VBHJIhwEmC6Lkmu\nAMBJH6Gh1qrB+sSGHjVqCDZHhBPfd7rJAGxn3k+0YCWs2eDpceAesprkUwN+\n4exCmX4pFEwxN+JFzDP6H7zUK1fHeUrrU6JfY4eShEarq1/KqZi6eMk9OUsu\nzBoGa1ZS9E97U2GvwNhBrgAEhnUt0M5zZG2h+ka2LqrwuyjykJxCpF0D9mkz\n6V8W\r\n=Ugnn\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDVYQwKbRWU4Y8vo4HEt4IihyYR+u7m5gQT0wmST6hdzQIgFT2jvCX2plYPJZmiwKyJHdVLT8R+etIb21L6nfC7qSY="}]},"engines":{"node":">=8"}},"2.29.1":{"name":"node-red-dashboard","version":"2.29.1","dependencies":{"compression":"^1.7.4","gridstack":"^0.6.4","serve-static":"^1.14.1","socket.io":"~2.4.1"},"devDependencies":{"angular":"~1.8.2","angular-animate":"~1.8.2","angular-aria":"~1.8.2","angular-chart.js":"^1.1.1","angular-material":"~1.2.1","angular-material-icons":"^0.7.1","angular-messages":"~1.8.2","angular-mocks":"~1.8.2","angular-route":"~1.8.2","angular-sanitize":"~1.8.2","angular-touch":"~1.8.2","angularjs-color-picker":"^3.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"~4.0.2","gulp-angular-templatecache":"~3.0.0","gulp-clean-css":"^4.3.0","gulp-concat":"^2.6.1","gulp-concat-css":"^3.1.0","gulp-debug":"^4.0.0","gulp-eol":"^0.2.0","gulp-header":"^2.0.9","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^5.0.1","gulp-if":"^3.0.0","gulp-jscs":"^4.1.0","gulp-jshint":"^2.1.0","gulp-manifest3":"^0.1.2","gulp-rename":"^1.4.0","gulp-replace":"^1.1.3","gulp-sass":"^4.1.0","gulp-uglify":"~3.0.2","gulp-util":"^3.0.8","jquery":"^3.6.0","jshint":"~2.12.0","justgage":"~1.4.1","less":"^3.13.1","material-design-icons-iconfont":"~6.1.0","moment":"~2.29.1","sprintf-js":"^1.1.2","streamqueue":"~1.1.2","svg-morpheus":"^0.3.0","tinycolor2":"1.4.2","weather-icons-lite":"^1.6.1"},"dist":{"integrity":"sha512-khzyd6CF6N6QxEYXbzXB2lv8wS9FRVG2MkKSStqkR1kWqM1kEcXF6qAcK7g+4QV/F3s642rZsbRmRF5P5qyjyQ==","shasum":"9b08c91675d69d6fced11864259200ae33659eb0","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.29.1.tgz","fileCount":144,"unpackedSize":3848198,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgorUCCRA9TVsSAnZWagAAMRcP/iLV32QEhVkp4E0BBAVM\nyBkb2ubNkrzkbzPxUO+6YoMrpmmznPzkTjz2QWlankKqKIk5boXf2lE1fTcj\nRFOFRsR5NpO4tZxrBUMlbl4UMrDoz4TxkCslZmCJjwfivQbA6gDdwNSPMVNP\ncN7IckKQdlLBiOgDWVn8/XGv7arc6uhryvu6AeCvI8QWxGeAsrLGdVFE3tAy\ntN59Li5Ynsk+DxVcYTIL+lUY1TMLujZivxiA7T8R82bYrOM95+kn8pv4ifYX\nUU+F6HBR/Ip2oL7LKZEz3b3QHb0EJ39xLdTipS7wPnPfd1b/VcF8xL7QKmNY\nBuu8Es3fXG/iBv39BO7+tpZ3lYXLkqaeRQWaxL/qaEZIWSYvDbv0Uqdma6V6\nDThIrp3vvu0IGJaF+8qPdlWTppHsVlw5fW0tfDZ6/uMNCx4rF4bbVexo8AYS\nDxW0y4V7MH4WFHrGO0XLx1BcpwML5Ph+J12zLUicWk/Wr0S5rPkHJDGYLQ+r\nh6g/Lhwsfxq4+gGs9YtnLsbsMDSiffQteqj1ySwF0hOMAj0bdWgBlpPMr4vb\n3+91KJW3rDpIzitCC7zpdR0r5VC0Ig5wb9ps5JFvH4N99SoOY8rEY2H6asma\nyZI67+h64b9xbZ44Z+p08BPyhmPg05CCUsYGu7JfuiLRbA+dytLGqs3Flm5m\n0XFm\r\n=FOem\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHb76MIdVY+juHEP8kU0yBFf8/vz00LOCqf8+9P2zhroAiEA+8WZ2YLTIDh7S5TjruMCDzsAlz5BsKSvNGVvIfSWXDI="}]},"engines":{"node":">=8"}},"2.29.2":{"name":"node-red-dashboard","version":"2.29.2","dependencies":{"compression":"^1.7.4","gridstack":"^0.6.4","serve-static":"^1.14.1","socket.io":"~2.4.1"},"devDependencies":{"angular":"~1.8.2","angular-animate":"~1.8.2","angular-aria":"~1.8.2","angular-chart.js":"^1.1.1","angular-material":"~1.2.1","angular-material-icons":"^0.7.1","angular-messages":"~1.8.2","angular-mocks":"~1.8.2","angular-route":"~1.8.2","angular-sanitize":"~1.8.2","angular-touch":"~1.8.2","angularjs-color-picker":"^3.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"~4.0.2","gulp-angular-templatecache":"~3.0.0","gulp-clean-css":"^4.3.0","gulp-concat":"^2.6.1","gulp-concat-css":"^3.1.0","gulp-debug":"^4.0.0","gulp-eol":"^0.2.0","gulp-header":"^2.0.9","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^5.0.1","gulp-if":"^3.0.0","gulp-jscs":"^4.1.0","gulp-jshint":"^2.1.0","gulp-manifest3":"^0.1.2","gulp-rename":"^1.4.0","gulp-replace":"^1.1.3","gulp-sass":"^4.1.0","gulp-uglify":"~3.0.2","gulp-util":"^3.0.8","jquery":"^3.6.0","jshint":"~2.12.0","justgage":"~1.4.3","less":"^3.13.1","material-design-icons-iconfont":"~6.1.0","moment":"~2.29.1","sprintf-js":"^1.1.2","streamqueue":"~1.1.2","svg-morpheus":"^0.3.0","tinycolor2":"1.4.2","weather-icons-lite":"^1.6.1"},"dist":{"integrity":"sha512-t1HEGGZUjt6VBp2+7OmMbcYLoMgXFIOQ4fUzQgs/34xatf38qUIjQmPG/7b72fhK52dUZkkez/tRz8AKI5juaQ==","shasum":"40e271756ddb6289e5b6e69a665d6307662df4e2","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.29.2.tgz","fileCount":144,"unpackedSize":3848721,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgw+mOCRA9TVsSAnZWagAAiC0P/2/j8+r62wNKhaKG9V4y\nWqGaiB2/JLcqXl9hntEV9FhmChdBraHKbNtJikepD0+V3fGOjR0Yd2P1Th2c\nlYpmbq+QycfjscqsHJPIrRUFfrUk0wNYCrNqM5wgoGp2UR/whudm0I9S4yjK\nNkdla5DtFCh/aoYaKuQD9ojBq44aLYAyJto+CLm4GBSUhoE+Tt5JiD21oBrO\n3bdI3gjGSwWfmRY2/CQ4gfyhabi/TP44xRnA4h+kFPJwYxGzcyNiknNWCXz9\n0Yy0SBJze46WGhkm0+T7nkf6oKjO6Rwr69GNpVOKi5Q8oByNVsCoGxOUNiNI\n+YETDUInmwY0IGPsYCp34hptmTlE+y9+0LkGRAIDkZKx0WPDRuYydEEE9GzY\nUSecpAEr3h22F8iTbe0I0jHOrVwrdQwYKEXwldDAEQ2kLJWADEoU1rSwnlG8\nPgnrveDh47lH7MxLNM05sqpghBeHS5nuKOwME5/vp5rkUkwWf2/tregp3nyA\netOf7sS1uIPOj7XEqcl4ttL+xj2myokXGr8Dq1/7lCF9af7SgnIO/UTu0s8E\ntswqoiq7ueb3nAcakqg2jnyq2Mo5sbQ67+PofLyPp/kFU1ewj5O6YdnljIo+\nBDlxsZAo3ESDugZdgE9jZNzU26t8NyMCSXgT8LCOEkZ970L0ejrk1xhArw+T\nVCXe\r\n=pHUG\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCgJIcma0PBW79ezJCexdeCdUWV5mo5v8w+i32k0ZsCcAIhALOGd9XZOacdIN6ZiqThebh5pmUuXfCAlFypVmJHXP9o"}]},"engines":{"node":">=8"}},"2.29.3":{"name":"node-red-dashboard","version":"2.29.3","dependencies":{"compression":"^1.7.4","gridstack":"^0.6.4","serve-static":"^1.14.1","socket.io":"~2.4.1"},"devDependencies":{"angular":"~1.8.2","angular-animate":"~1.8.2","angular-aria":"~1.8.2","angular-chart.js":"^1.1.1","angular-material":"~1.2.1","angular-material-icons":"^0.7.1","angular-messages":"~1.8.2","angular-mocks":"~1.8.2","angular-route":"~1.8.2","angular-sanitize":"~1.8.2","angular-touch":"~1.8.2","angularjs-color-picker":"^3.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"~4.0.2","gulp-angular-templatecache":"~3.0.0","gulp-clean-css":"^4.3.0","gulp-concat":"^2.6.1","gulp-concat-css":"^3.1.0","gulp-debug":"^4.0.0","gulp-eol":"^0.2.0","gulp-header":"^2.0.9","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^5.0.1","gulp-if":"^3.0.0","gulp-jscs":"^4.1.0","gulp-jshint":"^2.1.0","gulp-manifest3":"^0.1.2","gulp-rename":"^1.4.0","gulp-replace":"^1.1.3","gulp-sass":"^4.1.0","gulp-uglify":"~3.0.2","gulp-util":"^3.0.8","jquery":"^3.6.0","jshint":"~2.12.0","justgage":"~1.4.3","less":"^3.13.1","material-design-icons-iconfont":"~6.1.0","moment":"~2.29.1","sprintf-js":"^1.1.2","streamqueue":"~1.1.2","svg-morpheus":"^0.3.0","tinycolor2":"1.4.2","weather-icons-lite":"^1.6.1"},"dist":{"integrity":"sha512-oaApDGBXypXIRJ8Tg9uLWGlxBaqDD5FDBdjLK9oFjMuNt7LQqsnQZLeNc8zHIu84PelLdOWnDLD1XYUd7h8xwg==","shasum":"480dceeafb952b04f216171709a5004dca7f5adf","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.29.3.tgz","fileCount":144,"unpackedSize":3848770,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgxNJlCRA9TVsSAnZWagAA+2UP/jZ0JpV/kdX2dIbUsE2W\n57iYUBCglMY3NeP1pAmIy/QPAdHhISC9+30utXG85MP42+VTRmb2UWSgdSXJ\nwTOQq5QtvIcBP7ZQVf9y3BlajbdWLjFBmroAcovY8NopAq0Ea23lBFqLhM7U\n6pk1uIY3VyHRt71xOpNW6h43ubj4G3R06gC5UjYYrkmUw+ve063lC7/APSBO\n0sYggMyTOgkrLk0y3/N6AJmILa7pf/1ecREpWNHXSTTEniFUjRvlV9Rq/OeQ\nfXRV/bGv9huunWm+xlr+mdEwDuuTR+sDCad+xHHpgXnNnvB5+3B94Lm1ekx3\nvLIxGvbtQBVsHS/54M4jc/8w9tB9REdrPhAgP6OWUotTD+5ehE2gLPa9w748\nhiHLf1V5v6VEGPAxNMZaMOvrUYEQxhPrbk+bKcZwXTejiO97R5wbl1Q+JwYD\nsngzIZgxsYuCygzwX8BkdP6KrQddJyhXQkd5L8uKj55e9DgDknID5+PEEVgD\nMsJlbeNR43zg79LFs45wckbM27ibP3kUed52YsIKD4RhHqPeVn2TewhPGpl0\nGIZUGrft/0fPUnRj+Bxt5d5moy8GpBj9WqixmRmnLalaWpT7visg71Za8gE+\noSQic8eyu5Ogw5gBpvbxajH1jpGebK2BExiorzdcQx59YrwmlEzWZUSmOiOk\npwHI\r\n=vaya\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIG8psHS/d/P6Zt2rk6DY1x9lYKOBkeNh4FF/aMSWRumYAiBks33fStrymbJPtVA3oKiTQ/ALtMD3TSsS8M+eYGKGbw=="}]},"engines":{"node":">=8"}},"3.0.0-beta":{"name":"node-red-dashboard","version":"3.0.0-beta","dependencies":{"compression":"^1.7.4","gridstack":"^0.6.4","serve-static":"^1.14.1","socket.io":"~4.1.2"},"devDependencies":{"angular":"~1.8.2","angular-animate":"~1.8.2","angular-aria":"~1.8.2","angular-chart.js":"^1.1.1","angular-material":"~1.2.1","angular-material-icons":"^0.7.1","angular-messages":"~1.8.2","angular-mocks":"~1.8.2","angular-route":"~1.8.2","angular-sanitize":"~1.8.2","angular-touch":"~1.8.2","angularjs-color-picker":"^3.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"~4.0.2","gulp-angular-templatecache":"~3.0.0","gulp-clean-css":"^4.3.0","gulp-concat":"^2.6.1","gulp-concat-css":"^3.1.0","gulp-debug":"^4.0.0","gulp-eol":"^0.2.0","gulp-header":"^2.0.9","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^5.0.1","gulp-if":"^3.0.0","gulp-jscs":"^4.1.0","gulp-jshint":"^2.1.0","gulp-manifest3":"^0.1.2","gulp-rename":"^1.4.0","gulp-replace":"^1.1.3","gulp-sass":"^4.1.0","gulp-uglify":"~3.0.2","gulp-util":"^3.0.8","jquery":"^3.6.0","jshint":"~2.12.0","justgage":"~1.4.3","less":"^3.13.1","material-design-icons-iconfont":"~6.1.0","moment":"~2.29.1","sprintf-js":"^1.1.2","streamqueue":"~1.1.2","svg-morpheus":"^0.3.0","tinycolor2":"1.4.2","weather-icons-lite":"^1.6.1"},"dist":{"integrity":"sha512-eex7X2p/rsjnCNuvQuOURficdhUa7nBhX1fF8MJcQK6H5SO7Qwz5GM6lPw7cX8siyxZLnVw6bGmz+Jpu9ckFuA==","shasum":"5c20397aa3a4c654c58f792ed2d189c6d55c3888","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-3.0.0-beta.tgz","fileCount":144,"unpackedSize":3848962,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgxNcECRA9TVsSAnZWagAAX0sP/2xyOna66N4NC4pBh1XL\njSSYG4tHIY/pkEoBoR+ZYk5Q12Ay4F5fylpe2eqGl+6CxXDjMskWoZEa5wN8\nC2uufTan+M7YHcFT1ya9NSvNLOKF6Qm6Uxl85UxExXTyTQ7J277rA4HSS8n+\nuOEtrpPuvM9Z7d2mnYDRdbro0e6FetMFJJED88ZsI78sovx5+wh0aI+7x2ec\nDzRdPWPEnCo5I/6561mogRHuxnStDSo/oJJvdq34NeBvo3Id7a5xsH7zgMFs\nDYNhBTPUReibLXZm9O8NaeBsSBsuz4ny/FgJXMjBMoxzRw1TDgIcO1q8j2Qg\nRoA1NNG9H+kJL6ERMNQAnxDQZiBOMugmpIEwemTgCCw+NV7WUACcOWnAzHBQ\nYLOS/Kn/kgDwZgyfcBvMnZ0xQKP4qMt+2ilEsgeHwt0Z3kDQNJl5YtoeFaE/\nUTvoKUqbVCQgaWDR9nMq/u0oLZUXXJA/gAFtliYzjviFw2RosLFlDe+OWYE6\nPTlUfjlAgxJnxeLk2tbHUWR4NVSAT1SC329E9Eiei5xqDbANO+BWIkuntKqm\ndweyFM5tm8suSikgfitI26QRPzRM9jXfU2MoATX2wgoAoFd7iAF7uOhJMXQ8\nheBq5G8cxOTz6ZWrmz4DzCx0nvyWw//ZS3YYFM8P7hHOOgFmj9oJ2sHfNJeR\neuf5\r\n=rk/Z\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIE6z78b7naXR2BuAbQ1aVvSfxsS4p/Lg7NJrzx6P7APzAiBJJ1xNP6JCwqK0cwFexw2ADv8wRBYNXaUJZ3tlruc79g=="}]},"engines":{"node":">=12"}},"2.30.0":{"name":"node-red-dashboard","version":"2.30.0","dependencies":{"compression":"^1.7.4","gridstack":"^0.6.4","serve-static":"^1.14.1","socket.io":"~2.4.1"},"devDependencies":{"angular":"~1.8.2","angular-animate":"~1.8.2","angular-aria":"~1.8.2","angular-chart.js":"^1.1.1","angular-material":"~1.2.1","angular-material-icons":"^0.7.1","angular-messages":"~1.8.2","angular-mocks":"~1.8.2","angular-route":"~1.8.2","angular-sanitize":"~1.8.2","angular-touch":"~1.8.2","angularjs-color-picker":"^3.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"~4.0.2","gulp-angular-templatecache":"~3.0.0","gulp-clean-css":"^4.3.0","gulp-concat":"^2.6.1","gulp-concat-css":"^3.1.0","gulp-debug":"^4.0.0","gulp-eol":"^0.2.0","gulp-header":"^2.0.9","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^5.0.1","gulp-if":"^3.0.0","gulp-jscs":"^4.1.0","gulp-jshint":"^2.1.0","gulp-manifest3":"^0.1.2","gulp-rename":"^1.4.0","gulp-replace":"^1.1.3","gulp-sass":"^4.1.0","gulp-uglify":"~3.0.2","gulp-util":"^3.0.8","jquery":"^3.6.0","jshint":"~2.12.0","justgage":"~1.4.3","less":"^3.13.1","material-design-icons-iconfont":"~6.1.0","moment":"~2.29.1","sprintf-js":"^1.1.2","streamqueue":"~1.1.2","svg-morpheus":"^0.3.0","tinycolor2":"1.4.2","weather-icons-lite":"^1.6.1"},"dist":{"integrity":"sha512-+8bvVP9JK6RvY2cEBpgQ401Dhew/vpkgiLMXHg0Pct2GRRh+TW+M/m2kQQe3QjEtQj8+zdZ7Jg4AtNTU8KMeHA==","shasum":"ed645409f688fb19081aed280be401ecb6c90a4e","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-2.30.0.tgz","fileCount":144,"unpackedSize":3850045,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg5//PCRA9TVsSAnZWagAAATcQAIgblODueZ3G9SfRuvOt\nEr2PT6ZEwBK63Zbuf44yD0qyGFCYwGAP5cSoB8vVbWgvrarD2sIxv1H/u2Pq\neewAP+RTXv1iRey8OEOWRE/YhMVz29LAI42X+o1yuKFYF27IKneomdbjeKCy\njFur1CrRCniTwns6P1dBrnwM9KoLrmiAiQQX5vJn96T7KXuE0Cfry4KlrXbj\n9rm4ikrSThHy9Ui3/kCSH2K6TuXXqgKlJ01KOE2kRnJiN9hXSMNn39QhkgVL\nX67m7OoljhcqbdbMW8BQpVA2shmnK48RowM+kyqv+l0GJt8GhtOz1bsOg7eR\nWSUxbSOra98Sk5QQEPtEEmHQGx2Dn4GrWBF1n+nOZOTsy3Lyc/WIeTC3nDcz\nqJu9ncBI+svaw7namAqYlbEEIjeDFNkZzS+A+bAy4ShINS/aaYtRuvtZk/Ua\npotLPCzqgn1LBZ5jzC7O8r5e2r8mbDqReksSM2vKR/YmF1rtKqqrV0u409zg\nKMX1W0dby4AIl0WALCrX/X88hXeVqXNTb52rn/ICGm6vvd6KjI45kAnHWRUD\naFvh0vAQY0z9iyTBXmJZdMhOrwpFrANbe8E6/VPkN1qL6iZvSvfgq55alJBn\neGf4gmXfykGYMjQI2LQ5QK+1OuBiq1wKagdGLsV8Bkn1/IENmd469xCS6E9I\nKsDI\r\n=9jwF\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICnMSli8xUjC2II/TMka/4d/C2o0TFLhTeWroBbbGm2HAiEAyklkYZi6dyPc5mVrQr1hN3wCFaxJJt6cl7oZfFVzQm8="}]},"engines":{"node":">=8"}},"3.0.1-beta":{"name":"node-red-dashboard","version":"3.0.1-beta","dependencies":{"compression":"^1.7.4","gridstack":"^0.6.4","serve-static":"^1.14.1","socket.io":"~4.1.3"},"devDependencies":{"angular":"~1.8.2","angular-animate":"~1.8.2","angular-aria":"~1.8.2","angular-chart.js":"^1.1.1","angular-material":"~1.2.1","angular-material-icons":"^0.7.1","angular-messages":"~1.8.2","angular-mocks":"~1.8.2","angular-route":"~1.8.2","angular-sanitize":"~1.8.2","angular-touch":"~1.8.2","angularjs-color-picker":"^3.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"~4.0.2","gulp-angular-templatecache":"~3.0.0","gulp-clean-css":"^4.3.0","gulp-concat":"^2.6.1","gulp-concat-css":"^3.1.0","gulp-debug":"^4.0.0","gulp-eol":"^0.2.0","gulp-header":"^2.0.9","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^5.0.1","gulp-if":"^3.0.0","gulp-jscs":"^4.1.0","gulp-jshint":"^2.1.0","gulp-manifest3":"^0.1.2","gulp-rename":"^1.4.0","gulp-replace":"^1.1.3","gulp-sass":"^4.1.0","gulp-uglify":"~3.0.2","gulp-util":"^3.0.8","jquery":"^3.6.0","jshint":"~2.12.0","justgage":"~1.4.3","less":"^3.13.1","material-design-icons-iconfont":"~6.1.0","moment":"~2.29.1","sprintf-js":"^1.1.2","streamqueue":"~1.1.2","svg-morpheus":"^0.3.0","tinycolor2":"1.4.2","weather-icons-lite":"^1.6.1"},"dist":{"integrity":"sha512-vZ8M+SNsRQ3nCZOwAGk7/EaDB9GnAiGEy9o+khcLgngpCzLA6bgO1A0iGM/6I6NndGpi1wI4+P8PBj7mFQQEzA==","shasum":"9dfa0515647eb1f5152512f8f754ad8a7fe62cbb","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-3.0.1-beta.tgz","fileCount":145,"unpackedSize":4356915,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhHseqCRA9TVsSAnZWagAALGcP/1P7RXr0xORkhZP8Zafw\nCSN76KZ97JY5eiJ12GmzX/2a+/GKWWbc2g3NSEkL1NGBaCiXl6aN3I6Mf5aM\nLIOjm4m1q71aNfhKwzC8NOeALY2laiUrYU6PwltLqEv1Rm9SIbti8o9SXXYW\nzflynbMHi9PqGKXD9m7YkgBPz2zJSHvAmQuJ/3KdSQf8CjiZ/G3ayQX/4YEb\n+WSoTP5Cq755xK0Pf5jymzYlk4DjmvqyvGisQEkmG9zLBuD6t0hVrlCavouX\nnMKOPbSrjcoAk5zl/yhdLKlJs0W4edHdBSfTraOoYZlwo9/neyabG6K1DAnP\n1wOTxeDGYNcs2QFrpstPUE4gs7WcN21i57MBE/p2AMNE3KfGTX1DGmQVLfjD\nrgc11l8DtAXtWQKkiwd+X/Ko7rhsoR5YxJcVnmpjzsZ3DNKPzmHPAOjeY+Lq\nf9BvaK5kRJdgU5zhddMa59oG8mR8NZKnONHPFG2oEoY+pIpxbtDDiPMkLvga\nu0aHc7L7WRPTZIEZT/8J8G40P/HKyuv+jNp2NP6UXFmsp2fMyNyGO+ToQ9cu\nFN6+sHqJHgsQ0cukFoO9MHgLQvlQKhPlRx0LpTDKeC6Q/PCi3aMMx8O9ZO5a\nCCDDAo2Gl2M2Ct/GLyow+/G5Xq9ZtqdHRupSggvS6SbXxSZPre0YAncm47Ph\ndIkL\r\n=3uA8\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFVgYNlE/7rNGwQh2Jd+6y7tOKi8RxST5+Kv+FYPNfoKAiA3JZNreDIfWUWfUL6LeEvBSv/P/I2//gIk9A2Z0DHcMA=="}]},"engines":{"node":">=12"}},"3.0.2-beta":{"name":"node-red-dashboard","version":"3.0.2-beta","dependencies":{"compression":"^1.7.4","gridstack":"^0.6.4","serve-static":"^1.14.1","socket.io":"~4.1.3"},"devDependencies":{"angular":"~1.8.2","angular-animate":"~1.8.2","angular-aria":"~1.8.2","angular-chart.js":"^1.1.1","angular-material":"~1.2.1","angular-material-icons":"^0.7.1","angular-messages":"~1.8.2","angular-mocks":"~1.8.2","angular-route":"~1.8.2","angular-sanitize":"~1.8.2","angular-touch":"~1.8.2","angularjs-color-picker":"^3.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"~4.0.2","gulp-angular-templatecache":"~3.0.0","gulp-clean-css":"^4.3.0","gulp-concat":"^2.6.1","gulp-concat-css":"^3.1.0","gulp-debug":"^4.0.0","gulp-eol":"^0.2.0","gulp-header":"^2.0.9","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^5.0.1","gulp-if":"^3.0.0","gulp-jscs":"^4.1.0","gulp-jshint":"^2.1.0","gulp-manifest3":"^0.1.2","gulp-rename":"^1.4.0","gulp-replace":"^1.1.3","gulp-sass":"^4.1.0","gulp-uglify":"~3.0.2","gulp-util":"^3.0.8","jquery":"^3.6.0","jshint":"~2.12.0","justgage":"~1.4.3","less":"^3.13.1","material-design-icons-iconfont":"~6.1.0","moment":"~2.29.1","sprintf-js":"^1.1.2","streamqueue":"~1.1.2","svg-morpheus":"^0.3.0","tinycolor2":"1.4.2","weather-icons-lite":"^1.6.1"},"dist":{"integrity":"sha512-yIBTJUMOq1hTvheQo3LFidYBnVEHPQv1VJO9bfrSLuC7Q67MuuYM7YMlSuhnfoDCsVEOYNftvIR4v9iKeJVliw==","shasum":"f6a5060b57fd665c163d616ab49c0b9ac80affbc","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-3.0.2-beta.tgz","fileCount":145,"unpackedSize":4362285,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhMI6YCRA9TVsSAnZWagAAZUwP/i1l1BgqKlPnz+wdnoem\nBGkMXEIsAfIbl4bs9eaPZnhgg0SoR7KwabDKpmAyJFoLkQZNXPabPIQ7Tjnv\nQZEfwt2MrikCrinVRjSrQlu51SNG8YH090/CosC0FHkhWTzPTcNoIuMLxx9I\ncgKEsVfkmlQjuUIcdsOYIdASWJTyjdWHvokjzflDSa9WpM+pB6atUO91BK/u\n2TqqAc4xi2VwAkCoTHQmbTDftUMRhIZEiAJvWi7h4g7uNFiqYtcOZiJf6/Pm\ntRw0wzY/JEBfTdoQB1igwnhKqqemjQmoVumGwqalAWsQSrqOG6NmvuL9Cy3f\nBPFGbmacN4OlH5XsWq5uLf/zK4z28GaO78q1TSvVWsglhhZfRA+MD6eSbjq8\nx+E+e6Ph9WVIfRDYyrtJTQsVtiVvC9tP+wjmAAQAWZavr+WyvmezFbeLPcwq\nqLBHU4wxzF1sbV7zqHlfGppC2BWEiwd1Qav7tIZl/EMkgrSG7mTHLSdISaER\nxZ6sunOjg9Y7nqldYlbyUTxrpiYgIHojlJM3bkQf/ItDyCeS4fy4cbKnS0EF\nG+gnM7y5hODV7nq6wrNDUJHZxLfW8iiMVbuW7DtWwM5kpKZFu01T8FBDjv05\n0DmB31JmTNgZpxXbtMd4o2AOMBAnyQuxEQecearKDFGonY1SELXwPadUp9yH\nNwqA\r\n=PmPH\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDnhGFdgUmaMxu7xgaKt32tQ4L1Lw0jn8aWNgMeVOOyRAIgJiosCECNqP4nUrDQNMHZndrstn/9VG8BlYCQO94rHLA="}]},"engines":{"node":">=12"}},"3.0.3-beta":{"name":"node-red-dashboard","version":"3.0.3-beta","dependencies":{"compression":"^1.7.4","gridstack":"^0.6.4","serve-static":"^1.14.1","socket.io":"~4.1.3"},"devDependencies":{"angular":"~1.8.2","angular-animate":"~1.8.2","angular-aria":"~1.8.2","angular-chart.js":"^1.1.1","angular-material":"~1.2.1","angular-material-icons":"^0.7.1","angular-messages":"~1.8.2","angular-mocks":"~1.8.2","angular-route":"~1.8.2","angular-sanitize":"~1.8.2","angular-touch":"~1.8.2","angularjs-color-picker":"^3.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"~4.0.2","gulp-angular-templatecache":"~3.0.0","gulp-clean-css":"^4.3.0","gulp-concat":"^2.6.1","gulp-concat-css":"^3.1.0","gulp-debug":"^4.0.0","gulp-eol":"^0.2.0","gulp-header":"^2.0.9","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^5.0.1","gulp-if":"^3.0.0","gulp-jscs":"^4.1.0","gulp-jshint":"^2.1.0","gulp-manifest3":"^0.1.2","gulp-rename":"^1.4.0","gulp-replace":"^1.1.3","gulp-sass":"^4.1.0","gulp-uglify":"~3.0.2","gulp-util":"^3.0.8","jquery":"^3.6.0","jshint":"~2.12.0","justgage":"~1.4.3","less":"^3.13.1","material-design-icons-iconfont":"~6.1.0","moment":"~2.29.1","sprintf-js":"^1.1.2","streamqueue":"~1.1.2","svg-morpheus":"^0.3.0","tinycolor2":"1.4.2","weather-icons-lite":"^1.6.1"},"dist":{"integrity":"sha512-oRhOd7KEmzqa6za23s5/CRX1E3UpnjGvp1irqn/4ef6tK+4Z33GjZz20eeWHiCr4qaxdkH4b2ogpK7W1o1zQpw==","shasum":"cf50772917a5eb8bb1a172b47d83bdb40f1074b2","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-3.0.3-beta.tgz","fileCount":145,"unpackedSize":4363056,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhNgRjCRA9TVsSAnZWagAALSgQAJxFAFjkI1ZMKs19SWSV\nc4mtHRpCLli0OSe3Y/FmfcNLLyQFAaOLI872cXPW+xsu95ch2YMaQKFbSDXv\nJKHKCVZgQv6w2Zn0PTdJrYZYkQxPwpjjtRiukdROfCLf91yRJiGf3gs/cHPI\n8LL7dQRQ2+3UnGh50/WA3kN3nI8VkLuiwFe6O1BKH3aNZNLQ7Fh20vy0PVE0\nixdJjopIHRKM0l5wTuE7u43a5/ynN3fOrbGEgqVmY8JV0YRx26K9aQQM/fU8\niYBJFrQ2vze7tGkiRwoUN2GkhHk87Ew6qvRk0/IY5CG8smojjbOGOwflotXk\nMegjlN/bnZ0nH1tPE9MWusYylAK/UEIETUTq58QUzV1UZuosft+5AFttEVco\nBsOrxcYRDO8WrGTWuu6Rz8Nw6mz7CtrWkFRaVR2h1jBdcWLwV32RwbkMhKw/\ndnk9q8B+Sok2HRT6tZVUcIUQSEIEWAIIzeqNzT3NlS7HPl9ikN7/jbu9+4Up\nETIvnUa5J3f5O/J63eBnKI+fRBNacrfI11inFUGCo78mZHmPt1GaH1CumHLm\nrzaqmnpD7YgbFN9+MV9OXMk9c3gNaYMVyq1ofVmIQQaE3+blF/1GBs+TldjF\nKB1+B443fg81uHTzqaNDesVs7oTUfp6cbbycfEGxVrAqlOBqj9YOHu+mcpmX\nwDi8\r\n=ASGZ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCFKD7FPe8PjEmnewJDUVqiss6dzmax1glgWSVKM2cHXwIgQjDL/v06wQOgxW0EAtE0uGymrYQemJpBsCJflHiPr4I="}]},"engines":{"node":">=12"}},"3.0.4":{"name":"node-red-dashboard","version":"3.0.4","dependencies":{"compression":"^1.7.4","gridstack":"^0.6.4","serve-static":"^1.14.1","socket.io":"~4.2.0"},"devDependencies":{"angular":"~1.8.2","angular-animate":"~1.8.2","angular-aria":"~1.8.2","angular-chart.js":"^1.1.1","angular-material":"~1.2.1","angular-material-icons":"^0.7.1","angular-messages":"~1.8.2","angular-mocks":"~1.8.2","angular-route":"~1.8.2","angular-sanitize":"~1.8.2","angular-touch":"~1.8.2","angularjs-color-picker":"^3.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"~4.0.2","gulp-angular-templatecache":"~3.0.0","gulp-clean-css":"^4.3.0","gulp-concat":"^2.6.1","gulp-concat-css":"^3.1.0","gulp-debug":"^4.0.0","gulp-eol":"^0.2.0","gulp-header":"^2.0.9","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^5.0.1","gulp-if":"^3.0.0","gulp-jscs":"^4.1.0","gulp-jshint":"^2.1.0","gulp-manifest3":"^0.1.2","gulp-rename":"^1.4.0","gulp-replace":"^1.1.3","gulp-sass":"^4.1.0","gulp-uglify":"~3.0.2","gulp-util":"^3.0.8","jquery":"^3.6.0","jshint":"~2.12.0","justgage":"~1.4.3","less":"^3.13.1","material-design-icons-iconfont":"~6.1.0","moment":"~2.29.1","sprintf-js":"^1.1.2","streamqueue":"~1.1.2","svg-morpheus":"^0.3.0","tinycolor2":"1.4.2","weather-icons-lite":"^1.6.1"},"dist":{"integrity":"sha512-a8+5mlEoXLFMYNG0Nt8pMzchvDe86rojJUkn7G1Zn9m0zZ5OR0KmTIlL6FD2r5VnSOhqysBLAs7kf0dTIyhj3A==","shasum":"53a525334369cdb2605e978c38b7428a2d377530","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-3.0.4.tgz","fileCount":145,"unpackedSize":4363087,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhQ40iCRA9TVsSAnZWagAAacMQAJQhJkpSfPU1wH4b9cJ1\nnARgat4DcHqhNEJwkqYp5wIxadxq72r0VgO4+3iQB7LZ2m/o+pNjXCKm0kGl\nxk8t35p9bbkVht8FtLjGrGLc/6pVYQ3egrvxH0QHEjR4rkDqB6QgTYu0gcbk\nDljd5knmBRRTvl5Rl1mU5RBj/YQ6qRrYS+qQ9BFKO/ZBXoZSuTsTNLLCIi3H\nLV9igU/iHWp5eyv6hnGhAAS+SmwgPhNr2ZAYo3hT5uf7A9G7FpWkNWH2+znV\nIadpt0pubhCe592ZFzKfJYcuaG+3RupGWj/jx9AtHNBY3FlpI0lHMfdeFECc\ny5bCzEmWZRGfVTcCq4b8hE46TocK7VHzOzsLeguaQOuKh2/edgqysWMAzH5l\nbUQUqECvGvPXrS7yxLWBld/O+FvNr9PmUsbPRBgAcu7mX4B+kD2Mf1QYeK0L\nApokEj7nXzbyBRkEZCtEN7tUB4jAj675gRm1S3ffK2Uubo9/Nm/l4GquUCKZ\n3C07ZbQIersrGcVRpCXeuhoKZByZdn3/M+Z/8esEomVjza1WWNTV+/XP3gfo\nfRjKpDgyL90K7iUy5F0jwDr/jWIRXZ1yIT333Vr1qcjU8rgqeYlSrXNnnOXJ\nBeIl5M2+vOg560vQmgy3Jwfnu2q7MwgIUFbBHz+TWr+BlP1MoLdI3Tu5Yvmf\niAaI\r\n=4mde\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCAbXAFvFj0jidBH/WH/q4cgnjb4xQbTYWx/ozJBHJFzwIhAKFPfK0T50egzhGiuJhvYUT7FHXQa4Ij3wJS9I3yalx0"}]},"engines":{"node":">=12"}},"3.1.0":{"name":"node-red-dashboard","version":"3.1.0","dependencies":{"compression":"^1.7.4","gridstack":"^0.6.4","serve-static":"^1.14.1","socket.io":"~4.3.1"},"devDependencies":{"angular":"~1.8.2","angular-animate":"~1.8.2","angular-aria":"~1.8.2","angular-chart.js":"^1.1.1","angular-material":"~1.2.1","angular-material-icons":"^0.7.1","angular-messages":"~1.8.2","angular-mocks":"~1.8.2","angular-route":"~1.8.2","angular-sanitize":"~1.8.2","angular-touch":"~1.8.2","angularjs-color-picker":"^3.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"~4.0.2","gulp-angular-templatecache":"~3.0.0","gulp-clean-css":"^4.3.0","gulp-concat":"^2.6.1","gulp-concat-css":"^3.1.0","gulp-debug":"^4.0.0","gulp-eol":"^0.2.0","gulp-header":"^2.0.9","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^5.0.1","gulp-if":"^3.0.0","gulp-jscs":"^4.1.0","gulp-jshint":"^2.1.0","gulp-manifest3":"^0.1.2","gulp-rename":"^1.4.0","gulp-replace":"^1.1.3","gulp-sass":"^4.1.0","gulp-uglify":"~3.0.2","gulp-util":"^3.0.8","jquery":"^3.6.0","jshint":"~2.12.0","justgage":"~1.4.3","less":"^3.13.1","material-design-icons-iconfont":"~6.1.0","moment":"~2.29.1","sprintf-js":"^1.1.2","streamqueue":"~1.1.2","svg-morpheus":"^0.3.0","tinycolor2":"1.4.2","weather-icons-lite":"^1.6.1"},"dist":{"integrity":"sha512-btQcsFPzgtsBxWy155Gkcct/3sr7agd39nUhgIJ1wJKzla/3nWuPLnCRJryq+ch5JKvvf9yzvrQbjdhJl52HxQ==","shasum":"b37094a8a9dad527dde7e43ffa7ee9e892ef01a5","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-3.1.0.tgz","fileCount":145,"unpackedSize":4363317,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDnyM5mF5+NPYnG8lXNW19qtjhm1P/cZSymGrgB5LZo0wIgUdoem5AB8LQgyHtPRq3WR13QrQLHO/RK6ThhegE3W5I="}]},"engines":{"node":">=12"}},"3.1.1":{"name":"node-red-dashboard","version":"3.1.1","dependencies":{"compression":"^1.7.4","gridstack":"^0.6.4","serve-static":"^1.14.1","socket.io":"~4.3.1"},"devDependencies":{"angular":"~1.8.2","angular-animate":"~1.8.2","angular-aria":"~1.8.2","angular-chart.js":"^1.1.1","angular-material":"~1.2.1","angular-material-icons":"^0.7.1","angular-messages":"~1.8.2","angular-mocks":"~1.8.2","angular-route":"~1.8.2","angular-sanitize":"~1.8.2","angular-touch":"~1.8.2","angularjs-color-picker":"^3.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"~4.0.2","gulp-angular-templatecache":"~3.0.0","gulp-clean-css":"^4.3.0","gulp-concat":"^2.6.1","gulp-concat-css":"^3.1.0","gulp-debug":"^4.0.0","gulp-eol":"^0.2.0","gulp-header":"^2.0.9","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^5.0.1","gulp-if":"^3.0.0","gulp-jscs":"^4.1.0","gulp-jshint":"^2.1.0","gulp-manifest3":"^0.1.2","gulp-rename":"^1.4.0","gulp-replace":"^1.1.3","gulp-sass":"^4.1.0","gulp-uglify":"~3.0.2","gulp-util":"^3.0.8","jquery":"^3.6.0","jshint":"~2.12.0","justgage":"~1.4.3","less":"^3.13.1","material-design-icons-iconfont":"~6.1.0","moment":"~2.29.1","sprintf-js":"^1.1.2","streamqueue":"~1.1.2","svg-morpheus":"^0.3.0","tinycolor2":"1.4.2","weather-icons-lite":"^1.6.1"},"dist":{"integrity":"sha512-GrGoG+VXv/r0rOvNw68VdPzZ6yUGMY0sj5QHg0tjBS6hqBOZ/LNxwwotlLWGKP7dMyIcJLu8pPjdrvGaBNzZWA==","shasum":"e6c6eaff4f70dda9495c20f5f8ae707e3c14d269","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-3.1.1.tgz","fileCount":145,"unpackedSize":4363482,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDZARFYntwbe2hm2tUYxmvCr20bzTXV8AZAsdR0+Kzg2QIhANgeztia0Kiw7biU08g5TLJPcp+/kKTgOFPaN0N0+jxc"}]},"engines":{"node":">=12"}},"3.1.2":{"name":"node-red-dashboard","version":"3.1.2","dependencies":{"compression":"^1.7.4","gridstack":"^0.6.4","serve-static":"^1.14.1","socket.io":"~4.3.2"},"devDependencies":{"angular":"~1.8.2","angular-animate":"~1.8.2","angular-aria":"~1.8.2","angular-chart.js":"^1.1.1","angular-material":"~1.2.3","angular-material-icons":"^0.7.1","angular-messages":"~1.8.2","angular-mocks":"~1.8.2","angular-route":"~1.8.2","angular-sanitize":"~1.8.2","angular-touch":"~1.8.2","angularjs-color-picker":"^3.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"~4.0.2","gulp-angular-templatecache":"~3.0.0","gulp-clean-css":"^4.3.0","gulp-concat":"^2.6.1","gulp-concat-css":"^3.1.0","gulp-debug":"^4.0.0","gulp-eol":"^0.2.0","gulp-header":"^2.0.9","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^5.0.1","gulp-if":"^3.0.0","gulp-jscs":"^4.1.0","gulp-jshint":"^2.1.0","gulp-manifest3":"^0.1.2","gulp-rename":"^1.4.0","gulp-replace":"^1.1.3","gulp-sass":"^4.1.1","gulp-uglify":"~3.0.2","gulp-util":"^3.0.8","jquery":"^3.6.0","jshint":"~2.13.1","justgage":"~1.4.3","less":"^3.13.1","material-design-icons-iconfont":"~6.1.1","moment":"~2.29.1","sprintf-js":"^1.1.2","streamqueue":"~1.1.2","svg-morpheus":"^0.3.0","tinycolor2":"1.4.2","weather-icons-lite":"^1.6.1"},"dist":{"integrity":"sha512-vViPQW4H8hBliq9RST2AfHq4lEKcvCghAct+SA2hdQRhTxU5AbQyqZDgBxj6AuujcL0sq+egCVs0HVCJAZ8RDg==","shasum":"c16f9be8ee3dd57ff1d8903f8971de13fefd1909","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-3.1.2.tgz","fileCount":145,"unpackedSize":4438082,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhl9eoCRA9TVsSAnZWagAAagEP/2CNoL2ueQc7Fl/eZYiq\nsnmYyOULTmLs4gp1LV9Yu6s66MQii1aLRiU/TLK2xqUF09L3klrIhwCh9l4P\n5pJGbSufTy5+SqgCFBKdrS0Nr2TkiPFDkq757UgKW4yb42omuMi1znOM4ODz\nS1tEL3yBJaAH7zK+qDAVFHp/6v/t6uj0UXpBZJR5WcFqmnzO06kVKwrvcm8A\nGJvBJ/CBjFolyCFRsstuCTbvq2blbHOF2ZIVruiIv9PFXCPg3QetbpvI7eO1\nwNVdMGVy4tct5ai+mj+Ejk2VkawqnmiGD8r0dbR9iGXAPylKrKp2M6laBVMQ\nYqfokolPQoQYe5WTTPverWBUH6Zvq4rE/c7QKj9mhQ/FWNL3zr7o2WOXqv5h\nVfZqVTTL5wYGLQOuv2ge0G0AzDYJpEK9/Asfv3NUMp34wBWE4+1e2ZKJp9hO\nZr6Kit/shYsf1nnWqZCNlGAf3r9TU7nSCV91LgcH92CPdJUVEgl//jYAeSTi\njHke1tSOOe33D2xQvWvNq6L2Ruj25qlEmZNRo8l4n05YuCCMLRVpUXmJGZut\n+0hcyxojWF4Kv7PmPTvMBLYOHM3rA5pEP/iqbFjSxQPEDwgv9/DND2pU7W89\nUyK6iLWU+AI5qAXG9k0GZ0fRNJhHIHGQjhlenRNvcd9Tl8wBNcfRlU2AuGOe\nqeIA\r\n=Fuiq\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDDahYcQ0iuR9ctXlNgxBErrXXGgBDdXeUglz85LgsubAiEAw8EJcS9YyKS8VsPQ/RvXQ8Dgsy7oJsNIPLjMwzNfxMc="}]},"engines":{"node":">=12"}},"3.1.3":{"name":"node-red-dashboard","version":"3.1.3","dependencies":{"compression":"^1.7.4","gridstack":"^0.6.4","serve-static":"^1.14.2","socket.io":"~4.4.0"},"devDependencies":{"angular":"~1.8.2","angular-animate":"~1.8.2","angular-aria":"~1.8.2","angular-chart.js":"^1.1.1","angular-material":"~1.2.4","angular-material-icons":"^0.7.1","angular-messages":"~1.8.2","angular-mocks":"~1.8.2","angular-route":"~1.8.2","angular-sanitize":"~1.8.2","angular-touch":"~1.8.2","angularjs-color-picker":"^3.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"~4.0.2","gulp-angular-templatecache":"~3.0.0","gulp-clean-css":"^4.3.0","gulp-concat":"^2.6.1","gulp-concat-css":"^3.1.0","gulp-debug":"^4.0.0","gulp-eol":"^0.2.0","gulp-header":"^2.0.9","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^5.0.1","gulp-if":"^3.0.0","gulp-jscs":"^4.1.0","gulp-jshint":"^2.1.0","gulp-manifest3":"^0.1.2","gulp-rename":"^1.4.0","gulp-replace":"^1.1.3","gulp-sass":"^4.1.1","gulp-uglify":"~3.0.2","gulp-util":"^3.0.8","jquery":"^3.6.0","jshint":"~2.13.1","justgage":"~1.4.3","less":"^3.13.1","material-design-icons-iconfont":"~6.1.1","moment":"~2.29.1","sprintf-js":"^1.1.2","streamqueue":"~1.1.2","svg-morpheus":"^0.3.0","tinycolor2":"1.4.2","weather-icons-lite":"^1.6.1"},"dist":{"integrity":"sha512-rgmntXyw9PhGzGTCyquAPw86MzppLZH2royPneNfP4yv7GqaqEeO81levuEQl9l9ORZVQgVCB1a/uJHOeKX8qw==","shasum":"5c6b72821ba21a812ef17619c3cbfb0383a96bc1","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-3.1.3.tgz","fileCount":145,"unpackedSize":4441837,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhwbIpCRA9TVsSAnZWagAAJuYQAINflbzib6BXR0hVRUkn\ntYjrt0I7aRtKnct95hY6QOeyCo5tAV6FohBD9fKP4v3qS0Si5F4egg1T98Eq\nkXNQCY596XWJ596LvWxmuCTHj2bl836I81CF3t/sljdAPn2FpWs5Ppe3drwm\nSpy/Ka9d9p3E0UprQExp9OtNYvgSG923RJUW7VxLe/Wri0vF0tKr8j0p1doj\nZkDCnvTvgq6VLGSOBPflyuhqgPWAMum6P3i2DYYCdSAzCjpENyb6pJ60hl41\njk3LC9hzyRen9egPYX2lxlco3APeGHfYGxvolKvbLrvnI5hNxLJQ3UV7ZqdJ\nZzzlTkB34stLJ4HHjGKGyzZDcvABffD2Tl7jxZ5UBZTziEscbYu3kF3Impxq\npUZzc7km4KZ1zmvxkECouMPIyGK1ROUMdfjbUqiL2iDr0Bf2ltypT91w6e7e\nX7EMVSevkvQ2rPTAG+YTtfiLqBuB1TkXFCBvXuMqcVr/Q5TBbNmbU/wcY465\n59ERYXpvEG7Hnv4s1COlDZrFetYsgocMgsEjn2jNqMfyhhXYnQozOSCZ8VVl\nIPUgtTgvJjn7P/OGB0u0Dk0ro/8x96EKcrGlI5KwcZsVLUnhGDu85HsPyM7u\n3QeThdWNkw331gM/8KU8tQLmBiIAzawy0UBPz8IWpPPz4eDvZfaz3uq0VZ60\n1nG9\r\n=XtJO\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDfPzBDs92zY7p6/NJ1hZlD6852EOsu2QexqtHg8INQ/gIgEoS1qlfhLqS71ClA9YobHh6Ny+TaZhhcZy7mnp0CpMA="}]},"engines":{"node":">=12"}},"3.1.4":{"name":"node-red-dashboard","version":"3.1.4","dependencies":{"compression":"^1.7.4","gridstack":"^0.6.4","serve-static":"^1.14.2","socket.io":"~4.4.1"},"devDependencies":{"angular":"~1.8.2","angular-animate":"~1.8.2","angular-aria":"~1.8.2","angular-chart.js":"^1.1.1","angular-material":"~1.2.4","angular-material-icons":"^0.7.1","angular-messages":"~1.8.2","angular-mocks":"~1.8.2","angular-route":"~1.8.2","angular-sanitize":"~1.8.2","angular-touch":"~1.8.2","angularjs-color-picker":"^3.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"~4.0.2","gulp-angular-templatecache":"~3.0.0","gulp-clean-css":"^4.3.0","gulp-concat":"^2.6.1","gulp-concat-css":"^3.1.0","gulp-debug":"^4.0.0","gulp-eol":"^0.2.0","gulp-header":"^2.0.9","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^5.0.1","gulp-if":"^3.0.0","gulp-jscs":"^4.1.0","gulp-jshint":"^2.1.0","gulp-manifest3":"^0.1.2","gulp-rename":"^1.4.0","gulp-replace":"^1.1.3","gulp-sass":"^4.1.1","gulp-uglify":"~3.0.2","gulp-util":"^3.0.8","jquery":"^3.6.0","jshint":"~2.13.3","justgage":"~1.4.3","less":"^3.13.1","material-design-icons-iconfont":"~6.1.1","moment":"~2.29.1","sprintf-js":"^1.1.2","streamqueue":"~1.1.2","svg-morpheus":"^0.3.0","tinycolor2":"1.4.2","weather-icons-lite":"^1.6.1"},"dist":{"integrity":"sha512-NcKBUJnwkpZ6S4ZWdEPn188Zy0Rcd+Ab3KYsqMH3Ak76gqbhoNWfqyFsawee/csQZ6AYQ10CKFQpJtjPdUn2Xw==","shasum":"49e4a292bd6b376f708a157636ba5f5ef56b8644","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-3.1.4.tgz","fileCount":145,"unpackedSize":4439064,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh4Vs5CRA9TVsSAnZWagAAZUAP/3bP6lx1le1e5X9q/A+T\nxbSla/iG7oEtxqVUlQjBYD2aJ2P/En027qGWhtEUeNU9yYGB1XFWIGEOFMVM\n2H18xKa9fzlzJj/RLDsrAFcj7tbNpRkHDeLXAwgOY0LyCnjyIUPWqAMjK9Hm\np6IGELbF9djr/Eo0Pm1bpQW1wxil3kkV+yWwEOoT2ZZp9wjqTv9vY8CXSXJY\nFkYE2yO5Xf5zYjJs/vL272tWxDqxkbdXllNh/KDZBmPLgfi9+D7tz2w2erR+\nX74BvfYDgqBTbhDyzMHDcae27XLzVJJ/5b1+BmbiZFxxRLs92KkTNyYp8s3q\noginAVY5rp82nWIgXhi/o0XjwvquiukCDrJWGXMqbmNbiVd11MU+MPx5U19U\n2FLkrP40mu+M94lDEvC/rEWO5aKTBIEWl7hgzjdXvXZAzEdjAiJApQ4YvzAq\njT+IIVHCe4G9tdPjlLf1A1h0l0PY62fV6hnG9zmJWSwkYPBgmTPY9y7g6Jin\nZFxU2Fd0CYVkATaP1ftQ133w3+f2oHR549mIzrhKWywq4PqBk/JD+fVb4aPI\n8mvCdgxyavmQuR0LPaoqsv4Iu8ot4uTqoTV32PI33MBysL/1Jo6/Z4oR15NI\n4PmzDNeQS/KHlOsaILiWa8Rge9oDlozHZ+Ymp6kGtjYAyvrYLzL9GEZ+dKwH\nNnTc\r\n=mAJ4\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIH9zA6qPKqXGp9q5LKtxckCEJmxvRmQi8PmxKrQcMyS1AiEAhj2EglwX9xqicqDlQoUDi9FnWIB2T9fC63T7OP0wsoU="}]},"engines":{"node":">=12"}},"3.1.5":{"name":"node-red-dashboard","version":"3.1.5","dependencies":{"compression":"^1.7.4","gridstack":"^0.6.4","serve-static":"^1.14.2","socket.io":"~4.4.1"},"devDependencies":{"angular":"~1.8.2","angular-animate":"~1.8.2","angular-aria":"~1.8.2","angular-chart.js":"^1.1.1","angular-material":"~1.2.4","angular-material-icons":"^0.7.1","angular-messages":"~1.8.2","angular-mocks":"~1.8.2","angular-route":"~1.8.2","angular-sanitize":"~1.8.2","angular-touch":"~1.8.2","angularjs-color-picker":"^3.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"~4.0.2","gulp-angular-templatecache":"~3.0.0","gulp-clean-css":"^4.3.0","gulp-concat":"^2.6.1","gulp-concat-css":"^3.1.0","gulp-debug":"^4.0.0","gulp-eol":"^0.2.0","gulp-header":"^2.0.9","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^5.0.1","gulp-if":"^3.0.0","gulp-jscs":"^4.1.0","gulp-jshint":"^2.1.0","gulp-manifest3":"^0.1.2","gulp-rename":"^1.4.0","gulp-replace":"^1.1.3","gulp-sass":"^4.1.1","gulp-uglify":"~3.0.2","gulp-util":"^3.0.8","jquery":"^3.6.0","jshint":"~2.13.3","justgage":"~1.4.3","less":"^3.13.1","material-design-icons-iconfont":"~6.1.1","moment":"~2.29.1","sprintf-js":"^1.1.2","streamqueue":"~1.1.2","svg-morpheus":"^0.3.0","tinycolor2":"1.4.2","weather-icons-lite":"^1.6.1"},"dist":{"integrity":"sha512-Npw6TCe97TzyeCe5CLAWsRklxop00ijmJYrYBagvZqVWHR8+ZXStS8l/7bOstzrkNY2Mvz6Xj9Ne4a+Z3h4V5g==","shasum":"37006f29514050d0504acd303c7366ce8b31579b","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-3.1.5.tgz","fileCount":145,"unpackedSize":4439230,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh6touCRA9TVsSAnZWagAAFDIP/2c2ufTlGeX4jS5xRMKu\ndGQzBWg0nXDC2Z9rKOPYGei601M0KRoZbTNHJD8FmeG6wpulGi7iLkw3GqVK\nF7lw4JwJgGJzK/oW2rGSwMNws1ugOAryXx8rDideCBn81YEpeleQKq0vjDfw\n4/uZKYBYuJs9V2DUzVzSK9KCop5XorYvUlBBVbMNxNMAURjxw3Q6bb0mC2/w\nR7FmoPj0eMzsU5D4fA/4wth4917YBeXKpFG7ak4IevIeb3yBXKiX2l49nOCg\njJTPBBd9DTV2f87fJv+8FUXcW6diJWHC+Ubg6cl5gTtF0sV4oArEaOp0uhA4\nGQmEy7dXuDLoAjas7FsCIVQMfTPD2NZAGQPQYiRPfAwFjUZBrmREtZCEohVe\nKhSCAekNPDEmTfrhAq2oVrdRIQuv6UIRYVL7AoLS8E5jYnSWH53lgGOo7XXa\nmMhIP5FQy0OVFzlEhw1eH+5i/w+3XA2yYP6NWgFPExEjTD47gPV7VmzEoUru\nIOccY5xFJCC/W7fqQvhb+98FXgkbiKQ3Wv9gFADvEyMLveUIP/+iByKtnX1c\nlz1NaiAh8KftJuOZq9Ps2ZTvees0+rgy8m2I4BVdjxCNunMgDxuYVfx+bsSO\nmr6N6ywroB+LfeRjI1VvahDTGU6T2OWNUWQ17dX+47Od2TN0O66TRdoEMqJD\nonI6\r\n=SeCL\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICOHYQ++pi2lRG3Y5ae1aJYcfxblBepaNlW6ZmvzKzS7AiBCOiZ6UtLGTpEvnXlWnO86YWUphkVBAuGiJIgC46vTNQ=="}]},"engines":{"node":">=12"}},"3.1.6":{"name":"node-red-dashboard","version":"3.1.6","dependencies":{"compression":"^1.7.4","gridstack":"^0.6.4","serve-static":"^1.14.2","socket.io":"~4.4.1"},"devDependencies":{"angular":"~1.8.2","angular-animate":"~1.8.2","angular-aria":"~1.8.2","angular-chart.js":"^1.1.1","angular-material":"~1.2.4","angular-material-icons":"^0.7.1","angular-messages":"~1.8.2","angular-mocks":"~1.8.2","angular-route":"~1.8.2","angular-sanitize":"~1.8.2","angular-touch":"~1.8.2","angularjs-color-picker":"^3.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"~4.0.2","gulp-angular-templatecache":"~3.0.0","gulp-clean-css":"^4.3.0","gulp-concat":"^2.6.1","gulp-concat-css":"^3.1.0","gulp-debug":"^4.0.0","gulp-eol":"^0.2.0","gulp-header":"^2.0.9","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^5.0.1","gulp-if":"^3.0.0","gulp-jscs":"^4.1.0","gulp-jshint":"^2.1.0","gulp-manifest3":"^0.1.2","gulp-rename":"^1.4.0","gulp-replace":"^1.1.3","gulp-sass":"^4.1.1","gulp-uglify":"~3.0.2","gulp-util":"^3.0.8","jquery":"^3.6.0","jshint":"~2.13.3","justgage":"~1.4.3","less":"^3.13.1","material-design-icons-iconfont":"~6.1.1","moment":"~2.29.1","sprintf-js":"^1.1.2","streamqueue":"~1.1.2","svg-morpheus":"^0.3.0","tinycolor2":"1.4.2","weather-icons-lite":"^1.6.1"},"dist":{"integrity":"sha512-YtjJGVYqs6cLg0b1y7gkYo921r77bWnZ0hqo9KRJL3QIndRh9oMhbW7XOkHZgETmAzI5wiqZl9Fn/U4F/gYteA==","shasum":"85e690407309f104570972216a5da54adf9a2a12","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-3.1.6.tgz","fileCount":145,"unpackedSize":4443106,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiDqMTACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpuzA//fMhLOaJFxWAJW0LocbG7lXnJzIOAXfg4uKv2M57pXrbRmDQJ\r\n8LOfdVir9sDbacC9VWneWhC55/4YiRqOGQThaRNb0rsBxZohUtdEcTT5pFPQ\r\nzxiSSaPVqbW2/9BbcLwQTL1dYBoCEP4D4xq9kXyatksHa5PIVuJLtOncQ9qk\r\nIVHjGYblQUtNQf6hIUHU6s7DXuH0va+qFZ/JQzNoSQw5R21msbZmPLTW5wtg\r\n4GWjU5CH8UOChQC0zScYRYOcyZE9F0PI4wWQ1Lrwn1CjpkKZWwIffVpoUIRS\r\nHmREEFS5RL20OUTuDDdnbPJaaG8mie1HNxN51GXtA+JQhnZfXenTJ2IRuDxR\r\nx1TgQAg5nZaEgVzfzBCFNwBv0kms+Lpz7TiF0APDwqGk/banenawPFAvCRLO\r\nT3hF3mnHyCKN4jWuPkMb7QKCfWOb5hYUbJ6fl6kE/jIpO9CdCAjOMn0VN1SG\r\n5jYL6mzLfsi85m6U9A7fT/17fe/fWva9UZhc3up2e9ppgCbHpyv/VtaDb6y6\r\nDxzWE1EringtNWWRjdXLco2sBM40MIvLVee/lWukB75HV2M2mXrgT5N2eBnT\r\nBdldEqA0FrMrb3JzQqIbpJLspl3kLdxdUXG32c1HwBG2G84odIjNVRp+GjzE\r\ni1SwhrcV8KSbEN4jf+yVwKRR8fJicq/1cOQ=\r\n=SLsb\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGd3dYG40zB5lVSl2bcUEQqYdSWD4A+6QHtm+Rv6q1LTAiB35aUbpAev4rO6aLQ54TzrSqELfGnq8798Q5JFVcPSJg=="}]},"engines":{"node":">=12"}},"3.1.7":{"name":"node-red-dashboard","version":"3.1.7","dependencies":{"compression":"^1.7.4","gridstack":"^0.6.4","serve-static":"^1.14.2","socket.io":"~4.4.1"},"devDependencies":{"angular":"~1.8.2","angular-animate":"~1.8.2","angular-aria":"~1.8.2","angular-chart.js":"^1.1.1","angular-material":"~1.2.4","angular-material-icons":"^0.7.1","angular-messages":"~1.8.2","angular-mocks":"~1.8.2","angular-route":"~1.8.2","angular-sanitize":"~1.8.2","angular-touch":"~1.8.2","angularjs-color-picker":"^3.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"~4.0.2","gulp-angular-templatecache":"~3.0.0","gulp-clean-css":"^4.3.0","gulp-concat":"^2.6.1","gulp-concat-css":"^3.1.0","gulp-debug":"^4.0.0","gulp-eol":"^0.2.0","gulp-header":"^2.0.9","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^5.0.1","gulp-if":"^3.0.0","gulp-jscs":"^4.1.0","gulp-jshint":"^2.1.0","gulp-manifest3":"^0.1.2","gulp-rename":"^1.4.0","gulp-replace":"^1.1.3","gulp-sass":"^4.1.1","gulp-uglify":"~3.0.2","gulp-util":"^3.0.8","jquery":"^3.6.0","jshint":"~2.13.3","justgage":"~1.4.3","less":"^3.13.1","material-design-icons-iconfont":"~6.4.2","moment":"~2.29.1","sprintf-js":"^1.1.2","streamqueue":"~1.1.2","svg-morpheus":"^0.3.0","tinycolor2":"1.4.2","weather-icons-lite":"^1.6.1"},"dist":{"integrity":"sha512-jIPfWKTPi19ddqdN6CqM93V4YGezOIQocMqgdUk9i4YXsEGWmCC/5fNOg+NPI6CsHCkHsooeslao9dqifTdQ5w==","shasum":"7fdb3dac2bf4f4d5c5301a1989c65838ca7031f9","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-3.1.7.tgz","fileCount":145,"unpackedSize":4472555,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQChW1+eJ8EZVcRgbt4Yrf6Dc9q3oHpvxIeXm9CPmKEXMAIhAPPrJmPn/QuRe+ECh3Xh8eQFLtj1TPRZgCAoYQJbaQw2"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJieRD7ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpN7Q//QsyWjuydpbcQycs+/h9GA2OhSLKFAlWcrV7diyGaNvgPmI//\r\nvLiJumw/iPUI/B5rTwirCcsM6XnLUz9F3Z5A8OHL/COP/tpnv8a32qgxKme2\r\n3F2AOqh0nUPo5SXjEz10Xn/BD1n4IokvILiQQsB2Ir3+HkYn6zcpmAOLNEak\r\nEzmwoNcCo1J/5BPQYrq27UwWFCeKVPFS6EcaVvIKtymZVVVVVkN4OUmhuatw\r\nBZJTl/0XLLDfcxiCwo+8Ek6hsAn1P8TEKmGe4byrmOPIQiEbj1Pi79NhsotH\r\nWljz4PEWLkt9f7bVeA6LzZsE8rkM8iN5qDLzlryrT6+2dQjva50eNFWjKoUY\r\nqZ69SDmyDyyf+LI1ca06U+BO/y/DBwmyTA2b21QxIcCftMobORiibKj7zBs/\r\nSh6zrDAPfWxpX+mloZ+U+So7GT/x9/ESL+YtFxjdBwL5EHq9+2nrSwUfmjYX\r\nzk6xes4JH9k33vlaOuF7EoEtxzlV7cxLlzuB/kMOGRRf1C+1utD4ez1vVOPf\r\nfvML6UDG3Wbrlp+jd4Ni82ISI6/sZS+Yww2cM/1jWmGCorfUyUe1Nwyp4GSA\r\nMKF4WhNsuqrC8bOkTw8Fcu/wyDg0J8P56+C5VAnMt3uM6IVjIGPbMcebo8To\r\nC9/JS8opfOr++7e7xXUSSrhQlVXMjxhzieA=\r\n=KDk9\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=12"}},"3.2.0":{"name":"node-red-dashboard","version":"3.2.0","dependencies":{"compression":"^1.7.4","gridstack":"^0.6.4","serve-static":"^1.15.0","socket.io":"^4.5.2"},"devDependencies":{"angular":"~1.8.3","angular-animate":"~1.8.3","angular-aria":"~1.8.3","angular-chart.js":"^1.1.1","angular-material":"~1.2.5","angular-material-icons":"^0.7.1","angular-messages":"~1.8.3","angular-mocks":"~1.8.3","angular-route":"~1.8.3","angular-sanitize":"~1.8.3","angular-touch":"~1.8.3","angularjs-color-picker":"^3.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"~4.0.2","gulp-angular-templatecache":"~3.0.1","gulp-clean-css":"^4.3.0","gulp-concat":"^2.6.1","gulp-concat-css":"^3.1.0","gulp-debug":"^4.0.0","gulp-eol":"^0.2.0","gulp-header":"^2.0.9","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^5.0.1","gulp-if":"^3.0.0","gulp-jscs":"^4.1.0","gulp-jshint":"^2.1.0","gulp-manifest3":"^0.1.2","gulp-rename":"^1.4.0","gulp-replace":"^1.1.3","gulp-sass":"^4.1.1","gulp-uglify":"~3.0.2","gulp-util":"^3.0.8","jquery":"~3.6.1","jshint":"~2.13.5","justgage":"~1.4.3","less":"^3.13.1","material-design-icons-iconfont":"^6.7.0","moment":"~2.29.4","sprintf-js":"^1.1.2","streamqueue":"~1.1.2","svg-morpheus":"^0.3.0","tinycolor2":"1.4.2","weather-icons-lite":"^1.6.1"},"dist":{"integrity":"sha512-8QmwnC39TDgyy1liF5edH7bvpw+IenDY2Yen/mqklJfpft2/ieInHqR3rSJ3RJBtEjkDf6JNriQssgzZrIyqkw==","shasum":"c7f333d790b3a419fc5ed09ccee00660647dae32","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-3.2.0.tgz","fileCount":145,"unpackedSize":4478494,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDstlVlReDYh6xfHdzvJ3wpmedX1Hmn7XrU7OBJpMYVegIgcCvvSeSt+2XKJrz0E8RNDAAVowgxu5Jqe3EZBK7+6Xw="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjGwyXACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrnGA//UA3sV3byT/zFQj/IPLbV2BkQbYjmaCRjFRn+Cie968BY9ZdM\r\nTN/M4nY+ePwOoktt1urXEOZsTiQyu8ACxCt6iR/V6e8oX2zlYcp5q8GmYO3b\r\nGuzm0ZRYZ1+D+vwgmExB4I0O2n0deIdAkjmlQ49Y5zWiJy0SOuW1zrGVeK1l\r\nV8MDbTo5ZD1Yan1fPXTYCyeQCiP085E3pmAzYH1N8rwyzA6lYiQhaSUHqyLD\r\nvfu06TMPto/8rtcg7+lNgama+JxRngOcSc4X3rax3swYP+mwEewymR3YnZC7\r\nVDc5LbDUzHxT2N1t/9+dzyNo5c8n2KB60TvAvSsIByKKTOsAFT2R0nF1Z1tA\r\nHdt7Sa+CYqKjGf0aJOikNnc2P21NWLAnYI2hkeskir4uJFyxp9YL+7w7vpyQ\r\nyqskbYB5QfoNOVjHZnZLa+cxkcKZCTS7wVkX6WBgk/R3dDOcLTR/SXaxtzAF\r\nj6gYzYEYeiOWJ7oYCSh+SxZFK/IDeP3B2xUorZFKaMV/UFJjrNzEuTQGNXPk\r\nrT65n2FHGnVS5RpO4+56v0eP13RvxLOx6q06Y4fnfRtm3JhTyWpy42DhgjfU\r\ne8M2MbH5zUHgYA2KyTiAXD3NQGHB53FFnBs0EBkYUR7rqIn69tVzn+31rfO3\r\nHbD3cMsDAOjAYRbk5EWr809ZaZ+cU90Vzwg=\r\n=lfJa\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=12"}},"3.2.2":{"name":"node-red-dashboard","version":"3.2.2","dependencies":{"compression":"^1.7.4","gridstack":"^0.6.4","node-sass":"~7.0.3","serve-static":"^1.15.0","socket.io":"^4.5.2"},"devDependencies":{"angular":"~1.8.3","angular-animate":"~1.8.3","angular-aria":"~1.8.3","angular-chart.js":"^1.1.1","angular-material":"~1.2.5","angular-material-icons":"^0.7.1","angular-messages":"~1.8.3","angular-mocks":"~1.8.3","angular-route":"~1.8.3","angular-sanitize":"~1.8.3","angular-touch":"~1.8.3","angularjs-color-picker":"^3.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"~4.0.2","gulp-angular-templatecache":"~3.0.1","gulp-clean-css":"^4.3.0","gulp-concat":"^2.6.1","gulp-concat-css":"^3.1.0","gulp-debug":"^4.0.0","gulp-eol":"^0.2.0","gulp-header":"^2.0.9","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^5.0.1","gulp-if":"^3.0.0","gulp-jscs":"^4.1.0","gulp-jshint":"^2.1.0","gulp-manifest3":"^0.1.2","gulp-rename":"^1.4.0","gulp-replace":"^1.1.3","gulp-sass":"^5.1.0","gulp-uglify":"~3.0.2","gulp-util":"^3.0.8","jquery":"~3.6.1","jshint":"~2.13.5","justgage":"~1.4.3","less":"^3.13.1","material-design-icons-iconfont":"^6.7.0","moment":"~2.29.4","node-sass":"^7.0.3","sprintf-js":"^1.1.2","streamqueue":"~1.1.2","svg-morpheus":"^0.3.0","tinycolor2":"1.4.2","weather-icons-lite":"^1.6.1"},"dist":{"integrity":"sha512-dVNZq6S4aw9kmPEEJOWCr8SFwOBQrpZPvbYKe9N/i/rOtHmtdIAKHeiUGErQqf1sfJYTXo4dXdHK9Hd41GTC4w==","shasum":"b5c8f3eb6ff315165479516ae9b9e10db2370eba","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-3.2.2.tgz","fileCount":145,"unpackedSize":4478882,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEfX7peWBc8UnOmuNb6gyD1F8Fr6c46TTBBR8ZB6i4qFAiEAxySXwYxUWYDLruo5eqrQXiCJieAaP0Dl54fpKvDnE7M="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjffWLACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoWLA//ZdcxCvtyveyilvYnByUV19ehs37I6NXG54iQyHEx7i7WgcfH\r\nyVUI+zgttgRPH7A4LX1FjKskF45MbxX3o2OJYlkx1dpVtN9NZgwgtHrREmk2\r\nkjG8LVBHhh3iVLPljcWTRLmvKcq2XkEU02dAjnKddA7a6BJ7zGsz/Mwzp9hN\r\nLqPl2lgHBTBrIhAWYiNAq3XVpBCduAtWGKSxljldKgbEPzWHWFPedA5HumIq\r\nHgqj2IwerbANUNUB83IaOMDoW4k4imYvVh80uWQNwzfEentvbusGhhi1zU4S\r\noiy66y2QXcOFjzOxskQCdiIlzx1PHOeX/bpWGT3CySfle9h7pKxsZbYiX1Jl\r\nod2xprbz8cLl3TCpFWUGXTd43tD2jQNeut0GeEQq6bCPpIKjvYHBKoiCiaoe\r\nU4IZ7H/ELBXh7TWD2nUoa2P5tuFyTnjlAJd6pDAUPAr8Ysm2bAMGhLg45pHV\r\niubBp7GN1hijLsOZRxlFF0Qpz5xgHX19KTJC7ojw2SohQWzkDMDYjAMqRjbF\r\nujEkrOBbLaSUjuIjYdCXHRaPN7dZ1ECA46VP0kOCg7sXMMGyYK4TPiRU1i7X\r\nGrSoH6q5k5WGNMWO+jaC/URpQtcvtvm0xjoDmqqA/An2q+hux/OSn5b9NGOU\r\nWsg//8Qewjf5hQZ+qUhW9hJzDGC3vqMtp8o=\r\n=+d/o\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=12"}},"3.2.3":{"name":"node-red-dashboard","version":"3.2.3","dependencies":{"compression":"^1.7.4","gridstack":"^0.6.4","serve-static":"^1.15.0","socket.io":"^4.5.2"},"devDependencies":{"angular":"~1.8.3","angular-animate":"~1.8.3","angular-aria":"~1.8.3","angular-chart.js":"^1.1.1","angular-material":"~1.2.5","angular-material-icons":"^0.7.1","angular-messages":"~1.8.3","angular-mocks":"~1.8.3","angular-route":"~1.8.3","angular-sanitize":"~1.8.3","angular-touch":"~1.8.3","angularjs-color-picker":"^3.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"~4.0.2","gulp-angular-templatecache":"~3.0.1","gulp-clean-css":"^4.3.0","gulp-concat":"^2.6.1","gulp-concat-css":"^3.1.0","gulp-debug":"^4.0.0","gulp-eol":"^0.2.0","gulp-header":"^2.0.9","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^5.0.1","gulp-if":"^3.0.0","gulp-jscs":"^4.1.0","gulp-jshint":"^2.1.0","gulp-manifest3":"^0.1.2","gulp-rename":"^1.4.0","gulp-replace":"^1.1.3","gulp-sass":"^5.1.0","gulp-uglify":"~3.0.2","gulp-util":"^3.0.8","jquery":"~3.6.1","jshint":"~2.13.5","justgage":"~1.4.3","less":"^3.13.1","material-design-icons-iconfont":"^6.7.0","moment":"~2.29.4","node-sass":"^7.0.3","sprintf-js":"^1.1.2","streamqueue":"~1.1.2","svg-morpheus":"^0.3.0","tinycolor2":"1.4.2","weather-icons-lite":"^1.6.1"},"dist":{"integrity":"sha512-olapTT7s7ZxBOdUKkagii89fkWNBiypBlfBsYGHc5TcVSiEi2nR8lTBv+ki1xkqXFl5fEGQihY0dok3UUqxRfw==","shasum":"b9b3a20f6ecbcbf178fb4d76e4690c67cfaf520c","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-3.2.3.tgz","fileCount":144,"unpackedSize":3983480,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDgoUwbpA1ks1mJvbStb8DNJlrLyzhtppX5aj9wI8ZIIQIgSeqQ/e4tVh7D64OlGj0Rcg3RmTsRIOdhetPNEkAAjUc="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjfm+1ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpquhAAoquvgSePTXmPHuNNXZZGvEV+QhEbff1o4g04ezyh8qomuSuL\r\nm1xDjKQwuYIvZx/RGmiCsQPF0ZifW3G7Z55NwhgHAbOb6AZPtjzfMqNPfFxW\r\nDCO9YpT0mJuS7PT/9viZvOKYXh6NqUwKsFVJ4I7AnqYax+Pk0DgrgYqnbP3M\r\nFdVLyr8x0S6/bxy7oFYt76hKSfhSmwKrhBy0QxbhzOLvQ2fVSjpXKnpP4p1u\r\nNTNE8mk8Z69ASD0lwogBzXQNlZz/gmCTGU0l1hBRlxkK9EXqY6zGveyWvMiF\r\nE47GNN2BJW3euUHfctv7qJZtmBTd9/tTuvbWZcVGSh9hL4tKPPpW4SimeJ4Y\r\n4gp2IDPi8JrFeg4WISJ0RJ2oxqaq2SzXReWyMOvkq3ZA2XImFd31OLq6yoeI\r\nwKNlebYCpboVk2jrHD6DN2k36nOmmHZhJRcfAdKFk60BM9trAqcT8oUYD9c/\r\nd9c3P8sH1JgCqiP98g0pi7Qdn496W2IyvfHwtwcuTGqFPGz6Qlc4Zo3jBkvF\r\nLuSLpPHmXjDhFcjanB+/olaNAuhgjELDWPlya/tGm1H1IDMvdjpTjmI+hkgO\r\nzNcTHvXE1qTkkeTXEr8D10z4IPahz9I1nsO+oJns6bFVgDOae3mV/ykFBbxx\r\ny6vqH7k1WTsfyFWYxfDhkRPP6uTWtxODYaE=\r\n=miZx\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=12"}},"3.3.0":{"name":"node-red-dashboard","version":"3.3.0","dependencies":{"compression":"^1.7.4","gridstack":"^0.6.4","serve-static":"^1.15.0","socket.io":"^4.5.4"},"devDependencies":{"angular":"~1.8.3","angular-animate":"~1.8.3","angular-aria":"~1.8.3","angular-chart.js":"^1.1.1","angular-material":"~1.2.5","angular-material-icons":"^0.7.1","angular-messages":"~1.8.3","angular-mocks":"~1.8.3","angular-route":"~1.8.3","angular-sanitize":"~1.8.3","angular-touch":"~1.8.3","angularjs-color-picker":"^3.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"~4.0.2","gulp-angular-templatecache":"~3.0.1","gulp-clean-css":"^4.3.0","gulp-concat":"^2.6.1","gulp-concat-css":"^3.1.0","gulp-debug":"^4.0.0","gulp-eol":"^0.2.0","gulp-header":"^2.0.9","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^5.0.1","gulp-if":"^3.0.0","gulp-jscs":"^4.1.0","gulp-jshint":"^2.1.0","gulp-manifest3":"^0.1.2","gulp-rename":"^1.4.0","gulp-replace":"^1.1.4","gulp-sass":"^5.1.0","gulp-terser":"~2.1.0","gulp-util":"^3.0.8","jquery":"~3.6.2","jshint":"~2.13.6","justgage":"~1.6.1","less":"^3.13.1","material-design-icons-iconfont":"^6.7.0","moment":"~2.29.4","sass":"^1.57.1","sprintf-js":"^1.1.2","streamqueue":"~1.1.2","svg-morpheus":"^0.3.0","tinycolor2":"1.4.2","weather-icons-lite":"^1.6.1"},"dist":{"integrity":"sha512-O4NFAr6nt6wCQa3tvqoAgIBTwWwjSsLjPjFWAKqyY3YgvpCu6wB5u/8qZbcjZiAUwhaPY9AKz8TLO9k3jWDTVA==","shasum":"8d2bea20ee8e8617acfd56c3edc3c6bc630b981b","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-3.3.0.tgz","fileCount":144,"unpackedSize":3994729,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCM4ScsMlPrkmbNNgZZpV/cmYTfoQM5G/FRMCXxls5m5AIhANcqFwBF0Fr33XT5/Ajddj5DJXwvVPCHP6aNPGpZUbTQ"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjsDwaACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpI3g//QQdFnjsMYAGGrs8A3SJ1Zvd7k+oji+DEwO4Pi+eoxGcoVw9G\r\nMJnmuxigZH/nR+gSY0Aj9qSmGUGgXEQ/Z2jMWJIOZ2I9BlJrfKllkPXrv5vp\r\nmWHumhhgeEkDLBo1ex8dFUZJRDAdEzA67YuHhJfbZ+STtubyNHJqKuerpYT/\r\nKOWU7Yn0AV110jcqd2iC9qKQJrDszpDNJCznCQBfL4vyG56BhIlHJF9D1vTG\r\n40olf8MTF3W2Hg7p3llMugR6FFXDKUcIG5d7yFf2BSUVaG5LqsKmxwWyBBfl\r\ngq5PbG2HLxzMIJNAjZJH9CBc0mx2mnTIvo88Mq9R7tLlY1bvba9lA3XDCGGI\r\nUupVsnIW2Ga9g0yQWbs2JOnzR5eyl4MdEkuLijO+ae4P6hLA4C6kj5kl70f5\r\nHN6cx3BVeSVEWcpIwUOy9t0U0Wz9RRY5PEza3XArUqemYNTnERyd+IW9TsWS\r\naNw/CLx8Kdvq1V61I5PtY8tgkvtcPoR9OEUi9a1hGCQpLMe4aHBHH5rGOCzI\r\nf+B+lztHZmU2KixeLZk1velJ1GUuyccgTkD5oVFCLxdWHVX6uEDpqPGwL6Jv\r\naj/Y6EtOchHZ3FmNmolxAokrhhpkSFQcLyeMSZJTJWhsBtnctWIeXIhMAWno\r\nSZpImrXdT3dOcAJfzbvkQvbEbwk8HM+LoZY=\r\n=55Xa\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=12"}},"3.3.1":{"name":"node-red-dashboard","version":"3.3.1","dependencies":{"compression":"^1.7.4","gridstack":"^0.6.4","serve-static":"^1.15.0","socket.io":"^4.5.4"},"devDependencies":{"angular":"~1.8.3","angular-animate":"~1.8.3","angular-aria":"~1.8.3","angular-chart.js":"^1.1.1","angular-material":"~1.2.5","angular-material-icons":"^0.7.1","angular-messages":"~1.8.3","angular-mocks":"~1.8.3","angular-route":"~1.8.3","angular-sanitize":"~1.8.3","angular-touch":"~1.8.3","angularjs-color-picker":"^3.4.8","chart.js":"~2.3.0","d3":"^3.5.17","font-awesome":"^4.7.0","gulp":"~4.0.2","gulp-angular-templatecache":"~3.0.1","gulp-clean-css":"^4.3.0","gulp-concat":"^2.6.1","gulp-concat-css":"^3.1.0","gulp-debug":"^4.0.0","gulp-eol":"^0.2.0","gulp-header":"^2.0.9","gulp-html-replace":"^1.6.2","gulp-html-src":"^1.0.0","gulp-htmlmin":"^5.0.1","gulp-if":"^3.0.0","gulp-jscs":"^4.1.0","gulp-jshint":"^2.1.0","gulp-manifest3":"^0.1.2","gulp-rename":"^1.4.0","gulp-replace":"^1.1.4","gulp-sass":"^5.1.0","gulp-uglify":"~3.0.2","gulp-util":"^3.0.8","jquery":"~3.6.2","jshint":"~2.13.6","justgage":"~1.6.1","less":"^3.13.1","material-design-icons-iconfont":"^6.7.0","moment":"~2.29.4","sass":"^1.57.1","sprintf-js":"^1.1.2","streamqueue":"~1.1.2","svg-morpheus":"^0.3.0","tinycolor2":"1.4.2","weather-icons-lite":"^1.6.1"},"dist":{"integrity":"sha512-d7d6nWrM9On4N+ah3R26Jregp1gpJmQgtt7s3EeLHzfCi7WmH1qAVgJe5ucj/U8azr+zF0NXFWD779lIOX+vrQ==","shasum":"d4bda5e53a52e626dc0d7f14c0f8326dbd5bbb36","tarball":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-3.3.1.tgz","fileCount":144,"unpackedSize":3992306,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDXu4FqeX+54pfTu3KkIqlKQHN8pmP8QfcA60QyCZ5z/QIgVuuQaWN1OC3wBGCJZVB5ZDpb9hDWi9lTEPVkFGob6uU="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjtFHiACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrYDg/9HCg0MrgJwAXrxmT/Gemcy4qt7eYZHv5yYqz7ai3y9vAsiE5P\r\nwdMc5nvukUqh54HR+EwBeY9fu7O0432L68gabirNFmusdGRz90HJ32y9crx+\r\nwljgRTDqgQxcUlabRKi3cZo1LLXSsC00dARBNgUMnkq/O6kB5a3hvZmsTVBK\r\n07m8vuWC+31EupbZRtDoaJo8N3rJEvWiI/DkASXCYhgsxw1+GT1Ph77mJDF2\r\n16rTakmHLl2h6I623/lf7nxDsd2CAmW1cGoH0EXICH0KkC4nLNgxZqiFWHm7\r\nbk4cibU0uHGM3jqRnE4+dpFfBcE+hHL6HCE6RrdRRiwV/w75EYgCHiSW3cwG\r\naPnUeCrDjpv6S7qanSecOY0wXO+9DaOBXizxxj/VD7g1itqGS3C0Oj49ZoLU\r\nJk+52OgxfIGos32N1Y+waizrPoaSAJSxCbJPNjyRRgII8HDG0gSCGfeTHLwH\r\nDJDca5EVOuR2DgnFnNL4GUDqkCUvnE+1Jw1coK0KzD6DkvAbf1AybN/dHeg2\r\nLK7/RLEmztWUlixXYMFcep3Gyp7L0HORjsjkyfhHBe/m2i+G09vksnZRfug0\r\nsOZSr/TJPxuzJRUdv2K/nFh+yaEZiV3LXJzRk5NIJ1L2y4TsWpnPCEgt7xF4\r\nY3MKzu0443OcNfuVdj/IgOAoI1L1pAOWeDc=\r\n=7YUb\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=12"}}},"modified":"2023-01-03T16:03:46.736Z"} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/content-v2/sha512/ed/b2/abe73e349830c4b71fe69d5d0ccdc70a68a880baa5773c17fec2157325acd96a5a858ec9312da41274ad713de1b786af584cb78733c56f9a173d65aa2ea3 b/software/flow/.npm/_cacache/content-v2/sha512/ed/b2/abe73e349830c4b71fe69d5d0ccdc70a68a880baa5773c17fec2157325acd96a5a858ec9312da41274ad713de1b786af584cb78733c56f9a173d65aa2ea3 deleted file mode 100644 index 802149a..0000000 --- a/software/flow/.npm/_cacache/content-v2/sha512/ed/b2/abe73e349830c4b71fe69d5d0ccdc70a68a880baa5773c17fec2157325acd96a5a858ec9312da41274ad713de1b786af584cb78733c56f9a173d65aa2ea3 +++ /dev/null @@ -1 +0,0 @@ -{"name":"gridstack","dist-tags":{"latest":"7.2.3"},"versions":{"0.2.3":{"name":"gridstack","version":"0.2.3","dist":{"shasum":"7ad7e4e8148e6200db158c9b889a316bd7ef14d1","tarball":"https://registry.npmjs.org/gridstack/-/gridstack-0.2.3.tgz","integrity":"sha512-HBypiPC0g1E4h7tXWk/PbFQkf1IgxevHLd4ftjzlYkwxvSs6f1nRzycPCm3LvtzjChKERQ11MhBluZao12ZloA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDscLMOMh5xRx9gD0yrz/xylnl1XK8PIl0HyoPSHRAlHAiEA09ORfvnsL3irS54LMhL0m/jHPeKR0EPEuqe4v/SAm+4="}]}},"0.2.4":{"name":"gridstack","version":"0.2.4","devDependencies":{"grunt":"^0.4.5","grunt-contrib-copy":"^0.8.2","grunt-contrib-cssmin":"^0.14.0","grunt-contrib-uglify":"^0.10.1","grunt-sass":"^1.1.0","grunt-doctoc":"^0.1.1"},"dist":{"shasum":"d6b7e0e84e9acc1e7c5699dd18c7762efbcc77ee","tarball":"https://registry.npmjs.org/gridstack/-/gridstack-0.2.4.tgz","integrity":"sha512-Wu3X8GEI6TvxruRjcxFXztZVQ6krpjf3kbjupFTQ52ZPsR9qV0kzbWjd2CufGsXUldcy0IvuJpcsnnxlC+L7hQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAfb2YKNf5WYPc3pETPtQoxyoHE0feVXHqBrcqZ5uWz+AiBGhNAeSvPVZhebNFNyZ/hDTrjDxDI1d4lis4EBy7YWLA=="}]}},"0.2.5":{"name":"gridstack","version":"0.2.5","dependencies":{"jquery":"^2.2.1","jquery-ui":"^1.10.5","lodash":"^4.5.1"},"devDependencies":{"connect":"^3.4.1","coveralls":"^2.11.6","grunt":"^0.4.5","grunt-contrib-connect":"^0.11.2","grunt-contrib-copy":"^0.8.2","grunt-contrib-cssmin":"^0.14.0","grunt-contrib-jshint":"^1.0.0","grunt-contrib-uglify":"^0.11.1","grunt-contrib-watch":"^0.6.1","grunt-doctoc":"^0.1.1","grunt-jscs":"^2.7.0","grunt-protractor-runner":"^3.0.0","grunt-protractor-webdriver":"^0.2.5","grunt-sass":"^1.1.0","jasmine-core":"^2.4.1","karma":"^0.13.21","karma-coverage":"^0.5.3","karma-coveralls":"^1.1.2","karma-jasmine":"^0.3.7","karma-phantomjs-launcher":"^1.0.0","phantomjs-prebuilt":"^2.1.4","serve-static":"^1.10.2"},"dist":{"shasum":"2fddbdc657d3ae98609ece660d29f597c1e5de3c","tarball":"https://registry.npmjs.org/gridstack/-/gridstack-0.2.5.tgz","integrity":"sha512-M/tqm11WlK7aYuuDSEFY4mMAI8C0QlAEzvTIY3budl8yAJ1uEncEA1R9EZ/oO+TukLnvFdB2qndP5dloC4CbTw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCBRRonTlgxMhwghRHhACM4oPPt8LNIjRvrmsC7tdDycAIgJA0zzNuTbgloM4rCiKTSnvRFhzO/NTAGTq+Jq9a0dEk="}]}},"0.2.6":{"name":"gridstack","version":"0.2.6","dependencies":{"jquery":"^3.1.0","jquery-ui":"^1.12.0","lodash":"^4.14.2"},"devDependencies":{"connect":"^3.4.1","coveralls":"^2.11.8","doctoc":"^1.0.0","grunt":"^0.4.5","grunt-cli":"^1.2.0","grunt-contrib-connect":"^0.11.2","grunt-contrib-copy":"^0.8.2","grunt-contrib-cssmin":"^0.14.0","grunt-contrib-jshint":"^1.0.0","grunt-contrib-uglify":"^0.11.1","grunt-contrib-watch":"^0.6.1","grunt-doctoc":"^0.1.1","grunt-jscs":"^2.8.0","grunt-protractor-runner":"^3.2.0","grunt-protractor-webdriver":"^0.2.5","grunt-sass":"^1.1.0","jasmine-core":"^2.4.1","karma":"^1.1.2","karma-coverage":"^1.1.1","karma-coveralls":"^1.1.2","karma-jasmine":"^1.0.2","karma-phantomjs-launcher":"^1.0.0","phantomjs-prebuilt":"^2.1.5","serve-static":"^1.10.2"},"dist":{"shasum":"0d30a8a00547e0b79dbd46488b54f4061e40f10b","tarball":"https://registry.npmjs.org/gridstack/-/gridstack-0.2.6.tgz","integrity":"sha512-9Bu+2HmAM1gCagJrYqFXwhcoJFAk7sTOD3wXhKDBh71R9uh4L2GyCAyWTw/AMD16AeFoYnmixghuUURNgX6SBA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCvffQ6K+pQeilseDqcF5twSh2Zwg97IBq5pPefA/vZggIhAPhW9wM8QajDIZU3iXrpv26ERhl1I1qvrZUmtXQ0+x6C"}]}},"0.3.0":{"name":"gridstack","version":"0.3.0","dependencies":{"jquery":"^3.1.0","jquery-ui":"^1.12.0","lodash":"^4.14.2"},"devDependencies":{"connect":"^3.4.1","coveralls":"^2.11.8","doctoc":"^1.3.0","grunt":"^1.0.1","grunt-cli":"^1.2.0","grunt-contrib-connect":"^1.0.2","grunt-contrib-copy":"^1.0.0","grunt-contrib-cssmin":"^2.1.0","grunt-contrib-jshint":"^1.0.0","grunt-contrib-uglify":"^2.3.0","grunt-contrib-watch":"^1.0.0","grunt-doctoc":"git+https://github.com/nickyout/grunt-doctoc.git#master","grunt-jscs":"^3.0.1","grunt-protractor-runner":"^5.0.0","grunt-protractor-webdriver":"^0.2.5","grunt-sass":"^2.0.0","jasmine-core":"^2.4.1","karma":"^1.1.2","karma-coverage":"^1.1.1","karma-coveralls":"^1.1.2","karma-jasmine":"^1.0.2","karma-phantomjs-launcher":"^1.0.0","phantomjs-prebuilt":"^2.1.5","serve-static":"^1.10.2"},"dist":{"shasum":"be1c7891f3fbd2af60f9d60f4c7d517a30d3bb78","tarball":"https://registry.npmjs.org/gridstack/-/gridstack-0.3.0.tgz","integrity":"sha512-HpxV3i9IaIfFaDxMzYcD0gLaeVYI21ITjkb8j8aoWOYx6LhdWiSJzqdgzMEuMvqT3JWXKYboukeoTmZP34V5Lg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDH6yGr581ZmufofB6pXbMtkh2xmAVcEzJdRE1e+w4mrAiEAnPMO83o6JvtVmhlomcOzt3/4zbNHRni+sZYAfC47pHQ="}]}},"0.4.0":{"name":"gridstack","version":"0.4.0","dependencies":{"jquery":"^3.1.0","jquery-ui":"^1.12.0","lodash":"^4.17.10"},"devDependencies":{"components-jqueryui":"1.12.1","connect":"^3.6.6","coveralls":"^3.0.1","doctoc":"^1.3.1","grunt":"^1.0.2","grunt-cli":"^1.2.0","grunt-contrib-connect":"^1.0.2","grunt-contrib-copy":"^1.0.0","grunt-contrib-cssmin":"^2.2.1","grunt-contrib-jshint":"^1.0.0","grunt-contrib-uglify":"^3.3.0","grunt-contrib-watch":"^1.0.1","grunt-jscs":"^3.0.1","grunt-protractor-runner":"^5.0.0","grunt-protractor-webdriver":"^0.2.5","grunt-sass":"^2.1.0","jasmine-core":"^3.1.0","karma":"^2.0.2","karma-coverage":"^1.1.2","karma-coveralls":"^1.1.2","karma-jasmine":"^1.1.2","karma-phantomjs-launcher":"^1.0.4","phantomjs-prebuilt":"^2.1.16","serve-static":"^1.13.2"},"dist":{"integrity":"sha512-N8ehAjdZWNm1lik9J34X9YrjGla9+9odm0RmrpLmUaQUit99ap+ve8TdYkJR/JlUMfI1zBgmxNcAxVWMKKpkWw==","shasum":"9b1fbf5bccb73cc41f26cd1dc45b248ef5b4f37d","tarball":"https://registry.npmjs.org/gridstack/-/gridstack-0.4.0.tgz","fileCount":31,"unpackedSize":425036,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa9bBiCRA9TVsSAnZWagAA5dwP+QE7IDBMVY5kS8MafQS9\ndMW1UhInkU0INFuCuGV8WRGpW6y3xxIE3qrSsbBl5EvjWLi1+4hzeond/kZp\nTCpGtznNSSHu+kuHEOtsKwcchfwzLT59VzoX6SteT4bnHPgD0a7FP1dSg3Lz\nEgYY9XDVOkU69ymBS0knlXbuwSv3/qsN9OFyNBADN1kVSzQVSiP9nN11lmv2\nl1HbuND9li5i+IxDE5h443rIWqfG7ZxU9pK21k80KOZRUtDdyB+g/XFGNPhg\ngtK52ol5NqH9AKHC3GnguBNxytyRHlYypjQ40yiJDse0C5qcLYNzdG4+893B\nfUO1zznqClolL1l1UaXuVHwZRimkC5y2yzrBxZ6q9VC/513iAsYYsEO6mNHe\nuYDffVGVQQB22qs5bwHIxR/KCqwV3GUYTeTYt+rAg3kCbHSLT9MDRB9pyJ7C\nxtvtj8Ysz1zy7Mj4kfPfY5DJA/EpBfprV6Mo8mklNczZtxjpp3QsUPAsrUrn\nzkmBk7h+oGZGTwIUom5QMXC2QuFgioizIRBjcSdXCKBwihs/U2ftmu4OsC2c\nyTR20Yt6rhjZ9ExZO6XMRc3irFDc0oXLd+kqo/W/dP7RIyzypv/khR0yubpG\nZ7M7YjjGENcrSrT/qAyGjr0u+rDXloquGp68bR+DfwhtnZTtUsWV0Z7BoQ9P\njw8K\r\n=JdFy\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIA5TsXOKbS96czeIjo88uvH4XRq4CSUaExQpyjiq5luPAiEAks7z9R5NmIrvUeEyu6+s1lfVG23gBk755E/KK0n0Y9g="}]}},"0.5.0":{"name":"gridstack","version":"0.5.0","dependencies":{"jquery":"^3.1.0","jquery-ui":"^1.12.0"},"devDependencies":{"components-jqueryui":"1.12.1","connect":"^3.6.6","core-js":"^3.0.0","coveralls":"^3.0.3","doctoc":"^1.4.0","grunt":"^1.0.4","grunt-cli":"^1.3.2","grunt-contrib-connect":"^2.0.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-cssmin":"^3.0.0","grunt-contrib-jshint":"^2.1.0","grunt-contrib-uglify":"^4.0.1","grunt-contrib-watch":"^1.1.0","grunt-jscs":"^3.0.1","grunt-protractor-runner":"^5.0.0","grunt-protractor-webdriver":"^0.2.5","grunt-sass":"2.1.0","jasmine-core":"^3.3.0","karma":"^4.0.1","karma-chrome-launcher":"^2.2.0","karma-coverage":"^1.1.2","karma-coveralls":"^2.1.0","karma-jasmine":"^2.0.1","puppeteer":"^1.13.0","serve-static":"^1.13.2"},"dist":{"integrity":"sha512-X4uO11BZ6jK1sIsgZRd2YIVF+Oq4cFYvgYOwx+KTKGYNCh3IMp4LeFF1Y6TOSk6tlQJuZLDwxUGF5as3dVvuiw==","shasum":"db1599cc91a4255207988f95b683f0663a48372d","tarball":"https://registry.npmjs.org/gridstack/-/gridstack-0.5.0.tgz","fileCount":31,"unpackedSize":647729,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdwyszCRA9TVsSAnZWagAAlosP/0Aphn+WlhHIe47ql4Yd\njc3ETXaZNHtIj8JxgtUH06zTF8bBA7C44ndVMdXfz/cOvZzaUd82QKWsfuQa\nojTTfJ+bkvRE8UWUp7fCnrKL3SjRTNa9VF5vfTQIyAZcmcpf49hjcePJhCAV\nZNnEUMEUpJDWVjPH9vk41lSYWjQtoCxvkmWB0+N7S72wrgm4vOw7jLMEz0Gd\n2OFp0yfo6A3SKPX1reT/9j0PBri0YkcTXOkOLAs/FDFQzFMwtY/IUJtVmE0d\nJis4+JvvzISaHJdiosfK1/nFi3XPtiUHiL46Ll/T5v8CCgOrpykhcUiRP+Qc\n6d5paMPbYOcfr99OAGPCEw0M9FM0Dw9Uf7b2FgVZbVisL7AvUNaeFZJ0AvHz\n4XP4YJ5uNULJz38QT1bJdn0xIsOc7+BTxpzLv25tBmWdmKc9WKlBRwNOtOA9\nnsaI2mCwNI1ldQ6jpzu3PQy39KulgVBt9vDRWyGxeFFXh0WpS2KffeRNI0jm\nld2NE9xpuKEACsnRlQsTm/8yefSQMJ2Be4RyN76Mv/GclcdeLH2AJe49Mt7O\nIOsfxuRd/Uv/Hr2wLC557foBu1hnG87YtiSCeWCFwbWtC4MmOom9bvH+x4Jx\n54ce51cAiIZp1NLqiuMW/ioRMn9gJKQpvLW+tt/8LFO6JznLYW/oLmfdPYH7\nP0lL\r\n=PiMO\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAUzoUIVzWtBY5nNzECCR6TCWPN7thkhy4ZTvQ5KRjwUAiEA2PBnHMi1flcRTJFHl+Ah+qjZDRTHxs3GTBIWxuKi4VY="}]}},"0.5.1":{"name":"gridstack","version":"0.5.1","dependencies":{"jquery":"^3.1.0","jquery-ui":"^1.12.0"},"devDependencies":{"components-jqueryui":"1.12.1","connect":"^3.6.6","core-js":"^3.0.0","coveralls":"^3.0.3","doctoc":"^1.4.0","grunt":"^1.0.4","grunt-cli":"^1.3.2","grunt-contrib-connect":"^2.0.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-cssmin":"^3.0.0","grunt-contrib-jshint":"^2.1.0","grunt-contrib-uglify":"^4.0.1","grunt-contrib-watch":"^1.1.0","grunt-jscs":"^3.0.1","grunt-protractor-runner":"^5.0.0","grunt-protractor-webdriver":"^0.2.5","grunt-sass":"2.1.0","jasmine-core":"^3.3.0","karma":"^4.0.1","karma-chrome-launcher":"^2.2.0","karma-coverage":"^1.1.2","karma-coveralls":"^2.1.0","karma-jasmine":"^2.0.1","puppeteer":"^1.13.0","serve-static":"^1.13.2"},"dist":{"integrity":"sha512-bahJkFWIwdLDkOgcPXGawcuf8zYh9iDDKUmsgdcy9HWkKCZbZh8cleb8BvkZ/QhVYkpbVRRZ+D4SDvHESOLvrw==","shasum":"6ffdf7a594b1fd1bbbad9c93719362a129f4d999","tarball":"https://registry.npmjs.org/gridstack/-/gridstack-0.5.1.tgz","fileCount":15,"unpackedSize":306981,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdxHbCCRA9TVsSAnZWagAAJjcQAIs7kUqCzr6HP30tczsc\nC1G1Z70W2kOemruVulkR/PZyvRqRf4BBxaAeIZMnfZmASWkxk1jnMG2MlEGt\nySzXBnB31pEvWOubG6tnv7C7QMAABXv/zcviT2OJwGFHnhgG3dXqDmmm6Gsv\n8OMBuXn+XF7tnHwljAeHP4h3OVTxOXg0JPfbhmatIcowL1ZjHP7QOvbI/cw+\nSnchWg+TLsi9qO1Z+QXd8KOg4w+Jg3I6prtXbtSGDu9Z/eq52mhCj2qk4m3Q\nn6TRIRffWWEFZVvTIb8MD1TlTF60C0DPjaXs1cONk5Ht1K1L20eOOTdE0jlA\nDSL4QaEkJXR+VjucW+iIkypfU4EUywunT4Vk9F/8cxmDo8CgWlFUJ/X+jUzW\n8GYLlR07AdRwiL/CxVu04I7DsI8BvSVTpoBli8zvQ1vK/s+x9amy3TuaY68Y\ngE9SjRoOH4UYlw9bdDH19vUFUWg5ePNmNsGRcOtEXjXEMrXGXHzzVYDcNxm0\nnFFnP44ghE3DidjrR2Y0ljbsXLpKm+3fh+SkrAr90fKmqfiytB7MIsPWzc7a\nHkoxh//onkZMjL9JdORVN54ji3Naal0vfDM4hbolyAZZjO8+EuTNpfP/SDSN\nOrU9o73FfFiAKZgEWH0xUknNrtEf44E+yXCkDxucJc2SxWa4hzjDN18uZqEd\nGrSo\r\n=7mb6\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCm5dE5NrbicysmWviakxndwanKRkSe64llrMxIxJDnVAIgC4i/H9ZmAIXrFMl5X+o7RU8fc8rKbUnJhfUcLmjXNNc="}]}},"0.5.2":{"name":"gridstack","version":"0.5.2","dependencies":{"jquery":"^3.1.0","jquery-ui":"^1.12.0"},"devDependencies":{"components-jqueryui":"1.12.1","connect":"^3.6.6","core-js":"^3.0.0","coveralls":"^3.0.3","doctoc":"^1.4.0","grunt":"^1.0.4","grunt-cli":"^1.3.2","grunt-contrib-connect":"^2.0.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-cssmin":"^3.0.0","grunt-contrib-jshint":"^2.1.0","grunt-contrib-uglify":"^4.0.1","grunt-contrib-watch":"^1.1.0","grunt-jscs":"^3.0.1","grunt-protractor-runner":"^5.0.0","grunt-protractor-webdriver":"^0.2.5","grunt-sass":"2.1.0","jasmine-core":"^3.3.0","karma":"^4.0.1","karma-chrome-launcher":"^2.2.0","karma-coverage":"^1.1.2","karma-coveralls":"^2.1.0","karma-jasmine":"^2.0.1","puppeteer":"^1.13.0","serve-static":"^1.13.2"},"dist":{"integrity":"sha512-mn9ned8C6wnr8QNQJJ1sPMKcPXPO5wAHQv49auf9lRLG8Jx0i8+MbzZvnhsA0k+9Q/2RA7SuvnrrMUX7un8HQQ==","shasum":"9394b72e21e1627b447fd5ea09725db8ef5b1368","tarball":"https://registry.npmjs.org/gridstack/-/gridstack-0.5.2.tgz","fileCount":17,"unpackedSize":391293,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdzH0cCRA9TVsSAnZWagAA2KgP/3My1HtHLjyyA2LwhsH5\nefBQO/lPYcI7gtX2DTG4Q9IT9GBVD5AZO8djkt56WjfK4seUuEe1sHq8gJlO\nVMB09+dcYVM372lmAObVCwwkc6sqAlYytoq096SZJ4voVoVzP5D4AjHt6Soq\nRU7Np0OHlUMw4oamMX1iadZf2VmesRedo0S61YvLnC4ofzmUe+bZfbR0Hryf\npbltgZhtlvaJnycVlYP8PNAv961o0KB2Sz0e/ekgrTj4IdtkS0vsJ9Tfl+7t\nWNIO+ZRsn7gWWvxPHciysFN7M1nd7aOEMZt3n5quMQ39VI5oMovYa020kdBO\nc36XGHcWdUyjWU5pZkkRCPncypdj1TGM2ExypoJvoZnzTsU0ykkBAkzW9SKV\n9VyQXXzwId8x0bN6UaNQlHRqmf5r5wdh1hIL+OzzmUyTAWWfY/CGhmf+KyG0\nJreAbLSC0mJ2XXfT+teFB1cNhyatmtsxOaaKARnMntdyrlqTqDdnkc7WoeXs\nOETs3Lf3m5DrjhaW4HN4QYAnbGxeFGcJZB1YnfT8KFg6mi8v9s38Y6K6zqr1\nJFfGuCYx+EaFt1lfdeA+3uYJGJ+5GPW2CiOmOhYH5adhMY91+1OQjhgM1jr+\nowEY/fJjdC/TWgxlex5yvLucqCpwKMgBsvAj3M1GcweLjoRROEeUecvMHNwY\nujXv\r\n=lwzN\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFb5ntNmofu+YX27dygkPNdCz4p6d6fTu8zjee2u7DbQAiEA/TRJqLMRbHWZikwzclGNZEEttlF94ZbHGJqDmCU7Dpk="}]}},"0.5.3":{"name":"gridstack","version":"0.5.3","dependencies":{"jquery":"^3.1.0","jquery-ui":"^1.12.0"},"devDependencies":{"components-jqueryui":"1.12.1","connect":"^3.6.6","core-js":"^3.0.0","coveralls":"^3.0.3","doctoc":"^1.4.0","grunt":"^1.0.4","grunt-cli":"^1.3.2","grunt-contrib-connect":"^2.0.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-cssmin":"^3.0.0","grunt-contrib-uglify":"^4.0.1","grunt-contrib-watch":"^1.1.0","grunt-eslint":"^20.1.0","grunt-protractor-runner":"^5.0.0","grunt-protractor-webdriver":"^0.2.5","grunt-sass":"2.1.0","jasmine-core":"^3.3.0","karma":"^4.0.1","karma-chrome-launcher":"^2.2.0","karma-coverage":"^1.1.2","karma-coveralls":"^2.1.0","karma-jasmine":"^2.0.1","puppeteer":"^1.13.0","serve-static":"^1.13.2"},"dist":{"integrity":"sha512-wCAm3B8MH5JSEWReHwZJutz3UXM2zPBc2n5T7ErmGkFVss+CHQP9YmnvBTwhjk9Mk0SGiitCpgveG6blr0TRYw==","shasum":"451dbf10cba1fa1713ef7d07640e84281c1f50b3","tarball":"https://registry.npmjs.org/gridstack/-/gridstack-0.5.3.tgz","fileCount":19,"unpackedSize":385853,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd1W2RCRA9TVsSAnZWagAAxy0P/j52VQFvcVFSsK2w8XD0\nWXXARFWBPobvF7Uk79hMJ/0T931ZUfPRYwGqyIlT/X7VkV9ijTmkhdg1kqCv\nX142AUpzAjW+HvLtElbW5VBD/N6yaLkNG3BbIXGLs+kTrl/3SAKwPraEoVz1\nGcI/uKB/3NLcIYexhId7cwzl2HnEEJlXUNpH6rz8hESP101zGv0PC6yysI3l\nSFiZadekdhO/hRHHU0IodiLmmRKIqa5w8FefbTuVED/SYCsn1juGXImh980m\nPVhHH/Ms2X5dib3xbuitOmKYdniKMug8fKnfcvSvRrbsgLPgVQIlqw6MPuZF\nGx/xnRi4AGsPOXGCC05gC6J1UZCIm2XZ6T/x4dWTi6PWp+q/wi6P5oeH31hn\nUfD9SaACZCReGr8DU/LyZ6yOAsYhEBqh75FZO7Gjb8CyZYUTPXqDnbr7J3Mw\nkuZBHDElacWUoNa43M4u5lqkcFtdNiQNPzI9+GcSFAQdF3PqChj36joI3/4c\nHSmXI02joCT2ZNzSP4zIPRVCSVQF+DOfwJXMPsm4iP8fSRNyVarKNZJC4DmV\nYhXu/GkpFMszIlHtp8uzaYInnygFu79RS/89K02RTnfUntq/Obs2luN3uvTI\nYMh54jZ4wlmLa/oz221eutmcpdra4MdAqmG1zK3NFJt/BK+r8YlTUp0C06+7\ntyXv\r\n=gceX\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDRsHn+dcY6VdAOzN+M7F3XI7wg6mw0LynGflZWOQE+KwIgGXwYEjwGUA8Hq5bYe7cELozpypjC9gegifwp/9GK3zU="}]}},"0.5.4":{"name":"gridstack","version":"0.5.4","dependencies":{"jquery":"^1.8 || 2 || 3"},"devDependencies":{"connect":"^3.6.6","core-js":"^3.0.0","coveralls":"^3.0.3","doctoc":"^1.4.0","grunt":"^1.0.4","grunt-cli":"^1.3.2","grunt-contrib-connect":"^2.0.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-cssmin":"^3.0.0","grunt-contrib-uglify":"^4.0.1","grunt-contrib-watch":"^1.1.0","grunt-eslint":"^20.1.0","grunt-protractor-runner":"^5.0.0","grunt-protractor-webdriver":"^0.2.5","grunt-sass":"2.1.0","jasmine-core":"^3.3.0","karma":"^4.0.1","karma-chrome-launcher":"^2.2.0","karma-coverage":"^1.1.2","karma-coveralls":"^2.1.0","karma-jasmine":"^2.0.1","puppeteer":"^1.13.0","serve-static":"^1.13.2"},"dist":{"integrity":"sha512-XTfDOqGKRa7Kt231Z+e5OYoHBUNmBZmXfWuemJpF6vp3DpWLa+kXDcll89AM0atDnZUZq7mbWTZv+SEcIbDjcw==","shasum":"73043b7c6459e8aa54bb6159315c9bb3f3072872","tarball":"https://registry.npmjs.org/gridstack/-/gridstack-0.5.4.tgz","fileCount":23,"unpackedSize":769600,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd3WVuCRA9TVsSAnZWagAA4f0QAIQ3R0YefUZH6zmwCfCj\nl3hsEIThuxiSNBmhz2dWsTE3DrR3vlc01yHwwKvQMTJq1Kj9wdzKWYUED8pg\n9h1AOQPOrlbErmkPCvoetS1dtAMnB8u0BCe9rEoeWEbGnqb0TWEDVSuP2i39\nqzPONhGK8UrUL/7mL9zNp/M9bXW4TwxU3o5S9HftqiQhBqXJ7LiY8BeBNZ4b\noTn1cFoEljIBKscwE9S/N84JaOAgJoXUOmdHhwNHwdxbmpc39VC3vtY9UIXN\nkVnlGTczCciSoEa77gcgA9Iy851miIKRRH5xVAuCGGwK3qPF2sP79ExxUOy8\nVPI9adeGrO1GPAM40uTLvYHtJNjibXi+PbrN1kt/cUffGrR7wT4RQkJxsZqz\n3CPS2f17SuriufL67pZgesJbdyCWUzh7i4WvwgsHraFN22IWtS0ASi7z6v1l\nSc8EAmRBZniLio6vBTf95ruMdLSWue21GR52xGHmz2zGriTM5TjJorR9Dvuu\nYXBss3LTkIx7G1a1pQKZeAg/Qgd2CqH+hVd8QdPRbqv6WE3OcVtspdeFUdQi\nwGpAkgomjqgal0cthSxcpGAxuQTh5QmMr4lHMUNp85fQ8QFde4gJBO2cOUQK\nIPsi2oKEIXZ/fOzzRiSfooiYUjIrPLd3PaCdyjNZ9lEJY58fqX3AQf7dRq8/\n7rC1\r\n=o4Bd\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDAlRLf/cw+BRyqq649HlDZybA92t8oZ/kSjN8IKRKzpAiEAhyKwJr9Guc//lEC4dlx70qwC5LvTLNq9OW+Q0HdGEjk="}]}},"0.5.5":{"name":"gridstack","version":"0.5.5","dependencies":{"jquery":"^1.8 || 2 || 3"},"devDependencies":{"connect":"^3.6.6","core-js":"^3.0.0","coveralls":"^3.0.3","doctoc":"^1.4.0","grunt":"^1.0.4","grunt-cli":"^1.3.2","grunt-contrib-connect":"^2.0.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-cssmin":"^3.0.0","grunt-contrib-uglify":"^4.0.1","grunt-contrib-watch":"^1.1.0","grunt-eslint":"^20.1.0","grunt-protractor-runner":"^5.0.0","grunt-protractor-webdriver":"^0.2.5","grunt-sass":"2.1.0","jasmine-core":"^3.3.0","karma":"^4.0.1","karma-chrome-launcher":"^2.2.0","karma-coverage":"^1.1.2","karma-coveralls":"^2.1.0","karma-jasmine":"^2.0.1","puppeteer":"^1.13.0","serve-static":"^1.13.2"},"dist":{"integrity":"sha512-ctHlY08JRDE6qjjTCyow/l3OEcy5pT6po80hgtoF8qjzHs+lguPnwpL+WaEUBGfQmT3bWNfpz0x9CVYOKR9wfw==","shasum":"7aa95e1746891029940661a199f680a653c0e27b","tarball":"https://registry.npmjs.org/gridstack/-/gridstack-0.5.5.tgz","fileCount":20,"unpackedSize":625144,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd3xTjCRA9TVsSAnZWagAA22sP/0YM3cWBHYuRN0fEIv4m\nMt+zyrVioXbqcJp35PfTFZ6qjdLMGpjgj4GvYtdzGfPOA/esjB6ZQy8AJ18T\n+5UZrWF/cqFppsvQBAfDlOEqJTUmnxJVI+7EVohurQGDhPBA7GYDfmK94vEt\nWcD0909XCsRU7It2axTTcrMPsZOBPEq2cChFpEjE8l8pURtfGIJJj08m6JKJ\n552hAvI97NTHjx3X4FwcDtpboGB3L9VufMT/cf6aUgcH7wDSwp3mHBVM+jE1\nLAFRNeUsdYVR42+WwAd0EYs92Kyf6JiHYaM4D3G8KV9lEbFM/PfuE9oGXtG3\nssVGxrggXt9g+ogTvginCdBFFbgBzmNlRDlPzLZ8h8DUiGhfsIYYZwXceNg0\n52RfmaolIci9DKqJZQlCDJAMDhA3MqyEQABN+4efuhZ4uOJGfsaF7zNOdOFD\n4q5bf7RYP2qfPfSxGT0scfb5xqWCYM4ugnfQQ/Ro8QanrGB7g7zxvZcebQgc\n3c8FQGZ3kF/1uZuvVFbRSyeiNqHfSgn6ElOsOSu7mVS4Lv10LuSbXnsfUYUZ\nhNoplsQ90+LuThJfMPVLyN758gQ+roMu61hkpqs6uqd7LDwlt544KM+ds9jK\nHYKzBQ0IT0BlGRi/jI+2gQRVcuLlc+vZP/YL79iJOkD33ciIZuE8OUf4Szze\nulXF\r\n=+bDQ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEzmJGcg1+Cx059qavxIY6v+nqHUi0BDCMI4bqMk3ttEAiBDyV6gAZ87lOgGQwxZals+P7qU1FJ4dKye1e0+UpRDGg=="}]}},"0.6.0":{"name":"gridstack","version":"0.6.0","dependencies":{"jquery":"^1.8 || 2 || 3"},"devDependencies":{"connect":"^3.6.6","core-js":"^3.0.0","coveralls":"^3.0.3","doctoc":"^1.4.0","grunt":"^1.0.4","grunt-cli":"^1.3.2","grunt-contrib-connect":"^2.0.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-cssmin":"^3.0.0","grunt-contrib-uglify":"^4.0.1","grunt-contrib-watch":"^1.1.0","grunt-eslint":"^20.1.0","grunt-protractor-runner":"^5.0.0","grunt-protractor-webdriver":"^0.2.5","grunt-sass":"2.1.0","jasmine-core":"^3.3.0","karma":"^4.0.1","karma-chrome-launcher":"^2.2.0","karma-coverage":"^1.1.2","karma-coveralls":"^2.1.0","karma-jasmine":"^2.0.1","puppeteer":"^1.13.0","serve-static":"^1.13.2"},"dist":{"integrity":"sha512-bcg/xP/4Fh3/dIhRIQFPBybR4C/C/eLBT213ZZfQvs3kpUMav7aZhzUZo1JHtPyLRarDGoxoDYg6B7dE86FkrA==","shasum":"3927d878114cd7fada136b1fd9be383b14180ef1","tarball":"https://registry.npmjs.org/gridstack/-/gridstack-0.6.0.tgz","fileCount":20,"unpackedSize":632161,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeAkSrCRA9TVsSAnZWagAAA50P/1x3ufVOmI4hVssUPm+0\nY99mvpqkEFbpTW+3kAcTJWkr5JI9X8y+p5Zr9ieySA2UToaNVhoGbp7EgLRD\nIJ/ewUkYmh0YJLCAXGRpqBqbgnhpbKkxfGQ9ZjilZUO+qTSWu8xlr5lVjR21\njbTGEjTiYSlBXgEyvVCe5BTezDIE5x2PCnhL/BEMy2dL9M9RQt2dobcYevam\nRJrNGncUtaJ1fyuU3o3KxRHHTY8Z6b2bsMTjSDA4pCKDsEmiqI6vuf/U8xx4\nFUPR8ziOFd+hLG+dxt29n9qAvj/MIvMRZWwbkQokX/QY2xVTvmyjEa9Y8XZS\nRhpHKZdYL7uFey8yFtaF4pogvdG96yNMKQrEv751HqdGOE8WwovKtOrYSj6n\nTN/2n1YXG74HyR8IOSVjJAU5hOOQ/AdT1COB7seYP2IRBI26XNezocfla0MJ\nvAq+wGdjFb8CEbhCxcnT2wyZCqS8RWsHUTF/EwRvFTLReuM+MsqD1gUbo8bY\nNXhZYDpy85DOYcVj9illp2s28ihyTlSEuiLtTSwfa8StgHnwATlNZ9GQyXEx\n0y47VP1Db35KJLB2EF9LDx46Mfhy6WGd/FV1qvut0G8M7tGZDjCzai3tQkhQ\nTrhEWgOXflmjXkAJCoiNGwyES23/MUdvJJme9rpotCLYGee7/8BcdTFhyjrD\ncVrw\r\n=HzK6\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEb0wIe++gE5CPvrQTxjjbPL2nuMUL/Fhi0q0ViTdneVAiBuKeXB1etpbCzSChaM9JdIaEvEUqrX2qytH++c8DMDHg=="}]}},"0.6.1":{"name":"gridstack","version":"0.6.1","dependencies":{"jquery":"^1.8 || 2 || 3"},"devDependencies":{"connect":"^3.6.6","core-js":"^3.0.0","coveralls":"^3.0.3","doctoc":"^1.4.0","grunt":"^1.0.4","grunt-cli":"^1.3.2","grunt-contrib-connect":"^2.0.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-cssmin":"^3.0.0","grunt-contrib-uglify":"^4.0.1","grunt-contrib-watch":"^1.1.0","grunt-eslint":"^20.1.0","grunt-protractor-runner":"^5.0.0","grunt-protractor-webdriver":"^0.2.5","grunt-sass":"2.1.0","jasmine-core":"^3.3.0","karma":"^4.0.1","karma-chrome-launcher":"^2.2.0","karma-coverage":"^1.1.2","karma-coveralls":"^2.1.0","karma-jasmine":"^2.0.1","puppeteer":"^1.13.0","serve-static":"^1.13.2"},"dist":{"integrity":"sha512-DuB5bAz2p9GP/KoTaESufxDDqlRMoFGXeu4tk90aNNSFfxT4EE48B2t+BiC/xGt0Zl31XOKd60ZBMNKu9dCUbQ==","shasum":"973fe065349c55011ba96acf85b8915fcb11df99","tarball":"https://registry.npmjs.org/gridstack/-/gridstack-0.6.1.tgz","fileCount":20,"unpackedSize":630170,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeNyFzCRA9TVsSAnZWagAAzzgP/iGtYp2zuyd2BUY1mWOn\nhQ7ny0LsOwLwZo1qypYLlmW25jz+vW5bXlcErxvJZB9/+m68hS3QWEr8urjW\nwTuAF6k2pWArn5QKWRk4I8TDq3loJ7+NvEL9Dzd7gWSk2KaWxD7b0oqraaQ0\nhdaFCsOk9gijUSR153Glif59ZnXhSsKkHZZMv5WKLFxKHLzbmNiSmPdEheqq\n2/ORlAMNm4eMzAOSNaCeNtJ8posjDWPa7aURGkBYVMZxvp6E09runqzhmPeg\n5ljxl+ib0wZ1gKJnjo/PEVkDJjbaArOBHY4QTl4DxrlyhPMrNbWOHxijPM7n\n+lEoQtWXYFebWDgQFhsuN3Wmcc1qHKNgiKAlMp1zIsH35409kK2hJe5noJ+i\nO9iwBF7U5Bkki+ZQRVmtWQGbHzjz8ZzHJ/9pI78XLNRFWfqk+l2fGUitNlNi\nX8pgt6ee3iu9bucU1JRw2/1b7MWHHWD7FVNj/MjXaQGsEVNWbNEj8ZQIUM7T\nHjYR0Gd2ARNamcteHr+IqeAVSRxriHiGCVFM4ptGPNq+QwfFC7cM0NNl2Kff\nH3SMmYENT1QLKCHCGq1geJRSJca5G5p5rLwPcBibbHfMObdbAo8OaP6lrwzH\nQP5siNulwIUg3Ty2mWWgs4zJbsXj91YGvQG1vkabnRf9GIOqeXREDQ99CV9D\n24Oz\r\n=G63C\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDixSXZTXLSLABtD/qHNshHJ74uQsYBHt6iibACineBMgIgDXXlK+/hY/sj4arhxsnsegF860Zi1XUuv1nxPrnWKkE="}]}},"0.6.2":{"name":"gridstack","version":"0.6.2","dependencies":{"jquery":"^1.8 || 2 || 3"},"devDependencies":{"connect":"^3.6.6","core-js":"^3.0.0","coveralls":"^3.0.3","doctoc":"^1.4.0","grunt":"^1.0.4","grunt-cli":"^1.3.2","grunt-contrib-connect":"^2.0.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-cssmin":"^3.0.0","grunt-contrib-uglify":"^4.0.1","grunt-contrib-watch":"^1.1.0","grunt-eslint":"^20.1.0","grunt-protractor-runner":"^5.0.0","grunt-protractor-webdriver":"^0.2.5","grunt-sass":"2.1.0","jasmine-core":"^3.3.0","karma":"^4.0.1","karma-chrome-launcher":"^2.2.0","karma-coverage":"^1.1.2","karma-coveralls":"^2.1.0","karma-jasmine":"^2.0.1","puppeteer":"^1.13.0","serve-static":"^1.13.2"},"dist":{"integrity":"sha512-5ixy9gwAszA69GCRZ+VXAyHVCU+ofOYcq/yLZ42ySdYLpvqelnItMlan2HWXXk8MEg/I5PCyHTE8OcWlOu6BJQ==","shasum":"ccce0f9e2b27bebc09ffec0880c44359e12df742","tarball":"https://registry.npmjs.org/gridstack/-/gridstack-0.6.2.tgz","fileCount":20,"unpackedSize":636013,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeONS+CRA9TVsSAnZWagAALbUP/2Fe39vyGqBQco+3lp+Q\nKKbX5IkBHK/AXwVZ+Q/ruUF5TAwVM/IWwnZRlDcA0f0M4AXB49yhK1osKL6E\nSNmYZ6+llcGZ3GdZzK7tu22badtCjSKvpU8LV3y6p9IzOyFEUlR4fS+EEtT9\nx7R7Wh0ug39oMZovDyMVjucK0aVmFs5X8brNsDmhNCDSbndmc1dU4SfvVoRg\nqIddnsXZXcXSY4ao3I44c1QiSJh0FEC9su5sA2LY9J+bOr4AqFFQBzZi5S9m\nwpXBzEjWm9w8xQR4sxDtvsbgAb+FiF1+nFrIqC5TIHKcTGBx36vIHJpPcDgm\nYsUzCBZKUBFwIBKQWjyeoe2QtifvGDjOpQT0NckzzkXOWw9A7ccfjgx1jueK\n/8QJ+BGhQy1r6CuwBIBLzgCzKKttNds0T9pJd4EL4sGwEVt+2H0Q7rmSX4wb\nZIeWxlLgojfIhOIyCj+2HeXZqAN/Mo23wTJhXbslRvxGd8n1rKz0JdgHQApa\nuiTHF6+byfjnVBgSc630hSW+XEMvI3J54/8bRT/PcVFH39KtqSLuEPtt9onc\nmNdjHffOZzrVEeWUjbnFe3jE951gMYG51TCL4Ee0+mtg79K4lJjkelVNlSHh\nriultNP1G0sdhb731TiN9N2G6wRUmJVAPWVD+aLFBmFXor3M3bDoyEDQZrQM\ncpBb\r\n=jlJ9\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCnFKQ+VQmS0vF+sWPIW4zOmdsctLr/tlBOu/97Cdu+bwIgHBc+z+qXhthMxsR6rh25MuLKRsmR+uyAIoLRaZcwZHw="}]}},"0.6.3":{"name":"gridstack","version":"0.6.3","dependencies":{"jquery":"^1.8 || 2 || 3"},"devDependencies":{"connect":"^3.6.6","core-js":"^3.0.0","coveralls":"^3.0.3","doctoc":"^1.4.0","grunt":"^1.0.4","grunt-cli":"^1.3.2","grunt-contrib-connect":"^2.0.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-cssmin":"^3.0.0","grunt-contrib-uglify":"^4.0.1","grunt-contrib-watch":"^1.1.0","grunt-eslint":"^20.1.0","grunt-protractor-runner":"^5.0.0","grunt-protractor-webdriver":"^0.2.5","grunt-sass":"2.1.0","jasmine-core":"^3.3.0","karma":"^4.0.1","karma-chrome-launcher":"^2.2.0","karma-coverage":"^1.1.2","karma-coveralls":"^2.1.0","karma-jasmine":"^2.0.1","puppeteer":"^1.13.0","serve-static":"^1.13.2"},"dist":{"integrity":"sha512-bh7SnCe4N255TNvBIZ6pCRpoAh1By6EH1uHSI5lOytPhdfXn5Vb+k4Wnlt0/VjvNMO+DmehGlmOLo5B2cwX06w==","shasum":"f7ba5dde5f747fd076b8d1365080f2cbe2a9f0b9","tarball":"https://registry.npmjs.org/gridstack/-/gridstack-0.6.3.tgz","fileCount":20,"unpackedSize":628217,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeOyzaCRA9TVsSAnZWagAAVD8P/3x48O2fO0RwHmnPMVWC\nAbyCe7eIaIXyAg31XRGWSxMpPRwr8D0haQKsEJ8FwQ+xuoAvDKuyH4sxCLp2\nLsMieRY0iLM/TNLG5S9pV3wYnj7YEUdNR0CymZ/6gUYTinmZOgpLs4OV28dp\nZ+fLYo4A0T2e7peIsrgFEKvSIy1VLWJuasRFBBO8Egxv8PjY0yIhdoSCH5Kj\nLrwV64R8Y56U34mm+FiH+Sv3M61Aawm0/sw+ZsMdXWuz60Mb1tCho+18EFCd\nc+t2sR12MGTpz1Cix4W13gdwF7nkFK357TaSfT/GYlZ4Y48yVRmLvQ6vDp8T\nIk3o84vwi1yF0oCfu7y6csMjWdchr8r5TZPRwVlEX6NK7xOmpEqL0H3DdkF8\nwY8iW3mGT5q9lg7LnTqVlpNaW4uUi/8MjB8qqqpaZqk3PlCzvZiOKs+5X1Gq\ntPQBEHaxowoTEV/wu1n1pYmKkECSUMbmNt3PYn7Jr1vyJdHOf+Qotr3U3m1Q\nmhBKbBLT7JZ7yGhLagvWFWGPgFsoxWH55uTZcMAZWmwiXiV6X1Kvg/i4Ig+i\nDtcUOWl5gnf1ZLCeCkDfJkx4xZ93zCbbBTAwLA63ITZ8ovuYU+UhdGbJ6TRA\nn7p5Gzetgru5xsHd9CJ05biAlwdsSFcE36eNVZrfSy+lqe3PUp4JfAs2MSR1\no6+B\r\n=CRRO\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC4q6qGMLFA25bI9BkD3DTXyDGm4nbNZAsOEuWuTACZVAIhALXHYtan6byVZjxes0vRIvSM2Mdy6vdsXISk93T73eDI"}]}},"0.6.4":{"name":"gridstack","version":"0.6.4","dependencies":{"jquery":"^1.8 || 2 || 3"},"devDependencies":{"connect":"^3.6.6","core-js":"^3.0.0","coveralls":"^3.0.3","doctoc":"^1.4.0","grunt":"^1.0.4","grunt-cli":"^1.3.2","grunt-contrib-connect":"^2.0.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-cssmin":"^3.0.0","grunt-contrib-uglify":"^4.0.1","grunt-contrib-watch":"^1.1.0","grunt-eslint":"^20.1.0","grunt-protractor-runner":"^5.0.0","grunt-protractor-webdriver":"^0.2.5","grunt-sass":"2.1.0","jasmine-core":"^3.3.0","karma":"^4.0.1","karma-chrome-launcher":"^2.2.0","karma-coverage":"^1.1.2","karma-coveralls":"^2.1.0","karma-jasmine":"^2.0.1","puppeteer":"^1.13.0","serve-static":"^1.13.2"},"dist":{"integrity":"sha512-4ToCnneNg5Uw+ms3xHtPVvsNXdvwQhngdlyNgGkARwvooQu+gLL6xkwPqLU59TsZP/LVvofb2QhEuXyh/ocL8w==","shasum":"f832903a1323a0e536348dd926d7b5d084ca88eb","tarball":"https://registry.npmjs.org/gridstack/-/gridstack-0.6.4.tgz","fileCount":22,"unpackedSize":999344,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeSq9XCRA9TVsSAnZWagAAo8sP+wfdnoOg06/eGQgmEZKS\nIgEvAB3tCDigohussZ7bJM1+Undl2dmw3mDzmBoh86m9e1uXFRNXdMOxOkp+\nVS+qJKmaosyvQHiHZytwuugjbcLS3a+gI6mAgfShtBZfMTKrcyWkhqiTRA0z\nCPSkpxQvq+ja/ReOp90NuxEJmYjOpAcn0zYSaHoWHCnLQ1EcfE6Lzndl4JrK\nuNUSAAns/exqv6kXj5SewY7X9t6/i7ok/gKPK+iTKsrzJEjlT8i0zJ7U5vl/\niI/Tbk4mR5kg3DtSh7ejTI74H1jEFxxzjUVFHP2ilbHPJBNfb/Xu3Sh1hsFJ\nHe8lljVajH1PElhQNxwWTnV9Bbw0MfsZB1XcLQxJzyk3nfv85h9p6pkYJgch\nrUAlnzn46ArhmqnfvAAM6xlCM4J7H3atnSIC8XxwSRRmmaymTX6wjmcaWNw3\n2VvCHXycZ7EMNV3fGS8RlO4CKjUAgzStGHfbJhAvua6ARFexTGW2WBG7sMTu\ncQMvNqx8pJZ+npdi3ZAMZFquKPD7QsuIGA0zyEt0mlGJ0GuwYO5sNrUS/mOO\nhY40RikJBwO0+6/1gOcPNMhwWnpqOJyxCtkExus3yxSQF1rPvlROqPoTl8Qg\nQZjiD/DOuV7cBVlqyHZRPYmczCDPgkDlJ2/7wr7T480vThw6WTVgRALJb8sv\nFpt0\r\n=y0zM\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDEGuaATOCg7mfHjwmFUgAO7ZQ/U/PGGyfJoLzOP1YfTAiEAjygNpG3eyUgXU77UMHnM1g3KbqFVTxxW9kRqHRGTo5Y="}]}},"1.0.0":{"name":"gridstack","version":"1.0.0","devDependencies":{"connect":"^3.7.0","core-js":"^3.6.4","coveralls":"^3.0.9","doctoc":"^1.4.0","grunt":"^1.0.4","grunt-cli":"^1.3.2","grunt-contrib-connect":"^2.1.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-cssmin":"^3.0.0","grunt-contrib-uglify":"^4.0.1","grunt-contrib-watch":"^1.1.0","grunt-eslint":"^22.0.0","grunt-protractor-runner":"^5.0.0","grunt-protractor-webdriver":"^0.2.5","grunt-sass":"3.1.0","jasmine-core":"^3.5.0","karma":"^4.4.1","karma-chrome-launcher":"^3.1.0","karma-coverage":"^2.0.1","karma-coveralls":"^2.1.0","karma-jasmine":"^3.1.1","node-sass":"^4.13.1","puppeteer":"^2.1.1","serve-static":"^1.14.1"},"dist":{"integrity":"sha512-mkKUT+z/0A/h0EKWT7gok0KU9dwAXO3GLJpIGWGZxH2ZDn9eNswq+Ic1Rytb269xY88cMffPcejSx/wOqcgC8Q==","shasum":"8717b16e707aa425b18a089481254bc4e1e857d4","tarball":"https://registry.npmjs.org/gridstack/-/gridstack-1.0.0.tgz","fileCount":25,"unpackedSize":1305995,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeU3xZCRA9TVsSAnZWagAAQssP/3P9x+FBy6SPo0wCedAq\nCNtgKn7Fn2NQjoOiqrwSIqO4hhdHBvsKbZcpCH3anUB9DJKUhzT46lUnRsrX\nlCPEMvHYHddx7zn6mnzddGmd7ICK+ZbdhJ1sEpZlOCcOnZ590KqwNj32uD+I\nTVnSos5jmAcFH5rrfXpnJ9Hkgxz1Nt8tzyiszASjCLGx9yNl2GVrMaxoug5X\nnWH/uawtKdveks1MgpWXXCVnebldweZjEPiH+aH5x6HtYgGAbKlTSBVUOPId\nDm6cdkGD0LBsNgpAlB29WNKswOmjEguzLJCOhNYgaQ6FnaXrrVfYmZYHy9pW\nlfKgeCJnk0lEtmb+LR71ZEcbuHqzrJqnt2mTT/3f1lVJhUcmDOo1iG8r/eua\nOLXYW9HcheP1lqYmowf86ShNPIUhi1WJ1CMnQP3YgmOIAozJlhrM83dNu2WX\nHo+i7KlKR4Momu16O5ScUefE+taoPW+D2dKxFE/5zDE0fqfAE7jwqQXNHXMg\nuLB7HPciEWC7r1aJJytD+fHoFQF5GgDenYJq3d6yHkIStaLgeVTj3einkZO2\nUQseW/CJsnochagF/mlgEhU+HHVPIRD8w5lncFf4pxuLu3fq6AW5RR3uRuNV\nfSTOJQj98xIzpg5azkazuThyQno9ZDFtaRPdPK6TlR/cgG2QmjbBbBHkhJ0N\n/6Uf\r\n=tLQV\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDM34d5FYotrArppEMk8WF0966//26vF12x819BU0SVtQIhAMzy0o6Vcq+B2EfrDmxkcXDDQCFTwGrv9dXOFTdkCwxT"}]}},"1.1.0":{"name":"gridstack","version":"1.1.0","devDependencies":{"connect":"^3.7.0","core-js":"^3.6.4","coveralls":"^3.0.9","doctoc":"^1.4.0","grunt":"^1.0.4","grunt-cli":"^1.3.2","grunt-contrib-connect":"^2.1.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-cssmin":"^3.0.0","grunt-contrib-uglify":"^4.0.1","grunt-contrib-watch":"^1.1.0","grunt-eslint":"^22.0.0","grunt-protractor-runner":"^5.0.0","grunt-protractor-webdriver":"^0.2.5","grunt-sass":"3.1.0","jasmine-core":"^3.5.0","karma":"^4.4.1","karma-chrome-launcher":"^3.1.0","karma-coverage":"^2.0.1","karma-coveralls":"^2.1.0","karma-jasmine":"^3.1.1","node-sass":"^4.13.1","puppeteer":"^2.1.1","serve-static":"^1.14.1"},"dist":{"integrity":"sha512-gv4kzKDlOpv4qP83WGyzNcHsTiZOIVLJhUAuaByO1e6f8OfDd08aCg0Z4xWqHVxJHyPbQRfX7hDaS80ym3UcNw==","shasum":"f8ca0cef6c5ecc99182d5578826b3a0f7a47df31","tarball":"https://registry.npmjs.org/gridstack/-/gridstack-1.1.0.tgz","fileCount":25,"unpackedSize":1310918,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeWqgSCRA9TVsSAnZWagAAIOQP/jqbMmJGERccmD6QMkGd\nFGQrnbFa7vgH4HaHFFzz/q6hQsAyZ71wtc4Z0pCcyCFp7he6aC2gTEo5vlP0\nitOFqlZ2KnPcUH2GmKadsNj2kfHb4JDQOzX0DpQQOrq7kY1YLJ8Uq4lZbLSu\nJ7qvPRpgbzc/0ujqQ9UuhrSqi7MYjyVW9v7wvkWg0dA/i7mlaZUA/OQ8HoRt\n9JrIqN3WGf6+xoIztudhSyr2pvi4D8sEHvjcdMUxxN/vNM++5nEO+68Pf4pF\nRiwgHEYdqNkVL3CrBOPYp9xCZUYfc27jfkZRhm9bM4hGGPt0jlRMy82yq+wy\npeW4cXgAaD4Ap6YKTOsuRvDsz9mL8Yyggcn6Dh+7ztcWKsVHZztcRpWbol3X\np8kbn0RP5qK7m20ZnWEH1/x+q0PfCzt0OL/rzXvFt9uAs6K8EIVf6cNOw2zl\n6utcF1FdXT+7tJ+Jr6gcFWwZf14U1DwcW2OWoVygQrb4rpPJgF7cngcPRwsk\nYVBX78KC7xh4JrshmyH7f/GW32puyjYfSadgCEdYxaAfHav61PcUi0i3i7aV\nNeMvEX6Vm0zAd1gd3jpZxvkoP8Pkl1f8Uzl77PVrcfLXbkp/4de0wJRbdJzf\nlIF9bmlcRg5Q8cHR0JGW6xhQhtwezOeqXoly6IUPC9u4oDt6ZHDp6TQ6HKhV\npkBg\r\n=8LN4\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC9NOLvc6ya422TehwNTPQG7DNCWmePJfpl/s8bSWLm0AIgSLfs0zakW5kAZId6jwSPCBJrdUXPutJF5O4afcYnaGs="}]}},"1.1.1":{"name":"gridstack","version":"1.1.1","devDependencies":{"connect":"^3.7.0","core-js":"^3.6.4","coveralls":"^3.0.9","doctoc":"^1.4.0","grunt":"^1.0.4","grunt-cli":"^1.3.2","grunt-contrib-connect":"^2.1.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-cssmin":"^3.0.0","grunt-contrib-uglify":"^4.0.1","grunt-contrib-watch":"^1.1.0","grunt-eslint":"^22.0.0","grunt-protractor-runner":"^5.0.0","grunt-protractor-webdriver":"^0.2.5","grunt-sass":"3.1.0","jasmine-core":"^3.5.0","karma":"^4.4.1","karma-chrome-launcher":"^3.1.0","karma-coverage":"^2.0.1","karma-coveralls":"^2.1.0","karma-jasmine":"^3.1.1","node-sass":"^4.13.1","puppeteer":"^2.1.1","serve-static":"^1.14.1"},"dist":{"integrity":"sha512-7XqikhTTKK/UbXtvOm+pF+xmxOi1YLWPU9cfcOrdbFbbN2aLLVEhx+oLyayIi7P5UXgaNk/DUHipMIl7L4gA2w==","shasum":"5ebbcd9cb4d47314b34f0534202eb3e3125fc6ee","tarball":"https://registry.npmjs.org/gridstack/-/gridstack-1.1.1.tgz","fileCount":26,"unpackedSize":1300555,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJecWOGCRA9TVsSAnZWagAAvcoP/RpCisex/JJ+BLc6PqBU\n744ozDAAzbO95i+t46dGUyVafyQ7SepjzBJVXQgqUmIxGBTT6mz03ITH2l85\n586cwbIzHRO96E7KiclAOILMqcMgJUHvBjh2CHSNmrJwmFSG2GR+PvD8w7bk\nSEnjpPU+XJ2luxergZkMGqglB1/Ct+nN1/dsHc1apE5Oe2cZX4oI3TVF+5qQ\nGuuMQ3NIMQOhze98O7Ijo/m5lJV0pxleMqNjSBBHPPRpHZ9P0tnR6VJHjgQ8\njp+BNCtyaofqPr9uDrZ0336KJ2PezP9osNit0Ql8BUwlxgEEEhqMmukxBLtg\nciR4nsqpoZjK9Fex1wr50wfn8n8O1Ymx1umpE4cRC8OllDwvuZRrSAxYfBe7\nAAL0WOk2mEVi1HGCbyFb7Se8w7hxIghhVSAm30kB2vZUSnnn9hiUh98FUZoq\n9d+Imd2mb9m/ARRLYam9FE/ZiBkGT0chI+K2vTphjyccoGHuAa2ijqYJ42xI\nkQMkk7jbRUw4dMn/j9HL7flXb/NagopFlj0FJ/3G7wF6mDMXMlmv9BSY9UjC\n5HHMc+w8FMGUeP3fDNKJPdF7VMlh2jqkIPudkgzLVnPvhuEep5ILuqW59VMg\n2eeA6DjkMNttpaLjL2RzXjTXsdFbxmH84NpNONPdRri0CQU7iPOeso4H4uWG\ntKRn\r\n=Wvjc\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDAez3VVHsvYDDjiEtGYXXZfbRflIq8q4QOmivb6p7PxAiByetXBlpl7tEV2sZHRbTRQDtd4Sir7spzfE+6Kqq5Ijw=="}]}},"1.1.2":{"name":"gridstack","version":"1.1.2","devDependencies":{"connect":"^3.7.0","core-js":"^3.6.4","coveralls":"^3.0.9","doctoc":"^1.4.0","grunt":"^1.0.4","grunt-cli":"^1.3.2","grunt-contrib-connect":"^2.1.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-cssmin":"^3.0.0","grunt-contrib-uglify":"^4.0.1","grunt-contrib-watch":"^1.1.0","grunt-eslint":"^22.0.0","grunt-protractor-runner":"^5.0.0","grunt-protractor-webdriver":"^0.2.5","grunt-sass":"3.1.0","jasmine-core":"^3.5.0","karma":"^4.4.1","karma-chrome-launcher":"^3.1.0","karma-coverage":"^2.0.1","karma-coveralls":"^2.1.0","karma-jasmine":"^3.1.1","node-sass":"^4.13.1","puppeteer":"^2.1.1","serve-static":"^1.14.1"},"dist":{"integrity":"sha512-orfS5X58XSbsQMCuiz0+oxU7OGJMO2p1NVfTGJF6zcS5cDNtdX7JlY1ulM0yUnEzkkbcr02uO6txCd48zZariA==","shasum":"1f39e420d7e4c096047adb53ead082c46926998f","tarball":"https://registry.npmjs.org/gridstack/-/gridstack-1.1.2.tgz","fileCount":26,"unpackedSize":1302248,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJewbZMCRA9TVsSAnZWagAAbzEP/0eDOBxXPIYX/GciIuRE\n9GOM2jIvLtHFqk3Rv2HXvmCuU74NFn8aoDvDItUDKpfX1+vZCuuuLofke8o5\nxtDMeAo+W8cnZJxVAng9cZdfzjwvjlYyqjV1QTmVMG6agIZXwaiTUDWz5HOt\nuTwL2HfXjtcpxjSp6vJZ0naF2bTLYUhvAO988HkH74XN3++TAqTvhXysfOwa\n27ePRHiN1JdBrpJgYNguEu6mdnm614uFX5IDaIfNiXnlkHrEvIRyFObQc60s\nlaCOHNsGPzfvwjAxzkDw361dkoOelXYVXs8/CEE2cYBLoi71/q5GngtoFkBB\ng0ynX+uVGUk+yYsyi5F3/G0V9JhvO6B+OGUXeC1iUsi9aHo8ph1wZEx4AT9N\ncALIpyxntAitK1WLdg4hX/subTUjsdrK7DBgz2bnP+uM8zQm7OBI+LNkmZdp\neo8uvlkef2M2TqNxpwU9jGDMmSwFV2Dpne/StumC65lYr8HYVLxtewTMUmDR\ntvAbFWtamo8kRYu8Vdhdyz6BcQtafKUjqcr0RQnn1IGbC0iOTkXhf1XentC1\nkjO9WHYLE10O9tL/LN+mK4gMtjpIqrGKhTItdKy7Uza9LLIyUx55N79ttoHr\npIN4x+DchfDmtJDpdHy+gB1FqmE+4H9iIIIUFSnpxrC2YuqcS8UZmI5MN7VV\n4Evc\r\n=hwRO\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAM9ViffA8S62kVPlfuPRSjLYemKADYkVRFcHM8a3EBFAiBhLXu9Oxzf1LbH8HeGt4kZg6G/MkzIuGixXr6phRTOqg=="}]}},"1.2.0":{"name":"gridstack","version":"1.2.0","devDependencies":{"connect":"^3.7.0","core-js":"^3.6.4","coveralls":"^3.0.9","doctoc":"^1.4.0","grunt":"^1.0.4","grunt-cli":"^1.3.2","grunt-contrib-connect":"^2.1.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-cssmin":"^3.0.0","grunt-contrib-uglify":"^4.0.1","grunt-contrib-watch":"^1.1.0","grunt-eslint":"^22.0.0","grunt-protractor-runner":"^5.0.0","grunt-protractor-webdriver":"^0.2.5","grunt-sass":"3.1.0","jasmine-core":"^3.5.0","karma":"^4.4.1","karma-chrome-launcher":"^3.1.0","karma-coverage":"^2.0.1","karma-coveralls":"^2.1.0","karma-jasmine":"^3.1.1","node-sass":"^4.13.1","puppeteer":"^2.1.1","serve-static":"^1.14.1"},"dist":{"integrity":"sha512-qcK0Zb2ybT9U0nrGQDTm1cdOYtSfZe88PmK6076iH82zE5+ucyIXC2O5yQCaoJGfo1qlMYwSBXm0GKO62Vt7ew==","shasum":"981883f88f0ebcd738d63325bdc7a9b471e102cf","tarball":"https://registry.npmjs.org/gridstack/-/gridstack-1.2.0.tgz","fileCount":26,"unpackedSize":1315101,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfJZR7CRA9TVsSAnZWagAAbGIP/2VTa4NfxseBNzgDh9+2\n32YhxbiSUZwWcylFyjSnwx6u1BSZ5PBxR84sbuHNscKPBdaEBCENmWur6Ilz\nB4FJ7tdDwfNIWJL1b80LNA56nlB8li21IpqRlzMm7Q6DWBe0bG+si6JSQ+Wt\niMP8IIWGr0LkkuFgM9cIh1vvlYTWmDcSW/k3JKerfTWu6MMfg5v0lf7NAPvK\nqSqXX006SsKoxLwvb3dlOUtvUIed2BVooSYUUzUJ/Gld4HKiI/5+Y2HWnfx7\nrPBi9IHYe0Ty5fOjc6dlkA6X83a78k4OEOLXIEhdJ2Rzcz+H6EPC+ngVdl98\nh+/4nPhObllUnFd/Gx3G4fUCqJLI/oPdLXx7VbPskNlSk2uLMx/iW0TQHS0z\nTr60SaSzMiOR/w+0s7WHxB1S0aRjYSH6xTS+bV1laviMd4OuY9oO4pq66zqp\nuaTuRJlZl+NjkJr5qC2+2SUCqeroNNQObWuPo51Zw5exgrbTLownIibUo74k\n2s6HywbkIeIOrxjQUg9fTKLon7bnhHIJWLsO8bZI3RdFTnqZ7EYyrctEipRg\nXQuDEr4lTi3/98O712F/o76Dw4DVaINF0RmC0QeLRakjNE8DXmzjE9SERvnc\n49/aiOIO323HgvWW4hzmbcTHOkKkLwzsXsKxtB2aCK7TJVjAye58QGcr85jr\nfveJ\r\n=z3BK\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCZ0wfjW3gPcqgyUUuSvHh0BP0klEPQcOIEVuSjqb4RQwIhAP7rTyj/fT6+ed0rH9DiOC2NACgfimIu2ujeuJJ1jXyr"}]}},"2.0.0-rc":{"name":"gridstack","version":"2.0.0-rc","devDependencies":{"@types/jasmine":"^3.5.9","@types/jquery":"^3.5.1","@types/jqueryui":"^1.12.13","@typescript-eslint/eslint-plugin":"^2.23.0","@typescript-eslint/parser":"^2.23.0","connect":"^3.7.0","core-js":"^3.6.4","coveralls":"^3.0.9","doctoc":"^1.4.0","eslint":"^6.8.0","grunt":"^1.0.4","grunt-cli":"^1.3.2","grunt-contrib-connect":"^2.1.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-cssmin":"^3.0.0","grunt-contrib-uglify":"^4.0.1","grunt-contrib-watch":"^1.1.0","grunt-eslint":"^22.0.0","grunt-protractor-runner":"^5.0.0","grunt-protractor-webdriver":"^0.2.5","grunt-sass":"3.1.0","jasmine-core":"^3.5.0","karma":"^4.4.1","karma-chrome-launcher":"^3.1.0","karma-cli":"^2.0.0","karma-jasmine":"^3.1.1","karma-typescript":"4.1.1","node-sass":"^4.13.1","puppeteer":"^2.1.1","serve-static":"^1.14.1","ts-loader":"^6.2.1","typescript":"3.4.5","webpack":"^4.44.1","webpack-cli":"^3.3.12"},"dist":{"integrity":"sha512-e8m/ip69Z+wuOZJhx7RsPVSnFXA0qXLUAEjRpXKqOawXMuLpUJ6JlWK6luZ2dZtFquOMhylFqfJ2/AkcrhRDRA==","shasum":"3c94a9f4db2a679c69bd2d2d1dfeb1d888542aaa","tarball":"https://registry.npmjs.org/gridstack/-/gridstack-2.0.0-rc.tgz","fileCount":36,"unpackedSize":1866714,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfMtJICRA9TVsSAnZWagAARw4P/2F9xW2d56F2nA/gjm4v\n5OHlVuHEqNArGeZzERBx8pfkVs9EtQ17FEPPGnB9pqsotNC5Lbta8iUogVcM\nGcJzoaY8pTdpAksTMsUAp7caYTIwdx7Uxc5OVWSPiI1TthW0wJYfCz8N8zU2\n/nUTxxXmAw/dZmd8DIb4ouz1ruxeY/E1CMCLonYQo9/1w4CDQtCY5G6Nsdob\ntrQNomQqwFGhG/Q+CeTbO5VMJ3qcs8vNz+pP+wS+DUiXZfFY5ta7UUX4btpZ\nVaguApFOf7r+x4681AW0TI7rAEnpATlIExRz2A/RM6P2QZcztUEVE/58yZhs\nI2uUX88f6tTV8vfOt50VWorarvc+ioap8XbVH/1r6RTgiCqtBy+tuuI2CQkn\n7bztCN7PnTgM1iUa66O1IJYytI0MGtCGiytsJVP9wFwYYFtUqzAymWkj5YbZ\niFQfYk1bwLv6x2o5cujtE5YXEgogsx+9+WGTxyauAob2FOW5d6gd0pxGoY6g\neGdfjujgrEaVyfCPbZvR+fs8w9XQMtykhObWI4IelwDFPFfA2IzOh0RpVjY3\nmOUHyoq867qnsRq2ql1lGJHfW0Uhch1BRCvxwurGXpMDjdLj3fkJOSF2/E4b\nh2uKmV4cQTXDZnx1Ud6t4FLJyfB2sfbdwobM/xDpRGqKrG0QC977KlXNjGjI\nl0FD\r\n=NTHa\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCAZzzIPxKbHZQXK9aXg9hlxLqQnO99kCXfXkP/e8YVMAIhALzkBi+43vFIQLyzh+Weay6LPBwVKokeKJPU3PAD63hz"}]}},"2.0.0-rc2":{"name":"gridstack","version":"2.0.0-rc2","devDependencies":{"@types/jasmine":"^3.5.9","@types/jquery":"^3.5.1","@types/jqueryui":"^1.12.13","@typescript-eslint/eslint-plugin":"^2.23.0","@typescript-eslint/parser":"^2.23.0","connect":"^3.7.0","core-js":"^3.6.4","coveralls":"^3.0.9","doctoc":"^1.4.0","eslint":"^6.8.0","grunt":"^1.0.4","grunt-cli":"^1.3.2","grunt-contrib-connect":"^2.1.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-cssmin":"^3.0.0","grunt-contrib-uglify":"^4.0.1","grunt-contrib-watch":"^1.1.0","grunt-eslint":"^22.0.0","grunt-protractor-runner":"^5.0.0","grunt-protractor-webdriver":"^0.2.5","grunt-sass":"3.1.0","jasmine-core":"^3.5.0","karma":"^4.4.1","karma-chrome-launcher":"^3.1.0","karma-cli":"^2.0.0","karma-jasmine":"^3.1.1","karma-typescript":"4.1.1","node-sass":"^4.13.1","puppeteer":"^2.1.1","serve-static":"^1.14.1","ts-loader":"^6.2.1","typescript":"3.4.5","webpack":"^4.44.1","webpack-cli":"^3.3.12"},"dist":{"integrity":"sha512-jvg7a4mw0UxuQ9rHZyXCril+BMapoHzNmqIfFnKa205UY6uN/Htzt+55vsbZTnHpC5qAZQduBquNHJBlgfAVEw==","shasum":"71f6f619cde5f67e105563cff444fbdfa280bafe","tarball":"https://registry.npmjs.org/gridstack/-/gridstack-2.0.0-rc2.tgz","fileCount":36,"unpackedSize":1874762,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfOh4FCRA9TVsSAnZWagAASPoP/jRWPZBB0heL8zacSNsv\ntu0h0sMUW28v36tjjxAha+L7ZLL01Juq/qzhBG3jPYcleO8K6aLtBrMs6uVD\n367bY0qluaLN8kpU2TXnl4STkPr1eH1MsZDorEZJEPgcS9v+Niu/bycAWjTB\nlEf0zzHm6ACvvoULsQ1Lxx3eZeH7wj77yGwvFd76M9QPeRGUEwX5CzYYW8JK\nOS0MAAun13g6Thtgl4q1rvnOvSISwtu9rW/ovRymC+S5XCo39/5KHhobvUzF\nhgi1owUHcX598XGcEiODYKPwc8/Wx7gGc6RksyTM3nfROxN0eJQQqx/1ZK/g\nXukPYjhjKad53zS9yuRCz2vwgHREx/IPzibaW3sQJpkTnbM54/ia2zHAhQYv\nf0EFIW7qJpRkOpe/oP4NUeWcJykIvGg2EMDYFU5Jk7pYDozSdMav9Rslq7pv\n8Z4cMi8FUVNactFQ5oBYfQ7hd3GavZctcYQ4tnsVWmAo1ZQYIutQRmVZhB8g\n+oQF6oimJbLoUu1lBXTzJZIm+82ZLYknt/90CNf/UXNTTzISxL5PbUeOfDrX\nyy6T3jC71u6elV/oOcpWpcXwmTeNtzdxPcnEBaNRasim0a3uf96wrPrMS5yx\nbxNKFLu6+OFDMYnsv5Khk8ZWbhdSoL8tvKXBwRYStZLpji+XDC2DtnTovBho\nYYJe\r\n=vU8c\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCusIsJavFUe0G9A09DcxSSkTFhjdUKPHCVVqYWsGbmQQIhAIgr0PtN+QE31AA/ZO5U6KAjTjfb+Leh1pa8cBCAmCea"}]}},"1.2.1":{"name":"gridstack","version":"1.2.1","devDependencies":{"connect":"^3.7.0","core-js":"^3.6.4","coveralls":"^3.0.9","doctoc":"^1.4.0","grunt":"^1.0.4","grunt-cli":"^1.3.2","grunt-contrib-connect":"^2.1.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-cssmin":"^3.0.0","grunt-contrib-uglify":"^4.0.1","grunt-contrib-watch":"^1.1.0","grunt-eslint":"^22.0.0","grunt-protractor-runner":"^5.0.0","grunt-protractor-webdriver":"^0.2.5","grunt-sass":"3.1.0","jasmine-core":"^3.5.0","karma":"^4.4.1","karma-chrome-launcher":"^3.1.0","karma-coverage":"^2.0.1","karma-coveralls":"^2.1.0","karma-jasmine":"^3.1.1","node-sass":"^4.13.1","puppeteer":"^2.1.1","serve-static":"^1.14.1"},"dist":{"integrity":"sha512-yhcwA8ty1RaC1Vijd+C6v2jFOZhaDjweN5JtOQ35KXPFfnwItrPEejTLUij58GdG+Doc1bvHwg534El5xd4B6w==","shasum":"4505b3a5c3e11f3d5be0a5bb7f5d2194506487e5","tarball":"https://registry.npmjs.org/gridstack/-/gridstack-1.2.1.tgz","fileCount":26,"unpackedSize":1306703,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfUn7lCRA9TVsSAnZWagAA5rgQAIG/Gzrj04ixLIz6xNbF\nXyQajhPpqFgYSPacfPEORCSB7ufxhmjXZfAfpjkLmwbZ6YgWXA6xD+bjTiuQ\nHo8Z7Am72E49orJ5L9zJwXVMlKHX8LfPKKBGhgon5e8OPYfb18pZDLvLIYsf\n+iW49Z+dBb8RhoUl2C1fX5X12jbFd/cy0S7DADI+CXjEc/nwbTKQ0gXG7Qdx\nff0n00GZ3n8ouErzLjq7hmAnv+VQjj0hZdd9aDpBS9gYwfxU1ylLkz4kd2ge\nZD1mScowq02RL2layUpkpaVgocc+xewwoynlxSHwg46C58K01eSQ587Dv95s\nO4HZaoM+ft8UE47N7aQkKrXGCnvMsQC4QfaNTzuzA4JcvNRUzzI1bWZH5+7H\nd7dBc9QgwFk4zSbscYD32691ySbULEaEmz8LRtMlrfk0ztIJQ38/rZQyLFf8\n4XQgjps3djmSRMPHPHZMpJMZ1/0Q1cE0vxZZAx/RjdhfWMkmWXmtIUIZbuh8\ntvbQrhXEh9r0Dc4UroCAF1ZivRYXcQJBVsz7g+sDdHmi9t85hT7rCc+/NLf+\nG49PWFegvbHgdOyrffz7wL4yoyPYUTKE1n8ILrXMKDJM+CbE7YE5re+SEfyq\nyspMCMqoX9El4+7EE3+vuClv89UMhSXzlb44PQaoOZx4CBGFc3Fq+OwFLIlv\ndm4R\r\n=flPp\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCj9UpL+kGqu67hkLpkaKy8S0YOHkS/LfbTPwsYkUoDXwIhAPPCg7PkpBq32391k/QO59sI+0t4r2xH7rIZCDBx4TeO"}]}},"2.0.0-rc3":{"name":"gridstack","version":"2.0.0-rc3","devDependencies":{"@types/jasmine":"^3.5.9","@types/jquery":"^3.5.1","@types/jqueryui":"^1.12.13","@typescript-eslint/eslint-plugin":"^2.23.0","@typescript-eslint/parser":"^2.23.0","connect":"^3.7.0","core-js":"^3.6.4","coveralls":"^3.0.9","doctoc":"^1.4.0","eslint":"^6.8.0","grunt":"^1.0.4","grunt-cli":"^1.3.2","grunt-contrib-connect":"^2.1.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-cssmin":"^3.0.0","grunt-contrib-uglify":"^4.0.1","grunt-contrib-watch":"^1.1.0","grunt-eslint":"^22.0.0","grunt-protractor-runner":"^5.0.0","grunt-protractor-webdriver":"^0.2.5","grunt-sass":"3.1.0","jasmine-core":"^3.5.0","karma":"^4.4.1","karma-chrome-launcher":"^3.1.0","karma-cli":"^2.0.0","karma-jasmine":"^3.1.1","karma-typescript":"4.1.1","node-sass":"^4.13.1","puppeteer":"^2.1.1","serve-static":"^1.14.1","ts-loader":"^6.2.1","typescript":"3.4.5","webpack":"^4.44.1","webpack-cli":"^3.3.12"},"dist":{"integrity":"sha512-byio/hNCGAL24sOO+qBCpl2YPmP2nKhUhMP0Lcn/Gc8e+/RjoODWg7TDkCLGkVZUQVSKdi8CjqAoGeBFD6dreA==","shasum":"f1b76ab61452b81a84e75a3ee409b50523930ee2","tarball":"https://registry.npmjs.org/gridstack/-/gridstack-2.0.0-rc3.tgz","fileCount":36,"unpackedSize":1876890,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfUpFXCRA9TVsSAnZWagAAv50QAIKmGy9QVGDPmmtjRLxZ\n49w53UUIxYJUV6k/kiSX4BRjyp6XoCA2XmomAccI3/mVxo41bvHbdr1OeJrX\nAwxaggSSL2PcTmdeNHDobCaXn8c6/46plOqz8mtFk5YFpOPG2P093L75JA5y\nk9qMKKuVzSDQ/8+QJy1aojtDsS1i84C1TQLl1zCntfrZpQ3HBxrZbPcrPM5D\nhKw0qpZNza4T8NBbxgbGSeJfzJISU1gd0RM6vxBM7atyuReYT50/qPZwZ6Gz\nroLf3Dm52/OFeV6ON/m0sS1mYcyYWFqwY0zkV6usDAUZiaS+Nqe3yCSMf+gM\nRhstkOLIQ1U8bB4wcJBHa2MmWe40zB1infshQ0+uLwzF9hmtfNMVdvT7Ji2Z\neaBnMNKXjMhEaI5y8hdgvRa1tG0fg4J20iZprJ9cQaPz5UD5+u8orlN9RSnL\nSIFVK6lcYNAc9wVzZ/7YsFSON2pBJcFripzBWpGwj/QtSVFSSUE/j7dHquPq\nHp1X7Jxuc2jcfRAnlnWxFNyaR+k6Dazv7vrpq3Eu2R8cGh3qA+6wBxAEWtwv\n80dVyX96/8NgA7UNYmxl3G9l3lpmHNuYuWAPLWRKBAOZtRAphNqfRdtjapYY\n0bL4OFM59W/GsKKcmaXKBH8VYiGQFw09RIn0gnYuC9X04Z6hOVR8IgjDfLfO\nH0yv\r\n=FzcZ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAbPJ8qznuq8+n6IyH38OIKQ/vz1sb5PvwmJnBG3hT9YAiBFlTSgBcVMag7xwcTib5A86dH3wZaRFA4tHWTXU30jew=="}]}},"2.0.0":{"name":"gridstack","version":"2.0.0","devDependencies":{"@types/jasmine":"^3.5.9","@types/jquery":"^3.5.1","@types/jqueryui":"^1.12.13","@typescript-eslint/eslint-plugin":"^2.23.0","@typescript-eslint/parser":"^2.23.0","connect":"^3.7.0","core-js":"^3.6.4","coveralls":"^3.0.9","doctoc":"^1.4.0","eslint":"^6.8.0","grunt":"^1.0.4","grunt-cli":"^1.3.2","grunt-contrib-connect":"^2.1.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-cssmin":"^3.0.0","grunt-contrib-uglify":"^4.0.1","grunt-contrib-watch":"^1.1.0","grunt-eslint":"^22.0.0","grunt-protractor-runner":"^5.0.0","grunt-protractor-webdriver":"^0.2.5","grunt-sass":"3.1.0","jasmine-core":"^3.5.0","karma":"^4.4.1","karma-chrome-launcher":"^3.1.0","karma-cli":"^2.0.0","karma-jasmine":"^3.1.1","karma-typescript":"4.1.1","node-sass":"^4.13.1","puppeteer":"^2.1.1","serve-static":"^1.14.1","ts-loader":"^6.2.1","typescript":"3.4.5","webpack":"^4.44.1","webpack-cli":"^3.3.12"},"dist":{"integrity":"sha512-QdWlck9GGIHf1hBT3pwpZtXjHhkretsMeJO5Ltsv9UbmbWpdzIIxf/ZTv23JOFg9DfLBhsI0H1Od1xtTsh8UIw==","shasum":"315aa139611695f71a3b5fe51b295b0e56ef3308","tarball":"https://registry.npmjs.org/gridstack/-/gridstack-2.0.0.tgz","fileCount":36,"unpackedSize":1876982,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfVuOdCRA9TVsSAnZWagAALSAP/RzXqgzvYQzjvcN11jPC\noXmYGFEtU7u6s09J5u9dE1LeTfEmQlqvu3jjfCgOgT40AZNHDYSGIXT4g2a4\n3y8rZmXCzAjjsNdD4/WXeZmeI0W67j6jULh0Ukuu0KJ3CI+UOA7qp0Cps4db\nHh1zN/USeKfOR7uUX4fEPdvy/DFhBGfxXQqjFzbc+G6mejqU/IQSVgUF6qjn\nt3v4PWm4g1aVU/rUj7TO/YJNtiJykoOBvjxXXvU4I+rBuOVRZPHdZTPjAz4J\ndnl2kyWAc4SZ1x3tUXKIE+awxeZFFOOyyJwanpkyoN5to8m7gBGdKsFXVtRo\nK5TThAUE2OnU0FUg51gKVKXef6yGjrPzYRxp8imZfA+oCQerQBAn/CDc2I9Z\n6Ffeg56ePpq4Z0qJrz9mHTy+XcS3YhXHZJQsexYuuo1jTUzQRx3RCYEqwgfH\nuObNde+St6Fm+7RwLTuk79ILCY5kfLU55xPfQqaFvlQXcBVgtfpa0/4JTPAB\nFj0LSCEV+pVlJzVzlRWMinEOT3WJOyzDKEDI72GEuhol2vCo8V7U2tVT4FOm\nXif6eKxfQXTixsxK15PitoySlNayhtNCOjnWhrNNvjsuFWHC9bEDOxtFeJaB\nLLLMGiARPpxkzIvWYupM5bQeZ67v6SHJcZdMjQmW4AG6aswbqXR677xna79n\nQSH0\r\n=8Gqk\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDoSErsXDKKLJIJy6vOfefgJ6hkqHLAxzXTNEMptgC/kgIgRYt/fKmRK3wnmxr0lCGDevENKcxnzET7ua2MulcDyUo="}]}},"2.0.1":{"name":"gridstack","version":"2.0.1","devDependencies":{"@types/jasmine":"^3.5.9","@types/jquery":"^3.5.1","@types/jqueryui":"^1.12.13","@typescript-eslint/eslint-plugin":"^2.23.0","@typescript-eslint/parser":"^2.23.0","connect":"^3.7.0","core-js":"^3.6.4","coveralls":"^3.0.9","doctoc":"^1.4.0","eslint":"^6.8.0","grunt":"^1.0.4","grunt-cli":"^1.3.2","grunt-contrib-connect":"^2.1.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-cssmin":"^3.0.0","grunt-contrib-uglify":"^4.0.1","grunt-contrib-watch":"^1.1.0","grunt-eslint":"^22.0.0","grunt-protractor-runner":"^5.0.0","grunt-protractor-webdriver":"^0.2.5","grunt-sass":"3.1.0","jasmine-core":"^3.5.0","karma":"^4.4.1","karma-chrome-launcher":"^3.1.0","karma-cli":"^2.0.0","karma-jasmine":"^3.1.1","karma-typescript":"4.1.1","node-sass":"^4.13.1","puppeteer":"^2.1.1","serve-static":"^1.14.1","ts-loader":"^6.2.1","typescript":"3.4.5","webpack":"^4.44.1","webpack-cli":"^3.3.12"},"dist":{"integrity":"sha512-Zb6jpOMGKDP8liEKgmpLfcFnY59HPKw1hnamz5H7ktJ0iZZ6r3uvrWt/vTHmon3QHSlqLGhgSuoDh610x+YJvg==","shasum":"b89ee83d1c1fb0650e98e3e56fd1421ae943c76a","tarball":"https://registry.npmjs.org/gridstack/-/gridstack-2.0.1.tgz","fileCount":36,"unpackedSize":1881872,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfb/+LCRA9TVsSAnZWagAArm8P/3zwYrXCghxBuz3X0AuY\nzI2gT1jW3HlnpK8VY2rwkrIz9kLEm8bzHwYdny4cKdQwgrc2jLyrGMm0/Wjy\nM0BP+E5TioyqdBqpF3kNMSdJH8XEKzXIEzTvBmuAsA+xLC0TtYxPSob7DRzf\nhG8FvAHORjvl2BQ2WPFsHl2toDIRXi/+JWBQbnuz72JOe6LNO4LYwBm+KjdF\ng/lJhDPjLXDFYpqOCLsihFLONew6i+3w0RQ3Go0VevMWj0mvgMeR/VXtK6zK\nvgQlFwGxVlG84GSYcH2dNGT5uvjf7dJMqy/v3ZjhwZMdMyICq4+xcRXqVGkj\n5r3h/Dnjbhp5nLiSOpnCe6fwD3QwH5r74Ge3d/DyuWHkV1oHVPjkM59wAVGR\nXN3u9JlQlwAQ3C1VP5zHw3yiwaMvdVOGrxLoD0/S3dfbc5waN+2qwlaJSL+b\njQgXQ7kP3uOOahNnLUjug510os5GKtxF5T0kfuL2gWdz+xs1pnACHFQhteWZ\n77XtViiEQFvqv4RZmnc2094EKA0C14UNFlubKOigZz2JD7tcSR3YpyUikBzP\naGOdyGbbsxJVJVvO3nYa7nx335z/Gu8Bkv1Z9qU+sKtJi/or1zvtI3t3iTPP\nVEfRpOJId1zhPlQ0GR33TTC2aipp+c7NISZMXGirIEAeaKwAXYHEJmAe9qPj\nogvg\r\n=60+z\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDOpHvwRMsccGPfbAbKBSA7Vn9E+Ol4JQrMF+YTzZe/ngIhAN6wnqYIxIyfhBmvuMS6XQS4PAsFEzgLL10CRlfoRdpl"}]}},"2.0.2":{"name":"gridstack","version":"2.0.2","devDependencies":{"@types/jasmine":"^3.5.9","@types/jquery":"^3.5.1","@types/jqueryui":"^1.12.13","@typescript-eslint/eslint-plugin":"^2.23.0","@typescript-eslint/parser":"^2.23.0","connect":"^3.7.0","core-js":"^3.6.4","coveralls":"^3.0.9","doctoc":"^1.4.0","eslint":"^6.8.0","grunt":"^1.0.4","grunt-cli":"^1.3.2","grunt-contrib-connect":"^2.1.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-cssmin":"^3.0.0","grunt-contrib-uglify":"^4.0.1","grunt-contrib-watch":"^1.1.0","grunt-eslint":"^22.0.0","grunt-protractor-runner":"^5.0.0","grunt-protractor-webdriver":"^0.2.5","grunt-sass":"3.1.0","jasmine-core":"^3.5.0","karma":"^4.4.1","karma-chrome-launcher":"^3.1.0","karma-cli":"^2.0.0","karma-jasmine":"^3.1.1","karma-typescript":"4.1.1","node-sass":"^4.13.1","puppeteer":"^2.1.1","serve-static":"^1.14.1","ts-loader":"^6.2.1","typescript":"3.4.5","webpack":"^4.44.1","webpack-cli":"^3.3.12"},"dist":{"integrity":"sha512-sRqfiVa/5vsVVTzKNBV9DutUHosMQxQr2nvBSfNKbe9fJw5X61AI1+MlfP647s61h8KEIqD+Z1FSDtNJ983PLA==","shasum":"e5be0e137f11ef1ecde8c30fd3db531f9631838b","tarball":"https://registry.npmjs.org/gridstack/-/gridstack-2.0.2.tgz","fileCount":39,"unpackedSize":1890418,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJffBU0CRA9TVsSAnZWagAAmNMP/1SoB+Ezn+tyEnIbAOoJ\nWLRUMedxz5lOhVx/cIt/cuJtXYBW9NL8IB8qCY4d2CHTNu0y4Eh7k66h5Ru+\nvkMbv6PkKRnNGTqF5ls83KYCMAjTvn7RozAmCIgMyCDkfjefOUkjJBj8RPAZ\njCon4wf+p54LGfbPjpGl1bczXLgO/VzZtvBJM6MRLoo2Lxfw7f8SY/sFD3xS\nSnfcZ6lYSx5GTMSnSXuzsV832x96+hA0WEGzFlDN+e48oRLRItwJ7Y2e5Qnf\nj+z9tkUMh5d66m+kiIrVuFNaEaUkBwNLAPxr4Ymr7gNF8dVBALfilq+kn2XJ\nLJ5mezlXG7slEu8i5CQF8vX3w8hsLH1aIHCcoZ9ZA6mTlIP5DKsfUL78IrPu\nTiIMij7m3fLvjs0PLXCF8wMELhaVQoduNTsPFxgO/EztnZBL/2Ib4herdqAV\nkT+hktXIgUGo4IsebXmTfX9pOKfQFHVCeYyKYOYzt9RSbZ7WASAmcWwCeKQJ\nI5CnAyQ4x9OMLROE7EPoJlPT/ITH9iuFoyHtg1NEYKdbxO8mY8qDDqOvW4Gw\nzlI08JX50bkO91FvdZ0gtyB0wKh2syDNIew1YuNtyd5qM/xpY+q4KP8F1mOc\n2AmJBLRLJZfVvGL+KLXVdX2QgPNIvGBbeA28OobY+3WwBIaqC2HMs21hTCoQ\nGIPf\r\n=v9oC\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCbd2eYRZQSX6rrbKSBHpl2acAoijQrEaJNwB42cmdaAQIhAJLzxDVTtueRqDAdGMs2P3YxFlxI8AmFbvMYDXGWc2YL"}]}},"2.1.0":{"name":"gridstack","version":"2.1.0","devDependencies":{"@types/jasmine":"^3.5.9","@types/jquery":"^3.5.1","@types/jqueryui":"^1.12.13","@typescript-eslint/eslint-plugin":"^2.23.0","@typescript-eslint/parser":"^2.23.0","connect":"^3.7.0","core-js":"^3.6.4","coveralls":"^3.0.9","doctoc":"^1.4.0","eslint":"^6.8.0","grunt":"^1.0.4","grunt-cli":"^1.3.2","grunt-contrib-connect":"^2.1.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-cssmin":"^3.0.0","grunt-contrib-uglify":"^4.0.1","grunt-contrib-watch":"^1.1.0","grunt-eslint":"^22.0.0","grunt-protractor-runner":"^5.0.0","grunt-protractor-webdriver":"^0.2.5","grunt-sass":"3.1.0","jasmine-core":"^3.5.0","karma":"^4.4.1","karma-chrome-launcher":"^3.1.0","karma-cli":"^2.0.0","karma-jasmine":"^3.1.1","karma-typescript":"4.1.1","node-sass":"^4.13.1","puppeteer":"^2.1.1","serve-static":"^1.14.1","ts-loader":"^6.2.1","typescript":"3.4.5","webpack":"^4.44.1","webpack-cli":"^3.3.12"},"dist":{"integrity":"sha512-t++cqmXy/e2PO5tOpCN+9KtWtia4VBVI6LXinCrpkfObrU5/VAyzzI9BoG031wubtjemq70I3ItTBiSYMNwf/A==","shasum":"63c6e16b53099f0384be546c566409da04283bdf","tarball":"https://registry.npmjs.org/gridstack/-/gridstack-2.1.0.tgz","fileCount":36,"unpackedSize":1901555,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfmmPJCRA9TVsSAnZWagAAu1cP+gJaQa7jeMvxK4AsPSzo\n4F8J6S+7x8C7FvQvUfW/tIVdJ49OZ2LB8XP44WsacqWzamImMsmjXbF6lZs9\nMTyzx7pX3sfVBuu8yzKrOH9bC7i5mFUUNysbo3x1xlep164NlOxrhB0GIau0\npyLrUWdPvlgFT2dFanfZXHuW8zrWhK/yc71r/8ksNrr+HePjvHBFhQBhbman\nv5Tk2keh5MuBZZ3aY8BpW7jfr7Ly8zLdtQjoVnJ1kewU7O0tGX0efeO74fif\nstzC7apglasuEKpBSVvDUNJC9cnXr9/vWx0zBvirGYeFRMQta1R5+e1E1lWN\nHaLbVpUqc8Z58QmEY1niZP9akJs3Ov4I57CTG9KxIB1w/Jkia+MixByyz1qg\nkVnO7H8tsKGYNIZixd7H6ZG2dMYH6qbHnGRUS4wQkIuG0pb6BOvPnS2pkEnB\nXJ/EVDfdnlqotyFu08UvHcjYCQwylDetSP14Sv6XgoIA+7hgicaMFZVVoiwk\neDykfSIoyVv4IiCaH6FcvsdCBfn9n0GpRqnL39AyL/exxdKXd3n+2OWvXvUD\nO7gaWgtbSJ7oL4IUD/mVs9Xx1DWtyM0+e5sWWLJHLAmNq+0R6vWrbQJ5XzGW\naSaCL5pdkIr7Uk8CQ3FRZX85HoRZkVPXwTKOJp8TZk+UKNeSapGyqV+/Ez6j\nzFT6\r\n=Rh8s\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDk7LmUQup7nm8oB09ZfwdarAfGJ1JCidBkwYm/vjpBHwIgbWXjYGMDI2L8eZUMjiu7/PwDNwySJsrJPWrm6DKunZs="}]}},"2.2.0":{"name":"gridstack","version":"2.2.0","devDependencies":{"@types/jasmine":"^3.5.9","@types/jquery":"^3.5.1","@types/jqueryui":"^1.12.13","@typescript-eslint/eslint-plugin":"^4.6.0","@typescript-eslint/parser":"^4.6.0","connect":"^3.7.0","core-js":"^3.6.4","coveralls":"^3.0.9","doctoc":"^1.4.0","eslint":"^7.12.1","grunt":"^1.0.4","grunt-cli":"^1.3.2","grunt-contrib-connect":"^3.0.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-cssmin":"^3.0.0","grunt-contrib-uglify":"^5.0.0","grunt-contrib-watch":"^1.1.0","grunt-eslint":"^23.0.0","grunt-protractor-runner":"^5.0.0","grunt-protractor-webdriver":"^0.2.5","grunt-sass":"3.1.0","jasmine-core":"^3.5.0","karma":"^5.2.3","karma-chrome-launcher":"^3.1.0","karma-cli":"^2.0.0","karma-jasmine":"^4.0.1","karma-typescript":"5.2.0","node-sass":"^5.0.0","puppeteer":"^5.4.1","serve-static":"^1.14.1","ts-loader":"^8.0.7","typescript":"4.0.5","webpack":"^5.3.2","webpack-cli":"^4.1.0"},"dist":{"integrity":"sha512-qJezPsH445ct+yNjBSVTvMP/SpC/Pa8V2H1b8SPuB0uVOKV+QFOFOThMRToSGbPwH7NCc3A7WOjTzRx+jnUFaA==","shasum":"56e14dedc838d9aa87289e801bec7603b552ba1c","tarball":"https://registry.npmjs.org/gridstack/-/gridstack-2.2.0.tgz","fileCount":37,"unpackedSize":1909447,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfprZfCRA9TVsSAnZWagAArMAP/1OzkVX7LumvZBWxHMlv\n7zFsr9PNYZTygUDM14i8Bx2v96NwRMuOAvjEiywXZnv5MWwLotYbsxhC1weO\nzvNpkvXm2PUFyPdfP4+NI3USezfNzKew2Z8GbXcMATnnPw7/vG+V4nJDyDnD\nBl2aCZ9PdFsICd06RzMbmkxoyYZxXiR1INQ4TEYUMg301AfbeJwS/dYMKlmc\niN6n9GtiFhEX0ZOdP1EzR7Ps78VAtm9DQZ8Mq+U/r+IeBgvPUeM/I55Wm8Az\ntC8AFhJy1tTNJn/KB7Q8wZWIs1sAg9Aaij3vkyJWo9InwS2st7vSjQ/OsqoG\n2ISdxS6kEviHYwo5XKtzB0YvXILLpnq74F8+BAmr3PKbHD9oCFaAcJGt3S7W\nefXgPC53aV80aemzdGOttULfBSLPjqVZEPd3I40Di0PDNscwWADnEK3RjcqC\npJxkWFnRUN+U2dy6mAeQOxZUwFiPBdANOiC9Hi5XVe+LOimxvM0A+rQyhQt9\nsNpXwiat1HonhhWfiDrmNwW0qjxpncjdIMBzuOeFnHRRZrfBN+i9UetuQaq8\nim7GJI4q1FrKAP87jbRZliwFt64EZ8GsMrgS5AV4GZC2P6sK8Iz1DgtzpJo9\n8hU201wOrokaFdbIEBvQ7YkD7lQHW5sSr72GJRFCt+bPH8YtvhgrPs0+pqEV\n4res\r\n=hJBc\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDA9Bj02H7jdaIP5TUQOFncN+md9ABDgkS+IKwIR5nsYAiBBgMese6VnhvaLZpCUOQRa4Gsqd94NPtCmX0apRUsycg=="}]}},"3.0.0":{"name":"gridstack","version":"3.0.0","devDependencies":{"@types/jasmine":"^3.5.9","@types/jquery":"^3.5.1","@types/jqueryui":"^1.12.13","@typescript-eslint/eslint-plugin":"^4.6.0","@typescript-eslint/parser":"^4.6.0","connect":"^3.7.0","core-js":"^3.6.4","coveralls":"^3.0.9","doctoc":"^1.4.0","eslint":"^7.12.1","grunt":"^1.0.4","grunt-cli":"^1.3.2","grunt-contrib-connect":"^3.0.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-cssmin":"^3.0.0","grunt-contrib-uglify":"^5.0.0","grunt-contrib-watch":"^1.1.0","grunt-eslint":"^23.0.0","grunt-protractor-runner":"^5.0.0","grunt-protractor-webdriver":"^0.2.5","grunt-sass":"3.1.0","jasmine-core":"^3.5.0","karma":"^5.2.3","karma-chrome-launcher":"^3.1.0","karma-cli":"^2.0.0","karma-jasmine":"^4.0.1","karma-typescript":"4.1.1","node-sass":"^5.0.0","puppeteer":"^5.4.1","serve-static":"^1.14.1","ts-loader":"^8.0.7","typescript":"4.0.5","webpack":"^5.3.2","webpack-cli":"^4.1.0"},"dist":{"integrity":"sha512-xJJhxhlE9YQT8VjSz3Xu1l6/rMZBs/to+6kvJxyJLD+/jRGKsSBw8MgDxhsLEGPWi6JNc0t96154d2Pj466u0Q==","shasum":"6ce1efc0df760125ea489b5110f657f1845e8b6c","tarball":"https://registry.npmjs.org/gridstack/-/gridstack-3.0.0.tgz","fileCount":76,"unpackedSize":2543046,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfw+LyCRA9TVsSAnZWagAATRIQAJuQree7cn6f/+ylQUPN\nX5D93/Yh5Jf/kagOBhhCRyRMSz/z2igRglmIcS0sLsD1NwbqPHnuEXOX2jTE\nymBA9ygE9Ddopts4u8UhuU+pfja+Qzne5CjzxyXaiv1larAlYMJxEi3gpctt\nF3zmjex6Jjpa1rPW84rVP85GfBuPkPu3E4Ib0IrJ5PzNBSTmDAtwq7bHEx9+\ndXDh0CeZkElT6/8w586CMffhH+JoMV4WOl5PLHQv+dhv28k8vw4dyWbE45tu\nKGz0Uc/B9MDwQH3s1brQRzPpLRq77vN1vgDVCOPe0N4sBE9z+uWwqr5iElkM\n+GnpZx2qxQDmjbC44my4PVHAb+OD1GGCwaYBQOR3LxQdnpcevd2SyltK/w1+\nB7U9U5mGgKR9SbwjcUrXSACFsMYkb5/rko3HdZ0BCRuEhpVDVfx5b9bgd0/M\ns9+0ht9zQtatCRwHvxEmhsj6C2GY8GzUyFqkjNFL9D8hVw33WuXf3Z+AHvtR\nvIYkhjnuVCWvomgHvIpwgtw9qx8+AnnWwGfDKyvCInppXWVBBsrkhyeSdE/X\nAX8bSrzhpcPVpRT+awWnloiczS+LrrKSwq9kEr9i1PLsBsPcNsMKSPHTCEEp\nu8qlSPjOfWTijdl6SjICZ4pAi3H0DGbQ/lXgnrlkDNP6Q6OUQzSVeOUBl47i\nOrKQ\r\n=KmYS\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFSTbEYYwr74LpRvdBHRN5H06CJ8CrxxMh7dSBVx1gnvAiBib0bIxGMLoIirZETH/TptiLkmS3S6+05LOB8WVpSHBg=="}]}},"3.1.0":{"name":"gridstack","version":"3.1.0","devDependencies":{"@types/jasmine":"^3.5.9","@types/jquery":"^3.5.1","@types/jqueryui":"^1.12.13","@typescript-eslint/eslint-plugin":"^4.6.0","@typescript-eslint/parser":"^4.6.0","connect":"^3.7.0","core-js":"^3.6.4","coveralls":"^3.0.9","doctoc":"^1.4.0","eslint":"^7.14","grunt":"^1.0.4","grunt-cli":"^1.3.2","grunt-contrib-connect":"^3.0.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-cssmin":"^3.0.0","grunt-contrib-uglify":"^5.0.0","grunt-contrib-watch":"^1.1.0","grunt-eslint":"^23.0.0","grunt-protractor-runner":"^5.0.0","grunt-protractor-webdriver":"^0.2.5","grunt-sass":"3.1.0","jasmine-core":"^3.5.0","karma":"^4","karma-chrome-launcher":"^3.1.0","karma-cli":"^2.0.0","karma-jasmine":"^4.0.1","karma-typescript":"4.1.1","node-sass":"^5.0.0","protractor":"^7.0.0","puppeteer":"^5.4.1","serve-static":"^1.14.1","ts-loader":"^8.0.7","typescript":"3.6.5","webpack":"^5.3.2","webpack-cli":"^4.1.0"},"dist":{"integrity":"sha512-QgMJvSQdoalJHTzeoz9vyXJ2si6zlwP4R8Zd7r+Hbn8s/HqxoxRNOe/e7PjgttJOiOiNKUqdO/g3C+ERofZYPw==","shasum":"114188e52b62f4c4b985ab6f2ba662c2fd3332c2","tarball":"https://registry.npmjs.org/gridstack/-/gridstack-3.1.0.tgz","fileCount":76,"unpackedSize":2577757,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfym6KCRA9TVsSAnZWagAAKqYP/2QIqpP3RjQaXnA4axRs\n7haNW3n0VOcN5Sd3TpNBfk8F4oxbDZrPcpBrGiLr8hgVaEgaN8YPx980Igpq\ndOjBL2VB+gKkyLQEa5Pvb+2xHdvQEAQm2qtyyHk/yBbgzOe71H33+oOiZQBH\n6xK5tO0hVblx0uauIxpgrPQ0NxtYPR60267+Zcvce6eqnjDfO+aQF6VrfToU\nQLBLfyzyew5+1RdOZ9117f96X3z+hGHP5cqy8+isgqG6QY1GtDs34FEKtIvx\noNOSJ6rWk1Iai6DCO8C5PqWawOTz0VWxVSj66mMG3rIzq8MXgr62M7vCh90W\nw2C+sPGqZFsOGgdfERryWuzPN7y4cD7mK7g/LwMUGOjLOkRLtI+Q/dO2aHln\n8/B2+J5IM48bfrPszyDI5wjy13M+IriwruJ8FHKa0YboiLntb8x0lM+if1fv\nQY1PYe83m2tjJeXNkgmsvfN3OxGPrt5pC+ZbRJtwf6gFTv/rJ0As2Zfx2HP6\nilyk5Rzg6somuPtOgfowttb5ba1uLqNNzz1S4Y9qGqcIwfh6TU1HSvfm2ASa\n1/9yb0ydeBrcCqJmyvpPXLN1WouPsSgjfuA9W+QAskVwvvfiaf0tEb46aisD\nLxQcDvQkKqPGObNwEawT7GOXre0uHlU7W4xXga9pL57TwkWD/G4D9mpc2TKw\nZZ+4\r\n=jya+\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIC72D8VIrDZ1PzE/zTqlVKLwAGi7HulFldj0dRCXFxDoAiB2fBktUyUpe3BuYAjfnNje6RQ164sr8bs77tFTZr6eng=="}]}},"3.1.1":{"name":"gridstack","version":"3.1.1","devDependencies":{"@types/jasmine":"^3.5.9","@types/jquery":"^3.5.1","@types/jqueryui":"^1.12.13","@typescript-eslint/eslint-plugin":"^4.6.0","@typescript-eslint/parser":"^4.6.0","connect":"^3.7.0","core-js":"^3.6.4","coveralls":"^3.0.9","doctoc":"^1.4.0","eslint":"^7.14","grunt":"^1.0.4","grunt-cli":"^1.3.2","grunt-contrib-connect":"^3.0.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-cssmin":"^3.0.0","grunt-contrib-uglify":"^5.0.0","grunt-contrib-watch":"^1.1.0","grunt-eslint":"^23.0.0","grunt-protractor-runner":"^5.0.0","grunt-protractor-webdriver":"^0.2.5","grunt-sass":"3.1.0","jasmine-core":"^3.5.0","karma":"^4","karma-chrome-launcher":"^3.1.0","karma-cli":"^2.0.0","karma-jasmine":"^4.0.1","karma-typescript":"4.1.1","node-sass":"^5.0.0","protractor":"^7.0.0","puppeteer":"^5.4.1","serve-static":"^1.14.1","ts-loader":"^8.0.7","typescript":"3.6.5","webpack":"^5.3.2","webpack-cli":"^4.1.0"},"dist":{"integrity":"sha512-2fZiWxOp6y+aTezEmV5xUSnJDDqTO18XwFxkBdsMV8AWj6rQqswp7+0j+7XQd2gUQjV6GNCv2HbGdCel6AqrEQ==","shasum":"df7749697a1123130de862b1b61ec2320f3eada9","tarball":"https://registry.npmjs.org/gridstack/-/gridstack-3.1.1.tgz","fileCount":70,"unpackedSize":3577110,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfzt1zCRA9TVsSAnZWagAA4JYQAKKJzc4mLU5ava5Op9pG\n+eYY/RfTaAF9T/y9Or9yhq7Uv+qQC7HI9FhswRILP1uxIOxOuCRphwH5TUgg\nyiYqW1+sZ1jq7gAKq+r4LjvGu3ezYxV3PjW6qUNA2TlgnzIf2waCeAtZ6Qn9\nPNjihrVMM4fbgbtiWewud60SN0w1QJJXW46KkP4T0K7F1nA5kDY7l0ql4oRB\n3WMmTqQWs/qTGqyYCqqj0JYOBlmExYTng/zPEmGxG7UeUNnjbemIUkC6kGp2\n5qDNB3Xk9fjTaN3LgxRK/01xnO8pFSyxGDxNuOvy2Qo1Qjx6o5Ul6HrKzQpY\nLIU7RkR0pmiifz3VCeZ8n4/QXmLwTMausYMie/KpXl/ExgMSQeQ3z/tmIwYM\n6Jf5FU43VHRsIwQso7n2YjTqSgB2JWjV+/KjIp3f+38DJc570g2L9/kW206X\nacdEeX2ODyWAarno9AWwC9a76h0/S7hgM9sDmn2QfoR6SP7FrZSVjOvQk5oh\nDN2jPLIqovJTCwjMQ14ehh0KSgUVlnlf0FUFeulZnAGpAruTbFy7CBcVW00S\nY33MPPxWORPuRSJ/+axcNoxj17kkOIHPI/jFhvB6/mRQ564ctQae+dLWpI8R\npcEdCNjbeqr/42ktpsoIuxepaQwgBMvfaL1EYesxfNBaYfNSQ77oLHPOCprF\nuUhv\r\n=RiRc\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDz45JnSl8yb0qp7sKwWeMQfVGnSUCAkjiKZgv6SobcSwIhAMw/RJ23enY69rsDGAMedYgDjQlULnnM6V7hd+HnyqtL"}]}},"3.1.2":{"name":"gridstack","version":"3.1.2","devDependencies":{"@types/jasmine":"^3.5.9","@types/jquery":"^3.5.1","@types/jqueryui":"^1.12.13","@typescript-eslint/eslint-plugin":"^4.6.0","@typescript-eslint/parser":"^4.6.0","connect":"^3.7.0","core-js":"^3.6.4","coveralls":"^3.0.9","doctoc":"^1.4.0","eslint":"^7.14","grunt":"^1.0.4","grunt-cli":"^1.3.2","grunt-contrib-connect":"^3.0.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-cssmin":"^3.0.0","grunt-contrib-uglify":"^5.0.0","grunt-contrib-watch":"^1.1.0","grunt-eslint":"^23.0.0","grunt-protractor-runner":"^5.0.0","grunt-protractor-webdriver":"^0.2.5","grunt-sass":"3.1.0","jasmine-core":"^3.5.0","karma":"^4","karma-chrome-launcher":"^3.1.0","karma-cli":"^2.0.0","karma-jasmine":"^4.0.1","karma-typescript":"4.1.1","node-sass":"^5.0.0","protractor":"^7.0.0","puppeteer":"^5.4.1","serve-static":"^1.14.1","ts-loader":"^8.0.7","typescript":"3.6.5","webpack":"^5.3.2","webpack-cli":"^4.1.0"},"dist":{"integrity":"sha512-ZiD6ywTRA1INg3f4C4kqkIPfT45dXjXSI6PoXBc85pyjr2vjKcr5ko5KtpfH5gA6NtbMIDBtxlsjhTe5/ltOvA==","shasum":"338657eaa13e81cb433302dd2dca0674a96101c2","tarball":"https://registry.npmjs.org/gridstack/-/gridstack-3.1.2.tgz","fileCount":76,"unpackedSize":2589281,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfzuF9CRA9TVsSAnZWagAAi4kP/iGtw3HDBoLXQECa+wTI\nhN07euyqUGnjY9p7u7+fDJsLG2DjNm88tTn9PsSShyK7fsIu7b9VwqWNIyEo\n/ET6H2q+nQ9zDxMr92qItO66Tn1GK64FYyfgvBlkIBvSo1XC2GU07P3PqQLe\ny75v0R2tNTrh9qNForzF1oLG1W6xo6aDTitEyaxP4EKkQWSEoQI0cg8gtAhu\neZRZ9RpJv/i4MnHVFyW89TKSFSXU45M0DFf6Xx6MEjMWGcM2KEWDfvpi891m\nk/+YxtrjWzY18qefZI4f+3WM43j1E5RZ6r3bYLoZUBjLsOMd9d05Q7qvadB6\niJrlAHPg6EUSJ6dI96FgAnizrcs+e+62ePPJ9GxF3HnGdriUCTGzAbwrg3VT\njWElfRK5OMSqrpWxNx6Nd5WcXebYwdmfjiHRzvPjuAgWIurxMtmxjk9Sxhvf\n3DUmlnf0XvasZKW9z64fyzjLt5/pAx8MPvK6C2T6EdY5BIEeMuPbBB/ZAEwm\neRG2S4a03V/uAZyAlQjsgyGc7kGjFe22TPrkVe4Vc7T82URCBIgsjohxzbAv\nOaeHt9rJWv4O5bzuCIyA+mQYoV04hQ/Y1JI9o5LhOXix8v7BFlS1cH95VPSu\naF5qnO32s2QcLmhhKmyh0KHnN/bTk4Z0J/tq7z1JHD4yl9zD1KGvBxisEnT8\nsZ3Z\r\n=Abc4\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD18d3yEBEVhBoGXFpIj56UN8Bbbh+A83+V2zuvl0VhYwIgEINaFfdUAtzlcya11LglsGVjeqeYeXUu1Y7NUh9Lt0k="}]}},"3.1.3":{"name":"gridstack","version":"3.1.3","devDependencies":{"@types/jasmine":"^3.5.9","@types/jquery":"^3.5.1","@types/jqueryui":"^1.12.13","@typescript-eslint/eslint-plugin":"^4.6.0","@typescript-eslint/parser":"^4.6.0","connect":"^3.7.0","core-js":"^3.6.4","coveralls":"^3.0.9","doctoc":"^1.4.0","eslint":"^7.14","grunt":"^1.0.4","grunt-cli":"^1.3.2","grunt-contrib-connect":"^3.0.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-cssmin":"^3.0.0","grunt-contrib-uglify":"^5.0.0","grunt-contrib-watch":"^1.1.0","grunt-eslint":"^23.0.0","grunt-protractor-runner":"^5.0.0","grunt-protractor-webdriver":"^0.2.5","grunt-sass":"3.1.0","jasmine-core":"^3.5.0","karma":"^4","karma-chrome-launcher":"^3.1.0","karma-cli":"^2.0.0","karma-jasmine":"^4.0.1","karma-typescript":"4.1.1","node-sass":"^5.0.0","protractor":"^7.0.0","puppeteer":"^5.4.1","serve-static":"^1.14.1","ts-loader":"^8.0.7","typescript":"3.6.5","webpack":"^5.3.2","webpack-cli":"^4.1.0"},"dist":{"shasum":"982572b5d7b3608ab0463821a9798cab3766acaf","integrity":"sha512-FNmuz5d1qRFXxK/tWj8PsAECyiFOX6Pnj4aaW+zd9BcTI9yY1hT7gq8y5CTBZ3vIy7VE+99jDwvb9WWchs0xlw==","tarball":"https://registry.npmjs.org/gridstack/-/gridstack-3.1.3.tgz","fileCount":79,"unpackedSize":2592442,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf8TH+CRA9TVsSAnZWagAAp3UQAJJHiZbMSKKnhBQEnrxs\n9OLR9O7j5xUa0GmQQi8sJKzqxaY0ZHQPcI/Y4yqGAeuzXlrCDpwUpzNBPkXQ\no09zm0pToG0Dh4FUIeMAHe7rKqg1rVh0JIev4rO6WAfgf1lGJSPOrnLm5OOq\njyaJV8UUzXikJAPCldPm5QF5C0Fqd6km6fPxGkqMRP9b3kv5GSbQKHmczcx5\n8ofZDifNKARzJG9JTMkbovC4aLfbHCQVduZ9C3B0lKDVEWexTCGPyAiZ1p72\nz8WkToyH2rgZk41W6rYUZXqPu7zAYOgg56MPxanpm4QjLQbtQjhP/S5Apczo\nqiivtyadspPNKFCqesSsqPSYg8qWzg9cWKtE/WQcYy9/hyoVA4wJISf2k08C\nxW0OHBx3oSJFmcpyL5tyOhNwbFWYCYsZb6l5zTXjTjnh1NYXLwP5WD0qpI1w\ngPodKHFkWUrjp/FPgJOp9ut9ntA2I63OAIv2O+zlfJWS7am1QeeU9WsVoOBw\n7jRNUligjx+hThjqoHItTZeRCiOrFUxQoTj6ZCShyar0rvqHABc3IsjUUbL7\nwnqrJ61HBgA9gxgommHmNGY4hA4pG75cDHdnUwLEL6rWeJI0vD1z98xVmYbp\neDNbE0Rz3g2gRuOlWuvCQyx0gvMCuRmXMJHNBGYnjRSXu9YHC1dqaaRLPekx\nLb7z\r\n=JWKQ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCG/aydhiffFi3Vu7I6Uto/SUK1OGiyqWYp4BU+dLmltAIgQGSJipc7ECrHvkv/38vza2yZ/0J8GUO3JNRlJchEw/Y="}]}},"3.1.4":{"name":"gridstack","version":"3.1.4","devDependencies":{"@types/jasmine":"^3.5.9","@types/jquery":"^3.5.1","@types/jqueryui":"^1.12.13","@typescript-eslint/eslint-plugin":"^4.6.0","@typescript-eslint/parser":"^4.6.0","connect":"^3.7.0","core-js":"^3.6.4","coveralls":"^3.0.9","doctoc":"^1.4.0","eslint":"^7.14","grunt":"^1.0.4","grunt-cli":"^1.3.2","grunt-contrib-connect":"^3.0.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-cssmin":"^3.0.0","grunt-contrib-uglify":"^5.0.0","grunt-contrib-watch":"^1.1.0","grunt-eslint":"^23.0.0","grunt-protractor-runner":"^5.0.0","grunt-protractor-webdriver":"^0.2.5","grunt-sass":"3.1.0","jasmine-core":"^3.5.0","karma":"^4","karma-chrome-launcher":"^3.1.0","karma-cli":"^2.0.0","karma-jasmine":"^4.0.1","karma-typescript":"4.1.1","node-sass":"^5.0.0","protractor":"^7.0.0","puppeteer":"^5.4.1","serve-static":"^1.14.1","ts-loader":"^8.0.7","typescript":"3.6.5","webpack":"^5.3.2","webpack-cli":"^4.1.0"},"dist":{"integrity":"sha512-nIo62xKcfgQs2NBTH6bUsMd+/muE6UzlXAYlFlMbjwLhZ1TNcg5oWLIC/ubpqJpJlGWD2Ou3827M49VNCfcJ8w==","shasum":"0aa2cc3ee256543dc53386d78dc794e22ac3eafe","tarball":"https://registry.npmjs.org/gridstack/-/gridstack-3.1.4.tgz","fileCount":76,"unpackedSize":2603261,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf/QiJCRA9TVsSAnZWagAApcgQAIFtIMGhKunINW7svmQP\nGMquNxChfvunNKCQkKk9DIOsv0DTNQr48bAZX0uxzaOg3BEXLdVIfAfo3sxU\njRn5JZp8BSiP6oDYTtuof03TFyOo+zopY8qIMRo/7y221w2hUv4FSS8gCHaj\nZTafd7f0YnuPJ/Uz6zahcC/EprO+b5Z5BBAWsAp/KNTceuThC3sRo0hDufxc\nBGlQq35qEOuWyGaj9XHetED/f641aBFIRcge2X1oXOXwbHOJrICrCLZIuHiC\n8Np1fILXiF6/+/caH+IWUyEJB7pF4toxZtPeVqyYb1sWcSYoYLzYdANDHu0h\nO+OKTUjYv6hKA5oKxpreRat8qJp+Un59VzVXs50hbyOCMOzaIScSNRvUJktJ\njoU3NqVvLopUtJicfk1p6dcaifRPFK207tyv+5A4xDpNQhI5MeiZj4cXMGnQ\nEDFLikEvU6M8mVNzYN/EmjVytJcY6UVOBHWOHjGx7Nn+hoGxmZj3bm5C4Uha\nGGLftWYlLCtm5948DbghstNhPmipTGRx4o9MQIXl0BwRU3cfu8leKzCxXgZF\nkAeQhc8dgvckT7rb0Kj68dMe3ld6zXhEU6QwG+B2Cl8B73Jf/iM3ZdvZWylB\nCaCMt4hTnGnIImGEpnhE4Hx8/+UBWVSVJrlAwc1lisZ95E1Zj3tRBKSOgJ4T\nGkW3\r\n=0Ooa\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDfZqvjRznI7C47LvZfkwvrd/eHBrpZaQlQ3hRK8ZVjswIhAJ8nTDWAD2Wil43wVNAWCpog8dQWsvMUJnAHTrCUI0gb"}]}},"3.1.5":{"name":"gridstack","version":"3.1.5","devDependencies":{"@types/jasmine":"^3.5.9","@types/jquery":"^3.5.1","@types/jqueryui":"^1.12.13","@typescript-eslint/eslint-plugin":"^4.6.0","@typescript-eslint/parser":"^4.6.0","connect":"^3.7.0","core-js":"^3.6.4","coveralls":"^3.0.9","doctoc":"^1.4.0","eslint":"^7.14","grunt":"^1.0.4","grunt-cli":"^1.3.2","grunt-contrib-connect":"^3.0.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-cssmin":"^3.0.0","grunt-contrib-uglify":"^5.0.0","grunt-contrib-watch":"^1.1.0","grunt-eslint":"^23.0.0","grunt-protractor-runner":"^5.0.0","grunt-protractor-webdriver":"^0.2.5","grunt-sass":"3.1.0","jasmine-core":"^3.5.0","karma":"^4","karma-chrome-launcher":"^3.1.0","karma-cli":"^2.0.0","karma-jasmine":"^4.0.1","karma-typescript":"4.1.1","node-sass":"^5.0.0","protractor":"^7.0.0","puppeteer":"^5.4.1","serve-static":"^1.14.1","ts-loader":"^8.0.7","typescript":"3.6.5","webpack":"^5.3.2","webpack-cli":"^4.1.0"},"dist":{"integrity":"sha512-VPsBqAqOe7qYti3xwSTvXbN9bv8nEp+cPYTCPolUUbjKPxNOL4EWQy5ZuKZ5JskciVQGLP5FXO6D+7j8rj5s/g==","shasum":"f4964fec300bc009b2ed2ca464080d26b8f0bf7e","tarball":"https://registry.npmjs.org/gridstack/-/gridstack-3.1.5.tgz","fileCount":76,"unpackedSize":2611396,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgDF8sCRA9TVsSAnZWagAA4wgQAJx9a12s0KHqOlsTymvb\nJzaeoxWBr6OwrnRh+Rsz9xtI0Vsc0QTC5wPOjEJI07JSX0OWJ2tGRbx1B8f4\nCnNu4uCJdpU/cihdeTYYYrOqI5BsaBemU80JJ7sQUdSIL1hNNiayqNdZcQuB\nHspUBbCtyC3UO0LX91JOoC+XBwXRgrYtlABHm6+6qDJD+ixOxZnpPp/JR+2Y\nKor0h3SM4oqIX5XTlPIJdLs3ciCWoBKEs2ZglD+D1w6KF2A9aZyqtPtt9eHS\nT5sJGcH2r354U2/cBYUcjEnT2knh9xU2xmonA3xnfkqTriohd9Wh41UFN395\nZRz3ZjjFYPlhyC9ko+bL4+RnK3TEyN3PYfNTUSbHrrrFgxsYiIB7qQkU7ITG\nIy+fFf+oBq9Q9zmhum5AtlPY5ke1QTOmuKMv4NV8VECJ0AQi229nOeCIBX95\nKwZzZdTahyzng4ClhIUQU0l7mAaUR6Q6XlBTHKLoXkybz20yBNhjaofhFORS\nYeBfvfItwGodil4vgioLlm25XWv78V2KSthNmWnOp8vQWUVONYU2ZxBjus22\nz79gJabotiG2u3px2S8ibmnFH6R2i+aSaPhf5hi7bbU8l/3YRIr2ov1lbiu8\n0xql263a0orAMT3DMqV7eKIMJZ9QCjJ5NCj/j9b7aBbPYWhOr24WJbgmxqTt\nytyR\r\n=YShC\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAVVpqDeqhEO6lWfNgT/Uz5ew0Yb2z+SFB0cm65DZZ46AiEArthfdA9yw55uUp6tPMJtMjMECXUuYXhlckdxGn5VPI0="}]}},"3.2.0":{"name":"gridstack","version":"3.2.0","devDependencies":{"@types/jasmine":"^3.5.9","@types/jquery":"^3.5.1","@types/jqueryui":"^1.12.13","@typescript-eslint/eslint-plugin":"^4.6.0","@typescript-eslint/parser":"^4.6.0","connect":"^3.7.0","core-js":"^3.6.4","coveralls":"^3.0.9","doctoc":"^1.4.0","eslint":"^7.14","grunt":"^1.0.4","grunt-cli":"^1.3.2","grunt-contrib-connect":"^3.0.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-cssmin":"^3.0.0","grunt-contrib-uglify":"^5.0.0","grunt-contrib-watch":"^1.1.0","grunt-eslint":"^23.0.0","grunt-protractor-runner":"^5.0.0","grunt-protractor-webdriver":"^0.2.5","grunt-sass":"3.1.0","jasmine-core":"^3.5.0","karma":"^4","karma-chrome-launcher":"^3.1.0","karma-cli":"^2.0.0","karma-jasmine":"^4.0.1","karma-typescript":"4.1.1","node-sass":"^5.0.0","protractor":"^7.0.0","puppeteer":"^5.4.1","serve-static":"^1.14.1","ts-loader":"^8.0.7","typescript":"3.6.5","webpack":"^5.3.2","webpack-cli":"^4.1.0"},"dist":{"integrity":"sha512-zLZF84eM1R18dUgnfl2UsvtQJwiJ2J3GO7MHU9ujxwlltuOAYvb5bnqagLMFqZO1mn/Phxsp+e10pSQ7FbHTSg==","shasum":"c7694ea8843fda3c814b54e9e5b3dd77c7ef492f","tarball":"https://registry.npmjs.org/gridstack/-/gridstack-3.2.0.tgz","fileCount":78,"unpackedSize":2637937,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgD5G/CRA9TVsSAnZWagAArkoQAI4ugf4YRH0us7WJzMLw\nlW6XF8IoiQ1ip5bkHS9GMnpNqtbf2Bu3b7VpRaAvU6VqVY6cZSVYHaX2CwTs\nl04cd0XRgxO6WgvjEy4MRExwCnA7HRODHxPS3sgoqjOT3RQ2WB9G2OE8ZHrC\n9gmMJhjP1MV8EQVLrj1+Mb18LM7+LL+DApAodnMZOQX3XCnK+ztqZ/ArVe3Z\nSyVuD62Hs6Zf09phlQvX8TQCSYvsxevl5yFUGGAshry16OQe9wpUCIxkX3NA\nBk7X5UYSTEeJ+z+oCXYDw9N2cLYn8p55+wHXc2ePsi4GpUBKwNCDhD6CyAGf\nkIFNgQAw/4GWaRn7vjZ98gq0PER69R+p7mKeHM9hFCK/otVXpdLI+M3OmJ3x\nBnVKS4adqjNDovOqEFoVn/yyKxroy9gKdFApQ/ApmH0ZzW5utoVvAE0YVZEX\nDxHXfqhJOLBHhlYIp3gGQUxa9iULHg6fSyLePQcQjTR9ahinxNZkn0Vgb4Dl\nYEtJ0Tv8trHVcZxfut+U+OYZS5qPGQZEIgEO0Bjg8ULim2G2hKyEBxdXZWXz\nfyBxCP5iIDFs9LPNJr+FnMsillY2g5O/mCD4kXUMz6qLG17c9Ys7gsLvumXX\npj0BjfHjrSBaQUJPVx4PgKiTrFDk68hm4EObwvLcgJxPDspmKoTUXXJcmqJH\npOTO\r\n=ngTr\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCFLQFf90Bnu+zFtxlDmGEhHys5dH9yOj22jwlzhKOLQAIgR+tW9uIfG/uFEfETcqPE+gdI+hjaJbB40+ThLlBCfBw="}]}},"3.3.0":{"name":"gridstack","version":"3.3.0","devDependencies":{"@types/jasmine":"^3.5.9","@types/jquery":"^3.5.1","@types/jqueryui":"^1.12.13","@typescript-eslint/eslint-plugin":"^4.6.0","@typescript-eslint/parser":"^4.6.0","connect":"^3.7.0","core-js":"^3.6.4","coveralls":"^3.0.9","doctoc":"^1.4.0","eslint":"^7.14","grunt":"^1.0.4","grunt-cli":"^1.3.2","grunt-contrib-connect":"^3.0.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-cssmin":"^3.0.0","grunt-contrib-uglify":"^5.0.0","grunt-contrib-watch":"^1.1.0","grunt-eslint":"^23.0.0","grunt-protractor-runner":"^5.0.0","grunt-protractor-webdriver":"^0.2.5","grunt-sass":"3.1.0","jasmine-core":"^3.5.0","karma":"^4","karma-chrome-launcher":"^3.1.0","karma-cli":"^2.0.0","karma-jasmine":"^4.0.1","karma-typescript":"4.1.1","node-sass":"^5.0.0","protractor":"^7.0.0","puppeteer":"^5.4.1","serve-static":"^1.14.1","ts-loader":"^8.0.7","typescript":"3.6.5","webpack":"^5.3.2","webpack-cli":"^4.1.0"},"dist":{"integrity":"sha512-xF8EF/CvUYRSaq0KRHA6ROHRuAxObqAVByBLyZfOPWOJBJTbg5GvPUj8HABEBYZWKxQeFkONcZwNflZLhHEi4g==","shasum":"e324de1acbe59b812293117783c398ca83e2d1ca","tarball":"https://registry.npmjs.org/gridstack/-/gridstack-3.3.0.tgz","fileCount":78,"unpackedSize":2652640,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgGkG7CRA9TVsSAnZWagAA+q0P/iqALhjzF0fJ82/NIvJm\nu/PgX58TD+RAZWj7CSAson7Xr/MGyQFDNJQWqDHzG9O9ezhs7Bv35oK08hrO\nYvNVm/57dvxpgr7FgAC211kmq2IMht7F5Dq27/B7i6AlOk5mNdHov1zpsxz3\n+Vuc+Y8At1ypIDwFZYAZBJb+bYAJB6wk1VtywZXwCm6UMzTaWClqz8kd75Yq\ncaCbdkM2t/KJ0CNvCumBb3db6WWFM4duN7GQw6yDxDd3+/t0U56piZ26jWgZ\nC7ItIZT4dBQVs261Nknzzzf2i/GrWLF+vWbtgtKXOBKwo6Ay8+7DcO+n+a8k\n3wXrdR9xYdEHnFsIRNgsLzBC0ssVvL7e7RTd3yCI7P4r1XYzoA6zCZLPtEev\nKjMPdbSnizXIp+B9ekaHUcnyaivjJzDn2ri3maezb94eiDvyqiv75NNx9zqu\nPZyTXeonakuNVeAbvorVb/HBCKFheEcshupi3Jab9y3LfTqTz4gacYRrlJl4\nbq/y6sb5WnJ6Xbz0IsFmKml05h9fDBvtJhT0E2t+UzROLAi6jzE/USMjhfds\njoEkPk34Ey2U6jAhrL+6tCE5gd+qQQlCQs0NRmj9X9HORyMcrv8OSwEJ7Gle\nNo5cp2T6o+PcwLyrOz6gprCeYp+oyBqghw/k4Su/3N4wtkqOIcRyI6ThSxb7\nbdQa\r\n=QRwW\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHN0NViBdxCg5kiuN/KEKcvQgPbyr3Z0ak08Sr9H87K8AiAmIDUyFW3WgrQAvBUmyqWlqJ+XmhLSVjVSUYfWDglIlA=="}]}},"4.0.0":{"name":"gridstack","version":"4.0.0","devDependencies":{"@types/jasmine":"^3.5.9","@types/jquery":"^3.5.1","@types/jqueryui":"^1.12.13","@typescript-eslint/eslint-plugin":"^4.6.0","@typescript-eslint/parser":"^4.6.0","connect":"^3.7.0","core-js":"^3.6.4","coveralls":"^3.0.9","doctoc":"^1.4.0","eslint":"^7.14","grunt":"^1.0.4","grunt-cli":"^1.3.2","grunt-contrib-connect":"^3.0.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-cssmin":"^3.0.0","grunt-contrib-uglify":"^5.0.0","grunt-contrib-watch":"^1.1.0","grunt-eslint":"^23.0.0","grunt-protractor-runner":"^5.0.0","grunt-protractor-webdriver":"^0.2.5","grunt-sass":"3.1.0","jasmine-core":"^3.5.0","karma":"^4","karma-chrome-launcher":"^3.1.0","karma-cli":"^2.0.0","karma-jasmine":"^4.0.1","karma-typescript":"4.1.1","node-sass":"^5.0.0","protractor":"^7.0.0","puppeteer":"^5.4.1","serve-static":"^1.14.1","ts-loader":"^8.0.7","typescript":"3.6.5","webpack":"^5.3.2","webpack-cli":"^4.1.0"},"dist":{"integrity":"sha512-foarrbQCVwvRgZjgDR3FA4sllx8bBVTRfIGsGp54/Xv378pMmqL0ogohpo38Rb7DdTLTL8PD/E+7LLXxn1bMWw==","shasum":"99277d150eb2266ec1c8c7fac1e1592e8d5c0151","tarball":"https://registry.npmjs.org/gridstack/-/gridstack-4.0.0.tgz","fileCount":78,"unpackedSize":2753632,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgVZQjCRA9TVsSAnZWagAAOfwP/iZzkJJjEIrUWbkjaE2o\nXLgYrSyRnYE37ZCTmjotmw0+iedJpwkS76QhC8GMYrrKPi6AigYxxZ9RmLDK\nLJUfPyrV/oF7Z2kkUbKh9dWyf7BzbHJOTupS/Wpa8P/7SwDX/PUvpxl8Ea40\nsXZE99thm32qAvSMTTyoUDYlIcCkzUfSbcCoEkc9s9cdLRbssdAzoDQVCJ8y\nT5HtaDshwevNFvkEiN3mZsYc9LTlDdkpfMzXz6TmrP5Hs7WdvJqslscaERTR\nxZYaW8MWNcgXweOdWdC9nF6Jiq+96wdQ1dXfEHdq1xXYFgv5x1bnAIVZNoS7\nvh2GXbpE+PGNr43s4lXqF2WDJDtHpqw93qGOcuwng8Ps7KFt+t4HmPoPMbxY\nZlRnk7dMWU7gNdekjzQONv3bWM2P9tsKMpjlxdFQwOvwzNFm+RwXk1P1+qSI\nI8CrtXt7RfDYlk4M/+QJN4BG9b8UCWoQJ3eIRVf8/+slXu4MzXte1IKBin/X\nW1ZQsKb79ILjtKjuedqTydO+DIcQufPmYaF4FIu7ld6lf/y7tLu39zwkGT9V\nOo5hQewU6csvxQ7UF9Dzv5N9ynpNiyv3s/BQjyIEVfCmdpFMbzx7HJd3YEhT\nfB63sg9sucS8bScMlY+VUJtgKwlJ39ik3j4JklumSk/nIvn/hB/ahoxTiEZl\ni2XU\r\n=IgoI\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIE6bohqx4VRLn8ntiLqAfzR0JTWb6Tr/kxmQttB3fYzsAiBufop7mcfa90I7nxyWF8dEXx/T1+6X5NbfBQeZUtpBZw=="}]},"funding":[{"type":"paypal","url":"https://www.paypal.me/alaind831"},{"type":"venmo","url":"https://www.venmo.com/adumesny"}]},"4.0.1":{"name":"gridstack","version":"4.0.1","devDependencies":{"@types/jasmine":"^3.5.9","@types/jquery":"^3.5.1","@types/jqueryui":"^1.12.13","@typescript-eslint/eslint-plugin":"^4.6.0","@typescript-eslint/parser":"^4.6.0","connect":"^3.7.0","core-js":"^3.6.4","coveralls":"^3.0.9","doctoc":"^1.4.0","eslint":"^7.14","grunt":"^1.0.4","grunt-cli":"^1.3.2","grunt-contrib-connect":"^3.0.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-cssmin":"^3.0.0","grunt-contrib-uglify":"^5.0.0","grunt-contrib-watch":"^1.1.0","grunt-eslint":"^23.0.0","grunt-protractor-runner":"^5.0.0","grunt-protractor-webdriver":"^0.2.5","grunt-sass":"3.1.0","jasmine-core":"^3.5.0","karma":"^4","karma-chrome-launcher":"^3.1.0","karma-cli":"^2.0.0","karma-jasmine":"^4.0.1","karma-typescript":"4.1.1","node-sass":"^5.0.0","protractor":"^7.0.0","puppeteer":"^5.4.1","serve-static":"^1.14.1","ts-loader":"^8.0.7","typescript":"3.6.5","webpack":"^5.3.2","webpack-cli":"^4.1.0"},"dist":{"integrity":"sha512-wFRT5e9XtsN/vUdNN7j1y7Eu/kqwW5RWKdZGI7jJytyPXRGp3A45epGRrsXkZdEuRDKDFPxHG4FXB+i9+/tUjA==","shasum":"2a9dae7eab128421f747dd1a1d7e3a40766075db","tarball":"https://registry.npmjs.org/gridstack/-/gridstack-4.0.1.tgz","fileCount":78,"unpackedSize":2760533,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgVjN1CRA9TVsSAnZWagAAoNkP/0LNNTr+oamjRA9uPn/g\nCctwLkz6bSrnSxVRDtewTP88L0BfnyTgxdHhAg+sSPSMa1y+OYFxPFbyx7ro\n6b6jtiei7WYSaRywzlRIe5s35O8ZZUTbDiHv9QoAft9qJ0atB0z64Ep3Vma1\nVzDKQx7anjWD3ZqAzTOQCInuJXSDn7JavBRkj3Q6T++DUdthIYvLtP3Sk99I\nSBQUtUanBdhaCjmdLR58eFNDFDhIoohGTXsjvUOFExZW6Ry20d8LLLbjEnyD\n5BvBnGOT/XhWmpd26tgxJHkMLVaYhO7XKBb/Awj2wc78qfQMjr0q3RC5gaG3\npJ11/Ec3Dcyapi2VSCfQ3PrSmnDGR5x5sHOWsqjM3Ewf5fjvIHQP6by8fzHw\nO+BBiYyG2xGDU4wV84B2McGmDas/m1VSOPmt1qIrnoyQLvaz0be5erIfrTek\naTqEZX/rLKYC72EeA8nADCeFE1daI+8Dr6jwnE0ntA+I4qc7Gtd1T4L59cUM\nXpfrrLKNNBEjb/Y7dXmx8kJsSgHYRYPVkoJHgZ0DCc+XRvPPvM5XXpe/seRy\nI5FMWJgmukY3/a9fL/H/hUGazpJ2Bsq9xVPU9giaaj3IymSPEpV0iy27yjQx\nre8zFLyfECKr7roG+6XSa6HRJNlPh/AUCa16UBRSupVjfWGlPOJ34v84UJAI\nHbks\r\n=Ua9W\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD0G97y61ReGo9yKm1Me5E9rZYOmIlLCjDS/2XN1x1UdgIgICZxX2biCsz4aHIBrLR5JlGjTRgPcTGPDKOob/SSLwk="}]},"funding":[{"type":"paypal","url":"https://www.paypal.me/alaind831"},{"type":"venmo","url":"https://www.venmo.com/adumesny"}]},"4.0.2":{"name":"gridstack","version":"4.0.2","devDependencies":{"@types/jasmine":"^3.5.9","@types/jquery":"^3.5.1","@types/jqueryui":"^1.12.13","@typescript-eslint/eslint-plugin":"^4.6.0","@typescript-eslint/parser":"^4.6.0","connect":"^3.7.0","core-js":"^3.6.4","coveralls":"^3.0.9","doctoc":"^1.4.0","eslint":"^7.14","grunt":"^1.0.4","grunt-cli":"^1.3.2","grunt-contrib-connect":"^3.0.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-cssmin":"^3.0.0","grunt-contrib-uglify":"^5.0.0","grunt-contrib-watch":"^1.1.0","grunt-eslint":"^23.0.0","grunt-protractor-runner":"^5.0.0","grunt-protractor-webdriver":"^0.2.5","grunt-sass":"3.1.0","jasmine-core":"^3.5.0","karma":"^4","karma-chrome-launcher":"^3.1.0","karma-cli":"^2.0.0","karma-jasmine":"^4.0.1","karma-typescript":"4.1.1","node-sass":"^5.0.0","protractor":"^7.0.0","puppeteer":"^5.4.1","serve-static":"^1.14.1","ts-loader":"^8.0.7","typescript":"3.6.5","webpack":"^5.3.2","webpack-cli":"^4.1.0"},"dist":{"integrity":"sha512-yOD3Ob8Kmf8o5PSXg4izTTPdNcKHgy4SHfUCsyXjV6D/AX9vi8dsnHlZk/JxTfjvsBT3uIEMW7oaq4mrHcjjwg==","shasum":"50b23e7c3278a0b6d9aa66491f928e1217ddcbf6","tarball":"https://registry.npmjs.org/gridstack/-/gridstack-4.0.2.tgz","fileCount":79,"unpackedSize":2760040,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgYARlCRA9TVsSAnZWagAAjygP+wcapcC1Xrcj6UrwxHU1\nhl++hIHLErk8OFwEaI3fkS8hysrwQNdDqbP8bug7krYeqOxFckBMhmyHQVL+\nReCd2finxpRNZD0RCLBB7gVS1R9+a6fTyPZj/BKlZA/RPee68Fu6Lcn6Wqxu\nTOW9KckOgxoUajEbEaca+I06HYBlqzjCFaRoj8MGLnXLT8ZwjrQaVy58sttw\na+YDlSYQIt1Okf3NUAKCz3eqUrCiRZyq3f4WE7Bis3749lhZXU6xfWbL7OUz\n1Q+6D+3XDuSGzErKsYPmHZT1tI8koRMFCj+ZtfYyvvz9u5fazRDfK842xe5C\nFkwgxit1K8or0ePNP0VLoGz46EsK07cjy+zS3A2j/ftV4wv7d8mk15Yu523P\nj5OgRvGlqmCnlwuI3KUA46QX+Va40kk72yeeXRVMBwOjaWj53wRoe699SoRr\nkP8Q7YfGwq2mYHi7DjwW/wzqPewjTjwTC22HbWX/DuFBm2lOhGtGHWnVCTWG\nMjB/M7sL1FNjBOCkaUtGegRt3Z5fHQqkkdUg+Swwc6O/mFR4J4DAqas+TcOc\nVr1u7VlA2lG9OUJrsjjsS3jW636SGmxfuGpWnK/T39eDH6JugP2qGylXku0k\ngySOwU3lyj/OQgNYI88yGs9Eh9n3KwBXOLm6M36Xzrd2S5HIySGkY2mapxxz\n814q\r\n=oe4p\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHzTzGEZg4ovg50zJYCYtuiCYwkltQXyx7XTDIW1bkVdAiEAkBLFhBOE4kULddRp3RUwBOn6mviINNjKjApwTQGc76Q="}]},"funding":[{"type":"paypal","url":"https://www.paypal.me/alaind831"},{"type":"venmo","url":"https://www.venmo.com/adumesny"}]},"4.0.3":{"name":"gridstack","version":"4.0.3","devDependencies":{"@types/jasmine":"^3.5.9","@types/jquery":"^3.5.1","@types/jqueryui":"^1.12.13","@typescript-eslint/eslint-plugin":"^4.6.0","@typescript-eslint/parser":"^4.6.0","connect":"^3.7.0","core-js":"^3.6.4","coveralls":"^3.0.9","doctoc":"^1.4.0","eslint":"^7.14","grunt":"^1.0.4","grunt-cli":"^1.3.2","grunt-contrib-connect":"^3.0.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-cssmin":"^3.0.0","grunt-contrib-uglify":"^5.0.0","grunt-contrib-watch":"^1.1.0","grunt-eslint":"^23.0.0","grunt-protractor-runner":"^5.0.0","grunt-protractor-webdriver":"^0.2.5","grunt-sass":"3.1.0","jasmine-core":"^3.5.0","karma":"^4","karma-chrome-launcher":"^3.1.0","karma-cli":"^2.0.0","karma-jasmine":"^4.0.1","karma-typescript":"4.1.1","node-sass":"^5.0.0","protractor":"^7.0.0","puppeteer":"^5.4.1","serve-static":"^1.14.1","ts-loader":"^8.0.7","typescript":"3.6.5","webpack":"^5.3.2","webpack-cli":"^4.1.0"},"dist":{"integrity":"sha512-zYGOYdYTmPCUselBQrvi3w+6XUW0Ya8FZfINkn2LrAQfl7TW8a6zkppmWdlQQMYlbZ5Hv5GsLE/hRTk/MZyrHQ==","shasum":"ff9394e64fa6593d70694c41ff185c4d2d8fde5a","tarball":"https://registry.npmjs.org/gridstack/-/gridstack-4.0.3.tgz","fileCount":79,"unpackedSize":2748018,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgYVNXCRA9TVsSAnZWagAAvLkP/RHCn7i0ZG8hFrgMW6mo\n0dA1f02MUXZtHKJFisO2KZCQREzghaa7EtOWqDq5M33RYP7eMjsbW/b+Wf5b\ny7a79GxXzChJ3Ailub1YdwvR3dIVw97vh8xuY3EQKVOI+dvvv/0GOR/olS3H\nY7r8UNGyJIWFNSV8l897ueV4ZwE8RXvyKci15herOp2dVYQWsKmMZuROxB99\nLCXiS7O/GAYU88FRd/+jLOvr0JYEqWBao7k4ebl9A7+qR+i9we869UcP/lG6\njeEeeSO2L2/SK5xEYmwkt+CO2yDOvp2uXCQjKritMP/8ROUkFSspnISD5SGB\ndYkiZE3Q3Zsx927jQHLN73/LvzUd6qUbD/RHLI/7qB6/9PPtx9nXhaex2HjM\ns5D2WyiGwJ40fcYWrRklKalMMLuwDoKAnZ67WtaKlAsrWUcPfXyE+LK4ymaF\nQ6fKGPK8V5kHOyStkaAc48V+6BD6ipd1v9uqzxWOrffHUzCY/OSrRL6IF9SP\nasMpp0kKP7bPoKewhJetDa3LZBUvWR720wZBfEZhAjIT6zCRlhih1xAOJ2sZ\nrwIGjFqAUOFxTEHia8lFLXEgKe9IQnbw8jKlFHL9kltr9wXEdxd6Dwz3f6xN\ngRdJ83mZsYUpE27yhG1e/wPMjd+ZXxJMEYEp37eo1/8sbxyBm4F1AOVboo8m\n4hMG\r\n=2gOG\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCiX06dbyXR0ixNdXlG+hDRCMCVf6RJ+rorp69t+ARiiwIgY3M/Y24ZdwEthdNcp/XteG4yhMRT/A2WhGniWT7ILZc="}]},"funding":[{"type":"paypal","url":"https://www.paypal.me/alaind831"},{"type":"venmo","url":"https://www.venmo.com/adumesny"}]},"4.1.0":{"name":"gridstack","version":"4.1.0","devDependencies":{"@types/jasmine":"^3.5.9","@types/jquery":"^3.5.1","@types/jqueryui":"^1.12.13","@typescript-eslint/eslint-plugin":"^4.6.0","@typescript-eslint/parser":"^4.6.0","connect":"^3.7.0","core-js":"^3.6.4","coveralls":"^3.0.9","doctoc":"^1.4.0","eslint":"^7.14","grunt":"^1.0.4","grunt-cli":"^1.3.2","grunt-contrib-connect":"^3.0.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-cssmin":"^3.0.0","grunt-contrib-uglify":"^5.0.0","grunt-contrib-watch":"^1.1.0","grunt-eslint":"^23.0.0","grunt-protractor-runner":"^5.0.0","grunt-protractor-webdriver":"^0.2.5","grunt-sass":"3.1.0","jasmine-core":"^3.5.0","karma":"^4","karma-chrome-launcher":"^3.1.0","karma-cli":"^2.0.0","karma-jasmine":"^4.0.1","karma-typescript":"4.1.1","node-sass":"^5.0.0","protractor":"^7.0.0","puppeteer":"^5.4.1","serve-static":"^1.14.1","ts-loader":"^8.0.7","typescript":"3.6.5","webpack":"^5.3.2","webpack-cli":"^4.1.0"},"dist":{"integrity":"sha512-zvbqjtOOCRFNFLSGueKy/3ySKM0hgN/qqhPi/4qSa4IAPjxF5JgQkorJj4K3JJSYOoKMoSXqrcOAs5aPT1S2ow==","shasum":"1aca3e0940ee6d8eca82b6ce75c536f1af90ad71","tarball":"https://registry.npmjs.org/gridstack/-/gridstack-4.1.0.tgz","fileCount":79,"unpackedSize":2759660,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgbcQ3CRA9TVsSAnZWagAAS6sP/jmjTpTlUCW+1Rda6HUp\nhfBkMlwhFAKiwLBrKQ9p+jNZxGqbpd3KtWr6dzcGvK2o9amVCpx8yVHeB5Mc\nOYTfi2rICgr7u/0P37FC0upsXG3WkySdwIJxdBvIWJ7BjYck4StFaN5yzdbs\n2hdAlb1FrnIAqA6qEpSuyiEGQF0aziHhE56UGFgYbslyJSj2zDrUPjRWsuGJ\neH66oMwvOA/BvpTMnV8QzRpKXPzmBGBW9lvPTGGJg9crVH5iSrltLKnOBdtF\ntg9X62eLe6oDJIGGq4gK8hPufawrxK0iOkA7lKC4/zxqeLJTzsdDn9dQ3KA6\n6YxJOtz0mMNN7C19Lco58fEcg2AgV7WzBVS1uNcIXo+U5UHr3QfjFv0qmA/g\nzDwvdM8Q4Lygi6rOjD2ASoa3n5NbuyjhkQ2VeM+N6vQuJQCr4oSHts2h7u+u\nwE4cHXkF8PTDPDMW42dXLTYu1JIviP/irSm+305EtUK00d8efnONlGX3y++y\nC27lwGKcj5SlFMMDXsIAwTNZxbx5z7xiPQ42+zU14E39da1i40n23hhihltX\nKvuakEFaOKogaTNQfiX4bIUhkGyh0q88eqb7CvoMNy188cbvye1q+pGh3CFu\nxLNoP/N4kCRUJzZaJOQuEwZO14B3zuH+HC0pEVIpZoMHek3dYLaUgNErvuee\nc2Ie\r\n=kdqR\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDH/5DPtHwyfO5v6ba5kwO2g8yF9QfvDREG7K23dhyiNAiEAwk4HaulifRYyia7HvgP7DYgf+bIoEYCkw/Obf1vLDxs="}]},"funding":[{"type":"paypal","url":"https://www.paypal.me/alaind831"},{"type":"venmo","url":"https://www.venmo.com/adumesny"}]},"4.2.0":{"name":"gridstack","version":"4.2.0","devDependencies":{"@types/jasmine":"^3.5.9","@types/jquery":"^3.5.1","@types/jqueryui":"^1.12.13","@typescript-eslint/eslint-plugin":"^4.6.0","@typescript-eslint/parser":"^4.6.0","connect":"^3.7.0","core-js":"^3.6.4","coveralls":"^3.0.9","doctoc":"^1.4.0","eslint":"^7.14","grunt":"^1.0.4","grunt-cli":"^1.3.2","grunt-contrib-connect":"^3.0.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-cssmin":"^3.0.0","grunt-contrib-uglify":"^5.0.0","grunt-contrib-watch":"^1.1.0","grunt-eslint":"^23.0.0","grunt-protractor-runner":"^5.0.0","grunt-protractor-webdriver":"^0.2.5","grunt-sass":"3.1.0","jasmine-core":"^3.5.0","karma":"^4","karma-chrome-launcher":"^3.1.0","karma-cli":"^2.0.0","karma-jasmine":"^4.0.1","karma-typescript":"4.1.1","node-sass":"^5.0.0","protractor":"^7.0.0","puppeteer":"^5.4.1","serve-static":"^1.14.1","ts-loader":"^8.0.7","typescript":"3.6.5","webpack":"^5.3.2","webpack-cli":"^4.2.0"},"dist":{"integrity":"sha512-NYmEermaOIklh+vObDHnK1VJl43Lj5AI759afHNHlpW+abydxJV4otlsZFP4OaJDACw7B5ERXyaWI/375HL5Xw==","shasum":"ca5124d9c047951e0ac1c4b13dc6c62f3616851e","tarball":"https://registry.npmjs.org/gridstack/-/gridstack-4.2.0.tgz","fileCount":79,"unpackedSize":2768655,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgcyieCRA9TVsSAnZWagAAPiUQAJ3YBlZnsf+58YCqoGPo\nyfS0+mZ6Dsvjb9iogunHV0qYOwEUPIqKcZYbHOS6msAwwO45RmHaTMXihQ/E\n9UGfRmIBn2OwRzLKA1qd0VlDw+vp5NqChot99vSZqOz5sfE0SHVWJxUwAPFB\niOTT0vUuVpmCSPc4buZZR+SEU42yPZYsVurZtq9fQeve5j4fRbqoMnBbxZ0S\nUh3dkkkQM25wEMG5OwFtckmW3eKMlvqlb7RmlWFOubGdbA/7/Qn5RjtLKhbL\nkrSvykMjsbW63ei1OHPSN/avT4sbje2lECXVT1W0pApOU91aFT0/Grpe44c9\nrKxK9NoBG/K1dH0mutHSHz/vMJ2+LGnw3v6I0PreTh+N/iS3OtluLSP94Mag\nRBVlWxH3NQ3+qz+z+Q3kcmC+uFBMzJD/z7PjiXZGz5z2UuIufjFI89HjhvmO\nFm+djIQoi0WVuiQyDui6MQm3YbVdd/cnIPnTRNfJo0VVyVaoBz28V/787U8g\nmEXIP7b9XIjnXga+WHO7tUe6N0vygFtEuGTWGVcrr/hcGg4unpwSoCgttF51\nb6tzlyGTj5aw6EgZZI0HykU1ObnrgW0bw7yTfbDx56FCD2ujrOZLKAgc22Rk\nDwWRhyNtwUE8ikO+u2OfF1FkwPgqYoA+urfPt0cuxHqibn9X1ECYqE2xwMqW\n5aam\r\n=QmPS\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDVj6UffV8tLbwT8X8wkRUaZR1hImcNu17RJXslAb9uZQIgWU+6/ZJ0jJ51g2CXHAGWitPVv0HmRLOsxaQbyZOB9DM="}]},"funding":[{"type":"paypal","url":"https://www.paypal.me/alaind831"},{"type":"venmo","url":"https://www.venmo.com/adumesny"}]},"4.2.1":{"name":"gridstack","version":"4.2.1","devDependencies":{"@types/jasmine":"^3.5.9","@types/jquery":"^3.5.1","@types/jqueryui":"^1.12.13","@typescript-eslint/eslint-plugin":"^4.6.0","@typescript-eslint/parser":"^4.6.0","connect":"^3.7.0","core-js":"^3.6.4","coveralls":"^3.0.9","doctoc":"^1.4.0","eslint":"^7.14","grunt":"^1.0.4","grunt-cli":"^1.3.2","grunt-contrib-connect":"^3.0.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-cssmin":"^3.0.0","grunt-contrib-uglify":"^5.0.0","grunt-contrib-watch":"^1.1.0","grunt-eslint":"^23.0.0","grunt-protractor-runner":"^5.0.0","grunt-protractor-webdriver":"^0.2.5","grunt-sass":"3.1.0","jasmine-core":"^3.5.0","karma":"^4","karma-chrome-launcher":"^3.1.0","karma-cli":"^2.0.0","karma-jasmine":"^4.0.1","karma-typescript":"4.1.1","node-sass":"^5.0.0","protractor":"^7.0.0","puppeteer":"^5.4.1","serve-static":"^1.14.1","ts-loader":"^8.0.7","typescript":"3.6.5","webpack":"^5.3.2","webpack-cli":"^4.6.0"},"dist":{"integrity":"sha512-tY3K/WqUcPoVaJNXW1enw+G8es2fJfYxiT4Wieep0WP1vzc5tXrI4R9V2t8XhjRTeYZ41upWu7deGob/CCrmpQ==","shasum":"033360cc73558088aaf60ac78d3448aebb125dd7","tarball":"https://registry.npmjs.org/gridstack/-/gridstack-4.2.1.tgz","fileCount":79,"unpackedSize":2771493,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgfGDBCRA9TVsSAnZWagAAmuIP/0MC6/vaGFlXSwotz/av\n/WmuI3YLggIpxUJNtZlWPXLlAx9pjTJamt5IjL96BRbepYDqrfafxzjkBv4I\n+icWXQ7P5GpNN9j4c+NPSL6plh1tsIcH4sBqdlRP+HG5tWQXp3aTAbD71WG7\nYX5FapLpQ6Ovd1gwid72GnirEFZLG4r1hpQlhTu6YLpzipTCkjYITPJN+V3n\nk2bwqnDjHHHuWaeQqLW8azBysx+TFzHIfYScfomluREPl5ExZH4Ew7x7/l3o\nnUgg5MYGGCOMsPQZ/YRpiyl/jtgrKXZI5rVZq0GFxoZDyMM9UMEnLWaqIK4Q\nHjMcX36a37IdxjcCeUqA+d4TKQUvccQKoZ9Et47CiEqVaYX0lNUnUYxRGJtm\nictAbPe9quZ57gyTXqTujrGBBpKqYpUjSRVD3BxUE2weRNY9MDk1iUg51b5u\nkzIF7ThxWYHkPm/Ta1U1mGPumSxMg36SVUwNt6b5C/dlDT/lKEtOZ/CvIFVD\nYZpHC3j3LGf7R6fmMXd+redETtmrK1sb6NPCVluencjISWl6aJPwrBjA38WV\nu6ccSSvgdnViNurPVO0Am8h4/UKhheI9E2ZDo31XzqOs/ZhnIcPpNiuCN1aP\nt99eFohYJCDSh44r1ATead5Sk6jBisjAfYnQ148VOtVLQi5R9kiU9FRtXWU4\n/xF1\r\n=Ygeq\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCMLy3CEr0Ay5zGuoPYv2c4yKgZppdiqp+b8J9U74LW2wIhANI8xfT+/XRoBbsYEgOFdDle4IaV0gYZsItjF8eGg9f/"}]},"funding":[{"type":"paypal","url":"https://www.paypal.me/alaind831"},{"type":"venmo","url":"https://www.venmo.com/adumesny"}]},"4.2.2":{"name":"gridstack","version":"4.2.2","devDependencies":{"@types/jasmine":"^3.5.9","@types/jquery":"^3.5.1","@types/jqueryui":"^1.12.13","@typescript-eslint/eslint-plugin":"^4.6.0","@typescript-eslint/parser":"^4.6.0","connect":"^3.7.0","core-js":"^3.6.4","coveralls":"^3.0.9","doctoc":"^1.4.0","eslint":"^7.14","grunt":"^1.0.4","grunt-cli":"^1.3.2","grunt-contrib-connect":"^3.0.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-cssmin":"^3.0.0","grunt-contrib-uglify":"^5.0.0","grunt-contrib-watch":"^1.1.0","grunt-eslint":"^23.0.0","grunt-protractor-runner":"^5.0.0","grunt-protractor-webdriver":"^0.2.5","grunt-sass":"3.1.0","jasmine-core":"^3.5.0","karma":"^4","karma-chrome-launcher":"^3.1.0","karma-cli":"^2.0.0","karma-jasmine":"^4.0.1","karma-typescript":"4.1.1","node-sass":"^5.0.0","protractor":"^7.0.0","puppeteer":"^5.4.1","serve-static":"^1.14.1","ts-loader":"^8.0.7","typescript":"3.6.5","webpack":"^5.3.2","webpack-cli":"^4.6.0"},"dist":{"integrity":"sha512-pVU1+eexa/gs4YFuJHjGDvObq6mcmie8aGULCu1F/u39lFlpAmZrzf8kJ+3tWbdBYdBUoxT/gydwDDeiA+C2Ug==","shasum":"d56dc914d275b4b63f19abf039c20ac644cffb82","tarball":"https://registry.npmjs.org/gridstack/-/gridstack-4.2.2.tgz","fileCount":79,"unpackedSize":2775450,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJggw76CRA9TVsSAnZWagAARdYQAII6A1MMODNwIVAsVNbv\neDMUriwperrTutUuGqU9NDhlSWNxQTIOEv3N7XtN8lUMDEOw+sL0s4NSP+69\n0et1PJetoXz/7Gd9uHh4QmMQkfSAb7KxYLrJUgI/65a34nqgCLQnoAUdwOO2\ntT6AbQYdpFiDwgsrtWb6AEwfPuz6XpiY6MwRrMXFKd10utE6eZv7B80QDAqx\n85PFeFgvvWlGBRDrF5NuZdcTT2jYfaEzV41ZXyZWLpcUYpyYNCohWL5/FpHN\nvNOFKt0w/jlYAo9+PCE3Mu/lVbdB20Yg+cDKlSUbl7JG6ispsSDXN+x0h8hB\nKumZFLpYoEayB9AG/kCMEMrusDRdow2YXdL8cyOhBfcH+vs9kFTdAGgAmzfO\nzQHZL1LjzyUrSf4O5OdgUYo3lpTtWMwKfryxee86QSFNO6rTOJ+CRhAVWYX6\nz48tQIS6y3kbyBEEOztyN+gFhK82/JjB04WA19tW+a8gemSP1ECfWLmLomiS\nhyvZAIL6c5gx2zgxGfZscm6XrgnQppQER9WB0Cv5e0X7paj5IO5GQ/ZPw7Ft\nP+IeUaFrDGqSikvL/mbi5+24p0gS5sAzixdU9qZxVUh/9fu9ynt2HYjdmH4g\nzK2IN0dgiZfLRqnJN2zigS9rzsCcxCF/Ef7KB5FhenFP1zD8tQ+TkB9EAeT8\nPfxd\r\n=ETyE\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFaGkCye/X+b0RdnOKtrxYj4lcA6F4eJyl5Ve68DllBgAiEAoZYtb74/TqNB8Gi0p1juYWgkGuc6sLa0L8uj/mXQB98="}]},"funding":[{"type":"paypal","url":"https://www.paypal.me/alaind831"},{"type":"venmo","url":"https://www.venmo.com/adumesny"}]},"4.2.3":{"name":"gridstack","version":"4.2.3","devDependencies":{"@types/jasmine":"^3.5.9","@types/jquery":"^3.5.1","@types/jqueryui":"^1.12.13","@typescript-eslint/eslint-plugin":"^4.6.0","@typescript-eslint/parser":"^4.6.0","connect":"^3.7.0","core-js":"^3.6.4","coveralls":"^3.0.9","doctoc":"^1.4.0","eslint":"^7.14","grunt":"^1.0.4","grunt-cli":"^1.3.2","grunt-contrib-connect":"^3.0.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-cssmin":"^3.0.0","grunt-contrib-uglify":"^5.0.0","grunt-contrib-watch":"^1.1.0","grunt-eslint":"^23.0.0","grunt-protractor-runner":"^5.0.0","grunt-protractor-webdriver":"^0.2.5","grunt-sass":"3.1.0","jasmine-core":"^3.5.0","karma":"^4","karma-chrome-launcher":"^3.1.0","karma-cli":"^2.0.0","karma-jasmine":"^4.0.1","karma-typescript":"4.1.1","node-sass":"^5.0.0","protractor":"^7.0.0","puppeteer":"^5.4.1","serve-static":"^1.14.1","ts-loader":"^8.0.7","typescript":"3.6.5","webpack":"^5.3.2","webpack-cli":"^4.6.0"},"dist":{"integrity":"sha512-eaB8BUWsqldHIM6EJuUfRLnopCo5GejFfToE+vIbtNa6KStKxGIMovtSn9yguVTp2aN6t9SxSq0lKTdKrEb+7g==","shasum":"2154d68d8e6bf6daf44ccfa4196e8acd890f3ac7","tarball":"https://registry.npmjs.org/gridstack/-/gridstack-4.2.3.tgz","fileCount":79,"unpackedSize":2779134,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJglqcqCRA9TVsSAnZWagAAlikP/RCch+Cv5bhNth3P5KC4\nyCDU4onP+gF1dyoQ8CebA7PMXuoFn7TnbyZ7HUzKVUT6Rm4X43POfDqfZ9PP\nfMq95YHeFBAy97VU/tUHT3cwvhN5uvMIC9YMsA+H+SxcyggnSVwLI91kQF64\nyBUV/d6XFuc4APPAwSDN8rqCtrAH90LaQVM4bm17Pe6XdHEt4UXp2bcgOdSi\n+e3sF5WIKnDtbBSCXx6vnSRhkX+BsCezqJp3HsxwjXjVpuzX1c2x1YtZGHAz\nOqKxcS/2Nepn766G9nPYXHciDSw94WStbaUOolGOGshY5BTr7RntgAabwXKW\nDyD8jKbYcN2djn/ch39s1Z/jGCT/19zLJTPh1L151aKCq9jfIzVKgXDI6lxc\n0rlSXA8TSGgDyJEE1uXHfVAL42WYu1t9LV4//iY5w/nylBMwx31qN5kfLznj\nydh/izaJqOZEvNSK20VOpuNInsTOQGx4qiuH3Q9r8oaWebKo8Oxwyf4PNkzH\nuLPj7j+0plDt0chRt6+xrYUJU+B7qmLoLw0xWxjB2reh2Grhkk6c/3dxfSmf\n2z/W8f9+kr6CFxkmQco+p+Z3bIMsqOkQErlBzCvSx8yP5ZSaiV4v6EHaf2ZK\nPzCMp3HEP5WPLus+BYokyb46dc1scWT9Y/XVqR/IJZ3m6N/SgmMfdYCHnNhu\nEjCJ\r\n=+urg\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIG7klfh+TbZ8Uv33EXbrL7SRd77v5HEOBkEURlejS42IAiEA+ryfUrMGfzuKcGUBXD0BIg7ThJW5VU1cvym+J4Q3+Yo="}]},"funding":[{"type":"paypal","url":"https://www.paypal.me/alaind831"},{"type":"venmo","url":"https://www.venmo.com/adumesny"}]},"4.2.4":{"name":"gridstack","version":"4.2.4","devDependencies":{"@types/jasmine":"^3.5.9","@types/jquery":"^3.5.1","@types/jqueryui":"^1.12.13","@typescript-eslint/eslint-plugin":"^4.6.0","@typescript-eslint/parser":"^4.6.0","connect":"^3.7.0","core-js":"^3.6.4","coveralls":"^3.0.9","doctoc":"^1.4.0","eslint":"^7.14","grunt":"^1.0.4","grunt-cli":"^1.3.2","grunt-contrib-connect":"^3.0.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-cssmin":"^3.0.0","grunt-contrib-uglify":"^5.0.0","grunt-contrib-watch":"^1.1.0","grunt-eslint":"^23.0.0","grunt-protractor-runner":"^5.0.0","grunt-protractor-webdriver":"^0.2.5","grunt-sass":"3.1.0","jasmine-core":"^3.5.0","karma":"^4","karma-chrome-launcher":"^3.1.0","karma-cli":"^2.0.0","karma-jasmine":"^4.0.1","karma-typescript":"4.1.1","node-sass":"^5.0.0","protractor":"^7.0.0","puppeteer":"^5.4.1","serve-static":"^1.14.1","ts-loader":"^8.0.7","typescript":"3.6.5","webpack":"^5.3.2","webpack-cli":"^4.6.0"},"dist":{"integrity":"sha512-Zzq2JakEf1ff7UeeL9rzvrGZDn2rZEU+H+aOMnJ3dJiMxhwVeWnJ0CknmgEEaAj7MmnvijaKB1WB9ddNnwqIoA==","shasum":"8db1ed295f8eade1878451b8c800ed487d2d6a91","tarball":"https://registry.npmjs.org/gridstack/-/gridstack-4.2.4.tgz","fileCount":79,"unpackedSize":2783739,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgslfBCRA9TVsSAnZWagAAfsIP/3hlBZCV207uXplM5z68\nA3NbBRk9t29pfvy/fh6QBaLs429B/JbrQ8JTgAfX7GSZkgt6H9fmoYBy+d1K\nlTuGt6gTuVSAIG6Zxa99pnb2305/S0z0FzjstwiKw2pO5JLTAKWA3KaN8sbq\n4duMSFn0TedoXx3ES1IAPV1KC062NCHOp2jPaKeZq8uupT1QhqW1Z/4fjQXm\nOuQML5Cc9wVFFtCYTUA4uYgZRWjx2k/PlVqaa+pF03+ds8MYRaQDMlxlJGkv\nixxe5DmXpoYv32I/woC+YQopk2SJHXYN9TQIhDMOkEAqGtnoaK5xE9ecVOQy\n4jOIJb3GC3iV7wWoKPW2koAqnppX2Df8K0EWe4Y/ymJhn8BQihIjtLyXQrqF\nwMISxcKshMW8Xj7ZscVu9lREYzz+7+fSyxpgfr2kXmY7b7RFLomncV23mOtr\ni8FfH8g51KEU48HXLZdhCnmJ3jpxcnrYTsKHvUEeJ6K5c6CoD3Q14JeuGIn/\nKEUw+oPVEv2teUbC5IyL5PjOl4kYF+hcWDCJxYd8ZriK+mH5OnK7IHyUTq3c\ntbfILzEwFNuNH4p+cjP77Fud8azMzp6/DjPDcEWLKsz9nzKXNajrp8j/0DJs\n88dUi7wXMDXII5plBNgI9aIitEjxRMsL8XxSw6pXUP8oHtcv/AGwUCZL711R\n4VVx\r\n=Tk+S\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGSi0uDKqSSSZbh9WmRB9JCYgZ/PhD5fMYleBLTeNchyAiAj+a5nv6OAFuLxcGKGhnl35/xGUA53ooUf9MRex+r06g=="}]},"funding":[{"type":"paypal","url":"https://www.paypal.me/alaind831"},{"type":"venmo","url":"https://www.venmo.com/adumesny"}]},"4.2.5":{"name":"gridstack","version":"4.2.5","devDependencies":{"@types/jasmine":"^3.5.9","@types/jquery":"^3.5.1","@types/jqueryui":"^1.12.13","@typescript-eslint/eslint-plugin":"^4.6.0","@typescript-eslint/parser":"^4.6.0","connect":"^3.7.0","core-js":"^3.6.4","coveralls":"^3.0.9","doctoc":"^1.4.0","eslint":"^7.14","grunt":"^1.0.4","grunt-cli":"^1.3.2","grunt-contrib-connect":"^3.0.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-cssmin":"^3.0.0","grunt-contrib-uglify":"^5.0.0","grunt-contrib-watch":"^1.1.0","grunt-eslint":"^23.0.0","grunt-protractor-runner":"^5.0.0","grunt-protractor-webdriver":"^0.2.5","grunt-sass":"3.1.0","jasmine-core":"^3.5.0","karma":"^4","karma-chrome-launcher":"^3.1.0","karma-cli":"^2.0.0","karma-jasmine":"^4.0.1","karma-typescript":"4.1.1","node-sass":"^5.0.0","protractor":"^7.0.0","puppeteer":"^5.4.1","serve-static":"^1.14.1","ts-loader":"^8.0.7","typescript":"3.6.5","webpack":"^5.3.2","webpack-cli":"^4.6.0"},"dist":{"integrity":"sha512-pOnUmNHlx47RTyOu9UWigmPo2YSBpAfTlQQnpAl2zvi+UxglIjUfTHEsRe4ce8qMLiS73VtmwfBwAhbEF67TLA==","shasum":"f024e16fe95914cd506115ae88c945770244fd7c","tarball":"https://registry.npmjs.org/gridstack/-/gridstack-4.2.5.tgz","fileCount":79,"unpackedSize":2784826,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgtPhqCRA9TVsSAnZWagAA+hUP/2GvVPoLzQkAJbB+JHlJ\nTDGzFwGvICL4LyEYZOF8WkR7cHtuQb8BUtH8bpm8Q2H0fN+9+9hGuhULfXck\ncgRCK4vdMdi5BoqsqVvaE0tg5ezpI+Q4Unv8PNSeg3t1Mt80MfblBudphr9a\nx58gn4Fur/GCrBI8UTBOSTAUR4eOyZgWs4cA+jSnVzi/Z89mlWoGl2gLAClY\n0XB3rmwDr7/Se6UDzjUMETHOb96erCV/rNJxFxj8cjR80q7ZTyDKNAoSVSwA\nTwzH8cl9S+2vb1B+rsnmukCO52o4QMZejHLLWuIOFp4SlsWy2aCvBMQWTRBM\npY2qO0EyVttpn8h5YAWUWPBXoSq9VNc0NWvI+2GisblsTE8FTSZjTjyA5zgA\naX3fhXAeZAsdTbgrGig3vFAAjrufx02gITnffqtIGG139HGvoHiJFo/6OU+1\nXyUJkxhK2iyxtm1zIIXZGpygqW2E4BMBnjVS0knsj1tvYxdpf9gA3LaMaMf4\nToEHCShCYcZi9f6j6yLaU1MEQPni9kzqpPZD+4doHRkQNNO7FwxtLPKqx5TM\n6abKQzDkQlAzDG2LrlLLbmtdS6ViMB6LavYTiaXQo3+DZzipV10NVmYO1f0Q\niRlsKLMyVmITqc+S7jLTpn3t409XdTCq57Q0yWrCwZSdaKl7J8zwhsV0/9XW\neZZx\r\n=y50c\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFWRdwp8we0bZv97GZ0dDcwfCAlcO4kp8yZ6+vQAXbA/AiAbCPh0XOi1ZkLa77ACcveZWIE/EFkcPGO1E+LSXWV0ig=="}]},"funding":[{"type":"paypal","url":"https://www.paypal.me/alaind831"},{"type":"venmo","url":"https://www.venmo.com/adumesny"}]},"4.2.6":{"name":"gridstack","version":"4.2.6","devDependencies":{"@types/jasmine":"^3.5.9","@types/jquery":"^3.5.1","@types/jqueryui":"^1.12.13","@typescript-eslint/eslint-plugin":"^4.6.0","@typescript-eslint/parser":"^4.6.0","connect":"^3.7.0","core-js":"^3.6.4","coveralls":"^3.0.9","doctoc":"^1.4.0","eslint":"^7.14","grunt":"^1.0.4","grunt-cli":"^1.3.2","grunt-contrib-connect":"^3.0.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-cssmin":"^3.0.0","grunt-contrib-uglify":"^5.0.0","grunt-contrib-watch":"^1.1.0","grunt-eslint":"^23.0.0","grunt-protractor-runner":"^5.0.0","grunt-protractor-webdriver":"^0.2.5","grunt-sass":"3.1.0","jasmine-core":"^3.5.0","karma":"^4","karma-chrome-launcher":"^3.1.0","karma-cli":"^2.0.0","karma-jasmine":"^4.0.1","karma-typescript":"4.1.1","node-sass":"^5.0.0","protractor":"^7.0.0","puppeteer":"^5.4.1","serve-static":"^1.14.1","ts-loader":"^8.0.7","typescript":"^3.7","webpack":"^5.3.2","webpack-cli":"^4.6.0"},"dist":{"integrity":"sha512-DTfH2ayR3aOqo26RTiMEYtbOVOnVXLG+lnmWRAYazhW1uixxqOvmV0nxjqyFRJLV9uRudY5adiaFzfk1pGgSTA==","shasum":"d8436bb8b2fb34690ea5a6de1011a5db30ad5d3d","tarball":"https://registry.npmjs.org/gridstack/-/gridstack-4.2.6.tgz","fileCount":79,"unpackedSize":2805273,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg6yEICRA9TVsSAnZWagAAmMAP/iGTH7fSDuGjpo0zNZpk\nQhw+BCSWYInC+2Eqd6lywGVPhDBgm1eqBpcbhBFYq4Zj86v09AWEn6gVXsbh\n+xuDeo++bd3nIpuAEiYzMYfxYvrqAJyX4XCH9LEc1MDS6+sBg6u0Wu1UnSIX\nVFVbtzESDZYF9Jxgb51g8/nz3geHbrJDdV3IixrAaV8CbVauYnoi919N7OF8\nPcp7i60nTidbh/uBkNB7ch+G3dC2naHMf/iQeAJfrHas8Q2ZHGIg9w6ZD5g2\neuk3kVPLJ9Dn9EHCaaLV2UG5zw6ogp8MFsd4d+3XOxPigybzPI6Wxm3hMmKT\nFTTH+HJTXhpLMJvX0I3G2L3NxLVh3cFZtphzLvjnLAsPeqqkfMkWXibF2y7F\nsyoPaHQrOsJcf2KVDbb7CL+dvBcauTQsOz6yf+QpBx/lFN5DkVWLZoEULYHN\nRziLRtgxPVDyxNKXThrcTyTsuyS4Lf4lPlqTgrcksormPJ0ewIMOJvom5yp+\nFMbNwfxh0nhqvL/RYNbYhASbmORFlf8WhPo9hK+JeKvtBxew7TO0uDiIrLox\nbAdpI9RCRcOj7GXZrF6DK3599Px/5/Qnz+hAkNCCFHNUuF4G272M9kHSXItx\n0vCDEw/zlYyJtlOZON4O95yknrmI0mjx1pg5RcVeGqfEWn8cEVYxjv74admg\n5VM+\r\n=7WDf\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC5A/O2m12hr8oK3ox4TIRnM89dq2MufM9RHeSYtXzBLgIgITXLYCawTY9KnWC48LzK8CZagZOKaTjxYAARsD4jcxI="}]},"funding":[{"type":"paypal","url":"https://www.paypal.me/alaind831"},{"type":"venmo","url":"https://www.venmo.com/adumesny"}]},"4.2.7":{"name":"gridstack","version":"4.2.7","devDependencies":{"@types/jasmine":"^3.5.9","@types/jquery":"^3.5.1","@types/jqueryui":"^1.12.13","@typescript-eslint/eslint-plugin":"^4.6.0","@typescript-eslint/parser":"^4.6.0","connect":"^3.7.0","core-js":"^3.6.4","coveralls":"^3.0.9","doctoc":"^1.4.0","eslint":"^7.14","grunt":"^1.0.4","grunt-cli":"^1.3.2","grunt-contrib-connect":"^3.0.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-cssmin":"^3.0.0","grunt-contrib-uglify":"^5.0.0","grunt-contrib-watch":"^1.1.0","grunt-eslint":"^23.0.0","grunt-protractor-runner":"^5.0.0","grunt-protractor-webdriver":"^0.2.5","grunt-sass":"3.1.0","jasmine-core":"^3.5.0","karma":"^4","karma-chrome-launcher":"^3.1.0","karma-cli":"^2.0.0","karma-jasmine":"^4.0.1","karma-typescript":"4.1.1","node-sass":"^5.0.0","protractor":"^7.0.0","puppeteer":"^5.4.1","serve-static":"^1.14.1","ts-loader":"^8.0.7","typescript":"^3.7","webpack":"^5.3.2","webpack-cli":"^4.6.0"},"dist":{"integrity":"sha512-yUbRaq+H9hLIrEKiyoT5lP+xyNUS+hrqxCUklLt9ZrJTyZE4n1d2xfWRupPtxmTxuuhjjnUcChFsQRyeQofiLg==","shasum":"82abc39b485bb81593f8121207e8135ba77715b8","tarball":"https://registry.npmjs.org/gridstack/-/gridstack-4.2.7.tgz","fileCount":79,"unpackedSize":2802627,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhPq2cCRA9TVsSAnZWagAA8VQQAIB05WlvxE5n67kJVa9N\nu+3beOr6VBuhH8Q/MuEbXBPz4oUCtAYqRduYNNLNXFfokjudLVsUcIWPgdFq\nPRC9pQ06hSBzOFNpm+E3IsIrko2IWFXiFBowgQYyR0e2zJ8RowCd3thF59Oj\nvvr6ZpXFkj6NvKq+YdeMsh3pjGG/foXZppACXmwLs5nlqefpD6FoTCokWiND\nnDM0GlPRRlWfatb/RkT0BUQ0KP5lPml4Pv3dpVmFNWbKLGNx4FB8y3h1WigQ\n8IbouBefTrWv3p2wmLn5fl6e8tQDM0P8klstwrNpyGyV/D4KEy5Xjv4CXssO\nI0rC/rH8qHF4moClllFJDdzKzS7AA5wR3L37xEn4UVCXKJW/rcH7aWtyph1g\nVB14hZ/rFWNghJnTb50X/ZhHBskhsE2yRK90w/wGJwMUe3rWxLM62NpoynWX\nzLZ4uCnQNKs6kxIEmS+Ds55j9yasTjaNr7t5ORTaDzp6RkCwo0hZ2qn/LXCh\nsmVath2HNAwWb22XOsxdYbL26xaFm0UfpYMGqOf5vb+TKJJKDCsovmOXfCvm\nlwwiN8ydDZwfG8VtSxZpXFjf5viCojNb/UPhvzN1bImK/YjK9VtZk7uOc11D\nN51/YSRBKLlnZSqRhIUXj0X+jL6OaP788rioaUZUxGSxxeqkcj8ElTm7uXfG\n1/rr\r\n=MWPd\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFY0bVvG/OmCC6kKWdHF+G9AcWkrlv6Csh6BySvtr5D7AiEAv97n6jlSUuSJZJLDVC5LKOJWGlZETrQZJugHgEbbth8="}]},"funding":[{"type":"paypal","url":"https://www.paypal.me/alaind831"},{"type":"venmo","url":"https://www.venmo.com/adumesny"}]},"4.3.0":{"name":"gridstack","version":"4.3.0","devDependencies":{"@types/jasmine":"^3.5.9","@types/jquery":"^3.5.1","@types/jqueryui":"^1.12.13","@typescript-eslint/eslint-plugin":"^4.6.0","@typescript-eslint/parser":"^4.6.0","connect":"^3.7.0","core-js":"^3.6.4","coveralls":"^3.0.9","doctoc":"^1.4.0","eslint":"^7.14","grunt":"^1.0.4","grunt-cli":"^1.3.2","grunt-contrib-connect":"^3.0.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-cssmin":"^3.0.0","grunt-contrib-uglify":"^5.0.0","grunt-contrib-watch":"^1.1.0","grunt-eslint":"^23.0.0","grunt-protractor-runner":"^5.0.0","grunt-protractor-webdriver":"^0.2.5","grunt-sass":"3.1.0","jasmine-core":"^3.5.0","karma":"^4","karma-chrome-launcher":"^3.1.0","karma-cli":"^2.0.0","karma-jasmine":"^4.0.1","karma-typescript":"4.1.1","protractor":"^7.0.0","puppeteer":"^5.4.1","sass":"^1.42.1","serve-static":"^1.14.1","ts-loader":"^8.0.7","typescript":"^3.7","webpack":"^5.3.2","webpack-cli":"^4.6.0"},"dist":{"integrity":"sha512-gm0+rQ3fIeaKz/U3afZEhr1rag3QvfybZGjF3TdNSQdeYfaB5lOsLmZhSE0AkDNtpQhKSNnXydgALXCgzmrq8w==","shasum":"375bdbd6a1cd642dfc0cf2cfba14d3d405f893c7","tarball":"https://registry.npmjs.org/gridstack/-/gridstack-4.3.0.tgz","fileCount":79,"unpackedSize":2805045,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIETgIWAEJQn4NwZFHUxhStMt3WUtBwCR0dJUrnf8ZWFcAiBZKgcBP0RKBWjGQTNgdv2cYsHwGxzNrrbmHt0Pxoj3sA=="}]},"funding":[{"type":"paypal","url":"https://www.paypal.me/alaind831"},{"type":"venmo","url":"https://www.venmo.com/adumesny"}]},"4.3.1":{"name":"gridstack","version":"4.3.1","devDependencies":{"@types/jasmine":"^3.5.9","@types/jquery":"^3.5.1","@types/jqueryui":"^1.12.13","@typescript-eslint/eslint-plugin":"^4.6.0","@typescript-eslint/parser":"^4.6.0","connect":"^3.7.0","core-js":"^3.6.4","coveralls":"^3.0.9","doctoc":"^1.4.0","eslint":"^7.14","grunt":"^1.0.4","grunt-cli":"^1.3.2","grunt-contrib-connect":"^3.0.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-cssmin":"^3.0.0","grunt-contrib-uglify":"^5.0.0","grunt-contrib-watch":"^1.1.0","grunt-eslint":"^23.0.0","grunt-protractor-runner":"^5.0.0","grunt-protractor-webdriver":"^0.2.5","grunt-sass":"3.1.0","jasmine-core":"^3.5.0","karma":"^4","karma-chrome-launcher":"^3.1.0","karma-cli":"^2.0.0","karma-jasmine":"^4.0.1","karma-typescript":"4.1.1","protractor":"^7.0.0","puppeteer":"^5.4.1","sass":"^1.42.1","serve-static":"^1.14.1","ts-loader":"^8.0.7","typescript":"^3.7","webpack":"^5.3.2","webpack-cli":"^4.6.0"},"dist":{"integrity":"sha512-E4smuSe7ZZBrqPWm4THxDSYCQG4xcoQg8k0eeHjqkKiKuh3W4JFbyhA86DVarWruuZuUl2pwgO3oDhL6DFKFYw==","shasum":"dd9709fc5ba0a1e4ff64d8ed3319a95d88f2e21b","tarball":"https://registry.npmjs.org/gridstack/-/gridstack-4.3.1.tgz","fileCount":79,"unpackedSize":2813117,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDc4edhsa/UviZEvs0cUdro23DV4HIcUGFU/5+r2FKSSQIgOAWzJm3LVOwSXkIBPymaQ9aPdC8l25rZ670c7a8yr0s="}]},"funding":[{"type":"paypal","url":"https://www.paypal.me/alaind831"},{"type":"venmo","url":"https://www.venmo.com/adumesny"}]},"4.4.0":{"name":"gridstack","version":"4.4.0","devDependencies":{"@types/jasmine":"^3.5.9","@types/jquery":"^3.5.1","@types/jqueryui":"^1.12.13","@typescript-eslint/eslint-plugin":"^4.6.0","@typescript-eslint/parser":"^4.6.0","connect":"^3.7.0","core-js":"^3.6.4","coveralls":"^3.0.9","doctoc":"^1.4.0","eslint":"^7.14","grunt":"^1.0.4","grunt-cli":"^1.3.2","grunt-contrib-connect":"^3.0.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-cssmin":"^3.0.0","grunt-contrib-uglify":"^5.0.0","grunt-contrib-watch":"^1.1.0","grunt-eslint":"^23.0.0","grunt-protractor-runner":"^5.0.0","grunt-protractor-webdriver":"^0.2.5","grunt-sass":"3.1.0","jasmine-core":"^3.5.0","karma":"^4","karma-chrome-launcher":"^3.1.0","karma-cli":"^2.0.0","karma-jasmine":"^4.0.1","karma-typescript":"4.1.1","protractor":"^7.0.0","puppeteer":"^5.4.1","sass":"^1.42.1","serve-static":"^1.14.1","ts-loader":"^8.0.7","typescript":"^3.7","webpack":"^5.3.2","webpack-cli":"^4.6.0"},"dist":{"integrity":"sha512-vaLCi2PW04sYVb7Den8p2iUuZPUb21SV82Gw0/FH2ci7lwuWPJfGV7mv7oErZ/GbR+bKTJLfpPIEz2DbBRJ1KA==","shasum":"b3cbf93d39e56811336178f324054d1568db3c0b","tarball":"https://registry.npmjs.org/gridstack/-/gridstack-4.4.0.tgz","fileCount":139,"unpackedSize":5188199,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhwgIhCRA9TVsSAnZWagAAwAQP/2tymdgDtmbV/BWT3AwJ\n5gn2SItIA43o7FbdjwP4htoM0Cvs5yd9NQ8Wb3QibWrWcVuAYQbz34QK3pZD\nNZ0XPx6JNA3GviLEdJU9/1+e9v4mAsuJ9WZnxhSUqbRWjaAe6TLWt8i8UEwP\nodllRITVi/4xC1TkBTGnNS3KFFKh22rH6F8I+ohwa0vuttL4dP3D2DjaZT9g\nxlzEPcg6M1+iUQU/bDLLz+Rbj/ffiuuviZp25X+SpPGVaIT54+EC9bLTScer\nVO2E8dSBQqtZrfozFv82bB4i8im8zW2A04dVr61IcNP12FXCG3/wxqqWfWxC\ntyCkrBnqwhDHfJGRUXIjzlunvf+673nM1pOpVoGkTq2RV7WQLhu9LSf2SuQL\nsbUYMQgwtOrcOKyrkB0bKIX9RqfxDdHU5rRTDdVjm7DL2vFzTcoyBnXL+oMo\n3Q376pXuJc8hlPN2Ddt/JMm2ZAcIZWeDpomKnX91K//3b7rDuZvF8PLcI5LC\n4K55G8Qpm6PArRDZ3MesGiXEUZ33R0RDAdwMBDt/pu3tV3yvuUp5FLCgpgvp\nQn9gRyxDOniQnlaYQax9zoBP8stE+3kmQoAhiyS1dW+9dciUvLQa09QVwzWm\nKAftW4cICcKqz3ZivA51KxmjLU0VbKpF/oFotPtfqMMixexrkdIN+AfNMD/9\n+sdY\r\n=bru9\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIE6QkcbQS+rUmhNx7QpIDMttntcyiZGoySOR6wQoIcqcAiBxF1iBGM4yNIPB3dbP+zboSYn37i62xTycdAfjtKuetw=="}]},"funding":[{"type":"paypal","url":"https://www.paypal.me/alaind831"},{"type":"venmo","url":"https://www.venmo.com/adumesny"}]},"4.4.1":{"name":"gridstack","version":"4.4.1","devDependencies":{"@types/jasmine":"^3.5.9","@types/jquery":"^3.5.1","@types/jqueryui":"^1.12.13","@typescript-eslint/eslint-plugin":"^4.6.0","@typescript-eslint/parser":"^4.6.0","connect":"^3.7.0","core-js":"^3.6.4","coveralls":"^3.0.9","doctoc":"^1.4.0","eslint":"^7.14","grunt":"^1.0.4","grunt-cli":"^1.3.2","grunt-contrib-connect":"^3.0.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-cssmin":"^3.0.0","grunt-contrib-uglify":"^5.0.0","grunt-contrib-watch":"^1.1.0","grunt-eslint":"^23.0.0","grunt-protractor-runner":"^5.0.0","grunt-protractor-webdriver":"^0.2.5","grunt-sass":"3.1.0","jasmine-core":"^3.5.0","karma":"^4","karma-chrome-launcher":"^3.1.0","karma-cli":"^2.0.0","karma-jasmine":"^4.0.1","karma-typescript":"4.1.1","protractor":"^7.0.0","puppeteer":"^5.4.1","sass":"^1.42.1","serve-static":"^1.14.1","ts-loader":"^8.0.7","typescript":"^3.7","webpack":"^5.3.2","webpack-cli":"^4.6.0"},"dist":{"integrity":"sha512-vOwo3X+tie0md/T8ODe+oyYrnOxw4+F9qLlhK9ZKToJ1hVGFvtLQ7a1mUkt42h1aJdF4G/nnEVkcdT46nSExeQ==","shasum":"3b7b168aab575ccafc7be306bd67bff3d79d8bed","tarball":"https://registry.npmjs.org/gridstack/-/gridstack-4.4.1.tgz","fileCount":139,"unpackedSize":5188437,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhxfvwCRA9TVsSAnZWagAA3XMP/1c0fRnD1y+zxwG4hF1E\nvJCSGI9epcSmM/5JoHjw/rGVOD1fF/s0LmJXxIxZA4RvUQrVFOxRo5gKmDuR\n4cQITVA9UJaW9vRMayq3afXWeCPff1IMVKyrpo+EF5R4GncXC/CGXj0MEBkb\n+EEK5DSeRfO3shExuzokUhjYCm2/WADU92e9ryCCX0oKp81m4gDUiHlbTuuG\nj7UpwGLHiN+CvN3HG2Pj9WrPQYQJXwwJAwjQ1SzA4Qd5f+NDtLDV5mggBohc\n9jaLF0wUt+mMR31JgJmz9/1cjU1IMznsUbvXiRhD464Mkxd12xX8PT1M6F5b\n/1fGxGSsyQ0fsQxdDVKY4J2qn+vAz0tL7rj9iaNoMNrLrBQUyIC9rZUK6SOH\nDUx8J5j6mIMDGD/wbGmg8vEEuutLzVnFmo06vi1fbQ9SKqFUF0ySh7jcL575\nuMe8ulRLN0Nn2FT4K9GdbqR2T665w7xfkCPz2DFR4n30PxuadPXIGuBs75aM\nfav4vCKLQjVLnj989URYM6xWwQTk8DDQ62bVtfvUBNUG3JnnAPHX+duuiQh+\n7rqazqe3jw0E7v3fFxN8RoYRrvUUtwRfqzjG2YfSl7KFqVKBGNkzDpSnDp0t\nDGHB3fsLLv/kpJ7bPFsz0gCIZIqVToJewYFF9j+O/FDxorVES9XYcfBzSs4j\nddjK\r\n=5JFg\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICppnzXkRZrXNtQL4k4CCou/l+MxcbOLQYdrdpFPgcc1AiEAl/7qMBdaFeF6IUfVLP7VBDjGX79VIfeSTbM4W2l+sRI="}]},"funding":[{"type":"paypal","url":"https://www.paypal.me/alaind831"},{"type":"venmo","url":"https://www.venmo.com/adumesny"}]},"5.0.0":{"name":"gridstack","version":"5.0.0","devDependencies":{"@types/jasmine":"^3.5.9","@types/jquery":"^3.5.1","@types/jqueryui":"^1.12.13","@typescript-eslint/eslint-plugin":"^4.6.0","@typescript-eslint/parser":"^4.6.0","connect":"^3.7.0","core-js":"^3.6.4","coveralls":"^3.0.9","doctoc":"^1.4.0","eslint":"^7.14","grunt":"^1.0.4","grunt-cli":"^1.3.2","grunt-contrib-connect":"^3.0.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-cssmin":"^3.0.0","grunt-contrib-uglify":"^5.0.0","grunt-contrib-watch":"^1.1.0","grunt-eslint":"^23.0.0","grunt-protractor-runner":"^5.0.0","grunt-protractor-webdriver":"^0.2.5","grunt-sass":"3.1.0","jasmine-core":"^3.5.0","karma":"^4","karma-chrome-launcher":"^3.1.0","karma-cli":"^2.0.0","karma-jasmine":"^4.0.1","karma-typescript":"4.1.1","protractor":"^7.0.0","puppeteer":"^5.4.1","sass":"^1.42.1","serve-static":"^1.14.1","ts-loader":"^8.0.7","typescript":"^3.7","webpack":"^5.3.2","webpack-cli":"^4.6.0"},"dist":{"integrity":"sha512-FpXQ2gWUCcBW7QON7GEqP7NZFWZPpuGfze4dzRMQ1ikaRZ7Y2qfc9Gbc04Qukjst2AuPQcuW/mEJkh+2XnnCsA==","shasum":"b3b3f54f0bfda505d1e67c033d079b74622e00e3","tarball":"https://registry.npmjs.org/gridstack/-/gridstack-5.0.0.tgz","fileCount":139,"unpackedSize":5236349,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh3FqvCRA9TVsSAnZWagAA2MMP/1ODEwzF7KRPIORGz9ml\n90qecxHCTL3rQ6EdEVUys+vbx+kFvxM56/EUoqkh6tOElE5Zh9YTI8GbSuCt\n8R+3RKPHWS9RP2Bh+M/Fp4yqoFlJbjxXqAZYOdoPL9uFb2RTGe4WXL4YyuNN\nsVh2km5xBzxZcrgY5LQuKZ6uySvgwSVyRSMFUCkIofEo+qwOCOmfRqalz6sL\nPEEX5rp7Yjn8FNYIE8oA0gzQ8GvaubMSs3q6BGlZUUlAvpQaT8Cf25O3CvSM\nHjqjr51m1IZOS5GLB9S1Um1Rpu+o+SeZZnyuSeXN6M6O47939siHzDl3RBGo\n6qhMEms6UrCqjmfFv94z/a+jLc63vrv4KvMqWWN8TpJXhAvv6euJwWW+oRfv\naUI4eDKyak7/ep2pg9c4JJCc2rCoZAMAO5HO5+jYtjLDUhZobNHnuQLDMuP8\ngx7AZ6S3ErSmx8/R/3gY5V6qEvXmii1NoeJ33BuQdwFXpTl/q5/HuPnXPkfW\n/pIxwfUqdJkeM5LkqYv9JZCZE0slrIJ1vIM2Y4VggAH+Qz6PYvUzWcZricXJ\nIyCOcXsrDVy/vWJk3lF5LkRsWG2rzBP3ADt5rdX2jelk4YZkbVc1aESPDHL7\nhH5Lglh1Cd0iCslap2dz3sLFjNmgufMP5dKiOS5+uAG97p4MY49JqzbsbyTS\nDrLo\r\n=7Fyb\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGRP93QWPuSOku8yo9U1+hXk//GxjOjZfPnxoAYm1j+RAiEA3IjygkEkH225pSRnuUDZm55nrhwR+28+FkfCeEhvqH8="}]},"funding":[{"type":"paypal","url":"https://www.paypal.me/alaind831"},{"type":"venmo","url":"https://www.venmo.com/adumesny"}]},"5.1.0":{"name":"gridstack","version":"5.1.0","devDependencies":{"@types/jasmine":"^3.5.9","@types/jquery":"^3.5.14","@types/jqueryui":"^1.12.16","@typescript-eslint/eslint-plugin":"^4.6.0","@typescript-eslint/parser":"^4.6.0","connect":"^3.7.0","core-js":"^3.6.4","coveralls":"^3.0.9","doctoc":"^1.4.0","eslint":"^7.14","grunt":"^1.0.4","grunt-cli":"^1.3.2","grunt-contrib-connect":"^3.0.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-cssmin":"^3.0.0","grunt-contrib-uglify":"^5.0.0","grunt-contrib-watch":"^1.1.0","grunt-eslint":"^23.0.0","grunt-protractor-runner":"^5.0.0","grunt-protractor-webdriver":"^0.2.5","grunt-sass":"3.1.0","jasmine-core":"^3.5.0","karma":"^6","karma-chrome-launcher":"^3.1.0","karma-cli":"^2.0.0","karma-jasmine":"^4.0.1","karma-typescript":"4.1.1","protractor":"^7.0.0","puppeteer":"^5.4.1","sass":"^1.42.1","serve-static":"^1.14.1","ts-loader":"^8.0.7","typescript":"^3.7","webpack":"^5.3.2","webpack-cli":"^4.6.0"},"dist":{"integrity":"sha512-qNLAXC4weAqOvzf7gYi+ScRR3j5FYFh1Tdp5ec1q74d2M/0PHAZJWftU/LdYXKniOydnVdr48GYNDxFxE13SFw==","shasum":"5c9c30dd8ae6c5cd5a2f880efe30b750e0903e97","tarball":"https://registry.npmjs.org/gridstack/-/gridstack-5.1.0.tgz","fileCount":139,"unpackedSize":5254404,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCTB9l+LUf/1PJnX0xczx/QUOLCgAbVeCohL3q8Kh4IzwIgLSi/wkZa+bq9buqYuQ8UKVCdbOplPkgxW5q01nZr1MY="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiiXVmACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrubRAAiz8dYYHmfXWXH5PmIW01TyKJ0r1lvvsoZdYpR4h7oLyr7Kpm\r\nxohzsX1hWrJaDm3vf+PGOdoNVQ0bhGXjxx4Ya+vKhpUlfHVTT5eroS3ZuxKp\r\n/HOdU10FxEE9g/UynIXXMGNfFOxN5FqtAUtVMifK4JMWi6sb3H01h12ASpET\r\ny4TGP6n9bFpOEbnBO0u4iM1OUmB3RigkABbQtixJki1Eh5/gDfPREz7xeJwh\r\nkCkKe+1pPcFjkVXsuvjFcxDXmRb47iK4JsYchZJtsorqmuaFR9izIl0qK3rx\r\ncMHMlUIAXC0BnMimYLiRzJkGfYDKE9Mt+sjIkHfkdTKhJvzX0yG4LcvJnFXu\r\nZoQFwUTmz/Q61b6A57ckbq9nNR/Kva9nvsJpKErRBw1Frmq4Q6pYQEawNe1u\r\nZD9DpTWyx1ygBD/HoRaHiNiu28x5W8kcdW7umk1T5/zROdDx+c/Zba6c2/Ri\r\nVtd0jVRQ2yq2ZNT8YXi50DF+lieAxG/RenFsb8afau9rs2PV4mlbixfhi3af\r\nj75Q4T9BV2gHWesJW9wjqaa9s7dHR70cPkQmNE9GLaL7zZbuApJZxfhHkBaU\r\nQyWNojFrqRVuM03ZCJSBn9CdMZs2bsDgY5lejCJSwBI9dz9Df8MEjhrU2a08\r\nhxtGD6fNYlpqDbjFLnGhFbPKqDY6WYYbyvw=\r\n=rYMw\r\n-----END PGP SIGNATURE-----\r\n"},"funding":[{"type":"paypal","url":"https://www.paypal.me/alaind831"},{"type":"venmo","url":"https://www.venmo.com/adumesny"}]},"5.1.1":{"name":"gridstack","version":"5.1.1","devDependencies":{"@types/jasmine":"^3.5.9","@types/jquery":"^3.5.14","@types/jqueryui":"^1.12.16","@typescript-eslint/eslint-plugin":"^4.6.0","@typescript-eslint/parser":"^4.6.0","connect":"^3.7.0","core-js":"^3.6.4","coveralls":"^3.0.9","doctoc":"^1.4.0","eslint":"^7.14","grunt":"^1.0.4","grunt-cli":"^1.3.2","grunt-contrib-connect":"^3.0.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-cssmin":"^3.0.0","grunt-contrib-uglify":"^5.0.0","grunt-contrib-watch":"^1.1.0","grunt-eslint":"^23.0.0","grunt-protractor-runner":"^5.0.0","grunt-protractor-webdriver":"^0.2.5","grunt-sass":"3.1.0","jasmine-core":"^3.5.0","karma":"^6","karma-chrome-launcher":"^3.1.0","karma-cli":"^2.0.0","karma-jasmine":"^4.0.1","karma-typescript":"4.1.1","protractor":"^7.0.0","puppeteer":"^5.4.1","sass":"^1.42.1","serve-static":"^1.14.1","ts-loader":"^8.0.7","typescript":"^3.7","webpack":"^5.3.2","webpack-cli":"^4.6.0"},"dist":{"integrity":"sha512-cmJ8VAxzBQi96P9Z1JS01hhaMUGv+G0VM+YxBLoUcol1hB9c/9o+u5ejvIqxN7L/h26ox8f/6Vv42gkr/VA6EQ==","shasum":"2d11bbc0fed98cd6e8da573d5b71582b38eb6abc","tarball":"https://registry.npmjs.org/gridstack/-/gridstack-5.1.1.tgz","fileCount":139,"unpackedSize":5255195,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHR466p/0ogugvODQG4YObPN/cd3CVi+gXhXOI0mg0/qAiEA0huBRqyHpKztVSf4yXPM6pCs3Hzj3NqBTYzybTtZLiQ="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiq0mFACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqDxw//V8h/f6pxSJeFdYxQ7NZL1e3ZWg5cEK6/iRSpsFhfp3w3XlHA\r\ndu0FHmnuQvZlyaGihaplrH4d+bB/6Cv4xsA7edHY+qmn/BAVKJdTskD3rknu\r\n64o4BIbYnz1G2Bj+aL/ntrtfQ9UhJZtMDyZTA4vIOAsdyWiyuMKAItBfJ9BK\r\n7fZJzXijpmymExSy48FCMLyClGTSrMkS14p8I2JHHlvXMgOWMcfXEpMLFuE2\r\nFuhMxv2/7FlZ49v7mDEmKLe7VJP6YfGpFTfnPwJkvEgKQqePLFXEwtYKvBKm\r\n4kL7kkMtWQKEfu0nJwtsT6j/oSJppn0EiUDz5VD/rwnhOX2tmyAer/9n1CUf\r\nwsLe6gCnODY07UfpYpix3FjIhioqge5/2hMXC8YSGEEzzTYSTZ98I4aEOx6B\r\n1x5nMRL8WNYnXMOpU/S1CDYV+2iZYE7caYzxyMLu3EG9zEQaddzInc4nP/x7\r\n9P/24mrD+oAhNuWjmOlR4gM9/WaTOSxGBOtjZJIr4Eb09NpUPaOw6nvFBD30\r\n8BFSWlXm06RlPkt3QLsPxgBAZAoXuM+AUDcLh84BDeN87fCEmgd97hRu0jQX\r\n6UT33nqyCIn1hQ38wRPNQwH8jfaQJ0ut9JFxqRMyzD//A3XAGNUjzhOwtlym\r\nAPXoNmbHBYkWuEAbFYdgGjQoc6O7LwcnlzU=\r\n=FAxR\r\n-----END PGP SIGNATURE-----\r\n"},"funding":[{"type":"paypal","url":"https://www.paypal.me/alaind831"},{"type":"venmo","url":"https://www.venmo.com/adumesny"}]},"6.0.0":{"name":"gridstack","version":"6.0.0","devDependencies":{"@types/jasmine":"^3.5.9","@types/jquery":"^3.5.14","@types/jqueryui":"^1.12.16","@typescript-eslint/eslint-plugin":"^4.6.0","@typescript-eslint/parser":"^4.6.0","connect":"^3.7.0","core-js":"^3.6.4","coveralls":"^3.0.9","doctoc":"^1.4.0","eslint":"^7.14","grunt":"^1.0.4","grunt-cli":"^1.3.2","grunt-contrib-connect":"^3.0.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-cssmin":"^3.0.0","grunt-contrib-uglify":"^5.0.0","grunt-contrib-watch":"^1.1.0","grunt-eslint":"^23.0.0","grunt-protractor-runner":"^5.0.0","grunt-protractor-webdriver":"^0.2.5","grunt-sass":"3.1.0","jasmine-core":"^3.5.0","karma":"^6","karma-chrome-launcher":"^3.1.0","karma-cli":"^2.0.0","karma-jasmine":"^4.0.1","karma-typescript":"4.1.1","protractor":"^7.0.0","puppeteer":"^5.4.1","sass":"^1.42.1","serve-static":"^1.14.1","ts-loader":"^8.0.7","typescript":"^3.7","webpack":"^5.3.2","webpack-cli":"^4.6.0"},"dist":{"integrity":"sha512-pZBTkvrNvo6dPryACnUWmXMkxjf7dcIlVjs5puZ9f/btjjNKDjxvexOcz+S22tpuz3kqXiyRC80MLYqHB/l9jA==","shasum":"0e7962f55b7b51b9a97db89fb6b9bb3d45e46b80","tarball":"https://registry.npmjs.org/gridstack/-/gridstack-6.0.0.tgz","fileCount":97,"unpackedSize":2240725,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCkhjLuTqC9QiOWgks3NXocjMZ0RR+V38bOmO4um+tmngIgNnk9mTE2w+4cCsWRAygo4uc5Pxbc9A0xdCStrMXalhA="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjArpjACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqzzBAAjhQNnx3u5W8Rf0p0eWrY5eoxRQzosHFgeEcpmwysF/Nk8dAl\r\nDFpHRYqRSlaTxWUBVUCB+builbuqTDX8rOguvICM8Mm6bLMDXHAJT4GN7pdj\r\n009mlTK8T4bBCLvET2sLM6+vRe90Hd7IHL6jjYBxXRM1vxm8EWsbhEMrQwvi\r\n7G2rUXCa+HMAo2TE8o9ZSlTfh6Rvw623KmTspHynM+MWyLh2Ne3t8W6Y48FU\r\nipbHV7hyEsYvK4HBPFL+xbbY8Bdclu84kCJ+3zam7BlFWi94EbcMKvh7YNsR\r\nrRoXL3O8539vVMIjSnEmjPE7m2o8tLn9O3rVgEn8PTsm9hnXj6yWZuvkTIxq\r\nyHZVB9VDQHqSAl+TaLvUcvOHddkz53QYodUxiBnBjaxilvXeYsgpaQtP3xpq\r\n+jL0D2BBfKvz+84ULDwIHG42LhWN+TsXImfjMn335hxw/PPq2bK0aQOeTpmd\r\nNFVPS8AqweFFJUdBLWLxgS67o6F03MtwcKkcK5NXtceY6tyUffSUQaEDyjuT\r\nGdeo4X63PwA2yre7hwLKH/FB8HQ37YiENr+kGmCw1If5nQhI+3fL2hwnQ0Du\r\nYO8xLImc3XYYbwB+fiqmGxVAB4y5qX/W5cR685kXtLnARRTa961prr+zMcRT\r\n/hpWupp1sgBHne1nFDiF9h6ddyTR4wvvzIM=\r\n=cz7c\r\n-----END PGP SIGNATURE-----\r\n"},"funding":[{"type":"paypal","url":"https://www.paypal.me/alaind831"},{"type":"venmo","url":"https://www.venmo.com/adumesny"}]},"6.0.1":{"name":"gridstack","version":"6.0.1","devDependencies":{"@types/jasmine":"^3.5.9","@types/jquery":"^3.5.14","@types/jqueryui":"^1.12.16","@typescript-eslint/eslint-plugin":"^4.6.0","@typescript-eslint/parser":"^4.6.0","connect":"^3.7.0","core-js":"^3.6.4","coveralls":"^3.0.9","doctoc":"^1.4.0","eslint":"^7.14","grunt":"^1.0.4","grunt-cli":"^1.3.2","grunt-contrib-connect":"^3.0.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-cssmin":"^3.0.0","grunt-contrib-uglify":"^5.0.0","grunt-contrib-watch":"^1.1.0","grunt-eslint":"^23.0.0","grunt-protractor-runner":"^5.0.0","grunt-protractor-webdriver":"^0.2.5","grunt-sass":"3.1.0","jasmine-core":"^3.5.0","karma":"^6","karma-chrome-launcher":"^3.1.0","karma-cli":"^2.0.0","karma-jasmine":"^4.0.1","karma-typescript":"4.1.1","protractor":"^7.0.0","puppeteer":"^5.4.1","sass":"^1.42.1","serve-static":"^1.14.1","ts-loader":"^8.0.7","typescript":"^3.7","webpack":"^5.3.2","webpack-cli":"^4.6.0"},"dist":{"integrity":"sha512-j7FbRbkYjMr/pKPHRkAx9j9N4q+3+v6UfPnIf0zM3CJtA1HOFxpTLHjnKtqvCGm0hdH0jSPuC9NmxlA4x/oXKg==","shasum":"05b1ae49913fe9a6b36f4fe4219340457299dbc0","tarball":"https://registry.npmjs.org/gridstack/-/gridstack-6.0.1.tgz","fileCount":97,"unpackedSize":2245402,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCldWTsUPN+ZwCefaTUQYP4Qw0wStcpF5yros7CLhqEiAIgN7pcTT8+AwDTivzw3HzR6BSNeandImBR7FOqlnKmN/c="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjCspMACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqbrBAAncW+IQ5isqiz0qfdSllTG9vuJV+lxzYX7ZzCIvuF5EpKTAn8\r\nM/cjHKoTG35UatcmU96rHudh7KFhkKQWXsZydE1M8GTjT0TihV9qkM4HUn4v\r\nUpymIZddjsB7BONz+cAlrMnFqUf+Dae3tlNDCMrdUxoQxtbBAiVJzuO7nd8h\r\nOJB6UOizkUAO3doNMK3Pu0EyN0PSY1bYAebjPDfJQzhEXjaisFjmc6a0T9vH\r\nLS2hNR4jOBXh+51thv4Q4kp/5FK+xgIaL1aKjSwPMfSZM6fy9tb59BcshMyV\r\nEyiKmUrX1rMxn8bqHL4AbULXun3JlHKzGDgClJTt1nGES8IDA9nvWJ9DhkW9\r\nHpYF2eNsoBOixwcnEY02utKPF5AWHEbsmyhnxEPWyoEgcFznZrZDT6rp+cxl\r\nIq0ljA5jqTcC+aY4qPdyMjZculMdy4/y/Fq0O8lZs90ff/fblc6PuMVqN89Z\r\nHvWz2qx6LoxKT3ZI00zFg5cmm02YkiNuwjGTcsn4NuZ5tTIyrBbywgZorvp5\r\np9qowZgY0HIG1+Ydvy0mxcfK2QkXY1KUuedtcz8mCH3rpuiFD+s3hmjPZVuD\r\nmx9D41ZWs6JPAcylnkD0QgpQUtgDWAHiMTFmqcVF3HArYIdEceX0g0DyqIfF\r\n6ynVlaVO3sQ+oiQjOflO8lbUxh8p8Do6kiM=\r\n=mr8P\r\n-----END PGP SIGNATURE-----\r\n"},"funding":[{"type":"paypal","url":"https://www.paypal.me/alaind831"},{"type":"venmo","url":"https://www.venmo.com/adumesny"}]},"6.0.2":{"name":"gridstack","version":"6.0.2","devDependencies":{"@types/jasmine":"^3.5.9","@typescript-eslint/eslint-plugin":"^4.6.0","@typescript-eslint/parser":"^4.6.0","connect":"^3.7.0","core-js":"^3.6.4","coveralls":"^3.0.9","doctoc":"^1.4.0","eslint":"^7.14","grunt":"^1.0.4","grunt-cli":"^1.3.2","grunt-contrib-connect":"^3.0.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-cssmin":"^3.0.0","grunt-contrib-uglify":"^5.0.0","grunt-contrib-watch":"^1.1.0","grunt-eslint":"^23.0.0","grunt-protractor-runner":"^5.0.0","grunt-protractor-webdriver":"^0.2.5","grunt-sass":"3.1.0","jasmine-core":"^3.5.0","karma":"^6","karma-chrome-launcher":"^3.1.0","karma-cli":"^2.0.0","karma-jasmine":"^4.0.1","karma-typescript":"4.1.1","protractor":"^7.0.0","puppeteer":"^5.4.1","sass":"^1.42.1","serve-static":"^1.14.1","ts-loader":"^8.0.7","typescript":"^3.7","webpack":"^5.3.2","webpack-cli":"^4.6.0"},"dist":{"integrity":"sha512-23Tzimg7sKglCO+3U4HZwTOg9rgIClDwl4aEd4f7+ww0LppuknBorAht0AHz/TMLUsrNXeDxSGzgiaCkH2mHOA==","shasum":"80a34525bb6e3d2c359434e186b3394a7c283b9b","tarball":"https://registry.npmjs.org/gridstack/-/gridstack-6.0.2.tgz","fileCount":97,"unpackedSize":2286321,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBMSpkfNs8YHZY2ucD8crGcoig8OXoqsrDTJBVTsNvsCAiBGg9X8P+MzrZ5gl3HqppbzuQPoxalPCWOR8SIcqXBNfw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjLcuqACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrnwA/+MFoJw9mbUciqF3a5FNNecoesLKTrpNtbfkKcwaSdP1xi1OHX\r\nPcYSFFaIgNmMUqhI7f0w7Ehh39Qep/exJH8+209wXJ+OSiX9139MxPfxqMQJ\r\nSyGCwrINpg94K8m7ZIAMbsO1Jn+V7WWpTopsWO6umE6RRp+2jyj/SAvl+5SX\r\nrw1RWsoPJtRKKYJgy18AnpnMFUDAuG+Bs13euHf3HBd8SlhfnIvpQQKoh9qt\r\n6sLmfihMpjwzeJfEVeloEKLlHIizd/65ayA8909eK3dgpDo76qLKIY8iH/7t\r\neDQNRAIg5RtPFgRH7zgF/UKA1uXivwyIgH8is0WS0A+NAFgUDpOX28dHKYdu\r\nj5K1bTKPpyt9OZj5QqgDphngbLQ9IQvR+DpOLojZs28Cs5TGSRGktWP52r0s\r\nau/8WaD+GaG0WH6o8aWwpkgyEF+QttVZZrDjtnw4Xx6ladDnMgto6UiIwcOw\r\nWhMY33AtJEJJ+KpU1RcNmlimaxv/fHmqU03EWot7Nj0Fy54HQFiVDeMmTLlb\r\naWv9G+d5XCQCShW5khd+hcUMHvKyqpOulS11s+EmX/9mx+uPEY9VmEHDNiQl\r\nxhj176KtFEqSt2m6vq/pjCvedCkbG228x14JWMzeoZJfQ5AZNEDreFwliIXU\r\njTFbI9Nnw9f6Gs/7q6IK4qn6BYCD0Zq4TXI=\r\n=zhcx\r\n-----END PGP SIGNATURE-----\r\n"},"funding":[{"type":"paypal","url":"https://www.paypal.me/alaind831"},{"type":"venmo","url":"https://www.venmo.com/adumesny"}]},"6.0.3":{"name":"gridstack","version":"6.0.3","devDependencies":{"@types/jasmine":"^3.5.9","@typescript-eslint/eslint-plugin":"^4.6.0","@typescript-eslint/parser":"^4.6.0","connect":"^3.7.0","core-js":"^3.6.4","coveralls":"^3.0.9","doctoc":"^1.4.0","eslint":"^7.14","grunt":"^1.0.4","grunt-cli":"^1.3.2","grunt-contrib-connect":"^3.0.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-cssmin":"^3.0.0","grunt-contrib-uglify":"^5.0.0","grunt-contrib-watch":"^1.1.0","grunt-eslint":"^23.0.0","grunt-protractor-runner":"^5.0.0","grunt-protractor-webdriver":"^0.2.5","grunt-sass":"3.1.0","jasmine-core":"^3.5.0","karma":"^6","karma-chrome-launcher":"^3.1.0","karma-cli":"^2.0.0","karma-jasmine":"^4.0.1","karma-typescript":"4.1.1","protractor":"^7.0.0","puppeteer":"^5.4.1","sass":"^1.42.1","serve-static":"^1.14.1","ts-loader":"^8.0.7","typescript":"^3.7","webpack":"^5.3.2","webpack-cli":"^4.6.0"},"dist":{"integrity":"sha512-1ddtUXKkILK5xoiNhRpKCqIDPrQlXKu0rLwMQC9XjAwcFufFNxBJIK9IWcExFdweYtzqOx+M6qKnQaBZu52MEw==","shasum":"bb237ed61885edfd5d881c079f0384cd1a3f61a6","tarball":"https://registry.npmjs.org/gridstack/-/gridstack-6.0.3.tgz","fileCount":97,"unpackedSize":2289472,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDtxUZZ/yH+N70LY9miwdcX0rsJ8Irb/kbzKKZ5K2sNoQIhAOauaArhy76LA4+uUakZcKkJ8/Wjo35NlyctKsVPqSGb"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjQhP5ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpdCg//VGlIRHmtM/Lyj8w9MrmtocloyKcjsDJ+/seq6uGliqUtxzmB\r\n6CgcUw4NRIs6PQ9ncnf8LdxmJ626DG8kisaYPsbk98wzlwwtYrKmnFJKSPdh\r\nludKePzh4dzteJ5NS2QEDd4q1KKTZoc4EFmpTXr3cn6QgKStOuVeFDEnk+ap\r\nutsB099w14Ws0m7pZXnQiT8byCC1Zt2hn2Njzjbjz2TewdP3P/5BRIHXEWJr\r\nmR3u3E0VQ9i3bq0U7KJHpjVSnxK1r7Y3WvotxFeEVQyDZbDRRiwDj2bpSMDb\r\nwzAyufUhIJdTpEmS70RQ/5f7CYsx8+K2GuQaHu6Kb96czIUM8NPocQZWUuL5\r\ngmQErcPg4AFpWHooJAWvL13V3Ic2nfMJw5cczAG9H1u0ttNX67m1Hy9nnAP2\r\n4unlgExnEClniw8Jdx19DEsJDKXbdsc9cB+bxseTalCOFZp4LpJLL9kabDo7\r\naZS2ePRlj0imcH5vtwI2UqaE0zqcHOrI8WEw7H6XK9jIMpQ8715zsin+FWXj\r\nPcBFiW/hBUkIrijlFnSTM/3Myt6Lb/yxHru+K2OT28ChtMX4ByQVJhphwOA3\r\n1oNOh4Wcln2+UX4RbXZsHaSPJUMObLsNqi9okLZQnqjuKZGSUq35NFzpdszL\r\nr28IYsZI4fuEifvnz5nhOsPFyHnUSgFpsTk=\r\n=1DTc\r\n-----END PGP SIGNATURE-----\r\n"},"funding":[{"type":"paypal","url":"https://www.paypal.me/alaind831"},{"type":"venmo","url":"https://www.venmo.com/adumesny"}]},"7.0.0":{"name":"gridstack","version":"7.0.0","devDependencies":{"@types/jasmine":"^3.5.9","@typescript-eslint/eslint-plugin":"^4.6.0","@typescript-eslint/parser":"^4.6.0","connect":"^3.7.0","core-js":"^3.6.4","coveralls":"^3.0.9","doctoc":"^1.4.0","eslint":"^7.14","grunt":"^1.0.4","grunt-cli":"^1.3.2","grunt-contrib-connect":"^3.0.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-cssmin":"^3.0.0","grunt-contrib-uglify":"^5.0.0","grunt-contrib-watch":"^1.1.0","grunt-eslint":"^23.0.0","grunt-protractor-runner":"^5.0.0","grunt-protractor-webdriver":"^0.2.5","grunt-sass":"3.1.0","jasmine-core":"^3.5.0","karma":"^6","karma-chrome-launcher":"^3.1.0","karma-cli":"^2.0.0","karma-jasmine":"^4.0.1","karma-typescript":"4.1.1","protractor":"^7.0.0","puppeteer":"^5.4.1","sass":"^1.42.1","serve-static":"^1.14.1","ts-loader":"^8.0.7","typescript":"^3.7","webpack":"^5.3.2","webpack-cli":"^4.6.0"},"dist":{"integrity":"sha512-iBts/PRuqg6OQvdpv7A84p3RROxzXVSKjM3SJHrdl2pdDZKmIpGo2oxjdCHv6l+SzU2EuptcHd1Rqouocwl1Cg==","shasum":"2d00b28efa8d22a8b9ad2640c8ab64b494bbfdc9","tarball":"https://registry.npmjs.org/gridstack/-/gridstack-7.0.0.tgz","fileCount":97,"unpackedSize":2383675,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIF7i43jISMwwUDx8qEOuY9lraEfaSlzN1pXpcoJRNWatAiA+KW+YhfsSKMCaAMa3+BfsYAA5x+5uaMgDtwOI3alN7w=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjQvRgACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqH0A/9Gk9/UnkYo9MHG7vCVXnqi96dIpoYAGoi1uVgt/HsTsh3wgAc\r\n423+R/tEBnRiA3aoOCm21uw0SJBQPBU9hGaB8aQua774hZsJYJnhdfuwKuCG\r\nOBJD9DOKnxlkTQ9rGN4ClMg5YiuXTWSpi4a7W/QiBk2ZrUhT6p74Iaz6uJhf\r\niWZEShIH/40HA8dibvdcbbtt0GK7sHE5M/hrGgAUWzUVh5PXsM4YUIT/zbZk\r\n7ga/ZrKkLdk1oZwrFpfgHbgeSGGx5IU+11tmY3e//dQGUPc4EZUByrk/lSUF\r\nRpRz/80DSffcqqAALOuVhVnI6CX3ALu2yFp06TEyeEWMTQUdzUHlCkvwvHrv\r\nh1/slMcbbxIHln/5wVasGqa1Ycm9Mpf8ePK0CyA2Czx4tPiU4mMaqwEfcRbU\r\nD9WC9irXlBKXo3+E9lGRPMPEAOBcGlnyYln34voUDKPEMCI8LQyS7WH0FUmN\r\nSXkYu7ckkYZkE2kJNyU7g+NIHiGIk9wx6D80PZykhfq1SF4IyTGk9PB3LVuT\r\nGQxc7gPQaJT6xLA7Ilrn3hpeomQWkP3tVACpADEVcHoCdTSfC6m5EHC7O5CP\r\n7V/jt6nRznHN+s+09l64BY8v4xVbhXrgYwFFnqKoW9YQOSgjAXX5m4Yodv/8\r\neOU8zqx7cUGg5cHchPDyLuMPSfTLhllVh1g=\r\n=O9jS\r\n-----END PGP SIGNATURE-----\r\n"},"funding":[{"type":"paypal","url":"https://www.paypal.me/alaind831"},{"type":"venmo","url":"https://www.venmo.com/adumesny"}]},"7.0.1":{"name":"gridstack","version":"7.0.1","devDependencies":{"@types/jasmine":"^3.5.9","@typescript-eslint/eslint-plugin":"^4.6.0","@typescript-eslint/parser":"^4.6.0","connect":"^3.7.0","core-js":"^3.6.4","coveralls":"^3.0.9","doctoc":"^1.4.0","eslint":"^7.14","grunt":"^1.0.4","grunt-cli":"^1.3.2","grunt-contrib-connect":"^3.0.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-cssmin":"^3.0.0","grunt-contrib-uglify":"^5.0.0","grunt-contrib-watch":"^1.1.0","grunt-eslint":"^23.0.0","grunt-protractor-runner":"^5.0.0","grunt-protractor-webdriver":"^0.2.5","grunt-sass":"3.1.0","jasmine-core":"^3.5.0","karma":"^6","karma-chrome-launcher":"^3.1.0","karma-cli":"^2.0.0","karma-jasmine":"^4.0.1","karma-typescript":"4.1.1","protractor":"^7.0.0","puppeteer":"^5.4.1","sass":"^1.42.1","serve-static":"^1.14.1","ts-loader":"^8.0.7","typescript":"^3.7","webpack":"^5.3.2","webpack-cli":"^4.6.0"},"dist":{"integrity":"sha512-FF0nmZJ5lBDCh4IS4gw3ITMLKAuzhATMdYYpf8ZLTrxKSsYCG+ubSTMTPNF3B3nq8cLY3htEXa9XG4ka469dWQ==","shasum":"6cec85cee9ff42453054fd42e380e5a67bb3a180","tarball":"https://registry.npmjs.org/gridstack/-/gridstack-7.0.1.tgz","fileCount":97,"unpackedSize":2385168,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDlB01cI6mHRmyIbUQ+RtWqUAEJKfQL/CiLYal9VHVzPgIgTMLirzqgXpN23Hd/GDGSml9AvYWlI/wawR93eVPQ40A="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjSXZoACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmroWw//d2/66rSK35BkgNwhSdRaMFrLVv6vIRbpoyVqaRybjEHe+QpF\r\nIQomJrgO/QQnfZwGuNCNpTJtGi0gAXMiPbpgOUsVl5BQ/qowgvO809JQVyeS\r\nM17wv6ibIYXA7bKd7W16aUtqA+HCR4rtkzMK2YTkcjRrb/geFpM1d7ADCP8W\r\naIJmzSMRCFL0KWByFs69xccDBqE6G9p5FFAO6HeKFYyYf4oRvcMoDcZVTYYT\r\nj/BLUO9yWsM6DrLqLRQOr84U1/cxOaN3uiqLOcvEXv06cqhvceVYezWXUo6q\r\n40RIlCI8pI/CPmczBDKoxaacRQvWZ59CinAxDb1CUIs1omfjMClbdck1dWeX\r\nrksk+fq/P8WyeyJ6mo9f+4B0r0/kATfUwYxJWydA2f12y0c1pUkn3gc3Shy9\r\nalnKm8TJJvalZ8s4Icm+1Q+ANs0Em0RpziQ8n+nlvp+sEQwdjTfIXEY1lVws\r\nBseMxlgG52cSN33yq7a3eV7fgRvzUR5YNh82LzLtSr+V+RR7fh9P+EQ+JS/d\r\nfdzxFbf3J8hm/ClnDTtVG+NITbGHco2CQVv6/hP0oxcbAP0uOlrcvYZVFGLn\r\n3DYa8s3Ce3aR9Evf8PYeQYG3rs06Dw9I18FMP38jIzTPJNQc1oYKrDOB74lq\r\nheEm+gZIH7U4bFEDqWQ92mO/PnYEqPpBG3Y=\r\n=Xf28\r\n-----END PGP SIGNATURE-----\r\n"},"funding":[{"type":"paypal","url":"https://www.paypal.me/alaind831"},{"type":"venmo","url":"https://www.venmo.com/adumesny"}]},"7.1.0":{"name":"gridstack","version":"7.1.0","devDependencies":{"@types/jasmine":"^3.5.9","@typescript-eslint/eslint-plugin":"^4.6.0","@typescript-eslint/parser":"^4.6.0","connect":"^3.7.0","core-js":"^3.6.4","coveralls":"^3.0.9","doctoc":"^1.4.0","eslint":"^7.14","grunt":"^1.0.4","grunt-cli":"^1.3.2","grunt-contrib-connect":"^3.0.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-cssmin":"^3.0.0","grunt-contrib-uglify":"^5.0.0","grunt-contrib-watch":"^1.1.0","grunt-eslint":"^23.0.0","grunt-protractor-runner":"^5.0.0","grunt-protractor-webdriver":"^0.2.5","grunt-sass":"3.1.0","jasmine-core":"^3.5.0","karma":"^6","karma-chrome-launcher":"^3.1.0","karma-cli":"^2.0.0","karma-jasmine":"^4.0.1","karma-typescript":"4.1.1","protractor":"^7.0.0","puppeteer":"^5.4.1","sass":"^1.42.1","serve-static":"^1.14.1","ts-loader":"^8.0.7","typescript":"^3.7","webpack":"^5.3.2","webpack-cli":"^4.6.0"},"dist":{"integrity":"sha512-lLRUfZvDNphtmHtf/wVSA1dgipFeHQUi21G5rO+YtYzC8kbTWkLE8GoNA5k8qbUj8uzEhK7iKNrppo3hJWRWRA==","shasum":"ba63188c5d3cb0571ffa9247255a4286f2682c48","tarball":"https://registry.npmjs.org/gridstack/-/gridstack-7.1.0.tgz","fileCount":97,"unpackedSize":2393542,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDVidqrsjH8itzX8COSJ0Mh8Xuk1fErkEWfYjgKp9bz8gIgU5cUyNoB5oBhWVh92aCaPegqh+NypEy6+QX/6GA9LiM="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjVWdOACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr0EA/9HZQbbIyRuOGo+ynqX6ZBIghPKw1LPAzbQO0DApF840FuZTKn\r\nSb+UuvfHQNCbyX2AWMgfZonTuDKUaHWqdfTF1l3Rx1+/wx/7OATA4zlFXsXo\r\n7qS/hAtzYf+J9Y0lXU/tRSTNOmaxaqdewJocuK45zyZ3AE5x01czNN2xmuDS\r\nfwa5wu7UA70kqGxxJaZVVXxelK1HAJ2FvJ73FtTCTt6j84E3xgr98EdsX2mT\r\nExWr4nfnZZL65qPOPw5aAFxXLgta0dTaN2dxCtowvRmOrCUv7p5EB0yfLveZ\r\nr9gGKzyLSiCh1hkrZVZY4+v07F4wftknARsGiP5P2hvzBxBp88+HZfuAYDVf\r\nS5kHQgKrB5O0sn0tqVvAD+Gk/lmum0RK0RPcZnwZPaqcrPxEeMtidA2bdPN0\r\n2ZxYAwutHyScEeEMj0RRCcWUvDSlsYxfbRqORIJFZrdpe0UUytqgbXnYkqIj\r\nBGgyybmvaEirJBE0OrdskdCK1BFZnTzU1goioJYVlOQiktISNTpxmFy/1R+K\r\n25s89yFGX+JIeK3WV6w3pp8ti5Exf1Hx28bXIDMk+CN0ADtt0efXxggQeFz2\r\nMZOQst9CvWbNdPW0XNsiVVvsyfDoAa9wF2VZx7KNILFiWM2SzcJlBjWsz4Vz\r\nKgM8NAPtNxOrwBMgZ3SsFAyvaJDHKoo5Zoc=\r\n=v6vk\r\n-----END PGP SIGNATURE-----\r\n"},"funding":[{"type":"paypal","url":"https://www.paypal.me/alaind831"},{"type":"venmo","url":"https://www.venmo.com/adumesny"}]},"7.1.1":{"name":"gridstack","version":"7.1.1","devDependencies":{"@types/jasmine":"^3.5.9","@typescript-eslint/eslint-plugin":"^4.6.0","@typescript-eslint/parser":"^4.6.0","connect":"^3.7.0","core-js":"^3.6.4","coveralls":"^3.0.9","doctoc":"^1.4.0","eslint":"^7.14","grunt":"^1.0.4","grunt-cli":"^1.3.2","grunt-contrib-connect":"^3.0.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-cssmin":"^3.0.0","grunt-contrib-uglify":"^5.0.0","grunt-contrib-watch":"^1.1.0","grunt-eslint":"^23.0.0","grunt-protractor-runner":"^5.0.0","grunt-protractor-webdriver":"^0.2.5","grunt-sass":"3.1.0","jasmine-core":"^3.5.0","karma":"^6","karma-chrome-launcher":"^3.1.0","karma-cli":"^2.0.0","karma-jasmine":"^4.0.1","karma-typescript":"4.1.1","protractor":"^7.0.0","puppeteer":"^5.4.1","sass":"^1.42.1","serve-static":"^1.14.1","ts-loader":"^8.0.7","typescript":"^3.7","webpack":"^5.3.2","webpack-cli":"^4.6.0"},"dist":{"integrity":"sha512-ru+1mZ78aPwGZMIAMu3dAqSFhgiCiAPpciBrcK/ru9os0jtvvz1+/LGRn7Bv9gMENjflQAnM+RLTjLrjqsgNbg==","shasum":"61ba389dec8d053c1e132ba1863f52f597ef1a5a","tarball":"https://registry.npmjs.org/gridstack/-/gridstack-7.1.1.tgz","fileCount":97,"unpackedSize":2400235,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIA9/l0UlPwKih27nB6CYcCMayti2iDPXwrB8deyqVuoZAiBsdfZ/+OHwgmAEZig3epDGudHDR2pH+aFY6ik6WJ1BFA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjcQdMACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrugQ//dkdWy1NbGs8nvXau39zvs0vjoKG94K/byxQfkNpzE7tLH+FB\r\nX1S6xh0jcxhCb67J/OuHPqBCcdh+BTufMRi2F4QDtjsyBxhED78jPFra+Vm0\r\noIIHzovsLskCbpf7r0BB6OBfJNrmxXRgG/ueAz38UdKQ0rzcJtkvZzgia0f/\r\n5fqfhJwE8orYA5t3+VkbLW0sTVbb47EJILFCVWDaEkq1J3rRdcnTR7beRb1H\r\nSRHzeRHyarGjOd/syGJA2WwrSvTRRFJ3epj4AE0C3n0n6ntTsEWI/oDa8J6B\r\nv+wqHWJbbLFvBVdK+TYx65F254sK/kkwn5rO0FFhkIgWg8GJqNXBWicksKMv\r\nq1qalZLDZiVEAZBEixZNYuSKUoSrnnLKGtZuS/oClqSAKmYkD5ytvLSi4c1E\r\ni6QaI2a21beK/nQFDW/p1/C2ub3XLm3ZNVS++v2zxCtJKA0V4yPIznI7XqQY\r\nZ+d1LllP1VsYNJusaCXdfaIwBuuSksce/TqjRpwt+haHAg9Ay7V0L0O9wacw\r\n4vT3UNPB4maLIlVZgJ22cNG7YGNhllCNbyRyXRN8FNGaVI6T6ZRQlwWyS5OY\r\npJ1ejKyKd43VE5wwGjaOkJhtC8b/4/im2UzWWD3rwUli8mAXcU5WiBEF/whS\r\nHZ5L8gSsYXyPlVQphuwcaaqCvYAaxVWjMLQ=\r\n=irA5\r\n-----END PGP SIGNATURE-----\r\n"},"funding":[{"type":"paypal","url":"https://www.paypal.me/alaind831"},{"type":"venmo","url":"https://www.venmo.com/adumesny"}]},"7.1.2":{"name":"gridstack","version":"7.1.2","devDependencies":{"@types/jasmine":"^3.5.9","@typescript-eslint/eslint-plugin":"^4.6.0","@typescript-eslint/parser":"^4.6.0","connect":"^3.7.0","core-js":"^3.6.4","coveralls":"^3.0.9","doctoc":"^1.4.0","eslint":"^7.14","grunt":"^1.0.4","grunt-cli":"^1.3.2","grunt-contrib-connect":"^3.0.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-cssmin":"^3.0.0","grunt-contrib-uglify":"^5.0.0","grunt-contrib-watch":"^1.1.0","grunt-eslint":"^23.0.0","grunt-protractor-runner":"^5.0.0","grunt-protractor-webdriver":"^0.2.5","grunt-sass":"3.1.0","jasmine-core":"^3.5.0","karma":"^6","karma-chrome-launcher":"^3.1.0","karma-cli":"^2.0.0","karma-jasmine":"^4.0.1","karma-typescript":"4.1.1","protractor":"^7.0.0","puppeteer":"^5.4.1","sass":"^1.42.1","serve-static":"^1.14.1","ts-loader":"^8.0.7","typescript":"^3.7","webpack":"^5.3.2","webpack-cli":"^4.6.0"},"dist":{"integrity":"sha512-vc0sHheyOCKe2VE9JgNlNjHroaYJAbOsl/R4sF6TY5WqKTa6owJz4pj3D+W3QQZ43zS18yttLw6m+R9UNuoC3A==","shasum":"288ccccf786e0440094a48d5f8d654064fb18566","tarball":"https://registry.npmjs.org/gridstack/-/gridstack-7.1.2.tgz","fileCount":100,"unpackedSize":2406057,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCmdUDP81nIjVfWH2ZvUMTxHIQq09RCCvJCzbwlNNolmAIhAI2vmEfUTZWbwVaX5ZNhOdS2TLMi7DB/W2pjbrJpGSHK"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjrionACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqGVw/9EHvQbN3rFm9F7wvYTzErt5EB3pepoWnPxasq08ZNor8shJOl\r\n8V3QbL94mUEhAy9bWoXJRrfngRexrxtW2nz7GgNNpVvZzLS1mfBpbcKPVSpT\r\nlISJYHQUyCtB/S70xN21NJT/41GpmKzpSKsvO5ya0AHIfbAzCrUhArWmc4gm\r\ntxCCaCQrSsE73PoIZ/Wt7wDlU8vcdMUy72xzYPVnkGzAeXyBA17BWvaKrcR2\r\nkmm+zLsJWNMxPOKz0XEkohhUxdlcugoc06+sVys87NqsIWE+P/YUJT8s9MmP\r\nRB2vQyzEap+JNiuEwWoIPxlMDcVJO4byIR06TO7NyC7XuNIlAxlDjQPi1aIG\r\n9uLi/cz2bYuhyA/dZzO+u+swpNBoaJz4YuBe86fdAExGcN5LuJEUAU8PENxV\r\nFXnngbpgO+9y2P3JsbBbPjNy5T7h2PUpo4Jdol3jpuvgCc55AV0r68eL4xzO\r\npRoEEWzF1jlSjCegJg5z780NVgh7t+gBfT50h2ZqiO+ApnIoonZw1Jfor55F\r\nyqbBjJhs/4TXzhJgdoMIrdx6HxlAYEUn5I3O2n+GXvH2aEQZEyIeuwKWO+VF\r\n3xk6c37nj5dTsO5HZSW2VvJFKODanvNewXRALNiq+WMceCUzjxgOPl1Uhy0y\r\nPxVg3BqUArsIX9sGGFDxqrdRaRE2/fBgp88=\r\n=LKbw\r\n-----END PGP SIGNATURE-----\r\n"},"funding":[{"type":"paypal","url":"https://www.paypal.me/alaind831"},{"type":"venmo","url":"https://www.venmo.com/adumesny"}]},"7.2.0":{"name":"gridstack","version":"7.2.0","devDependencies":{"@types/jasmine":"^3.5.9","@typescript-eslint/eslint-plugin":"^4.6.0","@typescript-eslint/parser":"^4.6.0","connect":"^3.7.0","core-js":"^3.6.4","coveralls":"^3.0.9","doctoc":"^1.4.0","eslint":"^7.14","grunt":"^1.0.4","grunt-cli":"^1.3.2","grunt-contrib-connect":"^3.0.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-cssmin":"^3.0.0","grunt-contrib-uglify":"^5.0.0","grunt-contrib-watch":"^1.1.0","grunt-eslint":"^23.0.0","grunt-protractor-runner":"^5.0.0","grunt-protractor-webdriver":"^0.2.5","grunt-sass":"3.1.0","jasmine-core":"^3.5.0","karma":"^6","karma-chrome-launcher":"^3.1.0","karma-cli":"^2.0.0","karma-jasmine":"^4.0.1","karma-typescript":"4.1.1","protractor":"^7.0.0","puppeteer":"^5.4.1","sass":"^1.42.1","serve-static":"^1.14.1","ts-loader":"^8.0.7","typescript":"^3.7","webpack":"^5.3.2","webpack-cli":"^4.6.0"},"dist":{"integrity":"sha512-mOsR7SU2fEEK9O1XZwvmDWkd9eZG2GHOjqMDBOfuhr1M4M2IMuBdFBX1l44vTDxtfSypKB83FISJ4tSAXG7FuQ==","shasum":"d6c0ed0e1e9ad4e13de4a91135bcb1655091cba6","tarball":"https://registry.npmjs.org/gridstack/-/gridstack-7.2.0.tgz","fileCount":100,"unpackedSize":2416265,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICgNQnLoflSZ+kPaA8Gocv6CkhCPQRQQ+Eoke7Pf3aGqAiEA0UvAKq/Nz8pqG970avrnD7EAL7dBLQKowXn+NF7OF7w="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjuiaZACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqFUQ/+O2eSmiCve/ozAeloe77nJ/2zFHvFljb30wVVvXy9mOE52/ov\r\nB3StiBgMiDAUBmru5d1451EXwu/DfaI93hHL5A2lLHK4MkE2O8Fh69xK8e+g\r\nfbc6eNVPommd+FP4LMThvhG4KhXjsY9CfMXiPrCjT9W+KLYtZKMbcQ6c4h6u\r\nOroAPQdsh/Wg4pMkwRfU5PyrE7D8Q9/jWfiB/tKryp4aaLRl0sc9oU7VUDk4\r\ncSKf5skWhoiNrdNA89jJv4uWdJwkKJl3h2Bk650TCXPYL7MHgYS6V3R4tuFs\r\n2Lr5+YkAAeV/NmemvLb6FOI8A56a/zuvnRaNx1yHmyGCqEOStRkZEd72USzv\r\nJUog+d8PM0TSdr11Qw7kMTdStMhO6tZVFdOypb1y3H8q9NDKN8LDG+OoQVtb\r\narUhbRWGyjROP83ocQLxSB8W6Pff6GVzSuUXV1HDYgko8F80BQ8B3HmH9ozv\r\n2rgLJ+pMuml5ENK9HXZTE5k5v00d/8MOd+yKXrhUGNNR+0ELpHjUWO4rBdL5\r\n5r7kCIbyC0EFY/44RoCXi0M2LvOk68keSp2fl98X0FeuP4fRPKf7LW544rsQ\r\nzEtN5191fhD4zw2UpQrdr8hHkcY6M0MlkxwzeE3BvDIotA+3YEScoVQLlPXL\r\nLchXf6QaDVd6MTVaTV8QOnPMqH2uWAWrSjM=\r\n=ayxW\r\n-----END PGP SIGNATURE-----\r\n"},"funding":[{"type":"paypal","url":"https://www.paypal.me/alaind831"},{"type":"venmo","url":"https://www.venmo.com/adumesny"}]},"7.2.1":{"name":"gridstack","version":"7.2.1","devDependencies":{"@types/jasmine":"^3.5.9","@typescript-eslint/eslint-plugin":"^4.6.0","@typescript-eslint/parser":"^4.6.0","connect":"^3.7.0","core-js":"^3.6.4","coveralls":"^3.0.9","doctoc":"^1.4.0","eslint":"^7.14","grunt":"^1.0.4","grunt-cli":"^1.3.2","grunt-contrib-connect":"^3.0.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-cssmin":"^3.0.0","grunt-contrib-uglify":"^5.0.0","grunt-contrib-watch":"^1.1.0","grunt-eslint":"^23.0.0","grunt-protractor-runner":"^5.0.0","grunt-protractor-webdriver":"^0.2.5","grunt-sass":"3.1.0","jasmine-core":"^3.5.0","karma":"^6","karma-chrome-launcher":"^3.1.0","karma-cli":"^2.0.0","karma-jasmine":"^4.0.1","karma-typescript":"4.1.1","protractor":"^7.0.0","puppeteer":"^5.4.1","sass":"^1.42.1","serve-static":"^1.14.1","ts-loader":"^8.0.7","typescript":"^3.7","webpack":"^5.3.2","webpack-cli":"^4.6.0"},"dist":{"integrity":"sha512-dVTiE4lBY2DIkTbvjTFPXLqkQwd5gDbfK7EPgDRi+D295sqCrjHJomoraovEpDSmrbroWCVpVkUq02hwTqkZlQ==","shasum":"d77cf92d2f98e34e0b3355110f9df41620484602","tarball":"https://registry.npmjs.org/gridstack/-/gridstack-7.2.1.tgz","fileCount":100,"unpackedSize":2418364,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHilnoCRWszffXgl1NTMn3jJbsRliOj1ZWVN+KxGg2bqAiA3+RCar6lHvY8Ei/XMHyV2JbIld5fSDK7KGSHayFP2lw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjwyiZACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqvQQ/+JfS3hnJy/9y9/UHjf3KMIpMc1tUW9GH0YJKBREmU5/cMv+zk\r\njNf4c0HvLNrvSBNFqHwO9FD9ZeQxfzhHjtp6g6k2OBFFY0e/4YaLyqU3lD4D\r\nTJ6PcpQjx67CRHfsGJCn4FT/9QxHOj5iC4VlhbLCrwpY2xFCXcL6E0hB433W\r\nD2PWzJ6Wc9pl37GoaBmr+Us2QKhNcIvIk8fk9on4UI7WInPhOQcG8XrFExGT\r\nQRf+Bya0UwB4V+uIHJ56Y70xFNNS2u/af2x4yJ3qtM37tusM0hauHo+5a3ge\r\nTbARHFkexAhdkkRusAgZuHXHkxUoPOpQbJVyj8qmtxLUdeFek7URZAj8MCsU\r\nE0RcsbFasl/JV8PRxNyoFlylgPdJKw7rjfFksFrF2Q6KYCMeMdfMRsqOA3xF\r\nTl9tNMq+yT2Tl5dELpl9Wly6Wv80QcuqwHn5Vv6IyiYv+szE9q8lNCgh02CT\r\nxqNVniE27HcPnhjZ8c6LfROACeBBFOvIXR69sjrD1PNwGqv5iMaXbcJrCPdv\r\n8zh42/rSRJ+1daT/gx2aWboYYd50cjD9xfLFVoRziHcBk5ZwdyDzXEEb05wP\r\nopIHWaOHDvNX8yufPmFKqwaoSMTAeBjMjzfYF3kxpQzobEtTAwFwiY+F8vyY\r\nweIC1oTTDkTG7/eofxb1jUeaxbjgi82y/Ek=\r\n=A4IE\r\n-----END PGP SIGNATURE-----\r\n"},"funding":[{"type":"paypal","url":"https://www.paypal.me/alaind831"},{"type":"venmo","url":"https://www.venmo.com/adumesny"}]},"7.2.2":{"name":"gridstack","version":"7.2.2","devDependencies":{"@types/jasmine":"^3.5.9","@typescript-eslint/eslint-plugin":"^4.6.0","@typescript-eslint/parser":"^4.6.0","connect":"^3.7.0","core-js":"^3.6.4","coveralls":"^3.0.9","doctoc":"^1.4.0","eslint":"^7.14","grunt":"^1.0.4","grunt-cli":"^1.3.2","grunt-contrib-connect":"^3.0.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-cssmin":"^3.0.0","grunt-contrib-uglify":"^5.0.0","grunt-contrib-watch":"^1.1.0","grunt-eslint":"^23.0.0","grunt-protractor-runner":"^5.0.0","grunt-protractor-webdriver":"^0.2.5","grunt-sass":"3.1.0","jasmine-core":"^3.5.0","karma":"^6","karma-chrome-launcher":"^3.1.0","karma-cli":"^2.0.0","karma-jasmine":"^4.0.1","karma-typescript":"4.1.1","protractor":"^7.0.0","puppeteer":"^5.4.1","sass":"^1.42.1","serve-static":"^1.14.1","ts-loader":"^8.0.7","typescript":"^3.7","webpack":"^5.3.2","webpack-cli":"^4.6.0"},"dist":{"integrity":"sha512-9swEjbisKhtZlbmNiTCxOarp/9NWit5mLg6Z73sUhd4LKur5ZptMH16CUJu7HjMHxgI86FbQI5ZfMM/2TuMqdw==","shasum":"1a5be730923722c88685641809f36c9681d329bd","tarball":"https://registry.npmjs.org/gridstack/-/gridstack-7.2.2.tgz","fileCount":100,"unpackedSize":2423141,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCTaoDkSkNI728EAsVzbJAdeQgsWQDCYYZaApZRAvr50QIgNqdyerdP1VP4iJhQ0UOvH5ky12XverVS6x9Ul5otJDY="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjxbWSACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrlSQ/+Pn6lVQGIZV+bvAoKW2lHWrsqxR8ocBiDhBJ/jjhzDrtzpX5i\r\n8kWm2uq+rK+Cii1PxprboU0i8BV0b1pAT3OvCrHHicIC3QYbp3Kaek7yWgHL\r\nKOTJNVddsYQgR104RSYW6+hI5uTEb2q4QszLyEwGHbZlX4ds6sp/kQQLKo2w\r\n/DDOk3TBFEsRm+4AONx85y41Z+wLY7MJg2TV4Zx5cu2hlMNaX+4UdzFgtS/3\r\noNrqbvPyCCAbMwlhNxPxZD4cc+ms4oOnp1ARiQVm8CdaKtHwxuKSyXYvV8sp\r\nbxSqnp6b/T0nV/bTJVTaB7vXq0g+XzZPqz0F1+7o8Q9CPOQaqwFd9hI8Fsqx\r\nyrPyYVQtvLpwhI4NMNyHGezVB5FQaqpZgAmtxU3+lxcJRkAfVT7j4oaVeng+\r\n2EIWcaGgwmiq8+ouUK0NCWYQ9Fkn1mT+GA6pzc7F4pYmMdOogm5OHAtplIbs\r\nLt5h/s9hkgtOjeHNJGQE7m7nycXFt/d+k1a5pCg3Qu8jArU9Lh/caM0+I5o7\r\nTln57KOxZ8sn5B540MjCp/3HRicfRW5jw4lDbf66ncj17YEboxRGb1ooIFBl\r\nBCG25EHNYfHZ3LfhKZ1unaogWcxPE9BspQRHVX2yrbkCe+cSr5kGWwZMtgy2\r\nWSLY669IRTmuoGpIEbH8RxA18q0+YAtgfF0=\r\n=8r2i\r\n-----END PGP SIGNATURE-----\r\n"},"funding":[{"type":"paypal","url":"https://www.paypal.me/alaind831"},{"type":"venmo","url":"https://www.venmo.com/adumesny"}]},"7.2.3":{"name":"gridstack","version":"7.2.3","devDependencies":{"@types/jasmine":"^3.5.9","@typescript-eslint/eslint-plugin":"^4.6.0","@typescript-eslint/parser":"^4.6.0","connect":"^3.7.0","core-js":"^3.6.4","coveralls":"^3.0.9","doctoc":"^1.4.0","eslint":"^7.14","grunt":"^1.0.4","grunt-cli":"^1.3.2","grunt-contrib-connect":"^3.0.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-cssmin":"^3.0.0","grunt-contrib-uglify":"^5.0.0","grunt-contrib-watch":"^1.1.0","grunt-eslint":"^23.0.0","grunt-protractor-runner":"^5.0.0","grunt-protractor-webdriver":"^0.2.5","grunt-sass":"3.1.0","jasmine-core":"^3.5.0","karma":"^6","karma-chrome-launcher":"^3.1.0","karma-cli":"^2.0.0","karma-jasmine":"^4.0.1","karma-typescript":"4.1.1","protractor":"^7.0.0","sass":"^1.42.1","serve-static":"^1.14.1","ts-loader":"^8.0.7","typescript":"^3.7","webpack":"^5.3.2","webpack-cli":"^4.6.0"},"dist":{"integrity":"sha512-1s4Fx+Hr4nKl064q/ygrd41XiZaC2gG6R+yz5nbOibP9vODJ6mOtjIM5x8qKN12FknakaMpVBnCa1T6V7H15hQ==","shasum":"bc04d3588eb5f2b7edd910e31fdac5bea8069ff2","tarball":"https://registry.npmjs.org/gridstack/-/gridstack-7.2.3.tgz","fileCount":100,"unpackedSize":2424605,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGpRFQ0RlgtUSlWCXcr1IobCIvGHHIEK6ZFCwKhUqFI6AiEAxgL9zhSqaBpz0f7bvJOFv8uXtQFe5GHFpSUe/3zkDB0="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj3CLjACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqxmQ/+J4KctU0X9Dr3vL0d7nuG+cGX0uztPCqeY03iYoDVd6Nlbr+E\r\nLZHhgDqCU2qv4QXfu2t4IAqBDXS/x1P57I4jtDAZqZi2vVdnsMABEPsUM2pA\r\nYT1BCmaOZJgGfwpaFjIysAlqmJJwd1AWsWHuW7hG8sMSD1LYLcK/mR//TICl\r\nye89l5z+jsUXr/TXoPU7DFHYUMXc2AsfdXGv3WX5SyvLvNiLVL7Y8IV+2tWB\r\n6iBuZ0JIdNhGlhDr1nduPllQahImkpUEx2LXitFwOCe22iBmb1mPuQC+XDC4\r\nFG5r3+5MrCuTcgR4FeHIuTUcxiP+pDutL23cMJsMwHaufXQtYeXDf9oG7fXT\r\nw8wQDef5AHYujLyv/rVZTaVdJNbAdmDqTsHyKkEWnibEjfNbUKbOaflZS7w9\r\nGMhib3UQ5GgduLIuiklOs8Nx5/UL9n49gz/ZADIXllHLIGjMHgP9ddZ6epoS\r\ni94CYywvgHLQr+wQkiCawnlJmuv1b4zj2PD3Cb8KdAAGdPV0VDyCITWJUJy8\r\nCSwnxDYhbqWD9SAXlpJYrbaA6bKXSE7OM37twVjY2y1f/yoH/K5hG5KpDfAg\r\nYES688AUO5n/h+zHtflUh/f3XYHjGHh4Aew+Wh+QHJrWegs6KED0MXrPw40t\r\nMzT/r7WMJSw/+BwfusxpzkAhuw4n1DidwbI=\r\n=wyov\r\n-----END PGP SIGNATURE-----\r\n"},"funding":[{"type":"paypal","url":"https://www.paypal.me/alaind831"},{"type":"venmo","url":"https://www.venmo.com/adumesny"}]}},"modified":"2023-02-02T20:53:55.106Z"} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/content-v2/sha512/ee/50/b3732efcb1ac634b6cdd283e9bd1204d3b11ae2f7dad8f2f959fb01536826627102b6dda264bf4ac52b25f194def688d9987de759002b0eca42d1219aa69 b/software/flow/.npm/_cacache/content-v2/sha512/ee/50/b3732efcb1ac634b6cdd283e9bd1204d3b11ae2f7dad8f2f959fb01536826627102b6dda264bf4ac52b25f194def688d9987de759002b0eca42d1219aa69 deleted file mode 100644 index 49723de..0000000 --- a/software/flow/.npm/_cacache/content-v2/sha512/ee/50/b3732efcb1ac634b6cdd283e9bd1204d3b11ae2f7dad8f2f959fb01536826627102b6dda264bf4ac52b25f194def688d9987de759002b0eca42d1219aa69 +++ /dev/null @@ -1 +0,0 @@ -{"name":"socket.io-parser","dist-tags":{"latest":"4.2.2","beta":"4.0.1-rc3","v2-latest":"3.3.3","v4.0-latest":"4.0.5"},"versions":{"1.0.1":{"name":"socket.io-parser","version":"1.0.1","devDependencies":{"mocha":"*","expect.js":"*"},"dist":{"shasum":"1e4f458c637d62afb51184832669d4db5c8d95c0","tarball":"https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-1.0.1.tgz","integrity":"sha512-zE6aqOcgrSZFQmRkJ22tWH2tu5ouzaYWUES9nzDUg2JKGdXz6Nff/xMbYld9Xb82fCAnwSPl5dwCnD09HU1qtg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD/HmNg9AhI8rWuTVyigdueknCBOJ6gibOP+egHw2/fVgIgFld2TIFKGjV0/fR8WrvE3ZoUxnRQesm9aWhWX91guLU="}]}},"1.0.2":{"name":"socket.io-parser","version":"1.0.2","devDependencies":{"mocha":"*","expect.js":"*"},"dist":{"shasum":"2689acd3b81477f270a112b7ef6ad584370981b5","tarball":"https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-1.0.2.tgz","integrity":"sha512-Xi0sqiVDQ4mNVuiU83SbNL6oCwByXbf/E7tXFvzkmOPI2C+gMxoPuciuUS3NQlZKiXJviwBDl9AIyDE9OHuizQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD0/d6zRporGhgTah7t1Wi5DBGBk7kDIGyhYTp113WZIwIgWXRiZ3aJp+RkInEoiJDRavPR8eoVjS5VYIuBsfAWrjs="}]}},"1.1.0":{"name":"socket.io-parser","version":"1.1.0","dependencies":{"debug":"0.6.0","json3":"3.2.6"},"devDependencies":{"mocha":"1.16.2","expect.js":"0.2.0"},"dist":{"shasum":"3929528fbe7f43bdc9887db037db6fe933376150","tarball":"https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-1.1.0.tgz","integrity":"sha512-QAxbA1QUg+sd8SJ0ELdTcw1pN4klPiPU8fB4nXx1ZZVjtDx8iYrh10NLdR3fFcmpJYXLxuWta65nPRSbLd3+YQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDjSeeA76p+jAVD5Ora8+/88LBUwmm8e6aoke58uMYzQwIgdglWNBseRfdwPZb6Dlcri0s2i6LMQPEgQZuumXfJ4dY="}]}},"1.1.1":{"name":"socket.io-parser","version":"1.1.1","dependencies":{"debug":"0.7.4","json3":"3.2.6"},"devDependencies":{"mocha":"1.16.2","expect.js":"0.2.0"},"dist":{"shasum":"a7b7c3d799cda79704aa2960eb1dfd153e904fb4","tarball":"https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-1.1.1.tgz","integrity":"sha512-0AUqIe6/+fuWqRYvFX+qX1dAv3EHQWdyxgF6mTdPjZm60i4yBJEhnx7xYaFW0nT4ukJu7b53w8uiTEljF4qACA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCkQCOcxaEoSW4d7S6VwywjKkMJyCmW4qcWX4K22S0GwAIhAN9ToeirOYIWNBsw0asX2uy5ZYuuxTnkQcWth+Ky1kor"}]}},"1.1.2":{"name":"socket.io-parser","version":"1.1.2","dependencies":{"debug":"0.7.4","json3":"3.3.0"},"devDependencies":{"mocha":"1.16.2","expect.js":"0.2.0"},"dist":{"shasum":"ac3ff22eefe2b5e6b2f546151038d27a22bea6ba","tarball":"https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-1.1.2.tgz","integrity":"sha512-6lgvHYjIJekf1/jPypLP9AtCjMxpoFhl0WnGyQqnD7063QEVrgIFXFExW5JYIfUGiaCiKsRhucth9Numr1cZyg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCehv3syUNyKpIQxsPpDk8ptci3M+ty+k7Wi40BmV/aZQIgFeWuFKw8TX6wC9fcn6vlu0nGHRd7Tp1Sm598mbcKnf0="}]}},"2.0.0":{"name":"socket.io-parser","version":"2.0.0","dependencies":{"debug":"0.7.4","msgpack-js":"0.3.0","json3":"3.2.6","isarray":"0.0.1","base64-js":"0.0.6","msgpack-allbrowsers":"0.0.1"},"devDependencies":{"mocha":"1.16.2","expect.js":"0.2.0"},"dist":{"shasum":"2d00f6c0a0a1952bfcca8de7897960c9f8c9e82a","tarball":"https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.0.0.tgz","integrity":"sha512-3J35q9xJX33VY9vpmuX+IxSjL0dlDiyX0u8XBlFilxZWKDA7i10wLzRKPvjwJa/rhaecg7RvcEqpbPpph4UAzA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICFl0mW/bZgZrVQORFzGQNAym4pN2/4OzMZEomSOyDUxAiAMhizFONqOYPTxWPAFf7VSYCkWT8lC6GZitR1h5Zn4sQ=="}]}},"2.1.0":{"name":"socket.io-parser","version":"2.1.0","dependencies":{"debug":"0.7.4","json3":"3.2.6","emitter":"http://github.com/component/emitter/archive/1.0.1.tar.gz","isarray":"0.0.1"},"devDependencies":{"mocha":"1.16.2","expect.js":"0.2.0","zuul":"1.5.4"},"dist":{"shasum":"1c0569a214ec1453a11bc457f472b126b8ec6dd8","tarball":"https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.1.0.tgz","integrity":"sha512-ui7Jao4NWvApGkBumtlZaF7U0ArmK2pbz6hwubSxKtQCC7qc3IbbzC7kKG/3TfhWQ2s/AO8wCkBoxQM7pR1FWA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD7HyKzDs30fPBo8/LpoAk6ZdOGipywV9aXnrPoCT/S8QIgF2I+pBm//ueH4u5hbh2sw1xchx8rRIWxJyyz9dz/2ro="}]}},"2.1.1":{"name":"socket.io-parser","version":"2.1.1","dependencies":{"debug":"0.7.4","json3":"3.2.6","emitter":"http://github.com/component/emitter/archive/1.0.1.tar.gz","isarray":"0.0.1"},"devDependencies":{"mocha":"1.16.2","expect.js":"0.2.0","zuul":"1.5.4"},"dist":{"shasum":"fbb21a4ccb216e659d77ef2ed8c5f80575a9b8ee","tarball":"https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.1.1.tgz","integrity":"sha512-pvzEi0F2RFnVNdh3jRDqZRHhNz75DkJvDQvzWwZVOkptIwamXz1nQ7gWgQg+FZie6CZy1tEazyNHfIZnzbqQLw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIE/TmTblsZgmxPt+aEXjB1p2JcAHgXgZWUgBiHOgQmksAiAIZrMbLbcV1WTb6XQQ8M3SnJO0ZPfYjhVxYFHvb7vQUw=="}]}},"2.1.2":{"name":"socket.io-parser","version":"2.1.2","dependencies":{"debug":"0.7.4","json3":"3.2.6","emitter":"http://github.com/component/emitter/archive/1.0.1.tar.gz","isarray":"0.0.1"},"devDependencies":{"mocha":"1.16.2","expect.js":"0.2.0","zuul":"1.5.4"},"dist":{"shasum":"876655b9edd555c5bdf7301cedf30a436c67b8b0","tarball":"https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.1.2.tgz","integrity":"sha512-eVkt8prgw20H+4P8Iw6tis/w7leiN5EW/93Vq+KL8w+yNJu+QNgaej2Cgt8FhVCVuN3AHyLU50vXvM8cpUR1JQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCsazxhihHNfB8IzzYMM9dA49LOBdyGGR7ka8UsWyiTbAIgfTcp6jLOBJvIC5/pCMqHLtPaLztJCHRpza3NwUffXNI="}]}},"2.1.3":{"name":"socket.io-parser","version":"2.1.3","dependencies":{"debug":"0.7.4","json3":"3.2.6","emitter":"http://github.com/component/emitter/archive/1.0.1.tar.gz","isarray":"0.0.1"},"devDependencies":{"mocha":"1.16.2","expect.js":"0.2.0","zuul":"1.6.3"},"dist":{"shasum":"539a6ee23f18c578f52acccd12c8a4e582469aef","tarball":"https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.1.3.tgz","integrity":"sha512-mqLMkrc/T2IjM/dVrXAittxl2xZhaVDcb1ji3PNiKpYoSgVrNvCeUqQGXPLufQDfNEqpbnedd2N3250woElRGw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAgun7Cr8uEvaPiIUDLK4QWcHz3JKubVYbqfsn566adRAiEAxWi1hixGKYZl4ZWsjy9tu0nRzWGvOkIphVDX9042BWM="}]}},"2.1.4":{"name":"socket.io-parser","version":"2.1.4","dependencies":{"debug":"0.7.4","json3":"3.2.6","emitter":"http://github.com/component/emitter/archive/1.0.1.tar.gz","isarray":"0.0.1"},"devDependencies":{"mocha":"1.16.2","expect.js":"0.2.0","zuul":"1.6.3"},"dist":{"shasum":"ed2ec2608aa2e21189d922512a4703984166c270","tarball":"https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.1.4.tgz","integrity":"sha512-e8AS9yIxQMgHc5b01Yb55yu846CDYeonrHtRKSp8BYNK56P4k1TcJ6boQFWEALwER8aKtxGs0X7CSJhHioe8NA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFsWncEmRORLxX9GDgs7kXWkfKg+27pLljUZZ8z1h5obAiEAuyXMnIpPI5UEZQgXHL9LTBWIZQ4myFOnTQFiuTcxKXA="}]}},"2.1.5":{"name":"socket.io-parser","version":"2.1.5","dependencies":{"debug":"0.7.4","json3":"3.2.6","emitter":"http://github.com/component/emitter/archive/1.0.1.tar.gz","isarray":"0.0.1"},"devDependencies":{"mocha":"1.16.2","expect.js":"0.2.0","zuul":"1.6.3"},"dist":{"shasum":"4deb9339a36ec4b2bc782dffbfdbd53811493ebf","tarball":"https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.1.5.tgz","integrity":"sha512-Ruc5lOCshCWmCF9zUeQSRFh8viltB1g/0AdMXPWfg04JSwSXKGFvDz9Ctb/HuwF8yLZW7zxqvAIJ/H9MATk3Rg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDmmwg+iHNqjux3+dXvAYW5ryOYjzzfuPNv4E0h6Fk56QIgI++Hu6ALGadiOo3e5GJdw9hI28Z8VWrnCyOa3j5skzQ="}]}},"2.2.0":{"name":"socket.io-parser","version":"2.2.0","dependencies":{"debug":"0.7.4","json3":"3.2.6","emitter":"http://github.com/component/emitter/archive/1.0.1.tar.gz","isarray":"0.0.1"},"devDependencies":{"mocha":"1.16.2","expect.js":"0.2.0","zuul":"1.6.3"},"dist":{"shasum":"2609601f59e6a7fab436a53be3d333fbbfcbd30a","tarball":"https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.2.0.tgz","integrity":"sha512-uW3UiLVibAyleKq8r/yZe1oPO51olhY18T6HtnN0iI6RLqJfYC0YiyAFlsPw1+8I0Z1qFd8jFLTRZo2vr6ISxA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAEEcxO/BcgLqmRG3f/UXxWVhtBZN5/cqjdaJtFRwxwTAiEArlHuHWwtw27MzDGYJDtQnirZNu/HcWEPVRFN6sW9Fu4="}]}},"2.2.1":{"name":"socket.io-parser","version":"2.2.1","dependencies":{"debug":"0.7.4","json3":"3.2.6","component-emitter":"1.1.2","isarray":"0.0.1","benchmark":"1.0.0"},"devDependencies":{"mocha":"1.16.2","expect.js":"0.2.0","zuul":"1.6.3"},"dist":{"shasum":"22e79d7a8458f4b48cc20884c00285487b1b77d8","tarball":"https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.2.1.tgz","integrity":"sha512-8ao1fH2132eTTKHg4wKHmIjOWiYh7Jr87mwq35wokuLOm5Q3xAZolIbpFHdFnPpfYWhaCAxUXPYoAq6FbSfg0w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCIvfr3K4y/4/PjihLYpjxSngFK+9hVmHIKDmgQqOZaRAIhAJ7KwPAGBHwkW6VHba6k9J0Sp2Cizc7sCNowCpPJIDRh"}]}},"2.2.2":{"name":"socket.io-parser","version":"2.2.2","dependencies":{"debug":"0.7.4","json3":"3.2.6","component-emitter":"1.1.2","isarray":"0.0.1","benchmark":"1.0.0"},"devDependencies":{"mocha":"1.16.2","expect.js":"0.2.0","zuul":"1.6.3"},"dist":{"shasum":"3d7af6b64497e956b7d9fe775f999716027f9417","tarball":"https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.2.2.tgz","integrity":"sha512-fM+hIkoQPh0oNLoL7yx39fvtqMncRTBekjENFPT8dEYHXqvRYC8yWwT+m9PW8wmYieUcqzw7yJnHNXzPAC9i9w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIE8OIqJjtEI0K422D5blJY6huAbDH6EK7tgYiYcGfuVfAiEA1V7Fzz5MU5kWY49iYalYe5t51KQC60Z1QiqSsm3D+W8="}]}},"2.2.3":{"name":"socket.io-parser","version":"2.2.3","dependencies":{"debug":"0.7.4","json3":"3.2.6","component-emitter":"1.1.2","isarray":"0.0.1","benchmark":"1.0.0"},"devDependencies":{"mocha":"1.16.2","expect.js":"0.2.0","zuul":"1.6.3"},"dist":{"shasum":"6b2c2d6b971a0c0b8510eb83dd2d281a00ee7320","tarball":"https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.2.3.tgz","integrity":"sha512-0G3AYiTdnRciMBgEBURHYCMVuAph9N7fXXj8xlaSssFlRGcfbEYAuXLAJLHYozNelFiVYEZ3EBYLd3JD3SN9+w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCWgXHe6gVbx96XiLXbh48NeGWqY79+qVf5xxcaxxy5rQIgAIIu6eEhJ7v5JxAcaDDZNkW72gZgU1OantBvYMfP6ZM="}]}},"2.2.4":{"name":"socket.io-parser","version":"2.2.4","dependencies":{"debug":"0.7.4","json3":"3.2.6","component-emitter":"1.1.2","isarray":"0.0.1","benchmark":"1.0.0"},"devDependencies":{"mocha":"1.16.2","expect.js":"0.2.0","zuul":"1.6.3"},"dist":{"shasum":"f9ce19bf1909608ceb15d97721e23bfdd1e7cf65","tarball":"https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.2.4.tgz","integrity":"sha512-j0TD2g5DtrmQwcBy+C0RejylNk43rdeCBRRm8EBExrE/f5RlztV+d0k4PRR/tXrcaLcgZeXRpsZvcPVKHarj8g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIELXfuHT53Ophm0/WilLPMerdTcwDBzhVZYhK7FO+x4gAiEAljQYDsjkVb6IMjTawrEf+yPdo+llikbz4bgJOvC2gz8="}]}},"2.2.5":{"name":"socket.io-parser","version":"2.2.5","dependencies":{"debug":"2.2.0","json3":"3.3.2","component-emitter":"1.1.2","isarray":"0.0.1","benchmark":"1.0.0"},"devDependencies":{"mocha":"1.16.2","expect.js":"0.2.0","zuul":"3.7.3"},"dist":{"shasum":"8d945b6da2158bafaf04f4e9c77c573b44cde52c","tarball":"https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.2.5.tgz","integrity":"sha512-pE72wuzcTzsr5Jhx7w433woXaWPXFfGyvsNJDi/lUE6XoEqltBoKz4KlJ5O2x9xqfiJekR3j86+Iw0pgDKFCow==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDi8jnV/AMlvNeLqsxWI+MAGKzju0Q/gjNJxfufSCCvRAiB4Uq4hXATmc7iFygN71Q3JXrHQk0hZtFQPdY7GL9hANg=="}]}},"2.2.6":{"name":"socket.io-parser","version":"2.2.6","dependencies":{"debug":"2.2.0","json3":"3.3.2","component-emitter":"1.1.2","isarray":"0.0.1","benchmark":"1.0.0"},"devDependencies":{"mocha":"1.16.2","expect.js":"0.2.0","zuul":"3.7.3","zuul-ngrok":"3.2.0"},"dist":{"shasum":"38dfd61df50dcf8ab1d9e2091322bf902ba28b99","tarball":"https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.2.6.tgz","integrity":"sha512-uXTZmnj1jyTE57vgOlU0K5GKVFA80KB+q3kcExgFDtofI9l1ax5rS6LVG8aOLSK1Tb17jvF1pMVPQCYygD3tYQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCa0PzQeWPfmos1MxB/D4ij5T0MhSuWO+25+EMmDXjxDQIgAlQuVxGdwAc1FNDHeO2NHHaNUOuKHfRGke606cZKTWQ="}]}},"2.3.0":{"name":"socket.io-parser","version":"2.3.0","dependencies":{"debug":"2.2.0","json3":"3.3.2","component-emitter":"1.1.2"},"devDependencies":{"benchmark":"1.0.0","expect.js":"0.2.0","mocha":"1.16.2","zuul":"3.11.0","zuul-ngrok":"4.0.0"},"dist":{"shasum":"deb02dc50f7f5ac7a35f43bc6f7d413dc46a5153","tarball":"https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.3.0.tgz","integrity":"sha512-ZHfrPexBWrrChXWKz4P4UfXs1HZCk5R+Djd5AWz/KXyCodDjcD0cvhA5GQt1Jdj7KfqArm0URTxwPL5IyqS35g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD2oMCVDVoG+GqxJJ5lXii0z6vI6V7dLk0GdnhLjhegtAIgNA2qZjBz2jfuW4fSfYqmLBHJXoHOKmrBl82g4cQoIdM="}]}},"2.3.1":{"name":"socket.io-parser","version":"2.3.1","dependencies":{"debug":"2.2.0","json3":"3.3.2","component-emitter":"1.1.2","isarray":"0.0.1"},"devDependencies":{"benchmark":"1.0.0","expect.js":"0.2.0","mocha":"1.16.2","zuul":"3.11.0","zuul-ngrok":"4.0.0"},"dist":{"shasum":"dd532025103ce429697326befd64005fcfe5b4a0","tarball":"https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.3.1.tgz","integrity":"sha512-j6l4g/+yWQjmy1yByzg1DPFL4vxQw+NwCJatIxni/AE1wfm17FBtIKSWU4Ay+onrJwDxmC4eK4QS/04ZsqYwZQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCFaSJ/T3f1SKU4QWuuiM2obcB13+SWNdJGUcms7BC7dQIgI9ktV9LghVrznxo0ZX4rM/ZK7Ejm2MgstLPt6+9S054="}]}},"2.3.2":{"name":"socket.io-parser","version":"2.3.2","dependencies":{"debug":"2.3.3","json3":"3.3.2","component-emitter":"1.2.1","isarray":"0.0.1"},"devDependencies":{"benchmark":"2.1.2","expect.js":"0.3.1","mocha":"3.2.0","socket.io-browsers":"^1.0.0","zuul":"3.11.1","zuul-ngrok":"4.0.0"},"dist":{"shasum":"ae64f90cd8d0b5316556280d98cb744f7422cd94","tarball":"https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.3.2.tgz","integrity":"sha512-5BU+AyITiKkBZQeFsCMmkYMMA0oEi27nonUYGADcA0fGWl/DKQpLDx0qGPjDdroVqVx8Y3ExDEPx4xEp40y7Aw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDaF5yf7or3PsR3fkez3K2eIGPm43UthAPv90mPXcr2bAIhAKOENgQR+rg62lX3YieeGCFF2UiEbP6bR58URGw9hdzS"}]}},"3.0.0":{"name":"socket.io-parser","version":"3.0.0","dependencies":{"debug":"2.3.3","component-emitter":"1.2.1","isarray":"2.0.1"},"devDependencies":{"benchmark":"2.1.2","expect.js":"0.3.1","mocha":"3.2.0","socket.io-browsers":"^1.0.0","zuul":"3.11.1","zuul-ngrok":"4.0.0"},"dist":{"shasum":"19c1cd4582b8a0b729ec013af744465e0f1400bc","tarball":"https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-3.0.0.tgz","integrity":"sha512-Ud7nf89gw2WMirwOd3zKw5UMAvtEBPm+UB3M9k0ZwW8mT2i2u3C5D/MOZ76coohnrErGLkA2nYxDjKQzj6gGqw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEMCIE8J0X/f0+xyFS9HF99be70TgnXgcwewqGkWdWU6f97CAh9T5pV2E7iAbv0ZbovH9Sm8St+C8kwcfR51Lpp0+k3m"}]}},"3.1.0":{"name":"socket.io-parser","version":"3.1.0","dependencies":{"debug":"~2.6.4","component-emitter":"1.2.1","has-binary2":"1.0.1","isarray":"2.0.1"},"devDependencies":{"benchmark":"2.1.2","expect.js":"0.3.1","mocha":"3.2.0","socket.io-browsers":"^1.0.0","zuul":"3.11.1","zuul-ngrok":"4.0.0"},"dist":{"shasum":"b58a3d780fe63370e4055d51bff6cb1b582715e9","tarball":"https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-3.1.0.tgz","integrity":"sha512-sFWuFkKI246mvEjqBkafugjueilGvLjvLC5dXii+UaDrquVlgFFVNTPrh1h9wgRIE+VBY1ucyGuv4AF0ikiQdQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDfbpUNd7FkUCR50+VoikQU6Dl/GygAlkzxj9h4X/cDfQIhAOe1EkapASnVK6KlQvn4JLYM8tJUouJqJFfu5kVnp8xg"}]}},"3.1.1":{"name":"socket.io-parser","version":"3.1.1","dependencies":{"debug":"~2.6.4","component-emitter":"1.2.1","has-binary2":"1.0.1","isarray":"2.0.1"},"devDependencies":{"benchmark":"2.1.2","expect.js":"0.3.1","mocha":"3.2.0","socket.io-browsers":"^1.0.0","zuul":"3.11.1","zuul-ngrok":"4.0.0"},"dist":{"shasum":"9dce6ed0a66abdcc927b4572e8fd1a8b64e3df36","tarball":"https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-3.1.1.tgz","integrity":"sha512-Kv2gHzsKYaf1k88PsDUBnEBWNSmWPl8H2kZf/nS51g7C+BWxYyZLE7lh2ET3OIVC8H7PKYO/Y0V5t0O7MBFFCw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBliGNRBukj6aWG2Cke7bMwW+QoldcVW/ZZQuRCT7al2AiEAo5uuuiEQxPUCCIES1G4rVd/Iv/vPWYMr32P56vINB2g="}]}},"3.1.2":{"name":"socket.io-parser","version":"3.1.2","dependencies":{"debug":"~2.6.4","component-emitter":"1.2.1","has-binary2":"~1.0.2","isarray":"2.0.1"},"devDependencies":{"benchmark":"2.1.2","expect.js":"0.3.1","mocha":"3.2.0","socket.io-browsers":"^1.0.0","zuul":"3.11.1","zuul-ngrok":"4.0.0"},"dist":{"shasum":"dbc2282151fc4faebbe40aeedc0772eba619f7f2","tarball":"https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-3.1.2.tgz","integrity":"sha512-X/2VzU82iSIKyhivQjgM9nR4czG7vQ8AlM5z8+zdu3XbUTddulYlhLCP/nlT6VTua4SsmCyi/3h8YSOwPZA8Yw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCzv+UpB5ubDUGBV9NdAfcwuf/BEjrUr5qPv9ZocDhobQIgAlLiGaKrdTJem8TmrU6Z9cdsncyMrwzC3m30RlAxEkA="}]}},"3.1.3":{"name":"socket.io-parser","version":"3.1.3","dependencies":{"debug":"~3.1.0","component-emitter":"1.2.1","has-binary2":"~1.0.2","isarray":"2.0.1"},"devDependencies":{"benchmark":"2.1.2","expect.js":"0.3.1","mocha":"3.2.0","socket.io-browsers":"^1.0.0","zuul":"3.11.1","zuul-ngrok":"4.0.0"},"dist":{"integrity":"sha512-g0a2HPqLguqAczs3dMECuA1RgoGFPyvDqcbaDEdCWY9g59kdUAz3YRmaJBNKXflrHNwB7Q12Gkf/0CZXfdHR7g==","shasum":"ed2da5ee79f10955036e3da413bfd7f1e4d86c8e","tarball":"https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-3.1.3.tgz","fileCount":6,"unpackedSize":16194,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFNm7ZFRzFTrN/GORyiMJmqTteNllu61bfBDZ3fMjYe8AiEA9jXli7soR7kl/dYLBcnJgCJ3a17X33vkTxqE90dRB9Q="}]}},"3.2.0":{"name":"socket.io-parser","version":"3.2.0","dependencies":{"debug":"~3.1.0","component-emitter":"1.2.1","isarray":"2.0.1"},"devDependencies":{"benchmark":"2.1.2","expect.js":"0.3.1","mocha":"3.2.0","socket.io-browsers":"^1.0.0","zuul":"3.11.1","zuul-ngrok":"4.0.0"},"dist":{"integrity":"sha512-FYiBx7rc/KORMJlgsXysflWx/RIvtqZbyGLlHZvjfmPTPeuD/I8MaW7cfFrj5tRltICJdgwflhfZ3NVVbVLFQA==","shasum":"e7c6228b6aa1f814e6148aea325b51aa9499e077","tarball":"https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-3.2.0.tgz","fileCount":6,"unpackedSize":16643,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD4TFcVBau+qzqYw4YU1C5UcLGity8A/tsYx3roUM2nwwIgfChp9KFIv4wQ2LjEPqyodAUs4ELFhYnNdUJMPgtmpMU="}]}},"3.3.0":{"name":"socket.io-parser","version":"3.3.0","dependencies":{"debug":"~3.1.0","component-emitter":"1.2.1","isarray":"2.0.1"},"devDependencies":{"benchmark":"2.1.2","expect.js":"0.3.1","mocha":"3.2.0","socket.io-browsers":"^1.0.0","zuul":"3.11.1","zuul-ngrok":"4.0.0"},"dist":{"integrity":"sha512-hczmV6bDgdaEbVqhAeVMM/jfUfzuEZHsQg6eOmLgJht6G3mPKMxYm75w2+qhAQZ+4X+1+ATZ+QFKeOZD5riHng==","shasum":"2b52a96a509fdf31440ba40fed6094c7d4f1262f","tarball":"https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-3.3.0.tgz","fileCount":6,"unpackedSize":16537,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb425JCRA9TVsSAnZWagAACYYP/jgStg6omyEpLbx+h2iB\nXZtoZrI863809JVXI5JrA0Pd5FFOqyGnkmzYouFT56lBLnHPuAVIq3U5WYK/\n7R7q1y2ypXy0An/Ut0lNT8GJUsKIFIF7bq2TC7yP+0gHJNweK8/gs1+dYC1w\nIqaGrXEpkfsxEcEuwLvHs5t4F9tHMGsZlQa8XuXd8SNM5srkmTqi6TtBEzr9\nPRfcv4c5ueWblq7hDQiZnqbqcjSieNQbQ45gJvirap4ZJaEG0qIlT2ggQ1dy\nJPqqs4JK7XNCAyxNBZmkebz6Osb42OKKIJESd+deAz0MiEVZbDfmEeed8Yt6\nq5N3e6QLRDUwP+8xuwmfz+eL9dmtNtuCCV65zEZbMzBAvRWJwI2Yn1nujx3e\n7ZqW0PZ2BbVWIs8pB+mTYYiaL12BzX+eco4kFJmwvFgILhXhdwhY3/IQcvZf\npJGt8oQQuMvGD1yaBXnUXy3IRGPcxM5PqlEqPEEMFGAIiIMHyB92g2/3eXdd\naeL03CS2S8zD2vyNOzqUtxTxh+oTd4lHdbYBYwTIdUs9qrkWvYHSwgpdWbpe\nkABocA5gzy3IJs5jaR1SUuyHlHnBdlAZ6DW6f9r0v4mowsVcOmOvzYsH+bjo\nGshKV6qVebLuCAfbYANUQax30dfqM+I91G2s1ZPPZLwb1YnM1n2+kD1/OAnq\n7X1t\r\n=Ahma\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDbUTc8jqkl7EXPy+sQ79aGbYeRzxRxj2wb8BW7DLPnpAIgRxft+vNdGyYEOlVeShGu+csHG7BHWCPEEwWp986m9rY="}]}},"3.4.0":{"name":"socket.io-parser","version":"3.4.0","dependencies":{"debug":"~4.1.0","component-emitter":"1.2.1","isarray":"2.0.1"},"devDependencies":{"benchmark":"2.1.2","expect.js":"0.3.1","mocha":"3.2.0","socket.io-browsers":"^1.0.0","zuul":"3.11.1","zuul-ngrok":"4.0.0"},"dist":{"integrity":"sha512-/G/VOI+3DBp0+DJKW4KesGnQkQPFmUCbA/oO2QGT6CWxU7hLGWqU3tyuzeSK/dqcyeHsQg1vTe9jiZI8GU9SCQ==","shasum":"370bb4a151df2f77ce3345ff55a7072cc6e9565a","tarball":"https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-3.4.0.tgz","fileCount":6,"unpackedSize":16537,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdhJWPCRA9TVsSAnZWagAAR00P/22O2wKopDPFpETLfCSN\nMZynRl3EIztbFdA4BbEk8TPQxrlGQCB454hFfoSpw1In0vFvVXP8fvSuiVnU\nMqogbFDeD+PHsRcZfhvXu/UD6Edw5K3ffibzyRrQN+dRSp25WeiXXW7B6uvG\nLh/85ovdDL99Z8lZgQcrVpx14YyjE3b8VSBmw+X62frPs+miEIS1IzamTcwt\ngZTgrwzCBL19ztYt8ZBobfYy7B/ZoYWNh71ZQPhlEDbVLJXbkvq/dvxFx2Ez\nHQJgUXMwPzmK/nV0xrQgJN+ubXo0Fu76FiwEyexoFwtTZAsnnyTYNinD3Wpf\n0gQ3fpdq+UJXfzPbPbEXluLfDqnocetRL92ZhswmP6EbGX+YcY0TtD84iNES\nEfqWF3NVexHSu34LfRMks/cPMXI5KJDaY0JVtcINfaUGSTSwgjHaxEN0/z9o\nJ0wiOMM+rlDXdHjtzDrTCV0iWOntG8qeCACDBEG+VmG66hQHvhtRxNEEh9YB\nIJARAZ1Rh5Hjq7Ba4SzxCw8LdMyB5XbZBdsEH3kVUiQyrX2cIyIdUpcPmYwb\nF6yr4SMewaFmtksM6z5h5yg29/SCfnjt8fUGl+qY/pNK1OYMNlLi35H9B2n8\negT5voPkHGCivXlapMBr4VLXxBfwhu0jB7xgsPczNCFIlmdTxlHzH4SiqQHU\n0NC+\r\n=2/Mf\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGIg6gpSK/ItYdoeLazVo54uVQnEFdq5Ml5N8atYb331AiBhXRzeCh3Rgnd53XPaKw7riyc7Cd0kwomkoYMdIvyqtg=="}]}},"3.4.1":{"name":"socket.io-parser","version":"3.4.1","dependencies":{"debug":"~4.1.0","component-emitter":"1.2.1","isarray":"2.0.1"},"devDependencies":{"@babel/core":"~7.9.6","@babel/preset-env":"~7.9.6","babelify":"~10.0.0","benchmark":"2.1.2","expect.js":"0.3.1","mocha":"3.2.0","socket.io-browsers":"^1.0.0","zuul":"3.11.1","zuul-ngrok":"4.0.0"},"dist":{"integrity":"sha512-11hMgzL+WCLWf1uFtHSNvliI++tcRUWdoeYuwIl+Axvwy9z2gQM+7nJyN3STj1tLj5JyIUH8/gpDGxzAlDdi0A==","shasum":"b06af838302975837eab2dc980037da24054d64a","tarball":"https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-3.4.1.tgz","fileCount":7,"unpackedSize":16969,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeu4zsCRA9TVsSAnZWagAA3cIP/1hgeTHEbn5eNViCo3Vm\nHSsv5NBVNARH0/a0cy5V6uQNl9UE4flPdiEbN2tyU/o8CAWtwHTGr/PgnoSH\nt8wHbx2WgKjvr49Uhmbt1WP4r8r6ZbQ0wpMhN7VVVcMejhfurWDe3Y8DbWNo\n9EL7wE/xMATspZSdRxHq+NteQlmBGhcTWxD5pL81CGilVy6g1czTHVSLEIxw\nHOnyk7T6BKGRiOghg+cHNo9yi8kkIpLTxjDwlmOP7yJi5zmOEeyBViS78o/a\nNPLiPL15e9ej/RGJRmzsN66L6S1/m3g8x2LGIh2gLvfARyNPbl5AVvYnvkZn\nc1KKblGWm3uDgEBDBO2y5yQU7k05bn01EDp6e+gRoLSvTdmwtrEdn8snsQNI\na5DtCar8ADI/2MiErAnmfjjJ8DAEvxQUYjwISLnxyQs429KuO5GoJjRFJqy2\nGAt11d90papFVpAHnJpQLhQqoiLoD54oPug50UKnqe5gvGfN8Uoi/scR4Pe6\nZOJOWQSt8ViGxdjW3+dqkApBTLm1jXBS6VXAngu0UPqho2vByfqbO+46ORd4\ndXDsTQQBgo/6oQfnKkiqJOEffrWrJoV9qYPDhQWvVxZcDWRlOvT5s5P4NZa0\ntv4MHEveFjjTpy17Uon4sAyj7rD2a281Tsg1wyRrlzY67jHbX/GSTa/neWyB\nK5Gd\r\n=2r0W\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICGAE9zdzShNhf1Y09XZusMP0xRf9yg7s3feLkXA40BWAiEAg8qopX+J+RsYsnT9ynicZHB/ws6SdOtMua1jIR4BoW4="}]}},"4.0.0":{"name":"socket.io-parser","version":"4.0.0","dependencies":{"component-emitter":"~1.3.0","debug":"~4.1.0"},"devDependencies":{"@babel/core":"~7.9.6","@babel/preset-env":"~7.9.6","@types/component-emitter":"^1.2.10","@types/debug":"^4.1.5","@types/node":"^14.11.1","babelify":"~10.0.0","benchmark":"2.1.2","expect.js":"0.3.1","mocha":"3.2.0","prettier":"^2.1.2","socket.io-browsers":"^1.0.0","typescript":"^4.0.3","zuul":"3.11.1","zuul-ngrok":"4.0.0"},"dist":{"integrity":"sha512-uH2Pfy9AeKCokfhMRQ74aZ2/dXv14AJ83Fzzz7zbq9rRpM+1NGHWI8iGcrP4E0MxKEvh7LochViCEX8cU+5DWg==","shasum":"678de0a56a7e332235f876b718cd0e3ab106d731","tarball":"https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-4.0.0.tgz","fileCount":12,"unpackedSize":21158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfcd1sCRA9TVsSAnZWagAAUdgP/32B9LLzpiJvFug+ka7u\nzozPzeedIr4Rj6GiVNig6xKxdaBtK9IrQ3eSXOcOwdXjlX2BmX38i0ZHM1Fz\nY5Gc4qR7TiTCb000bgncWnlkrZT3fjyh2jGlAmTsQc4ypoqh0mVMWMGFP9hV\nPGXHwMquAXZQlxqfO+ZrfAu6QmuxTX/F3JKgzI6PeeLU4p0cRDY7yGBpyFdv\n32WasgrypT9ThVfxAW10wXKW8AYPeSvBwMzKFIZutX7WCmJId1NRegJGyGDF\nw6sMnQX24D5KHFFWFO+0+f6E+a86dKPterqKVwHOM0gJyPzNoQ7xMCgxY70w\n388gxYahi9KPnkokQInsKR2sClErtNZsA3Bo8O5DgRRNZPCZtz2KKPx8lPBA\n2IbRRz8molmSpw6x1ae3XPHexDfblWe4OX6X/gBSPnBJSOHTVNSms3TlnSpt\nul5IM8YdQ4D14KVegNPTgKe49J0QY2x+ZfGkd9wXd9Uu47Wp5xiLKNTvY8IN\n7fafYHb1WAUtfrSmzK2fGzASkRi9aotq1LixPL5AOBcKdNnkQ47Uv8nICuoW\n+JWZGNMZytG0FZHlvzPJ/jj0/YHplBcDXx+IHLfrIf2nd3iR3KAZJGl0STWJ\n10W9bi8Zk/kZnVoJ+1wR3qU3WfAmLV2NcsN1G6fibfc6dE+LJJ9r8CJt0xce\nWrZA\r\n=K51n\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGF/ZvhYuoRLIq5tr+2m3n4ml78PwwmLApCBFzvnp7vDAiEAxYIs2I/84FrFisSE2xWa0ditY+yn1X5bbdArf0VDmkI="}]},"engines":{"node":">=10.0.0"}},"3.3.1":{"name":"socket.io-parser","version":"3.3.1","dependencies":{"component-emitter":"~1.3.0","debug":"~3.1.0","isarray":"2.0.1"},"devDependencies":{"benchmark":"2.1.2","expect.js":"0.3.1","mocha":"3.2.0","socket.io-browsers":"^1.0.0","zuul":"3.11.1","zuul-ngrok":"4.0.0"},"dist":{"integrity":"sha512-1QLvVAe8dTz+mKmZ07Swxt+LAo4Y1ff50rlyoEx00TQmDFVQYPfcqGvIDJLGaBdhdNCecXtyKpD+EgKGcmmbuQ==","shasum":"f07d9c8cb3fb92633aa93e76d98fd3a334623199","tarball":"https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-3.3.1.tgz","fileCount":7,"unpackedSize":16631,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfc9P8CRA9TVsSAnZWagAAD+8P/2zjQohdJrUFP8QOfc/2\nCqkE6uhIeUWhccDYlPZbl0RdKwEvQS0Ss90tpMBppF9rC3lku+vM7m64LlYX\nrXuIBu3gVfkceYfGosUTwyfmTvhllebC4UtHfhRJ6CNFlkf9tr6oyddJdpDe\n2FOvpWGttcp2ue4x5Hfw6n7Xwh/wS4c6xpaHp+u7BLOBpzSje3wef5nU7zXC\nU0nA8N3xPjmes+saVpskj8E6foGdl/dMdSVMGSeVjrPh5YDkFWHW/dAFi8yO\nH5pZ2zKvZNC1Q9FASaxtXoVgdG4G+INlIjRVXPNqrnPGB7SeQj1/HemSF+Y5\nYRgukdPxKC7bQk0K42XBPDZqLHkC/tvLM3YrFVjd1tWdKO3rZcQNt1sMWbyF\nl51ZH3wtUrIp0EZfias1O1CgwY7wZnarg/vYg9iTHc0dV/hlpw3JW48l3xUC\nk7OcHB47NbiB4bKTGTvyiDnYKnZSevnC+2HjVmXWiX0MCJAf9ct/vBqvKmzJ\nl8NeijIWQSNE2dPPxVAWuReXSd2ToE+evKgmyiVwRa76Oo4dU9ptgal9Zewk\nvwGEMLqyXevgbsO2/eTV9AGQbuQEELIAX2GrdN3lht5gwh+TpgUWRk6cnuZF\nuUCnaUDotm7/RBWGoBKxpZ9kAI4y+ecNoZCMxDJVRcCQ1Qo1z2R99ePEmjdb\nwxB5\r\n=M6MA\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD5ETsI96bi6Nd6YEUtgVLCTYElCtet0Cc4POzQR3fnmwIgFomLtShkKoy4Y9LZcrMvADwUdXbscWd+j+iSHXbqWyo="}]}},"4.0.1-rc1":{"name":"socket.io-parser","version":"4.0.1-rc1","dependencies":{"component-emitter":"~1.3.0","debug":"~4.1.0"},"devDependencies":{"@babel/core":"~7.9.6","@babel/preset-env":"~7.9.6","@types/component-emitter":"^1.2.10","@types/debug":"^4.1.5","@types/node":"^14.11.1","babelify":"~10.0.0","benchmark":"2.1.2","expect.js":"0.3.1","mocha":"3.2.0","prettier":"^2.1.2","socket.io-browsers":"^1.0.0","typescript":"^4.0.3","zuul":"3.11.1","zuul-ngrok":"4.0.0"},"dist":{"integrity":"sha512-bkOwROtXKg6Q4Si3vsZq4SOxxqN0ZZ9G1QhZ/oUtbAwVenCq/QbOFu3DcVZAIfVQfRgRJpyuq4RhGVOqGbi2Tg==","shasum":"80980a03b245462d614c75911970447990df9169","tarball":"https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-4.0.1-rc1.tgz","fileCount":10,"unpackedSize":21265,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfhFjICRA9TVsSAnZWagAAd8YP/1Cat/jPaDvVB7vL2aLE\ng8xp0lfmloR7I5fFyeiH1z+O4/J5C28yrk1gBNHxxwo5N87d7l0ku/0FDdrj\nwh2UyoUf3IwRaFQ+w14lNCP+dxPEcIMEAj9FA38INIfTUm/X3vCUuiCQ3z7W\njeSsC9VuzTqh7DQQhoHacHwxGtPF5d9AI81GwRU659IhxUHRBC/G8pYY3PKB\n02jNZN3dadembCMSjXank+byEWL42fYbPWpVIA7gU/gyassgJFK0FIRF6kgb\ncSPn2vND+sdwlflEcUvi6E3idtWQldNRo82ATZxSRytWhjTxhArYkdgpI/HH\nmOisg8qUV4c2BEBSJw7xWtgvkQeVpaJAPj3eXQQhJ4/xIAulGJWRCTHkr6Mr\nQpZzSmgynyhrBhy5NXLaRLqVafkX7+bm4MFdS2Zl9pCFYPvBh29A3WHHI3go\n6FurtDqSkyZTfrpA7yOY/4MuhrhT5x9hLhuxhOGh4h6KF2DSSl8Uwq2jxbLH\n8jCofX5Hq9ZoMMRpLMH7G8DYuz3I21fC+qpOKB9DpSU529Pykni/ftKdPkII\nle7qfXn+ktp/qCFxAeifYUd1rq676CfDX6h9xPgiCbiauYXZbP+A93zAt/wq\n5ci9kVDsYskvHusWeTThJG9dvWFx/R3H9tJ5iqJVy4CPiST6V8tx4qFWeVir\n+hEv\r\n=riWk\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDOiClM1B5crEP6QYBn9OXDZNobjNTalywm/7rCG8r+UgIhALZkU5uO7FVnzGcCC5gqKRuqMDNJaWbg72+QdjsF+5va"}]},"engines":{"node":">=10.0.0"}},"4.0.1-rc2":{"name":"socket.io-parser","version":"4.0.1-rc2","dependencies":{"component-emitter":"~1.3.0","debug":"~4.1.0"},"devDependencies":{"@babel/core":"~7.9.6","@babel/preset-env":"~7.9.6","@types/component-emitter":"^1.2.10","@types/debug":"^4.1.5","@types/node":"^14.11.1","babelify":"~10.0.0","benchmark":"2.1.2","expect.js":"0.3.1","mocha":"3.2.0","prettier":"^2.1.2","socket.io-browsers":"^1.0.0","typescript":"^4.0.3","zuul":"3.11.1","zuul-ngrok":"4.0.0"},"dist":{"integrity":"sha512-aI20UWITf5vKgwA1HjCanYlM8cr2VDmOBiM3+1MM1MautnHAngiceuN0gUOtQs4MmWatuD2Td8g00EwHf3qthQ==","shasum":"70cf1b97eedf93957daaed0667f3723e4a699033","tarball":"https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-4.0.1-rc2.tgz","fileCount":10,"unpackedSize":22013,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfiAeDCRA9TVsSAnZWagAAfsQP/jl69XWIUP7EApkisPdX\nd57Wsm7LvtCg4CS3ziKJe6/SSat7TE/iaQ/qgcRC7KxPO2/zFY6A3JXJACpT\ndqRjUaZe5yw4CcqIvy+gsMHGDwY2dW95sPoZfbpRZcv8ZoUze0Bnrzcfykve\nLqz/54N0gsMrHijoiJGOm91RdD+w8iSZAoJZsYUH6ZaHgv1A3vZOLD7jOgu6\nCxGaC9XL9gPKK+fVZ9CXLT/fKd9T3JXxBOp5fg8MW484N5PNPg409GSi0SPg\nyOUgOddbgwfMRHjwjEBI8aq8k14jndRgFBya52oCVphzrMrQQKb+4CWQ0RcV\nq6W2TT4ekxcgvfteNVC/DQ3sNkHQ/MXayP1aWC8An5myw7bulNF8g47cmijX\no9bRRFIIE6TaJy8lQcCs2jwPpBcui/cW8PpFYqefgblvOW1VCEzbP3bInD7u\nlNVOKcZmLxsDN2LqbXYZ94dhgFzG//FGuZv6ajX1hl0r1ljh54bUr6C92yK0\nG34A0yvHYQLzbsWfPsklrajiTuAUgXD4jLS53GeQ3DT7qDEe3iBDS+Ub7y1h\nFV5YKZiEP8Im0N3hh0uav1/Gvbb5R2spV5KFJqzOzHgrsxLm8A6ooWqxU0fh\nmsQna+ozajFB4FVaxA/hmt0OhZVtgrcDzv4yR83RxeDmqxyi7+tsR4qoU5uO\nP5Pc\r\n=8Jrm\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDj1lSlKIYoxTB/2Ei4yL6PoRkDPN8VvgGPKYz4yu7QGAIgf/96PstrwmnrV6RlTEvNDwxtFWjSG/9McREisVGN4SA="}]},"engines":{"node":">=10.0.0"}},"4.0.1-rc3":{"name":"socket.io-parser","version":"4.0.1-rc3","dependencies":{"component-emitter":"~1.3.0","debug":"~4.1.0"},"devDependencies":{"@babel/core":"~7.9.6","@babel/preset-env":"~7.9.6","@types/component-emitter":"^1.2.10","@types/debug":"^4.1.5","@types/node":"^14.11.1","babelify":"~10.0.0","benchmark":"2.1.2","expect.js":"0.3.1","mocha":"3.2.0","prettier":"^2.1.2","socket.io-browsers":"^1.0.0","typescript":"^4.0.3","zuul":"3.11.1","zuul-ngrok":"4.0.0"},"dist":{"integrity":"sha512-H85dvTVUOBMzquX5AojQvxRPCvH7jMkrhp2la+2gYn/uiS20sK1U8osWCMwU00oUITDUkjDTxLjw0fGkDTA76w==","shasum":"cfb3d7ecdde5be90af37ca07a7ad86a38f2a28fa","tarball":"https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-4.0.1-rc3.tgz","fileCount":10,"unpackedSize":22184,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJflge3CRA9TVsSAnZWagAAvogP/0vZsl6BCBJG1vyK+BQQ\nqw4AprYJk0mx6kaLDEn/k7LK/8GpbqRSqXEGVc9HbwtsQudLL4JPU5meEuYy\nGfC+9fB+hhHJFNb51z4ON5BY6Mdnuu7yD2D/7U2O94PM3nCqunt1kKsaXTzc\ncDIDQe6sagNY5FfPJNe8beUx4gNJZ5H13rdgSLfVFj8A66x4DYiCnxEKkhF4\nSW8ryvVAYRz6q1Mace2HQ5ljU/2m32o9hyBucDtaoX2vvMb7MTO3JGiPAFQW\nFL+pKF1WmEWKLt/4dargGUwfrRlICMfmGXhOkHpjjTmHuluJNQTa+RNSYDki\nKbhfepA5OerxGzRdB/AIYNgKGNW/3db780TYTZtfIyWkVMX+j17EQVHVvUUJ\nimXZRXN+repp1mtS7B8Q5fA+2GRKl0um6YO9CJNuV0Woh7bxncOKAuAu/CmW\nWXLjdYa4GLrJo95//z5LK8DZR7+OLfgAVmVLxAJeQOL7mzFMie4fD9LMU7Ix\nu6/gN0G/YMf7Op7lEiRZmyf1RzqJbAiyLvhsyGNSVtB7x0pr63SWaosbsIE0\nkEso43F7e7WQrnlkPLcuv40q+nZLfQ3KRk3JkqAlhiR3ptnck/wj0yWQqFza\nEblN+0qZUql4R57Mw7e7FHrL8n2jRD9o53MLKiAncdcWMrdAniEq3U19V5u/\nuHR0\r\n=0tyH\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGjKkvxhusyv7vBYkyx0DcKy/dhSNbLA5Lrp70FnPjZNAiEA9zMmQXyw8ECe9corly1cW3QhsT6Btn7FJ9lKL7wmZ8k="}]},"engines":{"node":">=10.0.0"}},"4.0.1":{"name":"socket.io-parser","version":"4.0.1","dependencies":{"component-emitter":"~1.3.0","debug":"~4.1.0"},"devDependencies":{"@babel/core":"~7.9.6","@babel/preset-env":"~7.9.6","@types/component-emitter":"^1.2.10","@types/debug":"^4.1.5","@types/node":"^14.11.1","babelify":"~10.0.0","benchmark":"2.1.2","expect.js":"0.3.1","mocha":"3.2.0","prettier":"^2.1.2","socket.io-browsers":"^1.0.0","typescript":"^4.0.3","zuul":"3.11.1","zuul-ngrok":"4.0.0"},"dist":{"integrity":"sha512-5JfNykYptCwU2lkOI0ieoePWm+6stEhkZ2UnLDjqnE1YEjUlXXLd1lpxPZ+g+h3rtaytwWkWrLQCaJULlGqjOg==","shasum":"b8ec84364c7369ad32ae0c16dd4d388db19b3a04","tarball":"https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-4.0.1.tgz","fileCount":10,"unpackedSize":23056,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfpBVoCRA9TVsSAnZWagAAA/sP/RIK/3fV6rn0X95kH87O\nXrC+6n1DH1bUTVb5m7ggmL8k/4W+kyUR+FI0YTk92xXHm8d3ZBZI7DZ2pWwg\nuw0zgI3kF7aMVJO5WeFkJRSwAoOmG3epfIEGwnDCs71UKonHzoWg6wv0+ki6\n9J/kxYFIzqWGy9bp9oE+2cZAOAXnOk98LNaj2wkPLWkojHsP0hz8zL3S8kry\nnIFYJQ4RSHSEhDMWc+f24Znf7S7fi+mqsm/gJKd6pPN1jTCj6p4Igj8ziVsP\nJ6PXDcfiC1IN8x1T9qkyVAJLNkmVgnKD1aC8B/UaK9JbFpNUP0Bnq1t699Ks\nqhu1eRtQnoqNOnPRzS5U7cpzEvtCGqYG3VUturCZUeRvvW+HjfildfIQUoqn\nlYG6U97TAvCXQ4QjufMUfqUiPJ+136cgX0tSd2ouHN4pOit7m7Ts04zU2QJa\nEACtwSs7aOvx7orUP/YK8PBQcb06q7ztSlT7xopzZyHY9o3Ih/3WG7UHVkn3\nehmwd4BAiG/UxJAOCTu/BTER18pbKPxPiQRDSUOGpgqpdtt0LVetBpvM7iFR\nqa3lEZHr7pDibyE9HXwlxisYTNwvexZL76CXDPTOHC0Rg84aZx5Nag/cGmrS\ncTvtq7wshE7RD8edRCeXkyjcNY+SikL6Ib2j1WOYrM4CxuqccQPPpTU0bYfx\n88JP\r\n=in4o\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHnORQ99XOibp+3KpBGPsvI4t0s7V45Tfuyu3LOb9a+6AiEAwxS/AE+2ZcBf/wB5yJCgjX4C4K1qUEb8rFrHtdGodhQ="}]},"engines":{"node":">=10.0.0"}},"4.0.2":{"name":"socket.io-parser","version":"4.0.2","dependencies":{"component-emitter":"~1.3.0","@types/component-emitter":"^1.2.10","debug":"~4.1.0"},"devDependencies":{"@babel/core":"~7.9.6","@babel/preset-env":"~7.9.6","@types/debug":"^4.1.5","@types/node":"^14.11.1","babelify":"~10.0.0","benchmark":"2.1.2","expect.js":"0.3.1","mocha":"3.2.0","prettier":"^2.1.2","rimraf":"^3.0.2","socket.io-browsers":"^1.0.0","typescript":"^4.0.3","zuul":"3.11.1","zuul-ngrok":"4.0.0"},"dist":{"integrity":"sha512-Bs3IYHDivwf+bAAuW/8xwJgIiBNtlvnjYRc4PbXgniLmcP1BrakBoq/QhO24rgtgW7VZ7uAaswRGxutUnlAK7g==","shasum":"3d021a9c86671bb079e7c6c806db6a1d9b1bc780","tarball":"https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-4.0.2.tgz","fileCount":10,"unpackedSize":23760,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfvitmCRA9TVsSAnZWagAABPIP/jEDgXfXxx/oRHWzSHne\nF2XnBVDyrXV5juf6u7ZsBX3yYzuBLJ74bBRRLOG73AGuDHP4RRSEnbsnjkJa\nBwaJT8aSB3Qvi5LuqdVbVPtTKBmeaip8ug3pdZbqliuBPayLqG17njnElTiy\nVEGMxY2WhQpDLtzJM6vxELJtllrtskJtawur6p9KadsyO/cE5VEus/uYjBNt\nUIiSYWLudP6YwZpS++HZjljtm2Ia9Y7TC4DpU4RghdOGsdNqextZNArvhE+B\ne+bo64Mn0DFNVHMj2HuFOb1VHCKJ633iABXYYxUHki4f/yuuEms48S4eaRxj\ncPIL+EHKe+iKmuCKC/VN4DVDOxyJjadzOceZ8iC1/fyfX1d3V1NTJLECwpie\n5R7i9voVOvQS8t3g/S4oiBtPLWwnsix6fhzjxqRkoPkJG8Feer7qhdmcni9a\nIPvzLNgCD0DiRyOq+pakocexUnd0mk++EpxvrFrqbJrfQ/GyGQrSi7yqJz4v\nJsh+1nFpUlSrutGYmSJAJiPdhewyRyF9BhPwFktZCnE4Eupkg+2sF1LS3xBw\n4R2JUFN9RX8PD2ErgNVApO0ugPNDGRZQFOtZxyNUab5BKZjK9Ds2DExfzFOI\nvcPEN6WOkd05TxzmY3jSdYxCsmiaVH9DPvMUw6N/sy61ihKKuIus6Q9d21oc\n/bbh\r\n=WiCC\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCID2CcirUR2t8wOnXssEQyJ5k50BX1KiOP+FYp6YZVBfjAiEAoOCNgxidAnrdDQko9pt72DJXkMRFhLOUYKZzkK5U+Ds="}]},"engines":{"node":">=10.0.0"}},"4.0.3":{"name":"socket.io-parser","version":"4.0.3","dependencies":{"@types/component-emitter":"^1.2.10","component-emitter":"~1.3.0","debug":"~4.3.1"},"devDependencies":{"@babel/core":"~7.9.6","@babel/preset-env":"~7.9.6","@types/debug":"^4.1.5","@types/node":"^14.11.1","babelify":"~10.0.0","benchmark":"2.1.2","expect.js":"0.3.1","mocha":"3.2.0","prettier":"^2.1.2","rimraf":"^3.0.2","socket.io-browsers":"^1.0.0","typescript":"^4.0.3","zuul":"3.11.1","zuul-ngrok":"4.0.0"},"dist":{"integrity":"sha512-m4ybFiP4UYVORRt7jcdqf8UWx+ywVdAqqsJyruXxAdD3Sv6MDemijWij34mOWdMJ55bEdIb9jACBhxUgNK6sxw==","shasum":"2c494f2de1e7c1b40a14ba1512227e9798d8b10e","tarball":"https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-4.0.3.tgz","fileCount":10,"unpackedSize":23855,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf9D70CRA9TVsSAnZWagAATfkP/0YDdPU8oSfflbgwLUjx\nKUijgJ7Ii9x0LBSJ9yT8hIPn+aL68ZAyq5tsYD/g9MZ8A1PTbeszk/yEcxrv\nQr3T2Vid5Wdc5PBNYFaMMKB4mezK/3/k5+/3HDCC5er/GyLv02XTbRHPi65y\nh97guXjRcE7ZXcLrgC1KRNILnGAng/jIGF/NGlfIkO0yRyyt5CX7dG1A3fvz\nFP5RL3fujyPmecQEzuE3A0lxxdMhaXdvB6VBsnw+4kxJnQ2P0ZkFOfGX1pBQ\ncKJlS+0j489a7WldLCMoR7JSTAS+mc/aHNatUQFU5uzWMrTuWP96G0iL6ciT\nhrd2CzvUavmA4CY51nrFfjzkONdDC3xygqMgg/j1VIzneZawxpwC+n1Dm1yq\nm6PO/pd0iI4rz/YmL+rcIjfZ2UKqqiTkvJUHruR/9Vj2K8+IACmKbXyyUtPq\n2j092MdyCt+MoyBl4vr+YMIAjAkzIqv9mC2RFc+6gNO0E22fHn7H4awytNs6\npNpv6tT0GC6hl7l0eRxVTr5hhaLBt5TUdOHS3UzniTrY1RDfHzV7oBLUkcGu\nzVNPYNZ/1PHMAtzyuHNg7Rj0cx9fVK1idYtZESLjYNKgV70q/Oj4noIh3QBu\nZ8QDO6HXWw8J1l+SOiw+El86nYFIaFfC1BvXBMMypWRzjdTErzN3hHACGr7K\n1sM+\r\n=PAsl\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCi1vAtzXqLcovq11+egP9IrfPe0KjGXipWyJzAJiC0wAIgAQ6vBaBjI/3POBvKzzwH3MyaY7iCfz5U0+VtJz5+Dso="}]},"engines":{"node":">=10.0.0"}},"3.3.2":{"name":"socket.io-parser","version":"3.3.2","dependencies":{"component-emitter":"~1.3.0","debug":"~3.1.0","isarray":"2.0.1"},"devDependencies":{"benchmark":"2.1.2","expect.js":"0.3.1","mocha":"3.2.0","socket.io-browsers":"^1.0.0","zuul":"3.11.1","zuul-ngrok":"4.0.0"},"dist":{"integrity":"sha512-FJvDBuOALxdCI9qwRrO/Rfp9yfndRtc1jSgVgV8FDraihmSP/MLGD5PEuJrNfjALvcQ+vMDM/33AWOYP/JSjDg==","shasum":"ef872009d0adcf704f2fbe830191a14752ad50b6","tarball":"https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-3.3.2.tgz","fileCount":7,"unpackedSize":16982,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf+bUjCRA9TVsSAnZWagAAXOkP/3SUl5tyBw44I8NeFmDy\nmS+sMG5/5I2okpFHWXduMkPC30WE4dgu/LDXHnYNldPASLNf61yrfJFcN2Us\nLjMNoFpUsn87Nf2tN0PGKxwnP5rqVF3HykSFrrU1v/umchYRUicafLejjvOE\nj9dDEs/NZZUy0h3q0Eyf/PDRbLvFa35j7YLCFejQdh2eWLtdx02gUh0gw4uu\nwpVErrG/BRIe6BVyYQc7reUz31v5PcB4yRDP04DKDksmdcOL7f7W1ljmfAOJ\nWtmUjpjZxujuGbzJ435xzO4qy9gsDShEdqN+Za0KvIi9ZQ7w/eRPvpgaQFRl\nDP60mWTfuRlxqqhJEcEMtjWqRqu0/KFxLd70Jh+3gWLgTAZb70Z33NqQ0bS3\nEAewZWbAikKTV1w6M/7XzMlCSVOHFVJLjR5gn2CF2wpWBjQZ7qWU9iDvIJ9g\niFKJN/kOT7HWEE8hRd+2kEK1hgN9Yx6AXZrt9mjzC0aYGsvfdfjTb2TLmZrZ\nsUiuDkx692kMq9yKMCu4yth3g7tt/7ttaubYkK5YGbpqnuePTkBofuDskkZ4\nAtAPpChWQd64TN5rpKpgqaE0wNSjqeiImDtsjnFJHspT+176stnyvs/XkXbm\nlBX7ZNMz6OxcWJwWrzLiBibCBfx8ODUngOlg+Z9gtUqUjOSG9hu3ti4PRo5U\nka40\r\n=ugoV\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGc+eUMhzZmPNKwP14CEvmZ8/GmZSEyTA0QTnU8FbXduAiEA9f5psLsGoD678OJCnozylE5HrKI+jWVTijDt3f4/MY0="}]}},"4.0.4":{"name":"socket.io-parser","version":"4.0.4","dependencies":{"@types/component-emitter":"^1.2.10","component-emitter":"~1.3.0","debug":"~4.3.1"},"devDependencies":{"@babel/core":"~7.9.6","@babel/preset-env":"~7.9.6","@types/debug":"^4.1.5","@types/node":"^14.11.1","babelify":"~10.0.0","benchmark":"2.1.2","expect.js":"0.3.1","mocha":"3.2.0","prettier":"^2.1.2","rimraf":"^3.0.2","socket.io-browsers":"^1.0.0","typescript":"^4.0.3","zuul":"3.11.1","zuul-ngrok":"4.0.0"},"dist":{"integrity":"sha512-t+b0SS+IxG7Rxzda2EVvyBZbvFPBCjJoyHuE0P//7OAsN23GItzDRdWa6ALxZI/8R5ygK7jAR6t028/z+7295g==","shasum":"9ea21b0d61508d18196ef04a2c6b9ab630f4c2b0","tarball":"https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-4.0.4.tgz","fileCount":10,"unpackedSize":24092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgAOXPCRA9TVsSAnZWagAAbpIP/iX+yjVVBZRs9TvdMrsi\nn8bVaKsdxfkau+4aLVgMQJbl08Fc9+F4KPMDkxB8BjyuaAI/aa3Uz2kbUIuY\nWXRyjYNemOFaTK161YiSbaxe4JgNJHyD4AAfxZchnNclqAVeonTbFCga5ttb\nx8YZe52xEgL1xIh7AcEXRFp177FULhnvNPdL5Q61iMvHQYvZ1OpJ/oT7GyQW\npxDVjzlLyVAiUEsZFMdffoqtHylFVa5XvyN9NmOvi7GiCE8qcZKcx97OdnNT\nk/l75JcRVRH8XZexGdm3KkQDwKhb9B+4Ex/uSs0bNDlkGCD7Cd1kR4YRrzv1\nPeA5cSPezFDFmG7fgE/XxTGspoazxNCOS5IAVTGCMocr6cbLe8t5feARIIju\nXzksLeampdqozTboyPlHkduOR+1zcgGOi+6JbRpzb0ho4w3xQQCyEGlUjubl\nlsCorvWh55HpMlGzttylSGK3LOmso/Po/qMBIcPHx5AlO8zyYqXhbLD1p6M7\ne5BljSetxPNhvCRi1lm4fH+q0frlWLARyH+peyZLp6gDYPHSuuB8MuGR/i6G\nCH65Qk+oRaIfkb/MRWTsBXoG+Jo3kRXQbyN70IqNL7SCrknyNBFIZL9NRxqV\nsup5lnCfYINhcvi0sTgAwO+G6efqedgnan1ONmFEpJSPjPJZ6Tfe1f2G0Lb3\nP9SK\r\n=FYMo\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICXHbicpHsH6h77mnDu+MpklYWZrOX3fM9HAeM7uLB7eAiBpQJwscqVRXDwD7b+c/7enrSHl27IscOuBurKl4DuoQg=="}]},"engines":{"node":">=10.0.0"}},"4.1.0":{"name":"socket.io-parser","version":"4.1.0","dependencies":{"@socket.io/component-emitter":"~2.0.0","debug":"~4.3.1"},"devDependencies":{"@babel/core":"~7.9.6","@babel/preset-env":"~7.9.6","@types/debug":"^4.1.5","@types/node":"^14.11.1","babelify":"~10.0.0","benchmark":"2.1.2","expect.js":"0.3.1","mocha":"3.2.0","prettier":"^2.1.2","rimraf":"^3.0.2","socket.io-browsers":"^1.0.0","typescript":"^4.0.3","zuul":"3.11.1","zuul-ngrok":"4.0.0"},"dist":{"integrity":"sha512-3iMr+HAKwvQPIoZ5rwgnqowUCiGDziM1KqI1pJJgvSRo+nES4DeTQ3UtR8cMOaWepaUkoB+at9haEiN0FqQNlA==","shasum":"c0debc10b65d4a3fbe7bad6092ca78dc88f22eb1","tarball":"https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-4.1.0.tgz","fileCount":22,"unpackedSize":52557,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIA340aiSOE8LSR70EtXoZlpnp9KZ/iNCdyfATt1+K/YvAiEA+0bG9Z/7bQ//Kn/JVBEbs9wAXx4K72NWYG2X4iKxgMY="}]},"engines":{"node":">=10.0.0"}},"4.1.1":{"name":"socket.io-parser","version":"4.1.1","dependencies":{"@socket.io/component-emitter":"~3.0.0","debug":"~4.3.1"},"devDependencies":{"@babel/core":"~7.9.6","@babel/preset-env":"~7.9.6","@types/debug":"^4.1.5","@types/node":"^14.11.1","babelify":"~10.0.0","benchmark":"2.1.2","expect.js":"0.3.1","mocha":"3.2.0","prettier":"^2.1.2","rimraf":"^3.0.2","socket.io-browsers":"^1.0.0","typescript":"^4.0.3","zuul":"3.11.1","zuul-ngrok":"4.0.0"},"dist":{"integrity":"sha512-USQVLSkDWE5nbcY760ExdKaJxCE65kcsG/8k5FDGZVVxpD1pA7hABYXYkCUvxUuYYh/+uQw0N/fvBzfT8o07KA==","shasum":"0ad53d980781cab1eabe320417d8480c0133e62d","tarball":"https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-4.1.1.tgz","fileCount":22,"unpackedSize":52973,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh27ijCRA9TVsSAnZWagAAB64QAINwpPb2wWwhZ8iTKpj3\nZDhQ7I2fhh/OrggopRIf0EqOk8TwlhpM5a5sk1wzPGdfZ+R48ZpfhY8qwzpU\nWFIHvuQ58ywDynNcb2HMd6P0JLbMSnV6X4jUphpGKgEs80mXgfPfGSrCEDwZ\nHpv6s+jrJ2uMh7x4Qi9wn+oGRis0OR+AwQRUt11l3Js7sd4c27wWr1IeCAxV\n6IYuKu0BYyJBUQLDoKLFhjgM211G577Vl8BYlyF5YUMVvxDJ+XzZx9v2acQh\njBhJzssOhrPkc+0EPaBDFtfZoMGfjUlfCInpeVwk2jASpWIdwf8QJP6qIspI\nF4/BL28mEaHkhxPFshTaflEEm+mfds4KWiqDI/3qfGB7a9pdiowT9Fp+/1Vs\nt3o1DE6ENJQM/5gRHNHxp6EXqoFaqYEndKLcq9fYj6GkG9uV/G4ELf2fMx49\n7Ws4A//SlQUR3VcgpZFNr9Io/A0OtbnvzPPNxfJg9788iGciJTJjBDSYrgeD\n3OqL7/SJYzergU1txbwC9MwKVoPXnmmsIQ+cdo0Ain+ra08ehhLhlm5/8bz2\n5xCSVgPIXpDQzaoPK5KStTmzla1p+ybQWDojXhNg6BmhX3ZoDtqN/2PLFn0A\nZy5GxPk0l6B0K/LWs1kNN+jB2RvMnT2NNQG1EjJei40IWdjG/+jmJUE5solQ\n7lKC\r\n=PZr1\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICCevF2DpUC+98Q4ArcaC1tE98Xw2kDXFtgYDEyVWf61AiEA/59iOOSrDwfVXVNBX+vWSfn/+8ER60ZwDyfr1TMAFS4="}]},"engines":{"node":">=10.0.0"}},"4.1.2":{"name":"socket.io-parser","version":"4.1.2","dependencies":{"@socket.io/component-emitter":"~3.0.0","debug":"~4.3.1"},"devDependencies":{"@babel/core":"~7.9.6","@babel/preset-env":"~7.9.6","@types/debug":"^4.1.5","@types/node":"^14.11.1","babelify":"~10.0.0","benchmark":"2.1.2","expect.js":"0.3.1","mocha":"3.2.0","prettier":"^2.1.2","rimraf":"^3.0.2","socket.io-browsers":"^1.0.0","typescript":"^4.0.3","zuul":"3.11.1","zuul-ngrok":"4.0.0"},"dist":{"integrity":"sha512-j3kk71QLJuyQ/hh5F/L2t1goqzdTL0gvDzuhTuNSwihfuFUrcSji0qFZmJJPtG6Rmug153eOPsUizeirf1IIog==","shasum":"0a97d4fb8e67022158a568450a6e41887e42035e","tarball":"https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-4.1.2.tgz","fileCount":21,"unpackedSize":49369,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiDe1bACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoYPg//R6ey3uxzFbQ6yS1BPgjhgJ9UQ61HLgTPdVoyPzWe0jgPVC5W\r\nl9Y5VatvFGSsCrintxU39f5V8h9Q/zSPuAl7lduX40SdtKW6tEEli42BmlSc\r\nikfzW5irLwSkkAhj+9Qnx+hYqkSPyb4XtaptjPVv42GS3hv6jQzHQaJfVebu\r\nECR4oxJgVPUQUlxjQ0+QEAdzL98gdOI13MhpP5EKouV+fQsHSFQPghpxNs6a\r\nQzvPAFEDkpmpIiiRbn5MAticpLgxwVPpylv2HGMVKvBqooiKFdxYbPFJKaP8\r\ng0cexeXwmON5jul+bd/a7wUhbCYiL/tTaAIf17mzPHsU4Y9qsF4ixkikm2hz\r\nu7I8VyXmiRScfYhgu8l2Mjo1ATHyB8HmwhWhLGEfl56ezsR9Lsx62dpiiIVK\r\nZ7A+He4OkyHaaHTS0ttg6fTVjvJwcjBkliVXlF7M3OPWicZwW//vzBH4jVAV\r\nkTFHUgilTdiJHbXiNIVY03FGg6l+B4pM1UMeaSWHAWG3/Uj+0kRSxoDS5yPV\r\nqc05x0vP4w1tzy0CZnCyraZv+8AR8/xEfomqdeXao2yY1oWuJHb+qHYQ7rpI\r\njxfK2XuQYdULgJkmTFD1tT5ioFyJNJI4+oh1UxZutcOEPzlij/ETAsS2tq7j\r\nr+aLJRoonpqbTbV5DjDW1W6aomAAMbJtGqo=\r\n=FZ+R\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBeomfTCU4t80c3OxVdMxTkZd5pMwq+fk2GxqbmFOMkBAiBueJdj07w0b0sKjdFQBEOclVH88KlntAm+jdGGTMkQ5A=="}]},"engines":{"node":">=10.0.0"}},"4.2.0":{"name":"socket.io-parser","version":"4.2.0","dependencies":{"@socket.io/component-emitter":"~3.1.0","debug":"~4.3.1"},"devDependencies":{"@babel/core":"~7.9.6","@babel/preset-env":"~7.9.6","@types/debug":"^4.1.5","@types/node":"^14.11.1","babelify":"~10.0.0","benchmark":"2.1.2","expect.js":"0.3.1","mocha":"3.2.0","prettier":"^2.1.2","rimraf":"^3.0.2","socket.io-browsers":"^1.0.0","typescript":"^4.0.3","zuul":"3.11.1","zuul-ngrok":"4.0.0"},"dist":{"integrity":"sha512-tLfmEwcEwnlQTxFB7jibL/q2+q8dlVQzj4JdRLJ/W/G1+Fu9VSxCx1Lo+n1HvXxKnM//dUuD0xgiA7tQf57Vng==","shasum":"3f01e5bc525d94aa52a97ed5cbc12e229bbc4d6b","tarball":"https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-4.2.0.tgz","fileCount":21,"unpackedSize":51547,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCK95fiNt0TmxMqPC81upA1KVYmFUhouk677OmGbLJY4gIgDBG5ZLSiPbVI5PYP0f4rRAZTG+af8tzS4P3vW1PrOzU="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiXJRDACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrYNw//ecR3VzRS7ztsMGkHZKVRjkPqx2oI4bOLnj/leHuQWYwd4DNb\r\neJgnbAi4rEC5VVDGbYrcsuhfOGoybasZ3E0nGkw4cZkrWbDt8whRLGcylV5w\r\nqZ2npGqt44zzmhLMZngoVjf9thg9RSo1HiX/VtgH+oF+f46o3y6HcQu/7LG2\r\nJaTHw3LVX6n1LP7gI1M/DPlo2ZrAydJcNfV5Wr7r1kUv7m6RWWTKTcl/ktuq\r\n3Yj4B4ctrJZ3uWLEalDRJNnOep7hLxgBtCPbuir5qOBHJKZalTEoacNUK2g1\r\n4bELRkQwCoFQMvyux2jEl9RNU+UkkOY/fhZxOz7mYO+LGmNGgoV8ekrgzs/w\r\nrhWXD3l2W2eMr3bAPZns/C80fHjkNvfwcyrdt2Ammm8Y7hvQiXJUVLRg/76O\r\nZHPqyOHTYpsL1MBPDe17P9cGMvvUrbuAeTz1sPETktbUey+Mlc4xPJGSOxRK\r\n/i2TMFZTrxDnzA7lEo49oqp6EOOytycKjXcLyd7w99MKJEbJHA9fVz/9HTpk\r\nK7qplVgS0xeV329mkKBYkK4uF+4UrDuYRDLyVwzOwfACympah4ed7eF8qbOL\r\nTpoJikSp7G/RkEzTTco3PwiF2lRYgo8D+dtoUzkxQCCzBIRz3+cnie2lDPG7\r\ndw/1qNybyV8nMpMgBQFTB8kp+0RGOnrZaPg=\r\n=+MHe\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=10.0.0"}},"4.2.1":{"name":"socket.io-parser","version":"4.2.1","dependencies":{"@socket.io/component-emitter":"~3.1.0","debug":"~4.3.1"},"devDependencies":{"@babel/core":"~7.9.6","@babel/preset-env":"~7.9.6","@types/debug":"^4.1.5","@types/node":"^14.11.1","babelify":"~10.0.0","benchmark":"2.1.2","expect.js":"0.3.1","mocha":"3.2.0","prettier":"^2.1.2","rimraf":"^3.0.2","socket.io-browsers":"^1.0.0","typescript":"^4.0.3","zuul":"3.11.1","zuul-ngrok":"4.0.0"},"dist":{"integrity":"sha512-V4GrkLy+HeF1F/en3SpUaM+7XxYXpuMUWLGde1kSSh5nQMN4hLrbPIkD+otwh6q9R6NOQBN4AMaOZ2zVjui82g==","shasum":"01c96efa11ded938dcb21cbe590c26af5eff65e5","tarball":"https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-4.2.1.tgz","fileCount":21,"unpackedSize":52726,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEQ1LUNMaDP1bKyrkQoR+m10F/Y1IwjXtyDywgU1LKxTAiA7MrSl1kh1I0zInIpTajyD7gY389BXaPqQ4og+OpzDLA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiubP+ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmog6A//SRIoEWJWcVk3OPCgqXXdu8yBcSijqlZQ6y2KeA28dbUFqCka\r\nQo4a58+WwBbHnUyr2V9cUf4vSxkVwEdHABjQobPD5t64rl+Ki6rCQfch4iGv\r\nF9U4zvOXFfJhsjZQ8nPAwBZzVYysT6pi+1HoJkReGaxMB8VpNeHgQlyTn1Fj\r\nlyRw0fpMXmIN0fvpVhm8JY9/xk2crs7cFHRodm3850ic+nBpftEqCKxKaBHv\r\n3JfQ9Yg9XViVGpjqK/ap516UxwJzoiMUXJu56RIOn0GX65Rkcwd9v5hHRkeY\r\noqZaGbDc6U+tJxfDgN35SRsq+lyy4Q3i/axXdx1wX7YtBvMWXpSyLhllHll3\r\nUaBSzrttDy+bTRzCkjZniVjz1hxaYzzGisxLMCu0uvrO0KTOShIyxqM6qzf2\r\nfDh09eKZI+5G1hBYAKjeEUfVyNKJyE5EdoXnj5wCOg29h7g7yGjodswslMvm\r\nkjVmnnwWWf+uaXLxpj3MLOZEsiLR39QRG8bpOLP4lmXvMZu6yV8htDsbpImv\r\nHW2+qaAXyydnaV/+jd55daL237V6CdrJ1LQtV8Qv/GAjbCC+aCueZrdLpe2r\r\n05OUkpvTUlF27m/dqRkjhQfUQLu+k2m8LdyURjMuR9V/LcMVGQYn+sEuL91V\r\n87OIY8wZqYMMvwGAAQ7d+bXdejs7/OsiIWI=\r\n=JVEi\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=10.0.0"}},"4.0.5":{"name":"socket.io-parser","version":"4.0.5","dependencies":{"@types/component-emitter":"^1.2.10","component-emitter":"~1.3.0","debug":"~4.3.1"},"devDependencies":{"@babel/core":"~7.9.6","@babel/preset-env":"~7.9.6","@types/debug":"^4.1.5","@types/node":"^14.11.1","babelify":"~10.0.0","benchmark":"2.1.2","expect.js":"0.3.1","mocha":"3.2.0","prettier":"^2.1.2","rimraf":"^3.0.2","socket.io-browsers":"^1.0.0","typescript":"^4.0.3","zuul":"3.11.1","zuul-ngrok":"4.0.0"},"dist":{"integrity":"sha512-sNjbT9dX63nqUFIOv95tTVm6elyIU4RvB1m8dOeZt+IgWwcWklFDOdmGcfo3zSiRsnR/3pJkjY5lfoGqEe4Eig==","shasum":"cb404382c32324cc962f27f3a44058cf6e0552df","tarball":"https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-4.0.5.tgz","fileCount":9,"unpackedSize":21098,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIE9izuDpafH4dbOcZAdaSR1qQnyhMfxEuk3P6ntBmv1KAiEA09MQBdGV2Yh4LT17P3Px7zn3GBu0Z5dYnfJC6AUAdW0="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiubaiACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpJVQ/9HUVpXujuDsY+KW2BiKnW0h3lXaW9XdyJvWGfVmjJXaOYqTq2\r\nexQ4ekS6PaoVTROC3++DRd8NDkvgzpDM5lUUlYfOahO0I0VyZyh5/sK6W50f\r\nJ5fVYIaWlgOp92ZmNh2EoHN6z9xs7ENH7AcrhDImsgy+1Z7HzuhpwXC7qrF+\r\nJXLecm/AqZEaIYK/g8FpmByB71lsaG87062Vd1wABiT51VzxwH1DxCe4ElIX\r\nN7tI1zRZ9pRP9FjnWmD/7F/ZHQYJ5rfe+wJzhhGECHhTR2s8/c+5XyJlLwvm\r\n68w9J1o665Ai258utMV5mhVbWlziL94qBFXJl+KYqokw6n0YTGrb6XTmc3kR\r\nHclHg5e3D3STLCaAsLiJZSVVlNp+Hdu58YGqFcmXA8kHgazo9shdzJRtA+x3\r\n+nNYs02DOQgVnN11gJuEme8nxO95rkbBzSyp/Gl+p+bXohxPTntrG43fMjwp\r\njl34PViuvrnfzwB4myh00ocJZ8TcU+4EzjpJruWkhUr8/JZ80ER6KwQZuSSW\r\nDnxB71HD+1q+rTK+/8UNuBXjQvP7+NCbAmj2ZVH/k5KE58UnHt2fUz66eEhZ\r\nrulH7iG6gLM+tjleW8JG1uQfzRXZ1Asazco3WSlDU9kcayaanMQcMN2GIvSy\r\nDCBp0jYGx+e7Pmy2gTrAnGT808x5FAYjebk=\r\n=jIkN\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=10.0.0"}},"3.4.2":{"name":"socket.io-parser","version":"3.4.2","dependencies":{"debug":"~4.1.0","component-emitter":"1.2.1","isarray":"2.0.1"},"devDependencies":{"@babel/core":"~7.9.6","@babel/preset-env":"~7.9.6","babelify":"~10.0.0","benchmark":"2.1.2","expect.js":"0.3.1","mocha":"3.2.0","socket.io-browsers":"^1.0.0","zuul":"3.11.1","zuul-ngrok":"4.0.0"},"dist":{"integrity":"sha512-QFZBaZDNqZXeemwejc7D39jrq2eGK/qZuVDiMPKzZK1hLlNvjGilGt4ckfQZeVX4dGmuPzCytN9ZW1nQlEWjgA==","shasum":"d70a69f34900d8290a511995d26f581828a49065","tarball":"https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-3.4.2.tgz","fileCount":6,"unpackedSize":17020,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCaAkY5lck91Wsh3RAk0Ri09Lo7ZtLva6d7AKZnu6fjdAIhAPBnyM5YG/nraXOt9g/FiFUOGpwOY0HYCbwBDK1+tB31"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJja36bACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrOZA//VLWyUV9d++wbXxAqFADteNvyZWQkpupeIpC7ER5LLBWP7lIX\r\nUZvQQaTPtF4v0PNuV4Aila7BLIyLZmdHqRL74sWgSx5o/Z5Q0eY8CFoAd10d\r\nk3PwpBbJ3dfGFu0L1mBR5v8hcuF7Ug/KHr0KT+dgKuqxFO6gHa5dsGdaKUbC\r\n8l7g587fyFMv4Hbf0x7LQH73UyMTEDtujsMyb9pH2aRJ/OX6bmaDAZUQ4BM1\r\nLfd37zkwxpqHQwlBi+ePdBrxrE73T/+9AAw3XprHZ0bFC6qMK+P/910NLWKk\r\nx83LTht90J8Rd6cwAk2z0Yv8mlqKTkOCAtZHHLf5uv75yxMCXI7o2nEYYUTb\r\n1vVAwbS7Kcp4BFsx08jlNF6enmwSuaLvzLamgwv+7TvSs3DXtqnv6iVqKHxV\r\ndP3N9KfZejyCnVEVaSR93LifhIV22jjXXAozh33wbDLe8lN4/QiN2O0DgBjH\r\nUfH50RHwz2ySUTlbsUdErW3IqYyZReLGesqBrLs3Mcmu60YH8q6ZVoaJq79N\r\neXM7B7rihmZ37ADqZ1TTzTphmLIWCFRKZ15QJ6dZKQxVErpp1JDGiYRKRjlC\r\n09fab12GOgAIXtdwWD5Uw8+SywARSCxeVoX1W85a1no6H7SPnHEi7TeOPSnh\r\nhJ+Kp3QQgPpWEk51awQ67GH/mn4nsbaHKRY=\r\n=Myup\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=10.0.0"}},"3.3.3":{"name":"socket.io-parser","version":"3.3.3","dependencies":{"component-emitter":"~1.3.0","debug":"~3.1.0","isarray":"2.0.1"},"devDependencies":{"benchmark":"2.1.2","expect.js":"0.3.1","mocha":"3.2.0","socket.io-browsers":"^1.0.0","zuul":"3.11.1","zuul-ngrok":"4.0.0"},"dist":{"integrity":"sha512-qOg87q1PMWWTeO01768Yh9ogn7chB9zkKtQnya41Y355S0UmpXgpcrFwAgjYJxu9BdKug5r5e9YtVSeWhKBUZg==","shasum":"3a8b84823eba87f3f7624e64a8aaab6d6318a72f","tarball":"https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-3.3.3.tgz","fileCount":6,"unpackedSize":16889,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIC+qyDk9dsgiqvDbY6kM91+RcJv/bjtfW02vpOsJ+xk1AiAVUEq2hVuiOD9wsfq5AmXuJmsVTgP8UsYqXnlsRCmHNQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJja392ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoIuA/8ColzeWMvKew9BPc66CXCVh7Fuxrc8mjbGxJ5rLTwJq/dZFJ/\r\nkhkGc6tLVqn5R1+kOCi4tlVUhWZd6QVXfxWF7k66TQ1dO+nJMNF7zU/rNA0u\r\nFoBSiFBDlKlx5i1c90nEStZJp+mPJcqLvLwzsIqv9Aurz+uM6ODqiUaiM/2u\r\n3LcvtTjjlURyYp1JdRm9eksTL2q09gVBxq3zfYqbT8Uxl3++cMoWh4ZdO8tC\r\nY8Bd43Qa+Kee/Fqc7xiJmaFeQnUFqbq0RWvb4I7RS65QJRZlBtM/3NKc/Ehb\r\nzKqNTi5j6EOT0MuhzGGoMOvpGIMJ40iQVmlfKBjDz0yKbL/YthnAdbRGhyut\r\nIWBKwut9eEZUzQcQodc3yMgLoxRae3SkYpS15ndRMB+RiChqsdB+ISuG7zIg\r\n/d5kOfxnW16NbiYdtyfjzWjHERjnplPG3W3r2kB4uHDJ0j+gLIvxrR9ZG6G4\r\nkVy4H1v+jLRWeyLHlfObNQcpvVXoRQByU27EkAsaSkqnxhrQyXRwUTfj172z\r\nDupsH7ACGJzQ20/zV+1wKGymbCjfo5BVMrPnKMjt1VMP9xAorbji7Au+EhCJ\r\nDbrH8mTnbRJoaOi7p9yKBxFG/aqNKR7qpRLsVrR2g+t5/W2rr3OJ+M9iEYKp\r\nRMBpRSR7Rn1WtkS0zsasbk9do8Fe/0v/z/A=\r\n=chqY\r\n-----END PGP SIGNATURE-----\r\n"}},"4.2.2":{"name":"socket.io-parser","version":"4.2.2","dependencies":{"@socket.io/component-emitter":"~3.1.0","debug":"~4.3.1"},"devDependencies":{"@babel/core":"~7.9.6","@babel/preset-env":"~7.9.6","@babel/register":"^7.18.9","@types/debug":"^4.1.5","@types/node":"^14.11.1","@wdio/cli":"^7.26.0","@wdio/local-runner":"^7.26.0","@wdio/mocha-framework":"^7.26.0","@wdio/sauce-service":"^7.26.0","@wdio/spec-reporter":"^7.26.0","benchmark":"2.1.2","expect.js":"0.3.1","mocha":"^10.1.0","prettier":"^2.1.2","rimraf":"^3.0.2","typescript":"^4.0.3","wdio-geckodriver-service":"^4.0.0"},"dist":{"integrity":"sha512-DJtziuKypFkMMHCm2uIshOYC7QaylbtzQwiMYDuCKy3OPkjLzu4B2vAhTlqipRHHzrI0NJeBAizTK7X+6m1jVw==","shasum":"1dd384019e25b7a3d374877f492ab34f2ad0d206","tarball":"https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-4.2.2.tgz","fileCount":21,"unpackedSize":53624,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIF+HT4UBh+cXM/GwZsCFR28MtLfyQ+/HYuHzDvARAFzNAiEA1p2TsX+4xI+D+BzYSXne0zCNMB1xQBX+QP+weLJBo+E="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjyRJTACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmptUw//d0l5RfROd6XdQowFTcb4C1QuiZPJqoQlSBJ+1gM5/XIidCrR\r\n9eorFAbt1qteCnoTs5hMiLo9r0ufXwI03st+rYhsjT6x88SwQIfZUYQlMGKj\r\nGHejzLXufGDOVQs0sG7Ur9Dnsid48r5XYldVb8sbosi0E2Gcvlu3Wuek2cqn\r\nmzhrFzKQ8KbH1Lx2WcgfG/l2asKC5t9ffa0WGzGgByCSESBwY/e4f8vgsiv9\r\nZ6gxis8X6ihSpKgH2JsdJ53qneqWIXG0PYKLN3cyv7G1VJnbHHSIO1k9lwjM\r\nN1Haov+aACNd6qX+/xfqBIW/sHl2sQt3VuKwy+pmBZaV7aJCa8f+aWU7fSMi\r\nXLaIqDH/5Smp5X9/qWuSa0cwFatmD0Xhk8lSzNT+vEqysvD+PoyiaNQb4Yec\r\nPpMvIGcTti8Cu3OTPv1GJ4ToIu0aiy3XxdOHjFOGTTCPRbRJE5GXrbgAjxyE\r\nX5HoGDex2tfprFCTrhFoSUcPd15IIxI4Ft/BBSbZpAL8n8c6Q/Op9IcrdMD4\r\nYB1zza1yQ2v8pMlKZoLbg5i8pQODQmc5QZEfgMNj/Un5GFR6YYQjQKgrt4hs\r\nbI33n9OLq8nXHMdpoUt0kCl9B8HlnGP+Up1uHclvmIxHg6tgirWWkq9J8VfW\r\nEVLzSwTmTTKEuZbKSR0whrZ1+PQxa0VO2MQ=\r\n=Fj+C\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=10.0.0"}}},"modified":"2023-01-19T09:50:11.593Z"} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/content-v2/sha512/f0/bd/8440cf7c2c0c9f8ecb7bfd6353917380aabe6449abc8dc534fe64216e271ae9468fa5bfea8b42dc272df59b7f585e69e494a1c800687b3bed6412e460ba0 b/software/flow/.npm/_cacache/content-v2/sha512/f0/bd/8440cf7c2c0c9f8ecb7bfd6353917380aabe6449abc8dc534fe64216e271ae9468fa5bfea8b42dc272df59b7f585e69e494a1c800687b3bed6412e460ba0 deleted file mode 100644 index af0db88..0000000 --- a/software/flow/.npm/_cacache/content-v2/sha512/f0/bd/8440cf7c2c0c9f8ecb7bfd6353917380aabe6449abc8dc534fe64216e271ae9468fa5bfea8b42dc272df59b7f585e69e494a1c800687b3bed6412e460ba0 +++ /dev/null @@ -1 +0,0 @@ -{"name":"@node-red/runtime","dist-tags":{"latest":"3.0.2","next":"3.1.0-beta.1","v1-maintenance":"1.3.7","v2-maintenance":"2.2.3"},"versions":{"0.20.0-alpha.0":{"name":"@node-red/runtime","version":"0.20.0-alpha.0","dependencies":{"@node-red/registry":"*","@node-red/util":"*","clone":"2.1.2","express":"4.16.4","fs-extra":"5.0.0","json-stringify-safe":"5.0.1","when":"3.7.8"},"dist":{"integrity":"sha512-jZpQjLQCSiHfcvnXlEkwUwBynkttuRtFh3k9Xlmcdy2qdYoAYRtY7AU5tiX6mlRIsDGtlioGZ4ZnOfreckvv6g==","shasum":"eced14a848cec7180382ed643912759dc05a585e","tarball":"https://registry.npmjs.org/@node-red/runtime/-/runtime-0.20.0-alpha.0.tgz","fileCount":44,"unpackedSize":382571,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb2bmWCRA9TVsSAnZWagAAgDsP/jpigS1CS38WKc680Q7H\nJYCbYXNZ9dqhtC3L/JiADA9rrKvZuoCox8U7vDkqRkHCrcE89Zwe0zGWtiQr\njtHclxVHInQHl9W39YabyESovQadBKqVZk1/hqO20jdvLStDR9v1qxIxoOln\nQFWwTyXu+/MdJeT1davNzdA0FemxfjUfOr59zCnrLOyV4oP+OtAx0jPGcGq2\nvOiXwq2fOiLlRaHPvSQV6DdMG/uihS4EBVARflNM9Lq4jj3iH4gKCKA9DCPH\nlnvxynTEveACWIDI+mLyFdaByITGPlj3fIS4VVxj08d63nKaJO7Hq9lMxJMH\nX4hVXQO+cmIE2oYnUTPUe9cAziQGLETUU+HXZRIPmZklRqwmeFLR3g0cjfv8\nDZxUE3JTdRVSDMHxmMRvVc6U3xoy33qXRyYSa2ZP9M5MNyESy7GgVq2Ss639\nrt1bpCaEOKxQMVIQaljafHO8Ae1sM3rToCh25Nauez1IsjcOlWDcuyKjjeXo\nBxm3cmvEhGuU2CgOHfv5SRLOSqPTeCMnQAQ6lmWyoNUG6Sdv+uvBmzHU7Ho8\ndzCsYQ3t8Dxu35QlMqUMyi6ZqL4I/Bdx5DB6jVOVn1uMyi+J1q+P8ZcajFpK\nDm7dl1HedcMXlUrHEpCksLHhZHWJE/xWG0HHKsLfwax9DOEyT4NaMtzhTt2e\nW/+F\r\n=nej3\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC4qwc+rEUmRZsiA1suvdRWuaFY5LWulK2DeSqV90ZMuAIhANYGEGBJc2M6ayBr19hnp7KXYaNqLo2nG5mHcgdMHVNY"}]}},"0.20.0-beta.1":{"name":"@node-red/runtime","version":"0.20.0-beta.1","dependencies":{"@node-red/registry":"0.20.0-beta.1","@node-red/util":"0.20.0-beta.1","clone":"2.1.2","express":"4.16.4","fs-extra":"7.0.1","json-stringify-safe":"5.0.1","when":"3.7.8"},"dist":{"integrity":"sha512-bNNLXKx6MYVswiQLEwXo0TbnoN1XG6B2APUEnpzm7XaZg9Jc65hGdzzlLtga3spxjdRnZL+otMCH0jmclJKABg==","shasum":"bd071a9cd74b365e630bca1a6648f94d0e0ac4cf","tarball":"https://registry.npmjs.org/@node-red/runtime/-/runtime-0.20.0-beta.1.tgz","fileCount":44,"unpackedSize":392192,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcCpw+CRA9TVsSAnZWagAAFnUP/2ImHZWkA1SQdyQlObj4\n5P7h8nDNK/5lScwcea61SIBSFh235IDUs/buPNm0IiGlBWKlmhMmkJrLjjmk\nxjrmcoLDl2/ISEuQiI07P8lD3jurxSp2S7G4f3aKBGewRV+8L23WGuCuryUi\n10MSmIUL8Z8N2I+MWoX2KX8k/r9Cum/JbhIVG8UX/xziclu6N2GnPlwm8q36\n6T1o8+JcaEv5SN//QRKltBW9APvoEeRLIri9x0sQGWsXKPP097eqwgNORJem\nVn1JYdD/mPI5PysHEz9tKgk7ooRa0iegX3Egdoy5G4SCWCkbymtB175j0jYT\nXop2/aIUOeknMRoFVX+y+qLp9yuvT37+hBr/68rvyq53OgS7DHA27RkdlE0E\nDB1hL7gxZkiDWYaob1YTnl2BGxzUx2KG77EGJq1p6bkUmByEnniJ/Gu8oiaG\nx31CMYGihY8bcIMOhxT1YIZyrEnQX4EezTRxw7rqcIM031lHik5VI+jc0Xve\nQiXfr9v0fxA3e7lrnRq/aoVfadmiEvl3Z2l5/zNecsJvY7Xz1U2UAMmmac8M\nC4zPPYgLAE/25cvcgc1cwRQQlkU2dJ1fGBISxr0GQatFqSEl75EgQXgTJber\nqgqn3nWnGvGf9HHwLmDy8vQunuFe5085s6XOXMmgMVU9jpsR5Zp5kxvDJsz4\nFywM\r\n=8E6b\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFk+nqfMgN+PztGc1/Shg8JCS9pKdCr3/UnCPNicSaOHAiB7N9Is3v3YXEBe3U2lXBBZvJeQMx5PiwmkZEt+gYyCDA=="}]}},"0.20.0-beta.2":{"name":"@node-red/runtime","version":"0.20.0-beta.2","dependencies":{"@node-red/registry":"0.20.0-beta.2","@node-red/util":"0.20.0-beta.2","clone":"2.1.2","express":"4.16.4","fs-extra":"7.0.1","json-stringify-safe":"5.0.1","when":"3.7.8"},"dist":{"integrity":"sha512-Iji0grqbtkBY4IPmAbPbNqs7My8KL3Zga7KZcvpvUsPprUhWH0KZAT76sOXEyT1xl1vOau4O5VEIvd4f1SIxKg==","shasum":"46ee172e3aadfa278368e4db5157d08a3a9bd87a","tarball":"https://registry.npmjs.org/@node-red/runtime/-/runtime-0.20.0-beta.2.tgz","fileCount":44,"unpackedSize":392192,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcCqXsCRA9TVsSAnZWagAAC5AQAIoVdl25lCMxZkeWx9sg\nBMO9RE+rgvDfLScyrYqEek4UZ/eaD76/LujezUcUv9JUfa5GLmxUJyylH9qH\nrltPBU5SywRPUfQfJ2+wAR/ylHkakj/zQyLf7d1iYMoV4cdDHZ3zBWIMnM6f\npjZkvBVQQlqcYUtgAnjUCOc6vOwne7xSce3meabnr6KzOA21EHhjiwqdleuC\nZaSSBPgUF5/xEJdwYVgMohPHJklLdWFSO6tMXYBsJwYSZpvatMmepy/LQABI\njlDAhC5AKP62UuxZ1av35HQbE3l7org/PHvmlt/XiPUeQl7JY9pOvFN2LPFE\nuVjv0Y4fX4xw/TlBSTQuiM/uR5Zoc8zMnvLbc5xLgEOnQt3IVyjGJJnGyHRa\ne9rFiDgDZ8PM/eA46QHasxsi4bkKBu9QmSaMVP0n/CK3UAidF0wvc8CkE5zP\nenkMI8DOjHCtqOubtwS6qdysnfesnyZfszuwkynUc7JOrRUGKMZbvzGrif4s\ngtTyjqN64CcnJnXHaqAoC8UKnSQwLO0FawLW8GHMyPVuP+vsmSmnIALU3Yso\n6g2XhGAs9EQSGdaJoVEl/8rX57kB9hqEMcv2I93m88FGPCRJyzGMYbn7RE8/\nektEJa/gTAGfYosa9VcJ9G/PKG40rv1FhAWX+PxRwLpti7dG9zhsRDNDju0H\nCcdI\r\n=mBG2\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDekeTC77nNmszK1D5vo5XmoBCPl0wkGyyF9meNncAaJgIgF97zUny37pWP5bUscbKHjr+X1GB3JXb+lOmHVKrKLdc="}]}},"0.20.0-beta.3":{"name":"@node-red/runtime","version":"0.20.0-beta.3","dependencies":{"@node-red/registry":"0.20.0-beta.3","@node-red/util":"0.20.0-beta.3","clone":"2.1.2","express":"4.16.4","fs-extra":"7.0.1","json-stringify-safe":"5.0.1","when":"3.7.8"},"dist":{"integrity":"sha512-IA1tMw6kE8cAAMVTrNgmzxJAffQ7Cb2fXU/myrHMaIJL5Ydig38NyeMpR5bvPrNBrJKaEy3/+EqWbrWeVMow8g==","shasum":"c784d35fbc3d760d9aaa67ceb85a9efb062d958d","tarball":"https://registry.npmjs.org/@node-red/runtime/-/runtime-0.20.0-beta.3.tgz","fileCount":44,"unpackedSize":392944,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcN06GCRA9TVsSAnZWagAADpwQAI71Ye8wfbt4L8h8Kvv+\nfO55x8ZGF8yQ4RgpSGKpsN9peDPrctk0A4VRgVkM23Y/ODU57yIc8Kzv2+0G\n8v/maa9UaonMGsfNXtbmdZI8zjAnpKSQfInXUc/sFDnvMA0PO9HWhC4qJVzK\nFJQV9o+J8SXYu8WEKGzlPT0+gk/ynKHQYplyIC2TUq9FnfoYiIeYNuh2wJF/\nIqlseVHwnATZgPAh26FEYwRHEYDahPsS+Pjp6SPka1Wik5w6K9Y6PPuJHQDK\nL1zEwHc9XVGpIGj5Xqh3/aqLEcpqwEuU78C+SwCkd50pHfIOHiHVTxBGW9hI\nE5NXXswdz/X7mkIgtu5mv+zv8yyc/OuJxHRAcEHqTrJcn/IhjRyKmIyB7aJh\n+v0luRdmwYU8GRuLYCvja7ESPj76chcvGiIhXevLyfzTpFsZjxrWS3/+1A7I\nZKztKgwdzJF2U7lCjUYkWLmjIaPAY9G/8g0ryBRvdcPrYTHx+g+Rxacjo6Ur\noeQPmTJkACPWAfwanPqTOQGXZh5iUtiMQ+ij8OH5Bkv6EBhQQI2XSzWYqKyF\nBIxQt4sTnLgO6eFqQq/qKiYQowe488TicFygDPQfoulQNWGzlH0rgGt1Q35s\njZELovEl/xH3WjBrpt3YfDKQX4AYsCVDspWDhg0ajYsFEs8hRVMn4EG4W6af\n/JeL\r\n=Auic\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHM7DwX4SubCZkDxDy3F7Txma8nwgS+2AJfX2Zo2+XCwAiEAvQ5r0jrZLV5vwSP2yqKjY8JCs9WTGGjWTy1cwmqdxYg="}]}},"0.20.0-beta.4":{"name":"@node-red/runtime","version":"0.20.0-beta.4","dependencies":{"@node-red/registry":"0.20.0-beta.4","@node-red/util":"0.20.0-beta.4","clone":"2.1.2","express":"4.16.4","fs-extra":"7.0.1","json-stringify-safe":"5.0.1","when":"3.7.8"},"dist":{"integrity":"sha512-UbFjKoTAQjTVUIW3uVAq5+p6zxm9w8IR5un0dQ88dzDBKrd+6cokgMdBBRWkYcvj221i4oN8VXPTpx1cEsiBtw==","shasum":"db81b2c561b5c80e71ac2f3fd5acd55f67e0af96","tarball":"https://registry.npmjs.org/@node-red/runtime/-/runtime-0.20.0-beta.4.tgz","fileCount":46,"unpackedSize":416212,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcTyGkCRA9TVsSAnZWagAAW80P/jJPxLms289ozBW8rjng\ns23QXFG2Gd3bOpG03OpzHrkgROf0pvue9/YsB1yfZeL4bLhuYcPIXBDPD6r0\nouXR7aSAevmryoIGl4uPpH3+kVs+aItZZ9splaPUSrSLRQAKXl7SKgN9aROy\ni+pdVd824UV0txDszQp3Nz9UfYLbFOsWh7wKmK9aF021OwMnQ1HnjsZBiTlD\n/5WTJ0+qC4+adOTCAiuDv/bHW825OA5Kg5ywGRRzeACLVTBlCpP7vVSnkVDC\n398V+0y1t9LPZx1sjfUhwR6b7eQWlhRIjcepQBzUIFex9uZYGkczUg5M/Azw\nh4RqHe8UVzIqZltgYTy262Kt2w+MsNLcNyXb71C1dDgO00QTBV84ashDdNu/\njr7CaMNf9z0Qoo7NQ9GJDfHjGbeJ52Ww0qigm+YUDgrRRB686//m7EZDgQbE\nDzTXJt33uGXPbxrrYfmRJJdMsFwAsGgZ7ws+eQZ90GbLH3yvoeeJgptYJ4Ah\nfSHgkplpNA8PrDF+yWtXQmA44nTjAbfBTTRSCHH5alMeY32jINTMbY9XyE38\nXPaWQG8CKGvGAaZFNIC9/oEmxeUNf+LZxfWMOeDYMaDGti6sMnhSd/TnKn05\naE0SS2n6NC2fi11kvtx+7u2IQe8ehc9nsTvpKBSAtp03i687qtrAY1gKtdUh\nj5gG\r\n=t64U\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDXLBFirJSaI5Rzsu8w9Gb4i8lDd2V3W0CjzjtegEWofwIgRF1olsG09V75tQAuBVzZyodlkxxC8gB9hUsZrSRaF68="}]}},"0.20.0-beta.5":{"name":"@node-red/runtime","version":"0.20.0-beta.5","dependencies":{"@node-red/registry":"0.20.0-beta.5","@node-red/util":"0.20.0-beta.5","clone":"2.1.2","express":"4.16.4","fs-extra":"7.0.1","json-stringify-safe":"5.0.1","when":"3.7.8"},"dist":{"integrity":"sha512-nS3PcteQIui8C3CpidZgZFuFAz+0/Q6eZCx1gV4A9EjjKNo6ooIUrtSmq9TSs9PUf9BmBaOdN9pSD7o4EIzxmQ==","shasum":"3ba9456dd9f40025448798c8fa9bfb35948043b5","tarball":"https://registry.npmjs.org/@node-red/runtime/-/runtime-0.20.0-beta.5.tgz","fileCount":46,"unpackedSize":424669,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcXWhVCRA9TVsSAnZWagAAWBcP/2JbVLri3mlGFCW2T0XX\n85YCRfJXTtoElrocIg4KMa6b7YvarfwoKaZ1C8z+q6RtGLGYa5NKPj4i028h\nI+qGi0MCStbDdr58HX2h+Vc8tYz0OO4vTMlEHdtKFrG7K/7miFD9Is6T6v+p\n+5Y7dy6zkJqge52Vks1hogJfRx1ecnOgIXFlmUzkLVdOiQfLSZLgW6zeIOoX\n3KU/CGBWEY8rO+J3XR7aX6UaHPuQ2zQ3VixUyEsi/mlNJJI8PvsF8ZH25qgg\nFTRk/pdF+TiNtkHacNS9EcdlsuvI73K2uhsE3T4Fihd/N0Y8XttXs9Gl8pKj\nfTL78RQ7UUzOJe86/znNSxlM69R2+8S6VeHY8KCJDYvnotVZnCQ/y+cWTfhX\nPN+Bpc2/+NOFKTf/Zlg4Cj87qWpQJTU50cHdttfUnRFRj+aZ84HJ7hUMgCrv\ntY8jvrX+zzVYhr/4cRFV0hw62jFLCSnmOl6hUr0bYCAZDG27SjhMbHKKkyv1\n46tRDpO37wUxtE7Abm3H8zEqWKeXPL49sQBBH3Pm58cY8G1Xapj4btHv/YcN\n3gPNCWze1Lv4e+M4XBfHGt8uP+X2qXAGhFkztqUDcZB80nCvmSRnCIvyT4si\ngNRUvj78U3sdiArcYP9t5VTOS/q8ppUYNeoThZIfzm+w9wb6aLT1IecRle99\n47Aa\r\n=1sIo\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGgup9SgbNfKoLImxHdJAB5O0FwcRFuxVYSxj0RU04ZsAiAtaFnwStQTVxCEgrx15YpnPxE0jbC4jesdXEV/BrO9ew=="}]}},"0.20.0":{"name":"@node-red/runtime","version":"0.20.0","dependencies":{"@node-red/registry":"0.20.0","@node-red/util":"0.20.0","clone":"2.1.2","express":"4.16.4","fs-extra":"7.0.1","json-stringify-safe":"5.0.1","when":"3.7.8"},"dist":{"integrity":"sha512-DQ0fMp6ysHhb0cE6d7uyY9EMa5/dtPgxKPjtodu1IkLV27qceF8M10fYF1lSAaZ6ZDMsHK/+2gaKPZkZm75PBA==","shasum":"d3ab164ff06e75b50da2333d7628f7abc13789d2","tarball":"https://registry.npmjs.org/@node-red/runtime/-/runtime-0.20.0.tgz","fileCount":47,"unpackedSize":438706,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJch8oTCRA9TVsSAnZWagAAAugP/iVENzpNHEF71IIT95kJ\nTf7a95Ad5guf9mw2NrG6Qj1wabp54utthn7pYfpK9/32ALE0YTw6SmCMYLHX\nIiSW+rSp6V+Vjg9+SD2f3XB8fkyK8wZggZJ+B79iIGdY3zwiDCgtNtGXjgfW\nmKs1DB6Rh4Gzf4l1F4CQFZowFWxDQDDnUv9zbZ4bQ2h4apbXqVu6t3lBE2zS\noRhmj4U4JOMxcBML3Y6+1mH9sMSr9o+eVyh9ErUPO4fxUBIVVO/3itDVqXP/\ncO05jAW3/FGErC7YO1er8Ix6pcEF4pklml/qNZu3cWVeKuSmTh9q/WpwHKKu\ng8lLZYDWXYZzEUL4d08l30sTcrKQrZ1mIyOAXTHrC2NzdA88//eWaApPtH6r\n5us9uAPRI3ffG4Eeonh6U6s0DFhS6iYA9i9GM+8937Zbhjar/QCqlL/jVjeJ\nBmAB9PlyF5dwZDq4G3ieQz/0iq+L+OFGDKo0QakVe28G5E0ZQrLt8x+tjEey\nmS6C8tp+EQ9uvybVWJE45ycMaKINTWXHq76FJyuPvgZhW1nTq/TKQRSxB9X/\n+spLmk+0irRUfxfmnG18Pgvy+k8RarGujFNNyhnAUau5HlCBWfhj5M5apbHz\nj7gLFyRd0jP56lxXnObnRYh5kG0ta4g6CMADV6fs0nnXu40tCZSVogQeRlV9\nKxcv\r\n=OWRi\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEshjNYoF46QsRzr3dbm6DRF3CRKd3+7sOTnxbINrXATAiEAyKjlU9c8LUjoX7UzmFEGKbQWgY2LhF4pCawnoyAbdgU="}]}},"0.20.1":{"name":"@node-red/runtime","version":"0.20.1","dependencies":{"@node-red/registry":"0.20.1","@node-red/util":"0.20.1","clone":"2.1.2","express":"4.16.4","fs-extra":"7.0.1","json-stringify-safe":"5.0.1","when":"3.7.8"},"dist":{"integrity":"sha512-pbtj/+jbVwF/y6phnNd3NGnf4pEeII0H1DuiNpDSYR9PMyJKY1sec8R4h1/i2lKC/y0BSIrlGzEMHIEAQvG2nQ==","shasum":"4e5cd5999f30569993e00106fa1496c166be0542","tarball":"https://registry.npmjs.org/@node-red/runtime/-/runtime-0.20.1.tgz","fileCount":47,"unpackedSize":438874,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJci42KCRA9TVsSAnZWagAA8i8P/jizzn9X5BOCNp93/tfX\nVXcIj2VYjVsxTaoNg1v/7fNmuEEJT03/9mUa5V0XbeEdCYcPdSVfN3XSlb+I\nNahuvYxYvNkLEk5PuG46cKCZsq8+kbbGrxZW9zswPIDHdHC3mhmikQ3VudAS\nXjbSjxlGGBZZ2MJlBwkt3sYBCaam/WQjHAS4bP16I3b9PWeufR+6lDO+ZXEC\nSFn2P3crltnpNSARDhIbmu560ekYFLubTg1UOxd91TPi7LQRP2rpwyU6O4NI\nXiRPCgX6tDWfOYgC0BeonSUKqdcN/3yHfE7sCk4eqNK7xRIw779iPd4O/MbS\nr8Yb9sK2LTdtXnCvAdQuwyag0CSEQ2nGi0Udxe5wji+DUFeLraiSyN8MEhhj\nq6A7sG8y75DIdgDFOKf+3+fwAiCjfi5sNZr+4/Hd9ZGFAIjsv6tyP3dQwa2W\nT0K6kRIdJRHP27SEEv5V8a9sidWd1QM7yl314FesAw7ZhLBsjcRJs1cw1pWn\ny2bfFRA74dyiI1H5AOlu+6rR3BrJoZDsj+5YfuIO1gF/su46Nu2bnmLH11F5\nhHZGvRUNg2mygGTvfYaoIEHvpjGfUchouUflqF9KLh74NBUCuhJY5ZGskWc6\nsheI6mvwCwgEVoAUSV91lKCllxtLvl9pQDl8SLW7XagHEs1Sk054yMBizuWq\nU5n9\r\n=ugGi\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDa+hsydAkbPsRJkcHh4DjbLb9j7s1pQIVmxkndhM5T2AiEAhIQ3+LEXSb+IOnZ+lIv3iUjWSRm4ruLnmHGJz+Jq3uQ="}]}},"0.20.2":{"name":"@node-red/runtime","version":"0.20.2","dependencies":{"@node-red/registry":"0.20.2","@node-red/util":"0.20.2","clone":"2.1.2","express":"4.16.4","fs-extra":"7.0.1","json-stringify-safe":"5.0.1","when":"3.7.8"},"dist":{"integrity":"sha512-YWYsFg1pF1uHjow3NHjXXx+UmMnBTVAy5+SUFy50OJpLtDP6WBVhylQJ5ES8gDy5aC5iVrwvfe5GfnT4vTSvXw==","shasum":"ebf7f5827b16c01306330d7f8cc90cfc81da220c","tarball":"https://registry.npmjs.org/@node-red/runtime/-/runtime-0.20.2.tgz","fileCount":47,"unpackedSize":438874,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJci/h6CRA9TVsSAnZWagAAsZIP/1CYfB7gKxHPT46F/GgC\nNjp7TFU8BszQptQ9J4LHRmFCA1K9WfsWqloWIGYbtL4eBfklu4oevQTE0bTn\nfX4fHtHL/OJ2POvmb1/JVMQi02taqgR43B6o6FZ1CGSUcMKHi4/jzNWpev1a\n1tH5JSuBscuZCIsOyC8LGE1ooxZIjyjwY3xiJYhVlzXVxijEutt/Xf09UuBs\nzzeLrETdi48IRp3k9Jnq7DgtHsasDkhLPA8kJ4WF6z/4sce+1IYrVCxeyYtE\nbO1i+UrO0o6mzSwPr20RERluV+AXy2VkWLWx/XCbbLfKonaxeUk01pKaEIT8\noig0L9O18GPbVTZBdXmaYa6gmMxMhrpSFEW/vYDx19cw06FjQdtqqWXXbhQ+\nYnIVudEuX+Ad0+ckPbQGgd3qDVOz6yDbNDNZAcGB/8Iu0PGlWFzFV1zEoEZ0\n5A4S8XdDLIAT3c2m5Ljij2prYg0907S6e5R+ygIkzZYoQBTR3ScqCvuPVLv0\nZ8hxQ5MV8Xd5CXy5AjkRxIjsei36lTrUls5hbMlmIEclh5GkpDcKRu6FjEmK\nKKRu6UXqac9GqPBk2Uy2ZhvF41XpGbGZngTWOmM8kwo/1Ny9Rq3RKvUKJB5M\nYb79ClGXP8bSYJqxAADoLULN1O+dh9dRJNRZjavM8vU+NM1Gaa/4TLdiaPE+\ntmcb\r\n=Xv0L\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC6sQOZhSyHeVOme//8kfi751YOnVOu+Jc3EbZyQcLPpQIhALYtYgeMGd2uJh6LxP/JG3YZAyl8ozhIOnXWOLRfQMwI"}]}},"0.20.3":{"name":"@node-red/runtime","version":"0.20.3","dependencies":{"@node-red/registry":"0.20.3","@node-red/util":"0.20.3","clone":"2.1.2","express":"4.16.4","fs-extra":"7.0.1","json-stringify-safe":"5.0.1","when":"3.7.8"},"dist":{"integrity":"sha512-eIVf5VonAHGf9MI4XBdRlNUIbgy4WJsHZWjEYYZ5AdqV5+mv9R4nXoeZLWHHWcHXmoQrWuW+1EEITss9z90W4w==","shasum":"ec4710d40d9654f9221a4d2fcf21a8758ff3d042","tarball":"https://registry.npmjs.org/@node-red/runtime/-/runtime-0.20.3.tgz","fileCount":47,"unpackedSize":440412,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcklzUCRA9TVsSAnZWagAAu+oP/jTa3nWvtsxAn/rqcGps\nKRmmScwvrzlmRzzV5JqmNkogjMT4BmmTUQbgkdoxwqg6tE9K7Hh6lD7Vd07X\nDsDDA6YDb1YheD8FV0zhNccx4ju79uJTf0yjoddcT3Y5/9EmrWjuLFwGgIfM\n7ErcuVn4M7eZ3gLCXIwCX12gpl3i7gbUTnbSqPZKZJxpe7gofuoUEuVhwl0I\niU2YDsfJNY8s63YeDc3JAWKLkGaVwfLli0A/MDZKY9cNUJNTCR6v5ptZQ6lK\nZ+NSDdlzt4mjXouXNaLX2Yfb1EnJyblwctA9zXBNkLib2UqMKLtFFQSuX6kf\nXCwYG2t0owCXEZ0bKDiBEXmL+lfepLK9gkzTpBe22Ad3sTOTOMv36BGlZrLK\nY3pXRQo6WM0GkbLjBrTIwM67iE4vQooJwA4RQt6DrfZnJy9/QwPyDgJhZnqs\nEdbhKwkzrmO4PWai7f09uCptbyAAljHy1VIDyDDlf4JAqjheOSpIndegfUlW\nwoCVjALoB/IRM7Zr8Ab1/FlM2Mfg2zPngFPsuCibD56+unYcAT/Nz0k+UNon\ncz8Jr1PQjBkSARM8NqY43r+i1Svm03CPVkSYUzVnVnRPpsplqF+u/R3R7bL8\nJspAeKDrhLTQCcVlPLbgL4AUv10qi1jTM3DFr3By0UgviC3Va+blHGGBcFQp\ngYmy\r\n=QGdR\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGYWmTq9k5CnC0BF4voG+aYpphepD5btKYyka1wZjSodAiEA8mLnKLZEPjJ9cWCjaef5Enk6KAXRSsTd6USEB7eNHyo="}]}},"0.20.4":{"name":"@node-red/runtime","version":"0.20.4","dependencies":{"@node-red/registry":"0.20.4","@node-red/util":"0.20.4","clone":"2.1.2","express":"4.16.4","fs-extra":"7.0.1","json-stringify-safe":"5.0.1","when":"3.7.8"},"dist":{"integrity":"sha512-dj+RrR65wB9+wFYdSBES7eGxUElZlpTVyuMmYLu+1o5M2fs08xAZga0Sg4jtmae0PWGMyCwsVv4+duSdyCKlXw==","shasum":"48d36890ea8fc2153f6983677fae8c5b11185bd1","tarball":"https://registry.npmjs.org/@node-red/runtime/-/runtime-0.20.4.tgz","fileCount":47,"unpackedSize":440683,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcpx7dCRA9TVsSAnZWagAAcmgQAKBcg7azonC4h7lmLtku\nQd7SjVqPA4x/ccRdiisv3Evzj8HTeXkHfJFQA8JRS+fLjDFFhVzQv/Dm3LIR\nMteEEri0zC1q1zspUFQXNOwGh2HsBxm3rHOwQ5HA5Z0S6toSPWIEfBpwhTTC\nhCl9hCxuns/IONtqtvofOthpojFG3C80HqbDvfa/BRan3+RD1hSPRlOY4bd1\nljHkStDoRqQEPBFR2RAYJ9BkZcSBTGNb/P7uMhx42J8dcb0iZZlTIQ8/FOWC\n2Dnv16S8JlwWNbjcQh3pdMn8g9iCVvKUFje4dg2qhp5K5TIDRJFTgpU8w79C\npqeFmljicv3qanpfseZK6GWsL86tCGSwfTCXu+9zJ/nxTvLDvrgkxQGqeDjI\nuvU+82bEDleP+WKaDVedthwJBqGA++JO8Pmjjp6eLie+bSEUYijFnxpJF0Do\nL9+1NFeXoprQfNWFsaS9UaomrnRlpHl4zktXQ7hsbC1nDv6a5ZJdKd6e4lau\nZ43huxW+FOOZ8noKKLx/lut6MATCmuVeibaC5i+6sSHKeVcK0mm7umB04q3k\noza+vJMY1KtBzowGT26qQhxHJ4ZFWh8G9E1toTKzoVl8eg/QO3Zl3pkgiuWB\nt8a02Mt/cyny5Cdn8xLynU23Q22ERm3H6aJUgXtAMd1TKJc47LNZRMHWq5mF\np7hg\r\n=v1cQ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC69iWd9bUkSvEmsOjNt98e1eTDddlg0H3dMr335cyfFwIhAPrXUpBRx5lgzmCWaaGRNr+FO3KSl75ot60CCafvs5zA"}]}},"0.20.5":{"name":"@node-red/runtime","version":"0.20.5","dependencies":{"@node-red/registry":"0.20.5","@node-red/util":"0.20.5","clone":"2.1.2","express":"4.16.4","fs-extra":"7.0.1","json-stringify-safe":"5.0.1","when":"3.7.8"},"dist":{"integrity":"sha512-pUMRfeO8K1fDFYagAZfE4jzdnQqJdjYl4efKOP9CblLE3VFKn58xs+r1TsdaXZoUkuspllGNEkTXtOqqJw9bzw==","shasum":"c6cbb8d0ce1c6825610bb51384b1007bb10a0319","tarball":"https://registry.npmjs.org/@node-red/runtime/-/runtime-0.20.5.tgz","fileCount":47,"unpackedSize":440683,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcp06vCRA9TVsSAnZWagAAaNQP/3w4hOCEejunOA2YrNxL\nyaY+rfVfhrd6gk39NErTdFMk25GE2uVWUs5PGUiUKCryjivXqPrrGJL0ZQPy\nzwOhjL9WugI6i+DLV5dmgOI536wyaXSokiuAh514gntedXg0ubQ5vfArhvPc\nVBSumql6KhAKbsHHhSzi87zoosopqzcMzgWJb+df9i8BHIIUmwh9FsNjKQav\n3Ml3NNYApMlFnug8fsdhQKJk8c1NoAN3KEpVpxvBpF5tQxy1wgAoIC1H2e1c\nmY58R18y6X7+iLsG2Ksdn4qYreaBdVBVG8kRMvl3GaJWL7I5grzpKdfgCSiY\nQppSrl+tNyN5HNrQPzYymcDUypq2OkkWnJVZjT1wk60UMSw5onbU19SWdrJ1\n5KG/8jwKrBfCcZLiSpx5zLuWCJXPRLA3IPbP03m9Kfg6waxdrEI4UsIt/lUO\npcYehGGEEQzwT7QdETCDthI12KuIzH71F+6z8Mt5qzv0idd3sxEDQUvxXVMm\nP32veHMcsqto2Ogqsp4fdVyNkqZ07Ci3cmehpT2RgSVBWEPdjWVC90NpGcww\npCY92WnSBG9IWZJ8aJRzW0lmwotfUb9lbjpaiZ4ppkM8a24JZSejRw6TwraK\ncGMbjgb1u6K6S1mEWNx3CZXLQ9yJZkIeRBgxS3eMF/t33CRkZfyCCRuZXX4U\n5A5l\r\n=JnBr\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHQq6T2RR3imRE59Uy49FCYhevWFK60Hw0q0LraKwQwlAiEArkbM6lAf/WDHs+vkE7qrQrdIvxGWEYsaMa2hLO+fegE="}]}},"1.0.0-beta.1":{"name":"@node-red/runtime","version":"1.0.0-beta.1","dependencies":{"@node-red/registry":"1.0.0-beta.1","@node-red/util":"1.0.0-beta.1","clone":"2.1.2","express":"4.17.0","fs-extra":"8.0.1","json-stringify-safe":"5.0.1","when":"3.7.8"},"dist":{"integrity":"sha512-Z7Q/08zPac4DeOM6bTHN9p9yvqyOVaY5teUh5HRlg839WLts3fdEE7V4XJj/rZOhJNaPvyRCtR0si2uUn9xOkw==","shasum":"31d11a1bbb0ef0dbaff527cd9c9ddb663fdf59b5","tarball":"https://registry.npmjs.org/@node-red/runtime/-/runtime-1.0.0-beta.1.tgz","fileCount":49,"unpackedSize":443407,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc58GeCRA9TVsSAnZWagAAvxoP/1/EmIDLi+3kXP0AU4Yc\nWJ3m/qcjVR7YaXaAQKdd9jhnMG1OTAP8OHi2ctkNjA/Ah61X6F8zC5gW21YZ\nUAhE261jMN5kK84Hs2WAh/Ux/jD34/tVx/TrHrBn+5K2TLtx3mmeYJty0Eur\njhghr/g96uLd3LOitLtcyAMIm8aABnZil4XrIUgXMFrL666rZ6HIu/xewvJm\n0Au7/qMhZN5eskuiSpVMKCD16Hp/CsXJlF0hF/ISFyRoKylCn3oUJmgJgtOd\naOuiRsh14bCfvBE+VkP8a3/kLVsD4lXdtUzRftfZNueTHIiTIuRt0kA4cj6f\n7UFJM6v9PuIX1SG42BPMRc19FeDCrS6zVQZkvBxUz65hZTZVPEkIlS7ELd8q\nucEKDPWNL9mk2RRQhcTKxTieSScj6gqibOTFZd4ACVOi5VCVK3UfpR+vElEQ\nhsyVUe5xozhHy6H35WM+r0hs4oitauoYJ8vFJJwCiJmhQGpgADQu+aoVL/9Q\n0Fw3+UeTSSPSsPBCTq0/Rs8+yHZoUAaXnRbuaSVL68bKN8/5wMwNMROX9jVN\n3tWYYRedwrJnYcGY7Hpa4LE8XjmZrH5U9zA8V8XeiJPj64J9FlTd91iOV9fv\n8tpLkrQpvwG67SEI5Este6EKq+Yq4p9J6uLD473mOfGMO4Azxav8pUwekdyw\nWMqO\r\n=jbui\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGn4LHorVyBiosfAI6B0IV7FXQtRZem7ylCvWwn/jV5NAiAnbhlFerhS+Fn41iT224TPo0u28tpuqTRvOlk3o7UmBg=="}]}},"1.0.0-beta.2":{"name":"@node-red/runtime","version":"1.0.0-beta.2","dependencies":{"@node-red/registry":"1.0.0-beta.2","@node-red/util":"1.0.0-beta.2","clone":"2.1.2","express":"4.17.0","fs-extra":"8.0.1","json-stringify-safe":"5.0.1","when":"3.7.8"},"dist":{"integrity":"sha512-wRVeLfJwUzLEJvRVEGmICJQBlO0cljIEXLupMtwLepTS+nel22c2GLGvMMEd/27iPtTJBQyqeeIbt4iMbrMoLg==","shasum":"6aa308f0a1810aad2744fbc8c9c12aed73514e5d","tarball":"https://registry.npmjs.org/@node-red/runtime/-/runtime-1.0.0-beta.2.tgz","fileCount":49,"unpackedSize":443437,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc58nDCRA9TVsSAnZWagAANAIP/35dKPWmWxBWYmg7mi4a\n8ff8aHXgxgmact5ad5HrTslbJzgXCNi4nZOK7qr46Q1rLaBAQCnjy9jLZpKk\njtJ79fsFiGrJoZUPvBqu08+WXTrYcyf9BqG2xIeiCDH+7zBUR6asI7B7pbsH\nrYzW//HzKu7TvXmMgHaY6VRTPnyCQFqPJoW/CnX4B7z4AQv9h1xQHksm++6a\ny5FYIXGfq2zarIgw0bAkHYd1TMBq0BZ/bVN8AGb6QDak3sUcb/t1EQAPtRLJ\nCtTUlX7Krqfd/qepsgyNDAXHtQdQyOBMPUsupvp3XbYPBLzekMehFVbv0fiO\nU9+XikHphjfQ8mlDi1aY4Tye8rW0kfHZWDS9Xqjb0uF4Dv9C1WDZWEv9JgSQ\nOi9+urEKimPOdDZTPnWxR88TLc7kvdH69SvKCdyjgg98An9phRLgH2MQpP4k\nCPzOdIbnjMWO9ihAUvZ66qqg+EQm/m6fVzdueOHmKN/bnuRjTa95MJDaAnTQ\nTv3+OuCZ8/YgWCHAEZxMRC1xbc6Wntsg7yzPBHFOEZxuEGyf4Saeb+ZlCxFr\nAx4CtMDvLFB2W2cmL/xCLWWlUK759LQ4WgUvtgIODvq4fdB2qOqhZV2vj3PG\n1AW0xb115mzX7ybuk/Tux2mjeoiP6zPvs5pBkRkj3UyLgPXLjvxUZj3sxDSF\nLRJl\r\n=SKVj\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC+rgYDukaErL9WBXtaW2h1HYdsVSZJGZWW1oD01sHHyQIhALvng2uuHLQv0uvoQ7DF8SDbyZL4vhNyKqohr78hGBCQ"}]}},"0.20.6":{"name":"@node-red/runtime","version":"0.20.6","dependencies":{"@node-red/registry":"0.20.6","@node-red/util":"0.20.6","clone":"2.1.2","express":"4.17.1","fs-extra":"8.0.1","json-stringify-safe":"5.0.1","when":"3.7.8"},"dist":{"integrity":"sha512-NAAuttS3FZ7XmE+WPu9lDeHyXEORRgr8X3hpj0L1U7rSzzHK5g3MG/wDLonZgcCRfB843FQmdiAe7jXGxCAHfg==","shasum":"8b1016397097b777ecf58b26631f4605d8dffd68","tarball":"https://registry.npmjs.org/@node-red/runtime/-/runtime-0.20.6.tgz","fileCount":47,"unpackedSize":440765,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdDM2vCRA9TVsSAnZWagAAQkYP/12qCf89OQnNmcxwyAJw\nYNNgLx3B43tjXhO7YSX8EEDuhIFqXLMEIM2wiQo/V70nR/C28uGxUNcPcJZr\nogmMn2bn3BRecIyrP9pTD1z7x7rhZrMzARs3rkuRfPJhunChC7M4k9bNPsK/\nu2b0lBtuV3D6D05PJ3EHRCDo1cRoxXTkN0nNazjBuftK1JW3apU/jNeVXNOJ\nf0SWEf/rTkDwjPv/p09H2pIJgDH9SjfTDQpDa46sRfqBnDXvYvHHfT6+rrHR\nb+nuRh+IZmIlLA0nn7T30PpxYuX5UtVwYBQ/R7bsLd/LnjpvDy4RZQoZLHof\n8zZ+Q4q/ALdBPx3fleFJjPjVmoWHjI5+5chWKRJXPbCVX71HfrjsQ0oS8eq0\nvUZ31K5JI1ytcR5Nxk1wZpEX5PFl/8BdUSnMOh8LEuqKvofIUxvKQl6t1sXF\n0pTb0ovluqkormxL4DtjQQcfMk30ZAGQbZW7/PuOwJBEfS2FCRZUYyHFLfKl\n046dsQrTTk8TdXZYoyP8PwBwP1Qt9mVCL4BaQ1R6U6gqSIK1F837bg/jvWKw\n8rwn0yemcY/IeeU7nWnvIUG8nqbzQoyZ3wv3ChnvWuPA2XlFkZH0mQ0gPuIP\n8+Y3wIO/Lp26bAuXHY/xCwcvzm49s3QRel9wcHFlGuqMMZeIhu0Gg1DCBj7v\n41y9\r\n=rLLU\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIH9p0JD9EkKdCPdEN4oFiLoi/XGD6mTKOT/tBGleRoMxAiBv7K1bKhIilNTZI2t28kiiHEfMAnyY6HVbnmE0nS016Q=="}]}},"0.20.7":{"name":"@node-red/runtime","version":"0.20.7","dependencies":{"@node-red/registry":"0.20.7","@node-red/util":"0.20.7","clone":"2.1.2","express":"4.17.1","fs-extra":"8.1.0","json-stringify-safe":"5.0.1","when":"3.7.8"},"dist":{"integrity":"sha512-q5VNbwPJfSlBMvY4M31Q0EFvCbM85r28lFBQVqY6Qqqh7QgxFKzJWGfkvqg9GBjUo+Wx1QfdMYJxBZlTmYMARg==","shasum":"2726ff9a316689ae135d6a88dbc2551230edf0eb","tarball":"https://registry.npmjs.org/@node-red/runtime/-/runtime-0.20.7.tgz","fileCount":47,"unpackedSize":440761,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdHyrMCRA9TVsSAnZWagAAV7cP/1AH9X5YwmxmS95MMxIQ\nClVcoaf5xxBWhJggv5e1AXCPj3/++x0et0ldUbauw/mUvCFX5CqAnrxfJLWl\nnlG9ANYVaPT27aghJx8WSuF6YeSVeevfS8bflL46IaCBAYX/NxyWuTnlqNcC\nJxMgZvorL5fEHbjWSmNOr06lV0maCLEm2ILauOUTQsv0SqeBLLdURd9v5lK1\nnKxMjCK/XQAs+h/kyQvVgPQHw6z0tQ7mD6BIqgEqv7E2UpDPzh0dkp47nlUM\nAHMoEyeDVyseYHUWIuNkx1/JQJBJNm+n/fTvkPRvkPB1vfRz83AJk6rakwgE\n+R74AUhrmuj8azxrbg7z7KWiCOYiynywLZ07VwgyIDjWYNrrk5t38qS3i4X3\nz0VrAyQoX+OuJPe4vk2LTIbAidMuEitREpHq3lEDYPVavJDwEHWXYqTmm4HX\nFDJgPLaC4AYSkmXQg8zD+JINv7VmL+eA7EXdQEnoiS1eBYzRTEIhMOx4n3gw\nUL/WTaIdq6eLqK4e4483hm8lnjNlaQUoNYlNKkVNkJRimLrU0z4Ih2M5qwR5\n8UzsMUfOoRh1kEfX6WbeEhDA8dxUolCpXIYIQw08wHMllMDJJJTRmIPkBZg/\nAdg2v/EU3nZycQLeQRETtw2NfWVwsWEmJgWXSVHL1K96clwBXi7zs75JguYe\nvZTv\r\n=pqJo\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICW4vunMexg2+BSly6H1dvOyZisovuBn99Q5qeSV7e9dAiAKBZ6knfs1v9PJcZyzxt7bHZJv2feQhG1pUtsV/xFJoA=="}]}},"1.0.0-beta.3":{"name":"@node-red/runtime","version":"1.0.0-beta.3","dependencies":{"@node-red/registry":"1.0.0-beta.3","@node-red/util":"1.0.0-beta.3","clone":"2.1.2","express":"4.17.1","fs-extra":"8.1.0","json-stringify-safe":"5.0.1","when":"3.7.8"},"dist":{"integrity":"sha512-Xd4xOzm07ba+5DjplUevt/7fcbKrollxt4o1fdFQ/WGogKUr1MUhnFf7/W14Y2hwCJYxU5A3uYZS9Ow5fZhB6g==","shasum":"99e50e9f131220032935360402773fae31f4d3ec","tarball":"https://registry.npmjs.org/@node-red/runtime/-/runtime-1.0.0-beta.3.tgz","fileCount":49,"unpackedSize":461032,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdXoZsCRA9TVsSAnZWagAAr5YQAJv2mEAaxSYZIrlc33hU\n5BGPkz766Y56rAtwNnrAjKTAM3WJZ23JQwxMOG2UQrULoA/8BrWkNedxAnyJ\nrJBYL00MtREEahgIP2mm20Ro8oClnpI70IVwOg84MpQugqY7cX0DJ1sKDVzC\nC+/AuQzdmmZwIzPer9HHfArCLiRInE/G2PJZSBlFqwU0T2TyRi+FaOKKVIWc\nk6w54Vkgbc+gIHKu93MDkD2EnjmOHIMibktK48kkAjuoDRA37CEY12zbTYnn\nBDc0yILpXUX8bbEknVakh1G4lAHhd2EWhW/8rKrVzg16Lvl1IjvW8yQaGuVe\n+jzGlu3WItGO0OIU5nU7z80rjSNVSiFD78GV1Xt1FpAIz3HQHDuRPtNFKIL5\nAgITbYCiEr+HtckbOAtTjKN6m4wfM/sR3z2D2Q/hcVtPygRXv20ECFnVMjLy\nHI5aAOP6a88LNR2fbSGFIVrG3IdfD8Z/zKoXicyGP3h1087mmrk/yy9tFWqR\nDfG2LUquD9BmNA2LE1ngwWWVua2OpLCRzgStNMi05V1UdXdfM3dET1ykZyIj\nGlgvrUQ7ptwk8koWXmLZPt/l7R1P/VJa+UdVSKV3il0hw/U92Aijmx+xHnQG\nSvl2HNXK/GNTc0XJOvP40x+EtPcAJ+/ZEgxb3XDP3WaqT1IoSvjuz685z2iA\no6ZI\r\n=dgQQ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCaEigpj16QsO5Vkfnq3HYd+tuzCKy0C3Os3yMarXo2iAIhAILATqpyVlISo7eFP4VTkxcU4ORpdgx8L5dqP0JPzvnG"}]}},"0.20.8":{"name":"@node-red/runtime","version":"0.20.8","dependencies":{"@node-red/registry":"0.20.8","@node-red/util":"0.20.8","clone":"2.1.2","express":"4.17.1","fs-extra":"8.1.0","json-stringify-safe":"5.0.1","when":"3.7.8"},"dist":{"integrity":"sha512-R7X3E8VXGlzXbYd0hTqhgU8rzyc2uNXDb3u37C3rduCViotcKWrQho4n/UdQS4H+T1Bu0H6Zoo+1EGAsQ92nGA==","shasum":"fa2b77669c410a5bd319f9d90f7f3c1304b72ad7","tarball":"https://registry.npmjs.org/@node-red/runtime/-/runtime-0.20.8.tgz","fileCount":47,"unpackedSize":440957,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdcifQCRA9TVsSAnZWagAA8hsP/37OfCVCk9kM6nHpScCY\nXoTBI1dvwWjvcWzl1iWFJJeTxCA86XMF0eGb1CrDe/eF3+Be8q9UGwVMdJWv\nhHRiTeOJcaxhezdMiy/tM0IY6K5PnwdmuOdVBMKuzAEcDJnCFc2C+liBk+eG\nkhFanaJBGLjBGgABRQxgmZ+i8uZVgfQFwZQBja1KLD8Bv65xcRseumm+jvKa\n0/4E7E5AWFWp4MgCyWK++JYJZVnfn6n7uzRk7QCVQTUn9WE3/G5bVbKCS3+M\npI1m3U7U32fZhvPHIzGPVKp9Y/MC8D/3fJxhUCdC46aunn8SKceXAF4d7APN\ndjYxtIKQjK5GRITiRGghdVVvXPEVCK8pCOnn5AaibxytvQGXTkD05IimADdv\nFAuPKwQkFb4JN4xabsiCI6Wpizg3JquSaFwO5Dkp7kB/Br3Q5ESnI8Zolr7w\nTyHCEIwX0nY6P7olztWbDN5jVuynEe2c/W+APQqDDRkhKdS5NU8bX8XoWw9R\nnccyyHhf8fkC6trZapl9DOQNW9o83B4T68DCHSMfBTEd8FWWG1UbtOtG1BOR\nvtnIPqT589K+vR4xf35QHGzv+hgD4wz8HGNGZHVzqFHX016LKg/c3NOUJGj6\nVjCtzpTqqniOoIvNsUvULrv+nd0bVD9gIdIT5PVCS2S/JR2aY+X9SPDmlIAr\nPJYx\r\n=Ulmg\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCtZ4Tbt4nXJXvfD0+kbBTUDQfRlryBkzODoxYHr9xLUQIhANOwWYQ0vDv/qQ92Q52IIweMjxdo2HGE7XgLCymSGk2H"}]}},"1.0.0-beta.4":{"name":"@node-red/runtime","version":"1.0.0-beta.4","dependencies":{"@node-red/registry":"1.0.0-beta.4","@node-red/util":"1.0.0-beta.4","clone":"2.1.2","express":"4.17.1","fs-extra":"8.1.0","json-stringify-safe":"5.0.1","when":"3.7.8"},"dist":{"integrity":"sha512-w51wo5XYTeJMLQzhwa0NomjU9vQIIALfsH3oN8errhqhod4ljLnIlJXr+iExSlfGzfwK4svpC3Ib0c4RAxwqYg==","shasum":"53cbfbb9b26e951f49b8fdc1bc2541b13f3d7dd1","tarball":"https://registry.npmjs.org/@node-red/runtime/-/runtime-1.0.0-beta.4.tgz","fileCount":49,"unpackedSize":461032,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdf53fCRA9TVsSAnZWagAAwb4P/0tVx7k+LnH3Mi94icYF\nouEzn4scUwbhmG/V2IcJRxLU1TKGh7HLALHGGYFEfM1EqaOIAqdmAMxPg89W\nuTM5gHKvY9UPSO4MtiGu7CeOTadGbMgtbxYUgokmqeJDlmtfjupfE8+jpxXj\nQ5cZhjPtKK6LtBOi176S/ZUKnecuNmwFXI/EeKIQTTmZ0Df6+0JwjCTULZaP\nxQkPUXESvPx25lPLsCLuhyun1ER10oQ1tXJ5EBWi57Kv5KDFZdHMAZ/DppDr\nJuUAuz08HTj23TdcSynYxiXHjCeRAf/eDHaGS1JlTkeRvzC/yGB+YyOhh/WS\nrWUv7F/d27W4XinazdBWzl9Y4nPEKbrIF9CB+M+ZRruALpv2q0Tp0xRVylJC\nzYVl/uRLw42cJvVKXoHGVDZeJmVTouFqi/pv3M0v+gzATaPH5E3RIALdYwc0\n4I+2WhDA0C/h5r/HAKPuvwZ2Y8GN8lL7GN3+GBFlp8e9TIh+ziViRYg7wS4E\nqng34gWbKAhBL5hv5dVpYHbbEkqJSpEwiSpILZb5Or47GF1MmocuGWWFfwjm\ndwTKDggLo/nKYxr6iQvjfy5pRbBpgHdYnCmdbmsKkmUUOtAUZhAzNN4TOLz4\nDzVDmk3iiSqAtaVgygoCCP24OHnslZadVA3IHDqsT+mkOeQFoopsCrMmV//K\nz1Yl\r\n=sknY\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIE9fyGlkwIg8EHbCu5ik+XADjbKW26WoHifP+g2FWy7NAiEAq5c62LxBAhAr4uOblQqEWGCxjoL6yGXZlffB+jxCLu0="}]}},"1.0.0":{"name":"@node-red/runtime","version":"1.0.0","dependencies":{"@node-red/registry":"1.0.0","@node-red/util":"1.0.0","clone":"2.1.2","express":"4.17.1","fs-extra":"8.1.0","json-stringify-safe":"5.0.1","when":"3.7.8"},"dist":{"integrity":"sha512-4S1+sd2rRavsc0StqMAGD/5p4zQT2FHktqRBrKbCIS3ocAW/ytmJnUta0nGM1soarhWfjkjm78hqMTNV4eKfrQ==","shasum":"3b07bfce716f130274f33faf070d8f6f2e89736c","tarball":"https://registry.npmjs.org/@node-red/runtime/-/runtime-1.0.0.tgz","fileCount":49,"unpackedSize":461011,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdkfmDCRA9TVsSAnZWagAAOp4P/i5xQgegxTsB0zhW0/gu\nmgDOFGQHXFtV6JYSlA6ZFJYK8O253R07VPTN59A7MRYzuD+buExZ3CEZpCBW\nZrRBEjiSlJjhdYaiYKGTmzTvvRXd9LKhew2OTR7LnOMabPYhRMKnqWaLsZKF\n8mFo0bcsgKr4fTDvyOnCw1kb9KNTrUotAIDbrZL3j6C3ZeOm8LAL+7PaZOER\nvrai846I1jprFrb0tKNxJQpNyGnUajgYCCvGk/2XhIvO0nUKCZoPVVjbUbwS\nBJFz4cK2B2oydTDTjKTtK8cFhK1COkmNfKlz2IaTxCiW4gaJNoIJ85pWhM+j\ncE1nR20JF2gaDl3DjCE5xSx+f3cHvAUs9ZmoaEUHlHdgZHvn5/En4Z7PvEms\nvUocjUC+OjFaFnI6ac+Vh5hdjyAXFZmnYlSlpEqwGKwT2AdYg8cZY607FUPT\nKgKJjFjd4IsP+3PEEi1ib4R2K1GRpbgPbjU5niFdubkd1NzP9ojdhNcAKqtD\nszO8YN3xIImpM3x+XDsvJB8tcXldPV2xQp7cwCZWqG6PI/9fIi9LCD+ZtNNR\n2/gv78G+1c3RwqayK1HFViMsQr50qIJvIbU23BFLoxgToEYIu7ebye6iPyri\nWTYdYw24IjOrEP15b3Yb0Gt4sBK+NS1e3AuM7L3H3rK/PH6ccDvQKr47g+6U\nJbEd\r\n=NvbT\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCnpNKaNe3QOZ3AkjednbSjOdYuIWbYqWdJzoz+a52D0gIgOqWu3c3w2uD/uEBX/a4Ro1COeSBovCUiCPJBG2s7zqs="}]}},"1.0.1":{"name":"@node-red/runtime","version":"1.0.1","dependencies":{"@node-red/registry":"1.0.1","@node-red/util":"1.0.1","clone":"2.1.2","express":"4.17.1","fs-extra":"8.1.0","json-stringify-safe":"5.0.1","when":"3.7.8"},"dist":{"integrity":"sha512-u1iXjzakaFq1TgkWIjDJaq6dXZ9ys5jwm5HzsNvaI/qfPCIJ3eXD6RF5cMTfAB5JNpwsCJ8NLAujWKTw6dnsBA==","shasum":"9dd4ebf88b7ab7f29cd7776288a483d1ca290c9d","tarball":"https://registry.npmjs.org/@node-red/runtime/-/runtime-1.0.1.tgz","fileCount":49,"unpackedSize":461011,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdlx9MCRA9TVsSAnZWagAAFPwP/iD6AdppqhdydPp4Wmft\nnP8RhWyEDO9AoBmB2Ay9RmgruV3NV2Gd0hZrAruiI3n/dmK00H/ayygmahjX\nvmHY+QUci93SniEhfplwCf/GLUPKcp8dPrSSRI/K4svmVwjBOvzEeea8unUN\nc6o4BWyR9o0EfwZJzKbWtvczvhtVBpdddIVBk72UXlr3OJcud4N6iwt08SCB\nI4VTjwOBK9MWtQ0XtDEVzjniXbfameTaUfL0OsaoUCyNET2jv/c8EIr4sR+z\niz37t4ubQ378vXdMtr2JtuZ/bVl2e4b4kkqpZnKnLvrgHaNC6834NLojvWi5\n98g49XxAoAflFSUKDjlHbo+CklHB4A2R3tH3U/uiXYr62d2cw+M0lEo5mvl2\nCafk1AjGwZhhofs++52lR7ltalIvlzPx/6d1QDyx6lOpPXIhUk2HgQcAAtQ9\ninrwMwYY9jDpy0mGRBV78xyWy2zKl7lFeo9o8ICrPV16HknuiFTpS50FgRW0\nBrFhm/7HLtmne1iOhn7ogHZlyv5OALQ/o5eN+HovgeSLmYpwlPqjAqaVPyWq\niNAGDTc3PGp+yAcw0NK8qBtTzuRPHMpfiP8DwUMJSPwWuzKKcjiUMLRI5QwY\nwdGiYJqTNQ2UwCcPf352320AsKangl+HDJHKytJvBu9BwZj3Ot/1Xp93IsXC\n5DMl\r\n=SWlb\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGkI9Qcvl5hnwDb/UUhtdhDi5n3sKw+RyAKUbo1OucEMAiAuPxp3xZXFaWWNRJjehYXq6jV0cKNUfq4A7iOKkuWcSg=="}]}},"1.0.2":{"name":"@node-red/runtime","version":"1.0.2","dependencies":{"@node-red/registry":"1.0.2","@node-red/util":"1.0.2","clone":"2.1.2","express":"4.17.1","fs-extra":"8.1.0","json-stringify-safe":"5.0.1","when":"3.7.8"},"dist":{"integrity":"sha512-YMKu5HA4WWYdf2PinysONiEFkmoz+PHD4u9ormREBXPr4iCWmZ2+XqL4QRGAc/RA8FJQ8liCr2rLDUvAuSSVOQ==","shasum":"1746f7afb4d04bdff9f7eeea2e942482bdbf30e4","tarball":"https://registry.npmjs.org/@node-red/runtime/-/runtime-1.0.2.tgz","fileCount":49,"unpackedSize":461129,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdpILfCRA9TVsSAnZWagAANW4P/2nyM0f/79X7AiIQEK2x\nBEuGedqUQLZURdzm9puVmKWA0Q0YwKb6uz/3BFmu2KK2EaIGek0Bs8yAypSK\nOrqQNhZy9Y4VnzYQFujFKwiFE1d/9Ir0P+XjANObsfGcwduIxRtdbtUCJSlF\n3TyKUPKRyJHp1Udz+LfPGudr5EzKO2wKdDAGP8HyBcBClTTdmP49jbkGCB4b\nxVKT7JCBSekLDRmDQ7ftKBngTFvWYCh+nEJjNAb36St2LLv8asz8L+e0MRXK\ncIdOTUHJYZeb8MsRZUFR3pOMjejx8RVfxwSWgY+Zzw+ib0/jW3uzunnrKPid\n/Th9oaj/LWpyCyW/8+YRqN/M+vDx97YKl2wteT35VbOPIqvwlsLmFChsKSyF\nofVX0zf2JkU9Jh0GILdon7isQwSPaMHe69//BTFU6UpLAiUqu+afJQat0/1z\n8/6ZBC1pfNjCUSD+LzY7lBmYZhMq0gabfQkKZ1yJc0UrWR0wlNPcV5ZxUQqI\n8kh9U545W6Di6bqNO/IGqumb1ocFMjXJP6fo6mSSmJZHBy2L0+iLOYCT0nhk\n1lE38Kn5KWGk/DS4YhCOAfXV4/P2iv/jDdyATLRrJNqtcG+4W3vtwekscWVv\nS5BvB5pBcyhFQazZ+TqMTrZh7TiHbg2TlZaGuZv220Rv4D7EqNVW8ZJ2ngeJ\nw5XF\r\n=uY6G\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCJBniGTPnQnfRq6TicaeaOXkVFAKcMyTDICxJee3ex9gIgCLcQXOpyRt56TROhlpZ6ZMK48TveUs3wvD10VFgJb2U="}]}},"1.0.3":{"name":"@node-red/runtime","version":"1.0.3","dependencies":{"@node-red/registry":"1.0.3","@node-red/util":"1.0.3","clone":"2.1.2","express":"4.17.1","fs-extra":"8.1.0","json-stringify-safe":"5.0.1","when":"3.7.8"},"dist":{"integrity":"sha512-wpFbylDo6ekIY48CptoYq5q55Ota4CjbvIaE7XNX/jF0D3YakzxLsAe0z7RGXI6NiFVfhmnhzWK6fIEFlm6ZRA==","shasum":"cc05a8b043af021779c0324117c3a8198f3c7027","tarball":"https://registry.npmjs.org/@node-red/runtime/-/runtime-1.0.3.tgz","fileCount":49,"unpackedSize":461714,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd1vBLCRA9TVsSAnZWagAA0uEP/iX3ueuiMc5kQN3uc4v/\n7j22OrKazHeU91mjsDGHoOMggIzzzvNupd3mos4yRSKrbWP3K9PjXO61Y+6y\n8BOcNs/X4SCHKJpU9IQ/B7aIL+zWLw4Mx97wlXLaMD/co7iSwLCyi0V1D7fq\neTsdJxTxjX80dX/gfo6JnQk4q+HhK7myKMoP0MV8r9ruSzmL5l6FkcPjjQmv\n5098xZvcJrmDTYTcVLuwrC4tkDSU71WOEssu4Bd55qwweUXIuM14oLZbfVHS\nUBkDBQbwvGsNwuj5Sthg5PfANVt+uZyTYwUfIk6ztw42J7rCw9YwJy8QJ2Ht\ndiWxYs5YgTMGtTmewpJ4tdM4iQKFZpcIc4PsN28UqKE6WQ2U6zRWUTDYsbLO\nVLFjdCTsJKU+a9m1IqdyDSV8o9FIA8OiD23HI9zSifILxkxinsUXKPyQGfL4\n+G90VihGX1gJ2LIKz+F2vL2T7PTlF0cwY+q0khkb9S9IMQD4l6N4EooHhRwM\nOgcfBxJcF0CnECACGbFHe/6EDu6AiEGbKkSAEf8dOMrHimrM1lQxS8bEq2Y9\nWCW3rR5V3dPUwiSL+G3xx8oRcrtsbuTJ1r9tAA8KD2ycgU77CWMY4pPsF9Ar\n7pcmgPMCFi1xlexiLeDZs7xtrK01S5ZNeatUUJoE3OEYLL4HpzW9l8zWoRao\nmtXI\r\n=1twC\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHJbPDZDEKr05mPE8yf4ho8SWI7Yj8MueuNmIB2h/jYhAiB7Q+ejibHYmsUa9wZj0Z6WW9b+4QYVWps3H51Ibf46dw=="}]}},"1.0.4":{"name":"@node-red/runtime","version":"1.0.4","dependencies":{"@node-red/registry":"1.0.4","@node-red/util":"1.0.4","clone":"2.1.2","express":"4.17.1","fs-extra":"8.1.0","json-stringify-safe":"5.0.1","when":"3.7.8"},"dist":{"integrity":"sha512-cbi5hd+LPERQpo0BuHYf67YPY+Z3hu+tDmRkEFfvDEgTz6qgiXg6FteMcWNx9a1dpt+30HuNhVPFAE8oa+L/Ug==","shasum":"182ea0f23edf4c7f8e63bc9e7ed847906e3c4c32","tarball":"https://registry.npmjs.org/@node-red/runtime/-/runtime-1.0.4.tgz","fileCount":51,"unpackedSize":480381,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeV9sDCRA9TVsSAnZWagAACX0P/1zENarz1bOgdCeiakLR\napZob5giAnJAp4x1G2THhAXndg9uQiqR7yKR6xlg62oQbrCIn5zidp5Z5uUF\ndOb8cCW2/yl3ERrkgLsz4dPiapFe1envo4gWty9SYLFeCRVD5QsqqqD9eZGp\nSr2ObSh1JHasmGFxOiWvZ8tgcXxb9Nr1T6bUi+couSAVCCWDt1WDQWXJixH1\n+1iTEQ9MTCTsDNeOmvomA06odgVnUiGAKO4Lq+T57717+EdcTg87yFt7q0uP\n2AFIlUb0fvNbaa3piprWrkbNniWtqiFBx1ozUaHCH6Q2UWd5Du+BUtjXr5JE\nzNhsLPOwlToTadJ/Pkwa29X8YtKPnl3P+Yl5Hloov+EKQ3p7x05KS5KrMozK\nvCWvAsrDB3N2im0/s50l9g+w6OSQ7Bzestm0+npc9WVTzMy9dnjnd2MOwhb2\n0mjB0eZDPaPuG6iVJ8HleUodW7LbvrOFSoyi988sHLqTryIhoxwuRyCuOUS1\n230+Be7zuZz9qs4XmedRHU5OuaZ/SU1Ou/IMuFcSAWH4+pZNW6o5fqiPM4/Y\nU4DzkvNLmJRl3IBPWxsk0Lw+A2saeJJhlqY/YRk1ibg6neQ8gXsKkrvmR6Oh\nwhzXLwQOC1DIDXLUu8G0o16+Fi1LFL0ko72I7h17FLkINCAmyTJ9GTDnyVZz\neqKd\r\n=6Ezt\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDU9UZUrli0XQ/tBGUk+3LLa/NvvyJdTOkVMqThqy20ggIgFxvO66cy++0yB4Ct4dGfmtroaxMjOcsgr24X4/wPc1M="}]}},"1.0.5":{"name":"@node-red/runtime","version":"1.0.5","dependencies":{"@node-red/registry":"1.0.5","@node-red/util":"1.0.5","clone":"2.1.2","express":"4.17.1","fs-extra":"8.1.0","json-stringify-safe":"5.0.1","when":"3.7.8"},"dist":{"integrity":"sha512-NWpRW9j2DGBU85zihjXz7fDj8RfwFmBmoMvzJ3XsbXJNFjK78loKqrLgzPscSECVZh/ouXRCQ7tQThzdGUYE9A==","shasum":"a397050c9e4b97c4eccff3253b2eddff3ccec3de","tarball":"https://registry.npmjs.org/@node-red/runtime/-/runtime-1.0.5.tgz","fileCount":51,"unpackedSize":483841,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJejyEuCRA9TVsSAnZWagAANMYP/RYWyVPjaPIqi5C8Ajwu\nestECnS/gngCungMxLKumol7jIa3FCQ4a9Mm06K5L+kQWooN0M9o6NhBcPUt\nX60FIBJPSb46JagAG2iESp2+LTkSgvHMjrO8FjdS2pvS2dJKqMpvP5t5rHWB\n6U+ifjOkAmEt0qz5I0FIFnHhSoCq4tE6POxP9Hk13kCDC7V1sAlX/JQy9gwH\nXFpE0czvpfX2Cp1ClVxzD2Nq8BALd3NgjqR7YEV8Yd93/t6XUdUaY5Rlntcp\nvzinKgT78rNsPfcHx6iDa2YywzpA0tkHW3Kfgm121YG1HrMz6Rwg2W9yylJP\nlUyKBx19HxdDDRmtqN7q72jplVWWDNUV/IJMfo4cxEDlxh7rFo0xObvZPha+\nz+WFXENQtVYNAbGDkKWSPPiruBPvKamvE/uZRkfRgyf2QA/wngMnIIa8N8pd\n7Xpcjpak4kSbWSCWXzVs83+1xCCo2mTBJtIDn3wORP1tEoDqI074q554Ea9P\nScQC/vDXmGmcd94ML22kPoYesOkhMj5l6/pxm7l6xbdEJ4t7Hix+D5XgCpNZ\nSFoJl80GZ3L1IVYXBWraXCIENwCyLeH6yydFguoMi2HBqZYArpWfP8TZI9b4\n1fp+cgDVvwUXYNEyolQbWMfi0JMgjcF7HEmnTLXwfKbetgplfZw3ofdp+Qkk\n+EmC\r\n=cJWI\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDmNl+WGP5Vsv0sOyCd/rre8IPbmV7+iSVxr9y7o62iEQIhAJ5/JqBxzyu0rY4z00K5Y+gRiXUjo2k/xpIo3KD5e9Cy"}]}},"1.0.6":{"name":"@node-red/runtime","version":"1.0.6","dependencies":{"@node-red/registry":"1.0.6","@node-red/util":"1.0.6","clone":"2.1.2","express":"4.17.1","fs-extra":"8.1.0","json-stringify-safe":"5.0.1","when":"3.7.8"},"dist":{"integrity":"sha512-6eat9FZlIcydm0+VoUjlbxf9TyyLu0zTCWWANqGhu5Ab8o366WSOAxyIzJ5QL56FLQ+V6040YWmurBl+bGRGjg==","shasum":"0e9d4308accfc48d0d69ccbde4de366e0922f274","tarball":"https://registry.npmjs.org/@node-red/runtime/-/runtime-1.0.6.tgz","fileCount":51,"unpackedSize":483841,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeouLaCRA9TVsSAnZWagAA8GoQAIpo+YCEL7VyiKjD/3lS\nmTD2K4VkAqr7HYDkGLv0OblDHMKRrJp4CTimZZJP1qHJoC7i/MdFWpe+CeWL\nGz8GZ+jwrX1j6JsR53iygLj90goxrNV4BN6nu8UKWtA643gg0orb0zEN2gBx\nZvxIMWXy3VexnAVBd0Wv569i4C1B7Y7NMEK+6dtHGBiv8dZeEKevndvw+N5E\nVg42TUpV/A6nB4dJ/LVBKP7cT+idaLuMwSL4i8J+SsOHESbnaIwycVSZaV5i\nfyK3wVICcWtTgG6otJXVmMRI33M+jL5rRMGwUghDGTJ8CFPAKBQw0htpUSNf\nrqa4lNT7omowcnVU5IUE0o61q9mHFFMdpPORj3S6yiDMgj7Rh7mGocolP6z+\nxdj49qAJFq8f6qv1MiQk3L+fTQLqeY3oD1lefy8g0ew3v39bzKn7oB+cBK6t\nie5gfRmjMb5+ORan7rzidCqLlmahkGi+il2jpYC7nGm0lmmp2wrEp77vQWDF\niChhQwjk0+RC1w02UeK2CMGroATR6j8EE6PAp9QXjt0JgdyksG9Oa3l52mJY\ngDASoWLkUkr7LKBk9QhkiEWtl3ckqAD4TucBGxLFof2YPPCdz838T6DtJELp\noo3yyofmwf2W1XaJaaoTAdVGwPumRXetyZ97NwLBCFPNWmBK3DuimBn1iNkh\n4l4r\r\n=3fzQ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDK9zz0iAH6S0iJgmPAKVH5R3m/G6zjvMKXrfRAobGBZAiEAgKPKU9nYP6hEglbgFJ71+HZCzaCLeGrrp0sR8uG6vzM="}]}},"1.1.0-beta.1":{"name":"@node-red/runtime","version":"1.1.0-beta.1","dependencies":{"@node-red/registry":"1.1.0-beta.1","@node-red/util":"1.1.0-beta.1","clone":"2.1.2","express":"4.17.1","fs-extra":"8.1.0","json-stringify-safe":"5.0.1","when":"3.7.8"},"dist":{"integrity":"sha512-QqgEk36xGNOAXWVH5a3qcx1n5rDRC68LaGl3ncvPOmkUoZ8T+fTT8UFEmF4X6LM87wr00lW1FButzWMk2riC/w==","shasum":"e622eabb7c79c4e6bc67215911c7701a6d6779d3","tarball":"https://registry.npmjs.org/@node-red/runtime/-/runtime-1.1.0-beta.1.tgz","fileCount":51,"unpackedSize":487116,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe2M09CRA9TVsSAnZWagAAFoQQAJ/mIJdSA3NhRkf5gy2z\ngky7rJiAj7hNHr2dQXXsQXRz9aVMsZZ8OdaXQT2aPHaZaBJzqBDop3tCAzDf\nqxcQ6HOurTkO/2wDzHxIjKMofxkAp57qbuMYZSqkP39Ys8YcQ9m/NTac5wZe\nqtSmx3lfhz/lrMx4Upst/zfBqnOYFKqSXnMMpRjexWS6vIPF6YHm25mq98JT\nVbIWQvPO0YJhq8e1nHUp644WUSBcdielgarQlBz7fkab/f9JB+vPPfBxZNYl\nuZCnWTjtJ4kFJmuE1YxLVKiYisKz6H1hM4DUKmBcHbzum5V5jEWFO6wMwp2k\npQqNCVCbNMkQ4QGUOe7JVuneL39WVF1B+JQNudLF6yG52oBe2Ah7ZoAJfrfY\nruzYkkKTl4GxW1uO7dUOc+oonUVGFo/mhdGLH7l4focFrtoVwBtjqeIUjaCn\nLdzg02r3aTHnd4loPRqwFrJaFUCQwzjePxdixFCBnfskzxFlhIpyjoEopx3i\nfaQQFE0N8RG7IppswJ93GcifHkSkIZY3kuk5w/nKQ0WVd0OGhOCT16zlX+SY\n4Fun9LWADJIC+47bIFR8ufShNjG+0FTxSzqQw0LMhqc2SAjxhdFzPwy0E0y/\ne5dGuu4QFmmALB7YO+qCWPeEgx/ld8ZGjyYOWxGjr6P3wWIEgdta5rI8OozX\nDQ8m\r\n=H9Mx\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIA4DIkS/5thZ/TGUN7hAIBHiL5ewC/ghmOFCT/11r9mlAiEAucPbH3BC2NK3/YQc9DnBvY+O77igHR+mSFlQgSqF+sU="}]}},"1.1.0-beta.2":{"name":"@node-red/runtime","version":"1.1.0-beta.2","dependencies":{"@node-red/registry":"1.1.0-beta.2","@node-red/util":"1.1.0-beta.2","clone":"2.1.2","express":"4.17.1","fs-extra":"8.1.0","json-stringify-safe":"5.0.1","when":"3.7.8"},"dist":{"integrity":"sha512-c573o7ZtK3np3bG1pvMrFVfaR8N4f1/kOlpVOYp8rU+QkdRVYO380UpzCYe4KYlEX418lR8/sdPlSqZ+TzldAQ==","shasum":"9f193cd7edb815a82b3f4dbe4262f5746e8bf8c4","tarball":"https://registry.npmjs.org/@node-red/runtime/-/runtime-1.1.0-beta.2.tgz","fileCount":51,"unpackedSize":487617,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe6NcSCRA9TVsSAnZWagAAqOgP/3QOFVSKBYolmQyuS/Lh\neMLF3q3IlKgsY2ueCAzPV8JFrVG5+s9769+LMxKB1YjPc4GwFBGYbgxpyPPQ\nT1xJV5TrJ46Jcuq0Lccrfsuu4M0IV8k8KmDIsXtaFKNh7yn6/iGoDUvabJCs\nsjsd6EjyaSUIIakN4Yl2bHzxLfFZHp9PN6jiwjylOwYXSoj/R1hbgv2BFc/K\nsuR8Mq2y4ccVvehig+PgKdquaPDi08AebNqV8YfIKDbSzGxeQjVns8eboYUF\ncCxqBe+dGT+8iCF/wro4TTZYqGjpQHFiDIVx7Eo8y8PNGeVuuIC/xb/abid2\nsGqdzpy8FeLP2BjxcY+pCf1EMqM6ivG3UeKVnPGi7eDMpcriBnRLOQJYWOE+\nlWDtwHhp56jSdZWaZbPchJHLO5SQUkINYNpfRpP/Yzf8uxihvQ09aXGgtA0Q\n7LwLm2+5+FtHXYuBj3NNst5M3vyZ00V+phUJK2Gkqm0HApiYuSkVgQCYHZce\n3UOJbFd+CrGSmvWKZtGDgdyLI10iKkQKl1poechewjpI5vLm+ckO1er/lKHo\n6ubEvHuI6HbfsDxDe8pDGUuZEufjib4Ex3xgKSepcprI9dCx/ephZ6T4vy6s\nI4THnF/5zOMx06kOvxynTL6v91eV78MYqygbtW1LiQCS84XhDnFMBgtfEsBf\nDnHV\r\n=BzXW\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGuki6U1N8k34B/UAo/sk4+f32dxNN5vctPNHrvjPJfRAiBa4Asy+BexEgh76o8FaLE8UAnJ9EPPfKPYO0iy4MbI7Q=="}]}},"1.1.0-beta.3":{"name":"@node-red/runtime","version":"1.1.0-beta.3","dependencies":{"@node-red/registry":"1.1.0-beta.3","@node-red/util":"1.1.0-beta.3","clone":"2.1.2","express":"4.17.1","fs-extra":"8.1.0","json-stringify-safe":"5.0.1","when":"3.7.8"},"dist":{"integrity":"sha512-IBi7pGVHGHdcRl+PXbBysiyc0JF7kCivukgzh/pYAsZMTK6XTzkAsoAKcLgX30kTSuyST9pqZoDGpRsN3VyV2A==","shasum":"51430e01de6d413658a4e638e63e79ce23b9fc37","tarball":"https://registry.npmjs.org/@node-red/runtime/-/runtime-1.1.0-beta.3.tgz","fileCount":51,"unpackedSize":487617,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe6ei6CRA9TVsSAnZWagAAzq8QAJ/O++gDuDlTRbbjTOVn\nYwSkilPy2lqfptmgKkiBEKYuNIVK6zatKIFNsnvlW36o/XAklhTDQVDx2KZ0\nP8ZwY338hnGJOJDTlTu+g6nLu+L3dcoJOGth/4nxB3whxJH9hKoWRAmtVEkz\nqH2rSZfnKx09HW1qsHs8BHeseUYmVV+/9wwCbwFu2+/mlMtWgaIPYMOyyuFM\nCm4OvChYQSbGSNnbwelnaYEUYU39hqHMHq1MgmgJSPvEkDTaO8rLTK0Ql1bw\nhWJdGsmgVP3kFtwPt8UjIKMf/wI1So8kTqmjzULuYUgf/QmcUFjBz2mBznst\nnLy/QEbBlYM+rXffCFrPmfY8l+RQhl66h3YCvBZfReJh5zau9ATZjzPIromf\n090fSx/2Rf9db2Ci1ZM+soOlakASVIatRPfST0YnIuA4nbScptPRQStYe60Y\nTUZiCSQSQ1WFkSJFRwsdAdQDj5oPFxYEt1e4s6nCyudOscoXV2YPL4CR6Gba\npSf5Ofzn8l4vynzeatetnho0y1qz3mL51vvVhgm20oTTUMvAZxPDQTSxc0Jz\n+wp42GLEC2MsPsvOShVw3PLGBVzn3aEpWEBvnKbxMfKa8ZtfOSl7zsq76vQi\n0tov59PoSCoKi8AvW9AoA0bsw45K2J0TEhm63obrAvw4iaBXCnYWby0c/gUJ\neoBd\r\n=BO6f\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCfHoJWPQm2JYJC80q77tmRnyP6tKBVnab7J4N5cdxRlgIgHlwLuNwavAIt/veBKu268AHYVtqHVHtw8QskfdTmADQ="}]}},"1.1.0":{"name":"@node-red/runtime","version":"1.1.0","dependencies":{"@node-red/registry":"1.1.0","@node-red/util":"1.1.0","clone":"2.1.2","express":"4.17.1","fs-extra":"8.1.0","json-stringify-safe":"5.0.1","when":"3.7.8"},"dist":{"integrity":"sha512-eQ+tBHTM85N1Oe14UWe762dIEtAzfMtibgUoE/zIFDGNNoYjWS+og+vbu1xazGECDcw8EHOJ8WsKuqNet2L0iQ==","shasum":"c07f6387c6e22468da2290981b7d7d251d0b2339","tarball":"https://registry.npmjs.org/@node-red/runtime/-/runtime-1.1.0.tgz","fileCount":51,"unpackedSize":487596,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe+49wCRA9TVsSAnZWagAAScYP/1u5VY4LVn/INP29o2ra\nhQzIbDaSWbI5JkZo4qQBPe+0eQFhfKu6N1vTt4lDbdEsRGkwhRICUKMiRBw7\nJBk5dlSuTWpEjwA4EiiLdb1DnzGOhoyvku/OPi6ZE2bqjRmEVSkFQcQL3GqU\nlEuSOzwTcIyD52oC6506JuNSuteTr8Y774V0IJCwU0xq0DnvdBxfj1FzHegI\nzYvEn/apK/lyiLHRgdHZrp7ciWFkzIgQGqpcUZCHB1xVLudOTaEtfC+d7ZBc\n4BKvVi/NLLGFlbkIySjtQhilkIX52kFoExnWWMufFS+sauo24El6lYbr9ogv\nSLUFac/5oubr256TY4fFUGhZDQp34tbuJbDeG/wVROJlk2+usTu7vXdkIPIy\nVVRpFfQifqomzrDdSbQLIERTDu37ZgcWzZD57L7TMWVF3ZFVp2wzvnAgLykK\nIdcPQk9ndPcCuUEtnUsNwGo82es9exVyJFuifH8m/8YE92uSX+0YFCsD6E3R\ntXCzxmC31W/Jvjms1FZHAHoR6t/X9IRoUTKNDcDtmKn+aZzq0YJebfSNSpZF\nLCie555rR8FxfKQ8zL6pVyPVM7+I6zwY0QQjiB02/J9eGpWJYjnISod1W0A0\n7yDluiy7tiH8Ru+tpHU1Z2zF0eNE0ICGitHQK+rR96Y5BiQt0vr17bFCV1Q9\nBoI3\r\n=wHRv\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCVPV5BK+cQUooael+y9N6B5YWt7whfJIMy/+CgU7eJSwIhAKGTOQjKtd+FfCa90gl4ova+uSi6Dnu8+k8X/020Le5m"}]}},"1.1.1":{"name":"@node-red/runtime","version":"1.1.1","dependencies":{"@node-red/registry":"1.1.1","@node-red/util":"1.1.1","clone":"2.1.2","express":"4.17.1","fs-extra":"8.1.0","json-stringify-safe":"5.0.1","when":"3.7.8"},"dist":{"integrity":"sha512-5HQpER2ibc8bM14cNIsykUcUKs0QbsJRjufam5/5R6Z7A+FdJz6cu6hMkcHxyCz+4nOUv33nY8/NSpltJ5thYA==","shasum":"b9b757e9a5e4a3385752a94e0ac1e71d7cddb0cf","tarball":"https://registry.npmjs.org/@node-red/runtime/-/runtime-1.1.1.tgz","fileCount":51,"unpackedSize":487596,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfBcfuCRA9TVsSAnZWagAAo+AP/iOKUf+V1jJdrcBeLPa5\nJ2KIDLbO7DbSrxv6U9I7uMzYnulkB1KekI+hDm50Z/WHfoTYFmYALpl7RWG7\nyrJrY6LUNmw4fR0m+SbAAgwwlnGUpnZaKVVE0eyFN11NAzAbIG8pkBAuLXKp\n4cZ4kqV78vEhqVYRrDcbLU6CwsRYnGBbBDVWfGpt8Mm69faqZzQsSRuVZR3H\nsTiyMyfnU1JX49WfoMLhLWYWJu9glRZEsMw4vFKAQ8wgLlJbHeh7BH1S7Jl5\n3XqGJMHZyOAqNZj5jdTs3MYt00qt0jaQoW8xGQ0srD4UAwpPOlt+prrBlm3M\nYeSIsrWp2warZVPKru2oHZ97POgw8c/CtVHE8bDfb3PO2fCZednTovsCxyxC\n4h3MSbfFMAbzFh7bv4U/AANlBxBX8da6WTsEj7cegH4Mvb1+FVf/zy1g+kmg\nFnrfPO+cpDTXv+7kkAx6IO9T8ZOFoqorECFuBw14vsg+JG1hPC3QUzQMDqAA\niJbJH38nolzJCs1JnL/z9d2fdqt6tB77hdEmhchQ34gxvbELcS94d36UkqB0\n7kiDpGwYCKcGtNiP4wifnX/9TWOhYkbOgcjOmi5uN1Z70FxlV1A93zi5nX5V\nzxisUpO5vt8Fxa+Q+tx7oWocZxA7nZxPV3Zf5xKAsAFX5NNPMzQdUu+Rx+aJ\n79wY\r\n=Hquy\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC/k1d7xJGxdNDGjQ1qXAhZNJsWCNKrduSRTiPpuMVx1wIgPQ1QTLca0VDFrsJ5NiGMUKfyITuU3Xq2JiR2yEc/QHg="}]}},"1.1.2":{"name":"@node-red/runtime","version":"1.1.2","dependencies":{"@node-red/registry":"1.1.2","@node-red/util":"1.1.2","clone":"2.1.2","express":"4.17.1","fs-extra":"8.1.0","json-stringify-safe":"5.0.1","when":"3.7.8"},"dist":{"integrity":"sha512-szt7L6/wWZax84VsgER8uZB3rnBHofjb2b1qQzRm4yG02O8YZ8elw1kKi0b6B6D+Xo5h3z29h/oJyYdBS8/9sA==","shasum":"870f7b9e590f2cc75fbefadfe3ccd8c180088cb3","tarball":"https://registry.npmjs.org/@node-red/runtime/-/runtime-1.1.2.tgz","fileCount":51,"unpackedSize":487596,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfCL5JCRA9TVsSAnZWagAAQjQP/0BtWs2TWhOkZ/RvZSl8\naHb3JbojcO8uvLjPmIi5/rFKgMvj1LZlBkUi9yCAISVKfruAS9F20/+5W6Dl\ng/rvu4ox8Jb32udu01+TNxCqUqfF7vf3KZDis+uloJC3TYBL95/6V53lU6Hx\n4wkfS2MBdtyCtXL7UDyGJixYOyG4e3neMHL5wq20BVk7I/HO7HWoq93xI0Pb\nbviGrjPD7ylpTkC8JRizhR9UkEeHwORmV+bMLddg62QM28fMkw9jXwRe4TMl\n3NSzTzNxP75J13kCn0Yz+svN2bDGDBT6AFytJbYNnRsg5dmoU3vRQ2rTR/me\n7emCYbF2w4uPhMtKz9m03OgUAj44Z23lig4z4A6PqXnQUd/Xxz4ybwJiLdNK\nLtZbbASZVuoPiN7MM5+zoGwIaYmoEaskoKkoyXdrVXUJB/wS1gZn27Ab7adD\nmXqXPWwEIYxOToptcVTb86xWnJ4WdhiEucwL3t2xR+fBdxtrpRBJEexaDezQ\nGxjYv90IQlOMvLPGVOWeAHcQC6dTPZEKfKu4MMAwj8ZKEfQS/dscbryP3kTV\nxF6N1/GT9NRR/07ullW8aD0MVVd92PPhVHhVr9WJg610N3vaeMywIV/guHuE\nPsXa1EK2gYbqTd7NwhVh0Ekpgzu3N4Wr4NIL+0y17Yqoxuh1ph3IiXgUlMA4\ne9X1\r\n=y/jR\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD/t32VeWyNcW7GGQMRGnxWH3ggMv6/hZBy8oPCMa+9dwIhAJ6b/Q39jr6T+HZM56EzhKoXZfsm/WezyfoIDYxwY4Qj"}]}},"1.1.3":{"name":"@node-red/runtime","version":"1.1.3","dependencies":{"@node-red/registry":"1.1.3","@node-red/util":"1.1.3","clone":"2.1.2","express":"4.17.1","fs-extra":"8.1.0","json-stringify-safe":"5.0.1","when":"3.7.8"},"dist":{"integrity":"sha512-tJWPDPCFmp2sB+YZaLtPHOuuwNXQdQ15tizz1vL9i0S+0VVXE8SX2WhBzbsBxSitpNxQ6zTfq8bK28Zh75HCVg==","shasum":"4f16e9c32ac1da4ddb662628019fb529939b6da6","tarball":"https://registry.npmjs.org/@node-red/runtime/-/runtime-1.1.3.tgz","fileCount":51,"unpackedSize":487882,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfKs1zCRA9TVsSAnZWagAATagP/2ClkTZLrBxKzPpebbOE\n66wWK/R4Yj0ZJ5+U6ZPzOAvR4x/6A1njJFTKwEK1g+wZmpqjgJuc54piruOP\n6qqHZjeI2/24dmNKfdwhBXZj0ZHzGgDwFMPG4rscIQLg8CjoVpREj3LmxMaR\ncf2QJzxCX7kMg0vXK5g8rssrpBAORxRN0ywCKjxNB45JaL38SruwM2FrErUs\nMPk8h0ZURc03wEXhJ3dD7eq3SLrfiFb3NMwuZUv73J2wjPJeFSPfNzmZez1O\nk1BubK6pzouHZgUkvh1ItJ61t7fd38SMIiMFBmJJT0wqPYqPVPSKsBXhSAny\nRMsD2k5POWbWfNYYpjLSxp8rYYL8TdixhT3yqqVtNkdvZwe2lP7QoxVw+Udi\nvafUnvZW7eH4uMlwGofGxfa7FrA3SclNhTnzklSQiNTKCYijIDYCR9zAWCn+\nyzDX+q/jL2DTXKJ35fT6/KOQv6TrPuTUEwVSVTGTr+NuulHaWnQcYoX4oGEa\nZq4+YMG9kCoQV5JqzGkKfvHFbDXgT7ovt8d62jmKJjbNPU6T0OUE+prBu7cP\ngwY/l1p178oPU0sFq4FnhoRCZWHY+hz4JkdCMXsKyAbVN+wQFd+H3M8YYKoC\nGC/L5AVLt0JmoAYI6OIKfbTocdefKBdcdJHmetzJ0F1mO9xu6DvdrwJf2rfk\nCE+t\r\n=LRdZ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFyYOUaaBTjheyFvIE5fisy1/Ks3c+9GhHmssJax1XDvAiEA7auc8IuSwc2tFae4CJFFbDdxm2FAalOrlCBvytQOcOw="}]}},"1.2.0-beta.1":{"name":"@node-red/runtime","version":"1.2.0-beta.1","dependencies":{"@node-red/registry":"1.2.0-beta.1","@node-red/util":"1.2.0-beta.1","async-mutex":"0.2.4","clone":"2.1.2","express":"4.17.1","fs-extra":"8.1.0","json-stringify-safe":"5.0.1","when":"3.7.8"},"dist":{"integrity":"sha512-PeM49C3yWuyjKKWa0a7uWt3u2Vp5+tqsb8+UsH7/oi8ohHU12eU353qsjILqC/FcEkY8snCc6JKOVxxZJFRmQw==","shasum":"c6cd70912d8c0bd70d0cc4165437ad3cc493c0c7","tarball":"https://registry.npmjs.org/@node-red/runtime/-/runtime-1.2.0-beta.1.tgz","fileCount":52,"unpackedSize":504753,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfdFYpCRA9TVsSAnZWagAAeF8QAJ7ajGB6gVenL61i0/4Y\nMpMozgaVfta8i+Fbl5WtfMfiVBPWgJB809QNRN02yosMlkz+ZdG4FB1iSVuA\nwtfgX6qlJnQKmxHoBvVr/7TU+Xwy8c24CQ3/DW8jiL9IXru1ghmQ6p9cTKpl\n2Jp5uL9/UDWhN+3QqLM63/Jfx5CQbZcGjXb+XZ9jBWC/4xZAheD58z+imqOy\n6FPBW2+NYso1vJnbSLQ6ba9aJHm+E5Jy1XwA2HcC+qomh/5JcHr494LZZ3wd\neWTfzbyY9K4x0itx4cfMio1TttT2qfQMcibCwQijA0qQJ0E7K8Vn4U1Qtpj/\nc00IpRBx+wDRK9u4butY42PmdBWGmeTlgYEvaQn5KK9Lnjpw3DLaiyw7N0uz\nSx4vsYLR8iZ3BazibQBS6DQh2yPLqhCLTTxl/fQBn3o3la1GwVAzI54RLQ/b\nAMN6E3n9glk5L1eSEkXKFqPrx2HGKU/BByidZK7A37ykXQLO2++id6Q/hGoG\n9tfcz6bFL8R0yR9f9HB2ZS2WSWAq/jUle6wgpqJTt7OTF/fAhy2cICTLBe+Y\nbJaYHoQR/MPMCuloqLZa3AnbZGhDqpa6CTZZSSckg82XRGXAfHNzfCfz/rUs\nBMoYfANxGOkenyzjpCGJ84Qd3MR551Zp0BNCSpXNYVA2X9kyZ+2i7QAI+7Em\nWoJW\r\n=4MZE\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAe0IItF6EAtOe27CqhIPyNZIAKCp+CsrQFpo3DndNmlAiEA7S7MaHZn9iet9eKZt5zZr3jUABq59Mis5cx5SUkXBk8="}]}},"1.2.0":{"name":"@node-red/runtime","version":"1.2.0","dependencies":{"@node-red/registry":"1.2.0","@node-red/util":"1.2.0","async-mutex":"0.2.4","clone":"2.1.2","express":"4.17.1","fs-extra":"8.1.0","json-stringify-safe":"5.0.1","when":"3.7.8"},"dist":{"integrity":"sha512-1GgqSrGOa2RNArRPwmT9G1OIwfySGfiAgUadu8EEEO/TMWycmcPMYTEcKt3BlfS4MTZd13yxwPyXrjsV4VGUug==","shasum":"52be52c682e33f986b595fa40c3980d077f8fd88","tarball":"https://registry.npmjs.org/@node-red/runtime/-/runtime-1.2.0.tgz","fileCount":52,"unpackedSize":505138,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfiCIcCRA9TVsSAnZWagAAve8P/2nVRIgkIL1mYQ1Kc0QO\nFbT4vXSYwb2QUjRIYwj785FqLmepjRQm/Rj9yHiL56VNWo6/INavsDGc3P/N\nWJb2twqTOK45tLBKzSfPX6oDRaissB0zsFrReYZ2ubyN1uHLOVfxi0I+zMjC\nOBbCu5P1Wi98r6o07UrHbepErfaUCVH3hQWHuv9rAkxKmMePSCd+w/b5mr22\n040bpz+nEUKF408jDxO09zoOdZo1FkdGKkQGPqHbnbqLtTI3hrTguzcwka1k\nQ6gnQSgSQYHtqoKPEvrS0R6aycDt/+yBnTBTz2qZHLxIrdmdD4W3pPj/nci5\nPMqfxmyojw2ojClGzDkR3LBZUhdebT6aRsCCmHY+sHR6Lyx/Mbcv2L+rI/zW\nqRJlhDf5vFyB4/rC+2FFvoIoFpImKidHFi1kfdyUZBm5X72UJLZaOTresZ/Z\nNtxJ2WkRgwD/XR9gNSk0fnQfOzA6/fvL2ogzCDpkA4iBR/qGTZ+FBnYRi9Mr\nSmPcKb9ZfB2MN3o5yy2mi93lgHVetWjMwArB6uOlDkqLWWhfBvhULtKRN2pb\n2dSvamQ/8VICqjEQS938EPfoOegbtpYDIG/+1NkrR2zn0SRC7oJ7boStgcBD\nv5dRTQG2ITpfzH4aAZwM4DvCanmf8or2TMh97GaYdB/IGFf3Zzv9CZCenH3N\nBCpd\r\n=uprZ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIG8YuflWJWsVcKz8n6lqtw6PUF1Vj4VqFvWNjYx3EC+/AiEAz0TzSixVcLTya7xklssej5Kwryul7tJA4JyBaSACTZs="}]}},"1.2.1":{"name":"@node-red/runtime","version":"1.2.1","dependencies":{"@node-red/registry":"1.2.1","@node-red/util":"1.2.1","async-mutex":"0.2.4","clone":"2.1.2","express":"4.17.1","fs-extra":"8.1.0","json-stringify-safe":"5.0.1","when":"3.7.8"},"dist":{"integrity":"sha512-iUJTNFIdmpJ8nh+bkd4h3eO6tS8Kmg9EiAgfWVdnRVftBc0RlYsX/d36QPGE05vq9WZlPhzjfwSUbHXkciU0bw==","shasum":"8542813e594ffb6738338f6a773273fa1c4db047","tarball":"https://registry.npmjs.org/@node-red/runtime/-/runtime-1.2.1.tgz","fileCount":52,"unpackedSize":504844,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfiGnvCRA9TVsSAnZWagAA4oEQAJKeN419kuJVJzg4fIEK\n73JOfGzAIJumzU+iMM/zgYDVk1g945SlQRrnjtOc72Mfi28oVciCNVs04XLw\nCrtniiCs1QyzsPlGDkONqgjbx0FjIHB6vjvaTtFHQEMO4gWMkTAthub3p9ht\nydDzx4PHhvHlHy+I1Xq6M1/tfo1oyfHZLH3Ui01+GV+qEaUgdweHC1tDq5Gt\nLqO+M3cnLPNgX7HqgrR3nJ3exNX4lVU87enXnhjkwoybHZ7JXXOEAkT6Xu0f\nv5mlKJeOncJvucSbs0K0qBCwbSaNQ16Jwil4oJpSEnsPC/ft8mUZOV5XnL5E\nlvvqPG45KOe1LcRTvWNO4aEiQU2JvvkjQikIZxLpabtxR9WWbRpx6A6xObbt\n0thhcJdSjWQ8BAPHRG0q3xXwcnFGdN6QmrFcciZwtd6gqDpkK66DLJ2tQG3Q\nBvxyA0xESZq6Np62IsaM7VfNOfYD76Id5kCOvn/swpT2DSQq5JT3Eq82jJ96\nPqPTrV4ijKNuSzk7YvTGfTjMpNQnMia4stYyvpiktpMyln64Nh2T+3eL+ELT\n4R9B23BgjtYWfCz+3rqNYxaZB2T0iQxM1p1vWcTDcC6JApX7hfsAdVWl3Ukn\nhoROlHxwWNIbzsaJioivXKzfJc1ZbdlRWYiBNCw6YY6GxGn5IEihZA3qnbfi\nOgpz\r\n=vIDh\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCmQIEbTGrTawHlgTfsxsWRh1UyGwaK3IrXdeL2u7vzaAIgH/ZH5WYC8YhbecyPvgLHxgvGIzOPnXiWKdaNJleDSAs="}]}},"1.2.2":{"name":"@node-red/runtime","version":"1.2.2","dependencies":{"@node-red/registry":"1.2.2","@node-red/util":"1.2.2","async-mutex":"0.2.4","clone":"2.1.2","express":"4.17.1","fs-extra":"8.1.0","json-stringify-safe":"5.0.1","when":"3.7.8"},"dist":{"integrity":"sha512-a4dGwF4BgAYAFyKGGyeLjashn1hstl1i7g2nwGFfnI2hJvF05fzj2lGy8dWE6wYq6c2FZQv4OetAwBfN1akxsg==","shasum":"17b0a7a61835040b258faf68e838390222e78896","tarball":"https://registry.npmjs.org/@node-red/runtime/-/runtime-1.2.2.tgz","fileCount":52,"unpackedSize":504869,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfjeTMCRA9TVsSAnZWagAACJ8P/R48dEsDy1QlL9I3Odct\nHgJZV4kcJE8zY3RpjFlkicFOCwO4FMO2qK0AURjQdmpeEKrDQhjIZ5v5RSS+\n/pUjVxXnLOn1CfMImE8BiAbzNdeEj620bFQ8dcSUoRjqiVHe7J3ilcavSa7j\ntagvhCGi00gH4lO2E09pRrndGpFxXgIsa+WrNhxfjeOhmDJ1kRWqXDkQFPwj\n3Nx+yA3Ha8WNJ0n7w66hUtiv2NGOEQ12vPUsaGLlNj/zTZSd/jkwb/SY0q8X\nsYVUmFYG55nnBsj7/riMosZHLANpFndkIazcS/q1CHnD2fZlnWMoriMN8V4D\nArfB69uC8Q8UBlYMYWDKNV4KCZJzvG6DihBqgMITnISPh0lrfh0PQfm3jcP6\nMULF86e1NcUrWb9AnM3lqXeM1iYzwKfxk4fn4T153hBOLyA4gC4/Ngf0+UHt\nfva4rqWydWx9hD7ckCiCGp79kFsZm/Cl1jsE4+xuJNjC3JYMCySIxwCsRqJl\nB9l9U7A5NjgQsFs1+R6VO/kfLNjZTCABw15cbnKSatlJPl2s44VTDjDnAdx4\n5zLZOUxYMCDSfWL7YxFiUpJyCMVfep3ghZqdDx9QZaOVykq0yqF4CmZP/iUO\nTqatmCICCU/UrSNv4uB3+v6El4ugFB0fJ4VD/rVTHI2kddlKEF2c43Y2RgGD\nDb6V\r\n=O5ve\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFh/kNU33ULoijYR971P3U+9oDOLcrHAWdQpLOUSKAZQAiEAvhLDD0TZv7zVgVmiunJ+/0Ayabo/e3yO8irFjiVS4gY="}]}},"1.2.3":{"name":"@node-red/runtime","version":"1.2.3","dependencies":{"@node-red/registry":"1.2.3","@node-red/util":"1.2.3","async-mutex":"0.2.4","clone":"2.1.2","express":"4.17.1","fs-extra":"8.1.0","json-stringify-safe":"5.0.1","when":"3.7.8"},"dist":{"integrity":"sha512-qFEJ8Xgg5lgtlYPW/Zfi2r8HBMzTzwP+ws7f9So28fG76SGcXk8MfNnx2GTSGRnp+a9Mn1/SRlunNQqw9bQ/LA==","shasum":"4b8e7fae2e3eb88c19432fc3bb2f90f47092e774","tarball":"https://registry.npmjs.org/@node-red/runtime/-/runtime-1.2.3.tgz","fileCount":52,"unpackedSize":505000,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfpASLCRA9TVsSAnZWagAAo6AP/RXi77CINIQgvHHWk8GJ\niBZyOqq6fQggZLFxtdIw6Ngt4Wwaw6M0Jq1Ni9SJhHSGto2i9tDi7hXYfLyw\nOfivz2NRF9CuVuNhdYJVEqqUZfP/LYe5A9l9bhhFZ6hG63azRpjXDi/+WiLF\nqFzb8F/FzY7UB4tqjtmklDPkKSRVtktStHPPdO+/uE2bkgWvEWLVEjDm6yTS\nk3MAzoZHmWfNjO9SXHVMbhRhrWvCKdK93baSM5LKtwoPAKuhhGD8QQ/O1hUn\nS45Q5yEoO7kUy5Ba4pmCGDvDUj8g+ASyVb60XQyGIvZe5W80SLod9qk3dW1X\ncMzHSF9sMnfwFqO9V5IYmVlg/PMfsEeqRp8eD65rfqt7v9lj+beJz3bfn20N\nipvM18fnI5t1BkLVsN3XieloE+Hscu05SpafRri3xzljxa87dFpny8ksWbuv\n8JGJTyB5qSILIAacg2rkHLF05ZHKjY2sU9DkQfyqafyFSkfrbLgoJtYupo7o\nEso6sbQ82deL8pklCVU5lZuyL1xV38X9Yo610cYiT4zxySZj7l9KXswN3oA+\nIYgoNbsSsheg63+XThlu+L+Q2/RUYOrGa9oyYYW7Vlsz0Xl53n/CrFVL4dCf\nccbnWFFMHOg6rhZT2BST3brBwpRw+0Giy5HaX/1jFzHLs6Nxt41LnpkjquZe\nmGGR\r\n=ywNV\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCngSFDsa7+Cdp3uC/VrewRirb3j1kkZ9d+i+iwK7/S1gIgMb9f+pYc6GSBuZw9lBUmiV/aVNgW+H98bHNHm+54pac="}]}},"1.2.4":{"name":"@node-red/runtime","version":"1.2.4","dependencies":{"@node-red/registry":"1.2.4","@node-red/util":"1.2.4","async-mutex":"0.2.4","clone":"2.1.2","express":"4.17.1","fs-extra":"8.1.0","json-stringify-safe":"5.0.1","when":"3.7.8"},"dist":{"integrity":"sha512-6zXHsaMD5+OBTmT1ffztfJ+wK6+rV6BjnlB+unrjtsby15h9hRCekEFYLs+B6xWZltpYoiJFs5N93qQE19vLfQ==","shasum":"1d9f8ee25511e4927a0c9af39f59d909aea4acfb","tarball":"https://registry.npmjs.org/@node-red/runtime/-/runtime-1.2.4.tgz","fileCount":53,"unpackedSize":520659,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJftDuzCRA9TVsSAnZWagAARgcP/2w2lH3JD0RhI9d2oN80\nJam5hnPgo4PJG5nPeLXVVqE4jss9RoVebLNifXzueREgLzkXeulWe/gU+8mL\natiy3ArPIkQ4XCMkX5r6U9SgZd4iRlmCYza1YbMI+nyr5iwxgr0KTjlQO6Zx\n22Ewn5j+eJJh6onx/sKDt8vkbzAOETvJnJOqbEorClLTSbxrIgmh9+Ibr9U7\nRZmXhrBSGz7VBkZ3b7jdFE3iXiF2kT1OD8FPQkR84SvZj5j83JDI6gJaoDjM\nlDgPRpKoMsE1AONccql4FP0ELOzmE5nvGm01KhD6yZDqeWEvWIHok0PNA7HL\n+c1RJOIQGPWX/YkwfY0pKR6Hdx9UEr9YwFBmel6n2ugP+rQAPKymnu+oC5fe\nHmofssOr2ff9tfBS+IWFPiLalydq/xD+WO+JbWhhd17M8dDRrxePLZMDFUdq\nhjOi77wotFBr5lZtjfA6VPKd1RJjO1v8h5o06+9hPUSzj9KNcF6OpbmRdQ2U\nXkRzcQmScE2ULtNokKLDfT4TAxHLD40O4nfe3PEKipsWVscrPXA7cpPZtqAA\nNxC3JTKs3zE0ctF2EMszD5LDpFwtxnUQD9EONjIjVmZ+OPhI8D0s3pYss2YG\nO/NwalwpfDGdN3J8DTcOvqNwbBoxYvI3wtCAYlO4HdYFhhC1aADkCq1Ew0W7\nPwIL\r\n=Nif0\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCB4zhf8Q0XC02FdaCqdk3nQ9houtsXztuQ/l9UpgNM8QIhAKrQhqojxLwGLfNihIBa6NfIjNMJC7xy77VQ9Um/0wYL"}]}},"1.2.5":{"name":"@node-red/runtime","version":"1.2.5","dependencies":{"@node-red/registry":"1.2.5","@node-red/util":"1.2.5","async-mutex":"0.2.4","clone":"2.1.2","express":"4.17.1","fs-extra":"8.1.0","json-stringify-safe":"5.0.1","when":"3.7.8"},"dist":{"integrity":"sha512-5RR90HtNAs194+hqh803MmaKZxmfUboGYHMO5dcAhv+e1Fh5SM2lDpGJDLM7j3QI4bWRqdi82qd1y2kXvLqgYA==","shasum":"c9fe8d91056e7f659a1d822c86e1bf0c51ab6f8c","tarball":"https://registry.npmjs.org/@node-red/runtime/-/runtime-1.2.5.tgz","fileCount":53,"unpackedSize":520659,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJftFh3CRA9TVsSAnZWagAAEYYP/2q8eOkzdN1SDPK307Y3\n7Veftbvt625V4E69IY8EU9/phZhrWhfP8SgxiqjKQ9dBZ1us+Go0hPOrRolD\nJgitVS3e6sZu5BTLGHskWi8CaDlaZthASLJS0iDtvqPPRSUwoQEqnHjsO1iv\nWLK3PDBX/f1U8xcQ3k42MSmHJPdR8d70RbJeOAt3DwJLKo+leD/yaOpAWugG\nZfpg6NApvldviJphWNvecfR7sdf+4Bqgk5WCvITYf+8wHZcITCgtj+S+APPf\nIVT2E0eRxjGzsbNRf5cWrmyqo3oGIPJWJrhzFR5cdAXKfF+tij4huC3TfwUC\n6N2mJGuUcnkmSwStScALAm9cjQSyFOEhVZBt1/hY3QOj9e+ALHgtq5SKQ+kC\n9G42nCUep6Hlq0eML+Dd10LLGp3dUVPFUeiKDC3ccPXXS94vAA5I9fQp2n0q\nYx7I1YDwru4QGSzseCXK2LshZi5zKxDBnuHH4K+Ls5vwrClCzqcy6nQcwcdy\nShD/oyNnw6LDcMPeEhkhLUTOPHtZ9kjC+UjWFtBUzhnrUQuyv3iDKOJAJ9bG\nZSU9dIQarr29WoKKdjYgX3Y/ubPSEnF7IDtbVH4YAPbyX1uwXRxJYZPy7y3m\nhM3cy9vmPgxwmsPwoC+bpXpCq5R1iyYd0tvpRrzBZ2BrAFFbrn1cBj0iVmYX\n+GfX\r\n=aomO\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHoM6u5/DWSzVw8flINpTRGIBOsfvQ10Rqnpokdd9vVnAiEAprcz4Ae3Rd+nJVZWcUQhvpO+TFqkzAGPAoWFzYL7+Kk="}]}},"1.2.6":{"name":"@node-red/runtime","version":"1.2.6","dependencies":{"@node-red/registry":"1.2.6","@node-red/util":"1.2.6","async-mutex":"0.2.4","clone":"2.1.2","express":"4.17.1","fs-extra":"8.1.0","json-stringify-safe":"5.0.1","when":"3.7.8"},"dist":{"integrity":"sha512-zfQGK4Hqssv5TV8S5WLZ77BHYmyylarZvEScVQpivhJHg6HeZL+MffqqtPIyTM1ulklPZvO6fPmq/f5T/CgAgw==","shasum":"da4ab9599332d2c77f073e4586e19116dda03016","tarball":"https://registry.npmjs.org/@node-red/runtime/-/runtime-1.2.6.tgz","fileCount":53,"unpackedSize":520838,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfvsklCRA9TVsSAnZWagAADp8P/j+hyZBr/bO84fp1EEKs\nTUT1uVcdI+nfnRupkrNdgnrvoI+Xv3Gw7bh03UxmkO2xa2L8JfXMNFLJlRLg\n7mxaENnd6spfivtMg7Ol7RcswcOjrDmNfVdGY5h+MGUTMiNk1mCWhYxPupCE\nqtis1xIIyNPDi5PWEDQ5s4pjQg9X9WP64oW8A6BwOttILjhHJzE7MHTjiN7J\nbvtKzKQyi6QoFZWjOfUDf0OWTSE44Q02esGj7Mrwy08Ql0EJKofmW3aTfIZ+\nDyDSS7oIFLyfCo/ywQf6gWACBJt/gUmm3LkCxyuV5hgtRXnv2qS0S2Gwg2ou\nZQc3xGd07zQFumGpylcTjB6oKrVjNSmcsz74MOWDucmPN1sCQritP9yrVWPS\nM8XnM97KaQeW8enwc/VUqcqEcI35ZJKeZLiBSi+vyX4WEKVrBo+U2yIfvPIF\nsejuBaXgsZagIUEpN2ZRPnXpxrRrrdpE7YCRqbmIHVVRPT28+/hZVNMXLp2+\nwnrf328gdrtyiBm809FNoLNPREAfr6x6U95Z8105zy2z/GCQZ1VkrX9hi1pT\nMvaoxjXuzsiJ4tfqE4CDLV0qEiwAFr8lFBg+aKQ9Mf+VwTh/RyyZBhixeqRe\nKs2F8LkXjd4UD1lrMrV+hU9A5go5OmQ/vuo2ZTM8a6LaSz1pCitTwEX9u429\nk2Qi\r\n=R7VE\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCCscjmzUxvm1BN3gWBIXPX6jz/Rl77yX281iZkEpSDYAIhAJpKcnNuvAzvzWs4V+WUdrDige1dP7/u6p9YC3IEdWXJ"}]}},"1.2.7":{"name":"@node-red/runtime","version":"1.2.7","dependencies":{"@node-red/registry":"1.2.7","@node-red/util":"1.2.7","async-mutex":"0.2.6","clone":"2.1.2","express":"4.17.1","fs-extra":"8.1.0","json-stringify-safe":"5.0.1","when":"3.7.8"},"dist":{"integrity":"sha512-0QpolGMBL8ZMXKgzQRp9JFXYuoLaZZ4xkwFehMKH3KubDAYHHTl4tfTdY71hRxe8NbTZW9G9Gftt+e1vj0RGvg==","shasum":"6d88f45168ed81b5ba34ea1c0dea2f6224b6be74","tarball":"https://registry.npmjs.org/@node-red/runtime/-/runtime-1.2.7.tgz","fileCount":53,"unpackedSize":520832,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf9abtCRA9TVsSAnZWagAA844QAIwoH1PXw0QLV38c+1jx\nN8sj88Mr7N3KNCZF5z9VPG6tkoVl4Y2X9eUv92bn5AHoJUmhJ+zGvtSkiFn/\nRZ/6g7UAtQyPIhvlnC/l3cs5Kjqq/R+R1BbthnYPCSUMLYc5ix7W+0aQFbPj\nLosHDpfbIabpQmf34uIdjWWRJdFpnp/hYGwI/ogtMml64CxEWaHyYflUMeiU\n9f4OePtwwyhPDOstbeeF3SgSA3ob1Lys69FubjlG3qe3AXnKLvcZ5pirf6na\nDgt8pk2Mz/Gf3rXIAYLLcIqrd5AomecNxcS9kL5Five/eqedZEZtnzuwY8GL\n+TeHnvFmYppHGeMntmzaT6qZFz0vLH+N6quDwjDCy1dmBygZbcYMyGYISxWD\nPOYJQ8t+AdzetcoeTgQbElw52nBR+QDyFM4JzvcRIrYM5EzEeqkPxU1+Yz51\nuVbWATknl0QWgDsX0FwMgwk1ao0oXYqGXr7JELWJcciZtl6wg2zyEaWOoJzD\nTaXb+nOifKwY8a8gqT9MsQn/3rmRCTtrFLRH0nBRBPKsTp+RT+IDN4U3qvI+\n9dXU3TUcnHDVdQZKHetWd5nohEsMMpjaZSGepGxi0+KTPy3zqF1jFqc4yUxm\nUPx9YiEhp2j0i4BuH8McsOfQpulmHnRpAYFOi45p6vmxRy3W0cFBkSdenKn+\n+T0+\r\n=9p5R\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDzmf4CKM3Z5O67yHjU6iRqo5la7RQ/By7VGTTnXQ4AYwIgRbQhrmGL5wu93EQa24sf9rWgJ9obCPGy3iw7XkXMywM="}]}},"1.2.8":{"name":"@node-red/runtime","version":"1.2.8","dependencies":{"@node-red/registry":"1.2.8","@node-red/util":"1.2.8","async-mutex":"0.2.6","clone":"2.1.2","express":"4.17.1","fs-extra":"8.1.0","json-stringify-safe":"5.0.1","when":"3.7.8"},"dist":{"integrity":"sha512-Z9IYd2bIxI0692tL1MgUIDZiss+SabPFHYgIzysUWiiUC1FyqPLJq2e3S5hHyIiBfepB0k7QjdRnAzgfbwvXfg==","shasum":"efa547c22113eaa28d3f3ed34713c3af240054b5","tarball":"https://registry.npmjs.org/@node-red/runtime/-/runtime-1.2.8.tgz","fileCount":53,"unpackedSize":522915,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgGVECCRA9TVsSAnZWagAAN8cP/3KR2+DRbtgYui3ZFEeG\nlnlXzR/11EUwLhzCCJPz9FpCmSXk/USIuXvJYWHdx/IIJ4qqEIkND0n4/qYT\nTmX5mktR3MhYcMdv7hF94CuZQY655DX0TwGALz51l1Z186Ux5PAeMiiFyuTe\nZw00qv//A9yRicNC6K629IijuvleHnQ09a5zkvGwA+BlcHaUWIuQ90uvs7c1\npt85WJP61A0QtwOAo+E2vX/M7Mfnb3rPylNewDDvIlYODqvNa9oQadcelZO0\nKTO+yagWhxSL80TuKdwJiZ06lGcu1XsD1vCOJhNMCVdjxfeeGOfC0SYh5TR7\nKHKVSt7Qms6W/fOyJl9BKjOyqiGPF65VaSpya4i2b8jO62eZrR75+nLG3bQ4\npIDOu5dlrW6frevxDEG/BBlyrvRdWKnx1P7n/gkRaNu54N2DlmOuVmdPUb0z\nwszqtAt5HYLrVN9JGBChgDYJXV3R3e+sZq77eMju/D2qWPije6LUpk1Ghnh0\neTv3sF8HVi3dp91epodi3EaBk9/5uydzKqs8dMDbD960gtguczTZHM1lsX8F\nX+Ac28zekptLAHxirYpIICLkF/TjePiA60AbSQqIToYqJhuqOxVIdL8FbzQS\niiDb05d6sWZDcVl0vhKG4g4+1nxQFlp/bL/Wahbu6DoFeJ3m2PG7CaczONOh\nVOiD\r\n=3WKQ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD7iHT2vwKrnZeH2WyLvs9E3++JqjgxCbUw/L6cJfDQ/QIhAIWpbnPCZDAvO3NJcXY0YWFXYjNfdLdXbx1DH1kkmxBK"}]}},"1.2.9":{"name":"@node-red/runtime","version":"1.2.9","dependencies":{"@node-red/registry":"1.2.9","@node-red/util":"1.2.9","async-mutex":"0.2.6","clone":"2.1.2","express":"4.17.1","fs-extra":"8.1.0","json-stringify-safe":"5.0.1","when":"3.7.8"},"dist":{"integrity":"sha512-wcSq7MNVbRLaahKWHV5diqyeCWviKtr6VNzAmtIB+wH+omfx+OWiJEimu9x/56l9iv3mc9ew4PwtOMG07QNiTQ==","shasum":"cab887626d27902e587cbe0a838f03186a131d29","tarball":"https://registry.npmjs.org/@node-red/runtime/-/runtime-1.2.9.tgz","fileCount":53,"unpackedSize":522931,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgGudECRA9TVsSAnZWagAAmGIP/jWlmMhHDqPxlGRimlgb\nzX0LJeF4z047ohqoZaQjYtkk9QyUdctke3zJxnm0i9osmHBm44Y9VgmGnr49\nkdKJyR2wSXU/st76ogFTcht1gNL4ZA9QkZ1n/6V4WfkcaS2el1Qyc4VaVtvE\ns7X3oxErLpv+govPGcRkJEiOuuYDhb8jQdJKjsymNThzFz90ckDrO3/B5AxR\nQc5ZSEy4Nl0Ul7d4evTLmT0DuZpIOcyQTq5+zzxM8NOXJR8ga8vYFZ6PgSKo\n3Exbhn739hbusdoPzT0THnRyYOEzfi8j99VTK6V4UMtJ3k7iiqyT6VlsfojV\nH+RjfI3eEVaTilUNfthBfvpWYJl+vodr9KHm+YXiynef+wHrrxbZ9U2CNLTZ\njekMv/jk36wbBGzFrSljbHO2ja0Ib5prDmygR2l7p4OshzKIfQwR75tpLqsI\nUyVHHd/Z188/su412WyRyL9sFem5sHFxrIYstt/RqcY0jXQp1FPJRS0x4V3o\nHZGFQh2qyMDbVmblMR7drvKJ7Ga81sn+89my1ADtL2qb8P/WFJ7dAguo/BmB\neKpBls92bXeavAfVgYN6nf2oDjnPws3uEM9c3fKjDkMgma4fg3uaNvlTLjXu\n8uocPUlbFuQM5ufQlX35a2KahMi4tPXG6MOGOrvhP32SA1ujp/i7J9ZQnIHs\nXf5Q\r\n=GVNh\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIC511ZPeXDF77zrLwftdwyU5zAPHBR33augZ+67Q9OIYAiBFBIg1/XwNkOh6A21+xDMnDjyA1XRkHRC7HTOd29JxmQ=="}]}},"1.3.0-beta.1":{"name":"@node-red/runtime","version":"1.3.0-beta.1","dependencies":{"@node-red/registry":"1.3.0-beta.1","@node-red/util":"1.3.0-beta.1","async-mutex":"0.2.6","clone":"2.1.2","express":"4.17.1","fs-extra":"8.1.0","json-stringify-safe":"5.0.1"},"dist":{"integrity":"sha512-Uj9JxKJq+0MVxMpVSDSzu0hpeY+Fxg97QZunI2u2Ug1lYULxEMRpzhhQ2b9ZNfRNEDOhk1BbXlULu9tO0ziasg==","shasum":"fdc8820e557a2d555443f572303206f3c139d447","tarball":"https://registry.npmjs.org/@node-red/runtime/-/runtime-1.3.0-beta.1.tgz","fileCount":53,"unpackedSize":530489,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgP57mCRA9TVsSAnZWagAAD/IQAJ4AMrrJXM6KPDwN9SBr\n1hu+HuAdAX3Hx0nmqCR1BPE+W193TRbDxQRJ4x7JTNQeDGa7H2MbVIx3UxHw\ndkOE65UZKLEvVS4wHCGbkqJan49gaw6EgO0ZDj7+GTYxHSnoq9j5mp5bq3lb\n91vhggBo2WUxsXbJx++ss7Y762bh7vOypukQdwka73utL/FdvqCbOMsNyKm5\n7hm9WhuuWwi1EgqC1IOZw5gku5fQiw8MkFuYnKIFx8yGrT8KyZTG6NcGIVLE\nGOQm0VY1WktwI8UBe0FmqzVWCcPy3j0CEXsp4tKv33UlUioEux14R1ZzGjK7\nur7mHULpa02laTxW/oYsD3ZrKYQ4VebOIjlalpRAIubqO28jBDpmMzmru0bh\n70bCYYa0LFEcXHCHtbmSEKhaKULSpsWTMG73XLNZnpOyP0SRPs4NMJ2FbTAZ\nohpt13J4XhCx9tAIs/q+8lBWYp+TglzqL/L1Pn2erhgdAAFRwIO+K2LB0og1\nriLgV2ZwQJlbcG+mWRa8zpI/5TeJku0ZKJKU4ZGJJBVOJEX0qqTJ0qNkXRK4\n2vJrdG1EgNv+iXd4fbedEKDqCSE75hGCyvcmuN1Ago9Y0kH1u8EPyY7uFZ/V\nMjIIymPZOaLdyPORXxw2MZKKPLV1EwcupuXQxTZP9r2k5fGE7GlQXtygjP6N\nn3Rt\r\n=8i0e\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICAs8A/WUJQlHSYRwotyO6VdPNs60IWIWggOM5/sbWbdAiEAyJjvsW25+rud5ecJdf/9my5uK9jvKJMgmEv/pyB3xhc="}]}},"1.3.0":{"name":"@node-red/runtime","version":"1.3.0","dependencies":{"@node-red/registry":"1.3.0","@node-red/util":"1.3.0","async-mutex":"0.3.1","clone":"2.1.2","express":"4.17.1","fs-extra":"8.1.0","json-stringify-safe":"5.0.1"},"dist":{"integrity":"sha512-52hUyv5h/nJmjZzvT00WbZSS/ozACPiTK4juaQ/tlPA5AAi6I7zGEpxZx93QlH6GyY+tFNdEGZGLSRXt4ebBSw==","shasum":"0adee14dd5a4db9b69d9864d975f63f7f08c1f74","tarball":"https://registry.npmjs.org/@node-red/runtime/-/runtime-1.3.0.tgz","fileCount":53,"unpackedSize":535111,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgbw85CRA9TVsSAnZWagAAfhIP/1dwQmK9Q/W9tIH12hDH\naLcBrI5i8bni20yPAEp4Mjgs4PsZWrCWfekIaTCqr4qhiL+UzvlTZhgdm92X\nTMof+GkkXUmEKKNnYyXLqASXSGFLSAVbsggtJTjLw4VqSyPv4OOfmkN8aY+D\nYKYxpzaRMDt9l0X5dVPR38pgn8FMuaB64RtDcCc4HC186vnioIiZ+2H8m9Ld\naH+bvHchzBYTmeOVZyKAp8RbwfZwljLc5SxU7mgew/lORd8MlxhZuzJ8mb3T\nkZh/pPDuHkF8SKNe1a2D2v2Ql1eY6BOqHquC5ct6P4ZwgC6VS19SGOliOr5l\n7/1dVeI0q2E+TFyFt0mpyPLES9sI7MrEUKhT1kc0n6faCULwTTP1g+MQMaUb\n5Exg89I5DptthdRflU5Amjdxj4BZHuPxSz7P3yk0sXj0eteLeg7zdovhaWgn\nnwMyIaw+8yhpm6oZ3kKvkDAAD3k++gWtk/HqNAUiAavRxzzmoBU6VM5Dcnvt\na3+LMdusPVdoXhWiBVrq4nldQD2GuRaVT3cyMiIBZCBgLReivdYfuPkqmgdL\ncGqXXEUxH0rduwJdSCe/NXxmUQHKjGap7lpmG6rbYaZ6BN/G6suDo5gO+z25\n867NzRmti7CAb24a3RNReEp35o9I+mrW19w8Dqq0a3Ok3MdlEyTZSzibbsaC\nCpfb\r\n=3MXt\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIE9Vg5G49iKiqaPb9p/Wpf5E8QgBUCFuW/PBRZSzd0j4AiBJF+2Xn/PwAmEathiZ03ZJW7Y+aUuPsEEmlkkFo42uFw=="}]}},"1.3.1":{"name":"@node-red/runtime","version":"1.3.1","dependencies":{"@node-red/registry":"1.3.1","@node-red/util":"1.3.1","async-mutex":"0.3.1","clone":"2.1.2","express":"4.17.1","fs-extra":"8.1.0","json-stringify-safe":"5.0.1"},"dist":{"integrity":"sha512-UrwG7rnc4ZjNPWsjEd5hv54UnfhEq0UP8Vc+OwrvrU07hxm9394tbM5IkWQRsz4DD9+63wvcJU67WO8MvH4Sog==","shasum":"4a4379e8afd1fb39e325ff779ae84e705c026c84","tarball":"https://registry.npmjs.org/@node-red/runtime/-/runtime-1.3.1.tgz","fileCount":53,"unpackedSize":535111,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgbyBaCRA9TVsSAnZWagAAKpQP/1GlQHl1t5r5TQw6Ob/S\nL0B/VTPoq4vW7yFQp3+3ObHa9+pzlIQIug8IvUenE4l6trkznVdCYzeWSe/f\nXtl2KFtBa+5Bbv5beLsu8nKmRaC/U9mebDeI/vr0Xz1hArg+kp/8AHt4/v9p\nxhrGXbYLackYfNwjz3CXRKc85K6q1sNO9m0xW4m/NHxJjK+Vw87oH2D4Ni0k\nydcnDwH8gsZw9DC3ecWBXcamMLcTzJnhbsTCMH1FekJao2U9rdo/bOmRtrin\nJtVecJNr64Qas/Zb4/uqbh0so63jC64zNndf2jcDIcLT+dGt+tRgaPSR8Rr1\nnGwSZ37L1YCL5CeCLnSCO6apgiJsD8B+wb7AWEzsqOavu46DoRDjUuPo4Auk\nErxFXVbEfGPUd4WSBoCJR6Q46SDvhlVMfs6OnNiUnW3EL1WKQb6TkXnXhZt3\n8BmQFPWzG4lMDnggGiHn+1gtYreKQnEBvlWZCRlYudZbwKkqrNePR7CvhLMU\nwczQZ/P8qna5fHlzj6X7j1dOBphEK4UHzSaxFCjdCS66Sn1wHvVkLD+dswht\npjJlwQZwgcIsayBcRw40uP8oKqlOkoeG0QdMh7zk6TPex01qEkYlaLc71E9Q\nJkSXcFq2BJ5EmqbRWrKaMY7T42H3xbC3vqy+ezwpS+qhMMdxpk1y/iVTEESQ\neypu\r\n=spwF\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHm5kHBYvOzRk/d3vQt95ozmuV6rh6XjjIdEbAs9jYFoAiA077tzRWsmG4UxSHU3TiUw99wlYita109+g2grXJGA5A=="}]}},"1.3.2":{"name":"@node-red/runtime","version":"1.3.2","dependencies":{"@node-red/registry":"1.3.2","@node-red/util":"1.3.2","async-mutex":"0.3.1","clone":"2.1.2","express":"4.17.1","fs-extra":"8.1.0","json-stringify-safe":"5.0.1"},"dist":{"integrity":"sha512-HMrHfkH4wklp0tI3SjZR6Yzdf/swPg7FsYjzikv8HV/KBHV/Oe73gtE8CqXkP+rqUfhqdQC/X97Tq8vD6bC4WQ==","shasum":"5ef66eddbda5ba884860699b62e72a11dd5c7dbc","tarball":"https://registry.npmjs.org/@node-red/runtime/-/runtime-1.3.2.tgz","fileCount":53,"unpackedSize":535111,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgdZGXCRA9TVsSAnZWagAAYVYP/3vMJEhS978HZT5kLYpA\n96TqGxXXlDvbQp6PjlRbR7NO7UmExOqI+z/yh4sErBKxF6BXsDDoNhJT0Jj9\n9pZXDteLcaCE840+6oW6jh/yfaV8+w1t4TYLW802t3PsVIq10g80ViVCvlyf\nwBUR7uMAjl9MmrTzlZUmbuHSl3Xfc/hqnH7dWI3qWfw4sJOldIZCrHrZgtK4\n9hx0q5nKNbHm70JYQzvCZrUE3cqUulWD75X5cqCdUv0JCV6lYWJ5cnLhbYVU\n9QQbGCEpFW+H2IIiwdGmtBSvrtKRTLS+gyiYpv33E1CyQA9kyFPuQu93VQ8c\ne175ulXvjNVALHAwLjXA/pseT83vmI5uWLU2i7zFHqpzgqbQDhlyWy28RJDO\nJxJf3bSNt8of5Mb8E0b4RiuNCqfxbmIATTgwtZQuxOwbForbAfynmwwzgqWd\nJiBLldgEqd4gh7GYJq7dK8Ru4+zlWelB0eilyC7ujdcSkN3brYySbBvejLJR\nJXWYc4fbkcM1u8HvP4osxvdHz+ThgYh6ympShT36988/KBsdlBvrRE+b5MbM\nE5LUjW1GW0PlvWWpLAmvH0ZmABu2b3QOYUtor7CeYZfkzpMu9DYMNPKTIf29\nqWNQX6hZmSt0bZGqfkEj7CkEVwwJVnJJ+LR8ds8dCohYuii3LLAyze9RdGHy\nccq8\r\n=a4jD\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAqQK1IyzV7a2RgONPUQOsKVyd3m531CPCv8cPPAD2NUAiATQzHVNF+rwvQ0jGtVNgGb3I5C2DptYMCuz6UBjF0XIA=="}]}},"1.3.3":{"name":"@node-red/runtime","version":"1.3.3","dependencies":{"@node-red/registry":"1.3.3","@node-red/util":"1.3.3","async-mutex":"0.3.1","clone":"2.1.2","express":"4.17.1","fs-extra":"8.1.0","json-stringify-safe":"5.0.1"},"dist":{"integrity":"sha512-+tjva7c1lI+87ho1XTS5Lj0t+OapuA+/W3hRb1zXUTNfflUrkVcMMSujMw5v+V2Z5/cMNJBRgEYj38svj9pG3w==","shasum":"b40b49f8367bb2b6c61732ff61023d5736421bf5","tarball":"https://registry.npmjs.org/@node-red/runtime/-/runtime-1.3.3.tgz","fileCount":53,"unpackedSize":535111,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgfqveCRA9TVsSAnZWagAAPZsP/iv0pX8FYXLpaP0W0Tds\nCE5LORb7SEaOb+FzevrgOOmSIw5YOPcK8S166InZRcNcknOyAx3zyIT0XRZC\nyAeQsW+8IkSFTMNTkoMzoYtQi8uqjgF1hSpy4a4BUgjd/nuwM10N9FMCCdbA\nt1Rm4zX5+JdZMtmsuWjYH82zbOebnHbbksDvsmg7UkyBPHzIsIC9YZg1BzLL\npGgrG+h9/DBzWeaonymynNFIHQPkR+AaZWisQW9wDvgTPzjQFrX8agz23MJm\nbZES1nn2krI1psdrvSJalvVcpgVDIEcIK+cyPJCBaRuQ7h2aeT4r04BX9NVJ\njyzW0kC7oOtbuC5dJUPS/aoIHersRuSYcec+Q798IweVq2MvqKOQbMJFanxK\nvqrSi/xhM/ho7/gA2PiicvvOEhtS2vzemdAklPorKWrd9LspONUpF62wIEaA\nUvcEGHdYs1OUVwRrBrNt9RUayk8mV75hPtjTcbH9AoBqZzx79ur819kSY0B1\n+Bm88DjUMWmWKJvZnSn7clpdLAdVFZqVp0X1A9n4jSxCYkV5eyMk6VN2XbND\nvzQErtuKEGfCxyA3BdOOPvnE4tkaMYSlpib3COHTPBChMbkKTmR4zOM2MQCU\nmdPGHMkPsnUOO9Me5hvYqLGVctpNcZnsfmX1i6+c/PXcK4KDlgits1zfW9OH\nWGNB\r\n=vOVP\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC3GQJgbIC+Vi/vIe8UN7hxmE12o4yCX36RVW9r2ZN1VAIhALbjCMBgOikgTNWzgVwE+1H3idmt70SNvYQ/k1i0YaEu"}]}},"1.3.4":{"name":"@node-red/runtime","version":"1.3.4","dependencies":{"@node-red/registry":"1.3.4","@node-red/util":"1.3.4","async-mutex":"0.3.1","clone":"2.1.2","express":"4.17.1","fs-extra":"8.1.0","json-stringify-safe":"5.0.1"},"dist":{"integrity":"sha512-rgAAthz0U5fPKdnfjoUmmlXlxDPWS2+BMVWMeV314xnxpClJIV3wZh4uljGFhFspuiLppQ0uKrcugsSZmXAkjw==","shasum":"21b2f577c57e5910fda1e32d65d58363691be4e6","tarball":"https://registry.npmjs.org/@node-red/runtime/-/runtime-1.3.4.tgz","fileCount":53,"unpackedSize":536996,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgiq7HCRA9TVsSAnZWagAAmpQP/RF68M8FEUY/3Hfctxmd\n9d/+Np2Q+6pIClHJrX/agpltxVXoYnVWjd4x7cWRwVnwqaQ65Jqs/Z1aPipP\n1nHnbiZF7+B6HtxwqRBz94MUmFNnd8dpnMCDfy4w32AmKzPf9zZ834nid3mh\n+JEpisxiHwTL5Xqv4t+dMz2Ow9aQAF/2nFf/GiqkTfEIeEaSg53fSPlWs7DW\njF79LbC8wwdMxfStYXLfo0KwVf5QSpc9uKXYNRdmF4DiVSG4oAJmsI+4w4X+\nB8mBMPwaek89IRSr6HCJQwYYGA9xxyGvauL7zUm/eq/VWzBnXVbUXnJ7KPs8\n5207gJYR/sOMhUkGpDzEaX4b/HZI7sQtD59GgPadcdZHIh5Y/FLRUUB0V3+k\nOqsTfI5g/MxuFj2zmpqnRzkcxGwUvSa/bidaD+lqbU0y+xfvDooXD6KKzbky\nh3eS2K67AyfBIFletIWSJDjGyDpVu8csOa6CdcjMMuniHjw99EN5xeZWCNtj\nhPOWZQQQZqAu2E0tv+xNYtSMRuNq+ObTI81O/lsaJdsq4YHKN0RVrglTyamR\nnomKiCiAaGgnOP4XPZ9nybm8QbCrLhHK3UNbYJP/XyPEnh2DhDJRxcANaIPS\nxmNpQoymX9cNPP7gDbUcZV7oq7fiWvNYlVXHySTaVrLvvEQ0P/+90tUFMvyc\nCVZe\r\n=TEI2\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAHHk1AXNUSqf5ytA1R1OnMO0s2cNsO5jO+RuKsOKX4hAiAmVDjkmopajpMnDCqdqpnSGbyfxLW8f8/aIq2pvZgACQ=="}]}},"1.3.5":{"name":"@node-red/runtime","version":"1.3.5","dependencies":{"@node-red/registry":"1.3.5","@node-red/util":"1.3.5","async-mutex":"0.3.1","clone":"2.1.2","express":"4.17.1","fs-extra":"8.1.0","json-stringify-safe":"5.0.1"},"dist":{"integrity":"sha512-4Cz83wX9trvhhPxFkF5HfYzqYQEcVOYf4f1lSDHP2xYowE22+x4BTCs8gZA4hCI4kbon3eyaU5NrzlrKd+nZbQ==","shasum":"a9c52cf12ae20b7ee0c4155158c19a67f0cba40d","tarball":"https://registry.npmjs.org/@node-red/runtime/-/runtime-1.3.5.tgz","fileCount":53,"unpackedSize":537006,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgo68ECRA9TVsSAnZWagAAcFYP/AiGYkhytpMi0BRL5tq2\njj1vZpV/eo/ATHLQeeDE+8TlKRPxyE6wV4z/15gBE23Qx7g07Vwjj/xbbGji\n0OSZW9xxDKazWZtvhV+ZsfoNvuiighKK+ocMvfXpz8M2EHfRowMzIReNql4x\nMolxYRIizZq7hIYn0Pf9LWGq/p7RkLHqlVU5rDFjZMLQi8DtNlE33Dna6TA9\nV32r7b1RVBA+DFQ2ZQ/ETADU5vBbN6fGubrMXbZdGpWV0k4SWkJP++9wqXc2\npzXJ0/dE+ilFJExyV4yNaYYzjM6PLEDk3Zly82a5s5l6uPtFCqg0wtEnrXMo\n0YSOdlb0YuCoScoGqKF1MZyrkyDc5z+YcOsDY/LhNKtvsevOswiVrsM0o9Vb\nKry0aZTsR3BquPtpiaSOe+25BoUneFfsCwLe64h/gHBXcKiFbbg8x7JL3TI9\nJV5m4W+9X2hNOn+bNQdBIugsWqDC34thzIPXhGslSC2B59qpinl8Xz1Yz0MO\nxsr1GB3eAbEO8M+75w07REa78annLUrRfcEQ8p5K0jkZ8MC/PFBvAkcnPCCv\nUVFJl9196BvXCNbK1ZKYiKmRh8mAOw35iO8iICV+FgW7RTxVIwZPZvpCctb+\ni5TdX/vQQlENpZJV4LMH0/0/gNlRok0+AujR4WVsJjCGsvMkfqBoUjnGI1+z\nHzTt\r\n=ObDA\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDi9u/GCL1xm3C/Z/ze9YAHlmPvqLVGMwPaCrxpe2X11wIhAInZomVZelThwQ1+5pkJ3c6r5F4SMV8UxlFsRWJl3Mv2"}]}},"2.0.0-beta.1":{"name":"@node-red/runtime","version":"2.0.0-beta.1","dependencies":{"@node-red/registry":"2.0.0-beta.1","@node-red/util":"2.0.0-beta.1","async-mutex":"0.3.1","clone":"2.1.2","express":"4.17.1","fs-extra":"10.0.0","json-stringify-safe":"5.0.1"},"dist":{"integrity":"sha512-+x0Bycb2xpw2A+O1x8pmcB3J6OnZJ29vSAx7OPyjNgxhL/2YxTQt2mIXtGbba10tgnZFuls0ktzn+sudWAiMOA==","shasum":"ddc0dcbc51d1f8d1ea10532a525ea949b71332b4","tarball":"https://registry.npmjs.org/@node-red/runtime/-/runtime-2.0.0-beta.1.tgz","fileCount":52,"unpackedSize":534282,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgwitQCRA9TVsSAnZWagAATckP/j0aOhsWSqeT29blG25h\nFhE+u8wsjIQG6PN3y4tB+poWC7E15OGz70XkvuVFMxmoNkmEzkT1IGYF6MjG\nWLm0QLSE1Lx2xcU/MoRqYGjbh76r9OKX+/sZtNTxJDCh7+EdVKnGcoBijt3X\nXGI9NjeexzXIY32xw2fM7WB0+sdiqBmFGkigljLXFb3axD4m7ZDGqMcSkb6N\nOMYLpzPWgIMvYBUOKyJ/lnKe6Ochun6bASRXEJfISboGaY5AmwrmSq0qk+8Y\nm7p5uB8tTH4SHq0O2XkR5+QO1z9vxff4oX+4dJwztPoE5vLmZNi4esN6izDt\nYSPYu2IPNcpPrt6pyXyG1Gv5IYe53mkIYb294CLr3Z2DRtW9AUQ8Dn7BzXXu\nPcYVqFRbtwh3DLUbpN81XKOmrQcL3/hATWpRVk6Aq0ieZMTinC8FZW/xKEp5\nyJtzXu4NZFSksdM0qodzqHZMjxLV6PwU+Ni5960uG0/p4BMDBuOAoMw/CtpN\nXErpWQmwzDO3tifitEzzx9/8ONHO7fb7k6EKT0BM3sFKEiXKPiqDioovIOzf\nuMi64t6AGfRrOX8kmxMj6GLHgdqWwecd4IACM1gF289GNsuZ8TMBDWZFbSou\nZmEG6+icsoZX+oJGSIyV92GPEa/7RRI9/WWk204lqHvxwJyi3F479X5sFSnY\nPx0C\r\n=Z0SL\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDJVbzH/Kvjixa8/YiVUgRea2rT16arBFitSUZk6KqhyAiBnLVP467yplvB015ZywSVrzskbWskbEcsVb19tktPVqg=="}]}},"2.0.0-beta.2":{"name":"@node-red/runtime","version":"2.0.0-beta.2","dependencies":{"@node-red/registry":"2.0.0-beta.2","@node-red/util":"2.0.0-beta.2","async-mutex":"0.3.1","clone":"2.1.2","express":"4.17.1","fs-extra":"10.0.0","json-stringify-safe":"5.0.1"},"dist":{"integrity":"sha512-EIZ5KQKBvhGueTkiExkcZFBUeF6+QkjnR6blucer5gt+zBQhCme23Ijn1dEix2K2hQFVJsg4fn7ibrNx+yOCcw==","shasum":"680182777e43384e6df4169fea0af56ea230cd8c","tarball":"https://registry.npmjs.org/@node-red/runtime/-/runtime-2.0.0-beta.2.tgz","fileCount":52,"unpackedSize":534707,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg3tsnCRA9TVsSAnZWagAAbQoP/jlEQAWa4wcab3stX5HX\n+hA9TjWsGlnoyJ0CW3rqw7BC+A0a2tlhBmjybjmS/sx9sPI4iolqsfTsPyb7\n6Cg+gh0be2jVsrFIidZbDpHHbOnb2JU2xDOv6Ki8AwsNhepQTaZ4Lu2LHWzv\nJgFTIH8UQnpTw2ti4L+hxxDkw7ucfGpacvJllRSmY1A8fmY5ImJB3piGEhH+\nyELYx+f1Rj2qPDEUI2rvajxx+aSvEdDfjk1HGyVD2b1Kf7aQW0kfBxHpau5T\njtgO+LkXjMXMvyxvzUAIQrd5B0O/IITQ9dZ2dddzmkOQo/rFz/2HIWytyjm6\n++c+PeUsgL0WWQr6gZZP/91cV/fo9WhLxedPqotQHkR5hG79uLvnEgd7sxbv\nFTcWT58dCGbOl1XUIAGAm29Ijw96JNm7ewiz2i9qeY42L6j+wMkV7KCV+5QQ\nyx97evsPgTvaDFqmRowPlFitGcTCvs4K+oeKc5hm0I4I0AklL2k8iUYem++T\nXEDtDWtcK9332fdzaSioQxknzM67fZslt53PfN0zd2bpo+zYFxmaY5W3Zm3l\n8F2eK3GXV5woU6LuufbVbY7l36TTDR0GXHS6tWNnHg0kW7HDxz1dY1WsKCrt\nvkdb+P4n+04BAVpunFnCdAoZWF/BANSYkLYNbZecAJJQwjj54AXMjb6RuyGH\njyII\r\n=CK1V\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICeafoPqD9PyrBI02oIbUwv9JU+/Q5G2JIPNtSfG3mbsAiEAqh0/j/W19xleoLHYGMabkca3PWLcrk0fE5Bxbrgz5js="}]}},"2.0.0":{"name":"@node-red/runtime","version":"2.0.0","dependencies":{"@node-red/registry":"2.0.0","@node-red/util":"2.0.0","async-mutex":"0.3.1","clone":"2.1.2","express":"4.17.1","fs-extra":"10.0.0","json-stringify-safe":"5.0.1"},"dist":{"integrity":"sha512-8t6faWqnsRXZLrAdh8UG+ZRD94fY+5VtIbVNVwTMU7biDCW7EskVQULpqPTnytnllOCSEMNMX0Y+Zn7L5Vyf7g==","shasum":"d6b0102e2aa266ac78d7df5065e5ec3b80b69c53","tarball":"https://registry.npmjs.org/@node-red/runtime/-/runtime-2.0.0.tgz","fileCount":52,"unpackedSize":535897,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg9qfQCRA9TVsSAnZWagAAVvQP/jIDOptehpwW9CQazmXo\n+1MEX/h+gHEnmXgDINBnwb452PTWwxfaqJHN/Eg9OefpMKvznPR+JPqys8Xt\nFUwWroG5G/a9hfGUmlP34Y5WilRqHSqFZ89mKUwLEeYsu0JArNFywXQCWaGA\n0XcbY1VKDOaTZ5Ms6t3ALY8HDG6bCU6IreVq3GezqQJ+6AttdYy2fmGp+xF0\nnxlS8LWtO+YfXgp+d19gpUFmMnmSNvwFEAu4xNH1QF+1RKp2ulgEbYVTL3H4\n0dK2u8FuYWvgn5sZT5WesMhAozI9GGT26qsX2iW224gRFd9lnR56WeD6Ob1H\n4SwSu+hL5L/Gduj9uBb53a7Ph3lrtWFFCKe2ti+5E70PU7a1jmtKgQh3VGOC\nM0I91sN79R1PDzcNHf4pXO7D4MlaZ80OV2+GQpBf0PB+BV7cg4XOXU7BPUVX\nX7jHBA4Sc4+gSpqRZ3vQbngdhopRfWvK6osyPm3LwalgJ/jI9orcb3u0LycE\nLct9XNqlAmevdUboVOiL2muOi0KJ/FrUvVlWnC/U7wbjdRWrC0hIFw8AHWQ5\nCEAsi/Xii4xvRmS2HAZkhOleSrYwqjoonsxPMtI+DJnJPmo9z45Ye6dFVa+F\nkhLPQVaxpg4F7HiH4S10SYJNVdM7zICm880hCm/k7FF7zo3jQ7/hgEOe6cvg\ntCJK\r\n=JCol\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDEaJeI0UbOj4lHz1vlIOlCt2tUoT0y87gmatOj/SO0jgIgccpYhRveCG9jAJo/mgI8oRxx5LY305836FJJmyZQREg="}]}},"2.0.1":{"name":"@node-red/runtime","version":"2.0.1","dependencies":{"@node-red/registry":"2.0.1","@node-red/util":"2.0.1","async-mutex":"0.3.1","clone":"2.1.2","express":"4.17.1","fs-extra":"10.0.0","json-stringify-safe":"5.0.1"},"dist":{"integrity":"sha512-3MbJk5Xum38Nt13FIvDmsuQYcdo5uxzKu2khHbXN3hG7XlECALSaKqLq19t7yg6e8q8Jqnb7j6184A1m34GVqQ==","shasum":"96578011bdc13b8931f77b192937b4cc272fad12","tarball":"https://registry.npmjs.org/@node-red/runtime/-/runtime-2.0.1.tgz","fileCount":52,"unpackedSize":535897,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg9tPaCRA9TVsSAnZWagAAwiYP/2Glmemizj5BBz1Kq3dd\nPUDywjIVO4VXgGZlK8qqLDLZ1qj8E+PoIPUq2kOUMTCGmcMG77OezS/5x4Ls\nyhGZkSiB6dnwSl3rorNBRfrBTnY5169i6mO0bzeX3cu6oT8TL3r0M6Jk6SOZ\nR5MuqDusGU0GMpurdlXzga/Cx1mFCJ7bNtcBJqQHnT8x4vHSotDrJeAFyAqH\nDLlq1oqWJfx9TE0LLYkwXzNTxpfn4LnBkL5/abYBSR/Z+ivyOpg2rrn2M6zD\n31XUY4kcmAKPfN8odeLwDbBNHMNoIqiFnO+5IZsgJw1TJRzbuKo1OYXw95OL\npXJe1ndmErmkNBcrKdsIJ2P4uBxQz0oFZJC56m3SiEVLz+sAozcNgo/Z1HVv\nnBHI3nh9sDLvgeTO0tM25DuebNUwcOJs0BIyYE3+uKr86080myG8x6aCRKpu\ngytrMWP0XcC+G67WbIEmP8rlPxbquCn7cmIWVrZoBzqgNIuxmgFCv5Ja/8W1\nlsyaDLwCIU5GGUMOyIrSngNJS/U8TDfxlliX+Jup/Fgn9E1HtDQloj64QMYn\nHUH1Fb0nHBA0X0iTnLckFXe+pKhmXwpK3nILU9IUUsL2+QAu9GWTF3Y8wM5E\nz9/J4IhlvraAetex6sY1TYI64mDCLvEOHCW/PKA6iu0ImBTMBPIU/GasDwD8\nG0VA\r\n=hfi8\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDc8NpIcfZSGIAvqCT5RdtTq9D8scM3Z5d61xm8/ZXwmQIhAMOEHhcDThlD+tEY6oBhCgZC0a1dBMB1SGUVjLpVfT2n"}]}},"2.0.2":{"name":"@node-red/runtime","version":"2.0.2","dependencies":{"@node-red/registry":"2.0.2","@node-red/util":"2.0.2","async-mutex":"0.3.1","clone":"2.1.2","express":"4.17.1","fs-extra":"10.0.0","json-stringify-safe":"5.0.1"},"dist":{"integrity":"sha512-GS1qte2+rvAbOGa5tBcwEp+kXU5cV2iqe68SDNKiVFJqUUGr6R7zKiH8Wtv6Z6/oYzuuSF3fXolYo4K1uOljnw==","shasum":"ff2352eba59e88a2d046d1df58c669700c436b29","tarball":"https://registry.npmjs.org/@node-red/runtime/-/runtime-2.0.2.tgz","fileCount":52,"unpackedSize":535897,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg+UbRCRA9TVsSAnZWagAA+zUP/iavZTmMB30QpL9PzkZY\ndBtSBGCauhTnCmgIqR8sWzoxi8X50dov5yDSP7nd1O/p5T8KPn9+nsPgAimM\n5+MDO8FeS+etgqx040h8zI7We2lPcQWzwrOisjidLwn1HH1cy39eYGsdPRun\nDHTSmn3syO1Lo+R+dQcemAe+/hoOTRQKO8D0R9ylDLqKzxlzakp4Gciy9yTu\nirDvh+nSqf60giSH7qQGbduDDuOE5U7FZ167FLA2DKVsO/D5Xo7jsGe9/XAZ\nJaOhHprOnO+dqogImDM3wXejw1B/mHp0S2Jyoqk8FZDT5+DOWb/Sc5O5yFan\n0PNzS/NWTRySHvHx+HcZBNhXtQjEApG5DVHI86hwzetCCg+Rs39Zi3RXU9o5\nDbDoe4a1/PScrazm6T+i+MwzMzFypRIfOEXWsUJBzNZqD0xPK1irYu1XgQLx\nbE9Az35sW4Cus93JRUjpxMfRby82Rqia3rqsHOcM+o0ldtyNMZJQeAro5ILi\nXSG6sRlQcH1klhWbbs/hbOYzFkOJ97dy1bn/fCHSKqIP49YRHN+uMBP4q7J0\nToeba0ZYEYxyxG8+8/3Or6y4wXxcx4PzJ/Yt0bmkEbsSlYL7paUsZUeZ4jsA\nIQUQeFLBGbm+uOCtO3PCSHrVFGvwKH6ygRqygc8wKxjJCA1N3/1Wov7oDxu5\nBlvr\r\n=U62K\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC34Sr+enkZaR8/Pexx6JqzbM/erapi2xEDqvzsB0YUNwIgUvYhBmG3XnUFi0Bmutw8W4JdhqrcB+B/b8yukNZXpCU="}]}},"2.0.3":{"name":"@node-red/runtime","version":"2.0.3","dependencies":{"@node-red/registry":"2.0.3","@node-red/util":"2.0.3","async-mutex":"0.3.1","clone":"2.1.2","express":"4.17.1","fs-extra":"10.0.0","json-stringify-safe":"5.0.1"},"dist":{"integrity":"sha512-mlqfUuVtqvil8B1OO1kW5DJX/5tKd/RdJt+cUwH99e+eL39NkP2s+rfk3qePRBphUiMkBQKIlpK+xFzDDTGUIQ==","shasum":"647d3f0288276b2528b10aa1666e8e2551da3bce","tarball":"https://registry.npmjs.org/@node-red/runtime/-/runtime-2.0.3.tgz","fileCount":52,"unpackedSize":535897,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg+sb8CRA9TVsSAnZWagAAQfwP/2isiDQTkQGXRQEihvlW\n/g6fsz6/1aeN3rEgXoo3eG9tXRGLbDpjA1nEI+xz6+mljsAt3PzHtmoXnfhr\nGsrOx34Jss8Gm85BB41KImhehY17tHuqADY2cXdIS1UvEwtmhgJ2GNN0/gnN\nYeY3wLayDvVN9Gm656WfRAGVPqaH3EbxZipd8uDtyTeu5NnuYDrhjX9dZoPb\nMRrRlSA7NoS6h0rSRAxaVsaObb0BHeBWgoJeMQB6ol7SjGWQh+Jbf9HuCcLZ\nvLKw91XYHt3bwtQASPnFHTHStr/jl4n34uq9j+nn+Cby0wXjx/zLduK7VKJg\nEtWU0HehB6KdZI9xzNHux2V3VI4lm53vZeGJzNtB8QT8wBEBVY3ftQ3b5E5r\nVNbDKGr6WtB4k+VBIptc3vslCDDTLBMk5myUE+/0vwrjkC4vy7hrhfrNKLQr\nY1xQTQ6DWuND9/K9kwrn5mVH9GzBCypPW6T093GQzGthMHl1RYuR4W1uk/DK\niJMreXW6ZApJgTEOehzssc3TfGhrUMrBJoREm4cdjAcv3e3d72ZbYN179axG\n7ibMu4XOSF4kzQY4BrLVKFx1hD2/B/Z/vGKSvJMOLpG9LP8F4B1Nnj2bKbsq\naNmOPBSRh247djzUeX8CyRwvRoTkePilEAmw4Fz/eX4Xwy3c2ktatDxaqyGv\nkk4R\r\n=naQ/\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDhl2w+aqVi/1DzVBbO2KglON9ivxt/napSG/k6e7QhygIhALuVErJGzot7imdzOOjWs1IEuPU4Rg+z4J6+WVdPgAel"}]}},"2.0.4":{"name":"@node-red/runtime","version":"2.0.4","dependencies":{"@node-red/registry":"2.0.4","@node-red/util":"2.0.4","async-mutex":"0.3.1","clone":"2.1.2","express":"4.17.1","fs-extra":"10.0.0","json-stringify-safe":"5.0.1"},"dist":{"integrity":"sha512-Jnc8OlZz0oAKNikkCljNgAa977WprzEXwPKgBAEKyNbeyIaE+2ZSlXaQqK1xQ73VPFVHc9V3n5cDC/g3lHUJtQ==","shasum":"cb1b0d15fdd2d8109a6f8e08121a4f62e165079c","tarball":"https://registry.npmjs.org/@node-red/runtime/-/runtime-2.0.4.tgz","fileCount":52,"unpackedSize":535897,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhAS0dCRA9TVsSAnZWagAAGyAP/if0U58My17xSRYaY4ld\nxnmA+nsYjruccy1msThChRE1Dx+2gU/+AL3bsPEOSft1CyOBoMQ6xAuomeRb\nfKcszkxIFkFNJTazO1yNaMKBf7bQf3b0l6i2Y5SEDP7rGAbrCxIhPUiFq4ez\nCh1DbieGFvFOwqqTF38/MgPu+bdO2GI57togaJuye7QYdy5AB6NyxxD5nkEx\nCswaZPtzReo0CCgO7rRKJ+R3PVY3lMNhF104ag2DDBTE/lVpxzfjODhOh0g6\n2hMjNWDPB/YuNJAwPTFqO2PSbTciBsBgLfjOSsTy7Bu2fW6qGv2YGfjQPOwh\nVaXM+yOFiEZF5OkiyxbLsa/v3bq3vG4XEUewp8ub9Ax3hJX6DdYmPRonPg/h\nciUDOkgyvTN89A7efCKlFZMuzui/CA1dzGVgKT0m4tSYCF5saK+MD2NT264a\nMsir//5N9zsXcCNuL8cMjnkzhntC/jxt9xtL6CO/LWycd0FD9a2laJacLfVU\nFGmyvzrAb6TVRczxowwDZlfafC6wjH3agSTpdcTNzrdHEe9HhtgLfvn9G+p4\n3WBuM+ZMShgy4r8bqE5Rts/wdp1RbxY+gEFoWa28NiKZSvm+3cYuXty28VXS\nB/rnJXqS7DO1xuBopzON7Xrm08OkkKd35TuYJKt50Vg62B9sJ/XMhS/Fc2T2\nt1uL\r\n=knWf\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAQZfnEde9wtedD9uvR0xh0NdvPB8sX0zs9VcncrfdlsAiAdHmmKJaO8c6RPqpHjtJM04E82gp+S7PGe9VN0WxBHnA=="}]}},"1.3.6":{"name":"@node-red/runtime","version":"1.3.6","dependencies":{"@node-red/registry":"1.3.6","@node-red/util":"1.3.6","async-mutex":"0.3.1","clone":"2.1.2","express":"4.17.1","fs-extra":"8.1.0","json-stringify-safe":"5.0.1"},"dist":{"integrity":"sha512-JJY1re6nQCuIRgjPMlnsw+TDs/F6xtyJL6EcwUdoz5JfCXqEbUf8iCm7RuDph76/PF8DHL10HGQS0kmC54dZrw==","shasum":"c03c793757dfc15979719de0b4c633a5e1caecba","tarball":"https://registry.npmjs.org/@node-red/runtime/-/runtime-1.3.6.tgz","fileCount":53,"unpackedSize":538192,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhA827CRA9TVsSAnZWagAA8+oP/2KhYKsGp9yJJVPh58v0\nk7yDQy/zT1IHFsrZlHTOV6va/60OrnMC7724XoLpRpgtfaCSvB7Uwek3v47d\nf1UM/AkIPQnmh8AmnJBF6mfbjK4fAEv+ql8bygr/gTkpnptkNjLFVDcSturC\nLLDyaik/Pvg7n40P6rlMOm8bMF5sOZHvrBvyut7vUvOiSB/ZbjhHd/XLqtRG\nXd8ys6SZTiv9eg+Kc3jJks9ZE3PfsH4dLNhDoG+xcda+15pXOI1p5ERbd0nC\nuL/kgbZpKB3ihx6SFQFY1sHxRvCwZ5b9wmBFm2cCu8WyegSfoDd2qilMU9SO\ndwsOulIC1Qwp5D1ZX7yOS03snt0JuswZ95Cv9Z0/N6LICY/qYS1U+WBL8Koz\nlqZHsDrjxmNlcL0CjBeU9uIOgCAgU7quBRxvIbfYAPoAqWlbrCtmYDE9TFFG\nbOFO76XnVZ1QD9UwNNLganSZ/6n+lsWVgURUqWwfkGNwMfVz6zCiYKBPwR6c\n0wYXPzHVg2Fq/0HT4DRD3dL41BQk4W6iuuVW+MV08WJqP6CZVXer7uk9IzCz\nD3uRVnkurkG73pTqTe+zt8nqC5L/a7wBtLrKxwuS6XqAELOuPgfkNdHEAeRP\nlsyd/iVgi21EO4CKsMP7LHmjo2efRk4r6mZJvXk+c6nGy3Iv7CPx7MLVsj22\na08E\r\n=rBtw\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDh5rPN0ER85SVdClPba/Jx1bBm4z8lo2rkzN735eVY+gIgQhq56e3ZpACdJSh8jZXIYG6XfAc7XUWTkJIYGXwUPWM="}]}},"2.0.5":{"name":"@node-red/runtime","version":"2.0.5","dependencies":{"@node-red/registry":"2.0.5","@node-red/util":"2.0.5","async-mutex":"0.3.1","clone":"2.1.2","express":"4.17.1","fs-extra":"10.0.0","json-stringify-safe":"5.0.1"},"dist":{"integrity":"sha512-eK55TQ+iTX0xZy8k4eW3JJCHywgnxpszuKg1aXurKD1sBURGa9qNztB/IW+0T0upnRYgQSTTI8j//msG6s76LQ==","shasum":"d6ee8848c2bdfdd7e8cdc22529cbb4322bde6ff7","tarball":"https://registry.npmjs.org/@node-red/runtime/-/runtime-2.0.5.tgz","fileCount":52,"unpackedSize":535897,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhA/TxCRA9TVsSAnZWagAAYd8P/2A82WE4MmiyVDlTHyM4\nGU1z60ItwVg8iRoGDaPx6Kx+eAlcawOJzQCsEYpFOAI8+dRZ7p4N3H6cF0EL\nsIMhod089O4D3ljk+lJTdeu0FrJIjgJjgHDc7/VA6TaGve9oy5d6ZcW4neU6\naWBJNO0UKWc0oV/3Dy8gMym+WU1gsRSrhWgEzKE5mOBYPrlwZdquuC/m+mBj\nDDp3bV01+INB+doiXwPxJzOzDOsgHVfYdINl1HaStSHPvENnkfz7socRF4rR\nQlZWL1bqFPV2Q45mwx4wFseuJqDOK5HmrtFvLQ2i5DX7ZOseXxFTj0uOgxIX\nhZ4tpMt78D025g02GSC4oCoFA6xVFM49icksNhtlDONrNw9e0w5HFuGE928N\nFIicTPvQ8pnlDO9aJFZATEH03I58CKOMzQW9pvoNcbauLsQWFLhYJdFcXGj7\nX/qoaCc4iE6bwqc06NYZWVQyTm3WuaPMb4ri3D6Nq6A5JNaLd5ZkG9GrBmCd\nfHK1Q4N9liTSMgg4lL9d37QDILiVd67yTIRHwXUy+JZZjMmZMWT12KYZl0R7\n3+vuEa+yfLrGAiCE7+9ovQpKWIAsVix3SDp0jlKqtC9f6FSdLoHAvUYw2GD1\nKPD0cOMxmzg00cczh6y22dDabHrsrbx0luNV+d7Fmjd2BRG2PKKpTyupkL7p\n2yfx\r\n=YJFO\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEav0Smb4hJPXXAM3sDlAecyLrW5Pga4Pnee4WLKOYBrAiEAkFHEoJdeLhx7/cI5vLh5CCA6c4e32RcEdM+Oy64jQyE="}]}},"1.3.7":{"name":"@node-red/runtime","version":"1.3.7","dependencies":{"@node-red/registry":"1.3.7","@node-red/util":"1.3.7","async-mutex":"0.3.1","clone":"2.1.2","express":"4.17.1","fs-extra":"8.1.0","json-stringify-safe":"5.0.1"},"dist":{"integrity":"sha512-4m6FnFy2qo9rQKet0MmUfLHC6gdhszfp5snoLzfAH8DZkBOdnqtnOHab7K4v4GyaXNS8pRoD6yD7ARiiYxGbug==","shasum":"a098c3ebd45d4e0875018d7e1cff751c7921115a","tarball":"https://registry.npmjs.org/@node-red/runtime/-/runtime-1.3.7.tgz","fileCount":53,"unpackedSize":538192,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhMIcrCRA9TVsSAnZWagAAK9AP/1CaMc7vagWEO7NqAxvQ\nWP8ScL48eGVfSxMVpgiw02VeyPKOnprAlmDjTaWQcx8y/YdlzbfFez3ux7tx\nCDn2mhOBAvXt2uFV+KsFRr5ZG0cJsq1/MBH8CSBIA0kjEKrhwGz2FrtSqHiI\n0snawgKEW0AV/lMwpYY/fl5OeaUjjx4ArVEY7TCwD5XWuZVNHfM4y1mYdkqz\nZZYZ6kG3VO32WsWT57fLrOX3dAApcnjPcWDKHi2ZvEiWaeOjGkXZjMmqGVw9\ntOqitRD3TS09W8ZS5Fd1e9i+ma8DJ2F+Mm3wgBogqlRQQCKyl+mSrCXoQ0ZS\no8HRozF6smqoITuF7PajSbLe9gWt6dY2zkR69iFiXjxC3osowti0469R6J3S\nSZSu8Y6rrfAWaUcpQyet0H6i9Rh+8XycB2mSSTTEsIaR62ovP7hndxrx9dmo\nGe3xSjMC1axafESU/1dTzc6j0zeTRGhN5wCPNxDXy6fYxArMGui/nv80kvGf\nWzOvkDPiEpD+uv4Px/qo02JgXc4yHQme7my05tBEzJgpGQvoApHojujlHFfX\nedqv6QhZlILlba0yA5Po1g5Lzwr9DN22/dJs1UkQIrkQ04jnlLDGa2mKUFWJ\n7I6pRp7LMABo5UW36IYxqq2EzGwnIc6vQt0K1KTorWdQPlkzacJ97/ffU3au\nRAGS\r\n=klbZ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFWy5wI6C/9HhyvTwyPbxYVvu9210c3uEm+XORv/hq8CAiBtpup8BNsOJbjQD6a5GDkV2WBr73J2LzZte0g0CDc/ZA=="}]}},"2.0.6":{"name":"@node-red/runtime","version":"2.0.6","dependencies":{"@node-red/registry":"2.0.6","@node-red/util":"2.0.6","async-mutex":"0.3.2","clone":"2.1.2","express":"4.17.1","fs-extra":"10.0.0","json-stringify-safe":"5.0.1"},"dist":{"integrity":"sha512-AdEYjEKl4wVFjV2Xhx2BBJCDVZVMer/9PmSaUQJVFjYKkn7ouazGjtHPxowcSeAYF0WpRfb66ceRe7ZHaRbqXw==","shasum":"2ef6b5b5c39a055eca483c8fdf88de1d6a05097c","tarball":"https://registry.npmjs.org/@node-red/runtime/-/runtime-2.0.6.tgz","fileCount":52,"unpackedSize":535897,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhMIgRCRA9TVsSAnZWagAACyAP/3K9vwuRQsBQQPVx6iSY\nRS6uhuE2kDUlx0FobcOW3g7gUyupT80+tlspXbkKPpve93XXdN67EoVumafz\n1wy2yjmgKWqpY0QhHPzgi3TuDhbER8+3wVB0TVOEJBJlzWQTp9m4iKmXP2Qt\nlxFuYykoKXiEvtBXv/FUtJMrSlBhnE+9LbX+X6aAtkgwlze9OqZGCfdNl6De\nvrtErBS+nSTwKVhCIB1oNC9lxR/wDE/3gQZ6CNFYqZjemGlvq1XQHTO7zlwl\nuAsexP9hEDIASqpUhQZQZS96GsP9f8BL2eGmu1oB1opLjnSjsYv8k1vq8SGp\nX+GHiKuvNOv80+5qIYMTlMIe7PiNC/gaud4ArQJWAVie6Ka1+DT81wDnj2al\nL+II3dFLgJHj77LHgBfwWuM2sFL7BX+7rZNJUe25rEgKBdxMi6YtbvQ8yvBU\nLKGTj5CchrI1QFokIWAfEvxiRxcwfIUjoXFys5MM8sZLsVQkbWUqiSmKW6BH\n2cTtL/2f1sd4ON1yF6xlb5sdG/XFumMM4/SNtQs48SbqClpFuFgFiXMN93UT\n4OKvPJHEd2WdqqDf89wuWDvNsFV4+eMrzrQOXDoKBQMB8eJI/yK6g3uwevfA\nV2Y9GPGWabi9SN50VvJnqcjQP/H+Z9tMbKfFV+jdu9Uo1mUb0KfSgZlDSDQH\nu9D6\r\n=/UR+\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD+UTXN0payuTYD+vq9ugfzVLIyuVeVBUC9dsPr+EooPAIgO2QlwrcknKQi5VjWrkAeGyDHnnBg8k0wu7bF85mADlw="}]}},"2.1.0-beta.1":{"name":"@node-red/runtime","version":"2.1.0-beta.1","dependencies":{"@node-red/registry":"2.1.0-beta.1","@node-red/util":"2.1.0-beta.1","async-mutex":"0.3.2","clone":"2.1.2","express":"4.17.1","fs-extra":"10.0.0","json-stringify-safe":"5.0.1"},"dist":{"integrity":"sha512-xGdosMSokv37tjXXJ/nN3kL5feQlrsYdvyCT7iOfZHbsR4EDHiLeCJB/w+EVIDVpG9nbTi34zVaauu//Du+4Sg==","shasum":"5e3ae012ac4febf4e99e809a04dcdee185c23358","tarball":"https://registry.npmjs.org/@node-red/runtime/-/runtime-2.1.0-beta.1.tgz","fileCount":52,"unpackedSize":542001,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFYImS8b8/zbEBGkofrLsI4466xU2/4t+U01vwfkSo1MAiBsTk541RwFLP7eya7ceA0AFZZZHaf4YzoCW6AEHpODuw=="}]}},"2.1.0-beta.2":{"name":"@node-red/runtime","version":"2.1.0-beta.2","dependencies":{"@node-red/registry":"2.1.0-beta.2","@node-red/util":"2.1.0-beta.2","async-mutex":"0.3.2","clone":"2.1.2","express":"4.17.1","fs-extra":"10.0.0","json-stringify-safe":"5.0.1"},"dist":{"integrity":"sha512-2kl8HklNlhO0/XXiSRwT/xOw/Bb8eomSrxYgEAvHkkXh/gsRsQGEEzt12/UIgqI60rxB13ZSyRRBACt3/rIvWQ==","shasum":"85ef51a088eb6706b11558bf9c72de36ef3a8854","tarball":"https://registry.npmjs.org/@node-red/runtime/-/runtime-2.1.0-beta.2.tgz","fileCount":52,"unpackedSize":542001,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCOymGYbXGtORWN+SJHh7xuvDOG6N8trPgC6Z6Lw8LpLAIga3OBkgrVo+YIghHc7MnL+2nk4Br+QIfeTDjpKlLBxAQ="}]}},"2.1.0":{"name":"@node-red/runtime","version":"2.1.0","dependencies":{"@node-red/registry":"2.1.0","@node-red/util":"2.1.0","async-mutex":"0.3.2","clone":"2.1.2","express":"4.17.1","fs-extra":"10.0.0","json-stringify-safe":"5.0.1"},"dist":{"integrity":"sha512-KErcjv/U4FxcxNA3rE9RcJ71xURLep/pjmwTS7tWl9kcYcRkVlzSMkDdiPtppgZV++uuxBV8735vpgFJ6SXPHA==","shasum":"7331f202634510bf14600bd756af164bb4febae8","tarball":"https://registry.npmjs.org/@node-red/runtime/-/runtime-2.1.0.tgz","fileCount":52,"unpackedSize":541980,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIC+la7pfffeuOiBp0qw0yS14vucZVn5/e4j2yrcXCmJMAiB83FNAR9sktq9+NFhcpjw9mu1RagXmlbycBCCc4EHEHQ=="}]}},"2.1.1":{"name":"@node-red/runtime","version":"2.1.1","dependencies":{"@node-red/registry":"2.1.1","@node-red/util":"2.1.1","async-mutex":"0.3.2","clone":"2.1.2","express":"4.17.1","fs-extra":"10.0.0","json-stringify-safe":"5.0.1"},"dist":{"integrity":"sha512-fefUZRBqeL7XoWgHqA38VvB4VvJ+0384QmBjjzh9LTFpQyZCbkt6Ht81q/va6vFLFPQ6qHf15mrCEfD07oKq+Q==","shasum":"88d98e4f7a245823510990686ec72c8ac20ba1f8","tarball":"https://registry.npmjs.org/@node-red/runtime/-/runtime-2.1.1.tgz","fileCount":52,"unpackedSize":541980,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCYiaEyreOPHBWvBu3cv3f49cnNqIQPed9lkJDsyeUXQgIhAM6kf+4jrOvfykj73PdF6zjGUJmMCvGJqJDzG8Tn2Wml"}]}},"2.1.2":{"name":"@node-red/runtime","version":"2.1.2","dependencies":{"@node-red/registry":"2.1.2","@node-red/util":"2.1.2","async-mutex":"0.3.2","clone":"2.1.2","express":"4.17.1","fs-extra":"10.0.0","json-stringify-safe":"5.0.1"},"dist":{"integrity":"sha512-Dy0BrEpno+Lft/B5RXfNl98FxTNxici4zT/FYGyuzwIsdqVJrJt8gzA7++NW3RaS0TWHWJ2avnBjo42tTRrkFA==","shasum":"6268e66d3dec4c6e664b33a51b8ce46c0ff4654d","tarball":"https://registry.npmjs.org/@node-red/runtime/-/runtime-2.1.2.tgz","fileCount":52,"unpackedSize":541980,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDZXOyOTs42GWK9NU/cjdGb9Z85u4m44CLYBg7ZDfi/JwIgP3uVWtNMQAMMe03AoTgaEMVX4LM9+w26VD4PBTMy+iA="}]}},"2.1.3":{"name":"@node-red/runtime","version":"2.1.3","dependencies":{"@node-red/registry":"2.1.3","@node-red/util":"2.1.3","async-mutex":"0.3.2","clone":"2.1.2","express":"4.17.1","fs-extra":"10.0.0","json-stringify-safe":"5.0.1"},"dist":{"integrity":"sha512-+Vu7a14CcODQh/fQyYP7sanPc7CFWOK4JI2l9K0n4Oy3d/4TOQ12k3ync0cFpgmJ1I/foFIN/oIg7T2ZVjQvDA==","shasum":"17f5bafa8b754b69659fb6d212b001a494923e58","tarball":"https://registry.npmjs.org/@node-red/runtime/-/runtime-2.1.3.tgz","fileCount":52,"unpackedSize":541980,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIF9IeU8sWcTE9edCLE4/lFaF6mjKJyZ9dHsMxaaR2dkwAiEAx8IFqq7LCFUmhOJHTR3H9xdbRUHuYaMBNxXjqyONYV0="}]}},"2.1.4":{"name":"@node-red/runtime","version":"2.1.4","dependencies":{"@node-red/registry":"2.1.4","@node-red/util":"2.1.4","async-mutex":"0.3.2","clone":"2.1.2","express":"4.17.1","fs-extra":"10.0.0","json-stringify-safe":"5.0.1"},"dist":{"integrity":"sha512-fU6lvgmpcnxQPc0CEyvgvDtGmNsgS5k6zJ9No+9jPCAkUAO069pFrecCddo9j/sN+8FRw4ikwqvKI0uAgTFx1Q==","shasum":"d3e32ae071e4245e88a411df0b45d6dcac70eac7","tarball":"https://registry.npmjs.org/@node-red/runtime/-/runtime-2.1.4.tgz","fileCount":52,"unpackedSize":542051,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhqJOlCRA9TVsSAnZWagAALY4QAJ4BuzdVtC/M2X04GUBg\nUglbwLeNOOxqIQ67yFZYkClq5EtywROVT3TtMR8q2SWOIsTA+8Nad33NTSUq\ntcdUV+gucJVCzcNSGXLLn/v19jb8gsz6py6xqOzO2Wub92RzGRl4Xc2G91EQ\n3Y+Jhe+fkRQBCWox11B9hsTLuQiUBFITbkh8J9kVzhMN4AMTVW0usMsF90EW\nP/OeECQLQ16MsZ0lMcCPDCQ2gVhZu0NYRrSxYfFCY6DtmnxRsb8yV0bj5Bfa\nkUVARVCzNB92hyy4B9WfHKHzfhK3x+yTago1fE3O9kq3WH0Lc+RiBr7KUS1n\nXhz/v7wuEnfgEAA+gF6XdAOF+EvaBzFX7hDjE+XDXTO3lasRC1ltLbMwTVqB\nKUQeUg9NevvYzjABq5X3JmWr3dVrOKXO50ABXTcJf94QVmlk0wdauYlxP9kU\nV5lr+Ke6a0uj80pgsd0Ck5Vy6nKZ0iycQbPanBDLHNeoYykYTjc6EmMJa5lp\n4viCRo59RjZe8c3+bBmBr7r8WBt8YSEq4JzxSbA4newvw5pT720MN9ltWLwl\ni4kpvyyfvZM1KrNy+vivQgwYAZmNqpDslyKbHwkADB1IzEQ4xCzLzVo8S871\nO4HvUyL6c6PqMR4vLzmafNHlFhC6VbvFhbvsJyArYq5t/xlJDA0lmZfcp7i2\npMgF\r\n=ncus\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDtPiDitBjBRQmQWw8bzz87OjKGbtNiXsTPt6xodmN1OAiEAiJTTtVwg50Y+eEgaKm+Ij6xVDAL8Emi3nd6M8Z+BFaM="}]}},"2.1.5":{"name":"@node-red/runtime","version":"2.1.5","dependencies":{"@node-red/registry":"2.1.5","@node-red/util":"2.1.5","async-mutex":"0.3.2","clone":"2.1.2","express":"4.17.2","fs-extra":"10.0.0","json-stringify-safe":"5.0.1"},"dist":{"integrity":"sha512-CQej8nTj7NGyFUhoVZ60sq+Cg2g4mbSbXhzGgI/ME7F6cBJNipYD7OEIZYvKZnedfIECb9KH2ZpSGBvHlR8LtQ==","shasum":"30cc186434d0e25c5bcf026ba842683552fdbba7","tarball":"https://registry.npmjs.org/@node-red/runtime/-/runtime-2.1.5.tgz","fileCount":52,"unpackedSize":544149,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh3/+SCRA9TVsSAnZWagAAPyEP/RJsMxS5sehLu3KOsxbu\nICc6Pvqu/eM5azXO2q2XzFb1wbyyl1fFp2XJXEZT0As5apKipkcR0d/k64mC\nc3uqG6OQMgNyssGj0bB3oKJUaauvZfmIFNkPdtNUHPn3mt91xDEMhfXx/7Dk\n6kO/EQ81+IRwwA2X7LFmW6uHVbRr77e5s+mMDGBkHns1yevWvUm9DxmkbNsB\nBQM5kYbdiodVTPFyqCf0+3xS7Kk1R1bbuiTo2DWBCHZeads+9dTqqcgtKOl4\nz4jInROKA/PS6rBxNZex6fv8f8FjE6Z8zgmT8WXF35qZPjpDmXLJEK02liEd\nMMNHjHDiltvuSsK/3B9NsTFCUPazJJqC38Ocm+E+YTSy6ozgETy+HMJUAxKx\nWXql0OKHQqiKytE4JMcMhdsJTq/bXJinPZzKbpLYJZDC2XbgB0OaHFVgqJ9G\noRkvIHf0QiRfh6fTyVTq//NU7EEHqS+xGKMttnbLtRV4ltlSnNUSubd8ad8W\nPJ6cLjnDpQgJeoinhTfV9GHWJvjx5lHGCnv9+gYHB6W70VrBhPlpbS8XzAzW\nJZ/8Rwsp1Gz4CpTaTEtcWjadnoWav/E+xZRMLi8S4RjW0npvf/oW1igA1zH3\nGydqGFOfj8frinPBaVry9fDaNf/S2BfzLWNWrn9TZ/2VgDemnbvuJqbRmQ0B\nv4E2\r\n=C8rn\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCsDdeS8TH2nnuS9xS5wYscMqFmVNjVSTJd4OVpgkmKoQIhAPRi1/V4zSt45OLzuzf7Slm5OoZj445x4lr95ucLfz8L"}]}},"2.2.0-beta.1":{"name":"@node-red/runtime","version":"2.2.0-beta.1","dependencies":{"@node-red/registry":"2.2.0-beta.1","@node-red/util":"2.2.0-beta.1","async-mutex":"0.3.2","clone":"2.1.2","express":"4.17.2","fs-extra":"10.0.0","json-stringify-safe":"5.0.1"},"dist":{"integrity":"sha512-qo5jpTlVopq+xf/hbfD/CXkADAx0SVFW4IlEQiQQ5NzCOC1sxAETlwrSDTqJXd6/Whsm/wI6+YDCFv43CL8yVA==","shasum":"ddcb3c47aba442b9cd27072d088625cf2f6a0ff1","tarball":"https://registry.npmjs.org/@node-red/runtime/-/runtime-2.2.0-beta.1.tgz","fileCount":52,"unpackedSize":544170,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh4EYVCRA9TVsSAnZWagAA6isQAI1hCWgcZtfGQAmyZQ3e\nAhAAQsx0TSFl1Gr3n/3Lg6ONdSIFbgae8FNmwn+fAtQv9XGr4/zk+aGPtahH\ndyT8ybcJH82j467Ae+5mZyP2nNK8YkFNpe3WXjqvwoLcz3+JBuoTpBLqcSFJ\nRenvh6ke9pV6bnuuvMKtGVYr7aPQx22XYEmpTdB9mqE+ayQqxlP6Oztxy8it\no7AKpVcfXs7yer8epweTHCTP09Q3QuY+3i0qhGu5YyOoKIhs6VjOwyNUozXs\n1mFPH0/kyr6S4F1KejYJZJhVymCjurHo51pxdZ2+x6oqZGiVWtoVEma1c/kE\nnh04ZUJR8f0MbdAyOCc6N5Jcx8g/j+1GfCV5rjbQQlRj2u8J3dfUJZ57Imtn\nMw2QoJveK97uFsd/Qw8iwwNY9xcy1g29FjDkJdqVcFtn0FrFr/3vnl3mcI9Y\n/Wm5SvuBsPRnRJqJJ9TTTjnxgS9G8U0EhfUFEBfCzaWmO60ErWvMcM5sWssn\n8NhzmMd6UsqSp+wPLSw0XoLLJSxFMVrCVcPpfZ296EEDxqB2Mk0MjbkpeTNS\nRyJm0f49qhwjctDeNU+fp2mrUS3lTzMwcjTI7skCQKl5rHWQABBOBAUvoxD2\n8GGVknmqZv2fzCbT2bZMaYpi8qYBDnj+4SyGUnrVzNbCfkca6QWJO4fcY0/S\nauUy\r\n=VwQM\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEQTTNpn5Avwbr2DPc57pPnNyInLDbyZReGFWgopf9JiAiA8rqN/GvCuMTH8sjdDiWSt48BC5XbWDGeJnM/mwpUAtQ=="}]}},"2.1.6":{"name":"@node-red/runtime","version":"2.1.6","dependencies":{"@node-red/registry":"2.1.6","@node-red/util":"2.1.6","async-mutex":"0.3.2","clone":"2.1.2","express":"4.17.2","fs-extra":"10.0.0","json-stringify-safe":"5.0.1"},"dist":{"integrity":"sha512-U+Hv+GwxxiOPgUdI3GPfzo/4Frm+szhCjlY/5FKU8WlD4tXU68+jNkm+LV/XFTj5VfKZABuz6t82ntRdwtqPpw==","shasum":"c9c25d48dba76a23c09f7a40bdcf992471c1fe63","tarball":"https://registry.npmjs.org/@node-red/runtime/-/runtime-2.1.6.tgz","fileCount":52,"unpackedSize":544149,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh5o0mCRA9TVsSAnZWagAA6DAQAJ+QBhKgCW67+ZnZy0bq\n/Uu3f3zt31+B2LKdti0O49LWR78frTbRpNT9AP1w+xlbnWfnzec9NfrMe1MY\nl61mp1CzgZGbKBMgYDzIQ+XBiatp/36MKfHJOn7hyl3f64UiPHlivywmCaND\nV3Cpndv9KmSheWnj61zXV50h4QoDvbr0oJajfEAC1Wlpa70ZbqJ+LKSVFfrK\nEv3rLmRSVMkgX9M0M7aviojjvn/7zYCuZtIgSEjhRl+wcBLQe0ZeKvk67z/E\nDu9GPHN1OgvdHNWPJtcIeAT9EszKfI+UuK2vpNLwg1LAI48/FINGghJt22wk\nxVXs3leyzQ98w4nVbmJiKBo1WSmbtPhbyGEXSAAVKA7a6rNZcsuLj8AVdJOz\nGThcX3vPAK7cQyxCOyqUEoEBEcDEqPJ4vJuQ1ad/vsXQw5UkHtXjq5G3oSTD\neHrxBLgC5eP4RI1v0f3u56NnG5U0Jb18bKxaPuX8ZjkDHpjf9Y0iHexd+6fa\nBSRivUC1sIS/4bd+qBWmnXds15zo+DlthZ6OE7c+DPdYJevje50uC9ab1VMr\nzm7sua3yUGZeGOn0RH35LaKnfbEbXs0cpgH71aeVFTdbwOPtfmhIm2dWqXTj\nArM5+xP/gEu40HVraTgbMWhcQ2uOLTLL/isCa77x/ogHgrfYYFNJ8D2hR72F\npqmH\r\n=uQsc\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC7yMUFqOeUlTUz+qIFOVvRRv7Fkk3rF01CY6quny6h7wIgKlZsQM8jhv7PiEImswIg9SCgBzaGicd8Igm/Ymze3B4="}]}},"2.2.0":{"name":"@node-red/runtime","version":"2.2.0","dependencies":{"@node-red/registry":"2.2.0","@node-red/util":"2.2.0","async-mutex":"0.3.2","clone":"2.1.2","express":"4.17.2","fs-extra":"10.0.0","json-stringify-safe":"5.0.1"},"dist":{"integrity":"sha512-ejGVWPe7L4rUXe8hiA0mX6K0hzxPBdDYalF084U+CX8RGktC2h/tLP4ERrLFx2Qg7TeGkBWZuS3eSyD0E5Lo/g==","shasum":"3d3f2487d0771aa9d7e72c020557e483014ace0c","tarball":"https://registry.npmjs.org/@node-red/runtime/-/runtime-2.2.0.tgz","fileCount":52,"unpackedSize":547014,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh8piUCRA9TVsSAnZWagAAoKAP/2eZ2/WxK2dqgeywMC9I\n4L71JviVoL0oCvNNfXF9AAJ7M+y4zKXcQjd8I3kaRS3s7qUhyS7eTcFRj/wz\n59ZE5CpnuS30zheOuBEldUpg1jvdP8/zdQXf9K8z7ccx5j5H51BO7CkTlQug\nFh7fB0qJwQegqx8jwMONq/HPzoKErnrC5kAho2dTPYus9Qn8kjWdeXqUTvar\nkJdP/YskcpYASR/W3OQcI6UYsBXTBlMzKBf4AInlmWXk1Bod/oie/TWER17A\nDoj096baw70I5eFOEvf5Xxqizmt7wNfbQdXd1c5YMuJVRrdPyLMLkTrjLPLH\nkmtqs23XLUB3GxbALZ45ZbYBPPXHmKIKz4ABbwL6f/Zk1ZnP3hG8dM7jjtev\nEDDJaJPEQ+TCHkt1HMRL157YuKFwItkcZfCrXoSPNKQqSpFzx9aBYE9nwo+t\n6roQdOTaxuF3Dhij2qVNDB2BZKYZMA1VwHn7NLN2LUl4VCuCd1CBRaFpSie2\nQu5bjdb8D88E+TraaNHxLg9KoXXfJgxjCHUpN6TcX/OFMVDgMIiKslhSv9Wb\n0seIxKlcUQUCPeh2J9UxKBpFR73mL5OfCaxyezjwdyqm6k9s/hCynTbdKkn2\n6VMv/ULQIRM6IhzZ3pdm7+p97e5g+dpyQtv21BtvaGR+nUYkopH1tuiQqlJp\n/sc6\r\n=wOwf\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDYb3MhsSVp9THYU5eS8n8gR0zi/JWLLrP0NTYWRkBFAgIgb+LJZPeisvhO+Z2t9oCmyLftkFthWhAI2e1BJhygOM8="}]}},"2.2.1":{"name":"@node-red/runtime","version":"2.2.1","dependencies":{"@node-red/registry":"2.2.1","@node-red/util":"2.2.1","async-mutex":"0.3.2","clone":"2.1.2","express":"4.17.2","fs-extra":"10.0.0","json-stringify-safe":"5.0.1"},"dist":{"integrity":"sha512-752q4tnj6xb7dL3EL3kwQLDsq4TzCWdCukkhe3sMqu6Indkk1T11FTtlb/6j+5YaWB/bh/YE1Pu6jDd629aA1A==","shasum":"9785827c19c36d6c74b91dd73eec9686fa99a34a","tarball":"https://registry.npmjs.org/@node-red/runtime/-/runtime-2.2.1.tgz","fileCount":52,"unpackedSize":548319,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiC6/iCRA9TVsSAnZWagAANvYP/jd5kZvcuVhEptxZ1vS4\nwPkVa06r204aeJI/KeR2QZGb+GBDinTQLvmxqSwCgOwMaz21+x81SBq/1PZ1\nzCXOw8WRNPzKpMZrZqImpyirRDmlAScvfJj12NKJ2rsmwezAcxxcu+oWzmIg\nLtUWTHy6+Y3csdGTP5VsYHd06aYSAvrZeIZOLstciE3l/cpaExA+KWlftihI\nIJhTl5pNVUW3kzT8AfQkfm528caUp140BrHNgtAEVT5o9ilmucg23m3mi4OU\ncb3M29ZwvD7ysMUE37/E9W5DOgNUBGJD7r3wkOsJgeWyP5HfE/+OQ4tU4UTU\nmKkkP+SG9QR7lxXX8r4Z/II9q5YiN9wbCgxR+Mygvq8CbH8jyfJdNv1wz97Q\nIMoGa0hh9XjQ3zLXfPgEm0/RJKt0rwtyCeSkPHjUXyZYfMv/eRW6BmdgUb4n\nvKhvBlP+FS8egKrm2wgjuerF6OcrP0LRTexxGFOnYp1sCJn5hki6IP6ST1iF\nDjia5WyLLk2vO5irroAVkOCkQI2EqDtL10XaslkU9kzGQZAtPiIYnIhvwj8h\nGkDtAKLrXjOp5f138VBbB7tw25IlHMMLBoM0krG/+XUEigzjzOo9F7CL8Sti\nBH0rAeuwnVao4bRFxQWPPF0J1lWvhmcE7KfRCIX54d3FFnnw+JV+OmAr1Orc\nE3H8\r\n=WyI1\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIG+XtfraaWFJlzh44Lyw9QRDSeRNAzBCGoeqa8MTzCBFAiBOWoFFFkWAgUMfikFOFL9sUKBIJVglxQk5teJBLqhZeQ=="}]}},"2.2.2":{"name":"@node-red/runtime","version":"2.2.2","dependencies":{"@node-red/registry":"2.2.2","@node-red/util":"2.2.2","async-mutex":"0.3.2","clone":"2.1.2","express":"4.17.2","fs-extra":"10.0.0","json-stringify-safe":"5.0.1"},"dist":{"integrity":"sha512-PW+HGDmY7Q5nXx+zPVpbFaFpn59EyPLb2QYYL1T5MarCQpUfIaL44NMhSG//n0+vkGZBLi9T6ltapWgEYW4x9g==","shasum":"c0756fbc49d171086fbed3326413549fcaf35128","tarball":"https://registry.npmjs.org/@node-red/runtime/-/runtime-2.2.2.tgz","fileCount":52,"unpackedSize":548319,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiD7G0ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqMjQ/9GH4aGGh8Hly1OXApD4FW3H3/0+pOPHFaBF5MuAkr1J9daGXU\r\nfJzIbyCm+xCf42H8Gd9FljgP3miUNS6vjJenuIJQvMNtv2bLYaAs56vznLMR\r\n0XIhmF0/TUN13PelGHWy3tpVv70L/HdqcGgFh7vOcJi7tv+ODRn77ES9oc5W\r\nDZoCTkGC1UIObMRjhvBfHe0dsBTLccE+OmwCA9K0a2U2/usFzEWXlHquuPVp\r\n57PpgitxBxUoawLdhbHmMgatmBRJgQEmpmLS2ZM6fb+vtvDodslZgGq/rUoM\r\noGs4X/hRmlq6qKDFjEqsEVLVDzlPTL8nvRPCenUlTW9mjmxJVmnxVQmBI6pQ\r\noy56b6VHwBsCoiol4mmFBzp9PP5Xan5IG+bJs9Uvzgpvs2y2SM/at4OBDEHp\r\ngU2T28C80QqNyUiEaG/Sbz+lJg8/FZ1wI4F5JlJR2PV7z1oQoItC/nwqPmGX\r\nBrPsr4pumVwcfBvbLYob2/nI/4WyVpRRkA/g0rAPm528SmuyeTjCLtZTIWBm\r\nCqBShsVbp1eR2nY3FFIoOa2mx4hEjCqcsTLKt9e5Yu80do9sseIJ6imeWA86\r\n16ENpgmKSt9kYfFQxfkboWWnM3m5eUGcZEu/rh9YZRYjo4f/4ZfeGyNb7GoZ\r\nbtuhsxKTdESt0EurpXzkz2So48RU+FQW4fY=\r\n=XfOM\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD+Un4YxD3+5rxX/NGIXO1M/outG/rtz+Rj8p5G1Rh2/AIhAProtdmkxQgSkFN1u/KZdHmDF56Ci8odOJYYq7imkho0"}]}},"3.0.0-beta.1":{"name":"@node-red/runtime","version":"3.0.0-beta.1","dependencies":{"@node-red/registry":"3.0.0-beta.1","@node-red/util":"3.0.0-beta.1","async-mutex":"0.3.2","clone":"2.1.2","express":"4.18.1","fs-extra":"10.1.0","json-stringify-safe":"5.0.1"},"dist":{"integrity":"sha512-prp8McrguaLa06KX3NusihpsLsq3a4ENtmcuBGNHwXn4ru2s4kHm2r4A+KJeYT0b71npHt2pXAtXjpls8LvGcA==","shasum":"669725fcc116ef175b5d962596ccc16402830dbf","tarball":"https://registry.npmjs.org/@node-red/runtime/-/runtime-3.0.0-beta.1.tgz","fileCount":53,"unpackedSize":556826,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIH8Iuft3cVKvTs8Lgrfoc4jMFJb7SrAfYFTg+sac9bmrAiEAuzY54ndbgBA2mAQPH5+WsMx25yayyW8lYQDGAXRdpHI="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJicS6bACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpDMg/8CRJyz19L/P/2r0bzpVGD+iKqqEz1vP657TpNgCkcLWiBnUDk\r\nP72BKU/el/TGvfpgAtdcWe7vkwNjuzaBLMxtlbVhKMLaDbUrdIvp59kz/DkD\r\nOq0Ls+0QdCP8+yiXppdSNx0JG2Jc3Gfbxh+fWfi8JSxqQ81Zh/YT6OrAxoEC\r\nhyw/1wvzqFjHeZmbaxUVjaT7Xt/esUW3885NvvC9Fx1/dzFmqal2Kl1xBraZ\r\nke1aB7pzaWyxLgCDmRZ7BWY81p2XGNCTCvD63u0WIaiMnZ/kgId4IGP8tCeA\r\nHyzjqKY+t9L/boPPrWxpEMBvSkfr7znId6RhM3fZs7Nf5ldHzas9+S10j5xV\r\nEiTCkVmIgioyjzJEtTh2ZJaR9/vh64mmaIZuAHS6HiDeQ2ozkFrN2ol1IvbA\r\nOGfWCaIfI+QdF/RQEnM4v40fVvHnoHongDFFap6Am0ffGdfSEA7Hm5vEYnL3\r\nRm5q30Zg3o+n4hUDWKRwzcNpvfvyRiVDjNAkdDJctGkJESRKUbtm4iJE1AtC\r\nAMFnWqTTNh73I17ud1mP5DOSvX5yMOcXEBkX3ERIq937/GZfqFXzftYP4PbJ\r\na/MzhuB3KeDgFJET4GfhMdrJYJAD6MRNy/9AsPGpMzGkLt5nHtPZKXPHmjbo\r\nbszsAa4UXd8M+A+dIOZUbJsQjug9vNVCnLk=\r\n=uFBE\r\n-----END PGP SIGNATURE-----\r\n"}},"3.0.0-beta.2":{"name":"@node-red/runtime","version":"3.0.0-beta.2","dependencies":{"@node-red/registry":"3.0.0-beta.2","@node-red/util":"3.0.0-beta.2","async-mutex":"0.3.2","clone":"2.1.2","express":"4.18.1","fs-extra":"10.1.0","json-stringify-safe":"5.0.1"},"dist":{"integrity":"sha512-OfoRdA8tYcggtb13Ydq6wNoVH3Sj6F2cbX2Uw3NlSfuKCPQt8st6iakNhVBvjjq3QCTMtl+Ky5pl3rw7ajDtig==","shasum":"064643b99c09364e2bd5b6d338207aa552c27874","tarball":"https://registry.npmjs.org/@node-red/runtime/-/runtime-3.0.0-beta.2.tgz","fileCount":53,"unpackedSize":557017,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDp3lh1al/744Dkh8YVd5a+IHxQvefZ6W4YhMa/84y9wAIgamjoZqrM4S7otRA4ltZU7N0ZFAGeh9RjULKQK1PKG4Q="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJigiyiACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmry9RAAiZbObWaZ/zRQM+F7H15SZjS5I+EymZDLDQA67o04/Q3KOEfU\r\nwwiGQzPKENmNLHE6ZnbOwvZxVouFsaA+W0WojHyatNhWadrIr7Q5eE3TQuB8\r\nR5R0x4pc36puVumwwtmu7AsgGiBaeGj/Klc8PKxkje9xM7jji2cJBB7wNz62\r\nlYAm7+N0akD8hhmqEBOoHjbOt5AMXK/76s5uQy4XVsBCHghvwadC1rnh5BhG\r\nL0D17e3kNpRp/ZGtBWnET9kiL5Pi1E5L0fqGXtt2RbhKvCmPzCrH+PyeAt62\r\nPr/TzG0wEOjGUjWjv4qeINCkwI8N1ksjv5PaTYnKTHrblTn90mvk67CBDL/p\r\ne84tiidufsRcbNflPbjiB3OVhZahH8wKFkTBgB3ihza1i0jtLIPiMMBBPVCm\r\nMMbnffMe2/N2zfmT7vbsV+WJOX5sXrOxHkT/l4BxNdBR+FGUULdShS2CcKm0\r\n8tPUMdl7U5iIUi+IN5gFXVuDWju0dc5GLR2TqsiKRfpVUVL/1naZZrbRQZXF\r\nxCYCQ8e6iMpyTmzrxiJ8kWdUIT7sEqxXRptfo4nFFW0SKs24vLF4FEbJA0lR\r\nS3wzNqKxV77kG8Uv6Rq+CYNLl4MxVmrfrnEu7M3IDgui6pZ9A/1ixfw3EoaC\r\noCB7i107au3dEavgx+KVVrd1gQUxDMH+q0U=\r\n=HI+t\r\n-----END PGP SIGNATURE-----\r\n"}},"3.0.0-beta.3":{"name":"@node-red/runtime","version":"3.0.0-beta.3","dependencies":{"@node-red/registry":"3.0.0-beta.3","@node-red/util":"3.0.0-beta.3","async-mutex":"0.3.2","clone":"2.1.2","express":"4.18.1","fs-extra":"10.1.0","json-stringify-safe":"5.0.1"},"dist":{"integrity":"sha512-MONUmN9PtEbS5ZsXaKSbiHk7KjqsUQ7vq6PDeVO/sLfAtlO9XnU6x0mQ0thflquLsutOtajJXOeaXSdywpUKEw==","shasum":"cb836f6f2361bafda7c54300aba81ca16dd7e3e0","tarball":"https://registry.npmjs.org/@node-red/runtime/-/runtime-3.0.0-beta.3.tgz","fileCount":53,"unpackedSize":557009,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCa1f0CifhlrL5xXOvIGO/8Oyq8odUhO2Wnax5i4ucmSgIge8y0jnUdewUYK9ENX10mqZc+jeQPyQDhtR0mVoowZcs="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiq1l/ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoPKA//dqGr+tbzd35OH+oWiaWcDU6HcRczj9ji9REgB9F7Ci4pYhur\r\nEtvjVqkeiRH9vyWQ8qBccQii2F6gJk+rsWIcJl7brL6b0P0D15UhQASW7R8E\r\n0/rvsqa9H7dJrdq5/8sP7Y+2PGeJrkUplVo7VBMw7TySZJc/OwLxveEqB0ay\r\nET1tJ7kS1BwunwAhz7YV6PN6fVMs6UoJdcYt+x3C/IzbpUpz2OQ7y889MVJw\r\nPKC52K483hSXF3qKLg1EixMaXKaz/gzXELDLMKhapj/YfrCjsdNMmobReiWv\r\nNjaCcjF/G4W9zwrXdIyT7zDDsEk99iGx5Ms3JIiBWm+/MoHDCyx4s8Vie8uc\r\nJr2EYSZ9l4rIYpSz1mG2OkU4T0vglgxGcUz0a5KXmQrFgjTOi7ETVyjcrk/b\r\navSu+4HWIAiUhYC0MCFGEVot6NGoaKyuaB9/KqbYPQ3IuW9O0JNnfXpZeZpI\r\nuKJqGDKSYinP4OR0Ml417AVTz8z3yj8Ec7vlxxym5RmMEF2KFb0CNEbGN21Q\r\nsCjNuewL4jLLig/2sMxv9PKj9+OLNIm+stQ9r8PuqEOFuRCJlQY3wEF2aSsC\r\nwD4YvYdF4fL4JREsnIbOELwX5aHx9Z5oBae48pAkgPYB+int+HU8CBi3mZhC\r\n2o+dsAR64um6FUFKnNY/Bb3m7Wj05u4us3k=\r\n=E0zV\r\n-----END PGP SIGNATURE-----\r\n"}},"3.0.0-beta.4":{"name":"@node-red/runtime","version":"3.0.0-beta.4","dependencies":{"@node-red/registry":"3.0.0-beta.4","@node-red/util":"3.0.0-beta.4","async-mutex":"0.3.2","clone":"2.1.2","express":"4.18.1","fs-extra":"10.1.0","json-stringify-safe":"5.0.1"},"dist":{"integrity":"sha512-XBT+ZdQ7GfIE8aZG0cP6f/Da9Ju0KZvyqKLE3Er8LAXhcU/gfICNkHZoIVS8jdsoprr5NlQXy0NsTzARf7+62w==","shasum":"5646b6295ff0c6647c86ef5ea5ab11af7f335f3b","tarball":"https://registry.npmjs.org/@node-red/runtime/-/runtime-3.0.0-beta.4.tgz","fileCount":53,"unpackedSize":561744,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCkaei0p/PFHRnf/eYomyqR0cfiGISQaQbJR6elxhCyeQIgPsHJN+LIQzhrB5k5kw13gAVmwD2e7rLE2jr9xYh6GoU="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJivWIMACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoOUg/+LzLTverr9BWPrP7GzdzwzvQeA/sbhhmMPRd0CxFthtgcxvx7\r\n2NFIsWW6rxjgvG6R5IU4MKtzBlWNjz6vzs4xgAmMORDxqV4APzGcxtxMqW46\r\nR+dnpmW0I+zgqttxcPDuA8qvfvQE3cZTXbTYaHDMOFNRjamKAhk1oXX5i6Im\r\n8AvNGGgVQRwKsbb8mcdXRoHpmTnjLXYLU/6abzI+I9JN4uvwCyn/hQJavXcm\r\nui+zrDQIq+aAOmI8Uy/L6HG0AfqARHGB1Av1/NDu/V4vofEMfZfTNZHzcupo\r\nwJd3Y1v/doUQ7k1pg5rh1QihR+PX4b7opfIIdBIASNRql3cg24g2SH1tI7iL\r\nM2/7UAyrr1QV3XDBi72YlMPo3dSnU+aTTxpaAKY4ovYjmH4VPBbeqhOMRV5y\r\nYp1ouHpsAQ7q6z6BGtWZv3EAm3lY3mGft5zInQBUwRTZiFB3a1HflgV2JfEJ\r\nji9IyX3u+KqkPrK1NfII9vcnuqgZaR19Y7265B+2xQ2Gnmd19e4JycaSh3yQ\r\nFyDKQmqQ0R2I/2rCsYep7DDe26ohknAoh5IGOfeO5TkxJ0CyCiVlEFu/kOGB\r\nM+ippOcye1m3e4hX7bR1rATiURm76x42wyUy7gAtXvaMlE3iI6aGHm/MDOb9\r\n/yyV2JfYYjM6cK9N9bCDq6EhAGD636p/khk=\r\n=HvHY\r\n-----END PGP SIGNATURE-----\r\n"}},"3.0.0":{"name":"@node-red/runtime","version":"3.0.0","dependencies":{"@node-red/registry":"3.0.0","@node-red/util":"3.0.0","async-mutex":"0.3.2","clone":"2.1.2","express":"4.18.1","fs-extra":"10.1.0","json-stringify-safe":"5.0.1"},"dist":{"integrity":"sha512-sBSCOQsESqCMNf+KDWI5G/I8aotmiofCXBf7TWN+mqtiQ+EkTAYIqXGtdsIGG/wKaMphbs3b8qmciSxCz2O1ZQ==","shasum":"31dcd20a0e81f07d2207faf05d7b0b657ff9f7a2","tarball":"https://registry.npmjs.org/@node-red/runtime/-/runtime-3.0.0.tgz","fileCount":53,"unpackedSize":561881,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGX9F1krH1riTSEybXeo9q16VRkRMru8Xc+lDfLPX6CQAiBTibJbvZzdRQXzkNERa9TPO4xHJr+ZgPBlgodXFbQUhg=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiz9udACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpSRA//S2f5fqg3OqAwQzKIebjNtdVU7JGFMKfo+3qJGt2Z1PtopkW2\r\nkkwpOpmHvZbEKr5u1Nb9hSSy80tMDgH4cdhvwBqy4wnxDw+lHiaNR8attxyP\r\nS9E0d4pDHyPmvfck82wnpVl46giMpFDJClCcttFuI44AGo2ZpI9Xu5mSVUfL\r\ndRUoaEx3UOzsrye+pr0wxCmuSfx4T9hhF8Sl7qIwNNra1hu+KII357v8xFOc\r\nBpBACr+RSK5BhqFrk36lDg1JcD9tk75fLqVEYvSRLVqb2ntLoYJxDjsL9HGs\r\n7HW1R/E/oKojZnUaVmFbTJnvUUOFyDniuFocU/1YLZNH3tHisuwt29neZEzc\r\nHTw8PGrMThE9zZ001ljwDRJbg7ns+qAd8Uee/4UytuPV6P4YYM+VZnnb/sYr\r\ny6V8RhMZGdVhEUnR0K11xsLirHPi5KqAeo9CfsS6/x3088igZB4dXcRD9HPZ\r\nPr7JPKcMBT3W+UyO+Qhu5h210OAUMhJddjaeRBP8nikQIJYn3nkV9F64xQ8C\r\nvhR8d8ZpPxy1uX5JBCuUtzaQ9q63UYginykg16u93Ex5f5FbPwPCYx4syUZU\r\n1h3HYPrcHVB3H2ztLQUEZU+sTHO/faOikWkkUSlroLUKMwtE4dnpqbaIh1BI\r\nmRzAMiesJQZ/iNMPyEjSeRw+K48H+x2JC5I=\r\n=JEho\r\n-----END PGP SIGNATURE-----\r\n"}},"3.0.1":{"name":"@node-red/runtime","version":"3.0.1","dependencies":{"@node-red/registry":"3.0.1","@node-red/util":"3.0.1","async-mutex":"0.3.2","clone":"2.1.2","express":"4.18.1","fs-extra":"10.1.0","json-stringify-safe":"5.0.1"},"dist":{"integrity":"sha512-FGJ4COtyBHT8yNadA0wytIpe5eY1zsUYHlqTnj2Dd1zOsg+uMJgMTgnD1AkuWFFRtYwD9Rr7BeuOUYyMQJNQEA==","shasum":"93a668fb6dab75412a630d86d028148e8cc89fa8","tarball":"https://registry.npmjs.org/@node-red/runtime/-/runtime-3.0.1.tgz","fileCount":53,"unpackedSize":562556,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBISqya2gaKfD9FeqzY4pY0eooZ07/b0V3yQ0j2cqmo4AiBjXyvnVj1oQ1UYhCnQ+0tH6oAwgEVFJXB30gqEku5Xlw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi2m4AACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqcrw/9GeU7GcGfsgdTgpOozQOocaZL7OwlWgY0eKqvBV+IuEsTdJQV\r\nJK62BNJdsw1FZEqRjgWq950LT97giPaoWM5jLuTyrnJ4QqMxG6HkfgPms/rL\r\nSUgbzzMbCBjDPVqHZDvIeOZKD3UOGMrieRmPlnsfsYz+v2CW5TkgEyLKB2Zj\r\nm5AuwtjeJ3feMf0EUEqfmSrSAoZd6ox847wqSPVA9EeF+PWpY9gmYNBFT9NQ\r\nmwfEKUQKs+V+mmcutWDYaMPeUzUTd/O0e3Ww8j2/XM1LBTV2f4j8irgL3RDR\r\nQePCKHin7oPGhL/BMi3ef/H8wGruuTb7/f9SCbpHYplZWMwg+1T0/95vN7mj\r\nVp4cEDkE2+8m7nmQb6p7QmApA3bLdpxrGrx+8Vl9RdLKsmagzr3XlCBkLr9r\r\nJ+B2epOPcJdLhyskjnngqEcBQpAYuGYPxGxFzuQqXDLxLoxL5pwHa2WLQxaB\r\ncXLLPBmV9BQ7Hh8beXpoIndmiEXDUyTvUzShrbCE9/JYudlA2gb8wGZ3oyDG\r\nR+nzdjcr0u6okqI1ytvnSfOmTCNsTI2C1tK6J09B22ce7oHtTgNAqPf4Klzz\r\niqebLQhMwnFnlgoNlGdV2j7y66CCCj25fPlh+vs0qbuNNt1h5KPZCyioVXgQ\r\nJ97ODX1ey5ysZr3CW65J1QPwijPW6snf7Hk=\r\n=qQes\r\n-----END PGP SIGNATURE-----\r\n"}},"2.2.3":{"name":"@node-red/runtime","version":"2.2.3","dependencies":{"@node-red/registry":"2.2.3","@node-red/util":"2.2.3","async-mutex":"0.3.2","clone":"2.1.2","express":"4.17.2","fs-extra":"10.0.0","json-stringify-safe":"5.0.1"},"dist":{"integrity":"sha512-NQrrhpg4daIdxkqET4n20az1sV5V5OvSpfkemKZbuXuicrPy4sGZ1OZ309v4QVbky97RgVrs7iv2Z1IRBXV8og==","shasum":"f1d86216abd5834265be077439a4fa8227cd4ce8","tarball":"https://registry.npmjs.org/@node-red/runtime/-/runtime-2.2.3.tgz","fileCount":53,"unpackedSize":549179,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDwuSxBR4vHDRy6Rpg9phviPm61eZ5+JcbXEee55ajLkgIhAJHplS6ICXIlKMI1MGoUnYHUPIqSzm7dOr1Im60+7+Jv"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi68V/ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq4WA//XNDHW360Yy7l7idL7hFVll+VPN7rQlbJ9qqGCJWsQXMt3G6C\r\nL12+dbJM90Xl+G/FrP9Y8vq+TRAG5kkd2Kak+zTw3yZ88oepcgoGR2N5WIAA\r\nVd2LY5pk7pFA3zZ3M6LHtI40yVBi3VYIzqhum6NIM39t1Mn+AcI7mP9BAfqo\r\n2Tc/4mjbaV0QNpLtR5VwSBdneWUCIPMLHyekZD38vCAQiAJAkFCO/r4riQ6M\r\nxqqp4z/Mt3qTbY/07pcDWHfLwYn06gkMHjHsQSBIWy2IBo2rQlFuBo+YFbqW\r\nHcQZAkFIxSATSiDiaFqJ2xl/T/k5THX7vgX1NDNjte/eLt3RfErY25I0YQuj\r\neJciCyxGC9HvL699451WKa1s2a4qbgOwJZKsJzLMEXxmHFPE5N05jd0Tejyc\r\nk9r5FnEQ8Z1mAgt+QJrJHy3ldHaORI7emB4OZB2zM8BDSL7r2bYTr+ClVOPt\r\nsY5n2w/XualYzIDW5JnUzwrlOer+Zbqb9ISmx0xPkf6GvTYBw/wjoEu91fxJ\r\ni6v2JHyBPhwjuFMTSuvm4zpSAPXju3oCX47Q24iAQyeQdbbyeznaNYPrLH10\r\nGY9M2vriJTMiam38Id799YgePUT+E8fVRKXJmIzXXMSQGdyLasif3CKZdHvV\r\nVZPrPdK4PDllOtA7TolnT+uO8X9YTtDeGVc=\r\n=73oB\r\n-----END PGP SIGNATURE-----\r\n"}},"3.0.2":{"name":"@node-red/runtime","version":"3.0.2","dependencies":{"@node-red/registry":"3.0.2","@node-red/util":"3.0.2","async-mutex":"0.3.2","clone":"2.1.2","express":"4.18.1","fs-extra":"10.1.0","json-stringify-safe":"5.0.1"},"dist":{"integrity":"sha512-lEx6riLeEHMshvW84BEN/oUESG1F2AirLCkH6xbws8Ta8fgE6YfsOvgKBMnfbwoUME2O+I/QCkIYZqlqUhqJXg==","shasum":"58eb9d482cb5dc81be27a933f75fcc86a4dffd02","tarball":"https://registry.npmjs.org/@node-red/runtime/-/runtime-3.0.2.tgz","fileCount":54,"unpackedSize":563725,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCbv1DiSjlG0qp2FY5O0pHEq8wPPmsZYAjXXkaKOlG4OgIgE3IRLFIFHYpeyLbaNZcSTyY/JhCmqnEjP9EQzQBkFA8="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi68Z3ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqxhw//eOKNaJjcIOReEp2vqC5YbABSrBp69x/VPahT1CT8AeHO3Hgb\r\njSi7ACEBU5f9CTB5chVlwHPI6E3LifEVjZbAMY923tojgvFJ//Rlxcb32JiU\r\ne77Gvy1KUp7Uz5dMoyFQbppdkjKIgndUooRB1BbQHPbPkgc8MyLh3JIr+GCv\r\n1I9jBTwI4WjjzVBJq4Jl+8ejwNERBLOcjQjP463zzb47LdB7QJ5Qwm82yccv\r\nvpfPIjQiiwiHg7nGkJ19gTCTd56FOZYY9vlqqaotrn1qw+OxnRb6D1mhFkbX\r\ngICVDqgKEBn+UmfJqjJ0tldXihT1GAwt5f+xBiQYqhOGembTsZ8mdcMotyx0\r\nPjeZwTr/JfeqpsNDOiy8je0XUVwnX9pClnMvej2A0NCj8dhH4d8f3s5EBWOS\r\nZdB6Sphezmf1nYTxlRgKEcw8CzNFFzVYaoDfx6zKa1eFRRVYjjrc37idZi2F\r\nspIUbHZmG+mXnIqwClRZTsO0jE1chZIq2XUA+wimTYVWvAzeZQ5zF3HCIg3e\r\nVVCuwlOnhXnQWZ96EU3stie2nlm65aLiyp+B8TJX7AcW8FyoQDmUSnYtPIW8\r\ne6YsV4Bx0s4l6X3wbQgkKPBZ5wBpqSnd0xkOG4g8s3cQ4J5a1xwx6Y4X5YZ+\r\nDsJYPrBL09wyNk8tDMTnQ50WVwjfOincD9o=\r\n=3O2m\r\n-----END PGP SIGNATURE-----\r\n"}},"3.1.0-beta.1":{"name":"@node-red/runtime","version":"3.1.0-beta.1","dependencies":{"@node-red/registry":"3.1.0-beta.1","@node-red/util":"3.1.0-beta.1","async-mutex":"0.4.0","clone":"2.1.2","express":"4.18.2","fs-extra":"10.1.0","json-stringify-safe":"5.0.1"},"dist":{"integrity":"sha512-f7sFtPxoy9LXcO8Sfimhoi2k8qXMxGk1nS5xrdbCzbJgnsJWTzDgvdkS77w0h3B5muAqcykHSuo9W2OlCnSvJA==","shasum":"d324b8d1a4966e4de282a2bd3f4508ed38810a9b","tarball":"https://registry.npmjs.org/@node-red/runtime/-/runtime-3.1.0-beta.1.tgz","fileCount":53,"unpackedSize":567457,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCzI0lAvTA65AcBs0hUGdnra8FYTRqTMnvtLamlquhp8AIgDq0XIGLsUZKh+fD7NTlMLB3CnaRMN7T3zW7Ko1fSxBA="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj3NSBACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpyfg/+I7/yEaTkF7GNhgcQWL2TsdlNh653OzjhrF6ZUZ8ciydmNhJD\r\nlJhY3g4fik8WeLlanDl/ZwliQTehfUheuh6rK6TtfdcUpog3LSuFOnmgCte7\r\n+EsAXNLlNlE7HKW/kaVil/y1c3VYUejJ3P1WoFFHyPWfMUNx5UEJ1vzBQxW9\r\nFo9WDTKGkPvbwZwYV+I0CTp0eJ0HZyHmq1lY9IoHH0iD1/JQPnEQCV9kC1IU\r\nb4Q30uisYnJ3Wi8QdEM7p62lZjF6FMTZOuc1ITewhAGgwBVjIgPkvRqjCrg1\r\n6VtZ+51ZcAXbEvRYD8Thpe5PS3+g/AyJda6V7wlBBpYJYD8tkd7cO4fZ3o8K\r\nGaNE72EFSuXjGbAO6k7Q8DIAjSZCZdUOS8yjx/FJaVZUz/tj6RsAozljzmpY\r\nEWroGwTS8gZBZ04O+os5FMgpk0Irde0lpH14aLBG9aJzDxnwCp2Xfj04zyWe\r\nIwY82VbAHcWaXIgxd/KoOEMhEHKmBXkU5fnvzt8lx0VoFtME0Sk5QCclFrFx\r\nEL2TUhYRyHoT75kIYAXnraMOXnPlQ4wmclvslk/WHqrR0db+qAMAgtMxDR8G\r\nm8oIzkjJ/wEyp1RHzquLZvejby1vZ8R7CwQXtHCdKKNIkVV1vHElD/NrE1EL\r\nmSV+RQLhYSy4VT2sgCE78f05fO55KDI5yqw=\r\n=dn3k\r\n-----END PGP SIGNATURE-----\r\n"}}},"modified":"2023-02-03T09:31:45.146Z"} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/content-v2/sha512/f3/b0/b72cefcd38c73e78c72973150179b1a392930390d052f6d7fb289a9c0ec98bf77e840a1b55bdaef50f0daae2d41cb950be840532e1a9f634efec6179b044 b/software/flow/.npm/_cacache/content-v2/sha512/f3/b0/b72cefcd38c73e78c72973150179b1a392930390d052f6d7fb289a9c0ec98bf77e840a1b55bdaef50f0daae2d41cb950be840532e1a9f634efec6179b044 deleted file mode 100644 index ddfef02..0000000 Binary files a/software/flow/.npm/_cacache/content-v2/sha512/f3/b0/b72cefcd38c73e78c72973150179b1a392930390d052f6d7fb289a9c0ec98bf77e840a1b55bdaef50f0daae2d41cb950be840532e1a9f634efec6179b044 and /dev/null differ diff --git a/software/flow/.npm/_cacache/content-v2/sha512/fb/d8/d5a8a8514a9b1ce7dd73e6f5fe5f9632c3e85efc7081e2243f458c70df90843da635827b0d138de77fd9fd01a623010ad3888fe63b029429d52cf6f7fb5e b/software/flow/.npm/_cacache/content-v2/sha512/fb/d8/d5a8a8514a9b1ce7dd73e6f5fe5f9632c3e85efc7081e2243f458c70df90843da635827b0d138de77fd9fd01a623010ad3888fe63b029429d52cf6f7fb5e deleted file mode 100644 index ce1fa08..0000000 Binary files a/software/flow/.npm/_cacache/content-v2/sha512/fb/d8/d5a8a8514a9b1ce7dd73e6f5fe5f9632c3e85efc7081e2243f458c70df90843da635827b0d138de77fd9fd01a623010ad3888fe63b029429d52cf6f7fb5e and /dev/null differ diff --git a/software/flow/.npm/_cacache/content-v2/sha512/ff/74/35bc3cc29b90e992ead3ceaa6efb5a2630d2621a1b7a7f8e4fb00b3be2bc32c402b45dace4c37dafb0d7900dd3f7001a94d6769d4ebe7c76a3b68e6ca305 b/software/flow/.npm/_cacache/content-v2/sha512/ff/74/35bc3cc29b90e992ead3ceaa6efb5a2630d2621a1b7a7f8e4fb00b3be2bc32c402b45dace4c37dafb0d7900dd3f7001a94d6769d4ebe7c76a3b68e6ca305 deleted file mode 100644 index f483f51..0000000 --- a/software/flow/.npm/_cacache/content-v2/sha512/ff/74/35bc3cc29b90e992ead3ceaa6efb5a2630d2621a1b7a7f8e4fb00b3be2bc32c402b45dace4c37dafb0d7900dd3f7001a94d6769d4ebe7c76a3b68e6ca305 +++ /dev/null @@ -1 +0,0 @@ -{"name":"moment-timezone","dist-tags":{"latest":"0.5.40"},"versions":{"0.0.1":{"name":"moment-timezone","version":"0.0.1","dependencies":{"moment":"2.1.0"},"devDependencies":{"grunt":"0.4.1","grunt-contrib-nodeunit":"0.1.2","grunt-contrib-jshint":"0.4.3","grunt-contrib-uglify":"0.2.0"},"dist":{"shasum":"f70d2a354bcadb1f4a4188aeb8f76df1765fa51e","tarball":"https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.0.1.tgz","integrity":"sha512-FKulU9RYYf9X8bkGh6Y1ZjElCJX2RFY75tKNNi9VUjd2UIDdFV1lrkuKRNYjx6VQqk6g4gsTdY8prYoOIHIurQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC9oYFFib7jWcY31MecXLOrzBytGxstO5vkuUE/Dn+CoQIhANM9/sFsVz0zhrDBsFLNteo0fSm3Byjozdj0fjaZAvJH"}]},"engines":{"node":"*"}},"0.0.2":{"name":"moment-timezone","version":"0.0.2","dependencies":{"moment":"2.1.0"},"devDependencies":{"grunt":"0.4.1","grunt-contrib-nodeunit":"0.1.2","grunt-contrib-jshint":"0.4.3","grunt-contrib-uglify":"0.2.0"},"dist":{"shasum":"fda6d8e42ea3ad9bd4b258fea9aeef090ed70baf","tarball":"https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.0.2.tgz","integrity":"sha512-SnPfFWYGLIpgqswSk2v+/ApsznTqpYWhkoY30rxMJj+uo7eKxKA0OSzUD/OQQdDFkVviIuMoXjdpV4WCCI6Y7A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCX5oswzv9d6iR+ylLJXDhitC5aBw0kGcXFgpBVdaMzpwIgCYEJ52vvC7MErf1QmJrRh6ZSKLlEkmZ6UJpIQH2vHsI="}]},"engines":{"node":"*"}},"0.0.3":{"name":"moment-timezone","version":"0.0.3","dependencies":{"moment":">= 2.1.0"},"devDependencies":{"grunt":"0.4.1","grunt-contrib-nodeunit":"0.2.0","grunt-contrib-jshint":"0.4.3","grunt-contrib-uglify":"0.2.0"},"dist":{"shasum":"ebbd95f9220eba1c1b5e562d078db6c7d971e7ac","tarball":"https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.0.3.tgz","integrity":"sha512-fbIo1SyEcj10nCEgLPapYb/5ejkFcaIkUnivBs7XvYvMNoxq3WfRwmI2DFWF8ne/CVoEukq8sI+8g5t16w9Tzw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIA8g21yktzYbALXYbvRd9Q2d2PATJCULRP+LdwzeZXrwAiByBJ8F+M6JaoYPtf5Q9+r2bXFuAz/PSiCvcCP4Il74sA=="}]},"engines":{"node":"*"}},"0.0.5":{"name":"moment-timezone","version":"0.0.5","dependencies":{"moment":">= 2.6.0"},"devDependencies":{"grunt":"0.4.4","grunt-contrib-nodeunit":"0.3.3","grunt-contrib-jshint":"0.10.0","grunt-contrib-uglify":"0.4.0"},"dist":{"shasum":"df26526d4379a90b6048a527cd530cd1ce3e7a51","tarball":"https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.0.5.tgz","integrity":"sha512-wg9MeT0VfvH2WKcver9LJNQaJ2/fxD7iDdp3qrX1DfD7se7DgSst8x709ZAoge/ZWMEheYtrSWamavZyQOxZKA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDXWdx1IXgedQUT8y+4eqyss5WNkb4gZRrvIiZLNxqX3AiBv9kg3SERPn0LKqFB9+UCLbzvmDB/YszAGik06FnqaDA=="}]},"engines":{"node":"*"}},"0.0.6":{"name":"moment-timezone","version":"0.0.6","dependencies":{"moment":">= 2.6.0"},"devDependencies":{"grunt":"0.4.4","grunt-contrib-nodeunit":"0.3.3","grunt-contrib-jshint":"0.10.0","grunt-contrib-uglify":"0.4.0"},"dist":{"shasum":"9b677c19f59a03a0706aa74b118a4ac38b4d8e13","tarball":"https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.0.6.tgz","integrity":"sha512-WwWLXaDGfqLXrelR4Mg7nMGcoBZYKCoaOAcJPdhHCGbOQbSxj8Jz+X1lgOfSslJ+pKc62e/4BWieo2PXwPhTbg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFRInLlX7UMoL8bQWuLPAG93vw7AHPl7elB4JLbLyH8OAiBKhSw4JoGAiOv1MDG6WGH5X2PTPBKUJ0Hyj40bzBt58A=="}]},"engines":{"node":"*"}},"0.1.0":{"name":"moment-timezone","version":"0.1.0","dependencies":{"moment":">= 2.6.0"},"devDependencies":{"grunt":"0.4.4","grunt-contrib-clean":"0.5.0","grunt-contrib-nodeunit":"0.3.3","grunt-contrib-jshint":"0.10.0","grunt-contrib-uglify":"0.4.0"},"dist":{"shasum":"879a0e3b45a5a32f8800a1cb5529151450b88cb5","tarball":"https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.1.0.tgz","integrity":"sha512-NS/UIWzECx1VUbZ4bym3p/bCKNDVxk3AykGwGgNg2uPBnnO005p2MMfqdtLK7118Rd8btJMLB9Eue2nJ9j1jgA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAq8/7rwaTFi5UwDItqsYQwzb42oXKF9bU4nzR+I+d5FAiEA+O/ybaAEW2BVHW36/hsnQfU3KRs/CxpNBR2AXoFLig4="}]},"engines":{"node":"*"}},"0.2.0":{"name":"moment-timezone","version":"0.2.0","dependencies":{"moment":">= 2.6.0"},"devDependencies":{"grunt":"0.4.4","grunt-contrib-clean":"0.5.0","grunt-contrib-nodeunit":"0.3.3","grunt-contrib-jshint":"0.10.0","grunt-contrib-uglify":"0.4.0"},"dist":{"shasum":"998201977adeb0b77fca1fa2558557112331ce1e","tarball":"https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.2.0.tgz","integrity":"sha512-RRC3V5FEx7jezgil/C/ePbELiGMGEjewwXzPL6REfuIwFFyGdM6iXgZ8Pmz+wkiBzPfYwYyMh8P503Cw+z/qXQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICaPb+Dnov/qpWpnKTO3E+1imQOKxICzewc2T85bUCPKAiEAidQpm4avO+hIcl+WL+J5owbe7Toj8QqCbdPbZ1H2G/o="}]},"engines":{"node":"*"}},"0.2.1":{"name":"moment-timezone","version":"0.2.1","dependencies":{"moment":">= 2.6.0"},"devDependencies":{"grunt":"0.4.4","grunt-contrib-clean":"0.5.0","grunt-contrib-nodeunit":"0.3.3","grunt-contrib-jshint":"0.10.0","grunt-contrib-uglify":"0.4.0"},"dist":{"shasum":"840238a791c9287a7fcbfdf130901e66f0334ee8","tarball":"https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.2.1.tgz","integrity":"sha512-5c8WUis19e0pIJwd11Q5S+0wdWtkngBam1K00fFFyoZtqcDOIhkJruDj+zvLmSS7QUSr7q4HiBBOj33q2DjAxg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCF/rMUDyDg7ftxHkIkrPYKT/VJge31ROZa3GA7kAatUgIhAKSMjBMyWinnO10VB20i4WkX0AUNMPtL02MQbSqVgibk"}]},"engines":{"node":"*"}},"0.2.2":{"name":"moment-timezone","version":"0.2.2","dependencies":{"moment":">= 2.6.0"},"devDependencies":{"grunt":"0.4.4","grunt-contrib-clean":"0.5.0","grunt-contrib-nodeunit":"0.3.3","grunt-contrib-jshint":"0.10.0","grunt-contrib-uglify":"0.4.0"},"dist":{"shasum":"9ed4ad24c0bae6eebd21ed65e01eb42425e75dcc","tarball":"https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.2.2.tgz","integrity":"sha512-iAp79p4BeBuYMrYO72HTfCcDc5iOFeVy+xGgRcj+T4qmaT3oGf5J5Sm08JZRNY+uXaVg72cYEsejImG36ySjrg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIF8DzC+Df3cRVZ3e4EWODwC4FrcaGy2+YbFJ0+rnLgmjAiEA3LNR/6lcKEYYNhPiPLHKXqHW37422Bq18xbPT67jWxE="}]},"engines":{"node":"*"}},"0.2.3":{"name":"moment-timezone","version":"0.2.3","dependencies":{"moment":">= 2.6.0"},"devDependencies":{"grunt":"0.4.4","grunt-contrib-clean":"0.5.0","grunt-contrib-nodeunit":"0.3.3","grunt-contrib-jshint":"0.10.0","grunt-contrib-uglify":"0.4.0"},"dist":{"shasum":"fcbcfde20f7baf68c275c84cafff77932e5fdec4","tarball":"https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.2.3.tgz","integrity":"sha512-csIOgsGkrID1g0AiKjugkh9Ma1DMGbccppgv7hlq+zuqufyJhFjW2HJbXv1J9XXlteJq4+26PWvxmw6RTnubUQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIG+PBiUAttsGhHm1Fx2UHahNKG25F5BVtqPi1oDgs9I5AiEA52zuRUgNorqOSvU3fpBVaNLBkaOt+4ROb1j68WSMkL4="}]},"engines":{"node":"*"}},"0.2.4":{"name":"moment-timezone","version":"0.2.4","dependencies":{"moment":">= 2.6.0"},"devDependencies":{"grunt":"0.4.4","grunt-contrib-clean":"0.5.0","grunt-contrib-nodeunit":"0.3.3","grunt-contrib-jshint":"0.10.0","grunt-contrib-uglify":"0.4.0"},"dist":{"shasum":"331a9dbecf965a8fb185ee30a6ed3fe32ee93012","tarball":"https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.2.4.tgz","integrity":"sha512-V6PrIZK0hxSQpqK6UndhrnrM0UY9kVyP3os82l51voL1ylLM5MBIBVSRiJN7gVr30SRasjKB0M1tgBLvExYI4A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCgGHtGIgRGoJwreynbihKCnISSjgE4HLm8PlN4JCV3NgIgaruXVsnDVxCv6uVRLUxVeGkb1qCZiaHDsc19o2QAtvs="}]},"engines":{"node":"*"}},"0.2.5":{"name":"moment-timezone","version":"0.2.5","dependencies":{"moment":">= 2.6.0"},"devDependencies":{"grunt":"0.4.4","grunt-contrib-clean":"0.5.0","grunt-contrib-nodeunit":"0.3.3","grunt-contrib-jshint":"0.10.0","grunt-contrib-uglify":"0.4.0"},"dist":{"shasum":"99d7a54e9be50bb1f9e4091693dec3ca729b2df2","tarball":"https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.2.5.tgz","integrity":"sha512-++wvIq+m++AFNXQYXtEwJ95cusgTZ0KmSJD/qAm8vRHq/LcHuca4iunCt1A5/DV4wGyZGyD8zI0PYPQIgSyeOQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC4e+yK85ySJCwkx55eQz7yeMD5HLp6v8kpIOQftDvZEwIhAJoQEVeiIO2+86q1hvYy3gnf/3uxrMEYHIM+TQw8th3i"}]},"engines":{"node":"*"}},"0.3.0":{"name":"moment-timezone","version":"0.3.0","dependencies":{"moment":">= 2.6.0"},"devDependencies":{"grunt":"0.4.4","grunt-contrib-clean":"0.5.0","grunt-contrib-nodeunit":"0.3.3","grunt-contrib-jshint":"0.10.0","grunt-contrib-uglify":"0.4.0"},"dist":{"shasum":"ea67ab9fc84cafe9153f0017e7669b1c869ecbb7","tarball":"https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.3.0.tgz","integrity":"sha512-+vOwv7nbj7mXuEa4fkb/oec7nV+YWp8UoXEtSKWoagzxMA02RCC7AfcLguPXqkVt01B3Db1Tsz2JMIjytHULaw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIG4Q/Vms5a13dQG/yka8Kmvl1YOoOiNddvmhwUfYJCzdAiAg8lBgUgIW+W6Rf6Q/RJLcJdbZDjDEENIW08Ae+kYFTg=="}]},"engines":{"node":"*"}},"0.3.1":{"name":"moment-timezone","version":"0.3.1","dependencies":{"moment":">= 2.6.0"},"devDependencies":{"grunt":"0.4.4","grunt-contrib-clean":"0.5.0","grunt-contrib-nodeunit":"0.3.3","grunt-contrib-jshint":"0.10.0","grunt-contrib-uglify":"0.4.0"},"dist":{"shasum":"3ef47856b02d53b718a10a5ec2023aa299e07bf5","tarball":"https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.3.1.tgz","integrity":"sha512-glTWIu3fKgZIMS9KwaPYvyf7M6jazusAGvWEOqfL09nXDtYTO75BEXqseQhwNAcQvifQlQ9Q7tWpMnDu+TxT+w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGQs/DfHux4NfQ0br74xUwLHcxvgauBQNnoi5Az6rkmJAiAm4chTsyBSEn9i6T6yG94Es6lPiDGI2/Fp0iRfYhpAow=="}]},"engines":{"node":"*"}},"0.4.0":{"name":"moment-timezone","version":"0.4.0","dependencies":{"moment":">= 2.6.0"},"devDependencies":{"grunt":"0.4.5","grunt-contrib-clean":"0.6.0","grunt-contrib-nodeunit":"0.4.1","grunt-contrib-jshint":"0.11.2","grunt-contrib-uglify":"0.9.1"},"dist":{"shasum":"571ec43f5d2fb70ddb601c7d23b284e2f63ddab4","tarball":"https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.4.0.tgz","integrity":"sha512-g9kUW7A+SGhnNiTNnxO8HvKQOtBgfOvoa3mFa1nZ2RLkqhD4Z9vMXQo8rsk1Q9Kx425IJ+mIlqaqoT2mzAFTHQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICuy2kl4Syr7FNvmNDq09G9lahXE3tfrD6USCdampMcyAiB7Vgp49uW9bZrcA21PZIeMNoNRBGEkQrrck3XyAiWgjg=="}]},"engines":{"node":"*"}},"0.4.1":{"name":"moment-timezone","version":"0.4.1","dependencies":{"moment":">= 2.6.0"},"devDependencies":{"grunt":"0.4.5","grunt-contrib-clean":"0.6.0","grunt-contrib-nodeunit":"0.4.1","grunt-contrib-jshint":"0.11.2","grunt-contrib-uglify":"0.9.1"},"dist":{"shasum":"81f598c3ad5e22cdad796b67ecd8d88d0f5baa06","tarball":"https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.4.1.tgz","integrity":"sha512-5cNPVUwaVJDCe9JM8m/qz17f9SkaI8rpnRUyDJi2K5HAd6EwhuQ3n5nLclZkNC/qJnomKgQH2TIu70Gy2dxFKA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCsVPgd1vlk8jPVUpG+uXhF1eXfb3CzblBpJtFTs3MNSQIhANk8vVKEy+aaeKOcF5zsS+mh6w4nPe/+fZ1wlDdGwv73"}]},"engines":{"node":"*"}},"0.5.0":{"name":"moment-timezone","version":"0.5.0","dependencies":{"moment":">= 2.6.0"},"devDependencies":{"grunt":"0.4.5","grunt-contrib-clean":"0.6.0","grunt-contrib-nodeunit":"0.4.1","grunt-contrib-jshint":"0.11.2","grunt-contrib-uglify":"0.9.1"},"dist":{"shasum":"f282c8e5e6e28614b2f6dd1048663754d30ea11f","tarball":"https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.0.tgz","integrity":"sha512-/Avzq07jasMIhS1HuLEspJG71Ro/2nrZkop9zUUU3Qv6+dSffQp7MkcxtAFrS9/Ayi10Ohn1SeHYJlggWKFKyA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBQEQUzZPYvUDa2NBTh4lzJRb6KQ4RgTiThcRMfjsuVHAiEAjAb+LCN0fu0PtSBTbhD2gr4bzuqGd6mldZX7Xy/p9Lg="}]},"engines":{"node":"*"}},"0.5.1":{"name":"moment-timezone","version":"0.5.1","dependencies":{"moment":">= 2.6.0"},"devDependencies":{"grunt":"0.4.5","grunt-contrib-clean":"0.6.0","grunt-contrib-nodeunit":"0.4.1","grunt-contrib-jshint":"0.11.2","grunt-contrib-uglify":"0.9.1"},"dist":{"shasum":"ac7f12f214f3c6945c305de2097d88e924910a67","tarball":"https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.1.tgz","integrity":"sha512-xevyRqp7oeH2XiCeDb0g0Iwioh3GKqkQLpEM5dsMh1ThAozBBakz9/LaLfjV/h0Kti/GhZIX8tRtYg6hf4m08w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIE7qWFgsQ88wdVfFZuI5Ez/qH4joa0KA+qwCQd40kOg9AiEAw6jmnbwX5lMc7XaxSCaw1yfgpKP1RX3vCWjj5V7IxFE="}]},"engines":{"node":"*"}},"0.5.2":{"name":"moment-timezone","version":"0.5.2","dependencies":{"moment":">= 2.6.0"},"devDependencies":{"grunt":"0.4.5","grunt-contrib-clean":"0.6.0","grunt-contrib-nodeunit":"0.4.1","grunt-contrib-jshint":"0.11.2","grunt-contrib-uglify":"0.9.1"},"dist":{"shasum":"862420b0d9f8d334cd705727f427926e9ec906db","tarball":"https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.2.tgz","integrity":"sha512-txL8AMCRZM0Hud5mQLQLoD58GSROnbkopH8guGVhe0023b0l2morBdoitjAXv4Gwgwq5fD91xmFV9FkcG5ekgA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC4Ks6UMFV+VHSDLswEvMSZEDJaKHPwMt7qozjtEZf7ywIgFI+3tVBLLzg+CIlK1T8JRkEjxXWDINEC+d9yK7al51w="}]},"engines":{"node":"*"}},"0.5.3":{"name":"moment-timezone","version":"0.5.3","dependencies":{"moment":">= 2.6.0"},"devDependencies":{"grunt":"0.4.5","grunt-contrib-clean":"0.6.0","grunt-contrib-nodeunit":"0.4.1","grunt-contrib-jshint":"0.11.2","grunt-contrib-uglify":"0.9.1"},"dist":{"shasum":"34ba53bd719677975bee9d0e8ba799ad9373f082","tarball":"https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.3.tgz","integrity":"sha512-CruicnN/CSlOKDfyI+lQXZru32gIRGX1wF5PgW3sImRpAwo+kj/XkDVQ4shkU/GOcpigZUsJjOcBpuIZAqaROA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCzc0dGNyayBEleqS3R3wlVF9fZ4FX7D75oQGinwFFwkgIgdD7ttEUkO4nxv1oSc/GKBdCu0T+zFbY60ye5+af6aak="}]},"engines":{"node":"*"}},"0.5.4":{"name":"moment-timezone","version":"0.5.4","dependencies":{"moment":">= 2.6.0"},"devDependencies":{"grunt":"0.4.5","grunt-contrib-clean":"0.6.0","grunt-contrib-nodeunit":"0.4.1","grunt-contrib-jshint":"0.11.2","grunt-contrib-uglify":"0.9.1"},"dist":{"shasum":"b6188b8f08557ea9ffb0d42899f5b171e1858e93","tarball":"https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.4.tgz","integrity":"sha512-h5cq3UCetTeYUR7lP4UJJYT10euLn+yTm4a//EyZMvs+w/kXIDiy9uFMslvHPG29u7wvpFhgxVJQZiJGSvusqw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDv26K8Vhf/bQ6KkfFAMmiG1gLcpxLHErJeJKrEOf00hwIgJzhT839SRMvcub2kSAG8gFOfAeDNpdXmm7Wv3zuo9NM="}]},"engines":{"node":"*"}},"0.5.5":{"name":"moment-timezone","version":"0.5.5","dependencies":{"moment":">= 2.6.0"},"devDependencies":{"grunt":"0.4.5","grunt-contrib-clean":"0.6.0","grunt-contrib-nodeunit":"0.4.1","grunt-contrib-jshint":"0.11.2","grunt-contrib-uglify":"0.9.1"},"dist":{"shasum":"a1d5410a72c18a5f293f2a2e62870a80ad432dae","tarball":"https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.5.tgz","integrity":"sha512-/aaLDQVE4gnDiDIcX2wWgAfBvfmZAz5UEmVkSOL5FIPlVwsDGqvMzp/0N3MttZKUxeofRdnQhB1t7xI0FHLhZw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIApOSxIfotqDXnbOWTRI+B/I+LJC/wt3LNSlLrVqtD7tAiBHccZ5XzFSbZtEszNKFB/f/86iHz5nBof3XHeD4uktSQ=="}]},"engines":{"node":"*"}},"0.5.6":{"name":"moment-timezone","version":"0.5.6","dependencies":{"moment":">= 2.6.0"},"devDependencies":{"grunt":"0.4.5","grunt-contrib-clean":"0.6.0","grunt-contrib-nodeunit":"0.4.1","grunt-contrib-jshint":"0.11.2","grunt-contrib-uglify":"0.9.1"},"dist":{"shasum":"8dcf7bb648d5dcd0f387d6bfd8f3dd9bbba16a86","tarball":"https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.6.tgz","integrity":"sha512-4629vRhgpR4IvWQdGSkwx6xQUVHjySgA5V1BhGX7mzJgfV51nFABWmrOY7/l49FHkX0hTsJsMPs+8iYM95GvKQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBv/2Dz0mw6ynsxQmRYlg3dZwdGGa6sUScNsLBpzGOw9AiAm33I2SmRFK9WkLYKrt8I/x8fzoKKIRzBey5cylETGWg=="}]},"engines":{"node":"*"}},"0.5.7":{"name":"moment-timezone","version":"0.5.7","dependencies":{"moment":">= 2.6.0"},"devDependencies":{"grunt":"0.4.5","grunt-contrib-clean":"0.6.0","grunt-contrib-nodeunit":"0.4.1","grunt-contrib-jshint":"0.11.2","grunt-contrib-uglify":"0.9.1"},"dist":{"shasum":"1305bcada16f046dbbc7ac89abf66effff886cb5","tarball":"https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.7.tgz","integrity":"sha512-fzFYT7+FQD5/GwnY50+OqBTzgnkkeQrvB/cYTZfIwddNNwuLchj2N7KduXOUegVI5kGr4KhQx7sVAFz2MsHBsQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBfvwKHrU2lf9aEu7mKE+Z4hp2v83kXf/Q39pQsaVv9kAiBtU434lX/he2in/ZUWwvw55m4uAMzcyCZVh4t28+zeHQ=="}]},"engines":{"node":"*"}},"0.5.8":{"name":"moment-timezone","version":"0.5.8","dependencies":{"moment":">= 2.6.0"},"devDependencies":{"grunt":"0.4.5","grunt-contrib-clean":"0.6.0","grunt-contrib-nodeunit":"0.4.1","grunt-contrib-jshint":"0.11.2","grunt-contrib-uglify":"0.9.1"},"dist":{"shasum":"3da8d4cd9a4e4e9bf0b5f08a3b30444f67dc3201","tarball":"https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.8.tgz","integrity":"sha512-KcRCUXs7HiwAs1jgbudRBlfXg4E/dut063hKzCw04TiWppQ9BgoABH+3X0gscspJzpVU/6ToILhMy+XBYQpc/Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCx5IMl8QuB3KRZVYhMF2nakSBdi0vbT7FrhOcanCptfwIhAM9sDUgFQhnGU4ym802gj9YcNs3hoUE3xtExWsKPWL2P"}]},"engines":{"node":"*"}},"0.5.9":{"name":"moment-timezone","version":"0.5.9","dependencies":{"moment":">= 2.6.0"},"devDependencies":{"grunt":"0.4.5","grunt-contrib-clean":"0.6.0","grunt-contrib-nodeunit":"0.4.1","grunt-contrib-jshint":"0.11.2","grunt-contrib-uglify":"0.9.1"},"dist":{"shasum":"e0ea82036d67d21d793544a91b5057f480eda2dd","tarball":"https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.9.tgz","integrity":"sha512-LEamgzkS0VVB5UtXrgavPp6uhKXdvqcK4jHE2w2IOHdkAWuaqtFkFh4mPBuu1T/B2Bd2FZn6cNQAzbbbXqIESw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGk7QBqLjMcfxCyT5M7uG12bE+NwRt09PDpWjdUMKsTjAiAr1J6sLtdJk5BOixBxXJDOESG62FoyOLERcq0Uk7G7tA=="}]},"engines":{"node":"*"}},"0.5.10":{"name":"moment-timezone","version":"0.5.10","dependencies":{"moment":">= 2.6.0"},"devDependencies":{"grunt":"0.4.5","grunt-contrib-clean":"0.6.0","grunt-contrib-nodeunit":"0.4.1","grunt-contrib-jshint":"0.11.2","grunt-contrib-uglify":"0.9.1"},"dist":{"shasum":"3766249c2d317d08f07d896d3033c26f87c4ae2b","tarball":"https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.10.tgz","integrity":"sha512-6F7adh/EWD8wxF0kLUpFhpeFHdsSZlg+w9pknfPjBYEtAAIPlrc9nLsFKiSW5uuzoyumpVvxdamgdgYU4d/ykQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCVVG3DcMN20jpr7oMg86EnsJ8SY3osXrZ3S9WSZ0PqogIgN5USlmFSwgTBZkm2hRfGZSzSaPrMLBcYhn6Ox3fKHsE="}]},"engines":{"node":"*"}},"0.5.11":{"name":"moment-timezone","version":"0.5.11","dependencies":{"moment":">= 2.6.0"},"devDependencies":{"grunt":"0.4.5","grunt-contrib-clean":"0.6.0","grunt-contrib-nodeunit":"0.4.1","grunt-contrib-jshint":"0.11.2","grunt-contrib-uglify":"0.9.1"},"dist":{"shasum":"9b76c03d8ef514c7e4249a7bbce649eed39ef29f","tarball":"https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.11.tgz","integrity":"sha512-lQS0O0Iv2DZ/W/4jVe/lBgAJF1tsYcJVVWzQusR3te1XFCG1olmA9yNFg4KH5bYssS9i1ncGaQTZfme1ekb2FA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD86rDBsl/sDL2hGBiTNfSEi+PyPcAaiCn7TdJj46xSsgIgRyJ/BbT043ddrVWlbkb51RGBezNPBfguLs5uMcJXMkA="}]},"engines":{"node":"*"}},"0.5.12":{"name":"moment-timezone","version":"0.5.12","dependencies":{"moment":">= 2.9.0"},"devDependencies":{"grunt":"0.4.5","grunt-contrib-clean":"0.6.0","grunt-contrib-nodeunit":"0.4.1","grunt-contrib-jshint":"0.11.2","grunt-contrib-uglify":"0.9.1"},"dist":{"shasum":"d8d6fa51b365050de1ac7cc5c6e3fa969444edea","tarball":"https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.12.tgz","integrity":"sha512-ATZqQEap1/ErueME9zD7v+WGl8IuD/y036o5ME+8hKcwy8hFB+JetoC4Ou0gM+llx94PO8dGVFeRuuQastVh8w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCuDQPVDESLS7bEhthenSLkU4AglMJER2TH3FbvYpVMPwIhAK2ukwYWh5gUgutzG1GaZIEAhYJW1x2YSNioPwe5GC1E"}]},"engines":{"node":"*"}},"0.5.13":{"name":"moment-timezone","version":"0.5.13","dependencies":{"moment":">= 2.9.0"},"devDependencies":{"grunt":"0.4.5","grunt-contrib-clean":"0.6.0","grunt-contrib-nodeunit":"0.4.1","grunt-contrib-jshint":"0.11.2","grunt-contrib-uglify":"0.9.1"},"dist":{"shasum":"99ce5c7d827262eb0f1f702044177f60745d7b90","tarball":"https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.13.tgz","integrity":"sha512-WRDy30cxqexOba8R6y8gD0zoGE8zxjkVAARnNBZCSedw628I/34n1irtQiDeOIOnCZ+yJ2H29EF7xJmEcupsng==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIApjszf4BZT3R9bzkz+SV+dYmAGMiEAvufurqkLq9stfAiEA/zIFpkmkbOfRIXUtMMtE/PrOQd06me7AUbw66Fa/KkQ="}]},"engines":{"node":"*"}},"0.5.14":{"name":"moment-timezone","version":"0.5.14","dependencies":{"moment":">= 2.9.0"},"devDependencies":{"grunt":"^1.0.1","grunt-contrib-clean":"^1.1.0","grunt-contrib-jshint":"^1.1.0","grunt-contrib-nodeunit":"^1.0.0","grunt-contrib-uglify":"^3.1.0"},"dist":{"shasum":"4eb38ff9538b80108ba467a458f3ed4268ccfcb1","tarball":"https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.14.tgz","integrity":"sha512-4RkNPVuQ/ClAXqd3T+tkBy85tEUxnNNIaG4hbviFp7vZ2hRY0mjHGRIWG/NdkUzSaH36nchdBXyvPwrODjPzUA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCEvJRK4ZNqc10A7BVY3bdC49q6MU5EbvY3K/u6vjYe1QIhAJK9sM8RWFZUqqfNQvvM/gdrV8eO4PBXoNCYsGL7XMWY"}]},"engines":{"node":"*"}},"0.5.15":{"name":"moment-timezone","version":"0.5.15","dependencies":{"moment":">= 2.9.0"},"devDependencies":{"grunt":"^1.0.1","grunt-contrib-clean":"^1.1.0","grunt-contrib-jshint":"^1.1.0","grunt-contrib-nodeunit":"^1.0.0","grunt-contrib-uglify":"^3.1.0"},"dist":{"integrity":"sha512-5KJF9RGDKwZDcIpkb3vOJ1e7JFPsA+d4Ni+EM6NQFB3h4XlTmZSrqSjtJo7T4anyGgYYb3/GwqCzJ66BkL4GtQ==","shasum":"0e2acec4a424850b4e0e3e08984532726563ad4c","tarball":"https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.15.tgz","fileCount":23,"unpackedSize":2944642,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa1YFgCRA9TVsSAnZWagAAoIMP/10PSnpJ+IBAJqfNeLd0\n7GAAQgFv/IXiKuqIBWVCWbXhlHLtaWIGHIhoUGnyONNWp7nF2gr5NeZRjLKy\nrWLGBOz5TN+bfDtm71R0Vjl4+XmNleWPF47qa+UuqEgdNelc+Ln7iBqfKEI2\nEVJ8+GjglMWt899anxcliWUd5InYmkqHs/zfcpb0F3MYpUA+VBwHGlzGMM+A\nlTNGzule0dnN8a2e2YVDomjbzNwQiN3RCrSxYNezDKohsvgjyhyXlLgwJHe0\nS/zRFTQpTtMw5GZurCxKJSqD16ZZSgVgvXssdUqG8yO8YUL6i74RqOm0kCqm\nyKORxlGlTSIvrbefC94v8DkRIqqYVYYtiDu7RNTFbiSXaupKEGzkY/aBZFn8\niSW9QVGXbk03S7dhEQ9cxm5NCoG9C5mHECvih8owoVwDFsTDbq3IxipIPlB8\npZB4OEBaXCaTq6zYj9qVHpbk73khhipYHQ0TUeOzBttWuHXC2atn0KoycINM\ns5Xk3AfSxAj/MHxGsMQWJxUf7Vi+1gfr5jA0vt3ypNtZDKredam4qmU0tTvb\n8qEHZfTEIMH/P/yUqENm0Dm4HxB8gNHPI5kulPrhkn1so5+Zklp8hBiZtUYl\nMzqXppUxkdnWkNKgu9n8VKSofNufiPW+Evh+miNl6YTvqpcWg7bZU8TM976q\n/xOM\r\n=0fGT\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIETaOM7aYWE5W+AuyubpMHcHU2djX9QUjl64/s3lM+iMAiAzV1ntCKg1rROHgNN/QDop8AfW0raOIly+0uD3Vr8f0Q=="}]},"engines":{"node":"*"}},"0.5.16":{"name":"moment-timezone","version":"0.5.16","dependencies":{"moment":">= 2.9.0"},"devDependencies":{"grunt":"^1.0.1","grunt-contrib-clean":"^1.1.0","grunt-contrib-jshint":"^1.1.0","grunt-contrib-nodeunit":"^1.0.0","grunt-contrib-uglify":"^3.1.0"},"dist":{"integrity":"sha512-4d1l92plNNqnMkqI/7boWNVXJvwGL2WyByl1Hxp3h/ao3HZiAqaoQY+6KBkYdiN5QtNDpndq+58ozl8W4GVoNw==","shasum":"661717d5f55b4d2c2e002262d726c83785192a5a","tarball":"https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.16.tgz","fileCount":23,"unpackedSize":2940054,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa1vjVCRA9TVsSAnZWagAAf+wP/0tx/OFJt/6PkSFJ7hVo\nTs+4SBnLpldGqP+nPw5UIbGAO8rlnZ3erhB0oVE2WzINTlxHVaXQ6Nm5r/5d\nFTtvNTgrW36ZO/y0w4aYlYlFGcFW3T5XcXKFZEEaJHs0DKcWzzDey5o0qbrD\n61ZvkElxqMxHDAGkTQSO1AHEYAPOyK6imbRmv7nVJY/jAP+LKd7zxTjcX6QJ\nWd3D42Nr8oFEtZdUVE75GadI25wfpCaj6QF6+Yy4tLB7WFmiHlFwYBLMKcwR\nqTVxjXHheOM3hKl7iiWip9EEOgt5hwQ7cVcUnLiw41WdkecG7Bl1iCi384dY\nasy9PiybA3Gv6aFSA6S72idlcmQl652mEXrfRCgkdP1QNJ4WXaJS5LPzwZ3j\nIikqRiRmXG+4Wg8r4//vpZO8TJVrw9FadTGeOcAEYdqeEoeSuMiaz90SxTN5\npONSFdf6fA85JCVO/f8LAzliNHlWRIcxjTuTn7AvUloUenquTWN9Apz1GCSU\nL6buM+1bfdD1cvQs4KwXjtyfwIknQpyLU5PotIbMWYtP8i4gW3EQ+C9Il7yR\nraxa4VLxM7P4xVgzIm9dHfEFJxooruZlrlmHVGf5xPVwbOVPB70gkWirsIMY\nF+3wmVTL5Ke/ujBUlZ5EE0+cJmrtYu03uRFRtd6+YkyQYEvy+A41Nm97m3eX\nE9nM\r\n=mGyo\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGrw8rE9KMDsQX3Uj4hHXHf6x1pc3+TvDoXxHsGSnUgXAiA8LlK+1GXk0B+4e5Qei/YCYKH4lSmEhHKXaT7gJeIJMA=="}]},"engines":{"node":"*"}},"0.5.17":{"name":"moment-timezone","version":"0.5.17","dependencies":{"moment":">= 2.9.0"},"devDependencies":{"grunt":"^1.0.1","grunt-contrib-clean":"^1.1.0","grunt-contrib-jshint":"^1.1.0","grunt-contrib-nodeunit":"^1.0.0","grunt-contrib-uglify":"^3.1.0"},"dist":{"integrity":"sha512-Y/JpVEWIOA9Gho4vO15MTnW1FCmHi3ypprrkUaxsZ1TKg3uqC8q/qMBjTddkHoiwwZN3qvZSr4zJP7x9V3LpXA==","shasum":"3c8fef32051d84c3af174d91dc52977dcb0ad7e5","tarball":"https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.17.tgz","fileCount":23,"unpackedSize":2936815,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa9mpqCRA9TVsSAnZWagAAndwQAIFdWZxYarYoKEqpW31W\n/wEuPOmQ04Z1IQixpz1wetQi+m9YyCHRbFNUBqe+vnp0KP7G0wuVdMWlvedf\nZa5fGx0d3pJ3Pg/PtBNFWkFgF7m4IbRFqHd1NTBBp6zmm/oo5qLeqalIluMc\n3CJW26nlhaHfBSR8wAYbXx4e2ewN76d3FXgOrHVRMbBKfKQDP44WB7W45Y+w\nUmk6k7sftbwnHDZonWNWSioApXSChDI0ywsSMHW8W9/jKxOBVpU3pjQtrDEL\nUDq0mY93nU7yVC2XFlL1A3G39pYzY158/cQMPGJoNRJSHfExWsE2VLy0bQTV\nfdYLXSz0pAO+LS5wF+E9OZThnmAcO31w5XFWVeTMFypOQJsbU5eOYSmJnq33\nJPz6Khgz1WMwUmyLHiY8wXMezdZopWtf61LA+EDUg1bSDIud/rh78AADIPx9\nAgFvWetmPOSQ/Kto+BGRbcuz/Paq0SApXhvNtAMzXMY3BJWQrFGfbTt0Sfpr\ni5BMLIExgFimYfV1c69pnFdJQ4onkEP5Gazk477L4hKOKNEFbk5vkzHWSx9f\nGU7WBHAZEY0t5i5YpCmkxT+ZytgGKnhm8ygiuoFjpyi6kwkITtFC04zGLhs9\nr1FJNYHgnX6xZxbUReKRTV4uw9ZgccFyZLsSHgENSI2k2ly56qPPf3wrp/CI\nnngn\r\n=YhN5\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAfjwsqlRi0YfpYLzPgGQNN+vWhVPTa2xd6TGWZHBc4PAiB8cEc5eI5QEhqSXboOgpMpjwm8q5LKJQ5dZi4/Yrfhrg=="}]},"engines":{"node":"*"}},"0.5.18":{"name":"moment-timezone","version":"0.5.18","devDependencies":{"grunt":"1.0.2","grunt-contrib-clean":"^1.1.0","grunt-contrib-jshint":"^1.1.0","grunt-contrib-nodeunit":"^1.0.0","grunt-contrib-uglify":"^3.1.0","moment":">= 2.9.0"},"peerDependencies":{"moment":">= 2.9.0"},"dist":{"integrity":"sha512-exkokmHleRGG3+IL2Rx/fZSqLvgXw4qyrDb0hQmw0an5U51gcS6R/3ev6jTMr/EmFucpb+DU5h2InixXl+vejQ==","shasum":"4c4ab44001f2bac1418a31ad0a8935ef5d3b0fc6","tarball":"https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.18.tgz","fileCount":19,"unpackedSize":852290,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbJ0EYCRA9TVsSAnZWagAA0I0P/jaQ/yRhd5EbTTlGcRpl\nz18T/ruIEvkQ3P7oGjsAx94i4PSqfoKtc13kR3e+b+y0xuxaFuGGgH0IKYTs\nOQ8TzQd8HheOlkikYFOMF0z0NWnbi4LBPESFjWGJdM7j6JLhmHwFGl7iRfzw\nfs9sNqT2V8hsiTPKwN9jC3kUI5BuLAXPppMGMhKOLH8KbgaYLUP2J3RsKPK1\nGm3S7nL/rnX+Dm322ZI+tvS+8zgp6mrC3tqmungsCKu9/xSIVHqOhsDlIm5X\nBxq9trFdl4McIgkL5B9pYBTEy6Hb0HRdQPPJM42U3gmdSzoah6+EKmp86zTG\nPMmj+ocV9X+LLLLHEuXIA9pGykc1UNRWhSe9w1H8w5/PfjTyUB7PdfsbJkqy\nBTjVAF9wHE3gu+/xTJBnZeQ1wR89uZZ3KN6Z3PELhDxjauFTIS+HZWGZGn3k\nflbaqO6ipgaPIbPrKhBcRW8rScyVmQo4XMVK3tTL7cSr8LYgZDHZKHTJzmiG\ntWg2yd4SjU1YcrxC3QsVHMS5QedLGrfbiXHXW3MOQuzZx6MB5w13w+FNUnvg\nxGvjKcGNM3JVWLgafNmXcG6LdFLH85eum6hoOhuZGzAJu6qzAc89z/SaKVLE\nOy2WL5AU/StQy7IUaPCQTCAExSdrqsbGtikXoGN/mpOBpuz+xgb+Y+Aaj5qR\n2BPP\r\n=HXWI\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHHpGaGWy4ZyurB75texulZ2GFcoNWtDEjLvL+Smi/IKAiEAu/6qn00q2yLw4KXYIWtcVI4fZUn9Fda7pVcecWmTaps="}]},"engines":{"node":"*"}},"0.5.19":{"name":"moment-timezone","version":"0.5.19","dependencies":{"moment":">= 2.9.0"},"devDependencies":{"grunt":"1.0.2","grunt-contrib-clean":"^1.1.0","grunt-contrib-jshint":"^1.1.0","grunt-contrib-nodeunit":"^1.0.0","grunt-contrib-uglify":"^3.1.0"},"dist":{"integrity":"sha512-MTDuWOp/QogMht4XQw+w4GEACbVKXzpCTe5BOjFNBswWpLlZicrfBMqgOBPDRxrNcakICgGso+N+IVHIwHShdA==","shasum":"990cbc413a8ff3f18f329c4b98126d07d1a3b113","tarball":"https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.19.tgz","fileCount":19,"unpackedSize":852262,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbJ2mVCRA9TVsSAnZWagAA0q8P/RjJV20FvtzwLHLAoCpt\nCvCxhVOuzg8Gr8zkOhSobtuZdAegPSSUKXqfXjuctHu3H/KPgn4AACtyeBhu\nRTBJaZe3d9LfQ7jTbdRVaMs7hQ2a7eoNa90YpvesesE0CDiXw9El7vPX8zo+\nznMUB4O287SQ0xjl+sdign1uY0bVeTDU5FE4P8nPyuapUElJ+3RRrT79KOQD\n37jNfB31Uv8FLnj1cWbU/MddAoDw+fDO+5vsesfmt1eAG0dAFmzUo0V/QU+D\nOQyp845SCKsDir9KkPqhwthMC6z4fthD5HhHW9Yr/aGq1JtyQFEuzT+6QXQA\nmoDI8ZNvHKNw24Au1pboY3PWodGur3k5c4UGpR+B0tKl+0IQXaxpx78Ygq3S\nuYeZlsYJLLpYwtorB4dxlPJjKtvO97yfNxOmW8p3HCJhHhmWIiquURQmP8UQ\nUY+D8bAHXQxz2c3lvGUZ0PfIs7NHLPHQyLzr5huleX6a3mvbL6ek+eMQB0te\nwv4s6CmDFOpmtAYP/PL42H47cMtM1j7j4uyK8kATK+A1ujpeSYlT9KcYn1Rh\njg7lJLDeYLfmUvdYBM9cG7glhYUyESw4AtRPNRtLC+ePZXrcGxKseXgz3ceO\nAe5RtqYTMrO26xno3AkueEBwgWAwsZH9yNxOAcVnAlWSShxsFcQK74a7vHoq\n9H9I\r\n=rq9+\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCAMbKroTNL/F2G5fsbs/28YxveOIkS+Aufwrguse40hwIgQogAj12Sxl6IcCGGL+RbmhkBDDG9q386GuwxF8NU9X0="}]},"engines":{"node":"*"}},"0.5.20":{"name":"moment-timezone","version":"0.5.20","dependencies":{"moment":">= 2.9.0"},"devDependencies":{"grunt":"1.0.2","grunt-contrib-clean":"^1.1.0","grunt-contrib-jshint":"^1.1.0","grunt-contrib-nodeunit":"^1.0.0","grunt-contrib-uglify":"^3.1.0"},"dist":{"integrity":"sha512-uJXgstE4ddmJpLFIyihm7VsLJsViDxO88lx+GmIbSnyAAHHbSdpwBhpE2N3KFOmDa/9BxYDykQUzH796CHga2w==","shasum":"fe66da425dd9f9bbf416f131bf17659680aabb99","tarball":"https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.20.tgz","fileCount":16,"unpackedSize":764308,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbJ3npCRA9TVsSAnZWagAAZZ4P/jZClZFt8Swdo3CSLf3E\nMfldpkJaL0LC/a/VsjRn/RuAf4jW7Ldsbdzo1gOeoI6kKOA6Lr3YgXKwfMeE\nI/V4rk77t7vR9CurMQwl69nFigk7KUUCSRia9z3vga1waOaLF7GeKpQejmGL\n+0wINdeX0yn9McPzHmUVWZZp3X1kXWchpJNxTRyqYuj3F9zhvFpvo/u0OMYo\nxAz0w2WGcueY5l7vBtb4CyQEHBy9dW1NTc/X3Le6jX/wDzD/4bQdf7On+pFc\nFNyUY6LsZPTDlbqgbqIqP6j79H57Jhdf9R1+Ep+ptWnSrnHONTjtp3fj6ea0\n3HA1b1ryTIHortaIdcFRIgxEr/lvFA2evJWQHBZXtIscEt3GQF2vtJI9vHfK\nmYyDfx9/7cPQMXbOe1MZABxIIDjXunSR1T5rVidbPECcg5Rc1Q2b5OACP1wp\n1v/WI87+k+uftFOJcYFpSG3ysTFLd3x139kG3wBI20l6xoc8LXKh747nStuB\nc5P/VT21P+lpFsmGXKFHfDbB62t77LswoKx+sU7fp8LdqDoH0/DwIEPRl5rC\nlY6q8rE/N8I7kfRVK+vIxrOYAqUMxErB5e/g/zodvy+hKJfgINz3thNCwzUz\n30N8skvu/Oz2MbrTaR/nnC8l3t6HENM8iBNfDynlF7nAub1Yy9ouVg6XzYKg\njUiF\r\n=TmYA\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGv8XUc09ZaTQzme27CmwWfmu0Iz7jJPp3fXyXjiQ1/ZAiEAxspiBXcn8j5qHPYETgGq4/kfqQjXxLF16X2uKJpTixg="}]},"engines":{"node":"*"}},"0.5.21":{"name":"moment-timezone","version":"0.5.21","dependencies":{"moment":">= 2.9.0"},"devDependencies":{"grunt":"1.0.2","grunt-contrib-clean":"^1.1.0","grunt-contrib-jshint":"^1.1.0","grunt-contrib-nodeunit":"^1.0.0","grunt-contrib-uglify":"^3.1.0"},"dist":{"integrity":"sha512-j96bAh4otsgj3lKydm3K7kdtA3iKf2m6MY2iSYCzCm5a1zmHo1g+aK3068dDEeocLZQIS9kU8bsdQHLqEvgW0A==","shasum":"3cba247d84492174dbf71de2a9848fa13207b845","tarball":"https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.21.tgz","fileCount":16,"unpackedSize":764479,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbLiDKCRA9TVsSAnZWagAAVt8P/1e6clkPMNUpBTOA613j\neD7OG/XhenoO6eWSHA1nXRzXrWQbO1hOztmAK3zZY2bYHk6gtigaqNb+QqpU\nsHyUUlyFIcqYBFOLzeQcix3x0CAbT+zB3KIPD5aveeEMirPnUFsSg57DB221\nHG66CAcLwZF8yxmeOF+Bm2yKc+bjqMHfNvNWx3u+b9FJeyCw9z+lLCkDwI+5\nJd2HubsHSyjT+dCX5xTAc9rIceP9XJcsBcu6nC2V13LbxtbScZbkUmcD13Br\nZjJw18sYKQTydmyowEAIDAXGUa0KpL/JUXYY5dfMJjfvBeK34s64zbyWWYGY\nRv2IPJvcVilLU0Cs5RObZQJygwVzvBcI9r103e303xX4nA+ovHHK11M1xUdO\n0/RG0LdGEJ2+WynEQFt4sJ5jXtJ2DflyW+BmalML1m+UfbrCA7pVCYfsGVXC\nY0kweO5dqxpas8dXgMwcMiEkJH3L7KaMJWB62L5ucnUNljWzk66zxFJKNTHP\nIHkcodp2ET2d0PCPpGKgPjJXbTujmSzyVl2VuHdit9tQmZu0SiubXu11OYCA\nHrpUWrE2sjNMs/5laA0XTnQSmiFXQRR5BcndJKXBJBBA8t3v1n5mfank4MzC\nGKamNHc0tvia0KvF6Cd3r9MA+3p7PoclsdDt05MknUA/X4T4qhswvYhsgvRe\nnMtS\r\n=8TCQ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAVpKX/Frw3ajer2j4KVAlv4LJzNa7bONkwH90GhcVbUAiEA/WXJMxQZDVn0JpT/D5mtM3J+WsBVTRzopqQDpsvGDkg="}]},"engines":{"node":"*"}},"0.5.22":{"name":"moment-timezone","version":"0.5.22","dependencies":{"moment":">= 2.9.0"},"devDependencies":{"grunt":"1.0.2","grunt-contrib-clean":"^1.1.0","grunt-contrib-jshint":"^1.1.0","grunt-contrib-nodeunit":"^1.0.0","grunt-contrib-uglify":"^3.1.0"},"dist":{"integrity":"sha512-yYy26PNi+1mpZ7BvPYW6lPaaJhNGeJ4vKl+ryn8h56mmgauCm1IQ0ySwuZP/kknJdkk+sGaSC2uxK2WdI6B73g==","shasum":"11923e7ee878e8a2f74fba5859b8604cb9ec9b2d","tarball":"https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.22.tgz","fileCount":15,"unpackedSize":3007073,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb1nBqCRA9TVsSAnZWagAA14gP/RGBM2htqnahwx3VisTW\n0PLOcXMo3KY6uowekwLnDsK54dMLXYp9pWNq/79mpq4o1X8XwqAWnfY2Pt/1\nxNtOhYqr4aeZs/c9IWIjDGsOJYCl8eCvzNqEgtjG7M0VUTLH4kldWbHH3Pmw\nLgbRyWJ3/5AcSYqACAHN40un/sM/1RPVUv6kem5kTPyeI04a8/uk4GJo7Du+\ncdpYMs+HFnRMfDUgRpeWYkRri2IiXYakCYzP+0SeGC2VXcy/JOG/Nf1hmNJI\n8T/W0Tn9aXcGqglriQBs4YW8W6EMD3ndLVkTZAAWhON9VriNl2IxRHxZRh/r\nCVygL7N2h0Uj/g6DGXue+G9F1uPAHBmcRlNK2qDkENbq1B8ZSCha8KtpFuYm\ncy9lbg5G0KiowlTtJidtZlEVOLhbKPY/I9kS7V3Yak2RMW7ni1/1SWtSRljF\nkrtyW50lPQF3Mx5N+4AmBE4zFWFOXbquGFFUqBfinCmLu6D3rpV8wwUBolDK\ngs2z4i+X5wcLmuv/fVh2OVIX7CJZextkZSph0162eDfwaTyICyc+RnKHKw12\ni0AOiejIxZD4hymRiurEJohF4oeBYSLcUVfJUphYJcPKLxvhnIPSShDTVJjJ\ntILkcf7i+mZppEX8iAF9ZbCqd7IVX/3eBWDTeWdQRYyBfY2XmSJUUGg3N2yO\nxwOD\r\n=pSVV\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDWE7Zaru3xNm3u/3L+cXVGAmB2vY3ZHghTRKtlJT6+LgIgY7weT8d22SEz8eDWsf1ifRXyGNeAYxB6jzS07zYEaoI="}]},"engines":{"node":"*"}},"0.5.23":{"name":"moment-timezone","version":"0.5.23","dependencies":{"moment":">= 2.9.0"},"devDependencies":{"grunt":"1.0.2","grunt-contrib-clean":"^1.1.0","grunt-contrib-jshint":"^1.1.0","grunt-contrib-nodeunit":"^1.0.0","grunt-contrib-uglify":"^3.1.0"},"dist":{"integrity":"sha512-WHFH85DkCfiNMDX5D3X7hpNH3/PUhjTGcD0U1SgfBGZxJ3qUmJh5FdvaFjcClxOvB3rzdfj4oRffbI38jEnC1w==","shasum":"7cbb00db2c14c71b19303cb47b0fb0a6d8651463","tarball":"https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.23.tgz","fileCount":15,"unpackedSize":3007247,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb1nlBCRA9TVsSAnZWagAA2ZgP/jaiDrbEAVoyb5LaY9mq\nLx/zmV8uQvh2vQdx6T/uhGk8RrGjjWj6sSYIiYDrqRCe4PGQYzXP8MBSg+lH\nPfC8LunoCoOSfE1DNj6rWP80o8vEqxHBL3fnqkQ3zjftyXJARtI4JsUXqfW0\nQOPXIe1DpVT8g5MI/2vUWGU75MMnH2/JKg1nADErqeoURdsbMY8G7320I6EK\n7XWWhlLXMHm8mvJchg2c4tM0yJlug9lcy9QHVbpMjfDdqgR/ee2pBv2PeS1O\nuRA/9jTwnAaPc9dPSLBlxQh5Cz+fuKmXeFDbdCrvq8598tDBeTmbLN22uMTm\n/3Fvh8KJrLCtAGedzP6mmabHUmmfvI60rVtpAyc8zt7q1GBBCxEM2mtq9tpW\nkkcO21JQf7NXZcVa5XZN4PqZWy2j/ol1dnpXuSHQ8vMeuxqyvKRDhUUinutN\nftLKkYlunwqvRKM2XXUlMGojiU7G0yuRbsQHvNMPR5U7WerHjGd9KTB3NIRm\n3tlY5sQSA12WNCM7zfA7aWkyXWEu8eLptAjtGiPCk61DxOqbF1zzF8/1stDR\n8nb3MN+JOujB4+nhkbZXd/59t1XLo144zFVrrqeaIyKsNmxwMgRM2sS8sb+5\nNdJXpcip8ePFhGyflc6bLLIFf97hbJ0bybd00CUrxfWGJgngrc1P0rAZv+G6\nxS4T\r\n=jq4m\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDUvS489Dmv/k2JzvLUpVgsFF7NDuDrEBDQARKra6P0DQIhAIrYxrFHBv3e9B7NGnt38yDBVtNjpk1R5oJGc2FkQxLk"}]},"engines":{"node":"*"}},"0.5.24":{"name":"moment-timezone","version":"0.5.24","dependencies":{"moment":">= 2.9.0"},"devDependencies":{"grunt":"^1.0.4","grunt-contrib-clean":"^2.0.0","grunt-contrib-jshint":"^2.1.0","grunt-contrib-nodeunit":"^2.0.0","grunt-contrib-uglify":"^4.0.1"},"dist":{"integrity":"sha512-oxg1YswuqzOBzGWs3i3TnNqbvHMGK7qY7zcg9SJfZ09K+FiNtSPKmFfqGuxN1oMyusGisvYZEc4un//j3wwAKw==","shasum":"59e14e210a6f2410ec71e01c01d324c45f7f0a7e","tarball":"https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.24.tgz","fileCount":19,"unpackedSize":3356549,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcuAb7CRA9TVsSAnZWagAABNsQAJ1vs+8hQrpkn8eh6kRy\nnor750m5kmn0//DjP38mqJSMZdGPF4nA7RvFQkeRzWTk/5lSLKUCUrHbrFEx\nMBAhvGcq4LpZzU0qTqrW7CDL/NyuG9gP8R/YLy5+hKqiYaBt1u784TQr70ze\n9yEiYHeShxH/CF7bPrQhkuNahfZw3u5hyHcAPC/fJSFp19724t32Q45TOcVz\nKtVAk5RGTqeNhthInB5cRKWqV+qY87oZRRdnOOlLfJ46/ptWnxldUcizquLf\nYQbRD05Qoj13f6gLP6bPswRtIP4noTUkNn1JF/KWriGqUJw4EiojS1q+WZRt\ntYN3xVrOmezjhNfNNCrV7+kIC+D3Oy+OwZoMpfvcS4XnTx0FyA9Ya3QZKrxD\nWmgUbz9JS2WDR/1LUV7jl/ACdd33Hyj1PE/uDr4D+Rnx83OqoAmzRG8MUNou\nk7QaPdLaDmSgAkhzbuDUCMxPpzX+oQl0CByMLJ03cLTWgcNpgE2of0XWWtIJ\nbnrUJWTXRCpoRMBPRRrmSQMOt6PhUYBT4R549boeJE3udmjGngII6x+n1ICv\n/DjG6qpcZhaccycSiTIjF3nqspC3nZA+AZ8qfeVDMMW6ouJ7icPsUFs3oXcb\npPphZBNRKvDRtb+vQaFsvgvLL8+SVzVnVCSKZUulm5aTOEImaHtmqJgz/hSI\nswce\r\n=rL17\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAxZugQ18JtQT43k3RyXfajcP7/J5cOObLPoqOj3LtoxAiBznZR8LTlaOLZly+AqGPS5JMz/KiGQ4/aSL4P65ZiFbg=="}]},"engines":{"node":"*"}},"0.5.25":{"name":"moment-timezone","version":"0.5.25","dependencies":{"moment":">= 2.9.0"},"devDependencies":{"grunt":"^1.0.4","grunt-contrib-clean":"^2.0.0","grunt-contrib-jshint":"^2.1.0","grunt-contrib-nodeunit":"^2.0.0","grunt-contrib-uglify":"^4.0.1"},"dist":{"integrity":"sha512-DgEaTyN/z0HFaVcVbSyVCUU6HeFdnNC3vE4c9cgu2dgMTvjBUBdBzWfasTBmAW45u5OIMeCJtU8yNjM22DHucw==","shasum":"a11bfa2f74e088327f2cd4c08b3e7bdf55957810","tarball":"https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.25.tgz","fileCount":19,"unpackedSize":3362443,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcuBV8CRA9TVsSAnZWagAAE7UP/2lvPnN4IcLciFqSh+0R\nlFHE3qrbA+ZbwtSuYiuymRos787IKM7m9nXV8E6xVjYlfVoTnj3t4SWP/NOq\nUP/WX0XtKuutnXvUgsB4xdfjIu4+EOslbRlV5g2ps0gqMBVIsPaFEha2ztEc\ns5auiSc5+akn82VXqhp8ft1WkBxJ7HaAXdFrf5nCoe2OPu8o7YosG3/r382y\ne3NpVYEEVtZ1d/ERLzXaimWjNkfF3RHbh9SMZGnQ/bxWWlTh2s7ppbYDIawy\nDCXYq7M67kdSYJSGPujTxLRaJFmLsNJFviN4Ajc0TUUm06B405toXY8xJpXw\n2gy9OaeIHvtpGPDqBLlqbThcndkzLTEe6dj2Fxlw6FrPWLtLPiN0PknM17F6\nX6lNnvJPyQ6DAQJB/2ftNQS0WWy1pstLMyXMHhe9j3O4BURJfhRz2m245zg6\n0/3rLayY6Ms+58V4XL3kudh/CQXeGtDFFF8sLqJY7JAQbjbwhnG2/Issi3Uj\nyKx/8z4QKYaDfe7ltNxcEGiJ1zGW+V75B9Jd2gKIPP2z+bFxjfG+Oi+vTjl9\nhdZvKnn29IKbsERWkLNwfWkKe6kqhm7H5ULcJ8pX1K+3miuDdCwIjKu2xdbZ\n5Z0N3TCTGmhT24wqgx6EKXTBkJnM/FerEo87D2mmppVaedx3gbHXfPiQyxhq\nemYf\r\n=fHS9\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC/P3v4+/IoM7XyVQImZcHKJ7h5T+OEaP0WsKK6A9Pb1gIgPdjlxXbUz68f0pdOyXqdwzEskMoOi/DUuTyM3RPz4sg="}]},"engines":{"node":"*"}},"0.5.26":{"name":"moment-timezone","version":"0.5.26","dependencies":{"moment":">= 2.9.0"},"devDependencies":{"grunt":"^1.0.4","grunt-contrib-clean":"^2.0.0","grunt-contrib-jshint":"^2.1.0","grunt-contrib-nodeunit":"^2.0.0","grunt-contrib-uglify":"^4.0.1"},"dist":{"integrity":"sha512-sFP4cgEKTCymBBKgoxZjYzlSovC20Y6J7y3nanDc5RoBIXKlZhoYwBoZGe3flwU6A372AcRwScH8KiwV6zjy1g==","shasum":"c0267ca09ae84631aa3dc33f65bedbe6e8e0d772","tarball":"https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.26.tgz","fileCount":19,"unpackedSize":1115483,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdILfiCRA9TVsSAnZWagAAHBAP/3jc1ryaFn/se5HkhljL\nW8EW1VYW6P3PZ2lcInQ7AkS9tFygTX7VLxn5ZvDQPziDjJjmVRO/kL/oEbBG\nIn0BS3UbqMSwey3htgr7EqzwXrHGgPUeWEwkAKeI3eq1fQHDHhFALpGzc48+\nCmW/qV9uqcR4xVLe57R4QlNzSjwKxgvGdNZmufAMowEQtMfmoNGQZFe8DBWP\n/MdBcRRIQRVIQOf/f9ULzq0sFaxAG1jYMSGEJn4qztaBnLpu00CiKU/Ye7A7\nLlOi2oBFH9BUJ850dkCmIIgQL0kCrOqsU/kE7usvfocaSwFtZmgHabOL4c6/\n4eThGycmJRLZYdpgiq38nYRvDE6Afy1jbMbGGrqgsukPzVVJkCJ684uWpl5D\n0xVnzq6iFA0mzye9xMpa3YN50HBit9ZIydyv84oI9klnlLl03htDF5KtUj1N\np6oKd1WnmR7RdwuE6GbhRl0i8iaaLUL8rzUqa3jSJufg2uJwBiMVC1YBQiCv\nANoAS76Dzyq+MNBs/ZMC21mQtmbQVc/q1/Sq2TlN//9h3TuMw7tMbpyP6Rpk\n9OC8KwuDHXMe1Wq56WJZ4T+zN4+YIlotLWfZajm+/yYKQS3kt+ObSjmKXYKd\nZaQscAq2XGpfMyJX/k7LEeoetCLlH7XSOwZ1w6TGAebqpWLRRmZM/ps3z746\n6LHI\r\n=hEFP\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIH/pY2NtHhcPUQG5HWPWLk7yXczYIQXzmQT1vZ/TUaKpAiAFtJ7felchZ/1df349LKL6vlZPdnzVbLHT9gAFmF43oQ=="}]},"engines":{"node":"*"}},"0.5.27":{"name":"moment-timezone","version":"0.5.27","dependencies":{"moment":">= 2.9.0"},"devDependencies":{"grunt":"^1.0.4","grunt-contrib-clean":"^2.0.0","grunt-contrib-jshint":"^2.1.0","grunt-contrib-nodeunit":"^2.0.0","grunt-contrib-uglify":"^4.0.1"},"dist":{"integrity":"sha512-EIKQs7h5sAsjhPCqN6ggx6cEbs94GK050254TIJySD1bzoM5JTYDwAU1IoVOeTOL6Gm27kYJ51/uuvq1kIlrbw==","shasum":"73adec8139b6fe30452e78f210f27b1f346b8877","tarball":"https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.27.tgz","fileCount":19,"unpackedSize":1117226,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdprlmCRA9TVsSAnZWagAArRMP/AtCo4c5afloyLosZzca\n2F4F2J8DNt0PwMyJ66gtHozcNNQgLuzIYFDoZSncNMOW8DuzocNW5h2kbOfw\nz8b82MCd5kaqRX2ZyX1XsGPN7RmAfNSAJgMGP88jHgi7iJQLdZvijy5A31dZ\nLYToLoDIMysdt32w9W0i9WkxOa+OlOuyBGYb2uyg1vdU1ABK1vEOlqXWp454\nyJc4GWuNriJu/dIvR13I+xoLHQRUDqi+JqVfJVgANpbwqwSg1EFTK+DGUmvF\nFrRat/10cxQGRje2+0Rib0ulwlWSzAhpMwHQZTUX03b82iKU0fUSDWQjOHRu\nI81M0IQV9ILmWJztSmUFnsdgk8rv1CrBJrGRoyuYytA6lWwl/oMGPESR80/j\nZvAxZhSeCLjSMmvgzxGRHR+klK7Xs53DTaNKEjdmPiCv4vlzm5dE7UCOJ8mw\nbeMsAPzwU3sVBubKUGnlI0LALE6VgpIdSxJkWuMWoUL997uNXlMDNC1B9Dew\nqoKr7tWZRhOoobOOGrvhSagCkGmquAJk37bUV6qGsgtcSKpC4fPBgaRo0pjo\nSpwqu8R5EmL9JMP5NGKw18Cn46F95bNZfO7x3BYdAw7YPE1Az4K2S/2jgoPm\nI7yjuEIeuq9QH95tAHWwi9HUcDA4comqXfj/fDeJSEDEjpOMlDvztAnwZtEK\n3C+t\r\n=Q7Ie\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIE8ru0w0ylPkoQDBPGQwvkxH3WY7Bowcn1bGv07rWNYkAiAnMhyR7hUdbCXYnw30RAmwe1mH/FbDQIM9bhLh9n1AnA=="}]},"engines":{"node":"*"}},"0.5.28":{"name":"moment-timezone","version":"0.5.28","dependencies":{"moment":">= 2.9.0"},"devDependencies":{"grunt":"^1.0.4","grunt-contrib-clean":"^2.0.0","grunt-contrib-jshint":"^2.1.0","grunt-contrib-nodeunit":"^2.0.0","grunt-contrib-uglify":"^4.0.1"},"dist":{"integrity":"sha512-TDJkZvAyKIVWg5EtVqRzU97w0Rb0YVbfpqyjgu6GwXCAohVRqwZjf4fOzDE6p1Ch98Sro/8hQQi65WDXW5STPw==","shasum":"f093d789d091ed7b055d82aa81a82467f72e4338","tarball":"https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.28.tgz","fileCount":19,"unpackedSize":1231459,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeUBsICRA9TVsSAnZWagAADUgP/iVpBF+t1BmWT8A4WCsn\nShQ7IgwXAFVEgHHh/w1Vt6Y902miFqRCEPHGz5MCvWOaWqV4S5hvbBt4g7S2\nApOP6DQUD8YvBG17cY9VPChIf/Advph5a8uucpmgLXXQREpYHSarJO6nR6YV\nNH0g/RvUHEqy7WSmkr/Z1QmF0UKPMYFN6GpUJScuuZTnsbOR0/xJUErXfRvm\n5Kf6u5Af5GNA1pgIUxSiTKb0AoZTPjg8qLd8BoBXVU6YKJW8ARZLvOHolA4d\nwJ821zasNsxDfOnQUq/ukmxwRLbOqr6PAtIbexWH6pkGW7MuLCdWykLnIu+C\n+ucZqIPGk8yW2be2H+2K+0Qq6WjhhKut2hf3Z4buEB8658UnC6hbUNRk+TMM\neLrm3xh1BcNtXbjj21SAyuVov7gJzeR5jOAOsuQvMyl9C2JS28WOXFqKY6v6\n79k6qK8Sjhi1XxSXAi89XMBunuMa/FjThmCwUh46b0b8bwYlDSLmX5HjdOjF\n4q9hIGmWeiJ+icB08VUOA/Bl2H3o0ADQ+azVmIbJxMR0mAmEU5XkbGrmOCXy\nD2o83iLmYGSAXAGlYk4b9u//xwtN2yJ49vSFm/s7xa7NfD9n6G+QxfFzWPgj\nyYNnB60WuXdbwDc+KnQCWo2JWdCH8JZFr/jR2oUd6IRo8n2n8pyD8kh7kKT3\niyzq\r\n=Y+h8\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGSqVb7eWGCc3rXrARMe5zPtpubm7JzH1hhOn1UxZt2zAiAT9P0f2FaxA5f4hfXgl9e6cBj1iO+gxv1O8+5HJXPlyg=="}]},"engines":{"node":"*"}},"0.5.29":{"name":"moment-timezone","version":"0.5.29","dependencies":{"moment":">= 2.9.0"},"devDependencies":{"grunt":"^1.0.4","grunt-contrib-clean":"^2.0.0","grunt-contrib-jshint":"^2.1.0","grunt-contrib-nodeunit":"^2.0.0","grunt-contrib-uglify":"^4.0.1","grunt-exec":"^3.0.0","typescript":"^3.5.1"},"dist":{"integrity":"sha512-qWtUhRIk29zviEFAhttY0fDbM/zsu/OlCRoeQG8vxuH6XcTTuji9ILJkOdxjr+vzIv0J39RsO/SPTuMvzm90wA==","shasum":"83a0dee1e994e7f89e3b4594b859db540e692909","tarball":"https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.29.tgz","fileCount":23,"unpackedSize":1250326,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJev/5dCRA9TVsSAnZWagAAHYAP+wZPX8Euxh8lFkMIqdtR\nIPW29+ig9n7MdEeNmYy9gPxssuHoXzWNNmyUlos62yU9R2tUV9JKUKxjDpb4\ng185MnAx2M5ggsvgOc5NmBqylN05OpbB0/Z9HJDiaps86CP36Sdilb6QmOIi\n9ZqdE49/SW54dP/aOp5qapYrhWsk13mF3e8Du7qMJVnFSdXgVZ/E1erZZnuH\npV8+OO0zJqwGKQu+WNPDo5FmgzkyizLzBfx0FAxsLPoRinYnoCFlY8NiE7Rv\n/CcYCaRL3GBJgcjsvAQXxKDjbC+dRB7grQfOGvgr/FBYQXe9TNg4wfPl3t2m\nwLjTYO3ZhM6mOit2OcQardS60Hr7GZ8/AN5hNY+ak+eb81B6JJHygZ+S/XDv\nwG/3HfzsLfl5RX0Db9nqbD6lyv1AuJ5E6XgVwlM4TcHs75E7Z4O6MGR418SP\n3/MnSB3J/axzOe6PW9yEcaBogZ1qSKWuVbtiuiM6YTcnI8926JxubPjoLmMi\n/I1M0pIwGTFUPlgTWntpgFtTIPcWN2xGCZsFHvme7XVvPKpcWdq9Fq/9sK9d\nzO516YpOwT3neQ4lvim7t/TxxqkT4/G0GJAZGY+Ze+BQnsMsd0MpHK7nFpyQ\nfwAf4yss5V5wTCN5TSnWw1q9GKwXzQmpKISti1mAhQrIuJRkocJhT5nYYGqU\n9OiD\r\n=0x3k\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDHHF91/EY4E18hmirBvXiun30xgBcrQLbibpdDKJwO+AiAYTI3AxhxhPUvSDy6fXQZKXuMAAhzIdjdgJRrH6X4NxA=="}]},"engines":{"node":"*"}},"0.5.30":{"name":"moment-timezone","version":"0.5.30","dependencies":{"moment":">= 2.9.0"},"devDependencies":{"grunt":"^1.0.4","grunt-contrib-clean":"^2.0.0","grunt-contrib-jshint":"^2.1.0","grunt-contrib-nodeunit":"^2.0.0","grunt-contrib-uglify":"^4.0.1","grunt-exec":"^3.0.0","typescript":"^3.5.1"},"dist":{"integrity":"sha512-UJRMpH1tK1qwYeKzeDGoM7xHG1bxLwTGlcPWBOlw8GfvJWObPwbHe6hsNajcd4UgtgmPewy7YSTfZrEMe0EhUg==","shasum":"e4b22aaf8479b4fee9929ba7c9b7fa334b7267e6","tarball":"https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.30.tgz","fileCount":21,"unpackedSize":1237128,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJewR53CRA9TVsSAnZWagAATr0P/0oWkoV7WJ3GcnN+vmOh\nwVtA7VgX5Op8aglISzKI6WVc7zHF5Rl1wgZRMkYWHuf8ERx8e9+GDI2z+pGL\n2WFBtOfHRMLm3R04QU8LW8YeLXI2VRhuspRgHIUGsqcM3df+XgncFibprcgN\nbJBMXgJ+8sFSZQt2Y4OLaKrRshyZdSRtk3x+ZtwQq3Yk2+1IxU6Ju1r2iKSz\nAy62fOJbt/719YdPhLXiAfyzoJRg2rFYOZZMHIeIjVM4G1R2y+imF4+uuk9F\nw7guphYCMYUYy/4QVlQVMdtnLPz6583NyAqI8H5A275LSfxjIZFX55X2qYLP\nGxN4q5AQTo3wzopp6WqAis1QBsyffXJhT5ltZ5GaFmKVt1mSQtYMqD9qnZVl\nujTaYQKS01+4R3Doe/CmS5JxtnF16tryEmgh0CE15QlZSRymJaNTvkQG96R4\nrlsnPNJVrUTbIsnrkYfZ0Yz1k2W3yjwTE/yTDhLtISmGVuEElAaIs8HL2JJ3\nl5pUH+2YYSXe0KfKaG7vV8VTYKOqwP+3nsP6KrDgmM61xDExcx0KpMKbfWZ+\nTD80we2eUDUgVJAe6oADG3QcCnpeSStKuzit1iB+k8yLljxOmQd/EbetVWDz\nxt12HoA+bAtwfXyZRjVJAFTvykXIJtsQ0SLj06ho+QhBvB6icCUe2mvUqxnM\nYRYA\r\n=XhwP\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCPGgb/zdAP/3VNgxSEGcBd9xeQHcZusajaV/j4AfqJSAIhALOiXBTdIZLcEfZCzwlhR1AA9oFev6FYurPsscxr637D"}]},"engines":{"node":"*"}},"0.5.31":{"name":"moment-timezone","version":"0.5.31","dependencies":{"moment":">= 2.9.0"},"devDependencies":{"grunt":"1.0.4","grunt-contrib-clean":"^2.0.0","grunt-contrib-jshint":"^2.1.0","grunt-contrib-nodeunit":"^2.0.0","grunt-contrib-uglify":"^4.0.1","grunt-exec":"^3.0.0","typescript":"^3.5.1"},"dist":{"shasum":"9c40d8c5026f0c7ab46eda3d63e49c155148de05","tarball":"https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.31.tgz","integrity":"sha512-+GgHNg8xRhMXfEbv81iDtrVeTcWt0kWmTEY1XQK14dICTXnWJnT0dxdlPspwqF3keKMVPXwayEsk1DI0AA/jdA==","fileCount":23,"unpackedSize":1341663,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJewTNDCRA9TVsSAnZWagAAT6IP/iVasCxgycS6T9Wmpw/t\nXCDgnanBaPH5Smx6wRe0w3L1N3jurORXTsTVEmetQJLC1x0a8TnoPckK3GQl\nb7+BQhNhDRKVu9gvE2B5T+Kck4GxPVVMvzksywUTK0f/nVhuF5zs/gIubRuA\n6toBvIVU5FSr2ZmywYVqoGBxxkH94a8o4QV13PJAbV+7IIOze94uIRhJgCIq\ns1s5OWBwiKfmHWOZOPx84pZx3JBsgVvygP2o2OrwboTU4p+9qMxIV96cyJvY\nOnZn3fx5e39vVl4Ey7X98VriZHWZpgMRP1sy/0MqwmgCTnj8kKOJiwdfSw6w\nJ8EiuxNuzNFl0WGw4h+x2yQnrKgmpv+pwxAx6xDWCD3RrlS1RlfFsDLomqg2\nGczQIj5FVXn2JVN+fm718c5LsZNtDgxrHk4PhOTrk9yg27dgnsWHB1CH0zaO\nJ9FAGAebEtXWXwVa3rFa78DQdcgpwHGhJTQlOtJLttHEqL6z2BAJO0pd6Jjf\n9keRTf9V07zmMdit/I/f8RZzYwzb2aBQcRuqHO0D9y11Ek3qBTdN7jS3GfWJ\nIftfH5qjyMHEtCAtDrOewgma6BoxTKHd9QSv7otPPmegnS9r452fWF/lNaDr\njtHLmvG8NvFlsG5oDpFLeOaMgv9+bz2094WF9I8rCKAqFT2ARrHjG7C122Ia\nxATx\r\n=0H9O\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD49nCmkU9Qa4uXHpWq7GwJZcEUcbA8VbGws++fCc9JjAIhAKL8okP7nrI7yQmIHNjWrCjoVQfdFPQVveIxzR+c7fMi"}]},"engines":{"node":"*"}},"0.5.32":{"name":"moment-timezone","version":"0.5.32","dependencies":{"moment":">= 2.9.0"},"devDependencies":{"grunt":"1.0.4","grunt-contrib-clean":"^2.0.0","grunt-contrib-jshint":"^2.1.0","grunt-contrib-nodeunit":"^2.0.0","grunt-contrib-uglify":"^4.0.1","grunt-exec":"^3.0.0","typescript":"^3.5.1"},"dist":{"integrity":"sha512-Z8QNyuQHQAmWucp8Knmgei8YNo28aLjJq6Ma+jy1ZSpSk5nyfRT8xgUbSQvD2+2UajISfenndwvFuH3NGS+nvA==","shasum":"db7677cc3cc680fd30303ebd90b0da1ca0dfecc2","tarball":"https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.32.tgz","fileCount":21,"unpackedSize":1239261,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfr+ICCRA9TVsSAnZWagAAbOUP/2WiQJfeRcsw6+END8ez\nYOmjXSCePeQ7L/OWrzFWNCXG6s8IUpXRy9hMjwNm1zl+yokYR7kt2GnEmBEw\nG58mcyfu/7tHxgPn2A4vO81y1qWwrXSk3/cRtM2H0BUrEeAhc7eu6DoEse/s\nCXG/foaB6IWtonI1CYGM/v8R+eBHhgvzfjRFHt+MC0hAoSEy4k+pvjOF00Nv\n6CCN5JGicVwVF7PSVK+Q3ZebgNj+8JUW70oDvCDy6cnlIBaWNmDbDpDgqM26\nahuLDv5N6NOaBm9CD2xjuz/wHlOqNsSq41kEC+B+ussZQITb0QY8FSFD2j8+\nJcEum/0JB6y6VGiedRd2S4QN/twooVPRtiZwpNAA1iZbZduqgveWDuhQ4Lkp\nqmGUCnB7h77lDBYyCMUfYal/svBG+JfXGAlZiEFT8LLFNbpt9S3TKF//dIi4\n1NFA5lyRrui09Uzn5XVjQTMnCgZZWZ05mT3kwOWcEL7SBoGtrKE4SVc03E1R\n47xIy6vZ2jreqMOLHJ+e5fYKAw945Fi7ujMBLnzYPfNWw5ZeDsKUA1mJePRS\nTicjghkYRxz0EDbCm6cxqAMKMUOErnGwx05fTGmGSUQmIaNC5jMopP6lKWk+\n8B6U47FET8y4dD9CK0kwCz8/L1We1fxMtfe1hJOeatHYQ2goCMGFl/snZhbY\nYRF1\r\n=qK0c\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBScG09Q71zc8NuEYzn35uQrlHMPfe3zl3PgNLQb9lOjAiEAusm6l3jXrc/l578G4o8wSQwYiAQbCRejMkh7z9iG0xY="}]},"engines":{"node":"*"}},"0.5.33":{"name":"moment-timezone","version":"0.5.33","dependencies":{"moment":">= 2.9.0"},"devDependencies":{"grunt":"1.0.4","grunt-contrib-clean":"^2.0.0","grunt-contrib-jshint":"^2.1.0","grunt-contrib-nodeunit":"^2.0.0","grunt-contrib-uglify":"^4.0.1","grunt-exec":"^3.0.0","typescript":"^3.5.1"},"dist":{"integrity":"sha512-PTc2vcT8K9J5/9rDEPe5czSIKgLoGsH8UNpA4qZTVw0Vd/Uz19geE9abbIOQKaAQFcnQ3v5YEXrbSc5BpshH+w==","shasum":"b252fd6bb57f341c9b59a5ab61a8e51a73bbd22c","tarball":"https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.33.tgz","fileCount":22,"unpackedSize":1238106,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgHj/fCRA9TVsSAnZWagAAAhYP/0EAb4/fqz4KA+xroS+Q\nal9/zWxdNtGjcGmMojG+3pehi/yVdfwxg8BIFi8wQW7zBdeyaOMbu7+Lnl5o\nue6vVWwi6IdoAKbs58zvRzJ3R2C3vlws7TvTTxBA42aW0ZkmltyDj9FQGsZ7\npFRY7BCDwaWoGzOP46uI4ehsPteiPrX316RNRlS8Vtz0PgqhqwEJHmpZB5Fm\nuBvyMLG+eCVNbz/GYw86QzgnWGZgKqUcBzCW3D1aKIlaHNMRE70uL9yBaLoj\nCjO9rdpn/LZ9W3Ogmfqz7a0//7BDtWqiJcJwSSM2Tr4O9HG9iZtwRs+GSfo4\nixGVR6dtO3etSPyzCbgemfSc/O434MznSU/SIZgXCct3J9gp1wc1/KE/Fhip\nahZbw8aS5aW+2ftBZemL6rq/tA/mNZidaWf3R+BYwHxnAUQMR4Fik4g8O71E\n/oRI76WkNnylDpW8lMq/nSsx/dXXxfWMXgL49YTFA9jAXr6T/OmtFhRdtdUa\nwnLG65qZ8iJTFvf1GV7855P45Jl0+nZheTDaHZKiqTV7xPt046Og+dKurtQy\nssRi41r8kt/kh4XNfeIyb86VCUkwBkGPQyqFfnTPkIFEAPBJS+v1tndmedMo\nBfE1svq+ZBI2T6Wx1Ck2sJMGZ3QDPs7wcmddOLQrpDSmX5r+dNQ25IsLWD1q\nSIvw\r\n=dUdH\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEo5wlZy5FkMMyyGqp2CJkJUb4dSqyS8OznTVcpsiEgJAiEAh7Q7xwS1FeY8N1jLCRHTaazpJdzZm4rVOYY/o/6eCX8="}]},"engines":{"node":"*"}},"0.5.34":{"name":"moment-timezone","version":"0.5.34","dependencies":{"moment":">= 2.9.0"},"devDependencies":{"grunt":"1.0.4","grunt-contrib-clean":"^2.0.0","grunt-contrib-jshint":"^2.1.0","grunt-contrib-nodeunit":"^2.0.0","grunt-contrib-uglify":"^4.0.1","grunt-exec":"^3.0.0","typescript":"^3.5.1"},"dist":{"integrity":"sha512-3zAEHh2hKUs3EXLESx/wsgw6IQdusOT8Bxm3D9UrHPQR7zlMmzwybC8zHEM1tQ4LJwP7fcxrWr8tuBg05fFCbg==","shasum":"a75938f7476b88f155d3504a9343f7519d9a405c","tarball":"https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.34.tgz","fileCount":22,"unpackedSize":1233621,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDgfYHbdMq+e1xErK1ZVfuUCPcXCiZhW1tBwgWKwH8KtAiBzpc8+CcIPPJrVHS52oO17Vjfz0X5IT6D9n8Eg5KH3pQ=="}]},"engines":{"node":"*"}},"0.5.35":{"name":"moment-timezone","version":"0.5.35","dependencies":{"moment":">= 2.9.0"},"devDependencies":{"grunt":"1.0.4","grunt-contrib-clean":"^2.0.0","grunt-contrib-jshint":"^2.1.0","grunt-contrib-nodeunit":"^2.0.0","grunt-contrib-uglify":"^4.0.1","grunt-exec":"^3.0.0","typescript":"^3.5.1"},"dist":{"integrity":"sha512-cY/pBOEXepQvlgli06ttCTKcIf8cD1nmNwOKQQAdHBqYApQSpAqotBMX0RJZNgMp6i0PlZuf1mFtnlyEkwyvFw==","shasum":"6fa2631bdbe8ff04f6b8753f7199516be6dc9839","tarball":"https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.35.tgz","fileCount":26,"unpackedSize":1663776,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFCWRH7IA9vTvxwJ5Bs8/gTH6L+2PT0Z85z7pJ2a3YTiAiEA1uLON68Liz1uZqho177mhB3BPZGfnbayqWYElNroOpU="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjBNCzACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqzTQ//U1wIEcRGuvF7sBra5RIXz3fzRi1Adu4hfPQyQwRNe02PXiZw\r\nz9Q1bAHoDLfg539K2M/jMtK4k+pw6k53+UdjE5DNf8gxgNbakvz6kxqoP4qi\r\n7AsaS7Z8+mit59eunJP1xHzCKBlTO+xmGrh+kiDNixNDzlAudgXB+6rRsFZH\r\n6hMDycF9ZpwD4kIvWNwggXsjQHqno7AYcYCQCA+95g/Mv8iCtgsUJj0U98RZ\r\nIvFUv6sqOLsf3DiNMRyr+kY8yX2LT72R6s1onMOq+IFqNxGZ+B63nZpIxJaZ\r\nCbMsopsfpJrclZsdGttUGFpoYx4wykmAJJJHT7Gm6T3Fe9N135U8SHHT9/Yt\r\ncaMg+3/Wd/doX6+fj85KhH874N4sUI5CJiR+DpuxivYuKvSPwaryHJP1uDLQ\r\nWA3Bsm6mxTtpAyUiVwX3LiXrut18Qqzxly0w7jE4MIDNTpPwsPYTKbnK2JPA\r\nGJ9/ubk4cEUReUTgikVpDYTfNwWFQnwbcv02wx5s1DdcG115SinAR+qkHWAh\r\nVslPWyTZOWzHXK24rCCV3S0HHNRSM/yRgsx78L9ZRJtEMc0OL7LH1kmDQIMd\r\nOfpW7b6akrXduPZeAnJ+9EUc+yq43Df05IjNth3rADwP4mqvsaPS9dGT4ryR\r\nUWB7gFAzXyqiOhN5StwV1NXeb+lDn8MEeFs=\r\n=GmZe\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":"*"}},"0.5.36":{"name":"moment-timezone","version":"0.5.36","dependencies":{"moment":">= 2.9.0"},"devDependencies":{"grunt":"1.0.4","grunt-contrib-clean":"^2.0.0","grunt-contrib-jshint":"^2.1.0","grunt-contrib-nodeunit":"^2.0.0","grunt-contrib-uglify":"^4.0.1","grunt-exec":"^3.0.0","typescript":"^3.5.1"},"dist":{"integrity":"sha512-yxiQanbZOzU9rX9a1svFjjHyDExMTnTUK9cQWpogjEOdycdD94kIsLYbHHkUQC0dlQbzp/c2Og+Xb4yeDbgo6Q==","shasum":"28d7371957329428bed16b556bc58ccfd9aa5a3b","tarball":"https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.36.tgz","fileCount":3689,"unpackedSize":211206828,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCAyeqfeu0U42p31c5CecO4XKA3xK1+7ggYhjV4hYbhIgIhAKQ/FeiX2zjdFMGjYyYsaMYApQuV/Pm/LjU6Hl52Z/2j"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjB2T0ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoR1BAAgy0ZJ+63vWxangdThHI7Q7f4zrsgQ82wa0FmuypFkglrz2ZO\r\n8YIH5lDqMYPZLP4d4YGtn3laPl6X1knrNyH7SrkV9ndDynpmpPpWhLkeac2/\r\nOBdfY2uU6LNl12f4qXYjVv+NW2llmc7B3LsR7J04aJmvrvfnu1pgiHriJB3r\r\nrCQW+hFDGzP5ELhK8FZsJyuL+DheutIlCuFmJw30lvSbMWdt0332X9MRwabJ\r\nx+RPy8UeEnDcTfKTZkXn2OyfNPdtFGC+ZNj8LkZV1CeCkW6cm8DNAVxYFsOF\r\nBGDAqGtajgI2GIItFDCeOmGZT9qt7CxGJyJlw/0j/o3hvsxIoCYu2B1BwIeQ\r\nIe/Z1wNWfqXe6+6AviB6pPa/QDHex0xmuhTfyOsF85+wtSUJFG7QpCXKjS1o\r\npSnm12Ng2wN8AjWkkIC7nLX+gm0Kr5dAWqp9DqUuhhSUGunqoL3HCorDrsDe\r\n0foVK3QYS1tTeDqV4wfez0T2WvHsH/OQO6m/ue4ycXNlx9SzJU0Gcma+UrjE\r\nTksCBl7BoNBxtrvSvRR/5JSSA2WFdEUJr0LAtCGVYpoJxsM4y9Ld0mS8F8Dv\r\nYZebzYiKCkk7B1nuJGTHXixzEBpBGxpU5Zfuk/cORS3y1FeoG5WdgwGrRd0E\r\nvpey1zIEP2I6ixb0IKMHBE+iKdKO111Iut0=\r\n=Tk7A\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":"*"}},"0.5.37":{"name":"moment-timezone","version":"0.5.37","dependencies":{"moment":">= 2.9.0"},"devDependencies":{"grunt":"1.0.4","grunt-contrib-clean":"^2.0.0","grunt-contrib-jshint":"^2.1.0","grunt-contrib-nodeunit":"^2.0.0","grunt-contrib-uglify":"^4.0.1","grunt-exec":"^3.0.0","typescript":"^3.5.1"},"dist":{"integrity":"sha512-uEDzDNFhfaywRl+vwXxffjjq1q0Vzr+fcQpQ1bU0kbzorfS7zVtZnCnGc8mhWmF39d4g4YriF6kwA75mJKE/Zg==","shasum":"adf97f719c4e458fdb12e2b4e87b8bec9f4eef1e","tarball":"https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.37.tgz","fileCount":25,"unpackedSize":3666653,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCjgjjLtMkzOp4UymgO4j4B8Iwr/DBQbC3fsAm7xnNQvwIgNr1ykIvJKrEW5xz/JeULWZbnfkVJdL1iZJxQIvAZVn0="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjB3V+ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpr8RAApNWcG+WfU/whCTnjsFQXN8u29KJJRJoMEsxb0N30IEgcxU6E\r\n7n7JNAzmuiWM9LXK26RO7F2rVf0IkJ3KBYzo/44A2DoFuocqpPyJr6SfevSu\r\nNqLpsXypm3u+/YCAcUE7jJhzzkAYctl6PUf+uFdsXJycTwoI6XYrzbPCaaXY\r\nDkIqjhr1cSBerRi9pGIgZppD6ybsXmNcbdYyY/7d8wukxPSnfZJ4M822sYO5\r\nDoXYjDI9UUV8BLh/3Ag0H8NAMWsI40QH8mu/Hs/GnmohicFBLoPKRWXZNcqD\r\nIY9jhw420Nq2nNZcdvaq0NauD/K/wCD6DIxH18Jin+kzYwNcK5VEl05y0ZPg\r\nQ/+UnuKBnket5RMEQNDMSZOuG3QZgjRUquGgTZI01nEZR0Qlh8LtaViMFSOE\r\nVQdMT6cEWWQR8HBO5fWyOMwJtE0qfJOdI/ZCQ0PNxiw422vgje/hdku7Tpuk\r\njdU4ozUNzryrNNE9BUC5wQ39C1wiRMlao+79d2xoRNFrLJqsvbEwSEjTPutI\r\nauuiMxheiO5zJa5qsUw8iXUru8JllKntaKb39JIUypELJReHCu8zPW/EU15B\r\nDAm9m1+SglqaUhZqa6W4lVf7eBxvdk8xMpbzJYGkSy/npDzEAA1aZHSeQiRH\r\n4UPUQRa6Jwxf9F4lGKguixdZCbvKtjWl3Nw=\r\n=LJs9\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":"*"}},"0.5.38":{"name":"moment-timezone","version":"0.5.38","dependencies":{"moment":">= 2.9.0"},"devDependencies":{"grunt":"^1.5.3","grunt-contrib-clean":"^2.0.0","grunt-contrib-jshint":"^2.1.0","grunt-contrib-nodeunit":"^2.0.0","grunt-contrib-uglify":"^4.0.1","grunt-exec":"^3.0.0","typescript":"^3.5.1"},"dist":{"integrity":"sha512-nMIrzGah4+oYZPflDvLZUgoVUO4fvAqHstvG3xAUnMolWncuAiLDWNnJZj6EwJGMGfb1ZcuTFE6GI3hNOVWI/Q==","shasum":"9674a5397b8be7c13de820fd387d8afa0f725aad","tarball":"https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.38.tgz","fileCount":23,"unpackedSize":3169300,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIC/A4iB4myMF0rCLoAdKYOd8+C/X546bD6z9l7K9SNGQAiEA3STRYNr+gIVPAMMofzJ1+eSXONtkaxG5nCjmwu+aQ3M="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjSl0jACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrbpw//S2pmMJ3eOruRLvsa8hvZ28IQ7i6146BM0x+Z1pdjj+b47Y40\r\nFPMKyxXJXcZk1RGmME7JOTl4iZKqiJaX6kr5SAftim3qjIt8HbAFXlcfDf5L\r\n02M+RawxMW1uMAciidiTfJtlhlmyPHgwu6ZQOz5pk+vbr6vZwsmjXpIhKuq1\r\nruea9GaEODjA9ssf+MOwghNmdPfGD4IIsWYcjS6oi3QbmP18uuBVh1pzURSV\r\nXwIzoYAzQUFBawYyHJeL8CZJ/4h3T9yQ1WT+JFhQUet8KKpi2xEWeYr2VbI7\r\nS61xx709NK+gm33UCN1S1vPGsrRmU6GCQ3KZ+DO7okYdusAJWS2jTWzRb8FI\r\nKg9CYV2OLfOnc7VYta24sXSzSsvZMbzQ88KI+YEhEqFaJHdwuFf0LufkgV+w\r\nDi305N2DNNlciE8uJnMd1wxwxuWDYyIk7ctDbEWPtW9pOHBjZ12M4rhGwcTc\r\nkYF/3EB55RT/UOa1h51pO3uqq5Oz03jrzll4A5NrIrM8CwZg5H1IYbUX0hQE\r\nUmp48ozooCV1jL8Y2tqOJy7qg1mMmuJb6qntOIlDt5ObX6KyyALKvMVyabWu\r\nKpL6R4iNdeoeVNLV4yiIGgpep+n/GlBq3hwk10rchuhnSc5G06WeIemLNP1m\r\n2zt3mIB6kwxPxFAKP51JkgE2fIi0by1lm8M=\r\n=EWpo\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":"*"}},"0.5.39":{"name":"moment-timezone","version":"0.5.39","dependencies":{"moment":">= 2.9.0"},"devDependencies":{"grunt":"^1.5.3","grunt-contrib-clean":"^2.0.0","grunt-contrib-jshint":"^2.1.0","grunt-contrib-nodeunit":"^2.0.0","grunt-contrib-uglify":"^4.0.1","grunt-exec":"^3.0.0","typescript":"^3.5.1"},"dist":{"integrity":"sha512-hoB6suq4ISDj7BDgctiOy6zljBsdYT0++0ZzZm9rtxIvJhIbQ3nmbgSWe7dNFGurl6/7b1OUkHlmN9JWgXVz7w==","shasum":"342625a3b98810f04c8f4ea917e448d3525e600b","tarball":"https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.39.tgz","fileCount":23,"unpackedSize":2975508,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDhIjPI7r8KU4JuSllYwgevoVNWX3GvqBnQxbIDTge/rAiAbeti2JlI0U0B0dkGWUxt9IYLvZvMVH3md14aU0VGYCg=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjcjpIACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpetw//b/SJ8QArDtWoO81p3M8FYHipg8dzfjNSFjnCm6BcQzRttl8i\r\nslXKtGj1Y4Wma+ub2AzlLJYs8EHIyXZ8sGAm4V2o+PiBmRZY9XnkdDkHoM3K\r\nMXaFCNQncGiqcLLILsynFuDuM8lNqejacvumXUi8jMMN4pJo4eaR66ws72lF\r\nk5cMsUCr3j2PnRLjKOslk1AlHRSZb8TdKCN53Pew984u915Huoi/ly6wq41B\r\nV3cxMDKUTRIsNLPgB4oTyh6VjgolBHUsC0rI+/vPP8XuFD9eUG7s+hTKnr3S\r\nneMTnYiDi1mLUXK7yNcU07L/n4ECqNCuF6asI2fNe01k0uAQixkHfN1nROK2\r\nuznsij8CTABE7/8zC/D4LVGNQeOAoCflqw6BLy5KCpW74yC6wkos1K9rLsHQ\r\nw5I/oI9Jgo8yYB4IM94fBGInRcLsmscg8AejAtbtyw7bp7MpGgBFoLckLJJy\r\npCFnueIjuYCK2PrrDFRTphGRHsNlBUR/jKLa7OZ1cpWWqe1FOnAHX8Vi0P0s\r\n1rWEvBG9CoLqRkBJQoRH5vSXlFSH6/A7oJFeb9hYbFE7w3Ne2z9PkBZ8SiLU\r\nraUhuBVwjrXfdbunRInPSTPqxLagWdjOc/CB8aJVNtHFbhl6DkeR7M635/+M\r\nGkmxTvix+TCLBbihRt9JV+Gxmy3whhw+1U4=\r\n=SQQo\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":"*"}},"0.5.40":{"name":"moment-timezone","version":"0.5.40","dependencies":{"moment":">= 2.9.0"},"devDependencies":{"grunt":"^1.5.3","grunt-contrib-clean":"^2.0.0","grunt-contrib-jshint":"^2.1.0","grunt-contrib-nodeunit":"^2.0.0","grunt-contrib-uglify":"^4.0.1","grunt-exec":"^3.0.0","typescript":"^3.5.1"},"dist":{"integrity":"sha512-tWfmNkRYmBkPJz5mr9GVDn9vRlVZOTe6yqY92rFxiOdWXbjaR0+9LwQnZGGuNR63X456NqmEkbskte8tWL5ePg==","shasum":"c148f5149fd91dd3e29bf481abc8830ecba16b89","tarball":"https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.40.tgz","fileCount":21,"unpackedSize":2972145,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCo6pgYnpIybRFl4jnd+ATMKsL3S57FejyFIOssslQzQAIhAPJ5NLFWJ1Qi4Ct6qJBwMwLc0LgComS9zvHJGrz6cmtQ"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjla5KACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrnmhAAmxfuqRGDI/YEx2EKu1s4DSv/348mTdxs/Xo0joBLqV1DJQ8e\r\n/E16sdfKJoHTh7CLgxKLr7Hb1Ca9dj8RhaZQmhRimU0p8Ji4/9LXuMvryJti\r\nxVj7R19aNRGDOtJxIaa1Kju/fZRS+BZKTglQB3m0B1kR+PFdjk+KaqDEFb2S\r\n9LO2Qwr5K2gsYaqPARrc3opYCA4PKTqd11qrQQv9LqH00uOSHJ1IaPMObfMk\r\nU1XZoYhxO2F/MPBsJ6a02uX0hpHAtDRUdh2kXfKe4crwa/raoYVHrvFeZiNx\r\nyQ/eY18/YsBOjVfCR8IdnDHAQleF+ymJS9H8Wc2LLz9X0OvBhdoDaovhu5LI\r\na2XyZs26GqZwiWYNxdd23Tie9Oj3gTL6XdIqCEqc7zTfttyKn2owmAiokBem\r\n2aO3TzAf/ebUNBczjb5e4d+DucFcqGkZWjPwQbw8Hz5EfsCg6i8Ng9lbdhCl\r\ndGMNpMeGpXTujaj6xwTmKFbn/pdl8kakTv69jz3WtsAHEl+BG/MsgFkucT8q\r\nzNh2PsXb9rpYIEzwHhViENuWXrWgHBCDMjta9CCK3sg10DH8uirObfDtE7TA\r\n+OcNoH/Yy2In1d5ktO3pdFA4pePB3aTf5NInvdGbyWYIfmTzAtINUICvKVcM\r\n/xrokIEej1gCBZwjDSMx/SpZZ/3EKZ6B0gU=\r\n=0mEt\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":"*"}}},"modified":"2022-12-11T10:17:46.683Z"} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/index-v5/01/a9/b0d0d67beda769e84926f207549943c0bc17abbf66bc20099aaa1bb51736 b/software/flow/.npm/_cacache/index-v5/01/a9/b0d0d67beda769e84926f207549943c0bc17abbf66bc20099aaa1bb51736 deleted file mode 100644 index b902f85..0000000 --- a/software/flow/.npm/_cacache/index-v5/01/a9/b0d0d67beda769e84926f207549943c0bc17abbf66bc20099aaa1bb51736 +++ /dev/null @@ -1,2 +0,0 @@ - -7f6d0440634950ca8dd97670d858302291fbff4a {"key":"make-fetch-happen:request-cache:https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz","integrity":"sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw==","time":1677082801112,"size":4145,"metadata":{"time":1677082800847,"url":"https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz","reqHeaders":{},"resHeaders":{"cache-control":"public, immutable, max-age=31557600","content-type":"application/octet-stream","date":"Wed, 22 Feb 2023 16:20:00 GMT","etag":"\"f0b3d43685f689977ba2394e42fea873\"","last-modified":"Sat, 26 May 2018 19:14:05 GMT","vary":"Accept-Encoding"},"options":{"compress":true}}} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/index-v5/03/27/bd1b6b4b1d44278ef6a0ed627e790362a305b38303f1bc637ce40e2b4e79 b/software/flow/.npm/_cacache/index-v5/03/27/bd1b6b4b1d44278ef6a0ed627e790362a305b38303f1bc637ce40e2b4e79 deleted file mode 100644 index fd53991..0000000 --- a/software/flow/.npm/_cacache/index-v5/03/27/bd1b6b4b1d44278ef6a0ed627e790362a305b38303f1bc637ce40e2b4e79 +++ /dev/null @@ -1,3 +0,0 @@ - -b296248663b7e32a83f2092532578f5e6165319d {"key":"make-fetch-happen:request-cache:https://registry.npmjs.org/@node-red%2feditor-api","integrity":"sha512-0xg+MCKBEhljySPFVTA9Z0ajAvErcaB9NAgjdPld0A5aIOikwpZJGhhPlZ7pt7kxWmkXjCF68xnyy+sG7GKWWQ==","time":1677082805973,"size":155144,"metadata":{"time":1677082805856,"url":"https://registry.npmjs.org/@node-red%2feditor-api","reqHeaders":{"accept":"application/vnd.npm.install-v1+json; q=1.0, application/json; q=0.8, */*"},"resHeaders":{"cache-control":"public, max-age=300","content-type":"application/vnd.npm.install-v1+json","date":"Wed, 22 Feb 2023 16:20:05 GMT","etag":"\"b92ffa32ff1070b8d4d7b55732f93086\"","last-modified":"Fri, 03 Feb 2023 09:33:38 GMT","vary":"accept-encoding, accept"},"options":{"compress":true}}} -dc45f7f9ab38996ca8ea2f9a3f2720f5d8cd29cb {"key":"make-fetch-happen:request-cache:https://registry.npmjs.org/@node-red%2feditor-api","integrity":"sha512-0xg+MCKBEhljySPFVTA9Z0ajAvErcaB9NAgjdPld0A5aIOikwpZJGhhPlZ7pt7kxWmkXjCF68xnyy+sG7GKWWQ==","time":1677162917431,"size":155144,"metadata":{"time":1677162917431,"url":"https://registry.npmjs.org/@node-red%2feditor-api","reqHeaders":{"accept":"application/vnd.npm.install-v1+json; q=1.0, application/json; q=0.8, */*"},"resHeaders":{"cache-control":"public, max-age=300","date":"Thu, 23 Feb 2023 14:35:19 GMT","etag":"\"b92ffa32ff1070b8d4d7b55732f93086\"","last-modified":"Fri, 03 Feb 2023 09:33:38 GMT","vary":"Accept-Encoding","content-type":"application/vnd.npm.install-v1+json"},"options":{"compress":true}}} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/index-v5/04/57/95542f1a42cd040d60f613da9b964d642cefd2387a5e013be1685f2b44fe b/software/flow/.npm/_cacache/index-v5/04/57/95542f1a42cd040d60f613da9b964d642cefd2387a5e013be1685f2b44fe deleted file mode 100644 index 9441da6..0000000 --- a/software/flow/.npm/_cacache/index-v5/04/57/95542f1a42cd040d60f613da9b964d642cefd2387a5e013be1685f2b44fe +++ /dev/null @@ -1,2 +0,0 @@ - -7222ee9d759fa3c456269df6baa604a029dc46d6 {"key":"make-fetch-happen:request-cache:https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-3.3.1.tgz","integrity":"sha512-d7d6nWrM9On4N+ah3R26Jregp1gpJmQgtt7s3EeLHzfCi7WmH1qAVgJe5ucj/U8azr+zF0NXFWD779lIOX+vrQ==","time":1677082802380,"size":1322258,"metadata":{"time":1677082800805,"url":"https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-3.3.1.tgz","reqHeaders":{},"resHeaders":{"cache-control":"public, immutable, max-age=31557600","content-type":"application/octet-stream","date":"Wed, 22 Feb 2023 16:20:00 GMT","etag":"\"06d4a7dfd813765dbeccc87adf742778\"","last-modified":"Tue, 03 Jan 2023 16:03:48 GMT","vary":"Accept-Encoding"},"options":{"compress":true}}} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/index-v5/04/bb/e70e70e0cbc9b00841927b0c23c58d97f21063208f3e872c3e04db58c13b b/software/flow/.npm/_cacache/index-v5/04/bb/e70e70e0cbc9b00841927b0c23c58d97f21063208f3e872c3e04db58c13b deleted file mode 100644 index 5395d46..0000000 --- a/software/flow/.npm/_cacache/index-v5/04/bb/e70e70e0cbc9b00841927b0c23c58d97f21063208f3e872c3e04db58c13b +++ /dev/null @@ -1,2 +0,0 @@ - -bf73fcdd2937237aa694ae17c649eff3e50c776c {"key":"make-fetch-happen:request-cache:https://registry.npmjs.org/utf-8-validate","integrity":"sha512-jZPQUbR8xmrZvfG3KzmnJbep+/ByPpGtzYEBHE38rg75bUwKmL4R/oUfpDKiS2fAAgjes5Gm1bJ4O4XQunqHCQ==","time":1677082799754,"size":32276,"metadata":{"time":1677082799712,"url":"https://registry.npmjs.org/utf-8-validate","reqHeaders":{"accept":"application/vnd.npm.install-v1+json; q=1.0, application/json; q=0.8, */*"},"resHeaders":{"cache-control":"public, max-age=300","content-type":"application/vnd.npm.install-v1+json","date":"Wed, 22 Feb 2023 16:19:59 GMT","etag":"\"6fa11cd9bf48a5bb2c5f25e98bb36c09\"","last-modified":"Thu, 26 Jan 2023 20:35:12 GMT","vary":"accept-encoding, accept"},"options":{"compress":true}}} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/index-v5/06/47/ad06c088e7ace2305a4c3f9bcd467300ed1bbd9de1f8bcef7468541a58b6 b/software/flow/.npm/_cacache/index-v5/06/47/ad06c088e7ace2305a4c3f9bcd467300ed1bbd9de1f8bcef7468541a58b6 deleted file mode 100644 index 00961bf..0000000 --- a/software/flow/.npm/_cacache/index-v5/06/47/ad06c088e7ace2305a4c3f9bcd467300ed1bbd9de1f8bcef7468541a58b6 +++ /dev/null @@ -1,2 +0,0 @@ - -0c4d7d8384ff984f2ba6873ad3c3cd81287ef2a6 {"key":"make-fetch-happen:request-cache:https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-5.0.6.tgz","integrity":"sha512-tjuoZDMAdEhVnSFleYPCtdL2GXwVTGtNjoeJd9IhIG3C1xs9uwxqRNEu5WpnDZCaozwVlK/nuQhpodhXSIMaxw==","time":1677082800410,"size":6764,"metadata":{"time":1677082800251,"url":"https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-5.0.6.tgz","reqHeaders":{},"resHeaders":{"cache-control":"public, immutable, max-age=31557600","content-type":"application/octet-stream","date":"Wed, 22 Feb 2023 16:20:00 GMT","etag":"\"c7fb4eca15d44b46952eb4ad282f5f66\"","last-modified":"Mon, 16 Jan 2023 07:36:32 GMT","vary":"Accept-Encoding"},"options":{"compress":true}}} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/index-v5/07/5b/6e1f6577031e0d03642c6073d6cbd9e039f58bffbf89cf7752860d827efc b/software/flow/.npm/_cacache/index-v5/07/5b/6e1f6577031e0d03642c6073d6cbd9e039f58bffbf89cf7752860d827efc deleted file mode 100644 index b753acb..0000000 --- a/software/flow/.npm/_cacache/index-v5/07/5b/6e1f6577031e0d03642c6073d6cbd9e039f58bffbf89cf7752860d827efc +++ /dev/null @@ -1,2 +0,0 @@ - -9cc7579150d16464250ac51674422115eb6983a9 {"key":"security-advisory:cacheable-request:F7t+DvBbLUOBbBdSPhRG0Mq9l20mb4cWArku3Qd4yGfXUouPetshca04e8LPHOD4MVgTXbV40pmZifdKtETeUw==","integrity":"sha512-eWHAyE91m0pYD1B8pOjZLbm9PU3LNKAGkB2tHxT6/HgnJmeCgHvq93aqJ0ToP45Jq/CQs3vMxyX+bLlkKiMAMA==","time":1677082802129,"size":1072} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/index-v5/08/61/076d8eb1570a0154963e046ad9bcd234272f4aaa05cdb83d0d314db4f0e8 b/software/flow/.npm/_cacache/index-v5/08/61/076d8eb1570a0154963e046ad9bcd234272f4aaa05cdb83d0d314db4f0e8 deleted file mode 100644 index e04a543..0000000 --- a/software/flow/.npm/_cacache/index-v5/08/61/076d8eb1570a0154963e046ad9bcd234272f4aaa05cdb83d0d314db4f0e8 +++ /dev/null @@ -1,2 +0,0 @@ - -1e85cbe96aee108081cb669c8eeae20e1952c9bf {"key":"security-advisory:moment-timezone:SObd/1KBki8CTciP7hTAxxbBsHY67EfJt65KcdlReUcejQkS80ydYN56heHVqCI1Q9L3NdJxegOh4InbrnFMUQ==","integrity":"sha512-HmEaGTdorsToflumgMsFTbaZ04R9lbNMi4Spkv62HuWGoKD4oU4Up8lncf7ynqvy//qsTBLwBjvoO6PTHOU0Fw==","time":1677082801642,"size":1282} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/index-v5/0e/bc/3e860ac298a0e1f2ebc7443600688e9009766fff3e452683186dee25bd1c b/software/flow/.npm/_cacache/index-v5/0e/bc/3e860ac298a0e1f2ebc7443600688e9009766fff3e452683186dee25bd1c deleted file mode 100644 index 698e7b7..0000000 --- a/software/flow/.npm/_cacache/index-v5/0e/bc/3e860ac298a0e1f2ebc7443600688e9009766fff3e452683186dee25bd1c +++ /dev/null @@ -1,2 +0,0 @@ - -ac5abbb39c03a12186dbb8f8017df247b59a569e {"key":"make-fetch-happen:request-cache:https://registry.npmjs.org/cookie","integrity":"sha512-qpJevO6CrMjLv7LfBE7+k++920ZJABXK8L7/5KtvmTvouJfw2MuLnOJIoLsiHoL4ord9q1IiEBCJdFnu9R5GvQ==","time":1677082796480,"size":17271,"metadata":{"time":1677082796361,"url":"https://registry.npmjs.org/cookie","reqHeaders":{"accept":"application/vnd.npm.install-v1+json; q=1.0, application/json; q=0.8, */*"},"resHeaders":{"cache-control":"public, max-age=300","content-type":"application/vnd.npm.install-v1+json","date":"Wed, 22 Feb 2023 16:19:56 GMT","etag":"\"f1f5e380c7445b88714973af367b7099\"","last-modified":"Tue, 08 Nov 2022 10:38:38 GMT","vary":"accept-encoding, accept"},"options":{"compress":true}}} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/index-v5/19/f8/23452dc0da4af83c1972922dbbf74de114a579d8668a4eb90a10db5e0f37 b/software/flow/.npm/_cacache/index-v5/19/f8/23452dc0da4af83c1972922dbbf74de114a579d8668a4eb90a10db5e0f37 deleted file mode 100644 index 4fa854d..0000000 --- a/software/flow/.npm/_cacache/index-v5/19/f8/23452dc0da4af83c1972922dbbf74de114a579d8668a4eb90a10db5e0f37 +++ /dev/null @@ -1,2 +0,0 @@ - -8f4d067c58f6897e4ec84b7bfda51f46a25b04b2 {"key":"security-advisory:node-red:ne1A18jPrrwbgl2sdDobjQxZrWXb2IO82H+fwS6fVGqwZITMLzihfE9vVESrBiPrnxcVIzJZnTbWAEuUQeD1jg==","integrity":"sha512-wppIc1K54MW3Z8lUvBXufstPiO+lOr398GdHcZVhA4ANA9Hoyzrvpbjo1RxMdTZ4qspdG5f1frkFmi1Pq9e7Yw==","time":1677082806453,"size":2369} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/index-v5/1d/0d/e27e10c8d5777db1b83468bf78f0e43b3f628711694725e7575c3f66a260 b/software/flow/.npm/_cacache/index-v5/1d/0d/e27e10c8d5777db1b83468bf78f0e43b3f628711694725e7575c3f66a260 deleted file mode 100644 index bb89dad..0000000 --- a/software/flow/.npm/_cacache/index-v5/1d/0d/e27e10c8d5777db1b83468bf78f0e43b3f628711694725e7575c3f66a260 +++ /dev/null @@ -1,3 +0,0 @@ - -ca3957e43d2cdb8a2e838880ac326d226cf1aa2e {"key":"make-fetch-happen:request-cache:https://registry.npmjs.org/moment-timezone","integrity":"sha512-/3Q1vDzCm5DpkurTzqpu+1omMNJiGht6f45PsAs74rwyxAK0Xazkw32vsNeQDdP3ABqU1nadTr58dqO2jmyjBQ==","time":1677082801402,"size":65412,"metadata":{"time":1677082800873,"url":"https://registry.npmjs.org/moment-timezone","reqHeaders":{"accept":"application/vnd.npm.install-v1+json; q=1.0, application/json; q=0.8, */*"},"resHeaders":{"cache-control":"public, max-age=300","content-type":"application/vnd.npm.install-v1+json","date":"Wed, 22 Feb 2023 16:20:00 GMT","etag":"\"c3d900d93689236beb8822c125f85bf7\"","last-modified":"Sun, 11 Dec 2022 10:17:47 GMT","vary":"accept-encoding, accept"},"options":{"compress":true}}} -62673abfa4258543d71cb33843f74467519e8768 {"key":"make-fetch-happen:request-cache:https://registry.npmjs.org/moment-timezone","integrity":"sha512-/3Q1vDzCm5DpkurTzqpu+1omMNJiGht6f45PsAs74rwyxAK0Xazkw32vsNeQDdP3ABqU1nadTr58dqO2jmyjBQ==","time":1677162914428,"size":65412,"metadata":{"time":1677162914428,"url":"https://registry.npmjs.org/moment-timezone","reqHeaders":{"accept":"application/vnd.npm.install-v1+json; q=1.0, application/json; q=0.8, */*"},"resHeaders":{"cache-control":"public, max-age=300","date":"Thu, 23 Feb 2023 14:35:16 GMT","etag":"\"c3d900d93689236beb8822c125f85bf7\"","last-modified":"Sun, 11 Dec 2022 10:17:47 GMT","vary":"Accept-Encoding","content-type":"application/vnd.npm.install-v1+json"},"options":{"compress":true}}} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/index-v5/20/95/99e8078ca5efa2cb200e981c5ae7b564ecf334aa492611d8a195a4172b5d b/software/flow/.npm/_cacache/index-v5/20/95/99e8078ca5efa2cb200e981c5ae7b564ecf334aa492611d8a195a4172b5d deleted file mode 100644 index 1d9adfe..0000000 --- a/software/flow/.npm/_cacache/index-v5/20/95/99e8078ca5efa2cb200e981c5ae7b564ecf334aa492611d8a195a4172b5d +++ /dev/null @@ -1,2 +0,0 @@ - -ea5924ac6eb0571cff911d730388eb5fa7748c06 {"key":"make-fetch-happen:request-cache:https://registry.npmjs.org/gridstack/-/gridstack-0.6.4.tgz","integrity":"sha512-4ToCnneNg5Uw+ms3xHtPVvsNXdvwQhngdlyNgGkARwvooQu+gLL6xkwPqLU59TsZP/LVvofb2QhEuXyh/ocL8w==","time":1677082801986,"size":270840,"metadata":{"time":1677082800814,"url":"https://registry.npmjs.org/gridstack/-/gridstack-0.6.4.tgz","reqHeaders":{},"resHeaders":{"cache-control":"public, immutable, max-age=31557600","content-type":"application/octet-stream","date":"Wed, 22 Feb 2023 16:20:00 GMT","etag":"\"07874c0c5571eadf0972725da4bf0a9e\"","last-modified":"Mon, 17 Feb 2020 15:20:59 GMT","vary":"Accept-Encoding"},"options":{"compress":true}}} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/index-v5/21/11/c5701e96f87e1e4fa9fc2ea48dec6667c522df85f7be77bbb7caaeb415ba b/software/flow/.npm/_cacache/index-v5/21/11/c5701e96f87e1e4fa9fc2ea48dec6667c522df85f7be77bbb7caaeb415ba deleted file mode 100644 index c2ea036..0000000 --- a/software/flow/.npm/_cacache/index-v5/21/11/c5701e96f87e1e4fa9fc2ea48dec6667c522df85f7be77bbb7caaeb415ba +++ /dev/null @@ -1,2 +0,0 @@ - -017f3f9ca89d6d7e82bd2aa10856fdd432305e28 {"key":"make-fetch-happen:request-cache:https://registry.npmjs.org/socket.io","integrity":"sha512-cpjo5YVAKKWn5hGiMNrmWFp1Y2R8Z5R1k/y/+2/JbChBrd2OttI1/PeRTkf7GACHzC3xVmLQuC0g3/8BkOo2DQ==","time":1677082795719,"size":154556,"metadata":{"time":1677082795526,"url":"https://registry.npmjs.org/socket.io","reqHeaders":{"accept":"application/vnd.npm.install-v1+json; q=1.0, application/json; q=0.8, */*"},"resHeaders":{"cache-control":"public, max-age=300","content-type":"application/vnd.npm.install-v1+json","date":"Wed, 22 Feb 2023 16:19:55 GMT","etag":"\"1f3ac39fecb2222430c313b6771d849b\"","last-modified":"Mon, 20 Feb 2023 16:51:19 GMT","vary":"accept-encoding, accept"},"options":{"compress":true}}} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/index-v5/21/d0/904e5f0f07b7ad75293da990a816ba9cdbefceb21c5fa695030fadcf1243 b/software/flow/.npm/_cacache/index-v5/21/d0/904e5f0f07b7ad75293da990a816ba9cdbefceb21c5fa695030fadcf1243 deleted file mode 100644 index fb105a6..0000000 --- a/software/flow/.npm/_cacache/index-v5/21/d0/904e5f0f07b7ad75293da990a816ba9cdbefceb21c5fa695030fadcf1243 +++ /dev/null @@ -1,2 +0,0 @@ - -0fa520b5fe87fdd620cad93300cc194f7ea232c3 {"key":"make-fetch-happen:request-cache:https://registry.npmjs.org/@types%2fcookie","integrity":"sha512-byxOY/1gTi7SVjyTn0Ql4fsA2kVlBYqmPL8qqNIi3zkHcPz7mpEXqMcOM4KwGxyRQ9uqlbdxjHr9aX6cltdy0Q==","time":1677082796509,"size":15653,"metadata":{"time":1677082796429,"url":"https://registry.npmjs.org/@types%2fcookie","reqHeaders":{"accept":"application/vnd.npm.install-v1+json; q=1.0, application/json; q=0.8, */*"},"resHeaders":{"cache-control":"public, max-age=300","content-type":"application/vnd.npm.install-v1+json","date":"Wed, 22 Feb 2023 16:19:56 GMT","etag":"\"0d512969b141c82c4004c304f8a71b83\"","last-modified":"Mon, 14 Nov 2022 08:23:51 GMT","vary":"accept-encoding, accept"},"options":{"compress":true}}} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/index-v5/24/3f/0bc4a3a636affdb6fe1b01e1d823b84b21d5d60578cc0778ea0a8739615f b/software/flow/.npm/_cacache/index-v5/24/3f/0bc4a3a636affdb6fe1b01e1d823b84b21d5d60578cc0778ea0a8739615f deleted file mode 100644 index 08f40c8..0000000 --- a/software/flow/.npm/_cacache/index-v5/24/3f/0bc4a3a636affdb6fe1b01e1d823b84b21d5d60578cc0778ea0a8739615f +++ /dev/null @@ -1,2 +0,0 @@ - -e414de39dbcb8f46d0ebdc24acbad7d7af4264e0 {"key":"security-advisory:moment-timezone:QKrwBXiXffsnmkLD5HKJb9EdwHiuVc/Vsj97qHoskpDW5zThG81iEzSM7uQkCdCmHtiWY7CwQ7a1jcMVq5V4Qg==","integrity":"sha512-CImvsbQQW3Hvx1ibCd0bzYENrJVfLCFcmK4jQurVq8rl08pRLi+nb6sh/w61JLi9b8FXIOL8yfgJp09EJDMVuA==","time":1677082801644,"size":1326} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/index-v5/27/cc/afd4aa090b087c509f17e75196209f498c916da50ee4e9f26bd8424fd6f7 b/software/flow/.npm/_cacache/index-v5/27/cc/afd4aa090b087c509f17e75196209f498c916da50ee4e9f26bd8424fd6f7 deleted file mode 100644 index 6f17b28..0000000 --- a/software/flow/.npm/_cacache/index-v5/27/cc/afd4aa090b087c509f17e75196209f498c916da50ee4e9f26bd8424fd6f7 +++ /dev/null @@ -1,2 +0,0 @@ - -8c5e803c62c741a0b30a9fd370ae811eaa9e61b8 {"key":"make-fetch-happen:request-cache:https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz","integrity":"sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==","time":1677162914657,"size":318961,"metadata":{"time":1677162913712,"url":"https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz","reqHeaders":{},"resHeaders":{"cache-control":"public, immutable, max-age=31557600","content-type":"application/octet-stream","date":"Thu, 23 Feb 2023 14:35:16 GMT","etag":"\"25247d3dd7029d08a6ac99adab09086b\"","last-modified":"Mon, 08 Nov 2021 14:31:32 GMT","vary":"Accept-Encoding"},"options":{"compress":true}}} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/index-v5/2a/7a/8dedfb0db082b3a439fd40e19ed35437e86692e1082703f235d7f403ccc0 b/software/flow/.npm/_cacache/index-v5/2a/7a/8dedfb0db082b3a439fd40e19ed35437e86692e1082703f235d7f403ccc0 deleted file mode 100644 index 6fb854c..0000000 --- a/software/flow/.npm/_cacache/index-v5/2a/7a/8dedfb0db082b3a439fd40e19ed35437e86692e1082703f235d7f403ccc0 +++ /dev/null @@ -1,2 +0,0 @@ - -bf5de66f9d031051d8e1f8281bbef63beffc68bd {"key":"make-fetch-happen:request-cache:https://registry.npmjs.org/node-red-contrib-influxdb/-/node-red-contrib-influxdb-0.6.1.tgz","integrity":"sha512-4Cc3bplqp4QvgZ60WcUbKKVZfKMK1fFMq7lr+piogUWLyZLDuhNgSdRxWigjzr2syswJrHnZ0JCFzkMDIl0afA==","time":1677162914080,"size":14096,"metadata":{"time":1677162913865,"url":"https://registry.npmjs.org/node-red-contrib-influxdb/-/node-red-contrib-influxdb-0.6.1.tgz","reqHeaders":{},"resHeaders":{"cache-control":"public, immutable, max-age=31557600","content-type":"application/octet-stream","date":"Thu, 23 Feb 2023 14:35:16 GMT","etag":"\"6060d223e4dc1c4317542703ed2196ae\"","last-modified":"Mon, 24 May 2021 02:13:54 GMT","vary":"Accept-Encoding"},"options":{"compress":true}}} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/index-v5/30/fb/5a3a537f20a2ba528ea86e0ea7ac2705af8abb0c1a179f5a458cd88892c0 b/software/flow/.npm/_cacache/index-v5/30/fb/5a3a537f20a2ba528ea86e0ea7ac2705af8abb0c1a179f5a458cd88892c0 deleted file mode 100644 index 5e2bd4f..0000000 --- a/software/flow/.npm/_cacache/index-v5/30/fb/5a3a537f20a2ba528ea86e0ea7ac2705af8abb0c1a179f5a458cd88892c0 +++ /dev/null @@ -1,2 +0,0 @@ - -d93c5aa81efca3a433fe0c6c6898fc047c3ff242 {"key":"security-advisory:@node-red/util:p50NB9+P02TsZhCabeYAFbtpQ/tBquSFZUPJfxv1Vu4gGTWF9qDKmNGhj75nVIzdDm7OzG9D/pRqu+7l9yc28A==","integrity":"sha512-UGfyjvkhkhZ9Uk1NlFjHBUHp/JOMH5WSrf5WIwF/j2Ah2gC4dubYp76O2YebFcoZxCotWJ+XGEWjyyLAaaBquQ==","time":1677082803962,"size":1741} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/index-v5/35/0e/ced74861241c07eb2e425608cd37bebcd2223b8298e0c3fd5d41692a634d b/software/flow/.npm/_cacache/index-v5/35/0e/ced74861241c07eb2e425608cd37bebcd2223b8298e0c3fd5d41692a634d deleted file mode 100644 index 65db3a5..0000000 --- a/software/flow/.npm/_cacache/index-v5/35/0e/ced74861241c07eb2e425608cd37bebcd2223b8298e0c3fd5d41692a634d +++ /dev/null @@ -1,2 +0,0 @@ - -f7ec820a3bb412bd90c79379ad04c78b9b635e7a {"key":"make-fetch-happen:request-cache:https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-2.5.2.tgz","integrity":"sha512-87C3LO/NOMc+eMcpcxUBebGjkpMDkNBS9tf7KJqcDsmL936EChtVva71Dw2q4tQcuVC+hAUy4an2NO/sYXmwRA==","time":1677082800445,"size":6093,"metadata":{"time":1677082800271,"url":"https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-2.5.2.tgz","reqHeaders":{},"resHeaders":{"cache-control":"public, immutable, max-age=31557600","content-type":"application/octet-stream","date":"Wed, 22 Feb 2023 16:20:00 GMT","etag":"\"3a884aca81455358618329456585edba\"","last-modified":"Thu, 12 Jan 2023 07:10:23 GMT","vary":"Accept-Encoding"},"options":{"compress":true}}} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/index-v5/38/95/5a9dc672ba633064929fb850e9dcf8b50b06a17c20ec135612a38d1a25cb b/software/flow/.npm/_cacache/index-v5/38/95/5a9dc672ba633064929fb850e9dcf8b50b06a17c20ec135612a38d1a25cb deleted file mode 100644 index c0fc7cc..0000000 --- a/software/flow/.npm/_cacache/index-v5/38/95/5a9dc672ba633064929fb850e9dcf8b50b06a17c20ec135612a38d1a25cb +++ /dev/null @@ -1,2 +0,0 @@ - -d8a1236f91444eb3bfd33054ab564b5d46dd9c00 {"key":"security-advisory:@node-red/editor-api:lfYQ5PBdiD+BMQ79sJwITYlrN1TxbLFMRJ6V0GFYmMo0xk0dbaKlXzCBePejvHJGmdxWn2OoN2crP6wu2nSaHw==","integrity":"sha512-EMc10eOZZ0HFkmHXhIOMaRMeDxFFMQ5bx2gSmRalmqjJ5lWsTD+rC8yy1ows+E8SNUJ3eFOOaDbBQQm4cesAnQ==","time":1677082806109,"size":1745} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/index-v5/3b/1c/80eab9a72a034242c8a2dda410ca7d5be85f232a851643ae678a76b52292 b/software/flow/.npm/_cacache/index-v5/3b/1c/80eab9a72a034242c8a2dda410ca7d5be85f232a851643ae678a76b52292 deleted file mode 100644 index f06425d..0000000 --- a/software/flow/.npm/_cacache/index-v5/3b/1c/80eab9a72a034242c8a2dda410ca7d5be85f232a851643ae678a76b52292 +++ /dev/null @@ -1,4 +0,0 @@ - -ea05b4f4b3cbcabe5711a6293bcbd7da552b01f9 {"key":"make-fetch-happen:request-cache:https://registry.npmjs.org/ms/-/ms-2.1.2.tgz","integrity":"sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==","time":1677082800955,"size":3017,"metadata":{"time":1677082800746,"url":"https://registry.npmjs.org/ms/-/ms-2.1.2.tgz","reqHeaders":{},"resHeaders":{"cache-control":"public, immutable, max-age=31557600","content-type":"application/octet-stream","date":"Wed, 22 Feb 2023 16:20:00 GMT","etag":"\"5a8310f20fd4b97c7f8eeaf65f896a7a\"","last-modified":"Thu, 06 Jun 2019 17:31:59 GMT","vary":"Accept-Encoding"},"options":{"compress":true}}} -630e6caf5fdecabd2e05c0c79aaab822c245ea63 {"key":"make-fetch-happen:request-cache:https://registry.npmjs.org/ms/-/ms-2.1.2.tgz","integrity":"sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==","time":1677082800961,"size":3017,"metadata":{"time":1677082800727,"url":"https://registry.npmjs.org/ms/-/ms-2.1.2.tgz","reqHeaders":{},"resHeaders":{"cache-control":"public, immutable, max-age=31557600","content-type":"application/octet-stream","date":"Wed, 22 Feb 2023 16:20:00 GMT","etag":"\"5a8310f20fd4b97c7f8eeaf65f896a7a\"","last-modified":"Thu, 06 Jun 2019 17:31:59 GMT","vary":"Accept-Encoding"},"options":{"compress":true}}} -b485b2d3c74296662380998415aaa142a0411e1e {"key":"make-fetch-happen:request-cache:https://registry.npmjs.org/ms/-/ms-2.1.2.tgz","integrity":"sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==","time":1677082801024,"size":3017,"metadata":{"time":1677082800843,"url":"https://registry.npmjs.org/ms/-/ms-2.1.2.tgz","reqHeaders":{},"resHeaders":{"cache-control":"public, immutable, max-age=31557600","content-type":"application/octet-stream","date":"Wed, 22 Feb 2023 16:20:00 GMT","etag":"\"5a8310f20fd4b97c7f8eeaf65f896a7a\"","last-modified":"Thu, 06 Jun 2019 17:31:59 GMT","vary":"Accept-Encoding"},"options":{"compress":true}}} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/index-v5/3b/c3/37cceb8f4508656ab66f1e33ff6fa27b6a4cc5b3539266ffcf9e6b7c4c81 b/software/flow/.npm/_cacache/index-v5/3b/c3/37cceb8f4508656ab66f1e33ff6fa27b6a4cc5b3539266ffcf9e6b7c4c81 deleted file mode 100644 index ffae8e9..0000000 --- a/software/flow/.npm/_cacache/index-v5/3b/c3/37cceb8f4508656ab66f1e33ff6fa27b6a4cc5b3539266ffcf9e6b7c4c81 +++ /dev/null @@ -1,2 +0,0 @@ - -6877c0113b5cf5189f35d0b2478dd7ee0fd879ba {"key":"make-fetch-happen:request-cache:https://registry.npmjs.org/jquery","integrity":"sha512-IkFMZ0JPnVUTUJce7b3dniKx/glAoFh2+RzrO0O06zF4XylTbHgRxqqPRupt55zcBD1/4osvBA9oAb2cEskaUw==","time":1677082795973,"size":65807,"metadata":{"time":1677082795843,"url":"https://registry.npmjs.org/jquery","reqHeaders":{"accept":"application/vnd.npm.install-v1+json; q=1.0, application/json; q=0.8, */*"},"resHeaders":{"cache-control":"public, max-age=300","content-type":"application/vnd.npm.install-v1+json","date":"Wed, 22 Feb 2023 16:19:55 GMT","etag":"\"a36b63d1394790bfc35eab19bd177570\"","last-modified":"Wed, 22 Feb 2023 03:44:01 GMT","vary":"accept-encoding, accept"},"options":{"compress":true}}} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/index-v5/41/b2/0b01bad9822d6c6828e92705fc55071e0e733d33f2674cc2085083c17852 b/software/flow/.npm/_cacache/index-v5/41/b2/0b01bad9822d6c6828e92705fc55071e0e733d33f2674cc2085083c17852 deleted file mode 100644 index d630987..0000000 --- a/software/flow/.npm/_cacache/index-v5/41/b2/0b01bad9822d6c6828e92705fc55071e0e733d33f2674cc2085083c17852 +++ /dev/null @@ -1,2 +0,0 @@ - -eacc5b505cb28deca50407d02d766fb496d8d589 {"key":"make-fetch-happen:request-cache:https://registry.npmjs.org/@socket.io/component-emitter/-/component-emitter-3.1.0.tgz","integrity":"sha512-+9jVqKhRSpsc591z5vX+X5Yyw+he/HCB4iQ/RYxw35CEPaY1gnsNE43nf9n9AaYjAQrTiI/mOwKUKdUs9vf7Xg==","time":1677082800923,"size":3881,"metadata":{"time":1677082800670,"url":"https://registry.npmjs.org/@socket.io/component-emitter/-/component-emitter-3.1.0.tgz","reqHeaders":{},"resHeaders":{"cache-control":"public, must-revalidate, max-age=31557600","content-type":"application/octet-stream","date":"Wed, 22 Feb 2023 16:20:00 GMT","etag":"\"4f313695a4731c75ca30a8ccf1b0dd56\"","last-modified":"Sun, 17 Apr 2022 21:21:57 GMT","vary":"Accept-Encoding"},"options":{"compress":true}}} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/index-v5/44/7c/7d21c38230dbe2cd221b314cae84e737355717d304bf48501d91f51b9f35 b/software/flow/.npm/_cacache/index-v5/44/7c/7d21c38230dbe2cd221b314cae84e737355717d304bf48501d91f51b9f35 deleted file mode 100644 index f1b9b0c..0000000 --- a/software/flow/.npm/_cacache/index-v5/44/7c/7d21c38230dbe2cd221b314cae84e737355717d304bf48501d91f51b9f35 +++ /dev/null @@ -1,2 +0,0 @@ - -e6151bbf05021f5defb8ef08011b6a83df39c2a9 {"key":"make-fetch-happen:request-cache:https://registry.npmjs.org/socket.io-parser","integrity":"sha512-7lCzcy78saxjS2zdKD6b0SBNOxGuL32tjy+Vn7AVNoJmJxArbdomS/SsUrJfGU3vaI2Zh951kAKw7KQtEhmqaQ==","time":1677082796175,"size":58996,"metadata":{"time":1677082795980,"url":"https://registry.npmjs.org/socket.io-parser","reqHeaders":{"accept":"application/vnd.npm.install-v1+json; q=1.0, application/json; q=0.8, */*"},"resHeaders":{"cache-control":"public, max-age=300","content-type":"application/vnd.npm.install-v1+json","date":"Wed, 22 Feb 2023 16:19:56 GMT","etag":"\"52bb56544efc3e85900348dcce7b04b7\"","last-modified":"Thu, 19 Jan 2023 09:50:18 GMT","vary":"accept-encoding, accept"},"options":{"compress":true}}} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/index-v5/45/fb/b58af0b01ae98743714d8e9d3bcad0edb4bea698e997a24bef2ddbe9e155 b/software/flow/.npm/_cacache/index-v5/45/fb/b58af0b01ae98743714d8e9d3bcad0edb4bea698e997a24bef2ddbe9e155 deleted file mode 100644 index 6d3d3fe..0000000 --- a/software/flow/.npm/_cacache/index-v5/45/fb/b58af0b01ae98743714d8e9d3bcad0edb4bea698e997a24bef2ddbe9e155 +++ /dev/null @@ -1,2 +0,0 @@ - -118168a1fc4186e3a816bd7c8f88b2cbefb0147d {"key":"make-fetch-happen:request-cache:https://registry.npmjs.org/compression","integrity":"sha512-hBMwlZy1SeJdu83oMUI2GuA0NE+g8PDZBFuQeoRgF2Kfm5D8yI3CNXEXvrL6ph79onQF2opqJKF2gJFSCxr5mA==","time":1677082795415,"size":28999,"metadata":{"time":1677082795380,"url":"https://registry.npmjs.org/compression","reqHeaders":{"accept":"application/vnd.npm.install-v1+json; q=1.0, application/json; q=0.8, */*"},"resHeaders":{"cache-control":"public, max-age=300","content-type":"application/vnd.npm.install-v1+json","date":"Wed, 22 Feb 2023 16:19:55 GMT","etag":"\"d2b4d4182d7521493fa27472b1cbc281\"","last-modified":"Sun, 19 Jun 2022 07:45:05 GMT","vary":"accept-encoding, accept"},"options":{"compress":true}}} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/index-v5/47/a6/8108ab2d18c73d4a2ff06e322fc6510e32ccb1b5544974cc5879b5d5bea4 b/software/flow/.npm/_cacache/index-v5/47/a6/8108ab2d18c73d4a2ff06e322fc6510e32ccb1b5544974cc5879b5d5bea4 deleted file mode 100644 index d0eaaac..0000000 --- a/software/flow/.npm/_cacache/index-v5/47/a6/8108ab2d18c73d4a2ff06e322fc6510e32ccb1b5544974cc5879b5d5bea4 +++ /dev/null @@ -1,2 +0,0 @@ - -30875d89edc73f97b2a36832b0bec337fb3ff874 {"key":"make-fetch-happen:request-cache:https://registry.npmjs.org/influx","integrity":"sha512-cMuQ8ondNSFvrpZ4/JrJPEU7jY7HdZoBFKU29inUfsKIsskqYTvlTDSElIrwYXdlvQ8CSoF/WoZFYJvqoW0u4Q==","time":1677162912913,"size":80348,"metadata":{"time":1677162912785,"url":"https://registry.npmjs.org/influx","reqHeaders":{"accept":"application/vnd.npm.install-v1+json; q=1.0, application/json; q=0.8, */*"},"resHeaders":{"cache-control":"public, max-age=300","content-type":"application/vnd.npm.install-v1+json","date":"Thu, 23 Feb 2023 14:35:15 GMT","etag":"\"0b4a42c8ff097b3b0715921f7753a3a5\"","last-modified":"Sun, 19 Jun 2022 01:11:57 GMT","vary":"accept-encoding, accept"},"options":{"compress":true}}} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/index-v5/4d/3b/b3ca7c7bbc2fc5a8ec9584c92cf8502f1e4bac4bc97a91eab5ef95a48edb b/software/flow/.npm/_cacache/index-v5/4d/3b/b3ca7c7bbc2fc5a8ec9584c92cf8502f1e4bac4bc97a91eab5ef95a48edb deleted file mode 100644 index 657fd41..0000000 --- a/software/flow/.npm/_cacache/index-v5/4d/3b/b3ca7c7bbc2fc5a8ec9584c92cf8502f1e4bac4bc97a91eab5ef95a48edb +++ /dev/null @@ -1,3 +0,0 @@ - -3090b6b7cecc217240e3675adf425e6b3f8d9e54 {"key":"make-fetch-happen:request-cache:https://registry.npmjs.org/@node-red%2futil","integrity":"sha512-yFRf+FPfSmKKUWW1vi2xyRkTjRZLynJyWlizeayG6ZEnA5BC3iPPdSJlFQpnLnKlXyewrU2XAiKGw3pY6E7c5g==","time":1677082803889,"size":128081,"metadata":{"time":1677082803830,"url":"https://registry.npmjs.org/@node-red%2futil","reqHeaders":{"accept":"application/vnd.npm.install-v1+json; q=1.0, application/json; q=0.8, */*"},"resHeaders":{"cache-control":"public, max-age=300","content-type":"application/vnd.npm.install-v1+json","date":"Wed, 22 Feb 2023 16:20:03 GMT","etag":"\"8cce1505c4738bc55598b2b3bd4e0778\"","last-modified":"Fri, 03 Feb 2023 09:31:39 GMT","vary":"accept-encoding, accept"},"options":{"compress":true}}} -bad7d15ecefdd1f81ae99f16e600bd77f40941c0 {"key":"make-fetch-happen:request-cache:https://registry.npmjs.org/@node-red%2futil","integrity":"sha512-yFRf+FPfSmKKUWW1vi2xyRkTjRZLynJyWlizeayG6ZEnA5BC3iPPdSJlFQpnLnKlXyewrU2XAiKGw3pY6E7c5g==","time":1677162915427,"size":128081,"metadata":{"time":1677162915426,"url":"https://registry.npmjs.org/@node-red%2futil","reqHeaders":{"accept":"application/vnd.npm.install-v1+json; q=1.0, application/json; q=0.8, */*"},"resHeaders":{"cache-control":"public, max-age=300","date":"Thu, 23 Feb 2023 14:35:17 GMT","etag":"\"8cce1505c4738bc55598b2b3bd4e0778\"","last-modified":"Fri, 03 Feb 2023 09:31:39 GMT","vary":"Accept-Encoding","content-type":"application/vnd.npm.install-v1+json"},"options":{"compress":true}}} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/index-v5/4f/23/3e4fa6dda2f27f87d0af2e3b349a1dc5765c3d5b5f47c76c5b9dd8fc165f b/software/flow/.npm/_cacache/index-v5/4f/23/3e4fa6dda2f27f87d0af2e3b349a1dc5765c3d5b5f47c76c5b9dd8fc165f deleted file mode 100644 index f7688d3..0000000 --- a/software/flow/.npm/_cacache/index-v5/4f/23/3e4fa6dda2f27f87d0af2e3b349a1dc5765c3d5b5f47c76c5b9dd8fc165f +++ /dev/null @@ -1,2 +0,0 @@ - -960dd266c5661ae53c975193b9c94d9b6b93f2ab {"key":"make-fetch-happen:request-cache:https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-4.2.2.tgz","integrity":"sha512-DJtziuKypFkMMHCm2uIshOYC7QaylbtzQwiMYDuCKy3OPkjLzu4B2vAhTlqipRHHzrI0NJeBAizTK7X+6m1jVw==","time":1677082800433,"size":7288,"metadata":{"time":1677082800285,"url":"https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-4.2.2.tgz","reqHeaders":{},"resHeaders":{"cache-control":"public, immutable, max-age=31557600","content-type":"application/octet-stream","date":"Wed, 22 Feb 2023 16:20:00 GMT","etag":"\"04216e34a41c02ed61a3b64609c80219\"","last-modified":"Thu, 19 Jan 2023 09:50:18 GMT","vary":"Accept-Encoding"},"options":{"compress":true}}} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/index-v5/55/49/7a0c220c38e75dfed16c44317b4e3ec70e69ccf2c06c1a0ffa6909e6e490 b/software/flow/.npm/_cacache/index-v5/55/49/7a0c220c38e75dfed16c44317b4e3ec70e69ccf2c06c1a0ffa6909e6e490 deleted file mode 100644 index c92bc4c..0000000 --- a/software/flow/.npm/_cacache/index-v5/55/49/7a0c220c38e75dfed16c44317b4e3ec70e69ccf2c06c1a0ffa6909e6e490 +++ /dev/null @@ -1,2 +0,0 @@ - -0e6ec8e7743a62053e278b9c0894cffedc33cac9 {"key":"make-fetch-happen:request-cache:https://registry.npmjs.org/@types%2fcors","integrity":"sha512-tBgh9yQOrIfYzLMnENGQiv0o4xbrYo0h6EKlvPdN6T7tGzMvr3vfNIiTA4IQw3rddVgHKwymzZiQfw/jEJUrTQ==","time":1677082796516,"size":24522,"metadata":{"time":1677082796437,"url":"https://registry.npmjs.org/@types%2fcors","reqHeaders":{"accept":"application/vnd.npm.install-v1+json; q=1.0, application/json; q=0.8, */*"},"resHeaders":{"cache-control":"public, max-age=300","content-type":"application/vnd.npm.install-v1+json","date":"Wed, 22 Feb 2023 16:19:56 GMT","etag":"\"446e9ef51ea3c30db9ddae9fec3388c6\"","last-modified":"Mon, 05 Dec 2022 07:33:08 GMT","vary":"accept-encoding, accept"},"options":{"compress":true}}} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/index-v5/57/b7/2772f8c4daa4b31074e03545f8e473b547e88ef3141501fe2a54e1abdfc4 b/software/flow/.npm/_cacache/index-v5/57/b7/2772f8c4daa4b31074e03545f8e473b547e88ef3141501fe2a54e1abdfc4 deleted file mode 100644 index 058d843..0000000 --- a/software/flow/.npm/_cacache/index-v5/57/b7/2772f8c4daa4b31074e03545f8e473b547e88ef3141501fe2a54e1abdfc4 +++ /dev/null @@ -1,2 +0,0 @@ - -e96b512f39f316d17be58f5c1e541dbd83457e2d {"key":"make-fetch-happen:request-cache:https://registry.npmjs.org/bytes","integrity":"sha512-NOpwCSMtf1ZeOqVIyQYkmdTuCjeT1CkFHIIUraAJxIMGrKMFVYMx0fBl3JO8UeAyyBk4I5WGABUecoSO77E0QQ==","time":1677082795937,"size":12326,"metadata":{"time":1677082795844,"url":"https://registry.npmjs.org/bytes","reqHeaders":{"accept":"application/vnd.npm.install-v1+json; q=1.0, application/json; q=0.8, */*"},"resHeaders":{"cache-control":"public, max-age=300","content-type":"application/vnd.npm.install-v1+json","date":"Wed, 22 Feb 2023 16:19:55 GMT","etag":"\"5d35e162b1a9ca0af74ca5b0f0b1e362\"","last-modified":"Mon, 13 Jun 2022 05:21:31 GMT","vary":"accept-encoding, accept"},"options":{"compress":true}}} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/index-v5/59/3e/02d8a790eaf6c051cf28c3571e7a3bd570212f4cd59d350b01cffa495145 b/software/flow/.npm/_cacache/index-v5/59/3e/02d8a790eaf6c051cf28c3571e7a3bd570212f4cd59d350b01cffa495145 deleted file mode 100644 index 00f4204..0000000 --- a/software/flow/.npm/_cacache/index-v5/59/3e/02d8a790eaf6c051cf28c3571e7a3bd570212f4cd59d350b01cffa495145 +++ /dev/null @@ -1,2 +0,0 @@ - -b0592b960f49cf33dc38b92e3bab55660a66240c {"key":"security-advisory:http-cache-semantics:RZkip6EYJtyEt/UL3+okkoXm+B53JgBI1sYCHIB0OBaifpHyBIKE6OFHLGc/tWG9l9E9gUJf1PslcXfSi2KE9Q==","integrity":"sha512-K+tBheLvDXkEz80L7LmHkJ1WnaMLggt9jfgHCAsJJCfY78b+16U6BzPSy6X0jhn+KISJbbVw7wA/m+8xMsRlrA==","time":1677082801463,"size":901} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/index-v5/5a/15/8af13a875c2c2b420b8f6c0493f8f3e785cbcef103fbfc74cb3d8b98a74d b/software/flow/.npm/_cacache/index-v5/5a/15/8af13a875c2c2b420b8f6c0493f8f3e785cbcef103fbfc74cb3d8b98a74d deleted file mode 100644 index acc870d..0000000 --- a/software/flow/.npm/_cacache/index-v5/5a/15/8af13a875c2c2b420b8f6c0493f8f3e785cbcef103fbfc74cb3d8b98a74d +++ /dev/null @@ -1,2 +0,0 @@ - -2529c5afb19f5a650314a122f89a2f9937bb39f7 {"key":"make-fetch-happen:request-cache:https://registry.npmjs.org/socket.io/-/socket.io-4.6.1.tgz","integrity":"sha512-KMcaAi4l/8+xEjkRICl6ak8ySoxsYG+gG6/XfRCPJPQ/haCRIJBTL4wIl8YCsmtaBovcAXGLOShyVWQ/FG8GZA==","time":1677082802012,"size":301871,"metadata":{"time":1677082800838,"url":"https://registry.npmjs.org/socket.io/-/socket.io-4.6.1.tgz","reqHeaders":{},"resHeaders":{"cache-control":"public, immutable, max-age=31557600","content-type":"application/octet-stream","date":"Wed, 22 Feb 2023 16:20:00 GMT","etag":"\"a92dbb937de6936079c80e171285f606\"","last-modified":"Mon, 20 Feb 2023 16:51:19 GMT","vary":"Accept-Encoding"},"options":{"compress":true}}} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/index-v5/5e/0d/c218ceb182c763dfc1b5744115b91bc7a0ee1c42c988c2a59acc6e4e11c1 b/software/flow/.npm/_cacache/index-v5/5e/0d/c218ceb182c763dfc1b5744115b91bc7a0ee1c42c988c2a59acc6e4e11c1 deleted file mode 100644 index 30c59e9..0000000 --- a/software/flow/.npm/_cacache/index-v5/5e/0d/c218ceb182c763dfc1b5744115b91bc7a0ee1c42c988c2a59acc6e4e11c1 +++ /dev/null @@ -1,2 +0,0 @@ - -ed1afce3eb0a130a383fc25ed8714837e65e09b2 {"key":"make-fetch-happen:request-cache:https://registry.npmjs.org/@types/cookie/-/cookie-0.4.1.tgz","integrity":"sha512-XW/Aa8APYr6jSVVA1y/DEIZX0/GMKLEVekNG727R8cs56ahETkRAy/3DR7+fJyh7oUgGwNQaRfXCun0+KbWY7Q==","time":1677082800400,"size":3314,"metadata":{"time":1677082800277,"url":"https://registry.npmjs.org/@types/cookie/-/cookie-0.4.1.tgz","reqHeaders":{},"resHeaders":{"cache-control":"public, must-revalidate, max-age=31557600","content-type":"application/octet-stream","date":"Wed, 22 Feb 2023 16:20:00 GMT","etag":"\"a1c15b843c4ee28777094007e50c90d5\"","last-modified":"Tue, 06 Jul 2021 20:35:32 GMT","vary":"Accept-Encoding"},"options":{"compress":true}}} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/index-v5/63/1d/acb58a542decd2ef4f2942615bfdc26d632de4a91aeb993c07dc3f9895d9 b/software/flow/.npm/_cacache/index-v5/63/1d/acb58a542decd2ef4f2942615bfdc26d632de4a91aeb993c07dc3f9895d9 deleted file mode 100644 index ee52064..0000000 --- a/software/flow/.npm/_cacache/index-v5/63/1d/acb58a542decd2ef4f2942615bfdc26d632de4a91aeb993c07dc3f9895d9 +++ /dev/null @@ -1,2 +0,0 @@ - -48b32cae8d2eea0f285605dd42275fd344d4512b {"key":"security-advisory:node-red:GO1tz3CEfuxZv1V87iru/82gmjypVI2WAXUfLITYpM+wjAX2pB0OAGzAEehdkfn7Bhm+YD8Jnpjv6Z8OnphOsg==","integrity":"sha512-x6/lxcm03tuDS3Lv5xdY9MGtFxwB0xVOfrWo1kv0m6Pa/3O0ky47yq6W2wFmd3vJNETtE0G56u5GlEQEEcUY9Q==","time":1677082806374,"size":2363} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/index-v5/64/57/38423acf016f48a81bc7d0a8a461f841174a79de66df26125595f8953ebc b/software/flow/.npm/_cacache/index-v5/64/57/38423acf016f48a81bc7d0a8a461f841174a79de66df26125595f8953ebc deleted file mode 100644 index c02842d..0000000 --- a/software/flow/.npm/_cacache/index-v5/64/57/38423acf016f48a81bc7d0a8a461f841174a79de66df26125595f8953ebc +++ /dev/null @@ -1,2 +0,0 @@ - -1b302d1180545cb77ca4ebe7466a1ef1f1d76d0a {"key":"make-fetch-happen:request-cache:https://registry.npmjs.org/engine.io/-/engine.io-6.4.1.tgz","integrity":"sha512-JFYQurD/nbsA5BSPmbaOSLa3tSVj8L6o4srSwXXY3NqE+gGUNmmPTbhn8tjzcCtSqhFgIeqef81ngny8JM25hw==","time":1677082801560,"size":35372,"metadata":{"time":1677082800782,"url":"https://registry.npmjs.org/engine.io/-/engine.io-6.4.1.tgz","reqHeaders":{},"resHeaders":{"cache-control":"public, immutable, max-age=31557600","content-type":"application/octet-stream","date":"Wed, 22 Feb 2023 16:20:00 GMT","etag":"\"7cc1ddc699a9295e5b224065a0cbae00\"","last-modified":"Sun, 19 Feb 2023 23:55:31 GMT","vary":"Accept-Encoding"},"options":{"compress":true}}} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/index-v5/64/b9/807964bbe8bc95b59bfaee2d251f142e7667e27aff4b5ce55844ad147811 b/software/flow/.npm/_cacache/index-v5/64/b9/807964bbe8bc95b59bfaee2d251f142e7667e27aff4b5ce55844ad147811 deleted file mode 100644 index 69524bd..0000000 --- a/software/flow/.npm/_cacache/index-v5/64/b9/807964bbe8bc95b59bfaee2d251f142e7667e27aff4b5ce55844ad147811 +++ /dev/null @@ -1,2 +0,0 @@ - -167c243e6322be8b0c4d32903ee921a7cfe3211e {"key":"security-advisory:@node-red/registry:x8CjZ7kQ8UjOvUepeRpksFGHn8jN6j6IizZetr7RF1QDIJvv+bRc83v6Q0yvV+oKKNP6HbPb6Hmv9M5G7di76g==","integrity":"sha512-ThwuR2CckGGmAuTBre3BI6z+hASy1J/E+Za1+HktjR7wWmD0q2QrJfb2cQfUBTZPOX5Us/dSbW7UKdqw5wtadw==","time":1677082806082,"size":1743} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/index-v5/68/33/b7a26407b1907d1f5d7bf479cfaea9f0d262bc1ab3207a12e9816d64f781 b/software/flow/.npm/_cacache/index-v5/68/33/b7a26407b1907d1f5d7bf479cfaea9f0d262bc1ab3207a12e9816d64f781 deleted file mode 100644 index 95d2697..0000000 --- a/software/flow/.npm/_cacache/index-v5/68/33/b7a26407b1907d1f5d7bf479cfaea9f0d262bc1ab3207a12e9816d64f781 +++ /dev/null @@ -1,3 +0,0 @@ - -db810ab0e82016a1a57e3644b8ed7be2634c8488 {"key":"make-fetch-happen:request-cache:https://registry.npmjs.org/@node-red%2fruntime","integrity":"sha512-8L2EQM98LAyfjst7/WNTkXOAqr5kSavI3FNP5kIW4nGulGj6W/6otC3Cct9Zt/WF5p5JShyABoezvtZBLkYLoA==","time":1677082805966,"size":131627,"metadata":{"time":1677082805877,"url":"https://registry.npmjs.org/@node-red%2fruntime","reqHeaders":{"accept":"application/vnd.npm.install-v1+json; q=1.0, application/json; q=0.8, */*"},"resHeaders":{"cache-control":"public, max-age=300","content-type":"application/vnd.npm.install-v1+json","date":"Wed, 22 Feb 2023 16:20:05 GMT","etag":"\"3387f094d241a590d7696b8e17967dc4\"","last-modified":"Fri, 03 Feb 2023 09:31:46 GMT","vary":"accept-encoding, accept"},"options":{"compress":true}}} -ee7e2ff76de0018b2c2d3691b5434805dac19e10 {"key":"make-fetch-happen:request-cache:https://registry.npmjs.org/@node-red%2fruntime","integrity":"sha512-8L2EQM98LAyfjst7/WNTkXOAqr5kSavI3FNP5kIW4nGulGj6W/6otC3Cct9Zt/WF5p5JShyABoezvtZBLkYLoA==","time":1677162917477,"size":131627,"metadata":{"time":1677162917477,"url":"https://registry.npmjs.org/@node-red%2fruntime","reqHeaders":{"accept":"application/vnd.npm.install-v1+json; q=1.0, application/json; q=0.8, */*"},"resHeaders":{"cache-control":"public, max-age=300","date":"Thu, 23 Feb 2023 14:35:19 GMT","etag":"\"3387f094d241a590d7696b8e17967dc4\"","last-modified":"Fri, 03 Feb 2023 09:31:46 GMT","vary":"Accept-Encoding","content-type":"application/vnd.npm.install-v1+json"},"options":{"compress":true}}} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/index-v5/78/82/1602eb696cbee7df3cce6f7754306b8158075d0b1569a2dde628fd1772c5 b/software/flow/.npm/_cacache/index-v5/78/82/1602eb696cbee7df3cce6f7754306b8158075d0b1569a2dde628fd1772c5 deleted file mode 100644 index 223e524..0000000 --- a/software/flow/.npm/_cacache/index-v5/78/82/1602eb696cbee7df3cce6f7754306b8158075d0b1569a2dde628fd1772c5 +++ /dev/null @@ -1,2 +0,0 @@ - -c857e943204cf21b32e488f90939462fa340867a {"key":"make-fetch-happen:request-cache:https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.33.1.tgz","integrity":"sha512-MAKevkaXAVMGqCqEHA0bBd10wzHjF4UDk1Dhkx7rWR784VpiOFxFjMBtO7A4f3jJGSdqdMvn8Lr1U/iS8PlVNw==","time":1677162914426,"size":289877,"metadata":{"time":1677162913854,"url":"https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.33.1.tgz","reqHeaders":{},"resHeaders":{"cache-control":"public, must-revalidate, max-age=31557600","content-type":"application/octet-stream","date":"Thu, 23 Feb 2023 14:35:16 GMT","etag":"\"15ae0af866535358b03a832a6712bc83\"","last-modified":"Thu, 26 Jan 2023 18:13:06 GMT","vary":"Accept-Encoding"},"options":{"compress":true}}} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/index-v5/7a/91/1e5fc15bca3b0facf50cda85be3b5a1a261210e5f9f4653475962b002629 b/software/flow/.npm/_cacache/index-v5/7a/91/1e5fc15bca3b0facf50cda85be3b5a1a261210e5f9f4653475962b002629 deleted file mode 100644 index b7b733b..0000000 --- a/software/flow/.npm/_cacache/index-v5/7a/91/1e5fc15bca3b0facf50cda85be3b5a1a261210e5f9f4653475962b002629 +++ /dev/null @@ -1,2 +0,0 @@ - -2d84d32602d2519f2795b07f3d77f1e91aa7a508 {"key":"make-fetch-happen:request-cache:https://registry.npmjs.org/influx/-/influx-5.6.3.tgz","integrity":"sha512-j2biV776HXb2IbIcp2G24w50IqIWENDnKitm0Vj54vlpw9EfGzY7x7ndCRZSGzzm4fyDLSDQ+/cypZQpuDQxyA==","time":1677162914121,"size":38924,"metadata":{"time":1677162913860,"url":"https://registry.npmjs.org/influx/-/influx-5.6.3.tgz","reqHeaders":{},"resHeaders":{"cache-control":"public, immutable, max-age=31557600","content-type":"application/octet-stream","date":"Thu, 23 Feb 2023 14:35:16 GMT","etag":"\"2807150f8ad26103e9ba610148162db1\"","last-modified":"Tue, 11 Aug 2020 10:48:36 GMT","vary":"Accept-Encoding"},"options":{"compress":true}}} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/index-v5/7d/e8/5446c5cdae0493e4ad3b10347b77c8df4b17b5fbe14834f5c6b06faa9f95 b/software/flow/.npm/_cacache/index-v5/7d/e8/5446c5cdae0493e4ad3b10347b77c8df4b17b5fbe14834f5c6b06faa9f95 deleted file mode 100644 index 5524278..0000000 --- a/software/flow/.npm/_cacache/index-v5/7d/e8/5446c5cdae0493e4ad3b10347b77c8df4b17b5fbe14834f5c6b06faa9f95 +++ /dev/null @@ -1,2 +0,0 @@ - -21068966c52c6147a7a47fb289cb8d90c7d05e44 {"key":"make-fetch-happen:request-cache:https://registry.npmjs.org/ws","integrity":"sha512-NfiCJXu8Qp3KtzpR2gIrbo6aiXp034KJZvq6eWBjrp43hdiWh9ntFKPpiIBbBXqvkMr0QOtm1GCaaA/9MINq1A==","time":1677082796484,"size":177943,"metadata":{"time":1677082796359,"url":"https://registry.npmjs.org/ws","reqHeaders":{"accept":"application/vnd.npm.install-v1+json; q=1.0, application/json; q=0.8, */*"},"resHeaders":{"cache-control":"public, max-age=300","content-type":"application/vnd.npm.install-v1+json","date":"Wed, 22 Feb 2023 16:19:56 GMT","etag":"\"ad42dfe591fb04fa872c37f8cafd7525\"","last-modified":"Mon, 13 Feb 2023 20:38:39 GMT","vary":"accept-encoding, accept"},"options":{"compress":true}}} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/index-v5/7f/25/db518fdc03e66b6ae2b5b9e99d30e96d0572c22be248a9cb93c0e8978dcc b/software/flow/.npm/_cacache/index-v5/7f/25/db518fdc03e66b6ae2b5b9e99d30e96d0572c22be248a9cb93c0e8978dcc deleted file mode 100644 index 651639b..0000000 --- a/software/flow/.npm/_cacache/index-v5/7f/25/db518fdc03e66b6ae2b5b9e99d30e96d0572c22be248a9cb93c0e8978dcc +++ /dev/null @@ -1,2 +0,0 @@ - -487352058ebd9af3951e47b1968f04aad1770664 {"key":"make-fetch-happen:request-cache:https://registry.npmjs.org/@influxdata%2finfluxdb-client","integrity":"sha512-0RwhUIWNYGhOlEidzP8Nk2u3C1o6NW/Idu8qSaFux4fgttmrmLeWd893UowTqihBlOFwTFRbPSYRT3lO3Bceog==","time":1677162913464,"size":1118294,"metadata":{"time":1677162913002,"url":"https://registry.npmjs.org/@influxdata%2finfluxdb-client","reqHeaders":{"accept":"application/vnd.npm.install-v1+json; q=1.0, application/json; q=0.8, */*"},"resHeaders":{"cache-control":"public, max-age=300","content-type":"application/vnd.npm.install-v1+json","date":"Thu, 23 Feb 2023 14:35:15 GMT","etag":"\"1e2779755d4a3bbe743816ceebf69460\"","last-modified":"Wed, 22 Feb 2023 17:54:30 GMT","vary":"accept-encoding, accept"},"options":{"compress":true}}} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/index-v5/7f/c3/dc0657b650edb6ea8e350ae8c6dd6cee5ca84fcc91d9d0b666cf225a139b b/software/flow/.npm/_cacache/index-v5/7f/c3/dc0657b650edb6ea8e350ae8c6dd6cee5ca84fcc91d9d0b666cf225a139b deleted file mode 100644 index b8b98d1..0000000 --- a/software/flow/.npm/_cacache/index-v5/7f/c3/dc0657b650edb6ea8e350ae8c6dd6cee5ca84fcc91d9d0b666cf225a139b +++ /dev/null @@ -1,2 +0,0 @@ - -dc73dbeac8f5494992be7804d683a380aa5f2048 {"key":"make-fetch-happen:request-cache:https://registry.npmjs.org/ms","integrity":"sha512-WVa8MhoNV9XWX2nywVq7gbkkZy1pOH6bubgXK2r4gAmafjLCwXZenhiFkGSrrrHmdqsMZNYvmPa4Xno5/9iJyw==","time":1677082796489,"size":21167,"metadata":{"time":1677082796381,"url":"https://registry.npmjs.org/ms","reqHeaders":{"accept":"application/vnd.npm.install-v1+json; q=1.0, application/json; q=0.8, */*"},"resHeaders":{"cache-control":"public, max-age=300","content-type":"application/vnd.npm.install-v1+json","date":"Wed, 22 Feb 2023 16:19:56 GMT","etag":"\"3ec41d55dcad112c6401c0a638d350f4\"","last-modified":"Wed, 18 Jan 2023 21:20:26 GMT","vary":"accept-encoding, accept"},"options":{"compress":true}}} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/index-v5/83/3d/78bd127e62c9dbc9d77efd1821a438c1ddeb3d561749ab66ee9a59d93b90 b/software/flow/.npm/_cacache/index-v5/83/3d/78bd127e62c9dbc9d77efd1821a438c1ddeb3d561749ab66ee9a59d93b90 deleted file mode 100644 index aacf6f6..0000000 --- a/software/flow/.npm/_cacache/index-v5/83/3d/78bd127e62c9dbc9d77efd1821a438c1ddeb3d561749ab66ee9a59d93b90 +++ /dev/null @@ -1,2 +0,0 @@ - -65fceb9aea51c0e235caa858643edad42306726e {"key":"make-fetch-happen:request-cache:https://registry.npmjs.org/@types/cors/-/cors-2.8.13.tgz","integrity":"sha512-RG8AStHlUiV5ysZQKq97copd2UmVYw3/pRMLefISZ3S1hK104Cwm7iLQ3fTKx+lsUH2CE8FlLaYeEA2LSeqYUA==","time":1677082800441,"size":2173,"metadata":{"time":1677082800281,"url":"https://registry.npmjs.org/@types/cors/-/cors-2.8.13.tgz","reqHeaders":{},"resHeaders":{"cache-control":"public, must-revalidate, max-age=31557600","content-type":"application/octet-stream","date":"Wed, 22 Feb 2023 16:20:00 GMT","etag":"\"b8403c25d1c4020a826e8977f1560088\"","last-modified":"Mon, 05 Dec 2022 07:33:03 GMT","vary":"Accept-Encoding"},"options":{"compress":true}}} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/index-v5/85/aa/7abb529da4ccdc917436278c1306c49cce2ff3f33948211aad74f110e516 b/software/flow/.npm/_cacache/index-v5/85/aa/7abb529da4ccdc917436278c1306c49cce2ff3f33948211aad74f110e516 deleted file mode 100644 index c60165a..0000000 --- a/software/flow/.npm/_cacache/index-v5/85/aa/7abb529da4ccdc917436278c1306c49cce2ff3f33948211aad74f110e516 +++ /dev/null @@ -1,2 +0,0 @@ - -89560f3482504d51ded0a559b1f8edc772e771ef {"key":"make-fetch-happen:request-cache:https://registry.npmjs.org/@socket.io%2fcomponent-emitter","integrity":"sha512-kJUEEHNJU4MUalZeFxkI6BZEu4E2UtzdpGmEVYNHw0JQBUfI+UhftRqAvqOZr5jFIMUouLPcLEO90SBFTV/XkA==","time":1677082798110,"size":5365,"metadata":{"time":1677082798074,"url":"https://registry.npmjs.org/@socket.io%2fcomponent-emitter","reqHeaders":{"accept":"application/vnd.npm.install-v1+json; q=1.0, application/json; q=0.8, */*"},"resHeaders":{"cache-control":"public, max-age=300","content-type":"application/vnd.npm.install-v1+json","date":"Wed, 22 Feb 2023 16:19:57 GMT","etag":"\"fd4b6fa08dd5e386240ad58984f1d005\"","last-modified":"Tue, 22 Nov 2022 13:20:13 GMT","vary":"accept-encoding, accept"},"options":{"compress":true}}} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/index-v5/85/de/a85eb8ab69de91c2b063293386caace8256186f89dbb465f946885be4ff9 b/software/flow/.npm/_cacache/index-v5/85/de/a85eb8ab69de91c2b063293386caace8256186f89dbb465f946885be4ff9 deleted file mode 100644 index 877da72..0000000 --- a/software/flow/.npm/_cacache/index-v5/85/de/a85eb8ab69de91c2b063293386caace8256186f89dbb465f946885be4ff9 +++ /dev/null @@ -1,2 +0,0 @@ - -3abd4be766dcf81bf9a578310e2e1dfa11c322b1 {"key":"make-fetch-happen:request-cache:https://registry.npmjs.org/gridstack","integrity":"sha512-7bKr5z40mDDEtx/mnV0MzccKaKiAuqV3PBf+whVzJazZalqFjskxLaQSdK1xPeG3hq9YTLeHM8Vvmhc9Zaouow==","time":1677082795668,"size":161286,"metadata":{"time":1677082795448,"url":"https://registry.npmjs.org/gridstack","reqHeaders":{"accept":"application/vnd.npm.install-v1+json; q=1.0, application/json; q=0.8, */*"},"resHeaders":{"cache-control":"public, max-age=300","content-type":"application/vnd.npm.install-v1+json","date":"Wed, 22 Feb 2023 16:19:55 GMT","etag":"\"d71805ebb97301263993aceeceff413a\"","last-modified":"Thu, 02 Feb 2023 20:53:56 GMT","vary":"accept-encoding, accept"},"options":{"compress":true}}} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/index-v5/86/52/70f7a60a617c53cd86d8640fff5a05ba25f4060cc814151a95658eda39c0 b/software/flow/.npm/_cacache/index-v5/86/52/70f7a60a617c53cd86d8640fff5a05ba25f4060cc814151a95658eda39c0 deleted file mode 100644 index 0826e1d..0000000 --- a/software/flow/.npm/_cacache/index-v5/86/52/70f7a60a617c53cd86d8640fff5a05ba25f4060cc814151a95658eda39c0 +++ /dev/null @@ -1,2 +0,0 @@ - -a5ff138c2938024be89fc024329018797c2f0743 {"key":"make-fetch-happen:request-cache:https://registry.npmjs.org/node-red-contrib-influxdb","integrity":"sha512-dYfqn+PoWABKNXjl6P7mFToFdqCH08QmoPy6RZpPBXJs9tAqDh/rHw4tliexFJI1sIuLc4RZiayw9Tl4n7k8oQ==","time":1677162912688,"size":24378,"metadata":{"time":1677162912619,"url":"https://registry.npmjs.org/node-red-contrib-influxdb","reqHeaders":{"accept":"application/vnd.npm.install-v1+json; q=1.0, application/json; q=0.8, */*"},"resHeaders":{"cache-control":"public, max-age=300","content-type":"application/vnd.npm.install-v1+json","date":"Thu, 23 Feb 2023 14:35:14 GMT","etag":"\"684c9c8a582f1f2a768cde255c02d406\"","last-modified":"Tue, 21 Jun 2022 19:23:39 GMT","vary":"accept-encoding, accept"},"options":{"compress":true}}} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/index-v5/89/0b/e2ba88ed525834b932f3ddb5624a540e279742a3c6851ec4ee466890a5ed b/software/flow/.npm/_cacache/index-v5/89/0b/e2ba88ed525834b932f3ddb5624a540e279742a3c6851ec4ee466890a5ed deleted file mode 100644 index e7fd7f5..0000000 --- a/software/flow/.npm/_cacache/index-v5/89/0b/e2ba88ed525834b932f3ddb5624a540e279742a3c6851ec4ee466890a5ed +++ /dev/null @@ -1,2 +0,0 @@ - -c38fc2ddb10f4eb60754e25404368501a7350c60 {"key":"make-fetch-happen:request-cache:https://registry.npmjs.org/bufferutil","integrity":"sha512-hDzIsTtdhV2mXsBY8XfuGgrxP+AW6Alz6HWErZ+UJYDqNgbNQ03DLGu+fFKBWgKaNcGOBeZUsww4BBCUrk0JbA==","time":1677082798940,"size":21190,"metadata":{"time":1677082798894,"url":"https://registry.npmjs.org/bufferutil","reqHeaders":{"accept":"application/vnd.npm.install-v1+json; q=1.0, application/json; q=0.8, */*"},"resHeaders":{"cache-control":"public, max-age=300","content-type":"application/vnd.npm.install-v1+json","date":"Wed, 22 Feb 2023 16:19:58 GMT","etag":"\"6cbe766a535a15c612cb71e58f6d0852\"","last-modified":"Tue, 18 Oct 2022 13:38:12 GMT","vary":"accept-encoding, accept"},"options":{"compress":true}}} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/index-v5/8a/b3/1aa46327111690ccfd35c4d7f93793ddd06f9fe654343e5f3766c32880ff b/software/flow/.npm/_cacache/index-v5/8a/b3/1aa46327111690ccfd35c4d7f93793ddd06f9fe654343e5f3766c32880ff deleted file mode 100644 index 46d72df..0000000 --- a/software/flow/.npm/_cacache/index-v5/8a/b3/1aa46327111690ccfd35c4d7f93793ddd06f9fe654343e5f3766c32880ff +++ /dev/null @@ -1,3 +0,0 @@ - -959a3abe73afa2def894b7b57402fc9b28ff4bd9 {"key":"make-fetch-happen:request-cache:https://registry.npmjs.org/cacheable-request","integrity":"sha512-DhBr5HnKCTcXcyIzg7QVAg0TmnoDo73SPU6mmummiWrAVLRpkGQd/JDmrwrK5MnG5FJJ8l1SoNHCpjfNE44UNQ==","time":1677082802007,"size":78061,"metadata":{"time":1677082801788,"url":"https://registry.npmjs.org/cacheable-request","reqHeaders":{"accept":"application/vnd.npm.install-v1+json; q=1.0, application/json; q=0.8, */*"},"resHeaders":{"cache-control":"public, max-age=300","content-type":"application/vnd.npm.install-v1+json","date":"Wed, 22 Feb 2023 16:20:01 GMT","etag":"\"13e0a599deb43a9e9222f57fdf5ec68e\"","last-modified":"Mon, 06 Feb 2023 18:11:00 GMT","vary":"accept-encoding, accept"},"options":{"compress":true}}} -a6f6a62ace72040fe60d575749d6ecab3f24fad9 {"key":"make-fetch-happen:request-cache:https://registry.npmjs.org/cacheable-request","integrity":"sha512-DhBr5HnKCTcXcyIzg7QVAg0TmnoDo73SPU6mmummiWrAVLRpkGQd/JDmrwrK5MnG5FJJ8l1SoNHCpjfNE44UNQ==","time":1677162914879,"size":78061,"metadata":{"time":1677162914879,"url":"https://registry.npmjs.org/cacheable-request","reqHeaders":{"accept":"application/vnd.npm.install-v1+json; q=1.0, application/json; q=0.8, */*"},"resHeaders":{"cache-control":"public, max-age=300","date":"Thu, 23 Feb 2023 14:35:17 GMT","etag":"\"13e0a599deb43a9e9222f57fdf5ec68e\"","last-modified":"Mon, 06 Feb 2023 18:11:00 GMT","vary":"Accept-Encoding","content-type":"application/vnd.npm.install-v1+json"},"options":{"compress":true}}} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/index-v5/8b/31/bc01d265bae3ca83af69c0d83a12d6131c1075830ffa93b7ea52768a7363 b/software/flow/.npm/_cacache/index-v5/8b/31/bc01d265bae3ca83af69c0d83a12d6131c1075830ffa93b7ea52768a7363 deleted file mode 100644 index 2f9e71f..0000000 --- a/software/flow/.npm/_cacache/index-v5/8b/31/bc01d265bae3ca83af69c0d83a12d6131c1075830ffa93b7ea52768a7363 +++ /dev/null @@ -1,2 +0,0 @@ - -80f599f1eb8018ab3cd66d7390ffa7f7929db766 {"key":"make-fetch-happen:request-cache:https://registry.npmjs.org/engine.io","integrity":"sha512-ew2VkIxoWc2/DEowa2TMtobm2/RQBKnlLDaNa00TMkTvygVBqIBjV6CT2log8r0/zupmwhRrolJFuPSsxZlwNA==","time":1677082796222,"size":149394,"metadata":{"time":1677082795899,"url":"https://registry.npmjs.org/engine.io","reqHeaders":{"accept":"application/vnd.npm.install-v1+json; q=1.0, application/json; q=0.8, */*"},"resHeaders":{"cache-control":"public, max-age=300","content-type":"application/vnd.npm.install-v1+json","date":"Wed, 22 Feb 2023 16:19:55 GMT","etag":"\"884196957bdeb44297957832280ffdda\"","last-modified":"Sun, 19 Feb 2023 23:55:32 GMT","vary":"accept-encoding, accept"},"options":{"compress":true}}} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/index-v5/96/de/b2313c5680bb0f0473a3b6bb995b306a2d95a396f87105cfd22ee08be398 b/software/flow/.npm/_cacache/index-v5/96/de/b2313c5680bb0f0473a3b6bb995b306a2d95a396f87105cfd22ee08be398 deleted file mode 100644 index 96ba1f1..0000000 --- a/software/flow/.npm/_cacache/index-v5/96/de/b2313c5680bb0f0473a3b6bb995b306a2d95a396f87105cfd22ee08be398 +++ /dev/null @@ -1,2 +0,0 @@ - -f1d9c36fd4e41ebc58e27ca56d89f5212b1b5d7a {"key":"make-fetch-happen:request-cache:https://registry.npmjs.org/node-red-dashboard","integrity":"sha512-7Gep2tbbH+w3yTxGvgLg0Xzd3cLcdHqn4l8FgMCuXnmf4c2N0US3zQYfdqvYdJDK5R5+D2viFdYhYLAd7QKwkQ==","time":1677082795293,"size":264006,"metadata":{"time":1677082795208,"url":"https://registry.npmjs.org/node-red-dashboard","reqHeaders":{"accept":"application/vnd.npm.install-v1+json; q=1.0, application/json; q=0.8, */*"},"resHeaders":{"cache-control":"public, max-age=300","content-type":"application/vnd.npm.install-v1+json","date":"Wed, 22 Feb 2023 16:19:55 GMT","etag":"\"a3efd0c596a6d1e5cda029eb7091c24a\"","last-modified":"Tue, 03 Jan 2023 16:03:48 GMT","vary":"accept-encoding, accept"},"options":{"compress":true}}} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/index-v5/9a/38/ea0fbfc489fa2fe3e60e5eac49a96a958e19b2233842c6c1cd9d0a05c3fe b/software/flow/.npm/_cacache/index-v5/9a/38/ea0fbfc489fa2fe3e60e5eac49a96a958e19b2233842c6c1cd9d0a05c3fe deleted file mode 100644 index 4fe5084..0000000 --- a/software/flow/.npm/_cacache/index-v5/9a/38/ea0fbfc489fa2fe3e60e5eac49a96a958e19b2233842c6c1cd9d0a05c3fe +++ /dev/null @@ -1,3 +0,0 @@ - -a63a735456511831ff47a01973cf74903beb0ac6 {"key":"make-fetch-happen:request-cache:https://registry.npmjs.org/ws/-/ws-8.11.0.tgz","integrity":"sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg==","time":1677082801054,"size":32024,"metadata":{"time":1677082800788,"url":"https://registry.npmjs.org/ws/-/ws-8.11.0.tgz","reqHeaders":{},"resHeaders":{"cache-control":"public, immutable, max-age=31557600","content-type":"application/octet-stream","date":"Wed, 22 Feb 2023 16:20:00 GMT","etag":"\"e6fae5e9bc7daf1a5f0a12c3e03c3413\"","last-modified":"Sun, 06 Nov 2022 20:02:56 GMT","vary":"Accept-Encoding"},"options":{"compress":true}}} -359a676d7a5b69276b983e2859c62ace30b25b35 {"key":"make-fetch-happen:request-cache:https://registry.npmjs.org/ws/-/ws-8.11.0.tgz","integrity":"sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg==","time":1677082801227,"size":32024,"metadata":{"time":1677082800750,"url":"https://registry.npmjs.org/ws/-/ws-8.11.0.tgz","reqHeaders":{},"resHeaders":{"cache-control":"public, immutable, max-age=31557600","content-type":"application/octet-stream","date":"Wed, 22 Feb 2023 16:20:00 GMT","etag":"\"e6fae5e9bc7daf1a5f0a12c3e03c3413\"","last-modified":"Sun, 06 Nov 2022 20:02:56 GMT","vary":"Accept-Encoding"},"options":{"compress":true}}} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/index-v5/a0/c6/040205eebe8a1469c51bd2cf204508de0c8c99d31041c9481a8f7a10adb3 b/software/flow/.npm/_cacache/index-v5/a0/c6/040205eebe8a1469c51bd2cf204508de0c8c99d31041c9481a8f7a10adb3 deleted file mode 100644 index 00c3585..0000000 --- a/software/flow/.npm/_cacache/index-v5/a0/c6/040205eebe8a1469c51bd2cf204508de0c8c99d31041c9481a8f7a10adb3 +++ /dev/null @@ -1,2 +0,0 @@ - -29d4106756ee075d06e24c12396397fafecf8ee2 {"key":"make-fetch-happen:request-cache:https://registry.npmjs.org/debug","integrity":"sha512-Sd+lpeIkgrS64Vgy+QD+I7y65e1gZl+F3S8MEO8FueR98osMeked5WUeamAFKDj/TbUpG/Ht2+ySWmEZU7NNkQ==","time":1677082796181,"size":70249,"metadata":{"time":1677082795915,"url":"https://registry.npmjs.org/debug","reqHeaders":{"accept":"application/vnd.npm.install-v1+json; q=1.0, application/json; q=0.8, */*"},"resHeaders":{"cache-control":"public, max-age=300","content-type":"application/vnd.npm.install-v1+json","date":"Wed, 22 Feb 2023 16:19:55 GMT","etag":"\"c24fa349d819bf62e08ba4022f584588\"","last-modified":"Mon, 03 Oct 2022 16:39:34 GMT","vary":"accept-encoding, accept"},"options":{"compress":true}}} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/index-v5/ac/0c/9998f747d2723401bcff7ba0b052fe52bd01df64b482f79b19f35febffd1 b/software/flow/.npm/_cacache/index-v5/ac/0c/9998f747d2723401bcff7ba0b052fe52bd01df64b482f79b19f35febffd1 deleted file mode 100644 index ecc6d85..0000000 --- a/software/flow/.npm/_cacache/index-v5/ac/0c/9998f747d2723401bcff7ba0b052fe52bd01df64b482f79b19f35febffd1 +++ /dev/null @@ -1,3 +0,0 @@ - -1bf4293a32848b418ec42050f00c3f8305b3fd96 {"key":"make-fetch-happen:request-cache:https://registry.npmjs.org/http-cache-semantics","integrity":"sha512-XcFMXhaRhOUInT9Dk/wK84pOqOey0ay7XoVsFrHls2Z2aaKswtPjPFuP2z6s7henuhCPTn6dUENauppQ5ZMqEg==","time":1677082801133,"size":21479,"metadata":{"time":1677082800876,"url":"https://registry.npmjs.org/http-cache-semantics","reqHeaders":{"accept":"application/vnd.npm.install-v1+json; q=1.0, application/json; q=0.8, */*"},"resHeaders":{"cache-control":"public, max-age=300","content-type":"application/vnd.npm.install-v1+json","date":"Wed, 22 Feb 2023 16:20:00 GMT","etag":"\"6adfaba6c902a8f903299157aa62f5e3\"","last-modified":"Fri, 27 Jan 2023 01:29:13 GMT","vary":"accept-encoding, accept"},"options":{"compress":true}}} -bd243c8bf9498fc4fce94f1b6c2e20967dd33866 {"key":"make-fetch-happen:request-cache:https://registry.npmjs.org/http-cache-semantics","integrity":"sha512-XcFMXhaRhOUInT9Dk/wK84pOqOey0ay7XoVsFrHls2Z2aaKswtPjPFuP2z6s7henuhCPTn6dUENauppQ5ZMqEg==","time":1677162914413,"size":21479,"metadata":{"time":1677162914412,"url":"https://registry.npmjs.org/http-cache-semantics","reqHeaders":{"accept":"application/vnd.npm.install-v1+json; q=1.0, application/json; q=0.8, */*"},"resHeaders":{"cache-control":"public, max-age=300","date":"Thu, 23 Feb 2023 14:35:16 GMT","etag":"\"6adfaba6c902a8f903299157aa62f5e3\"","last-modified":"Fri, 27 Jan 2023 01:29:13 GMT","vary":"Accept-Encoding","content-type":"application/vnd.npm.install-v1+json"},"options":{"compress":true}}} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/index-v5/ac/ba/f22fa31b850d07f8d92263849db0d7019715081c71c9f9d45d4e901eec73 b/software/flow/.npm/_cacache/index-v5/ac/ba/f22fa31b850d07f8d92263849db0d7019715081c71c9f9d45d4e901eec73 deleted file mode 100644 index 848c24e..0000000 --- a/software/flow/.npm/_cacache/index-v5/ac/ba/f22fa31b850d07f8d92263849db0d7019715081c71c9f9d45d4e901eec73 +++ /dev/null @@ -1,2 +0,0 @@ - -1a7632acad977fd67af844cc23cc4d60a8794f49 {"key":"make-fetch-happen:request-cache:https://registry.npmjs.org/lodash","integrity":"sha512-p9OvmOId1oeenxdG+LLRjzx5gBXl6cYqbCK0l6h0yu2JUH76N27spq404XRgCVV+vnvf5NeYYASSOIY/MbEIAg==","time":1677162912971,"size":67972,"metadata":{"time":1677162912837,"url":"https://registry.npmjs.org/lodash","reqHeaders":{"accept":"application/vnd.npm.install-v1+json; q=1.0, application/json; q=0.8, */*"},"resHeaders":{"cache-control":"public, max-age=300","content-type":"application/vnd.npm.install-v1+json","date":"Thu, 23 Feb 2023 14:35:15 GMT","etag":"\"366fbb1e0ad202d3d90a4449c71cf63f\"","last-modified":"Sun, 12 Feb 2023 08:12:06 GMT","vary":"accept-encoding, accept"},"options":{"compress":true}}} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/index-v5/ad/61/8dddf2bd79472c4ffce70d15930b9ad34a6b139ee6817c5af0547186b82c b/software/flow/.npm/_cacache/index-v5/ad/61/8dddf2bd79472c4ffce70d15930b9ad34a6b139ee6817c5af0547186b82c deleted file mode 100644 index c603005..0000000 --- a/software/flow/.npm/_cacache/index-v5/ad/61/8dddf2bd79472c4ffce70d15930b9ad34a6b139ee6817c5af0547186b82c +++ /dev/null @@ -1,2 +0,0 @@ - -e81001cbf9544bc5e36ab1f701777ac9bde87a9e {"key":"make-fetch-happen:request-cache:https://registry.npmjs.org/base64id","integrity":"sha512-GUhLgC+mWnuDjzVKqMH+QC8lJTxNITIdvknOmgaZdZ3vqJeHhh+TJNISvwP/cNB5EC6ZkCCnrTJaDxd/ZiVd9g==","time":1677082796058,"size":2552,"metadata":{"time":1677082795911,"url":"https://registry.npmjs.org/base64id","reqHeaders":{"accept":"application/vnd.npm.install-v1+json; q=1.0, application/json; q=0.8, */*"},"resHeaders":{"cache-control":"public, max-age=300","content-type":"application/vnd.npm.install-v1+json","date":"Wed, 22 Feb 2023 16:19:55 GMT","etag":"\"55c3eace4e17d2ef05c132e42506693a\"","last-modified":"Mon, 13 Jun 2022 04:18:40 GMT","vary":"accept-encoding, accept"},"options":{"compress":true}}} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/index-v5/af/03/5c781820370e585dc2323edbbc80669bf714da5b47d56510c7d0bd7521ee b/software/flow/.npm/_cacache/index-v5/af/03/5c781820370e585dc2323edbbc80669bf714da5b47d56510c7d0bd7521ee deleted file mode 100644 index bd699f9..0000000 --- a/software/flow/.npm/_cacache/index-v5/af/03/5c781820370e585dc2323edbbc80669bf714da5b47d56510c7d0bd7521ee +++ /dev/null @@ -1,2 +0,0 @@ - -458622b80a110e2a7c53086be3dd2eea3ebfefa7 {"key":"make-fetch-happen:request-cache:https://registry.npmjs.org/npm","integrity":"sha512-0gJCvHw9+Kml8cA6c1eRtOPkIFSnfU5I4t9Kznke0WkelmsSeFpaenLYgeB+kY0UceFswzchzyYknkbiKpoJEA==","time":1677082794874,"size":2086389,"metadata":{"time":1677082793963,"url":"https://registry.npmjs.org/npm","reqHeaders":{"accept":"application/vnd.npm.install-v1+json; q=1.0, application/json; q=0.8, */*"},"resHeaders":{"cache-control":"public, max-age=300","content-type":"application/vnd.npm.install-v1+json","date":"Wed, 22 Feb 2023 16:19:53 GMT","etag":"\"6bda1021172f10be266e7468212fca2a\"","last-modified":"Wed, 15 Feb 2023 16:42:32 GMT","vary":"accept-encoding, accept"},"options":{"compress":true}}} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/index-v5/b2/21/0229e76a38a9afc6eb60bb270fa49897e6b6e0df9401424f12dc019c61da b/software/flow/.npm/_cacache/index-v5/b2/21/0229e76a38a9afc6eb60bb270fa49897e6b6e0df9401424f12dc019c61da deleted file mode 100644 index 4c03a2d..0000000 --- a/software/flow/.npm/_cacache/index-v5/b2/21/0229e76a38a9afc6eb60bb270fa49897e6b6e0df9401424f12dc019c61da +++ /dev/null @@ -1,2 +0,0 @@ - -1d2c3b6edfaf981af137ed8f0cba7d5ead0d4912 {"key":"security-advisory:@node-red/runtime:zYoEjCr/tgEcWWr+1YhOO7XLHrd1chqfdkRtxzS5tu/DgxmwSQHARqJL5okGtjAMJ/nK6QAOceQr8pRr9z8stw==","integrity":"sha512-JqOXqELGGbobfhc0OKHS9ys3o53d+ni9Sskg0QJn4XeujvLZVbfWzxNXwir3BqijiBdfIJm26rFsFQtNALpuOQ==","time":1677082806093,"size":1742} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/index-v5/b9/de/c7ccbe139231637ae2e5431511e792cb69adaa46bf9b37195f87a17f3b9c b/software/flow/.npm/_cacache/index-v5/b9/de/c7ccbe139231637ae2e5431511e792cb69adaa46bf9b37195f87a17f3b9c deleted file mode 100644 index 649ef4b..0000000 --- a/software/flow/.npm/_cacache/index-v5/b9/de/c7ccbe139231637ae2e5431511e792cb69adaa46bf9b37195f87a17f3b9c +++ /dev/null @@ -1,2 +0,0 @@ - -9a61624ab207c972710f36e456d85087037b0823 {"key":"make-fetch-happen:request-cache:https://registry.npmjs.org/engine.io-parser","integrity":"sha512-6khioTPEfovimYcYDVdu5DhuQ5jsQYu5g1vEENbpeedhKCKakDZkJvm+oVn2Frmi0PMZeO+PHXiYxJK7GaIWrA==","time":1677082796585,"size":48251,"metadata":{"time":1677082796396,"url":"https://registry.npmjs.org/engine.io-parser","reqHeaders":{"accept":"application/vnd.npm.install-v1+json; q=1.0, application/json; q=0.8, */*"},"resHeaders":{"cache-control":"public, max-age=300","content-type":"application/vnd.npm.install-v1+json","date":"Wed, 22 Feb 2023 16:19:56 GMT","etag":"\"bac04333629104bf2137515711257640\"","last-modified":"Mon, 16 Jan 2023 07:36:32 GMT","vary":"accept-encoding, accept"},"options":{"compress":true}}} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/index-v5/ba/11/9115ef845603c737ab1cccfb1577e0498b867492cc1d9ed9f424c035d3d6 b/software/flow/.npm/_cacache/index-v5/ba/11/9115ef845603c737ab1cccfb1577e0498b867492cc1d9ed9f424c035d3d6 deleted file mode 100644 index 302b5ca..0000000 --- a/software/flow/.npm/_cacache/index-v5/ba/11/9115ef845603c737ab1cccfb1577e0498b867492cc1d9ed9f424c035d3d6 +++ /dev/null @@ -1,2 +0,0 @@ - -39c19bf31bc53dd848217dcb56d7dfff9fe8263e {"key":"make-fetch-happen:request-cache:https://registry.npmjs.org/jquery/-/jquery-3.6.3.tgz","integrity":"sha512-bZ5Sy3YzKo9Fyc8wH2iIQK4JImJ6R0GWI9kL1/k7Z91ZBNgkRXE6U0JfHIizZbort8ZunhSI3jw9I6253ahKfg==","time":1677082802256,"size":436840,"metadata":{"time":1677082800757,"url":"https://registry.npmjs.org/jquery/-/jquery-3.6.3.tgz","reqHeaders":{},"resHeaders":{"cache-control":"public, immutable, max-age=31557600","content-type":"application/octet-stream","date":"Wed, 22 Feb 2023 16:20:00 GMT","etag":"\"f1c1413d1e372dae76d699d2394c4d14\"","last-modified":"Tue, 20 Dec 2022 21:34:58 GMT","vary":"Accept-Encoding"},"options":{"compress":true}}} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/index-v5/be/aa/05ead1dadda8b961ef7dd5aa3a50e4547bf158f64db4363c6e1870a86842 b/software/flow/.npm/_cacache/index-v5/be/aa/05ead1dadda8b961ef7dd5aa3a50e4547bf158f64db4363c6e1870a86842 deleted file mode 100644 index 443e5d1..0000000 --- a/software/flow/.npm/_cacache/index-v5/be/aa/05ead1dadda8b961ef7dd5aa3a50e4547bf158f64db4363c6e1870a86842 +++ /dev/null @@ -1,2 +0,0 @@ - -a68374f69a9c20c619062a4ff20cd602871083fd {"key":"make-fetch-happen:request-cache:https://registry.npmjs.org/base64id/-/base64id-2.0.0.tgz","integrity":"sha512-lGe34o6EHj9y3Kts9R4ZYs/Gr+6N7MCaMlIFA3F1R2O5/m7K06AxfSeO5530PEERE6/WyEg3lsuyw4GHlPZHog==","time":1677082800436,"size":2294,"metadata":{"time":1677082800293,"url":"https://registry.npmjs.org/base64id/-/base64id-2.0.0.tgz","reqHeaders":{},"resHeaders":{"cache-control":"public, immutable, max-age=31557600","content-type":"application/octet-stream","date":"Wed, 22 Feb 2023 16:20:00 GMT","etag":"\"f3ac9542d4b3ff33325080445883488c\"","last-modified":"Mon, 27 May 2019 11:12:48 GMT","vary":"Accept-Encoding"},"options":{"compress":true}}} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/index-v5/c3/57/6beaf468572b240af1012037fa4941e26c41dd4c73e0fab7a6fcf5591509 b/software/flow/.npm/_cacache/index-v5/c3/57/6beaf468572b240af1012037fa4941e26c41dd4c73e0fab7a6fcf5591509 deleted file mode 100644 index 0c0583a..0000000 --- a/software/flow/.npm/_cacache/index-v5/c3/57/6beaf468572b240af1012037fa4941e26c41dd4c73e0fab7a6fcf5591509 +++ /dev/null @@ -1,2 +0,0 @@ - -25864c42e0239059f62ab5af1d35541bcb7aa408 {"key":"make-fetch-happen:request-cache:https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz","integrity":"sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==","time":1677082801131,"size":3067,"metadata":{"time":1677082800869,"url":"https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz","reqHeaders":{},"resHeaders":{"cache-control":"public, immutable, max-age=31557600","content-type":"application/octet-stream","date":"Wed, 22 Feb 2023 16:20:00 GMT","etag":"\"0f274109f0e62f1470256c43c70781b1\"","last-modified":"Mon, 06 Jan 2020 04:50:13 GMT","vary":"Accept-Encoding"},"options":{"compress":true}}} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/index-v5/c5/3e/3ba77e1cf168da1150f7ec339ae2c524cc0ba345fe5fc84488f25dc26de5 b/software/flow/.npm/_cacache/index-v5/c5/3e/3ba77e1cf168da1150f7ec339ae2c524cc0ba345fe5fc84488f25dc26de5 deleted file mode 100644 index 5b80829..0000000 --- a/software/flow/.npm/_cacache/index-v5/c5/3e/3ba77e1cf168da1150f7ec339ae2c524cc0ba345fe5fc84488f25dc26de5 +++ /dev/null @@ -1,2 +0,0 @@ - -6ed3fb589ce6a9b4fa21017fe7f49e1085730241 {"key":"make-fetch-happen:request-cache:https://registry.npmjs.org/compressible","integrity":"sha512-MulkRjXDsjJp0W6BLwVehudkTFmC8yhbyyreqhvnByq/LcbQCJUghyCsD168Mpv5EF3lKgwfhkolm20SMGsclQ==","time":1677082795918,"size":22234,"metadata":{"time":1677082795824,"url":"https://registry.npmjs.org/compressible","reqHeaders":{"accept":"application/vnd.npm.install-v1+json; q=1.0, application/json; q=0.8, */*"},"resHeaders":{"cache-control":"public, max-age=300","content-type":"application/vnd.npm.install-v1+json","date":"Wed, 22 Feb 2023 16:19:55 GMT","etag":"\"aca84ca4d9c48b224b408acd131b3003\"","last-modified":"Mon, 13 Jun 2022 20:24:18 GMT","vary":"accept-encoding, accept"},"options":{"compress":true}}} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/index-v5/dc/49/7d6c302c19efa15e99fb51ca9e706d6864e2d2006c989d9eb193ec277844 b/software/flow/.npm/_cacache/index-v5/dc/49/7d6c302c19efa15e99fb51ca9e706d6864e2d2006c989d9eb193ec277844 deleted file mode 100644 index 9ea8f64..0000000 --- a/software/flow/.npm/_cacache/index-v5/dc/49/7d6c302c19efa15e99fb51ca9e706d6864e2d2006c989d9eb193ec277844 +++ /dev/null @@ -1,3 +0,0 @@ - -095e02d4b81756cb70060d91e44f3952ee34af5c {"key":"make-fetch-happen:request-cache:https://registry.npmjs.org/node-red","integrity":"sha512-MTzS6m+u+gonuavWGUo949MAclcZl/c9HFgEI7wWyOt2J5II9YakjNjOB0j6XVwA4X9glaL0T/QQKZMj9ekb7Q==","time":1677082804997,"size":288474,"metadata":{"time":1677082804881,"url":"https://registry.npmjs.org/node-red","reqHeaders":{"accept":"application/vnd.npm.install-v1+json; q=1.0, application/json; q=0.8, */*"},"resHeaders":{"cache-control":"public, max-age=300","content-type":"application/vnd.npm.install-v1+json","date":"Wed, 22 Feb 2023 16:20:04 GMT","etag":"\"6abf11d8512922017b5486954265cc28\"","last-modified":"Fri, 03 Feb 2023 09:33:48 GMT","vary":"accept-encoding, accept"},"options":{"compress":true}}} -f7aec858ed3dcebfa76407d958985818255faa86 {"key":"make-fetch-happen:request-cache:https://registry.npmjs.org/node-red","integrity":"sha512-MTzS6m+u+gonuavWGUo949MAclcZl/c9HFgEI7wWyOt2J5II9YakjNjOB0j6XVwA4X9glaL0T/QQKZMj9ekb7Q==","time":1677162916820,"size":288474,"metadata":{"time":1677162916819,"url":"https://registry.npmjs.org/node-red","reqHeaders":{"accept":"application/vnd.npm.install-v1+json; q=1.0, application/json; q=0.8, */*"},"resHeaders":{"cache-control":"public, max-age=300","date":"Thu, 23 Feb 2023 14:35:18 GMT","etag":"\"6abf11d8512922017b5486954265cc28\"","last-modified":"Fri, 03 Feb 2023 09:33:48 GMT","vary":"Accept-Encoding","content-type":"application/vnd.npm.install-v1+json"},"options":{"compress":true}}} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/index-v5/de/3a/656525756cff060f6b0afd0fdfb7c2c51fe35c1d0e4f66c6f6a09b475c55 b/software/flow/.npm/_cacache/index-v5/de/3a/656525756cff060f6b0afd0fdfb7c2c51fe35c1d0e4f66c6f6a09b475c55 deleted file mode 100644 index 44c4373..0000000 --- a/software/flow/.npm/_cacache/index-v5/de/3a/656525756cff060f6b0afd0fdfb7c2c51fe35c1d0e4f66c6f6a09b475c55 +++ /dev/null @@ -1,4 +0,0 @@ - -f0b953236d81f38dc0774dd6ce116af4b1f8bcf1 {"key":"make-fetch-happen:request-cache:https://registry.npmjs.org/debug/-/debug-4.3.4.tgz","integrity":"sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==","time":1677082801052,"size":13252,"metadata":{"time":1677082800739,"url":"https://registry.npmjs.org/debug/-/debug-4.3.4.tgz","reqHeaders":{},"resHeaders":{"cache-control":"public, immutable, max-age=31557600","content-type":"application/octet-stream","date":"Wed, 22 Feb 2023 16:20:00 GMT","etag":"\"356bb405c567d6744aae8a9d1cfe9008\"","last-modified":"Thu, 17 Mar 2022 13:38:49 GMT","vary":"Accept-Encoding"},"options":{"compress":true}}} -e9bf5f6b137bce1db53561d8bbbc8d3697fc4894 {"key":"make-fetch-happen:request-cache:https://registry.npmjs.org/debug/-/debug-4.3.4.tgz","integrity":"sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==","time":1677082801020,"size":13252,"metadata":{"time":1677082800799,"url":"https://registry.npmjs.org/debug/-/debug-4.3.4.tgz","reqHeaders":{},"resHeaders":{"cache-control":"public, immutable, max-age=31557600","content-type":"application/octet-stream","date":"Wed, 22 Feb 2023 16:20:00 GMT","etag":"\"356bb405c567d6744aae8a9d1cfe9008\"","last-modified":"Thu, 17 Mar 2022 13:38:49 GMT","vary":"Accept-Encoding"},"options":{"compress":true}}} -4ad3f1c495180feb580712f5eff887f7842f14fa {"key":"make-fetch-happen:request-cache:https://registry.npmjs.org/debug/-/debug-4.3.4.tgz","integrity":"sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==","time":1677082801037,"size":13252,"metadata":{"time":1677082800731,"url":"https://registry.npmjs.org/debug/-/debug-4.3.4.tgz","reqHeaders":{},"resHeaders":{"cache-control":"public, immutable, max-age=31557600","content-type":"application/octet-stream","date":"Wed, 22 Feb 2023 16:20:00 GMT","etag":"\"356bb405c567d6744aae8a9d1cfe9008\"","last-modified":"Thu, 17 Mar 2022 13:38:49 GMT","vary":"Accept-Encoding"},"options":{"compress":true}}} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/index-v5/e0/41/05b5b600b6b5f94ab6feb7319da7f5ac4db9f67c1278b1c36099b885309b b/software/flow/.npm/_cacache/index-v5/e0/41/05b5b600b6b5f94ab6feb7319da7f5ac4db9f67c1278b1c36099b885309b deleted file mode 100644 index 5909426..0000000 --- a/software/flow/.npm/_cacache/index-v5/e0/41/05b5b600b6b5f94ab6feb7319da7f5ac4db9f67c1278b1c36099b885309b +++ /dev/null @@ -1,2 +0,0 @@ - -4e1721ace2d8faa502153cc5d1166714947c696d {"key":"security-advisory:@node-red/runtime:/M7e7YL7fJ+2rnl48L0aPLXvxB1Eyc777GZAg9XIyc5Bj4HXBEi3mMpd6N9+wav0hmnV9cByb0BmIA4JwH8WaQ==","integrity":"sha512-nXCgk0da61OQeuxZBrH31kf5CRw4GO3lI5/Ay2F6pR12hhn2ryUvGuFkuRW2DT4kPHCpE6th5nFuicHOzaJ2Pw==","time":1677082806258,"size":1750} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/index-v5/e3/57/600db2236b7babc107e0a4133335d573b060586e3e1b8260014f5d743f4b b/software/flow/.npm/_cacache/index-v5/e3/57/600db2236b7babc107e0a4133335d573b060586e3e1b8260014f5d743f4b deleted file mode 100644 index 1adb1f4..0000000 --- a/software/flow/.npm/_cacache/index-v5/e3/57/600db2236b7babc107e0a4133335d573b060586e3e1b8260014f5d743f4b +++ /dev/null @@ -1,2 +0,0 @@ - -b6cbb6c6a24fb9d235593df00ad18f88202dc155 {"key":"make-fetch-happen:request-cache:https://registry.npmjs.org/socket.io-adapter","integrity":"sha512-wkGHTxSZ803qavQG//+ntFzF8gYh3BSPu9KQhcvGLLzRup2NGfJLByQ3wbzceYhVUg/pXg7vZPbHgR1UGXpTiA==","time":1677082796132,"size":32337,"metadata":{"time":1677082795945,"url":"https://registry.npmjs.org/socket.io-adapter","reqHeaders":{"accept":"application/vnd.npm.install-v1+json; q=1.0, application/json; q=0.8, */*"},"resHeaders":{"cache-control":"public, max-age=300","content-type":"application/vnd.npm.install-v1+json","date":"Wed, 22 Feb 2023 16:19:55 GMT","etag":"\"82aaab2d4fa0bd20efa079c55b2c6cec\"","last-modified":"Thu, 12 Jan 2023 07:10:23 GMT","vary":"accept-encoding, accept"},"options":{"compress":true}}} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/index-v5/ed/34/541f6518b5e8d6a560fd508b30146789bf7999018288907e431f1d8e7b45 b/software/flow/.npm/_cacache/index-v5/ed/34/541f6518b5e8d6a560fd508b30146789bf7999018288907e431f1d8e7b45 deleted file mode 100644 index c735c5c..0000000 --- a/software/flow/.npm/_cacache/index-v5/ed/34/541f6518b5e8d6a560fd508b30146789bf7999018288907e431f1d8e7b45 +++ /dev/null @@ -1,2 +0,0 @@ - -4544e32701b163817aef7a4ed0df491bb3df0774 {"key":"security-advisory:node-red:ccbZ5SAL5YohRUUNQ52k91Flo+PpMBpRGeXaFELrpqIxHEyhnCi/32+/AAVu3Ab6lQ32TQY16P0n/JS7QN8GtQ==","integrity":"sha512-4dr+XQeFr7sd91Rbvx3vFQQPZET4SMeotdCQj1mHGlrt6ZRjOQxsxAuYmPERstqZD/yVYJlQybpTPMnA8MYqBg==","time":1677082805143,"size":2357} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/index-v5/f1/e9/39421558c7f3b53dc8a3f414f4115c252aefb394f54bed5bc745ef00891f b/software/flow/.npm/_cacache/index-v5/f1/e9/39421558c7f3b53dc8a3f414f4115c252aefb394f54bed5bc745ef00891f deleted file mode 100644 index 6e62c73..0000000 --- a/software/flow/.npm/_cacache/index-v5/f1/e9/39421558c7f3b53dc8a3f414f4115c252aefb394f54bed5bc745ef00891f +++ /dev/null @@ -1,2 +0,0 @@ - -b0c5499363dd021e011068f69d63a70fa8c5e616 {"key":"make-fetch-happen:request-cache:https://registry.npmjs.org/cookie/-/cookie-0.4.2.tgz","integrity":"sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA==","time":1677082801066,"size":6986,"metadata":{"time":1677082800796,"url":"https://registry.npmjs.org/cookie/-/cookie-0.4.2.tgz","reqHeaders":{},"resHeaders":{"cache-control":"public, immutable, max-age=31557600","content-type":"application/octet-stream","date":"Wed, 22 Feb 2023 16:20:00 GMT","etag":"\"388ae9b7d970aedf187e5aaed0018dae\"","last-modified":"Wed, 02 Feb 2022 23:29:33 GMT","vary":"Accept-Encoding"},"options":{"compress":true}}} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/index-v5/fb/51/8447ea6dbf108b4fcb469058d209f44b8d9716b40fcc759d442e1686f92c b/software/flow/.npm/_cacache/index-v5/fb/51/8447ea6dbf108b4fcb469058d209f44b8d9716b40fcc759d442e1686f92c deleted file mode 100644 index de40b53..0000000 --- a/software/flow/.npm/_cacache/index-v5/fb/51/8447ea6dbf108b4fcb469058d209f44b8d9716b40fcc759d442e1686f92c +++ /dev/null @@ -1,2 +0,0 @@ - -5bc224b27862280c70a6e8d998353ca40d0a033b {"key":"make-fetch-happen:request-cache:https://registry.npmjs.org/compression/-/compression-1.7.4.tgz","integrity":"sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==","time":1677082801603,"size":7824,"metadata":{"time":1677082801416,"url":"https://registry.npmjs.org/compression/-/compression-1.7.4.tgz","reqHeaders":{},"resHeaders":{"cache-control":"public, immutable, max-age=31557600","content-type":"application/octet-stream","date":"Wed, 22 Feb 2023 16:20:01 GMT","etag":"\"226edb31fd31c765493dbf4d2a5863b9\"","last-modified":"Mon, 18 Mar 2019 14:43:28 GMT","vary":"Accept-Encoding"},"options":{"compress":true}}} \ No newline at end of file diff --git a/software/flow/.npm/_cacache/index-v5/fc/8a/4ff9dc43aa9e118ea4a14dfebb7bd877cc85269c5bd4c95781cbb3cae7e1 b/software/flow/.npm/_cacache/index-v5/fc/8a/4ff9dc43aa9e118ea4a14dfebb7bd877cc85269c5bd4c95781cbb3cae7e1 deleted file mode 100644 index 3769a2b..0000000 --- a/software/flow/.npm/_cacache/index-v5/fc/8a/4ff9dc43aa9e118ea4a14dfebb7bd877cc85269c5bd4c95781cbb3cae7e1 +++ /dev/null @@ -1,3 +0,0 @@ - -cd917058f9893cfeed3c7cf97dad5cf8494b4eda {"key":"make-fetch-happen:request-cache:https://registry.npmjs.org/@node-red%2fregistry","integrity":"sha512-OYaoHcQDQsPkWMMXVKd9dZbPW7xJtFC5P9Sp7pumEqdK4p0tJ2NORceL5dy+C1xqrVorK26qRvUWF4MgSQsGaQ==","time":1677082805958,"size":126036,"metadata":{"time":1677082805847,"url":"https://registry.npmjs.org/@node-red%2fregistry","reqHeaders":{"accept":"application/vnd.npm.install-v1+json; q=1.0, application/json; q=0.8, */*"},"resHeaders":{"cache-control":"public, max-age=300","content-type":"application/vnd.npm.install-v1+json","date":"Wed, 22 Feb 2023 16:20:05 GMT","etag":"\"6e7700a3d0b2aa4b2b08c0bba832ffcc\"","last-modified":"Fri, 03 Feb 2023 09:31:50 GMT","vary":"accept-encoding, accept"},"options":{"compress":true}}} -ba5955fc9de337f331afb22b6014473eda7a3bf7 {"key":"make-fetch-happen:request-cache:https://registry.npmjs.org/@node-red%2fregistry","integrity":"sha512-OYaoHcQDQsPkWMMXVKd9dZbPW7xJtFC5P9Sp7pumEqdK4p0tJ2NORceL5dy+C1xqrVorK26qRvUWF4MgSQsGaQ==","time":1677162917438,"size":126036,"metadata":{"time":1677162917437,"url":"https://registry.npmjs.org/@node-red%2fregistry","reqHeaders":{"accept":"application/vnd.npm.install-v1+json; q=1.0, application/json; q=0.8, */*"},"resHeaders":{"cache-control":"public, max-age=300","date":"Thu, 23 Feb 2023 14:35:19 GMT","etag":"\"6e7700a3d0b2aa4b2b08c0bba832ffcc\"","last-modified":"Fri, 03 Feb 2023 09:31:50 GMT","vary":"Accept-Encoding","content-type":"application/vnd.npm.install-v1+json"},"options":{"compress":true}}} \ No newline at end of file diff --git a/software/flow/.npm/_update-notifier-last-checked b/software/flow/.npm/_update-notifier-last-checked deleted file mode 100644 index e69de29..0000000 diff --git a/software/flow/Dockerfile b/software/flow/Dockerfile new file mode 100644 index 0000000..56c0c07 --- /dev/null +++ b/software/flow/Dockerfile @@ -0,0 +1,7 @@ +FROM nodered/node-red + +# Copy package.json to the WORKDIR so npm builds all +# of your added nodes modules for Node-RED +COPY ./package.json . +RUN npm install --unsafe-perm --no-update-notifier --no-fund --only=production + diff --git a/software/flow/flows.json b/software/flow/flows.json deleted file mode 100644 index 7dcb665..0000000 --- a/software/flow/flows.json +++ /dev/null @@ -1,3278 +0,0 @@ -[ - { - "id": "f6f2187d.f17ca8", - "type": "tab", - "label": "MQTT2Influxdb", - "disabled": false, - "info": "" - }, - { - "id": "ae14dbbaafe62be6", - "type": "tab", - "label": "CSV2Influxdb", - "disabled": false, - "info": "", - "env": [] - }, - { - "id": "d0f6fc20cc752ed0", - "type": "tab", - "label": "Debug Dashboard", - "disabled": false, - "info": "" - }, - { - "id": "325e309897bf4538", - "type": "tab", - "label": "3dprinter", - "disabled": false, - "info": "", - "env": [] - }, - { - "id": "47e5443dc1c29bcd", - "type": "tab", - "label": "laser cutter", - "disabled": false, - "info": "", - "env": [] - }, - { - "id": "8ef0902d5920bef2", - "type": "tab", - "label": "cnc", - "disabled": false, - "info": "", - "env": [] - }, - { - "id": "306896b1c1761662", - "type": "tab", - "label": "Test Watts to KWh", - "disabled": false, - "info": "", - "env": [] - }, - { - "id": "7ce136dbb8c897d1", - "type": "mqtt-broker", - "name": "pi-mqtt-server:1833", - "broker": "192.168.178.21", - "port": "1883", - "clientid": "", - "autoConnect": true, - "usetls": false, - "protocolVersion": "4", - "keepalive": "60", - "cleansession": true, - "birthTopic": "", - "birthQos": "0", - "birthRetain": "false", - "birthPayload": "", - "birthMsg": {}, - "closeTopic": "", - "closeQos": "0", - "closeRetain": "false", - "closePayload": "", - "closeMsg": {}, - "willTopic": "", - "willQos": "0", - "willRetain": "false", - "willPayload": "", - "willMsg": {}, - "userProps": "", - "sessionExpiry": "" - }, - { - "id": "368e029bdaefea73", - "type": "ui_group", - "name": "Power", - "tab": "8eef9f1fd7446608", - "order": 1, - "disp": true, - "width": "6", - "collapse": false, - "className": "" - }, - { - "id": "8eef9f1fd7446608", - "type": "ui_tab", - "name": "Powermonitor", - "icon": "dashboard", - "order": 1, - "disabled": false, - "hidden": false - }, - { - "id": "90bc7a058a6ccbd7", - "type": "ui_base", - "theme": { - "name": "theme-light", - "lightTheme": { - "default": "#0094CE", - "baseColor": "#0094CE", - "baseFont": "-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif", - "edited": true, - "reset": false - }, - "darkTheme": { - "default": "#097479", - "baseColor": "#097479", - "baseFont": "-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif", - "edited": false - }, - "customTheme": { - "name": "Untitled Theme 1", - "default": "#4B7930", - "baseColor": "#4B7930", - "baseFont": "-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif" - }, - "themeState": { - "base-color": { - "default": "#0094CE", - "value": "#0094CE", - "edited": false - }, - "page-titlebar-backgroundColor": { - "value": "#0094CE", - "edited": false - }, - "page-backgroundColor": { - "value": "#fafafa", - "edited": false - }, - "page-sidebar-backgroundColor": { - "value": "#ffffff", - "edited": false - }, - "group-textColor": { - "value": "#1bbfff", - "edited": false - }, - "group-borderColor": { - "value": "#ffffff", - "edited": false - }, - "group-backgroundColor": { - "value": "#ffffff", - "edited": false - }, - "widget-textColor": { - "value": "#111111", - "edited": false - }, - "widget-backgroundColor": { - "value": "#0094ce", - "edited": false - }, - "widget-borderColor": { - "value": "#ffffff", - "edited": false - }, - "base-font": { - "value": "-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif" - } - }, - "angularTheme": { - "primary": "indigo", - "accents": "blue", - "warn": "red", - "background": "grey", - "palette": "light" - } - }, - "site": { - "name": "Node-RED Dashboard", - "hideToolbar": "false", - "allowSwipe": "false", - "lockMenu": "false", - "allowTempTheme": "true", - "dateFormat": "DD.MM.YYYY", - "sizes": { - "sx": 48, - "sy": 48, - "gx": 6, - "gy": 6, - "cx": 6, - "cy": 6, - "px": 0, - "py": 0 - } - } - }, - { - "id": "eeb221fb.ab27f", - "type": "influxdb", - "hostname": "127.0.0.1", - "port": "8086", - "protocol": "http", - "database": "test", - "name": "test", - "usetls": true, - "tls": "d50d0c9f.31e858", - "influxdbVersion": "1.x", - "url": "http://localhost:8086", - "rejectUnauthorized": true - }, - { - "id": "d50d0c9f.31e858", - "type": "tls-config", - "name": "", - "cert": "", - "key": "", - "ca": "", - "certname": "", - "keyname": "", - "caname": "", - "servername": "", - "verifyservercert": false - }, - { - "id": "d61a7da6caeb26aa", - "type": "influxdb", - "hostname": "influxdb", - "port": "8086", - "protocol": "http", - "database": "database", - "name": "influx", - "usetls": false, - "tls": "d50d0c9f.31e858", - "influxdbVersion": "2.0", - "url": "http://influxdb:8086", - "rejectUnauthorized": true - }, - { - "id": "4cf36a44b74caee5", - "type": "mqtt-broker", - "name": "mosquitto", - "broker": "mosquitto", - "port": "1883", - "clientid": "", - "autoConnect": true, - "usetls": false, - "protocolVersion": "4", - "keepalive": "60", - "cleansession": true, - "birthTopic": "", - "birthQos": "0", - "birthRetain": "false", - "birthPayload": "", - "birthMsg": {}, - "closeTopic": "", - "closeQos": "0", - "closeRetain": "false", - "closePayload": "", - "closeMsg": {}, - "willTopic": "", - "willQos": "0", - "willRetain": "false", - "willPayload": "", - "willMsg": {}, - "userProps": "", - "sessionExpiry": "" - }, - { - "id": "00a750cdfb54579e", - "type": "mqtt in", - "z": "f6f2187d.f17ca8", - "name": "", - "topic": "/iot-platform/energy-monitor/test-device/watt", - "qos": "1", - "datatype": "auto-detect", - "broker": "4cf36a44b74caee5", - "nl": false, - "rap": true, - "rh": 0, - "inputs": 0, - "x": 270, - "y": 480, - "wires": [ - [ - "16687c90623bdb9b" - ] - ] - }, - { - "id": "7e53d20583f56487", - "type": "influxdb out", - "z": "f6f2187d.f17ca8", - "influxdb": "d61a7da6caeb26aa", - "name": "Influx watt", - "measurement": "msg", - "precision": "", - "retentionPolicy": "", - "database": "database", - "precisionV18FluxV20": "ms", - "retentionPolicyV18Flux": "", - "org": "Curious Community Labs", - "bucket": "test", - "x": 810, - "y": 500, - "wires": [] - }, - { - "id": "16687c90623bdb9b", - "type": "function", - "z": "f6f2187d.f17ca8", - "name": "toNumber", - "func": "\nmsg.payload = Number(msg.payload)\nreturn msg;", - "outputs": 1, - "noerr": 0, - "initialize": "", - "finalize": "", - "libs": [], - "x": 540, - "y": 480, - "wires": [ - [ - "7e53d20583f56487", - "499e0f3651d818db" - ] - ] - }, - { - "id": "499e0f3651d818db", - "type": "debug", - "z": "f6f2187d.f17ca8", - "name": "consumption", - "active": true, - "tosidebar": true, - "console": false, - "tostatus": false, - "complete": "payload", - "targetType": "msg", - "statusVal": "", - "statusType": "auto", - "x": 810, - "y": 420, - "wires": [] - }, - { - "id": "b14166f65d5aec75", - "type": "mqtt in", - "z": "f6f2187d.f17ca8", - "name": "", - "topic": "tele/tasmota_A4D1F3/SENSOR", - "qos": "1", - "datatype": "auto-detect", - "broker": "4cf36a44b74caee5", - "nl": false, - "rap": true, - "rh": 0, - "inputs": 0, - "x": 210, - "y": 720, - "wires": [ - [ - "29cd45a4f1feb505" - ] - ] - }, - { - "id": "23c62c30ebabca6e", - "type": "influxdb out", - "z": "f6f2187d.f17ca8", - "influxdb": "d61a7da6caeb26aa", - "name": "Influx plant sensor", - "measurement": "msg", - "precision": "", - "retentionPolicy": "", - "database": "database", - "precisionV18FluxV20": "ms", - "retentionPolicyV18Flux": "", - "org": "Curious Community Labs", - "bucket": "plant", - "x": 790, - "y": 640, - "wires": [] - }, - { - "id": "e3742f5060cf6cb7", - "type": "debug", - "z": "f6f2187d.f17ca8", - "name": "debug 1", - "active": true, - "tosidebar": true, - "console": false, - "tostatus": false, - "complete": "payload", - "targetType": "msg", - "statusVal": "", - "statusType": "auto", - "x": 760, - "y": 760, - "wires": [] - }, - { - "id": "29cd45a4f1feb505", - "type": "function", - "z": "f6f2187d.f17ca8", - "name": "plant2Influx", - "func": "var newMsg = {\n payload: {\n temperature: Number(msg.payload.DHT11.Temperature),\n humidity: Number(msg.payload.DHT11.Humidity)\n }\n};\nreturn newMsg;", - "outputs": 1, - "noerr": 0, - "initialize": "", - "finalize": "", - "libs": [], - "x": 530, - "y": 640, - "wires": [ - [ - "23c62c30ebabca6e", - "e3742f5060cf6cb7" - ] - ] - }, - { - "id": "f21213aec2f647ff", - "type": "mqtt in", - "z": "f6f2187d.f17ca8", - "name": "", - "topic": "tele/tasmota_891E97/SENSOR", - "qos": "1", - "datatype": "auto-detect", - "broker": "4cf36a44b74caee5", - "nl": false, - "rap": true, - "rh": 0, - "inputs": 0, - "x": 190, - "y": 1000, - "wires": [ - [ - "5e4f2b3e1acad45b" - ] - ] - }, - { - "id": "26b455c1bd337375", - "type": "influxdb out", - "z": "f6f2187d.f17ca8", - "influxdb": "d61a7da6caeb26aa", - "name": "Influx Shelly device", - "measurement": "msg", - "precision": "", - "retentionPolicy": "", - "database": "database", - "precisionV18FluxV20": "ms", - "retentionPolicyV18Flux": "", - "org": "Curious Community Labs", - "bucket": "shelly", - "x": 770, - "y": 920, - "wires": [] - }, - { - "id": "96eaf14353a89e9c", - "type": "debug", - "z": "f6f2187d.f17ca8", - "name": "shelly", - "active": true, - "tosidebar": true, - "console": false, - "tostatus": false, - "complete": "payload", - "targetType": "msg", - "statusVal": "", - "statusType": "auto", - "x": 730, - "y": 1040, - "wires": [] - }, - { - "id": "5e4f2b3e1acad45b", - "type": "function", - "z": "f6f2187d.f17ca8", - "name": "shelly2Influx", - "func": "return {\n payload: {\n power: Number(msg.payload.ENERGY.Power),\n voltage: Number(msg.payload.ENERGY.Voltage),\n current: Number(msg.payload.ENERGY.Current)\n }\n};\n", - "outputs": 1, - "noerr": 0, - "initialize": "", - "finalize": "", - "libs": [], - "x": 490, - "y": 1000, - "wires": [ - [ - "26b455c1bd337375", - "96eaf14353a89e9c" - ] - ] - }, - { - "id": "e0977f2582bfaaa6", - "type": "mqtt in", - "z": "d0f6fc20cc752ed0", - "name": "", - "topic": "/iot-platform/energy-monitor/test-device/watt", - "qos": "1", - "datatype": "auto-detect", - "broker": "4cf36a44b74caee5", - "nl": false, - "rap": true, - "rh": 0, - "inputs": 0, - "x": 330, - "y": 300, - "wires": [ - [ - "af39dce845afb447", - "73b0f02f5524fc38" - ] - ] - }, - { - "id": "af39dce845afb447", - "type": "ui_gauge", - "z": "d0f6fc20cc752ed0", - "name": "", - "group": "368e029bdaefea73", - "order": 0, - "width": 0, - "height": 0, - "gtype": "gage", - "title": "Power ", - "label": "W", - "format": "{{value}}", - "min": 0, - "max": "4000", - "colors": [ - "#00b500", - "#e6e600", - "#ca3838" - ], - "seg1": "", - "seg2": "", - "diff": false, - "className": "", - "x": 690, - "y": 300, - "wires": [] - }, - { - "id": "73b0f02f5524fc38", - "type": "ui_chart", - "z": "d0f6fc20cc752ed0", - "name": "", - "group": "368e029bdaefea73", - "order": 1, - "width": 0, - "height": 0, - "label": "Chart", - "chartType": "line", - "legend": "false", - "xformat": "HH:mm:ss", - "interpolate": "linear", - "nodata": "", - "dot": false, - "ymin": "", - "ymax": "", - "removeOlder": 1, - "removeOlderPoints": "", - "removeOlderUnit": "3600", - "cutout": 0, - "useOneColor": false, - "useUTC": false, - "colors": [ - "#1f77b4", - "#aec7e8", - "#ff7f0e", - "#2ca02c", - "#98df8a", - "#d62728", - "#ff9896", - "#9467bd", - "#c5b0d5" - ], - "outputs": 1, - "useDifferentColor": false, - "className": "", - "x": 690, - "y": 340, - "wires": [ - [] - ] - }, - { - "id": "ab06ffb0bf2c56e8", - "type": "mqtt in", - "z": "325e309897bf4538", - "name": "", - "topic": "microfactory/3dprinter", - "qos": "2", - "datatype": "auto-detect", - "broker": "4cf36a44b74caee5", - "nl": false, - "rap": true, - "rh": 0, - "inputs": 0, - "x": 120, - "y": 120, - "wires": [ - [ - "b0d392d2c63876e6" - ] - ] - }, - { - "id": "4becd7ada513bdcf", - "type": "debug", - "z": "325e309897bf4538", - "name": "filament sensor", - "active": false, - "tosidebar": true, - "console": false, - "tostatus": false, - "complete": "payload", - "targetType": "msg", - "statusVal": "", - "statusType": "auto", - "x": 720, - "y": 180, - "wires": [] - }, - { - "id": "b0d392d2c63876e6", - "type": "function", - "z": "325e309897bf4538", - "name": "parse filament data", - "func": "return {\n payload: {\n device: String(msg.payload.device),\n unit: String(msg.payload.unit),\n measure: Number(msg.payload.value)\n }\n};", - "outputs": 1, - "noerr": 0, - "initialize": "", - "finalize": "", - "libs": [], - "x": 410, - "y": 120, - "wires": [ - [ - "4becd7ada513bdcf", - "f0a128bf29194ea6" - ] - ] - }, - { - "id": "f0a128bf29194ea6", - "type": "influxdb out", - "z": "325e309897bf4538", - "influxdb": "d61a7da6caeb26aa", - "name": "filament2Influx", - "measurement": "filament", - "precision": "", - "retentionPolicy": "", - "database": "database", - "precisionV18FluxV20": "ms", - "retentionPolicyV18Flux": "", - "org": "Curious Community Labs", - "bucket": "3dprinter", - "x": 700, - "y": 60, - "wires": [] - }, - { - "id": "5743e72dc31c53a8", - "type": "mqtt in", - "z": "325e309897bf4538", - "name": "", - "topic": "inmachines/3dprinter/power", - "qos": "2", - "datatype": "auto-detect", - "broker": "7ce136dbb8c897d1", - "nl": false, - "rap": true, - "rh": 0, - "inputs": 0, - "x": 140, - "y": 380, - "wires": [ - [ - "833743b62b5687d6" - ] - ] - }, - { - "id": "833743b62b5687d6", - "type": "function", - "z": "325e309897bf4538", - "name": "parse power data", - "func": "var power = Number(msg.payload);\n\nif (power != 0){\n return {\n payload: 90*power\n }\n}", - "outputs": 1, - "noerr": 0, - "initialize": "", - "finalize": "", - "libs": [], - "x": 410, - "y": 380, - "wires": [ - [ - "e2da2b347453dd67", - "2bbfb79be4639a0f" - ] - ] - }, - { - "id": "e2da2b347453dd67", - "type": "debug", - "z": "325e309897bf4538", - "name": "power 3dprinter", - "active": true, - "tosidebar": true, - "console": false, - "tostatus": false, - "complete": "payload", - "targetType": "msg", - "statusVal": "", - "statusType": "auto", - "x": 700, - "y": 420, - "wires": [] - }, - { - "id": "2bbfb79be4639a0f", - "type": "influxdb out", - "z": "325e309897bf4538", - "influxdb": "d61a7da6caeb26aa", - "name": "power2Influx", - "measurement": "power", - "precision": "", - "retentionPolicy": "", - "database": "database", - "precisionV18FluxV20": "ms", - "retentionPolicyV18Flux": "", - "org": "Curious Community Labs", - "bucket": "3dprinter", - "x": 690, - "y": 340, - "wires": [] - }, - { - "id": "45612fd7f9c352cd", - "type": "mqtt in", - "z": "325e309897bf4538", - "name": "", - "topic": "inmachines/3dprinter/state", - "qos": "2", - "datatype": "auto-detect", - "broker": "7ce136dbb8c897d1", - "nl": false, - "rap": true, - "rh": 0, - "inputs": 0, - "x": 130, - "y": 580, - "wires": [ - [ - "da214da48c4af7a9" - ] - ] - }, - { - "id": "da214da48c4af7a9", - "type": "function", - "z": "325e309897bf4538", - "name": "parse state data", - "func": "return {\n payload: String(msg.payload)\n}", - "outputs": 1, - "noerr": 0, - "initialize": "", - "finalize": "", - "libs": [], - "x": 400, - "y": 580, - "wires": [ - [ - "b905735dc618a8a0", - "de6344746014f314" - ] - ] - }, - { - "id": "b905735dc618a8a0", - "type": "debug", - "z": "325e309897bf4538", - "name": "state 3dprinter", - "active": false, - "tosidebar": true, - "console": false, - "tostatus": false, - "complete": "payload", - "targetType": "msg", - "statusVal": "", - "statusType": "auto", - "x": 700, - "y": 620, - "wires": [] - }, - { - "id": "de6344746014f314", - "type": "influxdb out", - "z": "325e309897bf4538", - "influxdb": "d61a7da6caeb26aa", - "name": "state2Influx", - "measurement": "state", - "precision": "", - "retentionPolicy": "", - "database": "database", - "precisionV18FluxV20": "ms", - "retentionPolicyV18Flux": "", - "org": "Curious Community Labs", - "bucket": "3dprinter", - "x": 690, - "y": 540, - "wires": [] - }, - { - "id": "043e7748ef5e677b", - "type": "mqtt in", - "z": "325e309897bf4538", - "name": "", - "topic": "inmachines/3dprinter/filename", - "qos": "2", - "datatype": "auto-detect", - "broker": "7ce136dbb8c897d1", - "nl": false, - "rap": true, - "rh": 0, - "inputs": 0, - "x": 140, - "y": 800, - "wires": [ - [ - "a2b0ef42bca5e9f1" - ] - ] - }, - { - "id": "a2b0ef42bca5e9f1", - "type": "function", - "z": "325e309897bf4538", - "name": "parse filename data", - "func": "return {\n payload: String(msg.payload)\n}", - "outputs": 1, - "noerr": 0, - "initialize": "", - "finalize": "", - "libs": [], - "x": 410, - "y": 800, - "wires": [ - [ - "04b4d32bae0f2348", - "8d1f5be333d2d226" - ] - ] - }, - { - "id": "04b4d32bae0f2348", - "type": "debug", - "z": "325e309897bf4538", - "name": "filename 3dprinter", - "active": false, - "tosidebar": true, - "console": false, - "tostatus": false, - "complete": "payload", - "targetType": "msg", - "statusVal": "", - "statusType": "auto", - "x": 710, - "y": 840, - "wires": [] - }, - { - "id": "8d1f5be333d2d226", - "type": "influxdb out", - "z": "325e309897bf4538", - "influxdb": "d61a7da6caeb26aa", - "name": "filename2Influx", - "measurement": "fileaname", - "precision": "", - "retentionPolicy": "", - "database": "database", - "precisionV18FluxV20": "ms", - "retentionPolicyV18Flux": "", - "org": "Curious Community Labs", - "bucket": "3dprinter", - "x": 700, - "y": 760, - "wires": [] - }, - { - "id": "65bf19a4f55aee7e", - "type": "mqtt in", - "z": "325e309897bf4538", - "name": "", - "topic": "inmachines/3dprinter/starttime", - "qos": "2", - "datatype": "auto-detect", - "broker": "7ce136dbb8c897d1", - "nl": false, - "rap": true, - "rh": 0, - "inputs": 0, - "x": 150, - "y": 1000, - "wires": [ - [ - "1d33bc1b547f5ce2" - ] - ] - }, - { - "id": "1d33bc1b547f5ce2", - "type": "function", - "z": "325e309897bf4538", - "name": "parse start time data", - "func": "return {\n payload: String(msg.payload)\n}", - "outputs": 1, - "noerr": 0, - "initialize": "", - "finalize": "", - "libs": [], - "x": 420, - "y": 1000, - "wires": [ - [ - "6af55efed77b7ef4", - "af07e620b26d2106" - ] - ] - }, - { - "id": "6af55efed77b7ef4", - "type": "debug", - "z": "325e309897bf4538", - "name": "starttime 3dprinter", - "active": false, - "tosidebar": true, - "console": false, - "tostatus": false, - "complete": "payload", - "targetType": "msg", - "statusVal": "", - "statusType": "auto", - "x": 710, - "y": 1040, - "wires": [] - }, - { - "id": "af07e620b26d2106", - "type": "influxdb out", - "z": "325e309897bf4538", - "influxdb": "d61a7da6caeb26aa", - "name": "starttime2Influx", - "measurement": "starttime", - "precision": "", - "retentionPolicy": "", - "database": "database", - "precisionV18FluxV20": "ms", - "retentionPolicyV18Flux": "", - "org": "Curious Community Labs", - "bucket": "3dprinter", - "x": 700, - "y": 960, - "wires": [] - }, - { - "id": "957acd380de62057", - "type": "mqtt in", - "z": "325e309897bf4538", - "name": "", - "topic": "inmachines/3dprinter/endtime", - "qos": "2", - "datatype": "auto-detect", - "broker": "7ce136dbb8c897d1", - "nl": false, - "rap": true, - "rh": 0, - "inputs": 0, - "x": 140, - "y": 1200, - "wires": [ - [ - "048a2e5ff076bae4" - ] - ] - }, - { - "id": "048a2e5ff076bae4", - "type": "function", - "z": "325e309897bf4538", - "name": "parse end time data", - "func": "return {\n payload: String(msg.payload)\n}", - "outputs": 1, - "noerr": 0, - "initialize": "", - "finalize": "", - "libs": [], - "x": 420, - "y": 1200, - "wires": [ - [ - "2dc5b48d55a82a7c", - "ee288ff508fa00f2" - ] - ] - }, - { - "id": "2dc5b48d55a82a7c", - "type": "debug", - "z": "325e309897bf4538", - "name": "endtime 3dprinter", - "active": false, - "tosidebar": true, - "console": false, - "tostatus": false, - "complete": "payload", - "targetType": "msg", - "statusVal": "", - "statusType": "auto", - "x": 710, - "y": 1240, - "wires": [] - }, - { - "id": "ee288ff508fa00f2", - "type": "influxdb out", - "z": "325e309897bf4538", - "influxdb": "d61a7da6caeb26aa", - "name": "endtime2Influx", - "measurement": "starttime", - "precision": "", - "retentionPolicy": "", - "database": "database", - "precisionV18FluxV20": "ms", - "retentionPolicyV18Flux": "", - "org": "Curious Community Labs", - "bucket": "3dprinter", - "x": 700, - "y": 1160, - "wires": [] - }, - { - "id": "f721f6ca3b0cecf9", - "type": "mqtt in", - "z": "325e309897bf4538", - "name": "", - "topic": "microfactory/3dprinter", - "qos": "2", - "datatype": "auto-detect", - "broker": "4cf36a44b74caee5", - "nl": false, - "rap": true, - "rh": 0, - "inputs": 0, - "x": 120, - "y": 1780, - "wires": [ - [ - "457e27536f3374c3" - ] - ] - }, - { - "id": "de4f15d4a930ac7c", - "type": "mqtt in", - "z": "325e309897bf4538", - "name": "", - "topic": "inmachines/3dprinter/filename", - "qos": "2", - "datatype": "auto-detect", - "broker": "7ce136dbb8c897d1", - "nl": false, - "rap": true, - "rh": 0, - "inputs": 0, - "x": 140, - "y": 1740, - "wires": [ - [ - "f801ca46ae96ee13" - ] - ] - }, - { - "id": "4d79d002fc073730", - "type": "mqtt in", - "z": "325e309897bf4538", - "name": "", - "topic": "inmachines/3dprinter/starttime", - "qos": "2", - "datatype": "auto-detect", - "broker": "7ce136dbb8c897d1", - "nl": false, - "rap": true, - "rh": 0, - "inputs": 0, - "x": 150, - "y": 1660, - "wires": [ - [ - "1f71b44724013341" - ] - ] - }, - { - "id": "a5836d9b547ecc51", - "type": "mqtt in", - "z": "325e309897bf4538", - "name": "", - "topic": "inmachines/3dprinter/endtime", - "qos": "2", - "datatype": "auto-detect", - "broker": "7ce136dbb8c897d1", - "nl": false, - "rap": true, - "rh": 0, - "inputs": 0, - "x": 140, - "y": 1700, - "wires": [ - [ - "ec5b4e4a5bfd740c" - ] - ] - }, - { - "id": "c53493537ea6f7be", - "type": "watt2kwh", - "z": "325e309897bf4538", - "format": "kwh", - "maximum": "5", - "maximumunit": "mins", - "name": "energy", - "x": 570, - "y": 1520, - "wires": [ - [ - "70b6224a4844669b" - ] - ] - }, - { - "id": "70b6224a4844669b", - "type": "function", - "z": "325e309897bf4538", - "name": "Calculate Total Energy per Job in KWh", - "func": "if (msg.topic == \"starttime\"){\n flow.set(\"energyVal\", 0);\n flow.set(\"starttime\", String(msg.payload));\n}\nelse if (msg.topic == \"filename\"){\n flow.set(\"filename\", msg.payload);\n}\nelse if (msg.topic == \"energy\"){\n var savedVal = flow.get(\"energyVal\")||0;\n savedVal += Number(msg.payload);\n flow.set(\"energyVal\", savedVal);\n}\nelse if (msg.topic == \"endtime\") {\n\n var filename = String(flow.get(\"filename\"));\n var totalEnergy = Number(flow.get(\"energyVal\"));\n var starttime = String(flow.get(\"starttime\"));\n var endtime = String(msg.payload);\n\n if (filename == \"\") endtime = \"\";\n\n flow.set(\"energyVal\", 0);\n flow.set(\"filename\", \"\");\n flow.set(\"starttime\", \"\");\n \n if (filename != \"\"){\n return {\n payload: {\n filename: filename,\n totalEnergy: totalEnergy,\n starttime: starttime,\n endtime: endtime\n }\n }\n };\n}\n", - "outputs": 1, - "noerr": 0, - "initialize": "", - "finalize": "", - "libs": [], - "x": 710, - "y": 1400, - "wires": [ - [ - "03a1941ce253b3b9", - "68c658d3edbf677c" - ] - ] - }, - { - "id": "03a1941ce253b3b9", - "type": "debug", - "z": "325e309897bf4538", - "name": "total energy data 3dprinter", - "active": true, - "tosidebar": true, - "console": false, - "tostatus": false, - "complete": "payload", - "targetType": "msg", - "statusVal": "", - "statusType": "auto", - "x": 790, - "y": 1340, - "wires": [] - }, - { - "id": "67657741888fde9e", - "type": "function", - "z": "325e309897bf4538", - "name": "parse power data", - "func": "return {\n payload: Number(msg.payload),\n topic: \"energy\"\n}", - "outputs": 1, - "noerr": 0, - "initialize": "", - "finalize": "", - "libs": [], - "x": 410, - "y": 1520, - "wires": [ - [ - "c53493537ea6f7be" - ] - ] - }, - { - "id": "4285ef3b1208e509", - "type": "function", - "z": "325e309897bf4538", - "name": "parse filename data", - "func": "return {\n payload: String(msg.payload),\n topic: \"filename\"\n}", - "outputs": 1, - "noerr": 0, - "initialize": "", - "finalize": "", - "libs": [], - "x": 410, - "y": 1480, - "wires": [ - [ - "70b6224a4844669b" - ] - ] - }, - { - "id": "9ac67ad3477863de", - "type": "function", - "z": "325e309897bf4538", - "name": "parse start time data", - "func": "return {\n payload: String(msg.payload),\n topic: \"starttime\"\n}", - "outputs": 1, - "noerr": 0, - "initialize": "", - "finalize": "", - "libs": [], - "x": 420, - "y": 1400, - "wires": [ - [ - "70b6224a4844669b" - ] - ] - }, - { - "id": "98d996ff21aa233a", - "type": "function", - "z": "325e309897bf4538", - "name": "parse end time data", - "func": "return {\n payload: String(msg.payload),\n topic: \"endtime\"\n}", - "outputs": 1, - "noerr": 0, - "initialize": "", - "finalize": "", - "libs": [], - "x": 420, - "y": 1440, - "wires": [ - [ - "70b6224a4844669b" - ] - ] - }, - { - "id": "68c658d3edbf677c", - "type": "influxdb out", - "z": "325e309897bf4538", - "influxdb": "d61a7da6caeb26aa", - "name": "energy2Influx", - "measurement": "totalEnergy", - "precision": "", - "retentionPolicy": "", - "database": "database", - "precisionV18FluxV20": "ms", - "retentionPolicyV18Flux": "", - "org": "Curious Community Labs", - "bucket": "3dprinter", - "x": 820, - "y": 1460, - "wires": [] - }, - { - "id": "542cedacd11634a0", - "type": "mqtt in", - "z": "325e309897bf4538", - "name": "", - "topic": "inmachines/3dprinter/starttime", - "qos": "2", - "datatype": "auto-detect", - "broker": "7ce136dbb8c897d1", - "nl": false, - "rap": true, - "rh": 0, - "inputs": 0, - "x": 150, - "y": 1400, - "wires": [ - [ - "9ac67ad3477863de" - ] - ] - }, - { - "id": "073af3328a03ced6", - "type": "mqtt in", - "z": "325e309897bf4538", - "name": "", - "topic": "inmachines/3dprinter/filename", - "qos": "2", - "datatype": "auto-detect", - "broker": "7ce136dbb8c897d1", - "nl": false, - "rap": true, - "rh": 0, - "inputs": 0, - "x": 140, - "y": 1480, - "wires": [ - [ - "4285ef3b1208e509" - ] - ] - }, - { - "id": "6ef8324a574f7fb8", - "type": "mqtt in", - "z": "325e309897bf4538", - "name": "", - "topic": "inmachines/3dprinter/endtime", - "qos": "2", - "datatype": "auto-detect", - "broker": "7ce136dbb8c897d1", - "nl": false, - "rap": true, - "rh": 0, - "inputs": 0, - "x": 140, - "y": 1440, - "wires": [ - [ - "98d996ff21aa233a" - ] - ] - }, - { - "id": "1b85b9d5bddbdeeb", - "type": "mqtt in", - "z": "325e309897bf4538", - "name": "", - "topic": "inmachines/3dprinter/power", - "qos": "2", - "datatype": "auto-detect", - "broker": "7ce136dbb8c897d1", - "nl": false, - "rap": true, - "rh": 0, - "inputs": 0, - "x": 140, - "y": 1520, - "wires": [ - [ - "67657741888fde9e" - ] - ] - }, - { - "id": "1f71b44724013341", - "type": "function", - "z": "325e309897bf4538", - "name": "parse start time data", - "func": "return {\n payload: String(msg.payload),\n topic: \"starttime\"\n}", - "outputs": 1, - "noerr": 0, - "initialize": "", - "finalize": "", - "libs": [], - "x": 420, - "y": 1660, - "wires": [ - [ - "cc1955fcad08f307" - ] - ] - }, - { - "id": "ec5b4e4a5bfd740c", - "type": "function", - "z": "325e309897bf4538", - "name": "parse end time data", - "func": "return {\n payload: String(msg.payload),\n topic: \"endtime\"\n}", - "outputs": 1, - "noerr": 0, - "initialize": "", - "finalize": "", - "libs": [], - "x": 420, - "y": 1700, - "wires": [ - [ - "cc1955fcad08f307" - ] - ] - }, - { - "id": "f801ca46ae96ee13", - "type": "function", - "z": "325e309897bf4538", - "name": "parse filename data", - "func": "return {\n payload: String(msg.payload),\n topic: \"filename\"\n}", - "outputs": 1, - "noerr": 0, - "initialize": "", - "finalize": "", - "libs": [], - "x": 410, - "y": 1740, - "wires": [ - [ - "cc1955fcad08f307" - ] - ] - }, - { - "id": "457e27536f3374c3", - "type": "function", - "z": "325e309897bf4538", - "name": "parse filament data", - "func": "return {\n payload: Number(msg.payload.value),\n topic: \"filament\"\n}", - "outputs": 1, - "noerr": 0, - "initialize": "", - "finalize": "", - "libs": [], - "x": 410, - "y": 1780, - "wires": [ - [ - "cc1955fcad08f307" - ] - ] - }, - { - "id": "cc1955fcad08f307", - "type": "function", - "z": "325e309897bf4538", - "name": "Calculate Total Filament per Job in mm", - "func": "if (msg.topic == \"starttime\"){\n flow.set(\"energyVal\", 0);\n flow.set(\"starttime\", String(msg.payload));\n}\nelse if (msg.topic == \"filename\"){\n flow.set(\"filename\", msg.payload);\n}\nelse if (msg.topic == \"filament\"){\n var savedVal = flow.get(\"filamentVal\")||0;\n savedVal += Number(msg.payload);\n flow.set(\"filamentVal\", savedVal);\n}\nelse if (msg.topic == \"endtime\") {\n\n var filename = String(flow.get(\"filename\"));\n var totalFilament = Number(flow.get(\"filamentVal\"));\n var starttime = String(flow.get(\"starttime\"));\n var endtime = String(msg.payload);\n\n if (filename == \"\") endtime = \"\";\n\n flow.set(\"filamentVal\", 0);\n flow.set(\"filename\", \"\");\n flow.set(\"starttime\", \"\");\n \n if (filename != \"\"){\n return {\n payload: {\n filename: filename,\n totalFilament: totalFilament,\n starttime: starttime,\n endtime: endtime\n }\n }\n };\n}\n", - "outputs": 1, - "noerr": 0, - "initialize": "", - "finalize": "", - "libs": [], - "x": 760, - "y": 1660, - "wires": [ - [ - "2ce2d1777768561f", - "6df29c651de8a30f" - ] - ] - }, - { - "id": "2ce2d1777768561f", - "type": "influxdb out", - "z": "325e309897bf4538", - "influxdb": "d61a7da6caeb26aa", - "name": "totalFilament2Influx", - "measurement": "totalFilament", - "precision": "", - "retentionPolicy": "", - "database": "database", - "precisionV18FluxV20": "ms", - "retentionPolicyV18Flux": "", - "org": "Curious Community Labs", - "bucket": "3dprinter", - "x": 810, - "y": 1720, - "wires": [] - }, - { - "id": "6df29c651de8a30f", - "type": "debug", - "z": "325e309897bf4538", - "name": "total filament data 3dprinter", - "active": true, - "tosidebar": true, - "console": false, - "tostatus": false, - "complete": "payload", - "targetType": "msg", - "statusVal": "", - "statusType": "auto", - "x": 840, - "y": 1600, - "wires": [] - }, - { - "id": "03218742c3ad8813", - "type": "mqtt in", - "z": "47e5443dc1c29bcd", - "name": "", - "topic": "inmachines/lasercutter/power", - "qos": "2", - "datatype": "auto-detect", - "broker": "7ce136dbb8c897d1", - "nl": false, - "rap": true, - "rh": 0, - "inputs": 0, - "x": 160, - "y": 100, - "wires": [ - [ - "d5c6cec404621985" - ] - ] - }, - { - "id": "d5c6cec404621985", - "type": "function", - "z": "47e5443dc1c29bcd", - "name": "parse power data", - "func": "var power = Number(msg.payload);\n\nif (power != 0) {\n return {\n payload: 25*power\n }\n}", - "outputs": 1, - "noerr": 0, - "initialize": "", - "finalize": "", - "libs": [], - "x": 430, - "y": 100, - "wires": [ - [ - "bc5a407d180795d6", - "717f97209a08d9e6" - ] - ] - }, - { - "id": "bc5a407d180795d6", - "type": "debug", - "z": "47e5443dc1c29bcd", - "name": "power lasercutter", - "active": false, - "tosidebar": true, - "console": false, - "tostatus": false, - "complete": "payload", - "targetType": "msg", - "statusVal": "", - "statusType": "auto", - "x": 730, - "y": 140, - "wires": [] - }, - { - "id": "717f97209a08d9e6", - "type": "influxdb out", - "z": "47e5443dc1c29bcd", - "influxdb": "d61a7da6caeb26aa", - "name": "power2Influx", - "measurement": "power", - "precision": "", - "retentionPolicy": "", - "database": "database", - "precisionV18FluxV20": "ms", - "retentionPolicyV18Flux": "", - "org": "Curious Community Labs", - "bucket": "lasercutter", - "x": 710, - "y": 60, - "wires": [] - }, - { - "id": "de46b19aa31d7651", - "type": "mqtt in", - "z": "47e5443dc1c29bcd", - "name": "", - "topic": "inmachines/lasercutter/state", - "qos": "2", - "datatype": "auto-detect", - "broker": "7ce136dbb8c897d1", - "nl": false, - "rap": true, - "rh": 0, - "inputs": 0, - "x": 150, - "y": 300, - "wires": [ - [ - "c744b426dfa65eb5" - ] - ] - }, - { - "id": "c744b426dfa65eb5", - "type": "function", - "z": "47e5443dc1c29bcd", - "name": "parse state data", - "func": "return {\n payload: String(msg.payload)\n}", - "outputs": 1, - "noerr": 0, - "initialize": "", - "finalize": "", - "libs": [], - "x": 420, - "y": 300, - "wires": [ - [ - "efd7719d7decb1ea", - "2b6011429c5db2cf" - ] - ] - }, - { - "id": "efd7719d7decb1ea", - "type": "debug", - "z": "47e5443dc1c29bcd", - "name": "state lasercutter", - "active": false, - "tosidebar": true, - "console": false, - "tostatus": false, - "complete": "payload", - "targetType": "msg", - "statusVal": "", - "statusType": "auto", - "x": 720, - "y": 340, - "wires": [] - }, - { - "id": "2b6011429c5db2cf", - "type": "influxdb out", - "z": "47e5443dc1c29bcd", - "influxdb": "d61a7da6caeb26aa", - "name": "state2Influx", - "measurement": "state", - "precision": "", - "retentionPolicy": "", - "database": "database", - "precisionV18FluxV20": "ms", - "retentionPolicyV18Flux": "", - "org": "Curious Community Labs", - "bucket": "lasercutter", - "x": 710, - "y": 260, - "wires": [] - }, - { - "id": "8526861fd9b04a1e", - "type": "mqtt in", - "z": "47e5443dc1c29bcd", - "name": "", - "topic": "inmachines/lasercutter/filename", - "qos": "2", - "datatype": "auto-detect", - "broker": "7ce136dbb8c897d1", - "nl": false, - "rap": true, - "rh": 0, - "inputs": 0, - "x": 160, - "y": 520, - "wires": [ - [ - "608cda03a9c0f11c" - ] - ] - }, - { - "id": "608cda03a9c0f11c", - "type": "function", - "z": "47e5443dc1c29bcd", - "name": "parse filename data", - "func": "return {\n payload: String(msg.payload)\n}", - "outputs": 1, - "noerr": 0, - "initialize": "", - "finalize": "", - "libs": [], - "x": 430, - "y": 520, - "wires": [ - [ - "338d4cf095415f71", - "6a44d6248d307f2f" - ] - ] - }, - { - "id": "338d4cf095415f71", - "type": "debug", - "z": "47e5443dc1c29bcd", - "name": "filename lasercutter", - "active": false, - "tosidebar": true, - "console": false, - "tostatus": false, - "complete": "payload", - "targetType": "msg", - "statusVal": "", - "statusType": "auto", - "x": 730, - "y": 560, - "wires": [] - }, - { - "id": "6a44d6248d307f2f", - "type": "influxdb out", - "z": "47e5443dc1c29bcd", - "influxdb": "d61a7da6caeb26aa", - "name": "filename2Influx", - "measurement": "fileaname", - "precision": "", - "retentionPolicy": "", - "database": "database", - "precisionV18FluxV20": "ms", - "retentionPolicyV18Flux": "", - "org": "Curious Community Labs", - "bucket": "lasercutter", - "x": 720, - "y": 480, - "wires": [] - }, - { - "id": "04a28afa6d1e805e", - "type": "mqtt in", - "z": "47e5443dc1c29bcd", - "name": "", - "topic": "inmachines/lasercutter/starttime", - "qos": "2", - "datatype": "auto-detect", - "broker": "7ce136dbb8c897d1", - "nl": false, - "rap": true, - "rh": 0, - "inputs": 0, - "x": 150, - "y": 720, - "wires": [ - [ - "fced75dd9147f098" - ] - ] - }, - { - "id": "fced75dd9147f098", - "type": "function", - "z": "47e5443dc1c29bcd", - "name": "parse start time data", - "func": "return {\n payload: String(msg.payload)\n}", - "outputs": 1, - "noerr": 0, - "initialize": "", - "finalize": "", - "libs": [], - "x": 420, - "y": 720, - "wires": [ - [ - "77a78efc551054de", - "e8414361ec62c0fd" - ] - ] - }, - { - "id": "77a78efc551054de", - "type": "debug", - "z": "47e5443dc1c29bcd", - "name": "starttime lasercutter", - "active": false, - "tosidebar": true, - "console": false, - "tostatus": false, - "complete": "payload", - "targetType": "msg", - "statusVal": "", - "statusType": "auto", - "x": 710, - "y": 760, - "wires": [] - }, - { - "id": "e8414361ec62c0fd", - "type": "influxdb out", - "z": "47e5443dc1c29bcd", - "influxdb": "d61a7da6caeb26aa", - "name": "starttime2Influx", - "measurement": "starttime", - "precision": "", - "retentionPolicy": "", - "database": "database", - "precisionV18FluxV20": "ms", - "retentionPolicyV18Flux": "", - "org": "Curious Community Labs", - "bucket": "lasercutter", - "x": 700, - "y": 680, - "wires": [] - }, - { - "id": "3090b2bebdaf9dc4", - "type": "mqtt in", - "z": "47e5443dc1c29bcd", - "name": "", - "topic": "inmachines/lasercutter/endtime", - "qos": "2", - "datatype": "auto-detect", - "broker": "7ce136dbb8c897d1", - "nl": false, - "rap": true, - "rh": 0, - "inputs": 0, - "x": 140, - "y": 920, - "wires": [ - [ - "1c4d7a829c5238f5" - ] - ] - }, - { - "id": "1c4d7a829c5238f5", - "type": "function", - "z": "47e5443dc1c29bcd", - "name": "parse end time data", - "func": "return {\n payload: String(msg.payload)\n}", - "outputs": 1, - "noerr": 0, - "initialize": "", - "finalize": "", - "libs": [], - "x": 420, - "y": 920, - "wires": [ - [ - "b44d4302a407dd2b", - "dbfb1873d5556ab7" - ] - ] - }, - { - "id": "b44d4302a407dd2b", - "type": "debug", - "z": "47e5443dc1c29bcd", - "name": "endtime lasercutter", - "active": false, - "tosidebar": true, - "console": false, - "tostatus": false, - "complete": "payload", - "targetType": "msg", - "statusVal": "", - "statusType": "auto", - "x": 710, - "y": 960, - "wires": [] - }, - { - "id": "dbfb1873d5556ab7", - "type": "influxdb out", - "z": "47e5443dc1c29bcd", - "influxdb": "d61a7da6caeb26aa", - "name": "endtime2Influx", - "measurement": "starttime", - "precision": "", - "retentionPolicy": "", - "database": "database", - "precisionV18FluxV20": "ms", - "retentionPolicyV18Flux": "", - "org": "Curious Community Labs", - "bucket": "lasercutter", - "x": 700, - "y": 880, - "wires": [] - }, - { - "id": "9d7570569e826d67", - "type": "watt2kwh", - "z": "47e5443dc1c29bcd", - "format": "kwh", - "maximum": "5", - "maximumunit": "mins", - "name": "energy", - "x": 570, - "y": 1260, - "wires": [ - [ - "2a8f5b34aa7515dc" - ] - ] - }, - { - "id": "2a8f5b34aa7515dc", - "type": "function", - "z": "47e5443dc1c29bcd", - "name": "Calculate Total Energy per Job in KWh", - "func": "if (msg.topic == \"starttime\"){\n flow.set(\"energyVal\", 0);\n flow.set(\"starttime\", String(msg.payload));\n}\nelse if (msg.topic == \"filename\"){\n flow.set(\"filename\", msg.payload);\n}\nelse if (msg.topic == \"energy\"){\n var savedVal = flow.get(\"energyVal\")||0;\n savedVal += Number(msg.payload);\n flow.set(\"energyVal\", savedVal);\n}\nelse if (msg.topic == \"endtime\") {\n\n var filename = String(flow.get(\"filename\"));\n var totalEnergy = Number(flow.get(\"energyVal\"));\n var starttime = String(flow.get(\"starttime\"));\n var endtime = String(msg.payload);\n\n if (filename == \"\") endtime = \"\";\n\n flow.set(\"energyVal\", 0);\n flow.set(\"filename\", \"\");\n flow.set(\"starttime\", \"\");\n \n if (filename != \"\"){\n return {\n payload: {\n filename: filename,\n totalEnergy: totalEnergy,\n starttime: starttime,\n endtime: endtime\n }\n }\n };\n}\n", - "outputs": 1, - "noerr": 0, - "initialize": "", - "finalize": "", - "libs": [], - "x": 710, - "y": 1140, - "wires": [ - [ - "17442662acc3cc61", - "a18f6f9a24ea9144" - ] - ] - }, - { - "id": "17442662acc3cc61", - "type": "debug", - "z": "47e5443dc1c29bcd", - "name": "total energy data lasercutter", - "active": true, - "tosidebar": true, - "console": false, - "tostatus": false, - "complete": "payload", - "targetType": "msg", - "statusVal": "", - "statusType": "auto", - "x": 800, - "y": 1080, - "wires": [] - }, - { - "id": "ef92d9755a6cee93", - "type": "mqtt in", - "z": "47e5443dc1c29bcd", - "name": "", - "topic": "inmachines/lasercutter/power", - "qos": "2", - "datatype": "auto-detect", - "broker": "7ce136dbb8c897d1", - "nl": false, - "rap": true, - "rh": 0, - "inputs": 0, - "x": 160, - "y": 1260, - "wires": [ - [ - "168fb8d5dd594bf7" - ] - ] - }, - { - "id": "137b0ca0a7dd2b65", - "type": "mqtt in", - "z": "47e5443dc1c29bcd", - "name": "", - "topic": "inmachines/lasercutter/filename", - "qos": "2", - "datatype": "auto-detect", - "broker": "7ce136dbb8c897d1", - "nl": false, - "rap": true, - "rh": 0, - "inputs": 0, - "x": 150, - "y": 1220, - "wires": [ - [ - "2e896c2ae1ba2354" - ] - ] - }, - { - "id": "7cedd8b637dc1ff5", - "type": "mqtt in", - "z": "47e5443dc1c29bcd", - "name": "", - "topic": "inmachines/lasercutter/starttime", - "qos": "2", - "datatype": "auto-detect", - "broker": "7ce136dbb8c897d1", - "nl": false, - "rap": true, - "rh": 0, - "inputs": 0, - "x": 150, - "y": 1140, - "wires": [ - [ - "74f85843b62cb4e5" - ] - ] - }, - { - "id": "0d6281f5484dc85f", - "type": "mqtt in", - "z": "47e5443dc1c29bcd", - "name": "", - "topic": "inmachines/lasercutter/endtime", - "qos": "2", - "datatype": "auto-detect", - "broker": "7ce136dbb8c897d1", - "nl": false, - "rap": true, - "rh": 0, - "inputs": 0, - "x": 150, - "y": 1180, - "wires": [ - [ - "a9fccfc5db812bc1" - ] - ] - }, - { - "id": "168fb8d5dd594bf7", - "type": "function", - "z": "47e5443dc1c29bcd", - "name": "parse power data", - "func": "return {\n payload: Number(msg.payload) * 12,\n topic: \"energy\"\n}", - "outputs": 1, - "noerr": 0, - "initialize": "", - "finalize": "", - "libs": [], - "x": 410, - "y": 1260, - "wires": [ - [ - "9d7570569e826d67" - ] - ] - }, - { - "id": "2e896c2ae1ba2354", - "type": "function", - "z": "47e5443dc1c29bcd", - "name": "parse filename data", - "func": "return {\n payload: String(msg.payload),\n topic: \"filename\"\n}", - "outputs": 1, - "noerr": 0, - "initialize": "", - "finalize": "", - "libs": [], - "x": 410, - "y": 1220, - "wires": [ - [ - "2a8f5b34aa7515dc" - ] - ] - }, - { - "id": "74f85843b62cb4e5", - "type": "function", - "z": "47e5443dc1c29bcd", - "name": "parse start time data", - "func": "return {\n payload: String(msg.payload),\n topic: \"starttime\"\n}", - "outputs": 1, - "noerr": 0, - "initialize": "", - "finalize": "", - "libs": [], - "x": 420, - "y": 1140, - "wires": [ - [ - "2a8f5b34aa7515dc" - ] - ] - }, - { - "id": "a9fccfc5db812bc1", - "type": "function", - "z": "47e5443dc1c29bcd", - "name": "parse end time data", - "func": "return {\n payload: String(msg.payload),\n topic: \"endtime\"\n}", - "outputs": 1, - "noerr": 0, - "initialize": "", - "finalize": "", - "libs": [], - "x": 420, - "y": 1180, - "wires": [ - [ - "2a8f5b34aa7515dc" - ] - ] - }, - { - "id": "a18f6f9a24ea9144", - "type": "influxdb out", - "z": "47e5443dc1c29bcd", - "influxdb": "d61a7da6caeb26aa", - "name": "energy2Influx", - "measurement": "totalEnergy", - "precision": "", - "retentionPolicy": "", - "database": "database", - "precisionV18FluxV20": "ms", - "retentionPolicyV18Flux": "", - "org": "Curious Community Labs", - "bucket": "lasercutter", - "x": 820, - "y": 1200, - "wires": [] - }, - { - "id": "638c6ded649c614b", - "type": "mqtt in", - "z": "8ef0902d5920bef2", - "name": "", - "topic": "inmachines/cnc/power", - "qos": "2", - "datatype": "auto-detect", - "broker": "7ce136dbb8c897d1", - "nl": false, - "rap": true, - "rh": 0, - "inputs": 0, - "x": 160, - "y": 100, - "wires": [ - [ - "10cf598593d1c733" - ] - ] - }, - { - "id": "10cf598593d1c733", - "type": "function", - "z": "8ef0902d5920bef2", - "name": "parse power data", - "func": "var power = Number(msg.payload);\n\nif (power != 0) {\n return {\n payload: 15*power\n }\n}", - "outputs": 1, - "noerr": 0, - "initialize": "", - "finalize": "", - "libs": [], - "x": 430, - "y": 100, - "wires": [ - [ - "0786982790db5744", - "c7fb8cedc139159b" - ] - ] - }, - { - "id": "c7fb8cedc139159b", - "type": "debug", - "z": "8ef0902d5920bef2", - "name": "power cnc", - "active": false, - "tosidebar": true, - "console": false, - "tostatus": false, - "complete": "payload", - "targetType": "msg", - "statusVal": "", - "statusType": "auto", - "x": 710, - "y": 140, - "wires": [] - }, - { - "id": "0786982790db5744", - "type": "influxdb out", - "z": "8ef0902d5920bef2", - "influxdb": "d61a7da6caeb26aa", - "name": "power2Influx", - "measurement": "power", - "precision": "", - "retentionPolicy": "", - "database": "database", - "precisionV18FluxV20": "ms", - "retentionPolicyV18Flux": "", - "org": "Curious Community Labs", - "bucket": "cnc", - "x": 710, - "y": 60, - "wires": [] - }, - { - "id": "98b5ad128b01848f", - "type": "mqtt in", - "z": "8ef0902d5920bef2", - "name": "", - "topic": "inmachines/cnc/state", - "qos": "2", - "datatype": "auto-detect", - "broker": "7ce136dbb8c897d1", - "nl": false, - "rap": true, - "rh": 0, - "inputs": 0, - "x": 150, - "y": 300, - "wires": [ - [ - "53e884adebc7c2b6" - ] - ] - }, - { - "id": "53e884adebc7c2b6", - "type": "function", - "z": "8ef0902d5920bef2", - "name": "parse state data", - "func": "return {\n payload: String(msg.payload)\n}", - "outputs": 1, - "noerr": 0, - "initialize": "", - "finalize": "", - "libs": [], - "x": 420, - "y": 300, - "wires": [ - [ - "9e773dd4015689eb", - "ef7d6e2d40f1aa5f" - ] - ] - }, - { - "id": "9e773dd4015689eb", - "type": "debug", - "z": "8ef0902d5920bef2", - "name": "state cnc", - "active": true, - "tosidebar": true, - "console": false, - "tostatus": false, - "complete": "payload", - "targetType": "msg", - "statusVal": "", - "statusType": "auto", - "x": 700, - "y": 340, - "wires": [] - }, - { - "id": "ef7d6e2d40f1aa5f", - "type": "influxdb out", - "z": "8ef0902d5920bef2", - "influxdb": "d61a7da6caeb26aa", - "name": "state2Influx", - "measurement": "state", - "precision": "", - "retentionPolicy": "", - "database": "database", - "precisionV18FluxV20": "ms", - "retentionPolicyV18Flux": "", - "org": "Curious Community Labs", - "bucket": "cnc", - "x": 710, - "y": 260, - "wires": [] - }, - { - "id": "7bd4b1807e47ee1d", - "type": "mqtt in", - "z": "8ef0902d5920bef2", - "name": "", - "topic": "inmachines/cnc/filename", - "qos": "2", - "datatype": "auto-detect", - "broker": "7ce136dbb8c897d1", - "nl": false, - "rap": true, - "rh": 0, - "inputs": 0, - "x": 160, - "y": 520, - "wires": [ - [ - "cb768f2f0da63c93" - ] - ] - }, - { - "id": "cb768f2f0da63c93", - "type": "function", - "z": "8ef0902d5920bef2", - "name": "parse filename data", - "func": "return {\n payload: String(msg.payload)\n}", - "outputs": 1, - "noerr": 0, - "initialize": "", - "finalize": "", - "libs": [], - "x": 430, - "y": 520, - "wires": [ - [ - "cb4c266a29ef1440", - "1cc4882458d1f319" - ] - ] - }, - { - "id": "cb4c266a29ef1440", - "type": "debug", - "z": "8ef0902d5920bef2", - "name": "filename cnc", - "active": false, - "tosidebar": true, - "console": false, - "tostatus": false, - "complete": "payload", - "targetType": "msg", - "statusVal": "", - "statusType": "auto", - "x": 710, - "y": 560, - "wires": [] - }, - { - "id": "1cc4882458d1f319", - "type": "influxdb out", - "z": "8ef0902d5920bef2", - "influxdb": "d61a7da6caeb26aa", - "name": "filename2Influx", - "measurement": "fileaname", - "precision": "", - "retentionPolicy": "", - "database": "database", - "precisionV18FluxV20": "ms", - "retentionPolicyV18Flux": "", - "org": "Curious Community Labs", - "bucket": "cnc", - "x": 720, - "y": 480, - "wires": [] - }, - { - "id": "885cd93aa8f7ef38", - "type": "mqtt in", - "z": "8ef0902d5920bef2", - "name": "", - "topic": "inmachines/cnc/starttime", - "qos": "2", - "datatype": "auto-detect", - "broker": "7ce136dbb8c897d1", - "nl": false, - "rap": true, - "rh": 0, - "inputs": 0, - "x": 150, - "y": 720, - "wires": [ - [ - "2257476829ab9742" - ] - ] - }, - { - "id": "2257476829ab9742", - "type": "function", - "z": "8ef0902d5920bef2", - "name": "parse start time data", - "func": "return {\n payload: String(msg.payload)\n}", - "outputs": 1, - "noerr": 0, - "initialize": "", - "finalize": "", - "libs": [], - "x": 420, - "y": 720, - "wires": [ - [ - "217def6e60f47b93", - "6d5919e96c3906fd" - ] - ] - }, - { - "id": "217def6e60f47b93", - "type": "debug", - "z": "8ef0902d5920bef2", - "name": "starttime cnc", - "active": false, - "tosidebar": true, - "console": false, - "tostatus": false, - "complete": "payload", - "targetType": "msg", - "statusVal": "", - "statusType": "auto", - "x": 690, - "y": 760, - "wires": [] - }, - { - "id": "6d5919e96c3906fd", - "type": "influxdb out", - "z": "8ef0902d5920bef2", - "influxdb": "d61a7da6caeb26aa", - "name": "starttime2Influx", - "measurement": "starttime", - "precision": "", - "retentionPolicy": "", - "database": "database", - "precisionV18FluxV20": "ms", - "retentionPolicyV18Flux": "", - "org": "Curious Community Labs", - "bucket": "cnc", - "x": 700, - "y": 680, - "wires": [] - }, - { - "id": "2293ee44337863a9", - "type": "mqtt in", - "z": "8ef0902d5920bef2", - "name": "", - "topic": "inmachines/cnc/endtime", - "qos": "2", - "datatype": "auto-detect", - "broker": "7ce136dbb8c897d1", - "nl": false, - "rap": true, - "rh": 0, - "inputs": 0, - "x": 140, - "y": 920, - "wires": [ - [ - "8e5574ad90cc3b10" - ] - ] - }, - { - "id": "8e5574ad90cc3b10", - "type": "function", - "z": "8ef0902d5920bef2", - "name": "parse end time data", - "func": "return {\n payload: String(msg.payload)\n}", - "outputs": 1, - "noerr": 0, - "initialize": "", - "finalize": "", - "libs": [], - "x": 420, - "y": 920, - "wires": [ - [ - "25d21239196d7faa", - "28113e349797c645" - ] - ] - }, - { - "id": "25d21239196d7faa", - "type": "debug", - "z": "8ef0902d5920bef2", - "name": "endtime cnc", - "active": false, - "tosidebar": true, - "console": false, - "tostatus": false, - "complete": "payload", - "targetType": "msg", - "statusVal": "", - "statusType": "auto", - "x": 690, - "y": 960, - "wires": [] - }, - { - "id": "28113e349797c645", - "type": "influxdb out", - "z": "8ef0902d5920bef2", - "influxdb": "d61a7da6caeb26aa", - "name": "endtime2Influx", - "measurement": "starttime", - "precision": "", - "retentionPolicy": "", - "database": "database", - "precisionV18FluxV20": "ms", - "retentionPolicyV18Flux": "", - "org": "Curious Community Labs", - "bucket": "cnc", - "x": 700, - "y": 880, - "wires": [] - }, - { - "id": "b0a15edf8fe83d66", - "type": "watt2kwh", - "z": "8ef0902d5920bef2", - "format": "kwh", - "maximum": "5", - "maximumunit": "mins", - "name": "energy", - "x": 570, - "y": 1340, - "wires": [ - [ - "8fcc98c839a1453f" - ] - ] - }, - { - "id": "8fcc98c839a1453f", - "type": "function", - "z": "8ef0902d5920bef2", - "name": "Calculate Total Energy per Job in KWh", - "func": "if (msg.topic == \"starttime\"){\n flow.set(\"energyVal\", 0);\n flow.set(\"starttime\", String(msg.payload));\n}\nelse if (msg.topic == \"filename\"){\n flow.set(\"filename\", msg.payload);\n}\nelse if (msg.topic == \"energy\"){\n var savedVal = flow.get(\"energyVal\")||0;\n savedVal += Number(msg.payload);\n flow.set(\"energyVal\", savedVal);\n}\nelse if (msg.topic == \"endtime\") {\n\n var filename = String(flow.get(\"filename\"));\n var totalEnergy = Number(flow.get(\"energyVal\"));\n var starttime = String(flow.get(\"starttime\"));\n var endtime = String(msg.payload);\n\n if (filename == \"\") endtime = \"\";\n\n flow.set(\"energyVal\", 0);\n flow.set(\"filename\", \"\");\n flow.set(\"starttime\", \"\");\n \n if (filename != \"\"){\n return {\n payload: {\n filename: filename,\n totalEnergy: totalEnergy,\n starttime: starttime,\n endtime: endtime\n }\n }\n };\n}\n", - "outputs": 1, - "noerr": 0, - "initialize": "", - "finalize": "", - "libs": [], - "x": 750, - "y": 1220, - "wires": [ - [ - "9eab0627c1031cf2", - "082316617296f409" - ] - ] - }, - { - "id": "9eab0627c1031cf2", - "type": "debug", - "z": "8ef0902d5920bef2", - "name": "total energy data cnc", - "active": true, - "tosidebar": true, - "console": false, - "tostatus": false, - "complete": "payload", - "targetType": "msg", - "statusVal": "", - "statusType": "auto", - "x": 820, - "y": 1160, - "wires": [] - }, - { - "id": "082316617296f409", - "type": "influxdb out", - "z": "8ef0902d5920bef2", - "influxdb": "d61a7da6caeb26aa", - "name": "energy2Influx", - "measurement": "totalEnergy", - "precision": "", - "retentionPolicy": "", - "database": "database", - "precisionV18FluxV20": "ms", - "retentionPolicyV18Flux": "", - "org": "Curious Community Labs", - "bucket": "cnc", - "x": 900, - "y": 1280, - "wires": [] - }, - { - "id": "96f6eaa5c9904074", - "type": "mqtt in", - "z": "8ef0902d5920bef2", - "name": "", - "topic": "inmachines/cnc/power", - "qos": "2", - "datatype": "auto-detect", - "broker": "7ce136dbb8c897d1", - "nl": false, - "rap": true, - "rh": 0, - "inputs": 0, - "x": 180, - "y": 1340, - "wires": [ - [ - "0d0ec5e5d29889ce" - ] - ] - }, - { - "id": "4c227772c7eca826", - "type": "mqtt in", - "z": "8ef0902d5920bef2", - "name": "", - "topic": "inmachines/cnc/filename", - "qos": "2", - "datatype": "auto-detect", - "broker": "7ce136dbb8c897d1", - "nl": false, - "rap": true, - "rh": 0, - "inputs": 0, - "x": 170, - "y": 1300, - "wires": [ - [ - "bcc39f1191b7d553" - ] - ] - }, - { - "id": "4011677e0ba8e6b1", - "type": "mqtt in", - "z": "8ef0902d5920bef2", - "name": "", - "topic": "inmachines/cnc/starttime", - "qos": "2", - "datatype": "auto-detect", - "broker": "7ce136dbb8c897d1", - "nl": false, - "rap": true, - "rh": 0, - "inputs": 0, - "x": 170, - "y": 1220, - "wires": [ - [ - "6b42430ab3b72380" - ] - ] - }, - { - "id": "311050b52addd82f", - "type": "mqtt in", - "z": "8ef0902d5920bef2", - "name": "", - "topic": "inmachines/cnc/endtime", - "qos": "2", - "datatype": "auto-detect", - "broker": "7ce136dbb8c897d1", - "nl": false, - "rap": true, - "rh": 0, - "inputs": 0, - "x": 170, - "y": 1260, - "wires": [ - [ - "e7a627de85bde4b5" - ] - ] - }, - { - "id": "0d0ec5e5d29889ce", - "type": "function", - "z": "8ef0902d5920bef2", - "name": "parse power data", - "func": "return {\n payload: Number(msg.payload),\n topic: \"energy\"\n}", - "outputs": 1, - "noerr": 0, - "initialize": "", - "finalize": "", - "libs": [], - "x": 410, - "y": 1340, - "wires": [ - [ - "b0a15edf8fe83d66" - ] - ] - }, - { - "id": "bcc39f1191b7d553", - "type": "function", - "z": "8ef0902d5920bef2", - "name": "parse filename data", - "func": "return {\n payload: String(msg.payload),\n topic: \"filename\"\n}", - "outputs": 1, - "noerr": 0, - "initialize": "", - "finalize": "", - "libs": [], - "x": 410, - "y": 1300, - "wires": [ - [ - "8fcc98c839a1453f" - ] - ] - }, - { - "id": "6b42430ab3b72380", - "type": "function", - "z": "8ef0902d5920bef2", - "name": "parse start time data", - "func": "return {\n payload: String(msg.payload),\n topic: \"starttime\"\n}", - "outputs": 1, - "noerr": 0, - "initialize": "", - "finalize": "", - "libs": [], - "x": 420, - "y": 1220, - "wires": [ - [ - "8fcc98c839a1453f" - ] - ] - }, - { - "id": "e7a627de85bde4b5", - "type": "function", - "z": "8ef0902d5920bef2", - "name": "parse end time data", - "func": "return {\n payload: String(msg.payload),\n topic: \"endtime\"\n}", - "outputs": 1, - "noerr": 0, - "initialize": "", - "finalize": "", - "libs": [], - "x": 420, - "y": 1260, - "wires": [ - [ - "8fcc98c839a1453f" - ] - ] - }, - { - "id": "d62baedc.ded46", - "type": "debug", - "z": "306896b1c1761662", - "name": "", - "active": false, - "tosidebar": true, - "console": false, - "tostatus": false, - "complete": "payload", - "targetType": "msg", - "statusVal": "", - "statusType": "auto", - "x": 690, - "y": 120, - "wires": [] - }, - { - "id": "74280b50.f704a4", - "type": "inject", - "z": "306896b1c1761662", - "name": "1 kW feed", - "props": [ - { - "p": "payload" - }, - { - "p": "topic", - "vt": "str" - } - ], - "repeat": "10", - "crontab": "", - "once": false, - "onceDelay": 0.1, - "topic": "", - "payload": "1000", - "payloadType": "str", - "x": 370, - "y": 120, - "wires": [ - [ - "5eb66b22.1a4de4" - ] - ] - }, - { - "id": "5eb66b22.1a4de4", - "type": "watt2kwh", - "z": "306896b1c1761662", - "format": "kwh", - "maximum": "5", - "maximumunit": "mins", - "name": "", - "x": 530, - "y": 120, - "wires": [ - [ - "d62baedc.ded46" - ] - ] - }, - { - "id": "0a53eaae9809ca5d", - "type": "inject", - "z": "306896b1c1761662", - "name": "1 kW feed", - "props": [ - { - "p": "payload" - }, - { - "p": "topic", - "vt": "str" - } - ], - "repeat": "", - "crontab": "", - "once": false, - "onceDelay": 0.1, - "topic": "energy", - "payload": "100", - "payloadType": "str", - "x": 340, - "y": 740, - "wires": [ - [ - "b8a15b474b58d57e" - ] - ] - }, - { - "id": "b8a15b474b58d57e", - "type": "watt2kwh", - "z": "306896b1c1761662", - "format": "kwh", - "maximum": "5", - "maximumunit": "mins", - "name": "energy", - "x": 490, - "y": 740, - "wires": [ - [ - "49376315951ce5fa", - "ec96c9fe97b07be6", - "566d67059f548be9" - ] - ] - }, - { - "id": "49376315951ce5fa", - "type": "function", - "z": "306896b1c1761662", - "name": "Store kwh", - "func": "if (msg.topic == \"starttime\"){\n flow.set(\"energyVal\", 0);\n flow.set(\"starttime\", String(msg.payload));\n}\nelse if (msg.topic == \"filename\"){\n flow.set(\"filename\", msg.payload);\n}\nelse if (msg.topic == \"energy\"){\n var savedVal = flow.get(\"energyVal\")||0;\n savedVal += Number(msg.payload);\n flow.set(\"energyVal\", savedVal);\n}\nelse if (msg.topic == \"endtime\") {\n\n var filename = String(flow.get(\"filename\"));\n var totalEnergy = Number(flow.get(\"energyVal\"));\n var starttime = String(flow.get(\"starttime\"));\n var endtime = String(msg.payload);\n\n if (filename == \"\") endtime = \"\";\n\n flow.set(\"energyVal\", 0);\n flow.set(\"filename\", \"\");\n flow.set(\"starttime\", \"\");\n \n if (filename != \"\"){\n return {\n payload: {\n filename: filename,\n totalEnergy: totalEnergy,\n starttime: starttime,\n endtime: endtime\n }\n }\n };\n}\n\n\n\n\n// var inputVal = msg.payload;\n// return {\n// payload: Number(inputVal)\n// }\n// if (inputVal == \"reset\"){\n// flow.set(\"energyVal\",0); \n// } \n// else {\n// var savedVal = flow.get('energyVal')||0;\n// savedVal += inputVal;\n// flow.set(\"energyVal\",savedVal);\n// msg.payload = savedVal;\n// return msg;\n// }", - "outputs": 1, - "noerr": 0, - "initialize": "", - "finalize": "", - "libs": [], - "x": 680, - "y": 500, - "wires": [ - [ - "429b6abaf0a24b24" - ] - ] - }, - { - "id": "429b6abaf0a24b24", - "type": "debug", - "z": "306896b1c1761662", - "name": "", - "active": true, - "tosidebar": true, - "console": false, - "tostatus": false, - "complete": "false", - "x": 830, - "y": 500, - "wires": [] - }, - { - "id": "a22c25030b9db89c", - "type": "inject", - "z": "306896b1c1761662", - "name": "starttime", - "props": [ - { - "p": "payload" - }, - { - "p": "topic", - "vt": "str" - } - ], - "repeat": "", - "crontab": "", - "once": false, - "onceDelay": 0.1, - "topic": "starttime", - "payload": "", - "payloadType": "date", - "x": 340, - "y": 320, - "wires": [ - [ - "49376315951ce5fa", - "4e0ba29caa8ba379", - "9b027270db41cce4" - ] - ] - }, - { - "id": "205d111a44376ad3", - "type": "inject", - "z": "306896b1c1761662", - "name": "endtime", - "props": [ - { - "p": "payload" - }, - { - "p": "topic", - "vt": "str" - } - ], - "repeat": "", - "crontab": "", - "once": false, - "onceDelay": 0.1, - "topic": "endtime", - "payload": "", - "payloadType": "date", - "x": 320, - "y": 460, - "wires": [ - [ - "49376315951ce5fa", - "066026e31d385e24", - "b18e4570d774eeb7" - ] - ] - }, - { - "id": "e467f8636f87a598", - "type": "inject", - "z": "306896b1c1761662", - "name": "filename", - "props": [ - { - "p": "payload" - }, - { - "p": "topic", - "vt": "str" - } - ], - "repeat": "", - "crontab": "", - "once": false, - "onceDelay": 0.1, - "topic": "filename", - "payload": "test.gcode", - "payloadType": "str", - "x": 340, - "y": 600, - "wires": [ - [ - "49376315951ce5fa", - "0cb3904156cccc89", - "f4618e8839ee98c9" - ] - ] - }, - { - "id": "ec96c9fe97b07be6", - "type": "debug", - "z": "306896b1c1761662", - "name": "energy payload", - "active": true, - "tosidebar": true, - "console": false, - "tostatus": false, - "complete": "payload", - "targetType": "msg", - "statusVal": "", - "statusType": "auto", - "x": 360, - "y": 780, - "wires": [] - }, - { - "id": "4e0ba29caa8ba379", - "type": "debug", - "z": "306896b1c1761662", - "name": "starttime payload", - "active": true, - "tosidebar": true, - "console": false, - "tostatus": false, - "complete": "payload", - "targetType": "msg", - "statusVal": "", - "statusType": "auto", - "x": 350, - "y": 360, - "wires": [] - }, - { - "id": "066026e31d385e24", - "type": "debug", - "z": "306896b1c1761662", - "name": "endtime payload", - "active": true, - "tosidebar": true, - "console": false, - "tostatus": false, - "complete": "payload", - "targetType": "msg", - "statusVal": "", - "statusType": "auto", - "x": 350, - "y": 500, - "wires": [] - }, - { - "id": "0cb3904156cccc89", - "type": "debug", - "z": "306896b1c1761662", - "name": "filename payload", - "active": true, - "tosidebar": true, - "console": false, - "tostatus": false, - "complete": "payload", - "targetType": "msg", - "statusVal": "", - "statusType": "auto", - "x": 350, - "y": 640, - "wires": [] - }, - { - "id": "9b027270db41cce4", - "type": "debug", - "z": "306896b1c1761662", - "name": "starttime topic", - "active": true, - "tosidebar": true, - "console": false, - "tostatus": false, - "complete": "topic", - "targetType": "msg", - "statusVal": "", - "statusType": "auto", - "x": 340, - "y": 400, - "wires": [] - }, - { - "id": "566d67059f548be9", - "type": "debug", - "z": "306896b1c1761662", - "name": "energy topic", - "active": true, - "tosidebar": true, - "console": false, - "tostatus": false, - "complete": "topic", - "targetType": "msg", - "statusVal": "", - "statusType": "auto", - "x": 350, - "y": 820, - "wires": [] - }, - { - "id": "f4618e8839ee98c9", - "type": "debug", - "z": "306896b1c1761662", - "name": "filename topic", - "active": true, - "tosidebar": true, - "console": false, - "tostatus": false, - "complete": "topic", - "targetType": "msg", - "statusVal": "", - "statusType": "auto", - "x": 340, - "y": 680, - "wires": [] - }, - { - "id": "b18e4570d774eeb7", - "type": "debug", - "z": "306896b1c1761662", - "name": "endtime topic", - "active": true, - "tosidebar": true, - "console": false, - "tostatus": false, - "complete": "topic", - "targetType": "msg", - "statusVal": "", - "statusType": "auto", - "x": 340, - "y": 540, - "wires": [] - }, - { - "id": "09892d432d23febd", - "type": "inject", - "z": "306896b1c1761662", - "name": "1 kW feed", - "props": [ - { - "p": "payload" - }, - { - "p": "topic", - "vt": "str" - } - ], - "repeat": "", - "crontab": "", - "once": false, - "onceDelay": 0.1, - "topic": "energy", - "payload": "100", - "payloadType": "str", - "x": 320, - "y": 1120, - "wires": [ - [ - "ea9bcaa0f0ec0b94" - ] - ] - }, - { - "id": "ea9bcaa0f0ec0b94", - "type": "watt2kwh", - "z": "306896b1c1761662", - "format": "kwh", - "maximum": "5", - "maximumunit": "mins", - "name": "energy", - "x": 470, - "y": 1120, - "wires": [ - [ - "cfde7a2beb7bd7b1" - ] - ] - }, - { - "id": "cfde7a2beb7bd7b1", - "type": "function", - "z": "306896b1c1761662", - "name": "Store kwh", - "func": "if (msg.topic == \"starttime\"){\n flow.set(\"energyVal\", 0);\n flow.set(\"starttime\", String(msg.payload));\n}\nelse if (msg.topic == \"filename\"){\n flow.set(\"filename\", msg.payload);\n}\nelse if (msg.topic == \"energy\"){\n var savedVal = flow.get(\"energyVal\")||0;\n savedVal += Number(msg.payload);\n flow.set(\"energyVal\", savedVal);\n}\nelse if (msg.topic == \"endtime\") {\n\n var filename = String(flow.get(\"filename\"));\n var totalEnergy = Number(flow.get(\"energyVal\"));\n var starttime = String(flow.get(\"starttime\"));\n var endtime = String(msg.payload);\n\n if (filename == \"\") endtime = \"\";\n\n flow.set(\"energyVal\", 0);\n flow.set(\"filename\", \"\");\n flow.set(\"starttime\", \"\");\n \n if (filename != \"\"){\n return {\n payload: {\n filename: filename,\n totalEnergy: totalEnergy,\n starttime: starttime,\n endtime: endtime\n }\n }\n };\n}\n\n\n\n\n// var inputVal = msg.payload;\n// return {\n// payload: Number(inputVal)\n// }\n// if (inputVal == \"reset\"){\n// flow.set(\"energyVal\",0); \n// } \n// else {\n// var savedVal = flow.get('energyVal')||0;\n// savedVal += inputVal;\n// flow.set(\"energyVal\",savedVal);\n// msg.payload = savedVal;\n// return msg;\n// }", - "outputs": 1, - "noerr": 0, - "initialize": "", - "finalize": "", - "libs": [], - "x": 660, - "y": 1060, - "wires": [ - [ - "6279be3cba18b520", - "7ba6782b58c6f6f9" - ] - ] - }, - { - "id": "6279be3cba18b520", - "type": "debug", - "z": "306896b1c1761662", - "name": "total energy data", - "active": true, - "tosidebar": true, - "console": false, - "tostatus": false, - "complete": "payload", - "targetType": "msg", - "statusVal": "", - "statusType": "auto", - "x": 830, - "y": 1000, - "wires": [] - }, - { - "id": "2d61f4f33de55817", - "type": "inject", - "z": "306896b1c1761662", - "name": "starttime", - "props": [ - { - "p": "payload" - }, - { - "p": "topic", - "vt": "str" - } - ], - "repeat": "", - "crontab": "", - "once": false, - "onceDelay": 0.1, - "topic": "starttime", - "payload": "", - "payloadType": "date", - "x": 460, - "y": 1000, - "wires": [ - [ - "cfde7a2beb7bd7b1" - ] - ] - }, - { - "id": "a021859dc895ce1c", - "type": "inject", - "z": "306896b1c1761662", - "name": "endtime", - "props": [ - { - "p": "payload" - }, - { - "p": "topic", - "vt": "str" - } - ], - "repeat": "", - "crontab": "", - "once": false, - "onceDelay": 0.1, - "topic": "endtime", - "payload": "", - "payloadType": "date", - "x": 460, - "y": 1040, - "wires": [ - [ - "cfde7a2beb7bd7b1" - ] - ] - }, - { - "id": "7aa25b20b1aba7e7", - "type": "inject", - "z": "306896b1c1761662", - "name": "filename", - "props": [ - { - "p": "payload" - }, - { - "p": "topic", - "vt": "str" - } - ], - "repeat": "", - "crontab": "", - "once": false, - "onceDelay": 0.1, - "topic": "filename", - "payload": "test.gcode", - "payloadType": "str", - "x": 460, - "y": 1080, - "wires": [ - [ - "cfde7a2beb7bd7b1" - ] - ] - }, - { - "id": "7ba6782b58c6f6f9", - "type": "influxdb out", - "z": "306896b1c1761662", - "influxdb": "d61a7da6caeb26aa", - "name": "energy2Influx", - "measurement": "energy", - "precision": "", - "retentionPolicy": "", - "database": "database", - "precisionV18FluxV20": "ms", - "retentionPolicyV18Flux": "", - "org": "Curious Community Labs", - "bucket": "cnc", - "x": 840, - "y": 1060, - "wires": [] - } -] \ No newline at end of file diff --git a/software/flow/flows_cred.json b/software/flow/flows_cred.json deleted file mode 100755 index b502733..0000000 --- a/software/flow/flows_cred.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "$": "b479cf85067f2ad2e290fedb4b4bc60agt36msOl4fD5/AhmQT8qQ9DHu+u+xVn6bY/z55HiT2vOaDZEa6H7fAc340PGjYbC/mgaQKY1M67A378PC+UJKIhPAur/B1LEz0dsl0fDrtr7mgww/DPRWrjRjg246GWUCEnT6Ed3CjTBKdO8msEj6tZxAUOON9La5XJEwOqSCii3YfEQ8lUghZfQapL65ybCH21qasPXLyVGHivalVtbSQ1tsEcQ4mcLdDR4MCRdaA3kPyA3+68/aLYVUTPcKxX1YlDvXpKBNcQGsDjKYpUQaA==" -} \ No newline at end of file diff --git a/software/flow/node_modules/.bin/mime b/software/flow/node_modules/.bin/mime deleted file mode 120000 index fbb7ee0..0000000 --- a/software/flow/node_modules/.bin/mime +++ /dev/null @@ -1 +0,0 @@ -../mime/cli.js \ No newline at end of file diff --git a/software/flow/node_modules/.bin/npm b/software/flow/node_modules/.bin/npm deleted file mode 120000 index e804334..0000000 --- a/software/flow/node_modules/.bin/npm +++ /dev/null @@ -1 +0,0 @@ -../npm/bin/npm-cli.js \ No newline at end of file diff --git a/software/flow/node_modules/.bin/npx b/software/flow/node_modules/.bin/npx deleted file mode 120000 index 6040b47..0000000 --- a/software/flow/node_modules/.bin/npx +++ /dev/null @@ -1 +0,0 @@ -../npm/bin/npx-cli.js \ No newline at end of file diff --git a/software/flow/node_modules/.package-lock.json b/software/flow/node_modules/.package-lock.json deleted file mode 100644 index d482c7a..0000000 --- a/software/flow/node_modules/.package-lock.json +++ /dev/null @@ -1,3258 +0,0 @@ -{ - "name": "node-red-project", - "version": "0.0.1", - "lockfileVersion": 3, - "requires": true, - "packages": { - "node_modules/@influxdata/influxdb-client": { - "version": "1.33.1", - "resolved": "https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.33.1.tgz", - "integrity": "sha512-MAKevkaXAVMGqCqEHA0bBd10wzHjF4UDk1Dhkx7rWR784VpiOFxFjMBtO7A4f3jJGSdqdMvn8Lr1U/iS8PlVNw==" - }, - "node_modules/@socket.io/component-emitter": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@socket.io/component-emitter/-/component-emitter-3.1.0.tgz", - "integrity": "sha512-+9jVqKhRSpsc591z5vX+X5Yyw+he/HCB4iQ/RYxw35CEPaY1gnsNE43nf9n9AaYjAQrTiI/mOwKUKdUs9vf7Xg==" - }, - "node_modules/@types/cookie": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/@types/cookie/-/cookie-0.4.1.tgz", - "integrity": "sha512-XW/Aa8APYr6jSVVA1y/DEIZX0/GMKLEVekNG727R8cs56ahETkRAy/3DR7+fJyh7oUgGwNQaRfXCun0+KbWY7Q==" - }, - "node_modules/@types/cors": { - "version": "2.8.13", - "resolved": "https://registry.npmjs.org/@types/cors/-/cors-2.8.13.tgz", - "integrity": "sha512-RG8AStHlUiV5ysZQKq97copd2UmVYw3/pRMLefISZ3S1hK104Cwm7iLQ3fTKx+lsUH2CE8FlLaYeEA2LSeqYUA==", - "dependencies": { - "@types/node": "*" - } - }, - "node_modules/@types/node": { - "version": "18.14.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.14.0.tgz", - "integrity": "sha512-5EWrvLmglK+imbCJY0+INViFWUHg1AHel1sq4ZVSfdcNqGy9Edv3UB9IIzzg+xPaUcAgZYcfVs2fBcwDeZzU0A==" - }, - "node_modules/accepts": { - "version": "1.3.8", - "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz", - "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==", - "dependencies": { - "mime-types": "~2.1.34", - "negotiator": "0.6.3" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/base64id": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/base64id/-/base64id-2.0.0.tgz", - "integrity": "sha512-lGe34o6EHj9y3Kts9R4ZYs/Gr+6N7MCaMlIFA3F1R2O5/m7K06AxfSeO5530PEERE6/WyEg3lsuyw4GHlPZHog==", - "engines": { - "node": "^4.5.0 || >= 5.9" - } - }, - "node_modules/bytes": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz", - "integrity": "sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw==", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/compressible": { - "version": "2.0.18", - "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz", - "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==", - "dependencies": { - "mime-db": ">= 1.43.0 < 2" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/compression": { - "version": "1.7.4", - "resolved": "https://registry.npmjs.org/compression/-/compression-1.7.4.tgz", - "integrity": "sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==", - "dependencies": { - "accepts": "~1.3.5", - "bytes": "3.0.0", - "compressible": "~2.0.16", - "debug": "2.6.9", - "on-headers": "~1.0.2", - "safe-buffer": "5.1.2", - "vary": "~1.1.2" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/cookie": { - "version": "0.4.2", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.2.tgz", - "integrity": "sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/cors": { - "version": "2.8.5", - "resolved": "https://registry.npmjs.org/cors/-/cors-2.8.5.tgz", - "integrity": "sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==", - "dependencies": { - "object-assign": "^4", - "vary": "^1" - }, - "engines": { - "node": ">= 0.10" - } - }, - "node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/depd": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", - "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/destroy": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz", - "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==", - "engines": { - "node": ">= 0.8", - "npm": "1.2.8000 || >= 1.4.16" - } - }, - "node_modules/ee-first": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", - "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==" - }, - "node_modules/encodeurl": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", - "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/engine.io": { - "version": "6.4.1", - "resolved": "https://registry.npmjs.org/engine.io/-/engine.io-6.4.1.tgz", - "integrity": "sha512-JFYQurD/nbsA5BSPmbaOSLa3tSVj8L6o4srSwXXY3NqE+gGUNmmPTbhn8tjzcCtSqhFgIeqef81ngny8JM25hw==", - "dependencies": { - "@types/cookie": "^0.4.1", - "@types/cors": "^2.8.12", - "@types/node": ">=10.0.0", - "accepts": "~1.3.4", - "base64id": "2.0.0", - "cookie": "~0.4.1", - "cors": "~2.8.5", - "debug": "~4.3.1", - "engine.io-parser": "~5.0.3", - "ws": "~8.11.0" - }, - "engines": { - "node": ">=10.0.0" - } - }, - "node_modules/engine.io-parser": { - "version": "5.0.6", - "resolved": "https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-5.0.6.tgz", - "integrity": "sha512-tjuoZDMAdEhVnSFleYPCtdL2GXwVTGtNjoeJd9IhIG3C1xs9uwxqRNEu5WpnDZCaozwVlK/nuQhpodhXSIMaxw==", - "engines": { - "node": ">=10.0.0" - } - }, - "node_modules/engine.io/node_modules/debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", - "dependencies": { - "ms": "2.1.2" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - } - }, - "node_modules/engine.io/node_modules/ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" - }, - "node_modules/escape-html": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", - "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==" - }, - "node_modules/etag": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", - "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/fresh": { - "version": "0.5.2", - "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", - "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/gridstack": { - "version": "0.6.4", - "resolved": "https://registry.npmjs.org/gridstack/-/gridstack-0.6.4.tgz", - "integrity": "sha512-4ToCnneNg5Uw+ms3xHtPVvsNXdvwQhngdlyNgGkARwvooQu+gLL6xkwPqLU59TsZP/LVvofb2QhEuXyh/ocL8w==", - "dependencies": { - "jquery": "^1.8 || 2 || 3" - } - }, - "node_modules/http-errors": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", - "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==", - "dependencies": { - "depd": "2.0.0", - "inherits": "2.0.4", - "setprototypeof": "1.2.0", - "statuses": "2.0.1", - "toidentifier": "1.0.1" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/influx": { - "version": "5.6.3", - "resolved": "https://registry.npmjs.org/influx/-/influx-5.6.3.tgz", - "integrity": "sha512-j2biV776HXb2IbIcp2G24w50IqIWENDnKitm0Vj54vlpw9EfGzY7x7ndCRZSGzzm4fyDLSDQ+/cypZQpuDQxyA==" - }, - "node_modules/inherits": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", - "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" - }, - "node_modules/install": { - "version": "0.13.0", - "resolved": "https://registry.npmjs.org/install/-/install-0.13.0.tgz", - "integrity": "sha512-zDml/jzr2PKU9I8J/xyZBQn8rPCAY//UOYNmR01XwNwyfhEWObo2SWfSl1+0tm1u6PhxLwDnfsT/6jB7OUxqFA==", - "engines": { - "node": ">= 0.10" - } - }, - "node_modules/jquery": { - "version": "3.6.3", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.3.tgz", - "integrity": "sha512-bZ5Sy3YzKo9Fyc8wH2iIQK4JImJ6R0GWI9kL1/k7Z91ZBNgkRXE6U0JfHIizZbort8ZunhSI3jw9I6253ahKfg==" - }, - "node_modules/lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" - }, - "node_modules/mime": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", - "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", - "bin": { - "mime": "cli.js" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/mime-db": { - "version": "1.52.0", - "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", - "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/mime-types": { - "version": "2.1.35", - "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", - "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", - "dependencies": { - "mime-db": "1.52.0" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" - }, - "node_modules/negotiator": { - "version": "0.6.3", - "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz", - "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/node-red-contrib-influxdb": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/node-red-contrib-influxdb/-/node-red-contrib-influxdb-0.6.1.tgz", - "integrity": "sha512-4Cc3bplqp4QvgZ60WcUbKKVZfKMK1fFMq7lr+piogUWLyZLDuhNgSdRxWigjzr2syswJrHnZ0JCFzkMDIl0afA==", - "dependencies": { - "@influxdata/influxdb-client": "^1.8.0", - "influx": "5.6.3", - "lodash": "4.17.21" - } - }, - "node_modules/node-red-dashboard": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-3.3.1.tgz", - "integrity": "sha512-d7d6nWrM9On4N+ah3R26Jregp1gpJmQgtt7s3EeLHzfCi7WmH1qAVgJe5ucj/U8azr+zF0NXFWD779lIOX+vrQ==", - "dependencies": { - "compression": "^1.7.4", - "gridstack": "^0.6.4", - "serve-static": "^1.15.0", - "socket.io": "^4.5.4" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/npm": { - "version": "9.5.1", - "resolved": "https://registry.npmjs.org/npm/-/npm-9.5.1.tgz", - "integrity": "sha512-MzULm9eEWPuPyHmRBxjcKm47KKYYT1gteVOXPlNJbfdaXNtp+sO4y2X3v5g375KudEAGJVDVCoFuk7bFnuuvNg==", - "bundleDependencies": [ - "@isaacs/string-locale-compare", - "@npmcli/arborist", - "@npmcli/config", - "@npmcli/map-workspaces", - "@npmcli/package-json", - "@npmcli/run-script", - "abbrev", - "archy", - "cacache", - "chalk", - "ci-info", - "cli-columns", - "cli-table3", - "columnify", - "fastest-levenshtein", - "fs-minipass", - "glob", - "graceful-fs", - "hosted-git-info", - "ini", - "init-package-json", - "is-cidr", - "json-parse-even-better-errors", - "libnpmaccess", - "libnpmdiff", - "libnpmexec", - "libnpmfund", - "libnpmhook", - "libnpmorg", - "libnpmpack", - "libnpmpublish", - "libnpmsearch", - "libnpmteam", - "libnpmversion", - "make-fetch-happen", - "minimatch", - "minipass", - "minipass-pipeline", - "ms", - "node-gyp", - "nopt", - "npm-audit-report", - "npm-install-checks", - "npm-package-arg", - "npm-pick-manifest", - "npm-profile", - "npm-registry-fetch", - "npm-user-validate", - "npmlog", - "p-map", - "pacote", - "parse-conflict-json", - "proc-log", - "qrcode-terminal", - "read", - "read-package-json", - "read-package-json-fast", - "semver", - "ssri", - "tar", - "text-table", - "tiny-relative-date", - "treeverse", - "validate-npm-package-name", - "which", - "write-file-atomic" - ], - "dependencies": { - "@isaacs/string-locale-compare": "^1.1.0", - "@npmcli/arborist": "^6.2.3", - "@npmcli/config": "^6.1.3", - "@npmcli/map-workspaces": "^3.0.2", - "@npmcli/package-json": "^3.0.0", - "@npmcli/run-script": "^6.0.0", - "abbrev": "^2.0.0", - "archy": "~1.0.0", - "cacache": "^17.0.4", - "chalk": "^4.1.2", - "ci-info": "^3.8.0", - "cli-columns": "^4.0.0", - "cli-table3": "^0.6.3", - "columnify": "^1.6.0", - "fastest-levenshtein": "^1.0.16", - "fs-minipass": "^3.0.1", - "glob": "^8.1.0", - "graceful-fs": "^4.2.10", - "hosted-git-info": "^6.1.1", - "ini": "^3.0.1", - "init-package-json": "^5.0.0", - "is-cidr": "^4.0.2", - "json-parse-even-better-errors": "^3.0.0", - "libnpmaccess": "^7.0.2", - "libnpmdiff": "^5.0.11", - "libnpmexec": "^5.0.11", - "libnpmfund": "^4.0.11", - "libnpmhook": "^9.0.3", - "libnpmorg": "^5.0.3", - "libnpmpack": "^5.0.11", - "libnpmpublish": "^7.1.0", - "libnpmsearch": "^6.0.2", - "libnpmteam": "^5.0.3", - "libnpmversion": "^4.0.2", - "make-fetch-happen": "^11.0.3", - "minimatch": "^6.2.0", - "minipass": "^4.0.3", - "minipass-pipeline": "^1.2.4", - "ms": "^2.1.2", - "node-gyp": "^9.3.1", - "nopt": "^7.0.0", - "npm-audit-report": "^4.0.0", - "npm-install-checks": "^6.0.0", - "npm-package-arg": "^10.1.0", - "npm-pick-manifest": "^8.0.1", - "npm-profile": "^7.0.1", - "npm-registry-fetch": "^14.0.3", - "npm-user-validate": "^2.0.0", - "npmlog": "^7.0.1", - "p-map": "^4.0.0", - "pacote": "^15.1.1", - "parse-conflict-json": "^3.0.0", - "proc-log": "^3.0.0", - "qrcode-terminal": "^0.12.0", - "read": "^2.0.0", - "read-package-json": "^6.0.0", - "read-package-json-fast": "^3.0.2", - "semver": "^7.3.8", - "ssri": "^10.0.1", - "tar": "^6.1.13", - "text-table": "~0.2.0", - "tiny-relative-date": "^1.3.0", - "treeverse": "^3.0.0", - "validate-npm-package-name": "^5.0.0", - "which": "^3.0.0", - "write-file-atomic": "^5.0.0" - }, - "bin": { - "npm": "bin/npm-cli.js", - "npx": "bin/npx-cli.js" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/@colors/colors": { - "version": "1.5.0", - "inBundle": true, - "license": "MIT", - "optional": true, - "engines": { - "node": ">=0.1.90" - } - }, - "node_modules/npm/node_modules/@gar/promisify": { - "version": "1.1.3", - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/@isaacs/string-locale-compare": { - "version": "1.1.0", - "inBundle": true, - "license": "ISC" - }, - "node_modules/npm/node_modules/@npmcli/arborist": { - "version": "6.2.3", - "inBundle": true, - "license": "ISC", - "dependencies": { - "@isaacs/string-locale-compare": "^1.1.0", - "@npmcli/fs": "^3.1.0", - "@npmcli/installed-package-contents": "^2.0.0", - "@npmcli/map-workspaces": "^3.0.2", - "@npmcli/metavuln-calculator": "^5.0.0", - "@npmcli/name-from-folder": "^2.0.0", - "@npmcli/node-gyp": "^3.0.0", - "@npmcli/package-json": "^3.0.0", - "@npmcli/query": "^3.0.0", - "@npmcli/run-script": "^6.0.0", - "bin-links": "^4.0.1", - "cacache": "^17.0.4", - "common-ancestor-path": "^1.0.1", - "hosted-git-info": "^6.1.1", - "json-parse-even-better-errors": "^3.0.0", - "json-stringify-nice": "^1.1.4", - "minimatch": "^6.1.6", - "nopt": "^7.0.0", - "npm-install-checks": "^6.0.0", - "npm-package-arg": "^10.1.0", - "npm-pick-manifest": "^8.0.1", - "npm-registry-fetch": "^14.0.3", - "npmlog": "^7.0.1", - "pacote": "^15.0.8", - "parse-conflict-json": "^3.0.0", - "proc-log": "^3.0.0", - "promise-all-reject-late": "^1.0.0", - "promise-call-limit": "^1.0.1", - "read-package-json-fast": "^3.0.2", - "semver": "^7.3.7", - "ssri": "^10.0.1", - "treeverse": "^3.0.0", - "walk-up-path": "^1.0.0" - }, - "bin": { - "arborist": "bin/index.js" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/@npmcli/config": { - "version": "6.1.3", - "inBundle": true, - "license": "ISC", - "dependencies": { - "@npmcli/map-workspaces": "^3.0.2", - "ini": "^3.0.0", - "nopt": "^7.0.0", - "proc-log": "^3.0.0", - "read-package-json-fast": "^3.0.2", - "semver": "^7.3.5", - "walk-up-path": "^1.0.0" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/@npmcli/disparity-colors": { - "version": "3.0.0", - "inBundle": true, - "license": "ISC", - "dependencies": { - "ansi-styles": "^4.3.0" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/@npmcli/fs": { - "version": "3.1.0", - "inBundle": true, - "license": "ISC", - "dependencies": { - "semver": "^7.3.5" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/@npmcli/git": { - "version": "4.0.3", - "inBundle": true, - "license": "ISC", - "dependencies": { - "@npmcli/promise-spawn": "^6.0.0", - "lru-cache": "^7.4.4", - "mkdirp": "^1.0.4", - "npm-pick-manifest": "^8.0.0", - "proc-log": "^3.0.0", - "promise-inflight": "^1.0.1", - "promise-retry": "^2.0.1", - "semver": "^7.3.5", - "which": "^3.0.0" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/@npmcli/installed-package-contents": { - "version": "2.0.1", - "inBundle": true, - "license": "ISC", - "dependencies": { - "npm-bundled": "^3.0.0", - "npm-normalize-package-bin": "^3.0.0" - }, - "bin": { - "installed-package-contents": "lib/index.js" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/@npmcli/map-workspaces": { - "version": "3.0.2", - "inBundle": true, - "license": "ISC", - "dependencies": { - "@npmcli/name-from-folder": "^2.0.0", - "glob": "^8.0.1", - "minimatch": "^6.1.6", - "read-package-json-fast": "^3.0.0" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/@npmcli/metavuln-calculator": { - "version": "5.0.0", - "inBundle": true, - "license": "ISC", - "dependencies": { - "cacache": "^17.0.0", - "json-parse-even-better-errors": "^3.0.0", - "pacote": "^15.0.0", - "semver": "^7.3.5" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/@npmcli/move-file": { - "version": "2.0.1", - "inBundle": true, - "license": "MIT", - "dependencies": { - "mkdirp": "^1.0.4", - "rimraf": "^3.0.2" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/npm/node_modules/@npmcli/name-from-folder": { - "version": "2.0.0", - "inBundle": true, - "license": "ISC", - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/@npmcli/node-gyp": { - "version": "3.0.0", - "inBundle": true, - "license": "ISC", - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/@npmcli/package-json": { - "version": "3.0.0", - "inBundle": true, - "license": "ISC", - "dependencies": { - "json-parse-even-better-errors": "^3.0.0" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/@npmcli/promise-spawn": { - "version": "6.0.2", - "inBundle": true, - "license": "ISC", - "dependencies": { - "which": "^3.0.0" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/@npmcli/query": { - "version": "3.0.0", - "inBundle": true, - "license": "ISC", - "dependencies": { - "postcss-selector-parser": "^6.0.10" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/@npmcli/run-script": { - "version": "6.0.0", - "inBundle": true, - "license": "ISC", - "dependencies": { - "@npmcli/node-gyp": "^3.0.0", - "@npmcli/promise-spawn": "^6.0.0", - "node-gyp": "^9.0.0", - "read-package-json-fast": "^3.0.0", - "which": "^3.0.0" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/@tootallnate/once": { - "version": "2.0.0", - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">= 10" - } - }, - "node_modules/npm/node_modules/abbrev": { - "version": "2.0.0", - "inBundle": true, - "license": "ISC", - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/abort-controller": { - "version": "3.0.0", - "inBundle": true, - "license": "MIT", - "dependencies": { - "event-target-shim": "^5.0.0" - }, - "engines": { - "node": ">=6.5" - } - }, - "node_modules/npm/node_modules/agent-base": { - "version": "6.0.2", - "inBundle": true, - "license": "MIT", - "dependencies": { - "debug": "4" - }, - "engines": { - "node": ">= 6.0.0" - } - }, - "node_modules/npm/node_modules/agentkeepalive": { - "version": "4.2.1", - "inBundle": true, - "license": "MIT", - "dependencies": { - "debug": "^4.1.0", - "depd": "^1.1.2", - "humanize-ms": "^1.2.1" - }, - "engines": { - "node": ">= 8.0.0" - } - }, - "node_modules/npm/node_modules/aggregate-error": { - "version": "3.1.0", - "inBundle": true, - "license": "MIT", - "dependencies": { - "clean-stack": "^2.0.0", - "indent-string": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/npm/node_modules/ansi-regex": { - "version": "5.0.1", - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/npm/node_modules/ansi-styles": { - "version": "4.3.0", - "inBundle": true, - "license": "MIT", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/npm/node_modules/aproba": { - "version": "2.0.0", - "inBundle": true, - "license": "ISC" - }, - "node_modules/npm/node_modules/archy": { - "version": "1.0.0", - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/are-we-there-yet": { - "version": "4.0.0", - "inBundle": true, - "license": "ISC", - "dependencies": { - "delegates": "^1.0.0", - "readable-stream": "^4.1.0" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/balanced-match": { - "version": "1.0.2", - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/base64-js": { - "version": "1.5.1", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/bin-links": { - "version": "4.0.1", - "inBundle": true, - "license": "ISC", - "dependencies": { - "cmd-shim": "^6.0.0", - "npm-normalize-package-bin": "^3.0.0", - "read-cmd-shim": "^4.0.0", - "write-file-atomic": "^5.0.0" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/binary-extensions": { - "version": "2.2.0", - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/npm/node_modules/brace-expansion": { - "version": "2.0.1", - "inBundle": true, - "license": "MIT", - "dependencies": { - "balanced-match": "^1.0.0" - } - }, - "node_modules/npm/node_modules/buffer": { - "version": "6.0.3", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], - "inBundle": true, - "license": "MIT", - "dependencies": { - "base64-js": "^1.3.1", - "ieee754": "^1.2.1" - } - }, - "node_modules/npm/node_modules/builtins": { - "version": "5.0.1", - "inBundle": true, - "license": "MIT", - "dependencies": { - "semver": "^7.0.0" - } - }, - "node_modules/npm/node_modules/cacache": { - "version": "17.0.4", - "inBundle": true, - "license": "ISC", - "dependencies": { - "@npmcli/fs": "^3.1.0", - "fs-minipass": "^3.0.0", - "glob": "^8.0.1", - "lru-cache": "^7.7.1", - "minipass": "^4.0.0", - "minipass-collect": "^1.0.2", - "minipass-flush": "^1.0.5", - "minipass-pipeline": "^1.2.4", - "p-map": "^4.0.0", - "promise-inflight": "^1.0.1", - "ssri": "^10.0.0", - "tar": "^6.1.11", - "unique-filename": "^3.0.0" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/chalk": { - "version": "4.1.2", - "inBundle": true, - "license": "MIT", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/npm/node_modules/chownr": { - "version": "2.0.0", - "inBundle": true, - "license": "ISC", - "engines": { - "node": ">=10" - } - }, - "node_modules/npm/node_modules/ci-info": { - "version": "3.8.0", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/sibiraj-s" - } - ], - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/npm/node_modules/cidr-regex": { - "version": "3.1.1", - "inBundle": true, - "license": "BSD-2-Clause", - "dependencies": { - "ip-regex": "^4.1.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/npm/node_modules/clean-stack": { - "version": "2.2.0", - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=6" - } - }, - "node_modules/npm/node_modules/cli-columns": { - "version": "4.0.0", - "inBundle": true, - "license": "MIT", - "dependencies": { - "string-width": "^4.2.3", - "strip-ansi": "^6.0.1" - }, - "engines": { - "node": ">= 10" - } - }, - "node_modules/npm/node_modules/cli-table3": { - "version": "0.6.3", - "inBundle": true, - "license": "MIT", - "dependencies": { - "string-width": "^4.2.0" - }, - "engines": { - "node": "10.* || >= 12.*" - }, - "optionalDependencies": { - "@colors/colors": "1.5.0" - } - }, - "node_modules/npm/node_modules/clone": { - "version": "1.0.4", - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=0.8" - } - }, - "node_modules/npm/node_modules/cmd-shim": { - "version": "6.0.1", - "inBundle": true, - "license": "ISC", - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/color-convert": { - "version": "2.0.1", - "inBundle": true, - "license": "MIT", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/npm/node_modules/color-name": { - "version": "1.1.4", - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/color-support": { - "version": "1.1.3", - "inBundle": true, - "license": "ISC", - "bin": { - "color-support": "bin.js" - } - }, - "node_modules/npm/node_modules/columnify": { - "version": "1.6.0", - "inBundle": true, - "license": "MIT", - "dependencies": { - "strip-ansi": "^6.0.1", - "wcwidth": "^1.0.0" - }, - "engines": { - "node": ">=8.0.0" - } - }, - "node_modules/npm/node_modules/common-ancestor-path": { - "version": "1.0.1", - "inBundle": true, - "license": "ISC" - }, - "node_modules/npm/node_modules/concat-map": { - "version": "0.0.1", - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/console-control-strings": { - "version": "1.1.0", - "inBundle": true, - "license": "ISC" - }, - "node_modules/npm/node_modules/cssesc": { - "version": "3.0.0", - "inBundle": true, - "license": "MIT", - "bin": { - "cssesc": "bin/cssesc" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/npm/node_modules/debug": { - "version": "4.3.4", - "inBundle": true, - "license": "MIT", - "dependencies": { - "ms": "2.1.2" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - } - }, - "node_modules/npm/node_modules/debug/node_modules/ms": { - "version": "2.1.2", - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/defaults": { - "version": "1.0.4", - "inBundle": true, - "license": "MIT", - "dependencies": { - "clone": "^1.0.2" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/npm/node_modules/delegates": { - "version": "1.0.0", - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/depd": { - "version": "1.1.2", - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/npm/node_modules/diff": { - "version": "5.1.0", - "inBundle": true, - "license": "BSD-3-Clause", - "engines": { - "node": ">=0.3.1" - } - }, - "node_modules/npm/node_modules/emoji-regex": { - "version": "8.0.0", - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/encoding": { - "version": "0.1.13", - "inBundle": true, - "license": "MIT", - "optional": true, - "dependencies": { - "iconv-lite": "^0.6.2" - } - }, - "node_modules/npm/node_modules/env-paths": { - "version": "2.2.1", - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=6" - } - }, - "node_modules/npm/node_modules/err-code": { - "version": "2.0.3", - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/event-target-shim": { - "version": "5.0.1", - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=6" - } - }, - "node_modules/npm/node_modules/events": { - "version": "3.3.0", - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=0.8.x" - } - }, - "node_modules/npm/node_modules/fastest-levenshtein": { - "version": "1.0.16", - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">= 4.9.1" - } - }, - "node_modules/npm/node_modules/fs-minipass": { - "version": "3.0.1", - "inBundle": true, - "license": "ISC", - "dependencies": { - "minipass": "^4.0.0" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/fs.realpath": { - "version": "1.0.0", - "inBundle": true, - "license": "ISC" - }, - "node_modules/npm/node_modules/function-bind": { - "version": "1.1.1", - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/gauge": { - "version": "5.0.0", - "inBundle": true, - "license": "ISC", - "dependencies": { - "aproba": "^1.0.3 || ^2.0.0", - "color-support": "^1.1.3", - "console-control-strings": "^1.1.0", - "has-unicode": "^2.0.1", - "signal-exit": "^3.0.7", - "string-width": "^4.2.3", - "strip-ansi": "^6.0.1", - "wide-align": "^1.1.5" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/glob": { - "version": "8.1.0", - "inBundle": true, - "license": "ISC", - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^5.0.1", - "once": "^1.3.0" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/npm/node_modules/glob/node_modules/minimatch": { - "version": "5.1.6", - "inBundle": true, - "license": "ISC", - "dependencies": { - "brace-expansion": "^2.0.1" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/npm/node_modules/graceful-fs": { - "version": "4.2.10", - "inBundle": true, - "license": "ISC" - }, - "node_modules/npm/node_modules/has": { - "version": "1.0.3", - "inBundle": true, - "license": "MIT", - "dependencies": { - "function-bind": "^1.1.1" - }, - "engines": { - "node": ">= 0.4.0" - } - }, - "node_modules/npm/node_modules/has-flag": { - "version": "4.0.0", - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/npm/node_modules/has-unicode": { - "version": "2.0.1", - "inBundle": true, - "license": "ISC" - }, - "node_modules/npm/node_modules/hosted-git-info": { - "version": "6.1.1", - "inBundle": true, - "license": "ISC", - "dependencies": { - "lru-cache": "^7.5.1" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/http-cache-semantics": { - "version": "4.1.1", - "inBundle": true, - "license": "BSD-2-Clause" - }, - "node_modules/npm/node_modules/http-proxy-agent": { - "version": "5.0.0", - "inBundle": true, - "license": "MIT", - "dependencies": { - "@tootallnate/once": "2", - "agent-base": "6", - "debug": "4" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/npm/node_modules/https-proxy-agent": { - "version": "5.0.1", - "inBundle": true, - "license": "MIT", - "dependencies": { - "agent-base": "6", - "debug": "4" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/npm/node_modules/humanize-ms": { - "version": "1.2.1", - "inBundle": true, - "license": "MIT", - "dependencies": { - "ms": "^2.0.0" - } - }, - "node_modules/npm/node_modules/iconv-lite": { - "version": "0.6.3", - "inBundle": true, - "license": "MIT", - "optional": true, - "dependencies": { - "safer-buffer": ">= 2.1.2 < 3.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/npm/node_modules/ieee754": { - "version": "1.2.1", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], - "inBundle": true, - "license": "BSD-3-Clause" - }, - "node_modules/npm/node_modules/ignore-walk": { - "version": "6.0.1", - "inBundle": true, - "license": "ISC", - "dependencies": { - "minimatch": "^6.1.6" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/imurmurhash": { - "version": "0.1.4", - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=0.8.19" - } - }, - "node_modules/npm/node_modules/indent-string": { - "version": "4.0.0", - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/npm/node_modules/infer-owner": { - "version": "1.0.4", - "inBundle": true, - "license": "ISC" - }, - "node_modules/npm/node_modules/inflight": { - "version": "1.0.6", - "inBundle": true, - "license": "ISC", - "dependencies": { - "once": "^1.3.0", - "wrappy": "1" - } - }, - "node_modules/npm/node_modules/inherits": { - "version": "2.0.4", - "inBundle": true, - "license": "ISC" - }, - "node_modules/npm/node_modules/ini": { - "version": "3.0.1", - "inBundle": true, - "license": "ISC", - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/npm/node_modules/init-package-json": { - "version": "5.0.0", - "inBundle": true, - "license": "ISC", - "dependencies": { - "npm-package-arg": "^10.0.0", - "promzard": "^1.0.0", - "read": "^2.0.0", - "read-package-json": "^6.0.0", - "semver": "^7.3.5", - "validate-npm-package-license": "^3.0.4", - "validate-npm-package-name": "^5.0.0" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/ip": { - "version": "2.0.0", - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/ip-regex": { - "version": "4.3.0", - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/npm/node_modules/is-cidr": { - "version": "4.0.2", - "inBundle": true, - "license": "BSD-2-Clause", - "dependencies": { - "cidr-regex": "^3.1.1" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/npm/node_modules/is-core-module": { - "version": "2.11.0", - "inBundle": true, - "license": "MIT", - "dependencies": { - "has": "^1.0.3" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/npm/node_modules/is-fullwidth-code-point": { - "version": "3.0.0", - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/npm/node_modules/is-lambda": { - "version": "1.0.1", - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/isexe": { - "version": "2.0.0", - "inBundle": true, - "license": "ISC" - }, - "node_modules/npm/node_modules/json-parse-even-better-errors": { - "version": "3.0.0", - "inBundle": true, - "license": "MIT", - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/json-stringify-nice": { - "version": "1.1.4", - "inBundle": true, - "license": "ISC", - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/npm/node_modules/jsonparse": { - "version": "1.3.1", - "engines": [ - "node >= 0.2.0" - ], - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/just-diff": { - "version": "5.2.0", - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/just-diff-apply": { - "version": "5.5.0", - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/libnpmaccess": { - "version": "7.0.2", - "inBundle": true, - "license": "ISC", - "dependencies": { - "npm-package-arg": "^10.1.0", - "npm-registry-fetch": "^14.0.3" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/libnpmdiff": { - "version": "5.0.11", - "inBundle": true, - "license": "ISC", - "dependencies": { - "@npmcli/arborist": "^6.2.3", - "@npmcli/disparity-colors": "^3.0.0", - "@npmcli/installed-package-contents": "^2.0.0", - "binary-extensions": "^2.2.0", - "diff": "^5.1.0", - "minimatch": "^6.1.6", - "npm-package-arg": "^10.1.0", - "pacote": "^15.0.8", - "tar": "^6.1.13" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/libnpmexec": { - "version": "5.0.11", - "inBundle": true, - "license": "ISC", - "dependencies": { - "@npmcli/arborist": "^6.2.3", - "@npmcli/run-script": "^6.0.0", - "chalk": "^4.1.0", - "ci-info": "^3.7.1", - "npm-package-arg": "^10.1.0", - "npmlog": "^7.0.1", - "pacote": "^15.0.8", - "proc-log": "^3.0.0", - "read": "^2.0.0", - "read-package-json-fast": "^3.0.2", - "semver": "^7.3.7", - "walk-up-path": "^1.0.0" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/libnpmfund": { - "version": "4.0.11", - "inBundle": true, - "license": "ISC", - "dependencies": { - "@npmcli/arborist": "^6.2.3" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/libnpmhook": { - "version": "9.0.3", - "inBundle": true, - "license": "ISC", - "dependencies": { - "aproba": "^2.0.0", - "npm-registry-fetch": "^14.0.3" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/libnpmorg": { - "version": "5.0.3", - "inBundle": true, - "license": "ISC", - "dependencies": { - "aproba": "^2.0.0", - "npm-registry-fetch": "^14.0.3" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/libnpmpack": { - "version": "5.0.11", - "inBundle": true, - "license": "ISC", - "dependencies": { - "@npmcli/arborist": "^6.2.3", - "@npmcli/run-script": "^6.0.0", - "npm-package-arg": "^10.1.0", - "pacote": "^15.0.8" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/libnpmpublish": { - "version": "7.1.0", - "inBundle": true, - "license": "ISC", - "dependencies": { - "ci-info": "^3.6.1", - "normalize-package-data": "^5.0.0", - "npm-package-arg": "^10.1.0", - "npm-registry-fetch": "^14.0.3", - "semver": "^7.3.7", - "sigstore": "^1.0.0", - "ssri": "^10.0.1" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/libnpmsearch": { - "version": "6.0.2", - "inBundle": true, - "license": "ISC", - "dependencies": { - "npm-registry-fetch": "^14.0.3" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/libnpmteam": { - "version": "5.0.3", - "inBundle": true, - "license": "ISC", - "dependencies": { - "aproba": "^2.0.0", - "npm-registry-fetch": "^14.0.3" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/libnpmversion": { - "version": "4.0.2", - "inBundle": true, - "license": "ISC", - "dependencies": { - "@npmcli/git": "^4.0.1", - "@npmcli/run-script": "^6.0.0", - "json-parse-even-better-errors": "^3.0.0", - "proc-log": "^3.0.0", - "semver": "^7.3.7" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/lru-cache": { - "version": "7.16.2", - "inBundle": true, - "license": "ISC", - "engines": { - "node": ">=12" - } - }, - "node_modules/npm/node_modules/make-fetch-happen": { - "version": "11.0.3", - "inBundle": true, - "license": "ISC", - "dependencies": { - "agentkeepalive": "^4.2.1", - "cacache": "^17.0.0", - "http-cache-semantics": "^4.1.1", - "http-proxy-agent": "^5.0.0", - "https-proxy-agent": "^5.0.0", - "is-lambda": "^1.0.1", - "lru-cache": "^7.7.1", - "minipass": "^4.0.0", - "minipass-fetch": "^3.0.0", - "minipass-flush": "^1.0.5", - "minipass-pipeline": "^1.2.4", - "negotiator": "^0.6.3", - "promise-retry": "^2.0.1", - "socks-proxy-agent": "^7.0.0", - "ssri": "^10.0.0" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/minimatch": { - "version": "6.2.0", - "inBundle": true, - "license": "ISC", - "dependencies": { - "brace-expansion": "^2.0.1" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/npm/node_modules/minipass": { - "version": "4.0.3", - "inBundle": true, - "license": "ISC", - "engines": { - "node": ">=8" - } - }, - "node_modules/npm/node_modules/minipass-collect": { - "version": "1.0.2", - "inBundle": true, - "license": "ISC", - "dependencies": { - "minipass": "^3.0.0" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/npm/node_modules/minipass-collect/node_modules/minipass": { - "version": "3.3.6", - "inBundle": true, - "license": "ISC", - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/npm/node_modules/minipass-fetch": { - "version": "3.0.1", - "inBundle": true, - "license": "MIT", - "dependencies": { - "minipass": "^4.0.0", - "minipass-sized": "^1.0.3", - "minizlib": "^2.1.2" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "optionalDependencies": { - "encoding": "^0.1.13" - } - }, - "node_modules/npm/node_modules/minipass-flush": { - "version": "1.0.5", - "inBundle": true, - "license": "ISC", - "dependencies": { - "minipass": "^3.0.0" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/npm/node_modules/minipass-flush/node_modules/minipass": { - "version": "3.3.6", - "inBundle": true, - "license": "ISC", - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/npm/node_modules/minipass-json-stream": { - "version": "1.0.1", - "inBundle": true, - "license": "MIT", - "dependencies": { - "jsonparse": "^1.3.1", - "minipass": "^3.0.0" - } - }, - "node_modules/npm/node_modules/minipass-json-stream/node_modules/minipass": { - "version": "3.3.6", - "inBundle": true, - "license": "ISC", - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/npm/node_modules/minipass-pipeline": { - "version": "1.2.4", - "inBundle": true, - "license": "ISC", - "dependencies": { - "minipass": "^3.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/npm/node_modules/minipass-pipeline/node_modules/minipass": { - "version": "3.3.6", - "inBundle": true, - "license": "ISC", - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/npm/node_modules/minipass-sized": { - "version": "1.0.3", - "inBundle": true, - "license": "ISC", - "dependencies": { - "minipass": "^3.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/npm/node_modules/minipass-sized/node_modules/minipass": { - "version": "3.3.6", - "inBundle": true, - "license": "ISC", - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/npm/node_modules/minizlib": { - "version": "2.1.2", - "inBundle": true, - "license": "MIT", - "dependencies": { - "minipass": "^3.0.0", - "yallist": "^4.0.0" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/npm/node_modules/minizlib/node_modules/minipass": { - "version": "3.3.6", - "inBundle": true, - "license": "ISC", - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/npm/node_modules/mkdirp": { - "version": "1.0.4", - "inBundle": true, - "license": "MIT", - "bin": { - "mkdirp": "bin/cmd.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/npm/node_modules/ms": { - "version": "2.1.3", - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/mute-stream": { - "version": "1.0.0", - "inBundle": true, - "license": "ISC", - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/negotiator": { - "version": "0.6.3", - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/npm/node_modules/node-gyp": { - "version": "9.3.1", - "inBundle": true, - "license": "MIT", - "dependencies": { - "env-paths": "^2.2.0", - "glob": "^7.1.4", - "graceful-fs": "^4.2.6", - "make-fetch-happen": "^10.0.3", - "nopt": "^6.0.0", - "npmlog": "^6.0.0", - "rimraf": "^3.0.2", - "semver": "^7.3.5", - "tar": "^6.1.2", - "which": "^2.0.2" - }, - "bin": { - "node-gyp": "bin/node-gyp.js" - }, - "engines": { - "node": "^12.13 || ^14.13 || >=16" - } - }, - "node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs": { - "version": "2.1.2", - "inBundle": true, - "license": "ISC", - "dependencies": { - "@gar/promisify": "^1.1.3", - "semver": "^7.3.5" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/npm/node_modules/node-gyp/node_modules/abbrev": { - "version": "1.1.1", - "inBundle": true, - "license": "ISC" - }, - "node_modules/npm/node_modules/node-gyp/node_modules/are-we-there-yet": { - "version": "3.0.1", - "inBundle": true, - "license": "ISC", - "dependencies": { - "delegates": "^1.0.0", - "readable-stream": "^3.6.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/npm/node_modules/node-gyp/node_modules/brace-expansion": { - "version": "1.1.11", - "inBundle": true, - "license": "MIT", - "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "node_modules/npm/node_modules/node-gyp/node_modules/cacache": { - "version": "16.1.3", - "inBundle": true, - "license": "ISC", - "dependencies": { - "@npmcli/fs": "^2.1.0", - "@npmcli/move-file": "^2.0.0", - "chownr": "^2.0.0", - "fs-minipass": "^2.1.0", - "glob": "^8.0.1", - "infer-owner": "^1.0.4", - "lru-cache": "^7.7.1", - "minipass": "^3.1.6", - "minipass-collect": "^1.0.2", - "minipass-flush": "^1.0.5", - "minipass-pipeline": "^1.2.4", - "mkdirp": "^1.0.4", - "p-map": "^4.0.0", - "promise-inflight": "^1.0.1", - "rimraf": "^3.0.2", - "ssri": "^9.0.0", - "tar": "^6.1.11", - "unique-filename": "^2.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/brace-expansion": { - "version": "2.0.1", - "inBundle": true, - "license": "MIT", - "dependencies": { - "balanced-match": "^1.0.0" - } - }, - "node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob": { - "version": "8.1.0", - "inBundle": true, - "license": "ISC", - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^5.0.1", - "once": "^1.3.0" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minimatch": { - "version": "5.1.6", - "inBundle": true, - "license": "ISC", - "dependencies": { - "brace-expansion": "^2.0.1" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/npm/node_modules/node-gyp/node_modules/fs-minipass": { - "version": "2.1.0", - "inBundle": true, - "license": "ISC", - "dependencies": { - "minipass": "^3.0.0" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/npm/node_modules/node-gyp/node_modules/gauge": { - "version": "4.0.4", - "inBundle": true, - "license": "ISC", - "dependencies": { - "aproba": "^1.0.3 || ^2.0.0", - "color-support": "^1.1.3", - "console-control-strings": "^1.1.0", - "has-unicode": "^2.0.1", - "signal-exit": "^3.0.7", - "string-width": "^4.2.3", - "strip-ansi": "^6.0.1", - "wide-align": "^1.1.5" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/npm/node_modules/node-gyp/node_modules/glob": { - "version": "7.2.3", - "inBundle": true, - "license": "ISC", - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen": { - "version": "10.2.1", - "inBundle": true, - "license": "ISC", - "dependencies": { - "agentkeepalive": "^4.2.1", - "cacache": "^16.1.0", - "http-cache-semantics": "^4.1.0", - "http-proxy-agent": "^5.0.0", - "https-proxy-agent": "^5.0.0", - "is-lambda": "^1.0.1", - "lru-cache": "^7.7.1", - "minipass": "^3.1.6", - "minipass-collect": "^1.0.2", - "minipass-fetch": "^2.0.3", - "minipass-flush": "^1.0.5", - "minipass-pipeline": "^1.2.4", - "negotiator": "^0.6.3", - "promise-retry": "^2.0.1", - "socks-proxy-agent": "^7.0.0", - "ssri": "^9.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/npm/node_modules/node-gyp/node_modules/minimatch": { - "version": "3.1.2", - "inBundle": true, - "license": "ISC", - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, - "node_modules/npm/node_modules/node-gyp/node_modules/minipass": { - "version": "3.3.6", - "inBundle": true, - "license": "ISC", - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/npm/node_modules/node-gyp/node_modules/minipass-fetch": { - "version": "2.1.2", - "inBundle": true, - "license": "MIT", - "dependencies": { - "minipass": "^3.1.6", - "minipass-sized": "^1.0.3", - "minizlib": "^2.1.2" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - }, - "optionalDependencies": { - "encoding": "^0.1.13" - } - }, - "node_modules/npm/node_modules/node-gyp/node_modules/nopt": { - "version": "6.0.0", - "inBundle": true, - "license": "ISC", - "dependencies": { - "abbrev": "^1.0.0" - }, - "bin": { - "nopt": "bin/nopt.js" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/npm/node_modules/node-gyp/node_modules/npmlog": { - "version": "6.0.2", - "inBundle": true, - "license": "ISC", - "dependencies": { - "are-we-there-yet": "^3.0.0", - "console-control-strings": "^1.1.0", - "gauge": "^4.0.3", - "set-blocking": "^2.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/npm/node_modules/node-gyp/node_modules/readable-stream": { - "version": "3.6.0", - "inBundle": true, - "license": "MIT", - "dependencies": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/npm/node_modules/node-gyp/node_modules/ssri": { - "version": "9.0.1", - "inBundle": true, - "license": "ISC", - "dependencies": { - "minipass": "^3.1.1" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/npm/node_modules/node-gyp/node_modules/unique-filename": { - "version": "2.0.1", - "inBundle": true, - "license": "ISC", - "dependencies": { - "unique-slug": "^3.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/npm/node_modules/node-gyp/node_modules/unique-slug": { - "version": "3.0.0", - "inBundle": true, - "license": "ISC", - "dependencies": { - "imurmurhash": "^0.1.4" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/npm/node_modules/node-gyp/node_modules/which": { - "version": "2.0.2", - "inBundle": true, - "license": "ISC", - "dependencies": { - "isexe": "^2.0.0" - }, - "bin": { - "node-which": "bin/node-which" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/npm/node_modules/nopt": { - "version": "7.0.0", - "inBundle": true, - "license": "ISC", - "dependencies": { - "abbrev": "^2.0.0" - }, - "bin": { - "nopt": "bin/nopt.js" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/normalize-package-data": { - "version": "5.0.0", - "inBundle": true, - "license": "BSD-2-Clause", - "dependencies": { - "hosted-git-info": "^6.0.0", - "is-core-module": "^2.8.1", - "semver": "^7.3.5", - "validate-npm-package-license": "^3.0.4" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/npm-audit-report": { - "version": "4.0.0", - "inBundle": true, - "license": "ISC", - "dependencies": { - "chalk": "^4.0.0" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/npm-bundled": { - "version": "3.0.0", - "inBundle": true, - "license": "ISC", - "dependencies": { - "npm-normalize-package-bin": "^3.0.0" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/npm-install-checks": { - "version": "6.0.0", - "inBundle": true, - "license": "BSD-2-Clause", - "dependencies": { - "semver": "^7.1.1" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/npm-normalize-package-bin": { - "version": "3.0.0", - "inBundle": true, - "license": "ISC", - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/npm-package-arg": { - "version": "10.1.0", - "inBundle": true, - "license": "ISC", - "dependencies": { - "hosted-git-info": "^6.0.0", - "proc-log": "^3.0.0", - "semver": "^7.3.5", - "validate-npm-package-name": "^5.0.0" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/npm-packlist": { - "version": "7.0.4", - "inBundle": true, - "license": "ISC", - "dependencies": { - "ignore-walk": "^6.0.0" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/npm-pick-manifest": { - "version": "8.0.1", - "inBundle": true, - "license": "ISC", - "dependencies": { - "npm-install-checks": "^6.0.0", - "npm-normalize-package-bin": "^3.0.0", - "npm-package-arg": "^10.0.0", - "semver": "^7.3.5" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/npm-profile": { - "version": "7.0.1", - "inBundle": true, - "license": "ISC", - "dependencies": { - "npm-registry-fetch": "^14.0.0", - "proc-log": "^3.0.0" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/npm-registry-fetch": { - "version": "14.0.3", - "inBundle": true, - "license": "ISC", - "dependencies": { - "make-fetch-happen": "^11.0.0", - "minipass": "^4.0.0", - "minipass-fetch": "^3.0.0", - "minipass-json-stream": "^1.0.1", - "minizlib": "^2.1.2", - "npm-package-arg": "^10.0.0", - "proc-log": "^3.0.0" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/npm-user-validate": { - "version": "2.0.0", - "inBundle": true, - "license": "BSD-2-Clause", - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/npmlog": { - "version": "7.0.1", - "inBundle": true, - "license": "ISC", - "dependencies": { - "are-we-there-yet": "^4.0.0", - "console-control-strings": "^1.1.0", - "gauge": "^5.0.0", - "set-blocking": "^2.0.0" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/once": { - "version": "1.4.0", - "inBundle": true, - "license": "ISC", - "dependencies": { - "wrappy": "1" - } - }, - "node_modules/npm/node_modules/p-map": { - "version": "4.0.0", - "inBundle": true, - "license": "MIT", - "dependencies": { - "aggregate-error": "^3.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/npm/node_modules/pacote": { - "version": "15.1.1", - "inBundle": true, - "license": "ISC", - "dependencies": { - "@npmcli/git": "^4.0.0", - "@npmcli/installed-package-contents": "^2.0.1", - "@npmcli/promise-spawn": "^6.0.1", - "@npmcli/run-script": "^6.0.0", - "cacache": "^17.0.0", - "fs-minipass": "^3.0.0", - "minipass": "^4.0.0", - "npm-package-arg": "^10.0.0", - "npm-packlist": "^7.0.0", - "npm-pick-manifest": "^8.0.0", - "npm-registry-fetch": "^14.0.0", - "proc-log": "^3.0.0", - "promise-retry": "^2.0.1", - "read-package-json": "^6.0.0", - "read-package-json-fast": "^3.0.0", - "sigstore": "^1.0.0", - "ssri": "^10.0.0", - "tar": "^6.1.11" - }, - "bin": { - "pacote": "lib/bin.js" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/parse-conflict-json": { - "version": "3.0.0", - "inBundle": true, - "license": "ISC", - "dependencies": { - "json-parse-even-better-errors": "^3.0.0", - "just-diff": "^5.0.1", - "just-diff-apply": "^5.2.0" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/path-is-absolute": { - "version": "1.0.1", - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/npm/node_modules/postcss-selector-parser": { - "version": "6.0.11", - "inBundle": true, - "license": "MIT", - "dependencies": { - "cssesc": "^3.0.0", - "util-deprecate": "^1.0.2" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/npm/node_modules/proc-log": { - "version": "3.0.0", - "inBundle": true, - "license": "ISC", - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/process": { - "version": "0.11.10", - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">= 0.6.0" - } - }, - "node_modules/npm/node_modules/promise-all-reject-late": { - "version": "1.0.1", - "inBundle": true, - "license": "ISC", - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/npm/node_modules/promise-call-limit": { - "version": "1.0.1", - "inBundle": true, - "license": "ISC", - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/npm/node_modules/promise-inflight": { - "version": "1.0.1", - "inBundle": true, - "license": "ISC" - }, - "node_modules/npm/node_modules/promise-retry": { - "version": "2.0.1", - "inBundle": true, - "license": "MIT", - "dependencies": { - "err-code": "^2.0.2", - "retry": "^0.12.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/npm/node_modules/promzard": { - "version": "1.0.0", - "inBundle": true, - "license": "ISC", - "dependencies": { - "read": "^2.0.0" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/qrcode-terminal": { - "version": "0.12.0", - "inBundle": true, - "bin": { - "qrcode-terminal": "bin/qrcode-terminal.js" - } - }, - "node_modules/npm/node_modules/read": { - "version": "2.0.0", - "inBundle": true, - "license": "ISC", - "dependencies": { - "mute-stream": "~1.0.0" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/read-cmd-shim": { - "version": "4.0.0", - "inBundle": true, - "license": "ISC", - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/read-package-json": { - "version": "6.0.0", - "inBundle": true, - "license": "ISC", - "dependencies": { - "glob": "^8.0.1", - "json-parse-even-better-errors": "^3.0.0", - "normalize-package-data": "^5.0.0", - "npm-normalize-package-bin": "^3.0.0" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/read-package-json-fast": { - "version": "3.0.2", - "inBundle": true, - "license": "ISC", - "dependencies": { - "json-parse-even-better-errors": "^3.0.0", - "npm-normalize-package-bin": "^3.0.0" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/readable-stream": { - "version": "4.3.0", - "inBundle": true, - "license": "MIT", - "dependencies": { - "abort-controller": "^3.0.0", - "buffer": "^6.0.3", - "events": "^3.3.0", - "process": "^0.11.10" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - } - }, - "node_modules/npm/node_modules/retry": { - "version": "0.12.0", - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">= 4" - } - }, - "node_modules/npm/node_modules/rimraf": { - "version": "3.0.2", - "inBundle": true, - "license": "ISC", - "dependencies": { - "glob": "^7.1.3" - }, - "bin": { - "rimraf": "bin.js" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/npm/node_modules/rimraf/node_modules/brace-expansion": { - "version": "1.1.11", - "inBundle": true, - "license": "MIT", - "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "node_modules/npm/node_modules/rimraf/node_modules/glob": { - "version": "7.2.3", - "inBundle": true, - "license": "ISC", - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/npm/node_modules/rimraf/node_modules/minimatch": { - "version": "3.1.2", - "inBundle": true, - "license": "ISC", - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, - "node_modules/npm/node_modules/safe-buffer": { - "version": "5.1.2", - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/safer-buffer": { - "version": "2.1.2", - "inBundle": true, - "license": "MIT", - "optional": true - }, - "node_modules/npm/node_modules/semver": { - "version": "7.3.8", - "inBundle": true, - "license": "ISC", - "dependencies": { - "lru-cache": "^6.0.0" - }, - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/npm/node_modules/semver/node_modules/lru-cache": { - "version": "6.0.0", - "inBundle": true, - "license": "ISC", - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/npm/node_modules/set-blocking": { - "version": "2.0.0", - "inBundle": true, - "license": "ISC" - }, - "node_modules/npm/node_modules/signal-exit": { - "version": "3.0.7", - "inBundle": true, - "license": "ISC" - }, - "node_modules/npm/node_modules/sigstore": { - "version": "1.0.0", - "inBundle": true, - "license": "Apache-2.0", - "dependencies": { - "make-fetch-happen": "^11.0.1", - "tuf-js": "^1.0.0" - }, - "bin": { - "sigstore": "bin/sigstore.js" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/smart-buffer": { - "version": "4.2.0", - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">= 6.0.0", - "npm": ">= 3.0.0" - } - }, - "node_modules/npm/node_modules/socks": { - "version": "2.7.1", - "inBundle": true, - "license": "MIT", - "dependencies": { - "ip": "^2.0.0", - "smart-buffer": "^4.2.0" - }, - "engines": { - "node": ">= 10.13.0", - "npm": ">= 3.0.0" - } - }, - "node_modules/npm/node_modules/socks-proxy-agent": { - "version": "7.0.0", - "inBundle": true, - "license": "MIT", - "dependencies": { - "agent-base": "^6.0.2", - "debug": "^4.3.3", - "socks": "^2.6.2" - }, - "engines": { - "node": ">= 10" - } - }, - "node_modules/npm/node_modules/spdx-correct": { - "version": "3.1.1", - "inBundle": true, - "license": "Apache-2.0", - "dependencies": { - "spdx-expression-parse": "^3.0.0", - "spdx-license-ids": "^3.0.0" - } - }, - "node_modules/npm/node_modules/spdx-exceptions": { - "version": "2.3.0", - "inBundle": true, - "license": "CC-BY-3.0" - }, - "node_modules/npm/node_modules/spdx-expression-parse": { - "version": "3.0.1", - "inBundle": true, - "license": "MIT", - "dependencies": { - "spdx-exceptions": "^2.1.0", - "spdx-license-ids": "^3.0.0" - } - }, - "node_modules/npm/node_modules/spdx-license-ids": { - "version": "3.0.12", - "inBundle": true, - "license": "CC0-1.0" - }, - "node_modules/npm/node_modules/ssri": { - "version": "10.0.1", - "inBundle": true, - "license": "ISC", - "dependencies": { - "minipass": "^4.0.0" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/string_decoder": { - "version": "1.1.1", - "inBundle": true, - "license": "MIT", - "dependencies": { - "safe-buffer": "~5.1.0" - } - }, - "node_modules/npm/node_modules/string-width": { - "version": "4.2.3", - "inBundle": true, - "license": "MIT", - "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/npm/node_modules/strip-ansi": { - "version": "6.0.1", - "inBundle": true, - "license": "MIT", - "dependencies": { - "ansi-regex": "^5.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/npm/node_modules/supports-color": { - "version": "7.2.0", - "inBundle": true, - "license": "MIT", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/npm/node_modules/tar": { - "version": "6.1.13", - "inBundle": true, - "license": "ISC", - "dependencies": { - "chownr": "^2.0.0", - "fs-minipass": "^2.0.0", - "minipass": "^4.0.0", - "minizlib": "^2.1.1", - "mkdirp": "^1.0.3", - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/npm/node_modules/tar/node_modules/fs-minipass": { - "version": "2.1.0", - "inBundle": true, - "license": "ISC", - "dependencies": { - "minipass": "^3.0.0" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/npm/node_modules/tar/node_modules/fs-minipass/node_modules/minipass": { - "version": "3.3.6", - "inBundle": true, - "license": "ISC", - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/npm/node_modules/text-table": { - "version": "0.2.0", - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/tiny-relative-date": { - "version": "1.3.0", - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/treeverse": { - "version": "3.0.0", - "inBundle": true, - "license": "ISC", - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/tuf-js": { - "version": "1.0.0", - "inBundle": true, - "license": "MIT", - "dependencies": { - "make-fetch-happen": "^11.0.1", - "minimatch": "^6.1.0" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/unique-filename": { - "version": "3.0.0", - "inBundle": true, - "license": "ISC", - "dependencies": { - "unique-slug": "^4.0.0" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/unique-slug": { - "version": "4.0.0", - "inBundle": true, - "license": "ISC", - "dependencies": { - "imurmurhash": "^0.1.4" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/util-deprecate": { - "version": "1.0.2", - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/validate-npm-package-license": { - "version": "3.0.4", - "inBundle": true, - "license": "Apache-2.0", - "dependencies": { - "spdx-correct": "^3.0.0", - "spdx-expression-parse": "^3.0.0" - } - }, - "node_modules/npm/node_modules/validate-npm-package-name": { - "version": "5.0.0", - "inBundle": true, - "license": "ISC", - "dependencies": { - "builtins": "^5.0.0" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/walk-up-path": { - "version": "1.0.0", - "inBundle": true, - "license": "ISC" - }, - "node_modules/npm/node_modules/wcwidth": { - "version": "1.0.1", - "inBundle": true, - "license": "MIT", - "dependencies": { - "defaults": "^1.0.3" - } - }, - "node_modules/npm/node_modules/which": { - "version": "3.0.0", - "inBundle": true, - "license": "ISC", - "dependencies": { - "isexe": "^2.0.0" - }, - "bin": { - "node-which": "bin/which.js" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/wide-align": { - "version": "1.1.5", - "inBundle": true, - "license": "ISC", - "dependencies": { - "string-width": "^1.0.2 || 2 || 3 || 4" - } - }, - "node_modules/npm/node_modules/wrappy": { - "version": "1.0.2", - "inBundle": true, - "license": "ISC" - }, - "node_modules/npm/node_modules/write-file-atomic": { - "version": "5.0.0", - "inBundle": true, - "license": "ISC", - "dependencies": { - "imurmurhash": "^0.1.4", - "signal-exit": "^3.0.7" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/yallist": { - "version": "4.0.0", - "inBundle": true, - "license": "ISC" - }, - "node_modules/object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", - "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/on-finished": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", - "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==", - "dependencies": { - "ee-first": "1.1.1" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/on-headers": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz", - "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/parseurl": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", - "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/range-parser": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", - "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" - }, - "node_modules/send": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/send/-/send-0.18.0.tgz", - "integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==", - "dependencies": { - "debug": "2.6.9", - "depd": "2.0.0", - "destroy": "1.2.0", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "etag": "~1.8.1", - "fresh": "0.5.2", - "http-errors": "2.0.0", - "mime": "1.6.0", - "ms": "2.1.3", - "on-finished": "2.4.1", - "range-parser": "~1.2.1", - "statuses": "2.0.1" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/send/node_modules/ms": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", - "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" - }, - "node_modules/serve-static": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.15.0.tgz", - "integrity": "sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==", - "dependencies": { - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "parseurl": "~1.3.3", - "send": "0.18.0" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/setprototypeof": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", - "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==" - }, - "node_modules/socket.io": { - "version": "4.6.1", - "resolved": "https://registry.npmjs.org/socket.io/-/socket.io-4.6.1.tgz", - "integrity": "sha512-KMcaAi4l/8+xEjkRICl6ak8ySoxsYG+gG6/XfRCPJPQ/haCRIJBTL4wIl8YCsmtaBovcAXGLOShyVWQ/FG8GZA==", - "dependencies": { - "accepts": "~1.3.4", - "base64id": "~2.0.0", - "debug": "~4.3.2", - "engine.io": "~6.4.1", - "socket.io-adapter": "~2.5.2", - "socket.io-parser": "~4.2.1" - }, - "engines": { - "node": ">=10.0.0" - } - }, - "node_modules/socket.io-adapter": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-2.5.2.tgz", - "integrity": "sha512-87C3LO/NOMc+eMcpcxUBebGjkpMDkNBS9tf7KJqcDsmL936EChtVva71Dw2q4tQcuVC+hAUy4an2NO/sYXmwRA==", - "dependencies": { - "ws": "~8.11.0" - } - }, - "node_modules/socket.io-parser": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-4.2.2.tgz", - "integrity": "sha512-DJtziuKypFkMMHCm2uIshOYC7QaylbtzQwiMYDuCKy3OPkjLzu4B2vAhTlqipRHHzrI0NJeBAizTK7X+6m1jVw==", - "dependencies": { - "@socket.io/component-emitter": "~3.1.0", - "debug": "~4.3.1" - }, - "engines": { - "node": ">=10.0.0" - } - }, - "node_modules/socket.io-parser/node_modules/debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", - "dependencies": { - "ms": "2.1.2" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - } - }, - "node_modules/socket.io-parser/node_modules/ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" - }, - "node_modules/socket.io/node_modules/debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", - "dependencies": { - "ms": "2.1.2" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - } - }, - "node_modules/socket.io/node_modules/ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" - }, - "node_modules/statuses": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", - "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/toidentifier": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", - "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==", - "engines": { - "node": ">=0.6" - } - }, - "node_modules/vary": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", - "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/ws": { - "version": "8.11.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.11.0.tgz", - "integrity": "sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg==", - "engines": { - "node": ">=10.0.0" - }, - "peerDependencies": { - "bufferutil": "^4.0.1", - "utf-8-validate": "^5.0.2" - }, - "peerDependenciesMeta": { - "bufferutil": { - "optional": true - }, - "utf-8-validate": { - "optional": true - } - } - } - } -} diff --git a/software/flow/node_modules/@influxdata/influxdb-client/LICENSE b/software/flow/node_modules/@influxdata/influxdb-client/LICENSE deleted file mode 100644 index ff01500..0000000 --- a/software/flow/node_modules/@influxdata/influxdb-client/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2019 InfluxData - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. \ No newline at end of file diff --git a/software/flow/node_modules/@influxdata/influxdb-client/README.md b/software/flow/node_modules/@influxdata/influxdb-client/README.md deleted file mode 100644 index 00c4ef8..0000000 --- a/software/flow/node_modules/@influxdata/influxdb-client/README.md +++ /dev/null @@ -1,11 +0,0 @@ -# @influxdata/influxdb-client - -The reference javascript client for InfluxDB 2.x. Both node and browser environments are supported. The package.json - -- **main** points to node.js CJS distribution -- **module** points to node.js ESM distribution -- **browser** points to browser (UMD) distribution - -Node.js distributions do not work in browser and vice versa, because different platform APIs are used. Use `@influxdata/influxdb-client-browser` to import browser ESM module. See https://github.com/influxdata/influxdb-client-js to know more. - -**Note: This library is for use with InfluxDB 2.x or 1.8+. For connecting to InfluxDB 1.x instances, see [node-influx](https://github.com/node-influx/node-influx).** diff --git a/software/flow/node_modules/@influxdata/influxdb-client/api-extractor.json b/software/flow/node_modules/@influxdata/influxdb-client/api-extractor.json deleted file mode 100644 index 9173607..0000000 --- a/software/flow/node_modules/@influxdata/influxdb-client/api-extractor.json +++ /dev/null @@ -1,8 +0,0 @@ -/** - * Config file for API Extractor. For more info, please visit: https://api-extractor.com - */ -{ - "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json", - "extends": "../../scripts/api-extractor-base.json", - "mainEntryPointFilePath": "<projectFolder>/dist/index.d.ts" -} diff --git a/software/flow/node_modules/@influxdata/influxdb-client/dist/index.browser.js b/software/flow/node_modules/@influxdata/influxdb-client/dist/index.browser.js deleted file mode 100644 index dc51f82..0000000 --- a/software/flow/node_modules/@influxdata/influxdb-client/dist/index.browser.js +++ /dev/null @@ -1,12 +0,0 @@ -(function (global, factory) { - typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : - typeof define === 'function' && define.amd ? define(['exports'], factory) : - (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global["@influxdata/influxdb-client"] = {})); -})(this, (function (exports) { -"use strict";var influxdb=(()=>{var k=Object.defineProperty;var Ae=Object.getOwnPropertyDescriptor;var De=Object.getOwnPropertyNames;var Ee=Object.prototype.hasOwnProperty;var Pe=(r,e)=>{for(var t in e)k(r,t,{get:e[t],enumerable:!0})},Fe=(r,e,t,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of De(e))!Ee.call(r,i)&&i!==t&&k(r,i,{get:()=>e[i],enumerable:!(n=Ae(e,i))||n.enumerable});return r};var Le=r=>Fe(k({},"__esModule",{value:!0}),r);var nt={};Pe(nt,{AbortError:()=>x,DEFAULT_ConnectionOptions:()=>We,DEFAULT_RetryDelayStrategyOptions:()=>Y,DEFAULT_WriteOptions:()=>Z,FLUX_VALUE:()=>D,HttpError:()=>m,IllegalArgumentError:()=>y,InfluxDB:()=>U,LineSplitter:()=>b,Log:()=>p,Point:()=>ue,RequestTimedOutError:()=>v,UNKNOWN_COLUMN:()=>Q,canRetryHttpCall:()=>Be,chunksToLines:()=>R,chunksToLinesIterable:()=>M,consoleLogger:()=>Te,convertTimeToNanos:()=>se,createFluxTableColumn:()=>Ie,createFluxTableMetaData:()=>A,createTextDecoderCombiner:()=>g,currentTime:()=>ne,dateToProtocolTimestamp:()=>ie,escape:()=>w,flux:()=>et,fluxBool:()=>Ze,fluxDateTime:()=>Ge,fluxDuration:()=>Ke,fluxExpression:()=>oe,fluxFloat:()=>qe,fluxInteger:()=>Je,fluxRegExp:()=>Ye,fluxString:()=>je,getRetryDelay:()=>j,isStatusCodeRetriable:()=>pe,linesToRowsIterable:()=>J,linesToTables:()=>V,newFluxTableColumn:()=>S,sanitizeFloat:()=>ae,sanitizeInteger:()=>le,serializeDateTimeAsDate:()=>Me,serializeDateTimeAsNumber:()=>_e,serializeDateTimeAsString:()=>Ve,setLogger:()=>Ne,stringToLines:()=>ze,symbolObservable:()=>X,toFluxValue:()=>H,typeSerializers:()=>C,useProcessHrtime:()=>we});function g(){let r=new TextDecoder("utf-8");return{concat(e,t){let n=new Uint8Array(e.length+t.length);return n.set(e),n.set(t,e.length),n},copy(e,t,n){let i=new Uint8Array(n-t);return i.set(e.subarray(t,n)),i},toUtf8String(e,t,n){return r.decode(e.subarray(t,n))}}}function R(r,e){let t=e!=null?e:g(),n,i=!1,s=!1,o=!1,a;function f(l){let c,d=0;for(n?(c=l.length===0?0:n.length,l=t.concat(n,l)):c=0;c<l.length;){let T=l[c];if(T===10){if(!s){let $=c>0&&l[c-1]===13?c-1:c;if(i)return;if(o=r.next(t.toUtf8String(l,d,$))===!1,d=c+1,o)break}}else T===34&&(s=!s);c++}if(d<l.length?n=t.copy(l,d,l.length):n=void 0,o){if(r.useResume){r.useResume(()=>{o=!1,f(new Uint8Array(0))});return}u.error(new Error("Unable to pause, useResume is not configured!")),o=!1}a&&(a(),a=void 0)}let u={next(l){if(!i)try{return f(l),!o}catch(c){this.error(c)}return!0},error(l){i||(i=!0,r.error(l))},complete(){i||(n&&r.next(t.toUtf8String(n,0,n.length)),i=!0,r.complete())}};return r.useCancellable&&(u.useCancellable=l=>{r.useCancellable&&r.useCancellable({cancel(){l.cancel(),n=void 0,u.complete()},isCancelled(){return l.isCancelled()}})}),r.useResume&&(u.useResume=l=>{a=l}),u}async function*M(r,e){let t=e!=null?e:g(),n,i=!1;for await(let s of r){let o,a=0;for(n?(o=n.length,s=t.concat(n,s)):o=0;o<s.length;){let f=s[o];if(f===10){if(!i){let u=o>0&&s[o-1]===13?o-1:o;yield t.toUtf8String(s,a,u),a=o+1}}else f===34&&(i=!i);o++}a<s.length?n=t.copy(s,a,s.length):n=void 0}n&&(yield t.toUtf8String(n,0,n.length))}var b=class{constructor(){this._reuse=!1}get reuse(){return this._reuse}set reuse(e){e&&!this.reusedValues&&(this.reusedValues=new Array(10)),this._reuse=e}withReuse(){return this.reuse=!0,this}splitLine(e){if(e==null)return this.lastSplitLength=0,[];let t=0,n=0,i=this._reuse?this.reusedValues:[],s=0;for(let a=0;a<e.length;a++){let f=e[a];if(f===","){if(t%2===0){let u=this.getValue(e,n,a,t);this._reuse?i[s++]=u:i.push(u),n=a+1,t=0}}else f==='"'&&t++}let o=this.getValue(e,n,e.length,t);return this._reuse?(i[s]=o,this.lastSplitLength=s+1):(i.push(o),this.lastSplitLength=i.length),i}getValue(e,t,n,i){return t===e.length?"":i===0?e.substring(t,n):i===2?e.substring(t+1,n-1):e.substring(t+1,n-1).replace(/""/gi,'"')}};var N=r=>r,C={boolean:r=>r===""?null:r==="true",unsignedLong:r=>r===""?null:+r,long:r=>r===""?null:+r,double(r){switch(r){case"":return null;case"+Inf":return Number.POSITIVE_INFINITY;case"-Inf":return Number.NEGATIVE_INFINITY;default:return+r}},string:N,base64Binary:N,duration:r=>r===""?null:r,"dateTime:RFC3339":r=>r===""?null:r},_=class{get(e){var n;let t=e[this.index];return(t===""||t===void 0)&&this.defaultValue&&(t=this.defaultValue),((n=C[this.dataType])!=null?n:N)(t)}},Q=Object.freeze({label:"",dataType:"",group:!1,defaultValue:"",index:Number.MAX_SAFE_INTEGER,get:()=>{}});function S(){return new _}function Ie(r){var t,n;let e=new _;return e.label=String(r.label),e.dataType=r.dataType,e.group=Boolean(r.group),e.defaultValue=(t=r.defaultValue)!=null?t:"",e.index=(n=r.index)!=null?n:0,e}var Ue=[404,408,425,429,500,502,503,504];function pe(r){return Ue.includes(r)}var y=class extends Error{constructor(e){super(e),this.name="IllegalArgumentError",Object.setPrototypeOf(this,y.prototype)}},m=class extends Error{constructor(t,n,i,s,o,a){super();this.statusCode=t;this.statusMessage=n;this.body=i;this.contentType=o;if(Object.setPrototypeOf(this,m.prototype),a)this.message=a;else if(i){if(o!=null&&o.startsWith("application/json"))try{this.json=JSON.parse(i),this.message=this.json.message,this.code=this.json.code}catch(f){}this.message||(this.message=`${t} ${n} : ${i}`)}else this.message=`${t} ${n}`;this.name="HttpError",this.setRetryAfter(s)}setRetryAfter(t){typeof t=="string"?/^[0-9]+$/.test(t)?this._retryAfter=parseInt(t):this._retryAfter=0:this._retryAfter=0}canRetry(){return pe(this.statusCode)}retryAfter(){return this._retryAfter}},$e=["ECONNRESET","ENOTFOUND","ESOCKETTIMEDOUT","ETIMEDOUT","ECONNREFUSED","EHOSTUNREACH","EPIPE"];function Be(r){if(r){if(typeof r.canRetry=="function")return!!r.canRetry();if(r.code&&$e.includes(r.code))return!0}else return!1;return!1}function j(r,e){if(r){let t;return typeof r.retryAfter=="function"?r.retryAfter():(t=0,e&&e>0?t+Math.round(Math.random()*e):t)}else return 0}var v=class extends Error{constructor(){super(),Object.setPrototypeOf(this,v.prototype),this.name="RequestTimedOutError",this.message="Request timed out"}canRetry(){return!0}retryAfter(){return 0}},x=class extends Error{constructor(){super(),this.name="AbortError",Object.setPrototypeOf(this,x.prototype),this.message="Response aborted"}canRetry(){return!0}retryAfter(){return 0}};function Me(){C["dateTime:RFC3339"]=r=>r===""?null:new Date(Date.parse(r))}function _e(){C["dateTime:RFC3339"]=r=>r===""?null:Date.parse(r)}function Ve(){C["dateTime:RFC3339"]=r=>r===""?null:r}var q=class{constructor(e){e.forEach((t,n)=>t.index=n),this.columns=e}column(e,t=!0){for(let n=0;n<this.columns.length;n++){let i=this.columns[n];if(i.label===e)return i}if(t)throw new y(`Column ${e} not found!`);return Q}toObject(e){let t={};for(let n=0;n<this.columns.length&&n<e.length;n++){let i=this.columns[n];t[i.label]=i.get(e)}return t}get(e,t){return this.column(t,!1).get(e)}};function A(r){return new q(r)}function V(r){let e=new b().withReuse(),t,n=!0,i=0,s,o={error(a){r.error(a)},next(a){if(a==="")n=!0,t=void 0;else{let f=e.splitLine(a),u=e.lastSplitLength;if(n){if(!t){t=new Array(u);for(let l=0;l<u;l++)t[l]=S()}if(f[0].startsWith("#")){if(f[0]==="#datatype")for(let l=1;l<u;l++)t[l].dataType=f[l];else if(f[0]==="#default")for(let l=1;l<u;l++)t[l].defaultValue=f[l];else if(f[0]==="#group")for(let l=1;l<u;l++)t[l].group=f[l][0]==="t"}else{f[0]===""?(i=1,t=t.slice(1)):i=0;for(let l=i;l<u;l++)t[l-i].label=f[l];s=A(t),n=!1}}else return r.next(f.slice(i,u),s)}return!0},complete(){r.complete()}};return r.useCancellable&&(o.useCancellable=r.useCancellable.bind(r)),r.useResume&&(o.useResume=r.useResume.bind(r)),o}async function*J(r){let e=new b().withReuse(),t,n=!0,i=0,s;for await(let o of r)if(o==="")n=!0,t=void 0;else{let a=e.splitLine(o),f=e.lastSplitLength;if(n){if(!t){t=new Array(f);for(let u=0;u<f;u++)t[u]=S()}if(a[0].startsWith("#")){if(a[0]==="#datatype")for(let u=1;u<f;u++)t[u].dataType=a[u];else if(a[0]==="#default")for(let u=1;u<f;u++)t[u].defaultValue=a[u];else if(a[0]==="#group")for(let u=1;u<f;u++)t[u].group=a[u][0]==="t"}else{a[0]===""?(i=1,t=t.slice(1)):i=0;for(let u=i;u<f;u++)t[u-i].label=a[u];s=A(t),n=!1}}else yield{values:a.slice(i,f),tableMeta:s}}}function ze(r,e){let t=!1,n=0,i=0;for(;i<r.length;){let s=r.charCodeAt(i);if(s===10){if(!t){let o=i>0&&r.charCodeAt(i-1)===13?i-1:i;e.next(r.substring(n,o)),n=i+1}}else s===34&&(t=!t);i++}n<i&&e.next(r.substring(n,i)),e.complete()}var X=(()=>typeof Symbol=="function"&&Symbol.observable||"@@observable")();var K=class{constructor(e,t){this.isClosed=!1;try{t({next:n=>{e.next(n)},error:n=>{this.isClosed=!0,e.error(n)},complete:()=>{this.isClosed=!0,e.complete()},useCancellable:n=>{this.cancellable=n}})}catch(n){this.isClosed=!0,e.error(n)}}get closed(){return this.isClosed}unsubscribe(){var e;(e=this.cancellable)==null||e.cancel(),this.isClosed=!0}};function G(){}function He(r){let{next:e,error:t,complete:n}=r;return{next:e?e.bind(r):G,error:t?t.bind(r):G,complete:n?n.bind(r):G}}var O=class{constructor(e,t){this.executor=e;this.decorator=t}subscribe(e,t,n){let i=He(typeof e!="object"||e===null?{next:e,error:t,complete:n}:e);return new K(this.decorator(i),this.executor)}[X](){return this}};Symbol.observable;var We={timeout:1e4},Y={retryJitter:200,minRetryDelay:5e3,maxRetryDelay:125e3,exponentialBase:5,randomRetry:!0},Z={batchSize:1e3,maxBatchBytes:5e7,flushInterval:6e4,writeFailed:function(){},writeSuccess:function(){},writeRetrySkipped:function(){},maxRetries:5,maxRetryTime:18e4,maxBufferLines:32e3,retryJitter:200,minRetryDelay:5e3,maxRetryDelay:125e3,exponentialBase:2,gzipThreshold:1e3,randomRetry:!0};function ee(r,e){return function(t){let n="",i=0,s=0;for(;s<t.length;){let o=r.indexOf(t[s]);o>=0&&(n+=t.substring(i,s),n+=e[o],i=s+1),s++}return i==0?t:(i<t.length&&(n+=t.substring(i,t.length)),n)}}function ke(r,e){let t=ee(r,e);return n=>'"'+t(n)+'"'}var w={measurement:ee(`, -\r `,["\\,","\\ ","\\n","\\r","\\t"]),quoted:ke('"\\',['\\"',"\\\\"]),tag:ee(`, = -\r `,["\\,","\\ ","\\=","\\n","\\r","\\t"])};var xe="000000000";function we(r){return!1}we(!0);var he=Date.now(),te=0;function re(){{let r=Date.now();r!==he?(he=r,te=0):te++;let e=String(te);return String(r)+xe.substr(0,6-e.length)+e}}function ye(){return String(Date.now())+xe.substr(0,3)}function ge(){return String(Date.now())}function be(){return String(Math.floor(Date.now()/1e3))}var ne={s:be,ms:ge,us:ye,ns:re,seconds:be,millis:ge,micros:ye,nanos:re},ie={s:r=>`${Math.floor(r.getTime()/1e3)}`,ms:r=>`${r.getTime()}`,us:r=>`${r.getTime()}000`,ns:r=>`${r.getTime()}000000`};function se(r){return r===void 0?re():typeof r=="string"?r.length>0?r:void 0:r instanceof Date?`${r.getTime()}000000`:String(typeof r=="number"?Math.floor(r):r)}var Te={error(r,e){console.error("ERROR: "+r,e||"")},warn(r,e){console.warn("WARN: "+r,e||"")}},z=Te,p={error(r,e){z.error(r,e)},warn(r,e){z.warn(r,e)}};function Ne(r){let e=z;return z=r,e}var D=Symbol("FLUX_VALUE"),h=class{constructor(e){this.fluxValue=e}toString(){return this.fluxValue}[D](){return this.fluxValue}};function Qe(r){return typeof r=="object"&&typeof r[D]=="function"}function E(r){if(r==null)return"";r=r.toString();let e,t=0;function n(){e===void 0&&(e=r.substring(0,t))}for(;t<r.length;t++){let i=r.charAt(t);switch(i){case"\r":n(),e+="\\r";break;case` -`:n(),e+="\\n";break;case" ":n(),e+="\\t";break;case'"':case"\\":n(),e=e+"\\"+i;break;case"$":if(t+1<r.length&&r.charAt(t+1)==="{"){n(),t++,e+="\\${";break}e!=null&&(e+=i);break;default:e!=null&&(e+=i)}}return e!==void 0?e:r}function je(r){return new h(`"${E(r)}"`)}function ae(r){let e=Number(r);if(!isFinite(e)){if(typeof r=="number")return`float(v: "${e}")`;throw new Error(`not a flux float: ${r}`)}let t=e.toString(),n=!1;for(let i of t)if(!(i>="0"&&i<="9"||i=="-")){if(i==="."){n=!0;continue}return`float(v: "${t}")`}return n?t:t+".0"}function qe(r){return new h(ae(r))}function le(r){let e=String(r),t=e.startsWith("-"),n=t?e.substring(1):e;if(n.length===0||n.length>19)throw new Error(`not a flux integer: ${e}`);for(let i of n)if(i<"0"||i>"9")throw new Error(`not a flux integer: ${e}`);if(n.length===19){if(t&&n>"9223372036854775808")throw new Error(`flux integer out of bounds: ${e}`);if(!t&&n>"9223372036854775807")throw new Error(`flux integer out of bounds: ${e}`)}return e}function Je(r){return new h(le(r))}function Xe(r){return`time(v: "${E(r)}")`}function Ge(r){return new h(Xe(r))}function Ke(r){return new h(`duration(v: "${E(r)}")`)}function Re(r){return r instanceof RegExp?r.toString():new RegExp(r).toString()}function Ye(r){return new h(Re(r))}function Ze(r){return r==="true"||r==="false"?new h(r):new h((!!r).toString())}function oe(r){return new h(String(r))}function H(r){if(r===void 0)return"";if(r===null)return"null";if(typeof r=="boolean")return r.toString();if(typeof r=="string")return`"${E(r)}"`;if(typeof r=="number")return Number.isSafeInteger(r)?le(r):ae(r);if(typeof r=="object"){if(typeof r[D]=="function")return r[D]();if(r instanceof Date)return r.toISOString();if(r instanceof RegExp)return Re(r);if(Array.isArray(r))return`[${r.map(H).join(",")}]`}else if(typeof r=="bigint")return`${r}.0`;return H(r.toString())}function et(r,...e){if(r.length==1&&e.length===0)return oe(r[0]);let t=new Array(r.length+e.length),n=0;for(let i=0;i<r.length;i++){let s=r[i];if(t[n++]=s,i<e.length){let o=e[i],a;if(s.endsWith('"')&&i+1<r.length&&r[i+1].startsWith('"'))a=E(o);else if(a=H(o),a===""&&!Qe(o))throw new Error(`Unsupported parameter literal '${o}' at index: ${i}, type: ${typeof o}`);t[n++]=a}else if(i<r.length-1)throw new Error("Too few parameters supplied!")}return oe(t.join(""))}var ue=class{constructor(e){this.tags={};this.fields={};e&&(this.name=e)}measurement(e){return this.name=e,this}tag(e,t){return this.tags[e]=t,this}booleanField(e,t){return this.fields[e]=t?"T":"F",this}intField(e,t){let n;if(typeof t=="number"?n=t:n=parseInt(String(t)),isNaN(n)||n<=-9223372036854776e3||n>=9223372036854776e3)throw new Error(`invalid integer value for field '${e}': '${t}'!`);return this.fields[e]=`${Math.floor(n)}i`,this}uintField(e,t){if(typeof t=="number"){if(isNaN(t)||t<0||t>Number.MAX_SAFE_INTEGER)throw new Error(`uint value for field '${e}' out of range: ${t}`);this.fields[e]=`${Math.floor(t)}u`}else{let n=String(t);for(let i=0;i<n.length;i++){let s=n.charCodeAt(i);if(s<48||s>57)throw new Error(`uint value has an unsupported character at pos ${i}: ${t}`)}if(n.length>20||n.length===20&&n.localeCompare("18446744073709551615")>0)throw new Error(`uint value for field '${e}' out of range: ${n}`);this.fields[e]=`${n}u`}return this}floatField(e,t){let n;if(typeof t=="number"?n=t:n=parseFloat(t),!isFinite(n))throw new Error(`invalid float value for field '${e}': ${t}`);return this.fields[e]=String(n),this}stringField(e,t){return t!=null&&(typeof t!="string"&&(t=String(t)),this.fields[e]=w.quoted(t)),this}timestamp(e){return this.time=e,this}toLineProtocol(e){if(!this.name)return;let t="";if(Object.keys(this.fields).sort().forEach(o=>{if(o){let a=this.fields[o];t.length>0&&(t+=","),t+=`${w.tag(o)}=${a}`}}),t.length===0)return;let n="",i=e&&e.defaultTags?{...e.defaultTags,...this.tags}:this.tags;Object.keys(i).sort().forEach(o=>{if(o){let a=i[o];a&&(n+=",",n+=`${w.tag(o)}=${w.tag(a)}`)}});let s=this.time;return e&&e.convertTime?s=e.convertTime(s):s=se(s),`${w.measurement(this.name)}${n} ${t}${s!==void 0?" "+s:""}`}toString(){let e=this.toLineProtocol(void 0);return e||`invalid point: ${JSON.stringify(this,void 0)}`}};var fe=class{constructor(e){this.options={...Y,...e},this.success()}nextDelay(e,t){let n=j(e);if(n&&n>0)return n+Math.round(Math.random()*this.options.retryJitter);if(t&&t>0){if(this.options.randomRetry){let s=Math.max(this.options.minRetryDelay,1),o=s*this.options.exponentialBase;for(let a=1;a<t;a++)if(s=o,o=o*this.options.exponentialBase,o>=this.options.maxRetryDelay){o=this.options.maxRetryDelay;break}return s+Math.round(Math.random()*(o-s)+Math.random()*this.options.retryJitter)}let i=Math.max(this.options.minRetryDelay,1);for(let s=1;s<t;s++)if(i=i*this.options.exponentialBase,i>=this.options.maxRetryDelay){i=this.options.maxRetryDelay;break}return i+Math.round(Math.random()*this.options.retryJitter)}else this.currentDelay?this.currentDelay=Math.min(Math.max(this.currentDelay*this.options.exponentialBase,1)+Math.round(Math.random()*this.options.retryJitter),this.options.maxRetryDelay):this.currentDelay=this.options.minRetryDelay+Math.round(Math.random()*this.options.retryJitter);return this.currentDelay}success(){this.currentDelay=void 0}};function Ce(r){return new fe(r)}function tt(r){let e,t=r,n=r;for(;n.next;)n.next.expires<t.expires&&(e=n,t=n.next),n=n.next;return[t,e]}var P=class{constructor(e,t,n=()=>{}){this.maxLines=e;this.retryLines=t;this.onShrink=n;this.size=0;this.closed=!1;this._timeoutHandle=void 0}addLines(e,t,n,i){if(this.closed||!e.length)return;let s=Date.now()+n;if(i<s&&(s=i),this.first&&this.size+e.length>this.maxLines){let u=this.size,l=u*.7;do{let[c,d]=tt(this.first);this.size-=c.lines.length,d?d.next=c.next:(this.first=c.next,this.first&&this.scheduleRetry(this.first.retryTime-Date.now())),c.next=void 0,this.onShrink(c)}while(this.first&&this.size+e.length>l);p.error(`RetryBuffer: ${u-this.size} oldest lines removed to keep buffer size under the limit of ${this.maxLines} lines.`)}let o={lines:e,retryCount:t,retryTime:s,expires:i},a=this.first,f;for(;;){if(!a||a.retryTime>s){o.next=a,f?f.next=o:(this.first=o,this.scheduleRetry(s-Date.now()));break}f=a,a=a.next}this.size+=e.length}removeLines(){if(this.first){let e=this.first;return this.first=this.first.next,e.next=void 0,this.size-=e.lines.length,e}}scheduleRetry(e){this._timeoutHandle&&clearTimeout(this._timeoutHandle),this._timeoutHandle=setTimeout(()=>{let t=this.removeLines();t?this.retryLines(t.lines,t.retryCount,t.expires).catch(()=>{}).finally(()=>{this.first&&this.scheduleRetry(this.first.retryTime-Date.now())}):this._timeoutHandle=void 0},Math.max(e,0))}async flush(){let e;for(;e=this.removeLines();)await this.retryLines(e.lines,e.retryCount,e.expires)}close(){return this._timeoutHandle&&(clearTimeout(this._timeoutHandle),this._timeoutHandle=void 0),this.closed=!0,this.size}};function ce(r){let e=r.length;for(let t=0;t<r.length;t++){let n=r.charCodeAt(t);n<128||(n>=128&&n<=2047?e++:n>=2048&&n<=65535?n>=55296&&n<=57343?e++:e+=2:e+=3)}return e}var de=class{constructor(e,t,n,i){this.maxChunkRecords=e;this.maxBatchBytes=t;this.flushFn=n;this.scheduleSend=i;this.length=0;this.bytes=-1;this.lines=new Array(e)}add(e){let t=ce(e);this.length===0?this.scheduleSend():this.bytes+t+1>=this.maxBatchBytes&&this.flush().catch(n=>{}),this.lines[this.length]=e,this.length++,this.bytes+=t+1,(this.length>=this.maxChunkRecords||this.bytes>=this.maxBatchBytes)&&this.flush().catch(n=>{})}flush(){let e=this.reset();return e.length>0?this.flushFn(e):Promise.resolve()}reset(){let e=this.lines.slice(0,this.length);return this.length=0,this.bytes=-1,e}},F=class{constructor(e,t,n,i,s){this.transport=e;this.closed=!1;this._timeoutHandle=void 0;this.path=`/api/v2/write?org=${encodeURIComponent(t)}&bucket=${encodeURIComponent(n)}&precision=${i}`,s!=null&&s.consistency&&(this.path+=`&consistency=${encodeURIComponent(s.consistency)}`),this.writeOptions={...Z,...s},this.currentTime=ne[i],this.dateToProtocolTimestamp=ie[i],this.writeOptions.defaultTags&&this.useDefaultTags(this.writeOptions.defaultTags),this.sendOptions={method:"POST",headers:{"content-type":"text/plain; charset=utf-8",...s==null?void 0:s.headers},gzipThreshold:this.writeOptions.gzipThreshold};let o=()=>{this.writeOptions.flushInterval>0&&(this._clearFlushTimeout(),this.closed||(this._timeoutHandle=setTimeout(()=>this.sendBatch(this.writeBuffer.reset(),this.writeOptions.maxRetries).catch(a=>{}),this.writeOptions.flushInterval)))};this.writeBuffer=new de(this.writeOptions.batchSize,this.writeOptions.maxBatchBytes,a=>(this._clearFlushTimeout(),this.sendBatch(a,this.writeOptions.maxRetries)),o),this.sendBatch=this.sendBatch.bind(this),this.retryStrategy=Ce(this.writeOptions),this.retryBuffer=new P(this.writeOptions.maxBufferLines,this.sendBatch,this.writeOptions.writeRetrySkipped)}sendBatch(e,t,n=Date.now()+this.writeOptions.maxRetryTime){let i=this,s=i.writeOptions.maxRetries+1-t;if(!this.closed&&e.length>0){if(n<=Date.now()){let o=new Error("Max retry time exceeded."),a=i.writeOptions.writeFailed.call(i,o,e,s,n);return a||(p.error(`Write to InfluxDB failed (attempt: ${s}).`,o),Promise.reject(o))}return new Promise((o,a)=>{let f,u={responseStarted(l,c){f=c},error(l){let c=i.writeOptions.writeFailed.call(i,l,e,s,n);if(c){c.then(o,a);return}if(l instanceof m&&l.json&&typeof l.json.error=="string"&&l.json.error.includes("hinted handoff queue not empty")){p.warn("Write to InfluxDB returns: "+l.json.error),f=204,u.complete();return}if(!i.closed&&t>0&&(!(l instanceof m)||l.statusCode>=429)){p.warn(`Write to InfluxDB failed (attempt: ${s}).`,l),i.retryBuffer.addLines(e,t-1,i.retryStrategy.nextDelay(l,s),n),a(l);return}p.error("Write to InfluxDB failed.",l),a(l)},complete(){if(f==204||f==null)i.writeOptions.writeSuccess.call(i,e),i.retryStrategy.success(),o();else{let l=`204 HTTP response status code expected, but ${f} returned`,c=new m(f,l,void 0,"0");c.message=l,u.error(c)}}};this.transport.send(this.path,e.join(` -`),this.sendOptions,u)})}else return Promise.resolve()}_clearFlushTimeout(){this._timeoutHandle!==void 0&&(clearTimeout(this._timeoutHandle),this._timeoutHandle=void 0)}writeRecord(e){if(this.closed)throw new Error("writeApi: already closed!");this.writeBuffer.add(e)}writeRecords(e){if(this.closed)throw new Error("writeApi: already closed!");for(let t=0;t<e.length;t++)this.writeBuffer.add(e[t])}writePoint(e){if(this.closed)throw new Error("writeApi: already closed!");let t=e.toLineProtocol(this);t&&this.writeBuffer.add(t)}writePoints(e){if(this.closed)throw new Error("writeApi: already closed!");for(let t=0;t<e.length;t++){let n=e[t].toLineProtocol(this);n&&this.writeBuffer.add(n)}}async flush(e){if(await this.writeBuffer.flush(),e)return await this.retryBuffer.flush()}close(){return this.writeBuffer.flush().finally(()=>{let t=this.retryBuffer.close();t&&p.error(`Retry buffer closed with ${t} items that were not written to InfluxDB!`,null),this.closed=!0})}dispose(){return this._clearFlushTimeout(),this.closed=!0,this.retryBuffer.close()+this.writeBuffer.length}useDefaultTags(e){return this.defaultTags=e,this}convertTime(e){return e===void 0?this.currentTime():typeof e=="string"?e.length>0?e:void 0:e instanceof Date?this.dateToProtocolTimestamp(e):String(typeof e=="number"?Math.floor(e):e)}};function me(r={}){let e=0,t={next:n=>{if(e===0&&r.next&&n!==null&&n!==void 0)return r.next(n)},error:n=>{e===0&&(e=1,r.error&&r.error(n))},complete:()=>{e===0&&(e=2,r.complete&&r.complete())},responseStarted:(n,i)=>{r.responseStarted&&r.responseStarted(n,i)}};return r.useCancellable&&(t.useCancellable=r.useCancellable.bind(r)),r.useResume&&(t.useResume=r.useResume.bind(r)),t}function Oe(r){let e={};return r.headers.forEach((t,n)=>{let i=e[n];i===void 0?e[n]=t:Array.isArray(i)?i.push(t):e[n]=[i,t]}),e}var L=class{constructor(e){this.connectionOptions=e;this.chunkCombiner=g();this.requestDecorator=function(){};this.defaultHeaders={"content-type":"application/json; charset=utf-8",...e.headers},this.connectionOptions.token&&(this.defaultHeaders.Authorization="Token "+this.connectionOptions.token),this.url=String(this.connectionOptions.url),this.url.endsWith("/")&&(this.url=this.url.substring(0,this.url.length-1)),this.url.endsWith("/api/v2")&&(this.url=this.url.substring(0,this.url.length-7),p.warn(`Please remove '/api/v2' context path from InfluxDB base url, using ${this.url} !`))}send(e,t,n,i){let s=me(i),o=!1,a=n.signal,f,u=()=>{},l=u;if(i&&i.useCancellable){let c=new AbortController;a||(a=c.signal,n={...n,signal:a}),a.addEventListener("abort",()=>{l()}),i.useCancellable({cancel(){o=!0,c.abort()},isCancelled(){return o||a.aborted}})}this.fetch(e,t,n).then(async c=>{if(i!=null&&i.responseStarted&&s.responseStarted(Oe(c),c.status),await this.throwOnErrorResponse(c),c.body){let d=c.body.getReader(),T;do{if(f&&await f,o)break;if(T=await d.read(),s.next(T.value)===!1){let $=s.useResume;if(!$){let B="Unable to pause, useResume is not configured!";return await d.cancel(B),Promise.reject(new Error(B))}f=new Promise(B=>{l=()=>{B(),f=void 0,l=u},$(l)})}}while(!T.done)}else if(c.arrayBuffer){let d=await c.arrayBuffer();s.next(new Uint8Array(d))}else{let d=await c.text();s.next(new TextEncoder().encode(d))}}).catch(c=>{o||s.error(c)}).finally(()=>s.complete())}async throwOnErrorResponse(e){if(e.status>=300){let t="";try{if(t=await e.text(),!t){let n=e.headers.get("x-influxdb-error");n&&(t=n)}}catch(n){throw p.warn("Unable to receive error body",n),new m(e.status,e.statusText,void 0,e.headers.get("retry-after"),e.headers.get("content-type"))}throw new m(e.status,e.statusText,t,e.headers.get("retry-after"),e.headers.get("content-type"))}}async*iterate(e,t,n){var s;let i=await this.fetch(e,t,n);if(await this.throwOnErrorResponse(i),i.body){let o=i.body.getReader();for(;;){let{value:a,done:f}=await o.read();if(f)break;if((s=n.signal)!=null&&s.aborted)throw await i.body.cancel(),new x;yield a}}else if(i.arrayBuffer){let o=await i.arrayBuffer();yield new Uint8Array(o)}else{let o=await i.text();yield new TextEncoder().encode(o)}}async request(e,t,n,i){var u,l;let s=await this.fetch(e,t,n),{headers:o}=s,a=o.get("content-type")||"";i&&i(Oe(s),s.status),await this.throwOnErrorResponse(s);let f=(l=(u=n.headers)==null?void 0:u.accept)!=null?l:a;if(f.includes("json"))return await s.json();if(f.includes("text")||f.startsWith("application/csv"))return await s.text()}fetch(e,t,n){let{method:i,headers:s,...o}=n,a=`${this.url}${e}`,f={method:i,body:i==="GET"||i==="HEAD"?void 0:typeof t=="string"?t:JSON.stringify(t),headers:{...this.defaultHeaders,...s},credentials:"omit",...this.connectionOptions.transportOptions,...o};return this.requestDecorator(f,n,a),fetch(a,f)}};var Se={header:!0,delimiter:",",quoteChar:'"',commentPrefix:"#",annotations:["datatype","group","default"]},I=class{constructor(e,t,n){this.transport=e;this.createCSVResponse=t;this.options=typeof n=="string"?{org:n}:n}with(e){return new I(this.transport,this.createCSVResponse,{...this.options,...e})}response(e){let{org:t,type:n,gzip:i,headers:s}=this.options,o=`/api/v2/query?org=${encodeURIComponent(t)}`,a=JSON.stringify(this.decorateRequest({query:e.toString(),dialect:Se,type:n})),f={method:"POST",headers:{"content-type":"application/json; encoding=utf-8","accept-encoding":i?"gzip":"identity",...s}};return this.createCSVResponse(u=>this.transport.send(o,a,f,u),()=>this.transport.iterate(o,a,f))}iterateLines(e){return this.response(e).iterateLines()}iterateRows(e){return this.response(e).iterateRows()}lines(e){return this.response(e).lines()}rows(e){return this.response(e).rows()}queryLines(e,t){return this.response(e).consumeLines(t)}queryRows(e,t){return this.response(e).consumeRows(t)}collectRows(e,t){return this.response(e).collectRows(t)}collectLines(e){return this.response(e).collectLines()}queryRaw(e){let{org:t,type:n,gzip:i,headers:s}=this.options;return this.transport.request(`/api/v2/query?org=${encodeURIComponent(t)}`,JSON.stringify(this.decorateRequest({query:e.toString(),dialect:Se,type:n})),{method:"POST",headers:{accept:"text/csv","accept-encoding":i?"gzip":"identity","content-type":"application/json; encoding=utf-8",...s}})}decorateRequest(e){var t;return typeof this.options.now=="function"&&(e.now=this.options.now()),e.type=(t=this.options.type)!=null?t:"flux",e}},ve=I;function rt(r,e){return e.toObject(r)}var W=class{constructor(e,t,n){this.executor=e;this.iterableResultExecutor=t;this.chunkCombiner=n}iterateLines(){return M(this.iterableResultExecutor())}iterateRows(){return J(M(this.iterableResultExecutor()))}lines(){return new O(this.executor,e=>R(e,this.chunkCombiner))}rows(){return new O(this.executor,e=>R(V({next(t,n){e.next({values:t,tableMeta:n})},error(t){e.error(t)},complete(){e.complete()}}),this.chunkCombiner))}consumeLines(e){this.executor(R(e,this.chunkCombiner))}consumeRows(e){this.executor(R(V(e),this.chunkCombiner))}collectRows(e=rt){let t=[];return new Promise((n,i)=>{this.consumeRows({next(s,o){let a=e.call(this,s,o);a!==void 0&&t.push(a)},error(s){i(s)},complete(){n(t)}})})}collectLines(){let e=[];return new Promise((t,n)=>{this.consumeLines({next(i){e.push(i)},error(i){n(i)},complete(){t(e)}})})}};var U=class{constructor(e){var n;if(typeof e=="string")this._options={url:e};else if(e!==null&&typeof e=="object")this._options=e;else throw new y("No url or configuration specified!");let t=this._options.url;if(typeof t!="string")throw new y("No url specified!");t.endsWith("/")&&(this._options.url=t.substring(0,t.length-1)),this.transport=(n=this._options.transport)!=null?n:new L(this._options),this.processCSVResponse=(i,s)=>new W(i,s,this.transport.chunkCombiner)}getWriteApi(e,t,n="ns",i){return new F(this.transport,e,t,n,i!=null?i:this._options.writeOptions)}getQueryApi(e){return new ve(this.transport,this.processCSVResponse,e)}};return Le(nt);})(); -Object.defineProperty(exports, '__esModule', { value: true });Object.assign(exports, influxdb);})); -//# sourceMappingURL=index.browser.js.map \ No newline at end of file diff --git a/software/flow/node_modules/@influxdata/influxdb-client/dist/index.browser.js.gz b/software/flow/node_modules/@influxdata/influxdb-client/dist/index.browser.js.gz deleted file mode 100644 index 8bf8cb4..0000000 Binary files a/software/flow/node_modules/@influxdata/influxdb-client/dist/index.browser.js.gz and /dev/null differ diff --git a/software/flow/node_modules/@influxdata/influxdb-client/dist/index.browser.js.map b/software/flow/node_modules/@influxdata/influxdb-client/dist/index.browser.js.map deleted file mode 100644 index 0285231..0000000 --- a/software/flow/node_modules/@influxdata/influxdb-client/dist/index.browser.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["../src/index.ts","../src/results/chunkCombiner.ts","../src/results/chunksToLines.ts","../src/results/chunksToLinesIterable.ts","../src/results/LineSplitter.ts","../src/results/FluxTableColumn.ts","../src/errors.ts","../src/results/FluxTableMetaData.ts","../src/results/linesToTables.ts","../src/results/linesToRowsIterable.ts","../src/results/stringToLines.ts","../src/observable/symbol.ts","../src/results/ObservableQuery.ts","../src/options.ts","../src/util/escape.ts","../src/util/currentTime.ts","../src/util/logger.ts","../src/query/flux.ts","../src/Point.ts","../src/impl/retryStrategy.ts","../src/impl/RetryBuffer.ts","../src/util/utf8Length.ts","../src/impl/WriteApiImpl.ts","../src/impl/completeCommunicationObserver.ts","../src/impl/browser/FetchTransport.ts","../src/impl/QueryApiImpl.ts","../src/results/AnnotatedCSVResponseImpl.ts","../src/InfluxDB.ts"],"sourcesContent":["/**\n * The `@influxdata/influxdb-client` package provides optimized APIs that write or query InfluxDB v2.\n *\n * @remarks\n * The entry point of this package is the {@link @influxdata/influxdb-client#InfluxDB } class. It is\n * initialized with options that tells how to communicate with InfluxDB. The simple usage pattern is:\n *\n * ```\n * import {InfluxDB} = from('@influxdata/influxdb-client')\n * const influxDB = new InfluxDB({\n * url: \"http://localhost:8086\",\n * token: \"your-api-token\"\n * })\n * ```\n *\n * The influxDB object let you create two essential API instances, {@link @influxdata/influxdb-client#InfluxDB.getWriteApi }\n * and {@link @influxdata/influxdb-client#InfluxDB.getQueryApi }. The {@link @influxdata/influxdb-client#WriteApi}\n * asynchronously writes measurement points on background, in batches to optimize network traffic, and with retries\n * upon failures. The {@link @influxdata/influxdb-client#QueryApi} let you execute a flux query against InfluxDB\n * and offers several ways to stream query results.\n *\n * The influxDB object is also used to create more specialized InfluxDB management API instances in\n * {@link @influxdata/influxdb-client-apis# | @influxdata/influxdb-client-apis} .\n *\n * See also {@link https://github.com/influxdata/influxdb-client-js/tree/master/examples | examples} to know more.\n *\n * @packageDocumentation\n */\nexport * from './results'\nexport * from './options'\nexport * from './errors'\nexport * from './util/escape'\nexport * from './util/currentTime'\nexport * from './util/logger'\nexport * from './query'\nexport * from './transport'\nexport * from './observable'\nexport * from './Point'\nexport {default as InfluxDB} from './InfluxDB'\nexport {default as QueryApi, QueryOptions} from './QueryApi'\nexport {default as WriteApi} from './WriteApi'\n","/**\n * ChunkCombiner is a simplified platform-neutral manipulation of Uint8arrays\n * that allows to process text data on the fly. The implementation can be optimized\n * for the target platform (node vs browser).\n */\nexport interface ChunkCombiner {\n /**\n * Concatenates first and second chunk.\n * @param first - first chunk\n * @param second - second chunk\n * @returns first + second\n */\n concat(first: Uint8Array, second: Uint8Array): Uint8Array\n\n /**\n * Converts chunk into a string.\n * @param chunk - chunk\n * @param start - start index\n * @param end - end index\n * @returns string representation of chunk slice\n */\n toUtf8String(chunk: Uint8Array, start: number, end: number): string\n\n /**\n * Creates a new chunk from the supplied chunk.\n * @param chunk - chunk to copy\n * @param start - start index\n * @param end - end index\n * @returns a copy of a chunk slice\n */\n copy(chunk: Uint8Array, start: number, end: number): Uint8Array\n}\n\n// TextDecoder is available since node v8.3.0 and in all modern browsers\ndeclare class TextDecoder {\n constructor(encoding: string)\n decode(chunk: Uint8Array): string\n}\n\n/**\n * Creates a chunk combiner instance that uses UTF-8\n * TextDecoder to decode Uint8Arrays into strings.\n */\nexport function createTextDecoderCombiner(): ChunkCombiner {\n const decoder = new TextDecoder('utf-8')\n return {\n concat(first: Uint8Array, second: Uint8Array): Uint8Array {\n const retVal = new Uint8Array(first.length + second.length)\n retVal.set(first)\n retVal.set(second, first.length)\n return retVal\n },\n copy(chunk: Uint8Array, start: number, end: number): Uint8Array {\n const retVal = new Uint8Array(end - start)\n retVal.set(chunk.subarray(start, end))\n return retVal\n },\n toUtf8String(chunk: Uint8Array, start: number, end: number): string {\n return decoder.decode(chunk.subarray(start, end))\n },\n }\n}\n","import {ChunkCombiner, createTextDecoderCombiner} from './chunkCombiner'\nimport {CommunicationObserver} from './CommunicationObserver'\nimport {Cancellable} from './Cancellable'\n\n/**\n * ChunksToLines is a transformation that accepts Uint8Array instances\n * and emmits strings representing CSV lines.\n * @param target - target to emmit CSV lines to\n * @param chunkCombiner - chunk combiner\n * @returns communication obrver to accept Uint8Arrays\n */\nexport function chunksToLines(\n target: CommunicationObserver<string>,\n chunkCombiner?: ChunkCombiner\n): CommunicationObserver<Uint8Array> {\n const chunks = chunkCombiner ?? createTextDecoderCombiner()\n let previous: Uint8Array | undefined\n let finished = false\n let quoted = false\n let paused = false\n let resumeChunks: (() => void) | undefined\n\n function bufferReceived(chunk: Uint8Array): void {\n let index: number\n let start = 0\n if (previous) {\n // inspect the whole remaining data upon empty chunk\n // empty chunk signalizes to restart of receiving\n index = chunk.length === 0 ? 0 : (previous as Uint8Array).length\n chunk = chunks.concat(previous, chunk)\n } else {\n index = 0\n }\n while (index < chunk.length) {\n const c = chunk[index]\n if (c === 10) {\n if (!quoted) {\n /* do not emit CR+LR or LF line ending */\n const end = index > 0 && chunk[index - 1] === 13 ? index - 1 : index\n // do not emmit more lines if the processing is already finished\n if (finished) {\n return\n }\n paused = target.next(chunks.toUtf8String(chunk, start, end)) === false\n start = index + 1\n if (paused) {\n break\n }\n }\n } else if (c === 34 /* \" */) {\n quoted = !quoted\n }\n index++\n }\n if (start < chunk.length) {\n previous = chunks.copy(chunk, start, chunk.length)\n } else {\n previous = undefined\n }\n if (paused) {\n if (target.useResume) {\n target.useResume(() => {\n paused = false\n bufferReceived(new Uint8Array(0))\n })\n return\n }\n retVal.error(new Error('Unable to pause, useResume is not configured!'))\n paused = false // consume remaining data\n }\n if (resumeChunks) {\n resumeChunks()\n resumeChunks = undefined\n }\n }\n\n const retVal: CommunicationObserver<Uint8Array> = {\n next(chunk: Uint8Array): boolean {\n if (!finished) {\n try {\n bufferReceived(chunk)\n return !paused\n } catch (e) {\n this.error(e as Error)\n }\n }\n return true\n },\n error(error: Error): void {\n if (!finished) {\n finished = true\n target.error(error)\n }\n },\n complete(): void {\n if (!finished) {\n if (previous) {\n target.next(chunks.toUtf8String(previous, 0, previous.length))\n }\n finished = true\n target.complete()\n }\n },\n }\n if (target.useCancellable) {\n retVal.useCancellable = (cancellable: Cancellable) => {\n target.useCancellable &&\n target.useCancellable({\n cancel(): void {\n cancellable.cancel()\n previous = undefined // do not emit more lines\n retVal.complete()\n },\n isCancelled(): boolean {\n return cancellable.isCancelled()\n },\n })\n }\n }\n if (target.useResume) {\n retVal.useResume = (x: () => void) => {\n resumeChunks = x\n }\n }\n\n return retVal\n}\n","import {ChunkCombiner, createTextDecoderCombiner} from './chunkCombiner'\n\n/**\n * ChunksToLinesIterable is a transformation that accepts\n * an iterable of Uint8Array instances and returns iterable of lines.\n * @param source - iterable of transport buffers\n * @param chunkCombiner - chunk combiner\n * @returns iterable of lines\n */\nexport async function* chunksToLinesIterable(\n source: AsyncIterable<Uint8Array>,\n chunkCombiner?: ChunkCombiner\n): AsyncIterableIterator<string> {\n const chunks = chunkCombiner ?? createTextDecoderCombiner()\n let previous: Uint8Array | undefined\n let quoted = false\n\n for await (let chunk of source) {\n let index: number\n let start = 0\n if (previous) {\n index = previous.length\n chunk = chunks.concat(previous, chunk)\n } else {\n index = 0\n }\n while (index < chunk.length) {\n const c = chunk[index]\n if (c === 10) {\n if (!quoted) {\n /* do not emit CR+LR or LF line ending */\n const end = index > 0 && chunk[index - 1] === 13 ? index - 1 : index\n yield chunks.toUtf8String(chunk, start, end)\n start = index + 1\n }\n } else if (c === 34 /* \" */) {\n quoted = !quoted\n }\n index++\n }\n if (start < chunk.length) {\n previous = chunks.copy(chunk, start, chunk.length)\n } else {\n previous = undefined\n }\n }\n if (previous) {\n yield chunks.toUtf8String(previous, 0, previous.length)\n }\n}\n","/**\n * Optimized tokenizer of a single CSV line.\n */\nexport class LineSplitter {\n /** returned value when reused */\n reusedValues: string[]\n /** last length of elements in */\n lastSplitLength: number\n private _reuse = false\n\n /**\n * Reuse returned array between consecutive calls.\n */\n get reuse(): boolean {\n return this._reuse\n }\n set reuse(val: boolean) {\n if (val && !this.reusedValues) {\n this.reusedValues = new Array(10)\n }\n this._reuse = val\n }\n\n /**\n * Sets the reuse flag and returns this.\n */\n withReuse(): LineSplitter {\n this.reuse = true\n return this\n }\n\n /**\n * Splits the supplied line to elements that are separated by\n * comma with values possibly escaped within double quotes (\"value\")\n * @param line - line\n * @returns array of splitted parts\n */\n splitLine(line: string | undefined | null): string[] {\n if (line === null || line === undefined) {\n this.lastSplitLength = 0\n return []\n }\n let quoteCount = 0\n let startIndex = 0\n const values = this._reuse ? this.reusedValues : []\n let count = 0\n for (let i = 0; i < line.length; i++) {\n const c = line[i]\n if (c === ',') {\n if (quoteCount % 2 === 0) {\n const val = this.getValue(line, startIndex, i, quoteCount)\n if (this._reuse) {\n values[count++] = val\n } else {\n values.push(val)\n }\n startIndex = i + 1\n quoteCount = 0\n }\n } else if (c === '\"') {\n quoteCount++\n }\n }\n const val = this.getValue(line, startIndex, line.length, quoteCount)\n if (this._reuse) {\n values[count] = val\n this.lastSplitLength = count + 1\n } else {\n values.push(val)\n this.lastSplitLength = values.length\n }\n\n return values\n }\n\n private getValue(\n line: string,\n start: number,\n end: number,\n quoteCount: number\n ): string {\n if (start === line.length) {\n return ''\n } else if (quoteCount === 0) {\n return line.substring(start, end)\n } else if (quoteCount === 2) {\n return line.substring(start + 1, end - 1)\n } else {\n // quoteCount >= 4\n return line.substring(start + 1, end - 1).replace(/\"\"/gi, '\"')\n }\n }\n}\n","/**\n * Type of query result column, see {@link https://docs.influxdata.com/influxdb/latest/reference/syntax/annotated-csv/#data-types }\n */\nexport type ColumnType =\n | 'boolean'\n | 'unsignedLong'\n | 'long'\n | 'double'\n | 'string'\n | 'base64Binary'\n | 'dateTime:RFC3339'\n | 'duration'\n | string\n\n/**\n * FluxTableColumn describes {@link http://bit.ly/flux-spec#table | flux table} column.\n */\nexport interface FluxTableColumn {\n /**\n * Label (e.g., \"_start\", \"_stop\", \"_time\").\n */\n label: string\n\n /**\n * The data type of column (e.g., \"string\", \"long\", \"dateTime:RFC3339\").\n */\n dataType: ColumnType\n\n /**\n * Boolean flag indicating if the column is a part of the table's group key.\n */\n group: boolean\n\n /**\n * Default value to be used for rows whose string value is an empty string.\n */\n defaultValue: string\n\n /**\n * Index of this column in a row array.\n */\n index: number\n\n /**\n * Get returns a JavaScript object of this column in the supplied result row, using default deserializers.\n * @param row - a data row\n * @returns column value\n */\n get: (row: string[]) => any\n}\n\nconst identity = (x: string): any => x\n\n/**\n * A dictionary of serializers of particular types returned by a flux query.\n * See {@link https://docs.influxdata.com/influxdb/latest/reference/syntax/annotated-csv/#data-types }\n */\nexport const typeSerializers: Record<ColumnType, (val: string) => any> = {\n boolean: (x: string): any => (x === '' ? null : x === 'true'),\n unsignedLong: (x: string): any => (x === '' ? null : +x),\n long: (x: string): any => (x === '' ? null : +x),\n double(x: string): any {\n switch (x) {\n case '':\n return null\n case '+Inf':\n return Number.POSITIVE_INFINITY\n case '-Inf':\n return Number.NEGATIVE_INFINITY\n default:\n return +x\n }\n },\n string: identity,\n base64Binary: identity,\n duration: (x: string): any => (x === '' ? null : x),\n 'dateTime:RFC3339': (x: string): any => (x === '' ? null : x),\n}\n\n/**\n * FluxTableColumn implementation.\n */\nclass FluxTableColumnImpl implements FluxTableColumn {\n label: string\n dataType: ColumnType\n group: boolean\n defaultValue: string\n index: number\n public get(row: string[]): any {\n let val = row[this.index]\n if ((val === '' || val === undefined) && this.defaultValue) {\n val = this.defaultValue\n }\n return (typeSerializers[this.dataType] ?? identity)(val)\n }\n}\nexport const UNKNOWN_COLUMN: FluxTableColumn = Object.freeze({\n label: '',\n dataType: '',\n group: false,\n defaultValue: '',\n index: Number.MAX_SAFE_INTEGER,\n get: () => undefined,\n})\n\n/**\n * Creates a new flux table column.\n * @returns column instance\n */\nexport function newFluxTableColumn(): FluxTableColumn {\n return new FluxTableColumnImpl()\n}\n\n/**\n * Creates a flux table column from a partial FluxTableColumn.\n * @param object - source object\n * @returns column instance\n */\nexport function createFluxTableColumn(\n object: Partial<FluxTableColumn>\n): FluxTableColumn {\n const retVal = new FluxTableColumnImpl()\n retVal.label = String(object.label)\n retVal.dataType = object.dataType as ColumnType\n retVal.group = Boolean(object.group)\n retVal.defaultValue = object.defaultValue ?? ''\n retVal.index = object.index ?? 0\n return retVal\n}\n","/**\n * Strategy for calculating retry delays.\n */\nexport interface RetryDelayStrategy {\n /**\n * Returns delay for a next retry\n * @param error - reason for retrying\n * @param failedAttempts - a count of already failed attempts, 1 being the first\n * @returns milliseconds to wait before retrying\n */\n nextDelay(error?: Error, failedAttempts?: number): number\n /** Implementation should reset its state, this is mandatory to call upon success. */\n success(): void\n}\n\n/**\n * Interface for errors to inform that an associated operation can be retried.\n */\nexport interface RetriableDecision {\n /**\n * Informs whether this can be retried.\n */\n canRetry(): boolean\n /**\n * Get the delay in milliseconds to retry the action.\n * @returns 0 to let the implementation decide, miliseconds delay otherwise\n */\n retryAfter(): number\n}\n\nconst retriableStatusCodes = [404, 408, 425, 429, 500, 502, 503, 504]\n/** isStatusCodeRetriable checks whether the supplied HTTP status code is retriable. */\nexport function isStatusCodeRetriable(statusCode: number): boolean {\n return retriableStatusCodes.includes(statusCode)\n}\n\n/** IllegalArgumentError is thrown when illegal argument is supplied. */\nexport class IllegalArgumentError extends Error {\n /* istanbul ignore next */\n constructor(message: string) {\n super(message)\n this.name = 'IllegalArgumentError'\n Object.setPrototypeOf(this, IllegalArgumentError.prototype)\n }\n}\n\n/**\n * A general HTTP error.\n */\nexport class HttpError extends Error implements RetriableDecision {\n private _retryAfter: number\n /** application error code, when available */\n public code: string | undefined\n /** json error response */\n public json: any\n\n /* istanbul ignore next because of super() not being covered*/\n constructor(\n readonly statusCode: number,\n readonly statusMessage: string | undefined,\n readonly body?: string,\n retryAfter?: string | undefined | null,\n readonly contentType?: string | undefined | null,\n message?: string\n ) {\n super()\n Object.setPrototypeOf(this, HttpError.prototype)\n if (message) {\n this.message = message\n } else if (body) {\n if (contentType?.startsWith('application/json')) {\n try {\n this.json = JSON.parse(body)\n this.message = this.json.message\n this.code = this.json.code\n } catch (e) {\n // silently ignore, body string is still available\n }\n }\n if (!this.message) {\n this.message = `${statusCode} ${statusMessage} : ${body}`\n }\n } else {\n this.message = `${statusCode} ${statusMessage}`\n }\n this.name = 'HttpError'\n this.setRetryAfter(retryAfter)\n }\n\n private setRetryAfter(retryAfter?: string | undefined | null): void {\n if (typeof retryAfter === 'string') {\n // try to parse the supplied number as milliseconds\n if (/^[0-9]+$/.test(retryAfter)) {\n this._retryAfter = parseInt(retryAfter)\n } else {\n this._retryAfter = 0\n }\n } else {\n this._retryAfter = 0\n }\n }\n\n canRetry(): boolean {\n return isStatusCodeRetriable(this.statusCode)\n }\n retryAfter(): number {\n return this._retryAfter\n }\n}\n\n//see https://nodejs.org/api/errors.html\nconst RETRY_CODES = [\n 'ECONNRESET',\n 'ENOTFOUND',\n 'ESOCKETTIMEDOUT',\n 'ETIMEDOUT',\n 'ECONNREFUSED',\n 'EHOSTUNREACH',\n 'EPIPE',\n]\n\n/**\n * Tests the error in order to know if an HTTP call can be retried.\n * @param error - error to test\n * @returns true for a retriable error\n */\nexport function canRetryHttpCall(error: any): boolean {\n if (!error) {\n return false\n } else if (typeof (error as any).canRetry === 'function') {\n return !!((error as any).canRetry as () => boolean)()\n } else if ((error as any).code && RETRY_CODES.includes((error as any).code)) {\n return true\n }\n return false\n}\n\n/**\n * Gets retry delay from the supplied error, possibly using random number up to retryJitter.\n */\nexport function getRetryDelay(error?: Error, retryJitter?: number): number {\n if (!error) {\n return 0\n } else {\n let retVal\n if (typeof (error as any).retryAfter === 'function') {\n return ((error as any).retryAfter as () => number)()\n } else {\n retVal = 0\n }\n if (retryJitter && retryJitter > 0) {\n return retVal + Math.round(Math.random() * retryJitter)\n } else {\n return retVal\n }\n }\n}\n\n/** RequestTimedOutError indicates request timeout in the communication with the server */\nexport class RequestTimedOutError extends Error implements RetriableDecision {\n /* istanbul ignore next because of super() not being covered */\n constructor() {\n super()\n Object.setPrototypeOf(this, RequestTimedOutError.prototype)\n this.name = 'RequestTimedOutError'\n this.message = 'Request timed out'\n }\n canRetry(): boolean {\n return true\n }\n retryAfter(): number {\n return 0\n }\n}\n\n/** AbortError indicates that the communication with the server was aborted */\nexport class AbortError extends Error implements RetriableDecision {\n /* istanbul ignore next because of super() not being covered */\n constructor() {\n super()\n this.name = 'AbortError'\n Object.setPrototypeOf(this, AbortError.prototype)\n this.message = 'Response aborted'\n }\n canRetry(): boolean {\n return true\n }\n retryAfter(): number {\n return 0\n }\n}\n","import {\n FluxTableColumn,\n UNKNOWN_COLUMN,\n typeSerializers,\n} from './FluxTableColumn'\nimport {IllegalArgumentError} from '../errors'\n\n/**\n * serializeDateTimeAsDate changes type serializers to return JavaScript Date instances\n * for 'dateTime:RFC3339' query result data type. Empty value is converted to null.\n * @remarks\n * Please note that the result has millisecond precision whereas InfluxDB returns dateTime\n * in nanosecond precision.\n */\nexport function serializeDateTimeAsDate(): void {\n typeSerializers['dateTime:RFC3339'] = (x: string): any =>\n x === '' ? null : new Date(Date.parse(x))\n}\n/**\n * serializeDateTimeAsNumber changes type serializers to return milliseconds since epoch\n * for 'dateTime:RFC3339' query result data type. Empty value is converted to null.\n * @remarks\n * Please note that the result has millisecond precision whereas InfluxDB returns dateTime\n * in nanosecond precision.\n */\nexport function serializeDateTimeAsNumber(): void {\n typeSerializers['dateTime:RFC3339'] = (x: string): any =>\n x === '' ? null : Date.parse(x)\n}\n/**\n * serializeDateTimeAsString changes type serializers to return string values\n * for `dateTime:RFC3339` query result data type. Empty value is converted to null.\n */\nexport function serializeDateTimeAsString(): void {\n typeSerializers['dateTime:RFC3339'] = (x: string): any =>\n x === '' ? null : x\n}\n\n/**\n * Represents metadata of a {@link http://bit.ly/flux-spec#table | flux table}.\n */\nexport interface FluxTableMetaData {\n /**\n * Table columns.\n */\n columns: Array<FluxTableColumn>\n\n /**\n * Gets columns by name\n * @param label - column label\n * @param errorOnMissingColumn - throw error on missing column (by default), return UNKNOWN_COLUMN when false\n * @returns table column\n * @throws IllegalArgumentError if column is not found\n **/\n column(label: string, errorOnMissingColumn?: boolean): FluxTableColumn\n\n /**\n * Creates an object out of the supplied row with the help of column descriptors.\n * @param row - a row with data for each column\n */\n toObject(row: string[]): {[key: string]: any}\n\n /**\n * Gets column values out of the supplied row.\n * @param row - a row with data for each column\n * @param column - column name\n * @returns column value, undefined for unknown column\n */\n get(row: string[], column: string): any\n}\n\n/**\n * FluxTableMetaData Implementation.\n */\nclass FluxTableMetaDataImpl implements FluxTableMetaData {\n columns: Array<FluxTableColumn>\n constructor(columns: FluxTableColumn[]) {\n columns.forEach((col, i) => (col.index = i))\n this.columns = columns\n }\n column(label: string, errorOnMissingColumn = true): FluxTableColumn {\n for (let i = 0; i < this.columns.length; i++) {\n const col = this.columns[i]\n if (col.label === label) return col\n }\n if (errorOnMissingColumn) {\n throw new IllegalArgumentError(`Column ${label} not found!`)\n }\n return UNKNOWN_COLUMN\n }\n toObject(row: string[]): {[key: string]: any} {\n const acc: any = {}\n for (let i = 0; i < this.columns.length && i < row.length; i++) {\n const column = this.columns[i]\n acc[column.label] = column.get(row)\n }\n return acc\n }\n get(row: string[], column: string): any {\n return this.column(column, false).get(row)\n }\n}\n\n/**\n * Created FluxTableMetaData from the columns supplied.\n * @param columns - columns\n * @returns - instance\n */\nexport function createFluxTableMetaData(\n columns: FluxTableColumn[]\n): FluxTableMetaData {\n return new FluxTableMetaDataImpl(columns)\n}\n\n/** Wraps values and associated metadata of a query result row */\nexport interface Row {\n values: string[]\n tableMeta: FluxTableMetaData\n}\n","import {CommunicationObserver} from './CommunicationObserver'\nimport {LineSplitter} from './LineSplitter'\nimport {FluxResultObserver} from './FluxResultObserver'\nimport {\n FluxTableColumn,\n ColumnType,\n newFluxTableColumn,\n} from './FluxTableColumn'\nimport {FluxTableMetaData, createFluxTableMetaData} from './FluxTableMetaData'\n\n/**\n * LinesToTables creates a transformation that accepts (flux) annotated CSV lines\n * and emits rows together with table metadata.\n */\nexport function linesToTables(\n consumer: FluxResultObserver<string[]>\n): CommunicationObserver<string> {\n const splitter = new LineSplitter().withReuse()\n let columns: FluxTableColumn[] | undefined\n let expectMeta = true\n let firstColumnIndex = 0\n let lastMeta: FluxTableMetaData\n const retVal: CommunicationObserver<string> = {\n error(error: Error): void {\n consumer.error(error)\n },\n next(line: string): void | boolean {\n if (line === '') {\n expectMeta = true\n columns = undefined\n } else {\n const values = splitter.splitLine(line)\n const size = splitter.lastSplitLength\n if (expectMeta) {\n // create columns\n if (!columns) {\n columns = new Array(size)\n for (let i = 0; i < size; i++) {\n columns[i] = newFluxTableColumn()\n }\n }\n if (!values[0].startsWith('#')) {\n // fill in column names\n if (values[0] === '') {\n firstColumnIndex = 1\n columns = columns.slice(1)\n } else {\n firstColumnIndex = 0\n }\n for (let i = firstColumnIndex; i < size; i++) {\n columns[i - firstColumnIndex].label = values[i]\n }\n lastMeta = createFluxTableMetaData(columns)\n expectMeta = false\n } else if (values[0] === '#datatype') {\n for (let i = 1; i < size; i++) {\n columns[i].dataType = values[i] as ColumnType\n }\n } else if (values[0] === '#default') {\n for (let i = 1; i < size; i++) {\n columns[i].defaultValue = values[i]\n }\n } else if (values[0] === '#group') {\n for (let i = 1; i < size; i++) {\n columns[i].group = values[i][0] === 't'\n }\n }\n } else {\n return consumer.next(values.slice(firstColumnIndex, size), lastMeta)\n }\n }\n return true\n },\n complete(): void {\n consumer.complete()\n },\n }\n if (consumer.useCancellable) {\n retVal.useCancellable = consumer.useCancellable.bind(consumer)\n }\n if (consumer.useResume) {\n retVal.useResume = consumer.useResume.bind(consumer)\n }\n return retVal\n}\n","import {LineSplitter} from './LineSplitter'\nimport {\n FluxTableColumn,\n ColumnType,\n newFluxTableColumn,\n} from './FluxTableColumn'\nimport {\n FluxTableMetaData,\n createFluxTableMetaData,\n Row,\n} from './FluxTableMetaData'\n\n/**\n * LinesToRowsIterable is a transformation that accepts\n * an iterable of flux annotated CSV lines and returns\n * an iterable of rows (row values and table metadata).\n */\nexport async function* linesToRowsIterable(\n source: AsyncIterable<string>\n): AsyncIterableIterator<Row> {\n const splitter = new LineSplitter().withReuse()\n let columns: FluxTableColumn[] | undefined\n let expectMeta = true\n let firstColumnIndex = 0\n let lastMeta: FluxTableMetaData | undefined = undefined\n for await (const line of source) {\n if (line === '') {\n expectMeta = true\n columns = undefined\n } else {\n const values = splitter.splitLine(line)\n const size = splitter.lastSplitLength\n if (expectMeta) {\n // create columns\n if (!columns) {\n columns = new Array(size)\n for (let i = 0; i < size; i++) {\n columns[i] = newFluxTableColumn()\n }\n }\n if (!values[0].startsWith('#')) {\n // fill in column names\n if (values[0] === '') {\n firstColumnIndex = 1\n columns = columns.slice(1)\n } else {\n firstColumnIndex = 0\n }\n for (let i = firstColumnIndex; i < size; i++) {\n columns[i - firstColumnIndex].label = values[i]\n }\n lastMeta = createFluxTableMetaData(columns)\n expectMeta = false\n } else if (values[0] === '#datatype') {\n for (let i = 1; i < size; i++) {\n columns[i].dataType = values[i] as ColumnType\n }\n } else if (values[0] === '#default') {\n for (let i = 1; i < size; i++) {\n columns[i].defaultValue = values[i]\n }\n } else if (values[0] === '#group') {\n for (let i = 1; i < size; i++) {\n columns[i].group = values[i][0] === 't'\n }\n }\n } else {\n yield {\n values: values.slice(firstColumnIndex, size),\n tableMeta:\n lastMeta as unknown as FluxTableMetaData /* never undefined */,\n }\n }\n }\n }\n}\n","import {CommunicationObserver} from './CommunicationObserver'\n\n/**\n * StringToLines is a transformation that emmits strings for each CSV\n * line in the supplied source string.\n * @param source - source string\n * @param target - target to emmit CSV lines to\n * @returns communication obrver to accept Uint8Arrays\n */\nexport function stringToLines(\n source: string,\n target: CommunicationObserver<string>\n): void {\n let quoted = false\n let start = 0\n let index = 0\n\n while (index < source.length) {\n const c = source.charCodeAt(index)\n if (c === 10) {\n if (!quoted) {\n /* do not emit CR+LR or LF line ending */\n const end =\n index > 0 && source.charCodeAt(index - 1) === 13 ? index - 1 : index\n // do not emmit more lines if the processing is already finished\n target.next(source.substring(start, end))\n start = index + 1\n }\n } else if (c === 34 /* \" */) {\n quoted = !quoted\n }\n index++\n }\n if (start < index) {\n target.next(source.substring(start, index))\n }\n target.complete()\n}\n","/* Observable interop typing. Taken from https://github.com/ReactiveX/rxjs */\n\n/* Note: This will add Symbol.observable globally for all TypeScript users */\ndeclare global {\n interface SymbolConstructor {\n readonly observable: symbol\n }\n}\n\n/** Symbol.observable or a string \"\\@\\@observable\". Used for interop */\nexport const symbolObservable = (():\n | typeof Symbol.observable\n | '@@observable' =>\n (typeof Symbol === 'function' && Symbol.observable) || '@@observable')()\n","import {\n Observable,\n Observer,\n ObserverComplete,\n ObserverError,\n ObserverNext,\n Subscription,\n symbolObservable,\n} from '../observable'\nimport {CommunicationObserver} from '../results/CommunicationObserver'\nimport {Cancellable} from '../results/Cancellable'\n\n/** APIExecutor executes the API and passes its response to the supplied consumer */\nexport type APIExecutor = (consumer: CommunicationObserver<Uint8Array>) => void\n\ntype Decorator<T> = (observer: Observer<T>) => Observer<Uint8Array>\n\nclass QuerySubscription implements Subscription {\n private cancellable?: Cancellable\n private isClosed = false\n\n public constructor(observer: Observer<Uint8Array>, executor: APIExecutor) {\n try {\n executor({\n next: (value) => {\n observer.next(value)\n },\n error: (e) => {\n this.isClosed = true\n observer.error(e)\n },\n complete: () => {\n this.isClosed = true\n observer.complete()\n },\n useCancellable: (c) => {\n this.cancellable = c\n },\n })\n } catch (e) {\n this.isClosed = true\n observer.error(e)\n }\n }\n\n public get closed(): boolean {\n return this.isClosed\n }\n\n public unsubscribe(): void {\n this.cancellable?.cancel()\n this.isClosed = true\n }\n}\n\nfunction noop(): void {}\n\nfunction completeObserver<T>(observer: Partial<Observer<T>>): Observer<T> {\n const {next, error, complete} = observer\n\n return {\n next: next ? next.bind(observer) : noop,\n error: error ? error.bind(observer) : noop,\n complete: complete ? complete.bind(observer) : noop,\n }\n}\n\nexport default class ObservableQuery<T> implements Observable<T> {\n public constructor(\n private readonly executor: APIExecutor,\n private readonly decorator: Decorator<T>\n ) {}\n\n public subscribe(\n observerOrNext?: Partial<Observer<T>> | ObserverNext<T>,\n error?: ObserverError,\n complete?: ObserverComplete\n ): Subscription {\n const observer = completeObserver(\n typeof observerOrNext !== 'object' || observerOrNext === null\n ? {next: observerOrNext, error, complete}\n : observerOrNext\n )\n\n return new QuerySubscription(this.decorator(observer), this.executor)\n }\n\n public [symbolObservable](): this {\n return this\n }\n\n // this makes sure we satisfy the interface, while using a possibly polyfilled\n // [symbolObservable] above for the actual implementation\n public declare [Symbol.observable]: () => this\n}\n","import {Transport} from './transport'\nimport WriteApi from './WriteApi'\n\n/**\n * Option for the communication with InfluxDB server.\n */\nexport interface ConnectionOptions {\n /** base URL */\n url: string\n /** authentication token */\n token?: string\n /**\n * socket timeout, 10000 milliseconds by default in node.js\n * @defaultValue 10000\n */\n timeout?: number\n /**\n * TransportOptions supply extra options for the transport layer, they differ between node.js and browser/deno.\n * Node.js transport accepts options specified in {@link https://nodejs.org/api/http.html#http_http_request_options_callback | http.request } or\n * {@link https://nodejs.org/api/https.html#https_https_request_options_callback | https.request }. For example, an `agent` property can be set to\n * {@link https://www.npmjs.com/package/proxy-http-agent | setup HTTP/HTTPS proxy }, {@link https://nodejs.org/api/tls.html#tls_tls_connect_options_callback | rejectUnauthorized }\n * property can disable TLS server certificate verification. Additionally,\n * {@link https://github.com/follow-redirects/follow-redirects | follow-redirects } property can be also specified\n * in order to follow redirects in node.js.\n * {@link https://developer.mozilla.org/en-US/docs/Web/API/fetch | fetch } is used under the hood in browser/deno.\n * For example,\n * {@link https://developer.mozilla.org/en-US/docs/Web/API/fetch | redirect } property can be set to 'error' to abort request if a redirect occurs.\n */\n transportOptions?: {[key: string]: any}\n /**\n * Default HTTP headers to send with every request.\n */\n headers?: Record<string, string>\n /**\n * Full HTTP web proxy URL including schema, for example http://your-proxy:8080.\n */\n proxyUrl?: string\n}\n\n/** default connection options */\nexport const DEFAULT_ConnectionOptions: Partial<ConnectionOptions> = {\n timeout: 10000,\n}\n\n/**\n * Options that configure strategy for retrying failed requests.\n */\nexport interface RetryDelayStrategyOptions {\n /** add `random(retryJitter)` milliseconds delay when retrying HTTP calls */\n retryJitter: number\n /** minimum delay when retrying write (milliseconds) */\n minRetryDelay: number\n /** maximum delay when retrying write (milliseconds) */\n maxRetryDelay: number\n /** base for the exponential retry delay */\n exponentialBase: number\n /**\n * randomRetry indicates whether the next retry delay is deterministic (false) or random (true).\n * The deterministic delay starts with `minRetryDelay * exponentialBase` and it is multiplied\n * by `exponentialBase` until it exceeds `maxRetryDelay`.\n * When random is `true`, the next delay is computed as a random number between next retry attempt (upper)\n * and the lower number in the deterministic sequence. `random(retryJitter)` is added to every returned value.\n */\n randomRetry: boolean\n}\n\n/**\n * Options that configure strategy for retrying failed InfluxDB write operations.\n */\nexport interface WriteRetryOptions extends RetryDelayStrategyOptions {\n /**\n * WriteFailed is called to inform about write errors.\n * @param this - the instance of the API that failed\n * @param error - write error\n * @param lines - failed lines\n * @param attempt - count of already failed attempts to write the lines (1 ... maxRetries+1)\n * @param expires - expiration time for the lines to be retried in millis since epoch\n * @returns a Promise to force the API to use it as a result of the flush operation,\n * void/undefined to continue with default retry mechanism\n */\n writeFailed(\n this: WriteApi,\n error: Error,\n lines: Array<string>,\n attempt: number,\n expires: number\n ): Promise<void> | void\n\n /**\n * WriteSuccess is informed about successfully written lines.\n * @param this - the instance of the API in use\n * @param lines - written lines\n */\n writeSuccess(this: WriteApi, lines: Array<string>): void\n\n /**\n * WriteRetrySkipped is informed about lines that were removed from the retry buffer\n * to keep the size of the retry buffer under the configured limit (maxBufferLines).\n * @param entry - lines that were skipped\n */\n writeRetrySkipped(entry: {lines: Array<string>; expires: number}): void\n\n /** max count of retries after the first write fails */\n maxRetries: number\n /** max time (millis) that can be spent with retries */\n maxRetryTime: number\n /** the maximum size of retry-buffer (in lines) */\n maxBufferLines: number\n}\n\n/**\n * Options used by {@link WriteApi} .\n */\nexport interface WriteOptions extends WriteRetryOptions {\n /** max number of records/lines to send in a batch */\n batchSize: number\n /** delay between data flushes in milliseconds, at most `batch size` records are sent during flush */\n flushInterval: number\n /** default tags, unescaped */\n defaultTags?: Record<string, string>\n /** HTTP headers that will be sent with every write request */\n headers?: {[key: string]: string}\n /** When specified, write bodies larger than the threshold are gzipped */\n gzipThreshold?: number\n /** max size of a batch in bytes */\n maxBatchBytes: number\n /** InfluxDB Enterprise write consistency as explained in https://docs.influxdata.com/enterprise_influxdb/v1.9/concepts/clustering/#write-consistency */\n consistency?: 'any' | 'one' | 'quorum' | 'all'\n}\n\n/** default RetryDelayStrategyOptions */\nexport const DEFAULT_RetryDelayStrategyOptions = {\n retryJitter: 200,\n minRetryDelay: 5000,\n maxRetryDelay: 125000,\n exponentialBase: 5,\n randomRetry: true,\n}\n\n/** default writeOptions */\nexport const DEFAULT_WriteOptions: WriteOptions = {\n batchSize: 1000,\n maxBatchBytes: 50_000_000, // default max batch size in the cloud\n flushInterval: 60000,\n writeFailed: function () {},\n writeSuccess: function () {},\n writeRetrySkipped: function () {},\n maxRetries: 5,\n maxRetryTime: 180_000,\n maxBufferLines: 32_000,\n // a copy of DEFAULT_RetryDelayStrategyOptions, so that DEFAULT_WriteOptions could be tree-shaken\n retryJitter: 200,\n minRetryDelay: 5000,\n maxRetryDelay: 125000,\n exponentialBase: 2,\n gzipThreshold: 1000,\n randomRetry: true,\n}\n\n/**\n * Options used by {@link InfluxDB} .\n */\nexport interface ClientOptions extends ConnectionOptions {\n /** supplies and overrides default writing options */\n writeOptions?: Partial<WriteOptions>\n /** specifies custom transport */\n transport?: Transport\n}\n\n/**\n * Timestamp precision used in write operations.\n * See {@link https://docs.influxdata.com/influxdb/latest/api/#operation/PostWrite }\n */\nexport type WritePrecisionType = 'ns' | 'us' | 'ms' | 's'\n","function createEscaper(\n characters: string,\n replacements: string[]\n): (value: string) => string {\n return function (value: string): string {\n let retVal = ''\n let from = 0\n let i = 0\n while (i < value.length) {\n const found = characters.indexOf(value[i])\n if (found >= 0) {\n retVal += value.substring(from, i)\n retVal += replacements[found]\n from = i + 1\n }\n i++\n }\n if (from == 0) {\n return value\n } else if (from < value.length) {\n retVal += value.substring(from, value.length)\n }\n return retVal\n }\n}\nfunction createQuotedEscaper(\n characters: string,\n replacements: string[]\n): (value: string) => string {\n const escaper = createEscaper(characters, replacements)\n return (value: string): string => '\"' + escaper(value) + '\"'\n}\n\n/**\n * Provides functions escape specific parts in InfluxDB line protocol.\n */\nexport const escape = {\n /**\n * Measurement escapes measurement names.\n */\n measurement: createEscaper(', \\n\\r\\t', ['\\\\,', '\\\\ ', '\\\\n', '\\\\r', '\\\\t']),\n /**\n * Quoted escapes quoted values, such as database names.\n */\n quoted: createQuotedEscaper('\"\\\\', ['\\\\\"', '\\\\\\\\']),\n\n /**\n * TagEscaper escapes tag keys, tag values, and field keys.\n */\n tag: createEscaper(', =\\n\\r\\t', ['\\\\,', '\\\\ ', '\\\\=', '\\\\n', '\\\\r', '\\\\t']),\n}\n","declare let process: any\nconst zeroPadding = '000000000'\nlet useHrTime = false\n\nexport function useProcessHrtime(use: boolean): boolean {\n /* istanbul ignore else */\n if (!process.env.BUILD_BROWSER) {\n return (useHrTime = use && process && typeof process.hrtime === 'function')\n } else {\n return false\n }\n}\nuseProcessHrtime(true) // preffer node\n\nlet startHrMillis: number | undefined = undefined\nlet startHrTime: [number, number] | undefined = undefined\nlet lastMillis = Date.now()\nlet stepsInMillis = 0\nfunction nanos(): string {\n if (!process.env.BUILD_BROWSER && useHrTime) {\n const hrTime = process.hrtime() as [number, number]\n let millis = Date.now()\n if (!startHrTime) {\n startHrTime = hrTime\n startHrMillis = millis\n } else {\n hrTime[0] = hrTime[0] - startHrTime[0]\n hrTime[1] = hrTime[1] - startHrTime[1]\n // istanbul ignore next \"cannot mock system clock, manually reviewed\"\n if (hrTime[1] < 0) {\n hrTime[0] -= 1\n hrTime[1] += 1000_000_000\n }\n millis =\n (startHrMillis as number) +\n hrTime[0] * 1000 +\n Math.floor(hrTime[1] / 1000_000)\n }\n const nanos = String(hrTime[1] % 1000_000)\n return String(millis) + zeroPadding.substr(0, 6 - nanos.length) + nanos\n } else {\n const millis = Date.now()\n if (millis !== lastMillis) {\n lastMillis = millis\n stepsInMillis = 0\n } else {\n stepsInMillis++\n }\n const nanos = String(stepsInMillis)\n return String(millis) + zeroPadding.substr(0, 6 - nanos.length) + nanos\n }\n}\n\nfunction micros(): string {\n if (!process.env.BUILD_BROWSER && useHrTime) {\n const hrTime = process.hrtime() as [number, number]\n const micros = String(Math.trunc(hrTime[1] / 1000) % 1000)\n return (\n String(Date.now()) + zeroPadding.substr(0, 3 - micros.length) + micros\n )\n } else {\n return String(Date.now()) + zeroPadding.substr(0, 3)\n }\n}\nfunction millis(): string {\n return String(Date.now())\n}\nfunction seconds(): string {\n return String(Math.floor(Date.now() / 1000))\n}\n\n/**\n * Exposes functions that creates strings that represent a timestamp that\n * can be used in the line protocol. Micro and nano timestamps are emulated\n * depending on the js platform in use.\n */\nexport const currentTime = {\n s: seconds as () => string,\n ms: millis as () => string,\n us: micros as () => string,\n ns: nanos as () => string,\n seconds: seconds as () => string,\n millis: millis as () => string,\n micros: micros as () => string,\n nanos: nanos as () => string,\n}\n\n/**\n * dateToProtocolTimestamp provides converters for JavaScript Date to InfluxDB Write Protocol Timestamp. Keys are supported precisions.\n */\nexport const dateToProtocolTimestamp = {\n s: (d: Date): string => `${Math.floor(d.getTime() / 1000)}`,\n ms: (d: Date): string => `${d.getTime()}`,\n us: (d: Date): string => `${d.getTime()}000`,\n ns: (d: Date): string => `${d.getTime()}000000`,\n}\n\n/**\n * convertTimeToNanos converts Point's timestamp to a string.\n * @param value - supported timestamp value\n * @returns line protocol value\n */\nexport function convertTimeToNanos(\n value: string | number | Date | undefined\n): string | undefined {\n if (value === undefined) {\n return nanos()\n } else if (typeof value === 'string') {\n return value.length > 0 ? value : undefined\n } else if (value instanceof Date) {\n return `${value.getTime()}000000`\n } else if (typeof value === 'number') {\n return String(Math.floor(value))\n } else {\n return String(value)\n }\n}\n","/**\n * Logging interface.\n */\nexport interface Logger {\n error(message: string, err?: any): void\n warn(message: string, err?: any): void\n}\n\n/**\n * Logger that logs to console.out\n */\nexport const consoleLogger: Logger = {\n error(message, error) {\n // eslint-disable-next-line no-console\n console.error('ERROR: ' + message, error ? error : '')\n },\n warn(message, error) {\n // eslint-disable-next-line no-console\n console.warn('WARN: ' + message, error ? error : '')\n },\n}\nlet provider: Logger = consoleLogger\n\nexport const Log: Logger = {\n error(message, error) {\n provider.error(message, error)\n },\n warn(message, error) {\n provider.warn(message, error)\n },\n}\n\n/**\n * Sets custom logger.\n * @param logger - logger to use\n * @returns previous logger\n */\nexport function setLogger(logger: Logger): Logger {\n const previous = provider\n provider = logger\n return previous\n}\n","/** Property that offers a function that returns flux-sanitized value of an object. */\nexport const FLUX_VALUE = Symbol('FLUX_VALUE')\n\n/**\n * A flux parameter can print its (sanitized) flux value.\n */\nexport interface FluxParameterLike {\n [FLUX_VALUE](): string\n}\n\n/**\n * Represents a parameterized query.\n */\nexport interface ParameterizedQuery {\n /**\n * Returns flux query with sanitized parameters.\n */\n toString(): string\n}\n\nclass FluxParameter implements FluxParameterLike, ParameterizedQuery {\n constructor(private fluxValue: string) {}\n toString(): string {\n return this.fluxValue\n }\n [FLUX_VALUE](): string {\n return this.fluxValue\n }\n}\n\n/**\n * Checks if the supplied object is FluxParameterLike\n * @param value - any value\n * @returns true if it is\n */\nfunction isFluxParameterLike(value: any): boolean {\n return typeof value === 'object' && typeof value[FLUX_VALUE] === 'function'\n}\n\n/**\n * Escapes content of the supplied string so it can be wrapped into double qoutes\n * to become a [flux string literal](https://docs.influxdata.com/flux/latest/spec/lexical-elements/#string-literals).\n * @param value - string value\n * @returns sanitized string\n */\nfunction sanitizeString(value: any): string {\n if (value === null || value === undefined) return ''\n value = value.toString()\n let retVal: any = undefined\n let i = 0\n function prepareRetVal(): void {\n if (retVal === undefined) {\n retVal = value.substring(0, i)\n }\n }\n for (; i < value.length; i++) {\n const c = value.charAt(i)\n switch (c) {\n case '\\r':\n prepareRetVal()\n retVal += '\\\\r'\n break\n case '\\n':\n prepareRetVal()\n retVal += '\\\\n'\n break\n case '\\t':\n prepareRetVal()\n retVal += '\\\\t'\n break\n case '\"':\n case '\\\\':\n prepareRetVal()\n retVal = retVal + '\\\\' + c\n break\n case '$':\n // escape ${\n if (i + 1 < value.length && value.charAt(i + 1) === '{') {\n prepareRetVal()\n i++\n retVal += '\\\\${'\n break\n }\n // append $\n if (retVal != undefined) {\n retVal += c\n }\n break\n default:\n if (retVal != undefined) {\n retVal += c\n }\n }\n }\n if (retVal !== undefined) {\n return retVal\n }\n return value\n}\n\n/**\n * Creates a flux string literal.\n */\nexport function fluxString(value: any): FluxParameterLike {\n return new FluxParameter(`\"${sanitizeString(value)}\"`)\n}\n\n/**\n * Sanitizes float value to avoid injections.\n * @param value - InfluxDB float literal\n * @returns sanitized float value\n * @throws Error if the the value cannot be sanitized\n */\nexport function sanitizeFloat(value: any): string {\n const val = Number(value)\n if (!isFinite(val)) {\n if (typeof value === 'number') {\n return `float(v: \"${val}\")`\n }\n throw new Error(`not a flux float: ${value}`)\n }\n // try to return a flux float literal if possible\n // https://docs.influxdata.com/flux/latest/data-types/basic/float/#float-syntax\n const strVal = val.toString()\n let hasDot = false\n for (const c of strVal) {\n if ((c >= '0' && c <= '9') || c == '-') continue\n if (c === '.') {\n hasDot = true\n continue\n }\n return `float(v: \"${strVal}\")`\n }\n return hasDot ? strVal : strVal + '.0'\n}\n/**\n * Creates a flux float literal.\n */\nexport function fluxFloat(value: any): FluxParameterLike {\n return new FluxParameter(sanitizeFloat(value))\n}\n\n/**\n * Sanitizes integer value to avoid injections.\n * @param value - InfluxDB integer literal\n * @returns sanitized integer value\n * @throws Error if the the value cannot be sanitized\n */\nexport function sanitizeInteger(value: any): string {\n // https://docs.influxdata.com/flux/latest/data-types/basic/int/\n // Min value: -9223372036854775808\n // Max value: 9223372036854775807\n // \"9223372036854775807\".length === 19\n const strVal = String(value)\n const negative = strVal.startsWith('-')\n const val = negative ? strVal.substring(1) : strVal\n if (val.length === 0 || val.length > 19) {\n throw new Error(`not a flux integer: ${strVal}`)\n }\n for (const c of val) {\n if (c < '0' || c > '9') throw new Error(`not a flux integer: ${strVal}`)\n }\n if (val.length === 19) {\n if (negative && val > '9223372036854775808') {\n throw new Error(`flux integer out of bounds: ${strVal}`)\n }\n if (!negative && val > '9223372036854775807') {\n throw new Error(`flux integer out of bounds: ${strVal}`)\n }\n }\n return strVal\n}\n\n/**\n * Creates a flux integer literal.\n */\nexport function fluxInteger(value: any): FluxParameterLike {\n return new FluxParameter(sanitizeInteger(value))\n}\n\nfunction sanitizeDateTime(value: any): string {\n return `time(v: \"${sanitizeString(value)}\")`\n}\n\n/**\n * Creates flux date-time literal.\n */\nexport function fluxDateTime(value: any): FluxParameterLike {\n return new FluxParameter(sanitizeDateTime(value))\n}\n\n/**\n * Creates flux date-time literal.\n */\nexport function fluxDuration(value: any): FluxParameterLike {\n return new FluxParameter(`duration(v: \"${sanitizeString(value)}\")`)\n}\n\nfunction sanitizeRegExp(value: any): string {\n if (value instanceof RegExp) {\n return value.toString()\n }\n return new RegExp(value).toString()\n}\n\n/**\n * Creates flux regexp literal out of a regular expression. See\n * https://docs.influxdata.com/flux/latest/data-types/basic/regexp/#regular-expression-syntax\n * for details.\n */\nexport function fluxRegExp(value: any): FluxParameterLike {\n // let the server decide if a regexp can be parsed\n return new FluxParameter(sanitizeRegExp(value))\n}\n\n/**\n * Creates flux boolean literal.\n */\nexport function fluxBool(value: any): FluxParameterLike {\n if (value === 'true' || value === 'false') {\n return new FluxParameter(value)\n }\n return new FluxParameter((!!value).toString())\n}\n\n/**\n * Assumes that the supplied value is flux expression or literal that does not need sanitizing.\n *\n * @param value - any value\n * @returns the supplied value as-is\n */\nexport function fluxExpression(value: any): FluxParameterLike {\n return new FluxParameter(String(value))\n}\n\n/**\n * Escapes content of the supplied parameter so that it can be safely embedded into flux query.\n * @param value - parameter value\n * @returns sanitized flux value or an empty string if it cannot be converted\n */\nexport function toFluxValue(value: any): string {\n if (value === undefined) {\n return ''\n } else if (value === null) {\n return 'null'\n } else if (typeof value === 'boolean') {\n return value.toString()\n } else if (typeof value === 'string') {\n return `\"${sanitizeString(value)}\"`\n } else if (typeof value === 'number') {\n if (Number.isSafeInteger(value)) {\n return sanitizeInteger(value)\n }\n return sanitizeFloat(value)\n } else if (typeof value === 'object') {\n if (typeof value[FLUX_VALUE] === 'function') {\n return value[FLUX_VALUE]()\n } else if (value instanceof Date) {\n return value.toISOString()\n } else if (value instanceof RegExp) {\n return sanitizeRegExp(value)\n } else if (Array.isArray(value)) {\n return `[${value.map(toFluxValue).join(',')}]`\n }\n } else if (typeof value === 'bigint') {\n return `${value}.0`\n }\n // use toString value for unrecognized object, symbol\n return toFluxValue(value.toString())\n}\n\n/**\n * Flux is a tagged template that sanitizes supplied parameters\n * to avoid injection attacks in flux.\n */\nexport function flux(\n strings: TemplateStringsArray,\n ...values: any\n): ParameterizedQuery {\n if (strings.length == 1 && values.length === 0) {\n return fluxExpression(strings[0]) // the simplest case\n }\n const parts = new Array<string>(strings.length + values.length)\n let partIndex = 0\n for (let i = 0; i < strings.length; i++) {\n const text = strings[i]\n parts[partIndex++] = text\n if (i < values.length) {\n const val = values[i]\n let sanitized: string\n if (\n text.endsWith('\"') &&\n i + 1 < strings.length &&\n strings[i + 1].startsWith('\"')\n ) {\n // parameter is wrapped into flux double quotes\n sanitized = sanitizeString(val)\n } else {\n sanitized = toFluxValue(val)\n if (sanitized === '') {\n // do not allow to insert empty strings, unless it is FluxParameterLike\n if (!isFluxParameterLike(val)) {\n throw new Error(\n `Unsupported parameter literal '${val}' at index: ${i}, type: ${typeof val}`\n )\n }\n }\n }\n parts[partIndex++] = sanitized\n } else if (i < strings.length - 1) {\n throw new Error('Too few parameters supplied!')\n }\n }\n // return flux expression so that flux can be embedded into another flux as-is\n return fluxExpression(parts.join(''))\n}\n","import {convertTimeToNanos} from './util/currentTime'\nimport {escape} from './util/escape'\n\n/**\n * Settings that control the way of how a {@link Point} is serialized\n * to a protocol line.\n */\nexport interface PointSettings {\n /** default tags to add to every point */\n defaultTags?: {[key: string]: string}\n /** convertTime serializes Point's timestamp to a line protocol value */\n convertTime?: (\n value: string | number | Date | undefined\n ) => string | undefined\n}\n\n/**\n * Point defines values of a single measurement.\n */\nexport class Point {\n private name: string\n private tags: {[key: string]: string} = {}\n /** escaped field values */\n public fields: {[key: string]: string} = {}\n private time: string | number | Date | undefined\n\n /**\n * Create a new Point with specified a measurement name.\n *\n * @param measurementName - the measurement name\n */\n constructor(measurementName?: string) {\n if (measurementName) this.name = measurementName\n }\n\n /**\n * Sets point's measurement.\n *\n * @param name - measurement name\n * @returns this\n */\n public measurement(name: string): Point {\n this.name = name\n return this\n }\n\n /**\n * Adds a tag. The caller has to ensure that both name and value are not empty\n * and do not end with backslash.\n *\n * @param name - tag name\n * @param value - tag value\n * @returns this\n */\n public tag(name: string, value: string): Point {\n this.tags[name] = value\n return this\n }\n\n /**\n * Adds a boolean field.\n *\n * @param field - field name\n * @param value - field value\n * @returns this\n */\n public booleanField(name: string, value: boolean | any): Point {\n this.fields[name] = value ? 'T' : 'F'\n return this\n }\n\n /**\n * Adds an integer field.\n *\n * @param name - field name\n * @param value - field value\n * @returns this\n * @throws NaN or out of int64 range value is supplied\n */\n public intField(name: string, value: number | any): Point {\n let val: number\n if (typeof value === 'number') {\n val = value\n } else {\n val = parseInt(String(value))\n }\n if (isNaN(val) || val <= -9223372036854776e3 || val >= 9223372036854776e3) {\n throw new Error(`invalid integer value for field '${name}': '${value}'!`)\n }\n this.fields[name] = `${Math.floor(val)}i`\n return this\n }\n\n /**\n * Adds an unsigned integer field.\n *\n * @param name - field name\n * @param value - field value\n * @returns this\n * @throws NaN out of range value is supplied\n */\n public uintField(name: string, value: number | any): Point {\n if (typeof value === 'number') {\n if (isNaN(value) || value < 0 || value > Number.MAX_SAFE_INTEGER) {\n throw new Error(`uint value for field '${name}' out of range: ${value}`)\n }\n this.fields[name] = `${Math.floor(value as number)}u`\n } else {\n const strVal = String(value)\n for (let i = 0; i < strVal.length; i++) {\n const code = strVal.charCodeAt(i)\n if (code < 48 || code > 57) {\n throw new Error(\n `uint value has an unsupported character at pos ${i}: ${value}`\n )\n }\n }\n if (\n strVal.length > 20 ||\n (strVal.length === 20 &&\n strVal.localeCompare('18446744073709551615') > 0)\n ) {\n throw new Error(\n `uint value for field '${name}' out of range: ${strVal}`\n )\n }\n this.fields[name] = `${strVal}u`\n }\n return this\n }\n\n /**\n * Adds a number field.\n *\n * @param name - field name\n * @param value - field value\n * @returns this\n * @throws NaN/Infinity/-Infinity is supplied\n */\n public floatField(name: string, value: number | any): Point {\n let val: number\n if (typeof value === 'number') {\n val = value\n } else {\n val = parseFloat(value)\n }\n if (!isFinite(val)) {\n throw new Error(`invalid float value for field '${name}': ${value}`)\n }\n\n this.fields[name] = String(val)\n return this\n }\n\n /**\n * Adds a string field.\n *\n * @param name - field name\n * @param value - field value\n * @returns this\n */\n public stringField(name: string, value: string | any): Point {\n if (value !== null && value !== undefined) {\n if (typeof value !== 'string') value = String(value)\n this.fields[name] = escape.quoted(value)\n }\n return this\n }\n\n /**\n * Sets point timestamp. Timestamp can be specified as a Date (preferred), number, string\n * or an undefined value. An undefined value instructs to assign a local timestamp using\n * the client's clock. An empty string can be used to let the server assign\n * the timestamp. A number value represents time as a count of time units since epoch, the\n * exact time unit then depends on the {@link InfluxDB.getWriteApi | precision} of the API\n * that writes the point.\n *\n * Beware that the current time in nanoseconds can't precisely fit into a JS number,\n * which can hold at most 2^53 integer number. Nanosecond precision numbers are thus supplied as\n * a (base-10) string. An application can also use ES2020 BigInt to represent nanoseconds,\n * BigInt's `toString()` returns the required high-precision string.\n *\n * Note that InfluxDB requires the timestamp to fit into int64 data type.\n *\n * @param value - point time\n * @returns this\n */\n public timestamp(value: Date | number | string | undefined): Point {\n this.time = value\n return this\n }\n\n /**\n * Creates an InfluxDB protocol line out of this instance.\n * @param settings - settings control serialization of a point timestamp and can also add default tags,\n * nanosecond timestamp precision is used when no `settings` or no `settings.convertTime` is supplied.\n * @returns an InfluxDB protocol line out of this instance\n */\n public toLineProtocol(settings?: Partial<PointSettings>): string | undefined {\n if (!this.name) return undefined\n let fieldsLine = ''\n Object.keys(this.fields)\n .sort()\n .forEach((x) => {\n if (x) {\n const val = this.fields[x]\n if (fieldsLine.length > 0) fieldsLine += ','\n fieldsLine += `${escape.tag(x)}=${val}`\n }\n })\n if (fieldsLine.length === 0) return undefined // no fields present\n let tagsLine = ''\n const tags =\n settings && settings.defaultTags\n ? {...settings.defaultTags, ...this.tags}\n : this.tags\n Object.keys(tags)\n .sort()\n .forEach((x) => {\n if (x) {\n const val = tags[x]\n if (val) {\n tagsLine += ','\n tagsLine += `${escape.tag(x)}=${escape.tag(val)}`\n }\n }\n })\n let time = this.time\n if (settings && settings.convertTime) {\n time = settings.convertTime(time)\n } else {\n time = convertTimeToNanos(time)\n }\n\n return `${escape.measurement(this.name)}${tagsLine} ${fieldsLine}${\n time !== undefined ? ' ' + time : ''\n }`\n }\n\n toString(): string {\n const line = this.toLineProtocol(undefined)\n return line ? line : `invalid point: ${JSON.stringify(this, undefined)}`\n }\n}\n","import {getRetryDelay, RetryDelayStrategy} from '../errors'\nimport {\n RetryDelayStrategyOptions,\n DEFAULT_RetryDelayStrategyOptions,\n} from '../options'\n\n/**\n * Applies a variant of exponential backoff with initial and max delay and a random\n * jitter delay. It also respects `retry delay` when specified together with an error.\n */\nexport class RetryStrategyImpl implements RetryDelayStrategy {\n options: RetryDelayStrategyOptions\n currentDelay: number | undefined\n\n constructor(options?: Partial<RetryDelayStrategyOptions>) {\n this.options = {...DEFAULT_RetryDelayStrategyOptions, ...options}\n this.success()\n }\n\n nextDelay(error?: Error, failedAttempts?: number): number {\n const delay = getRetryDelay(error)\n if (delay && delay > 0) {\n return delay + Math.round(Math.random() * this.options.retryJitter)\n } else {\n if (failedAttempts && failedAttempts > 0) {\n // compute delay\n if (this.options.randomRetry) {\n // random delay between deterministic delays\n let delay = Math.max(this.options.minRetryDelay, 1)\n let nextDelay = delay * this.options.exponentialBase\n for (let i = 1; i < failedAttempts; i++) {\n delay = nextDelay\n nextDelay = nextDelay * this.options.exponentialBase\n if (nextDelay >= this.options.maxRetryDelay) {\n nextDelay = this.options.maxRetryDelay\n break\n }\n }\n return (\n delay +\n Math.round(\n Math.random() * (nextDelay - delay) +\n Math.random() * this.options.retryJitter\n )\n )\n }\n // deterministric delay otherwise\n let delay = Math.max(this.options.minRetryDelay, 1)\n for (let i = 1; i < failedAttempts; i++) {\n delay = delay * this.options.exponentialBase\n if (delay >= this.options.maxRetryDelay) {\n delay = this.options.maxRetryDelay\n break\n }\n }\n return delay + Math.round(Math.random() * this.options.retryJitter)\n } else if (this.currentDelay) {\n this.currentDelay = Math.min(\n Math.max(this.currentDelay * this.options.exponentialBase, 1) +\n Math.round(Math.random() * this.options.retryJitter),\n this.options.maxRetryDelay\n )\n } else {\n this.currentDelay =\n this.options.minRetryDelay +\n Math.round(Math.random() * this.options.retryJitter)\n }\n return this.currentDelay\n }\n }\n success(): void {\n this.currentDelay = undefined\n }\n}\n\n/**\n * Creates a new instance of retry strategy.\n * @param options - retry options\n * @returns retry strategy implementation\n */\nexport function createRetryDelayStrategy(\n options?: Partial<RetryDelayStrategyOptions>\n): RetryDelayStrategy {\n return new RetryStrategyImpl(options)\n}\n","import {Log} from '../util/logger'\n\ninterface RetryItem {\n lines: string[]\n retryCount: number\n retryTime: number\n expires: number\n next?: RetryItem\n}\n\ntype FindShrinkCandidateResult = [found: RetryItem, parent?: RetryItem]\n\nfunction findShrinkCandidate(first: RetryItem): FindShrinkCandidateResult {\n let parent = undefined\n let found = first\n let currentParent = first\n while (currentParent.next) {\n if (currentParent.next.expires < found.expires) {\n parent = currentParent\n found = currentParent.next\n }\n currentParent = currentParent.next\n }\n return [found, parent]\n}\n\n/**\n * Retries lines up to a limit of max buffer size.\n */\nexport default class RetryBuffer {\n first?: RetryItem\n size = 0\n closed = false\n private _timeoutHandle: any = undefined\n\n constructor(\n private maxLines: number,\n private retryLines: (\n lines: string[],\n retryCountdown: number,\n started: number\n ) => Promise<void>,\n private onShrink: (entry: {\n lines: string[]\n retryCount: number\n expires: number\n }) => void = () => undefined\n ) {}\n\n addLines(\n lines: string[],\n retryCount: number,\n delay: number,\n expires: number\n ): void {\n if (this.closed) return\n if (!lines.length) return\n let retryTime = Date.now() + delay\n if (expires < retryTime) {\n retryTime = expires\n }\n // ensure at most maxLines are in the Buffer\n if (this.first && this.size + lines.length > this.maxLines) {\n const origSize = this.size\n const newSize = origSize * 0.7 // reduce to 70 %\n do {\n // remove \"oldest\" item\n const [found, parent] = findShrinkCandidate(this.first)\n this.size -= found.lines.length\n if (parent) {\n parent.next = found.next\n } else {\n this.first = found.next\n if (this.first) {\n this.scheduleRetry(this.first.retryTime - Date.now())\n }\n }\n found.next = undefined\n this.onShrink(found)\n } while (this.first && this.size + lines.length > newSize)\n Log.error(\n `RetryBuffer: ${\n origSize - this.size\n } oldest lines removed to keep buffer size under the limit of ${\n this.maxLines\n } lines.`\n )\n }\n const toAdd: RetryItem = {\n lines,\n retryCount,\n retryTime,\n expires,\n }\n // insert sorted according to retryTime\n let current: RetryItem | undefined = this.first\n let parent = undefined\n for (;;) {\n if (!current || current.retryTime > retryTime) {\n toAdd.next = current\n if (parent) {\n parent.next = toAdd\n } else {\n this.first = toAdd\n this.scheduleRetry(retryTime - Date.now())\n }\n break\n }\n parent = current\n current = current.next\n }\n this.size += lines.length\n }\n\n removeLines(): RetryItem | undefined {\n if (this.first) {\n const toRetry = this.first\n this.first = this.first.next\n toRetry.next = undefined\n this.size -= toRetry.lines.length\n return toRetry\n }\n return undefined\n }\n\n scheduleRetry(delay: number): void {\n if (this._timeoutHandle) {\n clearTimeout(this._timeoutHandle)\n }\n this._timeoutHandle = setTimeout(() => {\n const toRetry = this.removeLines()\n if (toRetry) {\n this.retryLines(toRetry.lines, toRetry.retryCount, toRetry.expires)\n .catch(() => {\n /* error is already logged, it must be caught */\n })\n .finally(() => {\n // schedule next retry execution\n if (this.first) {\n this.scheduleRetry(this.first.retryTime - Date.now())\n }\n })\n } else {\n this._timeoutHandle = undefined\n }\n }, Math.max(delay, 0))\n }\n\n async flush(): Promise<void> {\n let toRetry\n while ((toRetry = this.removeLines())) {\n await this.retryLines(toRetry.lines, toRetry.retryCount, toRetry.expires)\n }\n }\n\n close(): number {\n if (this._timeoutHandle) {\n clearTimeout(this._timeoutHandle)\n this._timeoutHandle = undefined\n }\n this.closed = true\n return this.size\n }\n}\n","/**\n * Utf8Length returns an expected length of a string when UTF-8 encoded.\n * @param s - input string\n * @returns expected count of bytes\n */\nexport default function utf8Length(s: string): number {\n let retVal = s.length\n // extends the size with code points (https://en.wikipedia.org/wiki/UTF-8#Encoding)\n for (let i = 0; i < s.length; i++) {\n const code = s.charCodeAt(i)\n /* istanbul ignore else - JS does not count with 4-bytes UNICODE characters at the moment */\n if (code < 0x80) {\n continue\n } else if (code >= 0x80 && code <= 0x7ff) {\n retVal++\n } else if (code >= 0x800 && code <= 0xffff) {\n if (code >= 0xd800 && code <= 0xdfff) {\n // node.js represents unicode characters above 0xffff by two UTF-16 surrogate halves\n // see https://en.wikipedia.org/wiki/UTF-8#Codepage_layout\n retVal++\n } else {\n retVal += 2\n }\n } else {\n // never happens in node.js 14, the situation can vary in the futures or in deno/browsers\n retVal += 3\n }\n }\n return retVal\n}\n","import WriteApi from '../WriteApi'\nimport {\n DEFAULT_WriteOptions,\n WriteOptions,\n WritePrecisionType,\n} from '../options'\nimport {Transport, SendOptions} from '../transport'\nimport {Headers} from '../results'\nimport {Log} from '../util/logger'\nimport {HttpError, RetryDelayStrategy} from '../errors'\nimport {Point} from '../Point'\nimport {currentTime, dateToProtocolTimestamp} from '../util/currentTime'\nimport {createRetryDelayStrategy} from './retryStrategy'\nimport RetryBuffer from './RetryBuffer'\nimport utf8Length from '../util/utf8Length'\n\nclass WriteBuffer {\n length = 0\n bytes = -1\n lines: string[]\n\n constructor(\n private maxChunkRecords: number,\n private maxBatchBytes: number,\n private flushFn: (lines: string[]) => Promise<void>,\n private scheduleSend: () => void\n ) {\n this.lines = new Array<string>(maxChunkRecords)\n }\n\n add(record: string): void {\n const size = utf8Length(record)\n if (this.length === 0) {\n this.scheduleSend()\n } else if (this.bytes + size + 1 >= this.maxBatchBytes) {\n // the new size already exceeds maxBatchBytes, send it\n this.flush().catch((_e) => {\n // an error is logged in case of failure, avoid UnhandledPromiseRejectionWarning\n })\n }\n this.lines[this.length] = record\n this.length++\n this.bytes += size + 1\n if (\n this.length >= this.maxChunkRecords ||\n this.bytes >= this.maxBatchBytes\n ) {\n this.flush().catch((_e) => {\n // an error is logged in case of failure, avoid UnhandledPromiseRejectionWarning\n })\n }\n }\n flush(): Promise<void> {\n const lines = this.reset()\n if (lines.length > 0) {\n return this.flushFn(lines)\n } else {\n return Promise.resolve()\n }\n }\n reset(): string[] {\n const retVal = this.lines.slice(0, this.length)\n this.length = 0\n this.bytes = -1 // lines are joined with \\n\n return retVal\n }\n}\n\nexport default class WriteApiImpl implements WriteApi {\n public path: string\n\n private writeBuffer: WriteBuffer\n private closed = false\n private writeOptions: WriteOptions\n private sendOptions: SendOptions\n private _timeoutHandle: any = undefined\n private currentTime: () => string\n private dateToProtocolTimestamp: (d: Date) => string\n\n retryBuffer: RetryBuffer\n retryStrategy: RetryDelayStrategy\n\n constructor(\n private transport: Transport,\n org: string,\n bucket: string,\n precision: WritePrecisionType,\n writeOptions?: Partial<WriteOptions>\n ) {\n this.path = `/api/v2/write?org=${encodeURIComponent(\n org\n )}&bucket=${encodeURIComponent(bucket)}&precision=${precision}`\n if (writeOptions?.consistency) {\n this.path += `&consistency=${encodeURIComponent(\n writeOptions.consistency\n )}`\n }\n this.writeOptions = {\n ...DEFAULT_WriteOptions,\n ...writeOptions,\n }\n this.currentTime = currentTime[precision]\n this.dateToProtocolTimestamp = dateToProtocolTimestamp[precision]\n if (this.writeOptions.defaultTags) {\n this.useDefaultTags(this.writeOptions.defaultTags)\n }\n this.sendOptions = {\n method: 'POST',\n headers: {\n 'content-type': 'text/plain; charset=utf-8',\n ...writeOptions?.headers,\n },\n gzipThreshold: this.writeOptions.gzipThreshold,\n }\n\n const scheduleNextSend = (): void => {\n if (this.writeOptions.flushInterval > 0) {\n this._clearFlushTimeout()\n /* istanbul ignore else manually reviewed, hard to reproduce */\n if (!this.closed) {\n this._timeoutHandle = setTimeout(\n () =>\n this.sendBatch(\n this.writeBuffer.reset(),\n this.writeOptions.maxRetries\n ).catch((_e) => {\n // an error is logged in case of failure, avoid UnhandledPromiseRejectionWarning\n }),\n this.writeOptions.flushInterval\n )\n }\n }\n }\n // write buffer\n this.writeBuffer = new WriteBuffer(\n this.writeOptions.batchSize,\n this.writeOptions.maxBatchBytes,\n (lines) => {\n this._clearFlushTimeout()\n return this.sendBatch(lines, this.writeOptions.maxRetries)\n },\n scheduleNextSend\n )\n this.sendBatch = this.sendBatch.bind(this)\n // retry buffer\n this.retryStrategy = createRetryDelayStrategy(this.writeOptions)\n this.retryBuffer = new RetryBuffer(\n this.writeOptions.maxBufferLines,\n this.sendBatch,\n this.writeOptions.writeRetrySkipped\n )\n }\n\n sendBatch(\n lines: string[],\n retryAttempts: number,\n expires: number = Date.now() + this.writeOptions.maxRetryTime\n ): Promise<void> {\n // eslint-disable-next-line @typescript-eslint/no-this-alias\n const self: WriteApiImpl = this\n const failedAttempts = self.writeOptions.maxRetries + 1 - retryAttempts\n if (!this.closed && lines.length > 0) {\n if (expires <= Date.now()) {\n const error = new Error('Max retry time exceeded.')\n const onRetry = self.writeOptions.writeFailed.call(\n self,\n error,\n lines,\n failedAttempts,\n expires\n )\n if (onRetry) {\n return onRetry\n }\n Log.error(\n `Write to InfluxDB failed (attempt: ${failedAttempts}).`,\n error\n )\n return Promise.reject(error)\n }\n return new Promise<void>((resolve, reject) => {\n let responseStatusCode: number | undefined\n const callbacks = {\n responseStarted(_headers: Headers, statusCode?: number): void {\n responseStatusCode = statusCode\n },\n error(error: Error): void {\n // call the writeFailed listener and check if we can retry\n const onRetry = self.writeOptions.writeFailed.call(\n self,\n error,\n lines,\n failedAttempts,\n expires\n )\n if (onRetry) {\n onRetry.then(resolve, reject)\n return\n }\n // ignore informational message about the state of InfluxDB\n // enterprise cluster, if present\n if (\n error instanceof HttpError &&\n error.json &&\n typeof error.json.error === 'string' &&\n error.json.error.includes('hinted handoff queue not empty')\n ) {\n Log.warn('Write to InfluxDB returns: ' + error.json.error)\n responseStatusCode = 204\n callbacks.complete()\n return\n }\n // retry if possible\n if (\n !self.closed &&\n retryAttempts > 0 &&\n (!(error instanceof HttpError) ||\n (error as HttpError).statusCode >= 429)\n ) {\n Log.warn(\n `Write to InfluxDB failed (attempt: ${failedAttempts}).`,\n error\n )\n self.retryBuffer.addLines(\n lines,\n retryAttempts - 1,\n self.retryStrategy.nextDelay(error, failedAttempts),\n expires\n )\n reject(error)\n return\n }\n Log.error(`Write to InfluxDB failed.`, error)\n reject(error)\n },\n complete(): void {\n // older implementations of transport do not report status code\n if (responseStatusCode == 204 || responseStatusCode == undefined) {\n self.writeOptions.writeSuccess.call(self, lines)\n self.retryStrategy.success()\n resolve()\n } else {\n const message = `204 HTTP response status code expected, but ${responseStatusCode} returned`\n const error = new HttpError(\n responseStatusCode,\n message,\n undefined,\n '0'\n )\n error.message = message\n callbacks.error(error)\n }\n },\n }\n this.transport.send(\n this.path,\n lines.join('\\n'),\n this.sendOptions,\n callbacks\n )\n })\n } else {\n return Promise.resolve()\n }\n }\n\n private _clearFlushTimeout(): void {\n if (this._timeoutHandle !== undefined) {\n clearTimeout(this._timeoutHandle)\n this._timeoutHandle = undefined\n }\n }\n\n writeRecord(record: string): void {\n if (this.closed) {\n throw new Error('writeApi: already closed!')\n }\n this.writeBuffer.add(record)\n }\n writeRecords(records: ArrayLike<string>): void {\n if (this.closed) {\n throw new Error('writeApi: already closed!')\n }\n for (let i = 0; i < records.length; i++) {\n this.writeBuffer.add(records[i])\n }\n }\n writePoint(point: Point): void {\n if (this.closed) {\n throw new Error('writeApi: already closed!')\n }\n const line = point.toLineProtocol(this)\n if (line) this.writeBuffer.add(line)\n }\n writePoints(points: ArrayLike<Point>): void {\n if (this.closed) {\n throw new Error('writeApi: already closed!')\n }\n for (let i = 0; i < points.length; i++) {\n const line = points[i].toLineProtocol(this)\n if (line) this.writeBuffer.add(line)\n }\n }\n async flush(withRetryBuffer?: boolean): Promise<void> {\n await this.writeBuffer.flush()\n if (withRetryBuffer) {\n return await this.retryBuffer.flush()\n }\n }\n close(): Promise<void> {\n const retVal = this.writeBuffer.flush().finally(() => {\n const remaining = this.retryBuffer.close()\n if (remaining) {\n Log.error(\n `Retry buffer closed with ${remaining} items that were not written to InfluxDB!`,\n null\n )\n }\n this.closed = true\n })\n return retVal\n }\n dispose(): number {\n this._clearFlushTimeout()\n this.closed = true\n return this.retryBuffer.close() + this.writeBuffer.length\n }\n\n // PointSettings\n defaultTags: {[key: string]: string} | undefined\n useDefaultTags(tags: {[key: string]: string}): WriteApi {\n this.defaultTags = tags\n return this\n }\n convertTime(value: string | number | Date | undefined): string | undefined {\n if (value === undefined) {\n return this.currentTime()\n } else if (typeof value === 'string') {\n return value.length > 0 ? value : undefined\n } else if (value instanceof Date) {\n return this.dateToProtocolTimestamp(value)\n } else if (typeof value === 'number') {\n return String(Math.floor(value))\n } else {\n return String(value)\n }\n }\n}\n","import {CommunicationObserver, Headers} from '../results'\n\ntype CompleteObserver = Omit<\n Required<CommunicationObserver<any>>,\n 'useCancellable' | 'useResume'\n> &\n Pick<CommunicationObserver<any>, 'useResume' | 'useCancellable'>\n\nexport default function completeCommunicationObserver(\n callbacks: Partial<CommunicationObserver<any>> = {}\n): CompleteObserver {\n let state = 0\n const retVal: CompleteObserver = {\n next: (data: any): void | boolean => {\n if (\n state === 0 &&\n callbacks.next &&\n data !== null &&\n data !== undefined\n ) {\n return callbacks.next(data)\n }\n },\n error: (error: Error): void => {\n /* istanbul ignore else propagate error at most once */\n if (state === 0) {\n state = 1\n /* istanbul ignore else safety check */\n if (callbacks.error) callbacks.error(error)\n }\n },\n complete: (): void => {\n if (state === 0) {\n state = 2\n /* istanbul ignore else safety check */\n if (callbacks.complete) callbacks.complete()\n }\n },\n responseStarted: (headers: Headers, statusCode?: number): void => {\n if (callbacks.responseStarted)\n callbacks.responseStarted(headers, statusCode)\n },\n }\n if (callbacks.useCancellable) {\n retVal.useCancellable = callbacks.useCancellable.bind(callbacks)\n }\n if (callbacks.useResume) {\n retVal.useResume = callbacks.useResume.bind(callbacks)\n }\n return retVal\n}\n","import {Transport, SendOptions} from '../../transport'\nimport {ConnectionOptions} from '../../options'\nimport {AbortError, HttpError} from '../../errors'\nimport completeCommunicationObserver from '../completeCommunicationObserver'\nimport {Log} from '../../util/logger'\nimport {\n ChunkCombiner,\n CommunicationObserver,\n createTextDecoderCombiner,\n Headers,\n ResponseStartedFn,\n} from '../../results'\n\nfunction getResponseHeaders(response: Response): Headers {\n const headers: Headers = {}\n response.headers.forEach((value: string, key: string) => {\n const previous = headers[key]\n if (previous === undefined) {\n headers[key] = value\n } else if (Array.isArray(previous)) {\n previous.push(value)\n } else {\n headers[key] = [previous, value]\n }\n })\n return headers\n}\n\n/**\n * Transport layer that use browser fetch.\n */\nexport default class FetchTransport implements Transport {\n chunkCombiner: ChunkCombiner = createTextDecoderCombiner()\n private defaultHeaders: {[key: string]: string}\n private url: string\n constructor(private connectionOptions: ConnectionOptions) {\n this.defaultHeaders = {\n 'content-type': 'application/json; charset=utf-8',\n // 'User-Agent': `influxdb-client-js/${CLIENT_LIB_VERSION}`, // user-agent can hardly be customized https://github.com/influxdata/influxdb-client-js/issues/262\n ...connectionOptions.headers,\n }\n if (this.connectionOptions.token) {\n this.defaultHeaders['Authorization'] =\n 'Token ' + this.connectionOptions.token\n }\n this.url = String(this.connectionOptions.url)\n if (this.url.endsWith('/')) {\n this.url = this.url.substring(0, this.url.length - 1)\n }\n // https://github.com/influxdata/influxdb-client-js/issues/263\n // don't allow /api/v2 suffix to avoid future problems\n if (this.url.endsWith('/api/v2')) {\n this.url = this.url.substring(0, this.url.length - '/api/v2'.length)\n Log.warn(\n `Please remove '/api/v2' context path from InfluxDB base url, using ${this.url} !`\n )\n }\n }\n send(\n path: string,\n body: string,\n options: SendOptions,\n callbacks?: Partial<CommunicationObserver<Uint8Array>> | undefined\n ): void {\n const observer = completeCommunicationObserver(callbacks)\n let cancelled = false\n let signal = (options as any).signal\n let pausePromise: Promise<void> | undefined\n const resumeQuickly = () => {}\n let resume = resumeQuickly\n if (callbacks && callbacks.useCancellable) {\n const controller = new AbortController()\n if (!signal) {\n signal = controller.signal\n options = {...options, signal}\n }\n // resume data reading so that it can exit on abort signal\n signal.addEventListener('abort', () => {\n resume()\n })\n callbacks.useCancellable({\n cancel() {\n cancelled = true\n controller.abort()\n },\n isCancelled() {\n return cancelled || signal.aborted\n },\n })\n }\n this.fetch(path, body, options)\n .then(async (response) => {\n if (callbacks?.responseStarted) {\n observer.responseStarted(\n getResponseHeaders(response),\n response.status\n )\n }\n await this.throwOnErrorResponse(response)\n if (response.body) {\n const reader = response.body.getReader()\n let chunk: ReadableStreamReadResult<Uint8Array>\n do {\n if (pausePromise) {\n await pausePromise\n }\n if (cancelled) {\n break\n }\n chunk = await reader.read()\n if (observer.next(chunk.value) === false) {\n const useResume = observer.useResume\n if (!useResume) {\n const msg = 'Unable to pause, useResume is not configured!'\n await reader.cancel(msg)\n return Promise.reject(new Error(msg))\n }\n pausePromise = new Promise((resolve) => {\n resume = () => {\n resolve()\n pausePromise = undefined\n resume = resumeQuickly\n }\n useResume(resume)\n })\n }\n } while (!chunk.done)\n } else if (response.arrayBuffer) {\n const buffer = await response.arrayBuffer()\n observer.next(new Uint8Array(buffer))\n } else {\n const text = await response.text()\n observer.next(new TextEncoder().encode(text))\n }\n })\n .catch((e) => {\n if (!cancelled) {\n observer.error(e)\n }\n })\n .finally(() => observer.complete())\n }\n private async throwOnErrorResponse(response: Response): Promise<void> {\n if (response.status >= 300) {\n let text = ''\n try {\n text = await response.text()\n if (!text) {\n const headerError = response.headers.get('x-influxdb-error')\n if (headerError) {\n text = headerError\n }\n }\n } catch (e) {\n Log.warn('Unable to receive error body', e)\n throw new HttpError(\n response.status,\n response.statusText,\n undefined,\n response.headers.get('retry-after'),\n response.headers.get('content-type')\n )\n }\n throw new HttpError(\n response.status,\n response.statusText,\n text,\n response.headers.get('retry-after'),\n response.headers.get('content-type')\n )\n }\n }\n\n async *iterate(\n path: string,\n body: string,\n options: SendOptions\n ): AsyncIterableIterator<Uint8Array> {\n const response = await this.fetch(path, body, options)\n await this.throwOnErrorResponse(response)\n if (response.body) {\n const reader = response.body.getReader()\n for (;;) {\n const {value, done} = await reader.read()\n if (done) {\n break\n }\n if (options.signal?.aborted) {\n await response.body.cancel()\n throw new AbortError()\n }\n yield value\n }\n } else if (response.arrayBuffer) {\n const buffer = await response.arrayBuffer()\n yield new Uint8Array(buffer)\n } else {\n const text = await response.text()\n yield new TextEncoder().encode(text)\n }\n }\n\n async request(\n path: string,\n body: any,\n options: SendOptions,\n responseStarted?: ResponseStartedFn\n ): Promise<any> {\n const response = await this.fetch(path, body, options)\n const {headers} = response\n const responseContentType = headers.get('content-type') || ''\n if (responseStarted) {\n responseStarted(getResponseHeaders(response), response.status)\n }\n\n await this.throwOnErrorResponse(response)\n const responseType = options.headers?.accept ?? responseContentType\n if (responseType.includes('json')) {\n return await response.json()\n } else if (\n responseType.includes('text') ||\n responseType.startsWith('application/csv')\n ) {\n return await response.text()\n }\n }\n\n private fetch(\n path: string,\n body: any,\n options: SendOptions\n ): Promise<Response> {\n const {method, headers, ...other} = options\n const url = `${this.url}${path}`\n const request: RequestInit = {\n method: method,\n body:\n method === 'GET' || method === 'HEAD'\n ? undefined\n : typeof body === 'string'\n ? body\n : JSON.stringify(body),\n headers: {\n ...this.defaultHeaders,\n ...headers,\n },\n credentials: 'omit' as const,\n // override with custom transport options\n ...this.connectionOptions.transportOptions,\n // allow to specify custom options, such as signal, in SendOptions\n ...other,\n }\n this.requestDecorator(request, options, url)\n return fetch(url, request)\n }\n\n /**\n * RequestDecorator allows to modify requests before sending.\n *\n * The following example shows a function that adds gzip\n * compression of requests using pako.js.\n *\n * ```ts\n * const client = new InfluxDB({url: 'http://a'})\n * client.transport.requestDecorator = function(request, options) {\n * const body = request.body\n * if (\n * typeof body === 'string' &&\n * options.gzipThreshold !== undefined &&\n * body.length > options.gzipThreshold\n * ) {\n * request.headers['content-encoding'] = 'gzip'\n * request.body = pako.gzip(body)\n * }\n * }\n * ```\n */\n public requestDecorator: (\n request: RequestInit,\n options: SendOptions,\n url: string\n ) => void = function () {}\n}\n","import {Observable} from '../observable'\nimport QueryApi, {QueryOptions} from '../QueryApi'\nimport {Transport} from '../transport'\nimport {\n CommunicationObserver,\n FluxResultObserver,\n FluxTableMetaData,\n Row,\n AnnotatedCSVResponse,\n IterableResultExecutor,\n} from '../results'\nimport {ParameterizedQuery} from '../query/flux'\nimport {APIExecutor} from '../results/ObservableQuery'\n\nconst DEFAULT_dialect: any = {\n header: true,\n delimiter: ',',\n quoteChar: '\"',\n commentPrefix: '#',\n annotations: ['datatype', 'group', 'default'],\n}\n\nexport class QueryApiImpl implements QueryApi {\n private options: QueryOptions\n constructor(\n private transport: Transport,\n private createCSVResponse: (\n executor: APIExecutor,\n iterableResultExecutor: IterableResultExecutor\n ) => AnnotatedCSVResponse,\n org: string | QueryOptions\n ) {\n this.options = typeof org === 'string' ? {org} : org\n }\n\n with(options: Partial<QueryOptions>): QueryApi {\n return new QueryApiImpl(this.transport, this.createCSVResponse, {\n ...this.options,\n ...options,\n })\n }\n\n response(query: string | ParameterizedQuery): AnnotatedCSVResponse {\n const {org, type, gzip, headers} = this.options\n const path = `/api/v2/query?org=${encodeURIComponent(org)}`\n const body = JSON.stringify(\n this.decorateRequest({\n query: query.toString(),\n dialect: DEFAULT_dialect,\n type,\n })\n )\n const options = {\n method: 'POST',\n headers: {\n 'content-type': 'application/json; encoding=utf-8',\n 'accept-encoding': gzip ? 'gzip' : 'identity',\n ...headers,\n },\n }\n return this.createCSVResponse(\n (consumer) => this.transport.send(path, body, options, consumer),\n () => this.transport.iterate(path, body, options)\n )\n }\n\n iterateLines(query: string | ParameterizedQuery): AsyncIterable<string> {\n return this.response(query).iterateLines()\n }\n iterateRows(query: string | ParameterizedQuery): AsyncIterable<Row> {\n return this.response(query).iterateRows()\n }\n lines(query: string | ParameterizedQuery): Observable<string> {\n return this.response(query).lines()\n }\n\n rows(query: string | ParameterizedQuery): Observable<Row> {\n return this.response(query).rows()\n }\n\n queryLines(\n query: string | ParameterizedQuery,\n consumer: CommunicationObserver<string>\n ): void {\n return this.response(query).consumeLines(consumer)\n }\n\n queryRows(\n query: string | ParameterizedQuery,\n consumer: FluxResultObserver<string[]>\n ): void {\n return this.response(query).consumeRows(consumer)\n }\n\n collectRows<T>(\n query: string | ParameterizedQuery,\n rowMapper?: (\n values: string[],\n tableMeta: FluxTableMetaData\n ) => T | undefined\n ): Promise<Array<T>> {\n return this.response(query).collectRows(rowMapper)\n }\n\n collectLines(query: string | ParameterizedQuery): Promise<Array<string>> {\n return this.response(query).collectLines()\n }\n\n queryRaw(query: string | ParameterizedQuery): Promise<string> {\n const {org, type, gzip, headers} = this.options\n return this.transport.request(\n `/api/v2/query?org=${encodeURIComponent(org)}`,\n JSON.stringify(\n this.decorateRequest({\n query: query.toString(),\n dialect: DEFAULT_dialect,\n type,\n })\n ),\n {\n method: 'POST',\n headers: {\n accept: 'text/csv',\n 'accept-encoding': gzip ? 'gzip' : 'identity',\n 'content-type': 'application/json; encoding=utf-8',\n ...headers,\n },\n }\n )\n }\n\n private decorateRequest(request: any): any {\n if (typeof this.options.now === 'function') {\n request.now = this.options.now()\n }\n // https://docs.influxdata.com/influxdb/latest/api/#operation/PostQuery requires type\n request.type = this.options.type ?? 'flux'\n return request\n }\n}\n\nexport default QueryApiImpl\n","import {\n CommunicationObserver,\n FluxResultObserver,\n FluxTableMetaData,\n Row,\n linesToTables,\n ChunkCombiner,\n chunksToLines,\n chunksToLinesIterable,\n linesToRowsIterable,\n} from '../results'\nimport {Observable} from '../observable'\nimport {\n AnnotatedCSVResponse,\n IterableResultExecutor,\n} from './AnnotatedCSVResponse'\nimport ObservableQuery, {APIExecutor} from './ObservableQuery'\n\nexport function defaultRowMapping(\n values: string[],\n tableMeta: FluxTableMetaData\n): Record<string, any> {\n return tableMeta.toObject(values)\n}\n\n/**\n * AnnotatedCsvResponseImpl is an implementation AnnotatedCsvResponse\n * that uses the supplied executor to supply a response data stream.\n */\nexport class AnnotatedCSVResponseImpl implements AnnotatedCSVResponse {\n constructor(\n private executor: APIExecutor,\n private iterableResultExecutor: IterableResultExecutor,\n private chunkCombiner: ChunkCombiner\n ) {}\n iterateLines(): AsyncIterable<string> {\n return chunksToLinesIterable(this.iterableResultExecutor())\n }\n iterateRows(): AsyncIterable<Row> {\n return linesToRowsIterable(\n chunksToLinesIterable(this.iterableResultExecutor())\n )\n }\n lines(): Observable<string> {\n return new ObservableQuery(this.executor, (observer) =>\n chunksToLines(observer, this.chunkCombiner)\n )\n }\n\n rows(): Observable<Row> {\n return new ObservableQuery(this.executor, (observer) => {\n return chunksToLines(\n linesToTables({\n next(values, tableMeta) {\n observer.next({values, tableMeta})\n },\n error(e) {\n observer.error(e)\n },\n complete() {\n observer.complete()\n },\n }),\n this.chunkCombiner\n )\n })\n }\n\n consumeLines(consumer: CommunicationObserver<string>): void {\n this.executor(chunksToLines(consumer, this.chunkCombiner))\n }\n\n consumeRows(consumer: FluxResultObserver<string[]>): void {\n this.executor(chunksToLines(linesToTables(consumer), this.chunkCombiner))\n }\n\n collectRows<T>(\n rowMapper: (\n values: string[],\n tableMeta: FluxTableMetaData\n ) => T | undefined = defaultRowMapping as (\n values: string[],\n tableMeta: FluxTableMetaData\n ) => T | undefined\n ): Promise<Array<T>> {\n const retVal: Array<T> = []\n return new Promise((resolve, reject) => {\n this.consumeRows({\n next(values: string[], tableMeta: FluxTableMetaData): void {\n const toAdd = rowMapper.call(this, values, tableMeta)\n if (toAdd !== undefined) {\n retVal.push(toAdd)\n }\n },\n error(error: Error): void {\n reject(error)\n },\n complete(): void {\n resolve(retVal)\n },\n })\n })\n }\n\n collectLines(): Promise<Array<string>> {\n const retVal: Array<string> = []\n return new Promise((resolve, reject) => {\n this.consumeLines({\n next(line: string): void {\n retVal.push(line)\n },\n error(error: Error): void {\n reject(error)\n },\n complete(): void {\n resolve(retVal)\n },\n })\n })\n }\n}\n","import WriteApi from './WriteApi'\nimport {ClientOptions, WriteOptions, WritePrecisionType} from './options'\nimport WriteApiImpl from './impl/WriteApiImpl'\nimport {IllegalArgumentError} from './errors'\nimport {Transport} from './transport'\n// replaced by ./impl/browser/FetchTransport in browser builds\nimport TransportImpl from './impl/browser/FetchTransport'\nimport QueryApi, {QueryOptions} from './QueryApi'\nimport QueryApiImpl from './impl/QueryApiImpl'\nimport {\n AnnotatedCSVResponse,\n APIExecutor,\n IterableResultExecutor,\n} from './results'\nimport {AnnotatedCSVResponseImpl} from './results/AnnotatedCSVResponseImpl'\n\n/**\n * InfluxDB entry point that configures communication with InfluxDB server\n * and provide APIs to write and query data.\n */\nexport default class InfluxDB {\n private _options: ClientOptions\n readonly transport: Transport\n readonly processCSVResponse: (\n executor: APIExecutor,\n iterableResultExecutor: IterableResultExecutor\n ) => AnnotatedCSVResponse\n\n /**\n * Creates influxdb client options from an options object or url.\n * @param options - client options\n */\n constructor(options: ClientOptions | string) {\n if (typeof options === 'string') {\n this._options = {url: options}\n } else if (options !== null && typeof options === 'object') {\n this._options = options\n } else {\n throw new IllegalArgumentError('No url or configuration specified!')\n }\n const url = this._options.url\n if (typeof url !== 'string')\n throw new IllegalArgumentError('No url specified!')\n if (url.endsWith('/')) this._options.url = url.substring(0, url.length - 1)\n this.transport = this._options.transport ?? new TransportImpl(this._options)\n this.processCSVResponse = (\n executor: APIExecutor,\n iterableResultExecutor: IterableResultExecutor\n ): AnnotatedCSVResponse =>\n new AnnotatedCSVResponseImpl(\n executor,\n iterableResultExecutor,\n this.transport.chunkCombiner\n )\n }\n\n /**\n * Creates WriteApi for the supplied organization and bucket. BEWARE that returned instances must be closed\n * in order to flush the remaining data and close already scheduled retry executions.\n *\n * @remarks\n * Use {@link WriteOptions} to customize retry strategy options, data chunking\n * and flushing options. See {@link DEFAULT_WriteOptions} to see the defaults.\n *\n * See also {@link https://github.com/influxdata/influxdb-client-js/blob/master/examples/write.mjs | write example},\n * {@link https://github.com/influxdata/influxdb-client-js/blob/master/examples/writeAdvanced.mjs | writeAdvanced example},\n * and {@link https://github.com/influxdata/influxdb-client-js/blob/master/examples/index.html | browser example}.\n *\n * @param org - Specifies the destination organization for writes. Takes either the ID or Name interchangeably.\n * @param bucket - The destination bucket for writes.\n * @param precision - Timestamp precision for line items.\n * @param writeOptions - Custom write options.\n * @returns WriteApi instance\n */\n getWriteApi(\n org: string,\n bucket: string,\n precision: WritePrecisionType = 'ns',\n writeOptions?: Partial<WriteOptions>\n ): WriteApi {\n return new WriteApiImpl(\n this.transport,\n org,\n bucket,\n precision,\n writeOptions ?? this._options.writeOptions\n )\n }\n\n /**\n * Creates QueryApi for the supplied organization .\n *\n * @remarks\n * See also {@link https://github.com/influxdata/influxdb-client-js/blob/master/examples/query.ts | query.ts example},\n * {@link https://github.com/influxdata/influxdb-client-js/blob/master/examples/queryWithParams.mjs | queryWithParams.mjs example},\n * {@link https://github.com/influxdata/influxdb-client-js/blob/master/examples/rxjs-query.ts | rxjs-query.ts example},\n * and {@link https://github.com/influxdata/influxdb-client-js/blob/master/examples/index.html | browser example},\n *\n * @param org - organization or query options\n * @returns QueryApi instance\n */\n getQueryApi(org: string | QueryOptions): QueryApi {\n return new QueryApiImpl(this.transport, this.processCSVResponse, org)\n }\n}\n"],"mappings":";;;;;scAAA,IAAAA,GAAA,GAAAC,GAAAD,GAAA,gBAAAE,EAAA,8BAAAC,GAAA,sCAAAC,EAAA,yBAAAC,EAAA,eAAAC,EAAA,cAAAC,EAAA,yBAAAC,EAAA,aAAAC,EAAA,iBAAAC,EAAA,QAAAC,EAAA,UAAAC,GAAA,yBAAAC,EAAA,mBAAAC,EAAA,qBAAAC,GAAA,kBAAAC,EAAA,0BAAAC,EAAA,kBAAAC,GAAA,uBAAAC,GAAA,0BAAAC,GAAA,4BAAAC,EAAA,8BAAAC,EAAA,gBAAAC,GAAA,4BAAAC,GAAA,WAAAC,EAAA,SAAAC,GAAA,aAAAC,GAAA,iBAAAC,GAAA,iBAAAC,GAAA,mBAAAC,GAAA,cAAAC,GAAA,gBAAAC,GAAA,eAAAC,GAAA,eAAAC,GAAA,kBAAAC,EAAA,0BAAAC,GAAA,wBAAAC,EAAA,kBAAAC,EAAA,uBAAAC,EAAA,kBAAAC,GAAA,oBAAAC,GAAA,4BAAAC,GAAA,8BAAAC,GAAA,8BAAAC,GAAA,cAAAC,GAAA,kBAAAC,GAAA,qBAAAC,EAAA,gBAAAC,EAAA,oBAAAC,EAAA,qBAAAC,KC2CO,SAASC,GAA2C,CACzD,IAAMC,EAAU,IAAI,YAAY,OAAO,EACvC,MAAO,CACL,OAAOC,EAAmBC,EAAgC,CACxD,IAAMC,EAAS,IAAI,WAAWF,EAAM,OAASC,EAAO,MAAM,EAC1D,OAAAC,EAAO,IAAIF,CAAK,EAChBE,EAAO,IAAID,EAAQD,EAAM,MAAM,EACxBE,CACT,EACA,KAAKC,EAAmBC,EAAeC,EAAyB,CAC9D,IAAMH,EAAS,IAAI,WAAWG,EAAMD,CAAK,EACzC,OAAAF,EAAO,IAAIC,EAAM,SAASC,EAAOC,CAAG,CAAC,EAC9BH,CACT,EACA,aAAaC,EAAmBC,EAAeC,EAAqB,CAClE,OAAON,EAAQ,OAAOI,EAAM,SAASC,EAAOC,CAAG,CAAC,CAClD,CACF,CACF,CClDO,SAASC,EACdC,EACAC,EACmC,CACnC,IAAMC,EAASD,GAAA,KAAAA,EAAiBE,EAA0B,EACtDC,EACAC,EAAW,GACXC,EAAS,GACTC,EAAS,GACTC,EAEJ,SAASC,EAAeC,EAAyB,CAC/C,IAAIC,EACAC,EAAQ,EASZ,IARIR,GAGFO,EAAQD,EAAM,SAAW,EAAI,EAAKN,EAAwB,OAC1DM,EAAQR,EAAO,OAAOE,EAAUM,CAAK,GAErCC,EAAQ,EAEHA,EAAQD,EAAM,QAAQ,CAC3B,IAAMG,EAAIH,EAAMC,GAChB,GAAIE,IAAM,IACR,GAAI,CAACP,EAAQ,CAEX,IAAMQ,EAAMH,EAAQ,GAAKD,EAAMC,EAAQ,KAAO,GAAKA,EAAQ,EAAIA,EAE/D,GAAIN,EACF,OAIF,GAFAE,EAASP,EAAO,KAAKE,EAAO,aAAaQ,EAAOE,EAAOE,CAAG,CAAC,IAAM,GACjEF,EAAQD,EAAQ,EACZJ,EACF,KAEJ,OACSM,IAAM,KACfP,EAAS,CAACA,GAEZK,GACF,CAMA,GALIC,EAAQF,EAAM,OAChBN,EAAWF,EAAO,KAAKQ,EAAOE,EAAOF,EAAM,MAAM,EAEjDN,EAAW,OAETG,EAAQ,CACV,GAAIP,EAAO,UAAW,CACpBA,EAAO,UAAU,IAAM,CACrBO,EAAS,GACTE,EAAe,IAAI,WAAW,CAAC,CAAC,CAClC,CAAC,EACD,MACF,CACAM,EAAO,MAAM,IAAI,MAAM,+CAA+C,CAAC,EACvER,EAAS,EACX,CACIC,IACFA,EAAa,EACbA,EAAe,OAEnB,CAEA,IAAMO,EAA4C,CAChD,KAAKL,EAA4B,CAC/B,GAAI,CAACL,EACH,GAAI,CACF,OAAAI,EAAeC,CAAK,EACb,CAACH,CACV,OAASS,EAAP,CACA,KAAK,MAAMA,CAAU,CACvB,CAEF,MAAO,EACT,EACA,MAAMC,EAAoB,CACnBZ,IACHA,EAAW,GACXL,EAAO,MAAMiB,CAAK,EAEtB,EACA,UAAiB,CACVZ,IACCD,GACFJ,EAAO,KAAKE,EAAO,aAAaE,EAAU,EAAGA,EAAS,MAAM,CAAC,EAE/DC,EAAW,GACXL,EAAO,SAAS,EAEpB,CACF,EACA,OAAIA,EAAO,iBACTe,EAAO,eAAkBG,GAA6B,CACpDlB,EAAO,gBACLA,EAAO,eAAe,CACpB,QAAe,CACbkB,EAAY,OAAO,EACnBd,EAAW,OACXW,EAAO,SAAS,CAClB,EACA,aAAuB,CACrB,OAAOG,EAAY,YAAY,CACjC,CACF,CAAC,CACL,GAEElB,EAAO,YACTe,EAAO,UAAaI,GAAkB,CACpCX,EAAeW,CACjB,GAGKJ,CACT,CCrHA,eAAuBK,EACrBC,EACAC,EAC+B,CAC/B,IAAMC,EAASD,GAAA,KAAAA,EAAiBE,EAA0B,EACtDC,EACAC,EAAS,GAEb,cAAeC,KAASN,EAAQ,CAC9B,IAAIO,EACAC,EAAQ,EAOZ,IANIJ,GACFG,EAAQH,EAAS,OACjBE,EAAQJ,EAAO,OAAOE,EAAUE,CAAK,GAErCC,EAAQ,EAEHA,EAAQD,EAAM,QAAQ,CAC3B,IAAMG,EAAIH,EAAMC,GAChB,GAAIE,IAAM,IACR,GAAI,CAACJ,EAAQ,CAEX,IAAMK,EAAMH,EAAQ,GAAKD,EAAMC,EAAQ,KAAO,GAAKA,EAAQ,EAAIA,EAC/D,MAAML,EAAO,aAAaI,EAAOE,EAAOE,CAAG,EAC3CF,EAAQD,EAAQ,CAClB,OACSE,IAAM,KACfJ,EAAS,CAACA,GAEZE,GACF,CACIC,EAAQF,EAAM,OAChBF,EAAWF,EAAO,KAAKI,EAAOE,EAAOF,EAAM,MAAM,EAEjDF,EAAW,MAEf,CACIA,IACF,MAAMF,EAAO,aAAaE,EAAU,EAAGA,EAAS,MAAM,EAE1D,CC9CO,IAAMO,EAAN,KAAmB,CAAnB,cAKL,KAAQ,OAAS,GAKjB,IAAI,OAAiB,CACnB,OAAO,KAAK,MACd,CACA,IAAI,MAAMC,EAAc,CAClBA,GAAO,CAAC,KAAK,eACf,KAAK,aAAe,IAAI,MAAM,EAAE,GAElC,KAAK,OAASA,CAChB,CAKA,WAA0B,CACxB,YAAK,MAAQ,GACN,IACT,CAQA,UAAUC,EAA2C,CACnD,GAAIA,GAAS,KACX,YAAK,gBAAkB,EAChB,CAAC,EAEV,IAAIC,EAAa,EACbC,EAAa,EACXC,EAAS,KAAK,OAAS,KAAK,aAAe,CAAC,EAC9CC,EAAQ,EACZ,QAASC,EAAI,EAAGA,EAAIL,EAAK,OAAQK,IAAK,CACpC,IAAMC,EAAIN,EAAKK,GACf,GAAIC,IAAM,KACR,GAAIL,EAAa,IAAM,EAAG,CACxB,IAAMF,EAAM,KAAK,SAASC,EAAME,EAAYG,EAAGJ,CAAU,EACrD,KAAK,OACPE,EAAOC,KAAWL,EAElBI,EAAO,KAAKJ,CAAG,EAEjBG,EAAaG,EAAI,EACjBJ,EAAa,CACf,OACSK,IAAM,KACfL,GAEJ,CACA,IAAMF,EAAM,KAAK,SAASC,EAAME,EAAYF,EAAK,OAAQC,CAAU,EACnE,OAAI,KAAK,QACPE,EAAOC,GAASL,EAChB,KAAK,gBAAkBK,EAAQ,IAE/BD,EAAO,KAAKJ,CAAG,EACf,KAAK,gBAAkBI,EAAO,QAGzBA,CACT,CAEQ,SACNH,EACAO,EACAC,EACAP,EACQ,CACR,OAAIM,IAAUP,EAAK,OACV,GACEC,IAAe,EACjBD,EAAK,UAAUO,EAAOC,CAAG,EACvBP,IAAe,EACjBD,EAAK,UAAUO,EAAQ,EAAGC,EAAM,CAAC,EAGjCR,EAAK,UAAUO,EAAQ,EAAGC,EAAM,CAAC,EAAE,QAAQ,OAAQ,GAAG,CAEjE,CACF,ECzCA,IAAMC,EAAYC,GAAmBA,EAMxBC,EAA4D,CACvE,QAAUD,GAAoBA,IAAM,GAAK,KAAOA,IAAM,OACtD,aAAeA,GAAoBA,IAAM,GAAK,KAAO,CAACA,EACtD,KAAOA,GAAoBA,IAAM,GAAK,KAAO,CAACA,EAC9C,OAAOA,EAAgB,CACrB,OAAQA,EAAG,CACT,IAAK,GACH,OAAO,KACT,IAAK,OACH,OAAO,OAAO,kBAChB,IAAK,OACH,OAAO,OAAO,kBAChB,QACE,MAAO,CAACA,CACZ,CACF,EACA,OAAQD,EACR,aAAcA,EACd,SAAWC,GAAoBA,IAAM,GAAK,KAAOA,EACjD,mBAAqBA,GAAoBA,IAAM,GAAK,KAAOA,CAC7D,EAKME,EAAN,KAAqD,CAM5C,IAAIC,EAAoB,CAxFjC,IAAAC,EAyFI,IAAIC,EAAMF,EAAI,KAAK,OACnB,OAAKE,IAAQ,IAAMA,IAAQ,SAAc,KAAK,eAC5CA,EAAM,KAAK,gBAELD,EAAAH,EAAgB,KAAK,YAArB,KAAAG,EAAkCL,GAAUM,CAAG,CACzD,CACF,EACaC,EAAkC,OAAO,OAAO,CAC3D,MAAO,GACP,SAAU,GACV,MAAO,GACP,aAAc,GACd,MAAO,OAAO,iBACd,IAAK,IAAG,EACV,CAAC,EAMM,SAASC,GAAsC,CACpD,OAAO,IAAIL,CACb,CAOO,SAASM,GACdC,EACiB,CAxHnB,IAAAL,EAAAM,EAyHE,IAAMC,EAAS,IAAIT,EACnB,OAAAS,EAAO,MAAQ,OAAOF,EAAO,KAAK,EAClCE,EAAO,SAAWF,EAAO,SACzBE,EAAO,MAAQ,QAAQF,EAAO,KAAK,EACnCE,EAAO,cAAeP,EAAAK,EAAO,eAAP,KAAAL,EAAuB,GAC7CO,EAAO,OAAQD,EAAAD,EAAO,QAAP,KAAAC,EAAgB,EACxBC,CACT,CClGA,IAAMC,GAAuB,CAAC,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,GAAG,EAE7D,SAASC,GAAsBC,EAA6B,CACjE,OAAOF,GAAqB,SAASE,CAAU,CACjD,CAGO,IAAMC,EAAN,cAAmC,KAAM,CAE9C,YAAYC,EAAiB,CAC3B,MAAMA,CAAO,EACb,KAAK,KAAO,uBACZ,OAAO,eAAe,KAAMD,EAAqB,SAAS,CAC5D,CACF,EAKaE,EAAN,cAAwB,KAAmC,CAQhE,YACWH,EACAI,EACAC,EACTC,EACSC,EACTL,EACA,CACA,MAAM,EAPG,gBAAAF,EACA,mBAAAI,EACA,UAAAC,EAEA,iBAAAE,EAIT,UAAO,eAAe,KAAMJ,EAAU,SAAS,EAC3CD,EACF,KAAK,QAAUA,UACNG,EAAM,CACf,GAAIE,GAAA,MAAAA,EAAa,WAAW,oBAC1B,GAAI,CACF,KAAK,KAAO,KAAK,MAAMF,CAAI,EAC3B,KAAK,QAAU,KAAK,KAAK,QACzB,KAAK,KAAO,KAAK,KAAK,IACxB,OAASG,EAAP,CAEF,CAEG,KAAK,UACR,KAAK,QAAU,GAAGR,KAAcI,OAAmBC,IAEvD,MACE,KAAK,QAAU,GAAGL,KAAcI,IAElC,KAAK,KAAO,YACZ,KAAK,cAAcE,CAAU,CAC/B,CAEQ,cAAcA,EAA8C,CAC9D,OAAOA,GAAe,SAEpB,WAAW,KAAKA,CAAU,EAC5B,KAAK,YAAc,SAASA,CAAU,EAEtC,KAAK,YAAc,EAGrB,KAAK,YAAc,CAEvB,CAEA,UAAoB,CAClB,OAAOP,GAAsB,KAAK,UAAU,CAC9C,CACA,YAAqB,CACnB,OAAO,KAAK,WACd,CACF,EAGMU,GAAc,CAClB,aACA,YACA,kBACA,YACA,eACA,eACA,OACF,EAOO,SAASC,GAAiBC,EAAqB,CACpD,GAAKA,EAEE,IAAI,OAAQA,EAAc,UAAa,WAC5C,MAAO,CAAC,CAAGA,EAAc,SAA2B,EAC/C,GAAKA,EAAc,MAAQF,GAAY,SAAUE,EAAc,IAAI,EACxE,MAAO,OAJP,OAAO,GAMT,MAAO,EACT,CAKO,SAASC,EAAcD,EAAeE,EAA8B,CACzE,GAAKF,EAEE,CACL,IAAIG,EACJ,OAAI,OAAQH,EAAc,YAAe,WAC9BA,EAAc,WAA4B,GAEnDG,EAAS,EAEPD,GAAeA,EAAc,EACxBC,EAAS,KAAK,MAAM,KAAK,OAAO,EAAID,CAAW,EAE/CC,EAEX,KAbE,OAAO,EAcX,CAGO,IAAMC,EAAN,cAAmC,KAAmC,CAE3E,aAAc,CACZ,MAAM,EACN,OAAO,eAAe,KAAMA,EAAqB,SAAS,EAC1D,KAAK,KAAO,uBACZ,KAAK,QAAU,mBACjB,CACA,UAAoB,CAClB,MAAO,EACT,CACA,YAAqB,CACnB,MAAO,EACT,CACF,EAGaC,EAAN,cAAyB,KAAmC,CAEjE,aAAc,CACZ,MAAM,EACN,KAAK,KAAO,aACZ,OAAO,eAAe,KAAMA,EAAW,SAAS,EAChD,KAAK,QAAU,kBACjB,CACA,UAAoB,CAClB,MAAO,EACT,CACA,YAAqB,CACnB,MAAO,EACT,CACF,EChLO,SAASC,IAAgC,CAC9CC,EAAgB,oBAAuBC,GACrCA,IAAM,GAAK,KAAO,IAAI,KAAK,KAAK,MAAMA,CAAC,CAAC,CAC5C,CAQO,SAASC,IAAkC,CAChDF,EAAgB,oBAAuBC,GACrCA,IAAM,GAAK,KAAO,KAAK,MAAMA,CAAC,CAClC,CAKO,SAASE,IAAkC,CAChDH,EAAgB,oBAAuBC,GACrCA,IAAM,GAAK,KAAOA,CACtB,CAsCA,IAAMG,EAAN,KAAyD,CAEvD,YAAYC,EAA4B,CACtCA,EAAQ,QAAQ,CAACC,EAAKC,IAAOD,EAAI,MAAQC,CAAE,EAC3C,KAAK,QAAUF,CACjB,CACA,OAAOG,EAAeC,EAAuB,GAAuB,CAClE,QAASF,EAAI,EAAGA,EAAI,KAAK,QAAQ,OAAQA,IAAK,CAC5C,IAAMD,EAAM,KAAK,QAAQC,GACzB,GAAID,EAAI,QAAUE,EAAO,OAAOF,CAClC,CACA,GAAIG,EACF,MAAM,IAAIC,EAAqB,UAAUF,cAAkB,EAE7D,OAAOG,CACT,CACA,SAASC,EAAqC,CAC5C,IAAMC,EAAW,CAAC,EAClB,QAASN,EAAI,EAAGA,EAAI,KAAK,QAAQ,QAAUA,EAAIK,EAAI,OAAQL,IAAK,CAC9D,IAAMO,EAAS,KAAK,QAAQP,GAC5BM,EAAIC,EAAO,OAASA,EAAO,IAAIF,CAAG,CACpC,CACA,OAAOC,CACT,CACA,IAAID,EAAeE,EAAqB,CACtC,OAAO,KAAK,OAAOA,EAAQ,EAAK,EAAE,IAAIF,CAAG,CAC3C,CACF,EAOO,SAASG,EACdV,EACmB,CACnB,OAAO,IAAID,EAAsBC,CAAO,CAC1C,CClGO,SAASW,EACdC,EAC+B,CAC/B,IAAMC,EAAW,IAAIC,EAAa,EAAE,UAAU,EAC1CC,EACAC,EAAa,GACbC,EAAmB,EACnBC,EACEC,EAAwC,CAC5C,MAAMC,EAAoB,CACxBR,EAAS,MAAMQ,CAAK,CACtB,EACA,KAAKC,EAA8B,CACjC,GAAIA,IAAS,GACXL,EAAa,GACbD,EAAU,WACL,CACL,IAAMO,EAAST,EAAS,UAAUQ,CAAI,EAChCE,EAAOV,EAAS,gBACtB,GAAIG,EAAY,CAEd,GAAI,CAACD,EAAS,CACZA,EAAU,IAAI,MAAMQ,CAAI,EACxB,QAASC,EAAI,EAAGA,EAAID,EAAMC,IACxBT,EAAQS,GAAKC,EAAmB,CAEpC,CACA,GAAKH,EAAO,GAAG,WAAW,GAAG,GAatB,GAAIA,EAAO,KAAO,YACvB,QAASE,EAAI,EAAGA,EAAID,EAAMC,IACxBT,EAAQS,GAAG,SAAWF,EAAOE,WAEtBF,EAAO,KAAO,WACvB,QAASE,EAAI,EAAGA,EAAID,EAAMC,IACxBT,EAAQS,GAAG,aAAeF,EAAOE,WAE1BF,EAAO,KAAO,SACvB,QAASE,EAAI,EAAGA,EAAID,EAAMC,IACxBT,EAAQS,GAAG,MAAQF,EAAOE,GAAG,KAAO,QAvBR,CAE1BF,EAAO,KAAO,IAChBL,EAAmB,EACnBF,EAAUA,EAAQ,MAAM,CAAC,GAEzBE,EAAmB,EAErB,QAASO,EAAIP,EAAkBO,EAAID,EAAMC,IACvCT,EAAQS,EAAIP,GAAkB,MAAQK,EAAOE,GAE/CN,EAAWQ,EAAwBX,CAAO,EAC1CC,EAAa,EACf,CAaF,KACE,QAAOJ,EAAS,KAAKU,EAAO,MAAML,EAAkBM,CAAI,EAAGL,CAAQ,CAEvE,CACA,MAAO,EACT,EACA,UAAiB,CACfN,EAAS,SAAS,CACpB,CACF,EACA,OAAIA,EAAS,iBACXO,EAAO,eAAiBP,EAAS,eAAe,KAAKA,CAAQ,GAE3DA,EAAS,YACXO,EAAO,UAAYP,EAAS,UAAU,KAAKA,CAAQ,GAE9CO,CACT,CCnEA,eAAuBQ,EACrBC,EAC4B,CAC5B,IAAMC,EAAW,IAAIC,EAAa,EAAE,UAAU,EAC1CC,EACAC,EAAa,GACbC,EAAmB,EACnBC,EACJ,cAAiBC,KAAQP,EACvB,GAAIO,IAAS,GACXH,EAAa,GACbD,EAAU,WACL,CACL,IAAMK,EAASP,EAAS,UAAUM,CAAI,EAChCE,EAAOR,EAAS,gBACtB,GAAIG,EAAY,CAEd,GAAI,CAACD,EAAS,CACZA,EAAU,IAAI,MAAMM,CAAI,EACxB,QAASC,EAAI,EAAGA,EAAID,EAAMC,IACxBP,EAAQO,GAAKC,EAAmB,CAEpC,CACA,GAAKH,EAAO,GAAG,WAAW,GAAG,GAatB,GAAIA,EAAO,KAAO,YACvB,QAASE,EAAI,EAAGA,EAAID,EAAMC,IACxBP,EAAQO,GAAG,SAAWF,EAAOE,WAEtBF,EAAO,KAAO,WACvB,QAASE,EAAI,EAAGA,EAAID,EAAMC,IACxBP,EAAQO,GAAG,aAAeF,EAAOE,WAE1BF,EAAO,KAAO,SACvB,QAASE,EAAI,EAAGA,EAAID,EAAMC,IACxBP,EAAQO,GAAG,MAAQF,EAAOE,GAAG,KAAO,QAvBR,CAE1BF,EAAO,KAAO,IAChBH,EAAmB,EACnBF,EAAUA,EAAQ,MAAM,CAAC,GAEzBE,EAAmB,EAErB,QAASK,EAAIL,EAAkBK,EAAID,EAAMC,IACvCP,EAAQO,EAAIL,GAAkB,MAAQG,EAAOE,GAE/CJ,EAAWM,EAAwBT,CAAO,EAC1CC,EAAa,EACf,CAaF,MACE,KAAM,CACJ,OAAQI,EAAO,MAAMH,EAAkBI,CAAI,EAC3C,UACEH,CACJ,CAEJ,CAEJ,CClEO,SAASO,GACdC,EACAC,EACM,CACN,IAAIC,EAAS,GACTC,EAAQ,EACRC,EAAQ,EAEZ,KAAOA,EAAQJ,EAAO,QAAQ,CAC5B,IAAMK,EAAIL,EAAO,WAAWI,CAAK,EACjC,GAAIC,IAAM,IACR,GAAI,CAACH,EAAQ,CAEX,IAAMI,EACJF,EAAQ,GAAKJ,EAAO,WAAWI,EAAQ,CAAC,IAAM,GAAKA,EAAQ,EAAIA,EAEjEH,EAAO,KAAKD,EAAO,UAAUG,EAAOG,CAAG,CAAC,EACxCH,EAAQC,EAAQ,CAClB,OACSC,IAAM,KACfH,EAAS,CAACA,GAEZE,GACF,CACID,EAAQC,GACVH,EAAO,KAAKD,EAAO,UAAUG,EAAOC,CAAK,CAAC,EAE5CH,EAAO,SAAS,CAClB,CC3BO,IAAMM,GAAoB,IAG9B,OAAO,QAAW,YAAc,OAAO,YAAe,gBAAgB,ECIzE,IAAMC,EAAN,KAAgD,CAIvC,YAAYC,EAAgCC,EAAuB,CAF1E,KAAQ,SAAW,GAGjB,GAAI,CACFA,EAAS,CACP,KAAOC,GAAU,CACfF,EAAS,KAAKE,CAAK,CACrB,EACA,MAAQC,GAAM,CACZ,KAAK,SAAW,GAChBH,EAAS,MAAMG,CAAC,CAClB,EACA,SAAU,IAAM,CACd,KAAK,SAAW,GAChBH,EAAS,SAAS,CACpB,EACA,eAAiBI,GAAM,CACrB,KAAK,YAAcA,CACrB,CACF,CAAC,CACH,OAASD,EAAP,CACA,KAAK,SAAW,GAChBH,EAAS,MAAMG,CAAC,CAClB,CACF,CAEA,IAAW,QAAkB,CAC3B,OAAO,KAAK,QACd,CAEO,aAAoB,CAjD7B,IAAAE,GAkDIA,EAAA,KAAK,cAAL,MAAAA,EAAkB,SAClB,KAAK,SAAW,EAClB,CACF,EAEA,SAASC,GAAa,CAAC,CAEvB,SAASC,GAAoBP,EAA6C,CACxE,GAAM,CAAC,KAAAQ,EAAM,MAAAC,EAAO,SAAAC,CAAQ,EAAIV,EAEhC,MAAO,CACL,KAAMQ,EAAOA,EAAK,KAAKR,CAAQ,EAAIM,EACnC,MAAOG,EAAQA,EAAM,KAAKT,CAAQ,EAAIM,EACtC,SAAUI,EAAWA,EAAS,KAAKV,CAAQ,EAAIM,CACjD,CACF,CAEA,IAAqBK,EAArB,KAAiE,CACxD,YACYV,EACAW,EACjB,CAFiB,cAAAX,EACA,eAAAW,CAChB,CAEI,UACLC,EACAJ,EACAC,EACc,CACd,IAAMV,EAAWO,GACf,OAAOM,GAAmB,UAAYA,IAAmB,KACrD,CAAC,KAAMA,EAAgB,MAAAJ,EAAO,SAAAC,CAAQ,EACtCG,CACN,EAEA,OAAO,IAAId,EAAkB,KAAK,UAAUC,CAAQ,EAAG,KAAK,QAAQ,CACtE,CAEA,CAAQc,IAA0B,CAChC,OAAO,IACT,CAKF,EADkB,OAAO,WCrDlB,IAAMC,GAAwD,CACnE,QAAS,GACX,EAyFaC,EAAoC,CAC/C,YAAa,IACb,cAAe,IACf,cAAe,MACf,gBAAiB,EACjB,YAAa,EACf,EAGaC,EAAqC,CAChD,UAAW,IACX,cAAe,IACf,cAAe,IACf,YAAa,UAAY,CAAC,EAC1B,aAAc,UAAY,CAAC,EAC3B,kBAAmB,UAAY,CAAC,EAChC,WAAY,EACZ,aAAc,KACd,eAAgB,KAEhB,YAAa,IACb,cAAe,IACf,cAAe,MACf,gBAAiB,EACjB,cAAe,IACf,YAAa,EACf,EC7JA,SAASC,GACPC,EACAC,EAC2B,CAC3B,OAAO,SAAUC,EAAuB,CACtC,IAAIC,EAAS,GACTC,EAAO,EACPC,EAAI,EACR,KAAOA,EAAIH,EAAM,QAAQ,CACvB,IAAMI,EAAQN,EAAW,QAAQE,EAAMG,EAAE,EACrCC,GAAS,IACXH,GAAUD,EAAM,UAAUE,EAAMC,CAAC,EACjCF,GAAUF,EAAaK,GACvBF,EAAOC,EAAI,GAEbA,GACF,CACA,OAAID,GAAQ,EACHF,GACEE,EAAOF,EAAM,SACtBC,GAAUD,EAAM,UAAUE,EAAMF,EAAM,MAAM,GAEvCC,EACT,CACF,CACA,SAASI,GACPP,EACAC,EAC2B,CAC3B,IAAMO,EAAUT,GAAcC,EAAYC,CAAY,EACtD,OAAQC,GAA0B,IAAMM,EAAQN,CAAK,EAAI,GAC3D,CAKO,IAAMO,EAAS,CAIpB,YAAaV,GAAc;AAAA,KAAY,CAAC,MAAO,MAAO,MAAO,MAAO,KAAK,CAAC,EAI1E,OAAQQ,GAAoB,MAAO,CAAC,MAAO,MAAM,CAAC,EAKlD,IAAKR,GAAc;AAAA,KAAa,CAAC,MAAO,MAAO,MAAO,MAAO,MAAO,KAAK,CAAC,CAC5E,ECjDA,IAAMW,GAAc,YAGb,SAASC,GAAiBC,EAAuB,CAKpD,MAAO,EAEX,CACAD,GAAiB,EAAI,EAIrB,IAAIE,GAAa,KAAK,IAAI,EACtBC,GAAgB,EACpB,SAASC,IAAgB,CAsBhB,CACL,IAAMC,EAAS,KAAK,IAAI,EACpBA,IAAWH,IACbA,GAAaG,EACbF,GAAgB,GAEhBA,KAEF,IAAMC,EAAQ,OAAOD,EAAa,EAClC,OAAO,OAAOE,CAAM,EAAIC,GAAY,OAAO,EAAG,EAAIF,EAAM,MAAM,EAAIA,CACpE,CACF,CAEA,SAASG,IAAiB,CAQtB,OAAO,OAAO,KAAK,IAAI,CAAC,EAAID,GAAY,OAAO,EAAG,CAAC,CAEvD,CACA,SAASD,IAAiB,CACxB,OAAO,OAAO,KAAK,IAAI,CAAC,CAC1B,CACA,SAASG,IAAkB,CACzB,OAAO,OAAO,KAAK,MAAM,KAAK,IAAI,EAAI,GAAI,CAAC,CAC7C,CAOO,IAAMC,GAAc,CACzB,EAAGD,GACH,GAAIH,GACJ,GAAIE,GACJ,GAAIH,GACJ,QAASI,GACT,OAAQH,GACR,OAAQE,GACR,MAAOH,EACT,EAKaM,GAA0B,CACrC,EAAIC,GAAoB,GAAG,KAAK,MAAMA,EAAE,QAAQ,EAAI,GAAI,IACxD,GAAKA,GAAoB,GAAGA,EAAE,QAAQ,IACtC,GAAKA,GAAoB,GAAGA,EAAE,QAAQ,OACtC,GAAKA,GAAoB,GAAGA,EAAE,QAAQ,SACxC,EAOO,SAASC,GACdC,EACoB,CACpB,OAAIA,IAAU,OACLT,GAAM,EACJ,OAAOS,GAAU,SACnBA,EAAM,OAAS,EAAIA,EAAQ,OACzBA,aAAiB,KACnB,GAAGA,EAAM,QAAQ,UAEjB,OADE,OAAOA,GAAU,SACZ,KAAK,MAAMA,CAAK,EAEhBA,CAFiB,CAInC,CCzGO,IAAMC,GAAwB,CACnC,MAAMC,EAASC,EAAO,CAEpB,QAAQ,MAAM,UAAYD,EAASC,GAAgB,EAAE,CACvD,EACA,KAAKD,EAASC,EAAO,CAEnB,QAAQ,KAAK,SAAWD,EAASC,GAAgB,EAAE,CACrD,CACF,EACIC,EAAmBH,GAEVI,EAAc,CACzB,MAAMH,EAASC,EAAO,CACpBC,EAAS,MAAMF,EAASC,CAAK,CAC/B,EACA,KAAKD,EAASC,EAAO,CACnBC,EAAS,KAAKF,EAASC,CAAK,CAC9B,CACF,EAOO,SAASG,GAAUC,EAAwB,CAChD,IAAMC,EAAWJ,EACjB,OAAAA,EAAWG,EACJC,CACT,CCxCO,IAAMC,EAAa,OAAO,YAAY,EAmBvCC,EAAN,KAAqE,CACnE,YAAoBC,EAAmB,CAAnB,eAAAA,CAAoB,CACxC,UAAmB,CACjB,OAAO,KAAK,SACd,CACA,CAACF,IAAsB,CACrB,OAAO,KAAK,SACd,CACF,EAOA,SAASG,GAAoBC,EAAqB,CAChD,OAAO,OAAOA,GAAU,UAAY,OAAOA,EAAMJ,IAAgB,UACnE,CAQA,SAASK,EAAeD,EAAoB,CAC1C,GAAIA,GAAU,KAA6B,MAAO,GAClDA,EAAQA,EAAM,SAAS,EACvB,IAAIE,EACAC,EAAI,EACR,SAASC,GAAsB,CACzBF,IAAW,SACbA,EAASF,EAAM,UAAU,EAAGG,CAAC,EAEjC,CACA,KAAOA,EAAIH,EAAM,OAAQG,IAAK,CAC5B,IAAME,EAAIL,EAAM,OAAOG,CAAC,EACxB,OAAQE,EAAG,CACT,IAAK,KACHD,EAAc,EACdF,GAAU,MACV,MACF,IAAK;AAAA,EACHE,EAAc,EACdF,GAAU,MACV,MACF,IAAK,IACHE,EAAc,EACdF,GAAU,MACV,MACF,IAAK,IACL,IAAK,KACHE,EAAc,EACdF,EAASA,EAAS,KAAOG,EACzB,MACF,IAAK,IAEH,GAAIF,EAAI,EAAIH,EAAM,QAAUA,EAAM,OAAOG,EAAI,CAAC,IAAM,IAAK,CACvDC,EAAc,EACdD,IACAD,GAAU,OACV,KACF,CAEIA,GAAU,OACZA,GAAUG,GAEZ,MACF,QACMH,GAAU,OACZA,GAAUG,EAEhB,CACF,CACA,OAAIH,IAAW,OACNA,EAEFF,CACT,CAKO,SAASM,GAAWN,EAA+B,CACxD,OAAO,IAAIH,EAAc,IAAII,EAAeD,CAAK,IAAI,CACvD,CAQO,SAASO,GAAcP,EAAoB,CAChD,IAAMQ,EAAM,OAAOR,CAAK,EACxB,GAAI,CAAC,SAASQ,CAAG,EAAG,CAClB,GAAI,OAAOR,GAAU,SACnB,MAAO,aAAaQ,MAEtB,MAAM,IAAI,MAAM,qBAAqBR,GAAO,CAC9C,CAGA,IAAMS,EAASD,EAAI,SAAS,EACxBE,EAAS,GACb,QAAWL,KAAKI,EACd,GAAK,EAAAJ,GAAK,KAAOA,GAAK,KAAQA,GAAK,KACnC,IAAIA,IAAM,IAAK,CACbK,EAAS,GACT,QACF,CACA,MAAO,aAAaD,MAEtB,OAAOC,EAASD,EAASA,EAAS,IACpC,CAIO,SAASE,GAAUX,EAA+B,CACvD,OAAO,IAAIH,EAAcU,GAAcP,CAAK,CAAC,CAC/C,CAQO,SAASY,GAAgBZ,EAAoB,CAKlD,IAAMS,EAAS,OAAOT,CAAK,EACrBa,EAAWJ,EAAO,WAAW,GAAG,EAChCD,EAAMK,EAAWJ,EAAO,UAAU,CAAC,EAAIA,EAC7C,GAAID,EAAI,SAAW,GAAKA,EAAI,OAAS,GACnC,MAAM,IAAI,MAAM,uBAAuBC,GAAQ,EAEjD,QAAWJ,KAAKG,EACd,GAAIH,EAAI,KAAOA,EAAI,IAAK,MAAM,IAAI,MAAM,uBAAuBI,GAAQ,EAEzE,GAAID,EAAI,SAAW,GAAI,CACrB,GAAIK,GAAYL,EAAM,sBACpB,MAAM,IAAI,MAAM,+BAA+BC,GAAQ,EAEzD,GAAI,CAACI,GAAYL,EAAM,sBACrB,MAAM,IAAI,MAAM,+BAA+BC,GAAQ,CAE3D,CACA,OAAOA,CACT,CAKO,SAASK,GAAYd,EAA+B,CACzD,OAAO,IAAIH,EAAce,GAAgBZ,CAAK,CAAC,CACjD,CAEA,SAASe,GAAiBf,EAAoB,CAC5C,MAAO,YAAYC,EAAeD,CAAK,KACzC,CAKO,SAASgB,GAAahB,EAA+B,CAC1D,OAAO,IAAIH,EAAckB,GAAiBf,CAAK,CAAC,CAClD,CAKO,SAASiB,GAAajB,EAA+B,CAC1D,OAAO,IAAIH,EAAc,gBAAgBI,EAAeD,CAAK,KAAK,CACpE,CAEA,SAASkB,GAAelB,EAAoB,CAC1C,OAAIA,aAAiB,OACZA,EAAM,SAAS,EAEjB,IAAI,OAAOA,CAAK,EAAE,SAAS,CACpC,CAOO,SAASmB,GAAWnB,EAA+B,CAExD,OAAO,IAAIH,EAAcqB,GAAelB,CAAK,CAAC,CAChD,CAKO,SAASoB,GAASpB,EAA+B,CACtD,OAAIA,IAAU,QAAUA,IAAU,QACzB,IAAIH,EAAcG,CAAK,EAEzB,IAAIH,GAAe,CAAC,CAACG,GAAO,SAAS,CAAC,CAC/C,CAQO,SAASqB,GAAerB,EAA+B,CAC5D,OAAO,IAAIH,EAAc,OAAOG,CAAK,CAAC,CACxC,CAOO,SAASsB,EAAYtB,EAAoB,CAC9C,GAAIA,IAAU,OACZ,MAAO,GACF,GAAIA,IAAU,KACnB,MAAO,OACF,GAAI,OAAOA,GAAU,UAC1B,OAAOA,EAAM,SAAS,EACjB,GAAI,OAAOA,GAAU,SAC1B,MAAO,IAAIC,EAAeD,CAAK,KAC1B,GAAI,OAAOA,GAAU,SAC1B,OAAI,OAAO,cAAcA,CAAK,EACrBY,GAAgBZ,CAAK,EAEvBO,GAAcP,CAAK,EACrB,GAAI,OAAOA,GAAU,SAAU,CACpC,GAAI,OAAOA,EAAMJ,IAAgB,WAC/B,OAAOI,EAAMJ,GAAY,EACpB,GAAII,aAAiB,KAC1B,OAAOA,EAAM,YAAY,EACpB,GAAIA,aAAiB,OAC1B,OAAOkB,GAAelB,CAAK,EACtB,GAAI,MAAM,QAAQA,CAAK,EAC5B,MAAO,IAAIA,EAAM,IAAIsB,CAAW,EAAE,KAAK,GAAG,IAE9C,SAAW,OAAOtB,GAAU,SAC1B,MAAO,GAAGA,MAGZ,OAAOsB,EAAYtB,EAAM,SAAS,CAAC,CACrC,CAMO,SAASuB,GACdC,KACGC,EACiB,CACpB,GAAID,EAAQ,QAAU,GAAKC,EAAO,SAAW,EAC3C,OAAOJ,GAAeG,EAAQ,EAAE,EAElC,IAAME,EAAQ,IAAI,MAAcF,EAAQ,OAASC,EAAO,MAAM,EAC1DE,EAAY,EAChB,QAAS,EAAI,EAAG,EAAIH,EAAQ,OAAQ,IAAK,CACvC,IAAMI,EAAOJ,EAAQ,GAErB,GADAE,EAAMC,KAAeC,EACjB,EAAIH,EAAO,OAAQ,CACrB,IAAMjB,EAAMiB,EAAO,GACfI,EACJ,GACED,EAAK,SAAS,GAAG,GACjB,EAAI,EAAIJ,EAAQ,QAChBA,EAAQ,EAAI,GAAG,WAAW,GAAG,EAG7BK,EAAY5B,EAAeO,CAAG,UAE9BqB,EAAYP,EAAYd,CAAG,EACvBqB,IAAc,IAEZ,CAAC9B,GAAoBS,CAAG,EAC1B,MAAM,IAAI,MACR,kCAAkCA,gBAAkB,YAAY,OAAOA,GACzE,EAINkB,EAAMC,KAAeE,CACvB,SAAW,EAAIL,EAAQ,OAAS,EAC9B,MAAM,IAAI,MAAM,8BAA8B,CAElD,CAEA,OAAOH,GAAeK,EAAM,KAAK,EAAE,CAAC,CACtC,CCxSO,IAAMI,GAAN,KAAY,CAYjB,YAAYC,EAA0B,CAVtC,KAAQ,KAAgC,CAAC,EAEzC,KAAO,OAAkC,CAAC,EASpCA,IAAiB,KAAK,KAAOA,EACnC,CAQO,YAAYC,EAAqB,CACtC,YAAK,KAAOA,EACL,IACT,CAUO,IAAIA,EAAcC,EAAsB,CAC7C,YAAK,KAAKD,GAAQC,EACX,IACT,CASO,aAAaD,EAAcC,EAA6B,CAC7D,YAAK,OAAOD,GAAQC,EAAQ,IAAM,IAC3B,IACT,CAUO,SAASD,EAAcC,EAA4B,CACxD,IAAIC,EAMJ,GALI,OAAOD,GAAU,SACnBC,EAAMD,EAENC,EAAM,SAAS,OAAOD,CAAK,CAAC,EAE1B,MAAMC,CAAG,GAAKA,GAAO,qBAAuBA,GAAO,mBACrD,MAAM,IAAI,MAAM,oCAAoCF,QAAWC,KAAS,EAE1E,YAAK,OAAOD,GAAQ,GAAG,KAAK,MAAME,CAAG,KAC9B,IACT,CAUO,UAAUF,EAAcC,EAA4B,CACzD,GAAI,OAAOA,GAAU,SAAU,CAC7B,GAAI,MAAMA,CAAK,GAAKA,EAAQ,GAAKA,EAAQ,OAAO,iBAC9C,MAAM,IAAI,MAAM,yBAAyBD,oBAAuBC,GAAO,EAEzE,KAAK,OAAOD,GAAQ,GAAG,KAAK,MAAMC,CAAe,IACnD,KAAO,CACL,IAAME,EAAS,OAAOF,CAAK,EAC3B,QAAS,EAAI,EAAG,EAAIE,EAAO,OAAQ,IAAK,CACtC,IAAMC,EAAOD,EAAO,WAAW,CAAC,EAChC,GAAIC,EAAO,IAAMA,EAAO,GACtB,MAAM,IAAI,MACR,kDAAkD,MAAMH,GAC1D,CAEJ,CACA,GACEE,EAAO,OAAS,IACfA,EAAO,SAAW,IACjBA,EAAO,cAAc,sBAAsB,EAAI,EAEjD,MAAM,IAAI,MACR,yBAAyBH,oBAAuBG,GAClD,EAEF,KAAK,OAAOH,GAAQ,GAAGG,IACzB,CACA,OAAO,IACT,CAUO,WAAWH,EAAcC,EAA4B,CAC1D,IAAIC,EAMJ,GALI,OAAOD,GAAU,SACnBC,EAAMD,EAENC,EAAM,WAAWD,CAAK,EAEpB,CAAC,SAASC,CAAG,EACf,MAAM,IAAI,MAAM,kCAAkCF,OAAUC,GAAO,EAGrE,YAAK,OAAOD,GAAQ,OAAOE,CAAG,EACvB,IACT,CASO,YAAYF,EAAcC,EAA4B,CAC3D,OAAIA,GAAU,OACR,OAAOA,GAAU,WAAUA,EAAQ,OAAOA,CAAK,GACnD,KAAK,OAAOD,GAAQK,EAAO,OAAOJ,CAAK,GAElC,IACT,CAoBO,UAAUA,EAAkD,CACjE,YAAK,KAAOA,EACL,IACT,CAQO,eAAeK,EAAuD,CAC3E,GAAI,CAAC,KAAK,KAAM,OAChB,IAAIC,EAAa,GAUjB,GATA,OAAO,KAAK,KAAK,MAAM,EACpB,KAAK,EACL,QAASC,GAAM,CACd,GAAIA,EAAG,CACL,IAAMN,EAAM,KAAK,OAAOM,GACpBD,EAAW,OAAS,IAAGA,GAAc,KACzCA,GAAc,GAAGF,EAAO,IAAIG,CAAC,KAAKN,GACpC,CACF,CAAC,EACCK,EAAW,SAAW,EAAG,OAC7B,IAAIE,EAAW,GACTC,EACJJ,GAAYA,EAAS,YACjB,CAAC,GAAGA,EAAS,YAAa,GAAG,KAAK,IAAI,EACtC,KAAK,KACX,OAAO,KAAKI,CAAI,EACb,KAAK,EACL,QAASF,GAAM,CACd,GAAIA,EAAG,CACL,IAAMN,EAAMQ,EAAKF,GACbN,IACFO,GAAY,IACZA,GAAY,GAAGJ,EAAO,IAAIG,CAAC,KAAKH,EAAO,IAAIH,CAAG,IAElD,CACF,CAAC,EACH,IAAIS,EAAO,KAAK,KAChB,OAAIL,GAAYA,EAAS,YACvBK,EAAOL,EAAS,YAAYK,CAAI,EAEhCA,EAAOC,GAAmBD,CAAI,EAGzB,GAAGN,EAAO,YAAY,KAAK,IAAI,IAAII,KAAYF,IACpDI,IAAS,OAAY,IAAMA,EAAO,IAEtC,CAEA,UAAmB,CACjB,IAAME,EAAO,KAAK,eAAe,MAAS,EAC1C,OAAOA,GAAc,kBAAkB,KAAK,UAAU,KAAM,MAAS,GACvE,CACF,ECzOO,IAAMC,GAAN,KAAsD,CAI3D,YAAYC,EAA8C,CACxD,KAAK,QAAU,CAAC,GAAGC,EAAmC,GAAGD,CAAO,EAChE,KAAK,QAAQ,CACf,CAEA,UAAUE,EAAeC,EAAiC,CACxD,IAAMC,EAAQC,EAAcH,CAAK,EACjC,GAAIE,GAASA,EAAQ,EACnB,OAAOA,EAAQ,KAAK,MAAM,KAAK,OAAO,EAAI,KAAK,QAAQ,WAAW,EAElE,GAAID,GAAkBA,EAAiB,EAAG,CAExC,GAAI,KAAK,QAAQ,YAAa,CAE5B,IAAIC,EAAQ,KAAK,IAAI,KAAK,QAAQ,cAAe,CAAC,EAC9CE,EAAYF,EAAQ,KAAK,QAAQ,gBACrC,QAASG,EAAI,EAAGA,EAAIJ,EAAgBI,IAGlC,GAFAH,EAAQE,EACRA,EAAYA,EAAY,KAAK,QAAQ,gBACjCA,GAAa,KAAK,QAAQ,cAAe,CAC3CA,EAAY,KAAK,QAAQ,cACzB,KACF,CAEF,OACEF,EACA,KAAK,MACH,KAAK,OAAO,GAAKE,EAAYF,GAC3B,KAAK,OAAO,EAAI,KAAK,QAAQ,WACjC,CAEJ,CAEA,IAAIA,EAAQ,KAAK,IAAI,KAAK,QAAQ,cAAe,CAAC,EAClD,QAASG,EAAI,EAAGA,EAAIJ,EAAgBI,IAElC,GADAH,EAAQA,EAAQ,KAAK,QAAQ,gBACzBA,GAAS,KAAK,QAAQ,cAAe,CACvCA,EAAQ,KAAK,QAAQ,cACrB,KACF,CAEF,OAAOA,EAAQ,KAAK,MAAM,KAAK,OAAO,EAAI,KAAK,QAAQ,WAAW,CACpE,MAAW,KAAK,aACd,KAAK,aAAe,KAAK,IACvB,KAAK,IAAI,KAAK,aAAe,KAAK,QAAQ,gBAAiB,CAAC,EAC1D,KAAK,MAAM,KAAK,OAAO,EAAI,KAAK,QAAQ,WAAW,EACrD,KAAK,QAAQ,aACf,EAEA,KAAK,aACH,KAAK,QAAQ,cACb,KAAK,MAAM,KAAK,OAAO,EAAI,KAAK,QAAQ,WAAW,EAEvD,OAAO,KAAK,YAEhB,CACA,SAAgB,CACd,KAAK,aAAe,MACtB,CACF,EAOO,SAASI,GACdR,EACoB,CACpB,OAAO,IAAID,GAAkBC,CAAO,CACtC,CCxEA,SAASS,GAAoBC,EAA6C,CACxE,IAAIC,EACAC,EAAQF,EACRG,EAAgBH,EACpB,KAAOG,EAAc,MACfA,EAAc,KAAK,QAAUD,EAAM,UACrCD,EAASE,EACTD,EAAQC,EAAc,MAExBA,EAAgBA,EAAc,KAEhC,MAAO,CAACD,EAAOD,CAAM,CACvB,CAKA,IAAqBG,EAArB,KAAiC,CAM/B,YACUC,EACAC,EAKAC,EAIK,IAAG,GAChB,CAXQ,cAAAF,EACA,gBAAAC,EAKA,cAAAC,EAXV,UAAO,EACP,YAAS,GACT,KAAQ,eAAsB,MAc3B,CAEH,SACEC,EACAC,EACAC,EACAC,EACM,CAEN,GADI,KAAK,QACL,CAACH,EAAM,OAAQ,OACnB,IAAII,EAAY,KAAK,IAAI,EAAIF,EAK7B,GAJIC,EAAUC,IACZA,EAAYD,GAGV,KAAK,OAAS,KAAK,KAAOH,EAAM,OAAS,KAAK,SAAU,CAC1D,IAAMK,EAAW,KAAK,KAChBC,EAAUD,EAAW,GAC3B,EAAG,CAED,GAAM,CAACX,EAAOD,CAAM,EAAIF,GAAoB,KAAK,KAAK,EACtD,KAAK,MAAQG,EAAM,MAAM,OACrBD,EACFA,EAAO,KAAOC,EAAM,MAEpB,KAAK,MAAQA,EAAM,KACf,KAAK,OACP,KAAK,cAAc,KAAK,MAAM,UAAY,KAAK,IAAI,CAAC,GAGxDA,EAAM,KAAO,OACb,KAAK,SAASA,CAAK,CACrB,OAAS,KAAK,OAAS,KAAK,KAAOM,EAAM,OAASM,GAClDC,EAAI,MACF,gBACEF,EAAW,KAAK,oEAEhB,KAAK,iBAET,CACF,CACA,IAAMG,EAAmB,CACvB,MAAAR,EACA,WAAAC,EACA,UAAAG,EACA,QAAAD,CACF,EAEIM,EAAiC,KAAK,MACtChB,EACJ,OAAS,CACP,GAAI,CAACgB,GAAWA,EAAQ,UAAYL,EAAW,CAC7CI,EAAM,KAAOC,EACThB,EACFA,EAAO,KAAOe,GAEd,KAAK,MAAQA,EACb,KAAK,cAAcJ,EAAY,KAAK,IAAI,CAAC,GAE3C,KACF,CACAX,EAASgB,EACTA,EAAUA,EAAQ,IACpB,CACA,KAAK,MAAQT,EAAM,MACrB,CAEA,aAAqC,CACnC,GAAI,KAAK,MAAO,CACd,IAAMU,EAAU,KAAK,MACrB,YAAK,MAAQ,KAAK,MAAM,KACxBA,EAAQ,KAAO,OACf,KAAK,MAAQA,EAAQ,MAAM,OACpBA,CACT,CAEF,CAEA,cAAcR,EAAqB,CAC7B,KAAK,gBACP,aAAa,KAAK,cAAc,EAElC,KAAK,eAAiB,WAAW,IAAM,CACrC,IAAMQ,EAAU,KAAK,YAAY,EAC7BA,EACF,KAAK,WAAWA,EAAQ,MAAOA,EAAQ,WAAYA,EAAQ,OAAO,EAC/D,MAAM,IAAM,CAEb,CAAC,EACA,QAAQ,IAAM,CAET,KAAK,OACP,KAAK,cAAc,KAAK,MAAM,UAAY,KAAK,IAAI,CAAC,CAExD,CAAC,EAEH,KAAK,eAAiB,MAE1B,EAAG,KAAK,IAAIR,EAAO,CAAC,CAAC,CACvB,CAEA,MAAM,OAAuB,CAC3B,IAAIQ,EACJ,KAAQA,EAAU,KAAK,YAAY,GACjC,MAAM,KAAK,WAAWA,EAAQ,MAAOA,EAAQ,WAAYA,EAAQ,OAAO,CAE5E,CAEA,OAAgB,CACd,OAAI,KAAK,iBACP,aAAa,KAAK,cAAc,EAChC,KAAK,eAAiB,QAExB,KAAK,OAAS,GACP,KAAK,IACd,CACF,EC9Je,SAARC,GAA4BC,EAAmB,CACpD,IAAIC,EAASD,EAAE,OAEf,QAASE,EAAI,EAAGA,EAAIF,EAAE,OAAQE,IAAK,CACjC,IAAMC,EAAOH,EAAE,WAAWE,CAAC,EAEvBC,EAAO,MAEAA,GAAQ,KAAQA,GAAQ,KACjCF,IACSE,GAAQ,MAASA,GAAQ,MAC9BA,GAAQ,OAAUA,GAAQ,MAG5BF,IAEAA,GAAU,EAIZA,GAAU,EAEd,CACA,OAAOA,CACT,CCbA,IAAMG,GAAN,KAAkB,CAKhB,YACUC,EACAC,EACAC,EACAC,EACR,CAJQ,qBAAAH,EACA,mBAAAC,EACA,aAAAC,EACA,kBAAAC,EARV,YAAS,EACT,WAAQ,GASN,KAAK,MAAQ,IAAI,MAAcH,CAAe,CAChD,CAEA,IAAII,EAAsB,CACxB,IAAMC,EAAOC,GAAWF,CAAM,EAC1B,KAAK,SAAW,EAClB,KAAK,aAAa,EACT,KAAK,MAAQC,EAAO,GAAK,KAAK,eAEvC,KAAK,MAAM,EAAE,MAAOE,GAAO,CAE3B,CAAC,EAEH,KAAK,MAAM,KAAK,QAAUH,EAC1B,KAAK,SACL,KAAK,OAASC,EAAO,GAEnB,KAAK,QAAU,KAAK,iBACpB,KAAK,OAAS,KAAK,gBAEnB,KAAK,MAAM,EAAE,MAAOE,GAAO,CAE3B,CAAC,CAEL,CACA,OAAuB,CACrB,IAAMC,EAAQ,KAAK,MAAM,EACzB,OAAIA,EAAM,OAAS,EACV,KAAK,QAAQA,CAAK,EAElB,QAAQ,QAAQ,CAE3B,CACA,OAAkB,CAChB,IAAMC,EAAS,KAAK,MAAM,MAAM,EAAG,KAAK,MAAM,EAC9C,YAAK,OAAS,EACd,KAAK,MAAQ,GACNA,CACT,CACF,EAEqBC,EAArB,KAAsD,CAcpD,YACUC,EACRC,EACAC,EACAC,EACAC,EACA,CALQ,eAAAJ,EAXV,KAAQ,OAAS,GAGjB,KAAQ,eAAsB,OAc5B,KAAK,KAAO,qBAAqB,mBAC/BC,CACF,YAAY,mBAAmBC,CAAM,eAAeC,IAChDC,GAAA,MAAAA,EAAc,cAChB,KAAK,MAAQ,gBAAgB,mBAC3BA,EAAa,WACf,KAEF,KAAK,aAAe,CAClB,GAAGC,EACH,GAAGD,CACL,EACA,KAAK,YAAcE,GAAYH,GAC/B,KAAK,wBAA0BI,GAAwBJ,GACnD,KAAK,aAAa,aACpB,KAAK,eAAe,KAAK,aAAa,WAAW,EAEnD,KAAK,YAAc,CACjB,OAAQ,OACR,QAAS,CACP,eAAgB,4BAChB,GAAGC,GAAA,YAAAA,EAAc,OACnB,EACA,cAAe,KAAK,aAAa,aACnC,EAEA,IAAMI,EAAmB,IAAY,CAC/B,KAAK,aAAa,cAAgB,IACpC,KAAK,mBAAmB,EAEnB,KAAK,SACR,KAAK,eAAiB,WACpB,IACE,KAAK,UACH,KAAK,YAAY,MAAM,EACvB,KAAK,aAAa,UACpB,EAAE,MAAOZ,GAAO,CAEhB,CAAC,EACH,KAAK,aAAa,aACpB,GAGN,EAEA,KAAK,YAAc,IAAIR,GACrB,KAAK,aAAa,UAClB,KAAK,aAAa,cACjBS,IACC,KAAK,mBAAmB,EACjB,KAAK,UAAUA,EAAO,KAAK,aAAa,UAAU,GAE3DW,CACF,EACA,KAAK,UAAY,KAAK,UAAU,KAAK,IAAI,EAEzC,KAAK,cAAgBC,GAAyB,KAAK,YAAY,EAC/D,KAAK,YAAc,IAAIC,EACrB,KAAK,aAAa,eAClB,KAAK,UACL,KAAK,aAAa,iBACpB,CACF,CAEA,UACEb,EACAc,EACAC,EAAkB,KAAK,IAAI,EAAI,KAAK,aAAa,aAClC,CAEf,IAAMC,EAAqB,KACrBC,EAAiBD,EAAK,aAAa,WAAa,EAAIF,EAC1D,GAAI,CAAC,KAAK,QAAUd,EAAM,OAAS,EAAG,CACpC,GAAIe,GAAW,KAAK,IAAI,EAAG,CACzB,IAAMG,EAAQ,IAAI,MAAM,0BAA0B,EAC5CC,EAAUH,EAAK,aAAa,YAAY,KAC5CA,EACAE,EACAlB,EACAiB,EACAF,CACF,EACA,OAAII,IAGJC,EAAI,MACF,sCAAsCH,MACtCC,CACF,EACO,QAAQ,OAAOA,CAAK,EAC7B,CACA,OAAO,IAAI,QAAc,CAACG,EAASC,IAAW,CAC5C,IAAIC,EACEC,EAAY,CAChB,gBAAgBC,EAAmBC,EAA2B,CAC5DH,EAAqBG,CACvB,EACA,MAAMR,EAAoB,CAExB,IAAMC,EAAUH,EAAK,aAAa,YAAY,KAC5CA,EACAE,EACAlB,EACAiB,EACAF,CACF,EACA,GAAII,EAAS,CACXA,EAAQ,KAAKE,EAASC,CAAM,EAC5B,MACF,CAGA,GACEJ,aAAiBS,GACjBT,EAAM,MACN,OAAOA,EAAM,KAAK,OAAU,UAC5BA,EAAM,KAAK,MAAM,SAAS,gCAAgC,EAC1D,CACAE,EAAI,KAAK,8BAAgCF,EAAM,KAAK,KAAK,EACzDK,EAAqB,IACrBC,EAAU,SAAS,EACnB,MACF,CAEA,GACE,CAACR,EAAK,QACNF,EAAgB,IACf,EAAEI,aAAiBS,IACjBT,EAAoB,YAAc,KACrC,CACAE,EAAI,KACF,sCAAsCH,MACtCC,CACF,EACAF,EAAK,YAAY,SACfhB,EACAc,EAAgB,EAChBE,EAAK,cAAc,UAAUE,EAAOD,CAAc,EAClDF,CACF,EACAO,EAAOJ,CAAK,EACZ,MACF,CACAE,EAAI,MAAM,4BAA6BF,CAAK,EAC5CI,EAAOJ,CAAK,CACd,EACA,UAAiB,CAEf,GAAIK,GAAsB,KAAOA,GAAsB,KACrDP,EAAK,aAAa,aAAa,KAAKA,EAAMhB,CAAK,EAC/CgB,EAAK,cAAc,QAAQ,EAC3BK,EAAQ,MACH,CACL,IAAMO,EAAU,+CAA+CL,aACzDL,EAAQ,IAAIS,EAChBJ,EACAK,EACA,OACA,GACF,EACAV,EAAM,QAAUU,EAChBJ,EAAU,MAAMN,CAAK,CACvB,CACF,CACF,EACA,KAAK,UAAU,KACb,KAAK,KACLlB,EAAM,KAAK;AAAA,CAAI,EACf,KAAK,YACLwB,CACF,CACF,CAAC,CACH,KACE,QAAO,QAAQ,QAAQ,CAE3B,CAEQ,oBAA2B,CAC7B,KAAK,iBAAmB,SAC1B,aAAa,KAAK,cAAc,EAChC,KAAK,eAAiB,OAE1B,CAEA,YAAY5B,EAAsB,CAChC,GAAI,KAAK,OACP,MAAM,IAAI,MAAM,2BAA2B,EAE7C,KAAK,YAAY,IAAIA,CAAM,CAC7B,CACA,aAAaiC,EAAkC,CAC7C,GAAI,KAAK,OACP,MAAM,IAAI,MAAM,2BAA2B,EAE7C,QAASC,EAAI,EAAGA,EAAID,EAAQ,OAAQC,IAClC,KAAK,YAAY,IAAID,EAAQC,EAAE,CAEnC,CACA,WAAWC,EAAoB,CAC7B,GAAI,KAAK,OACP,MAAM,IAAI,MAAM,2BAA2B,EAE7C,IAAMC,EAAOD,EAAM,eAAe,IAAI,EAClCC,GAAM,KAAK,YAAY,IAAIA,CAAI,CACrC,CACA,YAAYC,EAAgC,CAC1C,GAAI,KAAK,OACP,MAAM,IAAI,MAAM,2BAA2B,EAE7C,QAASH,EAAI,EAAGA,EAAIG,EAAO,OAAQH,IAAK,CACtC,IAAME,EAAOC,EAAOH,GAAG,eAAe,IAAI,EACtCE,GAAM,KAAK,YAAY,IAAIA,CAAI,CACrC,CACF,CACA,MAAM,MAAME,EAA0C,CAEpD,GADA,MAAM,KAAK,YAAY,MAAM,EACzBA,EACF,OAAO,MAAM,KAAK,YAAY,MAAM,CAExC,CACA,OAAuB,CAWrB,OAVe,KAAK,YAAY,MAAM,EAAE,QAAQ,IAAM,CACpD,IAAMC,EAAY,KAAK,YAAY,MAAM,EACrCA,GACFf,EAAI,MACF,4BAA4Be,6CAC5B,IACF,EAEF,KAAK,OAAS,EAChB,CAAC,CAEH,CACA,SAAkB,CAChB,YAAK,mBAAmB,EACxB,KAAK,OAAS,GACP,KAAK,YAAY,MAAM,EAAI,KAAK,YAAY,MACrD,CAIA,eAAeC,EAAyC,CACtD,YAAK,YAAcA,EACZ,IACT,CACA,YAAYC,EAA+D,CACzE,OAAIA,IAAU,OACL,KAAK,YAAY,EACf,OAAOA,GAAU,SACnBA,EAAM,OAAS,EAAIA,EAAQ,OACzBA,aAAiB,KACnB,KAAK,wBAAwBA,CAAK,EAElC,OADE,OAAOA,GAAU,SACZ,KAAK,MAAMA,CAAK,EAEhBA,CAFiB,CAInC,CACF,ECnVe,SAARC,GACLC,EAAiD,CAAC,EAChC,CAClB,IAAIC,EAAQ,EACNC,EAA2B,CAC/B,KAAOC,GAA8B,CACnC,GACEF,IAAU,GACVD,EAAU,MACVG,IAAS,MACTA,IAAS,OAET,OAAOH,EAAU,KAAKG,CAAI,CAE9B,EACA,MAAQC,GAAuB,CAEzBH,IAAU,IACZA,EAAQ,EAEJD,EAAU,OAAOA,EAAU,MAAMI,CAAK,EAE9C,EACA,SAAU,IAAY,CAChBH,IAAU,IACZA,EAAQ,EAEJD,EAAU,UAAUA,EAAU,SAAS,EAE/C,EACA,gBAAiB,CAACK,EAAkBC,IAA8B,CAC5DN,EAAU,iBACZA,EAAU,gBAAgBK,EAASC,CAAU,CACjD,CACF,EACA,OAAIN,EAAU,iBACZE,EAAO,eAAiBF,EAAU,eAAe,KAAKA,CAAS,GAE7DA,EAAU,YACZE,EAAO,UAAYF,EAAU,UAAU,KAAKA,CAAS,GAEhDE,CACT,CCrCA,SAASK,GAAmBC,EAA6B,CACvD,IAAMC,EAAmB,CAAC,EAC1B,OAAAD,EAAS,QAAQ,QAAQ,CAACE,EAAeC,IAAgB,CACvD,IAAMC,EAAWH,EAAQE,GACrBC,IAAa,OACfH,EAAQE,GAAOD,EACN,MAAM,QAAQE,CAAQ,EAC/BA,EAAS,KAAKF,CAAK,EAEnBD,EAAQE,GAAO,CAACC,EAAUF,CAAK,CAEnC,CAAC,EACMD,CACT,CAKA,IAAqBI,EAArB,KAAyD,CAIvD,YAAoBC,EAAsC,CAAtC,uBAAAA,EAHpB,mBAA+BC,EAA0B,EAqPzD,KAAO,iBAIK,UAAY,CAAC,EArPvB,KAAK,eAAiB,CACpB,eAAgB,kCAEhB,GAAGD,EAAkB,OACvB,EACI,KAAK,kBAAkB,QACzB,KAAK,eAAe,cAClB,SAAW,KAAK,kBAAkB,OAEtC,KAAK,IAAM,OAAO,KAAK,kBAAkB,GAAG,EACxC,KAAK,IAAI,SAAS,GAAG,IACvB,KAAK,IAAM,KAAK,IAAI,UAAU,EAAG,KAAK,IAAI,OAAS,CAAC,GAIlD,KAAK,IAAI,SAAS,SAAS,IAC7B,KAAK,IAAM,KAAK,IAAI,UAAU,EAAG,KAAK,IAAI,OAAS,CAAgB,EACnEE,EAAI,KACF,sEAAsE,KAAK,OAC7E,EAEJ,CACA,KACEC,EACAC,EACAC,EACAC,EACM,CACN,IAAMC,EAAWC,GAA8BF,CAAS,EACpDG,EAAY,GACZC,EAAUL,EAAgB,OAC1BM,EACEC,EAAgB,IAAM,CAAC,EACzBC,EAASD,EACb,GAAIN,GAAaA,EAAU,eAAgB,CACzC,IAAMQ,EAAa,IAAI,gBAClBJ,IACHA,EAASI,EAAW,OACpBT,EAAU,CAAC,GAAGA,EAAS,OAAAK,CAAM,GAG/BA,EAAO,iBAAiB,QAAS,IAAM,CACrCG,EAAO,CACT,CAAC,EACDP,EAAU,eAAe,CACvB,QAAS,CACPG,EAAY,GACZK,EAAW,MAAM,CACnB,EACA,aAAc,CACZ,OAAOL,GAAaC,EAAO,OAC7B,CACF,CAAC,CACH,CACA,KAAK,MAAMP,EAAMC,EAAMC,CAAO,EAC3B,KAAK,MAAOX,GAAa,CAQxB,GAPIY,GAAA,MAAAA,EAAW,iBACbC,EAAS,gBACPd,GAAmBC,CAAQ,EAC3BA,EAAS,MACX,EAEF,MAAM,KAAK,qBAAqBA,CAAQ,EACpCA,EAAS,KAAM,CACjB,IAAMqB,EAASrB,EAAS,KAAK,UAAU,EACnCsB,EACJ,EAAG,CAID,GAHIL,GACF,MAAMA,EAEJF,EACF,MAGF,GADAO,EAAQ,MAAMD,EAAO,KAAK,EACtBR,EAAS,KAAKS,EAAM,KAAK,IAAM,GAAO,CACxC,IAAMC,EAAYV,EAAS,UAC3B,GAAI,CAACU,EAAW,CACd,IAAMC,EAAM,gDACZ,aAAMH,EAAO,OAAOG,CAAG,EAChB,QAAQ,OAAO,IAAI,MAAMA,CAAG,CAAC,CACtC,CACAP,EAAe,IAAI,QAASQ,GAAY,CACtCN,EAAS,IAAM,CACbM,EAAQ,EACRR,EAAe,OACfE,EAASD,CACX,EACAK,EAAUJ,CAAM,CAClB,CAAC,CACH,CACF,OAAS,CAACG,EAAM,KAClB,SAAWtB,EAAS,YAAa,CAC/B,IAAM0B,EAAS,MAAM1B,EAAS,YAAY,EAC1Ca,EAAS,KAAK,IAAI,WAAWa,CAAM,CAAC,CACtC,KAAO,CACL,IAAMC,EAAO,MAAM3B,EAAS,KAAK,EACjCa,EAAS,KAAK,IAAI,YAAY,EAAE,OAAOc,CAAI,CAAC,CAC9C,CACF,CAAC,EACA,MAAOC,GAAM,CACPb,GACHF,EAAS,MAAMe,CAAC,CAEpB,CAAC,EACA,QAAQ,IAAMf,EAAS,SAAS,CAAC,CACtC,CACA,MAAc,qBAAqBb,EAAmC,CACpE,GAAIA,EAAS,QAAU,IAAK,CAC1B,IAAI2B,EAAO,GACX,GAAI,CAEF,GADAA,EAAO,MAAM3B,EAAS,KAAK,EACvB,CAAC2B,EAAM,CACT,IAAME,EAAc7B,EAAS,QAAQ,IAAI,kBAAkB,EACvD6B,IACFF,EAAOE,EAEX,CACF,OAASD,EAAP,CACA,MAAApB,EAAI,KAAK,+BAAgCoB,CAAC,EACpC,IAAIE,EACR9B,EAAS,OACTA,EAAS,WACT,OACAA,EAAS,QAAQ,IAAI,aAAa,EAClCA,EAAS,QAAQ,IAAI,cAAc,CACrC,CACF,CACA,MAAM,IAAI8B,EACR9B,EAAS,OACTA,EAAS,WACT2B,EACA3B,EAAS,QAAQ,IAAI,aAAa,EAClCA,EAAS,QAAQ,IAAI,cAAc,CACrC,CACF,CACF,CAEA,MAAO,QACLS,EACAC,EACAC,EACmC,CAjLvC,IAAAoB,EAkLI,IAAM/B,EAAW,MAAM,KAAK,MAAMS,EAAMC,EAAMC,CAAO,EAErD,GADA,MAAM,KAAK,qBAAqBX,CAAQ,EACpCA,EAAS,KAAM,CACjB,IAAMqB,EAASrB,EAAS,KAAK,UAAU,EACvC,OAAS,CACP,GAAM,CAAC,MAAAE,EAAO,KAAA8B,CAAI,EAAI,MAAMX,EAAO,KAAK,EACxC,GAAIW,EACF,MAEF,IAAID,EAAApB,EAAQ,SAAR,MAAAoB,EAAgB,QAClB,YAAM/B,EAAS,KAAK,OAAO,EACrB,IAAIiC,EAEZ,MAAM/B,CACR,CACF,SAAWF,EAAS,YAAa,CAC/B,IAAM0B,EAAS,MAAM1B,EAAS,YAAY,EAC1C,MAAM,IAAI,WAAW0B,CAAM,CAC7B,KAAO,CACL,IAAMC,EAAO,MAAM3B,EAAS,KAAK,EACjC,MAAM,IAAI,YAAY,EAAE,OAAO2B,CAAI,CACrC,CACF,CAEA,MAAM,QACJlB,EACAC,EACAC,EACAuB,EACc,CA/MlB,IAAAH,EAAAI,EAgNI,IAAMnC,EAAW,MAAM,KAAK,MAAMS,EAAMC,EAAMC,CAAO,EAC/C,CAAC,QAAAV,CAAO,EAAID,EACZoC,EAAsBnC,EAAQ,IAAI,cAAc,GAAK,GACvDiC,GACFA,EAAgBnC,GAAmBC,CAAQ,EAAGA,EAAS,MAAM,EAG/D,MAAM,KAAK,qBAAqBA,CAAQ,EACxC,IAAMqC,GAAeF,GAAAJ,EAAApB,EAAQ,UAAR,YAAAoB,EAAiB,SAAjB,KAAAI,EAA2BC,EAChD,GAAIC,EAAa,SAAS,MAAM,EAC9B,OAAO,MAAMrC,EAAS,KAAK,EACtB,GACLqC,EAAa,SAAS,MAAM,GAC5BA,EAAa,WAAW,iBAAiB,EAEzC,OAAO,MAAMrC,EAAS,KAAK,CAE/B,CAEQ,MACNS,EACAC,EACAC,EACmB,CACnB,GAAM,CAAC,OAAA2B,EAAQ,QAAArC,KAAYsC,CAAK,EAAI5B,EAC9B6B,EAAM,GAAG,KAAK,MAAM/B,IACpBgC,EAAuB,CAC3B,OAAQH,EACR,KACEA,IAAW,OAASA,IAAW,OAC3B,OACA,OAAO5B,GAAS,SAChBA,EACA,KAAK,UAAUA,CAAI,EACzB,QAAS,CACP,GAAG,KAAK,eACR,GAAGT,CACL,EACA,YAAa,OAEb,GAAG,KAAK,kBAAkB,iBAE1B,GAAGsC,CACL,EACA,YAAK,iBAAiBE,EAAS9B,EAAS6B,CAAG,EACpC,MAAMA,EAAKC,CAAO,CAC3B,CA4BF,EC5QA,IAAMC,GAAuB,CAC3B,OAAQ,GACR,UAAW,IACX,UAAW,IACX,cAAe,IACf,YAAa,CAAC,WAAY,QAAS,SAAS,CAC9C,EAEaC,EAAN,KAAuC,CAE5C,YACUC,EACAC,EAIRC,EACA,CANQ,eAAAF,EACA,uBAAAC,EAMR,KAAK,QAAU,OAAOC,GAAQ,SAAW,CAAC,IAAAA,CAAG,EAAIA,CACnD,CAEA,KAAKC,EAA0C,CAC7C,OAAO,IAAIJ,EAAa,KAAK,UAAW,KAAK,kBAAmB,CAC9D,GAAG,KAAK,QACR,GAAGI,CACL,CAAC,CACH,CAEA,SAASC,EAA0D,CACjE,GAAM,CAAC,IAAAF,EAAK,KAAAG,EAAM,KAAAC,EAAM,QAAAC,CAAO,EAAI,KAAK,QAClCC,EAAO,qBAAqB,mBAAmBN,CAAG,IAClDO,EAAO,KAAK,UAChB,KAAK,gBAAgB,CACnB,MAAOL,EAAM,SAAS,EACtB,QAASN,GACT,KAAAO,CACF,CAAC,CACH,EACMF,EAAU,CACd,OAAQ,OACR,QAAS,CACP,eAAgB,mCAChB,kBAAmBG,EAAO,OAAS,WACnC,GAAGC,CACL,CACF,EACA,OAAO,KAAK,kBACTG,GAAa,KAAK,UAAU,KAAKF,EAAMC,EAAMN,EAASO,CAAQ,EAC/D,IAAM,KAAK,UAAU,QAAQF,EAAMC,EAAMN,CAAO,CAClD,CACF,CAEA,aAAaC,EAA2D,CACtE,OAAO,KAAK,SAASA,CAAK,EAAE,aAAa,CAC3C,CACA,YAAYA,EAAwD,CAClE,OAAO,KAAK,SAASA,CAAK,EAAE,YAAY,CAC1C,CACA,MAAMA,EAAwD,CAC5D,OAAO,KAAK,SAASA,CAAK,EAAE,MAAM,CACpC,CAEA,KAAKA,EAAqD,CACxD,OAAO,KAAK,SAASA,CAAK,EAAE,KAAK,CACnC,CAEA,WACEA,EACAM,EACM,CACN,OAAO,KAAK,SAASN,CAAK,EAAE,aAAaM,CAAQ,CACnD,CAEA,UACEN,EACAM,EACM,CACN,OAAO,KAAK,SAASN,CAAK,EAAE,YAAYM,CAAQ,CAClD,CAEA,YACEN,EACAO,EAImB,CACnB,OAAO,KAAK,SAASP,CAAK,EAAE,YAAYO,CAAS,CACnD,CAEA,aAAaP,EAA4D,CACvE,OAAO,KAAK,SAASA,CAAK,EAAE,aAAa,CAC3C,CAEA,SAASA,EAAqD,CAC5D,GAAM,CAAC,IAAAF,EAAK,KAAAG,EAAM,KAAAC,EAAM,QAAAC,CAAO,EAAI,KAAK,QACxC,OAAO,KAAK,UAAU,QACpB,qBAAqB,mBAAmBL,CAAG,IAC3C,KAAK,UACH,KAAK,gBAAgB,CACnB,MAAOE,EAAM,SAAS,EACtB,QAASN,GACT,KAAAO,CACF,CAAC,CACH,EACA,CACE,OAAQ,OACR,QAAS,CACP,OAAQ,WACR,kBAAmBC,EAAO,OAAS,WACnC,eAAgB,mCAChB,GAAGC,CACL,CACF,CACF,CACF,CAEQ,gBAAgBK,EAAmB,CAnI7C,IAAAC,EAoII,OAAI,OAAO,KAAK,QAAQ,KAAQ,aAC9BD,EAAQ,IAAM,KAAK,QAAQ,IAAI,GAGjCA,EAAQ,MAAOC,EAAA,KAAK,QAAQ,OAAb,KAAAA,EAAqB,OAC7BD,CACT,CACF,EAEOE,GAAQf,EC3HR,SAASgB,GACdC,EACAC,EACqB,CACrB,OAAOA,EAAU,SAASD,CAAM,CAClC,CAMO,IAAME,EAAN,KAA+D,CACpE,YACUC,EACAC,EACAC,EACR,CAHQ,cAAAF,EACA,4BAAAC,EACA,mBAAAC,CACP,CACH,cAAsC,CACpC,OAAOC,EAAsB,KAAK,uBAAuB,CAAC,CAC5D,CACA,aAAkC,CAChC,OAAOC,EACLD,EAAsB,KAAK,uBAAuB,CAAC,CACrD,CACF,CACA,OAA4B,CAC1B,OAAO,IAAIE,EAAgB,KAAK,SAAWC,GACzCC,EAAcD,EAAU,KAAK,aAAa,CAC5C,CACF,CAEA,MAAwB,CACtB,OAAO,IAAID,EAAgB,KAAK,SAAWC,GAClCC,EACLC,EAAc,CACZ,KAAKX,EAAQC,EAAW,CACtBQ,EAAS,KAAK,CAAC,OAAAT,EAAQ,UAAAC,CAAS,CAAC,CACnC,EACA,MAAMW,EAAG,CACPH,EAAS,MAAMG,CAAC,CAClB,EACA,UAAW,CACTH,EAAS,SAAS,CACpB,CACF,CAAC,EACD,KAAK,aACP,CACD,CACH,CAEA,aAAaI,EAA+C,CAC1D,KAAK,SAASH,EAAcG,EAAU,KAAK,aAAa,CAAC,CAC3D,CAEA,YAAYA,EAA8C,CACxD,KAAK,SAASH,EAAcC,EAAcE,CAAQ,EAAG,KAAK,aAAa,CAAC,CAC1E,CAEA,YACEC,EAGqBf,GAIF,CACnB,IAAMgB,EAAmB,CAAC,EAC1B,OAAO,IAAI,QAAQ,CAACC,EAASC,IAAW,CACtC,KAAK,YAAY,CACf,KAAKjB,EAAkBC,EAAoC,CACzD,IAAMiB,EAAQJ,EAAU,KAAK,KAAMd,EAAQC,CAAS,EAChDiB,IAAU,QACZH,EAAO,KAAKG,CAAK,CAErB,EACA,MAAMC,EAAoB,CACxBF,EAAOE,CAAK,CACd,EACA,UAAiB,CACfH,EAAQD,CAAM,CAChB,CACF,CAAC,CACH,CAAC,CACH,CAEA,cAAuC,CACrC,IAAMA,EAAwB,CAAC,EAC/B,OAAO,IAAI,QAAQ,CAACC,EAASC,IAAW,CACtC,KAAK,aAAa,CAChB,KAAKG,EAAoB,CACvBL,EAAO,KAAKK,CAAI,CAClB,EACA,MAAMD,EAAoB,CACxBF,EAAOE,CAAK,CACd,EACA,UAAiB,CACfH,EAAQD,CAAM,CAChB,CACF,CAAC,CACH,CAAC,CACH,CACF,ECpGA,IAAqBM,EAArB,KAA8B,CAY5B,YAAYC,EAAiC,CAhC/C,IAAAC,EAiCI,GAAI,OAAOD,GAAY,SACrB,KAAK,SAAW,CAAC,IAAKA,CAAO,UACpBA,IAAY,MAAQ,OAAOA,GAAY,SAChD,KAAK,SAAWA,MAEhB,OAAM,IAAIE,EAAqB,oCAAoC,EAErE,IAAMC,EAAM,KAAK,SAAS,IAC1B,GAAI,OAAOA,GAAQ,SACjB,MAAM,IAAID,EAAqB,mBAAmB,EAChDC,EAAI,SAAS,GAAG,IAAG,KAAK,SAAS,IAAMA,EAAI,UAAU,EAAGA,EAAI,OAAS,CAAC,GAC1E,KAAK,WAAYF,EAAA,KAAK,SAAS,YAAd,KAAAA,EAA2B,IAAIG,EAAc,KAAK,QAAQ,EAC3E,KAAK,mBAAqB,CACxBC,EACAC,IAEA,IAAIC,EACFF,EACAC,EACA,KAAK,UAAU,aACjB,CACJ,CAoBA,YACEE,EACAC,EACAC,EAAgC,KAChCC,EACU,CACV,OAAO,IAAIC,EACT,KAAK,UACLJ,EACAC,EACAC,EACAC,GAAA,KAAAA,EAAgB,KAAK,SAAS,YAChC,CACF,CAcA,YAAYH,EAAsC,CAChD,OAAO,IAAIK,GAAa,KAAK,UAAW,KAAK,mBAAoBL,CAAG,CACtE,CACF","names":["src_exports","__export","AbortError","DEFAULT_ConnectionOptions","DEFAULT_RetryDelayStrategyOptions","DEFAULT_WriteOptions","FLUX_VALUE","HttpError","IllegalArgumentError","InfluxDB","LineSplitter","Log","Point","RequestTimedOutError","UNKNOWN_COLUMN","canRetryHttpCall","chunksToLines","chunksToLinesIterable","consoleLogger","convertTimeToNanos","createFluxTableColumn","createFluxTableMetaData","createTextDecoderCombiner","currentTime","dateToProtocolTimestamp","escape","flux","fluxBool","fluxDateTime","fluxDuration","fluxExpression","fluxFloat","fluxInteger","fluxRegExp","fluxString","getRetryDelay","isStatusCodeRetriable","linesToRowsIterable","linesToTables","newFluxTableColumn","sanitizeFloat","sanitizeInteger","serializeDateTimeAsDate","serializeDateTimeAsNumber","serializeDateTimeAsString","setLogger","stringToLines","symbolObservable","toFluxValue","typeSerializers","useProcessHrtime","createTextDecoderCombiner","decoder","first","second","retVal","chunk","start","end","chunksToLines","target","chunkCombiner","chunks","createTextDecoderCombiner","previous","finished","quoted","paused","resumeChunks","bufferReceived","chunk","index","start","c","end","retVal","e","error","cancellable","x","chunksToLinesIterable","source","chunkCombiner","chunks","createTextDecoderCombiner","previous","quoted","chunk","index","start","c","end","LineSplitter","val","line","quoteCount","startIndex","values","count","i","c","start","end","identity","x","typeSerializers","FluxTableColumnImpl","row","_a","val","UNKNOWN_COLUMN","newFluxTableColumn","createFluxTableColumn","object","_b","retVal","retriableStatusCodes","isStatusCodeRetriable","statusCode","IllegalArgumentError","message","HttpError","statusMessage","body","retryAfter","contentType","e","RETRY_CODES","canRetryHttpCall","error","getRetryDelay","retryJitter","retVal","RequestTimedOutError","AbortError","serializeDateTimeAsDate","typeSerializers","x","serializeDateTimeAsNumber","serializeDateTimeAsString","FluxTableMetaDataImpl","columns","col","i","label","errorOnMissingColumn","IllegalArgumentError","UNKNOWN_COLUMN","row","acc","column","createFluxTableMetaData","linesToTables","consumer","splitter","LineSplitter","columns","expectMeta","firstColumnIndex","lastMeta","retVal","error","line","values","size","i","newFluxTableColumn","createFluxTableMetaData","linesToRowsIterable","source","splitter","LineSplitter","columns","expectMeta","firstColumnIndex","lastMeta","line","values","size","i","newFluxTableColumn","createFluxTableMetaData","stringToLines","source","target","quoted","start","index","c","end","symbolObservable","QuerySubscription","observer","executor","value","e","c","_a","noop","completeObserver","next","error","complete","ObservableQuery","decorator","observerOrNext","symbolObservable","DEFAULT_ConnectionOptions","DEFAULT_RetryDelayStrategyOptions","DEFAULT_WriteOptions","createEscaper","characters","replacements","value","retVal","from","i","found","createQuotedEscaper","escaper","escape","zeroPadding","useProcessHrtime","use","lastMillis","stepsInMillis","nanos","millis","zeroPadding","micros","seconds","currentTime","dateToProtocolTimestamp","d","convertTimeToNanos","value","consoleLogger","message","error","provider","Log","setLogger","logger","previous","FLUX_VALUE","FluxParameter","fluxValue","isFluxParameterLike","value","sanitizeString","retVal","i","prepareRetVal","c","fluxString","sanitizeFloat","val","strVal","hasDot","fluxFloat","sanitizeInteger","negative","fluxInteger","sanitizeDateTime","fluxDateTime","fluxDuration","sanitizeRegExp","fluxRegExp","fluxBool","fluxExpression","toFluxValue","flux","strings","values","parts","partIndex","text","sanitized","Point","measurementName","name","value","val","strVal","code","escape","settings","fieldsLine","x","tagsLine","tags","time","convertTimeToNanos","line","RetryStrategyImpl","options","DEFAULT_RetryDelayStrategyOptions","error","failedAttempts","delay","getRetryDelay","nextDelay","i","createRetryDelayStrategy","findShrinkCandidate","first","parent","found","currentParent","RetryBuffer","maxLines","retryLines","onShrink","lines","retryCount","delay","expires","retryTime","origSize","newSize","Log","toAdd","current","toRetry","utf8Length","s","retVal","i","code","WriteBuffer","maxChunkRecords","maxBatchBytes","flushFn","scheduleSend","record","size","utf8Length","_e","lines","retVal","WriteApiImpl","transport","org","bucket","precision","writeOptions","DEFAULT_WriteOptions","currentTime","dateToProtocolTimestamp","scheduleNextSend","createRetryDelayStrategy","RetryBuffer","retryAttempts","expires","self","failedAttempts","error","onRetry","Log","resolve","reject","responseStatusCode","callbacks","_headers","statusCode","HttpError","message","records","i","point","line","points","withRetryBuffer","remaining","tags","value","completeCommunicationObserver","callbacks","state","retVal","data","error","headers","statusCode","getResponseHeaders","response","headers","value","key","previous","FetchTransport","connectionOptions","createTextDecoderCombiner","Log","path","body","options","callbacks","observer","completeCommunicationObserver","cancelled","signal","pausePromise","resumeQuickly","resume","controller","reader","chunk","useResume","msg","resolve","buffer","text","e","headerError","HttpError","_a","done","AbortError","responseStarted","_b","responseContentType","responseType","method","other","url","request","DEFAULT_dialect","QueryApiImpl","transport","createCSVResponse","org","options","query","type","gzip","headers","path","body","consumer","rowMapper","request","_a","QueryApiImpl_default","defaultRowMapping","values","tableMeta","AnnotatedCSVResponseImpl","executor","iterableResultExecutor","chunkCombiner","chunksToLinesIterable","linesToRowsIterable","ObservableQuery","observer","chunksToLines","linesToTables","e","consumer","rowMapper","retVal","resolve","reject","toAdd","error","line","InfluxDB","options","_a","IllegalArgumentError","url","FetchTransport","executor","iterableResultExecutor","AnnotatedCSVResponseImpl","org","bucket","precision","writeOptions","WriteApiImpl","QueryApiImpl_default"]} \ No newline at end of file diff --git a/software/flow/node_modules/@influxdata/influxdb-client/dist/index.browser.mjs b/software/flow/node_modules/@influxdata/influxdb-client/dist/index.browser.mjs deleted file mode 100644 index 3a1c375..0000000 --- a/software/flow/node_modules/@influxdata/influxdb-client/dist/index.browser.mjs +++ /dev/null @@ -1,6 +0,0 @@ -function b(){let r=new TextDecoder("utf-8");return{concat(e,t){let n=new Uint8Array(e.length+t.length);return n.set(e),n.set(t,e.length),n},copy(e,t,n){let i=new Uint8Array(n-t);return i.set(e.subarray(t,n)),i},toUtf8String(e,t,n){return r.decode(e.subarray(t,n))}}}function C(r,e){let t=e!=null?e:b(),n,i=!1,s=!1,o=!1,a;function f(l){let c,d=0;for(n?(c=l.length===0?0:n.length,l=t.concat(n,l)):c=0;c<l.length;){let g=l[c];if(g===10){if(!s){let P=c>0&&l[c-1]===13?c-1:c;if(i)return;if(o=r.next(t.toUtf8String(l,d,P))===!1,d=c+1,o)break}}else g===34&&(s=!s);c++}if(d<l.length?n=t.copy(l,d,l.length):n=void 0,o){if(r.useResume){r.useResume(()=>{o=!1,f(new Uint8Array(0))});return}u.error(new Error("Unable to pause, useResume is not configured!")),o=!1}a&&(a(),a=void 0)}let u={next(l){if(!i)try{return f(l),!o}catch(c){this.error(c)}return!0},error(l){i||(i=!0,r.error(l))},complete(){i||(n&&r.next(t.toUtf8String(n,0,n.length)),i=!0,r.complete())}};return r.useCancellable&&(u.useCancellable=l=>{r.useCancellable&&r.useCancellable({cancel(){l.cancel(),n=void 0,u.complete()},isCancelled(){return l.isCancelled()}})}),r.useResume&&(u.useResume=l=>{a=l}),u}async function*z(r,e){let t=e!=null?e:b(),n,i=!1;for await(let s of r){let o,a=0;for(n?(o=n.length,s=t.concat(n,s)):o=0;o<s.length;){let f=s[o];if(f===10){if(!i){let u=o>0&&s[o-1]===13?o-1:o;yield t.toUtf8String(s,a,u),a=o+1}}else f===34&&(i=!i);o++}a<s.length?n=t.copy(s,a,s.length):n=void 0}n&&(yield t.toUtf8String(n,0,n.length))}var x=class{constructor(){this._reuse=!1}get reuse(){return this._reuse}set reuse(e){e&&!this.reusedValues&&(this.reusedValues=new Array(10)),this._reuse=e}withReuse(){return this.reuse=!0,this}splitLine(e){if(e==null)return this.lastSplitLength=0,[];let t=0,n=0,i=this._reuse?this.reusedValues:[],s=0;for(let a=0;a<e.length;a++){let f=e[a];if(f===","){if(t%2===0){let u=this.getValue(e,n,a,t);this._reuse?i[s++]=u:i.push(u),n=a+1,t=0}}else f==='"'&&t++}let o=this.getValue(e,n,e.length,t);return this._reuse?(i[s]=o,this.lastSplitLength=s+1):(i.push(o),this.lastSplitLength=i.length),i}getValue(e,t,n,i){return t===e.length?"":i===0?e.substring(t,n):i===2?e.substring(t+1,n-1):e.substring(t+1,n-1).replace(/""/gi,'"')}};var H=r=>r,O={boolean:r=>r===""?null:r==="true",unsignedLong:r=>r===""?null:+r,long:r=>r===""?null:+r,double(r){switch(r){case"":return null;case"+Inf":return Number.POSITIVE_INFINITY;case"-Inf":return Number.NEGATIVE_INFINITY;default:return+r}},string:H,base64Binary:H,duration:r=>r===""?null:r,"dateTime:RFC3339":r=>r===""?null:r},L=class{get(e){var n;let t=e[this.index];return(t===""||t===void 0)&&this.defaultValue&&(t=this.defaultValue),((n=O[this.dataType])!=null?n:H)(t)}},ee=Object.freeze({label:"",dataType:"",group:!1,defaultValue:"",index:Number.MAX_SAFE_INTEGER,get:()=>{}});function I(){return new L}function We(r){var t,n;let e=new L;return e.label=String(r.label),e.dataType=r.dataType,e.group=Boolean(r.group),e.defaultValue=(t=r.defaultValue)!=null?t:"",e.index=(n=r.index)!=null?n:0,e}var Ce=[404,408,425,429,500,502,503,504];function Oe(r){return Ce.includes(r)}var y=class extends Error{constructor(e){super(e),this.name="IllegalArgumentError",Object.setPrototypeOf(this,y.prototype)}},m=class extends Error{constructor(t,n,i,s,o,a){super();this.statusCode=t;this.statusMessage=n;this.body=i;this.contentType=o;if(Object.setPrototypeOf(this,m.prototype),a)this.message=a;else if(i){if(o!=null&&o.startsWith("application/json"))try{this.json=JSON.parse(i),this.message=this.json.message,this.code=this.json.code}catch(f){}this.message||(this.message=`${t} ${n} : ${i}`)}else this.message=`${t} ${n}`;this.name="HttpError",this.setRetryAfter(s)}setRetryAfter(t){typeof t=="string"?/^[0-9]+$/.test(t)?this._retryAfter=parseInt(t):this._retryAfter=0:this._retryAfter=0}canRetry(){return Oe(this.statusCode)}retryAfter(){return this._retryAfter}},Se=["ECONNRESET","ENOTFOUND","ESOCKETTIMEDOUT","ETIMEDOUT","ECONNREFUSED","EHOSTUNREACH","EPIPE"];function Ne(r){if(r){if(typeof r.canRetry=="function")return!!r.canRetry();if(r.code&&Se.includes(r.code))return!0}else return!1;return!1}function te(r,e){if(r){let t;return typeof r.retryAfter=="function"?r.retryAfter():(t=0,e&&e>0?t+Math.round(Math.random()*e):t)}else return 0}var U=class extends Error{constructor(){super(),Object.setPrototypeOf(this,U.prototype),this.name="RequestTimedOutError",this.message="Request timed out"}canRetry(){return!0}retryAfter(){return 0}},w=class extends Error{constructor(){super(),this.name="AbortError",Object.setPrototypeOf(this,w.prototype),this.message="Response aborted"}canRetry(){return!0}retryAfter(){return 0}};function Xe(){O["dateTime:RFC3339"]=r=>r===""?null:new Date(Date.parse(r))}function Ge(){O["dateTime:RFC3339"]=r=>r===""?null:Date.parse(r)}function Ke(){O["dateTime:RFC3339"]=r=>r===""?null:r}var W=class{constructor(e){e.forEach((t,n)=>t.index=n),this.columns=e}column(e,t=!0){for(let n=0;n<this.columns.length;n++){let i=this.columns[n];if(i.label===e)return i}if(t)throw new y(`Column ${e} not found!`);return ee}toObject(e){let t={};for(let n=0;n<this.columns.length&&n<e.length;n++){let i=this.columns[n];t[i.label]=i.get(e)}return t}get(e,t){return this.column(t,!1).get(e)}};function $(r){return new W(r)}function k(r){let e=new x().withReuse(),t,n=!0,i=0,s,o={error(a){r.error(a)},next(a){if(a==="")n=!0,t=void 0;else{let f=e.splitLine(a),u=e.lastSplitLength;if(n){if(!t){t=new Array(u);for(let l=0;l<u;l++)t[l]=I()}if(f[0].startsWith("#")){if(f[0]==="#datatype")for(let l=1;l<u;l++)t[l].dataType=f[l];else if(f[0]==="#default")for(let l=1;l<u;l++)t[l].defaultValue=f[l];else if(f[0]==="#group")for(let l=1;l<u;l++)t[l].group=f[l][0]==="t"}else{f[0]===""?(i=1,t=t.slice(1)):i=0;for(let l=i;l<u;l++)t[l-i].label=f[l];s=$(t),n=!1}}else return r.next(f.slice(i,u),s)}return!0},complete(){r.complete()}};return r.useCancellable&&(o.useCancellable=r.useCancellable.bind(r)),r.useResume&&(o.useResume=r.useResume.bind(r)),o}async function*re(r){let e=new x().withReuse(),t,n=!0,i=0,s;for await(let o of r)if(o==="")n=!0,t=void 0;else{let a=e.splitLine(o),f=e.lastSplitLength;if(n){if(!t){t=new Array(f);for(let u=0;u<f;u++)t[u]=I()}if(a[0].startsWith("#")){if(a[0]==="#datatype")for(let u=1;u<f;u++)t[u].dataType=a[u];else if(a[0]==="#default")for(let u=1;u<f;u++)t[u].defaultValue=a[u];else if(a[0]==="#group")for(let u=1;u<f;u++)t[u].group=a[u][0]==="t"}else{a[0]===""?(i=1,t=t.slice(1)):i=0;for(let u=i;u<f;u++)t[u-i].label=a[u];s=$(t),n=!1}}else yield{values:a.slice(i,f),tableMeta:s}}}function pt(r,e){let t=!1,n=0,i=0;for(;i<r.length;){let s=r.charCodeAt(i);if(s===10){if(!t){let o=i>0&&r.charCodeAt(i-1)===13?i-1:i;e.next(r.substring(n,o)),n=i+1}}else s===34&&(t=!t);i++}n<i&&e.next(r.substring(n,i)),e.complete()}var ne=(()=>typeof Symbol=="function"&&Symbol.observable||"@@observable")();var Q=class{constructor(e,t){this.isClosed=!1;try{t({next:n=>{e.next(n)},error:n=>{this.isClosed=!0,e.error(n)},complete:()=>{this.isClosed=!0,e.complete()},useCancellable:n=>{this.cancellable=n}})}catch(n){this.isClosed=!0,e.error(n)}}get closed(){return this.isClosed}unsubscribe(){var e;(e=this.cancellable)==null||e.cancel(),this.isClosed=!0}};function N(){}function ve(r){let{next:e,error:t,complete:n}=r;return{next:e?e.bind(r):N,error:t?t.bind(r):N,complete:n?n.bind(r):N}}var T=class{constructor(e,t){this.executor=e;this.decorator=t}subscribe(e,t,n){let i=ve(typeof e!="object"||e===null?{next:e,error:t,complete:n}:e);return new Q(this.decorator(i),this.executor)}[ne](){return this}};Symbol.observable;var Nt={timeout:1e4},ie={retryJitter:200,minRetryDelay:5e3,maxRetryDelay:125e3,exponentialBase:5,randomRetry:!0},se={batchSize:1e3,maxBatchBytes:5e7,flushInterval:6e4,writeFailed:function(){},writeSuccess:function(){},writeRetrySkipped:function(){},maxRetries:5,maxRetryTime:18e4,maxBufferLines:32e3,retryJitter:200,minRetryDelay:5e3,maxRetryDelay:125e3,exponentialBase:2,gzipThreshold:1e3,randomRetry:!0};function j(r,e){return function(t){let n="",i=0,s=0;for(;s<t.length;){let o=r.indexOf(t[s]);o>=0&&(n+=t.substring(i,s),n+=e[o],i=s+1),s++}return i==0?t:(i<t.length&&(n+=t.substring(i,t.length)),n)}}function Ae(r,e){let t=j(r,e);return n=>'"'+t(n)+'"'}var R={measurement:j(`, -\r `,["\\,","\\ ","\\n","\\r","\\t"]),quoted:Ae('"\\',['\\"',"\\\\"]),tag:j(`, = -\r `,["\\,","\\ ","\\=","\\n","\\r","\\t"])};var fe="000000000";function De(r){return!1}De(!0);var oe=Date.now(),q=0;function J(){{let r=Date.now();r!==oe?(oe=r,q=0):q++;let e=String(q);return String(r)+fe.substr(0,6-e.length)+e}}function ae(){return String(Date.now())+fe.substr(0,3)}function le(){return String(Date.now())}function ue(){return String(Math.floor(Date.now()/1e3))}var ce={s:ue,ms:le,us:ae,ns:J,seconds:ue,millis:le,micros:ae,nanos:J},de={s:r=>`${Math.floor(r.getTime()/1e3)}`,ms:r=>`${r.getTime()}`,us:r=>`${r.getTime()}000`,ns:r=>`${r.getTime()}000000`};function me(r){return r===void 0?J():typeof r=="string"?r.length>0?r:void 0:r instanceof Date?`${r.getTime()}000000`:String(typeof r=="number"?Math.floor(r):r)}var Ee={error(r,e){console.error("ERROR: "+r,e||"")},warn(r,e){console.warn("WARN: "+r,e||"")}},B=Ee,p={error(r,e){B.error(r,e)},warn(r,e){B.warn(r,e)}};function Jt(r){let e=B;return B=r,e}var M=Symbol("FLUX_VALUE"),h=class{constructor(e){this.fluxValue=e}toString(){return this.fluxValue}[M](){return this.fluxValue}};function Pe(r){return typeof r=="object"&&typeof r[M]=="function"}function S(r){if(r==null)return"";r=r.toString();let e,t=0;function n(){e===void 0&&(e=r.substring(0,t))}for(;t<r.length;t++){let i=r.charAt(t);switch(i){case"\r":n(),e+="\\r";break;case` -`:n(),e+="\\n";break;case" ":n(),e+="\\t";break;case'"':case"\\":n(),e=e+"\\"+i;break;case"$":if(t+1<r.length&&r.charAt(t+1)==="{"){n(),t++,e+="\\${";break}e!=null&&(e+=i);break;default:e!=null&&(e+=i)}}return e!==void 0?e:r}function Gt(r){return new h(`"${S(r)}"`)}function he(r){let e=Number(r);if(!isFinite(e)){if(typeof r=="number")return`float(v: "${e}")`;throw new Error(`not a flux float: ${r}`)}let t=e.toString(),n=!1;for(let i of t)if(!(i>="0"&&i<="9"||i=="-")){if(i==="."){n=!0;continue}return`float(v: "${t}")`}return n?t:t+".0"}function Kt(r){return new h(he(r))}function ye(r){let e=String(r),t=e.startsWith("-"),n=t?e.substring(1):e;if(n.length===0||n.length>19)throw new Error(`not a flux integer: ${e}`);for(let i of n)if(i<"0"||i>"9")throw new Error(`not a flux integer: ${e}`);if(n.length===19){if(t&&n>"9223372036854775808")throw new Error(`flux integer out of bounds: ${e}`);if(!t&&n>"9223372036854775807")throw new Error(`flux integer out of bounds: ${e}`)}return e}function Yt(r){return new h(ye(r))}function Fe(r){return`time(v: "${S(r)}")`}function Zt(r){return new h(Fe(r))}function er(r){return new h(`duration(v: "${S(r)}")`)}function ge(r){return r instanceof RegExp?r.toString():new RegExp(r).toString()}function tr(r){return new h(ge(r))}function rr(r){return r==="true"||r==="false"?new h(r):new h((!!r).toString())}function pe(r){return new h(String(r))}function X(r){if(r===void 0)return"";if(r===null)return"null";if(typeof r=="boolean")return r.toString();if(typeof r=="string")return`"${S(r)}"`;if(typeof r=="number")return Number.isSafeInteger(r)?ye(r):he(r);if(typeof r=="object"){if(typeof r[M]=="function")return r[M]();if(r instanceof Date)return r.toISOString();if(r instanceof RegExp)return ge(r);if(Array.isArray(r))return`[${r.map(X).join(",")}]`}else if(typeof r=="bigint")return`${r}.0`;return X(r.toString())}function nr(r,...e){if(r.length==1&&e.length===0)return pe(r[0]);let t=new Array(r.length+e.length),n=0;for(let i=0;i<r.length;i++){let s=r[i];if(t[n++]=s,i<e.length){let o=e[i],a;if(s.endsWith('"')&&i+1<r.length&&r[i+1].startsWith('"'))a=S(o);else if(a=X(o),a===""&&!Pe(o))throw new Error(`Unsupported parameter literal '${o}' at index: ${i}, type: ${typeof o}`);t[n++]=a}else if(i<r.length-1)throw new Error("Too few parameters supplied!")}return pe(t.join(""))}var be=class{constructor(e){this.tags={};this.fields={};e&&(this.name=e)}measurement(e){return this.name=e,this}tag(e,t){return this.tags[e]=t,this}booleanField(e,t){return this.fields[e]=t?"T":"F",this}intField(e,t){let n;if(typeof t=="number"?n=t:n=parseInt(String(t)),isNaN(n)||n<=-9223372036854776e3||n>=9223372036854776e3)throw new Error(`invalid integer value for field '${e}': '${t}'!`);return this.fields[e]=`${Math.floor(n)}i`,this}uintField(e,t){if(typeof t=="number"){if(isNaN(t)||t<0||t>Number.MAX_SAFE_INTEGER)throw new Error(`uint value for field '${e}' out of range: ${t}`);this.fields[e]=`${Math.floor(t)}u`}else{let n=String(t);for(let i=0;i<n.length;i++){let s=n.charCodeAt(i);if(s<48||s>57)throw new Error(`uint value has an unsupported character at pos ${i}: ${t}`)}if(n.length>20||n.length===20&&n.localeCompare("18446744073709551615")>0)throw new Error(`uint value for field '${e}' out of range: ${n}`);this.fields[e]=`${n}u`}return this}floatField(e,t){let n;if(typeof t=="number"?n=t:n=parseFloat(t),!isFinite(n))throw new Error(`invalid float value for field '${e}': ${t}`);return this.fields[e]=String(n),this}stringField(e,t){return t!=null&&(typeof t!="string"&&(t=String(t)),this.fields[e]=R.quoted(t)),this}timestamp(e){return this.time=e,this}toLineProtocol(e){if(!this.name)return;let t="";if(Object.keys(this.fields).sort().forEach(o=>{if(o){let a=this.fields[o];t.length>0&&(t+=","),t+=`${R.tag(o)}=${a}`}}),t.length===0)return;let n="",i=e&&e.defaultTags?{...e.defaultTags,...this.tags}:this.tags;Object.keys(i).sort().forEach(o=>{if(o){let a=i[o];a&&(n+=",",n+=`${R.tag(o)}=${R.tag(a)}`)}});let s=this.time;return e&&e.convertTime?s=e.convertTime(s):s=me(s),`${R.measurement(this.name)}${n} ${t}${s!==void 0?" "+s:""}`}toString(){let e=this.toLineProtocol(void 0);return e||`invalid point: ${JSON.stringify(this,void 0)}`}};var G=class{constructor(e){this.options={...ie,...e},this.success()}nextDelay(e,t){let n=te(e);if(n&&n>0)return n+Math.round(Math.random()*this.options.retryJitter);if(t&&t>0){if(this.options.randomRetry){let s=Math.max(this.options.minRetryDelay,1),o=s*this.options.exponentialBase;for(let a=1;a<t;a++)if(s=o,o=o*this.options.exponentialBase,o>=this.options.maxRetryDelay){o=this.options.maxRetryDelay;break}return s+Math.round(Math.random()*(o-s)+Math.random()*this.options.retryJitter)}let i=Math.max(this.options.minRetryDelay,1);for(let s=1;s<t;s++)if(i=i*this.options.exponentialBase,i>=this.options.maxRetryDelay){i=this.options.maxRetryDelay;break}return i+Math.round(Math.random()*this.options.retryJitter)}else this.currentDelay?this.currentDelay=Math.min(Math.max(this.currentDelay*this.options.exponentialBase,1)+Math.round(Math.random()*this.options.retryJitter),this.options.maxRetryDelay):this.currentDelay=this.options.minRetryDelay+Math.round(Math.random()*this.options.retryJitter);return this.currentDelay}success(){this.currentDelay=void 0}};function xe(r){return new G(r)}function Le(r){let e,t=r,n=r;for(;n.next;)n.next.expires<t.expires&&(e=n,t=n.next),n=n.next;return[t,e]}var v=class{constructor(e,t,n=()=>{}){this.maxLines=e;this.retryLines=t;this.onShrink=n;this.size=0;this.closed=!1;this._timeoutHandle=void 0}addLines(e,t,n,i){if(this.closed||!e.length)return;let s=Date.now()+n;if(i<s&&(s=i),this.first&&this.size+e.length>this.maxLines){let u=this.size,l=u*.7;do{let[c,d]=Le(this.first);this.size-=c.lines.length,d?d.next=c.next:(this.first=c.next,this.first&&this.scheduleRetry(this.first.retryTime-Date.now())),c.next=void 0,this.onShrink(c)}while(this.first&&this.size+e.length>l);p.error(`RetryBuffer: ${u-this.size} oldest lines removed to keep buffer size under the limit of ${this.maxLines} lines.`)}let o={lines:e,retryCount:t,retryTime:s,expires:i},a=this.first,f;for(;;){if(!a||a.retryTime>s){o.next=a,f?f.next=o:(this.first=o,this.scheduleRetry(s-Date.now()));break}f=a,a=a.next}this.size+=e.length}removeLines(){if(this.first){let e=this.first;return this.first=this.first.next,e.next=void 0,this.size-=e.lines.length,e}}scheduleRetry(e){this._timeoutHandle&&clearTimeout(this._timeoutHandle),this._timeoutHandle=setTimeout(()=>{let t=this.removeLines();t?this.retryLines(t.lines,t.retryCount,t.expires).catch(()=>{}).finally(()=>{this.first&&this.scheduleRetry(this.first.retryTime-Date.now())}):this._timeoutHandle=void 0},Math.max(e,0))}async flush(){let e;for(;e=this.removeLines();)await this.retryLines(e.lines,e.retryCount,e.expires)}close(){return this._timeoutHandle&&(clearTimeout(this._timeoutHandle),this._timeoutHandle=void 0),this.closed=!0,this.size}};function K(r){let e=r.length;for(let t=0;t<r.length;t++){let n=r.charCodeAt(t);n<128||(n>=128&&n<=2047?e++:n>=2048&&n<=65535?n>=55296&&n<=57343?e++:e+=2:e+=3)}return e}var Y=class{constructor(e,t,n,i){this.maxChunkRecords=e;this.maxBatchBytes=t;this.flushFn=n;this.scheduleSend=i;this.length=0;this.bytes=-1;this.lines=new Array(e)}add(e){let t=K(e);this.length===0?this.scheduleSend():this.bytes+t+1>=this.maxBatchBytes&&this.flush().catch(n=>{}),this.lines[this.length]=e,this.length++,this.bytes+=t+1,(this.length>=this.maxChunkRecords||this.bytes>=this.maxBatchBytes)&&this.flush().catch(n=>{})}flush(){let e=this.reset();return e.length>0?this.flushFn(e):Promise.resolve()}reset(){let e=this.lines.slice(0,this.length);return this.length=0,this.bytes=-1,e}},A=class{constructor(e,t,n,i,s){this.transport=e;this.closed=!1;this._timeoutHandle=void 0;this.path=`/api/v2/write?org=${encodeURIComponent(t)}&bucket=${encodeURIComponent(n)}&precision=${i}`,s!=null&&s.consistency&&(this.path+=`&consistency=${encodeURIComponent(s.consistency)}`),this.writeOptions={...se,...s},this.currentTime=ce[i],this.dateToProtocolTimestamp=de[i],this.writeOptions.defaultTags&&this.useDefaultTags(this.writeOptions.defaultTags),this.sendOptions={method:"POST",headers:{"content-type":"text/plain; charset=utf-8",...s==null?void 0:s.headers},gzipThreshold:this.writeOptions.gzipThreshold};let o=()=>{this.writeOptions.flushInterval>0&&(this._clearFlushTimeout(),this.closed||(this._timeoutHandle=setTimeout(()=>this.sendBatch(this.writeBuffer.reset(),this.writeOptions.maxRetries).catch(a=>{}),this.writeOptions.flushInterval)))};this.writeBuffer=new Y(this.writeOptions.batchSize,this.writeOptions.maxBatchBytes,a=>(this._clearFlushTimeout(),this.sendBatch(a,this.writeOptions.maxRetries)),o),this.sendBatch=this.sendBatch.bind(this),this.retryStrategy=xe(this.writeOptions),this.retryBuffer=new v(this.writeOptions.maxBufferLines,this.sendBatch,this.writeOptions.writeRetrySkipped)}sendBatch(e,t,n=Date.now()+this.writeOptions.maxRetryTime){let i=this,s=i.writeOptions.maxRetries+1-t;if(!this.closed&&e.length>0){if(n<=Date.now()){let o=new Error("Max retry time exceeded."),a=i.writeOptions.writeFailed.call(i,o,e,s,n);return a||(p.error(`Write to InfluxDB failed (attempt: ${s}).`,o),Promise.reject(o))}return new Promise((o,a)=>{let f,u={responseStarted(l,c){f=c},error(l){let c=i.writeOptions.writeFailed.call(i,l,e,s,n);if(c){c.then(o,a);return}if(l instanceof m&&l.json&&typeof l.json.error=="string"&&l.json.error.includes("hinted handoff queue not empty")){p.warn("Write to InfluxDB returns: "+l.json.error),f=204,u.complete();return}if(!i.closed&&t>0&&(!(l instanceof m)||l.statusCode>=429)){p.warn(`Write to InfluxDB failed (attempt: ${s}).`,l),i.retryBuffer.addLines(e,t-1,i.retryStrategy.nextDelay(l,s),n),a(l);return}p.error("Write to InfluxDB failed.",l),a(l)},complete(){if(f==204||f==null)i.writeOptions.writeSuccess.call(i,e),i.retryStrategy.success(),o();else{let l=`204 HTTP response status code expected, but ${f} returned`,c=new m(f,l,void 0,"0");c.message=l,u.error(c)}}};this.transport.send(this.path,e.join(` -`),this.sendOptions,u)})}else return Promise.resolve()}_clearFlushTimeout(){this._timeoutHandle!==void 0&&(clearTimeout(this._timeoutHandle),this._timeoutHandle=void 0)}writeRecord(e){if(this.closed)throw new Error("writeApi: already closed!");this.writeBuffer.add(e)}writeRecords(e){if(this.closed)throw new Error("writeApi: already closed!");for(let t=0;t<e.length;t++)this.writeBuffer.add(e[t])}writePoint(e){if(this.closed)throw new Error("writeApi: already closed!");let t=e.toLineProtocol(this);t&&this.writeBuffer.add(t)}writePoints(e){if(this.closed)throw new Error("writeApi: already closed!");for(let t=0;t<e.length;t++){let n=e[t].toLineProtocol(this);n&&this.writeBuffer.add(n)}}async flush(e){if(await this.writeBuffer.flush(),e)return await this.retryBuffer.flush()}close(){return this.writeBuffer.flush().finally(()=>{let t=this.retryBuffer.close();t&&p.error(`Retry buffer closed with ${t} items that were not written to InfluxDB!`,null),this.closed=!0})}dispose(){return this._clearFlushTimeout(),this.closed=!0,this.retryBuffer.close()+this.writeBuffer.length}useDefaultTags(e){return this.defaultTags=e,this}convertTime(e){return e===void 0?this.currentTime():typeof e=="string"?e.length>0?e:void 0:e instanceof Date?this.dateToProtocolTimestamp(e):String(typeof e=="number"?Math.floor(e):e)}};function Z(r={}){let e=0,t={next:n=>{if(e===0&&r.next&&n!==null&&n!==void 0)return r.next(n)},error:n=>{e===0&&(e=1,r.error&&r.error(n))},complete:()=>{e===0&&(e=2,r.complete&&r.complete())},responseStarted:(n,i)=>{r.responseStarted&&r.responseStarted(n,i)}};return r.useCancellable&&(t.useCancellable=r.useCancellable.bind(r)),r.useResume&&(t.useResume=r.useResume.bind(r)),t}function we(r){let e={};return r.headers.forEach((t,n)=>{let i=e[n];i===void 0?e[n]=t:Array.isArray(i)?i.push(t):e[n]=[i,t]}),e}var D=class{constructor(e){this.connectionOptions=e;this.chunkCombiner=b();this.requestDecorator=function(){};this.defaultHeaders={"content-type":"application/json; charset=utf-8",...e.headers},this.connectionOptions.token&&(this.defaultHeaders.Authorization="Token "+this.connectionOptions.token),this.url=String(this.connectionOptions.url),this.url.endsWith("/")&&(this.url=this.url.substring(0,this.url.length-1)),this.url.endsWith("/api/v2")&&(this.url=this.url.substring(0,this.url.length-7),p.warn(`Please remove '/api/v2' context path from InfluxDB base url, using ${this.url} !`))}send(e,t,n,i){let s=Z(i),o=!1,a=n.signal,f,u=()=>{},l=u;if(i&&i.useCancellable){let c=new AbortController;a||(a=c.signal,n={...n,signal:a}),a.addEventListener("abort",()=>{l()}),i.useCancellable({cancel(){o=!0,c.abort()},isCancelled(){return o||a.aborted}})}this.fetch(e,t,n).then(async c=>{if(i!=null&&i.responseStarted&&s.responseStarted(we(c),c.status),await this.throwOnErrorResponse(c),c.body){let d=c.body.getReader(),g;do{if(f&&await f,o)break;if(g=await d.read(),s.next(g.value)===!1){let P=s.useResume;if(!P){let F="Unable to pause, useResume is not configured!";return await d.cancel(F),Promise.reject(new Error(F))}f=new Promise(F=>{l=()=>{F(),f=void 0,l=u},P(l)})}}while(!g.done)}else if(c.arrayBuffer){let d=await c.arrayBuffer();s.next(new Uint8Array(d))}else{let d=await c.text();s.next(new TextEncoder().encode(d))}}).catch(c=>{o||s.error(c)}).finally(()=>s.complete())}async throwOnErrorResponse(e){if(e.status>=300){let t="";try{if(t=await e.text(),!t){let n=e.headers.get("x-influxdb-error");n&&(t=n)}}catch(n){throw p.warn("Unable to receive error body",n),new m(e.status,e.statusText,void 0,e.headers.get("retry-after"),e.headers.get("content-type"))}throw new m(e.status,e.statusText,t,e.headers.get("retry-after"),e.headers.get("content-type"))}}async*iterate(e,t,n){var s;let i=await this.fetch(e,t,n);if(await this.throwOnErrorResponse(i),i.body){let o=i.body.getReader();for(;;){let{value:a,done:f}=await o.read();if(f)break;if((s=n.signal)!=null&&s.aborted)throw await i.body.cancel(),new w;yield a}}else if(i.arrayBuffer){let o=await i.arrayBuffer();yield new Uint8Array(o)}else{let o=await i.text();yield new TextEncoder().encode(o)}}async request(e,t,n,i){var u,l;let s=await this.fetch(e,t,n),{headers:o}=s,a=o.get("content-type")||"";i&&i(we(s),s.status),await this.throwOnErrorResponse(s);let f=(l=(u=n.headers)==null?void 0:u.accept)!=null?l:a;if(f.includes("json"))return await s.json();if(f.includes("text")||f.startsWith("application/csv"))return await s.text()}fetch(e,t,n){let{method:i,headers:s,...o}=n,a=`${this.url}${e}`,f={method:i,body:i==="GET"||i==="HEAD"?void 0:typeof t=="string"?t:JSON.stringify(t),headers:{...this.defaultHeaders,...s},credentials:"omit",...this.connectionOptions.transportOptions,...o};return this.requestDecorator(f,n,a),fetch(a,f)}};var Te={header:!0,delimiter:",",quoteChar:'"',commentPrefix:"#",annotations:["datatype","group","default"]},E=class{constructor(e,t,n){this.transport=e;this.createCSVResponse=t;this.options=typeof n=="string"?{org:n}:n}with(e){return new E(this.transport,this.createCSVResponse,{...this.options,...e})}response(e){let{org:t,type:n,gzip:i,headers:s}=this.options,o=`/api/v2/query?org=${encodeURIComponent(t)}`,a=JSON.stringify(this.decorateRequest({query:e.toString(),dialect:Te,type:n})),f={method:"POST",headers:{"content-type":"application/json; encoding=utf-8","accept-encoding":i?"gzip":"identity",...s}};return this.createCSVResponse(u=>this.transport.send(o,a,f,u),()=>this.transport.iterate(o,a,f))}iterateLines(e){return this.response(e).iterateLines()}iterateRows(e){return this.response(e).iterateRows()}lines(e){return this.response(e).lines()}rows(e){return this.response(e).rows()}queryLines(e,t){return this.response(e).consumeLines(t)}queryRows(e,t){return this.response(e).consumeRows(t)}collectRows(e,t){return this.response(e).collectRows(t)}collectLines(e){return this.response(e).collectLines()}queryRaw(e){let{org:t,type:n,gzip:i,headers:s}=this.options;return this.transport.request(`/api/v2/query?org=${encodeURIComponent(t)}`,JSON.stringify(this.decorateRequest({query:e.toString(),dialect:Te,type:n})),{method:"POST",headers:{accept:"text/csv","accept-encoding":i?"gzip":"identity","content-type":"application/json; encoding=utf-8",...s}})}decorateRequest(e){var t;return typeof this.options.now=="function"&&(e.now=this.options.now()),e.type=(t=this.options.type)!=null?t:"flux",e}},Re=E;function Ie(r,e){return e.toObject(r)}var _=class{constructor(e,t,n){this.executor=e;this.iterableResultExecutor=t;this.chunkCombiner=n}iterateLines(){return z(this.iterableResultExecutor())}iterateRows(){return re(z(this.iterableResultExecutor()))}lines(){return new T(this.executor,e=>C(e,this.chunkCombiner))}rows(){return new T(this.executor,e=>C(k({next(t,n){e.next({values:t,tableMeta:n})},error(t){e.error(t)},complete(){e.complete()}}),this.chunkCombiner))}consumeLines(e){this.executor(C(e,this.chunkCombiner))}consumeRows(e){this.executor(C(k(e),this.chunkCombiner))}collectRows(e=Ie){let t=[];return new Promise((n,i)=>{this.consumeRows({next(s,o){let a=e.call(this,s,o);a!==void 0&&t.push(a)},error(s){i(s)},complete(){n(t)}})})}collectLines(){let e=[];return new Promise((t,n)=>{this.consumeLines({next(i){e.push(i)},error(i){n(i)},complete(){t(e)}})})}};var V=class{constructor(e){var n;if(typeof e=="string")this._options={url:e};else if(e!==null&&typeof e=="object")this._options=e;else throw new y("No url or configuration specified!");let t=this._options.url;if(typeof t!="string")throw new y("No url specified!");t.endsWith("/")&&(this._options.url=t.substring(0,t.length-1)),this.transport=(n=this._options.transport)!=null?n:new D(this._options),this.processCSVResponse=(i,s)=>new _(i,s,this.transport.chunkCombiner)}getWriteApi(e,t,n="ns",i){return new A(this.transport,e,t,n,i!=null?i:this._options.writeOptions)}getQueryApi(e){return new Re(this.transport,this.processCSVResponse,e)}};export{w as AbortError,Nt as DEFAULT_ConnectionOptions,ie as DEFAULT_RetryDelayStrategyOptions,se as DEFAULT_WriteOptions,M as FLUX_VALUE,m as HttpError,y as IllegalArgumentError,V as InfluxDB,x as LineSplitter,p as Log,be as Point,U as RequestTimedOutError,ee as UNKNOWN_COLUMN,Ne as canRetryHttpCall,C as chunksToLines,z as chunksToLinesIterable,Ee as consoleLogger,me as convertTimeToNanos,We as createFluxTableColumn,$ as createFluxTableMetaData,b as createTextDecoderCombiner,ce as currentTime,de as dateToProtocolTimestamp,R as escape,nr as flux,rr as fluxBool,Zt as fluxDateTime,er as fluxDuration,pe as fluxExpression,Kt as fluxFloat,Yt as fluxInteger,tr as fluxRegExp,Gt as fluxString,te as getRetryDelay,Oe as isStatusCodeRetriable,re as linesToRowsIterable,k as linesToTables,I as newFluxTableColumn,he as sanitizeFloat,ye as sanitizeInteger,Xe as serializeDateTimeAsDate,Ge as serializeDateTimeAsNumber,Ke as serializeDateTimeAsString,Jt as setLogger,pt as stringToLines,ne as symbolObservable,X as toFluxValue,O as typeSerializers,De as useProcessHrtime}; -//# sourceMappingURL=index.browser.mjs.map \ No newline at end of file diff --git a/software/flow/node_modules/@influxdata/influxdb-client/dist/index.browser.mjs.gz b/software/flow/node_modules/@influxdata/influxdb-client/dist/index.browser.mjs.gz deleted file mode 100644 index 6772a3c..0000000 Binary files a/software/flow/node_modules/@influxdata/influxdb-client/dist/index.browser.mjs.gz and /dev/null differ diff --git a/software/flow/node_modules/@influxdata/influxdb-client/dist/index.browser.mjs.map b/software/flow/node_modules/@influxdata/influxdb-client/dist/index.browser.mjs.map deleted file mode 100644 index 74708dc..0000000 --- a/software/flow/node_modules/@influxdata/influxdb-client/dist/index.browser.mjs.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["../src/results/chunkCombiner.ts","../src/results/chunksToLines.ts","../src/results/chunksToLinesIterable.ts","../src/results/LineSplitter.ts","../src/results/FluxTableColumn.ts","../src/errors.ts","../src/results/FluxTableMetaData.ts","../src/results/linesToTables.ts","../src/results/linesToRowsIterable.ts","../src/results/stringToLines.ts","../src/observable/symbol.ts","../src/results/ObservableQuery.ts","../src/options.ts","../src/util/escape.ts","../src/util/currentTime.ts","../src/util/logger.ts","../src/query/flux.ts","../src/Point.ts","../src/impl/retryStrategy.ts","../src/impl/RetryBuffer.ts","../src/util/utf8Length.ts","../src/impl/WriteApiImpl.ts","../src/impl/completeCommunicationObserver.ts","../src/impl/browser/FetchTransport.ts","../src/impl/QueryApiImpl.ts","../src/results/AnnotatedCSVResponseImpl.ts","../src/InfluxDB.ts"],"sourcesContent":["/**\n * ChunkCombiner is a simplified platform-neutral manipulation of Uint8arrays\n * that allows to process text data on the fly. The implementation can be optimized\n * for the target platform (node vs browser).\n */\nexport interface ChunkCombiner {\n /**\n * Concatenates first and second chunk.\n * @param first - first chunk\n * @param second - second chunk\n * @returns first + second\n */\n concat(first: Uint8Array, second: Uint8Array): Uint8Array\n\n /**\n * Converts chunk into a string.\n * @param chunk - chunk\n * @param start - start index\n * @param end - end index\n * @returns string representation of chunk slice\n */\n toUtf8String(chunk: Uint8Array, start: number, end: number): string\n\n /**\n * Creates a new chunk from the supplied chunk.\n * @param chunk - chunk to copy\n * @param start - start index\n * @param end - end index\n * @returns a copy of a chunk slice\n */\n copy(chunk: Uint8Array, start: number, end: number): Uint8Array\n}\n\n// TextDecoder is available since node v8.3.0 and in all modern browsers\ndeclare class TextDecoder {\n constructor(encoding: string)\n decode(chunk: Uint8Array): string\n}\n\n/**\n * Creates a chunk combiner instance that uses UTF-8\n * TextDecoder to decode Uint8Arrays into strings.\n */\nexport function createTextDecoderCombiner(): ChunkCombiner {\n const decoder = new TextDecoder('utf-8')\n return {\n concat(first: Uint8Array, second: Uint8Array): Uint8Array {\n const retVal = new Uint8Array(first.length + second.length)\n retVal.set(first)\n retVal.set(second, first.length)\n return retVal\n },\n copy(chunk: Uint8Array, start: number, end: number): Uint8Array {\n const retVal = new Uint8Array(end - start)\n retVal.set(chunk.subarray(start, end))\n return retVal\n },\n toUtf8String(chunk: Uint8Array, start: number, end: number): string {\n return decoder.decode(chunk.subarray(start, end))\n },\n }\n}\n","import {ChunkCombiner, createTextDecoderCombiner} from './chunkCombiner'\nimport {CommunicationObserver} from './CommunicationObserver'\nimport {Cancellable} from './Cancellable'\n\n/**\n * ChunksToLines is a transformation that accepts Uint8Array instances\n * and emmits strings representing CSV lines.\n * @param target - target to emmit CSV lines to\n * @param chunkCombiner - chunk combiner\n * @returns communication obrver to accept Uint8Arrays\n */\nexport function chunksToLines(\n target: CommunicationObserver<string>,\n chunkCombiner?: ChunkCombiner\n): CommunicationObserver<Uint8Array> {\n const chunks = chunkCombiner ?? createTextDecoderCombiner()\n let previous: Uint8Array | undefined\n let finished = false\n let quoted = false\n let paused = false\n let resumeChunks: (() => void) | undefined\n\n function bufferReceived(chunk: Uint8Array): void {\n let index: number\n let start = 0\n if (previous) {\n // inspect the whole remaining data upon empty chunk\n // empty chunk signalizes to restart of receiving\n index = chunk.length === 0 ? 0 : (previous as Uint8Array).length\n chunk = chunks.concat(previous, chunk)\n } else {\n index = 0\n }\n while (index < chunk.length) {\n const c = chunk[index]\n if (c === 10) {\n if (!quoted) {\n /* do not emit CR+LR or LF line ending */\n const end = index > 0 && chunk[index - 1] === 13 ? index - 1 : index\n // do not emmit more lines if the processing is already finished\n if (finished) {\n return\n }\n paused = target.next(chunks.toUtf8String(chunk, start, end)) === false\n start = index + 1\n if (paused) {\n break\n }\n }\n } else if (c === 34 /* \" */) {\n quoted = !quoted\n }\n index++\n }\n if (start < chunk.length) {\n previous = chunks.copy(chunk, start, chunk.length)\n } else {\n previous = undefined\n }\n if (paused) {\n if (target.useResume) {\n target.useResume(() => {\n paused = false\n bufferReceived(new Uint8Array(0))\n })\n return\n }\n retVal.error(new Error('Unable to pause, useResume is not configured!'))\n paused = false // consume remaining data\n }\n if (resumeChunks) {\n resumeChunks()\n resumeChunks = undefined\n }\n }\n\n const retVal: CommunicationObserver<Uint8Array> = {\n next(chunk: Uint8Array): boolean {\n if (!finished) {\n try {\n bufferReceived(chunk)\n return !paused\n } catch (e) {\n this.error(e as Error)\n }\n }\n return true\n },\n error(error: Error): void {\n if (!finished) {\n finished = true\n target.error(error)\n }\n },\n complete(): void {\n if (!finished) {\n if (previous) {\n target.next(chunks.toUtf8String(previous, 0, previous.length))\n }\n finished = true\n target.complete()\n }\n },\n }\n if (target.useCancellable) {\n retVal.useCancellable = (cancellable: Cancellable) => {\n target.useCancellable &&\n target.useCancellable({\n cancel(): void {\n cancellable.cancel()\n previous = undefined // do not emit more lines\n retVal.complete()\n },\n isCancelled(): boolean {\n return cancellable.isCancelled()\n },\n })\n }\n }\n if (target.useResume) {\n retVal.useResume = (x: () => void) => {\n resumeChunks = x\n }\n }\n\n return retVal\n}\n","import {ChunkCombiner, createTextDecoderCombiner} from './chunkCombiner'\n\n/**\n * ChunksToLinesIterable is a transformation that accepts\n * an iterable of Uint8Array instances and returns iterable of lines.\n * @param source - iterable of transport buffers\n * @param chunkCombiner - chunk combiner\n * @returns iterable of lines\n */\nexport async function* chunksToLinesIterable(\n source: AsyncIterable<Uint8Array>,\n chunkCombiner?: ChunkCombiner\n): AsyncIterableIterator<string> {\n const chunks = chunkCombiner ?? createTextDecoderCombiner()\n let previous: Uint8Array | undefined\n let quoted = false\n\n for await (let chunk of source) {\n let index: number\n let start = 0\n if (previous) {\n index = previous.length\n chunk = chunks.concat(previous, chunk)\n } else {\n index = 0\n }\n while (index < chunk.length) {\n const c = chunk[index]\n if (c === 10) {\n if (!quoted) {\n /* do not emit CR+LR or LF line ending */\n const end = index > 0 && chunk[index - 1] === 13 ? index - 1 : index\n yield chunks.toUtf8String(chunk, start, end)\n start = index + 1\n }\n } else if (c === 34 /* \" */) {\n quoted = !quoted\n }\n index++\n }\n if (start < chunk.length) {\n previous = chunks.copy(chunk, start, chunk.length)\n } else {\n previous = undefined\n }\n }\n if (previous) {\n yield chunks.toUtf8String(previous, 0, previous.length)\n }\n}\n","/**\n * Optimized tokenizer of a single CSV line.\n */\nexport class LineSplitter {\n /** returned value when reused */\n reusedValues: string[]\n /** last length of elements in */\n lastSplitLength: number\n private _reuse = false\n\n /**\n * Reuse returned array between consecutive calls.\n */\n get reuse(): boolean {\n return this._reuse\n }\n set reuse(val: boolean) {\n if (val && !this.reusedValues) {\n this.reusedValues = new Array(10)\n }\n this._reuse = val\n }\n\n /**\n * Sets the reuse flag and returns this.\n */\n withReuse(): LineSplitter {\n this.reuse = true\n return this\n }\n\n /**\n * Splits the supplied line to elements that are separated by\n * comma with values possibly escaped within double quotes (\"value\")\n * @param line - line\n * @returns array of splitted parts\n */\n splitLine(line: string | undefined | null): string[] {\n if (line === null || line === undefined) {\n this.lastSplitLength = 0\n return []\n }\n let quoteCount = 0\n let startIndex = 0\n const values = this._reuse ? this.reusedValues : []\n let count = 0\n for (let i = 0; i < line.length; i++) {\n const c = line[i]\n if (c === ',') {\n if (quoteCount % 2 === 0) {\n const val = this.getValue(line, startIndex, i, quoteCount)\n if (this._reuse) {\n values[count++] = val\n } else {\n values.push(val)\n }\n startIndex = i + 1\n quoteCount = 0\n }\n } else if (c === '\"') {\n quoteCount++\n }\n }\n const val = this.getValue(line, startIndex, line.length, quoteCount)\n if (this._reuse) {\n values[count] = val\n this.lastSplitLength = count + 1\n } else {\n values.push(val)\n this.lastSplitLength = values.length\n }\n\n return values\n }\n\n private getValue(\n line: string,\n start: number,\n end: number,\n quoteCount: number\n ): string {\n if (start === line.length) {\n return ''\n } else if (quoteCount === 0) {\n return line.substring(start, end)\n } else if (quoteCount === 2) {\n return line.substring(start + 1, end - 1)\n } else {\n // quoteCount >= 4\n return line.substring(start + 1, end - 1).replace(/\"\"/gi, '\"')\n }\n }\n}\n","/**\n * Type of query result column, see {@link https://docs.influxdata.com/influxdb/latest/reference/syntax/annotated-csv/#data-types }\n */\nexport type ColumnType =\n | 'boolean'\n | 'unsignedLong'\n | 'long'\n | 'double'\n | 'string'\n | 'base64Binary'\n | 'dateTime:RFC3339'\n | 'duration'\n | string\n\n/**\n * FluxTableColumn describes {@link http://bit.ly/flux-spec#table | flux table} column.\n */\nexport interface FluxTableColumn {\n /**\n * Label (e.g., \"_start\", \"_stop\", \"_time\").\n */\n label: string\n\n /**\n * The data type of column (e.g., \"string\", \"long\", \"dateTime:RFC3339\").\n */\n dataType: ColumnType\n\n /**\n * Boolean flag indicating if the column is a part of the table's group key.\n */\n group: boolean\n\n /**\n * Default value to be used for rows whose string value is an empty string.\n */\n defaultValue: string\n\n /**\n * Index of this column in a row array.\n */\n index: number\n\n /**\n * Get returns a JavaScript object of this column in the supplied result row, using default deserializers.\n * @param row - a data row\n * @returns column value\n */\n get: (row: string[]) => any\n}\n\nconst identity = (x: string): any => x\n\n/**\n * A dictionary of serializers of particular types returned by a flux query.\n * See {@link https://docs.influxdata.com/influxdb/latest/reference/syntax/annotated-csv/#data-types }\n */\nexport const typeSerializers: Record<ColumnType, (val: string) => any> = {\n boolean: (x: string): any => (x === '' ? null : x === 'true'),\n unsignedLong: (x: string): any => (x === '' ? null : +x),\n long: (x: string): any => (x === '' ? null : +x),\n double(x: string): any {\n switch (x) {\n case '':\n return null\n case '+Inf':\n return Number.POSITIVE_INFINITY\n case '-Inf':\n return Number.NEGATIVE_INFINITY\n default:\n return +x\n }\n },\n string: identity,\n base64Binary: identity,\n duration: (x: string): any => (x === '' ? null : x),\n 'dateTime:RFC3339': (x: string): any => (x === '' ? null : x),\n}\n\n/**\n * FluxTableColumn implementation.\n */\nclass FluxTableColumnImpl implements FluxTableColumn {\n label: string\n dataType: ColumnType\n group: boolean\n defaultValue: string\n index: number\n public get(row: string[]): any {\n let val = row[this.index]\n if ((val === '' || val === undefined) && this.defaultValue) {\n val = this.defaultValue\n }\n return (typeSerializers[this.dataType] ?? identity)(val)\n }\n}\nexport const UNKNOWN_COLUMN: FluxTableColumn = Object.freeze({\n label: '',\n dataType: '',\n group: false,\n defaultValue: '',\n index: Number.MAX_SAFE_INTEGER,\n get: () => undefined,\n})\n\n/**\n * Creates a new flux table column.\n * @returns column instance\n */\nexport function newFluxTableColumn(): FluxTableColumn {\n return new FluxTableColumnImpl()\n}\n\n/**\n * Creates a flux table column from a partial FluxTableColumn.\n * @param object - source object\n * @returns column instance\n */\nexport function createFluxTableColumn(\n object: Partial<FluxTableColumn>\n): FluxTableColumn {\n const retVal = new FluxTableColumnImpl()\n retVal.label = String(object.label)\n retVal.dataType = object.dataType as ColumnType\n retVal.group = Boolean(object.group)\n retVal.defaultValue = object.defaultValue ?? ''\n retVal.index = object.index ?? 0\n return retVal\n}\n","/**\n * Strategy for calculating retry delays.\n */\nexport interface RetryDelayStrategy {\n /**\n * Returns delay for a next retry\n * @param error - reason for retrying\n * @param failedAttempts - a count of already failed attempts, 1 being the first\n * @returns milliseconds to wait before retrying\n */\n nextDelay(error?: Error, failedAttempts?: number): number\n /** Implementation should reset its state, this is mandatory to call upon success. */\n success(): void\n}\n\n/**\n * Interface for errors to inform that an associated operation can be retried.\n */\nexport interface RetriableDecision {\n /**\n * Informs whether this can be retried.\n */\n canRetry(): boolean\n /**\n * Get the delay in milliseconds to retry the action.\n * @returns 0 to let the implementation decide, miliseconds delay otherwise\n */\n retryAfter(): number\n}\n\nconst retriableStatusCodes = [404, 408, 425, 429, 500, 502, 503, 504]\n/** isStatusCodeRetriable checks whether the supplied HTTP status code is retriable. */\nexport function isStatusCodeRetriable(statusCode: number): boolean {\n return retriableStatusCodes.includes(statusCode)\n}\n\n/** IllegalArgumentError is thrown when illegal argument is supplied. */\nexport class IllegalArgumentError extends Error {\n /* istanbul ignore next */\n constructor(message: string) {\n super(message)\n this.name = 'IllegalArgumentError'\n Object.setPrototypeOf(this, IllegalArgumentError.prototype)\n }\n}\n\n/**\n * A general HTTP error.\n */\nexport class HttpError extends Error implements RetriableDecision {\n private _retryAfter: number\n /** application error code, when available */\n public code: string | undefined\n /** json error response */\n public json: any\n\n /* istanbul ignore next because of super() not being covered*/\n constructor(\n readonly statusCode: number,\n readonly statusMessage: string | undefined,\n readonly body?: string,\n retryAfter?: string | undefined | null,\n readonly contentType?: string | undefined | null,\n message?: string\n ) {\n super()\n Object.setPrototypeOf(this, HttpError.prototype)\n if (message) {\n this.message = message\n } else if (body) {\n if (contentType?.startsWith('application/json')) {\n try {\n this.json = JSON.parse(body)\n this.message = this.json.message\n this.code = this.json.code\n } catch (e) {\n // silently ignore, body string is still available\n }\n }\n if (!this.message) {\n this.message = `${statusCode} ${statusMessage} : ${body}`\n }\n } else {\n this.message = `${statusCode} ${statusMessage}`\n }\n this.name = 'HttpError'\n this.setRetryAfter(retryAfter)\n }\n\n private setRetryAfter(retryAfter?: string | undefined | null): void {\n if (typeof retryAfter === 'string') {\n // try to parse the supplied number as milliseconds\n if (/^[0-9]+$/.test(retryAfter)) {\n this._retryAfter = parseInt(retryAfter)\n } else {\n this._retryAfter = 0\n }\n } else {\n this._retryAfter = 0\n }\n }\n\n canRetry(): boolean {\n return isStatusCodeRetriable(this.statusCode)\n }\n retryAfter(): number {\n return this._retryAfter\n }\n}\n\n//see https://nodejs.org/api/errors.html\nconst RETRY_CODES = [\n 'ECONNRESET',\n 'ENOTFOUND',\n 'ESOCKETTIMEDOUT',\n 'ETIMEDOUT',\n 'ECONNREFUSED',\n 'EHOSTUNREACH',\n 'EPIPE',\n]\n\n/**\n * Tests the error in order to know if an HTTP call can be retried.\n * @param error - error to test\n * @returns true for a retriable error\n */\nexport function canRetryHttpCall(error: any): boolean {\n if (!error) {\n return false\n } else if (typeof (error as any).canRetry === 'function') {\n return !!((error as any).canRetry as () => boolean)()\n } else if ((error as any).code && RETRY_CODES.includes((error as any).code)) {\n return true\n }\n return false\n}\n\n/**\n * Gets retry delay from the supplied error, possibly using random number up to retryJitter.\n */\nexport function getRetryDelay(error?: Error, retryJitter?: number): number {\n if (!error) {\n return 0\n } else {\n let retVal\n if (typeof (error as any).retryAfter === 'function') {\n return ((error as any).retryAfter as () => number)()\n } else {\n retVal = 0\n }\n if (retryJitter && retryJitter > 0) {\n return retVal + Math.round(Math.random() * retryJitter)\n } else {\n return retVal\n }\n }\n}\n\n/** RequestTimedOutError indicates request timeout in the communication with the server */\nexport class RequestTimedOutError extends Error implements RetriableDecision {\n /* istanbul ignore next because of super() not being covered */\n constructor() {\n super()\n Object.setPrototypeOf(this, RequestTimedOutError.prototype)\n this.name = 'RequestTimedOutError'\n this.message = 'Request timed out'\n }\n canRetry(): boolean {\n return true\n }\n retryAfter(): number {\n return 0\n }\n}\n\n/** AbortError indicates that the communication with the server was aborted */\nexport class AbortError extends Error implements RetriableDecision {\n /* istanbul ignore next because of super() not being covered */\n constructor() {\n super()\n this.name = 'AbortError'\n Object.setPrototypeOf(this, AbortError.prototype)\n this.message = 'Response aborted'\n }\n canRetry(): boolean {\n return true\n }\n retryAfter(): number {\n return 0\n }\n}\n","import {\n FluxTableColumn,\n UNKNOWN_COLUMN,\n typeSerializers,\n} from './FluxTableColumn'\nimport {IllegalArgumentError} from '../errors'\n\n/**\n * serializeDateTimeAsDate changes type serializers to return JavaScript Date instances\n * for 'dateTime:RFC3339' query result data type. Empty value is converted to null.\n * @remarks\n * Please note that the result has millisecond precision whereas InfluxDB returns dateTime\n * in nanosecond precision.\n */\nexport function serializeDateTimeAsDate(): void {\n typeSerializers['dateTime:RFC3339'] = (x: string): any =>\n x === '' ? null : new Date(Date.parse(x))\n}\n/**\n * serializeDateTimeAsNumber changes type serializers to return milliseconds since epoch\n * for 'dateTime:RFC3339' query result data type. Empty value is converted to null.\n * @remarks\n * Please note that the result has millisecond precision whereas InfluxDB returns dateTime\n * in nanosecond precision.\n */\nexport function serializeDateTimeAsNumber(): void {\n typeSerializers['dateTime:RFC3339'] = (x: string): any =>\n x === '' ? null : Date.parse(x)\n}\n/**\n * serializeDateTimeAsString changes type serializers to return string values\n * for `dateTime:RFC3339` query result data type. Empty value is converted to null.\n */\nexport function serializeDateTimeAsString(): void {\n typeSerializers['dateTime:RFC3339'] = (x: string): any =>\n x === '' ? null : x\n}\n\n/**\n * Represents metadata of a {@link http://bit.ly/flux-spec#table | flux table}.\n */\nexport interface FluxTableMetaData {\n /**\n * Table columns.\n */\n columns: Array<FluxTableColumn>\n\n /**\n * Gets columns by name\n * @param label - column label\n * @param errorOnMissingColumn - throw error on missing column (by default), return UNKNOWN_COLUMN when false\n * @returns table column\n * @throws IllegalArgumentError if column is not found\n **/\n column(label: string, errorOnMissingColumn?: boolean): FluxTableColumn\n\n /**\n * Creates an object out of the supplied row with the help of column descriptors.\n * @param row - a row with data for each column\n */\n toObject(row: string[]): {[key: string]: any}\n\n /**\n * Gets column values out of the supplied row.\n * @param row - a row with data for each column\n * @param column - column name\n * @returns column value, undefined for unknown column\n */\n get(row: string[], column: string): any\n}\n\n/**\n * FluxTableMetaData Implementation.\n */\nclass FluxTableMetaDataImpl implements FluxTableMetaData {\n columns: Array<FluxTableColumn>\n constructor(columns: FluxTableColumn[]) {\n columns.forEach((col, i) => (col.index = i))\n this.columns = columns\n }\n column(label: string, errorOnMissingColumn = true): FluxTableColumn {\n for (let i = 0; i < this.columns.length; i++) {\n const col = this.columns[i]\n if (col.label === label) return col\n }\n if (errorOnMissingColumn) {\n throw new IllegalArgumentError(`Column ${label} not found!`)\n }\n return UNKNOWN_COLUMN\n }\n toObject(row: string[]): {[key: string]: any} {\n const acc: any = {}\n for (let i = 0; i < this.columns.length && i < row.length; i++) {\n const column = this.columns[i]\n acc[column.label] = column.get(row)\n }\n return acc\n }\n get(row: string[], column: string): any {\n return this.column(column, false).get(row)\n }\n}\n\n/**\n * Created FluxTableMetaData from the columns supplied.\n * @param columns - columns\n * @returns - instance\n */\nexport function createFluxTableMetaData(\n columns: FluxTableColumn[]\n): FluxTableMetaData {\n return new FluxTableMetaDataImpl(columns)\n}\n\n/** Wraps values and associated metadata of a query result row */\nexport interface Row {\n values: string[]\n tableMeta: FluxTableMetaData\n}\n","import {CommunicationObserver} from './CommunicationObserver'\nimport {LineSplitter} from './LineSplitter'\nimport {FluxResultObserver} from './FluxResultObserver'\nimport {\n FluxTableColumn,\n ColumnType,\n newFluxTableColumn,\n} from './FluxTableColumn'\nimport {FluxTableMetaData, createFluxTableMetaData} from './FluxTableMetaData'\n\n/**\n * LinesToTables creates a transformation that accepts (flux) annotated CSV lines\n * and emits rows together with table metadata.\n */\nexport function linesToTables(\n consumer: FluxResultObserver<string[]>\n): CommunicationObserver<string> {\n const splitter = new LineSplitter().withReuse()\n let columns: FluxTableColumn[] | undefined\n let expectMeta = true\n let firstColumnIndex = 0\n let lastMeta: FluxTableMetaData\n const retVal: CommunicationObserver<string> = {\n error(error: Error): void {\n consumer.error(error)\n },\n next(line: string): void | boolean {\n if (line === '') {\n expectMeta = true\n columns = undefined\n } else {\n const values = splitter.splitLine(line)\n const size = splitter.lastSplitLength\n if (expectMeta) {\n // create columns\n if (!columns) {\n columns = new Array(size)\n for (let i = 0; i < size; i++) {\n columns[i] = newFluxTableColumn()\n }\n }\n if (!values[0].startsWith('#')) {\n // fill in column names\n if (values[0] === '') {\n firstColumnIndex = 1\n columns = columns.slice(1)\n } else {\n firstColumnIndex = 0\n }\n for (let i = firstColumnIndex; i < size; i++) {\n columns[i - firstColumnIndex].label = values[i]\n }\n lastMeta = createFluxTableMetaData(columns)\n expectMeta = false\n } else if (values[0] === '#datatype') {\n for (let i = 1; i < size; i++) {\n columns[i].dataType = values[i] as ColumnType\n }\n } else if (values[0] === '#default') {\n for (let i = 1; i < size; i++) {\n columns[i].defaultValue = values[i]\n }\n } else if (values[0] === '#group') {\n for (let i = 1; i < size; i++) {\n columns[i].group = values[i][0] === 't'\n }\n }\n } else {\n return consumer.next(values.slice(firstColumnIndex, size), lastMeta)\n }\n }\n return true\n },\n complete(): void {\n consumer.complete()\n },\n }\n if (consumer.useCancellable) {\n retVal.useCancellable = consumer.useCancellable.bind(consumer)\n }\n if (consumer.useResume) {\n retVal.useResume = consumer.useResume.bind(consumer)\n }\n return retVal\n}\n","import {LineSplitter} from './LineSplitter'\nimport {\n FluxTableColumn,\n ColumnType,\n newFluxTableColumn,\n} from './FluxTableColumn'\nimport {\n FluxTableMetaData,\n createFluxTableMetaData,\n Row,\n} from './FluxTableMetaData'\n\n/**\n * LinesToRowsIterable is a transformation that accepts\n * an iterable of flux annotated CSV lines and returns\n * an iterable of rows (row values and table metadata).\n */\nexport async function* linesToRowsIterable(\n source: AsyncIterable<string>\n): AsyncIterableIterator<Row> {\n const splitter = new LineSplitter().withReuse()\n let columns: FluxTableColumn[] | undefined\n let expectMeta = true\n let firstColumnIndex = 0\n let lastMeta: FluxTableMetaData | undefined = undefined\n for await (const line of source) {\n if (line === '') {\n expectMeta = true\n columns = undefined\n } else {\n const values = splitter.splitLine(line)\n const size = splitter.lastSplitLength\n if (expectMeta) {\n // create columns\n if (!columns) {\n columns = new Array(size)\n for (let i = 0; i < size; i++) {\n columns[i] = newFluxTableColumn()\n }\n }\n if (!values[0].startsWith('#')) {\n // fill in column names\n if (values[0] === '') {\n firstColumnIndex = 1\n columns = columns.slice(1)\n } else {\n firstColumnIndex = 0\n }\n for (let i = firstColumnIndex; i < size; i++) {\n columns[i - firstColumnIndex].label = values[i]\n }\n lastMeta = createFluxTableMetaData(columns)\n expectMeta = false\n } else if (values[0] === '#datatype') {\n for (let i = 1; i < size; i++) {\n columns[i].dataType = values[i] as ColumnType\n }\n } else if (values[0] === '#default') {\n for (let i = 1; i < size; i++) {\n columns[i].defaultValue = values[i]\n }\n } else if (values[0] === '#group') {\n for (let i = 1; i < size; i++) {\n columns[i].group = values[i][0] === 't'\n }\n }\n } else {\n yield {\n values: values.slice(firstColumnIndex, size),\n tableMeta:\n lastMeta as unknown as FluxTableMetaData /* never undefined */,\n }\n }\n }\n }\n}\n","import {CommunicationObserver} from './CommunicationObserver'\n\n/**\n * StringToLines is a transformation that emmits strings for each CSV\n * line in the supplied source string.\n * @param source - source string\n * @param target - target to emmit CSV lines to\n * @returns communication obrver to accept Uint8Arrays\n */\nexport function stringToLines(\n source: string,\n target: CommunicationObserver<string>\n): void {\n let quoted = false\n let start = 0\n let index = 0\n\n while (index < source.length) {\n const c = source.charCodeAt(index)\n if (c === 10) {\n if (!quoted) {\n /* do not emit CR+LR or LF line ending */\n const end =\n index > 0 && source.charCodeAt(index - 1) === 13 ? index - 1 : index\n // do not emmit more lines if the processing is already finished\n target.next(source.substring(start, end))\n start = index + 1\n }\n } else if (c === 34 /* \" */) {\n quoted = !quoted\n }\n index++\n }\n if (start < index) {\n target.next(source.substring(start, index))\n }\n target.complete()\n}\n","/* Observable interop typing. Taken from https://github.com/ReactiveX/rxjs */\n\n/* Note: This will add Symbol.observable globally for all TypeScript users */\ndeclare global {\n interface SymbolConstructor {\n readonly observable: symbol\n }\n}\n\n/** Symbol.observable or a string \"\\@\\@observable\". Used for interop */\nexport const symbolObservable = (():\n | typeof Symbol.observable\n | '@@observable' =>\n (typeof Symbol === 'function' && Symbol.observable) || '@@observable')()\n","import {\n Observable,\n Observer,\n ObserverComplete,\n ObserverError,\n ObserverNext,\n Subscription,\n symbolObservable,\n} from '../observable'\nimport {CommunicationObserver} from '../results/CommunicationObserver'\nimport {Cancellable} from '../results/Cancellable'\n\n/** APIExecutor executes the API and passes its response to the supplied consumer */\nexport type APIExecutor = (consumer: CommunicationObserver<Uint8Array>) => void\n\ntype Decorator<T> = (observer: Observer<T>) => Observer<Uint8Array>\n\nclass QuerySubscription implements Subscription {\n private cancellable?: Cancellable\n private isClosed = false\n\n public constructor(observer: Observer<Uint8Array>, executor: APIExecutor) {\n try {\n executor({\n next: (value) => {\n observer.next(value)\n },\n error: (e) => {\n this.isClosed = true\n observer.error(e)\n },\n complete: () => {\n this.isClosed = true\n observer.complete()\n },\n useCancellable: (c) => {\n this.cancellable = c\n },\n })\n } catch (e) {\n this.isClosed = true\n observer.error(e)\n }\n }\n\n public get closed(): boolean {\n return this.isClosed\n }\n\n public unsubscribe(): void {\n this.cancellable?.cancel()\n this.isClosed = true\n }\n}\n\nfunction noop(): void {}\n\nfunction completeObserver<T>(observer: Partial<Observer<T>>): Observer<T> {\n const {next, error, complete} = observer\n\n return {\n next: next ? next.bind(observer) : noop,\n error: error ? error.bind(observer) : noop,\n complete: complete ? complete.bind(observer) : noop,\n }\n}\n\nexport default class ObservableQuery<T> implements Observable<T> {\n public constructor(\n private readonly executor: APIExecutor,\n private readonly decorator: Decorator<T>\n ) {}\n\n public subscribe(\n observerOrNext?: Partial<Observer<T>> | ObserverNext<T>,\n error?: ObserverError,\n complete?: ObserverComplete\n ): Subscription {\n const observer = completeObserver(\n typeof observerOrNext !== 'object' || observerOrNext === null\n ? {next: observerOrNext, error, complete}\n : observerOrNext\n )\n\n return new QuerySubscription(this.decorator(observer), this.executor)\n }\n\n public [symbolObservable](): this {\n return this\n }\n\n // this makes sure we satisfy the interface, while using a possibly polyfilled\n // [symbolObservable] above for the actual implementation\n public declare [Symbol.observable]: () => this\n}\n","import {Transport} from './transport'\nimport WriteApi from './WriteApi'\n\n/**\n * Option for the communication with InfluxDB server.\n */\nexport interface ConnectionOptions {\n /** base URL */\n url: string\n /** authentication token */\n token?: string\n /**\n * socket timeout, 10000 milliseconds by default in node.js\n * @defaultValue 10000\n */\n timeout?: number\n /**\n * TransportOptions supply extra options for the transport layer, they differ between node.js and browser/deno.\n * Node.js transport accepts options specified in {@link https://nodejs.org/api/http.html#http_http_request_options_callback | http.request } or\n * {@link https://nodejs.org/api/https.html#https_https_request_options_callback | https.request }. For example, an `agent` property can be set to\n * {@link https://www.npmjs.com/package/proxy-http-agent | setup HTTP/HTTPS proxy }, {@link https://nodejs.org/api/tls.html#tls_tls_connect_options_callback | rejectUnauthorized }\n * property can disable TLS server certificate verification. Additionally,\n * {@link https://github.com/follow-redirects/follow-redirects | follow-redirects } property can be also specified\n * in order to follow redirects in node.js.\n * {@link https://developer.mozilla.org/en-US/docs/Web/API/fetch | fetch } is used under the hood in browser/deno.\n * For example,\n * {@link https://developer.mozilla.org/en-US/docs/Web/API/fetch | redirect } property can be set to 'error' to abort request if a redirect occurs.\n */\n transportOptions?: {[key: string]: any}\n /**\n * Default HTTP headers to send with every request.\n */\n headers?: Record<string, string>\n /**\n * Full HTTP web proxy URL including schema, for example http://your-proxy:8080.\n */\n proxyUrl?: string\n}\n\n/** default connection options */\nexport const DEFAULT_ConnectionOptions: Partial<ConnectionOptions> = {\n timeout: 10000,\n}\n\n/**\n * Options that configure strategy for retrying failed requests.\n */\nexport interface RetryDelayStrategyOptions {\n /** add `random(retryJitter)` milliseconds delay when retrying HTTP calls */\n retryJitter: number\n /** minimum delay when retrying write (milliseconds) */\n minRetryDelay: number\n /** maximum delay when retrying write (milliseconds) */\n maxRetryDelay: number\n /** base for the exponential retry delay */\n exponentialBase: number\n /**\n * randomRetry indicates whether the next retry delay is deterministic (false) or random (true).\n * The deterministic delay starts with `minRetryDelay * exponentialBase` and it is multiplied\n * by `exponentialBase` until it exceeds `maxRetryDelay`.\n * When random is `true`, the next delay is computed as a random number between next retry attempt (upper)\n * and the lower number in the deterministic sequence. `random(retryJitter)` is added to every returned value.\n */\n randomRetry: boolean\n}\n\n/**\n * Options that configure strategy for retrying failed InfluxDB write operations.\n */\nexport interface WriteRetryOptions extends RetryDelayStrategyOptions {\n /**\n * WriteFailed is called to inform about write errors.\n * @param this - the instance of the API that failed\n * @param error - write error\n * @param lines - failed lines\n * @param attempt - count of already failed attempts to write the lines (1 ... maxRetries+1)\n * @param expires - expiration time for the lines to be retried in millis since epoch\n * @returns a Promise to force the API to use it as a result of the flush operation,\n * void/undefined to continue with default retry mechanism\n */\n writeFailed(\n this: WriteApi,\n error: Error,\n lines: Array<string>,\n attempt: number,\n expires: number\n ): Promise<void> | void\n\n /**\n * WriteSuccess is informed about successfully written lines.\n * @param this - the instance of the API in use\n * @param lines - written lines\n */\n writeSuccess(this: WriteApi, lines: Array<string>): void\n\n /**\n * WriteRetrySkipped is informed about lines that were removed from the retry buffer\n * to keep the size of the retry buffer under the configured limit (maxBufferLines).\n * @param entry - lines that were skipped\n */\n writeRetrySkipped(entry: {lines: Array<string>; expires: number}): void\n\n /** max count of retries after the first write fails */\n maxRetries: number\n /** max time (millis) that can be spent with retries */\n maxRetryTime: number\n /** the maximum size of retry-buffer (in lines) */\n maxBufferLines: number\n}\n\n/**\n * Options used by {@link WriteApi} .\n */\nexport interface WriteOptions extends WriteRetryOptions {\n /** max number of records/lines to send in a batch */\n batchSize: number\n /** delay between data flushes in milliseconds, at most `batch size` records are sent during flush */\n flushInterval: number\n /** default tags, unescaped */\n defaultTags?: Record<string, string>\n /** HTTP headers that will be sent with every write request */\n headers?: {[key: string]: string}\n /** When specified, write bodies larger than the threshold are gzipped */\n gzipThreshold?: number\n /** max size of a batch in bytes */\n maxBatchBytes: number\n /** InfluxDB Enterprise write consistency as explained in https://docs.influxdata.com/enterprise_influxdb/v1.9/concepts/clustering/#write-consistency */\n consistency?: 'any' | 'one' | 'quorum' | 'all'\n}\n\n/** default RetryDelayStrategyOptions */\nexport const DEFAULT_RetryDelayStrategyOptions = {\n retryJitter: 200,\n minRetryDelay: 5000,\n maxRetryDelay: 125000,\n exponentialBase: 5,\n randomRetry: true,\n}\n\n/** default writeOptions */\nexport const DEFAULT_WriteOptions: WriteOptions = {\n batchSize: 1000,\n maxBatchBytes: 50_000_000, // default max batch size in the cloud\n flushInterval: 60000,\n writeFailed: function () {},\n writeSuccess: function () {},\n writeRetrySkipped: function () {},\n maxRetries: 5,\n maxRetryTime: 180_000,\n maxBufferLines: 32_000,\n // a copy of DEFAULT_RetryDelayStrategyOptions, so that DEFAULT_WriteOptions could be tree-shaken\n retryJitter: 200,\n minRetryDelay: 5000,\n maxRetryDelay: 125000,\n exponentialBase: 2,\n gzipThreshold: 1000,\n randomRetry: true,\n}\n\n/**\n * Options used by {@link InfluxDB} .\n */\nexport interface ClientOptions extends ConnectionOptions {\n /** supplies and overrides default writing options */\n writeOptions?: Partial<WriteOptions>\n /** specifies custom transport */\n transport?: Transport\n}\n\n/**\n * Timestamp precision used in write operations.\n * See {@link https://docs.influxdata.com/influxdb/latest/api/#operation/PostWrite }\n */\nexport type WritePrecisionType = 'ns' | 'us' | 'ms' | 's'\n","function createEscaper(\n characters: string,\n replacements: string[]\n): (value: string) => string {\n return function (value: string): string {\n let retVal = ''\n let from = 0\n let i = 0\n while (i < value.length) {\n const found = characters.indexOf(value[i])\n if (found >= 0) {\n retVal += value.substring(from, i)\n retVal += replacements[found]\n from = i + 1\n }\n i++\n }\n if (from == 0) {\n return value\n } else if (from < value.length) {\n retVal += value.substring(from, value.length)\n }\n return retVal\n }\n}\nfunction createQuotedEscaper(\n characters: string,\n replacements: string[]\n): (value: string) => string {\n const escaper = createEscaper(characters, replacements)\n return (value: string): string => '\"' + escaper(value) + '\"'\n}\n\n/**\n * Provides functions escape specific parts in InfluxDB line protocol.\n */\nexport const escape = {\n /**\n * Measurement escapes measurement names.\n */\n measurement: createEscaper(', \\n\\r\\t', ['\\\\,', '\\\\ ', '\\\\n', '\\\\r', '\\\\t']),\n /**\n * Quoted escapes quoted values, such as database names.\n */\n quoted: createQuotedEscaper('\"\\\\', ['\\\\\"', '\\\\\\\\']),\n\n /**\n * TagEscaper escapes tag keys, tag values, and field keys.\n */\n tag: createEscaper(', =\\n\\r\\t', ['\\\\,', '\\\\ ', '\\\\=', '\\\\n', '\\\\r', '\\\\t']),\n}\n","declare let process: any\nconst zeroPadding = '000000000'\nlet useHrTime = false\n\nexport function useProcessHrtime(use: boolean): boolean {\n /* istanbul ignore else */\n if (!process.env.BUILD_BROWSER) {\n return (useHrTime = use && process && typeof process.hrtime === 'function')\n } else {\n return false\n }\n}\nuseProcessHrtime(true) // preffer node\n\nlet startHrMillis: number | undefined = undefined\nlet startHrTime: [number, number] | undefined = undefined\nlet lastMillis = Date.now()\nlet stepsInMillis = 0\nfunction nanos(): string {\n if (!process.env.BUILD_BROWSER && useHrTime) {\n const hrTime = process.hrtime() as [number, number]\n let millis = Date.now()\n if (!startHrTime) {\n startHrTime = hrTime\n startHrMillis = millis\n } else {\n hrTime[0] = hrTime[0] - startHrTime[0]\n hrTime[1] = hrTime[1] - startHrTime[1]\n // istanbul ignore next \"cannot mock system clock, manually reviewed\"\n if (hrTime[1] < 0) {\n hrTime[0] -= 1\n hrTime[1] += 1000_000_000\n }\n millis =\n (startHrMillis as number) +\n hrTime[0] * 1000 +\n Math.floor(hrTime[1] / 1000_000)\n }\n const nanos = String(hrTime[1] % 1000_000)\n return String(millis) + zeroPadding.substr(0, 6 - nanos.length) + nanos\n } else {\n const millis = Date.now()\n if (millis !== lastMillis) {\n lastMillis = millis\n stepsInMillis = 0\n } else {\n stepsInMillis++\n }\n const nanos = String(stepsInMillis)\n return String(millis) + zeroPadding.substr(0, 6 - nanos.length) + nanos\n }\n}\n\nfunction micros(): string {\n if (!process.env.BUILD_BROWSER && useHrTime) {\n const hrTime = process.hrtime() as [number, number]\n const micros = String(Math.trunc(hrTime[1] / 1000) % 1000)\n return (\n String(Date.now()) + zeroPadding.substr(0, 3 - micros.length) + micros\n )\n } else {\n return String(Date.now()) + zeroPadding.substr(0, 3)\n }\n}\nfunction millis(): string {\n return String(Date.now())\n}\nfunction seconds(): string {\n return String(Math.floor(Date.now() / 1000))\n}\n\n/**\n * Exposes functions that creates strings that represent a timestamp that\n * can be used in the line protocol. Micro and nano timestamps are emulated\n * depending on the js platform in use.\n */\nexport const currentTime = {\n s: seconds as () => string,\n ms: millis as () => string,\n us: micros as () => string,\n ns: nanos as () => string,\n seconds: seconds as () => string,\n millis: millis as () => string,\n micros: micros as () => string,\n nanos: nanos as () => string,\n}\n\n/**\n * dateToProtocolTimestamp provides converters for JavaScript Date to InfluxDB Write Protocol Timestamp. Keys are supported precisions.\n */\nexport const dateToProtocolTimestamp = {\n s: (d: Date): string => `${Math.floor(d.getTime() / 1000)}`,\n ms: (d: Date): string => `${d.getTime()}`,\n us: (d: Date): string => `${d.getTime()}000`,\n ns: (d: Date): string => `${d.getTime()}000000`,\n}\n\n/**\n * convertTimeToNanos converts Point's timestamp to a string.\n * @param value - supported timestamp value\n * @returns line protocol value\n */\nexport function convertTimeToNanos(\n value: string | number | Date | undefined\n): string | undefined {\n if (value === undefined) {\n return nanos()\n } else if (typeof value === 'string') {\n return value.length > 0 ? value : undefined\n } else if (value instanceof Date) {\n return `${value.getTime()}000000`\n } else if (typeof value === 'number') {\n return String(Math.floor(value))\n } else {\n return String(value)\n }\n}\n","/**\n * Logging interface.\n */\nexport interface Logger {\n error(message: string, err?: any): void\n warn(message: string, err?: any): void\n}\n\n/**\n * Logger that logs to console.out\n */\nexport const consoleLogger: Logger = {\n error(message, error) {\n // eslint-disable-next-line no-console\n console.error('ERROR: ' + message, error ? error : '')\n },\n warn(message, error) {\n // eslint-disable-next-line no-console\n console.warn('WARN: ' + message, error ? error : '')\n },\n}\nlet provider: Logger = consoleLogger\n\nexport const Log: Logger = {\n error(message, error) {\n provider.error(message, error)\n },\n warn(message, error) {\n provider.warn(message, error)\n },\n}\n\n/**\n * Sets custom logger.\n * @param logger - logger to use\n * @returns previous logger\n */\nexport function setLogger(logger: Logger): Logger {\n const previous = provider\n provider = logger\n return previous\n}\n","/** Property that offers a function that returns flux-sanitized value of an object. */\nexport const FLUX_VALUE = Symbol('FLUX_VALUE')\n\n/**\n * A flux parameter can print its (sanitized) flux value.\n */\nexport interface FluxParameterLike {\n [FLUX_VALUE](): string\n}\n\n/**\n * Represents a parameterized query.\n */\nexport interface ParameterizedQuery {\n /**\n * Returns flux query with sanitized parameters.\n */\n toString(): string\n}\n\nclass FluxParameter implements FluxParameterLike, ParameterizedQuery {\n constructor(private fluxValue: string) {}\n toString(): string {\n return this.fluxValue\n }\n [FLUX_VALUE](): string {\n return this.fluxValue\n }\n}\n\n/**\n * Checks if the supplied object is FluxParameterLike\n * @param value - any value\n * @returns true if it is\n */\nfunction isFluxParameterLike(value: any): boolean {\n return typeof value === 'object' && typeof value[FLUX_VALUE] === 'function'\n}\n\n/**\n * Escapes content of the supplied string so it can be wrapped into double qoutes\n * to become a [flux string literal](https://docs.influxdata.com/flux/latest/spec/lexical-elements/#string-literals).\n * @param value - string value\n * @returns sanitized string\n */\nfunction sanitizeString(value: any): string {\n if (value === null || value === undefined) return ''\n value = value.toString()\n let retVal: any = undefined\n let i = 0\n function prepareRetVal(): void {\n if (retVal === undefined) {\n retVal = value.substring(0, i)\n }\n }\n for (; i < value.length; i++) {\n const c = value.charAt(i)\n switch (c) {\n case '\\r':\n prepareRetVal()\n retVal += '\\\\r'\n break\n case '\\n':\n prepareRetVal()\n retVal += '\\\\n'\n break\n case '\\t':\n prepareRetVal()\n retVal += '\\\\t'\n break\n case '\"':\n case '\\\\':\n prepareRetVal()\n retVal = retVal + '\\\\' + c\n break\n case '$':\n // escape ${\n if (i + 1 < value.length && value.charAt(i + 1) === '{') {\n prepareRetVal()\n i++\n retVal += '\\\\${'\n break\n }\n // append $\n if (retVal != undefined) {\n retVal += c\n }\n break\n default:\n if (retVal != undefined) {\n retVal += c\n }\n }\n }\n if (retVal !== undefined) {\n return retVal\n }\n return value\n}\n\n/**\n * Creates a flux string literal.\n */\nexport function fluxString(value: any): FluxParameterLike {\n return new FluxParameter(`\"${sanitizeString(value)}\"`)\n}\n\n/**\n * Sanitizes float value to avoid injections.\n * @param value - InfluxDB float literal\n * @returns sanitized float value\n * @throws Error if the the value cannot be sanitized\n */\nexport function sanitizeFloat(value: any): string {\n const val = Number(value)\n if (!isFinite(val)) {\n if (typeof value === 'number') {\n return `float(v: \"${val}\")`\n }\n throw new Error(`not a flux float: ${value}`)\n }\n // try to return a flux float literal if possible\n // https://docs.influxdata.com/flux/latest/data-types/basic/float/#float-syntax\n const strVal = val.toString()\n let hasDot = false\n for (const c of strVal) {\n if ((c >= '0' && c <= '9') || c == '-') continue\n if (c === '.') {\n hasDot = true\n continue\n }\n return `float(v: \"${strVal}\")`\n }\n return hasDot ? strVal : strVal + '.0'\n}\n/**\n * Creates a flux float literal.\n */\nexport function fluxFloat(value: any): FluxParameterLike {\n return new FluxParameter(sanitizeFloat(value))\n}\n\n/**\n * Sanitizes integer value to avoid injections.\n * @param value - InfluxDB integer literal\n * @returns sanitized integer value\n * @throws Error if the the value cannot be sanitized\n */\nexport function sanitizeInteger(value: any): string {\n // https://docs.influxdata.com/flux/latest/data-types/basic/int/\n // Min value: -9223372036854775808\n // Max value: 9223372036854775807\n // \"9223372036854775807\".length === 19\n const strVal = String(value)\n const negative = strVal.startsWith('-')\n const val = negative ? strVal.substring(1) : strVal\n if (val.length === 0 || val.length > 19) {\n throw new Error(`not a flux integer: ${strVal}`)\n }\n for (const c of val) {\n if (c < '0' || c > '9') throw new Error(`not a flux integer: ${strVal}`)\n }\n if (val.length === 19) {\n if (negative && val > '9223372036854775808') {\n throw new Error(`flux integer out of bounds: ${strVal}`)\n }\n if (!negative && val > '9223372036854775807') {\n throw new Error(`flux integer out of bounds: ${strVal}`)\n }\n }\n return strVal\n}\n\n/**\n * Creates a flux integer literal.\n */\nexport function fluxInteger(value: any): FluxParameterLike {\n return new FluxParameter(sanitizeInteger(value))\n}\n\nfunction sanitizeDateTime(value: any): string {\n return `time(v: \"${sanitizeString(value)}\")`\n}\n\n/**\n * Creates flux date-time literal.\n */\nexport function fluxDateTime(value: any): FluxParameterLike {\n return new FluxParameter(sanitizeDateTime(value))\n}\n\n/**\n * Creates flux date-time literal.\n */\nexport function fluxDuration(value: any): FluxParameterLike {\n return new FluxParameter(`duration(v: \"${sanitizeString(value)}\")`)\n}\n\nfunction sanitizeRegExp(value: any): string {\n if (value instanceof RegExp) {\n return value.toString()\n }\n return new RegExp(value).toString()\n}\n\n/**\n * Creates flux regexp literal out of a regular expression. See\n * https://docs.influxdata.com/flux/latest/data-types/basic/regexp/#regular-expression-syntax\n * for details.\n */\nexport function fluxRegExp(value: any): FluxParameterLike {\n // let the server decide if a regexp can be parsed\n return new FluxParameter(sanitizeRegExp(value))\n}\n\n/**\n * Creates flux boolean literal.\n */\nexport function fluxBool(value: any): FluxParameterLike {\n if (value === 'true' || value === 'false') {\n return new FluxParameter(value)\n }\n return new FluxParameter((!!value).toString())\n}\n\n/**\n * Assumes that the supplied value is flux expression or literal that does not need sanitizing.\n *\n * @param value - any value\n * @returns the supplied value as-is\n */\nexport function fluxExpression(value: any): FluxParameterLike {\n return new FluxParameter(String(value))\n}\n\n/**\n * Escapes content of the supplied parameter so that it can be safely embedded into flux query.\n * @param value - parameter value\n * @returns sanitized flux value or an empty string if it cannot be converted\n */\nexport function toFluxValue(value: any): string {\n if (value === undefined) {\n return ''\n } else if (value === null) {\n return 'null'\n } else if (typeof value === 'boolean') {\n return value.toString()\n } else if (typeof value === 'string') {\n return `\"${sanitizeString(value)}\"`\n } else if (typeof value === 'number') {\n if (Number.isSafeInteger(value)) {\n return sanitizeInteger(value)\n }\n return sanitizeFloat(value)\n } else if (typeof value === 'object') {\n if (typeof value[FLUX_VALUE] === 'function') {\n return value[FLUX_VALUE]()\n } else if (value instanceof Date) {\n return value.toISOString()\n } else if (value instanceof RegExp) {\n return sanitizeRegExp(value)\n } else if (Array.isArray(value)) {\n return `[${value.map(toFluxValue).join(',')}]`\n }\n } else if (typeof value === 'bigint') {\n return `${value}.0`\n }\n // use toString value for unrecognized object, symbol\n return toFluxValue(value.toString())\n}\n\n/**\n * Flux is a tagged template that sanitizes supplied parameters\n * to avoid injection attacks in flux.\n */\nexport function flux(\n strings: TemplateStringsArray,\n ...values: any\n): ParameterizedQuery {\n if (strings.length == 1 && values.length === 0) {\n return fluxExpression(strings[0]) // the simplest case\n }\n const parts = new Array<string>(strings.length + values.length)\n let partIndex = 0\n for (let i = 0; i < strings.length; i++) {\n const text = strings[i]\n parts[partIndex++] = text\n if (i < values.length) {\n const val = values[i]\n let sanitized: string\n if (\n text.endsWith('\"') &&\n i + 1 < strings.length &&\n strings[i + 1].startsWith('\"')\n ) {\n // parameter is wrapped into flux double quotes\n sanitized = sanitizeString(val)\n } else {\n sanitized = toFluxValue(val)\n if (sanitized === '') {\n // do not allow to insert empty strings, unless it is FluxParameterLike\n if (!isFluxParameterLike(val)) {\n throw new Error(\n `Unsupported parameter literal '${val}' at index: ${i}, type: ${typeof val}`\n )\n }\n }\n }\n parts[partIndex++] = sanitized\n } else if (i < strings.length - 1) {\n throw new Error('Too few parameters supplied!')\n }\n }\n // return flux expression so that flux can be embedded into another flux as-is\n return fluxExpression(parts.join(''))\n}\n","import {convertTimeToNanos} from './util/currentTime'\nimport {escape} from './util/escape'\n\n/**\n * Settings that control the way of how a {@link Point} is serialized\n * to a protocol line.\n */\nexport interface PointSettings {\n /** default tags to add to every point */\n defaultTags?: {[key: string]: string}\n /** convertTime serializes Point's timestamp to a line protocol value */\n convertTime?: (\n value: string | number | Date | undefined\n ) => string | undefined\n}\n\n/**\n * Point defines values of a single measurement.\n */\nexport class Point {\n private name: string\n private tags: {[key: string]: string} = {}\n /** escaped field values */\n public fields: {[key: string]: string} = {}\n private time: string | number | Date | undefined\n\n /**\n * Create a new Point with specified a measurement name.\n *\n * @param measurementName - the measurement name\n */\n constructor(measurementName?: string) {\n if (measurementName) this.name = measurementName\n }\n\n /**\n * Sets point's measurement.\n *\n * @param name - measurement name\n * @returns this\n */\n public measurement(name: string): Point {\n this.name = name\n return this\n }\n\n /**\n * Adds a tag. The caller has to ensure that both name and value are not empty\n * and do not end with backslash.\n *\n * @param name - tag name\n * @param value - tag value\n * @returns this\n */\n public tag(name: string, value: string): Point {\n this.tags[name] = value\n return this\n }\n\n /**\n * Adds a boolean field.\n *\n * @param field - field name\n * @param value - field value\n * @returns this\n */\n public booleanField(name: string, value: boolean | any): Point {\n this.fields[name] = value ? 'T' : 'F'\n return this\n }\n\n /**\n * Adds an integer field.\n *\n * @param name - field name\n * @param value - field value\n * @returns this\n * @throws NaN or out of int64 range value is supplied\n */\n public intField(name: string, value: number | any): Point {\n let val: number\n if (typeof value === 'number') {\n val = value\n } else {\n val = parseInt(String(value))\n }\n if (isNaN(val) || val <= -9223372036854776e3 || val >= 9223372036854776e3) {\n throw new Error(`invalid integer value for field '${name}': '${value}'!`)\n }\n this.fields[name] = `${Math.floor(val)}i`\n return this\n }\n\n /**\n * Adds an unsigned integer field.\n *\n * @param name - field name\n * @param value - field value\n * @returns this\n * @throws NaN out of range value is supplied\n */\n public uintField(name: string, value: number | any): Point {\n if (typeof value === 'number') {\n if (isNaN(value) || value < 0 || value > Number.MAX_SAFE_INTEGER) {\n throw new Error(`uint value for field '${name}' out of range: ${value}`)\n }\n this.fields[name] = `${Math.floor(value as number)}u`\n } else {\n const strVal = String(value)\n for (let i = 0; i < strVal.length; i++) {\n const code = strVal.charCodeAt(i)\n if (code < 48 || code > 57) {\n throw new Error(\n `uint value has an unsupported character at pos ${i}: ${value}`\n )\n }\n }\n if (\n strVal.length > 20 ||\n (strVal.length === 20 &&\n strVal.localeCompare('18446744073709551615') > 0)\n ) {\n throw new Error(\n `uint value for field '${name}' out of range: ${strVal}`\n )\n }\n this.fields[name] = `${strVal}u`\n }\n return this\n }\n\n /**\n * Adds a number field.\n *\n * @param name - field name\n * @param value - field value\n * @returns this\n * @throws NaN/Infinity/-Infinity is supplied\n */\n public floatField(name: string, value: number | any): Point {\n let val: number\n if (typeof value === 'number') {\n val = value\n } else {\n val = parseFloat(value)\n }\n if (!isFinite(val)) {\n throw new Error(`invalid float value for field '${name}': ${value}`)\n }\n\n this.fields[name] = String(val)\n return this\n }\n\n /**\n * Adds a string field.\n *\n * @param name - field name\n * @param value - field value\n * @returns this\n */\n public stringField(name: string, value: string | any): Point {\n if (value !== null && value !== undefined) {\n if (typeof value !== 'string') value = String(value)\n this.fields[name] = escape.quoted(value)\n }\n return this\n }\n\n /**\n * Sets point timestamp. Timestamp can be specified as a Date (preferred), number, string\n * or an undefined value. An undefined value instructs to assign a local timestamp using\n * the client's clock. An empty string can be used to let the server assign\n * the timestamp. A number value represents time as a count of time units since epoch, the\n * exact time unit then depends on the {@link InfluxDB.getWriteApi | precision} of the API\n * that writes the point.\n *\n * Beware that the current time in nanoseconds can't precisely fit into a JS number,\n * which can hold at most 2^53 integer number. Nanosecond precision numbers are thus supplied as\n * a (base-10) string. An application can also use ES2020 BigInt to represent nanoseconds,\n * BigInt's `toString()` returns the required high-precision string.\n *\n * Note that InfluxDB requires the timestamp to fit into int64 data type.\n *\n * @param value - point time\n * @returns this\n */\n public timestamp(value: Date | number | string | undefined): Point {\n this.time = value\n return this\n }\n\n /**\n * Creates an InfluxDB protocol line out of this instance.\n * @param settings - settings control serialization of a point timestamp and can also add default tags,\n * nanosecond timestamp precision is used when no `settings` or no `settings.convertTime` is supplied.\n * @returns an InfluxDB protocol line out of this instance\n */\n public toLineProtocol(settings?: Partial<PointSettings>): string | undefined {\n if (!this.name) return undefined\n let fieldsLine = ''\n Object.keys(this.fields)\n .sort()\n .forEach((x) => {\n if (x) {\n const val = this.fields[x]\n if (fieldsLine.length > 0) fieldsLine += ','\n fieldsLine += `${escape.tag(x)}=${val}`\n }\n })\n if (fieldsLine.length === 0) return undefined // no fields present\n let tagsLine = ''\n const tags =\n settings && settings.defaultTags\n ? {...settings.defaultTags, ...this.tags}\n : this.tags\n Object.keys(tags)\n .sort()\n .forEach((x) => {\n if (x) {\n const val = tags[x]\n if (val) {\n tagsLine += ','\n tagsLine += `${escape.tag(x)}=${escape.tag(val)}`\n }\n }\n })\n let time = this.time\n if (settings && settings.convertTime) {\n time = settings.convertTime(time)\n } else {\n time = convertTimeToNanos(time)\n }\n\n return `${escape.measurement(this.name)}${tagsLine} ${fieldsLine}${\n time !== undefined ? ' ' + time : ''\n }`\n }\n\n toString(): string {\n const line = this.toLineProtocol(undefined)\n return line ? line : `invalid point: ${JSON.stringify(this, undefined)}`\n }\n}\n","import {getRetryDelay, RetryDelayStrategy} from '../errors'\nimport {\n RetryDelayStrategyOptions,\n DEFAULT_RetryDelayStrategyOptions,\n} from '../options'\n\n/**\n * Applies a variant of exponential backoff with initial and max delay and a random\n * jitter delay. It also respects `retry delay` when specified together with an error.\n */\nexport class RetryStrategyImpl implements RetryDelayStrategy {\n options: RetryDelayStrategyOptions\n currentDelay: number | undefined\n\n constructor(options?: Partial<RetryDelayStrategyOptions>) {\n this.options = {...DEFAULT_RetryDelayStrategyOptions, ...options}\n this.success()\n }\n\n nextDelay(error?: Error, failedAttempts?: number): number {\n const delay = getRetryDelay(error)\n if (delay && delay > 0) {\n return delay + Math.round(Math.random() * this.options.retryJitter)\n } else {\n if (failedAttempts && failedAttempts > 0) {\n // compute delay\n if (this.options.randomRetry) {\n // random delay between deterministic delays\n let delay = Math.max(this.options.minRetryDelay, 1)\n let nextDelay = delay * this.options.exponentialBase\n for (let i = 1; i < failedAttempts; i++) {\n delay = nextDelay\n nextDelay = nextDelay * this.options.exponentialBase\n if (nextDelay >= this.options.maxRetryDelay) {\n nextDelay = this.options.maxRetryDelay\n break\n }\n }\n return (\n delay +\n Math.round(\n Math.random() * (nextDelay - delay) +\n Math.random() * this.options.retryJitter\n )\n )\n }\n // deterministric delay otherwise\n let delay = Math.max(this.options.minRetryDelay, 1)\n for (let i = 1; i < failedAttempts; i++) {\n delay = delay * this.options.exponentialBase\n if (delay >= this.options.maxRetryDelay) {\n delay = this.options.maxRetryDelay\n break\n }\n }\n return delay + Math.round(Math.random() * this.options.retryJitter)\n } else if (this.currentDelay) {\n this.currentDelay = Math.min(\n Math.max(this.currentDelay * this.options.exponentialBase, 1) +\n Math.round(Math.random() * this.options.retryJitter),\n this.options.maxRetryDelay\n )\n } else {\n this.currentDelay =\n this.options.minRetryDelay +\n Math.round(Math.random() * this.options.retryJitter)\n }\n return this.currentDelay\n }\n }\n success(): void {\n this.currentDelay = undefined\n }\n}\n\n/**\n * Creates a new instance of retry strategy.\n * @param options - retry options\n * @returns retry strategy implementation\n */\nexport function createRetryDelayStrategy(\n options?: Partial<RetryDelayStrategyOptions>\n): RetryDelayStrategy {\n return new RetryStrategyImpl(options)\n}\n","import {Log} from '../util/logger'\n\ninterface RetryItem {\n lines: string[]\n retryCount: number\n retryTime: number\n expires: number\n next?: RetryItem\n}\n\ntype FindShrinkCandidateResult = [found: RetryItem, parent?: RetryItem]\n\nfunction findShrinkCandidate(first: RetryItem): FindShrinkCandidateResult {\n let parent = undefined\n let found = first\n let currentParent = first\n while (currentParent.next) {\n if (currentParent.next.expires < found.expires) {\n parent = currentParent\n found = currentParent.next\n }\n currentParent = currentParent.next\n }\n return [found, parent]\n}\n\n/**\n * Retries lines up to a limit of max buffer size.\n */\nexport default class RetryBuffer {\n first?: RetryItem\n size = 0\n closed = false\n private _timeoutHandle: any = undefined\n\n constructor(\n private maxLines: number,\n private retryLines: (\n lines: string[],\n retryCountdown: number,\n started: number\n ) => Promise<void>,\n private onShrink: (entry: {\n lines: string[]\n retryCount: number\n expires: number\n }) => void = () => undefined\n ) {}\n\n addLines(\n lines: string[],\n retryCount: number,\n delay: number,\n expires: number\n ): void {\n if (this.closed) return\n if (!lines.length) return\n let retryTime = Date.now() + delay\n if (expires < retryTime) {\n retryTime = expires\n }\n // ensure at most maxLines are in the Buffer\n if (this.first && this.size + lines.length > this.maxLines) {\n const origSize = this.size\n const newSize = origSize * 0.7 // reduce to 70 %\n do {\n // remove \"oldest\" item\n const [found, parent] = findShrinkCandidate(this.first)\n this.size -= found.lines.length\n if (parent) {\n parent.next = found.next\n } else {\n this.first = found.next\n if (this.first) {\n this.scheduleRetry(this.first.retryTime - Date.now())\n }\n }\n found.next = undefined\n this.onShrink(found)\n } while (this.first && this.size + lines.length > newSize)\n Log.error(\n `RetryBuffer: ${\n origSize - this.size\n } oldest lines removed to keep buffer size under the limit of ${\n this.maxLines\n } lines.`\n )\n }\n const toAdd: RetryItem = {\n lines,\n retryCount,\n retryTime,\n expires,\n }\n // insert sorted according to retryTime\n let current: RetryItem | undefined = this.first\n let parent = undefined\n for (;;) {\n if (!current || current.retryTime > retryTime) {\n toAdd.next = current\n if (parent) {\n parent.next = toAdd\n } else {\n this.first = toAdd\n this.scheduleRetry(retryTime - Date.now())\n }\n break\n }\n parent = current\n current = current.next\n }\n this.size += lines.length\n }\n\n removeLines(): RetryItem | undefined {\n if (this.first) {\n const toRetry = this.first\n this.first = this.first.next\n toRetry.next = undefined\n this.size -= toRetry.lines.length\n return toRetry\n }\n return undefined\n }\n\n scheduleRetry(delay: number): void {\n if (this._timeoutHandle) {\n clearTimeout(this._timeoutHandle)\n }\n this._timeoutHandle = setTimeout(() => {\n const toRetry = this.removeLines()\n if (toRetry) {\n this.retryLines(toRetry.lines, toRetry.retryCount, toRetry.expires)\n .catch(() => {\n /* error is already logged, it must be caught */\n })\n .finally(() => {\n // schedule next retry execution\n if (this.first) {\n this.scheduleRetry(this.first.retryTime - Date.now())\n }\n })\n } else {\n this._timeoutHandle = undefined\n }\n }, Math.max(delay, 0))\n }\n\n async flush(): Promise<void> {\n let toRetry\n while ((toRetry = this.removeLines())) {\n await this.retryLines(toRetry.lines, toRetry.retryCount, toRetry.expires)\n }\n }\n\n close(): number {\n if (this._timeoutHandle) {\n clearTimeout(this._timeoutHandle)\n this._timeoutHandle = undefined\n }\n this.closed = true\n return this.size\n }\n}\n","/**\n * Utf8Length returns an expected length of a string when UTF-8 encoded.\n * @param s - input string\n * @returns expected count of bytes\n */\nexport default function utf8Length(s: string): number {\n let retVal = s.length\n // extends the size with code points (https://en.wikipedia.org/wiki/UTF-8#Encoding)\n for (let i = 0; i < s.length; i++) {\n const code = s.charCodeAt(i)\n /* istanbul ignore else - JS does not count with 4-bytes UNICODE characters at the moment */\n if (code < 0x80) {\n continue\n } else if (code >= 0x80 && code <= 0x7ff) {\n retVal++\n } else if (code >= 0x800 && code <= 0xffff) {\n if (code >= 0xd800 && code <= 0xdfff) {\n // node.js represents unicode characters above 0xffff by two UTF-16 surrogate halves\n // see https://en.wikipedia.org/wiki/UTF-8#Codepage_layout\n retVal++\n } else {\n retVal += 2\n }\n } else {\n // never happens in node.js 14, the situation can vary in the futures or in deno/browsers\n retVal += 3\n }\n }\n return retVal\n}\n","import WriteApi from '../WriteApi'\nimport {\n DEFAULT_WriteOptions,\n WriteOptions,\n WritePrecisionType,\n} from '../options'\nimport {Transport, SendOptions} from '../transport'\nimport {Headers} from '../results'\nimport {Log} from '../util/logger'\nimport {HttpError, RetryDelayStrategy} from '../errors'\nimport {Point} from '../Point'\nimport {currentTime, dateToProtocolTimestamp} from '../util/currentTime'\nimport {createRetryDelayStrategy} from './retryStrategy'\nimport RetryBuffer from './RetryBuffer'\nimport utf8Length from '../util/utf8Length'\n\nclass WriteBuffer {\n length = 0\n bytes = -1\n lines: string[]\n\n constructor(\n private maxChunkRecords: number,\n private maxBatchBytes: number,\n private flushFn: (lines: string[]) => Promise<void>,\n private scheduleSend: () => void\n ) {\n this.lines = new Array<string>(maxChunkRecords)\n }\n\n add(record: string): void {\n const size = utf8Length(record)\n if (this.length === 0) {\n this.scheduleSend()\n } else if (this.bytes + size + 1 >= this.maxBatchBytes) {\n // the new size already exceeds maxBatchBytes, send it\n this.flush().catch((_e) => {\n // an error is logged in case of failure, avoid UnhandledPromiseRejectionWarning\n })\n }\n this.lines[this.length] = record\n this.length++\n this.bytes += size + 1\n if (\n this.length >= this.maxChunkRecords ||\n this.bytes >= this.maxBatchBytes\n ) {\n this.flush().catch((_e) => {\n // an error is logged in case of failure, avoid UnhandledPromiseRejectionWarning\n })\n }\n }\n flush(): Promise<void> {\n const lines = this.reset()\n if (lines.length > 0) {\n return this.flushFn(lines)\n } else {\n return Promise.resolve()\n }\n }\n reset(): string[] {\n const retVal = this.lines.slice(0, this.length)\n this.length = 0\n this.bytes = -1 // lines are joined with \\n\n return retVal\n }\n}\n\nexport default class WriteApiImpl implements WriteApi {\n public path: string\n\n private writeBuffer: WriteBuffer\n private closed = false\n private writeOptions: WriteOptions\n private sendOptions: SendOptions\n private _timeoutHandle: any = undefined\n private currentTime: () => string\n private dateToProtocolTimestamp: (d: Date) => string\n\n retryBuffer: RetryBuffer\n retryStrategy: RetryDelayStrategy\n\n constructor(\n private transport: Transport,\n org: string,\n bucket: string,\n precision: WritePrecisionType,\n writeOptions?: Partial<WriteOptions>\n ) {\n this.path = `/api/v2/write?org=${encodeURIComponent(\n org\n )}&bucket=${encodeURIComponent(bucket)}&precision=${precision}`\n if (writeOptions?.consistency) {\n this.path += `&consistency=${encodeURIComponent(\n writeOptions.consistency\n )}`\n }\n this.writeOptions = {\n ...DEFAULT_WriteOptions,\n ...writeOptions,\n }\n this.currentTime = currentTime[precision]\n this.dateToProtocolTimestamp = dateToProtocolTimestamp[precision]\n if (this.writeOptions.defaultTags) {\n this.useDefaultTags(this.writeOptions.defaultTags)\n }\n this.sendOptions = {\n method: 'POST',\n headers: {\n 'content-type': 'text/plain; charset=utf-8',\n ...writeOptions?.headers,\n },\n gzipThreshold: this.writeOptions.gzipThreshold,\n }\n\n const scheduleNextSend = (): void => {\n if (this.writeOptions.flushInterval > 0) {\n this._clearFlushTimeout()\n /* istanbul ignore else manually reviewed, hard to reproduce */\n if (!this.closed) {\n this._timeoutHandle = setTimeout(\n () =>\n this.sendBatch(\n this.writeBuffer.reset(),\n this.writeOptions.maxRetries\n ).catch((_e) => {\n // an error is logged in case of failure, avoid UnhandledPromiseRejectionWarning\n }),\n this.writeOptions.flushInterval\n )\n }\n }\n }\n // write buffer\n this.writeBuffer = new WriteBuffer(\n this.writeOptions.batchSize,\n this.writeOptions.maxBatchBytes,\n (lines) => {\n this._clearFlushTimeout()\n return this.sendBatch(lines, this.writeOptions.maxRetries)\n },\n scheduleNextSend\n )\n this.sendBatch = this.sendBatch.bind(this)\n // retry buffer\n this.retryStrategy = createRetryDelayStrategy(this.writeOptions)\n this.retryBuffer = new RetryBuffer(\n this.writeOptions.maxBufferLines,\n this.sendBatch,\n this.writeOptions.writeRetrySkipped\n )\n }\n\n sendBatch(\n lines: string[],\n retryAttempts: number,\n expires: number = Date.now() + this.writeOptions.maxRetryTime\n ): Promise<void> {\n // eslint-disable-next-line @typescript-eslint/no-this-alias\n const self: WriteApiImpl = this\n const failedAttempts = self.writeOptions.maxRetries + 1 - retryAttempts\n if (!this.closed && lines.length > 0) {\n if (expires <= Date.now()) {\n const error = new Error('Max retry time exceeded.')\n const onRetry = self.writeOptions.writeFailed.call(\n self,\n error,\n lines,\n failedAttempts,\n expires\n )\n if (onRetry) {\n return onRetry\n }\n Log.error(\n `Write to InfluxDB failed (attempt: ${failedAttempts}).`,\n error\n )\n return Promise.reject(error)\n }\n return new Promise<void>((resolve, reject) => {\n let responseStatusCode: number | undefined\n const callbacks = {\n responseStarted(_headers: Headers, statusCode?: number): void {\n responseStatusCode = statusCode\n },\n error(error: Error): void {\n // call the writeFailed listener and check if we can retry\n const onRetry = self.writeOptions.writeFailed.call(\n self,\n error,\n lines,\n failedAttempts,\n expires\n )\n if (onRetry) {\n onRetry.then(resolve, reject)\n return\n }\n // ignore informational message about the state of InfluxDB\n // enterprise cluster, if present\n if (\n error instanceof HttpError &&\n error.json &&\n typeof error.json.error === 'string' &&\n error.json.error.includes('hinted handoff queue not empty')\n ) {\n Log.warn('Write to InfluxDB returns: ' + error.json.error)\n responseStatusCode = 204\n callbacks.complete()\n return\n }\n // retry if possible\n if (\n !self.closed &&\n retryAttempts > 0 &&\n (!(error instanceof HttpError) ||\n (error as HttpError).statusCode >= 429)\n ) {\n Log.warn(\n `Write to InfluxDB failed (attempt: ${failedAttempts}).`,\n error\n )\n self.retryBuffer.addLines(\n lines,\n retryAttempts - 1,\n self.retryStrategy.nextDelay(error, failedAttempts),\n expires\n )\n reject(error)\n return\n }\n Log.error(`Write to InfluxDB failed.`, error)\n reject(error)\n },\n complete(): void {\n // older implementations of transport do not report status code\n if (responseStatusCode == 204 || responseStatusCode == undefined) {\n self.writeOptions.writeSuccess.call(self, lines)\n self.retryStrategy.success()\n resolve()\n } else {\n const message = `204 HTTP response status code expected, but ${responseStatusCode} returned`\n const error = new HttpError(\n responseStatusCode,\n message,\n undefined,\n '0'\n )\n error.message = message\n callbacks.error(error)\n }\n },\n }\n this.transport.send(\n this.path,\n lines.join('\\n'),\n this.sendOptions,\n callbacks\n )\n })\n } else {\n return Promise.resolve()\n }\n }\n\n private _clearFlushTimeout(): void {\n if (this._timeoutHandle !== undefined) {\n clearTimeout(this._timeoutHandle)\n this._timeoutHandle = undefined\n }\n }\n\n writeRecord(record: string): void {\n if (this.closed) {\n throw new Error('writeApi: already closed!')\n }\n this.writeBuffer.add(record)\n }\n writeRecords(records: ArrayLike<string>): void {\n if (this.closed) {\n throw new Error('writeApi: already closed!')\n }\n for (let i = 0; i < records.length; i++) {\n this.writeBuffer.add(records[i])\n }\n }\n writePoint(point: Point): void {\n if (this.closed) {\n throw new Error('writeApi: already closed!')\n }\n const line = point.toLineProtocol(this)\n if (line) this.writeBuffer.add(line)\n }\n writePoints(points: ArrayLike<Point>): void {\n if (this.closed) {\n throw new Error('writeApi: already closed!')\n }\n for (let i = 0; i < points.length; i++) {\n const line = points[i].toLineProtocol(this)\n if (line) this.writeBuffer.add(line)\n }\n }\n async flush(withRetryBuffer?: boolean): Promise<void> {\n await this.writeBuffer.flush()\n if (withRetryBuffer) {\n return await this.retryBuffer.flush()\n }\n }\n close(): Promise<void> {\n const retVal = this.writeBuffer.flush().finally(() => {\n const remaining = this.retryBuffer.close()\n if (remaining) {\n Log.error(\n `Retry buffer closed with ${remaining} items that were not written to InfluxDB!`,\n null\n )\n }\n this.closed = true\n })\n return retVal\n }\n dispose(): number {\n this._clearFlushTimeout()\n this.closed = true\n return this.retryBuffer.close() + this.writeBuffer.length\n }\n\n // PointSettings\n defaultTags: {[key: string]: string} | undefined\n useDefaultTags(tags: {[key: string]: string}): WriteApi {\n this.defaultTags = tags\n return this\n }\n convertTime(value: string | number | Date | undefined): string | undefined {\n if (value === undefined) {\n return this.currentTime()\n } else if (typeof value === 'string') {\n return value.length > 0 ? value : undefined\n } else if (value instanceof Date) {\n return this.dateToProtocolTimestamp(value)\n } else if (typeof value === 'number') {\n return String(Math.floor(value))\n } else {\n return String(value)\n }\n }\n}\n","import {CommunicationObserver, Headers} from '../results'\n\ntype CompleteObserver = Omit<\n Required<CommunicationObserver<any>>,\n 'useCancellable' | 'useResume'\n> &\n Pick<CommunicationObserver<any>, 'useResume' | 'useCancellable'>\n\nexport default function completeCommunicationObserver(\n callbacks: Partial<CommunicationObserver<any>> = {}\n): CompleteObserver {\n let state = 0\n const retVal: CompleteObserver = {\n next: (data: any): void | boolean => {\n if (\n state === 0 &&\n callbacks.next &&\n data !== null &&\n data !== undefined\n ) {\n return callbacks.next(data)\n }\n },\n error: (error: Error): void => {\n /* istanbul ignore else propagate error at most once */\n if (state === 0) {\n state = 1\n /* istanbul ignore else safety check */\n if (callbacks.error) callbacks.error(error)\n }\n },\n complete: (): void => {\n if (state === 0) {\n state = 2\n /* istanbul ignore else safety check */\n if (callbacks.complete) callbacks.complete()\n }\n },\n responseStarted: (headers: Headers, statusCode?: number): void => {\n if (callbacks.responseStarted)\n callbacks.responseStarted(headers, statusCode)\n },\n }\n if (callbacks.useCancellable) {\n retVal.useCancellable = callbacks.useCancellable.bind(callbacks)\n }\n if (callbacks.useResume) {\n retVal.useResume = callbacks.useResume.bind(callbacks)\n }\n return retVal\n}\n","import {Transport, SendOptions} from '../../transport'\nimport {ConnectionOptions} from '../../options'\nimport {AbortError, HttpError} from '../../errors'\nimport completeCommunicationObserver from '../completeCommunicationObserver'\nimport {Log} from '../../util/logger'\nimport {\n ChunkCombiner,\n CommunicationObserver,\n createTextDecoderCombiner,\n Headers,\n ResponseStartedFn,\n} from '../../results'\n\nfunction getResponseHeaders(response: Response): Headers {\n const headers: Headers = {}\n response.headers.forEach((value: string, key: string) => {\n const previous = headers[key]\n if (previous === undefined) {\n headers[key] = value\n } else if (Array.isArray(previous)) {\n previous.push(value)\n } else {\n headers[key] = [previous, value]\n }\n })\n return headers\n}\n\n/**\n * Transport layer that use browser fetch.\n */\nexport default class FetchTransport implements Transport {\n chunkCombiner: ChunkCombiner = createTextDecoderCombiner()\n private defaultHeaders: {[key: string]: string}\n private url: string\n constructor(private connectionOptions: ConnectionOptions) {\n this.defaultHeaders = {\n 'content-type': 'application/json; charset=utf-8',\n // 'User-Agent': `influxdb-client-js/${CLIENT_LIB_VERSION}`, // user-agent can hardly be customized https://github.com/influxdata/influxdb-client-js/issues/262\n ...connectionOptions.headers,\n }\n if (this.connectionOptions.token) {\n this.defaultHeaders['Authorization'] =\n 'Token ' + this.connectionOptions.token\n }\n this.url = String(this.connectionOptions.url)\n if (this.url.endsWith('/')) {\n this.url = this.url.substring(0, this.url.length - 1)\n }\n // https://github.com/influxdata/influxdb-client-js/issues/263\n // don't allow /api/v2 suffix to avoid future problems\n if (this.url.endsWith('/api/v2')) {\n this.url = this.url.substring(0, this.url.length - '/api/v2'.length)\n Log.warn(\n `Please remove '/api/v2' context path from InfluxDB base url, using ${this.url} !`\n )\n }\n }\n send(\n path: string,\n body: string,\n options: SendOptions,\n callbacks?: Partial<CommunicationObserver<Uint8Array>> | undefined\n ): void {\n const observer = completeCommunicationObserver(callbacks)\n let cancelled = false\n let signal = (options as any).signal\n let pausePromise: Promise<void> | undefined\n const resumeQuickly = () => {}\n let resume = resumeQuickly\n if (callbacks && callbacks.useCancellable) {\n const controller = new AbortController()\n if (!signal) {\n signal = controller.signal\n options = {...options, signal}\n }\n // resume data reading so that it can exit on abort signal\n signal.addEventListener('abort', () => {\n resume()\n })\n callbacks.useCancellable({\n cancel() {\n cancelled = true\n controller.abort()\n },\n isCancelled() {\n return cancelled || signal.aborted\n },\n })\n }\n this.fetch(path, body, options)\n .then(async (response) => {\n if (callbacks?.responseStarted) {\n observer.responseStarted(\n getResponseHeaders(response),\n response.status\n )\n }\n await this.throwOnErrorResponse(response)\n if (response.body) {\n const reader = response.body.getReader()\n let chunk: ReadableStreamReadResult<Uint8Array>\n do {\n if (pausePromise) {\n await pausePromise\n }\n if (cancelled) {\n break\n }\n chunk = await reader.read()\n if (observer.next(chunk.value) === false) {\n const useResume = observer.useResume\n if (!useResume) {\n const msg = 'Unable to pause, useResume is not configured!'\n await reader.cancel(msg)\n return Promise.reject(new Error(msg))\n }\n pausePromise = new Promise((resolve) => {\n resume = () => {\n resolve()\n pausePromise = undefined\n resume = resumeQuickly\n }\n useResume(resume)\n })\n }\n } while (!chunk.done)\n } else if (response.arrayBuffer) {\n const buffer = await response.arrayBuffer()\n observer.next(new Uint8Array(buffer))\n } else {\n const text = await response.text()\n observer.next(new TextEncoder().encode(text))\n }\n })\n .catch((e) => {\n if (!cancelled) {\n observer.error(e)\n }\n })\n .finally(() => observer.complete())\n }\n private async throwOnErrorResponse(response: Response): Promise<void> {\n if (response.status >= 300) {\n let text = ''\n try {\n text = await response.text()\n if (!text) {\n const headerError = response.headers.get('x-influxdb-error')\n if (headerError) {\n text = headerError\n }\n }\n } catch (e) {\n Log.warn('Unable to receive error body', e)\n throw new HttpError(\n response.status,\n response.statusText,\n undefined,\n response.headers.get('retry-after'),\n response.headers.get('content-type')\n )\n }\n throw new HttpError(\n response.status,\n response.statusText,\n text,\n response.headers.get('retry-after'),\n response.headers.get('content-type')\n )\n }\n }\n\n async *iterate(\n path: string,\n body: string,\n options: SendOptions\n ): AsyncIterableIterator<Uint8Array> {\n const response = await this.fetch(path, body, options)\n await this.throwOnErrorResponse(response)\n if (response.body) {\n const reader = response.body.getReader()\n for (;;) {\n const {value, done} = await reader.read()\n if (done) {\n break\n }\n if (options.signal?.aborted) {\n await response.body.cancel()\n throw new AbortError()\n }\n yield value\n }\n } else if (response.arrayBuffer) {\n const buffer = await response.arrayBuffer()\n yield new Uint8Array(buffer)\n } else {\n const text = await response.text()\n yield new TextEncoder().encode(text)\n }\n }\n\n async request(\n path: string,\n body: any,\n options: SendOptions,\n responseStarted?: ResponseStartedFn\n ): Promise<any> {\n const response = await this.fetch(path, body, options)\n const {headers} = response\n const responseContentType = headers.get('content-type') || ''\n if (responseStarted) {\n responseStarted(getResponseHeaders(response), response.status)\n }\n\n await this.throwOnErrorResponse(response)\n const responseType = options.headers?.accept ?? responseContentType\n if (responseType.includes('json')) {\n return await response.json()\n } else if (\n responseType.includes('text') ||\n responseType.startsWith('application/csv')\n ) {\n return await response.text()\n }\n }\n\n private fetch(\n path: string,\n body: any,\n options: SendOptions\n ): Promise<Response> {\n const {method, headers, ...other} = options\n const url = `${this.url}${path}`\n const request: RequestInit = {\n method: method,\n body:\n method === 'GET' || method === 'HEAD'\n ? undefined\n : typeof body === 'string'\n ? body\n : JSON.stringify(body),\n headers: {\n ...this.defaultHeaders,\n ...headers,\n },\n credentials: 'omit' as const,\n // override with custom transport options\n ...this.connectionOptions.transportOptions,\n // allow to specify custom options, such as signal, in SendOptions\n ...other,\n }\n this.requestDecorator(request, options, url)\n return fetch(url, request)\n }\n\n /**\n * RequestDecorator allows to modify requests before sending.\n *\n * The following example shows a function that adds gzip\n * compression of requests using pako.js.\n *\n * ```ts\n * const client = new InfluxDB({url: 'http://a'})\n * client.transport.requestDecorator = function(request, options) {\n * const body = request.body\n * if (\n * typeof body === 'string' &&\n * options.gzipThreshold !== undefined &&\n * body.length > options.gzipThreshold\n * ) {\n * request.headers['content-encoding'] = 'gzip'\n * request.body = pako.gzip(body)\n * }\n * }\n * ```\n */\n public requestDecorator: (\n request: RequestInit,\n options: SendOptions,\n url: string\n ) => void = function () {}\n}\n","import {Observable} from '../observable'\nimport QueryApi, {QueryOptions} from '../QueryApi'\nimport {Transport} from '../transport'\nimport {\n CommunicationObserver,\n FluxResultObserver,\n FluxTableMetaData,\n Row,\n AnnotatedCSVResponse,\n IterableResultExecutor,\n} from '../results'\nimport {ParameterizedQuery} from '../query/flux'\nimport {APIExecutor} from '../results/ObservableQuery'\n\nconst DEFAULT_dialect: any = {\n header: true,\n delimiter: ',',\n quoteChar: '\"',\n commentPrefix: '#',\n annotations: ['datatype', 'group', 'default'],\n}\n\nexport class QueryApiImpl implements QueryApi {\n private options: QueryOptions\n constructor(\n private transport: Transport,\n private createCSVResponse: (\n executor: APIExecutor,\n iterableResultExecutor: IterableResultExecutor\n ) => AnnotatedCSVResponse,\n org: string | QueryOptions\n ) {\n this.options = typeof org === 'string' ? {org} : org\n }\n\n with(options: Partial<QueryOptions>): QueryApi {\n return new QueryApiImpl(this.transport, this.createCSVResponse, {\n ...this.options,\n ...options,\n })\n }\n\n response(query: string | ParameterizedQuery): AnnotatedCSVResponse {\n const {org, type, gzip, headers} = this.options\n const path = `/api/v2/query?org=${encodeURIComponent(org)}`\n const body = JSON.stringify(\n this.decorateRequest({\n query: query.toString(),\n dialect: DEFAULT_dialect,\n type,\n })\n )\n const options = {\n method: 'POST',\n headers: {\n 'content-type': 'application/json; encoding=utf-8',\n 'accept-encoding': gzip ? 'gzip' : 'identity',\n ...headers,\n },\n }\n return this.createCSVResponse(\n (consumer) => this.transport.send(path, body, options, consumer),\n () => this.transport.iterate(path, body, options)\n )\n }\n\n iterateLines(query: string | ParameterizedQuery): AsyncIterable<string> {\n return this.response(query).iterateLines()\n }\n iterateRows(query: string | ParameterizedQuery): AsyncIterable<Row> {\n return this.response(query).iterateRows()\n }\n lines(query: string | ParameterizedQuery): Observable<string> {\n return this.response(query).lines()\n }\n\n rows(query: string | ParameterizedQuery): Observable<Row> {\n return this.response(query).rows()\n }\n\n queryLines(\n query: string | ParameterizedQuery,\n consumer: CommunicationObserver<string>\n ): void {\n return this.response(query).consumeLines(consumer)\n }\n\n queryRows(\n query: string | ParameterizedQuery,\n consumer: FluxResultObserver<string[]>\n ): void {\n return this.response(query).consumeRows(consumer)\n }\n\n collectRows<T>(\n query: string | ParameterizedQuery,\n rowMapper?: (\n values: string[],\n tableMeta: FluxTableMetaData\n ) => T | undefined\n ): Promise<Array<T>> {\n return this.response(query).collectRows(rowMapper)\n }\n\n collectLines(query: string | ParameterizedQuery): Promise<Array<string>> {\n return this.response(query).collectLines()\n }\n\n queryRaw(query: string | ParameterizedQuery): Promise<string> {\n const {org, type, gzip, headers} = this.options\n return this.transport.request(\n `/api/v2/query?org=${encodeURIComponent(org)}`,\n JSON.stringify(\n this.decorateRequest({\n query: query.toString(),\n dialect: DEFAULT_dialect,\n type,\n })\n ),\n {\n method: 'POST',\n headers: {\n accept: 'text/csv',\n 'accept-encoding': gzip ? 'gzip' : 'identity',\n 'content-type': 'application/json; encoding=utf-8',\n ...headers,\n },\n }\n )\n }\n\n private decorateRequest(request: any): any {\n if (typeof this.options.now === 'function') {\n request.now = this.options.now()\n }\n // https://docs.influxdata.com/influxdb/latest/api/#operation/PostQuery requires type\n request.type = this.options.type ?? 'flux'\n return request\n }\n}\n\nexport default QueryApiImpl\n","import {\n CommunicationObserver,\n FluxResultObserver,\n FluxTableMetaData,\n Row,\n linesToTables,\n ChunkCombiner,\n chunksToLines,\n chunksToLinesIterable,\n linesToRowsIterable,\n} from '../results'\nimport {Observable} from '../observable'\nimport {\n AnnotatedCSVResponse,\n IterableResultExecutor,\n} from './AnnotatedCSVResponse'\nimport ObservableQuery, {APIExecutor} from './ObservableQuery'\n\nexport function defaultRowMapping(\n values: string[],\n tableMeta: FluxTableMetaData\n): Record<string, any> {\n return tableMeta.toObject(values)\n}\n\n/**\n * AnnotatedCsvResponseImpl is an implementation AnnotatedCsvResponse\n * that uses the supplied executor to supply a response data stream.\n */\nexport class AnnotatedCSVResponseImpl implements AnnotatedCSVResponse {\n constructor(\n private executor: APIExecutor,\n private iterableResultExecutor: IterableResultExecutor,\n private chunkCombiner: ChunkCombiner\n ) {}\n iterateLines(): AsyncIterable<string> {\n return chunksToLinesIterable(this.iterableResultExecutor())\n }\n iterateRows(): AsyncIterable<Row> {\n return linesToRowsIterable(\n chunksToLinesIterable(this.iterableResultExecutor())\n )\n }\n lines(): Observable<string> {\n return new ObservableQuery(this.executor, (observer) =>\n chunksToLines(observer, this.chunkCombiner)\n )\n }\n\n rows(): Observable<Row> {\n return new ObservableQuery(this.executor, (observer) => {\n return chunksToLines(\n linesToTables({\n next(values, tableMeta) {\n observer.next({values, tableMeta})\n },\n error(e) {\n observer.error(e)\n },\n complete() {\n observer.complete()\n },\n }),\n this.chunkCombiner\n )\n })\n }\n\n consumeLines(consumer: CommunicationObserver<string>): void {\n this.executor(chunksToLines(consumer, this.chunkCombiner))\n }\n\n consumeRows(consumer: FluxResultObserver<string[]>): void {\n this.executor(chunksToLines(linesToTables(consumer), this.chunkCombiner))\n }\n\n collectRows<T>(\n rowMapper: (\n values: string[],\n tableMeta: FluxTableMetaData\n ) => T | undefined = defaultRowMapping as (\n values: string[],\n tableMeta: FluxTableMetaData\n ) => T | undefined\n ): Promise<Array<T>> {\n const retVal: Array<T> = []\n return new Promise((resolve, reject) => {\n this.consumeRows({\n next(values: string[], tableMeta: FluxTableMetaData): void {\n const toAdd = rowMapper.call(this, values, tableMeta)\n if (toAdd !== undefined) {\n retVal.push(toAdd)\n }\n },\n error(error: Error): void {\n reject(error)\n },\n complete(): void {\n resolve(retVal)\n },\n })\n })\n }\n\n collectLines(): Promise<Array<string>> {\n const retVal: Array<string> = []\n return new Promise((resolve, reject) => {\n this.consumeLines({\n next(line: string): void {\n retVal.push(line)\n },\n error(error: Error): void {\n reject(error)\n },\n complete(): void {\n resolve(retVal)\n },\n })\n })\n }\n}\n","import WriteApi from './WriteApi'\nimport {ClientOptions, WriteOptions, WritePrecisionType} from './options'\nimport WriteApiImpl from './impl/WriteApiImpl'\nimport {IllegalArgumentError} from './errors'\nimport {Transport} from './transport'\n// replaced by ./impl/browser/FetchTransport in browser builds\nimport TransportImpl from './impl/browser/FetchTransport'\nimport QueryApi, {QueryOptions} from './QueryApi'\nimport QueryApiImpl from './impl/QueryApiImpl'\nimport {\n AnnotatedCSVResponse,\n APIExecutor,\n IterableResultExecutor,\n} from './results'\nimport {AnnotatedCSVResponseImpl} from './results/AnnotatedCSVResponseImpl'\n\n/**\n * InfluxDB entry point that configures communication with InfluxDB server\n * and provide APIs to write and query data.\n */\nexport default class InfluxDB {\n private _options: ClientOptions\n readonly transport: Transport\n readonly processCSVResponse: (\n executor: APIExecutor,\n iterableResultExecutor: IterableResultExecutor\n ) => AnnotatedCSVResponse\n\n /**\n * Creates influxdb client options from an options object or url.\n * @param options - client options\n */\n constructor(options: ClientOptions | string) {\n if (typeof options === 'string') {\n this._options = {url: options}\n } else if (options !== null && typeof options === 'object') {\n this._options = options\n } else {\n throw new IllegalArgumentError('No url or configuration specified!')\n }\n const url = this._options.url\n if (typeof url !== 'string')\n throw new IllegalArgumentError('No url specified!')\n if (url.endsWith('/')) this._options.url = url.substring(0, url.length - 1)\n this.transport = this._options.transport ?? new TransportImpl(this._options)\n this.processCSVResponse = (\n executor: APIExecutor,\n iterableResultExecutor: IterableResultExecutor\n ): AnnotatedCSVResponse =>\n new AnnotatedCSVResponseImpl(\n executor,\n iterableResultExecutor,\n this.transport.chunkCombiner\n )\n }\n\n /**\n * Creates WriteApi for the supplied organization and bucket. BEWARE that returned instances must be closed\n * in order to flush the remaining data and close already scheduled retry executions.\n *\n * @remarks\n * Use {@link WriteOptions} to customize retry strategy options, data chunking\n * and flushing options. See {@link DEFAULT_WriteOptions} to see the defaults.\n *\n * See also {@link https://github.com/influxdata/influxdb-client-js/blob/master/examples/write.mjs | write example},\n * {@link https://github.com/influxdata/influxdb-client-js/blob/master/examples/writeAdvanced.mjs | writeAdvanced example},\n * and {@link https://github.com/influxdata/influxdb-client-js/blob/master/examples/index.html | browser example}.\n *\n * @param org - Specifies the destination organization for writes. Takes either the ID or Name interchangeably.\n * @param bucket - The destination bucket for writes.\n * @param precision - Timestamp precision for line items.\n * @param writeOptions - Custom write options.\n * @returns WriteApi instance\n */\n getWriteApi(\n org: string,\n bucket: string,\n precision: WritePrecisionType = 'ns',\n writeOptions?: Partial<WriteOptions>\n ): WriteApi {\n return new WriteApiImpl(\n this.transport,\n org,\n bucket,\n precision,\n writeOptions ?? this._options.writeOptions\n )\n }\n\n /**\n * Creates QueryApi for the supplied organization .\n *\n * @remarks\n * See also {@link https://github.com/influxdata/influxdb-client-js/blob/master/examples/query.ts | query.ts example},\n * {@link https://github.com/influxdata/influxdb-client-js/blob/master/examples/queryWithParams.mjs | queryWithParams.mjs example},\n * {@link https://github.com/influxdata/influxdb-client-js/blob/master/examples/rxjs-query.ts | rxjs-query.ts example},\n * and {@link https://github.com/influxdata/influxdb-client-js/blob/master/examples/index.html | browser example},\n *\n * @param org - organization or query options\n * @returns QueryApi instance\n */\n getQueryApi(org: string | QueryOptions): QueryApi {\n return new QueryApiImpl(this.transport, this.processCSVResponse, org)\n }\n}\n"],"mappings":"AA2CO,SAASA,GAA2C,CACzD,IAAMC,EAAU,IAAI,YAAY,OAAO,EACvC,MAAO,CACL,OAAOC,EAAmBC,EAAgC,CACxD,IAAMC,EAAS,IAAI,WAAWF,EAAM,OAASC,EAAO,MAAM,EAC1D,OAAAC,EAAO,IAAIF,CAAK,EAChBE,EAAO,IAAID,EAAQD,EAAM,MAAM,EACxBE,CACT,EACA,KAAKC,EAAmBC,EAAeC,EAAyB,CAC9D,IAAMH,EAAS,IAAI,WAAWG,EAAMD,CAAK,EACzC,OAAAF,EAAO,IAAIC,EAAM,SAASC,EAAOC,CAAG,CAAC,EAC9BH,CACT,EACA,aAAaC,EAAmBC,EAAeC,EAAqB,CAClE,OAAON,EAAQ,OAAOI,EAAM,SAASC,EAAOC,CAAG,CAAC,CAClD,CACF,CACF,CClDO,SAASC,EACdC,EACAC,EACmC,CACnC,IAAMC,EAASD,GAAA,KAAAA,EAAiBE,EAA0B,EACtDC,EACAC,EAAW,GACXC,EAAS,GACTC,EAAS,GACTC,EAEJ,SAASC,EAAeC,EAAyB,CAC/C,IAAIC,EACAC,EAAQ,EASZ,IARIR,GAGFO,EAAQD,EAAM,SAAW,EAAI,EAAKN,EAAwB,OAC1DM,EAAQR,EAAO,OAAOE,EAAUM,CAAK,GAErCC,EAAQ,EAEHA,EAAQD,EAAM,QAAQ,CAC3B,IAAMG,EAAIH,EAAMC,GAChB,GAAIE,IAAM,IACR,GAAI,CAACP,EAAQ,CAEX,IAAMQ,EAAMH,EAAQ,GAAKD,EAAMC,EAAQ,KAAO,GAAKA,EAAQ,EAAIA,EAE/D,GAAIN,EACF,OAIF,GAFAE,EAASP,EAAO,KAAKE,EAAO,aAAaQ,EAAOE,EAAOE,CAAG,CAAC,IAAM,GACjEF,EAAQD,EAAQ,EACZJ,EACF,KAEJ,OACSM,IAAM,KACfP,EAAS,CAACA,GAEZK,GACF,CAMA,GALIC,EAAQF,EAAM,OAChBN,EAAWF,EAAO,KAAKQ,EAAOE,EAAOF,EAAM,MAAM,EAEjDN,EAAW,OAETG,EAAQ,CACV,GAAIP,EAAO,UAAW,CACpBA,EAAO,UAAU,IAAM,CACrBO,EAAS,GACTE,EAAe,IAAI,WAAW,CAAC,CAAC,CAClC,CAAC,EACD,MACF,CACAM,EAAO,MAAM,IAAI,MAAM,+CAA+C,CAAC,EACvER,EAAS,EACX,CACIC,IACFA,EAAa,EACbA,EAAe,OAEnB,CAEA,IAAMO,EAA4C,CAChD,KAAKL,EAA4B,CAC/B,GAAI,CAACL,EACH,GAAI,CACF,OAAAI,EAAeC,CAAK,EACb,CAACH,CACV,OAASS,EAAP,CACA,KAAK,MAAMA,CAAU,CACvB,CAEF,MAAO,EACT,EACA,MAAMC,EAAoB,CACnBZ,IACHA,EAAW,GACXL,EAAO,MAAMiB,CAAK,EAEtB,EACA,UAAiB,CACVZ,IACCD,GACFJ,EAAO,KAAKE,EAAO,aAAaE,EAAU,EAAGA,EAAS,MAAM,CAAC,EAE/DC,EAAW,GACXL,EAAO,SAAS,EAEpB,CACF,EACA,OAAIA,EAAO,iBACTe,EAAO,eAAkBG,GAA6B,CACpDlB,EAAO,gBACLA,EAAO,eAAe,CACpB,QAAe,CACbkB,EAAY,OAAO,EACnBd,EAAW,OACXW,EAAO,SAAS,CAClB,EACA,aAAuB,CACrB,OAAOG,EAAY,YAAY,CACjC,CACF,CAAC,CACL,GAEElB,EAAO,YACTe,EAAO,UAAaI,GAAkB,CACpCX,EAAeW,CACjB,GAGKJ,CACT,CCrHA,eAAuBK,EACrBC,EACAC,EAC+B,CAC/B,IAAMC,EAASD,GAAA,KAAAA,EAAiBE,EAA0B,EACtDC,EACAC,EAAS,GAEb,cAAeC,KAASN,EAAQ,CAC9B,IAAIO,EACAC,EAAQ,EAOZ,IANIJ,GACFG,EAAQH,EAAS,OACjBE,EAAQJ,EAAO,OAAOE,EAAUE,CAAK,GAErCC,EAAQ,EAEHA,EAAQD,EAAM,QAAQ,CAC3B,IAAMG,EAAIH,EAAMC,GAChB,GAAIE,IAAM,IACR,GAAI,CAACJ,EAAQ,CAEX,IAAMK,EAAMH,EAAQ,GAAKD,EAAMC,EAAQ,KAAO,GAAKA,EAAQ,EAAIA,EAC/D,MAAML,EAAO,aAAaI,EAAOE,EAAOE,CAAG,EAC3CF,EAAQD,EAAQ,CAClB,OACSE,IAAM,KACfJ,EAAS,CAACA,GAEZE,GACF,CACIC,EAAQF,EAAM,OAChBF,EAAWF,EAAO,KAAKI,EAAOE,EAAOF,EAAM,MAAM,EAEjDF,EAAW,MAEf,CACIA,IACF,MAAMF,EAAO,aAAaE,EAAU,EAAGA,EAAS,MAAM,EAE1D,CC9CO,IAAMO,EAAN,KAAmB,CAAnB,cAKL,KAAQ,OAAS,GAKjB,IAAI,OAAiB,CACnB,OAAO,KAAK,MACd,CACA,IAAI,MAAMC,EAAc,CAClBA,GAAO,CAAC,KAAK,eACf,KAAK,aAAe,IAAI,MAAM,EAAE,GAElC,KAAK,OAASA,CAChB,CAKA,WAA0B,CACxB,YAAK,MAAQ,GACN,IACT,CAQA,UAAUC,EAA2C,CACnD,GAAIA,GAAS,KACX,YAAK,gBAAkB,EAChB,CAAC,EAEV,IAAIC,EAAa,EACbC,EAAa,EACXC,EAAS,KAAK,OAAS,KAAK,aAAe,CAAC,EAC9CC,EAAQ,EACZ,QAASC,EAAI,EAAGA,EAAIL,EAAK,OAAQK,IAAK,CACpC,IAAMC,EAAIN,EAAKK,GACf,GAAIC,IAAM,KACR,GAAIL,EAAa,IAAM,EAAG,CACxB,IAAMF,EAAM,KAAK,SAASC,EAAME,EAAYG,EAAGJ,CAAU,EACrD,KAAK,OACPE,EAAOC,KAAWL,EAElBI,EAAO,KAAKJ,CAAG,EAEjBG,EAAaG,EAAI,EACjBJ,EAAa,CACf,OACSK,IAAM,KACfL,GAEJ,CACA,IAAMF,EAAM,KAAK,SAASC,EAAME,EAAYF,EAAK,OAAQC,CAAU,EACnE,OAAI,KAAK,QACPE,EAAOC,GAASL,EAChB,KAAK,gBAAkBK,EAAQ,IAE/BD,EAAO,KAAKJ,CAAG,EACf,KAAK,gBAAkBI,EAAO,QAGzBA,CACT,CAEQ,SACNH,EACAO,EACAC,EACAP,EACQ,CACR,OAAIM,IAAUP,EAAK,OACV,GACEC,IAAe,EACjBD,EAAK,UAAUO,EAAOC,CAAG,EACvBP,IAAe,EACjBD,EAAK,UAAUO,EAAQ,EAAGC,EAAM,CAAC,EAGjCR,EAAK,UAAUO,EAAQ,EAAGC,EAAM,CAAC,EAAE,QAAQ,OAAQ,GAAG,CAEjE,CACF,ECzCA,IAAMC,EAAYC,GAAmBA,EAMxBC,EAA4D,CACvE,QAAUD,GAAoBA,IAAM,GAAK,KAAOA,IAAM,OACtD,aAAeA,GAAoBA,IAAM,GAAK,KAAO,CAACA,EACtD,KAAOA,GAAoBA,IAAM,GAAK,KAAO,CAACA,EAC9C,OAAOA,EAAgB,CACrB,OAAQA,EAAG,CACT,IAAK,GACH,OAAO,KACT,IAAK,OACH,OAAO,OAAO,kBAChB,IAAK,OACH,OAAO,OAAO,kBAChB,QACE,MAAO,CAACA,CACZ,CACF,EACA,OAAQD,EACR,aAAcA,EACd,SAAWC,GAAoBA,IAAM,GAAK,KAAOA,EACjD,mBAAqBA,GAAoBA,IAAM,GAAK,KAAOA,CAC7D,EAKME,EAAN,KAAqD,CAM5C,IAAIC,EAAoB,CAxFjC,IAAAC,EAyFI,IAAIC,EAAMF,EAAI,KAAK,OACnB,OAAKE,IAAQ,IAAMA,IAAQ,SAAc,KAAK,eAC5CA,EAAM,KAAK,gBAELD,EAAAH,EAAgB,KAAK,YAArB,KAAAG,EAAkCL,GAAUM,CAAG,CACzD,CACF,EACaC,GAAkC,OAAO,OAAO,CAC3D,MAAO,GACP,SAAU,GACV,MAAO,GACP,aAAc,GACd,MAAO,OAAO,iBACd,IAAK,IAAG,EACV,CAAC,EAMM,SAASC,GAAsC,CACpD,OAAO,IAAIL,CACb,CAOO,SAASM,GACdC,EACiB,CAxHnB,IAAAL,EAAAM,EAyHE,IAAMC,EAAS,IAAIT,EACnB,OAAAS,EAAO,MAAQ,OAAOF,EAAO,KAAK,EAClCE,EAAO,SAAWF,EAAO,SACzBE,EAAO,MAAQ,QAAQF,EAAO,KAAK,EACnCE,EAAO,cAAeP,EAAAK,EAAO,eAAP,KAAAL,EAAuB,GAC7CO,EAAO,OAAQD,EAAAD,EAAO,QAAP,KAAAC,EAAgB,EACxBC,CACT,CClGA,IAAMC,GAAuB,CAAC,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,GAAG,EAE7D,SAASC,GAAsBC,EAA6B,CACjE,OAAOF,GAAqB,SAASE,CAAU,CACjD,CAGO,IAAMC,EAAN,cAAmC,KAAM,CAE9C,YAAYC,EAAiB,CAC3B,MAAMA,CAAO,EACb,KAAK,KAAO,uBACZ,OAAO,eAAe,KAAMD,EAAqB,SAAS,CAC5D,CACF,EAKaE,EAAN,cAAwB,KAAmC,CAQhE,YACWH,EACAI,EACAC,EACTC,EACSC,EACTL,EACA,CACA,MAAM,EAPG,gBAAAF,EACA,mBAAAI,EACA,UAAAC,EAEA,iBAAAE,EAIT,UAAO,eAAe,KAAMJ,EAAU,SAAS,EAC3CD,EACF,KAAK,QAAUA,UACNG,EAAM,CACf,GAAIE,GAAA,MAAAA,EAAa,WAAW,oBAC1B,GAAI,CACF,KAAK,KAAO,KAAK,MAAMF,CAAI,EAC3B,KAAK,QAAU,KAAK,KAAK,QACzB,KAAK,KAAO,KAAK,KAAK,IACxB,OAASG,EAAP,CAEF,CAEG,KAAK,UACR,KAAK,QAAU,GAAGR,KAAcI,OAAmBC,IAEvD,MACE,KAAK,QAAU,GAAGL,KAAcI,IAElC,KAAK,KAAO,YACZ,KAAK,cAAcE,CAAU,CAC/B,CAEQ,cAAcA,EAA8C,CAC9D,OAAOA,GAAe,SAEpB,WAAW,KAAKA,CAAU,EAC5B,KAAK,YAAc,SAASA,CAAU,EAEtC,KAAK,YAAc,EAGrB,KAAK,YAAc,CAEvB,CAEA,UAAoB,CAClB,OAAOP,GAAsB,KAAK,UAAU,CAC9C,CACA,YAAqB,CACnB,OAAO,KAAK,WACd,CACF,EAGMU,GAAc,CAClB,aACA,YACA,kBACA,YACA,eACA,eACA,OACF,EAOO,SAASC,GAAiBC,EAAqB,CACpD,GAAKA,EAEE,IAAI,OAAQA,EAAc,UAAa,WAC5C,MAAO,CAAC,CAAGA,EAAc,SAA2B,EAC/C,GAAKA,EAAc,MAAQF,GAAY,SAAUE,EAAc,IAAI,EACxE,MAAO,OAJP,OAAO,GAMT,MAAO,EACT,CAKO,SAASC,GAAcD,EAAeE,EAA8B,CACzE,GAAKF,EAEE,CACL,IAAIG,EACJ,OAAI,OAAQH,EAAc,YAAe,WAC9BA,EAAc,WAA4B,GAEnDG,EAAS,EAEPD,GAAeA,EAAc,EACxBC,EAAS,KAAK,MAAM,KAAK,OAAO,EAAID,CAAW,EAE/CC,EAEX,KAbE,OAAO,EAcX,CAGO,IAAMC,EAAN,cAAmC,KAAmC,CAE3E,aAAc,CACZ,MAAM,EACN,OAAO,eAAe,KAAMA,EAAqB,SAAS,EAC1D,KAAK,KAAO,uBACZ,KAAK,QAAU,mBACjB,CACA,UAAoB,CAClB,MAAO,EACT,CACA,YAAqB,CACnB,MAAO,EACT,CACF,EAGaC,EAAN,cAAyB,KAAmC,CAEjE,aAAc,CACZ,MAAM,EACN,KAAK,KAAO,aACZ,OAAO,eAAe,KAAMA,EAAW,SAAS,EAChD,KAAK,QAAU,kBACjB,CACA,UAAoB,CAClB,MAAO,EACT,CACA,YAAqB,CACnB,MAAO,EACT,CACF,EChLO,SAASC,IAAgC,CAC9CC,EAAgB,oBAAuBC,GACrCA,IAAM,GAAK,KAAO,IAAI,KAAK,KAAK,MAAMA,CAAC,CAAC,CAC5C,CAQO,SAASC,IAAkC,CAChDF,EAAgB,oBAAuBC,GACrCA,IAAM,GAAK,KAAO,KAAK,MAAMA,CAAC,CAClC,CAKO,SAASE,IAAkC,CAChDH,EAAgB,oBAAuBC,GACrCA,IAAM,GAAK,KAAOA,CACtB,CAsCA,IAAMG,EAAN,KAAyD,CAEvD,YAAYC,EAA4B,CACtCA,EAAQ,QAAQ,CAACC,EAAKC,IAAOD,EAAI,MAAQC,CAAE,EAC3C,KAAK,QAAUF,CACjB,CACA,OAAOG,EAAeC,EAAuB,GAAuB,CAClE,QAASF,EAAI,EAAGA,EAAI,KAAK,QAAQ,OAAQA,IAAK,CAC5C,IAAMD,EAAM,KAAK,QAAQC,GACzB,GAAID,EAAI,QAAUE,EAAO,OAAOF,CAClC,CACA,GAAIG,EACF,MAAM,IAAIC,EAAqB,UAAUF,cAAkB,EAE7D,OAAOG,EACT,CACA,SAASC,EAAqC,CAC5C,IAAMC,EAAW,CAAC,EAClB,QAASN,EAAI,EAAGA,EAAI,KAAK,QAAQ,QAAUA,EAAIK,EAAI,OAAQL,IAAK,CAC9D,IAAMO,EAAS,KAAK,QAAQP,GAC5BM,EAAIC,EAAO,OAASA,EAAO,IAAIF,CAAG,CACpC,CACA,OAAOC,CACT,CACA,IAAID,EAAeE,EAAqB,CACtC,OAAO,KAAK,OAAOA,EAAQ,EAAK,EAAE,IAAIF,CAAG,CAC3C,CACF,EAOO,SAASG,EACdV,EACmB,CACnB,OAAO,IAAID,EAAsBC,CAAO,CAC1C,CClGO,SAASW,EACdC,EAC+B,CAC/B,IAAMC,EAAW,IAAIC,EAAa,EAAE,UAAU,EAC1CC,EACAC,EAAa,GACbC,EAAmB,EACnBC,EACEC,EAAwC,CAC5C,MAAMC,EAAoB,CACxBR,EAAS,MAAMQ,CAAK,CACtB,EACA,KAAKC,EAA8B,CACjC,GAAIA,IAAS,GACXL,EAAa,GACbD,EAAU,WACL,CACL,IAAMO,EAAST,EAAS,UAAUQ,CAAI,EAChCE,EAAOV,EAAS,gBACtB,GAAIG,EAAY,CAEd,GAAI,CAACD,EAAS,CACZA,EAAU,IAAI,MAAMQ,CAAI,EACxB,QAASC,EAAI,EAAGA,EAAID,EAAMC,IACxBT,EAAQS,GAAKC,EAAmB,CAEpC,CACA,GAAKH,EAAO,GAAG,WAAW,GAAG,GAatB,GAAIA,EAAO,KAAO,YACvB,QAASE,EAAI,EAAGA,EAAID,EAAMC,IACxBT,EAAQS,GAAG,SAAWF,EAAOE,WAEtBF,EAAO,KAAO,WACvB,QAASE,EAAI,EAAGA,EAAID,EAAMC,IACxBT,EAAQS,GAAG,aAAeF,EAAOE,WAE1BF,EAAO,KAAO,SACvB,QAASE,EAAI,EAAGA,EAAID,EAAMC,IACxBT,EAAQS,GAAG,MAAQF,EAAOE,GAAG,KAAO,QAvBR,CAE1BF,EAAO,KAAO,IAChBL,EAAmB,EACnBF,EAAUA,EAAQ,MAAM,CAAC,GAEzBE,EAAmB,EAErB,QAASO,EAAIP,EAAkBO,EAAID,EAAMC,IACvCT,EAAQS,EAAIP,GAAkB,MAAQK,EAAOE,GAE/CN,EAAWQ,EAAwBX,CAAO,EAC1CC,EAAa,EACf,CAaF,KACE,QAAOJ,EAAS,KAAKU,EAAO,MAAML,EAAkBM,CAAI,EAAGL,CAAQ,CAEvE,CACA,MAAO,EACT,EACA,UAAiB,CACfN,EAAS,SAAS,CACpB,CACF,EACA,OAAIA,EAAS,iBACXO,EAAO,eAAiBP,EAAS,eAAe,KAAKA,CAAQ,GAE3DA,EAAS,YACXO,EAAO,UAAYP,EAAS,UAAU,KAAKA,CAAQ,GAE9CO,CACT,CCnEA,eAAuBQ,GACrBC,EAC4B,CAC5B,IAAMC,EAAW,IAAIC,EAAa,EAAE,UAAU,EAC1CC,EACAC,EAAa,GACbC,EAAmB,EACnBC,EACJ,cAAiBC,KAAQP,EACvB,GAAIO,IAAS,GACXH,EAAa,GACbD,EAAU,WACL,CACL,IAAMK,EAASP,EAAS,UAAUM,CAAI,EAChCE,EAAOR,EAAS,gBACtB,GAAIG,EAAY,CAEd,GAAI,CAACD,EAAS,CACZA,EAAU,IAAI,MAAMM,CAAI,EACxB,QAASC,EAAI,EAAGA,EAAID,EAAMC,IACxBP,EAAQO,GAAKC,EAAmB,CAEpC,CACA,GAAKH,EAAO,GAAG,WAAW,GAAG,GAatB,GAAIA,EAAO,KAAO,YACvB,QAASE,EAAI,EAAGA,EAAID,EAAMC,IACxBP,EAAQO,GAAG,SAAWF,EAAOE,WAEtBF,EAAO,KAAO,WACvB,QAASE,EAAI,EAAGA,EAAID,EAAMC,IACxBP,EAAQO,GAAG,aAAeF,EAAOE,WAE1BF,EAAO,KAAO,SACvB,QAASE,EAAI,EAAGA,EAAID,EAAMC,IACxBP,EAAQO,GAAG,MAAQF,EAAOE,GAAG,KAAO,QAvBR,CAE1BF,EAAO,KAAO,IAChBH,EAAmB,EACnBF,EAAUA,EAAQ,MAAM,CAAC,GAEzBE,EAAmB,EAErB,QAASK,EAAIL,EAAkBK,EAAID,EAAMC,IACvCP,EAAQO,EAAIL,GAAkB,MAAQG,EAAOE,GAE/CJ,EAAWM,EAAwBT,CAAO,EAC1CC,EAAa,EACf,CAaF,MACE,KAAM,CACJ,OAAQI,EAAO,MAAMH,EAAkBI,CAAI,EAC3C,UACEH,CACJ,CAEJ,CAEJ,CClEO,SAASO,GACdC,EACAC,EACM,CACN,IAAIC,EAAS,GACTC,EAAQ,EACRC,EAAQ,EAEZ,KAAOA,EAAQJ,EAAO,QAAQ,CAC5B,IAAMK,EAAIL,EAAO,WAAWI,CAAK,EACjC,GAAIC,IAAM,IACR,GAAI,CAACH,EAAQ,CAEX,IAAMI,EACJF,EAAQ,GAAKJ,EAAO,WAAWI,EAAQ,CAAC,IAAM,GAAKA,EAAQ,EAAIA,EAEjEH,EAAO,KAAKD,EAAO,UAAUG,EAAOG,CAAG,CAAC,EACxCH,EAAQC,EAAQ,CAClB,OACSC,IAAM,KACfH,EAAS,CAACA,GAEZE,GACF,CACID,EAAQC,GACVH,EAAO,KAAKD,EAAO,UAAUG,EAAOC,CAAK,CAAC,EAE5CH,EAAO,SAAS,CAClB,CC3BO,IAAMM,IAAoB,IAG9B,OAAO,QAAW,YAAc,OAAO,YAAe,gBAAgB,ECIzE,IAAMC,EAAN,KAAgD,CAIvC,YAAYC,EAAgCC,EAAuB,CAF1E,KAAQ,SAAW,GAGjB,GAAI,CACFA,EAAS,CACP,KAAOC,GAAU,CACfF,EAAS,KAAKE,CAAK,CACrB,EACA,MAAQC,GAAM,CACZ,KAAK,SAAW,GAChBH,EAAS,MAAMG,CAAC,CAClB,EACA,SAAU,IAAM,CACd,KAAK,SAAW,GAChBH,EAAS,SAAS,CACpB,EACA,eAAiBI,GAAM,CACrB,KAAK,YAAcA,CACrB,CACF,CAAC,CACH,OAASD,EAAP,CACA,KAAK,SAAW,GAChBH,EAAS,MAAMG,CAAC,CAClB,CACF,CAEA,IAAW,QAAkB,CAC3B,OAAO,KAAK,QACd,CAEO,aAAoB,CAjD7B,IAAAE,GAkDIA,EAAA,KAAK,cAAL,MAAAA,EAAkB,SAClB,KAAK,SAAW,EAClB,CACF,EAEA,SAASC,GAAa,CAAC,CAEvB,SAASC,GAAoBP,EAA6C,CACxE,GAAM,CAAC,KAAAQ,EAAM,MAAAC,EAAO,SAAAC,CAAQ,EAAIV,EAEhC,MAAO,CACL,KAAMQ,EAAOA,EAAK,KAAKR,CAAQ,EAAIM,EACnC,MAAOG,EAAQA,EAAM,KAAKT,CAAQ,EAAIM,EACtC,SAAUI,EAAWA,EAAS,KAAKV,CAAQ,EAAIM,CACjD,CACF,CAEA,IAAqBK,EAArB,KAAiE,CACxD,YACYV,EACAW,EACjB,CAFiB,cAAAX,EACA,eAAAW,CAChB,CAEI,UACLC,EACAJ,EACAC,EACc,CACd,IAAMV,EAAWO,GACf,OAAOM,GAAmB,UAAYA,IAAmB,KACrD,CAAC,KAAMA,EAAgB,MAAAJ,EAAO,SAAAC,CAAQ,EACtCG,CACN,EAEA,OAAO,IAAId,EAAkB,KAAK,UAAUC,CAAQ,EAAG,KAAK,QAAQ,CACtE,CAEA,CAAQc,KAA0B,CAChC,OAAO,IACT,CAKF,EADkB,OAAO,WCrDlB,IAAMC,GAAwD,CACnE,QAAS,GACX,EAyFaC,GAAoC,CAC/C,YAAa,IACb,cAAe,IACf,cAAe,MACf,gBAAiB,EACjB,YAAa,EACf,EAGaC,GAAqC,CAChD,UAAW,IACX,cAAe,IACf,cAAe,IACf,YAAa,UAAY,CAAC,EAC1B,aAAc,UAAY,CAAC,EAC3B,kBAAmB,UAAY,CAAC,EAChC,WAAY,EACZ,aAAc,KACd,eAAgB,KAEhB,YAAa,IACb,cAAe,IACf,cAAe,MACf,gBAAiB,EACjB,cAAe,IACf,YAAa,EACf,EC7JA,SAASC,EACPC,EACAC,EAC2B,CAC3B,OAAO,SAAUC,EAAuB,CACtC,IAAIC,EAAS,GACTC,EAAO,EACPC,EAAI,EACR,KAAOA,EAAIH,EAAM,QAAQ,CACvB,IAAMI,EAAQN,EAAW,QAAQE,EAAMG,EAAE,EACrCC,GAAS,IACXH,GAAUD,EAAM,UAAUE,EAAMC,CAAC,EACjCF,GAAUF,EAAaK,GACvBF,EAAOC,EAAI,GAEbA,GACF,CACA,OAAID,GAAQ,EACHF,GACEE,EAAOF,EAAM,SACtBC,GAAUD,EAAM,UAAUE,EAAMF,EAAM,MAAM,GAEvCC,EACT,CACF,CACA,SAASI,GACPP,EACAC,EAC2B,CAC3B,IAAMO,EAAUT,EAAcC,EAAYC,CAAY,EACtD,OAAQC,GAA0B,IAAMM,EAAQN,CAAK,EAAI,GAC3D,CAKO,IAAMO,EAAS,CAIpB,YAAaV,EAAc;AAAA,KAAY,CAAC,MAAO,MAAO,MAAO,MAAO,KAAK,CAAC,EAI1E,OAAQQ,GAAoB,MAAO,CAAC,MAAO,MAAM,CAAC,EAKlD,IAAKR,EAAc;AAAA,KAAa,CAAC,MAAO,MAAO,MAAO,MAAO,MAAO,KAAK,CAAC,CAC5E,ECjDA,IAAMW,GAAc,YAGb,SAASC,GAAiBC,EAAuB,CAKpD,MAAO,EAEX,CACAD,GAAiB,EAAI,EAIrB,IAAIE,GAAa,KAAK,IAAI,EACtBC,EAAgB,EACpB,SAASC,GAAgB,CAsBhB,CACL,IAAMC,EAAS,KAAK,IAAI,EACpBA,IAAWH,IACbA,GAAaG,EACbF,EAAgB,GAEhBA,IAEF,IAAMC,EAAQ,OAAOD,CAAa,EAClC,OAAO,OAAOE,CAAM,EAAIC,GAAY,OAAO,EAAG,EAAIF,EAAM,MAAM,EAAIA,CACpE,CACF,CAEA,SAASG,IAAiB,CAQtB,OAAO,OAAO,KAAK,IAAI,CAAC,EAAID,GAAY,OAAO,EAAG,CAAC,CAEvD,CACA,SAASD,IAAiB,CACxB,OAAO,OAAO,KAAK,IAAI,CAAC,CAC1B,CACA,SAASG,IAAkB,CACzB,OAAO,OAAO,KAAK,MAAM,KAAK,IAAI,EAAI,GAAI,CAAC,CAC7C,CAOO,IAAMC,GAAc,CACzB,EAAGD,GACH,GAAIH,GACJ,GAAIE,GACJ,GAAIH,EACJ,QAASI,GACT,OAAQH,GACR,OAAQE,GACR,MAAOH,CACT,EAKaM,GAA0B,CACrC,EAAIC,GAAoB,GAAG,KAAK,MAAMA,EAAE,QAAQ,EAAI,GAAI,IACxD,GAAKA,GAAoB,GAAGA,EAAE,QAAQ,IACtC,GAAKA,GAAoB,GAAGA,EAAE,QAAQ,OACtC,GAAKA,GAAoB,GAAGA,EAAE,QAAQ,SACxC,EAOO,SAASC,GACdC,EACoB,CACpB,OAAIA,IAAU,OACLT,EAAM,EACJ,OAAOS,GAAU,SACnBA,EAAM,OAAS,EAAIA,EAAQ,OACzBA,aAAiB,KACnB,GAAGA,EAAM,QAAQ,UAEjB,OADE,OAAOA,GAAU,SACZ,KAAK,MAAMA,CAAK,EAEhBA,CAFiB,CAInC,CCzGO,IAAMC,GAAwB,CACnC,MAAMC,EAASC,EAAO,CAEpB,QAAQ,MAAM,UAAYD,EAASC,GAAgB,EAAE,CACvD,EACA,KAAKD,EAASC,EAAO,CAEnB,QAAQ,KAAK,SAAWD,EAASC,GAAgB,EAAE,CACrD,CACF,EACIC,EAAmBH,GAEVI,EAAc,CACzB,MAAMH,EAASC,EAAO,CACpBC,EAAS,MAAMF,EAASC,CAAK,CAC/B,EACA,KAAKD,EAASC,EAAO,CACnBC,EAAS,KAAKF,EAASC,CAAK,CAC9B,CACF,EAOO,SAASG,GAAUC,EAAwB,CAChD,IAAMC,EAAWJ,EACjB,OAAAA,EAAWG,EACJC,CACT,CCxCO,IAAMC,EAAa,OAAO,YAAY,EAmBvCC,EAAN,KAAqE,CACnE,YAAoBC,EAAmB,CAAnB,eAAAA,CAAoB,CACxC,UAAmB,CACjB,OAAO,KAAK,SACd,CACA,CAACF,IAAsB,CACrB,OAAO,KAAK,SACd,CACF,EAOA,SAASG,GAAoBC,EAAqB,CAChD,OAAO,OAAOA,GAAU,UAAY,OAAOA,EAAMJ,IAAgB,UACnE,CAQA,SAASK,EAAeD,EAAoB,CAC1C,GAAIA,GAAU,KAA6B,MAAO,GAClDA,EAAQA,EAAM,SAAS,EACvB,IAAIE,EACAC,EAAI,EACR,SAASC,GAAsB,CACzBF,IAAW,SACbA,EAASF,EAAM,UAAU,EAAGG,CAAC,EAEjC,CACA,KAAOA,EAAIH,EAAM,OAAQG,IAAK,CAC5B,IAAME,EAAIL,EAAM,OAAOG,CAAC,EACxB,OAAQE,EAAG,CACT,IAAK,KACHD,EAAc,EACdF,GAAU,MACV,MACF,IAAK;AAAA,EACHE,EAAc,EACdF,GAAU,MACV,MACF,IAAK,IACHE,EAAc,EACdF,GAAU,MACV,MACF,IAAK,IACL,IAAK,KACHE,EAAc,EACdF,EAASA,EAAS,KAAOG,EACzB,MACF,IAAK,IAEH,GAAIF,EAAI,EAAIH,EAAM,QAAUA,EAAM,OAAOG,EAAI,CAAC,IAAM,IAAK,CACvDC,EAAc,EACdD,IACAD,GAAU,OACV,KACF,CAEIA,GAAU,OACZA,GAAUG,GAEZ,MACF,QACMH,GAAU,OACZA,GAAUG,EAEhB,CACF,CACA,OAAIH,IAAW,OACNA,EAEFF,CACT,CAKO,SAASM,GAAWN,EAA+B,CACxD,OAAO,IAAIH,EAAc,IAAII,EAAeD,CAAK,IAAI,CACvD,CAQO,SAASO,GAAcP,EAAoB,CAChD,IAAMQ,EAAM,OAAOR,CAAK,EACxB,GAAI,CAAC,SAASQ,CAAG,EAAG,CAClB,GAAI,OAAOR,GAAU,SACnB,MAAO,aAAaQ,MAEtB,MAAM,IAAI,MAAM,qBAAqBR,GAAO,CAC9C,CAGA,IAAMS,EAASD,EAAI,SAAS,EACxBE,EAAS,GACb,QAAWL,KAAKI,EACd,GAAK,EAAAJ,GAAK,KAAOA,GAAK,KAAQA,GAAK,KACnC,IAAIA,IAAM,IAAK,CACbK,EAAS,GACT,QACF,CACA,MAAO,aAAaD,MAEtB,OAAOC,EAASD,EAASA,EAAS,IACpC,CAIO,SAASE,GAAUX,EAA+B,CACvD,OAAO,IAAIH,EAAcU,GAAcP,CAAK,CAAC,CAC/C,CAQO,SAASY,GAAgBZ,EAAoB,CAKlD,IAAMS,EAAS,OAAOT,CAAK,EACrBa,EAAWJ,EAAO,WAAW,GAAG,EAChCD,EAAMK,EAAWJ,EAAO,UAAU,CAAC,EAAIA,EAC7C,GAAID,EAAI,SAAW,GAAKA,EAAI,OAAS,GACnC,MAAM,IAAI,MAAM,uBAAuBC,GAAQ,EAEjD,QAAWJ,KAAKG,EACd,GAAIH,EAAI,KAAOA,EAAI,IAAK,MAAM,IAAI,MAAM,uBAAuBI,GAAQ,EAEzE,GAAID,EAAI,SAAW,GAAI,CACrB,GAAIK,GAAYL,EAAM,sBACpB,MAAM,IAAI,MAAM,+BAA+BC,GAAQ,EAEzD,GAAI,CAACI,GAAYL,EAAM,sBACrB,MAAM,IAAI,MAAM,+BAA+BC,GAAQ,CAE3D,CACA,OAAOA,CACT,CAKO,SAASK,GAAYd,EAA+B,CACzD,OAAO,IAAIH,EAAce,GAAgBZ,CAAK,CAAC,CACjD,CAEA,SAASe,GAAiBf,EAAoB,CAC5C,MAAO,YAAYC,EAAeD,CAAK,KACzC,CAKO,SAASgB,GAAahB,EAA+B,CAC1D,OAAO,IAAIH,EAAckB,GAAiBf,CAAK,CAAC,CAClD,CAKO,SAASiB,GAAajB,EAA+B,CAC1D,OAAO,IAAIH,EAAc,gBAAgBI,EAAeD,CAAK,KAAK,CACpE,CAEA,SAASkB,GAAelB,EAAoB,CAC1C,OAAIA,aAAiB,OACZA,EAAM,SAAS,EAEjB,IAAI,OAAOA,CAAK,EAAE,SAAS,CACpC,CAOO,SAASmB,GAAWnB,EAA+B,CAExD,OAAO,IAAIH,EAAcqB,GAAelB,CAAK,CAAC,CAChD,CAKO,SAASoB,GAASpB,EAA+B,CACtD,OAAIA,IAAU,QAAUA,IAAU,QACzB,IAAIH,EAAcG,CAAK,EAEzB,IAAIH,GAAe,CAAC,CAACG,GAAO,SAAS,CAAC,CAC/C,CAQO,SAASqB,GAAerB,EAA+B,CAC5D,OAAO,IAAIH,EAAc,OAAOG,CAAK,CAAC,CACxC,CAOO,SAASsB,EAAYtB,EAAoB,CAC9C,GAAIA,IAAU,OACZ,MAAO,GACF,GAAIA,IAAU,KACnB,MAAO,OACF,GAAI,OAAOA,GAAU,UAC1B,OAAOA,EAAM,SAAS,EACjB,GAAI,OAAOA,GAAU,SAC1B,MAAO,IAAIC,EAAeD,CAAK,KAC1B,GAAI,OAAOA,GAAU,SAC1B,OAAI,OAAO,cAAcA,CAAK,EACrBY,GAAgBZ,CAAK,EAEvBO,GAAcP,CAAK,EACrB,GAAI,OAAOA,GAAU,SAAU,CACpC,GAAI,OAAOA,EAAMJ,IAAgB,WAC/B,OAAOI,EAAMJ,GAAY,EACpB,GAAII,aAAiB,KAC1B,OAAOA,EAAM,YAAY,EACpB,GAAIA,aAAiB,OAC1B,OAAOkB,GAAelB,CAAK,EACtB,GAAI,MAAM,QAAQA,CAAK,EAC5B,MAAO,IAAIA,EAAM,IAAIsB,CAAW,EAAE,KAAK,GAAG,IAE9C,SAAW,OAAOtB,GAAU,SAC1B,MAAO,GAAGA,MAGZ,OAAOsB,EAAYtB,EAAM,SAAS,CAAC,CACrC,CAMO,SAASuB,GACdC,KACGC,EACiB,CACpB,GAAID,EAAQ,QAAU,GAAKC,EAAO,SAAW,EAC3C,OAAOJ,GAAeG,EAAQ,EAAE,EAElC,IAAME,EAAQ,IAAI,MAAcF,EAAQ,OAASC,EAAO,MAAM,EAC1DE,EAAY,EAChB,QAAS,EAAI,EAAG,EAAIH,EAAQ,OAAQ,IAAK,CACvC,IAAMI,EAAOJ,EAAQ,GAErB,GADAE,EAAMC,KAAeC,EACjB,EAAIH,EAAO,OAAQ,CACrB,IAAMjB,EAAMiB,EAAO,GACfI,EACJ,GACED,EAAK,SAAS,GAAG,GACjB,EAAI,EAAIJ,EAAQ,QAChBA,EAAQ,EAAI,GAAG,WAAW,GAAG,EAG7BK,EAAY5B,EAAeO,CAAG,UAE9BqB,EAAYP,EAAYd,CAAG,EACvBqB,IAAc,IAEZ,CAAC9B,GAAoBS,CAAG,EAC1B,MAAM,IAAI,MACR,kCAAkCA,gBAAkB,YAAY,OAAOA,GACzE,EAINkB,EAAMC,KAAeE,CACvB,SAAW,EAAIL,EAAQ,OAAS,EAC9B,MAAM,IAAI,MAAM,8BAA8B,CAElD,CAEA,OAAOH,GAAeK,EAAM,KAAK,EAAE,CAAC,CACtC,CCxSO,IAAMI,GAAN,KAAY,CAYjB,YAAYC,EAA0B,CAVtC,KAAQ,KAAgC,CAAC,EAEzC,KAAO,OAAkC,CAAC,EASpCA,IAAiB,KAAK,KAAOA,EACnC,CAQO,YAAYC,EAAqB,CACtC,YAAK,KAAOA,EACL,IACT,CAUO,IAAIA,EAAcC,EAAsB,CAC7C,YAAK,KAAKD,GAAQC,EACX,IACT,CASO,aAAaD,EAAcC,EAA6B,CAC7D,YAAK,OAAOD,GAAQC,EAAQ,IAAM,IAC3B,IACT,CAUO,SAASD,EAAcC,EAA4B,CACxD,IAAIC,EAMJ,GALI,OAAOD,GAAU,SACnBC,EAAMD,EAENC,EAAM,SAAS,OAAOD,CAAK,CAAC,EAE1B,MAAMC,CAAG,GAAKA,GAAO,qBAAuBA,GAAO,mBACrD,MAAM,IAAI,MAAM,oCAAoCF,QAAWC,KAAS,EAE1E,YAAK,OAAOD,GAAQ,GAAG,KAAK,MAAME,CAAG,KAC9B,IACT,CAUO,UAAUF,EAAcC,EAA4B,CACzD,GAAI,OAAOA,GAAU,SAAU,CAC7B,GAAI,MAAMA,CAAK,GAAKA,EAAQ,GAAKA,EAAQ,OAAO,iBAC9C,MAAM,IAAI,MAAM,yBAAyBD,oBAAuBC,GAAO,EAEzE,KAAK,OAAOD,GAAQ,GAAG,KAAK,MAAMC,CAAe,IACnD,KAAO,CACL,IAAME,EAAS,OAAOF,CAAK,EAC3B,QAAS,EAAI,EAAG,EAAIE,EAAO,OAAQ,IAAK,CACtC,IAAMC,EAAOD,EAAO,WAAW,CAAC,EAChC,GAAIC,EAAO,IAAMA,EAAO,GACtB,MAAM,IAAI,MACR,kDAAkD,MAAMH,GAC1D,CAEJ,CACA,GACEE,EAAO,OAAS,IACfA,EAAO,SAAW,IACjBA,EAAO,cAAc,sBAAsB,EAAI,EAEjD,MAAM,IAAI,MACR,yBAAyBH,oBAAuBG,GAClD,EAEF,KAAK,OAAOH,GAAQ,GAAGG,IACzB,CACA,OAAO,IACT,CAUO,WAAWH,EAAcC,EAA4B,CAC1D,IAAIC,EAMJ,GALI,OAAOD,GAAU,SACnBC,EAAMD,EAENC,EAAM,WAAWD,CAAK,EAEpB,CAAC,SAASC,CAAG,EACf,MAAM,IAAI,MAAM,kCAAkCF,OAAUC,GAAO,EAGrE,YAAK,OAAOD,GAAQ,OAAOE,CAAG,EACvB,IACT,CASO,YAAYF,EAAcC,EAA4B,CAC3D,OAAIA,GAAU,OACR,OAAOA,GAAU,WAAUA,EAAQ,OAAOA,CAAK,GACnD,KAAK,OAAOD,GAAQK,EAAO,OAAOJ,CAAK,GAElC,IACT,CAoBO,UAAUA,EAAkD,CACjE,YAAK,KAAOA,EACL,IACT,CAQO,eAAeK,EAAuD,CAC3E,GAAI,CAAC,KAAK,KAAM,OAChB,IAAIC,EAAa,GAUjB,GATA,OAAO,KAAK,KAAK,MAAM,EACpB,KAAK,EACL,QAASC,GAAM,CACd,GAAIA,EAAG,CACL,IAAMN,EAAM,KAAK,OAAOM,GACpBD,EAAW,OAAS,IAAGA,GAAc,KACzCA,GAAc,GAAGF,EAAO,IAAIG,CAAC,KAAKN,GACpC,CACF,CAAC,EACCK,EAAW,SAAW,EAAG,OAC7B,IAAIE,EAAW,GACTC,EACJJ,GAAYA,EAAS,YACjB,CAAC,GAAGA,EAAS,YAAa,GAAG,KAAK,IAAI,EACtC,KAAK,KACX,OAAO,KAAKI,CAAI,EACb,KAAK,EACL,QAASF,GAAM,CACd,GAAIA,EAAG,CACL,IAAMN,EAAMQ,EAAKF,GACbN,IACFO,GAAY,IACZA,GAAY,GAAGJ,EAAO,IAAIG,CAAC,KAAKH,EAAO,IAAIH,CAAG,IAElD,CACF,CAAC,EACH,IAAIS,EAAO,KAAK,KAChB,OAAIL,GAAYA,EAAS,YACvBK,EAAOL,EAAS,YAAYK,CAAI,EAEhCA,EAAOC,GAAmBD,CAAI,EAGzB,GAAGN,EAAO,YAAY,KAAK,IAAI,IAAII,KAAYF,IACpDI,IAAS,OAAY,IAAMA,EAAO,IAEtC,CAEA,UAAmB,CACjB,IAAME,EAAO,KAAK,eAAe,MAAS,EAC1C,OAAOA,GAAc,kBAAkB,KAAK,UAAU,KAAM,MAAS,GACvE,CACF,ECzOO,IAAMC,EAAN,KAAsD,CAI3D,YAAYC,EAA8C,CACxD,KAAK,QAAU,CAAC,GAAGC,GAAmC,GAAGD,CAAO,EAChE,KAAK,QAAQ,CACf,CAEA,UAAUE,EAAeC,EAAiC,CACxD,IAAMC,EAAQC,GAAcH,CAAK,EACjC,GAAIE,GAASA,EAAQ,EACnB,OAAOA,EAAQ,KAAK,MAAM,KAAK,OAAO,EAAI,KAAK,QAAQ,WAAW,EAElE,GAAID,GAAkBA,EAAiB,EAAG,CAExC,GAAI,KAAK,QAAQ,YAAa,CAE5B,IAAIC,EAAQ,KAAK,IAAI,KAAK,QAAQ,cAAe,CAAC,EAC9CE,EAAYF,EAAQ,KAAK,QAAQ,gBACrC,QAASG,EAAI,EAAGA,EAAIJ,EAAgBI,IAGlC,GAFAH,EAAQE,EACRA,EAAYA,EAAY,KAAK,QAAQ,gBACjCA,GAAa,KAAK,QAAQ,cAAe,CAC3CA,EAAY,KAAK,QAAQ,cACzB,KACF,CAEF,OACEF,EACA,KAAK,MACH,KAAK,OAAO,GAAKE,EAAYF,GAC3B,KAAK,OAAO,EAAI,KAAK,QAAQ,WACjC,CAEJ,CAEA,IAAIA,EAAQ,KAAK,IAAI,KAAK,QAAQ,cAAe,CAAC,EAClD,QAASG,EAAI,EAAGA,EAAIJ,EAAgBI,IAElC,GADAH,EAAQA,EAAQ,KAAK,QAAQ,gBACzBA,GAAS,KAAK,QAAQ,cAAe,CACvCA,EAAQ,KAAK,QAAQ,cACrB,KACF,CAEF,OAAOA,EAAQ,KAAK,MAAM,KAAK,OAAO,EAAI,KAAK,QAAQ,WAAW,CACpE,MAAW,KAAK,aACd,KAAK,aAAe,KAAK,IACvB,KAAK,IAAI,KAAK,aAAe,KAAK,QAAQ,gBAAiB,CAAC,EAC1D,KAAK,MAAM,KAAK,OAAO,EAAI,KAAK,QAAQ,WAAW,EACrD,KAAK,QAAQ,aACf,EAEA,KAAK,aACH,KAAK,QAAQ,cACb,KAAK,MAAM,KAAK,OAAO,EAAI,KAAK,QAAQ,WAAW,EAEvD,OAAO,KAAK,YAEhB,CACA,SAAgB,CACd,KAAK,aAAe,MACtB,CACF,EAOO,SAASI,GACdR,EACoB,CACpB,OAAO,IAAID,EAAkBC,CAAO,CACtC,CCxEA,SAASS,GAAoBC,EAA6C,CACxE,IAAIC,EACAC,EAAQF,EACRG,EAAgBH,EACpB,KAAOG,EAAc,MACfA,EAAc,KAAK,QAAUD,EAAM,UACrCD,EAASE,EACTD,EAAQC,EAAc,MAExBA,EAAgBA,EAAc,KAEhC,MAAO,CAACD,EAAOD,CAAM,CACvB,CAKA,IAAqBG,EAArB,KAAiC,CAM/B,YACUC,EACAC,EAKAC,EAIK,IAAG,GAChB,CAXQ,cAAAF,EACA,gBAAAC,EAKA,cAAAC,EAXV,UAAO,EACP,YAAS,GACT,KAAQ,eAAsB,MAc3B,CAEH,SACEC,EACAC,EACAC,EACAC,EACM,CAEN,GADI,KAAK,QACL,CAACH,EAAM,OAAQ,OACnB,IAAII,EAAY,KAAK,IAAI,EAAIF,EAK7B,GAJIC,EAAUC,IACZA,EAAYD,GAGV,KAAK,OAAS,KAAK,KAAOH,EAAM,OAAS,KAAK,SAAU,CAC1D,IAAMK,EAAW,KAAK,KAChBC,EAAUD,EAAW,GAC3B,EAAG,CAED,GAAM,CAACX,EAAOD,CAAM,EAAIF,GAAoB,KAAK,KAAK,EACtD,KAAK,MAAQG,EAAM,MAAM,OACrBD,EACFA,EAAO,KAAOC,EAAM,MAEpB,KAAK,MAAQA,EAAM,KACf,KAAK,OACP,KAAK,cAAc,KAAK,MAAM,UAAY,KAAK,IAAI,CAAC,GAGxDA,EAAM,KAAO,OACb,KAAK,SAASA,CAAK,CACrB,OAAS,KAAK,OAAS,KAAK,KAAOM,EAAM,OAASM,GAClDC,EAAI,MACF,gBACEF,EAAW,KAAK,oEAEhB,KAAK,iBAET,CACF,CACA,IAAMG,EAAmB,CACvB,MAAAR,EACA,WAAAC,EACA,UAAAG,EACA,QAAAD,CACF,EAEIM,EAAiC,KAAK,MACtChB,EACJ,OAAS,CACP,GAAI,CAACgB,GAAWA,EAAQ,UAAYL,EAAW,CAC7CI,EAAM,KAAOC,EACThB,EACFA,EAAO,KAAOe,GAEd,KAAK,MAAQA,EACb,KAAK,cAAcJ,EAAY,KAAK,IAAI,CAAC,GAE3C,KACF,CACAX,EAASgB,EACTA,EAAUA,EAAQ,IACpB,CACA,KAAK,MAAQT,EAAM,MACrB,CAEA,aAAqC,CACnC,GAAI,KAAK,MAAO,CACd,IAAMU,EAAU,KAAK,MACrB,YAAK,MAAQ,KAAK,MAAM,KACxBA,EAAQ,KAAO,OACf,KAAK,MAAQA,EAAQ,MAAM,OACpBA,CACT,CAEF,CAEA,cAAcR,EAAqB,CAC7B,KAAK,gBACP,aAAa,KAAK,cAAc,EAElC,KAAK,eAAiB,WAAW,IAAM,CACrC,IAAMQ,EAAU,KAAK,YAAY,EAC7BA,EACF,KAAK,WAAWA,EAAQ,MAAOA,EAAQ,WAAYA,EAAQ,OAAO,EAC/D,MAAM,IAAM,CAEb,CAAC,EACA,QAAQ,IAAM,CAET,KAAK,OACP,KAAK,cAAc,KAAK,MAAM,UAAY,KAAK,IAAI,CAAC,CAExD,CAAC,EAEH,KAAK,eAAiB,MAE1B,EAAG,KAAK,IAAIR,EAAO,CAAC,CAAC,CACvB,CAEA,MAAM,OAAuB,CAC3B,IAAIQ,EACJ,KAAQA,EAAU,KAAK,YAAY,GACjC,MAAM,KAAK,WAAWA,EAAQ,MAAOA,EAAQ,WAAYA,EAAQ,OAAO,CAE5E,CAEA,OAAgB,CACd,OAAI,KAAK,iBACP,aAAa,KAAK,cAAc,EAChC,KAAK,eAAiB,QAExB,KAAK,OAAS,GACP,KAAK,IACd,CACF,EC9Je,SAARC,EAA4BC,EAAmB,CACpD,IAAIC,EAASD,EAAE,OAEf,QAASE,EAAI,EAAGA,EAAIF,EAAE,OAAQE,IAAK,CACjC,IAAMC,EAAOH,EAAE,WAAWE,CAAC,EAEvBC,EAAO,MAEAA,GAAQ,KAAQA,GAAQ,KACjCF,IACSE,GAAQ,MAASA,GAAQ,MAC9BA,GAAQ,OAAUA,GAAQ,MAG5BF,IAEAA,GAAU,EAIZA,GAAU,EAEd,CACA,OAAOA,CACT,CCbA,IAAMG,EAAN,KAAkB,CAKhB,YACUC,EACAC,EACAC,EACAC,EACR,CAJQ,qBAAAH,EACA,mBAAAC,EACA,aAAAC,EACA,kBAAAC,EARV,YAAS,EACT,WAAQ,GASN,KAAK,MAAQ,IAAI,MAAcH,CAAe,CAChD,CAEA,IAAII,EAAsB,CACxB,IAAMC,EAAOC,EAAWF,CAAM,EAC1B,KAAK,SAAW,EAClB,KAAK,aAAa,EACT,KAAK,MAAQC,EAAO,GAAK,KAAK,eAEvC,KAAK,MAAM,EAAE,MAAOE,GAAO,CAE3B,CAAC,EAEH,KAAK,MAAM,KAAK,QAAUH,EAC1B,KAAK,SACL,KAAK,OAASC,EAAO,GAEnB,KAAK,QAAU,KAAK,iBACpB,KAAK,OAAS,KAAK,gBAEnB,KAAK,MAAM,EAAE,MAAOE,GAAO,CAE3B,CAAC,CAEL,CACA,OAAuB,CACrB,IAAMC,EAAQ,KAAK,MAAM,EACzB,OAAIA,EAAM,OAAS,EACV,KAAK,QAAQA,CAAK,EAElB,QAAQ,QAAQ,CAE3B,CACA,OAAkB,CAChB,IAAMC,EAAS,KAAK,MAAM,MAAM,EAAG,KAAK,MAAM,EAC9C,YAAK,OAAS,EACd,KAAK,MAAQ,GACNA,CACT,CACF,EAEqBC,EAArB,KAAsD,CAcpD,YACUC,EACRC,EACAC,EACAC,EACAC,EACA,CALQ,eAAAJ,EAXV,KAAQ,OAAS,GAGjB,KAAQ,eAAsB,OAc5B,KAAK,KAAO,qBAAqB,mBAC/BC,CACF,YAAY,mBAAmBC,CAAM,eAAeC,IAChDC,GAAA,MAAAA,EAAc,cAChB,KAAK,MAAQ,gBAAgB,mBAC3BA,EAAa,WACf,KAEF,KAAK,aAAe,CAClB,GAAGC,GACH,GAAGD,CACL,EACA,KAAK,YAAcE,GAAYH,GAC/B,KAAK,wBAA0BI,GAAwBJ,GACnD,KAAK,aAAa,aACpB,KAAK,eAAe,KAAK,aAAa,WAAW,EAEnD,KAAK,YAAc,CACjB,OAAQ,OACR,QAAS,CACP,eAAgB,4BAChB,GAAGC,GAAA,YAAAA,EAAc,OACnB,EACA,cAAe,KAAK,aAAa,aACnC,EAEA,IAAMI,EAAmB,IAAY,CAC/B,KAAK,aAAa,cAAgB,IACpC,KAAK,mBAAmB,EAEnB,KAAK,SACR,KAAK,eAAiB,WACpB,IACE,KAAK,UACH,KAAK,YAAY,MAAM,EACvB,KAAK,aAAa,UACpB,EAAE,MAAOZ,GAAO,CAEhB,CAAC,EACH,KAAK,aAAa,aACpB,GAGN,EAEA,KAAK,YAAc,IAAIR,EACrB,KAAK,aAAa,UAClB,KAAK,aAAa,cACjBS,IACC,KAAK,mBAAmB,EACjB,KAAK,UAAUA,EAAO,KAAK,aAAa,UAAU,GAE3DW,CACF,EACA,KAAK,UAAY,KAAK,UAAU,KAAK,IAAI,EAEzC,KAAK,cAAgBC,GAAyB,KAAK,YAAY,EAC/D,KAAK,YAAc,IAAIC,EACrB,KAAK,aAAa,eAClB,KAAK,UACL,KAAK,aAAa,iBACpB,CACF,CAEA,UACEb,EACAc,EACAC,EAAkB,KAAK,IAAI,EAAI,KAAK,aAAa,aAClC,CAEf,IAAMC,EAAqB,KACrBC,EAAiBD,EAAK,aAAa,WAAa,EAAIF,EAC1D,GAAI,CAAC,KAAK,QAAUd,EAAM,OAAS,EAAG,CACpC,GAAIe,GAAW,KAAK,IAAI,EAAG,CACzB,IAAMG,EAAQ,IAAI,MAAM,0BAA0B,EAC5CC,EAAUH,EAAK,aAAa,YAAY,KAC5CA,EACAE,EACAlB,EACAiB,EACAF,CACF,EACA,OAAII,IAGJC,EAAI,MACF,sCAAsCH,MACtCC,CACF,EACO,QAAQ,OAAOA,CAAK,EAC7B,CACA,OAAO,IAAI,QAAc,CAACG,EAASC,IAAW,CAC5C,IAAIC,EACEC,EAAY,CAChB,gBAAgBC,EAAmBC,EAA2B,CAC5DH,EAAqBG,CACvB,EACA,MAAMR,EAAoB,CAExB,IAAMC,EAAUH,EAAK,aAAa,YAAY,KAC5CA,EACAE,EACAlB,EACAiB,EACAF,CACF,EACA,GAAII,EAAS,CACXA,EAAQ,KAAKE,EAASC,CAAM,EAC5B,MACF,CAGA,GACEJ,aAAiBS,GACjBT,EAAM,MACN,OAAOA,EAAM,KAAK,OAAU,UAC5BA,EAAM,KAAK,MAAM,SAAS,gCAAgC,EAC1D,CACAE,EAAI,KAAK,8BAAgCF,EAAM,KAAK,KAAK,EACzDK,EAAqB,IACrBC,EAAU,SAAS,EACnB,MACF,CAEA,GACE,CAACR,EAAK,QACNF,EAAgB,IACf,EAAEI,aAAiBS,IACjBT,EAAoB,YAAc,KACrC,CACAE,EAAI,KACF,sCAAsCH,MACtCC,CACF,EACAF,EAAK,YAAY,SACfhB,EACAc,EAAgB,EAChBE,EAAK,cAAc,UAAUE,EAAOD,CAAc,EAClDF,CACF,EACAO,EAAOJ,CAAK,EACZ,MACF,CACAE,EAAI,MAAM,4BAA6BF,CAAK,EAC5CI,EAAOJ,CAAK,CACd,EACA,UAAiB,CAEf,GAAIK,GAAsB,KAAOA,GAAsB,KACrDP,EAAK,aAAa,aAAa,KAAKA,EAAMhB,CAAK,EAC/CgB,EAAK,cAAc,QAAQ,EAC3BK,EAAQ,MACH,CACL,IAAMO,EAAU,+CAA+CL,aACzDL,EAAQ,IAAIS,EAChBJ,EACAK,EACA,OACA,GACF,EACAV,EAAM,QAAUU,EAChBJ,EAAU,MAAMN,CAAK,CACvB,CACF,CACF,EACA,KAAK,UAAU,KACb,KAAK,KACLlB,EAAM,KAAK;AAAA,CAAI,EACf,KAAK,YACLwB,CACF,CACF,CAAC,CACH,KACE,QAAO,QAAQ,QAAQ,CAE3B,CAEQ,oBAA2B,CAC7B,KAAK,iBAAmB,SAC1B,aAAa,KAAK,cAAc,EAChC,KAAK,eAAiB,OAE1B,CAEA,YAAY5B,EAAsB,CAChC,GAAI,KAAK,OACP,MAAM,IAAI,MAAM,2BAA2B,EAE7C,KAAK,YAAY,IAAIA,CAAM,CAC7B,CACA,aAAaiC,EAAkC,CAC7C,GAAI,KAAK,OACP,MAAM,IAAI,MAAM,2BAA2B,EAE7C,QAASC,EAAI,EAAGA,EAAID,EAAQ,OAAQC,IAClC,KAAK,YAAY,IAAID,EAAQC,EAAE,CAEnC,CACA,WAAWC,EAAoB,CAC7B,GAAI,KAAK,OACP,MAAM,IAAI,MAAM,2BAA2B,EAE7C,IAAMC,EAAOD,EAAM,eAAe,IAAI,EAClCC,GAAM,KAAK,YAAY,IAAIA,CAAI,CACrC,CACA,YAAYC,EAAgC,CAC1C,GAAI,KAAK,OACP,MAAM,IAAI,MAAM,2BAA2B,EAE7C,QAASH,EAAI,EAAGA,EAAIG,EAAO,OAAQH,IAAK,CACtC,IAAME,EAAOC,EAAOH,GAAG,eAAe,IAAI,EACtCE,GAAM,KAAK,YAAY,IAAIA,CAAI,CACrC,CACF,CACA,MAAM,MAAME,EAA0C,CAEpD,GADA,MAAM,KAAK,YAAY,MAAM,EACzBA,EACF,OAAO,MAAM,KAAK,YAAY,MAAM,CAExC,CACA,OAAuB,CAWrB,OAVe,KAAK,YAAY,MAAM,EAAE,QAAQ,IAAM,CACpD,IAAMC,EAAY,KAAK,YAAY,MAAM,EACrCA,GACFf,EAAI,MACF,4BAA4Be,6CAC5B,IACF,EAEF,KAAK,OAAS,EAChB,CAAC,CAEH,CACA,SAAkB,CAChB,YAAK,mBAAmB,EACxB,KAAK,OAAS,GACP,KAAK,YAAY,MAAM,EAAI,KAAK,YAAY,MACrD,CAIA,eAAeC,EAAyC,CACtD,YAAK,YAAcA,EACZ,IACT,CACA,YAAYC,EAA+D,CACzE,OAAIA,IAAU,OACL,KAAK,YAAY,EACf,OAAOA,GAAU,SACnBA,EAAM,OAAS,EAAIA,EAAQ,OACzBA,aAAiB,KACnB,KAAK,wBAAwBA,CAAK,EAElC,OADE,OAAOA,GAAU,SACZ,KAAK,MAAMA,CAAK,EAEhBA,CAFiB,CAInC,CACF,ECnVe,SAARC,EACLC,EAAiD,CAAC,EAChC,CAClB,IAAIC,EAAQ,EACNC,EAA2B,CAC/B,KAAOC,GAA8B,CACnC,GACEF,IAAU,GACVD,EAAU,MACVG,IAAS,MACTA,IAAS,OAET,OAAOH,EAAU,KAAKG,CAAI,CAE9B,EACA,MAAQC,GAAuB,CAEzBH,IAAU,IACZA,EAAQ,EAEJD,EAAU,OAAOA,EAAU,MAAMI,CAAK,EAE9C,EACA,SAAU,IAAY,CAChBH,IAAU,IACZA,EAAQ,EAEJD,EAAU,UAAUA,EAAU,SAAS,EAE/C,EACA,gBAAiB,CAACK,EAAkBC,IAA8B,CAC5DN,EAAU,iBACZA,EAAU,gBAAgBK,EAASC,CAAU,CACjD,CACF,EACA,OAAIN,EAAU,iBACZE,EAAO,eAAiBF,EAAU,eAAe,KAAKA,CAAS,GAE7DA,EAAU,YACZE,EAAO,UAAYF,EAAU,UAAU,KAAKA,CAAS,GAEhDE,CACT,CCrCA,SAASK,GAAmBC,EAA6B,CACvD,IAAMC,EAAmB,CAAC,EAC1B,OAAAD,EAAS,QAAQ,QAAQ,CAACE,EAAeC,IAAgB,CACvD,IAAMC,EAAWH,EAAQE,GACrBC,IAAa,OACfH,EAAQE,GAAOD,EACN,MAAM,QAAQE,CAAQ,EAC/BA,EAAS,KAAKF,CAAK,EAEnBD,EAAQE,GAAO,CAACC,EAAUF,CAAK,CAEnC,CAAC,EACMD,CACT,CAKA,IAAqBI,EAArB,KAAyD,CAIvD,YAAoBC,EAAsC,CAAtC,uBAAAA,EAHpB,mBAA+BC,EAA0B,EAqPzD,KAAO,iBAIK,UAAY,CAAC,EArPvB,KAAK,eAAiB,CACpB,eAAgB,kCAEhB,GAAGD,EAAkB,OACvB,EACI,KAAK,kBAAkB,QACzB,KAAK,eAAe,cAClB,SAAW,KAAK,kBAAkB,OAEtC,KAAK,IAAM,OAAO,KAAK,kBAAkB,GAAG,EACxC,KAAK,IAAI,SAAS,GAAG,IACvB,KAAK,IAAM,KAAK,IAAI,UAAU,EAAG,KAAK,IAAI,OAAS,CAAC,GAIlD,KAAK,IAAI,SAAS,SAAS,IAC7B,KAAK,IAAM,KAAK,IAAI,UAAU,EAAG,KAAK,IAAI,OAAS,CAAgB,EACnEE,EAAI,KACF,sEAAsE,KAAK,OAC7E,EAEJ,CACA,KACEC,EACAC,EACAC,EACAC,EACM,CACN,IAAMC,EAAWC,EAA8BF,CAAS,EACpDG,EAAY,GACZC,EAAUL,EAAgB,OAC1BM,EACEC,EAAgB,IAAM,CAAC,EACzBC,EAASD,EACb,GAAIN,GAAaA,EAAU,eAAgB,CACzC,IAAMQ,EAAa,IAAI,gBAClBJ,IACHA,EAASI,EAAW,OACpBT,EAAU,CAAC,GAAGA,EAAS,OAAAK,CAAM,GAG/BA,EAAO,iBAAiB,QAAS,IAAM,CACrCG,EAAO,CACT,CAAC,EACDP,EAAU,eAAe,CACvB,QAAS,CACPG,EAAY,GACZK,EAAW,MAAM,CACnB,EACA,aAAc,CACZ,OAAOL,GAAaC,EAAO,OAC7B,CACF,CAAC,CACH,CACA,KAAK,MAAMP,EAAMC,EAAMC,CAAO,EAC3B,KAAK,MAAOX,GAAa,CAQxB,GAPIY,GAAA,MAAAA,EAAW,iBACbC,EAAS,gBACPd,GAAmBC,CAAQ,EAC3BA,EAAS,MACX,EAEF,MAAM,KAAK,qBAAqBA,CAAQ,EACpCA,EAAS,KAAM,CACjB,IAAMqB,EAASrB,EAAS,KAAK,UAAU,EACnCsB,EACJ,EAAG,CAID,GAHIL,GACF,MAAMA,EAEJF,EACF,MAGF,GADAO,EAAQ,MAAMD,EAAO,KAAK,EACtBR,EAAS,KAAKS,EAAM,KAAK,IAAM,GAAO,CACxC,IAAMC,EAAYV,EAAS,UAC3B,GAAI,CAACU,EAAW,CACd,IAAMC,EAAM,gDACZ,aAAMH,EAAO,OAAOG,CAAG,EAChB,QAAQ,OAAO,IAAI,MAAMA,CAAG,CAAC,CACtC,CACAP,EAAe,IAAI,QAASQ,GAAY,CACtCN,EAAS,IAAM,CACbM,EAAQ,EACRR,EAAe,OACfE,EAASD,CACX,EACAK,EAAUJ,CAAM,CAClB,CAAC,CACH,CACF,OAAS,CAACG,EAAM,KAClB,SAAWtB,EAAS,YAAa,CAC/B,IAAM0B,EAAS,MAAM1B,EAAS,YAAY,EAC1Ca,EAAS,KAAK,IAAI,WAAWa,CAAM,CAAC,CACtC,KAAO,CACL,IAAMC,EAAO,MAAM3B,EAAS,KAAK,EACjCa,EAAS,KAAK,IAAI,YAAY,EAAE,OAAOc,CAAI,CAAC,CAC9C,CACF,CAAC,EACA,MAAOC,GAAM,CACPb,GACHF,EAAS,MAAMe,CAAC,CAEpB,CAAC,EACA,QAAQ,IAAMf,EAAS,SAAS,CAAC,CACtC,CACA,MAAc,qBAAqBb,EAAmC,CACpE,GAAIA,EAAS,QAAU,IAAK,CAC1B,IAAI2B,EAAO,GACX,GAAI,CAEF,GADAA,EAAO,MAAM3B,EAAS,KAAK,EACvB,CAAC2B,EAAM,CACT,IAAME,EAAc7B,EAAS,QAAQ,IAAI,kBAAkB,EACvD6B,IACFF,EAAOE,EAEX,CACF,OAASD,EAAP,CACA,MAAApB,EAAI,KAAK,+BAAgCoB,CAAC,EACpC,IAAIE,EACR9B,EAAS,OACTA,EAAS,WACT,OACAA,EAAS,QAAQ,IAAI,aAAa,EAClCA,EAAS,QAAQ,IAAI,cAAc,CACrC,CACF,CACA,MAAM,IAAI8B,EACR9B,EAAS,OACTA,EAAS,WACT2B,EACA3B,EAAS,QAAQ,IAAI,aAAa,EAClCA,EAAS,QAAQ,IAAI,cAAc,CACrC,CACF,CACF,CAEA,MAAO,QACLS,EACAC,EACAC,EACmC,CAjLvC,IAAAoB,EAkLI,IAAM/B,EAAW,MAAM,KAAK,MAAMS,EAAMC,EAAMC,CAAO,EAErD,GADA,MAAM,KAAK,qBAAqBX,CAAQ,EACpCA,EAAS,KAAM,CACjB,IAAMqB,EAASrB,EAAS,KAAK,UAAU,EACvC,OAAS,CACP,GAAM,CAAC,MAAAE,EAAO,KAAA8B,CAAI,EAAI,MAAMX,EAAO,KAAK,EACxC,GAAIW,EACF,MAEF,IAAID,EAAApB,EAAQ,SAAR,MAAAoB,EAAgB,QAClB,YAAM/B,EAAS,KAAK,OAAO,EACrB,IAAIiC,EAEZ,MAAM/B,CACR,CACF,SAAWF,EAAS,YAAa,CAC/B,IAAM0B,EAAS,MAAM1B,EAAS,YAAY,EAC1C,MAAM,IAAI,WAAW0B,CAAM,CAC7B,KAAO,CACL,IAAMC,EAAO,MAAM3B,EAAS,KAAK,EACjC,MAAM,IAAI,YAAY,EAAE,OAAO2B,CAAI,CACrC,CACF,CAEA,MAAM,QACJlB,EACAC,EACAC,EACAuB,EACc,CA/MlB,IAAAH,EAAAI,EAgNI,IAAMnC,EAAW,MAAM,KAAK,MAAMS,EAAMC,EAAMC,CAAO,EAC/C,CAAC,QAAAV,CAAO,EAAID,EACZoC,EAAsBnC,EAAQ,IAAI,cAAc,GAAK,GACvDiC,GACFA,EAAgBnC,GAAmBC,CAAQ,EAAGA,EAAS,MAAM,EAG/D,MAAM,KAAK,qBAAqBA,CAAQ,EACxC,IAAMqC,GAAeF,GAAAJ,EAAApB,EAAQ,UAAR,YAAAoB,EAAiB,SAAjB,KAAAI,EAA2BC,EAChD,GAAIC,EAAa,SAAS,MAAM,EAC9B,OAAO,MAAMrC,EAAS,KAAK,EACtB,GACLqC,EAAa,SAAS,MAAM,GAC5BA,EAAa,WAAW,iBAAiB,EAEzC,OAAO,MAAMrC,EAAS,KAAK,CAE/B,CAEQ,MACNS,EACAC,EACAC,EACmB,CACnB,GAAM,CAAC,OAAA2B,EAAQ,QAAArC,KAAYsC,CAAK,EAAI5B,EAC9B6B,EAAM,GAAG,KAAK,MAAM/B,IACpBgC,EAAuB,CAC3B,OAAQH,EACR,KACEA,IAAW,OAASA,IAAW,OAC3B,OACA,OAAO5B,GAAS,SAChBA,EACA,KAAK,UAAUA,CAAI,EACzB,QAAS,CACP,GAAG,KAAK,eACR,GAAGT,CACL,EACA,YAAa,OAEb,GAAG,KAAK,kBAAkB,iBAE1B,GAAGsC,CACL,EACA,YAAK,iBAAiBE,EAAS9B,EAAS6B,CAAG,EACpC,MAAMA,EAAKC,CAAO,CAC3B,CA4BF,EC5QA,IAAMC,GAAuB,CAC3B,OAAQ,GACR,UAAW,IACX,UAAW,IACX,cAAe,IACf,YAAa,CAAC,WAAY,QAAS,SAAS,CAC9C,EAEaC,EAAN,KAAuC,CAE5C,YACUC,EACAC,EAIRC,EACA,CANQ,eAAAF,EACA,uBAAAC,EAMR,KAAK,QAAU,OAAOC,GAAQ,SAAW,CAAC,IAAAA,CAAG,EAAIA,CACnD,CAEA,KAAKC,EAA0C,CAC7C,OAAO,IAAIJ,EAAa,KAAK,UAAW,KAAK,kBAAmB,CAC9D,GAAG,KAAK,QACR,GAAGI,CACL,CAAC,CACH,CAEA,SAASC,EAA0D,CACjE,GAAM,CAAC,IAAAF,EAAK,KAAAG,EAAM,KAAAC,EAAM,QAAAC,CAAO,EAAI,KAAK,QAClCC,EAAO,qBAAqB,mBAAmBN,CAAG,IAClDO,EAAO,KAAK,UAChB,KAAK,gBAAgB,CACnB,MAAOL,EAAM,SAAS,EACtB,QAASN,GACT,KAAAO,CACF,CAAC,CACH,EACMF,EAAU,CACd,OAAQ,OACR,QAAS,CACP,eAAgB,mCAChB,kBAAmBG,EAAO,OAAS,WACnC,GAAGC,CACL,CACF,EACA,OAAO,KAAK,kBACTG,GAAa,KAAK,UAAU,KAAKF,EAAMC,EAAMN,EAASO,CAAQ,EAC/D,IAAM,KAAK,UAAU,QAAQF,EAAMC,EAAMN,CAAO,CAClD,CACF,CAEA,aAAaC,EAA2D,CACtE,OAAO,KAAK,SAASA,CAAK,EAAE,aAAa,CAC3C,CACA,YAAYA,EAAwD,CAClE,OAAO,KAAK,SAASA,CAAK,EAAE,YAAY,CAC1C,CACA,MAAMA,EAAwD,CAC5D,OAAO,KAAK,SAASA,CAAK,EAAE,MAAM,CACpC,CAEA,KAAKA,EAAqD,CACxD,OAAO,KAAK,SAASA,CAAK,EAAE,KAAK,CACnC,CAEA,WACEA,EACAM,EACM,CACN,OAAO,KAAK,SAASN,CAAK,EAAE,aAAaM,CAAQ,CACnD,CAEA,UACEN,EACAM,EACM,CACN,OAAO,KAAK,SAASN,CAAK,EAAE,YAAYM,CAAQ,CAClD,CAEA,YACEN,EACAO,EAImB,CACnB,OAAO,KAAK,SAASP,CAAK,EAAE,YAAYO,CAAS,CACnD,CAEA,aAAaP,EAA4D,CACvE,OAAO,KAAK,SAASA,CAAK,EAAE,aAAa,CAC3C,CAEA,SAASA,EAAqD,CAC5D,GAAM,CAAC,IAAAF,EAAK,KAAAG,EAAM,KAAAC,EAAM,QAAAC,CAAO,EAAI,KAAK,QACxC,OAAO,KAAK,UAAU,QACpB,qBAAqB,mBAAmBL,CAAG,IAC3C,KAAK,UACH,KAAK,gBAAgB,CACnB,MAAOE,EAAM,SAAS,EACtB,QAASN,GACT,KAAAO,CACF,CAAC,CACH,EACA,CACE,OAAQ,OACR,QAAS,CACP,OAAQ,WACR,kBAAmBC,EAAO,OAAS,WACnC,eAAgB,mCAChB,GAAGC,CACL,CACF,CACF,CACF,CAEQ,gBAAgBK,EAAmB,CAnI7C,IAAAC,EAoII,OAAI,OAAO,KAAK,QAAQ,KAAQ,aAC9BD,EAAQ,IAAM,KAAK,QAAQ,IAAI,GAGjCA,EAAQ,MAAOC,EAAA,KAAK,QAAQ,OAAb,KAAAA,EAAqB,OAC7BD,CACT,CACF,EAEOE,GAAQf,EC3HR,SAASgB,GACdC,EACAC,EACqB,CACrB,OAAOA,EAAU,SAASD,CAAM,CAClC,CAMO,IAAME,EAAN,KAA+D,CACpE,YACUC,EACAC,EACAC,EACR,CAHQ,cAAAF,EACA,4BAAAC,EACA,mBAAAC,CACP,CACH,cAAsC,CACpC,OAAOC,EAAsB,KAAK,uBAAuB,CAAC,CAC5D,CACA,aAAkC,CAChC,OAAOC,GACLD,EAAsB,KAAK,uBAAuB,CAAC,CACrD,CACF,CACA,OAA4B,CAC1B,OAAO,IAAIE,EAAgB,KAAK,SAAWC,GACzCC,EAAcD,EAAU,KAAK,aAAa,CAC5C,CACF,CAEA,MAAwB,CACtB,OAAO,IAAID,EAAgB,KAAK,SAAWC,GAClCC,EACLC,EAAc,CACZ,KAAKX,EAAQC,EAAW,CACtBQ,EAAS,KAAK,CAAC,OAAAT,EAAQ,UAAAC,CAAS,CAAC,CACnC,EACA,MAAMW,EAAG,CACPH,EAAS,MAAMG,CAAC,CAClB,EACA,UAAW,CACTH,EAAS,SAAS,CACpB,CACF,CAAC,EACD,KAAK,aACP,CACD,CACH,CAEA,aAAaI,EAA+C,CAC1D,KAAK,SAASH,EAAcG,EAAU,KAAK,aAAa,CAAC,CAC3D,CAEA,YAAYA,EAA8C,CACxD,KAAK,SAASH,EAAcC,EAAcE,CAAQ,EAAG,KAAK,aAAa,CAAC,CAC1E,CAEA,YACEC,EAGqBf,GAIF,CACnB,IAAMgB,EAAmB,CAAC,EAC1B,OAAO,IAAI,QAAQ,CAACC,EAASC,IAAW,CACtC,KAAK,YAAY,CACf,KAAKjB,EAAkBC,EAAoC,CACzD,IAAMiB,EAAQJ,EAAU,KAAK,KAAMd,EAAQC,CAAS,EAChDiB,IAAU,QACZH,EAAO,KAAKG,CAAK,CAErB,EACA,MAAMC,EAAoB,CACxBF,EAAOE,CAAK,CACd,EACA,UAAiB,CACfH,EAAQD,CAAM,CAChB,CACF,CAAC,CACH,CAAC,CACH,CAEA,cAAuC,CACrC,IAAMA,EAAwB,CAAC,EAC/B,OAAO,IAAI,QAAQ,CAACC,EAASC,IAAW,CACtC,KAAK,aAAa,CAChB,KAAKG,EAAoB,CACvBL,EAAO,KAAKK,CAAI,CAClB,EACA,MAAMD,EAAoB,CACxBF,EAAOE,CAAK,CACd,EACA,UAAiB,CACfH,EAAQD,CAAM,CAChB,CACF,CAAC,CACH,CAAC,CACH,CACF,ECpGA,IAAqBM,EAArB,KAA8B,CAY5B,YAAYC,EAAiC,CAhC/C,IAAAC,EAiCI,GAAI,OAAOD,GAAY,SACrB,KAAK,SAAW,CAAC,IAAKA,CAAO,UACpBA,IAAY,MAAQ,OAAOA,GAAY,SAChD,KAAK,SAAWA,MAEhB,OAAM,IAAIE,EAAqB,oCAAoC,EAErE,IAAMC,EAAM,KAAK,SAAS,IAC1B,GAAI,OAAOA,GAAQ,SACjB,MAAM,IAAID,EAAqB,mBAAmB,EAChDC,EAAI,SAAS,GAAG,IAAG,KAAK,SAAS,IAAMA,EAAI,UAAU,EAAGA,EAAI,OAAS,CAAC,GAC1E,KAAK,WAAYF,EAAA,KAAK,SAAS,YAAd,KAAAA,EAA2B,IAAIG,EAAc,KAAK,QAAQ,EAC3E,KAAK,mBAAqB,CACxBC,EACAC,IAEA,IAAIC,EACFF,EACAC,EACA,KAAK,UAAU,aACjB,CACJ,CAoBA,YACEE,EACAC,EACAC,EAAgC,KAChCC,EACU,CACV,OAAO,IAAIC,EACT,KAAK,UACLJ,EACAC,EACAC,EACAC,GAAA,KAAAA,EAAgB,KAAK,SAAS,YAChC,CACF,CAcA,YAAYH,EAAsC,CAChD,OAAO,IAAIK,GAAa,KAAK,UAAW,KAAK,mBAAoBL,CAAG,CACtE,CACF","names":["createTextDecoderCombiner","decoder","first","second","retVal","chunk","start","end","chunksToLines","target","chunkCombiner","chunks","createTextDecoderCombiner","previous","finished","quoted","paused","resumeChunks","bufferReceived","chunk","index","start","c","end","retVal","e","error","cancellable","x","chunksToLinesIterable","source","chunkCombiner","chunks","createTextDecoderCombiner","previous","quoted","chunk","index","start","c","end","LineSplitter","val","line","quoteCount","startIndex","values","count","i","c","start","end","identity","x","typeSerializers","FluxTableColumnImpl","row","_a","val","UNKNOWN_COLUMN","newFluxTableColumn","createFluxTableColumn","object","_b","retVal","retriableStatusCodes","isStatusCodeRetriable","statusCode","IllegalArgumentError","message","HttpError","statusMessage","body","retryAfter","contentType","e","RETRY_CODES","canRetryHttpCall","error","getRetryDelay","retryJitter","retVal","RequestTimedOutError","AbortError","serializeDateTimeAsDate","typeSerializers","x","serializeDateTimeAsNumber","serializeDateTimeAsString","FluxTableMetaDataImpl","columns","col","i","label","errorOnMissingColumn","IllegalArgumentError","UNKNOWN_COLUMN","row","acc","column","createFluxTableMetaData","linesToTables","consumer","splitter","LineSplitter","columns","expectMeta","firstColumnIndex","lastMeta","retVal","error","line","values","size","i","newFluxTableColumn","createFluxTableMetaData","linesToRowsIterable","source","splitter","LineSplitter","columns","expectMeta","firstColumnIndex","lastMeta","line","values","size","i","newFluxTableColumn","createFluxTableMetaData","stringToLines","source","target","quoted","start","index","c","end","symbolObservable","QuerySubscription","observer","executor","value","e","c","_a","noop","completeObserver","next","error","complete","ObservableQuery","decorator","observerOrNext","symbolObservable","DEFAULT_ConnectionOptions","DEFAULT_RetryDelayStrategyOptions","DEFAULT_WriteOptions","createEscaper","characters","replacements","value","retVal","from","i","found","createQuotedEscaper","escaper","escape","zeroPadding","useProcessHrtime","use","lastMillis","stepsInMillis","nanos","millis","zeroPadding","micros","seconds","currentTime","dateToProtocolTimestamp","d","convertTimeToNanos","value","consoleLogger","message","error","provider","Log","setLogger","logger","previous","FLUX_VALUE","FluxParameter","fluxValue","isFluxParameterLike","value","sanitizeString","retVal","i","prepareRetVal","c","fluxString","sanitizeFloat","val","strVal","hasDot","fluxFloat","sanitizeInteger","negative","fluxInteger","sanitizeDateTime","fluxDateTime","fluxDuration","sanitizeRegExp","fluxRegExp","fluxBool","fluxExpression","toFluxValue","flux","strings","values","parts","partIndex","text","sanitized","Point","measurementName","name","value","val","strVal","code","escape","settings","fieldsLine","x","tagsLine","tags","time","convertTimeToNanos","line","RetryStrategyImpl","options","DEFAULT_RetryDelayStrategyOptions","error","failedAttempts","delay","getRetryDelay","nextDelay","i","createRetryDelayStrategy","findShrinkCandidate","first","parent","found","currentParent","RetryBuffer","maxLines","retryLines","onShrink","lines","retryCount","delay","expires","retryTime","origSize","newSize","Log","toAdd","current","toRetry","utf8Length","s","retVal","i","code","WriteBuffer","maxChunkRecords","maxBatchBytes","flushFn","scheduleSend","record","size","utf8Length","_e","lines","retVal","WriteApiImpl","transport","org","bucket","precision","writeOptions","DEFAULT_WriteOptions","currentTime","dateToProtocolTimestamp","scheduleNextSend","createRetryDelayStrategy","RetryBuffer","retryAttempts","expires","self","failedAttempts","error","onRetry","Log","resolve","reject","responseStatusCode","callbacks","_headers","statusCode","HttpError","message","records","i","point","line","points","withRetryBuffer","remaining","tags","value","completeCommunicationObserver","callbacks","state","retVal","data","error","headers","statusCode","getResponseHeaders","response","headers","value","key","previous","FetchTransport","connectionOptions","createTextDecoderCombiner","Log","path","body","options","callbacks","observer","completeCommunicationObserver","cancelled","signal","pausePromise","resumeQuickly","resume","controller","reader","chunk","useResume","msg","resolve","buffer","text","e","headerError","HttpError","_a","done","AbortError","responseStarted","_b","responseContentType","responseType","method","other","url","request","DEFAULT_dialect","QueryApiImpl","transport","createCSVResponse","org","options","query","type","gzip","headers","path","body","consumer","rowMapper","request","_a","QueryApiImpl_default","defaultRowMapping","values","tableMeta","AnnotatedCSVResponseImpl","executor","iterableResultExecutor","chunkCombiner","chunksToLinesIterable","linesToRowsIterable","ObservableQuery","observer","chunksToLines","linesToTables","e","consumer","rowMapper","retVal","resolve","reject","toAdd","error","line","InfluxDB","options","_a","IllegalArgumentError","url","FetchTransport","executor","iterableResultExecutor","AnnotatedCSVResponseImpl","org","bucket","precision","writeOptions","WriteApiImpl","QueryApiImpl_default"]} \ No newline at end of file diff --git a/software/flow/node_modules/@influxdata/influxdb-client/dist/index.d.ts b/software/flow/node_modules/@influxdata/influxdb-client/dist/index.d.ts deleted file mode 100644 index 36a0aca..0000000 --- a/software/flow/node_modules/@influxdata/influxdb-client/dist/index.d.ts +++ /dev/null @@ -1,1197 +0,0 @@ -/** - * ChunkCombiner is a simplified platform-neutral manipulation of Uint8arrays - * that allows to process text data on the fly. The implementation can be optimized - * for the target platform (node vs browser). - */ -interface ChunkCombiner { - /** - * Concatenates first and second chunk. - * @param first - first chunk - * @param second - second chunk - * @returns first + second - */ - concat(first: Uint8Array, second: Uint8Array): Uint8Array; - /** - * Converts chunk into a string. - * @param chunk - chunk - * @param start - start index - * @param end - end index - * @returns string representation of chunk slice - */ - toUtf8String(chunk: Uint8Array, start: number, end: number): string; - /** - * Creates a new chunk from the supplied chunk. - * @param chunk - chunk to copy - * @param start - start index - * @param end - end index - * @returns a copy of a chunk slice - */ - copy(chunk: Uint8Array, start: number, end: number): Uint8Array; -} -/** - * Creates a chunk combiner instance that uses UTF-8 - * TextDecoder to decode Uint8Arrays into strings. - */ -declare function createTextDecoderCombiner(): ChunkCombiner; - -/** - * Allows to cancel a running execution. - */ -interface Cancellable { - /** - * Cancels execution. - */ - cancel(): void; - isCancelled(): boolean; -} - -/** - * Type of HTTP headers. - */ -type HttpHeaders = { - [header: string]: string | string[] | undefined; -}; - -/** - * Informs about a start of response processing. - * @param headers - response HTTP headers - * @param statusCode - response status code - */ -type ResponseStartedFn = (headers: HttpHeaders, statusCode?: number) => void; -/** - * Observes communication with the server. - */ -interface CommunicationObserver<T> { - /** - * Data chunk received, can be called multiple times. - * @param data - data - * @returns when `false` value is returned and {@link CommunicationObserver.useResume} is defined, - * future calls to `next` are paused until resume is called. - */ - next(data: T): void | boolean; - /** - * Communication ended with an error. - */ - error(error: Error): void; - /** - * Communication was successful. - */ - complete(): void; - /** - * Informs about a start of response processing. - */ - responseStarted?: ResponseStartedFn; - /** - * Setups cancelllable for this communication. - */ - useCancellable?: (cancellable: Cancellable) => void; - /** - * Setups a callback that resumes reading of next data, it is called whenever - * {@link CommunicationObserver.next} returns `false`. - * - * @param resume - a function that will resume reading of next data when called - */ - useResume?: (resume: () => void) => void; -} - -/** - * ChunksToLines is a transformation that accepts Uint8Array instances - * and emmits strings representing CSV lines. - * @param target - target to emmit CSV lines to - * @param chunkCombiner - chunk combiner - * @returns communication obrver to accept Uint8Arrays - */ -declare function chunksToLines(target: CommunicationObserver<string>, chunkCombiner?: ChunkCombiner): CommunicationObserver<Uint8Array>; - -/** - * ChunksToLinesIterable is a transformation that accepts - * an iterable of Uint8Array instances and returns iterable of lines. - * @param source - iterable of transport buffers - * @param chunkCombiner - chunk combiner - * @returns iterable of lines - */ -declare function chunksToLinesIterable(source: AsyncIterable<Uint8Array>, chunkCombiner?: ChunkCombiner): AsyncIterableIterator<string>; - -/** - * Type of query result column, see {@link https://docs.influxdata.com/influxdb/latest/reference/syntax/annotated-csv/#data-types } - */ -type ColumnType = 'boolean' | 'unsignedLong' | 'long' | 'double' | 'string' | 'base64Binary' | 'dateTime:RFC3339' | 'duration' | string; -/** - * FluxTableColumn describes {@link http://bit.ly/flux-spec#table | flux table} column. - */ -interface FluxTableColumn { - /** - * Label (e.g., "_start", "_stop", "_time"). - */ - label: string; - /** - * The data type of column (e.g., "string", "long", "dateTime:RFC3339"). - */ - dataType: ColumnType; - /** - * Boolean flag indicating if the column is a part of the table's group key. - */ - group: boolean; - /** - * Default value to be used for rows whose string value is an empty string. - */ - defaultValue: string; - /** - * Index of this column in a row array. - */ - index: number; - /** - * Get returns a JavaScript object of this column in the supplied result row, using default deserializers. - * @param row - a data row - * @returns column value - */ - get: (row: string[]) => any; -} -/** - * A dictionary of serializers of particular types returned by a flux query. - * See {@link https://docs.influxdata.com/influxdb/latest/reference/syntax/annotated-csv/#data-types } - */ -declare const typeSerializers: Record<ColumnType, (val: string) => any>; -declare const UNKNOWN_COLUMN: FluxTableColumn; -/** - * Creates a new flux table column. - * @returns column instance - */ -declare function newFluxTableColumn(): FluxTableColumn; -/** - * Creates a flux table column from a partial FluxTableColumn. - * @param object - source object - * @returns column instance - */ -declare function createFluxTableColumn(object: Partial<FluxTableColumn>): FluxTableColumn; - -/** - * serializeDateTimeAsDate changes type serializers to return JavaScript Date instances - * for 'dateTime:RFC3339' query result data type. Empty value is converted to null. - * @remarks - * Please note that the result has millisecond precision whereas InfluxDB returns dateTime - * in nanosecond precision. - */ -declare function serializeDateTimeAsDate(): void; -/** - * serializeDateTimeAsNumber changes type serializers to return milliseconds since epoch - * for 'dateTime:RFC3339' query result data type. Empty value is converted to null. - * @remarks - * Please note that the result has millisecond precision whereas InfluxDB returns dateTime - * in nanosecond precision. - */ -declare function serializeDateTimeAsNumber(): void; -/** - * serializeDateTimeAsString changes type serializers to return string values - * for `dateTime:RFC3339` query result data type. Empty value is converted to null. - */ -declare function serializeDateTimeAsString(): void; -/** - * Represents metadata of a {@link http://bit.ly/flux-spec#table | flux table}. - */ -interface FluxTableMetaData { - /** - * Table columns. - */ - columns: Array<FluxTableColumn>; - /** - * Gets columns by name - * @param label - column label - * @param errorOnMissingColumn - throw error on missing column (by default), return UNKNOWN_COLUMN when false - * @returns table column - * @throws IllegalArgumentError if column is not found - **/ - column(label: string, errorOnMissingColumn?: boolean): FluxTableColumn; - /** - * Creates an object out of the supplied row with the help of column descriptors. - * @param row - a row with data for each column - */ - toObject(row: string[]): { - [key: string]: any; - }; - /** - * Gets column values out of the supplied row. - * @param row - a row with data for each column - * @param column - column name - * @returns column value, undefined for unknown column - */ - get(row: string[], column: string): any; -} -/** - * Created FluxTableMetaData from the columns supplied. - * @param columns - columns - * @returns - instance - */ -declare function createFluxTableMetaData(columns: FluxTableColumn[]): FluxTableMetaData; -/** Wraps values and associated metadata of a query result row */ -interface Row { - values: string[]; - tableMeta: FluxTableMetaData; -} - -/** - * Observes results of a flux query. - */ -interface FluxResultObserver<T> { - /** - * Inform about a next record in a table. - * @param row - flux result - * @param tableMeta - actual table metata for the row supplied - * @returns when `false` value is returned and {@link FluxResultObserver.useResume} is defined, - * future calls to `next` are paused until resume is called. - */ - next(row: T, tableMeta: FluxTableMetaData): void | boolean; - /** - * Signalizes processing error. - */ - error(error: Error): void; - /** - * Signalizes completition. - */ - complete(): void; - /** - * Setups cancellable that can abort flux result processing. - */ - useCancellable?: (cancellable: Cancellable) => void; - /** - * Setups a callback that resumes reading of next data, it is called whenever - * {@link FluxResultObserver.next} returns `false`. - * - * @param resume - a function that will resume reading of next data when called - */ - useResume?: (resume: () => void) => void; -} - -/** - * LinesToTables creates a transformation that accepts (flux) annotated CSV lines - * and emits rows together with table metadata. - */ -declare function linesToTables(consumer: FluxResultObserver<string[]>): CommunicationObserver<string>; - -/** - * LinesToRowsIterable is a transformation that accepts - * an iterable of flux annotated CSV lines and returns - * an iterable of rows (row values and table metadata). - */ -declare function linesToRowsIterable(source: AsyncIterable<string>): AsyncIterableIterator<Row>; - -/** - * Optimized tokenizer of a single CSV line. - */ -declare class LineSplitter { - /** returned value when reused */ - reusedValues: string[]; - /** last length of elements in */ - lastSplitLength: number; - private _reuse; - /** - * Reuse returned array between consecutive calls. - */ - get reuse(): boolean; - set reuse(val: boolean); - /** - * Sets the reuse flag and returns this. - */ - withReuse(): LineSplitter; - /** - * Splits the supplied line to elements that are separated by - * comma with values possibly escaped within double quotes ("value") - * @param line - line - * @returns array of splitted parts - */ - splitLine(line: string | undefined | null): string[]; - private getValue; -} - -/** - * StringToLines is a transformation that emmits strings for each CSV - * line in the supplied source string. - * @param source - source string - * @param target - target to emmit CSV lines to - * @returns communication obrver to accept Uint8Arrays - */ -declare function stringToLines(source: string, target: CommunicationObserver<string>): void; - -declare global { - interface SymbolConstructor { - readonly observable: symbol; - } -} -/** Symbol.observable or a string "\@\@observable". Used for interop */ -declare const symbolObservable: typeof Symbol.observable | "@@observable"; - -/** Type of {@link Observer.next} */ -type ObserverNext<T> = (value: T) => void; -/** Type of {@link Observer.error} */ -type ObserverError = (e: any) => void; -/** Type of {@link Observer.complete} */ -type ObserverComplete = () => void; -/** Observer mimics Observer from ECMAScript TC39 Observable proposal */ -interface Observer<T> { - next: ObserverNext<T>; - error: ObserverError; - complete: ObserverComplete; -} -interface Subscribable<T> { - subscribe(observer: Partial<Observer<T>>): Subscription; -} -/** - * An observable that aligns with the - * {@link https://github.com/tc39/proposal-observable | TC39 observable proposal} and - * can be consumed by other observable libraries like - * {@link https://github.com/ReactiveX/rxjs | rx js} or - * {@link https://github.com/zenparsing/zen-observable | zen-observable}. - */ -interface Observable<T> { - subscribe(): Subscription; - subscribe(observer: Partial<Observer<T>>): Subscription; - subscribe(next: ObserverNext<T>, error?: ObserverError, complete?: ObserverComplete): Subscription; - [Symbol.observable](): Subscribable<T>; -} -/** Subscription mimics Subscription from ECMAScript TC39 Observable proposal */ -interface Subscription { - readonly closed: boolean; - unsubscribe(): void; -} - -/** - * A factory that returns async iterables. - */ -type IterableResultExecutor = () => AsyncIterable<Uint8Array>; -/** - * AnnotatedCSVResponse provides various ways of how to - * process data from an annotated CSV response stream, - * which is returned as a result of a flux script execution. - */ -interface AnnotatedCSVResponse { - /** - * IterateLines returns iterable of CSV response lines suitable for `for-await` loop consumption. - * @returns iterable of lines - */ - iterateLines(): AsyncIterable<string>; - /** - * IterateRows returns iterable of response table rows suitable for `for-await` loop consumption. - * @returns iterable of rows - */ - iterateRows(): AsyncIterable<Row>; - /** - * Lines creates a cold observable of the CSV response lines. - * @returns observable of CSV result lines - */ - lines(): Observable<string>; - /** - * Rows creates a cold observable of the CSV response rows. - * @returns observable of CSV result rows - */ - rows(): Observable<Row>; - /** - * ConsumesLines consumes result lines (including empty and annotation lines) - * through the supplied consumer. See [annotated-csv](https://docs.influxdata.com/influxdb/latest/reference/syntax/annotated-csv/). - * @param consumer - csv result lines and error consumer - */ - consumeLines(consumer: CommunicationObserver<string>): void; - /** - * ConsumeRows consumes result rows through the supplied consumer. - * - * @param consumer - csv result lines and error consumer - */ - consumeRows(consumer: FluxResultObserver<string[]>): void; - /** - * CollectRows collects all the result rows in the returned Promise. - * This method is suitable to collect simple results. Use with caution, - * a possibly huge stream of results is copied to memory. - * - * @param rowMapper - maps the supplied row to an item that is then collected, - * undefined return values are not collected. If no rowMapper is supplied, - * `row => tableMeta.toObject(row.values)` is used. - * @returns Promise of mapped results - */ - collectRows<T>(rowMapper?: (values: string[], tableMeta: FluxTableMetaData) => T | undefined): Promise<Array<T>>; - /** - * CollectLines collects all result lines in the returned Promise. - * This method is suitable to collect simple results. Use with caution, - * a possibly huge stream of lines is copied to memory. - * - * @returns Promise of returned csv lines - */ - collectLines(): Promise<Array<string>>; -} - -/** APIExecutor executes the API and passes its response to the supplied consumer */ -type APIExecutor = (consumer: CommunicationObserver<Uint8Array>) => void; - -/** - * Options for sending a request message. - */ -interface SendOptions { - /** HTTP method (POST, PUT, GET, PATCH ...) */ - method: string; - /** Request HTTP headers. */ - headers?: { - [key: string]: string; - }; - /** When specified, message body larger than the treshold is gzipped */ - gzipThreshold?: number; - /** Abort signal */ - signal?: AbortSignal; -} -/** - * Simpified platform-neutral transport layer for communication with InfluxDB. - */ -interface Transport { - /** - * Send data to the server and receive communication events via callbacks. - * - * @param path - HTTP request path - * @param requestBody - HTTP request body - * @param options - send options - * @param callbacks - communication callbacks to received data in Uint8Array - */ - send(path: string, requestBody: string, options: SendOptions, callbacks?: Partial<CommunicationObserver<Uint8Array>>): void; - /** - * Sends data to the server and receives decoded result. The type of the result depends on - * response's content-type (deserialized json, text). - - * @param path - HTTP request path - * @param requestBody - request body - * @param options - send options - * @returns response data - */ - request(path: string, requestBody: any, options: SendOptions, responseStarted?: ResponseStartedFn): Promise<any>; - /** - * Sends requestBody and returns response chunks in an async iterable - * that can be easily consumed in an `for-await` loop. - * - * @param path - HTTP request path - * @param requestBody - request body - * @param options - send options - * @returns async iterable - */ - iterate(path: string, requestBody: any, options: SendOptions): AsyncIterableIterator<Uint8Array>; - /** - * Combines response chunks to create a single response object. - */ - readonly chunkCombiner: ChunkCombiner; -} - -/** - * Settings that control the way of how a {@link Point} is serialized - * to a protocol line. - */ -interface PointSettings { - /** default tags to add to every point */ - defaultTags?: { - [key: string]: string; - }; - /** convertTime serializes Point's timestamp to a line protocol value */ - convertTime?: (value: string | number | Date | undefined) => string | undefined; -} -/** - * Point defines values of a single measurement. - */ -declare class Point { - private name; - private tags; - /** escaped field values */ - fields: { - [key: string]: string; - }; - private time; - /** - * Create a new Point with specified a measurement name. - * - * @param measurementName - the measurement name - */ - constructor(measurementName?: string); - /** - * Sets point's measurement. - * - * @param name - measurement name - * @returns this - */ - measurement(name: string): Point; - /** - * Adds a tag. The caller has to ensure that both name and value are not empty - * and do not end with backslash. - * - * @param name - tag name - * @param value - tag value - * @returns this - */ - tag(name: string, value: string): Point; - /** - * Adds a boolean field. - * - * @param field - field name - * @param value - field value - * @returns this - */ - booleanField(name: string, value: boolean | any): Point; - /** - * Adds an integer field. - * - * @param name - field name - * @param value - field value - * @returns this - * @throws NaN or out of int64 range value is supplied - */ - intField(name: string, value: number | any): Point; - /** - * Adds an unsigned integer field. - * - * @param name - field name - * @param value - field value - * @returns this - * @throws NaN out of range value is supplied - */ - uintField(name: string, value: number | any): Point; - /** - * Adds a number field. - * - * @param name - field name - * @param value - field value - * @returns this - * @throws NaN/Infinity/-Infinity is supplied - */ - floatField(name: string, value: number | any): Point; - /** - * Adds a string field. - * - * @param name - field name - * @param value - field value - * @returns this - */ - stringField(name: string, value: string | any): Point; - /** - * Sets point timestamp. Timestamp can be specified as a Date (preferred), number, string - * or an undefined value. An undefined value instructs to assign a local timestamp using - * the client's clock. An empty string can be used to let the server assign - * the timestamp. A number value represents time as a count of time units since epoch, the - * exact time unit then depends on the {@link InfluxDB.getWriteApi | precision} of the API - * that writes the point. - * - * Beware that the current time in nanoseconds can't precisely fit into a JS number, - * which can hold at most 2^53 integer number. Nanosecond precision numbers are thus supplied as - * a (base-10) string. An application can also use ES2020 BigInt to represent nanoseconds, - * BigInt's `toString()` returns the required high-precision string. - * - * Note that InfluxDB requires the timestamp to fit into int64 data type. - * - * @param value - point time - * @returns this - */ - timestamp(value: Date | number | string | undefined): Point; - /** - * Creates an InfluxDB protocol line out of this instance. - * @param settings - settings control serialization of a point timestamp and can also add default tags, - * nanosecond timestamp precision is used when no `settings` or no `settings.convertTime` is supplied. - * @returns an InfluxDB protocol line out of this instance - */ - toLineProtocol(settings?: Partial<PointSettings>): string | undefined; - toString(): string; -} - -/** - * Asynchronous API that writes time-series data into InfluxDB. - * This API always buffers points/lines to create batches under the hood - * to optimize data transfer to InfluxDB server, use `flush` to send - * the buffered data to InfluxDB immediately. - */ -interface WriteApi extends PointSettings { - /** - * Instructs to use the following default tags when writing points. - * Not applicable for writing records/lines. - * @param tags - default tags - * @returns this - */ - useDefaultTags(tags: { - [key: string]: string; - }): WriteApi; - /** - * Write a line of [Line Protocol](https://bit.ly/2QL99fu). - * - * @param record - line of InfluxDB Line Protocol - */ - writeRecord(record: string): void; - /** - * Write lines of [Line Protocol](https://bit.ly/2QL99fu). - * - * @param records - lines in InfluxDB Line Protocol - */ - writeRecords(records: Array<string>): void; - /** - * Write point. - * - * @param point - point to write - */ - writePoint(point: Point): void; - /** - * Write points. - * - * @param points - points to write - */ - writePoints(points: ArrayLike<Point>): void; - /** - * Flushes pending writes to the server. - * @param withRetryBuffer - flush also all the scheduled retries - * @returns completition promise - */ - flush(withRetryBuffer?: boolean): Promise<void>; - /** - * Flushes this writer and cancels retries of write operations that failed. - * @returns completition promise - */ - close(): Promise<void>; - /** - * Unlike close, dispose simply quits without trying to flush - * the buffered data. - * @returns count of points that were not written to InfluxDB - */ - dispose(): number; - /** - * HTTP path and query parameters of InfluxDB query API. It is - * automatically initialized to `/api/v2/write?org=...`, - * but it can be changed after the API is obtained. - */ - path: string; -} - -/** - * Option for the communication with InfluxDB server. - */ -interface ConnectionOptions { - /** base URL */ - url: string; - /** authentication token */ - token?: string; - /** - * socket timeout, 10000 milliseconds by default in node.js - * @defaultValue 10000 - */ - timeout?: number; - /** - * TransportOptions supply extra options for the transport layer, they differ between node.js and browser/deno. - * Node.js transport accepts options specified in {@link https://nodejs.org/api/http.html#http_http_request_options_callback | http.request } or - * {@link https://nodejs.org/api/https.html#https_https_request_options_callback | https.request }. For example, an `agent` property can be set to - * {@link https://www.npmjs.com/package/proxy-http-agent | setup HTTP/HTTPS proxy }, {@link https://nodejs.org/api/tls.html#tls_tls_connect_options_callback | rejectUnauthorized } - * property can disable TLS server certificate verification. Additionally, - * {@link https://github.com/follow-redirects/follow-redirects | follow-redirects } property can be also specified - * in order to follow redirects in node.js. - * {@link https://developer.mozilla.org/en-US/docs/Web/API/fetch | fetch } is used under the hood in browser/deno. - * For example, - * {@link https://developer.mozilla.org/en-US/docs/Web/API/fetch | redirect } property can be set to 'error' to abort request if a redirect occurs. - */ - transportOptions?: { - [key: string]: any; - }; - /** - * Default HTTP headers to send with every request. - */ - headers?: Record<string, string>; - /** - * Full HTTP web proxy URL including schema, for example http://your-proxy:8080. - */ - proxyUrl?: string; -} -/** default connection options */ -declare const DEFAULT_ConnectionOptions: Partial<ConnectionOptions>; -/** - * Options that configure strategy for retrying failed requests. - */ -interface RetryDelayStrategyOptions { - /** add `random(retryJitter)` milliseconds delay when retrying HTTP calls */ - retryJitter: number; - /** minimum delay when retrying write (milliseconds) */ - minRetryDelay: number; - /** maximum delay when retrying write (milliseconds) */ - maxRetryDelay: number; - /** base for the exponential retry delay */ - exponentialBase: number; - /** - * randomRetry indicates whether the next retry delay is deterministic (false) or random (true). - * The deterministic delay starts with `minRetryDelay * exponentialBase` and it is multiplied - * by `exponentialBase` until it exceeds `maxRetryDelay`. - * When random is `true`, the next delay is computed as a random number between next retry attempt (upper) - * and the lower number in the deterministic sequence. `random(retryJitter)` is added to every returned value. - */ - randomRetry: boolean; -} -/** - * Options that configure strategy for retrying failed InfluxDB write operations. - */ -interface WriteRetryOptions extends RetryDelayStrategyOptions { - /** - * WriteFailed is called to inform about write errors. - * @param this - the instance of the API that failed - * @param error - write error - * @param lines - failed lines - * @param attempt - count of already failed attempts to write the lines (1 ... maxRetries+1) - * @param expires - expiration time for the lines to be retried in millis since epoch - * @returns a Promise to force the API to use it as a result of the flush operation, - * void/undefined to continue with default retry mechanism - */ - writeFailed(this: WriteApi, error: Error, lines: Array<string>, attempt: number, expires: number): Promise<void> | void; - /** - * WriteSuccess is informed about successfully written lines. - * @param this - the instance of the API in use - * @param lines - written lines - */ - writeSuccess(this: WriteApi, lines: Array<string>): void; - /** - * WriteRetrySkipped is informed about lines that were removed from the retry buffer - * to keep the size of the retry buffer under the configured limit (maxBufferLines). - * @param entry - lines that were skipped - */ - writeRetrySkipped(entry: { - lines: Array<string>; - expires: number; - }): void; - /** max count of retries after the first write fails */ - maxRetries: number; - /** max time (millis) that can be spent with retries */ - maxRetryTime: number; - /** the maximum size of retry-buffer (in lines) */ - maxBufferLines: number; -} -/** - * Options used by {@link WriteApi} . - */ -interface WriteOptions extends WriteRetryOptions { - /** max number of records/lines to send in a batch */ - batchSize: number; - /** delay between data flushes in milliseconds, at most `batch size` records are sent during flush */ - flushInterval: number; - /** default tags, unescaped */ - defaultTags?: Record<string, string>; - /** HTTP headers that will be sent with every write request */ - headers?: { - [key: string]: string; - }; - /** When specified, write bodies larger than the threshold are gzipped */ - gzipThreshold?: number; - /** max size of a batch in bytes */ - maxBatchBytes: number; - /** InfluxDB Enterprise write consistency as explained in https://docs.influxdata.com/enterprise_influxdb/v1.9/concepts/clustering/#write-consistency */ - consistency?: 'any' | 'one' | 'quorum' | 'all'; -} -/** default RetryDelayStrategyOptions */ -declare const DEFAULT_RetryDelayStrategyOptions: { - retryJitter: number; - minRetryDelay: number; - maxRetryDelay: number; - exponentialBase: number; - randomRetry: boolean; -}; -/** default writeOptions */ -declare const DEFAULT_WriteOptions: WriteOptions; -/** - * Options used by {@link InfluxDB} . - */ -interface ClientOptions extends ConnectionOptions { - /** supplies and overrides default writing options */ - writeOptions?: Partial<WriteOptions>; - /** specifies custom transport */ - transport?: Transport; -} -/** - * Timestamp precision used in write operations. - * See {@link https://docs.influxdata.com/influxdb/latest/api/#operation/PostWrite } - */ -type WritePrecisionType = 'ns' | 'us' | 'ms' | 's'; - -/** - * Strategy for calculating retry delays. - */ -interface RetryDelayStrategy { - /** - * Returns delay for a next retry - * @param error - reason for retrying - * @param failedAttempts - a count of already failed attempts, 1 being the first - * @returns milliseconds to wait before retrying - */ - nextDelay(error?: Error, failedAttempts?: number): number; - /** Implementation should reset its state, this is mandatory to call upon success. */ - success(): void; -} -/** - * Interface for errors to inform that an associated operation can be retried. - */ -interface RetriableDecision { - /** - * Informs whether this can be retried. - */ - canRetry(): boolean; - /** - * Get the delay in milliseconds to retry the action. - * @returns 0 to let the implementation decide, miliseconds delay otherwise - */ - retryAfter(): number; -} -/** isStatusCodeRetriable checks whether the supplied HTTP status code is retriable. */ -declare function isStatusCodeRetriable(statusCode: number): boolean; -/** IllegalArgumentError is thrown when illegal argument is supplied. */ -declare class IllegalArgumentError extends Error { - constructor(message: string); -} -/** - * A general HTTP error. - */ -declare class HttpError extends Error implements RetriableDecision { - readonly statusCode: number; - readonly statusMessage: string | undefined; - readonly body?: string | undefined; - readonly contentType?: string | null | undefined; - private _retryAfter; - /** application error code, when available */ - code: string | undefined; - /** json error response */ - json: any; - constructor(statusCode: number, statusMessage: string | undefined, body?: string | undefined, retryAfter?: string | undefined | null, contentType?: string | null | undefined, message?: string); - private setRetryAfter; - canRetry(): boolean; - retryAfter(): number; -} -/** - * Tests the error in order to know if an HTTP call can be retried. - * @param error - error to test - * @returns true for a retriable error - */ -declare function canRetryHttpCall(error: any): boolean; -/** - * Gets retry delay from the supplied error, possibly using random number up to retryJitter. - */ -declare function getRetryDelay(error?: Error, retryJitter?: number): number; -/** RequestTimedOutError indicates request timeout in the communication with the server */ -declare class RequestTimedOutError extends Error implements RetriableDecision { - constructor(); - canRetry(): boolean; - retryAfter(): number; -} -/** AbortError indicates that the communication with the server was aborted */ -declare class AbortError extends Error implements RetriableDecision { - constructor(); - canRetry(): boolean; - retryAfter(): number; -} - -/** - * Provides functions escape specific parts in InfluxDB line protocol. - */ -declare const escape: { - /** - * Measurement escapes measurement names. - */ - measurement: (value: string) => string; - /** - * Quoted escapes quoted values, such as database names. - */ - quoted: (value: string) => string; - /** - * TagEscaper escapes tag keys, tag values, and field keys. - */ - tag: (value: string) => string; -}; - -declare function useProcessHrtime(use: boolean): boolean; -/** - * Exposes functions that creates strings that represent a timestamp that - * can be used in the line protocol. Micro and nano timestamps are emulated - * depending on the js platform in use. - */ -declare const currentTime: { - s: () => string; - ms: () => string; - us: () => string; - ns: () => string; - seconds: () => string; - millis: () => string; - micros: () => string; - nanos: () => string; -}; -/** - * dateToProtocolTimestamp provides converters for JavaScript Date to InfluxDB Write Protocol Timestamp. Keys are supported precisions. - */ -declare const dateToProtocolTimestamp: { - s: (d: Date) => string; - ms: (d: Date) => string; - us: (d: Date) => string; - ns: (d: Date) => string; -}; -/** - * convertTimeToNanos converts Point's timestamp to a string. - * @param value - supported timestamp value - * @returns line protocol value - */ -declare function convertTimeToNanos(value: string | number | Date | undefined): string | undefined; - -/** - * Logging interface. - */ -interface Logger { - error(message: string, err?: any): void; - warn(message: string, err?: any): void; -} -/** - * Logger that logs to console.out - */ -declare const consoleLogger: Logger; -declare const Log: Logger; -/** - * Sets custom logger. - * @param logger - logger to use - * @returns previous logger - */ -declare function setLogger(logger: Logger): Logger; - -/** Property that offers a function that returns flux-sanitized value of an object. */ -declare const FLUX_VALUE: unique symbol; -/** - * A flux parameter can print its (sanitized) flux value. - */ -interface FluxParameterLike { - [FLUX_VALUE](): string; -} -/** - * Represents a parameterized query. - */ -interface ParameterizedQuery { - /** - * Returns flux query with sanitized parameters. - */ - toString(): string; -} -/** - * Creates a flux string literal. - */ -declare function fluxString(value: any): FluxParameterLike; -/** - * Sanitizes float value to avoid injections. - * @param value - InfluxDB float literal - * @returns sanitized float value - * @throws Error if the the value cannot be sanitized - */ -declare function sanitizeFloat(value: any): string; -/** - * Creates a flux float literal. - */ -declare function fluxFloat(value: any): FluxParameterLike; -/** - * Sanitizes integer value to avoid injections. - * @param value - InfluxDB integer literal - * @returns sanitized integer value - * @throws Error if the the value cannot be sanitized - */ -declare function sanitizeInteger(value: any): string; -/** - * Creates a flux integer literal. - */ -declare function fluxInteger(value: any): FluxParameterLike; -/** - * Creates flux date-time literal. - */ -declare function fluxDateTime(value: any): FluxParameterLike; -/** - * Creates flux date-time literal. - */ -declare function fluxDuration(value: any): FluxParameterLike; -/** - * Creates flux regexp literal out of a regular expression. See - * https://docs.influxdata.com/flux/latest/data-types/basic/regexp/#regular-expression-syntax - * for details. - */ -declare function fluxRegExp(value: any): FluxParameterLike; -/** - * Creates flux boolean literal. - */ -declare function fluxBool(value: any): FluxParameterLike; -/** - * Assumes that the supplied value is flux expression or literal that does not need sanitizing. - * - * @param value - any value - * @returns the supplied value as-is - */ -declare function fluxExpression(value: any): FluxParameterLike; -/** - * Escapes content of the supplied parameter so that it can be safely embedded into flux query. - * @param value - parameter value - * @returns sanitized flux value or an empty string if it cannot be converted - */ -declare function toFluxValue(value: any): string; -/** - * Flux is a tagged template that sanitizes supplied parameters - * to avoid injection attacks in flux. - */ -declare function flux(strings: TemplateStringsArray, ...values: any): ParameterizedQuery; - -/** QueryOptions contains QueryApi configuration options. */ -interface QueryOptions { - /** - * Specifies the name of the organization executing the query. Takes either the ID or Name interchangeably. - */ - org: string; - /** - * Type of the query, default is "flux" - */ - type?: 'flux'; - /** - * Requests gzip encoded response. - */ - gzip?: boolean; - /** - * Specifies the time that should be reported as "now" in the query. RFC3339 value must be returned, - * for example `new Date().toISOString()`. - */ - now?: () => string; - /** - * HTTP headers that will be sent with every query request. - */ - headers?: { - [key: string]: string; - }; -} -/** - * Query InfluxDB. Provides methods that notify about result lines of the executed query. - * See {@link https://docs.influxdata.com/influxdb/latest/api/#operation/PostQuery } - */ -interface QueryApi { - /** - * Returns a new query API with extra options applied. - * @param options - query options to use - * @returns queryApi instance with the supplied options - */ - with(options: Partial<QueryOptions>): QueryApi; - /** - * Response returns an AnnotatedCSVResponse instance that executes - * the query when asked for data. - * - * @param query - query - * @returns response with various methods to process data from the returned annotated - * CSV response data stream - */ - response(query: string | ParameterizedQuery): AnnotatedCSVResponse; - /** - * IterateLines executes the supplied query and returns results in - * an async iterable of annotated CSV lines. - * Async iterables are best consumed by `for-await` loop. - * - * @param query - query - * @returns async iterable of CSV result lines - */ - iterateLines(query: string | ParameterizedQuery): AsyncIterable<string>; - /** - * IterateRows executes the supplied query and returns results in - * an async iterable of row data and table metadata pairs. - * Async iterables are best consumed by `for-await` loop. - * - * @param query - query - * @returns async iterable of CSV result lines - */ - iterateRows(query: string | ParameterizedQuery): AsyncIterable<Row>; - /** - * Creates a cold observable of the lines returned by the given query. - * - * @param query - query - * @returns observable of CSV result lines - */ - lines(query: string | ParameterizedQuery): Observable<string>; - /** - * Creates a cold observable of the rows returned by the given query. - * - * @param query - query - * @returns observable of result rows - */ - rows(query: string | ParameterizedQuery): Observable<Row>; - /** - * Executes the query and receives result lines (including empty and annotation lines) - * through the supplied consumer. See [annotated-csv](https://docs.influxdata.com/influxdb/latest/reference/syntax/annotated-csv/). - * - * @param query - query - * @param consumer - csv result lines and error consumer - */ - queryLines(query: string | ParameterizedQuery, consumer: CommunicationObserver<string>): void; - /** - * Executes the query and receives table metadata and rows through the supplied consumer. - * - * @param query - query - * @param consumer - result rows and error consumer - */ - queryRows(query: string | ParameterizedQuery, consumer: FluxResultObserver<string[]>): void; - /** - * QueryRaw executes a query and returns the full response as a string. - * Use with caution, a possibly huge stream is copied to memory. - * - * @param query - query - * @returns Promise of response text - */ - queryRaw(query: string | ParameterizedQuery): Promise<string>; - /** - * CollectRows executes the query and collects all the results in the returned Promise. - * This method is suitable to collect simple results. Use with caution, - * a possibly huge stream of results is copied to memory. - * - * @param query - query - * @param rowMapper - maps the supplied row to an item that is then collected, - * undefined return values are not collected. If no rowMapper is supplied, - * `row => tableMeta.toObject(row.values)` is used. - * @returns Promise of mapped results - */ - collectRows<T>(query: string | ParameterizedQuery, rowMapper?: (values: string[], tableMeta: FluxTableMetaData) => T | undefined): Promise<Array<T>>; - /** - * CollectLines executes the query and collects all result lines in the returned Promise. - * This method is suitable to collect simple results. Use with caution, - * a possibly huge stream of lines is copied to memory. - * - * @param query - query - * @returns Promise of returned csv lines - */ - collectLines(query: string | ParameterizedQuery): Promise<Array<string>>; -} - -/** - * InfluxDB entry point that configures communication with InfluxDB server - * and provide APIs to write and query data. - */ -declare class InfluxDB { - private _options; - readonly transport: Transport; - readonly processCSVResponse: (executor: APIExecutor, iterableResultExecutor: IterableResultExecutor) => AnnotatedCSVResponse; - /** - * Creates influxdb client options from an options object or url. - * @param options - client options - */ - constructor(options: ClientOptions | string); - /** - * Creates WriteApi for the supplied organization and bucket. BEWARE that returned instances must be closed - * in order to flush the remaining data and close already scheduled retry executions. - * - * @remarks - * Use {@link WriteOptions} to customize retry strategy options, data chunking - * and flushing options. See {@link DEFAULT_WriteOptions} to see the defaults. - * - * See also {@link https://github.com/influxdata/influxdb-client-js/blob/master/examples/write.mjs | write example}, - * {@link https://github.com/influxdata/influxdb-client-js/blob/master/examples/writeAdvanced.mjs | writeAdvanced example}, - * and {@link https://github.com/influxdata/influxdb-client-js/blob/master/examples/index.html | browser example}. - * - * @param org - Specifies the destination organization for writes. Takes either the ID or Name interchangeably. - * @param bucket - The destination bucket for writes. - * @param precision - Timestamp precision for line items. - * @param writeOptions - Custom write options. - * @returns WriteApi instance - */ - getWriteApi(org: string, bucket: string, precision?: WritePrecisionType, writeOptions?: Partial<WriteOptions>): WriteApi; - /** - * Creates QueryApi for the supplied organization . - * - * @remarks - * See also {@link https://github.com/influxdata/influxdb-client-js/blob/master/examples/query.ts | query.ts example}, - * {@link https://github.com/influxdata/influxdb-client-js/blob/master/examples/queryWithParams.mjs | queryWithParams.mjs example}, - * {@link https://github.com/influxdata/influxdb-client-js/blob/master/examples/rxjs-query.ts | rxjs-query.ts example}, - * and {@link https://github.com/influxdata/influxdb-client-js/blob/master/examples/index.html | browser example}, - * - * @param org - organization or query options - * @returns QueryApi instance - */ - getQueryApi(org: string | QueryOptions): QueryApi; -} - -export { APIExecutor, AbortError, AnnotatedCSVResponse, Cancellable, ChunkCombiner, ClientOptions, ColumnType, CommunicationObserver, ConnectionOptions, DEFAULT_ConnectionOptions, DEFAULT_RetryDelayStrategyOptions, DEFAULT_WriteOptions, FLUX_VALUE, FluxParameterLike, FluxResultObserver, FluxTableColumn, FluxTableMetaData, HttpHeaders as Headers, HttpError, HttpHeaders, IllegalArgumentError, InfluxDB, IterableResultExecutor, LineSplitter, Log, Logger, Observable, Observer, ObserverComplete, ObserverError, ObserverNext, ParameterizedQuery, Point, PointSettings, QueryApi, QueryOptions, RequestTimedOutError, ResponseStartedFn, RetriableDecision, RetryDelayStrategy, RetryDelayStrategyOptions, Row, SendOptions, Subscribable, Subscription, Transport, UNKNOWN_COLUMN, WriteApi, WriteOptions, WritePrecisionType, WriteRetryOptions, canRetryHttpCall, chunksToLines, chunksToLinesIterable, consoleLogger, convertTimeToNanos, createFluxTableColumn, createFluxTableMetaData, createTextDecoderCombiner, currentTime, dateToProtocolTimestamp, escape, flux, fluxBool, fluxDateTime, fluxDuration, fluxExpression, fluxFloat, fluxInteger, fluxRegExp, fluxString, getRetryDelay, isStatusCodeRetriable, linesToRowsIterable, linesToTables, newFluxTableColumn, sanitizeFloat, sanitizeInteger, serializeDateTimeAsDate, serializeDateTimeAsNumber, serializeDateTimeAsString, setLogger, stringToLines, symbolObservable, toFluxValue, typeSerializers, useProcessHrtime }; diff --git a/software/flow/node_modules/@influxdata/influxdb-client/dist/index.js b/software/flow/node_modules/@influxdata/influxdb-client/dist/index.js deleted file mode 100644 index 83562aa..0000000 --- a/software/flow/node_modules/@influxdata/influxdb-client/dist/index.js +++ /dev/null @@ -1,6 +0,0 @@ -"use strict";var Ne=Object.create;var B=Object.defineProperty;var He=Object.getOwnPropertyDescriptor;var qe=Object.getOwnPropertyNames;var Qe=Object.getPrototypeOf,je=Object.prototype.hasOwnProperty;var Je=(r,e)=>{for(var t in e)B(r,t,{get:e[t],enumerable:!0})},Se=(r,e,t,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of qe(e))!je.call(r,i)&&i!==t&&B(r,i,{get:()=>e[i],enumerable:!(n=He(e,i))||n.enumerable});return r};var Q=(r,e,t)=>(t=r!=null?Ne(Qe(r)):{},Se(e||!r||!r.__esModule?B(t,"default",{value:r,enumerable:!0}):t,r)),Xe=r=>Se(B({},"__esModule",{value:!0}),r);var Tt={};Je(Tt,{AbortError:()=>b,DEFAULT_ConnectionOptions:()=>te,DEFAULT_RetryDelayStrategyOptions:()=>re,DEFAULT_WriteOptions:()=>ne,FLUX_VALUE:()=>E,HttpError:()=>m,IllegalArgumentError:()=>y,InfluxDB:()=>U,LineSplitter:()=>R,Log:()=>h,Point:()=>me,RequestTimedOutError:()=>x,UNKNOWN_COLUMN:()=>J,canRetryHttpCall:()=>Ze,chunksToLines:()=>T,chunksToLinesIterable:()=>$,consoleLogger:()=>Le,convertTimeToNanos:()=>fe,createFluxTableColumn:()=>Ye,createFluxTableMetaData:()=>A,createTextDecoderCombiner:()=>v,currentTime:()=>le,dateToProtocolTimestamp:()=>ue,escape:()=>w,flux:()=>gt,fluxBool:()=>ht,fluxDateTime:()=>ct,fluxDuration:()=>dt,fluxExpression:()=>pe,fluxFloat:()=>ut,fluxInteger:()=>ft,fluxRegExp:()=>mt,fluxString:()=>lt,getRetryDelay:()=>X,isStatusCodeRetriable:()=>ve,linesToRowsIterable:()=>G,linesToTables:()=>z,newFluxTableColumn:()=>O,sanitizeFloat:()=>ce,sanitizeInteger:()=>de,serializeDateTimeAsDate:()=>et,serializeDateTimeAsNumber:()=>tt,serializeDateTimeAsString:()=>rt,setLogger:()=>ot,stringToLines:()=>nt,symbolObservable:()=>K,toFluxValue:()=>N,typeSerializers:()=>C,useProcessHrtime:()=>Fe});module.exports=Xe(Tt);function v(){let r=new TextDecoder("utf-8");return{concat(e,t){let n=new Uint8Array(e.length+t.length);return n.set(e),n.set(t,e.length),n},copy(e,t,n){let i=new Uint8Array(n-t);return i.set(e.subarray(t,n)),i},toUtf8String(e,t,n){return r.decode(e.subarray(t,n))}}}function T(r,e){let t=e!=null?e:v(),n,i=!1,s=!1,a=!1,o;function u(l){let p,c=0;for(n?(p=l.length===0?0:n.length,l=t.concat(n,l)):p=0;p<l.length;){let d=l[p];if(d===10){if(!s){let _=p>0&&l[p-1]===13?p-1:p;if(i)return;if(a=r.next(t.toUtf8String(l,c,_))===!1,c=p+1,a)break}}else d===34&&(s=!s);p++}if(c<l.length?n=t.copy(l,c,l.length):n=void 0,a){if(r.useResume){r.useResume(()=>{a=!1,u(new Uint8Array(0))});return}f.error(new Error("Unable to pause, useResume is not configured!")),a=!1}o&&(o(),o=void 0)}let f={next(l){if(!i)try{return u(l),!a}catch(p){this.error(p)}return!0},error(l){i||(i=!0,r.error(l))},complete(){i||(n&&r.next(t.toUtf8String(n,0,n.length)),i=!0,r.complete())}};return r.useCancellable&&(f.useCancellable=l=>{r.useCancellable&&r.useCancellable({cancel(){l.cancel(),n=void 0,f.complete()},isCancelled(){return l.isCancelled()}})}),r.useResume&&(f.useResume=l=>{o=l}),f}async function*$(r,e){let t=e!=null?e:v(),n,i=!1;for await(let s of r){let a,o=0;for(n?(a=n.length,s=t.concat(n,s)):a=0;a<s.length;){let u=s[a];if(u===10){if(!i){let f=a>0&&s[a-1]===13?a-1:a;yield t.toUtf8String(s,o,f),o=a+1}}else u===34&&(i=!i);a++}o<s.length?n=t.copy(s,o,s.length):n=void 0}n&&(yield t.toUtf8String(n,0,n.length))}var R=class{constructor(){this._reuse=!1}get reuse(){return this._reuse}set reuse(e){e&&!this.reusedValues&&(this.reusedValues=new Array(10)),this._reuse=e}withReuse(){return this.reuse=!0,this}splitLine(e){if(e==null)return this.lastSplitLength=0,[];let t=0,n=0,i=this._reuse?this.reusedValues:[],s=0;for(let o=0;o<e.length;o++){let u=e[o];if(u===","){if(t%2===0){let f=this.getValue(e,n,o,t);this._reuse?i[s++]=f:i.push(f),n=o+1,t=0}}else u==='"'&&t++}let a=this.getValue(e,n,e.length,t);return this._reuse?(i[s]=a,this.lastSplitLength=s+1):(i.push(a),this.lastSplitLength=i.length),i}getValue(e,t,n,i){return t===e.length?"":i===0?e.substring(t,n):i===2?e.substring(t+1,n-1):e.substring(t+1,n-1).replace(/""/gi,'"')}};var j=r=>r,C={boolean:r=>r===""?null:r==="true",unsignedLong:r=>r===""?null:+r,long:r=>r===""?null:+r,double(r){switch(r){case"":return null;case"+Inf":return Number.POSITIVE_INFINITY;case"-Inf":return Number.NEGATIVE_INFINITY;default:return+r}},string:j,base64Binary:j,duration:r=>r===""?null:r,"dateTime:RFC3339":r=>r===""?null:r},M=class{get(e){var n;let t=e[this.index];return(t===""||t===void 0)&&this.defaultValue&&(t=this.defaultValue),((n=C[this.dataType])!=null?n:j)(t)}},J=Object.freeze({label:"",dataType:"",group:!1,defaultValue:"",index:Number.MAX_SAFE_INTEGER,get:()=>{}});function O(){return new M}function Ye(r){var t,n;let e=new M;return e.label=String(r.label),e.dataType=r.dataType,e.group=Boolean(r.group),e.defaultValue=(t=r.defaultValue)!=null?t:"",e.index=(n=r.index)!=null?n:0,e}var Ge=[404,408,425,429,500,502,503,504];function ve(r){return Ge.includes(r)}var y=class extends Error{constructor(e){super(e),this.name="IllegalArgumentError",Object.setPrototypeOf(this,y.prototype)}},m=class extends Error{constructor(t,n,i,s,a,o){super();this.statusCode=t;this.statusMessage=n;this.body=i;this.contentType=a;if(Object.setPrototypeOf(this,m.prototype),o)this.message=o;else if(i){if(a!=null&&a.startsWith("application/json"))try{this.json=JSON.parse(i),this.message=this.json.message,this.code=this.json.code}catch(u){}this.message||(this.message=`${t} ${n} : ${i}`)}else this.message=`${t} ${n}`;this.name="HttpError",this.setRetryAfter(s)}setRetryAfter(t){typeof t=="string"?/^[0-9]+$/.test(t)?this._retryAfter=parseInt(t):this._retryAfter=0:this._retryAfter=0}canRetry(){return ve(this.statusCode)}retryAfter(){return this._retryAfter}},Ke=["ECONNRESET","ENOTFOUND","ESOCKETTIMEDOUT","ETIMEDOUT","ECONNREFUSED","EHOSTUNREACH","EPIPE"];function Ze(r){if(r){if(typeof r.canRetry=="function")return!!r.canRetry();if(r.code&&Ke.includes(r.code))return!0}else return!1;return!1}function X(r,e){if(r){let t;return typeof r.retryAfter=="function"?r.retryAfter():(t=0,e&&e>0?t+Math.round(Math.random()*e):t)}else return 0}var x=class extends Error{constructor(){super(),Object.setPrototypeOf(this,x.prototype),this.name="RequestTimedOutError",this.message="Request timed out"}canRetry(){return!0}retryAfter(){return 0}},b=class extends Error{constructor(){super(),this.name="AbortError",Object.setPrototypeOf(this,b.prototype),this.message="Response aborted"}canRetry(){return!0}retryAfter(){return 0}};function et(){C["dateTime:RFC3339"]=r=>r===""?null:new Date(Date.parse(r))}function tt(){C["dateTime:RFC3339"]=r=>r===""?null:Date.parse(r)}function rt(){C["dateTime:RFC3339"]=r=>r===""?null:r}var Y=class{constructor(e){e.forEach((t,n)=>t.index=n),this.columns=e}column(e,t=!0){for(let n=0;n<this.columns.length;n++){let i=this.columns[n];if(i.label===e)return i}if(t)throw new y(`Column ${e} not found!`);return J}toObject(e){let t={};for(let n=0;n<this.columns.length&&n<e.length;n++){let i=this.columns[n];t[i.label]=i.get(e)}return t}get(e,t){return this.column(t,!1).get(e)}};function A(r){return new Y(r)}function z(r){let e=new R().withReuse(),t,n=!0,i=0,s,a={error(o){r.error(o)},next(o){if(o==="")n=!0,t=void 0;else{let u=e.splitLine(o),f=e.lastSplitLength;if(n){if(!t){t=new Array(f);for(let l=0;l<f;l++)t[l]=O()}if(u[0].startsWith("#")){if(u[0]==="#datatype")for(let l=1;l<f;l++)t[l].dataType=u[l];else if(u[0]==="#default")for(let l=1;l<f;l++)t[l].defaultValue=u[l];else if(u[0]==="#group")for(let l=1;l<f;l++)t[l].group=u[l][0]==="t"}else{u[0]===""?(i=1,t=t.slice(1)):i=0;for(let l=i;l<f;l++)t[l-i].label=u[l];s=A(t),n=!1}}else return r.next(u.slice(i,f),s)}return!0},complete(){r.complete()}};return r.useCancellable&&(a.useCancellable=r.useCancellable.bind(r)),r.useResume&&(a.useResume=r.useResume.bind(r)),a}async function*G(r){let e=new R().withReuse(),t,n=!0,i=0,s;for await(let a of r)if(a==="")n=!0,t=void 0;else{let o=e.splitLine(a),u=e.lastSplitLength;if(n){if(!t){t=new Array(u);for(let f=0;f<u;f++)t[f]=O()}if(o[0].startsWith("#")){if(o[0]==="#datatype")for(let f=1;f<u;f++)t[f].dataType=o[f];else if(o[0]==="#default")for(let f=1;f<u;f++)t[f].defaultValue=o[f];else if(o[0]==="#group")for(let f=1;f<u;f++)t[f].group=o[f][0]==="t"}else{o[0]===""?(i=1,t=t.slice(1)):i=0;for(let f=i;f<u;f++)t[f-i].label=o[f];s=A(t),n=!1}}else yield{values:o.slice(i,u),tableMeta:s}}}function nt(r,e){let t=!1,n=0,i=0;for(;i<r.length;){let s=r.charCodeAt(i);if(s===10){if(!t){let a=i>0&&r.charCodeAt(i-1)===13?i-1:i;e.next(r.substring(n,a)),n=i+1}}else s===34&&(t=!t);i++}n<i&&e.next(r.substring(n,i)),e.complete()}var K=(()=>typeof Symbol=="function"&&Symbol.observable||"@@observable")();var ee=class{constructor(e,t){this.isClosed=!1;try{t({next:n=>{e.next(n)},error:n=>{this.isClosed=!0,e.error(n)},complete:()=>{this.isClosed=!0,e.complete()},useCancellable:n=>{this.cancellable=n}})}catch(n){this.isClosed=!0,e.error(n)}}get closed(){return this.isClosed}unsubscribe(){var e;(e=this.cancellable)==null||e.cancel(),this.isClosed=!0}};function Z(){}function it(r){let{next:e,error:t,complete:n}=r;return{next:e?e.bind(r):Z,error:t?t.bind(r):Z,complete:n?n.bind(r):Z}}var S=class{constructor(e,t){this.executor=e;this.decorator=t}subscribe(e,t,n){let i=it(typeof e!="object"||e===null?{next:e,error:t,complete:n}:e);return new ee(this.decorator(i),this.executor)}[K](){return this}};Symbol.observable;var te={timeout:1e4},re={retryJitter:200,minRetryDelay:5e3,maxRetryDelay:125e3,exponentialBase:5,randomRetry:!0},ne={batchSize:1e3,maxBatchBytes:5e7,flushInterval:6e4,writeFailed:function(){},writeSuccess:function(){},writeRetrySkipped:function(){},maxRetries:5,maxRetryTime:18e4,maxBufferLines:32e3,retryJitter:200,minRetryDelay:5e3,maxRetryDelay:125e3,exponentialBase:2,gzipThreshold:1e3,randomRetry:!0};function ie(r,e){return function(t){let n="",i=0,s=0;for(;s<t.length;){let a=r.indexOf(t[s]);a>=0&&(n+=t.substring(i,s),n+=e[a],i=s+1),s++}return i==0?t:(i<t.length&&(n+=t.substring(i,t.length)),n)}}function st(r,e){let t=ie(r,e);return n=>'"'+t(n)+'"'}var w={measurement:ie(`, -\r `,["\\,","\\ ","\\n","\\r","\\t"]),quoted:st('"\\',['\\"',"\\\\"]),tag:ie(`, = -\r `,["\\,","\\ ","\\=","\\n","\\r","\\t"])};var k="000000000",ae=!1;function Fe(r){return ae=r&&process&&typeof process.hrtime=="function"}Fe(!0);var Oe,V,Ae=Date.now(),se=0;function oe(){if(ae){let r=process.hrtime(),e=Date.now();V?(r[0]=r[0]-V[0],r[1]=r[1]-V[1],r[1]<0&&(r[0]-=1,r[1]+=1e9),e=Oe+r[0]*1e3+Math.floor(r[1]/1e6)):(V=r,Oe=e);let t=String(r[1]%1e6);return String(e)+k.substr(0,6-t.length)+t}else{let r=Date.now();r!==Ae?(Ae=r,se=0):se++;let e=String(se);return String(r)+k.substr(0,6-e.length)+e}}function Ee(){if(ae){let r=process.hrtime(),e=String(Math.trunc(r[1]/1e3)%1e3);return String(Date.now())+k.substr(0,3-e.length)+e}else return String(Date.now())+k.substr(0,3)}function De(){return String(Date.now())}function Pe(){return String(Math.floor(Date.now()/1e3))}var le={s:Pe,ms:De,us:Ee,ns:oe,seconds:Pe,millis:De,micros:Ee,nanos:oe},ue={s:r=>`${Math.floor(r.getTime()/1e3)}`,ms:r=>`${r.getTime()}`,us:r=>`${r.getTime()}000`,ns:r=>`${r.getTime()}000000`};function fe(r){return r===void 0?oe():typeof r=="string"?r.length>0?r:void 0:r instanceof Date?`${r.getTime()}000000`:String(typeof r=="number"?Math.floor(r):r)}var Le={error(r,e){console.error("ERROR: "+r,e||"")},warn(r,e){console.warn("WARN: "+r,e||"")}},W=Le,h={error(r,e){W.error(r,e)},warn(r,e){W.warn(r,e)}};function ot(r){let e=W;return W=r,e}var E=Symbol("FLUX_VALUE"),g=class{constructor(e){this.fluxValue=e}toString(){return this.fluxValue}[E](){return this.fluxValue}};function at(r){return typeof r=="object"&&typeof r[E]=="function"}function D(r){if(r==null)return"";r=r.toString();let e,t=0;function n(){e===void 0&&(e=r.substring(0,t))}for(;t<r.length;t++){let i=r.charAt(t);switch(i){case"\r":n(),e+="\\r";break;case` -`:n(),e+="\\n";break;case" ":n(),e+="\\t";break;case'"':case"\\":n(),e=e+"\\"+i;break;case"$":if(t+1<r.length&&r.charAt(t+1)==="{"){n(),t++,e+="\\${";break}e!=null&&(e+=i);break;default:e!=null&&(e+=i)}}return e!==void 0?e:r}function lt(r){return new g(`"${D(r)}"`)}function ce(r){let e=Number(r);if(!isFinite(e)){if(typeof r=="number")return`float(v: "${e}")`;throw new Error(`not a flux float: ${r}`)}let t=e.toString(),n=!1;for(let i of t)if(!(i>="0"&&i<="9"||i=="-")){if(i==="."){n=!0;continue}return`float(v: "${t}")`}return n?t:t+".0"}function ut(r){return new g(ce(r))}function de(r){let e=String(r),t=e.startsWith("-"),n=t?e.substring(1):e;if(n.length===0||n.length>19)throw new Error(`not a flux integer: ${e}`);for(let i of n)if(i<"0"||i>"9")throw new Error(`not a flux integer: ${e}`);if(n.length===19){if(t&&n>"9223372036854775808")throw new Error(`flux integer out of bounds: ${e}`);if(!t&&n>"9223372036854775807")throw new Error(`flux integer out of bounds: ${e}`)}return e}function ft(r){return new g(de(r))}function pt(r){return`time(v: "${D(r)}")`}function ct(r){return new g(pt(r))}function dt(r){return new g(`duration(v: "${D(r)}")`)}function Ie(r){return r instanceof RegExp?r.toString():new RegExp(r).toString()}function mt(r){return new g(Ie(r))}function ht(r){return r==="true"||r==="false"?new g(r):new g((!!r).toString())}function pe(r){return new g(String(r))}function N(r){if(r===void 0)return"";if(r===null)return"null";if(typeof r=="boolean")return r.toString();if(typeof r=="string")return`"${D(r)}"`;if(typeof r=="number")return Number.isSafeInteger(r)?de(r):ce(r);if(typeof r=="object"){if(typeof r[E]=="function")return r[E]();if(r instanceof Date)return r.toISOString();if(r instanceof RegExp)return Ie(r);if(Array.isArray(r))return`[${r.map(N).join(",")}]`}else if(typeof r=="bigint")return`${r}.0`;return N(r.toString())}function gt(r,...e){if(r.length==1&&e.length===0)return pe(r[0]);let t=new Array(r.length+e.length),n=0;for(let i=0;i<r.length;i++){let s=r[i];if(t[n++]=s,i<e.length){let a=e[i],o;if(s.endsWith('"')&&i+1<r.length&&r[i+1].startsWith('"'))o=D(a);else if(o=N(a),o===""&&!at(a))throw new Error(`Unsupported parameter literal '${a}' at index: ${i}, type: ${typeof a}`);t[n++]=o}else if(i<r.length-1)throw new Error("Too few parameters supplied!")}return pe(t.join(""))}var me=class{constructor(e){this.tags={};this.fields={};e&&(this.name=e)}measurement(e){return this.name=e,this}tag(e,t){return this.tags[e]=t,this}booleanField(e,t){return this.fields[e]=t?"T":"F",this}intField(e,t){let n;if(typeof t=="number"?n=t:n=parseInt(String(t)),isNaN(n)||n<=-9223372036854776e3||n>=9223372036854776e3)throw new Error(`invalid integer value for field '${e}': '${t}'!`);return this.fields[e]=`${Math.floor(n)}i`,this}uintField(e,t){if(typeof t=="number"){if(isNaN(t)||t<0||t>Number.MAX_SAFE_INTEGER)throw new Error(`uint value for field '${e}' out of range: ${t}`);this.fields[e]=`${Math.floor(t)}u`}else{let n=String(t);for(let i=0;i<n.length;i++){let s=n.charCodeAt(i);if(s<48||s>57)throw new Error(`uint value has an unsupported character at pos ${i}: ${t}`)}if(n.length>20||n.length===20&&n.localeCompare("18446744073709551615")>0)throw new Error(`uint value for field '${e}' out of range: ${n}`);this.fields[e]=`${n}u`}return this}floatField(e,t){let n;if(typeof t=="number"?n=t:n=parseFloat(t),!isFinite(n))throw new Error(`invalid float value for field '${e}': ${t}`);return this.fields[e]=String(n),this}stringField(e,t){return t!=null&&(typeof t!="string"&&(t=String(t)),this.fields[e]=w.quoted(t)),this}timestamp(e){return this.time=e,this}toLineProtocol(e){if(!this.name)return;let t="";if(Object.keys(this.fields).sort().forEach(a=>{if(a){let o=this.fields[a];t.length>0&&(t+=","),t+=`${w.tag(a)}=${o}`}}),t.length===0)return;let n="",i=e&&e.defaultTags?{...e.defaultTags,...this.tags}:this.tags;Object.keys(i).sort().forEach(a=>{if(a){let o=i[a];o&&(n+=",",n+=`${w.tag(a)}=${w.tag(o)}`)}});let s=this.time;return e&&e.convertTime?s=e.convertTime(s):s=fe(s),`${w.measurement(this.name)}${n} ${t}${s!==void 0?" "+s:""}`}toString(){let e=this.toLineProtocol(void 0);return e||`invalid point: ${JSON.stringify(this,void 0)}`}};var he=class{constructor(e){this.options={...re,...e},this.success()}nextDelay(e,t){let n=X(e);if(n&&n>0)return n+Math.round(Math.random()*this.options.retryJitter);if(t&&t>0){if(this.options.randomRetry){let s=Math.max(this.options.minRetryDelay,1),a=s*this.options.exponentialBase;for(let o=1;o<t;o++)if(s=a,a=a*this.options.exponentialBase,a>=this.options.maxRetryDelay){a=this.options.maxRetryDelay;break}return s+Math.round(Math.random()*(a-s)+Math.random()*this.options.retryJitter)}let i=Math.max(this.options.minRetryDelay,1);for(let s=1;s<t;s++)if(i=i*this.options.exponentialBase,i>=this.options.maxRetryDelay){i=this.options.maxRetryDelay;break}return i+Math.round(Math.random()*this.options.retryJitter)}else this.currentDelay?this.currentDelay=Math.min(Math.max(this.currentDelay*this.options.exponentialBase,1)+Math.round(Math.random()*this.options.retryJitter),this.options.maxRetryDelay):this.currentDelay=this.options.minRetryDelay+Math.round(Math.random()*this.options.retryJitter);return this.currentDelay}success(){this.currentDelay=void 0}};function Ue(r){return new he(r)}function yt(r){let e,t=r,n=r;for(;n.next;)n.next.expires<t.expires&&(e=n,t=n.next),n=n.next;return[t,e]}var P=class{constructor(e,t,n=()=>{}){this.maxLines=e;this.retryLines=t;this.onShrink=n;this.size=0;this.closed=!1;this._timeoutHandle=void 0}addLines(e,t,n,i){if(this.closed||!e.length)return;let s=Date.now()+n;if(i<s&&(s=i),this.first&&this.size+e.length>this.maxLines){let f=this.size,l=f*.7;do{let[p,c]=yt(this.first);this.size-=p.lines.length,c?c.next=p.next:(this.first=p.next,this.first&&this.scheduleRetry(this.first.retryTime-Date.now())),p.next=void 0,this.onShrink(p)}while(this.first&&this.size+e.length>l);h.error(`RetryBuffer: ${f-this.size} oldest lines removed to keep buffer size under the limit of ${this.maxLines} lines.`)}let a={lines:e,retryCount:t,retryTime:s,expires:i},o=this.first,u;for(;;){if(!o||o.retryTime>s){a.next=o,u?u.next=a:(this.first=a,this.scheduleRetry(s-Date.now()));break}u=o,o=o.next}this.size+=e.length}removeLines(){if(this.first){let e=this.first;return this.first=this.first.next,e.next=void 0,this.size-=e.lines.length,e}}scheduleRetry(e){this._timeoutHandle&&clearTimeout(this._timeoutHandle),this._timeoutHandle=setTimeout(()=>{let t=this.removeLines();t?this.retryLines(t.lines,t.retryCount,t.expires).catch(()=>{}).finally(()=>{this.first&&this.scheduleRetry(this.first.retryTime-Date.now())}):this._timeoutHandle=void 0},Math.max(e,0))}async flush(){let e;for(;e=this.removeLines();)await this.retryLines(e.lines,e.retryCount,e.expires)}close(){return this._timeoutHandle&&(clearTimeout(this._timeoutHandle),this._timeoutHandle=void 0),this.closed=!0,this.size}};function ge(r){let e=r.length;for(let t=0;t<r.length;t++){let n=r.charCodeAt(t);n<128||(n>=128&&n<=2047?e++:n>=2048&&n<=65535?n>=55296&&n<=57343?e++:e+=2:e+=3)}return e}var ye=class{constructor(e,t,n,i){this.maxChunkRecords=e;this.maxBatchBytes=t;this.flushFn=n;this.scheduleSend=i;this.length=0;this.bytes=-1;this.lines=new Array(e)}add(e){let t=ge(e);this.length===0?this.scheduleSend():this.bytes+t+1>=this.maxBatchBytes&&this.flush().catch(n=>{}),this.lines[this.length]=e,this.length++,this.bytes+=t+1,(this.length>=this.maxChunkRecords||this.bytes>=this.maxBatchBytes)&&this.flush().catch(n=>{})}flush(){let e=this.reset();return e.length>0?this.flushFn(e):Promise.resolve()}reset(){let e=this.lines.slice(0,this.length);return this.length=0,this.bytes=-1,e}},F=class{constructor(e,t,n,i,s){this.transport=e;this.closed=!1;this._timeoutHandle=void 0;this.path=`/api/v2/write?org=${encodeURIComponent(t)}&bucket=${encodeURIComponent(n)}&precision=${i}`,s!=null&&s.consistency&&(this.path+=`&consistency=${encodeURIComponent(s.consistency)}`),this.writeOptions={...ne,...s},this.currentTime=le[i],this.dateToProtocolTimestamp=ue[i],this.writeOptions.defaultTags&&this.useDefaultTags(this.writeOptions.defaultTags),this.sendOptions={method:"POST",headers:{"content-type":"text/plain; charset=utf-8",...s==null?void 0:s.headers},gzipThreshold:this.writeOptions.gzipThreshold};let a=()=>{this.writeOptions.flushInterval>0&&(this._clearFlushTimeout(),this.closed||(this._timeoutHandle=setTimeout(()=>this.sendBatch(this.writeBuffer.reset(),this.writeOptions.maxRetries).catch(o=>{}),this.writeOptions.flushInterval)))};this.writeBuffer=new ye(this.writeOptions.batchSize,this.writeOptions.maxBatchBytes,o=>(this._clearFlushTimeout(),this.sendBatch(o,this.writeOptions.maxRetries)),a),this.sendBatch=this.sendBatch.bind(this),this.retryStrategy=Ue(this.writeOptions),this.retryBuffer=new P(this.writeOptions.maxBufferLines,this.sendBatch,this.writeOptions.writeRetrySkipped)}sendBatch(e,t,n=Date.now()+this.writeOptions.maxRetryTime){let i=this,s=i.writeOptions.maxRetries+1-t;if(!this.closed&&e.length>0){if(n<=Date.now()){let a=new Error("Max retry time exceeded."),o=i.writeOptions.writeFailed.call(i,a,e,s,n);return o||(h.error(`Write to InfluxDB failed (attempt: ${s}).`,a),Promise.reject(a))}return new Promise((a,o)=>{let u,f={responseStarted(l,p){u=p},error(l){let p=i.writeOptions.writeFailed.call(i,l,e,s,n);if(p){p.then(a,o);return}if(l instanceof m&&l.json&&typeof l.json.error=="string"&&l.json.error.includes("hinted handoff queue not empty")){h.warn("Write to InfluxDB returns: "+l.json.error),u=204,f.complete();return}if(!i.closed&&t>0&&(!(l instanceof m)||l.statusCode>=429)){h.warn(`Write to InfluxDB failed (attempt: ${s}).`,l),i.retryBuffer.addLines(e,t-1,i.retryStrategy.nextDelay(l,s),n),o(l);return}h.error("Write to InfluxDB failed.",l),o(l)},complete(){if(u==204||u==null)i.writeOptions.writeSuccess.call(i,e),i.retryStrategy.success(),a();else{let l=`204 HTTP response status code expected, but ${u} returned`,p=new m(u,l,void 0,"0");p.message=l,f.error(p)}}};this.transport.send(this.path,e.join(` -`),this.sendOptions,f)})}else return Promise.resolve()}_clearFlushTimeout(){this._timeoutHandle!==void 0&&(clearTimeout(this._timeoutHandle),this._timeoutHandle=void 0)}writeRecord(e){if(this.closed)throw new Error("writeApi: already closed!");this.writeBuffer.add(e)}writeRecords(e){if(this.closed)throw new Error("writeApi: already closed!");for(let t=0;t<e.length;t++)this.writeBuffer.add(e[t])}writePoint(e){if(this.closed)throw new Error("writeApi: already closed!");let t=e.toLineProtocol(this);t&&this.writeBuffer.add(t)}writePoints(e){if(this.closed)throw new Error("writeApi: already closed!");for(let t=0;t<e.length;t++){let n=e[t].toLineProtocol(this);n&&this.writeBuffer.add(n)}}async flush(e){if(await this.writeBuffer.flush(),e)return await this.retryBuffer.flush()}close(){return this.writeBuffer.flush().finally(()=>{let t=this.retryBuffer.close();t&&h.error(`Retry buffer closed with ${t} items that were not written to InfluxDB!`,null),this.closed=!0})}dispose(){return this._clearFlushTimeout(),this.closed=!0,this.retryBuffer.close()+this.writeBuffer.length}useDefaultTags(e){return this.defaultTags=e,this}convertTime(e){return e===void 0?this.currentTime():typeof e=="string"?e.length>0?e:void 0:e instanceof Date?this.dateToProtocolTimestamp(e):String(typeof e=="number"?Math.floor(e):e)}};var Re=require("url"),$e=Q(require("http")),Me=Q(require("https")),H=require("buffer");var be=require("buffer"),bt={concat(r,e){return be.Buffer.concat([r,e])},toUtf8String(r,e,t){return r.toString("utf-8",e,t)},copy(r,e,t){let n=be.Buffer.allocUnsafe(t-e);return r.copy(n,0,e,t),n}},_e=bt;var L=Q(require("zlib"));function xe(r={}){let e=0,t={next:n=>{if(e===0&&r.next&&n!==null&&n!==void 0)return r.next(n)},error:n=>{e===0&&(e=1,r.error&&r.error(n))},complete:()=>{e===0&&(e=2,r.complete&&r.complete())},responseStarted:(n,i)=>{r.responseStarted&&r.responseStarted(n,i)}};return r.useCancellable&&(t.useCancellable=r.useCancellable.bind(r)),r.useResume&&(t.useResume=r.useResume.bind(r)),t}var Be="1.33.1";var ze=require("stream"),xt={flush:L.default.constants.Z_SYNC_FLUSH,finishFlush:L.default.constants.Z_SYNC_FLUSH},Rt=H.Buffer.allocUnsafe(0),we=class{constructor(){this.cancelled=!1}cancel(){this.cancelled=!0,this.resume&&(this.resume(),this.resume=void 0)}isCancelled(){return this.cancelled}},Te=class{constructor(e){this.chunkCombiner=_e;var u,f,l,p,c,d,_;let{url:t,proxyUrl:n,token:i,transportOptions:s,...a}=e,o=(0,Re.parse)(n||t);if(this.token=i,this.defaultOptions={...te,...a,...s,port:o.port,protocol:o.protocol,hostname:o.hostname},this.contextPath=n?t:(u=o.path)!=null?u:"",this.contextPath.endsWith("/")&&(this.contextPath=this.contextPath.substring(0,this.contextPath.length-1)),Object.keys(this.defaultOptions).forEach(Ce=>this.defaultOptions[Ce]===void 0&&delete this.defaultOptions[Ce]),this.contextPath.endsWith("/api/v2")&&(h.warn(`Please remove '/api/v2' context path from InfluxDB base url, using ${o.protocol}//${o.hostname}:${o.port} !`),this.contextPath=""),o.protocol==="http:")this.requestApi=(p=(l=(f=this.defaultOptions["follow-redirects"])==null?void 0:f.http)==null?void 0:l.request)!=null?p:$e.request;else if(o.protocol==="https:")this.requestApi=(_=(d=(c=this.defaultOptions["follow-redirects"])==null?void 0:c.https)==null?void 0:d.request)!=null?_:Me.request;else throw new Error(`Unsupported protocol "${o.protocol} in URL: "${e.url}"`);this.headers={"User-Agent":`influxdb-client-js/${Be}`,...e.headers},n&&(this.headers.Host=(0,Re.parse)(t).host)}send(e,t,n,i){let s=new we;i&&i.useCancellable&&i.useCancellable(s),this.createRequestMessage(e,t,n,a=>{this._request(a,s,i)},a=>(i==null?void 0:i.error)&&i.error(a))}request(e,t,n,i){t?typeof t!="string"&&(t=JSON.stringify(t)):t="";let s=Rt,a,o;return new Promise((u,f)=>{this.send(e,t,n,{responseStarted(l,p){i&&i(l,p),a=String(l["content-type"]),o=p},next:l=>{s=H.Buffer.concat([s,l])},complete:()=>{var p,c;let l=(c=(p=n.headers)==null?void 0:p.accept)!=null?c:a;try{o===204&&u(void 0),l.includes("json")?s.length?u(JSON.parse(s.toString("utf8"))):u(void 0):l.includes("text")||l.startsWith("application/csv")?u(s.toString("utf8")):u(s)}catch(d){f(d)}},error:l=>{f(l)}})})}async*iterate(e,t,n){var l;let i,s;function a(p){i=p,s(p)}let o=await new Promise((p,c)=>{s=c,this.createRequestMessage(e,t,n,p,a)});(l=o.signal)!=null&&l.addEventListener&&o.signal.addEventListener("abort",()=>{a(new b)});let u=await new Promise((p,c)=>{s=c;let d=this.requestApi(o,p);d.on("timeout",()=>a(new x)),d.on("error",a),d.write(o.body),d.end()}),f=await new Promise((p,c)=>{s=c,this._prepareResponse(u,p,a)});for await(let p of f){if(i)throw i;yield p}}createRequestMessage(e,t,n,i,s){let a=H.Buffer.from(t,"utf-8"),o={"content-type":"application/json; charset=utf-8",...this.headers};this.token&&(o.authorization="Token "+this.token);let u={...this.defaultOptions,path:this.contextPath+e,method:n.method,headers:{...o,...n.headers}};if(n.signal&&(u.signal=n.signal),n.gzipThreshold!==void 0&&n.gzipThreshold<a.length){L.default.gzip(a,(f,l)=>{if(f)return s(f);u.headers["content-encoding"]="gzip",u.body=l,i(u)});return}u.body=a,u.headers["content-length"]=u.body.length,i(u)}_prepareResponse(e,t,n){var o;e.on("aborted",()=>{n(new b)}),e.on("error",n);let i=(o=e.statusCode)!=null?o:600,s=e.headers["content-encoding"],a;if(s==="gzip"?(a=L.default.createGunzip(xt),a=(0,ze.pipeline)(e,a,u=>u&&n(u))):a=e,i>=300){let u="",f=String(e.headers["content-type"]).startsWith("application/json");a.on("data",l=>{u+=l.toString(),!f&&u.length>1e3&&(u=u.slice(0,1e3),e.resume())}),a.on("end",()=>{u===""&&!!e.headers["x-influxdb-error"]&&(u=e.headers["x-influxdb-error"].toString()),n(new m(i,e.statusMessage,u,e.headers["retry-after"],e.headers["content-type"]))})}else t(a)}_request(e,t,n){var a;let i=xe(n);if(t.isCancelled()){i.complete();return}(a=e.signal)!=null&&a.addEventListener&&e.signal.addEventListener("abort",()=>{i.error(new b)});let s=this.requestApi(e,o=>{if(t.isCancelled()){o.resume(),i.complete();return}i.responseStarted(o.headers,o.statusCode),this._prepareResponse(o,u=>{u.on("data",f=>{if(t.isCancelled())o.resume();else if(i.next(f)===!1){if(!i.useResume){i.error(new Error("Unable to pause, useResume is not configured!")),o.resume();return}o.pause();let l=()=>{o.resume()};t.resume=l,i.useResume(l)}}),u.on("end",i.complete)},i.error)});typeof s.setTimeout=="function"&&e.timeout&&s.setTimeout(e.timeout),s.on("timeout",()=>{i.error(new x)}),s.on("error",o=>{i.error(o)}),e.body&&s.write(e.body),s.end()}},Ve=Te;var ke={header:!0,delimiter:",",quoteChar:'"',commentPrefix:"#",annotations:["datatype","group","default"]},I=class{constructor(e,t,n){this.transport=e;this.createCSVResponse=t;this.options=typeof n=="string"?{org:n}:n}with(e){return new I(this.transport,this.createCSVResponse,{...this.options,...e})}response(e){let{org:t,type:n,gzip:i,headers:s}=this.options,a=`/api/v2/query?org=${encodeURIComponent(t)}`,o=JSON.stringify(this.decorateRequest({query:e.toString(),dialect:ke,type:n})),u={method:"POST",headers:{"content-type":"application/json; encoding=utf-8","accept-encoding":i?"gzip":"identity",...s}};return this.createCSVResponse(f=>this.transport.send(a,o,u,f),()=>this.transport.iterate(a,o,u))}iterateLines(e){return this.response(e).iterateLines()}iterateRows(e){return this.response(e).iterateRows()}lines(e){return this.response(e).lines()}rows(e){return this.response(e).rows()}queryLines(e,t){return this.response(e).consumeLines(t)}queryRows(e,t){return this.response(e).consumeRows(t)}collectRows(e,t){return this.response(e).collectRows(t)}collectLines(e){return this.response(e).collectLines()}queryRaw(e){let{org:t,type:n,gzip:i,headers:s}=this.options;return this.transport.request(`/api/v2/query?org=${encodeURIComponent(t)}`,JSON.stringify(this.decorateRequest({query:e.toString(),dialect:ke,type:n})),{method:"POST",headers:{accept:"text/csv","accept-encoding":i?"gzip":"identity","content-type":"application/json; encoding=utf-8",...s}})}decorateRequest(e){var t;return typeof this.options.now=="function"&&(e.now=this.options.now()),e.type=(t=this.options.type)!=null?t:"flux",e}},We=I;function wt(r,e){return e.toObject(r)}var q=class{constructor(e,t,n){this.executor=e;this.iterableResultExecutor=t;this.chunkCombiner=n}iterateLines(){return $(this.iterableResultExecutor())}iterateRows(){return G($(this.iterableResultExecutor()))}lines(){return new S(this.executor,e=>T(e,this.chunkCombiner))}rows(){return new S(this.executor,e=>T(z({next(t,n){e.next({values:t,tableMeta:n})},error(t){e.error(t)},complete(){e.complete()}}),this.chunkCombiner))}consumeLines(e){this.executor(T(e,this.chunkCombiner))}consumeRows(e){this.executor(T(z(e),this.chunkCombiner))}collectRows(e=wt){let t=[];return new Promise((n,i)=>{this.consumeRows({next(s,a){let o=e.call(this,s,a);o!==void 0&&t.push(o)},error(s){i(s)},complete(){n(t)}})})}collectLines(){let e=[];return new Promise((t,n)=>{this.consumeLines({next(i){e.push(i)},error(i){n(i)},complete(){t(e)}})})}};var U=class{constructor(e){var n;if(typeof e=="string")this._options={url:e};else if(e!==null&&typeof e=="object")this._options=e;else throw new y("No url or configuration specified!");let t=this._options.url;if(typeof t!="string")throw new y("No url specified!");t.endsWith("/")&&(this._options.url=t.substring(0,t.length-1)),this.transport=(n=this._options.transport)!=null?n:new Ve(this._options),this.processCSVResponse=(i,s)=>new q(i,s,this.transport.chunkCombiner)}getWriteApi(e,t,n="ns",i){return new F(this.transport,e,t,n,i!=null?i:this._options.writeOptions)}getQueryApi(e){return new We(this.transport,this.processCSVResponse,e)}};0&&(module.exports={AbortError,DEFAULT_ConnectionOptions,DEFAULT_RetryDelayStrategyOptions,DEFAULT_WriteOptions,FLUX_VALUE,HttpError,IllegalArgumentError,InfluxDB,LineSplitter,Log,Point,RequestTimedOutError,UNKNOWN_COLUMN,canRetryHttpCall,chunksToLines,chunksToLinesIterable,consoleLogger,convertTimeToNanos,createFluxTableColumn,createFluxTableMetaData,createTextDecoderCombiner,currentTime,dateToProtocolTimestamp,escape,flux,fluxBool,fluxDateTime,fluxDuration,fluxExpression,fluxFloat,fluxInteger,fluxRegExp,fluxString,getRetryDelay,isStatusCodeRetriable,linesToRowsIterable,linesToTables,newFluxTableColumn,sanitizeFloat,sanitizeInteger,serializeDateTimeAsDate,serializeDateTimeAsNumber,serializeDateTimeAsString,setLogger,stringToLines,symbolObservable,toFluxValue,typeSerializers,useProcessHrtime}); -//# sourceMappingURL=index.js.map \ No newline at end of file diff --git a/software/flow/node_modules/@influxdata/influxdb-client/dist/index.js.gz b/software/flow/node_modules/@influxdata/influxdb-client/dist/index.js.gz deleted file mode 100644 index c94408d..0000000 Binary files a/software/flow/node_modules/@influxdata/influxdb-client/dist/index.js.gz and /dev/null differ diff --git a/software/flow/node_modules/@influxdata/influxdb-client/dist/index.js.map b/software/flow/node_modules/@influxdata/influxdb-client/dist/index.js.map deleted file mode 100644 index 3388b7c..0000000 --- a/software/flow/node_modules/@influxdata/influxdb-client/dist/index.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["../src/index.ts","../src/results/chunkCombiner.ts","../src/results/chunksToLines.ts","../src/results/chunksToLinesIterable.ts","../src/results/LineSplitter.ts","../src/results/FluxTableColumn.ts","../src/errors.ts","../src/results/FluxTableMetaData.ts","../src/results/linesToTables.ts","../src/results/linesToRowsIterable.ts","../src/results/stringToLines.ts","../src/observable/symbol.ts","../src/results/ObservableQuery.ts","../src/options.ts","../src/util/escape.ts","../src/util/currentTime.ts","../src/util/logger.ts","../src/query/flux.ts","../src/Point.ts","../src/impl/retryStrategy.ts","../src/impl/RetryBuffer.ts","../src/util/utf8Length.ts","../src/impl/WriteApiImpl.ts","../src/impl/node/NodeHttpTransport.ts","../src/impl/node/nodeChunkCombiner.ts","../src/impl/completeCommunicationObserver.ts","../src/impl/version.ts","../src/impl/QueryApiImpl.ts","../src/results/AnnotatedCSVResponseImpl.ts","../src/InfluxDB.ts"],"sourcesContent":["/**\n * The `@influxdata/influxdb-client` package provides optimized APIs that write or query InfluxDB v2.\n *\n * @remarks\n * The entry point of this package is the {@link @influxdata/influxdb-client#InfluxDB } class. It is\n * initialized with options that tells how to communicate with InfluxDB. The simple usage pattern is:\n *\n * ```\n * import {InfluxDB} = from('@influxdata/influxdb-client')\n * const influxDB = new InfluxDB({\n * url: \"http://localhost:8086\",\n * token: \"your-api-token\"\n * })\n * ```\n *\n * The influxDB object let you create two essential API instances, {@link @influxdata/influxdb-client#InfluxDB.getWriteApi }\n * and {@link @influxdata/influxdb-client#InfluxDB.getQueryApi }. The {@link @influxdata/influxdb-client#WriteApi}\n * asynchronously writes measurement points on background, in batches to optimize network traffic, and with retries\n * upon failures. The {@link @influxdata/influxdb-client#QueryApi} let you execute a flux query against InfluxDB\n * and offers several ways to stream query results.\n *\n * The influxDB object is also used to create more specialized InfluxDB management API instances in\n * {@link @influxdata/influxdb-client-apis# | @influxdata/influxdb-client-apis} .\n *\n * See also {@link https://github.com/influxdata/influxdb-client-js/tree/master/examples | examples} to know more.\n *\n * @packageDocumentation\n */\nexport * from './results'\nexport * from './options'\nexport * from './errors'\nexport * from './util/escape'\nexport * from './util/currentTime'\nexport * from './util/logger'\nexport * from './query'\nexport * from './transport'\nexport * from './observable'\nexport * from './Point'\nexport {default as InfluxDB} from './InfluxDB'\nexport {default as QueryApi, QueryOptions} from './QueryApi'\nexport {default as WriteApi} from './WriteApi'\n","/**\n * ChunkCombiner is a simplified platform-neutral manipulation of Uint8arrays\n * that allows to process text data on the fly. The implementation can be optimized\n * for the target platform (node vs browser).\n */\nexport interface ChunkCombiner {\n /**\n * Concatenates first and second chunk.\n * @param first - first chunk\n * @param second - second chunk\n * @returns first + second\n */\n concat(first: Uint8Array, second: Uint8Array): Uint8Array\n\n /**\n * Converts chunk into a string.\n * @param chunk - chunk\n * @param start - start index\n * @param end - end index\n * @returns string representation of chunk slice\n */\n toUtf8String(chunk: Uint8Array, start: number, end: number): string\n\n /**\n * Creates a new chunk from the supplied chunk.\n * @param chunk - chunk to copy\n * @param start - start index\n * @param end - end index\n * @returns a copy of a chunk slice\n */\n copy(chunk: Uint8Array, start: number, end: number): Uint8Array\n}\n\n// TextDecoder is available since node v8.3.0 and in all modern browsers\ndeclare class TextDecoder {\n constructor(encoding: string)\n decode(chunk: Uint8Array): string\n}\n\n/**\n * Creates a chunk combiner instance that uses UTF-8\n * TextDecoder to decode Uint8Arrays into strings.\n */\nexport function createTextDecoderCombiner(): ChunkCombiner {\n const decoder = new TextDecoder('utf-8')\n return {\n concat(first: Uint8Array, second: Uint8Array): Uint8Array {\n const retVal = new Uint8Array(first.length + second.length)\n retVal.set(first)\n retVal.set(second, first.length)\n return retVal\n },\n copy(chunk: Uint8Array, start: number, end: number): Uint8Array {\n const retVal = new Uint8Array(end - start)\n retVal.set(chunk.subarray(start, end))\n return retVal\n },\n toUtf8String(chunk: Uint8Array, start: number, end: number): string {\n return decoder.decode(chunk.subarray(start, end))\n },\n }\n}\n","import {ChunkCombiner, createTextDecoderCombiner} from './chunkCombiner'\nimport {CommunicationObserver} from './CommunicationObserver'\nimport {Cancellable} from './Cancellable'\n\n/**\n * ChunksToLines is a transformation that accepts Uint8Array instances\n * and emmits strings representing CSV lines.\n * @param target - target to emmit CSV lines to\n * @param chunkCombiner - chunk combiner\n * @returns communication obrver to accept Uint8Arrays\n */\nexport function chunksToLines(\n target: CommunicationObserver<string>,\n chunkCombiner?: ChunkCombiner\n): CommunicationObserver<Uint8Array> {\n const chunks = chunkCombiner ?? createTextDecoderCombiner()\n let previous: Uint8Array | undefined\n let finished = false\n let quoted = false\n let paused = false\n let resumeChunks: (() => void) | undefined\n\n function bufferReceived(chunk: Uint8Array): void {\n let index: number\n let start = 0\n if (previous) {\n // inspect the whole remaining data upon empty chunk\n // empty chunk signalizes to restart of receiving\n index = chunk.length === 0 ? 0 : (previous as Uint8Array).length\n chunk = chunks.concat(previous, chunk)\n } else {\n index = 0\n }\n while (index < chunk.length) {\n const c = chunk[index]\n if (c === 10) {\n if (!quoted) {\n /* do not emit CR+LR or LF line ending */\n const end = index > 0 && chunk[index - 1] === 13 ? index - 1 : index\n // do not emmit more lines if the processing is already finished\n if (finished) {\n return\n }\n paused = target.next(chunks.toUtf8String(chunk, start, end)) === false\n start = index + 1\n if (paused) {\n break\n }\n }\n } else if (c === 34 /* \" */) {\n quoted = !quoted\n }\n index++\n }\n if (start < chunk.length) {\n previous = chunks.copy(chunk, start, chunk.length)\n } else {\n previous = undefined\n }\n if (paused) {\n if (target.useResume) {\n target.useResume(() => {\n paused = false\n bufferReceived(new Uint8Array(0))\n })\n return\n }\n retVal.error(new Error('Unable to pause, useResume is not configured!'))\n paused = false // consume remaining data\n }\n if (resumeChunks) {\n resumeChunks()\n resumeChunks = undefined\n }\n }\n\n const retVal: CommunicationObserver<Uint8Array> = {\n next(chunk: Uint8Array): boolean {\n if (!finished) {\n try {\n bufferReceived(chunk)\n return !paused\n } catch (e) {\n this.error(e as Error)\n }\n }\n return true\n },\n error(error: Error): void {\n if (!finished) {\n finished = true\n target.error(error)\n }\n },\n complete(): void {\n if (!finished) {\n if (previous) {\n target.next(chunks.toUtf8String(previous, 0, previous.length))\n }\n finished = true\n target.complete()\n }\n },\n }\n if (target.useCancellable) {\n retVal.useCancellable = (cancellable: Cancellable) => {\n target.useCancellable &&\n target.useCancellable({\n cancel(): void {\n cancellable.cancel()\n previous = undefined // do not emit more lines\n retVal.complete()\n },\n isCancelled(): boolean {\n return cancellable.isCancelled()\n },\n })\n }\n }\n if (target.useResume) {\n retVal.useResume = (x: () => void) => {\n resumeChunks = x\n }\n }\n\n return retVal\n}\n","import {ChunkCombiner, createTextDecoderCombiner} from './chunkCombiner'\n\n/**\n * ChunksToLinesIterable is a transformation that accepts\n * an iterable of Uint8Array instances and returns iterable of lines.\n * @param source - iterable of transport buffers\n * @param chunkCombiner - chunk combiner\n * @returns iterable of lines\n */\nexport async function* chunksToLinesIterable(\n source: AsyncIterable<Uint8Array>,\n chunkCombiner?: ChunkCombiner\n): AsyncIterableIterator<string> {\n const chunks = chunkCombiner ?? createTextDecoderCombiner()\n let previous: Uint8Array | undefined\n let quoted = false\n\n for await (let chunk of source) {\n let index: number\n let start = 0\n if (previous) {\n index = previous.length\n chunk = chunks.concat(previous, chunk)\n } else {\n index = 0\n }\n while (index < chunk.length) {\n const c = chunk[index]\n if (c === 10) {\n if (!quoted) {\n /* do not emit CR+LR or LF line ending */\n const end = index > 0 && chunk[index - 1] === 13 ? index - 1 : index\n yield chunks.toUtf8String(chunk, start, end)\n start = index + 1\n }\n } else if (c === 34 /* \" */) {\n quoted = !quoted\n }\n index++\n }\n if (start < chunk.length) {\n previous = chunks.copy(chunk, start, chunk.length)\n } else {\n previous = undefined\n }\n }\n if (previous) {\n yield chunks.toUtf8String(previous, 0, previous.length)\n }\n}\n","/**\n * Optimized tokenizer of a single CSV line.\n */\nexport class LineSplitter {\n /** returned value when reused */\n reusedValues: string[]\n /** last length of elements in */\n lastSplitLength: number\n private _reuse = false\n\n /**\n * Reuse returned array between consecutive calls.\n */\n get reuse(): boolean {\n return this._reuse\n }\n set reuse(val: boolean) {\n if (val && !this.reusedValues) {\n this.reusedValues = new Array(10)\n }\n this._reuse = val\n }\n\n /**\n * Sets the reuse flag and returns this.\n */\n withReuse(): LineSplitter {\n this.reuse = true\n return this\n }\n\n /**\n * Splits the supplied line to elements that are separated by\n * comma with values possibly escaped within double quotes (\"value\")\n * @param line - line\n * @returns array of splitted parts\n */\n splitLine(line: string | undefined | null): string[] {\n if (line === null || line === undefined) {\n this.lastSplitLength = 0\n return []\n }\n let quoteCount = 0\n let startIndex = 0\n const values = this._reuse ? this.reusedValues : []\n let count = 0\n for (let i = 0; i < line.length; i++) {\n const c = line[i]\n if (c === ',') {\n if (quoteCount % 2 === 0) {\n const val = this.getValue(line, startIndex, i, quoteCount)\n if (this._reuse) {\n values[count++] = val\n } else {\n values.push(val)\n }\n startIndex = i + 1\n quoteCount = 0\n }\n } else if (c === '\"') {\n quoteCount++\n }\n }\n const val = this.getValue(line, startIndex, line.length, quoteCount)\n if (this._reuse) {\n values[count] = val\n this.lastSplitLength = count + 1\n } else {\n values.push(val)\n this.lastSplitLength = values.length\n }\n\n return values\n }\n\n private getValue(\n line: string,\n start: number,\n end: number,\n quoteCount: number\n ): string {\n if (start === line.length) {\n return ''\n } else if (quoteCount === 0) {\n return line.substring(start, end)\n } else if (quoteCount === 2) {\n return line.substring(start + 1, end - 1)\n } else {\n // quoteCount >= 4\n return line.substring(start + 1, end - 1).replace(/\"\"/gi, '\"')\n }\n }\n}\n","/**\n * Type of query result column, see {@link https://docs.influxdata.com/influxdb/latest/reference/syntax/annotated-csv/#data-types }\n */\nexport type ColumnType =\n | 'boolean'\n | 'unsignedLong'\n | 'long'\n | 'double'\n | 'string'\n | 'base64Binary'\n | 'dateTime:RFC3339'\n | 'duration'\n | string\n\n/**\n * FluxTableColumn describes {@link http://bit.ly/flux-spec#table | flux table} column.\n */\nexport interface FluxTableColumn {\n /**\n * Label (e.g., \"_start\", \"_stop\", \"_time\").\n */\n label: string\n\n /**\n * The data type of column (e.g., \"string\", \"long\", \"dateTime:RFC3339\").\n */\n dataType: ColumnType\n\n /**\n * Boolean flag indicating if the column is a part of the table's group key.\n */\n group: boolean\n\n /**\n * Default value to be used for rows whose string value is an empty string.\n */\n defaultValue: string\n\n /**\n * Index of this column in a row array.\n */\n index: number\n\n /**\n * Get returns a JavaScript object of this column in the supplied result row, using default deserializers.\n * @param row - a data row\n * @returns column value\n */\n get: (row: string[]) => any\n}\n\nconst identity = (x: string): any => x\n\n/**\n * A dictionary of serializers of particular types returned by a flux query.\n * See {@link https://docs.influxdata.com/influxdb/latest/reference/syntax/annotated-csv/#data-types }\n */\nexport const typeSerializers: Record<ColumnType, (val: string) => any> = {\n boolean: (x: string): any => (x === '' ? null : x === 'true'),\n unsignedLong: (x: string): any => (x === '' ? null : +x),\n long: (x: string): any => (x === '' ? null : +x),\n double(x: string): any {\n switch (x) {\n case '':\n return null\n case '+Inf':\n return Number.POSITIVE_INFINITY\n case '-Inf':\n return Number.NEGATIVE_INFINITY\n default:\n return +x\n }\n },\n string: identity,\n base64Binary: identity,\n duration: (x: string): any => (x === '' ? null : x),\n 'dateTime:RFC3339': (x: string): any => (x === '' ? null : x),\n}\n\n/**\n * FluxTableColumn implementation.\n */\nclass FluxTableColumnImpl implements FluxTableColumn {\n label: string\n dataType: ColumnType\n group: boolean\n defaultValue: string\n index: number\n public get(row: string[]): any {\n let val = row[this.index]\n if ((val === '' || val === undefined) && this.defaultValue) {\n val = this.defaultValue\n }\n return (typeSerializers[this.dataType] ?? identity)(val)\n }\n}\nexport const UNKNOWN_COLUMN: FluxTableColumn = Object.freeze({\n label: '',\n dataType: '',\n group: false,\n defaultValue: '',\n index: Number.MAX_SAFE_INTEGER,\n get: () => undefined,\n})\n\n/**\n * Creates a new flux table column.\n * @returns column instance\n */\nexport function newFluxTableColumn(): FluxTableColumn {\n return new FluxTableColumnImpl()\n}\n\n/**\n * Creates a flux table column from a partial FluxTableColumn.\n * @param object - source object\n * @returns column instance\n */\nexport function createFluxTableColumn(\n object: Partial<FluxTableColumn>\n): FluxTableColumn {\n const retVal = new FluxTableColumnImpl()\n retVal.label = String(object.label)\n retVal.dataType = object.dataType as ColumnType\n retVal.group = Boolean(object.group)\n retVal.defaultValue = object.defaultValue ?? ''\n retVal.index = object.index ?? 0\n return retVal\n}\n","/**\n * Strategy for calculating retry delays.\n */\nexport interface RetryDelayStrategy {\n /**\n * Returns delay for a next retry\n * @param error - reason for retrying\n * @param failedAttempts - a count of already failed attempts, 1 being the first\n * @returns milliseconds to wait before retrying\n */\n nextDelay(error?: Error, failedAttempts?: number): number\n /** Implementation should reset its state, this is mandatory to call upon success. */\n success(): void\n}\n\n/**\n * Interface for errors to inform that an associated operation can be retried.\n */\nexport interface RetriableDecision {\n /**\n * Informs whether this can be retried.\n */\n canRetry(): boolean\n /**\n * Get the delay in milliseconds to retry the action.\n * @returns 0 to let the implementation decide, miliseconds delay otherwise\n */\n retryAfter(): number\n}\n\nconst retriableStatusCodes = [404, 408, 425, 429, 500, 502, 503, 504]\n/** isStatusCodeRetriable checks whether the supplied HTTP status code is retriable. */\nexport function isStatusCodeRetriable(statusCode: number): boolean {\n return retriableStatusCodes.includes(statusCode)\n}\n\n/** IllegalArgumentError is thrown when illegal argument is supplied. */\nexport class IllegalArgumentError extends Error {\n /* istanbul ignore next */\n constructor(message: string) {\n super(message)\n this.name = 'IllegalArgumentError'\n Object.setPrototypeOf(this, IllegalArgumentError.prototype)\n }\n}\n\n/**\n * A general HTTP error.\n */\nexport class HttpError extends Error implements RetriableDecision {\n private _retryAfter: number\n /** application error code, when available */\n public code: string | undefined\n /** json error response */\n public json: any\n\n /* istanbul ignore next because of super() not being covered*/\n constructor(\n readonly statusCode: number,\n readonly statusMessage: string | undefined,\n readonly body?: string,\n retryAfter?: string | undefined | null,\n readonly contentType?: string | undefined | null,\n message?: string\n ) {\n super()\n Object.setPrototypeOf(this, HttpError.prototype)\n if (message) {\n this.message = message\n } else if (body) {\n if (contentType?.startsWith('application/json')) {\n try {\n this.json = JSON.parse(body)\n this.message = this.json.message\n this.code = this.json.code\n } catch (e) {\n // silently ignore, body string is still available\n }\n }\n if (!this.message) {\n this.message = `${statusCode} ${statusMessage} : ${body}`\n }\n } else {\n this.message = `${statusCode} ${statusMessage}`\n }\n this.name = 'HttpError'\n this.setRetryAfter(retryAfter)\n }\n\n private setRetryAfter(retryAfter?: string | undefined | null): void {\n if (typeof retryAfter === 'string') {\n // try to parse the supplied number as milliseconds\n if (/^[0-9]+$/.test(retryAfter)) {\n this._retryAfter = parseInt(retryAfter)\n } else {\n this._retryAfter = 0\n }\n } else {\n this._retryAfter = 0\n }\n }\n\n canRetry(): boolean {\n return isStatusCodeRetriable(this.statusCode)\n }\n retryAfter(): number {\n return this._retryAfter\n }\n}\n\n//see https://nodejs.org/api/errors.html\nconst RETRY_CODES = [\n 'ECONNRESET',\n 'ENOTFOUND',\n 'ESOCKETTIMEDOUT',\n 'ETIMEDOUT',\n 'ECONNREFUSED',\n 'EHOSTUNREACH',\n 'EPIPE',\n]\n\n/**\n * Tests the error in order to know if an HTTP call can be retried.\n * @param error - error to test\n * @returns true for a retriable error\n */\nexport function canRetryHttpCall(error: any): boolean {\n if (!error) {\n return false\n } else if (typeof (error as any).canRetry === 'function') {\n return !!((error as any).canRetry as () => boolean)()\n } else if ((error as any).code && RETRY_CODES.includes((error as any).code)) {\n return true\n }\n return false\n}\n\n/**\n * Gets retry delay from the supplied error, possibly using random number up to retryJitter.\n */\nexport function getRetryDelay(error?: Error, retryJitter?: number): number {\n if (!error) {\n return 0\n } else {\n let retVal\n if (typeof (error as any).retryAfter === 'function') {\n return ((error as any).retryAfter as () => number)()\n } else {\n retVal = 0\n }\n if (retryJitter && retryJitter > 0) {\n return retVal + Math.round(Math.random() * retryJitter)\n } else {\n return retVal\n }\n }\n}\n\n/** RequestTimedOutError indicates request timeout in the communication with the server */\nexport class RequestTimedOutError extends Error implements RetriableDecision {\n /* istanbul ignore next because of super() not being covered */\n constructor() {\n super()\n Object.setPrototypeOf(this, RequestTimedOutError.prototype)\n this.name = 'RequestTimedOutError'\n this.message = 'Request timed out'\n }\n canRetry(): boolean {\n return true\n }\n retryAfter(): number {\n return 0\n }\n}\n\n/** AbortError indicates that the communication with the server was aborted */\nexport class AbortError extends Error implements RetriableDecision {\n /* istanbul ignore next because of super() not being covered */\n constructor() {\n super()\n this.name = 'AbortError'\n Object.setPrototypeOf(this, AbortError.prototype)\n this.message = 'Response aborted'\n }\n canRetry(): boolean {\n return true\n }\n retryAfter(): number {\n return 0\n }\n}\n","import {\n FluxTableColumn,\n UNKNOWN_COLUMN,\n typeSerializers,\n} from './FluxTableColumn'\nimport {IllegalArgumentError} from '../errors'\n\n/**\n * serializeDateTimeAsDate changes type serializers to return JavaScript Date instances\n * for 'dateTime:RFC3339' query result data type. Empty value is converted to null.\n * @remarks\n * Please note that the result has millisecond precision whereas InfluxDB returns dateTime\n * in nanosecond precision.\n */\nexport function serializeDateTimeAsDate(): void {\n typeSerializers['dateTime:RFC3339'] = (x: string): any =>\n x === '' ? null : new Date(Date.parse(x))\n}\n/**\n * serializeDateTimeAsNumber changes type serializers to return milliseconds since epoch\n * for 'dateTime:RFC3339' query result data type. Empty value is converted to null.\n * @remarks\n * Please note that the result has millisecond precision whereas InfluxDB returns dateTime\n * in nanosecond precision.\n */\nexport function serializeDateTimeAsNumber(): void {\n typeSerializers['dateTime:RFC3339'] = (x: string): any =>\n x === '' ? null : Date.parse(x)\n}\n/**\n * serializeDateTimeAsString changes type serializers to return string values\n * for `dateTime:RFC3339` query result data type. Empty value is converted to null.\n */\nexport function serializeDateTimeAsString(): void {\n typeSerializers['dateTime:RFC3339'] = (x: string): any =>\n x === '' ? null : x\n}\n\n/**\n * Represents metadata of a {@link http://bit.ly/flux-spec#table | flux table}.\n */\nexport interface FluxTableMetaData {\n /**\n * Table columns.\n */\n columns: Array<FluxTableColumn>\n\n /**\n * Gets columns by name\n * @param label - column label\n * @param errorOnMissingColumn - throw error on missing column (by default), return UNKNOWN_COLUMN when false\n * @returns table column\n * @throws IllegalArgumentError if column is not found\n **/\n column(label: string, errorOnMissingColumn?: boolean): FluxTableColumn\n\n /**\n * Creates an object out of the supplied row with the help of column descriptors.\n * @param row - a row with data for each column\n */\n toObject(row: string[]): {[key: string]: any}\n\n /**\n * Gets column values out of the supplied row.\n * @param row - a row with data for each column\n * @param column - column name\n * @returns column value, undefined for unknown column\n */\n get(row: string[], column: string): any\n}\n\n/**\n * FluxTableMetaData Implementation.\n */\nclass FluxTableMetaDataImpl implements FluxTableMetaData {\n columns: Array<FluxTableColumn>\n constructor(columns: FluxTableColumn[]) {\n columns.forEach((col, i) => (col.index = i))\n this.columns = columns\n }\n column(label: string, errorOnMissingColumn = true): FluxTableColumn {\n for (let i = 0; i < this.columns.length; i++) {\n const col = this.columns[i]\n if (col.label === label) return col\n }\n if (errorOnMissingColumn) {\n throw new IllegalArgumentError(`Column ${label} not found!`)\n }\n return UNKNOWN_COLUMN\n }\n toObject(row: string[]): {[key: string]: any} {\n const acc: any = {}\n for (let i = 0; i < this.columns.length && i < row.length; i++) {\n const column = this.columns[i]\n acc[column.label] = column.get(row)\n }\n return acc\n }\n get(row: string[], column: string): any {\n return this.column(column, false).get(row)\n }\n}\n\n/**\n * Created FluxTableMetaData from the columns supplied.\n * @param columns - columns\n * @returns - instance\n */\nexport function createFluxTableMetaData(\n columns: FluxTableColumn[]\n): FluxTableMetaData {\n return new FluxTableMetaDataImpl(columns)\n}\n\n/** Wraps values and associated metadata of a query result row */\nexport interface Row {\n values: string[]\n tableMeta: FluxTableMetaData\n}\n","import {CommunicationObserver} from './CommunicationObserver'\nimport {LineSplitter} from './LineSplitter'\nimport {FluxResultObserver} from './FluxResultObserver'\nimport {\n FluxTableColumn,\n ColumnType,\n newFluxTableColumn,\n} from './FluxTableColumn'\nimport {FluxTableMetaData, createFluxTableMetaData} from './FluxTableMetaData'\n\n/**\n * LinesToTables creates a transformation that accepts (flux) annotated CSV lines\n * and emits rows together with table metadata.\n */\nexport function linesToTables(\n consumer: FluxResultObserver<string[]>\n): CommunicationObserver<string> {\n const splitter = new LineSplitter().withReuse()\n let columns: FluxTableColumn[] | undefined\n let expectMeta = true\n let firstColumnIndex = 0\n let lastMeta: FluxTableMetaData\n const retVal: CommunicationObserver<string> = {\n error(error: Error): void {\n consumer.error(error)\n },\n next(line: string): void | boolean {\n if (line === '') {\n expectMeta = true\n columns = undefined\n } else {\n const values = splitter.splitLine(line)\n const size = splitter.lastSplitLength\n if (expectMeta) {\n // create columns\n if (!columns) {\n columns = new Array(size)\n for (let i = 0; i < size; i++) {\n columns[i] = newFluxTableColumn()\n }\n }\n if (!values[0].startsWith('#')) {\n // fill in column names\n if (values[0] === '') {\n firstColumnIndex = 1\n columns = columns.slice(1)\n } else {\n firstColumnIndex = 0\n }\n for (let i = firstColumnIndex; i < size; i++) {\n columns[i - firstColumnIndex].label = values[i]\n }\n lastMeta = createFluxTableMetaData(columns)\n expectMeta = false\n } else if (values[0] === '#datatype') {\n for (let i = 1; i < size; i++) {\n columns[i].dataType = values[i] as ColumnType\n }\n } else if (values[0] === '#default') {\n for (let i = 1; i < size; i++) {\n columns[i].defaultValue = values[i]\n }\n } else if (values[0] === '#group') {\n for (let i = 1; i < size; i++) {\n columns[i].group = values[i][0] === 't'\n }\n }\n } else {\n return consumer.next(values.slice(firstColumnIndex, size), lastMeta)\n }\n }\n return true\n },\n complete(): void {\n consumer.complete()\n },\n }\n if (consumer.useCancellable) {\n retVal.useCancellable = consumer.useCancellable.bind(consumer)\n }\n if (consumer.useResume) {\n retVal.useResume = consumer.useResume.bind(consumer)\n }\n return retVal\n}\n","import {LineSplitter} from './LineSplitter'\nimport {\n FluxTableColumn,\n ColumnType,\n newFluxTableColumn,\n} from './FluxTableColumn'\nimport {\n FluxTableMetaData,\n createFluxTableMetaData,\n Row,\n} from './FluxTableMetaData'\n\n/**\n * LinesToRowsIterable is a transformation that accepts\n * an iterable of flux annotated CSV lines and returns\n * an iterable of rows (row values and table metadata).\n */\nexport async function* linesToRowsIterable(\n source: AsyncIterable<string>\n): AsyncIterableIterator<Row> {\n const splitter = new LineSplitter().withReuse()\n let columns: FluxTableColumn[] | undefined\n let expectMeta = true\n let firstColumnIndex = 0\n let lastMeta: FluxTableMetaData | undefined = undefined\n for await (const line of source) {\n if (line === '') {\n expectMeta = true\n columns = undefined\n } else {\n const values = splitter.splitLine(line)\n const size = splitter.lastSplitLength\n if (expectMeta) {\n // create columns\n if (!columns) {\n columns = new Array(size)\n for (let i = 0; i < size; i++) {\n columns[i] = newFluxTableColumn()\n }\n }\n if (!values[0].startsWith('#')) {\n // fill in column names\n if (values[0] === '') {\n firstColumnIndex = 1\n columns = columns.slice(1)\n } else {\n firstColumnIndex = 0\n }\n for (let i = firstColumnIndex; i < size; i++) {\n columns[i - firstColumnIndex].label = values[i]\n }\n lastMeta = createFluxTableMetaData(columns)\n expectMeta = false\n } else if (values[0] === '#datatype') {\n for (let i = 1; i < size; i++) {\n columns[i].dataType = values[i] as ColumnType\n }\n } else if (values[0] === '#default') {\n for (let i = 1; i < size; i++) {\n columns[i].defaultValue = values[i]\n }\n } else if (values[0] === '#group') {\n for (let i = 1; i < size; i++) {\n columns[i].group = values[i][0] === 't'\n }\n }\n } else {\n yield {\n values: values.slice(firstColumnIndex, size),\n tableMeta:\n lastMeta as unknown as FluxTableMetaData /* never undefined */,\n }\n }\n }\n }\n}\n","import {CommunicationObserver} from './CommunicationObserver'\n\n/**\n * StringToLines is a transformation that emmits strings for each CSV\n * line in the supplied source string.\n * @param source - source string\n * @param target - target to emmit CSV lines to\n * @returns communication obrver to accept Uint8Arrays\n */\nexport function stringToLines(\n source: string,\n target: CommunicationObserver<string>\n): void {\n let quoted = false\n let start = 0\n let index = 0\n\n while (index < source.length) {\n const c = source.charCodeAt(index)\n if (c === 10) {\n if (!quoted) {\n /* do not emit CR+LR or LF line ending */\n const end =\n index > 0 && source.charCodeAt(index - 1) === 13 ? index - 1 : index\n // do not emmit more lines if the processing is already finished\n target.next(source.substring(start, end))\n start = index + 1\n }\n } else if (c === 34 /* \" */) {\n quoted = !quoted\n }\n index++\n }\n if (start < index) {\n target.next(source.substring(start, index))\n }\n target.complete()\n}\n","/* Observable interop typing. Taken from https://github.com/ReactiveX/rxjs */\n\n/* Note: This will add Symbol.observable globally for all TypeScript users */\ndeclare global {\n interface SymbolConstructor {\n readonly observable: symbol\n }\n}\n\n/** Symbol.observable or a string \"\\@\\@observable\". Used for interop */\nexport const symbolObservable = (():\n | typeof Symbol.observable\n | '@@observable' =>\n (typeof Symbol === 'function' && Symbol.observable) || '@@observable')()\n","import {\n Observable,\n Observer,\n ObserverComplete,\n ObserverError,\n ObserverNext,\n Subscription,\n symbolObservable,\n} from '../observable'\nimport {CommunicationObserver} from '../results/CommunicationObserver'\nimport {Cancellable} from '../results/Cancellable'\n\n/** APIExecutor executes the API and passes its response to the supplied consumer */\nexport type APIExecutor = (consumer: CommunicationObserver<Uint8Array>) => void\n\ntype Decorator<T> = (observer: Observer<T>) => Observer<Uint8Array>\n\nclass QuerySubscription implements Subscription {\n private cancellable?: Cancellable\n private isClosed = false\n\n public constructor(observer: Observer<Uint8Array>, executor: APIExecutor) {\n try {\n executor({\n next: (value) => {\n observer.next(value)\n },\n error: (e) => {\n this.isClosed = true\n observer.error(e)\n },\n complete: () => {\n this.isClosed = true\n observer.complete()\n },\n useCancellable: (c) => {\n this.cancellable = c\n },\n })\n } catch (e) {\n this.isClosed = true\n observer.error(e)\n }\n }\n\n public get closed(): boolean {\n return this.isClosed\n }\n\n public unsubscribe(): void {\n this.cancellable?.cancel()\n this.isClosed = true\n }\n}\n\nfunction noop(): void {}\n\nfunction completeObserver<T>(observer: Partial<Observer<T>>): Observer<T> {\n const {next, error, complete} = observer\n\n return {\n next: next ? next.bind(observer) : noop,\n error: error ? error.bind(observer) : noop,\n complete: complete ? complete.bind(observer) : noop,\n }\n}\n\nexport default class ObservableQuery<T> implements Observable<T> {\n public constructor(\n private readonly executor: APIExecutor,\n private readonly decorator: Decorator<T>\n ) {}\n\n public subscribe(\n observerOrNext?: Partial<Observer<T>> | ObserverNext<T>,\n error?: ObserverError,\n complete?: ObserverComplete\n ): Subscription {\n const observer = completeObserver(\n typeof observerOrNext !== 'object' || observerOrNext === null\n ? {next: observerOrNext, error, complete}\n : observerOrNext\n )\n\n return new QuerySubscription(this.decorator(observer), this.executor)\n }\n\n public [symbolObservable](): this {\n return this\n }\n\n // this makes sure we satisfy the interface, while using a possibly polyfilled\n // [symbolObservable] above for the actual implementation\n public declare [Symbol.observable]: () => this\n}\n","import {Transport} from './transport'\nimport WriteApi from './WriteApi'\n\n/**\n * Option for the communication with InfluxDB server.\n */\nexport interface ConnectionOptions {\n /** base URL */\n url: string\n /** authentication token */\n token?: string\n /**\n * socket timeout, 10000 milliseconds by default in node.js\n * @defaultValue 10000\n */\n timeout?: number\n /**\n * TransportOptions supply extra options for the transport layer, they differ between node.js and browser/deno.\n * Node.js transport accepts options specified in {@link https://nodejs.org/api/http.html#http_http_request_options_callback | http.request } or\n * {@link https://nodejs.org/api/https.html#https_https_request_options_callback | https.request }. For example, an `agent` property can be set to\n * {@link https://www.npmjs.com/package/proxy-http-agent | setup HTTP/HTTPS proxy }, {@link https://nodejs.org/api/tls.html#tls_tls_connect_options_callback | rejectUnauthorized }\n * property can disable TLS server certificate verification. Additionally,\n * {@link https://github.com/follow-redirects/follow-redirects | follow-redirects } property can be also specified\n * in order to follow redirects in node.js.\n * {@link https://developer.mozilla.org/en-US/docs/Web/API/fetch | fetch } is used under the hood in browser/deno.\n * For example,\n * {@link https://developer.mozilla.org/en-US/docs/Web/API/fetch | redirect } property can be set to 'error' to abort request if a redirect occurs.\n */\n transportOptions?: {[key: string]: any}\n /**\n * Default HTTP headers to send with every request.\n */\n headers?: Record<string, string>\n /**\n * Full HTTP web proxy URL including schema, for example http://your-proxy:8080.\n */\n proxyUrl?: string\n}\n\n/** default connection options */\nexport const DEFAULT_ConnectionOptions: Partial<ConnectionOptions> = {\n timeout: 10000,\n}\n\n/**\n * Options that configure strategy for retrying failed requests.\n */\nexport interface RetryDelayStrategyOptions {\n /** add `random(retryJitter)` milliseconds delay when retrying HTTP calls */\n retryJitter: number\n /** minimum delay when retrying write (milliseconds) */\n minRetryDelay: number\n /** maximum delay when retrying write (milliseconds) */\n maxRetryDelay: number\n /** base for the exponential retry delay */\n exponentialBase: number\n /**\n * randomRetry indicates whether the next retry delay is deterministic (false) or random (true).\n * The deterministic delay starts with `minRetryDelay * exponentialBase` and it is multiplied\n * by `exponentialBase` until it exceeds `maxRetryDelay`.\n * When random is `true`, the next delay is computed as a random number between next retry attempt (upper)\n * and the lower number in the deterministic sequence. `random(retryJitter)` is added to every returned value.\n */\n randomRetry: boolean\n}\n\n/**\n * Options that configure strategy for retrying failed InfluxDB write operations.\n */\nexport interface WriteRetryOptions extends RetryDelayStrategyOptions {\n /**\n * WriteFailed is called to inform about write errors.\n * @param this - the instance of the API that failed\n * @param error - write error\n * @param lines - failed lines\n * @param attempt - count of already failed attempts to write the lines (1 ... maxRetries+1)\n * @param expires - expiration time for the lines to be retried in millis since epoch\n * @returns a Promise to force the API to use it as a result of the flush operation,\n * void/undefined to continue with default retry mechanism\n */\n writeFailed(\n this: WriteApi,\n error: Error,\n lines: Array<string>,\n attempt: number,\n expires: number\n ): Promise<void> | void\n\n /**\n * WriteSuccess is informed about successfully written lines.\n * @param this - the instance of the API in use\n * @param lines - written lines\n */\n writeSuccess(this: WriteApi, lines: Array<string>): void\n\n /**\n * WriteRetrySkipped is informed about lines that were removed from the retry buffer\n * to keep the size of the retry buffer under the configured limit (maxBufferLines).\n * @param entry - lines that were skipped\n */\n writeRetrySkipped(entry: {lines: Array<string>; expires: number}): void\n\n /** max count of retries after the first write fails */\n maxRetries: number\n /** max time (millis) that can be spent with retries */\n maxRetryTime: number\n /** the maximum size of retry-buffer (in lines) */\n maxBufferLines: number\n}\n\n/**\n * Options used by {@link WriteApi} .\n */\nexport interface WriteOptions extends WriteRetryOptions {\n /** max number of records/lines to send in a batch */\n batchSize: number\n /** delay between data flushes in milliseconds, at most `batch size` records are sent during flush */\n flushInterval: number\n /** default tags, unescaped */\n defaultTags?: Record<string, string>\n /** HTTP headers that will be sent with every write request */\n headers?: {[key: string]: string}\n /** When specified, write bodies larger than the threshold are gzipped */\n gzipThreshold?: number\n /** max size of a batch in bytes */\n maxBatchBytes: number\n /** InfluxDB Enterprise write consistency as explained in https://docs.influxdata.com/enterprise_influxdb/v1.9/concepts/clustering/#write-consistency */\n consistency?: 'any' | 'one' | 'quorum' | 'all'\n}\n\n/** default RetryDelayStrategyOptions */\nexport const DEFAULT_RetryDelayStrategyOptions = {\n retryJitter: 200,\n minRetryDelay: 5000,\n maxRetryDelay: 125000,\n exponentialBase: 5,\n randomRetry: true,\n}\n\n/** default writeOptions */\nexport const DEFAULT_WriteOptions: WriteOptions = {\n batchSize: 1000,\n maxBatchBytes: 50_000_000, // default max batch size in the cloud\n flushInterval: 60000,\n writeFailed: function () {},\n writeSuccess: function () {},\n writeRetrySkipped: function () {},\n maxRetries: 5,\n maxRetryTime: 180_000,\n maxBufferLines: 32_000,\n // a copy of DEFAULT_RetryDelayStrategyOptions, so that DEFAULT_WriteOptions could be tree-shaken\n retryJitter: 200,\n minRetryDelay: 5000,\n maxRetryDelay: 125000,\n exponentialBase: 2,\n gzipThreshold: 1000,\n randomRetry: true,\n}\n\n/**\n * Options used by {@link InfluxDB} .\n */\nexport interface ClientOptions extends ConnectionOptions {\n /** supplies and overrides default writing options */\n writeOptions?: Partial<WriteOptions>\n /** specifies custom transport */\n transport?: Transport\n}\n\n/**\n * Timestamp precision used in write operations.\n * See {@link https://docs.influxdata.com/influxdb/latest/api/#operation/PostWrite }\n */\nexport type WritePrecisionType = 'ns' | 'us' | 'ms' | 's'\n","function createEscaper(\n characters: string,\n replacements: string[]\n): (value: string) => string {\n return function (value: string): string {\n let retVal = ''\n let from = 0\n let i = 0\n while (i < value.length) {\n const found = characters.indexOf(value[i])\n if (found >= 0) {\n retVal += value.substring(from, i)\n retVal += replacements[found]\n from = i + 1\n }\n i++\n }\n if (from == 0) {\n return value\n } else if (from < value.length) {\n retVal += value.substring(from, value.length)\n }\n return retVal\n }\n}\nfunction createQuotedEscaper(\n characters: string,\n replacements: string[]\n): (value: string) => string {\n const escaper = createEscaper(characters, replacements)\n return (value: string): string => '\"' + escaper(value) + '\"'\n}\n\n/**\n * Provides functions escape specific parts in InfluxDB line protocol.\n */\nexport const escape = {\n /**\n * Measurement escapes measurement names.\n */\n measurement: createEscaper(', \\n\\r\\t', ['\\\\,', '\\\\ ', '\\\\n', '\\\\r', '\\\\t']),\n /**\n * Quoted escapes quoted values, such as database names.\n */\n quoted: createQuotedEscaper('\"\\\\', ['\\\\\"', '\\\\\\\\']),\n\n /**\n * TagEscaper escapes tag keys, tag values, and field keys.\n */\n tag: createEscaper(', =\\n\\r\\t', ['\\\\,', '\\\\ ', '\\\\=', '\\\\n', '\\\\r', '\\\\t']),\n}\n","declare let process: any\nconst zeroPadding = '000000000'\nlet useHrTime = false\n\nexport function useProcessHrtime(use: boolean): boolean {\n /* istanbul ignore else */\n if (!process.env.BUILD_BROWSER) {\n return (useHrTime = use && process && typeof process.hrtime === 'function')\n } else {\n return false\n }\n}\nuseProcessHrtime(true) // preffer node\n\nlet startHrMillis: number | undefined = undefined\nlet startHrTime: [number, number] | undefined = undefined\nlet lastMillis = Date.now()\nlet stepsInMillis = 0\nfunction nanos(): string {\n if (!process.env.BUILD_BROWSER && useHrTime) {\n const hrTime = process.hrtime() as [number, number]\n let millis = Date.now()\n if (!startHrTime) {\n startHrTime = hrTime\n startHrMillis = millis\n } else {\n hrTime[0] = hrTime[0] - startHrTime[0]\n hrTime[1] = hrTime[1] - startHrTime[1]\n // istanbul ignore next \"cannot mock system clock, manually reviewed\"\n if (hrTime[1] < 0) {\n hrTime[0] -= 1\n hrTime[1] += 1000_000_000\n }\n millis =\n (startHrMillis as number) +\n hrTime[0] * 1000 +\n Math.floor(hrTime[1] / 1000_000)\n }\n const nanos = String(hrTime[1] % 1000_000)\n return String(millis) + zeroPadding.substr(0, 6 - nanos.length) + nanos\n } else {\n const millis = Date.now()\n if (millis !== lastMillis) {\n lastMillis = millis\n stepsInMillis = 0\n } else {\n stepsInMillis++\n }\n const nanos = String(stepsInMillis)\n return String(millis) + zeroPadding.substr(0, 6 - nanos.length) + nanos\n }\n}\n\nfunction micros(): string {\n if (!process.env.BUILD_BROWSER && useHrTime) {\n const hrTime = process.hrtime() as [number, number]\n const micros = String(Math.trunc(hrTime[1] / 1000) % 1000)\n return (\n String(Date.now()) + zeroPadding.substr(0, 3 - micros.length) + micros\n )\n } else {\n return String(Date.now()) + zeroPadding.substr(0, 3)\n }\n}\nfunction millis(): string {\n return String(Date.now())\n}\nfunction seconds(): string {\n return String(Math.floor(Date.now() / 1000))\n}\n\n/**\n * Exposes functions that creates strings that represent a timestamp that\n * can be used in the line protocol. Micro and nano timestamps are emulated\n * depending on the js platform in use.\n */\nexport const currentTime = {\n s: seconds as () => string,\n ms: millis as () => string,\n us: micros as () => string,\n ns: nanos as () => string,\n seconds: seconds as () => string,\n millis: millis as () => string,\n micros: micros as () => string,\n nanos: nanos as () => string,\n}\n\n/**\n * dateToProtocolTimestamp provides converters for JavaScript Date to InfluxDB Write Protocol Timestamp. Keys are supported precisions.\n */\nexport const dateToProtocolTimestamp = {\n s: (d: Date): string => `${Math.floor(d.getTime() / 1000)}`,\n ms: (d: Date): string => `${d.getTime()}`,\n us: (d: Date): string => `${d.getTime()}000`,\n ns: (d: Date): string => `${d.getTime()}000000`,\n}\n\n/**\n * convertTimeToNanos converts Point's timestamp to a string.\n * @param value - supported timestamp value\n * @returns line protocol value\n */\nexport function convertTimeToNanos(\n value: string | number | Date | undefined\n): string | undefined {\n if (value === undefined) {\n return nanos()\n } else if (typeof value === 'string') {\n return value.length > 0 ? value : undefined\n } else if (value instanceof Date) {\n return `${value.getTime()}000000`\n } else if (typeof value === 'number') {\n return String(Math.floor(value))\n } else {\n return String(value)\n }\n}\n","/**\n * Logging interface.\n */\nexport interface Logger {\n error(message: string, err?: any): void\n warn(message: string, err?: any): void\n}\n\n/**\n * Logger that logs to console.out\n */\nexport const consoleLogger: Logger = {\n error(message, error) {\n // eslint-disable-next-line no-console\n console.error('ERROR: ' + message, error ? error : '')\n },\n warn(message, error) {\n // eslint-disable-next-line no-console\n console.warn('WARN: ' + message, error ? error : '')\n },\n}\nlet provider: Logger = consoleLogger\n\nexport const Log: Logger = {\n error(message, error) {\n provider.error(message, error)\n },\n warn(message, error) {\n provider.warn(message, error)\n },\n}\n\n/**\n * Sets custom logger.\n * @param logger - logger to use\n * @returns previous logger\n */\nexport function setLogger(logger: Logger): Logger {\n const previous = provider\n provider = logger\n return previous\n}\n","/** Property that offers a function that returns flux-sanitized value of an object. */\nexport const FLUX_VALUE = Symbol('FLUX_VALUE')\n\n/**\n * A flux parameter can print its (sanitized) flux value.\n */\nexport interface FluxParameterLike {\n [FLUX_VALUE](): string\n}\n\n/**\n * Represents a parameterized query.\n */\nexport interface ParameterizedQuery {\n /**\n * Returns flux query with sanitized parameters.\n */\n toString(): string\n}\n\nclass FluxParameter implements FluxParameterLike, ParameterizedQuery {\n constructor(private fluxValue: string) {}\n toString(): string {\n return this.fluxValue\n }\n [FLUX_VALUE](): string {\n return this.fluxValue\n }\n}\n\n/**\n * Checks if the supplied object is FluxParameterLike\n * @param value - any value\n * @returns true if it is\n */\nfunction isFluxParameterLike(value: any): boolean {\n return typeof value === 'object' && typeof value[FLUX_VALUE] === 'function'\n}\n\n/**\n * Escapes content of the supplied string so it can be wrapped into double qoutes\n * to become a [flux string literal](https://docs.influxdata.com/flux/latest/spec/lexical-elements/#string-literals).\n * @param value - string value\n * @returns sanitized string\n */\nfunction sanitizeString(value: any): string {\n if (value === null || value === undefined) return ''\n value = value.toString()\n let retVal: any = undefined\n let i = 0\n function prepareRetVal(): void {\n if (retVal === undefined) {\n retVal = value.substring(0, i)\n }\n }\n for (; i < value.length; i++) {\n const c = value.charAt(i)\n switch (c) {\n case '\\r':\n prepareRetVal()\n retVal += '\\\\r'\n break\n case '\\n':\n prepareRetVal()\n retVal += '\\\\n'\n break\n case '\\t':\n prepareRetVal()\n retVal += '\\\\t'\n break\n case '\"':\n case '\\\\':\n prepareRetVal()\n retVal = retVal + '\\\\' + c\n break\n case '$':\n // escape ${\n if (i + 1 < value.length && value.charAt(i + 1) === '{') {\n prepareRetVal()\n i++\n retVal += '\\\\${'\n break\n }\n // append $\n if (retVal != undefined) {\n retVal += c\n }\n break\n default:\n if (retVal != undefined) {\n retVal += c\n }\n }\n }\n if (retVal !== undefined) {\n return retVal\n }\n return value\n}\n\n/**\n * Creates a flux string literal.\n */\nexport function fluxString(value: any): FluxParameterLike {\n return new FluxParameter(`\"${sanitizeString(value)}\"`)\n}\n\n/**\n * Sanitizes float value to avoid injections.\n * @param value - InfluxDB float literal\n * @returns sanitized float value\n * @throws Error if the the value cannot be sanitized\n */\nexport function sanitizeFloat(value: any): string {\n const val = Number(value)\n if (!isFinite(val)) {\n if (typeof value === 'number') {\n return `float(v: \"${val}\")`\n }\n throw new Error(`not a flux float: ${value}`)\n }\n // try to return a flux float literal if possible\n // https://docs.influxdata.com/flux/latest/data-types/basic/float/#float-syntax\n const strVal = val.toString()\n let hasDot = false\n for (const c of strVal) {\n if ((c >= '0' && c <= '9') || c == '-') continue\n if (c === '.') {\n hasDot = true\n continue\n }\n return `float(v: \"${strVal}\")`\n }\n return hasDot ? strVal : strVal + '.0'\n}\n/**\n * Creates a flux float literal.\n */\nexport function fluxFloat(value: any): FluxParameterLike {\n return new FluxParameter(sanitizeFloat(value))\n}\n\n/**\n * Sanitizes integer value to avoid injections.\n * @param value - InfluxDB integer literal\n * @returns sanitized integer value\n * @throws Error if the the value cannot be sanitized\n */\nexport function sanitizeInteger(value: any): string {\n // https://docs.influxdata.com/flux/latest/data-types/basic/int/\n // Min value: -9223372036854775808\n // Max value: 9223372036854775807\n // \"9223372036854775807\".length === 19\n const strVal = String(value)\n const negative = strVal.startsWith('-')\n const val = negative ? strVal.substring(1) : strVal\n if (val.length === 0 || val.length > 19) {\n throw new Error(`not a flux integer: ${strVal}`)\n }\n for (const c of val) {\n if (c < '0' || c > '9') throw new Error(`not a flux integer: ${strVal}`)\n }\n if (val.length === 19) {\n if (negative && val > '9223372036854775808') {\n throw new Error(`flux integer out of bounds: ${strVal}`)\n }\n if (!negative && val > '9223372036854775807') {\n throw new Error(`flux integer out of bounds: ${strVal}`)\n }\n }\n return strVal\n}\n\n/**\n * Creates a flux integer literal.\n */\nexport function fluxInteger(value: any): FluxParameterLike {\n return new FluxParameter(sanitizeInteger(value))\n}\n\nfunction sanitizeDateTime(value: any): string {\n return `time(v: \"${sanitizeString(value)}\")`\n}\n\n/**\n * Creates flux date-time literal.\n */\nexport function fluxDateTime(value: any): FluxParameterLike {\n return new FluxParameter(sanitizeDateTime(value))\n}\n\n/**\n * Creates flux date-time literal.\n */\nexport function fluxDuration(value: any): FluxParameterLike {\n return new FluxParameter(`duration(v: \"${sanitizeString(value)}\")`)\n}\n\nfunction sanitizeRegExp(value: any): string {\n if (value instanceof RegExp) {\n return value.toString()\n }\n return new RegExp(value).toString()\n}\n\n/**\n * Creates flux regexp literal out of a regular expression. See\n * https://docs.influxdata.com/flux/latest/data-types/basic/regexp/#regular-expression-syntax\n * for details.\n */\nexport function fluxRegExp(value: any): FluxParameterLike {\n // let the server decide if a regexp can be parsed\n return new FluxParameter(sanitizeRegExp(value))\n}\n\n/**\n * Creates flux boolean literal.\n */\nexport function fluxBool(value: any): FluxParameterLike {\n if (value === 'true' || value === 'false') {\n return new FluxParameter(value)\n }\n return new FluxParameter((!!value).toString())\n}\n\n/**\n * Assumes that the supplied value is flux expression or literal that does not need sanitizing.\n *\n * @param value - any value\n * @returns the supplied value as-is\n */\nexport function fluxExpression(value: any): FluxParameterLike {\n return new FluxParameter(String(value))\n}\n\n/**\n * Escapes content of the supplied parameter so that it can be safely embedded into flux query.\n * @param value - parameter value\n * @returns sanitized flux value or an empty string if it cannot be converted\n */\nexport function toFluxValue(value: any): string {\n if (value === undefined) {\n return ''\n } else if (value === null) {\n return 'null'\n } else if (typeof value === 'boolean') {\n return value.toString()\n } else if (typeof value === 'string') {\n return `\"${sanitizeString(value)}\"`\n } else if (typeof value === 'number') {\n if (Number.isSafeInteger(value)) {\n return sanitizeInteger(value)\n }\n return sanitizeFloat(value)\n } else if (typeof value === 'object') {\n if (typeof value[FLUX_VALUE] === 'function') {\n return value[FLUX_VALUE]()\n } else if (value instanceof Date) {\n return value.toISOString()\n } else if (value instanceof RegExp) {\n return sanitizeRegExp(value)\n } else if (Array.isArray(value)) {\n return `[${value.map(toFluxValue).join(',')}]`\n }\n } else if (typeof value === 'bigint') {\n return `${value}.0`\n }\n // use toString value for unrecognized object, symbol\n return toFluxValue(value.toString())\n}\n\n/**\n * Flux is a tagged template that sanitizes supplied parameters\n * to avoid injection attacks in flux.\n */\nexport function flux(\n strings: TemplateStringsArray,\n ...values: any\n): ParameterizedQuery {\n if (strings.length == 1 && values.length === 0) {\n return fluxExpression(strings[0]) // the simplest case\n }\n const parts = new Array<string>(strings.length + values.length)\n let partIndex = 0\n for (let i = 0; i < strings.length; i++) {\n const text = strings[i]\n parts[partIndex++] = text\n if (i < values.length) {\n const val = values[i]\n let sanitized: string\n if (\n text.endsWith('\"') &&\n i + 1 < strings.length &&\n strings[i + 1].startsWith('\"')\n ) {\n // parameter is wrapped into flux double quotes\n sanitized = sanitizeString(val)\n } else {\n sanitized = toFluxValue(val)\n if (sanitized === '') {\n // do not allow to insert empty strings, unless it is FluxParameterLike\n if (!isFluxParameterLike(val)) {\n throw new Error(\n `Unsupported parameter literal '${val}' at index: ${i}, type: ${typeof val}`\n )\n }\n }\n }\n parts[partIndex++] = sanitized\n } else if (i < strings.length - 1) {\n throw new Error('Too few parameters supplied!')\n }\n }\n // return flux expression so that flux can be embedded into another flux as-is\n return fluxExpression(parts.join(''))\n}\n","import {convertTimeToNanos} from './util/currentTime'\nimport {escape} from './util/escape'\n\n/**\n * Settings that control the way of how a {@link Point} is serialized\n * to a protocol line.\n */\nexport interface PointSettings {\n /** default tags to add to every point */\n defaultTags?: {[key: string]: string}\n /** convertTime serializes Point's timestamp to a line protocol value */\n convertTime?: (\n value: string | number | Date | undefined\n ) => string | undefined\n}\n\n/**\n * Point defines values of a single measurement.\n */\nexport class Point {\n private name: string\n private tags: {[key: string]: string} = {}\n /** escaped field values */\n public fields: {[key: string]: string} = {}\n private time: string | number | Date | undefined\n\n /**\n * Create a new Point with specified a measurement name.\n *\n * @param measurementName - the measurement name\n */\n constructor(measurementName?: string) {\n if (measurementName) this.name = measurementName\n }\n\n /**\n * Sets point's measurement.\n *\n * @param name - measurement name\n * @returns this\n */\n public measurement(name: string): Point {\n this.name = name\n return this\n }\n\n /**\n * Adds a tag. The caller has to ensure that both name and value are not empty\n * and do not end with backslash.\n *\n * @param name - tag name\n * @param value - tag value\n * @returns this\n */\n public tag(name: string, value: string): Point {\n this.tags[name] = value\n return this\n }\n\n /**\n * Adds a boolean field.\n *\n * @param field - field name\n * @param value - field value\n * @returns this\n */\n public booleanField(name: string, value: boolean | any): Point {\n this.fields[name] = value ? 'T' : 'F'\n return this\n }\n\n /**\n * Adds an integer field.\n *\n * @param name - field name\n * @param value - field value\n * @returns this\n * @throws NaN or out of int64 range value is supplied\n */\n public intField(name: string, value: number | any): Point {\n let val: number\n if (typeof value === 'number') {\n val = value\n } else {\n val = parseInt(String(value))\n }\n if (isNaN(val) || val <= -9223372036854776e3 || val >= 9223372036854776e3) {\n throw new Error(`invalid integer value for field '${name}': '${value}'!`)\n }\n this.fields[name] = `${Math.floor(val)}i`\n return this\n }\n\n /**\n * Adds an unsigned integer field.\n *\n * @param name - field name\n * @param value - field value\n * @returns this\n * @throws NaN out of range value is supplied\n */\n public uintField(name: string, value: number | any): Point {\n if (typeof value === 'number') {\n if (isNaN(value) || value < 0 || value > Number.MAX_SAFE_INTEGER) {\n throw new Error(`uint value for field '${name}' out of range: ${value}`)\n }\n this.fields[name] = `${Math.floor(value as number)}u`\n } else {\n const strVal = String(value)\n for (let i = 0; i < strVal.length; i++) {\n const code = strVal.charCodeAt(i)\n if (code < 48 || code > 57) {\n throw new Error(\n `uint value has an unsupported character at pos ${i}: ${value}`\n )\n }\n }\n if (\n strVal.length > 20 ||\n (strVal.length === 20 &&\n strVal.localeCompare('18446744073709551615') > 0)\n ) {\n throw new Error(\n `uint value for field '${name}' out of range: ${strVal}`\n )\n }\n this.fields[name] = `${strVal}u`\n }\n return this\n }\n\n /**\n * Adds a number field.\n *\n * @param name - field name\n * @param value - field value\n * @returns this\n * @throws NaN/Infinity/-Infinity is supplied\n */\n public floatField(name: string, value: number | any): Point {\n let val: number\n if (typeof value === 'number') {\n val = value\n } else {\n val = parseFloat(value)\n }\n if (!isFinite(val)) {\n throw new Error(`invalid float value for field '${name}': ${value}`)\n }\n\n this.fields[name] = String(val)\n return this\n }\n\n /**\n * Adds a string field.\n *\n * @param name - field name\n * @param value - field value\n * @returns this\n */\n public stringField(name: string, value: string | any): Point {\n if (value !== null && value !== undefined) {\n if (typeof value !== 'string') value = String(value)\n this.fields[name] = escape.quoted(value)\n }\n return this\n }\n\n /**\n * Sets point timestamp. Timestamp can be specified as a Date (preferred), number, string\n * or an undefined value. An undefined value instructs to assign a local timestamp using\n * the client's clock. An empty string can be used to let the server assign\n * the timestamp. A number value represents time as a count of time units since epoch, the\n * exact time unit then depends on the {@link InfluxDB.getWriteApi | precision} of the API\n * that writes the point.\n *\n * Beware that the current time in nanoseconds can't precisely fit into a JS number,\n * which can hold at most 2^53 integer number. Nanosecond precision numbers are thus supplied as\n * a (base-10) string. An application can also use ES2020 BigInt to represent nanoseconds,\n * BigInt's `toString()` returns the required high-precision string.\n *\n * Note that InfluxDB requires the timestamp to fit into int64 data type.\n *\n * @param value - point time\n * @returns this\n */\n public timestamp(value: Date | number | string | undefined): Point {\n this.time = value\n return this\n }\n\n /**\n * Creates an InfluxDB protocol line out of this instance.\n * @param settings - settings control serialization of a point timestamp and can also add default tags,\n * nanosecond timestamp precision is used when no `settings` or no `settings.convertTime` is supplied.\n * @returns an InfluxDB protocol line out of this instance\n */\n public toLineProtocol(settings?: Partial<PointSettings>): string | undefined {\n if (!this.name) return undefined\n let fieldsLine = ''\n Object.keys(this.fields)\n .sort()\n .forEach((x) => {\n if (x) {\n const val = this.fields[x]\n if (fieldsLine.length > 0) fieldsLine += ','\n fieldsLine += `${escape.tag(x)}=${val}`\n }\n })\n if (fieldsLine.length === 0) return undefined // no fields present\n let tagsLine = ''\n const tags =\n settings && settings.defaultTags\n ? {...settings.defaultTags, ...this.tags}\n : this.tags\n Object.keys(tags)\n .sort()\n .forEach((x) => {\n if (x) {\n const val = tags[x]\n if (val) {\n tagsLine += ','\n tagsLine += `${escape.tag(x)}=${escape.tag(val)}`\n }\n }\n })\n let time = this.time\n if (settings && settings.convertTime) {\n time = settings.convertTime(time)\n } else {\n time = convertTimeToNanos(time)\n }\n\n return `${escape.measurement(this.name)}${tagsLine} ${fieldsLine}${\n time !== undefined ? ' ' + time : ''\n }`\n }\n\n toString(): string {\n const line = this.toLineProtocol(undefined)\n return line ? line : `invalid point: ${JSON.stringify(this, undefined)}`\n }\n}\n","import {getRetryDelay, RetryDelayStrategy} from '../errors'\nimport {\n RetryDelayStrategyOptions,\n DEFAULT_RetryDelayStrategyOptions,\n} from '../options'\n\n/**\n * Applies a variant of exponential backoff with initial and max delay and a random\n * jitter delay. It also respects `retry delay` when specified together with an error.\n */\nexport class RetryStrategyImpl implements RetryDelayStrategy {\n options: RetryDelayStrategyOptions\n currentDelay: number | undefined\n\n constructor(options?: Partial<RetryDelayStrategyOptions>) {\n this.options = {...DEFAULT_RetryDelayStrategyOptions, ...options}\n this.success()\n }\n\n nextDelay(error?: Error, failedAttempts?: number): number {\n const delay = getRetryDelay(error)\n if (delay && delay > 0) {\n return delay + Math.round(Math.random() * this.options.retryJitter)\n } else {\n if (failedAttempts && failedAttempts > 0) {\n // compute delay\n if (this.options.randomRetry) {\n // random delay between deterministic delays\n let delay = Math.max(this.options.minRetryDelay, 1)\n let nextDelay = delay * this.options.exponentialBase\n for (let i = 1; i < failedAttempts; i++) {\n delay = nextDelay\n nextDelay = nextDelay * this.options.exponentialBase\n if (nextDelay >= this.options.maxRetryDelay) {\n nextDelay = this.options.maxRetryDelay\n break\n }\n }\n return (\n delay +\n Math.round(\n Math.random() * (nextDelay - delay) +\n Math.random() * this.options.retryJitter\n )\n )\n }\n // deterministric delay otherwise\n let delay = Math.max(this.options.minRetryDelay, 1)\n for (let i = 1; i < failedAttempts; i++) {\n delay = delay * this.options.exponentialBase\n if (delay >= this.options.maxRetryDelay) {\n delay = this.options.maxRetryDelay\n break\n }\n }\n return delay + Math.round(Math.random() * this.options.retryJitter)\n } else if (this.currentDelay) {\n this.currentDelay = Math.min(\n Math.max(this.currentDelay * this.options.exponentialBase, 1) +\n Math.round(Math.random() * this.options.retryJitter),\n this.options.maxRetryDelay\n )\n } else {\n this.currentDelay =\n this.options.minRetryDelay +\n Math.round(Math.random() * this.options.retryJitter)\n }\n return this.currentDelay\n }\n }\n success(): void {\n this.currentDelay = undefined\n }\n}\n\n/**\n * Creates a new instance of retry strategy.\n * @param options - retry options\n * @returns retry strategy implementation\n */\nexport function createRetryDelayStrategy(\n options?: Partial<RetryDelayStrategyOptions>\n): RetryDelayStrategy {\n return new RetryStrategyImpl(options)\n}\n","import {Log} from '../util/logger'\n\ninterface RetryItem {\n lines: string[]\n retryCount: number\n retryTime: number\n expires: number\n next?: RetryItem\n}\n\ntype FindShrinkCandidateResult = [found: RetryItem, parent?: RetryItem]\n\nfunction findShrinkCandidate(first: RetryItem): FindShrinkCandidateResult {\n let parent = undefined\n let found = first\n let currentParent = first\n while (currentParent.next) {\n if (currentParent.next.expires < found.expires) {\n parent = currentParent\n found = currentParent.next\n }\n currentParent = currentParent.next\n }\n return [found, parent]\n}\n\n/**\n * Retries lines up to a limit of max buffer size.\n */\nexport default class RetryBuffer {\n first?: RetryItem\n size = 0\n closed = false\n private _timeoutHandle: any = undefined\n\n constructor(\n private maxLines: number,\n private retryLines: (\n lines: string[],\n retryCountdown: number,\n started: number\n ) => Promise<void>,\n private onShrink: (entry: {\n lines: string[]\n retryCount: number\n expires: number\n }) => void = () => undefined\n ) {}\n\n addLines(\n lines: string[],\n retryCount: number,\n delay: number,\n expires: number\n ): void {\n if (this.closed) return\n if (!lines.length) return\n let retryTime = Date.now() + delay\n if (expires < retryTime) {\n retryTime = expires\n }\n // ensure at most maxLines are in the Buffer\n if (this.first && this.size + lines.length > this.maxLines) {\n const origSize = this.size\n const newSize = origSize * 0.7 // reduce to 70 %\n do {\n // remove \"oldest\" item\n const [found, parent] = findShrinkCandidate(this.first)\n this.size -= found.lines.length\n if (parent) {\n parent.next = found.next\n } else {\n this.first = found.next\n if (this.first) {\n this.scheduleRetry(this.first.retryTime - Date.now())\n }\n }\n found.next = undefined\n this.onShrink(found)\n } while (this.first && this.size + lines.length > newSize)\n Log.error(\n `RetryBuffer: ${\n origSize - this.size\n } oldest lines removed to keep buffer size under the limit of ${\n this.maxLines\n } lines.`\n )\n }\n const toAdd: RetryItem = {\n lines,\n retryCount,\n retryTime,\n expires,\n }\n // insert sorted according to retryTime\n let current: RetryItem | undefined = this.first\n let parent = undefined\n for (;;) {\n if (!current || current.retryTime > retryTime) {\n toAdd.next = current\n if (parent) {\n parent.next = toAdd\n } else {\n this.first = toAdd\n this.scheduleRetry(retryTime - Date.now())\n }\n break\n }\n parent = current\n current = current.next\n }\n this.size += lines.length\n }\n\n removeLines(): RetryItem | undefined {\n if (this.first) {\n const toRetry = this.first\n this.first = this.first.next\n toRetry.next = undefined\n this.size -= toRetry.lines.length\n return toRetry\n }\n return undefined\n }\n\n scheduleRetry(delay: number): void {\n if (this._timeoutHandle) {\n clearTimeout(this._timeoutHandle)\n }\n this._timeoutHandle = setTimeout(() => {\n const toRetry = this.removeLines()\n if (toRetry) {\n this.retryLines(toRetry.lines, toRetry.retryCount, toRetry.expires)\n .catch(() => {\n /* error is already logged, it must be caught */\n })\n .finally(() => {\n // schedule next retry execution\n if (this.first) {\n this.scheduleRetry(this.first.retryTime - Date.now())\n }\n })\n } else {\n this._timeoutHandle = undefined\n }\n }, Math.max(delay, 0))\n }\n\n async flush(): Promise<void> {\n let toRetry\n while ((toRetry = this.removeLines())) {\n await this.retryLines(toRetry.lines, toRetry.retryCount, toRetry.expires)\n }\n }\n\n close(): number {\n if (this._timeoutHandle) {\n clearTimeout(this._timeoutHandle)\n this._timeoutHandle = undefined\n }\n this.closed = true\n return this.size\n }\n}\n","/**\n * Utf8Length returns an expected length of a string when UTF-8 encoded.\n * @param s - input string\n * @returns expected count of bytes\n */\nexport default function utf8Length(s: string): number {\n let retVal = s.length\n // extends the size with code points (https://en.wikipedia.org/wiki/UTF-8#Encoding)\n for (let i = 0; i < s.length; i++) {\n const code = s.charCodeAt(i)\n /* istanbul ignore else - JS does not count with 4-bytes UNICODE characters at the moment */\n if (code < 0x80) {\n continue\n } else if (code >= 0x80 && code <= 0x7ff) {\n retVal++\n } else if (code >= 0x800 && code <= 0xffff) {\n if (code >= 0xd800 && code <= 0xdfff) {\n // node.js represents unicode characters above 0xffff by two UTF-16 surrogate halves\n // see https://en.wikipedia.org/wiki/UTF-8#Codepage_layout\n retVal++\n } else {\n retVal += 2\n }\n } else {\n // never happens in node.js 14, the situation can vary in the futures or in deno/browsers\n retVal += 3\n }\n }\n return retVal\n}\n","import WriteApi from '../WriteApi'\nimport {\n DEFAULT_WriteOptions,\n WriteOptions,\n WritePrecisionType,\n} from '../options'\nimport {Transport, SendOptions} from '../transport'\nimport {Headers} from '../results'\nimport {Log} from '../util/logger'\nimport {HttpError, RetryDelayStrategy} from '../errors'\nimport {Point} from '../Point'\nimport {currentTime, dateToProtocolTimestamp} from '../util/currentTime'\nimport {createRetryDelayStrategy} from './retryStrategy'\nimport RetryBuffer from './RetryBuffer'\nimport utf8Length from '../util/utf8Length'\n\nclass WriteBuffer {\n length = 0\n bytes = -1\n lines: string[]\n\n constructor(\n private maxChunkRecords: number,\n private maxBatchBytes: number,\n private flushFn: (lines: string[]) => Promise<void>,\n private scheduleSend: () => void\n ) {\n this.lines = new Array<string>(maxChunkRecords)\n }\n\n add(record: string): void {\n const size = utf8Length(record)\n if (this.length === 0) {\n this.scheduleSend()\n } else if (this.bytes + size + 1 >= this.maxBatchBytes) {\n // the new size already exceeds maxBatchBytes, send it\n this.flush().catch((_e) => {\n // an error is logged in case of failure, avoid UnhandledPromiseRejectionWarning\n })\n }\n this.lines[this.length] = record\n this.length++\n this.bytes += size + 1\n if (\n this.length >= this.maxChunkRecords ||\n this.bytes >= this.maxBatchBytes\n ) {\n this.flush().catch((_e) => {\n // an error is logged in case of failure, avoid UnhandledPromiseRejectionWarning\n })\n }\n }\n flush(): Promise<void> {\n const lines = this.reset()\n if (lines.length > 0) {\n return this.flushFn(lines)\n } else {\n return Promise.resolve()\n }\n }\n reset(): string[] {\n const retVal = this.lines.slice(0, this.length)\n this.length = 0\n this.bytes = -1 // lines are joined with \\n\n return retVal\n }\n}\n\nexport default class WriteApiImpl implements WriteApi {\n public path: string\n\n private writeBuffer: WriteBuffer\n private closed = false\n private writeOptions: WriteOptions\n private sendOptions: SendOptions\n private _timeoutHandle: any = undefined\n private currentTime: () => string\n private dateToProtocolTimestamp: (d: Date) => string\n\n retryBuffer: RetryBuffer\n retryStrategy: RetryDelayStrategy\n\n constructor(\n private transport: Transport,\n org: string,\n bucket: string,\n precision: WritePrecisionType,\n writeOptions?: Partial<WriteOptions>\n ) {\n this.path = `/api/v2/write?org=${encodeURIComponent(\n org\n )}&bucket=${encodeURIComponent(bucket)}&precision=${precision}`\n if (writeOptions?.consistency) {\n this.path += `&consistency=${encodeURIComponent(\n writeOptions.consistency\n )}`\n }\n this.writeOptions = {\n ...DEFAULT_WriteOptions,\n ...writeOptions,\n }\n this.currentTime = currentTime[precision]\n this.dateToProtocolTimestamp = dateToProtocolTimestamp[precision]\n if (this.writeOptions.defaultTags) {\n this.useDefaultTags(this.writeOptions.defaultTags)\n }\n this.sendOptions = {\n method: 'POST',\n headers: {\n 'content-type': 'text/plain; charset=utf-8',\n ...writeOptions?.headers,\n },\n gzipThreshold: this.writeOptions.gzipThreshold,\n }\n\n const scheduleNextSend = (): void => {\n if (this.writeOptions.flushInterval > 0) {\n this._clearFlushTimeout()\n /* istanbul ignore else manually reviewed, hard to reproduce */\n if (!this.closed) {\n this._timeoutHandle = setTimeout(\n () =>\n this.sendBatch(\n this.writeBuffer.reset(),\n this.writeOptions.maxRetries\n ).catch((_e) => {\n // an error is logged in case of failure, avoid UnhandledPromiseRejectionWarning\n }),\n this.writeOptions.flushInterval\n )\n }\n }\n }\n // write buffer\n this.writeBuffer = new WriteBuffer(\n this.writeOptions.batchSize,\n this.writeOptions.maxBatchBytes,\n (lines) => {\n this._clearFlushTimeout()\n return this.sendBatch(lines, this.writeOptions.maxRetries)\n },\n scheduleNextSend\n )\n this.sendBatch = this.sendBatch.bind(this)\n // retry buffer\n this.retryStrategy = createRetryDelayStrategy(this.writeOptions)\n this.retryBuffer = new RetryBuffer(\n this.writeOptions.maxBufferLines,\n this.sendBatch,\n this.writeOptions.writeRetrySkipped\n )\n }\n\n sendBatch(\n lines: string[],\n retryAttempts: number,\n expires: number = Date.now() + this.writeOptions.maxRetryTime\n ): Promise<void> {\n // eslint-disable-next-line @typescript-eslint/no-this-alias\n const self: WriteApiImpl = this\n const failedAttempts = self.writeOptions.maxRetries + 1 - retryAttempts\n if (!this.closed && lines.length > 0) {\n if (expires <= Date.now()) {\n const error = new Error('Max retry time exceeded.')\n const onRetry = self.writeOptions.writeFailed.call(\n self,\n error,\n lines,\n failedAttempts,\n expires\n )\n if (onRetry) {\n return onRetry\n }\n Log.error(\n `Write to InfluxDB failed (attempt: ${failedAttempts}).`,\n error\n )\n return Promise.reject(error)\n }\n return new Promise<void>((resolve, reject) => {\n let responseStatusCode: number | undefined\n const callbacks = {\n responseStarted(_headers: Headers, statusCode?: number): void {\n responseStatusCode = statusCode\n },\n error(error: Error): void {\n // call the writeFailed listener and check if we can retry\n const onRetry = self.writeOptions.writeFailed.call(\n self,\n error,\n lines,\n failedAttempts,\n expires\n )\n if (onRetry) {\n onRetry.then(resolve, reject)\n return\n }\n // ignore informational message about the state of InfluxDB\n // enterprise cluster, if present\n if (\n error instanceof HttpError &&\n error.json &&\n typeof error.json.error === 'string' &&\n error.json.error.includes('hinted handoff queue not empty')\n ) {\n Log.warn('Write to InfluxDB returns: ' + error.json.error)\n responseStatusCode = 204\n callbacks.complete()\n return\n }\n // retry if possible\n if (\n !self.closed &&\n retryAttempts > 0 &&\n (!(error instanceof HttpError) ||\n (error as HttpError).statusCode >= 429)\n ) {\n Log.warn(\n `Write to InfluxDB failed (attempt: ${failedAttempts}).`,\n error\n )\n self.retryBuffer.addLines(\n lines,\n retryAttempts - 1,\n self.retryStrategy.nextDelay(error, failedAttempts),\n expires\n )\n reject(error)\n return\n }\n Log.error(`Write to InfluxDB failed.`, error)\n reject(error)\n },\n complete(): void {\n // older implementations of transport do not report status code\n if (responseStatusCode == 204 || responseStatusCode == undefined) {\n self.writeOptions.writeSuccess.call(self, lines)\n self.retryStrategy.success()\n resolve()\n } else {\n const message = `204 HTTP response status code expected, but ${responseStatusCode} returned`\n const error = new HttpError(\n responseStatusCode,\n message,\n undefined,\n '0'\n )\n error.message = message\n callbacks.error(error)\n }\n },\n }\n this.transport.send(\n this.path,\n lines.join('\\n'),\n this.sendOptions,\n callbacks\n )\n })\n } else {\n return Promise.resolve()\n }\n }\n\n private _clearFlushTimeout(): void {\n if (this._timeoutHandle !== undefined) {\n clearTimeout(this._timeoutHandle)\n this._timeoutHandle = undefined\n }\n }\n\n writeRecord(record: string): void {\n if (this.closed) {\n throw new Error('writeApi: already closed!')\n }\n this.writeBuffer.add(record)\n }\n writeRecords(records: ArrayLike<string>): void {\n if (this.closed) {\n throw new Error('writeApi: already closed!')\n }\n for (let i = 0; i < records.length; i++) {\n this.writeBuffer.add(records[i])\n }\n }\n writePoint(point: Point): void {\n if (this.closed) {\n throw new Error('writeApi: already closed!')\n }\n const line = point.toLineProtocol(this)\n if (line) this.writeBuffer.add(line)\n }\n writePoints(points: ArrayLike<Point>): void {\n if (this.closed) {\n throw new Error('writeApi: already closed!')\n }\n for (let i = 0; i < points.length; i++) {\n const line = points[i].toLineProtocol(this)\n if (line) this.writeBuffer.add(line)\n }\n }\n async flush(withRetryBuffer?: boolean): Promise<void> {\n await this.writeBuffer.flush()\n if (withRetryBuffer) {\n return await this.retryBuffer.flush()\n }\n }\n close(): Promise<void> {\n const retVal = this.writeBuffer.flush().finally(() => {\n const remaining = this.retryBuffer.close()\n if (remaining) {\n Log.error(\n `Retry buffer closed with ${remaining} items that were not written to InfluxDB!`,\n null\n )\n }\n this.closed = true\n })\n return retVal\n }\n dispose(): number {\n this._clearFlushTimeout()\n this.closed = true\n return this.retryBuffer.close() + this.writeBuffer.length\n }\n\n // PointSettings\n defaultTags: {[key: string]: string} | undefined\n useDefaultTags(tags: {[key: string]: string}): WriteApi {\n this.defaultTags = tags\n return this\n }\n convertTime(value: string | number | Date | undefined): string | undefined {\n if (value === undefined) {\n return this.currentTime()\n } else if (typeof value === 'string') {\n return value.length > 0 ? value : undefined\n } else if (value instanceof Date) {\n return this.dateToProtocolTimestamp(value)\n } else if (typeof value === 'number') {\n return String(Math.floor(value))\n } else {\n return String(value)\n }\n }\n}\n","import {ConnectionOptions, DEFAULT_ConnectionOptions} from '../../options'\nimport {parse} from 'url'\nimport * as http from 'http'\nimport * as https from 'https'\nimport {Buffer} from 'buffer'\nimport {RequestTimedOutError, AbortError, HttpError} from '../../errors'\nimport {Transport, SendOptions} from '../../transport'\nimport {\n Cancellable,\n ChunkCombiner,\n CommunicationObserver,\n Headers,\n ResponseStartedFn,\n} from '../../results'\nimport nodeChunkCombiner from './nodeChunkCombiner'\nimport zlib from 'zlib'\nimport completeCommunicationObserver from '../completeCommunicationObserver'\nimport {CLIENT_LIB_VERSION} from '../version'\nimport {Log} from '../../util/logger'\nimport {pipeline, Readable} from 'stream'\n\nconst zlibOptions = {\n flush: zlib.constants.Z_SYNC_FLUSH,\n finishFlush: zlib.constants.Z_SYNC_FLUSH,\n}\nconst emptyBuffer = Buffer.allocUnsafe(0)\n\nclass CancellableImpl implements Cancellable {\n private cancelled = false\n public resume?: () => void\n cancel(): void {\n this.cancelled = true\n if (this.resume) {\n this.resume()\n this.resume = undefined\n }\n }\n isCancelled(): boolean {\n return this.cancelled\n }\n}\n\n/**\n * Transport layer on top of node http or https library.\n */\nexport class NodeHttpTransport implements Transport {\n /* required transport member */\n readonly chunkCombiner: ChunkCombiner = nodeChunkCombiner\n\n private defaultOptions: {[key: string]: any}\n private requestApi: (\n options: http.RequestOptions,\n callback: (res: http.IncomingMessage) => void\n ) => http.ClientRequest\n private contextPath: string\n private token?: string\n private headers: Record<string, string>\n /**\n * Creates a node transport using for the client options supplied.\n * @param connectionOptions - connection options\n */\n constructor(connectionOptions: ConnectionOptions) {\n const {\n url: _url,\n proxyUrl,\n token,\n transportOptions,\n ...nodeSupportedOptions\n } = connectionOptions\n const url = parse(proxyUrl || _url)\n this.token = token\n this.defaultOptions = {\n ...DEFAULT_ConnectionOptions,\n ...nodeSupportedOptions,\n ...transportOptions,\n port: url.port,\n protocol: url.protocol,\n hostname: url.hostname,\n }\n this.contextPath = proxyUrl ? _url : url.path ?? ''\n if (this.contextPath.endsWith('/')) {\n this.contextPath = this.contextPath.substring(\n 0,\n this.contextPath.length - 1\n )\n }\n // remove all undefined field to avoid node validation errors\n // https://github.com/influxdata/influxdb-client-js/issues/380\n Object.keys(this.defaultOptions).forEach(\n (key) =>\n this.defaultOptions[key] === undefined &&\n delete this.defaultOptions[key]\n )\n // https://github.com/influxdata/influxdb-client-js/issues/263\n // don't allow /api/v2 suffix to avoid future problems\n if (this.contextPath.endsWith('/api/v2')) {\n Log.warn(\n `Please remove '/api/v2' context path from InfluxDB base url, using ${url.protocol}//${url.hostname}:${url.port} !`\n )\n this.contextPath = ''\n }\n\n if (url.protocol === 'http:') {\n this.requestApi =\n this.defaultOptions['follow-redirects']?.http?.request ?? http.request\n } else if (url.protocol === 'https:') {\n this.requestApi =\n this.defaultOptions['follow-redirects']?.https?.request ?? https.request\n } else {\n throw new Error(\n `Unsupported protocol \"${url.protocol} in URL: \"${connectionOptions.url}\"`\n )\n }\n this.headers = {\n 'User-Agent': `influxdb-client-js/${CLIENT_LIB_VERSION}`,\n ...connectionOptions.headers,\n }\n if (proxyUrl) {\n this.headers['Host'] = parse(_url).host as string\n }\n }\n\n /**\n * Sends data to server and receives communication events via communication callbacks.\n *\n * @param path - HTTP request path\n * @param body - message body\n * @param headers - HTTP headers\n * @param method - HTTP method\n * @param callbacks - communication callbacks\n */\n send(\n path: string,\n body: string,\n options: SendOptions,\n callbacks?: Partial<CommunicationObserver<any>>\n ): void {\n const cancellable = new CancellableImpl()\n if (callbacks && callbacks.useCancellable)\n callbacks.useCancellable(cancellable)\n this.createRequestMessage(\n path,\n body,\n options,\n (message: {[key: string]: any}) => {\n this._request(message, cancellable, callbacks)\n },\n /* istanbul ignore next - hard to simulate failure, manually reviewed */\n (err: Error) => callbacks?.error && callbacks.error(err)\n )\n }\n\n /**\n * Sends data to the server and receives decoded result. The type of the result depends on\n * response's content-type (deserialized json, text).\n \n * @param path - HTTP path\n * @param requestBody - request body\n * @param options - send options\n * @returns Promise of response body\n */\n request(\n path: string,\n body: any,\n options: SendOptions,\n responseStarted?: ResponseStartedFn\n ): Promise<any> {\n if (!body) {\n body = ''\n } else if (typeof body !== 'string') {\n body = JSON.stringify(body)\n }\n let buffer = emptyBuffer\n let contentType: string\n let responseStatusCode: number | undefined\n return new Promise((resolve, reject) => {\n this.send(path, body as string, options, {\n responseStarted(headers: Headers, statusCode?: number) {\n if (responseStarted) {\n responseStarted(headers, statusCode)\n }\n contentType = String(headers['content-type'])\n responseStatusCode = statusCode\n },\n next: (data: Uint8Array): void => {\n buffer = Buffer.concat([buffer, data])\n },\n complete: (): void => {\n const responseType = options.headers?.accept ?? contentType\n try {\n if (responseStatusCode === 204) {\n // ignore body of NO_CONTENT response\n resolve(undefined)\n }\n if (responseType.includes('json')) {\n if (buffer.length) {\n resolve(JSON.parse(buffer.toString('utf8')))\n } else {\n resolve(undefined)\n }\n } else if (\n responseType.includes('text') ||\n responseType.startsWith('application/csv')\n ) {\n resolve(buffer.toString('utf8'))\n } else {\n resolve(buffer)\n }\n } catch (e) {\n reject(e)\n }\n },\n error: (e: Error): void => {\n reject(e)\n },\n })\n })\n }\n\n async *iterate(\n path: string,\n body: string,\n options: SendOptions\n ): AsyncIterableIterator<Uint8Array> {\n let terminationError: Error | undefined = undefined\n let nestedReject: (e: Error) => void\n function wrapReject(error: Error) {\n terminationError = error\n nestedReject(error)\n }\n const requestMessage = await new Promise<Record<string, any>>(\n (resolve, reject) => {\n nestedReject = reject\n this.createRequestMessage(path, body, options, resolve, wrapReject)\n }\n )\n if (requestMessage.signal?.addEventListener) {\n ;(requestMessage.signal as AbortSignal).addEventListener('abort', () => {\n wrapReject(new AbortError())\n })\n }\n const response = await new Promise<http.IncomingMessage>(\n (resolve, reject) => {\n nestedReject = reject\n const req = this.requestApi(requestMessage, resolve)\n req.on('timeout', () => wrapReject(new RequestTimedOutError()))\n req.on('error', wrapReject)\n\n req.write(requestMessage.body)\n req.end()\n }\n )\n const res = await new Promise<Readable>((resolve, reject) => {\n nestedReject = reject\n this._prepareResponse(response, resolve, wrapReject)\n })\n for await (const chunk of res) {\n if (terminationError) {\n throw terminationError\n }\n yield chunk\n }\n }\n /**\n * Creates configuration for a specific request.\n *\n * @param path - API path starting with '/' and containing also query parameters\n * @param body - request body, will be utf-8 encoded\n * @returns a configuration object that is suitable for making the request\n */\n private createRequestMessage(\n path: string,\n body: string,\n sendOptions: SendOptions,\n resolve: (req: http.RequestOptions) => void,\n reject: (err: Error) => void\n ): void {\n const bodyBuffer = Buffer.from(body, 'utf-8')\n const headers: {[key: string]: any} = {\n 'content-type': 'application/json; charset=utf-8',\n ...this.headers,\n }\n if (this.token) {\n headers.authorization = 'Token ' + this.token\n }\n const options: {[key: string]: any} = {\n ...this.defaultOptions,\n path: this.contextPath + path,\n method: sendOptions.method,\n headers: {\n ...headers,\n ...sendOptions.headers,\n },\n }\n if (sendOptions.signal) {\n options.signal = sendOptions.signal\n }\n if (\n sendOptions.gzipThreshold !== undefined &&\n sendOptions.gzipThreshold < bodyBuffer.length\n ) {\n zlib.gzip(bodyBuffer, (err, res) => {\n /* istanbul ignore next - hard to simulate failure, manually reviewed */\n if (err) {\n return reject(err)\n }\n options.headers['content-encoding'] = 'gzip'\n options.body = res\n resolve(options)\n })\n return\n }\n options.body = bodyBuffer\n options.headers['content-length'] = options.body.length\n resolve(options)\n }\n\n private _prepareResponse(\n res: http.IncomingMessage,\n resolve: (res: Readable) => void,\n reject: (err: Error) => void\n ) {\n res.on('aborted', () => {\n reject(new AbortError())\n })\n res.on('error', reject)\n /* istanbul ignore next statusCode is optional in http.IncomingMessage */\n const statusCode = res.statusCode ?? 600\n const contentEncoding = res.headers['content-encoding']\n let responseData\n if (contentEncoding === 'gzip') {\n responseData = zlib.createGunzip(zlibOptions)\n responseData = pipeline(res, responseData, (e) => e && reject(e))\n } else {\n responseData = res\n }\n if (statusCode >= 300) {\n let body = ''\n const isJson = String(res.headers['content-type']).startsWith(\n 'application/json'\n )\n responseData.on('data', (s) => {\n body += s.toString()\n if (!isJson && body.length > 1000) {\n body = body.slice(0, 1000)\n res.resume()\n }\n })\n responseData.on('end', () => {\n if (body === '' && !!res.headers['x-influxdb-error']) {\n body = res.headers['x-influxdb-error'].toString()\n }\n reject(\n new HttpError(\n statusCode,\n res.statusMessage,\n body,\n res.headers['retry-after'],\n res.headers['content-type']\n )\n )\n })\n } else {\n resolve(responseData)\n }\n }\n\n private _request(\n requestMessage: {[key: string]: any},\n cancellable: CancellableImpl,\n callbacks?: Partial<CommunicationObserver<any>>\n ): void {\n const listeners = completeCommunicationObserver(callbacks)\n if (cancellable.isCancelled()) {\n listeners.complete()\n return\n }\n if (requestMessage.signal?.addEventListener) {\n ;(requestMessage.signal as AbortSignal).addEventListener('abort', () => {\n listeners.error(new AbortError())\n })\n }\n const req = this.requestApi(requestMessage, (res: http.IncomingMessage) => {\n /* istanbul ignore next - hard to simulate failure, manually reviewed */\n if (cancellable.isCancelled()) {\n res.resume()\n listeners.complete()\n return\n }\n listeners.responseStarted(res.headers, res.statusCode)\n this._prepareResponse(\n res,\n (responseData) => {\n responseData.on('data', (data) => {\n if (cancellable.isCancelled()) {\n res.resume()\n } else {\n if (listeners.next(data) === false) {\n // pause processing, the consumer signalizes that\n // it is not able to receive more data\n if (!listeners.useResume) {\n listeners.error(\n new Error('Unable to pause, useResume is not configured!')\n )\n res.resume()\n return\n }\n res.pause()\n const resume = () => {\n res.resume()\n }\n cancellable.resume = resume\n listeners.useResume(resume)\n }\n }\n })\n responseData.on('end', listeners.complete)\n },\n listeners.error\n )\n })\n // Support older Nodes which don't allow `timeout` in the\n // request options\n /* istanbul ignore else support older node versions */\n if (typeof req.setTimeout === 'function' && requestMessage.timeout) {\n req.setTimeout(requestMessage.timeout)\n }\n\n req.on('timeout', () => {\n listeners.error(new RequestTimedOutError())\n })\n req.on('error', (error) => {\n listeners.error(error)\n })\n\n /* istanbul ignore else support older node versions */\n if (requestMessage.body) {\n req.write(requestMessage.body)\n }\n req.end()\n }\n}\nexport default NodeHttpTransport\n","import {Buffer} from 'buffer'\nimport {ChunkCombiner} from '../../results'\n\nconst nodeChunkCombiner: ChunkCombiner = {\n concat(first: Uint8Array, second: Uint8Array): Uint8Array {\n return Buffer.concat([first, second])\n },\n toUtf8String(chunk: Uint8Array, start: number, end: number): string {\n return (chunk as Buffer).toString('utf-8', start, end)\n },\n copy(chunk: Uint8Array, start: number, end: number): Uint8Array {\n const retVal = Buffer.allocUnsafe(end - start)\n ;(chunk as Buffer).copy(retVal, 0, start, end)\n return retVal\n },\n}\n\nexport default nodeChunkCombiner\n","import {CommunicationObserver, Headers} from '../results'\n\ntype CompleteObserver = Omit<\n Required<CommunicationObserver<any>>,\n 'useCancellable' | 'useResume'\n> &\n Pick<CommunicationObserver<any>, 'useResume' | 'useCancellable'>\n\nexport default function completeCommunicationObserver(\n callbacks: Partial<CommunicationObserver<any>> = {}\n): CompleteObserver {\n let state = 0\n const retVal: CompleteObserver = {\n next: (data: any): void | boolean => {\n if (\n state === 0 &&\n callbacks.next &&\n data !== null &&\n data !== undefined\n ) {\n return callbacks.next(data)\n }\n },\n error: (error: Error): void => {\n /* istanbul ignore else propagate error at most once */\n if (state === 0) {\n state = 1\n /* istanbul ignore else safety check */\n if (callbacks.error) callbacks.error(error)\n }\n },\n complete: (): void => {\n if (state === 0) {\n state = 2\n /* istanbul ignore else safety check */\n if (callbacks.complete) callbacks.complete()\n }\n },\n responseStarted: (headers: Headers, statusCode?: number): void => {\n if (callbacks.responseStarted)\n callbacks.responseStarted(headers, statusCode)\n },\n }\n if (callbacks.useCancellable) {\n retVal.useCancellable = callbacks.useCancellable.bind(callbacks)\n }\n if (callbacks.useResume) {\n retVal.useResume = callbacks.useResume.bind(callbacks)\n }\n return retVal\n}\n","export const CLIENT_LIB_VERSION = '1.33.1'\n","import {Observable} from '../observable'\nimport QueryApi, {QueryOptions} from '../QueryApi'\nimport {Transport} from '../transport'\nimport {\n CommunicationObserver,\n FluxResultObserver,\n FluxTableMetaData,\n Row,\n AnnotatedCSVResponse,\n IterableResultExecutor,\n} from '../results'\nimport {ParameterizedQuery} from '../query/flux'\nimport {APIExecutor} from '../results/ObservableQuery'\n\nconst DEFAULT_dialect: any = {\n header: true,\n delimiter: ',',\n quoteChar: '\"',\n commentPrefix: '#',\n annotations: ['datatype', 'group', 'default'],\n}\n\nexport class QueryApiImpl implements QueryApi {\n private options: QueryOptions\n constructor(\n private transport: Transport,\n private createCSVResponse: (\n executor: APIExecutor,\n iterableResultExecutor: IterableResultExecutor\n ) => AnnotatedCSVResponse,\n org: string | QueryOptions\n ) {\n this.options = typeof org === 'string' ? {org} : org\n }\n\n with(options: Partial<QueryOptions>): QueryApi {\n return new QueryApiImpl(this.transport, this.createCSVResponse, {\n ...this.options,\n ...options,\n })\n }\n\n response(query: string | ParameterizedQuery): AnnotatedCSVResponse {\n const {org, type, gzip, headers} = this.options\n const path = `/api/v2/query?org=${encodeURIComponent(org)}`\n const body = JSON.stringify(\n this.decorateRequest({\n query: query.toString(),\n dialect: DEFAULT_dialect,\n type,\n })\n )\n const options = {\n method: 'POST',\n headers: {\n 'content-type': 'application/json; encoding=utf-8',\n 'accept-encoding': gzip ? 'gzip' : 'identity',\n ...headers,\n },\n }\n return this.createCSVResponse(\n (consumer) => this.transport.send(path, body, options, consumer),\n () => this.transport.iterate(path, body, options)\n )\n }\n\n iterateLines(query: string | ParameterizedQuery): AsyncIterable<string> {\n return this.response(query).iterateLines()\n }\n iterateRows(query: string | ParameterizedQuery): AsyncIterable<Row> {\n return this.response(query).iterateRows()\n }\n lines(query: string | ParameterizedQuery): Observable<string> {\n return this.response(query).lines()\n }\n\n rows(query: string | ParameterizedQuery): Observable<Row> {\n return this.response(query).rows()\n }\n\n queryLines(\n query: string | ParameterizedQuery,\n consumer: CommunicationObserver<string>\n ): void {\n return this.response(query).consumeLines(consumer)\n }\n\n queryRows(\n query: string | ParameterizedQuery,\n consumer: FluxResultObserver<string[]>\n ): void {\n return this.response(query).consumeRows(consumer)\n }\n\n collectRows<T>(\n query: string | ParameterizedQuery,\n rowMapper?: (\n values: string[],\n tableMeta: FluxTableMetaData\n ) => T | undefined\n ): Promise<Array<T>> {\n return this.response(query).collectRows(rowMapper)\n }\n\n collectLines(query: string | ParameterizedQuery): Promise<Array<string>> {\n return this.response(query).collectLines()\n }\n\n queryRaw(query: string | ParameterizedQuery): Promise<string> {\n const {org, type, gzip, headers} = this.options\n return this.transport.request(\n `/api/v2/query?org=${encodeURIComponent(org)}`,\n JSON.stringify(\n this.decorateRequest({\n query: query.toString(),\n dialect: DEFAULT_dialect,\n type,\n })\n ),\n {\n method: 'POST',\n headers: {\n accept: 'text/csv',\n 'accept-encoding': gzip ? 'gzip' : 'identity',\n 'content-type': 'application/json; encoding=utf-8',\n ...headers,\n },\n }\n )\n }\n\n private decorateRequest(request: any): any {\n if (typeof this.options.now === 'function') {\n request.now = this.options.now()\n }\n // https://docs.influxdata.com/influxdb/latest/api/#operation/PostQuery requires type\n request.type = this.options.type ?? 'flux'\n return request\n }\n}\n\nexport default QueryApiImpl\n","import {\n CommunicationObserver,\n FluxResultObserver,\n FluxTableMetaData,\n Row,\n linesToTables,\n ChunkCombiner,\n chunksToLines,\n chunksToLinesIterable,\n linesToRowsIterable,\n} from '../results'\nimport {Observable} from '../observable'\nimport {\n AnnotatedCSVResponse,\n IterableResultExecutor,\n} from './AnnotatedCSVResponse'\nimport ObservableQuery, {APIExecutor} from './ObservableQuery'\n\nexport function defaultRowMapping(\n values: string[],\n tableMeta: FluxTableMetaData\n): Record<string, any> {\n return tableMeta.toObject(values)\n}\n\n/**\n * AnnotatedCsvResponseImpl is an implementation AnnotatedCsvResponse\n * that uses the supplied executor to supply a response data stream.\n */\nexport class AnnotatedCSVResponseImpl implements AnnotatedCSVResponse {\n constructor(\n private executor: APIExecutor,\n private iterableResultExecutor: IterableResultExecutor,\n private chunkCombiner: ChunkCombiner\n ) {}\n iterateLines(): AsyncIterable<string> {\n return chunksToLinesIterable(this.iterableResultExecutor())\n }\n iterateRows(): AsyncIterable<Row> {\n return linesToRowsIterable(\n chunksToLinesIterable(this.iterableResultExecutor())\n )\n }\n lines(): Observable<string> {\n return new ObservableQuery(this.executor, (observer) =>\n chunksToLines(observer, this.chunkCombiner)\n )\n }\n\n rows(): Observable<Row> {\n return new ObservableQuery(this.executor, (observer) => {\n return chunksToLines(\n linesToTables({\n next(values, tableMeta) {\n observer.next({values, tableMeta})\n },\n error(e) {\n observer.error(e)\n },\n complete() {\n observer.complete()\n },\n }),\n this.chunkCombiner\n )\n })\n }\n\n consumeLines(consumer: CommunicationObserver<string>): void {\n this.executor(chunksToLines(consumer, this.chunkCombiner))\n }\n\n consumeRows(consumer: FluxResultObserver<string[]>): void {\n this.executor(chunksToLines(linesToTables(consumer), this.chunkCombiner))\n }\n\n collectRows<T>(\n rowMapper: (\n values: string[],\n tableMeta: FluxTableMetaData\n ) => T | undefined = defaultRowMapping as (\n values: string[],\n tableMeta: FluxTableMetaData\n ) => T | undefined\n ): Promise<Array<T>> {\n const retVal: Array<T> = []\n return new Promise((resolve, reject) => {\n this.consumeRows({\n next(values: string[], tableMeta: FluxTableMetaData): void {\n const toAdd = rowMapper.call(this, values, tableMeta)\n if (toAdd !== undefined) {\n retVal.push(toAdd)\n }\n },\n error(error: Error): void {\n reject(error)\n },\n complete(): void {\n resolve(retVal)\n },\n })\n })\n }\n\n collectLines(): Promise<Array<string>> {\n const retVal: Array<string> = []\n return new Promise((resolve, reject) => {\n this.consumeLines({\n next(line: string): void {\n retVal.push(line)\n },\n error(error: Error): void {\n reject(error)\n },\n complete(): void {\n resolve(retVal)\n },\n })\n })\n }\n}\n","import WriteApi from './WriteApi'\nimport {ClientOptions, WriteOptions, WritePrecisionType} from './options'\nimport WriteApiImpl from './impl/WriteApiImpl'\nimport {IllegalArgumentError} from './errors'\nimport {Transport} from './transport'\n// replaced by ./impl/browser/FetchTransport in browser builds\nimport TransportImpl from './impl/node/NodeHttpTransport'\nimport QueryApi, {QueryOptions} from './QueryApi'\nimport QueryApiImpl from './impl/QueryApiImpl'\nimport {\n AnnotatedCSVResponse,\n APIExecutor,\n IterableResultExecutor,\n} from './results'\nimport {AnnotatedCSVResponseImpl} from './results/AnnotatedCSVResponseImpl'\n\n/**\n * InfluxDB entry point that configures communication with InfluxDB server\n * and provide APIs to write and query data.\n */\nexport default class InfluxDB {\n private _options: ClientOptions\n readonly transport: Transport\n readonly processCSVResponse: (\n executor: APIExecutor,\n iterableResultExecutor: IterableResultExecutor\n ) => AnnotatedCSVResponse\n\n /**\n * Creates influxdb client options from an options object or url.\n * @param options - client options\n */\n constructor(options: ClientOptions | string) {\n if (typeof options === 'string') {\n this._options = {url: options}\n } else if (options !== null && typeof options === 'object') {\n this._options = options\n } else {\n throw new IllegalArgumentError('No url or configuration specified!')\n }\n const url = this._options.url\n if (typeof url !== 'string')\n throw new IllegalArgumentError('No url specified!')\n if (url.endsWith('/')) this._options.url = url.substring(0, url.length - 1)\n this.transport = this._options.transport ?? new TransportImpl(this._options)\n this.processCSVResponse = (\n executor: APIExecutor,\n iterableResultExecutor: IterableResultExecutor\n ): AnnotatedCSVResponse =>\n new AnnotatedCSVResponseImpl(\n executor,\n iterableResultExecutor,\n this.transport.chunkCombiner\n )\n }\n\n /**\n * Creates WriteApi for the supplied organization and bucket. BEWARE that returned instances must be closed\n * in order to flush the remaining data and close already scheduled retry executions.\n *\n * @remarks\n * Use {@link WriteOptions} to customize retry strategy options, data chunking\n * and flushing options. See {@link DEFAULT_WriteOptions} to see the defaults.\n *\n * See also {@link https://github.com/influxdata/influxdb-client-js/blob/master/examples/write.mjs | write example},\n * {@link https://github.com/influxdata/influxdb-client-js/blob/master/examples/writeAdvanced.mjs | writeAdvanced example},\n * and {@link https://github.com/influxdata/influxdb-client-js/blob/master/examples/index.html | browser example}.\n *\n * @param org - Specifies the destination organization for writes. Takes either the ID or Name interchangeably.\n * @param bucket - The destination bucket for writes.\n * @param precision - Timestamp precision for line items.\n * @param writeOptions - Custom write options.\n * @returns WriteApi instance\n */\n getWriteApi(\n org: string,\n bucket: string,\n precision: WritePrecisionType = 'ns',\n writeOptions?: Partial<WriteOptions>\n ): WriteApi {\n return new WriteApiImpl(\n this.transport,\n org,\n bucket,\n precision,\n writeOptions ?? this._options.writeOptions\n )\n }\n\n /**\n * Creates QueryApi for the supplied organization .\n *\n * @remarks\n * See also {@link https://github.com/influxdata/influxdb-client-js/blob/master/examples/query.ts | query.ts example},\n * {@link https://github.com/influxdata/influxdb-client-js/blob/master/examples/queryWithParams.mjs | queryWithParams.mjs example},\n * {@link https://github.com/influxdata/influxdb-client-js/blob/master/examples/rxjs-query.ts | rxjs-query.ts example},\n * and {@link https://github.com/influxdata/influxdb-client-js/blob/master/examples/index.html | browser example},\n *\n * @param org - organization or query options\n * @returns QueryApi instance\n */\n getQueryApi(org: string | QueryOptions): QueryApi {\n return new QueryApiImpl(this.transport, this.processCSVResponse, org)\n }\n}\n"],"mappings":"ykBAAA,IAAAA,GAAA,GAAAC,GAAAD,GAAA,gBAAAE,EAAA,8BAAAC,GAAA,sCAAAC,GAAA,yBAAAC,GAAA,eAAAC,EAAA,cAAAC,EAAA,yBAAAC,EAAA,aAAAC,EAAA,iBAAAC,EAAA,QAAAC,EAAA,UAAAC,GAAA,yBAAAC,EAAA,mBAAAC,EAAA,qBAAAC,GAAA,kBAAAC,EAAA,0BAAAC,EAAA,kBAAAC,GAAA,uBAAAC,GAAA,0BAAAC,GAAA,4BAAAC,EAAA,8BAAAC,EAAA,gBAAAC,GAAA,4BAAAC,GAAA,WAAAC,EAAA,SAAAC,GAAA,aAAAC,GAAA,iBAAAC,GAAA,iBAAAC,GAAA,mBAAAC,GAAA,cAAAC,GAAA,gBAAAC,GAAA,eAAAC,GAAA,eAAAC,GAAA,kBAAAC,EAAA,0BAAAC,GAAA,wBAAAC,EAAA,kBAAAC,EAAA,uBAAAC,EAAA,kBAAAC,GAAA,oBAAAC,GAAA,4BAAAC,GAAA,8BAAAC,GAAA,8BAAAC,GAAA,cAAAC,GAAA,kBAAAC,GAAA,qBAAAC,EAAA,gBAAAC,EAAA,oBAAAC,EAAA,qBAAAC,KAAA,eAAAC,GAAAnD,IC2CO,SAASoD,GAA2C,CACzD,IAAMC,EAAU,IAAI,YAAY,OAAO,EACvC,MAAO,CACL,OAAOC,EAAmBC,EAAgC,CACxD,IAAMC,EAAS,IAAI,WAAWF,EAAM,OAASC,EAAO,MAAM,EAC1D,OAAAC,EAAO,IAAIF,CAAK,EAChBE,EAAO,IAAID,EAAQD,EAAM,MAAM,EACxBE,CACT,EACA,KAAKC,EAAmBC,EAAeC,EAAyB,CAC9D,IAAMH,EAAS,IAAI,WAAWG,EAAMD,CAAK,EACzC,OAAAF,EAAO,IAAIC,EAAM,SAASC,EAAOC,CAAG,CAAC,EAC9BH,CACT,EACA,aAAaC,EAAmBC,EAAeC,EAAqB,CAClE,OAAON,EAAQ,OAAOI,EAAM,SAASC,EAAOC,CAAG,CAAC,CAClD,CACF,CACF,CClDO,SAASC,EACdC,EACAC,EACmC,CACnC,IAAMC,EAASD,GAAA,KAAAA,EAAiBE,EAA0B,EACtDC,EACAC,EAAW,GACXC,EAAS,GACTC,EAAS,GACTC,EAEJ,SAASC,EAAeC,EAAyB,CAC/C,IAAIC,EACAC,EAAQ,EASZ,IARIR,GAGFO,EAAQD,EAAM,SAAW,EAAI,EAAKN,EAAwB,OAC1DM,EAAQR,EAAO,OAAOE,EAAUM,CAAK,GAErCC,EAAQ,EAEHA,EAAQD,EAAM,QAAQ,CAC3B,IAAMG,EAAIH,EAAMC,GAChB,GAAIE,IAAM,IACR,GAAI,CAACP,EAAQ,CAEX,IAAMQ,EAAMH,EAAQ,GAAKD,EAAMC,EAAQ,KAAO,GAAKA,EAAQ,EAAIA,EAE/D,GAAIN,EACF,OAIF,GAFAE,EAASP,EAAO,KAAKE,EAAO,aAAaQ,EAAOE,EAAOE,CAAG,CAAC,IAAM,GACjEF,EAAQD,EAAQ,EACZJ,EACF,KAEJ,OACSM,IAAM,KACfP,EAAS,CAACA,GAEZK,GACF,CAMA,GALIC,EAAQF,EAAM,OAChBN,EAAWF,EAAO,KAAKQ,EAAOE,EAAOF,EAAM,MAAM,EAEjDN,EAAW,OAETG,EAAQ,CACV,GAAIP,EAAO,UAAW,CACpBA,EAAO,UAAU,IAAM,CACrBO,EAAS,GACTE,EAAe,IAAI,WAAW,CAAC,CAAC,CAClC,CAAC,EACD,MACF,CACAM,EAAO,MAAM,IAAI,MAAM,+CAA+C,CAAC,EACvER,EAAS,EACX,CACIC,IACFA,EAAa,EACbA,EAAe,OAEnB,CAEA,IAAMO,EAA4C,CAChD,KAAKL,EAA4B,CAC/B,GAAI,CAACL,EACH,GAAI,CACF,OAAAI,EAAeC,CAAK,EACb,CAACH,CACV,OAASS,EAAP,CACA,KAAK,MAAMA,CAAU,CACvB,CAEF,MAAO,EACT,EACA,MAAMC,EAAoB,CACnBZ,IACHA,EAAW,GACXL,EAAO,MAAMiB,CAAK,EAEtB,EACA,UAAiB,CACVZ,IACCD,GACFJ,EAAO,KAAKE,EAAO,aAAaE,EAAU,EAAGA,EAAS,MAAM,CAAC,EAE/DC,EAAW,GACXL,EAAO,SAAS,EAEpB,CACF,EACA,OAAIA,EAAO,iBACTe,EAAO,eAAkBG,GAA6B,CACpDlB,EAAO,gBACLA,EAAO,eAAe,CACpB,QAAe,CACbkB,EAAY,OAAO,EACnBd,EAAW,OACXW,EAAO,SAAS,CAClB,EACA,aAAuB,CACrB,OAAOG,EAAY,YAAY,CACjC,CACF,CAAC,CACL,GAEElB,EAAO,YACTe,EAAO,UAAaI,GAAkB,CACpCX,EAAeW,CACjB,GAGKJ,CACT,CCrHA,eAAuBK,EACrBC,EACAC,EAC+B,CAC/B,IAAMC,EAASD,GAAA,KAAAA,EAAiBE,EAA0B,EACtDC,EACAC,EAAS,GAEb,cAAeC,KAASN,EAAQ,CAC9B,IAAIO,EACAC,EAAQ,EAOZ,IANIJ,GACFG,EAAQH,EAAS,OACjBE,EAAQJ,EAAO,OAAOE,EAAUE,CAAK,GAErCC,EAAQ,EAEHA,EAAQD,EAAM,QAAQ,CAC3B,IAAMG,EAAIH,EAAMC,GAChB,GAAIE,IAAM,IACR,GAAI,CAACJ,EAAQ,CAEX,IAAMK,EAAMH,EAAQ,GAAKD,EAAMC,EAAQ,KAAO,GAAKA,EAAQ,EAAIA,EAC/D,MAAML,EAAO,aAAaI,EAAOE,EAAOE,CAAG,EAC3CF,EAAQD,EAAQ,CAClB,OACSE,IAAM,KACfJ,EAAS,CAACA,GAEZE,GACF,CACIC,EAAQF,EAAM,OAChBF,EAAWF,EAAO,KAAKI,EAAOE,EAAOF,EAAM,MAAM,EAEjDF,EAAW,MAEf,CACIA,IACF,MAAMF,EAAO,aAAaE,EAAU,EAAGA,EAAS,MAAM,EAE1D,CC9CO,IAAMO,EAAN,KAAmB,CAAnB,cAKL,KAAQ,OAAS,GAKjB,IAAI,OAAiB,CACnB,OAAO,KAAK,MACd,CACA,IAAI,MAAMC,EAAc,CAClBA,GAAO,CAAC,KAAK,eACf,KAAK,aAAe,IAAI,MAAM,EAAE,GAElC,KAAK,OAASA,CAChB,CAKA,WAA0B,CACxB,YAAK,MAAQ,GACN,IACT,CAQA,UAAUC,EAA2C,CACnD,GAAIA,GAAS,KACX,YAAK,gBAAkB,EAChB,CAAC,EAEV,IAAIC,EAAa,EACbC,EAAa,EACXC,EAAS,KAAK,OAAS,KAAK,aAAe,CAAC,EAC9CC,EAAQ,EACZ,QAASC,EAAI,EAAGA,EAAIL,EAAK,OAAQK,IAAK,CACpC,IAAMC,EAAIN,EAAKK,GACf,GAAIC,IAAM,KACR,GAAIL,EAAa,IAAM,EAAG,CACxB,IAAMF,EAAM,KAAK,SAASC,EAAME,EAAYG,EAAGJ,CAAU,EACrD,KAAK,OACPE,EAAOC,KAAWL,EAElBI,EAAO,KAAKJ,CAAG,EAEjBG,EAAaG,EAAI,EACjBJ,EAAa,CACf,OACSK,IAAM,KACfL,GAEJ,CACA,IAAMF,EAAM,KAAK,SAASC,EAAME,EAAYF,EAAK,OAAQC,CAAU,EACnE,OAAI,KAAK,QACPE,EAAOC,GAASL,EAChB,KAAK,gBAAkBK,EAAQ,IAE/BD,EAAO,KAAKJ,CAAG,EACf,KAAK,gBAAkBI,EAAO,QAGzBA,CACT,CAEQ,SACNH,EACAO,EACAC,EACAP,EACQ,CACR,OAAIM,IAAUP,EAAK,OACV,GACEC,IAAe,EACjBD,EAAK,UAAUO,EAAOC,CAAG,EACvBP,IAAe,EACjBD,EAAK,UAAUO,EAAQ,EAAGC,EAAM,CAAC,EAGjCR,EAAK,UAAUO,EAAQ,EAAGC,EAAM,CAAC,EAAE,QAAQ,OAAQ,GAAG,CAEjE,CACF,ECzCA,IAAMC,EAAYC,GAAmBA,EAMxBC,EAA4D,CACvE,QAAUD,GAAoBA,IAAM,GAAK,KAAOA,IAAM,OACtD,aAAeA,GAAoBA,IAAM,GAAK,KAAO,CAACA,EACtD,KAAOA,GAAoBA,IAAM,GAAK,KAAO,CAACA,EAC9C,OAAOA,EAAgB,CACrB,OAAQA,EAAG,CACT,IAAK,GACH,OAAO,KACT,IAAK,OACH,OAAO,OAAO,kBAChB,IAAK,OACH,OAAO,OAAO,kBAChB,QACE,MAAO,CAACA,CACZ,CACF,EACA,OAAQD,EACR,aAAcA,EACd,SAAWC,GAAoBA,IAAM,GAAK,KAAOA,EACjD,mBAAqBA,GAAoBA,IAAM,GAAK,KAAOA,CAC7D,EAKME,EAAN,KAAqD,CAM5C,IAAIC,EAAoB,CAxFjC,IAAAC,EAyFI,IAAIC,EAAMF,EAAI,KAAK,OACnB,OAAKE,IAAQ,IAAMA,IAAQ,SAAc,KAAK,eAC5CA,EAAM,KAAK,gBAELD,EAAAH,EAAgB,KAAK,YAArB,KAAAG,EAAkCL,GAAUM,CAAG,CACzD,CACF,EACaC,EAAkC,OAAO,OAAO,CAC3D,MAAO,GACP,SAAU,GACV,MAAO,GACP,aAAc,GACd,MAAO,OAAO,iBACd,IAAK,IAAG,EACV,CAAC,EAMM,SAASC,GAAsC,CACpD,OAAO,IAAIL,CACb,CAOO,SAASM,GACdC,EACiB,CAxHnB,IAAAL,EAAAM,EAyHE,IAAMC,EAAS,IAAIT,EACnB,OAAAS,EAAO,MAAQ,OAAOF,EAAO,KAAK,EAClCE,EAAO,SAAWF,EAAO,SACzBE,EAAO,MAAQ,QAAQF,EAAO,KAAK,EACnCE,EAAO,cAAeP,EAAAK,EAAO,eAAP,KAAAL,EAAuB,GAC7CO,EAAO,OAAQD,EAAAD,EAAO,QAAP,KAAAC,EAAgB,EACxBC,CACT,CClGA,IAAMC,GAAuB,CAAC,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,GAAG,EAE7D,SAASC,GAAsBC,EAA6B,CACjE,OAAOF,GAAqB,SAASE,CAAU,CACjD,CAGO,IAAMC,EAAN,cAAmC,KAAM,CAE9C,YAAYC,EAAiB,CAC3B,MAAMA,CAAO,EACb,KAAK,KAAO,uBACZ,OAAO,eAAe,KAAMD,EAAqB,SAAS,CAC5D,CACF,EAKaE,EAAN,cAAwB,KAAmC,CAQhE,YACWH,EACAI,EACAC,EACTC,EACSC,EACTL,EACA,CACA,MAAM,EAPG,gBAAAF,EACA,mBAAAI,EACA,UAAAC,EAEA,iBAAAE,EAIT,UAAO,eAAe,KAAMJ,EAAU,SAAS,EAC3CD,EACF,KAAK,QAAUA,UACNG,EAAM,CACf,GAAIE,GAAA,MAAAA,EAAa,WAAW,oBAC1B,GAAI,CACF,KAAK,KAAO,KAAK,MAAMF,CAAI,EAC3B,KAAK,QAAU,KAAK,KAAK,QACzB,KAAK,KAAO,KAAK,KAAK,IACxB,OAASG,EAAP,CAEF,CAEG,KAAK,UACR,KAAK,QAAU,GAAGR,KAAcI,OAAmBC,IAEvD,MACE,KAAK,QAAU,GAAGL,KAAcI,IAElC,KAAK,KAAO,YACZ,KAAK,cAAcE,CAAU,CAC/B,CAEQ,cAAcA,EAA8C,CAC9D,OAAOA,GAAe,SAEpB,WAAW,KAAKA,CAAU,EAC5B,KAAK,YAAc,SAASA,CAAU,EAEtC,KAAK,YAAc,EAGrB,KAAK,YAAc,CAEvB,CAEA,UAAoB,CAClB,OAAOP,GAAsB,KAAK,UAAU,CAC9C,CACA,YAAqB,CACnB,OAAO,KAAK,WACd,CACF,EAGMU,GAAc,CAClB,aACA,YACA,kBACA,YACA,eACA,eACA,OACF,EAOO,SAASC,GAAiBC,EAAqB,CACpD,GAAKA,EAEE,IAAI,OAAQA,EAAc,UAAa,WAC5C,MAAO,CAAC,CAAGA,EAAc,SAA2B,EAC/C,GAAKA,EAAc,MAAQF,GAAY,SAAUE,EAAc,IAAI,EACxE,MAAO,OAJP,OAAO,GAMT,MAAO,EACT,CAKO,SAASC,EAAcD,EAAeE,EAA8B,CACzE,GAAKF,EAEE,CACL,IAAIG,EACJ,OAAI,OAAQH,EAAc,YAAe,WAC9BA,EAAc,WAA4B,GAEnDG,EAAS,EAEPD,GAAeA,EAAc,EACxBC,EAAS,KAAK,MAAM,KAAK,OAAO,EAAID,CAAW,EAE/CC,EAEX,KAbE,OAAO,EAcX,CAGO,IAAMC,EAAN,cAAmC,KAAmC,CAE3E,aAAc,CACZ,MAAM,EACN,OAAO,eAAe,KAAMA,EAAqB,SAAS,EAC1D,KAAK,KAAO,uBACZ,KAAK,QAAU,mBACjB,CACA,UAAoB,CAClB,MAAO,EACT,CACA,YAAqB,CACnB,MAAO,EACT,CACF,EAGaC,EAAN,cAAyB,KAAmC,CAEjE,aAAc,CACZ,MAAM,EACN,KAAK,KAAO,aACZ,OAAO,eAAe,KAAMA,EAAW,SAAS,EAChD,KAAK,QAAU,kBACjB,CACA,UAAoB,CAClB,MAAO,EACT,CACA,YAAqB,CACnB,MAAO,EACT,CACF,EChLO,SAASC,IAAgC,CAC9CC,EAAgB,oBAAuBC,GACrCA,IAAM,GAAK,KAAO,IAAI,KAAK,KAAK,MAAMA,CAAC,CAAC,CAC5C,CAQO,SAASC,IAAkC,CAChDF,EAAgB,oBAAuBC,GACrCA,IAAM,GAAK,KAAO,KAAK,MAAMA,CAAC,CAClC,CAKO,SAASE,IAAkC,CAChDH,EAAgB,oBAAuBC,GACrCA,IAAM,GAAK,KAAOA,CACtB,CAsCA,IAAMG,EAAN,KAAyD,CAEvD,YAAYC,EAA4B,CACtCA,EAAQ,QAAQ,CAACC,EAAKC,IAAOD,EAAI,MAAQC,CAAE,EAC3C,KAAK,QAAUF,CACjB,CACA,OAAOG,EAAeC,EAAuB,GAAuB,CAClE,QAASF,EAAI,EAAGA,EAAI,KAAK,QAAQ,OAAQA,IAAK,CAC5C,IAAMD,EAAM,KAAK,QAAQC,GACzB,GAAID,EAAI,QAAUE,EAAO,OAAOF,CAClC,CACA,GAAIG,EACF,MAAM,IAAIC,EAAqB,UAAUF,cAAkB,EAE7D,OAAOG,CACT,CACA,SAASC,EAAqC,CAC5C,IAAMC,EAAW,CAAC,EAClB,QAASN,EAAI,EAAGA,EAAI,KAAK,QAAQ,QAAUA,EAAIK,EAAI,OAAQL,IAAK,CAC9D,IAAMO,EAAS,KAAK,QAAQP,GAC5BM,EAAIC,EAAO,OAASA,EAAO,IAAIF,CAAG,CACpC,CACA,OAAOC,CACT,CACA,IAAID,EAAeE,EAAqB,CACtC,OAAO,KAAK,OAAOA,EAAQ,EAAK,EAAE,IAAIF,CAAG,CAC3C,CACF,EAOO,SAASG,EACdV,EACmB,CACnB,OAAO,IAAID,EAAsBC,CAAO,CAC1C,CClGO,SAASW,EACdC,EAC+B,CAC/B,IAAMC,EAAW,IAAIC,EAAa,EAAE,UAAU,EAC1CC,EACAC,EAAa,GACbC,EAAmB,EACnBC,EACEC,EAAwC,CAC5C,MAAMC,EAAoB,CACxBR,EAAS,MAAMQ,CAAK,CACtB,EACA,KAAKC,EAA8B,CACjC,GAAIA,IAAS,GACXL,EAAa,GACbD,EAAU,WACL,CACL,IAAMO,EAAST,EAAS,UAAUQ,CAAI,EAChCE,EAAOV,EAAS,gBACtB,GAAIG,EAAY,CAEd,GAAI,CAACD,EAAS,CACZA,EAAU,IAAI,MAAMQ,CAAI,EACxB,QAASC,EAAI,EAAGA,EAAID,EAAMC,IACxBT,EAAQS,GAAKC,EAAmB,CAEpC,CACA,GAAKH,EAAO,GAAG,WAAW,GAAG,GAatB,GAAIA,EAAO,KAAO,YACvB,QAASE,EAAI,EAAGA,EAAID,EAAMC,IACxBT,EAAQS,GAAG,SAAWF,EAAOE,WAEtBF,EAAO,KAAO,WACvB,QAASE,EAAI,EAAGA,EAAID,EAAMC,IACxBT,EAAQS,GAAG,aAAeF,EAAOE,WAE1BF,EAAO,KAAO,SACvB,QAASE,EAAI,EAAGA,EAAID,EAAMC,IACxBT,EAAQS,GAAG,MAAQF,EAAOE,GAAG,KAAO,QAvBR,CAE1BF,EAAO,KAAO,IAChBL,EAAmB,EACnBF,EAAUA,EAAQ,MAAM,CAAC,GAEzBE,EAAmB,EAErB,QAASO,EAAIP,EAAkBO,EAAID,EAAMC,IACvCT,EAAQS,EAAIP,GAAkB,MAAQK,EAAOE,GAE/CN,EAAWQ,EAAwBX,CAAO,EAC1CC,EAAa,EACf,CAaF,KACE,QAAOJ,EAAS,KAAKU,EAAO,MAAML,EAAkBM,CAAI,EAAGL,CAAQ,CAEvE,CACA,MAAO,EACT,EACA,UAAiB,CACfN,EAAS,SAAS,CACpB,CACF,EACA,OAAIA,EAAS,iBACXO,EAAO,eAAiBP,EAAS,eAAe,KAAKA,CAAQ,GAE3DA,EAAS,YACXO,EAAO,UAAYP,EAAS,UAAU,KAAKA,CAAQ,GAE9CO,CACT,CCnEA,eAAuBQ,EACrBC,EAC4B,CAC5B,IAAMC,EAAW,IAAIC,EAAa,EAAE,UAAU,EAC1CC,EACAC,EAAa,GACbC,EAAmB,EACnBC,EACJ,cAAiBC,KAAQP,EACvB,GAAIO,IAAS,GACXH,EAAa,GACbD,EAAU,WACL,CACL,IAAMK,EAASP,EAAS,UAAUM,CAAI,EAChCE,EAAOR,EAAS,gBACtB,GAAIG,EAAY,CAEd,GAAI,CAACD,EAAS,CACZA,EAAU,IAAI,MAAMM,CAAI,EACxB,QAASC,EAAI,EAAGA,EAAID,EAAMC,IACxBP,EAAQO,GAAKC,EAAmB,CAEpC,CACA,GAAKH,EAAO,GAAG,WAAW,GAAG,GAatB,GAAIA,EAAO,KAAO,YACvB,QAASE,EAAI,EAAGA,EAAID,EAAMC,IACxBP,EAAQO,GAAG,SAAWF,EAAOE,WAEtBF,EAAO,KAAO,WACvB,QAASE,EAAI,EAAGA,EAAID,EAAMC,IACxBP,EAAQO,GAAG,aAAeF,EAAOE,WAE1BF,EAAO,KAAO,SACvB,QAASE,EAAI,EAAGA,EAAID,EAAMC,IACxBP,EAAQO,GAAG,MAAQF,EAAOE,GAAG,KAAO,QAvBR,CAE1BF,EAAO,KAAO,IAChBH,EAAmB,EACnBF,EAAUA,EAAQ,MAAM,CAAC,GAEzBE,EAAmB,EAErB,QAASK,EAAIL,EAAkBK,EAAID,EAAMC,IACvCP,EAAQO,EAAIL,GAAkB,MAAQG,EAAOE,GAE/CJ,EAAWM,EAAwBT,CAAO,EAC1CC,EAAa,EACf,CAaF,MACE,KAAM,CACJ,OAAQI,EAAO,MAAMH,EAAkBI,CAAI,EAC3C,UACEH,CACJ,CAEJ,CAEJ,CClEO,SAASO,GACdC,EACAC,EACM,CACN,IAAIC,EAAS,GACTC,EAAQ,EACRC,EAAQ,EAEZ,KAAOA,EAAQJ,EAAO,QAAQ,CAC5B,IAAMK,EAAIL,EAAO,WAAWI,CAAK,EACjC,GAAIC,IAAM,IACR,GAAI,CAACH,EAAQ,CAEX,IAAMI,EACJF,EAAQ,GAAKJ,EAAO,WAAWI,EAAQ,CAAC,IAAM,GAAKA,EAAQ,EAAIA,EAEjEH,EAAO,KAAKD,EAAO,UAAUG,EAAOG,CAAG,CAAC,EACxCH,EAAQC,EAAQ,CAClB,OACSC,IAAM,KACfH,EAAS,CAACA,GAEZE,GACF,CACID,EAAQC,GACVH,EAAO,KAAKD,EAAO,UAAUG,EAAOC,CAAK,CAAC,EAE5CH,EAAO,SAAS,CAClB,CC3BO,IAAMM,GAAoB,IAG9B,OAAO,QAAW,YAAc,OAAO,YAAe,gBAAgB,ECIzE,IAAMC,GAAN,KAAgD,CAIvC,YAAYC,EAAgCC,EAAuB,CAF1E,KAAQ,SAAW,GAGjB,GAAI,CACFA,EAAS,CACP,KAAOC,GAAU,CACfF,EAAS,KAAKE,CAAK,CACrB,EACA,MAAQC,GAAM,CACZ,KAAK,SAAW,GAChBH,EAAS,MAAMG,CAAC,CAClB,EACA,SAAU,IAAM,CACd,KAAK,SAAW,GAChBH,EAAS,SAAS,CACpB,EACA,eAAiBI,GAAM,CACrB,KAAK,YAAcA,CACrB,CACF,CAAC,CACH,OAASD,EAAP,CACA,KAAK,SAAW,GAChBH,EAAS,MAAMG,CAAC,CAClB,CACF,CAEA,IAAW,QAAkB,CAC3B,OAAO,KAAK,QACd,CAEO,aAAoB,CAjD7B,IAAAE,GAkDIA,EAAA,KAAK,cAAL,MAAAA,EAAkB,SAClB,KAAK,SAAW,EAClB,CACF,EAEA,SAASC,GAAa,CAAC,CAEvB,SAASC,GAAoBP,EAA6C,CACxE,GAAM,CAAC,KAAAQ,EAAM,MAAAC,EAAO,SAAAC,CAAQ,EAAIV,EAEhC,MAAO,CACL,KAAMQ,EAAOA,EAAK,KAAKR,CAAQ,EAAIM,EACnC,MAAOG,EAAQA,EAAM,KAAKT,CAAQ,EAAIM,EACtC,SAAUI,EAAWA,EAAS,KAAKV,CAAQ,EAAIM,CACjD,CACF,CAEA,IAAqBK,EAArB,KAAiE,CACxD,YACYV,EACAW,EACjB,CAFiB,cAAAX,EACA,eAAAW,CAChB,CAEI,UACLC,EACAJ,EACAC,EACc,CACd,IAAMV,EAAWO,GACf,OAAOM,GAAmB,UAAYA,IAAmB,KACrD,CAAC,KAAMA,EAAgB,MAAAJ,EAAO,SAAAC,CAAQ,EACtCG,CACN,EAEA,OAAO,IAAId,GAAkB,KAAK,UAAUC,CAAQ,EAAG,KAAK,QAAQ,CACtE,CAEA,CAAQc,IAA0B,CAChC,OAAO,IACT,CAKF,EADkB,OAAO,WCrDlB,IAAMC,GAAwD,CACnE,QAAS,GACX,EAyFaC,GAAoC,CAC/C,YAAa,IACb,cAAe,IACf,cAAe,MACf,gBAAiB,EACjB,YAAa,EACf,EAGaC,GAAqC,CAChD,UAAW,IACX,cAAe,IACf,cAAe,IACf,YAAa,UAAY,CAAC,EAC1B,aAAc,UAAY,CAAC,EAC3B,kBAAmB,UAAY,CAAC,EAChC,WAAY,EACZ,aAAc,KACd,eAAgB,KAEhB,YAAa,IACb,cAAe,IACf,cAAe,MACf,gBAAiB,EACjB,cAAe,IACf,YAAa,EACf,EC7JA,SAASC,GACPC,EACAC,EAC2B,CAC3B,OAAO,SAAUC,EAAuB,CACtC,IAAIC,EAAS,GACTC,EAAO,EACPC,EAAI,EACR,KAAOA,EAAIH,EAAM,QAAQ,CACvB,IAAMI,EAAQN,EAAW,QAAQE,EAAMG,EAAE,EACrCC,GAAS,IACXH,GAAUD,EAAM,UAAUE,EAAMC,CAAC,EACjCF,GAAUF,EAAaK,GACvBF,EAAOC,EAAI,GAEbA,GACF,CACA,OAAID,GAAQ,EACHF,GACEE,EAAOF,EAAM,SACtBC,GAAUD,EAAM,UAAUE,EAAMF,EAAM,MAAM,GAEvCC,EACT,CACF,CACA,SAASI,GACPP,EACAC,EAC2B,CAC3B,IAAMO,EAAUT,GAAcC,EAAYC,CAAY,EACtD,OAAQC,GAA0B,IAAMM,EAAQN,CAAK,EAAI,GAC3D,CAKO,IAAMO,EAAS,CAIpB,YAAaV,GAAc;AAAA,KAAY,CAAC,MAAO,MAAO,MAAO,MAAO,KAAK,CAAC,EAI1E,OAAQQ,GAAoB,MAAO,CAAC,MAAO,MAAM,CAAC,EAKlD,IAAKR,GAAc;AAAA,KAAa,CAAC,MAAO,MAAO,MAAO,MAAO,MAAO,KAAK,CAAC,CAC5E,ECjDA,IAAMW,EAAc,YAChBC,GAAY,GAET,SAASC,GAAiBC,EAAuB,CAGpD,OAAQF,GAAYE,GAAO,SAAW,OAAO,QAAQ,QAAW,UAIpE,CACAD,GAAiB,EAAI,EAErB,IAAIE,GACAC,EACAC,GAAa,KAAK,IAAI,EACtBC,GAAgB,EACpB,SAASC,IAAgB,CACvB,GAAkCP,GAAW,CAC3C,IAAMQ,EAAS,QAAQ,OAAO,EAC1BC,EAAS,KAAK,IAAI,EACjBL,GAIHI,EAAO,GAAKA,EAAO,GAAKJ,EAAY,GACpCI,EAAO,GAAKA,EAAO,GAAKJ,EAAY,GAEhCI,EAAO,GAAK,IACdA,EAAO,IAAM,EACbA,EAAO,IAAM,KAEfC,EACGN,GACDK,EAAO,GAAK,IACZ,KAAK,MAAMA,EAAO,GAAK,GAAQ,IAbjCJ,EAAcI,EACdL,GAAgBM,GAclB,IAAMF,EAAQ,OAAOC,EAAO,GAAK,GAAQ,EACzC,OAAO,OAAOC,CAAM,EAAIV,EAAY,OAAO,EAAG,EAAIQ,EAAM,MAAM,EAAIA,CACpE,KAAO,CACL,IAAME,EAAS,KAAK,IAAI,EACpBA,IAAWJ,IACbA,GAAaI,EACbH,GAAgB,GAEhBA,KAEF,IAAMC,EAAQ,OAAOD,EAAa,EAClC,OAAO,OAAOG,CAAM,EAAIV,EAAY,OAAO,EAAG,EAAIQ,EAAM,MAAM,EAAIA,CACpE,CACF,CAEA,SAASG,IAAiB,CACxB,GAAkCV,GAAW,CAC3C,IAAMQ,EAAS,QAAQ,OAAO,EACxBE,EAAS,OAAO,KAAK,MAAMF,EAAO,GAAK,GAAI,EAAI,GAAI,EACzD,OACE,OAAO,KAAK,IAAI,CAAC,EAAIT,EAAY,OAAO,EAAG,EAAIW,EAAO,MAAM,EAAIA,CAEpE,KACE,QAAO,OAAO,KAAK,IAAI,CAAC,EAAIX,EAAY,OAAO,EAAG,CAAC,CAEvD,CACA,SAASU,IAAiB,CACxB,OAAO,OAAO,KAAK,IAAI,CAAC,CAC1B,CACA,SAASE,IAAkB,CACzB,OAAO,OAAO,KAAK,MAAM,KAAK,IAAI,EAAI,GAAI,CAAC,CAC7C,CAOO,IAAMC,GAAc,CACzB,EAAGD,GACH,GAAIF,GACJ,GAAIC,GACJ,GAAIH,GACJ,QAASI,GACT,OAAQF,GACR,OAAQC,GACR,MAAOH,EACT,EAKaM,GAA0B,CACrC,EAAIC,GAAoB,GAAG,KAAK,MAAMA,EAAE,QAAQ,EAAI,GAAI,IACxD,GAAKA,GAAoB,GAAGA,EAAE,QAAQ,IACtC,GAAKA,GAAoB,GAAGA,EAAE,QAAQ,OACtC,GAAKA,GAAoB,GAAGA,EAAE,QAAQ,SACxC,EAOO,SAASC,GACdC,EACoB,CACpB,OAAIA,IAAU,OACLT,GAAM,EACJ,OAAOS,GAAU,SACnBA,EAAM,OAAS,EAAIA,EAAQ,OACzBA,aAAiB,KACnB,GAAGA,EAAM,QAAQ,UAEjB,OADE,OAAOA,GAAU,SACZ,KAAK,MAAMA,CAAK,EAEhBA,CAFiB,CAInC,CCzGO,IAAMC,GAAwB,CACnC,MAAMC,EAASC,EAAO,CAEpB,QAAQ,MAAM,UAAYD,EAASC,GAAgB,EAAE,CACvD,EACA,KAAKD,EAASC,EAAO,CAEnB,QAAQ,KAAK,SAAWD,EAASC,GAAgB,EAAE,CACrD,CACF,EACIC,EAAmBH,GAEVI,EAAc,CACzB,MAAMH,EAASC,EAAO,CACpBC,EAAS,MAAMF,EAASC,CAAK,CAC/B,EACA,KAAKD,EAASC,EAAO,CACnBC,EAAS,KAAKF,EAASC,CAAK,CAC9B,CACF,EAOO,SAASG,GAAUC,EAAwB,CAChD,IAAMC,EAAWJ,EACjB,OAAAA,EAAWG,EACJC,CACT,CCxCO,IAAMC,EAAa,OAAO,YAAY,EAmBvCC,EAAN,KAAqE,CACnE,YAAoBC,EAAmB,CAAnB,eAAAA,CAAoB,CACxC,UAAmB,CACjB,OAAO,KAAK,SACd,CACA,CAACF,IAAsB,CACrB,OAAO,KAAK,SACd,CACF,EAOA,SAASG,GAAoBC,EAAqB,CAChD,OAAO,OAAOA,GAAU,UAAY,OAAOA,EAAMJ,IAAgB,UACnE,CAQA,SAASK,EAAeD,EAAoB,CAC1C,GAAIA,GAAU,KAA6B,MAAO,GAClDA,EAAQA,EAAM,SAAS,EACvB,IAAIE,EACAC,EAAI,EACR,SAASC,GAAsB,CACzBF,IAAW,SACbA,EAASF,EAAM,UAAU,EAAGG,CAAC,EAEjC,CACA,KAAOA,EAAIH,EAAM,OAAQG,IAAK,CAC5B,IAAME,EAAIL,EAAM,OAAOG,CAAC,EACxB,OAAQE,EAAG,CACT,IAAK,KACHD,EAAc,EACdF,GAAU,MACV,MACF,IAAK;AAAA,EACHE,EAAc,EACdF,GAAU,MACV,MACF,IAAK,IACHE,EAAc,EACdF,GAAU,MACV,MACF,IAAK,IACL,IAAK,KACHE,EAAc,EACdF,EAASA,EAAS,KAAOG,EACzB,MACF,IAAK,IAEH,GAAIF,EAAI,EAAIH,EAAM,QAAUA,EAAM,OAAOG,EAAI,CAAC,IAAM,IAAK,CACvDC,EAAc,EACdD,IACAD,GAAU,OACV,KACF,CAEIA,GAAU,OACZA,GAAUG,GAEZ,MACF,QACMH,GAAU,OACZA,GAAUG,EAEhB,CACF,CACA,OAAIH,IAAW,OACNA,EAEFF,CACT,CAKO,SAASM,GAAWN,EAA+B,CACxD,OAAO,IAAIH,EAAc,IAAII,EAAeD,CAAK,IAAI,CACvD,CAQO,SAASO,GAAcP,EAAoB,CAChD,IAAMQ,EAAM,OAAOR,CAAK,EACxB,GAAI,CAAC,SAASQ,CAAG,EAAG,CAClB,GAAI,OAAOR,GAAU,SACnB,MAAO,aAAaQ,MAEtB,MAAM,IAAI,MAAM,qBAAqBR,GAAO,CAC9C,CAGA,IAAMS,EAASD,EAAI,SAAS,EACxBE,EAAS,GACb,QAAWL,KAAKI,EACd,GAAK,EAAAJ,GAAK,KAAOA,GAAK,KAAQA,GAAK,KACnC,IAAIA,IAAM,IAAK,CACbK,EAAS,GACT,QACF,CACA,MAAO,aAAaD,MAEtB,OAAOC,EAASD,EAASA,EAAS,IACpC,CAIO,SAASE,GAAUX,EAA+B,CACvD,OAAO,IAAIH,EAAcU,GAAcP,CAAK,CAAC,CAC/C,CAQO,SAASY,GAAgBZ,EAAoB,CAKlD,IAAMS,EAAS,OAAOT,CAAK,EACrBa,EAAWJ,EAAO,WAAW,GAAG,EAChCD,EAAMK,EAAWJ,EAAO,UAAU,CAAC,EAAIA,EAC7C,GAAID,EAAI,SAAW,GAAKA,EAAI,OAAS,GACnC,MAAM,IAAI,MAAM,uBAAuBC,GAAQ,EAEjD,QAAWJ,KAAKG,EACd,GAAIH,EAAI,KAAOA,EAAI,IAAK,MAAM,IAAI,MAAM,uBAAuBI,GAAQ,EAEzE,GAAID,EAAI,SAAW,GAAI,CACrB,GAAIK,GAAYL,EAAM,sBACpB,MAAM,IAAI,MAAM,+BAA+BC,GAAQ,EAEzD,GAAI,CAACI,GAAYL,EAAM,sBACrB,MAAM,IAAI,MAAM,+BAA+BC,GAAQ,CAE3D,CACA,OAAOA,CACT,CAKO,SAASK,GAAYd,EAA+B,CACzD,OAAO,IAAIH,EAAce,GAAgBZ,CAAK,CAAC,CACjD,CAEA,SAASe,GAAiBf,EAAoB,CAC5C,MAAO,YAAYC,EAAeD,CAAK,KACzC,CAKO,SAASgB,GAAahB,EAA+B,CAC1D,OAAO,IAAIH,EAAckB,GAAiBf,CAAK,CAAC,CAClD,CAKO,SAASiB,GAAajB,EAA+B,CAC1D,OAAO,IAAIH,EAAc,gBAAgBI,EAAeD,CAAK,KAAK,CACpE,CAEA,SAASkB,GAAelB,EAAoB,CAC1C,OAAIA,aAAiB,OACZA,EAAM,SAAS,EAEjB,IAAI,OAAOA,CAAK,EAAE,SAAS,CACpC,CAOO,SAASmB,GAAWnB,EAA+B,CAExD,OAAO,IAAIH,EAAcqB,GAAelB,CAAK,CAAC,CAChD,CAKO,SAASoB,GAASpB,EAA+B,CACtD,OAAIA,IAAU,QAAUA,IAAU,QACzB,IAAIH,EAAcG,CAAK,EAEzB,IAAIH,GAAe,CAAC,CAACG,GAAO,SAAS,CAAC,CAC/C,CAQO,SAASqB,GAAerB,EAA+B,CAC5D,OAAO,IAAIH,EAAc,OAAOG,CAAK,CAAC,CACxC,CAOO,SAASsB,EAAYtB,EAAoB,CAC9C,GAAIA,IAAU,OACZ,MAAO,GACF,GAAIA,IAAU,KACnB,MAAO,OACF,GAAI,OAAOA,GAAU,UAC1B,OAAOA,EAAM,SAAS,EACjB,GAAI,OAAOA,GAAU,SAC1B,MAAO,IAAIC,EAAeD,CAAK,KAC1B,GAAI,OAAOA,GAAU,SAC1B,OAAI,OAAO,cAAcA,CAAK,EACrBY,GAAgBZ,CAAK,EAEvBO,GAAcP,CAAK,EACrB,GAAI,OAAOA,GAAU,SAAU,CACpC,GAAI,OAAOA,EAAMJ,IAAgB,WAC/B,OAAOI,EAAMJ,GAAY,EACpB,GAAII,aAAiB,KAC1B,OAAOA,EAAM,YAAY,EACpB,GAAIA,aAAiB,OAC1B,OAAOkB,GAAelB,CAAK,EACtB,GAAI,MAAM,QAAQA,CAAK,EAC5B,MAAO,IAAIA,EAAM,IAAIsB,CAAW,EAAE,KAAK,GAAG,IAE9C,SAAW,OAAOtB,GAAU,SAC1B,MAAO,GAAGA,MAGZ,OAAOsB,EAAYtB,EAAM,SAAS,CAAC,CACrC,CAMO,SAASuB,GACdC,KACGC,EACiB,CACpB,GAAID,EAAQ,QAAU,GAAKC,EAAO,SAAW,EAC3C,OAAOJ,GAAeG,EAAQ,EAAE,EAElC,IAAME,EAAQ,IAAI,MAAcF,EAAQ,OAASC,EAAO,MAAM,EAC1DE,EAAY,EAChB,QAAS,EAAI,EAAG,EAAIH,EAAQ,OAAQ,IAAK,CACvC,IAAMI,EAAOJ,EAAQ,GAErB,GADAE,EAAMC,KAAeC,EACjB,EAAIH,EAAO,OAAQ,CACrB,IAAMjB,EAAMiB,EAAO,GACfI,EACJ,GACED,EAAK,SAAS,GAAG,GACjB,EAAI,EAAIJ,EAAQ,QAChBA,EAAQ,EAAI,GAAG,WAAW,GAAG,EAG7BK,EAAY5B,EAAeO,CAAG,UAE9BqB,EAAYP,EAAYd,CAAG,EACvBqB,IAAc,IAEZ,CAAC9B,GAAoBS,CAAG,EAC1B,MAAM,IAAI,MACR,kCAAkCA,gBAAkB,YAAY,OAAOA,GACzE,EAINkB,EAAMC,KAAeE,CACvB,SAAW,EAAIL,EAAQ,OAAS,EAC9B,MAAM,IAAI,MAAM,8BAA8B,CAElD,CAEA,OAAOH,GAAeK,EAAM,KAAK,EAAE,CAAC,CACtC,CCxSO,IAAMI,GAAN,KAAY,CAYjB,YAAYC,EAA0B,CAVtC,KAAQ,KAAgC,CAAC,EAEzC,KAAO,OAAkC,CAAC,EASpCA,IAAiB,KAAK,KAAOA,EACnC,CAQO,YAAYC,EAAqB,CACtC,YAAK,KAAOA,EACL,IACT,CAUO,IAAIA,EAAcC,EAAsB,CAC7C,YAAK,KAAKD,GAAQC,EACX,IACT,CASO,aAAaD,EAAcC,EAA6B,CAC7D,YAAK,OAAOD,GAAQC,EAAQ,IAAM,IAC3B,IACT,CAUO,SAASD,EAAcC,EAA4B,CACxD,IAAIC,EAMJ,GALI,OAAOD,GAAU,SACnBC,EAAMD,EAENC,EAAM,SAAS,OAAOD,CAAK,CAAC,EAE1B,MAAMC,CAAG,GAAKA,GAAO,qBAAuBA,GAAO,mBACrD,MAAM,IAAI,MAAM,oCAAoCF,QAAWC,KAAS,EAE1E,YAAK,OAAOD,GAAQ,GAAG,KAAK,MAAME,CAAG,KAC9B,IACT,CAUO,UAAUF,EAAcC,EAA4B,CACzD,GAAI,OAAOA,GAAU,SAAU,CAC7B,GAAI,MAAMA,CAAK,GAAKA,EAAQ,GAAKA,EAAQ,OAAO,iBAC9C,MAAM,IAAI,MAAM,yBAAyBD,oBAAuBC,GAAO,EAEzE,KAAK,OAAOD,GAAQ,GAAG,KAAK,MAAMC,CAAe,IACnD,KAAO,CACL,IAAME,EAAS,OAAOF,CAAK,EAC3B,QAAS,EAAI,EAAG,EAAIE,EAAO,OAAQ,IAAK,CACtC,IAAMC,EAAOD,EAAO,WAAW,CAAC,EAChC,GAAIC,EAAO,IAAMA,EAAO,GACtB,MAAM,IAAI,MACR,kDAAkD,MAAMH,GAC1D,CAEJ,CACA,GACEE,EAAO,OAAS,IACfA,EAAO,SAAW,IACjBA,EAAO,cAAc,sBAAsB,EAAI,EAEjD,MAAM,IAAI,MACR,yBAAyBH,oBAAuBG,GAClD,EAEF,KAAK,OAAOH,GAAQ,GAAGG,IACzB,CACA,OAAO,IACT,CAUO,WAAWH,EAAcC,EAA4B,CAC1D,IAAIC,EAMJ,GALI,OAAOD,GAAU,SACnBC,EAAMD,EAENC,EAAM,WAAWD,CAAK,EAEpB,CAAC,SAASC,CAAG,EACf,MAAM,IAAI,MAAM,kCAAkCF,OAAUC,GAAO,EAGrE,YAAK,OAAOD,GAAQ,OAAOE,CAAG,EACvB,IACT,CASO,YAAYF,EAAcC,EAA4B,CAC3D,OAAIA,GAAU,OACR,OAAOA,GAAU,WAAUA,EAAQ,OAAOA,CAAK,GACnD,KAAK,OAAOD,GAAQK,EAAO,OAAOJ,CAAK,GAElC,IACT,CAoBO,UAAUA,EAAkD,CACjE,YAAK,KAAOA,EACL,IACT,CAQO,eAAeK,EAAuD,CAC3E,GAAI,CAAC,KAAK,KAAM,OAChB,IAAIC,EAAa,GAUjB,GATA,OAAO,KAAK,KAAK,MAAM,EACpB,KAAK,EACL,QAASC,GAAM,CACd,GAAIA,EAAG,CACL,IAAMN,EAAM,KAAK,OAAOM,GACpBD,EAAW,OAAS,IAAGA,GAAc,KACzCA,GAAc,GAAGF,EAAO,IAAIG,CAAC,KAAKN,GACpC,CACF,CAAC,EACCK,EAAW,SAAW,EAAG,OAC7B,IAAIE,EAAW,GACTC,EACJJ,GAAYA,EAAS,YACjB,CAAC,GAAGA,EAAS,YAAa,GAAG,KAAK,IAAI,EACtC,KAAK,KACX,OAAO,KAAKI,CAAI,EACb,KAAK,EACL,QAASF,GAAM,CACd,GAAIA,EAAG,CACL,IAAMN,EAAMQ,EAAKF,GACbN,IACFO,GAAY,IACZA,GAAY,GAAGJ,EAAO,IAAIG,CAAC,KAAKH,EAAO,IAAIH,CAAG,IAElD,CACF,CAAC,EACH,IAAIS,EAAO,KAAK,KAChB,OAAIL,GAAYA,EAAS,YACvBK,EAAOL,EAAS,YAAYK,CAAI,EAEhCA,EAAOC,GAAmBD,CAAI,EAGzB,GAAGN,EAAO,YAAY,KAAK,IAAI,IAAII,KAAYF,IACpDI,IAAS,OAAY,IAAMA,EAAO,IAEtC,CAEA,UAAmB,CACjB,IAAME,EAAO,KAAK,eAAe,MAAS,EAC1C,OAAOA,GAAc,kBAAkB,KAAK,UAAU,KAAM,MAAS,GACvE,CACF,ECzOO,IAAMC,GAAN,KAAsD,CAI3D,YAAYC,EAA8C,CACxD,KAAK,QAAU,CAAC,GAAGC,GAAmC,GAAGD,CAAO,EAChE,KAAK,QAAQ,CACf,CAEA,UAAUE,EAAeC,EAAiC,CACxD,IAAMC,EAAQC,EAAcH,CAAK,EACjC,GAAIE,GAASA,EAAQ,EACnB,OAAOA,EAAQ,KAAK,MAAM,KAAK,OAAO,EAAI,KAAK,QAAQ,WAAW,EAElE,GAAID,GAAkBA,EAAiB,EAAG,CAExC,GAAI,KAAK,QAAQ,YAAa,CAE5B,IAAIC,EAAQ,KAAK,IAAI,KAAK,QAAQ,cAAe,CAAC,EAC9CE,EAAYF,EAAQ,KAAK,QAAQ,gBACrC,QAASG,EAAI,EAAGA,EAAIJ,EAAgBI,IAGlC,GAFAH,EAAQE,EACRA,EAAYA,EAAY,KAAK,QAAQ,gBACjCA,GAAa,KAAK,QAAQ,cAAe,CAC3CA,EAAY,KAAK,QAAQ,cACzB,KACF,CAEF,OACEF,EACA,KAAK,MACH,KAAK,OAAO,GAAKE,EAAYF,GAC3B,KAAK,OAAO,EAAI,KAAK,QAAQ,WACjC,CAEJ,CAEA,IAAIA,EAAQ,KAAK,IAAI,KAAK,QAAQ,cAAe,CAAC,EAClD,QAASG,EAAI,EAAGA,EAAIJ,EAAgBI,IAElC,GADAH,EAAQA,EAAQ,KAAK,QAAQ,gBACzBA,GAAS,KAAK,QAAQ,cAAe,CACvCA,EAAQ,KAAK,QAAQ,cACrB,KACF,CAEF,OAAOA,EAAQ,KAAK,MAAM,KAAK,OAAO,EAAI,KAAK,QAAQ,WAAW,CACpE,MAAW,KAAK,aACd,KAAK,aAAe,KAAK,IACvB,KAAK,IAAI,KAAK,aAAe,KAAK,QAAQ,gBAAiB,CAAC,EAC1D,KAAK,MAAM,KAAK,OAAO,EAAI,KAAK,QAAQ,WAAW,EACrD,KAAK,QAAQ,aACf,EAEA,KAAK,aACH,KAAK,QAAQ,cACb,KAAK,MAAM,KAAK,OAAO,EAAI,KAAK,QAAQ,WAAW,EAEvD,OAAO,KAAK,YAEhB,CACA,SAAgB,CACd,KAAK,aAAe,MACtB,CACF,EAOO,SAASI,GACdR,EACoB,CACpB,OAAO,IAAID,GAAkBC,CAAO,CACtC,CCxEA,SAASS,GAAoBC,EAA6C,CACxE,IAAIC,EACAC,EAAQF,EACRG,EAAgBH,EACpB,KAAOG,EAAc,MACfA,EAAc,KAAK,QAAUD,EAAM,UACrCD,EAASE,EACTD,EAAQC,EAAc,MAExBA,EAAgBA,EAAc,KAEhC,MAAO,CAACD,EAAOD,CAAM,CACvB,CAKA,IAAqBG,EAArB,KAAiC,CAM/B,YACUC,EACAC,EAKAC,EAIK,IAAG,GAChB,CAXQ,cAAAF,EACA,gBAAAC,EAKA,cAAAC,EAXV,UAAO,EACP,YAAS,GACT,KAAQ,eAAsB,MAc3B,CAEH,SACEC,EACAC,EACAC,EACAC,EACM,CAEN,GADI,KAAK,QACL,CAACH,EAAM,OAAQ,OACnB,IAAII,EAAY,KAAK,IAAI,EAAIF,EAK7B,GAJIC,EAAUC,IACZA,EAAYD,GAGV,KAAK,OAAS,KAAK,KAAOH,EAAM,OAAS,KAAK,SAAU,CAC1D,IAAMK,EAAW,KAAK,KAChBC,EAAUD,EAAW,GAC3B,EAAG,CAED,GAAM,CAACX,EAAOD,CAAM,EAAIF,GAAoB,KAAK,KAAK,EACtD,KAAK,MAAQG,EAAM,MAAM,OACrBD,EACFA,EAAO,KAAOC,EAAM,MAEpB,KAAK,MAAQA,EAAM,KACf,KAAK,OACP,KAAK,cAAc,KAAK,MAAM,UAAY,KAAK,IAAI,CAAC,GAGxDA,EAAM,KAAO,OACb,KAAK,SAASA,CAAK,CACrB,OAAS,KAAK,OAAS,KAAK,KAAOM,EAAM,OAASM,GAClDC,EAAI,MACF,gBACEF,EAAW,KAAK,oEAEhB,KAAK,iBAET,CACF,CACA,IAAMG,EAAmB,CACvB,MAAAR,EACA,WAAAC,EACA,UAAAG,EACA,QAAAD,CACF,EAEIM,EAAiC,KAAK,MACtChB,EACJ,OAAS,CACP,GAAI,CAACgB,GAAWA,EAAQ,UAAYL,EAAW,CAC7CI,EAAM,KAAOC,EACThB,EACFA,EAAO,KAAOe,GAEd,KAAK,MAAQA,EACb,KAAK,cAAcJ,EAAY,KAAK,IAAI,CAAC,GAE3C,KACF,CACAX,EAASgB,EACTA,EAAUA,EAAQ,IACpB,CACA,KAAK,MAAQT,EAAM,MACrB,CAEA,aAAqC,CACnC,GAAI,KAAK,MAAO,CACd,IAAMU,EAAU,KAAK,MACrB,YAAK,MAAQ,KAAK,MAAM,KACxBA,EAAQ,KAAO,OACf,KAAK,MAAQA,EAAQ,MAAM,OACpBA,CACT,CAEF,CAEA,cAAcR,EAAqB,CAC7B,KAAK,gBACP,aAAa,KAAK,cAAc,EAElC,KAAK,eAAiB,WAAW,IAAM,CACrC,IAAMQ,EAAU,KAAK,YAAY,EAC7BA,EACF,KAAK,WAAWA,EAAQ,MAAOA,EAAQ,WAAYA,EAAQ,OAAO,EAC/D,MAAM,IAAM,CAEb,CAAC,EACA,QAAQ,IAAM,CAET,KAAK,OACP,KAAK,cAAc,KAAK,MAAM,UAAY,KAAK,IAAI,CAAC,CAExD,CAAC,EAEH,KAAK,eAAiB,MAE1B,EAAG,KAAK,IAAIR,EAAO,CAAC,CAAC,CACvB,CAEA,MAAM,OAAuB,CAC3B,IAAIQ,EACJ,KAAQA,EAAU,KAAK,YAAY,GACjC,MAAM,KAAK,WAAWA,EAAQ,MAAOA,EAAQ,WAAYA,EAAQ,OAAO,CAE5E,CAEA,OAAgB,CACd,OAAI,KAAK,iBACP,aAAa,KAAK,cAAc,EAChC,KAAK,eAAiB,QAExB,KAAK,OAAS,GACP,KAAK,IACd,CACF,EC9Je,SAARC,GAA4BC,EAAmB,CACpD,IAAIC,EAASD,EAAE,OAEf,QAASE,EAAI,EAAGA,EAAIF,EAAE,OAAQE,IAAK,CACjC,IAAMC,EAAOH,EAAE,WAAWE,CAAC,EAEvBC,EAAO,MAEAA,GAAQ,KAAQA,GAAQ,KACjCF,IACSE,GAAQ,MAASA,GAAQ,MAC9BA,GAAQ,OAAUA,GAAQ,MAG5BF,IAEAA,GAAU,EAIZA,GAAU,EAEd,CACA,OAAOA,CACT,CCbA,IAAMG,GAAN,KAAkB,CAKhB,YACUC,EACAC,EACAC,EACAC,EACR,CAJQ,qBAAAH,EACA,mBAAAC,EACA,aAAAC,EACA,kBAAAC,EARV,YAAS,EACT,WAAQ,GASN,KAAK,MAAQ,IAAI,MAAcH,CAAe,CAChD,CAEA,IAAII,EAAsB,CACxB,IAAMC,EAAOC,GAAWF,CAAM,EAC1B,KAAK,SAAW,EAClB,KAAK,aAAa,EACT,KAAK,MAAQC,EAAO,GAAK,KAAK,eAEvC,KAAK,MAAM,EAAE,MAAOE,GAAO,CAE3B,CAAC,EAEH,KAAK,MAAM,KAAK,QAAUH,EAC1B,KAAK,SACL,KAAK,OAASC,EAAO,GAEnB,KAAK,QAAU,KAAK,iBACpB,KAAK,OAAS,KAAK,gBAEnB,KAAK,MAAM,EAAE,MAAOE,GAAO,CAE3B,CAAC,CAEL,CACA,OAAuB,CACrB,IAAMC,EAAQ,KAAK,MAAM,EACzB,OAAIA,EAAM,OAAS,EACV,KAAK,QAAQA,CAAK,EAElB,QAAQ,QAAQ,CAE3B,CACA,OAAkB,CAChB,IAAMC,EAAS,KAAK,MAAM,MAAM,EAAG,KAAK,MAAM,EAC9C,YAAK,OAAS,EACd,KAAK,MAAQ,GACNA,CACT,CACF,EAEqBC,EAArB,KAAsD,CAcpD,YACUC,EACRC,EACAC,EACAC,EACAC,EACA,CALQ,eAAAJ,EAXV,KAAQ,OAAS,GAGjB,KAAQ,eAAsB,OAc5B,KAAK,KAAO,qBAAqB,mBAC/BC,CACF,YAAY,mBAAmBC,CAAM,eAAeC,IAChDC,GAAA,MAAAA,EAAc,cAChB,KAAK,MAAQ,gBAAgB,mBAC3BA,EAAa,WACf,KAEF,KAAK,aAAe,CAClB,GAAGC,GACH,GAAGD,CACL,EACA,KAAK,YAAcE,GAAYH,GAC/B,KAAK,wBAA0BI,GAAwBJ,GACnD,KAAK,aAAa,aACpB,KAAK,eAAe,KAAK,aAAa,WAAW,EAEnD,KAAK,YAAc,CACjB,OAAQ,OACR,QAAS,CACP,eAAgB,4BAChB,GAAGC,GAAA,YAAAA,EAAc,OACnB,EACA,cAAe,KAAK,aAAa,aACnC,EAEA,IAAMI,EAAmB,IAAY,CAC/B,KAAK,aAAa,cAAgB,IACpC,KAAK,mBAAmB,EAEnB,KAAK,SACR,KAAK,eAAiB,WACpB,IACE,KAAK,UACH,KAAK,YAAY,MAAM,EACvB,KAAK,aAAa,UACpB,EAAE,MAAOZ,GAAO,CAEhB,CAAC,EACH,KAAK,aAAa,aACpB,GAGN,EAEA,KAAK,YAAc,IAAIR,GACrB,KAAK,aAAa,UAClB,KAAK,aAAa,cACjBS,IACC,KAAK,mBAAmB,EACjB,KAAK,UAAUA,EAAO,KAAK,aAAa,UAAU,GAE3DW,CACF,EACA,KAAK,UAAY,KAAK,UAAU,KAAK,IAAI,EAEzC,KAAK,cAAgBC,GAAyB,KAAK,YAAY,EAC/D,KAAK,YAAc,IAAIC,EACrB,KAAK,aAAa,eAClB,KAAK,UACL,KAAK,aAAa,iBACpB,CACF,CAEA,UACEb,EACAc,EACAC,EAAkB,KAAK,IAAI,EAAI,KAAK,aAAa,aAClC,CAEf,IAAMC,EAAqB,KACrBC,EAAiBD,EAAK,aAAa,WAAa,EAAIF,EAC1D,GAAI,CAAC,KAAK,QAAUd,EAAM,OAAS,EAAG,CACpC,GAAIe,GAAW,KAAK,IAAI,EAAG,CACzB,IAAMG,EAAQ,IAAI,MAAM,0BAA0B,EAC5CC,EAAUH,EAAK,aAAa,YAAY,KAC5CA,EACAE,EACAlB,EACAiB,EACAF,CACF,EACA,OAAII,IAGJC,EAAI,MACF,sCAAsCH,MACtCC,CACF,EACO,QAAQ,OAAOA,CAAK,EAC7B,CACA,OAAO,IAAI,QAAc,CAACG,EAASC,IAAW,CAC5C,IAAIC,EACEC,EAAY,CAChB,gBAAgBC,EAAmBC,EAA2B,CAC5DH,EAAqBG,CACvB,EACA,MAAMR,EAAoB,CAExB,IAAMC,EAAUH,EAAK,aAAa,YAAY,KAC5CA,EACAE,EACAlB,EACAiB,EACAF,CACF,EACA,GAAII,EAAS,CACXA,EAAQ,KAAKE,EAASC,CAAM,EAC5B,MACF,CAGA,GACEJ,aAAiBS,GACjBT,EAAM,MACN,OAAOA,EAAM,KAAK,OAAU,UAC5BA,EAAM,KAAK,MAAM,SAAS,gCAAgC,EAC1D,CACAE,EAAI,KAAK,8BAAgCF,EAAM,KAAK,KAAK,EACzDK,EAAqB,IACrBC,EAAU,SAAS,EACnB,MACF,CAEA,GACE,CAACR,EAAK,QACNF,EAAgB,IACf,EAAEI,aAAiBS,IACjBT,EAAoB,YAAc,KACrC,CACAE,EAAI,KACF,sCAAsCH,MACtCC,CACF,EACAF,EAAK,YAAY,SACfhB,EACAc,EAAgB,EAChBE,EAAK,cAAc,UAAUE,EAAOD,CAAc,EAClDF,CACF,EACAO,EAAOJ,CAAK,EACZ,MACF,CACAE,EAAI,MAAM,4BAA6BF,CAAK,EAC5CI,EAAOJ,CAAK,CACd,EACA,UAAiB,CAEf,GAAIK,GAAsB,KAAOA,GAAsB,KACrDP,EAAK,aAAa,aAAa,KAAKA,EAAMhB,CAAK,EAC/CgB,EAAK,cAAc,QAAQ,EAC3BK,EAAQ,MACH,CACL,IAAMO,EAAU,+CAA+CL,aACzDL,EAAQ,IAAIS,EAChBJ,EACAK,EACA,OACA,GACF,EACAV,EAAM,QAAUU,EAChBJ,EAAU,MAAMN,CAAK,CACvB,CACF,CACF,EACA,KAAK,UAAU,KACb,KAAK,KACLlB,EAAM,KAAK;AAAA,CAAI,EACf,KAAK,YACLwB,CACF,CACF,CAAC,CACH,KACE,QAAO,QAAQ,QAAQ,CAE3B,CAEQ,oBAA2B,CAC7B,KAAK,iBAAmB,SAC1B,aAAa,KAAK,cAAc,EAChC,KAAK,eAAiB,OAE1B,CAEA,YAAY5B,EAAsB,CAChC,GAAI,KAAK,OACP,MAAM,IAAI,MAAM,2BAA2B,EAE7C,KAAK,YAAY,IAAIA,CAAM,CAC7B,CACA,aAAaiC,EAAkC,CAC7C,GAAI,KAAK,OACP,MAAM,IAAI,MAAM,2BAA2B,EAE7C,QAASC,EAAI,EAAGA,EAAID,EAAQ,OAAQC,IAClC,KAAK,YAAY,IAAID,EAAQC,EAAE,CAEnC,CACA,WAAWC,EAAoB,CAC7B,GAAI,KAAK,OACP,MAAM,IAAI,MAAM,2BAA2B,EAE7C,IAAMC,EAAOD,EAAM,eAAe,IAAI,EAClCC,GAAM,KAAK,YAAY,IAAIA,CAAI,CACrC,CACA,YAAYC,EAAgC,CAC1C,GAAI,KAAK,OACP,MAAM,IAAI,MAAM,2BAA2B,EAE7C,QAASH,EAAI,EAAGA,EAAIG,EAAO,OAAQH,IAAK,CACtC,IAAME,EAAOC,EAAOH,GAAG,eAAe,IAAI,EACtCE,GAAM,KAAK,YAAY,IAAIA,CAAI,CACrC,CACF,CACA,MAAM,MAAME,EAA0C,CAEpD,GADA,MAAM,KAAK,YAAY,MAAM,EACzBA,EACF,OAAO,MAAM,KAAK,YAAY,MAAM,CAExC,CACA,OAAuB,CAWrB,OAVe,KAAK,YAAY,MAAM,EAAE,QAAQ,IAAM,CACpD,IAAMC,EAAY,KAAK,YAAY,MAAM,EACrCA,GACFf,EAAI,MACF,4BAA4Be,6CAC5B,IACF,EAEF,KAAK,OAAS,EAChB,CAAC,CAEH,CACA,SAAkB,CAChB,YAAK,mBAAmB,EACxB,KAAK,OAAS,GACP,KAAK,YAAY,MAAM,EAAI,KAAK,YAAY,MACrD,CAIA,eAAeC,EAAyC,CACtD,YAAK,YAAcA,EACZ,IACT,CACA,YAAYC,EAA+D,CACzE,OAAIA,IAAU,OACL,KAAK,YAAY,EACf,OAAOA,GAAU,SACnBA,EAAM,OAAS,EAAIA,EAAQ,OACzBA,aAAiB,KACnB,KAAK,wBAAwBA,CAAK,EAElC,OADE,OAAOA,GAAU,SACZ,KAAK,MAAMA,CAAK,EAEhBA,CAFiB,CAInC,CACF,EC1VA,IAAAC,GAAoB,eACpBC,GAAsB,mBACtBC,GAAuB,oBACvBC,EAAqB,kBCJrB,IAAAC,GAAqB,kBAGfC,GAAmC,CACvC,OAAOC,EAAmBC,EAAgC,CACxD,OAAO,UAAO,OAAO,CAACD,EAAOC,CAAM,CAAC,CACtC,EACA,aAAaC,EAAmBC,EAAeC,EAAqB,CAClE,OAAQF,EAAiB,SAAS,QAASC,EAAOC,CAAG,CACvD,EACA,KAAKF,EAAmBC,EAAeC,EAAyB,CAC9D,IAAMC,EAAS,UAAO,YAAYD,EAAMD,CAAK,EAC5C,OAACD,EAAiB,KAAKG,EAAQ,EAAGF,EAAOC,CAAG,EACtCC,CACT,CACF,EAEOC,GAAQP,GDFf,IAAAQ,EAAiB,mBEPF,SAARC,GACLC,EAAiD,CAAC,EAChC,CAClB,IAAIC,EAAQ,EACNC,EAA2B,CAC/B,KAAOC,GAA8B,CACnC,GACEF,IAAU,GACVD,EAAU,MACVG,IAAS,MACTA,IAAS,OAET,OAAOH,EAAU,KAAKG,CAAI,CAE9B,EACA,MAAQC,GAAuB,CAEzBH,IAAU,IACZA,EAAQ,EAEJD,EAAU,OAAOA,EAAU,MAAMI,CAAK,EAE9C,EACA,SAAU,IAAY,CAChBH,IAAU,IACZA,EAAQ,EAEJD,EAAU,UAAUA,EAAU,SAAS,EAE/C,EACA,gBAAiB,CAACK,EAAkBC,IAA8B,CAC5DN,EAAU,iBACZA,EAAU,gBAAgBK,EAASC,CAAU,CACjD,CACF,EACA,OAAIN,EAAU,iBACZE,EAAO,eAAiBF,EAAU,eAAe,KAAKA,CAAS,GAE7DA,EAAU,YACZE,EAAO,UAAYF,EAAU,UAAU,KAAKA,CAAS,GAEhDE,CACT,CClDO,IAAMK,GAAqB,SHmBlC,IAAAC,GAAiC,kBAE3BC,GAAc,CAClB,MAAO,EAAAC,QAAK,UAAU,aACtB,YAAa,EAAAA,QAAK,UAAU,YAC9B,EACMC,GAAc,SAAO,YAAY,CAAC,EAElCC,GAAN,KAA6C,CAA7C,cACE,KAAQ,UAAY,GAEpB,QAAe,CACb,KAAK,UAAY,GACb,KAAK,SACP,KAAK,OAAO,EACZ,KAAK,OAAS,OAElB,CACA,aAAuB,CACrB,OAAO,KAAK,SACd,CACF,EAKaC,GAAN,KAA6C,CAgBlD,YAAYC,EAAsC,CAdlD,KAAS,cAA+BC,GA/C1C,IAAAC,EAAAC,EAAAC,EAAAC,EAAAC,EAAAC,EAAAC,EA8DI,GAAM,CACJ,IAAKC,EACL,SAAAC,EACA,MAAAC,EACA,iBAAAC,KACGC,CACL,EAAIb,EACEc,KAAM,UAAMJ,GAAYD,CAAI,EAiClC,GAhCA,KAAK,MAAQE,EACb,KAAK,eAAiB,CACpB,GAAGI,GACH,GAAGF,EACH,GAAGD,EACH,KAAME,EAAI,KACV,SAAUA,EAAI,SACd,SAAUA,EAAI,QAChB,EACA,KAAK,YAAcJ,EAAWD,GAAOP,EAAAY,EAAI,OAAJ,KAAAZ,EAAY,GAC7C,KAAK,YAAY,SAAS,GAAG,IAC/B,KAAK,YAAc,KAAK,YAAY,UAClC,EACA,KAAK,YAAY,OAAS,CAC5B,GAIF,OAAO,KAAK,KAAK,cAAc,EAAE,QAC9Bc,IACC,KAAK,eAAeA,MAAS,QAC7B,OAAO,KAAK,eAAeA,GAC/B,EAGI,KAAK,YAAY,SAAS,SAAS,IACrCC,EAAI,KACF,sEAAsEH,EAAI,aAAaA,EAAI,YAAYA,EAAI,QAC7G,EACA,KAAK,YAAc,IAGjBA,EAAI,WAAa,QACnB,KAAK,YACHT,GAAAD,GAAAD,EAAA,KAAK,eAAe,sBAApB,YAAAA,EAAyC,OAAzC,YAAAC,EAA+C,UAA/C,KAAAC,EAA+D,mBACxDS,EAAI,WAAa,SAC1B,KAAK,YACHN,GAAAD,GAAAD,EAAA,KAAK,eAAe,sBAApB,YAAAA,EAAyC,QAAzC,YAAAC,EAAgD,UAAhD,KAAAC,EAAiE,eAEnE,OAAM,IAAI,MACR,yBAAyBM,EAAI,qBAAqBd,EAAkB,MACtE,EAEF,KAAK,QAAU,CACb,aAAc,sBAAsBkB,KACpC,GAAGlB,EAAkB,OACvB,EACIU,IACF,KAAK,QAAQ,QAAU,UAAMD,CAAI,EAAE,KAEvC,CAWA,KACEU,EACAC,EACAC,EACAC,EACM,CACN,IAAMC,EAAc,IAAIzB,GACpBwB,GAAaA,EAAU,gBACzBA,EAAU,eAAeC,CAAW,EACtC,KAAK,qBACHJ,EACAC,EACAC,EACCG,GAAkC,CACjC,KAAK,SAASA,EAASD,EAAaD,CAAS,CAC/C,EAECG,IAAeH,GAAA,YAAAA,EAAW,QAASA,EAAU,MAAMG,CAAG,CACzD,CACF,CAWA,QACEN,EACAC,EACAC,EACAK,EACc,CACTN,EAEM,OAAOA,GAAS,WACzBA,EAAO,KAAK,UAAUA,CAAI,GAF1BA,EAAO,GAIT,IAAIO,EAAS9B,GACT+B,EACAC,EACJ,OAAO,IAAI,QAAQ,CAACC,EAASC,IAAW,CACtC,KAAK,KAAKZ,EAAMC,EAAgBC,EAAS,CACvC,gBAAgBW,EAAkBC,EAAqB,CACjDP,GACFA,EAAgBM,EAASC,CAAU,EAErCL,EAAc,OAAOI,EAAQ,eAAe,EAC5CH,EAAqBI,CACvB,EACA,KAAOC,GAA2B,CAChCP,EAAS,SAAO,OAAO,CAACA,EAAQO,CAAI,CAAC,CACvC,EACA,SAAU,IAAY,CA3L9B,IAAAhC,EAAAC,EA4LU,IAAMgC,GAAehC,GAAAD,EAAAmB,EAAQ,UAAR,YAAAnB,EAAiB,SAAjB,KAAAC,EAA2ByB,EAChD,GAAI,CACEC,IAAuB,KAEzBC,EAAQ,MAAS,EAEfK,EAAa,SAAS,MAAM,EAC1BR,EAAO,OACTG,EAAQ,KAAK,MAAMH,EAAO,SAAS,MAAM,CAAC,CAAC,EAE3CG,EAAQ,MAAS,EAGnBK,EAAa,SAAS,MAAM,GAC5BA,EAAa,WAAW,iBAAiB,EAEzCL,EAAQH,EAAO,SAAS,MAAM,CAAC,EAE/BG,EAAQH,CAAM,CAElB,OAASS,EAAP,CACAL,EAAOK,CAAC,CACV,CACF,EACA,MAAQA,GAAmB,CACzBL,EAAOK,CAAC,CACV,CACF,CAAC,CACH,CAAC,CACH,CAEA,MAAO,QACLjB,EACAC,EACAC,EACmC,CA/NvC,IAAAnB,EAgOI,IAAImC,EACAC,EACJ,SAASC,EAAWC,EAAc,CAChCH,EAAmBG,EACnBF,EAAaE,CAAK,CACpB,CACA,IAAMC,EAAiB,MAAM,IAAI,QAC/B,CAACX,EAASC,IAAW,CACnBO,EAAeP,EACf,KAAK,qBAAqBZ,EAAMC,EAAMC,EAASS,EAASS,CAAU,CACpE,CACF,GACIrC,EAAAuC,EAAe,SAAf,MAAAvC,EAAuB,kBACvBuC,EAAe,OAAuB,iBAAiB,QAAS,IAAM,CACtEF,EAAW,IAAIG,CAAY,CAC7B,CAAC,EAEH,IAAMC,EAAW,MAAM,IAAI,QACzB,CAACb,EAASC,IAAW,CACnBO,EAAeP,EACf,IAAMa,EAAM,KAAK,WAAWH,EAAgBX,CAAO,EACnDc,EAAI,GAAG,UAAW,IAAML,EAAW,IAAIM,CAAsB,CAAC,EAC9DD,EAAI,GAAG,QAASL,CAAU,EAE1BK,EAAI,MAAMH,EAAe,IAAI,EAC7BG,EAAI,IAAI,CACV,CACF,EACME,EAAM,MAAM,IAAI,QAAkB,CAAChB,EAASC,IAAW,CAC3DO,EAAeP,EACf,KAAK,iBAAiBY,EAAUb,EAASS,CAAU,CACrD,CAAC,EACD,cAAiBQ,KAASD,EAAK,CAC7B,GAAIT,EACF,MAAMA,EAER,MAAMU,CACR,CACF,CAQQ,qBACN5B,EACAC,EACA4B,EACAlB,EACAC,EACM,CACN,IAAMkB,EAAa,SAAO,KAAK7B,EAAM,OAAO,EACtCY,EAAgC,CACpC,eAAgB,kCAChB,GAAG,KAAK,OACV,EACI,KAAK,QACPA,EAAQ,cAAgB,SAAW,KAAK,OAE1C,IAAMX,EAAgC,CACpC,GAAG,KAAK,eACR,KAAM,KAAK,YAAcF,EACzB,OAAQ6B,EAAY,OACpB,QAAS,CACP,GAAGhB,EACH,GAAGgB,EAAY,OACjB,CACF,EAIA,GAHIA,EAAY,SACd3B,EAAQ,OAAS2B,EAAY,QAG7BA,EAAY,gBAAkB,QAC9BA,EAAY,cAAgBC,EAAW,OACvC,CACA,EAAArD,QAAK,KAAKqD,EAAY,CAACxB,EAAKqB,IAAQ,CAElC,GAAIrB,EACF,OAAOM,EAAON,CAAG,EAEnBJ,EAAQ,QAAQ,oBAAsB,OACtCA,EAAQ,KAAOyB,EACfhB,EAAQT,CAAO,CACjB,CAAC,EACD,MACF,CACAA,EAAQ,KAAO4B,EACf5B,EAAQ,QAAQ,kBAAoBA,EAAQ,KAAK,OACjDS,EAAQT,CAAO,CACjB,CAEQ,iBACNyB,EACAhB,EACAC,EACA,CAjUJ,IAAA7B,EAkUI4C,EAAI,GAAG,UAAW,IAAM,CACtBf,EAAO,IAAIW,CAAY,CACzB,CAAC,EACDI,EAAI,GAAG,QAASf,CAAM,EAEtB,IAAME,GAAa/B,EAAA4C,EAAI,aAAJ,KAAA5C,EAAkB,IAC/BgD,EAAkBJ,EAAI,QAAQ,oBAChCK,EAOJ,GANID,IAAoB,QACtBC,EAAe,EAAAvD,QAAK,aAAaD,EAAW,EAC5CwD,KAAe,aAASL,EAAKK,EAAef,GAAMA,GAAKL,EAAOK,CAAC,CAAC,GAEhEe,EAAeL,EAEbb,GAAc,IAAK,CACrB,IAAIb,EAAO,GACLgC,EAAS,OAAON,EAAI,QAAQ,eAAe,EAAE,WACjD,kBACF,EACAK,EAAa,GAAG,OAASE,GAAM,CAC7BjC,GAAQiC,EAAE,SAAS,EACf,CAACD,GAAUhC,EAAK,OAAS,MAC3BA,EAAOA,EAAK,MAAM,EAAG,GAAI,EACzB0B,EAAI,OAAO,EAEf,CAAC,EACDK,EAAa,GAAG,MAAO,IAAM,CACvB/B,IAAS,IAAM,CAAC,CAAC0B,EAAI,QAAQ,sBAC/B1B,EAAO0B,EAAI,QAAQ,oBAAoB,SAAS,GAElDf,EACE,IAAIuB,EACFrB,EACAa,EAAI,cACJ1B,EACA0B,EAAI,QAAQ,eACZA,EAAI,QAAQ,eACd,CACF,CACF,CAAC,CACH,MACEhB,EAAQqB,CAAY,CAExB,CAEQ,SACNV,EACAlB,EACAD,EACM,CAnXV,IAAApB,EAoXI,IAAMqD,EAAYC,GAA8BlC,CAAS,EACzD,GAAIC,EAAY,YAAY,EAAG,CAC7BgC,EAAU,SAAS,EACnB,MACF,EACIrD,EAAAuC,EAAe,SAAf,MAAAvC,EAAuB,kBACvBuC,EAAe,OAAuB,iBAAiB,QAAS,IAAM,CACtEc,EAAU,MAAM,IAAIb,CAAY,CAClC,CAAC,EAEH,IAAME,EAAM,KAAK,WAAWH,EAAiBK,GAA8B,CAEzE,GAAIvB,EAAY,YAAY,EAAG,CAC7BuB,EAAI,OAAO,EACXS,EAAU,SAAS,EACnB,MACF,CACAA,EAAU,gBAAgBT,EAAI,QAASA,EAAI,UAAU,EACrD,KAAK,iBACHA,EACCK,GAAiB,CAChBA,EAAa,GAAG,OAASjB,GAAS,CAChC,GAAIX,EAAY,YAAY,EAC1BuB,EAAI,OAAO,UAEPS,EAAU,KAAKrB,CAAI,IAAM,GAAO,CAGlC,GAAI,CAACqB,EAAU,UAAW,CACxBA,EAAU,MACR,IAAI,MAAM,+CAA+C,CAC3D,EACAT,EAAI,OAAO,EACX,MACF,CACAA,EAAI,MAAM,EACV,IAAMW,EAAS,IAAM,CACnBX,EAAI,OAAO,CACb,EACAvB,EAAY,OAASkC,EACrBF,EAAU,UAAUE,CAAM,CAC5B,CAEJ,CAAC,EACDN,EAAa,GAAG,MAAOI,EAAU,QAAQ,CAC3C,EACAA,EAAU,KACZ,CACF,CAAC,EAIG,OAAOX,EAAI,YAAe,YAAcH,EAAe,SACzDG,EAAI,WAAWH,EAAe,OAAO,EAGvCG,EAAI,GAAG,UAAW,IAAM,CACtBW,EAAU,MAAM,IAAIV,CAAsB,CAC5C,CAAC,EACDD,EAAI,GAAG,QAAUJ,GAAU,CACzBe,EAAU,MAAMf,CAAK,CACvB,CAAC,EAGGC,EAAe,MACjBG,EAAI,MAAMH,EAAe,IAAI,EAE/BG,EAAI,IAAI,CACV,CACF,EACOc,GAAQ3D,GI5af,IAAM4D,GAAuB,CAC3B,OAAQ,GACR,UAAW,IACX,UAAW,IACX,cAAe,IACf,YAAa,CAAC,WAAY,QAAS,SAAS,CAC9C,EAEaC,EAAN,KAAuC,CAE5C,YACUC,EACAC,EAIRC,EACA,CANQ,eAAAF,EACA,uBAAAC,EAMR,KAAK,QAAU,OAAOC,GAAQ,SAAW,CAAC,IAAAA,CAAG,EAAIA,CACnD,CAEA,KAAKC,EAA0C,CAC7C,OAAO,IAAIJ,EAAa,KAAK,UAAW,KAAK,kBAAmB,CAC9D,GAAG,KAAK,QACR,GAAGI,CACL,CAAC,CACH,CAEA,SAASC,EAA0D,CACjE,GAAM,CAAC,IAAAF,EAAK,KAAAG,EAAM,KAAAC,EAAM,QAAAC,CAAO,EAAI,KAAK,QAClCC,EAAO,qBAAqB,mBAAmBN,CAAG,IAClDO,EAAO,KAAK,UAChB,KAAK,gBAAgB,CACnB,MAAOL,EAAM,SAAS,EACtB,QAASN,GACT,KAAAO,CACF,CAAC,CACH,EACMF,EAAU,CACd,OAAQ,OACR,QAAS,CACP,eAAgB,mCAChB,kBAAmBG,EAAO,OAAS,WACnC,GAAGC,CACL,CACF,EACA,OAAO,KAAK,kBACTG,GAAa,KAAK,UAAU,KAAKF,EAAMC,EAAMN,EAASO,CAAQ,EAC/D,IAAM,KAAK,UAAU,QAAQF,EAAMC,EAAMN,CAAO,CAClD,CACF,CAEA,aAAaC,EAA2D,CACtE,OAAO,KAAK,SAASA,CAAK,EAAE,aAAa,CAC3C,CACA,YAAYA,EAAwD,CAClE,OAAO,KAAK,SAASA,CAAK,EAAE,YAAY,CAC1C,CACA,MAAMA,EAAwD,CAC5D,OAAO,KAAK,SAASA,CAAK,EAAE,MAAM,CACpC,CAEA,KAAKA,EAAqD,CACxD,OAAO,KAAK,SAASA,CAAK,EAAE,KAAK,CACnC,CAEA,WACEA,EACAM,EACM,CACN,OAAO,KAAK,SAASN,CAAK,EAAE,aAAaM,CAAQ,CACnD,CAEA,UACEN,EACAM,EACM,CACN,OAAO,KAAK,SAASN,CAAK,EAAE,YAAYM,CAAQ,CAClD,CAEA,YACEN,EACAO,EAImB,CACnB,OAAO,KAAK,SAASP,CAAK,EAAE,YAAYO,CAAS,CACnD,CAEA,aAAaP,EAA4D,CACvE,OAAO,KAAK,SAASA,CAAK,EAAE,aAAa,CAC3C,CAEA,SAASA,EAAqD,CAC5D,GAAM,CAAC,IAAAF,EAAK,KAAAG,EAAM,KAAAC,EAAM,QAAAC,CAAO,EAAI,KAAK,QACxC,OAAO,KAAK,UAAU,QACpB,qBAAqB,mBAAmBL,CAAG,IAC3C,KAAK,UACH,KAAK,gBAAgB,CACnB,MAAOE,EAAM,SAAS,EACtB,QAASN,GACT,KAAAO,CACF,CAAC,CACH,EACA,CACE,OAAQ,OACR,QAAS,CACP,OAAQ,WACR,kBAAmBC,EAAO,OAAS,WACnC,eAAgB,mCAChB,GAAGC,CACL,CACF,CACF,CACF,CAEQ,gBAAgBK,EAAmB,CAnI7C,IAAAC,EAoII,OAAI,OAAO,KAAK,QAAQ,KAAQ,aAC9BD,EAAQ,IAAM,KAAK,QAAQ,IAAI,GAGjCA,EAAQ,MAAOC,EAAA,KAAK,QAAQ,OAAb,KAAAA,EAAqB,OAC7BD,CACT,CACF,EAEOE,GAAQf,EC3HR,SAASgB,GACdC,EACAC,EACqB,CACrB,OAAOA,EAAU,SAASD,CAAM,CAClC,CAMO,IAAME,EAAN,KAA+D,CACpE,YACUC,EACAC,EACAC,EACR,CAHQ,cAAAF,EACA,4BAAAC,EACA,mBAAAC,CACP,CACH,cAAsC,CACpC,OAAOC,EAAsB,KAAK,uBAAuB,CAAC,CAC5D,CACA,aAAkC,CAChC,OAAOC,EACLD,EAAsB,KAAK,uBAAuB,CAAC,CACrD,CACF,CACA,OAA4B,CAC1B,OAAO,IAAIE,EAAgB,KAAK,SAAWC,GACzCC,EAAcD,EAAU,KAAK,aAAa,CAC5C,CACF,CAEA,MAAwB,CACtB,OAAO,IAAID,EAAgB,KAAK,SAAWC,GAClCC,EACLC,EAAc,CACZ,KAAKX,EAAQC,EAAW,CACtBQ,EAAS,KAAK,CAAC,OAAAT,EAAQ,UAAAC,CAAS,CAAC,CACnC,EACA,MAAMW,EAAG,CACPH,EAAS,MAAMG,CAAC,CAClB,EACA,UAAW,CACTH,EAAS,SAAS,CACpB,CACF,CAAC,EACD,KAAK,aACP,CACD,CACH,CAEA,aAAaI,EAA+C,CAC1D,KAAK,SAASH,EAAcG,EAAU,KAAK,aAAa,CAAC,CAC3D,CAEA,YAAYA,EAA8C,CACxD,KAAK,SAASH,EAAcC,EAAcE,CAAQ,EAAG,KAAK,aAAa,CAAC,CAC1E,CAEA,YACEC,EAGqBf,GAIF,CACnB,IAAMgB,EAAmB,CAAC,EAC1B,OAAO,IAAI,QAAQ,CAACC,EAASC,IAAW,CACtC,KAAK,YAAY,CACf,KAAKjB,EAAkBC,EAAoC,CACzD,IAAMiB,EAAQJ,EAAU,KAAK,KAAMd,EAAQC,CAAS,EAChDiB,IAAU,QACZH,EAAO,KAAKG,CAAK,CAErB,EACA,MAAMC,EAAoB,CACxBF,EAAOE,CAAK,CACd,EACA,UAAiB,CACfH,EAAQD,CAAM,CAChB,CACF,CAAC,CACH,CAAC,CACH,CAEA,cAAuC,CACrC,IAAMA,EAAwB,CAAC,EAC/B,OAAO,IAAI,QAAQ,CAACC,EAASC,IAAW,CACtC,KAAK,aAAa,CAChB,KAAKG,EAAoB,CACvBL,EAAO,KAAKK,CAAI,CAClB,EACA,MAAMD,EAAoB,CACxBF,EAAOE,CAAK,CACd,EACA,UAAiB,CACfH,EAAQD,CAAM,CAChB,CACF,CAAC,CACH,CAAC,CACH,CACF,ECpGA,IAAqBM,EAArB,KAA8B,CAY5B,YAAYC,EAAiC,CAhC/C,IAAAC,EAiCI,GAAI,OAAOD,GAAY,SACrB,KAAK,SAAW,CAAC,IAAKA,CAAO,UACpBA,IAAY,MAAQ,OAAOA,GAAY,SAChD,KAAK,SAAWA,MAEhB,OAAM,IAAIE,EAAqB,oCAAoC,EAErE,IAAMC,EAAM,KAAK,SAAS,IAC1B,GAAI,OAAOA,GAAQ,SACjB,MAAM,IAAID,EAAqB,mBAAmB,EAChDC,EAAI,SAAS,GAAG,IAAG,KAAK,SAAS,IAAMA,EAAI,UAAU,EAAGA,EAAI,OAAS,CAAC,GAC1E,KAAK,WAAYF,EAAA,KAAK,SAAS,YAAd,KAAAA,EAA2B,IAAIG,GAAc,KAAK,QAAQ,EAC3E,KAAK,mBAAqB,CACxBC,EACAC,IAEA,IAAIC,EACFF,EACAC,EACA,KAAK,UAAU,aACjB,CACJ,CAoBA,YACEE,EACAC,EACAC,EAAgC,KAChCC,EACU,CACV,OAAO,IAAIC,EACT,KAAK,UACLJ,EACAC,EACAC,EACAC,GAAA,KAAAA,EAAgB,KAAK,SAAS,YAChC,CACF,CAcA,YAAYH,EAAsC,CAChD,OAAO,IAAIK,GAAa,KAAK,UAAW,KAAK,mBAAoBL,CAAG,CACtE,CACF","names":["src_exports","__export","AbortError","DEFAULT_ConnectionOptions","DEFAULT_RetryDelayStrategyOptions","DEFAULT_WriteOptions","FLUX_VALUE","HttpError","IllegalArgumentError","InfluxDB","LineSplitter","Log","Point","RequestTimedOutError","UNKNOWN_COLUMN","canRetryHttpCall","chunksToLines","chunksToLinesIterable","consoleLogger","convertTimeToNanos","createFluxTableColumn","createFluxTableMetaData","createTextDecoderCombiner","currentTime","dateToProtocolTimestamp","escape","flux","fluxBool","fluxDateTime","fluxDuration","fluxExpression","fluxFloat","fluxInteger","fluxRegExp","fluxString","getRetryDelay","isStatusCodeRetriable","linesToRowsIterable","linesToTables","newFluxTableColumn","sanitizeFloat","sanitizeInteger","serializeDateTimeAsDate","serializeDateTimeAsNumber","serializeDateTimeAsString","setLogger","stringToLines","symbolObservable","toFluxValue","typeSerializers","useProcessHrtime","__toCommonJS","createTextDecoderCombiner","decoder","first","second","retVal","chunk","start","end","chunksToLines","target","chunkCombiner","chunks","createTextDecoderCombiner","previous","finished","quoted","paused","resumeChunks","bufferReceived","chunk","index","start","c","end","retVal","e","error","cancellable","x","chunksToLinesIterable","source","chunkCombiner","chunks","createTextDecoderCombiner","previous","quoted","chunk","index","start","c","end","LineSplitter","val","line","quoteCount","startIndex","values","count","i","c","start","end","identity","x","typeSerializers","FluxTableColumnImpl","row","_a","val","UNKNOWN_COLUMN","newFluxTableColumn","createFluxTableColumn","object","_b","retVal","retriableStatusCodes","isStatusCodeRetriable","statusCode","IllegalArgumentError","message","HttpError","statusMessage","body","retryAfter","contentType","e","RETRY_CODES","canRetryHttpCall","error","getRetryDelay","retryJitter","retVal","RequestTimedOutError","AbortError","serializeDateTimeAsDate","typeSerializers","x","serializeDateTimeAsNumber","serializeDateTimeAsString","FluxTableMetaDataImpl","columns","col","i","label","errorOnMissingColumn","IllegalArgumentError","UNKNOWN_COLUMN","row","acc","column","createFluxTableMetaData","linesToTables","consumer","splitter","LineSplitter","columns","expectMeta","firstColumnIndex","lastMeta","retVal","error","line","values","size","i","newFluxTableColumn","createFluxTableMetaData","linesToRowsIterable","source","splitter","LineSplitter","columns","expectMeta","firstColumnIndex","lastMeta","line","values","size","i","newFluxTableColumn","createFluxTableMetaData","stringToLines","source","target","quoted","start","index","c","end","symbolObservable","QuerySubscription","observer","executor","value","e","c","_a","noop","completeObserver","next","error","complete","ObservableQuery","decorator","observerOrNext","symbolObservable","DEFAULT_ConnectionOptions","DEFAULT_RetryDelayStrategyOptions","DEFAULT_WriteOptions","createEscaper","characters","replacements","value","retVal","from","i","found","createQuotedEscaper","escaper","escape","zeroPadding","useHrTime","useProcessHrtime","use","startHrMillis","startHrTime","lastMillis","stepsInMillis","nanos","hrTime","millis","micros","seconds","currentTime","dateToProtocolTimestamp","d","convertTimeToNanos","value","consoleLogger","message","error","provider","Log","setLogger","logger","previous","FLUX_VALUE","FluxParameter","fluxValue","isFluxParameterLike","value","sanitizeString","retVal","i","prepareRetVal","c","fluxString","sanitizeFloat","val","strVal","hasDot","fluxFloat","sanitizeInteger","negative","fluxInteger","sanitizeDateTime","fluxDateTime","fluxDuration","sanitizeRegExp","fluxRegExp","fluxBool","fluxExpression","toFluxValue","flux","strings","values","parts","partIndex","text","sanitized","Point","measurementName","name","value","val","strVal","code","escape","settings","fieldsLine","x","tagsLine","tags","time","convertTimeToNanos","line","RetryStrategyImpl","options","DEFAULT_RetryDelayStrategyOptions","error","failedAttempts","delay","getRetryDelay","nextDelay","i","createRetryDelayStrategy","findShrinkCandidate","first","parent","found","currentParent","RetryBuffer","maxLines","retryLines","onShrink","lines","retryCount","delay","expires","retryTime","origSize","newSize","Log","toAdd","current","toRetry","utf8Length","s","retVal","i","code","WriteBuffer","maxChunkRecords","maxBatchBytes","flushFn","scheduleSend","record","size","utf8Length","_e","lines","retVal","WriteApiImpl","transport","org","bucket","precision","writeOptions","DEFAULT_WriteOptions","currentTime","dateToProtocolTimestamp","scheduleNextSend","createRetryDelayStrategy","RetryBuffer","retryAttempts","expires","self","failedAttempts","error","onRetry","Log","resolve","reject","responseStatusCode","callbacks","_headers","statusCode","HttpError","message","records","i","point","line","points","withRetryBuffer","remaining","tags","value","import_url","http","https","import_buffer","import_buffer","nodeChunkCombiner","first","second","chunk","start","end","retVal","nodeChunkCombiner_default","import_zlib","completeCommunicationObserver","callbacks","state","retVal","data","error","headers","statusCode","CLIENT_LIB_VERSION","import_stream","zlibOptions","zlib","emptyBuffer","CancellableImpl","NodeHttpTransport","connectionOptions","nodeChunkCombiner_default","_a","_b","_c","_d","_e","_f","_g","_url","proxyUrl","token","transportOptions","nodeSupportedOptions","url","DEFAULT_ConnectionOptions","key","Log","CLIENT_LIB_VERSION","path","body","options","callbacks","cancellable","message","err","responseStarted","buffer","contentType","responseStatusCode","resolve","reject","headers","statusCode","data","responseType","e","terminationError","nestedReject","wrapReject","error","requestMessage","AbortError","response","req","RequestTimedOutError","res","chunk","sendOptions","bodyBuffer","contentEncoding","responseData","isJson","s","HttpError","listeners","completeCommunicationObserver","resume","NodeHttpTransport_default","DEFAULT_dialect","QueryApiImpl","transport","createCSVResponse","org","options","query","type","gzip","headers","path","body","consumer","rowMapper","request","_a","QueryApiImpl_default","defaultRowMapping","values","tableMeta","AnnotatedCSVResponseImpl","executor","iterableResultExecutor","chunkCombiner","chunksToLinesIterable","linesToRowsIterable","ObservableQuery","observer","chunksToLines","linesToTables","e","consumer","rowMapper","retVal","resolve","reject","toAdd","error","line","InfluxDB","options","_a","IllegalArgumentError","url","NodeHttpTransport_default","executor","iterableResultExecutor","AnnotatedCSVResponseImpl","org","bucket","precision","writeOptions","WriteApiImpl","QueryApiImpl_default"]} \ No newline at end of file diff --git a/software/flow/node_modules/@influxdata/influxdb-client/dist/index.mjs b/software/flow/node_modules/@influxdata/influxdb-client/dist/index.mjs deleted file mode 100644 index cce65fd..0000000 --- a/software/flow/node_modules/@influxdata/influxdb-client/dist/index.mjs +++ /dev/null @@ -1,6 +0,0 @@ -function P(){let r=new TextDecoder("utf-8");return{concat(e,t){let n=new Uint8Array(e.length+t.length);return n.set(e),n.set(t,e.length),n},copy(e,t,n){let i=new Uint8Array(n-t);return i.set(e.subarray(t,n)),i},toUtf8String(e,t,n){return r.decode(e.subarray(t,n))}}}function C(r,e){let t=e!=null?e:P(),n,i=!1,s=!1,a=!1,o;function u(l){let p,c=0;for(n?(p=l.length===0?0:n.length,l=t.concat(n,l)):p=0;p<l.length;){let d=l[p];if(d===10){if(!s){let D=p>0&&l[p-1]===13?p-1:p;if(i)return;if(a=r.next(t.toUtf8String(l,c,D))===!1,c=p+1,a)break}}else d===34&&(s=!s);p++}if(c<l.length?n=t.copy(l,c,l.length):n=void 0,a){if(r.useResume){r.useResume(()=>{a=!1,u(new Uint8Array(0))});return}f.error(new Error("Unable to pause, useResume is not configured!")),a=!1}o&&(o(),o=void 0)}let f={next(l){if(!i)try{return u(l),!a}catch(p){this.error(p)}return!0},error(l){i||(i=!0,r.error(l))},complete(){i||(n&&r.next(t.toUtf8String(n,0,n.length)),i=!0,r.complete())}};return r.useCancellable&&(f.useCancellable=l=>{r.useCancellable&&r.useCancellable({cancel(){l.cancel(),n=void 0,f.complete()},isCancelled(){return l.isCancelled()}})}),r.useResume&&(f.useResume=l=>{o=l}),f}async function*k(r,e){let t=e!=null?e:P(),n,i=!1;for await(let s of r){let a,o=0;for(n?(a=n.length,s=t.concat(n,s)):a=0;a<s.length;){let u=s[a];if(u===10){if(!i){let f=a>0&&s[a-1]===13?a-1:a;yield t.toUtf8String(s,o,f),o=a+1}}else u===34&&(i=!i);a++}o<s.length?n=t.copy(s,o,s.length):n=void 0}n&&(yield t.toUtf8String(n,0,n.length))}var R=class{constructor(){this._reuse=!1}get reuse(){return this._reuse}set reuse(e){e&&!this.reusedValues&&(this.reusedValues=new Array(10)),this._reuse=e}withReuse(){return this.reuse=!0,this}splitLine(e){if(e==null)return this.lastSplitLength=0,[];let t=0,n=0,i=this._reuse?this.reusedValues:[],s=0;for(let o=0;o<e.length;o++){let u=e[o];if(u===","){if(t%2===0){let f=this.getValue(e,n,o,t);this._reuse?i[s++]=f:i.push(f),n=o+1,t=0}}else u==='"'&&t++}let a=this.getValue(e,n,e.length,t);return this._reuse?(i[s]=a,this.lastSplitLength=s+1):(i.push(a),this.lastSplitLength=i.length),i}getValue(e,t,n,i){return t===e.length?"":i===0?e.substring(t,n):i===2?e.substring(t+1,n-1):e.substring(t+1,n-1).replace(/""/gi,'"')}};var W=r=>r,S={boolean:r=>r===""?null:r==="true",unsignedLong:r=>r===""?null:+r,long:r=>r===""?null:+r,double(r){switch(r){case"":return null;case"+Inf":return Number.POSITIVE_INFINITY;case"-Inf":return Number.NEGATIVE_INFINITY;default:return+r}},string:W,base64Binary:W,duration:r=>r===""?null:r,"dateTime:RFC3339":r=>r===""?null:r},F=class{get(e){var n;let t=e[this.index];return(t===""||t===void 0)&&this.defaultValue&&(t=this.defaultValue),((n=S[this.dataType])!=null?n:W)(t)}},oe=Object.freeze({label:"",dataType:"",group:!1,defaultValue:"",index:Number.MAX_SAFE_INTEGER,get:()=>{}});function L(){return new F}function st(r){var t,n;let e=new F;return e.label=String(r.label),e.dataType=r.dataType,e.group=Boolean(r.group),e.defaultValue=(t=r.defaultValue)!=null?t:"",e.index=(n=r.index)!=null?n:0,e}var Be=[404,408,425,429,500,502,503,504];function $e(r){return Be.includes(r)}var y=class extends Error{constructor(e){super(e),this.name="IllegalArgumentError",Object.setPrototypeOf(this,y.prototype)}},h=class extends Error{constructor(t,n,i,s,a,o){super();this.statusCode=t;this.statusMessage=n;this.body=i;this.contentType=a;if(Object.setPrototypeOf(this,h.prototype),o)this.message=o;else if(i){if(a!=null&&a.startsWith("application/json"))try{this.json=JSON.parse(i),this.message=this.json.message,this.code=this.json.code}catch(u){}this.message||(this.message=`${t} ${n} : ${i}`)}else this.message=`${t} ${n}`;this.name="HttpError",this.setRetryAfter(s)}setRetryAfter(t){typeof t=="string"?/^[0-9]+$/.test(t)?this._retryAfter=parseInt(t):this._retryAfter=0:this._retryAfter=0}canRetry(){return $e(this.statusCode)}retryAfter(){return this._retryAfter}},Me=["ECONNRESET","ENOTFOUND","ESOCKETTIMEDOUT","ETIMEDOUT","ECONNREFUSED","EHOSTUNREACH","EPIPE"];function at(r){if(r){if(typeof r.canRetry=="function")return!!r.canRetry();if(r.code&&Me.includes(r.code))return!0}else return!1;return!1}function ae(r,e){if(r){let t;return typeof r.retryAfter=="function"?r.retryAfter():(t=0,e&&e>0?t+Math.round(Math.random()*e):t)}else return 0}var x=class extends Error{constructor(){super(),Object.setPrototypeOf(this,x.prototype),this.name="RequestTimedOutError",this.message="Request timed out"}canRetry(){return!0}retryAfter(){return 0}},b=class extends Error{constructor(){super(),this.name="AbortError",Object.setPrototypeOf(this,b.prototype),this.message="Response aborted"}canRetry(){return!0}retryAfter(){return 0}};function ct(){S["dateTime:RFC3339"]=r=>r===""?null:new Date(Date.parse(r))}function dt(){S["dateTime:RFC3339"]=r=>r===""?null:Date.parse(r)}function mt(){S["dateTime:RFC3339"]=r=>r===""?null:r}var N=class{constructor(e){e.forEach((t,n)=>t.index=n),this.columns=e}column(e,t=!0){for(let n=0;n<this.columns.length;n++){let i=this.columns[n];if(i.label===e)return i}if(t)throw new y(`Column ${e} not found!`);return oe}toObject(e){let t={};for(let n=0;n<this.columns.length&&n<e.length;n++){let i=this.columns[n];t[i.label]=i.get(e)}return t}get(e,t){return this.column(t,!1).get(e)}};function I(r){return new N(r)}function H(r){let e=new R().withReuse(),t,n=!0,i=0,s,a={error(o){r.error(o)},next(o){if(o==="")n=!0,t=void 0;else{let u=e.splitLine(o),f=e.lastSplitLength;if(n){if(!t){t=new Array(f);for(let l=0;l<f;l++)t[l]=L()}if(u[0].startsWith("#")){if(u[0]==="#datatype")for(let l=1;l<f;l++)t[l].dataType=u[l];else if(u[0]==="#default")for(let l=1;l<f;l++)t[l].defaultValue=u[l];else if(u[0]==="#group")for(let l=1;l<f;l++)t[l].group=u[l][0]==="t"}else{u[0]===""?(i=1,t=t.slice(1)):i=0;for(let l=i;l<f;l++)t[l-i].label=u[l];s=I(t),n=!1}}else return r.next(u.slice(i,f),s)}return!0},complete(){r.complete()}};return r.useCancellable&&(a.useCancellable=r.useCancellable.bind(r)),r.useResume&&(a.useResume=r.useResume.bind(r)),a}async function*le(r){let e=new R().withReuse(),t,n=!0,i=0,s;for await(let a of r)if(a==="")n=!0,t=void 0;else{let o=e.splitLine(a),u=e.lastSplitLength;if(n){if(!t){t=new Array(u);for(let f=0;f<u;f++)t[f]=L()}if(o[0].startsWith("#")){if(o[0]==="#datatype")for(let f=1;f<u;f++)t[f].dataType=o[f];else if(o[0]==="#default")for(let f=1;f<u;f++)t[f].defaultValue=o[f];else if(o[0]==="#group")for(let f=1;f<u;f++)t[f].group=o[f][0]==="t"}else{o[0]===""?(i=1,t=t.slice(1)):i=0;for(let f=i;f<u;f++)t[f-i].label=o[f];s=I(t),n=!1}}else yield{values:o.slice(i,u),tableMeta:s}}}function Ft(r,e){let t=!1,n=0,i=0;for(;i<r.length;){let s=r.charCodeAt(i);if(s===10){if(!t){let a=i>0&&r.charCodeAt(i-1)===13?i-1:i;e.next(r.substring(n,a)),n=i+1}}else s===34&&(t=!t);i++}n<i&&e.next(r.substring(n,i)),e.complete()}var ue=(()=>typeof Symbol=="function"&&Symbol.observable||"@@observable")();var Q=class{constructor(e,t){this.isClosed=!1;try{t({next:n=>{e.next(n)},error:n=>{this.isClosed=!0,e.error(n)},complete:()=>{this.isClosed=!0,e.complete()},useCancellable:n=>{this.cancellable=n}})}catch(n){this.isClosed=!0,e.error(n)}}get closed(){return this.isClosed}unsubscribe(){var e;(e=this.cancellable)==null||e.cancel(),this.isClosed=!0}};function q(){}function ze(r){let{next:e,error:t,complete:n}=r;return{next:e?e.bind(r):q,error:t?t.bind(r):q,complete:n?n.bind(r):q}}var w=class{constructor(e,t){this.executor=e;this.decorator=t}subscribe(e,t,n){let i=ze(typeof e!="object"||e===null?{next:e,error:t,complete:n}:e);return new Q(this.decorator(i),this.executor)}[ue](){return this}};Symbol.observable;var fe={timeout:1e4},pe={retryJitter:200,minRetryDelay:5e3,maxRetryDelay:125e3,exponentialBase:5,randomRetry:!0},ce={batchSize:1e3,maxBatchBytes:5e7,flushInterval:6e4,writeFailed:function(){},writeSuccess:function(){},writeRetrySkipped:function(){},maxRetries:5,maxRetryTime:18e4,maxBufferLines:32e3,retryJitter:200,minRetryDelay:5e3,maxRetryDelay:125e3,exponentialBase:2,gzipThreshold:1e3,randomRetry:!0};function j(r,e){return function(t){let n="",i=0,s=0;for(;s<t.length;){let a=r.indexOf(t[s]);a>=0&&(n+=t.substring(i,s),n+=e[a],i=s+1),s++}return i==0?t:(i<t.length&&(n+=t.substring(i,t.length)),n)}}function Ve(r,e){let t=j(r,e);return n=>'"'+t(n)+'"'}var T={measurement:j(`, -\r `,["\\,","\\ ","\\n","\\r","\\t"]),quoted:Ve('"\\',['\\"',"\\\\"]),tag:j(`, = -\r `,["\\,","\\ ","\\=","\\n","\\r","\\t"])};var _="000000000",Y=!1;function ke(r){return Y=r&&process&&typeof process.hrtime=="function"}ke(!0);var de,U,me=Date.now(),J=0;function X(){if(Y){let r=process.hrtime(),e=Date.now();U?(r[0]=r[0]-U[0],r[1]=r[1]-U[1],r[1]<0&&(r[0]-=1,r[1]+=1e9),e=de+r[0]*1e3+Math.floor(r[1]/1e6)):(U=r,de=e);let t=String(r[1]%1e6);return String(e)+_.substr(0,6-t.length)+t}else{let r=Date.now();r!==me?(me=r,J=0):J++;let e=String(J);return String(r)+_.substr(0,6-e.length)+e}}function he(){if(Y){let r=process.hrtime(),e=String(Math.trunc(r[1]/1e3)%1e3);return String(Date.now())+_.substr(0,3-e.length)+e}else return String(Date.now())+_.substr(0,3)}function ge(){return String(Date.now())}function ye(){return String(Math.floor(Date.now()/1e3))}var be={s:ye,ms:ge,us:he,ns:X,seconds:ye,millis:ge,micros:he,nanos:X},xe={s:r=>`${Math.floor(r.getTime()/1e3)}`,ms:r=>`${r.getTime()}`,us:r=>`${r.getTime()}000`,ns:r=>`${r.getTime()}000000`};function Re(r){return r===void 0?X():typeof r=="string"?r.length>0?r:void 0:r instanceof Date?`${r.getTime()}000000`:String(typeof r=="number"?Math.floor(r):r)}var We={error(r,e){console.error("ERROR: "+r,e||"")},warn(r,e){console.warn("WARN: "+r,e||"")}},B=We,g={error(r,e){B.error(r,e)},warn(r,e){B.warn(r,e)}};function fr(r){let e=B;return B=r,e}var $=Symbol("FLUX_VALUE"),m=class{constructor(e){this.fluxValue=e}toString(){return this.fluxValue}[$](){return this.fluxValue}};function Ne(r){return typeof r=="object"&&typeof r[$]=="function"}function v(r){if(r==null)return"";r=r.toString();let e,t=0;function n(){e===void 0&&(e=r.substring(0,t))}for(;t<r.length;t++){let i=r.charAt(t);switch(i){case"\r":n(),e+="\\r";break;case` -`:n(),e+="\\n";break;case" ":n(),e+="\\t";break;case'"':case"\\":n(),e=e+"\\"+i;break;case"$":if(t+1<r.length&&r.charAt(t+1)==="{"){n(),t++,e+="\\${";break}e!=null&&(e+=i);break;default:e!=null&&(e+=i)}}return e!==void 0?e:r}function cr(r){return new m(`"${v(r)}"`)}function Te(r){let e=Number(r);if(!isFinite(e)){if(typeof r=="number")return`float(v: "${e}")`;throw new Error(`not a flux float: ${r}`)}let t=e.toString(),n=!1;for(let i of t)if(!(i>="0"&&i<="9"||i=="-")){if(i==="."){n=!0;continue}return`float(v: "${t}")`}return n?t:t+".0"}function dr(r){return new m(Te(r))}function Ce(r){let e=String(r),t=e.startsWith("-"),n=t?e.substring(1):e;if(n.length===0||n.length>19)throw new Error(`not a flux integer: ${e}`);for(let i of n)if(i<"0"||i>"9")throw new Error(`not a flux integer: ${e}`);if(n.length===19){if(t&&n>"9223372036854775808")throw new Error(`flux integer out of bounds: ${e}`);if(!t&&n>"9223372036854775807")throw new Error(`flux integer out of bounds: ${e}`)}return e}function mr(r){return new m(Ce(r))}function He(r){return`time(v: "${v(r)}")`}function hr(r){return new m(He(r))}function gr(r){return new m(`duration(v: "${v(r)}")`)}function Se(r){return r instanceof RegExp?r.toString():new RegExp(r).toString()}function yr(r){return new m(Se(r))}function br(r){return r==="true"||r==="false"?new m(r):new m((!!r).toString())}function we(r){return new m(String(r))}function G(r){if(r===void 0)return"";if(r===null)return"null";if(typeof r=="boolean")return r.toString();if(typeof r=="string")return`"${v(r)}"`;if(typeof r=="number")return Number.isSafeInteger(r)?Ce(r):Te(r);if(typeof r=="object"){if(typeof r[$]=="function")return r[$]();if(r instanceof Date)return r.toISOString();if(r instanceof RegExp)return Se(r);if(Array.isArray(r))return`[${r.map(G).join(",")}]`}else if(typeof r=="bigint")return`${r}.0`;return G(r.toString())}function xr(r,...e){if(r.length==1&&e.length===0)return we(r[0]);let t=new Array(r.length+e.length),n=0;for(let i=0;i<r.length;i++){let s=r[i];if(t[n++]=s,i<e.length){let a=e[i],o;if(s.endsWith('"')&&i+1<r.length&&r[i+1].startsWith('"'))o=v(a);else if(o=G(a),o===""&&!Ne(a))throw new Error(`Unsupported parameter literal '${a}' at index: ${i}, type: ${typeof a}`);t[n++]=o}else if(i<r.length-1)throw new Error("Too few parameters supplied!")}return we(t.join(""))}var ve=class{constructor(e){this.tags={};this.fields={};e&&(this.name=e)}measurement(e){return this.name=e,this}tag(e,t){return this.tags[e]=t,this}booleanField(e,t){return this.fields[e]=t?"T":"F",this}intField(e,t){let n;if(typeof t=="number"?n=t:n=parseInt(String(t)),isNaN(n)||n<=-9223372036854776e3||n>=9223372036854776e3)throw new Error(`invalid integer value for field '${e}': '${t}'!`);return this.fields[e]=`${Math.floor(n)}i`,this}uintField(e,t){if(typeof t=="number"){if(isNaN(t)||t<0||t>Number.MAX_SAFE_INTEGER)throw new Error(`uint value for field '${e}' out of range: ${t}`);this.fields[e]=`${Math.floor(t)}u`}else{let n=String(t);for(let i=0;i<n.length;i++){let s=n.charCodeAt(i);if(s<48||s>57)throw new Error(`uint value has an unsupported character at pos ${i}: ${t}`)}if(n.length>20||n.length===20&&n.localeCompare("18446744073709551615")>0)throw new Error(`uint value for field '${e}' out of range: ${n}`);this.fields[e]=`${n}u`}return this}floatField(e,t){let n;if(typeof t=="number"?n=t:n=parseFloat(t),!isFinite(n))throw new Error(`invalid float value for field '${e}': ${t}`);return this.fields[e]=String(n),this}stringField(e,t){return t!=null&&(typeof t!="string"&&(t=String(t)),this.fields[e]=T.quoted(t)),this}timestamp(e){return this.time=e,this}toLineProtocol(e){if(!this.name)return;let t="";if(Object.keys(this.fields).sort().forEach(a=>{if(a){let o=this.fields[a];t.length>0&&(t+=","),t+=`${T.tag(a)}=${o}`}}),t.length===0)return;let n="",i=e&&e.defaultTags?{...e.defaultTags,...this.tags}:this.tags;Object.keys(i).sort().forEach(a=>{if(a){let o=i[a];o&&(n+=",",n+=`${T.tag(a)}=${T.tag(o)}`)}});let s=this.time;return e&&e.convertTime?s=e.convertTime(s):s=Re(s),`${T.measurement(this.name)}${n} ${t}${s!==void 0?" "+s:""}`}toString(){let e=this.toLineProtocol(void 0);return e||`invalid point: ${JSON.stringify(this,void 0)}`}};var K=class{constructor(e){this.options={...pe,...e},this.success()}nextDelay(e,t){let n=ae(e);if(n&&n>0)return n+Math.round(Math.random()*this.options.retryJitter);if(t&&t>0){if(this.options.randomRetry){let s=Math.max(this.options.minRetryDelay,1),a=s*this.options.exponentialBase;for(let o=1;o<t;o++)if(s=a,a=a*this.options.exponentialBase,a>=this.options.maxRetryDelay){a=this.options.maxRetryDelay;break}return s+Math.round(Math.random()*(a-s)+Math.random()*this.options.retryJitter)}let i=Math.max(this.options.minRetryDelay,1);for(let s=1;s<t;s++)if(i=i*this.options.exponentialBase,i>=this.options.maxRetryDelay){i=this.options.maxRetryDelay;break}return i+Math.round(Math.random()*this.options.retryJitter)}else this.currentDelay?this.currentDelay=Math.min(Math.max(this.currentDelay*this.options.exponentialBase,1)+Math.round(Math.random()*this.options.retryJitter),this.options.maxRetryDelay):this.currentDelay=this.options.minRetryDelay+Math.round(Math.random()*this.options.retryJitter);return this.currentDelay}success(){this.currentDelay=void 0}};function Oe(r){return new K(r)}function qe(r){let e,t=r,n=r;for(;n.next;)n.next.expires<t.expires&&(e=n,t=n.next),n=n.next;return[t,e]}var O=class{constructor(e,t,n=()=>{}){this.maxLines=e;this.retryLines=t;this.onShrink=n;this.size=0;this.closed=!1;this._timeoutHandle=void 0}addLines(e,t,n,i){if(this.closed||!e.length)return;let s=Date.now()+n;if(i<s&&(s=i),this.first&&this.size+e.length>this.maxLines){let f=this.size,l=f*.7;do{let[p,c]=qe(this.first);this.size-=p.lines.length,c?c.next=p.next:(this.first=p.next,this.first&&this.scheduleRetry(this.first.retryTime-Date.now())),p.next=void 0,this.onShrink(p)}while(this.first&&this.size+e.length>l);g.error(`RetryBuffer: ${f-this.size} oldest lines removed to keep buffer size under the limit of ${this.maxLines} lines.`)}let a={lines:e,retryCount:t,retryTime:s,expires:i},o=this.first,u;for(;;){if(!o||o.retryTime>s){a.next=o,u?u.next=a:(this.first=a,this.scheduleRetry(s-Date.now()));break}u=o,o=o.next}this.size+=e.length}removeLines(){if(this.first){let e=this.first;return this.first=this.first.next,e.next=void 0,this.size-=e.lines.length,e}}scheduleRetry(e){this._timeoutHandle&&clearTimeout(this._timeoutHandle),this._timeoutHandle=setTimeout(()=>{let t=this.removeLines();t?this.retryLines(t.lines,t.retryCount,t.expires).catch(()=>{}).finally(()=>{this.first&&this.scheduleRetry(this.first.retryTime-Date.now())}):this._timeoutHandle=void 0},Math.max(e,0))}async flush(){let e;for(;e=this.removeLines();)await this.retryLines(e.lines,e.retryCount,e.expires)}close(){return this._timeoutHandle&&(clearTimeout(this._timeoutHandle),this._timeoutHandle=void 0),this.closed=!0,this.size}};function Z(r){let e=r.length;for(let t=0;t<r.length;t++){let n=r.charCodeAt(t);n<128||(n>=128&&n<=2047?e++:n>=2048&&n<=65535?n>=55296&&n<=57343?e++:e+=2:e+=3)}return e}var ee=class{constructor(e,t,n,i){this.maxChunkRecords=e;this.maxBatchBytes=t;this.flushFn=n;this.scheduleSend=i;this.length=0;this.bytes=-1;this.lines=new Array(e)}add(e){let t=Z(e);this.length===0?this.scheduleSend():this.bytes+t+1>=this.maxBatchBytes&&this.flush().catch(n=>{}),this.lines[this.length]=e,this.length++,this.bytes+=t+1,(this.length>=this.maxChunkRecords||this.bytes>=this.maxBatchBytes)&&this.flush().catch(n=>{})}flush(){let e=this.reset();return e.length>0?this.flushFn(e):Promise.resolve()}reset(){let e=this.lines.slice(0,this.length);return this.length=0,this.bytes=-1,e}},A=class{constructor(e,t,n,i,s){this.transport=e;this.closed=!1;this._timeoutHandle=void 0;this.path=`/api/v2/write?org=${encodeURIComponent(t)}&bucket=${encodeURIComponent(n)}&precision=${i}`,s!=null&&s.consistency&&(this.path+=`&consistency=${encodeURIComponent(s.consistency)}`),this.writeOptions={...ce,...s},this.currentTime=be[i],this.dateToProtocolTimestamp=xe[i],this.writeOptions.defaultTags&&this.useDefaultTags(this.writeOptions.defaultTags),this.sendOptions={method:"POST",headers:{"content-type":"text/plain; charset=utf-8",...s==null?void 0:s.headers},gzipThreshold:this.writeOptions.gzipThreshold};let a=()=>{this.writeOptions.flushInterval>0&&(this._clearFlushTimeout(),this.closed||(this._timeoutHandle=setTimeout(()=>this.sendBatch(this.writeBuffer.reset(),this.writeOptions.maxRetries).catch(o=>{}),this.writeOptions.flushInterval)))};this.writeBuffer=new ee(this.writeOptions.batchSize,this.writeOptions.maxBatchBytes,o=>(this._clearFlushTimeout(),this.sendBatch(o,this.writeOptions.maxRetries)),a),this.sendBatch=this.sendBatch.bind(this),this.retryStrategy=Oe(this.writeOptions),this.retryBuffer=new O(this.writeOptions.maxBufferLines,this.sendBatch,this.writeOptions.writeRetrySkipped)}sendBatch(e,t,n=Date.now()+this.writeOptions.maxRetryTime){let i=this,s=i.writeOptions.maxRetries+1-t;if(!this.closed&&e.length>0){if(n<=Date.now()){let a=new Error("Max retry time exceeded."),o=i.writeOptions.writeFailed.call(i,a,e,s,n);return o||(g.error(`Write to InfluxDB failed (attempt: ${s}).`,a),Promise.reject(a))}return new Promise((a,o)=>{let u,f={responseStarted(l,p){u=p},error(l){let p=i.writeOptions.writeFailed.call(i,l,e,s,n);if(p){p.then(a,o);return}if(l instanceof h&&l.json&&typeof l.json.error=="string"&&l.json.error.includes("hinted handoff queue not empty")){g.warn("Write to InfluxDB returns: "+l.json.error),u=204,f.complete();return}if(!i.closed&&t>0&&(!(l instanceof h)||l.statusCode>=429)){g.warn(`Write to InfluxDB failed (attempt: ${s}).`,l),i.retryBuffer.addLines(e,t-1,i.retryStrategy.nextDelay(l,s),n),o(l);return}g.error("Write to InfluxDB failed.",l),o(l)},complete(){if(u==204||u==null)i.writeOptions.writeSuccess.call(i,e),i.retryStrategy.success(),a();else{let l=`204 HTTP response status code expected, but ${u} returned`,p=new h(u,l,void 0,"0");p.message=l,f.error(p)}}};this.transport.send(this.path,e.join(` -`),this.sendOptions,f)})}else return Promise.resolve()}_clearFlushTimeout(){this._timeoutHandle!==void 0&&(clearTimeout(this._timeoutHandle),this._timeoutHandle=void 0)}writeRecord(e){if(this.closed)throw new Error("writeApi: already closed!");this.writeBuffer.add(e)}writeRecords(e){if(this.closed)throw new Error("writeApi: already closed!");for(let t=0;t<e.length;t++)this.writeBuffer.add(e[t])}writePoint(e){if(this.closed)throw new Error("writeApi: already closed!");let t=e.toLineProtocol(this);t&&this.writeBuffer.add(t)}writePoints(e){if(this.closed)throw new Error("writeApi: already closed!");for(let t=0;t<e.length;t++){let n=e[t].toLineProtocol(this);n&&this.writeBuffer.add(n)}}async flush(e){if(await this.writeBuffer.flush(),e)return await this.retryBuffer.flush()}close(){return this.writeBuffer.flush().finally(()=>{let t=this.retryBuffer.close();t&&g.error(`Retry buffer closed with ${t} items that were not written to InfluxDB!`,null),this.closed=!0})}dispose(){return this._clearFlushTimeout(),this.closed=!0,this.retryBuffer.close()+this.writeBuffer.length}useDefaultTags(e){return this.defaultTags=e,this}convertTime(e){return e===void 0?this.currentTime():typeof e=="string"?e.length>0?e:void 0:e instanceof Date?this.dateToProtocolTimestamp(e):String(typeof e=="number"?Math.floor(e):e)}};import{parse as Pe}from"url";import*as Fe from"http";import*as Le from"https";import{Buffer as re}from"buffer";import{Buffer as Ae}from"buffer";var Qe={concat(r,e){return Ae.concat([r,e])},toUtf8String(r,e,t){return r.toString("utf-8",e,t)},copy(r,e,t){let n=Ae.allocUnsafe(t-e);return r.copy(n,0,e,t),n}},Ee=Qe;import M from"zlib";function te(r={}){let e=0,t={next:n=>{if(e===0&&r.next&&n!==null&&n!==void 0)return r.next(n)},error:n=>{e===0&&(e=1,r.error&&r.error(n))},complete:()=>{e===0&&(e=2,r.complete&&r.complete())},responseStarted:(n,i)=>{r.responseStarted&&r.responseStarted(n,i)}};return r.useCancellable&&(t.useCancellable=r.useCancellable.bind(r)),r.useResume&&(t.useResume=r.useResume.bind(r)),t}var De="1.33.1";import{pipeline as je}from"stream";var Je={flush:M.constants.Z_SYNC_FLUSH,finishFlush:M.constants.Z_SYNC_FLUSH},Xe=re.allocUnsafe(0),ne=class{constructor(){this.cancelled=!1}cancel(){this.cancelled=!0,this.resume&&(this.resume(),this.resume=void 0)}isCancelled(){return this.cancelled}},ie=class{constructor(e){this.chunkCombiner=Ee;var u,f,l,p,c,d,D;let{url:t,proxyUrl:n,token:i,transportOptions:s,...a}=e,o=Pe(n||t);if(this.token=i,this.defaultOptions={...fe,...a,...s,port:o.port,protocol:o.protocol,hostname:o.hostname},this.contextPath=n?t:(u=o.path)!=null?u:"",this.contextPath.endsWith("/")&&(this.contextPath=this.contextPath.substring(0,this.contextPath.length-1)),Object.keys(this.defaultOptions).forEach(se=>this.defaultOptions[se]===void 0&&delete this.defaultOptions[se]),this.contextPath.endsWith("/api/v2")&&(g.warn(`Please remove '/api/v2' context path from InfluxDB base url, using ${o.protocol}//${o.hostname}:${o.port} !`),this.contextPath=""),o.protocol==="http:")this.requestApi=(p=(l=(f=this.defaultOptions["follow-redirects"])==null?void 0:f.http)==null?void 0:l.request)!=null?p:Fe.request;else if(o.protocol==="https:")this.requestApi=(D=(d=(c=this.defaultOptions["follow-redirects"])==null?void 0:c.https)==null?void 0:d.request)!=null?D:Le.request;else throw new Error(`Unsupported protocol "${o.protocol} in URL: "${e.url}"`);this.headers={"User-Agent":`influxdb-client-js/${De}`,...e.headers},n&&(this.headers.Host=Pe(t).host)}send(e,t,n,i){let s=new ne;i&&i.useCancellable&&i.useCancellable(s),this.createRequestMessage(e,t,n,a=>{this._request(a,s,i)},a=>(i==null?void 0:i.error)&&i.error(a))}request(e,t,n,i){t?typeof t!="string"&&(t=JSON.stringify(t)):t="";let s=Xe,a,o;return new Promise((u,f)=>{this.send(e,t,n,{responseStarted(l,p){i&&i(l,p),a=String(l["content-type"]),o=p},next:l=>{s=re.concat([s,l])},complete:()=>{var p,c;let l=(c=(p=n.headers)==null?void 0:p.accept)!=null?c:a;try{o===204&&u(void 0),l.includes("json")?s.length?u(JSON.parse(s.toString("utf8"))):u(void 0):l.includes("text")||l.startsWith("application/csv")?u(s.toString("utf8")):u(s)}catch(d){f(d)}},error:l=>{f(l)}})})}async*iterate(e,t,n){var l;let i,s;function a(p){i=p,s(p)}let o=await new Promise((p,c)=>{s=c,this.createRequestMessage(e,t,n,p,a)});(l=o.signal)!=null&&l.addEventListener&&o.signal.addEventListener("abort",()=>{a(new b)});let u=await new Promise((p,c)=>{s=c;let d=this.requestApi(o,p);d.on("timeout",()=>a(new x)),d.on("error",a),d.write(o.body),d.end()}),f=await new Promise((p,c)=>{s=c,this._prepareResponse(u,p,a)});for await(let p of f){if(i)throw i;yield p}}createRequestMessage(e,t,n,i,s){let a=re.from(t,"utf-8"),o={"content-type":"application/json; charset=utf-8",...this.headers};this.token&&(o.authorization="Token "+this.token);let u={...this.defaultOptions,path:this.contextPath+e,method:n.method,headers:{...o,...n.headers}};if(n.signal&&(u.signal=n.signal),n.gzipThreshold!==void 0&&n.gzipThreshold<a.length){M.gzip(a,(f,l)=>{if(f)return s(f);u.headers["content-encoding"]="gzip",u.body=l,i(u)});return}u.body=a,u.headers["content-length"]=u.body.length,i(u)}_prepareResponse(e,t,n){var o;e.on("aborted",()=>{n(new b)}),e.on("error",n);let i=(o=e.statusCode)!=null?o:600,s=e.headers["content-encoding"],a;if(s==="gzip"?(a=M.createGunzip(Je),a=je(e,a,u=>u&&n(u))):a=e,i>=300){let u="",f=String(e.headers["content-type"]).startsWith("application/json");a.on("data",l=>{u+=l.toString(),!f&&u.length>1e3&&(u=u.slice(0,1e3),e.resume())}),a.on("end",()=>{u===""&&!!e.headers["x-influxdb-error"]&&(u=e.headers["x-influxdb-error"].toString()),n(new h(i,e.statusMessage,u,e.headers["retry-after"],e.headers["content-type"]))})}else t(a)}_request(e,t,n){var a;let i=te(n);if(t.isCancelled()){i.complete();return}(a=e.signal)!=null&&a.addEventListener&&e.signal.addEventListener("abort",()=>{i.error(new b)});let s=this.requestApi(e,o=>{if(t.isCancelled()){o.resume(),i.complete();return}i.responseStarted(o.headers,o.statusCode),this._prepareResponse(o,u=>{u.on("data",f=>{if(t.isCancelled())o.resume();else if(i.next(f)===!1){if(!i.useResume){i.error(new Error("Unable to pause, useResume is not configured!")),o.resume();return}o.pause();let l=()=>{o.resume()};t.resume=l,i.useResume(l)}}),u.on("end",i.complete)},i.error)});typeof s.setTimeout=="function"&&e.timeout&&s.setTimeout(e.timeout),s.on("timeout",()=>{i.error(new x)}),s.on("error",o=>{i.error(o)}),e.body&&s.write(e.body),s.end()}},Ie=ie;var Ue={header:!0,delimiter:",",quoteChar:'"',commentPrefix:"#",annotations:["datatype","group","default"]},E=class{constructor(e,t,n){this.transport=e;this.createCSVResponse=t;this.options=typeof n=="string"?{org:n}:n}with(e){return new E(this.transport,this.createCSVResponse,{...this.options,...e})}response(e){let{org:t,type:n,gzip:i,headers:s}=this.options,a=`/api/v2/query?org=${encodeURIComponent(t)}`,o=JSON.stringify(this.decorateRequest({query:e.toString(),dialect:Ue,type:n})),u={method:"POST",headers:{"content-type":"application/json; encoding=utf-8","accept-encoding":i?"gzip":"identity",...s}};return this.createCSVResponse(f=>this.transport.send(a,o,u,f),()=>this.transport.iterate(a,o,u))}iterateLines(e){return this.response(e).iterateLines()}iterateRows(e){return this.response(e).iterateRows()}lines(e){return this.response(e).lines()}rows(e){return this.response(e).rows()}queryLines(e,t){return this.response(e).consumeLines(t)}queryRows(e,t){return this.response(e).consumeRows(t)}collectRows(e,t){return this.response(e).collectRows(t)}collectLines(e){return this.response(e).collectLines()}queryRaw(e){let{org:t,type:n,gzip:i,headers:s}=this.options;return this.transport.request(`/api/v2/query?org=${encodeURIComponent(t)}`,JSON.stringify(this.decorateRequest({query:e.toString(),dialect:Ue,type:n})),{method:"POST",headers:{accept:"text/csv","accept-encoding":i?"gzip":"identity","content-type":"application/json; encoding=utf-8",...s}})}decorateRequest(e){var t;return typeof this.options.now=="function"&&(e.now=this.options.now()),e.type=(t=this.options.type)!=null?t:"flux",e}},_e=E;function Ye(r,e){return e.toObject(r)}var z=class{constructor(e,t,n){this.executor=e;this.iterableResultExecutor=t;this.chunkCombiner=n}iterateLines(){return k(this.iterableResultExecutor())}iterateRows(){return le(k(this.iterableResultExecutor()))}lines(){return new w(this.executor,e=>C(e,this.chunkCombiner))}rows(){return new w(this.executor,e=>C(H({next(t,n){e.next({values:t,tableMeta:n})},error(t){e.error(t)},complete(){e.complete()}}),this.chunkCombiner))}consumeLines(e){this.executor(C(e,this.chunkCombiner))}consumeRows(e){this.executor(C(H(e),this.chunkCombiner))}collectRows(e=Ye){let t=[];return new Promise((n,i)=>{this.consumeRows({next(s,a){let o=e.call(this,s,a);o!==void 0&&t.push(o)},error(s){i(s)},complete(){n(t)}})})}collectLines(){let e=[];return new Promise((t,n)=>{this.consumeLines({next(i){e.push(i)},error(i){n(i)},complete(){t(e)}})})}};var V=class{constructor(e){var n;if(typeof e=="string")this._options={url:e};else if(e!==null&&typeof e=="object")this._options=e;else throw new y("No url or configuration specified!");let t=this._options.url;if(typeof t!="string")throw new y("No url specified!");t.endsWith("/")&&(this._options.url=t.substring(0,t.length-1)),this.transport=(n=this._options.transport)!=null?n:new Ie(this._options),this.processCSVResponse=(i,s)=>new z(i,s,this.transport.chunkCombiner)}getWriteApi(e,t,n="ns",i){return new A(this.transport,e,t,n,i!=null?i:this._options.writeOptions)}getQueryApi(e){return new _e(this.transport,this.processCSVResponse,e)}};export{b as AbortError,fe as DEFAULT_ConnectionOptions,pe as DEFAULT_RetryDelayStrategyOptions,ce as DEFAULT_WriteOptions,$ as FLUX_VALUE,h as HttpError,y as IllegalArgumentError,V as InfluxDB,R as LineSplitter,g as Log,ve as Point,x as RequestTimedOutError,oe as UNKNOWN_COLUMN,at as canRetryHttpCall,C as chunksToLines,k as chunksToLinesIterable,We as consoleLogger,Re as convertTimeToNanos,st as createFluxTableColumn,I as createFluxTableMetaData,P as createTextDecoderCombiner,be as currentTime,xe as dateToProtocolTimestamp,T as escape,xr as flux,br as fluxBool,hr as fluxDateTime,gr as fluxDuration,we as fluxExpression,dr as fluxFloat,mr as fluxInteger,yr as fluxRegExp,cr as fluxString,ae as getRetryDelay,$e as isStatusCodeRetriable,le as linesToRowsIterable,H as linesToTables,L as newFluxTableColumn,Te as sanitizeFloat,Ce as sanitizeInteger,ct as serializeDateTimeAsDate,dt as serializeDateTimeAsNumber,mt as serializeDateTimeAsString,fr as setLogger,Ft as stringToLines,ue as symbolObservable,G as toFluxValue,S as typeSerializers,ke as useProcessHrtime}; -//# sourceMappingURL=index.mjs.map \ No newline at end of file diff --git a/software/flow/node_modules/@influxdata/influxdb-client/dist/index.mjs.gz b/software/flow/node_modules/@influxdata/influxdb-client/dist/index.mjs.gz deleted file mode 100644 index 9178edc..0000000 Binary files a/software/flow/node_modules/@influxdata/influxdb-client/dist/index.mjs.gz and /dev/null differ diff --git a/software/flow/node_modules/@influxdata/influxdb-client/dist/index.mjs.map b/software/flow/node_modules/@influxdata/influxdb-client/dist/index.mjs.map deleted file mode 100644 index b5a8ca1..0000000 --- a/software/flow/node_modules/@influxdata/influxdb-client/dist/index.mjs.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["../src/results/chunkCombiner.ts","../src/results/chunksToLines.ts","../src/results/chunksToLinesIterable.ts","../src/results/LineSplitter.ts","../src/results/FluxTableColumn.ts","../src/errors.ts","../src/results/FluxTableMetaData.ts","../src/results/linesToTables.ts","../src/results/linesToRowsIterable.ts","../src/results/stringToLines.ts","../src/observable/symbol.ts","../src/results/ObservableQuery.ts","../src/options.ts","../src/util/escape.ts","../src/util/currentTime.ts","../src/util/logger.ts","../src/query/flux.ts","../src/Point.ts","../src/impl/retryStrategy.ts","../src/impl/RetryBuffer.ts","../src/util/utf8Length.ts","../src/impl/WriteApiImpl.ts","../src/impl/node/NodeHttpTransport.ts","../src/impl/node/nodeChunkCombiner.ts","../src/impl/completeCommunicationObserver.ts","../src/impl/version.ts","../src/impl/QueryApiImpl.ts","../src/results/AnnotatedCSVResponseImpl.ts","../src/InfluxDB.ts"],"sourcesContent":["/**\n * ChunkCombiner is a simplified platform-neutral manipulation of Uint8arrays\n * that allows to process text data on the fly. The implementation can be optimized\n * for the target platform (node vs browser).\n */\nexport interface ChunkCombiner {\n /**\n * Concatenates first and second chunk.\n * @param first - first chunk\n * @param second - second chunk\n * @returns first + second\n */\n concat(first: Uint8Array, second: Uint8Array): Uint8Array\n\n /**\n * Converts chunk into a string.\n * @param chunk - chunk\n * @param start - start index\n * @param end - end index\n * @returns string representation of chunk slice\n */\n toUtf8String(chunk: Uint8Array, start: number, end: number): string\n\n /**\n * Creates a new chunk from the supplied chunk.\n * @param chunk - chunk to copy\n * @param start - start index\n * @param end - end index\n * @returns a copy of a chunk slice\n */\n copy(chunk: Uint8Array, start: number, end: number): Uint8Array\n}\n\n// TextDecoder is available since node v8.3.0 and in all modern browsers\ndeclare class TextDecoder {\n constructor(encoding: string)\n decode(chunk: Uint8Array): string\n}\n\n/**\n * Creates a chunk combiner instance that uses UTF-8\n * TextDecoder to decode Uint8Arrays into strings.\n */\nexport function createTextDecoderCombiner(): ChunkCombiner {\n const decoder = new TextDecoder('utf-8')\n return {\n concat(first: Uint8Array, second: Uint8Array): Uint8Array {\n const retVal = new Uint8Array(first.length + second.length)\n retVal.set(first)\n retVal.set(second, first.length)\n return retVal\n },\n copy(chunk: Uint8Array, start: number, end: number): Uint8Array {\n const retVal = new Uint8Array(end - start)\n retVal.set(chunk.subarray(start, end))\n return retVal\n },\n toUtf8String(chunk: Uint8Array, start: number, end: number): string {\n return decoder.decode(chunk.subarray(start, end))\n },\n }\n}\n","import {ChunkCombiner, createTextDecoderCombiner} from './chunkCombiner'\nimport {CommunicationObserver} from './CommunicationObserver'\nimport {Cancellable} from './Cancellable'\n\n/**\n * ChunksToLines is a transformation that accepts Uint8Array instances\n * and emmits strings representing CSV lines.\n * @param target - target to emmit CSV lines to\n * @param chunkCombiner - chunk combiner\n * @returns communication obrver to accept Uint8Arrays\n */\nexport function chunksToLines(\n target: CommunicationObserver<string>,\n chunkCombiner?: ChunkCombiner\n): CommunicationObserver<Uint8Array> {\n const chunks = chunkCombiner ?? createTextDecoderCombiner()\n let previous: Uint8Array | undefined\n let finished = false\n let quoted = false\n let paused = false\n let resumeChunks: (() => void) | undefined\n\n function bufferReceived(chunk: Uint8Array): void {\n let index: number\n let start = 0\n if (previous) {\n // inspect the whole remaining data upon empty chunk\n // empty chunk signalizes to restart of receiving\n index = chunk.length === 0 ? 0 : (previous as Uint8Array).length\n chunk = chunks.concat(previous, chunk)\n } else {\n index = 0\n }\n while (index < chunk.length) {\n const c = chunk[index]\n if (c === 10) {\n if (!quoted) {\n /* do not emit CR+LR or LF line ending */\n const end = index > 0 && chunk[index - 1] === 13 ? index - 1 : index\n // do not emmit more lines if the processing is already finished\n if (finished) {\n return\n }\n paused = target.next(chunks.toUtf8String(chunk, start, end)) === false\n start = index + 1\n if (paused) {\n break\n }\n }\n } else if (c === 34 /* \" */) {\n quoted = !quoted\n }\n index++\n }\n if (start < chunk.length) {\n previous = chunks.copy(chunk, start, chunk.length)\n } else {\n previous = undefined\n }\n if (paused) {\n if (target.useResume) {\n target.useResume(() => {\n paused = false\n bufferReceived(new Uint8Array(0))\n })\n return\n }\n retVal.error(new Error('Unable to pause, useResume is not configured!'))\n paused = false // consume remaining data\n }\n if (resumeChunks) {\n resumeChunks()\n resumeChunks = undefined\n }\n }\n\n const retVal: CommunicationObserver<Uint8Array> = {\n next(chunk: Uint8Array): boolean {\n if (!finished) {\n try {\n bufferReceived(chunk)\n return !paused\n } catch (e) {\n this.error(e as Error)\n }\n }\n return true\n },\n error(error: Error): void {\n if (!finished) {\n finished = true\n target.error(error)\n }\n },\n complete(): void {\n if (!finished) {\n if (previous) {\n target.next(chunks.toUtf8String(previous, 0, previous.length))\n }\n finished = true\n target.complete()\n }\n },\n }\n if (target.useCancellable) {\n retVal.useCancellable = (cancellable: Cancellable) => {\n target.useCancellable &&\n target.useCancellable({\n cancel(): void {\n cancellable.cancel()\n previous = undefined // do not emit more lines\n retVal.complete()\n },\n isCancelled(): boolean {\n return cancellable.isCancelled()\n },\n })\n }\n }\n if (target.useResume) {\n retVal.useResume = (x: () => void) => {\n resumeChunks = x\n }\n }\n\n return retVal\n}\n","import {ChunkCombiner, createTextDecoderCombiner} from './chunkCombiner'\n\n/**\n * ChunksToLinesIterable is a transformation that accepts\n * an iterable of Uint8Array instances and returns iterable of lines.\n * @param source - iterable of transport buffers\n * @param chunkCombiner - chunk combiner\n * @returns iterable of lines\n */\nexport async function* chunksToLinesIterable(\n source: AsyncIterable<Uint8Array>,\n chunkCombiner?: ChunkCombiner\n): AsyncIterableIterator<string> {\n const chunks = chunkCombiner ?? createTextDecoderCombiner()\n let previous: Uint8Array | undefined\n let quoted = false\n\n for await (let chunk of source) {\n let index: number\n let start = 0\n if (previous) {\n index = previous.length\n chunk = chunks.concat(previous, chunk)\n } else {\n index = 0\n }\n while (index < chunk.length) {\n const c = chunk[index]\n if (c === 10) {\n if (!quoted) {\n /* do not emit CR+LR or LF line ending */\n const end = index > 0 && chunk[index - 1] === 13 ? index - 1 : index\n yield chunks.toUtf8String(chunk, start, end)\n start = index + 1\n }\n } else if (c === 34 /* \" */) {\n quoted = !quoted\n }\n index++\n }\n if (start < chunk.length) {\n previous = chunks.copy(chunk, start, chunk.length)\n } else {\n previous = undefined\n }\n }\n if (previous) {\n yield chunks.toUtf8String(previous, 0, previous.length)\n }\n}\n","/**\n * Optimized tokenizer of a single CSV line.\n */\nexport class LineSplitter {\n /** returned value when reused */\n reusedValues: string[]\n /** last length of elements in */\n lastSplitLength: number\n private _reuse = false\n\n /**\n * Reuse returned array between consecutive calls.\n */\n get reuse(): boolean {\n return this._reuse\n }\n set reuse(val: boolean) {\n if (val && !this.reusedValues) {\n this.reusedValues = new Array(10)\n }\n this._reuse = val\n }\n\n /**\n * Sets the reuse flag and returns this.\n */\n withReuse(): LineSplitter {\n this.reuse = true\n return this\n }\n\n /**\n * Splits the supplied line to elements that are separated by\n * comma with values possibly escaped within double quotes (\"value\")\n * @param line - line\n * @returns array of splitted parts\n */\n splitLine(line: string | undefined | null): string[] {\n if (line === null || line === undefined) {\n this.lastSplitLength = 0\n return []\n }\n let quoteCount = 0\n let startIndex = 0\n const values = this._reuse ? this.reusedValues : []\n let count = 0\n for (let i = 0; i < line.length; i++) {\n const c = line[i]\n if (c === ',') {\n if (quoteCount % 2 === 0) {\n const val = this.getValue(line, startIndex, i, quoteCount)\n if (this._reuse) {\n values[count++] = val\n } else {\n values.push(val)\n }\n startIndex = i + 1\n quoteCount = 0\n }\n } else if (c === '\"') {\n quoteCount++\n }\n }\n const val = this.getValue(line, startIndex, line.length, quoteCount)\n if (this._reuse) {\n values[count] = val\n this.lastSplitLength = count + 1\n } else {\n values.push(val)\n this.lastSplitLength = values.length\n }\n\n return values\n }\n\n private getValue(\n line: string,\n start: number,\n end: number,\n quoteCount: number\n ): string {\n if (start === line.length) {\n return ''\n } else if (quoteCount === 0) {\n return line.substring(start, end)\n } else if (quoteCount === 2) {\n return line.substring(start + 1, end - 1)\n } else {\n // quoteCount >= 4\n return line.substring(start + 1, end - 1).replace(/\"\"/gi, '\"')\n }\n }\n}\n","/**\n * Type of query result column, see {@link https://docs.influxdata.com/influxdb/latest/reference/syntax/annotated-csv/#data-types }\n */\nexport type ColumnType =\n | 'boolean'\n | 'unsignedLong'\n | 'long'\n | 'double'\n | 'string'\n | 'base64Binary'\n | 'dateTime:RFC3339'\n | 'duration'\n | string\n\n/**\n * FluxTableColumn describes {@link http://bit.ly/flux-spec#table | flux table} column.\n */\nexport interface FluxTableColumn {\n /**\n * Label (e.g., \"_start\", \"_stop\", \"_time\").\n */\n label: string\n\n /**\n * The data type of column (e.g., \"string\", \"long\", \"dateTime:RFC3339\").\n */\n dataType: ColumnType\n\n /**\n * Boolean flag indicating if the column is a part of the table's group key.\n */\n group: boolean\n\n /**\n * Default value to be used for rows whose string value is an empty string.\n */\n defaultValue: string\n\n /**\n * Index of this column in a row array.\n */\n index: number\n\n /**\n * Get returns a JavaScript object of this column in the supplied result row, using default deserializers.\n * @param row - a data row\n * @returns column value\n */\n get: (row: string[]) => any\n}\n\nconst identity = (x: string): any => x\n\n/**\n * A dictionary of serializers of particular types returned by a flux query.\n * See {@link https://docs.influxdata.com/influxdb/latest/reference/syntax/annotated-csv/#data-types }\n */\nexport const typeSerializers: Record<ColumnType, (val: string) => any> = {\n boolean: (x: string): any => (x === '' ? null : x === 'true'),\n unsignedLong: (x: string): any => (x === '' ? null : +x),\n long: (x: string): any => (x === '' ? null : +x),\n double(x: string): any {\n switch (x) {\n case '':\n return null\n case '+Inf':\n return Number.POSITIVE_INFINITY\n case '-Inf':\n return Number.NEGATIVE_INFINITY\n default:\n return +x\n }\n },\n string: identity,\n base64Binary: identity,\n duration: (x: string): any => (x === '' ? null : x),\n 'dateTime:RFC3339': (x: string): any => (x === '' ? null : x),\n}\n\n/**\n * FluxTableColumn implementation.\n */\nclass FluxTableColumnImpl implements FluxTableColumn {\n label: string\n dataType: ColumnType\n group: boolean\n defaultValue: string\n index: number\n public get(row: string[]): any {\n let val = row[this.index]\n if ((val === '' || val === undefined) && this.defaultValue) {\n val = this.defaultValue\n }\n return (typeSerializers[this.dataType] ?? identity)(val)\n }\n}\nexport const UNKNOWN_COLUMN: FluxTableColumn = Object.freeze({\n label: '',\n dataType: '',\n group: false,\n defaultValue: '',\n index: Number.MAX_SAFE_INTEGER,\n get: () => undefined,\n})\n\n/**\n * Creates a new flux table column.\n * @returns column instance\n */\nexport function newFluxTableColumn(): FluxTableColumn {\n return new FluxTableColumnImpl()\n}\n\n/**\n * Creates a flux table column from a partial FluxTableColumn.\n * @param object - source object\n * @returns column instance\n */\nexport function createFluxTableColumn(\n object: Partial<FluxTableColumn>\n): FluxTableColumn {\n const retVal = new FluxTableColumnImpl()\n retVal.label = String(object.label)\n retVal.dataType = object.dataType as ColumnType\n retVal.group = Boolean(object.group)\n retVal.defaultValue = object.defaultValue ?? ''\n retVal.index = object.index ?? 0\n return retVal\n}\n","/**\n * Strategy for calculating retry delays.\n */\nexport interface RetryDelayStrategy {\n /**\n * Returns delay for a next retry\n * @param error - reason for retrying\n * @param failedAttempts - a count of already failed attempts, 1 being the first\n * @returns milliseconds to wait before retrying\n */\n nextDelay(error?: Error, failedAttempts?: number): number\n /** Implementation should reset its state, this is mandatory to call upon success. */\n success(): void\n}\n\n/**\n * Interface for errors to inform that an associated operation can be retried.\n */\nexport interface RetriableDecision {\n /**\n * Informs whether this can be retried.\n */\n canRetry(): boolean\n /**\n * Get the delay in milliseconds to retry the action.\n * @returns 0 to let the implementation decide, miliseconds delay otherwise\n */\n retryAfter(): number\n}\n\nconst retriableStatusCodes = [404, 408, 425, 429, 500, 502, 503, 504]\n/** isStatusCodeRetriable checks whether the supplied HTTP status code is retriable. */\nexport function isStatusCodeRetriable(statusCode: number): boolean {\n return retriableStatusCodes.includes(statusCode)\n}\n\n/** IllegalArgumentError is thrown when illegal argument is supplied. */\nexport class IllegalArgumentError extends Error {\n /* istanbul ignore next */\n constructor(message: string) {\n super(message)\n this.name = 'IllegalArgumentError'\n Object.setPrototypeOf(this, IllegalArgumentError.prototype)\n }\n}\n\n/**\n * A general HTTP error.\n */\nexport class HttpError extends Error implements RetriableDecision {\n private _retryAfter: number\n /** application error code, when available */\n public code: string | undefined\n /** json error response */\n public json: any\n\n /* istanbul ignore next because of super() not being covered*/\n constructor(\n readonly statusCode: number,\n readonly statusMessage: string | undefined,\n readonly body?: string,\n retryAfter?: string | undefined | null,\n readonly contentType?: string | undefined | null,\n message?: string\n ) {\n super()\n Object.setPrototypeOf(this, HttpError.prototype)\n if (message) {\n this.message = message\n } else if (body) {\n if (contentType?.startsWith('application/json')) {\n try {\n this.json = JSON.parse(body)\n this.message = this.json.message\n this.code = this.json.code\n } catch (e) {\n // silently ignore, body string is still available\n }\n }\n if (!this.message) {\n this.message = `${statusCode} ${statusMessage} : ${body}`\n }\n } else {\n this.message = `${statusCode} ${statusMessage}`\n }\n this.name = 'HttpError'\n this.setRetryAfter(retryAfter)\n }\n\n private setRetryAfter(retryAfter?: string | undefined | null): void {\n if (typeof retryAfter === 'string') {\n // try to parse the supplied number as milliseconds\n if (/^[0-9]+$/.test(retryAfter)) {\n this._retryAfter = parseInt(retryAfter)\n } else {\n this._retryAfter = 0\n }\n } else {\n this._retryAfter = 0\n }\n }\n\n canRetry(): boolean {\n return isStatusCodeRetriable(this.statusCode)\n }\n retryAfter(): number {\n return this._retryAfter\n }\n}\n\n//see https://nodejs.org/api/errors.html\nconst RETRY_CODES = [\n 'ECONNRESET',\n 'ENOTFOUND',\n 'ESOCKETTIMEDOUT',\n 'ETIMEDOUT',\n 'ECONNREFUSED',\n 'EHOSTUNREACH',\n 'EPIPE',\n]\n\n/**\n * Tests the error in order to know if an HTTP call can be retried.\n * @param error - error to test\n * @returns true for a retriable error\n */\nexport function canRetryHttpCall(error: any): boolean {\n if (!error) {\n return false\n } else if (typeof (error as any).canRetry === 'function') {\n return !!((error as any).canRetry as () => boolean)()\n } else if ((error as any).code && RETRY_CODES.includes((error as any).code)) {\n return true\n }\n return false\n}\n\n/**\n * Gets retry delay from the supplied error, possibly using random number up to retryJitter.\n */\nexport function getRetryDelay(error?: Error, retryJitter?: number): number {\n if (!error) {\n return 0\n } else {\n let retVal\n if (typeof (error as any).retryAfter === 'function') {\n return ((error as any).retryAfter as () => number)()\n } else {\n retVal = 0\n }\n if (retryJitter && retryJitter > 0) {\n return retVal + Math.round(Math.random() * retryJitter)\n } else {\n return retVal\n }\n }\n}\n\n/** RequestTimedOutError indicates request timeout in the communication with the server */\nexport class RequestTimedOutError extends Error implements RetriableDecision {\n /* istanbul ignore next because of super() not being covered */\n constructor() {\n super()\n Object.setPrototypeOf(this, RequestTimedOutError.prototype)\n this.name = 'RequestTimedOutError'\n this.message = 'Request timed out'\n }\n canRetry(): boolean {\n return true\n }\n retryAfter(): number {\n return 0\n }\n}\n\n/** AbortError indicates that the communication with the server was aborted */\nexport class AbortError extends Error implements RetriableDecision {\n /* istanbul ignore next because of super() not being covered */\n constructor() {\n super()\n this.name = 'AbortError'\n Object.setPrototypeOf(this, AbortError.prototype)\n this.message = 'Response aborted'\n }\n canRetry(): boolean {\n return true\n }\n retryAfter(): number {\n return 0\n }\n}\n","import {\n FluxTableColumn,\n UNKNOWN_COLUMN,\n typeSerializers,\n} from './FluxTableColumn'\nimport {IllegalArgumentError} from '../errors'\n\n/**\n * serializeDateTimeAsDate changes type serializers to return JavaScript Date instances\n * for 'dateTime:RFC3339' query result data type. Empty value is converted to null.\n * @remarks\n * Please note that the result has millisecond precision whereas InfluxDB returns dateTime\n * in nanosecond precision.\n */\nexport function serializeDateTimeAsDate(): void {\n typeSerializers['dateTime:RFC3339'] = (x: string): any =>\n x === '' ? null : new Date(Date.parse(x))\n}\n/**\n * serializeDateTimeAsNumber changes type serializers to return milliseconds since epoch\n * for 'dateTime:RFC3339' query result data type. Empty value is converted to null.\n * @remarks\n * Please note that the result has millisecond precision whereas InfluxDB returns dateTime\n * in nanosecond precision.\n */\nexport function serializeDateTimeAsNumber(): void {\n typeSerializers['dateTime:RFC3339'] = (x: string): any =>\n x === '' ? null : Date.parse(x)\n}\n/**\n * serializeDateTimeAsString changes type serializers to return string values\n * for `dateTime:RFC3339` query result data type. Empty value is converted to null.\n */\nexport function serializeDateTimeAsString(): void {\n typeSerializers['dateTime:RFC3339'] = (x: string): any =>\n x === '' ? null : x\n}\n\n/**\n * Represents metadata of a {@link http://bit.ly/flux-spec#table | flux table}.\n */\nexport interface FluxTableMetaData {\n /**\n * Table columns.\n */\n columns: Array<FluxTableColumn>\n\n /**\n * Gets columns by name\n * @param label - column label\n * @param errorOnMissingColumn - throw error on missing column (by default), return UNKNOWN_COLUMN when false\n * @returns table column\n * @throws IllegalArgumentError if column is not found\n **/\n column(label: string, errorOnMissingColumn?: boolean): FluxTableColumn\n\n /**\n * Creates an object out of the supplied row with the help of column descriptors.\n * @param row - a row with data for each column\n */\n toObject(row: string[]): {[key: string]: any}\n\n /**\n * Gets column values out of the supplied row.\n * @param row - a row with data for each column\n * @param column - column name\n * @returns column value, undefined for unknown column\n */\n get(row: string[], column: string): any\n}\n\n/**\n * FluxTableMetaData Implementation.\n */\nclass FluxTableMetaDataImpl implements FluxTableMetaData {\n columns: Array<FluxTableColumn>\n constructor(columns: FluxTableColumn[]) {\n columns.forEach((col, i) => (col.index = i))\n this.columns = columns\n }\n column(label: string, errorOnMissingColumn = true): FluxTableColumn {\n for (let i = 0; i < this.columns.length; i++) {\n const col = this.columns[i]\n if (col.label === label) return col\n }\n if (errorOnMissingColumn) {\n throw new IllegalArgumentError(`Column ${label} not found!`)\n }\n return UNKNOWN_COLUMN\n }\n toObject(row: string[]): {[key: string]: any} {\n const acc: any = {}\n for (let i = 0; i < this.columns.length && i < row.length; i++) {\n const column = this.columns[i]\n acc[column.label] = column.get(row)\n }\n return acc\n }\n get(row: string[], column: string): any {\n return this.column(column, false).get(row)\n }\n}\n\n/**\n * Created FluxTableMetaData from the columns supplied.\n * @param columns - columns\n * @returns - instance\n */\nexport function createFluxTableMetaData(\n columns: FluxTableColumn[]\n): FluxTableMetaData {\n return new FluxTableMetaDataImpl(columns)\n}\n\n/** Wraps values and associated metadata of a query result row */\nexport interface Row {\n values: string[]\n tableMeta: FluxTableMetaData\n}\n","import {CommunicationObserver} from './CommunicationObserver'\nimport {LineSplitter} from './LineSplitter'\nimport {FluxResultObserver} from './FluxResultObserver'\nimport {\n FluxTableColumn,\n ColumnType,\n newFluxTableColumn,\n} from './FluxTableColumn'\nimport {FluxTableMetaData, createFluxTableMetaData} from './FluxTableMetaData'\n\n/**\n * LinesToTables creates a transformation that accepts (flux) annotated CSV lines\n * and emits rows together with table metadata.\n */\nexport function linesToTables(\n consumer: FluxResultObserver<string[]>\n): CommunicationObserver<string> {\n const splitter = new LineSplitter().withReuse()\n let columns: FluxTableColumn[] | undefined\n let expectMeta = true\n let firstColumnIndex = 0\n let lastMeta: FluxTableMetaData\n const retVal: CommunicationObserver<string> = {\n error(error: Error): void {\n consumer.error(error)\n },\n next(line: string): void | boolean {\n if (line === '') {\n expectMeta = true\n columns = undefined\n } else {\n const values = splitter.splitLine(line)\n const size = splitter.lastSplitLength\n if (expectMeta) {\n // create columns\n if (!columns) {\n columns = new Array(size)\n for (let i = 0; i < size; i++) {\n columns[i] = newFluxTableColumn()\n }\n }\n if (!values[0].startsWith('#')) {\n // fill in column names\n if (values[0] === '') {\n firstColumnIndex = 1\n columns = columns.slice(1)\n } else {\n firstColumnIndex = 0\n }\n for (let i = firstColumnIndex; i < size; i++) {\n columns[i - firstColumnIndex].label = values[i]\n }\n lastMeta = createFluxTableMetaData(columns)\n expectMeta = false\n } else if (values[0] === '#datatype') {\n for (let i = 1; i < size; i++) {\n columns[i].dataType = values[i] as ColumnType\n }\n } else if (values[0] === '#default') {\n for (let i = 1; i < size; i++) {\n columns[i].defaultValue = values[i]\n }\n } else if (values[0] === '#group') {\n for (let i = 1; i < size; i++) {\n columns[i].group = values[i][0] === 't'\n }\n }\n } else {\n return consumer.next(values.slice(firstColumnIndex, size), lastMeta)\n }\n }\n return true\n },\n complete(): void {\n consumer.complete()\n },\n }\n if (consumer.useCancellable) {\n retVal.useCancellable = consumer.useCancellable.bind(consumer)\n }\n if (consumer.useResume) {\n retVal.useResume = consumer.useResume.bind(consumer)\n }\n return retVal\n}\n","import {LineSplitter} from './LineSplitter'\nimport {\n FluxTableColumn,\n ColumnType,\n newFluxTableColumn,\n} from './FluxTableColumn'\nimport {\n FluxTableMetaData,\n createFluxTableMetaData,\n Row,\n} from './FluxTableMetaData'\n\n/**\n * LinesToRowsIterable is a transformation that accepts\n * an iterable of flux annotated CSV lines and returns\n * an iterable of rows (row values and table metadata).\n */\nexport async function* linesToRowsIterable(\n source: AsyncIterable<string>\n): AsyncIterableIterator<Row> {\n const splitter = new LineSplitter().withReuse()\n let columns: FluxTableColumn[] | undefined\n let expectMeta = true\n let firstColumnIndex = 0\n let lastMeta: FluxTableMetaData | undefined = undefined\n for await (const line of source) {\n if (line === '') {\n expectMeta = true\n columns = undefined\n } else {\n const values = splitter.splitLine(line)\n const size = splitter.lastSplitLength\n if (expectMeta) {\n // create columns\n if (!columns) {\n columns = new Array(size)\n for (let i = 0; i < size; i++) {\n columns[i] = newFluxTableColumn()\n }\n }\n if (!values[0].startsWith('#')) {\n // fill in column names\n if (values[0] === '') {\n firstColumnIndex = 1\n columns = columns.slice(1)\n } else {\n firstColumnIndex = 0\n }\n for (let i = firstColumnIndex; i < size; i++) {\n columns[i - firstColumnIndex].label = values[i]\n }\n lastMeta = createFluxTableMetaData(columns)\n expectMeta = false\n } else if (values[0] === '#datatype') {\n for (let i = 1; i < size; i++) {\n columns[i].dataType = values[i] as ColumnType\n }\n } else if (values[0] === '#default') {\n for (let i = 1; i < size; i++) {\n columns[i].defaultValue = values[i]\n }\n } else if (values[0] === '#group') {\n for (let i = 1; i < size; i++) {\n columns[i].group = values[i][0] === 't'\n }\n }\n } else {\n yield {\n values: values.slice(firstColumnIndex, size),\n tableMeta:\n lastMeta as unknown as FluxTableMetaData /* never undefined */,\n }\n }\n }\n }\n}\n","import {CommunicationObserver} from './CommunicationObserver'\n\n/**\n * StringToLines is a transformation that emmits strings for each CSV\n * line in the supplied source string.\n * @param source - source string\n * @param target - target to emmit CSV lines to\n * @returns communication obrver to accept Uint8Arrays\n */\nexport function stringToLines(\n source: string,\n target: CommunicationObserver<string>\n): void {\n let quoted = false\n let start = 0\n let index = 0\n\n while (index < source.length) {\n const c = source.charCodeAt(index)\n if (c === 10) {\n if (!quoted) {\n /* do not emit CR+LR or LF line ending */\n const end =\n index > 0 && source.charCodeAt(index - 1) === 13 ? index - 1 : index\n // do not emmit more lines if the processing is already finished\n target.next(source.substring(start, end))\n start = index + 1\n }\n } else if (c === 34 /* \" */) {\n quoted = !quoted\n }\n index++\n }\n if (start < index) {\n target.next(source.substring(start, index))\n }\n target.complete()\n}\n","/* Observable interop typing. Taken from https://github.com/ReactiveX/rxjs */\n\n/* Note: This will add Symbol.observable globally for all TypeScript users */\ndeclare global {\n interface SymbolConstructor {\n readonly observable: symbol\n }\n}\n\n/** Symbol.observable or a string \"\\@\\@observable\". Used for interop */\nexport const symbolObservable = (():\n | typeof Symbol.observable\n | '@@observable' =>\n (typeof Symbol === 'function' && Symbol.observable) || '@@observable')()\n","import {\n Observable,\n Observer,\n ObserverComplete,\n ObserverError,\n ObserverNext,\n Subscription,\n symbolObservable,\n} from '../observable'\nimport {CommunicationObserver} from '../results/CommunicationObserver'\nimport {Cancellable} from '../results/Cancellable'\n\n/** APIExecutor executes the API and passes its response to the supplied consumer */\nexport type APIExecutor = (consumer: CommunicationObserver<Uint8Array>) => void\n\ntype Decorator<T> = (observer: Observer<T>) => Observer<Uint8Array>\n\nclass QuerySubscription implements Subscription {\n private cancellable?: Cancellable\n private isClosed = false\n\n public constructor(observer: Observer<Uint8Array>, executor: APIExecutor) {\n try {\n executor({\n next: (value) => {\n observer.next(value)\n },\n error: (e) => {\n this.isClosed = true\n observer.error(e)\n },\n complete: () => {\n this.isClosed = true\n observer.complete()\n },\n useCancellable: (c) => {\n this.cancellable = c\n },\n })\n } catch (e) {\n this.isClosed = true\n observer.error(e)\n }\n }\n\n public get closed(): boolean {\n return this.isClosed\n }\n\n public unsubscribe(): void {\n this.cancellable?.cancel()\n this.isClosed = true\n }\n}\n\nfunction noop(): void {}\n\nfunction completeObserver<T>(observer: Partial<Observer<T>>): Observer<T> {\n const {next, error, complete} = observer\n\n return {\n next: next ? next.bind(observer) : noop,\n error: error ? error.bind(observer) : noop,\n complete: complete ? complete.bind(observer) : noop,\n }\n}\n\nexport default class ObservableQuery<T> implements Observable<T> {\n public constructor(\n private readonly executor: APIExecutor,\n private readonly decorator: Decorator<T>\n ) {}\n\n public subscribe(\n observerOrNext?: Partial<Observer<T>> | ObserverNext<T>,\n error?: ObserverError,\n complete?: ObserverComplete\n ): Subscription {\n const observer = completeObserver(\n typeof observerOrNext !== 'object' || observerOrNext === null\n ? {next: observerOrNext, error, complete}\n : observerOrNext\n )\n\n return new QuerySubscription(this.decorator(observer), this.executor)\n }\n\n public [symbolObservable](): this {\n return this\n }\n\n // this makes sure we satisfy the interface, while using a possibly polyfilled\n // [symbolObservable] above for the actual implementation\n public declare [Symbol.observable]: () => this\n}\n","import {Transport} from './transport'\nimport WriteApi from './WriteApi'\n\n/**\n * Option for the communication with InfluxDB server.\n */\nexport interface ConnectionOptions {\n /** base URL */\n url: string\n /** authentication token */\n token?: string\n /**\n * socket timeout, 10000 milliseconds by default in node.js\n * @defaultValue 10000\n */\n timeout?: number\n /**\n * TransportOptions supply extra options for the transport layer, they differ between node.js and browser/deno.\n * Node.js transport accepts options specified in {@link https://nodejs.org/api/http.html#http_http_request_options_callback | http.request } or\n * {@link https://nodejs.org/api/https.html#https_https_request_options_callback | https.request }. For example, an `agent` property can be set to\n * {@link https://www.npmjs.com/package/proxy-http-agent | setup HTTP/HTTPS proxy }, {@link https://nodejs.org/api/tls.html#tls_tls_connect_options_callback | rejectUnauthorized }\n * property can disable TLS server certificate verification. Additionally,\n * {@link https://github.com/follow-redirects/follow-redirects | follow-redirects } property can be also specified\n * in order to follow redirects in node.js.\n * {@link https://developer.mozilla.org/en-US/docs/Web/API/fetch | fetch } is used under the hood in browser/deno.\n * For example,\n * {@link https://developer.mozilla.org/en-US/docs/Web/API/fetch | redirect } property can be set to 'error' to abort request if a redirect occurs.\n */\n transportOptions?: {[key: string]: any}\n /**\n * Default HTTP headers to send with every request.\n */\n headers?: Record<string, string>\n /**\n * Full HTTP web proxy URL including schema, for example http://your-proxy:8080.\n */\n proxyUrl?: string\n}\n\n/** default connection options */\nexport const DEFAULT_ConnectionOptions: Partial<ConnectionOptions> = {\n timeout: 10000,\n}\n\n/**\n * Options that configure strategy for retrying failed requests.\n */\nexport interface RetryDelayStrategyOptions {\n /** add `random(retryJitter)` milliseconds delay when retrying HTTP calls */\n retryJitter: number\n /** minimum delay when retrying write (milliseconds) */\n minRetryDelay: number\n /** maximum delay when retrying write (milliseconds) */\n maxRetryDelay: number\n /** base for the exponential retry delay */\n exponentialBase: number\n /**\n * randomRetry indicates whether the next retry delay is deterministic (false) or random (true).\n * The deterministic delay starts with `minRetryDelay * exponentialBase` and it is multiplied\n * by `exponentialBase` until it exceeds `maxRetryDelay`.\n * When random is `true`, the next delay is computed as a random number between next retry attempt (upper)\n * and the lower number in the deterministic sequence. `random(retryJitter)` is added to every returned value.\n */\n randomRetry: boolean\n}\n\n/**\n * Options that configure strategy for retrying failed InfluxDB write operations.\n */\nexport interface WriteRetryOptions extends RetryDelayStrategyOptions {\n /**\n * WriteFailed is called to inform about write errors.\n * @param this - the instance of the API that failed\n * @param error - write error\n * @param lines - failed lines\n * @param attempt - count of already failed attempts to write the lines (1 ... maxRetries+1)\n * @param expires - expiration time for the lines to be retried in millis since epoch\n * @returns a Promise to force the API to use it as a result of the flush operation,\n * void/undefined to continue with default retry mechanism\n */\n writeFailed(\n this: WriteApi,\n error: Error,\n lines: Array<string>,\n attempt: number,\n expires: number\n ): Promise<void> | void\n\n /**\n * WriteSuccess is informed about successfully written lines.\n * @param this - the instance of the API in use\n * @param lines - written lines\n */\n writeSuccess(this: WriteApi, lines: Array<string>): void\n\n /**\n * WriteRetrySkipped is informed about lines that were removed from the retry buffer\n * to keep the size of the retry buffer under the configured limit (maxBufferLines).\n * @param entry - lines that were skipped\n */\n writeRetrySkipped(entry: {lines: Array<string>; expires: number}): void\n\n /** max count of retries after the first write fails */\n maxRetries: number\n /** max time (millis) that can be spent with retries */\n maxRetryTime: number\n /** the maximum size of retry-buffer (in lines) */\n maxBufferLines: number\n}\n\n/**\n * Options used by {@link WriteApi} .\n */\nexport interface WriteOptions extends WriteRetryOptions {\n /** max number of records/lines to send in a batch */\n batchSize: number\n /** delay between data flushes in milliseconds, at most `batch size` records are sent during flush */\n flushInterval: number\n /** default tags, unescaped */\n defaultTags?: Record<string, string>\n /** HTTP headers that will be sent with every write request */\n headers?: {[key: string]: string}\n /** When specified, write bodies larger than the threshold are gzipped */\n gzipThreshold?: number\n /** max size of a batch in bytes */\n maxBatchBytes: number\n /** InfluxDB Enterprise write consistency as explained in https://docs.influxdata.com/enterprise_influxdb/v1.9/concepts/clustering/#write-consistency */\n consistency?: 'any' | 'one' | 'quorum' | 'all'\n}\n\n/** default RetryDelayStrategyOptions */\nexport const DEFAULT_RetryDelayStrategyOptions = {\n retryJitter: 200,\n minRetryDelay: 5000,\n maxRetryDelay: 125000,\n exponentialBase: 5,\n randomRetry: true,\n}\n\n/** default writeOptions */\nexport const DEFAULT_WriteOptions: WriteOptions = {\n batchSize: 1000,\n maxBatchBytes: 50_000_000, // default max batch size in the cloud\n flushInterval: 60000,\n writeFailed: function () {},\n writeSuccess: function () {},\n writeRetrySkipped: function () {},\n maxRetries: 5,\n maxRetryTime: 180_000,\n maxBufferLines: 32_000,\n // a copy of DEFAULT_RetryDelayStrategyOptions, so that DEFAULT_WriteOptions could be tree-shaken\n retryJitter: 200,\n minRetryDelay: 5000,\n maxRetryDelay: 125000,\n exponentialBase: 2,\n gzipThreshold: 1000,\n randomRetry: true,\n}\n\n/**\n * Options used by {@link InfluxDB} .\n */\nexport interface ClientOptions extends ConnectionOptions {\n /** supplies and overrides default writing options */\n writeOptions?: Partial<WriteOptions>\n /** specifies custom transport */\n transport?: Transport\n}\n\n/**\n * Timestamp precision used in write operations.\n * See {@link https://docs.influxdata.com/influxdb/latest/api/#operation/PostWrite }\n */\nexport type WritePrecisionType = 'ns' | 'us' | 'ms' | 's'\n","function createEscaper(\n characters: string,\n replacements: string[]\n): (value: string) => string {\n return function (value: string): string {\n let retVal = ''\n let from = 0\n let i = 0\n while (i < value.length) {\n const found = characters.indexOf(value[i])\n if (found >= 0) {\n retVal += value.substring(from, i)\n retVal += replacements[found]\n from = i + 1\n }\n i++\n }\n if (from == 0) {\n return value\n } else if (from < value.length) {\n retVal += value.substring(from, value.length)\n }\n return retVal\n }\n}\nfunction createQuotedEscaper(\n characters: string,\n replacements: string[]\n): (value: string) => string {\n const escaper = createEscaper(characters, replacements)\n return (value: string): string => '\"' + escaper(value) + '\"'\n}\n\n/**\n * Provides functions escape specific parts in InfluxDB line protocol.\n */\nexport const escape = {\n /**\n * Measurement escapes measurement names.\n */\n measurement: createEscaper(', \\n\\r\\t', ['\\\\,', '\\\\ ', '\\\\n', '\\\\r', '\\\\t']),\n /**\n * Quoted escapes quoted values, such as database names.\n */\n quoted: createQuotedEscaper('\"\\\\', ['\\\\\"', '\\\\\\\\']),\n\n /**\n * TagEscaper escapes tag keys, tag values, and field keys.\n */\n tag: createEscaper(', =\\n\\r\\t', ['\\\\,', '\\\\ ', '\\\\=', '\\\\n', '\\\\r', '\\\\t']),\n}\n","declare let process: any\nconst zeroPadding = '000000000'\nlet useHrTime = false\n\nexport function useProcessHrtime(use: boolean): boolean {\n /* istanbul ignore else */\n if (!process.env.BUILD_BROWSER) {\n return (useHrTime = use && process && typeof process.hrtime === 'function')\n } else {\n return false\n }\n}\nuseProcessHrtime(true) // preffer node\n\nlet startHrMillis: number | undefined = undefined\nlet startHrTime: [number, number] | undefined = undefined\nlet lastMillis = Date.now()\nlet stepsInMillis = 0\nfunction nanos(): string {\n if (!process.env.BUILD_BROWSER && useHrTime) {\n const hrTime = process.hrtime() as [number, number]\n let millis = Date.now()\n if (!startHrTime) {\n startHrTime = hrTime\n startHrMillis = millis\n } else {\n hrTime[0] = hrTime[0] - startHrTime[0]\n hrTime[1] = hrTime[1] - startHrTime[1]\n // istanbul ignore next \"cannot mock system clock, manually reviewed\"\n if (hrTime[1] < 0) {\n hrTime[0] -= 1\n hrTime[1] += 1000_000_000\n }\n millis =\n (startHrMillis as number) +\n hrTime[0] * 1000 +\n Math.floor(hrTime[1] / 1000_000)\n }\n const nanos = String(hrTime[1] % 1000_000)\n return String(millis) + zeroPadding.substr(0, 6 - nanos.length) + nanos\n } else {\n const millis = Date.now()\n if (millis !== lastMillis) {\n lastMillis = millis\n stepsInMillis = 0\n } else {\n stepsInMillis++\n }\n const nanos = String(stepsInMillis)\n return String(millis) + zeroPadding.substr(0, 6 - nanos.length) + nanos\n }\n}\n\nfunction micros(): string {\n if (!process.env.BUILD_BROWSER && useHrTime) {\n const hrTime = process.hrtime() as [number, number]\n const micros = String(Math.trunc(hrTime[1] / 1000) % 1000)\n return (\n String(Date.now()) + zeroPadding.substr(0, 3 - micros.length) + micros\n )\n } else {\n return String(Date.now()) + zeroPadding.substr(0, 3)\n }\n}\nfunction millis(): string {\n return String(Date.now())\n}\nfunction seconds(): string {\n return String(Math.floor(Date.now() / 1000))\n}\n\n/**\n * Exposes functions that creates strings that represent a timestamp that\n * can be used in the line protocol. Micro and nano timestamps are emulated\n * depending on the js platform in use.\n */\nexport const currentTime = {\n s: seconds as () => string,\n ms: millis as () => string,\n us: micros as () => string,\n ns: nanos as () => string,\n seconds: seconds as () => string,\n millis: millis as () => string,\n micros: micros as () => string,\n nanos: nanos as () => string,\n}\n\n/**\n * dateToProtocolTimestamp provides converters for JavaScript Date to InfluxDB Write Protocol Timestamp. Keys are supported precisions.\n */\nexport const dateToProtocolTimestamp = {\n s: (d: Date): string => `${Math.floor(d.getTime() / 1000)}`,\n ms: (d: Date): string => `${d.getTime()}`,\n us: (d: Date): string => `${d.getTime()}000`,\n ns: (d: Date): string => `${d.getTime()}000000`,\n}\n\n/**\n * convertTimeToNanos converts Point's timestamp to a string.\n * @param value - supported timestamp value\n * @returns line protocol value\n */\nexport function convertTimeToNanos(\n value: string | number | Date | undefined\n): string | undefined {\n if (value === undefined) {\n return nanos()\n } else if (typeof value === 'string') {\n return value.length > 0 ? value : undefined\n } else if (value instanceof Date) {\n return `${value.getTime()}000000`\n } else if (typeof value === 'number') {\n return String(Math.floor(value))\n } else {\n return String(value)\n }\n}\n","/**\n * Logging interface.\n */\nexport interface Logger {\n error(message: string, err?: any): void\n warn(message: string, err?: any): void\n}\n\n/**\n * Logger that logs to console.out\n */\nexport const consoleLogger: Logger = {\n error(message, error) {\n // eslint-disable-next-line no-console\n console.error('ERROR: ' + message, error ? error : '')\n },\n warn(message, error) {\n // eslint-disable-next-line no-console\n console.warn('WARN: ' + message, error ? error : '')\n },\n}\nlet provider: Logger = consoleLogger\n\nexport const Log: Logger = {\n error(message, error) {\n provider.error(message, error)\n },\n warn(message, error) {\n provider.warn(message, error)\n },\n}\n\n/**\n * Sets custom logger.\n * @param logger - logger to use\n * @returns previous logger\n */\nexport function setLogger(logger: Logger): Logger {\n const previous = provider\n provider = logger\n return previous\n}\n","/** Property that offers a function that returns flux-sanitized value of an object. */\nexport const FLUX_VALUE = Symbol('FLUX_VALUE')\n\n/**\n * A flux parameter can print its (sanitized) flux value.\n */\nexport interface FluxParameterLike {\n [FLUX_VALUE](): string\n}\n\n/**\n * Represents a parameterized query.\n */\nexport interface ParameterizedQuery {\n /**\n * Returns flux query with sanitized parameters.\n */\n toString(): string\n}\n\nclass FluxParameter implements FluxParameterLike, ParameterizedQuery {\n constructor(private fluxValue: string) {}\n toString(): string {\n return this.fluxValue\n }\n [FLUX_VALUE](): string {\n return this.fluxValue\n }\n}\n\n/**\n * Checks if the supplied object is FluxParameterLike\n * @param value - any value\n * @returns true if it is\n */\nfunction isFluxParameterLike(value: any): boolean {\n return typeof value === 'object' && typeof value[FLUX_VALUE] === 'function'\n}\n\n/**\n * Escapes content of the supplied string so it can be wrapped into double qoutes\n * to become a [flux string literal](https://docs.influxdata.com/flux/latest/spec/lexical-elements/#string-literals).\n * @param value - string value\n * @returns sanitized string\n */\nfunction sanitizeString(value: any): string {\n if (value === null || value === undefined) return ''\n value = value.toString()\n let retVal: any = undefined\n let i = 0\n function prepareRetVal(): void {\n if (retVal === undefined) {\n retVal = value.substring(0, i)\n }\n }\n for (; i < value.length; i++) {\n const c = value.charAt(i)\n switch (c) {\n case '\\r':\n prepareRetVal()\n retVal += '\\\\r'\n break\n case '\\n':\n prepareRetVal()\n retVal += '\\\\n'\n break\n case '\\t':\n prepareRetVal()\n retVal += '\\\\t'\n break\n case '\"':\n case '\\\\':\n prepareRetVal()\n retVal = retVal + '\\\\' + c\n break\n case '$':\n // escape ${\n if (i + 1 < value.length && value.charAt(i + 1) === '{') {\n prepareRetVal()\n i++\n retVal += '\\\\${'\n break\n }\n // append $\n if (retVal != undefined) {\n retVal += c\n }\n break\n default:\n if (retVal != undefined) {\n retVal += c\n }\n }\n }\n if (retVal !== undefined) {\n return retVal\n }\n return value\n}\n\n/**\n * Creates a flux string literal.\n */\nexport function fluxString(value: any): FluxParameterLike {\n return new FluxParameter(`\"${sanitizeString(value)}\"`)\n}\n\n/**\n * Sanitizes float value to avoid injections.\n * @param value - InfluxDB float literal\n * @returns sanitized float value\n * @throws Error if the the value cannot be sanitized\n */\nexport function sanitizeFloat(value: any): string {\n const val = Number(value)\n if (!isFinite(val)) {\n if (typeof value === 'number') {\n return `float(v: \"${val}\")`\n }\n throw new Error(`not a flux float: ${value}`)\n }\n // try to return a flux float literal if possible\n // https://docs.influxdata.com/flux/latest/data-types/basic/float/#float-syntax\n const strVal = val.toString()\n let hasDot = false\n for (const c of strVal) {\n if ((c >= '0' && c <= '9') || c == '-') continue\n if (c === '.') {\n hasDot = true\n continue\n }\n return `float(v: \"${strVal}\")`\n }\n return hasDot ? strVal : strVal + '.0'\n}\n/**\n * Creates a flux float literal.\n */\nexport function fluxFloat(value: any): FluxParameterLike {\n return new FluxParameter(sanitizeFloat(value))\n}\n\n/**\n * Sanitizes integer value to avoid injections.\n * @param value - InfluxDB integer literal\n * @returns sanitized integer value\n * @throws Error if the the value cannot be sanitized\n */\nexport function sanitizeInteger(value: any): string {\n // https://docs.influxdata.com/flux/latest/data-types/basic/int/\n // Min value: -9223372036854775808\n // Max value: 9223372036854775807\n // \"9223372036854775807\".length === 19\n const strVal = String(value)\n const negative = strVal.startsWith('-')\n const val = negative ? strVal.substring(1) : strVal\n if (val.length === 0 || val.length > 19) {\n throw new Error(`not a flux integer: ${strVal}`)\n }\n for (const c of val) {\n if (c < '0' || c > '9') throw new Error(`not a flux integer: ${strVal}`)\n }\n if (val.length === 19) {\n if (negative && val > '9223372036854775808') {\n throw new Error(`flux integer out of bounds: ${strVal}`)\n }\n if (!negative && val > '9223372036854775807') {\n throw new Error(`flux integer out of bounds: ${strVal}`)\n }\n }\n return strVal\n}\n\n/**\n * Creates a flux integer literal.\n */\nexport function fluxInteger(value: any): FluxParameterLike {\n return new FluxParameter(sanitizeInteger(value))\n}\n\nfunction sanitizeDateTime(value: any): string {\n return `time(v: \"${sanitizeString(value)}\")`\n}\n\n/**\n * Creates flux date-time literal.\n */\nexport function fluxDateTime(value: any): FluxParameterLike {\n return new FluxParameter(sanitizeDateTime(value))\n}\n\n/**\n * Creates flux date-time literal.\n */\nexport function fluxDuration(value: any): FluxParameterLike {\n return new FluxParameter(`duration(v: \"${sanitizeString(value)}\")`)\n}\n\nfunction sanitizeRegExp(value: any): string {\n if (value instanceof RegExp) {\n return value.toString()\n }\n return new RegExp(value).toString()\n}\n\n/**\n * Creates flux regexp literal out of a regular expression. See\n * https://docs.influxdata.com/flux/latest/data-types/basic/regexp/#regular-expression-syntax\n * for details.\n */\nexport function fluxRegExp(value: any): FluxParameterLike {\n // let the server decide if a regexp can be parsed\n return new FluxParameter(sanitizeRegExp(value))\n}\n\n/**\n * Creates flux boolean literal.\n */\nexport function fluxBool(value: any): FluxParameterLike {\n if (value === 'true' || value === 'false') {\n return new FluxParameter(value)\n }\n return new FluxParameter((!!value).toString())\n}\n\n/**\n * Assumes that the supplied value is flux expression or literal that does not need sanitizing.\n *\n * @param value - any value\n * @returns the supplied value as-is\n */\nexport function fluxExpression(value: any): FluxParameterLike {\n return new FluxParameter(String(value))\n}\n\n/**\n * Escapes content of the supplied parameter so that it can be safely embedded into flux query.\n * @param value - parameter value\n * @returns sanitized flux value or an empty string if it cannot be converted\n */\nexport function toFluxValue(value: any): string {\n if (value === undefined) {\n return ''\n } else if (value === null) {\n return 'null'\n } else if (typeof value === 'boolean') {\n return value.toString()\n } else if (typeof value === 'string') {\n return `\"${sanitizeString(value)}\"`\n } else if (typeof value === 'number') {\n if (Number.isSafeInteger(value)) {\n return sanitizeInteger(value)\n }\n return sanitizeFloat(value)\n } else if (typeof value === 'object') {\n if (typeof value[FLUX_VALUE] === 'function') {\n return value[FLUX_VALUE]()\n } else if (value instanceof Date) {\n return value.toISOString()\n } else if (value instanceof RegExp) {\n return sanitizeRegExp(value)\n } else if (Array.isArray(value)) {\n return `[${value.map(toFluxValue).join(',')}]`\n }\n } else if (typeof value === 'bigint') {\n return `${value}.0`\n }\n // use toString value for unrecognized object, symbol\n return toFluxValue(value.toString())\n}\n\n/**\n * Flux is a tagged template that sanitizes supplied parameters\n * to avoid injection attacks in flux.\n */\nexport function flux(\n strings: TemplateStringsArray,\n ...values: any\n): ParameterizedQuery {\n if (strings.length == 1 && values.length === 0) {\n return fluxExpression(strings[0]) // the simplest case\n }\n const parts = new Array<string>(strings.length + values.length)\n let partIndex = 0\n for (let i = 0; i < strings.length; i++) {\n const text = strings[i]\n parts[partIndex++] = text\n if (i < values.length) {\n const val = values[i]\n let sanitized: string\n if (\n text.endsWith('\"') &&\n i + 1 < strings.length &&\n strings[i + 1].startsWith('\"')\n ) {\n // parameter is wrapped into flux double quotes\n sanitized = sanitizeString(val)\n } else {\n sanitized = toFluxValue(val)\n if (sanitized === '') {\n // do not allow to insert empty strings, unless it is FluxParameterLike\n if (!isFluxParameterLike(val)) {\n throw new Error(\n `Unsupported parameter literal '${val}' at index: ${i}, type: ${typeof val}`\n )\n }\n }\n }\n parts[partIndex++] = sanitized\n } else if (i < strings.length - 1) {\n throw new Error('Too few parameters supplied!')\n }\n }\n // return flux expression so that flux can be embedded into another flux as-is\n return fluxExpression(parts.join(''))\n}\n","import {convertTimeToNanos} from './util/currentTime'\nimport {escape} from './util/escape'\n\n/**\n * Settings that control the way of how a {@link Point} is serialized\n * to a protocol line.\n */\nexport interface PointSettings {\n /** default tags to add to every point */\n defaultTags?: {[key: string]: string}\n /** convertTime serializes Point's timestamp to a line protocol value */\n convertTime?: (\n value: string | number | Date | undefined\n ) => string | undefined\n}\n\n/**\n * Point defines values of a single measurement.\n */\nexport class Point {\n private name: string\n private tags: {[key: string]: string} = {}\n /** escaped field values */\n public fields: {[key: string]: string} = {}\n private time: string | number | Date | undefined\n\n /**\n * Create a new Point with specified a measurement name.\n *\n * @param measurementName - the measurement name\n */\n constructor(measurementName?: string) {\n if (measurementName) this.name = measurementName\n }\n\n /**\n * Sets point's measurement.\n *\n * @param name - measurement name\n * @returns this\n */\n public measurement(name: string): Point {\n this.name = name\n return this\n }\n\n /**\n * Adds a tag. The caller has to ensure that both name and value are not empty\n * and do not end with backslash.\n *\n * @param name - tag name\n * @param value - tag value\n * @returns this\n */\n public tag(name: string, value: string): Point {\n this.tags[name] = value\n return this\n }\n\n /**\n * Adds a boolean field.\n *\n * @param field - field name\n * @param value - field value\n * @returns this\n */\n public booleanField(name: string, value: boolean | any): Point {\n this.fields[name] = value ? 'T' : 'F'\n return this\n }\n\n /**\n * Adds an integer field.\n *\n * @param name - field name\n * @param value - field value\n * @returns this\n * @throws NaN or out of int64 range value is supplied\n */\n public intField(name: string, value: number | any): Point {\n let val: number\n if (typeof value === 'number') {\n val = value\n } else {\n val = parseInt(String(value))\n }\n if (isNaN(val) || val <= -9223372036854776e3 || val >= 9223372036854776e3) {\n throw new Error(`invalid integer value for field '${name}': '${value}'!`)\n }\n this.fields[name] = `${Math.floor(val)}i`\n return this\n }\n\n /**\n * Adds an unsigned integer field.\n *\n * @param name - field name\n * @param value - field value\n * @returns this\n * @throws NaN out of range value is supplied\n */\n public uintField(name: string, value: number | any): Point {\n if (typeof value === 'number') {\n if (isNaN(value) || value < 0 || value > Number.MAX_SAFE_INTEGER) {\n throw new Error(`uint value for field '${name}' out of range: ${value}`)\n }\n this.fields[name] = `${Math.floor(value as number)}u`\n } else {\n const strVal = String(value)\n for (let i = 0; i < strVal.length; i++) {\n const code = strVal.charCodeAt(i)\n if (code < 48 || code > 57) {\n throw new Error(\n `uint value has an unsupported character at pos ${i}: ${value}`\n )\n }\n }\n if (\n strVal.length > 20 ||\n (strVal.length === 20 &&\n strVal.localeCompare('18446744073709551615') > 0)\n ) {\n throw new Error(\n `uint value for field '${name}' out of range: ${strVal}`\n )\n }\n this.fields[name] = `${strVal}u`\n }\n return this\n }\n\n /**\n * Adds a number field.\n *\n * @param name - field name\n * @param value - field value\n * @returns this\n * @throws NaN/Infinity/-Infinity is supplied\n */\n public floatField(name: string, value: number | any): Point {\n let val: number\n if (typeof value === 'number') {\n val = value\n } else {\n val = parseFloat(value)\n }\n if (!isFinite(val)) {\n throw new Error(`invalid float value for field '${name}': ${value}`)\n }\n\n this.fields[name] = String(val)\n return this\n }\n\n /**\n * Adds a string field.\n *\n * @param name - field name\n * @param value - field value\n * @returns this\n */\n public stringField(name: string, value: string | any): Point {\n if (value !== null && value !== undefined) {\n if (typeof value !== 'string') value = String(value)\n this.fields[name] = escape.quoted(value)\n }\n return this\n }\n\n /**\n * Sets point timestamp. Timestamp can be specified as a Date (preferred), number, string\n * or an undefined value. An undefined value instructs to assign a local timestamp using\n * the client's clock. An empty string can be used to let the server assign\n * the timestamp. A number value represents time as a count of time units since epoch, the\n * exact time unit then depends on the {@link InfluxDB.getWriteApi | precision} of the API\n * that writes the point.\n *\n * Beware that the current time in nanoseconds can't precisely fit into a JS number,\n * which can hold at most 2^53 integer number. Nanosecond precision numbers are thus supplied as\n * a (base-10) string. An application can also use ES2020 BigInt to represent nanoseconds,\n * BigInt's `toString()` returns the required high-precision string.\n *\n * Note that InfluxDB requires the timestamp to fit into int64 data type.\n *\n * @param value - point time\n * @returns this\n */\n public timestamp(value: Date | number | string | undefined): Point {\n this.time = value\n return this\n }\n\n /**\n * Creates an InfluxDB protocol line out of this instance.\n * @param settings - settings control serialization of a point timestamp and can also add default tags,\n * nanosecond timestamp precision is used when no `settings` or no `settings.convertTime` is supplied.\n * @returns an InfluxDB protocol line out of this instance\n */\n public toLineProtocol(settings?: Partial<PointSettings>): string | undefined {\n if (!this.name) return undefined\n let fieldsLine = ''\n Object.keys(this.fields)\n .sort()\n .forEach((x) => {\n if (x) {\n const val = this.fields[x]\n if (fieldsLine.length > 0) fieldsLine += ','\n fieldsLine += `${escape.tag(x)}=${val}`\n }\n })\n if (fieldsLine.length === 0) return undefined // no fields present\n let tagsLine = ''\n const tags =\n settings && settings.defaultTags\n ? {...settings.defaultTags, ...this.tags}\n : this.tags\n Object.keys(tags)\n .sort()\n .forEach((x) => {\n if (x) {\n const val = tags[x]\n if (val) {\n tagsLine += ','\n tagsLine += `${escape.tag(x)}=${escape.tag(val)}`\n }\n }\n })\n let time = this.time\n if (settings && settings.convertTime) {\n time = settings.convertTime(time)\n } else {\n time = convertTimeToNanos(time)\n }\n\n return `${escape.measurement(this.name)}${tagsLine} ${fieldsLine}${\n time !== undefined ? ' ' + time : ''\n }`\n }\n\n toString(): string {\n const line = this.toLineProtocol(undefined)\n return line ? line : `invalid point: ${JSON.stringify(this, undefined)}`\n }\n}\n","import {getRetryDelay, RetryDelayStrategy} from '../errors'\nimport {\n RetryDelayStrategyOptions,\n DEFAULT_RetryDelayStrategyOptions,\n} from '../options'\n\n/**\n * Applies a variant of exponential backoff with initial and max delay and a random\n * jitter delay. It also respects `retry delay` when specified together with an error.\n */\nexport class RetryStrategyImpl implements RetryDelayStrategy {\n options: RetryDelayStrategyOptions\n currentDelay: number | undefined\n\n constructor(options?: Partial<RetryDelayStrategyOptions>) {\n this.options = {...DEFAULT_RetryDelayStrategyOptions, ...options}\n this.success()\n }\n\n nextDelay(error?: Error, failedAttempts?: number): number {\n const delay = getRetryDelay(error)\n if (delay && delay > 0) {\n return delay + Math.round(Math.random() * this.options.retryJitter)\n } else {\n if (failedAttempts && failedAttempts > 0) {\n // compute delay\n if (this.options.randomRetry) {\n // random delay between deterministic delays\n let delay = Math.max(this.options.minRetryDelay, 1)\n let nextDelay = delay * this.options.exponentialBase\n for (let i = 1; i < failedAttempts; i++) {\n delay = nextDelay\n nextDelay = nextDelay * this.options.exponentialBase\n if (nextDelay >= this.options.maxRetryDelay) {\n nextDelay = this.options.maxRetryDelay\n break\n }\n }\n return (\n delay +\n Math.round(\n Math.random() * (nextDelay - delay) +\n Math.random() * this.options.retryJitter\n )\n )\n }\n // deterministric delay otherwise\n let delay = Math.max(this.options.minRetryDelay, 1)\n for (let i = 1; i < failedAttempts; i++) {\n delay = delay * this.options.exponentialBase\n if (delay >= this.options.maxRetryDelay) {\n delay = this.options.maxRetryDelay\n break\n }\n }\n return delay + Math.round(Math.random() * this.options.retryJitter)\n } else if (this.currentDelay) {\n this.currentDelay = Math.min(\n Math.max(this.currentDelay * this.options.exponentialBase, 1) +\n Math.round(Math.random() * this.options.retryJitter),\n this.options.maxRetryDelay\n )\n } else {\n this.currentDelay =\n this.options.minRetryDelay +\n Math.round(Math.random() * this.options.retryJitter)\n }\n return this.currentDelay\n }\n }\n success(): void {\n this.currentDelay = undefined\n }\n}\n\n/**\n * Creates a new instance of retry strategy.\n * @param options - retry options\n * @returns retry strategy implementation\n */\nexport function createRetryDelayStrategy(\n options?: Partial<RetryDelayStrategyOptions>\n): RetryDelayStrategy {\n return new RetryStrategyImpl(options)\n}\n","import {Log} from '../util/logger'\n\ninterface RetryItem {\n lines: string[]\n retryCount: number\n retryTime: number\n expires: number\n next?: RetryItem\n}\n\ntype FindShrinkCandidateResult = [found: RetryItem, parent?: RetryItem]\n\nfunction findShrinkCandidate(first: RetryItem): FindShrinkCandidateResult {\n let parent = undefined\n let found = first\n let currentParent = first\n while (currentParent.next) {\n if (currentParent.next.expires < found.expires) {\n parent = currentParent\n found = currentParent.next\n }\n currentParent = currentParent.next\n }\n return [found, parent]\n}\n\n/**\n * Retries lines up to a limit of max buffer size.\n */\nexport default class RetryBuffer {\n first?: RetryItem\n size = 0\n closed = false\n private _timeoutHandle: any = undefined\n\n constructor(\n private maxLines: number,\n private retryLines: (\n lines: string[],\n retryCountdown: number,\n started: number\n ) => Promise<void>,\n private onShrink: (entry: {\n lines: string[]\n retryCount: number\n expires: number\n }) => void = () => undefined\n ) {}\n\n addLines(\n lines: string[],\n retryCount: number,\n delay: number,\n expires: number\n ): void {\n if (this.closed) return\n if (!lines.length) return\n let retryTime = Date.now() + delay\n if (expires < retryTime) {\n retryTime = expires\n }\n // ensure at most maxLines are in the Buffer\n if (this.first && this.size + lines.length > this.maxLines) {\n const origSize = this.size\n const newSize = origSize * 0.7 // reduce to 70 %\n do {\n // remove \"oldest\" item\n const [found, parent] = findShrinkCandidate(this.first)\n this.size -= found.lines.length\n if (parent) {\n parent.next = found.next\n } else {\n this.first = found.next\n if (this.first) {\n this.scheduleRetry(this.first.retryTime - Date.now())\n }\n }\n found.next = undefined\n this.onShrink(found)\n } while (this.first && this.size + lines.length > newSize)\n Log.error(\n `RetryBuffer: ${\n origSize - this.size\n } oldest lines removed to keep buffer size under the limit of ${\n this.maxLines\n } lines.`\n )\n }\n const toAdd: RetryItem = {\n lines,\n retryCount,\n retryTime,\n expires,\n }\n // insert sorted according to retryTime\n let current: RetryItem | undefined = this.first\n let parent = undefined\n for (;;) {\n if (!current || current.retryTime > retryTime) {\n toAdd.next = current\n if (parent) {\n parent.next = toAdd\n } else {\n this.first = toAdd\n this.scheduleRetry(retryTime - Date.now())\n }\n break\n }\n parent = current\n current = current.next\n }\n this.size += lines.length\n }\n\n removeLines(): RetryItem | undefined {\n if (this.first) {\n const toRetry = this.first\n this.first = this.first.next\n toRetry.next = undefined\n this.size -= toRetry.lines.length\n return toRetry\n }\n return undefined\n }\n\n scheduleRetry(delay: number): void {\n if (this._timeoutHandle) {\n clearTimeout(this._timeoutHandle)\n }\n this._timeoutHandle = setTimeout(() => {\n const toRetry = this.removeLines()\n if (toRetry) {\n this.retryLines(toRetry.lines, toRetry.retryCount, toRetry.expires)\n .catch(() => {\n /* error is already logged, it must be caught */\n })\n .finally(() => {\n // schedule next retry execution\n if (this.first) {\n this.scheduleRetry(this.first.retryTime - Date.now())\n }\n })\n } else {\n this._timeoutHandle = undefined\n }\n }, Math.max(delay, 0))\n }\n\n async flush(): Promise<void> {\n let toRetry\n while ((toRetry = this.removeLines())) {\n await this.retryLines(toRetry.lines, toRetry.retryCount, toRetry.expires)\n }\n }\n\n close(): number {\n if (this._timeoutHandle) {\n clearTimeout(this._timeoutHandle)\n this._timeoutHandle = undefined\n }\n this.closed = true\n return this.size\n }\n}\n","/**\n * Utf8Length returns an expected length of a string when UTF-8 encoded.\n * @param s - input string\n * @returns expected count of bytes\n */\nexport default function utf8Length(s: string): number {\n let retVal = s.length\n // extends the size with code points (https://en.wikipedia.org/wiki/UTF-8#Encoding)\n for (let i = 0; i < s.length; i++) {\n const code = s.charCodeAt(i)\n /* istanbul ignore else - JS does not count with 4-bytes UNICODE characters at the moment */\n if (code < 0x80) {\n continue\n } else if (code >= 0x80 && code <= 0x7ff) {\n retVal++\n } else if (code >= 0x800 && code <= 0xffff) {\n if (code >= 0xd800 && code <= 0xdfff) {\n // node.js represents unicode characters above 0xffff by two UTF-16 surrogate halves\n // see https://en.wikipedia.org/wiki/UTF-8#Codepage_layout\n retVal++\n } else {\n retVal += 2\n }\n } else {\n // never happens in node.js 14, the situation can vary in the futures or in deno/browsers\n retVal += 3\n }\n }\n return retVal\n}\n","import WriteApi from '../WriteApi'\nimport {\n DEFAULT_WriteOptions,\n WriteOptions,\n WritePrecisionType,\n} from '../options'\nimport {Transport, SendOptions} from '../transport'\nimport {Headers} from '../results'\nimport {Log} from '../util/logger'\nimport {HttpError, RetryDelayStrategy} from '../errors'\nimport {Point} from '../Point'\nimport {currentTime, dateToProtocolTimestamp} from '../util/currentTime'\nimport {createRetryDelayStrategy} from './retryStrategy'\nimport RetryBuffer from './RetryBuffer'\nimport utf8Length from '../util/utf8Length'\n\nclass WriteBuffer {\n length = 0\n bytes = -1\n lines: string[]\n\n constructor(\n private maxChunkRecords: number,\n private maxBatchBytes: number,\n private flushFn: (lines: string[]) => Promise<void>,\n private scheduleSend: () => void\n ) {\n this.lines = new Array<string>(maxChunkRecords)\n }\n\n add(record: string): void {\n const size = utf8Length(record)\n if (this.length === 0) {\n this.scheduleSend()\n } else if (this.bytes + size + 1 >= this.maxBatchBytes) {\n // the new size already exceeds maxBatchBytes, send it\n this.flush().catch((_e) => {\n // an error is logged in case of failure, avoid UnhandledPromiseRejectionWarning\n })\n }\n this.lines[this.length] = record\n this.length++\n this.bytes += size + 1\n if (\n this.length >= this.maxChunkRecords ||\n this.bytes >= this.maxBatchBytes\n ) {\n this.flush().catch((_e) => {\n // an error is logged in case of failure, avoid UnhandledPromiseRejectionWarning\n })\n }\n }\n flush(): Promise<void> {\n const lines = this.reset()\n if (lines.length > 0) {\n return this.flushFn(lines)\n } else {\n return Promise.resolve()\n }\n }\n reset(): string[] {\n const retVal = this.lines.slice(0, this.length)\n this.length = 0\n this.bytes = -1 // lines are joined with \\n\n return retVal\n }\n}\n\nexport default class WriteApiImpl implements WriteApi {\n public path: string\n\n private writeBuffer: WriteBuffer\n private closed = false\n private writeOptions: WriteOptions\n private sendOptions: SendOptions\n private _timeoutHandle: any = undefined\n private currentTime: () => string\n private dateToProtocolTimestamp: (d: Date) => string\n\n retryBuffer: RetryBuffer\n retryStrategy: RetryDelayStrategy\n\n constructor(\n private transport: Transport,\n org: string,\n bucket: string,\n precision: WritePrecisionType,\n writeOptions?: Partial<WriteOptions>\n ) {\n this.path = `/api/v2/write?org=${encodeURIComponent(\n org\n )}&bucket=${encodeURIComponent(bucket)}&precision=${precision}`\n if (writeOptions?.consistency) {\n this.path += `&consistency=${encodeURIComponent(\n writeOptions.consistency\n )}`\n }\n this.writeOptions = {\n ...DEFAULT_WriteOptions,\n ...writeOptions,\n }\n this.currentTime = currentTime[precision]\n this.dateToProtocolTimestamp = dateToProtocolTimestamp[precision]\n if (this.writeOptions.defaultTags) {\n this.useDefaultTags(this.writeOptions.defaultTags)\n }\n this.sendOptions = {\n method: 'POST',\n headers: {\n 'content-type': 'text/plain; charset=utf-8',\n ...writeOptions?.headers,\n },\n gzipThreshold: this.writeOptions.gzipThreshold,\n }\n\n const scheduleNextSend = (): void => {\n if (this.writeOptions.flushInterval > 0) {\n this._clearFlushTimeout()\n /* istanbul ignore else manually reviewed, hard to reproduce */\n if (!this.closed) {\n this._timeoutHandle = setTimeout(\n () =>\n this.sendBatch(\n this.writeBuffer.reset(),\n this.writeOptions.maxRetries\n ).catch((_e) => {\n // an error is logged in case of failure, avoid UnhandledPromiseRejectionWarning\n }),\n this.writeOptions.flushInterval\n )\n }\n }\n }\n // write buffer\n this.writeBuffer = new WriteBuffer(\n this.writeOptions.batchSize,\n this.writeOptions.maxBatchBytes,\n (lines) => {\n this._clearFlushTimeout()\n return this.sendBatch(lines, this.writeOptions.maxRetries)\n },\n scheduleNextSend\n )\n this.sendBatch = this.sendBatch.bind(this)\n // retry buffer\n this.retryStrategy = createRetryDelayStrategy(this.writeOptions)\n this.retryBuffer = new RetryBuffer(\n this.writeOptions.maxBufferLines,\n this.sendBatch,\n this.writeOptions.writeRetrySkipped\n )\n }\n\n sendBatch(\n lines: string[],\n retryAttempts: number,\n expires: number = Date.now() + this.writeOptions.maxRetryTime\n ): Promise<void> {\n // eslint-disable-next-line @typescript-eslint/no-this-alias\n const self: WriteApiImpl = this\n const failedAttempts = self.writeOptions.maxRetries + 1 - retryAttempts\n if (!this.closed && lines.length > 0) {\n if (expires <= Date.now()) {\n const error = new Error('Max retry time exceeded.')\n const onRetry = self.writeOptions.writeFailed.call(\n self,\n error,\n lines,\n failedAttempts,\n expires\n )\n if (onRetry) {\n return onRetry\n }\n Log.error(\n `Write to InfluxDB failed (attempt: ${failedAttempts}).`,\n error\n )\n return Promise.reject(error)\n }\n return new Promise<void>((resolve, reject) => {\n let responseStatusCode: number | undefined\n const callbacks = {\n responseStarted(_headers: Headers, statusCode?: number): void {\n responseStatusCode = statusCode\n },\n error(error: Error): void {\n // call the writeFailed listener and check if we can retry\n const onRetry = self.writeOptions.writeFailed.call(\n self,\n error,\n lines,\n failedAttempts,\n expires\n )\n if (onRetry) {\n onRetry.then(resolve, reject)\n return\n }\n // ignore informational message about the state of InfluxDB\n // enterprise cluster, if present\n if (\n error instanceof HttpError &&\n error.json &&\n typeof error.json.error === 'string' &&\n error.json.error.includes('hinted handoff queue not empty')\n ) {\n Log.warn('Write to InfluxDB returns: ' + error.json.error)\n responseStatusCode = 204\n callbacks.complete()\n return\n }\n // retry if possible\n if (\n !self.closed &&\n retryAttempts > 0 &&\n (!(error instanceof HttpError) ||\n (error as HttpError).statusCode >= 429)\n ) {\n Log.warn(\n `Write to InfluxDB failed (attempt: ${failedAttempts}).`,\n error\n )\n self.retryBuffer.addLines(\n lines,\n retryAttempts - 1,\n self.retryStrategy.nextDelay(error, failedAttempts),\n expires\n )\n reject(error)\n return\n }\n Log.error(`Write to InfluxDB failed.`, error)\n reject(error)\n },\n complete(): void {\n // older implementations of transport do not report status code\n if (responseStatusCode == 204 || responseStatusCode == undefined) {\n self.writeOptions.writeSuccess.call(self, lines)\n self.retryStrategy.success()\n resolve()\n } else {\n const message = `204 HTTP response status code expected, but ${responseStatusCode} returned`\n const error = new HttpError(\n responseStatusCode,\n message,\n undefined,\n '0'\n )\n error.message = message\n callbacks.error(error)\n }\n },\n }\n this.transport.send(\n this.path,\n lines.join('\\n'),\n this.sendOptions,\n callbacks\n )\n })\n } else {\n return Promise.resolve()\n }\n }\n\n private _clearFlushTimeout(): void {\n if (this._timeoutHandle !== undefined) {\n clearTimeout(this._timeoutHandle)\n this._timeoutHandle = undefined\n }\n }\n\n writeRecord(record: string): void {\n if (this.closed) {\n throw new Error('writeApi: already closed!')\n }\n this.writeBuffer.add(record)\n }\n writeRecords(records: ArrayLike<string>): void {\n if (this.closed) {\n throw new Error('writeApi: already closed!')\n }\n for (let i = 0; i < records.length; i++) {\n this.writeBuffer.add(records[i])\n }\n }\n writePoint(point: Point): void {\n if (this.closed) {\n throw new Error('writeApi: already closed!')\n }\n const line = point.toLineProtocol(this)\n if (line) this.writeBuffer.add(line)\n }\n writePoints(points: ArrayLike<Point>): void {\n if (this.closed) {\n throw new Error('writeApi: already closed!')\n }\n for (let i = 0; i < points.length; i++) {\n const line = points[i].toLineProtocol(this)\n if (line) this.writeBuffer.add(line)\n }\n }\n async flush(withRetryBuffer?: boolean): Promise<void> {\n await this.writeBuffer.flush()\n if (withRetryBuffer) {\n return await this.retryBuffer.flush()\n }\n }\n close(): Promise<void> {\n const retVal = this.writeBuffer.flush().finally(() => {\n const remaining = this.retryBuffer.close()\n if (remaining) {\n Log.error(\n `Retry buffer closed with ${remaining} items that were not written to InfluxDB!`,\n null\n )\n }\n this.closed = true\n })\n return retVal\n }\n dispose(): number {\n this._clearFlushTimeout()\n this.closed = true\n return this.retryBuffer.close() + this.writeBuffer.length\n }\n\n // PointSettings\n defaultTags: {[key: string]: string} | undefined\n useDefaultTags(tags: {[key: string]: string}): WriteApi {\n this.defaultTags = tags\n return this\n }\n convertTime(value: string | number | Date | undefined): string | undefined {\n if (value === undefined) {\n return this.currentTime()\n } else if (typeof value === 'string') {\n return value.length > 0 ? value : undefined\n } else if (value instanceof Date) {\n return this.dateToProtocolTimestamp(value)\n } else if (typeof value === 'number') {\n return String(Math.floor(value))\n } else {\n return String(value)\n }\n }\n}\n","import {ConnectionOptions, DEFAULT_ConnectionOptions} from '../../options'\nimport {parse} from 'url'\nimport * as http from 'http'\nimport * as https from 'https'\nimport {Buffer} from 'buffer'\nimport {RequestTimedOutError, AbortError, HttpError} from '../../errors'\nimport {Transport, SendOptions} from '../../transport'\nimport {\n Cancellable,\n ChunkCombiner,\n CommunicationObserver,\n Headers,\n ResponseStartedFn,\n} from '../../results'\nimport nodeChunkCombiner from './nodeChunkCombiner'\nimport zlib from 'zlib'\nimport completeCommunicationObserver from '../completeCommunicationObserver'\nimport {CLIENT_LIB_VERSION} from '../version'\nimport {Log} from '../../util/logger'\nimport {pipeline, Readable} from 'stream'\n\nconst zlibOptions = {\n flush: zlib.constants.Z_SYNC_FLUSH,\n finishFlush: zlib.constants.Z_SYNC_FLUSH,\n}\nconst emptyBuffer = Buffer.allocUnsafe(0)\n\nclass CancellableImpl implements Cancellable {\n private cancelled = false\n public resume?: () => void\n cancel(): void {\n this.cancelled = true\n if (this.resume) {\n this.resume()\n this.resume = undefined\n }\n }\n isCancelled(): boolean {\n return this.cancelled\n }\n}\n\n/**\n * Transport layer on top of node http or https library.\n */\nexport class NodeHttpTransport implements Transport {\n /* required transport member */\n readonly chunkCombiner: ChunkCombiner = nodeChunkCombiner\n\n private defaultOptions: {[key: string]: any}\n private requestApi: (\n options: http.RequestOptions,\n callback: (res: http.IncomingMessage) => void\n ) => http.ClientRequest\n private contextPath: string\n private token?: string\n private headers: Record<string, string>\n /**\n * Creates a node transport using for the client options supplied.\n * @param connectionOptions - connection options\n */\n constructor(connectionOptions: ConnectionOptions) {\n const {\n url: _url,\n proxyUrl,\n token,\n transportOptions,\n ...nodeSupportedOptions\n } = connectionOptions\n const url = parse(proxyUrl || _url)\n this.token = token\n this.defaultOptions = {\n ...DEFAULT_ConnectionOptions,\n ...nodeSupportedOptions,\n ...transportOptions,\n port: url.port,\n protocol: url.protocol,\n hostname: url.hostname,\n }\n this.contextPath = proxyUrl ? _url : url.path ?? ''\n if (this.contextPath.endsWith('/')) {\n this.contextPath = this.contextPath.substring(\n 0,\n this.contextPath.length - 1\n )\n }\n // remove all undefined field to avoid node validation errors\n // https://github.com/influxdata/influxdb-client-js/issues/380\n Object.keys(this.defaultOptions).forEach(\n (key) =>\n this.defaultOptions[key] === undefined &&\n delete this.defaultOptions[key]\n )\n // https://github.com/influxdata/influxdb-client-js/issues/263\n // don't allow /api/v2 suffix to avoid future problems\n if (this.contextPath.endsWith('/api/v2')) {\n Log.warn(\n `Please remove '/api/v2' context path from InfluxDB base url, using ${url.protocol}//${url.hostname}:${url.port} !`\n )\n this.contextPath = ''\n }\n\n if (url.protocol === 'http:') {\n this.requestApi =\n this.defaultOptions['follow-redirects']?.http?.request ?? http.request\n } else if (url.protocol === 'https:') {\n this.requestApi =\n this.defaultOptions['follow-redirects']?.https?.request ?? https.request\n } else {\n throw new Error(\n `Unsupported protocol \"${url.protocol} in URL: \"${connectionOptions.url}\"`\n )\n }\n this.headers = {\n 'User-Agent': `influxdb-client-js/${CLIENT_LIB_VERSION}`,\n ...connectionOptions.headers,\n }\n if (proxyUrl) {\n this.headers['Host'] = parse(_url).host as string\n }\n }\n\n /**\n * Sends data to server and receives communication events via communication callbacks.\n *\n * @param path - HTTP request path\n * @param body - message body\n * @param headers - HTTP headers\n * @param method - HTTP method\n * @param callbacks - communication callbacks\n */\n send(\n path: string,\n body: string,\n options: SendOptions,\n callbacks?: Partial<CommunicationObserver<any>>\n ): void {\n const cancellable = new CancellableImpl()\n if (callbacks && callbacks.useCancellable)\n callbacks.useCancellable(cancellable)\n this.createRequestMessage(\n path,\n body,\n options,\n (message: {[key: string]: any}) => {\n this._request(message, cancellable, callbacks)\n },\n /* istanbul ignore next - hard to simulate failure, manually reviewed */\n (err: Error) => callbacks?.error && callbacks.error(err)\n )\n }\n\n /**\n * Sends data to the server and receives decoded result. The type of the result depends on\n * response's content-type (deserialized json, text).\n \n * @param path - HTTP path\n * @param requestBody - request body\n * @param options - send options\n * @returns Promise of response body\n */\n request(\n path: string,\n body: any,\n options: SendOptions,\n responseStarted?: ResponseStartedFn\n ): Promise<any> {\n if (!body) {\n body = ''\n } else if (typeof body !== 'string') {\n body = JSON.stringify(body)\n }\n let buffer = emptyBuffer\n let contentType: string\n let responseStatusCode: number | undefined\n return new Promise((resolve, reject) => {\n this.send(path, body as string, options, {\n responseStarted(headers: Headers, statusCode?: number) {\n if (responseStarted) {\n responseStarted(headers, statusCode)\n }\n contentType = String(headers['content-type'])\n responseStatusCode = statusCode\n },\n next: (data: Uint8Array): void => {\n buffer = Buffer.concat([buffer, data])\n },\n complete: (): void => {\n const responseType = options.headers?.accept ?? contentType\n try {\n if (responseStatusCode === 204) {\n // ignore body of NO_CONTENT response\n resolve(undefined)\n }\n if (responseType.includes('json')) {\n if (buffer.length) {\n resolve(JSON.parse(buffer.toString('utf8')))\n } else {\n resolve(undefined)\n }\n } else if (\n responseType.includes('text') ||\n responseType.startsWith('application/csv')\n ) {\n resolve(buffer.toString('utf8'))\n } else {\n resolve(buffer)\n }\n } catch (e) {\n reject(e)\n }\n },\n error: (e: Error): void => {\n reject(e)\n },\n })\n })\n }\n\n async *iterate(\n path: string,\n body: string,\n options: SendOptions\n ): AsyncIterableIterator<Uint8Array> {\n let terminationError: Error | undefined = undefined\n let nestedReject: (e: Error) => void\n function wrapReject(error: Error) {\n terminationError = error\n nestedReject(error)\n }\n const requestMessage = await new Promise<Record<string, any>>(\n (resolve, reject) => {\n nestedReject = reject\n this.createRequestMessage(path, body, options, resolve, wrapReject)\n }\n )\n if (requestMessage.signal?.addEventListener) {\n ;(requestMessage.signal as AbortSignal).addEventListener('abort', () => {\n wrapReject(new AbortError())\n })\n }\n const response = await new Promise<http.IncomingMessage>(\n (resolve, reject) => {\n nestedReject = reject\n const req = this.requestApi(requestMessage, resolve)\n req.on('timeout', () => wrapReject(new RequestTimedOutError()))\n req.on('error', wrapReject)\n\n req.write(requestMessage.body)\n req.end()\n }\n )\n const res = await new Promise<Readable>((resolve, reject) => {\n nestedReject = reject\n this._prepareResponse(response, resolve, wrapReject)\n })\n for await (const chunk of res) {\n if (terminationError) {\n throw terminationError\n }\n yield chunk\n }\n }\n /**\n * Creates configuration for a specific request.\n *\n * @param path - API path starting with '/' and containing also query parameters\n * @param body - request body, will be utf-8 encoded\n * @returns a configuration object that is suitable for making the request\n */\n private createRequestMessage(\n path: string,\n body: string,\n sendOptions: SendOptions,\n resolve: (req: http.RequestOptions) => void,\n reject: (err: Error) => void\n ): void {\n const bodyBuffer = Buffer.from(body, 'utf-8')\n const headers: {[key: string]: any} = {\n 'content-type': 'application/json; charset=utf-8',\n ...this.headers,\n }\n if (this.token) {\n headers.authorization = 'Token ' + this.token\n }\n const options: {[key: string]: any} = {\n ...this.defaultOptions,\n path: this.contextPath + path,\n method: sendOptions.method,\n headers: {\n ...headers,\n ...sendOptions.headers,\n },\n }\n if (sendOptions.signal) {\n options.signal = sendOptions.signal\n }\n if (\n sendOptions.gzipThreshold !== undefined &&\n sendOptions.gzipThreshold < bodyBuffer.length\n ) {\n zlib.gzip(bodyBuffer, (err, res) => {\n /* istanbul ignore next - hard to simulate failure, manually reviewed */\n if (err) {\n return reject(err)\n }\n options.headers['content-encoding'] = 'gzip'\n options.body = res\n resolve(options)\n })\n return\n }\n options.body = bodyBuffer\n options.headers['content-length'] = options.body.length\n resolve(options)\n }\n\n private _prepareResponse(\n res: http.IncomingMessage,\n resolve: (res: Readable) => void,\n reject: (err: Error) => void\n ) {\n res.on('aborted', () => {\n reject(new AbortError())\n })\n res.on('error', reject)\n /* istanbul ignore next statusCode is optional in http.IncomingMessage */\n const statusCode = res.statusCode ?? 600\n const contentEncoding = res.headers['content-encoding']\n let responseData\n if (contentEncoding === 'gzip') {\n responseData = zlib.createGunzip(zlibOptions)\n responseData = pipeline(res, responseData, (e) => e && reject(e))\n } else {\n responseData = res\n }\n if (statusCode >= 300) {\n let body = ''\n const isJson = String(res.headers['content-type']).startsWith(\n 'application/json'\n )\n responseData.on('data', (s) => {\n body += s.toString()\n if (!isJson && body.length > 1000) {\n body = body.slice(0, 1000)\n res.resume()\n }\n })\n responseData.on('end', () => {\n if (body === '' && !!res.headers['x-influxdb-error']) {\n body = res.headers['x-influxdb-error'].toString()\n }\n reject(\n new HttpError(\n statusCode,\n res.statusMessage,\n body,\n res.headers['retry-after'],\n res.headers['content-type']\n )\n )\n })\n } else {\n resolve(responseData)\n }\n }\n\n private _request(\n requestMessage: {[key: string]: any},\n cancellable: CancellableImpl,\n callbacks?: Partial<CommunicationObserver<any>>\n ): void {\n const listeners = completeCommunicationObserver(callbacks)\n if (cancellable.isCancelled()) {\n listeners.complete()\n return\n }\n if (requestMessage.signal?.addEventListener) {\n ;(requestMessage.signal as AbortSignal).addEventListener('abort', () => {\n listeners.error(new AbortError())\n })\n }\n const req = this.requestApi(requestMessage, (res: http.IncomingMessage) => {\n /* istanbul ignore next - hard to simulate failure, manually reviewed */\n if (cancellable.isCancelled()) {\n res.resume()\n listeners.complete()\n return\n }\n listeners.responseStarted(res.headers, res.statusCode)\n this._prepareResponse(\n res,\n (responseData) => {\n responseData.on('data', (data) => {\n if (cancellable.isCancelled()) {\n res.resume()\n } else {\n if (listeners.next(data) === false) {\n // pause processing, the consumer signalizes that\n // it is not able to receive more data\n if (!listeners.useResume) {\n listeners.error(\n new Error('Unable to pause, useResume is not configured!')\n )\n res.resume()\n return\n }\n res.pause()\n const resume = () => {\n res.resume()\n }\n cancellable.resume = resume\n listeners.useResume(resume)\n }\n }\n })\n responseData.on('end', listeners.complete)\n },\n listeners.error\n )\n })\n // Support older Nodes which don't allow `timeout` in the\n // request options\n /* istanbul ignore else support older node versions */\n if (typeof req.setTimeout === 'function' && requestMessage.timeout) {\n req.setTimeout(requestMessage.timeout)\n }\n\n req.on('timeout', () => {\n listeners.error(new RequestTimedOutError())\n })\n req.on('error', (error) => {\n listeners.error(error)\n })\n\n /* istanbul ignore else support older node versions */\n if (requestMessage.body) {\n req.write(requestMessage.body)\n }\n req.end()\n }\n}\nexport default NodeHttpTransport\n","import {Buffer} from 'buffer'\nimport {ChunkCombiner} from '../../results'\n\nconst nodeChunkCombiner: ChunkCombiner = {\n concat(first: Uint8Array, second: Uint8Array): Uint8Array {\n return Buffer.concat([first, second])\n },\n toUtf8String(chunk: Uint8Array, start: number, end: number): string {\n return (chunk as Buffer).toString('utf-8', start, end)\n },\n copy(chunk: Uint8Array, start: number, end: number): Uint8Array {\n const retVal = Buffer.allocUnsafe(end - start)\n ;(chunk as Buffer).copy(retVal, 0, start, end)\n return retVal\n },\n}\n\nexport default nodeChunkCombiner\n","import {CommunicationObserver, Headers} from '../results'\n\ntype CompleteObserver = Omit<\n Required<CommunicationObserver<any>>,\n 'useCancellable' | 'useResume'\n> &\n Pick<CommunicationObserver<any>, 'useResume' | 'useCancellable'>\n\nexport default function completeCommunicationObserver(\n callbacks: Partial<CommunicationObserver<any>> = {}\n): CompleteObserver {\n let state = 0\n const retVal: CompleteObserver = {\n next: (data: any): void | boolean => {\n if (\n state === 0 &&\n callbacks.next &&\n data !== null &&\n data !== undefined\n ) {\n return callbacks.next(data)\n }\n },\n error: (error: Error): void => {\n /* istanbul ignore else propagate error at most once */\n if (state === 0) {\n state = 1\n /* istanbul ignore else safety check */\n if (callbacks.error) callbacks.error(error)\n }\n },\n complete: (): void => {\n if (state === 0) {\n state = 2\n /* istanbul ignore else safety check */\n if (callbacks.complete) callbacks.complete()\n }\n },\n responseStarted: (headers: Headers, statusCode?: number): void => {\n if (callbacks.responseStarted)\n callbacks.responseStarted(headers, statusCode)\n },\n }\n if (callbacks.useCancellable) {\n retVal.useCancellable = callbacks.useCancellable.bind(callbacks)\n }\n if (callbacks.useResume) {\n retVal.useResume = callbacks.useResume.bind(callbacks)\n }\n return retVal\n}\n","export const CLIENT_LIB_VERSION = '1.33.1'\n","import {Observable} from '../observable'\nimport QueryApi, {QueryOptions} from '../QueryApi'\nimport {Transport} from '../transport'\nimport {\n CommunicationObserver,\n FluxResultObserver,\n FluxTableMetaData,\n Row,\n AnnotatedCSVResponse,\n IterableResultExecutor,\n} from '../results'\nimport {ParameterizedQuery} from '../query/flux'\nimport {APIExecutor} from '../results/ObservableQuery'\n\nconst DEFAULT_dialect: any = {\n header: true,\n delimiter: ',',\n quoteChar: '\"',\n commentPrefix: '#',\n annotations: ['datatype', 'group', 'default'],\n}\n\nexport class QueryApiImpl implements QueryApi {\n private options: QueryOptions\n constructor(\n private transport: Transport,\n private createCSVResponse: (\n executor: APIExecutor,\n iterableResultExecutor: IterableResultExecutor\n ) => AnnotatedCSVResponse,\n org: string | QueryOptions\n ) {\n this.options = typeof org === 'string' ? {org} : org\n }\n\n with(options: Partial<QueryOptions>): QueryApi {\n return new QueryApiImpl(this.transport, this.createCSVResponse, {\n ...this.options,\n ...options,\n })\n }\n\n response(query: string | ParameterizedQuery): AnnotatedCSVResponse {\n const {org, type, gzip, headers} = this.options\n const path = `/api/v2/query?org=${encodeURIComponent(org)}`\n const body = JSON.stringify(\n this.decorateRequest({\n query: query.toString(),\n dialect: DEFAULT_dialect,\n type,\n })\n )\n const options = {\n method: 'POST',\n headers: {\n 'content-type': 'application/json; encoding=utf-8',\n 'accept-encoding': gzip ? 'gzip' : 'identity',\n ...headers,\n },\n }\n return this.createCSVResponse(\n (consumer) => this.transport.send(path, body, options, consumer),\n () => this.transport.iterate(path, body, options)\n )\n }\n\n iterateLines(query: string | ParameterizedQuery): AsyncIterable<string> {\n return this.response(query).iterateLines()\n }\n iterateRows(query: string | ParameterizedQuery): AsyncIterable<Row> {\n return this.response(query).iterateRows()\n }\n lines(query: string | ParameterizedQuery): Observable<string> {\n return this.response(query).lines()\n }\n\n rows(query: string | ParameterizedQuery): Observable<Row> {\n return this.response(query).rows()\n }\n\n queryLines(\n query: string | ParameterizedQuery,\n consumer: CommunicationObserver<string>\n ): void {\n return this.response(query).consumeLines(consumer)\n }\n\n queryRows(\n query: string | ParameterizedQuery,\n consumer: FluxResultObserver<string[]>\n ): void {\n return this.response(query).consumeRows(consumer)\n }\n\n collectRows<T>(\n query: string | ParameterizedQuery,\n rowMapper?: (\n values: string[],\n tableMeta: FluxTableMetaData\n ) => T | undefined\n ): Promise<Array<T>> {\n return this.response(query).collectRows(rowMapper)\n }\n\n collectLines(query: string | ParameterizedQuery): Promise<Array<string>> {\n return this.response(query).collectLines()\n }\n\n queryRaw(query: string | ParameterizedQuery): Promise<string> {\n const {org, type, gzip, headers} = this.options\n return this.transport.request(\n `/api/v2/query?org=${encodeURIComponent(org)}`,\n JSON.stringify(\n this.decorateRequest({\n query: query.toString(),\n dialect: DEFAULT_dialect,\n type,\n })\n ),\n {\n method: 'POST',\n headers: {\n accept: 'text/csv',\n 'accept-encoding': gzip ? 'gzip' : 'identity',\n 'content-type': 'application/json; encoding=utf-8',\n ...headers,\n },\n }\n )\n }\n\n private decorateRequest(request: any): any {\n if (typeof this.options.now === 'function') {\n request.now = this.options.now()\n }\n // https://docs.influxdata.com/influxdb/latest/api/#operation/PostQuery requires type\n request.type = this.options.type ?? 'flux'\n return request\n }\n}\n\nexport default QueryApiImpl\n","import {\n CommunicationObserver,\n FluxResultObserver,\n FluxTableMetaData,\n Row,\n linesToTables,\n ChunkCombiner,\n chunksToLines,\n chunksToLinesIterable,\n linesToRowsIterable,\n} from '../results'\nimport {Observable} from '../observable'\nimport {\n AnnotatedCSVResponse,\n IterableResultExecutor,\n} from './AnnotatedCSVResponse'\nimport ObservableQuery, {APIExecutor} from './ObservableQuery'\n\nexport function defaultRowMapping(\n values: string[],\n tableMeta: FluxTableMetaData\n): Record<string, any> {\n return tableMeta.toObject(values)\n}\n\n/**\n * AnnotatedCsvResponseImpl is an implementation AnnotatedCsvResponse\n * that uses the supplied executor to supply a response data stream.\n */\nexport class AnnotatedCSVResponseImpl implements AnnotatedCSVResponse {\n constructor(\n private executor: APIExecutor,\n private iterableResultExecutor: IterableResultExecutor,\n private chunkCombiner: ChunkCombiner\n ) {}\n iterateLines(): AsyncIterable<string> {\n return chunksToLinesIterable(this.iterableResultExecutor())\n }\n iterateRows(): AsyncIterable<Row> {\n return linesToRowsIterable(\n chunksToLinesIterable(this.iterableResultExecutor())\n )\n }\n lines(): Observable<string> {\n return new ObservableQuery(this.executor, (observer) =>\n chunksToLines(observer, this.chunkCombiner)\n )\n }\n\n rows(): Observable<Row> {\n return new ObservableQuery(this.executor, (observer) => {\n return chunksToLines(\n linesToTables({\n next(values, tableMeta) {\n observer.next({values, tableMeta})\n },\n error(e) {\n observer.error(e)\n },\n complete() {\n observer.complete()\n },\n }),\n this.chunkCombiner\n )\n })\n }\n\n consumeLines(consumer: CommunicationObserver<string>): void {\n this.executor(chunksToLines(consumer, this.chunkCombiner))\n }\n\n consumeRows(consumer: FluxResultObserver<string[]>): void {\n this.executor(chunksToLines(linesToTables(consumer), this.chunkCombiner))\n }\n\n collectRows<T>(\n rowMapper: (\n values: string[],\n tableMeta: FluxTableMetaData\n ) => T | undefined = defaultRowMapping as (\n values: string[],\n tableMeta: FluxTableMetaData\n ) => T | undefined\n ): Promise<Array<T>> {\n const retVal: Array<T> = []\n return new Promise((resolve, reject) => {\n this.consumeRows({\n next(values: string[], tableMeta: FluxTableMetaData): void {\n const toAdd = rowMapper.call(this, values, tableMeta)\n if (toAdd !== undefined) {\n retVal.push(toAdd)\n }\n },\n error(error: Error): void {\n reject(error)\n },\n complete(): void {\n resolve(retVal)\n },\n })\n })\n }\n\n collectLines(): Promise<Array<string>> {\n const retVal: Array<string> = []\n return new Promise((resolve, reject) => {\n this.consumeLines({\n next(line: string): void {\n retVal.push(line)\n },\n error(error: Error): void {\n reject(error)\n },\n complete(): void {\n resolve(retVal)\n },\n })\n })\n }\n}\n","import WriteApi from './WriteApi'\nimport {ClientOptions, WriteOptions, WritePrecisionType} from './options'\nimport WriteApiImpl from './impl/WriteApiImpl'\nimport {IllegalArgumentError} from './errors'\nimport {Transport} from './transport'\n// replaced by ./impl/browser/FetchTransport in browser builds\nimport TransportImpl from './impl/node/NodeHttpTransport'\nimport QueryApi, {QueryOptions} from './QueryApi'\nimport QueryApiImpl from './impl/QueryApiImpl'\nimport {\n AnnotatedCSVResponse,\n APIExecutor,\n IterableResultExecutor,\n} from './results'\nimport {AnnotatedCSVResponseImpl} from './results/AnnotatedCSVResponseImpl'\n\n/**\n * InfluxDB entry point that configures communication with InfluxDB server\n * and provide APIs to write and query data.\n */\nexport default class InfluxDB {\n private _options: ClientOptions\n readonly transport: Transport\n readonly processCSVResponse: (\n executor: APIExecutor,\n iterableResultExecutor: IterableResultExecutor\n ) => AnnotatedCSVResponse\n\n /**\n * Creates influxdb client options from an options object or url.\n * @param options - client options\n */\n constructor(options: ClientOptions | string) {\n if (typeof options === 'string') {\n this._options = {url: options}\n } else if (options !== null && typeof options === 'object') {\n this._options = options\n } else {\n throw new IllegalArgumentError('No url or configuration specified!')\n }\n const url = this._options.url\n if (typeof url !== 'string')\n throw new IllegalArgumentError('No url specified!')\n if (url.endsWith('/')) this._options.url = url.substring(0, url.length - 1)\n this.transport = this._options.transport ?? new TransportImpl(this._options)\n this.processCSVResponse = (\n executor: APIExecutor,\n iterableResultExecutor: IterableResultExecutor\n ): AnnotatedCSVResponse =>\n new AnnotatedCSVResponseImpl(\n executor,\n iterableResultExecutor,\n this.transport.chunkCombiner\n )\n }\n\n /**\n * Creates WriteApi for the supplied organization and bucket. BEWARE that returned instances must be closed\n * in order to flush the remaining data and close already scheduled retry executions.\n *\n * @remarks\n * Use {@link WriteOptions} to customize retry strategy options, data chunking\n * and flushing options. See {@link DEFAULT_WriteOptions} to see the defaults.\n *\n * See also {@link https://github.com/influxdata/influxdb-client-js/blob/master/examples/write.mjs | write example},\n * {@link https://github.com/influxdata/influxdb-client-js/blob/master/examples/writeAdvanced.mjs | writeAdvanced example},\n * and {@link https://github.com/influxdata/influxdb-client-js/blob/master/examples/index.html | browser example}.\n *\n * @param org - Specifies the destination organization for writes. Takes either the ID or Name interchangeably.\n * @param bucket - The destination bucket for writes.\n * @param precision - Timestamp precision for line items.\n * @param writeOptions - Custom write options.\n * @returns WriteApi instance\n */\n getWriteApi(\n org: string,\n bucket: string,\n precision: WritePrecisionType = 'ns',\n writeOptions?: Partial<WriteOptions>\n ): WriteApi {\n return new WriteApiImpl(\n this.transport,\n org,\n bucket,\n precision,\n writeOptions ?? this._options.writeOptions\n )\n }\n\n /**\n * Creates QueryApi for the supplied organization .\n *\n * @remarks\n * See also {@link https://github.com/influxdata/influxdb-client-js/blob/master/examples/query.ts | query.ts example},\n * {@link https://github.com/influxdata/influxdb-client-js/blob/master/examples/queryWithParams.mjs | queryWithParams.mjs example},\n * {@link https://github.com/influxdata/influxdb-client-js/blob/master/examples/rxjs-query.ts | rxjs-query.ts example},\n * and {@link https://github.com/influxdata/influxdb-client-js/blob/master/examples/index.html | browser example},\n *\n * @param org - organization or query options\n * @returns QueryApi instance\n */\n getQueryApi(org: string | QueryOptions): QueryApi {\n return new QueryApiImpl(this.transport, this.processCSVResponse, org)\n }\n}\n"],"mappings":"AA2CO,SAASA,GAA2C,CACzD,IAAMC,EAAU,IAAI,YAAY,OAAO,EACvC,MAAO,CACL,OAAOC,EAAmBC,EAAgC,CACxD,IAAMC,EAAS,IAAI,WAAWF,EAAM,OAASC,EAAO,MAAM,EAC1D,OAAAC,EAAO,IAAIF,CAAK,EAChBE,EAAO,IAAID,EAAQD,EAAM,MAAM,EACxBE,CACT,EACA,KAAKC,EAAmBC,EAAeC,EAAyB,CAC9D,IAAMH,EAAS,IAAI,WAAWG,EAAMD,CAAK,EACzC,OAAAF,EAAO,IAAIC,EAAM,SAASC,EAAOC,CAAG,CAAC,EAC9BH,CACT,EACA,aAAaC,EAAmBC,EAAeC,EAAqB,CAClE,OAAON,EAAQ,OAAOI,EAAM,SAASC,EAAOC,CAAG,CAAC,CAClD,CACF,CACF,CClDO,SAASC,EACdC,EACAC,EACmC,CACnC,IAAMC,EAASD,GAAA,KAAAA,EAAiBE,EAA0B,EACtDC,EACAC,EAAW,GACXC,EAAS,GACTC,EAAS,GACTC,EAEJ,SAASC,EAAeC,EAAyB,CAC/C,IAAIC,EACAC,EAAQ,EASZ,IARIR,GAGFO,EAAQD,EAAM,SAAW,EAAI,EAAKN,EAAwB,OAC1DM,EAAQR,EAAO,OAAOE,EAAUM,CAAK,GAErCC,EAAQ,EAEHA,EAAQD,EAAM,QAAQ,CAC3B,IAAMG,EAAIH,EAAMC,GAChB,GAAIE,IAAM,IACR,GAAI,CAACP,EAAQ,CAEX,IAAMQ,EAAMH,EAAQ,GAAKD,EAAMC,EAAQ,KAAO,GAAKA,EAAQ,EAAIA,EAE/D,GAAIN,EACF,OAIF,GAFAE,EAASP,EAAO,KAAKE,EAAO,aAAaQ,EAAOE,EAAOE,CAAG,CAAC,IAAM,GACjEF,EAAQD,EAAQ,EACZJ,EACF,KAEJ,OACSM,IAAM,KACfP,EAAS,CAACA,GAEZK,GACF,CAMA,GALIC,EAAQF,EAAM,OAChBN,EAAWF,EAAO,KAAKQ,EAAOE,EAAOF,EAAM,MAAM,EAEjDN,EAAW,OAETG,EAAQ,CACV,GAAIP,EAAO,UAAW,CACpBA,EAAO,UAAU,IAAM,CACrBO,EAAS,GACTE,EAAe,IAAI,WAAW,CAAC,CAAC,CAClC,CAAC,EACD,MACF,CACAM,EAAO,MAAM,IAAI,MAAM,+CAA+C,CAAC,EACvER,EAAS,EACX,CACIC,IACFA,EAAa,EACbA,EAAe,OAEnB,CAEA,IAAMO,EAA4C,CAChD,KAAKL,EAA4B,CAC/B,GAAI,CAACL,EACH,GAAI,CACF,OAAAI,EAAeC,CAAK,EACb,CAACH,CACV,OAASS,EAAP,CACA,KAAK,MAAMA,CAAU,CACvB,CAEF,MAAO,EACT,EACA,MAAMC,EAAoB,CACnBZ,IACHA,EAAW,GACXL,EAAO,MAAMiB,CAAK,EAEtB,EACA,UAAiB,CACVZ,IACCD,GACFJ,EAAO,KAAKE,EAAO,aAAaE,EAAU,EAAGA,EAAS,MAAM,CAAC,EAE/DC,EAAW,GACXL,EAAO,SAAS,EAEpB,CACF,EACA,OAAIA,EAAO,iBACTe,EAAO,eAAkBG,GAA6B,CACpDlB,EAAO,gBACLA,EAAO,eAAe,CACpB,QAAe,CACbkB,EAAY,OAAO,EACnBd,EAAW,OACXW,EAAO,SAAS,CAClB,EACA,aAAuB,CACrB,OAAOG,EAAY,YAAY,CACjC,CACF,CAAC,CACL,GAEElB,EAAO,YACTe,EAAO,UAAaI,GAAkB,CACpCX,EAAeW,CACjB,GAGKJ,CACT,CCrHA,eAAuBK,EACrBC,EACAC,EAC+B,CAC/B,IAAMC,EAASD,GAAA,KAAAA,EAAiBE,EAA0B,EACtDC,EACAC,EAAS,GAEb,cAAeC,KAASN,EAAQ,CAC9B,IAAIO,EACAC,EAAQ,EAOZ,IANIJ,GACFG,EAAQH,EAAS,OACjBE,EAAQJ,EAAO,OAAOE,EAAUE,CAAK,GAErCC,EAAQ,EAEHA,EAAQD,EAAM,QAAQ,CAC3B,IAAMG,EAAIH,EAAMC,GAChB,GAAIE,IAAM,IACR,GAAI,CAACJ,EAAQ,CAEX,IAAMK,EAAMH,EAAQ,GAAKD,EAAMC,EAAQ,KAAO,GAAKA,EAAQ,EAAIA,EAC/D,MAAML,EAAO,aAAaI,EAAOE,EAAOE,CAAG,EAC3CF,EAAQD,EAAQ,CAClB,OACSE,IAAM,KACfJ,EAAS,CAACA,GAEZE,GACF,CACIC,EAAQF,EAAM,OAChBF,EAAWF,EAAO,KAAKI,EAAOE,EAAOF,EAAM,MAAM,EAEjDF,EAAW,MAEf,CACIA,IACF,MAAMF,EAAO,aAAaE,EAAU,EAAGA,EAAS,MAAM,EAE1D,CC9CO,IAAMO,EAAN,KAAmB,CAAnB,cAKL,KAAQ,OAAS,GAKjB,IAAI,OAAiB,CACnB,OAAO,KAAK,MACd,CACA,IAAI,MAAMC,EAAc,CAClBA,GAAO,CAAC,KAAK,eACf,KAAK,aAAe,IAAI,MAAM,EAAE,GAElC,KAAK,OAASA,CAChB,CAKA,WAA0B,CACxB,YAAK,MAAQ,GACN,IACT,CAQA,UAAUC,EAA2C,CACnD,GAAIA,GAAS,KACX,YAAK,gBAAkB,EAChB,CAAC,EAEV,IAAIC,EAAa,EACbC,EAAa,EACXC,EAAS,KAAK,OAAS,KAAK,aAAe,CAAC,EAC9CC,EAAQ,EACZ,QAASC,EAAI,EAAGA,EAAIL,EAAK,OAAQK,IAAK,CACpC,IAAMC,EAAIN,EAAKK,GACf,GAAIC,IAAM,KACR,GAAIL,EAAa,IAAM,EAAG,CACxB,IAAMF,EAAM,KAAK,SAASC,EAAME,EAAYG,EAAGJ,CAAU,EACrD,KAAK,OACPE,EAAOC,KAAWL,EAElBI,EAAO,KAAKJ,CAAG,EAEjBG,EAAaG,EAAI,EACjBJ,EAAa,CACf,OACSK,IAAM,KACfL,GAEJ,CACA,IAAMF,EAAM,KAAK,SAASC,EAAME,EAAYF,EAAK,OAAQC,CAAU,EACnE,OAAI,KAAK,QACPE,EAAOC,GAASL,EAChB,KAAK,gBAAkBK,EAAQ,IAE/BD,EAAO,KAAKJ,CAAG,EACf,KAAK,gBAAkBI,EAAO,QAGzBA,CACT,CAEQ,SACNH,EACAO,EACAC,EACAP,EACQ,CACR,OAAIM,IAAUP,EAAK,OACV,GACEC,IAAe,EACjBD,EAAK,UAAUO,EAAOC,CAAG,EACvBP,IAAe,EACjBD,EAAK,UAAUO,EAAQ,EAAGC,EAAM,CAAC,EAGjCR,EAAK,UAAUO,EAAQ,EAAGC,EAAM,CAAC,EAAE,QAAQ,OAAQ,GAAG,CAEjE,CACF,ECzCA,IAAMC,EAAYC,GAAmBA,EAMxBC,EAA4D,CACvE,QAAUD,GAAoBA,IAAM,GAAK,KAAOA,IAAM,OACtD,aAAeA,GAAoBA,IAAM,GAAK,KAAO,CAACA,EACtD,KAAOA,GAAoBA,IAAM,GAAK,KAAO,CAACA,EAC9C,OAAOA,EAAgB,CACrB,OAAQA,EAAG,CACT,IAAK,GACH,OAAO,KACT,IAAK,OACH,OAAO,OAAO,kBAChB,IAAK,OACH,OAAO,OAAO,kBAChB,QACE,MAAO,CAACA,CACZ,CACF,EACA,OAAQD,EACR,aAAcA,EACd,SAAWC,GAAoBA,IAAM,GAAK,KAAOA,EACjD,mBAAqBA,GAAoBA,IAAM,GAAK,KAAOA,CAC7D,EAKME,EAAN,KAAqD,CAM5C,IAAIC,EAAoB,CAxFjC,IAAAC,EAyFI,IAAIC,EAAMF,EAAI,KAAK,OACnB,OAAKE,IAAQ,IAAMA,IAAQ,SAAc,KAAK,eAC5CA,EAAM,KAAK,gBAELD,EAAAH,EAAgB,KAAK,YAArB,KAAAG,EAAkCL,GAAUM,CAAG,CACzD,CACF,EACaC,GAAkC,OAAO,OAAO,CAC3D,MAAO,GACP,SAAU,GACV,MAAO,GACP,aAAc,GACd,MAAO,OAAO,iBACd,IAAK,IAAG,EACV,CAAC,EAMM,SAASC,GAAsC,CACpD,OAAO,IAAIL,CACb,CAOO,SAASM,GACdC,EACiB,CAxHnB,IAAAL,EAAAM,EAyHE,IAAMC,EAAS,IAAIT,EACnB,OAAAS,EAAO,MAAQ,OAAOF,EAAO,KAAK,EAClCE,EAAO,SAAWF,EAAO,SACzBE,EAAO,MAAQ,QAAQF,EAAO,KAAK,EACnCE,EAAO,cAAeP,EAAAK,EAAO,eAAP,KAAAL,EAAuB,GAC7CO,EAAO,OAAQD,EAAAD,EAAO,QAAP,KAAAC,EAAgB,EACxBC,CACT,CClGA,IAAMC,GAAuB,CAAC,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,GAAG,EAE7D,SAASC,GAAsBC,EAA6B,CACjE,OAAOF,GAAqB,SAASE,CAAU,CACjD,CAGO,IAAMC,EAAN,cAAmC,KAAM,CAE9C,YAAYC,EAAiB,CAC3B,MAAMA,CAAO,EACb,KAAK,KAAO,uBACZ,OAAO,eAAe,KAAMD,EAAqB,SAAS,CAC5D,CACF,EAKaE,EAAN,cAAwB,KAAmC,CAQhE,YACWH,EACAI,EACAC,EACTC,EACSC,EACTL,EACA,CACA,MAAM,EAPG,gBAAAF,EACA,mBAAAI,EACA,UAAAC,EAEA,iBAAAE,EAIT,UAAO,eAAe,KAAMJ,EAAU,SAAS,EAC3CD,EACF,KAAK,QAAUA,UACNG,EAAM,CACf,GAAIE,GAAA,MAAAA,EAAa,WAAW,oBAC1B,GAAI,CACF,KAAK,KAAO,KAAK,MAAMF,CAAI,EAC3B,KAAK,QAAU,KAAK,KAAK,QACzB,KAAK,KAAO,KAAK,KAAK,IACxB,OAASG,EAAP,CAEF,CAEG,KAAK,UACR,KAAK,QAAU,GAAGR,KAAcI,OAAmBC,IAEvD,MACE,KAAK,QAAU,GAAGL,KAAcI,IAElC,KAAK,KAAO,YACZ,KAAK,cAAcE,CAAU,CAC/B,CAEQ,cAAcA,EAA8C,CAC9D,OAAOA,GAAe,SAEpB,WAAW,KAAKA,CAAU,EAC5B,KAAK,YAAc,SAASA,CAAU,EAEtC,KAAK,YAAc,EAGrB,KAAK,YAAc,CAEvB,CAEA,UAAoB,CAClB,OAAOP,GAAsB,KAAK,UAAU,CAC9C,CACA,YAAqB,CACnB,OAAO,KAAK,WACd,CACF,EAGMU,GAAc,CAClB,aACA,YACA,kBACA,YACA,eACA,eACA,OACF,EAOO,SAASC,GAAiBC,EAAqB,CACpD,GAAKA,EAEE,IAAI,OAAQA,EAAc,UAAa,WAC5C,MAAO,CAAC,CAAGA,EAAc,SAA2B,EAC/C,GAAKA,EAAc,MAAQF,GAAY,SAAUE,EAAc,IAAI,EACxE,MAAO,OAJP,OAAO,GAMT,MAAO,EACT,CAKO,SAASC,GAAcD,EAAeE,EAA8B,CACzE,GAAKF,EAEE,CACL,IAAIG,EACJ,OAAI,OAAQH,EAAc,YAAe,WAC9BA,EAAc,WAA4B,GAEnDG,EAAS,EAEPD,GAAeA,EAAc,EACxBC,EAAS,KAAK,MAAM,KAAK,OAAO,EAAID,CAAW,EAE/CC,EAEX,KAbE,OAAO,EAcX,CAGO,IAAMC,EAAN,cAAmC,KAAmC,CAE3E,aAAc,CACZ,MAAM,EACN,OAAO,eAAe,KAAMA,EAAqB,SAAS,EAC1D,KAAK,KAAO,uBACZ,KAAK,QAAU,mBACjB,CACA,UAAoB,CAClB,MAAO,EACT,CACA,YAAqB,CACnB,MAAO,EACT,CACF,EAGaC,EAAN,cAAyB,KAAmC,CAEjE,aAAc,CACZ,MAAM,EACN,KAAK,KAAO,aACZ,OAAO,eAAe,KAAMA,EAAW,SAAS,EAChD,KAAK,QAAU,kBACjB,CACA,UAAoB,CAClB,MAAO,EACT,CACA,YAAqB,CACnB,MAAO,EACT,CACF,EChLO,SAASC,IAAgC,CAC9CC,EAAgB,oBAAuBC,GACrCA,IAAM,GAAK,KAAO,IAAI,KAAK,KAAK,MAAMA,CAAC,CAAC,CAC5C,CAQO,SAASC,IAAkC,CAChDF,EAAgB,oBAAuBC,GACrCA,IAAM,GAAK,KAAO,KAAK,MAAMA,CAAC,CAClC,CAKO,SAASE,IAAkC,CAChDH,EAAgB,oBAAuBC,GACrCA,IAAM,GAAK,KAAOA,CACtB,CAsCA,IAAMG,EAAN,KAAyD,CAEvD,YAAYC,EAA4B,CACtCA,EAAQ,QAAQ,CAACC,EAAKC,IAAOD,EAAI,MAAQC,CAAE,EAC3C,KAAK,QAAUF,CACjB,CACA,OAAOG,EAAeC,EAAuB,GAAuB,CAClE,QAASF,EAAI,EAAGA,EAAI,KAAK,QAAQ,OAAQA,IAAK,CAC5C,IAAMD,EAAM,KAAK,QAAQC,GACzB,GAAID,EAAI,QAAUE,EAAO,OAAOF,CAClC,CACA,GAAIG,EACF,MAAM,IAAIC,EAAqB,UAAUF,cAAkB,EAE7D,OAAOG,EACT,CACA,SAASC,EAAqC,CAC5C,IAAMC,EAAW,CAAC,EAClB,QAASN,EAAI,EAAGA,EAAI,KAAK,QAAQ,QAAUA,EAAIK,EAAI,OAAQL,IAAK,CAC9D,IAAMO,EAAS,KAAK,QAAQP,GAC5BM,EAAIC,EAAO,OAASA,EAAO,IAAIF,CAAG,CACpC,CACA,OAAOC,CACT,CACA,IAAID,EAAeE,EAAqB,CACtC,OAAO,KAAK,OAAOA,EAAQ,EAAK,EAAE,IAAIF,CAAG,CAC3C,CACF,EAOO,SAASG,EACdV,EACmB,CACnB,OAAO,IAAID,EAAsBC,CAAO,CAC1C,CClGO,SAASW,EACdC,EAC+B,CAC/B,IAAMC,EAAW,IAAIC,EAAa,EAAE,UAAU,EAC1CC,EACAC,EAAa,GACbC,EAAmB,EACnBC,EACEC,EAAwC,CAC5C,MAAMC,EAAoB,CACxBR,EAAS,MAAMQ,CAAK,CACtB,EACA,KAAKC,EAA8B,CACjC,GAAIA,IAAS,GACXL,EAAa,GACbD,EAAU,WACL,CACL,IAAMO,EAAST,EAAS,UAAUQ,CAAI,EAChCE,EAAOV,EAAS,gBACtB,GAAIG,EAAY,CAEd,GAAI,CAACD,EAAS,CACZA,EAAU,IAAI,MAAMQ,CAAI,EACxB,QAASC,EAAI,EAAGA,EAAID,EAAMC,IACxBT,EAAQS,GAAKC,EAAmB,CAEpC,CACA,GAAKH,EAAO,GAAG,WAAW,GAAG,GAatB,GAAIA,EAAO,KAAO,YACvB,QAASE,EAAI,EAAGA,EAAID,EAAMC,IACxBT,EAAQS,GAAG,SAAWF,EAAOE,WAEtBF,EAAO,KAAO,WACvB,QAASE,EAAI,EAAGA,EAAID,EAAMC,IACxBT,EAAQS,GAAG,aAAeF,EAAOE,WAE1BF,EAAO,KAAO,SACvB,QAASE,EAAI,EAAGA,EAAID,EAAMC,IACxBT,EAAQS,GAAG,MAAQF,EAAOE,GAAG,KAAO,QAvBR,CAE1BF,EAAO,KAAO,IAChBL,EAAmB,EACnBF,EAAUA,EAAQ,MAAM,CAAC,GAEzBE,EAAmB,EAErB,QAASO,EAAIP,EAAkBO,EAAID,EAAMC,IACvCT,EAAQS,EAAIP,GAAkB,MAAQK,EAAOE,GAE/CN,EAAWQ,EAAwBX,CAAO,EAC1CC,EAAa,EACf,CAaF,KACE,QAAOJ,EAAS,KAAKU,EAAO,MAAML,EAAkBM,CAAI,EAAGL,CAAQ,CAEvE,CACA,MAAO,EACT,EACA,UAAiB,CACfN,EAAS,SAAS,CACpB,CACF,EACA,OAAIA,EAAS,iBACXO,EAAO,eAAiBP,EAAS,eAAe,KAAKA,CAAQ,GAE3DA,EAAS,YACXO,EAAO,UAAYP,EAAS,UAAU,KAAKA,CAAQ,GAE9CO,CACT,CCnEA,eAAuBQ,GACrBC,EAC4B,CAC5B,IAAMC,EAAW,IAAIC,EAAa,EAAE,UAAU,EAC1CC,EACAC,EAAa,GACbC,EAAmB,EACnBC,EACJ,cAAiBC,KAAQP,EACvB,GAAIO,IAAS,GACXH,EAAa,GACbD,EAAU,WACL,CACL,IAAMK,EAASP,EAAS,UAAUM,CAAI,EAChCE,EAAOR,EAAS,gBACtB,GAAIG,EAAY,CAEd,GAAI,CAACD,EAAS,CACZA,EAAU,IAAI,MAAMM,CAAI,EACxB,QAASC,EAAI,EAAGA,EAAID,EAAMC,IACxBP,EAAQO,GAAKC,EAAmB,CAEpC,CACA,GAAKH,EAAO,GAAG,WAAW,GAAG,GAatB,GAAIA,EAAO,KAAO,YACvB,QAASE,EAAI,EAAGA,EAAID,EAAMC,IACxBP,EAAQO,GAAG,SAAWF,EAAOE,WAEtBF,EAAO,KAAO,WACvB,QAASE,EAAI,EAAGA,EAAID,EAAMC,IACxBP,EAAQO,GAAG,aAAeF,EAAOE,WAE1BF,EAAO,KAAO,SACvB,QAASE,EAAI,EAAGA,EAAID,EAAMC,IACxBP,EAAQO,GAAG,MAAQF,EAAOE,GAAG,KAAO,QAvBR,CAE1BF,EAAO,KAAO,IAChBH,EAAmB,EACnBF,EAAUA,EAAQ,MAAM,CAAC,GAEzBE,EAAmB,EAErB,QAASK,EAAIL,EAAkBK,EAAID,EAAMC,IACvCP,EAAQO,EAAIL,GAAkB,MAAQG,EAAOE,GAE/CJ,EAAWM,EAAwBT,CAAO,EAC1CC,EAAa,EACf,CAaF,MACE,KAAM,CACJ,OAAQI,EAAO,MAAMH,EAAkBI,CAAI,EAC3C,UACEH,CACJ,CAEJ,CAEJ,CClEO,SAASO,GACdC,EACAC,EACM,CACN,IAAIC,EAAS,GACTC,EAAQ,EACRC,EAAQ,EAEZ,KAAOA,EAAQJ,EAAO,QAAQ,CAC5B,IAAMK,EAAIL,EAAO,WAAWI,CAAK,EACjC,GAAIC,IAAM,IACR,GAAI,CAACH,EAAQ,CAEX,IAAMI,EACJF,EAAQ,GAAKJ,EAAO,WAAWI,EAAQ,CAAC,IAAM,GAAKA,EAAQ,EAAIA,EAEjEH,EAAO,KAAKD,EAAO,UAAUG,EAAOG,CAAG,CAAC,EACxCH,EAAQC,EAAQ,CAClB,OACSC,IAAM,KACfH,EAAS,CAACA,GAEZE,GACF,CACID,EAAQC,GACVH,EAAO,KAAKD,EAAO,UAAUG,EAAOC,CAAK,CAAC,EAE5CH,EAAO,SAAS,CAClB,CC3BO,IAAMM,IAAoB,IAG9B,OAAO,QAAW,YAAc,OAAO,YAAe,gBAAgB,ECIzE,IAAMC,EAAN,KAAgD,CAIvC,YAAYC,EAAgCC,EAAuB,CAF1E,KAAQ,SAAW,GAGjB,GAAI,CACFA,EAAS,CACP,KAAOC,GAAU,CACfF,EAAS,KAAKE,CAAK,CACrB,EACA,MAAQC,GAAM,CACZ,KAAK,SAAW,GAChBH,EAAS,MAAMG,CAAC,CAClB,EACA,SAAU,IAAM,CACd,KAAK,SAAW,GAChBH,EAAS,SAAS,CACpB,EACA,eAAiBI,GAAM,CACrB,KAAK,YAAcA,CACrB,CACF,CAAC,CACH,OAASD,EAAP,CACA,KAAK,SAAW,GAChBH,EAAS,MAAMG,CAAC,CAClB,CACF,CAEA,IAAW,QAAkB,CAC3B,OAAO,KAAK,QACd,CAEO,aAAoB,CAjD7B,IAAAE,GAkDIA,EAAA,KAAK,cAAL,MAAAA,EAAkB,SAClB,KAAK,SAAW,EAClB,CACF,EAEA,SAASC,GAAa,CAAC,CAEvB,SAASC,GAAoBP,EAA6C,CACxE,GAAM,CAAC,KAAAQ,EAAM,MAAAC,EAAO,SAAAC,CAAQ,EAAIV,EAEhC,MAAO,CACL,KAAMQ,EAAOA,EAAK,KAAKR,CAAQ,EAAIM,EACnC,MAAOG,EAAQA,EAAM,KAAKT,CAAQ,EAAIM,EACtC,SAAUI,EAAWA,EAAS,KAAKV,CAAQ,EAAIM,CACjD,CACF,CAEA,IAAqBK,EAArB,KAAiE,CACxD,YACYV,EACAW,EACjB,CAFiB,cAAAX,EACA,eAAAW,CAChB,CAEI,UACLC,EACAJ,EACAC,EACc,CACd,IAAMV,EAAWO,GACf,OAAOM,GAAmB,UAAYA,IAAmB,KACrD,CAAC,KAAMA,EAAgB,MAAAJ,EAAO,SAAAC,CAAQ,EACtCG,CACN,EAEA,OAAO,IAAId,EAAkB,KAAK,UAAUC,CAAQ,EAAG,KAAK,QAAQ,CACtE,CAEA,CAAQc,KAA0B,CAChC,OAAO,IACT,CAKF,EADkB,OAAO,WCrDlB,IAAMC,GAAwD,CACnE,QAAS,GACX,EAyFaC,GAAoC,CAC/C,YAAa,IACb,cAAe,IACf,cAAe,MACf,gBAAiB,EACjB,YAAa,EACf,EAGaC,GAAqC,CAChD,UAAW,IACX,cAAe,IACf,cAAe,IACf,YAAa,UAAY,CAAC,EAC1B,aAAc,UAAY,CAAC,EAC3B,kBAAmB,UAAY,CAAC,EAChC,WAAY,EACZ,aAAc,KACd,eAAgB,KAEhB,YAAa,IACb,cAAe,IACf,cAAe,MACf,gBAAiB,EACjB,cAAe,IACf,YAAa,EACf,EC7JA,SAASC,EACPC,EACAC,EAC2B,CAC3B,OAAO,SAAUC,EAAuB,CACtC,IAAIC,EAAS,GACTC,EAAO,EACPC,EAAI,EACR,KAAOA,EAAIH,EAAM,QAAQ,CACvB,IAAMI,EAAQN,EAAW,QAAQE,EAAMG,EAAE,EACrCC,GAAS,IACXH,GAAUD,EAAM,UAAUE,EAAMC,CAAC,EACjCF,GAAUF,EAAaK,GACvBF,EAAOC,EAAI,GAEbA,GACF,CACA,OAAID,GAAQ,EACHF,GACEE,EAAOF,EAAM,SACtBC,GAAUD,EAAM,UAAUE,EAAMF,EAAM,MAAM,GAEvCC,EACT,CACF,CACA,SAASI,GACPP,EACAC,EAC2B,CAC3B,IAAMO,EAAUT,EAAcC,EAAYC,CAAY,EACtD,OAAQC,GAA0B,IAAMM,EAAQN,CAAK,EAAI,GAC3D,CAKO,IAAMO,EAAS,CAIpB,YAAaV,EAAc;AAAA,KAAY,CAAC,MAAO,MAAO,MAAO,MAAO,KAAK,CAAC,EAI1E,OAAQQ,GAAoB,MAAO,CAAC,MAAO,MAAM,CAAC,EAKlD,IAAKR,EAAc;AAAA,KAAa,CAAC,MAAO,MAAO,MAAO,MAAO,MAAO,KAAK,CAAC,CAC5E,ECjDA,IAAMW,EAAc,YAChBC,EAAY,GAET,SAASC,GAAiBC,EAAuB,CAGpD,OAAQF,EAAYE,GAAO,SAAW,OAAO,QAAQ,QAAW,UAIpE,CACAD,GAAiB,EAAI,EAErB,IAAIE,GACAC,EACAC,GAAa,KAAK,IAAI,EACtBC,EAAgB,EACpB,SAASC,GAAgB,CACvB,GAAkCP,EAAW,CAC3C,IAAMQ,EAAS,QAAQ,OAAO,EAC1BC,EAAS,KAAK,IAAI,EACjBL,GAIHI,EAAO,GAAKA,EAAO,GAAKJ,EAAY,GACpCI,EAAO,GAAKA,EAAO,GAAKJ,EAAY,GAEhCI,EAAO,GAAK,IACdA,EAAO,IAAM,EACbA,EAAO,IAAM,KAEfC,EACGN,GACDK,EAAO,GAAK,IACZ,KAAK,MAAMA,EAAO,GAAK,GAAQ,IAbjCJ,EAAcI,EACdL,GAAgBM,GAclB,IAAMF,EAAQ,OAAOC,EAAO,GAAK,GAAQ,EACzC,OAAO,OAAOC,CAAM,EAAIV,EAAY,OAAO,EAAG,EAAIQ,EAAM,MAAM,EAAIA,CACpE,KAAO,CACL,IAAME,EAAS,KAAK,IAAI,EACpBA,IAAWJ,IACbA,GAAaI,EACbH,EAAgB,GAEhBA,IAEF,IAAMC,EAAQ,OAAOD,CAAa,EAClC,OAAO,OAAOG,CAAM,EAAIV,EAAY,OAAO,EAAG,EAAIQ,EAAM,MAAM,EAAIA,CACpE,CACF,CAEA,SAASG,IAAiB,CACxB,GAAkCV,EAAW,CAC3C,IAAMQ,EAAS,QAAQ,OAAO,EACxBE,EAAS,OAAO,KAAK,MAAMF,EAAO,GAAK,GAAI,EAAI,GAAI,EACzD,OACE,OAAO,KAAK,IAAI,CAAC,EAAIT,EAAY,OAAO,EAAG,EAAIW,EAAO,MAAM,EAAIA,CAEpE,KACE,QAAO,OAAO,KAAK,IAAI,CAAC,EAAIX,EAAY,OAAO,EAAG,CAAC,CAEvD,CACA,SAASU,IAAiB,CACxB,OAAO,OAAO,KAAK,IAAI,CAAC,CAC1B,CACA,SAASE,IAAkB,CACzB,OAAO,OAAO,KAAK,MAAM,KAAK,IAAI,EAAI,GAAI,CAAC,CAC7C,CAOO,IAAMC,GAAc,CACzB,EAAGD,GACH,GAAIF,GACJ,GAAIC,GACJ,GAAIH,EACJ,QAASI,GACT,OAAQF,GACR,OAAQC,GACR,MAAOH,CACT,EAKaM,GAA0B,CACrC,EAAIC,GAAoB,GAAG,KAAK,MAAMA,EAAE,QAAQ,EAAI,GAAI,IACxD,GAAKA,GAAoB,GAAGA,EAAE,QAAQ,IACtC,GAAKA,GAAoB,GAAGA,EAAE,QAAQ,OACtC,GAAKA,GAAoB,GAAGA,EAAE,QAAQ,SACxC,EAOO,SAASC,GACdC,EACoB,CACpB,OAAIA,IAAU,OACLT,EAAM,EACJ,OAAOS,GAAU,SACnBA,EAAM,OAAS,EAAIA,EAAQ,OACzBA,aAAiB,KACnB,GAAGA,EAAM,QAAQ,UAEjB,OADE,OAAOA,GAAU,SACZ,KAAK,MAAMA,CAAK,EAEhBA,CAFiB,CAInC,CCzGO,IAAMC,GAAwB,CACnC,MAAMC,EAASC,EAAO,CAEpB,QAAQ,MAAM,UAAYD,EAASC,GAAgB,EAAE,CACvD,EACA,KAAKD,EAASC,EAAO,CAEnB,QAAQ,KAAK,SAAWD,EAASC,GAAgB,EAAE,CACrD,CACF,EACIC,EAAmBH,GAEVI,EAAc,CACzB,MAAMH,EAASC,EAAO,CACpBC,EAAS,MAAMF,EAASC,CAAK,CAC/B,EACA,KAAKD,EAASC,EAAO,CACnBC,EAAS,KAAKF,EAASC,CAAK,CAC9B,CACF,EAOO,SAASG,GAAUC,EAAwB,CAChD,IAAMC,EAAWJ,EACjB,OAAAA,EAAWG,EACJC,CACT,CCxCO,IAAMC,EAAa,OAAO,YAAY,EAmBvCC,EAAN,KAAqE,CACnE,YAAoBC,EAAmB,CAAnB,eAAAA,CAAoB,CACxC,UAAmB,CACjB,OAAO,KAAK,SACd,CACA,CAACF,IAAsB,CACrB,OAAO,KAAK,SACd,CACF,EAOA,SAASG,GAAoBC,EAAqB,CAChD,OAAO,OAAOA,GAAU,UAAY,OAAOA,EAAMJ,IAAgB,UACnE,CAQA,SAASK,EAAeD,EAAoB,CAC1C,GAAIA,GAAU,KAA6B,MAAO,GAClDA,EAAQA,EAAM,SAAS,EACvB,IAAIE,EACAC,EAAI,EACR,SAASC,GAAsB,CACzBF,IAAW,SACbA,EAASF,EAAM,UAAU,EAAGG,CAAC,EAEjC,CACA,KAAOA,EAAIH,EAAM,OAAQG,IAAK,CAC5B,IAAME,EAAIL,EAAM,OAAOG,CAAC,EACxB,OAAQE,EAAG,CACT,IAAK,KACHD,EAAc,EACdF,GAAU,MACV,MACF,IAAK;AAAA,EACHE,EAAc,EACdF,GAAU,MACV,MACF,IAAK,IACHE,EAAc,EACdF,GAAU,MACV,MACF,IAAK,IACL,IAAK,KACHE,EAAc,EACdF,EAASA,EAAS,KAAOG,EACzB,MACF,IAAK,IAEH,GAAIF,EAAI,EAAIH,EAAM,QAAUA,EAAM,OAAOG,EAAI,CAAC,IAAM,IAAK,CACvDC,EAAc,EACdD,IACAD,GAAU,OACV,KACF,CAEIA,GAAU,OACZA,GAAUG,GAEZ,MACF,QACMH,GAAU,OACZA,GAAUG,EAEhB,CACF,CACA,OAAIH,IAAW,OACNA,EAEFF,CACT,CAKO,SAASM,GAAWN,EAA+B,CACxD,OAAO,IAAIH,EAAc,IAAII,EAAeD,CAAK,IAAI,CACvD,CAQO,SAASO,GAAcP,EAAoB,CAChD,IAAMQ,EAAM,OAAOR,CAAK,EACxB,GAAI,CAAC,SAASQ,CAAG,EAAG,CAClB,GAAI,OAAOR,GAAU,SACnB,MAAO,aAAaQ,MAEtB,MAAM,IAAI,MAAM,qBAAqBR,GAAO,CAC9C,CAGA,IAAMS,EAASD,EAAI,SAAS,EACxBE,EAAS,GACb,QAAWL,KAAKI,EACd,GAAK,EAAAJ,GAAK,KAAOA,GAAK,KAAQA,GAAK,KACnC,IAAIA,IAAM,IAAK,CACbK,EAAS,GACT,QACF,CACA,MAAO,aAAaD,MAEtB,OAAOC,EAASD,EAASA,EAAS,IACpC,CAIO,SAASE,GAAUX,EAA+B,CACvD,OAAO,IAAIH,EAAcU,GAAcP,CAAK,CAAC,CAC/C,CAQO,SAASY,GAAgBZ,EAAoB,CAKlD,IAAMS,EAAS,OAAOT,CAAK,EACrBa,EAAWJ,EAAO,WAAW,GAAG,EAChCD,EAAMK,EAAWJ,EAAO,UAAU,CAAC,EAAIA,EAC7C,GAAID,EAAI,SAAW,GAAKA,EAAI,OAAS,GACnC,MAAM,IAAI,MAAM,uBAAuBC,GAAQ,EAEjD,QAAWJ,KAAKG,EACd,GAAIH,EAAI,KAAOA,EAAI,IAAK,MAAM,IAAI,MAAM,uBAAuBI,GAAQ,EAEzE,GAAID,EAAI,SAAW,GAAI,CACrB,GAAIK,GAAYL,EAAM,sBACpB,MAAM,IAAI,MAAM,+BAA+BC,GAAQ,EAEzD,GAAI,CAACI,GAAYL,EAAM,sBACrB,MAAM,IAAI,MAAM,+BAA+BC,GAAQ,CAE3D,CACA,OAAOA,CACT,CAKO,SAASK,GAAYd,EAA+B,CACzD,OAAO,IAAIH,EAAce,GAAgBZ,CAAK,CAAC,CACjD,CAEA,SAASe,GAAiBf,EAAoB,CAC5C,MAAO,YAAYC,EAAeD,CAAK,KACzC,CAKO,SAASgB,GAAahB,EAA+B,CAC1D,OAAO,IAAIH,EAAckB,GAAiBf,CAAK,CAAC,CAClD,CAKO,SAASiB,GAAajB,EAA+B,CAC1D,OAAO,IAAIH,EAAc,gBAAgBI,EAAeD,CAAK,KAAK,CACpE,CAEA,SAASkB,GAAelB,EAAoB,CAC1C,OAAIA,aAAiB,OACZA,EAAM,SAAS,EAEjB,IAAI,OAAOA,CAAK,EAAE,SAAS,CACpC,CAOO,SAASmB,GAAWnB,EAA+B,CAExD,OAAO,IAAIH,EAAcqB,GAAelB,CAAK,CAAC,CAChD,CAKO,SAASoB,GAASpB,EAA+B,CACtD,OAAIA,IAAU,QAAUA,IAAU,QACzB,IAAIH,EAAcG,CAAK,EAEzB,IAAIH,GAAe,CAAC,CAACG,GAAO,SAAS,CAAC,CAC/C,CAQO,SAASqB,GAAerB,EAA+B,CAC5D,OAAO,IAAIH,EAAc,OAAOG,CAAK,CAAC,CACxC,CAOO,SAASsB,EAAYtB,EAAoB,CAC9C,GAAIA,IAAU,OACZ,MAAO,GACF,GAAIA,IAAU,KACnB,MAAO,OACF,GAAI,OAAOA,GAAU,UAC1B,OAAOA,EAAM,SAAS,EACjB,GAAI,OAAOA,GAAU,SAC1B,MAAO,IAAIC,EAAeD,CAAK,KAC1B,GAAI,OAAOA,GAAU,SAC1B,OAAI,OAAO,cAAcA,CAAK,EACrBY,GAAgBZ,CAAK,EAEvBO,GAAcP,CAAK,EACrB,GAAI,OAAOA,GAAU,SAAU,CACpC,GAAI,OAAOA,EAAMJ,IAAgB,WAC/B,OAAOI,EAAMJ,GAAY,EACpB,GAAII,aAAiB,KAC1B,OAAOA,EAAM,YAAY,EACpB,GAAIA,aAAiB,OAC1B,OAAOkB,GAAelB,CAAK,EACtB,GAAI,MAAM,QAAQA,CAAK,EAC5B,MAAO,IAAIA,EAAM,IAAIsB,CAAW,EAAE,KAAK,GAAG,IAE9C,SAAW,OAAOtB,GAAU,SAC1B,MAAO,GAAGA,MAGZ,OAAOsB,EAAYtB,EAAM,SAAS,CAAC,CACrC,CAMO,SAASuB,GACdC,KACGC,EACiB,CACpB,GAAID,EAAQ,QAAU,GAAKC,EAAO,SAAW,EAC3C,OAAOJ,GAAeG,EAAQ,EAAE,EAElC,IAAME,EAAQ,IAAI,MAAcF,EAAQ,OAASC,EAAO,MAAM,EAC1DE,EAAY,EAChB,QAAS,EAAI,EAAG,EAAIH,EAAQ,OAAQ,IAAK,CACvC,IAAMI,EAAOJ,EAAQ,GAErB,GADAE,EAAMC,KAAeC,EACjB,EAAIH,EAAO,OAAQ,CACrB,IAAMjB,EAAMiB,EAAO,GACfI,EACJ,GACED,EAAK,SAAS,GAAG,GACjB,EAAI,EAAIJ,EAAQ,QAChBA,EAAQ,EAAI,GAAG,WAAW,GAAG,EAG7BK,EAAY5B,EAAeO,CAAG,UAE9BqB,EAAYP,EAAYd,CAAG,EACvBqB,IAAc,IAEZ,CAAC9B,GAAoBS,CAAG,EAC1B,MAAM,IAAI,MACR,kCAAkCA,gBAAkB,YAAY,OAAOA,GACzE,EAINkB,EAAMC,KAAeE,CACvB,SAAW,EAAIL,EAAQ,OAAS,EAC9B,MAAM,IAAI,MAAM,8BAA8B,CAElD,CAEA,OAAOH,GAAeK,EAAM,KAAK,EAAE,CAAC,CACtC,CCxSO,IAAMI,GAAN,KAAY,CAYjB,YAAYC,EAA0B,CAVtC,KAAQ,KAAgC,CAAC,EAEzC,KAAO,OAAkC,CAAC,EASpCA,IAAiB,KAAK,KAAOA,EACnC,CAQO,YAAYC,EAAqB,CACtC,YAAK,KAAOA,EACL,IACT,CAUO,IAAIA,EAAcC,EAAsB,CAC7C,YAAK,KAAKD,GAAQC,EACX,IACT,CASO,aAAaD,EAAcC,EAA6B,CAC7D,YAAK,OAAOD,GAAQC,EAAQ,IAAM,IAC3B,IACT,CAUO,SAASD,EAAcC,EAA4B,CACxD,IAAIC,EAMJ,GALI,OAAOD,GAAU,SACnBC,EAAMD,EAENC,EAAM,SAAS,OAAOD,CAAK,CAAC,EAE1B,MAAMC,CAAG,GAAKA,GAAO,qBAAuBA,GAAO,mBACrD,MAAM,IAAI,MAAM,oCAAoCF,QAAWC,KAAS,EAE1E,YAAK,OAAOD,GAAQ,GAAG,KAAK,MAAME,CAAG,KAC9B,IACT,CAUO,UAAUF,EAAcC,EAA4B,CACzD,GAAI,OAAOA,GAAU,SAAU,CAC7B,GAAI,MAAMA,CAAK,GAAKA,EAAQ,GAAKA,EAAQ,OAAO,iBAC9C,MAAM,IAAI,MAAM,yBAAyBD,oBAAuBC,GAAO,EAEzE,KAAK,OAAOD,GAAQ,GAAG,KAAK,MAAMC,CAAe,IACnD,KAAO,CACL,IAAME,EAAS,OAAOF,CAAK,EAC3B,QAAS,EAAI,EAAG,EAAIE,EAAO,OAAQ,IAAK,CACtC,IAAMC,EAAOD,EAAO,WAAW,CAAC,EAChC,GAAIC,EAAO,IAAMA,EAAO,GACtB,MAAM,IAAI,MACR,kDAAkD,MAAMH,GAC1D,CAEJ,CACA,GACEE,EAAO,OAAS,IACfA,EAAO,SAAW,IACjBA,EAAO,cAAc,sBAAsB,EAAI,EAEjD,MAAM,IAAI,MACR,yBAAyBH,oBAAuBG,GAClD,EAEF,KAAK,OAAOH,GAAQ,GAAGG,IACzB,CACA,OAAO,IACT,CAUO,WAAWH,EAAcC,EAA4B,CAC1D,IAAIC,EAMJ,GALI,OAAOD,GAAU,SACnBC,EAAMD,EAENC,EAAM,WAAWD,CAAK,EAEpB,CAAC,SAASC,CAAG,EACf,MAAM,IAAI,MAAM,kCAAkCF,OAAUC,GAAO,EAGrE,YAAK,OAAOD,GAAQ,OAAOE,CAAG,EACvB,IACT,CASO,YAAYF,EAAcC,EAA4B,CAC3D,OAAIA,GAAU,OACR,OAAOA,GAAU,WAAUA,EAAQ,OAAOA,CAAK,GACnD,KAAK,OAAOD,GAAQK,EAAO,OAAOJ,CAAK,GAElC,IACT,CAoBO,UAAUA,EAAkD,CACjE,YAAK,KAAOA,EACL,IACT,CAQO,eAAeK,EAAuD,CAC3E,GAAI,CAAC,KAAK,KAAM,OAChB,IAAIC,EAAa,GAUjB,GATA,OAAO,KAAK,KAAK,MAAM,EACpB,KAAK,EACL,QAASC,GAAM,CACd,GAAIA,EAAG,CACL,IAAMN,EAAM,KAAK,OAAOM,GACpBD,EAAW,OAAS,IAAGA,GAAc,KACzCA,GAAc,GAAGF,EAAO,IAAIG,CAAC,KAAKN,GACpC,CACF,CAAC,EACCK,EAAW,SAAW,EAAG,OAC7B,IAAIE,EAAW,GACTC,EACJJ,GAAYA,EAAS,YACjB,CAAC,GAAGA,EAAS,YAAa,GAAG,KAAK,IAAI,EACtC,KAAK,KACX,OAAO,KAAKI,CAAI,EACb,KAAK,EACL,QAASF,GAAM,CACd,GAAIA,EAAG,CACL,IAAMN,EAAMQ,EAAKF,GACbN,IACFO,GAAY,IACZA,GAAY,GAAGJ,EAAO,IAAIG,CAAC,KAAKH,EAAO,IAAIH,CAAG,IAElD,CACF,CAAC,EACH,IAAIS,EAAO,KAAK,KAChB,OAAIL,GAAYA,EAAS,YACvBK,EAAOL,EAAS,YAAYK,CAAI,EAEhCA,EAAOC,GAAmBD,CAAI,EAGzB,GAAGN,EAAO,YAAY,KAAK,IAAI,IAAII,KAAYF,IACpDI,IAAS,OAAY,IAAMA,EAAO,IAEtC,CAEA,UAAmB,CACjB,IAAME,EAAO,KAAK,eAAe,MAAS,EAC1C,OAAOA,GAAc,kBAAkB,KAAK,UAAU,KAAM,MAAS,GACvE,CACF,ECzOO,IAAMC,EAAN,KAAsD,CAI3D,YAAYC,EAA8C,CACxD,KAAK,QAAU,CAAC,GAAGC,GAAmC,GAAGD,CAAO,EAChE,KAAK,QAAQ,CACf,CAEA,UAAUE,EAAeC,EAAiC,CACxD,IAAMC,EAAQC,GAAcH,CAAK,EACjC,GAAIE,GAASA,EAAQ,EACnB,OAAOA,EAAQ,KAAK,MAAM,KAAK,OAAO,EAAI,KAAK,QAAQ,WAAW,EAElE,GAAID,GAAkBA,EAAiB,EAAG,CAExC,GAAI,KAAK,QAAQ,YAAa,CAE5B,IAAIC,EAAQ,KAAK,IAAI,KAAK,QAAQ,cAAe,CAAC,EAC9CE,EAAYF,EAAQ,KAAK,QAAQ,gBACrC,QAASG,EAAI,EAAGA,EAAIJ,EAAgBI,IAGlC,GAFAH,EAAQE,EACRA,EAAYA,EAAY,KAAK,QAAQ,gBACjCA,GAAa,KAAK,QAAQ,cAAe,CAC3CA,EAAY,KAAK,QAAQ,cACzB,KACF,CAEF,OACEF,EACA,KAAK,MACH,KAAK,OAAO,GAAKE,EAAYF,GAC3B,KAAK,OAAO,EAAI,KAAK,QAAQ,WACjC,CAEJ,CAEA,IAAIA,EAAQ,KAAK,IAAI,KAAK,QAAQ,cAAe,CAAC,EAClD,QAASG,EAAI,EAAGA,EAAIJ,EAAgBI,IAElC,GADAH,EAAQA,EAAQ,KAAK,QAAQ,gBACzBA,GAAS,KAAK,QAAQ,cAAe,CACvCA,EAAQ,KAAK,QAAQ,cACrB,KACF,CAEF,OAAOA,EAAQ,KAAK,MAAM,KAAK,OAAO,EAAI,KAAK,QAAQ,WAAW,CACpE,MAAW,KAAK,aACd,KAAK,aAAe,KAAK,IACvB,KAAK,IAAI,KAAK,aAAe,KAAK,QAAQ,gBAAiB,CAAC,EAC1D,KAAK,MAAM,KAAK,OAAO,EAAI,KAAK,QAAQ,WAAW,EACrD,KAAK,QAAQ,aACf,EAEA,KAAK,aACH,KAAK,QAAQ,cACb,KAAK,MAAM,KAAK,OAAO,EAAI,KAAK,QAAQ,WAAW,EAEvD,OAAO,KAAK,YAEhB,CACA,SAAgB,CACd,KAAK,aAAe,MACtB,CACF,EAOO,SAASI,GACdR,EACoB,CACpB,OAAO,IAAID,EAAkBC,CAAO,CACtC,CCxEA,SAASS,GAAoBC,EAA6C,CACxE,IAAIC,EACAC,EAAQF,EACRG,EAAgBH,EACpB,KAAOG,EAAc,MACfA,EAAc,KAAK,QAAUD,EAAM,UACrCD,EAASE,EACTD,EAAQC,EAAc,MAExBA,EAAgBA,EAAc,KAEhC,MAAO,CAACD,EAAOD,CAAM,CACvB,CAKA,IAAqBG,EAArB,KAAiC,CAM/B,YACUC,EACAC,EAKAC,EAIK,IAAG,GAChB,CAXQ,cAAAF,EACA,gBAAAC,EAKA,cAAAC,EAXV,UAAO,EACP,YAAS,GACT,KAAQ,eAAsB,MAc3B,CAEH,SACEC,EACAC,EACAC,EACAC,EACM,CAEN,GADI,KAAK,QACL,CAACH,EAAM,OAAQ,OACnB,IAAII,EAAY,KAAK,IAAI,EAAIF,EAK7B,GAJIC,EAAUC,IACZA,EAAYD,GAGV,KAAK,OAAS,KAAK,KAAOH,EAAM,OAAS,KAAK,SAAU,CAC1D,IAAMK,EAAW,KAAK,KAChBC,EAAUD,EAAW,GAC3B,EAAG,CAED,GAAM,CAACX,EAAOD,CAAM,EAAIF,GAAoB,KAAK,KAAK,EACtD,KAAK,MAAQG,EAAM,MAAM,OACrBD,EACFA,EAAO,KAAOC,EAAM,MAEpB,KAAK,MAAQA,EAAM,KACf,KAAK,OACP,KAAK,cAAc,KAAK,MAAM,UAAY,KAAK,IAAI,CAAC,GAGxDA,EAAM,KAAO,OACb,KAAK,SAASA,CAAK,CACrB,OAAS,KAAK,OAAS,KAAK,KAAOM,EAAM,OAASM,GAClDC,EAAI,MACF,gBACEF,EAAW,KAAK,oEAEhB,KAAK,iBAET,CACF,CACA,IAAMG,EAAmB,CACvB,MAAAR,EACA,WAAAC,EACA,UAAAG,EACA,QAAAD,CACF,EAEIM,EAAiC,KAAK,MACtChB,EACJ,OAAS,CACP,GAAI,CAACgB,GAAWA,EAAQ,UAAYL,EAAW,CAC7CI,EAAM,KAAOC,EACThB,EACFA,EAAO,KAAOe,GAEd,KAAK,MAAQA,EACb,KAAK,cAAcJ,EAAY,KAAK,IAAI,CAAC,GAE3C,KACF,CACAX,EAASgB,EACTA,EAAUA,EAAQ,IACpB,CACA,KAAK,MAAQT,EAAM,MACrB,CAEA,aAAqC,CACnC,GAAI,KAAK,MAAO,CACd,IAAMU,EAAU,KAAK,MACrB,YAAK,MAAQ,KAAK,MAAM,KACxBA,EAAQ,KAAO,OACf,KAAK,MAAQA,EAAQ,MAAM,OACpBA,CACT,CAEF,CAEA,cAAcR,EAAqB,CAC7B,KAAK,gBACP,aAAa,KAAK,cAAc,EAElC,KAAK,eAAiB,WAAW,IAAM,CACrC,IAAMQ,EAAU,KAAK,YAAY,EAC7BA,EACF,KAAK,WAAWA,EAAQ,MAAOA,EAAQ,WAAYA,EAAQ,OAAO,EAC/D,MAAM,IAAM,CAEb,CAAC,EACA,QAAQ,IAAM,CAET,KAAK,OACP,KAAK,cAAc,KAAK,MAAM,UAAY,KAAK,IAAI,CAAC,CAExD,CAAC,EAEH,KAAK,eAAiB,MAE1B,EAAG,KAAK,IAAIR,EAAO,CAAC,CAAC,CACvB,CAEA,MAAM,OAAuB,CAC3B,IAAIQ,EACJ,KAAQA,EAAU,KAAK,YAAY,GACjC,MAAM,KAAK,WAAWA,EAAQ,MAAOA,EAAQ,WAAYA,EAAQ,OAAO,CAE5E,CAEA,OAAgB,CACd,OAAI,KAAK,iBACP,aAAa,KAAK,cAAc,EAChC,KAAK,eAAiB,QAExB,KAAK,OAAS,GACP,KAAK,IACd,CACF,EC9Je,SAARC,EAA4BC,EAAmB,CACpD,IAAIC,EAASD,EAAE,OAEf,QAASE,EAAI,EAAGA,EAAIF,EAAE,OAAQE,IAAK,CACjC,IAAMC,EAAOH,EAAE,WAAWE,CAAC,EAEvBC,EAAO,MAEAA,GAAQ,KAAQA,GAAQ,KACjCF,IACSE,GAAQ,MAASA,GAAQ,MAC9BA,GAAQ,OAAUA,GAAQ,MAG5BF,IAEAA,GAAU,EAIZA,GAAU,EAEd,CACA,OAAOA,CACT,CCbA,IAAMG,GAAN,KAAkB,CAKhB,YACUC,EACAC,EACAC,EACAC,EACR,CAJQ,qBAAAH,EACA,mBAAAC,EACA,aAAAC,EACA,kBAAAC,EARV,YAAS,EACT,WAAQ,GASN,KAAK,MAAQ,IAAI,MAAcH,CAAe,CAChD,CAEA,IAAII,EAAsB,CACxB,IAAMC,EAAOC,EAAWF,CAAM,EAC1B,KAAK,SAAW,EAClB,KAAK,aAAa,EACT,KAAK,MAAQC,EAAO,GAAK,KAAK,eAEvC,KAAK,MAAM,EAAE,MAAOE,GAAO,CAE3B,CAAC,EAEH,KAAK,MAAM,KAAK,QAAUH,EAC1B,KAAK,SACL,KAAK,OAASC,EAAO,GAEnB,KAAK,QAAU,KAAK,iBACpB,KAAK,OAAS,KAAK,gBAEnB,KAAK,MAAM,EAAE,MAAOE,GAAO,CAE3B,CAAC,CAEL,CACA,OAAuB,CACrB,IAAMC,EAAQ,KAAK,MAAM,EACzB,OAAIA,EAAM,OAAS,EACV,KAAK,QAAQA,CAAK,EAElB,QAAQ,QAAQ,CAE3B,CACA,OAAkB,CAChB,IAAMC,EAAS,KAAK,MAAM,MAAM,EAAG,KAAK,MAAM,EAC9C,YAAK,OAAS,EACd,KAAK,MAAQ,GACNA,CACT,CACF,EAEqBC,EAArB,KAAsD,CAcpD,YACUC,EACRC,EACAC,EACAC,EACAC,EACA,CALQ,eAAAJ,EAXV,KAAQ,OAAS,GAGjB,KAAQ,eAAsB,OAc5B,KAAK,KAAO,qBAAqB,mBAC/BC,CACF,YAAY,mBAAmBC,CAAM,eAAeC,IAChDC,GAAA,MAAAA,EAAc,cAChB,KAAK,MAAQ,gBAAgB,mBAC3BA,EAAa,WACf,KAEF,KAAK,aAAe,CAClB,GAAGC,GACH,GAAGD,CACL,EACA,KAAK,YAAcE,GAAYH,GAC/B,KAAK,wBAA0BI,GAAwBJ,GACnD,KAAK,aAAa,aACpB,KAAK,eAAe,KAAK,aAAa,WAAW,EAEnD,KAAK,YAAc,CACjB,OAAQ,OACR,QAAS,CACP,eAAgB,4BAChB,GAAGC,GAAA,YAAAA,EAAc,OACnB,EACA,cAAe,KAAK,aAAa,aACnC,EAEA,IAAMI,EAAmB,IAAY,CAC/B,KAAK,aAAa,cAAgB,IACpC,KAAK,mBAAmB,EAEnB,KAAK,SACR,KAAK,eAAiB,WACpB,IACE,KAAK,UACH,KAAK,YAAY,MAAM,EACvB,KAAK,aAAa,UACpB,EAAE,MAAOZ,GAAO,CAEhB,CAAC,EACH,KAAK,aAAa,aACpB,GAGN,EAEA,KAAK,YAAc,IAAIR,GACrB,KAAK,aAAa,UAClB,KAAK,aAAa,cACjBS,IACC,KAAK,mBAAmB,EACjB,KAAK,UAAUA,EAAO,KAAK,aAAa,UAAU,GAE3DW,CACF,EACA,KAAK,UAAY,KAAK,UAAU,KAAK,IAAI,EAEzC,KAAK,cAAgBC,GAAyB,KAAK,YAAY,EAC/D,KAAK,YAAc,IAAIC,EACrB,KAAK,aAAa,eAClB,KAAK,UACL,KAAK,aAAa,iBACpB,CACF,CAEA,UACEb,EACAc,EACAC,EAAkB,KAAK,IAAI,EAAI,KAAK,aAAa,aAClC,CAEf,IAAMC,EAAqB,KACrBC,EAAiBD,EAAK,aAAa,WAAa,EAAIF,EAC1D,GAAI,CAAC,KAAK,QAAUd,EAAM,OAAS,EAAG,CACpC,GAAIe,GAAW,KAAK,IAAI,EAAG,CACzB,IAAMG,EAAQ,IAAI,MAAM,0BAA0B,EAC5CC,EAAUH,EAAK,aAAa,YAAY,KAC5CA,EACAE,EACAlB,EACAiB,EACAF,CACF,EACA,OAAII,IAGJC,EAAI,MACF,sCAAsCH,MACtCC,CACF,EACO,QAAQ,OAAOA,CAAK,EAC7B,CACA,OAAO,IAAI,QAAc,CAACG,EAASC,IAAW,CAC5C,IAAIC,EACEC,EAAY,CAChB,gBAAgBC,EAAmBC,EAA2B,CAC5DH,EAAqBG,CACvB,EACA,MAAMR,EAAoB,CAExB,IAAMC,EAAUH,EAAK,aAAa,YAAY,KAC5CA,EACAE,EACAlB,EACAiB,EACAF,CACF,EACA,GAAII,EAAS,CACXA,EAAQ,KAAKE,EAASC,CAAM,EAC5B,MACF,CAGA,GACEJ,aAAiBS,GACjBT,EAAM,MACN,OAAOA,EAAM,KAAK,OAAU,UAC5BA,EAAM,KAAK,MAAM,SAAS,gCAAgC,EAC1D,CACAE,EAAI,KAAK,8BAAgCF,EAAM,KAAK,KAAK,EACzDK,EAAqB,IACrBC,EAAU,SAAS,EACnB,MACF,CAEA,GACE,CAACR,EAAK,QACNF,EAAgB,IACf,EAAEI,aAAiBS,IACjBT,EAAoB,YAAc,KACrC,CACAE,EAAI,KACF,sCAAsCH,MACtCC,CACF,EACAF,EAAK,YAAY,SACfhB,EACAc,EAAgB,EAChBE,EAAK,cAAc,UAAUE,EAAOD,CAAc,EAClDF,CACF,EACAO,EAAOJ,CAAK,EACZ,MACF,CACAE,EAAI,MAAM,4BAA6BF,CAAK,EAC5CI,EAAOJ,CAAK,CACd,EACA,UAAiB,CAEf,GAAIK,GAAsB,KAAOA,GAAsB,KACrDP,EAAK,aAAa,aAAa,KAAKA,EAAMhB,CAAK,EAC/CgB,EAAK,cAAc,QAAQ,EAC3BK,EAAQ,MACH,CACL,IAAMO,EAAU,+CAA+CL,aACzDL,EAAQ,IAAIS,EAChBJ,EACAK,EACA,OACA,GACF,EACAV,EAAM,QAAUU,EAChBJ,EAAU,MAAMN,CAAK,CACvB,CACF,CACF,EACA,KAAK,UAAU,KACb,KAAK,KACLlB,EAAM,KAAK;AAAA,CAAI,EACf,KAAK,YACLwB,CACF,CACF,CAAC,CACH,KACE,QAAO,QAAQ,QAAQ,CAE3B,CAEQ,oBAA2B,CAC7B,KAAK,iBAAmB,SAC1B,aAAa,KAAK,cAAc,EAChC,KAAK,eAAiB,OAE1B,CAEA,YAAY5B,EAAsB,CAChC,GAAI,KAAK,OACP,MAAM,IAAI,MAAM,2BAA2B,EAE7C,KAAK,YAAY,IAAIA,CAAM,CAC7B,CACA,aAAaiC,EAAkC,CAC7C,GAAI,KAAK,OACP,MAAM,IAAI,MAAM,2BAA2B,EAE7C,QAASC,EAAI,EAAGA,EAAID,EAAQ,OAAQC,IAClC,KAAK,YAAY,IAAID,EAAQC,EAAE,CAEnC,CACA,WAAWC,EAAoB,CAC7B,GAAI,KAAK,OACP,MAAM,IAAI,MAAM,2BAA2B,EAE7C,IAAMC,EAAOD,EAAM,eAAe,IAAI,EAClCC,GAAM,KAAK,YAAY,IAAIA,CAAI,CACrC,CACA,YAAYC,EAAgC,CAC1C,GAAI,KAAK,OACP,MAAM,IAAI,MAAM,2BAA2B,EAE7C,QAASH,EAAI,EAAGA,EAAIG,EAAO,OAAQH,IAAK,CACtC,IAAME,EAAOC,EAAOH,GAAG,eAAe,IAAI,EACtCE,GAAM,KAAK,YAAY,IAAIA,CAAI,CACrC,CACF,CACA,MAAM,MAAME,EAA0C,CAEpD,GADA,MAAM,KAAK,YAAY,MAAM,EACzBA,EACF,OAAO,MAAM,KAAK,YAAY,MAAM,CAExC,CACA,OAAuB,CAWrB,OAVe,KAAK,YAAY,MAAM,EAAE,QAAQ,IAAM,CACpD,IAAMC,EAAY,KAAK,YAAY,MAAM,EACrCA,GACFf,EAAI,MACF,4BAA4Be,6CAC5B,IACF,EAEF,KAAK,OAAS,EAChB,CAAC,CAEH,CACA,SAAkB,CAChB,YAAK,mBAAmB,EACxB,KAAK,OAAS,GACP,KAAK,YAAY,MAAM,EAAI,KAAK,YAAY,MACrD,CAIA,eAAeC,EAAyC,CACtD,YAAK,YAAcA,EACZ,IACT,CACA,YAAYC,EAA+D,CACzE,OAAIA,IAAU,OACL,KAAK,YAAY,EACf,OAAOA,GAAU,SACnBA,EAAM,OAAS,EAAIA,EAAQ,OACzBA,aAAiB,KACnB,KAAK,wBAAwBA,CAAK,EAElC,OADE,OAAOA,GAAU,SACZ,KAAK,MAAMA,CAAK,EAEhBA,CAFiB,CAInC,CACF,EC1VA,OAAQ,SAAAC,OAAY,MACpB,UAAYC,OAAU,OACtB,UAAYC,OAAW,QACvB,OAAQ,UAAAC,OAAa,SCJrB,OAAQ,UAAAC,OAAa,SAGrB,IAAMC,GAAmC,CACvC,OAAOC,EAAmBC,EAAgC,CACxD,OAAOH,GAAO,OAAO,CAACE,EAAOC,CAAM,CAAC,CACtC,EACA,aAAaC,EAAmBC,EAAeC,EAAqB,CAClE,OAAQF,EAAiB,SAAS,QAASC,EAAOC,CAAG,CACvD,EACA,KAAKF,EAAmBC,EAAeC,EAAyB,CAC9D,IAAMC,EAASP,GAAO,YAAYM,EAAMD,CAAK,EAC5C,OAACD,EAAiB,KAAKG,EAAQ,EAAGF,EAAOC,CAAG,EACtCC,CACT,CACF,EAEOC,GAAQP,GDFf,OAAOQ,MAAU,OEPF,SAARC,GACLC,EAAiD,CAAC,EAChC,CAClB,IAAIC,EAAQ,EACNC,EAA2B,CAC/B,KAAOC,GAA8B,CACnC,GACEF,IAAU,GACVD,EAAU,MACVG,IAAS,MACTA,IAAS,OAET,OAAOH,EAAU,KAAKG,CAAI,CAE9B,EACA,MAAQC,GAAuB,CAEzBH,IAAU,IACZA,EAAQ,EAEJD,EAAU,OAAOA,EAAU,MAAMI,CAAK,EAE9C,EACA,SAAU,IAAY,CAChBH,IAAU,IACZA,EAAQ,EAEJD,EAAU,UAAUA,EAAU,SAAS,EAE/C,EACA,gBAAiB,CAACK,EAAkBC,IAA8B,CAC5DN,EAAU,iBACZA,EAAU,gBAAgBK,EAASC,CAAU,CACjD,CACF,EACA,OAAIN,EAAU,iBACZE,EAAO,eAAiBF,EAAU,eAAe,KAAKA,CAAS,GAE7DA,EAAU,YACZE,EAAO,UAAYF,EAAU,UAAU,KAAKA,CAAS,GAEhDE,CACT,CClDO,IAAMK,GAAqB,SHmBlC,OAAQ,YAAAC,OAAyB,SAEjC,IAAMC,GAAc,CAClB,MAAOC,EAAK,UAAU,aACtB,YAAaA,EAAK,UAAU,YAC9B,EACMC,GAAcC,GAAO,YAAY,CAAC,EAElCC,GAAN,KAA6C,CAA7C,cACE,KAAQ,UAAY,GAEpB,QAAe,CACb,KAAK,UAAY,GACb,KAAK,SACP,KAAK,OAAO,EACZ,KAAK,OAAS,OAElB,CACA,aAAuB,CACrB,OAAO,KAAK,SACd,CACF,EAKaC,GAAN,KAA6C,CAgBlD,YAAYC,EAAsC,CAdlD,KAAS,cAA+BC,GA/C1C,IAAAC,EAAAC,EAAAC,EAAAC,EAAAC,EAAAC,EAAAC,EA8DI,GAAM,CACJ,IAAKC,EACL,SAAAC,EACA,MAAAC,EACA,iBAAAC,KACGC,CACL,EAAIb,EACEc,EAAMC,GAAML,GAAYD,CAAI,EAiClC,GAhCA,KAAK,MAAQE,EACb,KAAK,eAAiB,CACpB,GAAGK,GACH,GAAGH,EACH,GAAGD,EACH,KAAME,EAAI,KACV,SAAUA,EAAI,SACd,SAAUA,EAAI,QAChB,EACA,KAAK,YAAcJ,EAAWD,GAAOP,EAAAY,EAAI,OAAJ,KAAAZ,EAAY,GAC7C,KAAK,YAAY,SAAS,GAAG,IAC/B,KAAK,YAAc,KAAK,YAAY,UAClC,EACA,KAAK,YAAY,OAAS,CAC5B,GAIF,OAAO,KAAK,KAAK,cAAc,EAAE,QAC9Be,IACC,KAAK,eAAeA,MAAS,QAC7B,OAAO,KAAK,eAAeA,GAC/B,EAGI,KAAK,YAAY,SAAS,SAAS,IACrCC,EAAI,KACF,sEAAsEJ,EAAI,aAAaA,EAAI,YAAYA,EAAI,QAC7G,EACA,KAAK,YAAc,IAGjBA,EAAI,WAAa,QACnB,KAAK,YACHT,GAAAD,GAAAD,EAAA,KAAK,eAAe,sBAApB,YAAAA,EAAyC,OAAzC,YAAAC,EAA+C,UAA/C,KAAAC,EAA+D,mBACxDS,EAAI,WAAa,SAC1B,KAAK,YACHN,GAAAD,GAAAD,EAAA,KAAK,eAAe,sBAApB,YAAAA,EAAyC,QAAzC,YAAAC,EAAgD,UAAhD,KAAAC,EAAiE,eAEnE,OAAM,IAAI,MACR,yBAAyBM,EAAI,qBAAqBd,EAAkB,MACtE,EAEF,KAAK,QAAU,CACb,aAAc,sBAAsBmB,KACpC,GAAGnB,EAAkB,OACvB,EACIU,IACF,KAAK,QAAQ,KAAUK,GAAMN,CAAI,EAAE,KAEvC,CAWA,KACEW,EACAC,EACAC,EACAC,EACM,CACN,IAAMC,EAAc,IAAI1B,GACpByB,GAAaA,EAAU,gBACzBA,EAAU,eAAeC,CAAW,EACtC,KAAK,qBACHJ,EACAC,EACAC,EACCG,GAAkC,CACjC,KAAK,SAASA,EAASD,EAAaD,CAAS,CAC/C,EAECG,IAAeH,GAAA,YAAAA,EAAW,QAASA,EAAU,MAAMG,CAAG,CACzD,CACF,CAWA,QACEN,EACAC,EACAC,EACAK,EACc,CACTN,EAEM,OAAOA,GAAS,WACzBA,EAAO,KAAK,UAAUA,CAAI,GAF1BA,EAAO,GAIT,IAAIO,EAAShC,GACTiC,EACAC,EACJ,OAAO,IAAI,QAAQ,CAACC,EAASC,IAAW,CACtC,KAAK,KAAKZ,EAAMC,EAAgBC,EAAS,CACvC,gBAAgBW,EAAkBC,EAAqB,CACjDP,GACFA,EAAgBM,EAASC,CAAU,EAErCL,EAAc,OAAOI,EAAQ,eAAe,EAC5CH,EAAqBI,CACvB,EACA,KAAOC,GAA2B,CAChCP,EAAS/B,GAAO,OAAO,CAAC+B,EAAQO,CAAI,CAAC,CACvC,EACA,SAAU,IAAY,CA3L9B,IAAAjC,EAAAC,EA4LU,IAAMiC,GAAejC,GAAAD,EAAAoB,EAAQ,UAAR,YAAApB,EAAiB,SAAjB,KAAAC,EAA2B0B,EAChD,GAAI,CACEC,IAAuB,KAEzBC,EAAQ,MAAS,EAEfK,EAAa,SAAS,MAAM,EAC1BR,EAAO,OACTG,EAAQ,KAAK,MAAMH,EAAO,SAAS,MAAM,CAAC,CAAC,EAE3CG,EAAQ,MAAS,EAGnBK,EAAa,SAAS,MAAM,GAC5BA,EAAa,WAAW,iBAAiB,EAEzCL,EAAQH,EAAO,SAAS,MAAM,CAAC,EAE/BG,EAAQH,CAAM,CAElB,OAASS,EAAP,CACAL,EAAOK,CAAC,CACV,CACF,EACA,MAAQA,GAAmB,CACzBL,EAAOK,CAAC,CACV,CACF,CAAC,CACH,CAAC,CACH,CAEA,MAAO,QACLjB,EACAC,EACAC,EACmC,CA/NvC,IAAApB,EAgOI,IAAIoC,EACAC,EACJ,SAASC,EAAWC,EAAc,CAChCH,EAAmBG,EACnBF,EAAaE,CAAK,CACpB,CACA,IAAMC,EAAiB,MAAM,IAAI,QAC/B,CAACX,EAASC,IAAW,CACnBO,EAAeP,EACf,KAAK,qBAAqBZ,EAAMC,EAAMC,EAASS,EAASS,CAAU,CACpE,CACF,GACItC,EAAAwC,EAAe,SAAf,MAAAxC,EAAuB,kBACvBwC,EAAe,OAAuB,iBAAiB,QAAS,IAAM,CACtEF,EAAW,IAAIG,CAAY,CAC7B,CAAC,EAEH,IAAMC,EAAW,MAAM,IAAI,QACzB,CAACb,EAASC,IAAW,CACnBO,EAAeP,EACf,IAAMa,EAAM,KAAK,WAAWH,EAAgBX,CAAO,EACnDc,EAAI,GAAG,UAAW,IAAML,EAAW,IAAIM,CAAsB,CAAC,EAC9DD,EAAI,GAAG,QAASL,CAAU,EAE1BK,EAAI,MAAMH,EAAe,IAAI,EAC7BG,EAAI,IAAI,CACV,CACF,EACME,EAAM,MAAM,IAAI,QAAkB,CAAChB,EAASC,IAAW,CAC3DO,EAAeP,EACf,KAAK,iBAAiBY,EAAUb,EAASS,CAAU,CACrD,CAAC,EACD,cAAiBQ,KAASD,EAAK,CAC7B,GAAIT,EACF,MAAMA,EAER,MAAMU,CACR,CACF,CAQQ,qBACN5B,EACAC,EACA4B,EACAlB,EACAC,EACM,CACN,IAAMkB,EAAarD,GAAO,KAAKwB,EAAM,OAAO,EACtCY,EAAgC,CACpC,eAAgB,kCAChB,GAAG,KAAK,OACV,EACI,KAAK,QACPA,EAAQ,cAAgB,SAAW,KAAK,OAE1C,IAAMX,EAAgC,CACpC,GAAG,KAAK,eACR,KAAM,KAAK,YAAcF,EACzB,OAAQ6B,EAAY,OACpB,QAAS,CACP,GAAGhB,EACH,GAAGgB,EAAY,OACjB,CACF,EAIA,GAHIA,EAAY,SACd3B,EAAQ,OAAS2B,EAAY,QAG7BA,EAAY,gBAAkB,QAC9BA,EAAY,cAAgBC,EAAW,OACvC,CACAvD,EAAK,KAAKuD,EAAY,CAACxB,EAAKqB,IAAQ,CAElC,GAAIrB,EACF,OAAOM,EAAON,CAAG,EAEnBJ,EAAQ,QAAQ,oBAAsB,OACtCA,EAAQ,KAAOyB,EACfhB,EAAQT,CAAO,CACjB,CAAC,EACD,MACF,CACAA,EAAQ,KAAO4B,EACf5B,EAAQ,QAAQ,kBAAoBA,EAAQ,KAAK,OACjDS,EAAQT,CAAO,CACjB,CAEQ,iBACNyB,EACAhB,EACAC,EACA,CAjUJ,IAAA9B,EAkUI6C,EAAI,GAAG,UAAW,IAAM,CACtBf,EAAO,IAAIW,CAAY,CACzB,CAAC,EACDI,EAAI,GAAG,QAASf,CAAM,EAEtB,IAAME,GAAahC,EAAA6C,EAAI,aAAJ,KAAA7C,EAAkB,IAC/BiD,EAAkBJ,EAAI,QAAQ,oBAChCK,EAOJ,GANID,IAAoB,QACtBC,EAAezD,EAAK,aAAaD,EAAW,EAC5C0D,EAAe3D,GAASsD,EAAKK,EAAef,GAAMA,GAAKL,EAAOK,CAAC,CAAC,GAEhEe,EAAeL,EAEbb,GAAc,IAAK,CACrB,IAAIb,EAAO,GACLgC,EAAS,OAAON,EAAI,QAAQ,eAAe,EAAE,WACjD,kBACF,EACAK,EAAa,GAAG,OAASE,GAAM,CAC7BjC,GAAQiC,EAAE,SAAS,EACf,CAACD,GAAUhC,EAAK,OAAS,MAC3BA,EAAOA,EAAK,MAAM,EAAG,GAAI,EACzB0B,EAAI,OAAO,EAEf,CAAC,EACDK,EAAa,GAAG,MAAO,IAAM,CACvB/B,IAAS,IAAM,CAAC,CAAC0B,EAAI,QAAQ,sBAC/B1B,EAAO0B,EAAI,QAAQ,oBAAoB,SAAS,GAElDf,EACE,IAAIuB,EACFrB,EACAa,EAAI,cACJ1B,EACA0B,EAAI,QAAQ,eACZA,EAAI,QAAQ,eACd,CACF,CACF,CAAC,CACH,MACEhB,EAAQqB,CAAY,CAExB,CAEQ,SACNV,EACAlB,EACAD,EACM,CAnXV,IAAArB,EAoXI,IAAMsD,EAAYC,GAA8BlC,CAAS,EACzD,GAAIC,EAAY,YAAY,EAAG,CAC7BgC,EAAU,SAAS,EACnB,MACF,EACItD,EAAAwC,EAAe,SAAf,MAAAxC,EAAuB,kBACvBwC,EAAe,OAAuB,iBAAiB,QAAS,IAAM,CACtEc,EAAU,MAAM,IAAIb,CAAY,CAClC,CAAC,EAEH,IAAME,EAAM,KAAK,WAAWH,EAAiBK,GAA8B,CAEzE,GAAIvB,EAAY,YAAY,EAAG,CAC7BuB,EAAI,OAAO,EACXS,EAAU,SAAS,EACnB,MACF,CACAA,EAAU,gBAAgBT,EAAI,QAASA,EAAI,UAAU,EACrD,KAAK,iBACHA,EACCK,GAAiB,CAChBA,EAAa,GAAG,OAASjB,GAAS,CAChC,GAAIX,EAAY,YAAY,EAC1BuB,EAAI,OAAO,UAEPS,EAAU,KAAKrB,CAAI,IAAM,GAAO,CAGlC,GAAI,CAACqB,EAAU,UAAW,CACxBA,EAAU,MACR,IAAI,MAAM,+CAA+C,CAC3D,EACAT,EAAI,OAAO,EACX,MACF,CACAA,EAAI,MAAM,EACV,IAAMW,EAAS,IAAM,CACnBX,EAAI,OAAO,CACb,EACAvB,EAAY,OAASkC,EACrBF,EAAU,UAAUE,CAAM,CAC5B,CAEJ,CAAC,EACDN,EAAa,GAAG,MAAOI,EAAU,QAAQ,CAC3C,EACAA,EAAU,KACZ,CACF,CAAC,EAIG,OAAOX,EAAI,YAAe,YAAcH,EAAe,SACzDG,EAAI,WAAWH,EAAe,OAAO,EAGvCG,EAAI,GAAG,UAAW,IAAM,CACtBW,EAAU,MAAM,IAAIV,CAAsB,CAC5C,CAAC,EACDD,EAAI,GAAG,QAAUJ,GAAU,CACzBe,EAAU,MAAMf,CAAK,CACvB,CAAC,EAGGC,EAAe,MACjBG,EAAI,MAAMH,EAAe,IAAI,EAE/BG,EAAI,IAAI,CACV,CACF,EACOc,GAAQ5D,GI5af,IAAM6D,GAAuB,CAC3B,OAAQ,GACR,UAAW,IACX,UAAW,IACX,cAAe,IACf,YAAa,CAAC,WAAY,QAAS,SAAS,CAC9C,EAEaC,EAAN,KAAuC,CAE5C,YACUC,EACAC,EAIRC,EACA,CANQ,eAAAF,EACA,uBAAAC,EAMR,KAAK,QAAU,OAAOC,GAAQ,SAAW,CAAC,IAAAA,CAAG,EAAIA,CACnD,CAEA,KAAKC,EAA0C,CAC7C,OAAO,IAAIJ,EAAa,KAAK,UAAW,KAAK,kBAAmB,CAC9D,GAAG,KAAK,QACR,GAAGI,CACL,CAAC,CACH,CAEA,SAASC,EAA0D,CACjE,GAAM,CAAC,IAAAF,EAAK,KAAAG,EAAM,KAAAC,EAAM,QAAAC,CAAO,EAAI,KAAK,QAClCC,EAAO,qBAAqB,mBAAmBN,CAAG,IAClDO,EAAO,KAAK,UAChB,KAAK,gBAAgB,CACnB,MAAOL,EAAM,SAAS,EACtB,QAASN,GACT,KAAAO,CACF,CAAC,CACH,EACMF,EAAU,CACd,OAAQ,OACR,QAAS,CACP,eAAgB,mCAChB,kBAAmBG,EAAO,OAAS,WACnC,GAAGC,CACL,CACF,EACA,OAAO,KAAK,kBACTG,GAAa,KAAK,UAAU,KAAKF,EAAMC,EAAMN,EAASO,CAAQ,EAC/D,IAAM,KAAK,UAAU,QAAQF,EAAMC,EAAMN,CAAO,CAClD,CACF,CAEA,aAAaC,EAA2D,CACtE,OAAO,KAAK,SAASA,CAAK,EAAE,aAAa,CAC3C,CACA,YAAYA,EAAwD,CAClE,OAAO,KAAK,SAASA,CAAK,EAAE,YAAY,CAC1C,CACA,MAAMA,EAAwD,CAC5D,OAAO,KAAK,SAASA,CAAK,EAAE,MAAM,CACpC,CAEA,KAAKA,EAAqD,CACxD,OAAO,KAAK,SAASA,CAAK,EAAE,KAAK,CACnC,CAEA,WACEA,EACAM,EACM,CACN,OAAO,KAAK,SAASN,CAAK,EAAE,aAAaM,CAAQ,CACnD,CAEA,UACEN,EACAM,EACM,CACN,OAAO,KAAK,SAASN,CAAK,EAAE,YAAYM,CAAQ,CAClD,CAEA,YACEN,EACAO,EAImB,CACnB,OAAO,KAAK,SAASP,CAAK,EAAE,YAAYO,CAAS,CACnD,CAEA,aAAaP,EAA4D,CACvE,OAAO,KAAK,SAASA,CAAK,EAAE,aAAa,CAC3C,CAEA,SAASA,EAAqD,CAC5D,GAAM,CAAC,IAAAF,EAAK,KAAAG,EAAM,KAAAC,EAAM,QAAAC,CAAO,EAAI,KAAK,QACxC,OAAO,KAAK,UAAU,QACpB,qBAAqB,mBAAmBL,CAAG,IAC3C,KAAK,UACH,KAAK,gBAAgB,CACnB,MAAOE,EAAM,SAAS,EACtB,QAASN,GACT,KAAAO,CACF,CAAC,CACH,EACA,CACE,OAAQ,OACR,QAAS,CACP,OAAQ,WACR,kBAAmBC,EAAO,OAAS,WACnC,eAAgB,mCAChB,GAAGC,CACL,CACF,CACF,CACF,CAEQ,gBAAgBK,EAAmB,CAnI7C,IAAAC,EAoII,OAAI,OAAO,KAAK,QAAQ,KAAQ,aAC9BD,EAAQ,IAAM,KAAK,QAAQ,IAAI,GAGjCA,EAAQ,MAAOC,EAAA,KAAK,QAAQ,OAAb,KAAAA,EAAqB,OAC7BD,CACT,CACF,EAEOE,GAAQf,EC3HR,SAASgB,GACdC,EACAC,EACqB,CACrB,OAAOA,EAAU,SAASD,CAAM,CAClC,CAMO,IAAME,EAAN,KAA+D,CACpE,YACUC,EACAC,EACAC,EACR,CAHQ,cAAAF,EACA,4BAAAC,EACA,mBAAAC,CACP,CACH,cAAsC,CACpC,OAAOC,EAAsB,KAAK,uBAAuB,CAAC,CAC5D,CACA,aAAkC,CAChC,OAAOC,GACLD,EAAsB,KAAK,uBAAuB,CAAC,CACrD,CACF,CACA,OAA4B,CAC1B,OAAO,IAAIE,EAAgB,KAAK,SAAWC,GACzCC,EAAcD,EAAU,KAAK,aAAa,CAC5C,CACF,CAEA,MAAwB,CACtB,OAAO,IAAID,EAAgB,KAAK,SAAWC,GAClCC,EACLC,EAAc,CACZ,KAAKX,EAAQC,EAAW,CACtBQ,EAAS,KAAK,CAAC,OAAAT,EAAQ,UAAAC,CAAS,CAAC,CACnC,EACA,MAAMW,EAAG,CACPH,EAAS,MAAMG,CAAC,CAClB,EACA,UAAW,CACTH,EAAS,SAAS,CACpB,CACF,CAAC,EACD,KAAK,aACP,CACD,CACH,CAEA,aAAaI,EAA+C,CAC1D,KAAK,SAASH,EAAcG,EAAU,KAAK,aAAa,CAAC,CAC3D,CAEA,YAAYA,EAA8C,CACxD,KAAK,SAASH,EAAcC,EAAcE,CAAQ,EAAG,KAAK,aAAa,CAAC,CAC1E,CAEA,YACEC,EAGqBf,GAIF,CACnB,IAAMgB,EAAmB,CAAC,EAC1B,OAAO,IAAI,QAAQ,CAACC,EAASC,IAAW,CACtC,KAAK,YAAY,CACf,KAAKjB,EAAkBC,EAAoC,CACzD,IAAMiB,EAAQJ,EAAU,KAAK,KAAMd,EAAQC,CAAS,EAChDiB,IAAU,QACZH,EAAO,KAAKG,CAAK,CAErB,EACA,MAAMC,EAAoB,CACxBF,EAAOE,CAAK,CACd,EACA,UAAiB,CACfH,EAAQD,CAAM,CAChB,CACF,CAAC,CACH,CAAC,CACH,CAEA,cAAuC,CACrC,IAAMA,EAAwB,CAAC,EAC/B,OAAO,IAAI,QAAQ,CAACC,EAASC,IAAW,CACtC,KAAK,aAAa,CAChB,KAAKG,EAAoB,CACvBL,EAAO,KAAKK,CAAI,CAClB,EACA,MAAMD,EAAoB,CACxBF,EAAOE,CAAK,CACd,EACA,UAAiB,CACfH,EAAQD,CAAM,CAChB,CACF,CAAC,CACH,CAAC,CACH,CACF,ECpGA,IAAqBM,EAArB,KAA8B,CAY5B,YAAYC,EAAiC,CAhC/C,IAAAC,EAiCI,GAAI,OAAOD,GAAY,SACrB,KAAK,SAAW,CAAC,IAAKA,CAAO,UACpBA,IAAY,MAAQ,OAAOA,GAAY,SAChD,KAAK,SAAWA,MAEhB,OAAM,IAAIE,EAAqB,oCAAoC,EAErE,IAAMC,EAAM,KAAK,SAAS,IAC1B,GAAI,OAAOA,GAAQ,SACjB,MAAM,IAAID,EAAqB,mBAAmB,EAChDC,EAAI,SAAS,GAAG,IAAG,KAAK,SAAS,IAAMA,EAAI,UAAU,EAAGA,EAAI,OAAS,CAAC,GAC1E,KAAK,WAAYF,EAAA,KAAK,SAAS,YAAd,KAAAA,EAA2B,IAAIG,GAAc,KAAK,QAAQ,EAC3E,KAAK,mBAAqB,CACxBC,EACAC,IAEA,IAAIC,EACFF,EACAC,EACA,KAAK,UAAU,aACjB,CACJ,CAoBA,YACEE,EACAC,EACAC,EAAgC,KAChCC,EACU,CACV,OAAO,IAAIC,EACT,KAAK,UACLJ,EACAC,EACAC,EACAC,GAAA,KAAAA,EAAgB,KAAK,SAAS,YAChC,CACF,CAcA,YAAYH,EAAsC,CAChD,OAAO,IAAIK,GAAa,KAAK,UAAW,KAAK,mBAAoBL,CAAG,CACtE,CACF","names":["createTextDecoderCombiner","decoder","first","second","retVal","chunk","start","end","chunksToLines","target","chunkCombiner","chunks","createTextDecoderCombiner","previous","finished","quoted","paused","resumeChunks","bufferReceived","chunk","index","start","c","end","retVal","e","error","cancellable","x","chunksToLinesIterable","source","chunkCombiner","chunks","createTextDecoderCombiner","previous","quoted","chunk","index","start","c","end","LineSplitter","val","line","quoteCount","startIndex","values","count","i","c","start","end","identity","x","typeSerializers","FluxTableColumnImpl","row","_a","val","UNKNOWN_COLUMN","newFluxTableColumn","createFluxTableColumn","object","_b","retVal","retriableStatusCodes","isStatusCodeRetriable","statusCode","IllegalArgumentError","message","HttpError","statusMessage","body","retryAfter","contentType","e","RETRY_CODES","canRetryHttpCall","error","getRetryDelay","retryJitter","retVal","RequestTimedOutError","AbortError","serializeDateTimeAsDate","typeSerializers","x","serializeDateTimeAsNumber","serializeDateTimeAsString","FluxTableMetaDataImpl","columns","col","i","label","errorOnMissingColumn","IllegalArgumentError","UNKNOWN_COLUMN","row","acc","column","createFluxTableMetaData","linesToTables","consumer","splitter","LineSplitter","columns","expectMeta","firstColumnIndex","lastMeta","retVal","error","line","values","size","i","newFluxTableColumn","createFluxTableMetaData","linesToRowsIterable","source","splitter","LineSplitter","columns","expectMeta","firstColumnIndex","lastMeta","line","values","size","i","newFluxTableColumn","createFluxTableMetaData","stringToLines","source","target","quoted","start","index","c","end","symbolObservable","QuerySubscription","observer","executor","value","e","c","_a","noop","completeObserver","next","error","complete","ObservableQuery","decorator","observerOrNext","symbolObservable","DEFAULT_ConnectionOptions","DEFAULT_RetryDelayStrategyOptions","DEFAULT_WriteOptions","createEscaper","characters","replacements","value","retVal","from","i","found","createQuotedEscaper","escaper","escape","zeroPadding","useHrTime","useProcessHrtime","use","startHrMillis","startHrTime","lastMillis","stepsInMillis","nanos","hrTime","millis","micros","seconds","currentTime","dateToProtocolTimestamp","d","convertTimeToNanos","value","consoleLogger","message","error","provider","Log","setLogger","logger","previous","FLUX_VALUE","FluxParameter","fluxValue","isFluxParameterLike","value","sanitizeString","retVal","i","prepareRetVal","c","fluxString","sanitizeFloat","val","strVal","hasDot","fluxFloat","sanitizeInteger","negative","fluxInteger","sanitizeDateTime","fluxDateTime","fluxDuration","sanitizeRegExp","fluxRegExp","fluxBool","fluxExpression","toFluxValue","flux","strings","values","parts","partIndex","text","sanitized","Point","measurementName","name","value","val","strVal","code","escape","settings","fieldsLine","x","tagsLine","tags","time","convertTimeToNanos","line","RetryStrategyImpl","options","DEFAULT_RetryDelayStrategyOptions","error","failedAttempts","delay","getRetryDelay","nextDelay","i","createRetryDelayStrategy","findShrinkCandidate","first","parent","found","currentParent","RetryBuffer","maxLines","retryLines","onShrink","lines","retryCount","delay","expires","retryTime","origSize","newSize","Log","toAdd","current","toRetry","utf8Length","s","retVal","i","code","WriteBuffer","maxChunkRecords","maxBatchBytes","flushFn","scheduleSend","record","size","utf8Length","_e","lines","retVal","WriteApiImpl","transport","org","bucket","precision","writeOptions","DEFAULT_WriteOptions","currentTime","dateToProtocolTimestamp","scheduleNextSend","createRetryDelayStrategy","RetryBuffer","retryAttempts","expires","self","failedAttempts","error","onRetry","Log","resolve","reject","responseStatusCode","callbacks","_headers","statusCode","HttpError","message","records","i","point","line","points","withRetryBuffer","remaining","tags","value","parse","http","https","Buffer","Buffer","nodeChunkCombiner","first","second","chunk","start","end","retVal","nodeChunkCombiner_default","zlib","completeCommunicationObserver","callbacks","state","retVal","data","error","headers","statusCode","CLIENT_LIB_VERSION","pipeline","zlibOptions","zlib","emptyBuffer","Buffer","CancellableImpl","NodeHttpTransport","connectionOptions","nodeChunkCombiner_default","_a","_b","_c","_d","_e","_f","_g","_url","proxyUrl","token","transportOptions","nodeSupportedOptions","url","parse","DEFAULT_ConnectionOptions","key","Log","CLIENT_LIB_VERSION","path","body","options","callbacks","cancellable","message","err","responseStarted","buffer","contentType","responseStatusCode","resolve","reject","headers","statusCode","data","responseType","e","terminationError","nestedReject","wrapReject","error","requestMessage","AbortError","response","req","RequestTimedOutError","res","chunk","sendOptions","bodyBuffer","contentEncoding","responseData","isJson","s","HttpError","listeners","completeCommunicationObserver","resume","NodeHttpTransport_default","DEFAULT_dialect","QueryApiImpl","transport","createCSVResponse","org","options","query","type","gzip","headers","path","body","consumer","rowMapper","request","_a","QueryApiImpl_default","defaultRowMapping","values","tableMeta","AnnotatedCSVResponseImpl","executor","iterableResultExecutor","chunkCombiner","chunksToLinesIterable","linesToRowsIterable","ObservableQuery","observer","chunksToLines","linesToTables","e","consumer","rowMapper","retVal","resolve","reject","toAdd","error","line","InfluxDB","options","_a","IllegalArgumentError","url","NodeHttpTransport_default","executor","iterableResultExecutor","AnnotatedCSVResponseImpl","org","bucket","precision","writeOptions","WriteApiImpl","QueryApiImpl_default"]} \ No newline at end of file diff --git a/software/flow/node_modules/@influxdata/influxdb-client/dist/influxdb.js b/software/flow/node_modules/@influxdata/influxdb-client/dist/influxdb.js deleted file mode 100644 index 1c0e369..0000000 --- a/software/flow/node_modules/@influxdata/influxdb-client/dist/influxdb.js +++ /dev/null @@ -1,6 +0,0 @@ -"use strict";var influxdb=(()=>{var k=Object.defineProperty;var Ae=Object.getOwnPropertyDescriptor;var De=Object.getOwnPropertyNames;var Ee=Object.prototype.hasOwnProperty;var Pe=(r,e)=>{for(var t in e)k(r,t,{get:e[t],enumerable:!0})},Fe=(r,e,t,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of De(e))!Ee.call(r,i)&&i!==t&&k(r,i,{get:()=>e[i],enumerable:!(n=Ae(e,i))||n.enumerable});return r};var Le=r=>Fe(k({},"__esModule",{value:!0}),r);var nt={};Pe(nt,{AbortError:()=>x,DEFAULT_ConnectionOptions:()=>We,DEFAULT_RetryDelayStrategyOptions:()=>Y,DEFAULT_WriteOptions:()=>Z,FLUX_VALUE:()=>D,HttpError:()=>m,IllegalArgumentError:()=>y,InfluxDB:()=>U,LineSplitter:()=>b,Log:()=>p,Point:()=>ue,RequestTimedOutError:()=>v,UNKNOWN_COLUMN:()=>Q,canRetryHttpCall:()=>Be,chunksToLines:()=>R,chunksToLinesIterable:()=>M,consoleLogger:()=>Te,convertTimeToNanos:()=>se,createFluxTableColumn:()=>Ie,createFluxTableMetaData:()=>A,createTextDecoderCombiner:()=>g,currentTime:()=>ne,dateToProtocolTimestamp:()=>ie,escape:()=>w,flux:()=>et,fluxBool:()=>Ze,fluxDateTime:()=>Ge,fluxDuration:()=>Ke,fluxExpression:()=>oe,fluxFloat:()=>qe,fluxInteger:()=>Je,fluxRegExp:()=>Ye,fluxString:()=>je,getRetryDelay:()=>j,isStatusCodeRetriable:()=>pe,linesToRowsIterable:()=>J,linesToTables:()=>V,newFluxTableColumn:()=>S,sanitizeFloat:()=>ae,sanitizeInteger:()=>le,serializeDateTimeAsDate:()=>Me,serializeDateTimeAsNumber:()=>_e,serializeDateTimeAsString:()=>Ve,setLogger:()=>Ne,stringToLines:()=>ze,symbolObservable:()=>X,toFluxValue:()=>H,typeSerializers:()=>C,useProcessHrtime:()=>we});function g(){let r=new TextDecoder("utf-8");return{concat(e,t){let n=new Uint8Array(e.length+t.length);return n.set(e),n.set(t,e.length),n},copy(e,t,n){let i=new Uint8Array(n-t);return i.set(e.subarray(t,n)),i},toUtf8String(e,t,n){return r.decode(e.subarray(t,n))}}}function R(r,e){let t=e!=null?e:g(),n,i=!1,s=!1,o=!1,a;function f(l){let c,d=0;for(n?(c=l.length===0?0:n.length,l=t.concat(n,l)):c=0;c<l.length;){let T=l[c];if(T===10){if(!s){let $=c>0&&l[c-1]===13?c-1:c;if(i)return;if(o=r.next(t.toUtf8String(l,d,$))===!1,d=c+1,o)break}}else T===34&&(s=!s);c++}if(d<l.length?n=t.copy(l,d,l.length):n=void 0,o){if(r.useResume){r.useResume(()=>{o=!1,f(new Uint8Array(0))});return}u.error(new Error("Unable to pause, useResume is not configured!")),o=!1}a&&(a(),a=void 0)}let u={next(l){if(!i)try{return f(l),!o}catch(c){this.error(c)}return!0},error(l){i||(i=!0,r.error(l))},complete(){i||(n&&r.next(t.toUtf8String(n,0,n.length)),i=!0,r.complete())}};return r.useCancellable&&(u.useCancellable=l=>{r.useCancellable&&r.useCancellable({cancel(){l.cancel(),n=void 0,u.complete()},isCancelled(){return l.isCancelled()}})}),r.useResume&&(u.useResume=l=>{a=l}),u}async function*M(r,e){let t=e!=null?e:g(),n,i=!1;for await(let s of r){let o,a=0;for(n?(o=n.length,s=t.concat(n,s)):o=0;o<s.length;){let f=s[o];if(f===10){if(!i){let u=o>0&&s[o-1]===13?o-1:o;yield t.toUtf8String(s,a,u),a=o+1}}else f===34&&(i=!i);o++}a<s.length?n=t.copy(s,a,s.length):n=void 0}n&&(yield t.toUtf8String(n,0,n.length))}var b=class{constructor(){this._reuse=!1}get reuse(){return this._reuse}set reuse(e){e&&!this.reusedValues&&(this.reusedValues=new Array(10)),this._reuse=e}withReuse(){return this.reuse=!0,this}splitLine(e){if(e==null)return this.lastSplitLength=0,[];let t=0,n=0,i=this._reuse?this.reusedValues:[],s=0;for(let a=0;a<e.length;a++){let f=e[a];if(f===","){if(t%2===0){let u=this.getValue(e,n,a,t);this._reuse?i[s++]=u:i.push(u),n=a+1,t=0}}else f==='"'&&t++}let o=this.getValue(e,n,e.length,t);return this._reuse?(i[s]=o,this.lastSplitLength=s+1):(i.push(o),this.lastSplitLength=i.length),i}getValue(e,t,n,i){return t===e.length?"":i===0?e.substring(t,n):i===2?e.substring(t+1,n-1):e.substring(t+1,n-1).replace(/""/gi,'"')}};var N=r=>r,C={boolean:r=>r===""?null:r==="true",unsignedLong:r=>r===""?null:+r,long:r=>r===""?null:+r,double(r){switch(r){case"":return null;case"+Inf":return Number.POSITIVE_INFINITY;case"-Inf":return Number.NEGATIVE_INFINITY;default:return+r}},string:N,base64Binary:N,duration:r=>r===""?null:r,"dateTime:RFC3339":r=>r===""?null:r},_=class{get(e){var n;let t=e[this.index];return(t===""||t===void 0)&&this.defaultValue&&(t=this.defaultValue),((n=C[this.dataType])!=null?n:N)(t)}},Q=Object.freeze({label:"",dataType:"",group:!1,defaultValue:"",index:Number.MAX_SAFE_INTEGER,get:()=>{}});function S(){return new _}function Ie(r){var t,n;let e=new _;return e.label=String(r.label),e.dataType=r.dataType,e.group=Boolean(r.group),e.defaultValue=(t=r.defaultValue)!=null?t:"",e.index=(n=r.index)!=null?n:0,e}var Ue=[404,408,425,429,500,502,503,504];function pe(r){return Ue.includes(r)}var y=class extends Error{constructor(e){super(e),this.name="IllegalArgumentError",Object.setPrototypeOf(this,y.prototype)}},m=class extends Error{constructor(t,n,i,s,o,a){super();this.statusCode=t;this.statusMessage=n;this.body=i;this.contentType=o;if(Object.setPrototypeOf(this,m.prototype),a)this.message=a;else if(i){if(o!=null&&o.startsWith("application/json"))try{this.json=JSON.parse(i),this.message=this.json.message,this.code=this.json.code}catch(f){}this.message||(this.message=`${t} ${n} : ${i}`)}else this.message=`${t} ${n}`;this.name="HttpError",this.setRetryAfter(s)}setRetryAfter(t){typeof t=="string"?/^[0-9]+$/.test(t)?this._retryAfter=parseInt(t):this._retryAfter=0:this._retryAfter=0}canRetry(){return pe(this.statusCode)}retryAfter(){return this._retryAfter}},$e=["ECONNRESET","ENOTFOUND","ESOCKETTIMEDOUT","ETIMEDOUT","ECONNREFUSED","EHOSTUNREACH","EPIPE"];function Be(r){if(r){if(typeof r.canRetry=="function")return!!r.canRetry();if(r.code&&$e.includes(r.code))return!0}else return!1;return!1}function j(r,e){if(r){let t;return typeof r.retryAfter=="function"?r.retryAfter():(t=0,e&&e>0?t+Math.round(Math.random()*e):t)}else return 0}var v=class extends Error{constructor(){super(),Object.setPrototypeOf(this,v.prototype),this.name="RequestTimedOutError",this.message="Request timed out"}canRetry(){return!0}retryAfter(){return 0}},x=class extends Error{constructor(){super(),this.name="AbortError",Object.setPrototypeOf(this,x.prototype),this.message="Response aborted"}canRetry(){return!0}retryAfter(){return 0}};function Me(){C["dateTime:RFC3339"]=r=>r===""?null:new Date(Date.parse(r))}function _e(){C["dateTime:RFC3339"]=r=>r===""?null:Date.parse(r)}function Ve(){C["dateTime:RFC3339"]=r=>r===""?null:r}var q=class{constructor(e){e.forEach((t,n)=>t.index=n),this.columns=e}column(e,t=!0){for(let n=0;n<this.columns.length;n++){let i=this.columns[n];if(i.label===e)return i}if(t)throw new y(`Column ${e} not found!`);return Q}toObject(e){let t={};for(let n=0;n<this.columns.length&&n<e.length;n++){let i=this.columns[n];t[i.label]=i.get(e)}return t}get(e,t){return this.column(t,!1).get(e)}};function A(r){return new q(r)}function V(r){let e=new b().withReuse(),t,n=!0,i=0,s,o={error(a){r.error(a)},next(a){if(a==="")n=!0,t=void 0;else{let f=e.splitLine(a),u=e.lastSplitLength;if(n){if(!t){t=new Array(u);for(let l=0;l<u;l++)t[l]=S()}if(f[0].startsWith("#")){if(f[0]==="#datatype")for(let l=1;l<u;l++)t[l].dataType=f[l];else if(f[0]==="#default")for(let l=1;l<u;l++)t[l].defaultValue=f[l];else if(f[0]==="#group")for(let l=1;l<u;l++)t[l].group=f[l][0]==="t"}else{f[0]===""?(i=1,t=t.slice(1)):i=0;for(let l=i;l<u;l++)t[l-i].label=f[l];s=A(t),n=!1}}else return r.next(f.slice(i,u),s)}return!0},complete(){r.complete()}};return r.useCancellable&&(o.useCancellable=r.useCancellable.bind(r)),r.useResume&&(o.useResume=r.useResume.bind(r)),o}async function*J(r){let e=new b().withReuse(),t,n=!0,i=0,s;for await(let o of r)if(o==="")n=!0,t=void 0;else{let a=e.splitLine(o),f=e.lastSplitLength;if(n){if(!t){t=new Array(f);for(let u=0;u<f;u++)t[u]=S()}if(a[0].startsWith("#")){if(a[0]==="#datatype")for(let u=1;u<f;u++)t[u].dataType=a[u];else if(a[0]==="#default")for(let u=1;u<f;u++)t[u].defaultValue=a[u];else if(a[0]==="#group")for(let u=1;u<f;u++)t[u].group=a[u][0]==="t"}else{a[0]===""?(i=1,t=t.slice(1)):i=0;for(let u=i;u<f;u++)t[u-i].label=a[u];s=A(t),n=!1}}else yield{values:a.slice(i,f),tableMeta:s}}}function ze(r,e){let t=!1,n=0,i=0;for(;i<r.length;){let s=r.charCodeAt(i);if(s===10){if(!t){let o=i>0&&r.charCodeAt(i-1)===13?i-1:i;e.next(r.substring(n,o)),n=i+1}}else s===34&&(t=!t);i++}n<i&&e.next(r.substring(n,i)),e.complete()}var X=(()=>typeof Symbol=="function"&&Symbol.observable||"@@observable")();var K=class{constructor(e,t){this.isClosed=!1;try{t({next:n=>{e.next(n)},error:n=>{this.isClosed=!0,e.error(n)},complete:()=>{this.isClosed=!0,e.complete()},useCancellable:n=>{this.cancellable=n}})}catch(n){this.isClosed=!0,e.error(n)}}get closed(){return this.isClosed}unsubscribe(){var e;(e=this.cancellable)==null||e.cancel(),this.isClosed=!0}};function G(){}function He(r){let{next:e,error:t,complete:n}=r;return{next:e?e.bind(r):G,error:t?t.bind(r):G,complete:n?n.bind(r):G}}var O=class{constructor(e,t){this.executor=e;this.decorator=t}subscribe(e,t,n){let i=He(typeof e!="object"||e===null?{next:e,error:t,complete:n}:e);return new K(this.decorator(i),this.executor)}[X](){return this}};Symbol.observable;var We={timeout:1e4},Y={retryJitter:200,minRetryDelay:5e3,maxRetryDelay:125e3,exponentialBase:5,randomRetry:!0},Z={batchSize:1e3,maxBatchBytes:5e7,flushInterval:6e4,writeFailed:function(){},writeSuccess:function(){},writeRetrySkipped:function(){},maxRetries:5,maxRetryTime:18e4,maxBufferLines:32e3,retryJitter:200,minRetryDelay:5e3,maxRetryDelay:125e3,exponentialBase:2,gzipThreshold:1e3,randomRetry:!0};function ee(r,e){return function(t){let n="",i=0,s=0;for(;s<t.length;){let o=r.indexOf(t[s]);o>=0&&(n+=t.substring(i,s),n+=e[o],i=s+1),s++}return i==0?t:(i<t.length&&(n+=t.substring(i,t.length)),n)}}function ke(r,e){let t=ee(r,e);return n=>'"'+t(n)+'"'}var w={measurement:ee(`, -\r `,["\\,","\\ ","\\n","\\r","\\t"]),quoted:ke('"\\',['\\"',"\\\\"]),tag:ee(`, = -\r `,["\\,","\\ ","\\=","\\n","\\r","\\t"])};var xe="000000000";function we(r){return!1}we(!0);var he=Date.now(),te=0;function re(){{let r=Date.now();r!==he?(he=r,te=0):te++;let e=String(te);return String(r)+xe.substr(0,6-e.length)+e}}function ye(){return String(Date.now())+xe.substr(0,3)}function ge(){return String(Date.now())}function be(){return String(Math.floor(Date.now()/1e3))}var ne={s:be,ms:ge,us:ye,ns:re,seconds:be,millis:ge,micros:ye,nanos:re},ie={s:r=>`${Math.floor(r.getTime()/1e3)}`,ms:r=>`${r.getTime()}`,us:r=>`${r.getTime()}000`,ns:r=>`${r.getTime()}000000`};function se(r){return r===void 0?re():typeof r=="string"?r.length>0?r:void 0:r instanceof Date?`${r.getTime()}000000`:String(typeof r=="number"?Math.floor(r):r)}var Te={error(r,e){console.error("ERROR: "+r,e||"")},warn(r,e){console.warn("WARN: "+r,e||"")}},z=Te,p={error(r,e){z.error(r,e)},warn(r,e){z.warn(r,e)}};function Ne(r){let e=z;return z=r,e}var D=Symbol("FLUX_VALUE"),h=class{constructor(e){this.fluxValue=e}toString(){return this.fluxValue}[D](){return this.fluxValue}};function Qe(r){return typeof r=="object"&&typeof r[D]=="function"}function E(r){if(r==null)return"";r=r.toString();let e,t=0;function n(){e===void 0&&(e=r.substring(0,t))}for(;t<r.length;t++){let i=r.charAt(t);switch(i){case"\r":n(),e+="\\r";break;case` -`:n(),e+="\\n";break;case" ":n(),e+="\\t";break;case'"':case"\\":n(),e=e+"\\"+i;break;case"$":if(t+1<r.length&&r.charAt(t+1)==="{"){n(),t++,e+="\\${";break}e!=null&&(e+=i);break;default:e!=null&&(e+=i)}}return e!==void 0?e:r}function je(r){return new h(`"${E(r)}"`)}function ae(r){let e=Number(r);if(!isFinite(e)){if(typeof r=="number")return`float(v: "${e}")`;throw new Error(`not a flux float: ${r}`)}let t=e.toString(),n=!1;for(let i of t)if(!(i>="0"&&i<="9"||i=="-")){if(i==="."){n=!0;continue}return`float(v: "${t}")`}return n?t:t+".0"}function qe(r){return new h(ae(r))}function le(r){let e=String(r),t=e.startsWith("-"),n=t?e.substring(1):e;if(n.length===0||n.length>19)throw new Error(`not a flux integer: ${e}`);for(let i of n)if(i<"0"||i>"9")throw new Error(`not a flux integer: ${e}`);if(n.length===19){if(t&&n>"9223372036854775808")throw new Error(`flux integer out of bounds: ${e}`);if(!t&&n>"9223372036854775807")throw new Error(`flux integer out of bounds: ${e}`)}return e}function Je(r){return new h(le(r))}function Xe(r){return`time(v: "${E(r)}")`}function Ge(r){return new h(Xe(r))}function Ke(r){return new h(`duration(v: "${E(r)}")`)}function Re(r){return r instanceof RegExp?r.toString():new RegExp(r).toString()}function Ye(r){return new h(Re(r))}function Ze(r){return r==="true"||r==="false"?new h(r):new h((!!r).toString())}function oe(r){return new h(String(r))}function H(r){if(r===void 0)return"";if(r===null)return"null";if(typeof r=="boolean")return r.toString();if(typeof r=="string")return`"${E(r)}"`;if(typeof r=="number")return Number.isSafeInteger(r)?le(r):ae(r);if(typeof r=="object"){if(typeof r[D]=="function")return r[D]();if(r instanceof Date)return r.toISOString();if(r instanceof RegExp)return Re(r);if(Array.isArray(r))return`[${r.map(H).join(",")}]`}else if(typeof r=="bigint")return`${r}.0`;return H(r.toString())}function et(r,...e){if(r.length==1&&e.length===0)return oe(r[0]);let t=new Array(r.length+e.length),n=0;for(let i=0;i<r.length;i++){let s=r[i];if(t[n++]=s,i<e.length){let o=e[i],a;if(s.endsWith('"')&&i+1<r.length&&r[i+1].startsWith('"'))a=E(o);else if(a=H(o),a===""&&!Qe(o))throw new Error(`Unsupported parameter literal '${o}' at index: ${i}, type: ${typeof o}`);t[n++]=a}else if(i<r.length-1)throw new Error("Too few parameters supplied!")}return oe(t.join(""))}var ue=class{constructor(e){this.tags={};this.fields={};e&&(this.name=e)}measurement(e){return this.name=e,this}tag(e,t){return this.tags[e]=t,this}booleanField(e,t){return this.fields[e]=t?"T":"F",this}intField(e,t){let n;if(typeof t=="number"?n=t:n=parseInt(String(t)),isNaN(n)||n<=-9223372036854776e3||n>=9223372036854776e3)throw new Error(`invalid integer value for field '${e}': '${t}'!`);return this.fields[e]=`${Math.floor(n)}i`,this}uintField(e,t){if(typeof t=="number"){if(isNaN(t)||t<0||t>Number.MAX_SAFE_INTEGER)throw new Error(`uint value for field '${e}' out of range: ${t}`);this.fields[e]=`${Math.floor(t)}u`}else{let n=String(t);for(let i=0;i<n.length;i++){let s=n.charCodeAt(i);if(s<48||s>57)throw new Error(`uint value has an unsupported character at pos ${i}: ${t}`)}if(n.length>20||n.length===20&&n.localeCompare("18446744073709551615")>0)throw new Error(`uint value for field '${e}' out of range: ${n}`);this.fields[e]=`${n}u`}return this}floatField(e,t){let n;if(typeof t=="number"?n=t:n=parseFloat(t),!isFinite(n))throw new Error(`invalid float value for field '${e}': ${t}`);return this.fields[e]=String(n),this}stringField(e,t){return t!=null&&(typeof t!="string"&&(t=String(t)),this.fields[e]=w.quoted(t)),this}timestamp(e){return this.time=e,this}toLineProtocol(e){if(!this.name)return;let t="";if(Object.keys(this.fields).sort().forEach(o=>{if(o){let a=this.fields[o];t.length>0&&(t+=","),t+=`${w.tag(o)}=${a}`}}),t.length===0)return;let n="",i=e&&e.defaultTags?{...e.defaultTags,...this.tags}:this.tags;Object.keys(i).sort().forEach(o=>{if(o){let a=i[o];a&&(n+=",",n+=`${w.tag(o)}=${w.tag(a)}`)}});let s=this.time;return e&&e.convertTime?s=e.convertTime(s):s=se(s),`${w.measurement(this.name)}${n} ${t}${s!==void 0?" "+s:""}`}toString(){let e=this.toLineProtocol(void 0);return e||`invalid point: ${JSON.stringify(this,void 0)}`}};var fe=class{constructor(e){this.options={...Y,...e},this.success()}nextDelay(e,t){let n=j(e);if(n&&n>0)return n+Math.round(Math.random()*this.options.retryJitter);if(t&&t>0){if(this.options.randomRetry){let s=Math.max(this.options.minRetryDelay,1),o=s*this.options.exponentialBase;for(let a=1;a<t;a++)if(s=o,o=o*this.options.exponentialBase,o>=this.options.maxRetryDelay){o=this.options.maxRetryDelay;break}return s+Math.round(Math.random()*(o-s)+Math.random()*this.options.retryJitter)}let i=Math.max(this.options.minRetryDelay,1);for(let s=1;s<t;s++)if(i=i*this.options.exponentialBase,i>=this.options.maxRetryDelay){i=this.options.maxRetryDelay;break}return i+Math.round(Math.random()*this.options.retryJitter)}else this.currentDelay?this.currentDelay=Math.min(Math.max(this.currentDelay*this.options.exponentialBase,1)+Math.round(Math.random()*this.options.retryJitter),this.options.maxRetryDelay):this.currentDelay=this.options.minRetryDelay+Math.round(Math.random()*this.options.retryJitter);return this.currentDelay}success(){this.currentDelay=void 0}};function Ce(r){return new fe(r)}function tt(r){let e,t=r,n=r;for(;n.next;)n.next.expires<t.expires&&(e=n,t=n.next),n=n.next;return[t,e]}var P=class{constructor(e,t,n=()=>{}){this.maxLines=e;this.retryLines=t;this.onShrink=n;this.size=0;this.closed=!1;this._timeoutHandle=void 0}addLines(e,t,n,i){if(this.closed||!e.length)return;let s=Date.now()+n;if(i<s&&(s=i),this.first&&this.size+e.length>this.maxLines){let u=this.size,l=u*.7;do{let[c,d]=tt(this.first);this.size-=c.lines.length,d?d.next=c.next:(this.first=c.next,this.first&&this.scheduleRetry(this.first.retryTime-Date.now())),c.next=void 0,this.onShrink(c)}while(this.first&&this.size+e.length>l);p.error(`RetryBuffer: ${u-this.size} oldest lines removed to keep buffer size under the limit of ${this.maxLines} lines.`)}let o={lines:e,retryCount:t,retryTime:s,expires:i},a=this.first,f;for(;;){if(!a||a.retryTime>s){o.next=a,f?f.next=o:(this.first=o,this.scheduleRetry(s-Date.now()));break}f=a,a=a.next}this.size+=e.length}removeLines(){if(this.first){let e=this.first;return this.first=this.first.next,e.next=void 0,this.size-=e.lines.length,e}}scheduleRetry(e){this._timeoutHandle&&clearTimeout(this._timeoutHandle),this._timeoutHandle=setTimeout(()=>{let t=this.removeLines();t?this.retryLines(t.lines,t.retryCount,t.expires).catch(()=>{}).finally(()=>{this.first&&this.scheduleRetry(this.first.retryTime-Date.now())}):this._timeoutHandle=void 0},Math.max(e,0))}async flush(){let e;for(;e=this.removeLines();)await this.retryLines(e.lines,e.retryCount,e.expires)}close(){return this._timeoutHandle&&(clearTimeout(this._timeoutHandle),this._timeoutHandle=void 0),this.closed=!0,this.size}};function ce(r){let e=r.length;for(let t=0;t<r.length;t++){let n=r.charCodeAt(t);n<128||(n>=128&&n<=2047?e++:n>=2048&&n<=65535?n>=55296&&n<=57343?e++:e+=2:e+=3)}return e}var de=class{constructor(e,t,n,i){this.maxChunkRecords=e;this.maxBatchBytes=t;this.flushFn=n;this.scheduleSend=i;this.length=0;this.bytes=-1;this.lines=new Array(e)}add(e){let t=ce(e);this.length===0?this.scheduleSend():this.bytes+t+1>=this.maxBatchBytes&&this.flush().catch(n=>{}),this.lines[this.length]=e,this.length++,this.bytes+=t+1,(this.length>=this.maxChunkRecords||this.bytes>=this.maxBatchBytes)&&this.flush().catch(n=>{})}flush(){let e=this.reset();return e.length>0?this.flushFn(e):Promise.resolve()}reset(){let e=this.lines.slice(0,this.length);return this.length=0,this.bytes=-1,e}},F=class{constructor(e,t,n,i,s){this.transport=e;this.closed=!1;this._timeoutHandle=void 0;this.path=`/api/v2/write?org=${encodeURIComponent(t)}&bucket=${encodeURIComponent(n)}&precision=${i}`,s!=null&&s.consistency&&(this.path+=`&consistency=${encodeURIComponent(s.consistency)}`),this.writeOptions={...Z,...s},this.currentTime=ne[i],this.dateToProtocolTimestamp=ie[i],this.writeOptions.defaultTags&&this.useDefaultTags(this.writeOptions.defaultTags),this.sendOptions={method:"POST",headers:{"content-type":"text/plain; charset=utf-8",...s==null?void 0:s.headers},gzipThreshold:this.writeOptions.gzipThreshold};let o=()=>{this.writeOptions.flushInterval>0&&(this._clearFlushTimeout(),this.closed||(this._timeoutHandle=setTimeout(()=>this.sendBatch(this.writeBuffer.reset(),this.writeOptions.maxRetries).catch(a=>{}),this.writeOptions.flushInterval)))};this.writeBuffer=new de(this.writeOptions.batchSize,this.writeOptions.maxBatchBytes,a=>(this._clearFlushTimeout(),this.sendBatch(a,this.writeOptions.maxRetries)),o),this.sendBatch=this.sendBatch.bind(this),this.retryStrategy=Ce(this.writeOptions),this.retryBuffer=new P(this.writeOptions.maxBufferLines,this.sendBatch,this.writeOptions.writeRetrySkipped)}sendBatch(e,t,n=Date.now()+this.writeOptions.maxRetryTime){let i=this,s=i.writeOptions.maxRetries+1-t;if(!this.closed&&e.length>0){if(n<=Date.now()){let o=new Error("Max retry time exceeded."),a=i.writeOptions.writeFailed.call(i,o,e,s,n);return a||(p.error(`Write to InfluxDB failed (attempt: ${s}).`,o),Promise.reject(o))}return new Promise((o,a)=>{let f,u={responseStarted(l,c){f=c},error(l){let c=i.writeOptions.writeFailed.call(i,l,e,s,n);if(c){c.then(o,a);return}if(l instanceof m&&l.json&&typeof l.json.error=="string"&&l.json.error.includes("hinted handoff queue not empty")){p.warn("Write to InfluxDB returns: "+l.json.error),f=204,u.complete();return}if(!i.closed&&t>0&&(!(l instanceof m)||l.statusCode>=429)){p.warn(`Write to InfluxDB failed (attempt: ${s}).`,l),i.retryBuffer.addLines(e,t-1,i.retryStrategy.nextDelay(l,s),n),a(l);return}p.error("Write to InfluxDB failed.",l),a(l)},complete(){if(f==204||f==null)i.writeOptions.writeSuccess.call(i,e),i.retryStrategy.success(),o();else{let l=`204 HTTP response status code expected, but ${f} returned`,c=new m(f,l,void 0,"0");c.message=l,u.error(c)}}};this.transport.send(this.path,e.join(` -`),this.sendOptions,u)})}else return Promise.resolve()}_clearFlushTimeout(){this._timeoutHandle!==void 0&&(clearTimeout(this._timeoutHandle),this._timeoutHandle=void 0)}writeRecord(e){if(this.closed)throw new Error("writeApi: already closed!");this.writeBuffer.add(e)}writeRecords(e){if(this.closed)throw new Error("writeApi: already closed!");for(let t=0;t<e.length;t++)this.writeBuffer.add(e[t])}writePoint(e){if(this.closed)throw new Error("writeApi: already closed!");let t=e.toLineProtocol(this);t&&this.writeBuffer.add(t)}writePoints(e){if(this.closed)throw new Error("writeApi: already closed!");for(let t=0;t<e.length;t++){let n=e[t].toLineProtocol(this);n&&this.writeBuffer.add(n)}}async flush(e){if(await this.writeBuffer.flush(),e)return await this.retryBuffer.flush()}close(){return this.writeBuffer.flush().finally(()=>{let t=this.retryBuffer.close();t&&p.error(`Retry buffer closed with ${t} items that were not written to InfluxDB!`,null),this.closed=!0})}dispose(){return this._clearFlushTimeout(),this.closed=!0,this.retryBuffer.close()+this.writeBuffer.length}useDefaultTags(e){return this.defaultTags=e,this}convertTime(e){return e===void 0?this.currentTime():typeof e=="string"?e.length>0?e:void 0:e instanceof Date?this.dateToProtocolTimestamp(e):String(typeof e=="number"?Math.floor(e):e)}};function me(r={}){let e=0,t={next:n=>{if(e===0&&r.next&&n!==null&&n!==void 0)return r.next(n)},error:n=>{e===0&&(e=1,r.error&&r.error(n))},complete:()=>{e===0&&(e=2,r.complete&&r.complete())},responseStarted:(n,i)=>{r.responseStarted&&r.responseStarted(n,i)}};return r.useCancellable&&(t.useCancellable=r.useCancellable.bind(r)),r.useResume&&(t.useResume=r.useResume.bind(r)),t}function Oe(r){let e={};return r.headers.forEach((t,n)=>{let i=e[n];i===void 0?e[n]=t:Array.isArray(i)?i.push(t):e[n]=[i,t]}),e}var L=class{constructor(e){this.connectionOptions=e;this.chunkCombiner=g();this.requestDecorator=function(){};this.defaultHeaders={"content-type":"application/json; charset=utf-8",...e.headers},this.connectionOptions.token&&(this.defaultHeaders.Authorization="Token "+this.connectionOptions.token),this.url=String(this.connectionOptions.url),this.url.endsWith("/")&&(this.url=this.url.substring(0,this.url.length-1)),this.url.endsWith("/api/v2")&&(this.url=this.url.substring(0,this.url.length-7),p.warn(`Please remove '/api/v2' context path from InfluxDB base url, using ${this.url} !`))}send(e,t,n,i){let s=me(i),o=!1,a=n.signal,f,u=()=>{},l=u;if(i&&i.useCancellable){let c=new AbortController;a||(a=c.signal,n={...n,signal:a}),a.addEventListener("abort",()=>{l()}),i.useCancellable({cancel(){o=!0,c.abort()},isCancelled(){return o||a.aborted}})}this.fetch(e,t,n).then(async c=>{if(i!=null&&i.responseStarted&&s.responseStarted(Oe(c),c.status),await this.throwOnErrorResponse(c),c.body){let d=c.body.getReader(),T;do{if(f&&await f,o)break;if(T=await d.read(),s.next(T.value)===!1){let $=s.useResume;if(!$){let B="Unable to pause, useResume is not configured!";return await d.cancel(B),Promise.reject(new Error(B))}f=new Promise(B=>{l=()=>{B(),f=void 0,l=u},$(l)})}}while(!T.done)}else if(c.arrayBuffer){let d=await c.arrayBuffer();s.next(new Uint8Array(d))}else{let d=await c.text();s.next(new TextEncoder().encode(d))}}).catch(c=>{o||s.error(c)}).finally(()=>s.complete())}async throwOnErrorResponse(e){if(e.status>=300){let t="";try{if(t=await e.text(),!t){let n=e.headers.get("x-influxdb-error");n&&(t=n)}}catch(n){throw p.warn("Unable to receive error body",n),new m(e.status,e.statusText,void 0,e.headers.get("retry-after"),e.headers.get("content-type"))}throw new m(e.status,e.statusText,t,e.headers.get("retry-after"),e.headers.get("content-type"))}}async*iterate(e,t,n){var s;let i=await this.fetch(e,t,n);if(await this.throwOnErrorResponse(i),i.body){let o=i.body.getReader();for(;;){let{value:a,done:f}=await o.read();if(f)break;if((s=n.signal)!=null&&s.aborted)throw await i.body.cancel(),new x;yield a}}else if(i.arrayBuffer){let o=await i.arrayBuffer();yield new Uint8Array(o)}else{let o=await i.text();yield new TextEncoder().encode(o)}}async request(e,t,n,i){var u,l;let s=await this.fetch(e,t,n),{headers:o}=s,a=o.get("content-type")||"";i&&i(Oe(s),s.status),await this.throwOnErrorResponse(s);let f=(l=(u=n.headers)==null?void 0:u.accept)!=null?l:a;if(f.includes("json"))return await s.json();if(f.includes("text")||f.startsWith("application/csv"))return await s.text()}fetch(e,t,n){let{method:i,headers:s,...o}=n,a=`${this.url}${e}`,f={method:i,body:i==="GET"||i==="HEAD"?void 0:typeof t=="string"?t:JSON.stringify(t),headers:{...this.defaultHeaders,...s},credentials:"omit",...this.connectionOptions.transportOptions,...o};return this.requestDecorator(f,n,a),fetch(a,f)}};var Se={header:!0,delimiter:",",quoteChar:'"',commentPrefix:"#",annotations:["datatype","group","default"]},I=class{constructor(e,t,n){this.transport=e;this.createCSVResponse=t;this.options=typeof n=="string"?{org:n}:n}with(e){return new I(this.transport,this.createCSVResponse,{...this.options,...e})}response(e){let{org:t,type:n,gzip:i,headers:s}=this.options,o=`/api/v2/query?org=${encodeURIComponent(t)}`,a=JSON.stringify(this.decorateRequest({query:e.toString(),dialect:Se,type:n})),f={method:"POST",headers:{"content-type":"application/json; encoding=utf-8","accept-encoding":i?"gzip":"identity",...s}};return this.createCSVResponse(u=>this.transport.send(o,a,f,u),()=>this.transport.iterate(o,a,f))}iterateLines(e){return this.response(e).iterateLines()}iterateRows(e){return this.response(e).iterateRows()}lines(e){return this.response(e).lines()}rows(e){return this.response(e).rows()}queryLines(e,t){return this.response(e).consumeLines(t)}queryRows(e,t){return this.response(e).consumeRows(t)}collectRows(e,t){return this.response(e).collectRows(t)}collectLines(e){return this.response(e).collectLines()}queryRaw(e){let{org:t,type:n,gzip:i,headers:s}=this.options;return this.transport.request(`/api/v2/query?org=${encodeURIComponent(t)}`,JSON.stringify(this.decorateRequest({query:e.toString(),dialect:Se,type:n})),{method:"POST",headers:{accept:"text/csv","accept-encoding":i?"gzip":"identity","content-type":"application/json; encoding=utf-8",...s}})}decorateRequest(e){var t;return typeof this.options.now=="function"&&(e.now=this.options.now()),e.type=(t=this.options.type)!=null?t:"flux",e}},ve=I;function rt(r,e){return e.toObject(r)}var W=class{constructor(e,t,n){this.executor=e;this.iterableResultExecutor=t;this.chunkCombiner=n}iterateLines(){return M(this.iterableResultExecutor())}iterateRows(){return J(M(this.iterableResultExecutor()))}lines(){return new O(this.executor,e=>R(e,this.chunkCombiner))}rows(){return new O(this.executor,e=>R(V({next(t,n){e.next({values:t,tableMeta:n})},error(t){e.error(t)},complete(){e.complete()}}),this.chunkCombiner))}consumeLines(e){this.executor(R(e,this.chunkCombiner))}consumeRows(e){this.executor(R(V(e),this.chunkCombiner))}collectRows(e=rt){let t=[];return new Promise((n,i)=>{this.consumeRows({next(s,o){let a=e.call(this,s,o);a!==void 0&&t.push(a)},error(s){i(s)},complete(){n(t)}})})}collectLines(){let e=[];return new Promise((t,n)=>{this.consumeLines({next(i){e.push(i)},error(i){n(i)},complete(){t(e)}})})}};var U=class{constructor(e){var n;if(typeof e=="string")this._options={url:e};else if(e!==null&&typeof e=="object")this._options=e;else throw new y("No url or configuration specified!");let t=this._options.url;if(typeof t!="string")throw new y("No url specified!");t.endsWith("/")&&(this._options.url=t.substring(0,t.length-1)),this.transport=(n=this._options.transport)!=null?n:new L(this._options),this.processCSVResponse=(i,s)=>new W(i,s,this.transport.chunkCombiner)}getWriteApi(e,t,n="ns",i){return new F(this.transport,e,t,n,i!=null?i:this._options.writeOptions)}getQueryApi(e){return new ve(this.transport,this.processCSVResponse,e)}};return Le(nt);})(); -//# sourceMappingURL=influxdb.js.map \ No newline at end of file diff --git a/software/flow/node_modules/@influxdata/influxdb-client/dist/influxdb.js.gz b/software/flow/node_modules/@influxdata/influxdb-client/dist/influxdb.js.gz deleted file mode 100644 index f09142f..0000000 Binary files a/software/flow/node_modules/@influxdata/influxdb-client/dist/influxdb.js.gz and /dev/null differ diff --git a/software/flow/node_modules/@influxdata/influxdb-client/dist/influxdb.js.map b/software/flow/node_modules/@influxdata/influxdb-client/dist/influxdb.js.map deleted file mode 100644 index 25efa8d..0000000 --- a/software/flow/node_modules/@influxdata/influxdb-client/dist/influxdb.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["../src/index.ts","../src/results/chunkCombiner.ts","../src/results/chunksToLines.ts","../src/results/chunksToLinesIterable.ts","../src/results/LineSplitter.ts","../src/results/FluxTableColumn.ts","../src/errors.ts","../src/results/FluxTableMetaData.ts","../src/results/linesToTables.ts","../src/results/linesToRowsIterable.ts","../src/results/stringToLines.ts","../src/observable/symbol.ts","../src/results/ObservableQuery.ts","../src/options.ts","../src/util/escape.ts","../src/util/currentTime.ts","../src/util/logger.ts","../src/query/flux.ts","../src/Point.ts","../src/impl/retryStrategy.ts","../src/impl/RetryBuffer.ts","../src/util/utf8Length.ts","../src/impl/WriteApiImpl.ts","../src/impl/completeCommunicationObserver.ts","../src/impl/browser/FetchTransport.ts","../src/impl/QueryApiImpl.ts","../src/results/AnnotatedCSVResponseImpl.ts","../src/InfluxDB.ts"],"sourcesContent":["/**\n * The `@influxdata/influxdb-client` package provides optimized APIs that write or query InfluxDB v2.\n *\n * @remarks\n * The entry point of this package is the {@link @influxdata/influxdb-client#InfluxDB } class. It is\n * initialized with options that tells how to communicate with InfluxDB. The simple usage pattern is:\n *\n * ```\n * import {InfluxDB} = from('@influxdata/influxdb-client')\n * const influxDB = new InfluxDB({\n * url: \"http://localhost:8086\",\n * token: \"your-api-token\"\n * })\n * ```\n *\n * The influxDB object let you create two essential API instances, {@link @influxdata/influxdb-client#InfluxDB.getWriteApi }\n * and {@link @influxdata/influxdb-client#InfluxDB.getQueryApi }. The {@link @influxdata/influxdb-client#WriteApi}\n * asynchronously writes measurement points on background, in batches to optimize network traffic, and with retries\n * upon failures. The {@link @influxdata/influxdb-client#QueryApi} let you execute a flux query against InfluxDB\n * and offers several ways to stream query results.\n *\n * The influxDB object is also used to create more specialized InfluxDB management API instances in\n * {@link @influxdata/influxdb-client-apis# | @influxdata/influxdb-client-apis} .\n *\n * See also {@link https://github.com/influxdata/influxdb-client-js/tree/master/examples | examples} to know more.\n *\n * @packageDocumentation\n */\nexport * from './results'\nexport * from './options'\nexport * from './errors'\nexport * from './util/escape'\nexport * from './util/currentTime'\nexport * from './util/logger'\nexport * from './query'\nexport * from './transport'\nexport * from './observable'\nexport * from './Point'\nexport {default as InfluxDB} from './InfluxDB'\nexport {default as QueryApi, QueryOptions} from './QueryApi'\nexport {default as WriteApi} from './WriteApi'\n","/**\n * ChunkCombiner is a simplified platform-neutral manipulation of Uint8arrays\n * that allows to process text data on the fly. The implementation can be optimized\n * for the target platform (node vs browser).\n */\nexport interface ChunkCombiner {\n /**\n * Concatenates first and second chunk.\n * @param first - first chunk\n * @param second - second chunk\n * @returns first + second\n */\n concat(first: Uint8Array, second: Uint8Array): Uint8Array\n\n /**\n * Converts chunk into a string.\n * @param chunk - chunk\n * @param start - start index\n * @param end - end index\n * @returns string representation of chunk slice\n */\n toUtf8String(chunk: Uint8Array, start: number, end: number): string\n\n /**\n * Creates a new chunk from the supplied chunk.\n * @param chunk - chunk to copy\n * @param start - start index\n * @param end - end index\n * @returns a copy of a chunk slice\n */\n copy(chunk: Uint8Array, start: number, end: number): Uint8Array\n}\n\n// TextDecoder is available since node v8.3.0 and in all modern browsers\ndeclare class TextDecoder {\n constructor(encoding: string)\n decode(chunk: Uint8Array): string\n}\n\n/**\n * Creates a chunk combiner instance that uses UTF-8\n * TextDecoder to decode Uint8Arrays into strings.\n */\nexport function createTextDecoderCombiner(): ChunkCombiner {\n const decoder = new TextDecoder('utf-8')\n return {\n concat(first: Uint8Array, second: Uint8Array): Uint8Array {\n const retVal = new Uint8Array(first.length + second.length)\n retVal.set(first)\n retVal.set(second, first.length)\n return retVal\n },\n copy(chunk: Uint8Array, start: number, end: number): Uint8Array {\n const retVal = new Uint8Array(end - start)\n retVal.set(chunk.subarray(start, end))\n return retVal\n },\n toUtf8String(chunk: Uint8Array, start: number, end: number): string {\n return decoder.decode(chunk.subarray(start, end))\n },\n }\n}\n","import {ChunkCombiner, createTextDecoderCombiner} from './chunkCombiner'\nimport {CommunicationObserver} from './CommunicationObserver'\nimport {Cancellable} from './Cancellable'\n\n/**\n * ChunksToLines is a transformation that accepts Uint8Array instances\n * and emmits strings representing CSV lines.\n * @param target - target to emmit CSV lines to\n * @param chunkCombiner - chunk combiner\n * @returns communication obrver to accept Uint8Arrays\n */\nexport function chunksToLines(\n target: CommunicationObserver<string>,\n chunkCombiner?: ChunkCombiner\n): CommunicationObserver<Uint8Array> {\n const chunks = chunkCombiner ?? createTextDecoderCombiner()\n let previous: Uint8Array | undefined\n let finished = false\n let quoted = false\n let paused = false\n let resumeChunks: (() => void) | undefined\n\n function bufferReceived(chunk: Uint8Array): void {\n let index: number\n let start = 0\n if (previous) {\n // inspect the whole remaining data upon empty chunk\n // empty chunk signalizes to restart of receiving\n index = chunk.length === 0 ? 0 : (previous as Uint8Array).length\n chunk = chunks.concat(previous, chunk)\n } else {\n index = 0\n }\n while (index < chunk.length) {\n const c = chunk[index]\n if (c === 10) {\n if (!quoted) {\n /* do not emit CR+LR or LF line ending */\n const end = index > 0 && chunk[index - 1] === 13 ? index - 1 : index\n // do not emmit more lines if the processing is already finished\n if (finished) {\n return\n }\n paused = target.next(chunks.toUtf8String(chunk, start, end)) === false\n start = index + 1\n if (paused) {\n break\n }\n }\n } else if (c === 34 /* \" */) {\n quoted = !quoted\n }\n index++\n }\n if (start < chunk.length) {\n previous = chunks.copy(chunk, start, chunk.length)\n } else {\n previous = undefined\n }\n if (paused) {\n if (target.useResume) {\n target.useResume(() => {\n paused = false\n bufferReceived(new Uint8Array(0))\n })\n return\n }\n retVal.error(new Error('Unable to pause, useResume is not configured!'))\n paused = false // consume remaining data\n }\n if (resumeChunks) {\n resumeChunks()\n resumeChunks = undefined\n }\n }\n\n const retVal: CommunicationObserver<Uint8Array> = {\n next(chunk: Uint8Array): boolean {\n if (!finished) {\n try {\n bufferReceived(chunk)\n return !paused\n } catch (e) {\n this.error(e as Error)\n }\n }\n return true\n },\n error(error: Error): void {\n if (!finished) {\n finished = true\n target.error(error)\n }\n },\n complete(): void {\n if (!finished) {\n if (previous) {\n target.next(chunks.toUtf8String(previous, 0, previous.length))\n }\n finished = true\n target.complete()\n }\n },\n }\n if (target.useCancellable) {\n retVal.useCancellable = (cancellable: Cancellable) => {\n target.useCancellable &&\n target.useCancellable({\n cancel(): void {\n cancellable.cancel()\n previous = undefined // do not emit more lines\n retVal.complete()\n },\n isCancelled(): boolean {\n return cancellable.isCancelled()\n },\n })\n }\n }\n if (target.useResume) {\n retVal.useResume = (x: () => void) => {\n resumeChunks = x\n }\n }\n\n return retVal\n}\n","import {ChunkCombiner, createTextDecoderCombiner} from './chunkCombiner'\n\n/**\n * ChunksToLinesIterable is a transformation that accepts\n * an iterable of Uint8Array instances and returns iterable of lines.\n * @param source - iterable of transport buffers\n * @param chunkCombiner - chunk combiner\n * @returns iterable of lines\n */\nexport async function* chunksToLinesIterable(\n source: AsyncIterable<Uint8Array>,\n chunkCombiner?: ChunkCombiner\n): AsyncIterableIterator<string> {\n const chunks = chunkCombiner ?? createTextDecoderCombiner()\n let previous: Uint8Array | undefined\n let quoted = false\n\n for await (let chunk of source) {\n let index: number\n let start = 0\n if (previous) {\n index = previous.length\n chunk = chunks.concat(previous, chunk)\n } else {\n index = 0\n }\n while (index < chunk.length) {\n const c = chunk[index]\n if (c === 10) {\n if (!quoted) {\n /* do not emit CR+LR or LF line ending */\n const end = index > 0 && chunk[index - 1] === 13 ? index - 1 : index\n yield chunks.toUtf8String(chunk, start, end)\n start = index + 1\n }\n } else if (c === 34 /* \" */) {\n quoted = !quoted\n }\n index++\n }\n if (start < chunk.length) {\n previous = chunks.copy(chunk, start, chunk.length)\n } else {\n previous = undefined\n }\n }\n if (previous) {\n yield chunks.toUtf8String(previous, 0, previous.length)\n }\n}\n","/**\n * Optimized tokenizer of a single CSV line.\n */\nexport class LineSplitter {\n /** returned value when reused */\n reusedValues: string[]\n /** last length of elements in */\n lastSplitLength: number\n private _reuse = false\n\n /**\n * Reuse returned array between consecutive calls.\n */\n get reuse(): boolean {\n return this._reuse\n }\n set reuse(val: boolean) {\n if (val && !this.reusedValues) {\n this.reusedValues = new Array(10)\n }\n this._reuse = val\n }\n\n /**\n * Sets the reuse flag and returns this.\n */\n withReuse(): LineSplitter {\n this.reuse = true\n return this\n }\n\n /**\n * Splits the supplied line to elements that are separated by\n * comma with values possibly escaped within double quotes (\"value\")\n * @param line - line\n * @returns array of splitted parts\n */\n splitLine(line: string | undefined | null): string[] {\n if (line === null || line === undefined) {\n this.lastSplitLength = 0\n return []\n }\n let quoteCount = 0\n let startIndex = 0\n const values = this._reuse ? this.reusedValues : []\n let count = 0\n for (let i = 0; i < line.length; i++) {\n const c = line[i]\n if (c === ',') {\n if (quoteCount % 2 === 0) {\n const val = this.getValue(line, startIndex, i, quoteCount)\n if (this._reuse) {\n values[count++] = val\n } else {\n values.push(val)\n }\n startIndex = i + 1\n quoteCount = 0\n }\n } else if (c === '\"') {\n quoteCount++\n }\n }\n const val = this.getValue(line, startIndex, line.length, quoteCount)\n if (this._reuse) {\n values[count] = val\n this.lastSplitLength = count + 1\n } else {\n values.push(val)\n this.lastSplitLength = values.length\n }\n\n return values\n }\n\n private getValue(\n line: string,\n start: number,\n end: number,\n quoteCount: number\n ): string {\n if (start === line.length) {\n return ''\n } else if (quoteCount === 0) {\n return line.substring(start, end)\n } else if (quoteCount === 2) {\n return line.substring(start + 1, end - 1)\n } else {\n // quoteCount >= 4\n return line.substring(start + 1, end - 1).replace(/\"\"/gi, '\"')\n }\n }\n}\n","/**\n * Type of query result column, see {@link https://docs.influxdata.com/influxdb/latest/reference/syntax/annotated-csv/#data-types }\n */\nexport type ColumnType =\n | 'boolean'\n | 'unsignedLong'\n | 'long'\n | 'double'\n | 'string'\n | 'base64Binary'\n | 'dateTime:RFC3339'\n | 'duration'\n | string\n\n/**\n * FluxTableColumn describes {@link http://bit.ly/flux-spec#table | flux table} column.\n */\nexport interface FluxTableColumn {\n /**\n * Label (e.g., \"_start\", \"_stop\", \"_time\").\n */\n label: string\n\n /**\n * The data type of column (e.g., \"string\", \"long\", \"dateTime:RFC3339\").\n */\n dataType: ColumnType\n\n /**\n * Boolean flag indicating if the column is a part of the table's group key.\n */\n group: boolean\n\n /**\n * Default value to be used for rows whose string value is an empty string.\n */\n defaultValue: string\n\n /**\n * Index of this column in a row array.\n */\n index: number\n\n /**\n * Get returns a JavaScript object of this column in the supplied result row, using default deserializers.\n * @param row - a data row\n * @returns column value\n */\n get: (row: string[]) => any\n}\n\nconst identity = (x: string): any => x\n\n/**\n * A dictionary of serializers of particular types returned by a flux query.\n * See {@link https://docs.influxdata.com/influxdb/latest/reference/syntax/annotated-csv/#data-types }\n */\nexport const typeSerializers: Record<ColumnType, (val: string) => any> = {\n boolean: (x: string): any => (x === '' ? null : x === 'true'),\n unsignedLong: (x: string): any => (x === '' ? null : +x),\n long: (x: string): any => (x === '' ? null : +x),\n double(x: string): any {\n switch (x) {\n case '':\n return null\n case '+Inf':\n return Number.POSITIVE_INFINITY\n case '-Inf':\n return Number.NEGATIVE_INFINITY\n default:\n return +x\n }\n },\n string: identity,\n base64Binary: identity,\n duration: (x: string): any => (x === '' ? null : x),\n 'dateTime:RFC3339': (x: string): any => (x === '' ? null : x),\n}\n\n/**\n * FluxTableColumn implementation.\n */\nclass FluxTableColumnImpl implements FluxTableColumn {\n label: string\n dataType: ColumnType\n group: boolean\n defaultValue: string\n index: number\n public get(row: string[]): any {\n let val = row[this.index]\n if ((val === '' || val === undefined) && this.defaultValue) {\n val = this.defaultValue\n }\n return (typeSerializers[this.dataType] ?? identity)(val)\n }\n}\nexport const UNKNOWN_COLUMN: FluxTableColumn = Object.freeze({\n label: '',\n dataType: '',\n group: false,\n defaultValue: '',\n index: Number.MAX_SAFE_INTEGER,\n get: () => undefined,\n})\n\n/**\n * Creates a new flux table column.\n * @returns column instance\n */\nexport function newFluxTableColumn(): FluxTableColumn {\n return new FluxTableColumnImpl()\n}\n\n/**\n * Creates a flux table column from a partial FluxTableColumn.\n * @param object - source object\n * @returns column instance\n */\nexport function createFluxTableColumn(\n object: Partial<FluxTableColumn>\n): FluxTableColumn {\n const retVal = new FluxTableColumnImpl()\n retVal.label = String(object.label)\n retVal.dataType = object.dataType as ColumnType\n retVal.group = Boolean(object.group)\n retVal.defaultValue = object.defaultValue ?? ''\n retVal.index = object.index ?? 0\n return retVal\n}\n","/**\n * Strategy for calculating retry delays.\n */\nexport interface RetryDelayStrategy {\n /**\n * Returns delay for a next retry\n * @param error - reason for retrying\n * @param failedAttempts - a count of already failed attempts, 1 being the first\n * @returns milliseconds to wait before retrying\n */\n nextDelay(error?: Error, failedAttempts?: number): number\n /** Implementation should reset its state, this is mandatory to call upon success. */\n success(): void\n}\n\n/**\n * Interface for errors to inform that an associated operation can be retried.\n */\nexport interface RetriableDecision {\n /**\n * Informs whether this can be retried.\n */\n canRetry(): boolean\n /**\n * Get the delay in milliseconds to retry the action.\n * @returns 0 to let the implementation decide, miliseconds delay otherwise\n */\n retryAfter(): number\n}\n\nconst retriableStatusCodes = [404, 408, 425, 429, 500, 502, 503, 504]\n/** isStatusCodeRetriable checks whether the supplied HTTP status code is retriable. */\nexport function isStatusCodeRetriable(statusCode: number): boolean {\n return retriableStatusCodes.includes(statusCode)\n}\n\n/** IllegalArgumentError is thrown when illegal argument is supplied. */\nexport class IllegalArgumentError extends Error {\n /* istanbul ignore next */\n constructor(message: string) {\n super(message)\n this.name = 'IllegalArgumentError'\n Object.setPrototypeOf(this, IllegalArgumentError.prototype)\n }\n}\n\n/**\n * A general HTTP error.\n */\nexport class HttpError extends Error implements RetriableDecision {\n private _retryAfter: number\n /** application error code, when available */\n public code: string | undefined\n /** json error response */\n public json: any\n\n /* istanbul ignore next because of super() not being covered*/\n constructor(\n readonly statusCode: number,\n readonly statusMessage: string | undefined,\n readonly body?: string,\n retryAfter?: string | undefined | null,\n readonly contentType?: string | undefined | null,\n message?: string\n ) {\n super()\n Object.setPrototypeOf(this, HttpError.prototype)\n if (message) {\n this.message = message\n } else if (body) {\n if (contentType?.startsWith('application/json')) {\n try {\n this.json = JSON.parse(body)\n this.message = this.json.message\n this.code = this.json.code\n } catch (e) {\n // silently ignore, body string is still available\n }\n }\n if (!this.message) {\n this.message = `${statusCode} ${statusMessage} : ${body}`\n }\n } else {\n this.message = `${statusCode} ${statusMessage}`\n }\n this.name = 'HttpError'\n this.setRetryAfter(retryAfter)\n }\n\n private setRetryAfter(retryAfter?: string | undefined | null): void {\n if (typeof retryAfter === 'string') {\n // try to parse the supplied number as milliseconds\n if (/^[0-9]+$/.test(retryAfter)) {\n this._retryAfter = parseInt(retryAfter)\n } else {\n this._retryAfter = 0\n }\n } else {\n this._retryAfter = 0\n }\n }\n\n canRetry(): boolean {\n return isStatusCodeRetriable(this.statusCode)\n }\n retryAfter(): number {\n return this._retryAfter\n }\n}\n\n//see https://nodejs.org/api/errors.html\nconst RETRY_CODES = [\n 'ECONNRESET',\n 'ENOTFOUND',\n 'ESOCKETTIMEDOUT',\n 'ETIMEDOUT',\n 'ECONNREFUSED',\n 'EHOSTUNREACH',\n 'EPIPE',\n]\n\n/**\n * Tests the error in order to know if an HTTP call can be retried.\n * @param error - error to test\n * @returns true for a retriable error\n */\nexport function canRetryHttpCall(error: any): boolean {\n if (!error) {\n return false\n } else if (typeof (error as any).canRetry === 'function') {\n return !!((error as any).canRetry as () => boolean)()\n } else if ((error as any).code && RETRY_CODES.includes((error as any).code)) {\n return true\n }\n return false\n}\n\n/**\n * Gets retry delay from the supplied error, possibly using random number up to retryJitter.\n */\nexport function getRetryDelay(error?: Error, retryJitter?: number): number {\n if (!error) {\n return 0\n } else {\n let retVal\n if (typeof (error as any).retryAfter === 'function') {\n return ((error as any).retryAfter as () => number)()\n } else {\n retVal = 0\n }\n if (retryJitter && retryJitter > 0) {\n return retVal + Math.round(Math.random() * retryJitter)\n } else {\n return retVal\n }\n }\n}\n\n/** RequestTimedOutError indicates request timeout in the communication with the server */\nexport class RequestTimedOutError extends Error implements RetriableDecision {\n /* istanbul ignore next because of super() not being covered */\n constructor() {\n super()\n Object.setPrototypeOf(this, RequestTimedOutError.prototype)\n this.name = 'RequestTimedOutError'\n this.message = 'Request timed out'\n }\n canRetry(): boolean {\n return true\n }\n retryAfter(): number {\n return 0\n }\n}\n\n/** AbortError indicates that the communication with the server was aborted */\nexport class AbortError extends Error implements RetriableDecision {\n /* istanbul ignore next because of super() not being covered */\n constructor() {\n super()\n this.name = 'AbortError'\n Object.setPrototypeOf(this, AbortError.prototype)\n this.message = 'Response aborted'\n }\n canRetry(): boolean {\n return true\n }\n retryAfter(): number {\n return 0\n }\n}\n","import {\n FluxTableColumn,\n UNKNOWN_COLUMN,\n typeSerializers,\n} from './FluxTableColumn'\nimport {IllegalArgumentError} from '../errors'\n\n/**\n * serializeDateTimeAsDate changes type serializers to return JavaScript Date instances\n * for 'dateTime:RFC3339' query result data type. Empty value is converted to null.\n * @remarks\n * Please note that the result has millisecond precision whereas InfluxDB returns dateTime\n * in nanosecond precision.\n */\nexport function serializeDateTimeAsDate(): void {\n typeSerializers['dateTime:RFC3339'] = (x: string): any =>\n x === '' ? null : new Date(Date.parse(x))\n}\n/**\n * serializeDateTimeAsNumber changes type serializers to return milliseconds since epoch\n * for 'dateTime:RFC3339' query result data type. Empty value is converted to null.\n * @remarks\n * Please note that the result has millisecond precision whereas InfluxDB returns dateTime\n * in nanosecond precision.\n */\nexport function serializeDateTimeAsNumber(): void {\n typeSerializers['dateTime:RFC3339'] = (x: string): any =>\n x === '' ? null : Date.parse(x)\n}\n/**\n * serializeDateTimeAsString changes type serializers to return string values\n * for `dateTime:RFC3339` query result data type. Empty value is converted to null.\n */\nexport function serializeDateTimeAsString(): void {\n typeSerializers['dateTime:RFC3339'] = (x: string): any =>\n x === '' ? null : x\n}\n\n/**\n * Represents metadata of a {@link http://bit.ly/flux-spec#table | flux table}.\n */\nexport interface FluxTableMetaData {\n /**\n * Table columns.\n */\n columns: Array<FluxTableColumn>\n\n /**\n * Gets columns by name\n * @param label - column label\n * @param errorOnMissingColumn - throw error on missing column (by default), return UNKNOWN_COLUMN when false\n * @returns table column\n * @throws IllegalArgumentError if column is not found\n **/\n column(label: string, errorOnMissingColumn?: boolean): FluxTableColumn\n\n /**\n * Creates an object out of the supplied row with the help of column descriptors.\n * @param row - a row with data for each column\n */\n toObject(row: string[]): {[key: string]: any}\n\n /**\n * Gets column values out of the supplied row.\n * @param row - a row with data for each column\n * @param column - column name\n * @returns column value, undefined for unknown column\n */\n get(row: string[], column: string): any\n}\n\n/**\n * FluxTableMetaData Implementation.\n */\nclass FluxTableMetaDataImpl implements FluxTableMetaData {\n columns: Array<FluxTableColumn>\n constructor(columns: FluxTableColumn[]) {\n columns.forEach((col, i) => (col.index = i))\n this.columns = columns\n }\n column(label: string, errorOnMissingColumn = true): FluxTableColumn {\n for (let i = 0; i < this.columns.length; i++) {\n const col = this.columns[i]\n if (col.label === label) return col\n }\n if (errorOnMissingColumn) {\n throw new IllegalArgumentError(`Column ${label} not found!`)\n }\n return UNKNOWN_COLUMN\n }\n toObject(row: string[]): {[key: string]: any} {\n const acc: any = {}\n for (let i = 0; i < this.columns.length && i < row.length; i++) {\n const column = this.columns[i]\n acc[column.label] = column.get(row)\n }\n return acc\n }\n get(row: string[], column: string): any {\n return this.column(column, false).get(row)\n }\n}\n\n/**\n * Created FluxTableMetaData from the columns supplied.\n * @param columns - columns\n * @returns - instance\n */\nexport function createFluxTableMetaData(\n columns: FluxTableColumn[]\n): FluxTableMetaData {\n return new FluxTableMetaDataImpl(columns)\n}\n\n/** Wraps values and associated metadata of a query result row */\nexport interface Row {\n values: string[]\n tableMeta: FluxTableMetaData\n}\n","import {CommunicationObserver} from './CommunicationObserver'\nimport {LineSplitter} from './LineSplitter'\nimport {FluxResultObserver} from './FluxResultObserver'\nimport {\n FluxTableColumn,\n ColumnType,\n newFluxTableColumn,\n} from './FluxTableColumn'\nimport {FluxTableMetaData, createFluxTableMetaData} from './FluxTableMetaData'\n\n/**\n * LinesToTables creates a transformation that accepts (flux) annotated CSV lines\n * and emits rows together with table metadata.\n */\nexport function linesToTables(\n consumer: FluxResultObserver<string[]>\n): CommunicationObserver<string> {\n const splitter = new LineSplitter().withReuse()\n let columns: FluxTableColumn[] | undefined\n let expectMeta = true\n let firstColumnIndex = 0\n let lastMeta: FluxTableMetaData\n const retVal: CommunicationObserver<string> = {\n error(error: Error): void {\n consumer.error(error)\n },\n next(line: string): void | boolean {\n if (line === '') {\n expectMeta = true\n columns = undefined\n } else {\n const values = splitter.splitLine(line)\n const size = splitter.lastSplitLength\n if (expectMeta) {\n // create columns\n if (!columns) {\n columns = new Array(size)\n for (let i = 0; i < size; i++) {\n columns[i] = newFluxTableColumn()\n }\n }\n if (!values[0].startsWith('#')) {\n // fill in column names\n if (values[0] === '') {\n firstColumnIndex = 1\n columns = columns.slice(1)\n } else {\n firstColumnIndex = 0\n }\n for (let i = firstColumnIndex; i < size; i++) {\n columns[i - firstColumnIndex].label = values[i]\n }\n lastMeta = createFluxTableMetaData(columns)\n expectMeta = false\n } else if (values[0] === '#datatype') {\n for (let i = 1; i < size; i++) {\n columns[i].dataType = values[i] as ColumnType\n }\n } else if (values[0] === '#default') {\n for (let i = 1; i < size; i++) {\n columns[i].defaultValue = values[i]\n }\n } else if (values[0] === '#group') {\n for (let i = 1; i < size; i++) {\n columns[i].group = values[i][0] === 't'\n }\n }\n } else {\n return consumer.next(values.slice(firstColumnIndex, size), lastMeta)\n }\n }\n return true\n },\n complete(): void {\n consumer.complete()\n },\n }\n if (consumer.useCancellable) {\n retVal.useCancellable = consumer.useCancellable.bind(consumer)\n }\n if (consumer.useResume) {\n retVal.useResume = consumer.useResume.bind(consumer)\n }\n return retVal\n}\n","import {LineSplitter} from './LineSplitter'\nimport {\n FluxTableColumn,\n ColumnType,\n newFluxTableColumn,\n} from './FluxTableColumn'\nimport {\n FluxTableMetaData,\n createFluxTableMetaData,\n Row,\n} from './FluxTableMetaData'\n\n/**\n * LinesToRowsIterable is a transformation that accepts\n * an iterable of flux annotated CSV lines and returns\n * an iterable of rows (row values and table metadata).\n */\nexport async function* linesToRowsIterable(\n source: AsyncIterable<string>\n): AsyncIterableIterator<Row> {\n const splitter = new LineSplitter().withReuse()\n let columns: FluxTableColumn[] | undefined\n let expectMeta = true\n let firstColumnIndex = 0\n let lastMeta: FluxTableMetaData | undefined = undefined\n for await (const line of source) {\n if (line === '') {\n expectMeta = true\n columns = undefined\n } else {\n const values = splitter.splitLine(line)\n const size = splitter.lastSplitLength\n if (expectMeta) {\n // create columns\n if (!columns) {\n columns = new Array(size)\n for (let i = 0; i < size; i++) {\n columns[i] = newFluxTableColumn()\n }\n }\n if (!values[0].startsWith('#')) {\n // fill in column names\n if (values[0] === '') {\n firstColumnIndex = 1\n columns = columns.slice(1)\n } else {\n firstColumnIndex = 0\n }\n for (let i = firstColumnIndex; i < size; i++) {\n columns[i - firstColumnIndex].label = values[i]\n }\n lastMeta = createFluxTableMetaData(columns)\n expectMeta = false\n } else if (values[0] === '#datatype') {\n for (let i = 1; i < size; i++) {\n columns[i].dataType = values[i] as ColumnType\n }\n } else if (values[0] === '#default') {\n for (let i = 1; i < size; i++) {\n columns[i].defaultValue = values[i]\n }\n } else if (values[0] === '#group') {\n for (let i = 1; i < size; i++) {\n columns[i].group = values[i][0] === 't'\n }\n }\n } else {\n yield {\n values: values.slice(firstColumnIndex, size),\n tableMeta:\n lastMeta as unknown as FluxTableMetaData /* never undefined */,\n }\n }\n }\n }\n}\n","import {CommunicationObserver} from './CommunicationObserver'\n\n/**\n * StringToLines is a transformation that emmits strings for each CSV\n * line in the supplied source string.\n * @param source - source string\n * @param target - target to emmit CSV lines to\n * @returns communication obrver to accept Uint8Arrays\n */\nexport function stringToLines(\n source: string,\n target: CommunicationObserver<string>\n): void {\n let quoted = false\n let start = 0\n let index = 0\n\n while (index < source.length) {\n const c = source.charCodeAt(index)\n if (c === 10) {\n if (!quoted) {\n /* do not emit CR+LR or LF line ending */\n const end =\n index > 0 && source.charCodeAt(index - 1) === 13 ? index - 1 : index\n // do not emmit more lines if the processing is already finished\n target.next(source.substring(start, end))\n start = index + 1\n }\n } else if (c === 34 /* \" */) {\n quoted = !quoted\n }\n index++\n }\n if (start < index) {\n target.next(source.substring(start, index))\n }\n target.complete()\n}\n","/* Observable interop typing. Taken from https://github.com/ReactiveX/rxjs */\n\n/* Note: This will add Symbol.observable globally for all TypeScript users */\ndeclare global {\n interface SymbolConstructor {\n readonly observable: symbol\n }\n}\n\n/** Symbol.observable or a string \"\\@\\@observable\". Used for interop */\nexport const symbolObservable = (():\n | typeof Symbol.observable\n | '@@observable' =>\n (typeof Symbol === 'function' && Symbol.observable) || '@@observable')()\n","import {\n Observable,\n Observer,\n ObserverComplete,\n ObserverError,\n ObserverNext,\n Subscription,\n symbolObservable,\n} from '../observable'\nimport {CommunicationObserver} from '../results/CommunicationObserver'\nimport {Cancellable} from '../results/Cancellable'\n\n/** APIExecutor executes the API and passes its response to the supplied consumer */\nexport type APIExecutor = (consumer: CommunicationObserver<Uint8Array>) => void\n\ntype Decorator<T> = (observer: Observer<T>) => Observer<Uint8Array>\n\nclass QuerySubscription implements Subscription {\n private cancellable?: Cancellable\n private isClosed = false\n\n public constructor(observer: Observer<Uint8Array>, executor: APIExecutor) {\n try {\n executor({\n next: (value) => {\n observer.next(value)\n },\n error: (e) => {\n this.isClosed = true\n observer.error(e)\n },\n complete: () => {\n this.isClosed = true\n observer.complete()\n },\n useCancellable: (c) => {\n this.cancellable = c\n },\n })\n } catch (e) {\n this.isClosed = true\n observer.error(e)\n }\n }\n\n public get closed(): boolean {\n return this.isClosed\n }\n\n public unsubscribe(): void {\n this.cancellable?.cancel()\n this.isClosed = true\n }\n}\n\nfunction noop(): void {}\n\nfunction completeObserver<T>(observer: Partial<Observer<T>>): Observer<T> {\n const {next, error, complete} = observer\n\n return {\n next: next ? next.bind(observer) : noop,\n error: error ? error.bind(observer) : noop,\n complete: complete ? complete.bind(observer) : noop,\n }\n}\n\nexport default class ObservableQuery<T> implements Observable<T> {\n public constructor(\n private readonly executor: APIExecutor,\n private readonly decorator: Decorator<T>\n ) {}\n\n public subscribe(\n observerOrNext?: Partial<Observer<T>> | ObserverNext<T>,\n error?: ObserverError,\n complete?: ObserverComplete\n ): Subscription {\n const observer = completeObserver(\n typeof observerOrNext !== 'object' || observerOrNext === null\n ? {next: observerOrNext, error, complete}\n : observerOrNext\n )\n\n return new QuerySubscription(this.decorator(observer), this.executor)\n }\n\n public [symbolObservable](): this {\n return this\n }\n\n // this makes sure we satisfy the interface, while using a possibly polyfilled\n // [symbolObservable] above for the actual implementation\n public declare [Symbol.observable]: () => this\n}\n","import {Transport} from './transport'\nimport WriteApi from './WriteApi'\n\n/**\n * Option for the communication with InfluxDB server.\n */\nexport interface ConnectionOptions {\n /** base URL */\n url: string\n /** authentication token */\n token?: string\n /**\n * socket timeout, 10000 milliseconds by default in node.js\n * @defaultValue 10000\n */\n timeout?: number\n /**\n * TransportOptions supply extra options for the transport layer, they differ between node.js and browser/deno.\n * Node.js transport accepts options specified in {@link https://nodejs.org/api/http.html#http_http_request_options_callback | http.request } or\n * {@link https://nodejs.org/api/https.html#https_https_request_options_callback | https.request }. For example, an `agent` property can be set to\n * {@link https://www.npmjs.com/package/proxy-http-agent | setup HTTP/HTTPS proxy }, {@link https://nodejs.org/api/tls.html#tls_tls_connect_options_callback | rejectUnauthorized }\n * property can disable TLS server certificate verification. Additionally,\n * {@link https://github.com/follow-redirects/follow-redirects | follow-redirects } property can be also specified\n * in order to follow redirects in node.js.\n * {@link https://developer.mozilla.org/en-US/docs/Web/API/fetch | fetch } is used under the hood in browser/deno.\n * For example,\n * {@link https://developer.mozilla.org/en-US/docs/Web/API/fetch | redirect } property can be set to 'error' to abort request if a redirect occurs.\n */\n transportOptions?: {[key: string]: any}\n /**\n * Default HTTP headers to send with every request.\n */\n headers?: Record<string, string>\n /**\n * Full HTTP web proxy URL including schema, for example http://your-proxy:8080.\n */\n proxyUrl?: string\n}\n\n/** default connection options */\nexport const DEFAULT_ConnectionOptions: Partial<ConnectionOptions> = {\n timeout: 10000,\n}\n\n/**\n * Options that configure strategy for retrying failed requests.\n */\nexport interface RetryDelayStrategyOptions {\n /** add `random(retryJitter)` milliseconds delay when retrying HTTP calls */\n retryJitter: number\n /** minimum delay when retrying write (milliseconds) */\n minRetryDelay: number\n /** maximum delay when retrying write (milliseconds) */\n maxRetryDelay: number\n /** base for the exponential retry delay */\n exponentialBase: number\n /**\n * randomRetry indicates whether the next retry delay is deterministic (false) or random (true).\n * The deterministic delay starts with `minRetryDelay * exponentialBase` and it is multiplied\n * by `exponentialBase` until it exceeds `maxRetryDelay`.\n * When random is `true`, the next delay is computed as a random number between next retry attempt (upper)\n * and the lower number in the deterministic sequence. `random(retryJitter)` is added to every returned value.\n */\n randomRetry: boolean\n}\n\n/**\n * Options that configure strategy for retrying failed InfluxDB write operations.\n */\nexport interface WriteRetryOptions extends RetryDelayStrategyOptions {\n /**\n * WriteFailed is called to inform about write errors.\n * @param this - the instance of the API that failed\n * @param error - write error\n * @param lines - failed lines\n * @param attempt - count of already failed attempts to write the lines (1 ... maxRetries+1)\n * @param expires - expiration time for the lines to be retried in millis since epoch\n * @returns a Promise to force the API to use it as a result of the flush operation,\n * void/undefined to continue with default retry mechanism\n */\n writeFailed(\n this: WriteApi,\n error: Error,\n lines: Array<string>,\n attempt: number,\n expires: number\n ): Promise<void> | void\n\n /**\n * WriteSuccess is informed about successfully written lines.\n * @param this - the instance of the API in use\n * @param lines - written lines\n */\n writeSuccess(this: WriteApi, lines: Array<string>): void\n\n /**\n * WriteRetrySkipped is informed about lines that were removed from the retry buffer\n * to keep the size of the retry buffer under the configured limit (maxBufferLines).\n * @param entry - lines that were skipped\n */\n writeRetrySkipped(entry: {lines: Array<string>; expires: number}): void\n\n /** max count of retries after the first write fails */\n maxRetries: number\n /** max time (millis) that can be spent with retries */\n maxRetryTime: number\n /** the maximum size of retry-buffer (in lines) */\n maxBufferLines: number\n}\n\n/**\n * Options used by {@link WriteApi} .\n */\nexport interface WriteOptions extends WriteRetryOptions {\n /** max number of records/lines to send in a batch */\n batchSize: number\n /** delay between data flushes in milliseconds, at most `batch size` records are sent during flush */\n flushInterval: number\n /** default tags, unescaped */\n defaultTags?: Record<string, string>\n /** HTTP headers that will be sent with every write request */\n headers?: {[key: string]: string}\n /** When specified, write bodies larger than the threshold are gzipped */\n gzipThreshold?: number\n /** max size of a batch in bytes */\n maxBatchBytes: number\n /** InfluxDB Enterprise write consistency as explained in https://docs.influxdata.com/enterprise_influxdb/v1.9/concepts/clustering/#write-consistency */\n consistency?: 'any' | 'one' | 'quorum' | 'all'\n}\n\n/** default RetryDelayStrategyOptions */\nexport const DEFAULT_RetryDelayStrategyOptions = {\n retryJitter: 200,\n minRetryDelay: 5000,\n maxRetryDelay: 125000,\n exponentialBase: 5,\n randomRetry: true,\n}\n\n/** default writeOptions */\nexport const DEFAULT_WriteOptions: WriteOptions = {\n batchSize: 1000,\n maxBatchBytes: 50_000_000, // default max batch size in the cloud\n flushInterval: 60000,\n writeFailed: function () {},\n writeSuccess: function () {},\n writeRetrySkipped: function () {},\n maxRetries: 5,\n maxRetryTime: 180_000,\n maxBufferLines: 32_000,\n // a copy of DEFAULT_RetryDelayStrategyOptions, so that DEFAULT_WriteOptions could be tree-shaken\n retryJitter: 200,\n minRetryDelay: 5000,\n maxRetryDelay: 125000,\n exponentialBase: 2,\n gzipThreshold: 1000,\n randomRetry: true,\n}\n\n/**\n * Options used by {@link InfluxDB} .\n */\nexport interface ClientOptions extends ConnectionOptions {\n /** supplies and overrides default writing options */\n writeOptions?: Partial<WriteOptions>\n /** specifies custom transport */\n transport?: Transport\n}\n\n/**\n * Timestamp precision used in write operations.\n * See {@link https://docs.influxdata.com/influxdb/latest/api/#operation/PostWrite }\n */\nexport type WritePrecisionType = 'ns' | 'us' | 'ms' | 's'\n","function createEscaper(\n characters: string,\n replacements: string[]\n): (value: string) => string {\n return function (value: string): string {\n let retVal = ''\n let from = 0\n let i = 0\n while (i < value.length) {\n const found = characters.indexOf(value[i])\n if (found >= 0) {\n retVal += value.substring(from, i)\n retVal += replacements[found]\n from = i + 1\n }\n i++\n }\n if (from == 0) {\n return value\n } else if (from < value.length) {\n retVal += value.substring(from, value.length)\n }\n return retVal\n }\n}\nfunction createQuotedEscaper(\n characters: string,\n replacements: string[]\n): (value: string) => string {\n const escaper = createEscaper(characters, replacements)\n return (value: string): string => '\"' + escaper(value) + '\"'\n}\n\n/**\n * Provides functions escape specific parts in InfluxDB line protocol.\n */\nexport const escape = {\n /**\n * Measurement escapes measurement names.\n */\n measurement: createEscaper(', \\n\\r\\t', ['\\\\,', '\\\\ ', '\\\\n', '\\\\r', '\\\\t']),\n /**\n * Quoted escapes quoted values, such as database names.\n */\n quoted: createQuotedEscaper('\"\\\\', ['\\\\\"', '\\\\\\\\']),\n\n /**\n * TagEscaper escapes tag keys, tag values, and field keys.\n */\n tag: createEscaper(', =\\n\\r\\t', ['\\\\,', '\\\\ ', '\\\\=', '\\\\n', '\\\\r', '\\\\t']),\n}\n","declare let process: any\nconst zeroPadding = '000000000'\nlet useHrTime = false\n\nexport function useProcessHrtime(use: boolean): boolean {\n /* istanbul ignore else */\n if (!process.env.BUILD_BROWSER) {\n return (useHrTime = use && process && typeof process.hrtime === 'function')\n } else {\n return false\n }\n}\nuseProcessHrtime(true) // preffer node\n\nlet startHrMillis: number | undefined = undefined\nlet startHrTime: [number, number] | undefined = undefined\nlet lastMillis = Date.now()\nlet stepsInMillis = 0\nfunction nanos(): string {\n if (!process.env.BUILD_BROWSER && useHrTime) {\n const hrTime = process.hrtime() as [number, number]\n let millis = Date.now()\n if (!startHrTime) {\n startHrTime = hrTime\n startHrMillis = millis\n } else {\n hrTime[0] = hrTime[0] - startHrTime[0]\n hrTime[1] = hrTime[1] - startHrTime[1]\n // istanbul ignore next \"cannot mock system clock, manually reviewed\"\n if (hrTime[1] < 0) {\n hrTime[0] -= 1\n hrTime[1] += 1000_000_000\n }\n millis =\n (startHrMillis as number) +\n hrTime[0] * 1000 +\n Math.floor(hrTime[1] / 1000_000)\n }\n const nanos = String(hrTime[1] % 1000_000)\n return String(millis) + zeroPadding.substr(0, 6 - nanos.length) + nanos\n } else {\n const millis = Date.now()\n if (millis !== lastMillis) {\n lastMillis = millis\n stepsInMillis = 0\n } else {\n stepsInMillis++\n }\n const nanos = String(stepsInMillis)\n return String(millis) + zeroPadding.substr(0, 6 - nanos.length) + nanos\n }\n}\n\nfunction micros(): string {\n if (!process.env.BUILD_BROWSER && useHrTime) {\n const hrTime = process.hrtime() as [number, number]\n const micros = String(Math.trunc(hrTime[1] / 1000) % 1000)\n return (\n String(Date.now()) + zeroPadding.substr(0, 3 - micros.length) + micros\n )\n } else {\n return String(Date.now()) + zeroPadding.substr(0, 3)\n }\n}\nfunction millis(): string {\n return String(Date.now())\n}\nfunction seconds(): string {\n return String(Math.floor(Date.now() / 1000))\n}\n\n/**\n * Exposes functions that creates strings that represent a timestamp that\n * can be used in the line protocol. Micro and nano timestamps are emulated\n * depending on the js platform in use.\n */\nexport const currentTime = {\n s: seconds as () => string,\n ms: millis as () => string,\n us: micros as () => string,\n ns: nanos as () => string,\n seconds: seconds as () => string,\n millis: millis as () => string,\n micros: micros as () => string,\n nanos: nanos as () => string,\n}\n\n/**\n * dateToProtocolTimestamp provides converters for JavaScript Date to InfluxDB Write Protocol Timestamp. Keys are supported precisions.\n */\nexport const dateToProtocolTimestamp = {\n s: (d: Date): string => `${Math.floor(d.getTime() / 1000)}`,\n ms: (d: Date): string => `${d.getTime()}`,\n us: (d: Date): string => `${d.getTime()}000`,\n ns: (d: Date): string => `${d.getTime()}000000`,\n}\n\n/**\n * convertTimeToNanos converts Point's timestamp to a string.\n * @param value - supported timestamp value\n * @returns line protocol value\n */\nexport function convertTimeToNanos(\n value: string | number | Date | undefined\n): string | undefined {\n if (value === undefined) {\n return nanos()\n } else if (typeof value === 'string') {\n return value.length > 0 ? value : undefined\n } else if (value instanceof Date) {\n return `${value.getTime()}000000`\n } else if (typeof value === 'number') {\n return String(Math.floor(value))\n } else {\n return String(value)\n }\n}\n","/**\n * Logging interface.\n */\nexport interface Logger {\n error(message: string, err?: any): void\n warn(message: string, err?: any): void\n}\n\n/**\n * Logger that logs to console.out\n */\nexport const consoleLogger: Logger = {\n error(message, error) {\n // eslint-disable-next-line no-console\n console.error('ERROR: ' + message, error ? error : '')\n },\n warn(message, error) {\n // eslint-disable-next-line no-console\n console.warn('WARN: ' + message, error ? error : '')\n },\n}\nlet provider: Logger = consoleLogger\n\nexport const Log: Logger = {\n error(message, error) {\n provider.error(message, error)\n },\n warn(message, error) {\n provider.warn(message, error)\n },\n}\n\n/**\n * Sets custom logger.\n * @param logger - logger to use\n * @returns previous logger\n */\nexport function setLogger(logger: Logger): Logger {\n const previous = provider\n provider = logger\n return previous\n}\n","/** Property that offers a function that returns flux-sanitized value of an object. */\nexport const FLUX_VALUE = Symbol('FLUX_VALUE')\n\n/**\n * A flux parameter can print its (sanitized) flux value.\n */\nexport interface FluxParameterLike {\n [FLUX_VALUE](): string\n}\n\n/**\n * Represents a parameterized query.\n */\nexport interface ParameterizedQuery {\n /**\n * Returns flux query with sanitized parameters.\n */\n toString(): string\n}\n\nclass FluxParameter implements FluxParameterLike, ParameterizedQuery {\n constructor(private fluxValue: string) {}\n toString(): string {\n return this.fluxValue\n }\n [FLUX_VALUE](): string {\n return this.fluxValue\n }\n}\n\n/**\n * Checks if the supplied object is FluxParameterLike\n * @param value - any value\n * @returns true if it is\n */\nfunction isFluxParameterLike(value: any): boolean {\n return typeof value === 'object' && typeof value[FLUX_VALUE] === 'function'\n}\n\n/**\n * Escapes content of the supplied string so it can be wrapped into double qoutes\n * to become a [flux string literal](https://docs.influxdata.com/flux/latest/spec/lexical-elements/#string-literals).\n * @param value - string value\n * @returns sanitized string\n */\nfunction sanitizeString(value: any): string {\n if (value === null || value === undefined) return ''\n value = value.toString()\n let retVal: any = undefined\n let i = 0\n function prepareRetVal(): void {\n if (retVal === undefined) {\n retVal = value.substring(0, i)\n }\n }\n for (; i < value.length; i++) {\n const c = value.charAt(i)\n switch (c) {\n case '\\r':\n prepareRetVal()\n retVal += '\\\\r'\n break\n case '\\n':\n prepareRetVal()\n retVal += '\\\\n'\n break\n case '\\t':\n prepareRetVal()\n retVal += '\\\\t'\n break\n case '\"':\n case '\\\\':\n prepareRetVal()\n retVal = retVal + '\\\\' + c\n break\n case '$':\n // escape ${\n if (i + 1 < value.length && value.charAt(i + 1) === '{') {\n prepareRetVal()\n i++\n retVal += '\\\\${'\n break\n }\n // append $\n if (retVal != undefined) {\n retVal += c\n }\n break\n default:\n if (retVal != undefined) {\n retVal += c\n }\n }\n }\n if (retVal !== undefined) {\n return retVal\n }\n return value\n}\n\n/**\n * Creates a flux string literal.\n */\nexport function fluxString(value: any): FluxParameterLike {\n return new FluxParameter(`\"${sanitizeString(value)}\"`)\n}\n\n/**\n * Sanitizes float value to avoid injections.\n * @param value - InfluxDB float literal\n * @returns sanitized float value\n * @throws Error if the the value cannot be sanitized\n */\nexport function sanitizeFloat(value: any): string {\n const val = Number(value)\n if (!isFinite(val)) {\n if (typeof value === 'number') {\n return `float(v: \"${val}\")`\n }\n throw new Error(`not a flux float: ${value}`)\n }\n // try to return a flux float literal if possible\n // https://docs.influxdata.com/flux/latest/data-types/basic/float/#float-syntax\n const strVal = val.toString()\n let hasDot = false\n for (const c of strVal) {\n if ((c >= '0' && c <= '9') || c == '-') continue\n if (c === '.') {\n hasDot = true\n continue\n }\n return `float(v: \"${strVal}\")`\n }\n return hasDot ? strVal : strVal + '.0'\n}\n/**\n * Creates a flux float literal.\n */\nexport function fluxFloat(value: any): FluxParameterLike {\n return new FluxParameter(sanitizeFloat(value))\n}\n\n/**\n * Sanitizes integer value to avoid injections.\n * @param value - InfluxDB integer literal\n * @returns sanitized integer value\n * @throws Error if the the value cannot be sanitized\n */\nexport function sanitizeInteger(value: any): string {\n // https://docs.influxdata.com/flux/latest/data-types/basic/int/\n // Min value: -9223372036854775808\n // Max value: 9223372036854775807\n // \"9223372036854775807\".length === 19\n const strVal = String(value)\n const negative = strVal.startsWith('-')\n const val = negative ? strVal.substring(1) : strVal\n if (val.length === 0 || val.length > 19) {\n throw new Error(`not a flux integer: ${strVal}`)\n }\n for (const c of val) {\n if (c < '0' || c > '9') throw new Error(`not a flux integer: ${strVal}`)\n }\n if (val.length === 19) {\n if (negative && val > '9223372036854775808') {\n throw new Error(`flux integer out of bounds: ${strVal}`)\n }\n if (!negative && val > '9223372036854775807') {\n throw new Error(`flux integer out of bounds: ${strVal}`)\n }\n }\n return strVal\n}\n\n/**\n * Creates a flux integer literal.\n */\nexport function fluxInteger(value: any): FluxParameterLike {\n return new FluxParameter(sanitizeInteger(value))\n}\n\nfunction sanitizeDateTime(value: any): string {\n return `time(v: \"${sanitizeString(value)}\")`\n}\n\n/**\n * Creates flux date-time literal.\n */\nexport function fluxDateTime(value: any): FluxParameterLike {\n return new FluxParameter(sanitizeDateTime(value))\n}\n\n/**\n * Creates flux date-time literal.\n */\nexport function fluxDuration(value: any): FluxParameterLike {\n return new FluxParameter(`duration(v: \"${sanitizeString(value)}\")`)\n}\n\nfunction sanitizeRegExp(value: any): string {\n if (value instanceof RegExp) {\n return value.toString()\n }\n return new RegExp(value).toString()\n}\n\n/**\n * Creates flux regexp literal out of a regular expression. See\n * https://docs.influxdata.com/flux/latest/data-types/basic/regexp/#regular-expression-syntax\n * for details.\n */\nexport function fluxRegExp(value: any): FluxParameterLike {\n // let the server decide if a regexp can be parsed\n return new FluxParameter(sanitizeRegExp(value))\n}\n\n/**\n * Creates flux boolean literal.\n */\nexport function fluxBool(value: any): FluxParameterLike {\n if (value === 'true' || value === 'false') {\n return new FluxParameter(value)\n }\n return new FluxParameter((!!value).toString())\n}\n\n/**\n * Assumes that the supplied value is flux expression or literal that does not need sanitizing.\n *\n * @param value - any value\n * @returns the supplied value as-is\n */\nexport function fluxExpression(value: any): FluxParameterLike {\n return new FluxParameter(String(value))\n}\n\n/**\n * Escapes content of the supplied parameter so that it can be safely embedded into flux query.\n * @param value - parameter value\n * @returns sanitized flux value or an empty string if it cannot be converted\n */\nexport function toFluxValue(value: any): string {\n if (value === undefined) {\n return ''\n } else if (value === null) {\n return 'null'\n } else if (typeof value === 'boolean') {\n return value.toString()\n } else if (typeof value === 'string') {\n return `\"${sanitizeString(value)}\"`\n } else if (typeof value === 'number') {\n if (Number.isSafeInteger(value)) {\n return sanitizeInteger(value)\n }\n return sanitizeFloat(value)\n } else if (typeof value === 'object') {\n if (typeof value[FLUX_VALUE] === 'function') {\n return value[FLUX_VALUE]()\n } else if (value instanceof Date) {\n return value.toISOString()\n } else if (value instanceof RegExp) {\n return sanitizeRegExp(value)\n } else if (Array.isArray(value)) {\n return `[${value.map(toFluxValue).join(',')}]`\n }\n } else if (typeof value === 'bigint') {\n return `${value}.0`\n }\n // use toString value for unrecognized object, symbol\n return toFluxValue(value.toString())\n}\n\n/**\n * Flux is a tagged template that sanitizes supplied parameters\n * to avoid injection attacks in flux.\n */\nexport function flux(\n strings: TemplateStringsArray,\n ...values: any\n): ParameterizedQuery {\n if (strings.length == 1 && values.length === 0) {\n return fluxExpression(strings[0]) // the simplest case\n }\n const parts = new Array<string>(strings.length + values.length)\n let partIndex = 0\n for (let i = 0; i < strings.length; i++) {\n const text = strings[i]\n parts[partIndex++] = text\n if (i < values.length) {\n const val = values[i]\n let sanitized: string\n if (\n text.endsWith('\"') &&\n i + 1 < strings.length &&\n strings[i + 1].startsWith('\"')\n ) {\n // parameter is wrapped into flux double quotes\n sanitized = sanitizeString(val)\n } else {\n sanitized = toFluxValue(val)\n if (sanitized === '') {\n // do not allow to insert empty strings, unless it is FluxParameterLike\n if (!isFluxParameterLike(val)) {\n throw new Error(\n `Unsupported parameter literal '${val}' at index: ${i}, type: ${typeof val}`\n )\n }\n }\n }\n parts[partIndex++] = sanitized\n } else if (i < strings.length - 1) {\n throw new Error('Too few parameters supplied!')\n }\n }\n // return flux expression so that flux can be embedded into another flux as-is\n return fluxExpression(parts.join(''))\n}\n","import {convertTimeToNanos} from './util/currentTime'\nimport {escape} from './util/escape'\n\n/**\n * Settings that control the way of how a {@link Point} is serialized\n * to a protocol line.\n */\nexport interface PointSettings {\n /** default tags to add to every point */\n defaultTags?: {[key: string]: string}\n /** convertTime serializes Point's timestamp to a line protocol value */\n convertTime?: (\n value: string | number | Date | undefined\n ) => string | undefined\n}\n\n/**\n * Point defines values of a single measurement.\n */\nexport class Point {\n private name: string\n private tags: {[key: string]: string} = {}\n /** escaped field values */\n public fields: {[key: string]: string} = {}\n private time: string | number | Date | undefined\n\n /**\n * Create a new Point with specified a measurement name.\n *\n * @param measurementName - the measurement name\n */\n constructor(measurementName?: string) {\n if (measurementName) this.name = measurementName\n }\n\n /**\n * Sets point's measurement.\n *\n * @param name - measurement name\n * @returns this\n */\n public measurement(name: string): Point {\n this.name = name\n return this\n }\n\n /**\n * Adds a tag. The caller has to ensure that both name and value are not empty\n * and do not end with backslash.\n *\n * @param name - tag name\n * @param value - tag value\n * @returns this\n */\n public tag(name: string, value: string): Point {\n this.tags[name] = value\n return this\n }\n\n /**\n * Adds a boolean field.\n *\n * @param field - field name\n * @param value - field value\n * @returns this\n */\n public booleanField(name: string, value: boolean | any): Point {\n this.fields[name] = value ? 'T' : 'F'\n return this\n }\n\n /**\n * Adds an integer field.\n *\n * @param name - field name\n * @param value - field value\n * @returns this\n * @throws NaN or out of int64 range value is supplied\n */\n public intField(name: string, value: number | any): Point {\n let val: number\n if (typeof value === 'number') {\n val = value\n } else {\n val = parseInt(String(value))\n }\n if (isNaN(val) || val <= -9223372036854776e3 || val >= 9223372036854776e3) {\n throw new Error(`invalid integer value for field '${name}': '${value}'!`)\n }\n this.fields[name] = `${Math.floor(val)}i`\n return this\n }\n\n /**\n * Adds an unsigned integer field.\n *\n * @param name - field name\n * @param value - field value\n * @returns this\n * @throws NaN out of range value is supplied\n */\n public uintField(name: string, value: number | any): Point {\n if (typeof value === 'number') {\n if (isNaN(value) || value < 0 || value > Number.MAX_SAFE_INTEGER) {\n throw new Error(`uint value for field '${name}' out of range: ${value}`)\n }\n this.fields[name] = `${Math.floor(value as number)}u`\n } else {\n const strVal = String(value)\n for (let i = 0; i < strVal.length; i++) {\n const code = strVal.charCodeAt(i)\n if (code < 48 || code > 57) {\n throw new Error(\n `uint value has an unsupported character at pos ${i}: ${value}`\n )\n }\n }\n if (\n strVal.length > 20 ||\n (strVal.length === 20 &&\n strVal.localeCompare('18446744073709551615') > 0)\n ) {\n throw new Error(\n `uint value for field '${name}' out of range: ${strVal}`\n )\n }\n this.fields[name] = `${strVal}u`\n }\n return this\n }\n\n /**\n * Adds a number field.\n *\n * @param name - field name\n * @param value - field value\n * @returns this\n * @throws NaN/Infinity/-Infinity is supplied\n */\n public floatField(name: string, value: number | any): Point {\n let val: number\n if (typeof value === 'number') {\n val = value\n } else {\n val = parseFloat(value)\n }\n if (!isFinite(val)) {\n throw new Error(`invalid float value for field '${name}': ${value}`)\n }\n\n this.fields[name] = String(val)\n return this\n }\n\n /**\n * Adds a string field.\n *\n * @param name - field name\n * @param value - field value\n * @returns this\n */\n public stringField(name: string, value: string | any): Point {\n if (value !== null && value !== undefined) {\n if (typeof value !== 'string') value = String(value)\n this.fields[name] = escape.quoted(value)\n }\n return this\n }\n\n /**\n * Sets point timestamp. Timestamp can be specified as a Date (preferred), number, string\n * or an undefined value. An undefined value instructs to assign a local timestamp using\n * the client's clock. An empty string can be used to let the server assign\n * the timestamp. A number value represents time as a count of time units since epoch, the\n * exact time unit then depends on the {@link InfluxDB.getWriteApi | precision} of the API\n * that writes the point.\n *\n * Beware that the current time in nanoseconds can't precisely fit into a JS number,\n * which can hold at most 2^53 integer number. Nanosecond precision numbers are thus supplied as\n * a (base-10) string. An application can also use ES2020 BigInt to represent nanoseconds,\n * BigInt's `toString()` returns the required high-precision string.\n *\n * Note that InfluxDB requires the timestamp to fit into int64 data type.\n *\n * @param value - point time\n * @returns this\n */\n public timestamp(value: Date | number | string | undefined): Point {\n this.time = value\n return this\n }\n\n /**\n * Creates an InfluxDB protocol line out of this instance.\n * @param settings - settings control serialization of a point timestamp and can also add default tags,\n * nanosecond timestamp precision is used when no `settings` or no `settings.convertTime` is supplied.\n * @returns an InfluxDB protocol line out of this instance\n */\n public toLineProtocol(settings?: Partial<PointSettings>): string | undefined {\n if (!this.name) return undefined\n let fieldsLine = ''\n Object.keys(this.fields)\n .sort()\n .forEach((x) => {\n if (x) {\n const val = this.fields[x]\n if (fieldsLine.length > 0) fieldsLine += ','\n fieldsLine += `${escape.tag(x)}=${val}`\n }\n })\n if (fieldsLine.length === 0) return undefined // no fields present\n let tagsLine = ''\n const tags =\n settings && settings.defaultTags\n ? {...settings.defaultTags, ...this.tags}\n : this.tags\n Object.keys(tags)\n .sort()\n .forEach((x) => {\n if (x) {\n const val = tags[x]\n if (val) {\n tagsLine += ','\n tagsLine += `${escape.tag(x)}=${escape.tag(val)}`\n }\n }\n })\n let time = this.time\n if (settings && settings.convertTime) {\n time = settings.convertTime(time)\n } else {\n time = convertTimeToNanos(time)\n }\n\n return `${escape.measurement(this.name)}${tagsLine} ${fieldsLine}${\n time !== undefined ? ' ' + time : ''\n }`\n }\n\n toString(): string {\n const line = this.toLineProtocol(undefined)\n return line ? line : `invalid point: ${JSON.stringify(this, undefined)}`\n }\n}\n","import {getRetryDelay, RetryDelayStrategy} from '../errors'\nimport {\n RetryDelayStrategyOptions,\n DEFAULT_RetryDelayStrategyOptions,\n} from '../options'\n\n/**\n * Applies a variant of exponential backoff with initial and max delay and a random\n * jitter delay. It also respects `retry delay` when specified together with an error.\n */\nexport class RetryStrategyImpl implements RetryDelayStrategy {\n options: RetryDelayStrategyOptions\n currentDelay: number | undefined\n\n constructor(options?: Partial<RetryDelayStrategyOptions>) {\n this.options = {...DEFAULT_RetryDelayStrategyOptions, ...options}\n this.success()\n }\n\n nextDelay(error?: Error, failedAttempts?: number): number {\n const delay = getRetryDelay(error)\n if (delay && delay > 0) {\n return delay + Math.round(Math.random() * this.options.retryJitter)\n } else {\n if (failedAttempts && failedAttempts > 0) {\n // compute delay\n if (this.options.randomRetry) {\n // random delay between deterministic delays\n let delay = Math.max(this.options.minRetryDelay, 1)\n let nextDelay = delay * this.options.exponentialBase\n for (let i = 1; i < failedAttempts; i++) {\n delay = nextDelay\n nextDelay = nextDelay * this.options.exponentialBase\n if (nextDelay >= this.options.maxRetryDelay) {\n nextDelay = this.options.maxRetryDelay\n break\n }\n }\n return (\n delay +\n Math.round(\n Math.random() * (nextDelay - delay) +\n Math.random() * this.options.retryJitter\n )\n )\n }\n // deterministric delay otherwise\n let delay = Math.max(this.options.minRetryDelay, 1)\n for (let i = 1; i < failedAttempts; i++) {\n delay = delay * this.options.exponentialBase\n if (delay >= this.options.maxRetryDelay) {\n delay = this.options.maxRetryDelay\n break\n }\n }\n return delay + Math.round(Math.random() * this.options.retryJitter)\n } else if (this.currentDelay) {\n this.currentDelay = Math.min(\n Math.max(this.currentDelay * this.options.exponentialBase, 1) +\n Math.round(Math.random() * this.options.retryJitter),\n this.options.maxRetryDelay\n )\n } else {\n this.currentDelay =\n this.options.minRetryDelay +\n Math.round(Math.random() * this.options.retryJitter)\n }\n return this.currentDelay\n }\n }\n success(): void {\n this.currentDelay = undefined\n }\n}\n\n/**\n * Creates a new instance of retry strategy.\n * @param options - retry options\n * @returns retry strategy implementation\n */\nexport function createRetryDelayStrategy(\n options?: Partial<RetryDelayStrategyOptions>\n): RetryDelayStrategy {\n return new RetryStrategyImpl(options)\n}\n","import {Log} from '../util/logger'\n\ninterface RetryItem {\n lines: string[]\n retryCount: number\n retryTime: number\n expires: number\n next?: RetryItem\n}\n\ntype FindShrinkCandidateResult = [found: RetryItem, parent?: RetryItem]\n\nfunction findShrinkCandidate(first: RetryItem): FindShrinkCandidateResult {\n let parent = undefined\n let found = first\n let currentParent = first\n while (currentParent.next) {\n if (currentParent.next.expires < found.expires) {\n parent = currentParent\n found = currentParent.next\n }\n currentParent = currentParent.next\n }\n return [found, parent]\n}\n\n/**\n * Retries lines up to a limit of max buffer size.\n */\nexport default class RetryBuffer {\n first?: RetryItem\n size = 0\n closed = false\n private _timeoutHandle: any = undefined\n\n constructor(\n private maxLines: number,\n private retryLines: (\n lines: string[],\n retryCountdown: number,\n started: number\n ) => Promise<void>,\n private onShrink: (entry: {\n lines: string[]\n retryCount: number\n expires: number\n }) => void = () => undefined\n ) {}\n\n addLines(\n lines: string[],\n retryCount: number,\n delay: number,\n expires: number\n ): void {\n if (this.closed) return\n if (!lines.length) return\n let retryTime = Date.now() + delay\n if (expires < retryTime) {\n retryTime = expires\n }\n // ensure at most maxLines are in the Buffer\n if (this.first && this.size + lines.length > this.maxLines) {\n const origSize = this.size\n const newSize = origSize * 0.7 // reduce to 70 %\n do {\n // remove \"oldest\" item\n const [found, parent] = findShrinkCandidate(this.first)\n this.size -= found.lines.length\n if (parent) {\n parent.next = found.next\n } else {\n this.first = found.next\n if (this.first) {\n this.scheduleRetry(this.first.retryTime - Date.now())\n }\n }\n found.next = undefined\n this.onShrink(found)\n } while (this.first && this.size + lines.length > newSize)\n Log.error(\n `RetryBuffer: ${\n origSize - this.size\n } oldest lines removed to keep buffer size under the limit of ${\n this.maxLines\n } lines.`\n )\n }\n const toAdd: RetryItem = {\n lines,\n retryCount,\n retryTime,\n expires,\n }\n // insert sorted according to retryTime\n let current: RetryItem | undefined = this.first\n let parent = undefined\n for (;;) {\n if (!current || current.retryTime > retryTime) {\n toAdd.next = current\n if (parent) {\n parent.next = toAdd\n } else {\n this.first = toAdd\n this.scheduleRetry(retryTime - Date.now())\n }\n break\n }\n parent = current\n current = current.next\n }\n this.size += lines.length\n }\n\n removeLines(): RetryItem | undefined {\n if (this.first) {\n const toRetry = this.first\n this.first = this.first.next\n toRetry.next = undefined\n this.size -= toRetry.lines.length\n return toRetry\n }\n return undefined\n }\n\n scheduleRetry(delay: number): void {\n if (this._timeoutHandle) {\n clearTimeout(this._timeoutHandle)\n }\n this._timeoutHandle = setTimeout(() => {\n const toRetry = this.removeLines()\n if (toRetry) {\n this.retryLines(toRetry.lines, toRetry.retryCount, toRetry.expires)\n .catch(() => {\n /* error is already logged, it must be caught */\n })\n .finally(() => {\n // schedule next retry execution\n if (this.first) {\n this.scheduleRetry(this.first.retryTime - Date.now())\n }\n })\n } else {\n this._timeoutHandle = undefined\n }\n }, Math.max(delay, 0))\n }\n\n async flush(): Promise<void> {\n let toRetry\n while ((toRetry = this.removeLines())) {\n await this.retryLines(toRetry.lines, toRetry.retryCount, toRetry.expires)\n }\n }\n\n close(): number {\n if (this._timeoutHandle) {\n clearTimeout(this._timeoutHandle)\n this._timeoutHandle = undefined\n }\n this.closed = true\n return this.size\n }\n}\n","/**\n * Utf8Length returns an expected length of a string when UTF-8 encoded.\n * @param s - input string\n * @returns expected count of bytes\n */\nexport default function utf8Length(s: string): number {\n let retVal = s.length\n // extends the size with code points (https://en.wikipedia.org/wiki/UTF-8#Encoding)\n for (let i = 0; i < s.length; i++) {\n const code = s.charCodeAt(i)\n /* istanbul ignore else - JS does not count with 4-bytes UNICODE characters at the moment */\n if (code < 0x80) {\n continue\n } else if (code >= 0x80 && code <= 0x7ff) {\n retVal++\n } else if (code >= 0x800 && code <= 0xffff) {\n if (code >= 0xd800 && code <= 0xdfff) {\n // node.js represents unicode characters above 0xffff by two UTF-16 surrogate halves\n // see https://en.wikipedia.org/wiki/UTF-8#Codepage_layout\n retVal++\n } else {\n retVal += 2\n }\n } else {\n // never happens in node.js 14, the situation can vary in the futures or in deno/browsers\n retVal += 3\n }\n }\n return retVal\n}\n","import WriteApi from '../WriteApi'\nimport {\n DEFAULT_WriteOptions,\n WriteOptions,\n WritePrecisionType,\n} from '../options'\nimport {Transport, SendOptions} from '../transport'\nimport {Headers} from '../results'\nimport {Log} from '../util/logger'\nimport {HttpError, RetryDelayStrategy} from '../errors'\nimport {Point} from '../Point'\nimport {currentTime, dateToProtocolTimestamp} from '../util/currentTime'\nimport {createRetryDelayStrategy} from './retryStrategy'\nimport RetryBuffer from './RetryBuffer'\nimport utf8Length from '../util/utf8Length'\n\nclass WriteBuffer {\n length = 0\n bytes = -1\n lines: string[]\n\n constructor(\n private maxChunkRecords: number,\n private maxBatchBytes: number,\n private flushFn: (lines: string[]) => Promise<void>,\n private scheduleSend: () => void\n ) {\n this.lines = new Array<string>(maxChunkRecords)\n }\n\n add(record: string): void {\n const size = utf8Length(record)\n if (this.length === 0) {\n this.scheduleSend()\n } else if (this.bytes + size + 1 >= this.maxBatchBytes) {\n // the new size already exceeds maxBatchBytes, send it\n this.flush().catch((_e) => {\n // an error is logged in case of failure, avoid UnhandledPromiseRejectionWarning\n })\n }\n this.lines[this.length] = record\n this.length++\n this.bytes += size + 1\n if (\n this.length >= this.maxChunkRecords ||\n this.bytes >= this.maxBatchBytes\n ) {\n this.flush().catch((_e) => {\n // an error is logged in case of failure, avoid UnhandledPromiseRejectionWarning\n })\n }\n }\n flush(): Promise<void> {\n const lines = this.reset()\n if (lines.length > 0) {\n return this.flushFn(lines)\n } else {\n return Promise.resolve()\n }\n }\n reset(): string[] {\n const retVal = this.lines.slice(0, this.length)\n this.length = 0\n this.bytes = -1 // lines are joined with \\n\n return retVal\n }\n}\n\nexport default class WriteApiImpl implements WriteApi {\n public path: string\n\n private writeBuffer: WriteBuffer\n private closed = false\n private writeOptions: WriteOptions\n private sendOptions: SendOptions\n private _timeoutHandle: any = undefined\n private currentTime: () => string\n private dateToProtocolTimestamp: (d: Date) => string\n\n retryBuffer: RetryBuffer\n retryStrategy: RetryDelayStrategy\n\n constructor(\n private transport: Transport,\n org: string,\n bucket: string,\n precision: WritePrecisionType,\n writeOptions?: Partial<WriteOptions>\n ) {\n this.path = `/api/v2/write?org=${encodeURIComponent(\n org\n )}&bucket=${encodeURIComponent(bucket)}&precision=${precision}`\n if (writeOptions?.consistency) {\n this.path += `&consistency=${encodeURIComponent(\n writeOptions.consistency\n )}`\n }\n this.writeOptions = {\n ...DEFAULT_WriteOptions,\n ...writeOptions,\n }\n this.currentTime = currentTime[precision]\n this.dateToProtocolTimestamp = dateToProtocolTimestamp[precision]\n if (this.writeOptions.defaultTags) {\n this.useDefaultTags(this.writeOptions.defaultTags)\n }\n this.sendOptions = {\n method: 'POST',\n headers: {\n 'content-type': 'text/plain; charset=utf-8',\n ...writeOptions?.headers,\n },\n gzipThreshold: this.writeOptions.gzipThreshold,\n }\n\n const scheduleNextSend = (): void => {\n if (this.writeOptions.flushInterval > 0) {\n this._clearFlushTimeout()\n /* istanbul ignore else manually reviewed, hard to reproduce */\n if (!this.closed) {\n this._timeoutHandle = setTimeout(\n () =>\n this.sendBatch(\n this.writeBuffer.reset(),\n this.writeOptions.maxRetries\n ).catch((_e) => {\n // an error is logged in case of failure, avoid UnhandledPromiseRejectionWarning\n }),\n this.writeOptions.flushInterval\n )\n }\n }\n }\n // write buffer\n this.writeBuffer = new WriteBuffer(\n this.writeOptions.batchSize,\n this.writeOptions.maxBatchBytes,\n (lines) => {\n this._clearFlushTimeout()\n return this.sendBatch(lines, this.writeOptions.maxRetries)\n },\n scheduleNextSend\n )\n this.sendBatch = this.sendBatch.bind(this)\n // retry buffer\n this.retryStrategy = createRetryDelayStrategy(this.writeOptions)\n this.retryBuffer = new RetryBuffer(\n this.writeOptions.maxBufferLines,\n this.sendBatch,\n this.writeOptions.writeRetrySkipped\n )\n }\n\n sendBatch(\n lines: string[],\n retryAttempts: number,\n expires: number = Date.now() + this.writeOptions.maxRetryTime\n ): Promise<void> {\n // eslint-disable-next-line @typescript-eslint/no-this-alias\n const self: WriteApiImpl = this\n const failedAttempts = self.writeOptions.maxRetries + 1 - retryAttempts\n if (!this.closed && lines.length > 0) {\n if (expires <= Date.now()) {\n const error = new Error('Max retry time exceeded.')\n const onRetry = self.writeOptions.writeFailed.call(\n self,\n error,\n lines,\n failedAttempts,\n expires\n )\n if (onRetry) {\n return onRetry\n }\n Log.error(\n `Write to InfluxDB failed (attempt: ${failedAttempts}).`,\n error\n )\n return Promise.reject(error)\n }\n return new Promise<void>((resolve, reject) => {\n let responseStatusCode: number | undefined\n const callbacks = {\n responseStarted(_headers: Headers, statusCode?: number): void {\n responseStatusCode = statusCode\n },\n error(error: Error): void {\n // call the writeFailed listener and check if we can retry\n const onRetry = self.writeOptions.writeFailed.call(\n self,\n error,\n lines,\n failedAttempts,\n expires\n )\n if (onRetry) {\n onRetry.then(resolve, reject)\n return\n }\n // ignore informational message about the state of InfluxDB\n // enterprise cluster, if present\n if (\n error instanceof HttpError &&\n error.json &&\n typeof error.json.error === 'string' &&\n error.json.error.includes('hinted handoff queue not empty')\n ) {\n Log.warn('Write to InfluxDB returns: ' + error.json.error)\n responseStatusCode = 204\n callbacks.complete()\n return\n }\n // retry if possible\n if (\n !self.closed &&\n retryAttempts > 0 &&\n (!(error instanceof HttpError) ||\n (error as HttpError).statusCode >= 429)\n ) {\n Log.warn(\n `Write to InfluxDB failed (attempt: ${failedAttempts}).`,\n error\n )\n self.retryBuffer.addLines(\n lines,\n retryAttempts - 1,\n self.retryStrategy.nextDelay(error, failedAttempts),\n expires\n )\n reject(error)\n return\n }\n Log.error(`Write to InfluxDB failed.`, error)\n reject(error)\n },\n complete(): void {\n // older implementations of transport do not report status code\n if (responseStatusCode == 204 || responseStatusCode == undefined) {\n self.writeOptions.writeSuccess.call(self, lines)\n self.retryStrategy.success()\n resolve()\n } else {\n const message = `204 HTTP response status code expected, but ${responseStatusCode} returned`\n const error = new HttpError(\n responseStatusCode,\n message,\n undefined,\n '0'\n )\n error.message = message\n callbacks.error(error)\n }\n },\n }\n this.transport.send(\n this.path,\n lines.join('\\n'),\n this.sendOptions,\n callbacks\n )\n })\n } else {\n return Promise.resolve()\n }\n }\n\n private _clearFlushTimeout(): void {\n if (this._timeoutHandle !== undefined) {\n clearTimeout(this._timeoutHandle)\n this._timeoutHandle = undefined\n }\n }\n\n writeRecord(record: string): void {\n if (this.closed) {\n throw new Error('writeApi: already closed!')\n }\n this.writeBuffer.add(record)\n }\n writeRecords(records: ArrayLike<string>): void {\n if (this.closed) {\n throw new Error('writeApi: already closed!')\n }\n for (let i = 0; i < records.length; i++) {\n this.writeBuffer.add(records[i])\n }\n }\n writePoint(point: Point): void {\n if (this.closed) {\n throw new Error('writeApi: already closed!')\n }\n const line = point.toLineProtocol(this)\n if (line) this.writeBuffer.add(line)\n }\n writePoints(points: ArrayLike<Point>): void {\n if (this.closed) {\n throw new Error('writeApi: already closed!')\n }\n for (let i = 0; i < points.length; i++) {\n const line = points[i].toLineProtocol(this)\n if (line) this.writeBuffer.add(line)\n }\n }\n async flush(withRetryBuffer?: boolean): Promise<void> {\n await this.writeBuffer.flush()\n if (withRetryBuffer) {\n return await this.retryBuffer.flush()\n }\n }\n close(): Promise<void> {\n const retVal = this.writeBuffer.flush().finally(() => {\n const remaining = this.retryBuffer.close()\n if (remaining) {\n Log.error(\n `Retry buffer closed with ${remaining} items that were not written to InfluxDB!`,\n null\n )\n }\n this.closed = true\n })\n return retVal\n }\n dispose(): number {\n this._clearFlushTimeout()\n this.closed = true\n return this.retryBuffer.close() + this.writeBuffer.length\n }\n\n // PointSettings\n defaultTags: {[key: string]: string} | undefined\n useDefaultTags(tags: {[key: string]: string}): WriteApi {\n this.defaultTags = tags\n return this\n }\n convertTime(value: string | number | Date | undefined): string | undefined {\n if (value === undefined) {\n return this.currentTime()\n } else if (typeof value === 'string') {\n return value.length > 0 ? value : undefined\n } else if (value instanceof Date) {\n return this.dateToProtocolTimestamp(value)\n } else if (typeof value === 'number') {\n return String(Math.floor(value))\n } else {\n return String(value)\n }\n }\n}\n","import {CommunicationObserver, Headers} from '../results'\n\ntype CompleteObserver = Omit<\n Required<CommunicationObserver<any>>,\n 'useCancellable' | 'useResume'\n> &\n Pick<CommunicationObserver<any>, 'useResume' | 'useCancellable'>\n\nexport default function completeCommunicationObserver(\n callbacks: Partial<CommunicationObserver<any>> = {}\n): CompleteObserver {\n let state = 0\n const retVal: CompleteObserver = {\n next: (data: any): void | boolean => {\n if (\n state === 0 &&\n callbacks.next &&\n data !== null &&\n data !== undefined\n ) {\n return callbacks.next(data)\n }\n },\n error: (error: Error): void => {\n /* istanbul ignore else propagate error at most once */\n if (state === 0) {\n state = 1\n /* istanbul ignore else safety check */\n if (callbacks.error) callbacks.error(error)\n }\n },\n complete: (): void => {\n if (state === 0) {\n state = 2\n /* istanbul ignore else safety check */\n if (callbacks.complete) callbacks.complete()\n }\n },\n responseStarted: (headers: Headers, statusCode?: number): void => {\n if (callbacks.responseStarted)\n callbacks.responseStarted(headers, statusCode)\n },\n }\n if (callbacks.useCancellable) {\n retVal.useCancellable = callbacks.useCancellable.bind(callbacks)\n }\n if (callbacks.useResume) {\n retVal.useResume = callbacks.useResume.bind(callbacks)\n }\n return retVal\n}\n","import {Transport, SendOptions} from '../../transport'\nimport {ConnectionOptions} from '../../options'\nimport {AbortError, HttpError} from '../../errors'\nimport completeCommunicationObserver from '../completeCommunicationObserver'\nimport {Log} from '../../util/logger'\nimport {\n ChunkCombiner,\n CommunicationObserver,\n createTextDecoderCombiner,\n Headers,\n ResponseStartedFn,\n} from '../../results'\n\nfunction getResponseHeaders(response: Response): Headers {\n const headers: Headers = {}\n response.headers.forEach((value: string, key: string) => {\n const previous = headers[key]\n if (previous === undefined) {\n headers[key] = value\n } else if (Array.isArray(previous)) {\n previous.push(value)\n } else {\n headers[key] = [previous, value]\n }\n })\n return headers\n}\n\n/**\n * Transport layer that use browser fetch.\n */\nexport default class FetchTransport implements Transport {\n chunkCombiner: ChunkCombiner = createTextDecoderCombiner()\n private defaultHeaders: {[key: string]: string}\n private url: string\n constructor(private connectionOptions: ConnectionOptions) {\n this.defaultHeaders = {\n 'content-type': 'application/json; charset=utf-8',\n // 'User-Agent': `influxdb-client-js/${CLIENT_LIB_VERSION}`, // user-agent can hardly be customized https://github.com/influxdata/influxdb-client-js/issues/262\n ...connectionOptions.headers,\n }\n if (this.connectionOptions.token) {\n this.defaultHeaders['Authorization'] =\n 'Token ' + this.connectionOptions.token\n }\n this.url = String(this.connectionOptions.url)\n if (this.url.endsWith('/')) {\n this.url = this.url.substring(0, this.url.length - 1)\n }\n // https://github.com/influxdata/influxdb-client-js/issues/263\n // don't allow /api/v2 suffix to avoid future problems\n if (this.url.endsWith('/api/v2')) {\n this.url = this.url.substring(0, this.url.length - '/api/v2'.length)\n Log.warn(\n `Please remove '/api/v2' context path from InfluxDB base url, using ${this.url} !`\n )\n }\n }\n send(\n path: string,\n body: string,\n options: SendOptions,\n callbacks?: Partial<CommunicationObserver<Uint8Array>> | undefined\n ): void {\n const observer = completeCommunicationObserver(callbacks)\n let cancelled = false\n let signal = (options as any).signal\n let pausePromise: Promise<void> | undefined\n const resumeQuickly = () => {}\n let resume = resumeQuickly\n if (callbacks && callbacks.useCancellable) {\n const controller = new AbortController()\n if (!signal) {\n signal = controller.signal\n options = {...options, signal}\n }\n // resume data reading so that it can exit on abort signal\n signal.addEventListener('abort', () => {\n resume()\n })\n callbacks.useCancellable({\n cancel() {\n cancelled = true\n controller.abort()\n },\n isCancelled() {\n return cancelled || signal.aborted\n },\n })\n }\n this.fetch(path, body, options)\n .then(async (response) => {\n if (callbacks?.responseStarted) {\n observer.responseStarted(\n getResponseHeaders(response),\n response.status\n )\n }\n await this.throwOnErrorResponse(response)\n if (response.body) {\n const reader = response.body.getReader()\n let chunk: ReadableStreamReadResult<Uint8Array>\n do {\n if (pausePromise) {\n await pausePromise\n }\n if (cancelled) {\n break\n }\n chunk = await reader.read()\n if (observer.next(chunk.value) === false) {\n const useResume = observer.useResume\n if (!useResume) {\n const msg = 'Unable to pause, useResume is not configured!'\n await reader.cancel(msg)\n return Promise.reject(new Error(msg))\n }\n pausePromise = new Promise((resolve) => {\n resume = () => {\n resolve()\n pausePromise = undefined\n resume = resumeQuickly\n }\n useResume(resume)\n })\n }\n } while (!chunk.done)\n } else if (response.arrayBuffer) {\n const buffer = await response.arrayBuffer()\n observer.next(new Uint8Array(buffer))\n } else {\n const text = await response.text()\n observer.next(new TextEncoder().encode(text))\n }\n })\n .catch((e) => {\n if (!cancelled) {\n observer.error(e)\n }\n })\n .finally(() => observer.complete())\n }\n private async throwOnErrorResponse(response: Response): Promise<void> {\n if (response.status >= 300) {\n let text = ''\n try {\n text = await response.text()\n if (!text) {\n const headerError = response.headers.get('x-influxdb-error')\n if (headerError) {\n text = headerError\n }\n }\n } catch (e) {\n Log.warn('Unable to receive error body', e)\n throw new HttpError(\n response.status,\n response.statusText,\n undefined,\n response.headers.get('retry-after'),\n response.headers.get('content-type')\n )\n }\n throw new HttpError(\n response.status,\n response.statusText,\n text,\n response.headers.get('retry-after'),\n response.headers.get('content-type')\n )\n }\n }\n\n async *iterate(\n path: string,\n body: string,\n options: SendOptions\n ): AsyncIterableIterator<Uint8Array> {\n const response = await this.fetch(path, body, options)\n await this.throwOnErrorResponse(response)\n if (response.body) {\n const reader = response.body.getReader()\n for (;;) {\n const {value, done} = await reader.read()\n if (done) {\n break\n }\n if (options.signal?.aborted) {\n await response.body.cancel()\n throw new AbortError()\n }\n yield value\n }\n } else if (response.arrayBuffer) {\n const buffer = await response.arrayBuffer()\n yield new Uint8Array(buffer)\n } else {\n const text = await response.text()\n yield new TextEncoder().encode(text)\n }\n }\n\n async request(\n path: string,\n body: any,\n options: SendOptions,\n responseStarted?: ResponseStartedFn\n ): Promise<any> {\n const response = await this.fetch(path, body, options)\n const {headers} = response\n const responseContentType = headers.get('content-type') || ''\n if (responseStarted) {\n responseStarted(getResponseHeaders(response), response.status)\n }\n\n await this.throwOnErrorResponse(response)\n const responseType = options.headers?.accept ?? responseContentType\n if (responseType.includes('json')) {\n return await response.json()\n } else if (\n responseType.includes('text') ||\n responseType.startsWith('application/csv')\n ) {\n return await response.text()\n }\n }\n\n private fetch(\n path: string,\n body: any,\n options: SendOptions\n ): Promise<Response> {\n const {method, headers, ...other} = options\n const url = `${this.url}${path}`\n const request: RequestInit = {\n method: method,\n body:\n method === 'GET' || method === 'HEAD'\n ? undefined\n : typeof body === 'string'\n ? body\n : JSON.stringify(body),\n headers: {\n ...this.defaultHeaders,\n ...headers,\n },\n credentials: 'omit' as const,\n // override with custom transport options\n ...this.connectionOptions.transportOptions,\n // allow to specify custom options, such as signal, in SendOptions\n ...other,\n }\n this.requestDecorator(request, options, url)\n return fetch(url, request)\n }\n\n /**\n * RequestDecorator allows to modify requests before sending.\n *\n * The following example shows a function that adds gzip\n * compression of requests using pako.js.\n *\n * ```ts\n * const client = new InfluxDB({url: 'http://a'})\n * client.transport.requestDecorator = function(request, options) {\n * const body = request.body\n * if (\n * typeof body === 'string' &&\n * options.gzipThreshold !== undefined &&\n * body.length > options.gzipThreshold\n * ) {\n * request.headers['content-encoding'] = 'gzip'\n * request.body = pako.gzip(body)\n * }\n * }\n * ```\n */\n public requestDecorator: (\n request: RequestInit,\n options: SendOptions,\n url: string\n ) => void = function () {}\n}\n","import {Observable} from '../observable'\nimport QueryApi, {QueryOptions} from '../QueryApi'\nimport {Transport} from '../transport'\nimport {\n CommunicationObserver,\n FluxResultObserver,\n FluxTableMetaData,\n Row,\n AnnotatedCSVResponse,\n IterableResultExecutor,\n} from '../results'\nimport {ParameterizedQuery} from '../query/flux'\nimport {APIExecutor} from '../results/ObservableQuery'\n\nconst DEFAULT_dialect: any = {\n header: true,\n delimiter: ',',\n quoteChar: '\"',\n commentPrefix: '#',\n annotations: ['datatype', 'group', 'default'],\n}\n\nexport class QueryApiImpl implements QueryApi {\n private options: QueryOptions\n constructor(\n private transport: Transport,\n private createCSVResponse: (\n executor: APIExecutor,\n iterableResultExecutor: IterableResultExecutor\n ) => AnnotatedCSVResponse,\n org: string | QueryOptions\n ) {\n this.options = typeof org === 'string' ? {org} : org\n }\n\n with(options: Partial<QueryOptions>): QueryApi {\n return new QueryApiImpl(this.transport, this.createCSVResponse, {\n ...this.options,\n ...options,\n })\n }\n\n response(query: string | ParameterizedQuery): AnnotatedCSVResponse {\n const {org, type, gzip, headers} = this.options\n const path = `/api/v2/query?org=${encodeURIComponent(org)}`\n const body = JSON.stringify(\n this.decorateRequest({\n query: query.toString(),\n dialect: DEFAULT_dialect,\n type,\n })\n )\n const options = {\n method: 'POST',\n headers: {\n 'content-type': 'application/json; encoding=utf-8',\n 'accept-encoding': gzip ? 'gzip' : 'identity',\n ...headers,\n },\n }\n return this.createCSVResponse(\n (consumer) => this.transport.send(path, body, options, consumer),\n () => this.transport.iterate(path, body, options)\n )\n }\n\n iterateLines(query: string | ParameterizedQuery): AsyncIterable<string> {\n return this.response(query).iterateLines()\n }\n iterateRows(query: string | ParameterizedQuery): AsyncIterable<Row> {\n return this.response(query).iterateRows()\n }\n lines(query: string | ParameterizedQuery): Observable<string> {\n return this.response(query).lines()\n }\n\n rows(query: string | ParameterizedQuery): Observable<Row> {\n return this.response(query).rows()\n }\n\n queryLines(\n query: string | ParameterizedQuery,\n consumer: CommunicationObserver<string>\n ): void {\n return this.response(query).consumeLines(consumer)\n }\n\n queryRows(\n query: string | ParameterizedQuery,\n consumer: FluxResultObserver<string[]>\n ): void {\n return this.response(query).consumeRows(consumer)\n }\n\n collectRows<T>(\n query: string | ParameterizedQuery,\n rowMapper?: (\n values: string[],\n tableMeta: FluxTableMetaData\n ) => T | undefined\n ): Promise<Array<T>> {\n return this.response(query).collectRows(rowMapper)\n }\n\n collectLines(query: string | ParameterizedQuery): Promise<Array<string>> {\n return this.response(query).collectLines()\n }\n\n queryRaw(query: string | ParameterizedQuery): Promise<string> {\n const {org, type, gzip, headers} = this.options\n return this.transport.request(\n `/api/v2/query?org=${encodeURIComponent(org)}`,\n JSON.stringify(\n this.decorateRequest({\n query: query.toString(),\n dialect: DEFAULT_dialect,\n type,\n })\n ),\n {\n method: 'POST',\n headers: {\n accept: 'text/csv',\n 'accept-encoding': gzip ? 'gzip' : 'identity',\n 'content-type': 'application/json; encoding=utf-8',\n ...headers,\n },\n }\n )\n }\n\n private decorateRequest(request: any): any {\n if (typeof this.options.now === 'function') {\n request.now = this.options.now()\n }\n // https://docs.influxdata.com/influxdb/latest/api/#operation/PostQuery requires type\n request.type = this.options.type ?? 'flux'\n return request\n }\n}\n\nexport default QueryApiImpl\n","import {\n CommunicationObserver,\n FluxResultObserver,\n FluxTableMetaData,\n Row,\n linesToTables,\n ChunkCombiner,\n chunksToLines,\n chunksToLinesIterable,\n linesToRowsIterable,\n} from '../results'\nimport {Observable} from '../observable'\nimport {\n AnnotatedCSVResponse,\n IterableResultExecutor,\n} from './AnnotatedCSVResponse'\nimport ObservableQuery, {APIExecutor} from './ObservableQuery'\n\nexport function defaultRowMapping(\n values: string[],\n tableMeta: FluxTableMetaData\n): Record<string, any> {\n return tableMeta.toObject(values)\n}\n\n/**\n * AnnotatedCsvResponseImpl is an implementation AnnotatedCsvResponse\n * that uses the supplied executor to supply a response data stream.\n */\nexport class AnnotatedCSVResponseImpl implements AnnotatedCSVResponse {\n constructor(\n private executor: APIExecutor,\n private iterableResultExecutor: IterableResultExecutor,\n private chunkCombiner: ChunkCombiner\n ) {}\n iterateLines(): AsyncIterable<string> {\n return chunksToLinesIterable(this.iterableResultExecutor())\n }\n iterateRows(): AsyncIterable<Row> {\n return linesToRowsIterable(\n chunksToLinesIterable(this.iterableResultExecutor())\n )\n }\n lines(): Observable<string> {\n return new ObservableQuery(this.executor, (observer) =>\n chunksToLines(observer, this.chunkCombiner)\n )\n }\n\n rows(): Observable<Row> {\n return new ObservableQuery(this.executor, (observer) => {\n return chunksToLines(\n linesToTables({\n next(values, tableMeta) {\n observer.next({values, tableMeta})\n },\n error(e) {\n observer.error(e)\n },\n complete() {\n observer.complete()\n },\n }),\n this.chunkCombiner\n )\n })\n }\n\n consumeLines(consumer: CommunicationObserver<string>): void {\n this.executor(chunksToLines(consumer, this.chunkCombiner))\n }\n\n consumeRows(consumer: FluxResultObserver<string[]>): void {\n this.executor(chunksToLines(linesToTables(consumer), this.chunkCombiner))\n }\n\n collectRows<T>(\n rowMapper: (\n values: string[],\n tableMeta: FluxTableMetaData\n ) => T | undefined = defaultRowMapping as (\n values: string[],\n tableMeta: FluxTableMetaData\n ) => T | undefined\n ): Promise<Array<T>> {\n const retVal: Array<T> = []\n return new Promise((resolve, reject) => {\n this.consumeRows({\n next(values: string[], tableMeta: FluxTableMetaData): void {\n const toAdd = rowMapper.call(this, values, tableMeta)\n if (toAdd !== undefined) {\n retVal.push(toAdd)\n }\n },\n error(error: Error): void {\n reject(error)\n },\n complete(): void {\n resolve(retVal)\n },\n })\n })\n }\n\n collectLines(): Promise<Array<string>> {\n const retVal: Array<string> = []\n return new Promise((resolve, reject) => {\n this.consumeLines({\n next(line: string): void {\n retVal.push(line)\n },\n error(error: Error): void {\n reject(error)\n },\n complete(): void {\n resolve(retVal)\n },\n })\n })\n }\n}\n","import WriteApi from './WriteApi'\nimport {ClientOptions, WriteOptions, WritePrecisionType} from './options'\nimport WriteApiImpl from './impl/WriteApiImpl'\nimport {IllegalArgumentError} from './errors'\nimport {Transport} from './transport'\n// replaced by ./impl/browser/FetchTransport in browser builds\nimport TransportImpl from './impl/browser/FetchTransport'\nimport QueryApi, {QueryOptions} from './QueryApi'\nimport QueryApiImpl from './impl/QueryApiImpl'\nimport {\n AnnotatedCSVResponse,\n APIExecutor,\n IterableResultExecutor,\n} from './results'\nimport {AnnotatedCSVResponseImpl} from './results/AnnotatedCSVResponseImpl'\n\n/**\n * InfluxDB entry point that configures communication with InfluxDB server\n * and provide APIs to write and query data.\n */\nexport default class InfluxDB {\n private _options: ClientOptions\n readonly transport: Transport\n readonly processCSVResponse: (\n executor: APIExecutor,\n iterableResultExecutor: IterableResultExecutor\n ) => AnnotatedCSVResponse\n\n /**\n * Creates influxdb client options from an options object or url.\n * @param options - client options\n */\n constructor(options: ClientOptions | string) {\n if (typeof options === 'string') {\n this._options = {url: options}\n } else if (options !== null && typeof options === 'object') {\n this._options = options\n } else {\n throw new IllegalArgumentError('No url or configuration specified!')\n }\n const url = this._options.url\n if (typeof url !== 'string')\n throw new IllegalArgumentError('No url specified!')\n if (url.endsWith('/')) this._options.url = url.substring(0, url.length - 1)\n this.transport = this._options.transport ?? new TransportImpl(this._options)\n this.processCSVResponse = (\n executor: APIExecutor,\n iterableResultExecutor: IterableResultExecutor\n ): AnnotatedCSVResponse =>\n new AnnotatedCSVResponseImpl(\n executor,\n iterableResultExecutor,\n this.transport.chunkCombiner\n )\n }\n\n /**\n * Creates WriteApi for the supplied organization and bucket. BEWARE that returned instances must be closed\n * in order to flush the remaining data and close already scheduled retry executions.\n *\n * @remarks\n * Use {@link WriteOptions} to customize retry strategy options, data chunking\n * and flushing options. See {@link DEFAULT_WriteOptions} to see the defaults.\n *\n * See also {@link https://github.com/influxdata/influxdb-client-js/blob/master/examples/write.mjs | write example},\n * {@link https://github.com/influxdata/influxdb-client-js/blob/master/examples/writeAdvanced.mjs | writeAdvanced example},\n * and {@link https://github.com/influxdata/influxdb-client-js/blob/master/examples/index.html | browser example}.\n *\n * @param org - Specifies the destination organization for writes. Takes either the ID or Name interchangeably.\n * @param bucket - The destination bucket for writes.\n * @param precision - Timestamp precision for line items.\n * @param writeOptions - Custom write options.\n * @returns WriteApi instance\n */\n getWriteApi(\n org: string,\n bucket: string,\n precision: WritePrecisionType = 'ns',\n writeOptions?: Partial<WriteOptions>\n ): WriteApi {\n return new WriteApiImpl(\n this.transport,\n org,\n bucket,\n precision,\n writeOptions ?? this._options.writeOptions\n )\n }\n\n /**\n * Creates QueryApi for the supplied organization .\n *\n * @remarks\n * See also {@link https://github.com/influxdata/influxdb-client-js/blob/master/examples/query.ts | query.ts example},\n * {@link https://github.com/influxdata/influxdb-client-js/blob/master/examples/queryWithParams.mjs | queryWithParams.mjs example},\n * {@link https://github.com/influxdata/influxdb-client-js/blob/master/examples/rxjs-query.ts | rxjs-query.ts example},\n * and {@link https://github.com/influxdata/influxdb-client-js/blob/master/examples/index.html | browser example},\n *\n * @param org - organization or query options\n * @returns QueryApi instance\n */\n getQueryApi(org: string | QueryOptions): QueryApi {\n return new QueryApiImpl(this.transport, this.processCSVResponse, org)\n }\n}\n"],"mappings":"scAAA,IAAAA,GAAA,GAAAC,GAAAD,GAAA,gBAAAE,EAAA,8BAAAC,GAAA,sCAAAC,EAAA,yBAAAC,EAAA,eAAAC,EAAA,cAAAC,EAAA,yBAAAC,EAAA,aAAAC,EAAA,iBAAAC,EAAA,QAAAC,EAAA,UAAAC,GAAA,yBAAAC,EAAA,mBAAAC,EAAA,qBAAAC,GAAA,kBAAAC,EAAA,0BAAAC,EAAA,kBAAAC,GAAA,uBAAAC,GAAA,0BAAAC,GAAA,4BAAAC,EAAA,8BAAAC,EAAA,gBAAAC,GAAA,4BAAAC,GAAA,WAAAC,EAAA,SAAAC,GAAA,aAAAC,GAAA,iBAAAC,GAAA,iBAAAC,GAAA,mBAAAC,GAAA,cAAAC,GAAA,gBAAAC,GAAA,eAAAC,GAAA,eAAAC,GAAA,kBAAAC,EAAA,0BAAAC,GAAA,wBAAAC,EAAA,kBAAAC,EAAA,uBAAAC,EAAA,kBAAAC,GAAA,oBAAAC,GAAA,4BAAAC,GAAA,8BAAAC,GAAA,8BAAAC,GAAA,cAAAC,GAAA,kBAAAC,GAAA,qBAAAC,EAAA,gBAAAC,EAAA,oBAAAC,EAAA,qBAAAC,KC2CO,SAASC,GAA2C,CACzD,IAAMC,EAAU,IAAI,YAAY,OAAO,EACvC,MAAO,CACL,OAAOC,EAAmBC,EAAgC,CACxD,IAAMC,EAAS,IAAI,WAAWF,EAAM,OAASC,EAAO,MAAM,EAC1D,OAAAC,EAAO,IAAIF,CAAK,EAChBE,EAAO,IAAID,EAAQD,EAAM,MAAM,EACxBE,CACT,EACA,KAAKC,EAAmBC,EAAeC,EAAyB,CAC9D,IAAMH,EAAS,IAAI,WAAWG,EAAMD,CAAK,EACzC,OAAAF,EAAO,IAAIC,EAAM,SAASC,EAAOC,CAAG,CAAC,EAC9BH,CACT,EACA,aAAaC,EAAmBC,EAAeC,EAAqB,CAClE,OAAON,EAAQ,OAAOI,EAAM,SAASC,EAAOC,CAAG,CAAC,CAClD,CACF,CACF,CClDO,SAASC,EACdC,EACAC,EACmC,CACnC,IAAMC,EAASD,GAAA,KAAAA,EAAiBE,EAA0B,EACtDC,EACAC,EAAW,GACXC,EAAS,GACTC,EAAS,GACTC,EAEJ,SAASC,EAAeC,EAAyB,CAC/C,IAAIC,EACAC,EAAQ,EASZ,IARIR,GAGFO,EAAQD,EAAM,SAAW,EAAI,EAAKN,EAAwB,OAC1DM,EAAQR,EAAO,OAAOE,EAAUM,CAAK,GAErCC,EAAQ,EAEHA,EAAQD,EAAM,QAAQ,CAC3B,IAAMG,EAAIH,EAAMC,GAChB,GAAIE,IAAM,IACR,GAAI,CAACP,EAAQ,CAEX,IAAMQ,EAAMH,EAAQ,GAAKD,EAAMC,EAAQ,KAAO,GAAKA,EAAQ,EAAIA,EAE/D,GAAIN,EACF,OAIF,GAFAE,EAASP,EAAO,KAAKE,EAAO,aAAaQ,EAAOE,EAAOE,CAAG,CAAC,IAAM,GACjEF,EAAQD,EAAQ,EACZJ,EACF,KAEJ,OACSM,IAAM,KACfP,EAAS,CAACA,GAEZK,GACF,CAMA,GALIC,EAAQF,EAAM,OAChBN,EAAWF,EAAO,KAAKQ,EAAOE,EAAOF,EAAM,MAAM,EAEjDN,EAAW,OAETG,EAAQ,CACV,GAAIP,EAAO,UAAW,CACpBA,EAAO,UAAU,IAAM,CACrBO,EAAS,GACTE,EAAe,IAAI,WAAW,CAAC,CAAC,CAClC,CAAC,EACD,MACF,CACAM,EAAO,MAAM,IAAI,MAAM,+CAA+C,CAAC,EACvER,EAAS,EACX,CACIC,IACFA,EAAa,EACbA,EAAe,OAEnB,CAEA,IAAMO,EAA4C,CAChD,KAAKL,EAA4B,CAC/B,GAAI,CAACL,EACH,GAAI,CACF,OAAAI,EAAeC,CAAK,EACb,CAACH,CACV,OAASS,EAAP,CACA,KAAK,MAAMA,CAAU,CACvB,CAEF,MAAO,EACT,EACA,MAAMC,EAAoB,CACnBZ,IACHA,EAAW,GACXL,EAAO,MAAMiB,CAAK,EAEtB,EACA,UAAiB,CACVZ,IACCD,GACFJ,EAAO,KAAKE,EAAO,aAAaE,EAAU,EAAGA,EAAS,MAAM,CAAC,EAE/DC,EAAW,GACXL,EAAO,SAAS,EAEpB,CACF,EACA,OAAIA,EAAO,iBACTe,EAAO,eAAkBG,GAA6B,CACpDlB,EAAO,gBACLA,EAAO,eAAe,CACpB,QAAe,CACbkB,EAAY,OAAO,EACnBd,EAAW,OACXW,EAAO,SAAS,CAClB,EACA,aAAuB,CACrB,OAAOG,EAAY,YAAY,CACjC,CACF,CAAC,CACL,GAEElB,EAAO,YACTe,EAAO,UAAaI,GAAkB,CACpCX,EAAeW,CACjB,GAGKJ,CACT,CCrHA,eAAuBK,EACrBC,EACAC,EAC+B,CAC/B,IAAMC,EAASD,GAAA,KAAAA,EAAiBE,EAA0B,EACtDC,EACAC,EAAS,GAEb,cAAeC,KAASN,EAAQ,CAC9B,IAAIO,EACAC,EAAQ,EAOZ,IANIJ,GACFG,EAAQH,EAAS,OACjBE,EAAQJ,EAAO,OAAOE,EAAUE,CAAK,GAErCC,EAAQ,EAEHA,EAAQD,EAAM,QAAQ,CAC3B,IAAMG,EAAIH,EAAMC,GAChB,GAAIE,IAAM,IACR,GAAI,CAACJ,EAAQ,CAEX,IAAMK,EAAMH,EAAQ,GAAKD,EAAMC,EAAQ,KAAO,GAAKA,EAAQ,EAAIA,EAC/D,MAAML,EAAO,aAAaI,EAAOE,EAAOE,CAAG,EAC3CF,EAAQD,EAAQ,CAClB,OACSE,IAAM,KACfJ,EAAS,CAACA,GAEZE,GACF,CACIC,EAAQF,EAAM,OAChBF,EAAWF,EAAO,KAAKI,EAAOE,EAAOF,EAAM,MAAM,EAEjDF,EAAW,MAEf,CACIA,IACF,MAAMF,EAAO,aAAaE,EAAU,EAAGA,EAAS,MAAM,EAE1D,CC9CO,IAAMO,EAAN,KAAmB,CAAnB,cAKL,KAAQ,OAAS,GAKjB,IAAI,OAAiB,CACnB,OAAO,KAAK,MACd,CACA,IAAI,MAAMC,EAAc,CAClBA,GAAO,CAAC,KAAK,eACf,KAAK,aAAe,IAAI,MAAM,EAAE,GAElC,KAAK,OAASA,CAChB,CAKA,WAA0B,CACxB,YAAK,MAAQ,GACN,IACT,CAQA,UAAUC,EAA2C,CACnD,GAAIA,GAAS,KACX,YAAK,gBAAkB,EAChB,CAAC,EAEV,IAAIC,EAAa,EACbC,EAAa,EACXC,EAAS,KAAK,OAAS,KAAK,aAAe,CAAC,EAC9CC,EAAQ,EACZ,QAASC,EAAI,EAAGA,EAAIL,EAAK,OAAQK,IAAK,CACpC,IAAMC,EAAIN,EAAKK,GACf,GAAIC,IAAM,KACR,GAAIL,EAAa,IAAM,EAAG,CACxB,IAAMF,EAAM,KAAK,SAASC,EAAME,EAAYG,EAAGJ,CAAU,EACrD,KAAK,OACPE,EAAOC,KAAWL,EAElBI,EAAO,KAAKJ,CAAG,EAEjBG,EAAaG,EAAI,EACjBJ,EAAa,CACf,OACSK,IAAM,KACfL,GAEJ,CACA,IAAMF,EAAM,KAAK,SAASC,EAAME,EAAYF,EAAK,OAAQC,CAAU,EACnE,OAAI,KAAK,QACPE,EAAOC,GAASL,EAChB,KAAK,gBAAkBK,EAAQ,IAE/BD,EAAO,KAAKJ,CAAG,EACf,KAAK,gBAAkBI,EAAO,QAGzBA,CACT,CAEQ,SACNH,EACAO,EACAC,EACAP,EACQ,CACR,OAAIM,IAAUP,EAAK,OACV,GACEC,IAAe,EACjBD,EAAK,UAAUO,EAAOC,CAAG,EACvBP,IAAe,EACjBD,EAAK,UAAUO,EAAQ,EAAGC,EAAM,CAAC,EAGjCR,EAAK,UAAUO,EAAQ,EAAGC,EAAM,CAAC,EAAE,QAAQ,OAAQ,GAAG,CAEjE,CACF,ECzCA,IAAMC,EAAYC,GAAmBA,EAMxBC,EAA4D,CACvE,QAAUD,GAAoBA,IAAM,GAAK,KAAOA,IAAM,OACtD,aAAeA,GAAoBA,IAAM,GAAK,KAAO,CAACA,EACtD,KAAOA,GAAoBA,IAAM,GAAK,KAAO,CAACA,EAC9C,OAAOA,EAAgB,CACrB,OAAQA,EAAG,CACT,IAAK,GACH,OAAO,KACT,IAAK,OACH,OAAO,OAAO,kBAChB,IAAK,OACH,OAAO,OAAO,kBAChB,QACE,MAAO,CAACA,CACZ,CACF,EACA,OAAQD,EACR,aAAcA,EACd,SAAWC,GAAoBA,IAAM,GAAK,KAAOA,EACjD,mBAAqBA,GAAoBA,IAAM,GAAK,KAAOA,CAC7D,EAKME,EAAN,KAAqD,CAM5C,IAAIC,EAAoB,CAxFjC,IAAAC,EAyFI,IAAIC,EAAMF,EAAI,KAAK,OACnB,OAAKE,IAAQ,IAAMA,IAAQ,SAAc,KAAK,eAC5CA,EAAM,KAAK,gBAELD,EAAAH,EAAgB,KAAK,YAArB,KAAAG,EAAkCL,GAAUM,CAAG,CACzD,CACF,EACaC,EAAkC,OAAO,OAAO,CAC3D,MAAO,GACP,SAAU,GACV,MAAO,GACP,aAAc,GACd,MAAO,OAAO,iBACd,IAAK,IAAG,EACV,CAAC,EAMM,SAASC,GAAsC,CACpD,OAAO,IAAIL,CACb,CAOO,SAASM,GACdC,EACiB,CAxHnB,IAAAL,EAAAM,EAyHE,IAAMC,EAAS,IAAIT,EACnB,OAAAS,EAAO,MAAQ,OAAOF,EAAO,KAAK,EAClCE,EAAO,SAAWF,EAAO,SACzBE,EAAO,MAAQ,QAAQF,EAAO,KAAK,EACnCE,EAAO,cAAeP,EAAAK,EAAO,eAAP,KAAAL,EAAuB,GAC7CO,EAAO,OAAQD,EAAAD,EAAO,QAAP,KAAAC,EAAgB,EACxBC,CACT,CClGA,IAAMC,GAAuB,CAAC,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,GAAG,EAE7D,SAASC,GAAsBC,EAA6B,CACjE,OAAOF,GAAqB,SAASE,CAAU,CACjD,CAGO,IAAMC,EAAN,cAAmC,KAAM,CAE9C,YAAYC,EAAiB,CAC3B,MAAMA,CAAO,EACb,KAAK,KAAO,uBACZ,OAAO,eAAe,KAAMD,EAAqB,SAAS,CAC5D,CACF,EAKaE,EAAN,cAAwB,KAAmC,CAQhE,YACWH,EACAI,EACAC,EACTC,EACSC,EACTL,EACA,CACA,MAAM,EAPG,gBAAAF,EACA,mBAAAI,EACA,UAAAC,EAEA,iBAAAE,EAIT,UAAO,eAAe,KAAMJ,EAAU,SAAS,EAC3CD,EACF,KAAK,QAAUA,UACNG,EAAM,CACf,GAAIE,GAAA,MAAAA,EAAa,WAAW,oBAC1B,GAAI,CACF,KAAK,KAAO,KAAK,MAAMF,CAAI,EAC3B,KAAK,QAAU,KAAK,KAAK,QACzB,KAAK,KAAO,KAAK,KAAK,IACxB,OAASG,EAAP,CAEF,CAEG,KAAK,UACR,KAAK,QAAU,GAAGR,KAAcI,OAAmBC,IAEvD,MACE,KAAK,QAAU,GAAGL,KAAcI,IAElC,KAAK,KAAO,YACZ,KAAK,cAAcE,CAAU,CAC/B,CAEQ,cAAcA,EAA8C,CAC9D,OAAOA,GAAe,SAEpB,WAAW,KAAKA,CAAU,EAC5B,KAAK,YAAc,SAASA,CAAU,EAEtC,KAAK,YAAc,EAGrB,KAAK,YAAc,CAEvB,CAEA,UAAoB,CAClB,OAAOP,GAAsB,KAAK,UAAU,CAC9C,CACA,YAAqB,CACnB,OAAO,KAAK,WACd,CACF,EAGMU,GAAc,CAClB,aACA,YACA,kBACA,YACA,eACA,eACA,OACF,EAOO,SAASC,GAAiBC,EAAqB,CACpD,GAAKA,EAEE,IAAI,OAAQA,EAAc,UAAa,WAC5C,MAAO,CAAC,CAAGA,EAAc,SAA2B,EAC/C,GAAKA,EAAc,MAAQF,GAAY,SAAUE,EAAc,IAAI,EACxE,MAAO,OAJP,OAAO,GAMT,MAAO,EACT,CAKO,SAASC,EAAcD,EAAeE,EAA8B,CACzE,GAAKF,EAEE,CACL,IAAIG,EACJ,OAAI,OAAQH,EAAc,YAAe,WAC9BA,EAAc,WAA4B,GAEnDG,EAAS,EAEPD,GAAeA,EAAc,EACxBC,EAAS,KAAK,MAAM,KAAK,OAAO,EAAID,CAAW,EAE/CC,EAEX,KAbE,OAAO,EAcX,CAGO,IAAMC,EAAN,cAAmC,KAAmC,CAE3E,aAAc,CACZ,MAAM,EACN,OAAO,eAAe,KAAMA,EAAqB,SAAS,EAC1D,KAAK,KAAO,uBACZ,KAAK,QAAU,mBACjB,CACA,UAAoB,CAClB,MAAO,EACT,CACA,YAAqB,CACnB,MAAO,EACT,CACF,EAGaC,EAAN,cAAyB,KAAmC,CAEjE,aAAc,CACZ,MAAM,EACN,KAAK,KAAO,aACZ,OAAO,eAAe,KAAMA,EAAW,SAAS,EAChD,KAAK,QAAU,kBACjB,CACA,UAAoB,CAClB,MAAO,EACT,CACA,YAAqB,CACnB,MAAO,EACT,CACF,EChLO,SAASC,IAAgC,CAC9CC,EAAgB,oBAAuBC,GACrCA,IAAM,GAAK,KAAO,IAAI,KAAK,KAAK,MAAMA,CAAC,CAAC,CAC5C,CAQO,SAASC,IAAkC,CAChDF,EAAgB,oBAAuBC,GACrCA,IAAM,GAAK,KAAO,KAAK,MAAMA,CAAC,CAClC,CAKO,SAASE,IAAkC,CAChDH,EAAgB,oBAAuBC,GACrCA,IAAM,GAAK,KAAOA,CACtB,CAsCA,IAAMG,EAAN,KAAyD,CAEvD,YAAYC,EAA4B,CACtCA,EAAQ,QAAQ,CAACC,EAAKC,IAAOD,EAAI,MAAQC,CAAE,EAC3C,KAAK,QAAUF,CACjB,CACA,OAAOG,EAAeC,EAAuB,GAAuB,CAClE,QAASF,EAAI,EAAGA,EAAI,KAAK,QAAQ,OAAQA,IAAK,CAC5C,IAAMD,EAAM,KAAK,QAAQC,GACzB,GAAID,EAAI,QAAUE,EAAO,OAAOF,CAClC,CACA,GAAIG,EACF,MAAM,IAAIC,EAAqB,UAAUF,cAAkB,EAE7D,OAAOG,CACT,CACA,SAASC,EAAqC,CAC5C,IAAMC,EAAW,CAAC,EAClB,QAASN,EAAI,EAAGA,EAAI,KAAK,QAAQ,QAAUA,EAAIK,EAAI,OAAQL,IAAK,CAC9D,IAAMO,EAAS,KAAK,QAAQP,GAC5BM,EAAIC,EAAO,OAASA,EAAO,IAAIF,CAAG,CACpC,CACA,OAAOC,CACT,CACA,IAAID,EAAeE,EAAqB,CACtC,OAAO,KAAK,OAAOA,EAAQ,EAAK,EAAE,IAAIF,CAAG,CAC3C,CACF,EAOO,SAASG,EACdV,EACmB,CACnB,OAAO,IAAID,EAAsBC,CAAO,CAC1C,CClGO,SAASW,EACdC,EAC+B,CAC/B,IAAMC,EAAW,IAAIC,EAAa,EAAE,UAAU,EAC1CC,EACAC,EAAa,GACbC,EAAmB,EACnBC,EACEC,EAAwC,CAC5C,MAAMC,EAAoB,CACxBR,EAAS,MAAMQ,CAAK,CACtB,EACA,KAAKC,EAA8B,CACjC,GAAIA,IAAS,GACXL,EAAa,GACbD,EAAU,WACL,CACL,IAAMO,EAAST,EAAS,UAAUQ,CAAI,EAChCE,EAAOV,EAAS,gBACtB,GAAIG,EAAY,CAEd,GAAI,CAACD,EAAS,CACZA,EAAU,IAAI,MAAMQ,CAAI,EACxB,QAASC,EAAI,EAAGA,EAAID,EAAMC,IACxBT,EAAQS,GAAKC,EAAmB,CAEpC,CACA,GAAKH,EAAO,GAAG,WAAW,GAAG,GAatB,GAAIA,EAAO,KAAO,YACvB,QAASE,EAAI,EAAGA,EAAID,EAAMC,IACxBT,EAAQS,GAAG,SAAWF,EAAOE,WAEtBF,EAAO,KAAO,WACvB,QAASE,EAAI,EAAGA,EAAID,EAAMC,IACxBT,EAAQS,GAAG,aAAeF,EAAOE,WAE1BF,EAAO,KAAO,SACvB,QAASE,EAAI,EAAGA,EAAID,EAAMC,IACxBT,EAAQS,GAAG,MAAQF,EAAOE,GAAG,KAAO,QAvBR,CAE1BF,EAAO,KAAO,IAChBL,EAAmB,EACnBF,EAAUA,EAAQ,MAAM,CAAC,GAEzBE,EAAmB,EAErB,QAASO,EAAIP,EAAkBO,EAAID,EAAMC,IACvCT,EAAQS,EAAIP,GAAkB,MAAQK,EAAOE,GAE/CN,EAAWQ,EAAwBX,CAAO,EAC1CC,EAAa,EACf,CAaF,KACE,QAAOJ,EAAS,KAAKU,EAAO,MAAML,EAAkBM,CAAI,EAAGL,CAAQ,CAEvE,CACA,MAAO,EACT,EACA,UAAiB,CACfN,EAAS,SAAS,CACpB,CACF,EACA,OAAIA,EAAS,iBACXO,EAAO,eAAiBP,EAAS,eAAe,KAAKA,CAAQ,GAE3DA,EAAS,YACXO,EAAO,UAAYP,EAAS,UAAU,KAAKA,CAAQ,GAE9CO,CACT,CCnEA,eAAuBQ,EACrBC,EAC4B,CAC5B,IAAMC,EAAW,IAAIC,EAAa,EAAE,UAAU,EAC1CC,EACAC,EAAa,GACbC,EAAmB,EACnBC,EACJ,cAAiBC,KAAQP,EACvB,GAAIO,IAAS,GACXH,EAAa,GACbD,EAAU,WACL,CACL,IAAMK,EAASP,EAAS,UAAUM,CAAI,EAChCE,EAAOR,EAAS,gBACtB,GAAIG,EAAY,CAEd,GAAI,CAACD,EAAS,CACZA,EAAU,IAAI,MAAMM,CAAI,EACxB,QAASC,EAAI,EAAGA,EAAID,EAAMC,IACxBP,EAAQO,GAAKC,EAAmB,CAEpC,CACA,GAAKH,EAAO,GAAG,WAAW,GAAG,GAatB,GAAIA,EAAO,KAAO,YACvB,QAASE,EAAI,EAAGA,EAAID,EAAMC,IACxBP,EAAQO,GAAG,SAAWF,EAAOE,WAEtBF,EAAO,KAAO,WACvB,QAASE,EAAI,EAAGA,EAAID,EAAMC,IACxBP,EAAQO,GAAG,aAAeF,EAAOE,WAE1BF,EAAO,KAAO,SACvB,QAASE,EAAI,EAAGA,EAAID,EAAMC,IACxBP,EAAQO,GAAG,MAAQF,EAAOE,GAAG,KAAO,QAvBR,CAE1BF,EAAO,KAAO,IAChBH,EAAmB,EACnBF,EAAUA,EAAQ,MAAM,CAAC,GAEzBE,EAAmB,EAErB,QAASK,EAAIL,EAAkBK,EAAID,EAAMC,IACvCP,EAAQO,EAAIL,GAAkB,MAAQG,EAAOE,GAE/CJ,EAAWM,EAAwBT,CAAO,EAC1CC,EAAa,EACf,CAaF,MACE,KAAM,CACJ,OAAQI,EAAO,MAAMH,EAAkBI,CAAI,EAC3C,UACEH,CACJ,CAEJ,CAEJ,CClEO,SAASO,GACdC,EACAC,EACM,CACN,IAAIC,EAAS,GACTC,EAAQ,EACRC,EAAQ,EAEZ,KAAOA,EAAQJ,EAAO,QAAQ,CAC5B,IAAMK,EAAIL,EAAO,WAAWI,CAAK,EACjC,GAAIC,IAAM,IACR,GAAI,CAACH,EAAQ,CAEX,IAAMI,EACJF,EAAQ,GAAKJ,EAAO,WAAWI,EAAQ,CAAC,IAAM,GAAKA,EAAQ,EAAIA,EAEjEH,EAAO,KAAKD,EAAO,UAAUG,EAAOG,CAAG,CAAC,EACxCH,EAAQC,EAAQ,CAClB,OACSC,IAAM,KACfH,EAAS,CAACA,GAEZE,GACF,CACID,EAAQC,GACVH,EAAO,KAAKD,EAAO,UAAUG,EAAOC,CAAK,CAAC,EAE5CH,EAAO,SAAS,CAClB,CC3BO,IAAMM,GAAoB,IAG9B,OAAO,QAAW,YAAc,OAAO,YAAe,gBAAgB,ECIzE,IAAMC,EAAN,KAAgD,CAIvC,YAAYC,EAAgCC,EAAuB,CAF1E,KAAQ,SAAW,GAGjB,GAAI,CACFA,EAAS,CACP,KAAOC,GAAU,CACfF,EAAS,KAAKE,CAAK,CACrB,EACA,MAAQC,GAAM,CACZ,KAAK,SAAW,GAChBH,EAAS,MAAMG,CAAC,CAClB,EACA,SAAU,IAAM,CACd,KAAK,SAAW,GAChBH,EAAS,SAAS,CACpB,EACA,eAAiBI,GAAM,CACrB,KAAK,YAAcA,CACrB,CACF,CAAC,CACH,OAASD,EAAP,CACA,KAAK,SAAW,GAChBH,EAAS,MAAMG,CAAC,CAClB,CACF,CAEA,IAAW,QAAkB,CAC3B,OAAO,KAAK,QACd,CAEO,aAAoB,CAjD7B,IAAAE,GAkDIA,EAAA,KAAK,cAAL,MAAAA,EAAkB,SAClB,KAAK,SAAW,EAClB,CACF,EAEA,SAASC,GAAa,CAAC,CAEvB,SAASC,GAAoBP,EAA6C,CACxE,GAAM,CAAC,KAAAQ,EAAM,MAAAC,EAAO,SAAAC,CAAQ,EAAIV,EAEhC,MAAO,CACL,KAAMQ,EAAOA,EAAK,KAAKR,CAAQ,EAAIM,EACnC,MAAOG,EAAQA,EAAM,KAAKT,CAAQ,EAAIM,EACtC,SAAUI,EAAWA,EAAS,KAAKV,CAAQ,EAAIM,CACjD,CACF,CAEA,IAAqBK,EAArB,KAAiE,CACxD,YACYV,EACAW,EACjB,CAFiB,cAAAX,EACA,eAAAW,CAChB,CAEI,UACLC,EACAJ,EACAC,EACc,CACd,IAAMV,EAAWO,GACf,OAAOM,GAAmB,UAAYA,IAAmB,KACrD,CAAC,KAAMA,EAAgB,MAAAJ,EAAO,SAAAC,CAAQ,EACtCG,CACN,EAEA,OAAO,IAAId,EAAkB,KAAK,UAAUC,CAAQ,EAAG,KAAK,QAAQ,CACtE,CAEA,CAAQc,IAA0B,CAChC,OAAO,IACT,CAKF,EADkB,OAAO,WCrDlB,IAAMC,GAAwD,CACnE,QAAS,GACX,EAyFaC,EAAoC,CAC/C,YAAa,IACb,cAAe,IACf,cAAe,MACf,gBAAiB,EACjB,YAAa,EACf,EAGaC,EAAqC,CAChD,UAAW,IACX,cAAe,IACf,cAAe,IACf,YAAa,UAAY,CAAC,EAC1B,aAAc,UAAY,CAAC,EAC3B,kBAAmB,UAAY,CAAC,EAChC,WAAY,EACZ,aAAc,KACd,eAAgB,KAEhB,YAAa,IACb,cAAe,IACf,cAAe,MACf,gBAAiB,EACjB,cAAe,IACf,YAAa,EACf,EC7JA,SAASC,GACPC,EACAC,EAC2B,CAC3B,OAAO,SAAUC,EAAuB,CACtC,IAAIC,EAAS,GACTC,EAAO,EACPC,EAAI,EACR,KAAOA,EAAIH,EAAM,QAAQ,CACvB,IAAMI,EAAQN,EAAW,QAAQE,EAAMG,EAAE,EACrCC,GAAS,IACXH,GAAUD,EAAM,UAAUE,EAAMC,CAAC,EACjCF,GAAUF,EAAaK,GACvBF,EAAOC,EAAI,GAEbA,GACF,CACA,OAAID,GAAQ,EACHF,GACEE,EAAOF,EAAM,SACtBC,GAAUD,EAAM,UAAUE,EAAMF,EAAM,MAAM,GAEvCC,EACT,CACF,CACA,SAASI,GACPP,EACAC,EAC2B,CAC3B,IAAMO,EAAUT,GAAcC,EAAYC,CAAY,EACtD,OAAQC,GAA0B,IAAMM,EAAQN,CAAK,EAAI,GAC3D,CAKO,IAAMO,EAAS,CAIpB,YAAaV,GAAc;AAAA,KAAY,CAAC,MAAO,MAAO,MAAO,MAAO,KAAK,CAAC,EAI1E,OAAQQ,GAAoB,MAAO,CAAC,MAAO,MAAM,CAAC,EAKlD,IAAKR,GAAc;AAAA,KAAa,CAAC,MAAO,MAAO,MAAO,MAAO,MAAO,KAAK,CAAC,CAC5E,ECjDA,IAAMW,GAAc,YAGb,SAASC,GAAiBC,EAAuB,CAKpD,MAAO,EAEX,CACAD,GAAiB,EAAI,EAIrB,IAAIE,GAAa,KAAK,IAAI,EACtBC,GAAgB,EACpB,SAASC,IAAgB,CAsBhB,CACL,IAAMC,EAAS,KAAK,IAAI,EACpBA,IAAWH,IACbA,GAAaG,EACbF,GAAgB,GAEhBA,KAEF,IAAMC,EAAQ,OAAOD,EAAa,EAClC,OAAO,OAAOE,CAAM,EAAIC,GAAY,OAAO,EAAG,EAAIF,EAAM,MAAM,EAAIA,CACpE,CACF,CAEA,SAASG,IAAiB,CAQtB,OAAO,OAAO,KAAK,IAAI,CAAC,EAAID,GAAY,OAAO,EAAG,CAAC,CAEvD,CACA,SAASD,IAAiB,CACxB,OAAO,OAAO,KAAK,IAAI,CAAC,CAC1B,CACA,SAASG,IAAkB,CACzB,OAAO,OAAO,KAAK,MAAM,KAAK,IAAI,EAAI,GAAI,CAAC,CAC7C,CAOO,IAAMC,GAAc,CACzB,EAAGD,GACH,GAAIH,GACJ,GAAIE,GACJ,GAAIH,GACJ,QAASI,GACT,OAAQH,GACR,OAAQE,GACR,MAAOH,EACT,EAKaM,GAA0B,CACrC,EAAIC,GAAoB,GAAG,KAAK,MAAMA,EAAE,QAAQ,EAAI,GAAI,IACxD,GAAKA,GAAoB,GAAGA,EAAE,QAAQ,IACtC,GAAKA,GAAoB,GAAGA,EAAE,QAAQ,OACtC,GAAKA,GAAoB,GAAGA,EAAE,QAAQ,SACxC,EAOO,SAASC,GACdC,EACoB,CACpB,OAAIA,IAAU,OACLT,GAAM,EACJ,OAAOS,GAAU,SACnBA,EAAM,OAAS,EAAIA,EAAQ,OACzBA,aAAiB,KACnB,GAAGA,EAAM,QAAQ,UAEjB,OADE,OAAOA,GAAU,SACZ,KAAK,MAAMA,CAAK,EAEhBA,CAFiB,CAInC,CCzGO,IAAMC,GAAwB,CACnC,MAAMC,EAASC,EAAO,CAEpB,QAAQ,MAAM,UAAYD,EAASC,GAAgB,EAAE,CACvD,EACA,KAAKD,EAASC,EAAO,CAEnB,QAAQ,KAAK,SAAWD,EAASC,GAAgB,EAAE,CACrD,CACF,EACIC,EAAmBH,GAEVI,EAAc,CACzB,MAAMH,EAASC,EAAO,CACpBC,EAAS,MAAMF,EAASC,CAAK,CAC/B,EACA,KAAKD,EAASC,EAAO,CACnBC,EAAS,KAAKF,EAASC,CAAK,CAC9B,CACF,EAOO,SAASG,GAAUC,EAAwB,CAChD,IAAMC,EAAWJ,EACjB,OAAAA,EAAWG,EACJC,CACT,CCxCO,IAAMC,EAAa,OAAO,YAAY,EAmBvCC,EAAN,KAAqE,CACnE,YAAoBC,EAAmB,CAAnB,eAAAA,CAAoB,CACxC,UAAmB,CACjB,OAAO,KAAK,SACd,CACA,CAACF,IAAsB,CACrB,OAAO,KAAK,SACd,CACF,EAOA,SAASG,GAAoBC,EAAqB,CAChD,OAAO,OAAOA,GAAU,UAAY,OAAOA,EAAMJ,IAAgB,UACnE,CAQA,SAASK,EAAeD,EAAoB,CAC1C,GAAIA,GAAU,KAA6B,MAAO,GAClDA,EAAQA,EAAM,SAAS,EACvB,IAAIE,EACAC,EAAI,EACR,SAASC,GAAsB,CACzBF,IAAW,SACbA,EAASF,EAAM,UAAU,EAAGG,CAAC,EAEjC,CACA,KAAOA,EAAIH,EAAM,OAAQG,IAAK,CAC5B,IAAME,EAAIL,EAAM,OAAOG,CAAC,EACxB,OAAQE,EAAG,CACT,IAAK,KACHD,EAAc,EACdF,GAAU,MACV,MACF,IAAK;AAAA,EACHE,EAAc,EACdF,GAAU,MACV,MACF,IAAK,IACHE,EAAc,EACdF,GAAU,MACV,MACF,IAAK,IACL,IAAK,KACHE,EAAc,EACdF,EAASA,EAAS,KAAOG,EACzB,MACF,IAAK,IAEH,GAAIF,EAAI,EAAIH,EAAM,QAAUA,EAAM,OAAOG,EAAI,CAAC,IAAM,IAAK,CACvDC,EAAc,EACdD,IACAD,GAAU,OACV,KACF,CAEIA,GAAU,OACZA,GAAUG,GAEZ,MACF,QACMH,GAAU,OACZA,GAAUG,EAEhB,CACF,CACA,OAAIH,IAAW,OACNA,EAEFF,CACT,CAKO,SAASM,GAAWN,EAA+B,CACxD,OAAO,IAAIH,EAAc,IAAII,EAAeD,CAAK,IAAI,CACvD,CAQO,SAASO,GAAcP,EAAoB,CAChD,IAAMQ,EAAM,OAAOR,CAAK,EACxB,GAAI,CAAC,SAASQ,CAAG,EAAG,CAClB,GAAI,OAAOR,GAAU,SACnB,MAAO,aAAaQ,MAEtB,MAAM,IAAI,MAAM,qBAAqBR,GAAO,CAC9C,CAGA,IAAMS,EAASD,EAAI,SAAS,EACxBE,EAAS,GACb,QAAWL,KAAKI,EACd,GAAK,EAAAJ,GAAK,KAAOA,GAAK,KAAQA,GAAK,KACnC,IAAIA,IAAM,IAAK,CACbK,EAAS,GACT,QACF,CACA,MAAO,aAAaD,MAEtB,OAAOC,EAASD,EAASA,EAAS,IACpC,CAIO,SAASE,GAAUX,EAA+B,CACvD,OAAO,IAAIH,EAAcU,GAAcP,CAAK,CAAC,CAC/C,CAQO,SAASY,GAAgBZ,EAAoB,CAKlD,IAAMS,EAAS,OAAOT,CAAK,EACrBa,EAAWJ,EAAO,WAAW,GAAG,EAChCD,EAAMK,EAAWJ,EAAO,UAAU,CAAC,EAAIA,EAC7C,GAAID,EAAI,SAAW,GAAKA,EAAI,OAAS,GACnC,MAAM,IAAI,MAAM,uBAAuBC,GAAQ,EAEjD,QAAWJ,KAAKG,EACd,GAAIH,EAAI,KAAOA,EAAI,IAAK,MAAM,IAAI,MAAM,uBAAuBI,GAAQ,EAEzE,GAAID,EAAI,SAAW,GAAI,CACrB,GAAIK,GAAYL,EAAM,sBACpB,MAAM,IAAI,MAAM,+BAA+BC,GAAQ,EAEzD,GAAI,CAACI,GAAYL,EAAM,sBACrB,MAAM,IAAI,MAAM,+BAA+BC,GAAQ,CAE3D,CACA,OAAOA,CACT,CAKO,SAASK,GAAYd,EAA+B,CACzD,OAAO,IAAIH,EAAce,GAAgBZ,CAAK,CAAC,CACjD,CAEA,SAASe,GAAiBf,EAAoB,CAC5C,MAAO,YAAYC,EAAeD,CAAK,KACzC,CAKO,SAASgB,GAAahB,EAA+B,CAC1D,OAAO,IAAIH,EAAckB,GAAiBf,CAAK,CAAC,CAClD,CAKO,SAASiB,GAAajB,EAA+B,CAC1D,OAAO,IAAIH,EAAc,gBAAgBI,EAAeD,CAAK,KAAK,CACpE,CAEA,SAASkB,GAAelB,EAAoB,CAC1C,OAAIA,aAAiB,OACZA,EAAM,SAAS,EAEjB,IAAI,OAAOA,CAAK,EAAE,SAAS,CACpC,CAOO,SAASmB,GAAWnB,EAA+B,CAExD,OAAO,IAAIH,EAAcqB,GAAelB,CAAK,CAAC,CAChD,CAKO,SAASoB,GAASpB,EAA+B,CACtD,OAAIA,IAAU,QAAUA,IAAU,QACzB,IAAIH,EAAcG,CAAK,EAEzB,IAAIH,GAAe,CAAC,CAACG,GAAO,SAAS,CAAC,CAC/C,CAQO,SAASqB,GAAerB,EAA+B,CAC5D,OAAO,IAAIH,EAAc,OAAOG,CAAK,CAAC,CACxC,CAOO,SAASsB,EAAYtB,EAAoB,CAC9C,GAAIA,IAAU,OACZ,MAAO,GACF,GAAIA,IAAU,KACnB,MAAO,OACF,GAAI,OAAOA,GAAU,UAC1B,OAAOA,EAAM,SAAS,EACjB,GAAI,OAAOA,GAAU,SAC1B,MAAO,IAAIC,EAAeD,CAAK,KAC1B,GAAI,OAAOA,GAAU,SAC1B,OAAI,OAAO,cAAcA,CAAK,EACrBY,GAAgBZ,CAAK,EAEvBO,GAAcP,CAAK,EACrB,GAAI,OAAOA,GAAU,SAAU,CACpC,GAAI,OAAOA,EAAMJ,IAAgB,WAC/B,OAAOI,EAAMJ,GAAY,EACpB,GAAII,aAAiB,KAC1B,OAAOA,EAAM,YAAY,EACpB,GAAIA,aAAiB,OAC1B,OAAOkB,GAAelB,CAAK,EACtB,GAAI,MAAM,QAAQA,CAAK,EAC5B,MAAO,IAAIA,EAAM,IAAIsB,CAAW,EAAE,KAAK,GAAG,IAE9C,SAAW,OAAOtB,GAAU,SAC1B,MAAO,GAAGA,MAGZ,OAAOsB,EAAYtB,EAAM,SAAS,CAAC,CACrC,CAMO,SAASuB,GACdC,KACGC,EACiB,CACpB,GAAID,EAAQ,QAAU,GAAKC,EAAO,SAAW,EAC3C,OAAOJ,GAAeG,EAAQ,EAAE,EAElC,IAAME,EAAQ,IAAI,MAAcF,EAAQ,OAASC,EAAO,MAAM,EAC1DE,EAAY,EAChB,QAAS,EAAI,EAAG,EAAIH,EAAQ,OAAQ,IAAK,CACvC,IAAMI,EAAOJ,EAAQ,GAErB,GADAE,EAAMC,KAAeC,EACjB,EAAIH,EAAO,OAAQ,CACrB,IAAMjB,EAAMiB,EAAO,GACfI,EACJ,GACED,EAAK,SAAS,GAAG,GACjB,EAAI,EAAIJ,EAAQ,QAChBA,EAAQ,EAAI,GAAG,WAAW,GAAG,EAG7BK,EAAY5B,EAAeO,CAAG,UAE9BqB,EAAYP,EAAYd,CAAG,EACvBqB,IAAc,IAEZ,CAAC9B,GAAoBS,CAAG,EAC1B,MAAM,IAAI,MACR,kCAAkCA,gBAAkB,YAAY,OAAOA,GACzE,EAINkB,EAAMC,KAAeE,CACvB,SAAW,EAAIL,EAAQ,OAAS,EAC9B,MAAM,IAAI,MAAM,8BAA8B,CAElD,CAEA,OAAOH,GAAeK,EAAM,KAAK,EAAE,CAAC,CACtC,CCxSO,IAAMI,GAAN,KAAY,CAYjB,YAAYC,EAA0B,CAVtC,KAAQ,KAAgC,CAAC,EAEzC,KAAO,OAAkC,CAAC,EASpCA,IAAiB,KAAK,KAAOA,EACnC,CAQO,YAAYC,EAAqB,CACtC,YAAK,KAAOA,EACL,IACT,CAUO,IAAIA,EAAcC,EAAsB,CAC7C,YAAK,KAAKD,GAAQC,EACX,IACT,CASO,aAAaD,EAAcC,EAA6B,CAC7D,YAAK,OAAOD,GAAQC,EAAQ,IAAM,IAC3B,IACT,CAUO,SAASD,EAAcC,EAA4B,CACxD,IAAIC,EAMJ,GALI,OAAOD,GAAU,SACnBC,EAAMD,EAENC,EAAM,SAAS,OAAOD,CAAK,CAAC,EAE1B,MAAMC,CAAG,GAAKA,GAAO,qBAAuBA,GAAO,mBACrD,MAAM,IAAI,MAAM,oCAAoCF,QAAWC,KAAS,EAE1E,YAAK,OAAOD,GAAQ,GAAG,KAAK,MAAME,CAAG,KAC9B,IACT,CAUO,UAAUF,EAAcC,EAA4B,CACzD,GAAI,OAAOA,GAAU,SAAU,CAC7B,GAAI,MAAMA,CAAK,GAAKA,EAAQ,GAAKA,EAAQ,OAAO,iBAC9C,MAAM,IAAI,MAAM,yBAAyBD,oBAAuBC,GAAO,EAEzE,KAAK,OAAOD,GAAQ,GAAG,KAAK,MAAMC,CAAe,IACnD,KAAO,CACL,IAAME,EAAS,OAAOF,CAAK,EAC3B,QAAS,EAAI,EAAG,EAAIE,EAAO,OAAQ,IAAK,CACtC,IAAMC,EAAOD,EAAO,WAAW,CAAC,EAChC,GAAIC,EAAO,IAAMA,EAAO,GACtB,MAAM,IAAI,MACR,kDAAkD,MAAMH,GAC1D,CAEJ,CACA,GACEE,EAAO,OAAS,IACfA,EAAO,SAAW,IACjBA,EAAO,cAAc,sBAAsB,EAAI,EAEjD,MAAM,IAAI,MACR,yBAAyBH,oBAAuBG,GAClD,EAEF,KAAK,OAAOH,GAAQ,GAAGG,IACzB,CACA,OAAO,IACT,CAUO,WAAWH,EAAcC,EAA4B,CAC1D,IAAIC,EAMJ,GALI,OAAOD,GAAU,SACnBC,EAAMD,EAENC,EAAM,WAAWD,CAAK,EAEpB,CAAC,SAASC,CAAG,EACf,MAAM,IAAI,MAAM,kCAAkCF,OAAUC,GAAO,EAGrE,YAAK,OAAOD,GAAQ,OAAOE,CAAG,EACvB,IACT,CASO,YAAYF,EAAcC,EAA4B,CAC3D,OAAIA,GAAU,OACR,OAAOA,GAAU,WAAUA,EAAQ,OAAOA,CAAK,GACnD,KAAK,OAAOD,GAAQK,EAAO,OAAOJ,CAAK,GAElC,IACT,CAoBO,UAAUA,EAAkD,CACjE,YAAK,KAAOA,EACL,IACT,CAQO,eAAeK,EAAuD,CAC3E,GAAI,CAAC,KAAK,KAAM,OAChB,IAAIC,EAAa,GAUjB,GATA,OAAO,KAAK,KAAK,MAAM,EACpB,KAAK,EACL,QAASC,GAAM,CACd,GAAIA,EAAG,CACL,IAAMN,EAAM,KAAK,OAAOM,GACpBD,EAAW,OAAS,IAAGA,GAAc,KACzCA,GAAc,GAAGF,EAAO,IAAIG,CAAC,KAAKN,GACpC,CACF,CAAC,EACCK,EAAW,SAAW,EAAG,OAC7B,IAAIE,EAAW,GACTC,EACJJ,GAAYA,EAAS,YACjB,CAAC,GAAGA,EAAS,YAAa,GAAG,KAAK,IAAI,EACtC,KAAK,KACX,OAAO,KAAKI,CAAI,EACb,KAAK,EACL,QAASF,GAAM,CACd,GAAIA,EAAG,CACL,IAAMN,EAAMQ,EAAKF,GACbN,IACFO,GAAY,IACZA,GAAY,GAAGJ,EAAO,IAAIG,CAAC,KAAKH,EAAO,IAAIH,CAAG,IAElD,CACF,CAAC,EACH,IAAIS,EAAO,KAAK,KAChB,OAAIL,GAAYA,EAAS,YACvBK,EAAOL,EAAS,YAAYK,CAAI,EAEhCA,EAAOC,GAAmBD,CAAI,EAGzB,GAAGN,EAAO,YAAY,KAAK,IAAI,IAAII,KAAYF,IACpDI,IAAS,OAAY,IAAMA,EAAO,IAEtC,CAEA,UAAmB,CACjB,IAAME,EAAO,KAAK,eAAe,MAAS,EAC1C,OAAOA,GAAc,kBAAkB,KAAK,UAAU,KAAM,MAAS,GACvE,CACF,ECzOO,IAAMC,GAAN,KAAsD,CAI3D,YAAYC,EAA8C,CACxD,KAAK,QAAU,CAAC,GAAGC,EAAmC,GAAGD,CAAO,EAChE,KAAK,QAAQ,CACf,CAEA,UAAUE,EAAeC,EAAiC,CACxD,IAAMC,EAAQC,EAAcH,CAAK,EACjC,GAAIE,GAASA,EAAQ,EACnB,OAAOA,EAAQ,KAAK,MAAM,KAAK,OAAO,EAAI,KAAK,QAAQ,WAAW,EAElE,GAAID,GAAkBA,EAAiB,EAAG,CAExC,GAAI,KAAK,QAAQ,YAAa,CAE5B,IAAIC,EAAQ,KAAK,IAAI,KAAK,QAAQ,cAAe,CAAC,EAC9CE,EAAYF,EAAQ,KAAK,QAAQ,gBACrC,QAASG,EAAI,EAAGA,EAAIJ,EAAgBI,IAGlC,GAFAH,EAAQE,EACRA,EAAYA,EAAY,KAAK,QAAQ,gBACjCA,GAAa,KAAK,QAAQ,cAAe,CAC3CA,EAAY,KAAK,QAAQ,cACzB,KACF,CAEF,OACEF,EACA,KAAK,MACH,KAAK,OAAO,GAAKE,EAAYF,GAC3B,KAAK,OAAO,EAAI,KAAK,QAAQ,WACjC,CAEJ,CAEA,IAAIA,EAAQ,KAAK,IAAI,KAAK,QAAQ,cAAe,CAAC,EAClD,QAASG,EAAI,EAAGA,EAAIJ,EAAgBI,IAElC,GADAH,EAAQA,EAAQ,KAAK,QAAQ,gBACzBA,GAAS,KAAK,QAAQ,cAAe,CACvCA,EAAQ,KAAK,QAAQ,cACrB,KACF,CAEF,OAAOA,EAAQ,KAAK,MAAM,KAAK,OAAO,EAAI,KAAK,QAAQ,WAAW,CACpE,MAAW,KAAK,aACd,KAAK,aAAe,KAAK,IACvB,KAAK,IAAI,KAAK,aAAe,KAAK,QAAQ,gBAAiB,CAAC,EAC1D,KAAK,MAAM,KAAK,OAAO,EAAI,KAAK,QAAQ,WAAW,EACrD,KAAK,QAAQ,aACf,EAEA,KAAK,aACH,KAAK,QAAQ,cACb,KAAK,MAAM,KAAK,OAAO,EAAI,KAAK,QAAQ,WAAW,EAEvD,OAAO,KAAK,YAEhB,CACA,SAAgB,CACd,KAAK,aAAe,MACtB,CACF,EAOO,SAASI,GACdR,EACoB,CACpB,OAAO,IAAID,GAAkBC,CAAO,CACtC,CCxEA,SAASS,GAAoBC,EAA6C,CACxE,IAAIC,EACAC,EAAQF,EACRG,EAAgBH,EACpB,KAAOG,EAAc,MACfA,EAAc,KAAK,QAAUD,EAAM,UACrCD,EAASE,EACTD,EAAQC,EAAc,MAExBA,EAAgBA,EAAc,KAEhC,MAAO,CAACD,EAAOD,CAAM,CACvB,CAKA,IAAqBG,EAArB,KAAiC,CAM/B,YACUC,EACAC,EAKAC,EAIK,IAAG,GAChB,CAXQ,cAAAF,EACA,gBAAAC,EAKA,cAAAC,EAXV,UAAO,EACP,YAAS,GACT,KAAQ,eAAsB,MAc3B,CAEH,SACEC,EACAC,EACAC,EACAC,EACM,CAEN,GADI,KAAK,QACL,CAACH,EAAM,OAAQ,OACnB,IAAII,EAAY,KAAK,IAAI,EAAIF,EAK7B,GAJIC,EAAUC,IACZA,EAAYD,GAGV,KAAK,OAAS,KAAK,KAAOH,EAAM,OAAS,KAAK,SAAU,CAC1D,IAAMK,EAAW,KAAK,KAChBC,EAAUD,EAAW,GAC3B,EAAG,CAED,GAAM,CAACX,EAAOD,CAAM,EAAIF,GAAoB,KAAK,KAAK,EACtD,KAAK,MAAQG,EAAM,MAAM,OACrBD,EACFA,EAAO,KAAOC,EAAM,MAEpB,KAAK,MAAQA,EAAM,KACf,KAAK,OACP,KAAK,cAAc,KAAK,MAAM,UAAY,KAAK,IAAI,CAAC,GAGxDA,EAAM,KAAO,OACb,KAAK,SAASA,CAAK,CACrB,OAAS,KAAK,OAAS,KAAK,KAAOM,EAAM,OAASM,GAClDC,EAAI,MACF,gBACEF,EAAW,KAAK,oEAEhB,KAAK,iBAET,CACF,CACA,IAAMG,EAAmB,CACvB,MAAAR,EACA,WAAAC,EACA,UAAAG,EACA,QAAAD,CACF,EAEIM,EAAiC,KAAK,MACtChB,EACJ,OAAS,CACP,GAAI,CAACgB,GAAWA,EAAQ,UAAYL,EAAW,CAC7CI,EAAM,KAAOC,EACThB,EACFA,EAAO,KAAOe,GAEd,KAAK,MAAQA,EACb,KAAK,cAAcJ,EAAY,KAAK,IAAI,CAAC,GAE3C,KACF,CACAX,EAASgB,EACTA,EAAUA,EAAQ,IACpB,CACA,KAAK,MAAQT,EAAM,MACrB,CAEA,aAAqC,CACnC,GAAI,KAAK,MAAO,CACd,IAAMU,EAAU,KAAK,MACrB,YAAK,MAAQ,KAAK,MAAM,KACxBA,EAAQ,KAAO,OACf,KAAK,MAAQA,EAAQ,MAAM,OACpBA,CACT,CAEF,CAEA,cAAcR,EAAqB,CAC7B,KAAK,gBACP,aAAa,KAAK,cAAc,EAElC,KAAK,eAAiB,WAAW,IAAM,CACrC,IAAMQ,EAAU,KAAK,YAAY,EAC7BA,EACF,KAAK,WAAWA,EAAQ,MAAOA,EAAQ,WAAYA,EAAQ,OAAO,EAC/D,MAAM,IAAM,CAEb,CAAC,EACA,QAAQ,IAAM,CAET,KAAK,OACP,KAAK,cAAc,KAAK,MAAM,UAAY,KAAK,IAAI,CAAC,CAExD,CAAC,EAEH,KAAK,eAAiB,MAE1B,EAAG,KAAK,IAAIR,EAAO,CAAC,CAAC,CACvB,CAEA,MAAM,OAAuB,CAC3B,IAAIQ,EACJ,KAAQA,EAAU,KAAK,YAAY,GACjC,MAAM,KAAK,WAAWA,EAAQ,MAAOA,EAAQ,WAAYA,EAAQ,OAAO,CAE5E,CAEA,OAAgB,CACd,OAAI,KAAK,iBACP,aAAa,KAAK,cAAc,EAChC,KAAK,eAAiB,QAExB,KAAK,OAAS,GACP,KAAK,IACd,CACF,EC9Je,SAARC,GAA4BC,EAAmB,CACpD,IAAIC,EAASD,EAAE,OAEf,QAASE,EAAI,EAAGA,EAAIF,EAAE,OAAQE,IAAK,CACjC,IAAMC,EAAOH,EAAE,WAAWE,CAAC,EAEvBC,EAAO,MAEAA,GAAQ,KAAQA,GAAQ,KACjCF,IACSE,GAAQ,MAASA,GAAQ,MAC9BA,GAAQ,OAAUA,GAAQ,MAG5BF,IAEAA,GAAU,EAIZA,GAAU,EAEd,CACA,OAAOA,CACT,CCbA,IAAMG,GAAN,KAAkB,CAKhB,YACUC,EACAC,EACAC,EACAC,EACR,CAJQ,qBAAAH,EACA,mBAAAC,EACA,aAAAC,EACA,kBAAAC,EARV,YAAS,EACT,WAAQ,GASN,KAAK,MAAQ,IAAI,MAAcH,CAAe,CAChD,CAEA,IAAII,EAAsB,CACxB,IAAMC,EAAOC,GAAWF,CAAM,EAC1B,KAAK,SAAW,EAClB,KAAK,aAAa,EACT,KAAK,MAAQC,EAAO,GAAK,KAAK,eAEvC,KAAK,MAAM,EAAE,MAAOE,GAAO,CAE3B,CAAC,EAEH,KAAK,MAAM,KAAK,QAAUH,EAC1B,KAAK,SACL,KAAK,OAASC,EAAO,GAEnB,KAAK,QAAU,KAAK,iBACpB,KAAK,OAAS,KAAK,gBAEnB,KAAK,MAAM,EAAE,MAAOE,GAAO,CAE3B,CAAC,CAEL,CACA,OAAuB,CACrB,IAAMC,EAAQ,KAAK,MAAM,EACzB,OAAIA,EAAM,OAAS,EACV,KAAK,QAAQA,CAAK,EAElB,QAAQ,QAAQ,CAE3B,CACA,OAAkB,CAChB,IAAMC,EAAS,KAAK,MAAM,MAAM,EAAG,KAAK,MAAM,EAC9C,YAAK,OAAS,EACd,KAAK,MAAQ,GACNA,CACT,CACF,EAEqBC,EAArB,KAAsD,CAcpD,YACUC,EACRC,EACAC,EACAC,EACAC,EACA,CALQ,eAAAJ,EAXV,KAAQ,OAAS,GAGjB,KAAQ,eAAsB,OAc5B,KAAK,KAAO,qBAAqB,mBAC/BC,CACF,YAAY,mBAAmBC,CAAM,eAAeC,IAChDC,GAAA,MAAAA,EAAc,cAChB,KAAK,MAAQ,gBAAgB,mBAC3BA,EAAa,WACf,KAEF,KAAK,aAAe,CAClB,GAAGC,EACH,GAAGD,CACL,EACA,KAAK,YAAcE,GAAYH,GAC/B,KAAK,wBAA0BI,GAAwBJ,GACnD,KAAK,aAAa,aACpB,KAAK,eAAe,KAAK,aAAa,WAAW,EAEnD,KAAK,YAAc,CACjB,OAAQ,OACR,QAAS,CACP,eAAgB,4BAChB,GAAGC,GAAA,YAAAA,EAAc,OACnB,EACA,cAAe,KAAK,aAAa,aACnC,EAEA,IAAMI,EAAmB,IAAY,CAC/B,KAAK,aAAa,cAAgB,IACpC,KAAK,mBAAmB,EAEnB,KAAK,SACR,KAAK,eAAiB,WACpB,IACE,KAAK,UACH,KAAK,YAAY,MAAM,EACvB,KAAK,aAAa,UACpB,EAAE,MAAOZ,GAAO,CAEhB,CAAC,EACH,KAAK,aAAa,aACpB,GAGN,EAEA,KAAK,YAAc,IAAIR,GACrB,KAAK,aAAa,UAClB,KAAK,aAAa,cACjBS,IACC,KAAK,mBAAmB,EACjB,KAAK,UAAUA,EAAO,KAAK,aAAa,UAAU,GAE3DW,CACF,EACA,KAAK,UAAY,KAAK,UAAU,KAAK,IAAI,EAEzC,KAAK,cAAgBC,GAAyB,KAAK,YAAY,EAC/D,KAAK,YAAc,IAAIC,EACrB,KAAK,aAAa,eAClB,KAAK,UACL,KAAK,aAAa,iBACpB,CACF,CAEA,UACEb,EACAc,EACAC,EAAkB,KAAK,IAAI,EAAI,KAAK,aAAa,aAClC,CAEf,IAAMC,EAAqB,KACrBC,EAAiBD,EAAK,aAAa,WAAa,EAAIF,EAC1D,GAAI,CAAC,KAAK,QAAUd,EAAM,OAAS,EAAG,CACpC,GAAIe,GAAW,KAAK,IAAI,EAAG,CACzB,IAAMG,EAAQ,IAAI,MAAM,0BAA0B,EAC5CC,EAAUH,EAAK,aAAa,YAAY,KAC5CA,EACAE,EACAlB,EACAiB,EACAF,CACF,EACA,OAAII,IAGJC,EAAI,MACF,sCAAsCH,MACtCC,CACF,EACO,QAAQ,OAAOA,CAAK,EAC7B,CACA,OAAO,IAAI,QAAc,CAACG,EAASC,IAAW,CAC5C,IAAIC,EACEC,EAAY,CAChB,gBAAgBC,EAAmBC,EAA2B,CAC5DH,EAAqBG,CACvB,EACA,MAAMR,EAAoB,CAExB,IAAMC,EAAUH,EAAK,aAAa,YAAY,KAC5CA,EACAE,EACAlB,EACAiB,EACAF,CACF,EACA,GAAII,EAAS,CACXA,EAAQ,KAAKE,EAASC,CAAM,EAC5B,MACF,CAGA,GACEJ,aAAiBS,GACjBT,EAAM,MACN,OAAOA,EAAM,KAAK,OAAU,UAC5BA,EAAM,KAAK,MAAM,SAAS,gCAAgC,EAC1D,CACAE,EAAI,KAAK,8BAAgCF,EAAM,KAAK,KAAK,EACzDK,EAAqB,IACrBC,EAAU,SAAS,EACnB,MACF,CAEA,GACE,CAACR,EAAK,QACNF,EAAgB,IACf,EAAEI,aAAiBS,IACjBT,EAAoB,YAAc,KACrC,CACAE,EAAI,KACF,sCAAsCH,MACtCC,CACF,EACAF,EAAK,YAAY,SACfhB,EACAc,EAAgB,EAChBE,EAAK,cAAc,UAAUE,EAAOD,CAAc,EAClDF,CACF,EACAO,EAAOJ,CAAK,EACZ,MACF,CACAE,EAAI,MAAM,4BAA6BF,CAAK,EAC5CI,EAAOJ,CAAK,CACd,EACA,UAAiB,CAEf,GAAIK,GAAsB,KAAOA,GAAsB,KACrDP,EAAK,aAAa,aAAa,KAAKA,EAAMhB,CAAK,EAC/CgB,EAAK,cAAc,QAAQ,EAC3BK,EAAQ,MACH,CACL,IAAMO,EAAU,+CAA+CL,aACzDL,EAAQ,IAAIS,EAChBJ,EACAK,EACA,OACA,GACF,EACAV,EAAM,QAAUU,EAChBJ,EAAU,MAAMN,CAAK,CACvB,CACF,CACF,EACA,KAAK,UAAU,KACb,KAAK,KACLlB,EAAM,KAAK;AAAA,CAAI,EACf,KAAK,YACLwB,CACF,CACF,CAAC,CACH,KACE,QAAO,QAAQ,QAAQ,CAE3B,CAEQ,oBAA2B,CAC7B,KAAK,iBAAmB,SAC1B,aAAa,KAAK,cAAc,EAChC,KAAK,eAAiB,OAE1B,CAEA,YAAY5B,EAAsB,CAChC,GAAI,KAAK,OACP,MAAM,IAAI,MAAM,2BAA2B,EAE7C,KAAK,YAAY,IAAIA,CAAM,CAC7B,CACA,aAAaiC,EAAkC,CAC7C,GAAI,KAAK,OACP,MAAM,IAAI,MAAM,2BAA2B,EAE7C,QAASC,EAAI,EAAGA,EAAID,EAAQ,OAAQC,IAClC,KAAK,YAAY,IAAID,EAAQC,EAAE,CAEnC,CACA,WAAWC,EAAoB,CAC7B,GAAI,KAAK,OACP,MAAM,IAAI,MAAM,2BAA2B,EAE7C,IAAMC,EAAOD,EAAM,eAAe,IAAI,EAClCC,GAAM,KAAK,YAAY,IAAIA,CAAI,CACrC,CACA,YAAYC,EAAgC,CAC1C,GAAI,KAAK,OACP,MAAM,IAAI,MAAM,2BAA2B,EAE7C,QAASH,EAAI,EAAGA,EAAIG,EAAO,OAAQH,IAAK,CACtC,IAAME,EAAOC,EAAOH,GAAG,eAAe,IAAI,EACtCE,GAAM,KAAK,YAAY,IAAIA,CAAI,CACrC,CACF,CACA,MAAM,MAAME,EAA0C,CAEpD,GADA,MAAM,KAAK,YAAY,MAAM,EACzBA,EACF,OAAO,MAAM,KAAK,YAAY,MAAM,CAExC,CACA,OAAuB,CAWrB,OAVe,KAAK,YAAY,MAAM,EAAE,QAAQ,IAAM,CACpD,IAAMC,EAAY,KAAK,YAAY,MAAM,EACrCA,GACFf,EAAI,MACF,4BAA4Be,6CAC5B,IACF,EAEF,KAAK,OAAS,EAChB,CAAC,CAEH,CACA,SAAkB,CAChB,YAAK,mBAAmB,EACxB,KAAK,OAAS,GACP,KAAK,YAAY,MAAM,EAAI,KAAK,YAAY,MACrD,CAIA,eAAeC,EAAyC,CACtD,YAAK,YAAcA,EACZ,IACT,CACA,YAAYC,EAA+D,CACzE,OAAIA,IAAU,OACL,KAAK,YAAY,EACf,OAAOA,GAAU,SACnBA,EAAM,OAAS,EAAIA,EAAQ,OACzBA,aAAiB,KACnB,KAAK,wBAAwBA,CAAK,EAElC,OADE,OAAOA,GAAU,SACZ,KAAK,MAAMA,CAAK,EAEhBA,CAFiB,CAInC,CACF,ECnVe,SAARC,GACLC,EAAiD,CAAC,EAChC,CAClB,IAAIC,EAAQ,EACNC,EAA2B,CAC/B,KAAOC,GAA8B,CACnC,GACEF,IAAU,GACVD,EAAU,MACVG,IAAS,MACTA,IAAS,OAET,OAAOH,EAAU,KAAKG,CAAI,CAE9B,EACA,MAAQC,GAAuB,CAEzBH,IAAU,IACZA,EAAQ,EAEJD,EAAU,OAAOA,EAAU,MAAMI,CAAK,EAE9C,EACA,SAAU,IAAY,CAChBH,IAAU,IACZA,EAAQ,EAEJD,EAAU,UAAUA,EAAU,SAAS,EAE/C,EACA,gBAAiB,CAACK,EAAkBC,IAA8B,CAC5DN,EAAU,iBACZA,EAAU,gBAAgBK,EAASC,CAAU,CACjD,CACF,EACA,OAAIN,EAAU,iBACZE,EAAO,eAAiBF,EAAU,eAAe,KAAKA,CAAS,GAE7DA,EAAU,YACZE,EAAO,UAAYF,EAAU,UAAU,KAAKA,CAAS,GAEhDE,CACT,CCrCA,SAASK,GAAmBC,EAA6B,CACvD,IAAMC,EAAmB,CAAC,EAC1B,OAAAD,EAAS,QAAQ,QAAQ,CAACE,EAAeC,IAAgB,CACvD,IAAMC,EAAWH,EAAQE,GACrBC,IAAa,OACfH,EAAQE,GAAOD,EACN,MAAM,QAAQE,CAAQ,EAC/BA,EAAS,KAAKF,CAAK,EAEnBD,EAAQE,GAAO,CAACC,EAAUF,CAAK,CAEnC,CAAC,EACMD,CACT,CAKA,IAAqBI,EAArB,KAAyD,CAIvD,YAAoBC,EAAsC,CAAtC,uBAAAA,EAHpB,mBAA+BC,EAA0B,EAqPzD,KAAO,iBAIK,UAAY,CAAC,EArPvB,KAAK,eAAiB,CACpB,eAAgB,kCAEhB,GAAGD,EAAkB,OACvB,EACI,KAAK,kBAAkB,QACzB,KAAK,eAAe,cAClB,SAAW,KAAK,kBAAkB,OAEtC,KAAK,IAAM,OAAO,KAAK,kBAAkB,GAAG,EACxC,KAAK,IAAI,SAAS,GAAG,IACvB,KAAK,IAAM,KAAK,IAAI,UAAU,EAAG,KAAK,IAAI,OAAS,CAAC,GAIlD,KAAK,IAAI,SAAS,SAAS,IAC7B,KAAK,IAAM,KAAK,IAAI,UAAU,EAAG,KAAK,IAAI,OAAS,CAAgB,EACnEE,EAAI,KACF,sEAAsE,KAAK,OAC7E,EAEJ,CACA,KACEC,EACAC,EACAC,EACAC,EACM,CACN,IAAMC,EAAWC,GAA8BF,CAAS,EACpDG,EAAY,GACZC,EAAUL,EAAgB,OAC1BM,EACEC,EAAgB,IAAM,CAAC,EACzBC,EAASD,EACb,GAAIN,GAAaA,EAAU,eAAgB,CACzC,IAAMQ,EAAa,IAAI,gBAClBJ,IACHA,EAASI,EAAW,OACpBT,EAAU,CAAC,GAAGA,EAAS,OAAAK,CAAM,GAG/BA,EAAO,iBAAiB,QAAS,IAAM,CACrCG,EAAO,CACT,CAAC,EACDP,EAAU,eAAe,CACvB,QAAS,CACPG,EAAY,GACZK,EAAW,MAAM,CACnB,EACA,aAAc,CACZ,OAAOL,GAAaC,EAAO,OAC7B,CACF,CAAC,CACH,CACA,KAAK,MAAMP,EAAMC,EAAMC,CAAO,EAC3B,KAAK,MAAOX,GAAa,CAQxB,GAPIY,GAAA,MAAAA,EAAW,iBACbC,EAAS,gBACPd,GAAmBC,CAAQ,EAC3BA,EAAS,MACX,EAEF,MAAM,KAAK,qBAAqBA,CAAQ,EACpCA,EAAS,KAAM,CACjB,IAAMqB,EAASrB,EAAS,KAAK,UAAU,EACnCsB,EACJ,EAAG,CAID,GAHIL,GACF,MAAMA,EAEJF,EACF,MAGF,GADAO,EAAQ,MAAMD,EAAO,KAAK,EACtBR,EAAS,KAAKS,EAAM,KAAK,IAAM,GAAO,CACxC,IAAMC,EAAYV,EAAS,UAC3B,GAAI,CAACU,EAAW,CACd,IAAMC,EAAM,gDACZ,aAAMH,EAAO,OAAOG,CAAG,EAChB,QAAQ,OAAO,IAAI,MAAMA,CAAG,CAAC,CACtC,CACAP,EAAe,IAAI,QAASQ,GAAY,CACtCN,EAAS,IAAM,CACbM,EAAQ,EACRR,EAAe,OACfE,EAASD,CACX,EACAK,EAAUJ,CAAM,CAClB,CAAC,CACH,CACF,OAAS,CAACG,EAAM,KAClB,SAAWtB,EAAS,YAAa,CAC/B,IAAM0B,EAAS,MAAM1B,EAAS,YAAY,EAC1Ca,EAAS,KAAK,IAAI,WAAWa,CAAM,CAAC,CACtC,KAAO,CACL,IAAMC,EAAO,MAAM3B,EAAS,KAAK,EACjCa,EAAS,KAAK,IAAI,YAAY,EAAE,OAAOc,CAAI,CAAC,CAC9C,CACF,CAAC,EACA,MAAOC,GAAM,CACPb,GACHF,EAAS,MAAMe,CAAC,CAEpB,CAAC,EACA,QAAQ,IAAMf,EAAS,SAAS,CAAC,CACtC,CACA,MAAc,qBAAqBb,EAAmC,CACpE,GAAIA,EAAS,QAAU,IAAK,CAC1B,IAAI2B,EAAO,GACX,GAAI,CAEF,GADAA,EAAO,MAAM3B,EAAS,KAAK,EACvB,CAAC2B,EAAM,CACT,IAAME,EAAc7B,EAAS,QAAQ,IAAI,kBAAkB,EACvD6B,IACFF,EAAOE,EAEX,CACF,OAASD,EAAP,CACA,MAAApB,EAAI,KAAK,+BAAgCoB,CAAC,EACpC,IAAIE,EACR9B,EAAS,OACTA,EAAS,WACT,OACAA,EAAS,QAAQ,IAAI,aAAa,EAClCA,EAAS,QAAQ,IAAI,cAAc,CACrC,CACF,CACA,MAAM,IAAI8B,EACR9B,EAAS,OACTA,EAAS,WACT2B,EACA3B,EAAS,QAAQ,IAAI,aAAa,EAClCA,EAAS,QAAQ,IAAI,cAAc,CACrC,CACF,CACF,CAEA,MAAO,QACLS,EACAC,EACAC,EACmC,CAjLvC,IAAAoB,EAkLI,IAAM/B,EAAW,MAAM,KAAK,MAAMS,EAAMC,EAAMC,CAAO,EAErD,GADA,MAAM,KAAK,qBAAqBX,CAAQ,EACpCA,EAAS,KAAM,CACjB,IAAMqB,EAASrB,EAAS,KAAK,UAAU,EACvC,OAAS,CACP,GAAM,CAAC,MAAAE,EAAO,KAAA8B,CAAI,EAAI,MAAMX,EAAO,KAAK,EACxC,GAAIW,EACF,MAEF,IAAID,EAAApB,EAAQ,SAAR,MAAAoB,EAAgB,QAClB,YAAM/B,EAAS,KAAK,OAAO,EACrB,IAAIiC,EAEZ,MAAM/B,CACR,CACF,SAAWF,EAAS,YAAa,CAC/B,IAAM0B,EAAS,MAAM1B,EAAS,YAAY,EAC1C,MAAM,IAAI,WAAW0B,CAAM,CAC7B,KAAO,CACL,IAAMC,EAAO,MAAM3B,EAAS,KAAK,EACjC,MAAM,IAAI,YAAY,EAAE,OAAO2B,CAAI,CACrC,CACF,CAEA,MAAM,QACJlB,EACAC,EACAC,EACAuB,EACc,CA/MlB,IAAAH,EAAAI,EAgNI,IAAMnC,EAAW,MAAM,KAAK,MAAMS,EAAMC,EAAMC,CAAO,EAC/C,CAAC,QAAAV,CAAO,EAAID,EACZoC,EAAsBnC,EAAQ,IAAI,cAAc,GAAK,GACvDiC,GACFA,EAAgBnC,GAAmBC,CAAQ,EAAGA,EAAS,MAAM,EAG/D,MAAM,KAAK,qBAAqBA,CAAQ,EACxC,IAAMqC,GAAeF,GAAAJ,EAAApB,EAAQ,UAAR,YAAAoB,EAAiB,SAAjB,KAAAI,EAA2BC,EAChD,GAAIC,EAAa,SAAS,MAAM,EAC9B,OAAO,MAAMrC,EAAS,KAAK,EACtB,GACLqC,EAAa,SAAS,MAAM,GAC5BA,EAAa,WAAW,iBAAiB,EAEzC,OAAO,MAAMrC,EAAS,KAAK,CAE/B,CAEQ,MACNS,EACAC,EACAC,EACmB,CACnB,GAAM,CAAC,OAAA2B,EAAQ,QAAArC,KAAYsC,CAAK,EAAI5B,EAC9B6B,EAAM,GAAG,KAAK,MAAM/B,IACpBgC,EAAuB,CAC3B,OAAQH,EACR,KACEA,IAAW,OAASA,IAAW,OAC3B,OACA,OAAO5B,GAAS,SAChBA,EACA,KAAK,UAAUA,CAAI,EACzB,QAAS,CACP,GAAG,KAAK,eACR,GAAGT,CACL,EACA,YAAa,OAEb,GAAG,KAAK,kBAAkB,iBAE1B,GAAGsC,CACL,EACA,YAAK,iBAAiBE,EAAS9B,EAAS6B,CAAG,EACpC,MAAMA,EAAKC,CAAO,CAC3B,CA4BF,EC5QA,IAAMC,GAAuB,CAC3B,OAAQ,GACR,UAAW,IACX,UAAW,IACX,cAAe,IACf,YAAa,CAAC,WAAY,QAAS,SAAS,CAC9C,EAEaC,EAAN,KAAuC,CAE5C,YACUC,EACAC,EAIRC,EACA,CANQ,eAAAF,EACA,uBAAAC,EAMR,KAAK,QAAU,OAAOC,GAAQ,SAAW,CAAC,IAAAA,CAAG,EAAIA,CACnD,CAEA,KAAKC,EAA0C,CAC7C,OAAO,IAAIJ,EAAa,KAAK,UAAW,KAAK,kBAAmB,CAC9D,GAAG,KAAK,QACR,GAAGI,CACL,CAAC,CACH,CAEA,SAASC,EAA0D,CACjE,GAAM,CAAC,IAAAF,EAAK,KAAAG,EAAM,KAAAC,EAAM,QAAAC,CAAO,EAAI,KAAK,QAClCC,EAAO,qBAAqB,mBAAmBN,CAAG,IAClDO,EAAO,KAAK,UAChB,KAAK,gBAAgB,CACnB,MAAOL,EAAM,SAAS,EACtB,QAASN,GACT,KAAAO,CACF,CAAC,CACH,EACMF,EAAU,CACd,OAAQ,OACR,QAAS,CACP,eAAgB,mCAChB,kBAAmBG,EAAO,OAAS,WACnC,GAAGC,CACL,CACF,EACA,OAAO,KAAK,kBACTG,GAAa,KAAK,UAAU,KAAKF,EAAMC,EAAMN,EAASO,CAAQ,EAC/D,IAAM,KAAK,UAAU,QAAQF,EAAMC,EAAMN,CAAO,CAClD,CACF,CAEA,aAAaC,EAA2D,CACtE,OAAO,KAAK,SAASA,CAAK,EAAE,aAAa,CAC3C,CACA,YAAYA,EAAwD,CAClE,OAAO,KAAK,SAASA,CAAK,EAAE,YAAY,CAC1C,CACA,MAAMA,EAAwD,CAC5D,OAAO,KAAK,SAASA,CAAK,EAAE,MAAM,CACpC,CAEA,KAAKA,EAAqD,CACxD,OAAO,KAAK,SAASA,CAAK,EAAE,KAAK,CACnC,CAEA,WACEA,EACAM,EACM,CACN,OAAO,KAAK,SAASN,CAAK,EAAE,aAAaM,CAAQ,CACnD,CAEA,UACEN,EACAM,EACM,CACN,OAAO,KAAK,SAASN,CAAK,EAAE,YAAYM,CAAQ,CAClD,CAEA,YACEN,EACAO,EAImB,CACnB,OAAO,KAAK,SAASP,CAAK,EAAE,YAAYO,CAAS,CACnD,CAEA,aAAaP,EAA4D,CACvE,OAAO,KAAK,SAASA,CAAK,EAAE,aAAa,CAC3C,CAEA,SAASA,EAAqD,CAC5D,GAAM,CAAC,IAAAF,EAAK,KAAAG,EAAM,KAAAC,EAAM,QAAAC,CAAO,EAAI,KAAK,QACxC,OAAO,KAAK,UAAU,QACpB,qBAAqB,mBAAmBL,CAAG,IAC3C,KAAK,UACH,KAAK,gBAAgB,CACnB,MAAOE,EAAM,SAAS,EACtB,QAASN,GACT,KAAAO,CACF,CAAC,CACH,EACA,CACE,OAAQ,OACR,QAAS,CACP,OAAQ,WACR,kBAAmBC,EAAO,OAAS,WACnC,eAAgB,mCAChB,GAAGC,CACL,CACF,CACF,CACF,CAEQ,gBAAgBK,EAAmB,CAnI7C,IAAAC,EAoII,OAAI,OAAO,KAAK,QAAQ,KAAQ,aAC9BD,EAAQ,IAAM,KAAK,QAAQ,IAAI,GAGjCA,EAAQ,MAAOC,EAAA,KAAK,QAAQ,OAAb,KAAAA,EAAqB,OAC7BD,CACT,CACF,EAEOE,GAAQf,EC3HR,SAASgB,GACdC,EACAC,EACqB,CACrB,OAAOA,EAAU,SAASD,CAAM,CAClC,CAMO,IAAME,EAAN,KAA+D,CACpE,YACUC,EACAC,EACAC,EACR,CAHQ,cAAAF,EACA,4BAAAC,EACA,mBAAAC,CACP,CACH,cAAsC,CACpC,OAAOC,EAAsB,KAAK,uBAAuB,CAAC,CAC5D,CACA,aAAkC,CAChC,OAAOC,EACLD,EAAsB,KAAK,uBAAuB,CAAC,CACrD,CACF,CACA,OAA4B,CAC1B,OAAO,IAAIE,EAAgB,KAAK,SAAWC,GACzCC,EAAcD,EAAU,KAAK,aAAa,CAC5C,CACF,CAEA,MAAwB,CACtB,OAAO,IAAID,EAAgB,KAAK,SAAWC,GAClCC,EACLC,EAAc,CACZ,KAAKX,EAAQC,EAAW,CACtBQ,EAAS,KAAK,CAAC,OAAAT,EAAQ,UAAAC,CAAS,CAAC,CACnC,EACA,MAAMW,EAAG,CACPH,EAAS,MAAMG,CAAC,CAClB,EACA,UAAW,CACTH,EAAS,SAAS,CACpB,CACF,CAAC,EACD,KAAK,aACP,CACD,CACH,CAEA,aAAaI,EAA+C,CAC1D,KAAK,SAASH,EAAcG,EAAU,KAAK,aAAa,CAAC,CAC3D,CAEA,YAAYA,EAA8C,CACxD,KAAK,SAASH,EAAcC,EAAcE,CAAQ,EAAG,KAAK,aAAa,CAAC,CAC1E,CAEA,YACEC,EAGqBf,GAIF,CACnB,IAAMgB,EAAmB,CAAC,EAC1B,OAAO,IAAI,QAAQ,CAACC,EAASC,IAAW,CACtC,KAAK,YAAY,CACf,KAAKjB,EAAkBC,EAAoC,CACzD,IAAMiB,EAAQJ,EAAU,KAAK,KAAMd,EAAQC,CAAS,EAChDiB,IAAU,QACZH,EAAO,KAAKG,CAAK,CAErB,EACA,MAAMC,EAAoB,CACxBF,EAAOE,CAAK,CACd,EACA,UAAiB,CACfH,EAAQD,CAAM,CAChB,CACF,CAAC,CACH,CAAC,CACH,CAEA,cAAuC,CACrC,IAAMA,EAAwB,CAAC,EAC/B,OAAO,IAAI,QAAQ,CAACC,EAASC,IAAW,CACtC,KAAK,aAAa,CAChB,KAAKG,EAAoB,CACvBL,EAAO,KAAKK,CAAI,CAClB,EACA,MAAMD,EAAoB,CACxBF,EAAOE,CAAK,CACd,EACA,UAAiB,CACfH,EAAQD,CAAM,CAChB,CACF,CAAC,CACH,CAAC,CACH,CACF,ECpGA,IAAqBM,EAArB,KAA8B,CAY5B,YAAYC,EAAiC,CAhC/C,IAAAC,EAiCI,GAAI,OAAOD,GAAY,SACrB,KAAK,SAAW,CAAC,IAAKA,CAAO,UACpBA,IAAY,MAAQ,OAAOA,GAAY,SAChD,KAAK,SAAWA,MAEhB,OAAM,IAAIE,EAAqB,oCAAoC,EAErE,IAAMC,EAAM,KAAK,SAAS,IAC1B,GAAI,OAAOA,GAAQ,SACjB,MAAM,IAAID,EAAqB,mBAAmB,EAChDC,EAAI,SAAS,GAAG,IAAG,KAAK,SAAS,IAAMA,EAAI,UAAU,EAAGA,EAAI,OAAS,CAAC,GAC1E,KAAK,WAAYF,EAAA,KAAK,SAAS,YAAd,KAAAA,EAA2B,IAAIG,EAAc,KAAK,QAAQ,EAC3E,KAAK,mBAAqB,CACxBC,EACAC,IAEA,IAAIC,EACFF,EACAC,EACA,KAAK,UAAU,aACjB,CACJ,CAoBA,YACEE,EACAC,EACAC,EAAgC,KAChCC,EACU,CACV,OAAO,IAAIC,EACT,KAAK,UACLJ,EACAC,EACAC,EACAC,GAAA,KAAAA,EAAgB,KAAK,SAAS,YAChC,CACF,CAcA,YAAYH,EAAsC,CAChD,OAAO,IAAIK,GAAa,KAAK,UAAW,KAAK,mBAAoBL,CAAG,CACtE,CACF","names":["src_exports","__export","AbortError","DEFAULT_ConnectionOptions","DEFAULT_RetryDelayStrategyOptions","DEFAULT_WriteOptions","FLUX_VALUE","HttpError","IllegalArgumentError","InfluxDB","LineSplitter","Log","Point","RequestTimedOutError","UNKNOWN_COLUMN","canRetryHttpCall","chunksToLines","chunksToLinesIterable","consoleLogger","convertTimeToNanos","createFluxTableColumn","createFluxTableMetaData","createTextDecoderCombiner","currentTime","dateToProtocolTimestamp","escape","flux","fluxBool","fluxDateTime","fluxDuration","fluxExpression","fluxFloat","fluxInteger","fluxRegExp","fluxString","getRetryDelay","isStatusCodeRetriable","linesToRowsIterable","linesToTables","newFluxTableColumn","sanitizeFloat","sanitizeInteger","serializeDateTimeAsDate","serializeDateTimeAsNumber","serializeDateTimeAsString","setLogger","stringToLines","symbolObservable","toFluxValue","typeSerializers","useProcessHrtime","createTextDecoderCombiner","decoder","first","second","retVal","chunk","start","end","chunksToLines","target","chunkCombiner","chunks","createTextDecoderCombiner","previous","finished","quoted","paused","resumeChunks","bufferReceived","chunk","index","start","c","end","retVal","e","error","cancellable","x","chunksToLinesIterable","source","chunkCombiner","chunks","createTextDecoderCombiner","previous","quoted","chunk","index","start","c","end","LineSplitter","val","line","quoteCount","startIndex","values","count","i","c","start","end","identity","x","typeSerializers","FluxTableColumnImpl","row","_a","val","UNKNOWN_COLUMN","newFluxTableColumn","createFluxTableColumn","object","_b","retVal","retriableStatusCodes","isStatusCodeRetriable","statusCode","IllegalArgumentError","message","HttpError","statusMessage","body","retryAfter","contentType","e","RETRY_CODES","canRetryHttpCall","error","getRetryDelay","retryJitter","retVal","RequestTimedOutError","AbortError","serializeDateTimeAsDate","typeSerializers","x","serializeDateTimeAsNumber","serializeDateTimeAsString","FluxTableMetaDataImpl","columns","col","i","label","errorOnMissingColumn","IllegalArgumentError","UNKNOWN_COLUMN","row","acc","column","createFluxTableMetaData","linesToTables","consumer","splitter","LineSplitter","columns","expectMeta","firstColumnIndex","lastMeta","retVal","error","line","values","size","i","newFluxTableColumn","createFluxTableMetaData","linesToRowsIterable","source","splitter","LineSplitter","columns","expectMeta","firstColumnIndex","lastMeta","line","values","size","i","newFluxTableColumn","createFluxTableMetaData","stringToLines","source","target","quoted","start","index","c","end","symbolObservable","QuerySubscription","observer","executor","value","e","c","_a","noop","completeObserver","next","error","complete","ObservableQuery","decorator","observerOrNext","symbolObservable","DEFAULT_ConnectionOptions","DEFAULT_RetryDelayStrategyOptions","DEFAULT_WriteOptions","createEscaper","characters","replacements","value","retVal","from","i","found","createQuotedEscaper","escaper","escape","zeroPadding","useProcessHrtime","use","lastMillis","stepsInMillis","nanos","millis","zeroPadding","micros","seconds","currentTime","dateToProtocolTimestamp","d","convertTimeToNanos","value","consoleLogger","message","error","provider","Log","setLogger","logger","previous","FLUX_VALUE","FluxParameter","fluxValue","isFluxParameterLike","value","sanitizeString","retVal","i","prepareRetVal","c","fluxString","sanitizeFloat","val","strVal","hasDot","fluxFloat","sanitizeInteger","negative","fluxInteger","sanitizeDateTime","fluxDateTime","fluxDuration","sanitizeRegExp","fluxRegExp","fluxBool","fluxExpression","toFluxValue","flux","strings","values","parts","partIndex","text","sanitized","Point","measurementName","name","value","val","strVal","code","escape","settings","fieldsLine","x","tagsLine","tags","time","convertTimeToNanos","line","RetryStrategyImpl","options","DEFAULT_RetryDelayStrategyOptions","error","failedAttempts","delay","getRetryDelay","nextDelay","i","createRetryDelayStrategy","findShrinkCandidate","first","parent","found","currentParent","RetryBuffer","maxLines","retryLines","onShrink","lines","retryCount","delay","expires","retryTime","origSize","newSize","Log","toAdd","current","toRetry","utf8Length","s","retVal","i","code","WriteBuffer","maxChunkRecords","maxBatchBytes","flushFn","scheduleSend","record","size","utf8Length","_e","lines","retVal","WriteApiImpl","transport","org","bucket","precision","writeOptions","DEFAULT_WriteOptions","currentTime","dateToProtocolTimestamp","scheduleNextSend","createRetryDelayStrategy","RetryBuffer","retryAttempts","expires","self","failedAttempts","error","onRetry","Log","resolve","reject","responseStatusCode","callbacks","_headers","statusCode","HttpError","message","records","i","point","line","points","withRetryBuffer","remaining","tags","value","completeCommunicationObserver","callbacks","state","retVal","data","error","headers","statusCode","getResponseHeaders","response","headers","value","key","previous","FetchTransport","connectionOptions","createTextDecoderCombiner","Log","path","body","options","callbacks","observer","completeCommunicationObserver","cancelled","signal","pausePromise","resumeQuickly","resume","controller","reader","chunk","useResume","msg","resolve","buffer","text","e","headerError","HttpError","_a","done","AbortError","responseStarted","_b","responseContentType","responseType","method","other","url","request","DEFAULT_dialect","QueryApiImpl","transport","createCSVResponse","org","options","query","type","gzip","headers","path","body","consumer","rowMapper","request","_a","QueryApiImpl_default","defaultRowMapping","values","tableMeta","AnnotatedCSVResponseImpl","executor","iterableResultExecutor","chunkCombiner","chunksToLinesIterable","linesToRowsIterable","ObservableQuery","observer","chunksToLines","linesToTables","e","consumer","rowMapper","retVal","resolve","reject","toAdd","error","line","InfluxDB","options","_a","IllegalArgumentError","url","FetchTransport","executor","iterableResultExecutor","AnnotatedCSVResponseImpl","org","bucket","precision","writeOptions","WriteApiImpl","QueryApiImpl_default"]} \ No newline at end of file diff --git a/software/flow/node_modules/@influxdata/influxdb-client/package.json b/software/flow/node_modules/@influxdata/influxdb-client/package.json deleted file mode 100644 index 6bae579..0000000 --- a/software/flow/node_modules/@influxdata/influxdb-client/package.json +++ /dev/null @@ -1,84 +0,0 @@ -{ - "name": "@influxdata/influxdb-client", - "version": "1.33.1", - "description": "InfluxDB 2.x client", - "scripts": { - "apidoc:extract": "api-extractor run", - "build": "yarn run clean && yarn tsup --config ./tsup.config.browser.ts && yarn tsup", - "clean": "rimraf dist build coverage .nyc_output doc *.lcov reports", - "coverage": "nyc mocha --require ts-node/register 'test/**/*.test.ts' --exit", - "coverage:ci": "yarn run coverage && yarn run coverage:lcov", - "coverage:lcov": "yarn run --silent nyc report --reporter=text-lcov > coverage/coverage.lcov", - "test": "yarn run lint && yarn run typecheck && yarn run test:all", - "test:all": "mocha --require esbuild-runner/register 'test/**/*.test.ts' --exit", - "test:unit": "mocha --require esbuild-runner/register 'test/unit/**/*.test.ts' --exit", - "test:integration": "mocha --require esbuild-runner/register 'test/integration/**/*.test.ts' --exit", - "test:ci": "yarn run lint:ci && yarn run test:all --exit --reporter mocha-junit-reporter --reporter-options mochaFile=../../reports/core_mocha/test-results.xml", - "test:watch": "mocha --require esbuild-runner/register 'test/unit/**/*.test.ts' --watch-extensions ts --watch", - "typecheck": "tsc --noEmit --pretty", - "lint": "eslint 'src/**/*.ts' 'test/**/*.ts'", - "lint:ci": "yarn run lint --format junit --output-file ../../reports/core_eslint/eslint.xml", - "lint:fix": "eslint --fix 'src/**/*.ts'" - }, - "main": "dist/index.js", - "module": "dist/index.mjs", - "module:browser": "dist/index.browser.mjs", - "browser": "dist/index.browser.js", - "types": "dist/index.d.ts", - "exports": { - ".": { - "types": "./dist/index.d.ts", - "browser": { - "import": "./dist/index.browser.mjs", - "require": "./dist/index.browser.js", - "script": "./dist/influxdb.js", - "default": "./dist/index.browser.js" - }, - "deno": "./dist/index.browser.mjs", - "import": "./dist/index.mjs", - "require": "./dist/index.js" - } - }, - "homepage": "https://github.com/influxdata/influxdb-client-js", - "repository": { - "type": "git", - "url": "git+https://github.com/influxdata/influxdb-client-js", - "directory": "packages/core" - }, - "keywords": [ - "influxdb", - "influxdata" - ], - "author": { - "name": "Pavel Zavora" - }, - "license": "MIT", - "devDependencies": { - "@microsoft/api-extractor": "^7.31.0", - "@types/chai": "^4.2.5", - "@types/mocha": "^10.0.0", - "@types/sinon": "^10.0.13", - "@typescript-eslint/eslint-plugin": "^5.29.0", - "@typescript-eslint/parser": "^5.29.0", - "chai": "^4.2.0", - "esbuild": "^0.17.4", - "esbuild-runner": "^2.2.1", - "eslint": "^8.18.0", - "eslint-config-prettier": "^8.5.0", - "eslint-plugin-prettier": "^4.0.0", - "eslint-plugin-tsdoc": "^0.2.16", - "follow-redirects": "^1.14.7", - "mocha": "^10.0.0", - "mocha-junit-reporter": "^2.0.2", - "nock": "^13.2.8", - "nyc": "^15.1.0", - "prettier": "^2.7.1", - "rimraf": "^4.1.1", - "rxjs": "^7.2.0", - "sinon": "^15.0.0", - "ts-node": "^10.9.1", - "tsup": "^6.2.1", - "typescript": "^4.8.2" - }, - "gitHead": "4ffd54959e569b1696a60295eccf7985af81dcd1" -} diff --git a/software/flow/node_modules/@socket.io/component-emitter/LICENSE b/software/flow/node_modules/@socket.io/component-emitter/LICENSE deleted file mode 100644 index de51692..0000000 --- a/software/flow/node_modules/@socket.io/component-emitter/LICENSE +++ /dev/null @@ -1,24 +0,0 @@ -(The MIT License) - -Copyright (c) 2014 Component contributors <dev@component.io> - -Permission is hereby granted, free of charge, to any person -obtaining a copy of this software and associated documentation -files (the "Software"), to deal in the Software without -restriction, including without limitation the rights to use, -copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the -Software is furnished to do so, subject to the following -conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES -OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT -HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR -OTHER DEALINGS IN THE SOFTWARE. diff --git a/software/flow/node_modules/@socket.io/component-emitter/Readme.md b/software/flow/node_modules/@socket.io/component-emitter/Readme.md deleted file mode 100644 index 0f3f9b9..0000000 --- a/software/flow/node_modules/@socket.io/component-emitter/Readme.md +++ /dev/null @@ -1,74 +0,0 @@ -# Emitter [![Build Status](https://travis-ci.org/component/emitter.png)](https://travis-ci.org/component/emitter) - - Event emitter component. - -## Installation - -``` -$ component install component/emitter -``` - -## API - -### Emitter(obj) - - The `Emitter` may also be used as a mixin. For example - a "plain" object may become an emitter, or you may - extend an existing prototype. - - As an `Emitter` instance: - -```js -var Emitter = require('emitter'); -var emitter = new Emitter; -emitter.emit('something'); -``` - - As a mixin: - -```js -var Emitter = require('emitter'); -var user = { name: 'tobi' }; -Emitter(user); - -user.emit('im a user'); -``` - - As a prototype mixin: - -```js -var Emitter = require('emitter'); -Emitter(User.prototype); -``` - -### Emitter#on(event, fn) - - Register an `event` handler `fn`. - -### Emitter#once(event, fn) - - Register a single-shot `event` handler `fn`, - removed immediately after it is invoked the - first time. - -### Emitter#off(event, fn) - - * Pass `event` and `fn` to remove a listener. - * Pass `event` to remove all listeners on that event. - * Pass nothing to remove all listeners on all events. - -### Emitter#emit(event, ...) - - Emit an `event` with variable option args. - -### Emitter#listeners(event) - - Return an array of callbacks, or an empty array. - -### Emitter#hasListeners(event) - - Check if this emitter has `event` handlers. - -## License - -MIT diff --git a/software/flow/node_modules/@socket.io/component-emitter/index.d.ts b/software/flow/node_modules/@socket.io/component-emitter/index.d.ts deleted file mode 100644 index 49a74e1..0000000 --- a/software/flow/node_modules/@socket.io/component-emitter/index.d.ts +++ /dev/null @@ -1,179 +0,0 @@ -/** - * An events map is an interface that maps event names to their value, which - * represents the type of the `on` listener. - */ -export interface EventsMap { - [event: string]: any; -} - -/** - * The default events map, used if no EventsMap is given. Using this EventsMap - * is equivalent to accepting all event names, and any data. - */ -export interface DefaultEventsMap { - [event: string]: (...args: any[]) => void; -} - -/** - * Returns a union type containing all the keys of an event map. - */ -export type EventNames<Map extends EventsMap> = keyof Map & (string | symbol); - -/** The tuple type representing the parameters of an event listener */ -export type EventParams< - Map extends EventsMap, - Ev extends EventNames<Map> - > = Parameters<Map[Ev]>; - -/** - * The event names that are either in ReservedEvents or in UserEvents - */ -export type ReservedOrUserEventNames< - ReservedEventsMap extends EventsMap, - UserEvents extends EventsMap - > = EventNames<ReservedEventsMap> | EventNames<UserEvents>; - -/** - * Type of a listener of a user event or a reserved event. If `Ev` is in - * `ReservedEvents`, the reserved event listener is returned. - */ -export type ReservedOrUserListener< - ReservedEvents extends EventsMap, - UserEvents extends EventsMap, - Ev extends ReservedOrUserEventNames<ReservedEvents, UserEvents> - > = FallbackToUntypedListener< - Ev extends EventNames<ReservedEvents> - ? ReservedEvents[Ev] - : Ev extends EventNames<UserEvents> - ? UserEvents[Ev] - : never - >; - -/** - * Returns an untyped listener type if `T` is `never`; otherwise, returns `T`. - * - * This is a hack to mitigate https://github.com/socketio/socket.io/issues/3833. - * Needed because of https://github.com/microsoft/TypeScript/issues/41778 - */ -type FallbackToUntypedListener<T> = [T] extends [never] - ? (...args: any[]) => void | Promise<void> - : T; - -/** - * Strictly typed version of an `EventEmitter`. A `TypedEventEmitter` takes type - * parameters for mappings of event names to event data types, and strictly - * types method calls to the `EventEmitter` according to these event maps. - * - * @typeParam ListenEvents - `EventsMap` of user-defined events that can be - * listened to with `on` or `once` - * @typeParam EmitEvents - `EventsMap` of user-defined events that can be - * emitted with `emit` - * @typeParam ReservedEvents - `EventsMap` of reserved events, that can be - * emitted by socket.io with `emitReserved`, and can be listened to with - * `listen`. - */ -export class Emitter< - ListenEvents extends EventsMap, - EmitEvents extends EventsMap, - ReservedEvents extends EventsMap = {} - > { - /** - * Adds the `listener` function as an event listener for `ev`. - * - * @param ev Name of the event - * @param listener Callback function - */ - on<Ev extends ReservedOrUserEventNames<ReservedEvents, ListenEvents>>( - ev: Ev, - listener: ReservedOrUserListener<ReservedEvents, ListenEvents, Ev> - ): this; - - /** - * Adds a one-time `listener` function as an event listener for `ev`. - * - * @param ev Name of the event - * @param listener Callback function - */ - once<Ev extends ReservedOrUserEventNames<ReservedEvents, ListenEvents>>( - ev: Ev, - listener: ReservedOrUserListener<ReservedEvents, ListenEvents, Ev> - ): this; - - /** - * Removes the `listener` function as an event listener for `ev`. - * - * @param ev Name of the event - * @param listener Callback function - */ - off<Ev extends ReservedOrUserEventNames<ReservedEvents, ListenEvents>>( - ev?: Ev, - listener?: ReservedOrUserListener<ReservedEvents, ListenEvents, Ev> - ): this; - - /** - * Emits an event. - * - * @param ev Name of the event - * @param args Values to send to listeners of this event - */ - emit<Ev extends EventNames<EmitEvents>>( - ev: Ev, - ...args: EventParams<EmitEvents, Ev> - ): this; - - /** - * Emits a reserved event. - * - * This method is `protected`, so that only a class extending - * `StrictEventEmitter` can emit its own reserved events. - * - * @param ev Reserved event name - * @param args Arguments to emit along with the event - */ - protected emitReserved<Ev extends EventNames<ReservedEvents>>( - ev: Ev, - ...args: EventParams<ReservedEvents, Ev> - ): this; - - /** - * Returns the listeners listening to an event. - * - * @param event Event name - * @returns Array of listeners subscribed to `event` - */ - listeners<Ev extends ReservedOrUserEventNames<ReservedEvents, ListenEvents>>( - event: Ev - ): ReservedOrUserListener<ReservedEvents, ListenEvents, Ev>[]; - - /** - * Returns true if there is a listener for this event. - * - * @param event Event name - * @returns boolean - */ - hasListeners< - Ev extends ReservedOrUserEventNames<ReservedEvents, ListenEvents> - >(event: Ev): boolean; - - /** - * Removes the `listener` function as an event listener for `ev`. - * - * @param ev Name of the event - * @param listener Callback function - */ - removeListener< - Ev extends ReservedOrUserEventNames<ReservedEvents, ListenEvents> - >( - ev?: Ev, - listener?: ReservedOrUserListener<ReservedEvents, ListenEvents, Ev> - ): this; - - /** - * Removes all `listener` function as an event listener for `ev`. - * - * @param ev Name of the event - */ - removeAllListeners< - Ev extends ReservedOrUserEventNames<ReservedEvents, ListenEvents> - >(ev?: Ev): this; -} diff --git a/software/flow/node_modules/@socket.io/component-emitter/index.js b/software/flow/node_modules/@socket.io/component-emitter/index.js deleted file mode 100644 index e0d5497..0000000 --- a/software/flow/node_modules/@socket.io/component-emitter/index.js +++ /dev/null @@ -1,176 +0,0 @@ - -/** - * Expose `Emitter`. - */ - -exports.Emitter = Emitter; - -/** - * Initialize a new `Emitter`. - * - * @api public - */ - -function Emitter(obj) { - if (obj) return mixin(obj); -} - -/** - * Mixin the emitter properties. - * - * @param {Object} obj - * @return {Object} - * @api private - */ - -function mixin(obj) { - for (var key in Emitter.prototype) { - obj[key] = Emitter.prototype[key]; - } - return obj; -} - -/** - * Listen on the given `event` with `fn`. - * - * @param {String} event - * @param {Function} fn - * @return {Emitter} - * @api public - */ - -Emitter.prototype.on = -Emitter.prototype.addEventListener = function(event, fn){ - this._callbacks = this._callbacks || {}; - (this._callbacks['$' + event] = this._callbacks['$' + event] || []) - .push(fn); - return this; -}; - -/** - * Adds an `event` listener that will be invoked a single - * time then automatically removed. - * - * @param {String} event - * @param {Function} fn - * @return {Emitter} - * @api public - */ - -Emitter.prototype.once = function(event, fn){ - function on() { - this.off(event, on); - fn.apply(this, arguments); - } - - on.fn = fn; - this.on(event, on); - return this; -}; - -/** - * Remove the given callback for `event` or all - * registered callbacks. - * - * @param {String} event - * @param {Function} fn - * @return {Emitter} - * @api public - */ - -Emitter.prototype.off = -Emitter.prototype.removeListener = -Emitter.prototype.removeAllListeners = -Emitter.prototype.removeEventListener = function(event, fn){ - this._callbacks = this._callbacks || {}; - - // all - if (0 == arguments.length) { - this._callbacks = {}; - return this; - } - - // specific event - var callbacks = this._callbacks['$' + event]; - if (!callbacks) return this; - - // remove all handlers - if (1 == arguments.length) { - delete this._callbacks['$' + event]; - return this; - } - - // remove specific handler - var cb; - for (var i = 0; i < callbacks.length; i++) { - cb = callbacks[i]; - if (cb === fn || cb.fn === fn) { - callbacks.splice(i, 1); - break; - } - } - - // Remove event specific arrays for event types that no - // one is subscribed for to avoid memory leak. - if (callbacks.length === 0) { - delete this._callbacks['$' + event]; - } - - return this; -}; - -/** - * Emit `event` with the given args. - * - * @param {String} event - * @param {Mixed} ... - * @return {Emitter} - */ - -Emitter.prototype.emit = function(event){ - this._callbacks = this._callbacks || {}; - - var args = new Array(arguments.length - 1) - , callbacks = this._callbacks['$' + event]; - - for (var i = 1; i < arguments.length; i++) { - args[i - 1] = arguments[i]; - } - - if (callbacks) { - callbacks = callbacks.slice(0); - for (var i = 0, len = callbacks.length; i < len; ++i) { - callbacks[i].apply(this, args); - } - } - - return this; -}; - -// alias used for reserved events (protected method) -Emitter.prototype.emitReserved = Emitter.prototype.emit; - -/** - * Return array of callbacks for `event`. - * - * @param {String} event - * @return {Array} - * @api public - */ - -Emitter.prototype.listeners = function(event){ - this._callbacks = this._callbacks || {}; - return this._callbacks['$' + event] || []; -}; - -/** - * Check if this emitter has `event` handlers. - * - * @param {String} event - * @return {Boolean} - * @api public - */ - -Emitter.prototype.hasListeners = function(event){ - return !! this.listeners(event).length; -}; diff --git a/software/flow/node_modules/@socket.io/component-emitter/index.mjs b/software/flow/node_modules/@socket.io/component-emitter/index.mjs deleted file mode 100644 index b2e5c3f..0000000 --- a/software/flow/node_modules/@socket.io/component-emitter/index.mjs +++ /dev/null @@ -1,169 +0,0 @@ -/** - * Initialize a new `Emitter`. - * - * @api public - */ - -export function Emitter(obj) { - if (obj) return mixin(obj); -} - -/** - * Mixin the emitter properties. - * - * @param {Object} obj - * @return {Object} - * @api private - */ - -function mixin(obj) { - for (var key in Emitter.prototype) { - obj[key] = Emitter.prototype[key]; - } - return obj; -} - -/** - * Listen on the given `event` with `fn`. - * - * @param {String} event - * @param {Function} fn - * @return {Emitter} - * @api public - */ - -Emitter.prototype.on = -Emitter.prototype.addEventListener = function(event, fn){ - this._callbacks = this._callbacks || {}; - (this._callbacks['$' + event] = this._callbacks['$' + event] || []) - .push(fn); - return this; -}; - -/** - * Adds an `event` listener that will be invoked a single - * time then automatically removed. - * - * @param {String} event - * @param {Function} fn - * @return {Emitter} - * @api public - */ - -Emitter.prototype.once = function(event, fn){ - function on() { - this.off(event, on); - fn.apply(this, arguments); - } - - on.fn = fn; - this.on(event, on); - return this; -}; - -/** - * Remove the given callback for `event` or all - * registered callbacks. - * - * @param {String} event - * @param {Function} fn - * @return {Emitter} - * @api public - */ - -Emitter.prototype.off = -Emitter.prototype.removeListener = -Emitter.prototype.removeAllListeners = -Emitter.prototype.removeEventListener = function(event, fn){ - this._callbacks = this._callbacks || {}; - - // all - if (0 == arguments.length) { - this._callbacks = {}; - return this; - } - - // specific event - var callbacks = this._callbacks['$' + event]; - if (!callbacks) return this; - - // remove all handlers - if (1 == arguments.length) { - delete this._callbacks['$' + event]; - return this; - } - - // remove specific handler - var cb; - for (var i = 0; i < callbacks.length; i++) { - cb = callbacks[i]; - if (cb === fn || cb.fn === fn) { - callbacks.splice(i, 1); - break; - } - } - - // Remove event specific arrays for event types that no - // one is subscribed for to avoid memory leak. - if (callbacks.length === 0) { - delete this._callbacks['$' + event]; - } - - return this; -}; - -/** - * Emit `event` with the given args. - * - * @param {String} event - * @param {Mixed} ... - * @return {Emitter} - */ - -Emitter.prototype.emit = function(event){ - this._callbacks = this._callbacks || {}; - - var args = new Array(arguments.length - 1) - , callbacks = this._callbacks['$' + event]; - - for (var i = 1; i < arguments.length; i++) { - args[i - 1] = arguments[i]; - } - - if (callbacks) { - callbacks = callbacks.slice(0); - for (var i = 0, len = callbacks.length; i < len; ++i) { - callbacks[i].apply(this, args); - } - } - - return this; -}; - -// alias used for reserved events (protected method) -Emitter.prototype.emitReserved = Emitter.prototype.emit; - -/** - * Return array of callbacks for `event`. - * - * @param {String} event - * @return {Array} - * @api public - */ - -Emitter.prototype.listeners = function(event){ - this._callbacks = this._callbacks || {}; - return this._callbacks['$' + event] || []; -}; - -/** - * Check if this emitter has `event` handlers. - * - * @param {String} event - * @return {Boolean} - * @api public - */ - -Emitter.prototype.hasListeners = function(event){ - return !! this.listeners(event).length; -}; diff --git a/software/flow/node_modules/@socket.io/component-emitter/package.json b/software/flow/node_modules/@socket.io/component-emitter/package.json deleted file mode 100644 index c73c23d..0000000 --- a/software/flow/node_modules/@socket.io/component-emitter/package.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "name": "@socket.io/component-emitter", - "description": "Event emitter", - "version": "3.1.0", - "license": "MIT", - "devDependencies": { - "mocha": "*", - "should": "*" - }, - "component": { - "scripts": { - "emitter/index.js": "index.js" - } - }, - "main": "index.js", - "module": "index.mjs", - "types": "index.d.ts", - "repository": { - "type": "git", - "url": "https://github.com/socketio/emitter.git" - }, - "scripts": { - "test": "make test" - }, - "files": [ - "index.js", - "index.mjs", - "index.d.ts", - "LICENSE" - ] -} diff --git a/software/flow/node_modules/@types/cookie/LICENSE b/software/flow/node_modules/@types/cookie/LICENSE deleted file mode 100755 index 9e841e7..0000000 --- a/software/flow/node_modules/@types/cookie/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ - MIT License - - Copyright (c) Microsoft Corporation. - - Permission is hereby granted, free of charge, to any person obtaining a copy - of this software and associated documentation files (the "Software"), to deal - in the Software without restriction, including without limitation the rights - to use, copy, modify, merge, publish, distribute, sublicense, and/or sell - copies of the Software, and to permit persons to whom the Software is - furnished to do so, subject to the following conditions: - - The above copyright notice and this permission notice shall be included in all - copies or substantial portions of the Software. - - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE - SOFTWARE diff --git a/software/flow/node_modules/@types/cookie/README.md b/software/flow/node_modules/@types/cookie/README.md deleted file mode 100755 index b6b6998..0000000 --- a/software/flow/node_modules/@types/cookie/README.md +++ /dev/null @@ -1,16 +0,0 @@ -# Installation -> `npm install --save @types/cookie` - -# Summary -This package contains type definitions for cookie (https://github.com/jshttp/cookie). - -# Details -Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cookie. - -### Additional Details - * Last updated: Tue, 06 Jul 2021 20:32:30 GMT - * Dependencies: none - * Global values: none - -# Credits -These definitions were written by [Pine Mizune](https://github.com/pine), and [Piotr Błażejewicz](https://github.com/peterblazejewicz). diff --git a/software/flow/node_modules/@types/cookie/index.d.ts b/software/flow/node_modules/@types/cookie/index.d.ts deleted file mode 100755 index a9690c3..0000000 --- a/software/flow/node_modules/@types/cookie/index.d.ts +++ /dev/null @@ -1,135 +0,0 @@ -// Type definitions for cookie 0.4 -// Project: https://github.com/jshttp/cookie -// Definitions by: Pine Mizune <https://github.com/pine> -// Piotr Błażejewicz <https://github.com/peterblazejewicz> -// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped - -/** - * Basic HTTP cookie parser and serializer for HTTP servers. - */ - -/** - * Additional serialization options - */ -export interface CookieSerializeOptions { - /** - * Specifies the value for the {@link https://tools.ietf.org/html/rfc6265#section-5.2.3|Domain Set-Cookie attribute}. By default, no - * domain is set, and most clients will consider the cookie to apply to only - * the current domain. - */ - domain?: string | undefined; - - /** - * Specifies a function that will be used to encode a cookie's value. Since - * value of a cookie has a limited character set (and must be a simple - * string), this function can be used to encode a value into a string suited - * for a cookie's value. - * - * The default function is the global `encodeURIComponent`, which will - * encode a JavaScript string into UTF-8 byte sequences and then URL-encode - * any that fall outside of the cookie range. - */ - encode?(value: string): string; - - /** - * Specifies the `Date` object to be the value for the {@link https://tools.ietf.org/html/rfc6265#section-5.2.1|`Expires` `Set-Cookie` attribute}. By default, - * no expiration is set, and most clients will consider this a "non-persistent cookie" and will delete - * it on a condition like exiting a web browser application. - * - * *Note* the {@link https://tools.ietf.org/html/rfc6265#section-5.3|cookie storage model specification} - * states that if both `expires` and `maxAge` are set, then `maxAge` takes precedence, but it is - * possible not all clients by obey this, so if both are set, they should - * point to the same date and time. - */ - expires?: Date | undefined; - /** - * Specifies the boolean value for the {@link https://tools.ietf.org/html/rfc6265#section-5.2.6|`HttpOnly` `Set-Cookie` attribute}. - * When truthy, the `HttpOnly` attribute is set, otherwise it is not. By - * default, the `HttpOnly` attribute is not set. - * - * *Note* be careful when setting this to true, as compliant clients will - * not allow client-side JavaScript to see the cookie in `document.cookie`. - */ - httpOnly?: boolean | undefined; - /** - * Specifies the number (in seconds) to be the value for the `Max-Age` - * `Set-Cookie` attribute. The given number will be converted to an integer - * by rounding down. By default, no maximum age is set. - * - * *Note* the {@link https://tools.ietf.org/html/rfc6265#section-5.3|cookie storage model specification} - * states that if both `expires` and `maxAge` are set, then `maxAge` takes precedence, but it is - * possible not all clients by obey this, so if both are set, they should - * point to the same date and time. - */ - maxAge?: number | undefined; - /** - * Specifies the value for the {@link https://tools.ietf.org/html/rfc6265#section-5.2.4|`Path` `Set-Cookie` attribute}. - * By default, the path is considered the "default path". - */ - path?: string | undefined; - /** - * Specifies the boolean or string to be the value for the {@link https://tools.ietf.org/html/draft-ietf-httpbis-rfc6265bis-03#section-4.1.2.7|`SameSite` `Set-Cookie` attribute}. - * - * - `true` will set the `SameSite` attribute to `Strict` for strict same - * site enforcement. - * - `false` will not set the `SameSite` attribute. - * - `'lax'` will set the `SameSite` attribute to Lax for lax same site - * enforcement. - * - `'strict'` will set the `SameSite` attribute to Strict for strict same - * site enforcement. - * - `'none'` will set the SameSite attribute to None for an explicit - * cross-site cookie. - * - * More information about the different enforcement levels can be found in {@link https://tools.ietf.org/html/draft-ietf-httpbis-rfc6265bis-03#section-4.1.2.7|the specification}. - * - * *note* This is an attribute that has not yet been fully standardized, and may change in the future. This also means many clients may ignore this attribute until they understand it. - */ - sameSite?: true | false | 'lax' | 'strict' | 'none' | undefined; - /** - * Specifies the boolean value for the {@link https://tools.ietf.org/html/rfc6265#section-5.2.5|`Secure` `Set-Cookie` attribute}. When truthy, the - * `Secure` attribute is set, otherwise it is not. By default, the `Secure` attribute is not set. - * - * *Note* be careful when setting this to `true`, as compliant clients will - * not send the cookie back to the server in the future if the browser does - * not have an HTTPS connection. - */ - secure?: boolean | undefined; -} - -/** - * Additional parsing options - */ -export interface CookieParseOptions { - /** - * Specifies a function that will be used to decode a cookie's value. Since - * the value of a cookie has a limited character set (and must be a simple - * string), this function can be used to decode a previously-encoded cookie - * value into a JavaScript string or other object. - * - * The default function is the global `decodeURIComponent`, which will decode - * any URL-encoded sequences into their byte representations. - * - * *Note* if an error is thrown from this function, the original, non-decoded - * cookie value will be returned as the cookie's value. - */ - decode?(value: string): string; -} - -/** - * Parse an HTTP Cookie header string and returning an object of all cookie - * name-value pairs. - * - * @param str the string representing a `Cookie` header value - * @param [options] object containing parsing options - */ -export function parse(str: string, options?: CookieParseOptions): { [key: string]: string }; - -/** - * Serialize a cookie name-value pair into a `Set-Cookie` header string. - * - * @param name the name for the cookie - * @param value value to set the cookie to - * @param [options] object containing serialization options - * @throws {TypeError} when `maxAge` options is invalid - */ -export function serialize(name: string, value: string, options?: CookieSerializeOptions): string; diff --git a/software/flow/node_modules/@types/cookie/package.json b/software/flow/node_modules/@types/cookie/package.json deleted file mode 100755 index 4aae1e4..0000000 --- a/software/flow/node_modules/@types/cookie/package.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "name": "@types/cookie", - "version": "0.4.1", - "description": "TypeScript definitions for cookie", - "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cookie", - "license": "MIT", - "contributors": [ - { - "name": "Pine Mizune", - "url": "https://github.com/pine", - "githubUsername": "pine" - }, - { - "name": "Piotr Błażejewicz", - "url": "https://github.com/peterblazejewicz", - "githubUsername": "peterblazejewicz" - } - ], - "main": "", - "types": "index.d.ts", - "repository": { - "type": "git", - "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", - "directory": "types/cookie" - }, - "scripts": {}, - "dependencies": {}, - "typesPublisherContentHash": "7d4a6dd505c896319459ae131b5fa8fc0a2ed25552db53dac87946119bb21559", - "typeScriptVersion": "3.6" -} \ No newline at end of file diff --git a/software/flow/node_modules/@types/cors/LICENSE b/software/flow/node_modules/@types/cors/LICENSE deleted file mode 100755 index 9e841e7..0000000 --- a/software/flow/node_modules/@types/cors/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ - MIT License - - Copyright (c) Microsoft Corporation. - - Permission is hereby granted, free of charge, to any person obtaining a copy - of this software and associated documentation files (the "Software"), to deal - in the Software without restriction, including without limitation the rights - to use, copy, modify, merge, publish, distribute, sublicense, and/or sell - copies of the Software, and to permit persons to whom the Software is - furnished to do so, subject to the following conditions: - - The above copyright notice and this permission notice shall be included in all - copies or substantial portions of the Software. - - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE - SOFTWARE diff --git a/software/flow/node_modules/@types/cors/README.md b/software/flow/node_modules/@types/cors/README.md deleted file mode 100755 index ca5bf9a..0000000 --- a/software/flow/node_modules/@types/cors/README.md +++ /dev/null @@ -1,80 +0,0 @@ -# Installation -> `npm install --save @types/cors` - -# Summary -This package contains type definitions for cors (https://github.com/expressjs/cors/). - -# Details -Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cors. -## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cors/index.d.ts) -````ts -// Type definitions for cors 2.8 -// Project: https://github.com/expressjs/cors/ -// Definitions by: Alan Plum <https://github.com/pluma> -// Gaurav Sharma <https://github.com/gtpan77> -// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 2.3 - -/// <reference types="node" /> - -import { IncomingHttpHeaders } from 'http'; - -type StaticOrigin = boolean | string | RegExp | (boolean | string | RegExp)[]; - -type CustomOrigin = (requestOrigin: string | undefined, callback: (err: Error | null, origin?: StaticOrigin) => void) => void; - -declare namespace e { - interface CorsRequest { - method?: string | undefined; - headers: IncomingHttpHeaders; - } - interface CorsOptions { - /** - * @default '*'' - */ - origin?: StaticOrigin | CustomOrigin | undefined; - /** - * @default 'GET,HEAD,PUT,PATCH,POST,DELETE' - */ - methods?: string | string[] | undefined; - allowedHeaders?: string | string[] | undefined; - exposedHeaders?: string | string[] | undefined; - credentials?: boolean | undefined; - maxAge?: number | undefined; - /** - * @default false - */ - preflightContinue?: boolean | undefined; - /** - * @default 204 - */ - optionsSuccessStatus?: number | undefined; - } - type CorsOptionsDelegate<T extends CorsRequest = CorsRequest> = ( - req: T, - callback: (err: Error | null, options?: CorsOptions) => void, - ) => void; -} - -declare function e<T extends e.CorsRequest = e.CorsRequest>( - options?: e.CorsOptions | e.CorsOptionsDelegate<T>, -): ( - req: T, - res: { - statusCode?: number | undefined; - setHeader(key: string, value: string): any; - end(): any; - }, - next: (err?: any) => any, -) => void; -export = e; - -```` - -### Additional Details - * Last updated: Mon, 05 Dec 2022 07:33:01 GMT - * Dependencies: [@types/node](https://npmjs.com/package/@types/node) - * Global values: none - -# Credits -These definitions were written by [Alan Plum](https://github.com/pluma), and [Gaurav Sharma](https://github.com/gtpan77). diff --git a/software/flow/node_modules/@types/cors/index.d.ts b/software/flow/node_modules/@types/cors/index.d.ts deleted file mode 100755 index b578948..0000000 --- a/software/flow/node_modules/@types/cors/index.d.ts +++ /dev/null @@ -1,60 +0,0 @@ -// Type definitions for cors 2.8 -// Project: https://github.com/expressjs/cors/ -// Definitions by: Alan Plum <https://github.com/pluma> -// Gaurav Sharma <https://github.com/gtpan77> -// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 2.3 - -/// <reference types="node" /> - -import { IncomingHttpHeaders } from 'http'; - -type StaticOrigin = boolean | string | RegExp | (boolean | string | RegExp)[]; - -type CustomOrigin = (requestOrigin: string | undefined, callback: (err: Error | null, origin?: StaticOrigin) => void) => void; - -declare namespace e { - interface CorsRequest { - method?: string | undefined; - headers: IncomingHttpHeaders; - } - interface CorsOptions { - /** - * @default '*'' - */ - origin?: StaticOrigin | CustomOrigin | undefined; - /** - * @default 'GET,HEAD,PUT,PATCH,POST,DELETE' - */ - methods?: string | string[] | undefined; - allowedHeaders?: string | string[] | undefined; - exposedHeaders?: string | string[] | undefined; - credentials?: boolean | undefined; - maxAge?: number | undefined; - /** - * @default false - */ - preflightContinue?: boolean | undefined; - /** - * @default 204 - */ - optionsSuccessStatus?: number | undefined; - } - type CorsOptionsDelegate<T extends CorsRequest = CorsRequest> = ( - req: T, - callback: (err: Error | null, options?: CorsOptions) => void, - ) => void; -} - -declare function e<T extends e.CorsRequest = e.CorsRequest>( - options?: e.CorsOptions | e.CorsOptionsDelegate<T>, -): ( - req: T, - res: { - statusCode?: number | undefined; - setHeader(key: string, value: string): any; - end(): any; - }, - next: (err?: any) => any, -) => void; -export = e; diff --git a/software/flow/node_modules/@types/cors/package.json b/software/flow/node_modules/@types/cors/package.json deleted file mode 100755 index d132dce..0000000 --- a/software/flow/node_modules/@types/cors/package.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "@types/cors", - "version": "2.8.13", - "description": "TypeScript definitions for cors", - "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cors", - "license": "MIT", - "contributors": [ - { - "name": "Alan Plum", - "url": "https://github.com/pluma", - "githubUsername": "pluma" - }, - { - "name": "Gaurav Sharma", - "url": "https://github.com/gtpan77", - "githubUsername": "gtpan77" - } - ], - "main": "", - "types": "index.d.ts", - "repository": { - "type": "git", - "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", - "directory": "types/cors" - }, - "scripts": {}, - "dependencies": { - "@types/node": "*" - }, - "typesPublisherContentHash": "7979c95081a89c6479dfb9a9a432965c861677edef9443df6d4a871a5db924c4", - "typeScriptVersion": "4.2" -} \ No newline at end of file diff --git a/software/flow/node_modules/@types/node/LICENSE b/software/flow/node_modules/@types/node/LICENSE deleted file mode 100755 index 9e841e7..0000000 --- a/software/flow/node_modules/@types/node/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ - MIT License - - Copyright (c) Microsoft Corporation. - - Permission is hereby granted, free of charge, to any person obtaining a copy - of this software and associated documentation files (the "Software"), to deal - in the Software without restriction, including without limitation the rights - to use, copy, modify, merge, publish, distribute, sublicense, and/or sell - copies of the Software, and to permit persons to whom the Software is - furnished to do so, subject to the following conditions: - - The above copyright notice and this permission notice shall be included in all - copies or substantial portions of the Software. - - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE - SOFTWARE diff --git a/software/flow/node_modules/@types/node/README.md b/software/flow/node_modules/@types/node/README.md deleted file mode 100755 index 06d188a..0000000 --- a/software/flow/node_modules/@types/node/README.md +++ /dev/null @@ -1,16 +0,0 @@ -# Installation -> `npm install --save @types/node` - -# Summary -This package contains type definitions for Node.js (https://nodejs.org/). - -# Details -Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node. - -### Additional Details - * Last updated: Fri, 17 Feb 2023 20:32:39 GMT - * Dependencies: none - * Global values: `AbortController`, `AbortSignal`, `__dirname`, `__filename`, `console`, `exports`, `gc`, `global`, `module`, `process`, `require`, `structuredClone` - -# Credits -These definitions were written by [Microsoft TypeScript](https://github.com/Microsoft), [DefinitelyTyped](https://github.com/DefinitelyTyped), [Alberto Schiabel](https://github.com/jkomyno), [Alvis HT Tang](https://github.com/alvis), [Andrew Makarov](https://github.com/r3nya), [Benjamin Toueg](https://github.com/btoueg), [Chigozirim C.](https://github.com/smac89), [David Junger](https://github.com/touffy), [Deividas Bakanas](https://github.com/DeividasBakanas), [Eugene Y. Q. Shen](https://github.com/eyqs), [Hannes Magnusson](https://github.com/Hannes-Magnusson-CK), [Huw](https://github.com/hoo29), [Kelvin Jin](https://github.com/kjin), [Klaus Meinhardt](https://github.com/ajafff), [Lishude](https://github.com/islishude), [Mariusz Wiktorczyk](https://github.com/mwiktorczyk), [Mohsen Azimi](https://github.com/mohsen1), [Nicolas Even](https://github.com/n-e), [Nikita Galkin](https://github.com/galkin), [Parambir Singh](https://github.com/parambirs), [Sebastian Silbermann](https://github.com/eps1lon), [Simon Schick](https://github.com/SimonSchick), [Thomas den Hollander](https://github.com/ThomasdenH), [Wilco Bakker](https://github.com/WilcoBakker), [wwwy3y3](https://github.com/wwwy3y3), [Samuel Ainsworth](https://github.com/samuela), [Kyle Uehlein](https://github.com/kuehlein), [Thanik Bhongbhibhat](https://github.com/bhongy), [Marcin Kopacz](https://github.com/chyzwar), [Trivikram Kamat](https://github.com/trivikr), [Junxiao Shi](https://github.com/yoursunny), [Ilia Baryshnikov](https://github.com/qwelias), [ExE Boss](https://github.com/ExE-Boss), [Piotr Błażejewicz](https://github.com/peterblazejewicz), [Anna Henningsen](https://github.com/addaleax), [Victor Perin](https://github.com/victorperin), [Yongsheng Zhang](https://github.com/ZYSzys), [NodeJS Contributors](https://github.com/NodeJS), [Linus Unnebäck](https://github.com/LinusU), [wafuwafu13](https://github.com/wafuwafu13), [Matteo Collina](https://github.com/mcollina), and [Dmitry Semigradsky](https://github.com/Semigradsky). diff --git a/software/flow/node_modules/@types/node/assert.d.ts b/software/flow/node_modules/@types/node/assert.d.ts deleted file mode 100755 index e8595e6..0000000 --- a/software/flow/node_modules/@types/node/assert.d.ts +++ /dev/null @@ -1,961 +0,0 @@ -/** - * The `assert` module provides a set of assertion functions for verifying - * invariants. - * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/assert.js) - */ -declare module 'assert' { - /** - * An alias of {@link ok}. - * @since v0.5.9 - * @param value The input that is checked for being truthy. - */ - function assert(value: unknown, message?: string | Error): asserts value; - namespace assert { - /** - * Indicates the failure of an assertion. All errors thrown by the `assert` module - * will be instances of the `AssertionError` class. - */ - class AssertionError extends Error { - actual: unknown; - expected: unknown; - operator: string; - generatedMessage: boolean; - code: 'ERR_ASSERTION'; - constructor(options?: { - /** If provided, the error message is set to this value. */ - message?: string | undefined; - /** The `actual` property on the error instance. */ - actual?: unknown | undefined; - /** The `expected` property on the error instance. */ - expected?: unknown | undefined; - /** The `operator` property on the error instance. */ - operator?: string | undefined; - /** If provided, the generated stack trace omits frames before this function. */ - // tslint:disable-next-line:ban-types - stackStartFn?: Function | undefined; - }); - } - /** - * This feature is currently experimental and behavior might still change. - * @since v14.2.0, v12.19.0 - * @experimental - */ - class CallTracker { - /** - * The wrapper function is expected to be called exactly `exact` times. If the - * function has not been called exactly `exact` times when `tracker.verify()` is called, then `tracker.verify()` will throw an - * error. - * - * ```js - * import assert from 'assert'; - * - * // Creates call tracker. - * const tracker = new assert.CallTracker(); - * - * function func() {} - * - * // Returns a function that wraps func() that must be called exact times - * // before tracker.verify(). - * const callsfunc = tracker.calls(func); - * ``` - * @since v14.2.0, v12.19.0 - * @param [fn='A no-op function'] - * @param [exact=1] - * @return that wraps `fn`. - */ - calls(exact?: number): () => void; - calls<Func extends (...args: any[]) => any>(fn?: Func, exact?: number): Func; - /** - * Example: - * - * ```js - * import assert from 'node:assert'; - * - * const tracker = new assert.CallTracker(); - * - * function func() {} - * const callsfunc = tracker.calls(func); - * callsfunc(1, 2, 3); - * - * assert.deepStrictEqual(tracker.getCalls(callsfunc), - * [{ thisArg: this, arguments: [1, 2, 3 ] }]); - * ``` - * - * @since v18.8.0, v16.18.0 - * @params fn - * @returns An Array with the calls to a tracked function. - */ - getCalls(fn: Function): CallTrackerCall[]; - /** - * The arrays contains information about the expected and actual number of calls of - * the functions that have not been called the expected number of times. - * - * ```js - * import assert from 'assert'; - * - * // Creates call tracker. - * const tracker = new assert.CallTracker(); - * - * function func() {} - * - * function foo() {} - * - * // Returns a function that wraps func() that must be called exact times - * // before tracker.verify(). - * const callsfunc = tracker.calls(func, 2); - * - * // Returns an array containing information on callsfunc() - * tracker.report(); - * // [ - * // { - * // message: 'Expected the func function to be executed 2 time(s) but was - * // executed 0 time(s).', - * // actual: 0, - * // expected: 2, - * // operator: 'func', - * // stack: stack trace - * // } - * // ] - * ``` - * @since v14.2.0, v12.19.0 - * @return of objects containing information about the wrapper functions returned by `calls`. - */ - report(): CallTrackerReportInformation[]; - /** - * Reset calls of the call tracker. - * If a tracked function is passed as an argument, the calls will be reset for it. - * If no arguments are passed, all tracked functions will be reset. - * - * ```js - * import assert from 'node:assert'; - * - * const tracker = new assert.CallTracker(); - * - * function func() {} - * const callsfunc = tracker.calls(func); - * - * callsfunc(); - * // Tracker was called once - * tracker.getCalls(callsfunc).length === 1; - * - * tracker.reset(callsfunc); - * tracker.getCalls(callsfunc).length === 0; - * ``` - * - * @since v18.8.0, v16.18.0 - * @param fn a tracked function to reset. - */ - reset(fn?: Function): void; - /** - * Iterates through the list of functions passed to `tracker.calls()` and will throw an error for functions that - * have not been called the expected number of times. - * - * ```js - * import assert from 'assert'; - * - * // Creates call tracker. - * const tracker = new assert.CallTracker(); - * - * function func() {} - * - * // Returns a function that wraps func() that must be called exact times - * // before tracker.verify(). - * const callsfunc = tracker.calls(func, 2); - * - * callsfunc(); - * - * // Will throw an error since callsfunc() was only called once. - * tracker.verify(); - * ``` - * @since v14.2.0, v12.19.0 - */ - verify(): void; - } - interface CallTrackerCall { - thisArg: object; - arguments: unknown[]; - } - interface CallTrackerReportInformation { - message: string; - /** The actual number of times the function was called. */ - actual: number; - /** The number of times the function was expected to be called. */ - expected: number; - /** The name of the function that is wrapped. */ - operator: string; - /** A stack trace of the function. */ - stack: object; - } - type AssertPredicate = RegExp | (new () => object) | ((thrown: unknown) => boolean) | object | Error; - /** - * Throws an `AssertionError` with the provided error message or a default - * error message. If the `message` parameter is an instance of an `Error` then - * it will be thrown instead of the `AssertionError`. - * - * ```js - * import assert from 'assert/strict'; - * - * assert.fail(); - * // AssertionError [ERR_ASSERTION]: Failed - * - * assert.fail('boom'); - * // AssertionError [ERR_ASSERTION]: boom - * - * assert.fail(new TypeError('need array')); - * // TypeError: need array - * ``` - * - * Using `assert.fail()` with more than two arguments is possible but deprecated. - * See below for further details. - * @since v0.1.21 - * @param [message='Failed'] - */ - function fail(message?: string | Error): never; - /** @deprecated since v10.0.0 - use fail([message]) or other assert functions instead. */ - function fail( - actual: unknown, - expected: unknown, - message?: string | Error, - operator?: string, - // tslint:disable-next-line:ban-types - stackStartFn?: Function - ): never; - /** - * Tests if `value` is truthy. It is equivalent to`assert.equal(!!value, true, message)`. - * - * If `value` is not truthy, an `AssertionError` is thrown with a `message`property set equal to the value of the `message` parameter. If the `message`parameter is `undefined`, a default - * error message is assigned. If the `message`parameter is an instance of an `Error` then it will be thrown instead of the`AssertionError`. - * If no arguments are passed in at all `message` will be set to the string:`` 'No value argument passed to `assert.ok()`' ``. - * - * Be aware that in the `repl` the error message will be different to the one - * thrown in a file! See below for further details. - * - * ```js - * import assert from 'assert/strict'; - * - * assert.ok(true); - * // OK - * assert.ok(1); - * // OK - * - * assert.ok(); - * // AssertionError: No value argument passed to `assert.ok()` - * - * assert.ok(false, 'it\'s false'); - * // AssertionError: it's false - * - * // In the repl: - * assert.ok(typeof 123 === 'string'); - * // AssertionError: false == true - * - * // In a file (e.g. test.js): - * assert.ok(typeof 123 === 'string'); - * // AssertionError: The expression evaluated to a falsy value: - * // - * // assert.ok(typeof 123 === 'string') - * - * assert.ok(false); - * // AssertionError: The expression evaluated to a falsy value: - * // - * // assert.ok(false) - * - * assert.ok(0); - * // AssertionError: The expression evaluated to a falsy value: - * // - * // assert.ok(0) - * ``` - * - * ```js - * import assert from 'assert/strict'; - * - * // Using `assert()` works the same: - * assert(0); - * // AssertionError: The expression evaluated to a falsy value: - * // - * // assert(0) - * ``` - * @since v0.1.21 - */ - function ok(value: unknown, message?: string | Error): asserts value; - /** - * **Strict assertion mode** - * - * An alias of {@link strictEqual}. - * - * **Legacy assertion mode** - * - * > Stability: 3 - Legacy: Use {@link strictEqual} instead. - * - * Tests shallow, coercive equality between the `actual` and `expected` parameters - * using the [`==` operator](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Equality). `NaN` is specially handled - * and treated as being identical if both sides are `NaN`. - * - * ```js - * import assert from 'assert'; - * - * assert.equal(1, 1); - * // OK, 1 == 1 - * assert.equal(1, '1'); - * // OK, 1 == '1' - * assert.equal(NaN, NaN); - * // OK - * - * assert.equal(1, 2); - * // AssertionError: 1 == 2 - * assert.equal({ a: { b: 1 } }, { a: { b: 1 } }); - * // AssertionError: { a: { b: 1 } } == { a: { b: 1 } } - * ``` - * - * If the values are not equal, an `AssertionError` is thrown with a `message`property set equal to the value of the `message` parameter. If the `message`parameter is undefined, a default - * error message is assigned. If the `message`parameter is an instance of an `Error` then it will be thrown instead of the`AssertionError`. - * @since v0.1.21 - */ - function equal(actual: unknown, expected: unknown, message?: string | Error): void; - /** - * **Strict assertion mode** - * - * An alias of {@link notStrictEqual}. - * - * **Legacy assertion mode** - * - * > Stability: 3 - Legacy: Use {@link notStrictEqual} instead. - * - * Tests shallow, coercive inequality with the [`!=` operator](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Inequality). `NaN` is - * specially handled and treated as being identical if both sides are `NaN`. - * - * ```js - * import assert from 'assert'; - * - * assert.notEqual(1, 2); - * // OK - * - * assert.notEqual(1, 1); - * // AssertionError: 1 != 1 - * - * assert.notEqual(1, '1'); - * // AssertionError: 1 != '1' - * ``` - * - * If the values are equal, an `AssertionError` is thrown with a `message`property set equal to the value of the `message` parameter. If the `message`parameter is undefined, a default error - * message is assigned. If the `message`parameter is an instance of an `Error` then it will be thrown instead of the`AssertionError`. - * @since v0.1.21 - */ - function notEqual(actual: unknown, expected: unknown, message?: string | Error): void; - /** - * **Strict assertion mode** - * - * An alias of {@link deepStrictEqual}. - * - * **Legacy assertion mode** - * - * > Stability: 3 - Legacy: Use {@link deepStrictEqual} instead. - * - * Tests for deep equality between the `actual` and `expected` parameters. Consider - * using {@link deepStrictEqual} instead. {@link deepEqual} can have - * surprising results. - * - * _Deep equality_ means that the enumerable "own" properties of child objects - * are also recursively evaluated by the following rules. - * @since v0.1.21 - */ - function deepEqual(actual: unknown, expected: unknown, message?: string | Error): void; - /** - * **Strict assertion mode** - * - * An alias of {@link notDeepStrictEqual}. - * - * **Legacy assertion mode** - * - * > Stability: 3 - Legacy: Use {@link notDeepStrictEqual} instead. - * - * Tests for any deep inequality. Opposite of {@link deepEqual}. - * - * ```js - * import assert from 'assert'; - * - * const obj1 = { - * a: { - * b: 1 - * } - * }; - * const obj2 = { - * a: { - * b: 2 - * } - * }; - * const obj3 = { - * a: { - * b: 1 - * } - * }; - * const obj4 = Object.create(obj1); - * - * assert.notDeepEqual(obj1, obj1); - * // AssertionError: { a: { b: 1 } } notDeepEqual { a: { b: 1 } } - * - * assert.notDeepEqual(obj1, obj2); - * // OK - * - * assert.notDeepEqual(obj1, obj3); - * // AssertionError: { a: { b: 1 } } notDeepEqual { a: { b: 1 } } - * - * assert.notDeepEqual(obj1, obj4); - * // OK - * ``` - * - * If the values are deeply equal, an `AssertionError` is thrown with a`message` property set equal to the value of the `message` parameter. If the`message` parameter is undefined, a default - * error message is assigned. If the`message` parameter is an instance of an `Error` then it will be thrown - * instead of the `AssertionError`. - * @since v0.1.21 - */ - function notDeepEqual(actual: unknown, expected: unknown, message?: string | Error): void; - /** - * Tests strict equality between the `actual` and `expected` parameters as - * determined by [`Object.is()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is). - * - * ```js - * import assert from 'assert/strict'; - * - * assert.strictEqual(1, 2); - * // AssertionError [ERR_ASSERTION]: Expected inputs to be strictly equal: - * // - * // 1 !== 2 - * - * assert.strictEqual(1, 1); - * // OK - * - * assert.strictEqual('Hello foobar', 'Hello World!'); - * // AssertionError [ERR_ASSERTION]: Expected inputs to be strictly equal: - * // + actual - expected - * // - * // + 'Hello foobar' - * // - 'Hello World!' - * // ^ - * - * const apples = 1; - * const oranges = 2; - * assert.strictEqual(apples, oranges, `apples ${apples} !== oranges ${oranges}`); - * // AssertionError [ERR_ASSERTION]: apples 1 !== oranges 2 - * - * assert.strictEqual(1, '1', new TypeError('Inputs are not identical')); - * // TypeError: Inputs are not identical - * ``` - * - * If the values are not strictly equal, an `AssertionError` is thrown with a`message` property set equal to the value of the `message` parameter. If the`message` parameter is undefined, a - * default error message is assigned. If the`message` parameter is an instance of an `Error` then it will be thrown - * instead of the `AssertionError`. - * @since v0.1.21 - */ - function strictEqual<T>(actual: unknown, expected: T, message?: string | Error): asserts actual is T; - /** - * Tests strict inequality between the `actual` and `expected` parameters as - * determined by [`Object.is()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is). - * - * ```js - * import assert from 'assert/strict'; - * - * assert.notStrictEqual(1, 2); - * // OK - * - * assert.notStrictEqual(1, 1); - * // AssertionError [ERR_ASSERTION]: Expected "actual" to be strictly unequal to: - * // - * // 1 - * - * assert.notStrictEqual(1, '1'); - * // OK - * ``` - * - * If the values are strictly equal, an `AssertionError` is thrown with a`message` property set equal to the value of the `message` parameter. If the`message` parameter is undefined, a - * default error message is assigned. If the`message` parameter is an instance of an `Error` then it will be thrown - * instead of the `AssertionError`. - * @since v0.1.21 - */ - function notStrictEqual(actual: unknown, expected: unknown, message?: string | Error): void; - /** - * Tests for deep equality between the `actual` and `expected` parameters. - * "Deep" equality means that the enumerable "own" properties of child objects - * are recursively evaluated also by the following rules. - * @since v1.2.0 - */ - function deepStrictEqual<T>(actual: unknown, expected: T, message?: string | Error): asserts actual is T; - /** - * Tests for deep strict inequality. Opposite of {@link deepStrictEqual}. - * - * ```js - * import assert from 'assert/strict'; - * - * assert.notDeepStrictEqual({ a: 1 }, { a: '1' }); - * // OK - * ``` - * - * If the values are deeply and strictly equal, an `AssertionError` is thrown - * with a `message` property set equal to the value of the `message` parameter. If - * the `message` parameter is undefined, a default error message is assigned. If - * the `message` parameter is an instance of an `Error` then it will be thrown - * instead of the `AssertionError`. - * @since v1.2.0 - */ - function notDeepStrictEqual(actual: unknown, expected: unknown, message?: string | Error): void; - /** - * Expects the function `fn` to throw an error. - * - * If specified, `error` can be a [`Class`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes), - * [`RegExp`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions), a validation function, - * a validation object where each property will be tested for strict deep equality, - * or an instance of error where each property will be tested for strict deep - * equality including the non-enumerable `message` and `name` properties. When - * using an object, it is also possible to use a regular expression, when - * validating against a string property. See below for examples. - * - * If specified, `message` will be appended to the message provided by the`AssertionError` if the `fn` call fails to throw or in case the error validation - * fails. - * - * Custom validation object/error instance: - * - * ```js - * import assert from 'assert/strict'; - * - * const err = new TypeError('Wrong value'); - * err.code = 404; - * err.foo = 'bar'; - * err.info = { - * nested: true, - * baz: 'text' - * }; - * err.reg = /abc/i; - * - * assert.throws( - * () => { - * throw err; - * }, - * { - * name: 'TypeError', - * message: 'Wrong value', - * info: { - * nested: true, - * baz: 'text' - * } - * // Only properties on the validation object will be tested for. - * // Using nested objects requires all properties to be present. Otherwise - * // the validation is going to fail. - * } - * ); - * - * // Using regular expressions to validate error properties: - * throws( - * () => { - * throw err; - * }, - * { - * // The `name` and `message` properties are strings and using regular - * // expressions on those will match against the string. If they fail, an - * // error is thrown. - * name: /^TypeError$/, - * message: /Wrong/, - * foo: 'bar', - * info: { - * nested: true, - * // It is not possible to use regular expressions for nested properties! - * baz: 'text' - * }, - * // The `reg` property contains a regular expression and only if the - * // validation object contains an identical regular expression, it is going - * // to pass. - * reg: /abc/i - * } - * ); - * - * // Fails due to the different `message` and `name` properties: - * throws( - * () => { - * const otherErr = new Error('Not found'); - * // Copy all enumerable properties from `err` to `otherErr`. - * for (const [key, value] of Object.entries(err)) { - * otherErr[key] = value; - * } - * throw otherErr; - * }, - * // The error's `message` and `name` properties will also be checked when using - * // an error as validation object. - * err - * ); - * ``` - * - * Validate instanceof using constructor: - * - * ```js - * import assert from 'assert/strict'; - * - * assert.throws( - * () => { - * throw new Error('Wrong value'); - * }, - * Error - * ); - * ``` - * - * Validate error message using [`RegExp`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions): - * - * Using a regular expression runs `.toString` on the error object, and will - * therefore also include the error name. - * - * ```js - * import assert from 'assert/strict'; - * - * assert.throws( - * () => { - * throw new Error('Wrong value'); - * }, - * /^Error: Wrong value$/ - * ); - * ``` - * - * Custom error validation: - * - * The function must return `true` to indicate all internal validations passed. - * It will otherwise fail with an `AssertionError`. - * - * ```js - * import assert from 'assert/strict'; - * - * assert.throws( - * () => { - * throw new Error('Wrong value'); - * }, - * (err) => { - * assert(err instanceof Error); - * assert(/value/.test(err)); - * // Avoid returning anything from validation functions besides `true`. - * // Otherwise, it's not clear what part of the validation failed. Instead, - * // throw an error about the specific validation that failed (as done in this - * // example) and add as much helpful debugging information to that error as - * // possible. - * return true; - * }, - * 'unexpected error' - * ); - * ``` - * - * `error` cannot be a string. If a string is provided as the second - * argument, then `error` is assumed to be omitted and the string will be used for`message` instead. This can lead to easy-to-miss mistakes. Using the same - * message as the thrown error message is going to result in an`ERR_AMBIGUOUS_ARGUMENT` error. Please read the example below carefully if using - * a string as the second argument gets considered: - * - * ```js - * import assert from 'assert/strict'; - * - * function throwingFirst() { - * throw new Error('First'); - * } - * - * function throwingSecond() { - * throw new Error('Second'); - * } - * - * function notThrowing() {} - * - * // The second argument is a string and the input function threw an Error. - * // The first case will not throw as it does not match for the error message - * // thrown by the input function! - * assert.throws(throwingFirst, 'Second'); - * // In the next example the message has no benefit over the message from the - * // error and since it is not clear if the user intended to actually match - * // against the error message, Node.js throws an `ERR_AMBIGUOUS_ARGUMENT` error. - * assert.throws(throwingSecond, 'Second'); - * // TypeError [ERR_AMBIGUOUS_ARGUMENT] - * - * // The string is only used (as message) in case the function does not throw: - * assert.throws(notThrowing, 'Second'); - * // AssertionError [ERR_ASSERTION]: Missing expected exception: Second - * - * // If it was intended to match for the error message do this instead: - * // It does not throw because the error messages match. - * assert.throws(throwingSecond, /Second$/); - * - * // If the error message does not match, an AssertionError is thrown. - * assert.throws(throwingFirst, /Second$/); - * // AssertionError [ERR_ASSERTION] - * ``` - * - * Due to the confusing error-prone notation, avoid a string as the second - * argument. - * @since v0.1.21 - */ - function throws(block: () => unknown, message?: string | Error): void; - function throws(block: () => unknown, error: AssertPredicate, message?: string | Error): void; - /** - * Asserts that the function `fn` does not throw an error. - * - * Using `assert.doesNotThrow()` is actually not useful because there - * is no benefit in catching an error and then rethrowing it. Instead, consider - * adding a comment next to the specific code path that should not throw and keep - * error messages as expressive as possible. - * - * When `assert.doesNotThrow()` is called, it will immediately call the `fn`function. - * - * If an error is thrown and it is the same type as that specified by the `error`parameter, then an `AssertionError` is thrown. If the error is of a - * different type, or if the `error` parameter is undefined, the error is - * propagated back to the caller. - * - * If specified, `error` can be a [`Class`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes), - * [`RegExp`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions) or a validation - * function. See {@link throws} for more details. - * - * The following, for instance, will throw the `TypeError` because there is no - * matching error type in the assertion: - * - * ```js - * import assert from 'assert/strict'; - * - * assert.doesNotThrow( - * () => { - * throw new TypeError('Wrong value'); - * }, - * SyntaxError - * ); - * ``` - * - * However, the following will result in an `AssertionError` with the message - * 'Got unwanted exception...': - * - * ```js - * import assert from 'assert/strict'; - * - * assert.doesNotThrow( - * () => { - * throw new TypeError('Wrong value'); - * }, - * TypeError - * ); - * ``` - * - * If an `AssertionError` is thrown and a value is provided for the `message`parameter, the value of `message` will be appended to the `AssertionError` message: - * - * ```js - * import assert from 'assert/strict'; - * - * assert.doesNotThrow( - * () => { - * throw new TypeError('Wrong value'); - * }, - * /Wrong value/, - * 'Whoops' - * ); - * // Throws: AssertionError: Got unwanted exception: Whoops - * ``` - * @since v0.1.21 - */ - function doesNotThrow(block: () => unknown, message?: string | Error): void; - function doesNotThrow(block: () => unknown, error: AssertPredicate, message?: string | Error): void; - /** - * Throws `value` if `value` is not `undefined` or `null`. This is useful when - * testing the `error` argument in callbacks. The stack trace contains all frames - * from the error passed to `ifError()` including the potential new frames for`ifError()` itself. - * - * ```js - * import assert from 'assert/strict'; - * - * assert.ifError(null); - * // OK - * assert.ifError(0); - * // AssertionError [ERR_ASSERTION]: ifError got unwanted exception: 0 - * assert.ifError('error'); - * // AssertionError [ERR_ASSERTION]: ifError got unwanted exception: 'error' - * assert.ifError(new Error()); - * // AssertionError [ERR_ASSERTION]: ifError got unwanted exception: Error - * - * // Create some random error frames. - * let err; - * (function errorFrame() { - * err = new Error('test error'); - * })(); - * - * (function ifErrorFrame() { - * assert.ifError(err); - * })(); - * // AssertionError [ERR_ASSERTION]: ifError got unwanted exception: test error - * // at ifErrorFrame - * // at errorFrame - * ``` - * @since v0.1.97 - */ - function ifError(value: unknown): asserts value is null | undefined; - /** - * Awaits the `asyncFn` promise or, if `asyncFn` is a function, immediately - * calls the function and awaits the returned promise to complete. It will then - * check that the promise is rejected. - * - * If `asyncFn` is a function and it throws an error synchronously,`assert.rejects()` will return a rejected `Promise` with that error. If the - * function does not return a promise, `assert.rejects()` will return a rejected`Promise` with an `ERR_INVALID_RETURN_VALUE` error. In both cases the error - * handler is skipped. - * - * Besides the async nature to await the completion behaves identically to {@link throws}. - * - * If specified, `error` can be a [`Class`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes), - * [`RegExp`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions), a validation function, - * an object where each property will be tested for, or an instance of error where - * each property will be tested for including the non-enumerable `message` and`name` properties. - * - * If specified, `message` will be the message provided by the `AssertionError` if the `asyncFn` fails to reject. - * - * ```js - * import assert from 'assert/strict'; - * - * await assert.rejects( - * async () => { - * throw new TypeError('Wrong value'); - * }, - * { - * name: 'TypeError', - * message: 'Wrong value' - * } - * ); - * ``` - * - * ```js - * import assert from 'assert/strict'; - * - * await assert.rejects( - * async () => { - * throw new TypeError('Wrong value'); - * }, - * (err) => { - * assert.strictEqual(err.name, 'TypeError'); - * assert.strictEqual(err.message, 'Wrong value'); - * return true; - * } - * ); - * ``` - * - * ```js - * import assert from 'assert/strict'; - * - * assert.rejects( - * Promise.reject(new Error('Wrong value')), - * Error - * ).then(() => { - * // ... - * }); - * ``` - * - * `error` cannot be a string. If a string is provided as the second - * argument, then `error` is assumed to be omitted and the string will be used for`message` instead. This can lead to easy-to-miss mistakes. Please read the - * example in {@link throws} carefully if using a string as the second - * argument gets considered. - * @since v10.0.0 - */ - function rejects(block: (() => Promise<unknown>) | Promise<unknown>, message?: string | Error): Promise<void>; - function rejects(block: (() => Promise<unknown>) | Promise<unknown>, error: AssertPredicate, message?: string | Error): Promise<void>; - /** - * Awaits the `asyncFn` promise or, if `asyncFn` is a function, immediately - * calls the function and awaits the returned promise to complete. It will then - * check that the promise is not rejected. - * - * If `asyncFn` is a function and it throws an error synchronously,`assert.doesNotReject()` will return a rejected `Promise` with that error. If - * the function does not return a promise, `assert.doesNotReject()` will return a - * rejected `Promise` with an `ERR_INVALID_RETURN_VALUE` error. In both cases - * the error handler is skipped. - * - * Using `assert.doesNotReject()` is actually not useful because there is little - * benefit in catching a rejection and then rejecting it again. Instead, consider - * adding a comment next to the specific code path that should not reject and keep - * error messages as expressive as possible. - * - * If specified, `error` can be a [`Class`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes), - * [`RegExp`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions) or a validation - * function. See {@link throws} for more details. - * - * Besides the async nature to await the completion behaves identically to {@link doesNotThrow}. - * - * ```js - * import assert from 'assert/strict'; - * - * await assert.doesNotReject( - * async () => { - * throw new TypeError('Wrong value'); - * }, - * SyntaxError - * ); - * ``` - * - * ```js - * import assert from 'assert/strict'; - * - * assert.doesNotReject(Promise.reject(new TypeError('Wrong value'))) - * .then(() => { - * // ... - * }); - * ``` - * @since v10.0.0 - */ - function doesNotReject(block: (() => Promise<unknown>) | Promise<unknown>, message?: string | Error): Promise<void>; - function doesNotReject(block: (() => Promise<unknown>) | Promise<unknown>, error: AssertPredicate, message?: string | Error): Promise<void>; - /** - * Expects the `string` input to match the regular expression. - * - * ```js - * import assert from 'assert/strict'; - * - * assert.match('I will fail', /pass/); - * // AssertionError [ERR_ASSERTION]: The input did not match the regular ... - * - * assert.match(123, /pass/); - * // AssertionError [ERR_ASSERTION]: The "string" argument must be of type string. - * - * assert.match('I will pass', /pass/); - * // OK - * ``` - * - * If the values do not match, or if the `string` argument is of another type than`string`, an `AssertionError` is thrown with a `message` property set equal - * to the value of the `message` parameter. If the `message` parameter is - * undefined, a default error message is assigned. If the `message` parameter is an - * instance of an `Error` then it will be thrown instead of the `AssertionError`. - * @since v13.6.0, v12.16.0 - */ - function match(value: string, regExp: RegExp, message?: string | Error): void; - /** - * Expects the `string` input not to match the regular expression. - * - * ```js - * import assert from 'assert/strict'; - * - * assert.doesNotMatch('I will fail', /fail/); - * // AssertionError [ERR_ASSERTION]: The input was expected to not match the ... - * - * assert.doesNotMatch(123, /pass/); - * // AssertionError [ERR_ASSERTION]: The "string" argument must be of type string. - * - * assert.doesNotMatch('I will pass', /different/); - * // OK - * ``` - * - * If the values do match, or if the `string` argument is of another type than`string`, an `AssertionError` is thrown with a `message` property set equal - * to the value of the `message` parameter. If the `message` parameter is - * undefined, a default error message is assigned. If the `message` parameter is an - * instance of an `Error` then it will be thrown instead of the `AssertionError`. - * @since v13.6.0, v12.16.0 - */ - function doesNotMatch(value: string, regExp: RegExp, message?: string | Error): void; - const strict: Omit<typeof assert, 'equal' | 'notEqual' | 'deepEqual' | 'notDeepEqual' | 'ok' | 'strictEqual' | 'deepStrictEqual' | 'ifError' | 'strict'> & { - (value: unknown, message?: string | Error): asserts value; - equal: typeof strictEqual; - notEqual: typeof notStrictEqual; - deepEqual: typeof deepStrictEqual; - notDeepEqual: typeof notDeepStrictEqual; - // Mapped types and assertion functions are incompatible? - // TS2775: Assertions require every name in the call target - // to be declared with an explicit type annotation. - ok: typeof ok; - strictEqual: typeof strictEqual; - deepStrictEqual: typeof deepStrictEqual; - ifError: typeof ifError; - strict: typeof strict; - }; - } - export = assert; -} -declare module 'node:assert' { - import assert = require('assert'); - export = assert; -} diff --git a/software/flow/node_modules/@types/node/assert/strict.d.ts b/software/flow/node_modules/@types/node/assert/strict.d.ts deleted file mode 100755 index b4319b9..0000000 --- a/software/flow/node_modules/@types/node/assert/strict.d.ts +++ /dev/null @@ -1,8 +0,0 @@ -declare module 'assert/strict' { - import { strict } from 'node:assert'; - export = strict; -} -declare module 'node:assert/strict' { - import { strict } from 'node:assert'; - export = strict; -} diff --git a/software/flow/node_modules/@types/node/async_hooks.d.ts b/software/flow/node_modules/@types/node/async_hooks.d.ts deleted file mode 100755 index 96908be..0000000 --- a/software/flow/node_modules/@types/node/async_hooks.d.ts +++ /dev/null @@ -1,513 +0,0 @@ -/** - * The `async_hooks` module provides an API to track asynchronous resources. It - * can be accessed using: - * - * ```js - * import async_hooks from 'async_hooks'; - * ``` - * @experimental - * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/async_hooks.js) - */ -declare module 'async_hooks' { - /** - * ```js - * import { executionAsyncId } from 'async_hooks'; - * - * console.log(executionAsyncId()); // 1 - bootstrap - * fs.open(path, 'r', (err, fd) => { - * console.log(executionAsyncId()); // 6 - open() - * }); - * ``` - * - * The ID returned from `executionAsyncId()` is related to execution timing, not - * causality (which is covered by `triggerAsyncId()`): - * - * ```js - * const server = net.createServer((conn) => { - * // Returns the ID of the server, not of the new connection, because the - * // callback runs in the execution scope of the server's MakeCallback(). - * async_hooks.executionAsyncId(); - * - * }).listen(port, () => { - * // Returns the ID of a TickObject (process.nextTick()) because all - * // callbacks passed to .listen() are wrapped in a nextTick(). - * async_hooks.executionAsyncId(); - * }); - * ``` - * - * Promise contexts may not get precise `executionAsyncIds` by default. - * See the section on `promise execution tracking`. - * @since v8.1.0 - * @return The `asyncId` of the current execution context. Useful to track when something calls. - */ - function executionAsyncId(): number; - /** - * Resource objects returned by `executionAsyncResource()` are most often internal - * Node.js handle objects with undocumented APIs. Using any functions or properties - * on the object is likely to crash your application and should be avoided. - * - * Using `executionAsyncResource()` in the top-level execution context will - * return an empty object as there is no handle or request object to use, - * but having an object representing the top-level can be helpful. - * - * ```js - * import { open } from 'fs'; - * import { executionAsyncId, executionAsyncResource } from 'async_hooks'; - * - * console.log(executionAsyncId(), executionAsyncResource()); // 1 {} - * open(new URL(import.meta.url), 'r', (err, fd) => { - * console.log(executionAsyncId(), executionAsyncResource()); // 7 FSReqWrap - * }); - * ``` - * - * This can be used to implement continuation local storage without the - * use of a tracking `Map` to store the metadata: - * - * ```js - * import { createServer } from 'http'; - * import { - * executionAsyncId, - * executionAsyncResource, - * createHook - * } from 'async_hooks'; - * const sym = Symbol('state'); // Private symbol to avoid pollution - * - * createHook({ - * init(asyncId, type, triggerAsyncId, resource) { - * const cr = executionAsyncResource(); - * if (cr) { - * resource[sym] = cr[sym]; - * } - * } - * }).enable(); - * - * const server = createServer((req, res) => { - * executionAsyncResource()[sym] = { state: req.url }; - * setTimeout(function() { - * res.end(JSON.stringify(executionAsyncResource()[sym])); - * }, 100); - * }).listen(3000); - * ``` - * @since v13.9.0, v12.17.0 - * @return The resource representing the current execution. Useful to store data within the resource. - */ - function executionAsyncResource(): object; - /** - * ```js - * const server = net.createServer((conn) => { - * // The resource that caused (or triggered) this callback to be called - * // was that of the new connection. Thus the return value of triggerAsyncId() - * // is the asyncId of "conn". - * async_hooks.triggerAsyncId(); - * - * }).listen(port, () => { - * // Even though all callbacks passed to .listen() are wrapped in a nextTick() - * // the callback itself exists because the call to the server's .listen() - * // was made. So the return value would be the ID of the server. - * async_hooks.triggerAsyncId(); - * }); - * ``` - * - * Promise contexts may not get valid `triggerAsyncId`s by default. See - * the section on `promise execution tracking`. - * @return The ID of the resource responsible for calling the callback that is currently being executed. - */ - function triggerAsyncId(): number; - interface HookCallbacks { - /** - * Called when a class is constructed that has the possibility to emit an asynchronous event. - * @param asyncId a unique ID for the async resource - * @param type the type of the async resource - * @param triggerAsyncId the unique ID of the async resource in whose execution context this async resource was created - * @param resource reference to the resource representing the async operation, needs to be released during destroy - */ - init?(asyncId: number, type: string, triggerAsyncId: number, resource: object): void; - /** - * When an asynchronous operation is initiated or completes a callback is called to notify the user. - * The before callback is called just before said callback is executed. - * @param asyncId the unique identifier assigned to the resource about to execute the callback. - */ - before?(asyncId: number): void; - /** - * Called immediately after the callback specified in before is completed. - * @param asyncId the unique identifier assigned to the resource which has executed the callback. - */ - after?(asyncId: number): void; - /** - * Called when a promise has resolve() called. This may not be in the same execution id - * as the promise itself. - * @param asyncId the unique id for the promise that was resolve()d. - */ - promiseResolve?(asyncId: number): void; - /** - * Called after the resource corresponding to asyncId is destroyed - * @param asyncId a unique ID for the async resource - */ - destroy?(asyncId: number): void; - } - interface AsyncHook { - /** - * Enable the callbacks for a given AsyncHook instance. If no callbacks are provided enabling is a noop. - */ - enable(): this; - /** - * Disable the callbacks for a given AsyncHook instance from the global pool of AsyncHook callbacks to be executed. Once a hook has been disabled it will not be called again until enabled. - */ - disable(): this; - } - /** - * Registers functions to be called for different lifetime events of each async - * operation. - * - * The callbacks `init()`/`before()`/`after()`/`destroy()` are called for the - * respective asynchronous event during a resource's lifetime. - * - * All callbacks are optional. For example, if only resource cleanup needs to - * be tracked, then only the `destroy` callback needs to be passed. The - * specifics of all functions that can be passed to `callbacks` is in the `Hook Callbacks` section. - * - * ```js - * import { createHook } from 'async_hooks'; - * - * const asyncHook = createHook({ - * init(asyncId, type, triggerAsyncId, resource) { }, - * destroy(asyncId) { } - * }); - * ``` - * - * The callbacks will be inherited via the prototype chain: - * - * ```js - * class MyAsyncCallbacks { - * init(asyncId, type, triggerAsyncId, resource) { } - * destroy(asyncId) {} - * } - * - * class MyAddedCallbacks extends MyAsyncCallbacks { - * before(asyncId) { } - * after(asyncId) { } - * } - * - * const asyncHook = async_hooks.createHook(new MyAddedCallbacks()); - * ``` - * - * Because promises are asynchronous resources whose lifecycle is tracked - * via the async hooks mechanism, the `init()`, `before()`, `after()`, and`destroy()` callbacks _must not_ be async functions that return promises. - * @since v8.1.0 - * @param callbacks The `Hook Callbacks` to register - * @return Instance used for disabling and enabling hooks - */ - function createHook(callbacks: HookCallbacks): AsyncHook; - interface AsyncResourceOptions { - /** - * The ID of the execution context that created this async event. - * @default executionAsyncId() - */ - triggerAsyncId?: number | undefined; - /** - * Disables automatic `emitDestroy` when the object is garbage collected. - * This usually does not need to be set (even if `emitDestroy` is called - * manually), unless the resource's `asyncId` is retrieved and the - * sensitive API's `emitDestroy` is called with it. - * @default false - */ - requireManualDestroy?: boolean | undefined; - } - /** - * The class `AsyncResource` is designed to be extended by the embedder's async - * resources. Using this, users can easily trigger the lifetime events of their - * own resources. - * - * The `init` hook will trigger when an `AsyncResource` is instantiated. - * - * The following is an overview of the `AsyncResource` API. - * - * ```js - * import { AsyncResource, executionAsyncId } from 'async_hooks'; - * - * // AsyncResource() is meant to be extended. Instantiating a - * // new AsyncResource() also triggers init. If triggerAsyncId is omitted then - * // async_hook.executionAsyncId() is used. - * const asyncResource = new AsyncResource( - * type, { triggerAsyncId: executionAsyncId(), requireManualDestroy: false } - * ); - * - * // Run a function in the execution context of the resource. This will - * // * establish the context of the resource - * // * trigger the AsyncHooks before callbacks - * // * call the provided function `fn` with the supplied arguments - * // * trigger the AsyncHooks after callbacks - * // * restore the original execution context - * asyncResource.runInAsyncScope(fn, thisArg, ...args); - * - * // Call AsyncHooks destroy callbacks. - * asyncResource.emitDestroy(); - * - * // Return the unique ID assigned to the AsyncResource instance. - * asyncResource.asyncId(); - * - * // Return the trigger ID for the AsyncResource instance. - * asyncResource.triggerAsyncId(); - * ``` - */ - class AsyncResource { - /** - * AsyncResource() is meant to be extended. Instantiating a - * new AsyncResource() also triggers init. If triggerAsyncId is omitted then - * async_hook.executionAsyncId() is used. - * @param type The type of async event. - * @param triggerAsyncId The ID of the execution context that created - * this async event (default: `executionAsyncId()`), or an - * AsyncResourceOptions object (since v9.3.0) - */ - constructor(type: string, triggerAsyncId?: number | AsyncResourceOptions); - /** - * Binds the given function to the current execution context. - * - * The returned function will have an `asyncResource` property referencing - * the `AsyncResource` to which the function is bound. - * @since v14.8.0, v12.19.0 - * @param fn The function to bind to the current execution context. - * @param type An optional name to associate with the underlying `AsyncResource`. - */ - static bind<Func extends (this: ThisArg, ...args: any[]) => any, ThisArg>( - fn: Func, - type?: string, - thisArg?: ThisArg - ): Func & { - asyncResource: AsyncResource; - }; - /** - * Binds the given function to execute to this `AsyncResource`'s scope. - * - * The returned function will have an `asyncResource` property referencing - * the `AsyncResource` to which the function is bound. - * @since v14.8.0, v12.19.0 - * @param fn The function to bind to the current `AsyncResource`. - */ - bind<Func extends (...args: any[]) => any>( - fn: Func - ): Func & { - asyncResource: AsyncResource; - }; - /** - * Call the provided function with the provided arguments in the execution context - * of the async resource. This will establish the context, trigger the AsyncHooks - * before callbacks, call the function, trigger the AsyncHooks after callbacks, and - * then restore the original execution context. - * @since v9.6.0 - * @param fn The function to call in the execution context of this async resource. - * @param thisArg The receiver to be used for the function call. - * @param args Optional arguments to pass to the function. - */ - runInAsyncScope<This, Result>(fn: (this: This, ...args: any[]) => Result, thisArg?: This, ...args: any[]): Result; - /** - * Call all `destroy` hooks. This should only ever be called once. An error will - * be thrown if it is called more than once. This **must** be manually called. If - * the resource is left to be collected by the GC then the `destroy` hooks will - * never be called. - * @return A reference to `asyncResource`. - */ - emitDestroy(): this; - /** - * @return The unique `asyncId` assigned to the resource. - */ - asyncId(): number; - /** - * - * @return The same `triggerAsyncId` that is passed to the `AsyncResource` constructor. - */ - triggerAsyncId(): number; - } - interface AsyncLocalStorageOptions<T> { - /** - * Optional callback invoked before a store is propagated to a new async resource. - * Returning `true` allows propagation, returning `false` avoids it. Default is to propagate always. - * @param type The type of async event. - * @param store The current store. - * @since v18.13.0 - */ - onPropagate?: ((type: string, store: T) => boolean) | undefined; - } - /** - * This class creates stores that stay coherent through asynchronous operations. - * - * While you can create your own implementation on top of the `async_hooks` module,`AsyncLocalStorage` should be preferred as it is a performant and memory safe - * implementation that involves significant optimizations that are non-obvious to - * implement. - * - * The following example uses `AsyncLocalStorage` to build a simple logger - * that assigns IDs to incoming HTTP requests and includes them in messages - * logged within each request. - * - * ```js - * import http from 'http'; - * import { AsyncLocalStorage } from 'async_hooks'; - * - * const asyncLocalStorage = new AsyncLocalStorage(); - * - * function logWithId(msg) { - * const id = asyncLocalStorage.getStore(); - * console.log(`${id !== undefined ? id : '-'}:`, msg); - * } - * - * let idSeq = 0; - * http.createServer((req, res) => { - * asyncLocalStorage.run(idSeq++, () => { - * logWithId('start'); - * // Imagine any chain of async operations here - * setImmediate(() => { - * logWithId('finish'); - * res.end(); - * }); - * }); - * }).listen(8080); - * - * http.get('http://localhost:8080'); - * http.get('http://localhost:8080'); - * // Prints: - * // 0: start - * // 1: start - * // 0: finish - * // 1: finish - * ``` - * - * Each instance of `AsyncLocalStorage` maintains an independent storage context. - * Multiple instances can safely exist simultaneously without risk of interfering - * with each other's data. - * @since v13.10.0, v12.17.0 - */ - class AsyncLocalStorage<T> { - constructor(options?: AsyncLocalStorageOptions<T>); - - /** - * Disables the instance of `AsyncLocalStorage`. All subsequent calls - * to `asyncLocalStorage.getStore()` will return `undefined` until`asyncLocalStorage.run()` or `asyncLocalStorage.enterWith()` is called again. - * - * When calling `asyncLocalStorage.disable()`, all current contexts linked to the - * instance will be exited. - * - * Calling `asyncLocalStorage.disable()` is required before the`asyncLocalStorage` can be garbage collected. This does not apply to stores - * provided by the `asyncLocalStorage`, as those objects are garbage collected - * along with the corresponding async resources. - * - * Use this method when the `asyncLocalStorage` is not in use anymore - * in the current process. - * @since v13.10.0, v12.17.0 - * @experimental - */ - disable(): void; - /** - * Returns the current store. - * If called outside of an asynchronous context initialized by - * calling `asyncLocalStorage.run()` or `asyncLocalStorage.enterWith()`, it - * returns `undefined`. - * @since v13.10.0, v12.17.0 - */ - getStore(): T | undefined; - /** - * Runs a function synchronously within a context and returns its - * return value. The store is not accessible outside of the callback function. - * The store is accessible to any asynchronous operations created within the - * callback. - * - * The optional `args` are passed to the callback function. - * - * If the callback function throws an error, the error is thrown by `run()` too. - * The stacktrace is not impacted by this call and the context is exited. - * - * Example: - * - * ```js - * const store = { id: 2 }; - * try { - * asyncLocalStorage.run(store, () => { - * asyncLocalStorage.getStore(); // Returns the store object - * setTimeout(() => { - * asyncLocalStorage.getStore(); // Returns the store object - * }, 200); - * throw new Error(); - * }); - * } catch (e) { - * asyncLocalStorage.getStore(); // Returns undefined - * // The error will be caught here - * } - * ``` - * @since v13.10.0, v12.17.0 - */ - run<R, TArgs extends any[]>(store: T, callback: (...args: TArgs) => R, ...args: TArgs): R; - /** - * Runs a function synchronously outside of a context and returns its - * return value. The store is not accessible within the callback function or - * the asynchronous operations created within the callback. Any `getStore()`call done within the callback function will always return `undefined`. - * - * The optional `args` are passed to the callback function. - * - * If the callback function throws an error, the error is thrown by `exit()` too. - * The stacktrace is not impacted by this call and the context is re-entered. - * - * Example: - * - * ```js - * // Within a call to run - * try { - * asyncLocalStorage.getStore(); // Returns the store object or value - * asyncLocalStorage.exit(() => { - * asyncLocalStorage.getStore(); // Returns undefined - * throw new Error(); - * }); - * } catch (e) { - * asyncLocalStorage.getStore(); // Returns the same object or value - * // The error will be caught here - * } - * ``` - * @since v13.10.0, v12.17.0 - * @experimental - */ - exit<R, TArgs extends any[]>(callback: (...args: TArgs) => R, ...args: TArgs): R; - /** - * Transitions into the context for the remainder of the current - * synchronous execution and then persists the store through any following - * asynchronous calls. - * - * Example: - * - * ```js - * const store = { id: 1 }; - * // Replaces previous store with the given store object - * asyncLocalStorage.enterWith(store); - * asyncLocalStorage.getStore(); // Returns the store object - * someAsyncOperation(() => { - * asyncLocalStorage.getStore(); // Returns the same object - * }); - * ``` - * - * This transition will continue for the _entire_ synchronous execution. - * This means that if, for example, the context is entered within an event - * handler subsequent event handlers will also run within that context unless - * specifically bound to another context with an `AsyncResource`. That is why`run()` should be preferred over `enterWith()` unless there are strong reasons - * to use the latter method. - * - * ```js - * const store = { id: 1 }; - * - * emitter.on('my-event', () => { - * asyncLocalStorage.enterWith(store); - * }); - * emitter.on('my-event', () => { - * asyncLocalStorage.getStore(); // Returns the same object - * }); - * - * asyncLocalStorage.getStore(); // Returns undefined - * emitter.emit('my-event'); - * asyncLocalStorage.getStore(); // Returns the same object - * ``` - * @since v13.11.0, v12.17.0 - * @experimental - */ - enterWith(store: T): void; - } -} -declare module 'node:async_hooks' { - export * from 'async_hooks'; -} diff --git a/software/flow/node_modules/@types/node/buffer.d.ts b/software/flow/node_modules/@types/node/buffer.d.ts deleted file mode 100755 index e9942ae..0000000 --- a/software/flow/node_modules/@types/node/buffer.d.ts +++ /dev/null @@ -1,2282 +0,0 @@ -/** - * `Buffer` objects are used to represent a fixed-length sequence of bytes. Many - * Node.js APIs support `Buffer`s. - * - * The `Buffer` class is a subclass of JavaScript's [`Uint8Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array) class and - * extends it with methods that cover additional use cases. Node.js APIs accept - * plain [`Uint8Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array) s wherever `Buffer`s are supported as well. - * - * While the `Buffer` class is available within the global scope, it is still - * recommended to explicitly reference it via an import or require statement. - * - * ```js - * import { Buffer } from 'buffer'; - * - * // Creates a zero-filled Buffer of length 10. - * const buf1 = Buffer.alloc(10); - * - * // Creates a Buffer of length 10, - * // filled with bytes which all have the value `1`. - * const buf2 = Buffer.alloc(10, 1); - * - * // Creates an uninitialized buffer of length 10. - * // This is faster than calling Buffer.alloc() but the returned - * // Buffer instance might contain old data that needs to be - * // overwritten using fill(), write(), or other functions that fill the Buffer's - * // contents. - * const buf3 = Buffer.allocUnsafe(10); - * - * // Creates a Buffer containing the bytes [1, 2, 3]. - * const buf4 = Buffer.from([1, 2, 3]); - * - * // Creates a Buffer containing the bytes [1, 1, 1, 1] – the entries - * // are all truncated using `(value &#x26; 255)` to fit into the range 0–255. - * const buf5 = Buffer.from([257, 257.5, -255, '1']); - * - * // Creates a Buffer containing the UTF-8-encoded bytes for the string 'tést': - * // [0x74, 0xc3, 0xa9, 0x73, 0x74] (in hexadecimal notation) - * // [116, 195, 169, 115, 116] (in decimal notation) - * const buf6 = Buffer.from('tést'); - * - * // Creates a Buffer containing the Latin-1 bytes [0x74, 0xe9, 0x73, 0x74]. - * const buf7 = Buffer.from('tést', 'latin1'); - * ``` - * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/buffer.js) - */ -declare module 'buffer' { - import { BinaryLike } from 'node:crypto'; - import { ReadableStream as WebReadableStream } from 'node:stream/web'; - export function isUtf8(input: Buffer | ArrayBuffer | NodeJS.TypedArray): boolean; - export const INSPECT_MAX_BYTES: number; - export const kMaxLength: number; - export const kStringMaxLength: number; - export const constants: { - MAX_LENGTH: number; - MAX_STRING_LENGTH: number; - }; - export type TranscodeEncoding = 'ascii' | 'utf8' | 'utf16le' | 'ucs2' | 'latin1' | 'binary'; - /** - * Re-encodes the given `Buffer` or `Uint8Array` instance from one character - * encoding to another. Returns a new `Buffer` instance. - * - * Throws if the `fromEnc` or `toEnc` specify invalid character encodings or if - * conversion from `fromEnc` to `toEnc` is not permitted. - * - * Encodings supported by `buffer.transcode()` are: `'ascii'`, `'utf8'`,`'utf16le'`, `'ucs2'`, `'latin1'`, and `'binary'`. - * - * The transcoding process will use substitution characters if a given byte - * sequence cannot be adequately represented in the target encoding. For instance: - * - * ```js - * import { Buffer, transcode } from 'buffer'; - * - * const newBuf = transcode(Buffer.from('€'), 'utf8', 'ascii'); - * console.log(newBuf.toString('ascii')); - * // Prints: '?' - * ``` - * - * Because the Euro (`€`) sign is not representable in US-ASCII, it is replaced - * with `?` in the transcoded `Buffer`. - * @since v7.1.0 - * @param source A `Buffer` or `Uint8Array` instance. - * @param fromEnc The current encoding. - * @param toEnc To target encoding. - */ - export function transcode(source: Uint8Array, fromEnc: TranscodeEncoding, toEnc: TranscodeEncoding): Buffer; - export const SlowBuffer: { - /** @deprecated since v6.0.0, use `Buffer.allocUnsafeSlow()` */ - new (size: number): Buffer; - prototype: Buffer; - }; - /** - * Resolves a `'blob:nodedata:...'` an associated `Blob` object registered using - * a prior call to `URL.createObjectURL()`. - * @since v16.7.0 - * @experimental - * @param id A `'blob:nodedata:...` URL string returned by a prior call to `URL.createObjectURL()`. - */ - export function resolveObjectURL(id: string): Blob | undefined; - export { Buffer }; - /** - * @experimental - */ - export interface BlobOptions { - /** - * @default 'utf8' - */ - encoding?: BufferEncoding | undefined; - /** - * The Blob content-type. The intent is for `type` to convey - * the MIME media type of the data, however no validation of the type format - * is performed. - */ - type?: string | undefined; - } - /** - * A [`Blob`](https://developer.mozilla.org/en-US/docs/Web/API/Blob) encapsulates immutable, raw data that can be safely shared across - * multiple worker threads. - * @since v15.7.0, v14.18.0 - */ - export class Blob { - /** - * The total size of the `Blob` in bytes. - * @since v15.7.0, v14.18.0 - */ - readonly size: number; - /** - * The content-type of the `Blob`. - * @since v15.7.0, v14.18.0 - */ - readonly type: string; - /** - * Creates a new `Blob` object containing a concatenation of the given sources. - * - * {ArrayBuffer}, {TypedArray}, {DataView}, and {Buffer} sources are copied into - * the 'Blob' and can therefore be safely modified after the 'Blob' is created. - * - * String sources are also copied into the `Blob`. - */ - constructor(sources: Array<BinaryLike | Blob>, options?: BlobOptions); - /** - * Returns a promise that fulfills with an [ArrayBuffer](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer) containing a copy of - * the `Blob` data. - * @since v15.7.0, v14.18.0 - */ - arrayBuffer(): Promise<ArrayBuffer>; - /** - * Creates and returns a new `Blob` containing a subset of this `Blob` objects - * data. The original `Blob` is not altered. - * @since v15.7.0, v14.18.0 - * @param start The starting index. - * @param end The ending index. - * @param type The content-type for the new `Blob` - */ - slice(start?: number, end?: number, type?: string): Blob; - /** - * Returns a promise that fulfills with the contents of the `Blob` decoded as a - * UTF-8 string. - * @since v15.7.0, v14.18.0 - */ - text(): Promise<string>; - /** - * Returns a new (WHATWG) `ReadableStream` that allows the content of the `Blob` to be read. - * @since v16.7.0 - */ - stream(): WebReadableStream; - } - export import atob = globalThis.atob; - export import btoa = globalThis.btoa; - - import { Blob as NodeBlob } from 'buffer'; - // This conditional type will be the existing global Blob in a browser, or - // the copy below in a Node environment. - type __Blob = typeof globalThis extends { onmessage: any; Blob: infer T } ? T : NodeBlob; - global { - // Buffer class - type BufferEncoding = - | 'ascii' - | 'utf8' - | 'utf-8' - | 'utf16le' - | 'ucs2' - | 'ucs-2' - | 'base64' - | 'base64url' - | 'latin1' - | 'binary' - | 'hex'; - type WithImplicitCoercion<T> = - | T - | { - valueOf(): T; - }; - /** - * Raw data is stored in instances of the Buffer class. - * A Buffer is similar to an array of integers but corresponds to a raw memory allocation outside the V8 heap. A Buffer cannot be resized. - * Valid string encodings: 'ascii'|'utf8'|'utf16le'|'ucs2'(alias of 'utf16le')|'base64'|'base64url'|'binary'(deprecated)|'hex' - */ - interface BufferConstructor { - /** - * Allocates a new buffer containing the given {str}. - * - * @param str String to store in buffer. - * @param encoding encoding to use, optional. Default is 'utf8' - * @deprecated since v10.0.0 - Use `Buffer.from(string[, encoding])` instead. - */ - new (str: string, encoding?: BufferEncoding): Buffer; - /** - * Allocates a new buffer of {size} octets. - * - * @param size count of octets to allocate. - * @deprecated since v10.0.0 - Use `Buffer.alloc()` instead (also see `Buffer.allocUnsafe()`). - */ - new (size: number): Buffer; - /** - * Allocates a new buffer containing the given {array} of octets. - * - * @param array The octets to store. - * @deprecated since v10.0.0 - Use `Buffer.from(array)` instead. - */ - new (array: Uint8Array): Buffer; - /** - * Produces a Buffer backed by the same allocated memory as - * the given {ArrayBuffer}/{SharedArrayBuffer}. - * - * - * @param arrayBuffer The ArrayBuffer with which to share memory. - * @deprecated since v10.0.0 - Use `Buffer.from(arrayBuffer[, byteOffset[, length]])` instead. - */ - new (arrayBuffer: ArrayBuffer | SharedArrayBuffer): Buffer; - /** - * Allocates a new buffer containing the given {array} of octets. - * - * @param array The octets to store. - * @deprecated since v10.0.0 - Use `Buffer.from(array)` instead. - */ - new (array: ReadonlyArray<any>): Buffer; - /** - * Copies the passed {buffer} data onto a new {Buffer} instance. - * - * @param buffer The buffer to copy. - * @deprecated since v10.0.0 - Use `Buffer.from(buffer)` instead. - */ - new (buffer: Buffer): Buffer; - /** - * Allocates a new `Buffer` using an `array` of bytes in the range `0` – `255`. - * Array entries outside that range will be truncated to fit into it. - * - * ```js - * import { Buffer } from 'buffer'; - * - * // Creates a new Buffer containing the UTF-8 bytes of the string 'buffer'. - * const buf = Buffer.from([0x62, 0x75, 0x66, 0x66, 0x65, 0x72]); - * ``` - * - * A `TypeError` will be thrown if `array` is not an `Array` or another type - * appropriate for `Buffer.from()` variants. - * - * `Buffer.from(array)` and `Buffer.from(string)` may also use the internal`Buffer` pool like `Buffer.allocUnsafe()` does. - * @since v5.10.0 - */ - from( - arrayBuffer: WithImplicitCoercion<ArrayBuffer | SharedArrayBuffer>, - byteOffset?: number, - length?: number, - ): Buffer; - /** - * Creates a new Buffer using the passed {data} - * @param data data to create a new Buffer - */ - from(data: Uint8Array | ReadonlyArray<number>): Buffer; - from(data: WithImplicitCoercion<Uint8Array | ReadonlyArray<number> | string>): Buffer; - /** - * Creates a new Buffer containing the given JavaScript string {str}. - * If provided, the {encoding} parameter identifies the character encoding. - * If not provided, {encoding} defaults to 'utf8'. - */ - from( - str: - | WithImplicitCoercion<string> - | { - [Symbol.toPrimitive](hint: 'string'): string; - }, - encoding?: BufferEncoding, - ): Buffer; - /** - * Creates a new Buffer using the passed {data} - * @param values to create a new Buffer - */ - of(...items: number[]): Buffer; - /** - * Returns `true` if `obj` is a `Buffer`, `false` otherwise. - * - * ```js - * import { Buffer } from 'buffer'; - * - * Buffer.isBuffer(Buffer.alloc(10)); // true - * Buffer.isBuffer(Buffer.from('foo')); // true - * Buffer.isBuffer('a string'); // false - * Buffer.isBuffer([]); // false - * Buffer.isBuffer(new Uint8Array(1024)); // false - * ``` - * @since v0.1.101 - */ - isBuffer(obj: any): obj is Buffer; - /** - * Returns `true` if `encoding` is the name of a supported character encoding, - * or `false` otherwise. - * - * ```js - * import { Buffer } from 'buffer'; - * - * console.log(Buffer.isEncoding('utf8')); - * // Prints: true - * - * console.log(Buffer.isEncoding('hex')); - * // Prints: true - * - * console.log(Buffer.isEncoding('utf/8')); - * // Prints: false - * - * console.log(Buffer.isEncoding('')); - * // Prints: false - * ``` - * @since v0.9.1 - * @param encoding A character encoding name to check. - */ - isEncoding(encoding: string): encoding is BufferEncoding; - /** - * Returns the byte length of a string when encoded using `encoding`. - * This is not the same as [`String.prototype.length`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/length), which does not account - * for the encoding that is used to convert the string into bytes. - * - * For `'base64'`, `'base64url'`, and `'hex'`, this function assumes valid input. - * For strings that contain non-base64/hex-encoded data (e.g. whitespace), the - * return value might be greater than the length of a `Buffer` created from the - * string. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const str = '\u00bd + \u00bc = \u00be'; - * - * console.log(`${str}: ${str.length} characters, ` + - * `${Buffer.byteLength(str, 'utf8')} bytes`); - * // Prints: ½ + ¼ = ¾: 9 characters, 12 bytes - * ``` - * - * When `string` is a - * `Buffer`/[`DataView`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DataView)/[`TypedArray`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/- - * Reference/Global_Objects/TypedArray)/[`ArrayBuffer`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer)/[`SharedArrayBuffer`](https://develop- - * er.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/SharedArrayBuffer), the byte length as reported by `.byteLength`is returned. - * @since v0.1.90 - * @param string A value to calculate the length of. - * @param [encoding='utf8'] If `string` is a string, this is its encoding. - * @return The number of bytes contained within `string`. - */ - byteLength( - string: string | NodeJS.ArrayBufferView | ArrayBuffer | SharedArrayBuffer, - encoding?: BufferEncoding, - ): number; - /** - * Returns a new `Buffer` which is the result of concatenating all the `Buffer`instances in the `list` together. - * - * If the list has no items, or if the `totalLength` is 0, then a new zero-length`Buffer` is returned. - * - * If `totalLength` is not provided, it is calculated from the `Buffer` instances - * in `list` by adding their lengths. - * - * If `totalLength` is provided, it is coerced to an unsigned integer. If the - * combined length of the `Buffer`s in `list` exceeds `totalLength`, the result is - * truncated to `totalLength`. - * - * ```js - * import { Buffer } from 'buffer'; - * - * // Create a single `Buffer` from a list of three `Buffer` instances. - * - * const buf1 = Buffer.alloc(10); - * const buf2 = Buffer.alloc(14); - * const buf3 = Buffer.alloc(18); - * const totalLength = buf1.length + buf2.length + buf3.length; - * - * console.log(totalLength); - * // Prints: 42 - * - * const bufA = Buffer.concat([buf1, buf2, buf3], totalLength); - * - * console.log(bufA); - * // Prints: <Buffer 00 00 00 00 ...> - * console.log(bufA.length); - * // Prints: 42 - * ``` - * - * `Buffer.concat()` may also use the internal `Buffer` pool like `Buffer.allocUnsafe()` does. - * @since v0.7.11 - * @param list List of `Buffer` or {@link Uint8Array} instances to concatenate. - * @param totalLength Total length of the `Buffer` instances in `list` when concatenated. - */ - concat(list: ReadonlyArray<Uint8Array>, totalLength?: number): Buffer; - /** - * Compares `buf1` to `buf2`, typically for the purpose of sorting arrays of`Buffer` instances. This is equivalent to calling `buf1.compare(buf2)`. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf1 = Buffer.from('1234'); - * const buf2 = Buffer.from('0123'); - * const arr = [buf1, buf2]; - * - * console.log(arr.sort(Buffer.compare)); - * // Prints: [ <Buffer 30 31 32 33>, <Buffer 31 32 33 34> ] - * // (This result is equal to: [buf2, buf1].) - * ``` - * @since v0.11.13 - * @return Either `-1`, `0`, or `1`, depending on the result of the comparison. See `compare` for details. - */ - compare(buf1: Uint8Array, buf2: Uint8Array): -1 | 0 | 1; - /** - * Allocates a new `Buffer` of `size` bytes. If `fill` is `undefined`, the`Buffer` will be zero-filled. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.alloc(5); - * - * console.log(buf); - * // Prints: <Buffer 00 00 00 00 00> - * ``` - * - * If `size` is larger than {@link constants.MAX_LENGTH} or smaller than 0, `ERR_INVALID_ARG_VALUE` is thrown. - * - * If `fill` is specified, the allocated `Buffer` will be initialized by calling `buf.fill(fill)`. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.alloc(5, 'a'); - * - * console.log(buf); - * // Prints: <Buffer 61 61 61 61 61> - * ``` - * - * If both `fill` and `encoding` are specified, the allocated `Buffer` will be - * initialized by calling `buf.fill(fill, encoding)`. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.alloc(11, 'aGVsbG8gd29ybGQ=', 'base64'); - * - * console.log(buf); - * // Prints: <Buffer 68 65 6c 6c 6f 20 77 6f 72 6c 64> - * ``` - * - * Calling `Buffer.alloc()` can be measurably slower than the alternative `Buffer.allocUnsafe()` but ensures that the newly created `Buffer` instance - * contents will never contain sensitive data from previous allocations, including - * data that might not have been allocated for `Buffer`s. - * - * A `TypeError` will be thrown if `size` is not a number. - * @since v5.10.0 - * @param size The desired length of the new `Buffer`. - * @param [fill=0] A value to pre-fill the new `Buffer` with. - * @param [encoding='utf8'] If `fill` is a string, this is its encoding. - */ - alloc(size: number, fill?: string | Buffer | number, encoding?: BufferEncoding): Buffer; - /** - * Allocates a new `Buffer` of `size` bytes. If `size` is larger than {@link constants.MAX_LENGTH} or smaller than 0, `ERR_INVALID_ARG_VALUE` is thrown. - * - * The underlying memory for `Buffer` instances created in this way is _not_ - * _initialized_. The contents of the newly created `Buffer` are unknown and _may contain sensitive data_. Use `Buffer.alloc()` instead to initialize`Buffer` instances with zeroes. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.allocUnsafe(10); - * - * console.log(buf); - * // Prints (contents may vary): <Buffer a0 8b 28 3f 01 00 00 00 50 32> - * - * buf.fill(0); - * - * console.log(buf); - * // Prints: <Buffer 00 00 00 00 00 00 00 00 00 00> - * ``` - * - * A `TypeError` will be thrown if `size` is not a number. - * - * The `Buffer` module pre-allocates an internal `Buffer` instance of - * size `Buffer.poolSize` that is used as a pool for the fast allocation of new`Buffer` instances created using `Buffer.allocUnsafe()`,`Buffer.from(array)`, `Buffer.concat()`, and the - * deprecated`new Buffer(size)` constructor only when `size` is less than or equal - * to `Buffer.poolSize >> 1` (floor of `Buffer.poolSize` divided by two). - * - * Use of this pre-allocated internal memory pool is a key difference between - * calling `Buffer.alloc(size, fill)` vs. `Buffer.allocUnsafe(size).fill(fill)`. - * Specifically, `Buffer.alloc(size, fill)` will _never_ use the internal `Buffer`pool, while `Buffer.allocUnsafe(size).fill(fill)`_will_ use the internal`Buffer` pool if `size` is less - * than or equal to half `Buffer.poolSize`. The - * difference is subtle but can be important when an application requires the - * additional performance that `Buffer.allocUnsafe()` provides. - * @since v5.10.0 - * @param size The desired length of the new `Buffer`. - */ - allocUnsafe(size: number): Buffer; - /** - * Allocates a new `Buffer` of `size` bytes. If `size` is larger than {@link constants.MAX_LENGTH} or smaller than 0, `ERR_INVALID_ARG_VALUE` is thrown. A zero-length `Buffer` is created - * if `size` is 0. - * - * The underlying memory for `Buffer` instances created in this way is _not_ - * _initialized_. The contents of the newly created `Buffer` are unknown and _may contain sensitive data_. Use `buf.fill(0)` to initialize - * such `Buffer` instances with zeroes. - * - * When using `Buffer.allocUnsafe()` to allocate new `Buffer` instances, - * allocations under 4 KB are sliced from a single pre-allocated `Buffer`. This - * allows applications to avoid the garbage collection overhead of creating many - * individually allocated `Buffer` instances. This approach improves both - * performance and memory usage by eliminating the need to track and clean up as - * many individual `ArrayBuffer` objects. - * - * However, in the case where a developer may need to retain a small chunk of - * memory from a pool for an indeterminate amount of time, it may be appropriate - * to create an un-pooled `Buffer` instance using `Buffer.allocUnsafeSlow()` and - * then copying out the relevant bits. - * - * ```js - * import { Buffer } from 'buffer'; - * - * // Need to keep around a few small chunks of memory. - * const store = []; - * - * socket.on('readable', () => { - * let data; - * while (null !== (data = readable.read())) { - * // Allocate for retained data. - * const sb = Buffer.allocUnsafeSlow(10); - * - * // Copy the data into the new allocation. - * data.copy(sb, 0, 0, 10); - * - * store.push(sb); - * } - * }); - * ``` - * - * A `TypeError` will be thrown if `size` is not a number. - * @since v5.12.0 - * @param size The desired length of the new `Buffer`. - */ - allocUnsafeSlow(size: number): Buffer; - /** - * This is the size (in bytes) of pre-allocated internal `Buffer` instances used - * for pooling. This value may be modified. - * @since v0.11.3 - */ - poolSize: number; - } - interface Buffer extends Uint8Array { - /** - * Writes `string` to `buf` at `offset` according to the character encoding in`encoding`. The `length` parameter is the number of bytes to write. If `buf` did - * not contain enough space to fit the entire string, only part of `string` will be - * written. However, partially encoded characters will not be written. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.alloc(256); - * - * const len = buf.write('\u00bd + \u00bc = \u00be', 0); - * - * console.log(`${len} bytes: ${buf.toString('utf8', 0, len)}`); - * // Prints: 12 bytes: ½ + ¼ = ¾ - * - * const buffer = Buffer.alloc(10); - * - * const length = buffer.write('abcd', 8); - * - * console.log(`${length} bytes: ${buffer.toString('utf8', 8, 10)}`); - * // Prints: 2 bytes : ab - * ``` - * @since v0.1.90 - * @param string String to write to `buf`. - * @param [offset=0] Number of bytes to skip before starting to write `string`. - * @param [length=buf.length - offset] Maximum number of bytes to write (written bytes will not exceed `buf.length - offset`). - * @param [encoding='utf8'] The character encoding of `string`. - * @return Number of bytes written. - */ - write(string: string, encoding?: BufferEncoding): number; - write(string: string, offset: number, encoding?: BufferEncoding): number; - write(string: string, offset: number, length: number, encoding?: BufferEncoding): number; - /** - * Decodes `buf` to a string according to the specified character encoding in`encoding`. `start` and `end` may be passed to decode only a subset of `buf`. - * - * If `encoding` is `'utf8'` and a byte sequence in the input is not valid UTF-8, - * then each invalid byte is replaced with the replacement character `U+FFFD`. - * - * The maximum length of a string instance (in UTF-16 code units) is available - * as {@link constants.MAX_STRING_LENGTH}. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf1 = Buffer.allocUnsafe(26); - * - * for (let i = 0; i < 26; i++) { - * // 97 is the decimal ASCII value for 'a'. - * buf1[i] = i + 97; - * } - * - * console.log(buf1.toString('utf8')); - * // Prints: abcdefghijklmnopqrstuvwxyz - * console.log(buf1.toString('utf8', 0, 5)); - * // Prints: abcde - * - * const buf2 = Buffer.from('tést'); - * - * console.log(buf2.toString('hex')); - * // Prints: 74c3a97374 - * console.log(buf2.toString('utf8', 0, 3)); - * // Prints: té - * console.log(buf2.toString(undefined, 0, 3)); - * // Prints: té - * ``` - * @since v0.1.90 - * @param [encoding='utf8'] The character encoding to use. - * @param [start=0] The byte offset to start decoding at. - * @param [end=buf.length] The byte offset to stop decoding at (not inclusive). - */ - toString(encoding?: BufferEncoding, start?: number, end?: number): string; - /** - * Returns a JSON representation of `buf`. [`JSON.stringify()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify) implicitly calls - * this function when stringifying a `Buffer` instance. - * - * `Buffer.from()` accepts objects in the format returned from this method. - * In particular, `Buffer.from(buf.toJSON())` works like `Buffer.from(buf)`. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.from([0x1, 0x2, 0x3, 0x4, 0x5]); - * const json = JSON.stringify(buf); - * - * console.log(json); - * // Prints: {"type":"Buffer","data":[1,2,3,4,5]} - * - * const copy = JSON.parse(json, (key, value) => { - * return value &#x26;&#x26; value.type === 'Buffer' ? - * Buffer.from(value) : - * value; - * }); - * - * console.log(copy); - * // Prints: <Buffer 01 02 03 04 05> - * ``` - * @since v0.9.2 - */ - toJSON(): { - type: 'Buffer'; - data: number[]; - }; - /** - * Returns `true` if both `buf` and `otherBuffer` have exactly the same bytes,`false` otherwise. Equivalent to `buf.compare(otherBuffer) === 0`. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf1 = Buffer.from('ABC'); - * const buf2 = Buffer.from('414243', 'hex'); - * const buf3 = Buffer.from('ABCD'); - * - * console.log(buf1.equals(buf2)); - * // Prints: true - * console.log(buf1.equals(buf3)); - * // Prints: false - * ``` - * @since v0.11.13 - * @param otherBuffer A `Buffer` or {@link Uint8Array} with which to compare `buf`. - */ - equals(otherBuffer: Uint8Array): boolean; - /** - * Compares `buf` with `target` and returns a number indicating whether `buf`comes before, after, or is the same as `target` in sort order. - * Comparison is based on the actual sequence of bytes in each `Buffer`. - * - * * `0` is returned if `target` is the same as `buf` - * * `1` is returned if `target` should come _before_`buf` when sorted. - * * `-1` is returned if `target` should come _after_`buf` when sorted. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf1 = Buffer.from('ABC'); - * const buf2 = Buffer.from('BCD'); - * const buf3 = Buffer.from('ABCD'); - * - * console.log(buf1.compare(buf1)); - * // Prints: 0 - * console.log(buf1.compare(buf2)); - * // Prints: -1 - * console.log(buf1.compare(buf3)); - * // Prints: -1 - * console.log(buf2.compare(buf1)); - * // Prints: 1 - * console.log(buf2.compare(buf3)); - * // Prints: 1 - * console.log([buf1, buf2, buf3].sort(Buffer.compare)); - * // Prints: [ <Buffer 41 42 43>, <Buffer 41 42 43 44>, <Buffer 42 43 44> ] - * // (This result is equal to: [buf1, buf3, buf2].) - * ``` - * - * The optional `targetStart`, `targetEnd`, `sourceStart`, and `sourceEnd`arguments can be used to limit the comparison to specific ranges within `target`and `buf` respectively. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf1 = Buffer.from([1, 2, 3, 4, 5, 6, 7, 8, 9]); - * const buf2 = Buffer.from([5, 6, 7, 8, 9, 1, 2, 3, 4]); - * - * console.log(buf1.compare(buf2, 5, 9, 0, 4)); - * // Prints: 0 - * console.log(buf1.compare(buf2, 0, 6, 4)); - * // Prints: -1 - * console.log(buf1.compare(buf2, 5, 6, 5)); - * // Prints: 1 - * ``` - * - * `ERR_OUT_OF_RANGE` is thrown if `targetStart < 0`, `sourceStart < 0`,`targetEnd > target.byteLength`, or `sourceEnd > source.byteLength`. - * @since v0.11.13 - * @param target A `Buffer` or {@link Uint8Array} with which to compare `buf`. - * @param [targetStart=0] The offset within `target` at which to begin comparison. - * @param [targetEnd=target.length] The offset within `target` at which to end comparison (not inclusive). - * @param [sourceStart=0] The offset within `buf` at which to begin comparison. - * @param [sourceEnd=buf.length] The offset within `buf` at which to end comparison (not inclusive). - */ - compare( - target: Uint8Array, - targetStart?: number, - targetEnd?: number, - sourceStart?: number, - sourceEnd?: number, - ): -1 | 0 | 1; - /** - * Copies data from a region of `buf` to a region in `target`, even if the `target`memory region overlaps with `buf`. - * - * [`TypedArray.prototype.set()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/set) performs the same operation, and is available - * for all TypedArrays, including Node.js `Buffer`s, although it takes - * different function arguments. - * - * ```js - * import { Buffer } from 'buffer'; - * - * // Create two `Buffer` instances. - * const buf1 = Buffer.allocUnsafe(26); - * const buf2 = Buffer.allocUnsafe(26).fill('!'); - * - * for (let i = 0; i < 26; i++) { - * // 97 is the decimal ASCII value for 'a'. - * buf1[i] = i + 97; - * } - * - * // Copy `buf1` bytes 16 through 19 into `buf2` starting at byte 8 of `buf2`. - * buf1.copy(buf2, 8, 16, 20); - * // This is equivalent to: - * // buf2.set(buf1.subarray(16, 20), 8); - * - * console.log(buf2.toString('ascii', 0, 25)); - * // Prints: !!!!!!!!qrst!!!!!!!!!!!!! - * ``` - * - * ```js - * import { Buffer } from 'buffer'; - * - * // Create a `Buffer` and copy data from one region to an overlapping region - * // within the same `Buffer`. - * - * const buf = Buffer.allocUnsafe(26); - * - * for (let i = 0; i < 26; i++) { - * // 97 is the decimal ASCII value for 'a'. - * buf[i] = i + 97; - * } - * - * buf.copy(buf, 0, 4, 10); - * - * console.log(buf.toString()); - * // Prints: efghijghijklmnopqrstuvwxyz - * ``` - * @since v0.1.90 - * @param target A `Buffer` or {@link Uint8Array} to copy into. - * @param [targetStart=0] The offset within `target` at which to begin writing. - * @param [sourceStart=0] The offset within `buf` from which to begin copying. - * @param [sourceEnd=buf.length] The offset within `buf` at which to stop copying (not inclusive). - * @return The number of bytes copied. - */ - copy(target: Uint8Array, targetStart?: number, sourceStart?: number, sourceEnd?: number): number; - /** - * Returns a new `Buffer` that references the same memory as the original, but - * offset and cropped by the `start` and `end` indices. - * - * This method is not compatible with the `Uint8Array.prototype.slice()`, - * which is a superclass of `Buffer`. To copy the slice, use`Uint8Array.prototype.slice()`. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.from('buffer'); - * - * const copiedBuf = Uint8Array.prototype.slice.call(buf); - * copiedBuf[0]++; - * console.log(copiedBuf.toString()); - * // Prints: cuffer - * - * console.log(buf.toString()); - * // Prints: buffer - * - * // With buf.slice(), the original buffer is modified. - * const notReallyCopiedBuf = buf.slice(); - * notReallyCopiedBuf[0]++; - * console.log(notReallyCopiedBuf.toString()); - * // Prints: cuffer - * console.log(buf.toString()); - * // Also prints: cuffer (!) - * ``` - * @since v0.3.0 - * @deprecated Use `subarray` instead. - * @param [start=0] Where the new `Buffer` will start. - * @param [end=buf.length] Where the new `Buffer` will end (not inclusive). - */ - slice(start?: number, end?: number): Buffer; - /** - * Returns a new `Buffer` that references the same memory as the original, but - * offset and cropped by the `start` and `end` indices. - * - * Specifying `end` greater than `buf.length` will return the same result as - * that of `end` equal to `buf.length`. - * - * This method is inherited from [`TypedArray.prototype.subarray()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/subarray). - * - * Modifying the new `Buffer` slice will modify the memory in the original `Buffer`because the allocated memory of the two objects overlap. - * - * ```js - * import { Buffer } from 'buffer'; - * - * // Create a `Buffer` with the ASCII alphabet, take a slice, and modify one byte - * // from the original `Buffer`. - * - * const buf1 = Buffer.allocUnsafe(26); - * - * for (let i = 0; i < 26; i++) { - * // 97 is the decimal ASCII value for 'a'. - * buf1[i] = i + 97; - * } - * - * const buf2 = buf1.subarray(0, 3); - * - * console.log(buf2.toString('ascii', 0, buf2.length)); - * // Prints: abc - * - * buf1[0] = 33; - * - * console.log(buf2.toString('ascii', 0, buf2.length)); - * // Prints: !bc - * ``` - * - * Specifying negative indexes causes the slice to be generated relative to the - * end of `buf` rather than the beginning. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.from('buffer'); - * - * console.log(buf.subarray(-6, -1).toString()); - * // Prints: buffe - * // (Equivalent to buf.subarray(0, 5).) - * - * console.log(buf.subarray(-6, -2).toString()); - * // Prints: buff - * // (Equivalent to buf.subarray(0, 4).) - * - * console.log(buf.subarray(-5, -2).toString()); - * // Prints: uff - * // (Equivalent to buf.subarray(1, 4).) - * ``` - * @since v3.0.0 - * @param [start=0] Where the new `Buffer` will start. - * @param [end=buf.length] Where the new `Buffer` will end (not inclusive). - */ - subarray(start?: number, end?: number): Buffer; - /** - * Writes `value` to `buf` at the specified `offset` as big-endian. - * - * `value` is interpreted and written as a two's complement signed integer. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.allocUnsafe(8); - * - * buf.writeBigInt64BE(0x0102030405060708n, 0); - * - * console.log(buf); - * // Prints: <Buffer 01 02 03 04 05 06 07 08> - * ``` - * @since v12.0.0, v10.20.0 - * @param value Number to be written to `buf`. - * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy: `0 <= offset <= buf.length - 8`. - * @return `offset` plus the number of bytes written. - */ - writeBigInt64BE(value: bigint, offset?: number): number; - /** - * Writes `value` to `buf` at the specified `offset` as little-endian. - * - * `value` is interpreted and written as a two's complement signed integer. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.allocUnsafe(8); - * - * buf.writeBigInt64LE(0x0102030405060708n, 0); - * - * console.log(buf); - * // Prints: <Buffer 08 07 06 05 04 03 02 01> - * ``` - * @since v12.0.0, v10.20.0 - * @param value Number to be written to `buf`. - * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy: `0 <= offset <= buf.length - 8`. - * @return `offset` plus the number of bytes written. - */ - writeBigInt64LE(value: bigint, offset?: number): number; - /** - * Writes `value` to `buf` at the specified `offset` as big-endian. - * - * This function is also available under the `writeBigUint64BE` alias. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.allocUnsafe(8); - * - * buf.writeBigUInt64BE(0xdecafafecacefaden, 0); - * - * console.log(buf); - * // Prints: <Buffer de ca fa fe ca ce fa de> - * ``` - * @since v12.0.0, v10.20.0 - * @param value Number to be written to `buf`. - * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy: `0 <= offset <= buf.length - 8`. - * @return `offset` plus the number of bytes written. - */ - writeBigUInt64BE(value: bigint, offset?: number): number; - /** - * @alias Buffer.writeBigUInt64BE - * @since v14.10.0, v12.19.0 - */ - writeBigUint64BE(value: bigint, offset?: number): number; - /** - * Writes `value` to `buf` at the specified `offset` as little-endian - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.allocUnsafe(8); - * - * buf.writeBigUInt64LE(0xdecafafecacefaden, 0); - * - * console.log(buf); - * // Prints: <Buffer de fa ce ca fe fa ca de> - * ``` - * - * This function is also available under the `writeBigUint64LE` alias. - * @since v12.0.0, v10.20.0 - * @param value Number to be written to `buf`. - * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy: `0 <= offset <= buf.length - 8`. - * @return `offset` plus the number of bytes written. - */ - writeBigUInt64LE(value: bigint, offset?: number): number; - /** - * @alias Buffer.writeBigUInt64LE - * @since v14.10.0, v12.19.0 - */ - writeBigUint64LE(value: bigint, offset?: number): number; - /** - * Writes `byteLength` bytes of `value` to `buf` at the specified `offset`as little-endian. Supports up to 48 bits of accuracy. Behavior is undefined - * when `value` is anything other than an unsigned integer. - * - * This function is also available under the `writeUintLE` alias. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.allocUnsafe(6); - * - * buf.writeUIntLE(0x1234567890ab, 0, 6); - * - * console.log(buf); - * // Prints: <Buffer ab 90 78 56 34 12> - * ``` - * @since v0.5.5 - * @param value Number to be written to `buf`. - * @param offset Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - byteLength`. - * @param byteLength Number of bytes to write. Must satisfy `0 < byteLength <= 6`. - * @return `offset` plus the number of bytes written. - */ - writeUIntLE(value: number, offset: number, byteLength: number): number; - /** - * @alias Buffer.writeUIntLE - * @since v14.9.0, v12.19.0 - */ - writeUintLE(value: number, offset: number, byteLength: number): number; - /** - * Writes `byteLength` bytes of `value` to `buf` at the specified `offset`as big-endian. Supports up to 48 bits of accuracy. Behavior is undefined - * when `value` is anything other than an unsigned integer. - * - * This function is also available under the `writeUintBE` alias. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.allocUnsafe(6); - * - * buf.writeUIntBE(0x1234567890ab, 0, 6); - * - * console.log(buf); - * // Prints: <Buffer 12 34 56 78 90 ab> - * ``` - * @since v0.5.5 - * @param value Number to be written to `buf`. - * @param offset Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - byteLength`. - * @param byteLength Number of bytes to write. Must satisfy `0 < byteLength <= 6`. - * @return `offset` plus the number of bytes written. - */ - writeUIntBE(value: number, offset: number, byteLength: number): number; - /** - * @alias Buffer.writeUIntBE - * @since v14.9.0, v12.19.0 - */ - writeUintBE(value: number, offset: number, byteLength: number): number; - /** - * Writes `byteLength` bytes of `value` to `buf` at the specified `offset`as little-endian. Supports up to 48 bits of accuracy. Behavior is undefined - * when `value` is anything other than a signed integer. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.allocUnsafe(6); - * - * buf.writeIntLE(0x1234567890ab, 0, 6); - * - * console.log(buf); - * // Prints: <Buffer ab 90 78 56 34 12> - * ``` - * @since v0.11.15 - * @param value Number to be written to `buf`. - * @param offset Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - byteLength`. - * @param byteLength Number of bytes to write. Must satisfy `0 < byteLength <= 6`. - * @return `offset` plus the number of bytes written. - */ - writeIntLE(value: number, offset: number, byteLength: number): number; - /** - * Writes `byteLength` bytes of `value` to `buf` at the specified `offset`as big-endian. Supports up to 48 bits of accuracy. Behavior is undefined when`value` is anything other than a - * signed integer. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.allocUnsafe(6); - * - * buf.writeIntBE(0x1234567890ab, 0, 6); - * - * console.log(buf); - * // Prints: <Buffer 12 34 56 78 90 ab> - * ``` - * @since v0.11.15 - * @param value Number to be written to `buf`. - * @param offset Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - byteLength`. - * @param byteLength Number of bytes to write. Must satisfy `0 < byteLength <= 6`. - * @return `offset` plus the number of bytes written. - */ - writeIntBE(value: number, offset: number, byteLength: number): number; - /** - * Reads an unsigned, big-endian 64-bit integer from `buf` at the specified`offset`. - * - * This function is also available under the `readBigUint64BE` alias. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.from([0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff]); - * - * console.log(buf.readBigUInt64BE(0)); - * // Prints: 4294967295n - * ``` - * @since v12.0.0, v10.20.0 - * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy: `0 <= offset <= buf.length - 8`. - */ - readBigUInt64BE(offset?: number): bigint; - /** - * @alias Buffer.readBigUInt64BE - * @since v14.10.0, v12.19.0 - */ - readBigUint64BE(offset?: number): bigint; - /** - * Reads an unsigned, little-endian 64-bit integer from `buf` at the specified`offset`. - * - * This function is also available under the `readBigUint64LE` alias. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.from([0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff]); - * - * console.log(buf.readBigUInt64LE(0)); - * // Prints: 18446744069414584320n - * ``` - * @since v12.0.0, v10.20.0 - * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy: `0 <= offset <= buf.length - 8`. - */ - readBigUInt64LE(offset?: number): bigint; - /** - * @alias Buffer.readBigUInt64LE - * @since v14.10.0, v12.19.0 - */ - readBigUint64LE(offset?: number): bigint; - /** - * Reads a signed, big-endian 64-bit integer from `buf` at the specified `offset`. - * - * Integers read from a `Buffer` are interpreted as two's complement signed - * values. - * @since v12.0.0, v10.20.0 - * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy: `0 <= offset <= buf.length - 8`. - */ - readBigInt64BE(offset?: number): bigint; - /** - * Reads a signed, little-endian 64-bit integer from `buf` at the specified`offset`. - * - * Integers read from a `Buffer` are interpreted as two's complement signed - * values. - * @since v12.0.0, v10.20.0 - * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy: `0 <= offset <= buf.length - 8`. - */ - readBigInt64LE(offset?: number): bigint; - /** - * Reads `byteLength` number of bytes from `buf` at the specified `offset`and interprets the result as an unsigned, little-endian integer supporting - * up to 48 bits of accuracy. - * - * This function is also available under the `readUintLE` alias. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.from([0x12, 0x34, 0x56, 0x78, 0x90, 0xab]); - * - * console.log(buf.readUIntLE(0, 6).toString(16)); - * // Prints: ab9078563412 - * ``` - * @since v0.11.15 - * @param offset Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - byteLength`. - * @param byteLength Number of bytes to read. Must satisfy `0 < byteLength <= 6`. - */ - readUIntLE(offset: number, byteLength: number): number; - /** - * @alias Buffer.readUIntLE - * @since v14.9.0, v12.19.0 - */ - readUintLE(offset: number, byteLength: number): number; - /** - * Reads `byteLength` number of bytes from `buf` at the specified `offset`and interprets the result as an unsigned big-endian integer supporting - * up to 48 bits of accuracy. - * - * This function is also available under the `readUintBE` alias. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.from([0x12, 0x34, 0x56, 0x78, 0x90, 0xab]); - * - * console.log(buf.readUIntBE(0, 6).toString(16)); - * // Prints: 1234567890ab - * console.log(buf.readUIntBE(1, 6).toString(16)); - * // Throws ERR_OUT_OF_RANGE. - * ``` - * @since v0.11.15 - * @param offset Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - byteLength`. - * @param byteLength Number of bytes to read. Must satisfy `0 < byteLength <= 6`. - */ - readUIntBE(offset: number, byteLength: number): number; - /** - * @alias Buffer.readUIntBE - * @since v14.9.0, v12.19.0 - */ - readUintBE(offset: number, byteLength: number): number; - /** - * Reads `byteLength` number of bytes from `buf` at the specified `offset`and interprets the result as a little-endian, two's complement signed value - * supporting up to 48 bits of accuracy. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.from([0x12, 0x34, 0x56, 0x78, 0x90, 0xab]); - * - * console.log(buf.readIntLE(0, 6).toString(16)); - * // Prints: -546f87a9cbee - * ``` - * @since v0.11.15 - * @param offset Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - byteLength`. - * @param byteLength Number of bytes to read. Must satisfy `0 < byteLength <= 6`. - */ - readIntLE(offset: number, byteLength: number): number; - /** - * Reads `byteLength` number of bytes from `buf` at the specified `offset`and interprets the result as a big-endian, two's complement signed value - * supporting up to 48 bits of accuracy. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.from([0x12, 0x34, 0x56, 0x78, 0x90, 0xab]); - * - * console.log(buf.readIntBE(0, 6).toString(16)); - * // Prints: 1234567890ab - * console.log(buf.readIntBE(1, 6).toString(16)); - * // Throws ERR_OUT_OF_RANGE. - * console.log(buf.readIntBE(1, 0).toString(16)); - * // Throws ERR_OUT_OF_RANGE. - * ``` - * @since v0.11.15 - * @param offset Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - byteLength`. - * @param byteLength Number of bytes to read. Must satisfy `0 < byteLength <= 6`. - */ - readIntBE(offset: number, byteLength: number): number; - /** - * Reads an unsigned 8-bit integer from `buf` at the specified `offset`. - * - * This function is also available under the `readUint8` alias. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.from([1, -2]); - * - * console.log(buf.readUInt8(0)); - * // Prints: 1 - * console.log(buf.readUInt8(1)); - * // Prints: 254 - * console.log(buf.readUInt8(2)); - * // Throws ERR_OUT_OF_RANGE. - * ``` - * @since v0.5.0 - * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 1`. - */ - readUInt8(offset?: number): number; - /** - * @alias Buffer.readUInt8 - * @since v14.9.0, v12.19.0 - */ - readUint8(offset?: number): number; - /** - * Reads an unsigned, little-endian 16-bit integer from `buf` at the specified`offset`. - * - * This function is also available under the `readUint16LE` alias. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.from([0x12, 0x34, 0x56]); - * - * console.log(buf.readUInt16LE(0).toString(16)); - * // Prints: 3412 - * console.log(buf.readUInt16LE(1).toString(16)); - * // Prints: 5634 - * console.log(buf.readUInt16LE(2).toString(16)); - * // Throws ERR_OUT_OF_RANGE. - * ``` - * @since v0.5.5 - * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 2`. - */ - readUInt16LE(offset?: number): number; - /** - * @alias Buffer.readUInt16LE - * @since v14.9.0, v12.19.0 - */ - readUint16LE(offset?: number): number; - /** - * Reads an unsigned, big-endian 16-bit integer from `buf` at the specified`offset`. - * - * This function is also available under the `readUint16BE` alias. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.from([0x12, 0x34, 0x56]); - * - * console.log(buf.readUInt16BE(0).toString(16)); - * // Prints: 1234 - * console.log(buf.readUInt16BE(1).toString(16)); - * // Prints: 3456 - * ``` - * @since v0.5.5 - * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 2`. - */ - readUInt16BE(offset?: number): number; - /** - * @alias Buffer.readUInt16BE - * @since v14.9.0, v12.19.0 - */ - readUint16BE(offset?: number): number; - /** - * Reads an unsigned, little-endian 32-bit integer from `buf` at the specified`offset`. - * - * This function is also available under the `readUint32LE` alias. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.from([0x12, 0x34, 0x56, 0x78]); - * - * console.log(buf.readUInt32LE(0).toString(16)); - * // Prints: 78563412 - * console.log(buf.readUInt32LE(1).toString(16)); - * // Throws ERR_OUT_OF_RANGE. - * ``` - * @since v0.5.5 - * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 4`. - */ - readUInt32LE(offset?: number): number; - /** - * @alias Buffer.readUInt32LE - * @since v14.9.0, v12.19.0 - */ - readUint32LE(offset?: number): number; - /** - * Reads an unsigned, big-endian 32-bit integer from `buf` at the specified`offset`. - * - * This function is also available under the `readUint32BE` alias. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.from([0x12, 0x34, 0x56, 0x78]); - * - * console.log(buf.readUInt32BE(0).toString(16)); - * // Prints: 12345678 - * ``` - * @since v0.5.5 - * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 4`. - */ - readUInt32BE(offset?: number): number; - /** - * @alias Buffer.readUInt32BE - * @since v14.9.0, v12.19.0 - */ - readUint32BE(offset?: number): number; - /** - * Reads a signed 8-bit integer from `buf` at the specified `offset`. - * - * Integers read from a `Buffer` are interpreted as two's complement signed values. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.from([-1, 5]); - * - * console.log(buf.readInt8(0)); - * // Prints: -1 - * console.log(buf.readInt8(1)); - * // Prints: 5 - * console.log(buf.readInt8(2)); - * // Throws ERR_OUT_OF_RANGE. - * ``` - * @since v0.5.0 - * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 1`. - */ - readInt8(offset?: number): number; - /** - * Reads a signed, little-endian 16-bit integer from `buf` at the specified`offset`. - * - * Integers read from a `Buffer` are interpreted as two's complement signed values. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.from([0, 5]); - * - * console.log(buf.readInt16LE(0)); - * // Prints: 1280 - * console.log(buf.readInt16LE(1)); - * // Throws ERR_OUT_OF_RANGE. - * ``` - * @since v0.5.5 - * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 2`. - */ - readInt16LE(offset?: number): number; - /** - * Reads a signed, big-endian 16-bit integer from `buf` at the specified `offset`. - * - * Integers read from a `Buffer` are interpreted as two's complement signed values. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.from([0, 5]); - * - * console.log(buf.readInt16BE(0)); - * // Prints: 5 - * ``` - * @since v0.5.5 - * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 2`. - */ - readInt16BE(offset?: number): number; - /** - * Reads a signed, little-endian 32-bit integer from `buf` at the specified`offset`. - * - * Integers read from a `Buffer` are interpreted as two's complement signed values. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.from([0, 0, 0, 5]); - * - * console.log(buf.readInt32LE(0)); - * // Prints: 83886080 - * console.log(buf.readInt32LE(1)); - * // Throws ERR_OUT_OF_RANGE. - * ``` - * @since v0.5.5 - * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 4`. - */ - readInt32LE(offset?: number): number; - /** - * Reads a signed, big-endian 32-bit integer from `buf` at the specified `offset`. - * - * Integers read from a `Buffer` are interpreted as two's complement signed values. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.from([0, 0, 0, 5]); - * - * console.log(buf.readInt32BE(0)); - * // Prints: 5 - * ``` - * @since v0.5.5 - * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 4`. - */ - readInt32BE(offset?: number): number; - /** - * Reads a 32-bit, little-endian float from `buf` at the specified `offset`. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.from([1, 2, 3, 4]); - * - * console.log(buf.readFloatLE(0)); - * // Prints: 1.539989614439558e-36 - * console.log(buf.readFloatLE(1)); - * // Throws ERR_OUT_OF_RANGE. - * ``` - * @since v0.11.15 - * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 4`. - */ - readFloatLE(offset?: number): number; - /** - * Reads a 32-bit, big-endian float from `buf` at the specified `offset`. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.from([1, 2, 3, 4]); - * - * console.log(buf.readFloatBE(0)); - * // Prints: 2.387939260590663e-38 - * ``` - * @since v0.11.15 - * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 4`. - */ - readFloatBE(offset?: number): number; - /** - * Reads a 64-bit, little-endian double from `buf` at the specified `offset`. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.from([1, 2, 3, 4, 5, 6, 7, 8]); - * - * console.log(buf.readDoubleLE(0)); - * // Prints: 5.447603722011605e-270 - * console.log(buf.readDoubleLE(1)); - * // Throws ERR_OUT_OF_RANGE. - * ``` - * @since v0.11.15 - * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 8`. - */ - readDoubleLE(offset?: number): number; - /** - * Reads a 64-bit, big-endian double from `buf` at the specified `offset`. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.from([1, 2, 3, 4, 5, 6, 7, 8]); - * - * console.log(buf.readDoubleBE(0)); - * // Prints: 8.20788039913184e-304 - * ``` - * @since v0.11.15 - * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 8`. - */ - readDoubleBE(offset?: number): number; - reverse(): this; - /** - * Interprets `buf` as an array of unsigned 16-bit integers and swaps the - * byte order _in-place_. Throws `ERR_INVALID_BUFFER_SIZE` if `buf.length` is not a multiple of 2. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf1 = Buffer.from([0x1, 0x2, 0x3, 0x4, 0x5, 0x6, 0x7, 0x8]); - * - * console.log(buf1); - * // Prints: <Buffer 01 02 03 04 05 06 07 08> - * - * buf1.swap16(); - * - * console.log(buf1); - * // Prints: <Buffer 02 01 04 03 06 05 08 07> - * - * const buf2 = Buffer.from([0x1, 0x2, 0x3]); - * - * buf2.swap16(); - * // Throws ERR_INVALID_BUFFER_SIZE. - * ``` - * - * One convenient use of `buf.swap16()` is to perform a fast in-place conversion - * between UTF-16 little-endian and UTF-16 big-endian: - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.from('This is little-endian UTF-16', 'utf16le'); - * buf.swap16(); // Convert to big-endian UTF-16 text. - * ``` - * @since v5.10.0 - * @return A reference to `buf`. - */ - swap16(): Buffer; - /** - * Interprets `buf` as an array of unsigned 32-bit integers and swaps the - * byte order _in-place_. Throws `ERR_INVALID_BUFFER_SIZE` if `buf.length` is not a multiple of 4. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf1 = Buffer.from([0x1, 0x2, 0x3, 0x4, 0x5, 0x6, 0x7, 0x8]); - * - * console.log(buf1); - * // Prints: <Buffer 01 02 03 04 05 06 07 08> - * - * buf1.swap32(); - * - * console.log(buf1); - * // Prints: <Buffer 04 03 02 01 08 07 06 05> - * - * const buf2 = Buffer.from([0x1, 0x2, 0x3]); - * - * buf2.swap32(); - * // Throws ERR_INVALID_BUFFER_SIZE. - * ``` - * @since v5.10.0 - * @return A reference to `buf`. - */ - swap32(): Buffer; - /** - * Interprets `buf` as an array of 64-bit numbers and swaps byte order _in-place_. - * Throws `ERR_INVALID_BUFFER_SIZE` if `buf.length` is not a multiple of 8. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf1 = Buffer.from([0x1, 0x2, 0x3, 0x4, 0x5, 0x6, 0x7, 0x8]); - * - * console.log(buf1); - * // Prints: <Buffer 01 02 03 04 05 06 07 08> - * - * buf1.swap64(); - * - * console.log(buf1); - * // Prints: <Buffer 08 07 06 05 04 03 02 01> - * - * const buf2 = Buffer.from([0x1, 0x2, 0x3]); - * - * buf2.swap64(); - * // Throws ERR_INVALID_BUFFER_SIZE. - * ``` - * @since v6.3.0 - * @return A reference to `buf`. - */ - swap64(): Buffer; - /** - * Writes `value` to `buf` at the specified `offset`. `value` must be a - * valid unsigned 8-bit integer. Behavior is undefined when `value` is anything - * other than an unsigned 8-bit integer. - * - * This function is also available under the `writeUint8` alias. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.allocUnsafe(4); - * - * buf.writeUInt8(0x3, 0); - * buf.writeUInt8(0x4, 1); - * buf.writeUInt8(0x23, 2); - * buf.writeUInt8(0x42, 3); - * - * console.log(buf); - * // Prints: <Buffer 03 04 23 42> - * ``` - * @since v0.5.0 - * @param value Number to be written to `buf`. - * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 1`. - * @return `offset` plus the number of bytes written. - */ - writeUInt8(value: number, offset?: number): number; - /** - * @alias Buffer.writeUInt8 - * @since v14.9.0, v12.19.0 - */ - writeUint8(value: number, offset?: number): number; - /** - * Writes `value` to `buf` at the specified `offset` as little-endian. The `value`must be a valid unsigned 16-bit integer. Behavior is undefined when `value` is - * anything other than an unsigned 16-bit integer. - * - * This function is also available under the `writeUint16LE` alias. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.allocUnsafe(4); - * - * buf.writeUInt16LE(0xdead, 0); - * buf.writeUInt16LE(0xbeef, 2); - * - * console.log(buf); - * // Prints: <Buffer ad de ef be> - * ``` - * @since v0.5.5 - * @param value Number to be written to `buf`. - * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 2`. - * @return `offset` plus the number of bytes written. - */ - writeUInt16LE(value: number, offset?: number): number; - /** - * @alias Buffer.writeUInt16LE - * @since v14.9.0, v12.19.0 - */ - writeUint16LE(value: number, offset?: number): number; - /** - * Writes `value` to `buf` at the specified `offset` as big-endian. The `value`must be a valid unsigned 16-bit integer. Behavior is undefined when `value`is anything other than an - * unsigned 16-bit integer. - * - * This function is also available under the `writeUint16BE` alias. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.allocUnsafe(4); - * - * buf.writeUInt16BE(0xdead, 0); - * buf.writeUInt16BE(0xbeef, 2); - * - * console.log(buf); - * // Prints: <Buffer de ad be ef> - * ``` - * @since v0.5.5 - * @param value Number to be written to `buf`. - * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 2`. - * @return `offset` plus the number of bytes written. - */ - writeUInt16BE(value: number, offset?: number): number; - /** - * @alias Buffer.writeUInt16BE - * @since v14.9.0, v12.19.0 - */ - writeUint16BE(value: number, offset?: number): number; - /** - * Writes `value` to `buf` at the specified `offset` as little-endian. The `value`must be a valid unsigned 32-bit integer. Behavior is undefined when `value` is - * anything other than an unsigned 32-bit integer. - * - * This function is also available under the `writeUint32LE` alias. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.allocUnsafe(4); - * - * buf.writeUInt32LE(0xfeedface, 0); - * - * console.log(buf); - * // Prints: <Buffer ce fa ed fe> - * ``` - * @since v0.5.5 - * @param value Number to be written to `buf`. - * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 4`. - * @return `offset` plus the number of bytes written. - */ - writeUInt32LE(value: number, offset?: number): number; - /** - * @alias Buffer.writeUInt32LE - * @since v14.9.0, v12.19.0 - */ - writeUint32LE(value: number, offset?: number): number; - /** - * Writes `value` to `buf` at the specified `offset` as big-endian. The `value`must be a valid unsigned 32-bit integer. Behavior is undefined when `value`is anything other than an - * unsigned 32-bit integer. - * - * This function is also available under the `writeUint32BE` alias. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.allocUnsafe(4); - * - * buf.writeUInt32BE(0xfeedface, 0); - * - * console.log(buf); - * // Prints: <Buffer fe ed fa ce> - * ``` - * @since v0.5.5 - * @param value Number to be written to `buf`. - * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 4`. - * @return `offset` plus the number of bytes written. - */ - writeUInt32BE(value: number, offset?: number): number; - /** - * @alias Buffer.writeUInt32BE - * @since v14.9.0, v12.19.0 - */ - writeUint32BE(value: number, offset?: number): number; - /** - * Writes `value` to `buf` at the specified `offset`. `value` must be a valid - * signed 8-bit integer. Behavior is undefined when `value` is anything other than - * a signed 8-bit integer. - * - * `value` is interpreted and written as a two's complement signed integer. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.allocUnsafe(2); - * - * buf.writeInt8(2, 0); - * buf.writeInt8(-2, 1); - * - * console.log(buf); - * // Prints: <Buffer 02 fe> - * ``` - * @since v0.5.0 - * @param value Number to be written to `buf`. - * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 1`. - * @return `offset` plus the number of bytes written. - */ - writeInt8(value: number, offset?: number): number; - /** - * Writes `value` to `buf` at the specified `offset` as little-endian. The `value`must be a valid signed 16-bit integer. Behavior is undefined when `value` is - * anything other than a signed 16-bit integer. - * - * The `value` is interpreted and written as a two's complement signed integer. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.allocUnsafe(2); - * - * buf.writeInt16LE(0x0304, 0); - * - * console.log(buf); - * // Prints: <Buffer 04 03> - * ``` - * @since v0.5.5 - * @param value Number to be written to `buf`. - * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 2`. - * @return `offset` plus the number of bytes written. - */ - writeInt16LE(value: number, offset?: number): number; - /** - * Writes `value` to `buf` at the specified `offset` as big-endian. The `value`must be a valid signed 16-bit integer. Behavior is undefined when `value` is - * anything other than a signed 16-bit integer. - * - * The `value` is interpreted and written as a two's complement signed integer. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.allocUnsafe(2); - * - * buf.writeInt16BE(0x0102, 0); - * - * console.log(buf); - * // Prints: <Buffer 01 02> - * ``` - * @since v0.5.5 - * @param value Number to be written to `buf`. - * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 2`. - * @return `offset` plus the number of bytes written. - */ - writeInt16BE(value: number, offset?: number): number; - /** - * Writes `value` to `buf` at the specified `offset` as little-endian. The `value`must be a valid signed 32-bit integer. Behavior is undefined when `value` is - * anything other than a signed 32-bit integer. - * - * The `value` is interpreted and written as a two's complement signed integer. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.allocUnsafe(4); - * - * buf.writeInt32LE(0x05060708, 0); - * - * console.log(buf); - * // Prints: <Buffer 08 07 06 05> - * ``` - * @since v0.5.5 - * @param value Number to be written to `buf`. - * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 4`. - * @return `offset` plus the number of bytes written. - */ - writeInt32LE(value: number, offset?: number): number; - /** - * Writes `value` to `buf` at the specified `offset` as big-endian. The `value`must be a valid signed 32-bit integer. Behavior is undefined when `value` is - * anything other than a signed 32-bit integer. - * - * The `value` is interpreted and written as a two's complement signed integer. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.allocUnsafe(4); - * - * buf.writeInt32BE(0x01020304, 0); - * - * console.log(buf); - * // Prints: <Buffer 01 02 03 04> - * ``` - * @since v0.5.5 - * @param value Number to be written to `buf`. - * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 4`. - * @return `offset` plus the number of bytes written. - */ - writeInt32BE(value: number, offset?: number): number; - /** - * Writes `value` to `buf` at the specified `offset` as little-endian. Behavior is - * undefined when `value` is anything other than a JavaScript number. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.allocUnsafe(4); - * - * buf.writeFloatLE(0xcafebabe, 0); - * - * console.log(buf); - * // Prints: <Buffer bb fe 4a 4f> - * ``` - * @since v0.11.15 - * @param value Number to be written to `buf`. - * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 4`. - * @return `offset` plus the number of bytes written. - */ - writeFloatLE(value: number, offset?: number): number; - /** - * Writes `value` to `buf` at the specified `offset` as big-endian. Behavior is - * undefined when `value` is anything other than a JavaScript number. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.allocUnsafe(4); - * - * buf.writeFloatBE(0xcafebabe, 0); - * - * console.log(buf); - * // Prints: <Buffer 4f 4a fe bb> - * ``` - * @since v0.11.15 - * @param value Number to be written to `buf`. - * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 4`. - * @return `offset` plus the number of bytes written. - */ - writeFloatBE(value: number, offset?: number): number; - /** - * Writes `value` to `buf` at the specified `offset` as little-endian. The `value`must be a JavaScript number. Behavior is undefined when `value` is anything - * other than a JavaScript number. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.allocUnsafe(8); - * - * buf.writeDoubleLE(123.456, 0); - * - * console.log(buf); - * // Prints: <Buffer 77 be 9f 1a 2f dd 5e 40> - * ``` - * @since v0.11.15 - * @param value Number to be written to `buf`. - * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 8`. - * @return `offset` plus the number of bytes written. - */ - writeDoubleLE(value: number, offset?: number): number; - /** - * Writes `value` to `buf` at the specified `offset` as big-endian. The `value`must be a JavaScript number. Behavior is undefined when `value` is anything - * other than a JavaScript number. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.allocUnsafe(8); - * - * buf.writeDoubleBE(123.456, 0); - * - * console.log(buf); - * // Prints: <Buffer 40 5e dd 2f 1a 9f be 77> - * ``` - * @since v0.11.15 - * @param value Number to be written to `buf`. - * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 8`. - * @return `offset` plus the number of bytes written. - */ - writeDoubleBE(value: number, offset?: number): number; - /** - * Fills `buf` with the specified `value`. If the `offset` and `end` are not given, - * the entire `buf` will be filled: - * - * ```js - * import { Buffer } from 'buffer'; - * - * // Fill a `Buffer` with the ASCII character 'h'. - * - * const b = Buffer.allocUnsafe(50).fill('h'); - * - * console.log(b.toString()); - * // Prints: hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh - * ``` - * - * `value` is coerced to a `uint32` value if it is not a string, `Buffer`, or - * integer. If the resulting integer is greater than `255` (decimal), `buf` will be - * filled with `value &#x26; 255`. - * - * If the final write of a `fill()` operation falls on a multi-byte character, - * then only the bytes of that character that fit into `buf` are written: - * - * ```js - * import { Buffer } from 'buffer'; - * - * // Fill a `Buffer` with character that takes up two bytes in UTF-8. - * - * console.log(Buffer.allocUnsafe(5).fill('\u0222')); - * // Prints: <Buffer c8 a2 c8 a2 c8> - * ``` - * - * If `value` contains invalid characters, it is truncated; if no valid - * fill data remains, an exception is thrown: - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.allocUnsafe(5); - * - * console.log(buf.fill('a')); - * // Prints: <Buffer 61 61 61 61 61> - * console.log(buf.fill('aazz', 'hex')); - * // Prints: <Buffer aa aa aa aa aa> - * console.log(buf.fill('zz', 'hex')); - * // Throws an exception. - * ``` - * @since v0.5.0 - * @param value The value with which to fill `buf`. - * @param [offset=0] Number of bytes to skip before starting to fill `buf`. - * @param [end=buf.length] Where to stop filling `buf` (not inclusive). - * @param [encoding='utf8'] The encoding for `value` if `value` is a string. - * @return A reference to `buf`. - */ - fill(value: string | Uint8Array | number, offset?: number, end?: number, encoding?: BufferEncoding): this; - /** - * If `value` is: - * - * * a string, `value` is interpreted according to the character encoding in`encoding`. - * * a `Buffer` or [`Uint8Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array), `value` will be used in its entirety. - * To compare a partial `Buffer`, use `buf.subarray`. - * * a number, `value` will be interpreted as an unsigned 8-bit integer - * value between `0` and `255`. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.from('this is a buffer'); - * - * console.log(buf.indexOf('this')); - * // Prints: 0 - * console.log(buf.indexOf('is')); - * // Prints: 2 - * console.log(buf.indexOf(Buffer.from('a buffer'))); - * // Prints: 8 - * console.log(buf.indexOf(97)); - * // Prints: 8 (97 is the decimal ASCII value for 'a') - * console.log(buf.indexOf(Buffer.from('a buffer example'))); - * // Prints: -1 - * console.log(buf.indexOf(Buffer.from('a buffer example').slice(0, 8))); - * // Prints: 8 - * - * const utf16Buffer = Buffer.from('\u039a\u0391\u03a3\u03a3\u0395', 'utf16le'); - * - * console.log(utf16Buffer.indexOf('\u03a3', 0, 'utf16le')); - * // Prints: 4 - * console.log(utf16Buffer.indexOf('\u03a3', -4, 'utf16le')); - * // Prints: 6 - * ``` - * - * If `value` is not a string, number, or `Buffer`, this method will throw a`TypeError`. If `value` is a number, it will be coerced to a valid byte value, - * an integer between 0 and 255. - * - * If `byteOffset` is not a number, it will be coerced to a number. If the result - * of coercion is `NaN` or `0`, then the entire buffer will be searched. This - * behavior matches [`String.prototype.indexOf()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/indexOf). - * - * ```js - * import { Buffer } from 'buffer'; - * - * const b = Buffer.from('abcdef'); - * - * // Passing a value that's a number, but not a valid byte. - * // Prints: 2, equivalent to searching for 99 or 'c'. - * console.log(b.indexOf(99.9)); - * console.log(b.indexOf(256 + 99)); - * - * // Passing a byteOffset that coerces to NaN or 0. - * // Prints: 1, searching the whole buffer. - * console.log(b.indexOf('b', undefined)); - * console.log(b.indexOf('b', {})); - * console.log(b.indexOf('b', null)); - * console.log(b.indexOf('b', [])); - * ``` - * - * If `value` is an empty string or empty `Buffer` and `byteOffset` is less - * than `buf.length`, `byteOffset` will be returned. If `value` is empty and`byteOffset` is at least `buf.length`, `buf.length` will be returned. - * @since v1.5.0 - * @param value What to search for. - * @param [byteOffset=0] Where to begin searching in `buf`. If negative, then offset is calculated from the end of `buf`. - * @param [encoding='utf8'] If `value` is a string, this is the encoding used to determine the binary representation of the string that will be searched for in `buf`. - * @return The index of the first occurrence of `value` in `buf`, or `-1` if `buf` does not contain `value`. - */ - indexOf(value: string | number | Uint8Array, byteOffset?: number, encoding?: BufferEncoding): number; - /** - * Identical to `buf.indexOf()`, except the last occurrence of `value` is found - * rather than the first occurrence. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.from('this buffer is a buffer'); - * - * console.log(buf.lastIndexOf('this')); - * // Prints: 0 - * console.log(buf.lastIndexOf('buffer')); - * // Prints: 17 - * console.log(buf.lastIndexOf(Buffer.from('buffer'))); - * // Prints: 17 - * console.log(buf.lastIndexOf(97)); - * // Prints: 15 (97 is the decimal ASCII value for 'a') - * console.log(buf.lastIndexOf(Buffer.from('yolo'))); - * // Prints: -1 - * console.log(buf.lastIndexOf('buffer', 5)); - * // Prints: 5 - * console.log(buf.lastIndexOf('buffer', 4)); - * // Prints: -1 - * - * const utf16Buffer = Buffer.from('\u039a\u0391\u03a3\u03a3\u0395', 'utf16le'); - * - * console.log(utf16Buffer.lastIndexOf('\u03a3', undefined, 'utf16le')); - * // Prints: 6 - * console.log(utf16Buffer.lastIndexOf('\u03a3', -5, 'utf16le')); - * // Prints: 4 - * ``` - * - * If `value` is not a string, number, or `Buffer`, this method will throw a`TypeError`. If `value` is a number, it will be coerced to a valid byte value, - * an integer between 0 and 255. - * - * If `byteOffset` is not a number, it will be coerced to a number. Any arguments - * that coerce to `NaN`, like `{}` or `undefined`, will search the whole buffer. - * This behavior matches [`String.prototype.lastIndexOf()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/lastIndexOf). - * - * ```js - * import { Buffer } from 'buffer'; - * - * const b = Buffer.from('abcdef'); - * - * // Passing a value that's a number, but not a valid byte. - * // Prints: 2, equivalent to searching for 99 or 'c'. - * console.log(b.lastIndexOf(99.9)); - * console.log(b.lastIndexOf(256 + 99)); - * - * // Passing a byteOffset that coerces to NaN. - * // Prints: 1, searching the whole buffer. - * console.log(b.lastIndexOf('b', undefined)); - * console.log(b.lastIndexOf('b', {})); - * - * // Passing a byteOffset that coerces to 0. - * // Prints: -1, equivalent to passing 0. - * console.log(b.lastIndexOf('b', null)); - * console.log(b.lastIndexOf('b', [])); - * ``` - * - * If `value` is an empty string or empty `Buffer`, `byteOffset` will be returned. - * @since v6.0.0 - * @param value What to search for. - * @param [byteOffset=buf.length - 1] Where to begin searching in `buf`. If negative, then offset is calculated from the end of `buf`. - * @param [encoding='utf8'] If `value` is a string, this is the encoding used to determine the binary representation of the string that will be searched for in `buf`. - * @return The index of the last occurrence of `value` in `buf`, or `-1` if `buf` does not contain `value`. - */ - lastIndexOf(value: string | number | Uint8Array, byteOffset?: number, encoding?: BufferEncoding): number; - /** - * Creates and returns an [iterator](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols) of `[index, byte]` pairs from the contents - * of `buf`. - * - * ```js - * import { Buffer } from 'buffer'; - * - * // Log the entire contents of a `Buffer`. - * - * const buf = Buffer.from('buffer'); - * - * for (const pair of buf.entries()) { - * console.log(pair); - * } - * // Prints: - * // [0, 98] - * // [1, 117] - * // [2, 102] - * // [3, 102] - * // [4, 101] - * // [5, 114] - * ``` - * @since v1.1.0 - */ - entries(): IterableIterator<[number, number]>; - /** - * Equivalent to `buf.indexOf() !== -1`. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.from('this is a buffer'); - * - * console.log(buf.includes('this')); - * // Prints: true - * console.log(buf.includes('is')); - * // Prints: true - * console.log(buf.includes(Buffer.from('a buffer'))); - * // Prints: true - * console.log(buf.includes(97)); - * // Prints: true (97 is the decimal ASCII value for 'a') - * console.log(buf.includes(Buffer.from('a buffer example'))); - * // Prints: false - * console.log(buf.includes(Buffer.from('a buffer example').slice(0, 8))); - * // Prints: true - * console.log(buf.includes('this', 4)); - * // Prints: false - * ``` - * @since v5.3.0 - * @param value What to search for. - * @param [byteOffset=0] Where to begin searching in `buf`. If negative, then offset is calculated from the end of `buf`. - * @param [encoding='utf8'] If `value` is a string, this is its encoding. - * @return `true` if `value` was found in `buf`, `false` otherwise. - */ - includes(value: string | number | Buffer, byteOffset?: number, encoding?: BufferEncoding): boolean; - /** - * Creates and returns an [iterator](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols) of `buf` keys (indices). - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.from('buffer'); - * - * for (const key of buf.keys()) { - * console.log(key); - * } - * // Prints: - * // 0 - * // 1 - * // 2 - * // 3 - * // 4 - * // 5 - * ``` - * @since v1.1.0 - */ - keys(): IterableIterator<number>; - /** - * Creates and returns an [iterator](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols) for `buf` values (bytes). This function is - * called automatically when a `Buffer` is used in a `for..of` statement. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.from('buffer'); - * - * for (const value of buf.values()) { - * console.log(value); - * } - * // Prints: - * // 98 - * // 117 - * // 102 - * // 102 - * // 101 - * // 114 - * - * for (const value of buf) { - * console.log(value); - * } - * // Prints: - * // 98 - * // 117 - * // 102 - * // 102 - * // 101 - * // 114 - * ``` - * @since v1.1.0 - */ - values(): IterableIterator<number>; - } - var Buffer: BufferConstructor; - /** - * Decodes a string of Base64-encoded data into bytes, and encodes those bytes - * into a string using Latin-1 (ISO-8859-1). - * - * The `data` may be any JavaScript-value that can be coerced into a string. - * - * **This function is only provided for compatibility with legacy web platform APIs** - * **and should never be used in new code, because they use strings to represent** - * **binary data and predate the introduction of typed arrays in JavaScript.** - * **For code running using Node.js APIs, converting between base64-encoded strings** - * **and binary data should be performed using `Buffer.from(str, 'base64')` and`buf.toString('base64')`.** - * @since v15.13.0, v14.17.0 - * @deprecated Use `Buffer.from(data, 'base64')` instead. - * @param data The Base64-encoded input string. - */ - function atob(data: string): string; - /** - * Decodes a string into bytes using Latin-1 (ISO-8859), and encodes those bytes - * into a string using Base64. - * - * The `data` may be any JavaScript-value that can be coerced into a string. - * - * **This function is only provided for compatibility with legacy web platform APIs** - * **and should never be used in new code, because they use strings to represent** - * **binary data and predate the introduction of typed arrays in JavaScript.** - * **For code running using Node.js APIs, converting between base64-encoded strings** - * **and binary data should be performed using `Buffer.from(str, 'base64')` and`buf.toString('base64')`.** - * @since v15.13.0, v14.17.0 - * @deprecated Use `buf.toString('base64')` instead. - * @param data An ASCII (Latin1) string. - */ - function btoa(data: string): string; - - interface Blob extends __Blob {} - /** - * `Blob` class is a global reference for `require('node:buffer').Blob` - * https://nodejs.org/api/buffer.html#class-blob - * @since v18.0.0 - */ - var Blob: typeof globalThis extends { - onmessage: any; - Blob: infer T; - } - ? T - : typeof NodeBlob; - } -} -declare module 'node:buffer' { - export * from 'buffer'; -} diff --git a/software/flow/node_modules/@types/node/child_process.d.ts b/software/flow/node_modules/@types/node/child_process.d.ts deleted file mode 100755 index c537d6d..0000000 --- a/software/flow/node_modules/@types/node/child_process.d.ts +++ /dev/null @@ -1,1369 +0,0 @@ -/** - * The `child_process` module provides the ability to spawn subprocesses in - * a manner that is similar, but not identical, to [`popen(3)`](http://man7.org/linux/man-pages/man3/popen.3.html). This capability - * is primarily provided by the {@link spawn} function: - * - * ```js - * const { spawn } = require('child_process'); - * const ls = spawn('ls', ['-lh', '/usr']); - * - * ls.stdout.on('data', (data) => { - * console.log(`stdout: ${data}`); - * }); - * - * ls.stderr.on('data', (data) => { - * console.error(`stderr: ${data}`); - * }); - * - * ls.on('close', (code) => { - * console.log(`child process exited with code ${code}`); - * }); - * ``` - * - * By default, pipes for `stdin`, `stdout`, and `stderr` are established between - * the parent Node.js process and the spawned subprocess. These pipes have - * limited (and platform-specific) capacity. If the subprocess writes to - * stdout in excess of that limit without the output being captured, the - * subprocess blocks waiting for the pipe buffer to accept more data. This is - * identical to the behavior of pipes in the shell. Use the `{ stdio: 'ignore' }`option if the output will not be consumed. - * - * The command lookup is performed using the `options.env.PATH` environment - * variable if `env` is in the `options` object. Otherwise, `process.env.PATH` is - * used. If `options.env` is set without `PATH`, lookup on Unix is performed - * on a default search path search of `/usr/bin:/bin` (see your operating system's - * manual for execvpe/execvp), on Windows the current processes environment - * variable `PATH` is used. - * - * On Windows, environment variables are case-insensitive. Node.js - * lexicographically sorts the `env` keys and uses the first one that - * case-insensitively matches. Only first (in lexicographic order) entry will be - * passed to the subprocess. This might lead to issues on Windows when passing - * objects to the `env` option that have multiple variants of the same key, such as`PATH` and `Path`. - * - * The {@link spawn} method spawns the child process asynchronously, - * without blocking the Node.js event loop. The {@link spawnSync} function provides equivalent functionality in a synchronous manner that blocks - * the event loop until the spawned process either exits or is terminated. - * - * For convenience, the `child_process` module provides a handful of synchronous - * and asynchronous alternatives to {@link spawn} and {@link spawnSync}. Each of these alternatives are implemented on - * top of {@link spawn} or {@link spawnSync}. - * - * * {@link exec}: spawns a shell and runs a command within that - * shell, passing the `stdout` and `stderr` to a callback function when - * complete. - * * {@link execFile}: similar to {@link exec} except - * that it spawns the command directly without first spawning a shell by - * default. - * * {@link fork}: spawns a new Node.js process and invokes a - * specified module with an IPC communication channel established that allows - * sending messages between parent and child. - * * {@link execSync}: a synchronous version of {@link exec} that will block the Node.js event loop. - * * {@link execFileSync}: a synchronous version of {@link execFile} that will block the Node.js event loop. - * - * For certain use cases, such as automating shell scripts, the `synchronous counterparts` may be more convenient. In many cases, however, - * the synchronous methods can have significant impact on performance due to - * stalling the event loop while spawned processes complete. - * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/child_process.js) - */ -declare module 'child_process' { - import { ObjectEncodingOptions } from 'node:fs'; - import { EventEmitter, Abortable } from 'node:events'; - import * as net from 'node:net'; - import { Writable, Readable, Stream, Pipe } from 'node:stream'; - import { URL } from 'node:url'; - type Serializable = string | object | number | boolean | bigint; - type SendHandle = net.Socket | net.Server; - /** - * Instances of the `ChildProcess` represent spawned child processes. - * - * Instances of `ChildProcess` are not intended to be created directly. Rather, - * use the {@link spawn}, {@link exec},{@link execFile}, or {@link fork} methods to create - * instances of `ChildProcess`. - * @since v2.2.0 - */ - class ChildProcess extends EventEmitter { - /** - * A `Writable Stream` that represents the child process's `stdin`. - * - * If a child process waits to read all of its input, the child will not continue - * until this stream has been closed via `end()`. - * - * If the child was spawned with `stdio[0]` set to anything other than `'pipe'`, - * then this will be `null`. - * - * `subprocess.stdin` is an alias for `subprocess.stdio[0]`. Both properties will - * refer to the same value. - * - * The `subprocess.stdin` property can be `undefined` if the child process could - * not be successfully spawned. - * @since v0.1.90 - */ - stdin: Writable | null; - /** - * A `Readable Stream` that represents the child process's `stdout`. - * - * If the child was spawned with `stdio[1]` set to anything other than `'pipe'`, - * then this will be `null`. - * - * `subprocess.stdout` is an alias for `subprocess.stdio[1]`. Both properties will - * refer to the same value. - * - * ```js - * const { spawn } = require('child_process'); - * - * const subprocess = spawn('ls'); - * - * subprocess.stdout.on('data', (data) => { - * console.log(`Received chunk ${data}`); - * }); - * ``` - * - * The `subprocess.stdout` property can be `null` if the child process could - * not be successfully spawned. - * @since v0.1.90 - */ - stdout: Readable | null; - /** - * A `Readable Stream` that represents the child process's `stderr`. - * - * If the child was spawned with `stdio[2]` set to anything other than `'pipe'`, - * then this will be `null`. - * - * `subprocess.stderr` is an alias for `subprocess.stdio[2]`. Both properties will - * refer to the same value. - * - * The `subprocess.stderr` property can be `null` if the child process could - * not be successfully spawned. - * @since v0.1.90 - */ - stderr: Readable | null; - /** - * The `subprocess.channel` property is a reference to the child's IPC channel. If - * no IPC channel currently exists, this property is `undefined`. - * @since v7.1.0 - */ - readonly channel?: Pipe | null | undefined; - /** - * A sparse array of pipes to the child process, corresponding with positions in - * the `stdio` option passed to {@link spawn} that have been set - * to the value `'pipe'`. `subprocess.stdio[0]`, `subprocess.stdio[1]`, and`subprocess.stdio[2]` are also available as `subprocess.stdin`,`subprocess.stdout`, and `subprocess.stderr`, - * respectively. - * - * In the following example, only the child's fd `1` (stdout) is configured as a - * pipe, so only the parent's `subprocess.stdio[1]` is a stream, all other values - * in the array are `null`. - * - * ```js - * const assert = require('assert'); - * const fs = require('fs'); - * const child_process = require('child_process'); - * - * const subprocess = child_process.spawn('ls', { - * stdio: [ - * 0, // Use parent's stdin for child. - * 'pipe', // Pipe child's stdout to parent. - * fs.openSync('err.out', 'w'), // Direct child's stderr to a file. - * ] - * }); - * - * assert.strictEqual(subprocess.stdio[0], null); - * assert.strictEqual(subprocess.stdio[0], subprocess.stdin); - * - * assert(subprocess.stdout); - * assert.strictEqual(subprocess.stdio[1], subprocess.stdout); - * - * assert.strictEqual(subprocess.stdio[2], null); - * assert.strictEqual(subprocess.stdio[2], subprocess.stderr); - * ``` - * - * The `subprocess.stdio` property can be `undefined` if the child process could - * not be successfully spawned. - * @since v0.7.10 - */ - readonly stdio: [ - Writable | null, - // stdin - Readable | null, - // stdout - Readable | null, - // stderr - Readable | Writable | null | undefined, - // extra - Readable | Writable | null | undefined // extra - ]; - /** - * The `subprocess.killed` property indicates whether the child process - * successfully received a signal from `subprocess.kill()`. The `killed` property - * does not indicate that the child process has been terminated. - * @since v0.5.10 - */ - readonly killed: boolean; - /** - * Returns the process identifier (PID) of the child process. If the child process - * fails to spawn due to errors, then the value is `undefined` and `error` is - * emitted. - * - * ```js - * const { spawn } = require('child_process'); - * const grep = spawn('grep', ['ssh']); - * - * console.log(`Spawned child pid: ${grep.pid}`); - * grep.stdin.end(); - * ``` - * @since v0.1.90 - */ - readonly pid?: number | undefined; - /** - * The `subprocess.connected` property indicates whether it is still possible to - * send and receive messages from a child process. When `subprocess.connected` is`false`, it is no longer possible to send or receive messages. - * @since v0.7.2 - */ - readonly connected: boolean; - /** - * The `subprocess.exitCode` property indicates the exit code of the child process. - * If the child process is still running, the field will be `null`. - */ - readonly exitCode: number | null; - /** - * The `subprocess.signalCode` property indicates the signal received by - * the child process if any, else `null`. - */ - readonly signalCode: NodeJS.Signals | null; - /** - * The `subprocess.spawnargs` property represents the full list of command-line - * arguments the child process was launched with. - */ - readonly spawnargs: string[]; - /** - * The `subprocess.spawnfile` property indicates the executable file name of - * the child process that is launched. - * - * For {@link fork}, its value will be equal to `process.execPath`. - * For {@link spawn}, its value will be the name of - * the executable file. - * For {@link exec}, its value will be the name of the shell - * in which the child process is launched. - */ - readonly spawnfile: string; - /** - * The `subprocess.kill()` method sends a signal to the child process. If no - * argument is given, the process will be sent the `'SIGTERM'` signal. See [`signal(7)`](http://man7.org/linux/man-pages/man7/signal.7.html) for a list of available signals. This function - * returns `true` if [`kill(2)`](http://man7.org/linux/man-pages/man2/kill.2.html) succeeds, and `false` otherwise. - * - * ```js - * const { spawn } = require('child_process'); - * const grep = spawn('grep', ['ssh']); - * - * grep.on('close', (code, signal) => { - * console.log( - * `child process terminated due to receipt of signal ${signal}`); - * }); - * - * // Send SIGHUP to process. - * grep.kill('SIGHUP'); - * ``` - * - * The `ChildProcess` object may emit an `'error'` event if the signal - * cannot be delivered. Sending a signal to a child process that has already exited - * is not an error but may have unforeseen consequences. Specifically, if the - * process identifier (PID) has been reassigned to another process, the signal will - * be delivered to that process instead which can have unexpected results. - * - * While the function is called `kill`, the signal delivered to the child process - * may not actually terminate the process. - * - * See [`kill(2)`](http://man7.org/linux/man-pages/man2/kill.2.html) for reference. - * - * On Windows, where POSIX signals do not exist, the `signal` argument will be - * ignored, and the process will be killed forcefully and abruptly (similar to`'SIGKILL'`). - * See `Signal Events` for more details. - * - * On Linux, child processes of child processes will not be terminated - * when attempting to kill their parent. This is likely to happen when running a - * new process in a shell or with the use of the `shell` option of `ChildProcess`: - * - * ```js - * 'use strict'; - * const { spawn } = require('child_process'); - * - * const subprocess = spawn( - * 'sh', - * [ - * '-c', - * `node -e "setInterval(() => { - * console.log(process.pid, 'is alive') - * }, 500);"`, - * ], { - * stdio: ['inherit', 'inherit', 'inherit'] - * } - * ); - * - * setTimeout(() => { - * subprocess.kill(); // Does not terminate the Node.js process in the shell. - * }, 2000); - * ``` - * @since v0.1.90 - */ - kill(signal?: NodeJS.Signals | number): boolean; - /** - * When an IPC channel has been established between the parent and child ( - * i.e. when using {@link fork}), the `subprocess.send()` method can - * be used to send messages to the child process. When the child process is a - * Node.js instance, these messages can be received via the `'message'` event. - * - * The message goes through serialization and parsing. The resulting - * message might not be the same as what is originally sent. - * - * For example, in the parent script: - * - * ```js - * const cp = require('child_process'); - * const n = cp.fork(`${__dirname}/sub.js`); - * - * n.on('message', (m) => { - * console.log('PARENT got message:', m); - * }); - * - * // Causes the child to print: CHILD got message: { hello: 'world' } - * n.send({ hello: 'world' }); - * ``` - * - * And then the child script, `'sub.js'` might look like this: - * - * ```js - * process.on('message', (m) => { - * console.log('CHILD got message:', m); - * }); - * - * // Causes the parent to print: PARENT got message: { foo: 'bar', baz: null } - * process.send({ foo: 'bar', baz: NaN }); - * ``` - * - * Child Node.js processes will have a `process.send()` method of their own - * that allows the child to send messages back to the parent. - * - * There is a special case when sending a `{cmd: 'NODE_foo'}` message. Messages - * containing a `NODE_` prefix in the `cmd` property are reserved for use within - * Node.js core and will not be emitted in the child's `'message'` event. Rather, such messages are emitted using the`'internalMessage'` event and are consumed internally by Node.js. - * Applications should avoid using such messages or listening for`'internalMessage'` events as it is subject to change without notice. - * - * The optional `sendHandle` argument that may be passed to `subprocess.send()` is - * for passing a TCP server or socket object to the child process. The child will - * receive the object as the second argument passed to the callback function - * registered on the `'message'` event. Any data that is received - * and buffered in the socket will not be sent to the child. - * - * The optional `callback` is a function that is invoked after the message is - * sent but before the child may have received it. The function is called with a - * single argument: `null` on success, or an `Error` object on failure. - * - * If no `callback` function is provided and the message cannot be sent, an`'error'` event will be emitted by the `ChildProcess` object. This can - * happen, for instance, when the child process has already exited. - * - * `subprocess.send()` will return `false` if the channel has closed or when the - * backlog of unsent messages exceeds a threshold that makes it unwise to send - * more. Otherwise, the method returns `true`. The `callback` function can be - * used to implement flow control. - * - * #### Example: sending a server object - * - * The `sendHandle` argument can be used, for instance, to pass the handle of - * a TCP server object to the child process as illustrated in the example below: - * - * ```js - * const subprocess = require('child_process').fork('subprocess.js'); - * - * // Open up the server object and send the handle. - * const server = require('net').createServer(); - * server.on('connection', (socket) => { - * socket.end('handled by parent'); - * }); - * server.listen(1337, () => { - * subprocess.send('server', server); - * }); - * ``` - * - * The child would then receive the server object as: - * - * ```js - * process.on('message', (m, server) => { - * if (m === 'server') { - * server.on('connection', (socket) => { - * socket.end('handled by child'); - * }); - * } - * }); - * ``` - * - * Once the server is now shared between the parent and child, some connections - * can be handled by the parent and some by the child. - * - * While the example above uses a server created using the `net` module, `dgram`module servers use exactly the same workflow with the exceptions of listening on - * a `'message'` event instead of `'connection'` and using `server.bind()` instead - * of `server.listen()`. This is, however, currently only supported on Unix - * platforms. - * - * #### Example: sending a socket object - * - * Similarly, the `sendHandler` argument can be used to pass the handle of a - * socket to the child process. The example below spawns two children that each - * handle connections with "normal" or "special" priority: - * - * ```js - * const { fork } = require('child_process'); - * const normal = fork('subprocess.js', ['normal']); - * const special = fork('subprocess.js', ['special']); - * - * // Open up the server and send sockets to child. Use pauseOnConnect to prevent - * // the sockets from being read before they are sent to the child process. - * const server = require('net').createServer({ pauseOnConnect: true }); - * server.on('connection', (socket) => { - * - * // If this is special priority... - * if (socket.remoteAddress === '74.125.127.100') { - * special.send('socket', socket); - * return; - * } - * // This is normal priority. - * normal.send('socket', socket); - * }); - * server.listen(1337); - * ``` - * - * The `subprocess.js` would receive the socket handle as the second argument - * passed to the event callback function: - * - * ```js - * process.on('message', (m, socket) => { - * if (m === 'socket') { - * if (socket) { - * // Check that the client socket exists. - * // It is possible for the socket to be closed between the time it is - * // sent and the time it is received in the child process. - * socket.end(`Request handled with ${process.argv[2]} priority`); - * } - * } - * }); - * ``` - * - * Do not use `.maxConnections` on a socket that has been passed to a subprocess. - * The parent cannot track when the socket is destroyed. - * - * Any `'message'` handlers in the subprocess should verify that `socket` exists, - * as the connection may have been closed during the time it takes to send the - * connection to the child. - * @since v0.5.9 - * @param options The `options` argument, if present, is an object used to parameterize the sending of certain types of handles. `options` supports the following properties: - */ - send(message: Serializable, callback?: (error: Error | null) => void): boolean; - send(message: Serializable, sendHandle?: SendHandle, callback?: (error: Error | null) => void): boolean; - send(message: Serializable, sendHandle?: SendHandle, options?: MessageOptions, callback?: (error: Error | null) => void): boolean; - /** - * Closes the IPC channel between parent and child, allowing the child to exit - * gracefully once there are no other connections keeping it alive. After calling - * this method the `subprocess.connected` and `process.connected` properties in - * both the parent and child (respectively) will be set to `false`, and it will be - * no longer possible to pass messages between the processes. - * - * The `'disconnect'` event will be emitted when there are no messages in the - * process of being received. This will most often be triggered immediately after - * calling `subprocess.disconnect()`. - * - * When the child process is a Node.js instance (e.g. spawned using {@link fork}), the `process.disconnect()` method can be invoked - * within the child process to close the IPC channel as well. - * @since v0.7.2 - */ - disconnect(): void; - /** - * By default, the parent will wait for the detached child to exit. To prevent the - * parent from waiting for a given `subprocess` to exit, use the`subprocess.unref()` method. Doing so will cause the parent's event loop to not - * include the child in its reference count, allowing the parent to exit - * independently of the child, unless there is an established IPC channel between - * the child and the parent. - * - * ```js - * const { spawn } = require('child_process'); - * - * const subprocess = spawn(process.argv[0], ['child_program.js'], { - * detached: true, - * stdio: 'ignore' - * }); - * - * subprocess.unref(); - * ``` - * @since v0.7.10 - */ - unref(): void; - /** - * Calling `subprocess.ref()` after making a call to `subprocess.unref()` will - * restore the removed reference count for the child process, forcing the parent - * to wait for the child to exit before exiting itself. - * - * ```js - * const { spawn } = require('child_process'); - * - * const subprocess = spawn(process.argv[0], ['child_program.js'], { - * detached: true, - * stdio: 'ignore' - * }); - * - * subprocess.unref(); - * subprocess.ref(); - * ``` - * @since v0.7.10 - */ - ref(): void; - /** - * events.EventEmitter - * 1. close - * 2. disconnect - * 3. error - * 4. exit - * 5. message - * 6. spawn - */ - addListener(event: string, listener: (...args: any[]) => void): this; - addListener(event: 'close', listener: (code: number | null, signal: NodeJS.Signals | null) => void): this; - addListener(event: 'disconnect', listener: () => void): this; - addListener(event: 'error', listener: (err: Error) => void): this; - addListener(event: 'exit', listener: (code: number | null, signal: NodeJS.Signals | null) => void): this; - addListener(event: 'message', listener: (message: Serializable, sendHandle: SendHandle) => void): this; - addListener(event: 'spawn', listener: () => void): this; - emit(event: string | symbol, ...args: any[]): boolean; - emit(event: 'close', code: number | null, signal: NodeJS.Signals | null): boolean; - emit(event: 'disconnect'): boolean; - emit(event: 'error', err: Error): boolean; - emit(event: 'exit', code: number | null, signal: NodeJS.Signals | null): boolean; - emit(event: 'message', message: Serializable, sendHandle: SendHandle): boolean; - emit(event: 'spawn', listener: () => void): boolean; - on(event: string, listener: (...args: any[]) => void): this; - on(event: 'close', listener: (code: number | null, signal: NodeJS.Signals | null) => void): this; - on(event: 'disconnect', listener: () => void): this; - on(event: 'error', listener: (err: Error) => void): this; - on(event: 'exit', listener: (code: number | null, signal: NodeJS.Signals | null) => void): this; - on(event: 'message', listener: (message: Serializable, sendHandle: SendHandle) => void): this; - on(event: 'spawn', listener: () => void): this; - once(event: string, listener: (...args: any[]) => void): this; - once(event: 'close', listener: (code: number | null, signal: NodeJS.Signals | null) => void): this; - once(event: 'disconnect', listener: () => void): this; - once(event: 'error', listener: (err: Error) => void): this; - once(event: 'exit', listener: (code: number | null, signal: NodeJS.Signals | null) => void): this; - once(event: 'message', listener: (message: Serializable, sendHandle: SendHandle) => void): this; - once(event: 'spawn', listener: () => void): this; - prependListener(event: string, listener: (...args: any[]) => void): this; - prependListener(event: 'close', listener: (code: number | null, signal: NodeJS.Signals | null) => void): this; - prependListener(event: 'disconnect', listener: () => void): this; - prependListener(event: 'error', listener: (err: Error) => void): this; - prependListener(event: 'exit', listener: (code: number | null, signal: NodeJS.Signals | null) => void): this; - prependListener(event: 'message', listener: (message: Serializable, sendHandle: SendHandle) => void): this; - prependListener(event: 'spawn', listener: () => void): this; - prependOnceListener(event: string, listener: (...args: any[]) => void): this; - prependOnceListener(event: 'close', listener: (code: number | null, signal: NodeJS.Signals | null) => void): this; - prependOnceListener(event: 'disconnect', listener: () => void): this; - prependOnceListener(event: 'error', listener: (err: Error) => void): this; - prependOnceListener(event: 'exit', listener: (code: number | null, signal: NodeJS.Signals | null) => void): this; - prependOnceListener(event: 'message', listener: (message: Serializable, sendHandle: SendHandle) => void): this; - prependOnceListener(event: 'spawn', listener: () => void): this; - } - // return this object when stdio option is undefined or not specified - interface ChildProcessWithoutNullStreams extends ChildProcess { - stdin: Writable; - stdout: Readable; - stderr: Readable; - readonly stdio: [ - Writable, - Readable, - Readable, - // stderr - Readable | Writable | null | undefined, - // extra, no modification - Readable | Writable | null | undefined // extra, no modification - ]; - } - // return this object when stdio option is a tuple of 3 - interface ChildProcessByStdio<I extends null | Writable, O extends null | Readable, E extends null | Readable> extends ChildProcess { - stdin: I; - stdout: O; - stderr: E; - readonly stdio: [ - I, - O, - E, - Readable | Writable | null | undefined, - // extra, no modification - Readable | Writable | null | undefined // extra, no modification - ]; - } - interface MessageOptions { - keepOpen?: boolean | undefined; - } - type IOType = 'overlapped' | 'pipe' | 'ignore' | 'inherit'; - type StdioOptions = IOType | Array<IOType | 'ipc' | Stream | number | null | undefined>; - type SerializationType = 'json' | 'advanced'; - interface MessagingOptions extends Abortable { - /** - * Specify the kind of serialization used for sending messages between processes. - * @default 'json' - */ - serialization?: SerializationType | undefined; - /** - * The signal value to be used when the spawned process will be killed by the abort signal. - * @default 'SIGTERM' - */ - killSignal?: NodeJS.Signals | number | undefined; - /** - * In milliseconds the maximum amount of time the process is allowed to run. - */ - timeout?: number | undefined; - } - interface ProcessEnvOptions { - uid?: number | undefined; - gid?: number | undefined; - cwd?: string | URL | undefined; - env?: NodeJS.ProcessEnv | undefined; - } - interface CommonOptions extends ProcessEnvOptions { - /** - * @default false - */ - windowsHide?: boolean | undefined; - /** - * @default 0 - */ - timeout?: number | undefined; - } - interface CommonSpawnOptions extends CommonOptions, MessagingOptions, Abortable { - argv0?: string | undefined; - stdio?: StdioOptions | undefined; - shell?: boolean | string | undefined; - windowsVerbatimArguments?: boolean | undefined; - } - interface SpawnOptions extends CommonSpawnOptions { - detached?: boolean | undefined; - } - interface SpawnOptionsWithoutStdio extends SpawnOptions { - stdio?: StdioPipeNamed | StdioPipe[] | undefined; - } - type StdioNull = 'inherit' | 'ignore' | Stream; - type StdioPipeNamed = 'pipe' | 'overlapped'; - type StdioPipe = undefined | null | StdioPipeNamed; - interface SpawnOptionsWithStdioTuple<Stdin extends StdioNull | StdioPipe, Stdout extends StdioNull | StdioPipe, Stderr extends StdioNull | StdioPipe> extends SpawnOptions { - stdio: [Stdin, Stdout, Stderr]; - } - /** - * The `child_process.spawn()` method spawns a new process using the given`command`, with command-line arguments in `args`. If omitted, `args` defaults - * to an empty array. - * - * **If the `shell` option is enabled, do not pass unsanitized user input to this** - * **function. Any input containing shell metacharacters may be used to trigger** - * **arbitrary command execution.** - * - * A third argument may be used to specify additional options, with these defaults: - * - * ```js - * const defaults = { - * cwd: undefined, - * env: process.env - * }; - * ``` - * - * Use `cwd` to specify the working directory from which the process is spawned. - * If not given, the default is to inherit the current working directory. If given, - * but the path does not exist, the child process emits an `ENOENT` error - * and exits immediately. `ENOENT` is also emitted when the command - * does not exist. - * - * Use `env` to specify environment variables that will be visible to the new - * process, the default is `process.env`. - * - * `undefined` values in `env` will be ignored. - * - * Example of running `ls -lh /usr`, capturing `stdout`, `stderr`, and the - * exit code: - * - * ```js - * const { spawn } = require('child_process'); - * const ls = spawn('ls', ['-lh', '/usr']); - * - * ls.stdout.on('data', (data) => { - * console.log(`stdout: ${data}`); - * }); - * - * ls.stderr.on('data', (data) => { - * console.error(`stderr: ${data}`); - * }); - * - * ls.on('close', (code) => { - * console.log(`child process exited with code ${code}`); - * }); - * ``` - * - * Example: A very elaborate way to run `ps ax | grep ssh` - * - * ```js - * const { spawn } = require('child_process'); - * const ps = spawn('ps', ['ax']); - * const grep = spawn('grep', ['ssh']); - * - * ps.stdout.on('data', (data) => { - * grep.stdin.write(data); - * }); - * - * ps.stderr.on('data', (data) => { - * console.error(`ps stderr: ${data}`); - * }); - * - * ps.on('close', (code) => { - * if (code !== 0) { - * console.log(`ps process exited with code ${code}`); - * } - * grep.stdin.end(); - * }); - * - * grep.stdout.on('data', (data) => { - * console.log(data.toString()); - * }); - * - * grep.stderr.on('data', (data) => { - * console.error(`grep stderr: ${data}`); - * }); - * - * grep.on('close', (code) => { - * if (code !== 0) { - * console.log(`grep process exited with code ${code}`); - * } - * }); - * ``` - * - * Example of checking for failed `spawn`: - * - * ```js - * const { spawn } = require('child_process'); - * const subprocess = spawn('bad_command'); - * - * subprocess.on('error', (err) => { - * console.error('Failed to start subprocess.'); - * }); - * ``` - * - * Certain platforms (macOS, Linux) will use the value of `argv[0]` for the process - * title while others (Windows, SunOS) will use `command`. - * - * Node.js currently overwrites `argv[0]` with `process.execPath` on startup, so`process.argv[0]` in a Node.js child process will not match the `argv0`parameter passed to `spawn` from the parent, - * retrieve it with the`process.argv0` property instead. - * - * If the `signal` option is enabled, calling `.abort()` on the corresponding`AbortController` is similar to calling `.kill()` on the child process except - * the error passed to the callback will be an `AbortError`: - * - * ```js - * const { spawn } = require('child_process'); - * const controller = new AbortController(); - * const { signal } = controller; - * const grep = spawn('grep', ['ssh'], { signal }); - * grep.on('error', (err) => { - * // This will be called with err being an AbortError if the controller aborts - * }); - * controller.abort(); // Stops the child process - * ``` - * @since v0.1.90 - * @param command The command to run. - * @param args List of string arguments. - */ - function spawn(command: string, options?: SpawnOptionsWithoutStdio): ChildProcessWithoutNullStreams; - function spawn(command: string, options: SpawnOptionsWithStdioTuple<StdioPipe, StdioPipe, StdioPipe>): ChildProcessByStdio<Writable, Readable, Readable>; - function spawn(command: string, options: SpawnOptionsWithStdioTuple<StdioPipe, StdioPipe, StdioNull>): ChildProcessByStdio<Writable, Readable, null>; - function spawn(command: string, options: SpawnOptionsWithStdioTuple<StdioPipe, StdioNull, StdioPipe>): ChildProcessByStdio<Writable, null, Readable>; - function spawn(command: string, options: SpawnOptionsWithStdioTuple<StdioNull, StdioPipe, StdioPipe>): ChildProcessByStdio<null, Readable, Readable>; - function spawn(command: string, options: SpawnOptionsWithStdioTuple<StdioPipe, StdioNull, StdioNull>): ChildProcessByStdio<Writable, null, null>; - function spawn(command: string, options: SpawnOptionsWithStdioTuple<StdioNull, StdioPipe, StdioNull>): ChildProcessByStdio<null, Readable, null>; - function spawn(command: string, options: SpawnOptionsWithStdioTuple<StdioNull, StdioNull, StdioPipe>): ChildProcessByStdio<null, null, Readable>; - function spawn(command: string, options: SpawnOptionsWithStdioTuple<StdioNull, StdioNull, StdioNull>): ChildProcessByStdio<null, null, null>; - function spawn(command: string, options: SpawnOptions): ChildProcess; - // overloads of spawn with 'args' - function spawn(command: string, args?: ReadonlyArray<string>, options?: SpawnOptionsWithoutStdio): ChildProcessWithoutNullStreams; - function spawn(command: string, args: ReadonlyArray<string>, options: SpawnOptionsWithStdioTuple<StdioPipe, StdioPipe, StdioPipe>): ChildProcessByStdio<Writable, Readable, Readable>; - function spawn(command: string, args: ReadonlyArray<string>, options: SpawnOptionsWithStdioTuple<StdioPipe, StdioPipe, StdioNull>): ChildProcessByStdio<Writable, Readable, null>; - function spawn(command: string, args: ReadonlyArray<string>, options: SpawnOptionsWithStdioTuple<StdioPipe, StdioNull, StdioPipe>): ChildProcessByStdio<Writable, null, Readable>; - function spawn(command: string, args: ReadonlyArray<string>, options: SpawnOptionsWithStdioTuple<StdioNull, StdioPipe, StdioPipe>): ChildProcessByStdio<null, Readable, Readable>; - function spawn(command: string, args: ReadonlyArray<string>, options: SpawnOptionsWithStdioTuple<StdioPipe, StdioNull, StdioNull>): ChildProcessByStdio<Writable, null, null>; - function spawn(command: string, args: ReadonlyArray<string>, options: SpawnOptionsWithStdioTuple<StdioNull, StdioPipe, StdioNull>): ChildProcessByStdio<null, Readable, null>; - function spawn(command: string, args: ReadonlyArray<string>, options: SpawnOptionsWithStdioTuple<StdioNull, StdioNull, StdioPipe>): ChildProcessByStdio<null, null, Readable>; - function spawn(command: string, args: ReadonlyArray<string>, options: SpawnOptionsWithStdioTuple<StdioNull, StdioNull, StdioNull>): ChildProcessByStdio<null, null, null>; - function spawn(command: string, args: ReadonlyArray<string>, options: SpawnOptions): ChildProcess; - interface ExecOptions extends CommonOptions { - shell?: string | undefined; - signal?: AbortSignal | undefined; - maxBuffer?: number | undefined; - killSignal?: NodeJS.Signals | number | undefined; - } - interface ExecOptionsWithStringEncoding extends ExecOptions { - encoding: BufferEncoding; - } - interface ExecOptionsWithBufferEncoding extends ExecOptions { - encoding: BufferEncoding | null; // specify `null`. - } - interface ExecException extends Error { - cmd?: string | undefined; - killed?: boolean | undefined; - code?: number | undefined; - signal?: NodeJS.Signals | undefined; - } - /** - * Spawns a shell then executes the `command` within that shell, buffering any - * generated output. The `command` string passed to the exec function is processed - * directly by the shell and special characters (vary based on [shell](https://en.wikipedia.org/wiki/List_of_command-line_interpreters)) - * need to be dealt with accordingly: - * - * ```js - * const { exec } = require('child_process'); - * - * exec('"/path/to/test file/test.sh" arg1 arg2'); - * // Double quotes are used so that the space in the path is not interpreted as - * // a delimiter of multiple arguments. - * - * exec('echo "The \\$HOME variable is $HOME"'); - * // The $HOME variable is escaped in the first instance, but not in the second. - * ``` - * - * **Never pass unsanitized user input to this function. Any input containing shell** - * **metacharacters may be used to trigger arbitrary command execution.** - * - * If a `callback` function is provided, it is called with the arguments`(error, stdout, stderr)`. On success, `error` will be `null`. On error,`error` will be an instance of `Error`. The - * `error.code` property will be - * the exit code of the process. By convention, any exit code other than `0`indicates an error. `error.signal` will be the signal that terminated the - * process. - * - * The `stdout` and `stderr` arguments passed to the callback will contain the - * stdout and stderr output of the child process. By default, Node.js will decode - * the output as UTF-8 and pass strings to the callback. The `encoding` option - * can be used to specify the character encoding used to decode the stdout and - * stderr output. If `encoding` is `'buffer'`, or an unrecognized character - * encoding, `Buffer` objects will be passed to the callback instead. - * - * ```js - * const { exec } = require('child_process'); - * exec('cat *.js missing_file | wc -l', (error, stdout, stderr) => { - * if (error) { - * console.error(`exec error: ${error}`); - * return; - * } - * console.log(`stdout: ${stdout}`); - * console.error(`stderr: ${stderr}`); - * }); - * ``` - * - * If `timeout` is greater than `0`, the parent will send the signal - * identified by the `killSignal` property (the default is `'SIGTERM'`) if the - * child runs longer than `timeout` milliseconds. - * - * Unlike the [`exec(3)`](http://man7.org/linux/man-pages/man3/exec.3.html) POSIX system call, `child_process.exec()` does not replace - * the existing process and uses a shell to execute the command. - * - * If this method is invoked as its `util.promisify()` ed version, it returns - * a `Promise` for an `Object` with `stdout` and `stderr` properties. The returned`ChildProcess` instance is attached to the `Promise` as a `child` property. In - * case of an error (including any error resulting in an exit code other than 0), a - * rejected promise is returned, with the same `error` object given in the - * callback, but with two additional properties `stdout` and `stderr`. - * - * ```js - * const util = require('util'); - * const exec = util.promisify(require('child_process').exec); - * - * async function lsExample() { - * const { stdout, stderr } = await exec('ls'); - * console.log('stdout:', stdout); - * console.error('stderr:', stderr); - * } - * lsExample(); - * ``` - * - * If the `signal` option is enabled, calling `.abort()` on the corresponding`AbortController` is similar to calling `.kill()` on the child process except - * the error passed to the callback will be an `AbortError`: - * - * ```js - * const { exec } = require('child_process'); - * const controller = new AbortController(); - * const { signal } = controller; - * const child = exec('grep ssh', { signal }, (error) => { - * console.log(error); // an AbortError - * }); - * controller.abort(); - * ``` - * @since v0.1.90 - * @param command The command to run, with space-separated arguments. - * @param callback called with the output when process terminates. - */ - function exec(command: string, callback?: (error: ExecException | null, stdout: string, stderr: string) => void): ChildProcess; - // `options` with `"buffer"` or `null` for `encoding` means stdout/stderr are definitely `Buffer`. - function exec( - command: string, - options: { - encoding: 'buffer' | null; - } & ExecOptions, - callback?: (error: ExecException | null, stdout: Buffer, stderr: Buffer) => void - ): ChildProcess; - // `options` with well known `encoding` means stdout/stderr are definitely `string`. - function exec( - command: string, - options: { - encoding: BufferEncoding; - } & ExecOptions, - callback?: (error: ExecException | null, stdout: string, stderr: string) => void - ): ChildProcess; - // `options` with an `encoding` whose type is `string` means stdout/stderr could either be `Buffer` or `string`. - // There is no guarantee the `encoding` is unknown as `string` is a superset of `BufferEncoding`. - function exec( - command: string, - options: { - encoding: BufferEncoding; - } & ExecOptions, - callback?: (error: ExecException | null, stdout: string | Buffer, stderr: string | Buffer) => void - ): ChildProcess; - // `options` without an `encoding` means stdout/stderr are definitely `string`. - function exec(command: string, options: ExecOptions, callback?: (error: ExecException | null, stdout: string, stderr: string) => void): ChildProcess; - // fallback if nothing else matches. Worst case is always `string | Buffer`. - function exec( - command: string, - options: (ObjectEncodingOptions & ExecOptions) | undefined | null, - callback?: (error: ExecException | null, stdout: string | Buffer, stderr: string | Buffer) => void - ): ChildProcess; - interface PromiseWithChild<T> extends Promise<T> { - child: ChildProcess; - } - namespace exec { - function __promisify__(command: string): PromiseWithChild<{ - stdout: string; - stderr: string; - }>; - function __promisify__( - command: string, - options: { - encoding: 'buffer' | null; - } & ExecOptions - ): PromiseWithChild<{ - stdout: Buffer; - stderr: Buffer; - }>; - function __promisify__( - command: string, - options: { - encoding: BufferEncoding; - } & ExecOptions - ): PromiseWithChild<{ - stdout: string; - stderr: string; - }>; - function __promisify__( - command: string, - options: ExecOptions - ): PromiseWithChild<{ - stdout: string; - stderr: string; - }>; - function __promisify__( - command: string, - options?: (ObjectEncodingOptions & ExecOptions) | null - ): PromiseWithChild<{ - stdout: string | Buffer; - stderr: string | Buffer; - }>; - } - interface ExecFileOptions extends CommonOptions, Abortable { - maxBuffer?: number | undefined; - killSignal?: NodeJS.Signals | number | undefined; - windowsVerbatimArguments?: boolean | undefined; - shell?: boolean | string | undefined; - signal?: AbortSignal | undefined; - } - interface ExecFileOptionsWithStringEncoding extends ExecFileOptions { - encoding: BufferEncoding; - } - interface ExecFileOptionsWithBufferEncoding extends ExecFileOptions { - encoding: 'buffer' | null; - } - interface ExecFileOptionsWithOtherEncoding extends ExecFileOptions { - encoding: BufferEncoding; - } - type ExecFileException = ExecException & NodeJS.ErrnoException; - /** - * The `child_process.execFile()` function is similar to {@link exec} except that it does not spawn a shell by default. Rather, the specified - * executable `file` is spawned directly as a new process making it slightly more - * efficient than {@link exec}. - * - * The same options as {@link exec} are supported. Since a shell is - * not spawned, behaviors such as I/O redirection and file globbing are not - * supported. - * - * ```js - * const { execFile } = require('child_process'); - * const child = execFile('node', ['--version'], (error, stdout, stderr) => { - * if (error) { - * throw error; - * } - * console.log(stdout); - * }); - * ``` - * - * The `stdout` and `stderr` arguments passed to the callback will contain the - * stdout and stderr output of the child process. By default, Node.js will decode - * the output as UTF-8 and pass strings to the callback. The `encoding` option - * can be used to specify the character encoding used to decode the stdout and - * stderr output. If `encoding` is `'buffer'`, or an unrecognized character - * encoding, `Buffer` objects will be passed to the callback instead. - * - * If this method is invoked as its `util.promisify()` ed version, it returns - * a `Promise` for an `Object` with `stdout` and `stderr` properties. The returned`ChildProcess` instance is attached to the `Promise` as a `child` property. In - * case of an error (including any error resulting in an exit code other than 0), a - * rejected promise is returned, with the same `error` object given in the - * callback, but with two additional properties `stdout` and `stderr`. - * - * ```js - * const util = require('util'); - * const execFile = util.promisify(require('child_process').execFile); - * async function getVersion() { - * const { stdout } = await execFile('node', ['--version']); - * console.log(stdout); - * } - * getVersion(); - * ``` - * - * **If the `shell` option is enabled, do not pass unsanitized user input to this** - * **function. Any input containing shell metacharacters may be used to trigger** - * **arbitrary command execution.** - * - * If the `signal` option is enabled, calling `.abort()` on the corresponding`AbortController` is similar to calling `.kill()` on the child process except - * the error passed to the callback will be an `AbortError`: - * - * ```js - * const { execFile } = require('child_process'); - * const controller = new AbortController(); - * const { signal } = controller; - * const child = execFile('node', ['--version'], { signal }, (error) => { - * console.log(error); // an AbortError - * }); - * controller.abort(); - * ``` - * @since v0.1.91 - * @param file The name or path of the executable file to run. - * @param args List of string arguments. - * @param callback Called with the output when process terminates. - */ - function execFile(file: string): ChildProcess; - function execFile(file: string, options: (ObjectEncodingOptions & ExecFileOptions) | undefined | null): ChildProcess; - function execFile(file: string, args?: ReadonlyArray<string> | null): ChildProcess; - function execFile(file: string, args: ReadonlyArray<string> | undefined | null, options: (ObjectEncodingOptions & ExecFileOptions) | undefined | null): ChildProcess; - // no `options` definitely means stdout/stderr are `string`. - function execFile(file: string, callback: (error: ExecFileException | null, stdout: string, stderr: string) => void): ChildProcess; - function execFile(file: string, args: ReadonlyArray<string> | undefined | null, callback: (error: ExecFileException | null, stdout: string, stderr: string) => void): ChildProcess; - // `options` with `"buffer"` or `null` for `encoding` means stdout/stderr are definitely `Buffer`. - function execFile(file: string, options: ExecFileOptionsWithBufferEncoding, callback: (error: ExecFileException | null, stdout: Buffer, stderr: Buffer) => void): ChildProcess; - function execFile( - file: string, - args: ReadonlyArray<string> | undefined | null, - options: ExecFileOptionsWithBufferEncoding, - callback: (error: ExecFileException | null, stdout: Buffer, stderr: Buffer) => void - ): ChildProcess; - // `options` with well known `encoding` means stdout/stderr are definitely `string`. - function execFile(file: string, options: ExecFileOptionsWithStringEncoding, callback: (error: ExecFileException | null, stdout: string, stderr: string) => void): ChildProcess; - function execFile( - file: string, - args: ReadonlyArray<string> | undefined | null, - options: ExecFileOptionsWithStringEncoding, - callback: (error: ExecFileException | null, stdout: string, stderr: string) => void - ): ChildProcess; - // `options` with an `encoding` whose type is `string` means stdout/stderr could either be `Buffer` or `string`. - // There is no guarantee the `encoding` is unknown as `string` is a superset of `BufferEncoding`. - function execFile(file: string, options: ExecFileOptionsWithOtherEncoding, callback: (error: ExecFileException | null, stdout: string | Buffer, stderr: string | Buffer) => void): ChildProcess; - function execFile( - file: string, - args: ReadonlyArray<string> | undefined | null, - options: ExecFileOptionsWithOtherEncoding, - callback: (error: ExecFileException | null, stdout: string | Buffer, stderr: string | Buffer) => void - ): ChildProcess; - // `options` without an `encoding` means stdout/stderr are definitely `string`. - function execFile(file: string, options: ExecFileOptions, callback: (error: ExecFileException | null, stdout: string, stderr: string) => void): ChildProcess; - function execFile( - file: string, - args: ReadonlyArray<string> | undefined | null, - options: ExecFileOptions, - callback: (error: ExecFileException | null, stdout: string, stderr: string) => void - ): ChildProcess; - // fallback if nothing else matches. Worst case is always `string | Buffer`. - function execFile( - file: string, - options: (ObjectEncodingOptions & ExecFileOptions) | undefined | null, - callback: ((error: ExecFileException | null, stdout: string | Buffer, stderr: string | Buffer) => void) | undefined | null - ): ChildProcess; - function execFile( - file: string, - args: ReadonlyArray<string> | undefined | null, - options: (ObjectEncodingOptions & ExecFileOptions) | undefined | null, - callback: ((error: ExecFileException | null, stdout: string | Buffer, stderr: string | Buffer) => void) | undefined | null - ): ChildProcess; - namespace execFile { - function __promisify__(file: string): PromiseWithChild<{ - stdout: string; - stderr: string; - }>; - function __promisify__( - file: string, - args: ReadonlyArray<string> | undefined | null - ): PromiseWithChild<{ - stdout: string; - stderr: string; - }>; - function __promisify__( - file: string, - options: ExecFileOptionsWithBufferEncoding - ): PromiseWithChild<{ - stdout: Buffer; - stderr: Buffer; - }>; - function __promisify__( - file: string, - args: ReadonlyArray<string> | undefined | null, - options: ExecFileOptionsWithBufferEncoding - ): PromiseWithChild<{ - stdout: Buffer; - stderr: Buffer; - }>; - function __promisify__( - file: string, - options: ExecFileOptionsWithStringEncoding - ): PromiseWithChild<{ - stdout: string; - stderr: string; - }>; - function __promisify__( - file: string, - args: ReadonlyArray<string> | undefined | null, - options: ExecFileOptionsWithStringEncoding - ): PromiseWithChild<{ - stdout: string; - stderr: string; - }>; - function __promisify__( - file: string, - options: ExecFileOptionsWithOtherEncoding - ): PromiseWithChild<{ - stdout: string | Buffer; - stderr: string | Buffer; - }>; - function __promisify__( - file: string, - args: ReadonlyArray<string> | undefined | null, - options: ExecFileOptionsWithOtherEncoding - ): PromiseWithChild<{ - stdout: string | Buffer; - stderr: string | Buffer; - }>; - function __promisify__( - file: string, - options: ExecFileOptions - ): PromiseWithChild<{ - stdout: string; - stderr: string; - }>; - function __promisify__( - file: string, - args: ReadonlyArray<string> | undefined | null, - options: ExecFileOptions - ): PromiseWithChild<{ - stdout: string; - stderr: string; - }>; - function __promisify__( - file: string, - options: (ObjectEncodingOptions & ExecFileOptions) | undefined | null - ): PromiseWithChild<{ - stdout: string | Buffer; - stderr: string | Buffer; - }>; - function __promisify__( - file: string, - args: ReadonlyArray<string> | undefined | null, - options: (ObjectEncodingOptions & ExecFileOptions) | undefined | null - ): PromiseWithChild<{ - stdout: string | Buffer; - stderr: string | Buffer; - }>; - } - interface ForkOptions extends ProcessEnvOptions, MessagingOptions, Abortable { - execPath?: string | undefined; - execArgv?: string[] | undefined; - silent?: boolean | undefined; - stdio?: StdioOptions | undefined; - detached?: boolean | undefined; - windowsVerbatimArguments?: boolean | undefined; - } - /** - * The `child_process.fork()` method is a special case of {@link spawn} used specifically to spawn new Node.js processes. - * Like {@link spawn}, a `ChildProcess` object is returned. The - * returned `ChildProcess` will have an additional communication channel - * built-in that allows messages to be passed back and forth between the parent and - * child. See `subprocess.send()` for details. - * - * Keep in mind that spawned Node.js child processes are - * independent of the parent with exception of the IPC communication channel - * that is established between the two. Each process has its own memory, with - * their own V8 instances. Because of the additional resource allocations - * required, spawning a large number of child Node.js processes is not - * recommended. - * - * By default, `child_process.fork()` will spawn new Node.js instances using the `process.execPath` of the parent process. The `execPath` property in the`options` object allows for an alternative - * execution path to be used. - * - * Node.js processes launched with a custom `execPath` will communicate with the - * parent process using the file descriptor (fd) identified using the - * environment variable `NODE_CHANNEL_FD` on the child process. - * - * Unlike the [`fork(2)`](http://man7.org/linux/man-pages/man2/fork.2.html) POSIX system call, `child_process.fork()` does not clone the - * current process. - * - * The `shell` option available in {@link spawn} is not supported by`child_process.fork()` and will be ignored if set. - * - * If the `signal` option is enabled, calling `.abort()` on the corresponding`AbortController` is similar to calling `.kill()` on the child process except - * the error passed to the callback will be an `AbortError`: - * - * ```js - * if (process.argv[2] === 'child') { - * setTimeout(() => { - * console.log(`Hello from ${process.argv[2]}!`); - * }, 1_000); - * } else { - * const { fork } = require('child_process'); - * const controller = new AbortController(); - * const { signal } = controller; - * const child = fork(__filename, ['child'], { signal }); - * child.on('error', (err) => { - * // This will be called with err being an AbortError if the controller aborts - * }); - * controller.abort(); // Stops the child process - * } - * ``` - * @since v0.5.0 - * @param modulePath The module to run in the child. - * @param args List of string arguments. - */ - function fork(modulePath: string, options?: ForkOptions): ChildProcess; - function fork(modulePath: string, args?: ReadonlyArray<string>, options?: ForkOptions): ChildProcess; - interface SpawnSyncOptions extends CommonSpawnOptions { - input?: string | NodeJS.ArrayBufferView | undefined; - maxBuffer?: number | undefined; - encoding?: BufferEncoding | 'buffer' | null | undefined; - } - interface SpawnSyncOptionsWithStringEncoding extends SpawnSyncOptions { - encoding: BufferEncoding; - } - interface SpawnSyncOptionsWithBufferEncoding extends SpawnSyncOptions { - encoding?: 'buffer' | null | undefined; - } - interface SpawnSyncReturns<T> { - pid: number; - output: Array<T | null>; - stdout: T; - stderr: T; - status: number | null; - signal: NodeJS.Signals | null; - error?: Error | undefined; - } - /** - * The `child_process.spawnSync()` method is generally identical to {@link spawn} with the exception that the function will not return - * until the child process has fully closed. When a timeout has been encountered - * and `killSignal` is sent, the method won't return until the process has - * completely exited. If the process intercepts and handles the `SIGTERM` signal - * and doesn't exit, the parent process will wait until the child process has - * exited. - * - * **If the `shell` option is enabled, do not pass unsanitized user input to this** - * **function. Any input containing shell metacharacters may be used to trigger** - * **arbitrary command execution.** - * @since v0.11.12 - * @param command The command to run. - * @param args List of string arguments. - */ - function spawnSync(command: string): SpawnSyncReturns<Buffer>; - function spawnSync(command: string, options: SpawnSyncOptionsWithStringEncoding): SpawnSyncReturns<string>; - function spawnSync(command: string, options: SpawnSyncOptionsWithBufferEncoding): SpawnSyncReturns<Buffer>; - function spawnSync(command: string, options?: SpawnSyncOptions): SpawnSyncReturns<string | Buffer>; - function spawnSync(command: string, args: ReadonlyArray<string>): SpawnSyncReturns<Buffer>; - function spawnSync(command: string, args: ReadonlyArray<string>, options: SpawnSyncOptionsWithStringEncoding): SpawnSyncReturns<string>; - function spawnSync(command: string, args: ReadonlyArray<string>, options: SpawnSyncOptionsWithBufferEncoding): SpawnSyncReturns<Buffer>; - function spawnSync(command: string, args?: ReadonlyArray<string>, options?: SpawnSyncOptions): SpawnSyncReturns<string | Buffer>; - interface CommonExecOptions extends CommonOptions { - input?: string | NodeJS.ArrayBufferView | undefined; - stdio?: StdioOptions | undefined; - killSignal?: NodeJS.Signals | number | undefined; - maxBuffer?: number | undefined; - encoding?: BufferEncoding | 'buffer' | null | undefined; - } - interface ExecSyncOptions extends CommonExecOptions { - shell?: string | undefined; - } - interface ExecSyncOptionsWithStringEncoding extends ExecSyncOptions { - encoding: BufferEncoding; - } - interface ExecSyncOptionsWithBufferEncoding extends ExecSyncOptions { - encoding?: 'buffer' | null | undefined; - } - /** - * The `child_process.execSync()` method is generally identical to {@link exec} with the exception that the method will not return - * until the child process has fully closed. When a timeout has been encountered - * and `killSignal` is sent, the method won't return until the process has - * completely exited. If the child process intercepts and handles the `SIGTERM`signal and doesn't exit, the parent process will wait until the child process - * has exited. - * - * If the process times out or has a non-zero exit code, this method will throw. - * The `Error` object will contain the entire result from {@link spawnSync}. - * - * **Never pass unsanitized user input to this function. Any input containing shell** - * **metacharacters may be used to trigger arbitrary command execution.** - * @since v0.11.12 - * @param command The command to run. - * @return The stdout from the command. - */ - function execSync(command: string): Buffer; - function execSync(command: string, options: ExecSyncOptionsWithStringEncoding): string; - function execSync(command: string, options: ExecSyncOptionsWithBufferEncoding): Buffer; - function execSync(command: string, options?: ExecSyncOptions): string | Buffer; - interface ExecFileSyncOptions extends CommonExecOptions { - shell?: boolean | string | undefined; - } - interface ExecFileSyncOptionsWithStringEncoding extends ExecFileSyncOptions { - encoding: BufferEncoding; - } - interface ExecFileSyncOptionsWithBufferEncoding extends ExecFileSyncOptions { - encoding?: 'buffer' | null; // specify `null`. - } - /** - * The `child_process.execFileSync()` method is generally identical to {@link execFile} with the exception that the method will not - * return until the child process has fully closed. When a timeout has been - * encountered and `killSignal` is sent, the method won't return until the process - * has completely exited. - * - * If the child process intercepts and handles the `SIGTERM` signal and - * does not exit, the parent process will still wait until the child process has - * exited. - * - * If the process times out or has a non-zero exit code, this method will throw an `Error` that will include the full result of the underlying {@link spawnSync}. - * - * **If the `shell` option is enabled, do not pass unsanitized user input to this** - * **function. Any input containing shell metacharacters may be used to trigger** - * **arbitrary command execution.** - * @since v0.11.12 - * @param file The name or path of the executable file to run. - * @param args List of string arguments. - * @return The stdout from the command. - */ - function execFileSync(file: string): Buffer; - function execFileSync(file: string, options: ExecFileSyncOptionsWithStringEncoding): string; - function execFileSync(file: string, options: ExecFileSyncOptionsWithBufferEncoding): Buffer; - function execFileSync(file: string, options?: ExecFileSyncOptions): string | Buffer; - function execFileSync(file: string, args: ReadonlyArray<string>): Buffer; - function execFileSync(file: string, args: ReadonlyArray<string>, options: ExecFileSyncOptionsWithStringEncoding): string; - function execFileSync(file: string, args: ReadonlyArray<string>, options: ExecFileSyncOptionsWithBufferEncoding): Buffer; - function execFileSync(file: string, args?: ReadonlyArray<string>, options?: ExecFileSyncOptions): string | Buffer; -} -declare module 'node:child_process' { - export * from 'child_process'; -} diff --git a/software/flow/node_modules/@types/node/cluster.d.ts b/software/flow/node_modules/@types/node/cluster.d.ts deleted file mode 100755 index 37dbc57..0000000 --- a/software/flow/node_modules/@types/node/cluster.d.ts +++ /dev/null @@ -1,410 +0,0 @@ -/** - * Clusters of Node.js processes can be used to run multiple instances of Node.js - * that can distribute workloads among their application threads. When process - * isolation is not needed, use the `worker_threads` module instead, which - * allows running multiple application threads within a single Node.js instance. - * - * The cluster module allows easy creation of child processes that all share - * server ports. - * - * ```js - * import cluster from 'cluster'; - * import http from 'http'; - * import { cpus } from 'os'; - * import process from 'process'; - * - * const numCPUs = cpus().length; - * - * if (cluster.isPrimary) { - * console.log(`Primary ${process.pid} is running`); - * - * // Fork workers. - * for (let i = 0; i < numCPUs; i++) { - * cluster.fork(); - * } - * - * cluster.on('exit', (worker, code, signal) => { - * console.log(`worker ${worker.process.pid} died`); - * }); - * } else { - * // Workers can share any TCP connection - * // In this case it is an HTTP server - * http.createServer((req, res) => { - * res.writeHead(200); - * res.end('hello world\n'); - * }).listen(8000); - * - * console.log(`Worker ${process.pid} started`); - * } - * ``` - * - * Running Node.js will now share port 8000 between the workers: - * - * ```console - * $ node server.js - * Primary 3596 is running - * Worker 4324 started - * Worker 4520 started - * Worker 6056 started - * Worker 5644 started - * ``` - * - * On Windows, it is not yet possible to set up a named pipe server in a worker. - * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/cluster.js) - */ -declare module 'cluster' { - import * as child from 'node:child_process'; - import EventEmitter = require('node:events'); - import * as net from 'node:net'; - export interface ClusterSettings { - execArgv?: string[] | undefined; // default: process.execArgv - exec?: string | undefined; - args?: string[] | undefined; - silent?: boolean | undefined; - stdio?: any[] | undefined; - uid?: number | undefined; - gid?: number | undefined; - inspectPort?: number | (() => number) | undefined; - } - export interface Address { - address: string; - port: number; - addressType: number | 'udp4' | 'udp6'; // 4, 6, -1, "udp4", "udp6" - } - /** - * A `Worker` object contains all public information and method about a worker. - * In the primary it can be obtained using `cluster.workers`. In a worker - * it can be obtained using `cluster.worker`. - * @since v0.7.0 - */ - export class Worker extends EventEmitter { - /** - * Each new worker is given its own unique id, this id is stored in the`id`. - * - * While a worker is alive, this is the key that indexes it in`cluster.workers`. - * @since v0.8.0 - */ - id: number; - /** - * All workers are created using `child_process.fork()`, the returned object - * from this function is stored as `.process`. In a worker, the global `process`is stored. - * - * See: `Child Process module`. - * - * Workers will call `process.exit(0)` if the `'disconnect'` event occurs - * on `process` and `.exitedAfterDisconnect` is not `true`. This protects against - * accidental disconnection. - * @since v0.7.0 - */ - process: child.ChildProcess; - /** - * Send a message to a worker or primary, optionally with a handle. - * - * In the primary, this sends a message to a specific worker. It is identical to `ChildProcess.send()`. - * - * In a worker, this sends a message to the primary. It is identical to`process.send()`. - * - * This example will echo back all messages from the primary: - * - * ```js - * if (cluster.isPrimary) { - * const worker = cluster.fork(); - * worker.send('hi there'); - * - * } else if (cluster.isWorker) { - * process.on('message', (msg) => { - * process.send(msg); - * }); - * } - * ``` - * @since v0.7.0 - * @param options The `options` argument, if present, is an object used to parameterize the sending of certain types of handles. `options` supports the following properties: - */ - send(message: child.Serializable, callback?: (error: Error | null) => void): boolean; - send(message: child.Serializable, sendHandle: child.SendHandle, callback?: (error: Error | null) => void): boolean; - send(message: child.Serializable, sendHandle: child.SendHandle, options?: child.MessageOptions, callback?: (error: Error | null) => void): boolean; - /** - * This function will kill the worker. In the primary worker, it does this by - * disconnecting the `worker.process`, and once disconnected, killing with`signal`. In the worker, it does it by killing the process with `signal`. - * - * The `kill()` function kills the worker process without waiting for a graceful - * disconnect, it has the same behavior as `worker.process.kill()`. - * - * This method is aliased as `worker.destroy()` for backwards compatibility. - * - * In a worker, `process.kill()` exists, but it is not this function; - * it is `kill()`. - * @since v0.9.12 - * @param [signal='SIGTERM'] Name of the kill signal to send to the worker process. - */ - kill(signal?: string): void; - destroy(signal?: string): void; - /** - * In a worker, this function will close all servers, wait for the `'close'` event - * on those servers, and then disconnect the IPC channel. - * - * In the primary, an internal message is sent to the worker causing it to call`.disconnect()` on itself. - * - * Causes `.exitedAfterDisconnect` to be set. - * - * After a server is closed, it will no longer accept new connections, - * but connections may be accepted by any other listening worker. Existing - * connections will be allowed to close as usual. When no more connections exist, - * see `server.close()`, the IPC channel to the worker will close allowing it - * to die gracefully. - * - * The above applies _only_ to server connections, client connections are not - * automatically closed by workers, and disconnect does not wait for them to close - * before exiting. - * - * In a worker, `process.disconnect` exists, but it is not this function; - * it is `disconnect()`. - * - * Because long living server connections may block workers from disconnecting, it - * may be useful to send a message, so application specific actions may be taken to - * close them. It also may be useful to implement a timeout, killing a worker if - * the `'disconnect'` event has not been emitted after some time. - * - * ```js - * if (cluster.isPrimary) { - * const worker = cluster.fork(); - * let timeout; - * - * worker.on('listening', (address) => { - * worker.send('shutdown'); - * worker.disconnect(); - * timeout = setTimeout(() => { - * worker.kill(); - * }, 2000); - * }); - * - * worker.on('disconnect', () => { - * clearTimeout(timeout); - * }); - * - * } else if (cluster.isWorker) { - * const net = require('net'); - * const server = net.createServer((socket) => { - * // Connections never end - * }); - * - * server.listen(8000); - * - * process.on('message', (msg) => { - * if (msg === 'shutdown') { - * // Initiate graceful close of any connections to server - * } - * }); - * } - * ``` - * @since v0.7.7 - * @return A reference to `worker`. - */ - disconnect(): void; - /** - * This function returns `true` if the worker is connected to its primary via its - * IPC channel, `false` otherwise. A worker is connected to its primary after it - * has been created. It is disconnected after the `'disconnect'` event is emitted. - * @since v0.11.14 - */ - isConnected(): boolean; - /** - * This function returns `true` if the worker's process has terminated (either - * because of exiting or being signaled). Otherwise, it returns `false`. - * - * ```js - * import cluster from 'cluster'; - * import http from 'http'; - * import { cpus } from 'os'; - * import process from 'process'; - * - * const numCPUs = cpus().length; - * - * if (cluster.isPrimary) { - * console.log(`Primary ${process.pid} is running`); - * - * // Fork workers. - * for (let i = 0; i < numCPUs; i++) { - * cluster.fork(); - * } - * - * cluster.on('fork', (worker) => { - * console.log('worker is dead:', worker.isDead()); - * }); - * - * cluster.on('exit', (worker, code, signal) => { - * console.log('worker is dead:', worker.isDead()); - * }); - * } else { - * // Workers can share any TCP connection. In this case, it is an HTTP server. - * http.createServer((req, res) => { - * res.writeHead(200); - * res.end(`Current process\n ${process.pid}`); - * process.kill(process.pid); - * }).listen(8000); - * } - * ``` - * @since v0.11.14 - */ - isDead(): boolean; - /** - * This property is `true` if the worker exited due to `.disconnect()`. - * If the worker exited any other way, it is `false`. If the - * worker has not exited, it is `undefined`. - * - * The boolean `worker.exitedAfterDisconnect` allows distinguishing between - * voluntary and accidental exit, the primary may choose not to respawn a worker - * based on this value. - * - * ```js - * cluster.on('exit', (worker, code, signal) => { - * if (worker.exitedAfterDisconnect === true) { - * console.log('Oh, it was just voluntary – no need to worry'); - * } - * }); - * - * // kill worker - * worker.kill(); - * ``` - * @since v6.0.0 - */ - exitedAfterDisconnect: boolean; - /** - * events.EventEmitter - * 1. disconnect - * 2. error - * 3. exit - * 4. listening - * 5. message - * 6. online - */ - addListener(event: string, listener: (...args: any[]) => void): this; - addListener(event: 'disconnect', listener: () => void): this; - addListener(event: 'error', listener: (error: Error) => void): this; - addListener(event: 'exit', listener: (code: number, signal: string) => void): this; - addListener(event: 'listening', listener: (address: Address) => void): this; - addListener(event: 'message', listener: (message: any, handle: net.Socket | net.Server) => void): this; // the handle is a net.Socket or net.Server object, or undefined. - addListener(event: 'online', listener: () => void): this; - emit(event: string | symbol, ...args: any[]): boolean; - emit(event: 'disconnect'): boolean; - emit(event: 'error', error: Error): boolean; - emit(event: 'exit', code: number, signal: string): boolean; - emit(event: 'listening', address: Address): boolean; - emit(event: 'message', message: any, handle: net.Socket | net.Server): boolean; - emit(event: 'online'): boolean; - on(event: string, listener: (...args: any[]) => void): this; - on(event: 'disconnect', listener: () => void): this; - on(event: 'error', listener: (error: Error) => void): this; - on(event: 'exit', listener: (code: number, signal: string) => void): this; - on(event: 'listening', listener: (address: Address) => void): this; - on(event: 'message', listener: (message: any, handle: net.Socket | net.Server) => void): this; // the handle is a net.Socket or net.Server object, or undefined. - on(event: 'online', listener: () => void): this; - once(event: string, listener: (...args: any[]) => void): this; - once(event: 'disconnect', listener: () => void): this; - once(event: 'error', listener: (error: Error) => void): this; - once(event: 'exit', listener: (code: number, signal: string) => void): this; - once(event: 'listening', listener: (address: Address) => void): this; - once(event: 'message', listener: (message: any, handle: net.Socket | net.Server) => void): this; // the handle is a net.Socket or net.Server object, or undefined. - once(event: 'online', listener: () => void): this; - prependListener(event: string, listener: (...args: any[]) => void): this; - prependListener(event: 'disconnect', listener: () => void): this; - prependListener(event: 'error', listener: (error: Error) => void): this; - prependListener(event: 'exit', listener: (code: number, signal: string) => void): this; - prependListener(event: 'listening', listener: (address: Address) => void): this; - prependListener(event: 'message', listener: (message: any, handle: net.Socket | net.Server) => void): this; // the handle is a net.Socket or net.Server object, or undefined. - prependListener(event: 'online', listener: () => void): this; - prependOnceListener(event: string, listener: (...args: any[]) => void): this; - prependOnceListener(event: 'disconnect', listener: () => void): this; - prependOnceListener(event: 'error', listener: (error: Error) => void): this; - prependOnceListener(event: 'exit', listener: (code: number, signal: string) => void): this; - prependOnceListener(event: 'listening', listener: (address: Address) => void): this; - prependOnceListener(event: 'message', listener: (message: any, handle: net.Socket | net.Server) => void): this; // the handle is a net.Socket or net.Server object, or undefined. - prependOnceListener(event: 'online', listener: () => void): this; - } - export interface Cluster extends EventEmitter { - disconnect(callback?: () => void): void; - fork(env?: any): Worker; - /** @deprecated since v16.0.0 - use isPrimary. */ - readonly isMaster: boolean; - readonly isPrimary: boolean; - readonly isWorker: boolean; - schedulingPolicy: number; - readonly settings: ClusterSettings; - /** @deprecated since v16.0.0 - use setupPrimary. */ - setupMaster(settings?: ClusterSettings): void; - /** - * `setupPrimary` is used to change the default 'fork' behavior. Once called, the settings will be present in cluster.settings. - */ - setupPrimary(settings?: ClusterSettings): void; - readonly worker?: Worker | undefined; - readonly workers?: NodeJS.Dict<Worker> | undefined; - readonly SCHED_NONE: number; - readonly SCHED_RR: number; - /** - * events.EventEmitter - * 1. disconnect - * 2. exit - * 3. fork - * 4. listening - * 5. message - * 6. online - * 7. setup - */ - addListener(event: string, listener: (...args: any[]) => void): this; - addListener(event: 'disconnect', listener: (worker: Worker) => void): this; - addListener(event: 'exit', listener: (worker: Worker, code: number, signal: string) => void): this; - addListener(event: 'fork', listener: (worker: Worker) => void): this; - addListener(event: 'listening', listener: (worker: Worker, address: Address) => void): this; - addListener(event: 'message', listener: (worker: Worker, message: any, handle: net.Socket | net.Server) => void): this; // the handle is a net.Socket or net.Server object, or undefined. - addListener(event: 'online', listener: (worker: Worker) => void): this; - addListener(event: 'setup', listener: (settings: ClusterSettings) => void): this; - emit(event: string | symbol, ...args: any[]): boolean; - emit(event: 'disconnect', worker: Worker): boolean; - emit(event: 'exit', worker: Worker, code: number, signal: string): boolean; - emit(event: 'fork', worker: Worker): boolean; - emit(event: 'listening', worker: Worker, address: Address): boolean; - emit(event: 'message', worker: Worker, message: any, handle: net.Socket | net.Server): boolean; - emit(event: 'online', worker: Worker): boolean; - emit(event: 'setup', settings: ClusterSettings): boolean; - on(event: string, listener: (...args: any[]) => void): this; - on(event: 'disconnect', listener: (worker: Worker) => void): this; - on(event: 'exit', listener: (worker: Worker, code: number, signal: string) => void): this; - on(event: 'fork', listener: (worker: Worker) => void): this; - on(event: 'listening', listener: (worker: Worker, address: Address) => void): this; - on(event: 'message', listener: (worker: Worker, message: any, handle: net.Socket | net.Server) => void): this; // the handle is a net.Socket or net.Server object, or undefined. - on(event: 'online', listener: (worker: Worker) => void): this; - on(event: 'setup', listener: (settings: ClusterSettings) => void): this; - once(event: string, listener: (...args: any[]) => void): this; - once(event: 'disconnect', listener: (worker: Worker) => void): this; - once(event: 'exit', listener: (worker: Worker, code: number, signal: string) => void): this; - once(event: 'fork', listener: (worker: Worker) => void): this; - once(event: 'listening', listener: (worker: Worker, address: Address) => void): this; - once(event: 'message', listener: (worker: Worker, message: any, handle: net.Socket | net.Server) => void): this; // the handle is a net.Socket or net.Server object, or undefined. - once(event: 'online', listener: (worker: Worker) => void): this; - once(event: 'setup', listener: (settings: ClusterSettings) => void): this; - prependListener(event: string, listener: (...args: any[]) => void): this; - prependListener(event: 'disconnect', listener: (worker: Worker) => void): this; - prependListener(event: 'exit', listener: (worker: Worker, code: number, signal: string) => void): this; - prependListener(event: 'fork', listener: (worker: Worker) => void): this; - prependListener(event: 'listening', listener: (worker: Worker, address: Address) => void): this; - // the handle is a net.Socket or net.Server object, or undefined. - prependListener(event: 'message', listener: (worker: Worker, message: any, handle?: net.Socket | net.Server) => void): this; - prependListener(event: 'online', listener: (worker: Worker) => void): this; - prependListener(event: 'setup', listener: (settings: ClusterSettings) => void): this; - prependOnceListener(event: string, listener: (...args: any[]) => void): this; - prependOnceListener(event: 'disconnect', listener: (worker: Worker) => void): this; - prependOnceListener(event: 'exit', listener: (worker: Worker, code: number, signal: string) => void): this; - prependOnceListener(event: 'fork', listener: (worker: Worker) => void): this; - prependOnceListener(event: 'listening', listener: (worker: Worker, address: Address) => void): this; - // the handle is a net.Socket or net.Server object, or undefined. - prependOnceListener(event: 'message', listener: (worker: Worker, message: any, handle: net.Socket | net.Server) => void): this; - prependOnceListener(event: 'online', listener: (worker: Worker) => void): this; - prependOnceListener(event: 'setup', listener: (settings: ClusterSettings) => void): this; - } - const cluster: Cluster; - export default cluster; -} -declare module 'node:cluster' { - export * from 'cluster'; - export { default as default } from 'cluster'; -} diff --git a/software/flow/node_modules/@types/node/console.d.ts b/software/flow/node_modules/@types/node/console.d.ts deleted file mode 100755 index 16c9137..0000000 --- a/software/flow/node_modules/@types/node/console.d.ts +++ /dev/null @@ -1,412 +0,0 @@ -/** - * The `console` module provides a simple debugging console that is similar to the - * JavaScript console mechanism provided by web browsers. - * - * The module exports two specific components: - * - * * A `Console` class with methods such as `console.log()`, `console.error()` and`console.warn()` that can be used to write to any Node.js stream. - * * A global `console` instance configured to write to `process.stdout` and `process.stderr`. The global `console` can be used without calling`require('console')`. - * - * _**Warning**_: The global console object's methods are neither consistently - * synchronous like the browser APIs they resemble, nor are they consistently - * asynchronous like all other Node.js streams. See the `note on process I/O` for - * more information. - * - * Example using the global `console`: - * - * ```js - * console.log('hello world'); - * // Prints: hello world, to stdout - * console.log('hello %s', 'world'); - * // Prints: hello world, to stdout - * console.error(new Error('Whoops, something bad happened')); - * // Prints error message and stack trace to stderr: - * // Error: Whoops, something bad happened - * // at [eval]:5:15 - * // at Script.runInThisContext (node:vm:132:18) - * // at Object.runInThisContext (node:vm:309:38) - * // at node:internal/process/execution:77:19 - * // at [eval]-wrapper:6:22 - * // at evalScript (node:internal/process/execution:76:60) - * // at node:internal/main/eval_string:23:3 - * - * const name = 'Will Robinson'; - * console.warn(`Danger ${name}! Danger!`); - * // Prints: Danger Will Robinson! Danger!, to stderr - * ``` - * - * Example using the `Console` class: - * - * ```js - * const out = getStreamSomehow(); - * const err = getStreamSomehow(); - * const myConsole = new console.Console(out, err); - * - * myConsole.log('hello world'); - * // Prints: hello world, to out - * myConsole.log('hello %s', 'world'); - * // Prints: hello world, to out - * myConsole.error(new Error('Whoops, something bad happened')); - * // Prints: [Error: Whoops, something bad happened], to err - * - * const name = 'Will Robinson'; - * myConsole.warn(`Danger ${name}! Danger!`); - * // Prints: Danger Will Robinson! Danger!, to err - * ``` - * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/console.js) - */ -declare module 'console' { - import console = require('node:console'); - export = console; -} -declare module 'node:console' { - import { InspectOptions } from 'node:util'; - global { - // This needs to be global to avoid TS2403 in case lib.dom.d.ts is present in the same build - interface Console { - Console: console.ConsoleConstructor; - /** - * `console.assert()` writes a message if `value` is [falsy](https://developer.mozilla.org/en-US/docs/Glossary/Falsy) or omitted. It only - * writes a message and does not otherwise affect execution. The output always - * starts with `"Assertion failed"`. If provided, `message` is formatted using `util.format()`. - * - * If `value` is [truthy](https://developer.mozilla.org/en-US/docs/Glossary/Truthy), nothing happens. - * - * ```js - * console.assert(true, 'does nothing'); - * - * console.assert(false, 'Whoops %s work', 'didn\'t'); - * // Assertion failed: Whoops didn't work - * - * console.assert(); - * // Assertion failed - * ``` - * @since v0.1.101 - * @param value The value tested for being truthy. - * @param message All arguments besides `value` are used as error message. - */ - assert(value: any, message?: string, ...optionalParams: any[]): void; - /** - * When `stdout` is a TTY, calling `console.clear()` will attempt to clear the - * TTY. When `stdout` is not a TTY, this method does nothing. - * - * The specific operation of `console.clear()` can vary across operating systems - * and terminal types. For most Linux operating systems, `console.clear()`operates similarly to the `clear` shell command. On Windows, `console.clear()`will clear only the output in the - * current terminal viewport for the Node.js - * binary. - * @since v8.3.0 - */ - clear(): void; - /** - * Maintains an internal counter specific to `label` and outputs to `stdout` the - * number of times `console.count()` has been called with the given `label`. - * - * ```js - * > console.count() - * default: 1 - * undefined - * > console.count('default') - * default: 2 - * undefined - * > console.count('abc') - * abc: 1 - * undefined - * > console.count('xyz') - * xyz: 1 - * undefined - * > console.count('abc') - * abc: 2 - * undefined - * > console.count() - * default: 3 - * undefined - * > - * ``` - * @since v8.3.0 - * @param label The display label for the counter. - */ - count(label?: string): void; - /** - * Resets the internal counter specific to `label`. - * - * ```js - * > console.count('abc'); - * abc: 1 - * undefined - * > console.countReset('abc'); - * undefined - * > console.count('abc'); - * abc: 1 - * undefined - * > - * ``` - * @since v8.3.0 - * @param label The display label for the counter. - */ - countReset(label?: string): void; - /** - * The `console.debug()` function is an alias for {@link log}. - * @since v8.0.0 - */ - debug(message?: any, ...optionalParams: any[]): void; - /** - * Uses `util.inspect()` on `obj` and prints the resulting string to `stdout`. - * This function bypasses any custom `inspect()` function defined on `obj`. - * @since v0.1.101 - */ - dir(obj: any, options?: InspectOptions): void; - /** - * This method calls `console.log()` passing it the arguments received. - * This method does not produce any XML formatting. - * @since v8.0.0 - */ - dirxml(...data: any[]): void; - /** - * Prints to `stderr` with newline. Multiple arguments can be passed, with the - * first used as the primary message and all additional used as substitution - * values similar to [`printf(3)`](http://man7.org/linux/man-pages/man3/printf.3.html) (the arguments are all passed to `util.format()`). - * - * ```js - * const code = 5; - * console.error('error #%d', code); - * // Prints: error #5, to stderr - * console.error('error', code); - * // Prints: error 5, to stderr - * ``` - * - * If formatting elements (e.g. `%d`) are not found in the first string then `util.inspect()` is called on each argument and the resulting string - * values are concatenated. See `util.format()` for more information. - * @since v0.1.100 - */ - error(message?: any, ...optionalParams: any[]): void; - /** - * Increases indentation of subsequent lines by spaces for `groupIndentation`length. - * - * If one or more `label`s are provided, those are printed first without the - * additional indentation. - * @since v8.5.0 - */ - group(...label: any[]): void; - /** - * An alias for {@link group}. - * @since v8.5.0 - */ - groupCollapsed(...label: any[]): void; - /** - * Decreases indentation of subsequent lines by spaces for `groupIndentation`length. - * @since v8.5.0 - */ - groupEnd(): void; - /** - * The `console.info()` function is an alias for {@link log}. - * @since v0.1.100 - */ - info(message?: any, ...optionalParams: any[]): void; - /** - * Prints to `stdout` with newline. Multiple arguments can be passed, with the - * first used as the primary message and all additional used as substitution - * values similar to [`printf(3)`](http://man7.org/linux/man-pages/man3/printf.3.html) (the arguments are all passed to `util.format()`). - * - * ```js - * const count = 5; - * console.log('count: %d', count); - * // Prints: count: 5, to stdout - * console.log('count:', count); - * // Prints: count: 5, to stdout - * ``` - * - * See `util.format()` for more information. - * @since v0.1.100 - */ - log(message?: any, ...optionalParams: any[]): void; - /** - * Try to construct a table with the columns of the properties of `tabularData`(or use `properties`) and rows of `tabularData` and log it. Falls back to just - * logging the argument if it can’t be parsed as tabular. - * - * ```js - * // These can't be parsed as tabular data - * console.table(Symbol()); - * // Symbol() - * - * console.table(undefined); - * // undefined - * - * console.table([{ a: 1, b: 'Y' }, { a: 'Z', b: 2 }]); - * // ┌─────────┬─────┬─────┐ - * // │ (index) │ a │ b │ - * // ├─────────┼─────┼─────┤ - * // │ 0 │ 1 │ 'Y' │ - * // │ 1 │ 'Z' │ 2 │ - * // └─────────┴─────┴─────┘ - * - * console.table([{ a: 1, b: 'Y' }, { a: 'Z', b: 2 }], ['a']); - * // ┌─────────┬─────┐ - * // │ (index) │ a │ - * // ├─────────┼─────┤ - * // │ 0 │ 1 │ - * // │ 1 │ 'Z' │ - * // └─────────┴─────┘ - * ``` - * @since v10.0.0 - * @param properties Alternate properties for constructing the table. - */ - table(tabularData: any, properties?: ReadonlyArray<string>): void; - /** - * Starts a timer that can be used to compute the duration of an operation. Timers - * are identified by a unique `label`. Use the same `label` when calling {@link timeEnd} to stop the timer and output the elapsed time in - * suitable time units to `stdout`. For example, if the elapsed - * time is 3869ms, `console.timeEnd()` displays "3.869s". - * @since v0.1.104 - */ - time(label?: string): void; - /** - * Stops a timer that was previously started by calling {@link time} and - * prints the result to `stdout`: - * - * ```js - * console.time('100-elements'); - * for (let i = 0; i < 100; i++) {} - * console.timeEnd('100-elements'); - * // prints 100-elements: 225.438ms - * ``` - * @since v0.1.104 - */ - timeEnd(label?: string): void; - /** - * For a timer that was previously started by calling {@link time}, prints - * the elapsed time and other `data` arguments to `stdout`: - * - * ```js - * console.time('process'); - * const value = expensiveProcess1(); // Returns 42 - * console.timeLog('process', value); - * // Prints "process: 365.227ms 42". - * doExpensiveProcess2(value); - * console.timeEnd('process'); - * ``` - * @since v10.7.0 - */ - timeLog(label?: string, ...data: any[]): void; - /** - * Prints to `stderr` the string `'Trace: '`, followed by the `util.format()` formatted message and stack trace to the current position in the code. - * - * ```js - * console.trace('Show me'); - * // Prints: (stack trace will vary based on where trace is called) - * // Trace: Show me - * // at repl:2:9 - * // at REPLServer.defaultEval (repl.js:248:27) - * // at bound (domain.js:287:14) - * // at REPLServer.runBound [as eval] (domain.js:300:12) - * // at REPLServer.<anonymous> (repl.js:412:12) - * // at emitOne (events.js:82:20) - * // at REPLServer.emit (events.js:169:7) - * // at REPLServer.Interface._onLine (readline.js:210:10) - * // at REPLServer.Interface._line (readline.js:549:8) - * // at REPLServer.Interface._ttyWrite (readline.js:826:14) - * ``` - * @since v0.1.104 - */ - trace(message?: any, ...optionalParams: any[]): void; - /** - * The `console.warn()` function is an alias for {@link error}. - * @since v0.1.100 - */ - warn(message?: any, ...optionalParams: any[]): void; - // --- Inspector mode only --- - /** - * This method does not display anything unless used in the inspector. - * Starts a JavaScript CPU profile with an optional label. - */ - profile(label?: string): void; - /** - * This method does not display anything unless used in the inspector. - * Stops the current JavaScript CPU profiling session if one has been started and prints the report to the Profiles panel of the inspector. - */ - profileEnd(label?: string): void; - /** - * This method does not display anything unless used in the inspector. - * Adds an event with the label `label` to the Timeline panel of the inspector. - */ - timeStamp(label?: string): void; - } - /** - * The `console` module provides a simple debugging console that is similar to the - * JavaScript console mechanism provided by web browsers. - * - * The module exports two specific components: - * - * * A `Console` class with methods such as `console.log()`, `console.error()` and`console.warn()` that can be used to write to any Node.js stream. - * * A global `console` instance configured to write to `process.stdout` and `process.stderr`. The global `console` can be used without calling`require('console')`. - * - * _**Warning**_: The global console object's methods are neither consistently - * synchronous like the browser APIs they resemble, nor are they consistently - * asynchronous like all other Node.js streams. See the `note on process I/O` for - * more information. - * - * Example using the global `console`: - * - * ```js - * console.log('hello world'); - * // Prints: hello world, to stdout - * console.log('hello %s', 'world'); - * // Prints: hello world, to stdout - * console.error(new Error('Whoops, something bad happened')); - * // Prints error message and stack trace to stderr: - * // Error: Whoops, something bad happened - * // at [eval]:5:15 - * // at Script.runInThisContext (node:vm:132:18) - * // at Object.runInThisContext (node:vm:309:38) - * // at node:internal/process/execution:77:19 - * // at [eval]-wrapper:6:22 - * // at evalScript (node:internal/process/execution:76:60) - * // at node:internal/main/eval_string:23:3 - * - * const name = 'Will Robinson'; - * console.warn(`Danger ${name}! Danger!`); - * // Prints: Danger Will Robinson! Danger!, to stderr - * ``` - * - * Example using the `Console` class: - * - * ```js - * const out = getStreamSomehow(); - * const err = getStreamSomehow(); - * const myConsole = new console.Console(out, err); - * - * myConsole.log('hello world'); - * // Prints: hello world, to out - * myConsole.log('hello %s', 'world'); - * // Prints: hello world, to out - * myConsole.error(new Error('Whoops, something bad happened')); - * // Prints: [Error: Whoops, something bad happened], to err - * - * const name = 'Will Robinson'; - * myConsole.warn(`Danger ${name}! Danger!`); - * // Prints: Danger Will Robinson! Danger!, to err - * ``` - * @see [source](https://github.com/nodejs/node/blob/v16.4.2/lib/console.js) - */ - namespace console { - interface ConsoleConstructorOptions { - stdout: NodeJS.WritableStream; - stderr?: NodeJS.WritableStream | undefined; - ignoreErrors?: boolean | undefined; - colorMode?: boolean | 'auto' | undefined; - inspectOptions?: InspectOptions | undefined; - /** - * Set group indentation - * @default 2 - */ - groupIndentation?: number | undefined; - } - interface ConsoleConstructor { - prototype: Console; - new (stdout: NodeJS.WritableStream, stderr?: NodeJS.WritableStream, ignoreErrors?: boolean): Console; - new (options: ConsoleConstructorOptions): Console; - } - } - var console: Console; - } - export = globalThis.console; -} diff --git a/software/flow/node_modules/@types/node/constants.d.ts b/software/flow/node_modules/@types/node/constants.d.ts deleted file mode 100755 index 208020d..0000000 --- a/software/flow/node_modules/@types/node/constants.d.ts +++ /dev/null @@ -1,18 +0,0 @@ -/** @deprecated since v6.3.0 - use constants property exposed by the relevant module instead. */ -declare module 'constants' { - import { constants as osConstants, SignalConstants } from 'node:os'; - import { constants as cryptoConstants } from 'node:crypto'; - import { constants as fsConstants } from 'node:fs'; - - const exp: typeof osConstants.errno & - typeof osConstants.priority & - SignalConstants & - typeof cryptoConstants & - typeof fsConstants; - export = exp; -} - -declare module 'node:constants' { - import constants = require('constants'); - export = constants; -} diff --git a/software/flow/node_modules/@types/node/crypto.d.ts b/software/flow/node_modules/@types/node/crypto.d.ts deleted file mode 100755 index 20d960c..0000000 --- a/software/flow/node_modules/@types/node/crypto.d.ts +++ /dev/null @@ -1,3964 +0,0 @@ -/** - * The `crypto` module provides cryptographic functionality that includes a set of - * wrappers for OpenSSL's hash, HMAC, cipher, decipher, sign, and verify functions. - * - * ```js - * const { createHmac } = await import('crypto'); - * - * const secret = 'abcdefg'; - * const hash = createHmac('sha256', secret) - * .update('I love cupcakes') - * .digest('hex'); - * console.log(hash); - * // Prints: - * // c0fa1bc00531bd78ef38c628449c5102aeabd49b5dc3a2a516ea6ea959d6658e - * ``` - * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/crypto.js) - */ -declare module 'crypto' { - import * as stream from 'node:stream'; - import { PeerCertificate } from 'node:tls'; - /** - * SPKAC is a Certificate Signing Request mechanism originally implemented by - * Netscape and was specified formally as part of [HTML5's `keygen` element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/keygen). - * - * `<keygen>` is deprecated since [HTML 5.2](https://www.w3.org/TR/html52/changes.html#features-removed) and new projects - * should not use this element anymore. - * - * The `crypto` module provides the `Certificate` class for working with SPKAC - * data. The most common usage is handling output generated by the HTML5`<keygen>` element. Node.js uses [OpenSSL's SPKAC - * implementation](https://www.openssl.org/docs/man1.1.0/apps/openssl-spkac.html) internally. - * @since v0.11.8 - */ - class Certificate { - /** - * ```js - * const { Certificate } = await import('crypto'); - * const spkac = getSpkacSomehow(); - * const challenge = Certificate.exportChallenge(spkac); - * console.log(challenge.toString('utf8')); - * // Prints: the challenge as a UTF8 string - * ``` - * @since v9.0.0 - * @param encoding The `encoding` of the `spkac` string. - * @return The challenge component of the `spkac` data structure, which includes a public key and a challenge. - */ - static exportChallenge(spkac: BinaryLike): Buffer; - /** - * ```js - * const { Certificate } = await import('crypto'); - * const spkac = getSpkacSomehow(); - * const publicKey = Certificate.exportPublicKey(spkac); - * console.log(publicKey); - * // Prints: the public key as <Buffer ...> - * ``` - * @since v9.0.0 - * @param encoding The `encoding` of the `spkac` string. - * @return The public key component of the `spkac` data structure, which includes a public key and a challenge. - */ - static exportPublicKey(spkac: BinaryLike, encoding?: string): Buffer; - /** - * ```js - * import { Buffer } from 'buffer'; - * const { Certificate } = await import('crypto'); - * - * const spkac = getSpkacSomehow(); - * console.log(Certificate.verifySpkac(Buffer.from(spkac))); - * // Prints: true or false - * ``` - * @since v9.0.0 - * @param encoding The `encoding` of the `spkac` string. - * @return `true` if the given `spkac` data structure is valid, `false` otherwise. - */ - static verifySpkac(spkac: NodeJS.ArrayBufferView): boolean; - /** - * @deprecated - * @param spkac - * @returns The challenge component of the `spkac` data structure, - * which includes a public key and a challenge. - */ - exportChallenge(spkac: BinaryLike): Buffer; - /** - * @deprecated - * @param spkac - * @param encoding The encoding of the spkac string. - * @returns The public key component of the `spkac` data structure, - * which includes a public key and a challenge. - */ - exportPublicKey(spkac: BinaryLike, encoding?: string): Buffer; - /** - * @deprecated - * @param spkac - * @returns `true` if the given `spkac` data structure is valid, - * `false` otherwise. - */ - verifySpkac(spkac: NodeJS.ArrayBufferView): boolean; - } - namespace constants { - // https://nodejs.org/dist/latest-v10.x/docs/api/crypto.html#crypto_crypto_constants - const OPENSSL_VERSION_NUMBER: number; - /** Applies multiple bug workarounds within OpenSSL. See https://www.openssl.org/docs/man1.0.2/ssl/SSL_CTX_set_options.html for detail. */ - const SSL_OP_ALL: number; - /** Allows legacy insecure renegotiation between OpenSSL and unpatched clients or servers. See https://www.openssl.org/docs/man1.0.2/ssl/SSL_CTX_set_options.html. */ - const SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION: number; - /** Attempts to use the server's preferences instead of the client's when selecting a cipher. See https://www.openssl.org/docs/man1.0.2/ssl/SSL_CTX_set_options.html. */ - const SSL_OP_CIPHER_SERVER_PREFERENCE: number; - /** Instructs OpenSSL to use Cisco's "speshul" version of DTLS_BAD_VER. */ - const SSL_OP_CISCO_ANYCONNECT: number; - /** Instructs OpenSSL to turn on cookie exchange. */ - const SSL_OP_COOKIE_EXCHANGE: number; - /** Instructs OpenSSL to add server-hello extension from an early version of the cryptopro draft. */ - const SSL_OP_CRYPTOPRO_TLSEXT_BUG: number; - /** Instructs OpenSSL to disable a SSL 3.0/TLS 1.0 vulnerability workaround added in OpenSSL 0.9.6d. */ - const SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS: number; - /** Instructs OpenSSL to always use the tmp_rsa key when performing RSA operations. */ - const SSL_OP_EPHEMERAL_RSA: number; - /** Allows initial connection to servers that do not support RI. */ - const SSL_OP_LEGACY_SERVER_CONNECT: number; - const SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER: number; - const SSL_OP_MICROSOFT_SESS_ID_BUG: number; - /** Instructs OpenSSL to disable the workaround for a man-in-the-middle protocol-version vulnerability in the SSL 2.0 server implementation. */ - const SSL_OP_MSIE_SSLV2_RSA_PADDING: number; - const SSL_OP_NETSCAPE_CA_DN_BUG: number; - const SSL_OP_NETSCAPE_CHALLENGE_BUG: number; - const SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG: number; - const SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG: number; - /** Instructs OpenSSL to disable support for SSL/TLS compression. */ - const SSL_OP_NO_COMPRESSION: number; - const SSL_OP_NO_QUERY_MTU: number; - /** Instructs OpenSSL to always start a new session when performing renegotiation. */ - const SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION: number; - const SSL_OP_NO_SSLv2: number; - const SSL_OP_NO_SSLv3: number; - const SSL_OP_NO_TICKET: number; - const SSL_OP_NO_TLSv1: number; - const SSL_OP_NO_TLSv1_1: number; - const SSL_OP_NO_TLSv1_2: number; - const SSL_OP_PKCS1_CHECK_1: number; - const SSL_OP_PKCS1_CHECK_2: number; - /** Instructs OpenSSL to always create a new key when using temporary/ephemeral DH parameters. */ - const SSL_OP_SINGLE_DH_USE: number; - /** Instructs OpenSSL to always create a new key when using temporary/ephemeral ECDH parameters. */ - const SSL_OP_SINGLE_ECDH_USE: number; - const SSL_OP_SSLEAY_080_CLIENT_DH_BUG: number; - const SSL_OP_SSLREF2_REUSE_CERT_TYPE_BUG: number; - const SSL_OP_TLS_BLOCK_PADDING_BUG: number; - const SSL_OP_TLS_D5_BUG: number; - /** Instructs OpenSSL to disable version rollback attack detection. */ - const SSL_OP_TLS_ROLLBACK_BUG: number; - const ENGINE_METHOD_RSA: number; - const ENGINE_METHOD_DSA: number; - const ENGINE_METHOD_DH: number; - const ENGINE_METHOD_RAND: number; - const ENGINE_METHOD_EC: number; - const ENGINE_METHOD_CIPHERS: number; - const ENGINE_METHOD_DIGESTS: number; - const ENGINE_METHOD_PKEY_METHS: number; - const ENGINE_METHOD_PKEY_ASN1_METHS: number; - const ENGINE_METHOD_ALL: number; - const ENGINE_METHOD_NONE: number; - const DH_CHECK_P_NOT_SAFE_PRIME: number; - const DH_CHECK_P_NOT_PRIME: number; - const DH_UNABLE_TO_CHECK_GENERATOR: number; - const DH_NOT_SUITABLE_GENERATOR: number; - const ALPN_ENABLED: number; - const RSA_PKCS1_PADDING: number; - const RSA_SSLV23_PADDING: number; - const RSA_NO_PADDING: number; - const RSA_PKCS1_OAEP_PADDING: number; - const RSA_X931_PADDING: number; - const RSA_PKCS1_PSS_PADDING: number; - /** Sets the salt length for RSA_PKCS1_PSS_PADDING to the digest size when signing or verifying. */ - const RSA_PSS_SALTLEN_DIGEST: number; - /** Sets the salt length for RSA_PKCS1_PSS_PADDING to the maximum permissible value when signing data. */ - const RSA_PSS_SALTLEN_MAX_SIGN: number; - /** Causes the salt length for RSA_PKCS1_PSS_PADDING to be determined automatically when verifying a signature. */ - const RSA_PSS_SALTLEN_AUTO: number; - const POINT_CONVERSION_COMPRESSED: number; - const POINT_CONVERSION_UNCOMPRESSED: number; - const POINT_CONVERSION_HYBRID: number; - /** Specifies the built-in default cipher list used by Node.js (colon-separated values). */ - const defaultCoreCipherList: string; - /** Specifies the active default cipher list used by the current Node.js process (colon-separated values). */ - const defaultCipherList: string; - } - interface HashOptions extends stream.TransformOptions { - /** - * For XOF hash functions such as `shake256`, the - * outputLength option can be used to specify the desired output length in bytes. - */ - outputLength?: number | undefined; - } - /** @deprecated since v10.0.0 */ - const fips: boolean; - /** - * Creates and returns a `Hash` object that can be used to generate hash digests - * using the given `algorithm`. Optional `options` argument controls stream - * behavior. For XOF hash functions such as `'shake256'`, the `outputLength` option - * can be used to specify the desired output length in bytes. - * - * The `algorithm` is dependent on the available algorithms supported by the - * version of OpenSSL on the platform. Examples are `'sha256'`, `'sha512'`, etc. - * On recent releases of OpenSSL, `openssl list -digest-algorithms` will - * display the available digest algorithms. - * - * Example: generating the sha256 sum of a file - * - * ```js - * import { - * createReadStream - * } from 'fs'; - * import { argv } from 'process'; - * const { - * createHash - * } = await import('crypto'); - * - * const filename = argv[2]; - * - * const hash = createHash('sha256'); - * - * const input = createReadStream(filename); - * input.on('readable', () => { - * // Only one element is going to be produced by the - * // hash stream. - * const data = input.read(); - * if (data) - * hash.update(data); - * else { - * console.log(`${hash.digest('hex')} ${filename}`); - * } - * }); - * ``` - * @since v0.1.92 - * @param options `stream.transform` options - */ - function createHash(algorithm: string, options?: HashOptions): Hash; - /** - * Creates and returns an `Hmac` object that uses the given `algorithm` and `key`. - * Optional `options` argument controls stream behavior. - * - * The `algorithm` is dependent on the available algorithms supported by the - * version of OpenSSL on the platform. Examples are `'sha256'`, `'sha512'`, etc. - * On recent releases of OpenSSL, `openssl list -digest-algorithms` will - * display the available digest algorithms. - * - * The `key` is the HMAC key used to generate the cryptographic HMAC hash. If it is - * a `KeyObject`, its type must be `secret`. - * - * Example: generating the sha256 HMAC of a file - * - * ```js - * import { - * createReadStream - * } from 'fs'; - * import { argv } from 'process'; - * const { - * createHmac - * } = await import('crypto'); - * - * const filename = argv[2]; - * - * const hmac = createHmac('sha256', 'a secret'); - * - * const input = createReadStream(filename); - * input.on('readable', () => { - * // Only one element is going to be produced by the - * // hash stream. - * const data = input.read(); - * if (data) - * hmac.update(data); - * else { - * console.log(`${hmac.digest('hex')} ${filename}`); - * } - * }); - * ``` - * @since v0.1.94 - * @param options `stream.transform` options - */ - function createHmac(algorithm: string, key: BinaryLike | KeyObject, options?: stream.TransformOptions): Hmac; - // https://nodejs.org/api/buffer.html#buffer_buffers_and_character_encodings - type BinaryToTextEncoding = 'base64' | 'base64url' | 'hex' | 'binary'; - type CharacterEncoding = 'utf8' | 'utf-8' | 'utf16le' | 'latin1'; - type LegacyCharacterEncoding = 'ascii' | 'binary' | 'ucs2' | 'ucs-2'; - type Encoding = BinaryToTextEncoding | CharacterEncoding | LegacyCharacterEncoding; - type ECDHKeyFormat = 'compressed' | 'uncompressed' | 'hybrid'; - /** - * The `Hash` class is a utility for creating hash digests of data. It can be - * used in one of two ways: - * - * * As a `stream` that is both readable and writable, where data is written - * to produce a computed hash digest on the readable side, or - * * Using the `hash.update()` and `hash.digest()` methods to produce the - * computed hash. - * - * The {@link createHash} method is used to create `Hash` instances. `Hash`objects are not to be created directly using the `new` keyword. - * - * Example: Using `Hash` objects as streams: - * - * ```js - * const { - * createHash - * } = await import('crypto'); - * - * const hash = createHash('sha256'); - * - * hash.on('readable', () => { - * // Only one element is going to be produced by the - * // hash stream. - * const data = hash.read(); - * if (data) { - * console.log(data.toString('hex')); - * // Prints: - * // 6a2da20943931e9834fc12cfe5bb47bbd9ae43489a30726962b576f4e3993e50 - * } - * }); - * - * hash.write('some data to hash'); - * hash.end(); - * ``` - * - * Example: Using `Hash` and piped streams: - * - * ```js - * import { createReadStream } from 'fs'; - * import { stdout } from 'process'; - * const { createHash } = await import('crypto'); - * - * const hash = createHash('sha256'); - * - * const input = createReadStream('test.js'); - * input.pipe(hash).setEncoding('hex').pipe(stdout); - * ``` - * - * Example: Using the `hash.update()` and `hash.digest()` methods: - * - * ```js - * const { - * createHash - * } = await import('crypto'); - * - * const hash = createHash('sha256'); - * - * hash.update('some data to hash'); - * console.log(hash.digest('hex')); - * // Prints: - * // 6a2da20943931e9834fc12cfe5bb47bbd9ae43489a30726962b576f4e3993e50 - * ``` - * @since v0.1.92 - */ - class Hash extends stream.Transform { - private constructor(); - /** - * Creates a new `Hash` object that contains a deep copy of the internal state - * of the current `Hash` object. - * - * The optional `options` argument controls stream behavior. For XOF hash - * functions such as `'shake256'`, the `outputLength` option can be used to - * specify the desired output length in bytes. - * - * An error is thrown when an attempt is made to copy the `Hash` object after - * its `hash.digest()` method has been called. - * - * ```js - * // Calculate a rolling hash. - * const { - * createHash - * } = await import('crypto'); - * - * const hash = createHash('sha256'); - * - * hash.update('one'); - * console.log(hash.copy().digest('hex')); - * - * hash.update('two'); - * console.log(hash.copy().digest('hex')); - * - * hash.update('three'); - * console.log(hash.copy().digest('hex')); - * - * // Etc. - * ``` - * @since v13.1.0 - * @param options `stream.transform` options - */ - copy(options?: stream.TransformOptions): Hash; - /** - * Updates the hash content with the given `data`, the encoding of which - * is given in `inputEncoding`. - * If `encoding` is not provided, and the `data` is a string, an - * encoding of `'utf8'` is enforced. If `data` is a `Buffer`, `TypedArray`, or`DataView`, then `inputEncoding` is ignored. - * - * This can be called many times with new data as it is streamed. - * @since v0.1.92 - * @param inputEncoding The `encoding` of the `data` string. - */ - update(data: BinaryLike): Hash; - update(data: string, inputEncoding: Encoding): Hash; - /** - * Calculates the digest of all of the data passed to be hashed (using the `hash.update()` method). - * If `encoding` is provided a string will be returned; otherwise - * a `Buffer` is returned. - * - * The `Hash` object can not be used again after `hash.digest()` method has been - * called. Multiple calls will cause an error to be thrown. - * @since v0.1.92 - * @param encoding The `encoding` of the return value. - */ - digest(): Buffer; - digest(encoding: BinaryToTextEncoding): string; - } - /** - * The `Hmac` class is a utility for creating cryptographic HMAC digests. It can - * be used in one of two ways: - * - * * As a `stream` that is both readable and writable, where data is written - * to produce a computed HMAC digest on the readable side, or - * * Using the `hmac.update()` and `hmac.digest()` methods to produce the - * computed HMAC digest. - * - * The {@link createHmac} method is used to create `Hmac` instances. `Hmac`objects are not to be created directly using the `new` keyword. - * - * Example: Using `Hmac` objects as streams: - * - * ```js - * const { - * createHmac - * } = await import('crypto'); - * - * const hmac = createHmac('sha256', 'a secret'); - * - * hmac.on('readable', () => { - * // Only one element is going to be produced by the - * // hash stream. - * const data = hmac.read(); - * if (data) { - * console.log(data.toString('hex')); - * // Prints: - * // 7fd04df92f636fd450bc841c9418e5825c17f33ad9c87c518115a45971f7f77e - * } - * }); - * - * hmac.write('some data to hash'); - * hmac.end(); - * ``` - * - * Example: Using `Hmac` and piped streams: - * - * ```js - * import { createReadStream } from 'fs'; - * import { stdout } from 'process'; - * const { - * createHmac - * } = await import('crypto'); - * - * const hmac = createHmac('sha256', 'a secret'); - * - * const input = createReadStream('test.js'); - * input.pipe(hmac).pipe(stdout); - * ``` - * - * Example: Using the `hmac.update()` and `hmac.digest()` methods: - * - * ```js - * const { - * createHmac - * } = await import('crypto'); - * - * const hmac = createHmac('sha256', 'a secret'); - * - * hmac.update('some data to hash'); - * console.log(hmac.digest('hex')); - * // Prints: - * // 7fd04df92f636fd450bc841c9418e5825c17f33ad9c87c518115a45971f7f77e - * ``` - * @since v0.1.94 - */ - class Hmac extends stream.Transform { - private constructor(); - /** - * Updates the `Hmac` content with the given `data`, the encoding of which - * is given in `inputEncoding`. - * If `encoding` is not provided, and the `data` is a string, an - * encoding of `'utf8'` is enforced. If `data` is a `Buffer`, `TypedArray`, or`DataView`, then `inputEncoding` is ignored. - * - * This can be called many times with new data as it is streamed. - * @since v0.1.94 - * @param inputEncoding The `encoding` of the `data` string. - */ - update(data: BinaryLike): Hmac; - update(data: string, inputEncoding: Encoding): Hmac; - /** - * Calculates the HMAC digest of all of the data passed using `hmac.update()`. - * If `encoding` is - * provided a string is returned; otherwise a `Buffer` is returned; - * - * The `Hmac` object can not be used again after `hmac.digest()` has been - * called. Multiple calls to `hmac.digest()` will result in an error being thrown. - * @since v0.1.94 - * @param encoding The `encoding` of the return value. - */ - digest(): Buffer; - digest(encoding: BinaryToTextEncoding): string; - } - type KeyObjectType = 'secret' | 'public' | 'private'; - interface KeyExportOptions<T extends KeyFormat> { - type: 'pkcs1' | 'spki' | 'pkcs8' | 'sec1'; - format: T; - cipher?: string | undefined; - passphrase?: string | Buffer | undefined; - } - interface JwkKeyExportOptions { - format: 'jwk'; - } - interface JsonWebKey { - crv?: string | undefined; - d?: string | undefined; - dp?: string | undefined; - dq?: string | undefined; - e?: string | undefined; - k?: string | undefined; - kty?: string | undefined; - n?: string | undefined; - p?: string | undefined; - q?: string | undefined; - qi?: string | undefined; - x?: string | undefined; - y?: string | undefined; - [key: string]: unknown; - } - interface AsymmetricKeyDetails { - /** - * Key size in bits (RSA, DSA). - */ - modulusLength?: number | undefined; - /** - * Public exponent (RSA). - */ - publicExponent?: bigint | undefined; - /** - * Name of the message digest (RSA-PSS). - */ - hashAlgorithm?: string | undefined; - /** - * Name of the message digest used by MGF1 (RSA-PSS). - */ - mgf1HashAlgorithm?: string | undefined; - /** - * Minimal salt length in bytes (RSA-PSS). - */ - saltLength?: number | undefined; - /** - * Size of q in bits (DSA). - */ - divisorLength?: number | undefined; - /** - * Name of the curve (EC). - */ - namedCurve?: string | undefined; - } - /** - * Node.js uses a `KeyObject` class to represent a symmetric or asymmetric key, - * and each kind of key exposes different functions. The {@link createSecretKey}, {@link createPublicKey} and {@link createPrivateKey} methods are used to create `KeyObject`instances. `KeyObject` - * objects are not to be created directly using the `new`keyword. - * - * Most applications should consider using the new `KeyObject` API instead of - * passing keys as strings or `Buffer`s due to improved security features. - * - * `KeyObject` instances can be passed to other threads via `postMessage()`. - * The receiver obtains a cloned `KeyObject`, and the `KeyObject` does not need to - * be listed in the `transferList` argument. - * @since v11.6.0 - */ - class KeyObject { - private constructor(); - /** - * Example: Converting a `CryptoKey` instance to a `KeyObject`: - * - * ```js - * const { webcrypto, KeyObject } = await import('crypto'); - * const { subtle } = webcrypto; - * - * const key = await subtle.generateKey({ - * name: 'HMAC', - * hash: 'SHA-256', - * length: 256 - * }, true, ['sign', 'verify']); - * - * const keyObject = KeyObject.from(key); - * console.log(keyObject.symmetricKeySize); - * // Prints: 32 (symmetric key size in bytes) - * ``` - * @since v15.0.0 - */ - static from(key: webcrypto.CryptoKey): KeyObject; - /** - * For asymmetric keys, this property represents the type of the key. Supported key - * types are: - * - * * `'rsa'` (OID 1.2.840.113549.1.1.1) - * * `'rsa-pss'` (OID 1.2.840.113549.1.1.10) - * * `'dsa'` (OID 1.2.840.10040.4.1) - * * `'ec'` (OID 1.2.840.10045.2.1) - * * `'x25519'` (OID 1.3.101.110) - * * `'x448'` (OID 1.3.101.111) - * * `'ed25519'` (OID 1.3.101.112) - * * `'ed448'` (OID 1.3.101.113) - * * `'dh'` (OID 1.2.840.113549.1.3.1) - * - * This property is `undefined` for unrecognized `KeyObject` types and symmetric - * keys. - * @since v11.6.0 - */ - asymmetricKeyType?: KeyType | undefined; - /** - * For asymmetric keys, this property represents the size of the embedded key in - * bytes. This property is `undefined` for symmetric keys. - */ - asymmetricKeySize?: number | undefined; - /** - * This property exists only on asymmetric keys. Depending on the type of the key, - * this object contains information about the key. None of the information obtained - * through this property can be used to uniquely identify a key or to compromise - * the security of the key. - * - * For RSA-PSS keys, if the key material contains a `RSASSA-PSS-params` sequence, - * the `hashAlgorithm`, `mgf1HashAlgorithm`, and `saltLength` properties will be - * set. - * - * Other key details might be exposed via this API using additional attributes. - * @since v15.7.0 - */ - asymmetricKeyDetails?: AsymmetricKeyDetails | undefined; - /** - * For symmetric keys, the following encoding options can be used: - * - * For public keys, the following encoding options can be used: - * - * For private keys, the following encoding options can be used: - * - * The result type depends on the selected encoding format, when PEM the - * result is a string, when DER it will be a buffer containing the data - * encoded as DER, when [JWK](https://tools.ietf.org/html/rfc7517) it will be an object. - * - * When [JWK](https://tools.ietf.org/html/rfc7517) encoding format was selected, all other encoding options are - * ignored. - * - * PKCS#1, SEC1, and PKCS#8 type keys can be encrypted by using a combination of - * the `cipher` and `format` options. The PKCS#8 `type` can be used with any`format` to encrypt any key algorithm (RSA, EC, or DH) by specifying a`cipher`. PKCS#1 and SEC1 can only be - * encrypted by specifying a `cipher`when the PEM `format` is used. For maximum compatibility, use PKCS#8 for - * encrypted private keys. Since PKCS#8 defines its own - * encryption mechanism, PEM-level encryption is not supported when encrypting - * a PKCS#8 key. See [RFC 5208](https://www.rfc-editor.org/rfc/rfc5208.txt) for PKCS#8 encryption and [RFC 1421](https://www.rfc-editor.org/rfc/rfc1421.txt) for - * PKCS#1 and SEC1 encryption. - * @since v11.6.0 - */ - export(options: KeyExportOptions<'pem'>): string | Buffer; - export(options?: KeyExportOptions<'der'>): Buffer; - export(options?: JwkKeyExportOptions): JsonWebKey; - /** - * For secret keys, this property represents the size of the key in bytes. This - * property is `undefined` for asymmetric keys. - * @since v11.6.0 - */ - symmetricKeySize?: number | undefined; - /** - * Depending on the type of this `KeyObject`, this property is either`'secret'` for secret (symmetric) keys, `'public'` for public (asymmetric) keys - * or `'private'` for private (asymmetric) keys. - * @since v11.6.0 - */ - type: KeyObjectType; - } - type CipherCCMTypes = 'aes-128-ccm' | 'aes-192-ccm' | 'aes-256-ccm' | 'chacha20-poly1305'; - type CipherGCMTypes = 'aes-128-gcm' | 'aes-192-gcm' | 'aes-256-gcm'; - type CipherOCBTypes = 'aes-128-ocb' | 'aes-192-ocb' | 'aes-256-ocb'; - type BinaryLike = string | NodeJS.ArrayBufferView; - type CipherKey = BinaryLike | KeyObject; - interface CipherCCMOptions extends stream.TransformOptions { - authTagLength: number; - } - interface CipherGCMOptions extends stream.TransformOptions { - authTagLength?: number | undefined; - } - interface CipherOCBOptions extends stream.TransformOptions { - authTagLength: number; - } - /** - * Creates and returns a `Cipher` object that uses the given `algorithm` and`password`. - * - * The `options` argument controls stream behavior and is optional except when a - * cipher in CCM or OCB mode (e.g. `'aes-128-ccm'`) is used. In that case, the`authTagLength` option is required and specifies the length of the - * authentication tag in bytes, see `CCM mode`. In GCM mode, the `authTagLength`option is not required but can be used to set the length of the authentication - * tag that will be returned by `getAuthTag()` and defaults to 16 bytes. - * For `chacha20-poly1305`, the `authTagLength` option defaults to 16 bytes. - * - * The `algorithm` is dependent on OpenSSL, examples are `'aes192'`, etc. On - * recent OpenSSL releases, `openssl list -cipher-algorithms` will - * display the available cipher algorithms. - * - * The `password` is used to derive the cipher key and initialization vector (IV). - * The value must be either a `'latin1'` encoded string, a `Buffer`, a`TypedArray`, or a `DataView`. - * - * The implementation of `crypto.createCipher()` derives keys using the OpenSSL - * function [`EVP_BytesToKey`](https://www.openssl.org/docs/man1.1.0/crypto/EVP_BytesToKey.html) with the digest algorithm set to MD5, one - * iteration, and no salt. The lack of salt allows dictionary attacks as the same - * password always creates the same key. The low iteration count and - * non-cryptographically secure hash algorithm allow passwords to be tested very - * rapidly. - * - * In line with OpenSSL's recommendation to use a more modern algorithm instead of [`EVP_BytesToKey`](https://www.openssl.org/docs/man1.1.0/crypto/EVP_BytesToKey.html) it is recommended that - * developers derive a key and IV on - * their own using {@link scrypt} and to use {@link createCipheriv} to create the `Cipher` object. Users should not use ciphers with counter mode - * (e.g. CTR, GCM, or CCM) in `crypto.createCipher()`. A warning is emitted when - * they are used in order to avoid the risk of IV reuse that causes - * vulnerabilities. For the case when IV is reused in GCM, see [Nonce-Disrespecting Adversaries](https://github.com/nonce-disrespect/nonce-disrespect) for details. - * @since v0.1.94 - * @deprecated Since v10.0.0 - Use {@link createCipheriv} instead. - * @param options `stream.transform` options - */ - function createCipher(algorithm: CipherCCMTypes, password: BinaryLike, options: CipherCCMOptions): CipherCCM; - /** @deprecated since v10.0.0 use `createCipheriv()` */ - function createCipher(algorithm: CipherGCMTypes, password: BinaryLike, options?: CipherGCMOptions): CipherGCM; - /** @deprecated since v10.0.0 use `createCipheriv()` */ - function createCipher(algorithm: string, password: BinaryLike, options?: stream.TransformOptions): Cipher; - /** - * Creates and returns a `Cipher` object, with the given `algorithm`, `key` and - * initialization vector (`iv`). - * - * The `options` argument controls stream behavior and is optional except when a - * cipher in CCM or OCB mode (e.g. `'aes-128-ccm'`) is used. In that case, the`authTagLength` option is required and specifies the length of the - * authentication tag in bytes, see `CCM mode`. In GCM mode, the `authTagLength`option is not required but can be used to set the length of the authentication - * tag that will be returned by `getAuthTag()` and defaults to 16 bytes. - * For `chacha20-poly1305`, the `authTagLength` option defaults to 16 bytes. - * - * The `algorithm` is dependent on OpenSSL, examples are `'aes192'`, etc. On - * recent OpenSSL releases, `openssl list -cipher-algorithms` will - * display the available cipher algorithms. - * - * The `key` is the raw key used by the `algorithm` and `iv` is an [initialization vector](https://en.wikipedia.org/wiki/Initialization_vector). Both arguments must be `'utf8'` encoded - * strings,`Buffers`, `TypedArray`, or `DataView`s. The `key` may optionally be - * a `KeyObject` of type `secret`. If the cipher does not need - * an initialization vector, `iv` may be `null`. - * - * When passing strings for `key` or `iv`, please consider `caveats when using strings as inputs to cryptographic APIs`. - * - * Initialization vectors should be unpredictable and unique; ideally, they will be - * cryptographically random. They do not have to be secret: IVs are typically just - * added to ciphertext messages unencrypted. It may sound contradictory that - * something has to be unpredictable and unique, but does not have to be secret; - * remember that an attacker must not be able to predict ahead of time what a - * given IV will be. - * @since v0.1.94 - * @param options `stream.transform` options - */ - function createCipheriv(algorithm: CipherCCMTypes, key: CipherKey, iv: BinaryLike, options: CipherCCMOptions): CipherCCM; - function createCipheriv(algorithm: CipherOCBTypes, key: CipherKey, iv: BinaryLike, options: CipherOCBOptions): CipherOCB; - function createCipheriv(algorithm: CipherGCMTypes, key: CipherKey, iv: BinaryLike, options?: CipherGCMOptions): CipherGCM; - function createCipheriv(algorithm: string, key: CipherKey, iv: BinaryLike | null, options?: stream.TransformOptions): Cipher; - /** - * Instances of the `Cipher` class are used to encrypt data. The class can be - * used in one of two ways: - * - * * As a `stream` that is both readable and writable, where plain unencrypted - * data is written to produce encrypted data on the readable side, or - * * Using the `cipher.update()` and `cipher.final()` methods to produce - * the encrypted data. - * - * The {@link createCipher} or {@link createCipheriv} methods are - * used to create `Cipher` instances. `Cipher` objects are not to be created - * directly using the `new` keyword. - * - * Example: Using `Cipher` objects as streams: - * - * ```js - * const { - * scrypt, - * randomFill, - * createCipheriv - * } = await import('crypto'); - * - * const algorithm = 'aes-192-cbc'; - * const password = 'Password used to generate key'; - * - * // First, we'll generate the key. The key length is dependent on the algorithm. - * // In this case for aes192, it is 24 bytes (192 bits). - * scrypt(password, 'salt', 24, (err, key) => { - * if (err) throw err; - * // Then, we'll generate a random initialization vector - * randomFill(new Uint8Array(16), (err, iv) => { - * if (err) throw err; - * - * // Once we have the key and iv, we can create and use the cipher... - * const cipher = createCipheriv(algorithm, key, iv); - * - * let encrypted = ''; - * cipher.setEncoding('hex'); - * - * cipher.on('data', (chunk) => encrypted += chunk); - * cipher.on('end', () => console.log(encrypted)); - * - * cipher.write('some clear text data'); - * cipher.end(); - * }); - * }); - * ``` - * - * Example: Using `Cipher` and piped streams: - * - * ```js - * import { - * createReadStream, - * createWriteStream, - * } from 'fs'; - * - * import { - * pipeline - * } from 'stream'; - * - * const { - * scrypt, - * randomFill, - * createCipheriv - * } = await import('crypto'); - * - * const algorithm = 'aes-192-cbc'; - * const password = 'Password used to generate key'; - * - * // First, we'll generate the key. The key length is dependent on the algorithm. - * // In this case for aes192, it is 24 bytes (192 bits). - * scrypt(password, 'salt', 24, (err, key) => { - * if (err) throw err; - * // Then, we'll generate a random initialization vector - * randomFill(new Uint8Array(16), (err, iv) => { - * if (err) throw err; - * - * const cipher = createCipheriv(algorithm, key, iv); - * - * const input = createReadStream('test.js'); - * const output = createWriteStream('test.enc'); - * - * pipeline(input, cipher, output, (err) => { - * if (err) throw err; - * }); - * }); - * }); - * ``` - * - * Example: Using the `cipher.update()` and `cipher.final()` methods: - * - * ```js - * const { - * scrypt, - * randomFill, - * createCipheriv - * } = await import('crypto'); - * - * const algorithm = 'aes-192-cbc'; - * const password = 'Password used to generate key'; - * - * // First, we'll generate the key. The key length is dependent on the algorithm. - * // In this case for aes192, it is 24 bytes (192 bits). - * scrypt(password, 'salt', 24, (err, key) => { - * if (err) throw err; - * // Then, we'll generate a random initialization vector - * randomFill(new Uint8Array(16), (err, iv) => { - * if (err) throw err; - * - * const cipher = createCipheriv(algorithm, key, iv); - * - * let encrypted = cipher.update('some clear text data', 'utf8', 'hex'); - * encrypted += cipher.final('hex'); - * console.log(encrypted); - * }); - * }); - * ``` - * @since v0.1.94 - */ - class Cipher extends stream.Transform { - private constructor(); - /** - * Updates the cipher with `data`. If the `inputEncoding` argument is given, - * the `data`argument is a string using the specified encoding. If the `inputEncoding`argument is not given, `data` must be a `Buffer`, `TypedArray`, or`DataView`. If `data` is a `Buffer`, - * `TypedArray`, or `DataView`, then`inputEncoding` is ignored. - * - * The `outputEncoding` specifies the output format of the enciphered - * data. If the `outputEncoding`is specified, a string using the specified encoding is returned. If no`outputEncoding` is provided, a `Buffer` is returned. - * - * The `cipher.update()` method can be called multiple times with new data until `cipher.final()` is called. Calling `cipher.update()` after `cipher.final()` will result in an error being - * thrown. - * @since v0.1.94 - * @param inputEncoding The `encoding` of the data. - * @param outputEncoding The `encoding` of the return value. - */ - update(data: BinaryLike): Buffer; - update(data: string, inputEncoding: Encoding): Buffer; - update(data: NodeJS.ArrayBufferView, inputEncoding: undefined, outputEncoding: Encoding): string; - update(data: string, inputEncoding: Encoding | undefined, outputEncoding: Encoding): string; - /** - * Once the `cipher.final()` method has been called, the `Cipher` object can no - * longer be used to encrypt data. Attempts to call `cipher.final()` more than - * once will result in an error being thrown. - * @since v0.1.94 - * @param outputEncoding The `encoding` of the return value. - * @return Any remaining enciphered contents. If `outputEncoding` is specified, a string is returned. If an `outputEncoding` is not provided, a {@link Buffer} is returned. - */ - final(): Buffer; - final(outputEncoding: BufferEncoding): string; - /** - * When using block encryption algorithms, the `Cipher` class will automatically - * add padding to the input data to the appropriate block size. To disable the - * default padding call `cipher.setAutoPadding(false)`. - * - * When `autoPadding` is `false`, the length of the entire input data must be a - * multiple of the cipher's block size or `cipher.final()` will throw an error. - * Disabling automatic padding is useful for non-standard padding, for instance - * using `0x0` instead of PKCS padding. - * - * The `cipher.setAutoPadding()` method must be called before `cipher.final()`. - * @since v0.7.1 - * @param [autoPadding=true] - * @return for method chaining. - */ - setAutoPadding(autoPadding?: boolean): this; - } - interface CipherCCM extends Cipher { - setAAD( - buffer: NodeJS.ArrayBufferView, - options: { - plaintextLength: number; - } - ): this; - getAuthTag(): Buffer; - } - interface CipherGCM extends Cipher { - setAAD( - buffer: NodeJS.ArrayBufferView, - options?: { - plaintextLength: number; - } - ): this; - getAuthTag(): Buffer; - } - interface CipherOCB extends Cipher { - setAAD( - buffer: NodeJS.ArrayBufferView, - options?: { - plaintextLength: number; - } - ): this; - getAuthTag(): Buffer; - } - /** - * Creates and returns a `Decipher` object that uses the given `algorithm` and`password` (key). - * - * The `options` argument controls stream behavior and is optional except when a - * cipher in CCM or OCB mode (e.g. `'aes-128-ccm'`) is used. In that case, the`authTagLength` option is required and specifies the length of the - * authentication tag in bytes, see `CCM mode`. - * For `chacha20-poly1305`, the `authTagLength` option defaults to 16 bytes. - * - * The implementation of `crypto.createDecipher()` derives keys using the OpenSSL - * function [`EVP_BytesToKey`](https://www.openssl.org/docs/man1.1.0/crypto/EVP_BytesToKey.html) with the digest algorithm set to MD5, one - * iteration, and no salt. The lack of salt allows dictionary attacks as the same - * password always creates the same key. The low iteration count and - * non-cryptographically secure hash algorithm allow passwords to be tested very - * rapidly. - * - * In line with OpenSSL's recommendation to use a more modern algorithm instead of [`EVP_BytesToKey`](https://www.openssl.org/docs/man1.1.0/crypto/EVP_BytesToKey.html) it is recommended that - * developers derive a key and IV on - * their own using {@link scrypt} and to use {@link createDecipheriv} to create the `Decipher` object. - * @since v0.1.94 - * @deprecated Since v10.0.0 - Use {@link createDecipheriv} instead. - * @param options `stream.transform` options - */ - function createDecipher(algorithm: CipherCCMTypes, password: BinaryLike, options: CipherCCMOptions): DecipherCCM; - /** @deprecated since v10.0.0 use `createDecipheriv()` */ - function createDecipher(algorithm: CipherGCMTypes, password: BinaryLike, options?: CipherGCMOptions): DecipherGCM; - /** @deprecated since v10.0.0 use `createDecipheriv()` */ - function createDecipher(algorithm: string, password: BinaryLike, options?: stream.TransformOptions): Decipher; - /** - * Creates and returns a `Decipher` object that uses the given `algorithm`, `key`and initialization vector (`iv`). - * - * The `options` argument controls stream behavior and is optional except when a - * cipher in CCM or OCB mode (e.g. `'aes-128-ccm'`) is used. In that case, the`authTagLength` option is required and specifies the length of the - * authentication tag in bytes, see `CCM mode`. In GCM mode, the `authTagLength`option is not required but can be used to restrict accepted authentication tags - * to those with the specified length. - * For `chacha20-poly1305`, the `authTagLength` option defaults to 16 bytes. - * - * The `algorithm` is dependent on OpenSSL, examples are `'aes192'`, etc. On - * recent OpenSSL releases, `openssl list -cipher-algorithms` will - * display the available cipher algorithms. - * - * The `key` is the raw key used by the `algorithm` and `iv` is an [initialization vector](https://en.wikipedia.org/wiki/Initialization_vector). Both arguments must be `'utf8'` encoded - * strings,`Buffers`, `TypedArray`, or `DataView`s. The `key` may optionally be - * a `KeyObject` of type `secret`. If the cipher does not need - * an initialization vector, `iv` may be `null`. - * - * When passing strings for `key` or `iv`, please consider `caveats when using strings as inputs to cryptographic APIs`. - * - * Initialization vectors should be unpredictable and unique; ideally, they will be - * cryptographically random. They do not have to be secret: IVs are typically just - * added to ciphertext messages unencrypted. It may sound contradictory that - * something has to be unpredictable and unique, but does not have to be secret; - * remember that an attacker must not be able to predict ahead of time what a given - * IV will be. - * @since v0.1.94 - * @param options `stream.transform` options - */ - function createDecipheriv(algorithm: CipherCCMTypes, key: CipherKey, iv: BinaryLike, options: CipherCCMOptions): DecipherCCM; - function createDecipheriv(algorithm: CipherOCBTypes, key: CipherKey, iv: BinaryLike, options: CipherOCBOptions): DecipherOCB; - function createDecipheriv(algorithm: CipherGCMTypes, key: CipherKey, iv: BinaryLike, options?: CipherGCMOptions): DecipherGCM; - function createDecipheriv(algorithm: string, key: CipherKey, iv: BinaryLike | null, options?: stream.TransformOptions): Decipher; - /** - * Instances of the `Decipher` class are used to decrypt data. The class can be - * used in one of two ways: - * - * * As a `stream` that is both readable and writable, where plain encrypted - * data is written to produce unencrypted data on the readable side, or - * * Using the `decipher.update()` and `decipher.final()` methods to - * produce the unencrypted data. - * - * The {@link createDecipher} or {@link createDecipheriv} methods are - * used to create `Decipher` instances. `Decipher` objects are not to be created - * directly using the `new` keyword. - * - * Example: Using `Decipher` objects as streams: - * - * ```js - * import { Buffer } from 'buffer'; - * const { - * scryptSync, - * createDecipheriv - * } = await import('crypto'); - * - * const algorithm = 'aes-192-cbc'; - * const password = 'Password used to generate key'; - * // Key length is dependent on the algorithm. In this case for aes192, it is - * // 24 bytes (192 bits). - * // Use the async `crypto.scrypt()` instead. - * const key = scryptSync(password, 'salt', 24); - * // The IV is usually passed along with the ciphertext. - * const iv = Buffer.alloc(16, 0); // Initialization vector. - * - * const decipher = createDecipheriv(algorithm, key, iv); - * - * let decrypted = ''; - * decipher.on('readable', () => { - * while (null !== (chunk = decipher.read())) { - * decrypted += chunk.toString('utf8'); - * } - * }); - * decipher.on('end', () => { - * console.log(decrypted); - * // Prints: some clear text data - * }); - * - * // Encrypted with same algorithm, key and iv. - * const encrypted = - * 'e5f79c5915c02171eec6b212d5520d44480993d7d622a7c4c2da32f6efda0ffa'; - * decipher.write(encrypted, 'hex'); - * decipher.end(); - * ``` - * - * Example: Using `Decipher` and piped streams: - * - * ```js - * import { - * createReadStream, - * createWriteStream, - * } from 'fs'; - * import { Buffer } from 'buffer'; - * const { - * scryptSync, - * createDecipheriv - * } = await import('crypto'); - * - * const algorithm = 'aes-192-cbc'; - * const password = 'Password used to generate key'; - * // Use the async `crypto.scrypt()` instead. - * const key = scryptSync(password, 'salt', 24); - * // The IV is usually passed along with the ciphertext. - * const iv = Buffer.alloc(16, 0); // Initialization vector. - * - * const decipher = createDecipheriv(algorithm, key, iv); - * - * const input = createReadStream('test.enc'); - * const output = createWriteStream('test.js'); - * - * input.pipe(decipher).pipe(output); - * ``` - * - * Example: Using the `decipher.update()` and `decipher.final()` methods: - * - * ```js - * import { Buffer } from 'buffer'; - * const { - * scryptSync, - * createDecipheriv - * } = await import('crypto'); - * - * const algorithm = 'aes-192-cbc'; - * const password = 'Password used to generate key'; - * // Use the async `crypto.scrypt()` instead. - * const key = scryptSync(password, 'salt', 24); - * // The IV is usually passed along with the ciphertext. - * const iv = Buffer.alloc(16, 0); // Initialization vector. - * - * const decipher = createDecipheriv(algorithm, key, iv); - * - * // Encrypted using same algorithm, key and iv. - * const encrypted = - * 'e5f79c5915c02171eec6b212d5520d44480993d7d622a7c4c2da32f6efda0ffa'; - * let decrypted = decipher.update(encrypted, 'hex', 'utf8'); - * decrypted += decipher.final('utf8'); - * console.log(decrypted); - * // Prints: some clear text data - * ``` - * @since v0.1.94 - */ - class Decipher extends stream.Transform { - private constructor(); - /** - * Updates the decipher with `data`. If the `inputEncoding` argument is given, - * the `data`argument is a string using the specified encoding. If the `inputEncoding`argument is not given, `data` must be a `Buffer`. If `data` is a `Buffer` then `inputEncoding` is - * ignored. - * - * The `outputEncoding` specifies the output format of the enciphered - * data. If the `outputEncoding`is specified, a string using the specified encoding is returned. If no`outputEncoding` is provided, a `Buffer` is returned. - * - * The `decipher.update()` method can be called multiple times with new data until `decipher.final()` is called. Calling `decipher.update()` after `decipher.final()` will result in an error - * being thrown. - * @since v0.1.94 - * @param inputEncoding The `encoding` of the `data` string. - * @param outputEncoding The `encoding` of the return value. - */ - update(data: NodeJS.ArrayBufferView): Buffer; - update(data: string, inputEncoding: Encoding): Buffer; - update(data: NodeJS.ArrayBufferView, inputEncoding: undefined, outputEncoding: Encoding): string; - update(data: string, inputEncoding: Encoding | undefined, outputEncoding: Encoding): string; - /** - * Once the `decipher.final()` method has been called, the `Decipher` object can - * no longer be used to decrypt data. Attempts to call `decipher.final()` more - * than once will result in an error being thrown. - * @since v0.1.94 - * @param outputEncoding The `encoding` of the return value. - * @return Any remaining deciphered contents. If `outputEncoding` is specified, a string is returned. If an `outputEncoding` is not provided, a {@link Buffer} is returned. - */ - final(): Buffer; - final(outputEncoding: BufferEncoding): string; - /** - * When data has been encrypted without standard block padding, calling`decipher.setAutoPadding(false)` will disable automatic padding to prevent `decipher.final()` from checking for and - * removing padding. - * - * Turning auto padding off will only work if the input data's length is a - * multiple of the ciphers block size. - * - * The `decipher.setAutoPadding()` method must be called before `decipher.final()`. - * @since v0.7.1 - * @param [autoPadding=true] - * @return for method chaining. - */ - setAutoPadding(auto_padding?: boolean): this; - } - interface DecipherCCM extends Decipher { - setAuthTag(buffer: NodeJS.ArrayBufferView): this; - setAAD( - buffer: NodeJS.ArrayBufferView, - options: { - plaintextLength: number; - } - ): this; - } - interface DecipherGCM extends Decipher { - setAuthTag(buffer: NodeJS.ArrayBufferView): this; - setAAD( - buffer: NodeJS.ArrayBufferView, - options?: { - plaintextLength: number; - } - ): this; - } - interface DecipherOCB extends Decipher { - setAuthTag(buffer: NodeJS.ArrayBufferView): this; - setAAD( - buffer: NodeJS.ArrayBufferView, - options?: { - plaintextLength: number; - } - ): this; - } - interface PrivateKeyInput { - key: string | Buffer; - format?: KeyFormat | undefined; - type?: 'pkcs1' | 'pkcs8' | 'sec1' | undefined; - passphrase?: string | Buffer | undefined; - } - interface PublicKeyInput { - key: string | Buffer; - format?: KeyFormat | undefined; - type?: 'pkcs1' | 'spki' | undefined; - } - /** - * Asynchronously generates a new random secret key of the given `length`. The`type` will determine which validations will be performed on the `length`. - * - * ```js - * const { - * generateKey - * } = await import('crypto'); - * - * generateKey('hmac', { length: 64 }, (err, key) => { - * if (err) throw err; - * console.log(key.export().toString('hex')); // 46e..........620 - * }); - * ``` - * @since v15.0.0 - * @param type The intended use of the generated secret key. Currently accepted values are `'hmac'` and `'aes'`. - */ - function generateKey( - type: 'hmac' | 'aes', - options: { - length: number; - }, - callback: (err: Error | null, key: KeyObject) => void - ): void; - /** - * Synchronously generates a new random secret key of the given `length`. The`type` will determine which validations will be performed on the `length`. - * - * ```js - * const { - * generateKeySync - * } = await import('crypto'); - * - * const key = generateKeySync('hmac', { length: 64 }); - * console.log(key.export().toString('hex')); // e89..........41e - * ``` - * @since v15.0.0 - * @param type The intended use of the generated secret key. Currently accepted values are `'hmac'` and `'aes'`. - */ - function generateKeySync( - type: 'hmac' | 'aes', - options: { - length: number; - } - ): KeyObject; - interface JsonWebKeyInput { - key: JsonWebKey; - format: 'jwk'; - } - /** - * Creates and returns a new key object containing a private key. If `key` is a - * string or `Buffer`, `format` is assumed to be `'pem'`; otherwise, `key`must be an object with the properties described above. - * - * If the private key is encrypted, a `passphrase` must be specified. The length - * of the passphrase is limited to 1024 bytes. - * @since v11.6.0 - */ - function createPrivateKey(key: PrivateKeyInput | string | Buffer | JsonWebKeyInput): KeyObject; - /** - * Creates and returns a new key object containing a public key. If `key` is a - * string or `Buffer`, `format` is assumed to be `'pem'`; if `key` is a `KeyObject`with type `'private'`, the public key is derived from the given private key; - * otherwise, `key` must be an object with the properties described above. - * - * If the format is `'pem'`, the `'key'` may also be an X.509 certificate. - * - * Because public keys can be derived from private keys, a private key may be - * passed instead of a public key. In that case, this function behaves as if {@link createPrivateKey} had been called, except that the type of the - * returned `KeyObject` will be `'public'` and that the private key cannot be - * extracted from the returned `KeyObject`. Similarly, if a `KeyObject` with type`'private'` is given, a new `KeyObject` with type `'public'` will be returned - * and it will be impossible to extract the private key from the returned object. - * @since v11.6.0 - */ - function createPublicKey(key: PublicKeyInput | string | Buffer | KeyObject | JsonWebKeyInput): KeyObject; - /** - * Creates and returns a new key object containing a secret key for symmetric - * encryption or `Hmac`. - * @since v11.6.0 - * @param encoding The string encoding when `key` is a string. - */ - function createSecretKey(key: NodeJS.ArrayBufferView): KeyObject; - function createSecretKey(key: string, encoding: BufferEncoding): KeyObject; - /** - * Creates and returns a `Sign` object that uses the given `algorithm`. Use {@link getHashes} to obtain the names of the available digest algorithms. - * Optional `options` argument controls the `stream.Writable` behavior. - * - * In some cases, a `Sign` instance can be created using the name of a signature - * algorithm, such as `'RSA-SHA256'`, instead of a digest algorithm. This will use - * the corresponding digest algorithm. This does not work for all signature - * algorithms, such as `'ecdsa-with-SHA256'`, so it is best to always use digest - * algorithm names. - * @since v0.1.92 - * @param options `stream.Writable` options - */ - function createSign(algorithm: string, options?: stream.WritableOptions): Sign; - type DSAEncoding = 'der' | 'ieee-p1363'; - interface SigningOptions { - /** - * @See crypto.constants.RSA_PKCS1_PADDING - */ - padding?: number | undefined; - saltLength?: number | undefined; - dsaEncoding?: DSAEncoding | undefined; - } - interface SignPrivateKeyInput extends PrivateKeyInput, SigningOptions {} - interface SignKeyObjectInput extends SigningOptions { - key: KeyObject; - } - interface VerifyPublicKeyInput extends PublicKeyInput, SigningOptions {} - interface VerifyKeyObjectInput extends SigningOptions { - key: KeyObject; - } - type KeyLike = string | Buffer | KeyObject; - /** - * The `Sign` class is a utility for generating signatures. It can be used in one - * of two ways: - * - * * As a writable `stream`, where data to be signed is written and the `sign.sign()` method is used to generate and return the signature, or - * * Using the `sign.update()` and `sign.sign()` methods to produce the - * signature. - * - * The {@link createSign} method is used to create `Sign` instances. The - * argument is the string name of the hash function to use. `Sign` objects are not - * to be created directly using the `new` keyword. - * - * Example: Using `Sign` and `Verify` objects as streams: - * - * ```js - * const { - * generateKeyPairSync, - * createSign, - * createVerify - * } = await import('crypto'); - * - * const { privateKey, publicKey } = generateKeyPairSync('ec', { - * namedCurve: 'sect239k1' - * }); - * - * const sign = createSign('SHA256'); - * sign.write('some data to sign'); - * sign.end(); - * const signature = sign.sign(privateKey, 'hex'); - * - * const verify = createVerify('SHA256'); - * verify.write('some data to sign'); - * verify.end(); - * console.log(verify.verify(publicKey, signature, 'hex')); - * // Prints: true - * ``` - * - * Example: Using the `sign.update()` and `verify.update()` methods: - * - * ```js - * const { - * generateKeyPairSync, - * createSign, - * createVerify - * } = await import('crypto'); - * - * const { privateKey, publicKey } = generateKeyPairSync('rsa', { - * modulusLength: 2048, - * }); - * - * const sign = createSign('SHA256'); - * sign.update('some data to sign'); - * sign.end(); - * const signature = sign.sign(privateKey); - * - * const verify = createVerify('SHA256'); - * verify.update('some data to sign'); - * verify.end(); - * console.log(verify.verify(publicKey, signature)); - * // Prints: true - * ``` - * @since v0.1.92 - */ - class Sign extends stream.Writable { - private constructor(); - /** - * Updates the `Sign` content with the given `data`, the encoding of which - * is given in `inputEncoding`. - * If `encoding` is not provided, and the `data` is a string, an - * encoding of `'utf8'` is enforced. If `data` is a `Buffer`, `TypedArray`, or`DataView`, then `inputEncoding` is ignored. - * - * This can be called many times with new data as it is streamed. - * @since v0.1.92 - * @param inputEncoding The `encoding` of the `data` string. - */ - update(data: BinaryLike): this; - update(data: string, inputEncoding: Encoding): this; - /** - * Calculates the signature on all the data passed through using either `sign.update()` or `sign.write()`. - * - * If `privateKey` is not a `KeyObject`, this function behaves as if`privateKey` had been passed to {@link createPrivateKey}. If it is an - * object, the following additional properties can be passed: - * - * If `outputEncoding` is provided a string is returned; otherwise a `Buffer` is returned. - * - * The `Sign` object can not be again used after `sign.sign()` method has been - * called. Multiple calls to `sign.sign()` will result in an error being thrown. - * @since v0.1.92 - */ - sign(privateKey: KeyLike | SignKeyObjectInput | SignPrivateKeyInput): Buffer; - sign(privateKey: KeyLike | SignKeyObjectInput | SignPrivateKeyInput, outputFormat: BinaryToTextEncoding): string; - } - /** - * Creates and returns a `Verify` object that uses the given algorithm. - * Use {@link getHashes} to obtain an array of names of the available - * signing algorithms. Optional `options` argument controls the`stream.Writable` behavior. - * - * In some cases, a `Verify` instance can be created using the name of a signature - * algorithm, such as `'RSA-SHA256'`, instead of a digest algorithm. This will use - * the corresponding digest algorithm. This does not work for all signature - * algorithms, such as `'ecdsa-with-SHA256'`, so it is best to always use digest - * algorithm names. - * @since v0.1.92 - * @param options `stream.Writable` options - */ - function createVerify(algorithm: string, options?: stream.WritableOptions): Verify; - /** - * The `Verify` class is a utility for verifying signatures. It can be used in one - * of two ways: - * - * * As a writable `stream` where written data is used to validate against the - * supplied signature, or - * * Using the `verify.update()` and `verify.verify()` methods to verify - * the signature. - * - * The {@link createVerify} method is used to create `Verify` instances.`Verify` objects are not to be created directly using the `new` keyword. - * - * See `Sign` for examples. - * @since v0.1.92 - */ - class Verify extends stream.Writable { - private constructor(); - /** - * Updates the `Verify` content with the given `data`, the encoding of which - * is given in `inputEncoding`. - * If `inputEncoding` is not provided, and the `data` is a string, an - * encoding of `'utf8'` is enforced. If `data` is a `Buffer`, `TypedArray`, or`DataView`, then `inputEncoding` is ignored. - * - * This can be called many times with new data as it is streamed. - * @since v0.1.92 - * @param inputEncoding The `encoding` of the `data` string. - */ - update(data: BinaryLike): Verify; - update(data: string, inputEncoding: Encoding): Verify; - /** - * Verifies the provided data using the given `object` and `signature`. - * - * If `object` is not a `KeyObject`, this function behaves as if`object` had been passed to {@link createPublicKey}. If it is an - * object, the following additional properties can be passed: - * - * The `signature` argument is the previously calculated signature for the data, in - * the `signatureEncoding`. - * If a `signatureEncoding` is specified, the `signature` is expected to be a - * string; otherwise `signature` is expected to be a `Buffer`,`TypedArray`, or `DataView`. - * - * The `verify` object can not be used again after `verify.verify()` has been - * called. Multiple calls to `verify.verify()` will result in an error being - * thrown. - * - * Because public keys can be derived from private keys, a private key may - * be passed instead of a public key. - * @since v0.1.92 - */ - verify(object: KeyLike | VerifyKeyObjectInput | VerifyPublicKeyInput, signature: NodeJS.ArrayBufferView): boolean; - verify(object: KeyLike | VerifyKeyObjectInput | VerifyPublicKeyInput, signature: string, signature_format?: BinaryToTextEncoding): boolean; - } - /** - * Creates a `DiffieHellman` key exchange object using the supplied `prime` and an - * optional specific `generator`. - * - * The `generator` argument can be a number, string, or `Buffer`. If`generator` is not specified, the value `2` is used. - * - * If `primeEncoding` is specified, `prime` is expected to be a string; otherwise - * a `Buffer`, `TypedArray`, or `DataView` is expected. - * - * If `generatorEncoding` is specified, `generator` is expected to be a string; - * otherwise a number, `Buffer`, `TypedArray`, or `DataView` is expected. - * @since v0.11.12 - * @param primeEncoding The `encoding` of the `prime` string. - * @param [generator=2] - * @param generatorEncoding The `encoding` of the `generator` string. - */ - function createDiffieHellman(primeLength: number, generator?: number): DiffieHellman; - function createDiffieHellman(prime: ArrayBuffer | NodeJS.ArrayBufferView, generator?: number | ArrayBuffer | NodeJS.ArrayBufferView): DiffieHellman; - function createDiffieHellman(prime: ArrayBuffer | NodeJS.ArrayBufferView, generator: string, generatorEncoding: BinaryToTextEncoding): DiffieHellman; - function createDiffieHellman(prime: string, primeEncoding: BinaryToTextEncoding, generator?: number | ArrayBuffer | NodeJS.ArrayBufferView): DiffieHellman; - function createDiffieHellman(prime: string, primeEncoding: BinaryToTextEncoding, generator: string, generatorEncoding: BinaryToTextEncoding): DiffieHellman; - /** - * The `DiffieHellman` class is a utility for creating Diffie-Hellman key - * exchanges. - * - * Instances of the `DiffieHellman` class can be created using the {@link createDiffieHellman} function. - * - * ```js - * import assert from 'assert'; - * - * const { - * createDiffieHellman - * } = await import('crypto'); - * - * // Generate Alice's keys... - * const alice = createDiffieHellman(2048); - * const aliceKey = alice.generateKeys(); - * - * // Generate Bob's keys... - * const bob = createDiffieHellman(alice.getPrime(), alice.getGenerator()); - * const bobKey = bob.generateKeys(); - * - * // Exchange and generate the secret... - * const aliceSecret = alice.computeSecret(bobKey); - * const bobSecret = bob.computeSecret(aliceKey); - * - * // OK - * assert.strictEqual(aliceSecret.toString('hex'), bobSecret.toString('hex')); - * ``` - * @since v0.5.0 - */ - class DiffieHellman { - private constructor(); - /** - * Generates private and public Diffie-Hellman key values, and returns - * the public key in the specified `encoding`. This key should be - * transferred to the other party. - * If `encoding` is provided a string is returned; otherwise a `Buffer` is returned. - * @since v0.5.0 - * @param encoding The `encoding` of the return value. - */ - generateKeys(): Buffer; - generateKeys(encoding: BinaryToTextEncoding): string; - /** - * Computes the shared secret using `otherPublicKey` as the other - * party's public key and returns the computed shared secret. The supplied - * key is interpreted using the specified `inputEncoding`, and secret is - * encoded using specified `outputEncoding`. - * If the `inputEncoding` is not - * provided, `otherPublicKey` is expected to be a `Buffer`,`TypedArray`, or `DataView`. - * - * If `outputEncoding` is given a string is returned; otherwise, a `Buffer` is returned. - * @since v0.5.0 - * @param inputEncoding The `encoding` of an `otherPublicKey` string. - * @param outputEncoding The `encoding` of the return value. - */ - computeSecret(otherPublicKey: NodeJS.ArrayBufferView, inputEncoding?: null, outputEncoding?: null): Buffer; - computeSecret(otherPublicKey: string, inputEncoding: BinaryToTextEncoding, outputEncoding?: null): Buffer; - computeSecret(otherPublicKey: NodeJS.ArrayBufferView, inputEncoding: null, outputEncoding: BinaryToTextEncoding): string; - computeSecret(otherPublicKey: string, inputEncoding: BinaryToTextEncoding, outputEncoding: BinaryToTextEncoding): string; - /** - * Returns the Diffie-Hellman prime in the specified `encoding`. - * If `encoding` is provided a string is - * returned; otherwise a `Buffer` is returned. - * @since v0.5.0 - * @param encoding The `encoding` of the return value. - */ - getPrime(): Buffer; - getPrime(encoding: BinaryToTextEncoding): string; - /** - * Returns the Diffie-Hellman generator in the specified `encoding`. - * If `encoding` is provided a string is - * returned; otherwise a `Buffer` is returned. - * @since v0.5.0 - * @param encoding The `encoding` of the return value. - */ - getGenerator(): Buffer; - getGenerator(encoding: BinaryToTextEncoding): string; - /** - * Returns the Diffie-Hellman public key in the specified `encoding`. - * If `encoding` is provided a - * string is returned; otherwise a `Buffer` is returned. - * @since v0.5.0 - * @param encoding The `encoding` of the return value. - */ - getPublicKey(): Buffer; - getPublicKey(encoding: BinaryToTextEncoding): string; - /** - * Returns the Diffie-Hellman private key in the specified `encoding`. - * If `encoding` is provided a - * string is returned; otherwise a `Buffer` is returned. - * @since v0.5.0 - * @param encoding The `encoding` of the return value. - */ - getPrivateKey(): Buffer; - getPrivateKey(encoding: BinaryToTextEncoding): string; - /** - * Sets the Diffie-Hellman public key. If the `encoding` argument is provided,`publicKey` is expected - * to be a string. If no `encoding` is provided, `publicKey` is expected - * to be a `Buffer`, `TypedArray`, or `DataView`. - * @since v0.5.0 - * @param encoding The `encoding` of the `publicKey` string. - */ - setPublicKey(publicKey: NodeJS.ArrayBufferView): void; - setPublicKey(publicKey: string, encoding: BufferEncoding): void; - /** - * Sets the Diffie-Hellman private key. If the `encoding` argument is provided,`privateKey` is expected - * to be a string. If no `encoding` is provided, `privateKey` is expected - * to be a `Buffer`, `TypedArray`, or `DataView`. - * @since v0.5.0 - * @param encoding The `encoding` of the `privateKey` string. - */ - setPrivateKey(privateKey: NodeJS.ArrayBufferView): void; - setPrivateKey(privateKey: string, encoding: BufferEncoding): void; - /** - * A bit field containing any warnings and/or errors resulting from a check - * performed during initialization of the `DiffieHellman` object. - * - * The following values are valid for this property (as defined in `constants`module): - * - * * `DH_CHECK_P_NOT_SAFE_PRIME` - * * `DH_CHECK_P_NOT_PRIME` - * * `DH_UNABLE_TO_CHECK_GENERATOR` - * * `DH_NOT_SUITABLE_GENERATOR` - * @since v0.11.12 - */ - verifyError: number; - } - /** - * The `DiffieHellmanGroup` class takes a well-known modp group as its argument. - * It works the same as `DiffieHellman`, except that it does not allow changing its keys after creation. - * In other words, it does not implement `setPublicKey()` or `setPrivateKey()` methods. - * - * ```js - * const { createDiffieHellmanGroup } = await import('node:crypto'); - * const dh = createDiffieHellmanGroup('modp1'); - * ``` - * The name (e.g. `'modp1'`) is taken from [RFC 2412](https://www.rfc-editor.org/rfc/rfc2412.txt) (modp1 and 2) and [RFC 3526](https://www.rfc-editor.org/rfc/rfc3526.txt): - * ```bash - * $ perl -ne 'print "$1\n" if /"(modp\d+)"/' src/node_crypto_groups.h - * modp1 # 768 bits - * modp2 # 1024 bits - * modp5 # 1536 bits - * modp14 # 2048 bits - * modp15 # etc. - * modp16 - * modp17 - * modp18 - * ``` - * @since v0.7.5 - */ - const DiffieHellmanGroup: DiffieHellmanGroupConstructor; - interface DiffieHellmanGroupConstructor { - new(name: string): DiffieHellmanGroup; - (name: string): DiffieHellmanGroup; - readonly prototype: DiffieHellmanGroup; - } - type DiffieHellmanGroup = Omit<DiffieHellman, 'setPublicKey' | 'setPrivateKey'>; - /** - * Creates a predefined `DiffieHellmanGroup` key exchange object. The - * supported groups are: `'modp1'`, `'modp2'`, `'modp5'` (defined in [RFC 2412](https://www.rfc-editor.org/rfc/rfc2412.txt), but see `Caveats`) and `'modp14'`, `'modp15'`,`'modp16'`, `'modp17'`, - * `'modp18'` (defined in [RFC 3526](https://www.rfc-editor.org/rfc/rfc3526.txt)). The - * returned object mimics the interface of objects created by {@link createDiffieHellman}, but will not allow changing - * the keys (with `diffieHellman.setPublicKey()`, for example). The - * advantage of using this method is that the parties do not have to - * generate nor exchange a group modulus beforehand, saving both processor - * and communication time. - * - * Example (obtaining a shared secret): - * - * ```js - * const { - * getDiffieHellman - * } = await import('crypto'); - * const alice = getDiffieHellman('modp14'); - * const bob = getDiffieHellman('modp14'); - * - * alice.generateKeys(); - * bob.generateKeys(); - * - * const aliceSecret = alice.computeSecret(bob.getPublicKey(), null, 'hex'); - * const bobSecret = bob.computeSecret(alice.getPublicKey(), null, 'hex'); - * - * // aliceSecret and bobSecret should be the same - * console.log(aliceSecret === bobSecret); - * ``` - * @since v0.7.5 - */ - function getDiffieHellman(groupName: string): DiffieHellmanGroup; - /** - * An alias for {@link getDiffieHellman} - * @since v0.9.3 - */ - function createDiffieHellmanGroup(name: string): DiffieHellmanGroup; - /** - * Provides an asynchronous Password-Based Key Derivation Function 2 (PBKDF2) - * implementation. A selected HMAC digest algorithm specified by `digest` is - * applied to derive a key of the requested byte length (`keylen`) from the`password`, `salt` and `iterations`. - * - * The supplied `callback` function is called with two arguments: `err` and`derivedKey`. If an error occurs while deriving the key, `err` will be set; - * otherwise `err` will be `null`. By default, the successfully generated`derivedKey` will be passed to the callback as a `Buffer`. An error will be - * thrown if any of the input arguments specify invalid values or types. - * - * If `digest` is `null`, `'sha1'` will be used. This behavior is deprecated, - * please specify a `digest` explicitly. - * - * The `iterations` argument must be a number set as high as possible. The - * higher the number of iterations, the more secure the derived key will be, - * but will take a longer amount of time to complete. - * - * The `salt` should be as unique as possible. It is recommended that a salt is - * random and at least 16 bytes long. See [NIST SP 800-132](https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-132.pdf) for details. - * - * When passing strings for `password` or `salt`, please consider `caveats when using strings as inputs to cryptographic APIs`. - * - * ```js - * const { - * pbkdf2 - * } = await import('crypto'); - * - * pbkdf2('secret', 'salt', 100000, 64, 'sha512', (err, derivedKey) => { - * if (err) throw err; - * console.log(derivedKey.toString('hex')); // '3745e48...08d59ae' - * }); - * ``` - * - * The `crypto.DEFAULT_ENCODING` property can be used to change the way the`derivedKey` is passed to the callback. This property, however, has been - * deprecated and use should be avoided. - * - * ```js - * import crypto from 'crypto'; - * crypto.DEFAULT_ENCODING = 'hex'; - * crypto.pbkdf2('secret', 'salt', 100000, 512, 'sha512', (err, derivedKey) => { - * if (err) throw err; - * console.log(derivedKey); // '3745e48...aa39b34' - * }); - * ``` - * - * An array of supported digest functions can be retrieved using {@link getHashes}. - * - * This API uses libuv's threadpool, which can have surprising and - * negative performance implications for some applications; see the `UV_THREADPOOL_SIZE` documentation for more information. - * @since v0.5.5 - */ - function pbkdf2(password: BinaryLike, salt: BinaryLike, iterations: number, keylen: number, digest: string, callback: (err: Error | null, derivedKey: Buffer) => void): void; - /** - * Provides a synchronous Password-Based Key Derivation Function 2 (PBKDF2) - * implementation. A selected HMAC digest algorithm specified by `digest` is - * applied to derive a key of the requested byte length (`keylen`) from the`password`, `salt` and `iterations`. - * - * If an error occurs an `Error` will be thrown, otherwise the derived key will be - * returned as a `Buffer`. - * - * If `digest` is `null`, `'sha1'` will be used. This behavior is deprecated, - * please specify a `digest` explicitly. - * - * The `iterations` argument must be a number set as high as possible. The - * higher the number of iterations, the more secure the derived key will be, - * but will take a longer amount of time to complete. - * - * The `salt` should be as unique as possible. It is recommended that a salt is - * random and at least 16 bytes long. See [NIST SP 800-132](https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-132.pdf) for details. - * - * When passing strings for `password` or `salt`, please consider `caveats when using strings as inputs to cryptographic APIs`. - * - * ```js - * const { - * pbkdf2Sync - * } = await import('crypto'); - * - * const key = pbkdf2Sync('secret', 'salt', 100000, 64, 'sha512'); - * console.log(key.toString('hex')); // '3745e48...08d59ae' - * ``` - * - * The `crypto.DEFAULT_ENCODING` property may be used to change the way the`derivedKey` is returned. This property, however, is deprecated and use - * should be avoided. - * - * ```js - * import crypto from 'crypto'; - * crypto.DEFAULT_ENCODING = 'hex'; - * const key = crypto.pbkdf2Sync('secret', 'salt', 100000, 512, 'sha512'); - * console.log(key); // '3745e48...aa39b34' - * ``` - * - * An array of supported digest functions can be retrieved using {@link getHashes}. - * @since v0.9.3 - */ - function pbkdf2Sync(password: BinaryLike, salt: BinaryLike, iterations: number, keylen: number, digest: string): Buffer; - /** - * Generates cryptographically strong pseudorandom data. The `size` argument - * is a number indicating the number of bytes to generate. - * - * If a `callback` function is provided, the bytes are generated asynchronously - * and the `callback` function is invoked with two arguments: `err` and `buf`. - * If an error occurs, `err` will be an `Error` object; otherwise it is `null`. The`buf` argument is a `Buffer` containing the generated bytes. - * - * ```js - * // Asynchronous - * const { - * randomBytes - * } = await import('crypto'); - * - * randomBytes(256, (err, buf) => { - * if (err) throw err; - * console.log(`${buf.length} bytes of random data: ${buf.toString('hex')}`); - * }); - * ``` - * - * If the `callback` function is not provided, the random bytes are generated - * synchronously and returned as a `Buffer`. An error will be thrown if - * there is a problem generating the bytes. - * - * ```js - * // Synchronous - * const { - * randomBytes - * } = await import('crypto'); - * - * const buf = randomBytes(256); - * console.log( - * `${buf.length} bytes of random data: ${buf.toString('hex')}`); - * ``` - * - * The `crypto.randomBytes()` method will not complete until there is - * sufficient entropy available. - * This should normally never take longer than a few milliseconds. The only time - * when generating the random bytes may conceivably block for a longer period of - * time is right after boot, when the whole system is still low on entropy. - * - * This API uses libuv's threadpool, which can have surprising and - * negative performance implications for some applications; see the `UV_THREADPOOL_SIZE` documentation for more information. - * - * The asynchronous version of `crypto.randomBytes()` is carried out in a single - * threadpool request. To minimize threadpool task length variation, partition - * large `randomBytes` requests when doing so as part of fulfilling a client - * request. - * @since v0.5.8 - * @param size The number of bytes to generate. The `size` must not be larger than `2**31 - 1`. - * @return if the `callback` function is not provided. - */ - function randomBytes(size: number): Buffer; - function randomBytes(size: number, callback: (err: Error | null, buf: Buffer) => void): void; - function pseudoRandomBytes(size: number): Buffer; - function pseudoRandomBytes(size: number, callback: (err: Error | null, buf: Buffer) => void): void; - /** - * Return a random integer `n` such that `min <= n < max`. This - * implementation avoids [modulo bias](https://en.wikipedia.org/wiki/Fisher%E2%80%93Yates_shuffle#Modulo_bias). - * - * The range (`max - min`) must be less than 2^48. `min` and `max` must - * be [safe integers](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/isSafeInteger). - * - * If the `callback` function is not provided, the random integer is - * generated synchronously. - * - * ```js - * // Asynchronous - * const { - * randomInt - * } = await import('crypto'); - * - * randomInt(3, (err, n) => { - * if (err) throw err; - * console.log(`Random number chosen from (0, 1, 2): ${n}`); - * }); - * ``` - * - * ```js - * // Synchronous - * const { - * randomInt - * } = await import('crypto'); - * - * const n = randomInt(3); - * console.log(`Random number chosen from (0, 1, 2): ${n}`); - * ``` - * - * ```js - * // With `min` argument - * const { - * randomInt - * } = await import('crypto'); - * - * const n = randomInt(1, 7); - * console.log(`The dice rolled: ${n}`); - * ``` - * @since v14.10.0, v12.19.0 - * @param [min=0] Start of random range (inclusive). - * @param max End of random range (exclusive). - * @param callback `function(err, n) {}`. - */ - function randomInt(max: number): number; - function randomInt(min: number, max: number): number; - function randomInt(max: number, callback: (err: Error | null, value: number) => void): void; - function randomInt(min: number, max: number, callback: (err: Error | null, value: number) => void): void; - /** - * Synchronous version of {@link randomFill}. - * - * ```js - * import { Buffer } from 'buffer'; - * const { randomFillSync } = await import('crypto'); - * - * const buf = Buffer.alloc(10); - * console.log(randomFillSync(buf).toString('hex')); - * - * randomFillSync(buf, 5); - * console.log(buf.toString('hex')); - * - * // The above is equivalent to the following: - * randomFillSync(buf, 5, 5); - * console.log(buf.toString('hex')); - * ``` - * - * Any `ArrayBuffer`, `TypedArray` or `DataView` instance may be passed as`buffer`. - * - * ```js - * import { Buffer } from 'buffer'; - * const { randomFillSync } = await import('crypto'); - * - * const a = new Uint32Array(10); - * console.log(Buffer.from(randomFillSync(a).buffer, - * a.byteOffset, a.byteLength).toString('hex')); - * - * const b = new DataView(new ArrayBuffer(10)); - * console.log(Buffer.from(randomFillSync(b).buffer, - * b.byteOffset, b.byteLength).toString('hex')); - * - * const c = new ArrayBuffer(10); - * console.log(Buffer.from(randomFillSync(c)).toString('hex')); - * ``` - * @since v7.10.0, v6.13.0 - * @param buffer Must be supplied. The size of the provided `buffer` must not be larger than `2**31 - 1`. - * @param [offset=0] - * @param [size=buffer.length - offset] - * @return The object passed as `buffer` argument. - */ - function randomFillSync<T extends NodeJS.ArrayBufferView>(buffer: T, offset?: number, size?: number): T; - /** - * This function is similar to {@link randomBytes} but requires the first - * argument to be a `Buffer` that will be filled. It also - * requires that a callback is passed in. - * - * If the `callback` function is not provided, an error will be thrown. - * - * ```js - * import { Buffer } from 'buffer'; - * const { randomFill } = await import('crypto'); - * - * const buf = Buffer.alloc(10); - * randomFill(buf, (err, buf) => { - * if (err) throw err; - * console.log(buf.toString('hex')); - * }); - * - * randomFill(buf, 5, (err, buf) => { - * if (err) throw err; - * console.log(buf.toString('hex')); - * }); - * - * // The above is equivalent to the following: - * randomFill(buf, 5, 5, (err, buf) => { - * if (err) throw err; - * console.log(buf.toString('hex')); - * }); - * ``` - * - * Any `ArrayBuffer`, `TypedArray`, or `DataView` instance may be passed as`buffer`. - * - * While this includes instances of `Float32Array` and `Float64Array`, this - * function should not be used to generate random floating-point numbers. The - * result may contain `+Infinity`, `-Infinity`, and `NaN`, and even if the array - * contains finite numbers only, they are not drawn from a uniform random - * distribution and have no meaningful lower or upper bounds. - * - * ```js - * import { Buffer } from 'buffer'; - * const { randomFill } = await import('crypto'); - * - * const a = new Uint32Array(10); - * randomFill(a, (err, buf) => { - * if (err) throw err; - * console.log(Buffer.from(buf.buffer, buf.byteOffset, buf.byteLength) - * .toString('hex')); - * }); - * - * const b = new DataView(new ArrayBuffer(10)); - * randomFill(b, (err, buf) => { - * if (err) throw err; - * console.log(Buffer.from(buf.buffer, buf.byteOffset, buf.byteLength) - * .toString('hex')); - * }); - * - * const c = new ArrayBuffer(10); - * randomFill(c, (err, buf) => { - * if (err) throw err; - * console.log(Buffer.from(buf).toString('hex')); - * }); - * ``` - * - * This API uses libuv's threadpool, which can have surprising and - * negative performance implications for some applications; see the `UV_THREADPOOL_SIZE` documentation for more information. - * - * The asynchronous version of `crypto.randomFill()` is carried out in a single - * threadpool request. To minimize threadpool task length variation, partition - * large `randomFill` requests when doing so as part of fulfilling a client - * request. - * @since v7.10.0, v6.13.0 - * @param buffer Must be supplied. The size of the provided `buffer` must not be larger than `2**31 - 1`. - * @param [offset=0] - * @param [size=buffer.length - offset] - * @param callback `function(err, buf) {}`. - */ - function randomFill<T extends NodeJS.ArrayBufferView>(buffer: T, callback: (err: Error | null, buf: T) => void): void; - function randomFill<T extends NodeJS.ArrayBufferView>(buffer: T, offset: number, callback: (err: Error | null, buf: T) => void): void; - function randomFill<T extends NodeJS.ArrayBufferView>(buffer: T, offset: number, size: number, callback: (err: Error | null, buf: T) => void): void; - interface ScryptOptions { - cost?: number | undefined; - blockSize?: number | undefined; - parallelization?: number | undefined; - N?: number | undefined; - r?: number | undefined; - p?: number | undefined; - maxmem?: number | undefined; - } - /** - * Provides an asynchronous [scrypt](https://en.wikipedia.org/wiki/Scrypt) implementation. Scrypt is a password-based - * key derivation function that is designed to be expensive computationally and - * memory-wise in order to make brute-force attacks unrewarding. - * - * The `salt` should be as unique as possible. It is recommended that a salt is - * random and at least 16 bytes long. See [NIST SP 800-132](https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-132.pdf) for details. - * - * When passing strings for `password` or `salt`, please consider `caveats when using strings as inputs to cryptographic APIs`. - * - * The `callback` function is called with two arguments: `err` and `derivedKey`.`err` is an exception object when key derivation fails, otherwise `err` is`null`. `derivedKey` is passed to the - * callback as a `Buffer`. - * - * An exception is thrown when any of the input arguments specify invalid values - * or types. - * - * ```js - * const { - * scrypt - * } = await import('crypto'); - * - * // Using the factory defaults. - * scrypt('password', 'salt', 64, (err, derivedKey) => { - * if (err) throw err; - * console.log(derivedKey.toString('hex')); // '3745e48...08d59ae' - * }); - * // Using a custom N parameter. Must be a power of two. - * scrypt('password', 'salt', 64, { N: 1024 }, (err, derivedKey) => { - * if (err) throw err; - * console.log(derivedKey.toString('hex')); // '3745e48...aa39b34' - * }); - * ``` - * @since v10.5.0 - */ - function scrypt(password: BinaryLike, salt: BinaryLike, keylen: number, callback: (err: Error | null, derivedKey: Buffer) => void): void; - function scrypt(password: BinaryLike, salt: BinaryLike, keylen: number, options: ScryptOptions, callback: (err: Error | null, derivedKey: Buffer) => void): void; - /** - * Provides a synchronous [scrypt](https://en.wikipedia.org/wiki/Scrypt) implementation. Scrypt is a password-based - * key derivation function that is designed to be expensive computationally and - * memory-wise in order to make brute-force attacks unrewarding. - * - * The `salt` should be as unique as possible. It is recommended that a salt is - * random and at least 16 bytes long. See [NIST SP 800-132](https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-132.pdf) for details. - * - * When passing strings for `password` or `salt`, please consider `caveats when using strings as inputs to cryptographic APIs`. - * - * An exception is thrown when key derivation fails, otherwise the derived key is - * returned as a `Buffer`. - * - * An exception is thrown when any of the input arguments specify invalid values - * or types. - * - * ```js - * const { - * scryptSync - * } = await import('crypto'); - * // Using the factory defaults. - * - * const key1 = scryptSync('password', 'salt', 64); - * console.log(key1.toString('hex')); // '3745e48...08d59ae' - * // Using a custom N parameter. Must be a power of two. - * const key2 = scryptSync('password', 'salt', 64, { N: 1024 }); - * console.log(key2.toString('hex')); // '3745e48...aa39b34' - * ``` - * @since v10.5.0 - */ - function scryptSync(password: BinaryLike, salt: BinaryLike, keylen: number, options?: ScryptOptions): Buffer; - interface RsaPublicKey { - key: KeyLike; - padding?: number | undefined; - } - interface RsaPrivateKey { - key: KeyLike; - passphrase?: string | undefined; - /** - * @default 'sha1' - */ - oaepHash?: string | undefined; - oaepLabel?: NodeJS.TypedArray | undefined; - padding?: number | undefined; - } - /** - * Encrypts the content of `buffer` with `key` and returns a new `Buffer` with encrypted content. The returned data can be decrypted using - * the corresponding private key, for example using {@link privateDecrypt}. - * - * If `key` is not a `KeyObject`, this function behaves as if`key` had been passed to {@link createPublicKey}. If it is an - * object, the `padding` property can be passed. Otherwise, this function uses`RSA_PKCS1_OAEP_PADDING`. - * - * Because RSA public keys can be derived from private keys, a private key may - * be passed instead of a public key. - * @since v0.11.14 - */ - function publicEncrypt(key: RsaPublicKey | RsaPrivateKey | KeyLike, buffer: NodeJS.ArrayBufferView): Buffer; - /** - * Decrypts `buffer` with `key`.`buffer` was previously encrypted using - * the corresponding private key, for example using {@link privateEncrypt}. - * - * If `key` is not a `KeyObject`, this function behaves as if`key` had been passed to {@link createPublicKey}. If it is an - * object, the `padding` property can be passed. Otherwise, this function uses`RSA_PKCS1_PADDING`. - * - * Because RSA public keys can be derived from private keys, a private key may - * be passed instead of a public key. - * @since v1.1.0 - */ - function publicDecrypt(key: RsaPublicKey | RsaPrivateKey | KeyLike, buffer: NodeJS.ArrayBufferView): Buffer; - /** - * Decrypts `buffer` with `privateKey`. `buffer` was previously encrypted using - * the corresponding public key, for example using {@link publicEncrypt}. - * - * If `privateKey` is not a `KeyObject`, this function behaves as if`privateKey` had been passed to {@link createPrivateKey}. If it is an - * object, the `padding` property can be passed. Otherwise, this function uses`RSA_PKCS1_OAEP_PADDING`. - * @since v0.11.14 - */ - function privateDecrypt(privateKey: RsaPrivateKey | KeyLike, buffer: NodeJS.ArrayBufferView): Buffer; - /** - * Encrypts `buffer` with `privateKey`. The returned data can be decrypted using - * the corresponding public key, for example using {@link publicDecrypt}. - * - * If `privateKey` is not a `KeyObject`, this function behaves as if`privateKey` had been passed to {@link createPrivateKey}. If it is an - * object, the `padding` property can be passed. Otherwise, this function uses`RSA_PKCS1_PADDING`. - * @since v1.1.0 - */ - function privateEncrypt(privateKey: RsaPrivateKey | KeyLike, buffer: NodeJS.ArrayBufferView): Buffer; - /** - * ```js - * const { - * getCiphers - * } = await import('crypto'); - * - * console.log(getCiphers()); // ['aes-128-cbc', 'aes-128-ccm', ...] - * ``` - * @since v0.9.3 - * @return An array with the names of the supported cipher algorithms. - */ - function getCiphers(): string[]; - /** - * ```js - * const { - * getCurves - * } = await import('crypto'); - * - * console.log(getCurves()); // ['Oakley-EC2N-3', 'Oakley-EC2N-4', ...] - * ``` - * @since v2.3.0 - * @return An array with the names of the supported elliptic curves. - */ - function getCurves(): string[]; - /** - * @since v10.0.0 - * @return `1` if and only if a FIPS compliant crypto provider is currently in use, `0` otherwise. A future semver-major release may change the return type of this API to a {boolean}. - */ - function getFips(): 1 | 0; - /** - * Enables the FIPS compliant crypto provider in a FIPS-enabled Node.js build. Throws an error if FIPS mode is not available. - * @since v10.0.0 - * @param bool `true` to enable FIPS mode. - */ - function setFips(bool: boolean): void; - /** - * ```js - * const { - * getHashes - * } = await import('crypto'); - * - * console.log(getHashes()); // ['DSA', 'DSA-SHA', 'DSA-SHA1', ...] - * ``` - * @since v0.9.3 - * @return An array of the names of the supported hash algorithms, such as `'RSA-SHA256'`. Hash algorithms are also called "digest" algorithms. - */ - function getHashes(): string[]; - /** - * The `ECDH` class is a utility for creating Elliptic Curve Diffie-Hellman (ECDH) - * key exchanges. - * - * Instances of the `ECDH` class can be created using the {@link createECDH} function. - * - * ```js - * import assert from 'assert'; - * - * const { - * createECDH - * } = await import('crypto'); - * - * // Generate Alice's keys... - * const alice = createECDH('secp521r1'); - * const aliceKey = alice.generateKeys(); - * - * // Generate Bob's keys... - * const bob = createECDH('secp521r1'); - * const bobKey = bob.generateKeys(); - * - * // Exchange and generate the secret... - * const aliceSecret = alice.computeSecret(bobKey); - * const bobSecret = bob.computeSecret(aliceKey); - * - * assert.strictEqual(aliceSecret.toString('hex'), bobSecret.toString('hex')); - * // OK - * ``` - * @since v0.11.14 - */ - class ECDH { - private constructor(); - /** - * Converts the EC Diffie-Hellman public key specified by `key` and `curve` to the - * format specified by `format`. The `format` argument specifies point encoding - * and can be `'compressed'`, `'uncompressed'` or `'hybrid'`. The supplied key is - * interpreted using the specified `inputEncoding`, and the returned key is encoded - * using the specified `outputEncoding`. - * - * Use {@link getCurves} to obtain a list of available curve names. - * On recent OpenSSL releases, `openssl ecparam -list_curves` will also display - * the name and description of each available elliptic curve. - * - * If `format` is not specified the point will be returned in `'uncompressed'`format. - * - * If the `inputEncoding` is not provided, `key` is expected to be a `Buffer`,`TypedArray`, or `DataView`. - * - * Example (uncompressing a key): - * - * ```js - * const { - * createECDH, - * ECDH - * } = await import('crypto'); - * - * const ecdh = createECDH('secp256k1'); - * ecdh.generateKeys(); - * - * const compressedKey = ecdh.getPublicKey('hex', 'compressed'); - * - * const uncompressedKey = ECDH.convertKey(compressedKey, - * 'secp256k1', - * 'hex', - * 'hex', - * 'uncompressed'); - * - * // The converted key and the uncompressed public key should be the same - * console.log(uncompressedKey === ecdh.getPublicKey('hex')); - * ``` - * @since v10.0.0 - * @param inputEncoding The `encoding` of the `key` string. - * @param outputEncoding The `encoding` of the return value. - * @param [format='uncompressed'] - */ - static convertKey( - key: BinaryLike, - curve: string, - inputEncoding?: BinaryToTextEncoding, - outputEncoding?: 'latin1' | 'hex' | 'base64' | 'base64url', - format?: 'uncompressed' | 'compressed' | 'hybrid' - ): Buffer | string; - /** - * Generates private and public EC Diffie-Hellman key values, and returns - * the public key in the specified `format` and `encoding`. This key should be - * transferred to the other party. - * - * The `format` argument specifies point encoding and can be `'compressed'` or`'uncompressed'`. If `format` is not specified, the point will be returned in`'uncompressed'` format. - * - * If `encoding` is provided a string is returned; otherwise a `Buffer` is returned. - * @since v0.11.14 - * @param encoding The `encoding` of the return value. - * @param [format='uncompressed'] - */ - generateKeys(): Buffer; - generateKeys(encoding: BinaryToTextEncoding, format?: ECDHKeyFormat): string; - /** - * Computes the shared secret using `otherPublicKey` as the other - * party's public key and returns the computed shared secret. The supplied - * key is interpreted using specified `inputEncoding`, and the returned secret - * is encoded using the specified `outputEncoding`. - * If the `inputEncoding` is not - * provided, `otherPublicKey` is expected to be a `Buffer`, `TypedArray`, or`DataView`. - * - * If `outputEncoding` is given a string will be returned; otherwise a `Buffer` is returned. - * - * `ecdh.computeSecret` will throw an`ERR_CRYPTO_ECDH_INVALID_PUBLIC_KEY` error when `otherPublicKey`lies outside of the elliptic curve. Since `otherPublicKey` is - * usually supplied from a remote user over an insecure network, - * be sure to handle this exception accordingly. - * @since v0.11.14 - * @param inputEncoding The `encoding` of the `otherPublicKey` string. - * @param outputEncoding The `encoding` of the return value. - */ - computeSecret(otherPublicKey: NodeJS.ArrayBufferView): Buffer; - computeSecret(otherPublicKey: string, inputEncoding: BinaryToTextEncoding): Buffer; - computeSecret(otherPublicKey: NodeJS.ArrayBufferView, outputEncoding: BinaryToTextEncoding): string; - computeSecret(otherPublicKey: string, inputEncoding: BinaryToTextEncoding, outputEncoding: BinaryToTextEncoding): string; - /** - * If `encoding` is specified, a string is returned; otherwise a `Buffer` is - * returned. - * @since v0.11.14 - * @param encoding The `encoding` of the return value. - * @return The EC Diffie-Hellman in the specified `encoding`. - */ - getPrivateKey(): Buffer; - getPrivateKey(encoding: BinaryToTextEncoding): string; - /** - * The `format` argument specifies point encoding and can be `'compressed'` or`'uncompressed'`. If `format` is not specified the point will be returned in`'uncompressed'` format. - * - * If `encoding` is specified, a string is returned; otherwise a `Buffer` is - * returned. - * @since v0.11.14 - * @param [encoding] The `encoding` of the return value. - * @param [format='uncompressed'] - * @return The EC Diffie-Hellman public key in the specified `encoding` and `format`. - */ - getPublicKey(encoding?: null, format?: ECDHKeyFormat): Buffer; - getPublicKey(encoding: BinaryToTextEncoding, format?: ECDHKeyFormat): string; - /** - * Sets the EC Diffie-Hellman private key. - * If `encoding` is provided, `privateKey` is expected - * to be a string; otherwise `privateKey` is expected to be a `Buffer`,`TypedArray`, or `DataView`. - * - * If `privateKey` is not valid for the curve specified when the `ECDH` object was - * created, an error is thrown. Upon setting the private key, the associated - * public point (key) is also generated and set in the `ECDH` object. - * @since v0.11.14 - * @param encoding The `encoding` of the `privateKey` string. - */ - setPrivateKey(privateKey: NodeJS.ArrayBufferView): void; - setPrivateKey(privateKey: string, encoding: BinaryToTextEncoding): void; - } - /** - * Creates an Elliptic Curve Diffie-Hellman (`ECDH`) key exchange object using a - * predefined curve specified by the `curveName` string. Use {@link getCurves} to obtain a list of available curve names. On recent - * OpenSSL releases, `openssl ecparam -list_curves` will also display the name - * and description of each available elliptic curve. - * @since v0.11.14 - */ - function createECDH(curveName: string): ECDH; - /** - * This function is based on a constant-time algorithm. - * Returns true if `a` is equal to `b`, without leaking timing information that - * would allow an attacker to guess one of the values. This is suitable for - * comparing HMAC digests or secret values like authentication cookies or [capability urls](https://www.w3.org/TR/capability-urls/). - * - * `a` and `b` must both be `Buffer`s, `TypedArray`s, or `DataView`s, and they - * must have the same byte length. An error is thrown if `a` and `b` have - * different byte lengths. - * - * If at least one of `a` and `b` is a `TypedArray` with more than one byte per - * entry, such as `Uint16Array`, the result will be computed using the platform - * byte order. - * - * Use of `crypto.timingSafeEqual` does not guarantee that the _surrounding_ code - * is timing-safe. Care should be taken to ensure that the surrounding code does - * not introduce timing vulnerabilities. - * @since v6.6.0 - */ - function timingSafeEqual(a: NodeJS.ArrayBufferView, b: NodeJS.ArrayBufferView): boolean; - /** @deprecated since v10.0.0 */ - const DEFAULT_ENCODING: BufferEncoding; - type KeyType = 'rsa' | 'rsa-pss' | 'dsa' | 'ec' | 'ed25519' | 'ed448' | 'x25519' | 'x448'; - type KeyFormat = 'pem' | 'der' | 'jwk'; - interface BasePrivateKeyEncodingOptions<T extends KeyFormat> { - format: T; - cipher?: string | undefined; - passphrase?: string | undefined; - } - interface KeyPairKeyObjectResult { - publicKey: KeyObject; - privateKey: KeyObject; - } - interface ED25519KeyPairKeyObjectOptions {} - interface ED448KeyPairKeyObjectOptions {} - interface X25519KeyPairKeyObjectOptions {} - interface X448KeyPairKeyObjectOptions {} - interface ECKeyPairKeyObjectOptions { - /** - * Name of the curve to use - */ - namedCurve: string; - } - interface RSAKeyPairKeyObjectOptions { - /** - * Key size in bits - */ - modulusLength: number; - /** - * Public exponent - * @default 0x10001 - */ - publicExponent?: number | undefined; - } - interface RSAPSSKeyPairKeyObjectOptions { - /** - * Key size in bits - */ - modulusLength: number; - /** - * Public exponent - * @default 0x10001 - */ - publicExponent?: number | undefined; - /** - * Name of the message digest - */ - hashAlgorithm?: string; - /** - * Name of the message digest used by MGF1 - */ - mgf1HashAlgorithm?: string; - /** - * Minimal salt length in bytes - */ - saltLength?: string; - } - interface DSAKeyPairKeyObjectOptions { - /** - * Key size in bits - */ - modulusLength: number; - /** - * Size of q in bits - */ - divisorLength: number; - } - interface RSAKeyPairOptions<PubF extends KeyFormat, PrivF extends KeyFormat> { - /** - * Key size in bits - */ - modulusLength: number; - /** - * Public exponent - * @default 0x10001 - */ - publicExponent?: number | undefined; - publicKeyEncoding: { - type: 'pkcs1' | 'spki'; - format: PubF; - }; - privateKeyEncoding: BasePrivateKeyEncodingOptions<PrivF> & { - type: 'pkcs1' | 'pkcs8'; - }; - } - interface RSAPSSKeyPairOptions<PubF extends KeyFormat, PrivF extends KeyFormat> { - /** - * Key size in bits - */ - modulusLength: number; - /** - * Public exponent - * @default 0x10001 - */ - publicExponent?: number | undefined; - /** - * Name of the message digest - */ - hashAlgorithm?: string; - /** - * Name of the message digest used by MGF1 - */ - mgf1HashAlgorithm?: string; - /** - * Minimal salt length in bytes - */ - saltLength?: string; - publicKeyEncoding: { - type: 'spki'; - format: PubF; - }; - privateKeyEncoding: BasePrivateKeyEncodingOptions<PrivF> & { - type: 'pkcs8'; - }; - } - interface DSAKeyPairOptions<PubF extends KeyFormat, PrivF extends KeyFormat> { - /** - * Key size in bits - */ - modulusLength: number; - /** - * Size of q in bits - */ - divisorLength: number; - publicKeyEncoding: { - type: 'spki'; - format: PubF; - }; - privateKeyEncoding: BasePrivateKeyEncodingOptions<PrivF> & { - type: 'pkcs8'; - }; - } - interface ECKeyPairOptions<PubF extends KeyFormat, PrivF extends KeyFormat> { - /** - * Name of the curve to use. - */ - namedCurve: string; - publicKeyEncoding: { - type: 'pkcs1' | 'spki'; - format: PubF; - }; - privateKeyEncoding: BasePrivateKeyEncodingOptions<PrivF> & { - type: 'sec1' | 'pkcs8'; - }; - } - interface ED25519KeyPairOptions<PubF extends KeyFormat, PrivF extends KeyFormat> { - publicKeyEncoding: { - type: 'spki'; - format: PubF; - }; - privateKeyEncoding: BasePrivateKeyEncodingOptions<PrivF> & { - type: 'pkcs8'; - }; - } - interface ED448KeyPairOptions<PubF extends KeyFormat, PrivF extends KeyFormat> { - publicKeyEncoding: { - type: 'spki'; - format: PubF; - }; - privateKeyEncoding: BasePrivateKeyEncodingOptions<PrivF> & { - type: 'pkcs8'; - }; - } - interface X25519KeyPairOptions<PubF extends KeyFormat, PrivF extends KeyFormat> { - publicKeyEncoding: { - type: 'spki'; - format: PubF; - }; - privateKeyEncoding: BasePrivateKeyEncodingOptions<PrivF> & { - type: 'pkcs8'; - }; - } - interface X448KeyPairOptions<PubF extends KeyFormat, PrivF extends KeyFormat> { - publicKeyEncoding: { - type: 'spki'; - format: PubF; - }; - privateKeyEncoding: BasePrivateKeyEncodingOptions<PrivF> & { - type: 'pkcs8'; - }; - } - interface KeyPairSyncResult<T1 extends string | Buffer, T2 extends string | Buffer> { - publicKey: T1; - privateKey: T2; - } - /** - * Generates a new asymmetric key pair of the given `type`. RSA, RSA-PSS, DSA, EC, - * Ed25519, Ed448, X25519, X448, and DH are currently supported. - * - * If a `publicKeyEncoding` or `privateKeyEncoding` was specified, this function - * behaves as if `keyObject.export()` had been called on its result. Otherwise, - * the respective part of the key is returned as a `KeyObject`. - * - * When encoding public keys, it is recommended to use `'spki'`. When encoding - * private keys, it is recommended to use `'pkcs8'` with a strong passphrase, - * and to keep the passphrase confidential. - * - * ```js - * const { - * generateKeyPairSync - * } = await import('crypto'); - * - * const { - * publicKey, - * privateKey, - * } = generateKeyPairSync('rsa', { - * modulusLength: 4096, - * publicKeyEncoding: { - * type: 'spki', - * format: 'pem' - * }, - * privateKeyEncoding: { - * type: 'pkcs8', - * format: 'pem', - * cipher: 'aes-256-cbc', - * passphrase: 'top secret' - * } - * }); - * ``` - * - * The return value `{ publicKey, privateKey }` represents the generated key pair. - * When PEM encoding was selected, the respective key will be a string, otherwise - * it will be a buffer containing the data encoded as DER. - * @since v10.12.0 - * @param type Must be `'rsa'`, `'rsa-pss'`, `'dsa'`, `'ec'`, `'ed25519'`, `'ed448'`, `'x25519'`, `'x448'`, or `'dh'`. - */ - function generateKeyPairSync(type: 'rsa', options: RSAKeyPairOptions<'pem', 'pem'>): KeyPairSyncResult<string, string>; - function generateKeyPairSync(type: 'rsa', options: RSAKeyPairOptions<'pem', 'der'>): KeyPairSyncResult<string, Buffer>; - function generateKeyPairSync(type: 'rsa', options: RSAKeyPairOptions<'der', 'pem'>): KeyPairSyncResult<Buffer, string>; - function generateKeyPairSync(type: 'rsa', options: RSAKeyPairOptions<'der', 'der'>): KeyPairSyncResult<Buffer, Buffer>; - function generateKeyPairSync(type: 'rsa', options: RSAKeyPairKeyObjectOptions): KeyPairKeyObjectResult; - function generateKeyPairSync(type: 'rsa-pss', options: RSAPSSKeyPairOptions<'pem', 'pem'>): KeyPairSyncResult<string, string>; - function generateKeyPairSync(type: 'rsa-pss', options: RSAPSSKeyPairOptions<'pem', 'der'>): KeyPairSyncResult<string, Buffer>; - function generateKeyPairSync(type: 'rsa-pss', options: RSAPSSKeyPairOptions<'der', 'pem'>): KeyPairSyncResult<Buffer, string>; - function generateKeyPairSync(type: 'rsa-pss', options: RSAPSSKeyPairOptions<'der', 'der'>): KeyPairSyncResult<Buffer, Buffer>; - function generateKeyPairSync(type: 'rsa-pss', options: RSAPSSKeyPairKeyObjectOptions): KeyPairKeyObjectResult; - function generateKeyPairSync(type: 'dsa', options: DSAKeyPairOptions<'pem', 'pem'>): KeyPairSyncResult<string, string>; - function generateKeyPairSync(type: 'dsa', options: DSAKeyPairOptions<'pem', 'der'>): KeyPairSyncResult<string, Buffer>; - function generateKeyPairSync(type: 'dsa', options: DSAKeyPairOptions<'der', 'pem'>): KeyPairSyncResult<Buffer, string>; - function generateKeyPairSync(type: 'dsa', options: DSAKeyPairOptions<'der', 'der'>): KeyPairSyncResult<Buffer, Buffer>; - function generateKeyPairSync(type: 'dsa', options: DSAKeyPairKeyObjectOptions): KeyPairKeyObjectResult; - function generateKeyPairSync(type: 'ec', options: ECKeyPairOptions<'pem', 'pem'>): KeyPairSyncResult<string, string>; - function generateKeyPairSync(type: 'ec', options: ECKeyPairOptions<'pem', 'der'>): KeyPairSyncResult<string, Buffer>; - function generateKeyPairSync(type: 'ec', options: ECKeyPairOptions<'der', 'pem'>): KeyPairSyncResult<Buffer, string>; - function generateKeyPairSync(type: 'ec', options: ECKeyPairOptions<'der', 'der'>): KeyPairSyncResult<Buffer, Buffer>; - function generateKeyPairSync(type: 'ec', options: ECKeyPairKeyObjectOptions): KeyPairKeyObjectResult; - function generateKeyPairSync(type: 'ed25519', options: ED25519KeyPairOptions<'pem', 'pem'>): KeyPairSyncResult<string, string>; - function generateKeyPairSync(type: 'ed25519', options: ED25519KeyPairOptions<'pem', 'der'>): KeyPairSyncResult<string, Buffer>; - function generateKeyPairSync(type: 'ed25519', options: ED25519KeyPairOptions<'der', 'pem'>): KeyPairSyncResult<Buffer, string>; - function generateKeyPairSync(type: 'ed25519', options: ED25519KeyPairOptions<'der', 'der'>): KeyPairSyncResult<Buffer, Buffer>; - function generateKeyPairSync(type: 'ed25519', options?: ED25519KeyPairKeyObjectOptions): KeyPairKeyObjectResult; - function generateKeyPairSync(type: 'ed448', options: ED448KeyPairOptions<'pem', 'pem'>): KeyPairSyncResult<string, string>; - function generateKeyPairSync(type: 'ed448', options: ED448KeyPairOptions<'pem', 'der'>): KeyPairSyncResult<string, Buffer>; - function generateKeyPairSync(type: 'ed448', options: ED448KeyPairOptions<'der', 'pem'>): KeyPairSyncResult<Buffer, string>; - function generateKeyPairSync(type: 'ed448', options: ED448KeyPairOptions<'der', 'der'>): KeyPairSyncResult<Buffer, Buffer>; - function generateKeyPairSync(type: 'ed448', options?: ED448KeyPairKeyObjectOptions): KeyPairKeyObjectResult; - function generateKeyPairSync(type: 'x25519', options: X25519KeyPairOptions<'pem', 'pem'>): KeyPairSyncResult<string, string>; - function generateKeyPairSync(type: 'x25519', options: X25519KeyPairOptions<'pem', 'der'>): KeyPairSyncResult<string, Buffer>; - function generateKeyPairSync(type: 'x25519', options: X25519KeyPairOptions<'der', 'pem'>): KeyPairSyncResult<Buffer, string>; - function generateKeyPairSync(type: 'x25519', options: X25519KeyPairOptions<'der', 'der'>): KeyPairSyncResult<Buffer, Buffer>; - function generateKeyPairSync(type: 'x25519', options?: X25519KeyPairKeyObjectOptions): KeyPairKeyObjectResult; - function generateKeyPairSync(type: 'x448', options: X448KeyPairOptions<'pem', 'pem'>): KeyPairSyncResult<string, string>; - function generateKeyPairSync(type: 'x448', options: X448KeyPairOptions<'pem', 'der'>): KeyPairSyncResult<string, Buffer>; - function generateKeyPairSync(type: 'x448', options: X448KeyPairOptions<'der', 'pem'>): KeyPairSyncResult<Buffer, string>; - function generateKeyPairSync(type: 'x448', options: X448KeyPairOptions<'der', 'der'>): KeyPairSyncResult<Buffer, Buffer>; - function generateKeyPairSync(type: 'x448', options?: X448KeyPairKeyObjectOptions): KeyPairKeyObjectResult; - /** - * Generates a new asymmetric key pair of the given `type`. RSA, RSA-PSS, DSA, EC, - * Ed25519, Ed448, X25519, X448, and DH are currently supported. - * - * If a `publicKeyEncoding` or `privateKeyEncoding` was specified, this function - * behaves as if `keyObject.export()` had been called on its result. Otherwise, - * the respective part of the key is returned as a `KeyObject`. - * - * It is recommended to encode public keys as `'spki'` and private keys as`'pkcs8'` with encryption for long-term storage: - * - * ```js - * const { - * generateKeyPair - * } = await import('crypto'); - * - * generateKeyPair('rsa', { - * modulusLength: 4096, - * publicKeyEncoding: { - * type: 'spki', - * format: 'pem' - * }, - * privateKeyEncoding: { - * type: 'pkcs8', - * format: 'pem', - * cipher: 'aes-256-cbc', - * passphrase: 'top secret' - * } - * }, (err, publicKey, privateKey) => { - * // Handle errors and use the generated key pair. - * }); - * ``` - * - * On completion, `callback` will be called with `err` set to `undefined` and`publicKey` / `privateKey` representing the generated key pair. - * - * If this method is invoked as its `util.promisify()` ed version, it returns - * a `Promise` for an `Object` with `publicKey` and `privateKey` properties. - * @since v10.12.0 - * @param type Must be `'rsa'`, `'rsa-pss'`, `'dsa'`, `'ec'`, `'ed25519'`, `'ed448'`, `'x25519'`, `'x448'`, or `'dh'`. - */ - function generateKeyPair(type: 'rsa', options: RSAKeyPairOptions<'pem', 'pem'>, callback: (err: Error | null, publicKey: string, privateKey: string) => void): void; - function generateKeyPair(type: 'rsa', options: RSAKeyPairOptions<'pem', 'der'>, callback: (err: Error | null, publicKey: string, privateKey: Buffer) => void): void; - function generateKeyPair(type: 'rsa', options: RSAKeyPairOptions<'der', 'pem'>, callback: (err: Error | null, publicKey: Buffer, privateKey: string) => void): void; - function generateKeyPair(type: 'rsa', options: RSAKeyPairOptions<'der', 'der'>, callback: (err: Error | null, publicKey: Buffer, privateKey: Buffer) => void): void; - function generateKeyPair(type: 'rsa', options: RSAKeyPairKeyObjectOptions, callback: (err: Error | null, publicKey: KeyObject, privateKey: KeyObject) => void): void; - function generateKeyPair(type: 'rsa-pss', options: RSAPSSKeyPairOptions<'pem', 'pem'>, callback: (err: Error | null, publicKey: string, privateKey: string) => void): void; - function generateKeyPair(type: 'rsa-pss', options: RSAPSSKeyPairOptions<'pem', 'der'>, callback: (err: Error | null, publicKey: string, privateKey: Buffer) => void): void; - function generateKeyPair(type: 'rsa-pss', options: RSAPSSKeyPairOptions<'der', 'pem'>, callback: (err: Error | null, publicKey: Buffer, privateKey: string) => void): void; - function generateKeyPair(type: 'rsa-pss', options: RSAPSSKeyPairOptions<'der', 'der'>, callback: (err: Error | null, publicKey: Buffer, privateKey: Buffer) => void): void; - function generateKeyPair(type: 'rsa-pss', options: RSAPSSKeyPairKeyObjectOptions, callback: (err: Error | null, publicKey: KeyObject, privateKey: KeyObject) => void): void; - function generateKeyPair(type: 'dsa', options: DSAKeyPairOptions<'pem', 'pem'>, callback: (err: Error | null, publicKey: string, privateKey: string) => void): void; - function generateKeyPair(type: 'dsa', options: DSAKeyPairOptions<'pem', 'der'>, callback: (err: Error | null, publicKey: string, privateKey: Buffer) => void): void; - function generateKeyPair(type: 'dsa', options: DSAKeyPairOptions<'der', 'pem'>, callback: (err: Error | null, publicKey: Buffer, privateKey: string) => void): void; - function generateKeyPair(type: 'dsa', options: DSAKeyPairOptions<'der', 'der'>, callback: (err: Error | null, publicKey: Buffer, privateKey: Buffer) => void): void; - function generateKeyPair(type: 'dsa', options: DSAKeyPairKeyObjectOptions, callback: (err: Error | null, publicKey: KeyObject, privateKey: KeyObject) => void): void; - function generateKeyPair(type: 'ec', options: ECKeyPairOptions<'pem', 'pem'>, callback: (err: Error | null, publicKey: string, privateKey: string) => void): void; - function generateKeyPair(type: 'ec', options: ECKeyPairOptions<'pem', 'der'>, callback: (err: Error | null, publicKey: string, privateKey: Buffer) => void): void; - function generateKeyPair(type: 'ec', options: ECKeyPairOptions<'der', 'pem'>, callback: (err: Error | null, publicKey: Buffer, privateKey: string) => void): void; - function generateKeyPair(type: 'ec', options: ECKeyPairOptions<'der', 'der'>, callback: (err: Error | null, publicKey: Buffer, privateKey: Buffer) => void): void; - function generateKeyPair(type: 'ec', options: ECKeyPairKeyObjectOptions, callback: (err: Error | null, publicKey: KeyObject, privateKey: KeyObject) => void): void; - function generateKeyPair(type: 'ed25519', options: ED25519KeyPairOptions<'pem', 'pem'>, callback: (err: Error | null, publicKey: string, privateKey: string) => void): void; - function generateKeyPair(type: 'ed25519', options: ED25519KeyPairOptions<'pem', 'der'>, callback: (err: Error | null, publicKey: string, privateKey: Buffer) => void): void; - function generateKeyPair(type: 'ed25519', options: ED25519KeyPairOptions<'der', 'pem'>, callback: (err: Error | null, publicKey: Buffer, privateKey: string) => void): void; - function generateKeyPair(type: 'ed25519', options: ED25519KeyPairOptions<'der', 'der'>, callback: (err: Error | null, publicKey: Buffer, privateKey: Buffer) => void): void; - function generateKeyPair(type: 'ed25519', options: ED25519KeyPairKeyObjectOptions | undefined, callback: (err: Error | null, publicKey: KeyObject, privateKey: KeyObject) => void): void; - function generateKeyPair(type: 'ed448', options: ED448KeyPairOptions<'pem', 'pem'>, callback: (err: Error | null, publicKey: string, privateKey: string) => void): void; - function generateKeyPair(type: 'ed448', options: ED448KeyPairOptions<'pem', 'der'>, callback: (err: Error | null, publicKey: string, privateKey: Buffer) => void): void; - function generateKeyPair(type: 'ed448', options: ED448KeyPairOptions<'der', 'pem'>, callback: (err: Error | null, publicKey: Buffer, privateKey: string) => void): void; - function generateKeyPair(type: 'ed448', options: ED448KeyPairOptions<'der', 'der'>, callback: (err: Error | null, publicKey: Buffer, privateKey: Buffer) => void): void; - function generateKeyPair(type: 'ed448', options: ED448KeyPairKeyObjectOptions | undefined, callback: (err: Error | null, publicKey: KeyObject, privateKey: KeyObject) => void): void; - function generateKeyPair(type: 'x25519', options: X25519KeyPairOptions<'pem', 'pem'>, callback: (err: Error | null, publicKey: string, privateKey: string) => void): void; - function generateKeyPair(type: 'x25519', options: X25519KeyPairOptions<'pem', 'der'>, callback: (err: Error | null, publicKey: string, privateKey: Buffer) => void): void; - function generateKeyPair(type: 'x25519', options: X25519KeyPairOptions<'der', 'pem'>, callback: (err: Error | null, publicKey: Buffer, privateKey: string) => void): void; - function generateKeyPair(type: 'x25519', options: X25519KeyPairOptions<'der', 'der'>, callback: (err: Error | null, publicKey: Buffer, privateKey: Buffer) => void): void; - function generateKeyPair(type: 'x25519', options: X25519KeyPairKeyObjectOptions | undefined, callback: (err: Error | null, publicKey: KeyObject, privateKey: KeyObject) => void): void; - function generateKeyPair(type: 'x448', options: X448KeyPairOptions<'pem', 'pem'>, callback: (err: Error | null, publicKey: string, privateKey: string) => void): void; - function generateKeyPair(type: 'x448', options: X448KeyPairOptions<'pem', 'der'>, callback: (err: Error | null, publicKey: string, privateKey: Buffer) => void): void; - function generateKeyPair(type: 'x448', options: X448KeyPairOptions<'der', 'pem'>, callback: (err: Error | null, publicKey: Buffer, privateKey: string) => void): void; - function generateKeyPair(type: 'x448', options: X448KeyPairOptions<'der', 'der'>, callback: (err: Error | null, publicKey: Buffer, privateKey: Buffer) => void): void; - function generateKeyPair(type: 'x448', options: X448KeyPairKeyObjectOptions | undefined, callback: (err: Error | null, publicKey: KeyObject, privateKey: KeyObject) => void): void; - namespace generateKeyPair { - function __promisify__( - type: 'rsa', - options: RSAKeyPairOptions<'pem', 'pem'> - ): Promise<{ - publicKey: string; - privateKey: string; - }>; - function __promisify__( - type: 'rsa', - options: RSAKeyPairOptions<'pem', 'der'> - ): Promise<{ - publicKey: string; - privateKey: Buffer; - }>; - function __promisify__( - type: 'rsa', - options: RSAKeyPairOptions<'der', 'pem'> - ): Promise<{ - publicKey: Buffer; - privateKey: string; - }>; - function __promisify__( - type: 'rsa', - options: RSAKeyPairOptions<'der', 'der'> - ): Promise<{ - publicKey: Buffer; - privateKey: Buffer; - }>; - function __promisify__(type: 'rsa', options: RSAKeyPairKeyObjectOptions): Promise<KeyPairKeyObjectResult>; - function __promisify__( - type: 'rsa-pss', - options: RSAPSSKeyPairOptions<'pem', 'pem'> - ): Promise<{ - publicKey: string; - privateKey: string; - }>; - function __promisify__( - type: 'rsa-pss', - options: RSAPSSKeyPairOptions<'pem', 'der'> - ): Promise<{ - publicKey: string; - privateKey: Buffer; - }>; - function __promisify__( - type: 'rsa-pss', - options: RSAPSSKeyPairOptions<'der', 'pem'> - ): Promise<{ - publicKey: Buffer; - privateKey: string; - }>; - function __promisify__( - type: 'rsa-pss', - options: RSAPSSKeyPairOptions<'der', 'der'> - ): Promise<{ - publicKey: Buffer; - privateKey: Buffer; - }>; - function __promisify__(type: 'rsa-pss', options: RSAPSSKeyPairKeyObjectOptions): Promise<KeyPairKeyObjectResult>; - function __promisify__( - type: 'dsa', - options: DSAKeyPairOptions<'pem', 'pem'> - ): Promise<{ - publicKey: string; - privateKey: string; - }>; - function __promisify__( - type: 'dsa', - options: DSAKeyPairOptions<'pem', 'der'> - ): Promise<{ - publicKey: string; - privateKey: Buffer; - }>; - function __promisify__( - type: 'dsa', - options: DSAKeyPairOptions<'der', 'pem'> - ): Promise<{ - publicKey: Buffer; - privateKey: string; - }>; - function __promisify__( - type: 'dsa', - options: DSAKeyPairOptions<'der', 'der'> - ): Promise<{ - publicKey: Buffer; - privateKey: Buffer; - }>; - function __promisify__(type: 'dsa', options: DSAKeyPairKeyObjectOptions): Promise<KeyPairKeyObjectResult>; - function __promisify__( - type: 'ec', - options: ECKeyPairOptions<'pem', 'pem'> - ): Promise<{ - publicKey: string; - privateKey: string; - }>; - function __promisify__( - type: 'ec', - options: ECKeyPairOptions<'pem', 'der'> - ): Promise<{ - publicKey: string; - privateKey: Buffer; - }>; - function __promisify__( - type: 'ec', - options: ECKeyPairOptions<'der', 'pem'> - ): Promise<{ - publicKey: Buffer; - privateKey: string; - }>; - function __promisify__( - type: 'ec', - options: ECKeyPairOptions<'der', 'der'> - ): Promise<{ - publicKey: Buffer; - privateKey: Buffer; - }>; - function __promisify__(type: 'ec', options: ECKeyPairKeyObjectOptions): Promise<KeyPairKeyObjectResult>; - function __promisify__( - type: 'ed25519', - options: ED25519KeyPairOptions<'pem', 'pem'> - ): Promise<{ - publicKey: string; - privateKey: string; - }>; - function __promisify__( - type: 'ed25519', - options: ED25519KeyPairOptions<'pem', 'der'> - ): Promise<{ - publicKey: string; - privateKey: Buffer; - }>; - function __promisify__( - type: 'ed25519', - options: ED25519KeyPairOptions<'der', 'pem'> - ): Promise<{ - publicKey: Buffer; - privateKey: string; - }>; - function __promisify__( - type: 'ed25519', - options: ED25519KeyPairOptions<'der', 'der'> - ): Promise<{ - publicKey: Buffer; - privateKey: Buffer; - }>; - function __promisify__(type: 'ed25519', options?: ED25519KeyPairKeyObjectOptions): Promise<KeyPairKeyObjectResult>; - function __promisify__( - type: 'ed448', - options: ED448KeyPairOptions<'pem', 'pem'> - ): Promise<{ - publicKey: string; - privateKey: string; - }>; - function __promisify__( - type: 'ed448', - options: ED448KeyPairOptions<'pem', 'der'> - ): Promise<{ - publicKey: string; - privateKey: Buffer; - }>; - function __promisify__( - type: 'ed448', - options: ED448KeyPairOptions<'der', 'pem'> - ): Promise<{ - publicKey: Buffer; - privateKey: string; - }>; - function __promisify__( - type: 'ed448', - options: ED448KeyPairOptions<'der', 'der'> - ): Promise<{ - publicKey: Buffer; - privateKey: Buffer; - }>; - function __promisify__(type: 'ed448', options?: ED448KeyPairKeyObjectOptions): Promise<KeyPairKeyObjectResult>; - function __promisify__( - type: 'x25519', - options: X25519KeyPairOptions<'pem', 'pem'> - ): Promise<{ - publicKey: string; - privateKey: string; - }>; - function __promisify__( - type: 'x25519', - options: X25519KeyPairOptions<'pem', 'der'> - ): Promise<{ - publicKey: string; - privateKey: Buffer; - }>; - function __promisify__( - type: 'x25519', - options: X25519KeyPairOptions<'der', 'pem'> - ): Promise<{ - publicKey: Buffer; - privateKey: string; - }>; - function __promisify__( - type: 'x25519', - options: X25519KeyPairOptions<'der', 'der'> - ): Promise<{ - publicKey: Buffer; - privateKey: Buffer; - }>; - function __promisify__(type: 'x25519', options?: X25519KeyPairKeyObjectOptions): Promise<KeyPairKeyObjectResult>; - function __promisify__( - type: 'x448', - options: X448KeyPairOptions<'pem', 'pem'> - ): Promise<{ - publicKey: string; - privateKey: string; - }>; - function __promisify__( - type: 'x448', - options: X448KeyPairOptions<'pem', 'der'> - ): Promise<{ - publicKey: string; - privateKey: Buffer; - }>; - function __promisify__( - type: 'x448', - options: X448KeyPairOptions<'der', 'pem'> - ): Promise<{ - publicKey: Buffer; - privateKey: string; - }>; - function __promisify__( - type: 'x448', - options: X448KeyPairOptions<'der', 'der'> - ): Promise<{ - publicKey: Buffer; - privateKey: Buffer; - }>; - function __promisify__(type: 'x448', options?: X448KeyPairKeyObjectOptions): Promise<KeyPairKeyObjectResult>; - } - /** - * Calculates and returns the signature for `data` using the given private key and - * algorithm. If `algorithm` is `null` or `undefined`, then the algorithm is - * dependent upon the key type (especially Ed25519 and Ed448). - * - * If `key` is not a `KeyObject`, this function behaves as if `key` had been - * passed to {@link createPrivateKey}. If it is an object, the following - * additional properties can be passed: - * - * If the `callback` function is provided this function uses libuv's threadpool. - * @since v12.0.0 - */ - function sign(algorithm: string | null | undefined, data: NodeJS.ArrayBufferView, key: KeyLike | SignKeyObjectInput | SignPrivateKeyInput): Buffer; - function sign( - algorithm: string | null | undefined, - data: NodeJS.ArrayBufferView, - key: KeyLike | SignKeyObjectInput | SignPrivateKeyInput, - callback: (error: Error | null, data: Buffer) => void - ): void; - /** - * Verifies the given signature for `data` using the given key and algorithm. If`algorithm` is `null` or `undefined`, then the algorithm is dependent upon the - * key type (especially Ed25519 and Ed448). - * - * If `key` is not a `KeyObject`, this function behaves as if `key` had been - * passed to {@link createPublicKey}. If it is an object, the following - * additional properties can be passed: - * - * The `signature` argument is the previously calculated signature for the `data`. - * - * Because public keys can be derived from private keys, a private key or a public - * key may be passed for `key`. - * - * If the `callback` function is provided this function uses libuv's threadpool. - * @since v12.0.0 - */ - function verify(algorithm: string | null | undefined, data: NodeJS.ArrayBufferView, key: KeyLike | VerifyKeyObjectInput | VerifyPublicKeyInput, signature: NodeJS.ArrayBufferView): boolean; - function verify( - algorithm: string | null | undefined, - data: NodeJS.ArrayBufferView, - key: KeyLike | VerifyKeyObjectInput | VerifyPublicKeyInput, - signature: NodeJS.ArrayBufferView, - callback: (error: Error | null, result: boolean) => void - ): void; - /** - * Computes the Diffie-Hellman secret based on a `privateKey` and a `publicKey`. - * Both keys must have the same `asymmetricKeyType`, which must be one of `'dh'`(for Diffie-Hellman), `'ec'` (for ECDH), `'x448'`, or `'x25519'` (for ECDH-ES). - * @since v13.9.0, v12.17.0 - */ - function diffieHellman(options: { privateKey: KeyObject; publicKey: KeyObject }): Buffer; - type CipherMode = 'cbc' | 'ccm' | 'cfb' | 'ctr' | 'ecb' | 'gcm' | 'ocb' | 'ofb' | 'stream' | 'wrap' | 'xts'; - interface CipherInfoOptions { - /** - * A test key length. - */ - keyLength?: number | undefined; - /** - * A test IV length. - */ - ivLength?: number | undefined; - } - interface CipherInfo { - /** - * The name of the cipher. - */ - name: string; - /** - * The nid of the cipher. - */ - nid: number; - /** - * The block size of the cipher in bytes. - * This property is omitted when mode is 'stream'. - */ - blockSize?: number | undefined; - /** - * The expected or default initialization vector length in bytes. - * This property is omitted if the cipher does not use an initialization vector. - */ - ivLength?: number | undefined; - /** - * The expected or default key length in bytes. - */ - keyLength: number; - /** - * The cipher mode. - */ - mode: CipherMode; - } - /** - * Returns information about a given cipher. - * - * Some ciphers accept variable length keys and initialization vectors. By default, - * the `crypto.getCipherInfo()` method will return the default values for these - * ciphers. To test if a given key length or iv length is acceptable for given - * cipher, use the `keyLength` and `ivLength` options. If the given values are - * unacceptable, `undefined` will be returned. - * @since v15.0.0 - * @param nameOrNid The name or nid of the cipher to query. - */ - function getCipherInfo(nameOrNid: string | number, options?: CipherInfoOptions): CipherInfo | undefined; - /** - * HKDF is a simple key derivation function defined in RFC 5869\. The given `ikm`,`salt` and `info` are used with the `digest` to derive a key of `keylen` bytes. - * - * The supplied `callback` function is called with two arguments: `err` and`derivedKey`. If an errors occurs while deriving the key, `err` will be set; - * otherwise `err` will be `null`. The successfully generated `derivedKey` will - * be passed to the callback as an [ArrayBuffer](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer). An error will be thrown if any - * of the input arguments specify invalid values or types. - * - * ```js - * import { Buffer } from 'buffer'; - * const { - * hkdf - * } = await import('crypto'); - * - * hkdf('sha512', 'key', 'salt', 'info', 64, (err, derivedKey) => { - * if (err) throw err; - * console.log(Buffer.from(derivedKey).toString('hex')); // '24156e2...5391653' - * }); - * ``` - * @since v15.0.0 - * @param digest The digest algorithm to use. - * @param ikm The input keying material. It must be at least one byte in length. - * @param salt The salt value. Must be provided but can be zero-length. - * @param info Additional info value. Must be provided but can be zero-length, and cannot be more than 1024 bytes. - * @param keylen The length of the key to generate. Must be greater than 0. The maximum allowable value is `255` times the number of bytes produced by the selected digest function (e.g. `sha512` - * generates 64-byte hashes, making the maximum HKDF output 16320 bytes). - */ - function hkdf(digest: string, irm: BinaryLike | KeyObject, salt: BinaryLike, info: BinaryLike, keylen: number, callback: (err: Error | null, derivedKey: ArrayBuffer) => void): void; - /** - * Provides a synchronous HKDF key derivation function as defined in RFC 5869\. The - * given `ikm`, `salt` and `info` are used with the `digest` to derive a key of`keylen` bytes. - * - * The successfully generated `derivedKey` will be returned as an [ArrayBuffer](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer). - * - * An error will be thrown if any of the input arguments specify invalid values or - * types, or if the derived key cannot be generated. - * - * ```js - * import { Buffer } from 'buffer'; - * const { - * hkdfSync - * } = await import('crypto'); - * - * const derivedKey = hkdfSync('sha512', 'key', 'salt', 'info', 64); - * console.log(Buffer.from(derivedKey).toString('hex')); // '24156e2...5391653' - * ``` - * @since v15.0.0 - * @param digest The digest algorithm to use. - * @param ikm The input keying material. It must be at least one byte in length. - * @param salt The salt value. Must be provided but can be zero-length. - * @param info Additional info value. Must be provided but can be zero-length, and cannot be more than 1024 bytes. - * @param keylen The length of the key to generate. Must be greater than 0. The maximum allowable value is `255` times the number of bytes produced by the selected digest function (e.g. `sha512` - * generates 64-byte hashes, making the maximum HKDF output 16320 bytes). - */ - function hkdfSync(digest: string, ikm: BinaryLike | KeyObject, salt: BinaryLike, info: BinaryLike, keylen: number): ArrayBuffer; - interface SecureHeapUsage { - /** - * The total allocated secure heap size as specified using the `--secure-heap=n` command-line flag. - */ - total: number; - /** - * The minimum allocation from the secure heap as specified using the `--secure-heap-min` command-line flag. - */ - min: number; - /** - * The total number of bytes currently allocated from the secure heap. - */ - used: number; - /** - * The calculated ratio of `used` to `total` allocated bytes. - */ - utilization: number; - } - /** - * @since v15.6.0 - */ - function secureHeapUsed(): SecureHeapUsage; - interface RandomUUIDOptions { - /** - * By default, to improve performance, - * Node.js will pre-emptively generate and persistently cache enough - * random data to generate up to 128 random UUIDs. To generate a UUID - * without using the cache, set `disableEntropyCache` to `true`. - * - * @default `false` - */ - disableEntropyCache?: boolean | undefined; - } - /** - * Generates a random [RFC 4122](https://www.rfc-editor.org/rfc/rfc4122.txt) version 4 UUID. The UUID is generated using a - * cryptographic pseudorandom number generator. - * @since v15.6.0, v14.17.0 - */ - function randomUUID(options?: RandomUUIDOptions): string; - interface X509CheckOptions { - /** - * @default 'always' - */ - subject?: 'always' | 'default' | 'never'; - /** - * @default true - */ - wildcards?: boolean; - /** - * @default true - */ - partialWildcards?: boolean; - /** - * @default false - */ - multiLabelWildcards?: boolean; - /** - * @default false - */ - singleLabelSubdomains?: boolean; - } - /** - * Encapsulates an X509 certificate and provides read-only access to - * its information. - * - * ```js - * const { X509Certificate } = await import('crypto'); - * - * const x509 = new X509Certificate('{... pem encoded cert ...}'); - * - * console.log(x509.subject); - * ``` - * @since v15.6.0 - */ - class X509Certificate { - /** - * Will be \`true\` if this is a Certificate Authority (CA) certificate. - * @since v15.6.0 - */ - readonly ca: boolean; - /** - * The SHA-1 fingerprint of this certificate. - * - * Because SHA-1 is cryptographically broken and because the security of SHA-1 is - * significantly worse than that of algorithms that are commonly used to sign - * certificates, consider using `x509.fingerprint256` instead. - * @since v15.6.0 - */ - readonly fingerprint: string; - /** - * The SHA-256 fingerprint of this certificate. - * @since v15.6.0 - */ - readonly fingerprint256: string; - /** - * The SHA-512 fingerprint of this certificate. - * @since v16.14.0 - */ - readonly fingerprint512: string; - /** - * The complete subject of this certificate. - * @since v15.6.0 - */ - readonly subject: string; - /** - * The subject alternative name specified for this certificate or `undefined` - * if not available. - * @since v15.6.0 - */ - readonly subjectAltName: string | undefined; - /** - * The information access content of this certificate or `undefined` if not - * available. - * @since v15.6.0 - */ - readonly infoAccess: string | undefined; - /** - * An array detailing the key usages for this certificate. - * @since v15.6.0 - */ - readonly keyUsage: string[]; - /** - * The issuer identification included in this certificate. - * @since v15.6.0 - */ - readonly issuer: string; - /** - * The issuer certificate or `undefined` if the issuer certificate is not - * available. - * @since v15.9.0 - */ - readonly issuerCertificate?: X509Certificate | undefined; - /** - * The public key `KeyObject` for this certificate. - * @since v15.6.0 - */ - readonly publicKey: KeyObject; - /** - * A `Buffer` containing the DER encoding of this certificate. - * @since v15.6.0 - */ - readonly raw: Buffer; - /** - * The serial number of this certificate. - * - * Serial numbers are assigned by certificate authorities and do not uniquely - * identify certificates. Consider using `x509.fingerprint256` as a unique - * identifier instead. - * @since v15.6.0 - */ - readonly serialNumber: string; - /** - * The date/time from which this certificate is considered valid. - * @since v15.6.0 - */ - readonly validFrom: string; - /** - * The date/time until which this certificate is considered valid. - * @since v15.6.0 - */ - readonly validTo: string; - constructor(buffer: BinaryLike); - /** - * Checks whether the certificate matches the given email address. - * - * If the `'subject'` option is undefined or set to `'default'`, the certificate - * subject is only considered if the subject alternative name extension either does - * not exist or does not contain any email addresses. - * - * If the `'subject'` option is set to `'always'` and if the subject alternative - * name extension either does not exist or does not contain a matching email - * address, the certificate subject is considered. - * - * If the `'subject'` option is set to `'never'`, the certificate subject is never - * considered, even if the certificate contains no subject alternative names. - * @since v15.6.0 - * @return Returns `email` if the certificate matches, `undefined` if it does not. - */ - checkEmail(email: string, options?: Pick<X509CheckOptions, 'subject'>): string | undefined; - /** - * Checks whether the certificate matches the given host name. - * - * If the certificate matches the given host name, the matching subject name is - * returned. The returned name might be an exact match (e.g., `foo.example.com`) - * or it might contain wildcards (e.g., `*.example.com`). Because host name - * comparisons are case-insensitive, the returned subject name might also differ - * from the given `name` in capitalization. - * - * If the `'subject'` option is undefined or set to `'default'`, the certificate - * subject is only considered if the subject alternative name extension either does - * not exist or does not contain any DNS names. This behavior is consistent with [RFC 2818](https://www.rfc-editor.org/rfc/rfc2818.txt) ("HTTP Over TLS"). - * - * If the `'subject'` option is set to `'always'` and if the subject alternative - * name extension either does not exist or does not contain a matching DNS name, - * the certificate subject is considered. - * - * If the `'subject'` option is set to `'never'`, the certificate subject is never - * considered, even if the certificate contains no subject alternative names. - * @since v15.6.0 - * @return Returns a subject name that matches `name`, or `undefined` if no subject name matches `name`. - */ - checkHost(name: string, options?: X509CheckOptions): string | undefined; - /** - * Checks whether the certificate matches the given IP address (IPv4 or IPv6). - * - * Only [RFC 5280](https://www.rfc-editor.org/rfc/rfc5280.txt) `iPAddress` subject alternative names are considered, and they - * must match the given `ip` address exactly. Other subject alternative names as - * well as the subject field of the certificate are ignored. - * @since v15.6.0 - * @return Returns `ip` if the certificate matches, `undefined` if it does not. - */ - checkIP(ip: string): string | undefined; - /** - * Checks whether this certificate was issued by the given `otherCert`. - * @since v15.6.0 - */ - checkIssued(otherCert: X509Certificate): boolean; - /** - * Checks whether the public key for this certificate is consistent with - * the given private key. - * @since v15.6.0 - * @param privateKey A private key. - */ - checkPrivateKey(privateKey: KeyObject): boolean; - /** - * There is no standard JSON encoding for X509 certificates. The`toJSON()` method returns a string containing the PEM encoded - * certificate. - * @since v15.6.0 - */ - toJSON(): string; - /** - * Returns information about this certificate using the legacy `certificate object` encoding. - * @since v15.6.0 - */ - toLegacyObject(): PeerCertificate; - /** - * Returns the PEM-encoded certificate. - * @since v15.6.0 - */ - toString(): string; - /** - * Verifies that this certificate was signed by the given public key. - * Does not perform any other validation checks on the certificate. - * @since v15.6.0 - * @param publicKey A public key. - */ - verify(publicKey: KeyObject): boolean; - } - type LargeNumberLike = NodeJS.ArrayBufferView | SharedArrayBuffer | ArrayBuffer | bigint; - interface GeneratePrimeOptions { - add?: LargeNumberLike | undefined; - rem?: LargeNumberLike | undefined; - /** - * @default false - */ - safe?: boolean | undefined; - bigint?: boolean | undefined; - } - interface GeneratePrimeOptionsBigInt extends GeneratePrimeOptions { - bigint: true; - } - interface GeneratePrimeOptionsArrayBuffer extends GeneratePrimeOptions { - bigint?: false | undefined; - } - /** - * Generates a pseudorandom prime of `size` bits. - * - * If `options.safe` is `true`, the prime will be a safe prime -- that is,`(prime - 1) / 2` will also be a prime. - * - * The `options.add` and `options.rem` parameters can be used to enforce additional - * requirements, e.g., for Diffie-Hellman: - * - * * If `options.add` and `options.rem` are both set, the prime will satisfy the - * condition that `prime % add = rem`. - * * If only `options.add` is set and `options.safe` is not `true`, the prime will - * satisfy the condition that `prime % add = 1`. - * * If only `options.add` is set and `options.safe` is set to `true`, the prime - * will instead satisfy the condition that `prime % add = 3`. This is necessary - * because `prime % add = 1` for `options.add > 2` would contradict the condition - * enforced by `options.safe`. - * * `options.rem` is ignored if `options.add` is not given. - * - * Both `options.add` and `options.rem` must be encoded as big-endian sequences - * if given as an `ArrayBuffer`, `SharedArrayBuffer`, `TypedArray`, `Buffer`, or`DataView`. - * - * By default, the prime is encoded as a big-endian sequence of octets - * in an [ArrayBuffer](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer). If the `bigint` option is `true`, then a - * [bigint](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt) is provided. - * @since v15.8.0 - * @param size The size (in bits) of the prime to generate. - */ - function generatePrime(size: number, callback: (err: Error | null, prime: ArrayBuffer) => void): void; - function generatePrime(size: number, options: GeneratePrimeOptionsBigInt, callback: (err: Error | null, prime: bigint) => void): void; - function generatePrime(size: number, options: GeneratePrimeOptionsArrayBuffer, callback: (err: Error | null, prime: ArrayBuffer) => void): void; - function generatePrime(size: number, options: GeneratePrimeOptions, callback: (err: Error | null, prime: ArrayBuffer | bigint) => void): void; - /** - * Generates a pseudorandom prime of `size` bits. - * - * If `options.safe` is `true`, the prime will be a safe prime -- that is,`(prime - 1) / 2` will also be a prime. - * - * The `options.add` and `options.rem` parameters can be used to enforce additional - * requirements, e.g., for Diffie-Hellman: - * - * * If `options.add` and `options.rem` are both set, the prime will satisfy the - * condition that `prime % add = rem`. - * * If only `options.add` is set and `options.safe` is not `true`, the prime will - * satisfy the condition that `prime % add = 1`. - * * If only `options.add` is set and `options.safe` is set to `true`, the prime - * will instead satisfy the condition that `prime % add = 3`. This is necessary - * because `prime % add = 1` for `options.add > 2` would contradict the condition - * enforced by `options.safe`. - * * `options.rem` is ignored if `options.add` is not given. - * - * Both `options.add` and `options.rem` must be encoded as big-endian sequences - * if given as an `ArrayBuffer`, `SharedArrayBuffer`, `TypedArray`, `Buffer`, or`DataView`. - * - * By default, the prime is encoded as a big-endian sequence of octets - * in an [ArrayBuffer](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer). If the `bigint` option is `true`, then a - * [bigint](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt) is provided. - * @since v15.8.0 - * @param size The size (in bits) of the prime to generate. - */ - function generatePrimeSync(size: number): ArrayBuffer; - function generatePrimeSync(size: number, options: GeneratePrimeOptionsBigInt): bigint; - function generatePrimeSync(size: number, options: GeneratePrimeOptionsArrayBuffer): ArrayBuffer; - function generatePrimeSync(size: number, options: GeneratePrimeOptions): ArrayBuffer | bigint; - interface CheckPrimeOptions { - /** - * The number of Miller-Rabin probabilistic primality iterations to perform. - * When the value is 0 (zero), a number of checks is used that yields a false positive rate of at most `2**-64` for random input. - * Care must be used when selecting a number of checks. - * Refer to the OpenSSL documentation for the BN_is_prime_ex function nchecks options for more details. - * - * @default 0 - */ - checks?: number | undefined; - } - /** - * Checks the primality of the `candidate`. - * @since v15.8.0 - * @param candidate A possible prime encoded as a sequence of big endian octets of arbitrary length. - */ - function checkPrime(value: LargeNumberLike, callback: (err: Error | null, result: boolean) => void): void; - function checkPrime(value: LargeNumberLike, options: CheckPrimeOptions, callback: (err: Error | null, result: boolean) => void): void; - /** - * Checks the primality of the `candidate`. - * @since v15.8.0 - * @param candidate A possible prime encoded as a sequence of big endian octets of arbitrary length. - * @return `true` if the candidate is a prime with an error probability less than `0.25 ** options.checks`. - */ - function checkPrimeSync(candidate: LargeNumberLike, options?: CheckPrimeOptions): boolean; - /** - * Load and set the `engine` for some or all OpenSSL functions (selected by flags). - * - * `engine` could be either an id or a path to the engine's shared library. - * - * The optional `flags` argument uses `ENGINE_METHOD_ALL` by default. - * The `flags` is a bit field taking one of or a mix of the following flags (defined in `crypto.constants`): - * - * - `crypto.constants.ENGINE_METHOD_RSA` - * - `crypto.constants.ENGINE_METHOD_DSA` - * - `crypto.constants.ENGINE_METHOD_DH` - * - `crypto.constants.ENGINE_METHOD_RAND` - * - `crypto.constants.ENGINE_METHOD_EC` - * - `crypto.constants.ENGINE_METHOD_CIPHERS` - * - `crypto.constants.ENGINE_METHOD_DIGESTS` - * - `crypto.constants.ENGINE_METHOD_PKEY_METHS` - * - `crypto.constants.ENGINE_METHOD_PKEY_ASN1_METHS` - * - `crypto.constants.ENGINE_METHOD_ALL` - * - `crypto.constants.ENGINE_METHOD_NONE` - * - * The flags below are deprecated in OpenSSL-1.1.0. - * - * - `crypto.constants.ENGINE_METHOD_ECDH` - * - `crypto.constants.ENGINE_METHOD_ECDSA` - * - `crypto.constants.ENGINE_METHOD_STORE` - * @since v0.11.11 - * @param [flags=crypto.constants.ENGINE_METHOD_ALL] - */ - function setEngine(engine: string, flags?: number): void; - /** - * A convenient alias for `crypto.webcrypto.getRandomValues()`. - * This implementation is not compliant with the Web Crypto spec, - * to write web-compatible code use `crypto.webcrypto.getRandomValues()` instead. - * @since v17.4.0 - * @returns Returns `typedArray`. - */ - function getRandomValues<T extends webcrypto.BufferSource>(typedArray: T): T; - /** - * A convenient alias for `crypto.webcrypto.subtle`. - * @since v17.4.0 - */ - const subtle: webcrypto.SubtleCrypto; - /** - * An implementation of the Web Crypto API standard. - * - * See the {@link https://nodejs.org/docs/latest/api/webcrypto.html Web Crypto API documentation} for details. - * @since v15.0.0 - */ - const webcrypto: webcrypto.Crypto; - namespace webcrypto { - type BufferSource = ArrayBufferView | ArrayBuffer; - type KeyFormat = 'jwk' | 'pkcs8' | 'raw' | 'spki'; - type KeyType = 'private' | 'public' | 'secret'; - type KeyUsage = 'decrypt' | 'deriveBits' | 'deriveKey' | 'encrypt' | 'sign' | 'unwrapKey' | 'verify' | 'wrapKey'; - type AlgorithmIdentifier = Algorithm | string; - type HashAlgorithmIdentifier = AlgorithmIdentifier; - type NamedCurve = string; - type BigInteger = Uint8Array; - interface AesCbcParams extends Algorithm { - iv: BufferSource; - } - interface AesCtrParams extends Algorithm { - counter: BufferSource; - length: number; - } - interface AesDerivedKeyParams extends Algorithm { - length: number; - } - interface AesGcmParams extends Algorithm { - additionalData?: BufferSource; - iv: BufferSource; - tagLength?: number; - } - interface AesKeyAlgorithm extends KeyAlgorithm { - length: number; - } - interface AesKeyGenParams extends Algorithm { - length: number; - } - interface Algorithm { - name: string; - } - interface EcKeyAlgorithm extends KeyAlgorithm { - namedCurve: NamedCurve; - } - interface EcKeyGenParams extends Algorithm { - namedCurve: NamedCurve; - } - interface EcKeyImportParams extends Algorithm { - namedCurve: NamedCurve; - } - interface EcdhKeyDeriveParams extends Algorithm { - public: CryptoKey; - } - interface EcdsaParams extends Algorithm { - hash: HashAlgorithmIdentifier; - } - interface Ed448Params extends Algorithm { - context?: BufferSource; - } - interface HkdfParams extends Algorithm { - hash: HashAlgorithmIdentifier; - info: BufferSource; - salt: BufferSource; - } - interface HmacImportParams extends Algorithm { - hash: HashAlgorithmIdentifier; - length?: number; - } - interface HmacKeyAlgorithm extends KeyAlgorithm { - hash: KeyAlgorithm; - length: number; - } - interface HmacKeyGenParams extends Algorithm { - hash: HashAlgorithmIdentifier; - length?: number; - } - interface JsonWebKey { - alg?: string; - crv?: string; - d?: string; - dp?: string; - dq?: string; - e?: string; - ext?: boolean; - k?: string; - key_ops?: string[]; - kty?: string; - n?: string; - oth?: RsaOtherPrimesInfo[]; - p?: string; - q?: string; - qi?: string; - use?: string; - x?: string; - y?: string; - } - interface KeyAlgorithm { - name: string; - } - interface Pbkdf2Params extends Algorithm { - hash: HashAlgorithmIdentifier; - iterations: number; - salt: BufferSource; - } - interface RsaHashedImportParams extends Algorithm { - hash: HashAlgorithmIdentifier; - } - interface RsaHashedKeyAlgorithm extends RsaKeyAlgorithm { - hash: KeyAlgorithm; - } - interface RsaHashedKeyGenParams extends RsaKeyGenParams { - hash: HashAlgorithmIdentifier; - } - interface RsaKeyAlgorithm extends KeyAlgorithm { - modulusLength: number; - publicExponent: BigInteger; - } - interface RsaKeyGenParams extends Algorithm { - modulusLength: number; - publicExponent: BigInteger; - } - interface RsaOaepParams extends Algorithm { - label?: BufferSource; - } - interface RsaOtherPrimesInfo { - d?: string; - r?: string; - t?: string; - } - interface RsaPssParams extends Algorithm { - saltLength: number; - } - /** - * Calling `require('node:crypto').webcrypto` returns an instance of the `Crypto` class. - * `Crypto` is a singleton that provides access to the remainder of the crypto API. - * @since v15.0.0 - */ - interface Crypto { - /** - * Provides access to the `SubtleCrypto` API. - * @since v15.0.0 - */ - readonly subtle: SubtleCrypto; - /** - * Generates cryptographically strong random values. - * The given `typedArray` is filled with random values, and a reference to `typedArray` is returned. - * - * The given `typedArray` must be an integer-based instance of {@link NodeJS.TypedArray}, i.e. `Float32Array` and `Float64Array` are not accepted. - * - * An error will be thrown if the given `typedArray` is larger than 65,536 bytes. - * @since v15.0.0 - */ - getRandomValues<T extends Exclude<NodeJS.TypedArray, Float32Array | Float64Array>>(typedArray: T): T; - /** - * Generates a random {@link https://www.rfc-editor.org/rfc/rfc4122.txt RFC 4122} version 4 UUID. - * The UUID is generated using a cryptographic pseudorandom number generator. - * @since v16.7.0 - */ - randomUUID(): string; - CryptoKey: CryptoKeyConstructor; - } - // This constructor throws ILLEGAL_CONSTRUCTOR so it should not be newable. - interface CryptoKeyConstructor { - /** Illegal constructor */ - (_: { readonly _: unique symbol }): never; // Allows instanceof to work but not be callable by the user. - readonly length: 0; - readonly name: 'CryptoKey'; - readonly prototype: CryptoKey; - } - /** - * @since v15.0.0 - */ - interface CryptoKey { - /** - * An object detailing the algorithm for which the key can be used along with additional algorithm-specific parameters. - * @since v15.0.0 - */ - readonly algorithm: KeyAlgorithm; - /** - * When `true`, the {@link CryptoKey} can be extracted using either `subtleCrypto.exportKey()` or `subtleCrypto.wrapKey()`. - * @since v15.0.0 - */ - readonly extractable: boolean; - /** - * A string identifying whether the key is a symmetric (`'secret'`) or asymmetric (`'private'` or `'public'`) key. - * @since v15.0.0 - */ - readonly type: KeyType; - /** - * An array of strings identifying the operations for which the key may be used. - * - * The possible usages are: - * - `'encrypt'` - The key may be used to encrypt data. - * - `'decrypt'` - The key may be used to decrypt data. - * - `'sign'` - The key may be used to generate digital signatures. - * - `'verify'` - The key may be used to verify digital signatures. - * - `'deriveKey'` - The key may be used to derive a new key. - * - `'deriveBits'` - The key may be used to derive bits. - * - `'wrapKey'` - The key may be used to wrap another key. - * - `'unwrapKey'` - The key may be used to unwrap another key. - * - * Valid key usages depend on the key algorithm (identified by `cryptokey.algorithm.name`). - * @since v15.0.0 - */ - readonly usages: KeyUsage[]; - } - /** - * The `CryptoKeyPair` is a simple dictionary object with `publicKey` and `privateKey` properties, representing an asymmetric key pair. - * @since v15.0.0 - */ - interface CryptoKeyPair { - /** - * A {@link CryptoKey} whose type will be `'private'`. - * @since v15.0.0 - */ - privateKey: CryptoKey; - /** - * A {@link CryptoKey} whose type will be `'public'`. - * @since v15.0.0 - */ - publicKey: CryptoKey; - } - /** - * @since v15.0.0 - */ - interface SubtleCrypto { - /** - * Using the method and parameters specified in `algorithm` and the keying material provided by `key`, - * `subtle.decrypt()` attempts to decipher the provided `data`. If successful, - * the returned promise will be resolved with an `<ArrayBuffer>` containing the plaintext result. - * - * The algorithms currently supported include: - * - * - `'RSA-OAEP'` - * - `'AES-CTR'` - * - `'AES-CBC'` - * - `'AES-GCM'` - * @since v15.0.0 - */ - decrypt(algorithm: AlgorithmIdentifier | RsaOaepParams | AesCtrParams | AesCbcParams | AesGcmParams, key: CryptoKey, data: BufferSource): Promise<ArrayBuffer>; - /** - * Using the method and parameters specified in `algorithm` and the keying material provided by `baseKey`, - * `subtle.deriveBits()` attempts to generate `length` bits. - * The Node.js implementation requires that when `length` is a number it must be multiple of `8`. - * When `length` is `null` the maximum number of bits for a given algorithm is generated. This is allowed - * for the `'ECDH'`, `'X25519'`, and `'X448'` algorithms. - * If successful, the returned promise will be resolved with an `<ArrayBuffer>` containing the generated data. - * - * The algorithms currently supported include: - * - * - `'ECDH'` - * - `'X25519'` - * - `'X448'` - * - `'HKDF'` - * - `'PBKDF2'` - * @since v15.0.0 - */ - deriveBits(algorithm: EcdhKeyDeriveParams, baseKey: CryptoKey, length: number | null): Promise<ArrayBuffer>; - deriveBits(algorithm: AlgorithmIdentifier | HkdfParams | Pbkdf2Params, baseKey: CryptoKey, length: number): Promise<ArrayBuffer>; - /** - * Using the method and parameters specified in `algorithm`, and the keying material provided by `baseKey`, - * `subtle.deriveKey()` attempts to generate a new <CryptoKey>` based on the method and parameters in `derivedKeyAlgorithm`. - * - * Calling `subtle.deriveKey()` is equivalent to calling `subtle.deriveBits()` to generate raw keying material, - * then passing the result into the `subtle.importKey()` method using the `deriveKeyAlgorithm`, `extractable`, and `keyUsages` parameters as input. - * - * The algorithms currently supported include: - * - * - `'ECDH'` - * - `'X25519'` - * - `'X448'` - * - `'HKDF'` - * - `'PBKDF2'` - * @param keyUsages See {@link https://nodejs.org/docs/latest/api/webcrypto.html#cryptokeyusages Key usages}. - * @since v15.0.0 - */ - deriveKey( - algorithm: AlgorithmIdentifier | EcdhKeyDeriveParams | HkdfParams | Pbkdf2Params, - baseKey: CryptoKey, - derivedKeyAlgorithm: AlgorithmIdentifier | AesDerivedKeyParams | HmacImportParams | HkdfParams | Pbkdf2Params, - extractable: boolean, - keyUsages: ReadonlyArray<KeyUsage> - ): Promise<CryptoKey>; - /** - * Using the method identified by `algorithm`, `subtle.digest()` attempts to generate a digest of `data`. - * If successful, the returned promise is resolved with an `<ArrayBuffer>` containing the computed digest. - * - * If `algorithm` is provided as a `<string>`, it must be one of: - * - * - `'SHA-1'` - * - `'SHA-256'` - * - `'SHA-384'` - * - `'SHA-512'` - * - * If `algorithm` is provided as an `<Object>`, it must have a `name` property whose value is one of the above. - * @since v15.0.0 - */ - digest(algorithm: AlgorithmIdentifier, data: BufferSource): Promise<ArrayBuffer>; - /** - * Using the method and parameters specified by `algorithm` and the keying material provided by `key`, - * `subtle.encrypt()` attempts to encipher `data`. If successful, - * the returned promise is resolved with an `<ArrayBuffer>` containing the encrypted result. - * - * The algorithms currently supported include: - * - * - `'RSA-OAEP'` - * - `'AES-CTR'` - * - `'AES-CBC'` - * - `'AES-GCM'` - * @since v15.0.0 - */ - encrypt(algorithm: AlgorithmIdentifier | RsaOaepParams | AesCtrParams | AesCbcParams | AesGcmParams, key: CryptoKey, data: BufferSource): Promise<ArrayBuffer>; - /** - * Exports the given key into the specified format, if supported. - * - * If the `<CryptoKey>` is not extractable, the returned promise will reject. - * - * When `format` is either `'pkcs8'` or `'spki'` and the export is successful, - * the returned promise will be resolved with an `<ArrayBuffer>` containing the exported key data. - * - * When `format` is `'jwk'` and the export is successful, the returned promise will be resolved with a - * JavaScript object conforming to the {@link https://tools.ietf.org/html/rfc7517 JSON Web Key} specification. - * @param format Must be one of `'raw'`, `'pkcs8'`, `'spki'`, or `'jwk'`. - * @returns `<Promise>` containing `<ArrayBuffer>`. - * @since v15.0.0 - */ - exportKey(format: 'jwk', key: CryptoKey): Promise<JsonWebKey>; - exportKey(format: Exclude<KeyFormat, 'jwk'>, key: CryptoKey): Promise<ArrayBuffer>; - /** - * Using the method and parameters provided in `algorithm`, - * `subtle.generateKey()` attempts to generate new keying material. - * Depending the method used, the method may generate either a single `<CryptoKey>` or a `<CryptoKeyPair>`. - * - * The `<CryptoKeyPair>` (public and private key) generating algorithms supported include: - * - * - `'RSASSA-PKCS1-v1_5'` - * - `'RSA-PSS'` - * - `'RSA-OAEP'` - * - `'ECDSA'` - * - `'Ed25519'` - * - `'Ed448'` - * - `'ECDH'` - * - `'X25519'` - * - `'X448'` - * The `<CryptoKey>` (secret key) generating algorithms supported include: - * - * - `'HMAC'` - * - `'AES-CTR'` - * - `'AES-CBC'` - * - `'AES-GCM'` - * - `'AES-KW'` - * @param keyUsages See {@link https://nodejs.org/docs/latest/api/webcrypto.html#cryptokeyusages Key usages}. - * @since v15.0.0 - */ - generateKey(algorithm: RsaHashedKeyGenParams | EcKeyGenParams, extractable: boolean, keyUsages: ReadonlyArray<KeyUsage>): Promise<CryptoKeyPair>; - generateKey(algorithm: AesKeyGenParams | HmacKeyGenParams | Pbkdf2Params, extractable: boolean, keyUsages: ReadonlyArray<KeyUsage>): Promise<CryptoKey>; - generateKey(algorithm: AlgorithmIdentifier, extractable: boolean, keyUsages: KeyUsage[]): Promise<CryptoKeyPair | CryptoKey>; - /** - * The `subtle.importKey()` method attempts to interpret the provided `keyData` as the given `format` - * to create a `<CryptoKey>` instance using the provided `algorithm`, `extractable`, and `keyUsages` arguments. - * If the import is successful, the returned promise will be resolved with the created `<CryptoKey>`. - * - * If importing a `'PBKDF2'` key, `extractable` must be `false`. - * @param format Must be one of `'raw'`, `'pkcs8'`, `'spki'`, or `'jwk'`. - * @param keyUsages See {@link https://nodejs.org/docs/latest/api/webcrypto.html#cryptokeyusages Key usages}. - * @since v15.0.0 - */ - importKey( - format: 'jwk', - keyData: JsonWebKey, - algorithm: AlgorithmIdentifier | RsaHashedImportParams | EcKeyImportParams | HmacImportParams | AesKeyAlgorithm, - extractable: boolean, - keyUsages: ReadonlyArray<KeyUsage> - ): Promise<CryptoKey>; - importKey( - format: Exclude<KeyFormat, 'jwk'>, - keyData: BufferSource, - algorithm: AlgorithmIdentifier | RsaHashedImportParams | EcKeyImportParams | HmacImportParams | AesKeyAlgorithm, - extractable: boolean, - keyUsages: KeyUsage[] - ): Promise<CryptoKey>; - /** - * Using the method and parameters given by `algorithm` and the keying material provided by `key`, - * `subtle.sign()` attempts to generate a cryptographic signature of `data`. If successful, - * the returned promise is resolved with an `<ArrayBuffer>` containing the generated signature. - * - * The algorithms currently supported include: - * - * - `'RSASSA-PKCS1-v1_5'` - * - `'RSA-PSS'` - * - `'ECDSA'` - * - `'Ed25519'` - * - `'Ed448'` - * - `'HMAC'` - * @since v15.0.0 - */ - sign(algorithm: AlgorithmIdentifier | RsaPssParams | EcdsaParams | Ed448Params, key: CryptoKey, data: BufferSource): Promise<ArrayBuffer>; - /** - * In cryptography, "wrapping a key" refers to exporting and then encrypting the keying material. - * The `subtle.unwrapKey()` method attempts to decrypt a wrapped key and create a `<CryptoKey>` instance. - * It is equivalent to calling `subtle.decrypt()` first on the encrypted key data (using the `wrappedKey`, `unwrapAlgo`, and `unwrappingKey` arguments as input) - * then passing the results in to the `subtle.importKey()` method using the `unwrappedKeyAlgo`, `extractable`, and `keyUsages` arguments as inputs. - * If successful, the returned promise is resolved with a `<CryptoKey>` object. - * - * The wrapping algorithms currently supported include: - * - * - `'RSA-OAEP'` - * - `'AES-CTR'` - * - `'AES-CBC'` - * - `'AES-GCM'` - * - `'AES-KW'` - * - * The unwrapped key algorithms supported include: - * - * - `'RSASSA-PKCS1-v1_5'` - * - `'RSA-PSS'` - * - `'RSA-OAEP'` - * - `'ECDSA'` - * - `'Ed25519'` - * - `'Ed448'` - * - `'ECDH'` - * - `'X25519'` - * - `'X448'` - * - `'HMAC'` - * - `'AES-CTR'` - * - `'AES-CBC'` - * - `'AES-GCM'` - * - `'AES-KW'` - * @param format Must be one of `'raw'`, `'pkcs8'`, `'spki'`, or `'jwk'`. - * @param keyUsages See {@link https://nodejs.org/docs/latest/api/webcrypto.html#cryptokeyusages Key usages}. - * @since v15.0.0 - */ - unwrapKey( - format: KeyFormat, - wrappedKey: BufferSource, - unwrappingKey: CryptoKey, - unwrapAlgorithm: AlgorithmIdentifier | RsaOaepParams | AesCtrParams | AesCbcParams | AesGcmParams, - unwrappedKeyAlgorithm: AlgorithmIdentifier | RsaHashedImportParams | EcKeyImportParams | HmacImportParams | AesKeyAlgorithm, - extractable: boolean, - keyUsages: KeyUsage[] - ): Promise<CryptoKey>; - /** - * Using the method and parameters given in `algorithm` and the keying material provided by `key`, - * `subtle.verify()` attempts to verify that `signature` is a valid cryptographic signature of `data`. - * The returned promise is resolved with either `true` or `false`. - * - * The algorithms currently supported include: - * - * - `'RSASSA-PKCS1-v1_5'` - * - `'RSA-PSS'` - * - `'ECDSA'` - * - `'Ed25519'` - * - `'Ed448'` - * - `'HMAC'` - * @since v15.0.0 - */ - verify(algorithm: AlgorithmIdentifier | RsaPssParams | EcdsaParams | Ed448Params, key: CryptoKey, signature: BufferSource, data: BufferSource): Promise<boolean>; - /** - * In cryptography, "wrapping a key" refers to exporting and then encrypting the keying material. - * The `subtle.wrapKey()` method exports the keying material into the format identified by `format`, - * then encrypts it using the method and parameters specified by `wrapAlgo` and the keying material provided by `wrappingKey`. - * It is the equivalent to calling `subtle.exportKey()` using `format` and `key` as the arguments, - * then passing the result to the `subtle.encrypt()` method using `wrappingKey` and `wrapAlgo` as inputs. - * If successful, the returned promise will be resolved with an `<ArrayBuffer>` containing the encrypted key data. - * - * The wrapping algorithms currently supported include: - * - * - `'RSA-OAEP'` - * - `'AES-CTR'` - * - `'AES-CBC'` - * - `'AES-GCM'` - * - `'AES-KW'` - * @param format Must be one of `'raw'`, `'pkcs8'`, `'spki'`, or `'jwk'`. - * @since v15.0.0 - */ - wrapKey(format: KeyFormat, key: CryptoKey, wrappingKey: CryptoKey, wrapAlgorithm: AlgorithmIdentifier | RsaOaepParams | AesCtrParams | AesCbcParams | AesGcmParams): Promise<ArrayBuffer>; - } - } -} -declare module 'node:crypto' { - export * from 'crypto'; -} diff --git a/software/flow/node_modules/@types/node/dgram.d.ts b/software/flow/node_modules/@types/node/dgram.d.ts deleted file mode 100755 index 247328d..0000000 --- a/software/flow/node_modules/@types/node/dgram.d.ts +++ /dev/null @@ -1,545 +0,0 @@ -/** - * The `dgram` module provides an implementation of UDP datagram sockets. - * - * ```js - * import dgram from 'dgram'; - * - * const server = dgram.createSocket('udp4'); - * - * server.on('error', (err) => { - * console.log(`server error:\n${err.stack}`); - * server.close(); - * }); - * - * server.on('message', (msg, rinfo) => { - * console.log(`server got: ${msg} from ${rinfo.address}:${rinfo.port}`); - * }); - * - * server.on('listening', () => { - * const address = server.address(); - * console.log(`server listening ${address.address}:${address.port}`); - * }); - * - * server.bind(41234); - * // Prints: server listening 0.0.0.0:41234 - * ``` - * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/dgram.js) - */ -declare module 'dgram' { - import { AddressInfo } from 'node:net'; - import * as dns from 'node:dns'; - import { EventEmitter, Abortable } from 'node:events'; - interface RemoteInfo { - address: string; - family: 'IPv4' | 'IPv6'; - port: number; - size: number; - } - interface BindOptions { - port?: number | undefined; - address?: string | undefined; - exclusive?: boolean | undefined; - fd?: number | undefined; - } - type SocketType = 'udp4' | 'udp6'; - interface SocketOptions extends Abortable { - type: SocketType; - reuseAddr?: boolean | undefined; - /** - * @default false - */ - ipv6Only?: boolean | undefined; - recvBufferSize?: number | undefined; - sendBufferSize?: number | undefined; - lookup?: ((hostname: string, options: dns.LookupOneOptions, callback: (err: NodeJS.ErrnoException | null, address: string, family: number) => void) => void) | undefined; - } - /** - * Creates a `dgram.Socket` object. Once the socket is created, calling `socket.bind()` will instruct the socket to begin listening for datagram - * messages. When `address` and `port` are not passed to `socket.bind()` the - * method will bind the socket to the "all interfaces" address on a random port - * (it does the right thing for both `udp4` and `udp6` sockets). The bound address - * and port can be retrieved using `socket.address().address` and `socket.address().port`. - * - * If the `signal` option is enabled, calling `.abort()` on the corresponding`AbortController` is similar to calling `.close()` on the socket: - * - * ```js - * const controller = new AbortController(); - * const { signal } = controller; - * const server = dgram.createSocket({ type: 'udp4', signal }); - * server.on('message', (msg, rinfo) => { - * console.log(`server got: ${msg} from ${rinfo.address}:${rinfo.port}`); - * }); - * // Later, when you want to close the server. - * controller.abort(); - * ``` - * @since v0.11.13 - * @param options Available options are: - * @param callback Attached as a listener for `'message'` events. Optional. - */ - function createSocket(type: SocketType, callback?: (msg: Buffer, rinfo: RemoteInfo) => void): Socket; - function createSocket(options: SocketOptions, callback?: (msg: Buffer, rinfo: RemoteInfo) => void): Socket; - /** - * Encapsulates the datagram functionality. - * - * New instances of `dgram.Socket` are created using {@link createSocket}. - * The `new` keyword is not to be used to create `dgram.Socket` instances. - * @since v0.1.99 - */ - class Socket extends EventEmitter { - /** - * Tells the kernel to join a multicast group at the given `multicastAddress` and`multicastInterface` using the `IP_ADD_MEMBERSHIP` socket option. If the`multicastInterface` argument is not - * specified, the operating system will choose - * one interface and will add membership to it. To add membership to every - * available interface, call `addMembership` multiple times, once per interface. - * - * When called on an unbound socket, this method will implicitly bind to a random - * port, listening on all interfaces. - * - * When sharing a UDP socket across multiple `cluster` workers, the`socket.addMembership()` function must be called only once or an`EADDRINUSE` error will occur: - * - * ```js - * import cluster from 'cluster'; - * import dgram from 'dgram'; - * - * if (cluster.isPrimary) { - * cluster.fork(); // Works ok. - * cluster.fork(); // Fails with EADDRINUSE. - * } else { - * const s = dgram.createSocket('udp4'); - * s.bind(1234, () => { - * s.addMembership('224.0.0.114'); - * }); - * } - * ``` - * @since v0.6.9 - */ - addMembership(multicastAddress: string, multicastInterface?: string): void; - /** - * Returns an object containing the address information for a socket. - * For UDP sockets, this object will contain `address`, `family` and `port`properties. - * - * This method throws `EBADF` if called on an unbound socket. - * @since v0.1.99 - */ - address(): AddressInfo; - /** - * For UDP sockets, causes the `dgram.Socket` to listen for datagram - * messages on a named `port` and optional `address`. If `port` is not - * specified or is `0`, the operating system will attempt to bind to a - * random port. If `address` is not specified, the operating system will - * attempt to listen on all addresses. Once binding is complete, a`'listening'` event is emitted and the optional `callback` function is - * called. - * - * Specifying both a `'listening'` event listener and passing a`callback` to the `socket.bind()` method is not harmful but not very - * useful. - * - * A bound datagram socket keeps the Node.js process running to receive - * datagram messages. - * - * If binding fails, an `'error'` event is generated. In rare case (e.g. - * attempting to bind with a closed socket), an `Error` may be thrown. - * - * Example of a UDP server listening on port 41234: - * - * ```js - * import dgram from 'dgram'; - * - * const server = dgram.createSocket('udp4'); - * - * server.on('error', (err) => { - * console.log(`server error:\n${err.stack}`); - * server.close(); - * }); - * - * server.on('message', (msg, rinfo) => { - * console.log(`server got: ${msg} from ${rinfo.address}:${rinfo.port}`); - * }); - * - * server.on('listening', () => { - * const address = server.address(); - * console.log(`server listening ${address.address}:${address.port}`); - * }); - * - * server.bind(41234); - * // Prints: server listening 0.0.0.0:41234 - * ``` - * @since v0.1.99 - * @param callback with no parameters. Called when binding is complete. - */ - bind(port?: number, address?: string, callback?: () => void): this; - bind(port?: number, callback?: () => void): this; - bind(callback?: () => void): this; - bind(options: BindOptions, callback?: () => void): this; - /** - * Close the underlying socket and stop listening for data on it. If a callback is - * provided, it is added as a listener for the `'close'` event. - * @since v0.1.99 - * @param callback Called when the socket has been closed. - */ - close(callback?: () => void): this; - /** - * Associates the `dgram.Socket` to a remote address and port. Every - * message sent by this handle is automatically sent to that destination. Also, - * the socket will only receive messages from that remote peer. - * Trying to call `connect()` on an already connected socket will result - * in an `ERR_SOCKET_DGRAM_IS_CONNECTED` exception. If `address` is not - * provided, `'127.0.0.1'` (for `udp4` sockets) or `'::1'` (for `udp6` sockets) - * will be used by default. Once the connection is complete, a `'connect'` event - * is emitted and the optional `callback` function is called. In case of failure, - * the `callback` is called or, failing this, an `'error'` event is emitted. - * @since v12.0.0 - * @param callback Called when the connection is completed or on error. - */ - connect(port: number, address?: string, callback?: () => void): void; - connect(port: number, callback: () => void): void; - /** - * A synchronous function that disassociates a connected `dgram.Socket` from - * its remote address. Trying to call `disconnect()` on an unbound or already - * disconnected socket will result in an `ERR_SOCKET_DGRAM_NOT_CONNECTED` exception. - * @since v12.0.0 - */ - disconnect(): void; - /** - * Instructs the kernel to leave a multicast group at `multicastAddress` using the`IP_DROP_MEMBERSHIP` socket option. This method is automatically called by the - * kernel when the socket is closed or the process terminates, so most apps will - * never have reason to call this. - * - * If `multicastInterface` is not specified, the operating system will attempt to - * drop membership on all valid interfaces. - * @since v0.6.9 - */ - dropMembership(multicastAddress: string, multicastInterface?: string): void; - /** - * This method throws `ERR_SOCKET_BUFFER_SIZE` if called on an unbound socket. - * @since v8.7.0 - * @return the `SO_RCVBUF` socket receive buffer size in bytes. - */ - getRecvBufferSize(): number; - /** - * This method throws `ERR_SOCKET_BUFFER_SIZE` if called on an unbound socket. - * @since v8.7.0 - * @return the `SO_SNDBUF` socket send buffer size in bytes. - */ - getSendBufferSize(): number; - /** - * By default, binding a socket will cause it to block the Node.js process from - * exiting as long as the socket is open. The `socket.unref()` method can be used - * to exclude the socket from the reference counting that keeps the Node.js - * process active. The `socket.ref()` method adds the socket back to the reference - * counting and restores the default behavior. - * - * Calling `socket.ref()` multiples times will have no additional effect. - * - * The `socket.ref()` method returns a reference to the socket so calls can be - * chained. - * @since v0.9.1 - */ - ref(): this; - /** - * Returns an object containing the `address`, `family`, and `port` of the remote - * endpoint. This method throws an `ERR_SOCKET_DGRAM_NOT_CONNECTED` exception - * if the socket is not connected. - * @since v12.0.0 - */ - remoteAddress(): AddressInfo; - /** - * Broadcasts a datagram on the socket. - * For connectionless sockets, the destination `port` and `address` must be - * specified. Connected sockets, on the other hand, will use their associated - * remote endpoint, so the `port` and `address` arguments must not be set. - * - * The `msg` argument contains the message to be sent. - * Depending on its type, different behavior can apply. If `msg` is a `Buffer`, - * any `TypedArray` or a `DataView`, - * the `offset` and `length` specify the offset within the `Buffer` where the - * message begins and the number of bytes in the message, respectively. - * If `msg` is a `String`, then it is automatically converted to a `Buffer`with `'utf8'` encoding. With messages that - * contain multi-byte characters, `offset` and `length` will be calculated with - * respect to `byte length` and not the character position. - * If `msg` is an array, `offset` and `length` must not be specified. - * - * The `address` argument is a string. If the value of `address` is a host name, - * DNS will be used to resolve the address of the host. If `address` is not - * provided or otherwise nullish, `'127.0.0.1'` (for `udp4` sockets) or `'::1'`(for `udp6` sockets) will be used by default. - * - * If the socket has not been previously bound with a call to `bind`, the socket - * is assigned a random port number and is bound to the "all interfaces" address - * (`'0.0.0.0'` for `udp4` sockets, `'::0'` for `udp6` sockets.) - * - * An optional `callback` function may be specified to as a way of reporting - * DNS errors or for determining when it is safe to reuse the `buf` object. - * DNS lookups delay the time to send for at least one tick of the - * Node.js event loop. - * - * The only way to know for sure that the datagram has been sent is by using a`callback`. If an error occurs and a `callback` is given, the error will be - * passed as the first argument to the `callback`. If a `callback` is not given, - * the error is emitted as an `'error'` event on the `socket` object. - * - * Offset and length are optional but both _must_ be set if either are used. - * They are supported only when the first argument is a `Buffer`, a `TypedArray`, - * or a `DataView`. - * - * This method throws `ERR_SOCKET_BAD_PORT` if called on an unbound socket. - * - * Example of sending a UDP packet to a port on `localhost`; - * - * ```js - * import dgram from 'dgram'; - * import { Buffer } from 'buffer'; - * - * const message = Buffer.from('Some bytes'); - * const client = dgram.createSocket('udp4'); - * client.send(message, 41234, 'localhost', (err) => { - * client.close(); - * }); - * ``` - * - * Example of sending a UDP packet composed of multiple buffers to a port on`127.0.0.1`; - * - * ```js - * import dgram from 'dgram'; - * import { Buffer } from 'buffer'; - * - * const buf1 = Buffer.from('Some '); - * const buf2 = Buffer.from('bytes'); - * const client = dgram.createSocket('udp4'); - * client.send([buf1, buf2], 41234, (err) => { - * client.close(); - * }); - * ``` - * - * Sending multiple buffers might be faster or slower depending on the - * application and operating system. Run benchmarks to - * determine the optimal strategy on a case-by-case basis. Generally speaking, - * however, sending multiple buffers is faster. - * - * Example of sending a UDP packet using a socket connected to a port on`localhost`: - * - * ```js - * import dgram from 'dgram'; - * import { Buffer } from 'buffer'; - * - * const message = Buffer.from('Some bytes'); - * const client = dgram.createSocket('udp4'); - * client.connect(41234, 'localhost', (err) => { - * client.send(message, (err) => { - * client.close(); - * }); - * }); - * ``` - * @since v0.1.99 - * @param msg Message to be sent. - * @param offset Offset in the buffer where the message starts. - * @param length Number of bytes in the message. - * @param port Destination port. - * @param address Destination host name or IP address. - * @param callback Called when the message has been sent. - */ - send(msg: string | Uint8Array | ReadonlyArray<any>, port?: number, address?: string, callback?: (error: Error | null, bytes: number) => void): void; - send(msg: string | Uint8Array | ReadonlyArray<any>, port?: number, callback?: (error: Error | null, bytes: number) => void): void; - send(msg: string | Uint8Array | ReadonlyArray<any>, callback?: (error: Error | null, bytes: number) => void): void; - send(msg: string | Uint8Array, offset: number, length: number, port?: number, address?: string, callback?: (error: Error | null, bytes: number) => void): void; - send(msg: string | Uint8Array, offset: number, length: number, port?: number, callback?: (error: Error | null, bytes: number) => void): void; - send(msg: string | Uint8Array, offset: number, length: number, callback?: (error: Error | null, bytes: number) => void): void; - /** - * Sets or clears the `SO_BROADCAST` socket option. When set to `true`, UDP - * packets may be sent to a local interface's broadcast address. - * - * This method throws `EBADF` if called on an unbound socket. - * @since v0.6.9 - */ - setBroadcast(flag: boolean): void; - /** - * _All references to scope in this section are referring to [IPv6 Zone Indices](https://en.wikipedia.org/wiki/IPv6_address#Scoped_literal_IPv6_addresses), which are defined by [RFC - * 4007](https://tools.ietf.org/html/rfc4007). In string form, an IP_ - * _with a scope index is written as `'IP%scope'` where scope is an interface name_ - * _or interface number._ - * - * Sets the default outgoing multicast interface of the socket to a chosen - * interface or back to system interface selection. The `multicastInterface` must - * be a valid string representation of an IP from the socket's family. - * - * For IPv4 sockets, this should be the IP configured for the desired physical - * interface. All packets sent to multicast on the socket will be sent on the - * interface determined by the most recent successful use of this call. - * - * For IPv6 sockets, `multicastInterface` should include a scope to indicate the - * interface as in the examples that follow. In IPv6, individual `send` calls can - * also use explicit scope in addresses, so only packets sent to a multicast - * address without specifying an explicit scope are affected by the most recent - * successful use of this call. - * - * This method throws `EBADF` if called on an unbound socket. - * - * #### Example: IPv6 outgoing multicast interface - * - * On most systems, where scope format uses the interface name: - * - * ```js - * const socket = dgram.createSocket('udp6'); - * - * socket.bind(1234, () => { - * socket.setMulticastInterface('::%eth1'); - * }); - * ``` - * - * On Windows, where scope format uses an interface number: - * - * ```js - * const socket = dgram.createSocket('udp6'); - * - * socket.bind(1234, () => { - * socket.setMulticastInterface('::%2'); - * }); - * ``` - * - * #### Example: IPv4 outgoing multicast interface - * - * All systems use an IP of the host on the desired physical interface: - * - * ```js - * const socket = dgram.createSocket('udp4'); - * - * socket.bind(1234, () => { - * socket.setMulticastInterface('10.0.0.2'); - * }); - * ``` - * @since v8.6.0 - */ - setMulticastInterface(multicastInterface: string): void; - /** - * Sets or clears the `IP_MULTICAST_LOOP` socket option. When set to `true`, - * multicast packets will also be received on the local interface. - * - * This method throws `EBADF` if called on an unbound socket. - * @since v0.3.8 - */ - setMulticastLoopback(flag: boolean): boolean; - /** - * Sets the `IP_MULTICAST_TTL` socket option. While TTL generally stands for - * "Time to Live", in this context it specifies the number of IP hops that a - * packet is allowed to travel through, specifically for multicast traffic. Each - * router or gateway that forwards a packet decrements the TTL. If the TTL is - * decremented to 0 by a router, it will not be forwarded. - * - * The `ttl` argument may be between 0 and 255\. The default on most systems is `1`. - * - * This method throws `EBADF` if called on an unbound socket. - * @since v0.3.8 - */ - setMulticastTTL(ttl: number): number; - /** - * Sets the `SO_RCVBUF` socket option. Sets the maximum socket receive buffer - * in bytes. - * - * This method throws `ERR_SOCKET_BUFFER_SIZE` if called on an unbound socket. - * @since v8.7.0 - */ - setRecvBufferSize(size: number): void; - /** - * Sets the `SO_SNDBUF` socket option. Sets the maximum socket send buffer - * in bytes. - * - * This method throws `ERR_SOCKET_BUFFER_SIZE` if called on an unbound socket. - * @since v8.7.0 - */ - setSendBufferSize(size: number): void; - /** - * Sets the `IP_TTL` socket option. While TTL generally stands for "Time to Live", - * in this context it specifies the number of IP hops that a packet is allowed to - * travel through. Each router or gateway that forwards a packet decrements the - * TTL. If the TTL is decremented to 0 by a router, it will not be forwarded. - * Changing TTL values is typically done for network probes or when multicasting. - * - * The `ttl` argument may be between 1 and 255\. The default on most systems - * is 64. - * - * This method throws `EBADF` if called on an unbound socket. - * @since v0.1.101 - */ - setTTL(ttl: number): number; - /** - * By default, binding a socket will cause it to block the Node.js process from - * exiting as long as the socket is open. The `socket.unref()` method can be used - * to exclude the socket from the reference counting that keeps the Node.js - * process active, allowing the process to exit even if the socket is still - * listening. - * - * Calling `socket.unref()` multiple times will have no addition effect. - * - * The `socket.unref()` method returns a reference to the socket so calls can be - * chained. - * @since v0.9.1 - */ - unref(): this; - /** - * Tells the kernel to join a source-specific multicast channel at the given`sourceAddress` and `groupAddress`, using the `multicastInterface` with the`IP_ADD_SOURCE_MEMBERSHIP` socket - * option. If the `multicastInterface` argument - * is not specified, the operating system will choose one interface and will add - * membership to it. To add membership to every available interface, call`socket.addSourceSpecificMembership()` multiple times, once per interface. - * - * When called on an unbound socket, this method will implicitly bind to a random - * port, listening on all interfaces. - * @since v13.1.0, v12.16.0 - */ - addSourceSpecificMembership(sourceAddress: string, groupAddress: string, multicastInterface?: string): void; - /** - * Instructs the kernel to leave a source-specific multicast channel at the given`sourceAddress` and `groupAddress` using the `IP_DROP_SOURCE_MEMBERSHIP`socket option. This method is - * automatically called by the kernel when the - * socket is closed or the process terminates, so most apps will never have - * reason to call this. - * - * If `multicastInterface` is not specified, the operating system will attempt to - * drop membership on all valid interfaces. - * @since v13.1.0, v12.16.0 - */ - dropSourceSpecificMembership(sourceAddress: string, groupAddress: string, multicastInterface?: string): void; - /** - * events.EventEmitter - * 1. close - * 2. connect - * 3. error - * 4. listening - * 5. message - */ - addListener(event: string, listener: (...args: any[]) => void): this; - addListener(event: 'close', listener: () => void): this; - addListener(event: 'connect', listener: () => void): this; - addListener(event: 'error', listener: (err: Error) => void): this; - addListener(event: 'listening', listener: () => void): this; - addListener(event: 'message', listener: (msg: Buffer, rinfo: RemoteInfo) => void): this; - emit(event: string | symbol, ...args: any[]): boolean; - emit(event: 'close'): boolean; - emit(event: 'connect'): boolean; - emit(event: 'error', err: Error): boolean; - emit(event: 'listening'): boolean; - emit(event: 'message', msg: Buffer, rinfo: RemoteInfo): boolean; - on(event: string, listener: (...args: any[]) => void): this; - on(event: 'close', listener: () => void): this; - on(event: 'connect', listener: () => void): this; - on(event: 'error', listener: (err: Error) => void): this; - on(event: 'listening', listener: () => void): this; - on(event: 'message', listener: (msg: Buffer, rinfo: RemoteInfo) => void): this; - once(event: string, listener: (...args: any[]) => void): this; - once(event: 'close', listener: () => void): this; - once(event: 'connect', listener: () => void): this; - once(event: 'error', listener: (err: Error) => void): this; - once(event: 'listening', listener: () => void): this; - once(event: 'message', listener: (msg: Buffer, rinfo: RemoteInfo) => void): this; - prependListener(event: string, listener: (...args: any[]) => void): this; - prependListener(event: 'close', listener: () => void): this; - prependListener(event: 'connect', listener: () => void): this; - prependListener(event: 'error', listener: (err: Error) => void): this; - prependListener(event: 'listening', listener: () => void): this; - prependListener(event: 'message', listener: (msg: Buffer, rinfo: RemoteInfo) => void): this; - prependOnceListener(event: string, listener: (...args: any[]) => void): this; - prependOnceListener(event: 'close', listener: () => void): this; - prependOnceListener(event: 'connect', listener: () => void): this; - prependOnceListener(event: 'error', listener: (err: Error) => void): this; - prependOnceListener(event: 'listening', listener: () => void): this; - prependOnceListener(event: 'message', listener: (msg: Buffer, rinfo: RemoteInfo) => void): this; - } -} -declare module 'node:dgram' { - export * from 'dgram'; -} diff --git a/software/flow/node_modules/@types/node/diagnostics_channel.d.ts b/software/flow/node_modules/@types/node/diagnostics_channel.d.ts deleted file mode 100755 index 3dcaa03..0000000 --- a/software/flow/node_modules/@types/node/diagnostics_channel.d.ts +++ /dev/null @@ -1,153 +0,0 @@ -/** - * The `diagnostics_channel` module provides an API to create named channels - * to report arbitrary message data for diagnostics purposes. - * - * It can be accessed using: - * - * ```js - * import diagnostics_channel from 'diagnostics_channel'; - * ``` - * - * It is intended that a module writer wanting to report diagnostics messages - * will create one or many top-level channels to report messages through. - * Channels may also be acquired at runtime but it is not encouraged - * due to the additional overhead of doing so. Channels may be exported for - * convenience, but as long as the name is known it can be acquired anywhere. - * - * If you intend for your module to produce diagnostics data for others to - * consume it is recommended that you include documentation of what named - * channels are used along with the shape of the message data. Channel names - * should generally include the module name to avoid collisions with data from - * other modules. - * @experimental - * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/diagnostics_channel.js) - */ -declare module 'diagnostics_channel' { - /** - * Check if there are active subscribers to the named channel. This is helpful if - * the message you want to send might be expensive to prepare. - * - * This API is optional but helpful when trying to publish messages from very - * performance-sensitive code. - * - * ```js - * import diagnostics_channel from 'diagnostics_channel'; - * - * if (diagnostics_channel.hasSubscribers('my-channel')) { - * // There are subscribers, prepare and publish message - * } - * ``` - * @since v15.1.0, v14.17.0 - * @param name The channel name - * @return If there are active subscribers - */ - function hasSubscribers(name: string | symbol): boolean; - /** - * This is the primary entry-point for anyone wanting to interact with a named - * channel. It produces a channel object which is optimized to reduce overhead at - * publish time as much as possible. - * - * ```js - * import diagnostics_channel from 'diagnostics_channel'; - * - * const channel = diagnostics_channel.channel('my-channel'); - * ``` - * @since v15.1.0, v14.17.0 - * @param name The channel name - * @return The named channel object - */ - function channel(name: string | symbol): Channel; - type ChannelListener = (message: unknown, name: string | symbol) => void; - /** - * The class `Channel` represents an individual named channel within the data - * pipeline. It is use to track subscribers and to publish messages when there - * are subscribers present. It exists as a separate object to avoid channel - * lookups at publish time, enabling very fast publish speeds and allowing - * for heavy use while incurring very minimal cost. Channels are created with {@link channel}, constructing a channel directly - * with `new Channel(name)` is not supported. - * @since v15.1.0, v14.17.0 - */ - class Channel { - readonly name: string | symbol; - /** - * Check if there are active subscribers to this channel. This is helpful if - * the message you want to send might be expensive to prepare. - * - * This API is optional but helpful when trying to publish messages from very - * performance-sensitive code. - * - * ```js - * import diagnostics_channel from 'diagnostics_channel'; - * - * const channel = diagnostics_channel.channel('my-channel'); - * - * if (channel.hasSubscribers) { - * // There are subscribers, prepare and publish message - * } - * ``` - * @since v15.1.0, v14.17.0 - */ - readonly hasSubscribers: boolean; - private constructor(name: string | symbol); - /** - * Publish a message to any subscribers to the channel. This will - * trigger message handlers synchronously so they will execute within - * the same context. - * - * ```js - * import diagnostics_channel from 'diagnostics_channel'; - * - * const channel = diagnostics_channel.channel('my-channel'); - * - * channel.publish({ - * some: 'message' - * }); - * ``` - * @since v15.1.0, v14.17.0 - * @param message The message to send to the channel subscribers - */ - publish(message: unknown): void; - /** - * Register a message handler to subscribe to this channel. This message handler - * will be run synchronously whenever a message is published to the channel. Any - * errors thrown in the message handler will trigger an `'uncaughtException'`. - * - * ```js - * import diagnostics_channel from 'diagnostics_channel'; - * - * const channel = diagnostics_channel.channel('my-channel'); - * - * channel.subscribe((message, name) => { - * // Received data - * }); - * ``` - * @since v15.1.0, v14.17.0 - * @param onMessage The handler to receive channel messages - */ - subscribe(onMessage: ChannelListener): void; - /** - * Remove a message handler previously registered to this channel with `channel.subscribe(onMessage)`. - * - * ```js - * import diagnostics_channel from 'diagnostics_channel'; - * - * const channel = diagnostics_channel.channel('my-channel'); - * - * function onMessage(message, name) { - * // Received data - * } - * - * channel.subscribe(onMessage); - * - * channel.unsubscribe(onMessage); - * ``` - * @since v15.1.0, v14.17.0 - * @param onMessage The previous subscribed handler to remove - * @return `true` if the handler was found, `false` otherwise. - */ - unsubscribe(onMessage: ChannelListener): void; - } -} -declare module 'node:diagnostics_channel' { - export * from 'diagnostics_channel'; -} diff --git a/software/flow/node_modules/@types/node/dns.d.ts b/software/flow/node_modules/@types/node/dns.d.ts deleted file mode 100755 index 305367b..0000000 --- a/software/flow/node_modules/@types/node/dns.d.ts +++ /dev/null @@ -1,659 +0,0 @@ -/** - * The `dns` module enables name resolution. For example, use it to look up IP - * addresses of host names. - * - * Although named for the [Domain Name System (DNS)](https://en.wikipedia.org/wiki/Domain_Name_System), it does not always use the - * DNS protocol for lookups. {@link lookup} uses the operating system - * facilities to perform name resolution. It may not need to perform any network - * communication. To perform name resolution the way other applications on the same - * system do, use {@link lookup}. - * - * ```js - * const dns = require('dns'); - * - * dns.lookup('example.org', (err, address, family) => { - * console.log('address: %j family: IPv%s', address, family); - * }); - * // address: "93.184.216.34" family: IPv4 - * ``` - * - * All other functions in the `dns` module connect to an actual DNS server to - * perform name resolution. They will always use the network to perform DNS - * queries. These functions do not use the same set of configuration files used by {@link lookup} (e.g. `/etc/hosts`). Use these functions to always perform - * DNS queries, bypassing other name-resolution facilities. - * - * ```js - * const dns = require('dns'); - * - * dns.resolve4('archive.org', (err, addresses) => { - * if (err) throw err; - * - * console.log(`addresses: ${JSON.stringify(addresses)}`); - * - * addresses.forEach((a) => { - * dns.reverse(a, (err, hostnames) => { - * if (err) { - * throw err; - * } - * console.log(`reverse for ${a}: ${JSON.stringify(hostnames)}`); - * }); - * }); - * }); - * ``` - * - * See the `Implementation considerations section` for more information. - * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/dns.js) - */ -declare module 'dns' { - import * as dnsPromises from 'node:dns/promises'; - // Supported getaddrinfo flags. - export const ADDRCONFIG: number; - export const V4MAPPED: number; - /** - * If `dns.V4MAPPED` is specified, return resolved IPv6 addresses as - * well as IPv4 mapped IPv6 addresses. - */ - export const ALL: number; - export interface LookupOptions { - family?: number | undefined; - hints?: number | undefined; - all?: boolean | undefined; - /** - * @default true - */ - verbatim?: boolean | undefined; - } - export interface LookupOneOptions extends LookupOptions { - all?: false | undefined; - } - export interface LookupAllOptions extends LookupOptions { - all: true; - } - export interface LookupAddress { - address: string; - family: number; - } - /** - * Resolves a host name (e.g. `'nodejs.org'`) into the first found A (IPv4) or - * AAAA (IPv6) record. All `option` properties are optional. If `options` is an - * integer, then it must be `4` or `6` – if `options` is not provided, then IPv4 - * and IPv6 addresses are both returned if found. - * - * With the `all` option set to `true`, the arguments for `callback` change to`(err, addresses)`, with `addresses` being an array of objects with the - * properties `address` and `family`. - * - * On error, `err` is an `Error` object, where `err.code` is the error code. - * Keep in mind that `err.code` will be set to `'ENOTFOUND'` not only when - * the host name does not exist but also when the lookup fails in other ways - * such as no available file descriptors. - * - * `dns.lookup()` does not necessarily have anything to do with the DNS protocol. - * The implementation uses an operating system facility that can associate names - * with addresses, and vice versa. This implementation can have subtle but - * important consequences on the behavior of any Node.js program. Please take some - * time to consult the `Implementation considerations section` before using`dns.lookup()`. - * - * Example usage: - * - * ```js - * const dns = require('dns'); - * const options = { - * family: 6, - * hints: dns.ADDRCONFIG | dns.V4MAPPED, - * }; - * dns.lookup('example.com', options, (err, address, family) => - * console.log('address: %j family: IPv%s', address, family)); - * // address: "2606:2800:220:1:248:1893:25c8:1946" family: IPv6 - * - * // When options.all is true, the result will be an Array. - * options.all = true; - * dns.lookup('example.com', options, (err, addresses) => - * console.log('addresses: %j', addresses)); - * // addresses: [{"address":"2606:2800:220:1:248:1893:25c8:1946","family":6}] - * ``` - * - * If this method is invoked as its `util.promisify()` ed version, and `all`is not set to `true`, it returns a `Promise` for an `Object` with `address` and`family` properties. - * @since v0.1.90 - */ - export function lookup(hostname: string, family: number, callback: (err: NodeJS.ErrnoException | null, address: string, family: number) => void): void; - export function lookup(hostname: string, options: LookupOneOptions, callback: (err: NodeJS.ErrnoException | null, address: string, family: number) => void): void; - export function lookup(hostname: string, options: LookupAllOptions, callback: (err: NodeJS.ErrnoException | null, addresses: LookupAddress[]) => void): void; - export function lookup(hostname: string, options: LookupOptions, callback: (err: NodeJS.ErrnoException | null, address: string | LookupAddress[], family: number) => void): void; - export function lookup(hostname: string, callback: (err: NodeJS.ErrnoException | null, address: string, family: number) => void): void; - export namespace lookup { - function __promisify__(hostname: string, options: LookupAllOptions): Promise<LookupAddress[]>; - function __promisify__(hostname: string, options?: LookupOneOptions | number): Promise<LookupAddress>; - function __promisify__(hostname: string, options: LookupOptions): Promise<LookupAddress | LookupAddress[]>; - } - /** - * Resolves the given `address` and `port` into a host name and service using - * the operating system's underlying `getnameinfo` implementation. - * - * If `address` is not a valid IP address, a `TypeError` will be thrown. - * The `port` will be coerced to a number. If it is not a legal port, a `TypeError`will be thrown. - * - * On an error, `err` is an `Error` object, where `err.code` is the error code. - * - * ```js - * const dns = require('dns'); - * dns.lookupService('127.0.0.1', 22, (err, hostname, service) => { - * console.log(hostname, service); - * // Prints: localhost ssh - * }); - * ``` - * - * If this method is invoked as its `util.promisify()` ed version, it returns a`Promise` for an `Object` with `hostname` and `service` properties. - * @since v0.11.14 - */ - export function lookupService(address: string, port: number, callback: (err: NodeJS.ErrnoException | null, hostname: string, service: string) => void): void; - export namespace lookupService { - function __promisify__( - address: string, - port: number - ): Promise<{ - hostname: string; - service: string; - }>; - } - export interface ResolveOptions { - ttl: boolean; - } - export interface ResolveWithTtlOptions extends ResolveOptions { - ttl: true; - } - export interface RecordWithTtl { - address: string; - ttl: number; - } - /** @deprecated Use `AnyARecord` or `AnyAaaaRecord` instead. */ - export type AnyRecordWithTtl = AnyARecord | AnyAaaaRecord; - export interface AnyARecord extends RecordWithTtl { - type: 'A'; - } - export interface AnyAaaaRecord extends RecordWithTtl { - type: 'AAAA'; - } - export interface CaaRecord { - critial: number; - issue?: string | undefined; - issuewild?: string | undefined; - iodef?: string | undefined; - contactemail?: string | undefined; - contactphone?: string | undefined; - } - export interface MxRecord { - priority: number; - exchange: string; - } - export interface AnyMxRecord extends MxRecord { - type: 'MX'; - } - export interface NaptrRecord { - flags: string; - service: string; - regexp: string; - replacement: string; - order: number; - preference: number; - } - export interface AnyNaptrRecord extends NaptrRecord { - type: 'NAPTR'; - } - export interface SoaRecord { - nsname: string; - hostmaster: string; - serial: number; - refresh: number; - retry: number; - expire: number; - minttl: number; - } - export interface AnySoaRecord extends SoaRecord { - type: 'SOA'; - } - export interface SrvRecord { - priority: number; - weight: number; - port: number; - name: string; - } - export interface AnySrvRecord extends SrvRecord { - type: 'SRV'; - } - export interface AnyTxtRecord { - type: 'TXT'; - entries: string[]; - } - export interface AnyNsRecord { - type: 'NS'; - value: string; - } - export interface AnyPtrRecord { - type: 'PTR'; - value: string; - } - export interface AnyCnameRecord { - type: 'CNAME'; - value: string; - } - export type AnyRecord = AnyARecord | AnyAaaaRecord | AnyCnameRecord | AnyMxRecord | AnyNaptrRecord | AnyNsRecord | AnyPtrRecord | AnySoaRecord | AnySrvRecord | AnyTxtRecord; - /** - * Uses the DNS protocol to resolve a host name (e.g. `'nodejs.org'`) into an array - * of the resource records. The `callback` function has arguments`(err, records)`. When successful, `records` will be an array of resource - * records. The type and structure of individual results varies based on `rrtype`: - * - * <omitted> - * - * On error, `err` is an `Error` object, where `err.code` is one of the `DNS error codes`. - * @since v0.1.27 - * @param hostname Host name to resolve. - * @param [rrtype='A'] Resource record type. - */ - export function resolve(hostname: string, callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void): void; - export function resolve(hostname: string, rrtype: 'A', callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void): void; - export function resolve(hostname: string, rrtype: 'AAAA', callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void): void; - export function resolve(hostname: string, rrtype: 'ANY', callback: (err: NodeJS.ErrnoException | null, addresses: AnyRecord[]) => void): void; - export function resolve(hostname: string, rrtype: 'CNAME', callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void): void; - export function resolve(hostname: string, rrtype: 'MX', callback: (err: NodeJS.ErrnoException | null, addresses: MxRecord[]) => void): void; - export function resolve(hostname: string, rrtype: 'NAPTR', callback: (err: NodeJS.ErrnoException | null, addresses: NaptrRecord[]) => void): void; - export function resolve(hostname: string, rrtype: 'NS', callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void): void; - export function resolve(hostname: string, rrtype: 'PTR', callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void): void; - export function resolve(hostname: string, rrtype: 'SOA', callback: (err: NodeJS.ErrnoException | null, addresses: SoaRecord) => void): void; - export function resolve(hostname: string, rrtype: 'SRV', callback: (err: NodeJS.ErrnoException | null, addresses: SrvRecord[]) => void): void; - export function resolve(hostname: string, rrtype: 'TXT', callback: (err: NodeJS.ErrnoException | null, addresses: string[][]) => void): void; - export function resolve( - hostname: string, - rrtype: string, - callback: (err: NodeJS.ErrnoException | null, addresses: string[] | MxRecord[] | NaptrRecord[] | SoaRecord | SrvRecord[] | string[][] | AnyRecord[]) => void - ): void; - export namespace resolve { - function __promisify__(hostname: string, rrtype?: 'A' | 'AAAA' | 'CNAME' | 'NS' | 'PTR'): Promise<string[]>; - function __promisify__(hostname: string, rrtype: 'ANY'): Promise<AnyRecord[]>; - function __promisify__(hostname: string, rrtype: 'MX'): Promise<MxRecord[]>; - function __promisify__(hostname: string, rrtype: 'NAPTR'): Promise<NaptrRecord[]>; - function __promisify__(hostname: string, rrtype: 'SOA'): Promise<SoaRecord>; - function __promisify__(hostname: string, rrtype: 'SRV'): Promise<SrvRecord[]>; - function __promisify__(hostname: string, rrtype: 'TXT'): Promise<string[][]>; - function __promisify__(hostname: string, rrtype: string): Promise<string[] | MxRecord[] | NaptrRecord[] | SoaRecord | SrvRecord[] | string[][] | AnyRecord[]>; - } - /** - * Uses the DNS protocol to resolve a IPv4 addresses (`A` records) for the`hostname`. The `addresses` argument passed to the `callback` function - * will contain an array of IPv4 addresses (e.g.`['74.125.79.104', '74.125.79.105', '74.125.79.106']`). - * @since v0.1.16 - * @param hostname Host name to resolve. - */ - export function resolve4(hostname: string, callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void): void; - export function resolve4(hostname: string, options: ResolveWithTtlOptions, callback: (err: NodeJS.ErrnoException | null, addresses: RecordWithTtl[]) => void): void; - export function resolve4(hostname: string, options: ResolveOptions, callback: (err: NodeJS.ErrnoException | null, addresses: string[] | RecordWithTtl[]) => void): void; - export namespace resolve4 { - function __promisify__(hostname: string): Promise<string[]>; - function __promisify__(hostname: string, options: ResolveWithTtlOptions): Promise<RecordWithTtl[]>; - function __promisify__(hostname: string, options?: ResolveOptions): Promise<string[] | RecordWithTtl[]>; - } - /** - * Uses the DNS protocol to resolve a IPv6 addresses (`AAAA` records) for the`hostname`. The `addresses` argument passed to the `callback` function - * will contain an array of IPv6 addresses. - * @since v0.1.16 - * @param hostname Host name to resolve. - */ - export function resolve6(hostname: string, callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void): void; - export function resolve6(hostname: string, options: ResolveWithTtlOptions, callback: (err: NodeJS.ErrnoException | null, addresses: RecordWithTtl[]) => void): void; - export function resolve6(hostname: string, options: ResolveOptions, callback: (err: NodeJS.ErrnoException | null, addresses: string[] | RecordWithTtl[]) => void): void; - export namespace resolve6 { - function __promisify__(hostname: string): Promise<string[]>; - function __promisify__(hostname: string, options: ResolveWithTtlOptions): Promise<RecordWithTtl[]>; - function __promisify__(hostname: string, options?: ResolveOptions): Promise<string[] | RecordWithTtl[]>; - } - /** - * Uses the DNS protocol to resolve `CNAME` records for the `hostname`. The`addresses` argument passed to the `callback` function - * will contain an array of canonical name records available for the `hostname`(e.g. `['bar.example.com']`). - * @since v0.3.2 - */ - export function resolveCname(hostname: string, callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void): void; - export namespace resolveCname { - function __promisify__(hostname: string): Promise<string[]>; - } - /** - * Uses the DNS protocol to resolve `CAA` records for the `hostname`. The`addresses` argument passed to the `callback` function - * will contain an array of certification authority authorization records - * available for the `hostname` (e.g. `[{critical: 0, iodef: 'mailto:pki@example.com'}, {critical: 128, issue: 'pki.example.com'}]`). - * @since v15.0.0, v14.17.0 - */ - export function resolveCaa(hostname: string, callback: (err: NodeJS.ErrnoException | null, records: CaaRecord[]) => void): void; - export namespace resolveCaa { - function __promisify__(hostname: string): Promise<CaaRecord[]>; - } - /** - * Uses the DNS protocol to resolve mail exchange records (`MX` records) for the`hostname`. The `addresses` argument passed to the `callback` function will - * contain an array of objects containing both a `priority` and `exchange`property (e.g. `[{priority: 10, exchange: 'mx.example.com'}, ...]`). - * @since v0.1.27 - */ - export function resolveMx(hostname: string, callback: (err: NodeJS.ErrnoException | null, addresses: MxRecord[]) => void): void; - export namespace resolveMx { - function __promisify__(hostname: string): Promise<MxRecord[]>; - } - /** - * Uses the DNS protocol to resolve regular expression based records (`NAPTR`records) for the `hostname`. The `addresses` argument passed to the `callback`function will contain an array of - * objects with the following properties: - * - * * `flags` - * * `service` - * * `regexp` - * * `replacement` - * * `order` - * * `preference` - * - * ```js - * { - * flags: 's', - * service: 'SIP+D2U', - * regexp: '', - * replacement: '_sip._udp.example.com', - * order: 30, - * preference: 100 - * } - * ``` - * @since v0.9.12 - */ - export function resolveNaptr(hostname: string, callback: (err: NodeJS.ErrnoException | null, addresses: NaptrRecord[]) => void): void; - export namespace resolveNaptr { - function __promisify__(hostname: string): Promise<NaptrRecord[]>; - } - /** - * Uses the DNS protocol to resolve name server records (`NS` records) for the`hostname`. The `addresses` argument passed to the `callback` function will - * contain an array of name server records available for `hostname`(e.g. `['ns1.example.com', 'ns2.example.com']`). - * @since v0.1.90 - */ - export function resolveNs(hostname: string, callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void): void; - export namespace resolveNs { - function __promisify__(hostname: string): Promise<string[]>; - } - /** - * Uses the DNS protocol to resolve pointer records (`PTR` records) for the`hostname`. The `addresses` argument passed to the `callback` function will - * be an array of strings containing the reply records. - * @since v6.0.0 - */ - export function resolvePtr(hostname: string, callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void): void; - export namespace resolvePtr { - function __promisify__(hostname: string): Promise<string[]>; - } - /** - * Uses the DNS protocol to resolve a start of authority record (`SOA` record) for - * the `hostname`. The `address` argument passed to the `callback` function will - * be an object with the following properties: - * - * * `nsname` - * * `hostmaster` - * * `serial` - * * `refresh` - * * `retry` - * * `expire` - * * `minttl` - * - * ```js - * { - * nsname: 'ns.example.com', - * hostmaster: 'root.example.com', - * serial: 2013101809, - * refresh: 10000, - * retry: 2400, - * expire: 604800, - * minttl: 3600 - * } - * ``` - * @since v0.11.10 - */ - export function resolveSoa(hostname: string, callback: (err: NodeJS.ErrnoException | null, address: SoaRecord) => void): void; - export namespace resolveSoa { - function __promisify__(hostname: string): Promise<SoaRecord>; - } - /** - * Uses the DNS protocol to resolve service records (`SRV` records) for the`hostname`. The `addresses` argument passed to the `callback` function will - * be an array of objects with the following properties: - * - * * `priority` - * * `weight` - * * `port` - * * `name` - * - * ```js - * { - * priority: 10, - * weight: 5, - * port: 21223, - * name: 'service.example.com' - * } - * ``` - * @since v0.1.27 - */ - export function resolveSrv(hostname: string, callback: (err: NodeJS.ErrnoException | null, addresses: SrvRecord[]) => void): void; - export namespace resolveSrv { - function __promisify__(hostname: string): Promise<SrvRecord[]>; - } - /** - * Uses the DNS protocol to resolve text queries (`TXT` records) for the`hostname`. The `records` argument passed to the `callback` function is a - * two-dimensional array of the text records available for `hostname` (e.g.`[ ['v=spf1 ip4:0.0.0.0 ', '~all' ] ]`). Each sub-array contains TXT chunks of - * one record. Depending on the use case, these could be either joined together or - * treated separately. - * @since v0.1.27 - */ - export function resolveTxt(hostname: string, callback: (err: NodeJS.ErrnoException | null, addresses: string[][]) => void): void; - export namespace resolveTxt { - function __promisify__(hostname: string): Promise<string[][]>; - } - /** - * Uses the DNS protocol to resolve all records (also known as `ANY` or `*` query). - * The `ret` argument passed to the `callback` function will be an array containing - * various types of records. Each object has a property `type` that indicates the - * type of the current record. And depending on the `type`, additional properties - * will be present on the object: - * - * <omitted> - * - * Here is an example of the `ret` object passed to the callback: - * - * ```js - * [ { type: 'A', address: '127.0.0.1', ttl: 299 }, - * { type: 'CNAME', value: 'example.com' }, - * { type: 'MX', exchange: 'alt4.aspmx.l.example.com', priority: 50 }, - * { type: 'NS', value: 'ns1.example.com' }, - * { type: 'TXT', entries: [ 'v=spf1 include:_spf.example.com ~all' ] }, - * { type: 'SOA', - * nsname: 'ns1.example.com', - * hostmaster: 'admin.example.com', - * serial: 156696742, - * refresh: 900, - * retry: 900, - * expire: 1800, - * minttl: 60 } ] - * ``` - * - * DNS server operators may choose not to respond to `ANY`queries. It may be better to call individual methods like {@link resolve4},{@link resolveMx}, and so on. For more details, see [RFC - * 8482](https://tools.ietf.org/html/rfc8482). - */ - export function resolveAny(hostname: string, callback: (err: NodeJS.ErrnoException | null, addresses: AnyRecord[]) => void): void; - export namespace resolveAny { - function __promisify__(hostname: string): Promise<AnyRecord[]>; - } - /** - * Performs a reverse DNS query that resolves an IPv4 or IPv6 address to an - * array of host names. - * - * On error, `err` is an `Error` object, where `err.code` is - * one of the `DNS error codes`. - * @since v0.1.16 - */ - export function reverse(ip: string, callback: (err: NodeJS.ErrnoException | null, hostnames: string[]) => void): void; - /** - * Sets the IP address and port of servers to be used when performing DNS - * resolution. The `servers` argument is an array of [RFC 5952](https://tools.ietf.org/html/rfc5952#section-6) formatted - * addresses. If the port is the IANA default DNS port (53) it can be omitted. - * - * ```js - * dns.setServers([ - * '4.4.4.4', - * '[2001:4860:4860::8888]', - * '4.4.4.4:1053', - * '[2001:4860:4860::8888]:1053', - * ]); - * ``` - * - * An error will be thrown if an invalid address is provided. - * - * The `dns.setServers()` method must not be called while a DNS query is in - * progress. - * - * The {@link setServers} method affects only {@link resolve},`dns.resolve*()` and {@link reverse} (and specifically _not_ {@link lookup}). - * - * This method works much like [resolve.conf](https://man7.org/linux/man-pages/man5/resolv.conf.5.html). - * That is, if attempting to resolve with the first server provided results in a`NOTFOUND` error, the `resolve()` method will _not_ attempt to resolve with - * subsequent servers provided. Fallback DNS servers will only be used if the - * earlier ones time out or result in some other error. - * @since v0.11.3 - * @param servers array of `RFC 5952` formatted addresses - */ - export function setServers(servers: ReadonlyArray<string>): void; - /** - * Returns an array of IP address strings, formatted according to [RFC 5952](https://tools.ietf.org/html/rfc5952#section-6), - * that are currently configured for DNS resolution. A string will include a port - * section if a custom port is used. - * - * ```js - * [ - * '4.4.4.4', - * '2001:4860:4860::8888', - * '4.4.4.4:1053', - * '[2001:4860:4860::8888]:1053', - * ] - * ``` - * @since v0.11.3 - */ - export function getServers(): string[]; - /** - * Set the default value of `verbatim` in {@link lookup} and `dnsPromises.lookup()`. The value could be: - * - * * `ipv4first`: sets default `verbatim` `false`. - * * `verbatim`: sets default `verbatim` `true`. - * - * The default is `ipv4first` and {@link setDefaultResultOrder} have higher - * priority than `--dns-result-order`. When using `worker threads`,{@link setDefaultResultOrder} from the main thread won't affect the default - * dns orders in workers. - * @since v16.4.0, v14.18.0 - * @param order must be `'ipv4first'` or `'verbatim'`. - */ - export function setDefaultResultOrder(order: 'ipv4first' | 'verbatim'): void; - // Error codes - export const NODATA: string; - export const FORMERR: string; - export const SERVFAIL: string; - export const NOTFOUND: string; - export const NOTIMP: string; - export const REFUSED: string; - export const BADQUERY: string; - export const BADNAME: string; - export const BADFAMILY: string; - export const BADRESP: string; - export const CONNREFUSED: string; - export const TIMEOUT: string; - export const EOF: string; - export const FILE: string; - export const NOMEM: string; - export const DESTRUCTION: string; - export const BADSTR: string; - export const BADFLAGS: string; - export const NONAME: string; - export const BADHINTS: string; - export const NOTINITIALIZED: string; - export const LOADIPHLPAPI: string; - export const ADDRGETNETWORKPARAMS: string; - export const CANCELLED: string; - export interface ResolverOptions { - timeout?: number | undefined; - /** - * @default 4 - */ - tries?: number; - } - /** - * An independent resolver for DNS requests. - * - * Creating a new resolver uses the default server settings. Setting - * the servers used for a resolver using `resolver.setServers()` does not affect - * other resolvers: - * - * ```js - * const { Resolver } = require('dns'); - * const resolver = new Resolver(); - * resolver.setServers(['4.4.4.4']); - * - * // This request will use the server at 4.4.4.4, independent of global settings. - * resolver.resolve4('example.org', (err, addresses) => { - * // ... - * }); - * ``` - * - * The following methods from the `dns` module are available: - * - * * `resolver.getServers()` - * * `resolver.resolve()` - * * `resolver.resolve4()` - * * `resolver.resolve6()` - * * `resolver.resolveAny()` - * * `resolver.resolveCaa()` - * * `resolver.resolveCname()` - * * `resolver.resolveMx()` - * * `resolver.resolveNaptr()` - * * `resolver.resolveNs()` - * * `resolver.resolvePtr()` - * * `resolver.resolveSoa()` - * * `resolver.resolveSrv()` - * * `resolver.resolveTxt()` - * * `resolver.reverse()` - * * `resolver.setServers()` - * @since v8.3.0 - */ - export class Resolver { - constructor(options?: ResolverOptions); - /** - * Cancel all outstanding DNS queries made by this resolver. The corresponding - * callbacks will be called with an error with code `ECANCELLED`. - * @since v8.3.0 - */ - cancel(): void; - getServers: typeof getServers; - resolve: typeof resolve; - resolve4: typeof resolve4; - resolve6: typeof resolve6; - resolveAny: typeof resolveAny; - resolveCname: typeof resolveCname; - resolveMx: typeof resolveMx; - resolveNaptr: typeof resolveNaptr; - resolveNs: typeof resolveNs; - resolvePtr: typeof resolvePtr; - resolveSoa: typeof resolveSoa; - resolveSrv: typeof resolveSrv; - resolveTxt: typeof resolveTxt; - reverse: typeof reverse; - /** - * The resolver instance will send its requests from the specified IP address. - * This allows programs to specify outbound interfaces when used on multi-homed - * systems. - * - * If a v4 or v6 address is not specified, it is set to the default, and the - * operating system will choose a local address automatically. - * - * The resolver will use the v4 local address when making requests to IPv4 DNS - * servers, and the v6 local address when making requests to IPv6 DNS servers. - * The `rrtype` of resolution requests has no impact on the local address used. - * @since v15.1.0, v14.17.0 - * @param [ipv4='0.0.0.0'] A string representation of an IPv4 address. - * @param [ipv6='::0'] A string representation of an IPv6 address. - */ - setLocalAddress(ipv4?: string, ipv6?: string): void; - setServers: typeof setServers; - } - export { dnsPromises as promises }; -} -declare module 'node:dns' { - export * from 'dns'; -} diff --git a/software/flow/node_modules/@types/node/dns/promises.d.ts b/software/flow/node_modules/@types/node/dns/promises.d.ts deleted file mode 100755 index 77cd807..0000000 --- a/software/flow/node_modules/@types/node/dns/promises.d.ts +++ /dev/null @@ -1,370 +0,0 @@ -/** - * The `dns.promises` API provides an alternative set of asynchronous DNS methods - * that return `Promise` objects rather than using callbacks. The API is accessible - * via `require('dns').promises` or `require('dns/promises')`. - * @since v10.6.0 - */ -declare module 'dns/promises' { - import { - LookupAddress, - LookupOneOptions, - LookupAllOptions, - LookupOptions, - AnyRecord, - CaaRecord, - MxRecord, - NaptrRecord, - SoaRecord, - SrvRecord, - ResolveWithTtlOptions, - RecordWithTtl, - ResolveOptions, - ResolverOptions, - } from 'node:dns'; - /** - * Returns an array of IP address strings, formatted according to [RFC 5952](https://tools.ietf.org/html/rfc5952#section-6), - * that are currently configured for DNS resolution. A string will include a port - * section if a custom port is used. - * - * ```js - * [ - * '4.4.4.4', - * '2001:4860:4860::8888', - * '4.4.4.4:1053', - * '[2001:4860:4860::8888]:1053', - * ] - * ``` - * @since v10.6.0 - */ - function getServers(): string[]; - /** - * Resolves a host name (e.g. `'nodejs.org'`) into the first found A (IPv4) or - * AAAA (IPv6) record. All `option` properties are optional. If `options` is an - * integer, then it must be `4` or `6` – if `options` is not provided, then IPv4 - * and IPv6 addresses are both returned if found. - * - * With the `all` option set to `true`, the `Promise` is resolved with `addresses`being an array of objects with the properties `address` and `family`. - * - * On error, the `Promise` is rejected with an `Error` object, where `err.code`is the error code. - * Keep in mind that `err.code` will be set to `'ENOTFOUND'` not only when - * the host name does not exist but also when the lookup fails in other ways - * such as no available file descriptors. - * - * `dnsPromises.lookup()` does not necessarily have anything to do with the DNS - * protocol. The implementation uses an operating system facility that can - * associate names with addresses, and vice versa. This implementation can have - * subtle but important consequences on the behavior of any Node.js program. Please - * take some time to consult the `Implementation considerations section` before - * using `dnsPromises.lookup()`. - * - * Example usage: - * - * ```js - * const dns = require('dns'); - * const dnsPromises = dns.promises; - * const options = { - * family: 6, - * hints: dns.ADDRCONFIG | dns.V4MAPPED, - * }; - * - * dnsPromises.lookup('example.com', options).then((result) => { - * console.log('address: %j family: IPv%s', result.address, result.family); - * // address: "2606:2800:220:1:248:1893:25c8:1946" family: IPv6 - * }); - * - * // When options.all is true, the result will be an Array. - * options.all = true; - * dnsPromises.lookup('example.com', options).then((result) => { - * console.log('addresses: %j', result); - * // addresses: [{"address":"2606:2800:220:1:248:1893:25c8:1946","family":6}] - * }); - * ``` - * @since v10.6.0 - */ - function lookup(hostname: string, family: number): Promise<LookupAddress>; - function lookup(hostname: string, options: LookupOneOptions): Promise<LookupAddress>; - function lookup(hostname: string, options: LookupAllOptions): Promise<LookupAddress[]>; - function lookup(hostname: string, options: LookupOptions): Promise<LookupAddress | LookupAddress[]>; - function lookup(hostname: string): Promise<LookupAddress>; - /** - * Resolves the given `address` and `port` into a host name and service using - * the operating system's underlying `getnameinfo` implementation. - * - * If `address` is not a valid IP address, a `TypeError` will be thrown. - * The `port` will be coerced to a number. If it is not a legal port, a `TypeError`will be thrown. - * - * On error, the `Promise` is rejected with an `Error` object, where `err.code`is the error code. - * - * ```js - * const dnsPromises = require('dns').promises; - * dnsPromises.lookupService('127.0.0.1', 22).then((result) => { - * console.log(result.hostname, result.service); - * // Prints: localhost ssh - * }); - * ``` - * @since v10.6.0 - */ - function lookupService( - address: string, - port: number - ): Promise<{ - hostname: string; - service: string; - }>; - /** - * Uses the DNS protocol to resolve a host name (e.g. `'nodejs.org'`) into an array - * of the resource records. When successful, the `Promise` is resolved with an - * array of resource records. The type and structure of individual results vary - * based on `rrtype`: - * - * <omitted> - * - * On error, the `Promise` is rejected with an `Error` object, where `err.code`is one of the `DNS error codes`. - * @since v10.6.0 - * @param hostname Host name to resolve. - * @param [rrtype='A'] Resource record type. - */ - function resolve(hostname: string): Promise<string[]>; - function resolve(hostname: string, rrtype: 'A'): Promise<string[]>; - function resolve(hostname: string, rrtype: 'AAAA'): Promise<string[]>; - function resolve(hostname: string, rrtype: 'ANY'): Promise<AnyRecord[]>; - function resolve(hostname: string, rrtype: 'CAA'): Promise<CaaRecord[]>; - function resolve(hostname: string, rrtype: 'CNAME'): Promise<string[]>; - function resolve(hostname: string, rrtype: 'MX'): Promise<MxRecord[]>; - function resolve(hostname: string, rrtype: 'NAPTR'): Promise<NaptrRecord[]>; - function resolve(hostname: string, rrtype: 'NS'): Promise<string[]>; - function resolve(hostname: string, rrtype: 'PTR'): Promise<string[]>; - function resolve(hostname: string, rrtype: 'SOA'): Promise<SoaRecord>; - function resolve(hostname: string, rrtype: 'SRV'): Promise<SrvRecord[]>; - function resolve(hostname: string, rrtype: 'TXT'): Promise<string[][]>; - function resolve(hostname: string, rrtype: string): Promise<string[] | MxRecord[] | NaptrRecord[] | SoaRecord | SrvRecord[] | string[][] | AnyRecord[]>; - /** - * Uses the DNS protocol to resolve IPv4 addresses (`A` records) for the`hostname`. On success, the `Promise` is resolved with an array of IPv4 - * addresses (e.g. `['74.125.79.104', '74.125.79.105', '74.125.79.106']`). - * @since v10.6.0 - * @param hostname Host name to resolve. - */ - function resolve4(hostname: string): Promise<string[]>; - function resolve4(hostname: string, options: ResolveWithTtlOptions): Promise<RecordWithTtl[]>; - function resolve4(hostname: string, options: ResolveOptions): Promise<string[] | RecordWithTtl[]>; - /** - * Uses the DNS protocol to resolve IPv6 addresses (`AAAA` records) for the`hostname`. On success, the `Promise` is resolved with an array of IPv6 - * addresses. - * @since v10.6.0 - * @param hostname Host name to resolve. - */ - function resolve6(hostname: string): Promise<string[]>; - function resolve6(hostname: string, options: ResolveWithTtlOptions): Promise<RecordWithTtl[]>; - function resolve6(hostname: string, options: ResolveOptions): Promise<string[] | RecordWithTtl[]>; - /** - * Uses the DNS protocol to resolve all records (also known as `ANY` or `*` query). - * On success, the `Promise` is resolved with an array containing various types of - * records. Each object has a property `type` that indicates the type of the - * current record. And depending on the `type`, additional properties will be - * present on the object: - * - * <omitted> - * - * Here is an example of the result object: - * - * ```js - * [ { type: 'A', address: '127.0.0.1', ttl: 299 }, - * { type: 'CNAME', value: 'example.com' }, - * { type: 'MX', exchange: 'alt4.aspmx.l.example.com', priority: 50 }, - * { type: 'NS', value: 'ns1.example.com' }, - * { type: 'TXT', entries: [ 'v=spf1 include:_spf.example.com ~all' ] }, - * { type: 'SOA', - * nsname: 'ns1.example.com', - * hostmaster: 'admin.example.com', - * serial: 156696742, - * refresh: 900, - * retry: 900, - * expire: 1800, - * minttl: 60 } ] - * ``` - * @since v10.6.0 - */ - function resolveAny(hostname: string): Promise<AnyRecord[]>; - /** - * Uses the DNS protocol to resolve `CAA` records for the `hostname`. On success, - * the `Promise` is resolved with an array of objects containing available - * certification authority authorization records available for the `hostname`(e.g. `[{critical: 0, iodef: 'mailto:pki@example.com'},{critical: 128, issue: 'pki.example.com'}]`). - * @since v15.0.0, v14.17.0 - */ - function resolveCaa(hostname: string): Promise<CaaRecord[]>; - /** - * Uses the DNS protocol to resolve `CNAME` records for the `hostname`. On success, - * the `Promise` is resolved with an array of canonical name records available for - * the `hostname` (e.g. `['bar.example.com']`). - * @since v10.6.0 - */ - function resolveCname(hostname: string): Promise<string[]>; - /** - * Uses the DNS protocol to resolve mail exchange records (`MX` records) for the`hostname`. On success, the `Promise` is resolved with an array of objects - * containing both a `priority` and `exchange` property (e.g.`[{priority: 10, exchange: 'mx.example.com'}, ...]`). - * @since v10.6.0 - */ - function resolveMx(hostname: string): Promise<MxRecord[]>; - /** - * Uses the DNS protocol to resolve regular expression based records (`NAPTR`records) for the `hostname`. On success, the `Promise` is resolved with an array - * of objects with the following properties: - * - * * `flags` - * * `service` - * * `regexp` - * * `replacement` - * * `order` - * * `preference` - * - * ```js - * { - * flags: 's', - * service: 'SIP+D2U', - * regexp: '', - * replacement: '_sip._udp.example.com', - * order: 30, - * preference: 100 - * } - * ``` - * @since v10.6.0 - */ - function resolveNaptr(hostname: string): Promise<NaptrRecord[]>; - /** - * Uses the DNS protocol to resolve name server records (`NS` records) for the`hostname`. On success, the `Promise` is resolved with an array of name server - * records available for `hostname` (e.g.`['ns1.example.com', 'ns2.example.com']`). - * @since v10.6.0 - */ - function resolveNs(hostname: string): Promise<string[]>; - /** - * Uses the DNS protocol to resolve pointer records (`PTR` records) for the`hostname`. On success, the `Promise` is resolved with an array of strings - * containing the reply records. - * @since v10.6.0 - */ - function resolvePtr(hostname: string): Promise<string[]>; - /** - * Uses the DNS protocol to resolve a start of authority record (`SOA` record) for - * the `hostname`. On success, the `Promise` is resolved with an object with the - * following properties: - * - * * `nsname` - * * `hostmaster` - * * `serial` - * * `refresh` - * * `retry` - * * `expire` - * * `minttl` - * - * ```js - * { - * nsname: 'ns.example.com', - * hostmaster: 'root.example.com', - * serial: 2013101809, - * refresh: 10000, - * retry: 2400, - * expire: 604800, - * minttl: 3600 - * } - * ``` - * @since v10.6.0 - */ - function resolveSoa(hostname: string): Promise<SoaRecord>; - /** - * Uses the DNS protocol to resolve service records (`SRV` records) for the`hostname`. On success, the `Promise` is resolved with an array of objects with - * the following properties: - * - * * `priority` - * * `weight` - * * `port` - * * `name` - * - * ```js - * { - * priority: 10, - * weight: 5, - * port: 21223, - * name: 'service.example.com' - * } - * ``` - * @since v10.6.0 - */ - function resolveSrv(hostname: string): Promise<SrvRecord[]>; - /** - * Uses the DNS protocol to resolve text queries (`TXT` records) for the`hostname`. On success, the `Promise` is resolved with a two-dimensional array - * of the text records available for `hostname` (e.g.`[ ['v=spf1 ip4:0.0.0.0 ', '~all' ] ]`). Each sub-array contains TXT chunks of - * one record. Depending on the use case, these could be either joined together or - * treated separately. - * @since v10.6.0 - */ - function resolveTxt(hostname: string): Promise<string[][]>; - /** - * Performs a reverse DNS query that resolves an IPv4 or IPv6 address to an - * array of host names. - * - * On error, the `Promise` is rejected with an `Error` object, where `err.code`is one of the `DNS error codes`. - * @since v10.6.0 - */ - function reverse(ip: string): Promise<string[]>; - /** - * Sets the IP address and port of servers to be used when performing DNS - * resolution. The `servers` argument is an array of [RFC 5952](https://tools.ietf.org/html/rfc5952#section-6) formatted - * addresses. If the port is the IANA default DNS port (53) it can be omitted. - * - * ```js - * dnsPromises.setServers([ - * '4.4.4.4', - * '[2001:4860:4860::8888]', - * '4.4.4.4:1053', - * '[2001:4860:4860::8888]:1053', - * ]); - * ``` - * - * An error will be thrown if an invalid address is provided. - * - * The `dnsPromises.setServers()` method must not be called while a DNS query is in - * progress. - * - * This method works much like [resolve.conf](https://man7.org/linux/man-pages/man5/resolv.conf.5.html). - * That is, if attempting to resolve with the first server provided results in a`NOTFOUND` error, the `resolve()` method will _not_ attempt to resolve with - * subsequent servers provided. Fallback DNS servers will only be used if the - * earlier ones time out or result in some other error. - * @since v10.6.0 - * @param servers array of `RFC 5952` formatted addresses - */ - function setServers(servers: ReadonlyArray<string>): void; - /** - * Set the default value of `verbatim` in `dns.lookup()` and `dnsPromises.lookup()`. The value could be: - * - * * `ipv4first`: sets default `verbatim` `false`. - * * `verbatim`: sets default `verbatim` `true`. - * - * The default is `ipv4first` and `dnsPromises.setDefaultResultOrder()` have - * higher priority than `--dns-result-order`. When using `worker threads`,`dnsPromises.setDefaultResultOrder()` from the main thread won't affect the - * default dns orders in workers. - * @since v16.4.0, v14.18.0 - * @param order must be `'ipv4first'` or `'verbatim'`. - */ - function setDefaultResultOrder(order: 'ipv4first' | 'verbatim'): void; - class Resolver { - constructor(options?: ResolverOptions); - cancel(): void; - getServers: typeof getServers; - resolve: typeof resolve; - resolve4: typeof resolve4; - resolve6: typeof resolve6; - resolveAny: typeof resolveAny; - resolveCname: typeof resolveCname; - resolveMx: typeof resolveMx; - resolveNaptr: typeof resolveNaptr; - resolveNs: typeof resolveNs; - resolvePtr: typeof resolvePtr; - resolveSoa: typeof resolveSoa; - resolveSrv: typeof resolveSrv; - resolveTxt: typeof resolveTxt; - reverse: typeof reverse; - setLocalAddress(ipv4?: string, ipv6?: string): void; - setServers: typeof setServers; - } -} -declare module 'node:dns/promises' { - export * from 'dns/promises'; -} diff --git a/software/flow/node_modules/@types/node/dom-events.d.ts b/software/flow/node_modules/@types/node/dom-events.d.ts deleted file mode 100755 index b9c1c3a..0000000 --- a/software/flow/node_modules/@types/node/dom-events.d.ts +++ /dev/null @@ -1,126 +0,0 @@ -export {}; // Don't export anything! - -//// DOM-like Events -// NB: The Event / EventTarget / EventListener implementations below were copied -// from lib.dom.d.ts, then edited to reflect Node's documentation at -// https://nodejs.org/api/events.html#class-eventtarget. -// Please read that link to understand important implementation differences. - -// This conditional type will be the existing global Event in a browser, or -// the copy below in a Node environment. -type __Event = typeof globalThis extends { onmessage: any, Event: any } -? {} -: { - /** This is not used in Node.js and is provided purely for completeness. */ - readonly bubbles: boolean; - /** Alias for event.stopPropagation(). This is not used in Node.js and is provided purely for completeness. */ - cancelBubble: () => void; - /** True if the event was created with the cancelable option */ - readonly cancelable: boolean; - /** This is not used in Node.js and is provided purely for completeness. */ - readonly composed: boolean; - /** Returns an array containing the current EventTarget as the only entry or empty if the event is not being dispatched. This is not used in Node.js and is provided purely for completeness. */ - composedPath(): [EventTarget?] - /** Alias for event.target. */ - readonly currentTarget: EventTarget | null; - /** Is true if cancelable is true and event.preventDefault() has been called. */ - readonly defaultPrevented: boolean; - /** This is not used in Node.js and is provided purely for completeness. */ - readonly eventPhase: 0 | 2; - /** The `AbortSignal` "abort" event is emitted with `isTrusted` set to `true`. The value is `false` in all other cases. */ - readonly isTrusted: boolean; - /** Sets the `defaultPrevented` property to `true` if `cancelable` is `true`. */ - preventDefault(): void; - /** This is not used in Node.js and is provided purely for completeness. */ - returnValue: boolean; - /** Alias for event.target. */ - readonly srcElement: EventTarget | null; - /** Stops the invocation of event listeners after the current one completes. */ - stopImmediatePropagation(): void; - /** This is not used in Node.js and is provided purely for completeness. */ - stopPropagation(): void; - /** The `EventTarget` dispatching the event */ - readonly target: EventTarget | null; - /** The millisecond timestamp when the Event object was created. */ - readonly timeStamp: number; - /** Returns the type of event, e.g. "click", "hashchange", or "submit". */ - readonly type: string; -}; - -// See comment above explaining conditional type -type __EventTarget = typeof globalThis extends { onmessage: any, EventTarget: any } -? {} -: { - /** - * Adds a new handler for the `type` event. Any given `listener` is added only once per `type` and per `capture` option value. - * - * If the `once` option is true, the `listener` is removed after the next time a `type` event is dispatched. - * - * The `capture` option is not used by Node.js in any functional way other than tracking registered event listeners per the `EventTarget` specification. - * Specifically, the `capture` option is used as part of the key when registering a `listener`. - * Any individual `listener` may be added once with `capture = false`, and once with `capture = true`. - */ - addEventListener( - type: string, - listener: EventListener | EventListenerObject, - options?: AddEventListenerOptions | boolean, - ): void; - /** Dispatches a synthetic event event to target and returns true if either event's cancelable attribute value is false or its preventDefault() method was not invoked, and false otherwise. */ - dispatchEvent(event: Event): boolean; - /** Removes the event listener in target's event listener list with the same type, callback, and options. */ - removeEventListener( - type: string, - listener: EventListener | EventListenerObject, - options?: EventListenerOptions | boolean, - ): void; -}; - -interface EventInit { - bubbles?: boolean; - cancelable?: boolean; - composed?: boolean; -} - -interface EventListenerOptions { - /** Not directly used by Node.js. Added for API completeness. Default: `false`. */ - capture?: boolean; -} - -interface AddEventListenerOptions extends EventListenerOptions { - /** When `true`, the listener is automatically removed when it is first invoked. Default: `false`. */ - once?: boolean; - /** When `true`, serves as a hint that the listener will not call the `Event` object's `preventDefault()` method. Default: false. */ - passive?: boolean; -} - -interface EventListener { - (evt: Event): void; -} - -interface EventListenerObject { - handleEvent(object: Event): void; -} - -import {} from 'events'; // Make this an ambient declaration -declare global { - /** An event which takes place in the DOM. */ - interface Event extends __Event {} - var Event: typeof globalThis extends { onmessage: any, Event: infer T } - ? T - : { - prototype: __Event; - new (type: string, eventInitDict?: EventInit): __Event; - }; - - /** - * EventTarget is a DOM interface implemented by objects that can - * receive events and may have listeners for them. - */ - interface EventTarget extends __EventTarget {} - var EventTarget: typeof globalThis extends { onmessage: any, EventTarget: infer T } - ? T - : { - prototype: __EventTarget; - new (): __EventTarget; - }; -} diff --git a/software/flow/node_modules/@types/node/domain.d.ts b/software/flow/node_modules/@types/node/domain.d.ts deleted file mode 100755 index fafe68a..0000000 --- a/software/flow/node_modules/@types/node/domain.d.ts +++ /dev/null @@ -1,170 +0,0 @@ -/** - * **This module is pending deprecation.** Once a replacement API has been - * finalized, this module will be fully deprecated. Most developers should - * **not** have cause to use this module. Users who absolutely must have - * the functionality that domains provide may rely on it for the time being - * but should expect to have to migrate to a different solution - * in the future. - * - * Domains provide a way to handle multiple different IO operations as a - * single group. If any of the event emitters or callbacks registered to a - * domain emit an `'error'` event, or throw an error, then the domain object - * will be notified, rather than losing the context of the error in the`process.on('uncaughtException')` handler, or causing the program to - * exit immediately with an error code. - * @deprecated Since v1.4.2 - Deprecated - * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/domain.js) - */ -declare module 'domain' { - import EventEmitter = require('node:events'); - /** - * The `Domain` class encapsulates the functionality of routing errors and - * uncaught exceptions to the active `Domain` object. - * - * To handle the errors that it catches, listen to its `'error'` event. - */ - class Domain extends EventEmitter { - /** - * An array of timers and event emitters that have been explicitly added - * to the domain. - */ - members: Array<EventEmitter | NodeJS.Timer>; - /** - * The `enter()` method is plumbing used by the `run()`, `bind()`, and`intercept()` methods to set the active domain. It sets `domain.active` and`process.domain` to the domain, and implicitly - * pushes the domain onto the domain - * stack managed by the domain module (see {@link exit} for details on the - * domain stack). The call to `enter()` delimits the beginning of a chain of - * asynchronous calls and I/O operations bound to a domain. - * - * Calling `enter()` changes only the active domain, and does not alter the domain - * itself. `enter()` and `exit()` can be called an arbitrary number of times on a - * single domain. - */ - enter(): void; - /** - * The `exit()` method exits the current domain, popping it off the domain stack. - * Any time execution is going to switch to the context of a different chain of - * asynchronous calls, it's important to ensure that the current domain is exited. - * The call to `exit()` delimits either the end of or an interruption to the chain - * of asynchronous calls and I/O operations bound to a domain. - * - * If there are multiple, nested domains bound to the current execution context,`exit()` will exit any domains nested within this domain. - * - * Calling `exit()` changes only the active domain, and does not alter the domain - * itself. `enter()` and `exit()` can be called an arbitrary number of times on a - * single domain. - */ - exit(): void; - /** - * Run the supplied function in the context of the domain, implicitly - * binding all event emitters, timers, and lowlevel requests that are - * created in that context. Optionally, arguments can be passed to - * the function. - * - * This is the most basic way to use a domain. - * - * ```js - * const domain = require('domain'); - * const fs = require('fs'); - * const d = domain.create(); - * d.on('error', (er) => { - * console.error('Caught error!', er); - * }); - * d.run(() => { - * process.nextTick(() => { - * setTimeout(() => { // Simulating some various async stuff - * fs.open('non-existent file', 'r', (er, fd) => { - * if (er) throw er; - * // proceed... - * }); - * }, 100); - * }); - * }); - * ``` - * - * In this example, the `d.on('error')` handler will be triggered, rather - * than crashing the program. - */ - run<T>(fn: (...args: any[]) => T, ...args: any[]): T; - /** - * Explicitly adds an emitter to the domain. If any event handlers called by - * the emitter throw an error, or if the emitter emits an `'error'` event, it - * will be routed to the domain's `'error'` event, just like with implicit - * binding. - * - * This also works with timers that are returned from `setInterval()` and `setTimeout()`. If their callback function throws, it will be caught by - * the domain `'error'` handler. - * - * If the Timer or `EventEmitter` was already bound to a domain, it is removed - * from that one, and bound to this one instead. - * @param emitter emitter or timer to be added to the domain - */ - add(emitter: EventEmitter | NodeJS.Timer): void; - /** - * The opposite of {@link add}. Removes domain handling from the - * specified emitter. - * @param emitter emitter or timer to be removed from the domain - */ - remove(emitter: EventEmitter | NodeJS.Timer): void; - /** - * The returned function will be a wrapper around the supplied callback - * function. When the returned function is called, any errors that are - * thrown will be routed to the domain's `'error'` event. - * - * ```js - * const d = domain.create(); - * - * function readSomeFile(filename, cb) { - * fs.readFile(filename, 'utf8', d.bind((er, data) => { - * // If this throws, it will also be passed to the domain. - * return cb(er, data ? JSON.parse(data) : null); - * })); - * } - * - * d.on('error', (er) => { - * // An error occurred somewhere. If we throw it now, it will crash the program - * // with the normal line number and stack message. - * }); - * ``` - * @param callback The callback function - * @return The bound function - */ - bind<T extends Function>(callback: T): T; - /** - * This method is almost identical to {@link bind}. However, in - * addition to catching thrown errors, it will also intercept `Error` objects sent as the first argument to the function. - * - * In this way, the common `if (err) return callback(err);` pattern can be replaced - * with a single error handler in a single place. - * - * ```js - * const d = domain.create(); - * - * function readSomeFile(filename, cb) { - * fs.readFile(filename, 'utf8', d.intercept((data) => { - * // Note, the first argument is never passed to the - * // callback since it is assumed to be the 'Error' argument - * // and thus intercepted by the domain. - * - * // If this throws, it will also be passed to the domain - * // so the error-handling logic can be moved to the 'error' - * // event on the domain instead of being repeated throughout - * // the program. - * return cb(null, JSON.parse(data)); - * })); - * } - * - * d.on('error', (er) => { - * // An error occurred somewhere. If we throw it now, it will crash the program - * // with the normal line number and stack message. - * }); - * ``` - * @param callback The callback function - * @return The intercepted function - */ - intercept<T extends Function>(callback: T): T; - } - function create(): Domain; -} -declare module 'node:domain' { - export * from 'domain'; -} diff --git a/software/flow/node_modules/@types/node/events.d.ts b/software/flow/node_modules/@types/node/events.d.ts deleted file mode 100755 index 4633df1..0000000 --- a/software/flow/node_modules/@types/node/events.d.ts +++ /dev/null @@ -1,678 +0,0 @@ -/** - * Much of the Node.js core API is built around an idiomatic asynchronous - * event-driven architecture in which certain kinds of objects (called "emitters") - * emit named events that cause `Function` objects ("listeners") to be called. - * - * For instance: a `net.Server` object emits an event each time a peer - * connects to it; a `fs.ReadStream` emits an event when the file is opened; - * a `stream` emits an event whenever data is available to be read. - * - * All objects that emit events are instances of the `EventEmitter` class. These - * objects expose an `eventEmitter.on()` function that allows one or more - * functions to be attached to named events emitted by the object. Typically, - * event names are camel-cased strings but any valid JavaScript property key - * can be used. - * - * When the `EventEmitter` object emits an event, all of the functions attached - * to that specific event are called _synchronously_. Any values returned by the - * called listeners are _ignored_ and discarded. - * - * The following example shows a simple `EventEmitter` instance with a single - * listener. The `eventEmitter.on()` method is used to register listeners, while - * the `eventEmitter.emit()` method is used to trigger the event. - * - * ```js - * const EventEmitter = require('events'); - * - * class MyEmitter extends EventEmitter {} - * - * const myEmitter = new MyEmitter(); - * myEmitter.on('event', () => { - * console.log('an event occurred!'); - * }); - * myEmitter.emit('event'); - * ``` - * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/events.js) - */ -declare module 'events' { - // NOTE: This class is in the docs but is **not actually exported** by Node. - // If https://github.com/nodejs/node/issues/39903 gets resolved and Node - // actually starts exporting the class, uncomment below. - - // import { EventListener, EventListenerObject } from '__dom-events'; - // /** The NodeEventTarget is a Node.js-specific extension to EventTarget that emulates a subset of the EventEmitter API. */ - // interface NodeEventTarget extends EventTarget { - // /** - // * Node.js-specific extension to the `EventTarget` class that emulates the equivalent `EventEmitter` API. - // * The only difference between `addListener()` and `addEventListener()` is that addListener() will return a reference to the EventTarget. - // */ - // addListener(type: string, listener: EventListener | EventListenerObject, options?: { once: boolean }): this; - // /** Node.js-specific extension to the `EventTarget` class that returns an array of event `type` names for which event listeners are registered. */ - // eventNames(): string[]; - // /** Node.js-specific extension to the `EventTarget` class that returns the number of event listeners registered for the `type`. */ - // listenerCount(type: string): number; - // /** Node.js-specific alias for `eventTarget.removeListener()`. */ - // off(type: string, listener: EventListener | EventListenerObject): this; - // /** Node.js-specific alias for `eventTarget.addListener()`. */ - // on(type: string, listener: EventListener | EventListenerObject, options?: { once: boolean }): this; - // /** Node.js-specific extension to the `EventTarget` class that adds a `once` listener for the given event `type`. This is equivalent to calling `on` with the `once` option set to `true`. */ - // once(type: string, listener: EventListener | EventListenerObject): this; - // /** - // * Node.js-specific extension to the `EventTarget` class. - // * If `type` is specified, removes all registered listeners for `type`, - // * otherwise removes all registered listeners. - // */ - // removeAllListeners(type: string): this; - // /** - // * Node.js-specific extension to the `EventTarget` class that removes the listener for the given `type`. - // * The only difference between `removeListener()` and `removeEventListener()` is that `removeListener()` will return a reference to the `EventTarget`. - // */ - // removeListener(type: string, listener: EventListener | EventListenerObject): this; - // } - - interface EventEmitterOptions { - /** - * Enables automatic capturing of promise rejection. - */ - captureRejections?: boolean | undefined; - } - // Any EventTarget with a Node-style `once` function - interface _NodeEventTarget { - once(eventName: string | symbol, listener: (...args: any[]) => void): this; - } - // Any EventTarget with a DOM-style `addEventListener` - interface _DOMEventTarget { - addEventListener( - eventName: string, - listener: (...args: any[]) => void, - opts?: { - once: boolean; - } - ): any; - } - interface StaticEventEmitterOptions { - signal?: AbortSignal | undefined; - } - interface EventEmitter extends NodeJS.EventEmitter {} - /** - * The `EventEmitter` class is defined and exposed by the `events` module: - * - * ```js - * const EventEmitter = require('events'); - * ``` - * - * All `EventEmitter`s emit the event `'newListener'` when new listeners are - * added and `'removeListener'` when existing listeners are removed. - * - * It supports the following option: - * @since v0.1.26 - */ - class EventEmitter { - constructor(options?: EventEmitterOptions); - /** - * Creates a `Promise` that is fulfilled when the `EventEmitter` emits the given - * event or that is rejected if the `EventEmitter` emits `'error'` while waiting. - * The `Promise` will resolve with an array of all the arguments emitted to the - * given event. - * - * This method is intentionally generic and works with the web platform [EventTarget](https://dom.spec.whatwg.org/#interface-eventtarget) interface, which has no special`'error'` event - * semantics and does not listen to the `'error'` event. - * - * ```js - * const { once, EventEmitter } = require('events'); - * - * async function run() { - * const ee = new EventEmitter(); - * - * process.nextTick(() => { - * ee.emit('myevent', 42); - * }); - * - * const [value] = await once(ee, 'myevent'); - * console.log(value); - * - * const err = new Error('kaboom'); - * process.nextTick(() => { - * ee.emit('error', err); - * }); - * - * try { - * await once(ee, 'myevent'); - * } catch (err) { - * console.log('error happened', err); - * } - * } - * - * run(); - * ``` - * - * The special handling of the `'error'` event is only used when `events.once()`is used to wait for another event. If `events.once()` is used to wait for the - * '`error'` event itself, then it is treated as any other kind of event without - * special handling: - * - * ```js - * const { EventEmitter, once } = require('events'); - * - * const ee = new EventEmitter(); - * - * once(ee, 'error') - * .then(([err]) => console.log('ok', err.message)) - * .catch((err) => console.log('error', err.message)); - * - * ee.emit('error', new Error('boom')); - * - * // Prints: ok boom - * ``` - * - * An `AbortSignal` can be used to cancel waiting for the event: - * - * ```js - * const { EventEmitter, once } = require('events'); - * - * const ee = new EventEmitter(); - * const ac = new AbortController(); - * - * async function foo(emitter, event, signal) { - * try { - * await once(emitter, event, { signal }); - * console.log('event emitted!'); - * } catch (error) { - * if (error.name === 'AbortError') { - * console.error('Waiting for the event was canceled!'); - * } else { - * console.error('There was an error', error.message); - * } - * } - * } - * - * foo(ee, 'foo', ac.signal); - * ac.abort(); // Abort waiting for the event - * ee.emit('foo'); // Prints: Waiting for the event was canceled! - * ``` - * @since v11.13.0, v10.16.0 - */ - static once(emitter: _NodeEventTarget, eventName: string | symbol, options?: StaticEventEmitterOptions): Promise<any[]>; - static once(emitter: _DOMEventTarget, eventName: string, options?: StaticEventEmitterOptions): Promise<any[]>; - /** - * ```js - * const { on, EventEmitter } = require('events'); - * - * (async () => { - * const ee = new EventEmitter(); - * - * // Emit later on - * process.nextTick(() => { - * ee.emit('foo', 'bar'); - * ee.emit('foo', 42); - * }); - * - * for await (const event of on(ee, 'foo')) { - * // The execution of this inner block is synchronous and it - * // processes one event at a time (even with await). Do not use - * // if concurrent execution is required. - * console.log(event); // prints ['bar'] [42] - * } - * // Unreachable here - * })(); - * ``` - * - * Returns an `AsyncIterator` that iterates `eventName` events. It will throw - * if the `EventEmitter` emits `'error'`. It removes all listeners when - * exiting the loop. The `value` returned by each iteration is an array - * composed of the emitted event arguments. - * - * An `AbortSignal` can be used to cancel waiting on events: - * - * ```js - * const { on, EventEmitter } = require('events'); - * const ac = new AbortController(); - * - * (async () => { - * const ee = new EventEmitter(); - * - * // Emit later on - * process.nextTick(() => { - * ee.emit('foo', 'bar'); - * ee.emit('foo', 42); - * }); - * - * for await (const event of on(ee, 'foo', { signal: ac.signal })) { - * // The execution of this inner block is synchronous and it - * // processes one event at a time (even with await). Do not use - * // if concurrent execution is required. - * console.log(event); // prints ['bar'] [42] - * } - * // Unreachable here - * })(); - * - * process.nextTick(() => ac.abort()); - * ``` - * @since v13.6.0, v12.16.0 - * @param eventName The name of the event being listened for - * @return that iterates `eventName` events emitted by the `emitter` - */ - static on(emitter: NodeJS.EventEmitter, eventName: string, options?: StaticEventEmitterOptions): AsyncIterableIterator<any>; - /** - * A class method that returns the number of listeners for the given `eventName`registered on the given `emitter`. - * - * ```js - * const { EventEmitter, listenerCount } = require('events'); - * const myEmitter = new EventEmitter(); - * myEmitter.on('event', () => {}); - * myEmitter.on('event', () => {}); - * console.log(listenerCount(myEmitter, 'event')); - * // Prints: 2 - * ``` - * @since v0.9.12 - * @deprecated Since v3.2.0 - Use `listenerCount` instead. - * @param emitter The emitter to query - * @param eventName The event name - */ - static listenerCount(emitter: NodeJS.EventEmitter, eventName: string | symbol): number; - /** - * Returns a copy of the array of listeners for the event named `eventName`. - * - * For `EventEmitter`s this behaves exactly the same as calling `.listeners` on - * the emitter. - * - * For `EventTarget`s this is the only way to get the event listeners for the - * event target. This is useful for debugging and diagnostic purposes. - * - * ```js - * const { getEventListeners, EventEmitter } = require('events'); - * - * { - * const ee = new EventEmitter(); - * const listener = () => console.log('Events are fun'); - * ee.on('foo', listener); - * getEventListeners(ee, 'foo'); // [listener] - * } - * { - * const et = new EventTarget(); - * const listener = () => console.log('Events are fun'); - * et.addEventListener('foo', listener); - * getEventListeners(et, 'foo'); // [listener] - * } - * ``` - * @since v15.2.0, v14.17.0 - */ - static getEventListeners(emitter: _DOMEventTarget | NodeJS.EventEmitter, name: string | symbol): Function[]; - /** - * ```js - * const { - * setMaxListeners, - * EventEmitter - * } = require('events'); - * - * const target = new EventTarget(); - * const emitter = new EventEmitter(); - * - * setMaxListeners(5, target, emitter); - * ``` - * @since v15.4.0 - * @param n A non-negative number. The maximum number of listeners per `EventTarget` event. - * @param eventsTargets Zero or more {EventTarget} or {EventEmitter} instances. If none are specified, `n` is set as the default max for all newly created {EventTarget} and {EventEmitter} - * objects. - */ - static setMaxListeners(n?: number, ...eventTargets: Array<_DOMEventTarget | NodeJS.EventEmitter>): void; - /** - * This symbol shall be used to install a listener for only monitoring `'error'` - * events. Listeners installed using this symbol are called before the regular - * `'error'` listeners are called. - * - * Installing a listener using this symbol does not change the behavior once an - * `'error'` event is emitted, therefore the process will still crash if no - * regular `'error'` listener is installed. - */ - static readonly errorMonitor: unique symbol; - static readonly captureRejectionSymbol: unique symbol; - /** - * Sets or gets the default captureRejection value for all emitters. - */ - // TODO: These should be described using static getter/setter pairs: - static captureRejections: boolean; - static defaultMaxListeners: number; - } - import internal = require('node:events'); - namespace EventEmitter { - // Should just be `export { EventEmitter }`, but that doesn't work in TypeScript 3.4 - export { internal as EventEmitter }; - export interface Abortable { - /** - * When provided the corresponding `AbortController` can be used to cancel an asynchronous action. - */ - signal?: AbortSignal | undefined; - } - } - global { - namespace NodeJS { - interface EventEmitter { - /** - * Alias for `emitter.on(eventName, listener)`. - * @since v0.1.26 - */ - addListener(eventName: string | symbol, listener: (...args: any[]) => void): this; - /** - * Adds the `listener` function to the end of the listeners array for the - * event named `eventName`. No checks are made to see if the `listener` has - * already been added. Multiple calls passing the same combination of `eventName`and `listener` will result in the `listener` being added, and called, multiple - * times. - * - * ```js - * server.on('connection', (stream) => { - * console.log('someone connected!'); - * }); - * ``` - * - * Returns a reference to the `EventEmitter`, so that calls can be chained. - * - * By default, event listeners are invoked in the order they are added. The`emitter.prependListener()` method can be used as an alternative to add the - * event listener to the beginning of the listeners array. - * - * ```js - * const myEE = new EventEmitter(); - * myEE.on('foo', () => console.log('a')); - * myEE.prependListener('foo', () => console.log('b')); - * myEE.emit('foo'); - * // Prints: - * // b - * // a - * ``` - * @since v0.1.101 - * @param eventName The name of the event. - * @param listener The callback function - */ - on(eventName: string | symbol, listener: (...args: any[]) => void): this; - /** - * Adds a **one-time**`listener` function for the event named `eventName`. The - * next time `eventName` is triggered, this listener is removed and then invoked. - * - * ```js - * server.once('connection', (stream) => { - * console.log('Ah, we have our first user!'); - * }); - * ``` - * - * Returns a reference to the `EventEmitter`, so that calls can be chained. - * - * By default, event listeners are invoked in the order they are added. The`emitter.prependOnceListener()` method can be used as an alternative to add the - * event listener to the beginning of the listeners array. - * - * ```js - * const myEE = new EventEmitter(); - * myEE.once('foo', () => console.log('a')); - * myEE.prependOnceListener('foo', () => console.log('b')); - * myEE.emit('foo'); - * // Prints: - * // b - * // a - * ``` - * @since v0.3.0 - * @param eventName The name of the event. - * @param listener The callback function - */ - once(eventName: string | symbol, listener: (...args: any[]) => void): this; - /** - * Removes the specified `listener` from the listener array for the event named`eventName`. - * - * ```js - * const callback = (stream) => { - * console.log('someone connected!'); - * }; - * server.on('connection', callback); - * // ... - * server.removeListener('connection', callback); - * ``` - * - * `removeListener()` will remove, at most, one instance of a listener from the - * listener array. If any single listener has been added multiple times to the - * listener array for the specified `eventName`, then `removeListener()` must be - * called multiple times to remove each instance. - * - * Once an event is emitted, all listeners attached to it at the - * time of emitting are called in order. This implies that any`removeListener()` or `removeAllListeners()` calls _after_ emitting and _before_ the last listener finishes execution - * will not remove them from`emit()` in progress. Subsequent events behave as expected. - * - * ```js - * const myEmitter = new MyEmitter(); - * - * const callbackA = () => { - * console.log('A'); - * myEmitter.removeListener('event', callbackB); - * }; - * - * const callbackB = () => { - * console.log('B'); - * }; - * - * myEmitter.on('event', callbackA); - * - * myEmitter.on('event', callbackB); - * - * // callbackA removes listener callbackB but it will still be called. - * // Internal listener array at time of emit [callbackA, callbackB] - * myEmitter.emit('event'); - * // Prints: - * // A - * // B - * - * // callbackB is now removed. - * // Internal listener array [callbackA] - * myEmitter.emit('event'); - * // Prints: - * // A - * ``` - * - * Because listeners are managed using an internal array, calling this will - * change the position indices of any listener registered _after_ the listener - * being removed. This will not impact the order in which listeners are called, - * but it means that any copies of the listener array as returned by - * the `emitter.listeners()` method will need to be recreated. - * - * When a single function has been added as a handler multiple times for a single - * event (as in the example below), `removeListener()` will remove the most - * recently added instance. In the example the `once('ping')`listener is removed: - * - * ```js - * const ee = new EventEmitter(); - * - * function pong() { - * console.log('pong'); - * } - * - * ee.on('ping', pong); - * ee.once('ping', pong); - * ee.removeListener('ping', pong); - * - * ee.emit('ping'); - * ee.emit('ping'); - * ``` - * - * Returns a reference to the `EventEmitter`, so that calls can be chained. - * @since v0.1.26 - */ - removeListener(eventName: string | symbol, listener: (...args: any[]) => void): this; - /** - * Alias for `emitter.removeListener()`. - * @since v10.0.0 - */ - off(eventName: string | symbol, listener: (...args: any[]) => void): this; - /** - * Removes all listeners, or those of the specified `eventName`. - * - * It is bad practice to remove listeners added elsewhere in the code, - * particularly when the `EventEmitter` instance was created by some other - * component or module (e.g. sockets or file streams). - * - * Returns a reference to the `EventEmitter`, so that calls can be chained. - * @since v0.1.26 - */ - removeAllListeners(event?: string | symbol): this; - /** - * By default `EventEmitter`s will print a warning if more than `10` listeners are - * added for a particular event. This is a useful default that helps finding - * memory leaks. The `emitter.setMaxListeners()` method allows the limit to be - * modified for this specific `EventEmitter` instance. The value can be set to`Infinity` (or `0`) to indicate an unlimited number of listeners. - * - * Returns a reference to the `EventEmitter`, so that calls can be chained. - * @since v0.3.5 - */ - setMaxListeners(n: number): this; - /** - * Returns the current max listener value for the `EventEmitter` which is either - * set by `emitter.setMaxListeners(n)` or defaults to {@link defaultMaxListeners}. - * @since v1.0.0 - */ - getMaxListeners(): number; - /** - * Returns a copy of the array of listeners for the event named `eventName`. - * - * ```js - * server.on('connection', (stream) => { - * console.log('someone connected!'); - * }); - * console.log(util.inspect(server.listeners('connection'))); - * // Prints: [ [Function] ] - * ``` - * @since v0.1.26 - */ - listeners(eventName: string | symbol): Function[]; - /** - * Returns a copy of the array of listeners for the event named `eventName`, - * including any wrappers (such as those created by `.once()`). - * - * ```js - * const emitter = new EventEmitter(); - * emitter.once('log', () => console.log('log once')); - * - * // Returns a new Array with a function `onceWrapper` which has a property - * // `listener` which contains the original listener bound above - * const listeners = emitter.rawListeners('log'); - * const logFnWrapper = listeners[0]; - * - * // Logs "log once" to the console and does not unbind the `once` event - * logFnWrapper.listener(); - * - * // Logs "log once" to the console and removes the listener - * logFnWrapper(); - * - * emitter.on('log', () => console.log('log persistently')); - * // Will return a new Array with a single function bound by `.on()` above - * const newListeners = emitter.rawListeners('log'); - * - * // Logs "log persistently" twice - * newListeners[0](); - * emitter.emit('log'); - * ``` - * @since v9.4.0 - */ - rawListeners(eventName: string | symbol): Function[]; - /** - * Synchronously calls each of the listeners registered for the event named`eventName`, in the order they were registered, passing the supplied arguments - * to each. - * - * Returns `true` if the event had listeners, `false` otherwise. - * - * ```js - * const EventEmitter = require('events'); - * const myEmitter = new EventEmitter(); - * - * // First listener - * myEmitter.on('event', function firstListener() { - * console.log('Helloooo! first listener'); - * }); - * // Second listener - * myEmitter.on('event', function secondListener(arg1, arg2) { - * console.log(`event with parameters ${arg1}, ${arg2} in second listener`); - * }); - * // Third listener - * myEmitter.on('event', function thirdListener(...args) { - * const parameters = args.join(', '); - * console.log(`event with parameters ${parameters} in third listener`); - * }); - * - * console.log(myEmitter.listeners('event')); - * - * myEmitter.emit('event', 1, 2, 3, 4, 5); - * - * // Prints: - * // [ - * // [Function: firstListener], - * // [Function: secondListener], - * // [Function: thirdListener] - * // ] - * // Helloooo! first listener - * // event with parameters 1, 2 in second listener - * // event with parameters 1, 2, 3, 4, 5 in third listener - * ``` - * @since v0.1.26 - */ - emit(eventName: string | symbol, ...args: any[]): boolean; - /** - * Returns the number of listeners listening to the event named `eventName`. - * @since v3.2.0 - * @param eventName The name of the event being listened for - */ - listenerCount(eventName: string | symbol): number; - /** - * Adds the `listener` function to the _beginning_ of the listeners array for the - * event named `eventName`. No checks are made to see if the `listener` has - * already been added. Multiple calls passing the same combination of `eventName`and `listener` will result in the `listener` being added, and called, multiple - * times. - * - * ```js - * server.prependListener('connection', (stream) => { - * console.log('someone connected!'); - * }); - * ``` - * - * Returns a reference to the `EventEmitter`, so that calls can be chained. - * @since v6.0.0 - * @param eventName The name of the event. - * @param listener The callback function - */ - prependListener(eventName: string | symbol, listener: (...args: any[]) => void): this; - /** - * Adds a **one-time**`listener` function for the event named `eventName` to the _beginning_ of the listeners array. The next time `eventName` is triggered, this - * listener is removed, and then invoked. - * - * ```js - * server.prependOnceListener('connection', (stream) => { - * console.log('Ah, we have our first user!'); - * }); - * ``` - * - * Returns a reference to the `EventEmitter`, so that calls can be chained. - * @since v6.0.0 - * @param eventName The name of the event. - * @param listener The callback function - */ - prependOnceListener(eventName: string | symbol, listener: (...args: any[]) => void): this; - /** - * Returns an array listing the events for which the emitter has registered - * listeners. The values in the array are strings or `Symbol`s. - * - * ```js - * const EventEmitter = require('events'); - * const myEE = new EventEmitter(); - * myEE.on('foo', () => {}); - * myEE.on('bar', () => {}); - * - * const sym = Symbol('symbol'); - * myEE.on(sym, () => {}); - * - * console.log(myEE.eventNames()); - * // Prints: [ 'foo', 'bar', Symbol(symbol) ] - * ``` - * @since v6.0.0 - */ - eventNames(): Array<string | symbol>; - } - } - } - export = EventEmitter; -} -declare module 'node:events' { - import events = require('events'); - export = events; -} diff --git a/software/flow/node_modules/@types/node/fs.d.ts b/software/flow/node_modules/@types/node/fs.d.ts deleted file mode 100755 index 75c53fb..0000000 --- a/software/flow/node_modules/@types/node/fs.d.ts +++ /dev/null @@ -1,3872 +0,0 @@ -/** - * The `fs` module enables interacting with the file system in a - * way modeled on standard POSIX functions. - * - * To use the promise-based APIs: - * - * ```js - * import * as fs from 'fs/promises'; - * ``` - * - * To use the callback and sync APIs: - * - * ```js - * import * as fs from 'fs'; - * ``` - * - * All file system operations have synchronous, callback, and promise-based - * forms, and are accessible using both CommonJS syntax and ES6 Modules (ESM). - * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/fs.js) - */ -declare module 'fs' { - import * as stream from 'node:stream'; - import { Abortable, EventEmitter } from 'node:events'; - import { URL } from 'node:url'; - import * as promises from 'node:fs/promises'; - export { promises }; - /** - * Valid types for path values in "fs". - */ - export type PathLike = string | Buffer | URL; - export type PathOrFileDescriptor = PathLike | number; - export type TimeLike = string | number | Date; - export type NoParamCallback = (err: NodeJS.ErrnoException | null) => void; - export type BufferEncodingOption = - | 'buffer' - | { - encoding: 'buffer'; - }; - export interface ObjectEncodingOptions { - encoding?: BufferEncoding | null | undefined; - } - export type EncodingOption = ObjectEncodingOptions | BufferEncoding | undefined | null; - export type OpenMode = number | string; - export type Mode = number | string; - export interface StatsBase<T> { - isFile(): boolean; - isDirectory(): boolean; - isBlockDevice(): boolean; - isCharacterDevice(): boolean; - isSymbolicLink(): boolean; - isFIFO(): boolean; - isSocket(): boolean; - dev: T; - ino: T; - mode: T; - nlink: T; - uid: T; - gid: T; - rdev: T; - size: T; - blksize: T; - blocks: T; - atimeMs: T; - mtimeMs: T; - ctimeMs: T; - birthtimeMs: T; - atime: Date; - mtime: Date; - ctime: Date; - birthtime: Date; - } - export interface Stats extends StatsBase<number> {} - /** - * A `fs.Stats` object provides information about a file. - * - * Objects returned from {@link stat}, {@link lstat} and {@link fstat} and - * their synchronous counterparts are of this type. - * If `bigint` in the `options` passed to those methods is true, the numeric values - * will be `bigint` instead of `number`, and the object will contain additional - * nanosecond-precision properties suffixed with `Ns`. - * - * ```console - * Stats { - * dev: 2114, - * ino: 48064969, - * mode: 33188, - * nlink: 1, - * uid: 85, - * gid: 100, - * rdev: 0, - * size: 527, - * blksize: 4096, - * blocks: 8, - * atimeMs: 1318289051000.1, - * mtimeMs: 1318289051000.1, - * ctimeMs: 1318289051000.1, - * birthtimeMs: 1318289051000.1, - * atime: Mon, 10 Oct 2011 23:24:11 GMT, - * mtime: Mon, 10 Oct 2011 23:24:11 GMT, - * ctime: Mon, 10 Oct 2011 23:24:11 GMT, - * birthtime: Mon, 10 Oct 2011 23:24:11 GMT } - * ``` - * - * `bigint` version: - * - * ```console - * BigIntStats { - * dev: 2114n, - * ino: 48064969n, - * mode: 33188n, - * nlink: 1n, - * uid: 85n, - * gid: 100n, - * rdev: 0n, - * size: 527n, - * blksize: 4096n, - * blocks: 8n, - * atimeMs: 1318289051000n, - * mtimeMs: 1318289051000n, - * ctimeMs: 1318289051000n, - * birthtimeMs: 1318289051000n, - * atimeNs: 1318289051000000000n, - * mtimeNs: 1318289051000000000n, - * ctimeNs: 1318289051000000000n, - * birthtimeNs: 1318289051000000000n, - * atime: Mon, 10 Oct 2011 23:24:11 GMT, - * mtime: Mon, 10 Oct 2011 23:24:11 GMT, - * ctime: Mon, 10 Oct 2011 23:24:11 GMT, - * birthtime: Mon, 10 Oct 2011 23:24:11 GMT } - * ``` - * @since v0.1.21 - */ - export class Stats {} - /** - * A representation of a directory entry, which can be a file or a subdirectory - * within the directory, as returned by reading from an `fs.Dir`. The - * directory entry is a combination of the file name and file type pairs. - * - * Additionally, when {@link readdir} or {@link readdirSync} is called with - * the `withFileTypes` option set to `true`, the resulting array is filled with `fs.Dirent` objects, rather than strings or `Buffer` s. - * @since v10.10.0 - */ - export class Dirent { - /** - * Returns `true` if the `fs.Dirent` object describes a regular file. - * @since v10.10.0 - */ - isFile(): boolean; - /** - * Returns `true` if the `fs.Dirent` object describes a file system - * directory. - * @since v10.10.0 - */ - isDirectory(): boolean; - /** - * Returns `true` if the `fs.Dirent` object describes a block device. - * @since v10.10.0 - */ - isBlockDevice(): boolean; - /** - * Returns `true` if the `fs.Dirent` object describes a character device. - * @since v10.10.0 - */ - isCharacterDevice(): boolean; - /** - * Returns `true` if the `fs.Dirent` object describes a symbolic link. - * @since v10.10.0 - */ - isSymbolicLink(): boolean; - /** - * Returns `true` if the `fs.Dirent` object describes a first-in-first-out - * (FIFO) pipe. - * @since v10.10.0 - */ - isFIFO(): boolean; - /** - * Returns `true` if the `fs.Dirent` object describes a socket. - * @since v10.10.0 - */ - isSocket(): boolean; - /** - * The file name that this `fs.Dirent` object refers to. The type of this - * value is determined by the `options.encoding` passed to {@link readdir} or {@link readdirSync}. - * @since v10.10.0 - */ - name: string; - } - /** - * A class representing a directory stream. - * - * Created by {@link opendir}, {@link opendirSync}, or `fsPromises.opendir()`. - * - * ```js - * import { opendir } from 'fs/promises'; - * - * try { - * const dir = await opendir('./'); - * for await (const dirent of dir) - * console.log(dirent.name); - * } catch (err) { - * console.error(err); - * } - * ``` - * - * When using the async iterator, the `fs.Dir` object will be automatically - * closed after the iterator exits. - * @since v12.12.0 - */ - export class Dir implements AsyncIterable<Dirent> { - /** - * The read-only path of this directory as was provided to {@link opendir},{@link opendirSync}, or `fsPromises.opendir()`. - * @since v12.12.0 - */ - readonly path: string; - /** - * Asynchronously iterates over the directory via `readdir(3)` until all entries have been read. - */ - [Symbol.asyncIterator](): AsyncIterableIterator<Dirent>; - /** - * Asynchronously close the directory's underlying resource handle. - * Subsequent reads will result in errors. - * - * A promise is returned that will be resolved after the resource has been - * closed. - * @since v12.12.0 - */ - close(): Promise<void>; - close(cb: NoParamCallback): void; - /** - * Synchronously close the directory's underlying resource handle. - * Subsequent reads will result in errors. - * @since v12.12.0 - */ - closeSync(): void; - /** - * Asynchronously read the next directory entry via [`readdir(3)`](http://man7.org/linux/man-pages/man3/readdir.3.html) as an `fs.Dirent`. - * - * A promise is returned that will be resolved with an `fs.Dirent`, or `null`if there are no more directory entries to read. - * - * Directory entries returned by this function are in no particular order as - * provided by the operating system's underlying directory mechanisms. - * Entries added or removed while iterating over the directory might not be - * included in the iteration results. - * @since v12.12.0 - * @return containing {fs.Dirent|null} - */ - read(): Promise<Dirent | null>; - read(cb: (err: NodeJS.ErrnoException | null, dirEnt: Dirent | null) => void): void; - /** - * Synchronously read the next directory entry as an `fs.Dirent`. See the - * POSIX [`readdir(3)`](http://man7.org/linux/man-pages/man3/readdir.3.html) documentation for more detail. - * - * If there are no more directory entries to read, `null` will be returned. - * - * Directory entries returned by this function are in no particular order as - * provided by the operating system's underlying directory mechanisms. - * Entries added or removed while iterating over the directory might not be - * included in the iteration results. - * @since v12.12.0 - */ - readSync(): Dirent | null; - } - /** - * Class: fs.StatWatcher - * @since v14.3.0, v12.20.0 - * Extends `EventEmitter` - * A successful call to {@link watchFile} method will return a new fs.StatWatcher object. - */ - export interface StatWatcher extends EventEmitter { - /** - * When called, requests that the Node.js event loop _not_ exit so long as the `fs.StatWatcher` is active. Calling `watcher.ref()` multiple times will have - * no effect. - * - * By default, all `fs.StatWatcher` objects are "ref'ed", making it normally - * unnecessary to call `watcher.ref()` unless `watcher.unref()` had been - * called previously. - * @since v14.3.0, v12.20.0 - */ - ref(): this; - /** - * When called, the active `fs.StatWatcher` object will not require the Node.js - * event loop to remain active. If there is no other activity keeping the - * event loop running, the process may exit before the `fs.StatWatcher` object's - * callback is invoked. Calling `watcher.unref()` multiple times will have - * no effect. - * @since v14.3.0, v12.20.0 - */ - unref(): this; - } - export interface FSWatcher extends EventEmitter { - /** - * Stop watching for changes on the given `fs.FSWatcher`. Once stopped, the `fs.FSWatcher` object is no longer usable. - * @since v0.5.8 - */ - close(): void; - /** - * events.EventEmitter - * 1. change - * 2. error - */ - addListener(event: string, listener: (...args: any[]) => void): this; - addListener(event: 'change', listener: (eventType: string, filename: string | Buffer) => void): this; - addListener(event: 'error', listener: (error: Error) => void): this; - addListener(event: 'close', listener: () => void): this; - on(event: string, listener: (...args: any[]) => void): this; - on(event: 'change', listener: (eventType: string, filename: string | Buffer) => void): this; - on(event: 'error', listener: (error: Error) => void): this; - on(event: 'close', listener: () => void): this; - once(event: string, listener: (...args: any[]) => void): this; - once(event: 'change', listener: (eventType: string, filename: string | Buffer) => void): this; - once(event: 'error', listener: (error: Error) => void): this; - once(event: 'close', listener: () => void): this; - prependListener(event: string, listener: (...args: any[]) => void): this; - prependListener(event: 'change', listener: (eventType: string, filename: string | Buffer) => void): this; - prependListener(event: 'error', listener: (error: Error) => void): this; - prependListener(event: 'close', listener: () => void): this; - prependOnceListener(event: string, listener: (...args: any[]) => void): this; - prependOnceListener(event: 'change', listener: (eventType: string, filename: string | Buffer) => void): this; - prependOnceListener(event: 'error', listener: (error: Error) => void): this; - prependOnceListener(event: 'close', listener: () => void): this; - } - /** - * Instances of `fs.ReadStream` are created and returned using the {@link createReadStream} function. - * @since v0.1.93 - */ - export class ReadStream extends stream.Readable { - close(callback?: (err?: NodeJS.ErrnoException | null) => void): void; - /** - * The number of bytes that have been read so far. - * @since v6.4.0 - */ - bytesRead: number; - /** - * The path to the file the stream is reading from as specified in the first - * argument to `fs.createReadStream()`. If `path` is passed as a string, then`readStream.path` will be a string. If `path` is passed as a `Buffer`, then`readStream.path` will be a - * `Buffer`. If `fd` is specified, then`readStream.path` will be `undefined`. - * @since v0.1.93 - */ - path: string | Buffer; - /** - * This property is `true` if the underlying file has not been opened yet, - * i.e. before the `'ready'` event is emitted. - * @since v11.2.0, v10.16.0 - */ - pending: boolean; - /** - * events.EventEmitter - * 1. open - * 2. close - * 3. ready - */ - addListener(event: 'close', listener: () => void): this; - addListener(event: 'data', listener: (chunk: Buffer | string) => void): this; - addListener(event: 'end', listener: () => void): this; - addListener(event: 'error', listener: (err: Error) => void): this; - addListener(event: 'open', listener: (fd: number) => void): this; - addListener(event: 'pause', listener: () => void): this; - addListener(event: 'readable', listener: () => void): this; - addListener(event: 'ready', listener: () => void): this; - addListener(event: 'resume', listener: () => void): this; - addListener(event: string | symbol, listener: (...args: any[]) => void): this; - on(event: 'close', listener: () => void): this; - on(event: 'data', listener: (chunk: Buffer | string) => void): this; - on(event: 'end', listener: () => void): this; - on(event: 'error', listener: (err: Error) => void): this; - on(event: 'open', listener: (fd: number) => void): this; - on(event: 'pause', listener: () => void): this; - on(event: 'readable', listener: () => void): this; - on(event: 'ready', listener: () => void): this; - on(event: 'resume', listener: () => void): this; - on(event: string | symbol, listener: (...args: any[]) => void): this; - once(event: 'close', listener: () => void): this; - once(event: 'data', listener: (chunk: Buffer | string) => void): this; - once(event: 'end', listener: () => void): this; - once(event: 'error', listener: (err: Error) => void): this; - once(event: 'open', listener: (fd: number) => void): this; - once(event: 'pause', listener: () => void): this; - once(event: 'readable', listener: () => void): this; - once(event: 'ready', listener: () => void): this; - once(event: 'resume', listener: () => void): this; - once(event: string | symbol, listener: (...args: any[]) => void): this; - prependListener(event: 'close', listener: () => void): this; - prependListener(event: 'data', listener: (chunk: Buffer | string) => void): this; - prependListener(event: 'end', listener: () => void): this; - prependListener(event: 'error', listener: (err: Error) => void): this; - prependListener(event: 'open', listener: (fd: number) => void): this; - prependListener(event: 'pause', listener: () => void): this; - prependListener(event: 'readable', listener: () => void): this; - prependListener(event: 'ready', listener: () => void): this; - prependListener(event: 'resume', listener: () => void): this; - prependListener(event: string | symbol, listener: (...args: any[]) => void): this; - prependOnceListener(event: 'close', listener: () => void): this; - prependOnceListener(event: 'data', listener: (chunk: Buffer | string) => void): this; - prependOnceListener(event: 'end', listener: () => void): this; - prependOnceListener(event: 'error', listener: (err: Error) => void): this; - prependOnceListener(event: 'open', listener: (fd: number) => void): this; - prependOnceListener(event: 'pause', listener: () => void): this; - prependOnceListener(event: 'readable', listener: () => void): this; - prependOnceListener(event: 'ready', listener: () => void): this; - prependOnceListener(event: 'resume', listener: () => void): this; - prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; - } - /** - * * Extends `stream.Writable` - * - * Instances of `fs.WriteStream` are created and returned using the {@link createWriteStream} function. - * @since v0.1.93 - */ - export class WriteStream extends stream.Writable { - /** - * Closes `writeStream`. Optionally accepts a - * callback that will be executed once the `writeStream`is closed. - * @since v0.9.4 - */ - close(callback?: (err?: NodeJS.ErrnoException | null) => void): void; - /** - * The number of bytes written so far. Does not include data that is still queued - * for writing. - * @since v0.4.7 - */ - bytesWritten: number; - /** - * The path to the file the stream is writing to as specified in the first - * argument to {@link createWriteStream}. If `path` is passed as a string, then`writeStream.path` will be a string. If `path` is passed as a `Buffer`, then`writeStream.path` will be a - * `Buffer`. - * @since v0.1.93 - */ - path: string | Buffer; - /** - * This property is `true` if the underlying file has not been opened yet, - * i.e. before the `'ready'` event is emitted. - * @since v11.2.0 - */ - pending: boolean; - /** - * events.EventEmitter - * 1. open - * 2. close - * 3. ready - */ - addListener(event: 'close', listener: () => void): this; - addListener(event: 'drain', listener: () => void): this; - addListener(event: 'error', listener: (err: Error) => void): this; - addListener(event: 'finish', listener: () => void): this; - addListener(event: 'open', listener: (fd: number) => void): this; - addListener(event: 'pipe', listener: (src: stream.Readable) => void): this; - addListener(event: 'ready', listener: () => void): this; - addListener(event: 'unpipe', listener: (src: stream.Readable) => void): this; - addListener(event: string | symbol, listener: (...args: any[]) => void): this; - on(event: 'close', listener: () => void): this; - on(event: 'drain', listener: () => void): this; - on(event: 'error', listener: (err: Error) => void): this; - on(event: 'finish', listener: () => void): this; - on(event: 'open', listener: (fd: number) => void): this; - on(event: 'pipe', listener: (src: stream.Readable) => void): this; - on(event: 'ready', listener: () => void): this; - on(event: 'unpipe', listener: (src: stream.Readable) => void): this; - on(event: string | symbol, listener: (...args: any[]) => void): this; - once(event: 'close', listener: () => void): this; - once(event: 'drain', listener: () => void): this; - once(event: 'error', listener: (err: Error) => void): this; - once(event: 'finish', listener: () => void): this; - once(event: 'open', listener: (fd: number) => void): this; - once(event: 'pipe', listener: (src: stream.Readable) => void): this; - once(event: 'ready', listener: () => void): this; - once(event: 'unpipe', listener: (src: stream.Readable) => void): this; - once(event: string | symbol, listener: (...args: any[]) => void): this; - prependListener(event: 'close', listener: () => void): this; - prependListener(event: 'drain', listener: () => void): this; - prependListener(event: 'error', listener: (err: Error) => void): this; - prependListener(event: 'finish', listener: () => void): this; - prependListener(event: 'open', listener: (fd: number) => void): this; - prependListener(event: 'pipe', listener: (src: stream.Readable) => void): this; - prependListener(event: 'ready', listener: () => void): this; - prependListener(event: 'unpipe', listener: (src: stream.Readable) => void): this; - prependListener(event: string | symbol, listener: (...args: any[]) => void): this; - prependOnceListener(event: 'close', listener: () => void): this; - prependOnceListener(event: 'drain', listener: () => void): this; - prependOnceListener(event: 'error', listener: (err: Error) => void): this; - prependOnceListener(event: 'finish', listener: () => void): this; - prependOnceListener(event: 'open', listener: (fd: number) => void): this; - prependOnceListener(event: 'pipe', listener: (src: stream.Readable) => void): this; - prependOnceListener(event: 'ready', listener: () => void): this; - prependOnceListener(event: 'unpipe', listener: (src: stream.Readable) => void): this; - prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; - } - /** - * Asynchronously rename file at `oldPath` to the pathname provided - * as `newPath`. In the case that `newPath` already exists, it will - * be overwritten. If there is a directory at `newPath`, an error will - * be raised instead. No arguments other than a possible exception are - * given to the completion callback. - * - * See also: [`rename(2)`](http://man7.org/linux/man-pages/man2/rename.2.html). - * - * ```js - * import { rename } from 'fs'; - * - * rename('oldFile.txt', 'newFile.txt', (err) => { - * if (err) throw err; - * console.log('Rename complete!'); - * }); - * ``` - * @since v0.0.2 - */ - export function rename(oldPath: PathLike, newPath: PathLike, callback: NoParamCallback): void; - export namespace rename { - /** - * Asynchronous rename(2) - Change the name or location of a file or directory. - * @param oldPath A path to a file. If a URL is provided, it must use the `file:` protocol. - * URL support is _experimental_. - * @param newPath A path to a file. If a URL is provided, it must use the `file:` protocol. - * URL support is _experimental_. - */ - function __promisify__(oldPath: PathLike, newPath: PathLike): Promise<void>; - } - /** - * Renames the file from `oldPath` to `newPath`. Returns `undefined`. - * - * See the POSIX [`rename(2)`](http://man7.org/linux/man-pages/man2/rename.2.html) documentation for more details. - * @since v0.1.21 - */ - export function renameSync(oldPath: PathLike, newPath: PathLike): void; - /** - * Truncates the file. No arguments other than a possible exception are - * given to the completion callback. A file descriptor can also be passed as the - * first argument. In this case, `fs.ftruncate()` is called. - * - * ```js - * import { truncate } from 'fs'; - * // Assuming that 'path/file.txt' is a regular file. - * truncate('path/file.txt', (err) => { - * if (err) throw err; - * console.log('path/file.txt was truncated'); - * }); - * ``` - * - * Passing a file descriptor is deprecated and may result in an error being thrown - * in the future. - * - * See the POSIX [`truncate(2)`](http://man7.org/linux/man-pages/man2/truncate.2.html) documentation for more details. - * @since v0.8.6 - * @param [len=0] - */ - export function truncate(path: PathLike, len: number | undefined | null, callback: NoParamCallback): void; - /** - * Asynchronous truncate(2) - Truncate a file to a specified length. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - */ - export function truncate(path: PathLike, callback: NoParamCallback): void; - export namespace truncate { - /** - * Asynchronous truncate(2) - Truncate a file to a specified length. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param len If not specified, defaults to `0`. - */ - function __promisify__(path: PathLike, len?: number | null): Promise<void>; - } - /** - * Truncates the file. Returns `undefined`. A file descriptor can also be - * passed as the first argument. In this case, `fs.ftruncateSync()` is called. - * - * Passing a file descriptor is deprecated and may result in an error being thrown - * in the future. - * @since v0.8.6 - * @param [len=0] - */ - export function truncateSync(path: PathLike, len?: number | null): void; - /** - * Truncates the file descriptor. No arguments other than a possible exception are - * given to the completion callback. - * - * See the POSIX [`ftruncate(2)`](http://man7.org/linux/man-pages/man2/ftruncate.2.html) documentation for more detail. - * - * If the file referred to by the file descriptor was larger than `len` bytes, only - * the first `len` bytes will be retained in the file. - * - * For example, the following program retains only the first four bytes of the - * file: - * - * ```js - * import { open, close, ftruncate } from 'fs'; - * - * function closeFd(fd) { - * close(fd, (err) => { - * if (err) throw err; - * }); - * } - * - * open('temp.txt', 'r+', (err, fd) => { - * if (err) throw err; - * - * try { - * ftruncate(fd, 4, (err) => { - * closeFd(fd); - * if (err) throw err; - * }); - * } catch (err) { - * closeFd(fd); - * if (err) throw err; - * } - * }); - * ``` - * - * If the file previously was shorter than `len` bytes, it is extended, and the - * extended part is filled with null bytes (`'\0'`): - * - * If `len` is negative then `0` will be used. - * @since v0.8.6 - * @param [len=0] - */ - export function ftruncate(fd: number, len: number | undefined | null, callback: NoParamCallback): void; - /** - * Asynchronous ftruncate(2) - Truncate a file to a specified length. - * @param fd A file descriptor. - */ - export function ftruncate(fd: number, callback: NoParamCallback): void; - export namespace ftruncate { - /** - * Asynchronous ftruncate(2) - Truncate a file to a specified length. - * @param fd A file descriptor. - * @param len If not specified, defaults to `0`. - */ - function __promisify__(fd: number, len?: number | null): Promise<void>; - } - /** - * Truncates the file descriptor. Returns `undefined`. - * - * For detailed information, see the documentation of the asynchronous version of - * this API: {@link ftruncate}. - * @since v0.8.6 - * @param [len=0] - */ - export function ftruncateSync(fd: number, len?: number | null): void; - /** - * Asynchronously changes owner and group of a file. No arguments other than a - * possible exception are given to the completion callback. - * - * See the POSIX [`chown(2)`](http://man7.org/linux/man-pages/man2/chown.2.html) documentation for more detail. - * @since v0.1.97 - */ - export function chown(path: PathLike, uid: number, gid: number, callback: NoParamCallback): void; - export namespace chown { - /** - * Asynchronous chown(2) - Change ownership of a file. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - */ - function __promisify__(path: PathLike, uid: number, gid: number): Promise<void>; - } - /** - * Synchronously changes owner and group of a file. Returns `undefined`. - * This is the synchronous version of {@link chown}. - * - * See the POSIX [`chown(2)`](http://man7.org/linux/man-pages/man2/chown.2.html) documentation for more detail. - * @since v0.1.97 - */ - export function chownSync(path: PathLike, uid: number, gid: number): void; - /** - * Sets the owner of the file. No arguments other than a possible exception are - * given to the completion callback. - * - * See the POSIX [`fchown(2)`](http://man7.org/linux/man-pages/man2/fchown.2.html) documentation for more detail. - * @since v0.4.7 - */ - export function fchown(fd: number, uid: number, gid: number, callback: NoParamCallback): void; - export namespace fchown { - /** - * Asynchronous fchown(2) - Change ownership of a file. - * @param fd A file descriptor. - */ - function __promisify__(fd: number, uid: number, gid: number): Promise<void>; - } - /** - * Sets the owner of the file. Returns `undefined`. - * - * See the POSIX [`fchown(2)`](http://man7.org/linux/man-pages/man2/fchown.2.html) documentation for more detail. - * @since v0.4.7 - * @param uid The file's new owner's user id. - * @param gid The file's new group's group id. - */ - export function fchownSync(fd: number, uid: number, gid: number): void; - /** - * Set the owner of the symbolic link. No arguments other than a possible - * exception are given to the completion callback. - * - * See the POSIX [`lchown(2)`](http://man7.org/linux/man-pages/man2/lchown.2.html) documentation for more detail. - */ - export function lchown(path: PathLike, uid: number, gid: number, callback: NoParamCallback): void; - export namespace lchown { - /** - * Asynchronous lchown(2) - Change ownership of a file. Does not dereference symbolic links. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - */ - function __promisify__(path: PathLike, uid: number, gid: number): Promise<void>; - } - /** - * Set the owner for the path. Returns `undefined`. - * - * See the POSIX [`lchown(2)`](http://man7.org/linux/man-pages/man2/lchown.2.html) documentation for more details. - * @param uid The file's new owner's user id. - * @param gid The file's new group's group id. - */ - export function lchownSync(path: PathLike, uid: number, gid: number): void; - /** - * Changes the access and modification times of a file in the same way as {@link utimes}, with the difference that if the path refers to a symbolic - * link, then the link is not dereferenced: instead, the timestamps of the - * symbolic link itself are changed. - * - * No arguments other than a possible exception are given to the completion - * callback. - * @since v14.5.0, v12.19.0 - */ - export function lutimes(path: PathLike, atime: TimeLike, mtime: TimeLike, callback: NoParamCallback): void; - export namespace lutimes { - /** - * Changes the access and modification times of a file in the same way as `fsPromises.utimes()`, - * with the difference that if the path refers to a symbolic link, then the link is not - * dereferenced: instead, the timestamps of the symbolic link itself are changed. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param atime The last access time. If a string is provided, it will be coerced to number. - * @param mtime The last modified time. If a string is provided, it will be coerced to number. - */ - function __promisify__(path: PathLike, atime: TimeLike, mtime: TimeLike): Promise<void>; - } - /** - * Change the file system timestamps of the symbolic link referenced by `path`. - * Returns `undefined`, or throws an exception when parameters are incorrect or - * the operation fails. This is the synchronous version of {@link lutimes}. - * @since v14.5.0, v12.19.0 - */ - export function lutimesSync(path: PathLike, atime: TimeLike, mtime: TimeLike): void; - /** - * Asynchronously changes the permissions of a file. No arguments other than a - * possible exception are given to the completion callback. - * - * See the POSIX [`chmod(2)`](http://man7.org/linux/man-pages/man2/chmod.2.html) documentation for more detail. - * - * ```js - * import { chmod } from 'fs'; - * - * chmod('my_file.txt', 0o775, (err) => { - * if (err) throw err; - * console.log('The permissions for file "my_file.txt" have been changed!'); - * }); - * ``` - * @since v0.1.30 - */ - export function chmod(path: PathLike, mode: Mode, callback: NoParamCallback): void; - export namespace chmod { - /** - * Asynchronous chmod(2) - Change permissions of a file. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param mode A file mode. If a string is passed, it is parsed as an octal integer. - */ - function __promisify__(path: PathLike, mode: Mode): Promise<void>; - } - /** - * For detailed information, see the documentation of the asynchronous version of - * this API: {@link chmod}. - * - * See the POSIX [`chmod(2)`](http://man7.org/linux/man-pages/man2/chmod.2.html) documentation for more detail. - * @since v0.6.7 - */ - export function chmodSync(path: PathLike, mode: Mode): void; - /** - * Sets the permissions on the file. No arguments other than a possible exception - * are given to the completion callback. - * - * See the POSIX [`fchmod(2)`](http://man7.org/linux/man-pages/man2/fchmod.2.html) documentation for more detail. - * @since v0.4.7 - */ - export function fchmod(fd: number, mode: Mode, callback: NoParamCallback): void; - export namespace fchmod { - /** - * Asynchronous fchmod(2) - Change permissions of a file. - * @param fd A file descriptor. - * @param mode A file mode. If a string is passed, it is parsed as an octal integer. - */ - function __promisify__(fd: number, mode: Mode): Promise<void>; - } - /** - * Sets the permissions on the file. Returns `undefined`. - * - * See the POSIX [`fchmod(2)`](http://man7.org/linux/man-pages/man2/fchmod.2.html) documentation for more detail. - * @since v0.4.7 - */ - export function fchmodSync(fd: number, mode: Mode): void; - /** - * Changes the permissions on a symbolic link. No arguments other than a possible - * exception are given to the completion callback. - * - * This method is only implemented on macOS. - * - * See the POSIX [`lchmod(2)`](https://www.freebsd.org/cgi/man.cgi?query=lchmod&sektion=2) documentation for more detail. - * @deprecated Since v0.4.7 - */ - export function lchmod(path: PathLike, mode: Mode, callback: NoParamCallback): void; - /** @deprecated */ - export namespace lchmod { - /** - * Asynchronous lchmod(2) - Change permissions of a file. Does not dereference symbolic links. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param mode A file mode. If a string is passed, it is parsed as an octal integer. - */ - function __promisify__(path: PathLike, mode: Mode): Promise<void>; - } - /** - * Changes the permissions on a symbolic link. Returns `undefined`. - * - * This method is only implemented on macOS. - * - * See the POSIX [`lchmod(2)`](https://www.freebsd.org/cgi/man.cgi?query=lchmod&sektion=2) documentation for more detail. - * @deprecated Since v0.4.7 - */ - export function lchmodSync(path: PathLike, mode: Mode): void; - /** - * Asynchronous [`stat(2)`](http://man7.org/linux/man-pages/man2/stat.2.html). The callback gets two arguments `(err, stats)` where`stats` is an `fs.Stats` object. - * - * In case of an error, the `err.code` will be one of `Common System Errors`. - * - * Using `fs.stat()` to check for the existence of a file before calling`fs.open()`, `fs.readFile()` or `fs.writeFile()` is not recommended. - * Instead, user code should open/read/write the file directly and handle the - * error raised if the file is not available. - * - * To check if a file exists without manipulating it afterwards, {@link access} is recommended. - * - * For example, given the following directory structure: - * - * ```text - * - txtDir - * -- file.txt - * - app.js - * ``` - * - * The next program will check for the stats of the given paths: - * - * ```js - * import { stat } from 'fs'; - * - * const pathsToCheck = ['./txtDir', './txtDir/file.txt']; - * - * for (let i = 0; i < pathsToCheck.length; i++) { - * stat(pathsToCheck[i], (err, stats) => { - * console.log(stats.isDirectory()); - * console.log(stats); - * }); - * } - * ``` - * - * The resulting output will resemble: - * - * ```console - * true - * Stats { - * dev: 16777220, - * mode: 16877, - * nlink: 3, - * uid: 501, - * gid: 20, - * rdev: 0, - * blksize: 4096, - * ino: 14214262, - * size: 96, - * blocks: 0, - * atimeMs: 1561174653071.963, - * mtimeMs: 1561174614583.3518, - * ctimeMs: 1561174626623.5366, - * birthtimeMs: 1561174126937.2893, - * atime: 2019-06-22T03:37:33.072Z, - * mtime: 2019-06-22T03:36:54.583Z, - * ctime: 2019-06-22T03:37:06.624Z, - * birthtime: 2019-06-22T03:28:46.937Z - * } - * false - * Stats { - * dev: 16777220, - * mode: 33188, - * nlink: 1, - * uid: 501, - * gid: 20, - * rdev: 0, - * blksize: 4096, - * ino: 14214074, - * size: 8, - * blocks: 8, - * atimeMs: 1561174616618.8555, - * mtimeMs: 1561174614584, - * ctimeMs: 1561174614583.8145, - * birthtimeMs: 1561174007710.7478, - * atime: 2019-06-22T03:36:56.619Z, - * mtime: 2019-06-22T03:36:54.584Z, - * ctime: 2019-06-22T03:36:54.584Z, - * birthtime: 2019-06-22T03:26:47.711Z - * } - * ``` - * @since v0.0.2 - */ - export function stat(path: PathLike, callback: (err: NodeJS.ErrnoException | null, stats: Stats) => void): void; - export function stat( - path: PathLike, - options: - | (StatOptions & { - bigint?: false | undefined; - }) - | undefined, - callback: (err: NodeJS.ErrnoException | null, stats: Stats) => void - ): void; - export function stat( - path: PathLike, - options: StatOptions & { - bigint: true; - }, - callback: (err: NodeJS.ErrnoException | null, stats: BigIntStats) => void - ): void; - export function stat(path: PathLike, options: StatOptions | undefined, callback: (err: NodeJS.ErrnoException | null, stats: Stats | BigIntStats) => void): void; - export namespace stat { - /** - * Asynchronous stat(2) - Get file status. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - */ - function __promisify__( - path: PathLike, - options?: StatOptions & { - bigint?: false | undefined; - } - ): Promise<Stats>; - function __promisify__( - path: PathLike, - options: StatOptions & { - bigint: true; - } - ): Promise<BigIntStats>; - function __promisify__(path: PathLike, options?: StatOptions): Promise<Stats | BigIntStats>; - } - export interface StatSyncFn extends Function { - (path: PathLike, options?: undefined): Stats; - ( - path: PathLike, - options?: StatSyncOptions & { - bigint?: false | undefined; - throwIfNoEntry: false; - } - ): Stats | undefined; - ( - path: PathLike, - options: StatSyncOptions & { - bigint: true; - throwIfNoEntry: false; - } - ): BigIntStats | undefined; - ( - path: PathLike, - options?: StatSyncOptions & { - bigint?: false | undefined; - } - ): Stats; - ( - path: PathLike, - options: StatSyncOptions & { - bigint: true; - } - ): BigIntStats; - ( - path: PathLike, - options: StatSyncOptions & { - bigint: boolean; - throwIfNoEntry?: false | undefined; - } - ): Stats | BigIntStats; - (path: PathLike, options?: StatSyncOptions): Stats | BigIntStats | undefined; - } - /** - * Synchronous stat(2) - Get file status. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - */ - export const statSync: StatSyncFn; - /** - * Invokes the callback with the `fs.Stats` for the file descriptor. - * - * See the POSIX [`fstat(2)`](http://man7.org/linux/man-pages/man2/fstat.2.html) documentation for more detail. - * @since v0.1.95 - */ - export function fstat(fd: number, callback: (err: NodeJS.ErrnoException | null, stats: Stats) => void): void; - export function fstat( - fd: number, - options: - | (StatOptions & { - bigint?: false | undefined; - }) - | undefined, - callback: (err: NodeJS.ErrnoException | null, stats: Stats) => void - ): void; - export function fstat( - fd: number, - options: StatOptions & { - bigint: true; - }, - callback: (err: NodeJS.ErrnoException | null, stats: BigIntStats) => void - ): void; - export function fstat(fd: number, options: StatOptions | undefined, callback: (err: NodeJS.ErrnoException | null, stats: Stats | BigIntStats) => void): void; - export namespace fstat { - /** - * Asynchronous fstat(2) - Get file status. - * @param fd A file descriptor. - */ - function __promisify__( - fd: number, - options?: StatOptions & { - bigint?: false | undefined; - } - ): Promise<Stats>; - function __promisify__( - fd: number, - options: StatOptions & { - bigint: true; - } - ): Promise<BigIntStats>; - function __promisify__(fd: number, options?: StatOptions): Promise<Stats | BigIntStats>; - } - /** - * Retrieves the `fs.Stats` for the file descriptor. - * - * See the POSIX [`fstat(2)`](http://man7.org/linux/man-pages/man2/fstat.2.html) documentation for more detail. - * @since v0.1.95 - */ - export function fstatSync( - fd: number, - options?: StatOptions & { - bigint?: false | undefined; - } - ): Stats; - export function fstatSync( - fd: number, - options: StatOptions & { - bigint: true; - } - ): BigIntStats; - export function fstatSync(fd: number, options?: StatOptions): Stats | BigIntStats; - /** - * Retrieves the `fs.Stats` for the symbolic link referred to by the path. - * The callback gets two arguments `(err, stats)` where `stats` is a `fs.Stats` object. `lstat()` is identical to `stat()`, except that if `path` is a symbolic - * link, then the link itself is stat-ed, not the file that it refers to. - * - * See the POSIX [`lstat(2)`](http://man7.org/linux/man-pages/man2/lstat.2.html) documentation for more details. - * @since v0.1.30 - */ - export function lstat(path: PathLike, callback: (err: NodeJS.ErrnoException | null, stats: Stats) => void): void; - export function lstat( - path: PathLike, - options: - | (StatOptions & { - bigint?: false | undefined; - }) - | undefined, - callback: (err: NodeJS.ErrnoException | null, stats: Stats) => void - ): void; - export function lstat( - path: PathLike, - options: StatOptions & { - bigint: true; - }, - callback: (err: NodeJS.ErrnoException | null, stats: BigIntStats) => void - ): void; - export function lstat(path: PathLike, options: StatOptions | undefined, callback: (err: NodeJS.ErrnoException | null, stats: Stats | BigIntStats) => void): void; - export namespace lstat { - /** - * Asynchronous lstat(2) - Get file status. Does not dereference symbolic links. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - */ - function __promisify__( - path: PathLike, - options?: StatOptions & { - bigint?: false | undefined; - } - ): Promise<Stats>; - function __promisify__( - path: PathLike, - options: StatOptions & { - bigint: true; - } - ): Promise<BigIntStats>; - function __promisify__(path: PathLike, options?: StatOptions): Promise<Stats | BigIntStats>; - } - /** - * Synchronous lstat(2) - Get file status. Does not dereference symbolic links. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - */ - export const lstatSync: StatSyncFn; - /** - * Creates a new link from the `existingPath` to the `newPath`. See the POSIX [`link(2)`](http://man7.org/linux/man-pages/man2/link.2.html) documentation for more detail. No arguments other than - * a possible - * exception are given to the completion callback. - * @since v0.1.31 - */ - export function link(existingPath: PathLike, newPath: PathLike, callback: NoParamCallback): void; - export namespace link { - /** - * Asynchronous link(2) - Create a new link (also known as a hard link) to an existing file. - * @param existingPath A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param newPath A path to a file. If a URL is provided, it must use the `file:` protocol. - */ - function __promisify__(existingPath: PathLike, newPath: PathLike): Promise<void>; - } - /** - * Creates a new link from the `existingPath` to the `newPath`. See the POSIX [`link(2)`](http://man7.org/linux/man-pages/man2/link.2.html) documentation for more detail. Returns `undefined`. - * @since v0.1.31 - */ - export function linkSync(existingPath: PathLike, newPath: PathLike): void; - /** - * Creates the link called `path` pointing to `target`. No arguments other than a - * possible exception are given to the completion callback. - * - * See the POSIX [`symlink(2)`](http://man7.org/linux/man-pages/man2/symlink.2.html) documentation for more details. - * - * The `type` argument is only available on Windows and ignored on other platforms. - * It can be set to `'dir'`, `'file'`, or `'junction'`. If the `type` argument is - * not set, Node.js will autodetect `target` type and use `'file'` or `'dir'`. If - * the `target` does not exist, `'file'` will be used. Windows junction points - * require the destination path to be absolute. When using `'junction'`, the`target` argument will automatically be normalized to absolute path. - * - * Relative targets are relative to the link’s parent directory. - * - * ```js - * import { symlink } from 'fs'; - * - * symlink('./mew', './mewtwo', callback); - * ``` - * - * The above example creates a symbolic link `mewtwo` which points to `mew` in the - * same directory: - * - * ```bash - * $ tree . - * . - * ├── mew - * └── mewtwo -> ./mew - * ``` - * @since v0.1.31 - */ - export function symlink(target: PathLike, path: PathLike, type: symlink.Type | undefined | null, callback: NoParamCallback): void; - /** - * Asynchronous symlink(2) - Create a new symbolic link to an existing file. - * @param target A path to an existing file. If a URL is provided, it must use the `file:` protocol. - * @param path A path to the new symlink. If a URL is provided, it must use the `file:` protocol. - */ - export function symlink(target: PathLike, path: PathLike, callback: NoParamCallback): void; - export namespace symlink { - /** - * Asynchronous symlink(2) - Create a new symbolic link to an existing file. - * @param target A path to an existing file. If a URL is provided, it must use the `file:` protocol. - * @param path A path to the new symlink. If a URL is provided, it must use the `file:` protocol. - * @param type May be set to `'dir'`, `'file'`, or `'junction'` (default is `'file'`) and is only available on Windows (ignored on other platforms). - * When using `'junction'`, the `target` argument will automatically be normalized to an absolute path. - */ - function __promisify__(target: PathLike, path: PathLike, type?: string | null): Promise<void>; - type Type = 'dir' | 'file' | 'junction'; - } - /** - * Returns `undefined`. - * - * For detailed information, see the documentation of the asynchronous version of - * this API: {@link symlink}. - * @since v0.1.31 - */ - export function symlinkSync(target: PathLike, path: PathLike, type?: symlink.Type | null): void; - /** - * Reads the contents of the symbolic link referred to by `path`. The callback gets - * two arguments `(err, linkString)`. - * - * See the POSIX [`readlink(2)`](http://man7.org/linux/man-pages/man2/readlink.2.html) documentation for more details. - * - * The optional `options` argument can be a string specifying an encoding, or an - * object with an `encoding` property specifying the character encoding to use for - * the link path passed to the callback. If the `encoding` is set to `'buffer'`, - * the link path returned will be passed as a `Buffer` object. - * @since v0.1.31 - */ - export function readlink(path: PathLike, options: EncodingOption, callback: (err: NodeJS.ErrnoException | null, linkString: string) => void): void; - /** - * Asynchronous readlink(2) - read value of a symbolic link. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - export function readlink(path: PathLike, options: BufferEncodingOption, callback: (err: NodeJS.ErrnoException | null, linkString: Buffer) => void): void; - /** - * Asynchronous readlink(2) - read value of a symbolic link. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - export function readlink(path: PathLike, options: EncodingOption, callback: (err: NodeJS.ErrnoException | null, linkString: string | Buffer) => void): void; - /** - * Asynchronous readlink(2) - read value of a symbolic link. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - */ - export function readlink(path: PathLike, callback: (err: NodeJS.ErrnoException | null, linkString: string) => void): void; - export namespace readlink { - /** - * Asynchronous readlink(2) - read value of a symbolic link. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function __promisify__(path: PathLike, options?: EncodingOption): Promise<string>; - /** - * Asynchronous readlink(2) - read value of a symbolic link. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function __promisify__(path: PathLike, options: BufferEncodingOption): Promise<Buffer>; - /** - * Asynchronous readlink(2) - read value of a symbolic link. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function __promisify__(path: PathLike, options?: EncodingOption): Promise<string | Buffer>; - } - /** - * Returns the symbolic link's string value. - * - * See the POSIX [`readlink(2)`](http://man7.org/linux/man-pages/man2/readlink.2.html) documentation for more details. - * - * The optional `options` argument can be a string specifying an encoding, or an - * object with an `encoding` property specifying the character encoding to use for - * the link path returned. If the `encoding` is set to `'buffer'`, - * the link path returned will be passed as a `Buffer` object. - * @since v0.1.31 - */ - export function readlinkSync(path: PathLike, options?: EncodingOption): string; - /** - * Synchronous readlink(2) - read value of a symbolic link. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - export function readlinkSync(path: PathLike, options: BufferEncodingOption): Buffer; - /** - * Synchronous readlink(2) - read value of a symbolic link. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - export function readlinkSync(path: PathLike, options?: EncodingOption): string | Buffer; - /** - * Asynchronously computes the canonical pathname by resolving `.`, `..` and - * symbolic links. - * - * A canonical pathname is not necessarily unique. Hard links and bind mounts can - * expose a file system entity through many pathnames. - * - * This function behaves like [`realpath(3)`](http://man7.org/linux/man-pages/man3/realpath.3.html), with some exceptions: - * - * 1. No case conversion is performed on case-insensitive file systems. - * 2. The maximum number of symbolic links is platform-independent and generally - * (much) higher than what the native [`realpath(3)`](http://man7.org/linux/man-pages/man3/realpath.3.html) implementation supports. - * - * The `callback` gets two arguments `(err, resolvedPath)`. May use `process.cwd`to resolve relative paths. - * - * Only paths that can be converted to UTF8 strings are supported. - * - * The optional `options` argument can be a string specifying an encoding, or an - * object with an `encoding` property specifying the character encoding to use for - * the path passed to the callback. If the `encoding` is set to `'buffer'`, - * the path returned will be passed as a `Buffer` object. - * - * If `path` resolves to a socket or a pipe, the function will return a system - * dependent name for that object. - * @since v0.1.31 - */ - export function realpath(path: PathLike, options: EncodingOption, callback: (err: NodeJS.ErrnoException | null, resolvedPath: string) => void): void; - /** - * Asynchronous realpath(3) - return the canonicalized absolute pathname. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - export function realpath(path: PathLike, options: BufferEncodingOption, callback: (err: NodeJS.ErrnoException | null, resolvedPath: Buffer) => void): void; - /** - * Asynchronous realpath(3) - return the canonicalized absolute pathname. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - export function realpath(path: PathLike, options: EncodingOption, callback: (err: NodeJS.ErrnoException | null, resolvedPath: string | Buffer) => void): void; - /** - * Asynchronous realpath(3) - return the canonicalized absolute pathname. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - */ - export function realpath(path: PathLike, callback: (err: NodeJS.ErrnoException | null, resolvedPath: string) => void): void; - export namespace realpath { - /** - * Asynchronous realpath(3) - return the canonicalized absolute pathname. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function __promisify__(path: PathLike, options?: EncodingOption): Promise<string>; - /** - * Asynchronous realpath(3) - return the canonicalized absolute pathname. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function __promisify__(path: PathLike, options: BufferEncodingOption): Promise<Buffer>; - /** - * Asynchronous realpath(3) - return the canonicalized absolute pathname. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function __promisify__(path: PathLike, options?: EncodingOption): Promise<string | Buffer>; - /** - * Asynchronous [`realpath(3)`](http://man7.org/linux/man-pages/man3/realpath.3.html). - * - * The `callback` gets two arguments `(err, resolvedPath)`. - * - * Only paths that can be converted to UTF8 strings are supported. - * - * The optional `options` argument can be a string specifying an encoding, or an - * object with an `encoding` property specifying the character encoding to use for - * the path passed to the callback. If the `encoding` is set to `'buffer'`, - * the path returned will be passed as a `Buffer` object. - * - * On Linux, when Node.js is linked against musl libc, the procfs file system must - * be mounted on `/proc` in order for this function to work. Glibc does not have - * this restriction. - * @since v9.2.0 - */ - function native(path: PathLike, options: EncodingOption, callback: (err: NodeJS.ErrnoException | null, resolvedPath: string) => void): void; - function native(path: PathLike, options: BufferEncodingOption, callback: (err: NodeJS.ErrnoException | null, resolvedPath: Buffer) => void): void; - function native(path: PathLike, options: EncodingOption, callback: (err: NodeJS.ErrnoException | null, resolvedPath: string | Buffer) => void): void; - function native(path: PathLike, callback: (err: NodeJS.ErrnoException | null, resolvedPath: string) => void): void; - } - /** - * Returns the resolved pathname. - * - * For detailed information, see the documentation of the asynchronous version of - * this API: {@link realpath}. - * @since v0.1.31 - */ - export function realpathSync(path: PathLike, options?: EncodingOption): string; - /** - * Synchronous realpath(3) - return the canonicalized absolute pathname. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - export function realpathSync(path: PathLike, options: BufferEncodingOption): Buffer; - /** - * Synchronous realpath(3) - return the canonicalized absolute pathname. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - export function realpathSync(path: PathLike, options?: EncodingOption): string | Buffer; - export namespace realpathSync { - function native(path: PathLike, options?: EncodingOption): string; - function native(path: PathLike, options: BufferEncodingOption): Buffer; - function native(path: PathLike, options?: EncodingOption): string | Buffer; - } - /** - * Asynchronously removes a file or symbolic link. No arguments other than a - * possible exception are given to the completion callback. - * - * ```js - * import { unlink } from 'fs'; - * // Assuming that 'path/file.txt' is a regular file. - * unlink('path/file.txt', (err) => { - * if (err) throw err; - * console.log('path/file.txt was deleted'); - * }); - * ``` - * - * `fs.unlink()` will not work on a directory, empty or otherwise. To remove a - * directory, use {@link rmdir}. - * - * See the POSIX [`unlink(2)`](http://man7.org/linux/man-pages/man2/unlink.2.html) documentation for more details. - * @since v0.0.2 - */ - export function unlink(path: PathLike, callback: NoParamCallback): void; - export namespace unlink { - /** - * Asynchronous unlink(2) - delete a name and possibly the file it refers to. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - */ - function __promisify__(path: PathLike): Promise<void>; - } - /** - * Synchronous [`unlink(2)`](http://man7.org/linux/man-pages/man2/unlink.2.html). Returns `undefined`. - * @since v0.1.21 - */ - export function unlinkSync(path: PathLike): void; - export interface RmDirOptions { - /** - * If an `EBUSY`, `EMFILE`, `ENFILE`, `ENOTEMPTY`, or - * `EPERM` error is encountered, Node.js will retry the operation with a linear - * backoff wait of `retryDelay` ms longer on each try. This option represents the - * number of retries. This option is ignored if the `recursive` option is not - * `true`. - * @default 0 - */ - maxRetries?: number | undefined; - /** - * @deprecated since v14.14.0 In future versions of Node.js and will trigger a warning - * `fs.rmdir(path, { recursive: true })` will throw if `path` does not exist or is a file. - * Use `fs.rm(path, { recursive: true, force: true })` instead. - * - * If `true`, perform a recursive directory removal. In - * recursive mode, operations are retried on failure. - * @default false - */ - recursive?: boolean | undefined; - /** - * The amount of time in milliseconds to wait between retries. - * This option is ignored if the `recursive` option is not `true`. - * @default 100 - */ - retryDelay?: number | undefined; - } - /** - * Asynchronous [`rmdir(2)`](http://man7.org/linux/man-pages/man2/rmdir.2.html). No arguments other than a possible exception are given - * to the completion callback. - * - * Using `fs.rmdir()` on a file (not a directory) results in an `ENOENT` error on - * Windows and an `ENOTDIR` error on POSIX. - * - * To get a behavior similar to the `rm -rf` Unix command, use {@link rm} with options `{ recursive: true, force: true }`. - * @since v0.0.2 - */ - export function rmdir(path: PathLike, callback: NoParamCallback): void; - export function rmdir(path: PathLike, options: RmDirOptions, callback: NoParamCallback): void; - export namespace rmdir { - /** - * Asynchronous rmdir(2) - delete a directory. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - */ - function __promisify__(path: PathLike, options?: RmDirOptions): Promise<void>; - } - /** - * Synchronous [`rmdir(2)`](http://man7.org/linux/man-pages/man2/rmdir.2.html). Returns `undefined`. - * - * Using `fs.rmdirSync()` on a file (not a directory) results in an `ENOENT` error - * on Windows and an `ENOTDIR` error on POSIX. - * - * To get a behavior similar to the `rm -rf` Unix command, use {@link rmSync} with options `{ recursive: true, force: true }`. - * @since v0.1.21 - */ - export function rmdirSync(path: PathLike, options?: RmDirOptions): void; - export interface RmOptions { - /** - * When `true`, exceptions will be ignored if `path` does not exist. - * @default false - */ - force?: boolean | undefined; - /** - * If an `EBUSY`, `EMFILE`, `ENFILE`, `ENOTEMPTY`, or - * `EPERM` error is encountered, Node.js will retry the operation with a linear - * backoff wait of `retryDelay` ms longer on each try. This option represents the - * number of retries. This option is ignored if the `recursive` option is not - * `true`. - * @default 0 - */ - maxRetries?: number | undefined; - /** - * If `true`, perform a recursive directory removal. In - * recursive mode, operations are retried on failure. - * @default false - */ - recursive?: boolean | undefined; - /** - * The amount of time in milliseconds to wait between retries. - * This option is ignored if the `recursive` option is not `true`. - * @default 100 - */ - retryDelay?: number | undefined; - } - /** - * Asynchronously removes files and directories (modeled on the standard POSIX `rm`utility). No arguments other than a possible exception are given to the - * completion callback. - * @since v14.14.0 - */ - export function rm(path: PathLike, callback: NoParamCallback): void; - export function rm(path: PathLike, options: RmOptions, callback: NoParamCallback): void; - export namespace rm { - /** - * Asynchronously removes files and directories (modeled on the standard POSIX `rm` utility). - */ - function __promisify__(path: PathLike, options?: RmOptions): Promise<void>; - } - /** - * Synchronously removes files and directories (modeled on the standard POSIX `rm`utility). Returns `undefined`. - * @since v14.14.0 - */ - export function rmSync(path: PathLike, options?: RmOptions): void; - export interface MakeDirectoryOptions { - /** - * Indicates whether parent folders should be created. - * If a folder was created, the path to the first created folder will be returned. - * @default false - */ - recursive?: boolean | undefined; - /** - * A file mode. If a string is passed, it is parsed as an octal integer. If not specified - * @default 0o777 - */ - mode?: Mode | undefined; - } - /** - * Asynchronously creates a directory. - * - * The callback is given a possible exception and, if `recursive` is `true`, the - * first directory path created, `(err[, path])`.`path` can still be `undefined` when `recursive` is `true`, if no directory was - * created. - * - * The optional `options` argument can be an integer specifying `mode` (permission - * and sticky bits), or an object with a `mode` property and a `recursive`property indicating whether parent directories should be created. Calling`fs.mkdir()` when `path` is a directory that - * exists results in an error only - * when `recursive` is false. - * - * ```js - * import { mkdir } from 'fs'; - * - * // Creates /tmp/a/apple, regardless of whether `/tmp` and /tmp/a exist. - * mkdir('/tmp/a/apple', { recursive: true }, (err) => { - * if (err) throw err; - * }); - * ``` - * - * On Windows, using `fs.mkdir()` on the root directory even with recursion will - * result in an error: - * - * ```js - * import { mkdir } from 'fs'; - * - * mkdir('/', { recursive: true }, (err) => { - * // => [Error: EPERM: operation not permitted, mkdir 'C:\'] - * }); - * ``` - * - * See the POSIX [`mkdir(2)`](http://man7.org/linux/man-pages/man2/mkdir.2.html) documentation for more details. - * @since v0.1.8 - */ - export function mkdir( - path: PathLike, - options: MakeDirectoryOptions & { - recursive: true; - }, - callback: (err: NodeJS.ErrnoException | null, path?: string) => void - ): void; - /** - * Asynchronous mkdir(2) - create a directory. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders - * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`. - */ - export function mkdir( - path: PathLike, - options: - | Mode - | (MakeDirectoryOptions & { - recursive?: false | undefined; - }) - | null - | undefined, - callback: NoParamCallback - ): void; - /** - * Asynchronous mkdir(2) - create a directory. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders - * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`. - */ - export function mkdir(path: PathLike, options: Mode | MakeDirectoryOptions | null | undefined, callback: (err: NodeJS.ErrnoException | null, path?: string) => void): void; - /** - * Asynchronous mkdir(2) - create a directory with a mode of `0o777`. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - */ - export function mkdir(path: PathLike, callback: NoParamCallback): void; - export namespace mkdir { - /** - * Asynchronous mkdir(2) - create a directory. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders - * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`. - */ - function __promisify__( - path: PathLike, - options: MakeDirectoryOptions & { - recursive: true; - } - ): Promise<string | undefined>; - /** - * Asynchronous mkdir(2) - create a directory. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders - * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`. - */ - function __promisify__( - path: PathLike, - options?: - | Mode - | (MakeDirectoryOptions & { - recursive?: false | undefined; - }) - | null - ): Promise<void>; - /** - * Asynchronous mkdir(2) - create a directory. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders - * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`. - */ - function __promisify__(path: PathLike, options?: Mode | MakeDirectoryOptions | null): Promise<string | undefined>; - } - /** - * Synchronously creates a directory. Returns `undefined`, or if `recursive` is`true`, the first directory path created. - * This is the synchronous version of {@link mkdir}. - * - * See the POSIX [`mkdir(2)`](http://man7.org/linux/man-pages/man2/mkdir.2.html) documentation for more details. - * @since v0.1.21 - */ - export function mkdirSync( - path: PathLike, - options: MakeDirectoryOptions & { - recursive: true; - } - ): string | undefined; - /** - * Synchronous mkdir(2) - create a directory. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders - * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`. - */ - export function mkdirSync( - path: PathLike, - options?: - | Mode - | (MakeDirectoryOptions & { - recursive?: false | undefined; - }) - | null - ): void; - /** - * Synchronous mkdir(2) - create a directory. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders - * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`. - */ - export function mkdirSync(path: PathLike, options?: Mode | MakeDirectoryOptions | null): string | undefined; - /** - * Creates a unique temporary directory. - * - * Generates six random characters to be appended behind a required`prefix` to create a unique temporary directory. Due to platform - * inconsistencies, avoid trailing `X` characters in `prefix`. Some platforms, - * notably the BSDs, can return more than six random characters, and replace - * trailing `X` characters in `prefix` with random characters. - * - * The created directory path is passed as a string to the callback's second - * parameter. - * - * The optional `options` argument can be a string specifying an encoding, or an - * object with an `encoding` property specifying the character encoding to use. - * - * ```js - * import { mkdtemp } from 'fs'; - * - * mkdtemp(path.join(os.tmpdir(), 'foo-'), (err, directory) => { - * if (err) throw err; - * console.log(directory); - * // Prints: /tmp/foo-itXde2 or C:\Users\...\AppData\Local\Temp\foo-itXde2 - * }); - * ``` - * - * The `fs.mkdtemp()` method will append the six randomly selected characters - * directly to the `prefix` string. For instance, given a directory `/tmp`, if the - * intention is to create a temporary directory _within_`/tmp`, the `prefix`must end with a trailing platform-specific path separator - * (`require('path').sep`). - * - * ```js - * import { tmpdir } from 'os'; - * import { mkdtemp } from 'fs'; - * - * // The parent directory for the new temporary directory - * const tmpDir = tmpdir(); - * - * // This method is *INCORRECT*: - * mkdtemp(tmpDir, (err, directory) => { - * if (err) throw err; - * console.log(directory); - * // Will print something similar to `/tmpabc123`. - * // A new temporary directory is created at the file system root - * // rather than *within* the /tmp directory. - * }); - * - * // This method is *CORRECT*: - * import { sep } from 'path'; - * mkdtemp(`${tmpDir}${sep}`, (err, directory) => { - * if (err) throw err; - * console.log(directory); - * // Will print something similar to `/tmp/abc123`. - * // A new temporary directory is created within - * // the /tmp directory. - * }); - * ``` - * @since v5.10.0 - */ - export function mkdtemp(prefix: string, options: EncodingOption, callback: (err: NodeJS.ErrnoException | null, folder: string) => void): void; - /** - * Asynchronously creates a unique temporary directory. - * Generates six random characters to be appended behind a required prefix to create a unique temporary directory. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - export function mkdtemp( - prefix: string, - options: - | 'buffer' - | { - encoding: 'buffer'; - }, - callback: (err: NodeJS.ErrnoException | null, folder: Buffer) => void - ): void; - /** - * Asynchronously creates a unique temporary directory. - * Generates six random characters to be appended behind a required prefix to create a unique temporary directory. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - export function mkdtemp(prefix: string, options: EncodingOption, callback: (err: NodeJS.ErrnoException | null, folder: string | Buffer) => void): void; - /** - * Asynchronously creates a unique temporary directory. - * Generates six random characters to be appended behind a required prefix to create a unique temporary directory. - */ - export function mkdtemp(prefix: string, callback: (err: NodeJS.ErrnoException | null, folder: string) => void): void; - export namespace mkdtemp { - /** - * Asynchronously creates a unique temporary directory. - * Generates six random characters to be appended behind a required prefix to create a unique temporary directory. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function __promisify__(prefix: string, options?: EncodingOption): Promise<string>; - /** - * Asynchronously creates a unique temporary directory. - * Generates six random characters to be appended behind a required prefix to create a unique temporary directory. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function __promisify__(prefix: string, options: BufferEncodingOption): Promise<Buffer>; - /** - * Asynchronously creates a unique temporary directory. - * Generates six random characters to be appended behind a required prefix to create a unique temporary directory. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function __promisify__(prefix: string, options?: EncodingOption): Promise<string | Buffer>; - } - /** - * Returns the created directory path. - * - * For detailed information, see the documentation of the asynchronous version of - * this API: {@link mkdtemp}. - * - * The optional `options` argument can be a string specifying an encoding, or an - * object with an `encoding` property specifying the character encoding to use. - * @since v5.10.0 - */ - export function mkdtempSync(prefix: string, options?: EncodingOption): string; - /** - * Synchronously creates a unique temporary directory. - * Generates six random characters to be appended behind a required prefix to create a unique temporary directory. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - export function mkdtempSync(prefix: string, options: BufferEncodingOption): Buffer; - /** - * Synchronously creates a unique temporary directory. - * Generates six random characters to be appended behind a required prefix to create a unique temporary directory. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - export function mkdtempSync(prefix: string, options?: EncodingOption): string | Buffer; - /** - * Reads the contents of a directory. The callback gets two arguments `(err, files)`where `files` is an array of the names of the files in the directory excluding`'.'` and `'..'`. - * - * See the POSIX [`readdir(3)`](http://man7.org/linux/man-pages/man3/readdir.3.html) documentation for more details. - * - * The optional `options` argument can be a string specifying an encoding, or an - * object with an `encoding` property specifying the character encoding to use for - * the filenames passed to the callback. If the `encoding` is set to `'buffer'`, - * the filenames returned will be passed as `Buffer` objects. - * - * If `options.withFileTypes` is set to `true`, the `files` array will contain `fs.Dirent` objects. - * @since v0.1.8 - */ - export function readdir( - path: PathLike, - options: - | { - encoding: BufferEncoding | null; - withFileTypes?: false | undefined; - } - | BufferEncoding - | undefined - | null, - callback: (err: NodeJS.ErrnoException | null, files: string[]) => void - ): void; - /** - * Asynchronous readdir(3) - read a directory. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - export function readdir( - path: PathLike, - options: - | { - encoding: 'buffer'; - withFileTypes?: false | undefined; - } - | 'buffer', - callback: (err: NodeJS.ErrnoException | null, files: Buffer[]) => void - ): void; - /** - * Asynchronous readdir(3) - read a directory. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - export function readdir( - path: PathLike, - options: - | (ObjectEncodingOptions & { - withFileTypes?: false | undefined; - }) - | BufferEncoding - | undefined - | null, - callback: (err: NodeJS.ErrnoException | null, files: string[] | Buffer[]) => void - ): void; - /** - * Asynchronous readdir(3) - read a directory. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - */ - export function readdir(path: PathLike, callback: (err: NodeJS.ErrnoException | null, files: string[]) => void): void; - /** - * Asynchronous readdir(3) - read a directory. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options If called with `withFileTypes: true` the result data will be an array of Dirent. - */ - export function readdir( - path: PathLike, - options: ObjectEncodingOptions & { - withFileTypes: true; - }, - callback: (err: NodeJS.ErrnoException | null, files: Dirent[]) => void - ): void; - export namespace readdir { - /** - * Asynchronous readdir(3) - read a directory. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function __promisify__( - path: PathLike, - options?: - | { - encoding: BufferEncoding | null; - withFileTypes?: false | undefined; - } - | BufferEncoding - | null - ): Promise<string[]>; - /** - * Asynchronous readdir(3) - read a directory. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function __promisify__( - path: PathLike, - options: - | 'buffer' - | { - encoding: 'buffer'; - withFileTypes?: false | undefined; - } - ): Promise<Buffer[]>; - /** - * Asynchronous readdir(3) - read a directory. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function __promisify__( - path: PathLike, - options?: - | (ObjectEncodingOptions & { - withFileTypes?: false | undefined; - }) - | BufferEncoding - | null - ): Promise<string[] | Buffer[]>; - /** - * Asynchronous readdir(3) - read a directory. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options If called with `withFileTypes: true` the result data will be an array of Dirent - */ - function __promisify__( - path: PathLike, - options: ObjectEncodingOptions & { - withFileTypes: true; - } - ): Promise<Dirent[]>; - } - /** - * Reads the contents of the directory. - * - * See the POSIX [`readdir(3)`](http://man7.org/linux/man-pages/man3/readdir.3.html) documentation for more details. - * - * The optional `options` argument can be a string specifying an encoding, or an - * object with an `encoding` property specifying the character encoding to use for - * the filenames returned. If the `encoding` is set to `'buffer'`, - * the filenames returned will be passed as `Buffer` objects. - * - * If `options.withFileTypes` is set to `true`, the result will contain `fs.Dirent` objects. - * @since v0.1.21 - */ - export function readdirSync( - path: PathLike, - options?: - | { - encoding: BufferEncoding | null; - withFileTypes?: false | undefined; - } - | BufferEncoding - | null - ): string[]; - /** - * Synchronous readdir(3) - read a directory. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - export function readdirSync( - path: PathLike, - options: - | { - encoding: 'buffer'; - withFileTypes?: false | undefined; - } - | 'buffer' - ): Buffer[]; - /** - * Synchronous readdir(3) - read a directory. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - export function readdirSync( - path: PathLike, - options?: - | (ObjectEncodingOptions & { - withFileTypes?: false | undefined; - }) - | BufferEncoding - | null - ): string[] | Buffer[]; - /** - * Synchronous readdir(3) - read a directory. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options If called with `withFileTypes: true` the result data will be an array of Dirent. - */ - export function readdirSync( - path: PathLike, - options: ObjectEncodingOptions & { - withFileTypes: true; - } - ): Dirent[]; - /** - * Closes the file descriptor. No arguments other than a possible exception are - * given to the completion callback. - * - * Calling `fs.close()` on any file descriptor (`fd`) that is currently in use - * through any other `fs` operation may lead to undefined behavior. - * - * See the POSIX [`close(2)`](http://man7.org/linux/man-pages/man2/close.2.html) documentation for more detail. - * @since v0.0.2 - */ - export function close(fd: number, callback?: NoParamCallback): void; - export namespace close { - /** - * Asynchronous close(2) - close a file descriptor. - * @param fd A file descriptor. - */ - function __promisify__(fd: number): Promise<void>; - } - /** - * Closes the file descriptor. Returns `undefined`. - * - * Calling `fs.closeSync()` on any file descriptor (`fd`) that is currently in use - * through any other `fs` operation may lead to undefined behavior. - * - * See the POSIX [`close(2)`](http://man7.org/linux/man-pages/man2/close.2.html) documentation for more detail. - * @since v0.1.21 - */ - export function closeSync(fd: number): void; - /** - * Asynchronous file open. See the POSIX [`open(2)`](http://man7.org/linux/man-pages/man2/open.2.html) documentation for more details. - * - * `mode` sets the file mode (permission and sticky bits), but only if the file was - * created. On Windows, only the write permission can be manipulated; see {@link chmod}. - * - * The callback gets two arguments `(err, fd)`. - * - * Some characters (`< > : " / \ | ? *`) are reserved under Windows as documented - * by [Naming Files, Paths, and Namespaces](https://docs.microsoft.com/en-us/windows/desktop/FileIO/naming-a-file). Under NTFS, if the filename contains - * a colon, Node.js will open a file system stream, as described by [this MSDN page](https://docs.microsoft.com/en-us/windows/desktop/FileIO/using-streams). - * - * Functions based on `fs.open()` exhibit this behavior as well:`fs.writeFile()`, `fs.readFile()`, etc. - * @since v0.0.2 - * @param [flags='r'] See `support of file system `flags``. - * @param [mode=0o666] - */ - export function open(path: PathLike, flags: OpenMode | undefined, mode: Mode | undefined | null, callback: (err: NodeJS.ErrnoException | null, fd: number) => void): void; - /** - * Asynchronous open(2) - open and possibly create a file. If the file is created, its mode will be `0o666`. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param [flags='r'] See `support of file system `flags``. - */ - export function open(path: PathLike, flags: OpenMode | undefined, callback: (err: NodeJS.ErrnoException | null, fd: number) => void): void; - /** - * Asynchronous open(2) - open and possibly create a file. If the file is created, its mode will be `0o666`. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - */ - export function open(path: PathLike, callback: (err: NodeJS.ErrnoException | null, fd: number) => void): void; - - export namespace open { - /** - * Asynchronous open(2) - open and possibly create a file. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param mode A file mode. If a string is passed, it is parsed as an octal integer. If not supplied, defaults to `0o666`. - */ - function __promisify__(path: PathLike, flags: OpenMode, mode?: Mode | null): Promise<number>; - } - /** - * Returns an integer representing the file descriptor. - * - * For detailed information, see the documentation of the asynchronous version of - * this API: {@link open}. - * @since v0.1.21 - * @param [flags='r'] - * @param [mode=0o666] - */ - export function openSync(path: PathLike, flags: OpenMode, mode?: Mode | null): number; - /** - * Change the file system timestamps of the object referenced by `path`. - * - * The `atime` and `mtime` arguments follow these rules: - * - * * Values can be either numbers representing Unix epoch time in seconds,`Date`s, or a numeric string like `'123456789.0'`. - * * If the value can not be converted to a number, or is `NaN`, `Infinity` or`-Infinity`, an `Error` will be thrown. - * @since v0.4.2 - */ - export function utimes(path: PathLike, atime: TimeLike, mtime: TimeLike, callback: NoParamCallback): void; - export namespace utimes { - /** - * Asynchronously change file timestamps of the file referenced by the supplied path. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param atime The last access time. If a string is provided, it will be coerced to number. - * @param mtime The last modified time. If a string is provided, it will be coerced to number. - */ - function __promisify__(path: PathLike, atime: TimeLike, mtime: TimeLike): Promise<void>; - } - /** - * Returns `undefined`. - * - * For detailed information, see the documentation of the asynchronous version of - * this API: {@link utimes}. - * @since v0.4.2 - */ - export function utimesSync(path: PathLike, atime: TimeLike, mtime: TimeLike): void; - /** - * Change the file system timestamps of the object referenced by the supplied file - * descriptor. See {@link utimes}. - * @since v0.4.2 - */ - export function futimes(fd: number, atime: TimeLike, mtime: TimeLike, callback: NoParamCallback): void; - export namespace futimes { - /** - * Asynchronously change file timestamps of the file referenced by the supplied file descriptor. - * @param fd A file descriptor. - * @param atime The last access time. If a string is provided, it will be coerced to number. - * @param mtime The last modified time. If a string is provided, it will be coerced to number. - */ - function __promisify__(fd: number, atime: TimeLike, mtime: TimeLike): Promise<void>; - } - /** - * Synchronous version of {@link futimes}. Returns `undefined`. - * @since v0.4.2 - */ - export function futimesSync(fd: number, atime: TimeLike, mtime: TimeLike): void; - /** - * Request that all data for the open file descriptor is flushed to the storage - * device. The specific implementation is operating system and device specific. - * Refer to the POSIX [`fsync(2)`](http://man7.org/linux/man-pages/man2/fsync.2.html) documentation for more detail. No arguments other - * than a possible exception are given to the completion callback. - * @since v0.1.96 - */ - export function fsync(fd: number, callback: NoParamCallback): void; - export namespace fsync { - /** - * Asynchronous fsync(2) - synchronize a file's in-core state with the underlying storage device. - * @param fd A file descriptor. - */ - function __promisify__(fd: number): Promise<void>; - } - /** - * Request that all data for the open file descriptor is flushed to the storage - * device. The specific implementation is operating system and device specific. - * Refer to the POSIX [`fsync(2)`](http://man7.org/linux/man-pages/man2/fsync.2.html) documentation for more detail. Returns `undefined`. - * @since v0.1.96 - */ - export function fsyncSync(fd: number): void; - /** - * Write `buffer` to the file specified by `fd`. - * - * `offset` determines the part of the buffer to be written, and `length` is - * an integer specifying the number of bytes to write. - * - * `position` refers to the offset from the beginning of the file where this data - * should be written. If `typeof position !== 'number'`, the data will be written - * at the current position. See [`pwrite(2)`](http://man7.org/linux/man-pages/man2/pwrite.2.html). - * - * The callback will be given three arguments `(err, bytesWritten, buffer)` where`bytesWritten` specifies how many _bytes_ were written from `buffer`. - * - * If this method is invoked as its `util.promisify()` ed version, it returns - * a promise for an `Object` with `bytesWritten` and `buffer` properties. - * - * It is unsafe to use `fs.write()` multiple times on the same file without waiting - * for the callback. For this scenario, {@link createWriteStream} is - * recommended. - * - * On Linux, positional writes don't work when the file is opened in append mode. - * The kernel ignores the position argument and always appends the data to - * the end of the file. - * @since v0.0.2 - */ - export function write<TBuffer extends NodeJS.ArrayBufferView>( - fd: number, - buffer: TBuffer, - offset: number | undefined | null, - length: number | undefined | null, - position: number | undefined | null, - callback: (err: NodeJS.ErrnoException | null, written: number, buffer: TBuffer) => void - ): void; - /** - * Asynchronously writes `buffer` to the file referenced by the supplied file descriptor. - * @param fd A file descriptor. - * @param offset The part of the buffer to be written. If not supplied, defaults to `0`. - * @param length The number of bytes to write. If not supplied, defaults to `buffer.length - offset`. - */ - export function write<TBuffer extends NodeJS.ArrayBufferView>( - fd: number, - buffer: TBuffer, - offset: number | undefined | null, - length: number | undefined | null, - callback: (err: NodeJS.ErrnoException | null, written: number, buffer: TBuffer) => void - ): void; - /** - * Asynchronously writes `buffer` to the file referenced by the supplied file descriptor. - * @param fd A file descriptor. - * @param offset The part of the buffer to be written. If not supplied, defaults to `0`. - */ - export function write<TBuffer extends NodeJS.ArrayBufferView>( - fd: number, - buffer: TBuffer, - offset: number | undefined | null, - callback: (err: NodeJS.ErrnoException | null, written: number, buffer: TBuffer) => void - ): void; - /** - * Asynchronously writes `buffer` to the file referenced by the supplied file descriptor. - * @param fd A file descriptor. - */ - export function write<TBuffer extends NodeJS.ArrayBufferView>(fd: number, buffer: TBuffer, callback: (err: NodeJS.ErrnoException | null, written: number, buffer: TBuffer) => void): void; - /** - * Asynchronously writes `string` to the file referenced by the supplied file descriptor. - * @param fd A file descriptor. - * @param string A string to write. - * @param position The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position. - * @param encoding The expected string encoding. - */ - export function write( - fd: number, - string: string, - position: number | undefined | null, - encoding: BufferEncoding | undefined | null, - callback: (err: NodeJS.ErrnoException | null, written: number, str: string) => void - ): void; - /** - * Asynchronously writes `string` to the file referenced by the supplied file descriptor. - * @param fd A file descriptor. - * @param string A string to write. - * @param position The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position. - */ - export function write(fd: number, string: string, position: number | undefined | null, callback: (err: NodeJS.ErrnoException | null, written: number, str: string) => void): void; - /** - * Asynchronously writes `string` to the file referenced by the supplied file descriptor. - * @param fd A file descriptor. - * @param string A string to write. - */ - export function write(fd: number, string: string, callback: (err: NodeJS.ErrnoException | null, written: number, str: string) => void): void; - export namespace write { - /** - * Asynchronously writes `buffer` to the file referenced by the supplied file descriptor. - * @param fd A file descriptor. - * @param offset The part of the buffer to be written. If not supplied, defaults to `0`. - * @param length The number of bytes to write. If not supplied, defaults to `buffer.length - offset`. - * @param position The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position. - */ - function __promisify__<TBuffer extends NodeJS.ArrayBufferView>( - fd: number, - buffer?: TBuffer, - offset?: number, - length?: number, - position?: number | null - ): Promise<{ - bytesWritten: number; - buffer: TBuffer; - }>; - /** - * Asynchronously writes `string` to the file referenced by the supplied file descriptor. - * @param fd A file descriptor. - * @param string A string to write. - * @param position The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position. - * @param encoding The expected string encoding. - */ - function __promisify__( - fd: number, - string: string, - position?: number | null, - encoding?: BufferEncoding | null - ): Promise<{ - bytesWritten: number; - buffer: string; - }>; - } - /** - * For detailed information, see the documentation of the asynchronous version of - * this API: {@link write}. - * @since v0.1.21 - * @return The number of bytes written. - */ - export function writeSync(fd: number, buffer: NodeJS.ArrayBufferView, offset?: number | null, length?: number | null, position?: number | null): number; - /** - * Synchronously writes `string` to the file referenced by the supplied file descriptor, returning the number of bytes written. - * @param fd A file descriptor. - * @param string A string to write. - * @param position The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position. - * @param encoding The expected string encoding. - */ - export function writeSync(fd: number, string: string, position?: number | null, encoding?: BufferEncoding | null): number; - export type ReadPosition = number | bigint; - export interface ReadSyncOptions { - /** - * @default 0 - */ - offset?: number | undefined; - /** - * @default `length of buffer` - */ - length?: number | undefined; - /** - * @default null - */ - position?: ReadPosition | null | undefined; - } - export interface ReadAsyncOptions<TBuffer extends NodeJS.ArrayBufferView> extends ReadSyncOptions { - buffer?: TBuffer; - } - /** - * Read data from the file specified by `fd`. - * - * The callback is given the three arguments, `(err, bytesRead, buffer)`. - * - * If the file is not modified concurrently, the end-of-file is reached when the - * number of bytes read is zero. - * - * If this method is invoked as its `util.promisify()` ed version, it returns - * a promise for an `Object` with `bytesRead` and `buffer` properties. - * @since v0.0.2 - * @param buffer The buffer that the data will be written to. - * @param offset The position in `buffer` to write the data to. - * @param length The number of bytes to read. - * @param position Specifies where to begin reading from in the file. If `position` is `null` or `-1 `, data will be read from the current file position, and the file position will be updated. If - * `position` is an integer, the file position will be unchanged. - */ - export function read<TBuffer extends NodeJS.ArrayBufferView>( - fd: number, - buffer: TBuffer, - offset: number, - length: number, - position: ReadPosition | null, - callback: (err: NodeJS.ErrnoException | null, bytesRead: number, buffer: TBuffer) => void - ): void; - /** - * Similar to the above `fs.read` function, this version takes an optional `options` object. - * If not otherwise specified in an `options` object, - * `buffer` defaults to `Buffer.alloc(16384)`, - * `offset` defaults to `0`, - * `length` defaults to `buffer.byteLength`, `- offset` as of Node 17.6.0 - * `position` defaults to `null` - * @since v12.17.0, 13.11.0 - */ - export function read<TBuffer extends NodeJS.ArrayBufferView>( - fd: number, - options: ReadAsyncOptions<TBuffer>, - callback: (err: NodeJS.ErrnoException | null, bytesRead: number, buffer: TBuffer) => void - ): void; - export function read(fd: number, callback: (err: NodeJS.ErrnoException | null, bytesRead: number, buffer: NodeJS.ArrayBufferView) => void): void; - export namespace read { - /** - * @param fd A file descriptor. - * @param buffer The buffer that the data will be written to. - * @param offset The offset in the buffer at which to start writing. - * @param length The number of bytes to read. - * @param position The offset from the beginning of the file from which data should be read. If `null`, data will be read from the current position. - */ - function __promisify__<TBuffer extends NodeJS.ArrayBufferView>( - fd: number, - buffer: TBuffer, - offset: number, - length: number, - position: number | null - ): Promise<{ - bytesRead: number; - buffer: TBuffer; - }>; - function __promisify__<TBuffer extends NodeJS.ArrayBufferView>( - fd: number, - options: ReadAsyncOptions<TBuffer> - ): Promise<{ - bytesRead: number; - buffer: TBuffer; - }>; - function __promisify__(fd: number): Promise<{ - bytesRead: number; - buffer: NodeJS.ArrayBufferView; - }>; - } - /** - * Returns the number of `bytesRead`. - * - * For detailed information, see the documentation of the asynchronous version of - * this API: {@link read}. - * @since v0.1.21 - */ - export function readSync(fd: number, buffer: NodeJS.ArrayBufferView, offset: number, length: number, position: ReadPosition | null): number; - /** - * Similar to the above `fs.readSync` function, this version takes an optional `options` object. - * If no `options` object is specified, it will default with the above values. - */ - export function readSync(fd: number, buffer: NodeJS.ArrayBufferView, opts?: ReadSyncOptions): number; - /** - * Asynchronously reads the entire contents of a file. - * - * ```js - * import { readFile } from 'fs'; - * - * readFile('/etc/passwd', (err, data) => { - * if (err) throw err; - * console.log(data); - * }); - * ``` - * - * The callback is passed two arguments `(err, data)`, where `data` is the - * contents of the file. - * - * If no encoding is specified, then the raw buffer is returned. - * - * If `options` is a string, then it specifies the encoding: - * - * ```js - * import { readFile } from 'fs'; - * - * readFile('/etc/passwd', 'utf8', callback); - * ``` - * - * When the path is a directory, the behavior of `fs.readFile()` and {@link readFileSync} is platform-specific. On macOS, Linux, and Windows, an - * error will be returned. On FreeBSD, a representation of the directory's contents - * will be returned. - * - * ```js - * import { readFile } from 'fs'; - * - * // macOS, Linux, and Windows - * readFile('<directory>', (err, data) => { - * // => [Error: EISDIR: illegal operation on a directory, read <directory>] - * }); - * - * // FreeBSD - * readFile('<directory>', (err, data) => { - * // => null, <data> - * }); - * ``` - * - * It is possible to abort an ongoing request using an `AbortSignal`. If a - * request is aborted the callback is called with an `AbortError`: - * - * ```js - * import { readFile } from 'fs'; - * - * const controller = new AbortController(); - * const signal = controller.signal; - * readFile(fileInfo[0].name, { signal }, (err, buf) => { - * // ... - * }); - * // When you want to abort the request - * controller.abort(); - * ``` - * - * The `fs.readFile()` function buffers the entire file. To minimize memory costs, - * when possible prefer streaming via `fs.createReadStream()`. - * - * Aborting an ongoing request does not abort individual operating - * system requests but rather the internal buffering `fs.readFile` performs. - * @since v0.1.29 - * @param path filename or file descriptor - */ - export function readFile( - path: PathOrFileDescriptor, - options: - | ({ - encoding?: null | undefined; - flag?: string | undefined; - } & Abortable) - | undefined - | null, - callback: (err: NodeJS.ErrnoException | null, data: Buffer) => void - ): void; - /** - * Asynchronously reads the entire contents of a file. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * If a file descriptor is provided, the underlying file will _not_ be closed automatically. - * @param options Either the encoding for the result, or an object that contains the encoding and an optional flag. - * If a flag is not provided, it defaults to `'r'`. - */ - export function readFile( - path: PathOrFileDescriptor, - options: - | ({ - encoding: BufferEncoding; - flag?: string | undefined; - } & Abortable) - | BufferEncoding, - callback: (err: NodeJS.ErrnoException | null, data: string) => void - ): void; - /** - * Asynchronously reads the entire contents of a file. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * If a file descriptor is provided, the underlying file will _not_ be closed automatically. - * @param options Either the encoding for the result, or an object that contains the encoding and an optional flag. - * If a flag is not provided, it defaults to `'r'`. - */ - export function readFile( - path: PathOrFileDescriptor, - options: - | (ObjectEncodingOptions & { - flag?: string | undefined; - } & Abortable) - | BufferEncoding - | undefined - | null, - callback: (err: NodeJS.ErrnoException | null, data: string | Buffer) => void - ): void; - /** - * Asynchronously reads the entire contents of a file. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * If a file descriptor is provided, the underlying file will _not_ be closed automatically. - */ - export function readFile(path: PathOrFileDescriptor, callback: (err: NodeJS.ErrnoException | null, data: Buffer) => void): void; - export namespace readFile { - /** - * Asynchronously reads the entire contents of a file. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * If a file descriptor is provided, the underlying file will _not_ be closed automatically. - * @param options An object that may contain an optional flag. - * If a flag is not provided, it defaults to `'r'`. - */ - function __promisify__( - path: PathOrFileDescriptor, - options?: { - encoding?: null | undefined; - flag?: string | undefined; - } | null - ): Promise<Buffer>; - /** - * Asynchronously reads the entire contents of a file. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * URL support is _experimental_. - * If a file descriptor is provided, the underlying file will _not_ be closed automatically. - * @param options Either the encoding for the result, or an object that contains the encoding and an optional flag. - * If a flag is not provided, it defaults to `'r'`. - */ - function __promisify__( - path: PathOrFileDescriptor, - options: - | { - encoding: BufferEncoding; - flag?: string | undefined; - } - | BufferEncoding - ): Promise<string>; - /** - * Asynchronously reads the entire contents of a file. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * URL support is _experimental_. - * If a file descriptor is provided, the underlying file will _not_ be closed automatically. - * @param options Either the encoding for the result, or an object that contains the encoding and an optional flag. - * If a flag is not provided, it defaults to `'r'`. - */ - function __promisify__( - path: PathOrFileDescriptor, - options?: - | (ObjectEncodingOptions & { - flag?: string | undefined; - }) - | BufferEncoding - | null - ): Promise<string | Buffer>; - } - /** - * Returns the contents of the `path`. - * - * For detailed information, see the documentation of the asynchronous version of - * this API: {@link readFile}. - * - * If the `encoding` option is specified then this function returns a - * string. Otherwise it returns a buffer. - * - * Similar to {@link readFile}, when the path is a directory, the behavior of`fs.readFileSync()` is platform-specific. - * - * ```js - * import { readFileSync } from 'fs'; - * - * // macOS, Linux, and Windows - * readFileSync('<directory>'); - * // => [Error: EISDIR: illegal operation on a directory, read <directory>] - * - * // FreeBSD - * readFileSync('<directory>'); // => <data> - * ``` - * @since v0.1.8 - * @param path filename or file descriptor - */ - export function readFileSync( - path: PathOrFileDescriptor, - options?: { - encoding?: null | undefined; - flag?: string | undefined; - } | null - ): Buffer; - /** - * Synchronously reads the entire contents of a file. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * If a file descriptor is provided, the underlying file will _not_ be closed automatically. - * @param options Either the encoding for the result, or an object that contains the encoding and an optional flag. - * If a flag is not provided, it defaults to `'r'`. - */ - export function readFileSync( - path: PathOrFileDescriptor, - options: - | { - encoding: BufferEncoding; - flag?: string | undefined; - } - | BufferEncoding - ): string; - /** - * Synchronously reads the entire contents of a file. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * If a file descriptor is provided, the underlying file will _not_ be closed automatically. - * @param options Either the encoding for the result, or an object that contains the encoding and an optional flag. - * If a flag is not provided, it defaults to `'r'`. - */ - export function readFileSync( - path: PathOrFileDescriptor, - options?: - | (ObjectEncodingOptions & { - flag?: string | undefined; - }) - | BufferEncoding - | null - ): string | Buffer; - export type WriteFileOptions = - | (ObjectEncodingOptions & - Abortable & { - mode?: Mode | undefined; - flag?: string | undefined; - }) - | BufferEncoding - | null; - /** - * When `file` is a filename, asynchronously writes data to the file, replacing the - * file if it already exists. `data` can be a string or a buffer. - * - * When `file` is a file descriptor, the behavior is similar to calling`fs.write()` directly (which is recommended). See the notes below on using - * a file descriptor. - * - * The `encoding` option is ignored if `data` is a buffer. - * - * The `mode` option only affects the newly created file. See {@link open} for more details. - * - * ```js - * import { writeFile } from 'fs'; - * import { Buffer } from 'buffer'; - * - * const data = new Uint8Array(Buffer.from('Hello Node.js')); - * writeFile('message.txt', data, (err) => { - * if (err) throw err; - * console.log('The file has been saved!'); - * }); - * ``` - * - * If `options` is a string, then it specifies the encoding: - * - * ```js - * import { writeFile } from 'fs'; - * - * writeFile('message.txt', 'Hello Node.js', 'utf8', callback); - * ``` - * - * It is unsafe to use `fs.writeFile()` multiple times on the same file without - * waiting for the callback. For this scenario, {@link createWriteStream} is - * recommended. - * - * Similarly to `fs.readFile` \- `fs.writeFile` is a convenience method that - * performs multiple `write` calls internally to write the buffer passed to it. - * For performance sensitive code consider using {@link createWriteStream}. - * - * It is possible to use an `AbortSignal` to cancel an `fs.writeFile()`. - * Cancelation is "best effort", and some amount of data is likely still - * to be written. - * - * ```js - * import { writeFile } from 'fs'; - * import { Buffer } from 'buffer'; - * - * const controller = new AbortController(); - * const { signal } = controller; - * const data = new Uint8Array(Buffer.from('Hello Node.js')); - * writeFile('message.txt', data, { signal }, (err) => { - * // When a request is aborted - the callback is called with an AbortError - * }); - * // When the request should be aborted - * controller.abort(); - * ``` - * - * Aborting an ongoing request does not abort individual operating - * system requests but rather the internal buffering `fs.writeFile` performs. - * @since v0.1.29 - * @param file filename or file descriptor - */ - export function writeFile(file: PathOrFileDescriptor, data: string | NodeJS.ArrayBufferView, options: WriteFileOptions, callback: NoParamCallback): void; - /** - * Asynchronously writes data to a file, replacing the file if it already exists. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * If a file descriptor is provided, the underlying file will _not_ be closed automatically. - * @param data The data to write. If something other than a Buffer or Uint8Array is provided, the value is coerced to a string. - */ - export function writeFile(path: PathOrFileDescriptor, data: string | NodeJS.ArrayBufferView, callback: NoParamCallback): void; - export namespace writeFile { - /** - * Asynchronously writes data to a file, replacing the file if it already exists. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * URL support is _experimental_. - * If a file descriptor is provided, the underlying file will _not_ be closed automatically. - * @param data The data to write. If something other than a Buffer or Uint8Array is provided, the value is coerced to a string. - * @param options Either the encoding for the file, or an object optionally specifying the encoding, file mode, and flag. - * If `encoding` is not supplied, the default of `'utf8'` is used. - * If `mode` is not supplied, the default of `0o666` is used. - * If `mode` is a string, it is parsed as an octal integer. - * If `flag` is not supplied, the default of `'w'` is used. - */ - function __promisify__(path: PathOrFileDescriptor, data: string | NodeJS.ArrayBufferView, options?: WriteFileOptions): Promise<void>; - } - /** - * Returns `undefined`. - * - * The `mode` option only affects the newly created file. See {@link open} for more details. - * - * For detailed information, see the documentation of the asynchronous version of - * this API: {@link writeFile}. - * @since v0.1.29 - * @param file filename or file descriptor - */ - export function writeFileSync(file: PathOrFileDescriptor, data: string | NodeJS.ArrayBufferView, options?: WriteFileOptions): void; - /** - * Asynchronously append data to a file, creating the file if it does not yet - * exist. `data` can be a string or a `Buffer`. - * - * The `mode` option only affects the newly created file. See {@link open} for more details. - * - * ```js - * import { appendFile } from 'fs'; - * - * appendFile('message.txt', 'data to append', (err) => { - * if (err) throw err; - * console.log('The "data to append" was appended to file!'); - * }); - * ``` - * - * If `options` is a string, then it specifies the encoding: - * - * ```js - * import { appendFile } from 'fs'; - * - * appendFile('message.txt', 'data to append', 'utf8', callback); - * ``` - * - * The `path` may be specified as a numeric file descriptor that has been opened - * for appending (using `fs.open()` or `fs.openSync()`). The file descriptor will - * not be closed automatically. - * - * ```js - * import { open, close, appendFile } from 'fs'; - * - * function closeFd(fd) { - * close(fd, (err) => { - * if (err) throw err; - * }); - * } - * - * open('message.txt', 'a', (err, fd) => { - * if (err) throw err; - * - * try { - * appendFile(fd, 'data to append', 'utf8', (err) => { - * closeFd(fd); - * if (err) throw err; - * }); - * } catch (err) { - * closeFd(fd); - * throw err; - * } - * }); - * ``` - * @since v0.6.7 - * @param path filename or file descriptor - */ - export function appendFile(path: PathOrFileDescriptor, data: string | Uint8Array, options: WriteFileOptions, callback: NoParamCallback): void; - /** - * Asynchronously append data to a file, creating the file if it does not exist. - * @param file A path to a file. If a URL is provided, it must use the `file:` protocol. - * If a file descriptor is provided, the underlying file will _not_ be closed automatically. - * @param data The data to write. If something other than a Buffer or Uint8Array is provided, the value is coerced to a string. - */ - export function appendFile(file: PathOrFileDescriptor, data: string | Uint8Array, callback: NoParamCallback): void; - export namespace appendFile { - /** - * Asynchronously append data to a file, creating the file if it does not exist. - * @param file A path to a file. If a URL is provided, it must use the `file:` protocol. - * URL support is _experimental_. - * If a file descriptor is provided, the underlying file will _not_ be closed automatically. - * @param data The data to write. If something other than a Buffer or Uint8Array is provided, the value is coerced to a string. - * @param options Either the encoding for the file, or an object optionally specifying the encoding, file mode, and flag. - * If `encoding` is not supplied, the default of `'utf8'` is used. - * If `mode` is not supplied, the default of `0o666` is used. - * If `mode` is a string, it is parsed as an octal integer. - * If `flag` is not supplied, the default of `'a'` is used. - */ - function __promisify__(file: PathOrFileDescriptor, data: string | Uint8Array, options?: WriteFileOptions): Promise<void>; - } - /** - * Synchronously append data to a file, creating the file if it does not yet - * exist. `data` can be a string or a `Buffer`. - * - * The `mode` option only affects the newly created file. See {@link open} for more details. - * - * ```js - * import { appendFileSync } from 'fs'; - * - * try { - * appendFileSync('message.txt', 'data to append'); - * console.log('The "data to append" was appended to file!'); - * } catch (err) { - * // Handle the error - * } - * ``` - * - * If `options` is a string, then it specifies the encoding: - * - * ```js - * import { appendFileSync } from 'fs'; - * - * appendFileSync('message.txt', 'data to append', 'utf8'); - * ``` - * - * The `path` may be specified as a numeric file descriptor that has been opened - * for appending (using `fs.open()` or `fs.openSync()`). The file descriptor will - * not be closed automatically. - * - * ```js - * import { openSync, closeSync, appendFileSync } from 'fs'; - * - * let fd; - * - * try { - * fd = openSync('message.txt', 'a'); - * appendFileSync(fd, 'data to append', 'utf8'); - * } catch (err) { - * // Handle the error - * } finally { - * if (fd !== undefined) - * closeSync(fd); - * } - * ``` - * @since v0.6.7 - * @param path filename or file descriptor - */ - export function appendFileSync(path: PathOrFileDescriptor, data: string | Uint8Array, options?: WriteFileOptions): void; - /** - * Watch for changes on `filename`. The callback `listener` will be called each - * time the file is accessed. - * - * The `options` argument may be omitted. If provided, it should be an object. The`options` object may contain a boolean named `persistent` that indicates - * whether the process should continue to run as long as files are being watched. - * The `options` object may specify an `interval` property indicating how often the - * target should be polled in milliseconds. - * - * The `listener` gets two arguments the current stat object and the previous - * stat object: - * - * ```js - * import { watchFile } from 'fs'; - * - * watchFile('message.text', (curr, prev) => { - * console.log(`the current mtime is: ${curr.mtime}`); - * console.log(`the previous mtime was: ${prev.mtime}`); - * }); - * ``` - * - * These stat objects are instances of `fs.Stat`. If the `bigint` option is `true`, - * the numeric values in these objects are specified as `BigInt`s. - * - * To be notified when the file was modified, not just accessed, it is necessary - * to compare `curr.mtimeMs` and `prev.mtimeMs`. - * - * When an `fs.watchFile` operation results in an `ENOENT` error, it - * will invoke the listener once, with all the fields zeroed (or, for dates, the - * Unix Epoch). If the file is created later on, the listener will be called - * again, with the latest stat objects. This is a change in functionality since - * v0.10. - * - * Using {@link watch} is more efficient than `fs.watchFile` and`fs.unwatchFile`. `fs.watch` should be used instead of `fs.watchFile` and`fs.unwatchFile` when possible. - * - * When a file being watched by `fs.watchFile()` disappears and reappears, - * then the contents of `previous` in the second callback event (the file's - * reappearance) will be the same as the contents of `previous` in the first - * callback event (its disappearance). - * - * This happens when: - * - * * the file is deleted, followed by a restore - * * the file is renamed and then renamed a second time back to its original name - * @since v0.1.31 - */ - export interface WatchFileOptions { - bigint?: boolean | undefined; - persistent?: boolean | undefined; - interval?: number | undefined; - } - /** - * Watch for changes on `filename`. The callback `listener` will be called each - * time the file is accessed. - * - * The `options` argument may be omitted. If provided, it should be an object. The`options` object may contain a boolean named `persistent` that indicates - * whether the process should continue to run as long as files are being watched. - * The `options` object may specify an `interval` property indicating how often the - * target should be polled in milliseconds. - * - * The `listener` gets two arguments the current stat object and the previous - * stat object: - * - * ```js - * import { watchFile } from 'fs'; - * - * watchFile('message.text', (curr, prev) => { - * console.log(`the current mtime is: ${curr.mtime}`); - * console.log(`the previous mtime was: ${prev.mtime}`); - * }); - * ``` - * - * These stat objects are instances of `fs.Stat`. If the `bigint` option is `true`, - * the numeric values in these objects are specified as `BigInt`s. - * - * To be notified when the file was modified, not just accessed, it is necessary - * to compare `curr.mtimeMs` and `prev.mtimeMs`. - * - * When an `fs.watchFile` operation results in an `ENOENT` error, it - * will invoke the listener once, with all the fields zeroed (or, for dates, the - * Unix Epoch). If the file is created later on, the listener will be called - * again, with the latest stat objects. This is a change in functionality since - * v0.10. - * - * Using {@link watch} is more efficient than `fs.watchFile` and`fs.unwatchFile`. `fs.watch` should be used instead of `fs.watchFile` and`fs.unwatchFile` when possible. - * - * When a file being watched by `fs.watchFile()` disappears and reappears, - * then the contents of `previous` in the second callback event (the file's - * reappearance) will be the same as the contents of `previous` in the first - * callback event (its disappearance). - * - * This happens when: - * - * * the file is deleted, followed by a restore - * * the file is renamed and then renamed a second time back to its original name - * @since v0.1.31 - */ - export function watchFile( - filename: PathLike, - options: - | (WatchFileOptions & { - bigint?: false | undefined; - }) - | undefined, - listener: (curr: Stats, prev: Stats) => void - ): StatWatcher; - export function watchFile( - filename: PathLike, - options: - | (WatchFileOptions & { - bigint: true; - }) - | undefined, - listener: (curr: BigIntStats, prev: BigIntStats) => void - ): StatWatcher; - /** - * Watch for changes on `filename`. The callback `listener` will be called each time the file is accessed. - * @param filename A path to a file or directory. If a URL is provided, it must use the `file:` protocol. - */ - export function watchFile(filename: PathLike, listener: (curr: Stats, prev: Stats) => void): StatWatcher; - /** - * Stop watching for changes on `filename`. If `listener` is specified, only that - * particular listener is removed. Otherwise, _all_ listeners are removed, - * effectively stopping watching of `filename`. - * - * Calling `fs.unwatchFile()` with a filename that is not being watched is a - * no-op, not an error. - * - * Using {@link watch} is more efficient than `fs.watchFile()` and`fs.unwatchFile()`. `fs.watch()` should be used instead of `fs.watchFile()`and `fs.unwatchFile()` when possible. - * @since v0.1.31 - * @param listener Optional, a listener previously attached using `fs.watchFile()` - */ - export function unwatchFile(filename: PathLike, listener?: (curr: Stats, prev: Stats) => void): void; - export interface WatchOptions extends Abortable { - encoding?: BufferEncoding | 'buffer' | undefined; - persistent?: boolean | undefined; - recursive?: boolean | undefined; - } - export type WatchEventType = 'rename' | 'change'; - export type WatchListener<T> = (event: WatchEventType, filename: T) => void; - /** - * Watch for changes on `filename`, where `filename` is either a file or a - * directory. - * - * The second argument is optional. If `options` is provided as a string, it - * specifies the `encoding`. Otherwise `options` should be passed as an object. - * - * The listener callback gets two arguments `(eventType, filename)`. `eventType`is either `'rename'` or `'change'`, and `filename` is the name of the file - * which triggered the event. - * - * On most platforms, `'rename'` is emitted whenever a filename appears or - * disappears in the directory. - * - * The listener callback is attached to the `'change'` event fired by `fs.FSWatcher`, but it is not the same thing as the `'change'` value of`eventType`. - * - * If a `signal` is passed, aborting the corresponding AbortController will close - * the returned `fs.FSWatcher`. - * @since v0.5.10 - * @param listener - */ - export function watch( - filename: PathLike, - options: - | (WatchOptions & { - encoding: 'buffer'; - }) - | 'buffer', - listener?: WatchListener<Buffer> - ): FSWatcher; - /** - * Watch for changes on `filename`, where `filename` is either a file or a directory, returning an `FSWatcher`. - * @param filename A path to a file or directory. If a URL is provided, it must use the `file:` protocol. - * @param options Either the encoding for the filename provided to the listener, or an object optionally specifying encoding, persistent, and recursive options. - * If `encoding` is not supplied, the default of `'utf8'` is used. - * If `persistent` is not supplied, the default of `true` is used. - * If `recursive` is not supplied, the default of `false` is used. - */ - export function watch(filename: PathLike, options?: WatchOptions | BufferEncoding | null, listener?: WatchListener<string>): FSWatcher; - /** - * Watch for changes on `filename`, where `filename` is either a file or a directory, returning an `FSWatcher`. - * @param filename A path to a file or directory. If a URL is provided, it must use the `file:` protocol. - * @param options Either the encoding for the filename provided to the listener, or an object optionally specifying encoding, persistent, and recursive options. - * If `encoding` is not supplied, the default of `'utf8'` is used. - * If `persistent` is not supplied, the default of `true` is used. - * If `recursive` is not supplied, the default of `false` is used. - */ - export function watch(filename: PathLike, options: WatchOptions | string, listener?: WatchListener<string | Buffer>): FSWatcher; - /** - * Watch for changes on `filename`, where `filename` is either a file or a directory, returning an `FSWatcher`. - * @param filename A path to a file or directory. If a URL is provided, it must use the `file:` protocol. - */ - export function watch(filename: PathLike, listener?: WatchListener<string>): FSWatcher; - /** - * Test whether or not the given path exists by checking with the file system. - * Then call the `callback` argument with either true or false: - * - * ```js - * import { exists } from 'fs'; - * - * exists('/etc/passwd', (e) => { - * console.log(e ? 'it exists' : 'no passwd!'); - * }); - * ``` - * - * **The parameters for this callback are not consistent with other Node.js** - * **callbacks.** Normally, the first parameter to a Node.js callback is an `err`parameter, optionally followed by other parameters. The `fs.exists()` callback - * has only one boolean parameter. This is one reason `fs.access()` is recommended - * instead of `fs.exists()`. - * - * Using `fs.exists()` to check for the existence of a file before calling`fs.open()`, `fs.readFile()` or `fs.writeFile()` is not recommended. Doing - * so introduces a race condition, since other processes may change the file's - * state between the two calls. Instead, user code should open/read/write the - * file directly and handle the error raised if the file does not exist. - * - * **write (NOT RECOMMENDED)** - * - * ```js - * import { exists, open, close } from 'fs'; - * - * exists('myfile', (e) => { - * if (e) { - * console.error('myfile already exists'); - * } else { - * open('myfile', 'wx', (err, fd) => { - * if (err) throw err; - * - * try { - * writeMyData(fd); - * } finally { - * close(fd, (err) => { - * if (err) throw err; - * }); - * } - * }); - * } - * }); - * ``` - * - * **write (RECOMMENDED)** - * - * ```js - * import { open, close } from 'fs'; - * open('myfile', 'wx', (err, fd) => { - * if (err) { - * if (err.code === 'EEXIST') { - * console.error('myfile already exists'); - * return; - * } - * - * throw err; - * } - * - * try { - * writeMyData(fd); - * } finally { - * close(fd, (err) => { - * if (err) throw err; - * }); - * } - * }); - * ``` - * - * **read (NOT RECOMMENDED)** - * - * ```js - * import { open, close, exists } from 'fs'; - * - * exists('myfile', (e) => { - * if (e) { - * open('myfile', 'r', (err, fd) => { - * if (err) throw err; - * - * try { - * readMyData(fd); - * } finally { - * close(fd, (err) => { - * if (err) throw err; - * }); - * } - * }); - * } else { - * console.error('myfile does not exist'); - * } - * }); - * ``` - * - * **read (RECOMMENDED)** - * - * ```js - * import { open, close } from 'fs'; - * - * open('myfile', 'r', (err, fd) => { - * if (err) { - * if (err.code === 'ENOENT') { - * console.error('myfile does not exist'); - * return; - * } - * - * throw err; - * } - * - * try { - * readMyData(fd); - * } finally { - * close(fd, (err) => { - * if (err) throw err; - * }); - * } - * }); - * ``` - * - * The "not recommended" examples above check for existence and then use the - * file; the "recommended" examples are better because they use the file directly - * and handle the error, if any. - * - * In general, check for the existence of a file only if the file won’t be - * used directly, for example when its existence is a signal from another - * process. - * @since v0.0.2 - * @deprecated Since v1.0.0 - Use {@link stat} or {@link access} instead. - */ - export function exists(path: PathLike, callback: (exists: boolean) => void): void; - /** @deprecated */ - export namespace exists { - /** - * @param path A path to a file or directory. If a URL is provided, it must use the `file:` protocol. - * URL support is _experimental_. - */ - function __promisify__(path: PathLike): Promise<boolean>; - } - /** - * Returns `true` if the path exists, `false` otherwise. - * - * For detailed information, see the documentation of the asynchronous version of - * this API: {@link exists}. - * - * `fs.exists()` is deprecated, but `fs.existsSync()` is not. The `callback`parameter to `fs.exists()` accepts parameters that are inconsistent with other - * Node.js callbacks. `fs.existsSync()` does not use a callback. - * - * ```js - * import { existsSync } from 'fs'; - * - * if (existsSync('/etc/passwd')) - * console.log('The path exists.'); - * ``` - * @since v0.1.21 - */ - export function existsSync(path: PathLike): boolean; - export namespace constants { - // File Access Constants - /** Constant for fs.access(). File is visible to the calling process. */ - const F_OK: number; - /** Constant for fs.access(). File can be read by the calling process. */ - const R_OK: number; - /** Constant for fs.access(). File can be written by the calling process. */ - const W_OK: number; - /** Constant for fs.access(). File can be executed by the calling process. */ - const X_OK: number; - // File Copy Constants - /** Constant for fs.copyFile. Flag indicating the destination file should not be overwritten if it already exists. */ - const COPYFILE_EXCL: number; - /** - * Constant for fs.copyFile. copy operation will attempt to create a copy-on-write reflink. - * If the underlying platform does not support copy-on-write, then a fallback copy mechanism is used. - */ - const COPYFILE_FICLONE: number; - /** - * Constant for fs.copyFile. Copy operation will attempt to create a copy-on-write reflink. - * If the underlying platform does not support copy-on-write, then the operation will fail with an error. - */ - const COPYFILE_FICLONE_FORCE: number; - // File Open Constants - /** Constant for fs.open(). Flag indicating to open a file for read-only access. */ - const O_RDONLY: number; - /** Constant for fs.open(). Flag indicating to open a file for write-only access. */ - const O_WRONLY: number; - /** Constant for fs.open(). Flag indicating to open a file for read-write access. */ - const O_RDWR: number; - /** Constant for fs.open(). Flag indicating to create the file if it does not already exist. */ - const O_CREAT: number; - /** Constant for fs.open(). Flag indicating that opening a file should fail if the O_CREAT flag is set and the file already exists. */ - const O_EXCL: number; - /** - * Constant for fs.open(). Flag indicating that if path identifies a terminal device, - * opening the path shall not cause that terminal to become the controlling terminal for the process - * (if the process does not already have one). - */ - const O_NOCTTY: number; - /** Constant for fs.open(). Flag indicating that if the file exists and is a regular file, and the file is opened successfully for write access, its length shall be truncated to zero. */ - const O_TRUNC: number; - /** Constant for fs.open(). Flag indicating that data will be appended to the end of the file. */ - const O_APPEND: number; - /** Constant for fs.open(). Flag indicating that the open should fail if the path is not a directory. */ - const O_DIRECTORY: number; - /** - * constant for fs.open(). - * Flag indicating reading accesses to the file system will no longer result in - * an update to the atime information associated with the file. - * This flag is available on Linux operating systems only. - */ - const O_NOATIME: number; - /** Constant for fs.open(). Flag indicating that the open should fail if the path is a symbolic link. */ - const O_NOFOLLOW: number; - /** Constant for fs.open(). Flag indicating that the file is opened for synchronous I/O. */ - const O_SYNC: number; - /** Constant for fs.open(). Flag indicating that the file is opened for synchronous I/O with write operations waiting for data integrity. */ - const O_DSYNC: number; - /** Constant for fs.open(). Flag indicating to open the symbolic link itself rather than the resource it is pointing to. */ - const O_SYMLINK: number; - /** Constant for fs.open(). When set, an attempt will be made to minimize caching effects of file I/O. */ - const O_DIRECT: number; - /** Constant for fs.open(). Flag indicating to open the file in nonblocking mode when possible. */ - const O_NONBLOCK: number; - // File Type Constants - /** Constant for fs.Stats mode property for determining a file's type. Bit mask used to extract the file type code. */ - const S_IFMT: number; - /** Constant for fs.Stats mode property for determining a file's type. File type constant for a regular file. */ - const S_IFREG: number; - /** Constant for fs.Stats mode property for determining a file's type. File type constant for a directory. */ - const S_IFDIR: number; - /** Constant for fs.Stats mode property for determining a file's type. File type constant for a character-oriented device file. */ - const S_IFCHR: number; - /** Constant for fs.Stats mode property for determining a file's type. File type constant for a block-oriented device file. */ - const S_IFBLK: number; - /** Constant for fs.Stats mode property for determining a file's type. File type constant for a FIFO/pipe. */ - const S_IFIFO: number; - /** Constant for fs.Stats mode property for determining a file's type. File type constant for a symbolic link. */ - const S_IFLNK: number; - /** Constant for fs.Stats mode property for determining a file's type. File type constant for a socket. */ - const S_IFSOCK: number; - // File Mode Constants - /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable, writable and executable by owner. */ - const S_IRWXU: number; - /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable by owner. */ - const S_IRUSR: number; - /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating writable by owner. */ - const S_IWUSR: number; - /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating executable by owner. */ - const S_IXUSR: number; - /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable, writable and executable by group. */ - const S_IRWXG: number; - /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable by group. */ - const S_IRGRP: number; - /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating writable by group. */ - const S_IWGRP: number; - /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating executable by group. */ - const S_IXGRP: number; - /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable, writable and executable by others. */ - const S_IRWXO: number; - /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable by others. */ - const S_IROTH: number; - /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating writable by others. */ - const S_IWOTH: number; - /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating executable by others. */ - const S_IXOTH: number; - /** - * When set, a memory file mapping is used to access the file. This flag - * is available on Windows operating systems only. On other operating systems, - * this flag is ignored. - */ - const UV_FS_O_FILEMAP: number; - } - /** - * Tests a user's permissions for the file or directory specified by `path`. - * The `mode` argument is an optional integer that specifies the accessibility - * checks to be performed. `mode` should be either the value `fs.constants.F_OK`or a mask consisting of the bitwise OR of any of `fs.constants.R_OK`,`fs.constants.W_OK`, and `fs.constants.X_OK` - * (e.g.`fs.constants.W_OK | fs.constants.R_OK`). Check `File access constants` for - * possible values of `mode`. - * - * The final argument, `callback`, is a callback function that is invoked with - * a possible error argument. If any of the accessibility checks fail, the error - * argument will be an `Error` object. The following examples check if`package.json` exists, and if it is readable or writable. - * - * ```js - * import { access, constants } from 'fs'; - * - * const file = 'package.json'; - * - * // Check if the file exists in the current directory. - * access(file, constants.F_OK, (err) => { - * console.log(`${file} ${err ? 'does not exist' : 'exists'}`); - * }); - * - * // Check if the file is readable. - * access(file, constants.R_OK, (err) => { - * console.log(`${file} ${err ? 'is not readable' : 'is readable'}`); - * }); - * - * // Check if the file is writable. - * access(file, constants.W_OK, (err) => { - * console.log(`${file} ${err ? 'is not writable' : 'is writable'}`); - * }); - * - * // Check if the file is readable and writable. - * access(file, constants.R_OK | constants.W_OK, (err) => { - * console.log(`${file} ${err ? 'is not' : 'is'} readable and writable`); - * }); - * ``` - * - * Do not use `fs.access()` to check for the accessibility of a file before calling`fs.open()`, `fs.readFile()` or `fs.writeFile()`. Doing - * so introduces a race condition, since other processes may change the file's - * state between the two calls. Instead, user code should open/read/write the - * file directly and handle the error raised if the file is not accessible. - * - * **write (NOT RECOMMENDED)** - * - * ```js - * import { access, open, close } from 'fs'; - * - * access('myfile', (err) => { - * if (!err) { - * console.error('myfile already exists'); - * return; - * } - * - * open('myfile', 'wx', (err, fd) => { - * if (err) throw err; - * - * try { - * writeMyData(fd); - * } finally { - * close(fd, (err) => { - * if (err) throw err; - * }); - * } - * }); - * }); - * ``` - * - * **write (RECOMMENDED)** - * - * ```js - * import { open, close } from 'fs'; - * - * open('myfile', 'wx', (err, fd) => { - * if (err) { - * if (err.code === 'EEXIST') { - * console.error('myfile already exists'); - * return; - * } - * - * throw err; - * } - * - * try { - * writeMyData(fd); - * } finally { - * close(fd, (err) => { - * if (err) throw err; - * }); - * } - * }); - * ``` - * - * **read (NOT RECOMMENDED)** - * - * ```js - * import { access, open, close } from 'fs'; - * access('myfile', (err) => { - * if (err) { - * if (err.code === 'ENOENT') { - * console.error('myfile does not exist'); - * return; - * } - * - * throw err; - * } - * - * open('myfile', 'r', (err, fd) => { - * if (err) throw err; - * - * try { - * readMyData(fd); - * } finally { - * close(fd, (err) => { - * if (err) throw err; - * }); - * } - * }); - * }); - * ``` - * - * **read (RECOMMENDED)** - * - * ```js - * import { open, close } from 'fs'; - * - * open('myfile', 'r', (err, fd) => { - * if (err) { - * if (err.code === 'ENOENT') { - * console.error('myfile does not exist'); - * return; - * } - * - * throw err; - * } - * - * try { - * readMyData(fd); - * } finally { - * close(fd, (err) => { - * if (err) throw err; - * }); - * } - * }); - * ``` - * - * The "not recommended" examples above check for accessibility and then use the - * file; the "recommended" examples are better because they use the file directly - * and handle the error, if any. - * - * In general, check for the accessibility of a file only if the file will not be - * used directly, for example when its accessibility is a signal from another - * process. - * - * On Windows, access-control policies (ACLs) on a directory may limit access to - * a file or directory. The `fs.access()` function, however, does not check the - * ACL and therefore may report that a path is accessible even if the ACL restricts - * the user from reading or writing to it. - * @since v0.11.15 - * @param [mode=fs.constants.F_OK] - */ - export function access(path: PathLike, mode: number | undefined, callback: NoParamCallback): void; - /** - * Asynchronously tests a user's permissions for the file specified by path. - * @param path A path to a file or directory. If a URL is provided, it must use the `file:` protocol. - */ - export function access(path: PathLike, callback: NoParamCallback): void; - export namespace access { - /** - * Asynchronously tests a user's permissions for the file specified by path. - * @param path A path to a file or directory. If a URL is provided, it must use the `file:` protocol. - * URL support is _experimental_. - */ - function __promisify__(path: PathLike, mode?: number): Promise<void>; - } - /** - * Synchronously tests a user's permissions for the file or directory specified - * by `path`. The `mode` argument is an optional integer that specifies the - * accessibility checks to be performed. `mode` should be either the value`fs.constants.F_OK` or a mask consisting of the bitwise OR of any of`fs.constants.R_OK`, `fs.constants.W_OK`, and - * `fs.constants.X_OK` (e.g.`fs.constants.W_OK | fs.constants.R_OK`). Check `File access constants` for - * possible values of `mode`. - * - * If any of the accessibility checks fail, an `Error` will be thrown. Otherwise, - * the method will return `undefined`. - * - * ```js - * import { accessSync, constants } from 'fs'; - * - * try { - * accessSync('etc/passwd', constants.R_OK | constants.W_OK); - * console.log('can read/write'); - * } catch (err) { - * console.error('no access!'); - * } - * ``` - * @since v0.11.15 - * @param [mode=fs.constants.F_OK] - */ - export function accessSync(path: PathLike, mode?: number): void; - interface StreamOptions { - flags?: string | undefined; - encoding?: BufferEncoding | undefined; - fd?: number | promises.FileHandle | undefined; - mode?: number | undefined; - autoClose?: boolean | undefined; - /** - * @default false - */ - emitClose?: boolean | undefined; - start?: number | undefined; - highWaterMark?: number | undefined; - } - interface ReadStreamOptions extends StreamOptions { - end?: number | undefined; - } - /** - * Unlike the 16 kb default `highWaterMark` for a `stream.Readable`, the stream - * returned by this method has a default `highWaterMark` of 64 kb. - * - * `options` can include `start` and `end` values to read a range of bytes from - * the file instead of the entire file. Both `start` and `end` are inclusive and - * start counting at 0, allowed values are in the - * \[0, [`Number.MAX_SAFE_INTEGER`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/MAX_SAFE_INTEGER)\] range. If `fd` is specified and `start` is - * omitted or `undefined`, `fs.createReadStream()` reads sequentially from the - * current file position. The `encoding` can be any one of those accepted by `Buffer`. - * - * If `fd` is specified, `ReadStream` will ignore the `path` argument and will use - * the specified file descriptor. This means that no `'open'` event will be - * emitted. `fd` should be blocking; non-blocking `fd`s should be passed to `net.Socket`. - * - * If `fd` points to a character device that only supports blocking reads - * (such as keyboard or sound card), read operations do not finish until data is - * available. This can prevent the process from exiting and the stream from - * closing naturally. - * - * By default, the stream will emit a `'close'` event after it has been - * destroyed. Set the `emitClose` option to `false` to change this behavior. - * - * By providing the `fs` option, it is possible to override the corresponding `fs`implementations for `open`, `read`, and `close`. When providing the `fs` option, - * an override for `read` is required. If no `fd` is provided, an override for`open` is also required. If `autoClose` is `true`, an override for `close` is - * also required. - * - * ```js - * import { createReadStream } from 'fs'; - * - * // Create a stream from some character device. - * const stream = createReadStream('/dev/input/event0'); - * setTimeout(() => { - * stream.close(); // This may not close the stream. - * // Artificially marking end-of-stream, as if the underlying resource had - * // indicated end-of-file by itself, allows the stream to close. - * // This does not cancel pending read operations, and if there is such an - * // operation, the process may still not be able to exit successfully - * // until it finishes. - * stream.push(null); - * stream.read(0); - * }, 100); - * ``` - * - * If `autoClose` is false, then the file descriptor won't be closed, even if - * there's an error. It is the application's responsibility to close it and make - * sure there's no file descriptor leak. If `autoClose` is set to true (default - * behavior), on `'error'` or `'end'` the file descriptor will be closed - * automatically. - * - * `mode` sets the file mode (permission and sticky bits), but only if the - * file was created. - * - * An example to read the last 10 bytes of a file which is 100 bytes long: - * - * ```js - * import { createReadStream } from 'fs'; - * - * createReadStream('sample.txt', { start: 90, end: 99 }); - * ``` - * - * If `options` is a string, then it specifies the encoding. - * @since v0.1.31 - */ - export function createReadStream(path: PathLike, options?: BufferEncoding | ReadStreamOptions): ReadStream; - /** - * `options` may also include a `start` option to allow writing data at some - * position past the beginning of the file, allowed values are in the - * \[0, [`Number.MAX_SAFE_INTEGER`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/MAX_SAFE_INTEGER)\] range. Modifying a file rather than - * replacing it may require the `flags` option to be set to `r+` rather than the - * default `w`. The `encoding` can be any one of those accepted by `Buffer`. - * - * If `autoClose` is set to true (default behavior) on `'error'` or `'finish'`the file descriptor will be closed automatically. If `autoClose` is false, - * then the file descriptor won't be closed, even if there's an error. - * It is the application's responsibility to close it and make sure there's no - * file descriptor leak. - * - * By default, the stream will emit a `'close'` event after it has been - * destroyed. Set the `emitClose` option to `false` to change this behavior. - * - * By providing the `fs` option it is possible to override the corresponding `fs`implementations for `open`, `write`, `writev` and `close`. Overriding `write()`without `writev()` can reduce - * performance as some optimizations (`_writev()`) - * will be disabled. When providing the `fs` option, overrides for at least one of`write` and `writev` are required. If no `fd` option is supplied, an override - * for `open` is also required. If `autoClose` is `true`, an override for `close`is also required. - * - * Like `fs.ReadStream`, if `fd` is specified, `fs.WriteStream` will ignore the`path` argument and will use the specified file descriptor. This means that no`'open'` event will be - * emitted. `fd` should be blocking; non-blocking `fd`s - * should be passed to `net.Socket`. - * - * If `options` is a string, then it specifies the encoding. - * @since v0.1.31 - */ - export function createWriteStream(path: PathLike, options?: BufferEncoding | StreamOptions): WriteStream; - /** - * Forces all currently queued I/O operations associated with the file to the - * operating system's synchronized I/O completion state. Refer to the POSIX [`fdatasync(2)`](http://man7.org/linux/man-pages/man2/fdatasync.2.html) documentation for details. No arguments other - * than a possible - * exception are given to the completion callback. - * @since v0.1.96 - */ - export function fdatasync(fd: number, callback: NoParamCallback): void; - export namespace fdatasync { - /** - * Asynchronous fdatasync(2) - synchronize a file's in-core state with storage device. - * @param fd A file descriptor. - */ - function __promisify__(fd: number): Promise<void>; - } - /** - * Forces all currently queued I/O operations associated with the file to the - * operating system's synchronized I/O completion state. Refer to the POSIX [`fdatasync(2)`](http://man7.org/linux/man-pages/man2/fdatasync.2.html) documentation for details. Returns `undefined`. - * @since v0.1.96 - */ - export function fdatasyncSync(fd: number): void; - /** - * Asynchronously copies `src` to `dest`. By default, `dest` is overwritten if it - * already exists. No arguments other than a possible exception are given to the - * callback function. Node.js makes no guarantees about the atomicity of the copy - * operation. If an error occurs after the destination file has been opened for - * writing, Node.js will attempt to remove the destination. - * - * `mode` is an optional integer that specifies the behavior - * of the copy operation. It is possible to create a mask consisting of the bitwise - * OR of two or more values (e.g.`fs.constants.COPYFILE_EXCL | fs.constants.COPYFILE_FICLONE`). - * - * * `fs.constants.COPYFILE_EXCL`: The copy operation will fail if `dest` already - * exists. - * * `fs.constants.COPYFILE_FICLONE`: The copy operation will attempt to create a - * copy-on-write reflink. If the platform does not support copy-on-write, then a - * fallback copy mechanism is used. - * * `fs.constants.COPYFILE_FICLONE_FORCE`: The copy operation will attempt to - * create a copy-on-write reflink. If the platform does not support - * copy-on-write, then the operation will fail. - * - * ```js - * import { copyFile, constants } from 'fs'; - * - * function callback(err) { - * if (err) throw err; - * console.log('source.txt was copied to destination.txt'); - * } - * - * // destination.txt will be created or overwritten by default. - * copyFile('source.txt', 'destination.txt', callback); - * - * // By using COPYFILE_EXCL, the operation will fail if destination.txt exists. - * copyFile('source.txt', 'destination.txt', constants.COPYFILE_EXCL, callback); - * ``` - * @since v8.5.0 - * @param src source filename to copy - * @param dest destination filename of the copy operation - * @param [mode=0] modifiers for copy operation. - */ - export function copyFile(src: PathLike, dest: PathLike, callback: NoParamCallback): void; - export function copyFile(src: PathLike, dest: PathLike, mode: number, callback: NoParamCallback): void; - export namespace copyFile { - function __promisify__(src: PathLike, dst: PathLike, mode?: number): Promise<void>; - } - /** - * Synchronously copies `src` to `dest`. By default, `dest` is overwritten if it - * already exists. Returns `undefined`. Node.js makes no guarantees about the - * atomicity of the copy operation. If an error occurs after the destination file - * has been opened for writing, Node.js will attempt to remove the destination. - * - * `mode` is an optional integer that specifies the behavior - * of the copy operation. It is possible to create a mask consisting of the bitwise - * OR of two or more values (e.g.`fs.constants.COPYFILE_EXCL | fs.constants.COPYFILE_FICLONE`). - * - * * `fs.constants.COPYFILE_EXCL`: The copy operation will fail if `dest` already - * exists. - * * `fs.constants.COPYFILE_FICLONE`: The copy operation will attempt to create a - * copy-on-write reflink. If the platform does not support copy-on-write, then a - * fallback copy mechanism is used. - * * `fs.constants.COPYFILE_FICLONE_FORCE`: The copy operation will attempt to - * create a copy-on-write reflink. If the platform does not support - * copy-on-write, then the operation will fail. - * - * ```js - * import { copyFileSync, constants } from 'fs'; - * - * // destination.txt will be created or overwritten by default. - * copyFileSync('source.txt', 'destination.txt'); - * console.log('source.txt was copied to destination.txt'); - * - * // By using COPYFILE_EXCL, the operation will fail if destination.txt exists. - * copyFileSync('source.txt', 'destination.txt', constants.COPYFILE_EXCL); - * ``` - * @since v8.5.0 - * @param src source filename to copy - * @param dest destination filename of the copy operation - * @param [mode=0] modifiers for copy operation. - */ - export function copyFileSync(src: PathLike, dest: PathLike, mode?: number): void; - /** - * Write an array of `ArrayBufferView`s to the file specified by `fd` using`writev()`. - * - * `position` is the offset from the beginning of the file where this data - * should be written. If `typeof position !== 'number'`, the data will be written - * at the current position. - * - * The callback will be given three arguments: `err`, `bytesWritten`, and`buffers`. `bytesWritten` is how many bytes were written from `buffers`. - * - * If this method is `util.promisify()` ed, it returns a promise for an`Object` with `bytesWritten` and `buffers` properties. - * - * It is unsafe to use `fs.writev()` multiple times on the same file without - * waiting for the callback. For this scenario, use {@link createWriteStream}. - * - * On Linux, positional writes don't work when the file is opened in append mode. - * The kernel ignores the position argument and always appends the data to - * the end of the file. - * @since v12.9.0 - */ - export function writev(fd: number, buffers: ReadonlyArray<NodeJS.ArrayBufferView>, cb: (err: NodeJS.ErrnoException | null, bytesWritten: number, buffers: NodeJS.ArrayBufferView[]) => void): void; - export function writev( - fd: number, - buffers: ReadonlyArray<NodeJS.ArrayBufferView>, - position: number, - cb: (err: NodeJS.ErrnoException | null, bytesWritten: number, buffers: NodeJS.ArrayBufferView[]) => void - ): void; - export interface WriteVResult { - bytesWritten: number; - buffers: NodeJS.ArrayBufferView[]; - } - export namespace writev { - function __promisify__(fd: number, buffers: ReadonlyArray<NodeJS.ArrayBufferView>, position?: number): Promise<WriteVResult>; - } - /** - * For detailed information, see the documentation of the asynchronous version of - * this API: {@link writev}. - * @since v12.9.0 - * @return The number of bytes written. - */ - export function writevSync(fd: number, buffers: ReadonlyArray<NodeJS.ArrayBufferView>, position?: number): number; - /** - * Read from a file specified by `fd` and write to an array of `ArrayBufferView`s - * using `readv()`. - * - * `position` is the offset from the beginning of the file from where data - * should be read. If `typeof position !== 'number'`, the data will be read - * from the current position. - * - * The callback will be given three arguments: `err`, `bytesRead`, and`buffers`. `bytesRead` is how many bytes were read from the file. - * - * If this method is invoked as its `util.promisify()` ed version, it returns - * a promise for an `Object` with `bytesRead` and `buffers` properties. - * @since v13.13.0, v12.17.0 - */ - export function readv(fd: number, buffers: ReadonlyArray<NodeJS.ArrayBufferView>, cb: (err: NodeJS.ErrnoException | null, bytesRead: number, buffers: NodeJS.ArrayBufferView[]) => void): void; - export function readv( - fd: number, - buffers: ReadonlyArray<NodeJS.ArrayBufferView>, - position: number, - cb: (err: NodeJS.ErrnoException | null, bytesRead: number, buffers: NodeJS.ArrayBufferView[]) => void - ): void; - export interface ReadVResult { - bytesRead: number; - buffers: NodeJS.ArrayBufferView[]; - } - export namespace readv { - function __promisify__(fd: number, buffers: ReadonlyArray<NodeJS.ArrayBufferView>, position?: number): Promise<ReadVResult>; - } - /** - * For detailed information, see the documentation of the asynchronous version of - * this API: {@link readv}. - * @since v13.13.0, v12.17.0 - * @return The number of bytes read. - */ - export function readvSync(fd: number, buffers: ReadonlyArray<NodeJS.ArrayBufferView>, position?: number): number; - export interface OpenDirOptions { - encoding?: BufferEncoding | undefined; - /** - * Number of directory entries that are buffered - * internally when reading from the directory. Higher values lead to better - * performance but higher memory usage. - * @default 32 - */ - bufferSize?: number | undefined; - } - /** - * Synchronously open a directory. See [`opendir(3)`](http://man7.org/linux/man-pages/man3/opendir.3.html). - * - * Creates an `fs.Dir`, which contains all further functions for reading from - * and cleaning up the directory. - * - * The `encoding` option sets the encoding for the `path` while opening the - * directory and subsequent read operations. - * @since v12.12.0 - */ - export function opendirSync(path: PathLike, options?: OpenDirOptions): Dir; - /** - * Asynchronously open a directory. See the POSIX [`opendir(3)`](http://man7.org/linux/man-pages/man3/opendir.3.html) documentation for - * more details. - * - * Creates an `fs.Dir`, which contains all further functions for reading from - * and cleaning up the directory. - * - * The `encoding` option sets the encoding for the `path` while opening the - * directory and subsequent read operations. - * @since v12.12.0 - */ - export function opendir(path: PathLike, cb: (err: NodeJS.ErrnoException | null, dir: Dir) => void): void; - export function opendir(path: PathLike, options: OpenDirOptions, cb: (err: NodeJS.ErrnoException | null, dir: Dir) => void): void; - export namespace opendir { - function __promisify__(path: PathLike, options?: OpenDirOptions): Promise<Dir>; - } - export interface BigIntStats extends StatsBase<bigint> { - atimeNs: bigint; - mtimeNs: bigint; - ctimeNs: bigint; - birthtimeNs: bigint; - } - export interface BigIntOptions { - bigint: true; - } - export interface StatOptions { - bigint?: boolean | undefined; - } - export interface StatSyncOptions extends StatOptions { - throwIfNoEntry?: boolean | undefined; - } - interface CopyOptionsBase { - /** - * Dereference symlinks - * @default false - */ - dereference?: boolean; - /** - * When `force` is `false`, and the destination - * exists, throw an error. - * @default false - */ - errorOnExist?: boolean; - /** - * Overwrite existing file or directory. _The copy - * operation will ignore errors if you set this to false and the destination - * exists. Use the `errorOnExist` option to change this behavior. - * @default true - */ - force?: boolean; - /** - * When `true` timestamps from `src` will - * be preserved. - * @default false - */ - preserveTimestamps?: boolean; - /** - * Copy directories recursively. - * @default false - */ - recursive?: boolean; - /** - * When true, path resolution for symlinks will be skipped - * @default false - */ - verbatimSymlinks?: boolean; - } - export interface CopyOptions extends CopyOptionsBase { - /** - * Function to filter copied files/directories. Return - * `true` to copy the item, `false` to ignore it. - */ - filter?(source: string, destination: string): boolean | Promise<boolean>; - } - export interface CopySyncOptions extends CopyOptionsBase { - /** - * Function to filter copied files/directories. Return - * `true` to copy the item, `false` to ignore it. - */ - filter?(source: string, destination: string): boolean; - } - /** - * Asynchronously copies the entire directory structure from `src` to `dest`, - * including subdirectories and files. - * - * When copying a directory to another directory, globs are not supported and - * behavior is similar to `cp dir1/ dir2/`. - * @since v16.7.0 - * @experimental - * @param src source path to copy. - * @param dest destination path to copy to. - */ - export function cp(source: string | URL, destination: string | URL, callback: (err: NodeJS.ErrnoException | null) => void): void; - export function cp(source: string | URL, destination: string | URL, opts: CopyOptions, callback: (err: NodeJS.ErrnoException | null) => void): void; - /** - * Synchronously copies the entire directory structure from `src` to `dest`, - * including subdirectories and files. - * - * When copying a directory to another directory, globs are not supported and - * behavior is similar to `cp dir1/ dir2/`. - * @since v16.7.0 - * @experimental - * @param src source path to copy. - * @param dest destination path to copy to. - */ - export function cpSync(source: string | URL, destination: string | URL, opts?: CopySyncOptions): void; -} -declare module 'node:fs' { - export * from 'fs'; -} diff --git a/software/flow/node_modules/@types/node/fs/promises.d.ts b/software/flow/node_modules/@types/node/fs/promises.d.ts deleted file mode 100755 index aca2fd5..0000000 --- a/software/flow/node_modules/@types/node/fs/promises.d.ts +++ /dev/null @@ -1,1138 +0,0 @@ -/** - * The `fs/promises` API provides asynchronous file system methods that return - * promises. - * - * The promise APIs use the underlying Node.js threadpool to perform file - * system operations off the event loop thread. These operations are not - * synchronized or threadsafe. Care must be taken when performing multiple - * concurrent modifications on the same file or data corruption may occur. - * @since v10.0.0 - */ -declare module 'fs/promises' { - import { Abortable } from 'node:events'; - import { Stream } from 'node:stream'; - import { ReadableStream } from 'node:stream/web'; - import { - BigIntStats, - BufferEncodingOption, - constants as fsConstants, - CopyOptions, - Dir, - Dirent, - MakeDirectoryOptions, - Mode, - ObjectEncodingOptions, - OpenDirOptions, - OpenMode, - PathLike, - ReadStream, - ReadVResult, - RmDirOptions, - RmOptions, - StatOptions, - Stats, - TimeLike, - WatchEventType, - WatchOptions, - WriteStream, - WriteVResult, - } from 'node:fs'; - import { Interface as ReadlineInterface } from 'node:readline'; - - interface FileChangeInfo<T extends string | Buffer> { - eventType: WatchEventType; - filename: T; - } - interface FlagAndOpenMode { - mode?: Mode | undefined; - flag?: OpenMode | undefined; - } - interface FileReadResult<T extends NodeJS.ArrayBufferView> { - bytesRead: number; - buffer: T; - } - interface FileReadOptions<T extends NodeJS.ArrayBufferView = Buffer> { - /** - * @default `Buffer.alloc(0xffff)` - */ - buffer?: T; - /** - * @default 0 - */ - offset?: number | null; - /** - * @default `buffer.byteLength` - */ - length?: number | null; - position?: number | null; - } - interface CreateReadStreamOptions { - encoding?: BufferEncoding | null | undefined; - autoClose?: boolean | undefined; - emitClose?: boolean | undefined; - start?: number | undefined; - end?: number | undefined; - highWaterMark?: number | undefined; - } - interface CreateWriteStreamOptions { - encoding?: BufferEncoding | null | undefined; - autoClose?: boolean | undefined; - emitClose?: boolean | undefined; - start?: number | undefined; - } - // TODO: Add `EventEmitter` close - interface FileHandle { - /** - * The numeric file descriptor managed by the {FileHandle} object. - * @since v10.0.0 - */ - readonly fd: number; - /** - * Alias of `filehandle.writeFile()`. - * - * When operating on file handles, the mode cannot be changed from what it was set - * to with `fsPromises.open()`. Therefore, this is equivalent to `filehandle.writeFile()`. - * @since v10.0.0 - * @return Fulfills with `undefined` upon success. - */ - appendFile(data: string | Uint8Array, options?: (ObjectEncodingOptions & FlagAndOpenMode) | BufferEncoding | null): Promise<void>; - /** - * Changes the ownership of the file. A wrapper for [`chown(2)`](http://man7.org/linux/man-pages/man2/chown.2.html). - * @since v10.0.0 - * @param uid The file's new owner's user id. - * @param gid The file's new group's group id. - * @return Fulfills with `undefined` upon success. - */ - chown(uid: number, gid: number): Promise<void>; - /** - * Modifies the permissions on the file. See [`chmod(2)`](http://man7.org/linux/man-pages/man2/chmod.2.html). - * @since v10.0.0 - * @param mode the file mode bit mask. - * @return Fulfills with `undefined` upon success. - */ - chmod(mode: Mode): Promise<void>; - /** - * Unlike the 16 kb default `highWaterMark` for a `stream.Readable`, the stream - * returned by this method has a default `highWaterMark` of 64 kb. - * - * `options` can include `start` and `end` values to read a range of bytes from - * the file instead of the entire file. Both `start` and `end` are inclusive and - * start counting at 0, allowed values are in the - * \[0, [`Number.MAX_SAFE_INTEGER`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/MAX_SAFE_INTEGER)\] range. If `start` is - * omitted or `undefined`, `filehandle.createReadStream()` reads sequentially from - * the current file position. The `encoding` can be any one of those accepted by `Buffer`. - * - * If the `FileHandle` points to a character device that only supports blocking - * reads (such as keyboard or sound card), read operations do not finish until data - * is available. This can prevent the process from exiting and the stream from - * closing naturally. - * - * By default, the stream will emit a `'close'` event after it has been - * destroyed. Set the `emitClose` option to `false` to change this behavior. - * - * ```js - * import { open } from 'fs/promises'; - * - * const fd = await open('/dev/input/event0'); - * // Create a stream from some character device. - * const stream = fd.createReadStream(); - * setTimeout(() => { - * stream.close(); // This may not close the stream. - * // Artificially marking end-of-stream, as if the underlying resource had - * // indicated end-of-file by itself, allows the stream to close. - * // This does not cancel pending read operations, and if there is such an - * // operation, the process may still not be able to exit successfully - * // until it finishes. - * stream.push(null); - * stream.read(0); - * }, 100); - * ``` - * - * If `autoClose` is false, then the file descriptor won't be closed, even if - * there's an error. It is the application's responsibility to close it and make - * sure there's no file descriptor leak. If `autoClose` is set to true (default - * behavior), on `'error'` or `'end'` the file descriptor will be closed - * automatically. - * - * An example to read the last 10 bytes of a file which is 100 bytes long: - * - * ```js - * import { open } from 'fs/promises'; - * - * const fd = await open('sample.txt'); - * fd.createReadStream({ start: 90, end: 99 }); - * ``` - * @since v16.11.0 - */ - createReadStream(options?: CreateReadStreamOptions): ReadStream; - /** - * `options` may also include a `start` option to allow writing data at some - * position past the beginning of the file, allowed values are in the - * \[0, [`Number.MAX_SAFE_INTEGER`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/MAX_SAFE_INTEGER)\] range. Modifying a file rather than - * replacing it may require the `flags` `open` option to be set to `r+` rather than - * the default `r`. The `encoding` can be any one of those accepted by `Buffer`. - * - * If `autoClose` is set to true (default behavior) on `'error'` or `'finish'`the file descriptor will be closed automatically. If `autoClose` is false, - * then the file descriptor won't be closed, even if there's an error. - * It is the application's responsibility to close it and make sure there's no - * file descriptor leak. - * - * By default, the stream will emit a `'close'` event after it has been - * destroyed. Set the `emitClose` option to `false` to change this behavior. - * @since v16.11.0 - */ - createWriteStream(options?: CreateWriteStreamOptions): WriteStream; - /** - * Forces all currently queued I/O operations associated with the file to the - * operating system's synchronized I/O completion state. Refer to the POSIX [`fdatasync(2)`](http://man7.org/linux/man-pages/man2/fdatasync.2.html) documentation for details. - * - * Unlike `filehandle.sync` this method does not flush modified metadata. - * @since v10.0.0 - * @return Fulfills with `undefined` upon success. - */ - datasync(): Promise<void>; - /** - * Request that all data for the open file descriptor is flushed to the storage - * device. The specific implementation is operating system and device specific. - * Refer to the POSIX [`fsync(2)`](http://man7.org/linux/man-pages/man2/fsync.2.html) documentation for more detail. - * @since v10.0.0 - * @return Fufills with `undefined` upon success. - */ - sync(): Promise<void>; - /** - * Reads data from the file and stores that in the given buffer. - * - * If the file is not modified concurrently, the end-of-file is reached when the - * number of bytes read is zero. - * @since v10.0.0 - * @param buffer A buffer that will be filled with the file data read. - * @param offset The location in the buffer at which to start filling. - * @param length The number of bytes to read. - * @param position The location where to begin reading data from the file. If `null`, data will be read from the current file position, and the position will be updated. If `position` is an - * integer, the current file position will remain unchanged. - * @return Fulfills upon success with an object with two properties: - */ - read<T extends NodeJS.ArrayBufferView>(buffer: T, offset?: number | null, length?: number | null, position?: number | null): Promise<FileReadResult<T>>; - read<T extends NodeJS.ArrayBufferView = Buffer>(options?: FileReadOptions<T>): Promise<FileReadResult<T>>; - /** - * Returns a `ReadableStream` that may be used to read the files data. - * - * An error will be thrown if this method is called more than once or is called after the `FileHandle` is closed - * or closing. - * - * ```js - * import { open } from 'node:fs/promises'; - * - * const file = await open('./some/file/to/read'); - * - * for await (const chunk of file.readableWebStream()) - * console.log(chunk); - * - * await file.close(); - * ``` - * - * While the `ReadableStream` will read the file to completion, it will not close the `FileHandle` automatically. User code must still call the `fileHandle.close()` method. - * - * @since v17.0.0 - * @experimental - */ - readableWebStream(): ReadableStream; - /** - * Asynchronously reads the entire contents of a file. - * - * If `options` is a string, then it specifies the `encoding`. - * - * The `FileHandle` has to support reading. - * - * If one or more `filehandle.read()` calls are made on a file handle and then a`filehandle.readFile()` call is made, the data will be read from the current - * position till the end of the file. It doesn't always read from the beginning - * of the file. - * @since v10.0.0 - * @return Fulfills upon a successful read with the contents of the file. If no encoding is specified (using `options.encoding`), the data is returned as a {Buffer} object. Otherwise, the - * data will be a string. - */ - readFile( - options?: { - encoding?: null | undefined; - flag?: OpenMode | undefined; - } | null - ): Promise<Buffer>; - /** - * Asynchronously reads the entire contents of a file. The underlying file will _not_ be closed automatically. - * The `FileHandle` must have been opened for reading. - * @param options An object that may contain an optional flag. - * If a flag is not provided, it defaults to `'r'`. - */ - readFile( - options: - | { - encoding: BufferEncoding; - flag?: OpenMode | undefined; - } - | BufferEncoding - ): Promise<string>; - /** - * Asynchronously reads the entire contents of a file. The underlying file will _not_ be closed automatically. - * The `FileHandle` must have been opened for reading. - * @param options An object that may contain an optional flag. - * If a flag is not provided, it defaults to `'r'`. - */ - readFile( - options?: - | (ObjectEncodingOptions & { - flag?: OpenMode | undefined; - }) - | BufferEncoding - | null - ): Promise<string | Buffer>; - /** - * Convenience method to create a `readline` interface and stream over the file. For example: - * - * ```js - * import { open } from 'node:fs/promises'; - * - * const file = await open('./some/file/to/read'); - * - * for await (const line of file.readLines()) { - * console.log(line); - * } - * ``` - * - * @since v18.11.0 - * @param options See `filehandle.createReadStream()` for the options. - */ - readLines(options?: CreateReadStreamOptions): ReadlineInterface; - /** - * @since v10.0.0 - * @return Fulfills with an {fs.Stats} for the file. - */ - stat( - opts?: StatOptions & { - bigint?: false | undefined; - } - ): Promise<Stats>; - stat( - opts: StatOptions & { - bigint: true; - } - ): Promise<BigIntStats>; - stat(opts?: StatOptions): Promise<Stats | BigIntStats>; - /** - * Truncates the file. - * - * If the file was larger than `len` bytes, only the first `len` bytes will be - * retained in the file. - * - * The following example retains only the first four bytes of the file: - * - * ```js - * import { open } from 'fs/promises'; - * - * let filehandle = null; - * try { - * filehandle = await open('temp.txt', 'r+'); - * await filehandle.truncate(4); - * } finally { - * await filehandle?.close(); - * } - * ``` - * - * If the file previously was shorter than `len` bytes, it is extended, and the - * extended part is filled with null bytes (`'\0'`): - * - * If `len` is negative then `0` will be used. - * @since v10.0.0 - * @param [len=0] - * @return Fulfills with `undefined` upon success. - */ - truncate(len?: number): Promise<void>; - /** - * Change the file system timestamps of the object referenced by the `FileHandle` then resolves the promise with no arguments upon success. - * @since v10.0.0 - */ - utimes(atime: TimeLike, mtime: TimeLike): Promise<void>; - /** - * Asynchronously writes data to a file, replacing the file if it already exists.`data` can be a string, a buffer, an - * [AsyncIterable](https://tc39.github.io/ecma262/#sec-asynciterable-interface) or - * [Iterable](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols#The_iterable_protocol) object. - * The promise is resolved with no arguments upon success. - * - * If `options` is a string, then it specifies the `encoding`. - * - * The `FileHandle` has to support writing. - * - * It is unsafe to use `filehandle.writeFile()` multiple times on the same file - * without waiting for the promise to be resolved (or rejected). - * - * If one or more `filehandle.write()` calls are made on a file handle and then a`filehandle.writeFile()` call is made, the data will be written from the - * current position till the end of the file. It doesn't always write from the - * beginning of the file. - * @since v10.0.0 - */ - writeFile(data: string | Uint8Array, options?: (ObjectEncodingOptions & FlagAndOpenMode & Abortable) | BufferEncoding | null): Promise<void>; - /** - * Write `buffer` to the file. - * - * The promise is resolved with an object containing two properties: - * - * It is unsafe to use `filehandle.write()` multiple times on the same file - * without waiting for the promise to be resolved (or rejected). For this - * scenario, use `filehandle.createWriteStream()`. - * - * On Linux, positional writes do not work when the file is opened in append mode. - * The kernel ignores the position argument and always appends the data to - * the end of the file. - * @since v10.0.0 - * @param [offset=0] The start position from within `buffer` where the data to write begins. - * @param [length=buffer.byteLength - offset] The number of bytes from `buffer` to write. - * @param position The offset from the beginning of the file where the data from `buffer` should be written. If `position` is not a `number`, the data will be written at the current position. - * See the POSIX pwrite(2) documentation for more detail. - */ - write<TBuffer extends Uint8Array>( - buffer: TBuffer, - offset?: number | null, - length?: number | null, - position?: number | null - ): Promise<{ - bytesWritten: number; - buffer: TBuffer; - }>; - write( - data: string, - position?: number | null, - encoding?: BufferEncoding | null - ): Promise<{ - bytesWritten: number; - buffer: string; - }>; - /** - * Write an array of [ArrayBufferView](https://developer.mozilla.org/en-US/docs/Web/API/ArrayBufferView) s to the file. - * - * The promise is resolved with an object containing a two properties: - * - * It is unsafe to call `writev()` multiple times on the same file without waiting - * for the promise to be resolved (or rejected). - * - * On Linux, positional writes don't work when the file is opened in append mode. - * The kernel ignores the position argument and always appends the data to - * the end of the file. - * @since v12.9.0 - * @param position The offset from the beginning of the file where the data from `buffers` should be written. If `position` is not a `number`, the data will be written at the current - * position. - */ - writev(buffers: ReadonlyArray<NodeJS.ArrayBufferView>, position?: number): Promise<WriteVResult>; - /** - * Read from a file and write to an array of [ArrayBufferView](https://developer.mozilla.org/en-US/docs/Web/API/ArrayBufferView) s - * @since v13.13.0, v12.17.0 - * @param position The offset from the beginning of the file where the data should be read from. If `position` is not a `number`, the data will be read from the current position. - * @return Fulfills upon success an object containing two properties: - */ - readv(buffers: ReadonlyArray<NodeJS.ArrayBufferView>, position?: number): Promise<ReadVResult>; - /** - * Closes the file handle after waiting for any pending operation on the handle to - * complete. - * - * ```js - * import { open } from 'fs/promises'; - * - * let filehandle; - * try { - * filehandle = await open('thefile.txt', 'r'); - * } finally { - * await filehandle?.close(); - * } - * ``` - * @since v10.0.0 - * @return Fulfills with `undefined` upon success. - */ - close(): Promise<void>; - } - - const constants: typeof fsConstants; - - /** - * Tests a user's permissions for the file or directory specified by `path`. - * The `mode` argument is an optional integer that specifies the accessibility - * checks to be performed. `mode` should be either the value `fs.constants.F_OK`or a mask consisting of the bitwise OR of any of `fs.constants.R_OK`,`fs.constants.W_OK`, and `fs.constants.X_OK` - * (e.g.`fs.constants.W_OK | fs.constants.R_OK`). Check `File access constants` for - * possible values of `mode`. - * - * If the accessibility check is successful, the promise is resolved with no - * value. If any of the accessibility checks fail, the promise is rejected - * with an [Error](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error) object. The following example checks if the file`/etc/passwd` can be read and - * written by the current process. - * - * ```js - * import { access } from 'fs/promises'; - * import { constants } from 'fs'; - * - * try { - * await access('/etc/passwd', constants.R_OK | constants.W_OK); - * console.log('can access'); - * } catch { - * console.error('cannot access'); - * } - * ``` - * - * Using `fsPromises.access()` to check for the accessibility of a file before - * calling `fsPromises.open()` is not recommended. Doing so introduces a race - * condition, since other processes may change the file's state between the two - * calls. Instead, user code should open/read/write the file directly and handle - * the error raised if the file is not accessible. - * @since v10.0.0 - * @param [mode=fs.constants.F_OK] - * @return Fulfills with `undefined` upon success. - */ - function access(path: PathLike, mode?: number): Promise<void>; - /** - * Asynchronously copies `src` to `dest`. By default, `dest` is overwritten if it - * already exists. - * - * No guarantees are made about the atomicity of the copy operation. If an - * error occurs after the destination file has been opened for writing, an attempt - * will be made to remove the destination. - * - * ```js - * import { constants } from 'fs'; - * import { copyFile } from 'fs/promises'; - * - * try { - * await copyFile('source.txt', 'destination.txt'); - * console.log('source.txt was copied to destination.txt'); - * } catch { - * console.log('The file could not be copied'); - * } - * - * // By using COPYFILE_EXCL, the operation will fail if destination.txt exists. - * try { - * await copyFile('source.txt', 'destination.txt', constants.COPYFILE_EXCL); - * console.log('source.txt was copied to destination.txt'); - * } catch { - * console.log('The file could not be copied'); - * } - * ``` - * @since v10.0.0 - * @param src source filename to copy - * @param dest destination filename of the copy operation - * @param [mode=0] Optional modifiers that specify the behavior of the copy operation. It is possible to create a mask consisting of the bitwise OR of two or more values (e.g. - * `fs.constants.COPYFILE_EXCL | fs.constants.COPYFILE_FICLONE`) - * @return Fulfills with `undefined` upon success. - */ - function copyFile(src: PathLike, dest: PathLike, mode?: number): Promise<void>; - /** - * Opens a `FileHandle`. - * - * Refer to the POSIX [`open(2)`](http://man7.org/linux/man-pages/man2/open.2.html) documentation for more detail. - * - * Some characters (`< > : " / \ | ? *`) are reserved under Windows as documented - * by [Naming Files, Paths, and Namespaces](https://docs.microsoft.com/en-us/windows/desktop/FileIO/naming-a-file). Under NTFS, if the filename contains - * a colon, Node.js will open a file system stream, as described by [this MSDN page](https://docs.microsoft.com/en-us/windows/desktop/FileIO/using-streams). - * @since v10.0.0 - * @param [flags='r'] See `support of file system `flags``. - * @param [mode=0o666] Sets the file mode (permission and sticky bits) if the file is created. - * @return Fulfills with a {FileHandle} object. - */ - function open(path: PathLike, flags?: string | number, mode?: Mode): Promise<FileHandle>; - /** - * Renames `oldPath` to `newPath`. - * @since v10.0.0 - * @return Fulfills with `undefined` upon success. - */ - function rename(oldPath: PathLike, newPath: PathLike): Promise<void>; - /** - * Truncates (shortens or extends the length) of the content at `path` to `len`bytes. - * @since v10.0.0 - * @param [len=0] - * @return Fulfills with `undefined` upon success. - */ - function truncate(path: PathLike, len?: number): Promise<void>; - /** - * Removes the directory identified by `path`. - * - * Using `fsPromises.rmdir()` on a file (not a directory) results in the - * promise being rejected with an `ENOENT` error on Windows and an `ENOTDIR`error on POSIX. - * - * To get a behavior similar to the `rm -rf` Unix command, use `fsPromises.rm()` with options `{ recursive: true, force: true }`. - * @since v10.0.0 - * @return Fulfills with `undefined` upon success. - */ - function rmdir(path: PathLike, options?: RmDirOptions): Promise<void>; - /** - * Removes files and directories (modeled on the standard POSIX `rm` utility). - * @since v14.14.0 - * @return Fulfills with `undefined` upon success. - */ - function rm(path: PathLike, options?: RmOptions): Promise<void>; - /** - * Asynchronously creates a directory. - * - * The optional `options` argument can be an integer specifying `mode` (permission - * and sticky bits), or an object with a `mode` property and a `recursive`property indicating whether parent directories should be created. Calling`fsPromises.mkdir()` when `path` is a directory - * that exists results in a - * rejection only when `recursive` is false. - * @since v10.0.0 - * @return Upon success, fulfills with `undefined` if `recursive` is `false`, or the first directory path created if `recursive` is `true`. - */ - function mkdir( - path: PathLike, - options: MakeDirectoryOptions & { - recursive: true; - } - ): Promise<string | undefined>; - /** - * Asynchronous mkdir(2) - create a directory. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders - * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`. - */ - function mkdir( - path: PathLike, - options?: - | Mode - | (MakeDirectoryOptions & { - recursive?: false | undefined; - }) - | null - ): Promise<void>; - /** - * Asynchronous mkdir(2) - create a directory. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders - * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`. - */ - function mkdir(path: PathLike, options?: Mode | MakeDirectoryOptions | null): Promise<string | undefined>; - /** - * Reads the contents of a directory. - * - * The optional `options` argument can be a string specifying an encoding, or an - * object with an `encoding` property specifying the character encoding to use for - * the filenames. If the `encoding` is set to `'buffer'`, the filenames returned - * will be passed as `Buffer` objects. - * - * If `options.withFileTypes` is set to `true`, the resolved array will contain `fs.Dirent` objects. - * - * ```js - * import { readdir } from 'fs/promises'; - * - * try { - * const files = await readdir(path); - * for (const file of files) - * console.log(file); - * } catch (err) { - * console.error(err); - * } - * ``` - * @since v10.0.0 - * @return Fulfills with an array of the names of the files in the directory excluding `'.'` and `'..'`. - */ - function readdir( - path: PathLike, - options?: - | (ObjectEncodingOptions & { - withFileTypes?: false | undefined; - }) - | BufferEncoding - | null - ): Promise<string[]>; - /** - * Asynchronous readdir(3) - read a directory. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function readdir( - path: PathLike, - options: - | { - encoding: 'buffer'; - withFileTypes?: false | undefined; - } - | 'buffer' - ): Promise<Buffer[]>; - /** - * Asynchronous readdir(3) - read a directory. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function readdir( - path: PathLike, - options?: - | (ObjectEncodingOptions & { - withFileTypes?: false | undefined; - }) - | BufferEncoding - | null - ): Promise<string[] | Buffer[]>; - /** - * Asynchronous readdir(3) - read a directory. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options If called with `withFileTypes: true` the result data will be an array of Dirent. - */ - function readdir( - path: PathLike, - options: ObjectEncodingOptions & { - withFileTypes: true; - } - ): Promise<Dirent[]>; - /** - * Reads the contents of the symbolic link referred to by `path`. See the POSIX [`readlink(2)`](http://man7.org/linux/man-pages/man2/readlink.2.html) documentation for more detail. The promise is - * resolved with the`linkString` upon success. - * - * The optional `options` argument can be a string specifying an encoding, or an - * object with an `encoding` property specifying the character encoding to use for - * the link path returned. If the `encoding` is set to `'buffer'`, the link path - * returned will be passed as a `Buffer` object. - * @since v10.0.0 - * @return Fulfills with the `linkString` upon success. - */ - function readlink(path: PathLike, options?: ObjectEncodingOptions | BufferEncoding | null): Promise<string>; - /** - * Asynchronous readlink(2) - read value of a symbolic link. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function readlink(path: PathLike, options: BufferEncodingOption): Promise<Buffer>; - /** - * Asynchronous readlink(2) - read value of a symbolic link. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function readlink(path: PathLike, options?: ObjectEncodingOptions | string | null): Promise<string | Buffer>; - /** - * Creates a symbolic link. - * - * The `type` argument is only used on Windows platforms and can be one of `'dir'`,`'file'`, or `'junction'`. Windows junction points require the destination path - * to be absolute. When using `'junction'`, the `target` argument will - * automatically be normalized to absolute path. - * @since v10.0.0 - * @param [type='file'] - * @return Fulfills with `undefined` upon success. - */ - function symlink(target: PathLike, path: PathLike, type?: string | null): Promise<void>; - /** - * Equivalent to `fsPromises.stat()` unless `path` refers to a symbolic link, - * in which case the link itself is stat-ed, not the file that it refers to. - * Refer to the POSIX [`lstat(2)`](http://man7.org/linux/man-pages/man2/lstat.2.html) document for more detail. - * @since v10.0.0 - * @return Fulfills with the {fs.Stats} object for the given symbolic link `path`. - */ - function lstat( - path: PathLike, - opts?: StatOptions & { - bigint?: false | undefined; - } - ): Promise<Stats>; - function lstat( - path: PathLike, - opts: StatOptions & { - bigint: true; - } - ): Promise<BigIntStats>; - function lstat(path: PathLike, opts?: StatOptions): Promise<Stats | BigIntStats>; - /** - * @since v10.0.0 - * @return Fulfills with the {fs.Stats} object for the given `path`. - */ - function stat( - path: PathLike, - opts?: StatOptions & { - bigint?: false | undefined; - } - ): Promise<Stats>; - function stat( - path: PathLike, - opts: StatOptions & { - bigint: true; - } - ): Promise<BigIntStats>; - function stat(path: PathLike, opts?: StatOptions): Promise<Stats | BigIntStats>; - /** - * Creates a new link from the `existingPath` to the `newPath`. See the POSIX [`link(2)`](http://man7.org/linux/man-pages/man2/link.2.html) documentation for more detail. - * @since v10.0.0 - * @return Fulfills with `undefined` upon success. - */ - function link(existingPath: PathLike, newPath: PathLike): Promise<void>; - /** - * If `path` refers to a symbolic link, then the link is removed without affecting - * the file or directory to which that link refers. If the `path` refers to a file - * path that is not a symbolic link, the file is deleted. See the POSIX [`unlink(2)`](http://man7.org/linux/man-pages/man2/unlink.2.html) documentation for more detail. - * @since v10.0.0 - * @return Fulfills with `undefined` upon success. - */ - function unlink(path: PathLike): Promise<void>; - /** - * Changes the permissions of a file. - * @since v10.0.0 - * @return Fulfills with `undefined` upon success. - */ - function chmod(path: PathLike, mode: Mode): Promise<void>; - /** - * Changes the permissions on a symbolic link. - * - * This method is only implemented on macOS. - * @deprecated Since v10.0.0 - * @return Fulfills with `undefined` upon success. - */ - function lchmod(path: PathLike, mode: Mode): Promise<void>; - /** - * Changes the ownership on a symbolic link. - * @since v10.0.0 - * @return Fulfills with `undefined` upon success. - */ - function lchown(path: PathLike, uid: number, gid: number): Promise<void>; - /** - * Changes the access and modification times of a file in the same way as `fsPromises.utimes()`, with the difference that if the path refers to a - * symbolic link, then the link is not dereferenced: instead, the timestamps of - * the symbolic link itself are changed. - * @since v14.5.0, v12.19.0 - * @return Fulfills with `undefined` upon success. - */ - function lutimes(path: PathLike, atime: TimeLike, mtime: TimeLike): Promise<void>; - /** - * Changes the ownership of a file. - * @since v10.0.0 - * @return Fulfills with `undefined` upon success. - */ - function chown(path: PathLike, uid: number, gid: number): Promise<void>; - /** - * Change the file system timestamps of the object referenced by `path`. - * - * The `atime` and `mtime` arguments follow these rules: - * - * * Values can be either numbers representing Unix epoch time, `Date`s, or a - * numeric string like `'123456789.0'`. - * * If the value can not be converted to a number, or is `NaN`, `Infinity` or`-Infinity`, an `Error` will be thrown. - * @since v10.0.0 - * @return Fulfills with `undefined` upon success. - */ - function utimes(path: PathLike, atime: TimeLike, mtime: TimeLike): Promise<void>; - /** - * Determines the actual location of `path` using the same semantics as the`fs.realpath.native()` function. - * - * Only paths that can be converted to UTF8 strings are supported. - * - * The optional `options` argument can be a string specifying an encoding, or an - * object with an `encoding` property specifying the character encoding to use for - * the path. If the `encoding` is set to `'buffer'`, the path returned will be - * passed as a `Buffer` object. - * - * On Linux, when Node.js is linked against musl libc, the procfs file system must - * be mounted on `/proc` in order for this function to work. Glibc does not have - * this restriction. - * @since v10.0.0 - * @return Fulfills with the resolved path upon success. - */ - function realpath(path: PathLike, options?: ObjectEncodingOptions | BufferEncoding | null): Promise<string>; - /** - * Asynchronous realpath(3) - return the canonicalized absolute pathname. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function realpath(path: PathLike, options: BufferEncodingOption): Promise<Buffer>; - /** - * Asynchronous realpath(3) - return the canonicalized absolute pathname. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function realpath(path: PathLike, options?: ObjectEncodingOptions | BufferEncoding | null): Promise<string | Buffer>; - /** - * Creates a unique temporary directory. A unique directory name is generated by - * appending six random characters to the end of the provided `prefix`. Due to - * platform inconsistencies, avoid trailing `X` characters in `prefix`. Some - * platforms, notably the BSDs, can return more than six random characters, and - * replace trailing `X` characters in `prefix` with random characters. - * - * The optional `options` argument can be a string specifying an encoding, or an - * object with an `encoding` property specifying the character encoding to use. - * - * ```js - * import { mkdtemp } from 'fs/promises'; - * - * try { - * await mkdtemp(path.join(os.tmpdir(), 'foo-')); - * } catch (err) { - * console.error(err); - * } - * ``` - * - * The `fsPromises.mkdtemp()` method will append the six randomly selected - * characters directly to the `prefix` string. For instance, given a directory`/tmp`, if the intention is to create a temporary directory _within_`/tmp`, the`prefix` must end with a trailing - * platform-specific path separator - * (`require('path').sep`). - * @since v10.0.0 - * @return Fulfills with a string containing the filesystem path of the newly created temporary directory. - */ - function mkdtemp(prefix: string, options?: ObjectEncodingOptions | BufferEncoding | null): Promise<string>; - /** - * Asynchronously creates a unique temporary directory. - * Generates six random characters to be appended behind a required `prefix` to create a unique temporary directory. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function mkdtemp(prefix: string, options: BufferEncodingOption): Promise<Buffer>; - /** - * Asynchronously creates a unique temporary directory. - * Generates six random characters to be appended behind a required `prefix` to create a unique temporary directory. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function mkdtemp(prefix: string, options?: ObjectEncodingOptions | BufferEncoding | null): Promise<string | Buffer>; - /** - * Asynchronously writes data to a file, replacing the file if it already exists.`data` can be a string, a buffer, an - * [AsyncIterable](https://tc39.github.io/ecma262/#sec-asynciterable-interface) or - * [Iterable](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols#The_iterable_protocol) object. - * - * The `encoding` option is ignored if `data` is a buffer. - * - * If `options` is a string, then it specifies the encoding. - * - * The `mode` option only affects the newly created file. See `fs.open()` for more details. - * - * Any specified `FileHandle` has to support writing. - * - * It is unsafe to use `fsPromises.writeFile()` multiple times on the same file - * without waiting for the promise to be settled. - * - * Similarly to `fsPromises.readFile` \- `fsPromises.writeFile` is a convenience - * method that performs multiple `write` calls internally to write the buffer - * passed to it. For performance sensitive code consider using `fs.createWriteStream()` or `filehandle.createWriteStream()`. - * - * It is possible to use an `AbortSignal` to cancel an `fsPromises.writeFile()`. - * Cancelation is "best effort", and some amount of data is likely still - * to be written. - * - * ```js - * import { writeFile } from 'fs/promises'; - * import { Buffer } from 'buffer'; - * - * try { - * const controller = new AbortController(); - * const { signal } = controller; - * const data = new Uint8Array(Buffer.from('Hello Node.js')); - * const promise = writeFile('message.txt', data, { signal }); - * - * // Abort the request before the promise settles. - * controller.abort(); - * - * await promise; - * } catch (err) { - * // When a request is aborted - err is an AbortError - * console.error(err); - * } - * ``` - * - * Aborting an ongoing request does not abort individual operating - * system requests but rather the internal buffering `fs.writeFile` performs. - * @since v10.0.0 - * @param file filename or `FileHandle` - * @return Fulfills with `undefined` upon success. - */ - function writeFile( - file: PathLike | FileHandle, - data: string | NodeJS.ArrayBufferView | Iterable<string | NodeJS.ArrayBufferView> | AsyncIterable<string | NodeJS.ArrayBufferView> | Stream, - options?: - | (ObjectEncodingOptions & { - mode?: Mode | undefined; - flag?: OpenMode | undefined; - } & Abortable) - | BufferEncoding - | null - ): Promise<void>; - /** - * Asynchronously append data to a file, creating the file if it does not yet - * exist. `data` can be a string or a `Buffer`. - * - * If `options` is a string, then it specifies the `encoding`. - * - * The `mode` option only affects the newly created file. See `fs.open()` for more details. - * - * The `path` may be specified as a `FileHandle` that has been opened - * for appending (using `fsPromises.open()`). - * @since v10.0.0 - * @param path filename or {FileHandle} - * @return Fulfills with `undefined` upon success. - */ - function appendFile(path: PathLike | FileHandle, data: string | Uint8Array, options?: (ObjectEncodingOptions & FlagAndOpenMode) | BufferEncoding | null): Promise<void>; - /** - * Asynchronously reads the entire contents of a file. - * - * If no encoding is specified (using `options.encoding`), the data is returned - * as a `Buffer` object. Otherwise, the data will be a string. - * - * If `options` is a string, then it specifies the encoding. - * - * When the `path` is a directory, the behavior of `fsPromises.readFile()` is - * platform-specific. On macOS, Linux, and Windows, the promise will be rejected - * with an error. On FreeBSD, a representation of the directory's contents will be - * returned. - * - * It is possible to abort an ongoing `readFile` using an `AbortSignal`. If a - * request is aborted the promise returned is rejected with an `AbortError`: - * - * ```js - * import { readFile } from 'fs/promises'; - * - * try { - * const controller = new AbortController(); - * const { signal } = controller; - * const promise = readFile(fileName, { signal }); - * - * // Abort the request before the promise settles. - * controller.abort(); - * - * await promise; - * } catch (err) { - * // When a request is aborted - err is an AbortError - * console.error(err); - * } - * ``` - * - * Aborting an ongoing request does not abort individual operating - * system requests but rather the internal buffering `fs.readFile` performs. - * - * Any specified `FileHandle` has to support reading. - * @since v10.0.0 - * @param path filename or `FileHandle` - * @return Fulfills with the contents of the file. - */ - function readFile( - path: PathLike | FileHandle, - options?: - | ({ - encoding?: null | undefined; - flag?: OpenMode | undefined; - } & Abortable) - | null - ): Promise<Buffer>; - /** - * Asynchronously reads the entire contents of a file. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * If a `FileHandle` is provided, the underlying file will _not_ be closed automatically. - * @param options An object that may contain an optional flag. - * If a flag is not provided, it defaults to `'r'`. - */ - function readFile( - path: PathLike | FileHandle, - options: - | ({ - encoding: BufferEncoding; - flag?: OpenMode | undefined; - } & Abortable) - | BufferEncoding - ): Promise<string>; - /** - * Asynchronously reads the entire contents of a file. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * If a `FileHandle` is provided, the underlying file will _not_ be closed automatically. - * @param options An object that may contain an optional flag. - * If a flag is not provided, it defaults to `'r'`. - */ - function readFile( - path: PathLike | FileHandle, - options?: - | (ObjectEncodingOptions & - Abortable & { - flag?: OpenMode | undefined; - }) - | BufferEncoding - | null - ): Promise<string | Buffer>; - /** - * Asynchronously open a directory for iterative scanning. See the POSIX [`opendir(3)`](http://man7.org/linux/man-pages/man3/opendir.3.html) documentation for more detail. - * - * Creates an `fs.Dir`, which contains all further functions for reading from - * and cleaning up the directory. - * - * The `encoding` option sets the encoding for the `path` while opening the - * directory and subsequent read operations. - * - * Example using async iteration: - * - * ```js - * import { opendir } from 'fs/promises'; - * - * try { - * const dir = await opendir('./'); - * for await (const dirent of dir) - * console.log(dirent.name); - * } catch (err) { - * console.error(err); - * } - * ``` - * - * When using the async iterator, the `fs.Dir` object will be automatically - * closed after the iterator exits. - * @since v12.12.0 - * @return Fulfills with an {fs.Dir}. - */ - function opendir(path: PathLike, options?: OpenDirOptions): Promise<Dir>; - /** - * Returns an async iterator that watches for changes on `filename`, where `filename`is either a file or a directory. - * - * ```js - * const { watch } = require('fs/promises'); - * - * const ac = new AbortController(); - * const { signal } = ac; - * setTimeout(() => ac.abort(), 10000); - * - * (async () => { - * try { - * const watcher = watch(__filename, { signal }); - * for await (const event of watcher) - * console.log(event); - * } catch (err) { - * if (err.name === 'AbortError') - * return; - * throw err; - * } - * })(); - * ``` - * - * On most platforms, `'rename'` is emitted whenever a filename appears or - * disappears in the directory. - * - * All the `caveats` for `fs.watch()` also apply to `fsPromises.watch()`. - * @since v15.9.0, v14.18.0 - * @return of objects with the properties: - */ - function watch( - filename: PathLike, - options: - | (WatchOptions & { - encoding: 'buffer'; - }) - | 'buffer' - ): AsyncIterable<FileChangeInfo<Buffer>>; - /** - * Watch for changes on `filename`, where `filename` is either a file or a directory, returning an `FSWatcher`. - * @param filename A path to a file or directory. If a URL is provided, it must use the `file:` protocol. - * @param options Either the encoding for the filename provided to the listener, or an object optionally specifying encoding, persistent, and recursive options. - * If `encoding` is not supplied, the default of `'utf8'` is used. - * If `persistent` is not supplied, the default of `true` is used. - * If `recursive` is not supplied, the default of `false` is used. - */ - function watch(filename: PathLike, options?: WatchOptions | BufferEncoding): AsyncIterable<FileChangeInfo<string>>; - /** - * Watch for changes on `filename`, where `filename` is either a file or a directory, returning an `FSWatcher`. - * @param filename A path to a file or directory. If a URL is provided, it must use the `file:` protocol. - * @param options Either the encoding for the filename provided to the listener, or an object optionally specifying encoding, persistent, and recursive options. - * If `encoding` is not supplied, the default of `'utf8'` is used. - * If `persistent` is not supplied, the default of `true` is used. - * If `recursive` is not supplied, the default of `false` is used. - */ - function watch(filename: PathLike, options: WatchOptions | string): AsyncIterable<FileChangeInfo<string>> | AsyncIterable<FileChangeInfo<Buffer>>; - /** - * Asynchronously copies the entire directory structure from `src` to `dest`, - * including subdirectories and files. - * - * When copying a directory to another directory, globs are not supported and - * behavior is similar to `cp dir1/ dir2/`. - * @since v16.7.0 - * @experimental - * @param src source path to copy. - * @param dest destination path to copy to. - * @return Fulfills with `undefined` upon success. - */ - function cp(source: string | URL, destination: string | URL, opts?: CopyOptions): Promise<void>; -} -declare module 'node:fs/promises' { - export * from 'fs/promises'; -} diff --git a/software/flow/node_modules/@types/node/globals.d.ts b/software/flow/node_modules/@types/node/globals.d.ts deleted file mode 100755 index 80fd4cf..0000000 --- a/software/flow/node_modules/@types/node/globals.d.ts +++ /dev/null @@ -1,300 +0,0 @@ -// Declare "static" methods in Error -interface ErrorConstructor { - /** Create .stack property on a target object */ - captureStackTrace(targetObject: object, constructorOpt?: Function): void; - - /** - * Optional override for formatting stack traces - * - * @see https://v8.dev/docs/stack-trace-api#customizing-stack-traces - */ - prepareStackTrace?: ((err: Error, stackTraces: NodeJS.CallSite[]) => any) | undefined; - - stackTraceLimit: number; -} - -/*-----------------------------------------------* - * * - * GLOBAL * - * * - ------------------------------------------------*/ - -// For backwards compability -interface NodeRequire extends NodeJS.Require { } -interface RequireResolve extends NodeJS.RequireResolve { } -interface NodeModule extends NodeJS.Module { } - -declare var process: NodeJS.Process; -declare var console: Console; - -declare var __filename: string; -declare var __dirname: string; - -declare var require: NodeRequire; -declare var module: NodeModule; - -// Same as module.exports -declare var exports: any; - -/** - * Only available if `--expose-gc` is passed to the process. - */ -declare var gc: undefined | (() => void); - -//#region borrowed -// from https://github.com/microsoft/TypeScript/blob/38da7c600c83e7b31193a62495239a0fe478cb67/lib/lib.webworker.d.ts#L633 until moved to separate lib -/** A controller object that allows you to abort one or more DOM requests as and when desired. */ -interface AbortController { - /** - * Returns the AbortSignal object associated with this object. - */ - - readonly signal: AbortSignal; - /** - * Invoking this method will set this object's AbortSignal's aborted flag and signal to any observers that the associated activity is to be aborted. - */ - abort(): void; -} - -/** A signal object that allows you to communicate with a DOM request (such as a Fetch) and abort it if required via an AbortController object. */ -interface AbortSignal extends EventTarget { - /** - * Returns true if this AbortSignal's AbortController has signaled to abort, and false otherwise. - */ - readonly aborted: boolean; -} - -declare var AbortController: typeof globalThis extends {onmessage: any; AbortController: infer T} - ? T - : { - prototype: AbortController; - new(): AbortController; - }; - -declare var AbortSignal: typeof globalThis extends {onmessage: any; AbortSignal: infer T} - ? T - : { - prototype: AbortSignal; - new(): AbortSignal; - abort(reason?: any): AbortSignal; - timeout(milliseconds: number): AbortSignal; - }; -//#endregion borrowed - -//#region ArrayLike.at() -interface RelativeIndexable<T> { - /** - * Takes an integer value and returns the item at that index, - * allowing for positive and negative integers. - * Negative integers count back from the last item in the array. - */ - at(index: number): T | undefined; -} -interface String extends RelativeIndexable<string> {} -interface Array<T> extends RelativeIndexable<T> {} -interface ReadonlyArray<T> extends RelativeIndexable<T> {} -interface Int8Array extends RelativeIndexable<number> {} -interface Uint8Array extends RelativeIndexable<number> {} -interface Uint8ClampedArray extends RelativeIndexable<number> {} -interface Int16Array extends RelativeIndexable<number> {} -interface Uint16Array extends RelativeIndexable<number> {} -interface Int32Array extends RelativeIndexable<number> {} -interface Uint32Array extends RelativeIndexable<number> {} -interface Float32Array extends RelativeIndexable<number> {} -interface Float64Array extends RelativeIndexable<number> {} -interface BigInt64Array extends RelativeIndexable<bigint> {} -interface BigUint64Array extends RelativeIndexable<bigint> {} -//#endregion ArrayLike.at() end - -/** - * @since v17.0.0 - * - * Creates a deep clone of an object. - */ -declare function structuredClone<T>( - value: T, - transfer?: { transfer: ReadonlyArray<import('worker_threads').TransferListItem> }, -): T; - -/*----------------------------------------------* -* * -* GLOBAL INTERFACES * -* * -*-----------------------------------------------*/ -declare namespace NodeJS { - interface CallSite { - /** - * Value of "this" - */ - getThis(): unknown; - - /** - * Type of "this" as a string. - * This is the name of the function stored in the constructor field of - * "this", if available. Otherwise the object's [[Class]] internal - * property. - */ - getTypeName(): string | null; - - /** - * Current function - */ - getFunction(): Function | undefined; - - /** - * Name of the current function, typically its name property. - * If a name property is not available an attempt will be made to try - * to infer a name from the function's context. - */ - getFunctionName(): string | null; - - /** - * Name of the property [of "this" or one of its prototypes] that holds - * the current function - */ - getMethodName(): string | null; - - /** - * Name of the script [if this function was defined in a script] - */ - getFileName(): string | null; - - /** - * Current line number [if this function was defined in a script] - */ - getLineNumber(): number | null; - - /** - * Current column number [if this function was defined in a script] - */ - getColumnNumber(): number | null; - - /** - * A call site object representing the location where eval was called - * [if this function was created using a call to eval] - */ - getEvalOrigin(): string | undefined; - - /** - * Is this a toplevel invocation, that is, is "this" the global object? - */ - isToplevel(): boolean; - - /** - * Does this call take place in code defined by a call to eval? - */ - isEval(): boolean; - - /** - * Is this call in native V8 code? - */ - isNative(): boolean; - - /** - * Is this a constructor call? - */ - isConstructor(): boolean; - } - - interface ErrnoException extends Error { - errno?: number | undefined; - code?: string | undefined; - path?: string | undefined; - syscall?: string | undefined; - } - - interface ReadableStream extends EventEmitter { - readable: boolean; - read(size?: number): string | Buffer; - setEncoding(encoding: BufferEncoding): this; - pause(): this; - resume(): this; - isPaused(): boolean; - pipe<T extends WritableStream>(destination: T, options?: { end?: boolean | undefined; }): T; - unpipe(destination?: WritableStream): this; - unshift(chunk: string | Uint8Array, encoding?: BufferEncoding): void; - wrap(oldStream: ReadableStream): this; - [Symbol.asyncIterator](): AsyncIterableIterator<string | Buffer>; - } - - interface WritableStream extends EventEmitter { - writable: boolean; - write(buffer: Uint8Array | string, cb?: (err?: Error | null) => void): boolean; - write(str: string, encoding?: BufferEncoding, cb?: (err?: Error | null) => void): boolean; - end(cb?: () => void): this; - end(data: string | Uint8Array, cb?: () => void): this; - end(str: string, encoding?: BufferEncoding, cb?: () => void): this; - } - - interface ReadWriteStream extends ReadableStream, WritableStream { } - - interface RefCounted { - ref(): this; - unref(): this; - } - - type TypedArray = - | Uint8Array - | Uint8ClampedArray - | Uint16Array - | Uint32Array - | Int8Array - | Int16Array - | Int32Array - | BigUint64Array - | BigInt64Array - | Float32Array - | Float64Array; - type ArrayBufferView = TypedArray | DataView; - - interface Require { - (id: string): any; - resolve: RequireResolve; - cache: Dict<NodeModule>; - /** - * @deprecated - */ - extensions: RequireExtensions; - main: Module | undefined; - } - - interface RequireResolve { - (id: string, options?: { paths?: string[] | undefined; }): string; - paths(request: string): string[] | null; - } - - interface RequireExtensions extends Dict<(m: Module, filename: string) => any> { - '.js': (m: Module, filename: string) => any; - '.json': (m: Module, filename: string) => any; - '.node': (m: Module, filename: string) => any; - } - interface Module { - /** - * `true` if the module is running during the Node.js preload - */ - isPreloading: boolean; - exports: any; - require: Require; - id: string; - filename: string; - loaded: boolean; - /** @deprecated since v14.6.0 Please use `require.main` and `module.children` instead. */ - parent: Module | null | undefined; - children: Module[]; - /** - * @since v11.14.0 - * - * The directory name of the module. This is usually the same as the path.dirname() of the module.id. - */ - path: string; - paths: string[]; - } - - interface Dict<T> { - [key: string]: T | undefined; - } - - interface ReadOnlyDict<T> { - readonly [key: string]: T | undefined; - } -} diff --git a/software/flow/node_modules/@types/node/globals.global.d.ts b/software/flow/node_modules/@types/node/globals.global.d.ts deleted file mode 100755 index ef1198c..0000000 --- a/software/flow/node_modules/@types/node/globals.global.d.ts +++ /dev/null @@ -1 +0,0 @@ -declare var global: typeof globalThis; diff --git a/software/flow/node_modules/@types/node/http.d.ts b/software/flow/node_modules/@types/node/http.d.ts deleted file mode 100755 index e14de6c..0000000 --- a/software/flow/node_modules/@types/node/http.d.ts +++ /dev/null @@ -1,1651 +0,0 @@ -/** - * To use the HTTP server and client one must `require('http')`. - * - * The HTTP interfaces in Node.js are designed to support many features - * of the protocol which have been traditionally difficult to use. - * In particular, large, possibly chunk-encoded, messages. The interface is - * careful to never buffer entire requests or responses, so the - * user is able to stream data. - * - * HTTP message headers are represented by an object like this: - * - * ```js - * { 'content-length': '123', - * 'content-type': 'text/plain', - * 'connection': 'keep-alive', - * 'host': 'example.com', - * 'accept': '*' } - * ``` - * - * Keys are lowercased. Values are not modified. - * - * In order to support the full spectrum of possible HTTP applications, the Node.js - * HTTP API is very low-level. It deals with stream handling and message - * parsing only. It parses a message into headers and body but it does not - * parse the actual headers or the body. - * - * See `message.headers` for details on how duplicate headers are handled. - * - * The raw headers as they were received are retained in the `rawHeaders`property, which is an array of `[key, value, key2, value2, ...]`. For - * example, the previous message header object might have a `rawHeaders`list like the following: - * - * ```js - * [ 'ConTent-Length', '123456', - * 'content-LENGTH', '123', - * 'content-type', 'text/plain', - * 'CONNECTION', 'keep-alive', - * 'Host', 'example.com', - * 'accepT', '*' ] - * ``` - * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/http.js) - */ -declare module 'http' { - import * as stream from 'node:stream'; - import { URL } from 'node:url'; - import { TcpSocketConnectOpts, Socket, Server as NetServer, LookupFunction } from 'node:net'; - import { LookupOptions } from 'node:dns'; - // incoming headers will never contain number - interface IncomingHttpHeaders extends NodeJS.Dict<string | string[]> { - accept?: string | undefined; - 'accept-language'?: string | undefined; - 'accept-patch'?: string | undefined; - 'accept-ranges'?: string | undefined; - 'access-control-allow-credentials'?: string | undefined; - 'access-control-allow-headers'?: string | undefined; - 'access-control-allow-methods'?: string | undefined; - 'access-control-allow-origin'?: string | undefined; - 'access-control-expose-headers'?: string | undefined; - 'access-control-max-age'?: string | undefined; - 'access-control-request-headers'?: string | undefined; - 'access-control-request-method'?: string | undefined; - age?: string | undefined; - allow?: string | undefined; - 'alt-svc'?: string | undefined; - authorization?: string | undefined; - 'cache-control'?: string | undefined; - connection?: string | undefined; - 'content-disposition'?: string | undefined; - 'content-encoding'?: string | undefined; - 'content-language'?: string | undefined; - 'content-length'?: string | undefined; - 'content-location'?: string | undefined; - 'content-range'?: string | undefined; - 'content-type'?: string | undefined; - cookie?: string | undefined; - date?: string | undefined; - etag?: string | undefined; - expect?: string | undefined; - expires?: string | undefined; - forwarded?: string | undefined; - from?: string | undefined; - host?: string | undefined; - 'if-match'?: string | undefined; - 'if-modified-since'?: string | undefined; - 'if-none-match'?: string | undefined; - 'if-unmodified-since'?: string | undefined; - 'last-modified'?: string | undefined; - location?: string | undefined; - origin?: string | undefined; - pragma?: string | undefined; - 'proxy-authenticate'?: string | undefined; - 'proxy-authorization'?: string | undefined; - 'public-key-pins'?: string | undefined; - range?: string | undefined; - referer?: string | undefined; - 'retry-after'?: string | undefined; - 'sec-websocket-accept'?: string | undefined; - 'sec-websocket-extensions'?: string | undefined; - 'sec-websocket-key'?: string | undefined; - 'sec-websocket-protocol'?: string | undefined; - 'sec-websocket-version'?: string | undefined; - 'set-cookie'?: string[] | undefined; - 'strict-transport-security'?: string | undefined; - tk?: string | undefined; - trailer?: string | undefined; - 'transfer-encoding'?: string | undefined; - upgrade?: string | undefined; - 'user-agent'?: string | undefined; - vary?: string | undefined; - via?: string | undefined; - warning?: string | undefined; - 'www-authenticate'?: string | undefined; - } - // outgoing headers allows numbers (as they are converted internally to strings) - type OutgoingHttpHeader = number | string | string[]; - interface OutgoingHttpHeaders extends NodeJS.Dict<OutgoingHttpHeader> {} - interface ClientRequestArgs { - _defaultAgent?: Agent | undefined; - agent?: Agent | boolean | undefined; - auth?: string | null | undefined; - // https://github.com/nodejs/node/blob/master/lib/_http_client.js#L278 - createConnection?: - | ((options: ClientRequestArgs, oncreate: (err: Error, socket: Socket) => void) => Socket) - | undefined; - defaultPort?: number | string | undefined; - family?: number | undefined; - headers?: OutgoingHttpHeaders | undefined; - hints?: LookupOptions['hints']; - host?: string | null | undefined; - hostname?: string | null | undefined; - insecureHTTPParser?: boolean | undefined; - localAddress?: string | undefined; - localPort?: number | undefined; - lookup?: LookupFunction | undefined; - /** - * @default 16384 - */ - maxHeaderSize?: number | undefined; - method?: string | undefined; - path?: string | null | undefined; - port?: number | string | null | undefined; - protocol?: string | null | undefined; - setHost?: boolean | undefined; - signal?: AbortSignal | undefined; - socketPath?: string | undefined; - timeout?: number | undefined; - uniqueHeaders?: Array<string | string[]> | undefined; - } - interface ServerOptions< - Request extends typeof IncomingMessage = typeof IncomingMessage, - Response extends typeof ServerResponse = typeof ServerResponse, - > { - /** - * Specifies the `IncomingMessage` class to be used. Useful for extending the original `IncomingMessage`. - */ - IncomingMessage?: Request | undefined; - /** - * Specifies the `ServerResponse` class to be used. Useful for extending the original `ServerResponse`. - */ - ServerResponse?: Response | undefined; - /** - * Sets the timeout value in milliseconds for receiving the entire request from the client. - * @see Server.requestTimeout for more information. - * @default 300000 - * @since v18.0.0 - */ - requestTimeout?: number | undefined; - /** - * The number of milliseconds of inactivity a server needs to wait for additional incoming data, - * after it has finished writing the last response, before a socket will be destroyed. - * @see Server.keepAliveTimeout for more information. - * @default 5000 - * @since v18.0.0 - */ - keepAliveTimeout?: number | undefined; - /** - * Sets the interval value in milliseconds to check for request and headers timeout in incomplete requests. - * @default 30000 - */ - connectionsCheckingInterval?: number | undefined; - /** - * Use an insecure HTTP parser that accepts invalid HTTP headers when `true`. - * Using the insecure parser should be avoided. - * See --insecure-http-parser for more information. - * @default false - */ - insecureHTTPParser?: boolean | undefined; - /** - * Optionally overrides the value of - * `--max-http-header-size` for requests received by this server, i.e. - * the maximum length of request headers in bytes. - * @default 16384 - * @since v13.3.0 - */ - maxHeaderSize?: number | undefined; - /** - * If set to `true`, it disables the use of Nagle's algorithm immediately after a new incoming connection is received. - * @default true - * @since v16.5.0 - */ - noDelay?: boolean | undefined; - /** - * If set to `true`, it enables keep-alive functionality on the socket immediately after a new incoming connection is received, - * similarly on what is done in `socket.setKeepAlive([enable][, initialDelay])`. - * @default false - * @since v16.5.0 - */ - keepAlive?: boolean | undefined; - /** - * If set to a positive number, it sets the initial delay before the first keepalive probe is sent on an idle socket. - * @default 0 - * @since v16.5.0 - */ - keepAliveInitialDelay?: number | undefined; - /** - * A list of response headers that should be sent only once. - * If the header's value is an array, the items will be joined using `; `. - */ - uniqueHeaders?: Array<string | string[]> | undefined; - } - type RequestListener< - Request extends typeof IncomingMessage = typeof IncomingMessage, - Response extends typeof ServerResponse = typeof ServerResponse, - > = (req: InstanceType<Request>, res: InstanceType<Response> & { req: InstanceType<Request> }) => void; - /** - * @since v0.1.17 - */ - class Server< - Request extends typeof IncomingMessage = typeof IncomingMessage, - Response extends typeof ServerResponse = typeof ServerResponse, - > extends NetServer { - constructor(requestListener?: RequestListener<Request, Response>); - constructor(options: ServerOptions<Request, Response>, requestListener?: RequestListener<Request, Response>); - /** - * Sets the timeout value for sockets, and emits a `'timeout'` event on - * the Server object, passing the socket as an argument, if a timeout - * occurs. - * - * If there is a `'timeout'` event listener on the Server object, then it - * will be called with the timed-out socket as an argument. - * - * By default, the Server does not timeout sockets. However, if a callback - * is assigned to the Server's `'timeout'` event, timeouts must be handled - * explicitly. - * @since v0.9.12 - * @param [msecs=0 (no timeout)] - */ - setTimeout(msecs?: number, callback?: () => void): this; - setTimeout(callback: () => void): this; - /** - * Limits maximum incoming headers count. If set to 0, no limit will be applied. - * @since v0.7.0 - */ - maxHeadersCount: number | null; - /** - * The maximum number of requests socket can handle - * before closing keep alive connection. - * - * A value of `0` will disable the limit. - * - * When the limit is reached it will set the `Connection` header value to `close`, - * but will not actually close the connection, subsequent requests sent - * after the limit is reached will get `503 Service Unavailable` as a response. - * @since v16.10.0 - */ - maxRequestsPerSocket: number | null; - /** - * The number of milliseconds of inactivity before a socket is presumed - * to have timed out. - * - * A value of `0` will disable the timeout behavior on incoming connections. - * - * The socket timeout logic is set up on connection, so changing this - * value only affects new connections to the server, not any existing connections. - * @since v0.9.12 - */ - timeout: number; - /** - * Limit the amount of time the parser will wait to receive the complete HTTP - * headers. - * - * If the timeout expires, the server responds with status 408 without - * forwarding the request to the request listener and then closes the connection. - * - * It must be set to a non-zero value (e.g. 120 seconds) to protect against - * potential Denial-of-Service attacks in case the server is deployed without a - * reverse proxy in front. - * @since v11.3.0, v10.14.0 - */ - headersTimeout: number; - /** - * The number of milliseconds of inactivity a server needs to wait for additional - * incoming data, after it has finished writing the last response, before a socket - * will be destroyed. If the server receives new data before the keep-alive - * timeout has fired, it will reset the regular inactivity timeout, i.e.,`server.timeout`. - * - * A value of `0` will disable the keep-alive timeout behavior on incoming - * connections. - * A value of `0` makes the http server behave similarly to Node.js versions prior - * to 8.0.0, which did not have a keep-alive timeout. - * - * The socket timeout logic is set up on connection, so changing this value only - * affects new connections to the server, not any existing connections. - * @since v8.0.0 - */ - keepAliveTimeout: number; - /** - * Sets the timeout value in milliseconds for receiving the entire request from - * the client. - * - * If the timeout expires, the server responds with status 408 without - * forwarding the request to the request listener and then closes the connection. - * - * It must be set to a non-zero value (e.g. 120 seconds) to protect against - * potential Denial-of-Service attacks in case the server is deployed without a - * reverse proxy in front. - * @since v14.11.0 - */ - requestTimeout: number; - /** - * Closes all connections connected to this server. - * @since v18.2.0 - */ - closeAllConnections(): void; - /** - * Closes all connections connected to this server which are not sending a request or waiting for a response. - * @since v18.2.0 - */ - closeIdleConnections(): void; - addListener(event: string, listener: (...args: any[]) => void): this; - addListener(event: 'close', listener: () => void): this; - addListener(event: 'connection', listener: (socket: Socket) => void): this; - addListener(event: 'error', listener: (err: Error) => void): this; - addListener(event: 'listening', listener: () => void): this; - addListener(event: 'checkContinue', listener: RequestListener<Request, Response>): this; - addListener(event: 'checkExpectation', listener: RequestListener<Request, Response>): this; - addListener(event: 'clientError', listener: (err: Error, socket: stream.Duplex) => void): this; - addListener( - event: 'connect', - listener: (req: InstanceType<Request>, socket: stream.Duplex, head: Buffer) => void, - ): this; - addListener(event: 'request', listener: RequestListener<Request, Response>): this; - addListener( - event: 'upgrade', - listener: (req: InstanceType<Request>, socket: stream.Duplex, head: Buffer) => void, - ): this; - emit(event: string, ...args: any[]): boolean; - emit(event: 'close'): boolean; - emit(event: 'connection', socket: Socket): boolean; - emit(event: 'error', err: Error): boolean; - emit(event: 'listening'): boolean; - emit( - event: 'checkContinue', - req: InstanceType<Request>, - res: InstanceType<Response> & { req: InstanceType<Request> }, - ): boolean; - emit( - event: 'checkExpectation', - req: InstanceType<Request>, - res: InstanceType<Response> & { req: InstanceType<Request> }, - ): boolean; - emit(event: 'clientError', err: Error, socket: stream.Duplex): boolean; - emit(event: 'connect', req: InstanceType<Request>, socket: stream.Duplex, head: Buffer): boolean; - emit( - event: 'request', - req: InstanceType<Request>, - res: InstanceType<Response> & { req: InstanceType<Request> }, - ): boolean; - emit(event: 'upgrade', req: InstanceType<Request>, socket: stream.Duplex, head: Buffer): boolean; - on(event: string, listener: (...args: any[]) => void): this; - on(event: 'close', listener: () => void): this; - on(event: 'connection', listener: (socket: Socket) => void): this; - on(event: 'error', listener: (err: Error) => void): this; - on(event: 'listening', listener: () => void): this; - on(event: 'checkContinue', listener: RequestListener<Request, Response>): this; - on(event: 'checkExpectation', listener: RequestListener<Request, Response>): this; - on(event: 'clientError', listener: (err: Error, socket: stream.Duplex) => void): this; - on(event: 'connect', listener: (req: InstanceType<Request>, socket: stream.Duplex, head: Buffer) => void): this; - on(event: 'request', listener: RequestListener<Request, Response>): this; - on(event: 'upgrade', listener: (req: InstanceType<Request>, socket: stream.Duplex, head: Buffer) => void): this; - once(event: string, listener: (...args: any[]) => void): this; - once(event: 'close', listener: () => void): this; - once(event: 'connection', listener: (socket: Socket) => void): this; - once(event: 'error', listener: (err: Error) => void): this; - once(event: 'listening', listener: () => void): this; - once(event: 'checkContinue', listener: RequestListener<Request, Response>): this; - once(event: 'checkExpectation', listener: RequestListener<Request, Response>): this; - once(event: 'clientError', listener: (err: Error, socket: stream.Duplex) => void): this; - once( - event: 'connect', - listener: (req: InstanceType<Request>, socket: stream.Duplex, head: Buffer) => void, - ): this; - once(event: 'request', listener: RequestListener<Request, Response>): this; - once( - event: 'upgrade', - listener: (req: InstanceType<Request>, socket: stream.Duplex, head: Buffer) => void, - ): this; - prependListener(event: string, listener: (...args: any[]) => void): this; - prependListener(event: 'close', listener: () => void): this; - prependListener(event: 'connection', listener: (socket: Socket) => void): this; - prependListener(event: 'error', listener: (err: Error) => void): this; - prependListener(event: 'listening', listener: () => void): this; - prependListener(event: 'checkContinue', listener: RequestListener<Request, Response>): this; - prependListener(event: 'checkExpectation', listener: RequestListener<Request, Response>): this; - prependListener(event: 'clientError', listener: (err: Error, socket: stream.Duplex) => void): this; - prependListener( - event: 'connect', - listener: (req: InstanceType<Request>, socket: stream.Duplex, head: Buffer) => void, - ): this; - prependListener(event: 'request', listener: RequestListener<Request, Response>): this; - prependListener( - event: 'upgrade', - listener: (req: InstanceType<Request>, socket: stream.Duplex, head: Buffer) => void, - ): this; - prependOnceListener(event: string, listener: (...args: any[]) => void): this; - prependOnceListener(event: 'close', listener: () => void): this; - prependOnceListener(event: 'connection', listener: (socket: Socket) => void): this; - prependOnceListener(event: 'error', listener: (err: Error) => void): this; - prependOnceListener(event: 'listening', listener: () => void): this; - prependOnceListener(event: 'checkContinue', listener: RequestListener<Request, Response>): this; - prependOnceListener(event: 'checkExpectation', listener: RequestListener<Request, Response>): this; - prependOnceListener(event: 'clientError', listener: (err: Error, socket: stream.Duplex) => void): this; - prependOnceListener( - event: 'connect', - listener: (req: InstanceType<Request>, socket: stream.Duplex, head: Buffer) => void, - ): this; - prependOnceListener(event: 'request', listener: RequestListener<Request, Response>): this; - prependOnceListener( - event: 'upgrade', - listener: (req: InstanceType<Request>, socket: stream.Duplex, head: Buffer) => void, - ): this; - } - /** - * This class serves as the parent class of {@link ClientRequest} and {@link ServerResponse}. It is an abstract of outgoing message from - * the perspective of the participants of HTTP transaction. - * @since v0.1.17 - */ - class OutgoingMessage<Request extends IncomingMessage = IncomingMessage> extends stream.Writable { - readonly req: Request; - chunkedEncoding: boolean; - shouldKeepAlive: boolean; - useChunkedEncodingByDefault: boolean; - sendDate: boolean; - /** - * @deprecated Use `writableEnded` instead. - */ - finished: boolean; - /** - * Read-only. `true` if the headers were sent, otherwise `false`. - * @since v0.9.3 - */ - readonly headersSent: boolean; - /** - * Aliases of `outgoingMessage.socket` - * @since v0.3.0 - * @deprecated Since v15.12.0,v14.17.1 - Use `socket` instead. - */ - readonly connection: Socket | null; - /** - * Reference to the underlying socket. Usually, users will not want to access - * this property. - * - * After calling `outgoingMessage.end()`, this property will be nulled. - * @since v0.3.0 - */ - readonly socket: Socket | null; - constructor(); - /** - * Once a socket is associated with the message and is connected,`socket.setTimeout()` will be called with `msecs` as the first parameter. - * @since v0.9.12 - * @param callback Optional function to be called when a timeout occurs. Same as binding to the `timeout` event. - */ - setTimeout(msecs: number, callback?: () => void): this; - /** - * Sets a single header value for the header object. - * @since v0.4.0 - * @param name Header name - * @param value Header value - */ - setHeader(name: string, value: number | string | ReadonlyArray<string>): this; - /** - * Gets the value of HTTP header with the given name. If such a name doesn't - * exist in message, it will be `undefined`. - * @since v0.4.0 - * @param name Name of header - */ - getHeader(name: string): number | string | string[] | undefined; - /** - * Returns a shallow copy of the current outgoing headers. Since a shallow - * copy is used, array values may be mutated without additional calls to - * various header-related HTTP module methods. The keys of the returned - * object are the header names and the values are the respective header - * values. All header names are lowercase. - * - * The object returned by the `outgoingMessage.getHeaders()` method does - * not prototypically inherit from the JavaScript Object. This means that - * typical Object methods such as `obj.toString()`, `obj.hasOwnProperty()`, - * and others are not defined and will not work. - * - * ```js - * outgoingMessage.setHeader('Foo', 'bar'); - * outgoingMessage.setHeader('Set-Cookie', ['foo=bar', 'bar=baz']); - * - * const headers = outgoingMessage.getHeaders(); - * // headers === { foo: 'bar', 'set-cookie': ['foo=bar', 'bar=baz'] } - * ``` - * @since v7.7.0 - */ - getHeaders(): OutgoingHttpHeaders; - /** - * Returns an array of names of headers of the outgoing outgoingMessage. All - * names are lowercase. - * @since v7.7.0 - */ - getHeaderNames(): string[]; - /** - * Returns `true` if the header identified by `name` is currently set in the - * outgoing headers. The header name is case-insensitive. - * - * ```js - * const hasContentType = outgoingMessage.hasHeader('content-type'); - * ``` - * @since v7.7.0 - */ - hasHeader(name: string): boolean; - /** - * Removes a header that is queued for implicit sending. - * - * ```js - * outgoingMessage.removeHeader('Content-Encoding'); - * ``` - * @since v0.4.0 - * @param name Header name - */ - removeHeader(name: string): void; - /** - * Adds HTTP trailers (headers but at the end of the message) to the message. - * - * Trailers are **only** be emitted if the message is chunked encoded. If not, - * the trailer will be silently discarded. - * - * HTTP requires the `Trailer` header to be sent to emit trailers, - * with a list of header fields in its value, e.g. - * - * ```js - * message.writeHead(200, { 'Content-Type': 'text/plain', - * 'Trailer': 'Content-MD5' }); - * message.write(fileData); - * message.addTrailers({ 'Content-MD5': '7895bf4b8828b55ceaf47747b4bca667' }); - * message.end(); - * ``` - * - * Attempting to set a header field name or value that contains invalid characters - * will result in a `TypeError` being thrown. - * @since v0.3.0 - */ - addTrailers(headers: OutgoingHttpHeaders | ReadonlyArray<[string, string]>): void; - /** - * Compulsorily flushes the message headers - * - * For efficiency reason, Node.js normally buffers the message headers - * until `outgoingMessage.end()` is called or the first chunk of message data - * is written. It then tries to pack the headers and data into a single TCP - * packet. - * - * It is usually desired (it saves a TCP round-trip), but not when the first - * data is not sent until possibly much later. `outgoingMessage.flushHeaders()`bypasses the optimization and kickstarts the request. - * @since v1.6.0 - */ - flushHeaders(): void; - } - /** - * This object is created internally by an HTTP server, not by the user. It is - * passed as the second parameter to the `'request'` event. - * @since v0.1.17 - */ - class ServerResponse<Request extends IncomingMessage = IncomingMessage> extends OutgoingMessage<Request> { - /** - * When using implicit headers (not calling `response.writeHead()` explicitly), - * this property controls the status code that will be sent to the client when - * the headers get flushed. - * - * ```js - * response.statusCode = 404; - * ``` - * - * After response header was sent to the client, this property indicates the - * status code which was sent out. - * @since v0.4.0 - */ - statusCode: number; - /** - * When using implicit headers (not calling `response.writeHead()` explicitly), - * this property controls the status message that will be sent to the client when - * the headers get flushed. If this is left as `undefined` then the standard - * message for the status code will be used. - * - * ```js - * response.statusMessage = 'Not found'; - * ``` - * - * After response header was sent to the client, this property indicates the - * status message which was sent out. - * @since v0.11.8 - */ - statusMessage: string; - constructor(req: Request); - assignSocket(socket: Socket): void; - detachSocket(socket: Socket): void; - /** - * Sends an HTTP/1.1 100 Continue message to the client, indicating that - * the request body should be sent. See the `'checkContinue'` event on`Server`. - * @since v0.3.0 - */ - writeContinue(callback?: () => void): void; - /** - * Sends an HTTP/1.1 103 Early Hints message to the client with a Link header, - * indicating that the user agent can preload/preconnect the linked resources. - * The `hints` is an object containing the values of headers to be sent with - * early hints message. The optional `callback` argument will be called when - * the response message has been written. - * - * Example: - * - * ```js - * const earlyHintsLink = '</styles.css>; rel=preload; as=style'; - * response.writeEarlyHints({ - * 'link': earlyHintsLink, - * }); - * - * const earlyHintsLinks = [ - * '</styles.css>; rel=preload; as=style', - * '</scripts.js>; rel=preload; as=script', - * ]; - * response.writeEarlyHints({ - * 'link': earlyHintsLinks, - * 'x-trace-id': 'id for diagnostics' - * }); - * - * const earlyHintsCallback = () => console.log('early hints message sent'); - * response.writeEarlyHints({ - * 'link': earlyHintsLinks - * }, earlyHintsCallback); - * ``` - * - * @since v18.11.0 - * @param hints An object containing the values of headers - * @param callback Will be called when the response message has been written - */ - writeEarlyHints(hints: Record<string, string | string[]>, callback?: () => void): void; - /** - * Sends a response header to the request. The status code is a 3-digit HTTP - * status code, like `404`. The last argument, `headers`, are the response headers. - * Optionally one can give a human-readable `statusMessage` as the second - * argument. - * - * `headers` may be an `Array` where the keys and values are in the same list. - * It is _not_ a list of tuples. So, the even-numbered offsets are key values, - * and the odd-numbered offsets are the associated values. The array is in the same - * format as `request.rawHeaders`. - * - * Returns a reference to the `ServerResponse`, so that calls can be chained. - * - * ```js - * const body = 'hello world'; - * response - * .writeHead(200, { - * 'Content-Length': Buffer.byteLength(body), - * 'Content-Type': 'text/plain' - * }) - * .end(body); - * ``` - * - * This method must only be called once on a message and it must - * be called before `response.end()` is called. - * - * If `response.write()` or `response.end()` are called before calling - * this, the implicit/mutable headers will be calculated and call this function. - * - * When headers have been set with `response.setHeader()`, they will be merged - * with any headers passed to `response.writeHead()`, with the headers passed - * to `response.writeHead()` given precedence. - * - * If this method is called and `response.setHeader()` has not been called, - * it will directly write the supplied header values onto the network channel - * without caching internally, and the `response.getHeader()` on the header - * will not yield the expected result. If progressive population of headers is - * desired with potential future retrieval and modification, use `response.setHeader()` instead. - * - * ```js - * // Returns content-type = text/plain - * const server = http.createServer((req, res) => { - * res.setHeader('Content-Type', 'text/html'); - * res.setHeader('X-Foo', 'bar'); - * res.writeHead(200, { 'Content-Type': 'text/plain' }); - * res.end('ok'); - * }); - * ``` - * - * `Content-Length` is given in bytes, not characters. Use `Buffer.byteLength()` to determine the length of the body in bytes. Node.js - * does not check whether `Content-Length` and the length of the body which has - * been transmitted are equal or not. - * - * Attempting to set a header field name or value that contains invalid characters - * will result in a `TypeError` being thrown. - * @since v0.1.30 - */ - writeHead( - statusCode: number, - statusMessage?: string, - headers?: OutgoingHttpHeaders | OutgoingHttpHeader[], - ): this; - writeHead(statusCode: number, headers?: OutgoingHttpHeaders | OutgoingHttpHeader[]): this; - /** - * Sends an HTTP/1.1 102 Processing message to the client, indicating that - * the request body should be sent. - * @since v10.0.0 - */ - writeProcessing(): void; - } - interface InformationEvent { - statusCode: number; - statusMessage: string; - httpVersion: string; - httpVersionMajor: number; - httpVersionMinor: number; - headers: IncomingHttpHeaders; - rawHeaders: string[]; - } - /** - * This object is created internally and returned from {@link request}. It - * represents an _in-progress_ request whose header has already been queued. The - * header is still mutable using the `setHeader(name, value)`,`getHeader(name)`, `removeHeader(name)` API. The actual header will - * be sent along with the first data chunk or when calling `request.end()`. - * - * To get the response, add a listener for `'response'` to the request object.`'response'` will be emitted from the request object when the response - * headers have been received. The `'response'` event is executed with one - * argument which is an instance of {@link IncomingMessage}. - * - * During the `'response'` event, one can add listeners to the - * response object; particularly to listen for the `'data'` event. - * - * If no `'response'` handler is added, then the response will be - * entirely discarded. However, if a `'response'` event handler is added, - * then the data from the response object **must** be consumed, either by - * calling `response.read()` whenever there is a `'readable'` event, or - * by adding a `'data'` handler, or by calling the `.resume()` method. - * Until the data is consumed, the `'end'` event will not fire. Also, until - * the data is read it will consume memory that can eventually lead to a - * 'process out of memory' error. - * - * For backward compatibility, `res` will only emit `'error'` if there is an`'error'` listener registered. - * - * Node.js does not check whether Content-Length and the length of the - * body which has been transmitted are equal or not. - * @since v0.1.17 - */ - class ClientRequest extends OutgoingMessage { - /** - * The `request.aborted` property will be `true` if the request has - * been aborted. - * @since v0.11.14 - * @deprecated Since v17.0.0,v16.12.0 - Check `destroyed` instead. - */ - aborted: boolean; - /** - * The request host. - * @since v14.5.0, v12.19.0 - */ - host: string; - /** - * The request protocol. - * @since v14.5.0, v12.19.0 - */ - protocol: string; - /** - * When sending request through a keep-alive enabled agent, the underlying socket - * might be reused. But if server closes connection at unfortunate time, client - * may run into a 'ECONNRESET' error. - * - * ```js - * const http = require('http'); - * - * // Server has a 5 seconds keep-alive timeout by default - * http - * .createServer((req, res) => { - * res.write('hello\n'); - * res.end(); - * }) - * .listen(3000); - * - * setInterval(() => { - * // Adapting a keep-alive agent - * http.get('http://localhost:3000', { agent }, (res) => { - * res.on('data', (data) => { - * // Do nothing - * }); - * }); - * }, 5000); // Sending request on 5s interval so it's easy to hit idle timeout - * ``` - * - * By marking a request whether it reused socket or not, we can do - * automatic error retry base on it. - * - * ```js - * const http = require('http'); - * const agent = new http.Agent({ keepAlive: true }); - * - * function retriableRequest() { - * const req = http - * .get('http://localhost:3000', { agent }, (res) => { - * // ... - * }) - * .on('error', (err) => { - * // Check if retry is needed - * if (req.reusedSocket &#x26;&#x26; err.code === 'ECONNRESET') { - * retriableRequest(); - * } - * }); - * } - * - * retriableRequest(); - * ``` - * @since v13.0.0, v12.16.0 - */ - reusedSocket: boolean; - /** - * Limits maximum response headers count. If set to 0, no limit will be applied. - */ - maxHeadersCount: number; - constructor(url: string | URL | ClientRequestArgs, cb?: (res: IncomingMessage) => void); - /** - * The request method. - * @since v0.1.97 - */ - method: string; - /** - * The request path. - * @since v0.4.0 - */ - path: string; - /** - * Marks the request as aborting. Calling this will cause remaining data - * in the response to be dropped and the socket to be destroyed. - * @since v0.3.8 - * @deprecated Since v14.1.0,v13.14.0 - Use `destroy` instead. - */ - abort(): void; - onSocket(socket: Socket): void; - /** - * Once a socket is assigned to this request and is connected `socket.setTimeout()` will be called. - * @since v0.5.9 - * @param timeout Milliseconds before a request times out. - * @param callback Optional function to be called when a timeout occurs. Same as binding to the `'timeout'` event. - */ - setTimeout(timeout: number, callback?: () => void): this; - /** - * Once a socket is assigned to this request and is connected `socket.setNoDelay()` will be called. - * @since v0.5.9 - */ - setNoDelay(noDelay?: boolean): void; - /** - * Once a socket is assigned to this request and is connected `socket.setKeepAlive()` will be called. - * @since v0.5.9 - */ - setSocketKeepAlive(enable?: boolean, initialDelay?: number): void; - /** - * Returns an array containing the unique names of the current outgoing raw - * headers. Header names are returned with their exact casing being set. - * - * ```js - * request.setHeader('Foo', 'bar'); - * request.setHeader('Set-Cookie', ['foo=bar', 'bar=baz']); - * - * const headerNames = request.getRawHeaderNames(); - * // headerNames === ['Foo', 'Set-Cookie'] - * ``` - * @since v15.13.0, v14.17.0 - */ - getRawHeaderNames(): string[]; - /** - * @deprecated - */ - addListener(event: 'abort', listener: () => void): this; - addListener( - event: 'connect', - listener: (response: IncomingMessage, socket: Socket, head: Buffer) => void, - ): this; - addListener(event: 'continue', listener: () => void): this; - addListener(event: 'information', listener: (info: InformationEvent) => void): this; - addListener(event: 'response', listener: (response: IncomingMessage) => void): this; - addListener(event: 'socket', listener: (socket: Socket) => void): this; - addListener(event: 'timeout', listener: () => void): this; - addListener( - event: 'upgrade', - listener: (response: IncomingMessage, socket: Socket, head: Buffer) => void, - ): this; - addListener(event: 'close', listener: () => void): this; - addListener(event: 'drain', listener: () => void): this; - addListener(event: 'error', listener: (err: Error) => void): this; - addListener(event: 'finish', listener: () => void): this; - addListener(event: 'pipe', listener: (src: stream.Readable) => void): this; - addListener(event: 'unpipe', listener: (src: stream.Readable) => void): this; - addListener(event: string | symbol, listener: (...args: any[]) => void): this; - /** - * @deprecated - */ - on(event: 'abort', listener: () => void): this; - on(event: 'connect', listener: (response: IncomingMessage, socket: Socket, head: Buffer) => void): this; - on(event: 'continue', listener: () => void): this; - on(event: 'information', listener: (info: InformationEvent) => void): this; - on(event: 'response', listener: (response: IncomingMessage) => void): this; - on(event: 'socket', listener: (socket: Socket) => void): this; - on(event: 'timeout', listener: () => void): this; - on(event: 'upgrade', listener: (response: IncomingMessage, socket: Socket, head: Buffer) => void): this; - on(event: 'close', listener: () => void): this; - on(event: 'drain', listener: () => void): this; - on(event: 'error', listener: (err: Error) => void): this; - on(event: 'finish', listener: () => void): this; - on(event: 'pipe', listener: (src: stream.Readable) => void): this; - on(event: 'unpipe', listener: (src: stream.Readable) => void): this; - on(event: string | symbol, listener: (...args: any[]) => void): this; - /** - * @deprecated - */ - once(event: 'abort', listener: () => void): this; - once(event: 'connect', listener: (response: IncomingMessage, socket: Socket, head: Buffer) => void): this; - once(event: 'continue', listener: () => void): this; - once(event: 'information', listener: (info: InformationEvent) => void): this; - once(event: 'response', listener: (response: IncomingMessage) => void): this; - once(event: 'socket', listener: (socket: Socket) => void): this; - once(event: 'timeout', listener: () => void): this; - once(event: 'upgrade', listener: (response: IncomingMessage, socket: Socket, head: Buffer) => void): this; - once(event: 'close', listener: () => void): this; - once(event: 'drain', listener: () => void): this; - once(event: 'error', listener: (err: Error) => void): this; - once(event: 'finish', listener: () => void): this; - once(event: 'pipe', listener: (src: stream.Readable) => void): this; - once(event: 'unpipe', listener: (src: stream.Readable) => void): this; - once(event: string | symbol, listener: (...args: any[]) => void): this; - /** - * @deprecated - */ - prependListener(event: 'abort', listener: () => void): this; - prependListener( - event: 'connect', - listener: (response: IncomingMessage, socket: Socket, head: Buffer) => void, - ): this; - prependListener(event: 'continue', listener: () => void): this; - prependListener(event: 'information', listener: (info: InformationEvent) => void): this; - prependListener(event: 'response', listener: (response: IncomingMessage) => void): this; - prependListener(event: 'socket', listener: (socket: Socket) => void): this; - prependListener(event: 'timeout', listener: () => void): this; - prependListener( - event: 'upgrade', - listener: (response: IncomingMessage, socket: Socket, head: Buffer) => void, - ): this; - prependListener(event: 'close', listener: () => void): this; - prependListener(event: 'drain', listener: () => void): this; - prependListener(event: 'error', listener: (err: Error) => void): this; - prependListener(event: 'finish', listener: () => void): this; - prependListener(event: 'pipe', listener: (src: stream.Readable) => void): this; - prependListener(event: 'unpipe', listener: (src: stream.Readable) => void): this; - prependListener(event: string | symbol, listener: (...args: any[]) => void): this; - /** - * @deprecated - */ - prependOnceListener(event: 'abort', listener: () => void): this; - prependOnceListener( - event: 'connect', - listener: (response: IncomingMessage, socket: Socket, head: Buffer) => void, - ): this; - prependOnceListener(event: 'continue', listener: () => void): this; - prependOnceListener(event: 'information', listener: (info: InformationEvent) => void): this; - prependOnceListener(event: 'response', listener: (response: IncomingMessage) => void): this; - prependOnceListener(event: 'socket', listener: (socket: Socket) => void): this; - prependOnceListener(event: 'timeout', listener: () => void): this; - prependOnceListener( - event: 'upgrade', - listener: (response: IncomingMessage, socket: Socket, head: Buffer) => void, - ): this; - prependOnceListener(event: 'close', listener: () => void): this; - prependOnceListener(event: 'drain', listener: () => void): this; - prependOnceListener(event: 'error', listener: (err: Error) => void): this; - prependOnceListener(event: 'finish', listener: () => void): this; - prependOnceListener(event: 'pipe', listener: (src: stream.Readable) => void): this; - prependOnceListener(event: 'unpipe', listener: (src: stream.Readable) => void): this; - prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; - } - /** - * An `IncomingMessage` object is created by {@link Server} or {@link ClientRequest} and passed as the first argument to the `'request'` and `'response'` event respectively. It may be used to - * access response - * status, headers and data. - * - * Different from its `socket` value which is a subclass of `stream.Duplex`, the`IncomingMessage` itself extends `stream.Readable` and is created separately to - * parse and emit the incoming HTTP headers and payload, as the underlying socket - * may be reused multiple times in case of keep-alive. - * @since v0.1.17 - */ - class IncomingMessage extends stream.Readable { - constructor(socket: Socket); - /** - * The `message.aborted` property will be `true` if the request has - * been aborted. - * @since v10.1.0 - * @deprecated Since v17.0.0,v16.12.0 - Check `message.destroyed` from <a href="stream.html#class-streamreadable" class="type">stream.Readable</a>. - */ - aborted: boolean; - /** - * In case of server request, the HTTP version sent by the client. In the case of - * client response, the HTTP version of the connected-to server. - * Probably either `'1.1'` or `'1.0'`. - * - * Also `message.httpVersionMajor` is the first integer and`message.httpVersionMinor` is the second. - * @since v0.1.1 - */ - httpVersion: string; - httpVersionMajor: number; - httpVersionMinor: number; - /** - * The `message.complete` property will be `true` if a complete HTTP message has - * been received and successfully parsed. - * - * This property is particularly useful as a means of determining if a client or - * server fully transmitted a message before a connection was terminated: - * - * ```js - * const req = http.request({ - * host: '127.0.0.1', - * port: 8080, - * method: 'POST' - * }, (res) => { - * res.resume(); - * res.on('end', () => { - * if (!res.complete) - * console.error( - * 'The connection was terminated while the message was still being sent'); - * }); - * }); - * ``` - * @since v0.3.0 - */ - complete: boolean; - /** - * Alias for `message.socket`. - * @since v0.1.90 - * @deprecated Since v16.0.0 - Use `socket`. - */ - connection: Socket; - /** - * The `net.Socket` object associated with the connection. - * - * With HTTPS support, use `request.socket.getPeerCertificate()` to obtain the - * client's authentication details. - * - * This property is guaranteed to be an instance of the `net.Socket` class, - * a subclass of `stream.Duplex`, unless the user specified a socket - * type other than `net.Socket` or internally nulled. - * @since v0.3.0 - */ - socket: Socket; - /** - * The request/response headers object. - * - * Key-value pairs of header names and values. Header names are lower-cased. - * - * ```js - * // Prints something like: - * // - * // { 'user-agent': 'curl/7.22.0', - * // host: '127.0.0.1:8000', - * // accept: '*' } - * console.log(request.getHeaders()); - * ``` - * - * Duplicates in raw headers are handled in the following ways, depending on the - * header name: - * - * * Duplicates of `age`, `authorization`, `content-length`, `content-type`,`etag`, `expires`, `from`, `host`, `if-modified-since`, `if-unmodified-since`,`last-modified`, `location`, - * `max-forwards`, `proxy-authorization`, `referer`,`retry-after`, `server`, or `user-agent` are discarded. - * * `set-cookie` is always an array. Duplicates are added to the array. - * * For duplicate `cookie` headers, the values are joined together with '; '. - * * For all other headers, the values are joined together with ', '. - * @since v0.1.5 - */ - headers: IncomingHttpHeaders; - /** - * The raw request/response headers list exactly as they were received. - * - * The keys and values are in the same list. It is _not_ a - * list of tuples. So, the even-numbered offsets are key values, and the - * odd-numbered offsets are the associated values. - * - * Header names are not lowercased, and duplicates are not merged. - * - * ```js - * // Prints something like: - * // - * // [ 'user-agent', - * // 'this is invalid because there can be only one', - * // 'User-Agent', - * // 'curl/7.22.0', - * // 'Host', - * // '127.0.0.1:8000', - * // 'ACCEPT', - * // '*' ] - * console.log(request.rawHeaders); - * ``` - * @since v0.11.6 - */ - rawHeaders: string[]; - /** - * The request/response trailers object. Only populated at the `'end'` event. - * @since v0.3.0 - */ - trailers: NodeJS.Dict<string>; - /** - * The raw request/response trailer keys and values exactly as they were - * received. Only populated at the `'end'` event. - * @since v0.11.6 - */ - rawTrailers: string[]; - /** - * Calls `message.socket.setTimeout(msecs, callback)`. - * @since v0.5.9 - */ - setTimeout(msecs: number, callback?: () => void): this; - /** - * **Only valid for request obtained from {@link Server}.** - * - * The request method as a string. Read only. Examples: `'GET'`, `'DELETE'`. - * @since v0.1.1 - */ - method?: string | undefined; - /** - * **Only valid for request obtained from {@link Server}.** - * - * Request URL string. This contains only the URL that is present in the actual - * HTTP request. Take the following request: - * - * ```http - * GET /status?name=ryan HTTP/1.1 - * Accept: text/plain - * ``` - * - * To parse the URL into its parts: - * - * ```js - * new URL(request.url, `http://${request.getHeaders().host}`); - * ``` - * - * When `request.url` is `'/status?name=ryan'` and`request.getHeaders().host` is `'localhost:3000'`: - * - * ```console - * $ node - * > new URL(request.url, `http://${request.getHeaders().host}`) - * URL { - * href: 'http://localhost:3000/status?name=ryan', - * origin: 'http://localhost:3000', - * protocol: 'http:', - * username: '', - * password: '', - * host: 'localhost:3000', - * hostname: 'localhost', - * port: '3000', - * pathname: '/status', - * search: '?name=ryan', - * searchParams: URLSearchParams { 'name' => 'ryan' }, - * hash: '' - * } - * ``` - * @since v0.1.90 - */ - url?: string | undefined; - /** - * **Only valid for response obtained from {@link ClientRequest}.** - * - * The 3-digit HTTP response status code. E.G. `404`. - * @since v0.1.1 - */ - statusCode?: number | undefined; - /** - * **Only valid for response obtained from {@link ClientRequest}.** - * - * The HTTP response status message (reason phrase). E.G. `OK` or `Internal Server Error`. - * @since v0.11.10 - */ - statusMessage?: string | undefined; - /** - * Calls `destroy()` on the socket that received the `IncomingMessage`. If `error`is provided, an `'error'` event is emitted on the socket and `error` is passed - * as an argument to any listeners on the event. - * @since v0.3.0 - */ - destroy(error?: Error): this; - } - interface AgentOptions extends Partial<TcpSocketConnectOpts> { - /** - * Keep sockets around in a pool to be used by other requests in the future. Default = false - */ - keepAlive?: boolean | undefined; - /** - * When using HTTP KeepAlive, how often to send TCP KeepAlive packets over sockets being kept alive. Default = 1000. - * Only relevant if keepAlive is set to true. - */ - keepAliveMsecs?: number | undefined; - /** - * Maximum number of sockets to allow per host. Default for Node 0.10 is 5, default for Node 0.12 is Infinity - */ - maxSockets?: number | undefined; - /** - * Maximum number of sockets allowed for all hosts in total. Each request will use a new socket until the maximum is reached. Default: Infinity. - */ - maxTotalSockets?: number | undefined; - /** - * Maximum number of sockets to leave open in a free state. Only relevant if keepAlive is set to true. Default = 256. - */ - maxFreeSockets?: number | undefined; - /** - * Socket timeout in milliseconds. This will set the timeout after the socket is connected. - */ - timeout?: number | undefined; - /** - * Scheduling strategy to apply when picking the next free socket to use. - * @default `lifo` - */ - scheduling?: 'fifo' | 'lifo' | undefined; - } - /** - * An `Agent` is responsible for managing connection persistence - * and reuse for HTTP clients. It maintains a queue of pending requests - * for a given host and port, reusing a single socket connection for each - * until the queue is empty, at which time the socket is either destroyed - * or put into a pool where it is kept to be used again for requests to the - * same host and port. Whether it is destroyed or pooled depends on the`keepAlive` `option`. - * - * Pooled connections have TCP Keep-Alive enabled for them, but servers may - * still close idle connections, in which case they will be removed from the - * pool and a new connection will be made when a new HTTP request is made for - * that host and port. Servers may also refuse to allow multiple requests - * over the same connection, in which case the connection will have to be - * remade for every request and cannot be pooled. The `Agent` will still make - * the requests to that server, but each one will occur over a new connection. - * - * When a connection is closed by the client or the server, it is removed - * from the pool. Any unused sockets in the pool will be unrefed so as not - * to keep the Node.js process running when there are no outstanding requests. - * (see `socket.unref()`). - * - * It is good practice, to `destroy()` an `Agent` instance when it is no - * longer in use, because unused sockets consume OS resources. - * - * Sockets are removed from an agent when the socket emits either - * a `'close'` event or an `'agentRemove'` event. When intending to keep one - * HTTP request open for a long time without keeping it in the agent, something - * like the following may be done: - * - * ```js - * http.get(options, (res) => { - * // Do stuff - * }).on('socket', (socket) => { - * socket.emit('agentRemove'); - * }); - * ``` - * - * An agent may also be used for an individual request. By providing`{agent: false}` as an option to the `http.get()` or `http.request()`functions, a one-time use `Agent` with default options - * will be used - * for the client connection. - * - * `agent:false`: - * - * ```js - * http.get({ - * hostname: 'localhost', - * port: 80, - * path: '/', - * agent: false // Create a new agent just for this one request - * }, (res) => { - * // Do stuff with response - * }); - * ``` - * @since v0.3.4 - */ - class Agent { - /** - * By default set to 256\. For agents with `keepAlive` enabled, this - * sets the maximum number of sockets that will be left open in the free - * state. - * @since v0.11.7 - */ - maxFreeSockets: number; - /** - * By default set to `Infinity`. Determines how many concurrent sockets the agent - * can have open per origin. Origin is the returned value of `agent.getName()`. - * @since v0.3.6 - */ - maxSockets: number; - /** - * By default set to `Infinity`. Determines how many concurrent sockets the agent - * can have open. Unlike `maxSockets`, this parameter applies across all origins. - * @since v14.5.0, v12.19.0 - */ - maxTotalSockets: number; - /** - * An object which contains arrays of sockets currently awaiting use by - * the agent when `keepAlive` is enabled. Do not modify. - * - * Sockets in the `freeSockets` list will be automatically destroyed and - * removed from the array on `'timeout'`. - * @since v0.11.4 - */ - readonly freeSockets: NodeJS.ReadOnlyDict<Socket[]>; - /** - * An object which contains arrays of sockets currently in use by the - * agent. Do not modify. - * @since v0.3.6 - */ - readonly sockets: NodeJS.ReadOnlyDict<Socket[]>; - /** - * An object which contains queues of requests that have not yet been assigned to - * sockets. Do not modify. - * @since v0.5.9 - */ - readonly requests: NodeJS.ReadOnlyDict<IncomingMessage[]>; - constructor(opts?: AgentOptions); - /** - * Destroy any sockets that are currently in use by the agent. - * - * It is usually not necessary to do this. However, if using an - * agent with `keepAlive` enabled, then it is best to explicitly shut down - * the agent when it is no longer needed. Otherwise, - * sockets might stay open for quite a long time before the server - * terminates them. - * @since v0.11.4 - */ - destroy(): void; - } - const METHODS: string[]; - const STATUS_CODES: { - [errorCode: number]: string | undefined; - [errorCode: string]: string | undefined; - }; - /** - * Returns a new instance of {@link Server}. - * - * The `requestListener` is a function which is automatically - * added to the `'request'` event. - * @since v0.1.13 - */ - function createServer< - Request extends typeof IncomingMessage = typeof IncomingMessage, - Response extends typeof ServerResponse = typeof ServerResponse, - >(requestListener?: RequestListener<Request, Response>): Server<Request, Response>; - function createServer< - Request extends typeof IncomingMessage = typeof IncomingMessage, - Response extends typeof ServerResponse = typeof ServerResponse, - >( - options: ServerOptions<Request, Response>, - requestListener?: RequestListener<Request, Response>, - ): Server<Request, Response>; - // although RequestOptions are passed as ClientRequestArgs to ClientRequest directly, - // create interface RequestOptions would make the naming more clear to developers - interface RequestOptions extends ClientRequestArgs {} - /** - * `options` in `socket.connect()` are also supported. - * - * Node.js maintains several connections per server to make HTTP requests. - * This function allows one to transparently issue requests. - * - * `url` can be a string or a `URL` object. If `url` is a - * string, it is automatically parsed with `new URL()`. If it is a `URL` object, it will be automatically converted to an ordinary `options` object. - * - * If both `url` and `options` are specified, the objects are merged, with the`options` properties taking precedence. - * - * The optional `callback` parameter will be added as a one-time listener for - * the `'response'` event. - * - * `http.request()` returns an instance of the {@link ClientRequest} class. The `ClientRequest` instance is a writable stream. If one needs to - * upload a file with a POST request, then write to the `ClientRequest` object. - * - * ```js - * const http = require('http'); - * - * const postData = JSON.stringify({ - * 'msg': 'Hello World!' - * }); - * - * const options = { - * hostname: 'www.google.com', - * port: 80, - * path: '/upload', - * method: 'POST', - * headers: { - * 'Content-Type': 'application/json', - * 'Content-Length': Buffer.byteLength(postData) - * } - * }; - * - * const req = http.request(options, (res) => { - * console.log(`STATUS: ${res.statusCode}`); - * console.log(`HEADERS: ${JSON.stringify(res.headers)}`); - * res.setEncoding('utf8'); - * res.on('data', (chunk) => { - * console.log(`BODY: ${chunk}`); - * }); - * res.on('end', () => { - * console.log('No more data in response.'); - * }); - * }); - * - * req.on('error', (e) => { - * console.error(`problem with request: ${e.message}`); - * }); - * - * // Write data to request body - * req.write(postData); - * req.end(); - * ``` - * - * In the example `req.end()` was called. With `http.request()` one - * must always call `req.end()` to signify the end of the request - - * even if there is no data being written to the request body. - * - * If any error is encountered during the request (be that with DNS resolution, - * TCP level errors, or actual HTTP parse errors) an `'error'` event is emitted - * on the returned request object. As with all `'error'` events, if no listeners - * are registered the error will be thrown. - * - * There are a few special headers that should be noted. - * - * * Sending a 'Connection: keep-alive' will notify Node.js that the connection to - * the server should be persisted until the next request. - * * Sending a 'Content-Length' header will disable the default chunked encoding. - * * Sending an 'Expect' header will immediately send the request headers. - * Usually, when sending 'Expect: 100-continue', both a timeout and a listener - * for the `'continue'` event should be set. See RFC 2616 Section 8.2.3 for more - * information. - * * Sending an Authorization header will override using the `auth` option - * to compute basic authentication. - * - * Example using a `URL` as `options`: - * - * ```js - * const options = new URL('http://abc:xyz@example.com'); - * - * const req = http.request(options, (res) => { - * // ... - * }); - * ``` - * - * In a successful request, the following events will be emitted in the following - * order: - * - * * `'socket'` - * * `'response'` - * * `'data'` any number of times, on the `res` object - * (`'data'` will not be emitted at all if the response body is empty, for - * instance, in most redirects) - * * `'end'` on the `res` object - * * `'close'` - * - * In the case of a connection error, the following events will be emitted: - * - * * `'socket'` - * * `'error'` - * * `'close'` - * - * In the case of a premature connection close before the response is received, - * the following events will be emitted in the following order: - * - * * `'socket'` - * * `'error'` with an error with message `'Error: socket hang up'` and code`'ECONNRESET'` - * * `'close'` - * - * In the case of a premature connection close after the response is received, - * the following events will be emitted in the following order: - * - * * `'socket'` - * * `'response'` - * * `'data'` any number of times, on the `res` object - * * (connection closed here) - * * `'aborted'` on the `res` object - * * `'error'` on the `res` object with an error with message`'Error: aborted'` and code `'ECONNRESET'`. - * * `'close'` - * * `'close'` on the `res` object - * - * If `req.destroy()` is called before a socket is assigned, the following - * events will be emitted in the following order: - * - * * (`req.destroy()` called here) - * * `'error'` with an error with message `'Error: socket hang up'` and code`'ECONNRESET'` - * * `'close'` - * - * If `req.destroy()` is called before the connection succeeds, the following - * events will be emitted in the following order: - * - * * `'socket'` - * * (`req.destroy()` called here) - * * `'error'` with an error with message `'Error: socket hang up'` and code`'ECONNRESET'` - * * `'close'` - * - * If `req.destroy()` is called after the response is received, the following - * events will be emitted in the following order: - * - * * `'socket'` - * * `'response'` - * * `'data'` any number of times, on the `res` object - * * (`req.destroy()` called here) - * * `'aborted'` on the `res` object - * * `'error'` on the `res` object with an error with message`'Error: aborted'` and code `'ECONNRESET'`. - * * `'close'` - * * `'close'` on the `res` object - * - * If `req.abort()` is called before a socket is assigned, the following - * events will be emitted in the following order: - * - * * (`req.abort()` called here) - * * `'abort'` - * * `'close'` - * - * If `req.abort()` is called before the connection succeeds, the following - * events will be emitted in the following order: - * - * * `'socket'` - * * (`req.abort()` called here) - * * `'abort'` - * * `'error'` with an error with message `'Error: socket hang up'` and code`'ECONNRESET'` - * * `'close'` - * - * If `req.abort()` is called after the response is received, the following - * events will be emitted in the following order: - * - * * `'socket'` - * * `'response'` - * * `'data'` any number of times, on the `res` object - * * (`req.abort()` called here) - * * `'abort'` - * * `'aborted'` on the `res` object - * * `'error'` on the `res` object with an error with message`'Error: aborted'` and code `'ECONNRESET'`. - * * `'close'` - * * `'close'` on the `res` object - * - * Setting the `timeout` option or using the `setTimeout()` function will - * not abort the request or do anything besides add a `'timeout'` event. - * - * Passing an `AbortSignal` and then calling `abort` on the corresponding`AbortController` will behave the same way as calling `.destroy()` on the - * request itself. - * @since v0.3.6 - */ - function request(options: RequestOptions | string | URL, callback?: (res: IncomingMessage) => void): ClientRequest; - function request( - url: string | URL, - options: RequestOptions, - callback?: (res: IncomingMessage) => void, - ): ClientRequest; - /** - * Since most requests are GET requests without bodies, Node.js provides this - * convenience method. The only difference between this method and {@link request} is that it sets the method to GET and calls `req.end()`automatically. The callback must take care to consume the - * response - * data for reasons stated in {@link ClientRequest} section. - * - * The `callback` is invoked with a single argument that is an instance of {@link IncomingMessage}. - * - * JSON fetching example: - * - * ```js - * http.get('http://localhost:8000/', (res) => { - * const { statusCode } = res; - * const contentType = res.headers['content-type']; - * - * let error; - * // Any 2xx status code signals a successful response but - * // here we're only checking for 200. - * if (statusCode !== 200) { - * error = new Error('Request Failed.\n' + - * `Status Code: ${statusCode}`); - * } else if (!/^application\/json/.test(contentType)) { - * error = new Error('Invalid content-type.\n' + - * `Expected application/json but received ${contentType}`); - * } - * if (error) { - * console.error(error.message); - * // Consume response data to free up memory - * res.resume(); - * return; - * } - * - * res.setEncoding('utf8'); - * let rawData = ''; - * res.on('data', (chunk) => { rawData += chunk; }); - * res.on('end', () => { - * try { - * const parsedData = JSON.parse(rawData); - * console.log(parsedData); - * } catch (e) { - * console.error(e.message); - * } - * }); - * }).on('error', (e) => { - * console.error(`Got error: ${e.message}`); - * }); - * - * // Create a local server to receive data from - * const server = http.createServer((req, res) => { - * res.writeHead(200, { 'Content-Type': 'application/json' }); - * res.end(JSON.stringify({ - * data: 'Hello World!' - * })); - * }); - * - * server.listen(8000); - * ``` - * @since v0.3.6 - * @param options Accepts the same `options` as {@link request}, with the `method` always set to `GET`. Properties that are inherited from the prototype are ignored. - */ - function get(options: RequestOptions | string | URL, callback?: (res: IncomingMessage) => void): ClientRequest; - function get(url: string | URL, options: RequestOptions, callback?: (res: IncomingMessage) => void): ClientRequest; - - /** - * Performs the low-level validations on the provided name that are done when `res.setHeader(name, value)` is called. - * Passing illegal value as name will result in a TypeError being thrown, identified by `code: 'ERR_INVALID_HTTP_TOKEN'`. - * @param name Header name - * @since v14.3.0 - */ - function validateHeaderName(name: string): void; - /** - * Performs the low-level validations on the provided value that are done when `res.setHeader(name, value)` is called. - * Passing illegal value as value will result in a TypeError being thrown. - * - Undefined value error is identified by `code: 'ERR_HTTP_INVALID_HEADER_VALUE'`. - * - Invalid value character error is identified by `code: 'ERR_INVALID_CHAR'`. - * @param name Header name - * @param value Header value - * @since v14.3.0 - */ - function validateHeaderValue(name: string, value: string): void; - - /** - * Set the maximum number of idle HTTP parsers. Default: 1000. - * @param count - * @since v18.8.0, v16.18.0 - */ - function setMaxIdleHTTPParsers(count: number): void; - - let globalAgent: Agent; - /** - * Read-only property specifying the maximum allowed size of HTTP headers in bytes. - * Defaults to 16KB. Configurable using the `--max-http-header-size` CLI option. - */ - const maxHeaderSize: number; -} -declare module 'node:http' { - export * from 'http'; -} diff --git a/software/flow/node_modules/@types/node/http2.d.ts b/software/flow/node_modules/@types/node/http2.d.ts deleted file mode 100755 index 0e36826..0000000 --- a/software/flow/node_modules/@types/node/http2.d.ts +++ /dev/null @@ -1,2134 +0,0 @@ -/** - * The `http2` module provides an implementation of the [HTTP/2](https://tools.ietf.org/html/rfc7540) protocol. It - * can be accessed using: - * - * ```js - * const http2 = require('http2'); - * ``` - * @since v8.4.0 - * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/http2.js) - */ -declare module 'http2' { - import EventEmitter = require('node:events'); - import * as fs from 'node:fs'; - import * as net from 'node:net'; - import * as stream from 'node:stream'; - import * as tls from 'node:tls'; - import * as url from 'node:url'; - import { IncomingHttpHeaders as Http1IncomingHttpHeaders, OutgoingHttpHeaders, IncomingMessage, ServerResponse } from 'node:http'; - export { OutgoingHttpHeaders } from 'node:http'; - export interface IncomingHttpStatusHeader { - ':status'?: number | undefined; - } - export interface IncomingHttpHeaders extends Http1IncomingHttpHeaders { - ':path'?: string | undefined; - ':method'?: string | undefined; - ':authority'?: string | undefined; - ':scheme'?: string | undefined; - } - // Http2Stream - export interface StreamPriorityOptions { - exclusive?: boolean | undefined; - parent?: number | undefined; - weight?: number | undefined; - silent?: boolean | undefined; - } - export interface StreamState { - localWindowSize?: number | undefined; - state?: number | undefined; - localClose?: number | undefined; - remoteClose?: number | undefined; - sumDependencyWeight?: number | undefined; - weight?: number | undefined; - } - export interface ServerStreamResponseOptions { - endStream?: boolean | undefined; - waitForTrailers?: boolean | undefined; - } - export interface StatOptions { - offset: number; - length: number; - } - export interface ServerStreamFileResponseOptions { - statCheck?(stats: fs.Stats, headers: OutgoingHttpHeaders, statOptions: StatOptions): void | boolean; - waitForTrailers?: boolean | undefined; - offset?: number | undefined; - length?: number | undefined; - } - export interface ServerStreamFileResponseOptionsWithError extends ServerStreamFileResponseOptions { - onError?(err: NodeJS.ErrnoException): void; - } - export interface Http2Stream extends stream.Duplex { - /** - * Set to `true` if the `Http2Stream` instance was aborted abnormally. When set, - * the `'aborted'` event will have been emitted. - * @since v8.4.0 - */ - readonly aborted: boolean; - /** - * This property shows the number of characters currently buffered to be written. - * See `net.Socket.bufferSize` for details. - * @since v11.2.0, v10.16.0 - */ - readonly bufferSize: number; - /** - * Set to `true` if the `Http2Stream` instance has been closed. - * @since v9.4.0 - */ - readonly closed: boolean; - /** - * Set to `true` if the `Http2Stream` instance has been destroyed and is no longer - * usable. - * @since v8.4.0 - */ - readonly destroyed: boolean; - /** - * Set to `true` if the `END_STREAM` flag was set in the request or response - * HEADERS frame received, indicating that no additional data should be received - * and the readable side of the `Http2Stream` will be closed. - * @since v10.11.0 - */ - readonly endAfterHeaders: boolean; - /** - * The numeric stream identifier of this `Http2Stream` instance. Set to `undefined`if the stream identifier has not yet been assigned. - * @since v8.4.0 - */ - readonly id?: number | undefined; - /** - * Set to `true` if the `Http2Stream` instance has not yet been assigned a - * numeric stream identifier. - * @since v9.4.0 - */ - readonly pending: boolean; - /** - * Set to the `RST_STREAM` `error code` reported when the `Http2Stream` is - * destroyed after either receiving an `RST_STREAM` frame from the connected peer, - * calling `http2stream.close()`, or `http2stream.destroy()`. Will be`undefined` if the `Http2Stream` has not been closed. - * @since v8.4.0 - */ - readonly rstCode: number; - /** - * An object containing the outbound headers sent for this `Http2Stream`. - * @since v9.5.0 - */ - readonly sentHeaders: OutgoingHttpHeaders; - /** - * An array of objects containing the outbound informational (additional) headers - * sent for this `Http2Stream`. - * @since v9.5.0 - */ - readonly sentInfoHeaders?: OutgoingHttpHeaders[] | undefined; - /** - * An object containing the outbound trailers sent for this `HttpStream`. - * @since v9.5.0 - */ - readonly sentTrailers?: OutgoingHttpHeaders | undefined; - /** - * A reference to the `Http2Session` instance that owns this `Http2Stream`. The - * value will be `undefined` after the `Http2Stream` instance is destroyed. - * @since v8.4.0 - */ - readonly session: Http2Session; - /** - * Provides miscellaneous information about the current state of the`Http2Stream`. - * - * A current state of this `Http2Stream`. - * @since v8.4.0 - */ - readonly state: StreamState; - /** - * Closes the `Http2Stream` instance by sending an `RST_STREAM` frame to the - * connected HTTP/2 peer. - * @since v8.4.0 - * @param [code=http2.constants.NGHTTP2_NO_ERROR] Unsigned 32-bit integer identifying the error code. - * @param callback An optional function registered to listen for the `'close'` event. - */ - close(code?: number, callback?: () => void): void; - /** - * Updates the priority for this `Http2Stream` instance. - * @since v8.4.0 - */ - priority(options: StreamPriorityOptions): void; - /** - * ```js - * const http2 = require('http2'); - * const client = http2.connect('http://example.org:8000'); - * const { NGHTTP2_CANCEL } = http2.constants; - * const req = client.request({ ':path': '/' }); - * - * // Cancel the stream if there's no activity after 5 seconds - * req.setTimeout(5000, () => req.close(NGHTTP2_CANCEL)); - * ``` - * @since v8.4.0 - */ - setTimeout(msecs: number, callback?: () => void): void; - /** - * Sends a trailing `HEADERS` frame to the connected HTTP/2 peer. This method - * will cause the `Http2Stream` to be immediately closed and must only be - * called after the `'wantTrailers'` event has been emitted. When sending a - * request or sending a response, the `options.waitForTrailers` option must be set - * in order to keep the `Http2Stream` open after the final `DATA` frame so that - * trailers can be sent. - * - * ```js - * const http2 = require('http2'); - * const server = http2.createServer(); - * server.on('stream', (stream) => { - * stream.respond(undefined, { waitForTrailers: true }); - * stream.on('wantTrailers', () => { - * stream.sendTrailers({ xyz: 'abc' }); - * }); - * stream.end('Hello World'); - * }); - * ``` - * - * The HTTP/1 specification forbids trailers from containing HTTP/2 pseudo-header - * fields (e.g. `':method'`, `':path'`, etc). - * @since v10.0.0 - */ - sendTrailers(headers: OutgoingHttpHeaders): void; - addListener(event: 'aborted', listener: () => void): this; - addListener(event: 'close', listener: () => void): this; - addListener(event: 'data', listener: (chunk: Buffer | string) => void): this; - addListener(event: 'drain', listener: () => void): this; - addListener(event: 'end', listener: () => void): this; - addListener(event: 'error', listener: (err: Error) => void): this; - addListener(event: 'finish', listener: () => void): this; - addListener(event: 'frameError', listener: (frameType: number, errorCode: number) => void): this; - addListener(event: 'pipe', listener: (src: stream.Readable) => void): this; - addListener(event: 'unpipe', listener: (src: stream.Readable) => void): this; - addListener(event: 'streamClosed', listener: (code: number) => void): this; - addListener(event: 'timeout', listener: () => void): this; - addListener(event: 'trailers', listener: (trailers: IncomingHttpHeaders, flags: number) => void): this; - addListener(event: 'wantTrailers', listener: () => void): this; - addListener(event: string | symbol, listener: (...args: any[]) => void): this; - emit(event: 'aborted'): boolean; - emit(event: 'close'): boolean; - emit(event: 'data', chunk: Buffer | string): boolean; - emit(event: 'drain'): boolean; - emit(event: 'end'): boolean; - emit(event: 'error', err: Error): boolean; - emit(event: 'finish'): boolean; - emit(event: 'frameError', frameType: number, errorCode: number): boolean; - emit(event: 'pipe', src: stream.Readable): boolean; - emit(event: 'unpipe', src: stream.Readable): boolean; - emit(event: 'streamClosed', code: number): boolean; - emit(event: 'timeout'): boolean; - emit(event: 'trailers', trailers: IncomingHttpHeaders, flags: number): boolean; - emit(event: 'wantTrailers'): boolean; - emit(event: string | symbol, ...args: any[]): boolean; - on(event: 'aborted', listener: () => void): this; - on(event: 'close', listener: () => void): this; - on(event: 'data', listener: (chunk: Buffer | string) => void): this; - on(event: 'drain', listener: () => void): this; - on(event: 'end', listener: () => void): this; - on(event: 'error', listener: (err: Error) => void): this; - on(event: 'finish', listener: () => void): this; - on(event: 'frameError', listener: (frameType: number, errorCode: number) => void): this; - on(event: 'pipe', listener: (src: stream.Readable) => void): this; - on(event: 'unpipe', listener: (src: stream.Readable) => void): this; - on(event: 'streamClosed', listener: (code: number) => void): this; - on(event: 'timeout', listener: () => void): this; - on(event: 'trailers', listener: (trailers: IncomingHttpHeaders, flags: number) => void): this; - on(event: 'wantTrailers', listener: () => void): this; - on(event: string | symbol, listener: (...args: any[]) => void): this; - once(event: 'aborted', listener: () => void): this; - once(event: 'close', listener: () => void): this; - once(event: 'data', listener: (chunk: Buffer | string) => void): this; - once(event: 'drain', listener: () => void): this; - once(event: 'end', listener: () => void): this; - once(event: 'error', listener: (err: Error) => void): this; - once(event: 'finish', listener: () => void): this; - once(event: 'frameError', listener: (frameType: number, errorCode: number) => void): this; - once(event: 'pipe', listener: (src: stream.Readable) => void): this; - once(event: 'unpipe', listener: (src: stream.Readable) => void): this; - once(event: 'streamClosed', listener: (code: number) => void): this; - once(event: 'timeout', listener: () => void): this; - once(event: 'trailers', listener: (trailers: IncomingHttpHeaders, flags: number) => void): this; - once(event: 'wantTrailers', listener: () => void): this; - once(event: string | symbol, listener: (...args: any[]) => void): this; - prependListener(event: 'aborted', listener: () => void): this; - prependListener(event: 'close', listener: () => void): this; - prependListener(event: 'data', listener: (chunk: Buffer | string) => void): this; - prependListener(event: 'drain', listener: () => void): this; - prependListener(event: 'end', listener: () => void): this; - prependListener(event: 'error', listener: (err: Error) => void): this; - prependListener(event: 'finish', listener: () => void): this; - prependListener(event: 'frameError', listener: (frameType: number, errorCode: number) => void): this; - prependListener(event: 'pipe', listener: (src: stream.Readable) => void): this; - prependListener(event: 'unpipe', listener: (src: stream.Readable) => void): this; - prependListener(event: 'streamClosed', listener: (code: number) => void): this; - prependListener(event: 'timeout', listener: () => void): this; - prependListener(event: 'trailers', listener: (trailers: IncomingHttpHeaders, flags: number) => void): this; - prependListener(event: 'wantTrailers', listener: () => void): this; - prependListener(event: string | symbol, listener: (...args: any[]) => void): this; - prependOnceListener(event: 'aborted', listener: () => void): this; - prependOnceListener(event: 'close', listener: () => void): this; - prependOnceListener(event: 'data', listener: (chunk: Buffer | string) => void): this; - prependOnceListener(event: 'drain', listener: () => void): this; - prependOnceListener(event: 'end', listener: () => void): this; - prependOnceListener(event: 'error', listener: (err: Error) => void): this; - prependOnceListener(event: 'finish', listener: () => void): this; - prependOnceListener(event: 'frameError', listener: (frameType: number, errorCode: number) => void): this; - prependOnceListener(event: 'pipe', listener: (src: stream.Readable) => void): this; - prependOnceListener(event: 'unpipe', listener: (src: stream.Readable) => void): this; - prependOnceListener(event: 'streamClosed', listener: (code: number) => void): this; - prependOnceListener(event: 'timeout', listener: () => void): this; - prependOnceListener(event: 'trailers', listener: (trailers: IncomingHttpHeaders, flags: number) => void): this; - prependOnceListener(event: 'wantTrailers', listener: () => void): this; - prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; - } - export interface ClientHttp2Stream extends Http2Stream { - addListener(event: 'continue', listener: () => {}): this; - addListener(event: 'headers', listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; - addListener(event: 'push', listener: (headers: IncomingHttpHeaders, flags: number) => void): this; - addListener(event: 'response', listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; - addListener(event: string | symbol, listener: (...args: any[]) => void): this; - emit(event: 'continue'): boolean; - emit(event: 'headers', headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number): boolean; - emit(event: 'push', headers: IncomingHttpHeaders, flags: number): boolean; - emit(event: 'response', headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number): boolean; - emit(event: string | symbol, ...args: any[]): boolean; - on(event: 'continue', listener: () => {}): this; - on(event: 'headers', listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; - on(event: 'push', listener: (headers: IncomingHttpHeaders, flags: number) => void): this; - on(event: 'response', listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; - on(event: string | symbol, listener: (...args: any[]) => void): this; - once(event: 'continue', listener: () => {}): this; - once(event: 'headers', listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; - once(event: 'push', listener: (headers: IncomingHttpHeaders, flags: number) => void): this; - once(event: 'response', listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; - once(event: string | symbol, listener: (...args: any[]) => void): this; - prependListener(event: 'continue', listener: () => {}): this; - prependListener(event: 'headers', listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; - prependListener(event: 'push', listener: (headers: IncomingHttpHeaders, flags: number) => void): this; - prependListener(event: 'response', listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; - prependListener(event: string | symbol, listener: (...args: any[]) => void): this; - prependOnceListener(event: 'continue', listener: () => {}): this; - prependOnceListener(event: 'headers', listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; - prependOnceListener(event: 'push', listener: (headers: IncomingHttpHeaders, flags: number) => void): this; - prependOnceListener(event: 'response', listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; - prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; - } - export interface ServerHttp2Stream extends Http2Stream { - /** - * True if headers were sent, false otherwise (read-only). - * @since v8.4.0 - */ - readonly headersSent: boolean; - /** - * Read-only property mapped to the `SETTINGS_ENABLE_PUSH` flag of the remote - * client's most recent `SETTINGS` frame. Will be `true` if the remote peer - * accepts push streams, `false` otherwise. Settings are the same for every`Http2Stream` in the same `Http2Session`. - * @since v8.4.0 - */ - readonly pushAllowed: boolean; - /** - * Sends an additional informational `HEADERS` frame to the connected HTTP/2 peer. - * @since v8.4.0 - */ - additionalHeaders(headers: OutgoingHttpHeaders): void; - /** - * Initiates a push stream. The callback is invoked with the new `Http2Stream`instance created for the push stream passed as the second argument, or an`Error` passed as the first argument. - * - * ```js - * const http2 = require('http2'); - * const server = http2.createServer(); - * server.on('stream', (stream) => { - * stream.respond({ ':status': 200 }); - * stream.pushStream({ ':path': '/' }, (err, pushStream, headers) => { - * if (err) throw err; - * pushStream.respond({ ':status': 200 }); - * pushStream.end('some pushed data'); - * }); - * stream.end('some data'); - * }); - * ``` - * - * Setting the weight of a push stream is not allowed in the `HEADERS` frame. Pass - * a `weight` value to `http2stream.priority` with the `silent` option set to`true` to enable server-side bandwidth balancing between concurrent streams. - * - * Calling `http2stream.pushStream()` from within a pushed stream is not permitted - * and will throw an error. - * @since v8.4.0 - * @param callback Callback that is called once the push stream has been initiated. - */ - pushStream(headers: OutgoingHttpHeaders, callback?: (err: Error | null, pushStream: ServerHttp2Stream, headers: OutgoingHttpHeaders) => void): void; - pushStream(headers: OutgoingHttpHeaders, options?: StreamPriorityOptions, callback?: (err: Error | null, pushStream: ServerHttp2Stream, headers: OutgoingHttpHeaders) => void): void; - /** - * ```js - * const http2 = require('http2'); - * const server = http2.createServer(); - * server.on('stream', (stream) => { - * stream.respond({ ':status': 200 }); - * stream.end('some data'); - * }); - * ``` - * - * When the `options.waitForTrailers` option is set, the `'wantTrailers'` event - * will be emitted immediately after queuing the last chunk of payload data to be - * sent. The `http2stream.sendTrailers()` method can then be used to sent trailing - * header fields to the peer. - * - * When `options.waitForTrailers` is set, the `Http2Stream` will not automatically - * close when the final `DATA` frame is transmitted. User code must call either`http2stream.sendTrailers()` or `http2stream.close()` to close the`Http2Stream`. - * - * ```js - * const http2 = require('http2'); - * const server = http2.createServer(); - * server.on('stream', (stream) => { - * stream.respond({ ':status': 200 }, { waitForTrailers: true }); - * stream.on('wantTrailers', () => { - * stream.sendTrailers({ ABC: 'some value to send' }); - * }); - * stream.end('some data'); - * }); - * ``` - * @since v8.4.0 - */ - respond(headers?: OutgoingHttpHeaders, options?: ServerStreamResponseOptions): void; - /** - * Initiates a response whose data is read from the given file descriptor. No - * validation is performed on the given file descriptor. If an error occurs while - * attempting to read data using the file descriptor, the `Http2Stream` will be - * closed using an `RST_STREAM` frame using the standard `INTERNAL_ERROR` code. - * - * When used, the `Http2Stream` object's `Duplex` interface will be closed - * automatically. - * - * ```js - * const http2 = require('http2'); - * const fs = require('fs'); - * - * const server = http2.createServer(); - * server.on('stream', (stream) => { - * const fd = fs.openSync('/some/file', 'r'); - * - * const stat = fs.fstatSync(fd); - * const headers = { - * 'content-length': stat.size, - * 'last-modified': stat.mtime.toUTCString(), - * 'content-type': 'text/plain; charset=utf-8' - * }; - * stream.respondWithFD(fd, headers); - * stream.on('close', () => fs.closeSync(fd)); - * }); - * ``` - * - * The optional `options.statCheck` function may be specified to give user code - * an opportunity to set additional content headers based on the `fs.Stat` details - * of the given fd. If the `statCheck` function is provided, the`http2stream.respondWithFD()` method will perform an `fs.fstat()` call to - * collect details on the provided file descriptor. - * - * The `offset` and `length` options may be used to limit the response to a - * specific range subset. This can be used, for instance, to support HTTP Range - * requests. - * - * The file descriptor or `FileHandle` is not closed when the stream is closed, - * so it will need to be closed manually once it is no longer needed. - * Using the same file descriptor concurrently for multiple streams - * is not supported and may result in data loss. Re-using a file descriptor - * after a stream has finished is supported. - * - * When the `options.waitForTrailers` option is set, the `'wantTrailers'` event - * will be emitted immediately after queuing the last chunk of payload data to be - * sent. The `http2stream.sendTrailers()` method can then be used to sent trailing - * header fields to the peer. - * - * When `options.waitForTrailers` is set, the `Http2Stream` will not automatically - * close when the final `DATA` frame is transmitted. User code _must_ call either`http2stream.sendTrailers()` or `http2stream.close()` to close the`Http2Stream`. - * - * ```js - * const http2 = require('http2'); - * const fs = require('fs'); - * - * const server = http2.createServer(); - * server.on('stream', (stream) => { - * const fd = fs.openSync('/some/file', 'r'); - * - * const stat = fs.fstatSync(fd); - * const headers = { - * 'content-length': stat.size, - * 'last-modified': stat.mtime.toUTCString(), - * 'content-type': 'text/plain; charset=utf-8' - * }; - * stream.respondWithFD(fd, headers, { waitForTrailers: true }); - * stream.on('wantTrailers', () => { - * stream.sendTrailers({ ABC: 'some value to send' }); - * }); - * - * stream.on('close', () => fs.closeSync(fd)); - * }); - * ``` - * @since v8.4.0 - * @param fd A readable file descriptor. - */ - respondWithFD(fd: number | fs.promises.FileHandle, headers?: OutgoingHttpHeaders, options?: ServerStreamFileResponseOptions): void; - /** - * Sends a regular file as the response. The `path` must specify a regular file - * or an `'error'` event will be emitted on the `Http2Stream` object. - * - * When used, the `Http2Stream` object's `Duplex` interface will be closed - * automatically. - * - * The optional `options.statCheck` function may be specified to give user code - * an opportunity to set additional content headers based on the `fs.Stat` details - * of the given file: - * - * If an error occurs while attempting to read the file data, the `Http2Stream`will be closed using an `RST_STREAM` frame using the standard `INTERNAL_ERROR`code. If the `onError` callback is - * defined, then it will be called. Otherwise - * the stream will be destroyed. - * - * Example using a file path: - * - * ```js - * const http2 = require('http2'); - * const server = http2.createServer(); - * server.on('stream', (stream) => { - * function statCheck(stat, headers) { - * headers['last-modified'] = stat.mtime.toUTCString(); - * } - * - * function onError(err) { - * // stream.respond() can throw if the stream has been destroyed by - * // the other side. - * try { - * if (err.code === 'ENOENT') { - * stream.respond({ ':status': 404 }); - * } else { - * stream.respond({ ':status': 500 }); - * } - * } catch (err) { - * // Perform actual error handling. - * console.log(err); - * } - * stream.end(); - * } - * - * stream.respondWithFile('/some/file', - * { 'content-type': 'text/plain; charset=utf-8' }, - * { statCheck, onError }); - * }); - * ``` - * - * The `options.statCheck` function may also be used to cancel the send operation - * by returning `false`. For instance, a conditional request may check the stat - * results to determine if the file has been modified to return an appropriate`304` response: - * - * ```js - * const http2 = require('http2'); - * const server = http2.createServer(); - * server.on('stream', (stream) => { - * function statCheck(stat, headers) { - * // Check the stat here... - * stream.respond({ ':status': 304 }); - * return false; // Cancel the send operation - * } - * stream.respondWithFile('/some/file', - * { 'content-type': 'text/plain; charset=utf-8' }, - * { statCheck }); - * }); - * ``` - * - * The `content-length` header field will be automatically set. - * - * The `offset` and `length` options may be used to limit the response to a - * specific range subset. This can be used, for instance, to support HTTP Range - * requests. - * - * The `options.onError` function may also be used to handle all the errors - * that could happen before the delivery of the file is initiated. The - * default behavior is to destroy the stream. - * - * When the `options.waitForTrailers` option is set, the `'wantTrailers'` event - * will be emitted immediately after queuing the last chunk of payload data to be - * sent. The `http2stream.sendTrailers()` method can then be used to sent trailing - * header fields to the peer. - * - * When `options.waitForTrailers` is set, the `Http2Stream` will not automatically - * close when the final `DATA` frame is transmitted. User code must call either`http2stream.sendTrailers()` or `http2stream.close()` to close the`Http2Stream`. - * - * ```js - * const http2 = require('http2'); - * const server = http2.createServer(); - * server.on('stream', (stream) => { - * stream.respondWithFile('/some/file', - * { 'content-type': 'text/plain; charset=utf-8' }, - * { waitForTrailers: true }); - * stream.on('wantTrailers', () => { - * stream.sendTrailers({ ABC: 'some value to send' }); - * }); - * }); - * ``` - * @since v8.4.0 - */ - respondWithFile(path: string, headers?: OutgoingHttpHeaders, options?: ServerStreamFileResponseOptionsWithError): void; - } - // Http2Session - export interface Settings { - headerTableSize?: number | undefined; - enablePush?: boolean | undefined; - initialWindowSize?: number | undefined; - maxFrameSize?: number | undefined; - maxConcurrentStreams?: number | undefined; - maxHeaderListSize?: number | undefined; - enableConnectProtocol?: boolean | undefined; - } - export interface ClientSessionRequestOptions { - endStream?: boolean | undefined; - exclusive?: boolean | undefined; - parent?: number | undefined; - weight?: number | undefined; - waitForTrailers?: boolean | undefined; - signal?: AbortSignal | undefined; - } - export interface SessionState { - effectiveLocalWindowSize?: number | undefined; - effectiveRecvDataLength?: number | undefined; - nextStreamID?: number | undefined; - localWindowSize?: number | undefined; - lastProcStreamID?: number | undefined; - remoteWindowSize?: number | undefined; - outboundQueueSize?: number | undefined; - deflateDynamicTableSize?: number | undefined; - inflateDynamicTableSize?: number | undefined; - } - export interface Http2Session extends EventEmitter { - /** - * Value will be `undefined` if the `Http2Session` is not yet connected to a - * socket, `h2c` if the `Http2Session` is not connected to a `TLSSocket`, or - * will return the value of the connected `TLSSocket`'s own `alpnProtocol`property. - * @since v9.4.0 - */ - readonly alpnProtocol?: string | undefined; - /** - * Will be `true` if this `Http2Session` instance has been closed, otherwise`false`. - * @since v9.4.0 - */ - readonly closed: boolean; - /** - * Will be `true` if this `Http2Session` instance is still connecting, will be set - * to `false` before emitting `connect` event and/or calling the `http2.connect`callback. - * @since v10.0.0 - */ - readonly connecting: boolean; - /** - * Will be `true` if this `Http2Session` instance has been destroyed and must no - * longer be used, otherwise `false`. - * @since v8.4.0 - */ - readonly destroyed: boolean; - /** - * Value is `undefined` if the `Http2Session` session socket has not yet been - * connected, `true` if the `Http2Session` is connected with a `TLSSocket`, - * and `false` if the `Http2Session` is connected to any other kind of socket - * or stream. - * @since v9.4.0 - */ - readonly encrypted?: boolean | undefined; - /** - * A prototype-less object describing the current local settings of this`Http2Session`. The local settings are local to _this_`Http2Session` instance. - * @since v8.4.0 - */ - readonly localSettings: Settings; - /** - * If the `Http2Session` is connected to a `TLSSocket`, the `originSet` property - * will return an `Array` of origins for which the `Http2Session` may be - * considered authoritative. - * - * The `originSet` property is only available when using a secure TLS connection. - * @since v9.4.0 - */ - readonly originSet?: string[] | undefined; - /** - * Indicates whether the `Http2Session` is currently waiting for acknowledgment of - * a sent `SETTINGS` frame. Will be `true` after calling the`http2session.settings()` method. Will be `false` once all sent `SETTINGS`frames have been acknowledged. - * @since v8.4.0 - */ - readonly pendingSettingsAck: boolean; - /** - * A prototype-less object describing the current remote settings of this`Http2Session`. The remote settings are set by the _connected_ HTTP/2 peer. - * @since v8.4.0 - */ - readonly remoteSettings: Settings; - /** - * Returns a `Proxy` object that acts as a `net.Socket` (or `tls.TLSSocket`) but - * limits available methods to ones safe to use with HTTP/2. - * - * `destroy`, `emit`, `end`, `pause`, `read`, `resume`, and `write` will throw - * an error with code `ERR_HTTP2_NO_SOCKET_MANIPULATION`. See `Http2Session and Sockets` for more information. - * - * `setTimeout` method will be called on this `Http2Session`. - * - * All other interactions will be routed directly to the socket. - * @since v8.4.0 - */ - readonly socket: net.Socket | tls.TLSSocket; - /** - * Provides miscellaneous information about the current state of the`Http2Session`. - * - * An object describing the current status of this `Http2Session`. - * @since v8.4.0 - */ - readonly state: SessionState; - /** - * The `http2session.type` will be equal to`http2.constants.NGHTTP2_SESSION_SERVER` if this `Http2Session` instance is a - * server, and `http2.constants.NGHTTP2_SESSION_CLIENT` if the instance is a - * client. - * @since v8.4.0 - */ - readonly type: number; - /** - * Gracefully closes the `Http2Session`, allowing any existing streams to - * complete on their own and preventing new `Http2Stream` instances from being - * created. Once closed, `http2session.destroy()`_might_ be called if there - * are no open `Http2Stream` instances. - * - * If specified, the `callback` function is registered as a handler for the`'close'` event. - * @since v9.4.0 - */ - close(callback?: () => void): void; - /** - * Immediately terminates the `Http2Session` and the associated `net.Socket` or`tls.TLSSocket`. - * - * Once destroyed, the `Http2Session` will emit the `'close'` event. If `error`is not undefined, an `'error'` event will be emitted immediately before the`'close'` event. - * - * If there are any remaining open `Http2Streams` associated with the`Http2Session`, those will also be destroyed. - * @since v8.4.0 - * @param error An `Error` object if the `Http2Session` is being destroyed due to an error. - * @param code The HTTP/2 error code to send in the final `GOAWAY` frame. If unspecified, and `error` is not undefined, the default is `INTERNAL_ERROR`, otherwise defaults to `NO_ERROR`. - */ - destroy(error?: Error, code?: number): void; - /** - * Transmits a `GOAWAY` frame to the connected peer _without_ shutting down the`Http2Session`. - * @since v9.4.0 - * @param code An HTTP/2 error code - * @param lastStreamID The numeric ID of the last processed `Http2Stream` - * @param opaqueData A `TypedArray` or `DataView` instance containing additional data to be carried within the `GOAWAY` frame. - */ - goaway(code?: number, lastStreamID?: number, opaqueData?: NodeJS.ArrayBufferView): void; - /** - * Sends a `PING` frame to the connected HTTP/2 peer. A `callback` function must - * be provided. The method will return `true` if the `PING` was sent, `false`otherwise. - * - * The maximum number of outstanding (unacknowledged) pings is determined by the`maxOutstandingPings` configuration option. The default maximum is 10. - * - * If provided, the `payload` must be a `Buffer`, `TypedArray`, or `DataView`containing 8 bytes of data that will be transmitted with the `PING` and - * returned with the ping acknowledgment. - * - * The callback will be invoked with three arguments: an error argument that will - * be `null` if the `PING` was successfully acknowledged, a `duration` argument - * that reports the number of milliseconds elapsed since the ping was sent and the - * acknowledgment was received, and a `Buffer` containing the 8-byte `PING`payload. - * - * ```js - * session.ping(Buffer.from('abcdefgh'), (err, duration, payload) => { - * if (!err) { - * console.log(`Ping acknowledged in ${duration} milliseconds`); - * console.log(`With payload '${payload.toString()}'`); - * } - * }); - * ``` - * - * If the `payload` argument is not specified, the default payload will be the - * 64-bit timestamp (little endian) marking the start of the `PING` duration. - * @since v8.9.3 - * @param payload Optional ping payload. - */ - ping(callback: (err: Error | null, duration: number, payload: Buffer) => void): boolean; - ping(payload: NodeJS.ArrayBufferView, callback: (err: Error | null, duration: number, payload: Buffer) => void): boolean; - /** - * Calls `ref()` on this `Http2Session`instance's underlying `net.Socket`. - * @since v9.4.0 - */ - ref(): void; - /** - * Sets the local endpoint's window size. - * The `windowSize` is the total window size to set, not - * the delta. - * - * ```js - * const http2 = require('http2'); - * - * const server = http2.createServer(); - * const expectedWindowSize = 2 ** 20; - * server.on('connect', (session) => { - * - * // Set local window size to be 2 ** 20 - * session.setLocalWindowSize(expectedWindowSize); - * }); - * ``` - * @since v15.3.0, v14.18.0 - */ - setLocalWindowSize(windowSize: number): void; - /** - * Used to set a callback function that is called when there is no activity on - * the `Http2Session` after `msecs` milliseconds. The given `callback` is - * registered as a listener on the `'timeout'` event. - * @since v8.4.0 - */ - setTimeout(msecs: number, callback?: () => void): void; - /** - * Updates the current local settings for this `Http2Session` and sends a new`SETTINGS` frame to the connected HTTP/2 peer. - * - * Once called, the `http2session.pendingSettingsAck` property will be `true`while the session is waiting for the remote peer to acknowledge the new - * settings. - * - * The new settings will not become effective until the `SETTINGS` acknowledgment - * is received and the `'localSettings'` event is emitted. It is possible to send - * multiple `SETTINGS` frames while acknowledgment is still pending. - * @since v8.4.0 - * @param callback Callback that is called once the session is connected or right away if the session is already connected. - */ - settings(settings: Settings, callback?: (err: Error | null, settings: Settings, duration: number) => void): void; - /** - * Calls `unref()` on this `Http2Session`instance's underlying `net.Socket`. - * @since v9.4.0 - */ - unref(): void; - addListener(event: 'close', listener: () => void): this; - addListener(event: 'error', listener: (err: Error) => void): this; - addListener(event: 'frameError', listener: (frameType: number, errorCode: number, streamID: number) => void): this; - addListener(event: 'goaway', listener: (errorCode: number, lastStreamID: number, opaqueData: Buffer) => void): this; - addListener(event: 'localSettings', listener: (settings: Settings) => void): this; - addListener(event: 'ping', listener: () => void): this; - addListener(event: 'remoteSettings', listener: (settings: Settings) => void): this; - addListener(event: 'timeout', listener: () => void): this; - addListener(event: string | symbol, listener: (...args: any[]) => void): this; - emit(event: 'close'): boolean; - emit(event: 'error', err: Error): boolean; - emit(event: 'frameError', frameType: number, errorCode: number, streamID: number): boolean; - emit(event: 'goaway', errorCode: number, lastStreamID: number, opaqueData: Buffer): boolean; - emit(event: 'localSettings', settings: Settings): boolean; - emit(event: 'ping'): boolean; - emit(event: 'remoteSettings', settings: Settings): boolean; - emit(event: 'timeout'): boolean; - emit(event: string | symbol, ...args: any[]): boolean; - on(event: 'close', listener: () => void): this; - on(event: 'error', listener: (err: Error) => void): this; - on(event: 'frameError', listener: (frameType: number, errorCode: number, streamID: number) => void): this; - on(event: 'goaway', listener: (errorCode: number, lastStreamID: number, opaqueData: Buffer) => void): this; - on(event: 'localSettings', listener: (settings: Settings) => void): this; - on(event: 'ping', listener: () => void): this; - on(event: 'remoteSettings', listener: (settings: Settings) => void): this; - on(event: 'timeout', listener: () => void): this; - on(event: string | symbol, listener: (...args: any[]) => void): this; - once(event: 'close', listener: () => void): this; - once(event: 'error', listener: (err: Error) => void): this; - once(event: 'frameError', listener: (frameType: number, errorCode: number, streamID: number) => void): this; - once(event: 'goaway', listener: (errorCode: number, lastStreamID: number, opaqueData: Buffer) => void): this; - once(event: 'localSettings', listener: (settings: Settings) => void): this; - once(event: 'ping', listener: () => void): this; - once(event: 'remoteSettings', listener: (settings: Settings) => void): this; - once(event: 'timeout', listener: () => void): this; - once(event: string | symbol, listener: (...args: any[]) => void): this; - prependListener(event: 'close', listener: () => void): this; - prependListener(event: 'error', listener: (err: Error) => void): this; - prependListener(event: 'frameError', listener: (frameType: number, errorCode: number, streamID: number) => void): this; - prependListener(event: 'goaway', listener: (errorCode: number, lastStreamID: number, opaqueData: Buffer) => void): this; - prependListener(event: 'localSettings', listener: (settings: Settings) => void): this; - prependListener(event: 'ping', listener: () => void): this; - prependListener(event: 'remoteSettings', listener: (settings: Settings) => void): this; - prependListener(event: 'timeout', listener: () => void): this; - prependListener(event: string | symbol, listener: (...args: any[]) => void): this; - prependOnceListener(event: 'close', listener: () => void): this; - prependOnceListener(event: 'error', listener: (err: Error) => void): this; - prependOnceListener(event: 'frameError', listener: (frameType: number, errorCode: number, streamID: number) => void): this; - prependOnceListener(event: 'goaway', listener: (errorCode: number, lastStreamID: number, opaqueData: Buffer) => void): this; - prependOnceListener(event: 'localSettings', listener: (settings: Settings) => void): this; - prependOnceListener(event: 'ping', listener: () => void): this; - prependOnceListener(event: 'remoteSettings', listener: (settings: Settings) => void): this; - prependOnceListener(event: 'timeout', listener: () => void): this; - prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; - } - export interface ClientHttp2Session extends Http2Session { - /** - * For HTTP/2 Client `Http2Session` instances only, the `http2session.request()`creates and returns an `Http2Stream` instance that can be used to send an - * HTTP/2 request to the connected server. - * - * When a `ClientHttp2Session` is first created, the socket may not yet be - * connected. if `clienthttp2session.request()` is called during this time, the - * actual request will be deferred until the socket is ready to go. - * If the `session` is closed before the actual request be executed, an`ERR_HTTP2_GOAWAY_SESSION` is thrown. - * - * This method is only available if `http2session.type` is equal to`http2.constants.NGHTTP2_SESSION_CLIENT`. - * - * ```js - * const http2 = require('http2'); - * const clientSession = http2.connect('https://localhost:1234'); - * const { - * HTTP2_HEADER_PATH, - * HTTP2_HEADER_STATUS - * } = http2.constants; - * - * const req = clientSession.request({ [HTTP2_HEADER_PATH]: '/' }); - * req.on('response', (headers) => { - * console.log(headers[HTTP2_HEADER_STATUS]); - * req.on('data', (chunk) => { // .. }); - * req.on('end', () => { // .. }); - * }); - * ``` - * - * When the `options.waitForTrailers` option is set, the `'wantTrailers'` event - * is emitted immediately after queuing the last chunk of payload data to be sent. - * The `http2stream.sendTrailers()` method can then be called to send trailing - * headers to the peer. - * - * When `options.waitForTrailers` is set, the `Http2Stream` will not automatically - * close when the final `DATA` frame is transmitted. User code must call either`http2stream.sendTrailers()` or `http2stream.close()` to close the`Http2Stream`. - * - * When `options.signal` is set with an `AbortSignal` and then `abort` on the - * corresponding `AbortController` is called, the request will emit an `'error'`event with an `AbortError` error. - * - * The `:method` and `:path` pseudo-headers are not specified within `headers`, - * they respectively default to: - * - * * `:method` \= `'GET'` - * * `:path` \= `/` - * @since v8.4.0 - */ - request(headers?: OutgoingHttpHeaders, options?: ClientSessionRequestOptions): ClientHttp2Stream; - addListener(event: 'altsvc', listener: (alt: string, origin: string, stream: number) => void): this; - addListener(event: 'origin', listener: (origins: string[]) => void): this; - addListener(event: 'connect', listener: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this; - addListener(event: 'stream', listener: (stream: ClientHttp2Stream, headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; - addListener(event: string | symbol, listener: (...args: any[]) => void): this; - emit(event: 'altsvc', alt: string, origin: string, stream: number): boolean; - emit(event: 'origin', origins: ReadonlyArray<string>): boolean; - emit(event: 'connect', session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket): boolean; - emit(event: 'stream', stream: ClientHttp2Stream, headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number): boolean; - emit(event: string | symbol, ...args: any[]): boolean; - on(event: 'altsvc', listener: (alt: string, origin: string, stream: number) => void): this; - on(event: 'origin', listener: (origins: string[]) => void): this; - on(event: 'connect', listener: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this; - on(event: 'stream', listener: (stream: ClientHttp2Stream, headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; - on(event: string | symbol, listener: (...args: any[]) => void): this; - once(event: 'altsvc', listener: (alt: string, origin: string, stream: number) => void): this; - once(event: 'origin', listener: (origins: string[]) => void): this; - once(event: 'connect', listener: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this; - once(event: 'stream', listener: (stream: ClientHttp2Stream, headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; - once(event: string | symbol, listener: (...args: any[]) => void): this; - prependListener(event: 'altsvc', listener: (alt: string, origin: string, stream: number) => void): this; - prependListener(event: 'origin', listener: (origins: string[]) => void): this; - prependListener(event: 'connect', listener: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this; - prependListener(event: 'stream', listener: (stream: ClientHttp2Stream, headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; - prependListener(event: string | symbol, listener: (...args: any[]) => void): this; - prependOnceListener(event: 'altsvc', listener: (alt: string, origin: string, stream: number) => void): this; - prependOnceListener(event: 'origin', listener: (origins: string[]) => void): this; - prependOnceListener(event: 'connect', listener: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this; - prependOnceListener(event: 'stream', listener: (stream: ClientHttp2Stream, headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; - prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; - } - export interface AlternativeServiceOptions { - origin: number | string | url.URL; - } - export interface ServerHttp2Session extends Http2Session { - readonly server: Http2Server | Http2SecureServer; - /** - * Submits an `ALTSVC` frame (as defined by [RFC 7838](https://tools.ietf.org/html/rfc7838)) to the connected client. - * - * ```js - * const http2 = require('http2'); - * - * const server = http2.createServer(); - * server.on('session', (session) => { - * // Set altsvc for origin https://example.org:80 - * session.altsvc('h2=":8000"', 'https://example.org:80'); - * }); - * - * server.on('stream', (stream) => { - * // Set altsvc for a specific stream - * stream.session.altsvc('h2=":8000"', stream.id); - * }); - * ``` - * - * Sending an `ALTSVC` frame with a specific stream ID indicates that the alternate - * service is associated with the origin of the given `Http2Stream`. - * - * The `alt` and origin string _must_ contain only ASCII bytes and are - * strictly interpreted as a sequence of ASCII bytes. The special value `'clear'`may be passed to clear any previously set alternative service for a given - * domain. - * - * When a string is passed for the `originOrStream` argument, it will be parsed as - * a URL and the origin will be derived. For instance, the origin for the - * HTTP URL `'https://example.org/foo/bar'` is the ASCII string`'https://example.org'`. An error will be thrown if either the given string - * cannot be parsed as a URL or if a valid origin cannot be derived. - * - * A `URL` object, or any object with an `origin` property, may be passed as`originOrStream`, in which case the value of the `origin` property will be - * used. The value of the `origin` property _must_ be a properly serialized - * ASCII origin. - * @since v9.4.0 - * @param alt A description of the alternative service configuration as defined by `RFC 7838`. - * @param originOrStream Either a URL string specifying the origin (or an `Object` with an `origin` property) or the numeric identifier of an active `Http2Stream` as given by the - * `http2stream.id` property. - */ - altsvc(alt: string, originOrStream: number | string | url.URL | AlternativeServiceOptions): void; - /** - * Submits an `ORIGIN` frame (as defined by [RFC 8336](https://tools.ietf.org/html/rfc8336)) to the connected client - * to advertise the set of origins for which the server is capable of providing - * authoritative responses. - * - * ```js - * const http2 = require('http2'); - * const options = getSecureOptionsSomehow(); - * const server = http2.createSecureServer(options); - * server.on('stream', (stream) => { - * stream.respond(); - * stream.end('ok'); - * }); - * server.on('session', (session) => { - * session.origin('https://example.com', 'https://example.org'); - * }); - * ``` - * - * When a string is passed as an `origin`, it will be parsed as a URL and the - * origin will be derived. For instance, the origin for the HTTP URL`'https://example.org/foo/bar'` is the ASCII string`'https://example.org'`. An error will be thrown if either the given - * string - * cannot be parsed as a URL or if a valid origin cannot be derived. - * - * A `URL` object, or any object with an `origin` property, may be passed as - * an `origin`, in which case the value of the `origin` property will be - * used. The value of the `origin` property _must_ be a properly serialized - * ASCII origin. - * - * Alternatively, the `origins` option may be used when creating a new HTTP/2 - * server using the `http2.createSecureServer()` method: - * - * ```js - * const http2 = require('http2'); - * const options = getSecureOptionsSomehow(); - * options.origins = ['https://example.com', 'https://example.org']; - * const server = http2.createSecureServer(options); - * server.on('stream', (stream) => { - * stream.respond(); - * stream.end('ok'); - * }); - * ``` - * @since v10.12.0 - * @param origins One or more URL Strings passed as separate arguments. - */ - origin( - ...origins: Array< - | string - | url.URL - | { - origin: string; - } - > - ): void; - addListener(event: 'connect', listener: (session: ServerHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this; - addListener(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; - addListener(event: string | symbol, listener: (...args: any[]) => void): this; - emit(event: 'connect', session: ServerHttp2Session, socket: net.Socket | tls.TLSSocket): boolean; - emit(event: 'stream', stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number): boolean; - emit(event: string | symbol, ...args: any[]): boolean; - on(event: 'connect', listener: (session: ServerHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this; - on(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; - on(event: string | symbol, listener: (...args: any[]) => void): this; - once(event: 'connect', listener: (session: ServerHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this; - once(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; - once(event: string | symbol, listener: (...args: any[]) => void): this; - prependListener(event: 'connect', listener: (session: ServerHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this; - prependListener(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; - prependListener(event: string | symbol, listener: (...args: any[]) => void): this; - prependOnceListener(event: 'connect', listener: (session: ServerHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this; - prependOnceListener(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; - prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; - } - // Http2Server - export interface SessionOptions { - maxDeflateDynamicTableSize?: number | undefined; - maxSessionMemory?: number | undefined; - maxHeaderListPairs?: number | undefined; - maxOutstandingPings?: number | undefined; - maxSendHeaderBlockLength?: number | undefined; - paddingStrategy?: number | undefined; - peerMaxConcurrentStreams?: number | undefined; - settings?: Settings | undefined; - /** - * Specifies a timeout in milliseconds that - * a server should wait when an [`'unknownProtocol'`][] is emitted. If the - * socket has not been destroyed by that time the server will destroy it. - * @default 100000 - */ - unknownProtocolTimeout?: number | undefined; - selectPadding?(frameLen: number, maxFrameLen: number): number; - createConnection?(authority: url.URL, option: SessionOptions): stream.Duplex; - } - export interface ClientSessionOptions extends SessionOptions { - maxReservedRemoteStreams?: number | undefined; - createConnection?: ((authority: url.URL, option: SessionOptions) => stream.Duplex) | undefined; - protocol?: 'http:' | 'https:' | undefined; - } - export interface ServerSessionOptions extends SessionOptions { - Http1IncomingMessage?: typeof IncomingMessage | undefined; - Http1ServerResponse?: typeof ServerResponse | undefined; - Http2ServerRequest?: typeof Http2ServerRequest | undefined; - Http2ServerResponse?: typeof Http2ServerResponse | undefined; - } - export interface SecureClientSessionOptions extends ClientSessionOptions, tls.ConnectionOptions {} - export interface SecureServerSessionOptions extends ServerSessionOptions, tls.TlsOptions {} - export interface ServerOptions extends ServerSessionOptions {} - export interface SecureServerOptions extends SecureServerSessionOptions { - allowHTTP1?: boolean | undefined; - origins?: string[] | undefined; - } - interface HTTP2ServerCommon { - setTimeout(msec?: number, callback?: () => void): this; - /** - * Throws ERR_HTTP2_INVALID_SETTING_VALUE for invalid settings values. - * Throws ERR_INVALID_ARG_TYPE for invalid settings argument. - */ - updateSettings(settings: Settings): void; - } - export interface Http2Server extends net.Server, HTTP2ServerCommon { - addListener(event: 'checkContinue', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; - addListener(event: 'request', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; - addListener(event: 'session', listener: (session: ServerHttp2Session) => void): this; - addListener(event: 'sessionError', listener: (err: Error) => void): this; - addListener(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; - addListener(event: 'timeout', listener: () => void): this; - addListener(event: string | symbol, listener: (...args: any[]) => void): this; - emit(event: 'checkContinue', request: Http2ServerRequest, response: Http2ServerResponse): boolean; - emit(event: 'request', request: Http2ServerRequest, response: Http2ServerResponse): boolean; - emit(event: 'session', session: ServerHttp2Session): boolean; - emit(event: 'sessionError', err: Error): boolean; - emit(event: 'stream', stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number): boolean; - emit(event: 'timeout'): boolean; - emit(event: string | symbol, ...args: any[]): boolean; - on(event: 'checkContinue', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; - on(event: 'request', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; - on(event: 'session', listener: (session: ServerHttp2Session) => void): this; - on(event: 'sessionError', listener: (err: Error) => void): this; - on(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; - on(event: 'timeout', listener: () => void): this; - on(event: string | symbol, listener: (...args: any[]) => void): this; - once(event: 'checkContinue', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; - once(event: 'request', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; - once(event: 'session', listener: (session: ServerHttp2Session) => void): this; - once(event: 'sessionError', listener: (err: Error) => void): this; - once(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; - once(event: 'timeout', listener: () => void): this; - once(event: string | symbol, listener: (...args: any[]) => void): this; - prependListener(event: 'checkContinue', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; - prependListener(event: 'request', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; - prependListener(event: 'session', listener: (session: ServerHttp2Session) => void): this; - prependListener(event: 'sessionError', listener: (err: Error) => void): this; - prependListener(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; - prependListener(event: 'timeout', listener: () => void): this; - prependListener(event: string | symbol, listener: (...args: any[]) => void): this; - prependOnceListener(event: 'checkContinue', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; - prependOnceListener(event: 'request', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; - prependOnceListener(event: 'session', listener: (session: ServerHttp2Session) => void): this; - prependOnceListener(event: 'sessionError', listener: (err: Error) => void): this; - prependOnceListener(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; - prependOnceListener(event: 'timeout', listener: () => void): this; - prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; - } - export interface Http2SecureServer extends tls.Server, HTTP2ServerCommon { - addListener(event: 'checkContinue', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; - addListener(event: 'request', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; - addListener(event: 'session', listener: (session: ServerHttp2Session) => void): this; - addListener(event: 'sessionError', listener: (err: Error) => void): this; - addListener(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; - addListener(event: 'timeout', listener: () => void): this; - addListener(event: 'unknownProtocol', listener: (socket: tls.TLSSocket) => void): this; - addListener(event: string | symbol, listener: (...args: any[]) => void): this; - emit(event: 'checkContinue', request: Http2ServerRequest, response: Http2ServerResponse): boolean; - emit(event: 'request', request: Http2ServerRequest, response: Http2ServerResponse): boolean; - emit(event: 'session', session: ServerHttp2Session): boolean; - emit(event: 'sessionError', err: Error): boolean; - emit(event: 'stream', stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number): boolean; - emit(event: 'timeout'): boolean; - emit(event: 'unknownProtocol', socket: tls.TLSSocket): boolean; - emit(event: string | symbol, ...args: any[]): boolean; - on(event: 'checkContinue', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; - on(event: 'request', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; - on(event: 'session', listener: (session: ServerHttp2Session) => void): this; - on(event: 'sessionError', listener: (err: Error) => void): this; - on(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; - on(event: 'timeout', listener: () => void): this; - on(event: 'unknownProtocol', listener: (socket: tls.TLSSocket) => void): this; - on(event: string | symbol, listener: (...args: any[]) => void): this; - once(event: 'checkContinue', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; - once(event: 'request', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; - once(event: 'session', listener: (session: ServerHttp2Session) => void): this; - once(event: 'sessionError', listener: (err: Error) => void): this; - once(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; - once(event: 'timeout', listener: () => void): this; - once(event: 'unknownProtocol', listener: (socket: tls.TLSSocket) => void): this; - once(event: string | symbol, listener: (...args: any[]) => void): this; - prependListener(event: 'checkContinue', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; - prependListener(event: 'request', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; - prependListener(event: 'session', listener: (session: ServerHttp2Session) => void): this; - prependListener(event: 'sessionError', listener: (err: Error) => void): this; - prependListener(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; - prependListener(event: 'timeout', listener: () => void): this; - prependListener(event: 'unknownProtocol', listener: (socket: tls.TLSSocket) => void): this; - prependListener(event: string | symbol, listener: (...args: any[]) => void): this; - prependOnceListener(event: 'checkContinue', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; - prependOnceListener(event: 'request', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; - prependOnceListener(event: 'session', listener: (session: ServerHttp2Session) => void): this; - prependOnceListener(event: 'sessionError', listener: (err: Error) => void): this; - prependOnceListener(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; - prependOnceListener(event: 'timeout', listener: () => void): this; - prependOnceListener(event: 'unknownProtocol', listener: (socket: tls.TLSSocket) => void): this; - prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; - } - /** - * A `Http2ServerRequest` object is created by {@link Server} or {@link SecureServer} and passed as the first argument to the `'request'` event. It may be used to access a request status, - * headers, and - * data. - * @since v8.4.0 - */ - export class Http2ServerRequest extends stream.Readable { - constructor(stream: ServerHttp2Stream, headers: IncomingHttpHeaders, options: stream.ReadableOptions, rawHeaders: ReadonlyArray<string>); - /** - * The `request.aborted` property will be `true` if the request has - * been aborted. - * @since v10.1.0 - */ - readonly aborted: boolean; - /** - * The request authority pseudo header field. Because HTTP/2 allows requests - * to set either `:authority` or `host`, this value is derived from`req.headers[':authority']` if present. Otherwise, it is derived from`req.headers['host']`. - * @since v8.4.0 - */ - readonly authority: string; - /** - * See `request.socket`. - * @since v8.4.0 - * @deprecated Since v13.0.0 - Use `socket`. - */ - readonly connection: net.Socket | tls.TLSSocket; - /** - * The `request.complete` property will be `true` if the request has - * been completed, aborted, or destroyed. - * @since v12.10.0 - */ - readonly complete: boolean; - /** - * The request/response headers object. - * - * Key-value pairs of header names and values. Header names are lower-cased. - * - * ```js - * // Prints something like: - * // - * // { 'user-agent': 'curl/7.22.0', - * // host: '127.0.0.1:8000', - * // accept: '*' } - * console.log(request.headers); - * ``` - * - * See `HTTP/2 Headers Object`. - * - * In HTTP/2, the request path, host name, protocol, and method are represented as - * special headers prefixed with the `:` character (e.g. `':path'`). These special - * headers will be included in the `request.headers` object. Care must be taken not - * to inadvertently modify these special headers or errors may occur. For instance, - * removing all headers from the request will cause errors to occur: - * - * ```js - * removeAllHeaders(request.headers); - * assert(request.url); // Fails because the :path header has been removed - * ``` - * @since v8.4.0 - */ - readonly headers: IncomingHttpHeaders; - /** - * In case of server request, the HTTP version sent by the client. In the case of - * client response, the HTTP version of the connected-to server. Returns`'2.0'`. - * - * Also `message.httpVersionMajor` is the first integer and`message.httpVersionMinor` is the second. - * @since v8.4.0 - */ - readonly httpVersion: string; - readonly httpVersionMinor: number; - readonly httpVersionMajor: number; - /** - * The request method as a string. Read-only. Examples: `'GET'`, `'DELETE'`. - * @since v8.4.0 - */ - readonly method: string; - /** - * The raw request/response headers list exactly as they were received. - * - * The keys and values are in the same list. It is _not_ a - * list of tuples. So, the even-numbered offsets are key values, and the - * odd-numbered offsets are the associated values. - * - * Header names are not lowercased, and duplicates are not merged. - * - * ```js - * // Prints something like: - * // - * // [ 'user-agent', - * // 'this is invalid because there can be only one', - * // 'User-Agent', - * // 'curl/7.22.0', - * // 'Host', - * // '127.0.0.1:8000', - * // 'ACCEPT', - * // '*' ] - * console.log(request.rawHeaders); - * ``` - * @since v8.4.0 - */ - readonly rawHeaders: string[]; - /** - * The raw request/response trailer keys and values exactly as they were - * received. Only populated at the `'end'` event. - * @since v8.4.0 - */ - readonly rawTrailers: string[]; - /** - * The request scheme pseudo header field indicating the scheme - * portion of the target URL. - * @since v8.4.0 - */ - readonly scheme: string; - /** - * Returns a `Proxy` object that acts as a `net.Socket` (or `tls.TLSSocket`) but - * applies getters, setters, and methods based on HTTP/2 logic. - * - * `destroyed`, `readable`, and `writable` properties will be retrieved from and - * set on `request.stream`. - * - * `destroy`, `emit`, `end`, `on` and `once` methods will be called on`request.stream`. - * - * `setTimeout` method will be called on `request.stream.session`. - * - * `pause`, `read`, `resume`, and `write` will throw an error with code`ERR_HTTP2_NO_SOCKET_MANIPULATION`. See `Http2Session and Sockets` for - * more information. - * - * All other interactions will be routed directly to the socket. With TLS support, - * use `request.socket.getPeerCertificate()` to obtain the client's - * authentication details. - * @since v8.4.0 - */ - readonly socket: net.Socket | tls.TLSSocket; - /** - * The `Http2Stream` object backing the request. - * @since v8.4.0 - */ - readonly stream: ServerHttp2Stream; - /** - * The request/response trailers object. Only populated at the `'end'` event. - * @since v8.4.0 - */ - readonly trailers: IncomingHttpHeaders; - /** - * Request URL string. This contains only the URL that is present in the actual - * HTTP request. If the request is: - * - * ```http - * GET /status?name=ryan HTTP/1.1 - * Accept: text/plain - * ``` - * - * Then `request.url` will be: - * - * ```js - * '/status?name=ryan' - * ``` - * - * To parse the url into its parts, `new URL()` can be used: - * - * ```console - * $ node - * > new URL('/status?name=ryan', 'http://example.com') - * URL { - * href: 'http://example.com/status?name=ryan', - * origin: 'http://example.com', - * protocol: 'http:', - * username: '', - * password: '', - * host: 'example.com', - * hostname: 'example.com', - * port: '', - * pathname: '/status', - * search: '?name=ryan', - * searchParams: URLSearchParams { 'name' => 'ryan' }, - * hash: '' - * } - * ``` - * @since v8.4.0 - */ - url: string; - /** - * Sets the `Http2Stream`'s timeout value to `msecs`. If a callback is - * provided, then it is added as a listener on the `'timeout'` event on - * the response object. - * - * If no `'timeout'` listener is added to the request, the response, or - * the server, then `Http2Stream` s are destroyed when they time out. If a - * handler is assigned to the request, the response, or the server's `'timeout'`events, timed out sockets must be handled explicitly. - * @since v8.4.0 - */ - setTimeout(msecs: number, callback?: () => void): void; - read(size?: number): Buffer | string | null; - addListener(event: 'aborted', listener: (hadError: boolean, code: number) => void): this; - addListener(event: 'close', listener: () => void): this; - addListener(event: 'data', listener: (chunk: Buffer | string) => void): this; - addListener(event: 'end', listener: () => void): this; - addListener(event: 'readable', listener: () => void): this; - addListener(event: 'error', listener: (err: Error) => void): this; - addListener(event: string | symbol, listener: (...args: any[]) => void): this; - emit(event: 'aborted', hadError: boolean, code: number): boolean; - emit(event: 'close'): boolean; - emit(event: 'data', chunk: Buffer | string): boolean; - emit(event: 'end'): boolean; - emit(event: 'readable'): boolean; - emit(event: 'error', err: Error): boolean; - emit(event: string | symbol, ...args: any[]): boolean; - on(event: 'aborted', listener: (hadError: boolean, code: number) => void): this; - on(event: 'close', listener: () => void): this; - on(event: 'data', listener: (chunk: Buffer | string) => void): this; - on(event: 'end', listener: () => void): this; - on(event: 'readable', listener: () => void): this; - on(event: 'error', listener: (err: Error) => void): this; - on(event: string | symbol, listener: (...args: any[]) => void): this; - once(event: 'aborted', listener: (hadError: boolean, code: number) => void): this; - once(event: 'close', listener: () => void): this; - once(event: 'data', listener: (chunk: Buffer | string) => void): this; - once(event: 'end', listener: () => void): this; - once(event: 'readable', listener: () => void): this; - once(event: 'error', listener: (err: Error) => void): this; - once(event: string | symbol, listener: (...args: any[]) => void): this; - prependListener(event: 'aborted', listener: (hadError: boolean, code: number) => void): this; - prependListener(event: 'close', listener: () => void): this; - prependListener(event: 'data', listener: (chunk: Buffer | string) => void): this; - prependListener(event: 'end', listener: () => void): this; - prependListener(event: 'readable', listener: () => void): this; - prependListener(event: 'error', listener: (err: Error) => void): this; - prependListener(event: string | symbol, listener: (...args: any[]) => void): this; - prependOnceListener(event: 'aborted', listener: (hadError: boolean, code: number) => void): this; - prependOnceListener(event: 'close', listener: () => void): this; - prependOnceListener(event: 'data', listener: (chunk: Buffer | string) => void): this; - prependOnceListener(event: 'end', listener: () => void): this; - prependOnceListener(event: 'readable', listener: () => void): this; - prependOnceListener(event: 'error', listener: (err: Error) => void): this; - prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; - } - /** - * This object is created internally by an HTTP server, not by the user. It is - * passed as the second parameter to the `'request'` event. - * @since v8.4.0 - */ - export class Http2ServerResponse extends stream.Writable { - constructor(stream: ServerHttp2Stream); - /** - * See `response.socket`. - * @since v8.4.0 - * @deprecated Since v13.0.0 - Use `socket`. - */ - readonly connection: net.Socket | tls.TLSSocket; - /** - * Boolean value that indicates whether the response has completed. Starts - * as `false`. After `response.end()` executes, the value will be `true`. - * @since v8.4.0 - * @deprecated Since v13.4.0,v12.16.0 - Use `writableEnded`. - */ - readonly finished: boolean; - /** - * True if headers were sent, false otherwise (read-only). - * @since v8.4.0 - */ - readonly headersSent: boolean; - /** - * A reference to the original HTTP2 request object. - * @since v15.7.0 - */ - readonly req: Http2ServerRequest; - /** - * Returns a `Proxy` object that acts as a `net.Socket` (or `tls.TLSSocket`) but - * applies getters, setters, and methods based on HTTP/2 logic. - * - * `destroyed`, `readable`, and `writable` properties will be retrieved from and - * set on `response.stream`. - * - * `destroy`, `emit`, `end`, `on` and `once` methods will be called on`response.stream`. - * - * `setTimeout` method will be called on `response.stream.session`. - * - * `pause`, `read`, `resume`, and `write` will throw an error with code`ERR_HTTP2_NO_SOCKET_MANIPULATION`. See `Http2Session and Sockets` for - * more information. - * - * All other interactions will be routed directly to the socket. - * - * ```js - * const http2 = require('http2'); - * const server = http2.createServer((req, res) => { - * const ip = req.socket.remoteAddress; - * const port = req.socket.remotePort; - * res.end(`Your IP address is ${ip} and your source port is ${port}.`); - * }).listen(3000); - * ``` - * @since v8.4.0 - */ - readonly socket: net.Socket | tls.TLSSocket; - /** - * The `Http2Stream` object backing the response. - * @since v8.4.0 - */ - readonly stream: ServerHttp2Stream; - /** - * When true, the Date header will be automatically generated and sent in - * the response if it is not already present in the headers. Defaults to true. - * - * This should only be disabled for testing; HTTP requires the Date header - * in responses. - * @since v8.4.0 - */ - sendDate: boolean; - /** - * When using implicit headers (not calling `response.writeHead()` explicitly), - * this property controls the status code that will be sent to the client when - * the headers get flushed. - * - * ```js - * response.statusCode = 404; - * ``` - * - * After response header was sent to the client, this property indicates the - * status code which was sent out. - * @since v8.4.0 - */ - statusCode: number; - /** - * Status message is not supported by HTTP/2 (RFC 7540 8.1.2.4). It returns - * an empty string. - * @since v8.4.0 - */ - statusMessage: ''; - /** - * This method adds HTTP trailing headers (a header but at the end of the - * message) to the response. - * - * Attempting to set a header field name or value that contains invalid characters - * will result in a `TypeError` being thrown. - * @since v8.4.0 - */ - addTrailers(trailers: OutgoingHttpHeaders): void; - /** - * This method signals to the server that all of the response headers and body - * have been sent; that server should consider this message complete. - * The method, `response.end()`, MUST be called on each response. - * - * If `data` is specified, it is equivalent to calling `response.write(data, encoding)` followed by `response.end(callback)`. - * - * If `callback` is specified, it will be called when the response stream - * is finished. - * @since v8.4.0 - */ - end(callback?: () => void): this; - end(data: string | Uint8Array, callback?: () => void): this; - end(data: string | Uint8Array, encoding: BufferEncoding, callback?: () => void): this; - /** - * Reads out a header that has already been queued but not sent to the client. - * The name is case-insensitive. - * - * ```js - * const contentType = response.getHeader('content-type'); - * ``` - * @since v8.4.0 - */ - getHeader(name: string): string; - /** - * Returns an array containing the unique names of the current outgoing headers. - * All header names are lowercase. - * - * ```js - * response.setHeader('Foo', 'bar'); - * response.setHeader('Set-Cookie', ['foo=bar', 'bar=baz']); - * - * const headerNames = response.getHeaderNames(); - * // headerNames === ['foo', 'set-cookie'] - * ``` - * @since v8.4.0 - */ - getHeaderNames(): string[]; - /** - * Returns a shallow copy of the current outgoing headers. Since a shallow copy - * is used, array values may be mutated without additional calls to various - * header-related http module methods. The keys of the returned object are the - * header names and the values are the respective header values. All header names - * are lowercase. - * - * The object returned by the `response.getHeaders()` method _does not_prototypically inherit from the JavaScript `Object`. This means that typical`Object` methods such as `obj.toString()`, - * `obj.hasOwnProperty()`, and others - * are not defined and _will not work_. - * - * ```js - * response.setHeader('Foo', 'bar'); - * response.setHeader('Set-Cookie', ['foo=bar', 'bar=baz']); - * - * const headers = response.getHeaders(); - * // headers === { foo: 'bar', 'set-cookie': ['foo=bar', 'bar=baz'] } - * ``` - * @since v8.4.0 - */ - getHeaders(): OutgoingHttpHeaders; - /** - * Returns `true` if the header identified by `name` is currently set in the - * outgoing headers. The header name matching is case-insensitive. - * - * ```js - * const hasContentType = response.hasHeader('content-type'); - * ``` - * @since v8.4.0 - */ - hasHeader(name: string): boolean; - /** - * Removes a header that has been queued for implicit sending. - * - * ```js - * response.removeHeader('Content-Encoding'); - * ``` - * @since v8.4.0 - */ - removeHeader(name: string): void; - /** - * Sets a single header value for implicit headers. If this header already exists - * in the to-be-sent headers, its value will be replaced. Use an array of strings - * here to send multiple headers with the same name. - * - * ```js - * response.setHeader('Content-Type', 'text/html; charset=utf-8'); - * ``` - * - * or - * - * ```js - * response.setHeader('Set-Cookie', ['type=ninja', 'language=javascript']); - * ``` - * - * Attempting to set a header field name or value that contains invalid characters - * will result in a `TypeError` being thrown. - * - * When headers have been set with `response.setHeader()`, they will be merged - * with any headers passed to `response.writeHead()`, with the headers passed - * to `response.writeHead()` given precedence. - * - * ```js - * // Returns content-type = text/plain - * const server = http2.createServer((req, res) => { - * res.setHeader('Content-Type', 'text/html; charset=utf-8'); - * res.setHeader('X-Foo', 'bar'); - * res.writeHead(200, { 'Content-Type': 'text/plain; charset=utf-8' }); - * res.end('ok'); - * }); - * ``` - * @since v8.4.0 - */ - setHeader(name: string, value: number | string | ReadonlyArray<string>): void; - /** - * Sets the `Http2Stream`'s timeout value to `msecs`. If a callback is - * provided, then it is added as a listener on the `'timeout'` event on - * the response object. - * - * If no `'timeout'` listener is added to the request, the response, or - * the server, then `Http2Stream` s are destroyed when they time out. If a - * handler is assigned to the request, the response, or the server's `'timeout'`events, timed out sockets must be handled explicitly. - * @since v8.4.0 - */ - setTimeout(msecs: number, callback?: () => void): void; - /** - * If this method is called and `response.writeHead()` has not been called, - * it will switch to implicit header mode and flush the implicit headers. - * - * This sends a chunk of the response body. This method may - * be called multiple times to provide successive parts of the body. - * - * In the `http` module, the response body is omitted when the - * request is a HEAD request. Similarly, the `204` and `304` responses _must not_ include a message body. - * - * `chunk` can be a string or a buffer. If `chunk` is a string, - * the second parameter specifies how to encode it into a byte stream. - * By default the `encoding` is `'utf8'`. `callback` will be called when this chunk - * of data is flushed. - * - * This is the raw HTTP body and has nothing to do with higher-level multi-part - * body encodings that may be used. - * - * The first time `response.write()` is called, it will send the buffered - * header information and the first chunk of the body to the client. The second - * time `response.write()` is called, Node.js assumes data will be streamed, - * and sends the new data separately. That is, the response is buffered up to the - * first chunk of the body. - * - * Returns `true` if the entire data was flushed successfully to the kernel - * buffer. Returns `false` if all or part of the data was queued in user memory.`'drain'` will be emitted when the buffer is free again. - * @since v8.4.0 - */ - write(chunk: string | Uint8Array, callback?: (err: Error) => void): boolean; - write(chunk: string | Uint8Array, encoding: BufferEncoding, callback?: (err: Error) => void): boolean; - /** - * Sends a status `100 Continue` to the client, indicating that the request body - * should be sent. See the `'checkContinue'` event on `Http2Server` and`Http2SecureServer`. - * @since v8.4.0 - */ - writeContinue(): void; - /** - * Sends a status `103 Early Hints` to the client with a Link header, - * indicating that the user agent can preload/preconnect the linked resources. - * The `hints` is an object containing the values of headers to be sent with - * early hints message. - * - * Example: - * - * ```js - * const earlyHintsLink = '</styles.css>; rel=preload; as=style'; - * response.writeEarlyHints({ - * 'link': earlyHintsLink, - * }); - * - * const earlyHintsLinks = [ - * '</styles.css>; rel=preload; as=style', - * '</scripts.js>; rel=preload; as=script', - * ]; - * response.writeEarlyHints({ - * 'link': earlyHintsLinks, - * 'x-trace-id': 'id for diagnostics' - * }); - * ``` - * - * @since v18.11.0 - * @param hints An object containing the values of headers - */ - writeEarlyHints(hints: Record<string, string | string[]>): void; - /** - * Sends a response header to the request. The status code is a 3-digit HTTP - * status code, like `404`. The last argument, `headers`, are the response headers. - * - * Returns a reference to the `Http2ServerResponse`, so that calls can be chained. - * - * For compatibility with `HTTP/1`, a human-readable `statusMessage` may be - * passed as the second argument. However, because the `statusMessage` has no - * meaning within HTTP/2, the argument will have no effect and a process warning - * will be emitted. - * - * ```js - * const body = 'hello world'; - * response.writeHead(200, { - * 'Content-Length': Buffer.byteLength(body), - * 'Content-Type': 'text/plain; charset=utf-8', - * }); - * ``` - * - * `Content-Length` is given in bytes not characters. The`Buffer.byteLength()` API may be used to determine the number of bytes in a - * given encoding. On outbound messages, Node.js does not check if Content-Length - * and the length of the body being transmitted are equal or not. However, when - * receiving messages, Node.js will automatically reject messages when the`Content-Length` does not match the actual payload size. - * - * This method may be called at most one time on a message before `response.end()` is called. - * - * If `response.write()` or `response.end()` are called before calling - * this, the implicit/mutable headers will be calculated and call this function. - * - * When headers have been set with `response.setHeader()`, they will be merged - * with any headers passed to `response.writeHead()`, with the headers passed - * to `response.writeHead()` given precedence. - * - * ```js - * // Returns content-type = text/plain - * const server = http2.createServer((req, res) => { - * res.setHeader('Content-Type', 'text/html; charset=utf-8'); - * res.setHeader('X-Foo', 'bar'); - * res.writeHead(200, { 'Content-Type': 'text/plain; charset=utf-8' }); - * res.end('ok'); - * }); - * ``` - * - * Attempting to set a header field name or value that contains invalid characters - * will result in a `TypeError` being thrown. - * @since v8.4.0 - */ - writeHead(statusCode: number, headers?: OutgoingHttpHeaders): this; - writeHead(statusCode: number, statusMessage: string, headers?: OutgoingHttpHeaders): this; - /** - * Call `http2stream.pushStream()` with the given headers, and wrap the - * given `Http2Stream` on a newly created `Http2ServerResponse` as the callback - * parameter if successful. When `Http2ServerRequest` is closed, the callback is - * called with an error `ERR_HTTP2_INVALID_STREAM`. - * @since v8.4.0 - * @param headers An object describing the headers - * @param callback Called once `http2stream.pushStream()` is finished, or either when the attempt to create the pushed `Http2Stream` has failed or has been rejected, or the state of - * `Http2ServerRequest` is closed prior to calling the `http2stream.pushStream()` method - */ - createPushResponse(headers: OutgoingHttpHeaders, callback: (err: Error | null, res: Http2ServerResponse) => void): void; - addListener(event: 'close', listener: () => void): this; - addListener(event: 'drain', listener: () => void): this; - addListener(event: 'error', listener: (error: Error) => void): this; - addListener(event: 'finish', listener: () => void): this; - addListener(event: 'pipe', listener: (src: stream.Readable) => void): this; - addListener(event: 'unpipe', listener: (src: stream.Readable) => void): this; - addListener(event: string | symbol, listener: (...args: any[]) => void): this; - emit(event: 'close'): boolean; - emit(event: 'drain'): boolean; - emit(event: 'error', error: Error): boolean; - emit(event: 'finish'): boolean; - emit(event: 'pipe', src: stream.Readable): boolean; - emit(event: 'unpipe', src: stream.Readable): boolean; - emit(event: string | symbol, ...args: any[]): boolean; - on(event: 'close', listener: () => void): this; - on(event: 'drain', listener: () => void): this; - on(event: 'error', listener: (error: Error) => void): this; - on(event: 'finish', listener: () => void): this; - on(event: 'pipe', listener: (src: stream.Readable) => void): this; - on(event: 'unpipe', listener: (src: stream.Readable) => void): this; - on(event: string | symbol, listener: (...args: any[]) => void): this; - once(event: 'close', listener: () => void): this; - once(event: 'drain', listener: () => void): this; - once(event: 'error', listener: (error: Error) => void): this; - once(event: 'finish', listener: () => void): this; - once(event: 'pipe', listener: (src: stream.Readable) => void): this; - once(event: 'unpipe', listener: (src: stream.Readable) => void): this; - once(event: string | symbol, listener: (...args: any[]) => void): this; - prependListener(event: 'close', listener: () => void): this; - prependListener(event: 'drain', listener: () => void): this; - prependListener(event: 'error', listener: (error: Error) => void): this; - prependListener(event: 'finish', listener: () => void): this; - prependListener(event: 'pipe', listener: (src: stream.Readable) => void): this; - prependListener(event: 'unpipe', listener: (src: stream.Readable) => void): this; - prependListener(event: string | symbol, listener: (...args: any[]) => void): this; - prependOnceListener(event: 'close', listener: () => void): this; - prependOnceListener(event: 'drain', listener: () => void): this; - prependOnceListener(event: 'error', listener: (error: Error) => void): this; - prependOnceListener(event: 'finish', listener: () => void): this; - prependOnceListener(event: 'pipe', listener: (src: stream.Readable) => void): this; - prependOnceListener(event: 'unpipe', listener: (src: stream.Readable) => void): this; - prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; - } - export namespace constants { - const NGHTTP2_SESSION_SERVER: number; - const NGHTTP2_SESSION_CLIENT: number; - const NGHTTP2_STREAM_STATE_IDLE: number; - const NGHTTP2_STREAM_STATE_OPEN: number; - const NGHTTP2_STREAM_STATE_RESERVED_LOCAL: number; - const NGHTTP2_STREAM_STATE_RESERVED_REMOTE: number; - const NGHTTP2_STREAM_STATE_HALF_CLOSED_LOCAL: number; - const NGHTTP2_STREAM_STATE_HALF_CLOSED_REMOTE: number; - const NGHTTP2_STREAM_STATE_CLOSED: number; - const NGHTTP2_NO_ERROR: number; - const NGHTTP2_PROTOCOL_ERROR: number; - const NGHTTP2_INTERNAL_ERROR: number; - const NGHTTP2_FLOW_CONTROL_ERROR: number; - const NGHTTP2_SETTINGS_TIMEOUT: number; - const NGHTTP2_STREAM_CLOSED: number; - const NGHTTP2_FRAME_SIZE_ERROR: number; - const NGHTTP2_REFUSED_STREAM: number; - const NGHTTP2_CANCEL: number; - const NGHTTP2_COMPRESSION_ERROR: number; - const NGHTTP2_CONNECT_ERROR: number; - const NGHTTP2_ENHANCE_YOUR_CALM: number; - const NGHTTP2_INADEQUATE_SECURITY: number; - const NGHTTP2_HTTP_1_1_REQUIRED: number; - const NGHTTP2_ERR_FRAME_SIZE_ERROR: number; - const NGHTTP2_FLAG_NONE: number; - const NGHTTP2_FLAG_END_STREAM: number; - const NGHTTP2_FLAG_END_HEADERS: number; - const NGHTTP2_FLAG_ACK: number; - const NGHTTP2_FLAG_PADDED: number; - const NGHTTP2_FLAG_PRIORITY: number; - const DEFAULT_SETTINGS_HEADER_TABLE_SIZE: number; - const DEFAULT_SETTINGS_ENABLE_PUSH: number; - const DEFAULT_SETTINGS_INITIAL_WINDOW_SIZE: number; - const DEFAULT_SETTINGS_MAX_FRAME_SIZE: number; - const MAX_MAX_FRAME_SIZE: number; - const MIN_MAX_FRAME_SIZE: number; - const MAX_INITIAL_WINDOW_SIZE: number; - const NGHTTP2_DEFAULT_WEIGHT: number; - const NGHTTP2_SETTINGS_HEADER_TABLE_SIZE: number; - const NGHTTP2_SETTINGS_ENABLE_PUSH: number; - const NGHTTP2_SETTINGS_MAX_CONCURRENT_STREAMS: number; - const NGHTTP2_SETTINGS_INITIAL_WINDOW_SIZE: number; - const NGHTTP2_SETTINGS_MAX_FRAME_SIZE: number; - const NGHTTP2_SETTINGS_MAX_HEADER_LIST_SIZE: number; - const PADDING_STRATEGY_NONE: number; - const PADDING_STRATEGY_MAX: number; - const PADDING_STRATEGY_CALLBACK: number; - const HTTP2_HEADER_STATUS: string; - const HTTP2_HEADER_METHOD: string; - const HTTP2_HEADER_AUTHORITY: string; - const HTTP2_HEADER_SCHEME: string; - const HTTP2_HEADER_PATH: string; - const HTTP2_HEADER_ACCEPT_CHARSET: string; - const HTTP2_HEADER_ACCEPT_ENCODING: string; - const HTTP2_HEADER_ACCEPT_LANGUAGE: string; - const HTTP2_HEADER_ACCEPT_RANGES: string; - const HTTP2_HEADER_ACCEPT: string; - const HTTP2_HEADER_ACCESS_CONTROL_ALLOW_ORIGIN: string; - const HTTP2_HEADER_AGE: string; - const HTTP2_HEADER_ALLOW: string; - const HTTP2_HEADER_AUTHORIZATION: string; - const HTTP2_HEADER_CACHE_CONTROL: string; - const HTTP2_HEADER_CONNECTION: string; - const HTTP2_HEADER_CONTENT_DISPOSITION: string; - const HTTP2_HEADER_CONTENT_ENCODING: string; - const HTTP2_HEADER_CONTENT_LANGUAGE: string; - const HTTP2_HEADER_CONTENT_LENGTH: string; - const HTTP2_HEADER_CONTENT_LOCATION: string; - const HTTP2_HEADER_CONTENT_MD5: string; - const HTTP2_HEADER_CONTENT_RANGE: string; - const HTTP2_HEADER_CONTENT_TYPE: string; - const HTTP2_HEADER_COOKIE: string; - const HTTP2_HEADER_DATE: string; - const HTTP2_HEADER_ETAG: string; - const HTTP2_HEADER_EXPECT: string; - const HTTP2_HEADER_EXPIRES: string; - const HTTP2_HEADER_FROM: string; - const HTTP2_HEADER_HOST: string; - const HTTP2_HEADER_IF_MATCH: string; - const HTTP2_HEADER_IF_MODIFIED_SINCE: string; - const HTTP2_HEADER_IF_NONE_MATCH: string; - const HTTP2_HEADER_IF_RANGE: string; - const HTTP2_HEADER_IF_UNMODIFIED_SINCE: string; - const HTTP2_HEADER_LAST_MODIFIED: string; - const HTTP2_HEADER_LINK: string; - const HTTP2_HEADER_LOCATION: string; - const HTTP2_HEADER_MAX_FORWARDS: string; - const HTTP2_HEADER_PREFER: string; - const HTTP2_HEADER_PROXY_AUTHENTICATE: string; - const HTTP2_HEADER_PROXY_AUTHORIZATION: string; - const HTTP2_HEADER_RANGE: string; - const HTTP2_HEADER_REFERER: string; - const HTTP2_HEADER_REFRESH: string; - const HTTP2_HEADER_RETRY_AFTER: string; - const HTTP2_HEADER_SERVER: string; - const HTTP2_HEADER_SET_COOKIE: string; - const HTTP2_HEADER_STRICT_TRANSPORT_SECURITY: string; - const HTTP2_HEADER_TRANSFER_ENCODING: string; - const HTTP2_HEADER_TE: string; - const HTTP2_HEADER_UPGRADE: string; - const HTTP2_HEADER_USER_AGENT: string; - const HTTP2_HEADER_VARY: string; - const HTTP2_HEADER_VIA: string; - const HTTP2_HEADER_WWW_AUTHENTICATE: string; - const HTTP2_HEADER_HTTP2_SETTINGS: string; - const HTTP2_HEADER_KEEP_ALIVE: string; - const HTTP2_HEADER_PROXY_CONNECTION: string; - const HTTP2_METHOD_ACL: string; - const HTTP2_METHOD_BASELINE_CONTROL: string; - const HTTP2_METHOD_BIND: string; - const HTTP2_METHOD_CHECKIN: string; - const HTTP2_METHOD_CHECKOUT: string; - const HTTP2_METHOD_CONNECT: string; - const HTTP2_METHOD_COPY: string; - const HTTP2_METHOD_DELETE: string; - const HTTP2_METHOD_GET: string; - const HTTP2_METHOD_HEAD: string; - const HTTP2_METHOD_LABEL: string; - const HTTP2_METHOD_LINK: string; - const HTTP2_METHOD_LOCK: string; - const HTTP2_METHOD_MERGE: string; - const HTTP2_METHOD_MKACTIVITY: string; - const HTTP2_METHOD_MKCALENDAR: string; - const HTTP2_METHOD_MKCOL: string; - const HTTP2_METHOD_MKREDIRECTREF: string; - const HTTP2_METHOD_MKWORKSPACE: string; - const HTTP2_METHOD_MOVE: string; - const HTTP2_METHOD_OPTIONS: string; - const HTTP2_METHOD_ORDERPATCH: string; - const HTTP2_METHOD_PATCH: string; - const HTTP2_METHOD_POST: string; - const HTTP2_METHOD_PRI: string; - const HTTP2_METHOD_PROPFIND: string; - const HTTP2_METHOD_PROPPATCH: string; - const HTTP2_METHOD_PUT: string; - const HTTP2_METHOD_REBIND: string; - const HTTP2_METHOD_REPORT: string; - const HTTP2_METHOD_SEARCH: string; - const HTTP2_METHOD_TRACE: string; - const HTTP2_METHOD_UNBIND: string; - const HTTP2_METHOD_UNCHECKOUT: string; - const HTTP2_METHOD_UNLINK: string; - const HTTP2_METHOD_UNLOCK: string; - const HTTP2_METHOD_UPDATE: string; - const HTTP2_METHOD_UPDATEREDIRECTREF: string; - const HTTP2_METHOD_VERSION_CONTROL: string; - const HTTP_STATUS_CONTINUE: number; - const HTTP_STATUS_SWITCHING_PROTOCOLS: number; - const HTTP_STATUS_PROCESSING: number; - const HTTP_STATUS_OK: number; - const HTTP_STATUS_CREATED: number; - const HTTP_STATUS_ACCEPTED: number; - const HTTP_STATUS_NON_AUTHORITATIVE_INFORMATION: number; - const HTTP_STATUS_NO_CONTENT: number; - const HTTP_STATUS_RESET_CONTENT: number; - const HTTP_STATUS_PARTIAL_CONTENT: number; - const HTTP_STATUS_MULTI_STATUS: number; - const HTTP_STATUS_ALREADY_REPORTED: number; - const HTTP_STATUS_IM_USED: number; - const HTTP_STATUS_MULTIPLE_CHOICES: number; - const HTTP_STATUS_MOVED_PERMANENTLY: number; - const HTTP_STATUS_FOUND: number; - const HTTP_STATUS_SEE_OTHER: number; - const HTTP_STATUS_NOT_MODIFIED: number; - const HTTP_STATUS_USE_PROXY: number; - const HTTP_STATUS_TEMPORARY_REDIRECT: number; - const HTTP_STATUS_PERMANENT_REDIRECT: number; - const HTTP_STATUS_BAD_REQUEST: number; - const HTTP_STATUS_UNAUTHORIZED: number; - const HTTP_STATUS_PAYMENT_REQUIRED: number; - const HTTP_STATUS_FORBIDDEN: number; - const HTTP_STATUS_NOT_FOUND: number; - const HTTP_STATUS_METHOD_NOT_ALLOWED: number; - const HTTP_STATUS_NOT_ACCEPTABLE: number; - const HTTP_STATUS_PROXY_AUTHENTICATION_REQUIRED: number; - const HTTP_STATUS_REQUEST_TIMEOUT: number; - const HTTP_STATUS_CONFLICT: number; - const HTTP_STATUS_GONE: number; - const HTTP_STATUS_LENGTH_REQUIRED: number; - const HTTP_STATUS_PRECONDITION_FAILED: number; - const HTTP_STATUS_PAYLOAD_TOO_LARGE: number; - const HTTP_STATUS_URI_TOO_LONG: number; - const HTTP_STATUS_UNSUPPORTED_MEDIA_TYPE: number; - const HTTP_STATUS_RANGE_NOT_SATISFIABLE: number; - const HTTP_STATUS_EXPECTATION_FAILED: number; - const HTTP_STATUS_TEAPOT: number; - const HTTP_STATUS_MISDIRECTED_REQUEST: number; - const HTTP_STATUS_UNPROCESSABLE_ENTITY: number; - const HTTP_STATUS_LOCKED: number; - const HTTP_STATUS_FAILED_DEPENDENCY: number; - const HTTP_STATUS_UNORDERED_COLLECTION: number; - const HTTP_STATUS_UPGRADE_REQUIRED: number; - const HTTP_STATUS_PRECONDITION_REQUIRED: number; - const HTTP_STATUS_TOO_MANY_REQUESTS: number; - const HTTP_STATUS_REQUEST_HEADER_FIELDS_TOO_LARGE: number; - const HTTP_STATUS_UNAVAILABLE_FOR_LEGAL_REASONS: number; - const HTTP_STATUS_INTERNAL_SERVER_ERROR: number; - const HTTP_STATUS_NOT_IMPLEMENTED: number; - const HTTP_STATUS_BAD_GATEWAY: number; - const HTTP_STATUS_SERVICE_UNAVAILABLE: number; - const HTTP_STATUS_GATEWAY_TIMEOUT: number; - const HTTP_STATUS_HTTP_VERSION_NOT_SUPPORTED: number; - const HTTP_STATUS_VARIANT_ALSO_NEGOTIATES: number; - const HTTP_STATUS_INSUFFICIENT_STORAGE: number; - const HTTP_STATUS_LOOP_DETECTED: number; - const HTTP_STATUS_BANDWIDTH_LIMIT_EXCEEDED: number; - const HTTP_STATUS_NOT_EXTENDED: number; - const HTTP_STATUS_NETWORK_AUTHENTICATION_REQUIRED: number; - } - /** - * This symbol can be set as a property on the HTTP/2 headers object with - * an array value in order to provide a list of headers considered sensitive. - */ - export const sensitiveHeaders: symbol; - /** - * Returns an object containing the default settings for an `Http2Session`instance. This method returns a new object instance every time it is called - * so instances returned may be safely modified for use. - * @since v8.4.0 - */ - export function getDefaultSettings(): Settings; - /** - * Returns a `Buffer` instance containing serialized representation of the given - * HTTP/2 settings as specified in the [HTTP/2](https://tools.ietf.org/html/rfc7540) specification. This is intended - * for use with the `HTTP2-Settings` header field. - * - * ```js - * const http2 = require('http2'); - * - * const packed = http2.getPackedSettings({ enablePush: false }); - * - * console.log(packed.toString('base64')); - * // Prints: AAIAAAAA - * ``` - * @since v8.4.0 - */ - export function getPackedSettings(settings: Settings): Buffer; - /** - * Returns a `HTTP/2 Settings Object` containing the deserialized settings from - * the given `Buffer` as generated by `http2.getPackedSettings()`. - * @since v8.4.0 - * @param buf The packed settings. - */ - export function getUnpackedSettings(buf: Uint8Array): Settings; - /** - * Returns a `net.Server` instance that creates and manages `Http2Session`instances. - * - * Since there are no browsers known that support [unencrypted HTTP/2](https://http2.github.io/faq/#does-http2-require-encryption), the use of {@link createSecureServer} is necessary when - * communicating - * with browser clients. - * - * ```js - * const http2 = require('http2'); - * - * // Create an unencrypted HTTP/2 server. - * // Since there are no browsers known that support - * // unencrypted HTTP/2, the use of `http2.createSecureServer()` - * // is necessary when communicating with browser clients. - * const server = http2.createServer(); - * - * server.on('stream', (stream, headers) => { - * stream.respond({ - * 'content-type': 'text/html; charset=utf-8', - * ':status': 200 - * }); - * stream.end('<h1>Hello World</h1>'); - * }); - * - * server.listen(80); - * ``` - * @since v8.4.0 - * @param onRequestHandler See `Compatibility API` - */ - export function createServer(onRequestHandler?: (request: Http2ServerRequest, response: Http2ServerResponse) => void): Http2Server; - export function createServer(options: ServerOptions, onRequestHandler?: (request: Http2ServerRequest, response: Http2ServerResponse) => void): Http2Server; - /** - * Returns a `tls.Server` instance that creates and manages `Http2Session`instances. - * - * ```js - * const http2 = require('http2'); - * const fs = require('fs'); - * - * const options = { - * key: fs.readFileSync('server-key.pem'), - * cert: fs.readFileSync('server-cert.pem') - * }; - * - * // Create a secure HTTP/2 server - * const server = http2.createSecureServer(options); - * - * server.on('stream', (stream, headers) => { - * stream.respond({ - * 'content-type': 'text/html; charset=utf-8', - * ':status': 200 - * }); - * stream.end('<h1>Hello World</h1>'); - * }); - * - * server.listen(80); - * ``` - * @since v8.4.0 - * @param onRequestHandler See `Compatibility API` - */ - export function createSecureServer(onRequestHandler?: (request: Http2ServerRequest, response: Http2ServerResponse) => void): Http2SecureServer; - export function createSecureServer(options: SecureServerOptions, onRequestHandler?: (request: Http2ServerRequest, response: Http2ServerResponse) => void): Http2SecureServer; - /** - * Returns a `ClientHttp2Session` instance. - * - * ```js - * const http2 = require('http2'); - * const client = http2.connect('https://localhost:1234'); - * - * // Use the client - * - * client.close(); - * ``` - * @since v8.4.0 - * @param authority The remote HTTP/2 server to connect to. This must be in the form of a minimal, valid URL with the `http://` or `https://` prefix, host name, and IP port (if a non-default port - * is used). Userinfo (user ID and password), path, querystring, and fragment details in the URL will be ignored. - * @param listener Will be registered as a one-time listener of the {@link 'connect'} event. - */ - export function connect(authority: string | url.URL, listener: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void): ClientHttp2Session; - export function connect( - authority: string | url.URL, - options?: ClientSessionOptions | SecureClientSessionOptions, - listener?: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void - ): ClientHttp2Session; -} -declare module 'node:http2' { - export * from 'http2'; -} diff --git a/software/flow/node_modules/@types/node/https.d.ts b/software/flow/node_modules/@types/node/https.d.ts deleted file mode 100755 index bda367d..0000000 --- a/software/flow/node_modules/@types/node/https.d.ts +++ /dev/null @@ -1,542 +0,0 @@ -/** - * HTTPS is the HTTP protocol over TLS/SSL. In Node.js this is implemented as a - * separate module. - * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/https.js) - */ -declare module 'https' { - import { Duplex } from 'node:stream'; - import * as tls from 'node:tls'; - import * as http from 'node:http'; - import { URL } from 'node:url'; - type ServerOptions< - Request extends typeof http.IncomingMessage = typeof http.IncomingMessage, - Response extends typeof http.ServerResponse = typeof http.ServerResponse, - > = tls.SecureContextOptions & tls.TlsOptions & http.ServerOptions<Request, Response>; - type RequestOptions = http.RequestOptions & - tls.SecureContextOptions & { - checkServerIdentity?: typeof tls.checkServerIdentity | undefined; - rejectUnauthorized?: boolean | undefined; // Defaults to true - servername?: string | undefined; // SNI TLS Extension - }; - interface AgentOptions extends http.AgentOptions, tls.ConnectionOptions { - rejectUnauthorized?: boolean | undefined; - maxCachedSessions?: number | undefined; - } - /** - * An `Agent` object for HTTPS similar to `http.Agent`. See {@link request} for more information. - * @since v0.4.5 - */ - class Agent extends http.Agent { - constructor(options?: AgentOptions); - options: AgentOptions; - } - interface Server< - Request extends typeof http.IncomingMessage = typeof http.IncomingMessage, - Response extends typeof http.ServerResponse = typeof http.ServerResponse, - > extends http.Server<Request, Response> {} - /** - * See `http.Server` for more information. - * @since v0.3.4 - */ - class Server< - Request extends typeof http.IncomingMessage = typeof http.IncomingMessage, - Response extends typeof http.ServerResponse = typeof http.ServerResponse, - > extends tls.Server { - constructor(requestListener?: http.RequestListener<Request, Response>); - constructor( - options: ServerOptions<Request, Response>, - requestListener?: http.RequestListener<Request, Response>, - ); - /** - * Closes all connections connected to this server. - * @since v18.2.0 - */ - closeAllConnections(): void; - /** - * Closes all connections connected to this server which are not sending a request or waiting for a response. - * @since v18.2.0 - */ - closeIdleConnections(): void; - addListener(event: string, listener: (...args: any[]) => void): this; - addListener(event: 'keylog', listener: (line: Buffer, tlsSocket: tls.TLSSocket) => void): this; - addListener( - event: 'newSession', - listener: (sessionId: Buffer, sessionData: Buffer, callback: (err: Error, resp: Buffer) => void) => void, - ): this; - addListener( - event: 'OCSPRequest', - listener: ( - certificate: Buffer, - issuer: Buffer, - callback: (err: Error | null, resp: Buffer) => void, - ) => void, - ): this; - addListener( - event: 'resumeSession', - listener: (sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void) => void, - ): this; - addListener(event: 'secureConnection', listener: (tlsSocket: tls.TLSSocket) => void): this; - addListener(event: 'tlsClientError', listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this; - addListener(event: 'close', listener: () => void): this; - addListener(event: 'connection', listener: (socket: Duplex) => void): this; - addListener(event: 'error', listener: (err: Error) => void): this; - addListener(event: 'listening', listener: () => void): this; - addListener(event: 'checkContinue', listener: http.RequestListener<Request, Response>): this; - addListener(event: 'checkExpectation', listener: http.RequestListener<Request, Response>): this; - addListener(event: 'clientError', listener: (err: Error, socket: Duplex) => void): this; - addListener( - event: 'connect', - listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void, - ): this; - addListener(event: 'request', listener: http.RequestListener<Request, Response>): this; - addListener( - event: 'upgrade', - listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void, - ): this; - emit(event: string, ...args: any[]): boolean; - emit(event: 'keylog', line: Buffer, tlsSocket: tls.TLSSocket): boolean; - emit( - event: 'newSession', - sessionId: Buffer, - sessionData: Buffer, - callback: (err: Error, resp: Buffer) => void, - ): boolean; - emit( - event: 'OCSPRequest', - certificate: Buffer, - issuer: Buffer, - callback: (err: Error | null, resp: Buffer) => void, - ): boolean; - emit(event: 'resumeSession', sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void): boolean; - emit(event: 'secureConnection', tlsSocket: tls.TLSSocket): boolean; - emit(event: 'tlsClientError', err: Error, tlsSocket: tls.TLSSocket): boolean; - emit(event: 'close'): boolean; - emit(event: 'connection', socket: Duplex): boolean; - emit(event: 'error', err: Error): boolean; - emit(event: 'listening'): boolean; - emit( - event: 'checkContinue', - req: InstanceType<Request>, - res: InstanceType<Response> & { req: InstanceType<Request> }, - ): boolean; - emit( - event: 'checkExpectation', - req: InstanceType<Request>, - res: InstanceType<Response> & { req: InstanceType<Request> }, - ): boolean; - emit(event: 'clientError', err: Error, socket: Duplex): boolean; - emit(event: 'connect', req: InstanceType<Request>, socket: Duplex, head: Buffer): boolean; - emit( - event: 'request', - req: InstanceType<Request>, - res: InstanceType<Response> & { req: InstanceType<Request> }, - ): boolean; - emit(event: 'upgrade', req: InstanceType<Request>, socket: Duplex, head: Buffer): boolean; - on(event: string, listener: (...args: any[]) => void): this; - on(event: 'keylog', listener: (line: Buffer, tlsSocket: tls.TLSSocket) => void): this; - on( - event: 'newSession', - listener: (sessionId: Buffer, sessionData: Buffer, callback: (err: Error, resp: Buffer) => void) => void, - ): this; - on( - event: 'OCSPRequest', - listener: ( - certificate: Buffer, - issuer: Buffer, - callback: (err: Error | null, resp: Buffer) => void, - ) => void, - ): this; - on( - event: 'resumeSession', - listener: (sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void) => void, - ): this; - on(event: 'secureConnection', listener: (tlsSocket: tls.TLSSocket) => void): this; - on(event: 'tlsClientError', listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this; - on(event: 'close', listener: () => void): this; - on(event: 'connection', listener: (socket: Duplex) => void): this; - on(event: 'error', listener: (err: Error) => void): this; - on(event: 'listening', listener: () => void): this; - on(event: 'checkContinue', listener: http.RequestListener<Request, Response>): this; - on(event: 'checkExpectation', listener: http.RequestListener<Request, Response>): this; - on(event: 'clientError', listener: (err: Error, socket: Duplex) => void): this; - on(event: 'connect', listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void): this; - on(event: 'request', listener: http.RequestListener<Request, Response>): this; - on(event: 'upgrade', listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void): this; - once(event: string, listener: (...args: any[]) => void): this; - once(event: 'keylog', listener: (line: Buffer, tlsSocket: tls.TLSSocket) => void): this; - once( - event: 'newSession', - listener: (sessionId: Buffer, sessionData: Buffer, callback: (err: Error, resp: Buffer) => void) => void, - ): this; - once( - event: 'OCSPRequest', - listener: ( - certificate: Buffer, - issuer: Buffer, - callback: (err: Error | null, resp: Buffer) => void, - ) => void, - ): this; - once( - event: 'resumeSession', - listener: (sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void) => void, - ): this; - once(event: 'secureConnection', listener: (tlsSocket: tls.TLSSocket) => void): this; - once(event: 'tlsClientError', listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this; - once(event: 'close', listener: () => void): this; - once(event: 'connection', listener: (socket: Duplex) => void): this; - once(event: 'error', listener: (err: Error) => void): this; - once(event: 'listening', listener: () => void): this; - once(event: 'checkContinue', listener: http.RequestListener<Request, Response>): this; - once(event: 'checkExpectation', listener: http.RequestListener<Request, Response>): this; - once(event: 'clientError', listener: (err: Error, socket: Duplex) => void): this; - once(event: 'connect', listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void): this; - once(event: 'request', listener: http.RequestListener<Request, Response>): this; - once(event: 'upgrade', listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void): this; - prependListener(event: string, listener: (...args: any[]) => void): this; - prependListener(event: 'keylog', listener: (line: Buffer, tlsSocket: tls.TLSSocket) => void): this; - prependListener( - event: 'newSession', - listener: (sessionId: Buffer, sessionData: Buffer, callback: (err: Error, resp: Buffer) => void) => void, - ): this; - prependListener( - event: 'OCSPRequest', - listener: ( - certificate: Buffer, - issuer: Buffer, - callback: (err: Error | null, resp: Buffer) => void, - ) => void, - ): this; - prependListener( - event: 'resumeSession', - listener: (sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void) => void, - ): this; - prependListener(event: 'secureConnection', listener: (tlsSocket: tls.TLSSocket) => void): this; - prependListener(event: 'tlsClientError', listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this; - prependListener(event: 'close', listener: () => void): this; - prependListener(event: 'connection', listener: (socket: Duplex) => void): this; - prependListener(event: 'error', listener: (err: Error) => void): this; - prependListener(event: 'listening', listener: () => void): this; - prependListener(event: 'checkContinue', listener: http.RequestListener<Request, Response>): this; - prependListener(event: 'checkExpectation', listener: http.RequestListener<Request, Response>): this; - prependListener(event: 'clientError', listener: (err: Error, socket: Duplex) => void): this; - prependListener( - event: 'connect', - listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void, - ): this; - prependListener(event: 'request', listener: http.RequestListener<Request, Response>): this; - prependListener( - event: 'upgrade', - listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void, - ): this; - prependOnceListener(event: string, listener: (...args: any[]) => void): this; - prependOnceListener(event: 'keylog', listener: (line: Buffer, tlsSocket: tls.TLSSocket) => void): this; - prependOnceListener( - event: 'newSession', - listener: (sessionId: Buffer, sessionData: Buffer, callback: (err: Error, resp: Buffer) => void) => void, - ): this; - prependOnceListener( - event: 'OCSPRequest', - listener: ( - certificate: Buffer, - issuer: Buffer, - callback: (err: Error | null, resp: Buffer) => void, - ) => void, - ): this; - prependOnceListener( - event: 'resumeSession', - listener: (sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void) => void, - ): this; - prependOnceListener(event: 'secureConnection', listener: (tlsSocket: tls.TLSSocket) => void): this; - prependOnceListener(event: 'tlsClientError', listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this; - prependOnceListener(event: 'close', listener: () => void): this; - prependOnceListener(event: 'connection', listener: (socket: Duplex) => void): this; - prependOnceListener(event: 'error', listener: (err: Error) => void): this; - prependOnceListener(event: 'listening', listener: () => void): this; - prependOnceListener(event: 'checkContinue', listener: http.RequestListener<Request, Response>): this; - prependOnceListener(event: 'checkExpectation', listener: http.RequestListener<Request, Response>): this; - prependOnceListener(event: 'clientError', listener: (err: Error, socket: Duplex) => void): this; - prependOnceListener( - event: 'connect', - listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void, - ): this; - prependOnceListener(event: 'request', listener: http.RequestListener<Request, Response>): this; - prependOnceListener( - event: 'upgrade', - listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void, - ): this; - } - /** - * ```js - * // curl -k https://localhost:8000/ - * const https = require('https'); - * const fs = require('fs'); - * - * const options = { - * key: fs.readFileSync('test/fixtures/keys/agent2-key.pem'), - * cert: fs.readFileSync('test/fixtures/keys/agent2-cert.pem') - * }; - * - * https.createServer(options, (req, res) => { - * res.writeHead(200); - * res.end('hello world\n'); - * }).listen(8000); - * ``` - * - * Or - * - * ```js - * const https = require('https'); - * const fs = require('fs'); - * - * const options = { - * pfx: fs.readFileSync('test/fixtures/test_cert.pfx'), - * passphrase: 'sample' - * }; - * - * https.createServer(options, (req, res) => { - * res.writeHead(200); - * res.end('hello world\n'); - * }).listen(8000); - * ``` - * @since v0.3.4 - * @param options Accepts `options` from `createServer`, `createSecureContext` and `createServer`. - * @param requestListener A listener to be added to the `'request'` event. - */ - function createServer< - Request extends typeof http.IncomingMessage = typeof http.IncomingMessage, - Response extends typeof http.ServerResponse = typeof http.ServerResponse, - >(requestListener?: http.RequestListener<Request, Response>): Server<Request, Response>; - function createServer< - Request extends typeof http.IncomingMessage = typeof http.IncomingMessage, - Response extends typeof http.ServerResponse = typeof http.ServerResponse, - >( - options: ServerOptions<Request, Response>, - requestListener?: http.RequestListener<Request, Response>, - ): Server<Request, Response>; - /** - * Makes a request to a secure web server. - * - * The following additional `options` from `tls.connect()` are also accepted:`ca`, `cert`, `ciphers`, `clientCertEngine`, `crl`, `dhparam`, `ecdhCurve`,`honorCipherOrder`, `key`, `passphrase`, - * `pfx`, `rejectUnauthorized`,`secureOptions`, `secureProtocol`, `servername`, `sessionIdContext`,`highWaterMark`. - * - * `options` can be an object, a string, or a `URL` object. If `options` is a - * string, it is automatically parsed with `new URL()`. If it is a `URL` object, it will be automatically converted to an ordinary `options` object. - * - * `https.request()` returns an instance of the `http.ClientRequest` class. The `ClientRequest` instance is a writable stream. If one needs to - * upload a file with a POST request, then write to the `ClientRequest` object. - * - * ```js - * const https = require('https'); - * - * const options = { - * hostname: 'encrypted.google.com', - * port: 443, - * path: '/', - * method: 'GET' - * }; - * - * const req = https.request(options, (res) => { - * console.log('statusCode:', res.statusCode); - * console.log('headers:', res.headers); - * - * res.on('data', (d) => { - * process.stdout.write(d); - * }); - * }); - * - * req.on('error', (e) => { - * console.error(e); - * }); - * req.end(); - * ``` - * - * Example using options from `tls.connect()`: - * - * ```js - * const options = { - * hostname: 'encrypted.google.com', - * port: 443, - * path: '/', - * method: 'GET', - * key: fs.readFileSync('test/fixtures/keys/agent2-key.pem'), - * cert: fs.readFileSync('test/fixtures/keys/agent2-cert.pem') - * }; - * options.agent = new https.Agent(options); - * - * const req = https.request(options, (res) => { - * // ... - * }); - * ``` - * - * Alternatively, opt out of connection pooling by not using an `Agent`. - * - * ```js - * const options = { - * hostname: 'encrypted.google.com', - * port: 443, - * path: '/', - * method: 'GET', - * key: fs.readFileSync('test/fixtures/keys/agent2-key.pem'), - * cert: fs.readFileSync('test/fixtures/keys/agent2-cert.pem'), - * agent: false - * }; - * - * const req = https.request(options, (res) => { - * // ... - * }); - * ``` - * - * Example using a `URL` as `options`: - * - * ```js - * const options = new URL('https://abc:xyz@example.com'); - * - * const req = https.request(options, (res) => { - * // ... - * }); - * ``` - * - * Example pinning on certificate fingerprint, or the public key (similar to`pin-sha256`): - * - * ```js - * const tls = require('tls'); - * const https = require('https'); - * const crypto = require('crypto'); - * - * function sha256(s) { - * return crypto.createHash('sha256').update(s).digest('base64'); - * } - * const options = { - * hostname: 'github.com', - * port: 443, - * path: '/', - * method: 'GET', - * checkServerIdentity: function(host, cert) { - * // Make sure the certificate is issued to the host we are connected to - * const err = tls.checkServerIdentity(host, cert); - * if (err) { - * return err; - * } - * - * // Pin the public key, similar to HPKP pin-sha25 pinning - * const pubkey256 = 'pL1+qb9HTMRZJmuC/bB/ZI9d302BYrrqiVuRyW+DGrU='; - * if (sha256(cert.pubkey) !== pubkey256) { - * const msg = 'Certificate verification error: ' + - * `The public key of '${cert.subject.CN}' ` + - * 'does not match our pinned fingerprint'; - * return new Error(msg); - * } - * - * // Pin the exact certificate, rather than the pub key - * const cert256 = '25:FE:39:32:D9:63:8C:8A:FC:A1:9A:29:87:' + - * 'D8:3E:4C:1D:98:DB:71:E4:1A:48:03:98:EA:22:6A:BD:8B:93:16'; - * if (cert.fingerprint256 !== cert256) { - * const msg = 'Certificate verification error: ' + - * `The certificate of '${cert.subject.CN}' ` + - * 'does not match our pinned fingerprint'; - * return new Error(msg); - * } - * - * // This loop is informational only. - * // Print the certificate and public key fingerprints of all certs in the - * // chain. Its common to pin the public key of the issuer on the public - * // internet, while pinning the public key of the service in sensitive - * // environments. - * do { - * console.log('Subject Common Name:', cert.subject.CN); - * console.log(' Certificate SHA256 fingerprint:', cert.fingerprint256); - * - * hash = crypto.createHash('sha256'); - * console.log(' Public key ping-sha256:', sha256(cert.pubkey)); - * - * lastprint256 = cert.fingerprint256; - * cert = cert.issuerCertificate; - * } while (cert.fingerprint256 !== lastprint256); - * - * }, - * }; - * - * options.agent = new https.Agent(options); - * const req = https.request(options, (res) => { - * console.log('All OK. Server matched our pinned cert or public key'); - * console.log('statusCode:', res.statusCode); - * // Print the HPKP values - * console.log('headers:', res.headers['public-key-pins']); - * - * res.on('data', (d) => {}); - * }); - * - * req.on('error', (e) => { - * console.error(e.message); - * }); - * req.end(); - * ``` - * - * Outputs for example: - * - * ```text - * Subject Common Name: github.com - * Certificate SHA256 fingerprint: 25:FE:39:32:D9:63:8C:8A:FC:A1:9A:29:87:D8:3E:4C:1D:98:DB:71:E4:1A:48:03:98:EA:22:6A:BD:8B:93:16 - * Public key ping-sha256: pL1+qb9HTMRZJmuC/bB/ZI9d302BYrrqiVuRyW+DGrU= - * Subject Common Name: DigiCert SHA2 Extended Validation Server CA - * Certificate SHA256 fingerprint: 40:3E:06:2A:26:53:05:91:13:28:5B:AF:80:A0:D4:AE:42:2C:84:8C:9F:78:FA:D0:1F:C9:4B:C5:B8:7F:EF:1A - * Public key ping-sha256: RRM1dGqnDFsCJXBTHky16vi1obOlCgFFn/yOhI/y+ho= - * Subject Common Name: DigiCert High Assurance EV Root CA - * Certificate SHA256 fingerprint: 74:31:E5:F4:C3:C1:CE:46:90:77:4F:0B:61:E0:54:40:88:3B:A9:A0:1E:D0:0B:A6:AB:D7:80:6E:D3:B1:18:CF - * Public key ping-sha256: WoiWRyIOVNa9ihaBciRSC7XHjliYS9VwUGOIud4PB18= - * All OK. Server matched our pinned cert or public key - * statusCode: 200 - * headers: max-age=0; pin-sha256="WoiWRyIOVNa9ihaBciRSC7XHjliYS9VwUGOIud4PB18="; pin-sha256="RRM1dGqnDFsCJXBTHky16vi1obOlCgFFn/yOhI/y+ho="; - * pin-sha256="k2v657xBsOVe1PQRwOsHsw3bsGT2VzIqz5K+59sNQws="; pin-sha256="K87oWBWM9UZfyddvDfoxL+8lpNyoUB2ptGtn0fv6G2Q="; pin-sha256="IQBnNBEiFuhj+8x6X8XLgh01V9Ic5/V3IRQLNFFc7v4="; - * pin-sha256="iie1VXtL7HzAMF+/PVPR9xzT80kQxdZeJ+zduCB3uj0="; pin-sha256="LvRiGEjRqfzurezaWuj8Wie2gyHMrW5Q06LspMnox7A="; includeSubDomains - * ``` - * @since v0.3.6 - * @param options Accepts all `options` from `request`, with some differences in default values: - */ - function request( - options: RequestOptions | string | URL, - callback?: (res: http.IncomingMessage) => void, - ): http.ClientRequest; - function request( - url: string | URL, - options: RequestOptions, - callback?: (res: http.IncomingMessage) => void, - ): http.ClientRequest; - /** - * Like `http.get()` but for HTTPS. - * - * `options` can be an object, a string, or a `URL` object. If `options` is a - * string, it is automatically parsed with `new URL()`. If it is a `URL` object, it will be automatically converted to an ordinary `options` object. - * - * ```js - * const https = require('https'); - * - * https.get('https://encrypted.google.com/', (res) => { - * console.log('statusCode:', res.statusCode); - * console.log('headers:', res.headers); - * - * res.on('data', (d) => { - * process.stdout.write(d); - * }); - * - * }).on('error', (e) => { - * console.error(e); - * }); - * ``` - * @since v0.3.6 - * @param options Accepts the same `options` as {@link request}, with the `method` always set to `GET`. - */ - function get( - options: RequestOptions | string | URL, - callback?: (res: http.IncomingMessage) => void, - ): http.ClientRequest; - function get( - url: string | URL, - options: RequestOptions, - callback?: (res: http.IncomingMessage) => void, - ): http.ClientRequest; - let globalAgent: Agent; -} -declare module 'node:https' { - export * from 'https'; -} diff --git a/software/flow/node_modules/@types/node/index.d.ts b/software/flow/node_modules/@types/node/index.d.ts deleted file mode 100755 index bddb765..0000000 --- a/software/flow/node_modules/@types/node/index.d.ts +++ /dev/null @@ -1,134 +0,0 @@ -// Type definitions for non-npm package Node.js 18.14 -// Project: https://nodejs.org/ -// Definitions by: Microsoft TypeScript <https://github.com/Microsoft> -// DefinitelyTyped <https://github.com/DefinitelyTyped> -// Alberto Schiabel <https://github.com/jkomyno> -// Alvis HT Tang <https://github.com/alvis> -// Andrew Makarov <https://github.com/r3nya> -// Benjamin Toueg <https://github.com/btoueg> -// Chigozirim C. <https://github.com/smac89> -// David Junger <https://github.com/touffy> -// Deividas Bakanas <https://github.com/DeividasBakanas> -// Eugene Y. Q. Shen <https://github.com/eyqs> -// Hannes Magnusson <https://github.com/Hannes-Magnusson-CK> -// Huw <https://github.com/hoo29> -// Kelvin Jin <https://github.com/kjin> -// Klaus Meinhardt <https://github.com/ajafff> -// Lishude <https://github.com/islishude> -// Mariusz Wiktorczyk <https://github.com/mwiktorczyk> -// Mohsen Azimi <https://github.com/mohsen1> -// Nicolas Even <https://github.com/n-e> -// Nikita Galkin <https://github.com/galkin> -// Parambir Singh <https://github.com/parambirs> -// Sebastian Silbermann <https://github.com/eps1lon> -// Simon Schick <https://github.com/SimonSchick> -// Thomas den Hollander <https://github.com/ThomasdenH> -// Wilco Bakker <https://github.com/WilcoBakker> -// wwwy3y3 <https://github.com/wwwy3y3> -// Samuel Ainsworth <https://github.com/samuela> -// Kyle Uehlein <https://github.com/kuehlein> -// Thanik Bhongbhibhat <https://github.com/bhongy> -// Marcin Kopacz <https://github.com/chyzwar> -// Trivikram Kamat <https://github.com/trivikr> -// Junxiao Shi <https://github.com/yoursunny> -// Ilia Baryshnikov <https://github.com/qwelias> -// ExE Boss <https://github.com/ExE-Boss> -// Piotr Błażejewicz <https://github.com/peterblazejewicz> -// Anna Henningsen <https://github.com/addaleax> -// Victor Perin <https://github.com/victorperin> -// Yongsheng Zhang <https://github.com/ZYSzys> -// NodeJS Contributors <https://github.com/NodeJS> -// Linus Unnebäck <https://github.com/LinusU> -// wafuwafu13 <https://github.com/wafuwafu13> -// Matteo Collina <https://github.com/mcollina> -// Dmitry Semigradsky <https://github.com/Semigradsky> -// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped - -/** - * License for programmatically and manually incorporated - * documentation aka. `JSDoc` from https://github.com/nodejs/node/tree/master/doc - * - * Copyright Node.js contributors. All rights reserved. - * Permission is hereby granted, free of charge, to any person obtaining a copy - * of this software and associated documentation files (the "Software"), to - * deal in the Software without restriction, including without limitation the - * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or - * sell copies of the Software, and to permit persons to whom the Software is - * furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included in - * all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS - * IN THE SOFTWARE. - */ - -// NOTE: These definitions support NodeJS and TypeScript 4.9+. - -// Reference required types from the default lib: -/// <reference lib="es2020" /> -/// <reference lib="esnext.asynciterable" /> -/// <reference lib="esnext.intl" /> -/// <reference lib="esnext.bigint" /> - -// Base definitions for all NodeJS modules that are not specific to any version of TypeScript: -/// <reference path="assert.d.ts" /> -/// <reference path="assert/strict.d.ts" /> -/// <reference path="globals.d.ts" /> -/// <reference path="async_hooks.d.ts" /> -/// <reference path="buffer.d.ts" /> -/// <reference path="child_process.d.ts" /> -/// <reference path="cluster.d.ts" /> -/// <reference path="console.d.ts" /> -/// <reference path="constants.d.ts" /> -/// <reference path="crypto.d.ts" /> -/// <reference path="dgram.d.ts" /> -/// <reference path="diagnostics_channel.d.ts" /> -/// <reference path="dns.d.ts" /> -/// <reference path="dns/promises.d.ts" /> -/// <reference path="dns/promises.d.ts" /> -/// <reference path="domain.d.ts" /> -/// <reference path="dom-events.d.ts" /> -/// <reference path="events.d.ts" /> -/// <reference path="fs.d.ts" /> -/// <reference path="fs/promises.d.ts" /> -/// <reference path="http.d.ts" /> -/// <reference path="http2.d.ts" /> -/// <reference path="https.d.ts" /> -/// <reference path="inspector.d.ts" /> -/// <reference path="module.d.ts" /> -/// <reference path="net.d.ts" /> -/// <reference path="os.d.ts" /> -/// <reference path="path.d.ts" /> -/// <reference path="perf_hooks.d.ts" /> -/// <reference path="process.d.ts" /> -/// <reference path="punycode.d.ts" /> -/// <reference path="querystring.d.ts" /> -/// <reference path="readline.d.ts" /> -/// <reference path="readline/promises.d.ts" /> -/// <reference path="repl.d.ts" /> -/// <reference path="stream.d.ts" /> -/// <reference path="stream/promises.d.ts" /> -/// <reference path="stream/consumers.d.ts" /> -/// <reference path="stream/web.d.ts" /> -/// <reference path="string_decoder.d.ts" /> -/// <reference path="test.d.ts" /> -/// <reference path="timers.d.ts" /> -/// <reference path="timers/promises.d.ts" /> -/// <reference path="tls.d.ts" /> -/// <reference path="trace_events.d.ts" /> -/// <reference path="tty.d.ts" /> -/// <reference path="url.d.ts" /> -/// <reference path="util.d.ts" /> -/// <reference path="v8.d.ts" /> -/// <reference path="vm.d.ts" /> -/// <reference path="wasi.d.ts" /> -/// <reference path="worker_threads.d.ts" /> -/// <reference path="zlib.d.ts" /> - -/// <reference path="globals.global.d.ts" /> diff --git a/software/flow/node_modules/@types/node/inspector.d.ts b/software/flow/node_modules/@types/node/inspector.d.ts deleted file mode 100755 index eba0b55..0000000 --- a/software/flow/node_modules/@types/node/inspector.d.ts +++ /dev/null @@ -1,2741 +0,0 @@ -// eslint-disable-next-line dt-header -// Type definitions for inspector - -// These definitions are auto-generated. -// Please see https://github.com/DefinitelyTyped/DefinitelyTyped/pull/19330 -// for more information. - -// tslint:disable:max-line-length - -/** - * The `inspector` module provides an API for interacting with the V8 inspector. - * - * It can be accessed using: - * - * ```js - * const inspector = require('inspector'); - * ``` - * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/inspector.js) - */ -declare module 'inspector' { - import EventEmitter = require('node:events'); - interface InspectorNotification<T> { - method: string; - params: T; - } - namespace Schema { - /** - * Description of the protocol domain. - */ - interface Domain { - /** - * Domain name. - */ - name: string; - /** - * Domain version. - */ - version: string; - } - interface GetDomainsReturnType { - /** - * List of supported domains. - */ - domains: Domain[]; - } - } - namespace Runtime { - /** - * Unique script identifier. - */ - type ScriptId = string; - /** - * Unique object identifier. - */ - type RemoteObjectId = string; - /** - * Primitive value which cannot be JSON-stringified. - */ - type UnserializableValue = string; - /** - * Mirror object referencing original JavaScript object. - */ - interface RemoteObject { - /** - * Object type. - */ - type: string; - /** - * Object subtype hint. Specified for <code>object</code> type values only. - */ - subtype?: string | undefined; - /** - * Object class (constructor) name. Specified for <code>object</code> type values only. - */ - className?: string | undefined; - /** - * Remote object value in case of primitive values or JSON values (if it was requested). - */ - value?: any; - /** - * Primitive value which can not be JSON-stringified does not have <code>value</code>, but gets this property. - */ - unserializableValue?: UnserializableValue | undefined; - /** - * String representation of the object. - */ - description?: string | undefined; - /** - * Unique object identifier (for non-primitive values). - */ - objectId?: RemoteObjectId | undefined; - /** - * Preview containing abbreviated property values. Specified for <code>object</code> type values only. - * @experimental - */ - preview?: ObjectPreview | undefined; - /** - * @experimental - */ - customPreview?: CustomPreview | undefined; - } - /** - * @experimental - */ - interface CustomPreview { - header: string; - hasBody: boolean; - formatterObjectId: RemoteObjectId; - bindRemoteObjectFunctionId: RemoteObjectId; - configObjectId?: RemoteObjectId | undefined; - } - /** - * Object containing abbreviated remote object value. - * @experimental - */ - interface ObjectPreview { - /** - * Object type. - */ - type: string; - /** - * Object subtype hint. Specified for <code>object</code> type values only. - */ - subtype?: string | undefined; - /** - * String representation of the object. - */ - description?: string | undefined; - /** - * True iff some of the properties or entries of the original object did not fit. - */ - overflow: boolean; - /** - * List of the properties. - */ - properties: PropertyPreview[]; - /** - * List of the entries. Specified for <code>map</code> and <code>set</code> subtype values only. - */ - entries?: EntryPreview[] | undefined; - } - /** - * @experimental - */ - interface PropertyPreview { - /** - * Property name. - */ - name: string; - /** - * Object type. Accessor means that the property itself is an accessor property. - */ - type: string; - /** - * User-friendly property value string. - */ - value?: string | undefined; - /** - * Nested value preview. - */ - valuePreview?: ObjectPreview | undefined; - /** - * Object subtype hint. Specified for <code>object</code> type values only. - */ - subtype?: string | undefined; - } - /** - * @experimental - */ - interface EntryPreview { - /** - * Preview of the key. Specified for map-like collection entries. - */ - key?: ObjectPreview | undefined; - /** - * Preview of the value. - */ - value: ObjectPreview; - } - /** - * Object property descriptor. - */ - interface PropertyDescriptor { - /** - * Property name or symbol description. - */ - name: string; - /** - * The value associated with the property. - */ - value?: RemoteObject | undefined; - /** - * True if the value associated with the property may be changed (data descriptors only). - */ - writable?: boolean | undefined; - /** - * A function which serves as a getter for the property, or <code>undefined</code> if there is no getter (accessor descriptors only). - */ - get?: RemoteObject | undefined; - /** - * A function which serves as a setter for the property, or <code>undefined</code> if there is no setter (accessor descriptors only). - */ - set?: RemoteObject | undefined; - /** - * True if the type of this property descriptor may be changed and if the property may be deleted from the corresponding object. - */ - configurable: boolean; - /** - * True if this property shows up during enumeration of the properties on the corresponding object. - */ - enumerable: boolean; - /** - * True if the result was thrown during the evaluation. - */ - wasThrown?: boolean | undefined; - /** - * True if the property is owned for the object. - */ - isOwn?: boolean | undefined; - /** - * Property symbol object, if the property is of the <code>symbol</code> type. - */ - symbol?: RemoteObject | undefined; - } - /** - * Object internal property descriptor. This property isn't normally visible in JavaScript code. - */ - interface InternalPropertyDescriptor { - /** - * Conventional property name. - */ - name: string; - /** - * The value associated with the property. - */ - value?: RemoteObject | undefined; - } - /** - * Represents function call argument. Either remote object id <code>objectId</code>, primitive <code>value</code>, unserializable primitive value or neither of (for undefined) them should be specified. - */ - interface CallArgument { - /** - * Primitive value or serializable javascript object. - */ - value?: any; - /** - * Primitive value which can not be JSON-stringified. - */ - unserializableValue?: UnserializableValue | undefined; - /** - * Remote object handle. - */ - objectId?: RemoteObjectId | undefined; - } - /** - * Id of an execution context. - */ - type ExecutionContextId = number; - /** - * Description of an isolated world. - */ - interface ExecutionContextDescription { - /** - * Unique id of the execution context. It can be used to specify in which execution context script evaluation should be performed. - */ - id: ExecutionContextId; - /** - * Execution context origin. - */ - origin: string; - /** - * Human readable name describing given context. - */ - name: string; - /** - * Embedder-specific auxiliary data. - */ - auxData?: {} | undefined; - } - /** - * Detailed information about exception (or error) that was thrown during script compilation or execution. - */ - interface ExceptionDetails { - /** - * Exception id. - */ - exceptionId: number; - /** - * Exception text, which should be used together with exception object when available. - */ - text: string; - /** - * Line number of the exception location (0-based). - */ - lineNumber: number; - /** - * Column number of the exception location (0-based). - */ - columnNumber: number; - /** - * Script ID of the exception location. - */ - scriptId?: ScriptId | undefined; - /** - * URL of the exception location, to be used when the script was not reported. - */ - url?: string | undefined; - /** - * JavaScript stack trace if available. - */ - stackTrace?: StackTrace | undefined; - /** - * Exception object if available. - */ - exception?: RemoteObject | undefined; - /** - * Identifier of the context where exception happened. - */ - executionContextId?: ExecutionContextId | undefined; - } - /** - * Number of milliseconds since epoch. - */ - type Timestamp = number; - /** - * Stack entry for runtime errors and assertions. - */ - interface CallFrame { - /** - * JavaScript function name. - */ - functionName: string; - /** - * JavaScript script id. - */ - scriptId: ScriptId; - /** - * JavaScript script name or url. - */ - url: string; - /** - * JavaScript script line number (0-based). - */ - lineNumber: number; - /** - * JavaScript script column number (0-based). - */ - columnNumber: number; - } - /** - * Call frames for assertions or error messages. - */ - interface StackTrace { - /** - * String label of this stack trace. For async traces this may be a name of the function that initiated the async call. - */ - description?: string | undefined; - /** - * JavaScript function name. - */ - callFrames: CallFrame[]; - /** - * Asynchronous JavaScript stack trace that preceded this stack, if available. - */ - parent?: StackTrace | undefined; - /** - * Asynchronous JavaScript stack trace that preceded this stack, if available. - * @experimental - */ - parentId?: StackTraceId | undefined; - } - /** - * Unique identifier of current debugger. - * @experimental - */ - type UniqueDebuggerId = string; - /** - * If <code>debuggerId</code> is set stack trace comes from another debugger and can be resolved there. This allows to track cross-debugger calls. See <code>Runtime.StackTrace</code> and <code>Debugger.paused</code> for usages. - * @experimental - */ - interface StackTraceId { - id: string; - debuggerId?: UniqueDebuggerId | undefined; - } - interface EvaluateParameterType { - /** - * Expression to evaluate. - */ - expression: string; - /** - * Symbolic group name that can be used to release multiple objects. - */ - objectGroup?: string | undefined; - /** - * Determines whether Command Line API should be available during the evaluation. - */ - includeCommandLineAPI?: boolean | undefined; - /** - * In silent mode exceptions thrown during evaluation are not reported and do not pause execution. Overrides <code>setPauseOnException</code> state. - */ - silent?: boolean | undefined; - /** - * Specifies in which execution context to perform evaluation. If the parameter is omitted the evaluation will be performed in the context of the inspected page. - */ - contextId?: ExecutionContextId | undefined; - /** - * Whether the result is expected to be a JSON object that should be sent by value. - */ - returnByValue?: boolean | undefined; - /** - * Whether preview should be generated for the result. - * @experimental - */ - generatePreview?: boolean | undefined; - /** - * Whether execution should be treated as initiated by user in the UI. - */ - userGesture?: boolean | undefined; - /** - * Whether execution should <code>await</code> for resulting value and return once awaited promise is resolved. - */ - awaitPromise?: boolean | undefined; - } - interface AwaitPromiseParameterType { - /** - * Identifier of the promise. - */ - promiseObjectId: RemoteObjectId; - /** - * Whether the result is expected to be a JSON object that should be sent by value. - */ - returnByValue?: boolean | undefined; - /** - * Whether preview should be generated for the result. - */ - generatePreview?: boolean | undefined; - } - interface CallFunctionOnParameterType { - /** - * Declaration of the function to call. - */ - functionDeclaration: string; - /** - * Identifier of the object to call function on. Either objectId or executionContextId should be specified. - */ - objectId?: RemoteObjectId | undefined; - /** - * Call arguments. All call arguments must belong to the same JavaScript world as the target object. - */ - arguments?: CallArgument[] | undefined; - /** - * In silent mode exceptions thrown during evaluation are not reported and do not pause execution. Overrides <code>setPauseOnException</code> state. - */ - silent?: boolean | undefined; - /** - * Whether the result is expected to be a JSON object which should be sent by value. - */ - returnByValue?: boolean | undefined; - /** - * Whether preview should be generated for the result. - * @experimental - */ - generatePreview?: boolean | undefined; - /** - * Whether execution should be treated as initiated by user in the UI. - */ - userGesture?: boolean | undefined; - /** - * Whether execution should <code>await</code> for resulting value and return once awaited promise is resolved. - */ - awaitPromise?: boolean | undefined; - /** - * Specifies execution context which global object will be used to call function on. Either executionContextId or objectId should be specified. - */ - executionContextId?: ExecutionContextId | undefined; - /** - * Symbolic group name that can be used to release multiple objects. If objectGroup is not specified and objectId is, objectGroup will be inherited from object. - */ - objectGroup?: string | undefined; - } - interface GetPropertiesParameterType { - /** - * Identifier of the object to return properties for. - */ - objectId: RemoteObjectId; - /** - * If true, returns properties belonging only to the element itself, not to its prototype chain. - */ - ownProperties?: boolean | undefined; - /** - * If true, returns accessor properties (with getter/setter) only; internal properties are not returned either. - * @experimental - */ - accessorPropertiesOnly?: boolean | undefined; - /** - * Whether preview should be generated for the results. - * @experimental - */ - generatePreview?: boolean | undefined; - } - interface ReleaseObjectParameterType { - /** - * Identifier of the object to release. - */ - objectId: RemoteObjectId; - } - interface ReleaseObjectGroupParameterType { - /** - * Symbolic object group name. - */ - objectGroup: string; - } - interface SetCustomObjectFormatterEnabledParameterType { - enabled: boolean; - } - interface CompileScriptParameterType { - /** - * Expression to compile. - */ - expression: string; - /** - * Source url to be set for the script. - */ - sourceURL: string; - /** - * Specifies whether the compiled script should be persisted. - */ - persistScript: boolean; - /** - * Specifies in which execution context to perform script run. If the parameter is omitted the evaluation will be performed in the context of the inspected page. - */ - executionContextId?: ExecutionContextId | undefined; - } - interface RunScriptParameterType { - /** - * Id of the script to run. - */ - scriptId: ScriptId; - /** - * Specifies in which execution context to perform script run. If the parameter is omitted the evaluation will be performed in the context of the inspected page. - */ - executionContextId?: ExecutionContextId | undefined; - /** - * Symbolic group name that can be used to release multiple objects. - */ - objectGroup?: string | undefined; - /** - * In silent mode exceptions thrown during evaluation are not reported and do not pause execution. Overrides <code>setPauseOnException</code> state. - */ - silent?: boolean | undefined; - /** - * Determines whether Command Line API should be available during the evaluation. - */ - includeCommandLineAPI?: boolean | undefined; - /** - * Whether the result is expected to be a JSON object which should be sent by value. - */ - returnByValue?: boolean | undefined; - /** - * Whether preview should be generated for the result. - */ - generatePreview?: boolean | undefined; - /** - * Whether execution should <code>await</code> for resulting value and return once awaited promise is resolved. - */ - awaitPromise?: boolean | undefined; - } - interface QueryObjectsParameterType { - /** - * Identifier of the prototype to return objects for. - */ - prototypeObjectId: RemoteObjectId; - } - interface GlobalLexicalScopeNamesParameterType { - /** - * Specifies in which execution context to lookup global scope variables. - */ - executionContextId?: ExecutionContextId | undefined; - } - interface EvaluateReturnType { - /** - * Evaluation result. - */ - result: RemoteObject; - /** - * Exception details. - */ - exceptionDetails?: ExceptionDetails | undefined; - } - interface AwaitPromiseReturnType { - /** - * Promise result. Will contain rejected value if promise was rejected. - */ - result: RemoteObject; - /** - * Exception details if stack strace is available. - */ - exceptionDetails?: ExceptionDetails | undefined; - } - interface CallFunctionOnReturnType { - /** - * Call result. - */ - result: RemoteObject; - /** - * Exception details. - */ - exceptionDetails?: ExceptionDetails | undefined; - } - interface GetPropertiesReturnType { - /** - * Object properties. - */ - result: PropertyDescriptor[]; - /** - * Internal object properties (only of the element itself). - */ - internalProperties?: InternalPropertyDescriptor[] | undefined; - /** - * Exception details. - */ - exceptionDetails?: ExceptionDetails | undefined; - } - interface CompileScriptReturnType { - /** - * Id of the script. - */ - scriptId?: ScriptId | undefined; - /** - * Exception details. - */ - exceptionDetails?: ExceptionDetails | undefined; - } - interface RunScriptReturnType { - /** - * Run result. - */ - result: RemoteObject; - /** - * Exception details. - */ - exceptionDetails?: ExceptionDetails | undefined; - } - interface QueryObjectsReturnType { - /** - * Array with objects. - */ - objects: RemoteObject; - } - interface GlobalLexicalScopeNamesReturnType { - names: string[]; - } - interface ExecutionContextCreatedEventDataType { - /** - * A newly created execution context. - */ - context: ExecutionContextDescription; - } - interface ExecutionContextDestroyedEventDataType { - /** - * Id of the destroyed context - */ - executionContextId: ExecutionContextId; - } - interface ExceptionThrownEventDataType { - /** - * Timestamp of the exception. - */ - timestamp: Timestamp; - exceptionDetails: ExceptionDetails; - } - interface ExceptionRevokedEventDataType { - /** - * Reason describing why exception was revoked. - */ - reason: string; - /** - * The id of revoked exception, as reported in <code>exceptionThrown</code>. - */ - exceptionId: number; - } - interface ConsoleAPICalledEventDataType { - /** - * Type of the call. - */ - type: string; - /** - * Call arguments. - */ - args: RemoteObject[]; - /** - * Identifier of the context where the call was made. - */ - executionContextId: ExecutionContextId; - /** - * Call timestamp. - */ - timestamp: Timestamp; - /** - * Stack trace captured when the call was made. - */ - stackTrace?: StackTrace | undefined; - /** - * Console context descriptor for calls on non-default console context (not console.*): 'anonymous#unique-logger-id' for call on unnamed context, 'name#unique-logger-id' for call on named context. - * @experimental - */ - context?: string | undefined; - } - interface InspectRequestedEventDataType { - object: RemoteObject; - hints: {}; - } - } - namespace Debugger { - /** - * Breakpoint identifier. - */ - type BreakpointId = string; - /** - * Call frame identifier. - */ - type CallFrameId = string; - /** - * Location in the source code. - */ - interface Location { - /** - * Script identifier as reported in the <code>Debugger.scriptParsed</code>. - */ - scriptId: Runtime.ScriptId; - /** - * Line number in the script (0-based). - */ - lineNumber: number; - /** - * Column number in the script (0-based). - */ - columnNumber?: number | undefined; - } - /** - * Location in the source code. - * @experimental - */ - interface ScriptPosition { - lineNumber: number; - columnNumber: number; - } - /** - * JavaScript call frame. Array of call frames form the call stack. - */ - interface CallFrame { - /** - * Call frame identifier. This identifier is only valid while the virtual machine is paused. - */ - callFrameId: CallFrameId; - /** - * Name of the JavaScript function called on this call frame. - */ - functionName: string; - /** - * Location in the source code. - */ - functionLocation?: Location | undefined; - /** - * Location in the source code. - */ - location: Location; - /** - * JavaScript script name or url. - */ - url: string; - /** - * Scope chain for this call frame. - */ - scopeChain: Scope[]; - /** - * <code>this</code> object for this call frame. - */ - this: Runtime.RemoteObject; - /** - * The value being returned, if the function is at return point. - */ - returnValue?: Runtime.RemoteObject | undefined; - } - /** - * Scope description. - */ - interface Scope { - /** - * Scope type. - */ - type: string; - /** - * Object representing the scope. For <code>global</code> and <code>with</code> scopes it represents the actual object; for the rest of the scopes, it is artificial transient object enumerating scope variables as its properties. - */ - object: Runtime.RemoteObject; - name?: string | undefined; - /** - * Location in the source code where scope starts - */ - startLocation?: Location | undefined; - /** - * Location in the source code where scope ends - */ - endLocation?: Location | undefined; - } - /** - * Search match for resource. - */ - interface SearchMatch { - /** - * Line number in resource content. - */ - lineNumber: number; - /** - * Line with match content. - */ - lineContent: string; - } - interface BreakLocation { - /** - * Script identifier as reported in the <code>Debugger.scriptParsed</code>. - */ - scriptId: Runtime.ScriptId; - /** - * Line number in the script (0-based). - */ - lineNumber: number; - /** - * Column number in the script (0-based). - */ - columnNumber?: number | undefined; - type?: string | undefined; - } - interface SetBreakpointsActiveParameterType { - /** - * New value for breakpoints active state. - */ - active: boolean; - } - interface SetSkipAllPausesParameterType { - /** - * New value for skip pauses state. - */ - skip: boolean; - } - interface SetBreakpointByUrlParameterType { - /** - * Line number to set breakpoint at. - */ - lineNumber: number; - /** - * URL of the resources to set breakpoint on. - */ - url?: string | undefined; - /** - * Regex pattern for the URLs of the resources to set breakpoints on. Either <code>url</code> or <code>urlRegex</code> must be specified. - */ - urlRegex?: string | undefined; - /** - * Script hash of the resources to set breakpoint on. - */ - scriptHash?: string | undefined; - /** - * Offset in the line to set breakpoint at. - */ - columnNumber?: number | undefined; - /** - * Expression to use as a breakpoint condition. When specified, debugger will only stop on the breakpoint if this expression evaluates to true. - */ - condition?: string | undefined; - } - interface SetBreakpointParameterType { - /** - * Location to set breakpoint in. - */ - location: Location; - /** - * Expression to use as a breakpoint condition. When specified, debugger will only stop on the breakpoint if this expression evaluates to true. - */ - condition?: string | undefined; - } - interface RemoveBreakpointParameterType { - breakpointId: BreakpointId; - } - interface GetPossibleBreakpointsParameterType { - /** - * Start of range to search possible breakpoint locations in. - */ - start: Location; - /** - * End of range to search possible breakpoint locations in (excluding). When not specified, end of scripts is used as end of range. - */ - end?: Location | undefined; - /** - * Only consider locations which are in the same (non-nested) function as start. - */ - restrictToFunction?: boolean | undefined; - } - interface ContinueToLocationParameterType { - /** - * Location to continue to. - */ - location: Location; - targetCallFrames?: string | undefined; - } - interface PauseOnAsyncCallParameterType { - /** - * Debugger will pause when async call with given stack trace is started. - */ - parentStackTraceId: Runtime.StackTraceId; - } - interface StepIntoParameterType { - /** - * Debugger will issue additional Debugger.paused notification if any async task is scheduled before next pause. - * @experimental - */ - breakOnAsyncCall?: boolean | undefined; - } - interface GetStackTraceParameterType { - stackTraceId: Runtime.StackTraceId; - } - interface SearchInContentParameterType { - /** - * Id of the script to search in. - */ - scriptId: Runtime.ScriptId; - /** - * String to search for. - */ - query: string; - /** - * If true, search is case sensitive. - */ - caseSensitive?: boolean | undefined; - /** - * If true, treats string parameter as regex. - */ - isRegex?: boolean | undefined; - } - interface SetScriptSourceParameterType { - /** - * Id of the script to edit. - */ - scriptId: Runtime.ScriptId; - /** - * New content of the script. - */ - scriptSource: string; - /** - * If true the change will not actually be applied. Dry run may be used to get result description without actually modifying the code. - */ - dryRun?: boolean | undefined; - } - interface RestartFrameParameterType { - /** - * Call frame identifier to evaluate on. - */ - callFrameId: CallFrameId; - } - interface GetScriptSourceParameterType { - /** - * Id of the script to get source for. - */ - scriptId: Runtime.ScriptId; - } - interface SetPauseOnExceptionsParameterType { - /** - * Pause on exceptions mode. - */ - state: string; - } - interface EvaluateOnCallFrameParameterType { - /** - * Call frame identifier to evaluate on. - */ - callFrameId: CallFrameId; - /** - * Expression to evaluate. - */ - expression: string; - /** - * String object group name to put result into (allows rapid releasing resulting object handles using <code>releaseObjectGroup</code>). - */ - objectGroup?: string | undefined; - /** - * Specifies whether command line API should be available to the evaluated expression, defaults to false. - */ - includeCommandLineAPI?: boolean | undefined; - /** - * In silent mode exceptions thrown during evaluation are not reported and do not pause execution. Overrides <code>setPauseOnException</code> state. - */ - silent?: boolean | undefined; - /** - * Whether the result is expected to be a JSON object that should be sent by value. - */ - returnByValue?: boolean | undefined; - /** - * Whether preview should be generated for the result. - * @experimental - */ - generatePreview?: boolean | undefined; - /** - * Whether to throw an exception if side effect cannot be ruled out during evaluation. - */ - throwOnSideEffect?: boolean | undefined; - } - interface SetVariableValueParameterType { - /** - * 0-based number of scope as was listed in scope chain. Only 'local', 'closure' and 'catch' scope types are allowed. Other scopes could be manipulated manually. - */ - scopeNumber: number; - /** - * Variable name. - */ - variableName: string; - /** - * New variable value. - */ - newValue: Runtime.CallArgument; - /** - * Id of callframe that holds variable. - */ - callFrameId: CallFrameId; - } - interface SetReturnValueParameterType { - /** - * New return value. - */ - newValue: Runtime.CallArgument; - } - interface SetAsyncCallStackDepthParameterType { - /** - * Maximum depth of async call stacks. Setting to <code>0</code> will effectively disable collecting async call stacks (default). - */ - maxDepth: number; - } - interface SetBlackboxPatternsParameterType { - /** - * Array of regexps that will be used to check script url for blackbox state. - */ - patterns: string[]; - } - interface SetBlackboxedRangesParameterType { - /** - * Id of the script. - */ - scriptId: Runtime.ScriptId; - positions: ScriptPosition[]; - } - interface EnableReturnType { - /** - * Unique identifier of the debugger. - * @experimental - */ - debuggerId: Runtime.UniqueDebuggerId; - } - interface SetBreakpointByUrlReturnType { - /** - * Id of the created breakpoint for further reference. - */ - breakpointId: BreakpointId; - /** - * List of the locations this breakpoint resolved into upon addition. - */ - locations: Location[]; - } - interface SetBreakpointReturnType { - /** - * Id of the created breakpoint for further reference. - */ - breakpointId: BreakpointId; - /** - * Location this breakpoint resolved into. - */ - actualLocation: Location; - } - interface GetPossibleBreakpointsReturnType { - /** - * List of the possible breakpoint locations. - */ - locations: BreakLocation[]; - } - interface GetStackTraceReturnType { - stackTrace: Runtime.StackTrace; - } - interface SearchInContentReturnType { - /** - * List of search matches. - */ - result: SearchMatch[]; - } - interface SetScriptSourceReturnType { - /** - * New stack trace in case editing has happened while VM was stopped. - */ - callFrames?: CallFrame[] | undefined; - /** - * Whether current call stack was modified after applying the changes. - */ - stackChanged?: boolean | undefined; - /** - * Async stack trace, if any. - */ - asyncStackTrace?: Runtime.StackTrace | undefined; - /** - * Async stack trace, if any. - * @experimental - */ - asyncStackTraceId?: Runtime.StackTraceId | undefined; - /** - * Exception details if any. - */ - exceptionDetails?: Runtime.ExceptionDetails | undefined; - } - interface RestartFrameReturnType { - /** - * New stack trace. - */ - callFrames: CallFrame[]; - /** - * Async stack trace, if any. - */ - asyncStackTrace?: Runtime.StackTrace | undefined; - /** - * Async stack trace, if any. - * @experimental - */ - asyncStackTraceId?: Runtime.StackTraceId | undefined; - } - interface GetScriptSourceReturnType { - /** - * Script source. - */ - scriptSource: string; - } - interface EvaluateOnCallFrameReturnType { - /** - * Object wrapper for the evaluation result. - */ - result: Runtime.RemoteObject; - /** - * Exception details. - */ - exceptionDetails?: Runtime.ExceptionDetails | undefined; - } - interface ScriptParsedEventDataType { - /** - * Identifier of the script parsed. - */ - scriptId: Runtime.ScriptId; - /** - * URL or name of the script parsed (if any). - */ - url: string; - /** - * Line offset of the script within the resource with given URL (for script tags). - */ - startLine: number; - /** - * Column offset of the script within the resource with given URL. - */ - startColumn: number; - /** - * Last line of the script. - */ - endLine: number; - /** - * Length of the last line of the script. - */ - endColumn: number; - /** - * Specifies script creation context. - */ - executionContextId: Runtime.ExecutionContextId; - /** - * Content hash of the script. - */ - hash: string; - /** - * Embedder-specific auxiliary data. - */ - executionContextAuxData?: {} | undefined; - /** - * True, if this script is generated as a result of the live edit operation. - * @experimental - */ - isLiveEdit?: boolean | undefined; - /** - * URL of source map associated with script (if any). - */ - sourceMapURL?: string | undefined; - /** - * True, if this script has sourceURL. - */ - hasSourceURL?: boolean | undefined; - /** - * True, if this script is ES6 module. - */ - isModule?: boolean | undefined; - /** - * This script length. - */ - length?: number | undefined; - /** - * JavaScript top stack frame of where the script parsed event was triggered if available. - * @experimental - */ - stackTrace?: Runtime.StackTrace | undefined; - } - interface ScriptFailedToParseEventDataType { - /** - * Identifier of the script parsed. - */ - scriptId: Runtime.ScriptId; - /** - * URL or name of the script parsed (if any). - */ - url: string; - /** - * Line offset of the script within the resource with given URL (for script tags). - */ - startLine: number; - /** - * Column offset of the script within the resource with given URL. - */ - startColumn: number; - /** - * Last line of the script. - */ - endLine: number; - /** - * Length of the last line of the script. - */ - endColumn: number; - /** - * Specifies script creation context. - */ - executionContextId: Runtime.ExecutionContextId; - /** - * Content hash of the script. - */ - hash: string; - /** - * Embedder-specific auxiliary data. - */ - executionContextAuxData?: {} | undefined; - /** - * URL of source map associated with script (if any). - */ - sourceMapURL?: string | undefined; - /** - * True, if this script has sourceURL. - */ - hasSourceURL?: boolean | undefined; - /** - * True, if this script is ES6 module. - */ - isModule?: boolean | undefined; - /** - * This script length. - */ - length?: number | undefined; - /** - * JavaScript top stack frame of where the script parsed event was triggered if available. - * @experimental - */ - stackTrace?: Runtime.StackTrace | undefined; - } - interface BreakpointResolvedEventDataType { - /** - * Breakpoint unique identifier. - */ - breakpointId: BreakpointId; - /** - * Actual breakpoint location. - */ - location: Location; - } - interface PausedEventDataType { - /** - * Call stack the virtual machine stopped on. - */ - callFrames: CallFrame[]; - /** - * Pause reason. - */ - reason: string; - /** - * Object containing break-specific auxiliary properties. - */ - data?: {} | undefined; - /** - * Hit breakpoints IDs - */ - hitBreakpoints?: string[] | undefined; - /** - * Async stack trace, if any. - */ - asyncStackTrace?: Runtime.StackTrace | undefined; - /** - * Async stack trace, if any. - * @experimental - */ - asyncStackTraceId?: Runtime.StackTraceId | undefined; - /** - * Just scheduled async call will have this stack trace as parent stack during async execution. This field is available only after <code>Debugger.stepInto</code> call with <code>breakOnAsynCall</code> flag. - * @experimental - */ - asyncCallStackTraceId?: Runtime.StackTraceId | undefined; - } - } - namespace Console { - /** - * Console message. - */ - interface ConsoleMessage { - /** - * Message source. - */ - source: string; - /** - * Message severity. - */ - level: string; - /** - * Message text. - */ - text: string; - /** - * URL of the message origin. - */ - url?: string | undefined; - /** - * Line number in the resource that generated this message (1-based). - */ - line?: number | undefined; - /** - * Column number in the resource that generated this message (1-based). - */ - column?: number | undefined; - } - interface MessageAddedEventDataType { - /** - * Console message that has been added. - */ - message: ConsoleMessage; - } - } - namespace Profiler { - /** - * Profile node. Holds callsite information, execution statistics and child nodes. - */ - interface ProfileNode { - /** - * Unique id of the node. - */ - id: number; - /** - * Function location. - */ - callFrame: Runtime.CallFrame; - /** - * Number of samples where this node was on top of the call stack. - */ - hitCount?: number | undefined; - /** - * Child node ids. - */ - children?: number[] | undefined; - /** - * The reason of being not optimized. The function may be deoptimized or marked as don't optimize. - */ - deoptReason?: string | undefined; - /** - * An array of source position ticks. - */ - positionTicks?: PositionTickInfo[] | undefined; - } - /** - * Profile. - */ - interface Profile { - /** - * The list of profile nodes. First item is the root node. - */ - nodes: ProfileNode[]; - /** - * Profiling start timestamp in microseconds. - */ - startTime: number; - /** - * Profiling end timestamp in microseconds. - */ - endTime: number; - /** - * Ids of samples top nodes. - */ - samples?: number[] | undefined; - /** - * Time intervals between adjacent samples in microseconds. The first delta is relative to the profile startTime. - */ - timeDeltas?: number[] | undefined; - } - /** - * Specifies a number of samples attributed to a certain source position. - */ - interface PositionTickInfo { - /** - * Source line number (1-based). - */ - line: number; - /** - * Number of samples attributed to the source line. - */ - ticks: number; - } - /** - * Coverage data for a source range. - */ - interface CoverageRange { - /** - * JavaScript script source offset for the range start. - */ - startOffset: number; - /** - * JavaScript script source offset for the range end. - */ - endOffset: number; - /** - * Collected execution count of the source range. - */ - count: number; - } - /** - * Coverage data for a JavaScript function. - */ - interface FunctionCoverage { - /** - * JavaScript function name. - */ - functionName: string; - /** - * Source ranges inside the function with coverage data. - */ - ranges: CoverageRange[]; - /** - * Whether coverage data for this function has block granularity. - */ - isBlockCoverage: boolean; - } - /** - * Coverage data for a JavaScript script. - */ - interface ScriptCoverage { - /** - * JavaScript script id. - */ - scriptId: Runtime.ScriptId; - /** - * JavaScript script name or url. - */ - url: string; - /** - * Functions contained in the script that has coverage data. - */ - functions: FunctionCoverage[]; - } - /** - * Describes a type collected during runtime. - * @experimental - */ - interface TypeObject { - /** - * Name of a type collected with type profiling. - */ - name: string; - } - /** - * Source offset and types for a parameter or return value. - * @experimental - */ - interface TypeProfileEntry { - /** - * Source offset of the parameter or end of function for return values. - */ - offset: number; - /** - * The types for this parameter or return value. - */ - types: TypeObject[]; - } - /** - * Type profile data collected during runtime for a JavaScript script. - * @experimental - */ - interface ScriptTypeProfile { - /** - * JavaScript script id. - */ - scriptId: Runtime.ScriptId; - /** - * JavaScript script name or url. - */ - url: string; - /** - * Type profile entries for parameters and return values of the functions in the script. - */ - entries: TypeProfileEntry[]; - } - interface SetSamplingIntervalParameterType { - /** - * New sampling interval in microseconds. - */ - interval: number; - } - interface StartPreciseCoverageParameterType { - /** - * Collect accurate call counts beyond simple 'covered' or 'not covered'. - */ - callCount?: boolean | undefined; - /** - * Collect block-based coverage. - */ - detailed?: boolean | undefined; - } - interface StopReturnType { - /** - * Recorded profile. - */ - profile: Profile; - } - interface TakePreciseCoverageReturnType { - /** - * Coverage data for the current isolate. - */ - result: ScriptCoverage[]; - } - interface GetBestEffortCoverageReturnType { - /** - * Coverage data for the current isolate. - */ - result: ScriptCoverage[]; - } - interface TakeTypeProfileReturnType { - /** - * Type profile for all scripts since startTypeProfile() was turned on. - */ - result: ScriptTypeProfile[]; - } - interface ConsoleProfileStartedEventDataType { - id: string; - /** - * Location of console.profile(). - */ - location: Debugger.Location; - /** - * Profile title passed as an argument to console.profile(). - */ - title?: string | undefined; - } - interface ConsoleProfileFinishedEventDataType { - id: string; - /** - * Location of console.profileEnd(). - */ - location: Debugger.Location; - profile: Profile; - /** - * Profile title passed as an argument to console.profile(). - */ - title?: string | undefined; - } - } - namespace HeapProfiler { - /** - * Heap snapshot object id. - */ - type HeapSnapshotObjectId = string; - /** - * Sampling Heap Profile node. Holds callsite information, allocation statistics and child nodes. - */ - interface SamplingHeapProfileNode { - /** - * Function location. - */ - callFrame: Runtime.CallFrame; - /** - * Allocations size in bytes for the node excluding children. - */ - selfSize: number; - /** - * Child nodes. - */ - children: SamplingHeapProfileNode[]; - } - /** - * Profile. - */ - interface SamplingHeapProfile { - head: SamplingHeapProfileNode; - } - interface StartTrackingHeapObjectsParameterType { - trackAllocations?: boolean | undefined; - } - interface StopTrackingHeapObjectsParameterType { - /** - * If true 'reportHeapSnapshotProgress' events will be generated while snapshot is being taken when the tracking is stopped. - */ - reportProgress?: boolean | undefined; - } - interface TakeHeapSnapshotParameterType { - /** - * If true 'reportHeapSnapshotProgress' events will be generated while snapshot is being taken. - */ - reportProgress?: boolean | undefined; - } - interface GetObjectByHeapObjectIdParameterType { - objectId: HeapSnapshotObjectId; - /** - * Symbolic group name that can be used to release multiple objects. - */ - objectGroup?: string | undefined; - } - interface AddInspectedHeapObjectParameterType { - /** - * Heap snapshot object id to be accessible by means of $x command line API. - */ - heapObjectId: HeapSnapshotObjectId; - } - interface GetHeapObjectIdParameterType { - /** - * Identifier of the object to get heap object id for. - */ - objectId: Runtime.RemoteObjectId; - } - interface StartSamplingParameterType { - /** - * Average sample interval in bytes. Poisson distribution is used for the intervals. The default value is 32768 bytes. - */ - samplingInterval?: number | undefined; - } - interface GetObjectByHeapObjectIdReturnType { - /** - * Evaluation result. - */ - result: Runtime.RemoteObject; - } - interface GetHeapObjectIdReturnType { - /** - * Id of the heap snapshot object corresponding to the passed remote object id. - */ - heapSnapshotObjectId: HeapSnapshotObjectId; - } - interface StopSamplingReturnType { - /** - * Recorded sampling heap profile. - */ - profile: SamplingHeapProfile; - } - interface GetSamplingProfileReturnType { - /** - * Return the sampling profile being collected. - */ - profile: SamplingHeapProfile; - } - interface AddHeapSnapshotChunkEventDataType { - chunk: string; - } - interface ReportHeapSnapshotProgressEventDataType { - done: number; - total: number; - finished?: boolean | undefined; - } - interface LastSeenObjectIdEventDataType { - lastSeenObjectId: number; - timestamp: number; - } - interface HeapStatsUpdateEventDataType { - /** - * An array of triplets. Each triplet describes a fragment. The first integer is the fragment index, the second integer is a total count of objects for the fragment, the third integer is a total size of the objects for the fragment. - */ - statsUpdate: number[]; - } - } - namespace NodeTracing { - interface TraceConfig { - /** - * Controls how the trace buffer stores data. - */ - recordMode?: string | undefined; - /** - * Included category filters. - */ - includedCategories: string[]; - } - interface StartParameterType { - traceConfig: TraceConfig; - } - interface GetCategoriesReturnType { - /** - * A list of supported tracing categories. - */ - categories: string[]; - } - interface DataCollectedEventDataType { - value: Array<{}>; - } - } - namespace NodeWorker { - type WorkerID = string; - /** - * Unique identifier of attached debugging session. - */ - type SessionID = string; - interface WorkerInfo { - workerId: WorkerID; - type: string; - title: string; - url: string; - } - interface SendMessageToWorkerParameterType { - message: string; - /** - * Identifier of the session. - */ - sessionId: SessionID; - } - interface EnableParameterType { - /** - * Whether to new workers should be paused until the frontend sends `Runtime.runIfWaitingForDebugger` - * message to run them. - */ - waitForDebuggerOnStart: boolean; - } - interface DetachParameterType { - sessionId: SessionID; - } - interface AttachedToWorkerEventDataType { - /** - * Identifier assigned to the session used to send/receive messages. - */ - sessionId: SessionID; - workerInfo: WorkerInfo; - waitingForDebugger: boolean; - } - interface DetachedFromWorkerEventDataType { - /** - * Detached session identifier. - */ - sessionId: SessionID; - } - interface ReceivedMessageFromWorkerEventDataType { - /** - * Identifier of a session which sends a message. - */ - sessionId: SessionID; - message: string; - } - } - namespace NodeRuntime { - interface NotifyWhenWaitingForDisconnectParameterType { - enabled: boolean; - } - } - /** - * The `inspector.Session` is used for dispatching messages to the V8 inspector - * back-end and receiving message responses and notifications. - */ - class Session extends EventEmitter { - /** - * Create a new instance of the inspector.Session class. - * The inspector session needs to be connected through session.connect() before the messages can be dispatched to the inspector backend. - */ - constructor(); - /** - * Connects a session to the inspector back-end. - * @since v8.0.0 - */ - connect(): void; - /** - * Immediately close the session. All pending message callbacks will be called - * with an error. `session.connect()` will need to be called to be able to send - * messages again. Reconnected session will lose all inspector state, such as - * enabled agents or configured breakpoints. - * @since v8.0.0 - */ - disconnect(): void; - /** - * Posts a message to the inspector back-end. `callback` will be notified when - * a response is received. `callback` is a function that accepts two optional - * arguments: error and message-specific result. - * - * ```js - * session.post('Runtime.evaluate', { expression: '2 + 2' }, - * (error, { result }) => console.log(result)); - * // Output: { type: 'number', value: 4, description: '4' } - * ``` - * - * The latest version of the V8 inspector protocol is published on the [Chrome DevTools Protocol Viewer](https://chromedevtools.github.io/devtools-protocol/v8/). - * - * Node.js inspector supports all the Chrome DevTools Protocol domains declared - * by V8\. Chrome DevTools Protocol domain provides an interface for interacting - * with one of the runtime agents used to inspect the application state and listen - * to the run-time events. - * - * ## Example usage - * - * Apart from the debugger, various V8 Profilers are available through the DevTools - * protocol. - * @since v8.0.0 - */ - post(method: string, params?: {}, callback?: (err: Error | null, params?: {}) => void): void; - post(method: string, callback?: (err: Error | null, params?: {}) => void): void; - /** - * Returns supported domains. - */ - post(method: 'Schema.getDomains', callback?: (err: Error | null, params: Schema.GetDomainsReturnType) => void): void; - /** - * Evaluates expression on global object. - */ - post(method: 'Runtime.evaluate', params?: Runtime.EvaluateParameterType, callback?: (err: Error | null, params: Runtime.EvaluateReturnType) => void): void; - post(method: 'Runtime.evaluate', callback?: (err: Error | null, params: Runtime.EvaluateReturnType) => void): void; - /** - * Add handler to promise with given promise object id. - */ - post(method: 'Runtime.awaitPromise', params?: Runtime.AwaitPromiseParameterType, callback?: (err: Error | null, params: Runtime.AwaitPromiseReturnType) => void): void; - post(method: 'Runtime.awaitPromise', callback?: (err: Error | null, params: Runtime.AwaitPromiseReturnType) => void): void; - /** - * Calls function with given declaration on the given object. Object group of the result is inherited from the target object. - */ - post(method: 'Runtime.callFunctionOn', params?: Runtime.CallFunctionOnParameterType, callback?: (err: Error | null, params: Runtime.CallFunctionOnReturnType) => void): void; - post(method: 'Runtime.callFunctionOn', callback?: (err: Error | null, params: Runtime.CallFunctionOnReturnType) => void): void; - /** - * Returns properties of a given object. Object group of the result is inherited from the target object. - */ - post(method: 'Runtime.getProperties', params?: Runtime.GetPropertiesParameterType, callback?: (err: Error | null, params: Runtime.GetPropertiesReturnType) => void): void; - post(method: 'Runtime.getProperties', callback?: (err: Error | null, params: Runtime.GetPropertiesReturnType) => void): void; - /** - * Releases remote object with given id. - */ - post(method: 'Runtime.releaseObject', params?: Runtime.ReleaseObjectParameterType, callback?: (err: Error | null) => void): void; - post(method: 'Runtime.releaseObject', callback?: (err: Error | null) => void): void; - /** - * Releases all remote objects that belong to a given group. - */ - post(method: 'Runtime.releaseObjectGroup', params?: Runtime.ReleaseObjectGroupParameterType, callback?: (err: Error | null) => void): void; - post(method: 'Runtime.releaseObjectGroup', callback?: (err: Error | null) => void): void; - /** - * Tells inspected instance to run if it was waiting for debugger to attach. - */ - post(method: 'Runtime.runIfWaitingForDebugger', callback?: (err: Error | null) => void): void; - /** - * Enables reporting of execution contexts creation by means of <code>executionContextCreated</code> event. When the reporting gets enabled the event will be sent immediately for each existing execution context. - */ - post(method: 'Runtime.enable', callback?: (err: Error | null) => void): void; - /** - * Disables reporting of execution contexts creation. - */ - post(method: 'Runtime.disable', callback?: (err: Error | null) => void): void; - /** - * Discards collected exceptions and console API calls. - */ - post(method: 'Runtime.discardConsoleEntries', callback?: (err: Error | null) => void): void; - /** - * @experimental - */ - post(method: 'Runtime.setCustomObjectFormatterEnabled', params?: Runtime.SetCustomObjectFormatterEnabledParameterType, callback?: (err: Error | null) => void): void; - post(method: 'Runtime.setCustomObjectFormatterEnabled', callback?: (err: Error | null) => void): void; - /** - * Compiles expression. - */ - post(method: 'Runtime.compileScript', params?: Runtime.CompileScriptParameterType, callback?: (err: Error | null, params: Runtime.CompileScriptReturnType) => void): void; - post(method: 'Runtime.compileScript', callback?: (err: Error | null, params: Runtime.CompileScriptReturnType) => void): void; - /** - * Runs script with given id in a given context. - */ - post(method: 'Runtime.runScript', params?: Runtime.RunScriptParameterType, callback?: (err: Error | null, params: Runtime.RunScriptReturnType) => void): void; - post(method: 'Runtime.runScript', callback?: (err: Error | null, params: Runtime.RunScriptReturnType) => void): void; - post(method: 'Runtime.queryObjects', params?: Runtime.QueryObjectsParameterType, callback?: (err: Error | null, params: Runtime.QueryObjectsReturnType) => void): void; - post(method: 'Runtime.queryObjects', callback?: (err: Error | null, params: Runtime.QueryObjectsReturnType) => void): void; - /** - * Returns all let, const and class variables from global scope. - */ - post( - method: 'Runtime.globalLexicalScopeNames', - params?: Runtime.GlobalLexicalScopeNamesParameterType, - callback?: (err: Error | null, params: Runtime.GlobalLexicalScopeNamesReturnType) => void - ): void; - post(method: 'Runtime.globalLexicalScopeNames', callback?: (err: Error | null, params: Runtime.GlobalLexicalScopeNamesReturnType) => void): void; - /** - * Enables debugger for the given page. Clients should not assume that the debugging has been enabled until the result for this command is received. - */ - post(method: 'Debugger.enable', callback?: (err: Error | null, params: Debugger.EnableReturnType) => void): void; - /** - * Disables debugger for given page. - */ - post(method: 'Debugger.disable', callback?: (err: Error | null) => void): void; - /** - * Activates / deactivates all breakpoints on the page. - */ - post(method: 'Debugger.setBreakpointsActive', params?: Debugger.SetBreakpointsActiveParameterType, callback?: (err: Error | null) => void): void; - post(method: 'Debugger.setBreakpointsActive', callback?: (err: Error | null) => void): void; - /** - * Makes page not interrupt on any pauses (breakpoint, exception, dom exception etc). - */ - post(method: 'Debugger.setSkipAllPauses', params?: Debugger.SetSkipAllPausesParameterType, callback?: (err: Error | null) => void): void; - post(method: 'Debugger.setSkipAllPauses', callback?: (err: Error | null) => void): void; - /** - * Sets JavaScript breakpoint at given location specified either by URL or URL regex. Once this command is issued, all existing parsed scripts will have breakpoints resolved and returned in <code>locations</code> property. Further matching script parsing will result in subsequent <code>breakpointResolved</code> events issued. This logical breakpoint will survive page reloads. - */ - post(method: 'Debugger.setBreakpointByUrl', params?: Debugger.SetBreakpointByUrlParameterType, callback?: (err: Error | null, params: Debugger.SetBreakpointByUrlReturnType) => void): void; - post(method: 'Debugger.setBreakpointByUrl', callback?: (err: Error | null, params: Debugger.SetBreakpointByUrlReturnType) => void): void; - /** - * Sets JavaScript breakpoint at a given location. - */ - post(method: 'Debugger.setBreakpoint', params?: Debugger.SetBreakpointParameterType, callback?: (err: Error | null, params: Debugger.SetBreakpointReturnType) => void): void; - post(method: 'Debugger.setBreakpoint', callback?: (err: Error | null, params: Debugger.SetBreakpointReturnType) => void): void; - /** - * Removes JavaScript breakpoint. - */ - post(method: 'Debugger.removeBreakpoint', params?: Debugger.RemoveBreakpointParameterType, callback?: (err: Error | null) => void): void; - post(method: 'Debugger.removeBreakpoint', callback?: (err: Error | null) => void): void; - /** - * Returns possible locations for breakpoint. scriptId in start and end range locations should be the same. - */ - post( - method: 'Debugger.getPossibleBreakpoints', - params?: Debugger.GetPossibleBreakpointsParameterType, - callback?: (err: Error | null, params: Debugger.GetPossibleBreakpointsReturnType) => void - ): void; - post(method: 'Debugger.getPossibleBreakpoints', callback?: (err: Error | null, params: Debugger.GetPossibleBreakpointsReturnType) => void): void; - /** - * Continues execution until specific location is reached. - */ - post(method: 'Debugger.continueToLocation', params?: Debugger.ContinueToLocationParameterType, callback?: (err: Error | null) => void): void; - post(method: 'Debugger.continueToLocation', callback?: (err: Error | null) => void): void; - /** - * @experimental - */ - post(method: 'Debugger.pauseOnAsyncCall', params?: Debugger.PauseOnAsyncCallParameterType, callback?: (err: Error | null) => void): void; - post(method: 'Debugger.pauseOnAsyncCall', callback?: (err: Error | null) => void): void; - /** - * Steps over the statement. - */ - post(method: 'Debugger.stepOver', callback?: (err: Error | null) => void): void; - /** - * Steps into the function call. - */ - post(method: 'Debugger.stepInto', params?: Debugger.StepIntoParameterType, callback?: (err: Error | null) => void): void; - post(method: 'Debugger.stepInto', callback?: (err: Error | null) => void): void; - /** - * Steps out of the function call. - */ - post(method: 'Debugger.stepOut', callback?: (err: Error | null) => void): void; - /** - * Stops on the next JavaScript statement. - */ - post(method: 'Debugger.pause', callback?: (err: Error | null) => void): void; - /** - * This method is deprecated - use Debugger.stepInto with breakOnAsyncCall and Debugger.pauseOnAsyncTask instead. Steps into next scheduled async task if any is scheduled before next pause. Returns success when async task is actually scheduled, returns error if no task were scheduled or another scheduleStepIntoAsync was called. - * @experimental - */ - post(method: 'Debugger.scheduleStepIntoAsync', callback?: (err: Error | null) => void): void; - /** - * Resumes JavaScript execution. - */ - post(method: 'Debugger.resume', callback?: (err: Error | null) => void): void; - /** - * Returns stack trace with given <code>stackTraceId</code>. - * @experimental - */ - post(method: 'Debugger.getStackTrace', params?: Debugger.GetStackTraceParameterType, callback?: (err: Error | null, params: Debugger.GetStackTraceReturnType) => void): void; - post(method: 'Debugger.getStackTrace', callback?: (err: Error | null, params: Debugger.GetStackTraceReturnType) => void): void; - /** - * Searches for given string in script content. - */ - post(method: 'Debugger.searchInContent', params?: Debugger.SearchInContentParameterType, callback?: (err: Error | null, params: Debugger.SearchInContentReturnType) => void): void; - post(method: 'Debugger.searchInContent', callback?: (err: Error | null, params: Debugger.SearchInContentReturnType) => void): void; - /** - * Edits JavaScript source live. - */ - post(method: 'Debugger.setScriptSource', params?: Debugger.SetScriptSourceParameterType, callback?: (err: Error | null, params: Debugger.SetScriptSourceReturnType) => void): void; - post(method: 'Debugger.setScriptSource', callback?: (err: Error | null, params: Debugger.SetScriptSourceReturnType) => void): void; - /** - * Restarts particular call frame from the beginning. - */ - post(method: 'Debugger.restartFrame', params?: Debugger.RestartFrameParameterType, callback?: (err: Error | null, params: Debugger.RestartFrameReturnType) => void): void; - post(method: 'Debugger.restartFrame', callback?: (err: Error | null, params: Debugger.RestartFrameReturnType) => void): void; - /** - * Returns source for the script with given id. - */ - post(method: 'Debugger.getScriptSource', params?: Debugger.GetScriptSourceParameterType, callback?: (err: Error | null, params: Debugger.GetScriptSourceReturnType) => void): void; - post(method: 'Debugger.getScriptSource', callback?: (err: Error | null, params: Debugger.GetScriptSourceReturnType) => void): void; - /** - * Defines pause on exceptions state. Can be set to stop on all exceptions, uncaught exceptions or no exceptions. Initial pause on exceptions state is <code>none</code>. - */ - post(method: 'Debugger.setPauseOnExceptions', params?: Debugger.SetPauseOnExceptionsParameterType, callback?: (err: Error | null) => void): void; - post(method: 'Debugger.setPauseOnExceptions', callback?: (err: Error | null) => void): void; - /** - * Evaluates expression on a given call frame. - */ - post(method: 'Debugger.evaluateOnCallFrame', params?: Debugger.EvaluateOnCallFrameParameterType, callback?: (err: Error | null, params: Debugger.EvaluateOnCallFrameReturnType) => void): void; - post(method: 'Debugger.evaluateOnCallFrame', callback?: (err: Error | null, params: Debugger.EvaluateOnCallFrameReturnType) => void): void; - /** - * Changes value of variable in a callframe. Object-based scopes are not supported and must be mutated manually. - */ - post(method: 'Debugger.setVariableValue', params?: Debugger.SetVariableValueParameterType, callback?: (err: Error | null) => void): void; - post(method: 'Debugger.setVariableValue', callback?: (err: Error | null) => void): void; - /** - * Changes return value in top frame. Available only at return break position. - * @experimental - */ - post(method: 'Debugger.setReturnValue', params?: Debugger.SetReturnValueParameterType, callback?: (err: Error | null) => void): void; - post(method: 'Debugger.setReturnValue', callback?: (err: Error | null) => void): void; - /** - * Enables or disables async call stacks tracking. - */ - post(method: 'Debugger.setAsyncCallStackDepth', params?: Debugger.SetAsyncCallStackDepthParameterType, callback?: (err: Error | null) => void): void; - post(method: 'Debugger.setAsyncCallStackDepth', callback?: (err: Error | null) => void): void; - /** - * Replace previous blackbox patterns with passed ones. Forces backend to skip stepping/pausing in scripts with url matching one of the patterns. VM will try to leave blackboxed script by performing 'step in' several times, finally resorting to 'step out' if unsuccessful. - * @experimental - */ - post(method: 'Debugger.setBlackboxPatterns', params?: Debugger.SetBlackboxPatternsParameterType, callback?: (err: Error | null) => void): void; - post(method: 'Debugger.setBlackboxPatterns', callback?: (err: Error | null) => void): void; - /** - * Makes backend skip steps in the script in blackboxed ranges. VM will try leave blacklisted scripts by performing 'step in' several times, finally resorting to 'step out' if unsuccessful. Positions array contains positions where blackbox state is changed. First interval isn't blackboxed. Array should be sorted. - * @experimental - */ - post(method: 'Debugger.setBlackboxedRanges', params?: Debugger.SetBlackboxedRangesParameterType, callback?: (err: Error | null) => void): void; - post(method: 'Debugger.setBlackboxedRanges', callback?: (err: Error | null) => void): void; - /** - * Enables console domain, sends the messages collected so far to the client by means of the <code>messageAdded</code> notification. - */ - post(method: 'Console.enable', callback?: (err: Error | null) => void): void; - /** - * Disables console domain, prevents further console messages from being reported to the client. - */ - post(method: 'Console.disable', callback?: (err: Error | null) => void): void; - /** - * Does nothing. - */ - post(method: 'Console.clearMessages', callback?: (err: Error | null) => void): void; - post(method: 'Profiler.enable', callback?: (err: Error | null) => void): void; - post(method: 'Profiler.disable', callback?: (err: Error | null) => void): void; - /** - * Changes CPU profiler sampling interval. Must be called before CPU profiles recording started. - */ - post(method: 'Profiler.setSamplingInterval', params?: Profiler.SetSamplingIntervalParameterType, callback?: (err: Error | null) => void): void; - post(method: 'Profiler.setSamplingInterval', callback?: (err: Error | null) => void): void; - post(method: 'Profiler.start', callback?: (err: Error | null) => void): void; - post(method: 'Profiler.stop', callback?: (err: Error | null, params: Profiler.StopReturnType) => void): void; - /** - * Enable precise code coverage. Coverage data for JavaScript executed before enabling precise code coverage may be incomplete. Enabling prevents running optimized code and resets execution counters. - */ - post(method: 'Profiler.startPreciseCoverage', params?: Profiler.StartPreciseCoverageParameterType, callback?: (err: Error | null) => void): void; - post(method: 'Profiler.startPreciseCoverage', callback?: (err: Error | null) => void): void; - /** - * Disable precise code coverage. Disabling releases unnecessary execution count records and allows executing optimized code. - */ - post(method: 'Profiler.stopPreciseCoverage', callback?: (err: Error | null) => void): void; - /** - * Collect coverage data for the current isolate, and resets execution counters. Precise code coverage needs to have started. - */ - post(method: 'Profiler.takePreciseCoverage', callback?: (err: Error | null, params: Profiler.TakePreciseCoverageReturnType) => void): void; - /** - * Collect coverage data for the current isolate. The coverage data may be incomplete due to garbage collection. - */ - post(method: 'Profiler.getBestEffortCoverage', callback?: (err: Error | null, params: Profiler.GetBestEffortCoverageReturnType) => void): void; - /** - * Enable type profile. - * @experimental - */ - post(method: 'Profiler.startTypeProfile', callback?: (err: Error | null) => void): void; - /** - * Disable type profile. Disabling releases type profile data collected so far. - * @experimental - */ - post(method: 'Profiler.stopTypeProfile', callback?: (err: Error | null) => void): void; - /** - * Collect type profile. - * @experimental - */ - post(method: 'Profiler.takeTypeProfile', callback?: (err: Error | null, params: Profiler.TakeTypeProfileReturnType) => void): void; - post(method: 'HeapProfiler.enable', callback?: (err: Error | null) => void): void; - post(method: 'HeapProfiler.disable', callback?: (err: Error | null) => void): void; - post(method: 'HeapProfiler.startTrackingHeapObjects', params?: HeapProfiler.StartTrackingHeapObjectsParameterType, callback?: (err: Error | null) => void): void; - post(method: 'HeapProfiler.startTrackingHeapObjects', callback?: (err: Error | null) => void): void; - post(method: 'HeapProfiler.stopTrackingHeapObjects', params?: HeapProfiler.StopTrackingHeapObjectsParameterType, callback?: (err: Error | null) => void): void; - post(method: 'HeapProfiler.stopTrackingHeapObjects', callback?: (err: Error | null) => void): void; - post(method: 'HeapProfiler.takeHeapSnapshot', params?: HeapProfiler.TakeHeapSnapshotParameterType, callback?: (err: Error | null) => void): void; - post(method: 'HeapProfiler.takeHeapSnapshot', callback?: (err: Error | null) => void): void; - post(method: 'HeapProfiler.collectGarbage', callback?: (err: Error | null) => void): void; - post( - method: 'HeapProfiler.getObjectByHeapObjectId', - params?: HeapProfiler.GetObjectByHeapObjectIdParameterType, - callback?: (err: Error | null, params: HeapProfiler.GetObjectByHeapObjectIdReturnType) => void - ): void; - post(method: 'HeapProfiler.getObjectByHeapObjectId', callback?: (err: Error | null, params: HeapProfiler.GetObjectByHeapObjectIdReturnType) => void): void; - /** - * Enables console to refer to the node with given id via $x (see Command Line API for more details $x functions). - */ - post(method: 'HeapProfiler.addInspectedHeapObject', params?: HeapProfiler.AddInspectedHeapObjectParameterType, callback?: (err: Error | null) => void): void; - post(method: 'HeapProfiler.addInspectedHeapObject', callback?: (err: Error | null) => void): void; - post(method: 'HeapProfiler.getHeapObjectId', params?: HeapProfiler.GetHeapObjectIdParameterType, callback?: (err: Error | null, params: HeapProfiler.GetHeapObjectIdReturnType) => void): void; - post(method: 'HeapProfiler.getHeapObjectId', callback?: (err: Error | null, params: HeapProfiler.GetHeapObjectIdReturnType) => void): void; - post(method: 'HeapProfiler.startSampling', params?: HeapProfiler.StartSamplingParameterType, callback?: (err: Error | null) => void): void; - post(method: 'HeapProfiler.startSampling', callback?: (err: Error | null) => void): void; - post(method: 'HeapProfiler.stopSampling', callback?: (err: Error | null, params: HeapProfiler.StopSamplingReturnType) => void): void; - post(method: 'HeapProfiler.getSamplingProfile', callback?: (err: Error | null, params: HeapProfiler.GetSamplingProfileReturnType) => void): void; - /** - * Gets supported tracing categories. - */ - post(method: 'NodeTracing.getCategories', callback?: (err: Error | null, params: NodeTracing.GetCategoriesReturnType) => void): void; - /** - * Start trace events collection. - */ - post(method: 'NodeTracing.start', params?: NodeTracing.StartParameterType, callback?: (err: Error | null) => void): void; - post(method: 'NodeTracing.start', callback?: (err: Error | null) => void): void; - /** - * Stop trace events collection. Remaining collected events will be sent as a sequence of - * dataCollected events followed by tracingComplete event. - */ - post(method: 'NodeTracing.stop', callback?: (err: Error | null) => void): void; - /** - * Sends protocol message over session with given id. - */ - post(method: 'NodeWorker.sendMessageToWorker', params?: NodeWorker.SendMessageToWorkerParameterType, callback?: (err: Error | null) => void): void; - post(method: 'NodeWorker.sendMessageToWorker', callback?: (err: Error | null) => void): void; - /** - * Instructs the inspector to attach to running workers. Will also attach to new workers - * as they start - */ - post(method: 'NodeWorker.enable', params?: NodeWorker.EnableParameterType, callback?: (err: Error | null) => void): void; - post(method: 'NodeWorker.enable', callback?: (err: Error | null) => void): void; - /** - * Detaches from all running workers and disables attaching to new workers as they are started. - */ - post(method: 'NodeWorker.disable', callback?: (err: Error | null) => void): void; - /** - * Detached from the worker with given sessionId. - */ - post(method: 'NodeWorker.detach', params?: NodeWorker.DetachParameterType, callback?: (err: Error | null) => void): void; - post(method: 'NodeWorker.detach', callback?: (err: Error | null) => void): void; - /** - * Enable the `NodeRuntime.waitingForDisconnect`. - */ - post(method: 'NodeRuntime.notifyWhenWaitingForDisconnect', params?: NodeRuntime.NotifyWhenWaitingForDisconnectParameterType, callback?: (err: Error | null) => void): void; - post(method: 'NodeRuntime.notifyWhenWaitingForDisconnect', callback?: (err: Error | null) => void): void; - // Events - addListener(event: string, listener: (...args: any[]) => void): this; - /** - * Emitted when any notification from the V8 Inspector is received. - */ - addListener(event: 'inspectorNotification', listener: (message: InspectorNotification<{}>) => void): this; - /** - * Issued when new execution context is created. - */ - addListener(event: 'Runtime.executionContextCreated', listener: (message: InspectorNotification<Runtime.ExecutionContextCreatedEventDataType>) => void): this; - /** - * Issued when execution context is destroyed. - */ - addListener(event: 'Runtime.executionContextDestroyed', listener: (message: InspectorNotification<Runtime.ExecutionContextDestroyedEventDataType>) => void): this; - /** - * Issued when all executionContexts were cleared in browser - */ - addListener(event: 'Runtime.executionContextsCleared', listener: () => void): this; - /** - * Issued when exception was thrown and unhandled. - */ - addListener(event: 'Runtime.exceptionThrown', listener: (message: InspectorNotification<Runtime.ExceptionThrownEventDataType>) => void): this; - /** - * Issued when unhandled exception was revoked. - */ - addListener(event: 'Runtime.exceptionRevoked', listener: (message: InspectorNotification<Runtime.ExceptionRevokedEventDataType>) => void): this; - /** - * Issued when console API was called. - */ - addListener(event: 'Runtime.consoleAPICalled', listener: (message: InspectorNotification<Runtime.ConsoleAPICalledEventDataType>) => void): this; - /** - * Issued when object should be inspected (for example, as a result of inspect() command line API call). - */ - addListener(event: 'Runtime.inspectRequested', listener: (message: InspectorNotification<Runtime.InspectRequestedEventDataType>) => void): this; - /** - * Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger. - */ - addListener(event: 'Debugger.scriptParsed', listener: (message: InspectorNotification<Debugger.ScriptParsedEventDataType>) => void): this; - /** - * Fired when virtual machine fails to parse the script. - */ - addListener(event: 'Debugger.scriptFailedToParse', listener: (message: InspectorNotification<Debugger.ScriptFailedToParseEventDataType>) => void): this; - /** - * Fired when breakpoint is resolved to an actual script and location. - */ - addListener(event: 'Debugger.breakpointResolved', listener: (message: InspectorNotification<Debugger.BreakpointResolvedEventDataType>) => void): this; - /** - * Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria. - */ - addListener(event: 'Debugger.paused', listener: (message: InspectorNotification<Debugger.PausedEventDataType>) => void): this; - /** - * Fired when the virtual machine resumed execution. - */ - addListener(event: 'Debugger.resumed', listener: () => void): this; - /** - * Issued when new console message is added. - */ - addListener(event: 'Console.messageAdded', listener: (message: InspectorNotification<Console.MessageAddedEventDataType>) => void): this; - /** - * Sent when new profile recording is started using console.profile() call. - */ - addListener(event: 'Profiler.consoleProfileStarted', listener: (message: InspectorNotification<Profiler.ConsoleProfileStartedEventDataType>) => void): this; - addListener(event: 'Profiler.consoleProfileFinished', listener: (message: InspectorNotification<Profiler.ConsoleProfileFinishedEventDataType>) => void): this; - addListener(event: 'HeapProfiler.addHeapSnapshotChunk', listener: (message: InspectorNotification<HeapProfiler.AddHeapSnapshotChunkEventDataType>) => void): this; - addListener(event: 'HeapProfiler.resetProfiles', listener: () => void): this; - addListener(event: 'HeapProfiler.reportHeapSnapshotProgress', listener: (message: InspectorNotification<HeapProfiler.ReportHeapSnapshotProgressEventDataType>) => void): this; - /** - * If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event. - */ - addListener(event: 'HeapProfiler.lastSeenObjectId', listener: (message: InspectorNotification<HeapProfiler.LastSeenObjectIdEventDataType>) => void): this; - /** - * If heap objects tracking has been started then backend may send update for one or more fragments - */ - addListener(event: 'HeapProfiler.heapStatsUpdate', listener: (message: InspectorNotification<HeapProfiler.HeapStatsUpdateEventDataType>) => void): this; - /** - * Contains an bucket of collected trace events. - */ - addListener(event: 'NodeTracing.dataCollected', listener: (message: InspectorNotification<NodeTracing.DataCollectedEventDataType>) => void): this; - /** - * Signals that tracing is stopped and there is no trace buffers pending flush, all data were - * delivered via dataCollected events. - */ - addListener(event: 'NodeTracing.tracingComplete', listener: () => void): this; - /** - * Issued when attached to a worker. - */ - addListener(event: 'NodeWorker.attachedToWorker', listener: (message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>) => void): this; - /** - * Issued when detached from the worker. - */ - addListener(event: 'NodeWorker.detachedFromWorker', listener: (message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>) => void): this; - /** - * Notifies about a new protocol message received from the session - * (session ID is provided in attachedToWorker notification). - */ - addListener(event: 'NodeWorker.receivedMessageFromWorker', listener: (message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>) => void): this; - /** - * This event is fired instead of `Runtime.executionContextDestroyed` when - * enabled. - * It is fired when the Node process finished all code execution and is - * waiting for all frontends to disconnect. - */ - addListener(event: 'NodeRuntime.waitingForDisconnect', listener: () => void): this; - emit(event: string | symbol, ...args: any[]): boolean; - emit(event: 'inspectorNotification', message: InspectorNotification<{}>): boolean; - emit(event: 'Runtime.executionContextCreated', message: InspectorNotification<Runtime.ExecutionContextCreatedEventDataType>): boolean; - emit(event: 'Runtime.executionContextDestroyed', message: InspectorNotification<Runtime.ExecutionContextDestroyedEventDataType>): boolean; - emit(event: 'Runtime.executionContextsCleared'): boolean; - emit(event: 'Runtime.exceptionThrown', message: InspectorNotification<Runtime.ExceptionThrownEventDataType>): boolean; - emit(event: 'Runtime.exceptionRevoked', message: InspectorNotification<Runtime.ExceptionRevokedEventDataType>): boolean; - emit(event: 'Runtime.consoleAPICalled', message: InspectorNotification<Runtime.ConsoleAPICalledEventDataType>): boolean; - emit(event: 'Runtime.inspectRequested', message: InspectorNotification<Runtime.InspectRequestedEventDataType>): boolean; - emit(event: 'Debugger.scriptParsed', message: InspectorNotification<Debugger.ScriptParsedEventDataType>): boolean; - emit(event: 'Debugger.scriptFailedToParse', message: InspectorNotification<Debugger.ScriptFailedToParseEventDataType>): boolean; - emit(event: 'Debugger.breakpointResolved', message: InspectorNotification<Debugger.BreakpointResolvedEventDataType>): boolean; - emit(event: 'Debugger.paused', message: InspectorNotification<Debugger.PausedEventDataType>): boolean; - emit(event: 'Debugger.resumed'): boolean; - emit(event: 'Console.messageAdded', message: InspectorNotification<Console.MessageAddedEventDataType>): boolean; - emit(event: 'Profiler.consoleProfileStarted', message: InspectorNotification<Profiler.ConsoleProfileStartedEventDataType>): boolean; - emit(event: 'Profiler.consoleProfileFinished', message: InspectorNotification<Profiler.ConsoleProfileFinishedEventDataType>): boolean; - emit(event: 'HeapProfiler.addHeapSnapshotChunk', message: InspectorNotification<HeapProfiler.AddHeapSnapshotChunkEventDataType>): boolean; - emit(event: 'HeapProfiler.resetProfiles'): boolean; - emit(event: 'HeapProfiler.reportHeapSnapshotProgress', message: InspectorNotification<HeapProfiler.ReportHeapSnapshotProgressEventDataType>): boolean; - emit(event: 'HeapProfiler.lastSeenObjectId', message: InspectorNotification<HeapProfiler.LastSeenObjectIdEventDataType>): boolean; - emit(event: 'HeapProfiler.heapStatsUpdate', message: InspectorNotification<HeapProfiler.HeapStatsUpdateEventDataType>): boolean; - emit(event: 'NodeTracing.dataCollected', message: InspectorNotification<NodeTracing.DataCollectedEventDataType>): boolean; - emit(event: 'NodeTracing.tracingComplete'): boolean; - emit(event: 'NodeWorker.attachedToWorker', message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>): boolean; - emit(event: 'NodeWorker.detachedFromWorker', message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>): boolean; - emit(event: 'NodeWorker.receivedMessageFromWorker', message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>): boolean; - emit(event: 'NodeRuntime.waitingForDisconnect'): boolean; - on(event: string, listener: (...args: any[]) => void): this; - /** - * Emitted when any notification from the V8 Inspector is received. - */ - on(event: 'inspectorNotification', listener: (message: InspectorNotification<{}>) => void): this; - /** - * Issued when new execution context is created. - */ - on(event: 'Runtime.executionContextCreated', listener: (message: InspectorNotification<Runtime.ExecutionContextCreatedEventDataType>) => void): this; - /** - * Issued when execution context is destroyed. - */ - on(event: 'Runtime.executionContextDestroyed', listener: (message: InspectorNotification<Runtime.ExecutionContextDestroyedEventDataType>) => void): this; - /** - * Issued when all executionContexts were cleared in browser - */ - on(event: 'Runtime.executionContextsCleared', listener: () => void): this; - /** - * Issued when exception was thrown and unhandled. - */ - on(event: 'Runtime.exceptionThrown', listener: (message: InspectorNotification<Runtime.ExceptionThrownEventDataType>) => void): this; - /** - * Issued when unhandled exception was revoked. - */ - on(event: 'Runtime.exceptionRevoked', listener: (message: InspectorNotification<Runtime.ExceptionRevokedEventDataType>) => void): this; - /** - * Issued when console API was called. - */ - on(event: 'Runtime.consoleAPICalled', listener: (message: InspectorNotification<Runtime.ConsoleAPICalledEventDataType>) => void): this; - /** - * Issued when object should be inspected (for example, as a result of inspect() command line API call). - */ - on(event: 'Runtime.inspectRequested', listener: (message: InspectorNotification<Runtime.InspectRequestedEventDataType>) => void): this; - /** - * Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger. - */ - on(event: 'Debugger.scriptParsed', listener: (message: InspectorNotification<Debugger.ScriptParsedEventDataType>) => void): this; - /** - * Fired when virtual machine fails to parse the script. - */ - on(event: 'Debugger.scriptFailedToParse', listener: (message: InspectorNotification<Debugger.ScriptFailedToParseEventDataType>) => void): this; - /** - * Fired when breakpoint is resolved to an actual script and location. - */ - on(event: 'Debugger.breakpointResolved', listener: (message: InspectorNotification<Debugger.BreakpointResolvedEventDataType>) => void): this; - /** - * Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria. - */ - on(event: 'Debugger.paused', listener: (message: InspectorNotification<Debugger.PausedEventDataType>) => void): this; - /** - * Fired when the virtual machine resumed execution. - */ - on(event: 'Debugger.resumed', listener: () => void): this; - /** - * Issued when new console message is added. - */ - on(event: 'Console.messageAdded', listener: (message: InspectorNotification<Console.MessageAddedEventDataType>) => void): this; - /** - * Sent when new profile recording is started using console.profile() call. - */ - on(event: 'Profiler.consoleProfileStarted', listener: (message: InspectorNotification<Profiler.ConsoleProfileStartedEventDataType>) => void): this; - on(event: 'Profiler.consoleProfileFinished', listener: (message: InspectorNotification<Profiler.ConsoleProfileFinishedEventDataType>) => void): this; - on(event: 'HeapProfiler.addHeapSnapshotChunk', listener: (message: InspectorNotification<HeapProfiler.AddHeapSnapshotChunkEventDataType>) => void): this; - on(event: 'HeapProfiler.resetProfiles', listener: () => void): this; - on(event: 'HeapProfiler.reportHeapSnapshotProgress', listener: (message: InspectorNotification<HeapProfiler.ReportHeapSnapshotProgressEventDataType>) => void): this; - /** - * If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event. - */ - on(event: 'HeapProfiler.lastSeenObjectId', listener: (message: InspectorNotification<HeapProfiler.LastSeenObjectIdEventDataType>) => void): this; - /** - * If heap objects tracking has been started then backend may send update for one or more fragments - */ - on(event: 'HeapProfiler.heapStatsUpdate', listener: (message: InspectorNotification<HeapProfiler.HeapStatsUpdateEventDataType>) => void): this; - /** - * Contains an bucket of collected trace events. - */ - on(event: 'NodeTracing.dataCollected', listener: (message: InspectorNotification<NodeTracing.DataCollectedEventDataType>) => void): this; - /** - * Signals that tracing is stopped and there is no trace buffers pending flush, all data were - * delivered via dataCollected events. - */ - on(event: 'NodeTracing.tracingComplete', listener: () => void): this; - /** - * Issued when attached to a worker. - */ - on(event: 'NodeWorker.attachedToWorker', listener: (message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>) => void): this; - /** - * Issued when detached from the worker. - */ - on(event: 'NodeWorker.detachedFromWorker', listener: (message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>) => void): this; - /** - * Notifies about a new protocol message received from the session - * (session ID is provided in attachedToWorker notification). - */ - on(event: 'NodeWorker.receivedMessageFromWorker', listener: (message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>) => void): this; - /** - * This event is fired instead of `Runtime.executionContextDestroyed` when - * enabled. - * It is fired when the Node process finished all code execution and is - * waiting for all frontends to disconnect. - */ - on(event: 'NodeRuntime.waitingForDisconnect', listener: () => void): this; - once(event: string, listener: (...args: any[]) => void): this; - /** - * Emitted when any notification from the V8 Inspector is received. - */ - once(event: 'inspectorNotification', listener: (message: InspectorNotification<{}>) => void): this; - /** - * Issued when new execution context is created. - */ - once(event: 'Runtime.executionContextCreated', listener: (message: InspectorNotification<Runtime.ExecutionContextCreatedEventDataType>) => void): this; - /** - * Issued when execution context is destroyed. - */ - once(event: 'Runtime.executionContextDestroyed', listener: (message: InspectorNotification<Runtime.ExecutionContextDestroyedEventDataType>) => void): this; - /** - * Issued when all executionContexts were cleared in browser - */ - once(event: 'Runtime.executionContextsCleared', listener: () => void): this; - /** - * Issued when exception was thrown and unhandled. - */ - once(event: 'Runtime.exceptionThrown', listener: (message: InspectorNotification<Runtime.ExceptionThrownEventDataType>) => void): this; - /** - * Issued when unhandled exception was revoked. - */ - once(event: 'Runtime.exceptionRevoked', listener: (message: InspectorNotification<Runtime.ExceptionRevokedEventDataType>) => void): this; - /** - * Issued when console API was called. - */ - once(event: 'Runtime.consoleAPICalled', listener: (message: InspectorNotification<Runtime.ConsoleAPICalledEventDataType>) => void): this; - /** - * Issued when object should be inspected (for example, as a result of inspect() command line API call). - */ - once(event: 'Runtime.inspectRequested', listener: (message: InspectorNotification<Runtime.InspectRequestedEventDataType>) => void): this; - /** - * Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger. - */ - once(event: 'Debugger.scriptParsed', listener: (message: InspectorNotification<Debugger.ScriptParsedEventDataType>) => void): this; - /** - * Fired when virtual machine fails to parse the script. - */ - once(event: 'Debugger.scriptFailedToParse', listener: (message: InspectorNotification<Debugger.ScriptFailedToParseEventDataType>) => void): this; - /** - * Fired when breakpoint is resolved to an actual script and location. - */ - once(event: 'Debugger.breakpointResolved', listener: (message: InspectorNotification<Debugger.BreakpointResolvedEventDataType>) => void): this; - /** - * Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria. - */ - once(event: 'Debugger.paused', listener: (message: InspectorNotification<Debugger.PausedEventDataType>) => void): this; - /** - * Fired when the virtual machine resumed execution. - */ - once(event: 'Debugger.resumed', listener: () => void): this; - /** - * Issued when new console message is added. - */ - once(event: 'Console.messageAdded', listener: (message: InspectorNotification<Console.MessageAddedEventDataType>) => void): this; - /** - * Sent when new profile recording is started using console.profile() call. - */ - once(event: 'Profiler.consoleProfileStarted', listener: (message: InspectorNotification<Profiler.ConsoleProfileStartedEventDataType>) => void): this; - once(event: 'Profiler.consoleProfileFinished', listener: (message: InspectorNotification<Profiler.ConsoleProfileFinishedEventDataType>) => void): this; - once(event: 'HeapProfiler.addHeapSnapshotChunk', listener: (message: InspectorNotification<HeapProfiler.AddHeapSnapshotChunkEventDataType>) => void): this; - once(event: 'HeapProfiler.resetProfiles', listener: () => void): this; - once(event: 'HeapProfiler.reportHeapSnapshotProgress', listener: (message: InspectorNotification<HeapProfiler.ReportHeapSnapshotProgressEventDataType>) => void): this; - /** - * If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event. - */ - once(event: 'HeapProfiler.lastSeenObjectId', listener: (message: InspectorNotification<HeapProfiler.LastSeenObjectIdEventDataType>) => void): this; - /** - * If heap objects tracking has been started then backend may send update for one or more fragments - */ - once(event: 'HeapProfiler.heapStatsUpdate', listener: (message: InspectorNotification<HeapProfiler.HeapStatsUpdateEventDataType>) => void): this; - /** - * Contains an bucket of collected trace events. - */ - once(event: 'NodeTracing.dataCollected', listener: (message: InspectorNotification<NodeTracing.DataCollectedEventDataType>) => void): this; - /** - * Signals that tracing is stopped and there is no trace buffers pending flush, all data were - * delivered via dataCollected events. - */ - once(event: 'NodeTracing.tracingComplete', listener: () => void): this; - /** - * Issued when attached to a worker. - */ - once(event: 'NodeWorker.attachedToWorker', listener: (message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>) => void): this; - /** - * Issued when detached from the worker. - */ - once(event: 'NodeWorker.detachedFromWorker', listener: (message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>) => void): this; - /** - * Notifies about a new protocol message received from the session - * (session ID is provided in attachedToWorker notification). - */ - once(event: 'NodeWorker.receivedMessageFromWorker', listener: (message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>) => void): this; - /** - * This event is fired instead of `Runtime.executionContextDestroyed` when - * enabled. - * It is fired when the Node process finished all code execution and is - * waiting for all frontends to disconnect. - */ - once(event: 'NodeRuntime.waitingForDisconnect', listener: () => void): this; - prependListener(event: string, listener: (...args: any[]) => void): this; - /** - * Emitted when any notification from the V8 Inspector is received. - */ - prependListener(event: 'inspectorNotification', listener: (message: InspectorNotification<{}>) => void): this; - /** - * Issued when new execution context is created. - */ - prependListener(event: 'Runtime.executionContextCreated', listener: (message: InspectorNotification<Runtime.ExecutionContextCreatedEventDataType>) => void): this; - /** - * Issued when execution context is destroyed. - */ - prependListener(event: 'Runtime.executionContextDestroyed', listener: (message: InspectorNotification<Runtime.ExecutionContextDestroyedEventDataType>) => void): this; - /** - * Issued when all executionContexts were cleared in browser - */ - prependListener(event: 'Runtime.executionContextsCleared', listener: () => void): this; - /** - * Issued when exception was thrown and unhandled. - */ - prependListener(event: 'Runtime.exceptionThrown', listener: (message: InspectorNotification<Runtime.ExceptionThrownEventDataType>) => void): this; - /** - * Issued when unhandled exception was revoked. - */ - prependListener(event: 'Runtime.exceptionRevoked', listener: (message: InspectorNotification<Runtime.ExceptionRevokedEventDataType>) => void): this; - /** - * Issued when console API was called. - */ - prependListener(event: 'Runtime.consoleAPICalled', listener: (message: InspectorNotification<Runtime.ConsoleAPICalledEventDataType>) => void): this; - /** - * Issued when object should be inspected (for example, as a result of inspect() command line API call). - */ - prependListener(event: 'Runtime.inspectRequested', listener: (message: InspectorNotification<Runtime.InspectRequestedEventDataType>) => void): this; - /** - * Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger. - */ - prependListener(event: 'Debugger.scriptParsed', listener: (message: InspectorNotification<Debugger.ScriptParsedEventDataType>) => void): this; - /** - * Fired when virtual machine fails to parse the script. - */ - prependListener(event: 'Debugger.scriptFailedToParse', listener: (message: InspectorNotification<Debugger.ScriptFailedToParseEventDataType>) => void): this; - /** - * Fired when breakpoint is resolved to an actual script and location. - */ - prependListener(event: 'Debugger.breakpointResolved', listener: (message: InspectorNotification<Debugger.BreakpointResolvedEventDataType>) => void): this; - /** - * Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria. - */ - prependListener(event: 'Debugger.paused', listener: (message: InspectorNotification<Debugger.PausedEventDataType>) => void): this; - /** - * Fired when the virtual machine resumed execution. - */ - prependListener(event: 'Debugger.resumed', listener: () => void): this; - /** - * Issued when new console message is added. - */ - prependListener(event: 'Console.messageAdded', listener: (message: InspectorNotification<Console.MessageAddedEventDataType>) => void): this; - /** - * Sent when new profile recording is started using console.profile() call. - */ - prependListener(event: 'Profiler.consoleProfileStarted', listener: (message: InspectorNotification<Profiler.ConsoleProfileStartedEventDataType>) => void): this; - prependListener(event: 'Profiler.consoleProfileFinished', listener: (message: InspectorNotification<Profiler.ConsoleProfileFinishedEventDataType>) => void): this; - prependListener(event: 'HeapProfiler.addHeapSnapshotChunk', listener: (message: InspectorNotification<HeapProfiler.AddHeapSnapshotChunkEventDataType>) => void): this; - prependListener(event: 'HeapProfiler.resetProfiles', listener: () => void): this; - prependListener(event: 'HeapProfiler.reportHeapSnapshotProgress', listener: (message: InspectorNotification<HeapProfiler.ReportHeapSnapshotProgressEventDataType>) => void): this; - /** - * If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event. - */ - prependListener(event: 'HeapProfiler.lastSeenObjectId', listener: (message: InspectorNotification<HeapProfiler.LastSeenObjectIdEventDataType>) => void): this; - /** - * If heap objects tracking has been started then backend may send update for one or more fragments - */ - prependListener(event: 'HeapProfiler.heapStatsUpdate', listener: (message: InspectorNotification<HeapProfiler.HeapStatsUpdateEventDataType>) => void): this; - /** - * Contains an bucket of collected trace events. - */ - prependListener(event: 'NodeTracing.dataCollected', listener: (message: InspectorNotification<NodeTracing.DataCollectedEventDataType>) => void): this; - /** - * Signals that tracing is stopped and there is no trace buffers pending flush, all data were - * delivered via dataCollected events. - */ - prependListener(event: 'NodeTracing.tracingComplete', listener: () => void): this; - /** - * Issued when attached to a worker. - */ - prependListener(event: 'NodeWorker.attachedToWorker', listener: (message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>) => void): this; - /** - * Issued when detached from the worker. - */ - prependListener(event: 'NodeWorker.detachedFromWorker', listener: (message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>) => void): this; - /** - * Notifies about a new protocol message received from the session - * (session ID is provided in attachedToWorker notification). - */ - prependListener(event: 'NodeWorker.receivedMessageFromWorker', listener: (message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>) => void): this; - /** - * This event is fired instead of `Runtime.executionContextDestroyed` when - * enabled. - * It is fired when the Node process finished all code execution and is - * waiting for all frontends to disconnect. - */ - prependListener(event: 'NodeRuntime.waitingForDisconnect', listener: () => void): this; - prependOnceListener(event: string, listener: (...args: any[]) => void): this; - /** - * Emitted when any notification from the V8 Inspector is received. - */ - prependOnceListener(event: 'inspectorNotification', listener: (message: InspectorNotification<{}>) => void): this; - /** - * Issued when new execution context is created. - */ - prependOnceListener(event: 'Runtime.executionContextCreated', listener: (message: InspectorNotification<Runtime.ExecutionContextCreatedEventDataType>) => void): this; - /** - * Issued when execution context is destroyed. - */ - prependOnceListener(event: 'Runtime.executionContextDestroyed', listener: (message: InspectorNotification<Runtime.ExecutionContextDestroyedEventDataType>) => void): this; - /** - * Issued when all executionContexts were cleared in browser - */ - prependOnceListener(event: 'Runtime.executionContextsCleared', listener: () => void): this; - /** - * Issued when exception was thrown and unhandled. - */ - prependOnceListener(event: 'Runtime.exceptionThrown', listener: (message: InspectorNotification<Runtime.ExceptionThrownEventDataType>) => void): this; - /** - * Issued when unhandled exception was revoked. - */ - prependOnceListener(event: 'Runtime.exceptionRevoked', listener: (message: InspectorNotification<Runtime.ExceptionRevokedEventDataType>) => void): this; - /** - * Issued when console API was called. - */ - prependOnceListener(event: 'Runtime.consoleAPICalled', listener: (message: InspectorNotification<Runtime.ConsoleAPICalledEventDataType>) => void): this; - /** - * Issued when object should be inspected (for example, as a result of inspect() command line API call). - */ - prependOnceListener(event: 'Runtime.inspectRequested', listener: (message: InspectorNotification<Runtime.InspectRequestedEventDataType>) => void): this; - /** - * Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger. - */ - prependOnceListener(event: 'Debugger.scriptParsed', listener: (message: InspectorNotification<Debugger.ScriptParsedEventDataType>) => void): this; - /** - * Fired when virtual machine fails to parse the script. - */ - prependOnceListener(event: 'Debugger.scriptFailedToParse', listener: (message: InspectorNotification<Debugger.ScriptFailedToParseEventDataType>) => void): this; - /** - * Fired when breakpoint is resolved to an actual script and location. - */ - prependOnceListener(event: 'Debugger.breakpointResolved', listener: (message: InspectorNotification<Debugger.BreakpointResolvedEventDataType>) => void): this; - /** - * Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria. - */ - prependOnceListener(event: 'Debugger.paused', listener: (message: InspectorNotification<Debugger.PausedEventDataType>) => void): this; - /** - * Fired when the virtual machine resumed execution. - */ - prependOnceListener(event: 'Debugger.resumed', listener: () => void): this; - /** - * Issued when new console message is added. - */ - prependOnceListener(event: 'Console.messageAdded', listener: (message: InspectorNotification<Console.MessageAddedEventDataType>) => void): this; - /** - * Sent when new profile recording is started using console.profile() call. - */ - prependOnceListener(event: 'Profiler.consoleProfileStarted', listener: (message: InspectorNotification<Profiler.ConsoleProfileStartedEventDataType>) => void): this; - prependOnceListener(event: 'Profiler.consoleProfileFinished', listener: (message: InspectorNotification<Profiler.ConsoleProfileFinishedEventDataType>) => void): this; - prependOnceListener(event: 'HeapProfiler.addHeapSnapshotChunk', listener: (message: InspectorNotification<HeapProfiler.AddHeapSnapshotChunkEventDataType>) => void): this; - prependOnceListener(event: 'HeapProfiler.resetProfiles', listener: () => void): this; - prependOnceListener(event: 'HeapProfiler.reportHeapSnapshotProgress', listener: (message: InspectorNotification<HeapProfiler.ReportHeapSnapshotProgressEventDataType>) => void): this; - /** - * If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event. - */ - prependOnceListener(event: 'HeapProfiler.lastSeenObjectId', listener: (message: InspectorNotification<HeapProfiler.LastSeenObjectIdEventDataType>) => void): this; - /** - * If heap objects tracking has been started then backend may send update for one or more fragments - */ - prependOnceListener(event: 'HeapProfiler.heapStatsUpdate', listener: (message: InspectorNotification<HeapProfiler.HeapStatsUpdateEventDataType>) => void): this; - /** - * Contains an bucket of collected trace events. - */ - prependOnceListener(event: 'NodeTracing.dataCollected', listener: (message: InspectorNotification<NodeTracing.DataCollectedEventDataType>) => void): this; - /** - * Signals that tracing is stopped and there is no trace buffers pending flush, all data were - * delivered via dataCollected events. - */ - prependOnceListener(event: 'NodeTracing.tracingComplete', listener: () => void): this; - /** - * Issued when attached to a worker. - */ - prependOnceListener(event: 'NodeWorker.attachedToWorker', listener: (message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>) => void): this; - /** - * Issued when detached from the worker. - */ - prependOnceListener(event: 'NodeWorker.detachedFromWorker', listener: (message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>) => void): this; - /** - * Notifies about a new protocol message received from the session - * (session ID is provided in attachedToWorker notification). - */ - prependOnceListener(event: 'NodeWorker.receivedMessageFromWorker', listener: (message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>) => void): this; - /** - * This event is fired instead of `Runtime.executionContextDestroyed` when - * enabled. - * It is fired when the Node process finished all code execution and is - * waiting for all frontends to disconnect. - */ - prependOnceListener(event: 'NodeRuntime.waitingForDisconnect', listener: () => void): this; - } - /** - * Activate inspector on host and port. Equivalent to`node --inspect=[[host:]port]`, but can be done programmatically after node has - * started. - * - * If wait is `true`, will block until a client has connected to the inspect port - * and flow control has been passed to the debugger client. - * - * See the `security warning` regarding the `host`parameter usage. - * @param [port='what was specified on the CLI'] Port to listen on for inspector connections. Optional. - * @param [host='what was specified on the CLI'] Host to listen on for inspector connections. Optional. - * @param [wait=false] Block until a client has connected. Optional. - */ - function open(port?: number, host?: string, wait?: boolean): void; - /** - * Deactivate the inspector. Blocks until there are no active connections. - */ - function close(): void; - /** - * Return the URL of the active inspector, or `undefined` if there is none. - * - * ```console - * $ node --inspect -p 'inspector.url()' - * Debugger listening on ws://127.0.0.1:9229/166e272e-7a30-4d09-97ce-f1c012b43c34 - * For help, see: https://nodejs.org/en/docs/inspector - * ws://127.0.0.1:9229/166e272e-7a30-4d09-97ce-f1c012b43c34 - * - * $ node --inspect=localhost:3000 -p 'inspector.url()' - * Debugger listening on ws://localhost:3000/51cf8d0e-3c36-4c59-8efd-54519839e56a - * For help, see: https://nodejs.org/en/docs/inspector - * ws://localhost:3000/51cf8d0e-3c36-4c59-8efd-54519839e56a - * - * $ node -p 'inspector.url()' - * undefined - * ``` - */ - function url(): string | undefined; - /** - * Blocks until a client (existing or connected later) has sent`Runtime.runIfWaitingForDebugger` command. - * - * An exception will be thrown if there is no active inspector. - * @since v12.7.0 - */ - function waitForDebugger(): void; -} -/** - * The inspector module provides an API for interacting with the V8 inspector. - */ -declare module 'node:inspector' { - import inspector = require('inspector'); - export = inspector; -} diff --git a/software/flow/node_modules/@types/node/module.d.ts b/software/flow/node_modules/@types/node/module.d.ts deleted file mode 100755 index 5a60a5f..0000000 --- a/software/flow/node_modules/@types/node/module.d.ts +++ /dev/null @@ -1,115 +0,0 @@ -/** - * @since v0.3.7 - */ -declare module 'module' { - import { URL } from 'node:url'; - namespace Module { - /** - * The `module.syncBuiltinESMExports()` method updates all the live bindings for - * builtin `ES Modules` to match the properties of the `CommonJS` exports. It - * does not add or remove exported names from the `ES Modules`. - * - * ```js - * const fs = require('fs'); - * const assert = require('assert'); - * const { syncBuiltinESMExports } = require('module'); - * - * fs.readFile = newAPI; - * - * delete fs.readFileSync; - * - * function newAPI() { - * // ... - * } - * - * fs.newAPI = newAPI; - * - * syncBuiltinESMExports(); - * - * import('fs').then((esmFS) => { - * // It syncs the existing readFile property with the new value - * assert.strictEqual(esmFS.readFile, newAPI); - * // readFileSync has been deleted from the required fs - * assert.strictEqual('readFileSync' in fs, false); - * // syncBuiltinESMExports() does not remove readFileSync from esmFS - * assert.strictEqual('readFileSync' in esmFS, true); - * // syncBuiltinESMExports() does not add names - * assert.strictEqual(esmFS.newAPI, undefined); - * }); - * ``` - * @since v12.12.0 - */ - function syncBuiltinESMExports(): void; - /** - * `path` is the resolved path for the file for which a corresponding source map - * should be fetched. - * @since v13.7.0, v12.17.0 - */ - function findSourceMap(path: string, error?: Error): SourceMap; - interface SourceMapPayload { - file: string; - version: number; - sources: string[]; - sourcesContent: string[]; - names: string[]; - mappings: string; - sourceRoot: string; - } - interface SourceMapping { - generatedLine: number; - generatedColumn: number; - originalSource: string; - originalLine: number; - originalColumn: number; - } - /** - * @since v13.7.0, v12.17.0 - */ - class SourceMap { - /** - * Getter for the payload used to construct the `SourceMap` instance. - */ - readonly payload: SourceMapPayload; - constructor(payload: SourceMapPayload); - /** - * Given a line number and column number in the generated source file, returns - * an object representing the position in the original file. The object returned - * consists of the following keys: - */ - findEntry(line: number, column: number): SourceMapping; - } - } - interface Module extends NodeModule {} - class Module { - static runMain(): void; - static wrap(code: string): string; - static createRequire(path: string | URL): NodeRequire; - static builtinModules: string[]; - static isBuiltin(moduleName: string): boolean; - static Module: typeof Module; - constructor(id: string, parent?: Module); - } - global { - interface ImportMeta { - url: string; - /** - * @experimental - * This feature is only available with the `--experimental-import-meta-resolve` - * command flag enabled. - * - * Provides a module-relative resolution function scoped to each module, returning - * the URL string. - * - * @param specified The module specifier to resolve relative to `parent`. - * @param parent The absolute parent module URL to resolve from. If none - * is specified, the value of `import.meta.url` is used as the default. - */ - resolve?(specified: string, parent?: string | URL): Promise<string>; - } - } - export = Module; -} -declare module 'node:module' { - import module = require('module'); - export = module; -} diff --git a/software/flow/node_modules/@types/node/net.d.ts b/software/flow/node_modules/@types/node/net.d.ts deleted file mode 100755 index 056407c..0000000 --- a/software/flow/node_modules/@types/node/net.d.ts +++ /dev/null @@ -1,877 +0,0 @@ -/** - * > Stability: 2 - Stable - * - * The `net` module provides an asynchronous network API for creating stream-based - * TCP or `IPC` servers ({@link createServer}) and clients - * ({@link createConnection}). - * - * It can be accessed using: - * - * ```js - * const net = require('net'); - * ``` - * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/net.js) - */ -declare module 'net' { - import * as stream from 'node:stream'; - import { Abortable, EventEmitter } from 'node:events'; - import * as dns from 'node:dns'; - type LookupFunction = (hostname: string, options: dns.LookupOneOptions, callback: (err: NodeJS.ErrnoException | null, address: string, family: number) => void) => void; - interface AddressInfo { - address: string; - family: string; - port: number; - } - interface SocketConstructorOpts { - fd?: number | undefined; - allowHalfOpen?: boolean | undefined; - readable?: boolean | undefined; - writable?: boolean | undefined; - signal?: AbortSignal; - } - interface OnReadOpts { - buffer: Uint8Array | (() => Uint8Array); - /** - * This function is called for every chunk of incoming data. - * Two arguments are passed to it: the number of bytes written to buffer and a reference to buffer. - * Return false from this function to implicitly pause() the socket. - */ - callback(bytesWritten: number, buf: Uint8Array): boolean; - } - interface ConnectOpts { - /** - * If specified, incoming data is stored in a single buffer and passed to the supplied callback when data arrives on the socket. - * Note: this will cause the streaming functionality to not provide any data, however events like 'error', 'end', and 'close' will - * still be emitted as normal and methods like pause() and resume() will also behave as expected. - */ - onread?: OnReadOpts | undefined; - } - interface TcpSocketConnectOpts extends ConnectOpts { - port: number; - host?: string | undefined; - localAddress?: string | undefined; - localPort?: number | undefined; - hints?: number | undefined; - family?: number | undefined; - lookup?: LookupFunction | undefined; - noDelay?: boolean | undefined; - keepAlive?: boolean | undefined; - keepAliveInitialDelay?: number | undefined; - /** - * @since v18.13.0 - */ - autoSelectFamily?: boolean | undefined; - /** - * @since v18.13.0 - */ - autoSelectFamilyAttemptTimeout?: number | undefined; - } - interface IpcSocketConnectOpts extends ConnectOpts { - path: string; - } - type SocketConnectOpts = TcpSocketConnectOpts | IpcSocketConnectOpts; - type SocketReadyState = 'opening' | 'open' | 'readOnly' | 'writeOnly' | 'closed'; - /** - * This class is an abstraction of a TCP socket or a streaming `IPC` endpoint - * (uses named pipes on Windows, and Unix domain sockets otherwise). It is also - * an `EventEmitter`. - * - * A `net.Socket` can be created by the user and used directly to interact with - * a server. For example, it is returned by {@link createConnection}, - * so the user can use it to talk to the server. - * - * It can also be created by Node.js and passed to the user when a connection - * is received. For example, it is passed to the listeners of a `'connection'` event emitted on a {@link Server}, so the user can use - * it to interact with the client. - * @since v0.3.4 - */ - class Socket extends stream.Duplex { - constructor(options?: SocketConstructorOpts); - /** - * Sends data on the socket. The second parameter specifies the encoding in the - * case of a string. It defaults to UTF8 encoding. - * - * Returns `true` if the entire data was flushed successfully to the kernel - * buffer. Returns `false` if all or part of the data was queued in user memory.`'drain'` will be emitted when the buffer is again free. - * - * The optional `callback` parameter will be executed when the data is finally - * written out, which may not be immediately. - * - * See `Writable` stream `write()` method for more - * information. - * @since v0.1.90 - * @param [encoding='utf8'] Only used when data is `string`. - */ - write(buffer: Uint8Array | string, cb?: (err?: Error) => void): boolean; - write(str: Uint8Array | string, encoding?: BufferEncoding, cb?: (err?: Error) => void): boolean; - /** - * Initiate a connection on a given socket. - * - * Possible signatures: - * - * * `socket.connect(options[, connectListener])` - * * `socket.connect(path[, connectListener])` for `IPC` connections. - * * `socket.connect(port[, host][, connectListener])` for TCP connections. - * * Returns: `net.Socket` The socket itself. - * - * This function is asynchronous. When the connection is established, the `'connect'` event will be emitted. If there is a problem connecting, - * instead of a `'connect'` event, an `'error'` event will be emitted with - * the error passed to the `'error'` listener. - * The last parameter `connectListener`, if supplied, will be added as a listener - * for the `'connect'` event **once**. - * - * This function should only be used for reconnecting a socket after`'close'` has been emitted or otherwise it may lead to undefined - * behavior. - */ - connect(options: SocketConnectOpts, connectionListener?: () => void): this; - connect(port: number, host: string, connectionListener?: () => void): this; - connect(port: number, connectionListener?: () => void): this; - connect(path: string, connectionListener?: () => void): this; - /** - * Set the encoding for the socket as a `Readable Stream`. See `readable.setEncoding()` for more information. - * @since v0.1.90 - * @return The socket itself. - */ - setEncoding(encoding?: BufferEncoding): this; - /** - * Pauses the reading of data. That is, `'data'` events will not be emitted. - * Useful to throttle back an upload. - * @return The socket itself. - */ - pause(): this; - /** - * Close the TCP connection by sending an RST packet and destroy the stream. - * If this TCP socket is in connecting status, it will send an RST packet - * and destroy this TCP socket once it is connected. Otherwise, it will call - * `socket.destroy` with an `ERR_SOCKET_CLOSED` Error. If this is not a TCP socket - * (for example, a pipe), calling this method will immediately throw - * an `ERR_INVALID_HANDLE_TYPE` Error. - * @since v18.3.0 - * @return The socket itself. - */ - resetAndDestroy(): this; - /** - * Resumes reading after a call to `socket.pause()`. - * @return The socket itself. - */ - resume(): this; - /** - * Sets the socket to timeout after `timeout` milliseconds of inactivity on - * the socket. By default `net.Socket` do not have a timeout. - * - * When an idle timeout is triggered the socket will receive a `'timeout'` event but the connection will not be severed. The user must manually call `socket.end()` or `socket.destroy()` to - * end the connection. - * - * ```js - * socket.setTimeout(3000); - * socket.on('timeout', () => { - * console.log('socket timeout'); - * socket.end(); - * }); - * ``` - * - * If `timeout` is 0, then the existing idle timeout is disabled. - * - * The optional `callback` parameter will be added as a one-time listener for the `'timeout'` event. - * @since v0.1.90 - * @return The socket itself. - */ - setTimeout(timeout: number, callback?: () => void): this; - /** - * Enable/disable the use of Nagle's algorithm. - * - * When a TCP connection is created, it will have Nagle's algorithm enabled. - * - * Nagle's algorithm delays data before it is sent via the network. It attempts - * to optimize throughput at the expense of latency. - * - * Passing `true` for `noDelay` or not passing an argument will disable Nagle's - * algorithm for the socket. Passing `false` for `noDelay` will enable Nagle's - * algorithm. - * @since v0.1.90 - * @param [noDelay=true] - * @return The socket itself. - */ - setNoDelay(noDelay?: boolean): this; - /** - * Enable/disable keep-alive functionality, and optionally set the initial - * delay before the first keepalive probe is sent on an idle socket. - * - * Set `initialDelay` (in milliseconds) to set the delay between the last - * data packet received and the first keepalive probe. Setting `0` for`initialDelay` will leave the value unchanged from the default - * (or previous) setting. - * - * Enabling the keep-alive functionality will set the following socket options: - * - * * `SO_KEEPALIVE=1` - * * `TCP_KEEPIDLE=initialDelay` - * * `TCP_KEEPCNT=10` - * * `TCP_KEEPINTVL=1` - * @since v0.1.92 - * @param [enable=false] - * @param [initialDelay=0] - * @return The socket itself. - */ - setKeepAlive(enable?: boolean, initialDelay?: number): this; - /** - * Returns the bound `address`, the address `family` name and `port` of the - * socket as reported by the operating system:`{ port: 12346, family: 'IPv4', address: '127.0.0.1' }` - * @since v0.1.90 - */ - address(): AddressInfo | {}; - /** - * Calling `unref()` on a socket will allow the program to exit if this is the only - * active socket in the event system. If the socket is already `unref`ed calling`unref()` again will have no effect. - * @since v0.9.1 - * @return The socket itself. - */ - unref(): this; - /** - * Opposite of `unref()`, calling `ref()` on a previously `unref`ed socket will _not_ let the program exit if it's the only socket left (the default behavior). - * If the socket is `ref`ed calling `ref` again will have no effect. - * @since v0.9.1 - * @return The socket itself. - */ - ref(): this; - /** - * This property shows the number of characters buffered for writing. The buffer - * may contain strings whose length after encoding is not yet known. So this number - * is only an approximation of the number of bytes in the buffer. - * - * `net.Socket` has the property that `socket.write()` always works. This is to - * help users get up and running quickly. The computer cannot always keep up - * with the amount of data that is written to a socket. The network connection - * simply might be too slow. Node.js will internally queue up the data written to a - * socket and send it out over the wire when it is possible. - * - * The consequence of this internal buffering is that memory may grow. - * Users who experience large or growing `bufferSize` should attempt to - * "throttle" the data flows in their program with `socket.pause()` and `socket.resume()`. - * @since v0.3.8 - * @deprecated Since v14.6.0 - Use `writableLength` instead. - */ - readonly bufferSize: number; - /** - * The amount of received bytes. - * @since v0.5.3 - */ - readonly bytesRead: number; - /** - * The amount of bytes sent. - * @since v0.5.3 - */ - readonly bytesWritten: number; - /** - * If `true`,`socket.connect(options[, connectListener])` was - * called and has not yet finished. It will stay `true` until the socket becomes - * connected, then it is set to `false` and the `'connect'` event is emitted. Note - * that the `socket.connect(options[, connectListener])` callback is a listener for the `'connect'` event. - * @since v6.1.0 - */ - readonly connecting: boolean; - /** - * See `writable.destroyed` for further details. - */ - readonly destroyed: boolean; - /** - * The string representation of the local IP address the remote client is - * connecting on. For example, in a server listening on `'0.0.0.0'`, if a client - * connects on `'192.168.1.1'`, the value of `socket.localAddress` would be`'192.168.1.1'`. - * @since v0.9.6 - */ - readonly localAddress?: string; - /** - * The numeric representation of the local port. For example, `80` or `21`. - * @since v0.9.6 - */ - readonly localPort?: number; - /** - * The string representation of the local IP family. `'IPv4'` or `'IPv6'`. - * @since v18.8.0 - */ - readonly localFamily?: string; - /** - * This property represents the state of the connection as a string. - * @see {https://nodejs.org/api/net.html#socketreadystate} - * @since v0.5.0 - */ - readonly readyState: SocketReadyState; - /** - * The string representation of the remote IP address. For example,`'74.125.127.100'` or `'2001:4860:a005::68'`. Value may be `undefined` if - * the socket is destroyed (for example, if the client disconnected). - * @since v0.5.10 - */ - readonly remoteAddress?: string | undefined; - /** - * The string representation of the remote IP family. `'IPv4'` or `'IPv6'`. - * @since v0.11.14 - */ - readonly remoteFamily?: string | undefined; - /** - * The numeric representation of the remote port. For example, `80` or `21`. - * @since v0.5.10 - */ - readonly remotePort?: number | undefined; - /** - * The socket timeout in milliseconds as set by socket.setTimeout(). It is undefined if a timeout has not been set. - * @since v10.7.0 - */ - readonly timeout?: number | undefined; - /** - * Half-closes the socket. i.e., it sends a FIN packet. It is possible the - * server will still send some data. - * - * See `writable.end()` for further details. - * @since v0.1.90 - * @param [encoding='utf8'] Only used when data is `string`. - * @param callback Optional callback for when the socket is finished. - * @return The socket itself. - */ - end(callback?: () => void): this; - end(buffer: Uint8Array | string, callback?: () => void): this; - end(str: Uint8Array | string, encoding?: BufferEncoding, callback?: () => void): this; - /** - * events.EventEmitter - * 1. close - * 2. connect - * 3. data - * 4. drain - * 5. end - * 6. error - * 7. lookup - * 8. ready - * 9. timeout - */ - addListener(event: string, listener: (...args: any[]) => void): this; - addListener(event: 'close', listener: (hadError: boolean) => void): this; - addListener(event: 'connect', listener: () => void): this; - addListener(event: 'data', listener: (data: Buffer) => void): this; - addListener(event: 'drain', listener: () => void): this; - addListener(event: 'end', listener: () => void): this; - addListener(event: 'error', listener: (err: Error) => void): this; - addListener(event: 'lookup', listener: (err: Error, address: string, family: string | number, host: string) => void): this; - addListener(event: 'ready', listener: () => void): this; - addListener(event: 'timeout', listener: () => void): this; - emit(event: string | symbol, ...args: any[]): boolean; - emit(event: 'close', hadError: boolean): boolean; - emit(event: 'connect'): boolean; - emit(event: 'data', data: Buffer): boolean; - emit(event: 'drain'): boolean; - emit(event: 'end'): boolean; - emit(event: 'error', err: Error): boolean; - emit(event: 'lookup', err: Error, address: string, family: string | number, host: string): boolean; - emit(event: 'ready'): boolean; - emit(event: 'timeout'): boolean; - on(event: string, listener: (...args: any[]) => void): this; - on(event: 'close', listener: (hadError: boolean) => void): this; - on(event: 'connect', listener: () => void): this; - on(event: 'data', listener: (data: Buffer) => void): this; - on(event: 'drain', listener: () => void): this; - on(event: 'end', listener: () => void): this; - on(event: 'error', listener: (err: Error) => void): this; - on(event: 'lookup', listener: (err: Error, address: string, family: string | number, host: string) => void): this; - on(event: 'ready', listener: () => void): this; - on(event: 'timeout', listener: () => void): this; - once(event: string, listener: (...args: any[]) => void): this; - once(event: 'close', listener: (hadError: boolean) => void): this; - once(event: 'connect', listener: () => void): this; - once(event: 'data', listener: (data: Buffer) => void): this; - once(event: 'drain', listener: () => void): this; - once(event: 'end', listener: () => void): this; - once(event: 'error', listener: (err: Error) => void): this; - once(event: 'lookup', listener: (err: Error, address: string, family: string | number, host: string) => void): this; - once(event: 'ready', listener: () => void): this; - once(event: 'timeout', listener: () => void): this; - prependListener(event: string, listener: (...args: any[]) => void): this; - prependListener(event: 'close', listener: (hadError: boolean) => void): this; - prependListener(event: 'connect', listener: () => void): this; - prependListener(event: 'data', listener: (data: Buffer) => void): this; - prependListener(event: 'drain', listener: () => void): this; - prependListener(event: 'end', listener: () => void): this; - prependListener(event: 'error', listener: (err: Error) => void): this; - prependListener(event: 'lookup', listener: (err: Error, address: string, family: string | number, host: string) => void): this; - prependListener(event: 'ready', listener: () => void): this; - prependListener(event: 'timeout', listener: () => void): this; - prependOnceListener(event: string, listener: (...args: any[]) => void): this; - prependOnceListener(event: 'close', listener: (hadError: boolean) => void): this; - prependOnceListener(event: 'connect', listener: () => void): this; - prependOnceListener(event: 'data', listener: (data: Buffer) => void): this; - prependOnceListener(event: 'drain', listener: () => void): this; - prependOnceListener(event: 'end', listener: () => void): this; - prependOnceListener(event: 'error', listener: (err: Error) => void): this; - prependOnceListener(event: 'lookup', listener: (err: Error, address: string, family: string | number, host: string) => void): this; - prependOnceListener(event: 'ready', listener: () => void): this; - prependOnceListener(event: 'timeout', listener: () => void): this; - } - interface ListenOptions extends Abortable { - port?: number | undefined; - host?: string | undefined; - backlog?: number | undefined; - path?: string | undefined; - exclusive?: boolean | undefined; - readableAll?: boolean | undefined; - writableAll?: boolean | undefined; - /** - * @default false - */ - ipv6Only?: boolean | undefined; - } - interface ServerOpts { - /** - * Indicates whether half-opened TCP connections are allowed. - * @default false - */ - allowHalfOpen?: boolean | undefined; - /** - * Indicates whether the socket should be paused on incoming connections. - * @default false - */ - pauseOnConnect?: boolean | undefined; - /** - * If set to `true`, it disables the use of Nagle's algorithm immediately after a new incoming connection is received. - * @default false - * @since v16.5.0 - */ - noDelay?: boolean | undefined; - /** - * If set to `true`, it enables keep-alive functionality on the socket immediately after a new incoming connection is received, - * similarly on what is done in `socket.setKeepAlive([enable][, initialDelay])`. - * @default false - * @since v16.5.0 - */ - keepAlive?: boolean | undefined; - /** - * If set to a positive number, it sets the initial delay before the first keepalive probe is sent on an idle socket. - * @default 0 - * @since v16.5.0 - */ - keepAliveInitialDelay?: number | undefined; - } - interface DropArgument { - localAddress?: string; - localPort?: number; - localFamily?: string; - remoteAddress?: string; - remotePort?: number; - remoteFamily?: string; - } - /** - * This class is used to create a TCP or `IPC` server. - * @since v0.1.90 - */ - class Server extends EventEmitter { - constructor(connectionListener?: (socket: Socket) => void); - constructor(options?: ServerOpts, connectionListener?: (socket: Socket) => void); - /** - * Start a server listening for connections. A `net.Server` can be a TCP or - * an `IPC` server depending on what it listens to. - * - * Possible signatures: - * - * * `server.listen(handle[, backlog][, callback])` - * * `server.listen(options[, callback])` - * * `server.listen(path[, backlog][, callback])` for `IPC` servers - * * `server.listen([port[, host[, backlog]]][, callback])` for TCP servers - * - * This function is asynchronous. When the server starts listening, the `'listening'` event will be emitted. The last parameter `callback`will be added as a listener for the `'listening'` - * event. - * - * All `listen()` methods can take a `backlog` parameter to specify the maximum - * length of the queue of pending connections. The actual length will be determined - * by the OS through sysctl settings such as `tcp_max_syn_backlog` and `somaxconn`on Linux. The default value of this parameter is 511 (not 512). - * - * All {@link Socket} are set to `SO_REUSEADDR` (see [`socket(7)`](https://man7.org/linux/man-pages/man7/socket.7.html) for - * details). - * - * The `server.listen()` method can be called again if and only if there was an - * error during the first `server.listen()` call or `server.close()` has been - * called. Otherwise, an `ERR_SERVER_ALREADY_LISTEN` error will be thrown. - * - * One of the most common errors raised when listening is `EADDRINUSE`. - * This happens when another server is already listening on the requested`port`/`path`/`handle`. One way to handle this would be to retry - * after a certain amount of time: - * - * ```js - * server.on('error', (e) => { - * if (e.code === 'EADDRINUSE') { - * console.log('Address in use, retrying...'); - * setTimeout(() => { - * server.close(); - * server.listen(PORT, HOST); - * }, 1000); - * } - * }); - * ``` - */ - listen(port?: number, hostname?: string, backlog?: number, listeningListener?: () => void): this; - listen(port?: number, hostname?: string, listeningListener?: () => void): this; - listen(port?: number, backlog?: number, listeningListener?: () => void): this; - listen(port?: number, listeningListener?: () => void): this; - listen(path: string, backlog?: number, listeningListener?: () => void): this; - listen(path: string, listeningListener?: () => void): this; - listen(options: ListenOptions, listeningListener?: () => void): this; - listen(handle: any, backlog?: number, listeningListener?: () => void): this; - listen(handle: any, listeningListener?: () => void): this; - /** - * Stops the server from accepting new connections and keeps existing - * connections. This function is asynchronous, the server is finally closed - * when all connections are ended and the server emits a `'close'` event. - * The optional `callback` will be called once the `'close'` event occurs. Unlike - * that event, it will be called with an `Error` as its only argument if the server - * was not open when it was closed. - * @since v0.1.90 - * @param callback Called when the server is closed. - */ - close(callback?: (err?: Error) => void): this; - /** - * Returns the bound `address`, the address `family` name, and `port` of the server - * as reported by the operating system if listening on an IP socket - * (useful to find which port was assigned when getting an OS-assigned address):`{ port: 12346, family: 'IPv4', address: '127.0.0.1' }`. - * - * For a server listening on a pipe or Unix domain socket, the name is returned - * as a string. - * - * ```js - * const server = net.createServer((socket) => { - * socket.end('goodbye\n'); - * }).on('error', (err) => { - * // Handle errors here. - * throw err; - * }); - * - * // Grab an arbitrary unused port. - * server.listen(() => { - * console.log('opened server on', server.address()); - * }); - * ``` - * - * `server.address()` returns `null` before the `'listening'` event has been - * emitted or after calling `server.close()`. - * @since v0.1.90 - */ - address(): AddressInfo | string | null; - /** - * Asynchronously get the number of concurrent connections on the server. Works - * when sockets were sent to forks. - * - * Callback should take two arguments `err` and `count`. - * @since v0.9.7 - */ - getConnections(cb: (error: Error | null, count: number) => void): void; - /** - * Opposite of `unref()`, calling `ref()` on a previously `unref`ed server will _not_ let the program exit if it's the only server left (the default behavior). - * If the server is `ref`ed calling `ref()` again will have no effect. - * @since v0.9.1 - */ - ref(): this; - /** - * Calling `unref()` on a server will allow the program to exit if this is the only - * active server in the event system. If the server is already `unref`ed calling`unref()` again will have no effect. - * @since v0.9.1 - */ - unref(): this; - /** - * Set this property to reject connections when the server's connection count gets - * high. - * - * It is not recommended to use this option once a socket has been sent to a child - * with `child_process.fork()`. - * @since v0.2.0 - */ - maxConnections: number; - connections: number; - /** - * Indicates whether or not the server is listening for connections. - * @since v5.7.0 - */ - listening: boolean; - /** - * events.EventEmitter - * 1. close - * 2. connection - * 3. error - * 4. listening - * 5. drop - */ - addListener(event: string, listener: (...args: any[]) => void): this; - addListener(event: 'close', listener: () => void): this; - addListener(event: 'connection', listener: (socket: Socket) => void): this; - addListener(event: 'error', listener: (err: Error) => void): this; - addListener(event: 'listening', listener: () => void): this; - addListener(event: 'drop', listener: (data?: DropArgument) => void): this; - emit(event: string | symbol, ...args: any[]): boolean; - emit(event: 'close'): boolean; - emit(event: 'connection', socket: Socket): boolean; - emit(event: 'error', err: Error): boolean; - emit(event: 'listening'): boolean; - emit(event: 'drop', data?: DropArgument): boolean; - on(event: string, listener: (...args: any[]) => void): this; - on(event: 'close', listener: () => void): this; - on(event: 'connection', listener: (socket: Socket) => void): this; - on(event: 'error', listener: (err: Error) => void): this; - on(event: 'listening', listener: () => void): this; - on(event: 'drop', listener: (data?: DropArgument) => void): this; - once(event: string, listener: (...args: any[]) => void): this; - once(event: 'close', listener: () => void): this; - once(event: 'connection', listener: (socket: Socket) => void): this; - once(event: 'error', listener: (err: Error) => void): this; - once(event: 'listening', listener: () => void): this; - once(event: 'drop', listener: (data?: DropArgument) => void): this; - prependListener(event: string, listener: (...args: any[]) => void): this; - prependListener(event: 'close', listener: () => void): this; - prependListener(event: 'connection', listener: (socket: Socket) => void): this; - prependListener(event: 'error', listener: (err: Error) => void): this; - prependListener(event: 'listening', listener: () => void): this; - prependListener(event: 'drop', listener: (data?: DropArgument) => void): this; - prependOnceListener(event: string, listener: (...args: any[]) => void): this; - prependOnceListener(event: 'close', listener: () => void): this; - prependOnceListener(event: 'connection', listener: (socket: Socket) => void): this; - prependOnceListener(event: 'error', listener: (err: Error) => void): this; - prependOnceListener(event: 'listening', listener: () => void): this; - prependOnceListener(event: 'drop', listener: (data?: DropArgument) => void): this; - } - type IPVersion = 'ipv4' | 'ipv6'; - /** - * The `BlockList` object can be used with some network APIs to specify rules for - * disabling inbound or outbound access to specific IP addresses, IP ranges, or - * IP subnets. - * @since v15.0.0, v14.18.0 - */ - class BlockList { - /** - * Adds a rule to block the given IP address. - * @since v15.0.0, v14.18.0 - * @param address An IPv4 or IPv6 address. - * @param [type='ipv4'] Either `'ipv4'` or `'ipv6'`. - */ - addAddress(address: string, type?: IPVersion): void; - addAddress(address: SocketAddress): void; - /** - * Adds a rule to block a range of IP addresses from `start` (inclusive) to`end` (inclusive). - * @since v15.0.0, v14.18.0 - * @param start The starting IPv4 or IPv6 address in the range. - * @param end The ending IPv4 or IPv6 address in the range. - * @param [type='ipv4'] Either `'ipv4'` or `'ipv6'`. - */ - addRange(start: string, end: string, type?: IPVersion): void; - addRange(start: SocketAddress, end: SocketAddress): void; - /** - * Adds a rule to block a range of IP addresses specified as a subnet mask. - * @since v15.0.0, v14.18.0 - * @param net The network IPv4 or IPv6 address. - * @param prefix The number of CIDR prefix bits. For IPv4, this must be a value between `0` and `32`. For IPv6, this must be between `0` and `128`. - * @param [type='ipv4'] Either `'ipv4'` or `'ipv6'`. - */ - addSubnet(net: SocketAddress, prefix: number): void; - addSubnet(net: string, prefix: number, type?: IPVersion): void; - /** - * Returns `true` if the given IP address matches any of the rules added to the`BlockList`. - * - * ```js - * const blockList = new net.BlockList(); - * blockList.addAddress('123.123.123.123'); - * blockList.addRange('10.0.0.1', '10.0.0.10'); - * blockList.addSubnet('8592:757c:efae:4e45::', 64, 'ipv6'); - * - * console.log(blockList.check('123.123.123.123')); // Prints: true - * console.log(blockList.check('10.0.0.3')); // Prints: true - * console.log(blockList.check('222.111.111.222')); // Prints: false - * - * // IPv6 notation for IPv4 addresses works: - * console.log(blockList.check('::ffff:7b7b:7b7b', 'ipv6')); // Prints: true - * console.log(blockList.check('::ffff:123.123.123.123', 'ipv6')); // Prints: true - * ``` - * @since v15.0.0, v14.18.0 - * @param address The IP address to check - * @param [type='ipv4'] Either `'ipv4'` or `'ipv6'`. - */ - check(address: SocketAddress): boolean; - check(address: string, type?: IPVersion): boolean; - } - interface TcpNetConnectOpts extends TcpSocketConnectOpts, SocketConstructorOpts { - timeout?: number | undefined; - } - interface IpcNetConnectOpts extends IpcSocketConnectOpts, SocketConstructorOpts { - timeout?: number | undefined; - } - type NetConnectOpts = TcpNetConnectOpts | IpcNetConnectOpts; - /** - * Creates a new TCP or `IPC` server. - * - * If `allowHalfOpen` is set to `true`, when the other end of the socket - * signals the end of transmission, the server will only send back the end of - * transmission when `socket.end()` is explicitly called. For example, in the - * context of TCP, when a FIN packed is received, a FIN packed is sent - * back only when `socket.end()` is explicitly called. Until then the - * connection is half-closed (non-readable but still writable). See `'end'` event and [RFC 1122](https://tools.ietf.org/html/rfc1122) (section 4.2.2.13) for more information. - * - * If `pauseOnConnect` is set to `true`, then the socket associated with each - * incoming connection will be paused, and no data will be read from its handle. - * This allows connections to be passed between processes without any data being - * read by the original process. To begin reading data from a paused socket, call `socket.resume()`. - * - * The server can be a TCP server or an `IPC` server, depending on what it `listen()` to. - * - * Here is an example of a TCP echo server which listens for connections - * on port 8124: - * - * ```js - * const net = require('net'); - * const server = net.createServer((c) => { - * // 'connection' listener. - * console.log('client connected'); - * c.on('end', () => { - * console.log('client disconnected'); - * }); - * c.write('hello\r\n'); - * c.pipe(c); - * }); - * server.on('error', (err) => { - * throw err; - * }); - * server.listen(8124, () => { - * console.log('server bound'); - * }); - * ``` - * - * Test this by using `telnet`: - * - * ```console - * $ telnet localhost 8124 - * ``` - * - * To listen on the socket `/tmp/echo.sock`: - * - * ```js - * server.listen('/tmp/echo.sock', () => { - * console.log('server bound'); - * }); - * ``` - * - * Use `nc` to connect to a Unix domain socket server: - * - * ```console - * $ nc -U /tmp/echo.sock - * ``` - * @since v0.5.0 - * @param connectionListener Automatically set as a listener for the {@link 'connection'} event. - */ - function createServer(connectionListener?: (socket: Socket) => void): Server; - function createServer(options?: ServerOpts, connectionListener?: (socket: Socket) => void): Server; - /** - * Aliases to {@link createConnection}. - * - * Possible signatures: - * - * * {@link connect} - * * {@link connect} for `IPC` connections. - * * {@link connect} for TCP connections. - */ - function connect(options: NetConnectOpts, connectionListener?: () => void): Socket; - function connect(port: number, host?: string, connectionListener?: () => void): Socket; - function connect(path: string, connectionListener?: () => void): Socket; - /** - * A factory function, which creates a new {@link Socket}, - * immediately initiates connection with `socket.connect()`, - * then returns the `net.Socket` that starts the connection. - * - * When the connection is established, a `'connect'` event will be emitted - * on the returned socket. The last parameter `connectListener`, if supplied, - * will be added as a listener for the `'connect'` event **once**. - * - * Possible signatures: - * - * * {@link createConnection} - * * {@link createConnection} for `IPC` connections. - * * {@link createConnection} for TCP connections. - * - * The {@link connect} function is an alias to this function. - */ - function createConnection(options: NetConnectOpts, connectionListener?: () => void): Socket; - function createConnection(port: number, host?: string, connectionListener?: () => void): Socket; - function createConnection(path: string, connectionListener?: () => void): Socket; - /** - * Returns `6` if `input` is an IPv6 address. Returns `4` if `input` is an IPv4 - * address in [dot-decimal notation](https://en.wikipedia.org/wiki/Dot-decimal_notation) with no leading zeroes. Otherwise, returns`0`. - * - * ```js - * net.isIP('::1'); // returns 6 - * net.isIP('127.0.0.1'); // returns 4 - * net.isIP('127.000.000.001'); // returns 0 - * net.isIP('127.0.0.1/24'); // returns 0 - * net.isIP('fhqwhgads'); // returns 0 - * ``` - * @since v0.3.0 - */ - function isIP(input: string): number; - /** - * Returns `true` if `input` is an IPv4 address in [dot-decimal notation](https://en.wikipedia.org/wiki/Dot-decimal_notation) with no - * leading zeroes. Otherwise, returns `false`. - * - * ```js - * net.isIPv4('127.0.0.1'); // returns true - * net.isIPv4('127.000.000.001'); // returns false - * net.isIPv4('127.0.0.1/24'); // returns false - * net.isIPv4('fhqwhgads'); // returns false - * ``` - * @since v0.3.0 - */ - function isIPv4(input: string): boolean; - /** - * Returns `true` if `input` is an IPv6 address. Otherwise, returns `false`. - * - * ```js - * net.isIPv6('::1'); // returns true - * net.isIPv6('fhqwhgads'); // returns false - * ``` - * @since v0.3.0 - */ - function isIPv6(input: string): boolean; - interface SocketAddressInitOptions { - /** - * The network address as either an IPv4 or IPv6 string. - * @default 127.0.0.1 - */ - address?: string | undefined; - /** - * @default `'ipv4'` - */ - family?: IPVersion | undefined; - /** - * An IPv6 flow-label used only if `family` is `'ipv6'`. - * @default 0 - */ - flowlabel?: number | undefined; - /** - * An IP port. - * @default 0 - */ - port?: number | undefined; - } - /** - * @since v15.14.0, v14.18.0 - */ - class SocketAddress { - constructor(options: SocketAddressInitOptions); - /** - * @since v15.14.0, v14.18.0 - */ - readonly address: string; - /** - * Either \`'ipv4'\` or \`'ipv6'\`. - * @since v15.14.0, v14.18.0 - */ - readonly family: IPVersion; - /** - * @since v15.14.0, v14.18.0 - */ - readonly port: number; - /** - * @since v15.14.0, v14.18.0 - */ - readonly flowlabel: number; - } -} -declare module 'node:net' { - export * from 'net'; -} diff --git a/software/flow/node_modules/@types/node/os.d.ts b/software/flow/node_modules/@types/node/os.d.ts deleted file mode 100755 index 3c55599..0000000 --- a/software/flow/node_modules/@types/node/os.d.ts +++ /dev/null @@ -1,466 +0,0 @@ -/** - * The `os` module provides operating system-related utility methods and - * properties. It can be accessed using: - * - * ```js - * const os = require('os'); - * ``` - * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/os.js) - */ -declare module 'os' { - interface CpuInfo { - model: string; - speed: number; - times: { - user: number; - nice: number; - sys: number; - idle: number; - irq: number; - }; - } - interface NetworkInterfaceBase { - address: string; - netmask: string; - mac: string; - internal: boolean; - cidr: string | null; - } - interface NetworkInterfaceInfoIPv4 extends NetworkInterfaceBase { - family: 'IPv4'; - scopeid?: undefined; - } - interface NetworkInterfaceInfoIPv6 extends NetworkInterfaceBase { - family: 'IPv6'; - scopeid: number; - } - interface UserInfo<T> { - username: T; - uid: number; - gid: number; - shell: T; - homedir: T; - } - type NetworkInterfaceInfo = NetworkInterfaceInfoIPv4 | NetworkInterfaceInfoIPv6; - /** - * Returns the host name of the operating system as a string. - * @since v0.3.3 - */ - function hostname(): string; - /** - * Returns an array containing the 1, 5, and 15 minute load averages. - * - * The load average is a measure of system activity calculated by the operating - * system and expressed as a fractional number. - * - * The load average is a Unix-specific concept. On Windows, the return value is - * always `[0, 0, 0]`. - * @since v0.3.3 - */ - function loadavg(): number[]; - /** - * Returns the system uptime in number of seconds. - * @since v0.3.3 - */ - function uptime(): number; - /** - * Returns the amount of free system memory in bytes as an integer. - * @since v0.3.3 - */ - function freemem(): number; - /** - * Returns the total amount of system memory in bytes as an integer. - * @since v0.3.3 - */ - function totalmem(): number; - /** - * Returns an array of objects containing information about each logical CPU core. - * - * The properties included on each object include: - * - * ```js - * [ - * { - * model: 'Intel(R) Core(TM) i7 CPU 860 @ 2.80GHz', - * speed: 2926, - * times: { - * user: 252020, - * nice: 0, - * sys: 30340, - * idle: 1070356870, - * irq: 0 - * } - * }, - * { - * model: 'Intel(R) Core(TM) i7 CPU 860 @ 2.80GHz', - * speed: 2926, - * times: { - * user: 306960, - * nice: 0, - * sys: 26980, - * idle: 1071569080, - * irq: 0 - * } - * }, - * { - * model: 'Intel(R) Core(TM) i7 CPU 860 @ 2.80GHz', - * speed: 2926, - * times: { - * user: 248450, - * nice: 0, - * sys: 21750, - * idle: 1070919370, - * irq: 0 - * } - * }, - * { - * model: 'Intel(R) Core(TM) i7 CPU 860 @ 2.80GHz', - * speed: 2926, - * times: { - * user: 256880, - * nice: 0, - * sys: 19430, - * idle: 1070905480, - * irq: 20 - * } - * }, - * ] - * ``` - * - * `nice` values are POSIX-only. On Windows, the `nice` values of all processors - * are always 0. - * @since v0.3.3 - */ - function cpus(): CpuInfo[]; - /** - * Returns the operating system name as returned by [`uname(3)`](https://linux.die.net/man/3/uname). For example, it - * returns `'Linux'` on Linux, `'Darwin'` on macOS, and `'Windows_NT'` on Windows. - * - * See [https://en.wikipedia.org/wiki/Uname#Examples](https://en.wikipedia.org/wiki/Uname#Examples) for additional information - * about the output of running [`uname(3)`](https://linux.die.net/man/3/uname) on various operating systems. - * @since v0.3.3 - */ - function type(): string; - /** - * Returns the operating system as a string. - * - * On POSIX systems, the operating system release is determined by calling [`uname(3)`](https://linux.die.net/man/3/uname). On Windows, `GetVersionExW()` is used. See - * [https://en.wikipedia.org/wiki/Uname#Examples](https://en.wikipedia.org/wiki/Uname#Examples) for more information. - * @since v0.3.3 - */ - function release(): string; - /** - * Returns an object containing network interfaces that have been assigned a - * network address. - * - * Each key on the returned object identifies a network interface. The associated - * value is an array of objects that each describe an assigned network address. - * - * The properties available on the assigned network address object include: - * - * ```js - * { - * lo: [ - * { - * address: '127.0.0.1', - * netmask: '255.0.0.0', - * family: 'IPv4', - * mac: '00:00:00:00:00:00', - * internal: true, - * cidr: '127.0.0.1/8' - * }, - * { - * address: '::1', - * netmask: 'ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff', - * family: 'IPv6', - * mac: '00:00:00:00:00:00', - * scopeid: 0, - * internal: true, - * cidr: '::1/128' - * } - * ], - * eth0: [ - * { - * address: '192.168.1.108', - * netmask: '255.255.255.0', - * family: 'IPv4', - * mac: '01:02:03:0a:0b:0c', - * internal: false, - * cidr: '192.168.1.108/24' - * }, - * { - * address: 'fe80::a00:27ff:fe4e:66a1', - * netmask: 'ffff:ffff:ffff:ffff::', - * family: 'IPv6', - * mac: '01:02:03:0a:0b:0c', - * scopeid: 1, - * internal: false, - * cidr: 'fe80::a00:27ff:fe4e:66a1/64' - * } - * ] - * } - * ``` - * @since v0.6.0 - */ - function networkInterfaces(): NodeJS.Dict<NetworkInterfaceInfo[]>; - /** - * Returns the string path of the current user's home directory. - * - * On POSIX, it uses the `$HOME` environment variable if defined. Otherwise it - * uses the [effective UID](https://en.wikipedia.org/wiki/User_identifier#Effective_user_ID) to look up the user's home directory. - * - * On Windows, it uses the `USERPROFILE` environment variable if defined. - * Otherwise it uses the path to the profile directory of the current user. - * @since v2.3.0 - */ - function homedir(): string; - /** - * Returns information about the currently effective user. On POSIX platforms, - * this is typically a subset of the password file. The returned object includes - * the `username`, `uid`, `gid`, `shell`, and `homedir`. On Windows, the `uid` and`gid` fields are `-1`, and `shell` is `null`. - * - * The value of `homedir` returned by `os.userInfo()` is provided by the operating - * system. This differs from the result of `os.homedir()`, which queries - * environment variables for the home directory before falling back to the - * operating system response. - * - * Throws a `SystemError` if a user has no `username` or `homedir`. - * @since v6.0.0 - */ - function userInfo(options: { encoding: 'buffer' }): UserInfo<Buffer>; - function userInfo(options?: { encoding: BufferEncoding }): UserInfo<string>; - type SignalConstants = { - [key in NodeJS.Signals]: number; - }; - namespace constants { - const UV_UDP_REUSEADDR: number; - namespace signals {} - const signals: SignalConstants; - namespace errno { - const E2BIG: number; - const EACCES: number; - const EADDRINUSE: number; - const EADDRNOTAVAIL: number; - const EAFNOSUPPORT: number; - const EAGAIN: number; - const EALREADY: number; - const EBADF: number; - const EBADMSG: number; - const EBUSY: number; - const ECANCELED: number; - const ECHILD: number; - const ECONNABORTED: number; - const ECONNREFUSED: number; - const ECONNRESET: number; - const EDEADLK: number; - const EDESTADDRREQ: number; - const EDOM: number; - const EDQUOT: number; - const EEXIST: number; - const EFAULT: number; - const EFBIG: number; - const EHOSTUNREACH: number; - const EIDRM: number; - const EILSEQ: number; - const EINPROGRESS: number; - const EINTR: number; - const EINVAL: number; - const EIO: number; - const EISCONN: number; - const EISDIR: number; - const ELOOP: number; - const EMFILE: number; - const EMLINK: number; - const EMSGSIZE: number; - const EMULTIHOP: number; - const ENAMETOOLONG: number; - const ENETDOWN: number; - const ENETRESET: number; - const ENETUNREACH: number; - const ENFILE: number; - const ENOBUFS: number; - const ENODATA: number; - const ENODEV: number; - const ENOENT: number; - const ENOEXEC: number; - const ENOLCK: number; - const ENOLINK: number; - const ENOMEM: number; - const ENOMSG: number; - const ENOPROTOOPT: number; - const ENOSPC: number; - const ENOSR: number; - const ENOSTR: number; - const ENOSYS: number; - const ENOTCONN: number; - const ENOTDIR: number; - const ENOTEMPTY: number; - const ENOTSOCK: number; - const ENOTSUP: number; - const ENOTTY: number; - const ENXIO: number; - const EOPNOTSUPP: number; - const EOVERFLOW: number; - const EPERM: number; - const EPIPE: number; - const EPROTO: number; - const EPROTONOSUPPORT: number; - const EPROTOTYPE: number; - const ERANGE: number; - const EROFS: number; - const ESPIPE: number; - const ESRCH: number; - const ESTALE: number; - const ETIME: number; - const ETIMEDOUT: number; - const ETXTBSY: number; - const EWOULDBLOCK: number; - const EXDEV: number; - const WSAEINTR: number; - const WSAEBADF: number; - const WSAEACCES: number; - const WSAEFAULT: number; - const WSAEINVAL: number; - const WSAEMFILE: number; - const WSAEWOULDBLOCK: number; - const WSAEINPROGRESS: number; - const WSAEALREADY: number; - const WSAENOTSOCK: number; - const WSAEDESTADDRREQ: number; - const WSAEMSGSIZE: number; - const WSAEPROTOTYPE: number; - const WSAENOPROTOOPT: number; - const WSAEPROTONOSUPPORT: number; - const WSAESOCKTNOSUPPORT: number; - const WSAEOPNOTSUPP: number; - const WSAEPFNOSUPPORT: number; - const WSAEAFNOSUPPORT: number; - const WSAEADDRINUSE: number; - const WSAEADDRNOTAVAIL: number; - const WSAENETDOWN: number; - const WSAENETUNREACH: number; - const WSAENETRESET: number; - const WSAECONNABORTED: number; - const WSAECONNRESET: number; - const WSAENOBUFS: number; - const WSAEISCONN: number; - const WSAENOTCONN: number; - const WSAESHUTDOWN: number; - const WSAETOOMANYREFS: number; - const WSAETIMEDOUT: number; - const WSAECONNREFUSED: number; - const WSAELOOP: number; - const WSAENAMETOOLONG: number; - const WSAEHOSTDOWN: number; - const WSAEHOSTUNREACH: number; - const WSAENOTEMPTY: number; - const WSAEPROCLIM: number; - const WSAEUSERS: number; - const WSAEDQUOT: number; - const WSAESTALE: number; - const WSAEREMOTE: number; - const WSASYSNOTREADY: number; - const WSAVERNOTSUPPORTED: number; - const WSANOTINITIALISED: number; - const WSAEDISCON: number; - const WSAENOMORE: number; - const WSAECANCELLED: number; - const WSAEINVALIDPROCTABLE: number; - const WSAEINVALIDPROVIDER: number; - const WSAEPROVIDERFAILEDINIT: number; - const WSASYSCALLFAILURE: number; - const WSASERVICE_NOT_FOUND: number; - const WSATYPE_NOT_FOUND: number; - const WSA_E_NO_MORE: number; - const WSA_E_CANCELLED: number; - const WSAEREFUSED: number; - } - namespace priority { - const PRIORITY_LOW: number; - const PRIORITY_BELOW_NORMAL: number; - const PRIORITY_NORMAL: number; - const PRIORITY_ABOVE_NORMAL: number; - const PRIORITY_HIGH: number; - const PRIORITY_HIGHEST: number; - } - } - const devNull: string; - const EOL: string; - /** - * Returns the operating system CPU architecture for which the Node.js binary was - * compiled. Possible values are `'arm'`, `'arm64'`, `'ia32'`, `'mips'`,`'mipsel'`, `'ppc'`, `'ppc64'`, `'s390'`, `'s390x'`, and `'x64'`. - * - * The return value is equivalent to `process.arch`. - * @since v0.5.0 - */ - function arch(): string; - /** - * Returns a string identifying the kernel version. - * - * On POSIX systems, the operating system release is determined by calling [`uname(3)`](https://linux.die.net/man/3/uname). On Windows, `RtlGetVersion()` is used, and if it is not - * available, `GetVersionExW()` will be used. See [https://en.wikipedia.org/wiki/Uname#Examples](https://en.wikipedia.org/wiki/Uname#Examples) for more information. - * @since v13.11.0, v12.17.0 - */ - function version(): string; - /** - * Returns a string identifying the operating system platform for which - * the Node.js binary was compiled. The value is set at compile time. - * Possible values are `'aix'`, `'darwin'`, `'freebsd'`,`'linux'`,`'openbsd'`, `'sunos'`, and `'win32'`. - * - * The return value is equivalent to `process.platform`. - * - * The value `'android'` may also be returned if Node.js is built on the Android - * operating system. [Android support is experimental](https://github.com/nodejs/node/blob/HEAD/BUILDING.md#androidandroid-based-devices-eg-firefox-os). - * @since v0.5.0 - */ - function platform(): NodeJS.Platform; - /** - * Returns the machine type as a string, such as arm, aarch64, mips, mips64, ppc64, ppc64le, s390, s390x, i386, i686, x86_64. - * - * On POSIX systems, the machine type is determined by calling [`uname(3)`](https://linux.die.net/man/3/uname). - * On Windows, `RtlGetVersion()` is used, and if it is not available, `GetVersionExW()` will be used. - * See [https://en.wikipedia.org/wiki/Uname#Examples](https://en.wikipedia.org/wiki/Uname#Examples) for more information. - * @since v18.9.0 - */ - function machine(): string; - /** - * Returns the operating system's default directory for temporary files as a - * string. - * @since v0.9.9 - */ - function tmpdir(): string; - /** - * Returns a string identifying the endianness of the CPU for which the Node.js - * binary was compiled. - * - * Possible values are `'BE'` for big endian and `'LE'` for little endian. - * @since v0.9.4 - */ - function endianness(): 'BE' | 'LE'; - /** - * Returns the scheduling priority for the process specified by `pid`. If `pid` is - * not provided or is `0`, the priority of the current process is returned. - * @since v10.10.0 - * @param [pid=0] The process ID to retrieve scheduling priority for. - */ - function getPriority(pid?: number): number; - /** - * Attempts to set the scheduling priority for the process specified by `pid`. If`pid` is not provided or is `0`, the process ID of the current process is used. - * - * The `priority` input must be an integer between `-20` (high priority) and `19`(low priority). Due to differences between Unix priority levels and Windows - * priority classes, `priority` is mapped to one of six priority constants in`os.constants.priority`. When retrieving a process priority level, this range - * mapping may cause the return value to be slightly different on Windows. To avoid - * confusion, set `priority` to one of the priority constants. - * - * On Windows, setting priority to `PRIORITY_HIGHEST` requires elevated user - * privileges. Otherwise the set priority will be silently reduced to`PRIORITY_HIGH`. - * @since v10.10.0 - * @param [pid=0] The process ID to set scheduling priority for. - * @param priority The scheduling priority to assign to the process. - */ - function setPriority(priority: number): void; - function setPriority(pid: number, priority: number): void; -} -declare module 'node:os' { - export * from 'os'; -} diff --git a/software/flow/node_modules/@types/node/package.json b/software/flow/node_modules/@types/node/package.json deleted file mode 100755 index 186c965..0000000 --- a/software/flow/node_modules/@types/node/package.json +++ /dev/null @@ -1,237 +0,0 @@ -{ - "name": "@types/node", - "version": "18.14.0", - "description": "TypeScript definitions for Node.js", - "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node", - "license": "MIT", - "contributors": [ - { - "name": "Microsoft TypeScript", - "url": "https://github.com/Microsoft", - "githubUsername": "Microsoft" - }, - { - "name": "DefinitelyTyped", - "url": "https://github.com/DefinitelyTyped", - "githubUsername": "DefinitelyTyped" - }, - { - "name": "Alberto Schiabel", - "url": "https://github.com/jkomyno", - "githubUsername": "jkomyno" - }, - { - "name": "Alvis HT Tang", - "url": "https://github.com/alvis", - "githubUsername": "alvis" - }, - { - "name": "Andrew Makarov", - "url": "https://github.com/r3nya", - "githubUsername": "r3nya" - }, - { - "name": "Benjamin Toueg", - "url": "https://github.com/btoueg", - "githubUsername": "btoueg" - }, - { - "name": "Chigozirim C.", - "url": "https://github.com/smac89", - "githubUsername": "smac89" - }, - { - "name": "David Junger", - "url": "https://github.com/touffy", - "githubUsername": "touffy" - }, - { - "name": "Deividas Bakanas", - "url": "https://github.com/DeividasBakanas", - "githubUsername": "DeividasBakanas" - }, - { - "name": "Eugene Y. Q. Shen", - "url": "https://github.com/eyqs", - "githubUsername": "eyqs" - }, - { - "name": "Hannes Magnusson", - "url": "https://github.com/Hannes-Magnusson-CK", - "githubUsername": "Hannes-Magnusson-CK" - }, - { - "name": "Huw", - "url": "https://github.com/hoo29", - "githubUsername": "hoo29" - }, - { - "name": "Kelvin Jin", - "url": "https://github.com/kjin", - "githubUsername": "kjin" - }, - { - "name": "Klaus Meinhardt", - "url": "https://github.com/ajafff", - "githubUsername": "ajafff" - }, - { - "name": "Lishude", - "url": "https://github.com/islishude", - "githubUsername": "islishude" - }, - { - "name": "Mariusz Wiktorczyk", - "url": "https://github.com/mwiktorczyk", - "githubUsername": "mwiktorczyk" - }, - { - "name": "Mohsen Azimi", - "url": "https://github.com/mohsen1", - "githubUsername": "mohsen1" - }, - { - "name": "Nicolas Even", - "url": "https://github.com/n-e", - "githubUsername": "n-e" - }, - { - "name": "Nikita Galkin", - "url": "https://github.com/galkin", - "githubUsername": "galkin" - }, - { - "name": "Parambir Singh", - "url": "https://github.com/parambirs", - "githubUsername": "parambirs" - }, - { - "name": "Sebastian Silbermann", - "url": "https://github.com/eps1lon", - "githubUsername": "eps1lon" - }, - { - "name": "Simon Schick", - "url": "https://github.com/SimonSchick", - "githubUsername": "SimonSchick" - }, - { - "name": "Thomas den Hollander", - "url": "https://github.com/ThomasdenH", - "githubUsername": "ThomasdenH" - }, - { - "name": "Wilco Bakker", - "url": "https://github.com/WilcoBakker", - "githubUsername": "WilcoBakker" - }, - { - "name": "wwwy3y3", - "url": "https://github.com/wwwy3y3", - "githubUsername": "wwwy3y3" - }, - { - "name": "Samuel Ainsworth", - "url": "https://github.com/samuela", - "githubUsername": "samuela" - }, - { - "name": "Kyle Uehlein", - "url": "https://github.com/kuehlein", - "githubUsername": "kuehlein" - }, - { - "name": "Thanik Bhongbhibhat", - "url": "https://github.com/bhongy", - "githubUsername": "bhongy" - }, - { - "name": "Marcin Kopacz", - "url": "https://github.com/chyzwar", - "githubUsername": "chyzwar" - }, - { - "name": "Trivikram Kamat", - "url": "https://github.com/trivikr", - "githubUsername": "trivikr" - }, - { - "name": "Junxiao Shi", - "url": "https://github.com/yoursunny", - "githubUsername": "yoursunny" - }, - { - "name": "Ilia Baryshnikov", - "url": "https://github.com/qwelias", - "githubUsername": "qwelias" - }, - { - "name": "ExE Boss", - "url": "https://github.com/ExE-Boss", - "githubUsername": "ExE-Boss" - }, - { - "name": "Piotr Błażejewicz", - "url": "https://github.com/peterblazejewicz", - "githubUsername": "peterblazejewicz" - }, - { - "name": "Anna Henningsen", - "url": "https://github.com/addaleax", - "githubUsername": "addaleax" - }, - { - "name": "Victor Perin", - "url": "https://github.com/victorperin", - "githubUsername": "victorperin" - }, - { - "name": "Yongsheng Zhang", - "url": "https://github.com/ZYSzys", - "githubUsername": "ZYSzys" - }, - { - "name": "NodeJS Contributors", - "url": "https://github.com/NodeJS", - "githubUsername": "NodeJS" - }, - { - "name": "Linus Unnebäck", - "url": "https://github.com/LinusU", - "githubUsername": "LinusU" - }, - { - "name": "wafuwafu13", - "url": "https://github.com/wafuwafu13", - "githubUsername": "wafuwafu13" - }, - { - "name": "Matteo Collina", - "url": "https://github.com/mcollina", - "githubUsername": "mcollina" - }, - { - "name": "Dmitry Semigradsky", - "url": "https://github.com/Semigradsky", - "githubUsername": "Semigradsky" - } - ], - "main": "", - "types": "index.d.ts", - "typesVersions": { - "<=4.8": { - "*": [ - "ts4.8/*" - ] - } - }, - "repository": { - "type": "git", - "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", - "directory": "types/node" - }, - "scripts": {}, - "dependencies": {}, - "typesPublisherContentHash": "c162056afaa72720d23d051bc83320f677f9fe17ead37974cc874e1723ec3bf0", - "typeScriptVersion": "4.2" -} \ No newline at end of file diff --git a/software/flow/node_modules/@types/node/path.d.ts b/software/flow/node_modules/@types/node/path.d.ts deleted file mode 100755 index 1d33f79..0000000 --- a/software/flow/node_modules/@types/node/path.d.ts +++ /dev/null @@ -1,191 +0,0 @@ -declare module 'path/posix' { - import path = require('path'); - export = path; -} -declare module 'path/win32' { - import path = require('path'); - export = path; -} -/** - * The `path` module provides utilities for working with file and directory paths. - * It can be accessed using: - * - * ```js - * const path = require('path'); - * ``` - * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/path.js) - */ -declare module 'path' { - namespace path { - /** - * A parsed path object generated by path.parse() or consumed by path.format(). - */ - interface ParsedPath { - /** - * The root of the path such as '/' or 'c:\' - */ - root: string; - /** - * The full directory path such as '/home/user/dir' or 'c:\path\dir' - */ - dir: string; - /** - * The file name including extension (if any) such as 'index.html' - */ - base: string; - /** - * The file extension (if any) such as '.html' - */ - ext: string; - /** - * The file name without extension (if any) such as 'index' - */ - name: string; - } - interface FormatInputPathObject { - /** - * The root of the path such as '/' or 'c:\' - */ - root?: string | undefined; - /** - * The full directory path such as '/home/user/dir' or 'c:\path\dir' - */ - dir?: string | undefined; - /** - * The file name including extension (if any) such as 'index.html' - */ - base?: string | undefined; - /** - * The file extension (if any) such as '.html' - */ - ext?: string | undefined; - /** - * The file name without extension (if any) such as 'index' - */ - name?: string | undefined; - } - interface PlatformPath { - /** - * Normalize a string path, reducing '..' and '.' parts. - * When multiple slashes are found, they're replaced by a single one; when the path contains a trailing slash, it is preserved. On Windows backslashes are used. - * - * @param path string path to normalize. - * @throws {TypeError} if `path` is not a string. - */ - normalize(path: string): string; - /** - * Join all arguments together and normalize the resulting path. - * - * @param paths paths to join. - * @throws {TypeError} if any of the path segments is not a string. - */ - join(...paths: string[]): string; - /** - * The right-most parameter is considered {to}. Other parameters are considered an array of {from}. - * - * Starting from leftmost {from} parameter, resolves {to} to an absolute path. - * - * If {to} isn't already absolute, {from} arguments are prepended in right to left order, - * until an absolute path is found. If after using all {from} paths still no absolute path is found, - * the current working directory is used as well. The resulting path is normalized, - * and trailing slashes are removed unless the path gets resolved to the root directory. - * - * @param paths A sequence of paths or path segments. - * @throws {TypeError} if any of the arguments is not a string. - */ - resolve(...paths: string[]): string; - /** - * Determines whether {path} is an absolute path. An absolute path will always resolve to the same location, regardless of the working directory. - * - * If the given {path} is a zero-length string, `false` will be returned. - * - * @param path path to test. - * @throws {TypeError} if `path` is not a string. - */ - isAbsolute(path: string): boolean; - /** - * Solve the relative path from {from} to {to} based on the current working directory. - * At times we have two absolute paths, and we need to derive the relative path from one to the other. This is actually the reverse transform of path.resolve. - * - * @throws {TypeError} if either `from` or `to` is not a string. - */ - relative(from: string, to: string): string; - /** - * Return the directory name of a path. Similar to the Unix dirname command. - * - * @param path the path to evaluate. - * @throws {TypeError} if `path` is not a string. - */ - dirname(path: string): string; - /** - * Return the last portion of a path. Similar to the Unix basename command. - * Often used to extract the file name from a fully qualified path. - * - * @param path the path to evaluate. - * @param suffix optionally, an extension to remove from the result. - * @throws {TypeError} if `path` is not a string or if `ext` is given and is not a string. - */ - basename(path: string, suffix?: string): string; - /** - * Return the extension of the path, from the last '.' to end of string in the last portion of the path. - * If there is no '.' in the last portion of the path or the first character of it is '.', then it returns an empty string. - * - * @param path the path to evaluate. - * @throws {TypeError} if `path` is not a string. - */ - extname(path: string): string; - /** - * The platform-specific file separator. '\\' or '/'. - */ - readonly sep: '\\' | '/'; - /** - * The platform-specific file delimiter. ';' or ':'. - */ - readonly delimiter: ';' | ':'; - /** - * Returns an object from a path string - the opposite of format(). - * - * @param path path to evaluate. - * @throws {TypeError} if `path` is not a string. - */ - parse(path: string): ParsedPath; - /** - * Returns a path string from an object - the opposite of parse(). - * - * @param pathObject path to evaluate. - */ - format(pathObject: FormatInputPathObject): string; - /** - * On Windows systems only, returns an equivalent namespace-prefixed path for the given path. - * If path is not a string, path will be returned without modifications. - * This method is meaningful only on Windows system. - * On POSIX systems, the method is non-operational and always returns path without modifications. - */ - toNamespacedPath(path: string): string; - /** - * Posix specific pathing. - * Same as parent object on posix. - */ - readonly posix: PlatformPath; - /** - * Windows specific pathing. - * Same as parent object on windows - */ - readonly win32: PlatformPath; - } - } - const path: path.PlatformPath; - export = path; -} -declare module 'node:path' { - import path = require('path'); - export = path; -} -declare module 'node:path/posix' { - import path = require('path/posix'); - export = path; -} -declare module 'node:path/win32' { - import path = require('path/win32'); - export = path; -} diff --git a/software/flow/node_modules/@types/node/perf_hooks.d.ts b/software/flow/node_modules/@types/node/perf_hooks.d.ts deleted file mode 100755 index 5c0b228..0000000 --- a/software/flow/node_modules/@types/node/perf_hooks.d.ts +++ /dev/null @@ -1,625 +0,0 @@ -/** - * This module provides an implementation of a subset of the W3C [Web Performance APIs](https://w3c.github.io/perf-timing-primer/) as well as additional APIs for - * Node.js-specific performance measurements. - * - * Node.js supports the following [Web Performance APIs](https://w3c.github.io/perf-timing-primer/): - * - * * [High Resolution Time](https://www.w3.org/TR/hr-time-2) - * * [Performance Timeline](https://w3c.github.io/performance-timeline/) - * * [User Timing](https://www.w3.org/TR/user-timing/) - * - * ```js - * const { PerformanceObserver, performance } = require('perf_hooks'); - * - * const obs = new PerformanceObserver((items) => { - * console.log(items.getEntries()[0].duration); - * performance.clearMarks(); - * }); - * obs.observe({ type: 'measure' }); - * performance.measure('Start to Now'); - * - * performance.mark('A'); - * doSomeLongRunningProcess(() => { - * performance.measure('A to Now', 'A'); - * - * performance.mark('B'); - * performance.measure('A to B', 'A', 'B'); - * }); - * ``` - * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/perf_hooks.js) - */ -declare module 'perf_hooks' { - import { AsyncResource } from 'node:async_hooks'; - type EntryType = 'node' | 'mark' | 'measure' | 'gc' | 'function' | 'http2' | 'http'; - interface NodeGCPerformanceDetail { - /** - * When `performanceEntry.entryType` is equal to 'gc', `the performance.kind` property identifies - * the type of garbage collection operation that occurred. - * See perf_hooks.constants for valid values. - */ - readonly kind?: number | undefined; - /** - * When `performanceEntry.entryType` is equal to 'gc', the `performance.flags` - * property contains additional information about garbage collection operation. - * See perf_hooks.constants for valid values. - */ - readonly flags?: number | undefined; - } - /** - * @since v8.5.0 - */ - class PerformanceEntry { - protected constructor(); - /** - * The total number of milliseconds elapsed for this entry. This value will not - * be meaningful for all Performance Entry types. - * @since v8.5.0 - */ - readonly duration: number; - /** - * The name of the performance entry. - * @since v8.5.0 - */ - readonly name: string; - /** - * The high resolution millisecond timestamp marking the starting time of the - * Performance Entry. - * @since v8.5.0 - */ - readonly startTime: number; - /** - * The type of the performance entry. It may be one of: - * - * * `'node'` (Node.js only) - * * `'mark'` (available on the Web) - * * `'measure'` (available on the Web) - * * `'gc'` (Node.js only) - * * `'function'` (Node.js only) - * * `'http2'` (Node.js only) - * * `'http'` (Node.js only) - * @since v8.5.0 - */ - readonly entryType: EntryType; - /** - * Additional detail specific to the `entryType`. - * @since v16.0.0 - */ - readonly detail?: NodeGCPerformanceDetail | unknown | undefined; // TODO: Narrow this based on entry type. - toJSON(): any; - } - class PerformanceMark extends PerformanceEntry { - readonly duration: 0; - readonly entryType: 'mark'; - } - class PerformanceMeasure extends PerformanceEntry { - readonly entryType: 'measure'; - } - /** - * _This property is an extension by Node.js. It is not available in Web browsers._ - * - * Provides timing details for Node.js itself. The constructor of this class - * is not exposed to users. - * @since v8.5.0 - */ - class PerformanceNodeTiming extends PerformanceEntry { - /** - * The high resolution millisecond timestamp at which the Node.js process - * completed bootstrapping. If bootstrapping has not yet finished, the property - * has the value of -1. - * @since v8.5.0 - */ - readonly bootstrapComplete: number; - /** - * The high resolution millisecond timestamp at which the Node.js environment was - * initialized. - * @since v8.5.0 - */ - readonly environment: number; - /** - * The high resolution millisecond timestamp of the amount of time the event loop - * has been idle within the event loop's event provider (e.g. `epoll_wait`). This - * does not take CPU usage into consideration. If the event loop has not yet - * started (e.g., in the first tick of the main script), the property has the - * value of 0. - * @since v14.10.0, v12.19.0 - */ - readonly idleTime: number; - /** - * The high resolution millisecond timestamp at which the Node.js event loop - * exited. If the event loop has not yet exited, the property has the value of -1\. - * It can only have a value of not -1 in a handler of the `'exit'` event. - * @since v8.5.0 - */ - readonly loopExit: number; - /** - * The high resolution millisecond timestamp at which the Node.js event loop - * started. If the event loop has not yet started (e.g., in the first tick of the - * main script), the property has the value of -1. - * @since v8.5.0 - */ - readonly loopStart: number; - /** - * The high resolution millisecond timestamp at which the V8 platform was - * initialized. - * @since v8.5.0 - */ - readonly v8Start: number; - } - interface EventLoopUtilization { - idle: number; - active: number; - utilization: number; - } - /** - * @param util1 The result of a previous call to eventLoopUtilization() - * @param util2 The result of a previous call to eventLoopUtilization() prior to util1 - */ - type EventLoopUtilityFunction = (util1?: EventLoopUtilization, util2?: EventLoopUtilization) => EventLoopUtilization; - interface MarkOptions { - /** - * Additional optional detail to include with the mark. - */ - detail?: unknown | undefined; - /** - * An optional timestamp to be used as the mark time. - * @default `performance.now()`. - */ - startTime?: number | undefined; - } - interface MeasureOptions { - /** - * Additional optional detail to include with the mark. - */ - detail?: unknown | undefined; - /** - * Duration between start and end times. - */ - duration?: number | undefined; - /** - * Timestamp to be used as the end time, or a string identifying a previously recorded mark. - */ - end?: number | string | undefined; - /** - * Timestamp to be used as the start time, or a string identifying a previously recorded mark. - */ - start?: number | string | undefined; - } - interface TimerifyOptions { - /** - * A histogram object created using - * `perf_hooks.createHistogram()` that will record runtime durations in - * nanoseconds. - */ - histogram?: RecordableHistogram | undefined; - } - interface Performance { - /** - * If name is not provided, removes all PerformanceMark objects from the Performance Timeline. - * If name is provided, removes only the named mark. - * @param name - */ - clearMarks(name?: string): void; - /** - * If name is not provided, removes all PerformanceMeasure objects from the Performance Timeline. - * If name is provided, removes only the named measure. - * @param name - * @since v16.7.0 - */ - clearMeasures(name?: string): void; - /** - * Returns a list of `PerformanceEntry` objects in chronological order with respect to `performanceEntry.startTime`. - * If you are only interested in performance entries of certain types or that have certain names, see - * `performance.getEntriesByType()` and `performance.getEntriesByName()`. - * @since v16.7.0 - */ - getEntries(): PerformanceEntry[]; - /** - * Returns a list of `PerformanceEntry` objects in chronological order with respect to `performanceEntry.startTime` - * whose `performanceEntry.name` is equal to `name`, and optionally, whose `performanceEntry.entryType` is equal to `type`. - * @param name - * @param type - * @since v16.7.0 - */ - getEntriesByName(name: string, type?: EntryType): PerformanceEntry[]; - /** - * Returns a list of `PerformanceEntry` objects in chronological order with respect to `performanceEntry.startTime` - * whose `performanceEntry.entryType` is equal to `type`. - * @param type - * @since v16.7.0 - */ - getEntriesByType(type: EntryType): PerformanceEntry[]; - /** - * Creates a new PerformanceMark entry in the Performance Timeline. - * A PerformanceMark is a subclass of PerformanceEntry whose performanceEntry.entryType is always 'mark', - * and whose performanceEntry.duration is always 0. - * Performance marks are used to mark specific significant moments in the Performance Timeline. - * @param name - * @return The PerformanceMark entry that was created - */ - mark(name?: string, options?: MarkOptions): PerformanceMark; - /** - * Creates a new PerformanceMeasure entry in the Performance Timeline. - * A PerformanceMeasure is a subclass of PerformanceEntry whose performanceEntry.entryType is always 'measure', - * and whose performanceEntry.duration measures the number of milliseconds elapsed since startMark and endMark. - * - * The startMark argument may identify any existing PerformanceMark in the the Performance Timeline, or may identify - * any of the timestamp properties provided by the PerformanceNodeTiming class. If the named startMark does not exist, - * then startMark is set to timeOrigin by default. - * - * The endMark argument must identify any existing PerformanceMark in the the Performance Timeline or any of the timestamp - * properties provided by the PerformanceNodeTiming class. If the named endMark does not exist, an error will be thrown. - * @param name - * @param startMark - * @param endMark - * @return The PerformanceMeasure entry that was created - */ - measure(name: string, startMark?: string, endMark?: string): PerformanceMeasure; - measure(name: string, options: MeasureOptions): PerformanceMeasure; - /** - * An instance of the PerformanceNodeTiming class that provides performance metrics for specific Node.js operational milestones. - */ - readonly nodeTiming: PerformanceNodeTiming; - /** - * @return the current high resolution millisecond timestamp - */ - now(): number; - /** - * The timeOrigin specifies the high resolution millisecond timestamp from which all performance metric durations are measured. - */ - readonly timeOrigin: number; - /** - * Wraps a function within a new function that measures the running time of the wrapped function. - * A PerformanceObserver must be subscribed to the 'function' event type in order for the timing details to be accessed. - * @param fn - */ - timerify<T extends (...params: any[]) => any>(fn: T, options?: TimerifyOptions): T; - /** - * eventLoopUtilization is similar to CPU utilization except that it is calculated using high precision wall-clock time. - * It represents the percentage of time the event loop has spent outside the event loop's event provider (e.g. epoll_wait). - * No other CPU idle time is taken into consideration. - */ - eventLoopUtilization: EventLoopUtilityFunction; - } - interface PerformanceObserverEntryList { - /** - * Returns a list of `PerformanceEntry` objects in chronological order - * with respect to `performanceEntry.startTime`. - * - * ```js - * const { - * performance, - * PerformanceObserver - * } = require('perf_hooks'); - * - * const obs = new PerformanceObserver((perfObserverList, observer) => { - * console.log(perfObserverList.getEntries()); - * - * * [ - * * PerformanceEntry { - * * name: 'test', - * * entryType: 'mark', - * * startTime: 81.465639, - * * duration: 0 - * * }, - * * PerformanceEntry { - * * name: 'meow', - * * entryType: 'mark', - * * startTime: 81.860064, - * * duration: 0 - * * } - * * ] - * - * - * performance.clearMarks(); - * performance.clearMeasures(); - * observer.disconnect(); - * }); - * obs.observe({ type: 'mark' }); - * - * performance.mark('test'); - * performance.mark('meow'); - * ``` - * @since v8.5.0 - */ - getEntries(): PerformanceEntry[]; - /** - * Returns a list of `PerformanceEntry` objects in chronological order - * with respect to `performanceEntry.startTime` whose `performanceEntry.name` is - * equal to `name`, and optionally, whose `performanceEntry.entryType` is equal to`type`. - * - * ```js - * const { - * performance, - * PerformanceObserver - * } = require('perf_hooks'); - * - * const obs = new PerformanceObserver((perfObserverList, observer) => { - * console.log(perfObserverList.getEntriesByName('meow')); - * - * * [ - * * PerformanceEntry { - * * name: 'meow', - * * entryType: 'mark', - * * startTime: 98.545991, - * * duration: 0 - * * } - * * ] - * - * console.log(perfObserverList.getEntriesByName('nope')); // [] - * - * console.log(perfObserverList.getEntriesByName('test', 'mark')); - * - * * [ - * * PerformanceEntry { - * * name: 'test', - * * entryType: 'mark', - * * startTime: 63.518931, - * * duration: 0 - * * } - * * ] - * - * console.log(perfObserverList.getEntriesByName('test', 'measure')); // [] - * - * performance.clearMarks(); - * performance.clearMeasures(); - * observer.disconnect(); - * }); - * obs.observe({ entryTypes: ['mark', 'measure'] }); - * - * performance.mark('test'); - * performance.mark('meow'); - * ``` - * @since v8.5.0 - */ - getEntriesByName(name: string, type?: EntryType): PerformanceEntry[]; - /** - * Returns a list of `PerformanceEntry` objects in chronological order - * with respect to `performanceEntry.startTime` whose `performanceEntry.entryType`is equal to `type`. - * - * ```js - * const { - * performance, - * PerformanceObserver - * } = require('perf_hooks'); - * - * const obs = new PerformanceObserver((perfObserverList, observer) => { - * console.log(perfObserverList.getEntriesByType('mark')); - * - * * [ - * * PerformanceEntry { - * * name: 'test', - * * entryType: 'mark', - * * startTime: 55.897834, - * * duration: 0 - * * }, - * * PerformanceEntry { - * * name: 'meow', - * * entryType: 'mark', - * * startTime: 56.350146, - * * duration: 0 - * * } - * * ] - * - * performance.clearMarks(); - * performance.clearMeasures(); - * observer.disconnect(); - * }); - * obs.observe({ type: 'mark' }); - * - * performance.mark('test'); - * performance.mark('meow'); - * ``` - * @since v8.5.0 - */ - getEntriesByType(type: EntryType): PerformanceEntry[]; - } - type PerformanceObserverCallback = (list: PerformanceObserverEntryList, observer: PerformanceObserver) => void; - class PerformanceObserver extends AsyncResource { - constructor(callback: PerformanceObserverCallback); - /** - * Disconnects the `PerformanceObserver` instance from all notifications. - * @since v8.5.0 - */ - disconnect(): void; - /** - * Subscribes the `PerformanceObserver` instance to notifications of new `PerformanceEntry` instances identified either by `options.entryTypes`or `options.type`: - * - * ```js - * const { - * performance, - * PerformanceObserver - * } = require('perf_hooks'); - * - * const obs = new PerformanceObserver((list, observer) => { - * // Called once asynchronously. `list` contains three items. - * }); - * obs.observe({ type: 'mark' }); - * - * for (let n = 0; n < 3; n++) - * performance.mark(`test${n}`); - * ``` - * @since v8.5.0 - */ - observe( - options: - | { - entryTypes: ReadonlyArray<EntryType>; - buffered?: boolean | undefined; - } - | { - type: EntryType; - buffered?: boolean | undefined; - } - ): void; - } - namespace constants { - const NODE_PERFORMANCE_GC_MAJOR: number; - const NODE_PERFORMANCE_GC_MINOR: number; - const NODE_PERFORMANCE_GC_INCREMENTAL: number; - const NODE_PERFORMANCE_GC_WEAKCB: number; - const NODE_PERFORMANCE_GC_FLAGS_NO: number; - const NODE_PERFORMANCE_GC_FLAGS_CONSTRUCT_RETAINED: number; - const NODE_PERFORMANCE_GC_FLAGS_FORCED: number; - const NODE_PERFORMANCE_GC_FLAGS_SYNCHRONOUS_PHANTOM_PROCESSING: number; - const NODE_PERFORMANCE_GC_FLAGS_ALL_AVAILABLE_GARBAGE: number; - const NODE_PERFORMANCE_GC_FLAGS_ALL_EXTERNAL_MEMORY: number; - const NODE_PERFORMANCE_GC_FLAGS_SCHEDULE_IDLE: number; - } - const performance: Performance; - interface EventLoopMonitorOptions { - /** - * The sampling rate in milliseconds. - * Must be greater than zero. - * @default 10 - */ - resolution?: number | undefined; - } - interface Histogram { - /** - * Returns a `Map` object detailing the accumulated percentile distribution. - * @since v11.10.0 - */ - readonly percentiles: Map<number, number>; - /** - * The number of times the event loop delay exceeded the maximum 1 hour event - * loop delay threshold. - * @since v11.10.0 - */ - readonly exceeds: number; - /** - * The minimum recorded event loop delay. - * @since v11.10.0 - */ - readonly min: number; - /** - * The maximum recorded event loop delay. - * @since v11.10.0 - */ - readonly max: number; - /** - * The mean of the recorded event loop delays. - * @since v11.10.0 - */ - readonly mean: number; - /** - * The standard deviation of the recorded event loop delays. - * @since v11.10.0 - */ - readonly stddev: number; - /** - * Resets the collected histogram data. - * @since v11.10.0 - */ - reset(): void; - /** - * Returns the value at the given percentile. - * @since v11.10.0 - * @param percentile A percentile value in the range (0, 100]. - */ - percentile(percentile: number): number; - } - interface IntervalHistogram extends Histogram { - /** - * Enables the update interval timer. Returns `true` if the timer was - * started, `false` if it was already started. - * @since v11.10.0 - */ - enable(): boolean; - /** - * Disables the update interval timer. Returns `true` if the timer was - * stopped, `false` if it was already stopped. - * @since v11.10.0 - */ - disable(): boolean; - } - interface RecordableHistogram extends Histogram { - /** - * @since v15.9.0, v14.18.0 - * @param val The amount to record in the histogram. - */ - record(val: number | bigint): void; - /** - * Calculates the amount of time (in nanoseconds) that has passed since the - * previous call to `recordDelta()` and records that amount in the histogram. - * - * ## Examples - * @since v15.9.0, v14.18.0 - */ - recordDelta(): void; - /** - * Adds the values from other to this histogram. - * @since v17.4.0, v16.14.0 - * @param other Recordable Histogram to combine with - */ - add(other: RecordableHistogram): void; - } - /** - * _This property is an extension by Node.js. It is not available in Web browsers._ - * - * Creates an `IntervalHistogram` object that samples and reports the event loop - * delay over time. The delays will be reported in nanoseconds. - * - * Using a timer to detect approximate event loop delay works because the - * execution of timers is tied specifically to the lifecycle of the libuv - * event loop. That is, a delay in the loop will cause a delay in the execution - * of the timer, and those delays are specifically what this API is intended to - * detect. - * - * ```js - * const { monitorEventLoopDelay } = require('perf_hooks'); - * const h = monitorEventLoopDelay({ resolution: 20 }); - * h.enable(); - * // Do something. - * h.disable(); - * console.log(h.min); - * console.log(h.max); - * console.log(h.mean); - * console.log(h.stddev); - * console.log(h.percentiles); - * console.log(h.percentile(50)); - * console.log(h.percentile(99)); - * ``` - * @since v11.10.0 - */ - function monitorEventLoopDelay(options?: EventLoopMonitorOptions): IntervalHistogram; - interface CreateHistogramOptions { - /** - * The minimum recordable value. Must be an integer value greater than 0. - * @default 1 - */ - min?: number | bigint | undefined; - /** - * The maximum recordable value. Must be an integer value greater than min. - * @default Number.MAX_SAFE_INTEGER - */ - max?: number | bigint | undefined; - /** - * The number of accuracy digits. Must be a number between 1 and 5. - * @default 3 - */ - figures?: number | undefined; - } - /** - * Returns a `RecordableHistogram`. - * @since v15.9.0, v14.18.0 - */ - function createHistogram(options?: CreateHistogramOptions): RecordableHistogram; - - import { performance as _performance } from 'perf_hooks'; - global { - /** - * `performance` is a global reference for `require('perf_hooks').performance` - * https://nodejs.org/api/globals.html#performance - * @since v16.0.0 - */ - var performance: typeof globalThis extends { - onmessage: any; - performance: infer T; - } - ? T - : typeof _performance; - } -} -declare module 'node:perf_hooks' { - export * from 'perf_hooks'; -} diff --git a/software/flow/node_modules/@types/node/process.d.ts b/software/flow/node_modules/@types/node/process.d.ts deleted file mode 100755 index 12148f9..0000000 --- a/software/flow/node_modules/@types/node/process.d.ts +++ /dev/null @@ -1,1482 +0,0 @@ -declare module 'process' { - import * as tty from 'node:tty'; - import { Worker } from 'node:worker_threads'; - global { - var process: NodeJS.Process; - namespace NodeJS { - // this namespace merge is here because these are specifically used - // as the type for process.stdin, process.stdout, and process.stderr. - // they can't live in tty.d.ts because we need to disambiguate the imported name. - interface ReadStream extends tty.ReadStream {} - interface WriteStream extends tty.WriteStream {} - interface MemoryUsageFn { - /** - * The `process.memoryUsage()` method iterate over each page to gather informations about memory - * usage which can be slow depending on the program memory allocations. - */ - (): MemoryUsage; - /** - * method returns an integer representing the Resident Set Size (RSS) in bytes. - */ - rss(): number; - } - interface MemoryUsage { - rss: number; - heapTotal: number; - heapUsed: number; - external: number; - arrayBuffers: number; - } - interface CpuUsage { - user: number; - system: number; - } - interface ProcessRelease { - name: string; - sourceUrl?: string | undefined; - headersUrl?: string | undefined; - libUrl?: string | undefined; - lts?: string | undefined; - } - interface ProcessVersions extends Dict<string> { - http_parser: string; - node: string; - v8: string; - ares: string; - uv: string; - zlib: string; - modules: string; - openssl: string; - } - type Platform = 'aix' | 'android' | 'darwin' | 'freebsd' | 'haiku' | 'linux' | 'openbsd' | 'sunos' | 'win32' | 'cygwin' | 'netbsd'; - type Architecture = 'arm' | 'arm64' | 'ia32' | 'mips' | 'mipsel' | 'ppc' | 'ppc64' | 's390' | 's390x' | 'x64'; - type Signals = - | 'SIGABRT' - | 'SIGALRM' - | 'SIGBUS' - | 'SIGCHLD' - | 'SIGCONT' - | 'SIGFPE' - | 'SIGHUP' - | 'SIGILL' - | 'SIGINT' - | 'SIGIO' - | 'SIGIOT' - | 'SIGKILL' - | 'SIGPIPE' - | 'SIGPOLL' - | 'SIGPROF' - | 'SIGPWR' - | 'SIGQUIT' - | 'SIGSEGV' - | 'SIGSTKFLT' - | 'SIGSTOP' - | 'SIGSYS' - | 'SIGTERM' - | 'SIGTRAP' - | 'SIGTSTP' - | 'SIGTTIN' - | 'SIGTTOU' - | 'SIGUNUSED' - | 'SIGURG' - | 'SIGUSR1' - | 'SIGUSR2' - | 'SIGVTALRM' - | 'SIGWINCH' - | 'SIGXCPU' - | 'SIGXFSZ' - | 'SIGBREAK' - | 'SIGLOST' - | 'SIGINFO'; - type UncaughtExceptionOrigin = 'uncaughtException' | 'unhandledRejection'; - type MultipleResolveType = 'resolve' | 'reject'; - type BeforeExitListener = (code: number) => void; - type DisconnectListener = () => void; - type ExitListener = (code: number) => void; - type RejectionHandledListener = (promise: Promise<unknown>) => void; - type UncaughtExceptionListener = (error: Error, origin: UncaughtExceptionOrigin) => void; - /** - * Most of the time the unhandledRejection will be an Error, but this should not be relied upon - * as *anything* can be thrown/rejected, it is therefore unsafe to assume that the value is an Error. - */ - type UnhandledRejectionListener = (reason: unknown, promise: Promise<unknown>) => void; - type WarningListener = (warning: Error) => void; - type MessageListener = (message: unknown, sendHandle: unknown) => void; - type SignalsListener = (signal: Signals) => void; - type MultipleResolveListener = (type: MultipleResolveType, promise: Promise<unknown>, value: unknown) => void; - type WorkerListener = (worker: Worker) => void; - interface Socket extends ReadWriteStream { - isTTY?: true | undefined; - } - // Alias for compatibility - interface ProcessEnv extends Dict<string> { - /** - * Can be used to change the default timezone at runtime - */ - TZ?: string; - } - interface HRTime { - (time?: [number, number]): [number, number]; - bigint(): bigint; - } - interface ProcessReport { - /** - * Directory where the report is written. - * working directory of the Node.js process. - * @default '' indicating that reports are written to the current - */ - directory: string; - /** - * Filename where the report is written. - * The default value is the empty string. - * @default '' the output filename will be comprised of a timestamp, - * PID, and sequence number. - */ - filename: string; - /** - * Returns a JSON-formatted diagnostic report for the running process. - * The report's JavaScript stack trace is taken from err, if present. - */ - getReport(err?: Error): string; - /** - * If true, a diagnostic report is generated on fatal errors, - * such as out of memory errors or failed C++ assertions. - * @default false - */ - reportOnFatalError: boolean; - /** - * If true, a diagnostic report is generated when the process - * receives the signal specified by process.report.signal. - * @default false - */ - reportOnSignal: boolean; - /** - * If true, a diagnostic report is generated on uncaught exception. - * @default false - */ - reportOnUncaughtException: boolean; - /** - * The signal used to trigger the creation of a diagnostic report. - * @default 'SIGUSR2' - */ - signal: Signals; - /** - * Writes a diagnostic report to a file. If filename is not provided, the default filename - * includes the date, time, PID, and a sequence number. - * The report's JavaScript stack trace is taken from err, if present. - * - * @param fileName Name of the file where the report is written. - * This should be a relative path, that will be appended to the directory specified in - * `process.report.directory`, or the current working directory of the Node.js process, - * if unspecified. - * @param error A custom error used for reporting the JavaScript stack. - * @return Filename of the generated report. - */ - writeReport(fileName?: string): string; - writeReport(error?: Error): string; - writeReport(fileName?: string, err?: Error): string; - } - interface ResourceUsage { - fsRead: number; - fsWrite: number; - involuntaryContextSwitches: number; - ipcReceived: number; - ipcSent: number; - majorPageFault: number; - maxRSS: number; - minorPageFault: number; - sharedMemorySize: number; - signalsCount: number; - swappedOut: number; - systemCPUTime: number; - unsharedDataSize: number; - unsharedStackSize: number; - userCPUTime: number; - voluntaryContextSwitches: number; - } - interface EmitWarningOptions { - /** - * When `warning` is a `string`, `type` is the name to use for the _type_ of warning being emitted. - * - * @default 'Warning' - */ - type?: string | undefined; - /** - * A unique identifier for the warning instance being emitted. - */ - code?: string | undefined; - /** - * When `warning` is a `string`, `ctor` is an optional function used to limit the generated stack trace. - * - * @default process.emitWarning - */ - ctor?: Function | undefined; - /** - * Additional text to include with the error. - */ - detail?: string | undefined; - } - interface ProcessConfig { - readonly target_defaults: { - readonly cflags: any[]; - readonly default_configuration: string; - readonly defines: string[]; - readonly include_dirs: string[]; - readonly libraries: string[]; - }; - readonly variables: { - readonly clang: number; - readonly host_arch: string; - readonly node_install_npm: boolean; - readonly node_install_waf: boolean; - readonly node_prefix: string; - readonly node_shared_openssl: boolean; - readonly node_shared_v8: boolean; - readonly node_shared_zlib: boolean; - readonly node_use_dtrace: boolean; - readonly node_use_etw: boolean; - readonly node_use_openssl: boolean; - readonly target_arch: string; - readonly v8_no_strict_aliasing: number; - readonly v8_use_snapshot: boolean; - readonly visibility: string; - }; - } - interface Process extends EventEmitter { - /** - * The `process.stdout` property returns a stream connected to`stdout` (fd `1`). It is a `net.Socket` (which is a `Duplex` stream) unless fd `1` refers to a file, in which case it is - * a `Writable` stream. - * - * For example, to copy `process.stdin` to `process.stdout`: - * - * ```js - * import { stdin, stdout } from 'process'; - * - * stdin.pipe(stdout); - * ``` - * - * `process.stdout` differs from other Node.js streams in important ways. See `note on process I/O` for more information. - */ - stdout: WriteStream & { - fd: 1; - }; - /** - * The `process.stderr` property returns a stream connected to`stderr` (fd `2`). It is a `net.Socket` (which is a `Duplex` stream) unless fd `2` refers to a file, in which case it is - * a `Writable` stream. - * - * `process.stderr` differs from other Node.js streams in important ways. See `note on process I/O` for more information. - */ - stderr: WriteStream & { - fd: 2; - }; - /** - * The `process.stdin` property returns a stream connected to`stdin` (fd `0`). It is a `net.Socket` (which is a `Duplex` stream) unless fd `0` refers to a file, in which case it is - * a `Readable` stream. - * - * For details of how to read from `stdin` see `readable.read()`. - * - * As a `Duplex` stream, `process.stdin` can also be used in "old" mode that - * is compatible with scripts written for Node.js prior to v0.10\. - * For more information see `Stream compatibility`. - * - * In "old" streams mode the `stdin` stream is paused by default, so one - * must call `process.stdin.resume()` to read from it. Note also that calling`process.stdin.resume()` itself would switch stream to "old" mode. - */ - stdin: ReadStream & { - fd: 0; - }; - openStdin(): Socket; - /** - * The `process.argv` property returns an array containing the command-line - * arguments passed when the Node.js process was launched. The first element will - * be {@link execPath}. See `process.argv0` if access to the original value - * of `argv[0]` is needed. The second element will be the path to the JavaScript - * file being executed. The remaining elements will be any additional command-line - * arguments. - * - * For example, assuming the following script for `process-args.js`: - * - * ```js - * import { argv } from 'process'; - * - * // print process.argv - * argv.forEach((val, index) => { - * console.log(`${index}: ${val}`); - * }); - * ``` - * - * Launching the Node.js process as: - * - * ```console - * $ node process-args.js one two=three four - * ``` - * - * Would generate the output: - * - * ```text - * 0: /usr/local/bin/node - * 1: /Users/mjr/work/node/process-args.js - * 2: one - * 3: two=three - * 4: four - * ``` - * @since v0.1.27 - */ - argv: string[]; - /** - * The `process.argv0` property stores a read-only copy of the original value of`argv[0]` passed when Node.js starts. - * - * ```console - * $ bash -c 'exec -a customArgv0 ./node' - * > process.argv[0] - * '/Volumes/code/external/node/out/Release/node' - * > process.argv0 - * 'customArgv0' - * ``` - * @since v6.4.0 - */ - argv0: string; - /** - * The `process.execArgv` property returns the set of Node.js-specific command-line - * options passed when the Node.js process was launched. These options do not - * appear in the array returned by the {@link argv} property, and do not - * include the Node.js executable, the name of the script, or any options following - * the script name. These options are useful in order to spawn child processes with - * the same execution environment as the parent. - * - * ```console - * $ node --harmony script.js --version - * ``` - * - * Results in `process.execArgv`: - * - * ```js - * ['--harmony'] - * ``` - * - * And `process.argv`: - * - * ```js - * ['/usr/local/bin/node', 'script.js', '--version'] - * ``` - * - * Refer to `Worker constructor` for the detailed behavior of worker - * threads with this property. - * @since v0.7.7 - */ - execArgv: string[]; - /** - * The `process.execPath` property returns the absolute pathname of the executable - * that started the Node.js process. Symbolic links, if any, are resolved. - * - * ```js - * '/usr/local/bin/node' - * ``` - * @since v0.1.100 - */ - execPath: string; - /** - * The `process.abort()` method causes the Node.js process to exit immediately and - * generate a core file. - * - * This feature is not available in `Worker` threads. - * @since v0.7.0 - */ - abort(): never; - /** - * The `process.chdir()` method changes the current working directory of the - * Node.js process or throws an exception if doing so fails (for instance, if - * the specified `directory` does not exist). - * - * ```js - * import { chdir, cwd } from 'process'; - * - * console.log(`Starting directory: ${cwd()}`); - * try { - * chdir('/tmp'); - * console.log(`New directory: ${cwd()}`); - * } catch (err) { - * console.error(`chdir: ${err}`); - * } - * ``` - * - * This feature is not available in `Worker` threads. - * @since v0.1.17 - */ - chdir(directory: string): void; - /** - * The `process.cwd()` method returns the current working directory of the Node.js - * process. - * - * ```js - * import { cwd } from 'process'; - * - * console.log(`Current directory: ${cwd()}`); - * ``` - * @since v0.1.8 - */ - cwd(): string; - /** - * The port used by the Node.js debugger when enabled. - * - * ```js - * import process from 'process'; - * - * process.debugPort = 5858; - * ``` - * @since v0.7.2 - */ - debugPort: number; - /** - * The `process.emitWarning()` method can be used to emit custom or application - * specific process warnings. These can be listened for by adding a handler to the `'warning'` event. - * - * ```js - * import { emitWarning } from 'process'; - * - * // Emit a warning with a code and additional detail. - * emitWarning('Something happened!', { - * code: 'MY_WARNING', - * detail: 'This is some additional information' - * }); - * // Emits: - * // (node:56338) [MY_WARNING] Warning: Something happened! - * // This is some additional information - * ``` - * - * In this example, an `Error` object is generated internally by`process.emitWarning()` and passed through to the `'warning'` handler. - * - * ```js - * import process from 'process'; - * - * process.on('warning', (warning) => { - * console.warn(warning.name); // 'Warning' - * console.warn(warning.message); // 'Something happened!' - * console.warn(warning.code); // 'MY_WARNING' - * console.warn(warning.stack); // Stack trace - * console.warn(warning.detail); // 'This is some additional information' - * }); - * ``` - * - * If `warning` is passed as an `Error` object, the `options` argument is ignored. - * @since v8.0.0 - * @param warning The warning to emit. - */ - emitWarning(warning: string | Error, ctor?: Function): void; - emitWarning(warning: string | Error, type?: string, ctor?: Function): void; - emitWarning(warning: string | Error, type?: string, code?: string, ctor?: Function): void; - emitWarning(warning: string | Error, options?: EmitWarningOptions): void; - /** - * The `process.env` property returns an object containing the user environment. - * See [`environ(7)`](http://man7.org/linux/man-pages/man7/environ.7.html). - * - * An example of this object looks like: - * - * ```js - * { - * TERM: 'xterm-256color', - * SHELL: '/usr/local/bin/bash', - * USER: 'maciej', - * PATH: '~/.bin/:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin', - * PWD: '/Users/maciej', - * EDITOR: 'vim', - * SHLVL: '1', - * HOME: '/Users/maciej', - * LOGNAME: 'maciej', - * _: '/usr/local/bin/node' - * } - * ``` - * - * It is possible to modify this object, but such modifications will not be - * reflected outside the Node.js process, or (unless explicitly requested) - * to other `Worker` threads. - * In other words, the following example would not work: - * - * ```console - * $ node -e 'process.env.foo = "bar"' &#x26;&#x26; echo $foo - * ``` - * - * While the following will: - * - * ```js - * import { env } from 'process'; - * - * env.foo = 'bar'; - * console.log(env.foo); - * ``` - * - * Assigning a property on `process.env` will implicitly convert the value - * to a string. **This behavior is deprecated.** Future versions of Node.js may - * throw an error when the value is not a string, number, or boolean. - * - * ```js - * import { env } from 'process'; - * - * env.test = null; - * console.log(env.test); - * // => 'null' - * env.test = undefined; - * console.log(env.test); - * // => 'undefined' - * ``` - * - * Use `delete` to delete a property from `process.env`. - * - * ```js - * import { env } from 'process'; - * - * env.TEST = 1; - * delete env.TEST; - * console.log(env.TEST); - * // => undefined - * ``` - * - * On Windows operating systems, environment variables are case-insensitive. - * - * ```js - * import { env } from 'process'; - * - * env.TEST = 1; - * console.log(env.test); - * // => 1 - * ``` - * - * Unless explicitly specified when creating a `Worker` instance, - * each `Worker` thread has its own copy of `process.env`, based on its - * parent thread’s `process.env`, or whatever was specified as the `env` option - * to the `Worker` constructor. Changes to `process.env` will not be visible - * across `Worker` threads, and only the main thread can make changes that - * are visible to the operating system or to native add-ons. - * @since v0.1.27 - */ - env: ProcessEnv; - /** - * The `process.exit()` method instructs Node.js to terminate the process - * synchronously with an exit status of `code`. If `code` is omitted, exit uses - * either the 'success' code `0` or the value of `process.exitCode` if it has been - * set. Node.js will not terminate until all the `'exit'` event listeners are - * called. - * - * To exit with a 'failure' code: - * - * ```js - * import { exit } from 'process'; - * - * exit(1); - * ``` - * - * The shell that executed Node.js should see the exit code as `1`. - * - * Calling `process.exit()` will force the process to exit as quickly as possible - * even if there are still asynchronous operations pending that have not yet - * completed fully, including I/O operations to `process.stdout` and`process.stderr`. - * - * In most situations, it is not actually necessary to call `process.exit()`explicitly. The Node.js process will exit on its own _if there is no additional_ - * _work pending_ in the event loop. The `process.exitCode` property can be set to - * tell the process which exit code to use when the process exits gracefully. - * - * For instance, the following example illustrates a _misuse_ of the`process.exit()` method that could lead to data printed to stdout being - * truncated and lost: - * - * ```js - * import { exit } from 'process'; - * - * // This is an example of what *not* to do: - * if (someConditionNotMet()) { - * printUsageToStdout(); - * exit(1); - * } - * ``` - * - * The reason this is problematic is because writes to `process.stdout` in Node.js - * are sometimes _asynchronous_ and may occur over multiple ticks of the Node.js - * event loop. Calling `process.exit()`, however, forces the process to exit _before_ those additional writes to `stdout` can be performed. - * - * Rather than calling `process.exit()` directly, the code _should_ set the`process.exitCode` and allow the process to exit naturally by avoiding - * scheduling any additional work for the event loop: - * - * ```js - * import process from 'process'; - * - * // How to properly set the exit code while letting - * // the process exit gracefully. - * if (someConditionNotMet()) { - * printUsageToStdout(); - * process.exitCode = 1; - * } - * ``` - * - * If it is necessary to terminate the Node.js process due to an error condition, - * throwing an _uncaught_ error and allowing the process to terminate accordingly - * is safer than calling `process.exit()`. - * - * In `Worker` threads, this function stops the current thread rather - * than the current process. - * @since v0.1.13 - * @param [code=0] The exit code. - */ - exit(code?: number): never; - /** - * A number which will be the process exit code, when the process either - * exits gracefully, or is exited via {@link exit} without specifying - * a code. - * - * Specifying a code to {@link exit} will override any - * previous setting of `process.exitCode`. - * @since v0.11.8 - */ - exitCode?: number | undefined; - /** - * The `process.getgid()` method returns the numerical group identity of the - * process. (See [`getgid(2)`](http://man7.org/linux/man-pages/man2/getgid.2.html).) - * - * ```js - * import process from 'process'; - * - * if (process.getgid) { - * console.log(`Current gid: ${process.getgid()}`); - * } - * ``` - * - * This function is only available on POSIX platforms (i.e. not Windows or - * Android). - * @since v0.1.31 - */ - getgid?: () => number; - /** - * The `process.setgid()` method sets the group identity of the process. (See [`setgid(2)`](http://man7.org/linux/man-pages/man2/setgid.2.html).) The `id` can be passed as either a - * numeric ID or a group name - * string. If a group name is specified, this method blocks while resolving the - * associated numeric ID. - * - * ```js - * import process from 'process'; - * - * if (process.getgid &#x26;&#x26; process.setgid) { - * console.log(`Current gid: ${process.getgid()}`); - * try { - * process.setgid(501); - * console.log(`New gid: ${process.getgid()}`); - * } catch (err) { - * console.log(`Failed to set gid: ${err}`); - * } - * } - * ``` - * - * This function is only available on POSIX platforms (i.e. not Windows or - * Android). - * This feature is not available in `Worker` threads. - * @since v0.1.31 - * @param id The group name or ID - */ - setgid?: (id: number | string) => void; - /** - * The `process.getuid()` method returns the numeric user identity of the process. - * (See [`getuid(2)`](http://man7.org/linux/man-pages/man2/getuid.2.html).) - * - * ```js - * import process from 'process'; - * - * if (process.getuid) { - * console.log(`Current uid: ${process.getuid()}`); - * } - * ``` - * - * This function is only available on POSIX platforms (i.e. not Windows or - * Android). - * @since v0.1.28 - */ - getuid?: () => number; - /** - * The `process.setuid(id)` method sets the user identity of the process. (See [`setuid(2)`](http://man7.org/linux/man-pages/man2/setuid.2.html).) The `id` can be passed as either a - * numeric ID or a username string. - * If a username is specified, the method blocks while resolving the associated - * numeric ID. - * - * ```js - * import process from 'process'; - * - * if (process.getuid &#x26;&#x26; process.setuid) { - * console.log(`Current uid: ${process.getuid()}`); - * try { - * process.setuid(501); - * console.log(`New uid: ${process.getuid()}`); - * } catch (err) { - * console.log(`Failed to set uid: ${err}`); - * } - * } - * ``` - * - * This function is only available on POSIX platforms (i.e. not Windows or - * Android). - * This feature is not available in `Worker` threads. - * @since v0.1.28 - */ - setuid?: (id: number | string) => void; - /** - * The `process.geteuid()` method returns the numerical effective user identity of - * the process. (See [`geteuid(2)`](http://man7.org/linux/man-pages/man2/geteuid.2.html).) - * - * ```js - * import process from 'process'; - * - * if (process.geteuid) { - * console.log(`Current uid: ${process.geteuid()}`); - * } - * ``` - * - * This function is only available on POSIX platforms (i.e. not Windows or - * Android). - * @since v2.0.0 - */ - geteuid?: () => number; - /** - * The `process.seteuid()` method sets the effective user identity of the process. - * (See [`seteuid(2)`](http://man7.org/linux/man-pages/man2/seteuid.2.html).) The `id` can be passed as either a numeric ID or a username - * string. If a username is specified, the method blocks while resolving the - * associated numeric ID. - * - * ```js - * import process from 'process'; - * - * if (process.geteuid &#x26;&#x26; process.seteuid) { - * console.log(`Current uid: ${process.geteuid()}`); - * try { - * process.seteuid(501); - * console.log(`New uid: ${process.geteuid()}`); - * } catch (err) { - * console.log(`Failed to set uid: ${err}`); - * } - * } - * ``` - * - * This function is only available on POSIX platforms (i.e. not Windows or - * Android). - * This feature is not available in `Worker` threads. - * @since v2.0.0 - * @param id A user name or ID - */ - seteuid?: (id: number | string) => void; - /** - * The `process.getegid()` method returns the numerical effective group identity - * of the Node.js process. (See [`getegid(2)`](http://man7.org/linux/man-pages/man2/getegid.2.html).) - * - * ```js - * import process from 'process'; - * - * if (process.getegid) { - * console.log(`Current gid: ${process.getegid()}`); - * } - * ``` - * - * This function is only available on POSIX platforms (i.e. not Windows or - * Android). - * @since v2.0.0 - */ - getegid?: () => number; - /** - * The `process.setegid()` method sets the effective group identity of the process. - * (See [`setegid(2)`](http://man7.org/linux/man-pages/man2/setegid.2.html).) The `id` can be passed as either a numeric ID or a group - * name string. If a group name is specified, this method blocks while resolving - * the associated a numeric ID. - * - * ```js - * import process from 'process'; - * - * if (process.getegid &#x26;&#x26; process.setegid) { - * console.log(`Current gid: ${process.getegid()}`); - * try { - * process.setegid(501); - * console.log(`New gid: ${process.getegid()}`); - * } catch (err) { - * console.log(`Failed to set gid: ${err}`); - * } - * } - * ``` - * - * This function is only available on POSIX platforms (i.e. not Windows or - * Android). - * This feature is not available in `Worker` threads. - * @since v2.0.0 - * @param id A group name or ID - */ - setegid?: (id: number | string) => void; - /** - * The `process.getgroups()` method returns an array with the supplementary group - * IDs. POSIX leaves it unspecified if the effective group ID is included but - * Node.js ensures it always is. - * - * ```js - * import process from 'process'; - * - * if (process.getgroups) { - * console.log(process.getgroups()); // [ 16, 21, 297 ] - * } - * ``` - * - * This function is only available on POSIX platforms (i.e. not Windows or - * Android). - * @since v0.9.4 - */ - getgroups?: () => number[]; - /** - * The `process.setgroups()` method sets the supplementary group IDs for the - * Node.js process. This is a privileged operation that requires the Node.js - * process to have `root` or the `CAP_SETGID` capability. - * - * The `groups` array can contain numeric group IDs, group names, or both. - * - * ```js - * import process from 'process'; - * - * if (process.getgroups &#x26;&#x26; process.setgroups) { - * try { - * process.setgroups([501]); - * console.log(process.getgroups()); // new groups - * } catch (err) { - * console.log(`Failed to set groups: ${err}`); - * } - * } - * ``` - * - * This function is only available on POSIX platforms (i.e. not Windows or - * Android). - * This feature is not available in `Worker` threads. - * @since v0.9.4 - */ - setgroups?: (groups: ReadonlyArray<string | number>) => void; - /** - * The `process.setUncaughtExceptionCaptureCallback()` function sets a function - * that will be invoked when an uncaught exception occurs, which will receive the - * exception value itself as its first argument. - * - * If such a function is set, the `'uncaughtException'` event will - * not be emitted. If `--abort-on-uncaught-exception` was passed from the - * command line or set through `v8.setFlagsFromString()`, the process will - * not abort. Actions configured to take place on exceptions such as report - * generations will be affected too - * - * To unset the capture function,`process.setUncaughtExceptionCaptureCallback(null)` may be used. Calling this - * method with a non-`null` argument while another capture function is set will - * throw an error. - * - * Using this function is mutually exclusive with using the deprecated `domain` built-in module. - * @since v9.3.0 - */ - setUncaughtExceptionCaptureCallback(cb: ((err: Error) => void) | null): void; - /** - * Indicates whether a callback has been set using {@link setUncaughtExceptionCaptureCallback}. - * @since v9.3.0 - */ - hasUncaughtExceptionCaptureCallback(): boolean; - /** - * The `process.version` property contains the Node.js version string. - * - * ```js - * import { version } from 'process'; - * - * console.log(`Version: ${version}`); - * // Version: v14.8.0 - * ``` - * - * To get the version string without the prepended _v_, use`process.versions.node`. - * @since v0.1.3 - */ - readonly version: string; - /** - * The `process.versions` property returns an object listing the version strings of - * Node.js and its dependencies. `process.versions.modules` indicates the current - * ABI version, which is increased whenever a C++ API changes. Node.js will refuse - * to load modules that were compiled against a different module ABI version. - * - * ```js - * import { versions } from 'process'; - * - * console.log(versions); - * ``` - * - * Will generate an object similar to: - * - * ```console - * { node: '11.13.0', - * v8: '7.0.276.38-node.18', - * uv: '1.27.0', - * zlib: '1.2.11', - * brotli: '1.0.7', - * ares: '1.15.0', - * modules: '67', - * nghttp2: '1.34.0', - * napi: '4', - * llhttp: '1.1.1', - * openssl: '1.1.1b', - * cldr: '34.0', - * icu: '63.1', - * tz: '2018e', - * unicode: '11.0' } - * ``` - * @since v0.2.0 - */ - readonly versions: ProcessVersions; - /** - * The `process.config` property returns an `Object` containing the JavaScript - * representation of the configure options used to compile the current Node.js - * executable. This is the same as the `config.gypi` file that was produced when - * running the `./configure` script. - * - * An example of the possible output looks like: - * - * ```js - * { - * target_defaults: - * { cflags: [], - * default_configuration: 'Release', - * defines: [], - * include_dirs: [], - * libraries: [] }, - * variables: - * { - * host_arch: 'x64', - * napi_build_version: 5, - * node_install_npm: 'true', - * node_prefix: '', - * node_shared_cares: 'false', - * node_shared_http_parser: 'false', - * node_shared_libuv: 'false', - * node_shared_zlib: 'false', - * node_use_dtrace: 'false', - * node_use_openssl: 'true', - * node_shared_openssl: 'false', - * strict_aliasing: 'true', - * target_arch: 'x64', - * v8_use_snapshot: 1 - * } - * } - * ``` - * - * The `process.config` property is **not** read-only and there are existing - * modules in the ecosystem that are known to extend, modify, or entirely replace - * the value of `process.config`. - * - * Modifying the `process.config` property, or any child-property of the`process.config` object has been deprecated. The `process.config` will be made - * read-only in a future release. - * @since v0.7.7 - */ - readonly config: ProcessConfig; - /** - * The `process.kill()` method sends the `signal` to the process identified by`pid`. - * - * Signal names are strings such as `'SIGINT'` or `'SIGHUP'`. See `Signal Events` and [`kill(2)`](http://man7.org/linux/man-pages/man2/kill.2.html) for more information. - * - * This method will throw an error if the target `pid` does not exist. As a special - * case, a signal of `0` can be used to test for the existence of a process. - * Windows platforms will throw an error if the `pid` is used to kill a process - * group. - * - * Even though the name of this function is `process.kill()`, it is really just a - * signal sender, like the `kill` system call. The signal sent may do something - * other than kill the target process. - * - * ```js - * import process, { kill } from 'process'; - * - * process.on('SIGHUP', () => { - * console.log('Got SIGHUP signal.'); - * }); - * - * setTimeout(() => { - * console.log('Exiting.'); - * process.exit(0); - * }, 100); - * - * kill(process.pid, 'SIGHUP'); - * ``` - * - * When `SIGUSR1` is received by a Node.js process, Node.js will start the - * debugger. See `Signal Events`. - * @since v0.0.6 - * @param pid A process ID - * @param [signal='SIGTERM'] The signal to send, either as a string or number. - */ - kill(pid: number, signal?: string | number): true; - /** - * The `process.pid` property returns the PID of the process. - * - * ```js - * import { pid } from 'process'; - * - * console.log(`This process is pid ${pid}`); - * ``` - * @since v0.1.15 - */ - readonly pid: number; - /** - * The `process.ppid` property returns the PID of the parent of the - * current process. - * - * ```js - * import { ppid } from 'process'; - * - * console.log(`The parent process is pid ${ppid}`); - * ``` - * @since v9.2.0, v8.10.0, v6.13.0 - */ - readonly ppid: number; - /** - * The `process.title` property returns the current process title (i.e. returns - * the current value of `ps`). Assigning a new value to `process.title` modifies - * the current value of `ps`. - * - * When a new value is assigned, different platforms will impose different maximum - * length restrictions on the title. Usually such restrictions are quite limited. - * For instance, on Linux and macOS, `process.title` is limited to the size of the - * binary name plus the length of the command-line arguments because setting the`process.title` overwrites the `argv` memory of the process. Node.js v0.8 - * allowed for longer process title strings by also overwriting the `environ`memory but that was potentially insecure and confusing in some (rather obscure) - * cases. - * - * Assigning a value to `process.title` might not result in an accurate label - * within process manager applications such as macOS Activity Monitor or Windows - * Services Manager. - * @since v0.1.104 - */ - title: string; - /** - * The operating system CPU architecture for which the Node.js binary was compiled. - * Possible values are: `'arm'`, `'arm64'`, `'ia32'`, `'mips'`,`'mipsel'`, `'ppc'`,`'ppc64'`, `'s390'`, `'s390x'`, and `'x64'`. - * - * ```js - * import { arch } from 'process'; - * - * console.log(`This processor architecture is ${arch}`); - * ``` - * @since v0.5.0 - */ - readonly arch: Architecture; - /** - * The `process.platform` property returns a string identifying the operating - * system platform for which the Node.js binary was compiled. - * - * Currently possible values are: - * - * * `'aix'` - * * `'darwin'` - * * `'freebsd'` - * * `'linux'` - * * `'openbsd'` - * * `'sunos'` - * * `'win32'` - * - * ```js - * import { platform } from 'process'; - * - * console.log(`This platform is ${platform}`); - * ``` - * - * The value `'android'` may also be returned if the Node.js is built on the - * Android operating system. However, Android support in Node.js [is experimental](https://github.com/nodejs/node/blob/HEAD/BUILDING.md#androidandroid-based-devices-eg-firefox-os). - * @since v0.1.16 - */ - readonly platform: Platform; - /** - * The `process.mainModule` property provides an alternative way of retrieving `require.main`. The difference is that if the main module changes at - * runtime, `require.main` may still refer to the original main module in - * modules that were required before the change occurred. Generally, it's - * safe to assume that the two refer to the same module. - * - * As with `require.main`, `process.mainModule` will be `undefined` if there - * is no entry script. - * @since v0.1.17 - * @deprecated Since v14.0.0 - Use `main` instead. - */ - mainModule?: Module | undefined; - memoryUsage: MemoryUsageFn; - /** - * The `process.cpuUsage()` method returns the user and system CPU time usage of - * the current process, in an object with properties `user` and `system`, whose - * values are microsecond values (millionth of a second). These values measure time - * spent in user and system code respectively, and may end up being greater than - * actual elapsed time if multiple CPU cores are performing work for this process. - * - * The result of a previous call to `process.cpuUsage()` can be passed as the - * argument to the function, to get a diff reading. - * - * ```js - * import { cpuUsage } from 'process'; - * - * const startUsage = cpuUsage(); - * // { user: 38579, system: 6986 } - * - * // spin the CPU for 500 milliseconds - * const now = Date.now(); - * while (Date.now() - now < 500); - * - * console.log(cpuUsage(startUsage)); - * // { user: 514883, system: 11226 } - * ``` - * @since v6.1.0 - * @param previousValue A previous return value from calling `process.cpuUsage()` - */ - cpuUsage(previousValue?: CpuUsage): CpuUsage; - /** - * `process.nextTick()` adds `callback` to the "next tick queue". This queue is - * fully drained after the current operation on the JavaScript stack runs to - * completion and before the event loop is allowed to continue. It's possible to - * create an infinite loop if one were to recursively call `process.nextTick()`. - * See the [Event Loop](https://nodejs.org/en/docs/guides/event-loop-timers-and-nexttick/#process-nexttick) guide for more background. - * - * ```js - * import { nextTick } from 'process'; - * - * console.log('start'); - * nextTick(() => { - * console.log('nextTick callback'); - * }); - * console.log('scheduled'); - * // Output: - * // start - * // scheduled - * // nextTick callback - * ``` - * - * This is important when developing APIs in order to give users the opportunity - * to assign event handlers _after_ an object has been constructed but before any - * I/O has occurred: - * - * ```js - * import { nextTick } from 'process'; - * - * function MyThing(options) { - * this.setupOptions(options); - * - * nextTick(() => { - * this.startDoingStuff(); - * }); - * } - * - * const thing = new MyThing(); - * thing.getReadyForStuff(); - * - * // thing.startDoingStuff() gets called now, not before. - * ``` - * - * It is very important for APIs to be either 100% synchronous or 100% - * asynchronous. Consider this example: - * - * ```js - * // WARNING! DO NOT USE! BAD UNSAFE HAZARD! - * function maybeSync(arg, cb) { - * if (arg) { - * cb(); - * return; - * } - * - * fs.stat('file', cb); - * } - * ``` - * - * This API is hazardous because in the following case: - * - * ```js - * const maybeTrue = Math.random() > 0.5; - * - * maybeSync(maybeTrue, () => { - * foo(); - * }); - * - * bar(); - * ``` - * - * It is not clear whether `foo()` or `bar()` will be called first. - * - * The following approach is much better: - * - * ```js - * import { nextTick } from 'process'; - * - * function definitelyAsync(arg, cb) { - * if (arg) { - * nextTick(cb); - * return; - * } - * - * fs.stat('file', cb); - * } - * ``` - * @since v0.1.26 - * @param args Additional arguments to pass when invoking the `callback` - */ - nextTick(callback: Function, ...args: any[]): void; - /** - * The `process.release` property returns an `Object` containing metadata related - * to the current release, including URLs for the source tarball and headers-only - * tarball. - * - * `process.release` contains the following properties: - * - * ```js - * { - * name: 'node', - * lts: 'Erbium', - * sourceUrl: 'https://nodejs.org/download/release/v12.18.1/node-v12.18.1.tar.gz', - * headersUrl: 'https://nodejs.org/download/release/v12.18.1/node-v12.18.1-headers.tar.gz', - * libUrl: 'https://nodejs.org/download/release/v12.18.1/win-x64/node.lib' - * } - * ``` - * - * In custom builds from non-release versions of the source tree, only the`name` property may be present. The additional properties should not be - * relied upon to exist. - * @since v3.0.0 - */ - readonly release: ProcessRelease; - features: { - inspector: boolean; - debug: boolean; - uv: boolean; - ipv6: boolean; - tls_alpn: boolean; - tls_sni: boolean; - tls_ocsp: boolean; - tls: boolean; - }; - /** - * `process.umask()` returns the Node.js process's file mode creation mask. Child - * processes inherit the mask from the parent process. - * @since v0.1.19 - * @deprecated Calling `process.umask()` with no argument causes the process-wide umask to be written twice. This introduces a race condition between threads, and is a potential * - * security vulnerability. There is no safe, cross-platform alternative API. - */ - umask(): number; - /** - * Can only be set if not in worker thread. - */ - umask(mask: string | number): number; - /** - * The `process.uptime()` method returns the number of seconds the current Node.js - * process has been running. - * - * The return value includes fractions of a second. Use `Math.floor()` to get whole - * seconds. - * @since v0.5.0 - */ - uptime(): number; - hrtime: HRTime; - /** - * If Node.js is spawned with an IPC channel, the `process.send()` method can be - * used to send messages to the parent process. Messages will be received as a `'message'` event on the parent's `ChildProcess` object. - * - * If Node.js was not spawned with an IPC channel, `process.send` will be`undefined`. - * - * The message goes through serialization and parsing. The resulting message might - * not be the same as what is originally sent. - * @since v0.5.9 - * @param options used to parameterize the sending of certain types of handles.`options` supports the following properties: - */ - send?( - message: any, - sendHandle?: any, - options?: { - swallowErrors?: boolean | undefined; - }, - callback?: (error: Error | null) => void - ): boolean; - /** - * If the Node.js process is spawned with an IPC channel (see the `Child Process` and `Cluster` documentation), the `process.disconnect()` method will close the - * IPC channel to the parent process, allowing the child process to exit gracefully - * once there are no other connections keeping it alive. - * - * The effect of calling `process.disconnect()` is the same as calling `ChildProcess.disconnect()` from the parent process. - * - * If the Node.js process was not spawned with an IPC channel,`process.disconnect()` will be `undefined`. - * @since v0.7.2 - */ - disconnect(): void; - /** - * If the Node.js process is spawned with an IPC channel (see the `Child Process` and `Cluster` documentation), the `process.connected` property will return`true` so long as the IPC - * channel is connected and will return `false` after`process.disconnect()` is called. - * - * Once `process.connected` is `false`, it is no longer possible to send messages - * over the IPC channel using `process.send()`. - * @since v0.7.2 - */ - connected: boolean; - /** - * The `process.allowedNodeEnvironmentFlags` property is a special, - * read-only `Set` of flags allowable within the `NODE_OPTIONS` environment variable. - * - * `process.allowedNodeEnvironmentFlags` extends `Set`, but overrides`Set.prototype.has` to recognize several different possible flag - * representations. `process.allowedNodeEnvironmentFlags.has()` will - * return `true` in the following cases: - * - * * Flags may omit leading single (`-`) or double (`--`) dashes; e.g.,`inspect-brk` for `--inspect-brk`, or `r` for `-r`. - * * Flags passed through to V8 (as listed in `--v8-options`) may replace - * one or more _non-leading_ dashes for an underscore, or vice-versa; - * e.g., `--perf_basic_prof`, `--perf-basic-prof`, `--perf_basic-prof`, - * etc. - * * Flags may contain one or more equals (`=`) characters; all - * characters after and including the first equals will be ignored; - * e.g., `--stack-trace-limit=100`. - * * Flags _must_ be allowable within `NODE_OPTIONS`. - * - * When iterating over `process.allowedNodeEnvironmentFlags`, flags will - * appear only _once_; each will begin with one or more dashes. Flags - * passed through to V8 will contain underscores instead of non-leading - * dashes: - * - * ```js - * import { allowedNodeEnvironmentFlags } from 'process'; - * - * allowedNodeEnvironmentFlags.forEach((flag) => { - * // -r - * // --inspect-brk - * // --abort_on_uncaught_exception - * // ... - * }); - * ``` - * - * The methods `add()`, `clear()`, and `delete()` of`process.allowedNodeEnvironmentFlags` do nothing, and will fail - * silently. - * - * If Node.js was compiled _without_ `NODE_OPTIONS` support (shown in {@link config}), `process.allowedNodeEnvironmentFlags` will - * contain what _would have_ been allowable. - * @since v10.10.0 - */ - allowedNodeEnvironmentFlags: ReadonlySet<string>; - /** - * `process.report` is an object whose methods are used to generate diagnostic - * reports for the current process. Additional documentation is available in the `report documentation`. - * @since v11.8.0 - */ - report?: ProcessReport | undefined; - /** - * ```js - * import { resourceUsage } from 'process'; - * - * console.log(resourceUsage()); - * /* - * Will output: - * { - * userCPUTime: 82872, - * systemCPUTime: 4143, - * maxRSS: 33164, - * sharedMemorySize: 0, - * unsharedDataSize: 0, - * unsharedStackSize: 0, - * minorPageFault: 2469, - * majorPageFault: 0, - * swappedOut: 0, - * fsRead: 0, - * fsWrite: 8, - * ipcSent: 0, - * ipcReceived: 0, - * signalsCount: 0, - * voluntaryContextSwitches: 79, - * involuntaryContextSwitches: 1 - * } - * - * ``` - * @since v12.6.0 - * @return the resource usage for the current process. All of these values come from the `uv_getrusage` call which returns a [`uv_rusage_t` struct][uv_rusage_t]. - */ - resourceUsage(): ResourceUsage; - /** - * The `process.traceDeprecation` property indicates whether the`--trace-deprecation` flag is set on the current Node.js process. See the - * documentation for the `'warning' event` and the `emitWarning() method` for more information about this - * flag's behavior. - * @since v0.8.0 - */ - traceDeprecation: boolean; - /* EventEmitter */ - addListener(event: 'beforeExit', listener: BeforeExitListener): this; - addListener(event: 'disconnect', listener: DisconnectListener): this; - addListener(event: 'exit', listener: ExitListener): this; - addListener(event: 'rejectionHandled', listener: RejectionHandledListener): this; - addListener(event: 'uncaughtException', listener: UncaughtExceptionListener): this; - addListener(event: 'uncaughtExceptionMonitor', listener: UncaughtExceptionListener): this; - addListener(event: 'unhandledRejection', listener: UnhandledRejectionListener): this; - addListener(event: 'warning', listener: WarningListener): this; - addListener(event: 'message', listener: MessageListener): this; - addListener(event: Signals, listener: SignalsListener): this; - addListener(event: 'multipleResolves', listener: MultipleResolveListener): this; - addListener(event: 'worker', listener: WorkerListener): this; - emit(event: 'beforeExit', code: number): boolean; - emit(event: 'disconnect'): boolean; - emit(event: 'exit', code: number): boolean; - emit(event: 'rejectionHandled', promise: Promise<unknown>): boolean; - emit(event: 'uncaughtException', error: Error): boolean; - emit(event: 'uncaughtExceptionMonitor', error: Error): boolean; - emit(event: 'unhandledRejection', reason: unknown, promise: Promise<unknown>): boolean; - emit(event: 'warning', warning: Error): boolean; - emit(event: 'message', message: unknown, sendHandle: unknown): this; - emit(event: Signals, signal?: Signals): boolean; - emit(event: 'multipleResolves', type: MultipleResolveType, promise: Promise<unknown>, value: unknown): this; - emit(event: 'worker', listener: WorkerListener): this; - on(event: 'beforeExit', listener: BeforeExitListener): this; - on(event: 'disconnect', listener: DisconnectListener): this; - on(event: 'exit', listener: ExitListener): this; - on(event: 'rejectionHandled', listener: RejectionHandledListener): this; - on(event: 'uncaughtException', listener: UncaughtExceptionListener): this; - on(event: 'uncaughtExceptionMonitor', listener: UncaughtExceptionListener): this; - on(event: 'unhandledRejection', listener: UnhandledRejectionListener): this; - on(event: 'warning', listener: WarningListener): this; - on(event: 'message', listener: MessageListener): this; - on(event: Signals, listener: SignalsListener): this; - on(event: 'multipleResolves', listener: MultipleResolveListener): this; - on(event: 'worker', listener: WorkerListener): this; - on(event: string | symbol, listener: (...args: any[]) => void): this; - once(event: 'beforeExit', listener: BeforeExitListener): this; - once(event: 'disconnect', listener: DisconnectListener): this; - once(event: 'exit', listener: ExitListener): this; - once(event: 'rejectionHandled', listener: RejectionHandledListener): this; - once(event: 'uncaughtException', listener: UncaughtExceptionListener): this; - once(event: 'uncaughtExceptionMonitor', listener: UncaughtExceptionListener): this; - once(event: 'unhandledRejection', listener: UnhandledRejectionListener): this; - once(event: 'warning', listener: WarningListener): this; - once(event: 'message', listener: MessageListener): this; - once(event: Signals, listener: SignalsListener): this; - once(event: 'multipleResolves', listener: MultipleResolveListener): this; - once(event: 'worker', listener: WorkerListener): this; - once(event: string | symbol, listener: (...args: any[]) => void): this; - prependListener(event: 'beforeExit', listener: BeforeExitListener): this; - prependListener(event: 'disconnect', listener: DisconnectListener): this; - prependListener(event: 'exit', listener: ExitListener): this; - prependListener(event: 'rejectionHandled', listener: RejectionHandledListener): this; - prependListener(event: 'uncaughtException', listener: UncaughtExceptionListener): this; - prependListener(event: 'uncaughtExceptionMonitor', listener: UncaughtExceptionListener): this; - prependListener(event: 'unhandledRejection', listener: UnhandledRejectionListener): this; - prependListener(event: 'warning', listener: WarningListener): this; - prependListener(event: 'message', listener: MessageListener): this; - prependListener(event: Signals, listener: SignalsListener): this; - prependListener(event: 'multipleResolves', listener: MultipleResolveListener): this; - prependListener(event: 'worker', listener: WorkerListener): this; - prependOnceListener(event: 'beforeExit', listener: BeforeExitListener): this; - prependOnceListener(event: 'disconnect', listener: DisconnectListener): this; - prependOnceListener(event: 'exit', listener: ExitListener): this; - prependOnceListener(event: 'rejectionHandled', listener: RejectionHandledListener): this; - prependOnceListener(event: 'uncaughtException', listener: UncaughtExceptionListener): this; - prependOnceListener(event: 'uncaughtExceptionMonitor', listener: UncaughtExceptionListener): this; - prependOnceListener(event: 'unhandledRejection', listener: UnhandledRejectionListener): this; - prependOnceListener(event: 'warning', listener: WarningListener): this; - prependOnceListener(event: 'message', listener: MessageListener): this; - prependOnceListener(event: Signals, listener: SignalsListener): this; - prependOnceListener(event: 'multipleResolves', listener: MultipleResolveListener): this; - prependOnceListener(event: 'worker', listener: WorkerListener): this; - listeners(event: 'beforeExit'): BeforeExitListener[]; - listeners(event: 'disconnect'): DisconnectListener[]; - listeners(event: 'exit'): ExitListener[]; - listeners(event: 'rejectionHandled'): RejectionHandledListener[]; - listeners(event: 'uncaughtException'): UncaughtExceptionListener[]; - listeners(event: 'uncaughtExceptionMonitor'): UncaughtExceptionListener[]; - listeners(event: 'unhandledRejection'): UnhandledRejectionListener[]; - listeners(event: 'warning'): WarningListener[]; - listeners(event: 'message'): MessageListener[]; - listeners(event: Signals): SignalsListener[]; - listeners(event: 'multipleResolves'): MultipleResolveListener[]; - listeners(event: 'worker'): WorkerListener[]; - } - } - } - export = process; -} -declare module 'node:process' { - import process = require('process'); - export = process; -} diff --git a/software/flow/node_modules/@types/node/punycode.d.ts b/software/flow/node_modules/@types/node/punycode.d.ts deleted file mode 100755 index 87ebbb9..0000000 --- a/software/flow/node_modules/@types/node/punycode.d.ts +++ /dev/null @@ -1,117 +0,0 @@ -/** - * **The version of the punycode module bundled in Node.js is being deprecated.**In a future major version of Node.js this module will be removed. Users - * currently depending on the `punycode` module should switch to using the - * userland-provided [Punycode.js](https://github.com/bestiejs/punycode.js) module instead. For punycode-based URL - * encoding, see `url.domainToASCII` or, more generally, the `WHATWG URL API`. - * - * The `punycode` module is a bundled version of the [Punycode.js](https://github.com/bestiejs/punycode.js) module. It - * can be accessed using: - * - * ```js - * const punycode = require('punycode'); - * ``` - * - * [Punycode](https://tools.ietf.org/html/rfc3492) is a character encoding scheme defined by RFC 3492 that is - * primarily intended for use in Internationalized Domain Names. Because host - * names in URLs are limited to ASCII characters only, Domain Names that contain - * non-ASCII characters must be converted into ASCII using the Punycode scheme. - * For instance, the Japanese character that translates into the English word,`'example'` is `'例'`. The Internationalized Domain Name, `'例.com'` (equivalent - * to `'example.com'`) is represented by Punycode as the ASCII string`'xn--fsq.com'`. - * - * The `punycode` module provides a simple implementation of the Punycode standard. - * - * The `punycode` module is a third-party dependency used by Node.js and - * made available to developers as a convenience. Fixes or other modifications to - * the module must be directed to the [Punycode.js](https://github.com/bestiejs/punycode.js) project. - * @deprecated Since v7.0.0 - Deprecated - * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/punycode.js) - */ -declare module 'punycode' { - /** - * The `punycode.decode()` method converts a [Punycode](https://tools.ietf.org/html/rfc3492) string of ASCII-only - * characters to the equivalent string of Unicode codepoints. - * - * ```js - * punycode.decode('maana-pta'); // 'mañana' - * punycode.decode('--dqo34k'); // '☃-⌘' - * ``` - * @since v0.5.1 - */ - function decode(string: string): string; - /** - * The `punycode.encode()` method converts a string of Unicode codepoints to a [Punycode](https://tools.ietf.org/html/rfc3492) string of ASCII-only characters. - * - * ```js - * punycode.encode('mañana'); // 'maana-pta' - * punycode.encode('☃-⌘'); // '--dqo34k' - * ``` - * @since v0.5.1 - */ - function encode(string: string): string; - /** - * The `punycode.toUnicode()` method converts a string representing a domain name - * containing [Punycode](https://tools.ietf.org/html/rfc3492) encoded characters into Unicode. Only the [Punycode](https://tools.ietf.org/html/rfc3492) encoded parts of the domain name are be - * converted. - * - * ```js - * // decode domain names - * punycode.toUnicode('xn--maana-pta.com'); // 'mañana.com' - * punycode.toUnicode('xn----dqo34k.com'); // '☃-⌘.com' - * punycode.toUnicode('example.com'); // 'example.com' - * ``` - * @since v0.6.1 - */ - function toUnicode(domain: string): string; - /** - * The `punycode.toASCII()` method converts a Unicode string representing an - * Internationalized Domain Name to [Punycode](https://tools.ietf.org/html/rfc3492). Only the non-ASCII parts of the - * domain name will be converted. Calling `punycode.toASCII()` on a string that - * already only contains ASCII characters will have no effect. - * - * ```js - * // encode domain names - * punycode.toASCII('mañana.com'); // 'xn--maana-pta.com' - * punycode.toASCII('☃-⌘.com'); // 'xn----dqo34k.com' - * punycode.toASCII('example.com'); // 'example.com' - * ``` - * @since v0.6.1 - */ - function toASCII(domain: string): string; - /** - * @deprecated since v7.0.0 - * The version of the punycode module bundled in Node.js is being deprecated. - * In a future major version of Node.js this module will be removed. - * Users currently depending on the punycode module should switch to using - * the userland-provided Punycode.js module instead. - */ - const ucs2: ucs2; - interface ucs2 { - /** - * @deprecated since v7.0.0 - * The version of the punycode module bundled in Node.js is being deprecated. - * In a future major version of Node.js this module will be removed. - * Users currently depending on the punycode module should switch to using - * the userland-provided Punycode.js module instead. - */ - decode(string: string): number[]; - /** - * @deprecated since v7.0.0 - * The version of the punycode module bundled in Node.js is being deprecated. - * In a future major version of Node.js this module will be removed. - * Users currently depending on the punycode module should switch to using - * the userland-provided Punycode.js module instead. - */ - encode(codePoints: ReadonlyArray<number>): string; - } - /** - * @deprecated since v7.0.0 - * The version of the punycode module bundled in Node.js is being deprecated. - * In a future major version of Node.js this module will be removed. - * Users currently depending on the punycode module should switch to using - * the userland-provided Punycode.js module instead. - */ - const version: string; -} -declare module 'node:punycode' { - export * from 'punycode'; -} diff --git a/software/flow/node_modules/@types/node/querystring.d.ts b/software/flow/node_modules/@types/node/querystring.d.ts deleted file mode 100755 index e118547..0000000 --- a/software/flow/node_modules/@types/node/querystring.d.ts +++ /dev/null @@ -1,131 +0,0 @@ -/** - * The `querystring` module provides utilities for parsing and formatting URL - * query strings. It can be accessed using: - * - * ```js - * const querystring = require('querystring'); - * ``` - * - * `querystring` is more performant than `URLSearchParams` but is not a - * standardized API. Use `URLSearchParams` when performance is not critical - * or when compatibility with browser code is desirable. - * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/querystring.js) - */ -declare module 'querystring' { - interface StringifyOptions { - encodeURIComponent?: ((str: string) => string) | undefined; - } - interface ParseOptions { - maxKeys?: number | undefined; - decodeURIComponent?: ((str: string) => string) | undefined; - } - interface ParsedUrlQuery extends NodeJS.Dict<string | string[]> {} - interface ParsedUrlQueryInput extends NodeJS.Dict<string | number | boolean | ReadonlyArray<string> | ReadonlyArray<number> | ReadonlyArray<boolean> | null> {} - /** - * The `querystring.stringify()` method produces a URL query string from a - * given `obj` by iterating through the object's "own properties". - * - * It serializes the following types of values passed in `obj`:[string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#String_type) | - * [number](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Number_type) | - * [bigint](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt) | - * [boolean](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Boolean_type) | - * [string\[\]](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#String_type) | - * [number\[\]](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Number_type) | - * [bigint\[\]](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt) | - * [boolean\[\]](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Boolean_type) The numeric values must be finite. Any other input values will be coerced to - * empty strings. - * - * ```js - * querystring.stringify({ foo: 'bar', baz: ['qux', 'quux'], corge: '' }); - * // Returns 'foo=bar&#x26;baz=qux&#x26;baz=quux&#x26;corge=' - * - * querystring.stringify({ foo: 'bar', baz: 'qux' }, ';', ':'); - * // Returns 'foo:bar;baz:qux' - * ``` - * - * By default, characters requiring percent-encoding within the query string will - * be encoded as UTF-8\. If an alternative encoding is required, then an alternative`encodeURIComponent` option will need to be specified: - * - * ```js - * // Assuming gbkEncodeURIComponent function already exists, - * - * querystring.stringify({ w: '中文', foo: 'bar' }, null, null, - * { encodeURIComponent: gbkEncodeURIComponent }); - * ``` - * @since v0.1.25 - * @param obj The object to serialize into a URL query string - * @param [sep='&'] The substring used to delimit key and value pairs in the query string. - * @param [eq='='] . The substring used to delimit keys and values in the query string. - */ - function stringify(obj?: ParsedUrlQueryInput, sep?: string, eq?: string, options?: StringifyOptions): string; - /** - * The `querystring.parse()` method parses a URL query string (`str`) into a - * collection of key and value pairs. - * - * For example, the query string `'foo=bar&#x26;abc=xyz&#x26;abc=123'` is parsed into: - * - * ```js - * { - * foo: 'bar', - * abc: ['xyz', '123'] - * } - * ``` - * - * The object returned by the `querystring.parse()` method _does not_prototypically inherit from the JavaScript `Object`. This means that typical`Object` methods such as `obj.toString()`, - * `obj.hasOwnProperty()`, and others - * are not defined and _will not work_. - * - * By default, percent-encoded characters within the query string will be assumed - * to use UTF-8 encoding. If an alternative character encoding is used, then an - * alternative `decodeURIComponent` option will need to be specified: - * - * ```js - * // Assuming gbkDecodeURIComponent function already exists... - * - * querystring.parse('w=%D6%D0%CE%C4&#x26;foo=bar', null, null, - * { decodeURIComponent: gbkDecodeURIComponent }); - * ``` - * @since v0.1.25 - * @param str The URL query string to parse - * @param [sep='&'] The substring used to delimit key and value pairs in the query string. - * @param [eq='='] . The substring used to delimit keys and values in the query string. - */ - function parse(str: string, sep?: string, eq?: string, options?: ParseOptions): ParsedUrlQuery; - /** - * The querystring.encode() function is an alias for querystring.stringify(). - */ - const encode: typeof stringify; - /** - * The querystring.decode() function is an alias for querystring.parse(). - */ - const decode: typeof parse; - /** - * The `querystring.escape()` method performs URL percent-encoding on the given`str` in a manner that is optimized for the specific requirements of URL - * query strings. - * - * The `querystring.escape()` method is used by `querystring.stringify()` and is - * generally not expected to be used directly. It is exported primarily to allow - * application code to provide a replacement percent-encoding implementation if - * necessary by assigning `querystring.escape` to an alternative function. - * @since v0.1.25 - */ - function escape(str: string): string; - /** - * The `querystring.unescape()` method performs decoding of URL percent-encoded - * characters on the given `str`. - * - * The `querystring.unescape()` method is used by `querystring.parse()` and is - * generally not expected to be used directly. It is exported primarily to allow - * application code to provide a replacement decoding implementation if - * necessary by assigning `querystring.unescape` to an alternative function. - * - * By default, the `querystring.unescape()` method will attempt to use the - * JavaScript built-in `decodeURIComponent()` method to decode. If that fails, - * a safer equivalent that does not throw on malformed URLs will be used. - * @since v0.1.25 - */ - function unescape(str: string): string; -} -declare module 'node:querystring' { - export * from 'querystring'; -} diff --git a/software/flow/node_modules/@types/node/readline.d.ts b/software/flow/node_modules/@types/node/readline.d.ts deleted file mode 100755 index 6ab64ac..0000000 --- a/software/flow/node_modules/@types/node/readline.d.ts +++ /dev/null @@ -1,653 +0,0 @@ -/** - * The `readline` module provides an interface for reading data from a `Readable` stream (such as `process.stdin`) one line at a time. - * - * To use the promise-based APIs: - * - * ```js - * import * as readline from 'node:readline/promises'; - * ``` - * - * To use the callback and sync APIs: - * - * ```js - * import * as readline from 'node:readline'; - * ``` - * - * The following simple example illustrates the basic use of the `readline` module. - * - * ```js - * import * as readline from 'node:readline/promises'; - * import { stdin as input, stdout as output } from 'node:process'; - * - * const rl = readline.createInterface({ input, output }); - * - * const answer = await rl.question('What do you think of Node.js? '); - * - * console.log(`Thank you for your valuable feedback: ${answer}`); - * - * rl.close(); - * ``` - * - * Once this code is invoked, the Node.js application will not terminate until the`readline.Interface` is closed because the interface waits for data to be - * received on the `input` stream. - * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/readline.js) - */ -declare module 'readline' { - import { Abortable, EventEmitter } from 'node:events'; - import * as promises from 'node:readline/promises'; - - export { promises }; - export interface Key { - sequence?: string | undefined; - name?: string | undefined; - ctrl?: boolean | undefined; - meta?: boolean | undefined; - shift?: boolean | undefined; - } - /** - * Instances of the `readline.Interface` class are constructed using the`readline.createInterface()` method. Every instance is associated with a - * single `input` `Readable` stream and a single `output` `Writable` stream. - * The `output` stream is used to print prompts for user input that arrives on, - * and is read from, the `input` stream. - * @since v0.1.104 - */ - export class Interface extends EventEmitter { - readonly terminal: boolean; - /** - * The current input data being processed by node. - * - * This can be used when collecting input from a TTY stream to retrieve the - * current value that has been processed thus far, prior to the `line` event - * being emitted. Once the `line` event has been emitted, this property will - * be an empty string. - * - * Be aware that modifying the value during the instance runtime may have - * unintended consequences if `rl.cursor` is not also controlled. - * - * **If not using a TTY stream for input, use the `'line'` event.** - * - * One possible use case would be as follows: - * - * ```js - * const values = ['lorem ipsum', 'dolor sit amet']; - * const rl = readline.createInterface(process.stdin); - * const showResults = debounce(() => { - * console.log( - * '\n', - * values.filter((val) => val.startsWith(rl.line)).join(' ') - * ); - * }, 300); - * process.stdin.on('keypress', (c, k) => { - * showResults(); - * }); - * ``` - * @since v0.1.98 - */ - readonly line: string; - /** - * The cursor position relative to `rl.line`. - * - * This will track where the current cursor lands in the input string, when - * reading input from a TTY stream. The position of cursor determines the - * portion of the input string that will be modified as input is processed, - * as well as the column where the terminal caret will be rendered. - * @since v0.1.98 - */ - readonly cursor: number; - /** - * NOTE: According to the documentation: - * - * > Instances of the `readline.Interface` class are constructed using the - * > `readline.createInterface()` method. - * - * @see https://nodejs.org/dist/latest-v10.x/docs/api/readline.html#readline_class_interface - */ - protected constructor(input: NodeJS.ReadableStream, output?: NodeJS.WritableStream, completer?: Completer | AsyncCompleter, terminal?: boolean); - /** - * NOTE: According to the documentation: - * - * > Instances of the `readline.Interface` class are constructed using the - * > `readline.createInterface()` method. - * - * @see https://nodejs.org/dist/latest-v10.x/docs/api/readline.html#readline_class_interface - */ - protected constructor(options: ReadLineOptions); - /** - * The `rl.getPrompt()` method returns the current prompt used by `rl.prompt()`. - * @since v15.3.0 - * @return the current prompt string - */ - getPrompt(): string; - /** - * The `rl.setPrompt()` method sets the prompt that will be written to `output`whenever `rl.prompt()` is called. - * @since v0.1.98 - */ - setPrompt(prompt: string): void; - /** - * The `rl.prompt()` method writes the `readline.Interface` instances configured`prompt` to a new line in `output` in order to provide a user with a new - * location at which to provide input. - * - * When called, `rl.prompt()` will resume the `input` stream if it has been - * paused. - * - * If the `readline.Interface` was created with `output` set to `null` or`undefined` the prompt is not written. - * @since v0.1.98 - * @param preserveCursor If `true`, prevents the cursor placement from being reset to `0`. - */ - prompt(preserveCursor?: boolean): void; - /** - * The `rl.question()` method displays the `query` by writing it to the `output`, - * waits for user input to be provided on `input`, then invokes the `callback`function passing the provided input as the first argument. - * - * When called, `rl.question()` will resume the `input` stream if it has been - * paused. - * - * If the `readline.Interface` was created with `output` set to `null` or`undefined` the `query` is not written. - * - * The `callback` function passed to `rl.question()` does not follow the typical - * pattern of accepting an `Error` object or `null` as the first argument. - * The `callback` is called with the provided answer as the only argument. - * - * Example usage: - * - * ```js - * rl.question('What is your favorite food? ', (answer) => { - * console.log(`Oh, so your favorite food is ${answer}`); - * }); - * ``` - * - * Using an `AbortController` to cancel a question. - * - * ```js - * const ac = new AbortController(); - * const signal = ac.signal; - * - * rl.question('What is your favorite food? ', { signal }, (answer) => { - * console.log(`Oh, so your favorite food is ${answer}`); - * }); - * - * signal.addEventListener('abort', () => { - * console.log('The food question timed out'); - * }, { once: true }); - * - * setTimeout(() => ac.abort(), 10000); - * ``` - * - * If this method is invoked as it's util.promisify()ed version, it returns a - * Promise that fulfills with the answer. If the question is canceled using - * an `AbortController` it will reject with an `AbortError`. - * - * ```js - * const util = require('util'); - * const question = util.promisify(rl.question).bind(rl); - * - * async function questionExample() { - * try { - * const answer = await question('What is you favorite food? '); - * console.log(`Oh, so your favorite food is ${answer}`); - * } catch (err) { - * console.error('Question rejected', err); - * } - * } - * questionExample(); - * ``` - * @since v0.3.3 - * @param query A statement or query to write to `output`, prepended to the prompt. - * @param callback A callback function that is invoked with the user's input in response to the `query`. - */ - question(query: string, callback: (answer: string) => void): void; - question(query: string, options: Abortable, callback: (answer: string) => void): void; - /** - * The `rl.pause()` method pauses the `input` stream, allowing it to be resumed - * later if necessary. - * - * Calling `rl.pause()` does not immediately pause other events (including`'line'`) from being emitted by the `readline.Interface` instance. - * @since v0.3.4 - */ - pause(): this; - /** - * The `rl.resume()` method resumes the `input` stream if it has been paused. - * @since v0.3.4 - */ - resume(): this; - /** - * The `rl.close()` method closes the `readline.Interface` instance and - * relinquishes control over the `input` and `output` streams. When called, - * the `'close'` event will be emitted. - * - * Calling `rl.close()` does not immediately stop other events (including `'line'`) - * from being emitted by the `readline.Interface` instance. - * @since v0.1.98 - */ - close(): void; - /** - * The `rl.write()` method will write either `data` or a key sequence identified - * by `key` to the `output`. The `key` argument is supported only if `output` is - * a `TTY` text terminal. See `TTY keybindings` for a list of key - * combinations. - * - * If `key` is specified, `data` is ignored. - * - * When called, `rl.write()` will resume the `input` stream if it has been - * paused. - * - * If the `readline.Interface` was created with `output` set to `null` or`undefined` the `data` and `key` are not written. - * - * ```js - * rl.write('Delete this!'); - * // Simulate Ctrl+U to delete the line written previously - * rl.write(null, { ctrl: true, name: 'u' }); - * ``` - * - * The `rl.write()` method will write the data to the `readline` `Interface`'s`input`_as if it were provided by the user_. - * @since v0.1.98 - */ - write(data: string | Buffer, key?: Key): void; - write(data: undefined | null | string | Buffer, key: Key): void; - /** - * Returns the real position of the cursor in relation to the input - * prompt + string. Long input (wrapping) strings, as well as multiple - * line prompts are included in the calculations. - * @since v13.5.0, v12.16.0 - */ - getCursorPos(): CursorPos; - /** - * events.EventEmitter - * 1. close - * 2. line - * 3. pause - * 4. resume - * 5. SIGCONT - * 6. SIGINT - * 7. SIGTSTP - * 8. history - */ - addListener(event: string, listener: (...args: any[]) => void): this; - addListener(event: 'close', listener: () => void): this; - addListener(event: 'line', listener: (input: string) => void): this; - addListener(event: 'pause', listener: () => void): this; - addListener(event: 'resume', listener: () => void): this; - addListener(event: 'SIGCONT', listener: () => void): this; - addListener(event: 'SIGINT', listener: () => void): this; - addListener(event: 'SIGTSTP', listener: () => void): this; - addListener(event: 'history', listener: (history: string[]) => void): this; - emit(event: string | symbol, ...args: any[]): boolean; - emit(event: 'close'): boolean; - emit(event: 'line', input: string): boolean; - emit(event: 'pause'): boolean; - emit(event: 'resume'): boolean; - emit(event: 'SIGCONT'): boolean; - emit(event: 'SIGINT'): boolean; - emit(event: 'SIGTSTP'): boolean; - emit(event: 'history', history: string[]): boolean; - on(event: string, listener: (...args: any[]) => void): this; - on(event: 'close', listener: () => void): this; - on(event: 'line', listener: (input: string) => void): this; - on(event: 'pause', listener: () => void): this; - on(event: 'resume', listener: () => void): this; - on(event: 'SIGCONT', listener: () => void): this; - on(event: 'SIGINT', listener: () => void): this; - on(event: 'SIGTSTP', listener: () => void): this; - on(event: 'history', listener: (history: string[]) => void): this; - once(event: string, listener: (...args: any[]) => void): this; - once(event: 'close', listener: () => void): this; - once(event: 'line', listener: (input: string) => void): this; - once(event: 'pause', listener: () => void): this; - once(event: 'resume', listener: () => void): this; - once(event: 'SIGCONT', listener: () => void): this; - once(event: 'SIGINT', listener: () => void): this; - once(event: 'SIGTSTP', listener: () => void): this; - once(event: 'history', listener: (history: string[]) => void): this; - prependListener(event: string, listener: (...args: any[]) => void): this; - prependListener(event: 'close', listener: () => void): this; - prependListener(event: 'line', listener: (input: string) => void): this; - prependListener(event: 'pause', listener: () => void): this; - prependListener(event: 'resume', listener: () => void): this; - prependListener(event: 'SIGCONT', listener: () => void): this; - prependListener(event: 'SIGINT', listener: () => void): this; - prependListener(event: 'SIGTSTP', listener: () => void): this; - prependListener(event: 'history', listener: (history: string[]) => void): this; - prependOnceListener(event: string, listener: (...args: any[]) => void): this; - prependOnceListener(event: 'close', listener: () => void): this; - prependOnceListener(event: 'line', listener: (input: string) => void): this; - prependOnceListener(event: 'pause', listener: () => void): this; - prependOnceListener(event: 'resume', listener: () => void): this; - prependOnceListener(event: 'SIGCONT', listener: () => void): this; - prependOnceListener(event: 'SIGINT', listener: () => void): this; - prependOnceListener(event: 'SIGTSTP', listener: () => void): this; - prependOnceListener(event: 'history', listener: (history: string[]) => void): this; - [Symbol.asyncIterator](): AsyncIterableIterator<string>; - } - export type ReadLine = Interface; // type forwarded for backwards compatibility - export type Completer = (line: string) => CompleterResult; - export type AsyncCompleter = (line: string, callback: (err?: null | Error, result?: CompleterResult) => void) => void; - export type CompleterResult = [string[], string]; - export interface ReadLineOptions { - input: NodeJS.ReadableStream; - output?: NodeJS.WritableStream | undefined; - completer?: Completer | AsyncCompleter | undefined; - terminal?: boolean | undefined; - /** - * Initial list of history lines. This option makes sense - * only if `terminal` is set to `true` by the user or by an internal `output` - * check, otherwise the history caching mechanism is not initialized at all. - * @default [] - */ - history?: string[] | undefined; - historySize?: number | undefined; - prompt?: string | undefined; - crlfDelay?: number | undefined; - /** - * If `true`, when a new input line added - * to the history list duplicates an older one, this removes the older line - * from the list. - * @default false - */ - removeHistoryDuplicates?: boolean | undefined; - escapeCodeTimeout?: number | undefined; - tabSize?: number | undefined; - } - /** - * The `readline.createInterface()` method creates a new `readline.Interface`instance. - * - * ```js - * const readline = require('readline'); - * const rl = readline.createInterface({ - * input: process.stdin, - * output: process.stdout - * }); - * ``` - * - * Once the `readline.Interface` instance is created, the most common case is to - * listen for the `'line'` event: - * - * ```js - * rl.on('line', (line) => { - * console.log(`Received: ${line}`); - * }); - * ``` - * - * If `terminal` is `true` for this instance then the `output` stream will get - * the best compatibility if it defines an `output.columns` property and emits - * a `'resize'` event on the `output` if or when the columns ever change - * (`process.stdout` does this automatically when it is a TTY). - * - * When creating a `readline.Interface` using `stdin` as input, the program - * will not terminate until it receives `EOF` (Ctrl+D on - * Linux/macOS, Ctrl+Z followed by Return on - * Windows). - * If you want your application to exit without waiting for user input, you can `unref()` the standard input stream: - * - * ```js - * process.stdin.unref(); - * ``` - * @since v0.1.98 - */ - export function createInterface(input: NodeJS.ReadableStream, output?: NodeJS.WritableStream, completer?: Completer | AsyncCompleter, terminal?: boolean): Interface; - export function createInterface(options: ReadLineOptions): Interface; - /** - * The `readline.emitKeypressEvents()` method causes the given `Readable` stream to begin emitting `'keypress'` events corresponding to received input. - * - * Optionally, `interface` specifies a `readline.Interface` instance for which - * autocompletion is disabled when copy-pasted input is detected. - * - * If the `stream` is a `TTY`, then it must be in raw mode. - * - * This is automatically called by any readline instance on its `input` if the`input` is a terminal. Closing the `readline` instance does not stop - * the `input` from emitting `'keypress'` events. - * - * ```js - * readline.emitKeypressEvents(process.stdin); - * if (process.stdin.isTTY) - * process.stdin.setRawMode(true); - * ``` - * - * ## Example: Tiny CLI - * - * The following example illustrates the use of `readline.Interface` class to - * implement a small command-line interface: - * - * ```js - * const readline = require('readline'); - * const rl = readline.createInterface({ - * input: process.stdin, - * output: process.stdout, - * prompt: 'OHAI> ' - * }); - * - * rl.prompt(); - * - * rl.on('line', (line) => { - * switch (line.trim()) { - * case 'hello': - * console.log('world!'); - * break; - * default: - * console.log(`Say what? I might have heard '${line.trim()}'`); - * break; - * } - * rl.prompt(); - * }).on('close', () => { - * console.log('Have a great day!'); - * process.exit(0); - * }); - * ``` - * - * ## Example: Read file stream line-by-Line - * - * A common use case for `readline` is to consume an input file one line at a - * time. The easiest way to do so is leveraging the `fs.ReadStream` API as - * well as a `for await...of` loop: - * - * ```js - * const fs = require('fs'); - * const readline = require('readline'); - * - * async function processLineByLine() { - * const fileStream = fs.createReadStream('input.txt'); - * - * const rl = readline.createInterface({ - * input: fileStream, - * crlfDelay: Infinity - * }); - * // Note: we use the crlfDelay option to recognize all instances of CR LF - * // ('\r\n') in input.txt as a single line break. - * - * for await (const line of rl) { - * // Each line in input.txt will be successively available here as `line`. - * console.log(`Line from file: ${line}`); - * } - * } - * - * processLineByLine(); - * ``` - * - * Alternatively, one could use the `'line'` event: - * - * ```js - * const fs = require('fs'); - * const readline = require('readline'); - * - * const rl = readline.createInterface({ - * input: fs.createReadStream('sample.txt'), - * crlfDelay: Infinity - * }); - * - * rl.on('line', (line) => { - * console.log(`Line from file: ${line}`); - * }); - * ``` - * - * Currently, `for await...of` loop can be a bit slower. If `async` / `await`flow and speed are both essential, a mixed approach can be applied: - * - * ```js - * const { once } = require('events'); - * const { createReadStream } = require('fs'); - * const { createInterface } = require('readline'); - * - * (async function processLineByLine() { - * try { - * const rl = createInterface({ - * input: createReadStream('big-file.txt'), - * crlfDelay: Infinity - * }); - * - * rl.on('line', (line) => { - * // Process the line. - * }); - * - * await once(rl, 'close'); - * - * console.log('File processed.'); - * } catch (err) { - * console.error(err); - * } - * })(); - * ``` - * @since v0.7.7 - */ - export function emitKeypressEvents(stream: NodeJS.ReadableStream, readlineInterface?: Interface): void; - export type Direction = -1 | 0 | 1; - export interface CursorPos { - rows: number; - cols: number; - } - /** - * The `readline.clearLine()` method clears current line of given `TTY` stream - * in a specified direction identified by `dir`. - * @since v0.7.7 - * @param callback Invoked once the operation completes. - * @return `false` if `stream` wishes for the calling code to wait for the `'drain'` event to be emitted before continuing to write additional data; otherwise `true`. - */ - export function clearLine(stream: NodeJS.WritableStream, dir: Direction, callback?: () => void): boolean; - /** - * The `readline.clearScreenDown()` method clears the given `TTY` stream from - * the current position of the cursor down. - * @since v0.7.7 - * @param callback Invoked once the operation completes. - * @return `false` if `stream` wishes for the calling code to wait for the `'drain'` event to be emitted before continuing to write additional data; otherwise `true`. - */ - export function clearScreenDown(stream: NodeJS.WritableStream, callback?: () => void): boolean; - /** - * The `readline.cursorTo()` method moves cursor to the specified position in a - * given `TTY` `stream`. - * @since v0.7.7 - * @param callback Invoked once the operation completes. - * @return `false` if `stream` wishes for the calling code to wait for the `'drain'` event to be emitted before continuing to write additional data; otherwise `true`. - */ - export function cursorTo(stream: NodeJS.WritableStream, x: number, y?: number, callback?: () => void): boolean; - /** - * The `readline.moveCursor()` method moves the cursor _relative_ to its current - * position in a given `TTY` `stream`. - * - * ## Example: Tiny CLI - * - * The following example illustrates the use of `readline.Interface` class to - * implement a small command-line interface: - * - * ```js - * const readline = require('readline'); - * const rl = readline.createInterface({ - * input: process.stdin, - * output: process.stdout, - * prompt: 'OHAI> ' - * }); - * - * rl.prompt(); - * - * rl.on('line', (line) => { - * switch (line.trim()) { - * case 'hello': - * console.log('world!'); - * break; - * default: - * console.log(`Say what? I might have heard '${line.trim()}'`); - * break; - * } - * rl.prompt(); - * }).on('close', () => { - * console.log('Have a great day!'); - * process.exit(0); - * }); - * ``` - * - * ## Example: Read file stream line-by-Line - * - * A common use case for `readline` is to consume an input file one line at a - * time. The easiest way to do so is leveraging the `fs.ReadStream` API as - * well as a `for await...of` loop: - * - * ```js - * const fs = require('fs'); - * const readline = require('readline'); - * - * async function processLineByLine() { - * const fileStream = fs.createReadStream('input.txt'); - * - * const rl = readline.createInterface({ - * input: fileStream, - * crlfDelay: Infinity - * }); - * // Note: we use the crlfDelay option to recognize all instances of CR LF - * // ('\r\n') in input.txt as a single line break. - * - * for await (const line of rl) { - * // Each line in input.txt will be successively available here as `line`. - * console.log(`Line from file: ${line}`); - * } - * } - * - * processLineByLine(); - * ``` - * - * Alternatively, one could use the `'line'` event: - * - * ```js - * const fs = require('fs'); - * const readline = require('readline'); - * - * const rl = readline.createInterface({ - * input: fs.createReadStream('sample.txt'), - * crlfDelay: Infinity - * }); - * - * rl.on('line', (line) => { - * console.log(`Line from file: ${line}`); - * }); - * ``` - * - * Currently, `for await...of` loop can be a bit slower. If `async` / `await`flow and speed are both essential, a mixed approach can be applied: - * - * ```js - * const { once } = require('events'); - * const { createReadStream } = require('fs'); - * const { createInterface } = require('readline'); - * - * (async function processLineByLine() { - * try { - * const rl = createInterface({ - * input: createReadStream('big-file.txt'), - * crlfDelay: Infinity - * }); - * - * rl.on('line', (line) => { - * // Process the line. - * }); - * - * await once(rl, 'close'); - * - * console.log('File processed.'); - * } catch (err) { - * console.error(err); - * } - * })(); - * ``` - * @since v0.7.7 - * @param callback Invoked once the operation completes. - * @return `false` if `stream` wishes for the calling code to wait for the `'drain'` event to be emitted before continuing to write additional data; otherwise `true`. - */ - export function moveCursor(stream: NodeJS.WritableStream, dx: number, dy: number, callback?: () => void): boolean; -} -declare module 'node:readline' { - export * from 'readline'; -} diff --git a/software/flow/node_modules/@types/node/readline/promises.d.ts b/software/flow/node_modules/@types/node/readline/promises.d.ts deleted file mode 100755 index 8f9f06f..0000000 --- a/software/flow/node_modules/@types/node/readline/promises.d.ts +++ /dev/null @@ -1,143 +0,0 @@ -/** - * The `readline/promise` module provides an API for reading lines of input from a Readable stream one line at a time. - * - * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/readline/promises.js) - * @since v17.0.0 - */ -declare module 'readline/promises' { - import { Interface as _Interface, ReadLineOptions, Completer, AsyncCompleter, Direction } from 'node:readline'; - import { Abortable } from 'node:events'; - - class Interface extends _Interface { - /** - * The rl.question() method displays the query by writing it to the output, waits for user input to be provided on input, - * then invokes the callback function passing the provided input as the first argument. - * - * When called, rl.question() will resume the input stream if it has been paused. - * - * If the readlinePromises.Interface was created with output set to null or undefined the query is not written. - * - * If the question is called after rl.close(), it returns a rejected promise. - * - * Example usage: - * - * ```js - * const answer = await rl.question('What is your favorite food? '); - * console.log(`Oh, so your favorite food is ${answer}`); - * ``` - * - * Using an AbortSignal to cancel a question. - * - * ```js - * const signal = AbortSignal.timeout(10_000); - * - * signal.addEventListener('abort', () => { - * console.log('The food question timed out'); - * }, { once: true }); - * - * const answer = await rl.question('What is your favorite food? ', { signal }); - * console.log(`Oh, so your favorite food is ${answer}`); - * ``` - * - * @since v17.0.0 - * @param query A statement or query to write to output, prepended to the prompt. - */ - question(query: string): Promise<string>; - question(query: string, options: Abortable): Promise<string>; - } - - class Readline { - /** - * @param stream A TTY stream. - */ - constructor(stream: NodeJS.WritableStream, options?: { autoCommit?: boolean }); - /** - * The `rl.clearLine()` method adds to the internal list of pending action an action that clears current line of the associated `stream` in a specified direction identified by `dir`. - * Call `rl.commit()` to see the effect of this method, unless `autoCommit: true` was passed to the constructor. - */ - clearLine(dir: Direction): this; - /** - * The `rl.clearScreenDown()` method adds to the internal list of pending action an action that clears the associated `stream` from the current position of the cursor down. - * Call `rl.commit()` to see the effect of this method, unless `autoCommit: true` was passed to the constructor. - */ - clearScreenDown(): this; - /** - * The `rl.commit()` method sends all the pending actions to the associated `stream` and clears the internal list of pending actions. - */ - commit(): Promise<void>; - /** - * The `rl.cursorTo()` method adds to the internal list of pending action an action that moves cursor to the specified position in the associated `stream`. - * Call `rl.commit()` to see the effect of this method, unless `autoCommit: true` was passed to the constructor. - */ - cursorTo(x: number, y?: number): this; - /** - * The `rl.moveCursor()` method adds to the internal list of pending action an action that moves the cursor relative to its current position in the associated `stream`. - * Call `rl.commit()` to see the effect of this method, unless autoCommit: true was passed to the constructor. - */ - moveCursor(dx: number, dy: number): this; - /** - * The `rl.rollback()` method clears the internal list of pending actions without sending it to the associated `stream`. - */ - rollback(): this; - } - - /** - * The `readlinePromises.createInterface()` method creates a new `readlinePromises.Interface` instance. - * - * ```js - * const readlinePromises = require('node:readline/promises'); - * const rl = readlinePromises.createInterface({ - * input: process.stdin, - * output: process.stdout - * }); - * ``` - * - * Once the `readlinePromises.Interface` instance is created, the most common case is to listen for the `'line'` event: - * - * ```js - * rl.on('line', (line) => { - * console.log(`Received: ${line}`); - * }); - * ``` - * - * If `terminal` is `true` for this instance then the `output` stream will get the best compatibility if it defines an `output.columns` property, - * and emits a `'resize'` event on the `output`, if or when the columns ever change (`process.stdout` does this automatically when it is a TTY). - * - * ## Use of the `completer` function - * - * The `completer` function takes the current line entered by the user as an argument, and returns an `Array` with 2 entries: - * - * - An Array with matching entries for the completion. - * - The substring that was used for the matching. - * - * For instance: `[[substr1, substr2, ...], originalsubstring]`. - * - * ```js - * function completer(line) { - * const completions = '.help .error .exit .quit .q'.split(' '); - * const hits = completions.filter((c) => c.startsWith(line)); - * // Show all completions if none found - * return [hits.length ? hits : completions, line]; - * } - * ``` - * - * The `completer` function can also returns a `Promise`, or be asynchronous: - * - * ```js - * async function completer(linePartial) { - * await someAsyncWork(); - * return [['123'], linePartial]; - * } - * ``` - */ - function createInterface( - input: NodeJS.ReadableStream, - output?: NodeJS.WritableStream, - completer?: Completer | AsyncCompleter, - terminal?: boolean, - ): Interface; - function createInterface(options: ReadLineOptions): Interface; -} -declare module 'node:readline/promises' { - export * from 'readline/promises'; -} diff --git a/software/flow/node_modules/@types/node/repl.d.ts b/software/flow/node_modules/@types/node/repl.d.ts deleted file mode 100755 index be42ccc..0000000 --- a/software/flow/node_modules/@types/node/repl.d.ts +++ /dev/null @@ -1,424 +0,0 @@ -/** - * The `repl` module provides a Read-Eval-Print-Loop (REPL) implementation that - * is available both as a standalone program or includible in other applications. - * It can be accessed using: - * - * ```js - * const repl = require('repl'); - * ``` - * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/repl.js) - */ -declare module 'repl' { - import { Interface, Completer, AsyncCompleter } from 'node:readline'; - import { Context } from 'node:vm'; - import { InspectOptions } from 'node:util'; - interface ReplOptions { - /** - * The input prompt to display. - * @default "> " - */ - prompt?: string | undefined; - /** - * The `Readable` stream from which REPL input will be read. - * @default process.stdin - */ - input?: NodeJS.ReadableStream | undefined; - /** - * The `Writable` stream to which REPL output will be written. - * @default process.stdout - */ - output?: NodeJS.WritableStream | undefined; - /** - * If `true`, specifies that the output should be treated as a TTY terminal, and have - * ANSI/VT100 escape codes written to it. - * Default: checking the value of the `isTTY` property on the output stream upon - * instantiation. - */ - terminal?: boolean | undefined; - /** - * The function to be used when evaluating each given line of input. - * Default: an async wrapper for the JavaScript `eval()` function. An `eval` function can - * error with `repl.Recoverable` to indicate the input was incomplete and prompt for - * additional lines. - * - * @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_default_evaluation - * @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_custom_evaluation_functions - */ - eval?: REPLEval | undefined; - /** - * Defines if the repl prints output previews or not. - * @default `true` Always `false` in case `terminal` is falsy. - */ - preview?: boolean | undefined; - /** - * If `true`, specifies that the default `writer` function should include ANSI color - * styling to REPL output. If a custom `writer` function is provided then this has no - * effect. - * Default: the REPL instance's `terminal` value. - */ - useColors?: boolean | undefined; - /** - * If `true`, specifies that the default evaluation function will use the JavaScript - * `global` as the context as opposed to creating a new separate context for the REPL - * instance. The node CLI REPL sets this value to `true`. - * Default: `false`. - */ - useGlobal?: boolean | undefined; - /** - * If `true`, specifies that the default writer will not output the return value of a - * command if it evaluates to `undefined`. - * Default: `false`. - */ - ignoreUndefined?: boolean | undefined; - /** - * The function to invoke to format the output of each command before writing to `output`. - * Default: a wrapper for `util.inspect`. - * - * @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_customizing_repl_output - */ - writer?: REPLWriter | undefined; - /** - * An optional function used for custom Tab auto completion. - * - * @see https://nodejs.org/dist/latest-v11.x/docs/api/readline.html#readline_use_of_the_completer_function - */ - completer?: Completer | AsyncCompleter | undefined; - /** - * A flag that specifies whether the default evaluator executes all JavaScript commands in - * strict mode or default (sloppy) mode. - * Accepted values are: - * - `repl.REPL_MODE_SLOPPY` - evaluates expressions in sloppy mode. - * - `repl.REPL_MODE_STRICT` - evaluates expressions in strict mode. This is equivalent to - * prefacing every repl statement with `'use strict'`. - */ - replMode?: typeof REPL_MODE_SLOPPY | typeof REPL_MODE_STRICT | undefined; - /** - * Stop evaluating the current piece of code when `SIGINT` is received, i.e. `Ctrl+C` is - * pressed. This cannot be used together with a custom `eval` function. - * Default: `false`. - */ - breakEvalOnSigint?: boolean | undefined; - } - type REPLEval = (this: REPLServer, evalCmd: string, context: Context, file: string, cb: (err: Error | null, result: any) => void) => void; - type REPLWriter = (this: REPLServer, obj: any) => string; - /** - * This is the default "writer" value, if none is passed in the REPL options, - * and it can be overridden by custom print functions. - */ - const writer: REPLWriter & { - options: InspectOptions; - }; - type REPLCommandAction = (this: REPLServer, text: string) => void; - interface REPLCommand { - /** - * Help text to be displayed when `.help` is entered. - */ - help?: string | undefined; - /** - * The function to execute, optionally accepting a single string argument. - */ - action: REPLCommandAction; - } - /** - * Instances of `repl.REPLServer` are created using the {@link start} method - * or directly using the JavaScript `new` keyword. - * - * ```js - * const repl = require('repl'); - * - * const options = { useColors: true }; - * - * const firstInstance = repl.start(options); - * const secondInstance = new repl.REPLServer(options); - * ``` - * @since v0.1.91 - */ - class REPLServer extends Interface { - /** - * The `vm.Context` provided to the `eval` function to be used for JavaScript - * evaluation. - */ - readonly context: Context; - /** - * @deprecated since v14.3.0 - Use `input` instead. - */ - readonly inputStream: NodeJS.ReadableStream; - /** - * @deprecated since v14.3.0 - Use `output` instead. - */ - readonly outputStream: NodeJS.WritableStream; - /** - * The `Readable` stream from which REPL input will be read. - */ - readonly input: NodeJS.ReadableStream; - /** - * The `Writable` stream to which REPL output will be written. - */ - readonly output: NodeJS.WritableStream; - /** - * The commands registered via `replServer.defineCommand()`. - */ - readonly commands: NodeJS.ReadOnlyDict<REPLCommand>; - /** - * A value indicating whether the REPL is currently in "editor mode". - * - * @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_commands_and_special_keys - */ - readonly editorMode: boolean; - /** - * A value indicating whether the `_` variable has been assigned. - * - * @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_assignment_of_the_underscore_variable - */ - readonly underscoreAssigned: boolean; - /** - * The last evaluation result from the REPL (assigned to the `_` variable inside of the REPL). - * - * @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_assignment_of_the_underscore_variable - */ - readonly last: any; - /** - * A value indicating whether the `_error` variable has been assigned. - * - * @since v9.8.0 - * @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_assignment_of_the_underscore_variable - */ - readonly underscoreErrAssigned: boolean; - /** - * The last error raised inside the REPL (assigned to the `_error` variable inside of the REPL). - * - * @since v9.8.0 - * @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_assignment_of_the_underscore_variable - */ - readonly lastError: any; - /** - * Specified in the REPL options, this is the function to be used when evaluating each - * given line of input. If not specified in the REPL options, this is an async wrapper - * for the JavaScript `eval()` function. - */ - readonly eval: REPLEval; - /** - * Specified in the REPL options, this is a value indicating whether the default - * `writer` function should include ANSI color styling to REPL output. - */ - readonly useColors: boolean; - /** - * Specified in the REPL options, this is a value indicating whether the default `eval` - * function will use the JavaScript `global` as the context as opposed to creating a new - * separate context for the REPL instance. - */ - readonly useGlobal: boolean; - /** - * Specified in the REPL options, this is a value indicating whether the default `writer` - * function should output the result of a command if it evaluates to `undefined`. - */ - readonly ignoreUndefined: boolean; - /** - * Specified in the REPL options, this is the function to invoke to format the output of - * each command before writing to `outputStream`. If not specified in the REPL options, - * this will be a wrapper for `util.inspect`. - */ - readonly writer: REPLWriter; - /** - * Specified in the REPL options, this is the function to use for custom Tab auto-completion. - */ - readonly completer: Completer | AsyncCompleter; - /** - * Specified in the REPL options, this is a flag that specifies whether the default `eval` - * function should execute all JavaScript commands in strict mode or default (sloppy) mode. - * Possible values are: - * - `repl.REPL_MODE_SLOPPY` - evaluates expressions in sloppy mode. - * - `repl.REPL_MODE_STRICT` - evaluates expressions in strict mode. This is equivalent to - * prefacing every repl statement with `'use strict'`. - */ - readonly replMode: typeof REPL_MODE_SLOPPY | typeof REPL_MODE_STRICT; - /** - * NOTE: According to the documentation: - * - * > Instances of `repl.REPLServer` are created using the `repl.start()` method and - * > _should not_ be created directly using the JavaScript `new` keyword. - * - * `REPLServer` cannot be subclassed due to implementation specifics in NodeJS. - * - * @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_class_replserver - */ - private constructor(); - /** - * The `replServer.defineCommand()` method is used to add new `.`\-prefixed commands - * to the REPL instance. Such commands are invoked by typing a `.` followed by the`keyword`. The `cmd` is either a `Function` or an `Object` with the following - * properties: - * - * The following example shows two new commands added to the REPL instance: - * - * ```js - * const repl = require('repl'); - * - * const replServer = repl.start({ prompt: '> ' }); - * replServer.defineCommand('sayhello', { - * help: 'Say hello', - * action(name) { - * this.clearBufferedCommand(); - * console.log(`Hello, ${name}!`); - * this.displayPrompt(); - * } - * }); - * replServer.defineCommand('saybye', function saybye() { - * console.log('Goodbye!'); - * this.close(); - * }); - * ``` - * - * The new commands can then be used from within the REPL instance: - * - * ```console - * > .sayhello Node.js User - * Hello, Node.js User! - * > .saybye - * Goodbye! - * ``` - * @since v0.3.0 - * @param keyword The command keyword (_without_ a leading `.` character). - * @param cmd The function to invoke when the command is processed. - */ - defineCommand(keyword: string, cmd: REPLCommandAction | REPLCommand): void; - /** - * The `replServer.displayPrompt()` method readies the REPL instance for input - * from the user, printing the configured `prompt` to a new line in the `output`and resuming the `input` to accept new input. - * - * When multi-line input is being entered, an ellipsis is printed rather than the - * 'prompt'. - * - * When `preserveCursor` is `true`, the cursor placement will not be reset to `0`. - * - * The `replServer.displayPrompt` method is primarily intended to be called from - * within the action function for commands registered using the`replServer.defineCommand()` method. - * @since v0.1.91 - */ - displayPrompt(preserveCursor?: boolean): void; - /** - * The `replServer.clearBufferedCommand()` method clears any command that has been - * buffered but not yet executed. This method is primarily intended to be - * called from within the action function for commands registered using the`replServer.defineCommand()` method. - * @since v9.0.0 - */ - clearBufferedCommand(): void; - /** - * Initializes a history log file for the REPL instance. When executing the - * Node.js binary and using the command-line REPL, a history file is initialized - * by default. However, this is not the case when creating a REPL - * programmatically. Use this method to initialize a history log file when working - * with REPL instances programmatically. - * @since v11.10.0 - * @param historyPath the path to the history file - * @param callback called when history writes are ready or upon error - */ - setupHistory(path: string, callback: (err: Error | null, repl: this) => void): void; - /** - * events.EventEmitter - * 1. close - inherited from `readline.Interface` - * 2. line - inherited from `readline.Interface` - * 3. pause - inherited from `readline.Interface` - * 4. resume - inherited from `readline.Interface` - * 5. SIGCONT - inherited from `readline.Interface` - * 6. SIGINT - inherited from `readline.Interface` - * 7. SIGTSTP - inherited from `readline.Interface` - * 8. exit - * 9. reset - */ - addListener(event: string, listener: (...args: any[]) => void): this; - addListener(event: 'close', listener: () => void): this; - addListener(event: 'line', listener: (input: string) => void): this; - addListener(event: 'pause', listener: () => void): this; - addListener(event: 'resume', listener: () => void): this; - addListener(event: 'SIGCONT', listener: () => void): this; - addListener(event: 'SIGINT', listener: () => void): this; - addListener(event: 'SIGTSTP', listener: () => void): this; - addListener(event: 'exit', listener: () => void): this; - addListener(event: 'reset', listener: (context: Context) => void): this; - emit(event: string | symbol, ...args: any[]): boolean; - emit(event: 'close'): boolean; - emit(event: 'line', input: string): boolean; - emit(event: 'pause'): boolean; - emit(event: 'resume'): boolean; - emit(event: 'SIGCONT'): boolean; - emit(event: 'SIGINT'): boolean; - emit(event: 'SIGTSTP'): boolean; - emit(event: 'exit'): boolean; - emit(event: 'reset', context: Context): boolean; - on(event: string, listener: (...args: any[]) => void): this; - on(event: 'close', listener: () => void): this; - on(event: 'line', listener: (input: string) => void): this; - on(event: 'pause', listener: () => void): this; - on(event: 'resume', listener: () => void): this; - on(event: 'SIGCONT', listener: () => void): this; - on(event: 'SIGINT', listener: () => void): this; - on(event: 'SIGTSTP', listener: () => void): this; - on(event: 'exit', listener: () => void): this; - on(event: 'reset', listener: (context: Context) => void): this; - once(event: string, listener: (...args: any[]) => void): this; - once(event: 'close', listener: () => void): this; - once(event: 'line', listener: (input: string) => void): this; - once(event: 'pause', listener: () => void): this; - once(event: 'resume', listener: () => void): this; - once(event: 'SIGCONT', listener: () => void): this; - once(event: 'SIGINT', listener: () => void): this; - once(event: 'SIGTSTP', listener: () => void): this; - once(event: 'exit', listener: () => void): this; - once(event: 'reset', listener: (context: Context) => void): this; - prependListener(event: string, listener: (...args: any[]) => void): this; - prependListener(event: 'close', listener: () => void): this; - prependListener(event: 'line', listener: (input: string) => void): this; - prependListener(event: 'pause', listener: () => void): this; - prependListener(event: 'resume', listener: () => void): this; - prependListener(event: 'SIGCONT', listener: () => void): this; - prependListener(event: 'SIGINT', listener: () => void): this; - prependListener(event: 'SIGTSTP', listener: () => void): this; - prependListener(event: 'exit', listener: () => void): this; - prependListener(event: 'reset', listener: (context: Context) => void): this; - prependOnceListener(event: string, listener: (...args: any[]) => void): this; - prependOnceListener(event: 'close', listener: () => void): this; - prependOnceListener(event: 'line', listener: (input: string) => void): this; - prependOnceListener(event: 'pause', listener: () => void): this; - prependOnceListener(event: 'resume', listener: () => void): this; - prependOnceListener(event: 'SIGCONT', listener: () => void): this; - prependOnceListener(event: 'SIGINT', listener: () => void): this; - prependOnceListener(event: 'SIGTSTP', listener: () => void): this; - prependOnceListener(event: 'exit', listener: () => void): this; - prependOnceListener(event: 'reset', listener: (context: Context) => void): this; - } - /** - * A flag passed in the REPL options. Evaluates expressions in sloppy mode. - */ - const REPL_MODE_SLOPPY: unique symbol; - /** - * A flag passed in the REPL options. Evaluates expressions in strict mode. - * This is equivalent to prefacing every repl statement with `'use strict'`. - */ - const REPL_MODE_STRICT: unique symbol; - /** - * The `repl.start()` method creates and starts a {@link REPLServer} instance. - * - * If `options` is a string, then it specifies the input prompt: - * - * ```js - * const repl = require('repl'); - * - * // a Unix style prompt - * repl.start('$ '); - * ``` - * @since v0.1.91 - */ - function start(options?: string | ReplOptions): REPLServer; - /** - * Indicates a recoverable error that a `REPLServer` can use to support multi-line input. - * - * @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_recoverable_errors - */ - class Recoverable extends SyntaxError { - err: Error; - constructor(err: Error); - } -} -declare module 'node:repl' { - export * from 'repl'; -} diff --git a/software/flow/node_modules/@types/node/stream.d.ts b/software/flow/node_modules/@types/node/stream.d.ts deleted file mode 100755 index 711fd9c..0000000 --- a/software/flow/node_modules/@types/node/stream.d.ts +++ /dev/null @@ -1,1340 +0,0 @@ -/** - * A stream is an abstract interface for working with streaming data in Node.js. - * The `stream` module provides an API for implementing the stream interface. - * - * There are many stream objects provided by Node.js. For instance, a `request to an HTTP server` and `process.stdout` are both stream instances. - * - * Streams can be readable, writable, or both. All streams are instances of `EventEmitter`. - * - * To access the `stream` module: - * - * ```js - * const stream = require('stream'); - * ``` - * - * The `stream` module is useful for creating new types of stream instances. It is - * usually not necessary to use the `stream` module to consume streams. - * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/stream.js) - */ -declare module 'stream' { - import { EventEmitter, Abortable } from 'node:events'; - import { Blob as NodeBlob } from "node:buffer"; - import * as streamPromises from 'node:stream/promises'; - import * as streamConsumers from 'node:stream/consumers'; - import * as streamWeb from 'node:stream/web'; - class internal extends EventEmitter { - pipe<T extends NodeJS.WritableStream>( - destination: T, - options?: { - end?: boolean | undefined; - } - ): T; - } - namespace internal { - class Stream extends internal { - constructor(opts?: ReadableOptions); - } - interface StreamOptions<T extends Stream> extends Abortable { - emitClose?: boolean | undefined; - highWaterMark?: number | undefined; - objectMode?: boolean | undefined; - construct?(this: T, callback: (error?: Error | null) => void): void; - destroy?(this: T, error: Error | null, callback: (error: Error | null) => void): void; - autoDestroy?: boolean | undefined; - } - interface ReadableOptions extends StreamOptions<Readable> { - encoding?: BufferEncoding | undefined; - read?(this: Readable, size: number): void; - } - /** - * @since v0.9.4 - */ - class Readable extends Stream implements NodeJS.ReadableStream { - /** - * A utility method for creating Readable Streams out of iterators. - */ - static from(iterable: Iterable<any> | AsyncIterable<any>, options?: ReadableOptions): Readable; - /** - * A utility method for creating a `Readable` from a web `ReadableStream`. - * @since v17.0.0 - * @experimental - */ - static fromWeb(readableStream: streamWeb.ReadableStream, options?: Pick<ReadableOptions, 'encoding' | 'highWaterMark' | 'objectMode' | 'signal'>): Readable; - /** - * Returns whether the stream has been read from or cancelled. - * @since v16.8.0 - */ - static isDisturbed(stream: Readable | NodeJS.ReadableStream): boolean; - /** - * A utility method for creating a web `ReadableStream` from a `Readable`. - * @since v17.0.0 - * @experimental - */ - static toWeb(streamReadable: Readable): streamWeb.ReadableStream; - /** - * Returns whether the stream was destroyed or errored before emitting `'end'`. - * @since v16.8.0 - * @experimental - */ - readonly readableAborted: boolean; - /** - * Is `true` if it is safe to call `readable.read()`, which means - * the stream has not been destroyed or emitted `'error'` or `'end'`. - * @since v11.4.0 - */ - readable: boolean; - /** - * Returns whether `'data'` has been emitted. - * @since v16.7.0, v14.18.0 - * @experimental - */ - readonly readableDidRead: boolean; - /** - * Getter for the property `encoding` of a given `Readable` stream. The `encoding`property can be set using the `readable.setEncoding()` method. - * @since v12.7.0 - */ - readonly readableEncoding: BufferEncoding | null; - /** - * Becomes `true` when `'end'` event is emitted. - * @since v12.9.0 - */ - readonly readableEnded: boolean; - /** - * This property reflects the current state of a `Readable` stream as described - * in the `Three states` section. - * @since v9.4.0 - */ - readonly readableFlowing: boolean | null; - /** - * Returns the value of `highWaterMark` passed when creating this `Readable`. - * @since v9.3.0 - */ - readonly readableHighWaterMark: number; - /** - * This property contains the number of bytes (or objects) in the queue - * ready to be read. The value provides introspection data regarding - * the status of the `highWaterMark`. - * @since v9.4.0 - */ - readonly readableLength: number; - /** - * Getter for the property `objectMode` of a given `Readable` stream. - * @since v12.3.0 - */ - readonly readableObjectMode: boolean; - /** - * Is `true` after `readable.destroy()` has been called. - * @since v8.0.0 - */ - destroyed: boolean; - /** - * Is true after 'close' has been emitted. - * @since v18.0.0 - */ - readonly closed: boolean; - /** - * Returns error if the stream has been destroyed with an error. - * @since v18.0.0 - */ - readonly errored: Error | null; - constructor(opts?: ReadableOptions); - _construct?(callback: (error?: Error | null) => void): void; - _read(size: number): void; - /** - * The `readable.read()` method reads data out of the internal buffer and - * returns it. If no data is available to be read, `null` is returned. By default, - * the data is returned as a `Buffer` object unless an encoding has been - * specified using the `readable.setEncoding()` method or the stream is operating - * in object mode. - * - * The optional `size` argument specifies a specific number of bytes to read. If`size` bytes are not available to be read, `null` will be returned _unless_the stream has ended, in which - * case all of the data remaining in the internal - * buffer will be returned. - * - * If the `size` argument is not specified, all of the data contained in the - * internal buffer will be returned. - * - * The `size` argument must be less than or equal to 1 GiB. - * - * The `readable.read()` method should only be called on `Readable` streams - * operating in paused mode. In flowing mode, `readable.read()` is called - * automatically until the internal buffer is fully drained. - * - * ```js - * const readable = getReadableStreamSomehow(); - * - * // 'readable' may be triggered multiple times as data is buffered in - * readable.on('readable', () => { - * let chunk; - * console.log('Stream is readable (new data received in buffer)'); - * // Use a loop to make sure we read all currently available data - * while (null !== (chunk = readable.read())) { - * console.log(`Read ${chunk.length} bytes of data...`); - * } - * }); - * - * // 'end' will be triggered once when there is no more data available - * readable.on('end', () => { - * console.log('Reached end of stream.'); - * }); - * ``` - * - * Each call to `readable.read()` returns a chunk of data, or `null`. The chunks - * are not concatenated. A `while` loop is necessary to consume all data - * currently in the buffer. When reading a large file `.read()` may return `null`, - * having consumed all buffered content so far, but there is still more data to - * come not yet buffered. In this case a new `'readable'` event will be emitted - * when there is more data in the buffer. Finally the `'end'` event will be - * emitted when there is no more data to come. - * - * Therefore to read a file's whole contents from a `readable`, it is necessary - * to collect chunks across multiple `'readable'` events: - * - * ```js - * const chunks = []; - * - * readable.on('readable', () => { - * let chunk; - * while (null !== (chunk = readable.read())) { - * chunks.push(chunk); - * } - * }); - * - * readable.on('end', () => { - * const content = chunks.join(''); - * }); - * ``` - * - * A `Readable` stream in object mode will always return a single item from - * a call to `readable.read(size)`, regardless of the value of the`size` argument. - * - * If the `readable.read()` method returns a chunk of data, a `'data'` event will - * also be emitted. - * - * Calling {@link read} after the `'end'` event has - * been emitted will return `null`. No runtime error will be raised. - * @since v0.9.4 - * @param size Optional argument to specify how much data to read. - */ - read(size?: number): any; - /** - * The `readable.setEncoding()` method sets the character encoding for - * data read from the `Readable` stream. - * - * By default, no encoding is assigned and stream data will be returned as`Buffer` objects. Setting an encoding causes the stream data - * to be returned as strings of the specified encoding rather than as `Buffer`objects. For instance, calling `readable.setEncoding('utf8')` will cause the - * output data to be interpreted as UTF-8 data, and passed as strings. Calling`readable.setEncoding('hex')` will cause the data to be encoded in hexadecimal - * string format. - * - * The `Readable` stream will properly handle multi-byte characters delivered - * through the stream that would otherwise become improperly decoded if simply - * pulled from the stream as `Buffer` objects. - * - * ```js - * const readable = getReadableStreamSomehow(); - * readable.setEncoding('utf8'); - * readable.on('data', (chunk) => { - * assert.equal(typeof chunk, 'string'); - * console.log('Got %d characters of string data:', chunk.length); - * }); - * ``` - * @since v0.9.4 - * @param encoding The encoding to use. - */ - setEncoding(encoding: BufferEncoding): this; - /** - * The `readable.pause()` method will cause a stream in flowing mode to stop - * emitting `'data'` events, switching out of flowing mode. Any data that - * becomes available will remain in the internal buffer. - * - * ```js - * const readable = getReadableStreamSomehow(); - * readable.on('data', (chunk) => { - * console.log(`Received ${chunk.length} bytes of data.`); - * readable.pause(); - * console.log('There will be no additional data for 1 second.'); - * setTimeout(() => { - * console.log('Now data will start flowing again.'); - * readable.resume(); - * }, 1000); - * }); - * ``` - * - * The `readable.pause()` method has no effect if there is a `'readable'`event listener. - * @since v0.9.4 - */ - pause(): this; - /** - * The `readable.resume()` method causes an explicitly paused `Readable` stream to - * resume emitting `'data'` events, switching the stream into flowing mode. - * - * The `readable.resume()` method can be used to fully consume the data from a - * stream without actually processing any of that data: - * - * ```js - * getReadableStreamSomehow() - * .resume() - * .on('end', () => { - * console.log('Reached the end, but did not read anything.'); - * }); - * ``` - * - * The `readable.resume()` method has no effect if there is a `'readable'`event listener. - * @since v0.9.4 - */ - resume(): this; - /** - * The `readable.isPaused()` method returns the current operating state of the`Readable`. This is used primarily by the mechanism that underlies the`readable.pipe()` method. In most - * typical cases, there will be no reason to - * use this method directly. - * - * ```js - * const readable = new stream.Readable(); - * - * readable.isPaused(); // === false - * readable.pause(); - * readable.isPaused(); // === true - * readable.resume(); - * readable.isPaused(); // === false - * ``` - * @since v0.11.14 - */ - isPaused(): boolean; - /** - * The `readable.unpipe()` method detaches a `Writable` stream previously attached - * using the {@link pipe} method. - * - * If the `destination` is not specified, then _all_ pipes are detached. - * - * If the `destination` is specified, but no pipe is set up for it, then - * the method does nothing. - * - * ```js - * const fs = require('fs'); - * const readable = getReadableStreamSomehow(); - * const writable = fs.createWriteStream('file.txt'); - * // All the data from readable goes into 'file.txt', - * // but only for the first second. - * readable.pipe(writable); - * setTimeout(() => { - * console.log('Stop writing to file.txt.'); - * readable.unpipe(writable); - * console.log('Manually close the file stream.'); - * writable.end(); - * }, 1000); - * ``` - * @since v0.9.4 - * @param destination Optional specific stream to unpipe - */ - unpipe(destination?: NodeJS.WritableStream): this; - /** - * Passing `chunk` as `null` signals the end of the stream (EOF) and behaves the - * same as `readable.push(null)`, after which no more data can be written. The EOF - * signal is put at the end of the buffer and any buffered data will still be - * flushed. - * - * The `readable.unshift()` method pushes a chunk of data back into the internal - * buffer. This is useful in certain situations where a stream is being consumed by - * code that needs to "un-consume" some amount of data that it has optimistically - * pulled out of the source, so that the data can be passed on to some other party. - * - * The `stream.unshift(chunk)` method cannot be called after the `'end'` event - * has been emitted or a runtime error will be thrown. - * - * Developers using `stream.unshift()` often should consider switching to - * use of a `Transform` stream instead. See the `API for stream implementers` section for more information. - * - * ```js - * // Pull off a header delimited by \n\n. - * // Use unshift() if we get too much. - * // Call the callback with (error, header, stream). - * const { StringDecoder } = require('string_decoder'); - * function parseHeader(stream, callback) { - * stream.on('error', callback); - * stream.on('readable', onReadable); - * const decoder = new StringDecoder('utf8'); - * let header = ''; - * function onReadable() { - * let chunk; - * while (null !== (chunk = stream.read())) { - * const str = decoder.write(chunk); - * if (str.includes('\n\n')) { - * // Found the header boundary. - * const split = str.split(/\n\n/); - * header += split.shift(); - * const remaining = split.join('\n\n'); - * const buf = Buffer.from(remaining, 'utf8'); - * stream.removeListener('error', callback); - * // Remove the 'readable' listener before unshifting. - * stream.removeListener('readable', onReadable); - * if (buf.length) - * stream.unshift(buf); - * // Now the body of the message can be read from the stream. - * callback(null, header, stream); - * return; - * } - * // Still reading the header. - * header += str; - * } - * } - * } - * ``` - * - * Unlike {@link push}, `stream.unshift(chunk)` will not - * end the reading process by resetting the internal reading state of the stream. - * This can cause unexpected results if `readable.unshift()` is called during a - * read (i.e. from within a {@link _read} implementation on a - * custom stream). Following the call to `readable.unshift()` with an immediate {@link push} will reset the reading state appropriately, - * however it is best to simply avoid calling `readable.unshift()` while in the - * process of performing a read. - * @since v0.9.11 - * @param chunk Chunk of data to unshift onto the read queue. For streams not operating in object mode, `chunk` must be a string, `Buffer`, `Uint8Array` or `null`. For object mode - * streams, `chunk` may be any JavaScript value. - * @param encoding Encoding of string chunks. Must be a valid `Buffer` encoding, such as `'utf8'` or `'ascii'`. - */ - unshift(chunk: any, encoding?: BufferEncoding): void; - /** - * Prior to Node.js 0.10, streams did not implement the entire `stream` module API - * as it is currently defined. (See `Compatibility` for more information.) - * - * When using an older Node.js library that emits `'data'` events and has a {@link pause} method that is advisory only, the`readable.wrap()` method can be used to create a `Readable` - * stream that uses - * the old stream as its data source. - * - * It will rarely be necessary to use `readable.wrap()` but the method has been - * provided as a convenience for interacting with older Node.js applications and - * libraries. - * - * ```js - * const { OldReader } = require('./old-api-module.js'); - * const { Readable } = require('stream'); - * const oreader = new OldReader(); - * const myReader = new Readable().wrap(oreader); - * - * myReader.on('readable', () => { - * myReader.read(); // etc. - * }); - * ``` - * @since v0.9.4 - * @param stream An "old style" readable stream - */ - wrap(stream: NodeJS.ReadableStream): this; - push(chunk: any, encoding?: BufferEncoding): boolean; - _destroy(error: Error | null, callback: (error?: Error | null) => void): void; - /** - * Destroy the stream. Optionally emit an `'error'` event, and emit a `'close'`event (unless `emitClose` is set to `false`). After this call, the readable - * stream will release any internal resources and subsequent calls to `push()`will be ignored. - * - * Once `destroy()` has been called any further calls will be a no-op and no - * further errors except from `_destroy()` may be emitted as `'error'`. - * - * Implementors should not override this method, but instead implement `readable._destroy()`. - * @since v8.0.0 - * @param error Error which will be passed as payload in `'error'` event - */ - destroy(error?: Error): this; - /** - * Event emitter - * The defined events on documents including: - * 1. close - * 2. data - * 3. end - * 4. error - * 5. pause - * 6. readable - * 7. resume - */ - addListener(event: 'close', listener: () => void): this; - addListener(event: 'data', listener: (chunk: any) => void): this; - addListener(event: 'end', listener: () => void): this; - addListener(event: 'error', listener: (err: Error) => void): this; - addListener(event: 'pause', listener: () => void): this; - addListener(event: 'readable', listener: () => void): this; - addListener(event: 'resume', listener: () => void): this; - addListener(event: string | symbol, listener: (...args: any[]) => void): this; - emit(event: 'close'): boolean; - emit(event: 'data', chunk: any): boolean; - emit(event: 'end'): boolean; - emit(event: 'error', err: Error): boolean; - emit(event: 'pause'): boolean; - emit(event: 'readable'): boolean; - emit(event: 'resume'): boolean; - emit(event: string | symbol, ...args: any[]): boolean; - on(event: 'close', listener: () => void): this; - on(event: 'data', listener: (chunk: any) => void): this; - on(event: 'end', listener: () => void): this; - on(event: 'error', listener: (err: Error) => void): this; - on(event: 'pause', listener: () => void): this; - on(event: 'readable', listener: () => void): this; - on(event: 'resume', listener: () => void): this; - on(event: string | symbol, listener: (...args: any[]) => void): this; - once(event: 'close', listener: () => void): this; - once(event: 'data', listener: (chunk: any) => void): this; - once(event: 'end', listener: () => void): this; - once(event: 'error', listener: (err: Error) => void): this; - once(event: 'pause', listener: () => void): this; - once(event: 'readable', listener: () => void): this; - once(event: 'resume', listener: () => void): this; - once(event: string | symbol, listener: (...args: any[]) => void): this; - prependListener(event: 'close', listener: () => void): this; - prependListener(event: 'data', listener: (chunk: any) => void): this; - prependListener(event: 'end', listener: () => void): this; - prependListener(event: 'error', listener: (err: Error) => void): this; - prependListener(event: 'pause', listener: () => void): this; - prependListener(event: 'readable', listener: () => void): this; - prependListener(event: 'resume', listener: () => void): this; - prependListener(event: string | symbol, listener: (...args: any[]) => void): this; - prependOnceListener(event: 'close', listener: () => void): this; - prependOnceListener(event: 'data', listener: (chunk: any) => void): this; - prependOnceListener(event: 'end', listener: () => void): this; - prependOnceListener(event: 'error', listener: (err: Error) => void): this; - prependOnceListener(event: 'pause', listener: () => void): this; - prependOnceListener(event: 'readable', listener: () => void): this; - prependOnceListener(event: 'resume', listener: () => void): this; - prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; - removeListener(event: 'close', listener: () => void): this; - removeListener(event: 'data', listener: (chunk: any) => void): this; - removeListener(event: 'end', listener: () => void): this; - removeListener(event: 'error', listener: (err: Error) => void): this; - removeListener(event: 'pause', listener: () => void): this; - removeListener(event: 'readable', listener: () => void): this; - removeListener(event: 'resume', listener: () => void): this; - removeListener(event: string | symbol, listener: (...args: any[]) => void): this; - [Symbol.asyncIterator](): AsyncIterableIterator<any>; - } - interface WritableOptions extends StreamOptions<Writable> { - decodeStrings?: boolean | undefined; - defaultEncoding?: BufferEncoding | undefined; - write?(this: Writable, chunk: any, encoding: BufferEncoding, callback: (error?: Error | null) => void): void; - writev?( - this: Writable, - chunks: Array<{ - chunk: any; - encoding: BufferEncoding; - }>, - callback: (error?: Error | null) => void - ): void; - final?(this: Writable, callback: (error?: Error | null) => void): void; - } - /** - * @since v0.9.4 - */ - class Writable extends Stream implements NodeJS.WritableStream { - /** - * A utility method for creating a `Writable` from a web `WritableStream`. - * @since v17.0.0 - * @experimental - */ - static fromWeb(writableStream: streamWeb.WritableStream, options?: Pick<WritableOptions, 'decodeStrings' | 'highWaterMark' | 'objectMode' | 'signal'>): Writable; - /** - * A utility method for creating a web `WritableStream` from a `Writable`. - * @since v17.0.0 - * @experimental - */ - static toWeb(streamWritable: Writable): streamWeb.WritableStream; - /** - * Is `true` if it is safe to call `writable.write()`, which means - * the stream has not been destroyed, errored or ended. - * @since v11.4.0 - */ - readonly writable: boolean; - /** - * Is `true` after `writable.end()` has been called. This property - * does not indicate whether the data has been flushed, for this use `writable.writableFinished` instead. - * @since v12.9.0 - */ - readonly writableEnded: boolean; - /** - * Is set to `true` immediately before the `'finish'` event is emitted. - * @since v12.6.0 - */ - readonly writableFinished: boolean; - /** - * Return the value of `highWaterMark` passed when creating this `Writable`. - * @since v9.3.0 - */ - readonly writableHighWaterMark: number; - /** - * This property contains the number of bytes (or objects) in the queue - * ready to be written. The value provides introspection data regarding - * the status of the `highWaterMark`. - * @since v9.4.0 - */ - readonly writableLength: number; - /** - * Getter for the property `objectMode` of a given `Writable` stream. - * @since v12.3.0 - */ - readonly writableObjectMode: boolean; - /** - * Number of times `writable.uncork()` needs to be - * called in order to fully uncork the stream. - * @since v13.2.0, v12.16.0 - */ - readonly writableCorked: number; - /** - * Is `true` after `writable.destroy()` has been called. - * @since v8.0.0 - */ - destroyed: boolean; - /** - * Is true after 'close' has been emitted. - * @since v18.0.0 - */ - readonly closed: boolean; - /** - * Returns error if the stream has been destroyed with an error. - * @since v18.0.0 - */ - readonly errored: Error | null; - /** - * Is `true` if the stream's buffer has been full and stream will emit 'drain'. - * @since v15.2.0, v14.17.0 - */ - readonly writableNeedDrain: boolean; - constructor(opts?: WritableOptions); - _write(chunk: any, encoding: BufferEncoding, callback: (error?: Error | null) => void): void; - _writev?( - chunks: Array<{ - chunk: any; - encoding: BufferEncoding; - }>, - callback: (error?: Error | null) => void - ): void; - _construct?(callback: (error?: Error | null) => void): void; - _destroy(error: Error | null, callback: (error?: Error | null) => void): void; - _final(callback: (error?: Error | null) => void): void; - /** - * The `writable.write()` method writes some data to the stream, and calls the - * supplied `callback` once the data has been fully handled. If an error - * occurs, the `callback` will be called with the error as its - * first argument. The `callback` is called asynchronously and before `'error'` is - * emitted. - * - * The return value is `true` if the internal buffer is less than the`highWaterMark` configured when the stream was created after admitting `chunk`. - * If `false` is returned, further attempts to write data to the stream should - * stop until the `'drain'` event is emitted. - * - * While a stream is not draining, calls to `write()` will buffer `chunk`, and - * return false. Once all currently buffered chunks are drained (accepted for - * delivery by the operating system), the `'drain'` event will be emitted. - * Once `write()` returns false, do not write more chunks - * until the `'drain'` event is emitted. While calling `write()` on a stream that - * is not draining is allowed, Node.js will buffer all written chunks until - * maximum memory usage occurs, at which point it will abort unconditionally. - * Even before it aborts, high memory usage will cause poor garbage collector - * performance and high RSS (which is not typically released back to the system, - * even after the memory is no longer required). Since TCP sockets may never - * drain if the remote peer does not read the data, writing a socket that is - * not draining may lead to a remotely exploitable vulnerability. - * - * Writing data while the stream is not draining is particularly - * problematic for a `Transform`, because the `Transform` streams are paused - * by default until they are piped or a `'data'` or `'readable'` event handler - * is added. - * - * If the data to be written can be generated or fetched on demand, it is - * recommended to encapsulate the logic into a `Readable` and use {@link pipe}. However, if calling `write()` is preferred, it is - * possible to respect backpressure and avoid memory issues using the `'drain'` event: - * - * ```js - * function write(data, cb) { - * if (!stream.write(data)) { - * stream.once('drain', cb); - * } else { - * process.nextTick(cb); - * } - * } - * - * // Wait for cb to be called before doing any other write. - * write('hello', () => { - * console.log('Write completed, do more writes now.'); - * }); - * ``` - * - * A `Writable` stream in object mode will always ignore the `encoding` argument. - * @since v0.9.4 - * @param chunk Optional data to write. For streams not operating in object mode, `chunk` must be a string, `Buffer` or `Uint8Array`. For object mode streams, `chunk` may be any - * JavaScript value other than `null`. - * @param [encoding='utf8'] The encoding, if `chunk` is a string. - * @param callback Callback for when this chunk of data is flushed. - * @return `false` if the stream wishes for the calling code to wait for the `'drain'` event to be emitted before continuing to write additional data; otherwise `true`. - */ - write(chunk: any, callback?: (error: Error | null | undefined) => void): boolean; - write(chunk: any, encoding: BufferEncoding, callback?: (error: Error | null | undefined) => void): boolean; - /** - * The `writable.setDefaultEncoding()` method sets the default `encoding` for a `Writable` stream. - * @since v0.11.15 - * @param encoding The new default encoding - */ - setDefaultEncoding(encoding: BufferEncoding): this; - /** - * Calling the `writable.end()` method signals that no more data will be written - * to the `Writable`. The optional `chunk` and `encoding` arguments allow one - * final additional chunk of data to be written immediately before closing the - * stream. - * - * Calling the {@link write} method after calling {@link end} will raise an error. - * - * ```js - * // Write 'hello, ' and then end with 'world!'. - * const fs = require('fs'); - * const file = fs.createWriteStream('example.txt'); - * file.write('hello, '); - * file.end('world!'); - * // Writing more now is not allowed! - * ``` - * @since v0.9.4 - * @param chunk Optional data to write. For streams not operating in object mode, `chunk` must be a string, `Buffer` or `Uint8Array`. For object mode streams, `chunk` may be any - * JavaScript value other than `null`. - * @param encoding The encoding if `chunk` is a string - * @param callback Callback for when the stream is finished. - */ - end(cb?: () => void): this; - end(chunk: any, cb?: () => void): this; - end(chunk: any, encoding: BufferEncoding, cb?: () => void): this; - /** - * The `writable.cork()` method forces all written data to be buffered in memory. - * The buffered data will be flushed when either the {@link uncork} or {@link end} methods are called. - * - * The primary intent of `writable.cork()` is to accommodate a situation in which - * several small chunks are written to the stream in rapid succession. Instead of - * immediately forwarding them to the underlying destination, `writable.cork()`buffers all the chunks until `writable.uncork()` is called, which will pass them - * all to `writable._writev()`, if present. This prevents a head-of-line blocking - * situation where data is being buffered while waiting for the first small chunk - * to be processed. However, use of `writable.cork()` without implementing`writable._writev()` may have an adverse effect on throughput. - * - * See also: `writable.uncork()`, `writable._writev()`. - * @since v0.11.2 - */ - cork(): void; - /** - * The `writable.uncork()` method flushes all data buffered since {@link cork} was called. - * - * When using `writable.cork()` and `writable.uncork()` to manage the buffering - * of writes to a stream, defer calls to `writable.uncork()` using`process.nextTick()`. Doing so allows batching of all`writable.write()` calls that occur within a given Node.js event - * loop phase. - * - * ```js - * stream.cork(); - * stream.write('some '); - * stream.write('data '); - * process.nextTick(() => stream.uncork()); - * ``` - * - * If the `writable.cork()` method is called multiple times on a stream, the - * same number of calls to `writable.uncork()` must be called to flush the buffered - * data. - * - * ```js - * stream.cork(); - * stream.write('some '); - * stream.cork(); - * stream.write('data '); - * process.nextTick(() => { - * stream.uncork(); - * // The data will not be flushed until uncork() is called a second time. - * stream.uncork(); - * }); - * ``` - * - * See also: `writable.cork()`. - * @since v0.11.2 - */ - uncork(): void; - /** - * Destroy the stream. Optionally emit an `'error'` event, and emit a `'close'`event (unless `emitClose` is set to `false`). After this call, the writable - * stream has ended and subsequent calls to `write()` or `end()` will result in - * an `ERR_STREAM_DESTROYED` error. - * This is a destructive and immediate way to destroy a stream. Previous calls to`write()` may not have drained, and may trigger an `ERR_STREAM_DESTROYED` error. - * Use `end()` instead of destroy if data should flush before close, or wait for - * the `'drain'` event before destroying the stream. - * - * Once `destroy()` has been called any further calls will be a no-op and no - * further errors except from `_destroy()` may be emitted as `'error'`. - * - * Implementors should not override this method, - * but instead implement `writable._destroy()`. - * @since v8.0.0 - * @param error Optional, an error to emit with `'error'` event. - */ - destroy(error?: Error): this; - /** - * Event emitter - * The defined events on documents including: - * 1. close - * 2. drain - * 3. error - * 4. finish - * 5. pipe - * 6. unpipe - */ - addListener(event: 'close', listener: () => void): this; - addListener(event: 'drain', listener: () => void): this; - addListener(event: 'error', listener: (err: Error) => void): this; - addListener(event: 'finish', listener: () => void): this; - addListener(event: 'pipe', listener: (src: Readable) => void): this; - addListener(event: 'unpipe', listener: (src: Readable) => void): this; - addListener(event: string | symbol, listener: (...args: any[]) => void): this; - emit(event: 'close'): boolean; - emit(event: 'drain'): boolean; - emit(event: 'error', err: Error): boolean; - emit(event: 'finish'): boolean; - emit(event: 'pipe', src: Readable): boolean; - emit(event: 'unpipe', src: Readable): boolean; - emit(event: string | symbol, ...args: any[]): boolean; - on(event: 'close', listener: () => void): this; - on(event: 'drain', listener: () => void): this; - on(event: 'error', listener: (err: Error) => void): this; - on(event: 'finish', listener: () => void): this; - on(event: 'pipe', listener: (src: Readable) => void): this; - on(event: 'unpipe', listener: (src: Readable) => void): this; - on(event: string | symbol, listener: (...args: any[]) => void): this; - once(event: 'close', listener: () => void): this; - once(event: 'drain', listener: () => void): this; - once(event: 'error', listener: (err: Error) => void): this; - once(event: 'finish', listener: () => void): this; - once(event: 'pipe', listener: (src: Readable) => void): this; - once(event: 'unpipe', listener: (src: Readable) => void): this; - once(event: string | symbol, listener: (...args: any[]) => void): this; - prependListener(event: 'close', listener: () => void): this; - prependListener(event: 'drain', listener: () => void): this; - prependListener(event: 'error', listener: (err: Error) => void): this; - prependListener(event: 'finish', listener: () => void): this; - prependListener(event: 'pipe', listener: (src: Readable) => void): this; - prependListener(event: 'unpipe', listener: (src: Readable) => void): this; - prependListener(event: string | symbol, listener: (...args: any[]) => void): this; - prependOnceListener(event: 'close', listener: () => void): this; - prependOnceListener(event: 'drain', listener: () => void): this; - prependOnceListener(event: 'error', listener: (err: Error) => void): this; - prependOnceListener(event: 'finish', listener: () => void): this; - prependOnceListener(event: 'pipe', listener: (src: Readable) => void): this; - prependOnceListener(event: 'unpipe', listener: (src: Readable) => void): this; - prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; - removeListener(event: 'close', listener: () => void): this; - removeListener(event: 'drain', listener: () => void): this; - removeListener(event: 'error', listener: (err: Error) => void): this; - removeListener(event: 'finish', listener: () => void): this; - removeListener(event: 'pipe', listener: (src: Readable) => void): this; - removeListener(event: 'unpipe', listener: (src: Readable) => void): this; - removeListener(event: string | symbol, listener: (...args: any[]) => void): this; - } - interface DuplexOptions extends ReadableOptions, WritableOptions { - allowHalfOpen?: boolean | undefined; - readableObjectMode?: boolean | undefined; - writableObjectMode?: boolean | undefined; - readableHighWaterMark?: number | undefined; - writableHighWaterMark?: number | undefined; - writableCorked?: number | undefined; - construct?(this: Duplex, callback: (error?: Error | null) => void): void; - read?(this: Duplex, size: number): void; - write?(this: Duplex, chunk: any, encoding: BufferEncoding, callback: (error?: Error | null) => void): void; - writev?( - this: Duplex, - chunks: Array<{ - chunk: any; - encoding: BufferEncoding; - }>, - callback: (error?: Error | null) => void - ): void; - final?(this: Duplex, callback: (error?: Error | null) => void): void; - destroy?(this: Duplex, error: Error | null, callback: (error: Error | null) => void): void; - } - /** - * Duplex streams are streams that implement both the `Readable` and `Writable` interfaces. - * - * Examples of `Duplex` streams include: - * - * * `TCP sockets` - * * `zlib streams` - * * `crypto streams` - * @since v0.9.4 - */ - class Duplex extends Readable implements Writable { - readonly writable: boolean; - readonly writableEnded: boolean; - readonly writableFinished: boolean; - readonly writableHighWaterMark: number; - readonly writableLength: number; - readonly writableObjectMode: boolean; - readonly writableCorked: number; - readonly writableNeedDrain: boolean; - readonly closed: boolean; - readonly errored: Error | null; - /** - * If `false` then the stream will automatically end the writable side when the - * readable side ends. Set initially by the `allowHalfOpen` constructor option, - * which defaults to `false`. - * - * This can be changed manually to change the half-open behavior of an existing`Duplex` stream instance, but must be changed before the `'end'` event is - * emitted. - * @since v0.9.4 - */ - allowHalfOpen: boolean; - constructor(opts?: DuplexOptions); - /** - * A utility method for creating duplex streams. - * - * - `Stream` converts writable stream into writable `Duplex` and readable stream - * to `Duplex`. - * - `Blob` converts into readable `Duplex`. - * - `string` converts into readable `Duplex`. - * - `ArrayBuffer` converts into readable `Duplex`. - * - `AsyncIterable` converts into a readable `Duplex`. Cannot yield `null`. - * - `AsyncGeneratorFunction` converts into a readable/writable transform - * `Duplex`. Must take a source `AsyncIterable` as first parameter. Cannot yield - * `null`. - * - `AsyncFunction` converts into a writable `Duplex`. Must return - * either `null` or `undefined` - * - `Object ({ writable, readable })` converts `readable` and - * `writable` into `Stream` and then combines them into `Duplex` where the - * `Duplex` will write to the `writable` and read from the `readable`. - * - `Promise` converts into readable `Duplex`. Value `null` is ignored. - * - * @since v16.8.0 - */ - static from(src: Stream | NodeBlob | ArrayBuffer | string | Iterable<any> | AsyncIterable<any> | AsyncGeneratorFunction | Promise<any> | Object): Duplex; - _write(chunk: any, encoding: BufferEncoding, callback: (error?: Error | null) => void): void; - _writev?( - chunks: Array<{ - chunk: any; - encoding: BufferEncoding; - }>, - callback: (error?: Error | null) => void - ): void; - _destroy(error: Error | null, callback: (error: Error | null) => void): void; - _final(callback: (error?: Error | null) => void): void; - write(chunk: any, encoding?: BufferEncoding, cb?: (error: Error | null | undefined) => void): boolean; - write(chunk: any, cb?: (error: Error | null | undefined) => void): boolean; - setDefaultEncoding(encoding: BufferEncoding): this; - end(cb?: () => void): this; - end(chunk: any, cb?: () => void): this; - end(chunk: any, encoding?: BufferEncoding, cb?: () => void): this; - cork(): void; - uncork(): void; - } - type TransformCallback = (error?: Error | null, data?: any) => void; - interface TransformOptions extends DuplexOptions { - construct?(this: Transform, callback: (error?: Error | null) => void): void; - read?(this: Transform, size: number): void; - write?(this: Transform, chunk: any, encoding: BufferEncoding, callback: (error?: Error | null) => void): void; - writev?( - this: Transform, - chunks: Array<{ - chunk: any; - encoding: BufferEncoding; - }>, - callback: (error?: Error | null) => void - ): void; - final?(this: Transform, callback: (error?: Error | null) => void): void; - destroy?(this: Transform, error: Error | null, callback: (error: Error | null) => void): void; - transform?(this: Transform, chunk: any, encoding: BufferEncoding, callback: TransformCallback): void; - flush?(this: Transform, callback: TransformCallback): void; - } - /** - * Transform streams are `Duplex` streams where the output is in some way - * related to the input. Like all `Duplex` streams, `Transform` streams - * implement both the `Readable` and `Writable` interfaces. - * - * Examples of `Transform` streams include: - * - * * `zlib streams` - * * `crypto streams` - * @since v0.9.4 - */ - class Transform extends Duplex { - constructor(opts?: TransformOptions); - _transform(chunk: any, encoding: BufferEncoding, callback: TransformCallback): void; - _flush(callback: TransformCallback): void; - } - /** - * The `stream.PassThrough` class is a trivial implementation of a `Transform` stream that simply passes the input bytes across to the output. Its purpose is - * primarily for examples and testing, but there are some use cases where`stream.PassThrough` is useful as a building block for novel sorts of streams. - */ - class PassThrough extends Transform {} - /** - * Attaches an AbortSignal to a readable or writeable stream. This lets code - * control stream destruction using an `AbortController`. - * - * Calling `abort` on the `AbortController` corresponding to the passed`AbortSignal` will behave the same way as calling `.destroy(new AbortError())`on the stream. - * - * ```js - * const fs = require('fs'); - * - * const controller = new AbortController(); - * const read = addAbortSignal( - * controller.signal, - * fs.createReadStream(('object.json')) - * ); - * // Later, abort the operation closing the stream - * controller.abort(); - * ``` - * - * Or using an `AbortSignal` with a readable stream as an async iterable: - * - * ```js - * const controller = new AbortController(); - * setTimeout(() => controller.abort(), 10_000); // set a timeout - * const stream = addAbortSignal( - * controller.signal, - * fs.createReadStream(('object.json')) - * ); - * (async () => { - * try { - * for await (const chunk of stream) { - * await process(chunk); - * } - * } catch (e) { - * if (e.name === 'AbortError') { - * // The operation was cancelled - * } else { - * throw e; - * } - * } - * })(); - * ``` - * @since v15.4.0 - * @param signal A signal representing possible cancellation - * @param stream a stream to attach a signal to - */ - function addAbortSignal<T extends Stream>(signal: AbortSignal, stream: T): T; - interface FinishedOptions extends Abortable { - error?: boolean | undefined; - readable?: boolean | undefined; - writable?: boolean | undefined; - } - /** - * A function to get notified when a stream is no longer readable, writable - * or has experienced an error or a premature close event. - * - * ```js - * const { finished } = require('stream'); - * - * const rs = fs.createReadStream('archive.tar'); - * - * finished(rs, (err) => { - * if (err) { - * console.error('Stream failed.', err); - * } else { - * console.log('Stream is done reading.'); - * } - * }); - * - * rs.resume(); // Drain the stream. - * ``` - * - * Especially useful in error handling scenarios where a stream is destroyed - * prematurely (like an aborted HTTP request), and will not emit `'end'`or `'finish'`. - * - * The `finished` API provides promise version: - * - * ```js - * const { finished } = require('stream/promises'); - * - * const rs = fs.createReadStream('archive.tar'); - * - * async function run() { - * await finished(rs); - * console.log('Stream is done reading.'); - * } - * - * run().catch(console.error); - * rs.resume(); // Drain the stream. - * ``` - * - * `stream.finished()` leaves dangling event listeners (in particular`'error'`, `'end'`, `'finish'` and `'close'`) after `callback` has been - * invoked. The reason for this is so that unexpected `'error'` events (due to - * incorrect stream implementations) do not cause unexpected crashes. - * If this is unwanted behavior then the returned cleanup function needs to be - * invoked in the callback: - * - * ```js - * const cleanup = finished(rs, (err) => { - * cleanup(); - * // ... - * }); - * ``` - * @since v10.0.0 - * @param stream A readable and/or writable stream. - * @param callback A callback function that takes an optional error argument. - * @return A cleanup function which removes all registered listeners. - */ - function finished(stream: NodeJS.ReadableStream | NodeJS.WritableStream | NodeJS.ReadWriteStream, options: FinishedOptions, callback: (err?: NodeJS.ErrnoException | null) => void): () => void; - function finished(stream: NodeJS.ReadableStream | NodeJS.WritableStream | NodeJS.ReadWriteStream, callback: (err?: NodeJS.ErrnoException | null) => void): () => void; - namespace finished { - function __promisify__(stream: NodeJS.ReadableStream | NodeJS.WritableStream | NodeJS.ReadWriteStream, options?: FinishedOptions): Promise<void>; - } - type PipelineSourceFunction<T> = () => Iterable<T> | AsyncIterable<T>; - type PipelineSource<T> = Iterable<T> | AsyncIterable<T> | NodeJS.ReadableStream | PipelineSourceFunction<T>; - type PipelineTransform<S extends PipelineTransformSource<any>, U> = - | NodeJS.ReadWriteStream - | ((source: S extends (...args: any[]) => Iterable<infer ST> | AsyncIterable<infer ST> ? AsyncIterable<ST> : S) => AsyncIterable<U>); - type PipelineTransformSource<T> = PipelineSource<T> | PipelineTransform<any, T>; - type PipelineDestinationIterableFunction<T> = (source: AsyncIterable<T>) => AsyncIterable<any>; - type PipelineDestinationPromiseFunction<T, P> = (source: AsyncIterable<T>) => Promise<P>; - type PipelineDestination<S extends PipelineTransformSource<any>, P> = S extends PipelineTransformSource<infer ST> - ? NodeJS.WritableStream | PipelineDestinationIterableFunction<ST> | PipelineDestinationPromiseFunction<ST, P> - : never; - type PipelineCallback<S extends PipelineDestination<any, any>> = S extends PipelineDestinationPromiseFunction<any, infer P> - ? (err: NodeJS.ErrnoException | null, value: P) => void - : (err: NodeJS.ErrnoException | null) => void; - type PipelinePromise<S extends PipelineDestination<any, any>> = S extends PipelineDestinationPromiseFunction<any, infer P> ? Promise<P> : Promise<void>; - interface PipelineOptions { - signal: AbortSignal; - } - /** - * A module method to pipe between streams and generators forwarding errors and - * properly cleaning up and provide a callback when the pipeline is complete. - * - * ```js - * const { pipeline } = require('stream'); - * const fs = require('fs'); - * const zlib = require('zlib'); - * - * // Use the pipeline API to easily pipe a series of streams - * // together and get notified when the pipeline is fully done. - * - * // A pipeline to gzip a potentially huge tar file efficiently: - * - * pipeline( - * fs.createReadStream('archive.tar'), - * zlib.createGzip(), - * fs.createWriteStream('archive.tar.gz'), - * (err) => { - * if (err) { - * console.error('Pipeline failed.', err); - * } else { - * console.log('Pipeline succeeded.'); - * } - * } - * ); - * ``` - * - * The `pipeline` API provides a promise version, which can also - * receive an options argument as the last parameter with a`signal` `AbortSignal` property. When the signal is aborted,`destroy` will be called on the underlying pipeline, with - * an`AbortError`. - * - * ```js - * const { pipeline } = require('stream/promises'); - * - * async function run() { - * await pipeline( - * fs.createReadStream('archive.tar'), - * zlib.createGzip(), - * fs.createWriteStream('archive.tar.gz') - * ); - * console.log('Pipeline succeeded.'); - * } - * - * run().catch(console.error); - * ``` - * - * To use an `AbortSignal`, pass it inside an options object, - * as the last argument: - * - * ```js - * const { pipeline } = require('stream/promises'); - * - * async function run() { - * const ac = new AbortController(); - * const signal = ac.signal; - * - * setTimeout(() => ac.abort(), 1); - * await pipeline( - * fs.createReadStream('archive.tar'), - * zlib.createGzip(), - * fs.createWriteStream('archive.tar.gz'), - * { signal }, - * ); - * } - * - * run().catch(console.error); // AbortError - * ``` - * - * The `pipeline` API also supports async generators: - * - * ```js - * const { pipeline } = require('stream/promises'); - * const fs = require('fs'); - * - * async function run() { - * await pipeline( - * fs.createReadStream('lowercase.txt'), - * async function* (source, { signal }) { - * source.setEncoding('utf8'); // Work with strings rather than `Buffer`s. - * for await (const chunk of source) { - * yield await processChunk(chunk, { signal }); - * } - * }, - * fs.createWriteStream('uppercase.txt') - * ); - * console.log('Pipeline succeeded.'); - * } - * - * run().catch(console.error); - * ``` - * - * Remember to handle the `signal` argument passed into the async generator. - * Especially in the case where the async generator is the source for the - * pipeline (i.e. first argument) or the pipeline will never complete. - * - * ```js - * const { pipeline } = require('stream/promises'); - * const fs = require('fs'); - * - * async function run() { - * await pipeline( - * async function* ({ signal }) { - * await someLongRunningfn({ signal }); - * yield 'asd'; - * }, - * fs.createWriteStream('uppercase.txt') - * ); - * console.log('Pipeline succeeded.'); - * } - * - * run().catch(console.error); - * ``` - * - * `stream.pipeline()` will call `stream.destroy(err)` on all streams except: - * - * * `Readable` streams which have emitted `'end'` or `'close'`. - * * `Writable` streams which have emitted `'finish'` or `'close'`. - * - * `stream.pipeline()` leaves dangling event listeners on the streams - * after the `callback` has been invoked. In the case of reuse of streams after - * failure, this can cause event listener leaks and swallowed errors. If the last - * stream is readable, dangling event listeners will be removed so that the last - * stream can be consumed later. - * - * `stream.pipeline()` closes all the streams when an error is raised. - * The `IncomingRequest` usage with `pipeline` could lead to an unexpected behavior - * once it would destroy the socket without sending the expected response. - * See the example below: - * - * ```js - * const fs = require('fs'); - * const http = require('http'); - * const { pipeline } = require('stream'); - * - * const server = http.createServer((req, res) => { - * const fileStream = fs.createReadStream('./fileNotExist.txt'); - * pipeline(fileStream, res, (err) => { - * if (err) { - * console.log(err); // No such file - * // this message can't be sent once `pipeline` already destroyed the socket - * return res.end('error!!!'); - * } - * }); - * }); - * ``` - * @since v10.0.0 - * @param callback Called when the pipeline is fully done. - */ - function pipeline<A extends PipelineSource<any>, B extends PipelineDestination<A, any>>( - source: A, - destination: B, - callback?: PipelineCallback<B> - ): B extends NodeJS.WritableStream ? B : NodeJS.WritableStream; - function pipeline<A extends PipelineSource<any>, T1 extends PipelineTransform<A, any>, B extends PipelineDestination<T1, any>>( - source: A, - transform1: T1, - destination: B, - callback?: PipelineCallback<B> - ): B extends NodeJS.WritableStream ? B : NodeJS.WritableStream; - function pipeline<A extends PipelineSource<any>, T1 extends PipelineTransform<A, any>, T2 extends PipelineTransform<T1, any>, B extends PipelineDestination<T2, any>>( - source: A, - transform1: T1, - transform2: T2, - destination: B, - callback?: PipelineCallback<B> - ): B extends NodeJS.WritableStream ? B : NodeJS.WritableStream; - function pipeline< - A extends PipelineSource<any>, - T1 extends PipelineTransform<A, any>, - T2 extends PipelineTransform<T1, any>, - T3 extends PipelineTransform<T2, any>, - B extends PipelineDestination<T3, any> - >(source: A, transform1: T1, transform2: T2, transform3: T3, destination: B, callback?: PipelineCallback<B>): B extends NodeJS.WritableStream ? B : NodeJS.WritableStream; - function pipeline< - A extends PipelineSource<any>, - T1 extends PipelineTransform<A, any>, - T2 extends PipelineTransform<T1, any>, - T3 extends PipelineTransform<T2, any>, - T4 extends PipelineTransform<T3, any>, - B extends PipelineDestination<T4, any> - >(source: A, transform1: T1, transform2: T2, transform3: T3, transform4: T4, destination: B, callback?: PipelineCallback<B>): B extends NodeJS.WritableStream ? B : NodeJS.WritableStream; - function pipeline( - streams: ReadonlyArray<NodeJS.ReadableStream | NodeJS.WritableStream | NodeJS.ReadWriteStream>, - callback?: (err: NodeJS.ErrnoException | null) => void - ): NodeJS.WritableStream; - function pipeline( - stream1: NodeJS.ReadableStream, - stream2: NodeJS.ReadWriteStream | NodeJS.WritableStream, - ...streams: Array<NodeJS.ReadWriteStream | NodeJS.WritableStream | ((err: NodeJS.ErrnoException | null) => void)> - ): NodeJS.WritableStream; - namespace pipeline { - function __promisify__<A extends PipelineSource<any>, B extends PipelineDestination<A, any>>(source: A, destination: B, options?: PipelineOptions): PipelinePromise<B>; - function __promisify__<A extends PipelineSource<any>, T1 extends PipelineTransform<A, any>, B extends PipelineDestination<T1, any>>( - source: A, - transform1: T1, - destination: B, - options?: PipelineOptions - ): PipelinePromise<B>; - function __promisify__<A extends PipelineSource<any>, T1 extends PipelineTransform<A, any>, T2 extends PipelineTransform<T1, any>, B extends PipelineDestination<T2, any>>( - source: A, - transform1: T1, - transform2: T2, - destination: B, - options?: PipelineOptions - ): PipelinePromise<B>; - function __promisify__< - A extends PipelineSource<any>, - T1 extends PipelineTransform<A, any>, - T2 extends PipelineTransform<T1, any>, - T3 extends PipelineTransform<T2, any>, - B extends PipelineDestination<T3, any> - >(source: A, transform1: T1, transform2: T2, transform3: T3, destination: B, options?: PipelineOptions): PipelinePromise<B>; - function __promisify__< - A extends PipelineSource<any>, - T1 extends PipelineTransform<A, any>, - T2 extends PipelineTransform<T1, any>, - T3 extends PipelineTransform<T2, any>, - T4 extends PipelineTransform<T3, any>, - B extends PipelineDestination<T4, any> - >(source: A, transform1: T1, transform2: T2, transform3: T3, transform4: T4, destination: B, options?: PipelineOptions): PipelinePromise<B>; - function __promisify__(streams: ReadonlyArray<NodeJS.ReadableStream | NodeJS.WritableStream | NodeJS.ReadWriteStream>, options?: PipelineOptions): Promise<void>; - function __promisify__( - stream1: NodeJS.ReadableStream, - stream2: NodeJS.ReadWriteStream | NodeJS.WritableStream, - ...streams: Array<NodeJS.ReadWriteStream | NodeJS.WritableStream | PipelineOptions> - ): Promise<void>; - } - interface Pipe { - close(): void; - hasRef(): boolean; - ref(): void; - unref(): void; - } - - /** - * Returns whether the stream has encountered an error. - * @since v17.3.0 - */ - function isErrored(stream: Readable | Writable | NodeJS.ReadableStream | NodeJS.WritableStream): boolean; - - /** - * Returns whether the stream is readable. - * @since v17.4.0 - */ - function isReadable(stream: Readable | NodeJS.ReadableStream): boolean; - - const promises: typeof streamPromises; - const consumers: typeof streamConsumers; - } - export = internal; -} -declare module 'node:stream' { - import stream = require('stream'); - export = stream; -} diff --git a/software/flow/node_modules/@types/node/stream/consumers.d.ts b/software/flow/node_modules/@types/node/stream/consumers.d.ts deleted file mode 100755 index 1ebf12e..0000000 --- a/software/flow/node_modules/@types/node/stream/consumers.d.ts +++ /dev/null @@ -1,12 +0,0 @@ -declare module 'stream/consumers' { - import { Blob as NodeBlob } from "node:buffer"; - import { Readable } from 'node:stream'; - function buffer(stream: NodeJS.ReadableStream | Readable | AsyncIterator<any>): Promise<Buffer>; - function text(stream: NodeJS.ReadableStream | Readable | AsyncIterator<any>): Promise<string>; - function arrayBuffer(stream: NodeJS.ReadableStream | Readable | AsyncIterator<any>): Promise<ArrayBuffer>; - function blob(stream: NodeJS.ReadableStream | Readable | AsyncIterator<any>): Promise<NodeBlob>; - function json(stream: NodeJS.ReadableStream | Readable | AsyncIterator<any>): Promise<unknown>; -} -declare module 'node:stream/consumers' { - export * from 'stream/consumers'; -} diff --git a/software/flow/node_modules/@types/node/stream/promises.d.ts b/software/flow/node_modules/@types/node/stream/promises.d.ts deleted file mode 100755 index b427073..0000000 --- a/software/flow/node_modules/@types/node/stream/promises.d.ts +++ /dev/null @@ -1,42 +0,0 @@ -declare module 'stream/promises' { - import { FinishedOptions, PipelineSource, PipelineTransform, PipelineDestination, PipelinePromise, PipelineOptions } from 'node:stream'; - function finished(stream: NodeJS.ReadableStream | NodeJS.WritableStream | NodeJS.ReadWriteStream, options?: FinishedOptions): Promise<void>; - function pipeline<A extends PipelineSource<any>, B extends PipelineDestination<A, any>>(source: A, destination: B, options?: PipelineOptions): PipelinePromise<B>; - function pipeline<A extends PipelineSource<any>, T1 extends PipelineTransform<A, any>, B extends PipelineDestination<T1, any>>( - source: A, - transform1: T1, - destination: B, - options?: PipelineOptions - ): PipelinePromise<B>; - function pipeline<A extends PipelineSource<any>, T1 extends PipelineTransform<A, any>, T2 extends PipelineTransform<T1, any>, B extends PipelineDestination<T2, any>>( - source: A, - transform1: T1, - transform2: T2, - destination: B, - options?: PipelineOptions - ): PipelinePromise<B>; - function pipeline< - A extends PipelineSource<any>, - T1 extends PipelineTransform<A, any>, - T2 extends PipelineTransform<T1, any>, - T3 extends PipelineTransform<T2, any>, - B extends PipelineDestination<T3, any> - >(source: A, transform1: T1, transform2: T2, transform3: T3, destination: B, options?: PipelineOptions): PipelinePromise<B>; - function pipeline< - A extends PipelineSource<any>, - T1 extends PipelineTransform<A, any>, - T2 extends PipelineTransform<T1, any>, - T3 extends PipelineTransform<T2, any>, - T4 extends PipelineTransform<T3, any>, - B extends PipelineDestination<T4, any> - >(source: A, transform1: T1, transform2: T2, transform3: T3, transform4: T4, destination: B, options?: PipelineOptions): PipelinePromise<B>; - function pipeline(streams: ReadonlyArray<NodeJS.ReadableStream | NodeJS.WritableStream | NodeJS.ReadWriteStream>, options?: PipelineOptions): Promise<void>; - function pipeline( - stream1: NodeJS.ReadableStream, - stream2: NodeJS.ReadWriteStream | NodeJS.WritableStream, - ...streams: Array<NodeJS.ReadWriteStream | NodeJS.WritableStream | PipelineOptions> - ): Promise<void>; -} -declare module 'node:stream/promises' { - export * from 'stream/promises'; -} diff --git a/software/flow/node_modules/@types/node/stream/web.d.ts b/software/flow/node_modules/@types/node/stream/web.d.ts deleted file mode 100755 index f9ef057..0000000 --- a/software/flow/node_modules/@types/node/stream/web.d.ts +++ /dev/null @@ -1,330 +0,0 @@ -declare module 'stream/web' { - // stub module, pending copy&paste from .d.ts or manual impl - // copy from lib.dom.d.ts - interface ReadableWritablePair<R = any, W = any> { - readable: ReadableStream<R>; - /** - * Provides a convenient, chainable way of piping this readable stream - * through a transform stream (or any other { writable, readable } - * pair). It simply pipes the stream into the writable side of the - * supplied pair, and returns the readable side for further use. - * - * Piping a stream will lock it for the duration of the pipe, preventing - * any other consumer from acquiring a reader. - */ - writable: WritableStream<W>; - } - interface StreamPipeOptions { - preventAbort?: boolean; - preventCancel?: boolean; - /** - * Pipes this readable stream to a given writable stream destination. - * The way in which the piping process behaves under various error - * conditions can be customized with a number of passed options. It - * returns a promise that fulfills when the piping process completes - * successfully, or rejects if any errors were encountered. - * - * Piping a stream will lock it for the duration of the pipe, preventing - * any other consumer from acquiring a reader. - * - * Errors and closures of the source and destination streams propagate - * as follows: - * - * An error in this source readable stream will abort destination, - * unless preventAbort is truthy. The returned promise will be rejected - * with the source's error, or with any error that occurs during - * aborting the destination. - * - * An error in destination will cancel this source readable stream, - * unless preventCancel is truthy. The returned promise will be rejected - * with the destination's error, or with any error that occurs during - * canceling the source. - * - * When this source readable stream closes, destination will be closed, - * unless preventClose is truthy. The returned promise will be fulfilled - * once this process completes, unless an error is encountered while - * closing the destination, in which case it will be rejected with that - * error. - * - * If destination starts out closed or closing, this source readable - * stream will be canceled, unless preventCancel is true. The returned - * promise will be rejected with an error indicating piping to a closed - * stream failed, or with any error that occurs during canceling the - * source. - * - * The signal option can be set to an AbortSignal to allow aborting an - * ongoing pipe operation via the corresponding AbortController. In this - * case, this source readable stream will be canceled, and destination - * aborted, unless the respective options preventCancel or preventAbort - * are set. - */ - preventClose?: boolean; - signal?: AbortSignal; - } - interface ReadableStreamGenericReader { - readonly closed: Promise<undefined>; - cancel(reason?: any): Promise<void>; - } - interface ReadableStreamDefaultReadValueResult<T> { - done: false; - value: T; - } - interface ReadableStreamDefaultReadDoneResult { - done: true; - value?: undefined; - } - type ReadableStreamController<T> = ReadableStreamDefaultController<T>; - type ReadableStreamDefaultReadResult<T> = ReadableStreamDefaultReadValueResult<T> | ReadableStreamDefaultReadDoneResult; - interface ReadableByteStreamControllerCallback { - (controller: ReadableByteStreamController): void | PromiseLike<void>; - } - interface UnderlyingSinkAbortCallback { - (reason?: any): void | PromiseLike<void>; - } - interface UnderlyingSinkCloseCallback { - (): void | PromiseLike<void>; - } - interface UnderlyingSinkStartCallback { - (controller: WritableStreamDefaultController): any; - } - interface UnderlyingSinkWriteCallback<W> { - (chunk: W, controller: WritableStreamDefaultController): void | PromiseLike<void>; - } - interface UnderlyingSourceCancelCallback { - (reason?: any): void | PromiseLike<void>; - } - interface UnderlyingSourcePullCallback<R> { - (controller: ReadableStreamController<R>): void | PromiseLike<void>; - } - interface UnderlyingSourceStartCallback<R> { - (controller: ReadableStreamController<R>): any; - } - interface TransformerFlushCallback<O> { - (controller: TransformStreamDefaultController<O>): void | PromiseLike<void>; - } - interface TransformerStartCallback<O> { - (controller: TransformStreamDefaultController<O>): any; - } - interface TransformerTransformCallback<I, O> { - (chunk: I, controller: TransformStreamDefaultController<O>): void | PromiseLike<void>; - } - interface UnderlyingByteSource { - autoAllocateChunkSize?: number; - cancel?: ReadableStreamErrorCallback; - pull?: ReadableByteStreamControllerCallback; - start?: ReadableByteStreamControllerCallback; - type: 'bytes'; - } - interface UnderlyingSource<R = any> { - cancel?: UnderlyingSourceCancelCallback; - pull?: UnderlyingSourcePullCallback<R>; - start?: UnderlyingSourceStartCallback<R>; - type?: undefined; - } - interface UnderlyingSink<W = any> { - abort?: UnderlyingSinkAbortCallback; - close?: UnderlyingSinkCloseCallback; - start?: UnderlyingSinkStartCallback; - type?: undefined; - write?: UnderlyingSinkWriteCallback<W>; - } - interface ReadableStreamErrorCallback { - (reason: any): void | PromiseLike<void>; - } - /** This Streams API interface represents a readable stream of byte data. */ - interface ReadableStream<R = any> { - readonly locked: boolean; - cancel(reason?: any): Promise<void>; - getReader(): ReadableStreamDefaultReader<R>; - pipeThrough<T>(transform: ReadableWritablePair<T, R>, options?: StreamPipeOptions): ReadableStream<T>; - pipeTo(destination: WritableStream<R>, options?: StreamPipeOptions): Promise<void>; - tee(): [ReadableStream<R>, ReadableStream<R>]; - values(options?: { preventCancel?: boolean }): AsyncIterableIterator<R>; - [Symbol.asyncIterator](): AsyncIterableIterator<R>; - } - const ReadableStream: { - prototype: ReadableStream; - new (underlyingSource: UnderlyingByteSource, strategy?: QueuingStrategy<Uint8Array>): ReadableStream<Uint8Array>; - new <R = any>(underlyingSource?: UnderlyingSource<R>, strategy?: QueuingStrategy<R>): ReadableStream<R>; - }; - interface ReadableStreamDefaultReader<R = any> extends ReadableStreamGenericReader { - read(): Promise<ReadableStreamDefaultReadResult<R>>; - releaseLock(): void; - } - const ReadableStreamDefaultReader: { - prototype: ReadableStreamDefaultReader; - new <R = any>(stream: ReadableStream<R>): ReadableStreamDefaultReader<R>; - }; - const ReadableStreamBYOBReader: any; - const ReadableStreamBYOBRequest: any; - interface ReadableByteStreamController { - readonly byobRequest: undefined; - readonly desiredSize: number | null; - close(): void; - enqueue(chunk: ArrayBufferView): void; - error(error?: any): void; - } - const ReadableByteStreamController: { - prototype: ReadableByteStreamController; - new (): ReadableByteStreamController; - }; - interface ReadableStreamDefaultController<R = any> { - readonly desiredSize: number | null; - close(): void; - enqueue(chunk?: R): void; - error(e?: any): void; - } - const ReadableStreamDefaultController: { - prototype: ReadableStreamDefaultController; - new (): ReadableStreamDefaultController; - }; - interface Transformer<I = any, O = any> { - flush?: TransformerFlushCallback<O>; - readableType?: undefined; - start?: TransformerStartCallback<O>; - transform?: TransformerTransformCallback<I, O>; - writableType?: undefined; - } - interface TransformStream<I = any, O = any> { - readonly readable: ReadableStream<O>; - readonly writable: WritableStream<I>; - } - const TransformStream: { - prototype: TransformStream; - new <I = any, O = any>(transformer?: Transformer<I, O>, writableStrategy?: QueuingStrategy<I>, readableStrategy?: QueuingStrategy<O>): TransformStream<I, O>; - }; - interface TransformStreamDefaultController<O = any> { - readonly desiredSize: number | null; - enqueue(chunk?: O): void; - error(reason?: any): void; - terminate(): void; - } - const TransformStreamDefaultController: { - prototype: TransformStreamDefaultController; - new (): TransformStreamDefaultController; - }; - /** - * This Streams API interface provides a standard abstraction for writing - * streaming data to a destination, known as a sink. This object comes with - * built-in back pressure and queuing. - */ - interface WritableStream<W = any> { - readonly locked: boolean; - abort(reason?: any): Promise<void>; - close(): Promise<void>; - getWriter(): WritableStreamDefaultWriter<W>; - } - const WritableStream: { - prototype: WritableStream; - new <W = any>(underlyingSink?: UnderlyingSink<W>, strategy?: QueuingStrategy<W>): WritableStream<W>; - }; - /** - * This Streams API interface is the object returned by - * WritableStream.getWriter() and once created locks the < writer to the - * WritableStream ensuring that no other streams can write to the underlying - * sink. - */ - interface WritableStreamDefaultWriter<W = any> { - readonly closed: Promise<undefined>; - readonly desiredSize: number | null; - readonly ready: Promise<undefined>; - abort(reason?: any): Promise<void>; - close(): Promise<void>; - releaseLock(): void; - write(chunk?: W): Promise<void>; - } - const WritableStreamDefaultWriter: { - prototype: WritableStreamDefaultWriter; - new <W = any>(stream: WritableStream<W>): WritableStreamDefaultWriter<W>; - }; - /** - * This Streams API interface represents a controller allowing control of a - * WritableStream's state. When constructing a WritableStream, the - * underlying sink is given a corresponding WritableStreamDefaultController - * instance to manipulate. - */ - interface WritableStreamDefaultController { - error(e?: any): void; - } - const WritableStreamDefaultController: { - prototype: WritableStreamDefaultController; - new (): WritableStreamDefaultController; - }; - interface QueuingStrategy<T = any> { - highWaterMark?: number; - size?: QueuingStrategySize<T>; - } - interface QueuingStrategySize<T = any> { - (chunk?: T): number; - } - interface QueuingStrategyInit { - /** - * Creates a new ByteLengthQueuingStrategy with the provided high water - * mark. - * - * Note that the provided high water mark will not be validated ahead of - * time. Instead, if it is negative, NaN, or not a number, the resulting - * ByteLengthQueuingStrategy will cause the corresponding stream - * constructor to throw. - */ - highWaterMark: number; - } - /** - * This Streams API interface provides a built-in byte length queuing - * strategy that can be used when constructing streams. - */ - interface ByteLengthQueuingStrategy extends QueuingStrategy<ArrayBufferView> { - readonly highWaterMark: number; - readonly size: QueuingStrategySize<ArrayBufferView>; - } - const ByteLengthQueuingStrategy: { - prototype: ByteLengthQueuingStrategy; - new (init: QueuingStrategyInit): ByteLengthQueuingStrategy; - }; - /** - * This Streams API interface provides a built-in byte length queuing - * strategy that can be used when constructing streams. - */ - interface CountQueuingStrategy extends QueuingStrategy { - readonly highWaterMark: number; - readonly size: QueuingStrategySize; - } - const CountQueuingStrategy: { - prototype: CountQueuingStrategy; - new (init: QueuingStrategyInit): CountQueuingStrategy; - }; - interface TextEncoderStream { - /** Returns "utf-8". */ - readonly encoding: 'utf-8'; - readonly readable: ReadableStream<Uint8Array>; - readonly writable: WritableStream<string>; - readonly [Symbol.toStringTag]: string; - } - const TextEncoderStream: { - prototype: TextEncoderStream; - new (): TextEncoderStream; - }; - interface TextDecoderOptions { - fatal?: boolean; - ignoreBOM?: boolean; - } - type BufferSource = ArrayBufferView | ArrayBuffer; - interface TextDecoderStream { - /** Returns encoding's name, lower cased. */ - readonly encoding: string; - /** Returns `true` if error mode is "fatal", and `false` otherwise. */ - readonly fatal: boolean; - /** Returns `true` if ignore BOM flag is set, and `false` otherwise. */ - readonly ignoreBOM: boolean; - readonly readable: ReadableStream<string>; - readonly writable: WritableStream<BufferSource>; - readonly [Symbol.toStringTag]: string; - } - const TextDecoderStream: { - prototype: TextDecoderStream; - new (label?: string, options?: TextDecoderOptions): TextDecoderStream; - }; -} -declare module 'node:stream/web' { - export * from 'stream/web'; -} diff --git a/software/flow/node_modules/@types/node/string_decoder.d.ts b/software/flow/node_modules/@types/node/string_decoder.d.ts deleted file mode 100755 index a585804..0000000 --- a/software/flow/node_modules/@types/node/string_decoder.d.ts +++ /dev/null @@ -1,67 +0,0 @@ -/** - * The `string_decoder` module provides an API for decoding `Buffer` objects into - * strings in a manner that preserves encoded multi-byte UTF-8 and UTF-16 - * characters. It can be accessed using: - * - * ```js - * const { StringDecoder } = require('string_decoder'); - * ``` - * - * The following example shows the basic use of the `StringDecoder` class. - * - * ```js - * const { StringDecoder } = require('string_decoder'); - * const decoder = new StringDecoder('utf8'); - * - * const cent = Buffer.from([0xC2, 0xA2]); - * console.log(decoder.write(cent)); - * - * const euro = Buffer.from([0xE2, 0x82, 0xAC]); - * console.log(decoder.write(euro)); - * ``` - * - * When a `Buffer` instance is written to the `StringDecoder` instance, an - * internal buffer is used to ensure that the decoded string does not contain - * any incomplete multibyte characters. These are held in the buffer until the - * next call to `stringDecoder.write()` or until `stringDecoder.end()` is called. - * - * In the following example, the three UTF-8 encoded bytes of the European Euro - * symbol (`€`) are written over three separate operations: - * - * ```js - * const { StringDecoder } = require('string_decoder'); - * const decoder = new StringDecoder('utf8'); - * - * decoder.write(Buffer.from([0xE2])); - * decoder.write(Buffer.from([0x82])); - * console.log(decoder.end(Buffer.from([0xAC]))); - * ``` - * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/string_decoder.js) - */ -declare module 'string_decoder' { - class StringDecoder { - constructor(encoding?: BufferEncoding); - /** - * Returns a decoded string, ensuring that any incomplete multibyte characters at - * the end of the `Buffer`, or `TypedArray`, or `DataView` are omitted from the - * returned string and stored in an internal buffer for the next call to`stringDecoder.write()` or `stringDecoder.end()`. - * @since v0.1.99 - * @param buffer A `Buffer`, or `TypedArray`, or `DataView` containing the bytes to decode. - */ - write(buffer: Buffer): string; - /** - * Returns any remaining input stored in the internal buffer as a string. Bytes - * representing incomplete UTF-8 and UTF-16 characters will be replaced with - * substitution characters appropriate for the character encoding. - * - * If the `buffer` argument is provided, one final call to `stringDecoder.write()`is performed before returning the remaining input. - * After `end()` is called, the `stringDecoder` object can be reused for new input. - * @since v0.9.3 - * @param buffer A `Buffer`, or `TypedArray`, or `DataView` containing the bytes to decode. - */ - end(buffer?: Buffer): string; - } -} -declare module 'node:string_decoder' { - export * from 'string_decoder'; -} diff --git a/software/flow/node_modules/@types/node/test.d.ts b/software/flow/node_modules/@types/node/test.d.ts deleted file mode 100755 index 58b8c45..0000000 --- a/software/flow/node_modules/@types/node/test.d.ts +++ /dev/null @@ -1,455 +0,0 @@ -/** - * The `node:test` module provides a standalone testing module. - * @see [source](https://github.com/nodejs/node/blob/v18.x/lib/test.js) - */ -declare module 'node:test' { - /** - * Programmatically start the test runner. - * @since v18.9.0 - * @param options Configuration options for running tests. - * @returns A {@link TapStream} that emits events about the test execution. - */ - function run(options?: RunOptions): TapStream; - - /** - * The `test()` function is the value imported from the test module. Each invocation of this - * function results in the creation of a test point in the TAP output. - * - * The {@link TestContext} object passed to the fn argument can be used to perform actions - * related to the current test. Examples include skipping the test, adding additional TAP - * diagnostic information, or creating subtests. - * - * `test()` returns a {@link Promise} that resolves once the test completes. The return value - * can usually be discarded for top level tests. However, the return value from subtests should - * be used to prevent the parent test from finishing first and cancelling the subtest as shown - * in the following example. - * - * ```js - * test('top level test', async (t) => { - * // The setTimeout() in the following subtest would cause it to outlive its - * // parent test if 'await' is removed on the next line. Once the parent test - * // completes, it will cancel any outstanding subtests. - * await t.test('longer running subtest', async (t) => { - * return new Promise((resolve, reject) => { - * setTimeout(resolve, 1000); - * }); - * }); - * }); - * ``` - * @since v18.0.0 - * @param name The name of the test, which is displayed when reporting test results. - * Default: The `name` property of fn, or `'<anonymous>'` if `fn` does not have a name. - * @param options Configuration options for the test - * @param fn The function under test. The first argument to this function is a - * {@link TestContext} object. If the test uses callbacks, the callback function is - * passed as the second argument. Default: A no-op function. - * @returns A {@link Promise} resolved with `undefined` once the test completes. - */ - function test(name?: string, fn?: TestFn): Promise<void>; - function test(name?: string, options?: TestOptions, fn?: TestFn): Promise<void>; - function test(options?: TestOptions, fn?: TestFn): Promise<void>; - function test(fn?: TestFn): Promise<void>; - - /** - * @since v18.6.0 - * @param name The name of the suite, which is displayed when reporting suite results. - * Default: The `name` property of fn, or `'<anonymous>'` if `fn` does not have a name. - * @param options Configuration options for the suite - * @param fn The function under suite. Default: A no-op function. - */ - function describe(name?: string, options?: TestOptions, fn?: SuiteFn): void; - function describe(name?: string, fn?: SuiteFn): void; - function describe(options?: TestOptions, fn?: SuiteFn): void; - function describe(fn?: SuiteFn): void; - namespace describe { - // Shorthand for skipping a suite, same as `describe([name], { skip: true }[, fn])`. - function skip(name?: string, options?: TestOptions, fn?: SuiteFn): void; - function skip(name?: string, fn?: SuiteFn): void; - function skip(options?: TestOptions, fn?: SuiteFn): void; - function skip(fn?: SuiteFn): void; - - // Shorthand for marking a suite as `TODO`, same as `describe([name], { todo: true }[, fn])`. - function todo(name?: string, options?: TestOptions, fn?: SuiteFn): void; - function todo(name?: string, fn?: SuiteFn): void; - function todo(options?: TestOptions, fn?: SuiteFn): void; - function todo(fn?: SuiteFn): void; - } - - /** - * @since v18.6.0 - * @param name The name of the test, which is displayed when reporting test results. - * Default: The `name` property of fn, or `'<anonymous>'` if `fn` does not have a name. - * @param options Configuration options for the test - * @param fn The function under test. If the test uses callbacks, the callback function is - * passed as the second argument. Default: A no-op function. - */ - function it(name?: string, options?: TestOptions, fn?: ItFn): void; - function it(name?: string, fn?: ItFn): void; - function it(options?: TestOptions, fn?: ItFn): void; - function it(fn?: ItFn): void; - namespace it { - // Shorthand for skipping a test, same as `it([name], { skip: true }[, fn])`. - function skip(name?: string, options?: TestOptions, fn?: ItFn): void; - function skip(name?: string, fn?: ItFn): void; - function skip(options?: TestOptions, fn?: ItFn): void; - function skip(fn?: ItFn): void; - - // Shorthand for marking a test as `TODO`, same as `it([name], { todo: true }[, fn])`. - function todo(name?: string, options?: TestOptions, fn?: ItFn): void; - function todo(name?: string, fn?: ItFn): void; - function todo(options?: TestOptions, fn?: ItFn): void; - function todo(fn?: ItFn): void; - } - - /** - * The type of a function under test. The first argument to this function is a - * {@link TestContext} object. If the test uses callbacks, the callback function is passed as - * the second argument. - */ - type TestFn = (t: TestContext, done: (result?: any) => void) => any; - - /** - * The type of a function under Suite. - * If the test uses callbacks, the callback function is passed as an argument - */ - type SuiteFn = (done: (result?: any) => void) => void; - - /** - * The type of a function under test. - * If the test uses callbacks, the callback function is passed as an argument - */ - type ItFn = (done: (result?: any) => void) => any; - - interface RunOptions { - /** - * If a number is provided, then that many files would run in parallel. - * If truthy, it would run (number of cpu cores - 1) files in parallel. - * If falsy, it would only run one file at a time. - * If unspecified, subtests inherit this value from their parent. - * @default true - */ - concurrency?: number | boolean | undefined; - - /** - * An array containing the list of files to run. - * If unspecified, the test runner execution model will be used. - */ - files?: readonly string[] | undefined; - - /** - * Allows aborting an in-progress test execution. - * @default undefined - */ - signal?: AbortSignal | undefined; - - /** - * A number of milliseconds the test will fail after. - * If unspecified, subtests inherit this value from their parent. - * @default Infinity - */ - timeout?: number | undefined; - - /** - * Sets inspector port of test child process. - * If a nullish value is provided, each process gets its own port, - * incremented from the primary's `process.debugPort`. - */ - inspectPort?: number | (() => number) | undefined; - } - - /** - * A successful call of the `run()` method will return a new `TapStream` object, - * streaming a [TAP](https://testanything.org/) output. - * `TapStream` will emit events in the order of the tests' definitions. - * @since v18.9.0 - */ - interface TapStream extends NodeJS.ReadableStream { - addListener(event: 'test:diagnostic', listener: (message: string) => void): this; - addListener(event: 'test:fail', listener: (data: TestFail) => void): this; - addListener(event: 'test:pass', listener: (data: TestPass) => void): this; - addListener(event: string, listener: (...args: any[]) => void): this; - emit(event: 'test:diagnostic', message: string): boolean; - emit(event: 'test:fail', data: TestFail): boolean; - emit(event: 'test:pass', data: TestPass): boolean; - emit(event: string | symbol, ...args: any[]): boolean; - on(event: 'test:diagnostic', listener: (message: string) => void): this; - on(event: 'test:fail', listener: (data: TestFail) => void): this; - on(event: 'test:pass', listener: (data: TestPass) => void): this; - on(event: string, listener: (...args: any[]) => void): this; - once(event: 'test:diagnostic', listener: (message: string) => void): this; - once(event: 'test:fail', listener: (data: TestFail) => void): this; - once(event: 'test:pass', listener: (data: TestPass) => void): this; - once(event: string, listener: (...args: any[]) => void): this; - prependListener(event: 'test:diagnostic', listener: (message: string) => void): this; - prependListener(event: 'test:fail', listener: (data: TestFail) => void): this; - prependListener(event: 'test:pass', listener: (data: TestPass) => void): this; - prependListener(event: string, listener: (...args: any[]) => void): this; - prependOnceListener(event: 'test:diagnostic', listener: (message: string) => void): this; - prependOnceListener(event: 'test:fail', listener: (data: TestFail) => void): this; - prependOnceListener(event: 'test:pass', listener: (data: TestPass) => void): this; - prependOnceListener(event: string, listener: (...args: any[]) => void): this; - } - - interface TestFail { - /** - * The test duration. - */ - duration: number; - - /** - * The failure casing test to fail. - */ - error: Error; - - /** - * The test name. - */ - name: string; - - /** - * The ordinal number of the test. - */ - testNumber: number; - - /** - * Present if `context.todo` is called. - */ - todo?: string; - - /** - * Present if `context.skip` is called. - */ - skip?: string; - } - - interface TestPass { - /** - * The test duration. - */ - duration: number; - - /** - * The test name. - */ - name: string; - - /** - * The ordinal number of the test. - */ - testNumber: number; - - /** - * Present if `context.todo` is called. - */ - todo?: string; - - /** - * Present if `context.skip` is called. - */ - skip?: string; - } - - /** - * An instance of `TestContext` is passed to each test function in order to interact with the - * test runner. However, the `TestContext` constructor is not exposed as part of the API. - * @since v18.0.0 - */ - interface TestContext { - /** - * This function is used to create a hook running before each subtest of the current test. - * @param fn The hook function. If the hook uses callbacks, the callback function is passed as - * the second argument. Default: A no-op function. - * @param options Configuration options for the hook. - * @since v18.8.0 - */ - beforeEach: typeof beforeEach; - - /** - * This function is used to create a hook that runs after the current test finishes. - * @param fn The hook function. If the hook uses callbacks, the callback function is passed as - * the second argument. Default: A no-op function. - * @param options Configuration options for the hook. - * @since v18.13.0 - */ - after: typeof after; - - /** - * This function is used to create a hook running after each subtest of the current test. - * @param fn The hook function. If the hook uses callbacks, the callback function is passed as - * the second argument. Default: A no-op function. - * @param options Configuration options for the hook. - * @since v18.8.0 - */ - afterEach: typeof afterEach; - - /** - * This function is used to write TAP diagnostics to the output. Any diagnostic information is - * included at the end of the test's results. This function does not return a value. - * @param message Message to be displayed as a TAP diagnostic. - * @since v18.0.0 - */ - diagnostic(message: string): void; - - /** - * The name of the test. - * @since v18.8.0 - */ - readonly name: string; - - /** - * If `shouldRunOnlyTests` is truthy, the test context will only run tests that have the `only` - * option set. Otherwise, all tests are run. If Node.js was not started with the `--test-only` - * command-line option, this function is a no-op. - * @param shouldRunOnlyTests Whether or not to run `only` tests. - * @since v18.0.0 - */ - runOnly(shouldRunOnlyTests: boolean): void; - - /** - * Can be used to abort test subtasks when the test has been aborted. - * @since v18.7.0 - */ - readonly signal: AbortSignal; - - /** - * This function causes the test's output to indicate the test as skipped. If `message` is - * provided, it is included in the TAP output. Calling `skip()` does not terminate execution of - * the test function. This function does not return a value. - * @param message Optional skip message to be displayed in TAP output. - * @since v18.0.0 - */ - skip(message?: string): void; - - /** - * This function adds a `TODO` directive to the test's output. If `message` is provided, it is - * included in the TAP output. Calling `todo()` does not terminate execution of the test - * function. This function does not return a value. - * @param message Optional `TODO` message to be displayed in TAP output. - * @since v18.0.0 - */ - todo(message?: string): void; - - /** - * This function is used to create subtests under the current test. This function behaves in - * the same fashion as the top level {@link test} function. - * @since v18.0.0 - * @param name The name of the test, which is displayed when reporting test results. - * Default: The `name` property of fn, or `'<anonymous>'` if `fn` does not have a name. - * @param options Configuration options for the test - * @param fn The function under test. This first argument to this function is a - * {@link TestContext} object. If the test uses callbacks, the callback function is - * passed as the second argument. Default: A no-op function. - * @returns A {@link Promise} resolved with `undefined` once the test completes. - */ - test: typeof test; - } - - interface TestOptions { - /** - * If a number is provided, then that many tests would run in parallel. - * If truthy, it would run (number of cpu cores - 1) tests in parallel. - * For subtests, it will be `Infinity` tests in parallel. - * If falsy, it would only run one test at a time. - * If unspecified, subtests inherit this value from their parent. - * @default false - */ - concurrency?: number | boolean | undefined; - - /** - * If truthy, and the test context is configured to run `only` tests, then this test will be - * run. Otherwise, the test is skipped. - * @default false - */ - only?: boolean | undefined; - - /** - * Allows aborting an in-progress test. - * @since v18.8.0 - */ - signal?: AbortSignal | undefined; - - /** - * If truthy, the test is skipped. If a string is provided, that string is displayed in the - * test results as the reason for skipping the test. - * @default false - */ - skip?: boolean | string | undefined; - - /** - * A number of milliseconds the test will fail after. If unspecified, subtests inherit this - * value from their parent. - * @default Infinity - * @since v18.7.0 - */ - timeout?: number | undefined; - - /** - * If truthy, the test marked as `TODO`. If a string is provided, that string is displayed in - * the test results as the reason why the test is `TODO`. - * @default false - */ - todo?: boolean | string | undefined; - } - - /** - * This function is used to create a hook running before running a suite. - * @param fn The hook function. If the hook uses callbacks, the callback function is passed as - * the second argument. Default: A no-op function. - * @param options Configuration options for the hook. - * @since v18.8.0 - */ - function before(fn?: HookFn, options?: HookOptions): void; - - /** - * This function is used to create a hook running after running a suite. - * @param fn The hook function. If the hook uses callbacks, the callback function is passed as - * the second argument. Default: A no-op function. - * @param options Configuration options for the hook. - * @since v18.8.0 - */ - function after(fn?: HookFn, options?: HookOptions): void; - - /** - * This function is used to create a hook running before each subtest of the current suite. - * @param fn The hook function. If the hook uses callbacks, the callback function is passed as - * the second argument. Default: A no-op function. - * @param options Configuration options for the hook. - * @since v18.8.0 - */ - function beforeEach(fn?: HookFn, options?: HookOptions): void; - - /** - * This function is used to create a hook running after each subtest of the current test. - * @param fn The hook function. If the hook uses callbacks, the callback function is passed as - * the second argument. Default: A no-op function. - * @param options Configuration options for the hook. - * @since v18.8.0 - */ - function afterEach(fn?: HookFn, options?: HookOptions): void; - - /** - * The hook function. If the hook uses callbacks, the callback function is passed as the - * second argument. - */ - type HookFn = (done: (result?: any) => void) => any; - - /** - * Configuration options for hooks. - * @since v18.8.0 - */ - interface HookOptions { - /** - * Allows aborting an in-progress hook. - */ - signal?: AbortSignal | undefined; - - /** - * A number of milliseconds the hook will fail after. If unspecified, subtests inherit this - * value from their parent. - * @default Infinity - */ - timeout?: number | undefined; - } - - export { test as default, run, test, describe, it, before, after, beforeEach, afterEach }; -} diff --git a/software/flow/node_modules/@types/node/timers.d.ts b/software/flow/node_modules/@types/node/timers.d.ts deleted file mode 100755 index b26f3ce..0000000 --- a/software/flow/node_modules/@types/node/timers.d.ts +++ /dev/null @@ -1,94 +0,0 @@ -/** - * The `timer` module exposes a global API for scheduling functions to - * be called at some future period of time. Because the timer functions are - * globals, there is no need to call `require('timers')` to use the API. - * - * The timer functions within Node.js implement a similar API as the timers API - * provided by Web Browsers but use a different internal implementation that is - * built around the Node.js [Event Loop](https://nodejs.org/en/docs/guides/event-loop-timers-and-nexttick/#setimmediate-vs-settimeout). - * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/timers.js) - */ -declare module 'timers' { - import { Abortable } from 'node:events'; - import { setTimeout as setTimeoutPromise, setImmediate as setImmediatePromise, setInterval as setIntervalPromise } from 'node:timers/promises'; - interface TimerOptions extends Abortable { - /** - * Set to `false` to indicate that the scheduled `Timeout` - * should not require the Node.js event loop to remain active. - * @default true - */ - ref?: boolean | undefined; - } - let setTimeout: typeof global.setTimeout; - let clearTimeout: typeof global.clearTimeout; - let setInterval: typeof global.setInterval; - let clearInterval: typeof global.clearInterval; - let setImmediate: typeof global.setImmediate; - let clearImmediate: typeof global.clearImmediate; - global { - namespace NodeJS { - // compatibility with older typings - interface Timer extends RefCounted { - hasRef(): boolean; - refresh(): this; - [Symbol.toPrimitive](): number; - } - interface Immediate extends RefCounted { - /** - * If true, the `Immediate` object will keep the Node.js event loop active. - * @since v11.0.0 - */ - hasRef(): boolean; - _onImmediate: Function; // to distinguish it from the Timeout class - } - interface Timeout extends Timer { - /** - * If true, the `Timeout` object will keep the Node.js event loop active. - * @since v11.0.0 - */ - hasRef(): boolean; - /** - * Sets the timer's start time to the current time, and reschedules the timer to - * call its callback at the previously specified duration adjusted to the current - * time. This is useful for refreshing a timer without allocating a new - * JavaScript object. - * - * Using this on a timer that has already called its callback will reactivate the - * timer. - * @since v10.2.0 - * @return a reference to `timeout` - */ - refresh(): this; - [Symbol.toPrimitive](): number; - } - } - function setTimeout<TArgs extends any[]>(callback: (...args: TArgs) => void, ms?: number, ...args: TArgs): NodeJS.Timeout; - // util.promisify no rest args compability - // tslint:disable-next-line void-return - function setTimeout(callback: (args: void) => void, ms?: number): NodeJS.Timeout; - namespace setTimeout { - const __promisify__: typeof setTimeoutPromise; - } - function clearTimeout(timeoutId: NodeJS.Timeout | string | number | undefined): void; - function setInterval<TArgs extends any[]>(callback: (...args: TArgs) => void, ms?: number, ...args: TArgs): NodeJS.Timer; - // util.promisify no rest args compability - // tslint:disable-next-line void-return - function setInterval(callback: (args: void) => void, ms?: number): NodeJS.Timer; - namespace setInterval { - const __promisify__: typeof setIntervalPromise; - } - function clearInterval(intervalId: NodeJS.Timeout | string | number | undefined): void; - function setImmediate<TArgs extends any[]>(callback: (...args: TArgs) => void, ...args: TArgs): NodeJS.Immediate; - // util.promisify no rest args compability - // tslint:disable-next-line void-return - function setImmediate(callback: (args: void) => void): NodeJS.Immediate; - namespace setImmediate { - const __promisify__: typeof setImmediatePromise; - } - function clearImmediate(immediateId: NodeJS.Immediate | undefined): void; - function queueMicrotask(callback: () => void): void; - } -} -declare module 'node:timers' { - export * from 'timers'; -} diff --git a/software/flow/node_modules/@types/node/timers/promises.d.ts b/software/flow/node_modules/@types/node/timers/promises.d.ts deleted file mode 100755 index c145068..0000000 --- a/software/flow/node_modules/@types/node/timers/promises.d.ts +++ /dev/null @@ -1,93 +0,0 @@ -/** - * The `timers/promises` API provides an alternative set of timer functions - * that return `Promise` objects. The API is accessible via`require('timers/promises')`. - * - * ```js - * import { - * setTimeout, - * setImmediate, - * setInterval, - * } from 'timers/promises'; - * ``` - * @since v15.0.0 - */ -declare module 'timers/promises' { - import { TimerOptions } from 'node:timers'; - /** - * ```js - * import { - * setTimeout, - * } from 'timers/promises'; - * - * const res = await setTimeout(100, 'result'); - * - * console.log(res); // Prints 'result' - * ``` - * @since v15.0.0 - * @param [delay=1] The number of milliseconds to wait before fulfilling the promise. - * @param value A value with which the promise is fulfilled. - */ - function setTimeout<T = void>(delay?: number, value?: T, options?: TimerOptions): Promise<T>; - /** - * ```js - * import { - * setImmediate, - * } from 'timers/promises'; - * - * const res = await setImmediate('result'); - * - * console.log(res); // Prints 'result' - * ``` - * @since v15.0.0 - * @param value A value with which the promise is fulfilled. - */ - function setImmediate<T = void>(value?: T, options?: TimerOptions): Promise<T>; - /** - * Returns an async iterator that generates values in an interval of `delay` ms. - * - * ```js - * import { - * setInterval, - * } from 'timers/promises'; - * - * const interval = 100; - * for await (const startTime of setInterval(interval, Date.now())) { - * const now = Date.now(); - * console.log(now); - * if ((now - startTime) > 1000) - * break; - * } - * console.log(Date.now()); - * ``` - * @since v15.9.0 - */ - function setInterval<T = void>(delay?: number, value?: T, options?: TimerOptions): AsyncIterable<T>; - - interface Scheduler { - /** - * ```js - * import { scheduler } from 'node:timers/promises'; - * - * await scheduler.wait(1000); // Wait one second before continuing - * ``` - * An experimental API defined by the Scheduling APIs draft specification being developed as a standard Web Platform API. - * Calling timersPromises.scheduler.wait(delay, options) is roughly equivalent to calling timersPromises.setTimeout(delay, undefined, options) except that the ref option is not supported. - * @since v16.14.0 - * @experimental - * @param [delay=1] The number of milliseconds to wait before fulfilling the promise. - */ - wait: (delay?: number, options?: TimerOptions) => Promise<void>; - /** - * An experimental API defined by the Scheduling APIs draft specification being developed as a standard Web Platform API. - * Calling timersPromises.scheduler.yield() is equivalent to calling timersPromises.setImmediate() with no arguments. - * @since v16.14.0 - * @experimental - */ - yield: () => Promise<void>; - } - - const scheduler: Scheduler; -} -declare module 'node:timers/promises' { - export * from 'timers/promises'; -} diff --git a/software/flow/node_modules/@types/node/tls.d.ts b/software/flow/node_modules/@types/node/tls.d.ts deleted file mode 100755 index 2c55eb9..0000000 --- a/software/flow/node_modules/@types/node/tls.d.ts +++ /dev/null @@ -1,1107 +0,0 @@ -/** - * The `tls` module provides an implementation of the Transport Layer Security - * (TLS) and Secure Socket Layer (SSL) protocols that is built on top of OpenSSL. - * The module can be accessed using: - * - * ```js - * const tls = require('tls'); - * ``` - * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/tls.js) - */ -declare module 'tls' { - import { X509Certificate } from 'node:crypto'; - import * as net from 'node:net'; - import * as stream from 'stream'; - const CLIENT_RENEG_LIMIT: number; - const CLIENT_RENEG_WINDOW: number; - interface Certificate { - /** - * Country code. - */ - C: string; - /** - * Street. - */ - ST: string; - /** - * Locality. - */ - L: string; - /** - * Organization. - */ - O: string; - /** - * Organizational unit. - */ - OU: string; - /** - * Common name. - */ - CN: string; - } - interface PeerCertificate { - /** - * `true` if a Certificate Authority (CA), `false` otherwise. - * @since v18.13.0 - */ - ca: boolean; - /** - * The DER encoded X.509 certificate data. - */ - raw: Buffer; - /** - * The certificate subject. - */ - subject: Certificate; - /** - * The certificate issuer, described in the same terms as the `subject`. - */ - issuer: Certificate; - /** - * The date-time the certificate is valid from. - */ - valid_from: string; - /** - * The date-time the certificate is valid to. - */ - valid_to: string; - /** - * The certificate serial number, as a hex string. - */ - serialNumber: string; - /** - * The SHA-1 digest of the DER encoded certificate. - * It is returned as a `:` separated hexadecimal string. - */ - fingerprint: string; - /** - * The SHA-256 digest of the DER encoded certificate. - * It is returned as a `:` separated hexadecimal string. - */ - fingerprint256: string; - /** - * The SHA-512 digest of the DER encoded certificate. - * It is returned as a `:` separated hexadecimal string. - */ - fingerprint512: string; - /** - * The extended key usage, a set of OIDs. - */ - ext_key_usage?: string[]; - /** - * A string containing concatenated names for the subject, - * an alternative to the `subject` names. - */ - subjectaltname?: string; - /** - * An array describing the AuthorityInfoAccess, used with OCSP. - */ - infoAccess?: NodeJS.Dict<string[]>; - /** - * For RSA keys: The RSA bit size. - * - * For EC keys: The key size in bits. - */ - bits?: number; - /** - * The RSA exponent, as a string in hexadecimal number notation. - */ - exponent?: string; - /** - * The RSA modulus, as a hexadecimal string. - */ - modulus?: string; - /** - * The public key. - */ - pubkey?: Buffer; - /** - * The ASN.1 name of the OID of the elliptic curve. - * Well-known curves are identified by an OID. - * While it is unusual, it is possible that the curve - * is identified by its mathematical properties, - * in which case it will not have an OID. - */ - asn1Curve?: string; - /** - * The NIST name for the elliptic curve,if it has one - * (not all well-known curves have been assigned names by NIST). - */ - nistCurve?: string; - } - interface DetailedPeerCertificate extends PeerCertificate { - /** - * The issuer certificate object. - * For self-signed certificates, this may be a circular reference. - */ - issuerCertificate: DetailedPeerCertificate; - } - interface CipherNameAndProtocol { - /** - * The cipher name. - */ - name: string; - /** - * SSL/TLS protocol version. - */ - version: string; - /** - * IETF name for the cipher suite. - */ - standardName: string; - } - interface EphemeralKeyInfo { - /** - * The supported types are 'DH' and 'ECDH'. - */ - type: string; - /** - * The name property is available only when type is 'ECDH'. - */ - name?: string | undefined; - /** - * The size of parameter of an ephemeral key exchange. - */ - size: number; - } - interface KeyObject { - /** - * Private keys in PEM format. - */ - pem: string | Buffer; - /** - * Optional passphrase. - */ - passphrase?: string | undefined; - } - interface PxfObject { - /** - * PFX or PKCS12 encoded private key and certificate chain. - */ - buf: string | Buffer; - /** - * Optional passphrase. - */ - passphrase?: string | undefined; - } - interface TLSSocketOptions extends SecureContextOptions, CommonConnectionOptions { - /** - * If true the TLS socket will be instantiated in server-mode. - * Defaults to false. - */ - isServer?: boolean | undefined; - /** - * An optional net.Server instance. - */ - server?: net.Server | undefined; - /** - * An optional Buffer instance containing a TLS session. - */ - session?: Buffer | undefined; - /** - * If true, specifies that the OCSP status request extension will be - * added to the client hello and an 'OCSPResponse' event will be - * emitted on the socket before establishing a secure communication - */ - requestOCSP?: boolean | undefined; - } - /** - * Performs transparent encryption of written data and all required TLS - * negotiation. - * - * Instances of `tls.TLSSocket` implement the duplex `Stream` interface. - * - * Methods that return TLS connection metadata (e.g.{@link TLSSocket.getPeerCertificate} will only return data while the - * connection is open. - * @since v0.11.4 - */ - class TLSSocket extends net.Socket { - /** - * Construct a new tls.TLSSocket object from an existing TCP socket. - */ - constructor(socket: net.Socket, options?: TLSSocketOptions); - /** - * This property is `true` if the peer certificate was signed by one of the CAs - * specified when creating the `tls.TLSSocket` instance, otherwise `false`. - * @since v0.11.4 - */ - authorized: boolean; - /** - * Returns the reason why the peer's certificate was not been verified. This - * property is set only when `tlsSocket.authorized === false`. - * @since v0.11.4 - */ - authorizationError: Error; - /** - * Always returns `true`. This may be used to distinguish TLS sockets from regular`net.Socket` instances. - * @since v0.11.4 - */ - encrypted: true; - /** - * String containing the selected ALPN protocol. - * Before a handshake has completed, this value is always null. - * When a handshake is completed but not ALPN protocol was selected, tlsSocket.alpnProtocol equals false. - */ - alpnProtocol: string | false | null; - /** - * Returns an object representing the local certificate. The returned object has - * some properties corresponding to the fields of the certificate. - * - * See {@link TLSSocket.getPeerCertificate} for an example of the certificate - * structure. - * - * If there is no local certificate, an empty object will be returned. If the - * socket has been destroyed, `null` will be returned. - * @since v11.2.0 - */ - getCertificate(): PeerCertificate | object | null; - /** - * Returns an object containing information on the negotiated cipher suite. - * - * For example: - * - * ```json - * { - * "name": "AES128-SHA256", - * "standardName": "TLS_RSA_WITH_AES_128_CBC_SHA256", - * "version": "TLSv1.2" - * } - * ``` - * - * See [SSL\_CIPHER\_get\_name](https://www.openssl.org/docs/man1.1.1/man3/SSL_CIPHER_get_name.html) for more information. - * @since v0.11.4 - */ - getCipher(): CipherNameAndProtocol; - /** - * Returns an object representing the type, name, and size of parameter of - * an ephemeral key exchange in `perfect forward secrecy` on a client - * connection. It returns an empty object when the key exchange is not - * ephemeral. As this is only supported on a client socket; `null` is returned - * if called on a server socket. The supported types are `'DH'` and `'ECDH'`. The`name` property is available only when type is `'ECDH'`. - * - * For example: `{ type: 'ECDH', name: 'prime256v1', size: 256 }`. - * @since v5.0.0 - */ - getEphemeralKeyInfo(): EphemeralKeyInfo | object | null; - /** - * As the `Finished` messages are message digests of the complete handshake - * (with a total of 192 bits for TLS 1.0 and more for SSL 3.0), they can - * be used for external authentication procedures when the authentication - * provided by SSL/TLS is not desired or is not enough. - * - * Corresponds to the `SSL_get_finished` routine in OpenSSL and may be used - * to implement the `tls-unique` channel binding from [RFC 5929](https://tools.ietf.org/html/rfc5929). - * @since v9.9.0 - * @return The latest `Finished` message that has been sent to the socket as part of a SSL/TLS handshake, or `undefined` if no `Finished` message has been sent yet. - */ - getFinished(): Buffer | undefined; - /** - * Returns an object representing the peer's certificate. If the peer does not - * provide a certificate, an empty object will be returned. If the socket has been - * destroyed, `null` will be returned. - * - * If the full certificate chain was requested, each certificate will include an`issuerCertificate` property containing an object representing its issuer's - * certificate. - * @since v0.11.4 - * @param detailed Include the full certificate chain if `true`, otherwise include just the peer's certificate. - * @return A certificate object. - */ - getPeerCertificate(detailed: true): DetailedPeerCertificate; - getPeerCertificate(detailed?: false): PeerCertificate; - getPeerCertificate(detailed?: boolean): PeerCertificate | DetailedPeerCertificate; - /** - * As the `Finished` messages are message digests of the complete handshake - * (with a total of 192 bits for TLS 1.0 and more for SSL 3.0), they can - * be used for external authentication procedures when the authentication - * provided by SSL/TLS is not desired or is not enough. - * - * Corresponds to the `SSL_get_peer_finished` routine in OpenSSL and may be used - * to implement the `tls-unique` channel binding from [RFC 5929](https://tools.ietf.org/html/rfc5929). - * @since v9.9.0 - * @return The latest `Finished` message that is expected or has actually been received from the socket as part of a SSL/TLS handshake, or `undefined` if there is no `Finished` message so - * far. - */ - getPeerFinished(): Buffer | undefined; - /** - * Returns a string containing the negotiated SSL/TLS protocol version of the - * current connection. The value `'unknown'` will be returned for connected - * sockets that have not completed the handshaking process. The value `null` will - * be returned for server sockets or disconnected client sockets. - * - * Protocol versions are: - * - * * `'SSLv3'` - * * `'TLSv1'` - * * `'TLSv1.1'` - * * `'TLSv1.2'` - * * `'TLSv1.3'` - * - * See the OpenSSL [`SSL_get_version`](https://www.openssl.org/docs/man1.1.1/man3/SSL_get_version.html) documentation for more information. - * @since v5.7.0 - */ - getProtocol(): string | null; - /** - * Returns the TLS session data or `undefined` if no session was - * negotiated. On the client, the data can be provided to the `session` option of {@link connect} to resume the connection. On the server, it may be useful - * for debugging. - * - * See `Session Resumption` for more information. - * - * Note: `getSession()` works only for TLSv1.2 and below. For TLSv1.3, applications - * must use the `'session'` event (it also works for TLSv1.2 and below). - * @since v0.11.4 - */ - getSession(): Buffer | undefined; - /** - * See [SSL\_get\_shared\_sigalgs](https://www.openssl.org/docs/man1.1.1/man3/SSL_get_shared_sigalgs.html) for more information. - * @since v12.11.0 - * @return List of signature algorithms shared between the server and the client in the order of decreasing preference. - */ - getSharedSigalgs(): string[]; - /** - * For a client, returns the TLS session ticket if one is available, or`undefined`. For a server, always returns `undefined`. - * - * It may be useful for debugging. - * - * See `Session Resumption` for more information. - * @since v0.11.4 - */ - getTLSTicket(): Buffer | undefined; - /** - * See `Session Resumption` for more information. - * @since v0.5.6 - * @return `true` if the session was reused, `false` otherwise. - */ - isSessionReused(): boolean; - /** - * The `tlsSocket.renegotiate()` method initiates a TLS renegotiation process. - * Upon completion, the `callback` function will be passed a single argument - * that is either an `Error` (if the request failed) or `null`. - * - * This method can be used to request a peer's certificate after the secure - * connection has been established. - * - * When running as the server, the socket will be destroyed with an error after`handshakeTimeout` timeout. - * - * For TLSv1.3, renegotiation cannot be initiated, it is not supported by the - * protocol. - * @since v0.11.8 - * @param callback If `renegotiate()` returned `true`, callback is attached once to the `'secure'` event. If `renegotiate()` returned `false`, `callback` will be called in the next tick with - * an error, unless the `tlsSocket` has been destroyed, in which case `callback` will not be called at all. - * @return `true` if renegotiation was initiated, `false` otherwise. - */ - renegotiate( - options: { - rejectUnauthorized?: boolean | undefined; - requestCert?: boolean | undefined; - }, - callback: (err: Error | null) => void - ): undefined | boolean; - /** - * The `tlsSocket.setMaxSendFragment()` method sets the maximum TLS fragment size. - * Returns `true` if setting the limit succeeded; `false` otherwise. - * - * Smaller fragment sizes decrease the buffering latency on the client: larger - * fragments are buffered by the TLS layer until the entire fragment is received - * and its integrity is verified; large fragments can span multiple roundtrips - * and their processing can be delayed due to packet loss or reordering. However, - * smaller fragments add extra TLS framing bytes and CPU overhead, which may - * decrease overall server throughput. - * @since v0.11.11 - * @param [size=16384] The maximum TLS fragment size. The maximum value is `16384`. - */ - setMaxSendFragment(size: number): boolean; - /** - * Disables TLS renegotiation for this `TLSSocket` instance. Once called, attempts - * to renegotiate will trigger an `'error'` event on the `TLSSocket`. - * @since v8.4.0 - */ - disableRenegotiation(): void; - /** - * When enabled, TLS packet trace information is written to `stderr`. This can be - * used to debug TLS connection problems. - * - * The format of the output is identical to the output of`openssl s_client -trace` or `openssl s_server -trace`. While it is produced by - * OpenSSL's `SSL_trace()` function, the format is undocumented, can change - * without notice, and should not be relied on. - * @since v12.2.0 - */ - enableTrace(): void; - /** - * Returns the peer certificate as an `X509Certificate` object. - * - * If there is no peer certificate, or the socket has been destroyed,`undefined` will be returned. - * @since v15.9.0 - */ - getPeerX509Certificate(): X509Certificate | undefined; - /** - * Returns the local certificate as an `X509Certificate` object. - * - * If there is no local certificate, or the socket has been destroyed,`undefined` will be returned. - * @since v15.9.0 - */ - getX509Certificate(): X509Certificate | undefined; - /** - * Keying material is used for validations to prevent different kind of attacks in - * network protocols, for example in the specifications of IEEE 802.1X. - * - * Example - * - * ```js - * const keyingMaterial = tlsSocket.exportKeyingMaterial( - * 128, - * 'client finished'); - * - * /* - * Example return value of keyingMaterial: - * <Buffer 76 26 af 99 c5 56 8e 42 09 91 ef 9f 93 cb ad 6c 7b 65 f8 53 f1 d8 d9 - * 12 5a 33 b8 b5 25 df 7b 37 9f e0 e2 4f b8 67 83 a3 2f cd 5d 41 42 4c 91 - * 74 ef 2c ... 78 more bytes> - * - * ``` - * - * See the OpenSSL [`SSL_export_keying_material`](https://www.openssl.org/docs/man1.1.1/man3/SSL_export_keying_material.html) documentation for more - * information. - * @since v13.10.0, v12.17.0 - * @param length number of bytes to retrieve from keying material - * @param label an application specific label, typically this will be a value from the [IANA Exporter Label - * Registry](https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#exporter-labels). - * @param context Optionally provide a context. - * @return requested bytes of the keying material - */ - exportKeyingMaterial(length: number, label: string, context: Buffer): Buffer; - addListener(event: string, listener: (...args: any[]) => void): this; - addListener(event: 'OCSPResponse', listener: (response: Buffer) => void): this; - addListener(event: 'secureConnect', listener: () => void): this; - addListener(event: 'session', listener: (session: Buffer) => void): this; - addListener(event: 'keylog', listener: (line: Buffer) => void): this; - emit(event: string | symbol, ...args: any[]): boolean; - emit(event: 'OCSPResponse', response: Buffer): boolean; - emit(event: 'secureConnect'): boolean; - emit(event: 'session', session: Buffer): boolean; - emit(event: 'keylog', line: Buffer): boolean; - on(event: string, listener: (...args: any[]) => void): this; - on(event: 'OCSPResponse', listener: (response: Buffer) => void): this; - on(event: 'secureConnect', listener: () => void): this; - on(event: 'session', listener: (session: Buffer) => void): this; - on(event: 'keylog', listener: (line: Buffer) => void): this; - once(event: string, listener: (...args: any[]) => void): this; - once(event: 'OCSPResponse', listener: (response: Buffer) => void): this; - once(event: 'secureConnect', listener: () => void): this; - once(event: 'session', listener: (session: Buffer) => void): this; - once(event: 'keylog', listener: (line: Buffer) => void): this; - prependListener(event: string, listener: (...args: any[]) => void): this; - prependListener(event: 'OCSPResponse', listener: (response: Buffer) => void): this; - prependListener(event: 'secureConnect', listener: () => void): this; - prependListener(event: 'session', listener: (session: Buffer) => void): this; - prependListener(event: 'keylog', listener: (line: Buffer) => void): this; - prependOnceListener(event: string, listener: (...args: any[]) => void): this; - prependOnceListener(event: 'OCSPResponse', listener: (response: Buffer) => void): this; - prependOnceListener(event: 'secureConnect', listener: () => void): this; - prependOnceListener(event: 'session', listener: (session: Buffer) => void): this; - prependOnceListener(event: 'keylog', listener: (line: Buffer) => void): this; - } - interface CommonConnectionOptions { - /** - * An optional TLS context object from tls.createSecureContext() - */ - secureContext?: SecureContext | undefined; - /** - * When enabled, TLS packet trace information is written to `stderr`. This can be - * used to debug TLS connection problems. - * @default false - */ - enableTrace?: boolean | undefined; - /** - * If true the server will request a certificate from clients that - * connect and attempt to verify that certificate. Defaults to - * false. - */ - requestCert?: boolean | undefined; - /** - * An array of strings or a Buffer naming possible ALPN protocols. - * (Protocols should be ordered by their priority.) - */ - ALPNProtocols?: string[] | Uint8Array[] | Uint8Array | undefined; - /** - * SNICallback(servername, cb) <Function> A function that will be - * called if the client supports SNI TLS extension. Two arguments - * will be passed when called: servername and cb. SNICallback should - * invoke cb(null, ctx), where ctx is a SecureContext instance. - * (tls.createSecureContext(...) can be used to get a proper - * SecureContext.) If SNICallback wasn't provided the default callback - * with high-level API will be used (see below). - */ - SNICallback?: ((servername: string, cb: (err: Error | null, ctx?: SecureContext) => void) => void) | undefined; - /** - * If true the server will reject any connection which is not - * authorized with the list of supplied CAs. This option only has an - * effect if requestCert is true. - * @default true - */ - rejectUnauthorized?: boolean | undefined; - } - interface TlsOptions extends SecureContextOptions, CommonConnectionOptions, net.ServerOpts { - /** - * Abort the connection if the SSL/TLS handshake does not finish in the - * specified number of milliseconds. A 'tlsClientError' is emitted on - * the tls.Server object whenever a handshake times out. Default: - * 120000 (120 seconds). - */ - handshakeTimeout?: number | undefined; - /** - * The number of seconds after which a TLS session created by the - * server will no longer be resumable. See Session Resumption for more - * information. Default: 300. - */ - sessionTimeout?: number | undefined; - /** - * 48-bytes of cryptographically strong pseudo-random data. - */ - ticketKeys?: Buffer | undefined; - /** - * - * @param socket - * @param identity identity parameter sent from the client. - * @return pre-shared key that must either be - * a buffer or `null` to stop the negotiation process. Returned PSK must be - * compatible with the selected cipher's digest. - * - * When negotiating TLS-PSK (pre-shared keys), this function is called - * with the identity provided by the client. - * If the return value is `null` the negotiation process will stop and an - * "unknown_psk_identity" alert message will be sent to the other party. - * If the server wishes to hide the fact that the PSK identity was not known, - * the callback must provide some random data as `psk` to make the connection - * fail with "decrypt_error" before negotiation is finished. - * PSK ciphers are disabled by default, and using TLS-PSK thus - * requires explicitly specifying a cipher suite with the `ciphers` option. - * More information can be found in the RFC 4279. - */ - pskCallback?(socket: TLSSocket, identity: string): DataView | NodeJS.TypedArray | null; - /** - * hint to send to a client to help - * with selecting the identity during TLS-PSK negotiation. Will be ignored - * in TLS 1.3. Upon failing to set pskIdentityHint `tlsClientError` will be - * emitted with `ERR_TLS_PSK_SET_IDENTIY_HINT_FAILED` code. - */ - pskIdentityHint?: string | undefined; - } - interface PSKCallbackNegotation { - psk: DataView | NodeJS.TypedArray; - identity: string; - } - interface ConnectionOptions extends SecureContextOptions, CommonConnectionOptions { - host?: string | undefined; - port?: number | undefined; - path?: string | undefined; // Creates unix socket connection to path. If this option is specified, `host` and `port` are ignored. - socket?: stream.Duplex | undefined; // Establish secure connection on a given socket rather than creating a new socket - checkServerIdentity?: typeof checkServerIdentity | undefined; - servername?: string | undefined; // SNI TLS Extension - session?: Buffer | undefined; - minDHSize?: number | undefined; - lookup?: net.LookupFunction | undefined; - timeout?: number | undefined; - /** - * When negotiating TLS-PSK (pre-shared keys), this function is called - * with optional identity `hint` provided by the server or `null` - * in case of TLS 1.3 where `hint` was removed. - * It will be necessary to provide a custom `tls.checkServerIdentity()` - * for the connection as the default one will try to check hostname/IP - * of the server against the certificate but that's not applicable for PSK - * because there won't be a certificate present. - * More information can be found in the RFC 4279. - * - * @param hint message sent from the server to help client - * decide which identity to use during negotiation. - * Always `null` if TLS 1.3 is used. - * @returns Return `null` to stop the negotiation process. `psk` must be - * compatible with the selected cipher's digest. - * `identity` must use UTF-8 encoding. - */ - pskCallback?(hint: string | null): PSKCallbackNegotation | null; - } - /** - * Accepts encrypted connections using TLS or SSL. - * @since v0.3.2 - */ - class Server extends net.Server { - constructor(secureConnectionListener?: (socket: TLSSocket) => void); - constructor(options: TlsOptions, secureConnectionListener?: (socket: TLSSocket) => void); - /** - * The `server.addContext()` method adds a secure context that will be used if - * the client request's SNI name matches the supplied `hostname` (or wildcard). - * - * When there are multiple matching contexts, the most recently added one is - * used. - * @since v0.5.3 - * @param hostname A SNI host name or wildcard (e.g. `'*'`) - * @param context An object containing any of the possible properties from the {@link createSecureContext} `options` arguments (e.g. `key`, `cert`, `ca`, etc). - */ - addContext(hostname: string, context: SecureContextOptions): void; - /** - * Returns the session ticket keys. - * - * See `Session Resumption` for more information. - * @since v3.0.0 - * @return A 48-byte buffer containing the session ticket keys. - */ - getTicketKeys(): Buffer; - /** - * The `server.setSecureContext()` method replaces the secure context of an - * existing server. Existing connections to the server are not interrupted. - * @since v11.0.0 - * @param options An object containing any of the possible properties from the {@link createSecureContext} `options` arguments (e.g. `key`, `cert`, `ca`, etc). - */ - setSecureContext(options: SecureContextOptions): void; - /** - * Sets the session ticket keys. - * - * Changes to the ticket keys are effective only for future server connections. - * Existing or currently pending server connections will use the previous keys. - * - * See `Session Resumption` for more information. - * @since v3.0.0 - * @param keys A 48-byte buffer containing the session ticket keys. - */ - setTicketKeys(keys: Buffer): void; - /** - * events.EventEmitter - * 1. tlsClientError - * 2. newSession - * 3. OCSPRequest - * 4. resumeSession - * 5. secureConnection - * 6. keylog - */ - addListener(event: string, listener: (...args: any[]) => void): this; - addListener(event: 'tlsClientError', listener: (err: Error, tlsSocket: TLSSocket) => void): this; - addListener(event: 'newSession', listener: (sessionId: Buffer, sessionData: Buffer, callback: () => void) => void): this; - addListener(event: 'OCSPRequest', listener: (certificate: Buffer, issuer: Buffer, callback: (err: Error | null, resp: Buffer) => void) => void): this; - addListener(event: 'resumeSession', listener: (sessionId: Buffer, callback: (err: Error | null, sessionData: Buffer | null) => void) => void): this; - addListener(event: 'secureConnection', listener: (tlsSocket: TLSSocket) => void): this; - addListener(event: 'keylog', listener: (line: Buffer, tlsSocket: TLSSocket) => void): this; - emit(event: string | symbol, ...args: any[]): boolean; - emit(event: 'tlsClientError', err: Error, tlsSocket: TLSSocket): boolean; - emit(event: 'newSession', sessionId: Buffer, sessionData: Buffer, callback: () => void): boolean; - emit(event: 'OCSPRequest', certificate: Buffer, issuer: Buffer, callback: (err: Error | null, resp: Buffer) => void): boolean; - emit(event: 'resumeSession', sessionId: Buffer, callback: (err: Error | null, sessionData: Buffer | null) => void): boolean; - emit(event: 'secureConnection', tlsSocket: TLSSocket): boolean; - emit(event: 'keylog', line: Buffer, tlsSocket: TLSSocket): boolean; - on(event: string, listener: (...args: any[]) => void): this; - on(event: 'tlsClientError', listener: (err: Error, tlsSocket: TLSSocket) => void): this; - on(event: 'newSession', listener: (sessionId: Buffer, sessionData: Buffer, callback: () => void) => void): this; - on(event: 'OCSPRequest', listener: (certificate: Buffer, issuer: Buffer, callback: (err: Error | null, resp: Buffer) => void) => void): this; - on(event: 'resumeSession', listener: (sessionId: Buffer, callback: (err: Error | null, sessionData: Buffer | null) => void) => void): this; - on(event: 'secureConnection', listener: (tlsSocket: TLSSocket) => void): this; - on(event: 'keylog', listener: (line: Buffer, tlsSocket: TLSSocket) => void): this; - once(event: string, listener: (...args: any[]) => void): this; - once(event: 'tlsClientError', listener: (err: Error, tlsSocket: TLSSocket) => void): this; - once(event: 'newSession', listener: (sessionId: Buffer, sessionData: Buffer, callback: () => void) => void): this; - once(event: 'OCSPRequest', listener: (certificate: Buffer, issuer: Buffer, callback: (err: Error | null, resp: Buffer) => void) => void): this; - once(event: 'resumeSession', listener: (sessionId: Buffer, callback: (err: Error | null, sessionData: Buffer | null) => void) => void): this; - once(event: 'secureConnection', listener: (tlsSocket: TLSSocket) => void): this; - once(event: 'keylog', listener: (line: Buffer, tlsSocket: TLSSocket) => void): this; - prependListener(event: string, listener: (...args: any[]) => void): this; - prependListener(event: 'tlsClientError', listener: (err: Error, tlsSocket: TLSSocket) => void): this; - prependListener(event: 'newSession', listener: (sessionId: Buffer, sessionData: Buffer, callback: () => void) => void): this; - prependListener(event: 'OCSPRequest', listener: (certificate: Buffer, issuer: Buffer, callback: (err: Error | null, resp: Buffer) => void) => void): this; - prependListener(event: 'resumeSession', listener: (sessionId: Buffer, callback: (err: Error | null, sessionData: Buffer | null) => void) => void): this; - prependListener(event: 'secureConnection', listener: (tlsSocket: TLSSocket) => void): this; - prependListener(event: 'keylog', listener: (line: Buffer, tlsSocket: TLSSocket) => void): this; - prependOnceListener(event: string, listener: (...args: any[]) => void): this; - prependOnceListener(event: 'tlsClientError', listener: (err: Error, tlsSocket: TLSSocket) => void): this; - prependOnceListener(event: 'newSession', listener: (sessionId: Buffer, sessionData: Buffer, callback: () => void) => void): this; - prependOnceListener(event: 'OCSPRequest', listener: (certificate: Buffer, issuer: Buffer, callback: (err: Error | null, resp: Buffer) => void) => void): this; - prependOnceListener(event: 'resumeSession', listener: (sessionId: Buffer, callback: (err: Error | null, sessionData: Buffer | null) => void) => void): this; - prependOnceListener(event: 'secureConnection', listener: (tlsSocket: TLSSocket) => void): this; - prependOnceListener(event: 'keylog', listener: (line: Buffer, tlsSocket: TLSSocket) => void): this; - } - /** - * @deprecated since v0.11.3 Use `tls.TLSSocket` instead. - */ - interface SecurePair { - encrypted: TLSSocket; - cleartext: TLSSocket; - } - type SecureVersion = 'TLSv1.3' | 'TLSv1.2' | 'TLSv1.1' | 'TLSv1'; - interface SecureContextOptions { - /** - * Optionally override the trusted CA certificates. Default is to trust - * the well-known CAs curated by Mozilla. Mozilla's CAs are completely - * replaced when CAs are explicitly specified using this option. - */ - ca?: string | Buffer | Array<string | Buffer> | undefined; - /** - * Cert chains in PEM format. One cert chain should be provided per - * private key. Each cert chain should consist of the PEM formatted - * certificate for a provided private key, followed by the PEM - * formatted intermediate certificates (if any), in order, and not - * including the root CA (the root CA must be pre-known to the peer, - * see ca). When providing multiple cert chains, they do not have to - * be in the same order as their private keys in key. If the - * intermediate certificates are not provided, the peer will not be - * able to validate the certificate, and the handshake will fail. - */ - cert?: string | Buffer | Array<string | Buffer> | undefined; - /** - * Colon-separated list of supported signature algorithms. The list - * can contain digest algorithms (SHA256, MD5 etc.), public key - * algorithms (RSA-PSS, ECDSA etc.), combination of both (e.g - * 'RSA+SHA384') or TLS v1.3 scheme names (e.g. rsa_pss_pss_sha512). - */ - sigalgs?: string | undefined; - /** - * Cipher suite specification, replacing the default. For more - * information, see modifying the default cipher suite. Permitted - * ciphers can be obtained via tls.getCiphers(). Cipher names must be - * uppercased in order for OpenSSL to accept them. - */ - ciphers?: string | undefined; - /** - * Name of an OpenSSL engine which can provide the client certificate. - */ - clientCertEngine?: string | undefined; - /** - * PEM formatted CRLs (Certificate Revocation Lists). - */ - crl?: string | Buffer | Array<string | Buffer> | undefined; - /** - * Diffie Hellman parameters, required for Perfect Forward Secrecy. Use - * openssl dhparam to create the parameters. The key length must be - * greater than or equal to 1024 bits or else an error will be thrown. - * Although 1024 bits is permissible, use 2048 bits or larger for - * stronger security. If omitted or invalid, the parameters are - * silently discarded and DHE ciphers will not be available. - */ - dhparam?: string | Buffer | undefined; - /** - * A string describing a named curve or a colon separated list of curve - * NIDs or names, for example P-521:P-384:P-256, to use for ECDH key - * agreement. Set to auto to select the curve automatically. Use - * crypto.getCurves() to obtain a list of available curve names. On - * recent releases, openssl ecparam -list_curves will also display the - * name and description of each available elliptic curve. Default: - * tls.DEFAULT_ECDH_CURVE. - */ - ecdhCurve?: string | undefined; - /** - * Attempt to use the server's cipher suite preferences instead of the - * client's. When true, causes SSL_OP_CIPHER_SERVER_PREFERENCE to be - * set in secureOptions - */ - honorCipherOrder?: boolean | undefined; - /** - * Private keys in PEM format. PEM allows the option of private keys - * being encrypted. Encrypted keys will be decrypted with - * options.passphrase. Multiple keys using different algorithms can be - * provided either as an array of unencrypted key strings or buffers, - * or an array of objects in the form {pem: <string|buffer>[, - * passphrase: <string>]}. The object form can only occur in an array. - * object.passphrase is optional. Encrypted keys will be decrypted with - * object.passphrase if provided, or options.passphrase if it is not. - */ - key?: string | Buffer | Array<string | Buffer | KeyObject> | undefined; - /** - * Name of an OpenSSL engine to get private key from. Should be used - * together with privateKeyIdentifier. - */ - privateKeyEngine?: string | undefined; - /** - * Identifier of a private key managed by an OpenSSL engine. Should be - * used together with privateKeyEngine. Should not be set together with - * key, because both options define a private key in different ways. - */ - privateKeyIdentifier?: string | undefined; - /** - * Optionally set the maximum TLS version to allow. One - * of `'TLSv1.3'`, `'TLSv1.2'`, `'TLSv1.1'`, or `'TLSv1'`. Cannot be specified along with the - * `secureProtocol` option, use one or the other. - * **Default:** `'TLSv1.3'`, unless changed using CLI options. Using - * `--tls-max-v1.2` sets the default to `'TLSv1.2'`. Using `--tls-max-v1.3` sets the default to - * `'TLSv1.3'`. If multiple of the options are provided, the highest maximum is used. - */ - maxVersion?: SecureVersion | undefined; - /** - * Optionally set the minimum TLS version to allow. One - * of `'TLSv1.3'`, `'TLSv1.2'`, `'TLSv1.1'`, or `'TLSv1'`. Cannot be specified along with the - * `secureProtocol` option, use one or the other. It is not recommended to use - * less than TLSv1.2, but it may be required for interoperability. - * **Default:** `'TLSv1.2'`, unless changed using CLI options. Using - * `--tls-v1.0` sets the default to `'TLSv1'`. Using `--tls-v1.1` sets the default to - * `'TLSv1.1'`. Using `--tls-min-v1.3` sets the default to - * 'TLSv1.3'. If multiple of the options are provided, the lowest minimum is used. - */ - minVersion?: SecureVersion | undefined; - /** - * Shared passphrase used for a single private key and/or a PFX. - */ - passphrase?: string | undefined; - /** - * PFX or PKCS12 encoded private key and certificate chain. pfx is an - * alternative to providing key and cert individually. PFX is usually - * encrypted, if it is, passphrase will be used to decrypt it. Multiple - * PFX can be provided either as an array of unencrypted PFX buffers, - * or an array of objects in the form {buf: <string|buffer>[, - * passphrase: <string>]}. The object form can only occur in an array. - * object.passphrase is optional. Encrypted PFX will be decrypted with - * object.passphrase if provided, or options.passphrase if it is not. - */ - pfx?: string | Buffer | Array<string | Buffer | PxfObject> | undefined; - /** - * Optionally affect the OpenSSL protocol behavior, which is not - * usually necessary. This should be used carefully if at all! Value is - * a numeric bitmask of the SSL_OP_* options from OpenSSL Options - */ - secureOptions?: number | undefined; // Value is a numeric bitmask of the `SSL_OP_*` options - /** - * Legacy mechanism to select the TLS protocol version to use, it does - * not support independent control of the minimum and maximum version, - * and does not support limiting the protocol to TLSv1.3. Use - * minVersion and maxVersion instead. The possible values are listed as - * SSL_METHODS, use the function names as strings. For example, use - * 'TLSv1_1_method' to force TLS version 1.1, or 'TLS_method' to allow - * any TLS protocol version up to TLSv1.3. It is not recommended to use - * TLS versions less than 1.2, but it may be required for - * interoperability. Default: none, see minVersion. - */ - secureProtocol?: string | undefined; - /** - * Opaque identifier used by servers to ensure session state is not - * shared between applications. Unused by clients. - */ - sessionIdContext?: string | undefined; - /** - * 48-bytes of cryptographically strong pseudo-random data. - * See Session Resumption for more information. - */ - ticketKeys?: Buffer | undefined; - /** - * The number of seconds after which a TLS session created by the - * server will no longer be resumable. See Session Resumption for more - * information. Default: 300. - */ - sessionTimeout?: number | undefined; - } - interface SecureContext { - context: any; - } - /** - * Verifies the certificate `cert` is issued to `hostname`. - * - * Returns [Error](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error) object, populating it with `reason`, `host`, and `cert` on - * failure. On success, returns [undefined](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Undefined_type). - * - * This function is intended to be used in combination with the`checkServerIdentity` option that can be passed to {@link connect} and as - * such operates on a `certificate object`. For other purposes, consider using `x509.checkHost()` instead. - * - * This function can be overwritten by providing an alternative function as the`options.checkServerIdentity` option that is passed to `tls.connect()`. The - * overwriting function can call `tls.checkServerIdentity()` of course, to augment - * the checks done with additional verification. - * - * This function is only called if the certificate passed all other checks, such as - * being issued by trusted CA (`options.ca`). - * - * Earlier versions of Node.js incorrectly accepted certificates for a given`hostname` if a matching `uniformResourceIdentifier` subject alternative name - * was present (see [CVE-2021-44531](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44531)). Applications that wish to accept`uniformResourceIdentifier` subject alternative names can use - * a custom`options.checkServerIdentity` function that implements the desired behavior. - * @since v0.8.4 - * @param hostname The host name or IP address to verify the certificate against. - * @param cert A `certificate object` representing the peer's certificate. - */ - function checkServerIdentity(hostname: string, cert: PeerCertificate): Error | undefined; - /** - * Creates a new {@link Server}. The `secureConnectionListener`, if provided, is - * automatically set as a listener for the `'secureConnection'` event. - * - * The `ticketKeys` options is automatically shared between `cluster` module - * workers. - * - * The following illustrates a simple echo server: - * - * ```js - * const tls = require('tls'); - * const fs = require('fs'); - * - * const options = { - * key: fs.readFileSync('server-key.pem'), - * cert: fs.readFileSync('server-cert.pem'), - * - * // This is necessary only if using client certificate authentication. - * requestCert: true, - * - * // This is necessary only if the client uses a self-signed certificate. - * ca: [ fs.readFileSync('client-cert.pem') ] - * }; - * - * const server = tls.createServer(options, (socket) => { - * console.log('server connected', - * socket.authorized ? 'authorized' : 'unauthorized'); - * socket.write('welcome!\n'); - * socket.setEncoding('utf8'); - * socket.pipe(socket); - * }); - * server.listen(8000, () => { - * console.log('server bound'); - * }); - * ``` - * - * The server can be tested by connecting to it using the example client from {@link connect}. - * @since v0.3.2 - */ - function createServer(secureConnectionListener?: (socket: TLSSocket) => void): Server; - function createServer(options: TlsOptions, secureConnectionListener?: (socket: TLSSocket) => void): Server; - /** - * The `callback` function, if specified, will be added as a listener for the `'secureConnect'` event. - * - * `tls.connect()` returns a {@link TLSSocket} object. - * - * Unlike the `https` API, `tls.connect()` does not enable the - * SNI (Server Name Indication) extension by default, which may cause some - * servers to return an incorrect certificate or reject the connection - * altogether. To enable SNI, set the `servername` option in addition - * to `host`. - * - * The following illustrates a client for the echo server example from {@link createServer}: - * - * ```js - * // Assumes an echo server that is listening on port 8000. - * const tls = require('tls'); - * const fs = require('fs'); - * - * const options = { - * // Necessary only if the server requires client certificate authentication. - * key: fs.readFileSync('client-key.pem'), - * cert: fs.readFileSync('client-cert.pem'), - * - * // Necessary only if the server uses a self-signed certificate. - * ca: [ fs.readFileSync('server-cert.pem') ], - * - * // Necessary only if the server's cert isn't for "localhost". - * checkServerIdentity: () => { return null; }, - * }; - * - * const socket = tls.connect(8000, options, () => { - * console.log('client connected', - * socket.authorized ? 'authorized' : 'unauthorized'); - * process.stdin.pipe(socket); - * process.stdin.resume(); - * }); - * socket.setEncoding('utf8'); - * socket.on('data', (data) => { - * console.log(data); - * }); - * socket.on('end', () => { - * console.log('server ends connection'); - * }); - * ``` - * @since v0.11.3 - */ - function connect(options: ConnectionOptions, secureConnectListener?: () => void): TLSSocket; - function connect(port: number, host?: string, options?: ConnectionOptions, secureConnectListener?: () => void): TLSSocket; - function connect(port: number, options?: ConnectionOptions, secureConnectListener?: () => void): TLSSocket; - /** - * Creates a new secure pair object with two streams, one of which reads and writes - * the encrypted data and the other of which reads and writes the cleartext data. - * Generally, the encrypted stream is piped to/from an incoming encrypted data - * stream and the cleartext one is used as a replacement for the initial encrypted - * stream. - * - * `tls.createSecurePair()` returns a `tls.SecurePair` object with `cleartext` and`encrypted` stream properties. - * - * Using `cleartext` has the same API as {@link TLSSocket}. - * - * The `tls.createSecurePair()` method is now deprecated in favor of`tls.TLSSocket()`. For example, the code: - * - * ```js - * pair = tls.createSecurePair(// ... ); - * pair.encrypted.pipe(socket); - * socket.pipe(pair.encrypted); - * ``` - * - * can be replaced by: - * - * ```js - * secureSocket = tls.TLSSocket(socket, options); - * ``` - * - * where `secureSocket` has the same API as `pair.cleartext`. - * @since v0.3.2 - * @deprecated Since v0.11.3 - Use {@link TLSSocket} instead. - * @param context A secure context object as returned by `tls.createSecureContext()` - * @param isServer `true` to specify that this TLS connection should be opened as a server. - * @param requestCert `true` to specify whether a server should request a certificate from a connecting client. Only applies when `isServer` is `true`. - * @param rejectUnauthorized If not `false` a server automatically reject clients with invalid certificates. Only applies when `isServer` is `true`. - */ - function createSecurePair(context?: SecureContext, isServer?: boolean, requestCert?: boolean, rejectUnauthorized?: boolean): SecurePair; - /** - * {@link createServer} sets the default value of the `honorCipherOrder` option - * to `true`, other APIs that create secure contexts leave it unset. - * - * {@link createServer} uses a 128 bit truncated SHA1 hash value generated - * from `process.argv` as the default value of the `sessionIdContext` option, other - * APIs that create secure contexts have no default value. - * - * The `tls.createSecureContext()` method creates a `SecureContext` object. It is - * usable as an argument to several `tls` APIs, such as {@link createServer} and `server.addContext()`, but has no public methods. - * - * A key is _required_ for ciphers that use certificates. Either `key` or`pfx` can be used to provide it. - * - * If the `ca` option is not given, then Node.js will default to using [Mozilla's publicly trusted list of - * CAs](https://hg.mozilla.org/mozilla-central/raw-file/tip/security/nss/lib/ckfw/builtins/certdata.txt). - * @since v0.11.13 - */ - function createSecureContext(options?: SecureContextOptions): SecureContext; - /** - * Returns an array with the names of the supported TLS ciphers. The names are - * lower-case for historical reasons, but must be uppercased to be used in - * the `ciphers` option of {@link createSecureContext}. - * - * Not all supported ciphers are enabled by default. See `Modifying the default TLS cipher suite`. - * - * Cipher names that start with `'tls_'` are for TLSv1.3, all the others are for - * TLSv1.2 and below. - * - * ```js - * console.log(tls.getCiphers()); // ['aes128-gcm-sha256', 'aes128-sha', ...] - * ``` - * @since v0.10.2 - */ - function getCiphers(): string[]; - /** - * The default curve name to use for ECDH key agreement in a tls server. - * The default value is 'auto'. See tls.createSecureContext() for further - * information. - */ - let DEFAULT_ECDH_CURVE: string; - /** - * The default value of the maxVersion option of - * tls.createSecureContext(). It can be assigned any of the supported TLS - * protocol versions, 'TLSv1.3', 'TLSv1.2', 'TLSv1.1', or 'TLSv1'. Default: - * 'TLSv1.3', unless changed using CLI options. Using --tls-max-v1.2 sets - * the default to 'TLSv1.2'. Using --tls-max-v1.3 sets the default to - * 'TLSv1.3'. If multiple of the options are provided, the highest maximum - * is used. - */ - let DEFAULT_MAX_VERSION: SecureVersion; - /** - * The default value of the minVersion option of tls.createSecureContext(). - * It can be assigned any of the supported TLS protocol versions, - * 'TLSv1.3', 'TLSv1.2', 'TLSv1.1', or 'TLSv1'. Default: 'TLSv1.2', unless - * changed using CLI options. Using --tls-min-v1.0 sets the default to - * 'TLSv1'. Using --tls-min-v1.1 sets the default to 'TLSv1.1'. Using - * --tls-min-v1.3 sets the default to 'TLSv1.3'. If multiple of the options - * are provided, the lowest minimum is used. - */ - let DEFAULT_MIN_VERSION: SecureVersion; - /** - * An immutable array of strings representing the root certificates (in PEM - * format) used for verifying peer certificates. This is the default value - * of the ca option to tls.createSecureContext(). - */ - const rootCertificates: ReadonlyArray<string>; -} -declare module 'node:tls' { - export * from 'tls'; -} diff --git a/software/flow/node_modules/@types/node/trace_events.d.ts b/software/flow/node_modules/@types/node/trace_events.d.ts deleted file mode 100755 index d47aa93..0000000 --- a/software/flow/node_modules/@types/node/trace_events.d.ts +++ /dev/null @@ -1,171 +0,0 @@ -/** - * The `trace_events` module provides a mechanism to centralize tracing information - * generated by V8, Node.js core, and userspace code. - * - * Tracing can be enabled with the `--trace-event-categories` command-line flag - * or by using the `trace_events` module. The `--trace-event-categories` flag - * accepts a list of comma-separated category names. - * - * The available categories are: - * - * * `node`: An empty placeholder. - * * `node.async_hooks`: Enables capture of detailed `async_hooks` trace data. - * The `async_hooks` events have a unique `asyncId` and a special `triggerId` `triggerAsyncId` property. - * * `node.bootstrap`: Enables capture of Node.js bootstrap milestones. - * * `node.console`: Enables capture of `console.time()` and `console.count()`output. - * * `node.dns.native`: Enables capture of trace data for DNS queries. - * * `node.environment`: Enables capture of Node.js Environment milestones. - * * `node.fs.sync`: Enables capture of trace data for file system sync methods. - * * `node.perf`: Enables capture of `Performance API` measurements. - * * `node.perf.usertiming`: Enables capture of only Performance API User Timing - * measures and marks. - * * `node.perf.timerify`: Enables capture of only Performance API timerify - * measurements. - * * `node.promises.rejections`: Enables capture of trace data tracking the number - * of unhandled Promise rejections and handled-after-rejections. - * * `node.vm.script`: Enables capture of trace data for the `vm` module's`runInNewContext()`, `runInContext()`, and `runInThisContext()` methods. - * * `v8`: The `V8` events are GC, compiling, and execution related. - * - * By default the `node`, `node.async_hooks`, and `v8` categories are enabled. - * - * ```bash - * node --trace-event-categories v8,node,node.async_hooks server.js - * ``` - * - * Prior versions of Node.js required the use of the `--trace-events-enabled`flag to enable trace events. This requirement has been removed. However, the`--trace-events-enabled` flag _may_ still be - * used and will enable the`node`, `node.async_hooks`, and `v8` trace event categories by default. - * - * ```bash - * node --trace-events-enabled - * - * # is equivalent to - * - * node --trace-event-categories v8,node,node.async_hooks - * ``` - * - * Alternatively, trace events may be enabled using the `trace_events` module: - * - * ```js - * const trace_events = require('trace_events'); - * const tracing = trace_events.createTracing({ categories: ['node.perf'] }); - * tracing.enable(); // Enable trace event capture for the 'node.perf' category - * - * // do work - * - * tracing.disable(); // Disable trace event capture for the 'node.perf' category - * ``` - * - * Running Node.js with tracing enabled will produce log files that can be opened - * in the [`chrome://tracing`](https://www.chromium.org/developers/how-tos/trace-event-profiling-tool) tab of Chrome. - * - * The logging file is by default called `node_trace.${rotation}.log`, where`${rotation}` is an incrementing log-rotation id. The filepath pattern can - * be specified with `--trace-event-file-pattern` that accepts a template - * string that supports `${rotation}` and `${pid}`: - * - * ```bash - * node --trace-event-categories v8 --trace-event-file-pattern '${pid}-${rotation}.log' server.js - * ``` - * - * To guarantee that the log file is properly generated after signal events like`SIGINT`, `SIGTERM`, or `SIGBREAK`, make sure to have the appropriate handlers - * in your code, such as: - * - * ```js - * process.on('SIGINT', function onSigint() { - * console.info('Received SIGINT.'); - * process.exit(130); // Or applicable exit code depending on OS and signal - * }); - * ``` - * - * The tracing system uses the same time source - * as the one used by `process.hrtime()`. - * However the trace-event timestamps are expressed in microseconds, - * unlike `process.hrtime()` which returns nanoseconds. - * - * The features from this module are not available in `Worker` threads. - * @experimental - * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/trace_events.js) - */ -declare module 'trace_events' { - /** - * The `Tracing` object is used to enable or disable tracing for sets of - * categories. Instances are created using the - * `trace_events.createTracing()` method. - * - * When created, the `Tracing` object is disabled. Calling the - * `tracing.enable()` method adds the categories to the set of enabled trace - * event categories. Calling `tracing.disable()` will remove the categories - * from the set of enabled trace event categories. - */ - interface Tracing { - /** - * A comma-separated list of the trace event categories covered by this - * `Tracing` object. - */ - readonly categories: string; - /** - * Disables this `Tracing` object. - * - * Only trace event categories _not_ covered by other enabled `Tracing` - * objects and _not_ specified by the `--trace-event-categories` flag - * will be disabled. - */ - disable(): void; - /** - * Enables this `Tracing` object for the set of categories covered by - * the `Tracing` object. - */ - enable(): void; - /** - * `true` only if the `Tracing` object has been enabled. - */ - readonly enabled: boolean; - } - interface CreateTracingOptions { - /** - * An array of trace category names. Values included in the array are - * coerced to a string when possible. An error will be thrown if the - * value cannot be coerced. - */ - categories: string[]; - } - /** - * Creates and returns a `Tracing` object for the given set of `categories`. - * - * ```js - * const trace_events = require('trace_events'); - * const categories = ['node.perf', 'node.async_hooks']; - * const tracing = trace_events.createTracing({ categories }); - * tracing.enable(); - * // do stuff - * tracing.disable(); - * ``` - * @since v10.0.0 - * @return . - */ - function createTracing(options: CreateTracingOptions): Tracing; - /** - * Returns a comma-separated list of all currently-enabled trace event - * categories. The current set of enabled trace event categories is determined - * by the _union_ of all currently-enabled `Tracing` objects and any categories - * enabled using the `--trace-event-categories` flag. - * - * Given the file `test.js` below, the command`node --trace-event-categories node.perf test.js` will print`'node.async_hooks,node.perf'` to the console. - * - * ```js - * const trace_events = require('trace_events'); - * const t1 = trace_events.createTracing({ categories: ['node.async_hooks'] }); - * const t2 = trace_events.createTracing({ categories: ['node.perf'] }); - * const t3 = trace_events.createTracing({ categories: ['v8'] }); - * - * t1.enable(); - * t2.enable(); - * - * console.log(trace_events.getEnabledCategories()); - * ``` - * @since v10.0.0 - */ - function getEnabledCategories(): string | undefined; -} -declare module 'node:trace_events' { - export * from 'trace_events'; -} diff --git a/software/flow/node_modules/@types/node/ts4.8/assert.d.ts b/software/flow/node_modules/@types/node/ts4.8/assert.d.ts deleted file mode 100755 index e8595e6..0000000 --- a/software/flow/node_modules/@types/node/ts4.8/assert.d.ts +++ /dev/null @@ -1,961 +0,0 @@ -/** - * The `assert` module provides a set of assertion functions for verifying - * invariants. - * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/assert.js) - */ -declare module 'assert' { - /** - * An alias of {@link ok}. - * @since v0.5.9 - * @param value The input that is checked for being truthy. - */ - function assert(value: unknown, message?: string | Error): asserts value; - namespace assert { - /** - * Indicates the failure of an assertion. All errors thrown by the `assert` module - * will be instances of the `AssertionError` class. - */ - class AssertionError extends Error { - actual: unknown; - expected: unknown; - operator: string; - generatedMessage: boolean; - code: 'ERR_ASSERTION'; - constructor(options?: { - /** If provided, the error message is set to this value. */ - message?: string | undefined; - /** The `actual` property on the error instance. */ - actual?: unknown | undefined; - /** The `expected` property on the error instance. */ - expected?: unknown | undefined; - /** The `operator` property on the error instance. */ - operator?: string | undefined; - /** If provided, the generated stack trace omits frames before this function. */ - // tslint:disable-next-line:ban-types - stackStartFn?: Function | undefined; - }); - } - /** - * This feature is currently experimental and behavior might still change. - * @since v14.2.0, v12.19.0 - * @experimental - */ - class CallTracker { - /** - * The wrapper function is expected to be called exactly `exact` times. If the - * function has not been called exactly `exact` times when `tracker.verify()` is called, then `tracker.verify()` will throw an - * error. - * - * ```js - * import assert from 'assert'; - * - * // Creates call tracker. - * const tracker = new assert.CallTracker(); - * - * function func() {} - * - * // Returns a function that wraps func() that must be called exact times - * // before tracker.verify(). - * const callsfunc = tracker.calls(func); - * ``` - * @since v14.2.0, v12.19.0 - * @param [fn='A no-op function'] - * @param [exact=1] - * @return that wraps `fn`. - */ - calls(exact?: number): () => void; - calls<Func extends (...args: any[]) => any>(fn?: Func, exact?: number): Func; - /** - * Example: - * - * ```js - * import assert from 'node:assert'; - * - * const tracker = new assert.CallTracker(); - * - * function func() {} - * const callsfunc = tracker.calls(func); - * callsfunc(1, 2, 3); - * - * assert.deepStrictEqual(tracker.getCalls(callsfunc), - * [{ thisArg: this, arguments: [1, 2, 3 ] }]); - * ``` - * - * @since v18.8.0, v16.18.0 - * @params fn - * @returns An Array with the calls to a tracked function. - */ - getCalls(fn: Function): CallTrackerCall[]; - /** - * The arrays contains information about the expected and actual number of calls of - * the functions that have not been called the expected number of times. - * - * ```js - * import assert from 'assert'; - * - * // Creates call tracker. - * const tracker = new assert.CallTracker(); - * - * function func() {} - * - * function foo() {} - * - * // Returns a function that wraps func() that must be called exact times - * // before tracker.verify(). - * const callsfunc = tracker.calls(func, 2); - * - * // Returns an array containing information on callsfunc() - * tracker.report(); - * // [ - * // { - * // message: 'Expected the func function to be executed 2 time(s) but was - * // executed 0 time(s).', - * // actual: 0, - * // expected: 2, - * // operator: 'func', - * // stack: stack trace - * // } - * // ] - * ``` - * @since v14.2.0, v12.19.0 - * @return of objects containing information about the wrapper functions returned by `calls`. - */ - report(): CallTrackerReportInformation[]; - /** - * Reset calls of the call tracker. - * If a tracked function is passed as an argument, the calls will be reset for it. - * If no arguments are passed, all tracked functions will be reset. - * - * ```js - * import assert from 'node:assert'; - * - * const tracker = new assert.CallTracker(); - * - * function func() {} - * const callsfunc = tracker.calls(func); - * - * callsfunc(); - * // Tracker was called once - * tracker.getCalls(callsfunc).length === 1; - * - * tracker.reset(callsfunc); - * tracker.getCalls(callsfunc).length === 0; - * ``` - * - * @since v18.8.0, v16.18.0 - * @param fn a tracked function to reset. - */ - reset(fn?: Function): void; - /** - * Iterates through the list of functions passed to `tracker.calls()` and will throw an error for functions that - * have not been called the expected number of times. - * - * ```js - * import assert from 'assert'; - * - * // Creates call tracker. - * const tracker = new assert.CallTracker(); - * - * function func() {} - * - * // Returns a function that wraps func() that must be called exact times - * // before tracker.verify(). - * const callsfunc = tracker.calls(func, 2); - * - * callsfunc(); - * - * // Will throw an error since callsfunc() was only called once. - * tracker.verify(); - * ``` - * @since v14.2.0, v12.19.0 - */ - verify(): void; - } - interface CallTrackerCall { - thisArg: object; - arguments: unknown[]; - } - interface CallTrackerReportInformation { - message: string; - /** The actual number of times the function was called. */ - actual: number; - /** The number of times the function was expected to be called. */ - expected: number; - /** The name of the function that is wrapped. */ - operator: string; - /** A stack trace of the function. */ - stack: object; - } - type AssertPredicate = RegExp | (new () => object) | ((thrown: unknown) => boolean) | object | Error; - /** - * Throws an `AssertionError` with the provided error message or a default - * error message. If the `message` parameter is an instance of an `Error` then - * it will be thrown instead of the `AssertionError`. - * - * ```js - * import assert from 'assert/strict'; - * - * assert.fail(); - * // AssertionError [ERR_ASSERTION]: Failed - * - * assert.fail('boom'); - * // AssertionError [ERR_ASSERTION]: boom - * - * assert.fail(new TypeError('need array')); - * // TypeError: need array - * ``` - * - * Using `assert.fail()` with more than two arguments is possible but deprecated. - * See below for further details. - * @since v0.1.21 - * @param [message='Failed'] - */ - function fail(message?: string | Error): never; - /** @deprecated since v10.0.0 - use fail([message]) or other assert functions instead. */ - function fail( - actual: unknown, - expected: unknown, - message?: string | Error, - operator?: string, - // tslint:disable-next-line:ban-types - stackStartFn?: Function - ): never; - /** - * Tests if `value` is truthy. It is equivalent to`assert.equal(!!value, true, message)`. - * - * If `value` is not truthy, an `AssertionError` is thrown with a `message`property set equal to the value of the `message` parameter. If the `message`parameter is `undefined`, a default - * error message is assigned. If the `message`parameter is an instance of an `Error` then it will be thrown instead of the`AssertionError`. - * If no arguments are passed in at all `message` will be set to the string:`` 'No value argument passed to `assert.ok()`' ``. - * - * Be aware that in the `repl` the error message will be different to the one - * thrown in a file! See below for further details. - * - * ```js - * import assert from 'assert/strict'; - * - * assert.ok(true); - * // OK - * assert.ok(1); - * // OK - * - * assert.ok(); - * // AssertionError: No value argument passed to `assert.ok()` - * - * assert.ok(false, 'it\'s false'); - * // AssertionError: it's false - * - * // In the repl: - * assert.ok(typeof 123 === 'string'); - * // AssertionError: false == true - * - * // In a file (e.g. test.js): - * assert.ok(typeof 123 === 'string'); - * // AssertionError: The expression evaluated to a falsy value: - * // - * // assert.ok(typeof 123 === 'string') - * - * assert.ok(false); - * // AssertionError: The expression evaluated to a falsy value: - * // - * // assert.ok(false) - * - * assert.ok(0); - * // AssertionError: The expression evaluated to a falsy value: - * // - * // assert.ok(0) - * ``` - * - * ```js - * import assert from 'assert/strict'; - * - * // Using `assert()` works the same: - * assert(0); - * // AssertionError: The expression evaluated to a falsy value: - * // - * // assert(0) - * ``` - * @since v0.1.21 - */ - function ok(value: unknown, message?: string | Error): asserts value; - /** - * **Strict assertion mode** - * - * An alias of {@link strictEqual}. - * - * **Legacy assertion mode** - * - * > Stability: 3 - Legacy: Use {@link strictEqual} instead. - * - * Tests shallow, coercive equality between the `actual` and `expected` parameters - * using the [`==` operator](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Equality). `NaN` is specially handled - * and treated as being identical if both sides are `NaN`. - * - * ```js - * import assert from 'assert'; - * - * assert.equal(1, 1); - * // OK, 1 == 1 - * assert.equal(1, '1'); - * // OK, 1 == '1' - * assert.equal(NaN, NaN); - * // OK - * - * assert.equal(1, 2); - * // AssertionError: 1 == 2 - * assert.equal({ a: { b: 1 } }, { a: { b: 1 } }); - * // AssertionError: { a: { b: 1 } } == { a: { b: 1 } } - * ``` - * - * If the values are not equal, an `AssertionError` is thrown with a `message`property set equal to the value of the `message` parameter. If the `message`parameter is undefined, a default - * error message is assigned. If the `message`parameter is an instance of an `Error` then it will be thrown instead of the`AssertionError`. - * @since v0.1.21 - */ - function equal(actual: unknown, expected: unknown, message?: string | Error): void; - /** - * **Strict assertion mode** - * - * An alias of {@link notStrictEqual}. - * - * **Legacy assertion mode** - * - * > Stability: 3 - Legacy: Use {@link notStrictEqual} instead. - * - * Tests shallow, coercive inequality with the [`!=` operator](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Inequality). `NaN` is - * specially handled and treated as being identical if both sides are `NaN`. - * - * ```js - * import assert from 'assert'; - * - * assert.notEqual(1, 2); - * // OK - * - * assert.notEqual(1, 1); - * // AssertionError: 1 != 1 - * - * assert.notEqual(1, '1'); - * // AssertionError: 1 != '1' - * ``` - * - * If the values are equal, an `AssertionError` is thrown with a `message`property set equal to the value of the `message` parameter. If the `message`parameter is undefined, a default error - * message is assigned. If the `message`parameter is an instance of an `Error` then it will be thrown instead of the`AssertionError`. - * @since v0.1.21 - */ - function notEqual(actual: unknown, expected: unknown, message?: string | Error): void; - /** - * **Strict assertion mode** - * - * An alias of {@link deepStrictEqual}. - * - * **Legacy assertion mode** - * - * > Stability: 3 - Legacy: Use {@link deepStrictEqual} instead. - * - * Tests for deep equality between the `actual` and `expected` parameters. Consider - * using {@link deepStrictEqual} instead. {@link deepEqual} can have - * surprising results. - * - * _Deep equality_ means that the enumerable "own" properties of child objects - * are also recursively evaluated by the following rules. - * @since v0.1.21 - */ - function deepEqual(actual: unknown, expected: unknown, message?: string | Error): void; - /** - * **Strict assertion mode** - * - * An alias of {@link notDeepStrictEqual}. - * - * **Legacy assertion mode** - * - * > Stability: 3 - Legacy: Use {@link notDeepStrictEqual} instead. - * - * Tests for any deep inequality. Opposite of {@link deepEqual}. - * - * ```js - * import assert from 'assert'; - * - * const obj1 = { - * a: { - * b: 1 - * } - * }; - * const obj2 = { - * a: { - * b: 2 - * } - * }; - * const obj3 = { - * a: { - * b: 1 - * } - * }; - * const obj4 = Object.create(obj1); - * - * assert.notDeepEqual(obj1, obj1); - * // AssertionError: { a: { b: 1 } } notDeepEqual { a: { b: 1 } } - * - * assert.notDeepEqual(obj1, obj2); - * // OK - * - * assert.notDeepEqual(obj1, obj3); - * // AssertionError: { a: { b: 1 } } notDeepEqual { a: { b: 1 } } - * - * assert.notDeepEqual(obj1, obj4); - * // OK - * ``` - * - * If the values are deeply equal, an `AssertionError` is thrown with a`message` property set equal to the value of the `message` parameter. If the`message` parameter is undefined, a default - * error message is assigned. If the`message` parameter is an instance of an `Error` then it will be thrown - * instead of the `AssertionError`. - * @since v0.1.21 - */ - function notDeepEqual(actual: unknown, expected: unknown, message?: string | Error): void; - /** - * Tests strict equality between the `actual` and `expected` parameters as - * determined by [`Object.is()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is). - * - * ```js - * import assert from 'assert/strict'; - * - * assert.strictEqual(1, 2); - * // AssertionError [ERR_ASSERTION]: Expected inputs to be strictly equal: - * // - * // 1 !== 2 - * - * assert.strictEqual(1, 1); - * // OK - * - * assert.strictEqual('Hello foobar', 'Hello World!'); - * // AssertionError [ERR_ASSERTION]: Expected inputs to be strictly equal: - * // + actual - expected - * // - * // + 'Hello foobar' - * // - 'Hello World!' - * // ^ - * - * const apples = 1; - * const oranges = 2; - * assert.strictEqual(apples, oranges, `apples ${apples} !== oranges ${oranges}`); - * // AssertionError [ERR_ASSERTION]: apples 1 !== oranges 2 - * - * assert.strictEqual(1, '1', new TypeError('Inputs are not identical')); - * // TypeError: Inputs are not identical - * ``` - * - * If the values are not strictly equal, an `AssertionError` is thrown with a`message` property set equal to the value of the `message` parameter. If the`message` parameter is undefined, a - * default error message is assigned. If the`message` parameter is an instance of an `Error` then it will be thrown - * instead of the `AssertionError`. - * @since v0.1.21 - */ - function strictEqual<T>(actual: unknown, expected: T, message?: string | Error): asserts actual is T; - /** - * Tests strict inequality between the `actual` and `expected` parameters as - * determined by [`Object.is()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is). - * - * ```js - * import assert from 'assert/strict'; - * - * assert.notStrictEqual(1, 2); - * // OK - * - * assert.notStrictEqual(1, 1); - * // AssertionError [ERR_ASSERTION]: Expected "actual" to be strictly unequal to: - * // - * // 1 - * - * assert.notStrictEqual(1, '1'); - * // OK - * ``` - * - * If the values are strictly equal, an `AssertionError` is thrown with a`message` property set equal to the value of the `message` parameter. If the`message` parameter is undefined, a - * default error message is assigned. If the`message` parameter is an instance of an `Error` then it will be thrown - * instead of the `AssertionError`. - * @since v0.1.21 - */ - function notStrictEqual(actual: unknown, expected: unknown, message?: string | Error): void; - /** - * Tests for deep equality between the `actual` and `expected` parameters. - * "Deep" equality means that the enumerable "own" properties of child objects - * are recursively evaluated also by the following rules. - * @since v1.2.0 - */ - function deepStrictEqual<T>(actual: unknown, expected: T, message?: string | Error): asserts actual is T; - /** - * Tests for deep strict inequality. Opposite of {@link deepStrictEqual}. - * - * ```js - * import assert from 'assert/strict'; - * - * assert.notDeepStrictEqual({ a: 1 }, { a: '1' }); - * // OK - * ``` - * - * If the values are deeply and strictly equal, an `AssertionError` is thrown - * with a `message` property set equal to the value of the `message` parameter. If - * the `message` parameter is undefined, a default error message is assigned. If - * the `message` parameter is an instance of an `Error` then it will be thrown - * instead of the `AssertionError`. - * @since v1.2.0 - */ - function notDeepStrictEqual(actual: unknown, expected: unknown, message?: string | Error): void; - /** - * Expects the function `fn` to throw an error. - * - * If specified, `error` can be a [`Class`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes), - * [`RegExp`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions), a validation function, - * a validation object where each property will be tested for strict deep equality, - * or an instance of error where each property will be tested for strict deep - * equality including the non-enumerable `message` and `name` properties. When - * using an object, it is also possible to use a regular expression, when - * validating against a string property. See below for examples. - * - * If specified, `message` will be appended to the message provided by the`AssertionError` if the `fn` call fails to throw or in case the error validation - * fails. - * - * Custom validation object/error instance: - * - * ```js - * import assert from 'assert/strict'; - * - * const err = new TypeError('Wrong value'); - * err.code = 404; - * err.foo = 'bar'; - * err.info = { - * nested: true, - * baz: 'text' - * }; - * err.reg = /abc/i; - * - * assert.throws( - * () => { - * throw err; - * }, - * { - * name: 'TypeError', - * message: 'Wrong value', - * info: { - * nested: true, - * baz: 'text' - * } - * // Only properties on the validation object will be tested for. - * // Using nested objects requires all properties to be present. Otherwise - * // the validation is going to fail. - * } - * ); - * - * // Using regular expressions to validate error properties: - * throws( - * () => { - * throw err; - * }, - * { - * // The `name` and `message` properties are strings and using regular - * // expressions on those will match against the string. If they fail, an - * // error is thrown. - * name: /^TypeError$/, - * message: /Wrong/, - * foo: 'bar', - * info: { - * nested: true, - * // It is not possible to use regular expressions for nested properties! - * baz: 'text' - * }, - * // The `reg` property contains a regular expression and only if the - * // validation object contains an identical regular expression, it is going - * // to pass. - * reg: /abc/i - * } - * ); - * - * // Fails due to the different `message` and `name` properties: - * throws( - * () => { - * const otherErr = new Error('Not found'); - * // Copy all enumerable properties from `err` to `otherErr`. - * for (const [key, value] of Object.entries(err)) { - * otherErr[key] = value; - * } - * throw otherErr; - * }, - * // The error's `message` and `name` properties will also be checked when using - * // an error as validation object. - * err - * ); - * ``` - * - * Validate instanceof using constructor: - * - * ```js - * import assert from 'assert/strict'; - * - * assert.throws( - * () => { - * throw new Error('Wrong value'); - * }, - * Error - * ); - * ``` - * - * Validate error message using [`RegExp`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions): - * - * Using a regular expression runs `.toString` on the error object, and will - * therefore also include the error name. - * - * ```js - * import assert from 'assert/strict'; - * - * assert.throws( - * () => { - * throw new Error('Wrong value'); - * }, - * /^Error: Wrong value$/ - * ); - * ``` - * - * Custom error validation: - * - * The function must return `true` to indicate all internal validations passed. - * It will otherwise fail with an `AssertionError`. - * - * ```js - * import assert from 'assert/strict'; - * - * assert.throws( - * () => { - * throw new Error('Wrong value'); - * }, - * (err) => { - * assert(err instanceof Error); - * assert(/value/.test(err)); - * // Avoid returning anything from validation functions besides `true`. - * // Otherwise, it's not clear what part of the validation failed. Instead, - * // throw an error about the specific validation that failed (as done in this - * // example) and add as much helpful debugging information to that error as - * // possible. - * return true; - * }, - * 'unexpected error' - * ); - * ``` - * - * `error` cannot be a string. If a string is provided as the second - * argument, then `error` is assumed to be omitted and the string will be used for`message` instead. This can lead to easy-to-miss mistakes. Using the same - * message as the thrown error message is going to result in an`ERR_AMBIGUOUS_ARGUMENT` error. Please read the example below carefully if using - * a string as the second argument gets considered: - * - * ```js - * import assert from 'assert/strict'; - * - * function throwingFirst() { - * throw new Error('First'); - * } - * - * function throwingSecond() { - * throw new Error('Second'); - * } - * - * function notThrowing() {} - * - * // The second argument is a string and the input function threw an Error. - * // The first case will not throw as it does not match for the error message - * // thrown by the input function! - * assert.throws(throwingFirst, 'Second'); - * // In the next example the message has no benefit over the message from the - * // error and since it is not clear if the user intended to actually match - * // against the error message, Node.js throws an `ERR_AMBIGUOUS_ARGUMENT` error. - * assert.throws(throwingSecond, 'Second'); - * // TypeError [ERR_AMBIGUOUS_ARGUMENT] - * - * // The string is only used (as message) in case the function does not throw: - * assert.throws(notThrowing, 'Second'); - * // AssertionError [ERR_ASSERTION]: Missing expected exception: Second - * - * // If it was intended to match for the error message do this instead: - * // It does not throw because the error messages match. - * assert.throws(throwingSecond, /Second$/); - * - * // If the error message does not match, an AssertionError is thrown. - * assert.throws(throwingFirst, /Second$/); - * // AssertionError [ERR_ASSERTION] - * ``` - * - * Due to the confusing error-prone notation, avoid a string as the second - * argument. - * @since v0.1.21 - */ - function throws(block: () => unknown, message?: string | Error): void; - function throws(block: () => unknown, error: AssertPredicate, message?: string | Error): void; - /** - * Asserts that the function `fn` does not throw an error. - * - * Using `assert.doesNotThrow()` is actually not useful because there - * is no benefit in catching an error and then rethrowing it. Instead, consider - * adding a comment next to the specific code path that should not throw and keep - * error messages as expressive as possible. - * - * When `assert.doesNotThrow()` is called, it will immediately call the `fn`function. - * - * If an error is thrown and it is the same type as that specified by the `error`parameter, then an `AssertionError` is thrown. If the error is of a - * different type, or if the `error` parameter is undefined, the error is - * propagated back to the caller. - * - * If specified, `error` can be a [`Class`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes), - * [`RegExp`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions) or a validation - * function. See {@link throws} for more details. - * - * The following, for instance, will throw the `TypeError` because there is no - * matching error type in the assertion: - * - * ```js - * import assert from 'assert/strict'; - * - * assert.doesNotThrow( - * () => { - * throw new TypeError('Wrong value'); - * }, - * SyntaxError - * ); - * ``` - * - * However, the following will result in an `AssertionError` with the message - * 'Got unwanted exception...': - * - * ```js - * import assert from 'assert/strict'; - * - * assert.doesNotThrow( - * () => { - * throw new TypeError('Wrong value'); - * }, - * TypeError - * ); - * ``` - * - * If an `AssertionError` is thrown and a value is provided for the `message`parameter, the value of `message` will be appended to the `AssertionError` message: - * - * ```js - * import assert from 'assert/strict'; - * - * assert.doesNotThrow( - * () => { - * throw new TypeError('Wrong value'); - * }, - * /Wrong value/, - * 'Whoops' - * ); - * // Throws: AssertionError: Got unwanted exception: Whoops - * ``` - * @since v0.1.21 - */ - function doesNotThrow(block: () => unknown, message?: string | Error): void; - function doesNotThrow(block: () => unknown, error: AssertPredicate, message?: string | Error): void; - /** - * Throws `value` if `value` is not `undefined` or `null`. This is useful when - * testing the `error` argument in callbacks. The stack trace contains all frames - * from the error passed to `ifError()` including the potential new frames for`ifError()` itself. - * - * ```js - * import assert from 'assert/strict'; - * - * assert.ifError(null); - * // OK - * assert.ifError(0); - * // AssertionError [ERR_ASSERTION]: ifError got unwanted exception: 0 - * assert.ifError('error'); - * // AssertionError [ERR_ASSERTION]: ifError got unwanted exception: 'error' - * assert.ifError(new Error()); - * // AssertionError [ERR_ASSERTION]: ifError got unwanted exception: Error - * - * // Create some random error frames. - * let err; - * (function errorFrame() { - * err = new Error('test error'); - * })(); - * - * (function ifErrorFrame() { - * assert.ifError(err); - * })(); - * // AssertionError [ERR_ASSERTION]: ifError got unwanted exception: test error - * // at ifErrorFrame - * // at errorFrame - * ``` - * @since v0.1.97 - */ - function ifError(value: unknown): asserts value is null | undefined; - /** - * Awaits the `asyncFn` promise or, if `asyncFn` is a function, immediately - * calls the function and awaits the returned promise to complete. It will then - * check that the promise is rejected. - * - * If `asyncFn` is a function and it throws an error synchronously,`assert.rejects()` will return a rejected `Promise` with that error. If the - * function does not return a promise, `assert.rejects()` will return a rejected`Promise` with an `ERR_INVALID_RETURN_VALUE` error. In both cases the error - * handler is skipped. - * - * Besides the async nature to await the completion behaves identically to {@link throws}. - * - * If specified, `error` can be a [`Class`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes), - * [`RegExp`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions), a validation function, - * an object where each property will be tested for, or an instance of error where - * each property will be tested for including the non-enumerable `message` and`name` properties. - * - * If specified, `message` will be the message provided by the `AssertionError` if the `asyncFn` fails to reject. - * - * ```js - * import assert from 'assert/strict'; - * - * await assert.rejects( - * async () => { - * throw new TypeError('Wrong value'); - * }, - * { - * name: 'TypeError', - * message: 'Wrong value' - * } - * ); - * ``` - * - * ```js - * import assert from 'assert/strict'; - * - * await assert.rejects( - * async () => { - * throw new TypeError('Wrong value'); - * }, - * (err) => { - * assert.strictEqual(err.name, 'TypeError'); - * assert.strictEqual(err.message, 'Wrong value'); - * return true; - * } - * ); - * ``` - * - * ```js - * import assert from 'assert/strict'; - * - * assert.rejects( - * Promise.reject(new Error('Wrong value')), - * Error - * ).then(() => { - * // ... - * }); - * ``` - * - * `error` cannot be a string. If a string is provided as the second - * argument, then `error` is assumed to be omitted and the string will be used for`message` instead. This can lead to easy-to-miss mistakes. Please read the - * example in {@link throws} carefully if using a string as the second - * argument gets considered. - * @since v10.0.0 - */ - function rejects(block: (() => Promise<unknown>) | Promise<unknown>, message?: string | Error): Promise<void>; - function rejects(block: (() => Promise<unknown>) | Promise<unknown>, error: AssertPredicate, message?: string | Error): Promise<void>; - /** - * Awaits the `asyncFn` promise or, if `asyncFn` is a function, immediately - * calls the function and awaits the returned promise to complete. It will then - * check that the promise is not rejected. - * - * If `asyncFn` is a function and it throws an error synchronously,`assert.doesNotReject()` will return a rejected `Promise` with that error. If - * the function does not return a promise, `assert.doesNotReject()` will return a - * rejected `Promise` with an `ERR_INVALID_RETURN_VALUE` error. In both cases - * the error handler is skipped. - * - * Using `assert.doesNotReject()` is actually not useful because there is little - * benefit in catching a rejection and then rejecting it again. Instead, consider - * adding a comment next to the specific code path that should not reject and keep - * error messages as expressive as possible. - * - * If specified, `error` can be a [`Class`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes), - * [`RegExp`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions) or a validation - * function. See {@link throws} for more details. - * - * Besides the async nature to await the completion behaves identically to {@link doesNotThrow}. - * - * ```js - * import assert from 'assert/strict'; - * - * await assert.doesNotReject( - * async () => { - * throw new TypeError('Wrong value'); - * }, - * SyntaxError - * ); - * ``` - * - * ```js - * import assert from 'assert/strict'; - * - * assert.doesNotReject(Promise.reject(new TypeError('Wrong value'))) - * .then(() => { - * // ... - * }); - * ``` - * @since v10.0.0 - */ - function doesNotReject(block: (() => Promise<unknown>) | Promise<unknown>, message?: string | Error): Promise<void>; - function doesNotReject(block: (() => Promise<unknown>) | Promise<unknown>, error: AssertPredicate, message?: string | Error): Promise<void>; - /** - * Expects the `string` input to match the regular expression. - * - * ```js - * import assert from 'assert/strict'; - * - * assert.match('I will fail', /pass/); - * // AssertionError [ERR_ASSERTION]: The input did not match the regular ... - * - * assert.match(123, /pass/); - * // AssertionError [ERR_ASSERTION]: The "string" argument must be of type string. - * - * assert.match('I will pass', /pass/); - * // OK - * ``` - * - * If the values do not match, or if the `string` argument is of another type than`string`, an `AssertionError` is thrown with a `message` property set equal - * to the value of the `message` parameter. If the `message` parameter is - * undefined, a default error message is assigned. If the `message` parameter is an - * instance of an `Error` then it will be thrown instead of the `AssertionError`. - * @since v13.6.0, v12.16.0 - */ - function match(value: string, regExp: RegExp, message?: string | Error): void; - /** - * Expects the `string` input not to match the regular expression. - * - * ```js - * import assert from 'assert/strict'; - * - * assert.doesNotMatch('I will fail', /fail/); - * // AssertionError [ERR_ASSERTION]: The input was expected to not match the ... - * - * assert.doesNotMatch(123, /pass/); - * // AssertionError [ERR_ASSERTION]: The "string" argument must be of type string. - * - * assert.doesNotMatch('I will pass', /different/); - * // OK - * ``` - * - * If the values do match, or if the `string` argument is of another type than`string`, an `AssertionError` is thrown with a `message` property set equal - * to the value of the `message` parameter. If the `message` parameter is - * undefined, a default error message is assigned. If the `message` parameter is an - * instance of an `Error` then it will be thrown instead of the `AssertionError`. - * @since v13.6.0, v12.16.0 - */ - function doesNotMatch(value: string, regExp: RegExp, message?: string | Error): void; - const strict: Omit<typeof assert, 'equal' | 'notEqual' | 'deepEqual' | 'notDeepEqual' | 'ok' | 'strictEqual' | 'deepStrictEqual' | 'ifError' | 'strict'> & { - (value: unknown, message?: string | Error): asserts value; - equal: typeof strictEqual; - notEqual: typeof notStrictEqual; - deepEqual: typeof deepStrictEqual; - notDeepEqual: typeof notDeepStrictEqual; - // Mapped types and assertion functions are incompatible? - // TS2775: Assertions require every name in the call target - // to be declared with an explicit type annotation. - ok: typeof ok; - strictEqual: typeof strictEqual; - deepStrictEqual: typeof deepStrictEqual; - ifError: typeof ifError; - strict: typeof strict; - }; - } - export = assert; -} -declare module 'node:assert' { - import assert = require('assert'); - export = assert; -} diff --git a/software/flow/node_modules/@types/node/ts4.8/assert/strict.d.ts b/software/flow/node_modules/@types/node/ts4.8/assert/strict.d.ts deleted file mode 100755 index b4319b9..0000000 --- a/software/flow/node_modules/@types/node/ts4.8/assert/strict.d.ts +++ /dev/null @@ -1,8 +0,0 @@ -declare module 'assert/strict' { - import { strict } from 'node:assert'; - export = strict; -} -declare module 'node:assert/strict' { - import { strict } from 'node:assert'; - export = strict; -} diff --git a/software/flow/node_modules/@types/node/ts4.8/async_hooks.d.ts b/software/flow/node_modules/@types/node/ts4.8/async_hooks.d.ts deleted file mode 100755 index 96908be..0000000 --- a/software/flow/node_modules/@types/node/ts4.8/async_hooks.d.ts +++ /dev/null @@ -1,513 +0,0 @@ -/** - * The `async_hooks` module provides an API to track asynchronous resources. It - * can be accessed using: - * - * ```js - * import async_hooks from 'async_hooks'; - * ``` - * @experimental - * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/async_hooks.js) - */ -declare module 'async_hooks' { - /** - * ```js - * import { executionAsyncId } from 'async_hooks'; - * - * console.log(executionAsyncId()); // 1 - bootstrap - * fs.open(path, 'r', (err, fd) => { - * console.log(executionAsyncId()); // 6 - open() - * }); - * ``` - * - * The ID returned from `executionAsyncId()` is related to execution timing, not - * causality (which is covered by `triggerAsyncId()`): - * - * ```js - * const server = net.createServer((conn) => { - * // Returns the ID of the server, not of the new connection, because the - * // callback runs in the execution scope of the server's MakeCallback(). - * async_hooks.executionAsyncId(); - * - * }).listen(port, () => { - * // Returns the ID of a TickObject (process.nextTick()) because all - * // callbacks passed to .listen() are wrapped in a nextTick(). - * async_hooks.executionAsyncId(); - * }); - * ``` - * - * Promise contexts may not get precise `executionAsyncIds` by default. - * See the section on `promise execution tracking`. - * @since v8.1.0 - * @return The `asyncId` of the current execution context. Useful to track when something calls. - */ - function executionAsyncId(): number; - /** - * Resource objects returned by `executionAsyncResource()` are most often internal - * Node.js handle objects with undocumented APIs. Using any functions or properties - * on the object is likely to crash your application and should be avoided. - * - * Using `executionAsyncResource()` in the top-level execution context will - * return an empty object as there is no handle or request object to use, - * but having an object representing the top-level can be helpful. - * - * ```js - * import { open } from 'fs'; - * import { executionAsyncId, executionAsyncResource } from 'async_hooks'; - * - * console.log(executionAsyncId(), executionAsyncResource()); // 1 {} - * open(new URL(import.meta.url), 'r', (err, fd) => { - * console.log(executionAsyncId(), executionAsyncResource()); // 7 FSReqWrap - * }); - * ``` - * - * This can be used to implement continuation local storage without the - * use of a tracking `Map` to store the metadata: - * - * ```js - * import { createServer } from 'http'; - * import { - * executionAsyncId, - * executionAsyncResource, - * createHook - * } from 'async_hooks'; - * const sym = Symbol('state'); // Private symbol to avoid pollution - * - * createHook({ - * init(asyncId, type, triggerAsyncId, resource) { - * const cr = executionAsyncResource(); - * if (cr) { - * resource[sym] = cr[sym]; - * } - * } - * }).enable(); - * - * const server = createServer((req, res) => { - * executionAsyncResource()[sym] = { state: req.url }; - * setTimeout(function() { - * res.end(JSON.stringify(executionAsyncResource()[sym])); - * }, 100); - * }).listen(3000); - * ``` - * @since v13.9.0, v12.17.0 - * @return The resource representing the current execution. Useful to store data within the resource. - */ - function executionAsyncResource(): object; - /** - * ```js - * const server = net.createServer((conn) => { - * // The resource that caused (or triggered) this callback to be called - * // was that of the new connection. Thus the return value of triggerAsyncId() - * // is the asyncId of "conn". - * async_hooks.triggerAsyncId(); - * - * }).listen(port, () => { - * // Even though all callbacks passed to .listen() are wrapped in a nextTick() - * // the callback itself exists because the call to the server's .listen() - * // was made. So the return value would be the ID of the server. - * async_hooks.triggerAsyncId(); - * }); - * ``` - * - * Promise contexts may not get valid `triggerAsyncId`s by default. See - * the section on `promise execution tracking`. - * @return The ID of the resource responsible for calling the callback that is currently being executed. - */ - function triggerAsyncId(): number; - interface HookCallbacks { - /** - * Called when a class is constructed that has the possibility to emit an asynchronous event. - * @param asyncId a unique ID for the async resource - * @param type the type of the async resource - * @param triggerAsyncId the unique ID of the async resource in whose execution context this async resource was created - * @param resource reference to the resource representing the async operation, needs to be released during destroy - */ - init?(asyncId: number, type: string, triggerAsyncId: number, resource: object): void; - /** - * When an asynchronous operation is initiated or completes a callback is called to notify the user. - * The before callback is called just before said callback is executed. - * @param asyncId the unique identifier assigned to the resource about to execute the callback. - */ - before?(asyncId: number): void; - /** - * Called immediately after the callback specified in before is completed. - * @param asyncId the unique identifier assigned to the resource which has executed the callback. - */ - after?(asyncId: number): void; - /** - * Called when a promise has resolve() called. This may not be in the same execution id - * as the promise itself. - * @param asyncId the unique id for the promise that was resolve()d. - */ - promiseResolve?(asyncId: number): void; - /** - * Called after the resource corresponding to asyncId is destroyed - * @param asyncId a unique ID for the async resource - */ - destroy?(asyncId: number): void; - } - interface AsyncHook { - /** - * Enable the callbacks for a given AsyncHook instance. If no callbacks are provided enabling is a noop. - */ - enable(): this; - /** - * Disable the callbacks for a given AsyncHook instance from the global pool of AsyncHook callbacks to be executed. Once a hook has been disabled it will not be called again until enabled. - */ - disable(): this; - } - /** - * Registers functions to be called for different lifetime events of each async - * operation. - * - * The callbacks `init()`/`before()`/`after()`/`destroy()` are called for the - * respective asynchronous event during a resource's lifetime. - * - * All callbacks are optional. For example, if only resource cleanup needs to - * be tracked, then only the `destroy` callback needs to be passed. The - * specifics of all functions that can be passed to `callbacks` is in the `Hook Callbacks` section. - * - * ```js - * import { createHook } from 'async_hooks'; - * - * const asyncHook = createHook({ - * init(asyncId, type, triggerAsyncId, resource) { }, - * destroy(asyncId) { } - * }); - * ``` - * - * The callbacks will be inherited via the prototype chain: - * - * ```js - * class MyAsyncCallbacks { - * init(asyncId, type, triggerAsyncId, resource) { } - * destroy(asyncId) {} - * } - * - * class MyAddedCallbacks extends MyAsyncCallbacks { - * before(asyncId) { } - * after(asyncId) { } - * } - * - * const asyncHook = async_hooks.createHook(new MyAddedCallbacks()); - * ``` - * - * Because promises are asynchronous resources whose lifecycle is tracked - * via the async hooks mechanism, the `init()`, `before()`, `after()`, and`destroy()` callbacks _must not_ be async functions that return promises. - * @since v8.1.0 - * @param callbacks The `Hook Callbacks` to register - * @return Instance used for disabling and enabling hooks - */ - function createHook(callbacks: HookCallbacks): AsyncHook; - interface AsyncResourceOptions { - /** - * The ID of the execution context that created this async event. - * @default executionAsyncId() - */ - triggerAsyncId?: number | undefined; - /** - * Disables automatic `emitDestroy` when the object is garbage collected. - * This usually does not need to be set (even if `emitDestroy` is called - * manually), unless the resource's `asyncId` is retrieved and the - * sensitive API's `emitDestroy` is called with it. - * @default false - */ - requireManualDestroy?: boolean | undefined; - } - /** - * The class `AsyncResource` is designed to be extended by the embedder's async - * resources. Using this, users can easily trigger the lifetime events of their - * own resources. - * - * The `init` hook will trigger when an `AsyncResource` is instantiated. - * - * The following is an overview of the `AsyncResource` API. - * - * ```js - * import { AsyncResource, executionAsyncId } from 'async_hooks'; - * - * // AsyncResource() is meant to be extended. Instantiating a - * // new AsyncResource() also triggers init. If triggerAsyncId is omitted then - * // async_hook.executionAsyncId() is used. - * const asyncResource = new AsyncResource( - * type, { triggerAsyncId: executionAsyncId(), requireManualDestroy: false } - * ); - * - * // Run a function in the execution context of the resource. This will - * // * establish the context of the resource - * // * trigger the AsyncHooks before callbacks - * // * call the provided function `fn` with the supplied arguments - * // * trigger the AsyncHooks after callbacks - * // * restore the original execution context - * asyncResource.runInAsyncScope(fn, thisArg, ...args); - * - * // Call AsyncHooks destroy callbacks. - * asyncResource.emitDestroy(); - * - * // Return the unique ID assigned to the AsyncResource instance. - * asyncResource.asyncId(); - * - * // Return the trigger ID for the AsyncResource instance. - * asyncResource.triggerAsyncId(); - * ``` - */ - class AsyncResource { - /** - * AsyncResource() is meant to be extended. Instantiating a - * new AsyncResource() also triggers init. If triggerAsyncId is omitted then - * async_hook.executionAsyncId() is used. - * @param type The type of async event. - * @param triggerAsyncId The ID of the execution context that created - * this async event (default: `executionAsyncId()`), or an - * AsyncResourceOptions object (since v9.3.0) - */ - constructor(type: string, triggerAsyncId?: number | AsyncResourceOptions); - /** - * Binds the given function to the current execution context. - * - * The returned function will have an `asyncResource` property referencing - * the `AsyncResource` to which the function is bound. - * @since v14.8.0, v12.19.0 - * @param fn The function to bind to the current execution context. - * @param type An optional name to associate with the underlying `AsyncResource`. - */ - static bind<Func extends (this: ThisArg, ...args: any[]) => any, ThisArg>( - fn: Func, - type?: string, - thisArg?: ThisArg - ): Func & { - asyncResource: AsyncResource; - }; - /** - * Binds the given function to execute to this `AsyncResource`'s scope. - * - * The returned function will have an `asyncResource` property referencing - * the `AsyncResource` to which the function is bound. - * @since v14.8.0, v12.19.0 - * @param fn The function to bind to the current `AsyncResource`. - */ - bind<Func extends (...args: any[]) => any>( - fn: Func - ): Func & { - asyncResource: AsyncResource; - }; - /** - * Call the provided function with the provided arguments in the execution context - * of the async resource. This will establish the context, trigger the AsyncHooks - * before callbacks, call the function, trigger the AsyncHooks after callbacks, and - * then restore the original execution context. - * @since v9.6.0 - * @param fn The function to call in the execution context of this async resource. - * @param thisArg The receiver to be used for the function call. - * @param args Optional arguments to pass to the function. - */ - runInAsyncScope<This, Result>(fn: (this: This, ...args: any[]) => Result, thisArg?: This, ...args: any[]): Result; - /** - * Call all `destroy` hooks. This should only ever be called once. An error will - * be thrown if it is called more than once. This **must** be manually called. If - * the resource is left to be collected by the GC then the `destroy` hooks will - * never be called. - * @return A reference to `asyncResource`. - */ - emitDestroy(): this; - /** - * @return The unique `asyncId` assigned to the resource. - */ - asyncId(): number; - /** - * - * @return The same `triggerAsyncId` that is passed to the `AsyncResource` constructor. - */ - triggerAsyncId(): number; - } - interface AsyncLocalStorageOptions<T> { - /** - * Optional callback invoked before a store is propagated to a new async resource. - * Returning `true` allows propagation, returning `false` avoids it. Default is to propagate always. - * @param type The type of async event. - * @param store The current store. - * @since v18.13.0 - */ - onPropagate?: ((type: string, store: T) => boolean) | undefined; - } - /** - * This class creates stores that stay coherent through asynchronous operations. - * - * While you can create your own implementation on top of the `async_hooks` module,`AsyncLocalStorage` should be preferred as it is a performant and memory safe - * implementation that involves significant optimizations that are non-obvious to - * implement. - * - * The following example uses `AsyncLocalStorage` to build a simple logger - * that assigns IDs to incoming HTTP requests and includes them in messages - * logged within each request. - * - * ```js - * import http from 'http'; - * import { AsyncLocalStorage } from 'async_hooks'; - * - * const asyncLocalStorage = new AsyncLocalStorage(); - * - * function logWithId(msg) { - * const id = asyncLocalStorage.getStore(); - * console.log(`${id !== undefined ? id : '-'}:`, msg); - * } - * - * let idSeq = 0; - * http.createServer((req, res) => { - * asyncLocalStorage.run(idSeq++, () => { - * logWithId('start'); - * // Imagine any chain of async operations here - * setImmediate(() => { - * logWithId('finish'); - * res.end(); - * }); - * }); - * }).listen(8080); - * - * http.get('http://localhost:8080'); - * http.get('http://localhost:8080'); - * // Prints: - * // 0: start - * // 1: start - * // 0: finish - * // 1: finish - * ``` - * - * Each instance of `AsyncLocalStorage` maintains an independent storage context. - * Multiple instances can safely exist simultaneously without risk of interfering - * with each other's data. - * @since v13.10.0, v12.17.0 - */ - class AsyncLocalStorage<T> { - constructor(options?: AsyncLocalStorageOptions<T>); - - /** - * Disables the instance of `AsyncLocalStorage`. All subsequent calls - * to `asyncLocalStorage.getStore()` will return `undefined` until`asyncLocalStorage.run()` or `asyncLocalStorage.enterWith()` is called again. - * - * When calling `asyncLocalStorage.disable()`, all current contexts linked to the - * instance will be exited. - * - * Calling `asyncLocalStorage.disable()` is required before the`asyncLocalStorage` can be garbage collected. This does not apply to stores - * provided by the `asyncLocalStorage`, as those objects are garbage collected - * along with the corresponding async resources. - * - * Use this method when the `asyncLocalStorage` is not in use anymore - * in the current process. - * @since v13.10.0, v12.17.0 - * @experimental - */ - disable(): void; - /** - * Returns the current store. - * If called outside of an asynchronous context initialized by - * calling `asyncLocalStorage.run()` or `asyncLocalStorage.enterWith()`, it - * returns `undefined`. - * @since v13.10.0, v12.17.0 - */ - getStore(): T | undefined; - /** - * Runs a function synchronously within a context and returns its - * return value. The store is not accessible outside of the callback function. - * The store is accessible to any asynchronous operations created within the - * callback. - * - * The optional `args` are passed to the callback function. - * - * If the callback function throws an error, the error is thrown by `run()` too. - * The stacktrace is not impacted by this call and the context is exited. - * - * Example: - * - * ```js - * const store = { id: 2 }; - * try { - * asyncLocalStorage.run(store, () => { - * asyncLocalStorage.getStore(); // Returns the store object - * setTimeout(() => { - * asyncLocalStorage.getStore(); // Returns the store object - * }, 200); - * throw new Error(); - * }); - * } catch (e) { - * asyncLocalStorage.getStore(); // Returns undefined - * // The error will be caught here - * } - * ``` - * @since v13.10.0, v12.17.0 - */ - run<R, TArgs extends any[]>(store: T, callback: (...args: TArgs) => R, ...args: TArgs): R; - /** - * Runs a function synchronously outside of a context and returns its - * return value. The store is not accessible within the callback function or - * the asynchronous operations created within the callback. Any `getStore()`call done within the callback function will always return `undefined`. - * - * The optional `args` are passed to the callback function. - * - * If the callback function throws an error, the error is thrown by `exit()` too. - * The stacktrace is not impacted by this call and the context is re-entered. - * - * Example: - * - * ```js - * // Within a call to run - * try { - * asyncLocalStorage.getStore(); // Returns the store object or value - * asyncLocalStorage.exit(() => { - * asyncLocalStorage.getStore(); // Returns undefined - * throw new Error(); - * }); - * } catch (e) { - * asyncLocalStorage.getStore(); // Returns the same object or value - * // The error will be caught here - * } - * ``` - * @since v13.10.0, v12.17.0 - * @experimental - */ - exit<R, TArgs extends any[]>(callback: (...args: TArgs) => R, ...args: TArgs): R; - /** - * Transitions into the context for the remainder of the current - * synchronous execution and then persists the store through any following - * asynchronous calls. - * - * Example: - * - * ```js - * const store = { id: 1 }; - * // Replaces previous store with the given store object - * asyncLocalStorage.enterWith(store); - * asyncLocalStorage.getStore(); // Returns the store object - * someAsyncOperation(() => { - * asyncLocalStorage.getStore(); // Returns the same object - * }); - * ``` - * - * This transition will continue for the _entire_ synchronous execution. - * This means that if, for example, the context is entered within an event - * handler subsequent event handlers will also run within that context unless - * specifically bound to another context with an `AsyncResource`. That is why`run()` should be preferred over `enterWith()` unless there are strong reasons - * to use the latter method. - * - * ```js - * const store = { id: 1 }; - * - * emitter.on('my-event', () => { - * asyncLocalStorage.enterWith(store); - * }); - * emitter.on('my-event', () => { - * asyncLocalStorage.getStore(); // Returns the same object - * }); - * - * asyncLocalStorage.getStore(); // Returns undefined - * emitter.emit('my-event'); - * asyncLocalStorage.getStore(); // Returns the same object - * ``` - * @since v13.11.0, v12.17.0 - * @experimental - */ - enterWith(store: T): void; - } -} -declare module 'node:async_hooks' { - export * from 'async_hooks'; -} diff --git a/software/flow/node_modules/@types/node/ts4.8/buffer.d.ts b/software/flow/node_modules/@types/node/ts4.8/buffer.d.ts deleted file mode 100755 index 0896c19..0000000 --- a/software/flow/node_modules/@types/node/ts4.8/buffer.d.ts +++ /dev/null @@ -1,2283 +0,0 @@ -/** - * `Buffer` objects are used to represent a fixed-length sequence of bytes. Many - * Node.js APIs support `Buffer`s. - * - * The `Buffer` class is a subclass of JavaScript's [`Uint8Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array) class and - * extends it with methods that cover additional use cases. Node.js APIs accept - * plain [`Uint8Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array) s wherever `Buffer`s are supported as well. - * - * While the `Buffer` class is available within the global scope, it is still - * recommended to explicitly reference it via an import or require statement. - * - * ```js - * import { Buffer } from 'buffer'; - * - * // Creates a zero-filled Buffer of length 10. - * const buf1 = Buffer.alloc(10); - * - * // Creates a Buffer of length 10, - * // filled with bytes which all have the value `1`. - * const buf2 = Buffer.alloc(10, 1); - * - * // Creates an uninitialized buffer of length 10. - * // This is faster than calling Buffer.alloc() but the returned - * // Buffer instance might contain old data that needs to be - * // overwritten using fill(), write(), or other functions that fill the Buffer's - * // contents. - * const buf3 = Buffer.allocUnsafe(10); - * - * // Creates a Buffer containing the bytes [1, 2, 3]. - * const buf4 = Buffer.from([1, 2, 3]); - * - * // Creates a Buffer containing the bytes [1, 1, 1, 1] – the entries - * // are all truncated using `(value &#x26; 255)` to fit into the range 0–255. - * const buf5 = Buffer.from([257, 257.5, -255, '1']); - * - * // Creates a Buffer containing the UTF-8-encoded bytes for the string 'tést': - * // [0x74, 0xc3, 0xa9, 0x73, 0x74] (in hexadecimal notation) - * // [116, 195, 169, 115, 116] (in decimal notation) - * const buf6 = Buffer.from('tést'); - * - * // Creates a Buffer containing the Latin-1 bytes [0x74, 0xe9, 0x73, 0x74]. - * const buf7 = Buffer.from('tést', 'latin1'); - * ``` - * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/buffer.js) - */ -declare module 'buffer' { - import { BinaryLike } from 'node:crypto'; - import { ReadableStream as WebReadableStream } from 'node:stream/web'; - export function isUtf8(input: Buffer | ArrayBuffer | NodeJS.TypedArray): boolean; - export const INSPECT_MAX_BYTES: number; - export const kMaxLength: number; - export const kStringMaxLength: number; - export const constants: { - MAX_LENGTH: number; - MAX_STRING_LENGTH: number; - }; - export type TranscodeEncoding = 'ascii' | 'utf8' | 'utf16le' | 'ucs2' | 'latin1' | 'binary'; - /** - * Re-encodes the given `Buffer` or `Uint8Array` instance from one character - * encoding to another. Returns a new `Buffer` instance. - * - * Throws if the `fromEnc` or `toEnc` specify invalid character encodings or if - * conversion from `fromEnc` to `toEnc` is not permitted. - * - * Encodings supported by `buffer.transcode()` are: `'ascii'`, `'utf8'`,`'utf16le'`, `'ucs2'`, `'latin1'`, and `'binary'`. - * - * The transcoding process will use substitution characters if a given byte - * sequence cannot be adequately represented in the target encoding. For instance: - * - * ```js - * import { Buffer, transcode } from 'buffer'; - * - * const newBuf = transcode(Buffer.from('€'), 'utf8', 'ascii'); - * console.log(newBuf.toString('ascii')); - * // Prints: '?' - * ``` - * - * Because the Euro (`€`) sign is not representable in US-ASCII, it is replaced - * with `?` in the transcoded `Buffer`. - * @since v7.1.0 - * @param source A `Buffer` or `Uint8Array` instance. - * @param fromEnc The current encoding. - * @param toEnc To target encoding. - */ - export function transcode(source: Uint8Array, fromEnc: TranscodeEncoding, toEnc: TranscodeEncoding): Buffer; - export const SlowBuffer: { - /** @deprecated since v6.0.0, use `Buffer.allocUnsafeSlow()` */ - new (size: number): Buffer; - prototype: Buffer; - }; - /** - * Resolves a `'blob:nodedata:...'` an associated `Blob` object registered using - * a prior call to `URL.createObjectURL()`. - * @since v16.7.0 - * @experimental - * @param id A `'blob:nodedata:...` URL string returned by a prior call to `URL.createObjectURL()`. - */ - export function resolveObjectURL(id: string): Blob | undefined; - export { Buffer }; - /** - * @experimental - */ - export interface BlobOptions { - /** - * @default 'utf8' - */ - encoding?: BufferEncoding | undefined; - /** - * The Blob content-type. The intent is for `type` to convey - * the MIME media type of the data, however no validation of the type format - * is performed. - */ - type?: string | undefined; - } - /** - * A [`Blob`](https://developer.mozilla.org/en-US/docs/Web/API/Blob) encapsulates immutable, raw data that can be safely shared across - * multiple worker threads. - * @since v15.7.0, v14.18.0 - */ - export class Blob { - /** - * The total size of the `Blob` in bytes. - * @since v15.7.0, v14.18.0 - */ - readonly size: number; - /** - * The content-type of the `Blob`. - * @since v15.7.0, v14.18.0 - */ - readonly type: string; - /** - * Creates a new `Blob` object containing a concatenation of the given sources. - * - * {ArrayBuffer}, {TypedArray}, {DataView}, and {Buffer} sources are copied into - * the 'Blob' and can therefore be safely modified after the 'Blob' is created. - * - * String sources are also copied into the `Blob`. - */ - constructor(sources: Array<BinaryLike | Blob>, options?: BlobOptions); - /** - * Returns a promise that fulfills with an [ArrayBuffer](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer) containing a copy of - * the `Blob` data. - * @since v15.7.0, v14.18.0 - */ - arrayBuffer(): Promise<ArrayBuffer>; - /** - * Creates and returns a new `Blob` containing a subset of this `Blob` objects - * data. The original `Blob` is not altered. - * @since v15.7.0, v14.18.0 - * @param start The starting index. - * @param end The ending index. - * @param type The content-type for the new `Blob` - */ - slice(start?: number, end?: number, type?: string): Blob; - /** - * Returns a promise that fulfills with the contents of the `Blob` decoded as a - * UTF-8 string. - * @since v15.7.0, v14.18.0 - */ - text(): Promise<string>; - /** - * Returns a new (WHATWG) `ReadableStream` that allows the content of the `Blob` to be read. - * @since v16.7.0 - */ - stream(): WebReadableStream; - } - export import atob = globalThis.atob; - export import btoa = globalThis.btoa; - - import { Blob as NodeBlob } from 'buffer'; - // This conditional type will be the existing global Blob in a browser, or - // the copy below in a Node environment. - type __Blob = typeof globalThis extends { onmessage: any; Blob: any } ? {} : NodeBlob; - - global { - // Buffer class - type BufferEncoding = - | 'ascii' - | 'utf8' - | 'utf-8' - | 'utf16le' - | 'ucs2' - | 'ucs-2' - | 'base64' - | 'base64url' - | 'latin1' - | 'binary' - | 'hex'; - type WithImplicitCoercion<T> = - | T - | { - valueOf(): T; - }; - /** - * Raw data is stored in instances of the Buffer class. - * A Buffer is similar to an array of integers but corresponds to a raw memory allocation outside the V8 heap. A Buffer cannot be resized. - * Valid string encodings: 'ascii'|'utf8'|'utf16le'|'ucs2'(alias of 'utf16le')|'base64'|'base64url'|'binary'(deprecated)|'hex' - */ - interface BufferConstructor { - /** - * Allocates a new buffer containing the given {str}. - * - * @param str String to store in buffer. - * @param encoding encoding to use, optional. Default is 'utf8' - * @deprecated since v10.0.0 - Use `Buffer.from(string[, encoding])` instead. - */ - new (str: string, encoding?: BufferEncoding): Buffer; - /** - * Allocates a new buffer of {size} octets. - * - * @param size count of octets to allocate. - * @deprecated since v10.0.0 - Use `Buffer.alloc()` instead (also see `Buffer.allocUnsafe()`). - */ - new (size: number): Buffer; - /** - * Allocates a new buffer containing the given {array} of octets. - * - * @param array The octets to store. - * @deprecated since v10.0.0 - Use `Buffer.from(array)` instead. - */ - new (array: Uint8Array): Buffer; - /** - * Produces a Buffer backed by the same allocated memory as - * the given {ArrayBuffer}/{SharedArrayBuffer}. - * - * - * @param arrayBuffer The ArrayBuffer with which to share memory. - * @deprecated since v10.0.0 - Use `Buffer.from(arrayBuffer[, byteOffset[, length]])` instead. - */ - new (arrayBuffer: ArrayBuffer | SharedArrayBuffer): Buffer; - /** - * Allocates a new buffer containing the given {array} of octets. - * - * @param array The octets to store. - * @deprecated since v10.0.0 - Use `Buffer.from(array)` instead. - */ - new (array: ReadonlyArray<any>): Buffer; - /** - * Copies the passed {buffer} data onto a new {Buffer} instance. - * - * @param buffer The buffer to copy. - * @deprecated since v10.0.0 - Use `Buffer.from(buffer)` instead. - */ - new (buffer: Buffer): Buffer; - /** - * Allocates a new `Buffer` using an `array` of bytes in the range `0` – `255`. - * Array entries outside that range will be truncated to fit into it. - * - * ```js - * import { Buffer } from 'buffer'; - * - * // Creates a new Buffer containing the UTF-8 bytes of the string 'buffer'. - * const buf = Buffer.from([0x62, 0x75, 0x66, 0x66, 0x65, 0x72]); - * ``` - * - * A `TypeError` will be thrown if `array` is not an `Array` or another type - * appropriate for `Buffer.from()` variants. - * - * `Buffer.from(array)` and `Buffer.from(string)` may also use the internal`Buffer` pool like `Buffer.allocUnsafe()` does. - * @since v5.10.0 - */ - from( - arrayBuffer: WithImplicitCoercion<ArrayBuffer | SharedArrayBuffer>, - byteOffset?: number, - length?: number, - ): Buffer; - /** - * Creates a new Buffer using the passed {data} - * @param data data to create a new Buffer - */ - from(data: Uint8Array | ReadonlyArray<number>): Buffer; - from(data: WithImplicitCoercion<Uint8Array | ReadonlyArray<number> | string>): Buffer; - /** - * Creates a new Buffer containing the given JavaScript string {str}. - * If provided, the {encoding} parameter identifies the character encoding. - * If not provided, {encoding} defaults to 'utf8'. - */ - from( - str: - | WithImplicitCoercion<string> - | { - [Symbol.toPrimitive](hint: 'string'): string; - }, - encoding?: BufferEncoding, - ): Buffer; - /** - * Creates a new Buffer using the passed {data} - * @param values to create a new Buffer - */ - of(...items: number[]): Buffer; - /** - * Returns `true` if `obj` is a `Buffer`, `false` otherwise. - * - * ```js - * import { Buffer } from 'buffer'; - * - * Buffer.isBuffer(Buffer.alloc(10)); // true - * Buffer.isBuffer(Buffer.from('foo')); // true - * Buffer.isBuffer('a string'); // false - * Buffer.isBuffer([]); // false - * Buffer.isBuffer(new Uint8Array(1024)); // false - * ``` - * @since v0.1.101 - */ - isBuffer(obj: any): obj is Buffer; - /** - * Returns `true` if `encoding` is the name of a supported character encoding, - * or `false` otherwise. - * - * ```js - * import { Buffer } from 'buffer'; - * - * console.log(Buffer.isEncoding('utf8')); - * // Prints: true - * - * console.log(Buffer.isEncoding('hex')); - * // Prints: true - * - * console.log(Buffer.isEncoding('utf/8')); - * // Prints: false - * - * console.log(Buffer.isEncoding('')); - * // Prints: false - * ``` - * @since v0.9.1 - * @param encoding A character encoding name to check. - */ - isEncoding(encoding: string): encoding is BufferEncoding; - /** - * Returns the byte length of a string when encoded using `encoding`. - * This is not the same as [`String.prototype.length`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/length), which does not account - * for the encoding that is used to convert the string into bytes. - * - * For `'base64'`, `'base64url'`, and `'hex'`, this function assumes valid input. - * For strings that contain non-base64/hex-encoded data (e.g. whitespace), the - * return value might be greater than the length of a `Buffer` created from the - * string. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const str = '\u00bd + \u00bc = \u00be'; - * - * console.log(`${str}: ${str.length} characters, ` + - * `${Buffer.byteLength(str, 'utf8')} bytes`); - * // Prints: ½ + ¼ = ¾: 9 characters, 12 bytes - * ``` - * - * When `string` is a - * `Buffer`/[`DataView`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DataView)/[`TypedArray`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/- - * Reference/Global_Objects/TypedArray)/[`ArrayBuffer`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer)/[`SharedArrayBuffer`](https://develop- - * er.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/SharedArrayBuffer), the byte length as reported by `.byteLength`is returned. - * @since v0.1.90 - * @param string A value to calculate the length of. - * @param [encoding='utf8'] If `string` is a string, this is its encoding. - * @return The number of bytes contained within `string`. - */ - byteLength( - string: string | NodeJS.ArrayBufferView | ArrayBuffer | SharedArrayBuffer, - encoding?: BufferEncoding, - ): number; - /** - * Returns a new `Buffer` which is the result of concatenating all the `Buffer`instances in the `list` together. - * - * If the list has no items, or if the `totalLength` is 0, then a new zero-length`Buffer` is returned. - * - * If `totalLength` is not provided, it is calculated from the `Buffer` instances - * in `list` by adding their lengths. - * - * If `totalLength` is provided, it is coerced to an unsigned integer. If the - * combined length of the `Buffer`s in `list` exceeds `totalLength`, the result is - * truncated to `totalLength`. - * - * ```js - * import { Buffer } from 'buffer'; - * - * // Create a single `Buffer` from a list of three `Buffer` instances. - * - * const buf1 = Buffer.alloc(10); - * const buf2 = Buffer.alloc(14); - * const buf3 = Buffer.alloc(18); - * const totalLength = buf1.length + buf2.length + buf3.length; - * - * console.log(totalLength); - * // Prints: 42 - * - * const bufA = Buffer.concat([buf1, buf2, buf3], totalLength); - * - * console.log(bufA); - * // Prints: <Buffer 00 00 00 00 ...> - * console.log(bufA.length); - * // Prints: 42 - * ``` - * - * `Buffer.concat()` may also use the internal `Buffer` pool like `Buffer.allocUnsafe()` does. - * @since v0.7.11 - * @param list List of `Buffer` or {@link Uint8Array} instances to concatenate. - * @param totalLength Total length of the `Buffer` instances in `list` when concatenated. - */ - concat(list: ReadonlyArray<Uint8Array>, totalLength?: number): Buffer; - /** - * Compares `buf1` to `buf2`, typically for the purpose of sorting arrays of`Buffer` instances. This is equivalent to calling `buf1.compare(buf2)`. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf1 = Buffer.from('1234'); - * const buf2 = Buffer.from('0123'); - * const arr = [buf1, buf2]; - * - * console.log(arr.sort(Buffer.compare)); - * // Prints: [ <Buffer 30 31 32 33>, <Buffer 31 32 33 34> ] - * // (This result is equal to: [buf2, buf1].) - * ``` - * @since v0.11.13 - * @return Either `-1`, `0`, or `1`, depending on the result of the comparison. See `compare` for details. - */ - compare(buf1: Uint8Array, buf2: Uint8Array): -1 | 0 | 1; - /** - * Allocates a new `Buffer` of `size` bytes. If `fill` is `undefined`, the`Buffer` will be zero-filled. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.alloc(5); - * - * console.log(buf); - * // Prints: <Buffer 00 00 00 00 00> - * ``` - * - * If `size` is larger than {@link constants.MAX_LENGTH} or smaller than 0, `ERR_INVALID_ARG_VALUE` is thrown. - * - * If `fill` is specified, the allocated `Buffer` will be initialized by calling `buf.fill(fill)`. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.alloc(5, 'a'); - * - * console.log(buf); - * // Prints: <Buffer 61 61 61 61 61> - * ``` - * - * If both `fill` and `encoding` are specified, the allocated `Buffer` will be - * initialized by calling `buf.fill(fill, encoding)`. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.alloc(11, 'aGVsbG8gd29ybGQ=', 'base64'); - * - * console.log(buf); - * // Prints: <Buffer 68 65 6c 6c 6f 20 77 6f 72 6c 64> - * ``` - * - * Calling `Buffer.alloc()` can be measurably slower than the alternative `Buffer.allocUnsafe()` but ensures that the newly created `Buffer` instance - * contents will never contain sensitive data from previous allocations, including - * data that might not have been allocated for `Buffer`s. - * - * A `TypeError` will be thrown if `size` is not a number. - * @since v5.10.0 - * @param size The desired length of the new `Buffer`. - * @param [fill=0] A value to pre-fill the new `Buffer` with. - * @param [encoding='utf8'] If `fill` is a string, this is its encoding. - */ - alloc(size: number, fill?: string | Buffer | number, encoding?: BufferEncoding): Buffer; - /** - * Allocates a new `Buffer` of `size` bytes. If `size` is larger than {@link constants.MAX_LENGTH} or smaller than 0, `ERR_INVALID_ARG_VALUE` is thrown. - * - * The underlying memory for `Buffer` instances created in this way is _not_ - * _initialized_. The contents of the newly created `Buffer` are unknown and _may contain sensitive data_. Use `Buffer.alloc()` instead to initialize`Buffer` instances with zeroes. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.allocUnsafe(10); - * - * console.log(buf); - * // Prints (contents may vary): <Buffer a0 8b 28 3f 01 00 00 00 50 32> - * - * buf.fill(0); - * - * console.log(buf); - * // Prints: <Buffer 00 00 00 00 00 00 00 00 00 00> - * ``` - * - * A `TypeError` will be thrown if `size` is not a number. - * - * The `Buffer` module pre-allocates an internal `Buffer` instance of - * size `Buffer.poolSize` that is used as a pool for the fast allocation of new`Buffer` instances created using `Buffer.allocUnsafe()`,`Buffer.from(array)`, `Buffer.concat()`, and the - * deprecated`new Buffer(size)` constructor only when `size` is less than or equal - * to `Buffer.poolSize >> 1` (floor of `Buffer.poolSize` divided by two). - * - * Use of this pre-allocated internal memory pool is a key difference between - * calling `Buffer.alloc(size, fill)` vs. `Buffer.allocUnsafe(size).fill(fill)`. - * Specifically, `Buffer.alloc(size, fill)` will _never_ use the internal `Buffer`pool, while `Buffer.allocUnsafe(size).fill(fill)`_will_ use the internal`Buffer` pool if `size` is less - * than or equal to half `Buffer.poolSize`. The - * difference is subtle but can be important when an application requires the - * additional performance that `Buffer.allocUnsafe()` provides. - * @since v5.10.0 - * @param size The desired length of the new `Buffer`. - */ - allocUnsafe(size: number): Buffer; - /** - * Allocates a new `Buffer` of `size` bytes. If `size` is larger than {@link constants.MAX_LENGTH} or smaller than 0, `ERR_INVALID_ARG_VALUE` is thrown. A zero-length `Buffer` is created - * if `size` is 0. - * - * The underlying memory for `Buffer` instances created in this way is _not_ - * _initialized_. The contents of the newly created `Buffer` are unknown and _may contain sensitive data_. Use `buf.fill(0)` to initialize - * such `Buffer` instances with zeroes. - * - * When using `Buffer.allocUnsafe()` to allocate new `Buffer` instances, - * allocations under 4 KB are sliced from a single pre-allocated `Buffer`. This - * allows applications to avoid the garbage collection overhead of creating many - * individually allocated `Buffer` instances. This approach improves both - * performance and memory usage by eliminating the need to track and clean up as - * many individual `ArrayBuffer` objects. - * - * However, in the case where a developer may need to retain a small chunk of - * memory from a pool for an indeterminate amount of time, it may be appropriate - * to create an un-pooled `Buffer` instance using `Buffer.allocUnsafeSlow()` and - * then copying out the relevant bits. - * - * ```js - * import { Buffer } from 'buffer'; - * - * // Need to keep around a few small chunks of memory. - * const store = []; - * - * socket.on('readable', () => { - * let data; - * while (null !== (data = readable.read())) { - * // Allocate for retained data. - * const sb = Buffer.allocUnsafeSlow(10); - * - * // Copy the data into the new allocation. - * data.copy(sb, 0, 0, 10); - * - * store.push(sb); - * } - * }); - * ``` - * - * A `TypeError` will be thrown if `size` is not a number. - * @since v5.12.0 - * @param size The desired length of the new `Buffer`. - */ - allocUnsafeSlow(size: number): Buffer; - /** - * This is the size (in bytes) of pre-allocated internal `Buffer` instances used - * for pooling. This value may be modified. - * @since v0.11.3 - */ - poolSize: number; - } - interface Buffer extends Uint8Array { - /** - * Writes `string` to `buf` at `offset` according to the character encoding in`encoding`. The `length` parameter is the number of bytes to write. If `buf` did - * not contain enough space to fit the entire string, only part of `string` will be - * written. However, partially encoded characters will not be written. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.alloc(256); - * - * const len = buf.write('\u00bd + \u00bc = \u00be', 0); - * - * console.log(`${len} bytes: ${buf.toString('utf8', 0, len)}`); - * // Prints: 12 bytes: ½ + ¼ = ¾ - * - * const buffer = Buffer.alloc(10); - * - * const length = buffer.write('abcd', 8); - * - * console.log(`${length} bytes: ${buffer.toString('utf8', 8, 10)}`); - * // Prints: 2 bytes : ab - * ``` - * @since v0.1.90 - * @param string String to write to `buf`. - * @param [offset=0] Number of bytes to skip before starting to write `string`. - * @param [length=buf.length - offset] Maximum number of bytes to write (written bytes will not exceed `buf.length - offset`). - * @param [encoding='utf8'] The character encoding of `string`. - * @return Number of bytes written. - */ - write(string: string, encoding?: BufferEncoding): number; - write(string: string, offset: number, encoding?: BufferEncoding): number; - write(string: string, offset: number, length: number, encoding?: BufferEncoding): number; - /** - * Decodes `buf` to a string according to the specified character encoding in`encoding`. `start` and `end` may be passed to decode only a subset of `buf`. - * - * If `encoding` is `'utf8'` and a byte sequence in the input is not valid UTF-8, - * then each invalid byte is replaced with the replacement character `U+FFFD`. - * - * The maximum length of a string instance (in UTF-16 code units) is available - * as {@link constants.MAX_STRING_LENGTH}. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf1 = Buffer.allocUnsafe(26); - * - * for (let i = 0; i < 26; i++) { - * // 97 is the decimal ASCII value for 'a'. - * buf1[i] = i + 97; - * } - * - * console.log(buf1.toString('utf8')); - * // Prints: abcdefghijklmnopqrstuvwxyz - * console.log(buf1.toString('utf8', 0, 5)); - * // Prints: abcde - * - * const buf2 = Buffer.from('tést'); - * - * console.log(buf2.toString('hex')); - * // Prints: 74c3a97374 - * console.log(buf2.toString('utf8', 0, 3)); - * // Prints: té - * console.log(buf2.toString(undefined, 0, 3)); - * // Prints: té - * ``` - * @since v0.1.90 - * @param [encoding='utf8'] The character encoding to use. - * @param [start=0] The byte offset to start decoding at. - * @param [end=buf.length] The byte offset to stop decoding at (not inclusive). - */ - toString(encoding?: BufferEncoding, start?: number, end?: number): string; - /** - * Returns a JSON representation of `buf`. [`JSON.stringify()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify) implicitly calls - * this function when stringifying a `Buffer` instance. - * - * `Buffer.from()` accepts objects in the format returned from this method. - * In particular, `Buffer.from(buf.toJSON())` works like `Buffer.from(buf)`. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.from([0x1, 0x2, 0x3, 0x4, 0x5]); - * const json = JSON.stringify(buf); - * - * console.log(json); - * // Prints: {"type":"Buffer","data":[1,2,3,4,5]} - * - * const copy = JSON.parse(json, (key, value) => { - * return value &#x26;&#x26; value.type === 'Buffer' ? - * Buffer.from(value) : - * value; - * }); - * - * console.log(copy); - * // Prints: <Buffer 01 02 03 04 05> - * ``` - * @since v0.9.2 - */ - toJSON(): { - type: 'Buffer'; - data: number[]; - }; - /** - * Returns `true` if both `buf` and `otherBuffer` have exactly the same bytes,`false` otherwise. Equivalent to `buf.compare(otherBuffer) === 0`. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf1 = Buffer.from('ABC'); - * const buf2 = Buffer.from('414243', 'hex'); - * const buf3 = Buffer.from('ABCD'); - * - * console.log(buf1.equals(buf2)); - * // Prints: true - * console.log(buf1.equals(buf3)); - * // Prints: false - * ``` - * @since v0.11.13 - * @param otherBuffer A `Buffer` or {@link Uint8Array} with which to compare `buf`. - */ - equals(otherBuffer: Uint8Array): boolean; - /** - * Compares `buf` with `target` and returns a number indicating whether `buf`comes before, after, or is the same as `target` in sort order. - * Comparison is based on the actual sequence of bytes in each `Buffer`. - * - * * `0` is returned if `target` is the same as `buf` - * * `1` is returned if `target` should come _before_`buf` when sorted. - * * `-1` is returned if `target` should come _after_`buf` when sorted. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf1 = Buffer.from('ABC'); - * const buf2 = Buffer.from('BCD'); - * const buf3 = Buffer.from('ABCD'); - * - * console.log(buf1.compare(buf1)); - * // Prints: 0 - * console.log(buf1.compare(buf2)); - * // Prints: -1 - * console.log(buf1.compare(buf3)); - * // Prints: -1 - * console.log(buf2.compare(buf1)); - * // Prints: 1 - * console.log(buf2.compare(buf3)); - * // Prints: 1 - * console.log([buf1, buf2, buf3].sort(Buffer.compare)); - * // Prints: [ <Buffer 41 42 43>, <Buffer 41 42 43 44>, <Buffer 42 43 44> ] - * // (This result is equal to: [buf1, buf3, buf2].) - * ``` - * - * The optional `targetStart`, `targetEnd`, `sourceStart`, and `sourceEnd`arguments can be used to limit the comparison to specific ranges within `target`and `buf` respectively. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf1 = Buffer.from([1, 2, 3, 4, 5, 6, 7, 8, 9]); - * const buf2 = Buffer.from([5, 6, 7, 8, 9, 1, 2, 3, 4]); - * - * console.log(buf1.compare(buf2, 5, 9, 0, 4)); - * // Prints: 0 - * console.log(buf1.compare(buf2, 0, 6, 4)); - * // Prints: -1 - * console.log(buf1.compare(buf2, 5, 6, 5)); - * // Prints: 1 - * ``` - * - * `ERR_OUT_OF_RANGE` is thrown if `targetStart < 0`, `sourceStart < 0`,`targetEnd > target.byteLength`, or `sourceEnd > source.byteLength`. - * @since v0.11.13 - * @param target A `Buffer` or {@link Uint8Array} with which to compare `buf`. - * @param [targetStart=0] The offset within `target` at which to begin comparison. - * @param [targetEnd=target.length] The offset within `target` at which to end comparison (not inclusive). - * @param [sourceStart=0] The offset within `buf` at which to begin comparison. - * @param [sourceEnd=buf.length] The offset within `buf` at which to end comparison (not inclusive). - */ - compare( - target: Uint8Array, - targetStart?: number, - targetEnd?: number, - sourceStart?: number, - sourceEnd?: number, - ): -1 | 0 | 1; - /** - * Copies data from a region of `buf` to a region in `target`, even if the `target`memory region overlaps with `buf`. - * - * [`TypedArray.prototype.set()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/set) performs the same operation, and is available - * for all TypedArrays, including Node.js `Buffer`s, although it takes - * different function arguments. - * - * ```js - * import { Buffer } from 'buffer'; - * - * // Create two `Buffer` instances. - * const buf1 = Buffer.allocUnsafe(26); - * const buf2 = Buffer.allocUnsafe(26).fill('!'); - * - * for (let i = 0; i < 26; i++) { - * // 97 is the decimal ASCII value for 'a'. - * buf1[i] = i + 97; - * } - * - * // Copy `buf1` bytes 16 through 19 into `buf2` starting at byte 8 of `buf2`. - * buf1.copy(buf2, 8, 16, 20); - * // This is equivalent to: - * // buf2.set(buf1.subarray(16, 20), 8); - * - * console.log(buf2.toString('ascii', 0, 25)); - * // Prints: !!!!!!!!qrst!!!!!!!!!!!!! - * ``` - * - * ```js - * import { Buffer } from 'buffer'; - * - * // Create a `Buffer` and copy data from one region to an overlapping region - * // within the same `Buffer`. - * - * const buf = Buffer.allocUnsafe(26); - * - * for (let i = 0; i < 26; i++) { - * // 97 is the decimal ASCII value for 'a'. - * buf[i] = i + 97; - * } - * - * buf.copy(buf, 0, 4, 10); - * - * console.log(buf.toString()); - * // Prints: efghijghijklmnopqrstuvwxyz - * ``` - * @since v0.1.90 - * @param target A `Buffer` or {@link Uint8Array} to copy into. - * @param [targetStart=0] The offset within `target` at which to begin writing. - * @param [sourceStart=0] The offset within `buf` from which to begin copying. - * @param [sourceEnd=buf.length] The offset within `buf` at which to stop copying (not inclusive). - * @return The number of bytes copied. - */ - copy(target: Uint8Array, targetStart?: number, sourceStart?: number, sourceEnd?: number): number; - /** - * Returns a new `Buffer` that references the same memory as the original, but - * offset and cropped by the `start` and `end` indices. - * - * This method is not compatible with the `Uint8Array.prototype.slice()`, - * which is a superclass of `Buffer`. To copy the slice, use`Uint8Array.prototype.slice()`. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.from('buffer'); - * - * const copiedBuf = Uint8Array.prototype.slice.call(buf); - * copiedBuf[0]++; - * console.log(copiedBuf.toString()); - * // Prints: cuffer - * - * console.log(buf.toString()); - * // Prints: buffer - * - * // With buf.slice(), the original buffer is modified. - * const notReallyCopiedBuf = buf.slice(); - * notReallyCopiedBuf[0]++; - * console.log(notReallyCopiedBuf.toString()); - * // Prints: cuffer - * console.log(buf.toString()); - * // Also prints: cuffer (!) - * ``` - * @since v0.3.0 - * @deprecated Use `subarray` instead. - * @param [start=0] Where the new `Buffer` will start. - * @param [end=buf.length] Where the new `Buffer` will end (not inclusive). - */ - slice(start?: number, end?: number): Buffer; - /** - * Returns a new `Buffer` that references the same memory as the original, but - * offset and cropped by the `start` and `end` indices. - * - * Specifying `end` greater than `buf.length` will return the same result as - * that of `end` equal to `buf.length`. - * - * This method is inherited from [`TypedArray.prototype.subarray()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/subarray). - * - * Modifying the new `Buffer` slice will modify the memory in the original `Buffer`because the allocated memory of the two objects overlap. - * - * ```js - * import { Buffer } from 'buffer'; - * - * // Create a `Buffer` with the ASCII alphabet, take a slice, and modify one byte - * // from the original `Buffer`. - * - * const buf1 = Buffer.allocUnsafe(26); - * - * for (let i = 0; i < 26; i++) { - * // 97 is the decimal ASCII value for 'a'. - * buf1[i] = i + 97; - * } - * - * const buf2 = buf1.subarray(0, 3); - * - * console.log(buf2.toString('ascii', 0, buf2.length)); - * // Prints: abc - * - * buf1[0] = 33; - * - * console.log(buf2.toString('ascii', 0, buf2.length)); - * // Prints: !bc - * ``` - * - * Specifying negative indexes causes the slice to be generated relative to the - * end of `buf` rather than the beginning. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.from('buffer'); - * - * console.log(buf.subarray(-6, -1).toString()); - * // Prints: buffe - * // (Equivalent to buf.subarray(0, 5).) - * - * console.log(buf.subarray(-6, -2).toString()); - * // Prints: buff - * // (Equivalent to buf.subarray(0, 4).) - * - * console.log(buf.subarray(-5, -2).toString()); - * // Prints: uff - * // (Equivalent to buf.subarray(1, 4).) - * ``` - * @since v3.0.0 - * @param [start=0] Where the new `Buffer` will start. - * @param [end=buf.length] Where the new `Buffer` will end (not inclusive). - */ - subarray(start?: number, end?: number): Buffer; - /** - * Writes `value` to `buf` at the specified `offset` as big-endian. - * - * `value` is interpreted and written as a two's complement signed integer. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.allocUnsafe(8); - * - * buf.writeBigInt64BE(0x0102030405060708n, 0); - * - * console.log(buf); - * // Prints: <Buffer 01 02 03 04 05 06 07 08> - * ``` - * @since v12.0.0, v10.20.0 - * @param value Number to be written to `buf`. - * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy: `0 <= offset <= buf.length - 8`. - * @return `offset` plus the number of bytes written. - */ - writeBigInt64BE(value: bigint, offset?: number): number; - /** - * Writes `value` to `buf` at the specified `offset` as little-endian. - * - * `value` is interpreted and written as a two's complement signed integer. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.allocUnsafe(8); - * - * buf.writeBigInt64LE(0x0102030405060708n, 0); - * - * console.log(buf); - * // Prints: <Buffer 08 07 06 05 04 03 02 01> - * ``` - * @since v12.0.0, v10.20.0 - * @param value Number to be written to `buf`. - * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy: `0 <= offset <= buf.length - 8`. - * @return `offset` plus the number of bytes written. - */ - writeBigInt64LE(value: bigint, offset?: number): number; - /** - * Writes `value` to `buf` at the specified `offset` as big-endian. - * - * This function is also available under the `writeBigUint64BE` alias. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.allocUnsafe(8); - * - * buf.writeBigUInt64BE(0xdecafafecacefaden, 0); - * - * console.log(buf); - * // Prints: <Buffer de ca fa fe ca ce fa de> - * ``` - * @since v12.0.0, v10.20.0 - * @param value Number to be written to `buf`. - * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy: `0 <= offset <= buf.length - 8`. - * @return `offset` plus the number of bytes written. - */ - writeBigUInt64BE(value: bigint, offset?: number): number; - /** - * @alias Buffer.writeBigUInt64BE - * @since v14.10.0, v12.19.0 - */ - writeBigUint64BE(value: bigint, offset?: number): number; - /** - * Writes `value` to `buf` at the specified `offset` as little-endian - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.allocUnsafe(8); - * - * buf.writeBigUInt64LE(0xdecafafecacefaden, 0); - * - * console.log(buf); - * // Prints: <Buffer de fa ce ca fe fa ca de> - * ``` - * - * This function is also available under the `writeBigUint64LE` alias. - * @since v12.0.0, v10.20.0 - * @param value Number to be written to `buf`. - * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy: `0 <= offset <= buf.length - 8`. - * @return `offset` plus the number of bytes written. - */ - writeBigUInt64LE(value: bigint, offset?: number): number; - /** - * @alias Buffer.writeBigUInt64LE - * @since v14.10.0, v12.19.0 - */ - writeBigUint64LE(value: bigint, offset?: number): number; - /** - * Writes `byteLength` bytes of `value` to `buf` at the specified `offset`as little-endian. Supports up to 48 bits of accuracy. Behavior is undefined - * when `value` is anything other than an unsigned integer. - * - * This function is also available under the `writeUintLE` alias. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.allocUnsafe(6); - * - * buf.writeUIntLE(0x1234567890ab, 0, 6); - * - * console.log(buf); - * // Prints: <Buffer ab 90 78 56 34 12> - * ``` - * @since v0.5.5 - * @param value Number to be written to `buf`. - * @param offset Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - byteLength`. - * @param byteLength Number of bytes to write. Must satisfy `0 < byteLength <= 6`. - * @return `offset` plus the number of bytes written. - */ - writeUIntLE(value: number, offset: number, byteLength: number): number; - /** - * @alias Buffer.writeUIntLE - * @since v14.9.0, v12.19.0 - */ - writeUintLE(value: number, offset: number, byteLength: number): number; - /** - * Writes `byteLength` bytes of `value` to `buf` at the specified `offset`as big-endian. Supports up to 48 bits of accuracy. Behavior is undefined - * when `value` is anything other than an unsigned integer. - * - * This function is also available under the `writeUintBE` alias. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.allocUnsafe(6); - * - * buf.writeUIntBE(0x1234567890ab, 0, 6); - * - * console.log(buf); - * // Prints: <Buffer 12 34 56 78 90 ab> - * ``` - * @since v0.5.5 - * @param value Number to be written to `buf`. - * @param offset Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - byteLength`. - * @param byteLength Number of bytes to write. Must satisfy `0 < byteLength <= 6`. - * @return `offset` plus the number of bytes written. - */ - writeUIntBE(value: number, offset: number, byteLength: number): number; - /** - * @alias Buffer.writeUIntBE - * @since v14.9.0, v12.19.0 - */ - writeUintBE(value: number, offset: number, byteLength: number): number; - /** - * Writes `byteLength` bytes of `value` to `buf` at the specified `offset`as little-endian. Supports up to 48 bits of accuracy. Behavior is undefined - * when `value` is anything other than a signed integer. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.allocUnsafe(6); - * - * buf.writeIntLE(0x1234567890ab, 0, 6); - * - * console.log(buf); - * // Prints: <Buffer ab 90 78 56 34 12> - * ``` - * @since v0.11.15 - * @param value Number to be written to `buf`. - * @param offset Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - byteLength`. - * @param byteLength Number of bytes to write. Must satisfy `0 < byteLength <= 6`. - * @return `offset` plus the number of bytes written. - */ - writeIntLE(value: number, offset: number, byteLength: number): number; - /** - * Writes `byteLength` bytes of `value` to `buf` at the specified `offset`as big-endian. Supports up to 48 bits of accuracy. Behavior is undefined when`value` is anything other than a - * signed integer. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.allocUnsafe(6); - * - * buf.writeIntBE(0x1234567890ab, 0, 6); - * - * console.log(buf); - * // Prints: <Buffer 12 34 56 78 90 ab> - * ``` - * @since v0.11.15 - * @param value Number to be written to `buf`. - * @param offset Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - byteLength`. - * @param byteLength Number of bytes to write. Must satisfy `0 < byteLength <= 6`. - * @return `offset` plus the number of bytes written. - */ - writeIntBE(value: number, offset: number, byteLength: number): number; - /** - * Reads an unsigned, big-endian 64-bit integer from `buf` at the specified`offset`. - * - * This function is also available under the `readBigUint64BE` alias. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.from([0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff]); - * - * console.log(buf.readBigUInt64BE(0)); - * // Prints: 4294967295n - * ``` - * @since v12.0.0, v10.20.0 - * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy: `0 <= offset <= buf.length - 8`. - */ - readBigUInt64BE(offset?: number): bigint; - /** - * @alias Buffer.readBigUInt64BE - * @since v14.10.0, v12.19.0 - */ - readBigUint64BE(offset?: number): bigint; - /** - * Reads an unsigned, little-endian 64-bit integer from `buf` at the specified`offset`. - * - * This function is also available under the `readBigUint64LE` alias. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.from([0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff]); - * - * console.log(buf.readBigUInt64LE(0)); - * // Prints: 18446744069414584320n - * ``` - * @since v12.0.0, v10.20.0 - * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy: `0 <= offset <= buf.length - 8`. - */ - readBigUInt64LE(offset?: number): bigint; - /** - * @alias Buffer.readBigUInt64LE - * @since v14.10.0, v12.19.0 - */ - readBigUint64LE(offset?: number): bigint; - /** - * Reads a signed, big-endian 64-bit integer from `buf` at the specified `offset`. - * - * Integers read from a `Buffer` are interpreted as two's complement signed - * values. - * @since v12.0.0, v10.20.0 - * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy: `0 <= offset <= buf.length - 8`. - */ - readBigInt64BE(offset?: number): bigint; - /** - * Reads a signed, little-endian 64-bit integer from `buf` at the specified`offset`. - * - * Integers read from a `Buffer` are interpreted as two's complement signed - * values. - * @since v12.0.0, v10.20.0 - * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy: `0 <= offset <= buf.length - 8`. - */ - readBigInt64LE(offset?: number): bigint; - /** - * Reads `byteLength` number of bytes from `buf` at the specified `offset`and interprets the result as an unsigned, little-endian integer supporting - * up to 48 bits of accuracy. - * - * This function is also available under the `readUintLE` alias. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.from([0x12, 0x34, 0x56, 0x78, 0x90, 0xab]); - * - * console.log(buf.readUIntLE(0, 6).toString(16)); - * // Prints: ab9078563412 - * ``` - * @since v0.11.15 - * @param offset Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - byteLength`. - * @param byteLength Number of bytes to read. Must satisfy `0 < byteLength <= 6`. - */ - readUIntLE(offset: number, byteLength: number): number; - /** - * @alias Buffer.readUIntLE - * @since v14.9.0, v12.19.0 - */ - readUintLE(offset: number, byteLength: number): number; - /** - * Reads `byteLength` number of bytes from `buf` at the specified `offset`and interprets the result as an unsigned big-endian integer supporting - * up to 48 bits of accuracy. - * - * This function is also available under the `readUintBE` alias. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.from([0x12, 0x34, 0x56, 0x78, 0x90, 0xab]); - * - * console.log(buf.readUIntBE(0, 6).toString(16)); - * // Prints: 1234567890ab - * console.log(buf.readUIntBE(1, 6).toString(16)); - * // Throws ERR_OUT_OF_RANGE. - * ``` - * @since v0.11.15 - * @param offset Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - byteLength`. - * @param byteLength Number of bytes to read. Must satisfy `0 < byteLength <= 6`. - */ - readUIntBE(offset: number, byteLength: number): number; - /** - * @alias Buffer.readUIntBE - * @since v14.9.0, v12.19.0 - */ - readUintBE(offset: number, byteLength: number): number; - /** - * Reads `byteLength` number of bytes from `buf` at the specified `offset`and interprets the result as a little-endian, two's complement signed value - * supporting up to 48 bits of accuracy. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.from([0x12, 0x34, 0x56, 0x78, 0x90, 0xab]); - * - * console.log(buf.readIntLE(0, 6).toString(16)); - * // Prints: -546f87a9cbee - * ``` - * @since v0.11.15 - * @param offset Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - byteLength`. - * @param byteLength Number of bytes to read. Must satisfy `0 < byteLength <= 6`. - */ - readIntLE(offset: number, byteLength: number): number; - /** - * Reads `byteLength` number of bytes from `buf` at the specified `offset`and interprets the result as a big-endian, two's complement signed value - * supporting up to 48 bits of accuracy. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.from([0x12, 0x34, 0x56, 0x78, 0x90, 0xab]); - * - * console.log(buf.readIntBE(0, 6).toString(16)); - * // Prints: 1234567890ab - * console.log(buf.readIntBE(1, 6).toString(16)); - * // Throws ERR_OUT_OF_RANGE. - * console.log(buf.readIntBE(1, 0).toString(16)); - * // Throws ERR_OUT_OF_RANGE. - * ``` - * @since v0.11.15 - * @param offset Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - byteLength`. - * @param byteLength Number of bytes to read. Must satisfy `0 < byteLength <= 6`. - */ - readIntBE(offset: number, byteLength: number): number; - /** - * Reads an unsigned 8-bit integer from `buf` at the specified `offset`. - * - * This function is also available under the `readUint8` alias. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.from([1, -2]); - * - * console.log(buf.readUInt8(0)); - * // Prints: 1 - * console.log(buf.readUInt8(1)); - * // Prints: 254 - * console.log(buf.readUInt8(2)); - * // Throws ERR_OUT_OF_RANGE. - * ``` - * @since v0.5.0 - * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 1`. - */ - readUInt8(offset?: number): number; - /** - * @alias Buffer.readUInt8 - * @since v14.9.0, v12.19.0 - */ - readUint8(offset?: number): number; - /** - * Reads an unsigned, little-endian 16-bit integer from `buf` at the specified`offset`. - * - * This function is also available under the `readUint16LE` alias. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.from([0x12, 0x34, 0x56]); - * - * console.log(buf.readUInt16LE(0).toString(16)); - * // Prints: 3412 - * console.log(buf.readUInt16LE(1).toString(16)); - * // Prints: 5634 - * console.log(buf.readUInt16LE(2).toString(16)); - * // Throws ERR_OUT_OF_RANGE. - * ``` - * @since v0.5.5 - * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 2`. - */ - readUInt16LE(offset?: number): number; - /** - * @alias Buffer.readUInt16LE - * @since v14.9.0, v12.19.0 - */ - readUint16LE(offset?: number): number; - /** - * Reads an unsigned, big-endian 16-bit integer from `buf` at the specified`offset`. - * - * This function is also available under the `readUint16BE` alias. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.from([0x12, 0x34, 0x56]); - * - * console.log(buf.readUInt16BE(0).toString(16)); - * // Prints: 1234 - * console.log(buf.readUInt16BE(1).toString(16)); - * // Prints: 3456 - * ``` - * @since v0.5.5 - * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 2`. - */ - readUInt16BE(offset?: number): number; - /** - * @alias Buffer.readUInt16BE - * @since v14.9.0, v12.19.0 - */ - readUint16BE(offset?: number): number; - /** - * Reads an unsigned, little-endian 32-bit integer from `buf` at the specified`offset`. - * - * This function is also available under the `readUint32LE` alias. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.from([0x12, 0x34, 0x56, 0x78]); - * - * console.log(buf.readUInt32LE(0).toString(16)); - * // Prints: 78563412 - * console.log(buf.readUInt32LE(1).toString(16)); - * // Throws ERR_OUT_OF_RANGE. - * ``` - * @since v0.5.5 - * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 4`. - */ - readUInt32LE(offset?: number): number; - /** - * @alias Buffer.readUInt32LE - * @since v14.9.0, v12.19.0 - */ - readUint32LE(offset?: number): number; - /** - * Reads an unsigned, big-endian 32-bit integer from `buf` at the specified`offset`. - * - * This function is also available under the `readUint32BE` alias. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.from([0x12, 0x34, 0x56, 0x78]); - * - * console.log(buf.readUInt32BE(0).toString(16)); - * // Prints: 12345678 - * ``` - * @since v0.5.5 - * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 4`. - */ - readUInt32BE(offset?: number): number; - /** - * @alias Buffer.readUInt32BE - * @since v14.9.0, v12.19.0 - */ - readUint32BE(offset?: number): number; - /** - * Reads a signed 8-bit integer from `buf` at the specified `offset`. - * - * Integers read from a `Buffer` are interpreted as two's complement signed values. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.from([-1, 5]); - * - * console.log(buf.readInt8(0)); - * // Prints: -1 - * console.log(buf.readInt8(1)); - * // Prints: 5 - * console.log(buf.readInt8(2)); - * // Throws ERR_OUT_OF_RANGE. - * ``` - * @since v0.5.0 - * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 1`. - */ - readInt8(offset?: number): number; - /** - * Reads a signed, little-endian 16-bit integer from `buf` at the specified`offset`. - * - * Integers read from a `Buffer` are interpreted as two's complement signed values. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.from([0, 5]); - * - * console.log(buf.readInt16LE(0)); - * // Prints: 1280 - * console.log(buf.readInt16LE(1)); - * // Throws ERR_OUT_OF_RANGE. - * ``` - * @since v0.5.5 - * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 2`. - */ - readInt16LE(offset?: number): number; - /** - * Reads a signed, big-endian 16-bit integer from `buf` at the specified `offset`. - * - * Integers read from a `Buffer` are interpreted as two's complement signed values. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.from([0, 5]); - * - * console.log(buf.readInt16BE(0)); - * // Prints: 5 - * ``` - * @since v0.5.5 - * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 2`. - */ - readInt16BE(offset?: number): number; - /** - * Reads a signed, little-endian 32-bit integer from `buf` at the specified`offset`. - * - * Integers read from a `Buffer` are interpreted as two's complement signed values. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.from([0, 0, 0, 5]); - * - * console.log(buf.readInt32LE(0)); - * // Prints: 83886080 - * console.log(buf.readInt32LE(1)); - * // Throws ERR_OUT_OF_RANGE. - * ``` - * @since v0.5.5 - * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 4`. - */ - readInt32LE(offset?: number): number; - /** - * Reads a signed, big-endian 32-bit integer from `buf` at the specified `offset`. - * - * Integers read from a `Buffer` are interpreted as two's complement signed values. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.from([0, 0, 0, 5]); - * - * console.log(buf.readInt32BE(0)); - * // Prints: 5 - * ``` - * @since v0.5.5 - * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 4`. - */ - readInt32BE(offset?: number): number; - /** - * Reads a 32-bit, little-endian float from `buf` at the specified `offset`. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.from([1, 2, 3, 4]); - * - * console.log(buf.readFloatLE(0)); - * // Prints: 1.539989614439558e-36 - * console.log(buf.readFloatLE(1)); - * // Throws ERR_OUT_OF_RANGE. - * ``` - * @since v0.11.15 - * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 4`. - */ - readFloatLE(offset?: number): number; - /** - * Reads a 32-bit, big-endian float from `buf` at the specified `offset`. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.from([1, 2, 3, 4]); - * - * console.log(buf.readFloatBE(0)); - * // Prints: 2.387939260590663e-38 - * ``` - * @since v0.11.15 - * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 4`. - */ - readFloatBE(offset?: number): number; - /** - * Reads a 64-bit, little-endian double from `buf` at the specified `offset`. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.from([1, 2, 3, 4, 5, 6, 7, 8]); - * - * console.log(buf.readDoubleLE(0)); - * // Prints: 5.447603722011605e-270 - * console.log(buf.readDoubleLE(1)); - * // Throws ERR_OUT_OF_RANGE. - * ``` - * @since v0.11.15 - * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 8`. - */ - readDoubleLE(offset?: number): number; - /** - * Reads a 64-bit, big-endian double from `buf` at the specified `offset`. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.from([1, 2, 3, 4, 5, 6, 7, 8]); - * - * console.log(buf.readDoubleBE(0)); - * // Prints: 8.20788039913184e-304 - * ``` - * @since v0.11.15 - * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 8`. - */ - readDoubleBE(offset?: number): number; - reverse(): this; - /** - * Interprets `buf` as an array of unsigned 16-bit integers and swaps the - * byte order _in-place_. Throws `ERR_INVALID_BUFFER_SIZE` if `buf.length` is not a multiple of 2. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf1 = Buffer.from([0x1, 0x2, 0x3, 0x4, 0x5, 0x6, 0x7, 0x8]); - * - * console.log(buf1); - * // Prints: <Buffer 01 02 03 04 05 06 07 08> - * - * buf1.swap16(); - * - * console.log(buf1); - * // Prints: <Buffer 02 01 04 03 06 05 08 07> - * - * const buf2 = Buffer.from([0x1, 0x2, 0x3]); - * - * buf2.swap16(); - * // Throws ERR_INVALID_BUFFER_SIZE. - * ``` - * - * One convenient use of `buf.swap16()` is to perform a fast in-place conversion - * between UTF-16 little-endian and UTF-16 big-endian: - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.from('This is little-endian UTF-16', 'utf16le'); - * buf.swap16(); // Convert to big-endian UTF-16 text. - * ``` - * @since v5.10.0 - * @return A reference to `buf`. - */ - swap16(): Buffer; - /** - * Interprets `buf` as an array of unsigned 32-bit integers and swaps the - * byte order _in-place_. Throws `ERR_INVALID_BUFFER_SIZE` if `buf.length` is not a multiple of 4. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf1 = Buffer.from([0x1, 0x2, 0x3, 0x4, 0x5, 0x6, 0x7, 0x8]); - * - * console.log(buf1); - * // Prints: <Buffer 01 02 03 04 05 06 07 08> - * - * buf1.swap32(); - * - * console.log(buf1); - * // Prints: <Buffer 04 03 02 01 08 07 06 05> - * - * const buf2 = Buffer.from([0x1, 0x2, 0x3]); - * - * buf2.swap32(); - * // Throws ERR_INVALID_BUFFER_SIZE. - * ``` - * @since v5.10.0 - * @return A reference to `buf`. - */ - swap32(): Buffer; - /** - * Interprets `buf` as an array of 64-bit numbers and swaps byte order _in-place_. - * Throws `ERR_INVALID_BUFFER_SIZE` if `buf.length` is not a multiple of 8. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf1 = Buffer.from([0x1, 0x2, 0x3, 0x4, 0x5, 0x6, 0x7, 0x8]); - * - * console.log(buf1); - * // Prints: <Buffer 01 02 03 04 05 06 07 08> - * - * buf1.swap64(); - * - * console.log(buf1); - * // Prints: <Buffer 08 07 06 05 04 03 02 01> - * - * const buf2 = Buffer.from([0x1, 0x2, 0x3]); - * - * buf2.swap64(); - * // Throws ERR_INVALID_BUFFER_SIZE. - * ``` - * @since v6.3.0 - * @return A reference to `buf`. - */ - swap64(): Buffer; - /** - * Writes `value` to `buf` at the specified `offset`. `value` must be a - * valid unsigned 8-bit integer. Behavior is undefined when `value` is anything - * other than an unsigned 8-bit integer. - * - * This function is also available under the `writeUint8` alias. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.allocUnsafe(4); - * - * buf.writeUInt8(0x3, 0); - * buf.writeUInt8(0x4, 1); - * buf.writeUInt8(0x23, 2); - * buf.writeUInt8(0x42, 3); - * - * console.log(buf); - * // Prints: <Buffer 03 04 23 42> - * ``` - * @since v0.5.0 - * @param value Number to be written to `buf`. - * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 1`. - * @return `offset` plus the number of bytes written. - */ - writeUInt8(value: number, offset?: number): number; - /** - * @alias Buffer.writeUInt8 - * @since v14.9.0, v12.19.0 - */ - writeUint8(value: number, offset?: number): number; - /** - * Writes `value` to `buf` at the specified `offset` as little-endian. The `value`must be a valid unsigned 16-bit integer. Behavior is undefined when `value` is - * anything other than an unsigned 16-bit integer. - * - * This function is also available under the `writeUint16LE` alias. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.allocUnsafe(4); - * - * buf.writeUInt16LE(0xdead, 0); - * buf.writeUInt16LE(0xbeef, 2); - * - * console.log(buf); - * // Prints: <Buffer ad de ef be> - * ``` - * @since v0.5.5 - * @param value Number to be written to `buf`. - * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 2`. - * @return `offset` plus the number of bytes written. - */ - writeUInt16LE(value: number, offset?: number): number; - /** - * @alias Buffer.writeUInt16LE - * @since v14.9.0, v12.19.0 - */ - writeUint16LE(value: number, offset?: number): number; - /** - * Writes `value` to `buf` at the specified `offset` as big-endian. The `value`must be a valid unsigned 16-bit integer. Behavior is undefined when `value`is anything other than an - * unsigned 16-bit integer. - * - * This function is also available under the `writeUint16BE` alias. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.allocUnsafe(4); - * - * buf.writeUInt16BE(0xdead, 0); - * buf.writeUInt16BE(0xbeef, 2); - * - * console.log(buf); - * // Prints: <Buffer de ad be ef> - * ``` - * @since v0.5.5 - * @param value Number to be written to `buf`. - * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 2`. - * @return `offset` plus the number of bytes written. - */ - writeUInt16BE(value: number, offset?: number): number; - /** - * @alias Buffer.writeUInt16BE - * @since v14.9.0, v12.19.0 - */ - writeUint16BE(value: number, offset?: number): number; - /** - * Writes `value` to `buf` at the specified `offset` as little-endian. The `value`must be a valid unsigned 32-bit integer. Behavior is undefined when `value` is - * anything other than an unsigned 32-bit integer. - * - * This function is also available under the `writeUint32LE` alias. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.allocUnsafe(4); - * - * buf.writeUInt32LE(0xfeedface, 0); - * - * console.log(buf); - * // Prints: <Buffer ce fa ed fe> - * ``` - * @since v0.5.5 - * @param value Number to be written to `buf`. - * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 4`. - * @return `offset` plus the number of bytes written. - */ - writeUInt32LE(value: number, offset?: number): number; - /** - * @alias Buffer.writeUInt32LE - * @since v14.9.0, v12.19.0 - */ - writeUint32LE(value: number, offset?: number): number; - /** - * Writes `value` to `buf` at the specified `offset` as big-endian. The `value`must be a valid unsigned 32-bit integer. Behavior is undefined when `value`is anything other than an - * unsigned 32-bit integer. - * - * This function is also available under the `writeUint32BE` alias. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.allocUnsafe(4); - * - * buf.writeUInt32BE(0xfeedface, 0); - * - * console.log(buf); - * // Prints: <Buffer fe ed fa ce> - * ``` - * @since v0.5.5 - * @param value Number to be written to `buf`. - * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 4`. - * @return `offset` plus the number of bytes written. - */ - writeUInt32BE(value: number, offset?: number): number; - /** - * @alias Buffer.writeUInt32BE - * @since v14.9.0, v12.19.0 - */ - writeUint32BE(value: number, offset?: number): number; - /** - * Writes `value` to `buf` at the specified `offset`. `value` must be a valid - * signed 8-bit integer. Behavior is undefined when `value` is anything other than - * a signed 8-bit integer. - * - * `value` is interpreted and written as a two's complement signed integer. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.allocUnsafe(2); - * - * buf.writeInt8(2, 0); - * buf.writeInt8(-2, 1); - * - * console.log(buf); - * // Prints: <Buffer 02 fe> - * ``` - * @since v0.5.0 - * @param value Number to be written to `buf`. - * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 1`. - * @return `offset` plus the number of bytes written. - */ - writeInt8(value: number, offset?: number): number; - /** - * Writes `value` to `buf` at the specified `offset` as little-endian. The `value`must be a valid signed 16-bit integer. Behavior is undefined when `value` is - * anything other than a signed 16-bit integer. - * - * The `value` is interpreted and written as a two's complement signed integer. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.allocUnsafe(2); - * - * buf.writeInt16LE(0x0304, 0); - * - * console.log(buf); - * // Prints: <Buffer 04 03> - * ``` - * @since v0.5.5 - * @param value Number to be written to `buf`. - * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 2`. - * @return `offset` plus the number of bytes written. - */ - writeInt16LE(value: number, offset?: number): number; - /** - * Writes `value` to `buf` at the specified `offset` as big-endian. The `value`must be a valid signed 16-bit integer. Behavior is undefined when `value` is - * anything other than a signed 16-bit integer. - * - * The `value` is interpreted and written as a two's complement signed integer. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.allocUnsafe(2); - * - * buf.writeInt16BE(0x0102, 0); - * - * console.log(buf); - * // Prints: <Buffer 01 02> - * ``` - * @since v0.5.5 - * @param value Number to be written to `buf`. - * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 2`. - * @return `offset` plus the number of bytes written. - */ - writeInt16BE(value: number, offset?: number): number; - /** - * Writes `value` to `buf` at the specified `offset` as little-endian. The `value`must be a valid signed 32-bit integer. Behavior is undefined when `value` is - * anything other than a signed 32-bit integer. - * - * The `value` is interpreted and written as a two's complement signed integer. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.allocUnsafe(4); - * - * buf.writeInt32LE(0x05060708, 0); - * - * console.log(buf); - * // Prints: <Buffer 08 07 06 05> - * ``` - * @since v0.5.5 - * @param value Number to be written to `buf`. - * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 4`. - * @return `offset` plus the number of bytes written. - */ - writeInt32LE(value: number, offset?: number): number; - /** - * Writes `value` to `buf` at the specified `offset` as big-endian. The `value`must be a valid signed 32-bit integer. Behavior is undefined when `value` is - * anything other than a signed 32-bit integer. - * - * The `value` is interpreted and written as a two's complement signed integer. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.allocUnsafe(4); - * - * buf.writeInt32BE(0x01020304, 0); - * - * console.log(buf); - * // Prints: <Buffer 01 02 03 04> - * ``` - * @since v0.5.5 - * @param value Number to be written to `buf`. - * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 4`. - * @return `offset` plus the number of bytes written. - */ - writeInt32BE(value: number, offset?: number): number; - /** - * Writes `value` to `buf` at the specified `offset` as little-endian. Behavior is - * undefined when `value` is anything other than a JavaScript number. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.allocUnsafe(4); - * - * buf.writeFloatLE(0xcafebabe, 0); - * - * console.log(buf); - * // Prints: <Buffer bb fe 4a 4f> - * ``` - * @since v0.11.15 - * @param value Number to be written to `buf`. - * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 4`. - * @return `offset` plus the number of bytes written. - */ - writeFloatLE(value: number, offset?: number): number; - /** - * Writes `value` to `buf` at the specified `offset` as big-endian. Behavior is - * undefined when `value` is anything other than a JavaScript number. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.allocUnsafe(4); - * - * buf.writeFloatBE(0xcafebabe, 0); - * - * console.log(buf); - * // Prints: <Buffer 4f 4a fe bb> - * ``` - * @since v0.11.15 - * @param value Number to be written to `buf`. - * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 4`. - * @return `offset` plus the number of bytes written. - */ - writeFloatBE(value: number, offset?: number): number; - /** - * Writes `value` to `buf` at the specified `offset` as little-endian. The `value`must be a JavaScript number. Behavior is undefined when `value` is anything - * other than a JavaScript number. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.allocUnsafe(8); - * - * buf.writeDoubleLE(123.456, 0); - * - * console.log(buf); - * // Prints: <Buffer 77 be 9f 1a 2f dd 5e 40> - * ``` - * @since v0.11.15 - * @param value Number to be written to `buf`. - * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 8`. - * @return `offset` plus the number of bytes written. - */ - writeDoubleLE(value: number, offset?: number): number; - /** - * Writes `value` to `buf` at the specified `offset` as big-endian. The `value`must be a JavaScript number. Behavior is undefined when `value` is anything - * other than a JavaScript number. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.allocUnsafe(8); - * - * buf.writeDoubleBE(123.456, 0); - * - * console.log(buf); - * // Prints: <Buffer 40 5e dd 2f 1a 9f be 77> - * ``` - * @since v0.11.15 - * @param value Number to be written to `buf`. - * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 8`. - * @return `offset` plus the number of bytes written. - */ - writeDoubleBE(value: number, offset?: number): number; - /** - * Fills `buf` with the specified `value`. If the `offset` and `end` are not given, - * the entire `buf` will be filled: - * - * ```js - * import { Buffer } from 'buffer'; - * - * // Fill a `Buffer` with the ASCII character 'h'. - * - * const b = Buffer.allocUnsafe(50).fill('h'); - * - * console.log(b.toString()); - * // Prints: hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh - * ``` - * - * `value` is coerced to a `uint32` value if it is not a string, `Buffer`, or - * integer. If the resulting integer is greater than `255` (decimal), `buf` will be - * filled with `value &#x26; 255`. - * - * If the final write of a `fill()` operation falls on a multi-byte character, - * then only the bytes of that character that fit into `buf` are written: - * - * ```js - * import { Buffer } from 'buffer'; - * - * // Fill a `Buffer` with character that takes up two bytes in UTF-8. - * - * console.log(Buffer.allocUnsafe(5).fill('\u0222')); - * // Prints: <Buffer c8 a2 c8 a2 c8> - * ``` - * - * If `value` contains invalid characters, it is truncated; if no valid - * fill data remains, an exception is thrown: - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.allocUnsafe(5); - * - * console.log(buf.fill('a')); - * // Prints: <Buffer 61 61 61 61 61> - * console.log(buf.fill('aazz', 'hex')); - * // Prints: <Buffer aa aa aa aa aa> - * console.log(buf.fill('zz', 'hex')); - * // Throws an exception. - * ``` - * @since v0.5.0 - * @param value The value with which to fill `buf`. - * @param [offset=0] Number of bytes to skip before starting to fill `buf`. - * @param [end=buf.length] Where to stop filling `buf` (not inclusive). - * @param [encoding='utf8'] The encoding for `value` if `value` is a string. - * @return A reference to `buf`. - */ - fill(value: string | Uint8Array | number, offset?: number, end?: number, encoding?: BufferEncoding): this; - /** - * If `value` is: - * - * * a string, `value` is interpreted according to the character encoding in`encoding`. - * * a `Buffer` or [`Uint8Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array), `value` will be used in its entirety. - * To compare a partial `Buffer`, use `buf.subarray`. - * * a number, `value` will be interpreted as an unsigned 8-bit integer - * value between `0` and `255`. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.from('this is a buffer'); - * - * console.log(buf.indexOf('this')); - * // Prints: 0 - * console.log(buf.indexOf('is')); - * // Prints: 2 - * console.log(buf.indexOf(Buffer.from('a buffer'))); - * // Prints: 8 - * console.log(buf.indexOf(97)); - * // Prints: 8 (97 is the decimal ASCII value for 'a') - * console.log(buf.indexOf(Buffer.from('a buffer example'))); - * // Prints: -1 - * console.log(buf.indexOf(Buffer.from('a buffer example').slice(0, 8))); - * // Prints: 8 - * - * const utf16Buffer = Buffer.from('\u039a\u0391\u03a3\u03a3\u0395', 'utf16le'); - * - * console.log(utf16Buffer.indexOf('\u03a3', 0, 'utf16le')); - * // Prints: 4 - * console.log(utf16Buffer.indexOf('\u03a3', -4, 'utf16le')); - * // Prints: 6 - * ``` - * - * If `value` is not a string, number, or `Buffer`, this method will throw a`TypeError`. If `value` is a number, it will be coerced to a valid byte value, - * an integer between 0 and 255. - * - * If `byteOffset` is not a number, it will be coerced to a number. If the result - * of coercion is `NaN` or `0`, then the entire buffer will be searched. This - * behavior matches [`String.prototype.indexOf()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/indexOf). - * - * ```js - * import { Buffer } from 'buffer'; - * - * const b = Buffer.from('abcdef'); - * - * // Passing a value that's a number, but not a valid byte. - * // Prints: 2, equivalent to searching for 99 or 'c'. - * console.log(b.indexOf(99.9)); - * console.log(b.indexOf(256 + 99)); - * - * // Passing a byteOffset that coerces to NaN or 0. - * // Prints: 1, searching the whole buffer. - * console.log(b.indexOf('b', undefined)); - * console.log(b.indexOf('b', {})); - * console.log(b.indexOf('b', null)); - * console.log(b.indexOf('b', [])); - * ``` - * - * If `value` is an empty string or empty `Buffer` and `byteOffset` is less - * than `buf.length`, `byteOffset` will be returned. If `value` is empty and`byteOffset` is at least `buf.length`, `buf.length` will be returned. - * @since v1.5.0 - * @param value What to search for. - * @param [byteOffset=0] Where to begin searching in `buf`. If negative, then offset is calculated from the end of `buf`. - * @param [encoding='utf8'] If `value` is a string, this is the encoding used to determine the binary representation of the string that will be searched for in `buf`. - * @return The index of the first occurrence of `value` in `buf`, or `-1` if `buf` does not contain `value`. - */ - indexOf(value: string | number | Uint8Array, byteOffset?: number, encoding?: BufferEncoding): number; - /** - * Identical to `buf.indexOf()`, except the last occurrence of `value` is found - * rather than the first occurrence. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.from('this buffer is a buffer'); - * - * console.log(buf.lastIndexOf('this')); - * // Prints: 0 - * console.log(buf.lastIndexOf('buffer')); - * // Prints: 17 - * console.log(buf.lastIndexOf(Buffer.from('buffer'))); - * // Prints: 17 - * console.log(buf.lastIndexOf(97)); - * // Prints: 15 (97 is the decimal ASCII value for 'a') - * console.log(buf.lastIndexOf(Buffer.from('yolo'))); - * // Prints: -1 - * console.log(buf.lastIndexOf('buffer', 5)); - * // Prints: 5 - * console.log(buf.lastIndexOf('buffer', 4)); - * // Prints: -1 - * - * const utf16Buffer = Buffer.from('\u039a\u0391\u03a3\u03a3\u0395', 'utf16le'); - * - * console.log(utf16Buffer.lastIndexOf('\u03a3', undefined, 'utf16le')); - * // Prints: 6 - * console.log(utf16Buffer.lastIndexOf('\u03a3', -5, 'utf16le')); - * // Prints: 4 - * ``` - * - * If `value` is not a string, number, or `Buffer`, this method will throw a`TypeError`. If `value` is a number, it will be coerced to a valid byte value, - * an integer between 0 and 255. - * - * If `byteOffset` is not a number, it will be coerced to a number. Any arguments - * that coerce to `NaN`, like `{}` or `undefined`, will search the whole buffer. - * This behavior matches [`String.prototype.lastIndexOf()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/lastIndexOf). - * - * ```js - * import { Buffer } from 'buffer'; - * - * const b = Buffer.from('abcdef'); - * - * // Passing a value that's a number, but not a valid byte. - * // Prints: 2, equivalent to searching for 99 or 'c'. - * console.log(b.lastIndexOf(99.9)); - * console.log(b.lastIndexOf(256 + 99)); - * - * // Passing a byteOffset that coerces to NaN. - * // Prints: 1, searching the whole buffer. - * console.log(b.lastIndexOf('b', undefined)); - * console.log(b.lastIndexOf('b', {})); - * - * // Passing a byteOffset that coerces to 0. - * // Prints: -1, equivalent to passing 0. - * console.log(b.lastIndexOf('b', null)); - * console.log(b.lastIndexOf('b', [])); - * ``` - * - * If `value` is an empty string or empty `Buffer`, `byteOffset` will be returned. - * @since v6.0.0 - * @param value What to search for. - * @param [byteOffset=buf.length - 1] Where to begin searching in `buf`. If negative, then offset is calculated from the end of `buf`. - * @param [encoding='utf8'] If `value` is a string, this is the encoding used to determine the binary representation of the string that will be searched for in `buf`. - * @return The index of the last occurrence of `value` in `buf`, or `-1` if `buf` does not contain `value`. - */ - lastIndexOf(value: string | number | Uint8Array, byteOffset?: number, encoding?: BufferEncoding): number; - /** - * Creates and returns an [iterator](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols) of `[index, byte]` pairs from the contents - * of `buf`. - * - * ```js - * import { Buffer } from 'buffer'; - * - * // Log the entire contents of a `Buffer`. - * - * const buf = Buffer.from('buffer'); - * - * for (const pair of buf.entries()) { - * console.log(pair); - * } - * // Prints: - * // [0, 98] - * // [1, 117] - * // [2, 102] - * // [3, 102] - * // [4, 101] - * // [5, 114] - * ``` - * @since v1.1.0 - */ - entries(): IterableIterator<[number, number]>; - /** - * Equivalent to `buf.indexOf() !== -1`. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.from('this is a buffer'); - * - * console.log(buf.includes('this')); - * // Prints: true - * console.log(buf.includes('is')); - * // Prints: true - * console.log(buf.includes(Buffer.from('a buffer'))); - * // Prints: true - * console.log(buf.includes(97)); - * // Prints: true (97 is the decimal ASCII value for 'a') - * console.log(buf.includes(Buffer.from('a buffer example'))); - * // Prints: false - * console.log(buf.includes(Buffer.from('a buffer example').slice(0, 8))); - * // Prints: true - * console.log(buf.includes('this', 4)); - * // Prints: false - * ``` - * @since v5.3.0 - * @param value What to search for. - * @param [byteOffset=0] Where to begin searching in `buf`. If negative, then offset is calculated from the end of `buf`. - * @param [encoding='utf8'] If `value` is a string, this is its encoding. - * @return `true` if `value` was found in `buf`, `false` otherwise. - */ - includes(value: string | number | Buffer, byteOffset?: number, encoding?: BufferEncoding): boolean; - /** - * Creates and returns an [iterator](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols) of `buf` keys (indices). - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.from('buffer'); - * - * for (const key of buf.keys()) { - * console.log(key); - * } - * // Prints: - * // 0 - * // 1 - * // 2 - * // 3 - * // 4 - * // 5 - * ``` - * @since v1.1.0 - */ - keys(): IterableIterator<number>; - /** - * Creates and returns an [iterator](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols) for `buf` values (bytes). This function is - * called automatically when a `Buffer` is used in a `for..of` statement. - * - * ```js - * import { Buffer } from 'buffer'; - * - * const buf = Buffer.from('buffer'); - * - * for (const value of buf.values()) { - * console.log(value); - * } - * // Prints: - * // 98 - * // 117 - * // 102 - * // 102 - * // 101 - * // 114 - * - * for (const value of buf) { - * console.log(value); - * } - * // Prints: - * // 98 - * // 117 - * // 102 - * // 102 - * // 101 - * // 114 - * ``` - * @since v1.1.0 - */ - values(): IterableIterator<number>; - } - var Buffer: BufferConstructor; - /** - * Decodes a string of Base64-encoded data into bytes, and encodes those bytes - * into a string using Latin-1 (ISO-8859-1). - * - * The `data` may be any JavaScript-value that can be coerced into a string. - * - * **This function is only provided for compatibility with legacy web platform APIs** - * **and should never be used in new code, because they use strings to represent** - * **binary data and predate the introduction of typed arrays in JavaScript.** - * **For code running using Node.js APIs, converting between base64-encoded strings** - * **and binary data should be performed using `Buffer.from(str, 'base64')` and`buf.toString('base64')`.** - * @since v15.13.0, v14.17.0 - * @deprecated Use `Buffer.from(data, 'base64')` instead. - * @param data The Base64-encoded input string. - */ - function atob(data: string): string; - /** - * Decodes a string into bytes using Latin-1 (ISO-8859), and encodes those bytes - * into a string using Base64. - * - * The `data` may be any JavaScript-value that can be coerced into a string. - * - * **This function is only provided for compatibility with legacy web platform APIs** - * **and should never be used in new code, because they use strings to represent** - * **binary data and predate the introduction of typed arrays in JavaScript.** - * **For code running using Node.js APIs, converting between base64-encoded strings** - * **and binary data should be performed using `Buffer.from(str, 'base64')` and`buf.toString('base64')`.** - * @since v15.13.0, v14.17.0 - * @deprecated Use `buf.toString('base64')` instead. - * @param data An ASCII (Latin1) string. - */ - function btoa(data: string): string; - - interface Blob extends __Blob {} - /** - * `Blob` class is a global reference for `require('node:buffer').Blob` - * https://nodejs.org/api/buffer.html#class-blob - * @since v18.0.0 - */ - var Blob: typeof globalThis extends { - onmessage: any; - Blob: infer T; - } - ? T - : typeof NodeBlob; - } -} -declare module 'node:buffer' { - export * from 'buffer'; -} diff --git a/software/flow/node_modules/@types/node/ts4.8/child_process.d.ts b/software/flow/node_modules/@types/node/ts4.8/child_process.d.ts deleted file mode 100755 index c537d6d..0000000 --- a/software/flow/node_modules/@types/node/ts4.8/child_process.d.ts +++ /dev/null @@ -1,1369 +0,0 @@ -/** - * The `child_process` module provides the ability to spawn subprocesses in - * a manner that is similar, but not identical, to [`popen(3)`](http://man7.org/linux/man-pages/man3/popen.3.html). This capability - * is primarily provided by the {@link spawn} function: - * - * ```js - * const { spawn } = require('child_process'); - * const ls = spawn('ls', ['-lh', '/usr']); - * - * ls.stdout.on('data', (data) => { - * console.log(`stdout: ${data}`); - * }); - * - * ls.stderr.on('data', (data) => { - * console.error(`stderr: ${data}`); - * }); - * - * ls.on('close', (code) => { - * console.log(`child process exited with code ${code}`); - * }); - * ``` - * - * By default, pipes for `stdin`, `stdout`, and `stderr` are established between - * the parent Node.js process and the spawned subprocess. These pipes have - * limited (and platform-specific) capacity. If the subprocess writes to - * stdout in excess of that limit without the output being captured, the - * subprocess blocks waiting for the pipe buffer to accept more data. This is - * identical to the behavior of pipes in the shell. Use the `{ stdio: 'ignore' }`option if the output will not be consumed. - * - * The command lookup is performed using the `options.env.PATH` environment - * variable if `env` is in the `options` object. Otherwise, `process.env.PATH` is - * used. If `options.env` is set without `PATH`, lookup on Unix is performed - * on a default search path search of `/usr/bin:/bin` (see your operating system's - * manual for execvpe/execvp), on Windows the current processes environment - * variable `PATH` is used. - * - * On Windows, environment variables are case-insensitive. Node.js - * lexicographically sorts the `env` keys and uses the first one that - * case-insensitively matches. Only first (in lexicographic order) entry will be - * passed to the subprocess. This might lead to issues on Windows when passing - * objects to the `env` option that have multiple variants of the same key, such as`PATH` and `Path`. - * - * The {@link spawn} method spawns the child process asynchronously, - * without blocking the Node.js event loop. The {@link spawnSync} function provides equivalent functionality in a synchronous manner that blocks - * the event loop until the spawned process either exits or is terminated. - * - * For convenience, the `child_process` module provides a handful of synchronous - * and asynchronous alternatives to {@link spawn} and {@link spawnSync}. Each of these alternatives are implemented on - * top of {@link spawn} or {@link spawnSync}. - * - * * {@link exec}: spawns a shell and runs a command within that - * shell, passing the `stdout` and `stderr` to a callback function when - * complete. - * * {@link execFile}: similar to {@link exec} except - * that it spawns the command directly without first spawning a shell by - * default. - * * {@link fork}: spawns a new Node.js process and invokes a - * specified module with an IPC communication channel established that allows - * sending messages between parent and child. - * * {@link execSync}: a synchronous version of {@link exec} that will block the Node.js event loop. - * * {@link execFileSync}: a synchronous version of {@link execFile} that will block the Node.js event loop. - * - * For certain use cases, such as automating shell scripts, the `synchronous counterparts` may be more convenient. In many cases, however, - * the synchronous methods can have significant impact on performance due to - * stalling the event loop while spawned processes complete. - * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/child_process.js) - */ -declare module 'child_process' { - import { ObjectEncodingOptions } from 'node:fs'; - import { EventEmitter, Abortable } from 'node:events'; - import * as net from 'node:net'; - import { Writable, Readable, Stream, Pipe } from 'node:stream'; - import { URL } from 'node:url'; - type Serializable = string | object | number | boolean | bigint; - type SendHandle = net.Socket | net.Server; - /** - * Instances of the `ChildProcess` represent spawned child processes. - * - * Instances of `ChildProcess` are not intended to be created directly. Rather, - * use the {@link spawn}, {@link exec},{@link execFile}, or {@link fork} methods to create - * instances of `ChildProcess`. - * @since v2.2.0 - */ - class ChildProcess extends EventEmitter { - /** - * A `Writable Stream` that represents the child process's `stdin`. - * - * If a child process waits to read all of its input, the child will not continue - * until this stream has been closed via `end()`. - * - * If the child was spawned with `stdio[0]` set to anything other than `'pipe'`, - * then this will be `null`. - * - * `subprocess.stdin` is an alias for `subprocess.stdio[0]`. Both properties will - * refer to the same value. - * - * The `subprocess.stdin` property can be `undefined` if the child process could - * not be successfully spawned. - * @since v0.1.90 - */ - stdin: Writable | null; - /** - * A `Readable Stream` that represents the child process's `stdout`. - * - * If the child was spawned with `stdio[1]` set to anything other than `'pipe'`, - * then this will be `null`. - * - * `subprocess.stdout` is an alias for `subprocess.stdio[1]`. Both properties will - * refer to the same value. - * - * ```js - * const { spawn } = require('child_process'); - * - * const subprocess = spawn('ls'); - * - * subprocess.stdout.on('data', (data) => { - * console.log(`Received chunk ${data}`); - * }); - * ``` - * - * The `subprocess.stdout` property can be `null` if the child process could - * not be successfully spawned. - * @since v0.1.90 - */ - stdout: Readable | null; - /** - * A `Readable Stream` that represents the child process's `stderr`. - * - * If the child was spawned with `stdio[2]` set to anything other than `'pipe'`, - * then this will be `null`. - * - * `subprocess.stderr` is an alias for `subprocess.stdio[2]`. Both properties will - * refer to the same value. - * - * The `subprocess.stderr` property can be `null` if the child process could - * not be successfully spawned. - * @since v0.1.90 - */ - stderr: Readable | null; - /** - * The `subprocess.channel` property is a reference to the child's IPC channel. If - * no IPC channel currently exists, this property is `undefined`. - * @since v7.1.0 - */ - readonly channel?: Pipe | null | undefined; - /** - * A sparse array of pipes to the child process, corresponding with positions in - * the `stdio` option passed to {@link spawn} that have been set - * to the value `'pipe'`. `subprocess.stdio[0]`, `subprocess.stdio[1]`, and`subprocess.stdio[2]` are also available as `subprocess.stdin`,`subprocess.stdout`, and `subprocess.stderr`, - * respectively. - * - * In the following example, only the child's fd `1` (stdout) is configured as a - * pipe, so only the parent's `subprocess.stdio[1]` is a stream, all other values - * in the array are `null`. - * - * ```js - * const assert = require('assert'); - * const fs = require('fs'); - * const child_process = require('child_process'); - * - * const subprocess = child_process.spawn('ls', { - * stdio: [ - * 0, // Use parent's stdin for child. - * 'pipe', // Pipe child's stdout to parent. - * fs.openSync('err.out', 'w'), // Direct child's stderr to a file. - * ] - * }); - * - * assert.strictEqual(subprocess.stdio[0], null); - * assert.strictEqual(subprocess.stdio[0], subprocess.stdin); - * - * assert(subprocess.stdout); - * assert.strictEqual(subprocess.stdio[1], subprocess.stdout); - * - * assert.strictEqual(subprocess.stdio[2], null); - * assert.strictEqual(subprocess.stdio[2], subprocess.stderr); - * ``` - * - * The `subprocess.stdio` property can be `undefined` if the child process could - * not be successfully spawned. - * @since v0.7.10 - */ - readonly stdio: [ - Writable | null, - // stdin - Readable | null, - // stdout - Readable | null, - // stderr - Readable | Writable | null | undefined, - // extra - Readable | Writable | null | undefined // extra - ]; - /** - * The `subprocess.killed` property indicates whether the child process - * successfully received a signal from `subprocess.kill()`. The `killed` property - * does not indicate that the child process has been terminated. - * @since v0.5.10 - */ - readonly killed: boolean; - /** - * Returns the process identifier (PID) of the child process. If the child process - * fails to spawn due to errors, then the value is `undefined` and `error` is - * emitted. - * - * ```js - * const { spawn } = require('child_process'); - * const grep = spawn('grep', ['ssh']); - * - * console.log(`Spawned child pid: ${grep.pid}`); - * grep.stdin.end(); - * ``` - * @since v0.1.90 - */ - readonly pid?: number | undefined; - /** - * The `subprocess.connected` property indicates whether it is still possible to - * send and receive messages from a child process. When `subprocess.connected` is`false`, it is no longer possible to send or receive messages. - * @since v0.7.2 - */ - readonly connected: boolean; - /** - * The `subprocess.exitCode` property indicates the exit code of the child process. - * If the child process is still running, the field will be `null`. - */ - readonly exitCode: number | null; - /** - * The `subprocess.signalCode` property indicates the signal received by - * the child process if any, else `null`. - */ - readonly signalCode: NodeJS.Signals | null; - /** - * The `subprocess.spawnargs` property represents the full list of command-line - * arguments the child process was launched with. - */ - readonly spawnargs: string[]; - /** - * The `subprocess.spawnfile` property indicates the executable file name of - * the child process that is launched. - * - * For {@link fork}, its value will be equal to `process.execPath`. - * For {@link spawn}, its value will be the name of - * the executable file. - * For {@link exec}, its value will be the name of the shell - * in which the child process is launched. - */ - readonly spawnfile: string; - /** - * The `subprocess.kill()` method sends a signal to the child process. If no - * argument is given, the process will be sent the `'SIGTERM'` signal. See [`signal(7)`](http://man7.org/linux/man-pages/man7/signal.7.html) for a list of available signals. This function - * returns `true` if [`kill(2)`](http://man7.org/linux/man-pages/man2/kill.2.html) succeeds, and `false` otherwise. - * - * ```js - * const { spawn } = require('child_process'); - * const grep = spawn('grep', ['ssh']); - * - * grep.on('close', (code, signal) => { - * console.log( - * `child process terminated due to receipt of signal ${signal}`); - * }); - * - * // Send SIGHUP to process. - * grep.kill('SIGHUP'); - * ``` - * - * The `ChildProcess` object may emit an `'error'` event if the signal - * cannot be delivered. Sending a signal to a child process that has already exited - * is not an error but may have unforeseen consequences. Specifically, if the - * process identifier (PID) has been reassigned to another process, the signal will - * be delivered to that process instead which can have unexpected results. - * - * While the function is called `kill`, the signal delivered to the child process - * may not actually terminate the process. - * - * See [`kill(2)`](http://man7.org/linux/man-pages/man2/kill.2.html) for reference. - * - * On Windows, where POSIX signals do not exist, the `signal` argument will be - * ignored, and the process will be killed forcefully and abruptly (similar to`'SIGKILL'`). - * See `Signal Events` for more details. - * - * On Linux, child processes of child processes will not be terminated - * when attempting to kill their parent. This is likely to happen when running a - * new process in a shell or with the use of the `shell` option of `ChildProcess`: - * - * ```js - * 'use strict'; - * const { spawn } = require('child_process'); - * - * const subprocess = spawn( - * 'sh', - * [ - * '-c', - * `node -e "setInterval(() => { - * console.log(process.pid, 'is alive') - * }, 500);"`, - * ], { - * stdio: ['inherit', 'inherit', 'inherit'] - * } - * ); - * - * setTimeout(() => { - * subprocess.kill(); // Does not terminate the Node.js process in the shell. - * }, 2000); - * ``` - * @since v0.1.90 - */ - kill(signal?: NodeJS.Signals | number): boolean; - /** - * When an IPC channel has been established between the parent and child ( - * i.e. when using {@link fork}), the `subprocess.send()` method can - * be used to send messages to the child process. When the child process is a - * Node.js instance, these messages can be received via the `'message'` event. - * - * The message goes through serialization and parsing. The resulting - * message might not be the same as what is originally sent. - * - * For example, in the parent script: - * - * ```js - * const cp = require('child_process'); - * const n = cp.fork(`${__dirname}/sub.js`); - * - * n.on('message', (m) => { - * console.log('PARENT got message:', m); - * }); - * - * // Causes the child to print: CHILD got message: { hello: 'world' } - * n.send({ hello: 'world' }); - * ``` - * - * And then the child script, `'sub.js'` might look like this: - * - * ```js - * process.on('message', (m) => { - * console.log('CHILD got message:', m); - * }); - * - * // Causes the parent to print: PARENT got message: { foo: 'bar', baz: null } - * process.send({ foo: 'bar', baz: NaN }); - * ``` - * - * Child Node.js processes will have a `process.send()` method of their own - * that allows the child to send messages back to the parent. - * - * There is a special case when sending a `{cmd: 'NODE_foo'}` message. Messages - * containing a `NODE_` prefix in the `cmd` property are reserved for use within - * Node.js core and will not be emitted in the child's `'message'` event. Rather, such messages are emitted using the`'internalMessage'` event and are consumed internally by Node.js. - * Applications should avoid using such messages or listening for`'internalMessage'` events as it is subject to change without notice. - * - * The optional `sendHandle` argument that may be passed to `subprocess.send()` is - * for passing a TCP server or socket object to the child process. The child will - * receive the object as the second argument passed to the callback function - * registered on the `'message'` event. Any data that is received - * and buffered in the socket will not be sent to the child. - * - * The optional `callback` is a function that is invoked after the message is - * sent but before the child may have received it. The function is called with a - * single argument: `null` on success, or an `Error` object on failure. - * - * If no `callback` function is provided and the message cannot be sent, an`'error'` event will be emitted by the `ChildProcess` object. This can - * happen, for instance, when the child process has already exited. - * - * `subprocess.send()` will return `false` if the channel has closed or when the - * backlog of unsent messages exceeds a threshold that makes it unwise to send - * more. Otherwise, the method returns `true`. The `callback` function can be - * used to implement flow control. - * - * #### Example: sending a server object - * - * The `sendHandle` argument can be used, for instance, to pass the handle of - * a TCP server object to the child process as illustrated in the example below: - * - * ```js - * const subprocess = require('child_process').fork('subprocess.js'); - * - * // Open up the server object and send the handle. - * const server = require('net').createServer(); - * server.on('connection', (socket) => { - * socket.end('handled by parent'); - * }); - * server.listen(1337, () => { - * subprocess.send('server', server); - * }); - * ``` - * - * The child would then receive the server object as: - * - * ```js - * process.on('message', (m, server) => { - * if (m === 'server') { - * server.on('connection', (socket) => { - * socket.end('handled by child'); - * }); - * } - * }); - * ``` - * - * Once the server is now shared between the parent and child, some connections - * can be handled by the parent and some by the child. - * - * While the example above uses a server created using the `net` module, `dgram`module servers use exactly the same workflow with the exceptions of listening on - * a `'message'` event instead of `'connection'` and using `server.bind()` instead - * of `server.listen()`. This is, however, currently only supported on Unix - * platforms. - * - * #### Example: sending a socket object - * - * Similarly, the `sendHandler` argument can be used to pass the handle of a - * socket to the child process. The example below spawns two children that each - * handle connections with "normal" or "special" priority: - * - * ```js - * const { fork } = require('child_process'); - * const normal = fork('subprocess.js', ['normal']); - * const special = fork('subprocess.js', ['special']); - * - * // Open up the server and send sockets to child. Use pauseOnConnect to prevent - * // the sockets from being read before they are sent to the child process. - * const server = require('net').createServer({ pauseOnConnect: true }); - * server.on('connection', (socket) => { - * - * // If this is special priority... - * if (socket.remoteAddress === '74.125.127.100') { - * special.send('socket', socket); - * return; - * } - * // This is normal priority. - * normal.send('socket', socket); - * }); - * server.listen(1337); - * ``` - * - * The `subprocess.js` would receive the socket handle as the second argument - * passed to the event callback function: - * - * ```js - * process.on('message', (m, socket) => { - * if (m === 'socket') { - * if (socket) { - * // Check that the client socket exists. - * // It is possible for the socket to be closed between the time it is - * // sent and the time it is received in the child process. - * socket.end(`Request handled with ${process.argv[2]} priority`); - * } - * } - * }); - * ``` - * - * Do not use `.maxConnections` on a socket that has been passed to a subprocess. - * The parent cannot track when the socket is destroyed. - * - * Any `'message'` handlers in the subprocess should verify that `socket` exists, - * as the connection may have been closed during the time it takes to send the - * connection to the child. - * @since v0.5.9 - * @param options The `options` argument, if present, is an object used to parameterize the sending of certain types of handles. `options` supports the following properties: - */ - send(message: Serializable, callback?: (error: Error | null) => void): boolean; - send(message: Serializable, sendHandle?: SendHandle, callback?: (error: Error | null) => void): boolean; - send(message: Serializable, sendHandle?: SendHandle, options?: MessageOptions, callback?: (error: Error | null) => void): boolean; - /** - * Closes the IPC channel between parent and child, allowing the child to exit - * gracefully once there are no other connections keeping it alive. After calling - * this method the `subprocess.connected` and `process.connected` properties in - * both the parent and child (respectively) will be set to `false`, and it will be - * no longer possible to pass messages between the processes. - * - * The `'disconnect'` event will be emitted when there are no messages in the - * process of being received. This will most often be triggered immediately after - * calling `subprocess.disconnect()`. - * - * When the child process is a Node.js instance (e.g. spawned using {@link fork}), the `process.disconnect()` method can be invoked - * within the child process to close the IPC channel as well. - * @since v0.7.2 - */ - disconnect(): void; - /** - * By default, the parent will wait for the detached child to exit. To prevent the - * parent from waiting for a given `subprocess` to exit, use the`subprocess.unref()` method. Doing so will cause the parent's event loop to not - * include the child in its reference count, allowing the parent to exit - * independently of the child, unless there is an established IPC channel between - * the child and the parent. - * - * ```js - * const { spawn } = require('child_process'); - * - * const subprocess = spawn(process.argv[0], ['child_program.js'], { - * detached: true, - * stdio: 'ignore' - * }); - * - * subprocess.unref(); - * ``` - * @since v0.7.10 - */ - unref(): void; - /** - * Calling `subprocess.ref()` after making a call to `subprocess.unref()` will - * restore the removed reference count for the child process, forcing the parent - * to wait for the child to exit before exiting itself. - * - * ```js - * const { spawn } = require('child_process'); - * - * const subprocess = spawn(process.argv[0], ['child_program.js'], { - * detached: true, - * stdio: 'ignore' - * }); - * - * subprocess.unref(); - * subprocess.ref(); - * ``` - * @since v0.7.10 - */ - ref(): void; - /** - * events.EventEmitter - * 1. close - * 2. disconnect - * 3. error - * 4. exit - * 5. message - * 6. spawn - */ - addListener(event: string, listener: (...args: any[]) => void): this; - addListener(event: 'close', listener: (code: number | null, signal: NodeJS.Signals | null) => void): this; - addListener(event: 'disconnect', listener: () => void): this; - addListener(event: 'error', listener: (err: Error) => void): this; - addListener(event: 'exit', listener: (code: number | null, signal: NodeJS.Signals | null) => void): this; - addListener(event: 'message', listener: (message: Serializable, sendHandle: SendHandle) => void): this; - addListener(event: 'spawn', listener: () => void): this; - emit(event: string | symbol, ...args: any[]): boolean; - emit(event: 'close', code: number | null, signal: NodeJS.Signals | null): boolean; - emit(event: 'disconnect'): boolean; - emit(event: 'error', err: Error): boolean; - emit(event: 'exit', code: number | null, signal: NodeJS.Signals | null): boolean; - emit(event: 'message', message: Serializable, sendHandle: SendHandle): boolean; - emit(event: 'spawn', listener: () => void): boolean; - on(event: string, listener: (...args: any[]) => void): this; - on(event: 'close', listener: (code: number | null, signal: NodeJS.Signals | null) => void): this; - on(event: 'disconnect', listener: () => void): this; - on(event: 'error', listener: (err: Error) => void): this; - on(event: 'exit', listener: (code: number | null, signal: NodeJS.Signals | null) => void): this; - on(event: 'message', listener: (message: Serializable, sendHandle: SendHandle) => void): this; - on(event: 'spawn', listener: () => void): this; - once(event: string, listener: (...args: any[]) => void): this; - once(event: 'close', listener: (code: number | null, signal: NodeJS.Signals | null) => void): this; - once(event: 'disconnect', listener: () => void): this; - once(event: 'error', listener: (err: Error) => void): this; - once(event: 'exit', listener: (code: number | null, signal: NodeJS.Signals | null) => void): this; - once(event: 'message', listener: (message: Serializable, sendHandle: SendHandle) => void): this; - once(event: 'spawn', listener: () => void): this; - prependListener(event: string, listener: (...args: any[]) => void): this; - prependListener(event: 'close', listener: (code: number | null, signal: NodeJS.Signals | null) => void): this; - prependListener(event: 'disconnect', listener: () => void): this; - prependListener(event: 'error', listener: (err: Error) => void): this; - prependListener(event: 'exit', listener: (code: number | null, signal: NodeJS.Signals | null) => void): this; - prependListener(event: 'message', listener: (message: Serializable, sendHandle: SendHandle) => void): this; - prependListener(event: 'spawn', listener: () => void): this; - prependOnceListener(event: string, listener: (...args: any[]) => void): this; - prependOnceListener(event: 'close', listener: (code: number | null, signal: NodeJS.Signals | null) => void): this; - prependOnceListener(event: 'disconnect', listener: () => void): this; - prependOnceListener(event: 'error', listener: (err: Error) => void): this; - prependOnceListener(event: 'exit', listener: (code: number | null, signal: NodeJS.Signals | null) => void): this; - prependOnceListener(event: 'message', listener: (message: Serializable, sendHandle: SendHandle) => void): this; - prependOnceListener(event: 'spawn', listener: () => void): this; - } - // return this object when stdio option is undefined or not specified - interface ChildProcessWithoutNullStreams extends ChildProcess { - stdin: Writable; - stdout: Readable; - stderr: Readable; - readonly stdio: [ - Writable, - Readable, - Readable, - // stderr - Readable | Writable | null | undefined, - // extra, no modification - Readable | Writable | null | undefined // extra, no modification - ]; - } - // return this object when stdio option is a tuple of 3 - interface ChildProcessByStdio<I extends null | Writable, O extends null | Readable, E extends null | Readable> extends ChildProcess { - stdin: I; - stdout: O; - stderr: E; - readonly stdio: [ - I, - O, - E, - Readable | Writable | null | undefined, - // extra, no modification - Readable | Writable | null | undefined // extra, no modification - ]; - } - interface MessageOptions { - keepOpen?: boolean | undefined; - } - type IOType = 'overlapped' | 'pipe' | 'ignore' | 'inherit'; - type StdioOptions = IOType | Array<IOType | 'ipc' | Stream | number | null | undefined>; - type SerializationType = 'json' | 'advanced'; - interface MessagingOptions extends Abortable { - /** - * Specify the kind of serialization used for sending messages between processes. - * @default 'json' - */ - serialization?: SerializationType | undefined; - /** - * The signal value to be used when the spawned process will be killed by the abort signal. - * @default 'SIGTERM' - */ - killSignal?: NodeJS.Signals | number | undefined; - /** - * In milliseconds the maximum amount of time the process is allowed to run. - */ - timeout?: number | undefined; - } - interface ProcessEnvOptions { - uid?: number | undefined; - gid?: number | undefined; - cwd?: string | URL | undefined; - env?: NodeJS.ProcessEnv | undefined; - } - interface CommonOptions extends ProcessEnvOptions { - /** - * @default false - */ - windowsHide?: boolean | undefined; - /** - * @default 0 - */ - timeout?: number | undefined; - } - interface CommonSpawnOptions extends CommonOptions, MessagingOptions, Abortable { - argv0?: string | undefined; - stdio?: StdioOptions | undefined; - shell?: boolean | string | undefined; - windowsVerbatimArguments?: boolean | undefined; - } - interface SpawnOptions extends CommonSpawnOptions { - detached?: boolean | undefined; - } - interface SpawnOptionsWithoutStdio extends SpawnOptions { - stdio?: StdioPipeNamed | StdioPipe[] | undefined; - } - type StdioNull = 'inherit' | 'ignore' | Stream; - type StdioPipeNamed = 'pipe' | 'overlapped'; - type StdioPipe = undefined | null | StdioPipeNamed; - interface SpawnOptionsWithStdioTuple<Stdin extends StdioNull | StdioPipe, Stdout extends StdioNull | StdioPipe, Stderr extends StdioNull | StdioPipe> extends SpawnOptions { - stdio: [Stdin, Stdout, Stderr]; - } - /** - * The `child_process.spawn()` method spawns a new process using the given`command`, with command-line arguments in `args`. If omitted, `args` defaults - * to an empty array. - * - * **If the `shell` option is enabled, do not pass unsanitized user input to this** - * **function. Any input containing shell metacharacters may be used to trigger** - * **arbitrary command execution.** - * - * A third argument may be used to specify additional options, with these defaults: - * - * ```js - * const defaults = { - * cwd: undefined, - * env: process.env - * }; - * ``` - * - * Use `cwd` to specify the working directory from which the process is spawned. - * If not given, the default is to inherit the current working directory. If given, - * but the path does not exist, the child process emits an `ENOENT` error - * and exits immediately. `ENOENT` is also emitted when the command - * does not exist. - * - * Use `env` to specify environment variables that will be visible to the new - * process, the default is `process.env`. - * - * `undefined` values in `env` will be ignored. - * - * Example of running `ls -lh /usr`, capturing `stdout`, `stderr`, and the - * exit code: - * - * ```js - * const { spawn } = require('child_process'); - * const ls = spawn('ls', ['-lh', '/usr']); - * - * ls.stdout.on('data', (data) => { - * console.log(`stdout: ${data}`); - * }); - * - * ls.stderr.on('data', (data) => { - * console.error(`stderr: ${data}`); - * }); - * - * ls.on('close', (code) => { - * console.log(`child process exited with code ${code}`); - * }); - * ``` - * - * Example: A very elaborate way to run `ps ax | grep ssh` - * - * ```js - * const { spawn } = require('child_process'); - * const ps = spawn('ps', ['ax']); - * const grep = spawn('grep', ['ssh']); - * - * ps.stdout.on('data', (data) => { - * grep.stdin.write(data); - * }); - * - * ps.stderr.on('data', (data) => { - * console.error(`ps stderr: ${data}`); - * }); - * - * ps.on('close', (code) => { - * if (code !== 0) { - * console.log(`ps process exited with code ${code}`); - * } - * grep.stdin.end(); - * }); - * - * grep.stdout.on('data', (data) => { - * console.log(data.toString()); - * }); - * - * grep.stderr.on('data', (data) => { - * console.error(`grep stderr: ${data}`); - * }); - * - * grep.on('close', (code) => { - * if (code !== 0) { - * console.log(`grep process exited with code ${code}`); - * } - * }); - * ``` - * - * Example of checking for failed `spawn`: - * - * ```js - * const { spawn } = require('child_process'); - * const subprocess = spawn('bad_command'); - * - * subprocess.on('error', (err) => { - * console.error('Failed to start subprocess.'); - * }); - * ``` - * - * Certain platforms (macOS, Linux) will use the value of `argv[0]` for the process - * title while others (Windows, SunOS) will use `command`. - * - * Node.js currently overwrites `argv[0]` with `process.execPath` on startup, so`process.argv[0]` in a Node.js child process will not match the `argv0`parameter passed to `spawn` from the parent, - * retrieve it with the`process.argv0` property instead. - * - * If the `signal` option is enabled, calling `.abort()` on the corresponding`AbortController` is similar to calling `.kill()` on the child process except - * the error passed to the callback will be an `AbortError`: - * - * ```js - * const { spawn } = require('child_process'); - * const controller = new AbortController(); - * const { signal } = controller; - * const grep = spawn('grep', ['ssh'], { signal }); - * grep.on('error', (err) => { - * // This will be called with err being an AbortError if the controller aborts - * }); - * controller.abort(); // Stops the child process - * ``` - * @since v0.1.90 - * @param command The command to run. - * @param args List of string arguments. - */ - function spawn(command: string, options?: SpawnOptionsWithoutStdio): ChildProcessWithoutNullStreams; - function spawn(command: string, options: SpawnOptionsWithStdioTuple<StdioPipe, StdioPipe, StdioPipe>): ChildProcessByStdio<Writable, Readable, Readable>; - function spawn(command: string, options: SpawnOptionsWithStdioTuple<StdioPipe, StdioPipe, StdioNull>): ChildProcessByStdio<Writable, Readable, null>; - function spawn(command: string, options: SpawnOptionsWithStdioTuple<StdioPipe, StdioNull, StdioPipe>): ChildProcessByStdio<Writable, null, Readable>; - function spawn(command: string, options: SpawnOptionsWithStdioTuple<StdioNull, StdioPipe, StdioPipe>): ChildProcessByStdio<null, Readable, Readable>; - function spawn(command: string, options: SpawnOptionsWithStdioTuple<StdioPipe, StdioNull, StdioNull>): ChildProcessByStdio<Writable, null, null>; - function spawn(command: string, options: SpawnOptionsWithStdioTuple<StdioNull, StdioPipe, StdioNull>): ChildProcessByStdio<null, Readable, null>; - function spawn(command: string, options: SpawnOptionsWithStdioTuple<StdioNull, StdioNull, StdioPipe>): ChildProcessByStdio<null, null, Readable>; - function spawn(command: string, options: SpawnOptionsWithStdioTuple<StdioNull, StdioNull, StdioNull>): ChildProcessByStdio<null, null, null>; - function spawn(command: string, options: SpawnOptions): ChildProcess; - // overloads of spawn with 'args' - function spawn(command: string, args?: ReadonlyArray<string>, options?: SpawnOptionsWithoutStdio): ChildProcessWithoutNullStreams; - function spawn(command: string, args: ReadonlyArray<string>, options: SpawnOptionsWithStdioTuple<StdioPipe, StdioPipe, StdioPipe>): ChildProcessByStdio<Writable, Readable, Readable>; - function spawn(command: string, args: ReadonlyArray<string>, options: SpawnOptionsWithStdioTuple<StdioPipe, StdioPipe, StdioNull>): ChildProcessByStdio<Writable, Readable, null>; - function spawn(command: string, args: ReadonlyArray<string>, options: SpawnOptionsWithStdioTuple<StdioPipe, StdioNull, StdioPipe>): ChildProcessByStdio<Writable, null, Readable>; - function spawn(command: string, args: ReadonlyArray<string>, options: SpawnOptionsWithStdioTuple<StdioNull, StdioPipe, StdioPipe>): ChildProcessByStdio<null, Readable, Readable>; - function spawn(command: string, args: ReadonlyArray<string>, options: SpawnOptionsWithStdioTuple<StdioPipe, StdioNull, StdioNull>): ChildProcessByStdio<Writable, null, null>; - function spawn(command: string, args: ReadonlyArray<string>, options: SpawnOptionsWithStdioTuple<StdioNull, StdioPipe, StdioNull>): ChildProcessByStdio<null, Readable, null>; - function spawn(command: string, args: ReadonlyArray<string>, options: SpawnOptionsWithStdioTuple<StdioNull, StdioNull, StdioPipe>): ChildProcessByStdio<null, null, Readable>; - function spawn(command: string, args: ReadonlyArray<string>, options: SpawnOptionsWithStdioTuple<StdioNull, StdioNull, StdioNull>): ChildProcessByStdio<null, null, null>; - function spawn(command: string, args: ReadonlyArray<string>, options: SpawnOptions): ChildProcess; - interface ExecOptions extends CommonOptions { - shell?: string | undefined; - signal?: AbortSignal | undefined; - maxBuffer?: number | undefined; - killSignal?: NodeJS.Signals | number | undefined; - } - interface ExecOptionsWithStringEncoding extends ExecOptions { - encoding: BufferEncoding; - } - interface ExecOptionsWithBufferEncoding extends ExecOptions { - encoding: BufferEncoding | null; // specify `null`. - } - interface ExecException extends Error { - cmd?: string | undefined; - killed?: boolean | undefined; - code?: number | undefined; - signal?: NodeJS.Signals | undefined; - } - /** - * Spawns a shell then executes the `command` within that shell, buffering any - * generated output. The `command` string passed to the exec function is processed - * directly by the shell and special characters (vary based on [shell](https://en.wikipedia.org/wiki/List_of_command-line_interpreters)) - * need to be dealt with accordingly: - * - * ```js - * const { exec } = require('child_process'); - * - * exec('"/path/to/test file/test.sh" arg1 arg2'); - * // Double quotes are used so that the space in the path is not interpreted as - * // a delimiter of multiple arguments. - * - * exec('echo "The \\$HOME variable is $HOME"'); - * // The $HOME variable is escaped in the first instance, but not in the second. - * ``` - * - * **Never pass unsanitized user input to this function. Any input containing shell** - * **metacharacters may be used to trigger arbitrary command execution.** - * - * If a `callback` function is provided, it is called with the arguments`(error, stdout, stderr)`. On success, `error` will be `null`. On error,`error` will be an instance of `Error`. The - * `error.code` property will be - * the exit code of the process. By convention, any exit code other than `0`indicates an error. `error.signal` will be the signal that terminated the - * process. - * - * The `stdout` and `stderr` arguments passed to the callback will contain the - * stdout and stderr output of the child process. By default, Node.js will decode - * the output as UTF-8 and pass strings to the callback. The `encoding` option - * can be used to specify the character encoding used to decode the stdout and - * stderr output. If `encoding` is `'buffer'`, or an unrecognized character - * encoding, `Buffer` objects will be passed to the callback instead. - * - * ```js - * const { exec } = require('child_process'); - * exec('cat *.js missing_file | wc -l', (error, stdout, stderr) => { - * if (error) { - * console.error(`exec error: ${error}`); - * return; - * } - * console.log(`stdout: ${stdout}`); - * console.error(`stderr: ${stderr}`); - * }); - * ``` - * - * If `timeout` is greater than `0`, the parent will send the signal - * identified by the `killSignal` property (the default is `'SIGTERM'`) if the - * child runs longer than `timeout` milliseconds. - * - * Unlike the [`exec(3)`](http://man7.org/linux/man-pages/man3/exec.3.html) POSIX system call, `child_process.exec()` does not replace - * the existing process and uses a shell to execute the command. - * - * If this method is invoked as its `util.promisify()` ed version, it returns - * a `Promise` for an `Object` with `stdout` and `stderr` properties. The returned`ChildProcess` instance is attached to the `Promise` as a `child` property. In - * case of an error (including any error resulting in an exit code other than 0), a - * rejected promise is returned, with the same `error` object given in the - * callback, but with two additional properties `stdout` and `stderr`. - * - * ```js - * const util = require('util'); - * const exec = util.promisify(require('child_process').exec); - * - * async function lsExample() { - * const { stdout, stderr } = await exec('ls'); - * console.log('stdout:', stdout); - * console.error('stderr:', stderr); - * } - * lsExample(); - * ``` - * - * If the `signal` option is enabled, calling `.abort()` on the corresponding`AbortController` is similar to calling `.kill()` on the child process except - * the error passed to the callback will be an `AbortError`: - * - * ```js - * const { exec } = require('child_process'); - * const controller = new AbortController(); - * const { signal } = controller; - * const child = exec('grep ssh', { signal }, (error) => { - * console.log(error); // an AbortError - * }); - * controller.abort(); - * ``` - * @since v0.1.90 - * @param command The command to run, with space-separated arguments. - * @param callback called with the output when process terminates. - */ - function exec(command: string, callback?: (error: ExecException | null, stdout: string, stderr: string) => void): ChildProcess; - // `options` with `"buffer"` or `null` for `encoding` means stdout/stderr are definitely `Buffer`. - function exec( - command: string, - options: { - encoding: 'buffer' | null; - } & ExecOptions, - callback?: (error: ExecException | null, stdout: Buffer, stderr: Buffer) => void - ): ChildProcess; - // `options` with well known `encoding` means stdout/stderr are definitely `string`. - function exec( - command: string, - options: { - encoding: BufferEncoding; - } & ExecOptions, - callback?: (error: ExecException | null, stdout: string, stderr: string) => void - ): ChildProcess; - // `options` with an `encoding` whose type is `string` means stdout/stderr could either be `Buffer` or `string`. - // There is no guarantee the `encoding` is unknown as `string` is a superset of `BufferEncoding`. - function exec( - command: string, - options: { - encoding: BufferEncoding; - } & ExecOptions, - callback?: (error: ExecException | null, stdout: string | Buffer, stderr: string | Buffer) => void - ): ChildProcess; - // `options` without an `encoding` means stdout/stderr are definitely `string`. - function exec(command: string, options: ExecOptions, callback?: (error: ExecException | null, stdout: string, stderr: string) => void): ChildProcess; - // fallback if nothing else matches. Worst case is always `string | Buffer`. - function exec( - command: string, - options: (ObjectEncodingOptions & ExecOptions) | undefined | null, - callback?: (error: ExecException | null, stdout: string | Buffer, stderr: string | Buffer) => void - ): ChildProcess; - interface PromiseWithChild<T> extends Promise<T> { - child: ChildProcess; - } - namespace exec { - function __promisify__(command: string): PromiseWithChild<{ - stdout: string; - stderr: string; - }>; - function __promisify__( - command: string, - options: { - encoding: 'buffer' | null; - } & ExecOptions - ): PromiseWithChild<{ - stdout: Buffer; - stderr: Buffer; - }>; - function __promisify__( - command: string, - options: { - encoding: BufferEncoding; - } & ExecOptions - ): PromiseWithChild<{ - stdout: string; - stderr: string; - }>; - function __promisify__( - command: string, - options: ExecOptions - ): PromiseWithChild<{ - stdout: string; - stderr: string; - }>; - function __promisify__( - command: string, - options?: (ObjectEncodingOptions & ExecOptions) | null - ): PromiseWithChild<{ - stdout: string | Buffer; - stderr: string | Buffer; - }>; - } - interface ExecFileOptions extends CommonOptions, Abortable { - maxBuffer?: number | undefined; - killSignal?: NodeJS.Signals | number | undefined; - windowsVerbatimArguments?: boolean | undefined; - shell?: boolean | string | undefined; - signal?: AbortSignal | undefined; - } - interface ExecFileOptionsWithStringEncoding extends ExecFileOptions { - encoding: BufferEncoding; - } - interface ExecFileOptionsWithBufferEncoding extends ExecFileOptions { - encoding: 'buffer' | null; - } - interface ExecFileOptionsWithOtherEncoding extends ExecFileOptions { - encoding: BufferEncoding; - } - type ExecFileException = ExecException & NodeJS.ErrnoException; - /** - * The `child_process.execFile()` function is similar to {@link exec} except that it does not spawn a shell by default. Rather, the specified - * executable `file` is spawned directly as a new process making it slightly more - * efficient than {@link exec}. - * - * The same options as {@link exec} are supported. Since a shell is - * not spawned, behaviors such as I/O redirection and file globbing are not - * supported. - * - * ```js - * const { execFile } = require('child_process'); - * const child = execFile('node', ['--version'], (error, stdout, stderr) => { - * if (error) { - * throw error; - * } - * console.log(stdout); - * }); - * ``` - * - * The `stdout` and `stderr` arguments passed to the callback will contain the - * stdout and stderr output of the child process. By default, Node.js will decode - * the output as UTF-8 and pass strings to the callback. The `encoding` option - * can be used to specify the character encoding used to decode the stdout and - * stderr output. If `encoding` is `'buffer'`, or an unrecognized character - * encoding, `Buffer` objects will be passed to the callback instead. - * - * If this method is invoked as its `util.promisify()` ed version, it returns - * a `Promise` for an `Object` with `stdout` and `stderr` properties. The returned`ChildProcess` instance is attached to the `Promise` as a `child` property. In - * case of an error (including any error resulting in an exit code other than 0), a - * rejected promise is returned, with the same `error` object given in the - * callback, but with two additional properties `stdout` and `stderr`. - * - * ```js - * const util = require('util'); - * const execFile = util.promisify(require('child_process').execFile); - * async function getVersion() { - * const { stdout } = await execFile('node', ['--version']); - * console.log(stdout); - * } - * getVersion(); - * ``` - * - * **If the `shell` option is enabled, do not pass unsanitized user input to this** - * **function. Any input containing shell metacharacters may be used to trigger** - * **arbitrary command execution.** - * - * If the `signal` option is enabled, calling `.abort()` on the corresponding`AbortController` is similar to calling `.kill()` on the child process except - * the error passed to the callback will be an `AbortError`: - * - * ```js - * const { execFile } = require('child_process'); - * const controller = new AbortController(); - * const { signal } = controller; - * const child = execFile('node', ['--version'], { signal }, (error) => { - * console.log(error); // an AbortError - * }); - * controller.abort(); - * ``` - * @since v0.1.91 - * @param file The name or path of the executable file to run. - * @param args List of string arguments. - * @param callback Called with the output when process terminates. - */ - function execFile(file: string): ChildProcess; - function execFile(file: string, options: (ObjectEncodingOptions & ExecFileOptions) | undefined | null): ChildProcess; - function execFile(file: string, args?: ReadonlyArray<string> | null): ChildProcess; - function execFile(file: string, args: ReadonlyArray<string> | undefined | null, options: (ObjectEncodingOptions & ExecFileOptions) | undefined | null): ChildProcess; - // no `options` definitely means stdout/stderr are `string`. - function execFile(file: string, callback: (error: ExecFileException | null, stdout: string, stderr: string) => void): ChildProcess; - function execFile(file: string, args: ReadonlyArray<string> | undefined | null, callback: (error: ExecFileException | null, stdout: string, stderr: string) => void): ChildProcess; - // `options` with `"buffer"` or `null` for `encoding` means stdout/stderr are definitely `Buffer`. - function execFile(file: string, options: ExecFileOptionsWithBufferEncoding, callback: (error: ExecFileException | null, stdout: Buffer, stderr: Buffer) => void): ChildProcess; - function execFile( - file: string, - args: ReadonlyArray<string> | undefined | null, - options: ExecFileOptionsWithBufferEncoding, - callback: (error: ExecFileException | null, stdout: Buffer, stderr: Buffer) => void - ): ChildProcess; - // `options` with well known `encoding` means stdout/stderr are definitely `string`. - function execFile(file: string, options: ExecFileOptionsWithStringEncoding, callback: (error: ExecFileException | null, stdout: string, stderr: string) => void): ChildProcess; - function execFile( - file: string, - args: ReadonlyArray<string> | undefined | null, - options: ExecFileOptionsWithStringEncoding, - callback: (error: ExecFileException | null, stdout: string, stderr: string) => void - ): ChildProcess; - // `options` with an `encoding` whose type is `string` means stdout/stderr could either be `Buffer` or `string`. - // There is no guarantee the `encoding` is unknown as `string` is a superset of `BufferEncoding`. - function execFile(file: string, options: ExecFileOptionsWithOtherEncoding, callback: (error: ExecFileException | null, stdout: string | Buffer, stderr: string | Buffer) => void): ChildProcess; - function execFile( - file: string, - args: ReadonlyArray<string> | undefined | null, - options: ExecFileOptionsWithOtherEncoding, - callback: (error: ExecFileException | null, stdout: string | Buffer, stderr: string | Buffer) => void - ): ChildProcess; - // `options` without an `encoding` means stdout/stderr are definitely `string`. - function execFile(file: string, options: ExecFileOptions, callback: (error: ExecFileException | null, stdout: string, stderr: string) => void): ChildProcess; - function execFile( - file: string, - args: ReadonlyArray<string> | undefined | null, - options: ExecFileOptions, - callback: (error: ExecFileException | null, stdout: string, stderr: string) => void - ): ChildProcess; - // fallback if nothing else matches. Worst case is always `string | Buffer`. - function execFile( - file: string, - options: (ObjectEncodingOptions & ExecFileOptions) | undefined | null, - callback: ((error: ExecFileException | null, stdout: string | Buffer, stderr: string | Buffer) => void) | undefined | null - ): ChildProcess; - function execFile( - file: string, - args: ReadonlyArray<string> | undefined | null, - options: (ObjectEncodingOptions & ExecFileOptions) | undefined | null, - callback: ((error: ExecFileException | null, stdout: string | Buffer, stderr: string | Buffer) => void) | undefined | null - ): ChildProcess; - namespace execFile { - function __promisify__(file: string): PromiseWithChild<{ - stdout: string; - stderr: string; - }>; - function __promisify__( - file: string, - args: ReadonlyArray<string> | undefined | null - ): PromiseWithChild<{ - stdout: string; - stderr: string; - }>; - function __promisify__( - file: string, - options: ExecFileOptionsWithBufferEncoding - ): PromiseWithChild<{ - stdout: Buffer; - stderr: Buffer; - }>; - function __promisify__( - file: string, - args: ReadonlyArray<string> | undefined | null, - options: ExecFileOptionsWithBufferEncoding - ): PromiseWithChild<{ - stdout: Buffer; - stderr: Buffer; - }>; - function __promisify__( - file: string, - options: ExecFileOptionsWithStringEncoding - ): PromiseWithChild<{ - stdout: string; - stderr: string; - }>; - function __promisify__( - file: string, - args: ReadonlyArray<string> | undefined | null, - options: ExecFileOptionsWithStringEncoding - ): PromiseWithChild<{ - stdout: string; - stderr: string; - }>; - function __promisify__( - file: string, - options: ExecFileOptionsWithOtherEncoding - ): PromiseWithChild<{ - stdout: string | Buffer; - stderr: string | Buffer; - }>; - function __promisify__( - file: string, - args: ReadonlyArray<string> | undefined | null, - options: ExecFileOptionsWithOtherEncoding - ): PromiseWithChild<{ - stdout: string | Buffer; - stderr: string | Buffer; - }>; - function __promisify__( - file: string, - options: ExecFileOptions - ): PromiseWithChild<{ - stdout: string; - stderr: string; - }>; - function __promisify__( - file: string, - args: ReadonlyArray<string> | undefined | null, - options: ExecFileOptions - ): PromiseWithChild<{ - stdout: string; - stderr: string; - }>; - function __promisify__( - file: string, - options: (ObjectEncodingOptions & ExecFileOptions) | undefined | null - ): PromiseWithChild<{ - stdout: string | Buffer; - stderr: string | Buffer; - }>; - function __promisify__( - file: string, - args: ReadonlyArray<string> | undefined | null, - options: (ObjectEncodingOptions & ExecFileOptions) | undefined | null - ): PromiseWithChild<{ - stdout: string | Buffer; - stderr: string | Buffer; - }>; - } - interface ForkOptions extends ProcessEnvOptions, MessagingOptions, Abortable { - execPath?: string | undefined; - execArgv?: string[] | undefined; - silent?: boolean | undefined; - stdio?: StdioOptions | undefined; - detached?: boolean | undefined; - windowsVerbatimArguments?: boolean | undefined; - } - /** - * The `child_process.fork()` method is a special case of {@link spawn} used specifically to spawn new Node.js processes. - * Like {@link spawn}, a `ChildProcess` object is returned. The - * returned `ChildProcess` will have an additional communication channel - * built-in that allows messages to be passed back and forth between the parent and - * child. See `subprocess.send()` for details. - * - * Keep in mind that spawned Node.js child processes are - * independent of the parent with exception of the IPC communication channel - * that is established between the two. Each process has its own memory, with - * their own V8 instances. Because of the additional resource allocations - * required, spawning a large number of child Node.js processes is not - * recommended. - * - * By default, `child_process.fork()` will spawn new Node.js instances using the `process.execPath` of the parent process. The `execPath` property in the`options` object allows for an alternative - * execution path to be used. - * - * Node.js processes launched with a custom `execPath` will communicate with the - * parent process using the file descriptor (fd) identified using the - * environment variable `NODE_CHANNEL_FD` on the child process. - * - * Unlike the [`fork(2)`](http://man7.org/linux/man-pages/man2/fork.2.html) POSIX system call, `child_process.fork()` does not clone the - * current process. - * - * The `shell` option available in {@link spawn} is not supported by`child_process.fork()` and will be ignored if set. - * - * If the `signal` option is enabled, calling `.abort()` on the corresponding`AbortController` is similar to calling `.kill()` on the child process except - * the error passed to the callback will be an `AbortError`: - * - * ```js - * if (process.argv[2] === 'child') { - * setTimeout(() => { - * console.log(`Hello from ${process.argv[2]}!`); - * }, 1_000); - * } else { - * const { fork } = require('child_process'); - * const controller = new AbortController(); - * const { signal } = controller; - * const child = fork(__filename, ['child'], { signal }); - * child.on('error', (err) => { - * // This will be called with err being an AbortError if the controller aborts - * }); - * controller.abort(); // Stops the child process - * } - * ``` - * @since v0.5.0 - * @param modulePath The module to run in the child. - * @param args List of string arguments. - */ - function fork(modulePath: string, options?: ForkOptions): ChildProcess; - function fork(modulePath: string, args?: ReadonlyArray<string>, options?: ForkOptions): ChildProcess; - interface SpawnSyncOptions extends CommonSpawnOptions { - input?: string | NodeJS.ArrayBufferView | undefined; - maxBuffer?: number | undefined; - encoding?: BufferEncoding | 'buffer' | null | undefined; - } - interface SpawnSyncOptionsWithStringEncoding extends SpawnSyncOptions { - encoding: BufferEncoding; - } - interface SpawnSyncOptionsWithBufferEncoding extends SpawnSyncOptions { - encoding?: 'buffer' | null | undefined; - } - interface SpawnSyncReturns<T> { - pid: number; - output: Array<T | null>; - stdout: T; - stderr: T; - status: number | null; - signal: NodeJS.Signals | null; - error?: Error | undefined; - } - /** - * The `child_process.spawnSync()` method is generally identical to {@link spawn} with the exception that the function will not return - * until the child process has fully closed. When a timeout has been encountered - * and `killSignal` is sent, the method won't return until the process has - * completely exited. If the process intercepts and handles the `SIGTERM` signal - * and doesn't exit, the parent process will wait until the child process has - * exited. - * - * **If the `shell` option is enabled, do not pass unsanitized user input to this** - * **function. Any input containing shell metacharacters may be used to trigger** - * **arbitrary command execution.** - * @since v0.11.12 - * @param command The command to run. - * @param args List of string arguments. - */ - function spawnSync(command: string): SpawnSyncReturns<Buffer>; - function spawnSync(command: string, options: SpawnSyncOptionsWithStringEncoding): SpawnSyncReturns<string>; - function spawnSync(command: string, options: SpawnSyncOptionsWithBufferEncoding): SpawnSyncReturns<Buffer>; - function spawnSync(command: string, options?: SpawnSyncOptions): SpawnSyncReturns<string | Buffer>; - function spawnSync(command: string, args: ReadonlyArray<string>): SpawnSyncReturns<Buffer>; - function spawnSync(command: string, args: ReadonlyArray<string>, options: SpawnSyncOptionsWithStringEncoding): SpawnSyncReturns<string>; - function spawnSync(command: string, args: ReadonlyArray<string>, options: SpawnSyncOptionsWithBufferEncoding): SpawnSyncReturns<Buffer>; - function spawnSync(command: string, args?: ReadonlyArray<string>, options?: SpawnSyncOptions): SpawnSyncReturns<string | Buffer>; - interface CommonExecOptions extends CommonOptions { - input?: string | NodeJS.ArrayBufferView | undefined; - stdio?: StdioOptions | undefined; - killSignal?: NodeJS.Signals | number | undefined; - maxBuffer?: number | undefined; - encoding?: BufferEncoding | 'buffer' | null | undefined; - } - interface ExecSyncOptions extends CommonExecOptions { - shell?: string | undefined; - } - interface ExecSyncOptionsWithStringEncoding extends ExecSyncOptions { - encoding: BufferEncoding; - } - interface ExecSyncOptionsWithBufferEncoding extends ExecSyncOptions { - encoding?: 'buffer' | null | undefined; - } - /** - * The `child_process.execSync()` method is generally identical to {@link exec} with the exception that the method will not return - * until the child process has fully closed. When a timeout has been encountered - * and `killSignal` is sent, the method won't return until the process has - * completely exited. If the child process intercepts and handles the `SIGTERM`signal and doesn't exit, the parent process will wait until the child process - * has exited. - * - * If the process times out or has a non-zero exit code, this method will throw. - * The `Error` object will contain the entire result from {@link spawnSync}. - * - * **Never pass unsanitized user input to this function. Any input containing shell** - * **metacharacters may be used to trigger arbitrary command execution.** - * @since v0.11.12 - * @param command The command to run. - * @return The stdout from the command. - */ - function execSync(command: string): Buffer; - function execSync(command: string, options: ExecSyncOptionsWithStringEncoding): string; - function execSync(command: string, options: ExecSyncOptionsWithBufferEncoding): Buffer; - function execSync(command: string, options?: ExecSyncOptions): string | Buffer; - interface ExecFileSyncOptions extends CommonExecOptions { - shell?: boolean | string | undefined; - } - interface ExecFileSyncOptionsWithStringEncoding extends ExecFileSyncOptions { - encoding: BufferEncoding; - } - interface ExecFileSyncOptionsWithBufferEncoding extends ExecFileSyncOptions { - encoding?: 'buffer' | null; // specify `null`. - } - /** - * The `child_process.execFileSync()` method is generally identical to {@link execFile} with the exception that the method will not - * return until the child process has fully closed. When a timeout has been - * encountered and `killSignal` is sent, the method won't return until the process - * has completely exited. - * - * If the child process intercepts and handles the `SIGTERM` signal and - * does not exit, the parent process will still wait until the child process has - * exited. - * - * If the process times out or has a non-zero exit code, this method will throw an `Error` that will include the full result of the underlying {@link spawnSync}. - * - * **If the `shell` option is enabled, do not pass unsanitized user input to this** - * **function. Any input containing shell metacharacters may be used to trigger** - * **arbitrary command execution.** - * @since v0.11.12 - * @param file The name or path of the executable file to run. - * @param args List of string arguments. - * @return The stdout from the command. - */ - function execFileSync(file: string): Buffer; - function execFileSync(file: string, options: ExecFileSyncOptionsWithStringEncoding): string; - function execFileSync(file: string, options: ExecFileSyncOptionsWithBufferEncoding): Buffer; - function execFileSync(file: string, options?: ExecFileSyncOptions): string | Buffer; - function execFileSync(file: string, args: ReadonlyArray<string>): Buffer; - function execFileSync(file: string, args: ReadonlyArray<string>, options: ExecFileSyncOptionsWithStringEncoding): string; - function execFileSync(file: string, args: ReadonlyArray<string>, options: ExecFileSyncOptionsWithBufferEncoding): Buffer; - function execFileSync(file: string, args?: ReadonlyArray<string>, options?: ExecFileSyncOptions): string | Buffer; -} -declare module 'node:child_process' { - export * from 'child_process'; -} diff --git a/software/flow/node_modules/@types/node/ts4.8/cluster.d.ts b/software/flow/node_modules/@types/node/ts4.8/cluster.d.ts deleted file mode 100755 index 37dbc57..0000000 --- a/software/flow/node_modules/@types/node/ts4.8/cluster.d.ts +++ /dev/null @@ -1,410 +0,0 @@ -/** - * Clusters of Node.js processes can be used to run multiple instances of Node.js - * that can distribute workloads among their application threads. When process - * isolation is not needed, use the `worker_threads` module instead, which - * allows running multiple application threads within a single Node.js instance. - * - * The cluster module allows easy creation of child processes that all share - * server ports. - * - * ```js - * import cluster from 'cluster'; - * import http from 'http'; - * import { cpus } from 'os'; - * import process from 'process'; - * - * const numCPUs = cpus().length; - * - * if (cluster.isPrimary) { - * console.log(`Primary ${process.pid} is running`); - * - * // Fork workers. - * for (let i = 0; i < numCPUs; i++) { - * cluster.fork(); - * } - * - * cluster.on('exit', (worker, code, signal) => { - * console.log(`worker ${worker.process.pid} died`); - * }); - * } else { - * // Workers can share any TCP connection - * // In this case it is an HTTP server - * http.createServer((req, res) => { - * res.writeHead(200); - * res.end('hello world\n'); - * }).listen(8000); - * - * console.log(`Worker ${process.pid} started`); - * } - * ``` - * - * Running Node.js will now share port 8000 between the workers: - * - * ```console - * $ node server.js - * Primary 3596 is running - * Worker 4324 started - * Worker 4520 started - * Worker 6056 started - * Worker 5644 started - * ``` - * - * On Windows, it is not yet possible to set up a named pipe server in a worker. - * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/cluster.js) - */ -declare module 'cluster' { - import * as child from 'node:child_process'; - import EventEmitter = require('node:events'); - import * as net from 'node:net'; - export interface ClusterSettings { - execArgv?: string[] | undefined; // default: process.execArgv - exec?: string | undefined; - args?: string[] | undefined; - silent?: boolean | undefined; - stdio?: any[] | undefined; - uid?: number | undefined; - gid?: number | undefined; - inspectPort?: number | (() => number) | undefined; - } - export interface Address { - address: string; - port: number; - addressType: number | 'udp4' | 'udp6'; // 4, 6, -1, "udp4", "udp6" - } - /** - * A `Worker` object contains all public information and method about a worker. - * In the primary it can be obtained using `cluster.workers`. In a worker - * it can be obtained using `cluster.worker`. - * @since v0.7.0 - */ - export class Worker extends EventEmitter { - /** - * Each new worker is given its own unique id, this id is stored in the`id`. - * - * While a worker is alive, this is the key that indexes it in`cluster.workers`. - * @since v0.8.0 - */ - id: number; - /** - * All workers are created using `child_process.fork()`, the returned object - * from this function is stored as `.process`. In a worker, the global `process`is stored. - * - * See: `Child Process module`. - * - * Workers will call `process.exit(0)` if the `'disconnect'` event occurs - * on `process` and `.exitedAfterDisconnect` is not `true`. This protects against - * accidental disconnection. - * @since v0.7.0 - */ - process: child.ChildProcess; - /** - * Send a message to a worker or primary, optionally with a handle. - * - * In the primary, this sends a message to a specific worker. It is identical to `ChildProcess.send()`. - * - * In a worker, this sends a message to the primary. It is identical to`process.send()`. - * - * This example will echo back all messages from the primary: - * - * ```js - * if (cluster.isPrimary) { - * const worker = cluster.fork(); - * worker.send('hi there'); - * - * } else if (cluster.isWorker) { - * process.on('message', (msg) => { - * process.send(msg); - * }); - * } - * ``` - * @since v0.7.0 - * @param options The `options` argument, if present, is an object used to parameterize the sending of certain types of handles. `options` supports the following properties: - */ - send(message: child.Serializable, callback?: (error: Error | null) => void): boolean; - send(message: child.Serializable, sendHandle: child.SendHandle, callback?: (error: Error | null) => void): boolean; - send(message: child.Serializable, sendHandle: child.SendHandle, options?: child.MessageOptions, callback?: (error: Error | null) => void): boolean; - /** - * This function will kill the worker. In the primary worker, it does this by - * disconnecting the `worker.process`, and once disconnected, killing with`signal`. In the worker, it does it by killing the process with `signal`. - * - * The `kill()` function kills the worker process without waiting for a graceful - * disconnect, it has the same behavior as `worker.process.kill()`. - * - * This method is aliased as `worker.destroy()` for backwards compatibility. - * - * In a worker, `process.kill()` exists, but it is not this function; - * it is `kill()`. - * @since v0.9.12 - * @param [signal='SIGTERM'] Name of the kill signal to send to the worker process. - */ - kill(signal?: string): void; - destroy(signal?: string): void; - /** - * In a worker, this function will close all servers, wait for the `'close'` event - * on those servers, and then disconnect the IPC channel. - * - * In the primary, an internal message is sent to the worker causing it to call`.disconnect()` on itself. - * - * Causes `.exitedAfterDisconnect` to be set. - * - * After a server is closed, it will no longer accept new connections, - * but connections may be accepted by any other listening worker. Existing - * connections will be allowed to close as usual. When no more connections exist, - * see `server.close()`, the IPC channel to the worker will close allowing it - * to die gracefully. - * - * The above applies _only_ to server connections, client connections are not - * automatically closed by workers, and disconnect does not wait for them to close - * before exiting. - * - * In a worker, `process.disconnect` exists, but it is not this function; - * it is `disconnect()`. - * - * Because long living server connections may block workers from disconnecting, it - * may be useful to send a message, so application specific actions may be taken to - * close them. It also may be useful to implement a timeout, killing a worker if - * the `'disconnect'` event has not been emitted after some time. - * - * ```js - * if (cluster.isPrimary) { - * const worker = cluster.fork(); - * let timeout; - * - * worker.on('listening', (address) => { - * worker.send('shutdown'); - * worker.disconnect(); - * timeout = setTimeout(() => { - * worker.kill(); - * }, 2000); - * }); - * - * worker.on('disconnect', () => { - * clearTimeout(timeout); - * }); - * - * } else if (cluster.isWorker) { - * const net = require('net'); - * const server = net.createServer((socket) => { - * // Connections never end - * }); - * - * server.listen(8000); - * - * process.on('message', (msg) => { - * if (msg === 'shutdown') { - * // Initiate graceful close of any connections to server - * } - * }); - * } - * ``` - * @since v0.7.7 - * @return A reference to `worker`. - */ - disconnect(): void; - /** - * This function returns `true` if the worker is connected to its primary via its - * IPC channel, `false` otherwise. A worker is connected to its primary after it - * has been created. It is disconnected after the `'disconnect'` event is emitted. - * @since v0.11.14 - */ - isConnected(): boolean; - /** - * This function returns `true` if the worker's process has terminated (either - * because of exiting or being signaled). Otherwise, it returns `false`. - * - * ```js - * import cluster from 'cluster'; - * import http from 'http'; - * import { cpus } from 'os'; - * import process from 'process'; - * - * const numCPUs = cpus().length; - * - * if (cluster.isPrimary) { - * console.log(`Primary ${process.pid} is running`); - * - * // Fork workers. - * for (let i = 0; i < numCPUs; i++) { - * cluster.fork(); - * } - * - * cluster.on('fork', (worker) => { - * console.log('worker is dead:', worker.isDead()); - * }); - * - * cluster.on('exit', (worker, code, signal) => { - * console.log('worker is dead:', worker.isDead()); - * }); - * } else { - * // Workers can share any TCP connection. In this case, it is an HTTP server. - * http.createServer((req, res) => { - * res.writeHead(200); - * res.end(`Current process\n ${process.pid}`); - * process.kill(process.pid); - * }).listen(8000); - * } - * ``` - * @since v0.11.14 - */ - isDead(): boolean; - /** - * This property is `true` if the worker exited due to `.disconnect()`. - * If the worker exited any other way, it is `false`. If the - * worker has not exited, it is `undefined`. - * - * The boolean `worker.exitedAfterDisconnect` allows distinguishing between - * voluntary and accidental exit, the primary may choose not to respawn a worker - * based on this value. - * - * ```js - * cluster.on('exit', (worker, code, signal) => { - * if (worker.exitedAfterDisconnect === true) { - * console.log('Oh, it was just voluntary – no need to worry'); - * } - * }); - * - * // kill worker - * worker.kill(); - * ``` - * @since v6.0.0 - */ - exitedAfterDisconnect: boolean; - /** - * events.EventEmitter - * 1. disconnect - * 2. error - * 3. exit - * 4. listening - * 5. message - * 6. online - */ - addListener(event: string, listener: (...args: any[]) => void): this; - addListener(event: 'disconnect', listener: () => void): this; - addListener(event: 'error', listener: (error: Error) => void): this; - addListener(event: 'exit', listener: (code: number, signal: string) => void): this; - addListener(event: 'listening', listener: (address: Address) => void): this; - addListener(event: 'message', listener: (message: any, handle: net.Socket | net.Server) => void): this; // the handle is a net.Socket or net.Server object, or undefined. - addListener(event: 'online', listener: () => void): this; - emit(event: string | symbol, ...args: any[]): boolean; - emit(event: 'disconnect'): boolean; - emit(event: 'error', error: Error): boolean; - emit(event: 'exit', code: number, signal: string): boolean; - emit(event: 'listening', address: Address): boolean; - emit(event: 'message', message: any, handle: net.Socket | net.Server): boolean; - emit(event: 'online'): boolean; - on(event: string, listener: (...args: any[]) => void): this; - on(event: 'disconnect', listener: () => void): this; - on(event: 'error', listener: (error: Error) => void): this; - on(event: 'exit', listener: (code: number, signal: string) => void): this; - on(event: 'listening', listener: (address: Address) => void): this; - on(event: 'message', listener: (message: any, handle: net.Socket | net.Server) => void): this; // the handle is a net.Socket or net.Server object, or undefined. - on(event: 'online', listener: () => void): this; - once(event: string, listener: (...args: any[]) => void): this; - once(event: 'disconnect', listener: () => void): this; - once(event: 'error', listener: (error: Error) => void): this; - once(event: 'exit', listener: (code: number, signal: string) => void): this; - once(event: 'listening', listener: (address: Address) => void): this; - once(event: 'message', listener: (message: any, handle: net.Socket | net.Server) => void): this; // the handle is a net.Socket or net.Server object, or undefined. - once(event: 'online', listener: () => void): this; - prependListener(event: string, listener: (...args: any[]) => void): this; - prependListener(event: 'disconnect', listener: () => void): this; - prependListener(event: 'error', listener: (error: Error) => void): this; - prependListener(event: 'exit', listener: (code: number, signal: string) => void): this; - prependListener(event: 'listening', listener: (address: Address) => void): this; - prependListener(event: 'message', listener: (message: any, handle: net.Socket | net.Server) => void): this; // the handle is a net.Socket or net.Server object, or undefined. - prependListener(event: 'online', listener: () => void): this; - prependOnceListener(event: string, listener: (...args: any[]) => void): this; - prependOnceListener(event: 'disconnect', listener: () => void): this; - prependOnceListener(event: 'error', listener: (error: Error) => void): this; - prependOnceListener(event: 'exit', listener: (code: number, signal: string) => void): this; - prependOnceListener(event: 'listening', listener: (address: Address) => void): this; - prependOnceListener(event: 'message', listener: (message: any, handle: net.Socket | net.Server) => void): this; // the handle is a net.Socket or net.Server object, or undefined. - prependOnceListener(event: 'online', listener: () => void): this; - } - export interface Cluster extends EventEmitter { - disconnect(callback?: () => void): void; - fork(env?: any): Worker; - /** @deprecated since v16.0.0 - use isPrimary. */ - readonly isMaster: boolean; - readonly isPrimary: boolean; - readonly isWorker: boolean; - schedulingPolicy: number; - readonly settings: ClusterSettings; - /** @deprecated since v16.0.0 - use setupPrimary. */ - setupMaster(settings?: ClusterSettings): void; - /** - * `setupPrimary` is used to change the default 'fork' behavior. Once called, the settings will be present in cluster.settings. - */ - setupPrimary(settings?: ClusterSettings): void; - readonly worker?: Worker | undefined; - readonly workers?: NodeJS.Dict<Worker> | undefined; - readonly SCHED_NONE: number; - readonly SCHED_RR: number; - /** - * events.EventEmitter - * 1. disconnect - * 2. exit - * 3. fork - * 4. listening - * 5. message - * 6. online - * 7. setup - */ - addListener(event: string, listener: (...args: any[]) => void): this; - addListener(event: 'disconnect', listener: (worker: Worker) => void): this; - addListener(event: 'exit', listener: (worker: Worker, code: number, signal: string) => void): this; - addListener(event: 'fork', listener: (worker: Worker) => void): this; - addListener(event: 'listening', listener: (worker: Worker, address: Address) => void): this; - addListener(event: 'message', listener: (worker: Worker, message: any, handle: net.Socket | net.Server) => void): this; // the handle is a net.Socket or net.Server object, or undefined. - addListener(event: 'online', listener: (worker: Worker) => void): this; - addListener(event: 'setup', listener: (settings: ClusterSettings) => void): this; - emit(event: string | symbol, ...args: any[]): boolean; - emit(event: 'disconnect', worker: Worker): boolean; - emit(event: 'exit', worker: Worker, code: number, signal: string): boolean; - emit(event: 'fork', worker: Worker): boolean; - emit(event: 'listening', worker: Worker, address: Address): boolean; - emit(event: 'message', worker: Worker, message: any, handle: net.Socket | net.Server): boolean; - emit(event: 'online', worker: Worker): boolean; - emit(event: 'setup', settings: ClusterSettings): boolean; - on(event: string, listener: (...args: any[]) => void): this; - on(event: 'disconnect', listener: (worker: Worker) => void): this; - on(event: 'exit', listener: (worker: Worker, code: number, signal: string) => void): this; - on(event: 'fork', listener: (worker: Worker) => void): this; - on(event: 'listening', listener: (worker: Worker, address: Address) => void): this; - on(event: 'message', listener: (worker: Worker, message: any, handle: net.Socket | net.Server) => void): this; // the handle is a net.Socket or net.Server object, or undefined. - on(event: 'online', listener: (worker: Worker) => void): this; - on(event: 'setup', listener: (settings: ClusterSettings) => void): this; - once(event: string, listener: (...args: any[]) => void): this; - once(event: 'disconnect', listener: (worker: Worker) => void): this; - once(event: 'exit', listener: (worker: Worker, code: number, signal: string) => void): this; - once(event: 'fork', listener: (worker: Worker) => void): this; - once(event: 'listening', listener: (worker: Worker, address: Address) => void): this; - once(event: 'message', listener: (worker: Worker, message: any, handle: net.Socket | net.Server) => void): this; // the handle is a net.Socket or net.Server object, or undefined. - once(event: 'online', listener: (worker: Worker) => void): this; - once(event: 'setup', listener: (settings: ClusterSettings) => void): this; - prependListener(event: string, listener: (...args: any[]) => void): this; - prependListener(event: 'disconnect', listener: (worker: Worker) => void): this; - prependListener(event: 'exit', listener: (worker: Worker, code: number, signal: string) => void): this; - prependListener(event: 'fork', listener: (worker: Worker) => void): this; - prependListener(event: 'listening', listener: (worker: Worker, address: Address) => void): this; - // the handle is a net.Socket or net.Server object, or undefined. - prependListener(event: 'message', listener: (worker: Worker, message: any, handle?: net.Socket | net.Server) => void): this; - prependListener(event: 'online', listener: (worker: Worker) => void): this; - prependListener(event: 'setup', listener: (settings: ClusterSettings) => void): this; - prependOnceListener(event: string, listener: (...args: any[]) => void): this; - prependOnceListener(event: 'disconnect', listener: (worker: Worker) => void): this; - prependOnceListener(event: 'exit', listener: (worker: Worker, code: number, signal: string) => void): this; - prependOnceListener(event: 'fork', listener: (worker: Worker) => void): this; - prependOnceListener(event: 'listening', listener: (worker: Worker, address: Address) => void): this; - // the handle is a net.Socket or net.Server object, or undefined. - prependOnceListener(event: 'message', listener: (worker: Worker, message: any, handle: net.Socket | net.Server) => void): this; - prependOnceListener(event: 'online', listener: (worker: Worker) => void): this; - prependOnceListener(event: 'setup', listener: (settings: ClusterSettings) => void): this; - } - const cluster: Cluster; - export default cluster; -} -declare module 'node:cluster' { - export * from 'cluster'; - export { default as default } from 'cluster'; -} diff --git a/software/flow/node_modules/@types/node/ts4.8/console.d.ts b/software/flow/node_modules/@types/node/ts4.8/console.d.ts deleted file mode 100755 index 16c9137..0000000 --- a/software/flow/node_modules/@types/node/ts4.8/console.d.ts +++ /dev/null @@ -1,412 +0,0 @@ -/** - * The `console` module provides a simple debugging console that is similar to the - * JavaScript console mechanism provided by web browsers. - * - * The module exports two specific components: - * - * * A `Console` class with methods such as `console.log()`, `console.error()` and`console.warn()` that can be used to write to any Node.js stream. - * * A global `console` instance configured to write to `process.stdout` and `process.stderr`. The global `console` can be used without calling`require('console')`. - * - * _**Warning**_: The global console object's methods are neither consistently - * synchronous like the browser APIs they resemble, nor are they consistently - * asynchronous like all other Node.js streams. See the `note on process I/O` for - * more information. - * - * Example using the global `console`: - * - * ```js - * console.log('hello world'); - * // Prints: hello world, to stdout - * console.log('hello %s', 'world'); - * // Prints: hello world, to stdout - * console.error(new Error('Whoops, something bad happened')); - * // Prints error message and stack trace to stderr: - * // Error: Whoops, something bad happened - * // at [eval]:5:15 - * // at Script.runInThisContext (node:vm:132:18) - * // at Object.runInThisContext (node:vm:309:38) - * // at node:internal/process/execution:77:19 - * // at [eval]-wrapper:6:22 - * // at evalScript (node:internal/process/execution:76:60) - * // at node:internal/main/eval_string:23:3 - * - * const name = 'Will Robinson'; - * console.warn(`Danger ${name}! Danger!`); - * // Prints: Danger Will Robinson! Danger!, to stderr - * ``` - * - * Example using the `Console` class: - * - * ```js - * const out = getStreamSomehow(); - * const err = getStreamSomehow(); - * const myConsole = new console.Console(out, err); - * - * myConsole.log('hello world'); - * // Prints: hello world, to out - * myConsole.log('hello %s', 'world'); - * // Prints: hello world, to out - * myConsole.error(new Error('Whoops, something bad happened')); - * // Prints: [Error: Whoops, something bad happened], to err - * - * const name = 'Will Robinson'; - * myConsole.warn(`Danger ${name}! Danger!`); - * // Prints: Danger Will Robinson! Danger!, to err - * ``` - * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/console.js) - */ -declare module 'console' { - import console = require('node:console'); - export = console; -} -declare module 'node:console' { - import { InspectOptions } from 'node:util'; - global { - // This needs to be global to avoid TS2403 in case lib.dom.d.ts is present in the same build - interface Console { - Console: console.ConsoleConstructor; - /** - * `console.assert()` writes a message if `value` is [falsy](https://developer.mozilla.org/en-US/docs/Glossary/Falsy) or omitted. It only - * writes a message and does not otherwise affect execution. The output always - * starts with `"Assertion failed"`. If provided, `message` is formatted using `util.format()`. - * - * If `value` is [truthy](https://developer.mozilla.org/en-US/docs/Glossary/Truthy), nothing happens. - * - * ```js - * console.assert(true, 'does nothing'); - * - * console.assert(false, 'Whoops %s work', 'didn\'t'); - * // Assertion failed: Whoops didn't work - * - * console.assert(); - * // Assertion failed - * ``` - * @since v0.1.101 - * @param value The value tested for being truthy. - * @param message All arguments besides `value` are used as error message. - */ - assert(value: any, message?: string, ...optionalParams: any[]): void; - /** - * When `stdout` is a TTY, calling `console.clear()` will attempt to clear the - * TTY. When `stdout` is not a TTY, this method does nothing. - * - * The specific operation of `console.clear()` can vary across operating systems - * and terminal types. For most Linux operating systems, `console.clear()`operates similarly to the `clear` shell command. On Windows, `console.clear()`will clear only the output in the - * current terminal viewport for the Node.js - * binary. - * @since v8.3.0 - */ - clear(): void; - /** - * Maintains an internal counter specific to `label` and outputs to `stdout` the - * number of times `console.count()` has been called with the given `label`. - * - * ```js - * > console.count() - * default: 1 - * undefined - * > console.count('default') - * default: 2 - * undefined - * > console.count('abc') - * abc: 1 - * undefined - * > console.count('xyz') - * xyz: 1 - * undefined - * > console.count('abc') - * abc: 2 - * undefined - * > console.count() - * default: 3 - * undefined - * > - * ``` - * @since v8.3.0 - * @param label The display label for the counter. - */ - count(label?: string): void; - /** - * Resets the internal counter specific to `label`. - * - * ```js - * > console.count('abc'); - * abc: 1 - * undefined - * > console.countReset('abc'); - * undefined - * > console.count('abc'); - * abc: 1 - * undefined - * > - * ``` - * @since v8.3.0 - * @param label The display label for the counter. - */ - countReset(label?: string): void; - /** - * The `console.debug()` function is an alias for {@link log}. - * @since v8.0.0 - */ - debug(message?: any, ...optionalParams: any[]): void; - /** - * Uses `util.inspect()` on `obj` and prints the resulting string to `stdout`. - * This function bypasses any custom `inspect()` function defined on `obj`. - * @since v0.1.101 - */ - dir(obj: any, options?: InspectOptions): void; - /** - * This method calls `console.log()` passing it the arguments received. - * This method does not produce any XML formatting. - * @since v8.0.0 - */ - dirxml(...data: any[]): void; - /** - * Prints to `stderr` with newline. Multiple arguments can be passed, with the - * first used as the primary message and all additional used as substitution - * values similar to [`printf(3)`](http://man7.org/linux/man-pages/man3/printf.3.html) (the arguments are all passed to `util.format()`). - * - * ```js - * const code = 5; - * console.error('error #%d', code); - * // Prints: error #5, to stderr - * console.error('error', code); - * // Prints: error 5, to stderr - * ``` - * - * If formatting elements (e.g. `%d`) are not found in the first string then `util.inspect()` is called on each argument and the resulting string - * values are concatenated. See `util.format()` for more information. - * @since v0.1.100 - */ - error(message?: any, ...optionalParams: any[]): void; - /** - * Increases indentation of subsequent lines by spaces for `groupIndentation`length. - * - * If one or more `label`s are provided, those are printed first without the - * additional indentation. - * @since v8.5.0 - */ - group(...label: any[]): void; - /** - * An alias for {@link group}. - * @since v8.5.0 - */ - groupCollapsed(...label: any[]): void; - /** - * Decreases indentation of subsequent lines by spaces for `groupIndentation`length. - * @since v8.5.0 - */ - groupEnd(): void; - /** - * The `console.info()` function is an alias for {@link log}. - * @since v0.1.100 - */ - info(message?: any, ...optionalParams: any[]): void; - /** - * Prints to `stdout` with newline. Multiple arguments can be passed, with the - * first used as the primary message and all additional used as substitution - * values similar to [`printf(3)`](http://man7.org/linux/man-pages/man3/printf.3.html) (the arguments are all passed to `util.format()`). - * - * ```js - * const count = 5; - * console.log('count: %d', count); - * // Prints: count: 5, to stdout - * console.log('count:', count); - * // Prints: count: 5, to stdout - * ``` - * - * See `util.format()` for more information. - * @since v0.1.100 - */ - log(message?: any, ...optionalParams: any[]): void; - /** - * Try to construct a table with the columns of the properties of `tabularData`(or use `properties`) and rows of `tabularData` and log it. Falls back to just - * logging the argument if it can’t be parsed as tabular. - * - * ```js - * // These can't be parsed as tabular data - * console.table(Symbol()); - * // Symbol() - * - * console.table(undefined); - * // undefined - * - * console.table([{ a: 1, b: 'Y' }, { a: 'Z', b: 2 }]); - * // ┌─────────┬─────┬─────┐ - * // │ (index) │ a │ b │ - * // ├─────────┼─────┼─────┤ - * // │ 0 │ 1 │ 'Y' │ - * // │ 1 │ 'Z' │ 2 │ - * // └─────────┴─────┴─────┘ - * - * console.table([{ a: 1, b: 'Y' }, { a: 'Z', b: 2 }], ['a']); - * // ┌─────────┬─────┐ - * // │ (index) │ a │ - * // ├─────────┼─────┤ - * // │ 0 │ 1 │ - * // │ 1 │ 'Z' │ - * // └─────────┴─────┘ - * ``` - * @since v10.0.0 - * @param properties Alternate properties for constructing the table. - */ - table(tabularData: any, properties?: ReadonlyArray<string>): void; - /** - * Starts a timer that can be used to compute the duration of an operation. Timers - * are identified by a unique `label`. Use the same `label` when calling {@link timeEnd} to stop the timer and output the elapsed time in - * suitable time units to `stdout`. For example, if the elapsed - * time is 3869ms, `console.timeEnd()` displays "3.869s". - * @since v0.1.104 - */ - time(label?: string): void; - /** - * Stops a timer that was previously started by calling {@link time} and - * prints the result to `stdout`: - * - * ```js - * console.time('100-elements'); - * for (let i = 0; i < 100; i++) {} - * console.timeEnd('100-elements'); - * // prints 100-elements: 225.438ms - * ``` - * @since v0.1.104 - */ - timeEnd(label?: string): void; - /** - * For a timer that was previously started by calling {@link time}, prints - * the elapsed time and other `data` arguments to `stdout`: - * - * ```js - * console.time('process'); - * const value = expensiveProcess1(); // Returns 42 - * console.timeLog('process', value); - * // Prints "process: 365.227ms 42". - * doExpensiveProcess2(value); - * console.timeEnd('process'); - * ``` - * @since v10.7.0 - */ - timeLog(label?: string, ...data: any[]): void; - /** - * Prints to `stderr` the string `'Trace: '`, followed by the `util.format()` formatted message and stack trace to the current position in the code. - * - * ```js - * console.trace('Show me'); - * // Prints: (stack trace will vary based on where trace is called) - * // Trace: Show me - * // at repl:2:9 - * // at REPLServer.defaultEval (repl.js:248:27) - * // at bound (domain.js:287:14) - * // at REPLServer.runBound [as eval] (domain.js:300:12) - * // at REPLServer.<anonymous> (repl.js:412:12) - * // at emitOne (events.js:82:20) - * // at REPLServer.emit (events.js:169:7) - * // at REPLServer.Interface._onLine (readline.js:210:10) - * // at REPLServer.Interface._line (readline.js:549:8) - * // at REPLServer.Interface._ttyWrite (readline.js:826:14) - * ``` - * @since v0.1.104 - */ - trace(message?: any, ...optionalParams: any[]): void; - /** - * The `console.warn()` function is an alias for {@link error}. - * @since v0.1.100 - */ - warn(message?: any, ...optionalParams: any[]): void; - // --- Inspector mode only --- - /** - * This method does not display anything unless used in the inspector. - * Starts a JavaScript CPU profile with an optional label. - */ - profile(label?: string): void; - /** - * This method does not display anything unless used in the inspector. - * Stops the current JavaScript CPU profiling session if one has been started and prints the report to the Profiles panel of the inspector. - */ - profileEnd(label?: string): void; - /** - * This method does not display anything unless used in the inspector. - * Adds an event with the label `label` to the Timeline panel of the inspector. - */ - timeStamp(label?: string): void; - } - /** - * The `console` module provides a simple debugging console that is similar to the - * JavaScript console mechanism provided by web browsers. - * - * The module exports two specific components: - * - * * A `Console` class with methods such as `console.log()`, `console.error()` and`console.warn()` that can be used to write to any Node.js stream. - * * A global `console` instance configured to write to `process.stdout` and `process.stderr`. The global `console` can be used without calling`require('console')`. - * - * _**Warning**_: The global console object's methods are neither consistently - * synchronous like the browser APIs they resemble, nor are they consistently - * asynchronous like all other Node.js streams. See the `note on process I/O` for - * more information. - * - * Example using the global `console`: - * - * ```js - * console.log('hello world'); - * // Prints: hello world, to stdout - * console.log('hello %s', 'world'); - * // Prints: hello world, to stdout - * console.error(new Error('Whoops, something bad happened')); - * // Prints error message and stack trace to stderr: - * // Error: Whoops, something bad happened - * // at [eval]:5:15 - * // at Script.runInThisContext (node:vm:132:18) - * // at Object.runInThisContext (node:vm:309:38) - * // at node:internal/process/execution:77:19 - * // at [eval]-wrapper:6:22 - * // at evalScript (node:internal/process/execution:76:60) - * // at node:internal/main/eval_string:23:3 - * - * const name = 'Will Robinson'; - * console.warn(`Danger ${name}! Danger!`); - * // Prints: Danger Will Robinson! Danger!, to stderr - * ``` - * - * Example using the `Console` class: - * - * ```js - * const out = getStreamSomehow(); - * const err = getStreamSomehow(); - * const myConsole = new console.Console(out, err); - * - * myConsole.log('hello world'); - * // Prints: hello world, to out - * myConsole.log('hello %s', 'world'); - * // Prints: hello world, to out - * myConsole.error(new Error('Whoops, something bad happened')); - * // Prints: [Error: Whoops, something bad happened], to err - * - * const name = 'Will Robinson'; - * myConsole.warn(`Danger ${name}! Danger!`); - * // Prints: Danger Will Robinson! Danger!, to err - * ``` - * @see [source](https://github.com/nodejs/node/blob/v16.4.2/lib/console.js) - */ - namespace console { - interface ConsoleConstructorOptions { - stdout: NodeJS.WritableStream; - stderr?: NodeJS.WritableStream | undefined; - ignoreErrors?: boolean | undefined; - colorMode?: boolean | 'auto' | undefined; - inspectOptions?: InspectOptions | undefined; - /** - * Set group indentation - * @default 2 - */ - groupIndentation?: number | undefined; - } - interface ConsoleConstructor { - prototype: Console; - new (stdout: NodeJS.WritableStream, stderr?: NodeJS.WritableStream, ignoreErrors?: boolean): Console; - new (options: ConsoleConstructorOptions): Console; - } - } - var console: Console; - } - export = globalThis.console; -} diff --git a/software/flow/node_modules/@types/node/ts4.8/constants.d.ts b/software/flow/node_modules/@types/node/ts4.8/constants.d.ts deleted file mode 100755 index 208020d..0000000 --- a/software/flow/node_modules/@types/node/ts4.8/constants.d.ts +++ /dev/null @@ -1,18 +0,0 @@ -/** @deprecated since v6.3.0 - use constants property exposed by the relevant module instead. */ -declare module 'constants' { - import { constants as osConstants, SignalConstants } from 'node:os'; - import { constants as cryptoConstants } from 'node:crypto'; - import { constants as fsConstants } from 'node:fs'; - - const exp: typeof osConstants.errno & - typeof osConstants.priority & - SignalConstants & - typeof cryptoConstants & - typeof fsConstants; - export = exp; -} - -declare module 'node:constants' { - import constants = require('constants'); - export = constants; -} diff --git a/software/flow/node_modules/@types/node/ts4.8/crypto.d.ts b/software/flow/node_modules/@types/node/ts4.8/crypto.d.ts deleted file mode 100755 index 20d960c..0000000 --- a/software/flow/node_modules/@types/node/ts4.8/crypto.d.ts +++ /dev/null @@ -1,3964 +0,0 @@ -/** - * The `crypto` module provides cryptographic functionality that includes a set of - * wrappers for OpenSSL's hash, HMAC, cipher, decipher, sign, and verify functions. - * - * ```js - * const { createHmac } = await import('crypto'); - * - * const secret = 'abcdefg'; - * const hash = createHmac('sha256', secret) - * .update('I love cupcakes') - * .digest('hex'); - * console.log(hash); - * // Prints: - * // c0fa1bc00531bd78ef38c628449c5102aeabd49b5dc3a2a516ea6ea959d6658e - * ``` - * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/crypto.js) - */ -declare module 'crypto' { - import * as stream from 'node:stream'; - import { PeerCertificate } from 'node:tls'; - /** - * SPKAC is a Certificate Signing Request mechanism originally implemented by - * Netscape and was specified formally as part of [HTML5's `keygen` element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/keygen). - * - * `<keygen>` is deprecated since [HTML 5.2](https://www.w3.org/TR/html52/changes.html#features-removed) and new projects - * should not use this element anymore. - * - * The `crypto` module provides the `Certificate` class for working with SPKAC - * data. The most common usage is handling output generated by the HTML5`<keygen>` element. Node.js uses [OpenSSL's SPKAC - * implementation](https://www.openssl.org/docs/man1.1.0/apps/openssl-spkac.html) internally. - * @since v0.11.8 - */ - class Certificate { - /** - * ```js - * const { Certificate } = await import('crypto'); - * const spkac = getSpkacSomehow(); - * const challenge = Certificate.exportChallenge(spkac); - * console.log(challenge.toString('utf8')); - * // Prints: the challenge as a UTF8 string - * ``` - * @since v9.0.0 - * @param encoding The `encoding` of the `spkac` string. - * @return The challenge component of the `spkac` data structure, which includes a public key and a challenge. - */ - static exportChallenge(spkac: BinaryLike): Buffer; - /** - * ```js - * const { Certificate } = await import('crypto'); - * const spkac = getSpkacSomehow(); - * const publicKey = Certificate.exportPublicKey(spkac); - * console.log(publicKey); - * // Prints: the public key as <Buffer ...> - * ``` - * @since v9.0.0 - * @param encoding The `encoding` of the `spkac` string. - * @return The public key component of the `spkac` data structure, which includes a public key and a challenge. - */ - static exportPublicKey(spkac: BinaryLike, encoding?: string): Buffer; - /** - * ```js - * import { Buffer } from 'buffer'; - * const { Certificate } = await import('crypto'); - * - * const spkac = getSpkacSomehow(); - * console.log(Certificate.verifySpkac(Buffer.from(spkac))); - * // Prints: true or false - * ``` - * @since v9.0.0 - * @param encoding The `encoding` of the `spkac` string. - * @return `true` if the given `spkac` data structure is valid, `false` otherwise. - */ - static verifySpkac(spkac: NodeJS.ArrayBufferView): boolean; - /** - * @deprecated - * @param spkac - * @returns The challenge component of the `spkac` data structure, - * which includes a public key and a challenge. - */ - exportChallenge(spkac: BinaryLike): Buffer; - /** - * @deprecated - * @param spkac - * @param encoding The encoding of the spkac string. - * @returns The public key component of the `spkac` data structure, - * which includes a public key and a challenge. - */ - exportPublicKey(spkac: BinaryLike, encoding?: string): Buffer; - /** - * @deprecated - * @param spkac - * @returns `true` if the given `spkac` data structure is valid, - * `false` otherwise. - */ - verifySpkac(spkac: NodeJS.ArrayBufferView): boolean; - } - namespace constants { - // https://nodejs.org/dist/latest-v10.x/docs/api/crypto.html#crypto_crypto_constants - const OPENSSL_VERSION_NUMBER: number; - /** Applies multiple bug workarounds within OpenSSL. See https://www.openssl.org/docs/man1.0.2/ssl/SSL_CTX_set_options.html for detail. */ - const SSL_OP_ALL: number; - /** Allows legacy insecure renegotiation between OpenSSL and unpatched clients or servers. See https://www.openssl.org/docs/man1.0.2/ssl/SSL_CTX_set_options.html. */ - const SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION: number; - /** Attempts to use the server's preferences instead of the client's when selecting a cipher. See https://www.openssl.org/docs/man1.0.2/ssl/SSL_CTX_set_options.html. */ - const SSL_OP_CIPHER_SERVER_PREFERENCE: number; - /** Instructs OpenSSL to use Cisco's "speshul" version of DTLS_BAD_VER. */ - const SSL_OP_CISCO_ANYCONNECT: number; - /** Instructs OpenSSL to turn on cookie exchange. */ - const SSL_OP_COOKIE_EXCHANGE: number; - /** Instructs OpenSSL to add server-hello extension from an early version of the cryptopro draft. */ - const SSL_OP_CRYPTOPRO_TLSEXT_BUG: number; - /** Instructs OpenSSL to disable a SSL 3.0/TLS 1.0 vulnerability workaround added in OpenSSL 0.9.6d. */ - const SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS: number; - /** Instructs OpenSSL to always use the tmp_rsa key when performing RSA operations. */ - const SSL_OP_EPHEMERAL_RSA: number; - /** Allows initial connection to servers that do not support RI. */ - const SSL_OP_LEGACY_SERVER_CONNECT: number; - const SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER: number; - const SSL_OP_MICROSOFT_SESS_ID_BUG: number; - /** Instructs OpenSSL to disable the workaround for a man-in-the-middle protocol-version vulnerability in the SSL 2.0 server implementation. */ - const SSL_OP_MSIE_SSLV2_RSA_PADDING: number; - const SSL_OP_NETSCAPE_CA_DN_BUG: number; - const SSL_OP_NETSCAPE_CHALLENGE_BUG: number; - const SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG: number; - const SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG: number; - /** Instructs OpenSSL to disable support for SSL/TLS compression. */ - const SSL_OP_NO_COMPRESSION: number; - const SSL_OP_NO_QUERY_MTU: number; - /** Instructs OpenSSL to always start a new session when performing renegotiation. */ - const SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION: number; - const SSL_OP_NO_SSLv2: number; - const SSL_OP_NO_SSLv3: number; - const SSL_OP_NO_TICKET: number; - const SSL_OP_NO_TLSv1: number; - const SSL_OP_NO_TLSv1_1: number; - const SSL_OP_NO_TLSv1_2: number; - const SSL_OP_PKCS1_CHECK_1: number; - const SSL_OP_PKCS1_CHECK_2: number; - /** Instructs OpenSSL to always create a new key when using temporary/ephemeral DH parameters. */ - const SSL_OP_SINGLE_DH_USE: number; - /** Instructs OpenSSL to always create a new key when using temporary/ephemeral ECDH parameters. */ - const SSL_OP_SINGLE_ECDH_USE: number; - const SSL_OP_SSLEAY_080_CLIENT_DH_BUG: number; - const SSL_OP_SSLREF2_REUSE_CERT_TYPE_BUG: number; - const SSL_OP_TLS_BLOCK_PADDING_BUG: number; - const SSL_OP_TLS_D5_BUG: number; - /** Instructs OpenSSL to disable version rollback attack detection. */ - const SSL_OP_TLS_ROLLBACK_BUG: number; - const ENGINE_METHOD_RSA: number; - const ENGINE_METHOD_DSA: number; - const ENGINE_METHOD_DH: number; - const ENGINE_METHOD_RAND: number; - const ENGINE_METHOD_EC: number; - const ENGINE_METHOD_CIPHERS: number; - const ENGINE_METHOD_DIGESTS: number; - const ENGINE_METHOD_PKEY_METHS: number; - const ENGINE_METHOD_PKEY_ASN1_METHS: number; - const ENGINE_METHOD_ALL: number; - const ENGINE_METHOD_NONE: number; - const DH_CHECK_P_NOT_SAFE_PRIME: number; - const DH_CHECK_P_NOT_PRIME: number; - const DH_UNABLE_TO_CHECK_GENERATOR: number; - const DH_NOT_SUITABLE_GENERATOR: number; - const ALPN_ENABLED: number; - const RSA_PKCS1_PADDING: number; - const RSA_SSLV23_PADDING: number; - const RSA_NO_PADDING: number; - const RSA_PKCS1_OAEP_PADDING: number; - const RSA_X931_PADDING: number; - const RSA_PKCS1_PSS_PADDING: number; - /** Sets the salt length for RSA_PKCS1_PSS_PADDING to the digest size when signing or verifying. */ - const RSA_PSS_SALTLEN_DIGEST: number; - /** Sets the salt length for RSA_PKCS1_PSS_PADDING to the maximum permissible value when signing data. */ - const RSA_PSS_SALTLEN_MAX_SIGN: number; - /** Causes the salt length for RSA_PKCS1_PSS_PADDING to be determined automatically when verifying a signature. */ - const RSA_PSS_SALTLEN_AUTO: number; - const POINT_CONVERSION_COMPRESSED: number; - const POINT_CONVERSION_UNCOMPRESSED: number; - const POINT_CONVERSION_HYBRID: number; - /** Specifies the built-in default cipher list used by Node.js (colon-separated values). */ - const defaultCoreCipherList: string; - /** Specifies the active default cipher list used by the current Node.js process (colon-separated values). */ - const defaultCipherList: string; - } - interface HashOptions extends stream.TransformOptions { - /** - * For XOF hash functions such as `shake256`, the - * outputLength option can be used to specify the desired output length in bytes. - */ - outputLength?: number | undefined; - } - /** @deprecated since v10.0.0 */ - const fips: boolean; - /** - * Creates and returns a `Hash` object that can be used to generate hash digests - * using the given `algorithm`. Optional `options` argument controls stream - * behavior. For XOF hash functions such as `'shake256'`, the `outputLength` option - * can be used to specify the desired output length in bytes. - * - * The `algorithm` is dependent on the available algorithms supported by the - * version of OpenSSL on the platform. Examples are `'sha256'`, `'sha512'`, etc. - * On recent releases of OpenSSL, `openssl list -digest-algorithms` will - * display the available digest algorithms. - * - * Example: generating the sha256 sum of a file - * - * ```js - * import { - * createReadStream - * } from 'fs'; - * import { argv } from 'process'; - * const { - * createHash - * } = await import('crypto'); - * - * const filename = argv[2]; - * - * const hash = createHash('sha256'); - * - * const input = createReadStream(filename); - * input.on('readable', () => { - * // Only one element is going to be produced by the - * // hash stream. - * const data = input.read(); - * if (data) - * hash.update(data); - * else { - * console.log(`${hash.digest('hex')} ${filename}`); - * } - * }); - * ``` - * @since v0.1.92 - * @param options `stream.transform` options - */ - function createHash(algorithm: string, options?: HashOptions): Hash; - /** - * Creates and returns an `Hmac` object that uses the given `algorithm` and `key`. - * Optional `options` argument controls stream behavior. - * - * The `algorithm` is dependent on the available algorithms supported by the - * version of OpenSSL on the platform. Examples are `'sha256'`, `'sha512'`, etc. - * On recent releases of OpenSSL, `openssl list -digest-algorithms` will - * display the available digest algorithms. - * - * The `key` is the HMAC key used to generate the cryptographic HMAC hash. If it is - * a `KeyObject`, its type must be `secret`. - * - * Example: generating the sha256 HMAC of a file - * - * ```js - * import { - * createReadStream - * } from 'fs'; - * import { argv } from 'process'; - * const { - * createHmac - * } = await import('crypto'); - * - * const filename = argv[2]; - * - * const hmac = createHmac('sha256', 'a secret'); - * - * const input = createReadStream(filename); - * input.on('readable', () => { - * // Only one element is going to be produced by the - * // hash stream. - * const data = input.read(); - * if (data) - * hmac.update(data); - * else { - * console.log(`${hmac.digest('hex')} ${filename}`); - * } - * }); - * ``` - * @since v0.1.94 - * @param options `stream.transform` options - */ - function createHmac(algorithm: string, key: BinaryLike | KeyObject, options?: stream.TransformOptions): Hmac; - // https://nodejs.org/api/buffer.html#buffer_buffers_and_character_encodings - type BinaryToTextEncoding = 'base64' | 'base64url' | 'hex' | 'binary'; - type CharacterEncoding = 'utf8' | 'utf-8' | 'utf16le' | 'latin1'; - type LegacyCharacterEncoding = 'ascii' | 'binary' | 'ucs2' | 'ucs-2'; - type Encoding = BinaryToTextEncoding | CharacterEncoding | LegacyCharacterEncoding; - type ECDHKeyFormat = 'compressed' | 'uncompressed' | 'hybrid'; - /** - * The `Hash` class is a utility for creating hash digests of data. It can be - * used in one of two ways: - * - * * As a `stream` that is both readable and writable, where data is written - * to produce a computed hash digest on the readable side, or - * * Using the `hash.update()` and `hash.digest()` methods to produce the - * computed hash. - * - * The {@link createHash} method is used to create `Hash` instances. `Hash`objects are not to be created directly using the `new` keyword. - * - * Example: Using `Hash` objects as streams: - * - * ```js - * const { - * createHash - * } = await import('crypto'); - * - * const hash = createHash('sha256'); - * - * hash.on('readable', () => { - * // Only one element is going to be produced by the - * // hash stream. - * const data = hash.read(); - * if (data) { - * console.log(data.toString('hex')); - * // Prints: - * // 6a2da20943931e9834fc12cfe5bb47bbd9ae43489a30726962b576f4e3993e50 - * } - * }); - * - * hash.write('some data to hash'); - * hash.end(); - * ``` - * - * Example: Using `Hash` and piped streams: - * - * ```js - * import { createReadStream } from 'fs'; - * import { stdout } from 'process'; - * const { createHash } = await import('crypto'); - * - * const hash = createHash('sha256'); - * - * const input = createReadStream('test.js'); - * input.pipe(hash).setEncoding('hex').pipe(stdout); - * ``` - * - * Example: Using the `hash.update()` and `hash.digest()` methods: - * - * ```js - * const { - * createHash - * } = await import('crypto'); - * - * const hash = createHash('sha256'); - * - * hash.update('some data to hash'); - * console.log(hash.digest('hex')); - * // Prints: - * // 6a2da20943931e9834fc12cfe5bb47bbd9ae43489a30726962b576f4e3993e50 - * ``` - * @since v0.1.92 - */ - class Hash extends stream.Transform { - private constructor(); - /** - * Creates a new `Hash` object that contains a deep copy of the internal state - * of the current `Hash` object. - * - * The optional `options` argument controls stream behavior. For XOF hash - * functions such as `'shake256'`, the `outputLength` option can be used to - * specify the desired output length in bytes. - * - * An error is thrown when an attempt is made to copy the `Hash` object after - * its `hash.digest()` method has been called. - * - * ```js - * // Calculate a rolling hash. - * const { - * createHash - * } = await import('crypto'); - * - * const hash = createHash('sha256'); - * - * hash.update('one'); - * console.log(hash.copy().digest('hex')); - * - * hash.update('two'); - * console.log(hash.copy().digest('hex')); - * - * hash.update('three'); - * console.log(hash.copy().digest('hex')); - * - * // Etc. - * ``` - * @since v13.1.0 - * @param options `stream.transform` options - */ - copy(options?: stream.TransformOptions): Hash; - /** - * Updates the hash content with the given `data`, the encoding of which - * is given in `inputEncoding`. - * If `encoding` is not provided, and the `data` is a string, an - * encoding of `'utf8'` is enforced. If `data` is a `Buffer`, `TypedArray`, or`DataView`, then `inputEncoding` is ignored. - * - * This can be called many times with new data as it is streamed. - * @since v0.1.92 - * @param inputEncoding The `encoding` of the `data` string. - */ - update(data: BinaryLike): Hash; - update(data: string, inputEncoding: Encoding): Hash; - /** - * Calculates the digest of all of the data passed to be hashed (using the `hash.update()` method). - * If `encoding` is provided a string will be returned; otherwise - * a `Buffer` is returned. - * - * The `Hash` object can not be used again after `hash.digest()` method has been - * called. Multiple calls will cause an error to be thrown. - * @since v0.1.92 - * @param encoding The `encoding` of the return value. - */ - digest(): Buffer; - digest(encoding: BinaryToTextEncoding): string; - } - /** - * The `Hmac` class is a utility for creating cryptographic HMAC digests. It can - * be used in one of two ways: - * - * * As a `stream` that is both readable and writable, where data is written - * to produce a computed HMAC digest on the readable side, or - * * Using the `hmac.update()` and `hmac.digest()` methods to produce the - * computed HMAC digest. - * - * The {@link createHmac} method is used to create `Hmac` instances. `Hmac`objects are not to be created directly using the `new` keyword. - * - * Example: Using `Hmac` objects as streams: - * - * ```js - * const { - * createHmac - * } = await import('crypto'); - * - * const hmac = createHmac('sha256', 'a secret'); - * - * hmac.on('readable', () => { - * // Only one element is going to be produced by the - * // hash stream. - * const data = hmac.read(); - * if (data) { - * console.log(data.toString('hex')); - * // Prints: - * // 7fd04df92f636fd450bc841c9418e5825c17f33ad9c87c518115a45971f7f77e - * } - * }); - * - * hmac.write('some data to hash'); - * hmac.end(); - * ``` - * - * Example: Using `Hmac` and piped streams: - * - * ```js - * import { createReadStream } from 'fs'; - * import { stdout } from 'process'; - * const { - * createHmac - * } = await import('crypto'); - * - * const hmac = createHmac('sha256', 'a secret'); - * - * const input = createReadStream('test.js'); - * input.pipe(hmac).pipe(stdout); - * ``` - * - * Example: Using the `hmac.update()` and `hmac.digest()` methods: - * - * ```js - * const { - * createHmac - * } = await import('crypto'); - * - * const hmac = createHmac('sha256', 'a secret'); - * - * hmac.update('some data to hash'); - * console.log(hmac.digest('hex')); - * // Prints: - * // 7fd04df92f636fd450bc841c9418e5825c17f33ad9c87c518115a45971f7f77e - * ``` - * @since v0.1.94 - */ - class Hmac extends stream.Transform { - private constructor(); - /** - * Updates the `Hmac` content with the given `data`, the encoding of which - * is given in `inputEncoding`. - * If `encoding` is not provided, and the `data` is a string, an - * encoding of `'utf8'` is enforced. If `data` is a `Buffer`, `TypedArray`, or`DataView`, then `inputEncoding` is ignored. - * - * This can be called many times with new data as it is streamed. - * @since v0.1.94 - * @param inputEncoding The `encoding` of the `data` string. - */ - update(data: BinaryLike): Hmac; - update(data: string, inputEncoding: Encoding): Hmac; - /** - * Calculates the HMAC digest of all of the data passed using `hmac.update()`. - * If `encoding` is - * provided a string is returned; otherwise a `Buffer` is returned; - * - * The `Hmac` object can not be used again after `hmac.digest()` has been - * called. Multiple calls to `hmac.digest()` will result in an error being thrown. - * @since v0.1.94 - * @param encoding The `encoding` of the return value. - */ - digest(): Buffer; - digest(encoding: BinaryToTextEncoding): string; - } - type KeyObjectType = 'secret' | 'public' | 'private'; - interface KeyExportOptions<T extends KeyFormat> { - type: 'pkcs1' | 'spki' | 'pkcs8' | 'sec1'; - format: T; - cipher?: string | undefined; - passphrase?: string | Buffer | undefined; - } - interface JwkKeyExportOptions { - format: 'jwk'; - } - interface JsonWebKey { - crv?: string | undefined; - d?: string | undefined; - dp?: string | undefined; - dq?: string | undefined; - e?: string | undefined; - k?: string | undefined; - kty?: string | undefined; - n?: string | undefined; - p?: string | undefined; - q?: string | undefined; - qi?: string | undefined; - x?: string | undefined; - y?: string | undefined; - [key: string]: unknown; - } - interface AsymmetricKeyDetails { - /** - * Key size in bits (RSA, DSA). - */ - modulusLength?: number | undefined; - /** - * Public exponent (RSA). - */ - publicExponent?: bigint | undefined; - /** - * Name of the message digest (RSA-PSS). - */ - hashAlgorithm?: string | undefined; - /** - * Name of the message digest used by MGF1 (RSA-PSS). - */ - mgf1HashAlgorithm?: string | undefined; - /** - * Minimal salt length in bytes (RSA-PSS). - */ - saltLength?: number | undefined; - /** - * Size of q in bits (DSA). - */ - divisorLength?: number | undefined; - /** - * Name of the curve (EC). - */ - namedCurve?: string | undefined; - } - /** - * Node.js uses a `KeyObject` class to represent a symmetric or asymmetric key, - * and each kind of key exposes different functions. The {@link createSecretKey}, {@link createPublicKey} and {@link createPrivateKey} methods are used to create `KeyObject`instances. `KeyObject` - * objects are not to be created directly using the `new`keyword. - * - * Most applications should consider using the new `KeyObject` API instead of - * passing keys as strings or `Buffer`s due to improved security features. - * - * `KeyObject` instances can be passed to other threads via `postMessage()`. - * The receiver obtains a cloned `KeyObject`, and the `KeyObject` does not need to - * be listed in the `transferList` argument. - * @since v11.6.0 - */ - class KeyObject { - private constructor(); - /** - * Example: Converting a `CryptoKey` instance to a `KeyObject`: - * - * ```js - * const { webcrypto, KeyObject } = await import('crypto'); - * const { subtle } = webcrypto; - * - * const key = await subtle.generateKey({ - * name: 'HMAC', - * hash: 'SHA-256', - * length: 256 - * }, true, ['sign', 'verify']); - * - * const keyObject = KeyObject.from(key); - * console.log(keyObject.symmetricKeySize); - * // Prints: 32 (symmetric key size in bytes) - * ``` - * @since v15.0.0 - */ - static from(key: webcrypto.CryptoKey): KeyObject; - /** - * For asymmetric keys, this property represents the type of the key. Supported key - * types are: - * - * * `'rsa'` (OID 1.2.840.113549.1.1.1) - * * `'rsa-pss'` (OID 1.2.840.113549.1.1.10) - * * `'dsa'` (OID 1.2.840.10040.4.1) - * * `'ec'` (OID 1.2.840.10045.2.1) - * * `'x25519'` (OID 1.3.101.110) - * * `'x448'` (OID 1.3.101.111) - * * `'ed25519'` (OID 1.3.101.112) - * * `'ed448'` (OID 1.3.101.113) - * * `'dh'` (OID 1.2.840.113549.1.3.1) - * - * This property is `undefined` for unrecognized `KeyObject` types and symmetric - * keys. - * @since v11.6.0 - */ - asymmetricKeyType?: KeyType | undefined; - /** - * For asymmetric keys, this property represents the size of the embedded key in - * bytes. This property is `undefined` for symmetric keys. - */ - asymmetricKeySize?: number | undefined; - /** - * This property exists only on asymmetric keys. Depending on the type of the key, - * this object contains information about the key. None of the information obtained - * through this property can be used to uniquely identify a key or to compromise - * the security of the key. - * - * For RSA-PSS keys, if the key material contains a `RSASSA-PSS-params` sequence, - * the `hashAlgorithm`, `mgf1HashAlgorithm`, and `saltLength` properties will be - * set. - * - * Other key details might be exposed via this API using additional attributes. - * @since v15.7.0 - */ - asymmetricKeyDetails?: AsymmetricKeyDetails | undefined; - /** - * For symmetric keys, the following encoding options can be used: - * - * For public keys, the following encoding options can be used: - * - * For private keys, the following encoding options can be used: - * - * The result type depends on the selected encoding format, when PEM the - * result is a string, when DER it will be a buffer containing the data - * encoded as DER, when [JWK](https://tools.ietf.org/html/rfc7517) it will be an object. - * - * When [JWK](https://tools.ietf.org/html/rfc7517) encoding format was selected, all other encoding options are - * ignored. - * - * PKCS#1, SEC1, and PKCS#8 type keys can be encrypted by using a combination of - * the `cipher` and `format` options. The PKCS#8 `type` can be used with any`format` to encrypt any key algorithm (RSA, EC, or DH) by specifying a`cipher`. PKCS#1 and SEC1 can only be - * encrypted by specifying a `cipher`when the PEM `format` is used. For maximum compatibility, use PKCS#8 for - * encrypted private keys. Since PKCS#8 defines its own - * encryption mechanism, PEM-level encryption is not supported when encrypting - * a PKCS#8 key. See [RFC 5208](https://www.rfc-editor.org/rfc/rfc5208.txt) for PKCS#8 encryption and [RFC 1421](https://www.rfc-editor.org/rfc/rfc1421.txt) for - * PKCS#1 and SEC1 encryption. - * @since v11.6.0 - */ - export(options: KeyExportOptions<'pem'>): string | Buffer; - export(options?: KeyExportOptions<'der'>): Buffer; - export(options?: JwkKeyExportOptions): JsonWebKey; - /** - * For secret keys, this property represents the size of the key in bytes. This - * property is `undefined` for asymmetric keys. - * @since v11.6.0 - */ - symmetricKeySize?: number | undefined; - /** - * Depending on the type of this `KeyObject`, this property is either`'secret'` for secret (symmetric) keys, `'public'` for public (asymmetric) keys - * or `'private'` for private (asymmetric) keys. - * @since v11.6.0 - */ - type: KeyObjectType; - } - type CipherCCMTypes = 'aes-128-ccm' | 'aes-192-ccm' | 'aes-256-ccm' | 'chacha20-poly1305'; - type CipherGCMTypes = 'aes-128-gcm' | 'aes-192-gcm' | 'aes-256-gcm'; - type CipherOCBTypes = 'aes-128-ocb' | 'aes-192-ocb' | 'aes-256-ocb'; - type BinaryLike = string | NodeJS.ArrayBufferView; - type CipherKey = BinaryLike | KeyObject; - interface CipherCCMOptions extends stream.TransformOptions { - authTagLength: number; - } - interface CipherGCMOptions extends stream.TransformOptions { - authTagLength?: number | undefined; - } - interface CipherOCBOptions extends stream.TransformOptions { - authTagLength: number; - } - /** - * Creates and returns a `Cipher` object that uses the given `algorithm` and`password`. - * - * The `options` argument controls stream behavior and is optional except when a - * cipher in CCM or OCB mode (e.g. `'aes-128-ccm'`) is used. In that case, the`authTagLength` option is required and specifies the length of the - * authentication tag in bytes, see `CCM mode`. In GCM mode, the `authTagLength`option is not required but can be used to set the length of the authentication - * tag that will be returned by `getAuthTag()` and defaults to 16 bytes. - * For `chacha20-poly1305`, the `authTagLength` option defaults to 16 bytes. - * - * The `algorithm` is dependent on OpenSSL, examples are `'aes192'`, etc. On - * recent OpenSSL releases, `openssl list -cipher-algorithms` will - * display the available cipher algorithms. - * - * The `password` is used to derive the cipher key and initialization vector (IV). - * The value must be either a `'latin1'` encoded string, a `Buffer`, a`TypedArray`, or a `DataView`. - * - * The implementation of `crypto.createCipher()` derives keys using the OpenSSL - * function [`EVP_BytesToKey`](https://www.openssl.org/docs/man1.1.0/crypto/EVP_BytesToKey.html) with the digest algorithm set to MD5, one - * iteration, and no salt. The lack of salt allows dictionary attacks as the same - * password always creates the same key. The low iteration count and - * non-cryptographically secure hash algorithm allow passwords to be tested very - * rapidly. - * - * In line with OpenSSL's recommendation to use a more modern algorithm instead of [`EVP_BytesToKey`](https://www.openssl.org/docs/man1.1.0/crypto/EVP_BytesToKey.html) it is recommended that - * developers derive a key and IV on - * their own using {@link scrypt} and to use {@link createCipheriv} to create the `Cipher` object. Users should not use ciphers with counter mode - * (e.g. CTR, GCM, or CCM) in `crypto.createCipher()`. A warning is emitted when - * they are used in order to avoid the risk of IV reuse that causes - * vulnerabilities. For the case when IV is reused in GCM, see [Nonce-Disrespecting Adversaries](https://github.com/nonce-disrespect/nonce-disrespect) for details. - * @since v0.1.94 - * @deprecated Since v10.0.0 - Use {@link createCipheriv} instead. - * @param options `stream.transform` options - */ - function createCipher(algorithm: CipherCCMTypes, password: BinaryLike, options: CipherCCMOptions): CipherCCM; - /** @deprecated since v10.0.0 use `createCipheriv()` */ - function createCipher(algorithm: CipherGCMTypes, password: BinaryLike, options?: CipherGCMOptions): CipherGCM; - /** @deprecated since v10.0.0 use `createCipheriv()` */ - function createCipher(algorithm: string, password: BinaryLike, options?: stream.TransformOptions): Cipher; - /** - * Creates and returns a `Cipher` object, with the given `algorithm`, `key` and - * initialization vector (`iv`). - * - * The `options` argument controls stream behavior and is optional except when a - * cipher in CCM or OCB mode (e.g. `'aes-128-ccm'`) is used. In that case, the`authTagLength` option is required and specifies the length of the - * authentication tag in bytes, see `CCM mode`. In GCM mode, the `authTagLength`option is not required but can be used to set the length of the authentication - * tag that will be returned by `getAuthTag()` and defaults to 16 bytes. - * For `chacha20-poly1305`, the `authTagLength` option defaults to 16 bytes. - * - * The `algorithm` is dependent on OpenSSL, examples are `'aes192'`, etc. On - * recent OpenSSL releases, `openssl list -cipher-algorithms` will - * display the available cipher algorithms. - * - * The `key` is the raw key used by the `algorithm` and `iv` is an [initialization vector](https://en.wikipedia.org/wiki/Initialization_vector). Both arguments must be `'utf8'` encoded - * strings,`Buffers`, `TypedArray`, or `DataView`s. The `key` may optionally be - * a `KeyObject` of type `secret`. If the cipher does not need - * an initialization vector, `iv` may be `null`. - * - * When passing strings for `key` or `iv`, please consider `caveats when using strings as inputs to cryptographic APIs`. - * - * Initialization vectors should be unpredictable and unique; ideally, they will be - * cryptographically random. They do not have to be secret: IVs are typically just - * added to ciphertext messages unencrypted. It may sound contradictory that - * something has to be unpredictable and unique, but does not have to be secret; - * remember that an attacker must not be able to predict ahead of time what a - * given IV will be. - * @since v0.1.94 - * @param options `stream.transform` options - */ - function createCipheriv(algorithm: CipherCCMTypes, key: CipherKey, iv: BinaryLike, options: CipherCCMOptions): CipherCCM; - function createCipheriv(algorithm: CipherOCBTypes, key: CipherKey, iv: BinaryLike, options: CipherOCBOptions): CipherOCB; - function createCipheriv(algorithm: CipherGCMTypes, key: CipherKey, iv: BinaryLike, options?: CipherGCMOptions): CipherGCM; - function createCipheriv(algorithm: string, key: CipherKey, iv: BinaryLike | null, options?: stream.TransformOptions): Cipher; - /** - * Instances of the `Cipher` class are used to encrypt data. The class can be - * used in one of two ways: - * - * * As a `stream` that is both readable and writable, where plain unencrypted - * data is written to produce encrypted data on the readable side, or - * * Using the `cipher.update()` and `cipher.final()` methods to produce - * the encrypted data. - * - * The {@link createCipher} or {@link createCipheriv} methods are - * used to create `Cipher` instances. `Cipher` objects are not to be created - * directly using the `new` keyword. - * - * Example: Using `Cipher` objects as streams: - * - * ```js - * const { - * scrypt, - * randomFill, - * createCipheriv - * } = await import('crypto'); - * - * const algorithm = 'aes-192-cbc'; - * const password = 'Password used to generate key'; - * - * // First, we'll generate the key. The key length is dependent on the algorithm. - * // In this case for aes192, it is 24 bytes (192 bits). - * scrypt(password, 'salt', 24, (err, key) => { - * if (err) throw err; - * // Then, we'll generate a random initialization vector - * randomFill(new Uint8Array(16), (err, iv) => { - * if (err) throw err; - * - * // Once we have the key and iv, we can create and use the cipher... - * const cipher = createCipheriv(algorithm, key, iv); - * - * let encrypted = ''; - * cipher.setEncoding('hex'); - * - * cipher.on('data', (chunk) => encrypted += chunk); - * cipher.on('end', () => console.log(encrypted)); - * - * cipher.write('some clear text data'); - * cipher.end(); - * }); - * }); - * ``` - * - * Example: Using `Cipher` and piped streams: - * - * ```js - * import { - * createReadStream, - * createWriteStream, - * } from 'fs'; - * - * import { - * pipeline - * } from 'stream'; - * - * const { - * scrypt, - * randomFill, - * createCipheriv - * } = await import('crypto'); - * - * const algorithm = 'aes-192-cbc'; - * const password = 'Password used to generate key'; - * - * // First, we'll generate the key. The key length is dependent on the algorithm. - * // In this case for aes192, it is 24 bytes (192 bits). - * scrypt(password, 'salt', 24, (err, key) => { - * if (err) throw err; - * // Then, we'll generate a random initialization vector - * randomFill(new Uint8Array(16), (err, iv) => { - * if (err) throw err; - * - * const cipher = createCipheriv(algorithm, key, iv); - * - * const input = createReadStream('test.js'); - * const output = createWriteStream('test.enc'); - * - * pipeline(input, cipher, output, (err) => { - * if (err) throw err; - * }); - * }); - * }); - * ``` - * - * Example: Using the `cipher.update()` and `cipher.final()` methods: - * - * ```js - * const { - * scrypt, - * randomFill, - * createCipheriv - * } = await import('crypto'); - * - * const algorithm = 'aes-192-cbc'; - * const password = 'Password used to generate key'; - * - * // First, we'll generate the key. The key length is dependent on the algorithm. - * // In this case for aes192, it is 24 bytes (192 bits). - * scrypt(password, 'salt', 24, (err, key) => { - * if (err) throw err; - * // Then, we'll generate a random initialization vector - * randomFill(new Uint8Array(16), (err, iv) => { - * if (err) throw err; - * - * const cipher = createCipheriv(algorithm, key, iv); - * - * let encrypted = cipher.update('some clear text data', 'utf8', 'hex'); - * encrypted += cipher.final('hex'); - * console.log(encrypted); - * }); - * }); - * ``` - * @since v0.1.94 - */ - class Cipher extends stream.Transform { - private constructor(); - /** - * Updates the cipher with `data`. If the `inputEncoding` argument is given, - * the `data`argument is a string using the specified encoding. If the `inputEncoding`argument is not given, `data` must be a `Buffer`, `TypedArray`, or`DataView`. If `data` is a `Buffer`, - * `TypedArray`, or `DataView`, then`inputEncoding` is ignored. - * - * The `outputEncoding` specifies the output format of the enciphered - * data. If the `outputEncoding`is specified, a string using the specified encoding is returned. If no`outputEncoding` is provided, a `Buffer` is returned. - * - * The `cipher.update()` method can be called multiple times with new data until `cipher.final()` is called. Calling `cipher.update()` after `cipher.final()` will result in an error being - * thrown. - * @since v0.1.94 - * @param inputEncoding The `encoding` of the data. - * @param outputEncoding The `encoding` of the return value. - */ - update(data: BinaryLike): Buffer; - update(data: string, inputEncoding: Encoding): Buffer; - update(data: NodeJS.ArrayBufferView, inputEncoding: undefined, outputEncoding: Encoding): string; - update(data: string, inputEncoding: Encoding | undefined, outputEncoding: Encoding): string; - /** - * Once the `cipher.final()` method has been called, the `Cipher` object can no - * longer be used to encrypt data. Attempts to call `cipher.final()` more than - * once will result in an error being thrown. - * @since v0.1.94 - * @param outputEncoding The `encoding` of the return value. - * @return Any remaining enciphered contents. If `outputEncoding` is specified, a string is returned. If an `outputEncoding` is not provided, a {@link Buffer} is returned. - */ - final(): Buffer; - final(outputEncoding: BufferEncoding): string; - /** - * When using block encryption algorithms, the `Cipher` class will automatically - * add padding to the input data to the appropriate block size. To disable the - * default padding call `cipher.setAutoPadding(false)`. - * - * When `autoPadding` is `false`, the length of the entire input data must be a - * multiple of the cipher's block size or `cipher.final()` will throw an error. - * Disabling automatic padding is useful for non-standard padding, for instance - * using `0x0` instead of PKCS padding. - * - * The `cipher.setAutoPadding()` method must be called before `cipher.final()`. - * @since v0.7.1 - * @param [autoPadding=true] - * @return for method chaining. - */ - setAutoPadding(autoPadding?: boolean): this; - } - interface CipherCCM extends Cipher { - setAAD( - buffer: NodeJS.ArrayBufferView, - options: { - plaintextLength: number; - } - ): this; - getAuthTag(): Buffer; - } - interface CipherGCM extends Cipher { - setAAD( - buffer: NodeJS.ArrayBufferView, - options?: { - plaintextLength: number; - } - ): this; - getAuthTag(): Buffer; - } - interface CipherOCB extends Cipher { - setAAD( - buffer: NodeJS.ArrayBufferView, - options?: { - plaintextLength: number; - } - ): this; - getAuthTag(): Buffer; - } - /** - * Creates and returns a `Decipher` object that uses the given `algorithm` and`password` (key). - * - * The `options` argument controls stream behavior and is optional except when a - * cipher in CCM or OCB mode (e.g. `'aes-128-ccm'`) is used. In that case, the`authTagLength` option is required and specifies the length of the - * authentication tag in bytes, see `CCM mode`. - * For `chacha20-poly1305`, the `authTagLength` option defaults to 16 bytes. - * - * The implementation of `crypto.createDecipher()` derives keys using the OpenSSL - * function [`EVP_BytesToKey`](https://www.openssl.org/docs/man1.1.0/crypto/EVP_BytesToKey.html) with the digest algorithm set to MD5, one - * iteration, and no salt. The lack of salt allows dictionary attacks as the same - * password always creates the same key. The low iteration count and - * non-cryptographically secure hash algorithm allow passwords to be tested very - * rapidly. - * - * In line with OpenSSL's recommendation to use a more modern algorithm instead of [`EVP_BytesToKey`](https://www.openssl.org/docs/man1.1.0/crypto/EVP_BytesToKey.html) it is recommended that - * developers derive a key and IV on - * their own using {@link scrypt} and to use {@link createDecipheriv} to create the `Decipher` object. - * @since v0.1.94 - * @deprecated Since v10.0.0 - Use {@link createDecipheriv} instead. - * @param options `stream.transform` options - */ - function createDecipher(algorithm: CipherCCMTypes, password: BinaryLike, options: CipherCCMOptions): DecipherCCM; - /** @deprecated since v10.0.0 use `createDecipheriv()` */ - function createDecipher(algorithm: CipherGCMTypes, password: BinaryLike, options?: CipherGCMOptions): DecipherGCM; - /** @deprecated since v10.0.0 use `createDecipheriv()` */ - function createDecipher(algorithm: string, password: BinaryLike, options?: stream.TransformOptions): Decipher; - /** - * Creates and returns a `Decipher` object that uses the given `algorithm`, `key`and initialization vector (`iv`). - * - * The `options` argument controls stream behavior and is optional except when a - * cipher in CCM or OCB mode (e.g. `'aes-128-ccm'`) is used. In that case, the`authTagLength` option is required and specifies the length of the - * authentication tag in bytes, see `CCM mode`. In GCM mode, the `authTagLength`option is not required but can be used to restrict accepted authentication tags - * to those with the specified length. - * For `chacha20-poly1305`, the `authTagLength` option defaults to 16 bytes. - * - * The `algorithm` is dependent on OpenSSL, examples are `'aes192'`, etc. On - * recent OpenSSL releases, `openssl list -cipher-algorithms` will - * display the available cipher algorithms. - * - * The `key` is the raw key used by the `algorithm` and `iv` is an [initialization vector](https://en.wikipedia.org/wiki/Initialization_vector). Both arguments must be `'utf8'` encoded - * strings,`Buffers`, `TypedArray`, or `DataView`s. The `key` may optionally be - * a `KeyObject` of type `secret`. If the cipher does not need - * an initialization vector, `iv` may be `null`. - * - * When passing strings for `key` or `iv`, please consider `caveats when using strings as inputs to cryptographic APIs`. - * - * Initialization vectors should be unpredictable and unique; ideally, they will be - * cryptographically random. They do not have to be secret: IVs are typically just - * added to ciphertext messages unencrypted. It may sound contradictory that - * something has to be unpredictable and unique, but does not have to be secret; - * remember that an attacker must not be able to predict ahead of time what a given - * IV will be. - * @since v0.1.94 - * @param options `stream.transform` options - */ - function createDecipheriv(algorithm: CipherCCMTypes, key: CipherKey, iv: BinaryLike, options: CipherCCMOptions): DecipherCCM; - function createDecipheriv(algorithm: CipherOCBTypes, key: CipherKey, iv: BinaryLike, options: CipherOCBOptions): DecipherOCB; - function createDecipheriv(algorithm: CipherGCMTypes, key: CipherKey, iv: BinaryLike, options?: CipherGCMOptions): DecipherGCM; - function createDecipheriv(algorithm: string, key: CipherKey, iv: BinaryLike | null, options?: stream.TransformOptions): Decipher; - /** - * Instances of the `Decipher` class are used to decrypt data. The class can be - * used in one of two ways: - * - * * As a `stream` that is both readable and writable, where plain encrypted - * data is written to produce unencrypted data on the readable side, or - * * Using the `decipher.update()` and `decipher.final()` methods to - * produce the unencrypted data. - * - * The {@link createDecipher} or {@link createDecipheriv} methods are - * used to create `Decipher` instances. `Decipher` objects are not to be created - * directly using the `new` keyword. - * - * Example: Using `Decipher` objects as streams: - * - * ```js - * import { Buffer } from 'buffer'; - * const { - * scryptSync, - * createDecipheriv - * } = await import('crypto'); - * - * const algorithm = 'aes-192-cbc'; - * const password = 'Password used to generate key'; - * // Key length is dependent on the algorithm. In this case for aes192, it is - * // 24 bytes (192 bits). - * // Use the async `crypto.scrypt()` instead. - * const key = scryptSync(password, 'salt', 24); - * // The IV is usually passed along with the ciphertext. - * const iv = Buffer.alloc(16, 0); // Initialization vector. - * - * const decipher = createDecipheriv(algorithm, key, iv); - * - * let decrypted = ''; - * decipher.on('readable', () => { - * while (null !== (chunk = decipher.read())) { - * decrypted += chunk.toString('utf8'); - * } - * }); - * decipher.on('end', () => { - * console.log(decrypted); - * // Prints: some clear text data - * }); - * - * // Encrypted with same algorithm, key and iv. - * const encrypted = - * 'e5f79c5915c02171eec6b212d5520d44480993d7d622a7c4c2da32f6efda0ffa'; - * decipher.write(encrypted, 'hex'); - * decipher.end(); - * ``` - * - * Example: Using `Decipher` and piped streams: - * - * ```js - * import { - * createReadStream, - * createWriteStream, - * } from 'fs'; - * import { Buffer } from 'buffer'; - * const { - * scryptSync, - * createDecipheriv - * } = await import('crypto'); - * - * const algorithm = 'aes-192-cbc'; - * const password = 'Password used to generate key'; - * // Use the async `crypto.scrypt()` instead. - * const key = scryptSync(password, 'salt', 24); - * // The IV is usually passed along with the ciphertext. - * const iv = Buffer.alloc(16, 0); // Initialization vector. - * - * const decipher = createDecipheriv(algorithm, key, iv); - * - * const input = createReadStream('test.enc'); - * const output = createWriteStream('test.js'); - * - * input.pipe(decipher).pipe(output); - * ``` - * - * Example: Using the `decipher.update()` and `decipher.final()` methods: - * - * ```js - * import { Buffer } from 'buffer'; - * const { - * scryptSync, - * createDecipheriv - * } = await import('crypto'); - * - * const algorithm = 'aes-192-cbc'; - * const password = 'Password used to generate key'; - * // Use the async `crypto.scrypt()` instead. - * const key = scryptSync(password, 'salt', 24); - * // The IV is usually passed along with the ciphertext. - * const iv = Buffer.alloc(16, 0); // Initialization vector. - * - * const decipher = createDecipheriv(algorithm, key, iv); - * - * // Encrypted using same algorithm, key and iv. - * const encrypted = - * 'e5f79c5915c02171eec6b212d5520d44480993d7d622a7c4c2da32f6efda0ffa'; - * let decrypted = decipher.update(encrypted, 'hex', 'utf8'); - * decrypted += decipher.final('utf8'); - * console.log(decrypted); - * // Prints: some clear text data - * ``` - * @since v0.1.94 - */ - class Decipher extends stream.Transform { - private constructor(); - /** - * Updates the decipher with `data`. If the `inputEncoding` argument is given, - * the `data`argument is a string using the specified encoding. If the `inputEncoding`argument is not given, `data` must be a `Buffer`. If `data` is a `Buffer` then `inputEncoding` is - * ignored. - * - * The `outputEncoding` specifies the output format of the enciphered - * data. If the `outputEncoding`is specified, a string using the specified encoding is returned. If no`outputEncoding` is provided, a `Buffer` is returned. - * - * The `decipher.update()` method can be called multiple times with new data until `decipher.final()` is called. Calling `decipher.update()` after `decipher.final()` will result in an error - * being thrown. - * @since v0.1.94 - * @param inputEncoding The `encoding` of the `data` string. - * @param outputEncoding The `encoding` of the return value. - */ - update(data: NodeJS.ArrayBufferView): Buffer; - update(data: string, inputEncoding: Encoding): Buffer; - update(data: NodeJS.ArrayBufferView, inputEncoding: undefined, outputEncoding: Encoding): string; - update(data: string, inputEncoding: Encoding | undefined, outputEncoding: Encoding): string; - /** - * Once the `decipher.final()` method has been called, the `Decipher` object can - * no longer be used to decrypt data. Attempts to call `decipher.final()` more - * than once will result in an error being thrown. - * @since v0.1.94 - * @param outputEncoding The `encoding` of the return value. - * @return Any remaining deciphered contents. If `outputEncoding` is specified, a string is returned. If an `outputEncoding` is not provided, a {@link Buffer} is returned. - */ - final(): Buffer; - final(outputEncoding: BufferEncoding): string; - /** - * When data has been encrypted without standard block padding, calling`decipher.setAutoPadding(false)` will disable automatic padding to prevent `decipher.final()` from checking for and - * removing padding. - * - * Turning auto padding off will only work if the input data's length is a - * multiple of the ciphers block size. - * - * The `decipher.setAutoPadding()` method must be called before `decipher.final()`. - * @since v0.7.1 - * @param [autoPadding=true] - * @return for method chaining. - */ - setAutoPadding(auto_padding?: boolean): this; - } - interface DecipherCCM extends Decipher { - setAuthTag(buffer: NodeJS.ArrayBufferView): this; - setAAD( - buffer: NodeJS.ArrayBufferView, - options: { - plaintextLength: number; - } - ): this; - } - interface DecipherGCM extends Decipher { - setAuthTag(buffer: NodeJS.ArrayBufferView): this; - setAAD( - buffer: NodeJS.ArrayBufferView, - options?: { - plaintextLength: number; - } - ): this; - } - interface DecipherOCB extends Decipher { - setAuthTag(buffer: NodeJS.ArrayBufferView): this; - setAAD( - buffer: NodeJS.ArrayBufferView, - options?: { - plaintextLength: number; - } - ): this; - } - interface PrivateKeyInput { - key: string | Buffer; - format?: KeyFormat | undefined; - type?: 'pkcs1' | 'pkcs8' | 'sec1' | undefined; - passphrase?: string | Buffer | undefined; - } - interface PublicKeyInput { - key: string | Buffer; - format?: KeyFormat | undefined; - type?: 'pkcs1' | 'spki' | undefined; - } - /** - * Asynchronously generates a new random secret key of the given `length`. The`type` will determine which validations will be performed on the `length`. - * - * ```js - * const { - * generateKey - * } = await import('crypto'); - * - * generateKey('hmac', { length: 64 }, (err, key) => { - * if (err) throw err; - * console.log(key.export().toString('hex')); // 46e..........620 - * }); - * ``` - * @since v15.0.0 - * @param type The intended use of the generated secret key. Currently accepted values are `'hmac'` and `'aes'`. - */ - function generateKey( - type: 'hmac' | 'aes', - options: { - length: number; - }, - callback: (err: Error | null, key: KeyObject) => void - ): void; - /** - * Synchronously generates a new random secret key of the given `length`. The`type` will determine which validations will be performed on the `length`. - * - * ```js - * const { - * generateKeySync - * } = await import('crypto'); - * - * const key = generateKeySync('hmac', { length: 64 }); - * console.log(key.export().toString('hex')); // e89..........41e - * ``` - * @since v15.0.0 - * @param type The intended use of the generated secret key. Currently accepted values are `'hmac'` and `'aes'`. - */ - function generateKeySync( - type: 'hmac' | 'aes', - options: { - length: number; - } - ): KeyObject; - interface JsonWebKeyInput { - key: JsonWebKey; - format: 'jwk'; - } - /** - * Creates and returns a new key object containing a private key. If `key` is a - * string or `Buffer`, `format` is assumed to be `'pem'`; otherwise, `key`must be an object with the properties described above. - * - * If the private key is encrypted, a `passphrase` must be specified. The length - * of the passphrase is limited to 1024 bytes. - * @since v11.6.0 - */ - function createPrivateKey(key: PrivateKeyInput | string | Buffer | JsonWebKeyInput): KeyObject; - /** - * Creates and returns a new key object containing a public key. If `key` is a - * string or `Buffer`, `format` is assumed to be `'pem'`; if `key` is a `KeyObject`with type `'private'`, the public key is derived from the given private key; - * otherwise, `key` must be an object with the properties described above. - * - * If the format is `'pem'`, the `'key'` may also be an X.509 certificate. - * - * Because public keys can be derived from private keys, a private key may be - * passed instead of a public key. In that case, this function behaves as if {@link createPrivateKey} had been called, except that the type of the - * returned `KeyObject` will be `'public'` and that the private key cannot be - * extracted from the returned `KeyObject`. Similarly, if a `KeyObject` with type`'private'` is given, a new `KeyObject` with type `'public'` will be returned - * and it will be impossible to extract the private key from the returned object. - * @since v11.6.0 - */ - function createPublicKey(key: PublicKeyInput | string | Buffer | KeyObject | JsonWebKeyInput): KeyObject; - /** - * Creates and returns a new key object containing a secret key for symmetric - * encryption or `Hmac`. - * @since v11.6.0 - * @param encoding The string encoding when `key` is a string. - */ - function createSecretKey(key: NodeJS.ArrayBufferView): KeyObject; - function createSecretKey(key: string, encoding: BufferEncoding): KeyObject; - /** - * Creates and returns a `Sign` object that uses the given `algorithm`. Use {@link getHashes} to obtain the names of the available digest algorithms. - * Optional `options` argument controls the `stream.Writable` behavior. - * - * In some cases, a `Sign` instance can be created using the name of a signature - * algorithm, such as `'RSA-SHA256'`, instead of a digest algorithm. This will use - * the corresponding digest algorithm. This does not work for all signature - * algorithms, such as `'ecdsa-with-SHA256'`, so it is best to always use digest - * algorithm names. - * @since v0.1.92 - * @param options `stream.Writable` options - */ - function createSign(algorithm: string, options?: stream.WritableOptions): Sign; - type DSAEncoding = 'der' | 'ieee-p1363'; - interface SigningOptions { - /** - * @See crypto.constants.RSA_PKCS1_PADDING - */ - padding?: number | undefined; - saltLength?: number | undefined; - dsaEncoding?: DSAEncoding | undefined; - } - interface SignPrivateKeyInput extends PrivateKeyInput, SigningOptions {} - interface SignKeyObjectInput extends SigningOptions { - key: KeyObject; - } - interface VerifyPublicKeyInput extends PublicKeyInput, SigningOptions {} - interface VerifyKeyObjectInput extends SigningOptions { - key: KeyObject; - } - type KeyLike = string | Buffer | KeyObject; - /** - * The `Sign` class is a utility for generating signatures. It can be used in one - * of two ways: - * - * * As a writable `stream`, where data to be signed is written and the `sign.sign()` method is used to generate and return the signature, or - * * Using the `sign.update()` and `sign.sign()` methods to produce the - * signature. - * - * The {@link createSign} method is used to create `Sign` instances. The - * argument is the string name of the hash function to use. `Sign` objects are not - * to be created directly using the `new` keyword. - * - * Example: Using `Sign` and `Verify` objects as streams: - * - * ```js - * const { - * generateKeyPairSync, - * createSign, - * createVerify - * } = await import('crypto'); - * - * const { privateKey, publicKey } = generateKeyPairSync('ec', { - * namedCurve: 'sect239k1' - * }); - * - * const sign = createSign('SHA256'); - * sign.write('some data to sign'); - * sign.end(); - * const signature = sign.sign(privateKey, 'hex'); - * - * const verify = createVerify('SHA256'); - * verify.write('some data to sign'); - * verify.end(); - * console.log(verify.verify(publicKey, signature, 'hex')); - * // Prints: true - * ``` - * - * Example: Using the `sign.update()` and `verify.update()` methods: - * - * ```js - * const { - * generateKeyPairSync, - * createSign, - * createVerify - * } = await import('crypto'); - * - * const { privateKey, publicKey } = generateKeyPairSync('rsa', { - * modulusLength: 2048, - * }); - * - * const sign = createSign('SHA256'); - * sign.update('some data to sign'); - * sign.end(); - * const signature = sign.sign(privateKey); - * - * const verify = createVerify('SHA256'); - * verify.update('some data to sign'); - * verify.end(); - * console.log(verify.verify(publicKey, signature)); - * // Prints: true - * ``` - * @since v0.1.92 - */ - class Sign extends stream.Writable { - private constructor(); - /** - * Updates the `Sign` content with the given `data`, the encoding of which - * is given in `inputEncoding`. - * If `encoding` is not provided, and the `data` is a string, an - * encoding of `'utf8'` is enforced. If `data` is a `Buffer`, `TypedArray`, or`DataView`, then `inputEncoding` is ignored. - * - * This can be called many times with new data as it is streamed. - * @since v0.1.92 - * @param inputEncoding The `encoding` of the `data` string. - */ - update(data: BinaryLike): this; - update(data: string, inputEncoding: Encoding): this; - /** - * Calculates the signature on all the data passed through using either `sign.update()` or `sign.write()`. - * - * If `privateKey` is not a `KeyObject`, this function behaves as if`privateKey` had been passed to {@link createPrivateKey}. If it is an - * object, the following additional properties can be passed: - * - * If `outputEncoding` is provided a string is returned; otherwise a `Buffer` is returned. - * - * The `Sign` object can not be again used after `sign.sign()` method has been - * called. Multiple calls to `sign.sign()` will result in an error being thrown. - * @since v0.1.92 - */ - sign(privateKey: KeyLike | SignKeyObjectInput | SignPrivateKeyInput): Buffer; - sign(privateKey: KeyLike | SignKeyObjectInput | SignPrivateKeyInput, outputFormat: BinaryToTextEncoding): string; - } - /** - * Creates and returns a `Verify` object that uses the given algorithm. - * Use {@link getHashes} to obtain an array of names of the available - * signing algorithms. Optional `options` argument controls the`stream.Writable` behavior. - * - * In some cases, a `Verify` instance can be created using the name of a signature - * algorithm, such as `'RSA-SHA256'`, instead of a digest algorithm. This will use - * the corresponding digest algorithm. This does not work for all signature - * algorithms, such as `'ecdsa-with-SHA256'`, so it is best to always use digest - * algorithm names. - * @since v0.1.92 - * @param options `stream.Writable` options - */ - function createVerify(algorithm: string, options?: stream.WritableOptions): Verify; - /** - * The `Verify` class is a utility for verifying signatures. It can be used in one - * of two ways: - * - * * As a writable `stream` where written data is used to validate against the - * supplied signature, or - * * Using the `verify.update()` and `verify.verify()` methods to verify - * the signature. - * - * The {@link createVerify} method is used to create `Verify` instances.`Verify` objects are not to be created directly using the `new` keyword. - * - * See `Sign` for examples. - * @since v0.1.92 - */ - class Verify extends stream.Writable { - private constructor(); - /** - * Updates the `Verify` content with the given `data`, the encoding of which - * is given in `inputEncoding`. - * If `inputEncoding` is not provided, and the `data` is a string, an - * encoding of `'utf8'` is enforced. If `data` is a `Buffer`, `TypedArray`, or`DataView`, then `inputEncoding` is ignored. - * - * This can be called many times with new data as it is streamed. - * @since v0.1.92 - * @param inputEncoding The `encoding` of the `data` string. - */ - update(data: BinaryLike): Verify; - update(data: string, inputEncoding: Encoding): Verify; - /** - * Verifies the provided data using the given `object` and `signature`. - * - * If `object` is not a `KeyObject`, this function behaves as if`object` had been passed to {@link createPublicKey}. If it is an - * object, the following additional properties can be passed: - * - * The `signature` argument is the previously calculated signature for the data, in - * the `signatureEncoding`. - * If a `signatureEncoding` is specified, the `signature` is expected to be a - * string; otherwise `signature` is expected to be a `Buffer`,`TypedArray`, or `DataView`. - * - * The `verify` object can not be used again after `verify.verify()` has been - * called. Multiple calls to `verify.verify()` will result in an error being - * thrown. - * - * Because public keys can be derived from private keys, a private key may - * be passed instead of a public key. - * @since v0.1.92 - */ - verify(object: KeyLike | VerifyKeyObjectInput | VerifyPublicKeyInput, signature: NodeJS.ArrayBufferView): boolean; - verify(object: KeyLike | VerifyKeyObjectInput | VerifyPublicKeyInput, signature: string, signature_format?: BinaryToTextEncoding): boolean; - } - /** - * Creates a `DiffieHellman` key exchange object using the supplied `prime` and an - * optional specific `generator`. - * - * The `generator` argument can be a number, string, or `Buffer`. If`generator` is not specified, the value `2` is used. - * - * If `primeEncoding` is specified, `prime` is expected to be a string; otherwise - * a `Buffer`, `TypedArray`, or `DataView` is expected. - * - * If `generatorEncoding` is specified, `generator` is expected to be a string; - * otherwise a number, `Buffer`, `TypedArray`, or `DataView` is expected. - * @since v0.11.12 - * @param primeEncoding The `encoding` of the `prime` string. - * @param [generator=2] - * @param generatorEncoding The `encoding` of the `generator` string. - */ - function createDiffieHellman(primeLength: number, generator?: number): DiffieHellman; - function createDiffieHellman(prime: ArrayBuffer | NodeJS.ArrayBufferView, generator?: number | ArrayBuffer | NodeJS.ArrayBufferView): DiffieHellman; - function createDiffieHellman(prime: ArrayBuffer | NodeJS.ArrayBufferView, generator: string, generatorEncoding: BinaryToTextEncoding): DiffieHellman; - function createDiffieHellman(prime: string, primeEncoding: BinaryToTextEncoding, generator?: number | ArrayBuffer | NodeJS.ArrayBufferView): DiffieHellman; - function createDiffieHellman(prime: string, primeEncoding: BinaryToTextEncoding, generator: string, generatorEncoding: BinaryToTextEncoding): DiffieHellman; - /** - * The `DiffieHellman` class is a utility for creating Diffie-Hellman key - * exchanges. - * - * Instances of the `DiffieHellman` class can be created using the {@link createDiffieHellman} function. - * - * ```js - * import assert from 'assert'; - * - * const { - * createDiffieHellman - * } = await import('crypto'); - * - * // Generate Alice's keys... - * const alice = createDiffieHellman(2048); - * const aliceKey = alice.generateKeys(); - * - * // Generate Bob's keys... - * const bob = createDiffieHellman(alice.getPrime(), alice.getGenerator()); - * const bobKey = bob.generateKeys(); - * - * // Exchange and generate the secret... - * const aliceSecret = alice.computeSecret(bobKey); - * const bobSecret = bob.computeSecret(aliceKey); - * - * // OK - * assert.strictEqual(aliceSecret.toString('hex'), bobSecret.toString('hex')); - * ``` - * @since v0.5.0 - */ - class DiffieHellman { - private constructor(); - /** - * Generates private and public Diffie-Hellman key values, and returns - * the public key in the specified `encoding`. This key should be - * transferred to the other party. - * If `encoding` is provided a string is returned; otherwise a `Buffer` is returned. - * @since v0.5.0 - * @param encoding The `encoding` of the return value. - */ - generateKeys(): Buffer; - generateKeys(encoding: BinaryToTextEncoding): string; - /** - * Computes the shared secret using `otherPublicKey` as the other - * party's public key and returns the computed shared secret. The supplied - * key is interpreted using the specified `inputEncoding`, and secret is - * encoded using specified `outputEncoding`. - * If the `inputEncoding` is not - * provided, `otherPublicKey` is expected to be a `Buffer`,`TypedArray`, or `DataView`. - * - * If `outputEncoding` is given a string is returned; otherwise, a `Buffer` is returned. - * @since v0.5.0 - * @param inputEncoding The `encoding` of an `otherPublicKey` string. - * @param outputEncoding The `encoding` of the return value. - */ - computeSecret(otherPublicKey: NodeJS.ArrayBufferView, inputEncoding?: null, outputEncoding?: null): Buffer; - computeSecret(otherPublicKey: string, inputEncoding: BinaryToTextEncoding, outputEncoding?: null): Buffer; - computeSecret(otherPublicKey: NodeJS.ArrayBufferView, inputEncoding: null, outputEncoding: BinaryToTextEncoding): string; - computeSecret(otherPublicKey: string, inputEncoding: BinaryToTextEncoding, outputEncoding: BinaryToTextEncoding): string; - /** - * Returns the Diffie-Hellman prime in the specified `encoding`. - * If `encoding` is provided a string is - * returned; otherwise a `Buffer` is returned. - * @since v0.5.0 - * @param encoding The `encoding` of the return value. - */ - getPrime(): Buffer; - getPrime(encoding: BinaryToTextEncoding): string; - /** - * Returns the Diffie-Hellman generator in the specified `encoding`. - * If `encoding` is provided a string is - * returned; otherwise a `Buffer` is returned. - * @since v0.5.0 - * @param encoding The `encoding` of the return value. - */ - getGenerator(): Buffer; - getGenerator(encoding: BinaryToTextEncoding): string; - /** - * Returns the Diffie-Hellman public key in the specified `encoding`. - * If `encoding` is provided a - * string is returned; otherwise a `Buffer` is returned. - * @since v0.5.0 - * @param encoding The `encoding` of the return value. - */ - getPublicKey(): Buffer; - getPublicKey(encoding: BinaryToTextEncoding): string; - /** - * Returns the Diffie-Hellman private key in the specified `encoding`. - * If `encoding` is provided a - * string is returned; otherwise a `Buffer` is returned. - * @since v0.5.0 - * @param encoding The `encoding` of the return value. - */ - getPrivateKey(): Buffer; - getPrivateKey(encoding: BinaryToTextEncoding): string; - /** - * Sets the Diffie-Hellman public key. If the `encoding` argument is provided,`publicKey` is expected - * to be a string. If no `encoding` is provided, `publicKey` is expected - * to be a `Buffer`, `TypedArray`, or `DataView`. - * @since v0.5.0 - * @param encoding The `encoding` of the `publicKey` string. - */ - setPublicKey(publicKey: NodeJS.ArrayBufferView): void; - setPublicKey(publicKey: string, encoding: BufferEncoding): void; - /** - * Sets the Diffie-Hellman private key. If the `encoding` argument is provided,`privateKey` is expected - * to be a string. If no `encoding` is provided, `privateKey` is expected - * to be a `Buffer`, `TypedArray`, or `DataView`. - * @since v0.5.0 - * @param encoding The `encoding` of the `privateKey` string. - */ - setPrivateKey(privateKey: NodeJS.ArrayBufferView): void; - setPrivateKey(privateKey: string, encoding: BufferEncoding): void; - /** - * A bit field containing any warnings and/or errors resulting from a check - * performed during initialization of the `DiffieHellman` object. - * - * The following values are valid for this property (as defined in `constants`module): - * - * * `DH_CHECK_P_NOT_SAFE_PRIME` - * * `DH_CHECK_P_NOT_PRIME` - * * `DH_UNABLE_TO_CHECK_GENERATOR` - * * `DH_NOT_SUITABLE_GENERATOR` - * @since v0.11.12 - */ - verifyError: number; - } - /** - * The `DiffieHellmanGroup` class takes a well-known modp group as its argument. - * It works the same as `DiffieHellman`, except that it does not allow changing its keys after creation. - * In other words, it does not implement `setPublicKey()` or `setPrivateKey()` methods. - * - * ```js - * const { createDiffieHellmanGroup } = await import('node:crypto'); - * const dh = createDiffieHellmanGroup('modp1'); - * ``` - * The name (e.g. `'modp1'`) is taken from [RFC 2412](https://www.rfc-editor.org/rfc/rfc2412.txt) (modp1 and 2) and [RFC 3526](https://www.rfc-editor.org/rfc/rfc3526.txt): - * ```bash - * $ perl -ne 'print "$1\n" if /"(modp\d+)"/' src/node_crypto_groups.h - * modp1 # 768 bits - * modp2 # 1024 bits - * modp5 # 1536 bits - * modp14 # 2048 bits - * modp15 # etc. - * modp16 - * modp17 - * modp18 - * ``` - * @since v0.7.5 - */ - const DiffieHellmanGroup: DiffieHellmanGroupConstructor; - interface DiffieHellmanGroupConstructor { - new(name: string): DiffieHellmanGroup; - (name: string): DiffieHellmanGroup; - readonly prototype: DiffieHellmanGroup; - } - type DiffieHellmanGroup = Omit<DiffieHellman, 'setPublicKey' | 'setPrivateKey'>; - /** - * Creates a predefined `DiffieHellmanGroup` key exchange object. The - * supported groups are: `'modp1'`, `'modp2'`, `'modp5'` (defined in [RFC 2412](https://www.rfc-editor.org/rfc/rfc2412.txt), but see `Caveats`) and `'modp14'`, `'modp15'`,`'modp16'`, `'modp17'`, - * `'modp18'` (defined in [RFC 3526](https://www.rfc-editor.org/rfc/rfc3526.txt)). The - * returned object mimics the interface of objects created by {@link createDiffieHellman}, but will not allow changing - * the keys (with `diffieHellman.setPublicKey()`, for example). The - * advantage of using this method is that the parties do not have to - * generate nor exchange a group modulus beforehand, saving both processor - * and communication time. - * - * Example (obtaining a shared secret): - * - * ```js - * const { - * getDiffieHellman - * } = await import('crypto'); - * const alice = getDiffieHellman('modp14'); - * const bob = getDiffieHellman('modp14'); - * - * alice.generateKeys(); - * bob.generateKeys(); - * - * const aliceSecret = alice.computeSecret(bob.getPublicKey(), null, 'hex'); - * const bobSecret = bob.computeSecret(alice.getPublicKey(), null, 'hex'); - * - * // aliceSecret and bobSecret should be the same - * console.log(aliceSecret === bobSecret); - * ``` - * @since v0.7.5 - */ - function getDiffieHellman(groupName: string): DiffieHellmanGroup; - /** - * An alias for {@link getDiffieHellman} - * @since v0.9.3 - */ - function createDiffieHellmanGroup(name: string): DiffieHellmanGroup; - /** - * Provides an asynchronous Password-Based Key Derivation Function 2 (PBKDF2) - * implementation. A selected HMAC digest algorithm specified by `digest` is - * applied to derive a key of the requested byte length (`keylen`) from the`password`, `salt` and `iterations`. - * - * The supplied `callback` function is called with two arguments: `err` and`derivedKey`. If an error occurs while deriving the key, `err` will be set; - * otherwise `err` will be `null`. By default, the successfully generated`derivedKey` will be passed to the callback as a `Buffer`. An error will be - * thrown if any of the input arguments specify invalid values or types. - * - * If `digest` is `null`, `'sha1'` will be used. This behavior is deprecated, - * please specify a `digest` explicitly. - * - * The `iterations` argument must be a number set as high as possible. The - * higher the number of iterations, the more secure the derived key will be, - * but will take a longer amount of time to complete. - * - * The `salt` should be as unique as possible. It is recommended that a salt is - * random and at least 16 bytes long. See [NIST SP 800-132](https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-132.pdf) for details. - * - * When passing strings for `password` or `salt`, please consider `caveats when using strings as inputs to cryptographic APIs`. - * - * ```js - * const { - * pbkdf2 - * } = await import('crypto'); - * - * pbkdf2('secret', 'salt', 100000, 64, 'sha512', (err, derivedKey) => { - * if (err) throw err; - * console.log(derivedKey.toString('hex')); // '3745e48...08d59ae' - * }); - * ``` - * - * The `crypto.DEFAULT_ENCODING` property can be used to change the way the`derivedKey` is passed to the callback. This property, however, has been - * deprecated and use should be avoided. - * - * ```js - * import crypto from 'crypto'; - * crypto.DEFAULT_ENCODING = 'hex'; - * crypto.pbkdf2('secret', 'salt', 100000, 512, 'sha512', (err, derivedKey) => { - * if (err) throw err; - * console.log(derivedKey); // '3745e48...aa39b34' - * }); - * ``` - * - * An array of supported digest functions can be retrieved using {@link getHashes}. - * - * This API uses libuv's threadpool, which can have surprising and - * negative performance implications for some applications; see the `UV_THREADPOOL_SIZE` documentation for more information. - * @since v0.5.5 - */ - function pbkdf2(password: BinaryLike, salt: BinaryLike, iterations: number, keylen: number, digest: string, callback: (err: Error | null, derivedKey: Buffer) => void): void; - /** - * Provides a synchronous Password-Based Key Derivation Function 2 (PBKDF2) - * implementation. A selected HMAC digest algorithm specified by `digest` is - * applied to derive a key of the requested byte length (`keylen`) from the`password`, `salt` and `iterations`. - * - * If an error occurs an `Error` will be thrown, otherwise the derived key will be - * returned as a `Buffer`. - * - * If `digest` is `null`, `'sha1'` will be used. This behavior is deprecated, - * please specify a `digest` explicitly. - * - * The `iterations` argument must be a number set as high as possible. The - * higher the number of iterations, the more secure the derived key will be, - * but will take a longer amount of time to complete. - * - * The `salt` should be as unique as possible. It is recommended that a salt is - * random and at least 16 bytes long. See [NIST SP 800-132](https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-132.pdf) for details. - * - * When passing strings for `password` or `salt`, please consider `caveats when using strings as inputs to cryptographic APIs`. - * - * ```js - * const { - * pbkdf2Sync - * } = await import('crypto'); - * - * const key = pbkdf2Sync('secret', 'salt', 100000, 64, 'sha512'); - * console.log(key.toString('hex')); // '3745e48...08d59ae' - * ``` - * - * The `crypto.DEFAULT_ENCODING` property may be used to change the way the`derivedKey` is returned. This property, however, is deprecated and use - * should be avoided. - * - * ```js - * import crypto from 'crypto'; - * crypto.DEFAULT_ENCODING = 'hex'; - * const key = crypto.pbkdf2Sync('secret', 'salt', 100000, 512, 'sha512'); - * console.log(key); // '3745e48...aa39b34' - * ``` - * - * An array of supported digest functions can be retrieved using {@link getHashes}. - * @since v0.9.3 - */ - function pbkdf2Sync(password: BinaryLike, salt: BinaryLike, iterations: number, keylen: number, digest: string): Buffer; - /** - * Generates cryptographically strong pseudorandom data. The `size` argument - * is a number indicating the number of bytes to generate. - * - * If a `callback` function is provided, the bytes are generated asynchronously - * and the `callback` function is invoked with two arguments: `err` and `buf`. - * If an error occurs, `err` will be an `Error` object; otherwise it is `null`. The`buf` argument is a `Buffer` containing the generated bytes. - * - * ```js - * // Asynchronous - * const { - * randomBytes - * } = await import('crypto'); - * - * randomBytes(256, (err, buf) => { - * if (err) throw err; - * console.log(`${buf.length} bytes of random data: ${buf.toString('hex')}`); - * }); - * ``` - * - * If the `callback` function is not provided, the random bytes are generated - * synchronously and returned as a `Buffer`. An error will be thrown if - * there is a problem generating the bytes. - * - * ```js - * // Synchronous - * const { - * randomBytes - * } = await import('crypto'); - * - * const buf = randomBytes(256); - * console.log( - * `${buf.length} bytes of random data: ${buf.toString('hex')}`); - * ``` - * - * The `crypto.randomBytes()` method will not complete until there is - * sufficient entropy available. - * This should normally never take longer than a few milliseconds. The only time - * when generating the random bytes may conceivably block for a longer period of - * time is right after boot, when the whole system is still low on entropy. - * - * This API uses libuv's threadpool, which can have surprising and - * negative performance implications for some applications; see the `UV_THREADPOOL_SIZE` documentation for more information. - * - * The asynchronous version of `crypto.randomBytes()` is carried out in a single - * threadpool request. To minimize threadpool task length variation, partition - * large `randomBytes` requests when doing so as part of fulfilling a client - * request. - * @since v0.5.8 - * @param size The number of bytes to generate. The `size` must not be larger than `2**31 - 1`. - * @return if the `callback` function is not provided. - */ - function randomBytes(size: number): Buffer; - function randomBytes(size: number, callback: (err: Error | null, buf: Buffer) => void): void; - function pseudoRandomBytes(size: number): Buffer; - function pseudoRandomBytes(size: number, callback: (err: Error | null, buf: Buffer) => void): void; - /** - * Return a random integer `n` such that `min <= n < max`. This - * implementation avoids [modulo bias](https://en.wikipedia.org/wiki/Fisher%E2%80%93Yates_shuffle#Modulo_bias). - * - * The range (`max - min`) must be less than 2^48. `min` and `max` must - * be [safe integers](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/isSafeInteger). - * - * If the `callback` function is not provided, the random integer is - * generated synchronously. - * - * ```js - * // Asynchronous - * const { - * randomInt - * } = await import('crypto'); - * - * randomInt(3, (err, n) => { - * if (err) throw err; - * console.log(`Random number chosen from (0, 1, 2): ${n}`); - * }); - * ``` - * - * ```js - * // Synchronous - * const { - * randomInt - * } = await import('crypto'); - * - * const n = randomInt(3); - * console.log(`Random number chosen from (0, 1, 2): ${n}`); - * ``` - * - * ```js - * // With `min` argument - * const { - * randomInt - * } = await import('crypto'); - * - * const n = randomInt(1, 7); - * console.log(`The dice rolled: ${n}`); - * ``` - * @since v14.10.0, v12.19.0 - * @param [min=0] Start of random range (inclusive). - * @param max End of random range (exclusive). - * @param callback `function(err, n) {}`. - */ - function randomInt(max: number): number; - function randomInt(min: number, max: number): number; - function randomInt(max: number, callback: (err: Error | null, value: number) => void): void; - function randomInt(min: number, max: number, callback: (err: Error | null, value: number) => void): void; - /** - * Synchronous version of {@link randomFill}. - * - * ```js - * import { Buffer } from 'buffer'; - * const { randomFillSync } = await import('crypto'); - * - * const buf = Buffer.alloc(10); - * console.log(randomFillSync(buf).toString('hex')); - * - * randomFillSync(buf, 5); - * console.log(buf.toString('hex')); - * - * // The above is equivalent to the following: - * randomFillSync(buf, 5, 5); - * console.log(buf.toString('hex')); - * ``` - * - * Any `ArrayBuffer`, `TypedArray` or `DataView` instance may be passed as`buffer`. - * - * ```js - * import { Buffer } from 'buffer'; - * const { randomFillSync } = await import('crypto'); - * - * const a = new Uint32Array(10); - * console.log(Buffer.from(randomFillSync(a).buffer, - * a.byteOffset, a.byteLength).toString('hex')); - * - * const b = new DataView(new ArrayBuffer(10)); - * console.log(Buffer.from(randomFillSync(b).buffer, - * b.byteOffset, b.byteLength).toString('hex')); - * - * const c = new ArrayBuffer(10); - * console.log(Buffer.from(randomFillSync(c)).toString('hex')); - * ``` - * @since v7.10.0, v6.13.0 - * @param buffer Must be supplied. The size of the provided `buffer` must not be larger than `2**31 - 1`. - * @param [offset=0] - * @param [size=buffer.length - offset] - * @return The object passed as `buffer` argument. - */ - function randomFillSync<T extends NodeJS.ArrayBufferView>(buffer: T, offset?: number, size?: number): T; - /** - * This function is similar to {@link randomBytes} but requires the first - * argument to be a `Buffer` that will be filled. It also - * requires that a callback is passed in. - * - * If the `callback` function is not provided, an error will be thrown. - * - * ```js - * import { Buffer } from 'buffer'; - * const { randomFill } = await import('crypto'); - * - * const buf = Buffer.alloc(10); - * randomFill(buf, (err, buf) => { - * if (err) throw err; - * console.log(buf.toString('hex')); - * }); - * - * randomFill(buf, 5, (err, buf) => { - * if (err) throw err; - * console.log(buf.toString('hex')); - * }); - * - * // The above is equivalent to the following: - * randomFill(buf, 5, 5, (err, buf) => { - * if (err) throw err; - * console.log(buf.toString('hex')); - * }); - * ``` - * - * Any `ArrayBuffer`, `TypedArray`, or `DataView` instance may be passed as`buffer`. - * - * While this includes instances of `Float32Array` and `Float64Array`, this - * function should not be used to generate random floating-point numbers. The - * result may contain `+Infinity`, `-Infinity`, and `NaN`, and even if the array - * contains finite numbers only, they are not drawn from a uniform random - * distribution and have no meaningful lower or upper bounds. - * - * ```js - * import { Buffer } from 'buffer'; - * const { randomFill } = await import('crypto'); - * - * const a = new Uint32Array(10); - * randomFill(a, (err, buf) => { - * if (err) throw err; - * console.log(Buffer.from(buf.buffer, buf.byteOffset, buf.byteLength) - * .toString('hex')); - * }); - * - * const b = new DataView(new ArrayBuffer(10)); - * randomFill(b, (err, buf) => { - * if (err) throw err; - * console.log(Buffer.from(buf.buffer, buf.byteOffset, buf.byteLength) - * .toString('hex')); - * }); - * - * const c = new ArrayBuffer(10); - * randomFill(c, (err, buf) => { - * if (err) throw err; - * console.log(Buffer.from(buf).toString('hex')); - * }); - * ``` - * - * This API uses libuv's threadpool, which can have surprising and - * negative performance implications for some applications; see the `UV_THREADPOOL_SIZE` documentation for more information. - * - * The asynchronous version of `crypto.randomFill()` is carried out in a single - * threadpool request. To minimize threadpool task length variation, partition - * large `randomFill` requests when doing so as part of fulfilling a client - * request. - * @since v7.10.0, v6.13.0 - * @param buffer Must be supplied. The size of the provided `buffer` must not be larger than `2**31 - 1`. - * @param [offset=0] - * @param [size=buffer.length - offset] - * @param callback `function(err, buf) {}`. - */ - function randomFill<T extends NodeJS.ArrayBufferView>(buffer: T, callback: (err: Error | null, buf: T) => void): void; - function randomFill<T extends NodeJS.ArrayBufferView>(buffer: T, offset: number, callback: (err: Error | null, buf: T) => void): void; - function randomFill<T extends NodeJS.ArrayBufferView>(buffer: T, offset: number, size: number, callback: (err: Error | null, buf: T) => void): void; - interface ScryptOptions { - cost?: number | undefined; - blockSize?: number | undefined; - parallelization?: number | undefined; - N?: number | undefined; - r?: number | undefined; - p?: number | undefined; - maxmem?: number | undefined; - } - /** - * Provides an asynchronous [scrypt](https://en.wikipedia.org/wiki/Scrypt) implementation. Scrypt is a password-based - * key derivation function that is designed to be expensive computationally and - * memory-wise in order to make brute-force attacks unrewarding. - * - * The `salt` should be as unique as possible. It is recommended that a salt is - * random and at least 16 bytes long. See [NIST SP 800-132](https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-132.pdf) for details. - * - * When passing strings for `password` or `salt`, please consider `caveats when using strings as inputs to cryptographic APIs`. - * - * The `callback` function is called with two arguments: `err` and `derivedKey`.`err` is an exception object when key derivation fails, otherwise `err` is`null`. `derivedKey` is passed to the - * callback as a `Buffer`. - * - * An exception is thrown when any of the input arguments specify invalid values - * or types. - * - * ```js - * const { - * scrypt - * } = await import('crypto'); - * - * // Using the factory defaults. - * scrypt('password', 'salt', 64, (err, derivedKey) => { - * if (err) throw err; - * console.log(derivedKey.toString('hex')); // '3745e48...08d59ae' - * }); - * // Using a custom N parameter. Must be a power of two. - * scrypt('password', 'salt', 64, { N: 1024 }, (err, derivedKey) => { - * if (err) throw err; - * console.log(derivedKey.toString('hex')); // '3745e48...aa39b34' - * }); - * ``` - * @since v10.5.0 - */ - function scrypt(password: BinaryLike, salt: BinaryLike, keylen: number, callback: (err: Error | null, derivedKey: Buffer) => void): void; - function scrypt(password: BinaryLike, salt: BinaryLike, keylen: number, options: ScryptOptions, callback: (err: Error | null, derivedKey: Buffer) => void): void; - /** - * Provides a synchronous [scrypt](https://en.wikipedia.org/wiki/Scrypt) implementation. Scrypt is a password-based - * key derivation function that is designed to be expensive computationally and - * memory-wise in order to make brute-force attacks unrewarding. - * - * The `salt` should be as unique as possible. It is recommended that a salt is - * random and at least 16 bytes long. See [NIST SP 800-132](https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-132.pdf) for details. - * - * When passing strings for `password` or `salt`, please consider `caveats when using strings as inputs to cryptographic APIs`. - * - * An exception is thrown when key derivation fails, otherwise the derived key is - * returned as a `Buffer`. - * - * An exception is thrown when any of the input arguments specify invalid values - * or types. - * - * ```js - * const { - * scryptSync - * } = await import('crypto'); - * // Using the factory defaults. - * - * const key1 = scryptSync('password', 'salt', 64); - * console.log(key1.toString('hex')); // '3745e48...08d59ae' - * // Using a custom N parameter. Must be a power of two. - * const key2 = scryptSync('password', 'salt', 64, { N: 1024 }); - * console.log(key2.toString('hex')); // '3745e48...aa39b34' - * ``` - * @since v10.5.0 - */ - function scryptSync(password: BinaryLike, salt: BinaryLike, keylen: number, options?: ScryptOptions): Buffer; - interface RsaPublicKey { - key: KeyLike; - padding?: number | undefined; - } - interface RsaPrivateKey { - key: KeyLike; - passphrase?: string | undefined; - /** - * @default 'sha1' - */ - oaepHash?: string | undefined; - oaepLabel?: NodeJS.TypedArray | undefined; - padding?: number | undefined; - } - /** - * Encrypts the content of `buffer` with `key` and returns a new `Buffer` with encrypted content. The returned data can be decrypted using - * the corresponding private key, for example using {@link privateDecrypt}. - * - * If `key` is not a `KeyObject`, this function behaves as if`key` had been passed to {@link createPublicKey}. If it is an - * object, the `padding` property can be passed. Otherwise, this function uses`RSA_PKCS1_OAEP_PADDING`. - * - * Because RSA public keys can be derived from private keys, a private key may - * be passed instead of a public key. - * @since v0.11.14 - */ - function publicEncrypt(key: RsaPublicKey | RsaPrivateKey | KeyLike, buffer: NodeJS.ArrayBufferView): Buffer; - /** - * Decrypts `buffer` with `key`.`buffer` was previously encrypted using - * the corresponding private key, for example using {@link privateEncrypt}. - * - * If `key` is not a `KeyObject`, this function behaves as if`key` had been passed to {@link createPublicKey}. If it is an - * object, the `padding` property can be passed. Otherwise, this function uses`RSA_PKCS1_PADDING`. - * - * Because RSA public keys can be derived from private keys, a private key may - * be passed instead of a public key. - * @since v1.1.0 - */ - function publicDecrypt(key: RsaPublicKey | RsaPrivateKey | KeyLike, buffer: NodeJS.ArrayBufferView): Buffer; - /** - * Decrypts `buffer` with `privateKey`. `buffer` was previously encrypted using - * the corresponding public key, for example using {@link publicEncrypt}. - * - * If `privateKey` is not a `KeyObject`, this function behaves as if`privateKey` had been passed to {@link createPrivateKey}. If it is an - * object, the `padding` property can be passed. Otherwise, this function uses`RSA_PKCS1_OAEP_PADDING`. - * @since v0.11.14 - */ - function privateDecrypt(privateKey: RsaPrivateKey | KeyLike, buffer: NodeJS.ArrayBufferView): Buffer; - /** - * Encrypts `buffer` with `privateKey`. The returned data can be decrypted using - * the corresponding public key, for example using {@link publicDecrypt}. - * - * If `privateKey` is not a `KeyObject`, this function behaves as if`privateKey` had been passed to {@link createPrivateKey}. If it is an - * object, the `padding` property can be passed. Otherwise, this function uses`RSA_PKCS1_PADDING`. - * @since v1.1.0 - */ - function privateEncrypt(privateKey: RsaPrivateKey | KeyLike, buffer: NodeJS.ArrayBufferView): Buffer; - /** - * ```js - * const { - * getCiphers - * } = await import('crypto'); - * - * console.log(getCiphers()); // ['aes-128-cbc', 'aes-128-ccm', ...] - * ``` - * @since v0.9.3 - * @return An array with the names of the supported cipher algorithms. - */ - function getCiphers(): string[]; - /** - * ```js - * const { - * getCurves - * } = await import('crypto'); - * - * console.log(getCurves()); // ['Oakley-EC2N-3', 'Oakley-EC2N-4', ...] - * ``` - * @since v2.3.0 - * @return An array with the names of the supported elliptic curves. - */ - function getCurves(): string[]; - /** - * @since v10.0.0 - * @return `1` if and only if a FIPS compliant crypto provider is currently in use, `0` otherwise. A future semver-major release may change the return type of this API to a {boolean}. - */ - function getFips(): 1 | 0; - /** - * Enables the FIPS compliant crypto provider in a FIPS-enabled Node.js build. Throws an error if FIPS mode is not available. - * @since v10.0.0 - * @param bool `true` to enable FIPS mode. - */ - function setFips(bool: boolean): void; - /** - * ```js - * const { - * getHashes - * } = await import('crypto'); - * - * console.log(getHashes()); // ['DSA', 'DSA-SHA', 'DSA-SHA1', ...] - * ``` - * @since v0.9.3 - * @return An array of the names of the supported hash algorithms, such as `'RSA-SHA256'`. Hash algorithms are also called "digest" algorithms. - */ - function getHashes(): string[]; - /** - * The `ECDH` class is a utility for creating Elliptic Curve Diffie-Hellman (ECDH) - * key exchanges. - * - * Instances of the `ECDH` class can be created using the {@link createECDH} function. - * - * ```js - * import assert from 'assert'; - * - * const { - * createECDH - * } = await import('crypto'); - * - * // Generate Alice's keys... - * const alice = createECDH('secp521r1'); - * const aliceKey = alice.generateKeys(); - * - * // Generate Bob's keys... - * const bob = createECDH('secp521r1'); - * const bobKey = bob.generateKeys(); - * - * // Exchange and generate the secret... - * const aliceSecret = alice.computeSecret(bobKey); - * const bobSecret = bob.computeSecret(aliceKey); - * - * assert.strictEqual(aliceSecret.toString('hex'), bobSecret.toString('hex')); - * // OK - * ``` - * @since v0.11.14 - */ - class ECDH { - private constructor(); - /** - * Converts the EC Diffie-Hellman public key specified by `key` and `curve` to the - * format specified by `format`. The `format` argument specifies point encoding - * and can be `'compressed'`, `'uncompressed'` or `'hybrid'`. The supplied key is - * interpreted using the specified `inputEncoding`, and the returned key is encoded - * using the specified `outputEncoding`. - * - * Use {@link getCurves} to obtain a list of available curve names. - * On recent OpenSSL releases, `openssl ecparam -list_curves` will also display - * the name and description of each available elliptic curve. - * - * If `format` is not specified the point will be returned in `'uncompressed'`format. - * - * If the `inputEncoding` is not provided, `key` is expected to be a `Buffer`,`TypedArray`, or `DataView`. - * - * Example (uncompressing a key): - * - * ```js - * const { - * createECDH, - * ECDH - * } = await import('crypto'); - * - * const ecdh = createECDH('secp256k1'); - * ecdh.generateKeys(); - * - * const compressedKey = ecdh.getPublicKey('hex', 'compressed'); - * - * const uncompressedKey = ECDH.convertKey(compressedKey, - * 'secp256k1', - * 'hex', - * 'hex', - * 'uncompressed'); - * - * // The converted key and the uncompressed public key should be the same - * console.log(uncompressedKey === ecdh.getPublicKey('hex')); - * ``` - * @since v10.0.0 - * @param inputEncoding The `encoding` of the `key` string. - * @param outputEncoding The `encoding` of the return value. - * @param [format='uncompressed'] - */ - static convertKey( - key: BinaryLike, - curve: string, - inputEncoding?: BinaryToTextEncoding, - outputEncoding?: 'latin1' | 'hex' | 'base64' | 'base64url', - format?: 'uncompressed' | 'compressed' | 'hybrid' - ): Buffer | string; - /** - * Generates private and public EC Diffie-Hellman key values, and returns - * the public key in the specified `format` and `encoding`. This key should be - * transferred to the other party. - * - * The `format` argument specifies point encoding and can be `'compressed'` or`'uncompressed'`. If `format` is not specified, the point will be returned in`'uncompressed'` format. - * - * If `encoding` is provided a string is returned; otherwise a `Buffer` is returned. - * @since v0.11.14 - * @param encoding The `encoding` of the return value. - * @param [format='uncompressed'] - */ - generateKeys(): Buffer; - generateKeys(encoding: BinaryToTextEncoding, format?: ECDHKeyFormat): string; - /** - * Computes the shared secret using `otherPublicKey` as the other - * party's public key and returns the computed shared secret. The supplied - * key is interpreted using specified `inputEncoding`, and the returned secret - * is encoded using the specified `outputEncoding`. - * If the `inputEncoding` is not - * provided, `otherPublicKey` is expected to be a `Buffer`, `TypedArray`, or`DataView`. - * - * If `outputEncoding` is given a string will be returned; otherwise a `Buffer` is returned. - * - * `ecdh.computeSecret` will throw an`ERR_CRYPTO_ECDH_INVALID_PUBLIC_KEY` error when `otherPublicKey`lies outside of the elliptic curve. Since `otherPublicKey` is - * usually supplied from a remote user over an insecure network, - * be sure to handle this exception accordingly. - * @since v0.11.14 - * @param inputEncoding The `encoding` of the `otherPublicKey` string. - * @param outputEncoding The `encoding` of the return value. - */ - computeSecret(otherPublicKey: NodeJS.ArrayBufferView): Buffer; - computeSecret(otherPublicKey: string, inputEncoding: BinaryToTextEncoding): Buffer; - computeSecret(otherPublicKey: NodeJS.ArrayBufferView, outputEncoding: BinaryToTextEncoding): string; - computeSecret(otherPublicKey: string, inputEncoding: BinaryToTextEncoding, outputEncoding: BinaryToTextEncoding): string; - /** - * If `encoding` is specified, a string is returned; otherwise a `Buffer` is - * returned. - * @since v0.11.14 - * @param encoding The `encoding` of the return value. - * @return The EC Diffie-Hellman in the specified `encoding`. - */ - getPrivateKey(): Buffer; - getPrivateKey(encoding: BinaryToTextEncoding): string; - /** - * The `format` argument specifies point encoding and can be `'compressed'` or`'uncompressed'`. If `format` is not specified the point will be returned in`'uncompressed'` format. - * - * If `encoding` is specified, a string is returned; otherwise a `Buffer` is - * returned. - * @since v0.11.14 - * @param [encoding] The `encoding` of the return value. - * @param [format='uncompressed'] - * @return The EC Diffie-Hellman public key in the specified `encoding` and `format`. - */ - getPublicKey(encoding?: null, format?: ECDHKeyFormat): Buffer; - getPublicKey(encoding: BinaryToTextEncoding, format?: ECDHKeyFormat): string; - /** - * Sets the EC Diffie-Hellman private key. - * If `encoding` is provided, `privateKey` is expected - * to be a string; otherwise `privateKey` is expected to be a `Buffer`,`TypedArray`, or `DataView`. - * - * If `privateKey` is not valid for the curve specified when the `ECDH` object was - * created, an error is thrown. Upon setting the private key, the associated - * public point (key) is also generated and set in the `ECDH` object. - * @since v0.11.14 - * @param encoding The `encoding` of the `privateKey` string. - */ - setPrivateKey(privateKey: NodeJS.ArrayBufferView): void; - setPrivateKey(privateKey: string, encoding: BinaryToTextEncoding): void; - } - /** - * Creates an Elliptic Curve Diffie-Hellman (`ECDH`) key exchange object using a - * predefined curve specified by the `curveName` string. Use {@link getCurves} to obtain a list of available curve names. On recent - * OpenSSL releases, `openssl ecparam -list_curves` will also display the name - * and description of each available elliptic curve. - * @since v0.11.14 - */ - function createECDH(curveName: string): ECDH; - /** - * This function is based on a constant-time algorithm. - * Returns true if `a` is equal to `b`, without leaking timing information that - * would allow an attacker to guess one of the values. This is suitable for - * comparing HMAC digests or secret values like authentication cookies or [capability urls](https://www.w3.org/TR/capability-urls/). - * - * `a` and `b` must both be `Buffer`s, `TypedArray`s, or `DataView`s, and they - * must have the same byte length. An error is thrown if `a` and `b` have - * different byte lengths. - * - * If at least one of `a` and `b` is a `TypedArray` with more than one byte per - * entry, such as `Uint16Array`, the result will be computed using the platform - * byte order. - * - * Use of `crypto.timingSafeEqual` does not guarantee that the _surrounding_ code - * is timing-safe. Care should be taken to ensure that the surrounding code does - * not introduce timing vulnerabilities. - * @since v6.6.0 - */ - function timingSafeEqual(a: NodeJS.ArrayBufferView, b: NodeJS.ArrayBufferView): boolean; - /** @deprecated since v10.0.0 */ - const DEFAULT_ENCODING: BufferEncoding; - type KeyType = 'rsa' | 'rsa-pss' | 'dsa' | 'ec' | 'ed25519' | 'ed448' | 'x25519' | 'x448'; - type KeyFormat = 'pem' | 'der' | 'jwk'; - interface BasePrivateKeyEncodingOptions<T extends KeyFormat> { - format: T; - cipher?: string | undefined; - passphrase?: string | undefined; - } - interface KeyPairKeyObjectResult { - publicKey: KeyObject; - privateKey: KeyObject; - } - interface ED25519KeyPairKeyObjectOptions {} - interface ED448KeyPairKeyObjectOptions {} - interface X25519KeyPairKeyObjectOptions {} - interface X448KeyPairKeyObjectOptions {} - interface ECKeyPairKeyObjectOptions { - /** - * Name of the curve to use - */ - namedCurve: string; - } - interface RSAKeyPairKeyObjectOptions { - /** - * Key size in bits - */ - modulusLength: number; - /** - * Public exponent - * @default 0x10001 - */ - publicExponent?: number | undefined; - } - interface RSAPSSKeyPairKeyObjectOptions { - /** - * Key size in bits - */ - modulusLength: number; - /** - * Public exponent - * @default 0x10001 - */ - publicExponent?: number | undefined; - /** - * Name of the message digest - */ - hashAlgorithm?: string; - /** - * Name of the message digest used by MGF1 - */ - mgf1HashAlgorithm?: string; - /** - * Minimal salt length in bytes - */ - saltLength?: string; - } - interface DSAKeyPairKeyObjectOptions { - /** - * Key size in bits - */ - modulusLength: number; - /** - * Size of q in bits - */ - divisorLength: number; - } - interface RSAKeyPairOptions<PubF extends KeyFormat, PrivF extends KeyFormat> { - /** - * Key size in bits - */ - modulusLength: number; - /** - * Public exponent - * @default 0x10001 - */ - publicExponent?: number | undefined; - publicKeyEncoding: { - type: 'pkcs1' | 'spki'; - format: PubF; - }; - privateKeyEncoding: BasePrivateKeyEncodingOptions<PrivF> & { - type: 'pkcs1' | 'pkcs8'; - }; - } - interface RSAPSSKeyPairOptions<PubF extends KeyFormat, PrivF extends KeyFormat> { - /** - * Key size in bits - */ - modulusLength: number; - /** - * Public exponent - * @default 0x10001 - */ - publicExponent?: number | undefined; - /** - * Name of the message digest - */ - hashAlgorithm?: string; - /** - * Name of the message digest used by MGF1 - */ - mgf1HashAlgorithm?: string; - /** - * Minimal salt length in bytes - */ - saltLength?: string; - publicKeyEncoding: { - type: 'spki'; - format: PubF; - }; - privateKeyEncoding: BasePrivateKeyEncodingOptions<PrivF> & { - type: 'pkcs8'; - }; - } - interface DSAKeyPairOptions<PubF extends KeyFormat, PrivF extends KeyFormat> { - /** - * Key size in bits - */ - modulusLength: number; - /** - * Size of q in bits - */ - divisorLength: number; - publicKeyEncoding: { - type: 'spki'; - format: PubF; - }; - privateKeyEncoding: BasePrivateKeyEncodingOptions<PrivF> & { - type: 'pkcs8'; - }; - } - interface ECKeyPairOptions<PubF extends KeyFormat, PrivF extends KeyFormat> { - /** - * Name of the curve to use. - */ - namedCurve: string; - publicKeyEncoding: { - type: 'pkcs1' | 'spki'; - format: PubF; - }; - privateKeyEncoding: BasePrivateKeyEncodingOptions<PrivF> & { - type: 'sec1' | 'pkcs8'; - }; - } - interface ED25519KeyPairOptions<PubF extends KeyFormat, PrivF extends KeyFormat> { - publicKeyEncoding: { - type: 'spki'; - format: PubF; - }; - privateKeyEncoding: BasePrivateKeyEncodingOptions<PrivF> & { - type: 'pkcs8'; - }; - } - interface ED448KeyPairOptions<PubF extends KeyFormat, PrivF extends KeyFormat> { - publicKeyEncoding: { - type: 'spki'; - format: PubF; - }; - privateKeyEncoding: BasePrivateKeyEncodingOptions<PrivF> & { - type: 'pkcs8'; - }; - } - interface X25519KeyPairOptions<PubF extends KeyFormat, PrivF extends KeyFormat> { - publicKeyEncoding: { - type: 'spki'; - format: PubF; - }; - privateKeyEncoding: BasePrivateKeyEncodingOptions<PrivF> & { - type: 'pkcs8'; - }; - } - interface X448KeyPairOptions<PubF extends KeyFormat, PrivF extends KeyFormat> { - publicKeyEncoding: { - type: 'spki'; - format: PubF; - }; - privateKeyEncoding: BasePrivateKeyEncodingOptions<PrivF> & { - type: 'pkcs8'; - }; - } - interface KeyPairSyncResult<T1 extends string | Buffer, T2 extends string | Buffer> { - publicKey: T1; - privateKey: T2; - } - /** - * Generates a new asymmetric key pair of the given `type`. RSA, RSA-PSS, DSA, EC, - * Ed25519, Ed448, X25519, X448, and DH are currently supported. - * - * If a `publicKeyEncoding` or `privateKeyEncoding` was specified, this function - * behaves as if `keyObject.export()` had been called on its result. Otherwise, - * the respective part of the key is returned as a `KeyObject`. - * - * When encoding public keys, it is recommended to use `'spki'`. When encoding - * private keys, it is recommended to use `'pkcs8'` with a strong passphrase, - * and to keep the passphrase confidential. - * - * ```js - * const { - * generateKeyPairSync - * } = await import('crypto'); - * - * const { - * publicKey, - * privateKey, - * } = generateKeyPairSync('rsa', { - * modulusLength: 4096, - * publicKeyEncoding: { - * type: 'spki', - * format: 'pem' - * }, - * privateKeyEncoding: { - * type: 'pkcs8', - * format: 'pem', - * cipher: 'aes-256-cbc', - * passphrase: 'top secret' - * } - * }); - * ``` - * - * The return value `{ publicKey, privateKey }` represents the generated key pair. - * When PEM encoding was selected, the respective key will be a string, otherwise - * it will be a buffer containing the data encoded as DER. - * @since v10.12.0 - * @param type Must be `'rsa'`, `'rsa-pss'`, `'dsa'`, `'ec'`, `'ed25519'`, `'ed448'`, `'x25519'`, `'x448'`, or `'dh'`. - */ - function generateKeyPairSync(type: 'rsa', options: RSAKeyPairOptions<'pem', 'pem'>): KeyPairSyncResult<string, string>; - function generateKeyPairSync(type: 'rsa', options: RSAKeyPairOptions<'pem', 'der'>): KeyPairSyncResult<string, Buffer>; - function generateKeyPairSync(type: 'rsa', options: RSAKeyPairOptions<'der', 'pem'>): KeyPairSyncResult<Buffer, string>; - function generateKeyPairSync(type: 'rsa', options: RSAKeyPairOptions<'der', 'der'>): KeyPairSyncResult<Buffer, Buffer>; - function generateKeyPairSync(type: 'rsa', options: RSAKeyPairKeyObjectOptions): KeyPairKeyObjectResult; - function generateKeyPairSync(type: 'rsa-pss', options: RSAPSSKeyPairOptions<'pem', 'pem'>): KeyPairSyncResult<string, string>; - function generateKeyPairSync(type: 'rsa-pss', options: RSAPSSKeyPairOptions<'pem', 'der'>): KeyPairSyncResult<string, Buffer>; - function generateKeyPairSync(type: 'rsa-pss', options: RSAPSSKeyPairOptions<'der', 'pem'>): KeyPairSyncResult<Buffer, string>; - function generateKeyPairSync(type: 'rsa-pss', options: RSAPSSKeyPairOptions<'der', 'der'>): KeyPairSyncResult<Buffer, Buffer>; - function generateKeyPairSync(type: 'rsa-pss', options: RSAPSSKeyPairKeyObjectOptions): KeyPairKeyObjectResult; - function generateKeyPairSync(type: 'dsa', options: DSAKeyPairOptions<'pem', 'pem'>): KeyPairSyncResult<string, string>; - function generateKeyPairSync(type: 'dsa', options: DSAKeyPairOptions<'pem', 'der'>): KeyPairSyncResult<string, Buffer>; - function generateKeyPairSync(type: 'dsa', options: DSAKeyPairOptions<'der', 'pem'>): KeyPairSyncResult<Buffer, string>; - function generateKeyPairSync(type: 'dsa', options: DSAKeyPairOptions<'der', 'der'>): KeyPairSyncResult<Buffer, Buffer>; - function generateKeyPairSync(type: 'dsa', options: DSAKeyPairKeyObjectOptions): KeyPairKeyObjectResult; - function generateKeyPairSync(type: 'ec', options: ECKeyPairOptions<'pem', 'pem'>): KeyPairSyncResult<string, string>; - function generateKeyPairSync(type: 'ec', options: ECKeyPairOptions<'pem', 'der'>): KeyPairSyncResult<string, Buffer>; - function generateKeyPairSync(type: 'ec', options: ECKeyPairOptions<'der', 'pem'>): KeyPairSyncResult<Buffer, string>; - function generateKeyPairSync(type: 'ec', options: ECKeyPairOptions<'der', 'der'>): KeyPairSyncResult<Buffer, Buffer>; - function generateKeyPairSync(type: 'ec', options: ECKeyPairKeyObjectOptions): KeyPairKeyObjectResult; - function generateKeyPairSync(type: 'ed25519', options: ED25519KeyPairOptions<'pem', 'pem'>): KeyPairSyncResult<string, string>; - function generateKeyPairSync(type: 'ed25519', options: ED25519KeyPairOptions<'pem', 'der'>): KeyPairSyncResult<string, Buffer>; - function generateKeyPairSync(type: 'ed25519', options: ED25519KeyPairOptions<'der', 'pem'>): KeyPairSyncResult<Buffer, string>; - function generateKeyPairSync(type: 'ed25519', options: ED25519KeyPairOptions<'der', 'der'>): KeyPairSyncResult<Buffer, Buffer>; - function generateKeyPairSync(type: 'ed25519', options?: ED25519KeyPairKeyObjectOptions): KeyPairKeyObjectResult; - function generateKeyPairSync(type: 'ed448', options: ED448KeyPairOptions<'pem', 'pem'>): KeyPairSyncResult<string, string>; - function generateKeyPairSync(type: 'ed448', options: ED448KeyPairOptions<'pem', 'der'>): KeyPairSyncResult<string, Buffer>; - function generateKeyPairSync(type: 'ed448', options: ED448KeyPairOptions<'der', 'pem'>): KeyPairSyncResult<Buffer, string>; - function generateKeyPairSync(type: 'ed448', options: ED448KeyPairOptions<'der', 'der'>): KeyPairSyncResult<Buffer, Buffer>; - function generateKeyPairSync(type: 'ed448', options?: ED448KeyPairKeyObjectOptions): KeyPairKeyObjectResult; - function generateKeyPairSync(type: 'x25519', options: X25519KeyPairOptions<'pem', 'pem'>): KeyPairSyncResult<string, string>; - function generateKeyPairSync(type: 'x25519', options: X25519KeyPairOptions<'pem', 'der'>): KeyPairSyncResult<string, Buffer>; - function generateKeyPairSync(type: 'x25519', options: X25519KeyPairOptions<'der', 'pem'>): KeyPairSyncResult<Buffer, string>; - function generateKeyPairSync(type: 'x25519', options: X25519KeyPairOptions<'der', 'der'>): KeyPairSyncResult<Buffer, Buffer>; - function generateKeyPairSync(type: 'x25519', options?: X25519KeyPairKeyObjectOptions): KeyPairKeyObjectResult; - function generateKeyPairSync(type: 'x448', options: X448KeyPairOptions<'pem', 'pem'>): KeyPairSyncResult<string, string>; - function generateKeyPairSync(type: 'x448', options: X448KeyPairOptions<'pem', 'der'>): KeyPairSyncResult<string, Buffer>; - function generateKeyPairSync(type: 'x448', options: X448KeyPairOptions<'der', 'pem'>): KeyPairSyncResult<Buffer, string>; - function generateKeyPairSync(type: 'x448', options: X448KeyPairOptions<'der', 'der'>): KeyPairSyncResult<Buffer, Buffer>; - function generateKeyPairSync(type: 'x448', options?: X448KeyPairKeyObjectOptions): KeyPairKeyObjectResult; - /** - * Generates a new asymmetric key pair of the given `type`. RSA, RSA-PSS, DSA, EC, - * Ed25519, Ed448, X25519, X448, and DH are currently supported. - * - * If a `publicKeyEncoding` or `privateKeyEncoding` was specified, this function - * behaves as if `keyObject.export()` had been called on its result. Otherwise, - * the respective part of the key is returned as a `KeyObject`. - * - * It is recommended to encode public keys as `'spki'` and private keys as`'pkcs8'` with encryption for long-term storage: - * - * ```js - * const { - * generateKeyPair - * } = await import('crypto'); - * - * generateKeyPair('rsa', { - * modulusLength: 4096, - * publicKeyEncoding: { - * type: 'spki', - * format: 'pem' - * }, - * privateKeyEncoding: { - * type: 'pkcs8', - * format: 'pem', - * cipher: 'aes-256-cbc', - * passphrase: 'top secret' - * } - * }, (err, publicKey, privateKey) => { - * // Handle errors and use the generated key pair. - * }); - * ``` - * - * On completion, `callback` will be called with `err` set to `undefined` and`publicKey` / `privateKey` representing the generated key pair. - * - * If this method is invoked as its `util.promisify()` ed version, it returns - * a `Promise` for an `Object` with `publicKey` and `privateKey` properties. - * @since v10.12.0 - * @param type Must be `'rsa'`, `'rsa-pss'`, `'dsa'`, `'ec'`, `'ed25519'`, `'ed448'`, `'x25519'`, `'x448'`, or `'dh'`. - */ - function generateKeyPair(type: 'rsa', options: RSAKeyPairOptions<'pem', 'pem'>, callback: (err: Error | null, publicKey: string, privateKey: string) => void): void; - function generateKeyPair(type: 'rsa', options: RSAKeyPairOptions<'pem', 'der'>, callback: (err: Error | null, publicKey: string, privateKey: Buffer) => void): void; - function generateKeyPair(type: 'rsa', options: RSAKeyPairOptions<'der', 'pem'>, callback: (err: Error | null, publicKey: Buffer, privateKey: string) => void): void; - function generateKeyPair(type: 'rsa', options: RSAKeyPairOptions<'der', 'der'>, callback: (err: Error | null, publicKey: Buffer, privateKey: Buffer) => void): void; - function generateKeyPair(type: 'rsa', options: RSAKeyPairKeyObjectOptions, callback: (err: Error | null, publicKey: KeyObject, privateKey: KeyObject) => void): void; - function generateKeyPair(type: 'rsa-pss', options: RSAPSSKeyPairOptions<'pem', 'pem'>, callback: (err: Error | null, publicKey: string, privateKey: string) => void): void; - function generateKeyPair(type: 'rsa-pss', options: RSAPSSKeyPairOptions<'pem', 'der'>, callback: (err: Error | null, publicKey: string, privateKey: Buffer) => void): void; - function generateKeyPair(type: 'rsa-pss', options: RSAPSSKeyPairOptions<'der', 'pem'>, callback: (err: Error | null, publicKey: Buffer, privateKey: string) => void): void; - function generateKeyPair(type: 'rsa-pss', options: RSAPSSKeyPairOptions<'der', 'der'>, callback: (err: Error | null, publicKey: Buffer, privateKey: Buffer) => void): void; - function generateKeyPair(type: 'rsa-pss', options: RSAPSSKeyPairKeyObjectOptions, callback: (err: Error | null, publicKey: KeyObject, privateKey: KeyObject) => void): void; - function generateKeyPair(type: 'dsa', options: DSAKeyPairOptions<'pem', 'pem'>, callback: (err: Error | null, publicKey: string, privateKey: string) => void): void; - function generateKeyPair(type: 'dsa', options: DSAKeyPairOptions<'pem', 'der'>, callback: (err: Error | null, publicKey: string, privateKey: Buffer) => void): void; - function generateKeyPair(type: 'dsa', options: DSAKeyPairOptions<'der', 'pem'>, callback: (err: Error | null, publicKey: Buffer, privateKey: string) => void): void; - function generateKeyPair(type: 'dsa', options: DSAKeyPairOptions<'der', 'der'>, callback: (err: Error | null, publicKey: Buffer, privateKey: Buffer) => void): void; - function generateKeyPair(type: 'dsa', options: DSAKeyPairKeyObjectOptions, callback: (err: Error | null, publicKey: KeyObject, privateKey: KeyObject) => void): void; - function generateKeyPair(type: 'ec', options: ECKeyPairOptions<'pem', 'pem'>, callback: (err: Error | null, publicKey: string, privateKey: string) => void): void; - function generateKeyPair(type: 'ec', options: ECKeyPairOptions<'pem', 'der'>, callback: (err: Error | null, publicKey: string, privateKey: Buffer) => void): void; - function generateKeyPair(type: 'ec', options: ECKeyPairOptions<'der', 'pem'>, callback: (err: Error | null, publicKey: Buffer, privateKey: string) => void): void; - function generateKeyPair(type: 'ec', options: ECKeyPairOptions<'der', 'der'>, callback: (err: Error | null, publicKey: Buffer, privateKey: Buffer) => void): void; - function generateKeyPair(type: 'ec', options: ECKeyPairKeyObjectOptions, callback: (err: Error | null, publicKey: KeyObject, privateKey: KeyObject) => void): void; - function generateKeyPair(type: 'ed25519', options: ED25519KeyPairOptions<'pem', 'pem'>, callback: (err: Error | null, publicKey: string, privateKey: string) => void): void; - function generateKeyPair(type: 'ed25519', options: ED25519KeyPairOptions<'pem', 'der'>, callback: (err: Error | null, publicKey: string, privateKey: Buffer) => void): void; - function generateKeyPair(type: 'ed25519', options: ED25519KeyPairOptions<'der', 'pem'>, callback: (err: Error | null, publicKey: Buffer, privateKey: string) => void): void; - function generateKeyPair(type: 'ed25519', options: ED25519KeyPairOptions<'der', 'der'>, callback: (err: Error | null, publicKey: Buffer, privateKey: Buffer) => void): void; - function generateKeyPair(type: 'ed25519', options: ED25519KeyPairKeyObjectOptions | undefined, callback: (err: Error | null, publicKey: KeyObject, privateKey: KeyObject) => void): void; - function generateKeyPair(type: 'ed448', options: ED448KeyPairOptions<'pem', 'pem'>, callback: (err: Error | null, publicKey: string, privateKey: string) => void): void; - function generateKeyPair(type: 'ed448', options: ED448KeyPairOptions<'pem', 'der'>, callback: (err: Error | null, publicKey: string, privateKey: Buffer) => void): void; - function generateKeyPair(type: 'ed448', options: ED448KeyPairOptions<'der', 'pem'>, callback: (err: Error | null, publicKey: Buffer, privateKey: string) => void): void; - function generateKeyPair(type: 'ed448', options: ED448KeyPairOptions<'der', 'der'>, callback: (err: Error | null, publicKey: Buffer, privateKey: Buffer) => void): void; - function generateKeyPair(type: 'ed448', options: ED448KeyPairKeyObjectOptions | undefined, callback: (err: Error | null, publicKey: KeyObject, privateKey: KeyObject) => void): void; - function generateKeyPair(type: 'x25519', options: X25519KeyPairOptions<'pem', 'pem'>, callback: (err: Error | null, publicKey: string, privateKey: string) => void): void; - function generateKeyPair(type: 'x25519', options: X25519KeyPairOptions<'pem', 'der'>, callback: (err: Error | null, publicKey: string, privateKey: Buffer) => void): void; - function generateKeyPair(type: 'x25519', options: X25519KeyPairOptions<'der', 'pem'>, callback: (err: Error | null, publicKey: Buffer, privateKey: string) => void): void; - function generateKeyPair(type: 'x25519', options: X25519KeyPairOptions<'der', 'der'>, callback: (err: Error | null, publicKey: Buffer, privateKey: Buffer) => void): void; - function generateKeyPair(type: 'x25519', options: X25519KeyPairKeyObjectOptions | undefined, callback: (err: Error | null, publicKey: KeyObject, privateKey: KeyObject) => void): void; - function generateKeyPair(type: 'x448', options: X448KeyPairOptions<'pem', 'pem'>, callback: (err: Error | null, publicKey: string, privateKey: string) => void): void; - function generateKeyPair(type: 'x448', options: X448KeyPairOptions<'pem', 'der'>, callback: (err: Error | null, publicKey: string, privateKey: Buffer) => void): void; - function generateKeyPair(type: 'x448', options: X448KeyPairOptions<'der', 'pem'>, callback: (err: Error | null, publicKey: Buffer, privateKey: string) => void): void; - function generateKeyPair(type: 'x448', options: X448KeyPairOptions<'der', 'der'>, callback: (err: Error | null, publicKey: Buffer, privateKey: Buffer) => void): void; - function generateKeyPair(type: 'x448', options: X448KeyPairKeyObjectOptions | undefined, callback: (err: Error | null, publicKey: KeyObject, privateKey: KeyObject) => void): void; - namespace generateKeyPair { - function __promisify__( - type: 'rsa', - options: RSAKeyPairOptions<'pem', 'pem'> - ): Promise<{ - publicKey: string; - privateKey: string; - }>; - function __promisify__( - type: 'rsa', - options: RSAKeyPairOptions<'pem', 'der'> - ): Promise<{ - publicKey: string; - privateKey: Buffer; - }>; - function __promisify__( - type: 'rsa', - options: RSAKeyPairOptions<'der', 'pem'> - ): Promise<{ - publicKey: Buffer; - privateKey: string; - }>; - function __promisify__( - type: 'rsa', - options: RSAKeyPairOptions<'der', 'der'> - ): Promise<{ - publicKey: Buffer; - privateKey: Buffer; - }>; - function __promisify__(type: 'rsa', options: RSAKeyPairKeyObjectOptions): Promise<KeyPairKeyObjectResult>; - function __promisify__( - type: 'rsa-pss', - options: RSAPSSKeyPairOptions<'pem', 'pem'> - ): Promise<{ - publicKey: string; - privateKey: string; - }>; - function __promisify__( - type: 'rsa-pss', - options: RSAPSSKeyPairOptions<'pem', 'der'> - ): Promise<{ - publicKey: string; - privateKey: Buffer; - }>; - function __promisify__( - type: 'rsa-pss', - options: RSAPSSKeyPairOptions<'der', 'pem'> - ): Promise<{ - publicKey: Buffer; - privateKey: string; - }>; - function __promisify__( - type: 'rsa-pss', - options: RSAPSSKeyPairOptions<'der', 'der'> - ): Promise<{ - publicKey: Buffer; - privateKey: Buffer; - }>; - function __promisify__(type: 'rsa-pss', options: RSAPSSKeyPairKeyObjectOptions): Promise<KeyPairKeyObjectResult>; - function __promisify__( - type: 'dsa', - options: DSAKeyPairOptions<'pem', 'pem'> - ): Promise<{ - publicKey: string; - privateKey: string; - }>; - function __promisify__( - type: 'dsa', - options: DSAKeyPairOptions<'pem', 'der'> - ): Promise<{ - publicKey: string; - privateKey: Buffer; - }>; - function __promisify__( - type: 'dsa', - options: DSAKeyPairOptions<'der', 'pem'> - ): Promise<{ - publicKey: Buffer; - privateKey: string; - }>; - function __promisify__( - type: 'dsa', - options: DSAKeyPairOptions<'der', 'der'> - ): Promise<{ - publicKey: Buffer; - privateKey: Buffer; - }>; - function __promisify__(type: 'dsa', options: DSAKeyPairKeyObjectOptions): Promise<KeyPairKeyObjectResult>; - function __promisify__( - type: 'ec', - options: ECKeyPairOptions<'pem', 'pem'> - ): Promise<{ - publicKey: string; - privateKey: string; - }>; - function __promisify__( - type: 'ec', - options: ECKeyPairOptions<'pem', 'der'> - ): Promise<{ - publicKey: string; - privateKey: Buffer; - }>; - function __promisify__( - type: 'ec', - options: ECKeyPairOptions<'der', 'pem'> - ): Promise<{ - publicKey: Buffer; - privateKey: string; - }>; - function __promisify__( - type: 'ec', - options: ECKeyPairOptions<'der', 'der'> - ): Promise<{ - publicKey: Buffer; - privateKey: Buffer; - }>; - function __promisify__(type: 'ec', options: ECKeyPairKeyObjectOptions): Promise<KeyPairKeyObjectResult>; - function __promisify__( - type: 'ed25519', - options: ED25519KeyPairOptions<'pem', 'pem'> - ): Promise<{ - publicKey: string; - privateKey: string; - }>; - function __promisify__( - type: 'ed25519', - options: ED25519KeyPairOptions<'pem', 'der'> - ): Promise<{ - publicKey: string; - privateKey: Buffer; - }>; - function __promisify__( - type: 'ed25519', - options: ED25519KeyPairOptions<'der', 'pem'> - ): Promise<{ - publicKey: Buffer; - privateKey: string; - }>; - function __promisify__( - type: 'ed25519', - options: ED25519KeyPairOptions<'der', 'der'> - ): Promise<{ - publicKey: Buffer; - privateKey: Buffer; - }>; - function __promisify__(type: 'ed25519', options?: ED25519KeyPairKeyObjectOptions): Promise<KeyPairKeyObjectResult>; - function __promisify__( - type: 'ed448', - options: ED448KeyPairOptions<'pem', 'pem'> - ): Promise<{ - publicKey: string; - privateKey: string; - }>; - function __promisify__( - type: 'ed448', - options: ED448KeyPairOptions<'pem', 'der'> - ): Promise<{ - publicKey: string; - privateKey: Buffer; - }>; - function __promisify__( - type: 'ed448', - options: ED448KeyPairOptions<'der', 'pem'> - ): Promise<{ - publicKey: Buffer; - privateKey: string; - }>; - function __promisify__( - type: 'ed448', - options: ED448KeyPairOptions<'der', 'der'> - ): Promise<{ - publicKey: Buffer; - privateKey: Buffer; - }>; - function __promisify__(type: 'ed448', options?: ED448KeyPairKeyObjectOptions): Promise<KeyPairKeyObjectResult>; - function __promisify__( - type: 'x25519', - options: X25519KeyPairOptions<'pem', 'pem'> - ): Promise<{ - publicKey: string; - privateKey: string; - }>; - function __promisify__( - type: 'x25519', - options: X25519KeyPairOptions<'pem', 'der'> - ): Promise<{ - publicKey: string; - privateKey: Buffer; - }>; - function __promisify__( - type: 'x25519', - options: X25519KeyPairOptions<'der', 'pem'> - ): Promise<{ - publicKey: Buffer; - privateKey: string; - }>; - function __promisify__( - type: 'x25519', - options: X25519KeyPairOptions<'der', 'der'> - ): Promise<{ - publicKey: Buffer; - privateKey: Buffer; - }>; - function __promisify__(type: 'x25519', options?: X25519KeyPairKeyObjectOptions): Promise<KeyPairKeyObjectResult>; - function __promisify__( - type: 'x448', - options: X448KeyPairOptions<'pem', 'pem'> - ): Promise<{ - publicKey: string; - privateKey: string; - }>; - function __promisify__( - type: 'x448', - options: X448KeyPairOptions<'pem', 'der'> - ): Promise<{ - publicKey: string; - privateKey: Buffer; - }>; - function __promisify__( - type: 'x448', - options: X448KeyPairOptions<'der', 'pem'> - ): Promise<{ - publicKey: Buffer; - privateKey: string; - }>; - function __promisify__( - type: 'x448', - options: X448KeyPairOptions<'der', 'der'> - ): Promise<{ - publicKey: Buffer; - privateKey: Buffer; - }>; - function __promisify__(type: 'x448', options?: X448KeyPairKeyObjectOptions): Promise<KeyPairKeyObjectResult>; - } - /** - * Calculates and returns the signature for `data` using the given private key and - * algorithm. If `algorithm` is `null` or `undefined`, then the algorithm is - * dependent upon the key type (especially Ed25519 and Ed448). - * - * If `key` is not a `KeyObject`, this function behaves as if `key` had been - * passed to {@link createPrivateKey}. If it is an object, the following - * additional properties can be passed: - * - * If the `callback` function is provided this function uses libuv's threadpool. - * @since v12.0.0 - */ - function sign(algorithm: string | null | undefined, data: NodeJS.ArrayBufferView, key: KeyLike | SignKeyObjectInput | SignPrivateKeyInput): Buffer; - function sign( - algorithm: string | null | undefined, - data: NodeJS.ArrayBufferView, - key: KeyLike | SignKeyObjectInput | SignPrivateKeyInput, - callback: (error: Error | null, data: Buffer) => void - ): void; - /** - * Verifies the given signature for `data` using the given key and algorithm. If`algorithm` is `null` or `undefined`, then the algorithm is dependent upon the - * key type (especially Ed25519 and Ed448). - * - * If `key` is not a `KeyObject`, this function behaves as if `key` had been - * passed to {@link createPublicKey}. If it is an object, the following - * additional properties can be passed: - * - * The `signature` argument is the previously calculated signature for the `data`. - * - * Because public keys can be derived from private keys, a private key or a public - * key may be passed for `key`. - * - * If the `callback` function is provided this function uses libuv's threadpool. - * @since v12.0.0 - */ - function verify(algorithm: string | null | undefined, data: NodeJS.ArrayBufferView, key: KeyLike | VerifyKeyObjectInput | VerifyPublicKeyInput, signature: NodeJS.ArrayBufferView): boolean; - function verify( - algorithm: string | null | undefined, - data: NodeJS.ArrayBufferView, - key: KeyLike | VerifyKeyObjectInput | VerifyPublicKeyInput, - signature: NodeJS.ArrayBufferView, - callback: (error: Error | null, result: boolean) => void - ): void; - /** - * Computes the Diffie-Hellman secret based on a `privateKey` and a `publicKey`. - * Both keys must have the same `asymmetricKeyType`, which must be one of `'dh'`(for Diffie-Hellman), `'ec'` (for ECDH), `'x448'`, or `'x25519'` (for ECDH-ES). - * @since v13.9.0, v12.17.0 - */ - function diffieHellman(options: { privateKey: KeyObject; publicKey: KeyObject }): Buffer; - type CipherMode = 'cbc' | 'ccm' | 'cfb' | 'ctr' | 'ecb' | 'gcm' | 'ocb' | 'ofb' | 'stream' | 'wrap' | 'xts'; - interface CipherInfoOptions { - /** - * A test key length. - */ - keyLength?: number | undefined; - /** - * A test IV length. - */ - ivLength?: number | undefined; - } - interface CipherInfo { - /** - * The name of the cipher. - */ - name: string; - /** - * The nid of the cipher. - */ - nid: number; - /** - * The block size of the cipher in bytes. - * This property is omitted when mode is 'stream'. - */ - blockSize?: number | undefined; - /** - * The expected or default initialization vector length in bytes. - * This property is omitted if the cipher does not use an initialization vector. - */ - ivLength?: number | undefined; - /** - * The expected or default key length in bytes. - */ - keyLength: number; - /** - * The cipher mode. - */ - mode: CipherMode; - } - /** - * Returns information about a given cipher. - * - * Some ciphers accept variable length keys and initialization vectors. By default, - * the `crypto.getCipherInfo()` method will return the default values for these - * ciphers. To test if a given key length or iv length is acceptable for given - * cipher, use the `keyLength` and `ivLength` options. If the given values are - * unacceptable, `undefined` will be returned. - * @since v15.0.0 - * @param nameOrNid The name or nid of the cipher to query. - */ - function getCipherInfo(nameOrNid: string | number, options?: CipherInfoOptions): CipherInfo | undefined; - /** - * HKDF is a simple key derivation function defined in RFC 5869\. The given `ikm`,`salt` and `info` are used with the `digest` to derive a key of `keylen` bytes. - * - * The supplied `callback` function is called with two arguments: `err` and`derivedKey`. If an errors occurs while deriving the key, `err` will be set; - * otherwise `err` will be `null`. The successfully generated `derivedKey` will - * be passed to the callback as an [ArrayBuffer](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer). An error will be thrown if any - * of the input arguments specify invalid values or types. - * - * ```js - * import { Buffer } from 'buffer'; - * const { - * hkdf - * } = await import('crypto'); - * - * hkdf('sha512', 'key', 'salt', 'info', 64, (err, derivedKey) => { - * if (err) throw err; - * console.log(Buffer.from(derivedKey).toString('hex')); // '24156e2...5391653' - * }); - * ``` - * @since v15.0.0 - * @param digest The digest algorithm to use. - * @param ikm The input keying material. It must be at least one byte in length. - * @param salt The salt value. Must be provided but can be zero-length. - * @param info Additional info value. Must be provided but can be zero-length, and cannot be more than 1024 bytes. - * @param keylen The length of the key to generate. Must be greater than 0. The maximum allowable value is `255` times the number of bytes produced by the selected digest function (e.g. `sha512` - * generates 64-byte hashes, making the maximum HKDF output 16320 bytes). - */ - function hkdf(digest: string, irm: BinaryLike | KeyObject, salt: BinaryLike, info: BinaryLike, keylen: number, callback: (err: Error | null, derivedKey: ArrayBuffer) => void): void; - /** - * Provides a synchronous HKDF key derivation function as defined in RFC 5869\. The - * given `ikm`, `salt` and `info` are used with the `digest` to derive a key of`keylen` bytes. - * - * The successfully generated `derivedKey` will be returned as an [ArrayBuffer](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer). - * - * An error will be thrown if any of the input arguments specify invalid values or - * types, or if the derived key cannot be generated. - * - * ```js - * import { Buffer } from 'buffer'; - * const { - * hkdfSync - * } = await import('crypto'); - * - * const derivedKey = hkdfSync('sha512', 'key', 'salt', 'info', 64); - * console.log(Buffer.from(derivedKey).toString('hex')); // '24156e2...5391653' - * ``` - * @since v15.0.0 - * @param digest The digest algorithm to use. - * @param ikm The input keying material. It must be at least one byte in length. - * @param salt The salt value. Must be provided but can be zero-length. - * @param info Additional info value. Must be provided but can be zero-length, and cannot be more than 1024 bytes. - * @param keylen The length of the key to generate. Must be greater than 0. The maximum allowable value is `255` times the number of bytes produced by the selected digest function (e.g. `sha512` - * generates 64-byte hashes, making the maximum HKDF output 16320 bytes). - */ - function hkdfSync(digest: string, ikm: BinaryLike | KeyObject, salt: BinaryLike, info: BinaryLike, keylen: number): ArrayBuffer; - interface SecureHeapUsage { - /** - * The total allocated secure heap size as specified using the `--secure-heap=n` command-line flag. - */ - total: number; - /** - * The minimum allocation from the secure heap as specified using the `--secure-heap-min` command-line flag. - */ - min: number; - /** - * The total number of bytes currently allocated from the secure heap. - */ - used: number; - /** - * The calculated ratio of `used` to `total` allocated bytes. - */ - utilization: number; - } - /** - * @since v15.6.0 - */ - function secureHeapUsed(): SecureHeapUsage; - interface RandomUUIDOptions { - /** - * By default, to improve performance, - * Node.js will pre-emptively generate and persistently cache enough - * random data to generate up to 128 random UUIDs. To generate a UUID - * without using the cache, set `disableEntropyCache` to `true`. - * - * @default `false` - */ - disableEntropyCache?: boolean | undefined; - } - /** - * Generates a random [RFC 4122](https://www.rfc-editor.org/rfc/rfc4122.txt) version 4 UUID. The UUID is generated using a - * cryptographic pseudorandom number generator. - * @since v15.6.0, v14.17.0 - */ - function randomUUID(options?: RandomUUIDOptions): string; - interface X509CheckOptions { - /** - * @default 'always' - */ - subject?: 'always' | 'default' | 'never'; - /** - * @default true - */ - wildcards?: boolean; - /** - * @default true - */ - partialWildcards?: boolean; - /** - * @default false - */ - multiLabelWildcards?: boolean; - /** - * @default false - */ - singleLabelSubdomains?: boolean; - } - /** - * Encapsulates an X509 certificate and provides read-only access to - * its information. - * - * ```js - * const { X509Certificate } = await import('crypto'); - * - * const x509 = new X509Certificate('{... pem encoded cert ...}'); - * - * console.log(x509.subject); - * ``` - * @since v15.6.0 - */ - class X509Certificate { - /** - * Will be \`true\` if this is a Certificate Authority (CA) certificate. - * @since v15.6.0 - */ - readonly ca: boolean; - /** - * The SHA-1 fingerprint of this certificate. - * - * Because SHA-1 is cryptographically broken and because the security of SHA-1 is - * significantly worse than that of algorithms that are commonly used to sign - * certificates, consider using `x509.fingerprint256` instead. - * @since v15.6.0 - */ - readonly fingerprint: string; - /** - * The SHA-256 fingerprint of this certificate. - * @since v15.6.0 - */ - readonly fingerprint256: string; - /** - * The SHA-512 fingerprint of this certificate. - * @since v16.14.0 - */ - readonly fingerprint512: string; - /** - * The complete subject of this certificate. - * @since v15.6.0 - */ - readonly subject: string; - /** - * The subject alternative name specified for this certificate or `undefined` - * if not available. - * @since v15.6.0 - */ - readonly subjectAltName: string | undefined; - /** - * The information access content of this certificate or `undefined` if not - * available. - * @since v15.6.0 - */ - readonly infoAccess: string | undefined; - /** - * An array detailing the key usages for this certificate. - * @since v15.6.0 - */ - readonly keyUsage: string[]; - /** - * The issuer identification included in this certificate. - * @since v15.6.0 - */ - readonly issuer: string; - /** - * The issuer certificate or `undefined` if the issuer certificate is not - * available. - * @since v15.9.0 - */ - readonly issuerCertificate?: X509Certificate | undefined; - /** - * The public key `KeyObject` for this certificate. - * @since v15.6.0 - */ - readonly publicKey: KeyObject; - /** - * A `Buffer` containing the DER encoding of this certificate. - * @since v15.6.0 - */ - readonly raw: Buffer; - /** - * The serial number of this certificate. - * - * Serial numbers are assigned by certificate authorities and do not uniquely - * identify certificates. Consider using `x509.fingerprint256` as a unique - * identifier instead. - * @since v15.6.0 - */ - readonly serialNumber: string; - /** - * The date/time from which this certificate is considered valid. - * @since v15.6.0 - */ - readonly validFrom: string; - /** - * The date/time until which this certificate is considered valid. - * @since v15.6.0 - */ - readonly validTo: string; - constructor(buffer: BinaryLike); - /** - * Checks whether the certificate matches the given email address. - * - * If the `'subject'` option is undefined or set to `'default'`, the certificate - * subject is only considered if the subject alternative name extension either does - * not exist or does not contain any email addresses. - * - * If the `'subject'` option is set to `'always'` and if the subject alternative - * name extension either does not exist or does not contain a matching email - * address, the certificate subject is considered. - * - * If the `'subject'` option is set to `'never'`, the certificate subject is never - * considered, even if the certificate contains no subject alternative names. - * @since v15.6.0 - * @return Returns `email` if the certificate matches, `undefined` if it does not. - */ - checkEmail(email: string, options?: Pick<X509CheckOptions, 'subject'>): string | undefined; - /** - * Checks whether the certificate matches the given host name. - * - * If the certificate matches the given host name, the matching subject name is - * returned. The returned name might be an exact match (e.g., `foo.example.com`) - * or it might contain wildcards (e.g., `*.example.com`). Because host name - * comparisons are case-insensitive, the returned subject name might also differ - * from the given `name` in capitalization. - * - * If the `'subject'` option is undefined or set to `'default'`, the certificate - * subject is only considered if the subject alternative name extension either does - * not exist or does not contain any DNS names. This behavior is consistent with [RFC 2818](https://www.rfc-editor.org/rfc/rfc2818.txt) ("HTTP Over TLS"). - * - * If the `'subject'` option is set to `'always'` and if the subject alternative - * name extension either does not exist or does not contain a matching DNS name, - * the certificate subject is considered. - * - * If the `'subject'` option is set to `'never'`, the certificate subject is never - * considered, even if the certificate contains no subject alternative names. - * @since v15.6.0 - * @return Returns a subject name that matches `name`, or `undefined` if no subject name matches `name`. - */ - checkHost(name: string, options?: X509CheckOptions): string | undefined; - /** - * Checks whether the certificate matches the given IP address (IPv4 or IPv6). - * - * Only [RFC 5280](https://www.rfc-editor.org/rfc/rfc5280.txt) `iPAddress` subject alternative names are considered, and they - * must match the given `ip` address exactly. Other subject alternative names as - * well as the subject field of the certificate are ignored. - * @since v15.6.0 - * @return Returns `ip` if the certificate matches, `undefined` if it does not. - */ - checkIP(ip: string): string | undefined; - /** - * Checks whether this certificate was issued by the given `otherCert`. - * @since v15.6.0 - */ - checkIssued(otherCert: X509Certificate): boolean; - /** - * Checks whether the public key for this certificate is consistent with - * the given private key. - * @since v15.6.0 - * @param privateKey A private key. - */ - checkPrivateKey(privateKey: KeyObject): boolean; - /** - * There is no standard JSON encoding for X509 certificates. The`toJSON()` method returns a string containing the PEM encoded - * certificate. - * @since v15.6.0 - */ - toJSON(): string; - /** - * Returns information about this certificate using the legacy `certificate object` encoding. - * @since v15.6.0 - */ - toLegacyObject(): PeerCertificate; - /** - * Returns the PEM-encoded certificate. - * @since v15.6.0 - */ - toString(): string; - /** - * Verifies that this certificate was signed by the given public key. - * Does not perform any other validation checks on the certificate. - * @since v15.6.0 - * @param publicKey A public key. - */ - verify(publicKey: KeyObject): boolean; - } - type LargeNumberLike = NodeJS.ArrayBufferView | SharedArrayBuffer | ArrayBuffer | bigint; - interface GeneratePrimeOptions { - add?: LargeNumberLike | undefined; - rem?: LargeNumberLike | undefined; - /** - * @default false - */ - safe?: boolean | undefined; - bigint?: boolean | undefined; - } - interface GeneratePrimeOptionsBigInt extends GeneratePrimeOptions { - bigint: true; - } - interface GeneratePrimeOptionsArrayBuffer extends GeneratePrimeOptions { - bigint?: false | undefined; - } - /** - * Generates a pseudorandom prime of `size` bits. - * - * If `options.safe` is `true`, the prime will be a safe prime -- that is,`(prime - 1) / 2` will also be a prime. - * - * The `options.add` and `options.rem` parameters can be used to enforce additional - * requirements, e.g., for Diffie-Hellman: - * - * * If `options.add` and `options.rem` are both set, the prime will satisfy the - * condition that `prime % add = rem`. - * * If only `options.add` is set and `options.safe` is not `true`, the prime will - * satisfy the condition that `prime % add = 1`. - * * If only `options.add` is set and `options.safe` is set to `true`, the prime - * will instead satisfy the condition that `prime % add = 3`. This is necessary - * because `prime % add = 1` for `options.add > 2` would contradict the condition - * enforced by `options.safe`. - * * `options.rem` is ignored if `options.add` is not given. - * - * Both `options.add` and `options.rem` must be encoded as big-endian sequences - * if given as an `ArrayBuffer`, `SharedArrayBuffer`, `TypedArray`, `Buffer`, or`DataView`. - * - * By default, the prime is encoded as a big-endian sequence of octets - * in an [ArrayBuffer](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer). If the `bigint` option is `true`, then a - * [bigint](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt) is provided. - * @since v15.8.0 - * @param size The size (in bits) of the prime to generate. - */ - function generatePrime(size: number, callback: (err: Error | null, prime: ArrayBuffer) => void): void; - function generatePrime(size: number, options: GeneratePrimeOptionsBigInt, callback: (err: Error | null, prime: bigint) => void): void; - function generatePrime(size: number, options: GeneratePrimeOptionsArrayBuffer, callback: (err: Error | null, prime: ArrayBuffer) => void): void; - function generatePrime(size: number, options: GeneratePrimeOptions, callback: (err: Error | null, prime: ArrayBuffer | bigint) => void): void; - /** - * Generates a pseudorandom prime of `size` bits. - * - * If `options.safe` is `true`, the prime will be a safe prime -- that is,`(prime - 1) / 2` will also be a prime. - * - * The `options.add` and `options.rem` parameters can be used to enforce additional - * requirements, e.g., for Diffie-Hellman: - * - * * If `options.add` and `options.rem` are both set, the prime will satisfy the - * condition that `prime % add = rem`. - * * If only `options.add` is set and `options.safe` is not `true`, the prime will - * satisfy the condition that `prime % add = 1`. - * * If only `options.add` is set and `options.safe` is set to `true`, the prime - * will instead satisfy the condition that `prime % add = 3`. This is necessary - * because `prime % add = 1` for `options.add > 2` would contradict the condition - * enforced by `options.safe`. - * * `options.rem` is ignored if `options.add` is not given. - * - * Both `options.add` and `options.rem` must be encoded as big-endian sequences - * if given as an `ArrayBuffer`, `SharedArrayBuffer`, `TypedArray`, `Buffer`, or`DataView`. - * - * By default, the prime is encoded as a big-endian sequence of octets - * in an [ArrayBuffer](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer). If the `bigint` option is `true`, then a - * [bigint](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt) is provided. - * @since v15.8.0 - * @param size The size (in bits) of the prime to generate. - */ - function generatePrimeSync(size: number): ArrayBuffer; - function generatePrimeSync(size: number, options: GeneratePrimeOptionsBigInt): bigint; - function generatePrimeSync(size: number, options: GeneratePrimeOptionsArrayBuffer): ArrayBuffer; - function generatePrimeSync(size: number, options: GeneratePrimeOptions): ArrayBuffer | bigint; - interface CheckPrimeOptions { - /** - * The number of Miller-Rabin probabilistic primality iterations to perform. - * When the value is 0 (zero), a number of checks is used that yields a false positive rate of at most `2**-64` for random input. - * Care must be used when selecting a number of checks. - * Refer to the OpenSSL documentation for the BN_is_prime_ex function nchecks options for more details. - * - * @default 0 - */ - checks?: number | undefined; - } - /** - * Checks the primality of the `candidate`. - * @since v15.8.0 - * @param candidate A possible prime encoded as a sequence of big endian octets of arbitrary length. - */ - function checkPrime(value: LargeNumberLike, callback: (err: Error | null, result: boolean) => void): void; - function checkPrime(value: LargeNumberLike, options: CheckPrimeOptions, callback: (err: Error | null, result: boolean) => void): void; - /** - * Checks the primality of the `candidate`. - * @since v15.8.0 - * @param candidate A possible prime encoded as a sequence of big endian octets of arbitrary length. - * @return `true` if the candidate is a prime with an error probability less than `0.25 ** options.checks`. - */ - function checkPrimeSync(candidate: LargeNumberLike, options?: CheckPrimeOptions): boolean; - /** - * Load and set the `engine` for some or all OpenSSL functions (selected by flags). - * - * `engine` could be either an id or a path to the engine's shared library. - * - * The optional `flags` argument uses `ENGINE_METHOD_ALL` by default. - * The `flags` is a bit field taking one of or a mix of the following flags (defined in `crypto.constants`): - * - * - `crypto.constants.ENGINE_METHOD_RSA` - * - `crypto.constants.ENGINE_METHOD_DSA` - * - `crypto.constants.ENGINE_METHOD_DH` - * - `crypto.constants.ENGINE_METHOD_RAND` - * - `crypto.constants.ENGINE_METHOD_EC` - * - `crypto.constants.ENGINE_METHOD_CIPHERS` - * - `crypto.constants.ENGINE_METHOD_DIGESTS` - * - `crypto.constants.ENGINE_METHOD_PKEY_METHS` - * - `crypto.constants.ENGINE_METHOD_PKEY_ASN1_METHS` - * - `crypto.constants.ENGINE_METHOD_ALL` - * - `crypto.constants.ENGINE_METHOD_NONE` - * - * The flags below are deprecated in OpenSSL-1.1.0. - * - * - `crypto.constants.ENGINE_METHOD_ECDH` - * - `crypto.constants.ENGINE_METHOD_ECDSA` - * - `crypto.constants.ENGINE_METHOD_STORE` - * @since v0.11.11 - * @param [flags=crypto.constants.ENGINE_METHOD_ALL] - */ - function setEngine(engine: string, flags?: number): void; - /** - * A convenient alias for `crypto.webcrypto.getRandomValues()`. - * This implementation is not compliant with the Web Crypto spec, - * to write web-compatible code use `crypto.webcrypto.getRandomValues()` instead. - * @since v17.4.0 - * @returns Returns `typedArray`. - */ - function getRandomValues<T extends webcrypto.BufferSource>(typedArray: T): T; - /** - * A convenient alias for `crypto.webcrypto.subtle`. - * @since v17.4.0 - */ - const subtle: webcrypto.SubtleCrypto; - /** - * An implementation of the Web Crypto API standard. - * - * See the {@link https://nodejs.org/docs/latest/api/webcrypto.html Web Crypto API documentation} for details. - * @since v15.0.0 - */ - const webcrypto: webcrypto.Crypto; - namespace webcrypto { - type BufferSource = ArrayBufferView | ArrayBuffer; - type KeyFormat = 'jwk' | 'pkcs8' | 'raw' | 'spki'; - type KeyType = 'private' | 'public' | 'secret'; - type KeyUsage = 'decrypt' | 'deriveBits' | 'deriveKey' | 'encrypt' | 'sign' | 'unwrapKey' | 'verify' | 'wrapKey'; - type AlgorithmIdentifier = Algorithm | string; - type HashAlgorithmIdentifier = AlgorithmIdentifier; - type NamedCurve = string; - type BigInteger = Uint8Array; - interface AesCbcParams extends Algorithm { - iv: BufferSource; - } - interface AesCtrParams extends Algorithm { - counter: BufferSource; - length: number; - } - interface AesDerivedKeyParams extends Algorithm { - length: number; - } - interface AesGcmParams extends Algorithm { - additionalData?: BufferSource; - iv: BufferSource; - tagLength?: number; - } - interface AesKeyAlgorithm extends KeyAlgorithm { - length: number; - } - interface AesKeyGenParams extends Algorithm { - length: number; - } - interface Algorithm { - name: string; - } - interface EcKeyAlgorithm extends KeyAlgorithm { - namedCurve: NamedCurve; - } - interface EcKeyGenParams extends Algorithm { - namedCurve: NamedCurve; - } - interface EcKeyImportParams extends Algorithm { - namedCurve: NamedCurve; - } - interface EcdhKeyDeriveParams extends Algorithm { - public: CryptoKey; - } - interface EcdsaParams extends Algorithm { - hash: HashAlgorithmIdentifier; - } - interface Ed448Params extends Algorithm { - context?: BufferSource; - } - interface HkdfParams extends Algorithm { - hash: HashAlgorithmIdentifier; - info: BufferSource; - salt: BufferSource; - } - interface HmacImportParams extends Algorithm { - hash: HashAlgorithmIdentifier; - length?: number; - } - interface HmacKeyAlgorithm extends KeyAlgorithm { - hash: KeyAlgorithm; - length: number; - } - interface HmacKeyGenParams extends Algorithm { - hash: HashAlgorithmIdentifier; - length?: number; - } - interface JsonWebKey { - alg?: string; - crv?: string; - d?: string; - dp?: string; - dq?: string; - e?: string; - ext?: boolean; - k?: string; - key_ops?: string[]; - kty?: string; - n?: string; - oth?: RsaOtherPrimesInfo[]; - p?: string; - q?: string; - qi?: string; - use?: string; - x?: string; - y?: string; - } - interface KeyAlgorithm { - name: string; - } - interface Pbkdf2Params extends Algorithm { - hash: HashAlgorithmIdentifier; - iterations: number; - salt: BufferSource; - } - interface RsaHashedImportParams extends Algorithm { - hash: HashAlgorithmIdentifier; - } - interface RsaHashedKeyAlgorithm extends RsaKeyAlgorithm { - hash: KeyAlgorithm; - } - interface RsaHashedKeyGenParams extends RsaKeyGenParams { - hash: HashAlgorithmIdentifier; - } - interface RsaKeyAlgorithm extends KeyAlgorithm { - modulusLength: number; - publicExponent: BigInteger; - } - interface RsaKeyGenParams extends Algorithm { - modulusLength: number; - publicExponent: BigInteger; - } - interface RsaOaepParams extends Algorithm { - label?: BufferSource; - } - interface RsaOtherPrimesInfo { - d?: string; - r?: string; - t?: string; - } - interface RsaPssParams extends Algorithm { - saltLength: number; - } - /** - * Calling `require('node:crypto').webcrypto` returns an instance of the `Crypto` class. - * `Crypto` is a singleton that provides access to the remainder of the crypto API. - * @since v15.0.0 - */ - interface Crypto { - /** - * Provides access to the `SubtleCrypto` API. - * @since v15.0.0 - */ - readonly subtle: SubtleCrypto; - /** - * Generates cryptographically strong random values. - * The given `typedArray` is filled with random values, and a reference to `typedArray` is returned. - * - * The given `typedArray` must be an integer-based instance of {@link NodeJS.TypedArray}, i.e. `Float32Array` and `Float64Array` are not accepted. - * - * An error will be thrown if the given `typedArray` is larger than 65,536 bytes. - * @since v15.0.0 - */ - getRandomValues<T extends Exclude<NodeJS.TypedArray, Float32Array | Float64Array>>(typedArray: T): T; - /** - * Generates a random {@link https://www.rfc-editor.org/rfc/rfc4122.txt RFC 4122} version 4 UUID. - * The UUID is generated using a cryptographic pseudorandom number generator. - * @since v16.7.0 - */ - randomUUID(): string; - CryptoKey: CryptoKeyConstructor; - } - // This constructor throws ILLEGAL_CONSTRUCTOR so it should not be newable. - interface CryptoKeyConstructor { - /** Illegal constructor */ - (_: { readonly _: unique symbol }): never; // Allows instanceof to work but not be callable by the user. - readonly length: 0; - readonly name: 'CryptoKey'; - readonly prototype: CryptoKey; - } - /** - * @since v15.0.0 - */ - interface CryptoKey { - /** - * An object detailing the algorithm for which the key can be used along with additional algorithm-specific parameters. - * @since v15.0.0 - */ - readonly algorithm: KeyAlgorithm; - /** - * When `true`, the {@link CryptoKey} can be extracted using either `subtleCrypto.exportKey()` or `subtleCrypto.wrapKey()`. - * @since v15.0.0 - */ - readonly extractable: boolean; - /** - * A string identifying whether the key is a symmetric (`'secret'`) or asymmetric (`'private'` or `'public'`) key. - * @since v15.0.0 - */ - readonly type: KeyType; - /** - * An array of strings identifying the operations for which the key may be used. - * - * The possible usages are: - * - `'encrypt'` - The key may be used to encrypt data. - * - `'decrypt'` - The key may be used to decrypt data. - * - `'sign'` - The key may be used to generate digital signatures. - * - `'verify'` - The key may be used to verify digital signatures. - * - `'deriveKey'` - The key may be used to derive a new key. - * - `'deriveBits'` - The key may be used to derive bits. - * - `'wrapKey'` - The key may be used to wrap another key. - * - `'unwrapKey'` - The key may be used to unwrap another key. - * - * Valid key usages depend on the key algorithm (identified by `cryptokey.algorithm.name`). - * @since v15.0.0 - */ - readonly usages: KeyUsage[]; - } - /** - * The `CryptoKeyPair` is a simple dictionary object with `publicKey` and `privateKey` properties, representing an asymmetric key pair. - * @since v15.0.0 - */ - interface CryptoKeyPair { - /** - * A {@link CryptoKey} whose type will be `'private'`. - * @since v15.0.0 - */ - privateKey: CryptoKey; - /** - * A {@link CryptoKey} whose type will be `'public'`. - * @since v15.0.0 - */ - publicKey: CryptoKey; - } - /** - * @since v15.0.0 - */ - interface SubtleCrypto { - /** - * Using the method and parameters specified in `algorithm` and the keying material provided by `key`, - * `subtle.decrypt()` attempts to decipher the provided `data`. If successful, - * the returned promise will be resolved with an `<ArrayBuffer>` containing the plaintext result. - * - * The algorithms currently supported include: - * - * - `'RSA-OAEP'` - * - `'AES-CTR'` - * - `'AES-CBC'` - * - `'AES-GCM'` - * @since v15.0.0 - */ - decrypt(algorithm: AlgorithmIdentifier | RsaOaepParams | AesCtrParams | AesCbcParams | AesGcmParams, key: CryptoKey, data: BufferSource): Promise<ArrayBuffer>; - /** - * Using the method and parameters specified in `algorithm` and the keying material provided by `baseKey`, - * `subtle.deriveBits()` attempts to generate `length` bits. - * The Node.js implementation requires that when `length` is a number it must be multiple of `8`. - * When `length` is `null` the maximum number of bits for a given algorithm is generated. This is allowed - * for the `'ECDH'`, `'X25519'`, and `'X448'` algorithms. - * If successful, the returned promise will be resolved with an `<ArrayBuffer>` containing the generated data. - * - * The algorithms currently supported include: - * - * - `'ECDH'` - * - `'X25519'` - * - `'X448'` - * - `'HKDF'` - * - `'PBKDF2'` - * @since v15.0.0 - */ - deriveBits(algorithm: EcdhKeyDeriveParams, baseKey: CryptoKey, length: number | null): Promise<ArrayBuffer>; - deriveBits(algorithm: AlgorithmIdentifier | HkdfParams | Pbkdf2Params, baseKey: CryptoKey, length: number): Promise<ArrayBuffer>; - /** - * Using the method and parameters specified in `algorithm`, and the keying material provided by `baseKey`, - * `subtle.deriveKey()` attempts to generate a new <CryptoKey>` based on the method and parameters in `derivedKeyAlgorithm`. - * - * Calling `subtle.deriveKey()` is equivalent to calling `subtle.deriveBits()` to generate raw keying material, - * then passing the result into the `subtle.importKey()` method using the `deriveKeyAlgorithm`, `extractable`, and `keyUsages` parameters as input. - * - * The algorithms currently supported include: - * - * - `'ECDH'` - * - `'X25519'` - * - `'X448'` - * - `'HKDF'` - * - `'PBKDF2'` - * @param keyUsages See {@link https://nodejs.org/docs/latest/api/webcrypto.html#cryptokeyusages Key usages}. - * @since v15.0.0 - */ - deriveKey( - algorithm: AlgorithmIdentifier | EcdhKeyDeriveParams | HkdfParams | Pbkdf2Params, - baseKey: CryptoKey, - derivedKeyAlgorithm: AlgorithmIdentifier | AesDerivedKeyParams | HmacImportParams | HkdfParams | Pbkdf2Params, - extractable: boolean, - keyUsages: ReadonlyArray<KeyUsage> - ): Promise<CryptoKey>; - /** - * Using the method identified by `algorithm`, `subtle.digest()` attempts to generate a digest of `data`. - * If successful, the returned promise is resolved with an `<ArrayBuffer>` containing the computed digest. - * - * If `algorithm` is provided as a `<string>`, it must be one of: - * - * - `'SHA-1'` - * - `'SHA-256'` - * - `'SHA-384'` - * - `'SHA-512'` - * - * If `algorithm` is provided as an `<Object>`, it must have a `name` property whose value is one of the above. - * @since v15.0.0 - */ - digest(algorithm: AlgorithmIdentifier, data: BufferSource): Promise<ArrayBuffer>; - /** - * Using the method and parameters specified by `algorithm` and the keying material provided by `key`, - * `subtle.encrypt()` attempts to encipher `data`. If successful, - * the returned promise is resolved with an `<ArrayBuffer>` containing the encrypted result. - * - * The algorithms currently supported include: - * - * - `'RSA-OAEP'` - * - `'AES-CTR'` - * - `'AES-CBC'` - * - `'AES-GCM'` - * @since v15.0.0 - */ - encrypt(algorithm: AlgorithmIdentifier | RsaOaepParams | AesCtrParams | AesCbcParams | AesGcmParams, key: CryptoKey, data: BufferSource): Promise<ArrayBuffer>; - /** - * Exports the given key into the specified format, if supported. - * - * If the `<CryptoKey>` is not extractable, the returned promise will reject. - * - * When `format` is either `'pkcs8'` or `'spki'` and the export is successful, - * the returned promise will be resolved with an `<ArrayBuffer>` containing the exported key data. - * - * When `format` is `'jwk'` and the export is successful, the returned promise will be resolved with a - * JavaScript object conforming to the {@link https://tools.ietf.org/html/rfc7517 JSON Web Key} specification. - * @param format Must be one of `'raw'`, `'pkcs8'`, `'spki'`, or `'jwk'`. - * @returns `<Promise>` containing `<ArrayBuffer>`. - * @since v15.0.0 - */ - exportKey(format: 'jwk', key: CryptoKey): Promise<JsonWebKey>; - exportKey(format: Exclude<KeyFormat, 'jwk'>, key: CryptoKey): Promise<ArrayBuffer>; - /** - * Using the method and parameters provided in `algorithm`, - * `subtle.generateKey()` attempts to generate new keying material. - * Depending the method used, the method may generate either a single `<CryptoKey>` or a `<CryptoKeyPair>`. - * - * The `<CryptoKeyPair>` (public and private key) generating algorithms supported include: - * - * - `'RSASSA-PKCS1-v1_5'` - * - `'RSA-PSS'` - * - `'RSA-OAEP'` - * - `'ECDSA'` - * - `'Ed25519'` - * - `'Ed448'` - * - `'ECDH'` - * - `'X25519'` - * - `'X448'` - * The `<CryptoKey>` (secret key) generating algorithms supported include: - * - * - `'HMAC'` - * - `'AES-CTR'` - * - `'AES-CBC'` - * - `'AES-GCM'` - * - `'AES-KW'` - * @param keyUsages See {@link https://nodejs.org/docs/latest/api/webcrypto.html#cryptokeyusages Key usages}. - * @since v15.0.0 - */ - generateKey(algorithm: RsaHashedKeyGenParams | EcKeyGenParams, extractable: boolean, keyUsages: ReadonlyArray<KeyUsage>): Promise<CryptoKeyPair>; - generateKey(algorithm: AesKeyGenParams | HmacKeyGenParams | Pbkdf2Params, extractable: boolean, keyUsages: ReadonlyArray<KeyUsage>): Promise<CryptoKey>; - generateKey(algorithm: AlgorithmIdentifier, extractable: boolean, keyUsages: KeyUsage[]): Promise<CryptoKeyPair | CryptoKey>; - /** - * The `subtle.importKey()` method attempts to interpret the provided `keyData` as the given `format` - * to create a `<CryptoKey>` instance using the provided `algorithm`, `extractable`, and `keyUsages` arguments. - * If the import is successful, the returned promise will be resolved with the created `<CryptoKey>`. - * - * If importing a `'PBKDF2'` key, `extractable` must be `false`. - * @param format Must be one of `'raw'`, `'pkcs8'`, `'spki'`, or `'jwk'`. - * @param keyUsages See {@link https://nodejs.org/docs/latest/api/webcrypto.html#cryptokeyusages Key usages}. - * @since v15.0.0 - */ - importKey( - format: 'jwk', - keyData: JsonWebKey, - algorithm: AlgorithmIdentifier | RsaHashedImportParams | EcKeyImportParams | HmacImportParams | AesKeyAlgorithm, - extractable: boolean, - keyUsages: ReadonlyArray<KeyUsage> - ): Promise<CryptoKey>; - importKey( - format: Exclude<KeyFormat, 'jwk'>, - keyData: BufferSource, - algorithm: AlgorithmIdentifier | RsaHashedImportParams | EcKeyImportParams | HmacImportParams | AesKeyAlgorithm, - extractable: boolean, - keyUsages: KeyUsage[] - ): Promise<CryptoKey>; - /** - * Using the method and parameters given by `algorithm` and the keying material provided by `key`, - * `subtle.sign()` attempts to generate a cryptographic signature of `data`. If successful, - * the returned promise is resolved with an `<ArrayBuffer>` containing the generated signature. - * - * The algorithms currently supported include: - * - * - `'RSASSA-PKCS1-v1_5'` - * - `'RSA-PSS'` - * - `'ECDSA'` - * - `'Ed25519'` - * - `'Ed448'` - * - `'HMAC'` - * @since v15.0.0 - */ - sign(algorithm: AlgorithmIdentifier | RsaPssParams | EcdsaParams | Ed448Params, key: CryptoKey, data: BufferSource): Promise<ArrayBuffer>; - /** - * In cryptography, "wrapping a key" refers to exporting and then encrypting the keying material. - * The `subtle.unwrapKey()` method attempts to decrypt a wrapped key and create a `<CryptoKey>` instance. - * It is equivalent to calling `subtle.decrypt()` first on the encrypted key data (using the `wrappedKey`, `unwrapAlgo`, and `unwrappingKey` arguments as input) - * then passing the results in to the `subtle.importKey()` method using the `unwrappedKeyAlgo`, `extractable`, and `keyUsages` arguments as inputs. - * If successful, the returned promise is resolved with a `<CryptoKey>` object. - * - * The wrapping algorithms currently supported include: - * - * - `'RSA-OAEP'` - * - `'AES-CTR'` - * - `'AES-CBC'` - * - `'AES-GCM'` - * - `'AES-KW'` - * - * The unwrapped key algorithms supported include: - * - * - `'RSASSA-PKCS1-v1_5'` - * - `'RSA-PSS'` - * - `'RSA-OAEP'` - * - `'ECDSA'` - * - `'Ed25519'` - * - `'Ed448'` - * - `'ECDH'` - * - `'X25519'` - * - `'X448'` - * - `'HMAC'` - * - `'AES-CTR'` - * - `'AES-CBC'` - * - `'AES-GCM'` - * - `'AES-KW'` - * @param format Must be one of `'raw'`, `'pkcs8'`, `'spki'`, or `'jwk'`. - * @param keyUsages See {@link https://nodejs.org/docs/latest/api/webcrypto.html#cryptokeyusages Key usages}. - * @since v15.0.0 - */ - unwrapKey( - format: KeyFormat, - wrappedKey: BufferSource, - unwrappingKey: CryptoKey, - unwrapAlgorithm: AlgorithmIdentifier | RsaOaepParams | AesCtrParams | AesCbcParams | AesGcmParams, - unwrappedKeyAlgorithm: AlgorithmIdentifier | RsaHashedImportParams | EcKeyImportParams | HmacImportParams | AesKeyAlgorithm, - extractable: boolean, - keyUsages: KeyUsage[] - ): Promise<CryptoKey>; - /** - * Using the method and parameters given in `algorithm` and the keying material provided by `key`, - * `subtle.verify()` attempts to verify that `signature` is a valid cryptographic signature of `data`. - * The returned promise is resolved with either `true` or `false`. - * - * The algorithms currently supported include: - * - * - `'RSASSA-PKCS1-v1_5'` - * - `'RSA-PSS'` - * - `'ECDSA'` - * - `'Ed25519'` - * - `'Ed448'` - * - `'HMAC'` - * @since v15.0.0 - */ - verify(algorithm: AlgorithmIdentifier | RsaPssParams | EcdsaParams | Ed448Params, key: CryptoKey, signature: BufferSource, data: BufferSource): Promise<boolean>; - /** - * In cryptography, "wrapping a key" refers to exporting and then encrypting the keying material. - * The `subtle.wrapKey()` method exports the keying material into the format identified by `format`, - * then encrypts it using the method and parameters specified by `wrapAlgo` and the keying material provided by `wrappingKey`. - * It is the equivalent to calling `subtle.exportKey()` using `format` and `key` as the arguments, - * then passing the result to the `subtle.encrypt()` method using `wrappingKey` and `wrapAlgo` as inputs. - * If successful, the returned promise will be resolved with an `<ArrayBuffer>` containing the encrypted key data. - * - * The wrapping algorithms currently supported include: - * - * - `'RSA-OAEP'` - * - `'AES-CTR'` - * - `'AES-CBC'` - * - `'AES-GCM'` - * - `'AES-KW'` - * @param format Must be one of `'raw'`, `'pkcs8'`, `'spki'`, or `'jwk'`. - * @since v15.0.0 - */ - wrapKey(format: KeyFormat, key: CryptoKey, wrappingKey: CryptoKey, wrapAlgorithm: AlgorithmIdentifier | RsaOaepParams | AesCtrParams | AesCbcParams | AesGcmParams): Promise<ArrayBuffer>; - } - } -} -declare module 'node:crypto' { - export * from 'crypto'; -} diff --git a/software/flow/node_modules/@types/node/ts4.8/dgram.d.ts b/software/flow/node_modules/@types/node/ts4.8/dgram.d.ts deleted file mode 100755 index 247328d..0000000 --- a/software/flow/node_modules/@types/node/ts4.8/dgram.d.ts +++ /dev/null @@ -1,545 +0,0 @@ -/** - * The `dgram` module provides an implementation of UDP datagram sockets. - * - * ```js - * import dgram from 'dgram'; - * - * const server = dgram.createSocket('udp4'); - * - * server.on('error', (err) => { - * console.log(`server error:\n${err.stack}`); - * server.close(); - * }); - * - * server.on('message', (msg, rinfo) => { - * console.log(`server got: ${msg} from ${rinfo.address}:${rinfo.port}`); - * }); - * - * server.on('listening', () => { - * const address = server.address(); - * console.log(`server listening ${address.address}:${address.port}`); - * }); - * - * server.bind(41234); - * // Prints: server listening 0.0.0.0:41234 - * ``` - * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/dgram.js) - */ -declare module 'dgram' { - import { AddressInfo } from 'node:net'; - import * as dns from 'node:dns'; - import { EventEmitter, Abortable } from 'node:events'; - interface RemoteInfo { - address: string; - family: 'IPv4' | 'IPv6'; - port: number; - size: number; - } - interface BindOptions { - port?: number | undefined; - address?: string | undefined; - exclusive?: boolean | undefined; - fd?: number | undefined; - } - type SocketType = 'udp4' | 'udp6'; - interface SocketOptions extends Abortable { - type: SocketType; - reuseAddr?: boolean | undefined; - /** - * @default false - */ - ipv6Only?: boolean | undefined; - recvBufferSize?: number | undefined; - sendBufferSize?: number | undefined; - lookup?: ((hostname: string, options: dns.LookupOneOptions, callback: (err: NodeJS.ErrnoException | null, address: string, family: number) => void) => void) | undefined; - } - /** - * Creates a `dgram.Socket` object. Once the socket is created, calling `socket.bind()` will instruct the socket to begin listening for datagram - * messages. When `address` and `port` are not passed to `socket.bind()` the - * method will bind the socket to the "all interfaces" address on a random port - * (it does the right thing for both `udp4` and `udp6` sockets). The bound address - * and port can be retrieved using `socket.address().address` and `socket.address().port`. - * - * If the `signal` option is enabled, calling `.abort()` on the corresponding`AbortController` is similar to calling `.close()` on the socket: - * - * ```js - * const controller = new AbortController(); - * const { signal } = controller; - * const server = dgram.createSocket({ type: 'udp4', signal }); - * server.on('message', (msg, rinfo) => { - * console.log(`server got: ${msg} from ${rinfo.address}:${rinfo.port}`); - * }); - * // Later, when you want to close the server. - * controller.abort(); - * ``` - * @since v0.11.13 - * @param options Available options are: - * @param callback Attached as a listener for `'message'` events. Optional. - */ - function createSocket(type: SocketType, callback?: (msg: Buffer, rinfo: RemoteInfo) => void): Socket; - function createSocket(options: SocketOptions, callback?: (msg: Buffer, rinfo: RemoteInfo) => void): Socket; - /** - * Encapsulates the datagram functionality. - * - * New instances of `dgram.Socket` are created using {@link createSocket}. - * The `new` keyword is not to be used to create `dgram.Socket` instances. - * @since v0.1.99 - */ - class Socket extends EventEmitter { - /** - * Tells the kernel to join a multicast group at the given `multicastAddress` and`multicastInterface` using the `IP_ADD_MEMBERSHIP` socket option. If the`multicastInterface` argument is not - * specified, the operating system will choose - * one interface and will add membership to it. To add membership to every - * available interface, call `addMembership` multiple times, once per interface. - * - * When called on an unbound socket, this method will implicitly bind to a random - * port, listening on all interfaces. - * - * When sharing a UDP socket across multiple `cluster` workers, the`socket.addMembership()` function must be called only once or an`EADDRINUSE` error will occur: - * - * ```js - * import cluster from 'cluster'; - * import dgram from 'dgram'; - * - * if (cluster.isPrimary) { - * cluster.fork(); // Works ok. - * cluster.fork(); // Fails with EADDRINUSE. - * } else { - * const s = dgram.createSocket('udp4'); - * s.bind(1234, () => { - * s.addMembership('224.0.0.114'); - * }); - * } - * ``` - * @since v0.6.9 - */ - addMembership(multicastAddress: string, multicastInterface?: string): void; - /** - * Returns an object containing the address information for a socket. - * For UDP sockets, this object will contain `address`, `family` and `port`properties. - * - * This method throws `EBADF` if called on an unbound socket. - * @since v0.1.99 - */ - address(): AddressInfo; - /** - * For UDP sockets, causes the `dgram.Socket` to listen for datagram - * messages on a named `port` and optional `address`. If `port` is not - * specified or is `0`, the operating system will attempt to bind to a - * random port. If `address` is not specified, the operating system will - * attempt to listen on all addresses. Once binding is complete, a`'listening'` event is emitted and the optional `callback` function is - * called. - * - * Specifying both a `'listening'` event listener and passing a`callback` to the `socket.bind()` method is not harmful but not very - * useful. - * - * A bound datagram socket keeps the Node.js process running to receive - * datagram messages. - * - * If binding fails, an `'error'` event is generated. In rare case (e.g. - * attempting to bind with a closed socket), an `Error` may be thrown. - * - * Example of a UDP server listening on port 41234: - * - * ```js - * import dgram from 'dgram'; - * - * const server = dgram.createSocket('udp4'); - * - * server.on('error', (err) => { - * console.log(`server error:\n${err.stack}`); - * server.close(); - * }); - * - * server.on('message', (msg, rinfo) => { - * console.log(`server got: ${msg} from ${rinfo.address}:${rinfo.port}`); - * }); - * - * server.on('listening', () => { - * const address = server.address(); - * console.log(`server listening ${address.address}:${address.port}`); - * }); - * - * server.bind(41234); - * // Prints: server listening 0.0.0.0:41234 - * ``` - * @since v0.1.99 - * @param callback with no parameters. Called when binding is complete. - */ - bind(port?: number, address?: string, callback?: () => void): this; - bind(port?: number, callback?: () => void): this; - bind(callback?: () => void): this; - bind(options: BindOptions, callback?: () => void): this; - /** - * Close the underlying socket and stop listening for data on it. If a callback is - * provided, it is added as a listener for the `'close'` event. - * @since v0.1.99 - * @param callback Called when the socket has been closed. - */ - close(callback?: () => void): this; - /** - * Associates the `dgram.Socket` to a remote address and port. Every - * message sent by this handle is automatically sent to that destination. Also, - * the socket will only receive messages from that remote peer. - * Trying to call `connect()` on an already connected socket will result - * in an `ERR_SOCKET_DGRAM_IS_CONNECTED` exception. If `address` is not - * provided, `'127.0.0.1'` (for `udp4` sockets) or `'::1'` (for `udp6` sockets) - * will be used by default. Once the connection is complete, a `'connect'` event - * is emitted and the optional `callback` function is called. In case of failure, - * the `callback` is called or, failing this, an `'error'` event is emitted. - * @since v12.0.0 - * @param callback Called when the connection is completed or on error. - */ - connect(port: number, address?: string, callback?: () => void): void; - connect(port: number, callback: () => void): void; - /** - * A synchronous function that disassociates a connected `dgram.Socket` from - * its remote address. Trying to call `disconnect()` on an unbound or already - * disconnected socket will result in an `ERR_SOCKET_DGRAM_NOT_CONNECTED` exception. - * @since v12.0.0 - */ - disconnect(): void; - /** - * Instructs the kernel to leave a multicast group at `multicastAddress` using the`IP_DROP_MEMBERSHIP` socket option. This method is automatically called by the - * kernel when the socket is closed or the process terminates, so most apps will - * never have reason to call this. - * - * If `multicastInterface` is not specified, the operating system will attempt to - * drop membership on all valid interfaces. - * @since v0.6.9 - */ - dropMembership(multicastAddress: string, multicastInterface?: string): void; - /** - * This method throws `ERR_SOCKET_BUFFER_SIZE` if called on an unbound socket. - * @since v8.7.0 - * @return the `SO_RCVBUF` socket receive buffer size in bytes. - */ - getRecvBufferSize(): number; - /** - * This method throws `ERR_SOCKET_BUFFER_SIZE` if called on an unbound socket. - * @since v8.7.0 - * @return the `SO_SNDBUF` socket send buffer size in bytes. - */ - getSendBufferSize(): number; - /** - * By default, binding a socket will cause it to block the Node.js process from - * exiting as long as the socket is open. The `socket.unref()` method can be used - * to exclude the socket from the reference counting that keeps the Node.js - * process active. The `socket.ref()` method adds the socket back to the reference - * counting and restores the default behavior. - * - * Calling `socket.ref()` multiples times will have no additional effect. - * - * The `socket.ref()` method returns a reference to the socket so calls can be - * chained. - * @since v0.9.1 - */ - ref(): this; - /** - * Returns an object containing the `address`, `family`, and `port` of the remote - * endpoint. This method throws an `ERR_SOCKET_DGRAM_NOT_CONNECTED` exception - * if the socket is not connected. - * @since v12.0.0 - */ - remoteAddress(): AddressInfo; - /** - * Broadcasts a datagram on the socket. - * For connectionless sockets, the destination `port` and `address` must be - * specified. Connected sockets, on the other hand, will use their associated - * remote endpoint, so the `port` and `address` arguments must not be set. - * - * The `msg` argument contains the message to be sent. - * Depending on its type, different behavior can apply. If `msg` is a `Buffer`, - * any `TypedArray` or a `DataView`, - * the `offset` and `length` specify the offset within the `Buffer` where the - * message begins and the number of bytes in the message, respectively. - * If `msg` is a `String`, then it is automatically converted to a `Buffer`with `'utf8'` encoding. With messages that - * contain multi-byte characters, `offset` and `length` will be calculated with - * respect to `byte length` and not the character position. - * If `msg` is an array, `offset` and `length` must not be specified. - * - * The `address` argument is a string. If the value of `address` is a host name, - * DNS will be used to resolve the address of the host. If `address` is not - * provided or otherwise nullish, `'127.0.0.1'` (for `udp4` sockets) or `'::1'`(for `udp6` sockets) will be used by default. - * - * If the socket has not been previously bound with a call to `bind`, the socket - * is assigned a random port number and is bound to the "all interfaces" address - * (`'0.0.0.0'` for `udp4` sockets, `'::0'` for `udp6` sockets.) - * - * An optional `callback` function may be specified to as a way of reporting - * DNS errors or for determining when it is safe to reuse the `buf` object. - * DNS lookups delay the time to send for at least one tick of the - * Node.js event loop. - * - * The only way to know for sure that the datagram has been sent is by using a`callback`. If an error occurs and a `callback` is given, the error will be - * passed as the first argument to the `callback`. If a `callback` is not given, - * the error is emitted as an `'error'` event on the `socket` object. - * - * Offset and length are optional but both _must_ be set if either are used. - * They are supported only when the first argument is a `Buffer`, a `TypedArray`, - * or a `DataView`. - * - * This method throws `ERR_SOCKET_BAD_PORT` if called on an unbound socket. - * - * Example of sending a UDP packet to a port on `localhost`; - * - * ```js - * import dgram from 'dgram'; - * import { Buffer } from 'buffer'; - * - * const message = Buffer.from('Some bytes'); - * const client = dgram.createSocket('udp4'); - * client.send(message, 41234, 'localhost', (err) => { - * client.close(); - * }); - * ``` - * - * Example of sending a UDP packet composed of multiple buffers to a port on`127.0.0.1`; - * - * ```js - * import dgram from 'dgram'; - * import { Buffer } from 'buffer'; - * - * const buf1 = Buffer.from('Some '); - * const buf2 = Buffer.from('bytes'); - * const client = dgram.createSocket('udp4'); - * client.send([buf1, buf2], 41234, (err) => { - * client.close(); - * }); - * ``` - * - * Sending multiple buffers might be faster or slower depending on the - * application and operating system. Run benchmarks to - * determine the optimal strategy on a case-by-case basis. Generally speaking, - * however, sending multiple buffers is faster. - * - * Example of sending a UDP packet using a socket connected to a port on`localhost`: - * - * ```js - * import dgram from 'dgram'; - * import { Buffer } from 'buffer'; - * - * const message = Buffer.from('Some bytes'); - * const client = dgram.createSocket('udp4'); - * client.connect(41234, 'localhost', (err) => { - * client.send(message, (err) => { - * client.close(); - * }); - * }); - * ``` - * @since v0.1.99 - * @param msg Message to be sent. - * @param offset Offset in the buffer where the message starts. - * @param length Number of bytes in the message. - * @param port Destination port. - * @param address Destination host name or IP address. - * @param callback Called when the message has been sent. - */ - send(msg: string | Uint8Array | ReadonlyArray<any>, port?: number, address?: string, callback?: (error: Error | null, bytes: number) => void): void; - send(msg: string | Uint8Array | ReadonlyArray<any>, port?: number, callback?: (error: Error | null, bytes: number) => void): void; - send(msg: string | Uint8Array | ReadonlyArray<any>, callback?: (error: Error | null, bytes: number) => void): void; - send(msg: string | Uint8Array, offset: number, length: number, port?: number, address?: string, callback?: (error: Error | null, bytes: number) => void): void; - send(msg: string | Uint8Array, offset: number, length: number, port?: number, callback?: (error: Error | null, bytes: number) => void): void; - send(msg: string | Uint8Array, offset: number, length: number, callback?: (error: Error | null, bytes: number) => void): void; - /** - * Sets or clears the `SO_BROADCAST` socket option. When set to `true`, UDP - * packets may be sent to a local interface's broadcast address. - * - * This method throws `EBADF` if called on an unbound socket. - * @since v0.6.9 - */ - setBroadcast(flag: boolean): void; - /** - * _All references to scope in this section are referring to [IPv6 Zone Indices](https://en.wikipedia.org/wiki/IPv6_address#Scoped_literal_IPv6_addresses), which are defined by [RFC - * 4007](https://tools.ietf.org/html/rfc4007). In string form, an IP_ - * _with a scope index is written as `'IP%scope'` where scope is an interface name_ - * _or interface number._ - * - * Sets the default outgoing multicast interface of the socket to a chosen - * interface or back to system interface selection. The `multicastInterface` must - * be a valid string representation of an IP from the socket's family. - * - * For IPv4 sockets, this should be the IP configured for the desired physical - * interface. All packets sent to multicast on the socket will be sent on the - * interface determined by the most recent successful use of this call. - * - * For IPv6 sockets, `multicastInterface` should include a scope to indicate the - * interface as in the examples that follow. In IPv6, individual `send` calls can - * also use explicit scope in addresses, so only packets sent to a multicast - * address without specifying an explicit scope are affected by the most recent - * successful use of this call. - * - * This method throws `EBADF` if called on an unbound socket. - * - * #### Example: IPv6 outgoing multicast interface - * - * On most systems, where scope format uses the interface name: - * - * ```js - * const socket = dgram.createSocket('udp6'); - * - * socket.bind(1234, () => { - * socket.setMulticastInterface('::%eth1'); - * }); - * ``` - * - * On Windows, where scope format uses an interface number: - * - * ```js - * const socket = dgram.createSocket('udp6'); - * - * socket.bind(1234, () => { - * socket.setMulticastInterface('::%2'); - * }); - * ``` - * - * #### Example: IPv4 outgoing multicast interface - * - * All systems use an IP of the host on the desired physical interface: - * - * ```js - * const socket = dgram.createSocket('udp4'); - * - * socket.bind(1234, () => { - * socket.setMulticastInterface('10.0.0.2'); - * }); - * ``` - * @since v8.6.0 - */ - setMulticastInterface(multicastInterface: string): void; - /** - * Sets or clears the `IP_MULTICAST_LOOP` socket option. When set to `true`, - * multicast packets will also be received on the local interface. - * - * This method throws `EBADF` if called on an unbound socket. - * @since v0.3.8 - */ - setMulticastLoopback(flag: boolean): boolean; - /** - * Sets the `IP_MULTICAST_TTL` socket option. While TTL generally stands for - * "Time to Live", in this context it specifies the number of IP hops that a - * packet is allowed to travel through, specifically for multicast traffic. Each - * router or gateway that forwards a packet decrements the TTL. If the TTL is - * decremented to 0 by a router, it will not be forwarded. - * - * The `ttl` argument may be between 0 and 255\. The default on most systems is `1`. - * - * This method throws `EBADF` if called on an unbound socket. - * @since v0.3.8 - */ - setMulticastTTL(ttl: number): number; - /** - * Sets the `SO_RCVBUF` socket option. Sets the maximum socket receive buffer - * in bytes. - * - * This method throws `ERR_SOCKET_BUFFER_SIZE` if called on an unbound socket. - * @since v8.7.0 - */ - setRecvBufferSize(size: number): void; - /** - * Sets the `SO_SNDBUF` socket option. Sets the maximum socket send buffer - * in bytes. - * - * This method throws `ERR_SOCKET_BUFFER_SIZE` if called on an unbound socket. - * @since v8.7.0 - */ - setSendBufferSize(size: number): void; - /** - * Sets the `IP_TTL` socket option. While TTL generally stands for "Time to Live", - * in this context it specifies the number of IP hops that a packet is allowed to - * travel through. Each router or gateway that forwards a packet decrements the - * TTL. If the TTL is decremented to 0 by a router, it will not be forwarded. - * Changing TTL values is typically done for network probes or when multicasting. - * - * The `ttl` argument may be between 1 and 255\. The default on most systems - * is 64. - * - * This method throws `EBADF` if called on an unbound socket. - * @since v0.1.101 - */ - setTTL(ttl: number): number; - /** - * By default, binding a socket will cause it to block the Node.js process from - * exiting as long as the socket is open. The `socket.unref()` method can be used - * to exclude the socket from the reference counting that keeps the Node.js - * process active, allowing the process to exit even if the socket is still - * listening. - * - * Calling `socket.unref()` multiple times will have no addition effect. - * - * The `socket.unref()` method returns a reference to the socket so calls can be - * chained. - * @since v0.9.1 - */ - unref(): this; - /** - * Tells the kernel to join a source-specific multicast channel at the given`sourceAddress` and `groupAddress`, using the `multicastInterface` with the`IP_ADD_SOURCE_MEMBERSHIP` socket - * option. If the `multicastInterface` argument - * is not specified, the operating system will choose one interface and will add - * membership to it. To add membership to every available interface, call`socket.addSourceSpecificMembership()` multiple times, once per interface. - * - * When called on an unbound socket, this method will implicitly bind to a random - * port, listening on all interfaces. - * @since v13.1.0, v12.16.0 - */ - addSourceSpecificMembership(sourceAddress: string, groupAddress: string, multicastInterface?: string): void; - /** - * Instructs the kernel to leave a source-specific multicast channel at the given`sourceAddress` and `groupAddress` using the `IP_DROP_SOURCE_MEMBERSHIP`socket option. This method is - * automatically called by the kernel when the - * socket is closed or the process terminates, so most apps will never have - * reason to call this. - * - * If `multicastInterface` is not specified, the operating system will attempt to - * drop membership on all valid interfaces. - * @since v13.1.0, v12.16.0 - */ - dropSourceSpecificMembership(sourceAddress: string, groupAddress: string, multicastInterface?: string): void; - /** - * events.EventEmitter - * 1. close - * 2. connect - * 3. error - * 4. listening - * 5. message - */ - addListener(event: string, listener: (...args: any[]) => void): this; - addListener(event: 'close', listener: () => void): this; - addListener(event: 'connect', listener: () => void): this; - addListener(event: 'error', listener: (err: Error) => void): this; - addListener(event: 'listening', listener: () => void): this; - addListener(event: 'message', listener: (msg: Buffer, rinfo: RemoteInfo) => void): this; - emit(event: string | symbol, ...args: any[]): boolean; - emit(event: 'close'): boolean; - emit(event: 'connect'): boolean; - emit(event: 'error', err: Error): boolean; - emit(event: 'listening'): boolean; - emit(event: 'message', msg: Buffer, rinfo: RemoteInfo): boolean; - on(event: string, listener: (...args: any[]) => void): this; - on(event: 'close', listener: () => void): this; - on(event: 'connect', listener: () => void): this; - on(event: 'error', listener: (err: Error) => void): this; - on(event: 'listening', listener: () => void): this; - on(event: 'message', listener: (msg: Buffer, rinfo: RemoteInfo) => void): this; - once(event: string, listener: (...args: any[]) => void): this; - once(event: 'close', listener: () => void): this; - once(event: 'connect', listener: () => void): this; - once(event: 'error', listener: (err: Error) => void): this; - once(event: 'listening', listener: () => void): this; - once(event: 'message', listener: (msg: Buffer, rinfo: RemoteInfo) => void): this; - prependListener(event: string, listener: (...args: any[]) => void): this; - prependListener(event: 'close', listener: () => void): this; - prependListener(event: 'connect', listener: () => void): this; - prependListener(event: 'error', listener: (err: Error) => void): this; - prependListener(event: 'listening', listener: () => void): this; - prependListener(event: 'message', listener: (msg: Buffer, rinfo: RemoteInfo) => void): this; - prependOnceListener(event: string, listener: (...args: any[]) => void): this; - prependOnceListener(event: 'close', listener: () => void): this; - prependOnceListener(event: 'connect', listener: () => void): this; - prependOnceListener(event: 'error', listener: (err: Error) => void): this; - prependOnceListener(event: 'listening', listener: () => void): this; - prependOnceListener(event: 'message', listener: (msg: Buffer, rinfo: RemoteInfo) => void): this; - } -} -declare module 'node:dgram' { - export * from 'dgram'; -} diff --git a/software/flow/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts b/software/flow/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts deleted file mode 100755 index 3dcaa03..0000000 --- a/software/flow/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +++ /dev/null @@ -1,153 +0,0 @@ -/** - * The `diagnostics_channel` module provides an API to create named channels - * to report arbitrary message data for diagnostics purposes. - * - * It can be accessed using: - * - * ```js - * import diagnostics_channel from 'diagnostics_channel'; - * ``` - * - * It is intended that a module writer wanting to report diagnostics messages - * will create one or many top-level channels to report messages through. - * Channels may also be acquired at runtime but it is not encouraged - * due to the additional overhead of doing so. Channels may be exported for - * convenience, but as long as the name is known it can be acquired anywhere. - * - * If you intend for your module to produce diagnostics data for others to - * consume it is recommended that you include documentation of what named - * channels are used along with the shape of the message data. Channel names - * should generally include the module name to avoid collisions with data from - * other modules. - * @experimental - * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/diagnostics_channel.js) - */ -declare module 'diagnostics_channel' { - /** - * Check if there are active subscribers to the named channel. This is helpful if - * the message you want to send might be expensive to prepare. - * - * This API is optional but helpful when trying to publish messages from very - * performance-sensitive code. - * - * ```js - * import diagnostics_channel from 'diagnostics_channel'; - * - * if (diagnostics_channel.hasSubscribers('my-channel')) { - * // There are subscribers, prepare and publish message - * } - * ``` - * @since v15.1.0, v14.17.0 - * @param name The channel name - * @return If there are active subscribers - */ - function hasSubscribers(name: string | symbol): boolean; - /** - * This is the primary entry-point for anyone wanting to interact with a named - * channel. It produces a channel object which is optimized to reduce overhead at - * publish time as much as possible. - * - * ```js - * import diagnostics_channel from 'diagnostics_channel'; - * - * const channel = diagnostics_channel.channel('my-channel'); - * ``` - * @since v15.1.0, v14.17.0 - * @param name The channel name - * @return The named channel object - */ - function channel(name: string | symbol): Channel; - type ChannelListener = (message: unknown, name: string | symbol) => void; - /** - * The class `Channel` represents an individual named channel within the data - * pipeline. It is use to track subscribers and to publish messages when there - * are subscribers present. It exists as a separate object to avoid channel - * lookups at publish time, enabling very fast publish speeds and allowing - * for heavy use while incurring very minimal cost. Channels are created with {@link channel}, constructing a channel directly - * with `new Channel(name)` is not supported. - * @since v15.1.0, v14.17.0 - */ - class Channel { - readonly name: string | symbol; - /** - * Check if there are active subscribers to this channel. This is helpful if - * the message you want to send might be expensive to prepare. - * - * This API is optional but helpful when trying to publish messages from very - * performance-sensitive code. - * - * ```js - * import diagnostics_channel from 'diagnostics_channel'; - * - * const channel = diagnostics_channel.channel('my-channel'); - * - * if (channel.hasSubscribers) { - * // There are subscribers, prepare and publish message - * } - * ``` - * @since v15.1.0, v14.17.0 - */ - readonly hasSubscribers: boolean; - private constructor(name: string | symbol); - /** - * Publish a message to any subscribers to the channel. This will - * trigger message handlers synchronously so they will execute within - * the same context. - * - * ```js - * import diagnostics_channel from 'diagnostics_channel'; - * - * const channel = diagnostics_channel.channel('my-channel'); - * - * channel.publish({ - * some: 'message' - * }); - * ``` - * @since v15.1.0, v14.17.0 - * @param message The message to send to the channel subscribers - */ - publish(message: unknown): void; - /** - * Register a message handler to subscribe to this channel. This message handler - * will be run synchronously whenever a message is published to the channel. Any - * errors thrown in the message handler will trigger an `'uncaughtException'`. - * - * ```js - * import diagnostics_channel from 'diagnostics_channel'; - * - * const channel = diagnostics_channel.channel('my-channel'); - * - * channel.subscribe((message, name) => { - * // Received data - * }); - * ``` - * @since v15.1.0, v14.17.0 - * @param onMessage The handler to receive channel messages - */ - subscribe(onMessage: ChannelListener): void; - /** - * Remove a message handler previously registered to this channel with `channel.subscribe(onMessage)`. - * - * ```js - * import diagnostics_channel from 'diagnostics_channel'; - * - * const channel = diagnostics_channel.channel('my-channel'); - * - * function onMessage(message, name) { - * // Received data - * } - * - * channel.subscribe(onMessage); - * - * channel.unsubscribe(onMessage); - * ``` - * @since v15.1.0, v14.17.0 - * @param onMessage The previous subscribed handler to remove - * @return `true` if the handler was found, `false` otherwise. - */ - unsubscribe(onMessage: ChannelListener): void; - } -} -declare module 'node:diagnostics_channel' { - export * from 'diagnostics_channel'; -} diff --git a/software/flow/node_modules/@types/node/ts4.8/dns.d.ts b/software/flow/node_modules/@types/node/ts4.8/dns.d.ts deleted file mode 100755 index 305367b..0000000 --- a/software/flow/node_modules/@types/node/ts4.8/dns.d.ts +++ /dev/null @@ -1,659 +0,0 @@ -/** - * The `dns` module enables name resolution. For example, use it to look up IP - * addresses of host names. - * - * Although named for the [Domain Name System (DNS)](https://en.wikipedia.org/wiki/Domain_Name_System), it does not always use the - * DNS protocol for lookups. {@link lookup} uses the operating system - * facilities to perform name resolution. It may not need to perform any network - * communication. To perform name resolution the way other applications on the same - * system do, use {@link lookup}. - * - * ```js - * const dns = require('dns'); - * - * dns.lookup('example.org', (err, address, family) => { - * console.log('address: %j family: IPv%s', address, family); - * }); - * // address: "93.184.216.34" family: IPv4 - * ``` - * - * All other functions in the `dns` module connect to an actual DNS server to - * perform name resolution. They will always use the network to perform DNS - * queries. These functions do not use the same set of configuration files used by {@link lookup} (e.g. `/etc/hosts`). Use these functions to always perform - * DNS queries, bypassing other name-resolution facilities. - * - * ```js - * const dns = require('dns'); - * - * dns.resolve4('archive.org', (err, addresses) => { - * if (err) throw err; - * - * console.log(`addresses: ${JSON.stringify(addresses)}`); - * - * addresses.forEach((a) => { - * dns.reverse(a, (err, hostnames) => { - * if (err) { - * throw err; - * } - * console.log(`reverse for ${a}: ${JSON.stringify(hostnames)}`); - * }); - * }); - * }); - * ``` - * - * See the `Implementation considerations section` for more information. - * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/dns.js) - */ -declare module 'dns' { - import * as dnsPromises from 'node:dns/promises'; - // Supported getaddrinfo flags. - export const ADDRCONFIG: number; - export const V4MAPPED: number; - /** - * If `dns.V4MAPPED` is specified, return resolved IPv6 addresses as - * well as IPv4 mapped IPv6 addresses. - */ - export const ALL: number; - export interface LookupOptions { - family?: number | undefined; - hints?: number | undefined; - all?: boolean | undefined; - /** - * @default true - */ - verbatim?: boolean | undefined; - } - export interface LookupOneOptions extends LookupOptions { - all?: false | undefined; - } - export interface LookupAllOptions extends LookupOptions { - all: true; - } - export interface LookupAddress { - address: string; - family: number; - } - /** - * Resolves a host name (e.g. `'nodejs.org'`) into the first found A (IPv4) or - * AAAA (IPv6) record. All `option` properties are optional. If `options` is an - * integer, then it must be `4` or `6` – if `options` is not provided, then IPv4 - * and IPv6 addresses are both returned if found. - * - * With the `all` option set to `true`, the arguments for `callback` change to`(err, addresses)`, with `addresses` being an array of objects with the - * properties `address` and `family`. - * - * On error, `err` is an `Error` object, where `err.code` is the error code. - * Keep in mind that `err.code` will be set to `'ENOTFOUND'` not only when - * the host name does not exist but also when the lookup fails in other ways - * such as no available file descriptors. - * - * `dns.lookup()` does not necessarily have anything to do with the DNS protocol. - * The implementation uses an operating system facility that can associate names - * with addresses, and vice versa. This implementation can have subtle but - * important consequences on the behavior of any Node.js program. Please take some - * time to consult the `Implementation considerations section` before using`dns.lookup()`. - * - * Example usage: - * - * ```js - * const dns = require('dns'); - * const options = { - * family: 6, - * hints: dns.ADDRCONFIG | dns.V4MAPPED, - * }; - * dns.lookup('example.com', options, (err, address, family) => - * console.log('address: %j family: IPv%s', address, family)); - * // address: "2606:2800:220:1:248:1893:25c8:1946" family: IPv6 - * - * // When options.all is true, the result will be an Array. - * options.all = true; - * dns.lookup('example.com', options, (err, addresses) => - * console.log('addresses: %j', addresses)); - * // addresses: [{"address":"2606:2800:220:1:248:1893:25c8:1946","family":6}] - * ``` - * - * If this method is invoked as its `util.promisify()` ed version, and `all`is not set to `true`, it returns a `Promise` for an `Object` with `address` and`family` properties. - * @since v0.1.90 - */ - export function lookup(hostname: string, family: number, callback: (err: NodeJS.ErrnoException | null, address: string, family: number) => void): void; - export function lookup(hostname: string, options: LookupOneOptions, callback: (err: NodeJS.ErrnoException | null, address: string, family: number) => void): void; - export function lookup(hostname: string, options: LookupAllOptions, callback: (err: NodeJS.ErrnoException | null, addresses: LookupAddress[]) => void): void; - export function lookup(hostname: string, options: LookupOptions, callback: (err: NodeJS.ErrnoException | null, address: string | LookupAddress[], family: number) => void): void; - export function lookup(hostname: string, callback: (err: NodeJS.ErrnoException | null, address: string, family: number) => void): void; - export namespace lookup { - function __promisify__(hostname: string, options: LookupAllOptions): Promise<LookupAddress[]>; - function __promisify__(hostname: string, options?: LookupOneOptions | number): Promise<LookupAddress>; - function __promisify__(hostname: string, options: LookupOptions): Promise<LookupAddress | LookupAddress[]>; - } - /** - * Resolves the given `address` and `port` into a host name and service using - * the operating system's underlying `getnameinfo` implementation. - * - * If `address` is not a valid IP address, a `TypeError` will be thrown. - * The `port` will be coerced to a number. If it is not a legal port, a `TypeError`will be thrown. - * - * On an error, `err` is an `Error` object, where `err.code` is the error code. - * - * ```js - * const dns = require('dns'); - * dns.lookupService('127.0.0.1', 22, (err, hostname, service) => { - * console.log(hostname, service); - * // Prints: localhost ssh - * }); - * ``` - * - * If this method is invoked as its `util.promisify()` ed version, it returns a`Promise` for an `Object` with `hostname` and `service` properties. - * @since v0.11.14 - */ - export function lookupService(address: string, port: number, callback: (err: NodeJS.ErrnoException | null, hostname: string, service: string) => void): void; - export namespace lookupService { - function __promisify__( - address: string, - port: number - ): Promise<{ - hostname: string; - service: string; - }>; - } - export interface ResolveOptions { - ttl: boolean; - } - export interface ResolveWithTtlOptions extends ResolveOptions { - ttl: true; - } - export interface RecordWithTtl { - address: string; - ttl: number; - } - /** @deprecated Use `AnyARecord` or `AnyAaaaRecord` instead. */ - export type AnyRecordWithTtl = AnyARecord | AnyAaaaRecord; - export interface AnyARecord extends RecordWithTtl { - type: 'A'; - } - export interface AnyAaaaRecord extends RecordWithTtl { - type: 'AAAA'; - } - export interface CaaRecord { - critial: number; - issue?: string | undefined; - issuewild?: string | undefined; - iodef?: string | undefined; - contactemail?: string | undefined; - contactphone?: string | undefined; - } - export interface MxRecord { - priority: number; - exchange: string; - } - export interface AnyMxRecord extends MxRecord { - type: 'MX'; - } - export interface NaptrRecord { - flags: string; - service: string; - regexp: string; - replacement: string; - order: number; - preference: number; - } - export interface AnyNaptrRecord extends NaptrRecord { - type: 'NAPTR'; - } - export interface SoaRecord { - nsname: string; - hostmaster: string; - serial: number; - refresh: number; - retry: number; - expire: number; - minttl: number; - } - export interface AnySoaRecord extends SoaRecord { - type: 'SOA'; - } - export interface SrvRecord { - priority: number; - weight: number; - port: number; - name: string; - } - export interface AnySrvRecord extends SrvRecord { - type: 'SRV'; - } - export interface AnyTxtRecord { - type: 'TXT'; - entries: string[]; - } - export interface AnyNsRecord { - type: 'NS'; - value: string; - } - export interface AnyPtrRecord { - type: 'PTR'; - value: string; - } - export interface AnyCnameRecord { - type: 'CNAME'; - value: string; - } - export type AnyRecord = AnyARecord | AnyAaaaRecord | AnyCnameRecord | AnyMxRecord | AnyNaptrRecord | AnyNsRecord | AnyPtrRecord | AnySoaRecord | AnySrvRecord | AnyTxtRecord; - /** - * Uses the DNS protocol to resolve a host name (e.g. `'nodejs.org'`) into an array - * of the resource records. The `callback` function has arguments`(err, records)`. When successful, `records` will be an array of resource - * records. The type and structure of individual results varies based on `rrtype`: - * - * <omitted> - * - * On error, `err` is an `Error` object, where `err.code` is one of the `DNS error codes`. - * @since v0.1.27 - * @param hostname Host name to resolve. - * @param [rrtype='A'] Resource record type. - */ - export function resolve(hostname: string, callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void): void; - export function resolve(hostname: string, rrtype: 'A', callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void): void; - export function resolve(hostname: string, rrtype: 'AAAA', callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void): void; - export function resolve(hostname: string, rrtype: 'ANY', callback: (err: NodeJS.ErrnoException | null, addresses: AnyRecord[]) => void): void; - export function resolve(hostname: string, rrtype: 'CNAME', callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void): void; - export function resolve(hostname: string, rrtype: 'MX', callback: (err: NodeJS.ErrnoException | null, addresses: MxRecord[]) => void): void; - export function resolve(hostname: string, rrtype: 'NAPTR', callback: (err: NodeJS.ErrnoException | null, addresses: NaptrRecord[]) => void): void; - export function resolve(hostname: string, rrtype: 'NS', callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void): void; - export function resolve(hostname: string, rrtype: 'PTR', callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void): void; - export function resolve(hostname: string, rrtype: 'SOA', callback: (err: NodeJS.ErrnoException | null, addresses: SoaRecord) => void): void; - export function resolve(hostname: string, rrtype: 'SRV', callback: (err: NodeJS.ErrnoException | null, addresses: SrvRecord[]) => void): void; - export function resolve(hostname: string, rrtype: 'TXT', callback: (err: NodeJS.ErrnoException | null, addresses: string[][]) => void): void; - export function resolve( - hostname: string, - rrtype: string, - callback: (err: NodeJS.ErrnoException | null, addresses: string[] | MxRecord[] | NaptrRecord[] | SoaRecord | SrvRecord[] | string[][] | AnyRecord[]) => void - ): void; - export namespace resolve { - function __promisify__(hostname: string, rrtype?: 'A' | 'AAAA' | 'CNAME' | 'NS' | 'PTR'): Promise<string[]>; - function __promisify__(hostname: string, rrtype: 'ANY'): Promise<AnyRecord[]>; - function __promisify__(hostname: string, rrtype: 'MX'): Promise<MxRecord[]>; - function __promisify__(hostname: string, rrtype: 'NAPTR'): Promise<NaptrRecord[]>; - function __promisify__(hostname: string, rrtype: 'SOA'): Promise<SoaRecord>; - function __promisify__(hostname: string, rrtype: 'SRV'): Promise<SrvRecord[]>; - function __promisify__(hostname: string, rrtype: 'TXT'): Promise<string[][]>; - function __promisify__(hostname: string, rrtype: string): Promise<string[] | MxRecord[] | NaptrRecord[] | SoaRecord | SrvRecord[] | string[][] | AnyRecord[]>; - } - /** - * Uses the DNS protocol to resolve a IPv4 addresses (`A` records) for the`hostname`. The `addresses` argument passed to the `callback` function - * will contain an array of IPv4 addresses (e.g.`['74.125.79.104', '74.125.79.105', '74.125.79.106']`). - * @since v0.1.16 - * @param hostname Host name to resolve. - */ - export function resolve4(hostname: string, callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void): void; - export function resolve4(hostname: string, options: ResolveWithTtlOptions, callback: (err: NodeJS.ErrnoException | null, addresses: RecordWithTtl[]) => void): void; - export function resolve4(hostname: string, options: ResolveOptions, callback: (err: NodeJS.ErrnoException | null, addresses: string[] | RecordWithTtl[]) => void): void; - export namespace resolve4 { - function __promisify__(hostname: string): Promise<string[]>; - function __promisify__(hostname: string, options: ResolveWithTtlOptions): Promise<RecordWithTtl[]>; - function __promisify__(hostname: string, options?: ResolveOptions): Promise<string[] | RecordWithTtl[]>; - } - /** - * Uses the DNS protocol to resolve a IPv6 addresses (`AAAA` records) for the`hostname`. The `addresses` argument passed to the `callback` function - * will contain an array of IPv6 addresses. - * @since v0.1.16 - * @param hostname Host name to resolve. - */ - export function resolve6(hostname: string, callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void): void; - export function resolve6(hostname: string, options: ResolveWithTtlOptions, callback: (err: NodeJS.ErrnoException | null, addresses: RecordWithTtl[]) => void): void; - export function resolve6(hostname: string, options: ResolveOptions, callback: (err: NodeJS.ErrnoException | null, addresses: string[] | RecordWithTtl[]) => void): void; - export namespace resolve6 { - function __promisify__(hostname: string): Promise<string[]>; - function __promisify__(hostname: string, options: ResolveWithTtlOptions): Promise<RecordWithTtl[]>; - function __promisify__(hostname: string, options?: ResolveOptions): Promise<string[] | RecordWithTtl[]>; - } - /** - * Uses the DNS protocol to resolve `CNAME` records for the `hostname`. The`addresses` argument passed to the `callback` function - * will contain an array of canonical name records available for the `hostname`(e.g. `['bar.example.com']`). - * @since v0.3.2 - */ - export function resolveCname(hostname: string, callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void): void; - export namespace resolveCname { - function __promisify__(hostname: string): Promise<string[]>; - } - /** - * Uses the DNS protocol to resolve `CAA` records for the `hostname`. The`addresses` argument passed to the `callback` function - * will contain an array of certification authority authorization records - * available for the `hostname` (e.g. `[{critical: 0, iodef: 'mailto:pki@example.com'}, {critical: 128, issue: 'pki.example.com'}]`). - * @since v15.0.0, v14.17.0 - */ - export function resolveCaa(hostname: string, callback: (err: NodeJS.ErrnoException | null, records: CaaRecord[]) => void): void; - export namespace resolveCaa { - function __promisify__(hostname: string): Promise<CaaRecord[]>; - } - /** - * Uses the DNS protocol to resolve mail exchange records (`MX` records) for the`hostname`. The `addresses` argument passed to the `callback` function will - * contain an array of objects containing both a `priority` and `exchange`property (e.g. `[{priority: 10, exchange: 'mx.example.com'}, ...]`). - * @since v0.1.27 - */ - export function resolveMx(hostname: string, callback: (err: NodeJS.ErrnoException | null, addresses: MxRecord[]) => void): void; - export namespace resolveMx { - function __promisify__(hostname: string): Promise<MxRecord[]>; - } - /** - * Uses the DNS protocol to resolve regular expression based records (`NAPTR`records) for the `hostname`. The `addresses` argument passed to the `callback`function will contain an array of - * objects with the following properties: - * - * * `flags` - * * `service` - * * `regexp` - * * `replacement` - * * `order` - * * `preference` - * - * ```js - * { - * flags: 's', - * service: 'SIP+D2U', - * regexp: '', - * replacement: '_sip._udp.example.com', - * order: 30, - * preference: 100 - * } - * ``` - * @since v0.9.12 - */ - export function resolveNaptr(hostname: string, callback: (err: NodeJS.ErrnoException | null, addresses: NaptrRecord[]) => void): void; - export namespace resolveNaptr { - function __promisify__(hostname: string): Promise<NaptrRecord[]>; - } - /** - * Uses the DNS protocol to resolve name server records (`NS` records) for the`hostname`. The `addresses` argument passed to the `callback` function will - * contain an array of name server records available for `hostname`(e.g. `['ns1.example.com', 'ns2.example.com']`). - * @since v0.1.90 - */ - export function resolveNs(hostname: string, callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void): void; - export namespace resolveNs { - function __promisify__(hostname: string): Promise<string[]>; - } - /** - * Uses the DNS protocol to resolve pointer records (`PTR` records) for the`hostname`. The `addresses` argument passed to the `callback` function will - * be an array of strings containing the reply records. - * @since v6.0.0 - */ - export function resolvePtr(hostname: string, callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void): void; - export namespace resolvePtr { - function __promisify__(hostname: string): Promise<string[]>; - } - /** - * Uses the DNS protocol to resolve a start of authority record (`SOA` record) for - * the `hostname`. The `address` argument passed to the `callback` function will - * be an object with the following properties: - * - * * `nsname` - * * `hostmaster` - * * `serial` - * * `refresh` - * * `retry` - * * `expire` - * * `minttl` - * - * ```js - * { - * nsname: 'ns.example.com', - * hostmaster: 'root.example.com', - * serial: 2013101809, - * refresh: 10000, - * retry: 2400, - * expire: 604800, - * minttl: 3600 - * } - * ``` - * @since v0.11.10 - */ - export function resolveSoa(hostname: string, callback: (err: NodeJS.ErrnoException | null, address: SoaRecord) => void): void; - export namespace resolveSoa { - function __promisify__(hostname: string): Promise<SoaRecord>; - } - /** - * Uses the DNS protocol to resolve service records (`SRV` records) for the`hostname`. The `addresses` argument passed to the `callback` function will - * be an array of objects with the following properties: - * - * * `priority` - * * `weight` - * * `port` - * * `name` - * - * ```js - * { - * priority: 10, - * weight: 5, - * port: 21223, - * name: 'service.example.com' - * } - * ``` - * @since v0.1.27 - */ - export function resolveSrv(hostname: string, callback: (err: NodeJS.ErrnoException | null, addresses: SrvRecord[]) => void): void; - export namespace resolveSrv { - function __promisify__(hostname: string): Promise<SrvRecord[]>; - } - /** - * Uses the DNS protocol to resolve text queries (`TXT` records) for the`hostname`. The `records` argument passed to the `callback` function is a - * two-dimensional array of the text records available for `hostname` (e.g.`[ ['v=spf1 ip4:0.0.0.0 ', '~all' ] ]`). Each sub-array contains TXT chunks of - * one record. Depending on the use case, these could be either joined together or - * treated separately. - * @since v0.1.27 - */ - export function resolveTxt(hostname: string, callback: (err: NodeJS.ErrnoException | null, addresses: string[][]) => void): void; - export namespace resolveTxt { - function __promisify__(hostname: string): Promise<string[][]>; - } - /** - * Uses the DNS protocol to resolve all records (also known as `ANY` or `*` query). - * The `ret` argument passed to the `callback` function will be an array containing - * various types of records. Each object has a property `type` that indicates the - * type of the current record. And depending on the `type`, additional properties - * will be present on the object: - * - * <omitted> - * - * Here is an example of the `ret` object passed to the callback: - * - * ```js - * [ { type: 'A', address: '127.0.0.1', ttl: 299 }, - * { type: 'CNAME', value: 'example.com' }, - * { type: 'MX', exchange: 'alt4.aspmx.l.example.com', priority: 50 }, - * { type: 'NS', value: 'ns1.example.com' }, - * { type: 'TXT', entries: [ 'v=spf1 include:_spf.example.com ~all' ] }, - * { type: 'SOA', - * nsname: 'ns1.example.com', - * hostmaster: 'admin.example.com', - * serial: 156696742, - * refresh: 900, - * retry: 900, - * expire: 1800, - * minttl: 60 } ] - * ``` - * - * DNS server operators may choose not to respond to `ANY`queries. It may be better to call individual methods like {@link resolve4},{@link resolveMx}, and so on. For more details, see [RFC - * 8482](https://tools.ietf.org/html/rfc8482). - */ - export function resolveAny(hostname: string, callback: (err: NodeJS.ErrnoException | null, addresses: AnyRecord[]) => void): void; - export namespace resolveAny { - function __promisify__(hostname: string): Promise<AnyRecord[]>; - } - /** - * Performs a reverse DNS query that resolves an IPv4 or IPv6 address to an - * array of host names. - * - * On error, `err` is an `Error` object, where `err.code` is - * one of the `DNS error codes`. - * @since v0.1.16 - */ - export function reverse(ip: string, callback: (err: NodeJS.ErrnoException | null, hostnames: string[]) => void): void; - /** - * Sets the IP address and port of servers to be used when performing DNS - * resolution. The `servers` argument is an array of [RFC 5952](https://tools.ietf.org/html/rfc5952#section-6) formatted - * addresses. If the port is the IANA default DNS port (53) it can be omitted. - * - * ```js - * dns.setServers([ - * '4.4.4.4', - * '[2001:4860:4860::8888]', - * '4.4.4.4:1053', - * '[2001:4860:4860::8888]:1053', - * ]); - * ``` - * - * An error will be thrown if an invalid address is provided. - * - * The `dns.setServers()` method must not be called while a DNS query is in - * progress. - * - * The {@link setServers} method affects only {@link resolve},`dns.resolve*()` and {@link reverse} (and specifically _not_ {@link lookup}). - * - * This method works much like [resolve.conf](https://man7.org/linux/man-pages/man5/resolv.conf.5.html). - * That is, if attempting to resolve with the first server provided results in a`NOTFOUND` error, the `resolve()` method will _not_ attempt to resolve with - * subsequent servers provided. Fallback DNS servers will only be used if the - * earlier ones time out or result in some other error. - * @since v0.11.3 - * @param servers array of `RFC 5952` formatted addresses - */ - export function setServers(servers: ReadonlyArray<string>): void; - /** - * Returns an array of IP address strings, formatted according to [RFC 5952](https://tools.ietf.org/html/rfc5952#section-6), - * that are currently configured for DNS resolution. A string will include a port - * section if a custom port is used. - * - * ```js - * [ - * '4.4.4.4', - * '2001:4860:4860::8888', - * '4.4.4.4:1053', - * '[2001:4860:4860::8888]:1053', - * ] - * ``` - * @since v0.11.3 - */ - export function getServers(): string[]; - /** - * Set the default value of `verbatim` in {@link lookup} and `dnsPromises.lookup()`. The value could be: - * - * * `ipv4first`: sets default `verbatim` `false`. - * * `verbatim`: sets default `verbatim` `true`. - * - * The default is `ipv4first` and {@link setDefaultResultOrder} have higher - * priority than `--dns-result-order`. When using `worker threads`,{@link setDefaultResultOrder} from the main thread won't affect the default - * dns orders in workers. - * @since v16.4.0, v14.18.0 - * @param order must be `'ipv4first'` or `'verbatim'`. - */ - export function setDefaultResultOrder(order: 'ipv4first' | 'verbatim'): void; - // Error codes - export const NODATA: string; - export const FORMERR: string; - export const SERVFAIL: string; - export const NOTFOUND: string; - export const NOTIMP: string; - export const REFUSED: string; - export const BADQUERY: string; - export const BADNAME: string; - export const BADFAMILY: string; - export const BADRESP: string; - export const CONNREFUSED: string; - export const TIMEOUT: string; - export const EOF: string; - export const FILE: string; - export const NOMEM: string; - export const DESTRUCTION: string; - export const BADSTR: string; - export const BADFLAGS: string; - export const NONAME: string; - export const BADHINTS: string; - export const NOTINITIALIZED: string; - export const LOADIPHLPAPI: string; - export const ADDRGETNETWORKPARAMS: string; - export const CANCELLED: string; - export interface ResolverOptions { - timeout?: number | undefined; - /** - * @default 4 - */ - tries?: number; - } - /** - * An independent resolver for DNS requests. - * - * Creating a new resolver uses the default server settings. Setting - * the servers used for a resolver using `resolver.setServers()` does not affect - * other resolvers: - * - * ```js - * const { Resolver } = require('dns'); - * const resolver = new Resolver(); - * resolver.setServers(['4.4.4.4']); - * - * // This request will use the server at 4.4.4.4, independent of global settings. - * resolver.resolve4('example.org', (err, addresses) => { - * // ... - * }); - * ``` - * - * The following methods from the `dns` module are available: - * - * * `resolver.getServers()` - * * `resolver.resolve()` - * * `resolver.resolve4()` - * * `resolver.resolve6()` - * * `resolver.resolveAny()` - * * `resolver.resolveCaa()` - * * `resolver.resolveCname()` - * * `resolver.resolveMx()` - * * `resolver.resolveNaptr()` - * * `resolver.resolveNs()` - * * `resolver.resolvePtr()` - * * `resolver.resolveSoa()` - * * `resolver.resolveSrv()` - * * `resolver.resolveTxt()` - * * `resolver.reverse()` - * * `resolver.setServers()` - * @since v8.3.0 - */ - export class Resolver { - constructor(options?: ResolverOptions); - /** - * Cancel all outstanding DNS queries made by this resolver. The corresponding - * callbacks will be called with an error with code `ECANCELLED`. - * @since v8.3.0 - */ - cancel(): void; - getServers: typeof getServers; - resolve: typeof resolve; - resolve4: typeof resolve4; - resolve6: typeof resolve6; - resolveAny: typeof resolveAny; - resolveCname: typeof resolveCname; - resolveMx: typeof resolveMx; - resolveNaptr: typeof resolveNaptr; - resolveNs: typeof resolveNs; - resolvePtr: typeof resolvePtr; - resolveSoa: typeof resolveSoa; - resolveSrv: typeof resolveSrv; - resolveTxt: typeof resolveTxt; - reverse: typeof reverse; - /** - * The resolver instance will send its requests from the specified IP address. - * This allows programs to specify outbound interfaces when used on multi-homed - * systems. - * - * If a v4 or v6 address is not specified, it is set to the default, and the - * operating system will choose a local address automatically. - * - * The resolver will use the v4 local address when making requests to IPv4 DNS - * servers, and the v6 local address when making requests to IPv6 DNS servers. - * The `rrtype` of resolution requests has no impact on the local address used. - * @since v15.1.0, v14.17.0 - * @param [ipv4='0.0.0.0'] A string representation of an IPv4 address. - * @param [ipv6='::0'] A string representation of an IPv6 address. - */ - setLocalAddress(ipv4?: string, ipv6?: string): void; - setServers: typeof setServers; - } - export { dnsPromises as promises }; -} -declare module 'node:dns' { - export * from 'dns'; -} diff --git a/software/flow/node_modules/@types/node/ts4.8/dns/promises.d.ts b/software/flow/node_modules/@types/node/ts4.8/dns/promises.d.ts deleted file mode 100755 index 77cd807..0000000 --- a/software/flow/node_modules/@types/node/ts4.8/dns/promises.d.ts +++ /dev/null @@ -1,370 +0,0 @@ -/** - * The `dns.promises` API provides an alternative set of asynchronous DNS methods - * that return `Promise` objects rather than using callbacks. The API is accessible - * via `require('dns').promises` or `require('dns/promises')`. - * @since v10.6.0 - */ -declare module 'dns/promises' { - import { - LookupAddress, - LookupOneOptions, - LookupAllOptions, - LookupOptions, - AnyRecord, - CaaRecord, - MxRecord, - NaptrRecord, - SoaRecord, - SrvRecord, - ResolveWithTtlOptions, - RecordWithTtl, - ResolveOptions, - ResolverOptions, - } from 'node:dns'; - /** - * Returns an array of IP address strings, formatted according to [RFC 5952](https://tools.ietf.org/html/rfc5952#section-6), - * that are currently configured for DNS resolution. A string will include a port - * section if a custom port is used. - * - * ```js - * [ - * '4.4.4.4', - * '2001:4860:4860::8888', - * '4.4.4.4:1053', - * '[2001:4860:4860::8888]:1053', - * ] - * ``` - * @since v10.6.0 - */ - function getServers(): string[]; - /** - * Resolves a host name (e.g. `'nodejs.org'`) into the first found A (IPv4) or - * AAAA (IPv6) record. All `option` properties are optional. If `options` is an - * integer, then it must be `4` or `6` – if `options` is not provided, then IPv4 - * and IPv6 addresses are both returned if found. - * - * With the `all` option set to `true`, the `Promise` is resolved with `addresses`being an array of objects with the properties `address` and `family`. - * - * On error, the `Promise` is rejected with an `Error` object, where `err.code`is the error code. - * Keep in mind that `err.code` will be set to `'ENOTFOUND'` not only when - * the host name does not exist but also when the lookup fails in other ways - * such as no available file descriptors. - * - * `dnsPromises.lookup()` does not necessarily have anything to do with the DNS - * protocol. The implementation uses an operating system facility that can - * associate names with addresses, and vice versa. This implementation can have - * subtle but important consequences on the behavior of any Node.js program. Please - * take some time to consult the `Implementation considerations section` before - * using `dnsPromises.lookup()`. - * - * Example usage: - * - * ```js - * const dns = require('dns'); - * const dnsPromises = dns.promises; - * const options = { - * family: 6, - * hints: dns.ADDRCONFIG | dns.V4MAPPED, - * }; - * - * dnsPromises.lookup('example.com', options).then((result) => { - * console.log('address: %j family: IPv%s', result.address, result.family); - * // address: "2606:2800:220:1:248:1893:25c8:1946" family: IPv6 - * }); - * - * // When options.all is true, the result will be an Array. - * options.all = true; - * dnsPromises.lookup('example.com', options).then((result) => { - * console.log('addresses: %j', result); - * // addresses: [{"address":"2606:2800:220:1:248:1893:25c8:1946","family":6}] - * }); - * ``` - * @since v10.6.0 - */ - function lookup(hostname: string, family: number): Promise<LookupAddress>; - function lookup(hostname: string, options: LookupOneOptions): Promise<LookupAddress>; - function lookup(hostname: string, options: LookupAllOptions): Promise<LookupAddress[]>; - function lookup(hostname: string, options: LookupOptions): Promise<LookupAddress | LookupAddress[]>; - function lookup(hostname: string): Promise<LookupAddress>; - /** - * Resolves the given `address` and `port` into a host name and service using - * the operating system's underlying `getnameinfo` implementation. - * - * If `address` is not a valid IP address, a `TypeError` will be thrown. - * The `port` will be coerced to a number. If it is not a legal port, a `TypeError`will be thrown. - * - * On error, the `Promise` is rejected with an `Error` object, where `err.code`is the error code. - * - * ```js - * const dnsPromises = require('dns').promises; - * dnsPromises.lookupService('127.0.0.1', 22).then((result) => { - * console.log(result.hostname, result.service); - * // Prints: localhost ssh - * }); - * ``` - * @since v10.6.0 - */ - function lookupService( - address: string, - port: number - ): Promise<{ - hostname: string; - service: string; - }>; - /** - * Uses the DNS protocol to resolve a host name (e.g. `'nodejs.org'`) into an array - * of the resource records. When successful, the `Promise` is resolved with an - * array of resource records. The type and structure of individual results vary - * based on `rrtype`: - * - * <omitted> - * - * On error, the `Promise` is rejected with an `Error` object, where `err.code`is one of the `DNS error codes`. - * @since v10.6.0 - * @param hostname Host name to resolve. - * @param [rrtype='A'] Resource record type. - */ - function resolve(hostname: string): Promise<string[]>; - function resolve(hostname: string, rrtype: 'A'): Promise<string[]>; - function resolve(hostname: string, rrtype: 'AAAA'): Promise<string[]>; - function resolve(hostname: string, rrtype: 'ANY'): Promise<AnyRecord[]>; - function resolve(hostname: string, rrtype: 'CAA'): Promise<CaaRecord[]>; - function resolve(hostname: string, rrtype: 'CNAME'): Promise<string[]>; - function resolve(hostname: string, rrtype: 'MX'): Promise<MxRecord[]>; - function resolve(hostname: string, rrtype: 'NAPTR'): Promise<NaptrRecord[]>; - function resolve(hostname: string, rrtype: 'NS'): Promise<string[]>; - function resolve(hostname: string, rrtype: 'PTR'): Promise<string[]>; - function resolve(hostname: string, rrtype: 'SOA'): Promise<SoaRecord>; - function resolve(hostname: string, rrtype: 'SRV'): Promise<SrvRecord[]>; - function resolve(hostname: string, rrtype: 'TXT'): Promise<string[][]>; - function resolve(hostname: string, rrtype: string): Promise<string[] | MxRecord[] | NaptrRecord[] | SoaRecord | SrvRecord[] | string[][] | AnyRecord[]>; - /** - * Uses the DNS protocol to resolve IPv4 addresses (`A` records) for the`hostname`. On success, the `Promise` is resolved with an array of IPv4 - * addresses (e.g. `['74.125.79.104', '74.125.79.105', '74.125.79.106']`). - * @since v10.6.0 - * @param hostname Host name to resolve. - */ - function resolve4(hostname: string): Promise<string[]>; - function resolve4(hostname: string, options: ResolveWithTtlOptions): Promise<RecordWithTtl[]>; - function resolve4(hostname: string, options: ResolveOptions): Promise<string[] | RecordWithTtl[]>; - /** - * Uses the DNS protocol to resolve IPv6 addresses (`AAAA` records) for the`hostname`. On success, the `Promise` is resolved with an array of IPv6 - * addresses. - * @since v10.6.0 - * @param hostname Host name to resolve. - */ - function resolve6(hostname: string): Promise<string[]>; - function resolve6(hostname: string, options: ResolveWithTtlOptions): Promise<RecordWithTtl[]>; - function resolve6(hostname: string, options: ResolveOptions): Promise<string[] | RecordWithTtl[]>; - /** - * Uses the DNS protocol to resolve all records (also known as `ANY` or `*` query). - * On success, the `Promise` is resolved with an array containing various types of - * records. Each object has a property `type` that indicates the type of the - * current record. And depending on the `type`, additional properties will be - * present on the object: - * - * <omitted> - * - * Here is an example of the result object: - * - * ```js - * [ { type: 'A', address: '127.0.0.1', ttl: 299 }, - * { type: 'CNAME', value: 'example.com' }, - * { type: 'MX', exchange: 'alt4.aspmx.l.example.com', priority: 50 }, - * { type: 'NS', value: 'ns1.example.com' }, - * { type: 'TXT', entries: [ 'v=spf1 include:_spf.example.com ~all' ] }, - * { type: 'SOA', - * nsname: 'ns1.example.com', - * hostmaster: 'admin.example.com', - * serial: 156696742, - * refresh: 900, - * retry: 900, - * expire: 1800, - * minttl: 60 } ] - * ``` - * @since v10.6.0 - */ - function resolveAny(hostname: string): Promise<AnyRecord[]>; - /** - * Uses the DNS protocol to resolve `CAA` records for the `hostname`. On success, - * the `Promise` is resolved with an array of objects containing available - * certification authority authorization records available for the `hostname`(e.g. `[{critical: 0, iodef: 'mailto:pki@example.com'},{critical: 128, issue: 'pki.example.com'}]`). - * @since v15.0.0, v14.17.0 - */ - function resolveCaa(hostname: string): Promise<CaaRecord[]>; - /** - * Uses the DNS protocol to resolve `CNAME` records for the `hostname`. On success, - * the `Promise` is resolved with an array of canonical name records available for - * the `hostname` (e.g. `['bar.example.com']`). - * @since v10.6.0 - */ - function resolveCname(hostname: string): Promise<string[]>; - /** - * Uses the DNS protocol to resolve mail exchange records (`MX` records) for the`hostname`. On success, the `Promise` is resolved with an array of objects - * containing both a `priority` and `exchange` property (e.g.`[{priority: 10, exchange: 'mx.example.com'}, ...]`). - * @since v10.6.0 - */ - function resolveMx(hostname: string): Promise<MxRecord[]>; - /** - * Uses the DNS protocol to resolve regular expression based records (`NAPTR`records) for the `hostname`. On success, the `Promise` is resolved with an array - * of objects with the following properties: - * - * * `flags` - * * `service` - * * `regexp` - * * `replacement` - * * `order` - * * `preference` - * - * ```js - * { - * flags: 's', - * service: 'SIP+D2U', - * regexp: '', - * replacement: '_sip._udp.example.com', - * order: 30, - * preference: 100 - * } - * ``` - * @since v10.6.0 - */ - function resolveNaptr(hostname: string): Promise<NaptrRecord[]>; - /** - * Uses the DNS protocol to resolve name server records (`NS` records) for the`hostname`. On success, the `Promise` is resolved with an array of name server - * records available for `hostname` (e.g.`['ns1.example.com', 'ns2.example.com']`). - * @since v10.6.0 - */ - function resolveNs(hostname: string): Promise<string[]>; - /** - * Uses the DNS protocol to resolve pointer records (`PTR` records) for the`hostname`. On success, the `Promise` is resolved with an array of strings - * containing the reply records. - * @since v10.6.0 - */ - function resolvePtr(hostname: string): Promise<string[]>; - /** - * Uses the DNS protocol to resolve a start of authority record (`SOA` record) for - * the `hostname`. On success, the `Promise` is resolved with an object with the - * following properties: - * - * * `nsname` - * * `hostmaster` - * * `serial` - * * `refresh` - * * `retry` - * * `expire` - * * `minttl` - * - * ```js - * { - * nsname: 'ns.example.com', - * hostmaster: 'root.example.com', - * serial: 2013101809, - * refresh: 10000, - * retry: 2400, - * expire: 604800, - * minttl: 3600 - * } - * ``` - * @since v10.6.0 - */ - function resolveSoa(hostname: string): Promise<SoaRecord>; - /** - * Uses the DNS protocol to resolve service records (`SRV` records) for the`hostname`. On success, the `Promise` is resolved with an array of objects with - * the following properties: - * - * * `priority` - * * `weight` - * * `port` - * * `name` - * - * ```js - * { - * priority: 10, - * weight: 5, - * port: 21223, - * name: 'service.example.com' - * } - * ``` - * @since v10.6.0 - */ - function resolveSrv(hostname: string): Promise<SrvRecord[]>; - /** - * Uses the DNS protocol to resolve text queries (`TXT` records) for the`hostname`. On success, the `Promise` is resolved with a two-dimensional array - * of the text records available for `hostname` (e.g.`[ ['v=spf1 ip4:0.0.0.0 ', '~all' ] ]`). Each sub-array contains TXT chunks of - * one record. Depending on the use case, these could be either joined together or - * treated separately. - * @since v10.6.0 - */ - function resolveTxt(hostname: string): Promise<string[][]>; - /** - * Performs a reverse DNS query that resolves an IPv4 or IPv6 address to an - * array of host names. - * - * On error, the `Promise` is rejected with an `Error` object, where `err.code`is one of the `DNS error codes`. - * @since v10.6.0 - */ - function reverse(ip: string): Promise<string[]>; - /** - * Sets the IP address and port of servers to be used when performing DNS - * resolution. The `servers` argument is an array of [RFC 5952](https://tools.ietf.org/html/rfc5952#section-6) formatted - * addresses. If the port is the IANA default DNS port (53) it can be omitted. - * - * ```js - * dnsPromises.setServers([ - * '4.4.4.4', - * '[2001:4860:4860::8888]', - * '4.4.4.4:1053', - * '[2001:4860:4860::8888]:1053', - * ]); - * ``` - * - * An error will be thrown if an invalid address is provided. - * - * The `dnsPromises.setServers()` method must not be called while a DNS query is in - * progress. - * - * This method works much like [resolve.conf](https://man7.org/linux/man-pages/man5/resolv.conf.5.html). - * That is, if attempting to resolve with the first server provided results in a`NOTFOUND` error, the `resolve()` method will _not_ attempt to resolve with - * subsequent servers provided. Fallback DNS servers will only be used if the - * earlier ones time out or result in some other error. - * @since v10.6.0 - * @param servers array of `RFC 5952` formatted addresses - */ - function setServers(servers: ReadonlyArray<string>): void; - /** - * Set the default value of `verbatim` in `dns.lookup()` and `dnsPromises.lookup()`. The value could be: - * - * * `ipv4first`: sets default `verbatim` `false`. - * * `verbatim`: sets default `verbatim` `true`. - * - * The default is `ipv4first` and `dnsPromises.setDefaultResultOrder()` have - * higher priority than `--dns-result-order`. When using `worker threads`,`dnsPromises.setDefaultResultOrder()` from the main thread won't affect the - * default dns orders in workers. - * @since v16.4.0, v14.18.0 - * @param order must be `'ipv4first'` or `'verbatim'`. - */ - function setDefaultResultOrder(order: 'ipv4first' | 'verbatim'): void; - class Resolver { - constructor(options?: ResolverOptions); - cancel(): void; - getServers: typeof getServers; - resolve: typeof resolve; - resolve4: typeof resolve4; - resolve6: typeof resolve6; - resolveAny: typeof resolveAny; - resolveCname: typeof resolveCname; - resolveMx: typeof resolveMx; - resolveNaptr: typeof resolveNaptr; - resolveNs: typeof resolveNs; - resolvePtr: typeof resolvePtr; - resolveSoa: typeof resolveSoa; - resolveSrv: typeof resolveSrv; - resolveTxt: typeof resolveTxt; - reverse: typeof reverse; - setLocalAddress(ipv4?: string, ipv6?: string): void; - setServers: typeof setServers; - } -} -declare module 'node:dns/promises' { - export * from 'dns/promises'; -} diff --git a/software/flow/node_modules/@types/node/ts4.8/dom-events.d.ts b/software/flow/node_modules/@types/node/ts4.8/dom-events.d.ts deleted file mode 100755 index b9c1c3a..0000000 --- a/software/flow/node_modules/@types/node/ts4.8/dom-events.d.ts +++ /dev/null @@ -1,126 +0,0 @@ -export {}; // Don't export anything! - -//// DOM-like Events -// NB: The Event / EventTarget / EventListener implementations below were copied -// from lib.dom.d.ts, then edited to reflect Node's documentation at -// https://nodejs.org/api/events.html#class-eventtarget. -// Please read that link to understand important implementation differences. - -// This conditional type will be the existing global Event in a browser, or -// the copy below in a Node environment. -type __Event = typeof globalThis extends { onmessage: any, Event: any } -? {} -: { - /** This is not used in Node.js and is provided purely for completeness. */ - readonly bubbles: boolean; - /** Alias for event.stopPropagation(). This is not used in Node.js and is provided purely for completeness. */ - cancelBubble: () => void; - /** True if the event was created with the cancelable option */ - readonly cancelable: boolean; - /** This is not used in Node.js and is provided purely for completeness. */ - readonly composed: boolean; - /** Returns an array containing the current EventTarget as the only entry or empty if the event is not being dispatched. This is not used in Node.js and is provided purely for completeness. */ - composedPath(): [EventTarget?] - /** Alias for event.target. */ - readonly currentTarget: EventTarget | null; - /** Is true if cancelable is true and event.preventDefault() has been called. */ - readonly defaultPrevented: boolean; - /** This is not used in Node.js and is provided purely for completeness. */ - readonly eventPhase: 0 | 2; - /** The `AbortSignal` "abort" event is emitted with `isTrusted` set to `true`. The value is `false` in all other cases. */ - readonly isTrusted: boolean; - /** Sets the `defaultPrevented` property to `true` if `cancelable` is `true`. */ - preventDefault(): void; - /** This is not used in Node.js and is provided purely for completeness. */ - returnValue: boolean; - /** Alias for event.target. */ - readonly srcElement: EventTarget | null; - /** Stops the invocation of event listeners after the current one completes. */ - stopImmediatePropagation(): void; - /** This is not used in Node.js and is provided purely for completeness. */ - stopPropagation(): void; - /** The `EventTarget` dispatching the event */ - readonly target: EventTarget | null; - /** The millisecond timestamp when the Event object was created. */ - readonly timeStamp: number; - /** Returns the type of event, e.g. "click", "hashchange", or "submit". */ - readonly type: string; -}; - -// See comment above explaining conditional type -type __EventTarget = typeof globalThis extends { onmessage: any, EventTarget: any } -? {} -: { - /** - * Adds a new handler for the `type` event. Any given `listener` is added only once per `type` and per `capture` option value. - * - * If the `once` option is true, the `listener` is removed after the next time a `type` event is dispatched. - * - * The `capture` option is not used by Node.js in any functional way other than tracking registered event listeners per the `EventTarget` specification. - * Specifically, the `capture` option is used as part of the key when registering a `listener`. - * Any individual `listener` may be added once with `capture = false`, and once with `capture = true`. - */ - addEventListener( - type: string, - listener: EventListener | EventListenerObject, - options?: AddEventListenerOptions | boolean, - ): void; - /** Dispatches a synthetic event event to target and returns true if either event's cancelable attribute value is false or its preventDefault() method was not invoked, and false otherwise. */ - dispatchEvent(event: Event): boolean; - /** Removes the event listener in target's event listener list with the same type, callback, and options. */ - removeEventListener( - type: string, - listener: EventListener | EventListenerObject, - options?: EventListenerOptions | boolean, - ): void; -}; - -interface EventInit { - bubbles?: boolean; - cancelable?: boolean; - composed?: boolean; -} - -interface EventListenerOptions { - /** Not directly used by Node.js. Added for API completeness. Default: `false`. */ - capture?: boolean; -} - -interface AddEventListenerOptions extends EventListenerOptions { - /** When `true`, the listener is automatically removed when it is first invoked. Default: `false`. */ - once?: boolean; - /** When `true`, serves as a hint that the listener will not call the `Event` object's `preventDefault()` method. Default: false. */ - passive?: boolean; -} - -interface EventListener { - (evt: Event): void; -} - -interface EventListenerObject { - handleEvent(object: Event): void; -} - -import {} from 'events'; // Make this an ambient declaration -declare global { - /** An event which takes place in the DOM. */ - interface Event extends __Event {} - var Event: typeof globalThis extends { onmessage: any, Event: infer T } - ? T - : { - prototype: __Event; - new (type: string, eventInitDict?: EventInit): __Event; - }; - - /** - * EventTarget is a DOM interface implemented by objects that can - * receive events and may have listeners for them. - */ - interface EventTarget extends __EventTarget {} - var EventTarget: typeof globalThis extends { onmessage: any, EventTarget: infer T } - ? T - : { - prototype: __EventTarget; - new (): __EventTarget; - }; -} diff --git a/software/flow/node_modules/@types/node/ts4.8/domain.d.ts b/software/flow/node_modules/@types/node/ts4.8/domain.d.ts deleted file mode 100755 index fafe68a..0000000 --- a/software/flow/node_modules/@types/node/ts4.8/domain.d.ts +++ /dev/null @@ -1,170 +0,0 @@ -/** - * **This module is pending deprecation.** Once a replacement API has been - * finalized, this module will be fully deprecated. Most developers should - * **not** have cause to use this module. Users who absolutely must have - * the functionality that domains provide may rely on it for the time being - * but should expect to have to migrate to a different solution - * in the future. - * - * Domains provide a way to handle multiple different IO operations as a - * single group. If any of the event emitters or callbacks registered to a - * domain emit an `'error'` event, or throw an error, then the domain object - * will be notified, rather than losing the context of the error in the`process.on('uncaughtException')` handler, or causing the program to - * exit immediately with an error code. - * @deprecated Since v1.4.2 - Deprecated - * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/domain.js) - */ -declare module 'domain' { - import EventEmitter = require('node:events'); - /** - * The `Domain` class encapsulates the functionality of routing errors and - * uncaught exceptions to the active `Domain` object. - * - * To handle the errors that it catches, listen to its `'error'` event. - */ - class Domain extends EventEmitter { - /** - * An array of timers and event emitters that have been explicitly added - * to the domain. - */ - members: Array<EventEmitter | NodeJS.Timer>; - /** - * The `enter()` method is plumbing used by the `run()`, `bind()`, and`intercept()` methods to set the active domain. It sets `domain.active` and`process.domain` to the domain, and implicitly - * pushes the domain onto the domain - * stack managed by the domain module (see {@link exit} for details on the - * domain stack). The call to `enter()` delimits the beginning of a chain of - * asynchronous calls and I/O operations bound to a domain. - * - * Calling `enter()` changes only the active domain, and does not alter the domain - * itself. `enter()` and `exit()` can be called an arbitrary number of times on a - * single domain. - */ - enter(): void; - /** - * The `exit()` method exits the current domain, popping it off the domain stack. - * Any time execution is going to switch to the context of a different chain of - * asynchronous calls, it's important to ensure that the current domain is exited. - * The call to `exit()` delimits either the end of or an interruption to the chain - * of asynchronous calls and I/O operations bound to a domain. - * - * If there are multiple, nested domains bound to the current execution context,`exit()` will exit any domains nested within this domain. - * - * Calling `exit()` changes only the active domain, and does not alter the domain - * itself. `enter()` and `exit()` can be called an arbitrary number of times on a - * single domain. - */ - exit(): void; - /** - * Run the supplied function in the context of the domain, implicitly - * binding all event emitters, timers, and lowlevel requests that are - * created in that context. Optionally, arguments can be passed to - * the function. - * - * This is the most basic way to use a domain. - * - * ```js - * const domain = require('domain'); - * const fs = require('fs'); - * const d = domain.create(); - * d.on('error', (er) => { - * console.error('Caught error!', er); - * }); - * d.run(() => { - * process.nextTick(() => { - * setTimeout(() => { // Simulating some various async stuff - * fs.open('non-existent file', 'r', (er, fd) => { - * if (er) throw er; - * // proceed... - * }); - * }, 100); - * }); - * }); - * ``` - * - * In this example, the `d.on('error')` handler will be triggered, rather - * than crashing the program. - */ - run<T>(fn: (...args: any[]) => T, ...args: any[]): T; - /** - * Explicitly adds an emitter to the domain. If any event handlers called by - * the emitter throw an error, or if the emitter emits an `'error'` event, it - * will be routed to the domain's `'error'` event, just like with implicit - * binding. - * - * This also works with timers that are returned from `setInterval()` and `setTimeout()`. If their callback function throws, it will be caught by - * the domain `'error'` handler. - * - * If the Timer or `EventEmitter` was already bound to a domain, it is removed - * from that one, and bound to this one instead. - * @param emitter emitter or timer to be added to the domain - */ - add(emitter: EventEmitter | NodeJS.Timer): void; - /** - * The opposite of {@link add}. Removes domain handling from the - * specified emitter. - * @param emitter emitter or timer to be removed from the domain - */ - remove(emitter: EventEmitter | NodeJS.Timer): void; - /** - * The returned function will be a wrapper around the supplied callback - * function. When the returned function is called, any errors that are - * thrown will be routed to the domain's `'error'` event. - * - * ```js - * const d = domain.create(); - * - * function readSomeFile(filename, cb) { - * fs.readFile(filename, 'utf8', d.bind((er, data) => { - * // If this throws, it will also be passed to the domain. - * return cb(er, data ? JSON.parse(data) : null); - * })); - * } - * - * d.on('error', (er) => { - * // An error occurred somewhere. If we throw it now, it will crash the program - * // with the normal line number and stack message. - * }); - * ``` - * @param callback The callback function - * @return The bound function - */ - bind<T extends Function>(callback: T): T; - /** - * This method is almost identical to {@link bind}. However, in - * addition to catching thrown errors, it will also intercept `Error` objects sent as the first argument to the function. - * - * In this way, the common `if (err) return callback(err);` pattern can be replaced - * with a single error handler in a single place. - * - * ```js - * const d = domain.create(); - * - * function readSomeFile(filename, cb) { - * fs.readFile(filename, 'utf8', d.intercept((data) => { - * // Note, the first argument is never passed to the - * // callback since it is assumed to be the 'Error' argument - * // and thus intercepted by the domain. - * - * // If this throws, it will also be passed to the domain - * // so the error-handling logic can be moved to the 'error' - * // event on the domain instead of being repeated throughout - * // the program. - * return cb(null, JSON.parse(data)); - * })); - * } - * - * d.on('error', (er) => { - * // An error occurred somewhere. If we throw it now, it will crash the program - * // with the normal line number and stack message. - * }); - * ``` - * @param callback The callback function - * @return The intercepted function - */ - intercept<T extends Function>(callback: T): T; - } - function create(): Domain; -} -declare module 'node:domain' { - export * from 'domain'; -} diff --git a/software/flow/node_modules/@types/node/ts4.8/events.d.ts b/software/flow/node_modules/@types/node/ts4.8/events.d.ts deleted file mode 100755 index 4633df1..0000000 --- a/software/flow/node_modules/@types/node/ts4.8/events.d.ts +++ /dev/null @@ -1,678 +0,0 @@ -/** - * Much of the Node.js core API is built around an idiomatic asynchronous - * event-driven architecture in which certain kinds of objects (called "emitters") - * emit named events that cause `Function` objects ("listeners") to be called. - * - * For instance: a `net.Server` object emits an event each time a peer - * connects to it; a `fs.ReadStream` emits an event when the file is opened; - * a `stream` emits an event whenever data is available to be read. - * - * All objects that emit events are instances of the `EventEmitter` class. These - * objects expose an `eventEmitter.on()` function that allows one or more - * functions to be attached to named events emitted by the object. Typically, - * event names are camel-cased strings but any valid JavaScript property key - * can be used. - * - * When the `EventEmitter` object emits an event, all of the functions attached - * to that specific event are called _synchronously_. Any values returned by the - * called listeners are _ignored_ and discarded. - * - * The following example shows a simple `EventEmitter` instance with a single - * listener. The `eventEmitter.on()` method is used to register listeners, while - * the `eventEmitter.emit()` method is used to trigger the event. - * - * ```js - * const EventEmitter = require('events'); - * - * class MyEmitter extends EventEmitter {} - * - * const myEmitter = new MyEmitter(); - * myEmitter.on('event', () => { - * console.log('an event occurred!'); - * }); - * myEmitter.emit('event'); - * ``` - * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/events.js) - */ -declare module 'events' { - // NOTE: This class is in the docs but is **not actually exported** by Node. - // If https://github.com/nodejs/node/issues/39903 gets resolved and Node - // actually starts exporting the class, uncomment below. - - // import { EventListener, EventListenerObject } from '__dom-events'; - // /** The NodeEventTarget is a Node.js-specific extension to EventTarget that emulates a subset of the EventEmitter API. */ - // interface NodeEventTarget extends EventTarget { - // /** - // * Node.js-specific extension to the `EventTarget` class that emulates the equivalent `EventEmitter` API. - // * The only difference between `addListener()` and `addEventListener()` is that addListener() will return a reference to the EventTarget. - // */ - // addListener(type: string, listener: EventListener | EventListenerObject, options?: { once: boolean }): this; - // /** Node.js-specific extension to the `EventTarget` class that returns an array of event `type` names for which event listeners are registered. */ - // eventNames(): string[]; - // /** Node.js-specific extension to the `EventTarget` class that returns the number of event listeners registered for the `type`. */ - // listenerCount(type: string): number; - // /** Node.js-specific alias for `eventTarget.removeListener()`. */ - // off(type: string, listener: EventListener | EventListenerObject): this; - // /** Node.js-specific alias for `eventTarget.addListener()`. */ - // on(type: string, listener: EventListener | EventListenerObject, options?: { once: boolean }): this; - // /** Node.js-specific extension to the `EventTarget` class that adds a `once` listener for the given event `type`. This is equivalent to calling `on` with the `once` option set to `true`. */ - // once(type: string, listener: EventListener | EventListenerObject): this; - // /** - // * Node.js-specific extension to the `EventTarget` class. - // * If `type` is specified, removes all registered listeners for `type`, - // * otherwise removes all registered listeners. - // */ - // removeAllListeners(type: string): this; - // /** - // * Node.js-specific extension to the `EventTarget` class that removes the listener for the given `type`. - // * The only difference between `removeListener()` and `removeEventListener()` is that `removeListener()` will return a reference to the `EventTarget`. - // */ - // removeListener(type: string, listener: EventListener | EventListenerObject): this; - // } - - interface EventEmitterOptions { - /** - * Enables automatic capturing of promise rejection. - */ - captureRejections?: boolean | undefined; - } - // Any EventTarget with a Node-style `once` function - interface _NodeEventTarget { - once(eventName: string | symbol, listener: (...args: any[]) => void): this; - } - // Any EventTarget with a DOM-style `addEventListener` - interface _DOMEventTarget { - addEventListener( - eventName: string, - listener: (...args: any[]) => void, - opts?: { - once: boolean; - } - ): any; - } - interface StaticEventEmitterOptions { - signal?: AbortSignal | undefined; - } - interface EventEmitter extends NodeJS.EventEmitter {} - /** - * The `EventEmitter` class is defined and exposed by the `events` module: - * - * ```js - * const EventEmitter = require('events'); - * ``` - * - * All `EventEmitter`s emit the event `'newListener'` when new listeners are - * added and `'removeListener'` when existing listeners are removed. - * - * It supports the following option: - * @since v0.1.26 - */ - class EventEmitter { - constructor(options?: EventEmitterOptions); - /** - * Creates a `Promise` that is fulfilled when the `EventEmitter` emits the given - * event or that is rejected if the `EventEmitter` emits `'error'` while waiting. - * The `Promise` will resolve with an array of all the arguments emitted to the - * given event. - * - * This method is intentionally generic and works with the web platform [EventTarget](https://dom.spec.whatwg.org/#interface-eventtarget) interface, which has no special`'error'` event - * semantics and does not listen to the `'error'` event. - * - * ```js - * const { once, EventEmitter } = require('events'); - * - * async function run() { - * const ee = new EventEmitter(); - * - * process.nextTick(() => { - * ee.emit('myevent', 42); - * }); - * - * const [value] = await once(ee, 'myevent'); - * console.log(value); - * - * const err = new Error('kaboom'); - * process.nextTick(() => { - * ee.emit('error', err); - * }); - * - * try { - * await once(ee, 'myevent'); - * } catch (err) { - * console.log('error happened', err); - * } - * } - * - * run(); - * ``` - * - * The special handling of the `'error'` event is only used when `events.once()`is used to wait for another event. If `events.once()` is used to wait for the - * '`error'` event itself, then it is treated as any other kind of event without - * special handling: - * - * ```js - * const { EventEmitter, once } = require('events'); - * - * const ee = new EventEmitter(); - * - * once(ee, 'error') - * .then(([err]) => console.log('ok', err.message)) - * .catch((err) => console.log('error', err.message)); - * - * ee.emit('error', new Error('boom')); - * - * // Prints: ok boom - * ``` - * - * An `AbortSignal` can be used to cancel waiting for the event: - * - * ```js - * const { EventEmitter, once } = require('events'); - * - * const ee = new EventEmitter(); - * const ac = new AbortController(); - * - * async function foo(emitter, event, signal) { - * try { - * await once(emitter, event, { signal }); - * console.log('event emitted!'); - * } catch (error) { - * if (error.name === 'AbortError') { - * console.error('Waiting for the event was canceled!'); - * } else { - * console.error('There was an error', error.message); - * } - * } - * } - * - * foo(ee, 'foo', ac.signal); - * ac.abort(); // Abort waiting for the event - * ee.emit('foo'); // Prints: Waiting for the event was canceled! - * ``` - * @since v11.13.0, v10.16.0 - */ - static once(emitter: _NodeEventTarget, eventName: string | symbol, options?: StaticEventEmitterOptions): Promise<any[]>; - static once(emitter: _DOMEventTarget, eventName: string, options?: StaticEventEmitterOptions): Promise<any[]>; - /** - * ```js - * const { on, EventEmitter } = require('events'); - * - * (async () => { - * const ee = new EventEmitter(); - * - * // Emit later on - * process.nextTick(() => { - * ee.emit('foo', 'bar'); - * ee.emit('foo', 42); - * }); - * - * for await (const event of on(ee, 'foo')) { - * // The execution of this inner block is synchronous and it - * // processes one event at a time (even with await). Do not use - * // if concurrent execution is required. - * console.log(event); // prints ['bar'] [42] - * } - * // Unreachable here - * })(); - * ``` - * - * Returns an `AsyncIterator` that iterates `eventName` events. It will throw - * if the `EventEmitter` emits `'error'`. It removes all listeners when - * exiting the loop. The `value` returned by each iteration is an array - * composed of the emitted event arguments. - * - * An `AbortSignal` can be used to cancel waiting on events: - * - * ```js - * const { on, EventEmitter } = require('events'); - * const ac = new AbortController(); - * - * (async () => { - * const ee = new EventEmitter(); - * - * // Emit later on - * process.nextTick(() => { - * ee.emit('foo', 'bar'); - * ee.emit('foo', 42); - * }); - * - * for await (const event of on(ee, 'foo', { signal: ac.signal })) { - * // The execution of this inner block is synchronous and it - * // processes one event at a time (even with await). Do not use - * // if concurrent execution is required. - * console.log(event); // prints ['bar'] [42] - * } - * // Unreachable here - * })(); - * - * process.nextTick(() => ac.abort()); - * ``` - * @since v13.6.0, v12.16.0 - * @param eventName The name of the event being listened for - * @return that iterates `eventName` events emitted by the `emitter` - */ - static on(emitter: NodeJS.EventEmitter, eventName: string, options?: StaticEventEmitterOptions): AsyncIterableIterator<any>; - /** - * A class method that returns the number of listeners for the given `eventName`registered on the given `emitter`. - * - * ```js - * const { EventEmitter, listenerCount } = require('events'); - * const myEmitter = new EventEmitter(); - * myEmitter.on('event', () => {}); - * myEmitter.on('event', () => {}); - * console.log(listenerCount(myEmitter, 'event')); - * // Prints: 2 - * ``` - * @since v0.9.12 - * @deprecated Since v3.2.0 - Use `listenerCount` instead. - * @param emitter The emitter to query - * @param eventName The event name - */ - static listenerCount(emitter: NodeJS.EventEmitter, eventName: string | symbol): number; - /** - * Returns a copy of the array of listeners for the event named `eventName`. - * - * For `EventEmitter`s this behaves exactly the same as calling `.listeners` on - * the emitter. - * - * For `EventTarget`s this is the only way to get the event listeners for the - * event target. This is useful for debugging and diagnostic purposes. - * - * ```js - * const { getEventListeners, EventEmitter } = require('events'); - * - * { - * const ee = new EventEmitter(); - * const listener = () => console.log('Events are fun'); - * ee.on('foo', listener); - * getEventListeners(ee, 'foo'); // [listener] - * } - * { - * const et = new EventTarget(); - * const listener = () => console.log('Events are fun'); - * et.addEventListener('foo', listener); - * getEventListeners(et, 'foo'); // [listener] - * } - * ``` - * @since v15.2.0, v14.17.0 - */ - static getEventListeners(emitter: _DOMEventTarget | NodeJS.EventEmitter, name: string | symbol): Function[]; - /** - * ```js - * const { - * setMaxListeners, - * EventEmitter - * } = require('events'); - * - * const target = new EventTarget(); - * const emitter = new EventEmitter(); - * - * setMaxListeners(5, target, emitter); - * ``` - * @since v15.4.0 - * @param n A non-negative number. The maximum number of listeners per `EventTarget` event. - * @param eventsTargets Zero or more {EventTarget} or {EventEmitter} instances. If none are specified, `n` is set as the default max for all newly created {EventTarget} and {EventEmitter} - * objects. - */ - static setMaxListeners(n?: number, ...eventTargets: Array<_DOMEventTarget | NodeJS.EventEmitter>): void; - /** - * This symbol shall be used to install a listener for only monitoring `'error'` - * events. Listeners installed using this symbol are called before the regular - * `'error'` listeners are called. - * - * Installing a listener using this symbol does not change the behavior once an - * `'error'` event is emitted, therefore the process will still crash if no - * regular `'error'` listener is installed. - */ - static readonly errorMonitor: unique symbol; - static readonly captureRejectionSymbol: unique symbol; - /** - * Sets or gets the default captureRejection value for all emitters. - */ - // TODO: These should be described using static getter/setter pairs: - static captureRejections: boolean; - static defaultMaxListeners: number; - } - import internal = require('node:events'); - namespace EventEmitter { - // Should just be `export { EventEmitter }`, but that doesn't work in TypeScript 3.4 - export { internal as EventEmitter }; - export interface Abortable { - /** - * When provided the corresponding `AbortController` can be used to cancel an asynchronous action. - */ - signal?: AbortSignal | undefined; - } - } - global { - namespace NodeJS { - interface EventEmitter { - /** - * Alias for `emitter.on(eventName, listener)`. - * @since v0.1.26 - */ - addListener(eventName: string | symbol, listener: (...args: any[]) => void): this; - /** - * Adds the `listener` function to the end of the listeners array for the - * event named `eventName`. No checks are made to see if the `listener` has - * already been added. Multiple calls passing the same combination of `eventName`and `listener` will result in the `listener` being added, and called, multiple - * times. - * - * ```js - * server.on('connection', (stream) => { - * console.log('someone connected!'); - * }); - * ``` - * - * Returns a reference to the `EventEmitter`, so that calls can be chained. - * - * By default, event listeners are invoked in the order they are added. The`emitter.prependListener()` method can be used as an alternative to add the - * event listener to the beginning of the listeners array. - * - * ```js - * const myEE = new EventEmitter(); - * myEE.on('foo', () => console.log('a')); - * myEE.prependListener('foo', () => console.log('b')); - * myEE.emit('foo'); - * // Prints: - * // b - * // a - * ``` - * @since v0.1.101 - * @param eventName The name of the event. - * @param listener The callback function - */ - on(eventName: string | symbol, listener: (...args: any[]) => void): this; - /** - * Adds a **one-time**`listener` function for the event named `eventName`. The - * next time `eventName` is triggered, this listener is removed and then invoked. - * - * ```js - * server.once('connection', (stream) => { - * console.log('Ah, we have our first user!'); - * }); - * ``` - * - * Returns a reference to the `EventEmitter`, so that calls can be chained. - * - * By default, event listeners are invoked in the order they are added. The`emitter.prependOnceListener()` method can be used as an alternative to add the - * event listener to the beginning of the listeners array. - * - * ```js - * const myEE = new EventEmitter(); - * myEE.once('foo', () => console.log('a')); - * myEE.prependOnceListener('foo', () => console.log('b')); - * myEE.emit('foo'); - * // Prints: - * // b - * // a - * ``` - * @since v0.3.0 - * @param eventName The name of the event. - * @param listener The callback function - */ - once(eventName: string | symbol, listener: (...args: any[]) => void): this; - /** - * Removes the specified `listener` from the listener array for the event named`eventName`. - * - * ```js - * const callback = (stream) => { - * console.log('someone connected!'); - * }; - * server.on('connection', callback); - * // ... - * server.removeListener('connection', callback); - * ``` - * - * `removeListener()` will remove, at most, one instance of a listener from the - * listener array. If any single listener has been added multiple times to the - * listener array for the specified `eventName`, then `removeListener()` must be - * called multiple times to remove each instance. - * - * Once an event is emitted, all listeners attached to it at the - * time of emitting are called in order. This implies that any`removeListener()` or `removeAllListeners()` calls _after_ emitting and _before_ the last listener finishes execution - * will not remove them from`emit()` in progress. Subsequent events behave as expected. - * - * ```js - * const myEmitter = new MyEmitter(); - * - * const callbackA = () => { - * console.log('A'); - * myEmitter.removeListener('event', callbackB); - * }; - * - * const callbackB = () => { - * console.log('B'); - * }; - * - * myEmitter.on('event', callbackA); - * - * myEmitter.on('event', callbackB); - * - * // callbackA removes listener callbackB but it will still be called. - * // Internal listener array at time of emit [callbackA, callbackB] - * myEmitter.emit('event'); - * // Prints: - * // A - * // B - * - * // callbackB is now removed. - * // Internal listener array [callbackA] - * myEmitter.emit('event'); - * // Prints: - * // A - * ``` - * - * Because listeners are managed using an internal array, calling this will - * change the position indices of any listener registered _after_ the listener - * being removed. This will not impact the order in which listeners are called, - * but it means that any copies of the listener array as returned by - * the `emitter.listeners()` method will need to be recreated. - * - * When a single function has been added as a handler multiple times for a single - * event (as in the example below), `removeListener()` will remove the most - * recently added instance. In the example the `once('ping')`listener is removed: - * - * ```js - * const ee = new EventEmitter(); - * - * function pong() { - * console.log('pong'); - * } - * - * ee.on('ping', pong); - * ee.once('ping', pong); - * ee.removeListener('ping', pong); - * - * ee.emit('ping'); - * ee.emit('ping'); - * ``` - * - * Returns a reference to the `EventEmitter`, so that calls can be chained. - * @since v0.1.26 - */ - removeListener(eventName: string | symbol, listener: (...args: any[]) => void): this; - /** - * Alias for `emitter.removeListener()`. - * @since v10.0.0 - */ - off(eventName: string | symbol, listener: (...args: any[]) => void): this; - /** - * Removes all listeners, or those of the specified `eventName`. - * - * It is bad practice to remove listeners added elsewhere in the code, - * particularly when the `EventEmitter` instance was created by some other - * component or module (e.g. sockets or file streams). - * - * Returns a reference to the `EventEmitter`, so that calls can be chained. - * @since v0.1.26 - */ - removeAllListeners(event?: string | symbol): this; - /** - * By default `EventEmitter`s will print a warning if more than `10` listeners are - * added for a particular event. This is a useful default that helps finding - * memory leaks. The `emitter.setMaxListeners()` method allows the limit to be - * modified for this specific `EventEmitter` instance. The value can be set to`Infinity` (or `0`) to indicate an unlimited number of listeners. - * - * Returns a reference to the `EventEmitter`, so that calls can be chained. - * @since v0.3.5 - */ - setMaxListeners(n: number): this; - /** - * Returns the current max listener value for the `EventEmitter` which is either - * set by `emitter.setMaxListeners(n)` or defaults to {@link defaultMaxListeners}. - * @since v1.0.0 - */ - getMaxListeners(): number; - /** - * Returns a copy of the array of listeners for the event named `eventName`. - * - * ```js - * server.on('connection', (stream) => { - * console.log('someone connected!'); - * }); - * console.log(util.inspect(server.listeners('connection'))); - * // Prints: [ [Function] ] - * ``` - * @since v0.1.26 - */ - listeners(eventName: string | symbol): Function[]; - /** - * Returns a copy of the array of listeners for the event named `eventName`, - * including any wrappers (such as those created by `.once()`). - * - * ```js - * const emitter = new EventEmitter(); - * emitter.once('log', () => console.log('log once')); - * - * // Returns a new Array with a function `onceWrapper` which has a property - * // `listener` which contains the original listener bound above - * const listeners = emitter.rawListeners('log'); - * const logFnWrapper = listeners[0]; - * - * // Logs "log once" to the console and does not unbind the `once` event - * logFnWrapper.listener(); - * - * // Logs "log once" to the console and removes the listener - * logFnWrapper(); - * - * emitter.on('log', () => console.log('log persistently')); - * // Will return a new Array with a single function bound by `.on()` above - * const newListeners = emitter.rawListeners('log'); - * - * // Logs "log persistently" twice - * newListeners[0](); - * emitter.emit('log'); - * ``` - * @since v9.4.0 - */ - rawListeners(eventName: string | symbol): Function[]; - /** - * Synchronously calls each of the listeners registered for the event named`eventName`, in the order they were registered, passing the supplied arguments - * to each. - * - * Returns `true` if the event had listeners, `false` otherwise. - * - * ```js - * const EventEmitter = require('events'); - * const myEmitter = new EventEmitter(); - * - * // First listener - * myEmitter.on('event', function firstListener() { - * console.log('Helloooo! first listener'); - * }); - * // Second listener - * myEmitter.on('event', function secondListener(arg1, arg2) { - * console.log(`event with parameters ${arg1}, ${arg2} in second listener`); - * }); - * // Third listener - * myEmitter.on('event', function thirdListener(...args) { - * const parameters = args.join(', '); - * console.log(`event with parameters ${parameters} in third listener`); - * }); - * - * console.log(myEmitter.listeners('event')); - * - * myEmitter.emit('event', 1, 2, 3, 4, 5); - * - * // Prints: - * // [ - * // [Function: firstListener], - * // [Function: secondListener], - * // [Function: thirdListener] - * // ] - * // Helloooo! first listener - * // event with parameters 1, 2 in second listener - * // event with parameters 1, 2, 3, 4, 5 in third listener - * ``` - * @since v0.1.26 - */ - emit(eventName: string | symbol, ...args: any[]): boolean; - /** - * Returns the number of listeners listening to the event named `eventName`. - * @since v3.2.0 - * @param eventName The name of the event being listened for - */ - listenerCount(eventName: string | symbol): number; - /** - * Adds the `listener` function to the _beginning_ of the listeners array for the - * event named `eventName`. No checks are made to see if the `listener` has - * already been added. Multiple calls passing the same combination of `eventName`and `listener` will result in the `listener` being added, and called, multiple - * times. - * - * ```js - * server.prependListener('connection', (stream) => { - * console.log('someone connected!'); - * }); - * ``` - * - * Returns a reference to the `EventEmitter`, so that calls can be chained. - * @since v6.0.0 - * @param eventName The name of the event. - * @param listener The callback function - */ - prependListener(eventName: string | symbol, listener: (...args: any[]) => void): this; - /** - * Adds a **one-time**`listener` function for the event named `eventName` to the _beginning_ of the listeners array. The next time `eventName` is triggered, this - * listener is removed, and then invoked. - * - * ```js - * server.prependOnceListener('connection', (stream) => { - * console.log('Ah, we have our first user!'); - * }); - * ``` - * - * Returns a reference to the `EventEmitter`, so that calls can be chained. - * @since v6.0.0 - * @param eventName The name of the event. - * @param listener The callback function - */ - prependOnceListener(eventName: string | symbol, listener: (...args: any[]) => void): this; - /** - * Returns an array listing the events for which the emitter has registered - * listeners. The values in the array are strings or `Symbol`s. - * - * ```js - * const EventEmitter = require('events'); - * const myEE = new EventEmitter(); - * myEE.on('foo', () => {}); - * myEE.on('bar', () => {}); - * - * const sym = Symbol('symbol'); - * myEE.on(sym, () => {}); - * - * console.log(myEE.eventNames()); - * // Prints: [ 'foo', 'bar', Symbol(symbol) ] - * ``` - * @since v6.0.0 - */ - eventNames(): Array<string | symbol>; - } - } - } - export = EventEmitter; -} -declare module 'node:events' { - import events = require('events'); - export = events; -} diff --git a/software/flow/node_modules/@types/node/ts4.8/fs.d.ts b/software/flow/node_modules/@types/node/ts4.8/fs.d.ts deleted file mode 100755 index 75c53fb..0000000 --- a/software/flow/node_modules/@types/node/ts4.8/fs.d.ts +++ /dev/null @@ -1,3872 +0,0 @@ -/** - * The `fs` module enables interacting with the file system in a - * way modeled on standard POSIX functions. - * - * To use the promise-based APIs: - * - * ```js - * import * as fs from 'fs/promises'; - * ``` - * - * To use the callback and sync APIs: - * - * ```js - * import * as fs from 'fs'; - * ``` - * - * All file system operations have synchronous, callback, and promise-based - * forms, and are accessible using both CommonJS syntax and ES6 Modules (ESM). - * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/fs.js) - */ -declare module 'fs' { - import * as stream from 'node:stream'; - import { Abortable, EventEmitter } from 'node:events'; - import { URL } from 'node:url'; - import * as promises from 'node:fs/promises'; - export { promises }; - /** - * Valid types for path values in "fs". - */ - export type PathLike = string | Buffer | URL; - export type PathOrFileDescriptor = PathLike | number; - export type TimeLike = string | number | Date; - export type NoParamCallback = (err: NodeJS.ErrnoException | null) => void; - export type BufferEncodingOption = - | 'buffer' - | { - encoding: 'buffer'; - }; - export interface ObjectEncodingOptions { - encoding?: BufferEncoding | null | undefined; - } - export type EncodingOption = ObjectEncodingOptions | BufferEncoding | undefined | null; - export type OpenMode = number | string; - export type Mode = number | string; - export interface StatsBase<T> { - isFile(): boolean; - isDirectory(): boolean; - isBlockDevice(): boolean; - isCharacterDevice(): boolean; - isSymbolicLink(): boolean; - isFIFO(): boolean; - isSocket(): boolean; - dev: T; - ino: T; - mode: T; - nlink: T; - uid: T; - gid: T; - rdev: T; - size: T; - blksize: T; - blocks: T; - atimeMs: T; - mtimeMs: T; - ctimeMs: T; - birthtimeMs: T; - atime: Date; - mtime: Date; - ctime: Date; - birthtime: Date; - } - export interface Stats extends StatsBase<number> {} - /** - * A `fs.Stats` object provides information about a file. - * - * Objects returned from {@link stat}, {@link lstat} and {@link fstat} and - * their synchronous counterparts are of this type. - * If `bigint` in the `options` passed to those methods is true, the numeric values - * will be `bigint` instead of `number`, and the object will contain additional - * nanosecond-precision properties suffixed with `Ns`. - * - * ```console - * Stats { - * dev: 2114, - * ino: 48064969, - * mode: 33188, - * nlink: 1, - * uid: 85, - * gid: 100, - * rdev: 0, - * size: 527, - * blksize: 4096, - * blocks: 8, - * atimeMs: 1318289051000.1, - * mtimeMs: 1318289051000.1, - * ctimeMs: 1318289051000.1, - * birthtimeMs: 1318289051000.1, - * atime: Mon, 10 Oct 2011 23:24:11 GMT, - * mtime: Mon, 10 Oct 2011 23:24:11 GMT, - * ctime: Mon, 10 Oct 2011 23:24:11 GMT, - * birthtime: Mon, 10 Oct 2011 23:24:11 GMT } - * ``` - * - * `bigint` version: - * - * ```console - * BigIntStats { - * dev: 2114n, - * ino: 48064969n, - * mode: 33188n, - * nlink: 1n, - * uid: 85n, - * gid: 100n, - * rdev: 0n, - * size: 527n, - * blksize: 4096n, - * blocks: 8n, - * atimeMs: 1318289051000n, - * mtimeMs: 1318289051000n, - * ctimeMs: 1318289051000n, - * birthtimeMs: 1318289051000n, - * atimeNs: 1318289051000000000n, - * mtimeNs: 1318289051000000000n, - * ctimeNs: 1318289051000000000n, - * birthtimeNs: 1318289051000000000n, - * atime: Mon, 10 Oct 2011 23:24:11 GMT, - * mtime: Mon, 10 Oct 2011 23:24:11 GMT, - * ctime: Mon, 10 Oct 2011 23:24:11 GMT, - * birthtime: Mon, 10 Oct 2011 23:24:11 GMT } - * ``` - * @since v0.1.21 - */ - export class Stats {} - /** - * A representation of a directory entry, which can be a file or a subdirectory - * within the directory, as returned by reading from an `fs.Dir`. The - * directory entry is a combination of the file name and file type pairs. - * - * Additionally, when {@link readdir} or {@link readdirSync} is called with - * the `withFileTypes` option set to `true`, the resulting array is filled with `fs.Dirent` objects, rather than strings or `Buffer` s. - * @since v10.10.0 - */ - export class Dirent { - /** - * Returns `true` if the `fs.Dirent` object describes a regular file. - * @since v10.10.0 - */ - isFile(): boolean; - /** - * Returns `true` if the `fs.Dirent` object describes a file system - * directory. - * @since v10.10.0 - */ - isDirectory(): boolean; - /** - * Returns `true` if the `fs.Dirent` object describes a block device. - * @since v10.10.0 - */ - isBlockDevice(): boolean; - /** - * Returns `true` if the `fs.Dirent` object describes a character device. - * @since v10.10.0 - */ - isCharacterDevice(): boolean; - /** - * Returns `true` if the `fs.Dirent` object describes a symbolic link. - * @since v10.10.0 - */ - isSymbolicLink(): boolean; - /** - * Returns `true` if the `fs.Dirent` object describes a first-in-first-out - * (FIFO) pipe. - * @since v10.10.0 - */ - isFIFO(): boolean; - /** - * Returns `true` if the `fs.Dirent` object describes a socket. - * @since v10.10.0 - */ - isSocket(): boolean; - /** - * The file name that this `fs.Dirent` object refers to. The type of this - * value is determined by the `options.encoding` passed to {@link readdir} or {@link readdirSync}. - * @since v10.10.0 - */ - name: string; - } - /** - * A class representing a directory stream. - * - * Created by {@link opendir}, {@link opendirSync}, or `fsPromises.opendir()`. - * - * ```js - * import { opendir } from 'fs/promises'; - * - * try { - * const dir = await opendir('./'); - * for await (const dirent of dir) - * console.log(dirent.name); - * } catch (err) { - * console.error(err); - * } - * ``` - * - * When using the async iterator, the `fs.Dir` object will be automatically - * closed after the iterator exits. - * @since v12.12.0 - */ - export class Dir implements AsyncIterable<Dirent> { - /** - * The read-only path of this directory as was provided to {@link opendir},{@link opendirSync}, or `fsPromises.opendir()`. - * @since v12.12.0 - */ - readonly path: string; - /** - * Asynchronously iterates over the directory via `readdir(3)` until all entries have been read. - */ - [Symbol.asyncIterator](): AsyncIterableIterator<Dirent>; - /** - * Asynchronously close the directory's underlying resource handle. - * Subsequent reads will result in errors. - * - * A promise is returned that will be resolved after the resource has been - * closed. - * @since v12.12.0 - */ - close(): Promise<void>; - close(cb: NoParamCallback): void; - /** - * Synchronously close the directory's underlying resource handle. - * Subsequent reads will result in errors. - * @since v12.12.0 - */ - closeSync(): void; - /** - * Asynchronously read the next directory entry via [`readdir(3)`](http://man7.org/linux/man-pages/man3/readdir.3.html) as an `fs.Dirent`. - * - * A promise is returned that will be resolved with an `fs.Dirent`, or `null`if there are no more directory entries to read. - * - * Directory entries returned by this function are in no particular order as - * provided by the operating system's underlying directory mechanisms. - * Entries added or removed while iterating over the directory might not be - * included in the iteration results. - * @since v12.12.0 - * @return containing {fs.Dirent|null} - */ - read(): Promise<Dirent | null>; - read(cb: (err: NodeJS.ErrnoException | null, dirEnt: Dirent | null) => void): void; - /** - * Synchronously read the next directory entry as an `fs.Dirent`. See the - * POSIX [`readdir(3)`](http://man7.org/linux/man-pages/man3/readdir.3.html) documentation for more detail. - * - * If there are no more directory entries to read, `null` will be returned. - * - * Directory entries returned by this function are in no particular order as - * provided by the operating system's underlying directory mechanisms. - * Entries added or removed while iterating over the directory might not be - * included in the iteration results. - * @since v12.12.0 - */ - readSync(): Dirent | null; - } - /** - * Class: fs.StatWatcher - * @since v14.3.0, v12.20.0 - * Extends `EventEmitter` - * A successful call to {@link watchFile} method will return a new fs.StatWatcher object. - */ - export interface StatWatcher extends EventEmitter { - /** - * When called, requests that the Node.js event loop _not_ exit so long as the `fs.StatWatcher` is active. Calling `watcher.ref()` multiple times will have - * no effect. - * - * By default, all `fs.StatWatcher` objects are "ref'ed", making it normally - * unnecessary to call `watcher.ref()` unless `watcher.unref()` had been - * called previously. - * @since v14.3.0, v12.20.0 - */ - ref(): this; - /** - * When called, the active `fs.StatWatcher` object will not require the Node.js - * event loop to remain active. If there is no other activity keeping the - * event loop running, the process may exit before the `fs.StatWatcher` object's - * callback is invoked. Calling `watcher.unref()` multiple times will have - * no effect. - * @since v14.3.0, v12.20.0 - */ - unref(): this; - } - export interface FSWatcher extends EventEmitter { - /** - * Stop watching for changes on the given `fs.FSWatcher`. Once stopped, the `fs.FSWatcher` object is no longer usable. - * @since v0.5.8 - */ - close(): void; - /** - * events.EventEmitter - * 1. change - * 2. error - */ - addListener(event: string, listener: (...args: any[]) => void): this; - addListener(event: 'change', listener: (eventType: string, filename: string | Buffer) => void): this; - addListener(event: 'error', listener: (error: Error) => void): this; - addListener(event: 'close', listener: () => void): this; - on(event: string, listener: (...args: any[]) => void): this; - on(event: 'change', listener: (eventType: string, filename: string | Buffer) => void): this; - on(event: 'error', listener: (error: Error) => void): this; - on(event: 'close', listener: () => void): this; - once(event: string, listener: (...args: any[]) => void): this; - once(event: 'change', listener: (eventType: string, filename: string | Buffer) => void): this; - once(event: 'error', listener: (error: Error) => void): this; - once(event: 'close', listener: () => void): this; - prependListener(event: string, listener: (...args: any[]) => void): this; - prependListener(event: 'change', listener: (eventType: string, filename: string | Buffer) => void): this; - prependListener(event: 'error', listener: (error: Error) => void): this; - prependListener(event: 'close', listener: () => void): this; - prependOnceListener(event: string, listener: (...args: any[]) => void): this; - prependOnceListener(event: 'change', listener: (eventType: string, filename: string | Buffer) => void): this; - prependOnceListener(event: 'error', listener: (error: Error) => void): this; - prependOnceListener(event: 'close', listener: () => void): this; - } - /** - * Instances of `fs.ReadStream` are created and returned using the {@link createReadStream} function. - * @since v0.1.93 - */ - export class ReadStream extends stream.Readable { - close(callback?: (err?: NodeJS.ErrnoException | null) => void): void; - /** - * The number of bytes that have been read so far. - * @since v6.4.0 - */ - bytesRead: number; - /** - * The path to the file the stream is reading from as specified in the first - * argument to `fs.createReadStream()`. If `path` is passed as a string, then`readStream.path` will be a string. If `path` is passed as a `Buffer`, then`readStream.path` will be a - * `Buffer`. If `fd` is specified, then`readStream.path` will be `undefined`. - * @since v0.1.93 - */ - path: string | Buffer; - /** - * This property is `true` if the underlying file has not been opened yet, - * i.e. before the `'ready'` event is emitted. - * @since v11.2.0, v10.16.0 - */ - pending: boolean; - /** - * events.EventEmitter - * 1. open - * 2. close - * 3. ready - */ - addListener(event: 'close', listener: () => void): this; - addListener(event: 'data', listener: (chunk: Buffer | string) => void): this; - addListener(event: 'end', listener: () => void): this; - addListener(event: 'error', listener: (err: Error) => void): this; - addListener(event: 'open', listener: (fd: number) => void): this; - addListener(event: 'pause', listener: () => void): this; - addListener(event: 'readable', listener: () => void): this; - addListener(event: 'ready', listener: () => void): this; - addListener(event: 'resume', listener: () => void): this; - addListener(event: string | symbol, listener: (...args: any[]) => void): this; - on(event: 'close', listener: () => void): this; - on(event: 'data', listener: (chunk: Buffer | string) => void): this; - on(event: 'end', listener: () => void): this; - on(event: 'error', listener: (err: Error) => void): this; - on(event: 'open', listener: (fd: number) => void): this; - on(event: 'pause', listener: () => void): this; - on(event: 'readable', listener: () => void): this; - on(event: 'ready', listener: () => void): this; - on(event: 'resume', listener: () => void): this; - on(event: string | symbol, listener: (...args: any[]) => void): this; - once(event: 'close', listener: () => void): this; - once(event: 'data', listener: (chunk: Buffer | string) => void): this; - once(event: 'end', listener: () => void): this; - once(event: 'error', listener: (err: Error) => void): this; - once(event: 'open', listener: (fd: number) => void): this; - once(event: 'pause', listener: () => void): this; - once(event: 'readable', listener: () => void): this; - once(event: 'ready', listener: () => void): this; - once(event: 'resume', listener: () => void): this; - once(event: string | symbol, listener: (...args: any[]) => void): this; - prependListener(event: 'close', listener: () => void): this; - prependListener(event: 'data', listener: (chunk: Buffer | string) => void): this; - prependListener(event: 'end', listener: () => void): this; - prependListener(event: 'error', listener: (err: Error) => void): this; - prependListener(event: 'open', listener: (fd: number) => void): this; - prependListener(event: 'pause', listener: () => void): this; - prependListener(event: 'readable', listener: () => void): this; - prependListener(event: 'ready', listener: () => void): this; - prependListener(event: 'resume', listener: () => void): this; - prependListener(event: string | symbol, listener: (...args: any[]) => void): this; - prependOnceListener(event: 'close', listener: () => void): this; - prependOnceListener(event: 'data', listener: (chunk: Buffer | string) => void): this; - prependOnceListener(event: 'end', listener: () => void): this; - prependOnceListener(event: 'error', listener: (err: Error) => void): this; - prependOnceListener(event: 'open', listener: (fd: number) => void): this; - prependOnceListener(event: 'pause', listener: () => void): this; - prependOnceListener(event: 'readable', listener: () => void): this; - prependOnceListener(event: 'ready', listener: () => void): this; - prependOnceListener(event: 'resume', listener: () => void): this; - prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; - } - /** - * * Extends `stream.Writable` - * - * Instances of `fs.WriteStream` are created and returned using the {@link createWriteStream} function. - * @since v0.1.93 - */ - export class WriteStream extends stream.Writable { - /** - * Closes `writeStream`. Optionally accepts a - * callback that will be executed once the `writeStream`is closed. - * @since v0.9.4 - */ - close(callback?: (err?: NodeJS.ErrnoException | null) => void): void; - /** - * The number of bytes written so far. Does not include data that is still queued - * for writing. - * @since v0.4.7 - */ - bytesWritten: number; - /** - * The path to the file the stream is writing to as specified in the first - * argument to {@link createWriteStream}. If `path` is passed as a string, then`writeStream.path` will be a string. If `path` is passed as a `Buffer`, then`writeStream.path` will be a - * `Buffer`. - * @since v0.1.93 - */ - path: string | Buffer; - /** - * This property is `true` if the underlying file has not been opened yet, - * i.e. before the `'ready'` event is emitted. - * @since v11.2.0 - */ - pending: boolean; - /** - * events.EventEmitter - * 1. open - * 2. close - * 3. ready - */ - addListener(event: 'close', listener: () => void): this; - addListener(event: 'drain', listener: () => void): this; - addListener(event: 'error', listener: (err: Error) => void): this; - addListener(event: 'finish', listener: () => void): this; - addListener(event: 'open', listener: (fd: number) => void): this; - addListener(event: 'pipe', listener: (src: stream.Readable) => void): this; - addListener(event: 'ready', listener: () => void): this; - addListener(event: 'unpipe', listener: (src: stream.Readable) => void): this; - addListener(event: string | symbol, listener: (...args: any[]) => void): this; - on(event: 'close', listener: () => void): this; - on(event: 'drain', listener: () => void): this; - on(event: 'error', listener: (err: Error) => void): this; - on(event: 'finish', listener: () => void): this; - on(event: 'open', listener: (fd: number) => void): this; - on(event: 'pipe', listener: (src: stream.Readable) => void): this; - on(event: 'ready', listener: () => void): this; - on(event: 'unpipe', listener: (src: stream.Readable) => void): this; - on(event: string | symbol, listener: (...args: any[]) => void): this; - once(event: 'close', listener: () => void): this; - once(event: 'drain', listener: () => void): this; - once(event: 'error', listener: (err: Error) => void): this; - once(event: 'finish', listener: () => void): this; - once(event: 'open', listener: (fd: number) => void): this; - once(event: 'pipe', listener: (src: stream.Readable) => void): this; - once(event: 'ready', listener: () => void): this; - once(event: 'unpipe', listener: (src: stream.Readable) => void): this; - once(event: string | symbol, listener: (...args: any[]) => void): this; - prependListener(event: 'close', listener: () => void): this; - prependListener(event: 'drain', listener: () => void): this; - prependListener(event: 'error', listener: (err: Error) => void): this; - prependListener(event: 'finish', listener: () => void): this; - prependListener(event: 'open', listener: (fd: number) => void): this; - prependListener(event: 'pipe', listener: (src: stream.Readable) => void): this; - prependListener(event: 'ready', listener: () => void): this; - prependListener(event: 'unpipe', listener: (src: stream.Readable) => void): this; - prependListener(event: string | symbol, listener: (...args: any[]) => void): this; - prependOnceListener(event: 'close', listener: () => void): this; - prependOnceListener(event: 'drain', listener: () => void): this; - prependOnceListener(event: 'error', listener: (err: Error) => void): this; - prependOnceListener(event: 'finish', listener: () => void): this; - prependOnceListener(event: 'open', listener: (fd: number) => void): this; - prependOnceListener(event: 'pipe', listener: (src: stream.Readable) => void): this; - prependOnceListener(event: 'ready', listener: () => void): this; - prependOnceListener(event: 'unpipe', listener: (src: stream.Readable) => void): this; - prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; - } - /** - * Asynchronously rename file at `oldPath` to the pathname provided - * as `newPath`. In the case that `newPath` already exists, it will - * be overwritten. If there is a directory at `newPath`, an error will - * be raised instead. No arguments other than a possible exception are - * given to the completion callback. - * - * See also: [`rename(2)`](http://man7.org/linux/man-pages/man2/rename.2.html). - * - * ```js - * import { rename } from 'fs'; - * - * rename('oldFile.txt', 'newFile.txt', (err) => { - * if (err) throw err; - * console.log('Rename complete!'); - * }); - * ``` - * @since v0.0.2 - */ - export function rename(oldPath: PathLike, newPath: PathLike, callback: NoParamCallback): void; - export namespace rename { - /** - * Asynchronous rename(2) - Change the name or location of a file or directory. - * @param oldPath A path to a file. If a URL is provided, it must use the `file:` protocol. - * URL support is _experimental_. - * @param newPath A path to a file. If a URL is provided, it must use the `file:` protocol. - * URL support is _experimental_. - */ - function __promisify__(oldPath: PathLike, newPath: PathLike): Promise<void>; - } - /** - * Renames the file from `oldPath` to `newPath`. Returns `undefined`. - * - * See the POSIX [`rename(2)`](http://man7.org/linux/man-pages/man2/rename.2.html) documentation for more details. - * @since v0.1.21 - */ - export function renameSync(oldPath: PathLike, newPath: PathLike): void; - /** - * Truncates the file. No arguments other than a possible exception are - * given to the completion callback. A file descriptor can also be passed as the - * first argument. In this case, `fs.ftruncate()` is called. - * - * ```js - * import { truncate } from 'fs'; - * // Assuming that 'path/file.txt' is a regular file. - * truncate('path/file.txt', (err) => { - * if (err) throw err; - * console.log('path/file.txt was truncated'); - * }); - * ``` - * - * Passing a file descriptor is deprecated and may result in an error being thrown - * in the future. - * - * See the POSIX [`truncate(2)`](http://man7.org/linux/man-pages/man2/truncate.2.html) documentation for more details. - * @since v0.8.6 - * @param [len=0] - */ - export function truncate(path: PathLike, len: number | undefined | null, callback: NoParamCallback): void; - /** - * Asynchronous truncate(2) - Truncate a file to a specified length. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - */ - export function truncate(path: PathLike, callback: NoParamCallback): void; - export namespace truncate { - /** - * Asynchronous truncate(2) - Truncate a file to a specified length. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param len If not specified, defaults to `0`. - */ - function __promisify__(path: PathLike, len?: number | null): Promise<void>; - } - /** - * Truncates the file. Returns `undefined`. A file descriptor can also be - * passed as the first argument. In this case, `fs.ftruncateSync()` is called. - * - * Passing a file descriptor is deprecated and may result in an error being thrown - * in the future. - * @since v0.8.6 - * @param [len=0] - */ - export function truncateSync(path: PathLike, len?: number | null): void; - /** - * Truncates the file descriptor. No arguments other than a possible exception are - * given to the completion callback. - * - * See the POSIX [`ftruncate(2)`](http://man7.org/linux/man-pages/man2/ftruncate.2.html) documentation for more detail. - * - * If the file referred to by the file descriptor was larger than `len` bytes, only - * the first `len` bytes will be retained in the file. - * - * For example, the following program retains only the first four bytes of the - * file: - * - * ```js - * import { open, close, ftruncate } from 'fs'; - * - * function closeFd(fd) { - * close(fd, (err) => { - * if (err) throw err; - * }); - * } - * - * open('temp.txt', 'r+', (err, fd) => { - * if (err) throw err; - * - * try { - * ftruncate(fd, 4, (err) => { - * closeFd(fd); - * if (err) throw err; - * }); - * } catch (err) { - * closeFd(fd); - * if (err) throw err; - * } - * }); - * ``` - * - * If the file previously was shorter than `len` bytes, it is extended, and the - * extended part is filled with null bytes (`'\0'`): - * - * If `len` is negative then `0` will be used. - * @since v0.8.6 - * @param [len=0] - */ - export function ftruncate(fd: number, len: number | undefined | null, callback: NoParamCallback): void; - /** - * Asynchronous ftruncate(2) - Truncate a file to a specified length. - * @param fd A file descriptor. - */ - export function ftruncate(fd: number, callback: NoParamCallback): void; - export namespace ftruncate { - /** - * Asynchronous ftruncate(2) - Truncate a file to a specified length. - * @param fd A file descriptor. - * @param len If not specified, defaults to `0`. - */ - function __promisify__(fd: number, len?: number | null): Promise<void>; - } - /** - * Truncates the file descriptor. Returns `undefined`. - * - * For detailed information, see the documentation of the asynchronous version of - * this API: {@link ftruncate}. - * @since v0.8.6 - * @param [len=0] - */ - export function ftruncateSync(fd: number, len?: number | null): void; - /** - * Asynchronously changes owner and group of a file. No arguments other than a - * possible exception are given to the completion callback. - * - * See the POSIX [`chown(2)`](http://man7.org/linux/man-pages/man2/chown.2.html) documentation for more detail. - * @since v0.1.97 - */ - export function chown(path: PathLike, uid: number, gid: number, callback: NoParamCallback): void; - export namespace chown { - /** - * Asynchronous chown(2) - Change ownership of a file. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - */ - function __promisify__(path: PathLike, uid: number, gid: number): Promise<void>; - } - /** - * Synchronously changes owner and group of a file. Returns `undefined`. - * This is the synchronous version of {@link chown}. - * - * See the POSIX [`chown(2)`](http://man7.org/linux/man-pages/man2/chown.2.html) documentation for more detail. - * @since v0.1.97 - */ - export function chownSync(path: PathLike, uid: number, gid: number): void; - /** - * Sets the owner of the file. No arguments other than a possible exception are - * given to the completion callback. - * - * See the POSIX [`fchown(2)`](http://man7.org/linux/man-pages/man2/fchown.2.html) documentation for more detail. - * @since v0.4.7 - */ - export function fchown(fd: number, uid: number, gid: number, callback: NoParamCallback): void; - export namespace fchown { - /** - * Asynchronous fchown(2) - Change ownership of a file. - * @param fd A file descriptor. - */ - function __promisify__(fd: number, uid: number, gid: number): Promise<void>; - } - /** - * Sets the owner of the file. Returns `undefined`. - * - * See the POSIX [`fchown(2)`](http://man7.org/linux/man-pages/man2/fchown.2.html) documentation for more detail. - * @since v0.4.7 - * @param uid The file's new owner's user id. - * @param gid The file's new group's group id. - */ - export function fchownSync(fd: number, uid: number, gid: number): void; - /** - * Set the owner of the symbolic link. No arguments other than a possible - * exception are given to the completion callback. - * - * See the POSIX [`lchown(2)`](http://man7.org/linux/man-pages/man2/lchown.2.html) documentation for more detail. - */ - export function lchown(path: PathLike, uid: number, gid: number, callback: NoParamCallback): void; - export namespace lchown { - /** - * Asynchronous lchown(2) - Change ownership of a file. Does not dereference symbolic links. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - */ - function __promisify__(path: PathLike, uid: number, gid: number): Promise<void>; - } - /** - * Set the owner for the path. Returns `undefined`. - * - * See the POSIX [`lchown(2)`](http://man7.org/linux/man-pages/man2/lchown.2.html) documentation for more details. - * @param uid The file's new owner's user id. - * @param gid The file's new group's group id. - */ - export function lchownSync(path: PathLike, uid: number, gid: number): void; - /** - * Changes the access and modification times of a file in the same way as {@link utimes}, with the difference that if the path refers to a symbolic - * link, then the link is not dereferenced: instead, the timestamps of the - * symbolic link itself are changed. - * - * No arguments other than a possible exception are given to the completion - * callback. - * @since v14.5.0, v12.19.0 - */ - export function lutimes(path: PathLike, atime: TimeLike, mtime: TimeLike, callback: NoParamCallback): void; - export namespace lutimes { - /** - * Changes the access and modification times of a file in the same way as `fsPromises.utimes()`, - * with the difference that if the path refers to a symbolic link, then the link is not - * dereferenced: instead, the timestamps of the symbolic link itself are changed. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param atime The last access time. If a string is provided, it will be coerced to number. - * @param mtime The last modified time. If a string is provided, it will be coerced to number. - */ - function __promisify__(path: PathLike, atime: TimeLike, mtime: TimeLike): Promise<void>; - } - /** - * Change the file system timestamps of the symbolic link referenced by `path`. - * Returns `undefined`, or throws an exception when parameters are incorrect or - * the operation fails. This is the synchronous version of {@link lutimes}. - * @since v14.5.0, v12.19.0 - */ - export function lutimesSync(path: PathLike, atime: TimeLike, mtime: TimeLike): void; - /** - * Asynchronously changes the permissions of a file. No arguments other than a - * possible exception are given to the completion callback. - * - * See the POSIX [`chmod(2)`](http://man7.org/linux/man-pages/man2/chmod.2.html) documentation for more detail. - * - * ```js - * import { chmod } from 'fs'; - * - * chmod('my_file.txt', 0o775, (err) => { - * if (err) throw err; - * console.log('The permissions for file "my_file.txt" have been changed!'); - * }); - * ``` - * @since v0.1.30 - */ - export function chmod(path: PathLike, mode: Mode, callback: NoParamCallback): void; - export namespace chmod { - /** - * Asynchronous chmod(2) - Change permissions of a file. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param mode A file mode. If a string is passed, it is parsed as an octal integer. - */ - function __promisify__(path: PathLike, mode: Mode): Promise<void>; - } - /** - * For detailed information, see the documentation of the asynchronous version of - * this API: {@link chmod}. - * - * See the POSIX [`chmod(2)`](http://man7.org/linux/man-pages/man2/chmod.2.html) documentation for more detail. - * @since v0.6.7 - */ - export function chmodSync(path: PathLike, mode: Mode): void; - /** - * Sets the permissions on the file. No arguments other than a possible exception - * are given to the completion callback. - * - * See the POSIX [`fchmod(2)`](http://man7.org/linux/man-pages/man2/fchmod.2.html) documentation for more detail. - * @since v0.4.7 - */ - export function fchmod(fd: number, mode: Mode, callback: NoParamCallback): void; - export namespace fchmod { - /** - * Asynchronous fchmod(2) - Change permissions of a file. - * @param fd A file descriptor. - * @param mode A file mode. If a string is passed, it is parsed as an octal integer. - */ - function __promisify__(fd: number, mode: Mode): Promise<void>; - } - /** - * Sets the permissions on the file. Returns `undefined`. - * - * See the POSIX [`fchmod(2)`](http://man7.org/linux/man-pages/man2/fchmod.2.html) documentation for more detail. - * @since v0.4.7 - */ - export function fchmodSync(fd: number, mode: Mode): void; - /** - * Changes the permissions on a symbolic link. No arguments other than a possible - * exception are given to the completion callback. - * - * This method is only implemented on macOS. - * - * See the POSIX [`lchmod(2)`](https://www.freebsd.org/cgi/man.cgi?query=lchmod&sektion=2) documentation for more detail. - * @deprecated Since v0.4.7 - */ - export function lchmod(path: PathLike, mode: Mode, callback: NoParamCallback): void; - /** @deprecated */ - export namespace lchmod { - /** - * Asynchronous lchmod(2) - Change permissions of a file. Does not dereference symbolic links. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param mode A file mode. If a string is passed, it is parsed as an octal integer. - */ - function __promisify__(path: PathLike, mode: Mode): Promise<void>; - } - /** - * Changes the permissions on a symbolic link. Returns `undefined`. - * - * This method is only implemented on macOS. - * - * See the POSIX [`lchmod(2)`](https://www.freebsd.org/cgi/man.cgi?query=lchmod&sektion=2) documentation for more detail. - * @deprecated Since v0.4.7 - */ - export function lchmodSync(path: PathLike, mode: Mode): void; - /** - * Asynchronous [`stat(2)`](http://man7.org/linux/man-pages/man2/stat.2.html). The callback gets two arguments `(err, stats)` where`stats` is an `fs.Stats` object. - * - * In case of an error, the `err.code` will be one of `Common System Errors`. - * - * Using `fs.stat()` to check for the existence of a file before calling`fs.open()`, `fs.readFile()` or `fs.writeFile()` is not recommended. - * Instead, user code should open/read/write the file directly and handle the - * error raised if the file is not available. - * - * To check if a file exists without manipulating it afterwards, {@link access} is recommended. - * - * For example, given the following directory structure: - * - * ```text - * - txtDir - * -- file.txt - * - app.js - * ``` - * - * The next program will check for the stats of the given paths: - * - * ```js - * import { stat } from 'fs'; - * - * const pathsToCheck = ['./txtDir', './txtDir/file.txt']; - * - * for (let i = 0; i < pathsToCheck.length; i++) { - * stat(pathsToCheck[i], (err, stats) => { - * console.log(stats.isDirectory()); - * console.log(stats); - * }); - * } - * ``` - * - * The resulting output will resemble: - * - * ```console - * true - * Stats { - * dev: 16777220, - * mode: 16877, - * nlink: 3, - * uid: 501, - * gid: 20, - * rdev: 0, - * blksize: 4096, - * ino: 14214262, - * size: 96, - * blocks: 0, - * atimeMs: 1561174653071.963, - * mtimeMs: 1561174614583.3518, - * ctimeMs: 1561174626623.5366, - * birthtimeMs: 1561174126937.2893, - * atime: 2019-06-22T03:37:33.072Z, - * mtime: 2019-06-22T03:36:54.583Z, - * ctime: 2019-06-22T03:37:06.624Z, - * birthtime: 2019-06-22T03:28:46.937Z - * } - * false - * Stats { - * dev: 16777220, - * mode: 33188, - * nlink: 1, - * uid: 501, - * gid: 20, - * rdev: 0, - * blksize: 4096, - * ino: 14214074, - * size: 8, - * blocks: 8, - * atimeMs: 1561174616618.8555, - * mtimeMs: 1561174614584, - * ctimeMs: 1561174614583.8145, - * birthtimeMs: 1561174007710.7478, - * atime: 2019-06-22T03:36:56.619Z, - * mtime: 2019-06-22T03:36:54.584Z, - * ctime: 2019-06-22T03:36:54.584Z, - * birthtime: 2019-06-22T03:26:47.711Z - * } - * ``` - * @since v0.0.2 - */ - export function stat(path: PathLike, callback: (err: NodeJS.ErrnoException | null, stats: Stats) => void): void; - export function stat( - path: PathLike, - options: - | (StatOptions & { - bigint?: false | undefined; - }) - | undefined, - callback: (err: NodeJS.ErrnoException | null, stats: Stats) => void - ): void; - export function stat( - path: PathLike, - options: StatOptions & { - bigint: true; - }, - callback: (err: NodeJS.ErrnoException | null, stats: BigIntStats) => void - ): void; - export function stat(path: PathLike, options: StatOptions | undefined, callback: (err: NodeJS.ErrnoException | null, stats: Stats | BigIntStats) => void): void; - export namespace stat { - /** - * Asynchronous stat(2) - Get file status. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - */ - function __promisify__( - path: PathLike, - options?: StatOptions & { - bigint?: false | undefined; - } - ): Promise<Stats>; - function __promisify__( - path: PathLike, - options: StatOptions & { - bigint: true; - } - ): Promise<BigIntStats>; - function __promisify__(path: PathLike, options?: StatOptions): Promise<Stats | BigIntStats>; - } - export interface StatSyncFn extends Function { - (path: PathLike, options?: undefined): Stats; - ( - path: PathLike, - options?: StatSyncOptions & { - bigint?: false | undefined; - throwIfNoEntry: false; - } - ): Stats | undefined; - ( - path: PathLike, - options: StatSyncOptions & { - bigint: true; - throwIfNoEntry: false; - } - ): BigIntStats | undefined; - ( - path: PathLike, - options?: StatSyncOptions & { - bigint?: false | undefined; - } - ): Stats; - ( - path: PathLike, - options: StatSyncOptions & { - bigint: true; - } - ): BigIntStats; - ( - path: PathLike, - options: StatSyncOptions & { - bigint: boolean; - throwIfNoEntry?: false | undefined; - } - ): Stats | BigIntStats; - (path: PathLike, options?: StatSyncOptions): Stats | BigIntStats | undefined; - } - /** - * Synchronous stat(2) - Get file status. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - */ - export const statSync: StatSyncFn; - /** - * Invokes the callback with the `fs.Stats` for the file descriptor. - * - * See the POSIX [`fstat(2)`](http://man7.org/linux/man-pages/man2/fstat.2.html) documentation for more detail. - * @since v0.1.95 - */ - export function fstat(fd: number, callback: (err: NodeJS.ErrnoException | null, stats: Stats) => void): void; - export function fstat( - fd: number, - options: - | (StatOptions & { - bigint?: false | undefined; - }) - | undefined, - callback: (err: NodeJS.ErrnoException | null, stats: Stats) => void - ): void; - export function fstat( - fd: number, - options: StatOptions & { - bigint: true; - }, - callback: (err: NodeJS.ErrnoException | null, stats: BigIntStats) => void - ): void; - export function fstat(fd: number, options: StatOptions | undefined, callback: (err: NodeJS.ErrnoException | null, stats: Stats | BigIntStats) => void): void; - export namespace fstat { - /** - * Asynchronous fstat(2) - Get file status. - * @param fd A file descriptor. - */ - function __promisify__( - fd: number, - options?: StatOptions & { - bigint?: false | undefined; - } - ): Promise<Stats>; - function __promisify__( - fd: number, - options: StatOptions & { - bigint: true; - } - ): Promise<BigIntStats>; - function __promisify__(fd: number, options?: StatOptions): Promise<Stats | BigIntStats>; - } - /** - * Retrieves the `fs.Stats` for the file descriptor. - * - * See the POSIX [`fstat(2)`](http://man7.org/linux/man-pages/man2/fstat.2.html) documentation for more detail. - * @since v0.1.95 - */ - export function fstatSync( - fd: number, - options?: StatOptions & { - bigint?: false | undefined; - } - ): Stats; - export function fstatSync( - fd: number, - options: StatOptions & { - bigint: true; - } - ): BigIntStats; - export function fstatSync(fd: number, options?: StatOptions): Stats | BigIntStats; - /** - * Retrieves the `fs.Stats` for the symbolic link referred to by the path. - * The callback gets two arguments `(err, stats)` where `stats` is a `fs.Stats` object. `lstat()` is identical to `stat()`, except that if `path` is a symbolic - * link, then the link itself is stat-ed, not the file that it refers to. - * - * See the POSIX [`lstat(2)`](http://man7.org/linux/man-pages/man2/lstat.2.html) documentation for more details. - * @since v0.1.30 - */ - export function lstat(path: PathLike, callback: (err: NodeJS.ErrnoException | null, stats: Stats) => void): void; - export function lstat( - path: PathLike, - options: - | (StatOptions & { - bigint?: false | undefined; - }) - | undefined, - callback: (err: NodeJS.ErrnoException | null, stats: Stats) => void - ): void; - export function lstat( - path: PathLike, - options: StatOptions & { - bigint: true; - }, - callback: (err: NodeJS.ErrnoException | null, stats: BigIntStats) => void - ): void; - export function lstat(path: PathLike, options: StatOptions | undefined, callback: (err: NodeJS.ErrnoException | null, stats: Stats | BigIntStats) => void): void; - export namespace lstat { - /** - * Asynchronous lstat(2) - Get file status. Does not dereference symbolic links. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - */ - function __promisify__( - path: PathLike, - options?: StatOptions & { - bigint?: false | undefined; - } - ): Promise<Stats>; - function __promisify__( - path: PathLike, - options: StatOptions & { - bigint: true; - } - ): Promise<BigIntStats>; - function __promisify__(path: PathLike, options?: StatOptions): Promise<Stats | BigIntStats>; - } - /** - * Synchronous lstat(2) - Get file status. Does not dereference symbolic links. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - */ - export const lstatSync: StatSyncFn; - /** - * Creates a new link from the `existingPath` to the `newPath`. See the POSIX [`link(2)`](http://man7.org/linux/man-pages/man2/link.2.html) documentation for more detail. No arguments other than - * a possible - * exception are given to the completion callback. - * @since v0.1.31 - */ - export function link(existingPath: PathLike, newPath: PathLike, callback: NoParamCallback): void; - export namespace link { - /** - * Asynchronous link(2) - Create a new link (also known as a hard link) to an existing file. - * @param existingPath A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param newPath A path to a file. If a URL is provided, it must use the `file:` protocol. - */ - function __promisify__(existingPath: PathLike, newPath: PathLike): Promise<void>; - } - /** - * Creates a new link from the `existingPath` to the `newPath`. See the POSIX [`link(2)`](http://man7.org/linux/man-pages/man2/link.2.html) documentation for more detail. Returns `undefined`. - * @since v0.1.31 - */ - export function linkSync(existingPath: PathLike, newPath: PathLike): void; - /** - * Creates the link called `path` pointing to `target`. No arguments other than a - * possible exception are given to the completion callback. - * - * See the POSIX [`symlink(2)`](http://man7.org/linux/man-pages/man2/symlink.2.html) documentation for more details. - * - * The `type` argument is only available on Windows and ignored on other platforms. - * It can be set to `'dir'`, `'file'`, or `'junction'`. If the `type` argument is - * not set, Node.js will autodetect `target` type and use `'file'` or `'dir'`. If - * the `target` does not exist, `'file'` will be used. Windows junction points - * require the destination path to be absolute. When using `'junction'`, the`target` argument will automatically be normalized to absolute path. - * - * Relative targets are relative to the link’s parent directory. - * - * ```js - * import { symlink } from 'fs'; - * - * symlink('./mew', './mewtwo', callback); - * ``` - * - * The above example creates a symbolic link `mewtwo` which points to `mew` in the - * same directory: - * - * ```bash - * $ tree . - * . - * ├── mew - * └── mewtwo -> ./mew - * ``` - * @since v0.1.31 - */ - export function symlink(target: PathLike, path: PathLike, type: symlink.Type | undefined | null, callback: NoParamCallback): void; - /** - * Asynchronous symlink(2) - Create a new symbolic link to an existing file. - * @param target A path to an existing file. If a URL is provided, it must use the `file:` protocol. - * @param path A path to the new symlink. If a URL is provided, it must use the `file:` protocol. - */ - export function symlink(target: PathLike, path: PathLike, callback: NoParamCallback): void; - export namespace symlink { - /** - * Asynchronous symlink(2) - Create a new symbolic link to an existing file. - * @param target A path to an existing file. If a URL is provided, it must use the `file:` protocol. - * @param path A path to the new symlink. If a URL is provided, it must use the `file:` protocol. - * @param type May be set to `'dir'`, `'file'`, or `'junction'` (default is `'file'`) and is only available on Windows (ignored on other platforms). - * When using `'junction'`, the `target` argument will automatically be normalized to an absolute path. - */ - function __promisify__(target: PathLike, path: PathLike, type?: string | null): Promise<void>; - type Type = 'dir' | 'file' | 'junction'; - } - /** - * Returns `undefined`. - * - * For detailed information, see the documentation of the asynchronous version of - * this API: {@link symlink}. - * @since v0.1.31 - */ - export function symlinkSync(target: PathLike, path: PathLike, type?: symlink.Type | null): void; - /** - * Reads the contents of the symbolic link referred to by `path`. The callback gets - * two arguments `(err, linkString)`. - * - * See the POSIX [`readlink(2)`](http://man7.org/linux/man-pages/man2/readlink.2.html) documentation for more details. - * - * The optional `options` argument can be a string specifying an encoding, or an - * object with an `encoding` property specifying the character encoding to use for - * the link path passed to the callback. If the `encoding` is set to `'buffer'`, - * the link path returned will be passed as a `Buffer` object. - * @since v0.1.31 - */ - export function readlink(path: PathLike, options: EncodingOption, callback: (err: NodeJS.ErrnoException | null, linkString: string) => void): void; - /** - * Asynchronous readlink(2) - read value of a symbolic link. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - export function readlink(path: PathLike, options: BufferEncodingOption, callback: (err: NodeJS.ErrnoException | null, linkString: Buffer) => void): void; - /** - * Asynchronous readlink(2) - read value of a symbolic link. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - export function readlink(path: PathLike, options: EncodingOption, callback: (err: NodeJS.ErrnoException | null, linkString: string | Buffer) => void): void; - /** - * Asynchronous readlink(2) - read value of a symbolic link. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - */ - export function readlink(path: PathLike, callback: (err: NodeJS.ErrnoException | null, linkString: string) => void): void; - export namespace readlink { - /** - * Asynchronous readlink(2) - read value of a symbolic link. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function __promisify__(path: PathLike, options?: EncodingOption): Promise<string>; - /** - * Asynchronous readlink(2) - read value of a symbolic link. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function __promisify__(path: PathLike, options: BufferEncodingOption): Promise<Buffer>; - /** - * Asynchronous readlink(2) - read value of a symbolic link. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function __promisify__(path: PathLike, options?: EncodingOption): Promise<string | Buffer>; - } - /** - * Returns the symbolic link's string value. - * - * See the POSIX [`readlink(2)`](http://man7.org/linux/man-pages/man2/readlink.2.html) documentation for more details. - * - * The optional `options` argument can be a string specifying an encoding, or an - * object with an `encoding` property specifying the character encoding to use for - * the link path returned. If the `encoding` is set to `'buffer'`, - * the link path returned will be passed as a `Buffer` object. - * @since v0.1.31 - */ - export function readlinkSync(path: PathLike, options?: EncodingOption): string; - /** - * Synchronous readlink(2) - read value of a symbolic link. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - export function readlinkSync(path: PathLike, options: BufferEncodingOption): Buffer; - /** - * Synchronous readlink(2) - read value of a symbolic link. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - export function readlinkSync(path: PathLike, options?: EncodingOption): string | Buffer; - /** - * Asynchronously computes the canonical pathname by resolving `.`, `..` and - * symbolic links. - * - * A canonical pathname is not necessarily unique. Hard links and bind mounts can - * expose a file system entity through many pathnames. - * - * This function behaves like [`realpath(3)`](http://man7.org/linux/man-pages/man3/realpath.3.html), with some exceptions: - * - * 1. No case conversion is performed on case-insensitive file systems. - * 2. The maximum number of symbolic links is platform-independent and generally - * (much) higher than what the native [`realpath(3)`](http://man7.org/linux/man-pages/man3/realpath.3.html) implementation supports. - * - * The `callback` gets two arguments `(err, resolvedPath)`. May use `process.cwd`to resolve relative paths. - * - * Only paths that can be converted to UTF8 strings are supported. - * - * The optional `options` argument can be a string specifying an encoding, or an - * object with an `encoding` property specifying the character encoding to use for - * the path passed to the callback. If the `encoding` is set to `'buffer'`, - * the path returned will be passed as a `Buffer` object. - * - * If `path` resolves to a socket or a pipe, the function will return a system - * dependent name for that object. - * @since v0.1.31 - */ - export function realpath(path: PathLike, options: EncodingOption, callback: (err: NodeJS.ErrnoException | null, resolvedPath: string) => void): void; - /** - * Asynchronous realpath(3) - return the canonicalized absolute pathname. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - export function realpath(path: PathLike, options: BufferEncodingOption, callback: (err: NodeJS.ErrnoException | null, resolvedPath: Buffer) => void): void; - /** - * Asynchronous realpath(3) - return the canonicalized absolute pathname. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - export function realpath(path: PathLike, options: EncodingOption, callback: (err: NodeJS.ErrnoException | null, resolvedPath: string | Buffer) => void): void; - /** - * Asynchronous realpath(3) - return the canonicalized absolute pathname. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - */ - export function realpath(path: PathLike, callback: (err: NodeJS.ErrnoException | null, resolvedPath: string) => void): void; - export namespace realpath { - /** - * Asynchronous realpath(3) - return the canonicalized absolute pathname. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function __promisify__(path: PathLike, options?: EncodingOption): Promise<string>; - /** - * Asynchronous realpath(3) - return the canonicalized absolute pathname. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function __promisify__(path: PathLike, options: BufferEncodingOption): Promise<Buffer>; - /** - * Asynchronous realpath(3) - return the canonicalized absolute pathname. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function __promisify__(path: PathLike, options?: EncodingOption): Promise<string | Buffer>; - /** - * Asynchronous [`realpath(3)`](http://man7.org/linux/man-pages/man3/realpath.3.html). - * - * The `callback` gets two arguments `(err, resolvedPath)`. - * - * Only paths that can be converted to UTF8 strings are supported. - * - * The optional `options` argument can be a string specifying an encoding, or an - * object with an `encoding` property specifying the character encoding to use for - * the path passed to the callback. If the `encoding` is set to `'buffer'`, - * the path returned will be passed as a `Buffer` object. - * - * On Linux, when Node.js is linked against musl libc, the procfs file system must - * be mounted on `/proc` in order for this function to work. Glibc does not have - * this restriction. - * @since v9.2.0 - */ - function native(path: PathLike, options: EncodingOption, callback: (err: NodeJS.ErrnoException | null, resolvedPath: string) => void): void; - function native(path: PathLike, options: BufferEncodingOption, callback: (err: NodeJS.ErrnoException | null, resolvedPath: Buffer) => void): void; - function native(path: PathLike, options: EncodingOption, callback: (err: NodeJS.ErrnoException | null, resolvedPath: string | Buffer) => void): void; - function native(path: PathLike, callback: (err: NodeJS.ErrnoException | null, resolvedPath: string) => void): void; - } - /** - * Returns the resolved pathname. - * - * For detailed information, see the documentation of the asynchronous version of - * this API: {@link realpath}. - * @since v0.1.31 - */ - export function realpathSync(path: PathLike, options?: EncodingOption): string; - /** - * Synchronous realpath(3) - return the canonicalized absolute pathname. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - export function realpathSync(path: PathLike, options: BufferEncodingOption): Buffer; - /** - * Synchronous realpath(3) - return the canonicalized absolute pathname. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - export function realpathSync(path: PathLike, options?: EncodingOption): string | Buffer; - export namespace realpathSync { - function native(path: PathLike, options?: EncodingOption): string; - function native(path: PathLike, options: BufferEncodingOption): Buffer; - function native(path: PathLike, options?: EncodingOption): string | Buffer; - } - /** - * Asynchronously removes a file or symbolic link. No arguments other than a - * possible exception are given to the completion callback. - * - * ```js - * import { unlink } from 'fs'; - * // Assuming that 'path/file.txt' is a regular file. - * unlink('path/file.txt', (err) => { - * if (err) throw err; - * console.log('path/file.txt was deleted'); - * }); - * ``` - * - * `fs.unlink()` will not work on a directory, empty or otherwise. To remove a - * directory, use {@link rmdir}. - * - * See the POSIX [`unlink(2)`](http://man7.org/linux/man-pages/man2/unlink.2.html) documentation for more details. - * @since v0.0.2 - */ - export function unlink(path: PathLike, callback: NoParamCallback): void; - export namespace unlink { - /** - * Asynchronous unlink(2) - delete a name and possibly the file it refers to. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - */ - function __promisify__(path: PathLike): Promise<void>; - } - /** - * Synchronous [`unlink(2)`](http://man7.org/linux/man-pages/man2/unlink.2.html). Returns `undefined`. - * @since v0.1.21 - */ - export function unlinkSync(path: PathLike): void; - export interface RmDirOptions { - /** - * If an `EBUSY`, `EMFILE`, `ENFILE`, `ENOTEMPTY`, or - * `EPERM` error is encountered, Node.js will retry the operation with a linear - * backoff wait of `retryDelay` ms longer on each try. This option represents the - * number of retries. This option is ignored if the `recursive` option is not - * `true`. - * @default 0 - */ - maxRetries?: number | undefined; - /** - * @deprecated since v14.14.0 In future versions of Node.js and will trigger a warning - * `fs.rmdir(path, { recursive: true })` will throw if `path` does not exist or is a file. - * Use `fs.rm(path, { recursive: true, force: true })` instead. - * - * If `true`, perform a recursive directory removal. In - * recursive mode, operations are retried on failure. - * @default false - */ - recursive?: boolean | undefined; - /** - * The amount of time in milliseconds to wait between retries. - * This option is ignored if the `recursive` option is not `true`. - * @default 100 - */ - retryDelay?: number | undefined; - } - /** - * Asynchronous [`rmdir(2)`](http://man7.org/linux/man-pages/man2/rmdir.2.html). No arguments other than a possible exception are given - * to the completion callback. - * - * Using `fs.rmdir()` on a file (not a directory) results in an `ENOENT` error on - * Windows and an `ENOTDIR` error on POSIX. - * - * To get a behavior similar to the `rm -rf` Unix command, use {@link rm} with options `{ recursive: true, force: true }`. - * @since v0.0.2 - */ - export function rmdir(path: PathLike, callback: NoParamCallback): void; - export function rmdir(path: PathLike, options: RmDirOptions, callback: NoParamCallback): void; - export namespace rmdir { - /** - * Asynchronous rmdir(2) - delete a directory. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - */ - function __promisify__(path: PathLike, options?: RmDirOptions): Promise<void>; - } - /** - * Synchronous [`rmdir(2)`](http://man7.org/linux/man-pages/man2/rmdir.2.html). Returns `undefined`. - * - * Using `fs.rmdirSync()` on a file (not a directory) results in an `ENOENT` error - * on Windows and an `ENOTDIR` error on POSIX. - * - * To get a behavior similar to the `rm -rf` Unix command, use {@link rmSync} with options `{ recursive: true, force: true }`. - * @since v0.1.21 - */ - export function rmdirSync(path: PathLike, options?: RmDirOptions): void; - export interface RmOptions { - /** - * When `true`, exceptions will be ignored if `path` does not exist. - * @default false - */ - force?: boolean | undefined; - /** - * If an `EBUSY`, `EMFILE`, `ENFILE`, `ENOTEMPTY`, or - * `EPERM` error is encountered, Node.js will retry the operation with a linear - * backoff wait of `retryDelay` ms longer on each try. This option represents the - * number of retries. This option is ignored if the `recursive` option is not - * `true`. - * @default 0 - */ - maxRetries?: number | undefined; - /** - * If `true`, perform a recursive directory removal. In - * recursive mode, operations are retried on failure. - * @default false - */ - recursive?: boolean | undefined; - /** - * The amount of time in milliseconds to wait between retries. - * This option is ignored if the `recursive` option is not `true`. - * @default 100 - */ - retryDelay?: number | undefined; - } - /** - * Asynchronously removes files and directories (modeled on the standard POSIX `rm`utility). No arguments other than a possible exception are given to the - * completion callback. - * @since v14.14.0 - */ - export function rm(path: PathLike, callback: NoParamCallback): void; - export function rm(path: PathLike, options: RmOptions, callback: NoParamCallback): void; - export namespace rm { - /** - * Asynchronously removes files and directories (modeled on the standard POSIX `rm` utility). - */ - function __promisify__(path: PathLike, options?: RmOptions): Promise<void>; - } - /** - * Synchronously removes files and directories (modeled on the standard POSIX `rm`utility). Returns `undefined`. - * @since v14.14.0 - */ - export function rmSync(path: PathLike, options?: RmOptions): void; - export interface MakeDirectoryOptions { - /** - * Indicates whether parent folders should be created. - * If a folder was created, the path to the first created folder will be returned. - * @default false - */ - recursive?: boolean | undefined; - /** - * A file mode. If a string is passed, it is parsed as an octal integer. If not specified - * @default 0o777 - */ - mode?: Mode | undefined; - } - /** - * Asynchronously creates a directory. - * - * The callback is given a possible exception and, if `recursive` is `true`, the - * first directory path created, `(err[, path])`.`path` can still be `undefined` when `recursive` is `true`, if no directory was - * created. - * - * The optional `options` argument can be an integer specifying `mode` (permission - * and sticky bits), or an object with a `mode` property and a `recursive`property indicating whether parent directories should be created. Calling`fs.mkdir()` when `path` is a directory that - * exists results in an error only - * when `recursive` is false. - * - * ```js - * import { mkdir } from 'fs'; - * - * // Creates /tmp/a/apple, regardless of whether `/tmp` and /tmp/a exist. - * mkdir('/tmp/a/apple', { recursive: true }, (err) => { - * if (err) throw err; - * }); - * ``` - * - * On Windows, using `fs.mkdir()` on the root directory even with recursion will - * result in an error: - * - * ```js - * import { mkdir } from 'fs'; - * - * mkdir('/', { recursive: true }, (err) => { - * // => [Error: EPERM: operation not permitted, mkdir 'C:\'] - * }); - * ``` - * - * See the POSIX [`mkdir(2)`](http://man7.org/linux/man-pages/man2/mkdir.2.html) documentation for more details. - * @since v0.1.8 - */ - export function mkdir( - path: PathLike, - options: MakeDirectoryOptions & { - recursive: true; - }, - callback: (err: NodeJS.ErrnoException | null, path?: string) => void - ): void; - /** - * Asynchronous mkdir(2) - create a directory. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders - * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`. - */ - export function mkdir( - path: PathLike, - options: - | Mode - | (MakeDirectoryOptions & { - recursive?: false | undefined; - }) - | null - | undefined, - callback: NoParamCallback - ): void; - /** - * Asynchronous mkdir(2) - create a directory. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders - * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`. - */ - export function mkdir(path: PathLike, options: Mode | MakeDirectoryOptions | null | undefined, callback: (err: NodeJS.ErrnoException | null, path?: string) => void): void; - /** - * Asynchronous mkdir(2) - create a directory with a mode of `0o777`. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - */ - export function mkdir(path: PathLike, callback: NoParamCallback): void; - export namespace mkdir { - /** - * Asynchronous mkdir(2) - create a directory. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders - * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`. - */ - function __promisify__( - path: PathLike, - options: MakeDirectoryOptions & { - recursive: true; - } - ): Promise<string | undefined>; - /** - * Asynchronous mkdir(2) - create a directory. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders - * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`. - */ - function __promisify__( - path: PathLike, - options?: - | Mode - | (MakeDirectoryOptions & { - recursive?: false | undefined; - }) - | null - ): Promise<void>; - /** - * Asynchronous mkdir(2) - create a directory. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders - * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`. - */ - function __promisify__(path: PathLike, options?: Mode | MakeDirectoryOptions | null): Promise<string | undefined>; - } - /** - * Synchronously creates a directory. Returns `undefined`, or if `recursive` is`true`, the first directory path created. - * This is the synchronous version of {@link mkdir}. - * - * See the POSIX [`mkdir(2)`](http://man7.org/linux/man-pages/man2/mkdir.2.html) documentation for more details. - * @since v0.1.21 - */ - export function mkdirSync( - path: PathLike, - options: MakeDirectoryOptions & { - recursive: true; - } - ): string | undefined; - /** - * Synchronous mkdir(2) - create a directory. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders - * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`. - */ - export function mkdirSync( - path: PathLike, - options?: - | Mode - | (MakeDirectoryOptions & { - recursive?: false | undefined; - }) - | null - ): void; - /** - * Synchronous mkdir(2) - create a directory. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders - * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`. - */ - export function mkdirSync(path: PathLike, options?: Mode | MakeDirectoryOptions | null): string | undefined; - /** - * Creates a unique temporary directory. - * - * Generates six random characters to be appended behind a required`prefix` to create a unique temporary directory. Due to platform - * inconsistencies, avoid trailing `X` characters in `prefix`. Some platforms, - * notably the BSDs, can return more than six random characters, and replace - * trailing `X` characters in `prefix` with random characters. - * - * The created directory path is passed as a string to the callback's second - * parameter. - * - * The optional `options` argument can be a string specifying an encoding, or an - * object with an `encoding` property specifying the character encoding to use. - * - * ```js - * import { mkdtemp } from 'fs'; - * - * mkdtemp(path.join(os.tmpdir(), 'foo-'), (err, directory) => { - * if (err) throw err; - * console.log(directory); - * // Prints: /tmp/foo-itXde2 or C:\Users\...\AppData\Local\Temp\foo-itXde2 - * }); - * ``` - * - * The `fs.mkdtemp()` method will append the six randomly selected characters - * directly to the `prefix` string. For instance, given a directory `/tmp`, if the - * intention is to create a temporary directory _within_`/tmp`, the `prefix`must end with a trailing platform-specific path separator - * (`require('path').sep`). - * - * ```js - * import { tmpdir } from 'os'; - * import { mkdtemp } from 'fs'; - * - * // The parent directory for the new temporary directory - * const tmpDir = tmpdir(); - * - * // This method is *INCORRECT*: - * mkdtemp(tmpDir, (err, directory) => { - * if (err) throw err; - * console.log(directory); - * // Will print something similar to `/tmpabc123`. - * // A new temporary directory is created at the file system root - * // rather than *within* the /tmp directory. - * }); - * - * // This method is *CORRECT*: - * import { sep } from 'path'; - * mkdtemp(`${tmpDir}${sep}`, (err, directory) => { - * if (err) throw err; - * console.log(directory); - * // Will print something similar to `/tmp/abc123`. - * // A new temporary directory is created within - * // the /tmp directory. - * }); - * ``` - * @since v5.10.0 - */ - export function mkdtemp(prefix: string, options: EncodingOption, callback: (err: NodeJS.ErrnoException | null, folder: string) => void): void; - /** - * Asynchronously creates a unique temporary directory. - * Generates six random characters to be appended behind a required prefix to create a unique temporary directory. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - export function mkdtemp( - prefix: string, - options: - | 'buffer' - | { - encoding: 'buffer'; - }, - callback: (err: NodeJS.ErrnoException | null, folder: Buffer) => void - ): void; - /** - * Asynchronously creates a unique temporary directory. - * Generates six random characters to be appended behind a required prefix to create a unique temporary directory. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - export function mkdtemp(prefix: string, options: EncodingOption, callback: (err: NodeJS.ErrnoException | null, folder: string | Buffer) => void): void; - /** - * Asynchronously creates a unique temporary directory. - * Generates six random characters to be appended behind a required prefix to create a unique temporary directory. - */ - export function mkdtemp(prefix: string, callback: (err: NodeJS.ErrnoException | null, folder: string) => void): void; - export namespace mkdtemp { - /** - * Asynchronously creates a unique temporary directory. - * Generates six random characters to be appended behind a required prefix to create a unique temporary directory. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function __promisify__(prefix: string, options?: EncodingOption): Promise<string>; - /** - * Asynchronously creates a unique temporary directory. - * Generates six random characters to be appended behind a required prefix to create a unique temporary directory. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function __promisify__(prefix: string, options: BufferEncodingOption): Promise<Buffer>; - /** - * Asynchronously creates a unique temporary directory. - * Generates six random characters to be appended behind a required prefix to create a unique temporary directory. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function __promisify__(prefix: string, options?: EncodingOption): Promise<string | Buffer>; - } - /** - * Returns the created directory path. - * - * For detailed information, see the documentation of the asynchronous version of - * this API: {@link mkdtemp}. - * - * The optional `options` argument can be a string specifying an encoding, or an - * object with an `encoding` property specifying the character encoding to use. - * @since v5.10.0 - */ - export function mkdtempSync(prefix: string, options?: EncodingOption): string; - /** - * Synchronously creates a unique temporary directory. - * Generates six random characters to be appended behind a required prefix to create a unique temporary directory. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - export function mkdtempSync(prefix: string, options: BufferEncodingOption): Buffer; - /** - * Synchronously creates a unique temporary directory. - * Generates six random characters to be appended behind a required prefix to create a unique temporary directory. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - export function mkdtempSync(prefix: string, options?: EncodingOption): string | Buffer; - /** - * Reads the contents of a directory. The callback gets two arguments `(err, files)`where `files` is an array of the names of the files in the directory excluding`'.'` and `'..'`. - * - * See the POSIX [`readdir(3)`](http://man7.org/linux/man-pages/man3/readdir.3.html) documentation for more details. - * - * The optional `options` argument can be a string specifying an encoding, or an - * object with an `encoding` property specifying the character encoding to use for - * the filenames passed to the callback. If the `encoding` is set to `'buffer'`, - * the filenames returned will be passed as `Buffer` objects. - * - * If `options.withFileTypes` is set to `true`, the `files` array will contain `fs.Dirent` objects. - * @since v0.1.8 - */ - export function readdir( - path: PathLike, - options: - | { - encoding: BufferEncoding | null; - withFileTypes?: false | undefined; - } - | BufferEncoding - | undefined - | null, - callback: (err: NodeJS.ErrnoException | null, files: string[]) => void - ): void; - /** - * Asynchronous readdir(3) - read a directory. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - export function readdir( - path: PathLike, - options: - | { - encoding: 'buffer'; - withFileTypes?: false | undefined; - } - | 'buffer', - callback: (err: NodeJS.ErrnoException | null, files: Buffer[]) => void - ): void; - /** - * Asynchronous readdir(3) - read a directory. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - export function readdir( - path: PathLike, - options: - | (ObjectEncodingOptions & { - withFileTypes?: false | undefined; - }) - | BufferEncoding - | undefined - | null, - callback: (err: NodeJS.ErrnoException | null, files: string[] | Buffer[]) => void - ): void; - /** - * Asynchronous readdir(3) - read a directory. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - */ - export function readdir(path: PathLike, callback: (err: NodeJS.ErrnoException | null, files: string[]) => void): void; - /** - * Asynchronous readdir(3) - read a directory. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options If called with `withFileTypes: true` the result data will be an array of Dirent. - */ - export function readdir( - path: PathLike, - options: ObjectEncodingOptions & { - withFileTypes: true; - }, - callback: (err: NodeJS.ErrnoException | null, files: Dirent[]) => void - ): void; - export namespace readdir { - /** - * Asynchronous readdir(3) - read a directory. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function __promisify__( - path: PathLike, - options?: - | { - encoding: BufferEncoding | null; - withFileTypes?: false | undefined; - } - | BufferEncoding - | null - ): Promise<string[]>; - /** - * Asynchronous readdir(3) - read a directory. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function __promisify__( - path: PathLike, - options: - | 'buffer' - | { - encoding: 'buffer'; - withFileTypes?: false | undefined; - } - ): Promise<Buffer[]>; - /** - * Asynchronous readdir(3) - read a directory. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function __promisify__( - path: PathLike, - options?: - | (ObjectEncodingOptions & { - withFileTypes?: false | undefined; - }) - | BufferEncoding - | null - ): Promise<string[] | Buffer[]>; - /** - * Asynchronous readdir(3) - read a directory. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options If called with `withFileTypes: true` the result data will be an array of Dirent - */ - function __promisify__( - path: PathLike, - options: ObjectEncodingOptions & { - withFileTypes: true; - } - ): Promise<Dirent[]>; - } - /** - * Reads the contents of the directory. - * - * See the POSIX [`readdir(3)`](http://man7.org/linux/man-pages/man3/readdir.3.html) documentation for more details. - * - * The optional `options` argument can be a string specifying an encoding, or an - * object with an `encoding` property specifying the character encoding to use for - * the filenames returned. If the `encoding` is set to `'buffer'`, - * the filenames returned will be passed as `Buffer` objects. - * - * If `options.withFileTypes` is set to `true`, the result will contain `fs.Dirent` objects. - * @since v0.1.21 - */ - export function readdirSync( - path: PathLike, - options?: - | { - encoding: BufferEncoding | null; - withFileTypes?: false | undefined; - } - | BufferEncoding - | null - ): string[]; - /** - * Synchronous readdir(3) - read a directory. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - export function readdirSync( - path: PathLike, - options: - | { - encoding: 'buffer'; - withFileTypes?: false | undefined; - } - | 'buffer' - ): Buffer[]; - /** - * Synchronous readdir(3) - read a directory. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - export function readdirSync( - path: PathLike, - options?: - | (ObjectEncodingOptions & { - withFileTypes?: false | undefined; - }) - | BufferEncoding - | null - ): string[] | Buffer[]; - /** - * Synchronous readdir(3) - read a directory. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options If called with `withFileTypes: true` the result data will be an array of Dirent. - */ - export function readdirSync( - path: PathLike, - options: ObjectEncodingOptions & { - withFileTypes: true; - } - ): Dirent[]; - /** - * Closes the file descriptor. No arguments other than a possible exception are - * given to the completion callback. - * - * Calling `fs.close()` on any file descriptor (`fd`) that is currently in use - * through any other `fs` operation may lead to undefined behavior. - * - * See the POSIX [`close(2)`](http://man7.org/linux/man-pages/man2/close.2.html) documentation for more detail. - * @since v0.0.2 - */ - export function close(fd: number, callback?: NoParamCallback): void; - export namespace close { - /** - * Asynchronous close(2) - close a file descriptor. - * @param fd A file descriptor. - */ - function __promisify__(fd: number): Promise<void>; - } - /** - * Closes the file descriptor. Returns `undefined`. - * - * Calling `fs.closeSync()` on any file descriptor (`fd`) that is currently in use - * through any other `fs` operation may lead to undefined behavior. - * - * See the POSIX [`close(2)`](http://man7.org/linux/man-pages/man2/close.2.html) documentation for more detail. - * @since v0.1.21 - */ - export function closeSync(fd: number): void; - /** - * Asynchronous file open. See the POSIX [`open(2)`](http://man7.org/linux/man-pages/man2/open.2.html) documentation for more details. - * - * `mode` sets the file mode (permission and sticky bits), but only if the file was - * created. On Windows, only the write permission can be manipulated; see {@link chmod}. - * - * The callback gets two arguments `(err, fd)`. - * - * Some characters (`< > : " / \ | ? *`) are reserved under Windows as documented - * by [Naming Files, Paths, and Namespaces](https://docs.microsoft.com/en-us/windows/desktop/FileIO/naming-a-file). Under NTFS, if the filename contains - * a colon, Node.js will open a file system stream, as described by [this MSDN page](https://docs.microsoft.com/en-us/windows/desktop/FileIO/using-streams). - * - * Functions based on `fs.open()` exhibit this behavior as well:`fs.writeFile()`, `fs.readFile()`, etc. - * @since v0.0.2 - * @param [flags='r'] See `support of file system `flags``. - * @param [mode=0o666] - */ - export function open(path: PathLike, flags: OpenMode | undefined, mode: Mode | undefined | null, callback: (err: NodeJS.ErrnoException | null, fd: number) => void): void; - /** - * Asynchronous open(2) - open and possibly create a file. If the file is created, its mode will be `0o666`. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param [flags='r'] See `support of file system `flags``. - */ - export function open(path: PathLike, flags: OpenMode | undefined, callback: (err: NodeJS.ErrnoException | null, fd: number) => void): void; - /** - * Asynchronous open(2) - open and possibly create a file. If the file is created, its mode will be `0o666`. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - */ - export function open(path: PathLike, callback: (err: NodeJS.ErrnoException | null, fd: number) => void): void; - - export namespace open { - /** - * Asynchronous open(2) - open and possibly create a file. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param mode A file mode. If a string is passed, it is parsed as an octal integer. If not supplied, defaults to `0o666`. - */ - function __promisify__(path: PathLike, flags: OpenMode, mode?: Mode | null): Promise<number>; - } - /** - * Returns an integer representing the file descriptor. - * - * For detailed information, see the documentation of the asynchronous version of - * this API: {@link open}. - * @since v0.1.21 - * @param [flags='r'] - * @param [mode=0o666] - */ - export function openSync(path: PathLike, flags: OpenMode, mode?: Mode | null): number; - /** - * Change the file system timestamps of the object referenced by `path`. - * - * The `atime` and `mtime` arguments follow these rules: - * - * * Values can be either numbers representing Unix epoch time in seconds,`Date`s, or a numeric string like `'123456789.0'`. - * * If the value can not be converted to a number, or is `NaN`, `Infinity` or`-Infinity`, an `Error` will be thrown. - * @since v0.4.2 - */ - export function utimes(path: PathLike, atime: TimeLike, mtime: TimeLike, callback: NoParamCallback): void; - export namespace utimes { - /** - * Asynchronously change file timestamps of the file referenced by the supplied path. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param atime The last access time. If a string is provided, it will be coerced to number. - * @param mtime The last modified time. If a string is provided, it will be coerced to number. - */ - function __promisify__(path: PathLike, atime: TimeLike, mtime: TimeLike): Promise<void>; - } - /** - * Returns `undefined`. - * - * For detailed information, see the documentation of the asynchronous version of - * this API: {@link utimes}. - * @since v0.4.2 - */ - export function utimesSync(path: PathLike, atime: TimeLike, mtime: TimeLike): void; - /** - * Change the file system timestamps of the object referenced by the supplied file - * descriptor. See {@link utimes}. - * @since v0.4.2 - */ - export function futimes(fd: number, atime: TimeLike, mtime: TimeLike, callback: NoParamCallback): void; - export namespace futimes { - /** - * Asynchronously change file timestamps of the file referenced by the supplied file descriptor. - * @param fd A file descriptor. - * @param atime The last access time. If a string is provided, it will be coerced to number. - * @param mtime The last modified time. If a string is provided, it will be coerced to number. - */ - function __promisify__(fd: number, atime: TimeLike, mtime: TimeLike): Promise<void>; - } - /** - * Synchronous version of {@link futimes}. Returns `undefined`. - * @since v0.4.2 - */ - export function futimesSync(fd: number, atime: TimeLike, mtime: TimeLike): void; - /** - * Request that all data for the open file descriptor is flushed to the storage - * device. The specific implementation is operating system and device specific. - * Refer to the POSIX [`fsync(2)`](http://man7.org/linux/man-pages/man2/fsync.2.html) documentation for more detail. No arguments other - * than a possible exception are given to the completion callback. - * @since v0.1.96 - */ - export function fsync(fd: number, callback: NoParamCallback): void; - export namespace fsync { - /** - * Asynchronous fsync(2) - synchronize a file's in-core state with the underlying storage device. - * @param fd A file descriptor. - */ - function __promisify__(fd: number): Promise<void>; - } - /** - * Request that all data for the open file descriptor is flushed to the storage - * device. The specific implementation is operating system and device specific. - * Refer to the POSIX [`fsync(2)`](http://man7.org/linux/man-pages/man2/fsync.2.html) documentation for more detail. Returns `undefined`. - * @since v0.1.96 - */ - export function fsyncSync(fd: number): void; - /** - * Write `buffer` to the file specified by `fd`. - * - * `offset` determines the part of the buffer to be written, and `length` is - * an integer specifying the number of bytes to write. - * - * `position` refers to the offset from the beginning of the file where this data - * should be written. If `typeof position !== 'number'`, the data will be written - * at the current position. See [`pwrite(2)`](http://man7.org/linux/man-pages/man2/pwrite.2.html). - * - * The callback will be given three arguments `(err, bytesWritten, buffer)` where`bytesWritten` specifies how many _bytes_ were written from `buffer`. - * - * If this method is invoked as its `util.promisify()` ed version, it returns - * a promise for an `Object` with `bytesWritten` and `buffer` properties. - * - * It is unsafe to use `fs.write()` multiple times on the same file without waiting - * for the callback. For this scenario, {@link createWriteStream} is - * recommended. - * - * On Linux, positional writes don't work when the file is opened in append mode. - * The kernel ignores the position argument and always appends the data to - * the end of the file. - * @since v0.0.2 - */ - export function write<TBuffer extends NodeJS.ArrayBufferView>( - fd: number, - buffer: TBuffer, - offset: number | undefined | null, - length: number | undefined | null, - position: number | undefined | null, - callback: (err: NodeJS.ErrnoException | null, written: number, buffer: TBuffer) => void - ): void; - /** - * Asynchronously writes `buffer` to the file referenced by the supplied file descriptor. - * @param fd A file descriptor. - * @param offset The part of the buffer to be written. If not supplied, defaults to `0`. - * @param length The number of bytes to write. If not supplied, defaults to `buffer.length - offset`. - */ - export function write<TBuffer extends NodeJS.ArrayBufferView>( - fd: number, - buffer: TBuffer, - offset: number | undefined | null, - length: number | undefined | null, - callback: (err: NodeJS.ErrnoException | null, written: number, buffer: TBuffer) => void - ): void; - /** - * Asynchronously writes `buffer` to the file referenced by the supplied file descriptor. - * @param fd A file descriptor. - * @param offset The part of the buffer to be written. If not supplied, defaults to `0`. - */ - export function write<TBuffer extends NodeJS.ArrayBufferView>( - fd: number, - buffer: TBuffer, - offset: number | undefined | null, - callback: (err: NodeJS.ErrnoException | null, written: number, buffer: TBuffer) => void - ): void; - /** - * Asynchronously writes `buffer` to the file referenced by the supplied file descriptor. - * @param fd A file descriptor. - */ - export function write<TBuffer extends NodeJS.ArrayBufferView>(fd: number, buffer: TBuffer, callback: (err: NodeJS.ErrnoException | null, written: number, buffer: TBuffer) => void): void; - /** - * Asynchronously writes `string` to the file referenced by the supplied file descriptor. - * @param fd A file descriptor. - * @param string A string to write. - * @param position The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position. - * @param encoding The expected string encoding. - */ - export function write( - fd: number, - string: string, - position: number | undefined | null, - encoding: BufferEncoding | undefined | null, - callback: (err: NodeJS.ErrnoException | null, written: number, str: string) => void - ): void; - /** - * Asynchronously writes `string` to the file referenced by the supplied file descriptor. - * @param fd A file descriptor. - * @param string A string to write. - * @param position The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position. - */ - export function write(fd: number, string: string, position: number | undefined | null, callback: (err: NodeJS.ErrnoException | null, written: number, str: string) => void): void; - /** - * Asynchronously writes `string` to the file referenced by the supplied file descriptor. - * @param fd A file descriptor. - * @param string A string to write. - */ - export function write(fd: number, string: string, callback: (err: NodeJS.ErrnoException | null, written: number, str: string) => void): void; - export namespace write { - /** - * Asynchronously writes `buffer` to the file referenced by the supplied file descriptor. - * @param fd A file descriptor. - * @param offset The part of the buffer to be written. If not supplied, defaults to `0`. - * @param length The number of bytes to write. If not supplied, defaults to `buffer.length - offset`. - * @param position The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position. - */ - function __promisify__<TBuffer extends NodeJS.ArrayBufferView>( - fd: number, - buffer?: TBuffer, - offset?: number, - length?: number, - position?: number | null - ): Promise<{ - bytesWritten: number; - buffer: TBuffer; - }>; - /** - * Asynchronously writes `string` to the file referenced by the supplied file descriptor. - * @param fd A file descriptor. - * @param string A string to write. - * @param position The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position. - * @param encoding The expected string encoding. - */ - function __promisify__( - fd: number, - string: string, - position?: number | null, - encoding?: BufferEncoding | null - ): Promise<{ - bytesWritten: number; - buffer: string; - }>; - } - /** - * For detailed information, see the documentation of the asynchronous version of - * this API: {@link write}. - * @since v0.1.21 - * @return The number of bytes written. - */ - export function writeSync(fd: number, buffer: NodeJS.ArrayBufferView, offset?: number | null, length?: number | null, position?: number | null): number; - /** - * Synchronously writes `string` to the file referenced by the supplied file descriptor, returning the number of bytes written. - * @param fd A file descriptor. - * @param string A string to write. - * @param position The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position. - * @param encoding The expected string encoding. - */ - export function writeSync(fd: number, string: string, position?: number | null, encoding?: BufferEncoding | null): number; - export type ReadPosition = number | bigint; - export interface ReadSyncOptions { - /** - * @default 0 - */ - offset?: number | undefined; - /** - * @default `length of buffer` - */ - length?: number | undefined; - /** - * @default null - */ - position?: ReadPosition | null | undefined; - } - export interface ReadAsyncOptions<TBuffer extends NodeJS.ArrayBufferView> extends ReadSyncOptions { - buffer?: TBuffer; - } - /** - * Read data from the file specified by `fd`. - * - * The callback is given the three arguments, `(err, bytesRead, buffer)`. - * - * If the file is not modified concurrently, the end-of-file is reached when the - * number of bytes read is zero. - * - * If this method is invoked as its `util.promisify()` ed version, it returns - * a promise for an `Object` with `bytesRead` and `buffer` properties. - * @since v0.0.2 - * @param buffer The buffer that the data will be written to. - * @param offset The position in `buffer` to write the data to. - * @param length The number of bytes to read. - * @param position Specifies where to begin reading from in the file. If `position` is `null` or `-1 `, data will be read from the current file position, and the file position will be updated. If - * `position` is an integer, the file position will be unchanged. - */ - export function read<TBuffer extends NodeJS.ArrayBufferView>( - fd: number, - buffer: TBuffer, - offset: number, - length: number, - position: ReadPosition | null, - callback: (err: NodeJS.ErrnoException | null, bytesRead: number, buffer: TBuffer) => void - ): void; - /** - * Similar to the above `fs.read` function, this version takes an optional `options` object. - * If not otherwise specified in an `options` object, - * `buffer` defaults to `Buffer.alloc(16384)`, - * `offset` defaults to `0`, - * `length` defaults to `buffer.byteLength`, `- offset` as of Node 17.6.0 - * `position` defaults to `null` - * @since v12.17.0, 13.11.0 - */ - export function read<TBuffer extends NodeJS.ArrayBufferView>( - fd: number, - options: ReadAsyncOptions<TBuffer>, - callback: (err: NodeJS.ErrnoException | null, bytesRead: number, buffer: TBuffer) => void - ): void; - export function read(fd: number, callback: (err: NodeJS.ErrnoException | null, bytesRead: number, buffer: NodeJS.ArrayBufferView) => void): void; - export namespace read { - /** - * @param fd A file descriptor. - * @param buffer The buffer that the data will be written to. - * @param offset The offset in the buffer at which to start writing. - * @param length The number of bytes to read. - * @param position The offset from the beginning of the file from which data should be read. If `null`, data will be read from the current position. - */ - function __promisify__<TBuffer extends NodeJS.ArrayBufferView>( - fd: number, - buffer: TBuffer, - offset: number, - length: number, - position: number | null - ): Promise<{ - bytesRead: number; - buffer: TBuffer; - }>; - function __promisify__<TBuffer extends NodeJS.ArrayBufferView>( - fd: number, - options: ReadAsyncOptions<TBuffer> - ): Promise<{ - bytesRead: number; - buffer: TBuffer; - }>; - function __promisify__(fd: number): Promise<{ - bytesRead: number; - buffer: NodeJS.ArrayBufferView; - }>; - } - /** - * Returns the number of `bytesRead`. - * - * For detailed information, see the documentation of the asynchronous version of - * this API: {@link read}. - * @since v0.1.21 - */ - export function readSync(fd: number, buffer: NodeJS.ArrayBufferView, offset: number, length: number, position: ReadPosition | null): number; - /** - * Similar to the above `fs.readSync` function, this version takes an optional `options` object. - * If no `options` object is specified, it will default with the above values. - */ - export function readSync(fd: number, buffer: NodeJS.ArrayBufferView, opts?: ReadSyncOptions): number; - /** - * Asynchronously reads the entire contents of a file. - * - * ```js - * import { readFile } from 'fs'; - * - * readFile('/etc/passwd', (err, data) => { - * if (err) throw err; - * console.log(data); - * }); - * ``` - * - * The callback is passed two arguments `(err, data)`, where `data` is the - * contents of the file. - * - * If no encoding is specified, then the raw buffer is returned. - * - * If `options` is a string, then it specifies the encoding: - * - * ```js - * import { readFile } from 'fs'; - * - * readFile('/etc/passwd', 'utf8', callback); - * ``` - * - * When the path is a directory, the behavior of `fs.readFile()` and {@link readFileSync} is platform-specific. On macOS, Linux, and Windows, an - * error will be returned. On FreeBSD, a representation of the directory's contents - * will be returned. - * - * ```js - * import { readFile } from 'fs'; - * - * // macOS, Linux, and Windows - * readFile('<directory>', (err, data) => { - * // => [Error: EISDIR: illegal operation on a directory, read <directory>] - * }); - * - * // FreeBSD - * readFile('<directory>', (err, data) => { - * // => null, <data> - * }); - * ``` - * - * It is possible to abort an ongoing request using an `AbortSignal`. If a - * request is aborted the callback is called with an `AbortError`: - * - * ```js - * import { readFile } from 'fs'; - * - * const controller = new AbortController(); - * const signal = controller.signal; - * readFile(fileInfo[0].name, { signal }, (err, buf) => { - * // ... - * }); - * // When you want to abort the request - * controller.abort(); - * ``` - * - * The `fs.readFile()` function buffers the entire file. To minimize memory costs, - * when possible prefer streaming via `fs.createReadStream()`. - * - * Aborting an ongoing request does not abort individual operating - * system requests but rather the internal buffering `fs.readFile` performs. - * @since v0.1.29 - * @param path filename or file descriptor - */ - export function readFile( - path: PathOrFileDescriptor, - options: - | ({ - encoding?: null | undefined; - flag?: string | undefined; - } & Abortable) - | undefined - | null, - callback: (err: NodeJS.ErrnoException | null, data: Buffer) => void - ): void; - /** - * Asynchronously reads the entire contents of a file. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * If a file descriptor is provided, the underlying file will _not_ be closed automatically. - * @param options Either the encoding for the result, or an object that contains the encoding and an optional flag. - * If a flag is not provided, it defaults to `'r'`. - */ - export function readFile( - path: PathOrFileDescriptor, - options: - | ({ - encoding: BufferEncoding; - flag?: string | undefined; - } & Abortable) - | BufferEncoding, - callback: (err: NodeJS.ErrnoException | null, data: string) => void - ): void; - /** - * Asynchronously reads the entire contents of a file. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * If a file descriptor is provided, the underlying file will _not_ be closed automatically. - * @param options Either the encoding for the result, or an object that contains the encoding and an optional flag. - * If a flag is not provided, it defaults to `'r'`. - */ - export function readFile( - path: PathOrFileDescriptor, - options: - | (ObjectEncodingOptions & { - flag?: string | undefined; - } & Abortable) - | BufferEncoding - | undefined - | null, - callback: (err: NodeJS.ErrnoException | null, data: string | Buffer) => void - ): void; - /** - * Asynchronously reads the entire contents of a file. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * If a file descriptor is provided, the underlying file will _not_ be closed automatically. - */ - export function readFile(path: PathOrFileDescriptor, callback: (err: NodeJS.ErrnoException | null, data: Buffer) => void): void; - export namespace readFile { - /** - * Asynchronously reads the entire contents of a file. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * If a file descriptor is provided, the underlying file will _not_ be closed automatically. - * @param options An object that may contain an optional flag. - * If a flag is not provided, it defaults to `'r'`. - */ - function __promisify__( - path: PathOrFileDescriptor, - options?: { - encoding?: null | undefined; - flag?: string | undefined; - } | null - ): Promise<Buffer>; - /** - * Asynchronously reads the entire contents of a file. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * URL support is _experimental_. - * If a file descriptor is provided, the underlying file will _not_ be closed automatically. - * @param options Either the encoding for the result, or an object that contains the encoding and an optional flag. - * If a flag is not provided, it defaults to `'r'`. - */ - function __promisify__( - path: PathOrFileDescriptor, - options: - | { - encoding: BufferEncoding; - flag?: string | undefined; - } - | BufferEncoding - ): Promise<string>; - /** - * Asynchronously reads the entire contents of a file. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * URL support is _experimental_. - * If a file descriptor is provided, the underlying file will _not_ be closed automatically. - * @param options Either the encoding for the result, or an object that contains the encoding and an optional flag. - * If a flag is not provided, it defaults to `'r'`. - */ - function __promisify__( - path: PathOrFileDescriptor, - options?: - | (ObjectEncodingOptions & { - flag?: string | undefined; - }) - | BufferEncoding - | null - ): Promise<string | Buffer>; - } - /** - * Returns the contents of the `path`. - * - * For detailed information, see the documentation of the asynchronous version of - * this API: {@link readFile}. - * - * If the `encoding` option is specified then this function returns a - * string. Otherwise it returns a buffer. - * - * Similar to {@link readFile}, when the path is a directory, the behavior of`fs.readFileSync()` is platform-specific. - * - * ```js - * import { readFileSync } from 'fs'; - * - * // macOS, Linux, and Windows - * readFileSync('<directory>'); - * // => [Error: EISDIR: illegal operation on a directory, read <directory>] - * - * // FreeBSD - * readFileSync('<directory>'); // => <data> - * ``` - * @since v0.1.8 - * @param path filename or file descriptor - */ - export function readFileSync( - path: PathOrFileDescriptor, - options?: { - encoding?: null | undefined; - flag?: string | undefined; - } | null - ): Buffer; - /** - * Synchronously reads the entire contents of a file. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * If a file descriptor is provided, the underlying file will _not_ be closed automatically. - * @param options Either the encoding for the result, or an object that contains the encoding and an optional flag. - * If a flag is not provided, it defaults to `'r'`. - */ - export function readFileSync( - path: PathOrFileDescriptor, - options: - | { - encoding: BufferEncoding; - flag?: string | undefined; - } - | BufferEncoding - ): string; - /** - * Synchronously reads the entire contents of a file. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * If a file descriptor is provided, the underlying file will _not_ be closed automatically. - * @param options Either the encoding for the result, or an object that contains the encoding and an optional flag. - * If a flag is not provided, it defaults to `'r'`. - */ - export function readFileSync( - path: PathOrFileDescriptor, - options?: - | (ObjectEncodingOptions & { - flag?: string | undefined; - }) - | BufferEncoding - | null - ): string | Buffer; - export type WriteFileOptions = - | (ObjectEncodingOptions & - Abortable & { - mode?: Mode | undefined; - flag?: string | undefined; - }) - | BufferEncoding - | null; - /** - * When `file` is a filename, asynchronously writes data to the file, replacing the - * file if it already exists. `data` can be a string or a buffer. - * - * When `file` is a file descriptor, the behavior is similar to calling`fs.write()` directly (which is recommended). See the notes below on using - * a file descriptor. - * - * The `encoding` option is ignored if `data` is a buffer. - * - * The `mode` option only affects the newly created file. See {@link open} for more details. - * - * ```js - * import { writeFile } from 'fs'; - * import { Buffer } from 'buffer'; - * - * const data = new Uint8Array(Buffer.from('Hello Node.js')); - * writeFile('message.txt', data, (err) => { - * if (err) throw err; - * console.log('The file has been saved!'); - * }); - * ``` - * - * If `options` is a string, then it specifies the encoding: - * - * ```js - * import { writeFile } from 'fs'; - * - * writeFile('message.txt', 'Hello Node.js', 'utf8', callback); - * ``` - * - * It is unsafe to use `fs.writeFile()` multiple times on the same file without - * waiting for the callback. For this scenario, {@link createWriteStream} is - * recommended. - * - * Similarly to `fs.readFile` \- `fs.writeFile` is a convenience method that - * performs multiple `write` calls internally to write the buffer passed to it. - * For performance sensitive code consider using {@link createWriteStream}. - * - * It is possible to use an `AbortSignal` to cancel an `fs.writeFile()`. - * Cancelation is "best effort", and some amount of data is likely still - * to be written. - * - * ```js - * import { writeFile } from 'fs'; - * import { Buffer } from 'buffer'; - * - * const controller = new AbortController(); - * const { signal } = controller; - * const data = new Uint8Array(Buffer.from('Hello Node.js')); - * writeFile('message.txt', data, { signal }, (err) => { - * // When a request is aborted - the callback is called with an AbortError - * }); - * // When the request should be aborted - * controller.abort(); - * ``` - * - * Aborting an ongoing request does not abort individual operating - * system requests but rather the internal buffering `fs.writeFile` performs. - * @since v0.1.29 - * @param file filename or file descriptor - */ - export function writeFile(file: PathOrFileDescriptor, data: string | NodeJS.ArrayBufferView, options: WriteFileOptions, callback: NoParamCallback): void; - /** - * Asynchronously writes data to a file, replacing the file if it already exists. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * If a file descriptor is provided, the underlying file will _not_ be closed automatically. - * @param data The data to write. If something other than a Buffer or Uint8Array is provided, the value is coerced to a string. - */ - export function writeFile(path: PathOrFileDescriptor, data: string | NodeJS.ArrayBufferView, callback: NoParamCallback): void; - export namespace writeFile { - /** - * Asynchronously writes data to a file, replacing the file if it already exists. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * URL support is _experimental_. - * If a file descriptor is provided, the underlying file will _not_ be closed automatically. - * @param data The data to write. If something other than a Buffer or Uint8Array is provided, the value is coerced to a string. - * @param options Either the encoding for the file, or an object optionally specifying the encoding, file mode, and flag. - * If `encoding` is not supplied, the default of `'utf8'` is used. - * If `mode` is not supplied, the default of `0o666` is used. - * If `mode` is a string, it is parsed as an octal integer. - * If `flag` is not supplied, the default of `'w'` is used. - */ - function __promisify__(path: PathOrFileDescriptor, data: string | NodeJS.ArrayBufferView, options?: WriteFileOptions): Promise<void>; - } - /** - * Returns `undefined`. - * - * The `mode` option only affects the newly created file. See {@link open} for more details. - * - * For detailed information, see the documentation of the asynchronous version of - * this API: {@link writeFile}. - * @since v0.1.29 - * @param file filename or file descriptor - */ - export function writeFileSync(file: PathOrFileDescriptor, data: string | NodeJS.ArrayBufferView, options?: WriteFileOptions): void; - /** - * Asynchronously append data to a file, creating the file if it does not yet - * exist. `data` can be a string or a `Buffer`. - * - * The `mode` option only affects the newly created file. See {@link open} for more details. - * - * ```js - * import { appendFile } from 'fs'; - * - * appendFile('message.txt', 'data to append', (err) => { - * if (err) throw err; - * console.log('The "data to append" was appended to file!'); - * }); - * ``` - * - * If `options` is a string, then it specifies the encoding: - * - * ```js - * import { appendFile } from 'fs'; - * - * appendFile('message.txt', 'data to append', 'utf8', callback); - * ``` - * - * The `path` may be specified as a numeric file descriptor that has been opened - * for appending (using `fs.open()` or `fs.openSync()`). The file descriptor will - * not be closed automatically. - * - * ```js - * import { open, close, appendFile } from 'fs'; - * - * function closeFd(fd) { - * close(fd, (err) => { - * if (err) throw err; - * }); - * } - * - * open('message.txt', 'a', (err, fd) => { - * if (err) throw err; - * - * try { - * appendFile(fd, 'data to append', 'utf8', (err) => { - * closeFd(fd); - * if (err) throw err; - * }); - * } catch (err) { - * closeFd(fd); - * throw err; - * } - * }); - * ``` - * @since v0.6.7 - * @param path filename or file descriptor - */ - export function appendFile(path: PathOrFileDescriptor, data: string | Uint8Array, options: WriteFileOptions, callback: NoParamCallback): void; - /** - * Asynchronously append data to a file, creating the file if it does not exist. - * @param file A path to a file. If a URL is provided, it must use the `file:` protocol. - * If a file descriptor is provided, the underlying file will _not_ be closed automatically. - * @param data The data to write. If something other than a Buffer or Uint8Array is provided, the value is coerced to a string. - */ - export function appendFile(file: PathOrFileDescriptor, data: string | Uint8Array, callback: NoParamCallback): void; - export namespace appendFile { - /** - * Asynchronously append data to a file, creating the file if it does not exist. - * @param file A path to a file. If a URL is provided, it must use the `file:` protocol. - * URL support is _experimental_. - * If a file descriptor is provided, the underlying file will _not_ be closed automatically. - * @param data The data to write. If something other than a Buffer or Uint8Array is provided, the value is coerced to a string. - * @param options Either the encoding for the file, or an object optionally specifying the encoding, file mode, and flag. - * If `encoding` is not supplied, the default of `'utf8'` is used. - * If `mode` is not supplied, the default of `0o666` is used. - * If `mode` is a string, it is parsed as an octal integer. - * If `flag` is not supplied, the default of `'a'` is used. - */ - function __promisify__(file: PathOrFileDescriptor, data: string | Uint8Array, options?: WriteFileOptions): Promise<void>; - } - /** - * Synchronously append data to a file, creating the file if it does not yet - * exist. `data` can be a string or a `Buffer`. - * - * The `mode` option only affects the newly created file. See {@link open} for more details. - * - * ```js - * import { appendFileSync } from 'fs'; - * - * try { - * appendFileSync('message.txt', 'data to append'); - * console.log('The "data to append" was appended to file!'); - * } catch (err) { - * // Handle the error - * } - * ``` - * - * If `options` is a string, then it specifies the encoding: - * - * ```js - * import { appendFileSync } from 'fs'; - * - * appendFileSync('message.txt', 'data to append', 'utf8'); - * ``` - * - * The `path` may be specified as a numeric file descriptor that has been opened - * for appending (using `fs.open()` or `fs.openSync()`). The file descriptor will - * not be closed automatically. - * - * ```js - * import { openSync, closeSync, appendFileSync } from 'fs'; - * - * let fd; - * - * try { - * fd = openSync('message.txt', 'a'); - * appendFileSync(fd, 'data to append', 'utf8'); - * } catch (err) { - * // Handle the error - * } finally { - * if (fd !== undefined) - * closeSync(fd); - * } - * ``` - * @since v0.6.7 - * @param path filename or file descriptor - */ - export function appendFileSync(path: PathOrFileDescriptor, data: string | Uint8Array, options?: WriteFileOptions): void; - /** - * Watch for changes on `filename`. The callback `listener` will be called each - * time the file is accessed. - * - * The `options` argument may be omitted. If provided, it should be an object. The`options` object may contain a boolean named `persistent` that indicates - * whether the process should continue to run as long as files are being watched. - * The `options` object may specify an `interval` property indicating how often the - * target should be polled in milliseconds. - * - * The `listener` gets two arguments the current stat object and the previous - * stat object: - * - * ```js - * import { watchFile } from 'fs'; - * - * watchFile('message.text', (curr, prev) => { - * console.log(`the current mtime is: ${curr.mtime}`); - * console.log(`the previous mtime was: ${prev.mtime}`); - * }); - * ``` - * - * These stat objects are instances of `fs.Stat`. If the `bigint` option is `true`, - * the numeric values in these objects are specified as `BigInt`s. - * - * To be notified when the file was modified, not just accessed, it is necessary - * to compare `curr.mtimeMs` and `prev.mtimeMs`. - * - * When an `fs.watchFile` operation results in an `ENOENT` error, it - * will invoke the listener once, with all the fields zeroed (or, for dates, the - * Unix Epoch). If the file is created later on, the listener will be called - * again, with the latest stat objects. This is a change in functionality since - * v0.10. - * - * Using {@link watch} is more efficient than `fs.watchFile` and`fs.unwatchFile`. `fs.watch` should be used instead of `fs.watchFile` and`fs.unwatchFile` when possible. - * - * When a file being watched by `fs.watchFile()` disappears and reappears, - * then the contents of `previous` in the second callback event (the file's - * reappearance) will be the same as the contents of `previous` in the first - * callback event (its disappearance). - * - * This happens when: - * - * * the file is deleted, followed by a restore - * * the file is renamed and then renamed a second time back to its original name - * @since v0.1.31 - */ - export interface WatchFileOptions { - bigint?: boolean | undefined; - persistent?: boolean | undefined; - interval?: number | undefined; - } - /** - * Watch for changes on `filename`. The callback `listener` will be called each - * time the file is accessed. - * - * The `options` argument may be omitted. If provided, it should be an object. The`options` object may contain a boolean named `persistent` that indicates - * whether the process should continue to run as long as files are being watched. - * The `options` object may specify an `interval` property indicating how often the - * target should be polled in milliseconds. - * - * The `listener` gets two arguments the current stat object and the previous - * stat object: - * - * ```js - * import { watchFile } from 'fs'; - * - * watchFile('message.text', (curr, prev) => { - * console.log(`the current mtime is: ${curr.mtime}`); - * console.log(`the previous mtime was: ${prev.mtime}`); - * }); - * ``` - * - * These stat objects are instances of `fs.Stat`. If the `bigint` option is `true`, - * the numeric values in these objects are specified as `BigInt`s. - * - * To be notified when the file was modified, not just accessed, it is necessary - * to compare `curr.mtimeMs` and `prev.mtimeMs`. - * - * When an `fs.watchFile` operation results in an `ENOENT` error, it - * will invoke the listener once, with all the fields zeroed (or, for dates, the - * Unix Epoch). If the file is created later on, the listener will be called - * again, with the latest stat objects. This is a change in functionality since - * v0.10. - * - * Using {@link watch} is more efficient than `fs.watchFile` and`fs.unwatchFile`. `fs.watch` should be used instead of `fs.watchFile` and`fs.unwatchFile` when possible. - * - * When a file being watched by `fs.watchFile()` disappears and reappears, - * then the contents of `previous` in the second callback event (the file's - * reappearance) will be the same as the contents of `previous` in the first - * callback event (its disappearance). - * - * This happens when: - * - * * the file is deleted, followed by a restore - * * the file is renamed and then renamed a second time back to its original name - * @since v0.1.31 - */ - export function watchFile( - filename: PathLike, - options: - | (WatchFileOptions & { - bigint?: false | undefined; - }) - | undefined, - listener: (curr: Stats, prev: Stats) => void - ): StatWatcher; - export function watchFile( - filename: PathLike, - options: - | (WatchFileOptions & { - bigint: true; - }) - | undefined, - listener: (curr: BigIntStats, prev: BigIntStats) => void - ): StatWatcher; - /** - * Watch for changes on `filename`. The callback `listener` will be called each time the file is accessed. - * @param filename A path to a file or directory. If a URL is provided, it must use the `file:` protocol. - */ - export function watchFile(filename: PathLike, listener: (curr: Stats, prev: Stats) => void): StatWatcher; - /** - * Stop watching for changes on `filename`. If `listener` is specified, only that - * particular listener is removed. Otherwise, _all_ listeners are removed, - * effectively stopping watching of `filename`. - * - * Calling `fs.unwatchFile()` with a filename that is not being watched is a - * no-op, not an error. - * - * Using {@link watch} is more efficient than `fs.watchFile()` and`fs.unwatchFile()`. `fs.watch()` should be used instead of `fs.watchFile()`and `fs.unwatchFile()` when possible. - * @since v0.1.31 - * @param listener Optional, a listener previously attached using `fs.watchFile()` - */ - export function unwatchFile(filename: PathLike, listener?: (curr: Stats, prev: Stats) => void): void; - export interface WatchOptions extends Abortable { - encoding?: BufferEncoding | 'buffer' | undefined; - persistent?: boolean | undefined; - recursive?: boolean | undefined; - } - export type WatchEventType = 'rename' | 'change'; - export type WatchListener<T> = (event: WatchEventType, filename: T) => void; - /** - * Watch for changes on `filename`, where `filename` is either a file or a - * directory. - * - * The second argument is optional. If `options` is provided as a string, it - * specifies the `encoding`. Otherwise `options` should be passed as an object. - * - * The listener callback gets two arguments `(eventType, filename)`. `eventType`is either `'rename'` or `'change'`, and `filename` is the name of the file - * which triggered the event. - * - * On most platforms, `'rename'` is emitted whenever a filename appears or - * disappears in the directory. - * - * The listener callback is attached to the `'change'` event fired by `fs.FSWatcher`, but it is not the same thing as the `'change'` value of`eventType`. - * - * If a `signal` is passed, aborting the corresponding AbortController will close - * the returned `fs.FSWatcher`. - * @since v0.5.10 - * @param listener - */ - export function watch( - filename: PathLike, - options: - | (WatchOptions & { - encoding: 'buffer'; - }) - | 'buffer', - listener?: WatchListener<Buffer> - ): FSWatcher; - /** - * Watch for changes on `filename`, where `filename` is either a file or a directory, returning an `FSWatcher`. - * @param filename A path to a file or directory. If a URL is provided, it must use the `file:` protocol. - * @param options Either the encoding for the filename provided to the listener, or an object optionally specifying encoding, persistent, and recursive options. - * If `encoding` is not supplied, the default of `'utf8'` is used. - * If `persistent` is not supplied, the default of `true` is used. - * If `recursive` is not supplied, the default of `false` is used. - */ - export function watch(filename: PathLike, options?: WatchOptions | BufferEncoding | null, listener?: WatchListener<string>): FSWatcher; - /** - * Watch for changes on `filename`, where `filename` is either a file or a directory, returning an `FSWatcher`. - * @param filename A path to a file or directory. If a URL is provided, it must use the `file:` protocol. - * @param options Either the encoding for the filename provided to the listener, or an object optionally specifying encoding, persistent, and recursive options. - * If `encoding` is not supplied, the default of `'utf8'` is used. - * If `persistent` is not supplied, the default of `true` is used. - * If `recursive` is not supplied, the default of `false` is used. - */ - export function watch(filename: PathLike, options: WatchOptions | string, listener?: WatchListener<string | Buffer>): FSWatcher; - /** - * Watch for changes on `filename`, where `filename` is either a file or a directory, returning an `FSWatcher`. - * @param filename A path to a file or directory. If a URL is provided, it must use the `file:` protocol. - */ - export function watch(filename: PathLike, listener?: WatchListener<string>): FSWatcher; - /** - * Test whether or not the given path exists by checking with the file system. - * Then call the `callback` argument with either true or false: - * - * ```js - * import { exists } from 'fs'; - * - * exists('/etc/passwd', (e) => { - * console.log(e ? 'it exists' : 'no passwd!'); - * }); - * ``` - * - * **The parameters for this callback are not consistent with other Node.js** - * **callbacks.** Normally, the first parameter to a Node.js callback is an `err`parameter, optionally followed by other parameters. The `fs.exists()` callback - * has only one boolean parameter. This is one reason `fs.access()` is recommended - * instead of `fs.exists()`. - * - * Using `fs.exists()` to check for the existence of a file before calling`fs.open()`, `fs.readFile()` or `fs.writeFile()` is not recommended. Doing - * so introduces a race condition, since other processes may change the file's - * state between the two calls. Instead, user code should open/read/write the - * file directly and handle the error raised if the file does not exist. - * - * **write (NOT RECOMMENDED)** - * - * ```js - * import { exists, open, close } from 'fs'; - * - * exists('myfile', (e) => { - * if (e) { - * console.error('myfile already exists'); - * } else { - * open('myfile', 'wx', (err, fd) => { - * if (err) throw err; - * - * try { - * writeMyData(fd); - * } finally { - * close(fd, (err) => { - * if (err) throw err; - * }); - * } - * }); - * } - * }); - * ``` - * - * **write (RECOMMENDED)** - * - * ```js - * import { open, close } from 'fs'; - * open('myfile', 'wx', (err, fd) => { - * if (err) { - * if (err.code === 'EEXIST') { - * console.error('myfile already exists'); - * return; - * } - * - * throw err; - * } - * - * try { - * writeMyData(fd); - * } finally { - * close(fd, (err) => { - * if (err) throw err; - * }); - * } - * }); - * ``` - * - * **read (NOT RECOMMENDED)** - * - * ```js - * import { open, close, exists } from 'fs'; - * - * exists('myfile', (e) => { - * if (e) { - * open('myfile', 'r', (err, fd) => { - * if (err) throw err; - * - * try { - * readMyData(fd); - * } finally { - * close(fd, (err) => { - * if (err) throw err; - * }); - * } - * }); - * } else { - * console.error('myfile does not exist'); - * } - * }); - * ``` - * - * **read (RECOMMENDED)** - * - * ```js - * import { open, close } from 'fs'; - * - * open('myfile', 'r', (err, fd) => { - * if (err) { - * if (err.code === 'ENOENT') { - * console.error('myfile does not exist'); - * return; - * } - * - * throw err; - * } - * - * try { - * readMyData(fd); - * } finally { - * close(fd, (err) => { - * if (err) throw err; - * }); - * } - * }); - * ``` - * - * The "not recommended" examples above check for existence and then use the - * file; the "recommended" examples are better because they use the file directly - * and handle the error, if any. - * - * In general, check for the existence of a file only if the file won’t be - * used directly, for example when its existence is a signal from another - * process. - * @since v0.0.2 - * @deprecated Since v1.0.0 - Use {@link stat} or {@link access} instead. - */ - export function exists(path: PathLike, callback: (exists: boolean) => void): void; - /** @deprecated */ - export namespace exists { - /** - * @param path A path to a file or directory. If a URL is provided, it must use the `file:` protocol. - * URL support is _experimental_. - */ - function __promisify__(path: PathLike): Promise<boolean>; - } - /** - * Returns `true` if the path exists, `false` otherwise. - * - * For detailed information, see the documentation of the asynchronous version of - * this API: {@link exists}. - * - * `fs.exists()` is deprecated, but `fs.existsSync()` is not. The `callback`parameter to `fs.exists()` accepts parameters that are inconsistent with other - * Node.js callbacks. `fs.existsSync()` does not use a callback. - * - * ```js - * import { existsSync } from 'fs'; - * - * if (existsSync('/etc/passwd')) - * console.log('The path exists.'); - * ``` - * @since v0.1.21 - */ - export function existsSync(path: PathLike): boolean; - export namespace constants { - // File Access Constants - /** Constant for fs.access(). File is visible to the calling process. */ - const F_OK: number; - /** Constant for fs.access(). File can be read by the calling process. */ - const R_OK: number; - /** Constant for fs.access(). File can be written by the calling process. */ - const W_OK: number; - /** Constant for fs.access(). File can be executed by the calling process. */ - const X_OK: number; - // File Copy Constants - /** Constant for fs.copyFile. Flag indicating the destination file should not be overwritten if it already exists. */ - const COPYFILE_EXCL: number; - /** - * Constant for fs.copyFile. copy operation will attempt to create a copy-on-write reflink. - * If the underlying platform does not support copy-on-write, then a fallback copy mechanism is used. - */ - const COPYFILE_FICLONE: number; - /** - * Constant for fs.copyFile. Copy operation will attempt to create a copy-on-write reflink. - * If the underlying platform does not support copy-on-write, then the operation will fail with an error. - */ - const COPYFILE_FICLONE_FORCE: number; - // File Open Constants - /** Constant for fs.open(). Flag indicating to open a file for read-only access. */ - const O_RDONLY: number; - /** Constant for fs.open(). Flag indicating to open a file for write-only access. */ - const O_WRONLY: number; - /** Constant for fs.open(). Flag indicating to open a file for read-write access. */ - const O_RDWR: number; - /** Constant for fs.open(). Flag indicating to create the file if it does not already exist. */ - const O_CREAT: number; - /** Constant for fs.open(). Flag indicating that opening a file should fail if the O_CREAT flag is set and the file already exists. */ - const O_EXCL: number; - /** - * Constant for fs.open(). Flag indicating that if path identifies a terminal device, - * opening the path shall not cause that terminal to become the controlling terminal for the process - * (if the process does not already have one). - */ - const O_NOCTTY: number; - /** Constant for fs.open(). Flag indicating that if the file exists and is a regular file, and the file is opened successfully for write access, its length shall be truncated to zero. */ - const O_TRUNC: number; - /** Constant for fs.open(). Flag indicating that data will be appended to the end of the file. */ - const O_APPEND: number; - /** Constant for fs.open(). Flag indicating that the open should fail if the path is not a directory. */ - const O_DIRECTORY: number; - /** - * constant for fs.open(). - * Flag indicating reading accesses to the file system will no longer result in - * an update to the atime information associated with the file. - * This flag is available on Linux operating systems only. - */ - const O_NOATIME: number; - /** Constant for fs.open(). Flag indicating that the open should fail if the path is a symbolic link. */ - const O_NOFOLLOW: number; - /** Constant for fs.open(). Flag indicating that the file is opened for synchronous I/O. */ - const O_SYNC: number; - /** Constant for fs.open(). Flag indicating that the file is opened for synchronous I/O with write operations waiting for data integrity. */ - const O_DSYNC: number; - /** Constant for fs.open(). Flag indicating to open the symbolic link itself rather than the resource it is pointing to. */ - const O_SYMLINK: number; - /** Constant for fs.open(). When set, an attempt will be made to minimize caching effects of file I/O. */ - const O_DIRECT: number; - /** Constant for fs.open(). Flag indicating to open the file in nonblocking mode when possible. */ - const O_NONBLOCK: number; - // File Type Constants - /** Constant for fs.Stats mode property for determining a file's type. Bit mask used to extract the file type code. */ - const S_IFMT: number; - /** Constant for fs.Stats mode property for determining a file's type. File type constant for a regular file. */ - const S_IFREG: number; - /** Constant for fs.Stats mode property for determining a file's type. File type constant for a directory. */ - const S_IFDIR: number; - /** Constant for fs.Stats mode property for determining a file's type. File type constant for a character-oriented device file. */ - const S_IFCHR: number; - /** Constant for fs.Stats mode property for determining a file's type. File type constant for a block-oriented device file. */ - const S_IFBLK: number; - /** Constant for fs.Stats mode property for determining a file's type. File type constant for a FIFO/pipe. */ - const S_IFIFO: number; - /** Constant for fs.Stats mode property for determining a file's type. File type constant for a symbolic link. */ - const S_IFLNK: number; - /** Constant for fs.Stats mode property for determining a file's type. File type constant for a socket. */ - const S_IFSOCK: number; - // File Mode Constants - /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable, writable and executable by owner. */ - const S_IRWXU: number; - /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable by owner. */ - const S_IRUSR: number; - /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating writable by owner. */ - const S_IWUSR: number; - /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating executable by owner. */ - const S_IXUSR: number; - /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable, writable and executable by group. */ - const S_IRWXG: number; - /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable by group. */ - const S_IRGRP: number; - /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating writable by group. */ - const S_IWGRP: number; - /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating executable by group. */ - const S_IXGRP: number; - /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable, writable and executable by others. */ - const S_IRWXO: number; - /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable by others. */ - const S_IROTH: number; - /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating writable by others. */ - const S_IWOTH: number; - /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating executable by others. */ - const S_IXOTH: number; - /** - * When set, a memory file mapping is used to access the file. This flag - * is available on Windows operating systems only. On other operating systems, - * this flag is ignored. - */ - const UV_FS_O_FILEMAP: number; - } - /** - * Tests a user's permissions for the file or directory specified by `path`. - * The `mode` argument is an optional integer that specifies the accessibility - * checks to be performed. `mode` should be either the value `fs.constants.F_OK`or a mask consisting of the bitwise OR of any of `fs.constants.R_OK`,`fs.constants.W_OK`, and `fs.constants.X_OK` - * (e.g.`fs.constants.W_OK | fs.constants.R_OK`). Check `File access constants` for - * possible values of `mode`. - * - * The final argument, `callback`, is a callback function that is invoked with - * a possible error argument. If any of the accessibility checks fail, the error - * argument will be an `Error` object. The following examples check if`package.json` exists, and if it is readable or writable. - * - * ```js - * import { access, constants } from 'fs'; - * - * const file = 'package.json'; - * - * // Check if the file exists in the current directory. - * access(file, constants.F_OK, (err) => { - * console.log(`${file} ${err ? 'does not exist' : 'exists'}`); - * }); - * - * // Check if the file is readable. - * access(file, constants.R_OK, (err) => { - * console.log(`${file} ${err ? 'is not readable' : 'is readable'}`); - * }); - * - * // Check if the file is writable. - * access(file, constants.W_OK, (err) => { - * console.log(`${file} ${err ? 'is not writable' : 'is writable'}`); - * }); - * - * // Check if the file is readable and writable. - * access(file, constants.R_OK | constants.W_OK, (err) => { - * console.log(`${file} ${err ? 'is not' : 'is'} readable and writable`); - * }); - * ``` - * - * Do not use `fs.access()` to check for the accessibility of a file before calling`fs.open()`, `fs.readFile()` or `fs.writeFile()`. Doing - * so introduces a race condition, since other processes may change the file's - * state between the two calls. Instead, user code should open/read/write the - * file directly and handle the error raised if the file is not accessible. - * - * **write (NOT RECOMMENDED)** - * - * ```js - * import { access, open, close } from 'fs'; - * - * access('myfile', (err) => { - * if (!err) { - * console.error('myfile already exists'); - * return; - * } - * - * open('myfile', 'wx', (err, fd) => { - * if (err) throw err; - * - * try { - * writeMyData(fd); - * } finally { - * close(fd, (err) => { - * if (err) throw err; - * }); - * } - * }); - * }); - * ``` - * - * **write (RECOMMENDED)** - * - * ```js - * import { open, close } from 'fs'; - * - * open('myfile', 'wx', (err, fd) => { - * if (err) { - * if (err.code === 'EEXIST') { - * console.error('myfile already exists'); - * return; - * } - * - * throw err; - * } - * - * try { - * writeMyData(fd); - * } finally { - * close(fd, (err) => { - * if (err) throw err; - * }); - * } - * }); - * ``` - * - * **read (NOT RECOMMENDED)** - * - * ```js - * import { access, open, close } from 'fs'; - * access('myfile', (err) => { - * if (err) { - * if (err.code === 'ENOENT') { - * console.error('myfile does not exist'); - * return; - * } - * - * throw err; - * } - * - * open('myfile', 'r', (err, fd) => { - * if (err) throw err; - * - * try { - * readMyData(fd); - * } finally { - * close(fd, (err) => { - * if (err) throw err; - * }); - * } - * }); - * }); - * ``` - * - * **read (RECOMMENDED)** - * - * ```js - * import { open, close } from 'fs'; - * - * open('myfile', 'r', (err, fd) => { - * if (err) { - * if (err.code === 'ENOENT') { - * console.error('myfile does not exist'); - * return; - * } - * - * throw err; - * } - * - * try { - * readMyData(fd); - * } finally { - * close(fd, (err) => { - * if (err) throw err; - * }); - * } - * }); - * ``` - * - * The "not recommended" examples above check for accessibility and then use the - * file; the "recommended" examples are better because they use the file directly - * and handle the error, if any. - * - * In general, check for the accessibility of a file only if the file will not be - * used directly, for example when its accessibility is a signal from another - * process. - * - * On Windows, access-control policies (ACLs) on a directory may limit access to - * a file or directory. The `fs.access()` function, however, does not check the - * ACL and therefore may report that a path is accessible even if the ACL restricts - * the user from reading or writing to it. - * @since v0.11.15 - * @param [mode=fs.constants.F_OK] - */ - export function access(path: PathLike, mode: number | undefined, callback: NoParamCallback): void; - /** - * Asynchronously tests a user's permissions for the file specified by path. - * @param path A path to a file or directory. If a URL is provided, it must use the `file:` protocol. - */ - export function access(path: PathLike, callback: NoParamCallback): void; - export namespace access { - /** - * Asynchronously tests a user's permissions for the file specified by path. - * @param path A path to a file or directory. If a URL is provided, it must use the `file:` protocol. - * URL support is _experimental_. - */ - function __promisify__(path: PathLike, mode?: number): Promise<void>; - } - /** - * Synchronously tests a user's permissions for the file or directory specified - * by `path`. The `mode` argument is an optional integer that specifies the - * accessibility checks to be performed. `mode` should be either the value`fs.constants.F_OK` or a mask consisting of the bitwise OR of any of`fs.constants.R_OK`, `fs.constants.W_OK`, and - * `fs.constants.X_OK` (e.g.`fs.constants.W_OK | fs.constants.R_OK`). Check `File access constants` for - * possible values of `mode`. - * - * If any of the accessibility checks fail, an `Error` will be thrown. Otherwise, - * the method will return `undefined`. - * - * ```js - * import { accessSync, constants } from 'fs'; - * - * try { - * accessSync('etc/passwd', constants.R_OK | constants.W_OK); - * console.log('can read/write'); - * } catch (err) { - * console.error('no access!'); - * } - * ``` - * @since v0.11.15 - * @param [mode=fs.constants.F_OK] - */ - export function accessSync(path: PathLike, mode?: number): void; - interface StreamOptions { - flags?: string | undefined; - encoding?: BufferEncoding | undefined; - fd?: number | promises.FileHandle | undefined; - mode?: number | undefined; - autoClose?: boolean | undefined; - /** - * @default false - */ - emitClose?: boolean | undefined; - start?: number | undefined; - highWaterMark?: number | undefined; - } - interface ReadStreamOptions extends StreamOptions { - end?: number | undefined; - } - /** - * Unlike the 16 kb default `highWaterMark` for a `stream.Readable`, the stream - * returned by this method has a default `highWaterMark` of 64 kb. - * - * `options` can include `start` and `end` values to read a range of bytes from - * the file instead of the entire file. Both `start` and `end` are inclusive and - * start counting at 0, allowed values are in the - * \[0, [`Number.MAX_SAFE_INTEGER`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/MAX_SAFE_INTEGER)\] range. If `fd` is specified and `start` is - * omitted or `undefined`, `fs.createReadStream()` reads sequentially from the - * current file position. The `encoding` can be any one of those accepted by `Buffer`. - * - * If `fd` is specified, `ReadStream` will ignore the `path` argument and will use - * the specified file descriptor. This means that no `'open'` event will be - * emitted. `fd` should be blocking; non-blocking `fd`s should be passed to `net.Socket`. - * - * If `fd` points to a character device that only supports blocking reads - * (such as keyboard or sound card), read operations do not finish until data is - * available. This can prevent the process from exiting and the stream from - * closing naturally. - * - * By default, the stream will emit a `'close'` event after it has been - * destroyed. Set the `emitClose` option to `false` to change this behavior. - * - * By providing the `fs` option, it is possible to override the corresponding `fs`implementations for `open`, `read`, and `close`. When providing the `fs` option, - * an override for `read` is required. If no `fd` is provided, an override for`open` is also required. If `autoClose` is `true`, an override for `close` is - * also required. - * - * ```js - * import { createReadStream } from 'fs'; - * - * // Create a stream from some character device. - * const stream = createReadStream('/dev/input/event0'); - * setTimeout(() => { - * stream.close(); // This may not close the stream. - * // Artificially marking end-of-stream, as if the underlying resource had - * // indicated end-of-file by itself, allows the stream to close. - * // This does not cancel pending read operations, and if there is such an - * // operation, the process may still not be able to exit successfully - * // until it finishes. - * stream.push(null); - * stream.read(0); - * }, 100); - * ``` - * - * If `autoClose` is false, then the file descriptor won't be closed, even if - * there's an error. It is the application's responsibility to close it and make - * sure there's no file descriptor leak. If `autoClose` is set to true (default - * behavior), on `'error'` or `'end'` the file descriptor will be closed - * automatically. - * - * `mode` sets the file mode (permission and sticky bits), but only if the - * file was created. - * - * An example to read the last 10 bytes of a file which is 100 bytes long: - * - * ```js - * import { createReadStream } from 'fs'; - * - * createReadStream('sample.txt', { start: 90, end: 99 }); - * ``` - * - * If `options` is a string, then it specifies the encoding. - * @since v0.1.31 - */ - export function createReadStream(path: PathLike, options?: BufferEncoding | ReadStreamOptions): ReadStream; - /** - * `options` may also include a `start` option to allow writing data at some - * position past the beginning of the file, allowed values are in the - * \[0, [`Number.MAX_SAFE_INTEGER`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/MAX_SAFE_INTEGER)\] range. Modifying a file rather than - * replacing it may require the `flags` option to be set to `r+` rather than the - * default `w`. The `encoding` can be any one of those accepted by `Buffer`. - * - * If `autoClose` is set to true (default behavior) on `'error'` or `'finish'`the file descriptor will be closed automatically. If `autoClose` is false, - * then the file descriptor won't be closed, even if there's an error. - * It is the application's responsibility to close it and make sure there's no - * file descriptor leak. - * - * By default, the stream will emit a `'close'` event after it has been - * destroyed. Set the `emitClose` option to `false` to change this behavior. - * - * By providing the `fs` option it is possible to override the corresponding `fs`implementations for `open`, `write`, `writev` and `close`. Overriding `write()`without `writev()` can reduce - * performance as some optimizations (`_writev()`) - * will be disabled. When providing the `fs` option, overrides for at least one of`write` and `writev` are required. If no `fd` option is supplied, an override - * for `open` is also required. If `autoClose` is `true`, an override for `close`is also required. - * - * Like `fs.ReadStream`, if `fd` is specified, `fs.WriteStream` will ignore the`path` argument and will use the specified file descriptor. This means that no`'open'` event will be - * emitted. `fd` should be blocking; non-blocking `fd`s - * should be passed to `net.Socket`. - * - * If `options` is a string, then it specifies the encoding. - * @since v0.1.31 - */ - export function createWriteStream(path: PathLike, options?: BufferEncoding | StreamOptions): WriteStream; - /** - * Forces all currently queued I/O operations associated with the file to the - * operating system's synchronized I/O completion state. Refer to the POSIX [`fdatasync(2)`](http://man7.org/linux/man-pages/man2/fdatasync.2.html) documentation for details. No arguments other - * than a possible - * exception are given to the completion callback. - * @since v0.1.96 - */ - export function fdatasync(fd: number, callback: NoParamCallback): void; - export namespace fdatasync { - /** - * Asynchronous fdatasync(2) - synchronize a file's in-core state with storage device. - * @param fd A file descriptor. - */ - function __promisify__(fd: number): Promise<void>; - } - /** - * Forces all currently queued I/O operations associated with the file to the - * operating system's synchronized I/O completion state. Refer to the POSIX [`fdatasync(2)`](http://man7.org/linux/man-pages/man2/fdatasync.2.html) documentation for details. Returns `undefined`. - * @since v0.1.96 - */ - export function fdatasyncSync(fd: number): void; - /** - * Asynchronously copies `src` to `dest`. By default, `dest` is overwritten if it - * already exists. No arguments other than a possible exception are given to the - * callback function. Node.js makes no guarantees about the atomicity of the copy - * operation. If an error occurs after the destination file has been opened for - * writing, Node.js will attempt to remove the destination. - * - * `mode` is an optional integer that specifies the behavior - * of the copy operation. It is possible to create a mask consisting of the bitwise - * OR of two or more values (e.g.`fs.constants.COPYFILE_EXCL | fs.constants.COPYFILE_FICLONE`). - * - * * `fs.constants.COPYFILE_EXCL`: The copy operation will fail if `dest` already - * exists. - * * `fs.constants.COPYFILE_FICLONE`: The copy operation will attempt to create a - * copy-on-write reflink. If the platform does not support copy-on-write, then a - * fallback copy mechanism is used. - * * `fs.constants.COPYFILE_FICLONE_FORCE`: The copy operation will attempt to - * create a copy-on-write reflink. If the platform does not support - * copy-on-write, then the operation will fail. - * - * ```js - * import { copyFile, constants } from 'fs'; - * - * function callback(err) { - * if (err) throw err; - * console.log('source.txt was copied to destination.txt'); - * } - * - * // destination.txt will be created or overwritten by default. - * copyFile('source.txt', 'destination.txt', callback); - * - * // By using COPYFILE_EXCL, the operation will fail if destination.txt exists. - * copyFile('source.txt', 'destination.txt', constants.COPYFILE_EXCL, callback); - * ``` - * @since v8.5.0 - * @param src source filename to copy - * @param dest destination filename of the copy operation - * @param [mode=0] modifiers for copy operation. - */ - export function copyFile(src: PathLike, dest: PathLike, callback: NoParamCallback): void; - export function copyFile(src: PathLike, dest: PathLike, mode: number, callback: NoParamCallback): void; - export namespace copyFile { - function __promisify__(src: PathLike, dst: PathLike, mode?: number): Promise<void>; - } - /** - * Synchronously copies `src` to `dest`. By default, `dest` is overwritten if it - * already exists. Returns `undefined`. Node.js makes no guarantees about the - * atomicity of the copy operation. If an error occurs after the destination file - * has been opened for writing, Node.js will attempt to remove the destination. - * - * `mode` is an optional integer that specifies the behavior - * of the copy operation. It is possible to create a mask consisting of the bitwise - * OR of two or more values (e.g.`fs.constants.COPYFILE_EXCL | fs.constants.COPYFILE_FICLONE`). - * - * * `fs.constants.COPYFILE_EXCL`: The copy operation will fail if `dest` already - * exists. - * * `fs.constants.COPYFILE_FICLONE`: The copy operation will attempt to create a - * copy-on-write reflink. If the platform does not support copy-on-write, then a - * fallback copy mechanism is used. - * * `fs.constants.COPYFILE_FICLONE_FORCE`: The copy operation will attempt to - * create a copy-on-write reflink. If the platform does not support - * copy-on-write, then the operation will fail. - * - * ```js - * import { copyFileSync, constants } from 'fs'; - * - * // destination.txt will be created or overwritten by default. - * copyFileSync('source.txt', 'destination.txt'); - * console.log('source.txt was copied to destination.txt'); - * - * // By using COPYFILE_EXCL, the operation will fail if destination.txt exists. - * copyFileSync('source.txt', 'destination.txt', constants.COPYFILE_EXCL); - * ``` - * @since v8.5.0 - * @param src source filename to copy - * @param dest destination filename of the copy operation - * @param [mode=0] modifiers for copy operation. - */ - export function copyFileSync(src: PathLike, dest: PathLike, mode?: number): void; - /** - * Write an array of `ArrayBufferView`s to the file specified by `fd` using`writev()`. - * - * `position` is the offset from the beginning of the file where this data - * should be written. If `typeof position !== 'number'`, the data will be written - * at the current position. - * - * The callback will be given three arguments: `err`, `bytesWritten`, and`buffers`. `bytesWritten` is how many bytes were written from `buffers`. - * - * If this method is `util.promisify()` ed, it returns a promise for an`Object` with `bytesWritten` and `buffers` properties. - * - * It is unsafe to use `fs.writev()` multiple times on the same file without - * waiting for the callback. For this scenario, use {@link createWriteStream}. - * - * On Linux, positional writes don't work when the file is opened in append mode. - * The kernel ignores the position argument and always appends the data to - * the end of the file. - * @since v12.9.0 - */ - export function writev(fd: number, buffers: ReadonlyArray<NodeJS.ArrayBufferView>, cb: (err: NodeJS.ErrnoException | null, bytesWritten: number, buffers: NodeJS.ArrayBufferView[]) => void): void; - export function writev( - fd: number, - buffers: ReadonlyArray<NodeJS.ArrayBufferView>, - position: number, - cb: (err: NodeJS.ErrnoException | null, bytesWritten: number, buffers: NodeJS.ArrayBufferView[]) => void - ): void; - export interface WriteVResult { - bytesWritten: number; - buffers: NodeJS.ArrayBufferView[]; - } - export namespace writev { - function __promisify__(fd: number, buffers: ReadonlyArray<NodeJS.ArrayBufferView>, position?: number): Promise<WriteVResult>; - } - /** - * For detailed information, see the documentation of the asynchronous version of - * this API: {@link writev}. - * @since v12.9.0 - * @return The number of bytes written. - */ - export function writevSync(fd: number, buffers: ReadonlyArray<NodeJS.ArrayBufferView>, position?: number): number; - /** - * Read from a file specified by `fd` and write to an array of `ArrayBufferView`s - * using `readv()`. - * - * `position` is the offset from the beginning of the file from where data - * should be read. If `typeof position !== 'number'`, the data will be read - * from the current position. - * - * The callback will be given three arguments: `err`, `bytesRead`, and`buffers`. `bytesRead` is how many bytes were read from the file. - * - * If this method is invoked as its `util.promisify()` ed version, it returns - * a promise for an `Object` with `bytesRead` and `buffers` properties. - * @since v13.13.0, v12.17.0 - */ - export function readv(fd: number, buffers: ReadonlyArray<NodeJS.ArrayBufferView>, cb: (err: NodeJS.ErrnoException | null, bytesRead: number, buffers: NodeJS.ArrayBufferView[]) => void): void; - export function readv( - fd: number, - buffers: ReadonlyArray<NodeJS.ArrayBufferView>, - position: number, - cb: (err: NodeJS.ErrnoException | null, bytesRead: number, buffers: NodeJS.ArrayBufferView[]) => void - ): void; - export interface ReadVResult { - bytesRead: number; - buffers: NodeJS.ArrayBufferView[]; - } - export namespace readv { - function __promisify__(fd: number, buffers: ReadonlyArray<NodeJS.ArrayBufferView>, position?: number): Promise<ReadVResult>; - } - /** - * For detailed information, see the documentation of the asynchronous version of - * this API: {@link readv}. - * @since v13.13.0, v12.17.0 - * @return The number of bytes read. - */ - export function readvSync(fd: number, buffers: ReadonlyArray<NodeJS.ArrayBufferView>, position?: number): number; - export interface OpenDirOptions { - encoding?: BufferEncoding | undefined; - /** - * Number of directory entries that are buffered - * internally when reading from the directory. Higher values lead to better - * performance but higher memory usage. - * @default 32 - */ - bufferSize?: number | undefined; - } - /** - * Synchronously open a directory. See [`opendir(3)`](http://man7.org/linux/man-pages/man3/opendir.3.html). - * - * Creates an `fs.Dir`, which contains all further functions for reading from - * and cleaning up the directory. - * - * The `encoding` option sets the encoding for the `path` while opening the - * directory and subsequent read operations. - * @since v12.12.0 - */ - export function opendirSync(path: PathLike, options?: OpenDirOptions): Dir; - /** - * Asynchronously open a directory. See the POSIX [`opendir(3)`](http://man7.org/linux/man-pages/man3/opendir.3.html) documentation for - * more details. - * - * Creates an `fs.Dir`, which contains all further functions for reading from - * and cleaning up the directory. - * - * The `encoding` option sets the encoding for the `path` while opening the - * directory and subsequent read operations. - * @since v12.12.0 - */ - export function opendir(path: PathLike, cb: (err: NodeJS.ErrnoException | null, dir: Dir) => void): void; - export function opendir(path: PathLike, options: OpenDirOptions, cb: (err: NodeJS.ErrnoException | null, dir: Dir) => void): void; - export namespace opendir { - function __promisify__(path: PathLike, options?: OpenDirOptions): Promise<Dir>; - } - export interface BigIntStats extends StatsBase<bigint> { - atimeNs: bigint; - mtimeNs: bigint; - ctimeNs: bigint; - birthtimeNs: bigint; - } - export interface BigIntOptions { - bigint: true; - } - export interface StatOptions { - bigint?: boolean | undefined; - } - export interface StatSyncOptions extends StatOptions { - throwIfNoEntry?: boolean | undefined; - } - interface CopyOptionsBase { - /** - * Dereference symlinks - * @default false - */ - dereference?: boolean; - /** - * When `force` is `false`, and the destination - * exists, throw an error. - * @default false - */ - errorOnExist?: boolean; - /** - * Overwrite existing file or directory. _The copy - * operation will ignore errors if you set this to false and the destination - * exists. Use the `errorOnExist` option to change this behavior. - * @default true - */ - force?: boolean; - /** - * When `true` timestamps from `src` will - * be preserved. - * @default false - */ - preserveTimestamps?: boolean; - /** - * Copy directories recursively. - * @default false - */ - recursive?: boolean; - /** - * When true, path resolution for symlinks will be skipped - * @default false - */ - verbatimSymlinks?: boolean; - } - export interface CopyOptions extends CopyOptionsBase { - /** - * Function to filter copied files/directories. Return - * `true` to copy the item, `false` to ignore it. - */ - filter?(source: string, destination: string): boolean | Promise<boolean>; - } - export interface CopySyncOptions extends CopyOptionsBase { - /** - * Function to filter copied files/directories. Return - * `true` to copy the item, `false` to ignore it. - */ - filter?(source: string, destination: string): boolean; - } - /** - * Asynchronously copies the entire directory structure from `src` to `dest`, - * including subdirectories and files. - * - * When copying a directory to another directory, globs are not supported and - * behavior is similar to `cp dir1/ dir2/`. - * @since v16.7.0 - * @experimental - * @param src source path to copy. - * @param dest destination path to copy to. - */ - export function cp(source: string | URL, destination: string | URL, callback: (err: NodeJS.ErrnoException | null) => void): void; - export function cp(source: string | URL, destination: string | URL, opts: CopyOptions, callback: (err: NodeJS.ErrnoException | null) => void): void; - /** - * Synchronously copies the entire directory structure from `src` to `dest`, - * including subdirectories and files. - * - * When copying a directory to another directory, globs are not supported and - * behavior is similar to `cp dir1/ dir2/`. - * @since v16.7.0 - * @experimental - * @param src source path to copy. - * @param dest destination path to copy to. - */ - export function cpSync(source: string | URL, destination: string | URL, opts?: CopySyncOptions): void; -} -declare module 'node:fs' { - export * from 'fs'; -} diff --git a/software/flow/node_modules/@types/node/ts4.8/fs/promises.d.ts b/software/flow/node_modules/@types/node/ts4.8/fs/promises.d.ts deleted file mode 100755 index aca2fd5..0000000 --- a/software/flow/node_modules/@types/node/ts4.8/fs/promises.d.ts +++ /dev/null @@ -1,1138 +0,0 @@ -/** - * The `fs/promises` API provides asynchronous file system methods that return - * promises. - * - * The promise APIs use the underlying Node.js threadpool to perform file - * system operations off the event loop thread. These operations are not - * synchronized or threadsafe. Care must be taken when performing multiple - * concurrent modifications on the same file or data corruption may occur. - * @since v10.0.0 - */ -declare module 'fs/promises' { - import { Abortable } from 'node:events'; - import { Stream } from 'node:stream'; - import { ReadableStream } from 'node:stream/web'; - import { - BigIntStats, - BufferEncodingOption, - constants as fsConstants, - CopyOptions, - Dir, - Dirent, - MakeDirectoryOptions, - Mode, - ObjectEncodingOptions, - OpenDirOptions, - OpenMode, - PathLike, - ReadStream, - ReadVResult, - RmDirOptions, - RmOptions, - StatOptions, - Stats, - TimeLike, - WatchEventType, - WatchOptions, - WriteStream, - WriteVResult, - } from 'node:fs'; - import { Interface as ReadlineInterface } from 'node:readline'; - - interface FileChangeInfo<T extends string | Buffer> { - eventType: WatchEventType; - filename: T; - } - interface FlagAndOpenMode { - mode?: Mode | undefined; - flag?: OpenMode | undefined; - } - interface FileReadResult<T extends NodeJS.ArrayBufferView> { - bytesRead: number; - buffer: T; - } - interface FileReadOptions<T extends NodeJS.ArrayBufferView = Buffer> { - /** - * @default `Buffer.alloc(0xffff)` - */ - buffer?: T; - /** - * @default 0 - */ - offset?: number | null; - /** - * @default `buffer.byteLength` - */ - length?: number | null; - position?: number | null; - } - interface CreateReadStreamOptions { - encoding?: BufferEncoding | null | undefined; - autoClose?: boolean | undefined; - emitClose?: boolean | undefined; - start?: number | undefined; - end?: number | undefined; - highWaterMark?: number | undefined; - } - interface CreateWriteStreamOptions { - encoding?: BufferEncoding | null | undefined; - autoClose?: boolean | undefined; - emitClose?: boolean | undefined; - start?: number | undefined; - } - // TODO: Add `EventEmitter` close - interface FileHandle { - /** - * The numeric file descriptor managed by the {FileHandle} object. - * @since v10.0.0 - */ - readonly fd: number; - /** - * Alias of `filehandle.writeFile()`. - * - * When operating on file handles, the mode cannot be changed from what it was set - * to with `fsPromises.open()`. Therefore, this is equivalent to `filehandle.writeFile()`. - * @since v10.0.0 - * @return Fulfills with `undefined` upon success. - */ - appendFile(data: string | Uint8Array, options?: (ObjectEncodingOptions & FlagAndOpenMode) | BufferEncoding | null): Promise<void>; - /** - * Changes the ownership of the file. A wrapper for [`chown(2)`](http://man7.org/linux/man-pages/man2/chown.2.html). - * @since v10.0.0 - * @param uid The file's new owner's user id. - * @param gid The file's new group's group id. - * @return Fulfills with `undefined` upon success. - */ - chown(uid: number, gid: number): Promise<void>; - /** - * Modifies the permissions on the file. See [`chmod(2)`](http://man7.org/linux/man-pages/man2/chmod.2.html). - * @since v10.0.0 - * @param mode the file mode bit mask. - * @return Fulfills with `undefined` upon success. - */ - chmod(mode: Mode): Promise<void>; - /** - * Unlike the 16 kb default `highWaterMark` for a `stream.Readable`, the stream - * returned by this method has a default `highWaterMark` of 64 kb. - * - * `options` can include `start` and `end` values to read a range of bytes from - * the file instead of the entire file. Both `start` and `end` are inclusive and - * start counting at 0, allowed values are in the - * \[0, [`Number.MAX_SAFE_INTEGER`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/MAX_SAFE_INTEGER)\] range. If `start` is - * omitted or `undefined`, `filehandle.createReadStream()` reads sequentially from - * the current file position. The `encoding` can be any one of those accepted by `Buffer`. - * - * If the `FileHandle` points to a character device that only supports blocking - * reads (such as keyboard or sound card), read operations do not finish until data - * is available. This can prevent the process from exiting and the stream from - * closing naturally. - * - * By default, the stream will emit a `'close'` event after it has been - * destroyed. Set the `emitClose` option to `false` to change this behavior. - * - * ```js - * import { open } from 'fs/promises'; - * - * const fd = await open('/dev/input/event0'); - * // Create a stream from some character device. - * const stream = fd.createReadStream(); - * setTimeout(() => { - * stream.close(); // This may not close the stream. - * // Artificially marking end-of-stream, as if the underlying resource had - * // indicated end-of-file by itself, allows the stream to close. - * // This does not cancel pending read operations, and if there is such an - * // operation, the process may still not be able to exit successfully - * // until it finishes. - * stream.push(null); - * stream.read(0); - * }, 100); - * ``` - * - * If `autoClose` is false, then the file descriptor won't be closed, even if - * there's an error. It is the application's responsibility to close it and make - * sure there's no file descriptor leak. If `autoClose` is set to true (default - * behavior), on `'error'` or `'end'` the file descriptor will be closed - * automatically. - * - * An example to read the last 10 bytes of a file which is 100 bytes long: - * - * ```js - * import { open } from 'fs/promises'; - * - * const fd = await open('sample.txt'); - * fd.createReadStream({ start: 90, end: 99 }); - * ``` - * @since v16.11.0 - */ - createReadStream(options?: CreateReadStreamOptions): ReadStream; - /** - * `options` may also include a `start` option to allow writing data at some - * position past the beginning of the file, allowed values are in the - * \[0, [`Number.MAX_SAFE_INTEGER`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/MAX_SAFE_INTEGER)\] range. Modifying a file rather than - * replacing it may require the `flags` `open` option to be set to `r+` rather than - * the default `r`. The `encoding` can be any one of those accepted by `Buffer`. - * - * If `autoClose` is set to true (default behavior) on `'error'` or `'finish'`the file descriptor will be closed automatically. If `autoClose` is false, - * then the file descriptor won't be closed, even if there's an error. - * It is the application's responsibility to close it and make sure there's no - * file descriptor leak. - * - * By default, the stream will emit a `'close'` event after it has been - * destroyed. Set the `emitClose` option to `false` to change this behavior. - * @since v16.11.0 - */ - createWriteStream(options?: CreateWriteStreamOptions): WriteStream; - /** - * Forces all currently queued I/O operations associated with the file to the - * operating system's synchronized I/O completion state. Refer to the POSIX [`fdatasync(2)`](http://man7.org/linux/man-pages/man2/fdatasync.2.html) documentation for details. - * - * Unlike `filehandle.sync` this method does not flush modified metadata. - * @since v10.0.0 - * @return Fulfills with `undefined` upon success. - */ - datasync(): Promise<void>; - /** - * Request that all data for the open file descriptor is flushed to the storage - * device. The specific implementation is operating system and device specific. - * Refer to the POSIX [`fsync(2)`](http://man7.org/linux/man-pages/man2/fsync.2.html) documentation for more detail. - * @since v10.0.0 - * @return Fufills with `undefined` upon success. - */ - sync(): Promise<void>; - /** - * Reads data from the file and stores that in the given buffer. - * - * If the file is not modified concurrently, the end-of-file is reached when the - * number of bytes read is zero. - * @since v10.0.0 - * @param buffer A buffer that will be filled with the file data read. - * @param offset The location in the buffer at which to start filling. - * @param length The number of bytes to read. - * @param position The location where to begin reading data from the file. If `null`, data will be read from the current file position, and the position will be updated. If `position` is an - * integer, the current file position will remain unchanged. - * @return Fulfills upon success with an object with two properties: - */ - read<T extends NodeJS.ArrayBufferView>(buffer: T, offset?: number | null, length?: number | null, position?: number | null): Promise<FileReadResult<T>>; - read<T extends NodeJS.ArrayBufferView = Buffer>(options?: FileReadOptions<T>): Promise<FileReadResult<T>>; - /** - * Returns a `ReadableStream` that may be used to read the files data. - * - * An error will be thrown if this method is called more than once or is called after the `FileHandle` is closed - * or closing. - * - * ```js - * import { open } from 'node:fs/promises'; - * - * const file = await open('./some/file/to/read'); - * - * for await (const chunk of file.readableWebStream()) - * console.log(chunk); - * - * await file.close(); - * ``` - * - * While the `ReadableStream` will read the file to completion, it will not close the `FileHandle` automatically. User code must still call the `fileHandle.close()` method. - * - * @since v17.0.0 - * @experimental - */ - readableWebStream(): ReadableStream; - /** - * Asynchronously reads the entire contents of a file. - * - * If `options` is a string, then it specifies the `encoding`. - * - * The `FileHandle` has to support reading. - * - * If one or more `filehandle.read()` calls are made on a file handle and then a`filehandle.readFile()` call is made, the data will be read from the current - * position till the end of the file. It doesn't always read from the beginning - * of the file. - * @since v10.0.0 - * @return Fulfills upon a successful read with the contents of the file. If no encoding is specified (using `options.encoding`), the data is returned as a {Buffer} object. Otherwise, the - * data will be a string. - */ - readFile( - options?: { - encoding?: null | undefined; - flag?: OpenMode | undefined; - } | null - ): Promise<Buffer>; - /** - * Asynchronously reads the entire contents of a file. The underlying file will _not_ be closed automatically. - * The `FileHandle` must have been opened for reading. - * @param options An object that may contain an optional flag. - * If a flag is not provided, it defaults to `'r'`. - */ - readFile( - options: - | { - encoding: BufferEncoding; - flag?: OpenMode | undefined; - } - | BufferEncoding - ): Promise<string>; - /** - * Asynchronously reads the entire contents of a file. The underlying file will _not_ be closed automatically. - * The `FileHandle` must have been opened for reading. - * @param options An object that may contain an optional flag. - * If a flag is not provided, it defaults to `'r'`. - */ - readFile( - options?: - | (ObjectEncodingOptions & { - flag?: OpenMode | undefined; - }) - | BufferEncoding - | null - ): Promise<string | Buffer>; - /** - * Convenience method to create a `readline` interface and stream over the file. For example: - * - * ```js - * import { open } from 'node:fs/promises'; - * - * const file = await open('./some/file/to/read'); - * - * for await (const line of file.readLines()) { - * console.log(line); - * } - * ``` - * - * @since v18.11.0 - * @param options See `filehandle.createReadStream()` for the options. - */ - readLines(options?: CreateReadStreamOptions): ReadlineInterface; - /** - * @since v10.0.0 - * @return Fulfills with an {fs.Stats} for the file. - */ - stat( - opts?: StatOptions & { - bigint?: false | undefined; - } - ): Promise<Stats>; - stat( - opts: StatOptions & { - bigint: true; - } - ): Promise<BigIntStats>; - stat(opts?: StatOptions): Promise<Stats | BigIntStats>; - /** - * Truncates the file. - * - * If the file was larger than `len` bytes, only the first `len` bytes will be - * retained in the file. - * - * The following example retains only the first four bytes of the file: - * - * ```js - * import { open } from 'fs/promises'; - * - * let filehandle = null; - * try { - * filehandle = await open('temp.txt', 'r+'); - * await filehandle.truncate(4); - * } finally { - * await filehandle?.close(); - * } - * ``` - * - * If the file previously was shorter than `len` bytes, it is extended, and the - * extended part is filled with null bytes (`'\0'`): - * - * If `len` is negative then `0` will be used. - * @since v10.0.0 - * @param [len=0] - * @return Fulfills with `undefined` upon success. - */ - truncate(len?: number): Promise<void>; - /** - * Change the file system timestamps of the object referenced by the `FileHandle` then resolves the promise with no arguments upon success. - * @since v10.0.0 - */ - utimes(atime: TimeLike, mtime: TimeLike): Promise<void>; - /** - * Asynchronously writes data to a file, replacing the file if it already exists.`data` can be a string, a buffer, an - * [AsyncIterable](https://tc39.github.io/ecma262/#sec-asynciterable-interface) or - * [Iterable](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols#The_iterable_protocol) object. - * The promise is resolved with no arguments upon success. - * - * If `options` is a string, then it specifies the `encoding`. - * - * The `FileHandle` has to support writing. - * - * It is unsafe to use `filehandle.writeFile()` multiple times on the same file - * without waiting for the promise to be resolved (or rejected). - * - * If one or more `filehandle.write()` calls are made on a file handle and then a`filehandle.writeFile()` call is made, the data will be written from the - * current position till the end of the file. It doesn't always write from the - * beginning of the file. - * @since v10.0.0 - */ - writeFile(data: string | Uint8Array, options?: (ObjectEncodingOptions & FlagAndOpenMode & Abortable) | BufferEncoding | null): Promise<void>; - /** - * Write `buffer` to the file. - * - * The promise is resolved with an object containing two properties: - * - * It is unsafe to use `filehandle.write()` multiple times on the same file - * without waiting for the promise to be resolved (or rejected). For this - * scenario, use `filehandle.createWriteStream()`. - * - * On Linux, positional writes do not work when the file is opened in append mode. - * The kernel ignores the position argument and always appends the data to - * the end of the file. - * @since v10.0.0 - * @param [offset=0] The start position from within `buffer` where the data to write begins. - * @param [length=buffer.byteLength - offset] The number of bytes from `buffer` to write. - * @param position The offset from the beginning of the file where the data from `buffer` should be written. If `position` is not a `number`, the data will be written at the current position. - * See the POSIX pwrite(2) documentation for more detail. - */ - write<TBuffer extends Uint8Array>( - buffer: TBuffer, - offset?: number | null, - length?: number | null, - position?: number | null - ): Promise<{ - bytesWritten: number; - buffer: TBuffer; - }>; - write( - data: string, - position?: number | null, - encoding?: BufferEncoding | null - ): Promise<{ - bytesWritten: number; - buffer: string; - }>; - /** - * Write an array of [ArrayBufferView](https://developer.mozilla.org/en-US/docs/Web/API/ArrayBufferView) s to the file. - * - * The promise is resolved with an object containing a two properties: - * - * It is unsafe to call `writev()` multiple times on the same file without waiting - * for the promise to be resolved (or rejected). - * - * On Linux, positional writes don't work when the file is opened in append mode. - * The kernel ignores the position argument and always appends the data to - * the end of the file. - * @since v12.9.0 - * @param position The offset from the beginning of the file where the data from `buffers` should be written. If `position` is not a `number`, the data will be written at the current - * position. - */ - writev(buffers: ReadonlyArray<NodeJS.ArrayBufferView>, position?: number): Promise<WriteVResult>; - /** - * Read from a file and write to an array of [ArrayBufferView](https://developer.mozilla.org/en-US/docs/Web/API/ArrayBufferView) s - * @since v13.13.0, v12.17.0 - * @param position The offset from the beginning of the file where the data should be read from. If `position` is not a `number`, the data will be read from the current position. - * @return Fulfills upon success an object containing two properties: - */ - readv(buffers: ReadonlyArray<NodeJS.ArrayBufferView>, position?: number): Promise<ReadVResult>; - /** - * Closes the file handle after waiting for any pending operation on the handle to - * complete. - * - * ```js - * import { open } from 'fs/promises'; - * - * let filehandle; - * try { - * filehandle = await open('thefile.txt', 'r'); - * } finally { - * await filehandle?.close(); - * } - * ``` - * @since v10.0.0 - * @return Fulfills with `undefined` upon success. - */ - close(): Promise<void>; - } - - const constants: typeof fsConstants; - - /** - * Tests a user's permissions for the file or directory specified by `path`. - * The `mode` argument is an optional integer that specifies the accessibility - * checks to be performed. `mode` should be either the value `fs.constants.F_OK`or a mask consisting of the bitwise OR of any of `fs.constants.R_OK`,`fs.constants.W_OK`, and `fs.constants.X_OK` - * (e.g.`fs.constants.W_OK | fs.constants.R_OK`). Check `File access constants` for - * possible values of `mode`. - * - * If the accessibility check is successful, the promise is resolved with no - * value. If any of the accessibility checks fail, the promise is rejected - * with an [Error](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error) object. The following example checks if the file`/etc/passwd` can be read and - * written by the current process. - * - * ```js - * import { access } from 'fs/promises'; - * import { constants } from 'fs'; - * - * try { - * await access('/etc/passwd', constants.R_OK | constants.W_OK); - * console.log('can access'); - * } catch { - * console.error('cannot access'); - * } - * ``` - * - * Using `fsPromises.access()` to check for the accessibility of a file before - * calling `fsPromises.open()` is not recommended. Doing so introduces a race - * condition, since other processes may change the file's state between the two - * calls. Instead, user code should open/read/write the file directly and handle - * the error raised if the file is not accessible. - * @since v10.0.0 - * @param [mode=fs.constants.F_OK] - * @return Fulfills with `undefined` upon success. - */ - function access(path: PathLike, mode?: number): Promise<void>; - /** - * Asynchronously copies `src` to `dest`. By default, `dest` is overwritten if it - * already exists. - * - * No guarantees are made about the atomicity of the copy operation. If an - * error occurs after the destination file has been opened for writing, an attempt - * will be made to remove the destination. - * - * ```js - * import { constants } from 'fs'; - * import { copyFile } from 'fs/promises'; - * - * try { - * await copyFile('source.txt', 'destination.txt'); - * console.log('source.txt was copied to destination.txt'); - * } catch { - * console.log('The file could not be copied'); - * } - * - * // By using COPYFILE_EXCL, the operation will fail if destination.txt exists. - * try { - * await copyFile('source.txt', 'destination.txt', constants.COPYFILE_EXCL); - * console.log('source.txt was copied to destination.txt'); - * } catch { - * console.log('The file could not be copied'); - * } - * ``` - * @since v10.0.0 - * @param src source filename to copy - * @param dest destination filename of the copy operation - * @param [mode=0] Optional modifiers that specify the behavior of the copy operation. It is possible to create a mask consisting of the bitwise OR of two or more values (e.g. - * `fs.constants.COPYFILE_EXCL | fs.constants.COPYFILE_FICLONE`) - * @return Fulfills with `undefined` upon success. - */ - function copyFile(src: PathLike, dest: PathLike, mode?: number): Promise<void>; - /** - * Opens a `FileHandle`. - * - * Refer to the POSIX [`open(2)`](http://man7.org/linux/man-pages/man2/open.2.html) documentation for more detail. - * - * Some characters (`< > : " / \ | ? *`) are reserved under Windows as documented - * by [Naming Files, Paths, and Namespaces](https://docs.microsoft.com/en-us/windows/desktop/FileIO/naming-a-file). Under NTFS, if the filename contains - * a colon, Node.js will open a file system stream, as described by [this MSDN page](https://docs.microsoft.com/en-us/windows/desktop/FileIO/using-streams). - * @since v10.0.0 - * @param [flags='r'] See `support of file system `flags``. - * @param [mode=0o666] Sets the file mode (permission and sticky bits) if the file is created. - * @return Fulfills with a {FileHandle} object. - */ - function open(path: PathLike, flags?: string | number, mode?: Mode): Promise<FileHandle>; - /** - * Renames `oldPath` to `newPath`. - * @since v10.0.0 - * @return Fulfills with `undefined` upon success. - */ - function rename(oldPath: PathLike, newPath: PathLike): Promise<void>; - /** - * Truncates (shortens or extends the length) of the content at `path` to `len`bytes. - * @since v10.0.0 - * @param [len=0] - * @return Fulfills with `undefined` upon success. - */ - function truncate(path: PathLike, len?: number): Promise<void>; - /** - * Removes the directory identified by `path`. - * - * Using `fsPromises.rmdir()` on a file (not a directory) results in the - * promise being rejected with an `ENOENT` error on Windows and an `ENOTDIR`error on POSIX. - * - * To get a behavior similar to the `rm -rf` Unix command, use `fsPromises.rm()` with options `{ recursive: true, force: true }`. - * @since v10.0.0 - * @return Fulfills with `undefined` upon success. - */ - function rmdir(path: PathLike, options?: RmDirOptions): Promise<void>; - /** - * Removes files and directories (modeled on the standard POSIX `rm` utility). - * @since v14.14.0 - * @return Fulfills with `undefined` upon success. - */ - function rm(path: PathLike, options?: RmOptions): Promise<void>; - /** - * Asynchronously creates a directory. - * - * The optional `options` argument can be an integer specifying `mode` (permission - * and sticky bits), or an object with a `mode` property and a `recursive`property indicating whether parent directories should be created. Calling`fsPromises.mkdir()` when `path` is a directory - * that exists results in a - * rejection only when `recursive` is false. - * @since v10.0.0 - * @return Upon success, fulfills with `undefined` if `recursive` is `false`, or the first directory path created if `recursive` is `true`. - */ - function mkdir( - path: PathLike, - options: MakeDirectoryOptions & { - recursive: true; - } - ): Promise<string | undefined>; - /** - * Asynchronous mkdir(2) - create a directory. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders - * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`. - */ - function mkdir( - path: PathLike, - options?: - | Mode - | (MakeDirectoryOptions & { - recursive?: false | undefined; - }) - | null - ): Promise<void>; - /** - * Asynchronous mkdir(2) - create a directory. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders - * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`. - */ - function mkdir(path: PathLike, options?: Mode | MakeDirectoryOptions | null): Promise<string | undefined>; - /** - * Reads the contents of a directory. - * - * The optional `options` argument can be a string specifying an encoding, or an - * object with an `encoding` property specifying the character encoding to use for - * the filenames. If the `encoding` is set to `'buffer'`, the filenames returned - * will be passed as `Buffer` objects. - * - * If `options.withFileTypes` is set to `true`, the resolved array will contain `fs.Dirent` objects. - * - * ```js - * import { readdir } from 'fs/promises'; - * - * try { - * const files = await readdir(path); - * for (const file of files) - * console.log(file); - * } catch (err) { - * console.error(err); - * } - * ``` - * @since v10.0.0 - * @return Fulfills with an array of the names of the files in the directory excluding `'.'` and `'..'`. - */ - function readdir( - path: PathLike, - options?: - | (ObjectEncodingOptions & { - withFileTypes?: false | undefined; - }) - | BufferEncoding - | null - ): Promise<string[]>; - /** - * Asynchronous readdir(3) - read a directory. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function readdir( - path: PathLike, - options: - | { - encoding: 'buffer'; - withFileTypes?: false | undefined; - } - | 'buffer' - ): Promise<Buffer[]>; - /** - * Asynchronous readdir(3) - read a directory. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function readdir( - path: PathLike, - options?: - | (ObjectEncodingOptions & { - withFileTypes?: false | undefined; - }) - | BufferEncoding - | null - ): Promise<string[] | Buffer[]>; - /** - * Asynchronous readdir(3) - read a directory. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options If called with `withFileTypes: true` the result data will be an array of Dirent. - */ - function readdir( - path: PathLike, - options: ObjectEncodingOptions & { - withFileTypes: true; - } - ): Promise<Dirent[]>; - /** - * Reads the contents of the symbolic link referred to by `path`. See the POSIX [`readlink(2)`](http://man7.org/linux/man-pages/man2/readlink.2.html) documentation for more detail. The promise is - * resolved with the`linkString` upon success. - * - * The optional `options` argument can be a string specifying an encoding, or an - * object with an `encoding` property specifying the character encoding to use for - * the link path returned. If the `encoding` is set to `'buffer'`, the link path - * returned will be passed as a `Buffer` object. - * @since v10.0.0 - * @return Fulfills with the `linkString` upon success. - */ - function readlink(path: PathLike, options?: ObjectEncodingOptions | BufferEncoding | null): Promise<string>; - /** - * Asynchronous readlink(2) - read value of a symbolic link. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function readlink(path: PathLike, options: BufferEncodingOption): Promise<Buffer>; - /** - * Asynchronous readlink(2) - read value of a symbolic link. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function readlink(path: PathLike, options?: ObjectEncodingOptions | string | null): Promise<string | Buffer>; - /** - * Creates a symbolic link. - * - * The `type` argument is only used on Windows platforms and can be one of `'dir'`,`'file'`, or `'junction'`. Windows junction points require the destination path - * to be absolute. When using `'junction'`, the `target` argument will - * automatically be normalized to absolute path. - * @since v10.0.0 - * @param [type='file'] - * @return Fulfills with `undefined` upon success. - */ - function symlink(target: PathLike, path: PathLike, type?: string | null): Promise<void>; - /** - * Equivalent to `fsPromises.stat()` unless `path` refers to a symbolic link, - * in which case the link itself is stat-ed, not the file that it refers to. - * Refer to the POSIX [`lstat(2)`](http://man7.org/linux/man-pages/man2/lstat.2.html) document for more detail. - * @since v10.0.0 - * @return Fulfills with the {fs.Stats} object for the given symbolic link `path`. - */ - function lstat( - path: PathLike, - opts?: StatOptions & { - bigint?: false | undefined; - } - ): Promise<Stats>; - function lstat( - path: PathLike, - opts: StatOptions & { - bigint: true; - } - ): Promise<BigIntStats>; - function lstat(path: PathLike, opts?: StatOptions): Promise<Stats | BigIntStats>; - /** - * @since v10.0.0 - * @return Fulfills with the {fs.Stats} object for the given `path`. - */ - function stat( - path: PathLike, - opts?: StatOptions & { - bigint?: false | undefined; - } - ): Promise<Stats>; - function stat( - path: PathLike, - opts: StatOptions & { - bigint: true; - } - ): Promise<BigIntStats>; - function stat(path: PathLike, opts?: StatOptions): Promise<Stats | BigIntStats>; - /** - * Creates a new link from the `existingPath` to the `newPath`. See the POSIX [`link(2)`](http://man7.org/linux/man-pages/man2/link.2.html) documentation for more detail. - * @since v10.0.0 - * @return Fulfills with `undefined` upon success. - */ - function link(existingPath: PathLike, newPath: PathLike): Promise<void>; - /** - * If `path` refers to a symbolic link, then the link is removed without affecting - * the file or directory to which that link refers. If the `path` refers to a file - * path that is not a symbolic link, the file is deleted. See the POSIX [`unlink(2)`](http://man7.org/linux/man-pages/man2/unlink.2.html) documentation for more detail. - * @since v10.0.0 - * @return Fulfills with `undefined` upon success. - */ - function unlink(path: PathLike): Promise<void>; - /** - * Changes the permissions of a file. - * @since v10.0.0 - * @return Fulfills with `undefined` upon success. - */ - function chmod(path: PathLike, mode: Mode): Promise<void>; - /** - * Changes the permissions on a symbolic link. - * - * This method is only implemented on macOS. - * @deprecated Since v10.0.0 - * @return Fulfills with `undefined` upon success. - */ - function lchmod(path: PathLike, mode: Mode): Promise<void>; - /** - * Changes the ownership on a symbolic link. - * @since v10.0.0 - * @return Fulfills with `undefined` upon success. - */ - function lchown(path: PathLike, uid: number, gid: number): Promise<void>; - /** - * Changes the access and modification times of a file in the same way as `fsPromises.utimes()`, with the difference that if the path refers to a - * symbolic link, then the link is not dereferenced: instead, the timestamps of - * the symbolic link itself are changed. - * @since v14.5.0, v12.19.0 - * @return Fulfills with `undefined` upon success. - */ - function lutimes(path: PathLike, atime: TimeLike, mtime: TimeLike): Promise<void>; - /** - * Changes the ownership of a file. - * @since v10.0.0 - * @return Fulfills with `undefined` upon success. - */ - function chown(path: PathLike, uid: number, gid: number): Promise<void>; - /** - * Change the file system timestamps of the object referenced by `path`. - * - * The `atime` and `mtime` arguments follow these rules: - * - * * Values can be either numbers representing Unix epoch time, `Date`s, or a - * numeric string like `'123456789.0'`. - * * If the value can not be converted to a number, or is `NaN`, `Infinity` or`-Infinity`, an `Error` will be thrown. - * @since v10.0.0 - * @return Fulfills with `undefined` upon success. - */ - function utimes(path: PathLike, atime: TimeLike, mtime: TimeLike): Promise<void>; - /** - * Determines the actual location of `path` using the same semantics as the`fs.realpath.native()` function. - * - * Only paths that can be converted to UTF8 strings are supported. - * - * The optional `options` argument can be a string specifying an encoding, or an - * object with an `encoding` property specifying the character encoding to use for - * the path. If the `encoding` is set to `'buffer'`, the path returned will be - * passed as a `Buffer` object. - * - * On Linux, when Node.js is linked against musl libc, the procfs file system must - * be mounted on `/proc` in order for this function to work. Glibc does not have - * this restriction. - * @since v10.0.0 - * @return Fulfills with the resolved path upon success. - */ - function realpath(path: PathLike, options?: ObjectEncodingOptions | BufferEncoding | null): Promise<string>; - /** - * Asynchronous realpath(3) - return the canonicalized absolute pathname. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function realpath(path: PathLike, options: BufferEncodingOption): Promise<Buffer>; - /** - * Asynchronous realpath(3) - return the canonicalized absolute pathname. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function realpath(path: PathLike, options?: ObjectEncodingOptions | BufferEncoding | null): Promise<string | Buffer>; - /** - * Creates a unique temporary directory. A unique directory name is generated by - * appending six random characters to the end of the provided `prefix`. Due to - * platform inconsistencies, avoid trailing `X` characters in `prefix`. Some - * platforms, notably the BSDs, can return more than six random characters, and - * replace trailing `X` characters in `prefix` with random characters. - * - * The optional `options` argument can be a string specifying an encoding, or an - * object with an `encoding` property specifying the character encoding to use. - * - * ```js - * import { mkdtemp } from 'fs/promises'; - * - * try { - * await mkdtemp(path.join(os.tmpdir(), 'foo-')); - * } catch (err) { - * console.error(err); - * } - * ``` - * - * The `fsPromises.mkdtemp()` method will append the six randomly selected - * characters directly to the `prefix` string. For instance, given a directory`/tmp`, if the intention is to create a temporary directory _within_`/tmp`, the`prefix` must end with a trailing - * platform-specific path separator - * (`require('path').sep`). - * @since v10.0.0 - * @return Fulfills with a string containing the filesystem path of the newly created temporary directory. - */ - function mkdtemp(prefix: string, options?: ObjectEncodingOptions | BufferEncoding | null): Promise<string>; - /** - * Asynchronously creates a unique temporary directory. - * Generates six random characters to be appended behind a required `prefix` to create a unique temporary directory. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function mkdtemp(prefix: string, options: BufferEncodingOption): Promise<Buffer>; - /** - * Asynchronously creates a unique temporary directory. - * Generates six random characters to be appended behind a required `prefix` to create a unique temporary directory. - * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. - */ - function mkdtemp(prefix: string, options?: ObjectEncodingOptions | BufferEncoding | null): Promise<string | Buffer>; - /** - * Asynchronously writes data to a file, replacing the file if it already exists.`data` can be a string, a buffer, an - * [AsyncIterable](https://tc39.github.io/ecma262/#sec-asynciterable-interface) or - * [Iterable](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols#The_iterable_protocol) object. - * - * The `encoding` option is ignored if `data` is a buffer. - * - * If `options` is a string, then it specifies the encoding. - * - * The `mode` option only affects the newly created file. See `fs.open()` for more details. - * - * Any specified `FileHandle` has to support writing. - * - * It is unsafe to use `fsPromises.writeFile()` multiple times on the same file - * without waiting for the promise to be settled. - * - * Similarly to `fsPromises.readFile` \- `fsPromises.writeFile` is a convenience - * method that performs multiple `write` calls internally to write the buffer - * passed to it. For performance sensitive code consider using `fs.createWriteStream()` or `filehandle.createWriteStream()`. - * - * It is possible to use an `AbortSignal` to cancel an `fsPromises.writeFile()`. - * Cancelation is "best effort", and some amount of data is likely still - * to be written. - * - * ```js - * import { writeFile } from 'fs/promises'; - * import { Buffer } from 'buffer'; - * - * try { - * const controller = new AbortController(); - * const { signal } = controller; - * const data = new Uint8Array(Buffer.from('Hello Node.js')); - * const promise = writeFile('message.txt', data, { signal }); - * - * // Abort the request before the promise settles. - * controller.abort(); - * - * await promise; - * } catch (err) { - * // When a request is aborted - err is an AbortError - * console.error(err); - * } - * ``` - * - * Aborting an ongoing request does not abort individual operating - * system requests but rather the internal buffering `fs.writeFile` performs. - * @since v10.0.0 - * @param file filename or `FileHandle` - * @return Fulfills with `undefined` upon success. - */ - function writeFile( - file: PathLike | FileHandle, - data: string | NodeJS.ArrayBufferView | Iterable<string | NodeJS.ArrayBufferView> | AsyncIterable<string | NodeJS.ArrayBufferView> | Stream, - options?: - | (ObjectEncodingOptions & { - mode?: Mode | undefined; - flag?: OpenMode | undefined; - } & Abortable) - | BufferEncoding - | null - ): Promise<void>; - /** - * Asynchronously append data to a file, creating the file if it does not yet - * exist. `data` can be a string or a `Buffer`. - * - * If `options` is a string, then it specifies the `encoding`. - * - * The `mode` option only affects the newly created file. See `fs.open()` for more details. - * - * The `path` may be specified as a `FileHandle` that has been opened - * for appending (using `fsPromises.open()`). - * @since v10.0.0 - * @param path filename or {FileHandle} - * @return Fulfills with `undefined` upon success. - */ - function appendFile(path: PathLike | FileHandle, data: string | Uint8Array, options?: (ObjectEncodingOptions & FlagAndOpenMode) | BufferEncoding | null): Promise<void>; - /** - * Asynchronously reads the entire contents of a file. - * - * If no encoding is specified (using `options.encoding`), the data is returned - * as a `Buffer` object. Otherwise, the data will be a string. - * - * If `options` is a string, then it specifies the encoding. - * - * When the `path` is a directory, the behavior of `fsPromises.readFile()` is - * platform-specific. On macOS, Linux, and Windows, the promise will be rejected - * with an error. On FreeBSD, a representation of the directory's contents will be - * returned. - * - * It is possible to abort an ongoing `readFile` using an `AbortSignal`. If a - * request is aborted the promise returned is rejected with an `AbortError`: - * - * ```js - * import { readFile } from 'fs/promises'; - * - * try { - * const controller = new AbortController(); - * const { signal } = controller; - * const promise = readFile(fileName, { signal }); - * - * // Abort the request before the promise settles. - * controller.abort(); - * - * await promise; - * } catch (err) { - * // When a request is aborted - err is an AbortError - * console.error(err); - * } - * ``` - * - * Aborting an ongoing request does not abort individual operating - * system requests but rather the internal buffering `fs.readFile` performs. - * - * Any specified `FileHandle` has to support reading. - * @since v10.0.0 - * @param path filename or `FileHandle` - * @return Fulfills with the contents of the file. - */ - function readFile( - path: PathLike | FileHandle, - options?: - | ({ - encoding?: null | undefined; - flag?: OpenMode | undefined; - } & Abortable) - | null - ): Promise<Buffer>; - /** - * Asynchronously reads the entire contents of a file. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * If a `FileHandle` is provided, the underlying file will _not_ be closed automatically. - * @param options An object that may contain an optional flag. - * If a flag is not provided, it defaults to `'r'`. - */ - function readFile( - path: PathLike | FileHandle, - options: - | ({ - encoding: BufferEncoding; - flag?: OpenMode | undefined; - } & Abortable) - | BufferEncoding - ): Promise<string>; - /** - * Asynchronously reads the entire contents of a file. - * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. - * If a `FileHandle` is provided, the underlying file will _not_ be closed automatically. - * @param options An object that may contain an optional flag. - * If a flag is not provided, it defaults to `'r'`. - */ - function readFile( - path: PathLike | FileHandle, - options?: - | (ObjectEncodingOptions & - Abortable & { - flag?: OpenMode | undefined; - }) - | BufferEncoding - | null - ): Promise<string | Buffer>; - /** - * Asynchronously open a directory for iterative scanning. See the POSIX [`opendir(3)`](http://man7.org/linux/man-pages/man3/opendir.3.html) documentation for more detail. - * - * Creates an `fs.Dir`, which contains all further functions for reading from - * and cleaning up the directory. - * - * The `encoding` option sets the encoding for the `path` while opening the - * directory and subsequent read operations. - * - * Example using async iteration: - * - * ```js - * import { opendir } from 'fs/promises'; - * - * try { - * const dir = await opendir('./'); - * for await (const dirent of dir) - * console.log(dirent.name); - * } catch (err) { - * console.error(err); - * } - * ``` - * - * When using the async iterator, the `fs.Dir` object will be automatically - * closed after the iterator exits. - * @since v12.12.0 - * @return Fulfills with an {fs.Dir}. - */ - function opendir(path: PathLike, options?: OpenDirOptions): Promise<Dir>; - /** - * Returns an async iterator that watches for changes on `filename`, where `filename`is either a file or a directory. - * - * ```js - * const { watch } = require('fs/promises'); - * - * const ac = new AbortController(); - * const { signal } = ac; - * setTimeout(() => ac.abort(), 10000); - * - * (async () => { - * try { - * const watcher = watch(__filename, { signal }); - * for await (const event of watcher) - * console.log(event); - * } catch (err) { - * if (err.name === 'AbortError') - * return; - * throw err; - * } - * })(); - * ``` - * - * On most platforms, `'rename'` is emitted whenever a filename appears or - * disappears in the directory. - * - * All the `caveats` for `fs.watch()` also apply to `fsPromises.watch()`. - * @since v15.9.0, v14.18.0 - * @return of objects with the properties: - */ - function watch( - filename: PathLike, - options: - | (WatchOptions & { - encoding: 'buffer'; - }) - | 'buffer' - ): AsyncIterable<FileChangeInfo<Buffer>>; - /** - * Watch for changes on `filename`, where `filename` is either a file or a directory, returning an `FSWatcher`. - * @param filename A path to a file or directory. If a URL is provided, it must use the `file:` protocol. - * @param options Either the encoding for the filename provided to the listener, or an object optionally specifying encoding, persistent, and recursive options. - * If `encoding` is not supplied, the default of `'utf8'` is used. - * If `persistent` is not supplied, the default of `true` is used. - * If `recursive` is not supplied, the default of `false` is used. - */ - function watch(filename: PathLike, options?: WatchOptions | BufferEncoding): AsyncIterable<FileChangeInfo<string>>; - /** - * Watch for changes on `filename`, where `filename` is either a file or a directory, returning an `FSWatcher`. - * @param filename A path to a file or directory. If a URL is provided, it must use the `file:` protocol. - * @param options Either the encoding for the filename provided to the listener, or an object optionally specifying encoding, persistent, and recursive options. - * If `encoding` is not supplied, the default of `'utf8'` is used. - * If `persistent` is not supplied, the default of `true` is used. - * If `recursive` is not supplied, the default of `false` is used. - */ - function watch(filename: PathLike, options: WatchOptions | string): AsyncIterable<FileChangeInfo<string>> | AsyncIterable<FileChangeInfo<Buffer>>; - /** - * Asynchronously copies the entire directory structure from `src` to `dest`, - * including subdirectories and files. - * - * When copying a directory to another directory, globs are not supported and - * behavior is similar to `cp dir1/ dir2/`. - * @since v16.7.0 - * @experimental - * @param src source path to copy. - * @param dest destination path to copy to. - * @return Fulfills with `undefined` upon success. - */ - function cp(source: string | URL, destination: string | URL, opts?: CopyOptions): Promise<void>; -} -declare module 'node:fs/promises' { - export * from 'fs/promises'; -} diff --git a/software/flow/node_modules/@types/node/ts4.8/globals.d.ts b/software/flow/node_modules/@types/node/ts4.8/globals.d.ts deleted file mode 100755 index f401d95..0000000 --- a/software/flow/node_modules/@types/node/ts4.8/globals.d.ts +++ /dev/null @@ -1,294 +0,0 @@ -// Declare "static" methods in Error -interface ErrorConstructor { - /** Create .stack property on a target object */ - captureStackTrace(targetObject: object, constructorOpt?: Function): void; - - /** - * Optional override for formatting stack traces - * - * @see https://v8.dev/docs/stack-trace-api#customizing-stack-traces - */ - prepareStackTrace?: ((err: Error, stackTraces: NodeJS.CallSite[]) => any) | undefined; - - stackTraceLimit: number; -} - -/*-----------------------------------------------* - * * - * GLOBAL * - * * - ------------------------------------------------*/ - -// For backwards compability -interface NodeRequire extends NodeJS.Require { } -interface RequireResolve extends NodeJS.RequireResolve { } -interface NodeModule extends NodeJS.Module { } - -declare var process: NodeJS.Process; -declare var console: Console; - -declare var __filename: string; -declare var __dirname: string; - -declare var require: NodeRequire; -declare var module: NodeModule; - -// Same as module.exports -declare var exports: any; - -/** - * Only available if `--expose-gc` is passed to the process. - */ -declare var gc: undefined | (() => void); - -//#region borrowed -// from https://github.com/microsoft/TypeScript/blob/38da7c600c83e7b31193a62495239a0fe478cb67/lib/lib.webworker.d.ts#L633 until moved to separate lib -/** A controller object that allows you to abort one or more DOM requests as and when desired. */ -interface AbortController { - /** - * Returns the AbortSignal object associated with this object. - */ - - readonly signal: AbortSignal; - /** - * Invoking this method will set this object's AbortSignal's aborted flag and signal to any observers that the associated activity is to be aborted. - */ - abort(): void; -} - -/** A signal object that allows you to communicate with a DOM request (such as a Fetch) and abort it if required via an AbortController object. */ -interface AbortSignal extends EventTarget { - /** - * Returns true if this AbortSignal's AbortController has signaled to abort, and false otherwise. - */ - readonly aborted: boolean; -} - -declare var AbortController: { - prototype: AbortController; - new(): AbortController; -}; - -declare var AbortSignal: { - prototype: AbortSignal; - new(): AbortSignal; - // TODO: Add abort() static -}; -//#endregion borrowed - -//#region ArrayLike.at() -interface RelativeIndexable<T> { - /** - * Takes an integer value and returns the item at that index, - * allowing for positive and negative integers. - * Negative integers count back from the last item in the array. - */ - at(index: number): T | undefined; -} -interface String extends RelativeIndexable<string> {} -interface Array<T> extends RelativeIndexable<T> {} -interface Int8Array extends RelativeIndexable<number> {} -interface Uint8Array extends RelativeIndexable<number> {} -interface Uint8ClampedArray extends RelativeIndexable<number> {} -interface Int16Array extends RelativeIndexable<number> {} -interface Uint16Array extends RelativeIndexable<number> {} -interface Int32Array extends RelativeIndexable<number> {} -interface Uint32Array extends RelativeIndexable<number> {} -interface Float32Array extends RelativeIndexable<number> {} -interface Float64Array extends RelativeIndexable<number> {} -interface BigInt64Array extends RelativeIndexable<bigint> {} -interface BigUint64Array extends RelativeIndexable<bigint> {} -//#endregion ArrayLike.at() end - -/** - * @since v17.0.0 - * - * Creates a deep clone of an object. - */ -declare function structuredClone<T>( - value: T, - transfer?: { transfer: ReadonlyArray<import('worker_threads').TransferListItem> }, -): T; - -/*----------------------------------------------* -* * -* GLOBAL INTERFACES * -* * -*-----------------------------------------------*/ -declare namespace NodeJS { - interface CallSite { - /** - * Value of "this" - */ - getThis(): unknown; - - /** - * Type of "this" as a string. - * This is the name of the function stored in the constructor field of - * "this", if available. Otherwise the object's [[Class]] internal - * property. - */ - getTypeName(): string | null; - - /** - * Current function - */ - getFunction(): Function | undefined; - - /** - * Name of the current function, typically its name property. - * If a name property is not available an attempt will be made to try - * to infer a name from the function's context. - */ - getFunctionName(): string | null; - - /** - * Name of the property [of "this" or one of its prototypes] that holds - * the current function - */ - getMethodName(): string | null; - - /** - * Name of the script [if this function was defined in a script] - */ - getFileName(): string | null; - - /** - * Current line number [if this function was defined in a script] - */ - getLineNumber(): number | null; - - /** - * Current column number [if this function was defined in a script] - */ - getColumnNumber(): number | null; - - /** - * A call site object representing the location where eval was called - * [if this function was created using a call to eval] - */ - getEvalOrigin(): string | undefined; - - /** - * Is this a toplevel invocation, that is, is "this" the global object? - */ - isToplevel(): boolean; - - /** - * Does this call take place in code defined by a call to eval? - */ - isEval(): boolean; - - /** - * Is this call in native V8 code? - */ - isNative(): boolean; - - /** - * Is this a constructor call? - */ - isConstructor(): boolean; - } - - interface ErrnoException extends Error { - errno?: number | undefined; - code?: string | undefined; - path?: string | undefined; - syscall?: string | undefined; - } - - interface ReadableStream extends EventEmitter { - readable: boolean; - read(size?: number): string | Buffer; - setEncoding(encoding: BufferEncoding): this; - pause(): this; - resume(): this; - isPaused(): boolean; - pipe<T extends WritableStream>(destination: T, options?: { end?: boolean | undefined; }): T; - unpipe(destination?: WritableStream): this; - unshift(chunk: string | Uint8Array, encoding?: BufferEncoding): void; - wrap(oldStream: ReadableStream): this; - [Symbol.asyncIterator](): AsyncIterableIterator<string | Buffer>; - } - - interface WritableStream extends EventEmitter { - writable: boolean; - write(buffer: Uint8Array | string, cb?: (err?: Error | null) => void): boolean; - write(str: string, encoding?: BufferEncoding, cb?: (err?: Error | null) => void): boolean; - end(cb?: () => void): this; - end(data: string | Uint8Array, cb?: () => void): this; - end(str: string, encoding?: BufferEncoding, cb?: () => void): this; - } - - interface ReadWriteStream extends ReadableStream, WritableStream { } - - interface RefCounted { - ref(): this; - unref(): this; - } - - type TypedArray = - | Uint8Array - | Uint8ClampedArray - | Uint16Array - | Uint32Array - | Int8Array - | Int16Array - | Int32Array - | BigUint64Array - | BigInt64Array - | Float32Array - | Float64Array; - type ArrayBufferView = TypedArray | DataView; - - interface Require { - (id: string): any; - resolve: RequireResolve; - cache: Dict<NodeModule>; - /** - * @deprecated - */ - extensions: RequireExtensions; - main: Module | undefined; - } - - interface RequireResolve { - (id: string, options?: { paths?: string[] | undefined; }): string; - paths(request: string): string[] | null; - } - - interface RequireExtensions extends Dict<(m: Module, filename: string) => any> { - '.js': (m: Module, filename: string) => any; - '.json': (m: Module, filename: string) => any; - '.node': (m: Module, filename: string) => any; - } - interface Module { - /** - * `true` if the module is running during the Node.js preload - */ - isPreloading: boolean; - exports: any; - require: Require; - id: string; - filename: string; - loaded: boolean; - /** @deprecated since v14.6.0 Please use `require.main` and `module.children` instead. */ - parent: Module | null | undefined; - children: Module[]; - /** - * @since v11.14.0 - * - * The directory name of the module. This is usually the same as the path.dirname() of the module.id. - */ - path: string; - paths: string[]; - } - - interface Dict<T> { - [key: string]: T | undefined; - } - - interface ReadOnlyDict<T> { - readonly [key: string]: T | undefined; - } -} diff --git a/software/flow/node_modules/@types/node/ts4.8/globals.global.d.ts b/software/flow/node_modules/@types/node/ts4.8/globals.global.d.ts deleted file mode 100755 index ef1198c..0000000 --- a/software/flow/node_modules/@types/node/ts4.8/globals.global.d.ts +++ /dev/null @@ -1 +0,0 @@ -declare var global: typeof globalThis; diff --git a/software/flow/node_modules/@types/node/ts4.8/http.d.ts b/software/flow/node_modules/@types/node/ts4.8/http.d.ts deleted file mode 100755 index e14de6c..0000000 --- a/software/flow/node_modules/@types/node/ts4.8/http.d.ts +++ /dev/null @@ -1,1651 +0,0 @@ -/** - * To use the HTTP server and client one must `require('http')`. - * - * The HTTP interfaces in Node.js are designed to support many features - * of the protocol which have been traditionally difficult to use. - * In particular, large, possibly chunk-encoded, messages. The interface is - * careful to never buffer entire requests or responses, so the - * user is able to stream data. - * - * HTTP message headers are represented by an object like this: - * - * ```js - * { 'content-length': '123', - * 'content-type': 'text/plain', - * 'connection': 'keep-alive', - * 'host': 'example.com', - * 'accept': '*' } - * ``` - * - * Keys are lowercased. Values are not modified. - * - * In order to support the full spectrum of possible HTTP applications, the Node.js - * HTTP API is very low-level. It deals with stream handling and message - * parsing only. It parses a message into headers and body but it does not - * parse the actual headers or the body. - * - * See `message.headers` for details on how duplicate headers are handled. - * - * The raw headers as they were received are retained in the `rawHeaders`property, which is an array of `[key, value, key2, value2, ...]`. For - * example, the previous message header object might have a `rawHeaders`list like the following: - * - * ```js - * [ 'ConTent-Length', '123456', - * 'content-LENGTH', '123', - * 'content-type', 'text/plain', - * 'CONNECTION', 'keep-alive', - * 'Host', 'example.com', - * 'accepT', '*' ] - * ``` - * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/http.js) - */ -declare module 'http' { - import * as stream from 'node:stream'; - import { URL } from 'node:url'; - import { TcpSocketConnectOpts, Socket, Server as NetServer, LookupFunction } from 'node:net'; - import { LookupOptions } from 'node:dns'; - // incoming headers will never contain number - interface IncomingHttpHeaders extends NodeJS.Dict<string | string[]> { - accept?: string | undefined; - 'accept-language'?: string | undefined; - 'accept-patch'?: string | undefined; - 'accept-ranges'?: string | undefined; - 'access-control-allow-credentials'?: string | undefined; - 'access-control-allow-headers'?: string | undefined; - 'access-control-allow-methods'?: string | undefined; - 'access-control-allow-origin'?: string | undefined; - 'access-control-expose-headers'?: string | undefined; - 'access-control-max-age'?: string | undefined; - 'access-control-request-headers'?: string | undefined; - 'access-control-request-method'?: string | undefined; - age?: string | undefined; - allow?: string | undefined; - 'alt-svc'?: string | undefined; - authorization?: string | undefined; - 'cache-control'?: string | undefined; - connection?: string | undefined; - 'content-disposition'?: string | undefined; - 'content-encoding'?: string | undefined; - 'content-language'?: string | undefined; - 'content-length'?: string | undefined; - 'content-location'?: string | undefined; - 'content-range'?: string | undefined; - 'content-type'?: string | undefined; - cookie?: string | undefined; - date?: string | undefined; - etag?: string | undefined; - expect?: string | undefined; - expires?: string | undefined; - forwarded?: string | undefined; - from?: string | undefined; - host?: string | undefined; - 'if-match'?: string | undefined; - 'if-modified-since'?: string | undefined; - 'if-none-match'?: string | undefined; - 'if-unmodified-since'?: string | undefined; - 'last-modified'?: string | undefined; - location?: string | undefined; - origin?: string | undefined; - pragma?: string | undefined; - 'proxy-authenticate'?: string | undefined; - 'proxy-authorization'?: string | undefined; - 'public-key-pins'?: string | undefined; - range?: string | undefined; - referer?: string | undefined; - 'retry-after'?: string | undefined; - 'sec-websocket-accept'?: string | undefined; - 'sec-websocket-extensions'?: string | undefined; - 'sec-websocket-key'?: string | undefined; - 'sec-websocket-protocol'?: string | undefined; - 'sec-websocket-version'?: string | undefined; - 'set-cookie'?: string[] | undefined; - 'strict-transport-security'?: string | undefined; - tk?: string | undefined; - trailer?: string | undefined; - 'transfer-encoding'?: string | undefined; - upgrade?: string | undefined; - 'user-agent'?: string | undefined; - vary?: string | undefined; - via?: string | undefined; - warning?: string | undefined; - 'www-authenticate'?: string | undefined; - } - // outgoing headers allows numbers (as they are converted internally to strings) - type OutgoingHttpHeader = number | string | string[]; - interface OutgoingHttpHeaders extends NodeJS.Dict<OutgoingHttpHeader> {} - interface ClientRequestArgs { - _defaultAgent?: Agent | undefined; - agent?: Agent | boolean | undefined; - auth?: string | null | undefined; - // https://github.com/nodejs/node/blob/master/lib/_http_client.js#L278 - createConnection?: - | ((options: ClientRequestArgs, oncreate: (err: Error, socket: Socket) => void) => Socket) - | undefined; - defaultPort?: number | string | undefined; - family?: number | undefined; - headers?: OutgoingHttpHeaders | undefined; - hints?: LookupOptions['hints']; - host?: string | null | undefined; - hostname?: string | null | undefined; - insecureHTTPParser?: boolean | undefined; - localAddress?: string | undefined; - localPort?: number | undefined; - lookup?: LookupFunction | undefined; - /** - * @default 16384 - */ - maxHeaderSize?: number | undefined; - method?: string | undefined; - path?: string | null | undefined; - port?: number | string | null | undefined; - protocol?: string | null | undefined; - setHost?: boolean | undefined; - signal?: AbortSignal | undefined; - socketPath?: string | undefined; - timeout?: number | undefined; - uniqueHeaders?: Array<string | string[]> | undefined; - } - interface ServerOptions< - Request extends typeof IncomingMessage = typeof IncomingMessage, - Response extends typeof ServerResponse = typeof ServerResponse, - > { - /** - * Specifies the `IncomingMessage` class to be used. Useful for extending the original `IncomingMessage`. - */ - IncomingMessage?: Request | undefined; - /** - * Specifies the `ServerResponse` class to be used. Useful for extending the original `ServerResponse`. - */ - ServerResponse?: Response | undefined; - /** - * Sets the timeout value in milliseconds for receiving the entire request from the client. - * @see Server.requestTimeout for more information. - * @default 300000 - * @since v18.0.0 - */ - requestTimeout?: number | undefined; - /** - * The number of milliseconds of inactivity a server needs to wait for additional incoming data, - * after it has finished writing the last response, before a socket will be destroyed. - * @see Server.keepAliveTimeout for more information. - * @default 5000 - * @since v18.0.0 - */ - keepAliveTimeout?: number | undefined; - /** - * Sets the interval value in milliseconds to check for request and headers timeout in incomplete requests. - * @default 30000 - */ - connectionsCheckingInterval?: number | undefined; - /** - * Use an insecure HTTP parser that accepts invalid HTTP headers when `true`. - * Using the insecure parser should be avoided. - * See --insecure-http-parser for more information. - * @default false - */ - insecureHTTPParser?: boolean | undefined; - /** - * Optionally overrides the value of - * `--max-http-header-size` for requests received by this server, i.e. - * the maximum length of request headers in bytes. - * @default 16384 - * @since v13.3.0 - */ - maxHeaderSize?: number | undefined; - /** - * If set to `true`, it disables the use of Nagle's algorithm immediately after a new incoming connection is received. - * @default true - * @since v16.5.0 - */ - noDelay?: boolean | undefined; - /** - * If set to `true`, it enables keep-alive functionality on the socket immediately after a new incoming connection is received, - * similarly on what is done in `socket.setKeepAlive([enable][, initialDelay])`. - * @default false - * @since v16.5.0 - */ - keepAlive?: boolean | undefined; - /** - * If set to a positive number, it sets the initial delay before the first keepalive probe is sent on an idle socket. - * @default 0 - * @since v16.5.0 - */ - keepAliveInitialDelay?: number | undefined; - /** - * A list of response headers that should be sent only once. - * If the header's value is an array, the items will be joined using `; `. - */ - uniqueHeaders?: Array<string | string[]> | undefined; - } - type RequestListener< - Request extends typeof IncomingMessage = typeof IncomingMessage, - Response extends typeof ServerResponse = typeof ServerResponse, - > = (req: InstanceType<Request>, res: InstanceType<Response> & { req: InstanceType<Request> }) => void; - /** - * @since v0.1.17 - */ - class Server< - Request extends typeof IncomingMessage = typeof IncomingMessage, - Response extends typeof ServerResponse = typeof ServerResponse, - > extends NetServer { - constructor(requestListener?: RequestListener<Request, Response>); - constructor(options: ServerOptions<Request, Response>, requestListener?: RequestListener<Request, Response>); - /** - * Sets the timeout value for sockets, and emits a `'timeout'` event on - * the Server object, passing the socket as an argument, if a timeout - * occurs. - * - * If there is a `'timeout'` event listener on the Server object, then it - * will be called with the timed-out socket as an argument. - * - * By default, the Server does not timeout sockets. However, if a callback - * is assigned to the Server's `'timeout'` event, timeouts must be handled - * explicitly. - * @since v0.9.12 - * @param [msecs=0 (no timeout)] - */ - setTimeout(msecs?: number, callback?: () => void): this; - setTimeout(callback: () => void): this; - /** - * Limits maximum incoming headers count. If set to 0, no limit will be applied. - * @since v0.7.0 - */ - maxHeadersCount: number | null; - /** - * The maximum number of requests socket can handle - * before closing keep alive connection. - * - * A value of `0` will disable the limit. - * - * When the limit is reached it will set the `Connection` header value to `close`, - * but will not actually close the connection, subsequent requests sent - * after the limit is reached will get `503 Service Unavailable` as a response. - * @since v16.10.0 - */ - maxRequestsPerSocket: number | null; - /** - * The number of milliseconds of inactivity before a socket is presumed - * to have timed out. - * - * A value of `0` will disable the timeout behavior on incoming connections. - * - * The socket timeout logic is set up on connection, so changing this - * value only affects new connections to the server, not any existing connections. - * @since v0.9.12 - */ - timeout: number; - /** - * Limit the amount of time the parser will wait to receive the complete HTTP - * headers. - * - * If the timeout expires, the server responds with status 408 without - * forwarding the request to the request listener and then closes the connection. - * - * It must be set to a non-zero value (e.g. 120 seconds) to protect against - * potential Denial-of-Service attacks in case the server is deployed without a - * reverse proxy in front. - * @since v11.3.0, v10.14.0 - */ - headersTimeout: number; - /** - * The number of milliseconds of inactivity a server needs to wait for additional - * incoming data, after it has finished writing the last response, before a socket - * will be destroyed. If the server receives new data before the keep-alive - * timeout has fired, it will reset the regular inactivity timeout, i.e.,`server.timeout`. - * - * A value of `0` will disable the keep-alive timeout behavior on incoming - * connections. - * A value of `0` makes the http server behave similarly to Node.js versions prior - * to 8.0.0, which did not have a keep-alive timeout. - * - * The socket timeout logic is set up on connection, so changing this value only - * affects new connections to the server, not any existing connections. - * @since v8.0.0 - */ - keepAliveTimeout: number; - /** - * Sets the timeout value in milliseconds for receiving the entire request from - * the client. - * - * If the timeout expires, the server responds with status 408 without - * forwarding the request to the request listener and then closes the connection. - * - * It must be set to a non-zero value (e.g. 120 seconds) to protect against - * potential Denial-of-Service attacks in case the server is deployed without a - * reverse proxy in front. - * @since v14.11.0 - */ - requestTimeout: number; - /** - * Closes all connections connected to this server. - * @since v18.2.0 - */ - closeAllConnections(): void; - /** - * Closes all connections connected to this server which are not sending a request or waiting for a response. - * @since v18.2.0 - */ - closeIdleConnections(): void; - addListener(event: string, listener: (...args: any[]) => void): this; - addListener(event: 'close', listener: () => void): this; - addListener(event: 'connection', listener: (socket: Socket) => void): this; - addListener(event: 'error', listener: (err: Error) => void): this; - addListener(event: 'listening', listener: () => void): this; - addListener(event: 'checkContinue', listener: RequestListener<Request, Response>): this; - addListener(event: 'checkExpectation', listener: RequestListener<Request, Response>): this; - addListener(event: 'clientError', listener: (err: Error, socket: stream.Duplex) => void): this; - addListener( - event: 'connect', - listener: (req: InstanceType<Request>, socket: stream.Duplex, head: Buffer) => void, - ): this; - addListener(event: 'request', listener: RequestListener<Request, Response>): this; - addListener( - event: 'upgrade', - listener: (req: InstanceType<Request>, socket: stream.Duplex, head: Buffer) => void, - ): this; - emit(event: string, ...args: any[]): boolean; - emit(event: 'close'): boolean; - emit(event: 'connection', socket: Socket): boolean; - emit(event: 'error', err: Error): boolean; - emit(event: 'listening'): boolean; - emit( - event: 'checkContinue', - req: InstanceType<Request>, - res: InstanceType<Response> & { req: InstanceType<Request> }, - ): boolean; - emit( - event: 'checkExpectation', - req: InstanceType<Request>, - res: InstanceType<Response> & { req: InstanceType<Request> }, - ): boolean; - emit(event: 'clientError', err: Error, socket: stream.Duplex): boolean; - emit(event: 'connect', req: InstanceType<Request>, socket: stream.Duplex, head: Buffer): boolean; - emit( - event: 'request', - req: InstanceType<Request>, - res: InstanceType<Response> & { req: InstanceType<Request> }, - ): boolean; - emit(event: 'upgrade', req: InstanceType<Request>, socket: stream.Duplex, head: Buffer): boolean; - on(event: string, listener: (...args: any[]) => void): this; - on(event: 'close', listener: () => void): this; - on(event: 'connection', listener: (socket: Socket) => void): this; - on(event: 'error', listener: (err: Error) => void): this; - on(event: 'listening', listener: () => void): this; - on(event: 'checkContinue', listener: RequestListener<Request, Response>): this; - on(event: 'checkExpectation', listener: RequestListener<Request, Response>): this; - on(event: 'clientError', listener: (err: Error, socket: stream.Duplex) => void): this; - on(event: 'connect', listener: (req: InstanceType<Request>, socket: stream.Duplex, head: Buffer) => void): this; - on(event: 'request', listener: RequestListener<Request, Response>): this; - on(event: 'upgrade', listener: (req: InstanceType<Request>, socket: stream.Duplex, head: Buffer) => void): this; - once(event: string, listener: (...args: any[]) => void): this; - once(event: 'close', listener: () => void): this; - once(event: 'connection', listener: (socket: Socket) => void): this; - once(event: 'error', listener: (err: Error) => void): this; - once(event: 'listening', listener: () => void): this; - once(event: 'checkContinue', listener: RequestListener<Request, Response>): this; - once(event: 'checkExpectation', listener: RequestListener<Request, Response>): this; - once(event: 'clientError', listener: (err: Error, socket: stream.Duplex) => void): this; - once( - event: 'connect', - listener: (req: InstanceType<Request>, socket: stream.Duplex, head: Buffer) => void, - ): this; - once(event: 'request', listener: RequestListener<Request, Response>): this; - once( - event: 'upgrade', - listener: (req: InstanceType<Request>, socket: stream.Duplex, head: Buffer) => void, - ): this; - prependListener(event: string, listener: (...args: any[]) => void): this; - prependListener(event: 'close', listener: () => void): this; - prependListener(event: 'connection', listener: (socket: Socket) => void): this; - prependListener(event: 'error', listener: (err: Error) => void): this; - prependListener(event: 'listening', listener: () => void): this; - prependListener(event: 'checkContinue', listener: RequestListener<Request, Response>): this; - prependListener(event: 'checkExpectation', listener: RequestListener<Request, Response>): this; - prependListener(event: 'clientError', listener: (err: Error, socket: stream.Duplex) => void): this; - prependListener( - event: 'connect', - listener: (req: InstanceType<Request>, socket: stream.Duplex, head: Buffer) => void, - ): this; - prependListener(event: 'request', listener: RequestListener<Request, Response>): this; - prependListener( - event: 'upgrade', - listener: (req: InstanceType<Request>, socket: stream.Duplex, head: Buffer) => void, - ): this; - prependOnceListener(event: string, listener: (...args: any[]) => void): this; - prependOnceListener(event: 'close', listener: () => void): this; - prependOnceListener(event: 'connection', listener: (socket: Socket) => void): this; - prependOnceListener(event: 'error', listener: (err: Error) => void): this; - prependOnceListener(event: 'listening', listener: () => void): this; - prependOnceListener(event: 'checkContinue', listener: RequestListener<Request, Response>): this; - prependOnceListener(event: 'checkExpectation', listener: RequestListener<Request, Response>): this; - prependOnceListener(event: 'clientError', listener: (err: Error, socket: stream.Duplex) => void): this; - prependOnceListener( - event: 'connect', - listener: (req: InstanceType<Request>, socket: stream.Duplex, head: Buffer) => void, - ): this; - prependOnceListener(event: 'request', listener: RequestListener<Request, Response>): this; - prependOnceListener( - event: 'upgrade', - listener: (req: InstanceType<Request>, socket: stream.Duplex, head: Buffer) => void, - ): this; - } - /** - * This class serves as the parent class of {@link ClientRequest} and {@link ServerResponse}. It is an abstract of outgoing message from - * the perspective of the participants of HTTP transaction. - * @since v0.1.17 - */ - class OutgoingMessage<Request extends IncomingMessage = IncomingMessage> extends stream.Writable { - readonly req: Request; - chunkedEncoding: boolean; - shouldKeepAlive: boolean; - useChunkedEncodingByDefault: boolean; - sendDate: boolean; - /** - * @deprecated Use `writableEnded` instead. - */ - finished: boolean; - /** - * Read-only. `true` if the headers were sent, otherwise `false`. - * @since v0.9.3 - */ - readonly headersSent: boolean; - /** - * Aliases of `outgoingMessage.socket` - * @since v0.3.0 - * @deprecated Since v15.12.0,v14.17.1 - Use `socket` instead. - */ - readonly connection: Socket | null; - /** - * Reference to the underlying socket. Usually, users will not want to access - * this property. - * - * After calling `outgoingMessage.end()`, this property will be nulled. - * @since v0.3.0 - */ - readonly socket: Socket | null; - constructor(); - /** - * Once a socket is associated with the message and is connected,`socket.setTimeout()` will be called with `msecs` as the first parameter. - * @since v0.9.12 - * @param callback Optional function to be called when a timeout occurs. Same as binding to the `timeout` event. - */ - setTimeout(msecs: number, callback?: () => void): this; - /** - * Sets a single header value for the header object. - * @since v0.4.0 - * @param name Header name - * @param value Header value - */ - setHeader(name: string, value: number | string | ReadonlyArray<string>): this; - /** - * Gets the value of HTTP header with the given name. If such a name doesn't - * exist in message, it will be `undefined`. - * @since v0.4.0 - * @param name Name of header - */ - getHeader(name: string): number | string | string[] | undefined; - /** - * Returns a shallow copy of the current outgoing headers. Since a shallow - * copy is used, array values may be mutated without additional calls to - * various header-related HTTP module methods. The keys of the returned - * object are the header names and the values are the respective header - * values. All header names are lowercase. - * - * The object returned by the `outgoingMessage.getHeaders()` method does - * not prototypically inherit from the JavaScript Object. This means that - * typical Object methods such as `obj.toString()`, `obj.hasOwnProperty()`, - * and others are not defined and will not work. - * - * ```js - * outgoingMessage.setHeader('Foo', 'bar'); - * outgoingMessage.setHeader('Set-Cookie', ['foo=bar', 'bar=baz']); - * - * const headers = outgoingMessage.getHeaders(); - * // headers === { foo: 'bar', 'set-cookie': ['foo=bar', 'bar=baz'] } - * ``` - * @since v7.7.0 - */ - getHeaders(): OutgoingHttpHeaders; - /** - * Returns an array of names of headers of the outgoing outgoingMessage. All - * names are lowercase. - * @since v7.7.0 - */ - getHeaderNames(): string[]; - /** - * Returns `true` if the header identified by `name` is currently set in the - * outgoing headers. The header name is case-insensitive. - * - * ```js - * const hasContentType = outgoingMessage.hasHeader('content-type'); - * ``` - * @since v7.7.0 - */ - hasHeader(name: string): boolean; - /** - * Removes a header that is queued for implicit sending. - * - * ```js - * outgoingMessage.removeHeader('Content-Encoding'); - * ``` - * @since v0.4.0 - * @param name Header name - */ - removeHeader(name: string): void; - /** - * Adds HTTP trailers (headers but at the end of the message) to the message. - * - * Trailers are **only** be emitted if the message is chunked encoded. If not, - * the trailer will be silently discarded. - * - * HTTP requires the `Trailer` header to be sent to emit trailers, - * with a list of header fields in its value, e.g. - * - * ```js - * message.writeHead(200, { 'Content-Type': 'text/plain', - * 'Trailer': 'Content-MD5' }); - * message.write(fileData); - * message.addTrailers({ 'Content-MD5': '7895bf4b8828b55ceaf47747b4bca667' }); - * message.end(); - * ``` - * - * Attempting to set a header field name or value that contains invalid characters - * will result in a `TypeError` being thrown. - * @since v0.3.0 - */ - addTrailers(headers: OutgoingHttpHeaders | ReadonlyArray<[string, string]>): void; - /** - * Compulsorily flushes the message headers - * - * For efficiency reason, Node.js normally buffers the message headers - * until `outgoingMessage.end()` is called or the first chunk of message data - * is written. It then tries to pack the headers and data into a single TCP - * packet. - * - * It is usually desired (it saves a TCP round-trip), but not when the first - * data is not sent until possibly much later. `outgoingMessage.flushHeaders()`bypasses the optimization and kickstarts the request. - * @since v1.6.0 - */ - flushHeaders(): void; - } - /** - * This object is created internally by an HTTP server, not by the user. It is - * passed as the second parameter to the `'request'` event. - * @since v0.1.17 - */ - class ServerResponse<Request extends IncomingMessage = IncomingMessage> extends OutgoingMessage<Request> { - /** - * When using implicit headers (not calling `response.writeHead()` explicitly), - * this property controls the status code that will be sent to the client when - * the headers get flushed. - * - * ```js - * response.statusCode = 404; - * ``` - * - * After response header was sent to the client, this property indicates the - * status code which was sent out. - * @since v0.4.0 - */ - statusCode: number; - /** - * When using implicit headers (not calling `response.writeHead()` explicitly), - * this property controls the status message that will be sent to the client when - * the headers get flushed. If this is left as `undefined` then the standard - * message for the status code will be used. - * - * ```js - * response.statusMessage = 'Not found'; - * ``` - * - * After response header was sent to the client, this property indicates the - * status message which was sent out. - * @since v0.11.8 - */ - statusMessage: string; - constructor(req: Request); - assignSocket(socket: Socket): void; - detachSocket(socket: Socket): void; - /** - * Sends an HTTP/1.1 100 Continue message to the client, indicating that - * the request body should be sent. See the `'checkContinue'` event on`Server`. - * @since v0.3.0 - */ - writeContinue(callback?: () => void): void; - /** - * Sends an HTTP/1.1 103 Early Hints message to the client with a Link header, - * indicating that the user agent can preload/preconnect the linked resources. - * The `hints` is an object containing the values of headers to be sent with - * early hints message. The optional `callback` argument will be called when - * the response message has been written. - * - * Example: - * - * ```js - * const earlyHintsLink = '</styles.css>; rel=preload; as=style'; - * response.writeEarlyHints({ - * 'link': earlyHintsLink, - * }); - * - * const earlyHintsLinks = [ - * '</styles.css>; rel=preload; as=style', - * '</scripts.js>; rel=preload; as=script', - * ]; - * response.writeEarlyHints({ - * 'link': earlyHintsLinks, - * 'x-trace-id': 'id for diagnostics' - * }); - * - * const earlyHintsCallback = () => console.log('early hints message sent'); - * response.writeEarlyHints({ - * 'link': earlyHintsLinks - * }, earlyHintsCallback); - * ``` - * - * @since v18.11.0 - * @param hints An object containing the values of headers - * @param callback Will be called when the response message has been written - */ - writeEarlyHints(hints: Record<string, string | string[]>, callback?: () => void): void; - /** - * Sends a response header to the request. The status code is a 3-digit HTTP - * status code, like `404`. The last argument, `headers`, are the response headers. - * Optionally one can give a human-readable `statusMessage` as the second - * argument. - * - * `headers` may be an `Array` where the keys and values are in the same list. - * It is _not_ a list of tuples. So, the even-numbered offsets are key values, - * and the odd-numbered offsets are the associated values. The array is in the same - * format as `request.rawHeaders`. - * - * Returns a reference to the `ServerResponse`, so that calls can be chained. - * - * ```js - * const body = 'hello world'; - * response - * .writeHead(200, { - * 'Content-Length': Buffer.byteLength(body), - * 'Content-Type': 'text/plain' - * }) - * .end(body); - * ``` - * - * This method must only be called once on a message and it must - * be called before `response.end()` is called. - * - * If `response.write()` or `response.end()` are called before calling - * this, the implicit/mutable headers will be calculated and call this function. - * - * When headers have been set with `response.setHeader()`, they will be merged - * with any headers passed to `response.writeHead()`, with the headers passed - * to `response.writeHead()` given precedence. - * - * If this method is called and `response.setHeader()` has not been called, - * it will directly write the supplied header values onto the network channel - * without caching internally, and the `response.getHeader()` on the header - * will not yield the expected result. If progressive population of headers is - * desired with potential future retrieval and modification, use `response.setHeader()` instead. - * - * ```js - * // Returns content-type = text/plain - * const server = http.createServer((req, res) => { - * res.setHeader('Content-Type', 'text/html'); - * res.setHeader('X-Foo', 'bar'); - * res.writeHead(200, { 'Content-Type': 'text/plain' }); - * res.end('ok'); - * }); - * ``` - * - * `Content-Length` is given in bytes, not characters. Use `Buffer.byteLength()` to determine the length of the body in bytes. Node.js - * does not check whether `Content-Length` and the length of the body which has - * been transmitted are equal or not. - * - * Attempting to set a header field name or value that contains invalid characters - * will result in a `TypeError` being thrown. - * @since v0.1.30 - */ - writeHead( - statusCode: number, - statusMessage?: string, - headers?: OutgoingHttpHeaders | OutgoingHttpHeader[], - ): this; - writeHead(statusCode: number, headers?: OutgoingHttpHeaders | OutgoingHttpHeader[]): this; - /** - * Sends an HTTP/1.1 102 Processing message to the client, indicating that - * the request body should be sent. - * @since v10.0.0 - */ - writeProcessing(): void; - } - interface InformationEvent { - statusCode: number; - statusMessage: string; - httpVersion: string; - httpVersionMajor: number; - httpVersionMinor: number; - headers: IncomingHttpHeaders; - rawHeaders: string[]; - } - /** - * This object is created internally and returned from {@link request}. It - * represents an _in-progress_ request whose header has already been queued. The - * header is still mutable using the `setHeader(name, value)`,`getHeader(name)`, `removeHeader(name)` API. The actual header will - * be sent along with the first data chunk or when calling `request.end()`. - * - * To get the response, add a listener for `'response'` to the request object.`'response'` will be emitted from the request object when the response - * headers have been received. The `'response'` event is executed with one - * argument which is an instance of {@link IncomingMessage}. - * - * During the `'response'` event, one can add listeners to the - * response object; particularly to listen for the `'data'` event. - * - * If no `'response'` handler is added, then the response will be - * entirely discarded. However, if a `'response'` event handler is added, - * then the data from the response object **must** be consumed, either by - * calling `response.read()` whenever there is a `'readable'` event, or - * by adding a `'data'` handler, or by calling the `.resume()` method. - * Until the data is consumed, the `'end'` event will not fire. Also, until - * the data is read it will consume memory that can eventually lead to a - * 'process out of memory' error. - * - * For backward compatibility, `res` will only emit `'error'` if there is an`'error'` listener registered. - * - * Node.js does not check whether Content-Length and the length of the - * body which has been transmitted are equal or not. - * @since v0.1.17 - */ - class ClientRequest extends OutgoingMessage { - /** - * The `request.aborted` property will be `true` if the request has - * been aborted. - * @since v0.11.14 - * @deprecated Since v17.0.0,v16.12.0 - Check `destroyed` instead. - */ - aborted: boolean; - /** - * The request host. - * @since v14.5.0, v12.19.0 - */ - host: string; - /** - * The request protocol. - * @since v14.5.0, v12.19.0 - */ - protocol: string; - /** - * When sending request through a keep-alive enabled agent, the underlying socket - * might be reused. But if server closes connection at unfortunate time, client - * may run into a 'ECONNRESET' error. - * - * ```js - * const http = require('http'); - * - * // Server has a 5 seconds keep-alive timeout by default - * http - * .createServer((req, res) => { - * res.write('hello\n'); - * res.end(); - * }) - * .listen(3000); - * - * setInterval(() => { - * // Adapting a keep-alive agent - * http.get('http://localhost:3000', { agent }, (res) => { - * res.on('data', (data) => { - * // Do nothing - * }); - * }); - * }, 5000); // Sending request on 5s interval so it's easy to hit idle timeout - * ``` - * - * By marking a request whether it reused socket or not, we can do - * automatic error retry base on it. - * - * ```js - * const http = require('http'); - * const agent = new http.Agent({ keepAlive: true }); - * - * function retriableRequest() { - * const req = http - * .get('http://localhost:3000', { agent }, (res) => { - * // ... - * }) - * .on('error', (err) => { - * // Check if retry is needed - * if (req.reusedSocket &#x26;&#x26; err.code === 'ECONNRESET') { - * retriableRequest(); - * } - * }); - * } - * - * retriableRequest(); - * ``` - * @since v13.0.0, v12.16.0 - */ - reusedSocket: boolean; - /** - * Limits maximum response headers count. If set to 0, no limit will be applied. - */ - maxHeadersCount: number; - constructor(url: string | URL | ClientRequestArgs, cb?: (res: IncomingMessage) => void); - /** - * The request method. - * @since v0.1.97 - */ - method: string; - /** - * The request path. - * @since v0.4.0 - */ - path: string; - /** - * Marks the request as aborting. Calling this will cause remaining data - * in the response to be dropped and the socket to be destroyed. - * @since v0.3.8 - * @deprecated Since v14.1.0,v13.14.0 - Use `destroy` instead. - */ - abort(): void; - onSocket(socket: Socket): void; - /** - * Once a socket is assigned to this request and is connected `socket.setTimeout()` will be called. - * @since v0.5.9 - * @param timeout Milliseconds before a request times out. - * @param callback Optional function to be called when a timeout occurs. Same as binding to the `'timeout'` event. - */ - setTimeout(timeout: number, callback?: () => void): this; - /** - * Once a socket is assigned to this request and is connected `socket.setNoDelay()` will be called. - * @since v0.5.9 - */ - setNoDelay(noDelay?: boolean): void; - /** - * Once a socket is assigned to this request and is connected `socket.setKeepAlive()` will be called. - * @since v0.5.9 - */ - setSocketKeepAlive(enable?: boolean, initialDelay?: number): void; - /** - * Returns an array containing the unique names of the current outgoing raw - * headers. Header names are returned with their exact casing being set. - * - * ```js - * request.setHeader('Foo', 'bar'); - * request.setHeader('Set-Cookie', ['foo=bar', 'bar=baz']); - * - * const headerNames = request.getRawHeaderNames(); - * // headerNames === ['Foo', 'Set-Cookie'] - * ``` - * @since v15.13.0, v14.17.0 - */ - getRawHeaderNames(): string[]; - /** - * @deprecated - */ - addListener(event: 'abort', listener: () => void): this; - addListener( - event: 'connect', - listener: (response: IncomingMessage, socket: Socket, head: Buffer) => void, - ): this; - addListener(event: 'continue', listener: () => void): this; - addListener(event: 'information', listener: (info: InformationEvent) => void): this; - addListener(event: 'response', listener: (response: IncomingMessage) => void): this; - addListener(event: 'socket', listener: (socket: Socket) => void): this; - addListener(event: 'timeout', listener: () => void): this; - addListener( - event: 'upgrade', - listener: (response: IncomingMessage, socket: Socket, head: Buffer) => void, - ): this; - addListener(event: 'close', listener: () => void): this; - addListener(event: 'drain', listener: () => void): this; - addListener(event: 'error', listener: (err: Error) => void): this; - addListener(event: 'finish', listener: () => void): this; - addListener(event: 'pipe', listener: (src: stream.Readable) => void): this; - addListener(event: 'unpipe', listener: (src: stream.Readable) => void): this; - addListener(event: string | symbol, listener: (...args: any[]) => void): this; - /** - * @deprecated - */ - on(event: 'abort', listener: () => void): this; - on(event: 'connect', listener: (response: IncomingMessage, socket: Socket, head: Buffer) => void): this; - on(event: 'continue', listener: () => void): this; - on(event: 'information', listener: (info: InformationEvent) => void): this; - on(event: 'response', listener: (response: IncomingMessage) => void): this; - on(event: 'socket', listener: (socket: Socket) => void): this; - on(event: 'timeout', listener: () => void): this; - on(event: 'upgrade', listener: (response: IncomingMessage, socket: Socket, head: Buffer) => void): this; - on(event: 'close', listener: () => void): this; - on(event: 'drain', listener: () => void): this; - on(event: 'error', listener: (err: Error) => void): this; - on(event: 'finish', listener: () => void): this; - on(event: 'pipe', listener: (src: stream.Readable) => void): this; - on(event: 'unpipe', listener: (src: stream.Readable) => void): this; - on(event: string | symbol, listener: (...args: any[]) => void): this; - /** - * @deprecated - */ - once(event: 'abort', listener: () => void): this; - once(event: 'connect', listener: (response: IncomingMessage, socket: Socket, head: Buffer) => void): this; - once(event: 'continue', listener: () => void): this; - once(event: 'information', listener: (info: InformationEvent) => void): this; - once(event: 'response', listener: (response: IncomingMessage) => void): this; - once(event: 'socket', listener: (socket: Socket) => void): this; - once(event: 'timeout', listener: () => void): this; - once(event: 'upgrade', listener: (response: IncomingMessage, socket: Socket, head: Buffer) => void): this; - once(event: 'close', listener: () => void): this; - once(event: 'drain', listener: () => void): this; - once(event: 'error', listener: (err: Error) => void): this; - once(event: 'finish', listener: () => void): this; - once(event: 'pipe', listener: (src: stream.Readable) => void): this; - once(event: 'unpipe', listener: (src: stream.Readable) => void): this; - once(event: string | symbol, listener: (...args: any[]) => void): this; - /** - * @deprecated - */ - prependListener(event: 'abort', listener: () => void): this; - prependListener( - event: 'connect', - listener: (response: IncomingMessage, socket: Socket, head: Buffer) => void, - ): this; - prependListener(event: 'continue', listener: () => void): this; - prependListener(event: 'information', listener: (info: InformationEvent) => void): this; - prependListener(event: 'response', listener: (response: IncomingMessage) => void): this; - prependListener(event: 'socket', listener: (socket: Socket) => void): this; - prependListener(event: 'timeout', listener: () => void): this; - prependListener( - event: 'upgrade', - listener: (response: IncomingMessage, socket: Socket, head: Buffer) => void, - ): this; - prependListener(event: 'close', listener: () => void): this; - prependListener(event: 'drain', listener: () => void): this; - prependListener(event: 'error', listener: (err: Error) => void): this; - prependListener(event: 'finish', listener: () => void): this; - prependListener(event: 'pipe', listener: (src: stream.Readable) => void): this; - prependListener(event: 'unpipe', listener: (src: stream.Readable) => void): this; - prependListener(event: string | symbol, listener: (...args: any[]) => void): this; - /** - * @deprecated - */ - prependOnceListener(event: 'abort', listener: () => void): this; - prependOnceListener( - event: 'connect', - listener: (response: IncomingMessage, socket: Socket, head: Buffer) => void, - ): this; - prependOnceListener(event: 'continue', listener: () => void): this; - prependOnceListener(event: 'information', listener: (info: InformationEvent) => void): this; - prependOnceListener(event: 'response', listener: (response: IncomingMessage) => void): this; - prependOnceListener(event: 'socket', listener: (socket: Socket) => void): this; - prependOnceListener(event: 'timeout', listener: () => void): this; - prependOnceListener( - event: 'upgrade', - listener: (response: IncomingMessage, socket: Socket, head: Buffer) => void, - ): this; - prependOnceListener(event: 'close', listener: () => void): this; - prependOnceListener(event: 'drain', listener: () => void): this; - prependOnceListener(event: 'error', listener: (err: Error) => void): this; - prependOnceListener(event: 'finish', listener: () => void): this; - prependOnceListener(event: 'pipe', listener: (src: stream.Readable) => void): this; - prependOnceListener(event: 'unpipe', listener: (src: stream.Readable) => void): this; - prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; - } - /** - * An `IncomingMessage` object is created by {@link Server} or {@link ClientRequest} and passed as the first argument to the `'request'` and `'response'` event respectively. It may be used to - * access response - * status, headers and data. - * - * Different from its `socket` value which is a subclass of `stream.Duplex`, the`IncomingMessage` itself extends `stream.Readable` and is created separately to - * parse and emit the incoming HTTP headers and payload, as the underlying socket - * may be reused multiple times in case of keep-alive. - * @since v0.1.17 - */ - class IncomingMessage extends stream.Readable { - constructor(socket: Socket); - /** - * The `message.aborted` property will be `true` if the request has - * been aborted. - * @since v10.1.0 - * @deprecated Since v17.0.0,v16.12.0 - Check `message.destroyed` from <a href="stream.html#class-streamreadable" class="type">stream.Readable</a>. - */ - aborted: boolean; - /** - * In case of server request, the HTTP version sent by the client. In the case of - * client response, the HTTP version of the connected-to server. - * Probably either `'1.1'` or `'1.0'`. - * - * Also `message.httpVersionMajor` is the first integer and`message.httpVersionMinor` is the second. - * @since v0.1.1 - */ - httpVersion: string; - httpVersionMajor: number; - httpVersionMinor: number; - /** - * The `message.complete` property will be `true` if a complete HTTP message has - * been received and successfully parsed. - * - * This property is particularly useful as a means of determining if a client or - * server fully transmitted a message before a connection was terminated: - * - * ```js - * const req = http.request({ - * host: '127.0.0.1', - * port: 8080, - * method: 'POST' - * }, (res) => { - * res.resume(); - * res.on('end', () => { - * if (!res.complete) - * console.error( - * 'The connection was terminated while the message was still being sent'); - * }); - * }); - * ``` - * @since v0.3.0 - */ - complete: boolean; - /** - * Alias for `message.socket`. - * @since v0.1.90 - * @deprecated Since v16.0.0 - Use `socket`. - */ - connection: Socket; - /** - * The `net.Socket` object associated with the connection. - * - * With HTTPS support, use `request.socket.getPeerCertificate()` to obtain the - * client's authentication details. - * - * This property is guaranteed to be an instance of the `net.Socket` class, - * a subclass of `stream.Duplex`, unless the user specified a socket - * type other than `net.Socket` or internally nulled. - * @since v0.3.0 - */ - socket: Socket; - /** - * The request/response headers object. - * - * Key-value pairs of header names and values. Header names are lower-cased. - * - * ```js - * // Prints something like: - * // - * // { 'user-agent': 'curl/7.22.0', - * // host: '127.0.0.1:8000', - * // accept: '*' } - * console.log(request.getHeaders()); - * ``` - * - * Duplicates in raw headers are handled in the following ways, depending on the - * header name: - * - * * Duplicates of `age`, `authorization`, `content-length`, `content-type`,`etag`, `expires`, `from`, `host`, `if-modified-since`, `if-unmodified-since`,`last-modified`, `location`, - * `max-forwards`, `proxy-authorization`, `referer`,`retry-after`, `server`, or `user-agent` are discarded. - * * `set-cookie` is always an array. Duplicates are added to the array. - * * For duplicate `cookie` headers, the values are joined together with '; '. - * * For all other headers, the values are joined together with ', '. - * @since v0.1.5 - */ - headers: IncomingHttpHeaders; - /** - * The raw request/response headers list exactly as they were received. - * - * The keys and values are in the same list. It is _not_ a - * list of tuples. So, the even-numbered offsets are key values, and the - * odd-numbered offsets are the associated values. - * - * Header names are not lowercased, and duplicates are not merged. - * - * ```js - * // Prints something like: - * // - * // [ 'user-agent', - * // 'this is invalid because there can be only one', - * // 'User-Agent', - * // 'curl/7.22.0', - * // 'Host', - * // '127.0.0.1:8000', - * // 'ACCEPT', - * // '*' ] - * console.log(request.rawHeaders); - * ``` - * @since v0.11.6 - */ - rawHeaders: string[]; - /** - * The request/response trailers object. Only populated at the `'end'` event. - * @since v0.3.0 - */ - trailers: NodeJS.Dict<string>; - /** - * The raw request/response trailer keys and values exactly as they were - * received. Only populated at the `'end'` event. - * @since v0.11.6 - */ - rawTrailers: string[]; - /** - * Calls `message.socket.setTimeout(msecs, callback)`. - * @since v0.5.9 - */ - setTimeout(msecs: number, callback?: () => void): this; - /** - * **Only valid for request obtained from {@link Server}.** - * - * The request method as a string. Read only. Examples: `'GET'`, `'DELETE'`. - * @since v0.1.1 - */ - method?: string | undefined; - /** - * **Only valid for request obtained from {@link Server}.** - * - * Request URL string. This contains only the URL that is present in the actual - * HTTP request. Take the following request: - * - * ```http - * GET /status?name=ryan HTTP/1.1 - * Accept: text/plain - * ``` - * - * To parse the URL into its parts: - * - * ```js - * new URL(request.url, `http://${request.getHeaders().host}`); - * ``` - * - * When `request.url` is `'/status?name=ryan'` and`request.getHeaders().host` is `'localhost:3000'`: - * - * ```console - * $ node - * > new URL(request.url, `http://${request.getHeaders().host}`) - * URL { - * href: 'http://localhost:3000/status?name=ryan', - * origin: 'http://localhost:3000', - * protocol: 'http:', - * username: '', - * password: '', - * host: 'localhost:3000', - * hostname: 'localhost', - * port: '3000', - * pathname: '/status', - * search: '?name=ryan', - * searchParams: URLSearchParams { 'name' => 'ryan' }, - * hash: '' - * } - * ``` - * @since v0.1.90 - */ - url?: string | undefined; - /** - * **Only valid for response obtained from {@link ClientRequest}.** - * - * The 3-digit HTTP response status code. E.G. `404`. - * @since v0.1.1 - */ - statusCode?: number | undefined; - /** - * **Only valid for response obtained from {@link ClientRequest}.** - * - * The HTTP response status message (reason phrase). E.G. `OK` or `Internal Server Error`. - * @since v0.11.10 - */ - statusMessage?: string | undefined; - /** - * Calls `destroy()` on the socket that received the `IncomingMessage`. If `error`is provided, an `'error'` event is emitted on the socket and `error` is passed - * as an argument to any listeners on the event. - * @since v0.3.0 - */ - destroy(error?: Error): this; - } - interface AgentOptions extends Partial<TcpSocketConnectOpts> { - /** - * Keep sockets around in a pool to be used by other requests in the future. Default = false - */ - keepAlive?: boolean | undefined; - /** - * When using HTTP KeepAlive, how often to send TCP KeepAlive packets over sockets being kept alive. Default = 1000. - * Only relevant if keepAlive is set to true. - */ - keepAliveMsecs?: number | undefined; - /** - * Maximum number of sockets to allow per host. Default for Node 0.10 is 5, default for Node 0.12 is Infinity - */ - maxSockets?: number | undefined; - /** - * Maximum number of sockets allowed for all hosts in total. Each request will use a new socket until the maximum is reached. Default: Infinity. - */ - maxTotalSockets?: number | undefined; - /** - * Maximum number of sockets to leave open in a free state. Only relevant if keepAlive is set to true. Default = 256. - */ - maxFreeSockets?: number | undefined; - /** - * Socket timeout in milliseconds. This will set the timeout after the socket is connected. - */ - timeout?: number | undefined; - /** - * Scheduling strategy to apply when picking the next free socket to use. - * @default `lifo` - */ - scheduling?: 'fifo' | 'lifo' | undefined; - } - /** - * An `Agent` is responsible for managing connection persistence - * and reuse for HTTP clients. It maintains a queue of pending requests - * for a given host and port, reusing a single socket connection for each - * until the queue is empty, at which time the socket is either destroyed - * or put into a pool where it is kept to be used again for requests to the - * same host and port. Whether it is destroyed or pooled depends on the`keepAlive` `option`. - * - * Pooled connections have TCP Keep-Alive enabled for them, but servers may - * still close idle connections, in which case they will be removed from the - * pool and a new connection will be made when a new HTTP request is made for - * that host and port. Servers may also refuse to allow multiple requests - * over the same connection, in which case the connection will have to be - * remade for every request and cannot be pooled. The `Agent` will still make - * the requests to that server, but each one will occur over a new connection. - * - * When a connection is closed by the client or the server, it is removed - * from the pool. Any unused sockets in the pool will be unrefed so as not - * to keep the Node.js process running when there are no outstanding requests. - * (see `socket.unref()`). - * - * It is good practice, to `destroy()` an `Agent` instance when it is no - * longer in use, because unused sockets consume OS resources. - * - * Sockets are removed from an agent when the socket emits either - * a `'close'` event or an `'agentRemove'` event. When intending to keep one - * HTTP request open for a long time without keeping it in the agent, something - * like the following may be done: - * - * ```js - * http.get(options, (res) => { - * // Do stuff - * }).on('socket', (socket) => { - * socket.emit('agentRemove'); - * }); - * ``` - * - * An agent may also be used for an individual request. By providing`{agent: false}` as an option to the `http.get()` or `http.request()`functions, a one-time use `Agent` with default options - * will be used - * for the client connection. - * - * `agent:false`: - * - * ```js - * http.get({ - * hostname: 'localhost', - * port: 80, - * path: '/', - * agent: false // Create a new agent just for this one request - * }, (res) => { - * // Do stuff with response - * }); - * ``` - * @since v0.3.4 - */ - class Agent { - /** - * By default set to 256\. For agents with `keepAlive` enabled, this - * sets the maximum number of sockets that will be left open in the free - * state. - * @since v0.11.7 - */ - maxFreeSockets: number; - /** - * By default set to `Infinity`. Determines how many concurrent sockets the agent - * can have open per origin. Origin is the returned value of `agent.getName()`. - * @since v0.3.6 - */ - maxSockets: number; - /** - * By default set to `Infinity`. Determines how many concurrent sockets the agent - * can have open. Unlike `maxSockets`, this parameter applies across all origins. - * @since v14.5.0, v12.19.0 - */ - maxTotalSockets: number; - /** - * An object which contains arrays of sockets currently awaiting use by - * the agent when `keepAlive` is enabled. Do not modify. - * - * Sockets in the `freeSockets` list will be automatically destroyed and - * removed from the array on `'timeout'`. - * @since v0.11.4 - */ - readonly freeSockets: NodeJS.ReadOnlyDict<Socket[]>; - /** - * An object which contains arrays of sockets currently in use by the - * agent. Do not modify. - * @since v0.3.6 - */ - readonly sockets: NodeJS.ReadOnlyDict<Socket[]>; - /** - * An object which contains queues of requests that have not yet been assigned to - * sockets. Do not modify. - * @since v0.5.9 - */ - readonly requests: NodeJS.ReadOnlyDict<IncomingMessage[]>; - constructor(opts?: AgentOptions); - /** - * Destroy any sockets that are currently in use by the agent. - * - * It is usually not necessary to do this. However, if using an - * agent with `keepAlive` enabled, then it is best to explicitly shut down - * the agent when it is no longer needed. Otherwise, - * sockets might stay open for quite a long time before the server - * terminates them. - * @since v0.11.4 - */ - destroy(): void; - } - const METHODS: string[]; - const STATUS_CODES: { - [errorCode: number]: string | undefined; - [errorCode: string]: string | undefined; - }; - /** - * Returns a new instance of {@link Server}. - * - * The `requestListener` is a function which is automatically - * added to the `'request'` event. - * @since v0.1.13 - */ - function createServer< - Request extends typeof IncomingMessage = typeof IncomingMessage, - Response extends typeof ServerResponse = typeof ServerResponse, - >(requestListener?: RequestListener<Request, Response>): Server<Request, Response>; - function createServer< - Request extends typeof IncomingMessage = typeof IncomingMessage, - Response extends typeof ServerResponse = typeof ServerResponse, - >( - options: ServerOptions<Request, Response>, - requestListener?: RequestListener<Request, Response>, - ): Server<Request, Response>; - // although RequestOptions are passed as ClientRequestArgs to ClientRequest directly, - // create interface RequestOptions would make the naming more clear to developers - interface RequestOptions extends ClientRequestArgs {} - /** - * `options` in `socket.connect()` are also supported. - * - * Node.js maintains several connections per server to make HTTP requests. - * This function allows one to transparently issue requests. - * - * `url` can be a string or a `URL` object. If `url` is a - * string, it is automatically parsed with `new URL()`. If it is a `URL` object, it will be automatically converted to an ordinary `options` object. - * - * If both `url` and `options` are specified, the objects are merged, with the`options` properties taking precedence. - * - * The optional `callback` parameter will be added as a one-time listener for - * the `'response'` event. - * - * `http.request()` returns an instance of the {@link ClientRequest} class. The `ClientRequest` instance is a writable stream. If one needs to - * upload a file with a POST request, then write to the `ClientRequest` object. - * - * ```js - * const http = require('http'); - * - * const postData = JSON.stringify({ - * 'msg': 'Hello World!' - * }); - * - * const options = { - * hostname: 'www.google.com', - * port: 80, - * path: '/upload', - * method: 'POST', - * headers: { - * 'Content-Type': 'application/json', - * 'Content-Length': Buffer.byteLength(postData) - * } - * }; - * - * const req = http.request(options, (res) => { - * console.log(`STATUS: ${res.statusCode}`); - * console.log(`HEADERS: ${JSON.stringify(res.headers)}`); - * res.setEncoding('utf8'); - * res.on('data', (chunk) => { - * console.log(`BODY: ${chunk}`); - * }); - * res.on('end', () => { - * console.log('No more data in response.'); - * }); - * }); - * - * req.on('error', (e) => { - * console.error(`problem with request: ${e.message}`); - * }); - * - * // Write data to request body - * req.write(postData); - * req.end(); - * ``` - * - * In the example `req.end()` was called. With `http.request()` one - * must always call `req.end()` to signify the end of the request - - * even if there is no data being written to the request body. - * - * If any error is encountered during the request (be that with DNS resolution, - * TCP level errors, or actual HTTP parse errors) an `'error'` event is emitted - * on the returned request object. As with all `'error'` events, if no listeners - * are registered the error will be thrown. - * - * There are a few special headers that should be noted. - * - * * Sending a 'Connection: keep-alive' will notify Node.js that the connection to - * the server should be persisted until the next request. - * * Sending a 'Content-Length' header will disable the default chunked encoding. - * * Sending an 'Expect' header will immediately send the request headers. - * Usually, when sending 'Expect: 100-continue', both a timeout and a listener - * for the `'continue'` event should be set. See RFC 2616 Section 8.2.3 for more - * information. - * * Sending an Authorization header will override using the `auth` option - * to compute basic authentication. - * - * Example using a `URL` as `options`: - * - * ```js - * const options = new URL('http://abc:xyz@example.com'); - * - * const req = http.request(options, (res) => { - * // ... - * }); - * ``` - * - * In a successful request, the following events will be emitted in the following - * order: - * - * * `'socket'` - * * `'response'` - * * `'data'` any number of times, on the `res` object - * (`'data'` will not be emitted at all if the response body is empty, for - * instance, in most redirects) - * * `'end'` on the `res` object - * * `'close'` - * - * In the case of a connection error, the following events will be emitted: - * - * * `'socket'` - * * `'error'` - * * `'close'` - * - * In the case of a premature connection close before the response is received, - * the following events will be emitted in the following order: - * - * * `'socket'` - * * `'error'` with an error with message `'Error: socket hang up'` and code`'ECONNRESET'` - * * `'close'` - * - * In the case of a premature connection close after the response is received, - * the following events will be emitted in the following order: - * - * * `'socket'` - * * `'response'` - * * `'data'` any number of times, on the `res` object - * * (connection closed here) - * * `'aborted'` on the `res` object - * * `'error'` on the `res` object with an error with message`'Error: aborted'` and code `'ECONNRESET'`. - * * `'close'` - * * `'close'` on the `res` object - * - * If `req.destroy()` is called before a socket is assigned, the following - * events will be emitted in the following order: - * - * * (`req.destroy()` called here) - * * `'error'` with an error with message `'Error: socket hang up'` and code`'ECONNRESET'` - * * `'close'` - * - * If `req.destroy()` is called before the connection succeeds, the following - * events will be emitted in the following order: - * - * * `'socket'` - * * (`req.destroy()` called here) - * * `'error'` with an error with message `'Error: socket hang up'` and code`'ECONNRESET'` - * * `'close'` - * - * If `req.destroy()` is called after the response is received, the following - * events will be emitted in the following order: - * - * * `'socket'` - * * `'response'` - * * `'data'` any number of times, on the `res` object - * * (`req.destroy()` called here) - * * `'aborted'` on the `res` object - * * `'error'` on the `res` object with an error with message`'Error: aborted'` and code `'ECONNRESET'`. - * * `'close'` - * * `'close'` on the `res` object - * - * If `req.abort()` is called before a socket is assigned, the following - * events will be emitted in the following order: - * - * * (`req.abort()` called here) - * * `'abort'` - * * `'close'` - * - * If `req.abort()` is called before the connection succeeds, the following - * events will be emitted in the following order: - * - * * `'socket'` - * * (`req.abort()` called here) - * * `'abort'` - * * `'error'` with an error with message `'Error: socket hang up'` and code`'ECONNRESET'` - * * `'close'` - * - * If `req.abort()` is called after the response is received, the following - * events will be emitted in the following order: - * - * * `'socket'` - * * `'response'` - * * `'data'` any number of times, on the `res` object - * * (`req.abort()` called here) - * * `'abort'` - * * `'aborted'` on the `res` object - * * `'error'` on the `res` object with an error with message`'Error: aborted'` and code `'ECONNRESET'`. - * * `'close'` - * * `'close'` on the `res` object - * - * Setting the `timeout` option or using the `setTimeout()` function will - * not abort the request or do anything besides add a `'timeout'` event. - * - * Passing an `AbortSignal` and then calling `abort` on the corresponding`AbortController` will behave the same way as calling `.destroy()` on the - * request itself. - * @since v0.3.6 - */ - function request(options: RequestOptions | string | URL, callback?: (res: IncomingMessage) => void): ClientRequest; - function request( - url: string | URL, - options: RequestOptions, - callback?: (res: IncomingMessage) => void, - ): ClientRequest; - /** - * Since most requests are GET requests without bodies, Node.js provides this - * convenience method. The only difference between this method and {@link request} is that it sets the method to GET and calls `req.end()`automatically. The callback must take care to consume the - * response - * data for reasons stated in {@link ClientRequest} section. - * - * The `callback` is invoked with a single argument that is an instance of {@link IncomingMessage}. - * - * JSON fetching example: - * - * ```js - * http.get('http://localhost:8000/', (res) => { - * const { statusCode } = res; - * const contentType = res.headers['content-type']; - * - * let error; - * // Any 2xx status code signals a successful response but - * // here we're only checking for 200. - * if (statusCode !== 200) { - * error = new Error('Request Failed.\n' + - * `Status Code: ${statusCode}`); - * } else if (!/^application\/json/.test(contentType)) { - * error = new Error('Invalid content-type.\n' + - * `Expected application/json but received ${contentType}`); - * } - * if (error) { - * console.error(error.message); - * // Consume response data to free up memory - * res.resume(); - * return; - * } - * - * res.setEncoding('utf8'); - * let rawData = ''; - * res.on('data', (chunk) => { rawData += chunk; }); - * res.on('end', () => { - * try { - * const parsedData = JSON.parse(rawData); - * console.log(parsedData); - * } catch (e) { - * console.error(e.message); - * } - * }); - * }).on('error', (e) => { - * console.error(`Got error: ${e.message}`); - * }); - * - * // Create a local server to receive data from - * const server = http.createServer((req, res) => { - * res.writeHead(200, { 'Content-Type': 'application/json' }); - * res.end(JSON.stringify({ - * data: 'Hello World!' - * })); - * }); - * - * server.listen(8000); - * ``` - * @since v0.3.6 - * @param options Accepts the same `options` as {@link request}, with the `method` always set to `GET`. Properties that are inherited from the prototype are ignored. - */ - function get(options: RequestOptions | string | URL, callback?: (res: IncomingMessage) => void): ClientRequest; - function get(url: string | URL, options: RequestOptions, callback?: (res: IncomingMessage) => void): ClientRequest; - - /** - * Performs the low-level validations on the provided name that are done when `res.setHeader(name, value)` is called. - * Passing illegal value as name will result in a TypeError being thrown, identified by `code: 'ERR_INVALID_HTTP_TOKEN'`. - * @param name Header name - * @since v14.3.0 - */ - function validateHeaderName(name: string): void; - /** - * Performs the low-level validations on the provided value that are done when `res.setHeader(name, value)` is called. - * Passing illegal value as value will result in a TypeError being thrown. - * - Undefined value error is identified by `code: 'ERR_HTTP_INVALID_HEADER_VALUE'`. - * - Invalid value character error is identified by `code: 'ERR_INVALID_CHAR'`. - * @param name Header name - * @param value Header value - * @since v14.3.0 - */ - function validateHeaderValue(name: string, value: string): void; - - /** - * Set the maximum number of idle HTTP parsers. Default: 1000. - * @param count - * @since v18.8.0, v16.18.0 - */ - function setMaxIdleHTTPParsers(count: number): void; - - let globalAgent: Agent; - /** - * Read-only property specifying the maximum allowed size of HTTP headers in bytes. - * Defaults to 16KB. Configurable using the `--max-http-header-size` CLI option. - */ - const maxHeaderSize: number; -} -declare module 'node:http' { - export * from 'http'; -} diff --git a/software/flow/node_modules/@types/node/ts4.8/http2.d.ts b/software/flow/node_modules/@types/node/ts4.8/http2.d.ts deleted file mode 100755 index 0e36826..0000000 --- a/software/flow/node_modules/@types/node/ts4.8/http2.d.ts +++ /dev/null @@ -1,2134 +0,0 @@ -/** - * The `http2` module provides an implementation of the [HTTP/2](https://tools.ietf.org/html/rfc7540) protocol. It - * can be accessed using: - * - * ```js - * const http2 = require('http2'); - * ``` - * @since v8.4.0 - * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/http2.js) - */ -declare module 'http2' { - import EventEmitter = require('node:events'); - import * as fs from 'node:fs'; - import * as net from 'node:net'; - import * as stream from 'node:stream'; - import * as tls from 'node:tls'; - import * as url from 'node:url'; - import { IncomingHttpHeaders as Http1IncomingHttpHeaders, OutgoingHttpHeaders, IncomingMessage, ServerResponse } from 'node:http'; - export { OutgoingHttpHeaders } from 'node:http'; - export interface IncomingHttpStatusHeader { - ':status'?: number | undefined; - } - export interface IncomingHttpHeaders extends Http1IncomingHttpHeaders { - ':path'?: string | undefined; - ':method'?: string | undefined; - ':authority'?: string | undefined; - ':scheme'?: string | undefined; - } - // Http2Stream - export interface StreamPriorityOptions { - exclusive?: boolean | undefined; - parent?: number | undefined; - weight?: number | undefined; - silent?: boolean | undefined; - } - export interface StreamState { - localWindowSize?: number | undefined; - state?: number | undefined; - localClose?: number | undefined; - remoteClose?: number | undefined; - sumDependencyWeight?: number | undefined; - weight?: number | undefined; - } - export interface ServerStreamResponseOptions { - endStream?: boolean | undefined; - waitForTrailers?: boolean | undefined; - } - export interface StatOptions { - offset: number; - length: number; - } - export interface ServerStreamFileResponseOptions { - statCheck?(stats: fs.Stats, headers: OutgoingHttpHeaders, statOptions: StatOptions): void | boolean; - waitForTrailers?: boolean | undefined; - offset?: number | undefined; - length?: number | undefined; - } - export interface ServerStreamFileResponseOptionsWithError extends ServerStreamFileResponseOptions { - onError?(err: NodeJS.ErrnoException): void; - } - export interface Http2Stream extends stream.Duplex { - /** - * Set to `true` if the `Http2Stream` instance was aborted abnormally. When set, - * the `'aborted'` event will have been emitted. - * @since v8.4.0 - */ - readonly aborted: boolean; - /** - * This property shows the number of characters currently buffered to be written. - * See `net.Socket.bufferSize` for details. - * @since v11.2.0, v10.16.0 - */ - readonly bufferSize: number; - /** - * Set to `true` if the `Http2Stream` instance has been closed. - * @since v9.4.0 - */ - readonly closed: boolean; - /** - * Set to `true` if the `Http2Stream` instance has been destroyed and is no longer - * usable. - * @since v8.4.0 - */ - readonly destroyed: boolean; - /** - * Set to `true` if the `END_STREAM` flag was set in the request or response - * HEADERS frame received, indicating that no additional data should be received - * and the readable side of the `Http2Stream` will be closed. - * @since v10.11.0 - */ - readonly endAfterHeaders: boolean; - /** - * The numeric stream identifier of this `Http2Stream` instance. Set to `undefined`if the stream identifier has not yet been assigned. - * @since v8.4.0 - */ - readonly id?: number | undefined; - /** - * Set to `true` if the `Http2Stream` instance has not yet been assigned a - * numeric stream identifier. - * @since v9.4.0 - */ - readonly pending: boolean; - /** - * Set to the `RST_STREAM` `error code` reported when the `Http2Stream` is - * destroyed after either receiving an `RST_STREAM` frame from the connected peer, - * calling `http2stream.close()`, or `http2stream.destroy()`. Will be`undefined` if the `Http2Stream` has not been closed. - * @since v8.4.0 - */ - readonly rstCode: number; - /** - * An object containing the outbound headers sent for this `Http2Stream`. - * @since v9.5.0 - */ - readonly sentHeaders: OutgoingHttpHeaders; - /** - * An array of objects containing the outbound informational (additional) headers - * sent for this `Http2Stream`. - * @since v9.5.0 - */ - readonly sentInfoHeaders?: OutgoingHttpHeaders[] | undefined; - /** - * An object containing the outbound trailers sent for this `HttpStream`. - * @since v9.5.0 - */ - readonly sentTrailers?: OutgoingHttpHeaders | undefined; - /** - * A reference to the `Http2Session` instance that owns this `Http2Stream`. The - * value will be `undefined` after the `Http2Stream` instance is destroyed. - * @since v8.4.0 - */ - readonly session: Http2Session; - /** - * Provides miscellaneous information about the current state of the`Http2Stream`. - * - * A current state of this `Http2Stream`. - * @since v8.4.0 - */ - readonly state: StreamState; - /** - * Closes the `Http2Stream` instance by sending an `RST_STREAM` frame to the - * connected HTTP/2 peer. - * @since v8.4.0 - * @param [code=http2.constants.NGHTTP2_NO_ERROR] Unsigned 32-bit integer identifying the error code. - * @param callback An optional function registered to listen for the `'close'` event. - */ - close(code?: number, callback?: () => void): void; - /** - * Updates the priority for this `Http2Stream` instance. - * @since v8.4.0 - */ - priority(options: StreamPriorityOptions): void; - /** - * ```js - * const http2 = require('http2'); - * const client = http2.connect('http://example.org:8000'); - * const { NGHTTP2_CANCEL } = http2.constants; - * const req = client.request({ ':path': '/' }); - * - * // Cancel the stream if there's no activity after 5 seconds - * req.setTimeout(5000, () => req.close(NGHTTP2_CANCEL)); - * ``` - * @since v8.4.0 - */ - setTimeout(msecs: number, callback?: () => void): void; - /** - * Sends a trailing `HEADERS` frame to the connected HTTP/2 peer. This method - * will cause the `Http2Stream` to be immediately closed and must only be - * called after the `'wantTrailers'` event has been emitted. When sending a - * request or sending a response, the `options.waitForTrailers` option must be set - * in order to keep the `Http2Stream` open after the final `DATA` frame so that - * trailers can be sent. - * - * ```js - * const http2 = require('http2'); - * const server = http2.createServer(); - * server.on('stream', (stream) => { - * stream.respond(undefined, { waitForTrailers: true }); - * stream.on('wantTrailers', () => { - * stream.sendTrailers({ xyz: 'abc' }); - * }); - * stream.end('Hello World'); - * }); - * ``` - * - * The HTTP/1 specification forbids trailers from containing HTTP/2 pseudo-header - * fields (e.g. `':method'`, `':path'`, etc). - * @since v10.0.0 - */ - sendTrailers(headers: OutgoingHttpHeaders): void; - addListener(event: 'aborted', listener: () => void): this; - addListener(event: 'close', listener: () => void): this; - addListener(event: 'data', listener: (chunk: Buffer | string) => void): this; - addListener(event: 'drain', listener: () => void): this; - addListener(event: 'end', listener: () => void): this; - addListener(event: 'error', listener: (err: Error) => void): this; - addListener(event: 'finish', listener: () => void): this; - addListener(event: 'frameError', listener: (frameType: number, errorCode: number) => void): this; - addListener(event: 'pipe', listener: (src: stream.Readable) => void): this; - addListener(event: 'unpipe', listener: (src: stream.Readable) => void): this; - addListener(event: 'streamClosed', listener: (code: number) => void): this; - addListener(event: 'timeout', listener: () => void): this; - addListener(event: 'trailers', listener: (trailers: IncomingHttpHeaders, flags: number) => void): this; - addListener(event: 'wantTrailers', listener: () => void): this; - addListener(event: string | symbol, listener: (...args: any[]) => void): this; - emit(event: 'aborted'): boolean; - emit(event: 'close'): boolean; - emit(event: 'data', chunk: Buffer | string): boolean; - emit(event: 'drain'): boolean; - emit(event: 'end'): boolean; - emit(event: 'error', err: Error): boolean; - emit(event: 'finish'): boolean; - emit(event: 'frameError', frameType: number, errorCode: number): boolean; - emit(event: 'pipe', src: stream.Readable): boolean; - emit(event: 'unpipe', src: stream.Readable): boolean; - emit(event: 'streamClosed', code: number): boolean; - emit(event: 'timeout'): boolean; - emit(event: 'trailers', trailers: IncomingHttpHeaders, flags: number): boolean; - emit(event: 'wantTrailers'): boolean; - emit(event: string | symbol, ...args: any[]): boolean; - on(event: 'aborted', listener: () => void): this; - on(event: 'close', listener: () => void): this; - on(event: 'data', listener: (chunk: Buffer | string) => void): this; - on(event: 'drain', listener: () => void): this; - on(event: 'end', listener: () => void): this; - on(event: 'error', listener: (err: Error) => void): this; - on(event: 'finish', listener: () => void): this; - on(event: 'frameError', listener: (frameType: number, errorCode: number) => void): this; - on(event: 'pipe', listener: (src: stream.Readable) => void): this; - on(event: 'unpipe', listener: (src: stream.Readable) => void): this; - on(event: 'streamClosed', listener: (code: number) => void): this; - on(event: 'timeout', listener: () => void): this; - on(event: 'trailers', listener: (trailers: IncomingHttpHeaders, flags: number) => void): this; - on(event: 'wantTrailers', listener: () => void): this; - on(event: string | symbol, listener: (...args: any[]) => void): this; - once(event: 'aborted', listener: () => void): this; - once(event: 'close', listener: () => void): this; - once(event: 'data', listener: (chunk: Buffer | string) => void): this; - once(event: 'drain', listener: () => void): this; - once(event: 'end', listener: () => void): this; - once(event: 'error', listener: (err: Error) => void): this; - once(event: 'finish', listener: () => void): this; - once(event: 'frameError', listener: (frameType: number, errorCode: number) => void): this; - once(event: 'pipe', listener: (src: stream.Readable) => void): this; - once(event: 'unpipe', listener: (src: stream.Readable) => void): this; - once(event: 'streamClosed', listener: (code: number) => void): this; - once(event: 'timeout', listener: () => void): this; - once(event: 'trailers', listener: (trailers: IncomingHttpHeaders, flags: number) => void): this; - once(event: 'wantTrailers', listener: () => void): this; - once(event: string | symbol, listener: (...args: any[]) => void): this; - prependListener(event: 'aborted', listener: () => void): this; - prependListener(event: 'close', listener: () => void): this; - prependListener(event: 'data', listener: (chunk: Buffer | string) => void): this; - prependListener(event: 'drain', listener: () => void): this; - prependListener(event: 'end', listener: () => void): this; - prependListener(event: 'error', listener: (err: Error) => void): this; - prependListener(event: 'finish', listener: () => void): this; - prependListener(event: 'frameError', listener: (frameType: number, errorCode: number) => void): this; - prependListener(event: 'pipe', listener: (src: stream.Readable) => void): this; - prependListener(event: 'unpipe', listener: (src: stream.Readable) => void): this; - prependListener(event: 'streamClosed', listener: (code: number) => void): this; - prependListener(event: 'timeout', listener: () => void): this; - prependListener(event: 'trailers', listener: (trailers: IncomingHttpHeaders, flags: number) => void): this; - prependListener(event: 'wantTrailers', listener: () => void): this; - prependListener(event: string | symbol, listener: (...args: any[]) => void): this; - prependOnceListener(event: 'aborted', listener: () => void): this; - prependOnceListener(event: 'close', listener: () => void): this; - prependOnceListener(event: 'data', listener: (chunk: Buffer | string) => void): this; - prependOnceListener(event: 'drain', listener: () => void): this; - prependOnceListener(event: 'end', listener: () => void): this; - prependOnceListener(event: 'error', listener: (err: Error) => void): this; - prependOnceListener(event: 'finish', listener: () => void): this; - prependOnceListener(event: 'frameError', listener: (frameType: number, errorCode: number) => void): this; - prependOnceListener(event: 'pipe', listener: (src: stream.Readable) => void): this; - prependOnceListener(event: 'unpipe', listener: (src: stream.Readable) => void): this; - prependOnceListener(event: 'streamClosed', listener: (code: number) => void): this; - prependOnceListener(event: 'timeout', listener: () => void): this; - prependOnceListener(event: 'trailers', listener: (trailers: IncomingHttpHeaders, flags: number) => void): this; - prependOnceListener(event: 'wantTrailers', listener: () => void): this; - prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; - } - export interface ClientHttp2Stream extends Http2Stream { - addListener(event: 'continue', listener: () => {}): this; - addListener(event: 'headers', listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; - addListener(event: 'push', listener: (headers: IncomingHttpHeaders, flags: number) => void): this; - addListener(event: 'response', listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; - addListener(event: string | symbol, listener: (...args: any[]) => void): this; - emit(event: 'continue'): boolean; - emit(event: 'headers', headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number): boolean; - emit(event: 'push', headers: IncomingHttpHeaders, flags: number): boolean; - emit(event: 'response', headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number): boolean; - emit(event: string | symbol, ...args: any[]): boolean; - on(event: 'continue', listener: () => {}): this; - on(event: 'headers', listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; - on(event: 'push', listener: (headers: IncomingHttpHeaders, flags: number) => void): this; - on(event: 'response', listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; - on(event: string | symbol, listener: (...args: any[]) => void): this; - once(event: 'continue', listener: () => {}): this; - once(event: 'headers', listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; - once(event: 'push', listener: (headers: IncomingHttpHeaders, flags: number) => void): this; - once(event: 'response', listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; - once(event: string | symbol, listener: (...args: any[]) => void): this; - prependListener(event: 'continue', listener: () => {}): this; - prependListener(event: 'headers', listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; - prependListener(event: 'push', listener: (headers: IncomingHttpHeaders, flags: number) => void): this; - prependListener(event: 'response', listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; - prependListener(event: string | symbol, listener: (...args: any[]) => void): this; - prependOnceListener(event: 'continue', listener: () => {}): this; - prependOnceListener(event: 'headers', listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; - prependOnceListener(event: 'push', listener: (headers: IncomingHttpHeaders, flags: number) => void): this; - prependOnceListener(event: 'response', listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; - prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; - } - export interface ServerHttp2Stream extends Http2Stream { - /** - * True if headers were sent, false otherwise (read-only). - * @since v8.4.0 - */ - readonly headersSent: boolean; - /** - * Read-only property mapped to the `SETTINGS_ENABLE_PUSH` flag of the remote - * client's most recent `SETTINGS` frame. Will be `true` if the remote peer - * accepts push streams, `false` otherwise. Settings are the same for every`Http2Stream` in the same `Http2Session`. - * @since v8.4.0 - */ - readonly pushAllowed: boolean; - /** - * Sends an additional informational `HEADERS` frame to the connected HTTP/2 peer. - * @since v8.4.0 - */ - additionalHeaders(headers: OutgoingHttpHeaders): void; - /** - * Initiates a push stream. The callback is invoked with the new `Http2Stream`instance created for the push stream passed as the second argument, or an`Error` passed as the first argument. - * - * ```js - * const http2 = require('http2'); - * const server = http2.createServer(); - * server.on('stream', (stream) => { - * stream.respond({ ':status': 200 }); - * stream.pushStream({ ':path': '/' }, (err, pushStream, headers) => { - * if (err) throw err; - * pushStream.respond({ ':status': 200 }); - * pushStream.end('some pushed data'); - * }); - * stream.end('some data'); - * }); - * ``` - * - * Setting the weight of a push stream is not allowed in the `HEADERS` frame. Pass - * a `weight` value to `http2stream.priority` with the `silent` option set to`true` to enable server-side bandwidth balancing between concurrent streams. - * - * Calling `http2stream.pushStream()` from within a pushed stream is not permitted - * and will throw an error. - * @since v8.4.0 - * @param callback Callback that is called once the push stream has been initiated. - */ - pushStream(headers: OutgoingHttpHeaders, callback?: (err: Error | null, pushStream: ServerHttp2Stream, headers: OutgoingHttpHeaders) => void): void; - pushStream(headers: OutgoingHttpHeaders, options?: StreamPriorityOptions, callback?: (err: Error | null, pushStream: ServerHttp2Stream, headers: OutgoingHttpHeaders) => void): void; - /** - * ```js - * const http2 = require('http2'); - * const server = http2.createServer(); - * server.on('stream', (stream) => { - * stream.respond({ ':status': 200 }); - * stream.end('some data'); - * }); - * ``` - * - * When the `options.waitForTrailers` option is set, the `'wantTrailers'` event - * will be emitted immediately after queuing the last chunk of payload data to be - * sent. The `http2stream.sendTrailers()` method can then be used to sent trailing - * header fields to the peer. - * - * When `options.waitForTrailers` is set, the `Http2Stream` will not automatically - * close when the final `DATA` frame is transmitted. User code must call either`http2stream.sendTrailers()` or `http2stream.close()` to close the`Http2Stream`. - * - * ```js - * const http2 = require('http2'); - * const server = http2.createServer(); - * server.on('stream', (stream) => { - * stream.respond({ ':status': 200 }, { waitForTrailers: true }); - * stream.on('wantTrailers', () => { - * stream.sendTrailers({ ABC: 'some value to send' }); - * }); - * stream.end('some data'); - * }); - * ``` - * @since v8.4.0 - */ - respond(headers?: OutgoingHttpHeaders, options?: ServerStreamResponseOptions): void; - /** - * Initiates a response whose data is read from the given file descriptor. No - * validation is performed on the given file descriptor. If an error occurs while - * attempting to read data using the file descriptor, the `Http2Stream` will be - * closed using an `RST_STREAM` frame using the standard `INTERNAL_ERROR` code. - * - * When used, the `Http2Stream` object's `Duplex` interface will be closed - * automatically. - * - * ```js - * const http2 = require('http2'); - * const fs = require('fs'); - * - * const server = http2.createServer(); - * server.on('stream', (stream) => { - * const fd = fs.openSync('/some/file', 'r'); - * - * const stat = fs.fstatSync(fd); - * const headers = { - * 'content-length': stat.size, - * 'last-modified': stat.mtime.toUTCString(), - * 'content-type': 'text/plain; charset=utf-8' - * }; - * stream.respondWithFD(fd, headers); - * stream.on('close', () => fs.closeSync(fd)); - * }); - * ``` - * - * The optional `options.statCheck` function may be specified to give user code - * an opportunity to set additional content headers based on the `fs.Stat` details - * of the given fd. If the `statCheck` function is provided, the`http2stream.respondWithFD()` method will perform an `fs.fstat()` call to - * collect details on the provided file descriptor. - * - * The `offset` and `length` options may be used to limit the response to a - * specific range subset. This can be used, for instance, to support HTTP Range - * requests. - * - * The file descriptor or `FileHandle` is not closed when the stream is closed, - * so it will need to be closed manually once it is no longer needed. - * Using the same file descriptor concurrently for multiple streams - * is not supported and may result in data loss. Re-using a file descriptor - * after a stream has finished is supported. - * - * When the `options.waitForTrailers` option is set, the `'wantTrailers'` event - * will be emitted immediately after queuing the last chunk of payload data to be - * sent. The `http2stream.sendTrailers()` method can then be used to sent trailing - * header fields to the peer. - * - * When `options.waitForTrailers` is set, the `Http2Stream` will not automatically - * close when the final `DATA` frame is transmitted. User code _must_ call either`http2stream.sendTrailers()` or `http2stream.close()` to close the`Http2Stream`. - * - * ```js - * const http2 = require('http2'); - * const fs = require('fs'); - * - * const server = http2.createServer(); - * server.on('stream', (stream) => { - * const fd = fs.openSync('/some/file', 'r'); - * - * const stat = fs.fstatSync(fd); - * const headers = { - * 'content-length': stat.size, - * 'last-modified': stat.mtime.toUTCString(), - * 'content-type': 'text/plain; charset=utf-8' - * }; - * stream.respondWithFD(fd, headers, { waitForTrailers: true }); - * stream.on('wantTrailers', () => { - * stream.sendTrailers({ ABC: 'some value to send' }); - * }); - * - * stream.on('close', () => fs.closeSync(fd)); - * }); - * ``` - * @since v8.4.0 - * @param fd A readable file descriptor. - */ - respondWithFD(fd: number | fs.promises.FileHandle, headers?: OutgoingHttpHeaders, options?: ServerStreamFileResponseOptions): void; - /** - * Sends a regular file as the response. The `path` must specify a regular file - * or an `'error'` event will be emitted on the `Http2Stream` object. - * - * When used, the `Http2Stream` object's `Duplex` interface will be closed - * automatically. - * - * The optional `options.statCheck` function may be specified to give user code - * an opportunity to set additional content headers based on the `fs.Stat` details - * of the given file: - * - * If an error occurs while attempting to read the file data, the `Http2Stream`will be closed using an `RST_STREAM` frame using the standard `INTERNAL_ERROR`code. If the `onError` callback is - * defined, then it will be called. Otherwise - * the stream will be destroyed. - * - * Example using a file path: - * - * ```js - * const http2 = require('http2'); - * const server = http2.createServer(); - * server.on('stream', (stream) => { - * function statCheck(stat, headers) { - * headers['last-modified'] = stat.mtime.toUTCString(); - * } - * - * function onError(err) { - * // stream.respond() can throw if the stream has been destroyed by - * // the other side. - * try { - * if (err.code === 'ENOENT') { - * stream.respond({ ':status': 404 }); - * } else { - * stream.respond({ ':status': 500 }); - * } - * } catch (err) { - * // Perform actual error handling. - * console.log(err); - * } - * stream.end(); - * } - * - * stream.respondWithFile('/some/file', - * { 'content-type': 'text/plain; charset=utf-8' }, - * { statCheck, onError }); - * }); - * ``` - * - * The `options.statCheck` function may also be used to cancel the send operation - * by returning `false`. For instance, a conditional request may check the stat - * results to determine if the file has been modified to return an appropriate`304` response: - * - * ```js - * const http2 = require('http2'); - * const server = http2.createServer(); - * server.on('stream', (stream) => { - * function statCheck(stat, headers) { - * // Check the stat here... - * stream.respond({ ':status': 304 }); - * return false; // Cancel the send operation - * } - * stream.respondWithFile('/some/file', - * { 'content-type': 'text/plain; charset=utf-8' }, - * { statCheck }); - * }); - * ``` - * - * The `content-length` header field will be automatically set. - * - * The `offset` and `length` options may be used to limit the response to a - * specific range subset. This can be used, for instance, to support HTTP Range - * requests. - * - * The `options.onError` function may also be used to handle all the errors - * that could happen before the delivery of the file is initiated. The - * default behavior is to destroy the stream. - * - * When the `options.waitForTrailers` option is set, the `'wantTrailers'` event - * will be emitted immediately after queuing the last chunk of payload data to be - * sent. The `http2stream.sendTrailers()` method can then be used to sent trailing - * header fields to the peer. - * - * When `options.waitForTrailers` is set, the `Http2Stream` will not automatically - * close when the final `DATA` frame is transmitted. User code must call either`http2stream.sendTrailers()` or `http2stream.close()` to close the`Http2Stream`. - * - * ```js - * const http2 = require('http2'); - * const server = http2.createServer(); - * server.on('stream', (stream) => { - * stream.respondWithFile('/some/file', - * { 'content-type': 'text/plain; charset=utf-8' }, - * { waitForTrailers: true }); - * stream.on('wantTrailers', () => { - * stream.sendTrailers({ ABC: 'some value to send' }); - * }); - * }); - * ``` - * @since v8.4.0 - */ - respondWithFile(path: string, headers?: OutgoingHttpHeaders, options?: ServerStreamFileResponseOptionsWithError): void; - } - // Http2Session - export interface Settings { - headerTableSize?: number | undefined; - enablePush?: boolean | undefined; - initialWindowSize?: number | undefined; - maxFrameSize?: number | undefined; - maxConcurrentStreams?: number | undefined; - maxHeaderListSize?: number | undefined; - enableConnectProtocol?: boolean | undefined; - } - export interface ClientSessionRequestOptions { - endStream?: boolean | undefined; - exclusive?: boolean | undefined; - parent?: number | undefined; - weight?: number | undefined; - waitForTrailers?: boolean | undefined; - signal?: AbortSignal | undefined; - } - export interface SessionState { - effectiveLocalWindowSize?: number | undefined; - effectiveRecvDataLength?: number | undefined; - nextStreamID?: number | undefined; - localWindowSize?: number | undefined; - lastProcStreamID?: number | undefined; - remoteWindowSize?: number | undefined; - outboundQueueSize?: number | undefined; - deflateDynamicTableSize?: number | undefined; - inflateDynamicTableSize?: number | undefined; - } - export interface Http2Session extends EventEmitter { - /** - * Value will be `undefined` if the `Http2Session` is not yet connected to a - * socket, `h2c` if the `Http2Session` is not connected to a `TLSSocket`, or - * will return the value of the connected `TLSSocket`'s own `alpnProtocol`property. - * @since v9.4.0 - */ - readonly alpnProtocol?: string | undefined; - /** - * Will be `true` if this `Http2Session` instance has been closed, otherwise`false`. - * @since v9.4.0 - */ - readonly closed: boolean; - /** - * Will be `true` if this `Http2Session` instance is still connecting, will be set - * to `false` before emitting `connect` event and/or calling the `http2.connect`callback. - * @since v10.0.0 - */ - readonly connecting: boolean; - /** - * Will be `true` if this `Http2Session` instance has been destroyed and must no - * longer be used, otherwise `false`. - * @since v8.4.0 - */ - readonly destroyed: boolean; - /** - * Value is `undefined` if the `Http2Session` session socket has not yet been - * connected, `true` if the `Http2Session` is connected with a `TLSSocket`, - * and `false` if the `Http2Session` is connected to any other kind of socket - * or stream. - * @since v9.4.0 - */ - readonly encrypted?: boolean | undefined; - /** - * A prototype-less object describing the current local settings of this`Http2Session`. The local settings are local to _this_`Http2Session` instance. - * @since v8.4.0 - */ - readonly localSettings: Settings; - /** - * If the `Http2Session` is connected to a `TLSSocket`, the `originSet` property - * will return an `Array` of origins for which the `Http2Session` may be - * considered authoritative. - * - * The `originSet` property is only available when using a secure TLS connection. - * @since v9.4.0 - */ - readonly originSet?: string[] | undefined; - /** - * Indicates whether the `Http2Session` is currently waiting for acknowledgment of - * a sent `SETTINGS` frame. Will be `true` after calling the`http2session.settings()` method. Will be `false` once all sent `SETTINGS`frames have been acknowledged. - * @since v8.4.0 - */ - readonly pendingSettingsAck: boolean; - /** - * A prototype-less object describing the current remote settings of this`Http2Session`. The remote settings are set by the _connected_ HTTP/2 peer. - * @since v8.4.0 - */ - readonly remoteSettings: Settings; - /** - * Returns a `Proxy` object that acts as a `net.Socket` (or `tls.TLSSocket`) but - * limits available methods to ones safe to use with HTTP/2. - * - * `destroy`, `emit`, `end`, `pause`, `read`, `resume`, and `write` will throw - * an error with code `ERR_HTTP2_NO_SOCKET_MANIPULATION`. See `Http2Session and Sockets` for more information. - * - * `setTimeout` method will be called on this `Http2Session`. - * - * All other interactions will be routed directly to the socket. - * @since v8.4.0 - */ - readonly socket: net.Socket | tls.TLSSocket; - /** - * Provides miscellaneous information about the current state of the`Http2Session`. - * - * An object describing the current status of this `Http2Session`. - * @since v8.4.0 - */ - readonly state: SessionState; - /** - * The `http2session.type` will be equal to`http2.constants.NGHTTP2_SESSION_SERVER` if this `Http2Session` instance is a - * server, and `http2.constants.NGHTTP2_SESSION_CLIENT` if the instance is a - * client. - * @since v8.4.0 - */ - readonly type: number; - /** - * Gracefully closes the `Http2Session`, allowing any existing streams to - * complete on their own and preventing new `Http2Stream` instances from being - * created. Once closed, `http2session.destroy()`_might_ be called if there - * are no open `Http2Stream` instances. - * - * If specified, the `callback` function is registered as a handler for the`'close'` event. - * @since v9.4.0 - */ - close(callback?: () => void): void; - /** - * Immediately terminates the `Http2Session` and the associated `net.Socket` or`tls.TLSSocket`. - * - * Once destroyed, the `Http2Session` will emit the `'close'` event. If `error`is not undefined, an `'error'` event will be emitted immediately before the`'close'` event. - * - * If there are any remaining open `Http2Streams` associated with the`Http2Session`, those will also be destroyed. - * @since v8.4.0 - * @param error An `Error` object if the `Http2Session` is being destroyed due to an error. - * @param code The HTTP/2 error code to send in the final `GOAWAY` frame. If unspecified, and `error` is not undefined, the default is `INTERNAL_ERROR`, otherwise defaults to `NO_ERROR`. - */ - destroy(error?: Error, code?: number): void; - /** - * Transmits a `GOAWAY` frame to the connected peer _without_ shutting down the`Http2Session`. - * @since v9.4.0 - * @param code An HTTP/2 error code - * @param lastStreamID The numeric ID of the last processed `Http2Stream` - * @param opaqueData A `TypedArray` or `DataView` instance containing additional data to be carried within the `GOAWAY` frame. - */ - goaway(code?: number, lastStreamID?: number, opaqueData?: NodeJS.ArrayBufferView): void; - /** - * Sends a `PING` frame to the connected HTTP/2 peer. A `callback` function must - * be provided. The method will return `true` if the `PING` was sent, `false`otherwise. - * - * The maximum number of outstanding (unacknowledged) pings is determined by the`maxOutstandingPings` configuration option. The default maximum is 10. - * - * If provided, the `payload` must be a `Buffer`, `TypedArray`, or `DataView`containing 8 bytes of data that will be transmitted with the `PING` and - * returned with the ping acknowledgment. - * - * The callback will be invoked with three arguments: an error argument that will - * be `null` if the `PING` was successfully acknowledged, a `duration` argument - * that reports the number of milliseconds elapsed since the ping was sent and the - * acknowledgment was received, and a `Buffer` containing the 8-byte `PING`payload. - * - * ```js - * session.ping(Buffer.from('abcdefgh'), (err, duration, payload) => { - * if (!err) { - * console.log(`Ping acknowledged in ${duration} milliseconds`); - * console.log(`With payload '${payload.toString()}'`); - * } - * }); - * ``` - * - * If the `payload` argument is not specified, the default payload will be the - * 64-bit timestamp (little endian) marking the start of the `PING` duration. - * @since v8.9.3 - * @param payload Optional ping payload. - */ - ping(callback: (err: Error | null, duration: number, payload: Buffer) => void): boolean; - ping(payload: NodeJS.ArrayBufferView, callback: (err: Error | null, duration: number, payload: Buffer) => void): boolean; - /** - * Calls `ref()` on this `Http2Session`instance's underlying `net.Socket`. - * @since v9.4.0 - */ - ref(): void; - /** - * Sets the local endpoint's window size. - * The `windowSize` is the total window size to set, not - * the delta. - * - * ```js - * const http2 = require('http2'); - * - * const server = http2.createServer(); - * const expectedWindowSize = 2 ** 20; - * server.on('connect', (session) => { - * - * // Set local window size to be 2 ** 20 - * session.setLocalWindowSize(expectedWindowSize); - * }); - * ``` - * @since v15.3.0, v14.18.0 - */ - setLocalWindowSize(windowSize: number): void; - /** - * Used to set a callback function that is called when there is no activity on - * the `Http2Session` after `msecs` milliseconds. The given `callback` is - * registered as a listener on the `'timeout'` event. - * @since v8.4.0 - */ - setTimeout(msecs: number, callback?: () => void): void; - /** - * Updates the current local settings for this `Http2Session` and sends a new`SETTINGS` frame to the connected HTTP/2 peer. - * - * Once called, the `http2session.pendingSettingsAck` property will be `true`while the session is waiting for the remote peer to acknowledge the new - * settings. - * - * The new settings will not become effective until the `SETTINGS` acknowledgment - * is received and the `'localSettings'` event is emitted. It is possible to send - * multiple `SETTINGS` frames while acknowledgment is still pending. - * @since v8.4.0 - * @param callback Callback that is called once the session is connected or right away if the session is already connected. - */ - settings(settings: Settings, callback?: (err: Error | null, settings: Settings, duration: number) => void): void; - /** - * Calls `unref()` on this `Http2Session`instance's underlying `net.Socket`. - * @since v9.4.0 - */ - unref(): void; - addListener(event: 'close', listener: () => void): this; - addListener(event: 'error', listener: (err: Error) => void): this; - addListener(event: 'frameError', listener: (frameType: number, errorCode: number, streamID: number) => void): this; - addListener(event: 'goaway', listener: (errorCode: number, lastStreamID: number, opaqueData: Buffer) => void): this; - addListener(event: 'localSettings', listener: (settings: Settings) => void): this; - addListener(event: 'ping', listener: () => void): this; - addListener(event: 'remoteSettings', listener: (settings: Settings) => void): this; - addListener(event: 'timeout', listener: () => void): this; - addListener(event: string | symbol, listener: (...args: any[]) => void): this; - emit(event: 'close'): boolean; - emit(event: 'error', err: Error): boolean; - emit(event: 'frameError', frameType: number, errorCode: number, streamID: number): boolean; - emit(event: 'goaway', errorCode: number, lastStreamID: number, opaqueData: Buffer): boolean; - emit(event: 'localSettings', settings: Settings): boolean; - emit(event: 'ping'): boolean; - emit(event: 'remoteSettings', settings: Settings): boolean; - emit(event: 'timeout'): boolean; - emit(event: string | symbol, ...args: any[]): boolean; - on(event: 'close', listener: () => void): this; - on(event: 'error', listener: (err: Error) => void): this; - on(event: 'frameError', listener: (frameType: number, errorCode: number, streamID: number) => void): this; - on(event: 'goaway', listener: (errorCode: number, lastStreamID: number, opaqueData: Buffer) => void): this; - on(event: 'localSettings', listener: (settings: Settings) => void): this; - on(event: 'ping', listener: () => void): this; - on(event: 'remoteSettings', listener: (settings: Settings) => void): this; - on(event: 'timeout', listener: () => void): this; - on(event: string | symbol, listener: (...args: any[]) => void): this; - once(event: 'close', listener: () => void): this; - once(event: 'error', listener: (err: Error) => void): this; - once(event: 'frameError', listener: (frameType: number, errorCode: number, streamID: number) => void): this; - once(event: 'goaway', listener: (errorCode: number, lastStreamID: number, opaqueData: Buffer) => void): this; - once(event: 'localSettings', listener: (settings: Settings) => void): this; - once(event: 'ping', listener: () => void): this; - once(event: 'remoteSettings', listener: (settings: Settings) => void): this; - once(event: 'timeout', listener: () => void): this; - once(event: string | symbol, listener: (...args: any[]) => void): this; - prependListener(event: 'close', listener: () => void): this; - prependListener(event: 'error', listener: (err: Error) => void): this; - prependListener(event: 'frameError', listener: (frameType: number, errorCode: number, streamID: number) => void): this; - prependListener(event: 'goaway', listener: (errorCode: number, lastStreamID: number, opaqueData: Buffer) => void): this; - prependListener(event: 'localSettings', listener: (settings: Settings) => void): this; - prependListener(event: 'ping', listener: () => void): this; - prependListener(event: 'remoteSettings', listener: (settings: Settings) => void): this; - prependListener(event: 'timeout', listener: () => void): this; - prependListener(event: string | symbol, listener: (...args: any[]) => void): this; - prependOnceListener(event: 'close', listener: () => void): this; - prependOnceListener(event: 'error', listener: (err: Error) => void): this; - prependOnceListener(event: 'frameError', listener: (frameType: number, errorCode: number, streamID: number) => void): this; - prependOnceListener(event: 'goaway', listener: (errorCode: number, lastStreamID: number, opaqueData: Buffer) => void): this; - prependOnceListener(event: 'localSettings', listener: (settings: Settings) => void): this; - prependOnceListener(event: 'ping', listener: () => void): this; - prependOnceListener(event: 'remoteSettings', listener: (settings: Settings) => void): this; - prependOnceListener(event: 'timeout', listener: () => void): this; - prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; - } - export interface ClientHttp2Session extends Http2Session { - /** - * For HTTP/2 Client `Http2Session` instances only, the `http2session.request()`creates and returns an `Http2Stream` instance that can be used to send an - * HTTP/2 request to the connected server. - * - * When a `ClientHttp2Session` is first created, the socket may not yet be - * connected. if `clienthttp2session.request()` is called during this time, the - * actual request will be deferred until the socket is ready to go. - * If the `session` is closed before the actual request be executed, an`ERR_HTTP2_GOAWAY_SESSION` is thrown. - * - * This method is only available if `http2session.type` is equal to`http2.constants.NGHTTP2_SESSION_CLIENT`. - * - * ```js - * const http2 = require('http2'); - * const clientSession = http2.connect('https://localhost:1234'); - * const { - * HTTP2_HEADER_PATH, - * HTTP2_HEADER_STATUS - * } = http2.constants; - * - * const req = clientSession.request({ [HTTP2_HEADER_PATH]: '/' }); - * req.on('response', (headers) => { - * console.log(headers[HTTP2_HEADER_STATUS]); - * req.on('data', (chunk) => { // .. }); - * req.on('end', () => { // .. }); - * }); - * ``` - * - * When the `options.waitForTrailers` option is set, the `'wantTrailers'` event - * is emitted immediately after queuing the last chunk of payload data to be sent. - * The `http2stream.sendTrailers()` method can then be called to send trailing - * headers to the peer. - * - * When `options.waitForTrailers` is set, the `Http2Stream` will not automatically - * close when the final `DATA` frame is transmitted. User code must call either`http2stream.sendTrailers()` or `http2stream.close()` to close the`Http2Stream`. - * - * When `options.signal` is set with an `AbortSignal` and then `abort` on the - * corresponding `AbortController` is called, the request will emit an `'error'`event with an `AbortError` error. - * - * The `:method` and `:path` pseudo-headers are not specified within `headers`, - * they respectively default to: - * - * * `:method` \= `'GET'` - * * `:path` \= `/` - * @since v8.4.0 - */ - request(headers?: OutgoingHttpHeaders, options?: ClientSessionRequestOptions): ClientHttp2Stream; - addListener(event: 'altsvc', listener: (alt: string, origin: string, stream: number) => void): this; - addListener(event: 'origin', listener: (origins: string[]) => void): this; - addListener(event: 'connect', listener: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this; - addListener(event: 'stream', listener: (stream: ClientHttp2Stream, headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; - addListener(event: string | symbol, listener: (...args: any[]) => void): this; - emit(event: 'altsvc', alt: string, origin: string, stream: number): boolean; - emit(event: 'origin', origins: ReadonlyArray<string>): boolean; - emit(event: 'connect', session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket): boolean; - emit(event: 'stream', stream: ClientHttp2Stream, headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number): boolean; - emit(event: string | symbol, ...args: any[]): boolean; - on(event: 'altsvc', listener: (alt: string, origin: string, stream: number) => void): this; - on(event: 'origin', listener: (origins: string[]) => void): this; - on(event: 'connect', listener: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this; - on(event: 'stream', listener: (stream: ClientHttp2Stream, headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; - on(event: string | symbol, listener: (...args: any[]) => void): this; - once(event: 'altsvc', listener: (alt: string, origin: string, stream: number) => void): this; - once(event: 'origin', listener: (origins: string[]) => void): this; - once(event: 'connect', listener: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this; - once(event: 'stream', listener: (stream: ClientHttp2Stream, headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; - once(event: string | symbol, listener: (...args: any[]) => void): this; - prependListener(event: 'altsvc', listener: (alt: string, origin: string, stream: number) => void): this; - prependListener(event: 'origin', listener: (origins: string[]) => void): this; - prependListener(event: 'connect', listener: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this; - prependListener(event: 'stream', listener: (stream: ClientHttp2Stream, headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; - prependListener(event: string | symbol, listener: (...args: any[]) => void): this; - prependOnceListener(event: 'altsvc', listener: (alt: string, origin: string, stream: number) => void): this; - prependOnceListener(event: 'origin', listener: (origins: string[]) => void): this; - prependOnceListener(event: 'connect', listener: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this; - prependOnceListener(event: 'stream', listener: (stream: ClientHttp2Stream, headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; - prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; - } - export interface AlternativeServiceOptions { - origin: number | string | url.URL; - } - export interface ServerHttp2Session extends Http2Session { - readonly server: Http2Server | Http2SecureServer; - /** - * Submits an `ALTSVC` frame (as defined by [RFC 7838](https://tools.ietf.org/html/rfc7838)) to the connected client. - * - * ```js - * const http2 = require('http2'); - * - * const server = http2.createServer(); - * server.on('session', (session) => { - * // Set altsvc for origin https://example.org:80 - * session.altsvc('h2=":8000"', 'https://example.org:80'); - * }); - * - * server.on('stream', (stream) => { - * // Set altsvc for a specific stream - * stream.session.altsvc('h2=":8000"', stream.id); - * }); - * ``` - * - * Sending an `ALTSVC` frame with a specific stream ID indicates that the alternate - * service is associated with the origin of the given `Http2Stream`. - * - * The `alt` and origin string _must_ contain only ASCII bytes and are - * strictly interpreted as a sequence of ASCII bytes. The special value `'clear'`may be passed to clear any previously set alternative service for a given - * domain. - * - * When a string is passed for the `originOrStream` argument, it will be parsed as - * a URL and the origin will be derived. For instance, the origin for the - * HTTP URL `'https://example.org/foo/bar'` is the ASCII string`'https://example.org'`. An error will be thrown if either the given string - * cannot be parsed as a URL or if a valid origin cannot be derived. - * - * A `URL` object, or any object with an `origin` property, may be passed as`originOrStream`, in which case the value of the `origin` property will be - * used. The value of the `origin` property _must_ be a properly serialized - * ASCII origin. - * @since v9.4.0 - * @param alt A description of the alternative service configuration as defined by `RFC 7838`. - * @param originOrStream Either a URL string specifying the origin (or an `Object` with an `origin` property) or the numeric identifier of an active `Http2Stream` as given by the - * `http2stream.id` property. - */ - altsvc(alt: string, originOrStream: number | string | url.URL | AlternativeServiceOptions): void; - /** - * Submits an `ORIGIN` frame (as defined by [RFC 8336](https://tools.ietf.org/html/rfc8336)) to the connected client - * to advertise the set of origins for which the server is capable of providing - * authoritative responses. - * - * ```js - * const http2 = require('http2'); - * const options = getSecureOptionsSomehow(); - * const server = http2.createSecureServer(options); - * server.on('stream', (stream) => { - * stream.respond(); - * stream.end('ok'); - * }); - * server.on('session', (session) => { - * session.origin('https://example.com', 'https://example.org'); - * }); - * ``` - * - * When a string is passed as an `origin`, it will be parsed as a URL and the - * origin will be derived. For instance, the origin for the HTTP URL`'https://example.org/foo/bar'` is the ASCII string`'https://example.org'`. An error will be thrown if either the given - * string - * cannot be parsed as a URL or if a valid origin cannot be derived. - * - * A `URL` object, or any object with an `origin` property, may be passed as - * an `origin`, in which case the value of the `origin` property will be - * used. The value of the `origin` property _must_ be a properly serialized - * ASCII origin. - * - * Alternatively, the `origins` option may be used when creating a new HTTP/2 - * server using the `http2.createSecureServer()` method: - * - * ```js - * const http2 = require('http2'); - * const options = getSecureOptionsSomehow(); - * options.origins = ['https://example.com', 'https://example.org']; - * const server = http2.createSecureServer(options); - * server.on('stream', (stream) => { - * stream.respond(); - * stream.end('ok'); - * }); - * ``` - * @since v10.12.0 - * @param origins One or more URL Strings passed as separate arguments. - */ - origin( - ...origins: Array< - | string - | url.URL - | { - origin: string; - } - > - ): void; - addListener(event: 'connect', listener: (session: ServerHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this; - addListener(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; - addListener(event: string | symbol, listener: (...args: any[]) => void): this; - emit(event: 'connect', session: ServerHttp2Session, socket: net.Socket | tls.TLSSocket): boolean; - emit(event: 'stream', stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number): boolean; - emit(event: string | symbol, ...args: any[]): boolean; - on(event: 'connect', listener: (session: ServerHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this; - on(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; - on(event: string | symbol, listener: (...args: any[]) => void): this; - once(event: 'connect', listener: (session: ServerHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this; - once(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; - once(event: string | symbol, listener: (...args: any[]) => void): this; - prependListener(event: 'connect', listener: (session: ServerHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this; - prependListener(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; - prependListener(event: string | symbol, listener: (...args: any[]) => void): this; - prependOnceListener(event: 'connect', listener: (session: ServerHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this; - prependOnceListener(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; - prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; - } - // Http2Server - export interface SessionOptions { - maxDeflateDynamicTableSize?: number | undefined; - maxSessionMemory?: number | undefined; - maxHeaderListPairs?: number | undefined; - maxOutstandingPings?: number | undefined; - maxSendHeaderBlockLength?: number | undefined; - paddingStrategy?: number | undefined; - peerMaxConcurrentStreams?: number | undefined; - settings?: Settings | undefined; - /** - * Specifies a timeout in milliseconds that - * a server should wait when an [`'unknownProtocol'`][] is emitted. If the - * socket has not been destroyed by that time the server will destroy it. - * @default 100000 - */ - unknownProtocolTimeout?: number | undefined; - selectPadding?(frameLen: number, maxFrameLen: number): number; - createConnection?(authority: url.URL, option: SessionOptions): stream.Duplex; - } - export interface ClientSessionOptions extends SessionOptions { - maxReservedRemoteStreams?: number | undefined; - createConnection?: ((authority: url.URL, option: SessionOptions) => stream.Duplex) | undefined; - protocol?: 'http:' | 'https:' | undefined; - } - export interface ServerSessionOptions extends SessionOptions { - Http1IncomingMessage?: typeof IncomingMessage | undefined; - Http1ServerResponse?: typeof ServerResponse | undefined; - Http2ServerRequest?: typeof Http2ServerRequest | undefined; - Http2ServerResponse?: typeof Http2ServerResponse | undefined; - } - export interface SecureClientSessionOptions extends ClientSessionOptions, tls.ConnectionOptions {} - export interface SecureServerSessionOptions extends ServerSessionOptions, tls.TlsOptions {} - export interface ServerOptions extends ServerSessionOptions {} - export interface SecureServerOptions extends SecureServerSessionOptions { - allowHTTP1?: boolean | undefined; - origins?: string[] | undefined; - } - interface HTTP2ServerCommon { - setTimeout(msec?: number, callback?: () => void): this; - /** - * Throws ERR_HTTP2_INVALID_SETTING_VALUE for invalid settings values. - * Throws ERR_INVALID_ARG_TYPE for invalid settings argument. - */ - updateSettings(settings: Settings): void; - } - export interface Http2Server extends net.Server, HTTP2ServerCommon { - addListener(event: 'checkContinue', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; - addListener(event: 'request', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; - addListener(event: 'session', listener: (session: ServerHttp2Session) => void): this; - addListener(event: 'sessionError', listener: (err: Error) => void): this; - addListener(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; - addListener(event: 'timeout', listener: () => void): this; - addListener(event: string | symbol, listener: (...args: any[]) => void): this; - emit(event: 'checkContinue', request: Http2ServerRequest, response: Http2ServerResponse): boolean; - emit(event: 'request', request: Http2ServerRequest, response: Http2ServerResponse): boolean; - emit(event: 'session', session: ServerHttp2Session): boolean; - emit(event: 'sessionError', err: Error): boolean; - emit(event: 'stream', stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number): boolean; - emit(event: 'timeout'): boolean; - emit(event: string | symbol, ...args: any[]): boolean; - on(event: 'checkContinue', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; - on(event: 'request', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; - on(event: 'session', listener: (session: ServerHttp2Session) => void): this; - on(event: 'sessionError', listener: (err: Error) => void): this; - on(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; - on(event: 'timeout', listener: () => void): this; - on(event: string | symbol, listener: (...args: any[]) => void): this; - once(event: 'checkContinue', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; - once(event: 'request', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; - once(event: 'session', listener: (session: ServerHttp2Session) => void): this; - once(event: 'sessionError', listener: (err: Error) => void): this; - once(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; - once(event: 'timeout', listener: () => void): this; - once(event: string | symbol, listener: (...args: any[]) => void): this; - prependListener(event: 'checkContinue', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; - prependListener(event: 'request', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; - prependListener(event: 'session', listener: (session: ServerHttp2Session) => void): this; - prependListener(event: 'sessionError', listener: (err: Error) => void): this; - prependListener(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; - prependListener(event: 'timeout', listener: () => void): this; - prependListener(event: string | symbol, listener: (...args: any[]) => void): this; - prependOnceListener(event: 'checkContinue', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; - prependOnceListener(event: 'request', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; - prependOnceListener(event: 'session', listener: (session: ServerHttp2Session) => void): this; - prependOnceListener(event: 'sessionError', listener: (err: Error) => void): this; - prependOnceListener(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; - prependOnceListener(event: 'timeout', listener: () => void): this; - prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; - } - export interface Http2SecureServer extends tls.Server, HTTP2ServerCommon { - addListener(event: 'checkContinue', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; - addListener(event: 'request', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; - addListener(event: 'session', listener: (session: ServerHttp2Session) => void): this; - addListener(event: 'sessionError', listener: (err: Error) => void): this; - addListener(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; - addListener(event: 'timeout', listener: () => void): this; - addListener(event: 'unknownProtocol', listener: (socket: tls.TLSSocket) => void): this; - addListener(event: string | symbol, listener: (...args: any[]) => void): this; - emit(event: 'checkContinue', request: Http2ServerRequest, response: Http2ServerResponse): boolean; - emit(event: 'request', request: Http2ServerRequest, response: Http2ServerResponse): boolean; - emit(event: 'session', session: ServerHttp2Session): boolean; - emit(event: 'sessionError', err: Error): boolean; - emit(event: 'stream', stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number): boolean; - emit(event: 'timeout'): boolean; - emit(event: 'unknownProtocol', socket: tls.TLSSocket): boolean; - emit(event: string | symbol, ...args: any[]): boolean; - on(event: 'checkContinue', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; - on(event: 'request', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; - on(event: 'session', listener: (session: ServerHttp2Session) => void): this; - on(event: 'sessionError', listener: (err: Error) => void): this; - on(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; - on(event: 'timeout', listener: () => void): this; - on(event: 'unknownProtocol', listener: (socket: tls.TLSSocket) => void): this; - on(event: string | symbol, listener: (...args: any[]) => void): this; - once(event: 'checkContinue', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; - once(event: 'request', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; - once(event: 'session', listener: (session: ServerHttp2Session) => void): this; - once(event: 'sessionError', listener: (err: Error) => void): this; - once(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; - once(event: 'timeout', listener: () => void): this; - once(event: 'unknownProtocol', listener: (socket: tls.TLSSocket) => void): this; - once(event: string | symbol, listener: (...args: any[]) => void): this; - prependListener(event: 'checkContinue', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; - prependListener(event: 'request', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; - prependListener(event: 'session', listener: (session: ServerHttp2Session) => void): this; - prependListener(event: 'sessionError', listener: (err: Error) => void): this; - prependListener(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; - prependListener(event: 'timeout', listener: () => void): this; - prependListener(event: 'unknownProtocol', listener: (socket: tls.TLSSocket) => void): this; - prependListener(event: string | symbol, listener: (...args: any[]) => void): this; - prependOnceListener(event: 'checkContinue', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; - prependOnceListener(event: 'request', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; - prependOnceListener(event: 'session', listener: (session: ServerHttp2Session) => void): this; - prependOnceListener(event: 'sessionError', listener: (err: Error) => void): this; - prependOnceListener(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; - prependOnceListener(event: 'timeout', listener: () => void): this; - prependOnceListener(event: 'unknownProtocol', listener: (socket: tls.TLSSocket) => void): this; - prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; - } - /** - * A `Http2ServerRequest` object is created by {@link Server} or {@link SecureServer} and passed as the first argument to the `'request'` event. It may be used to access a request status, - * headers, and - * data. - * @since v8.4.0 - */ - export class Http2ServerRequest extends stream.Readable { - constructor(stream: ServerHttp2Stream, headers: IncomingHttpHeaders, options: stream.ReadableOptions, rawHeaders: ReadonlyArray<string>); - /** - * The `request.aborted` property will be `true` if the request has - * been aborted. - * @since v10.1.0 - */ - readonly aborted: boolean; - /** - * The request authority pseudo header field. Because HTTP/2 allows requests - * to set either `:authority` or `host`, this value is derived from`req.headers[':authority']` if present. Otherwise, it is derived from`req.headers['host']`. - * @since v8.4.0 - */ - readonly authority: string; - /** - * See `request.socket`. - * @since v8.4.0 - * @deprecated Since v13.0.0 - Use `socket`. - */ - readonly connection: net.Socket | tls.TLSSocket; - /** - * The `request.complete` property will be `true` if the request has - * been completed, aborted, or destroyed. - * @since v12.10.0 - */ - readonly complete: boolean; - /** - * The request/response headers object. - * - * Key-value pairs of header names and values. Header names are lower-cased. - * - * ```js - * // Prints something like: - * // - * // { 'user-agent': 'curl/7.22.0', - * // host: '127.0.0.1:8000', - * // accept: '*' } - * console.log(request.headers); - * ``` - * - * See `HTTP/2 Headers Object`. - * - * In HTTP/2, the request path, host name, protocol, and method are represented as - * special headers prefixed with the `:` character (e.g. `':path'`). These special - * headers will be included in the `request.headers` object. Care must be taken not - * to inadvertently modify these special headers or errors may occur. For instance, - * removing all headers from the request will cause errors to occur: - * - * ```js - * removeAllHeaders(request.headers); - * assert(request.url); // Fails because the :path header has been removed - * ``` - * @since v8.4.0 - */ - readonly headers: IncomingHttpHeaders; - /** - * In case of server request, the HTTP version sent by the client. In the case of - * client response, the HTTP version of the connected-to server. Returns`'2.0'`. - * - * Also `message.httpVersionMajor` is the first integer and`message.httpVersionMinor` is the second. - * @since v8.4.0 - */ - readonly httpVersion: string; - readonly httpVersionMinor: number; - readonly httpVersionMajor: number; - /** - * The request method as a string. Read-only. Examples: `'GET'`, `'DELETE'`. - * @since v8.4.0 - */ - readonly method: string; - /** - * The raw request/response headers list exactly as they were received. - * - * The keys and values are in the same list. It is _not_ a - * list of tuples. So, the even-numbered offsets are key values, and the - * odd-numbered offsets are the associated values. - * - * Header names are not lowercased, and duplicates are not merged. - * - * ```js - * // Prints something like: - * // - * // [ 'user-agent', - * // 'this is invalid because there can be only one', - * // 'User-Agent', - * // 'curl/7.22.0', - * // 'Host', - * // '127.0.0.1:8000', - * // 'ACCEPT', - * // '*' ] - * console.log(request.rawHeaders); - * ``` - * @since v8.4.0 - */ - readonly rawHeaders: string[]; - /** - * The raw request/response trailer keys and values exactly as they were - * received. Only populated at the `'end'` event. - * @since v8.4.0 - */ - readonly rawTrailers: string[]; - /** - * The request scheme pseudo header field indicating the scheme - * portion of the target URL. - * @since v8.4.0 - */ - readonly scheme: string; - /** - * Returns a `Proxy` object that acts as a `net.Socket` (or `tls.TLSSocket`) but - * applies getters, setters, and methods based on HTTP/2 logic. - * - * `destroyed`, `readable`, and `writable` properties will be retrieved from and - * set on `request.stream`. - * - * `destroy`, `emit`, `end`, `on` and `once` methods will be called on`request.stream`. - * - * `setTimeout` method will be called on `request.stream.session`. - * - * `pause`, `read`, `resume`, and `write` will throw an error with code`ERR_HTTP2_NO_SOCKET_MANIPULATION`. See `Http2Session and Sockets` for - * more information. - * - * All other interactions will be routed directly to the socket. With TLS support, - * use `request.socket.getPeerCertificate()` to obtain the client's - * authentication details. - * @since v8.4.0 - */ - readonly socket: net.Socket | tls.TLSSocket; - /** - * The `Http2Stream` object backing the request. - * @since v8.4.0 - */ - readonly stream: ServerHttp2Stream; - /** - * The request/response trailers object. Only populated at the `'end'` event. - * @since v8.4.0 - */ - readonly trailers: IncomingHttpHeaders; - /** - * Request URL string. This contains only the URL that is present in the actual - * HTTP request. If the request is: - * - * ```http - * GET /status?name=ryan HTTP/1.1 - * Accept: text/plain - * ``` - * - * Then `request.url` will be: - * - * ```js - * '/status?name=ryan' - * ``` - * - * To parse the url into its parts, `new URL()` can be used: - * - * ```console - * $ node - * > new URL('/status?name=ryan', 'http://example.com') - * URL { - * href: 'http://example.com/status?name=ryan', - * origin: 'http://example.com', - * protocol: 'http:', - * username: '', - * password: '', - * host: 'example.com', - * hostname: 'example.com', - * port: '', - * pathname: '/status', - * search: '?name=ryan', - * searchParams: URLSearchParams { 'name' => 'ryan' }, - * hash: '' - * } - * ``` - * @since v8.4.0 - */ - url: string; - /** - * Sets the `Http2Stream`'s timeout value to `msecs`. If a callback is - * provided, then it is added as a listener on the `'timeout'` event on - * the response object. - * - * If no `'timeout'` listener is added to the request, the response, or - * the server, then `Http2Stream` s are destroyed when they time out. If a - * handler is assigned to the request, the response, or the server's `'timeout'`events, timed out sockets must be handled explicitly. - * @since v8.4.0 - */ - setTimeout(msecs: number, callback?: () => void): void; - read(size?: number): Buffer | string | null; - addListener(event: 'aborted', listener: (hadError: boolean, code: number) => void): this; - addListener(event: 'close', listener: () => void): this; - addListener(event: 'data', listener: (chunk: Buffer | string) => void): this; - addListener(event: 'end', listener: () => void): this; - addListener(event: 'readable', listener: () => void): this; - addListener(event: 'error', listener: (err: Error) => void): this; - addListener(event: string | symbol, listener: (...args: any[]) => void): this; - emit(event: 'aborted', hadError: boolean, code: number): boolean; - emit(event: 'close'): boolean; - emit(event: 'data', chunk: Buffer | string): boolean; - emit(event: 'end'): boolean; - emit(event: 'readable'): boolean; - emit(event: 'error', err: Error): boolean; - emit(event: string | symbol, ...args: any[]): boolean; - on(event: 'aborted', listener: (hadError: boolean, code: number) => void): this; - on(event: 'close', listener: () => void): this; - on(event: 'data', listener: (chunk: Buffer | string) => void): this; - on(event: 'end', listener: () => void): this; - on(event: 'readable', listener: () => void): this; - on(event: 'error', listener: (err: Error) => void): this; - on(event: string | symbol, listener: (...args: any[]) => void): this; - once(event: 'aborted', listener: (hadError: boolean, code: number) => void): this; - once(event: 'close', listener: () => void): this; - once(event: 'data', listener: (chunk: Buffer | string) => void): this; - once(event: 'end', listener: () => void): this; - once(event: 'readable', listener: () => void): this; - once(event: 'error', listener: (err: Error) => void): this; - once(event: string | symbol, listener: (...args: any[]) => void): this; - prependListener(event: 'aborted', listener: (hadError: boolean, code: number) => void): this; - prependListener(event: 'close', listener: () => void): this; - prependListener(event: 'data', listener: (chunk: Buffer | string) => void): this; - prependListener(event: 'end', listener: () => void): this; - prependListener(event: 'readable', listener: () => void): this; - prependListener(event: 'error', listener: (err: Error) => void): this; - prependListener(event: string | symbol, listener: (...args: any[]) => void): this; - prependOnceListener(event: 'aborted', listener: (hadError: boolean, code: number) => void): this; - prependOnceListener(event: 'close', listener: () => void): this; - prependOnceListener(event: 'data', listener: (chunk: Buffer | string) => void): this; - prependOnceListener(event: 'end', listener: () => void): this; - prependOnceListener(event: 'readable', listener: () => void): this; - prependOnceListener(event: 'error', listener: (err: Error) => void): this; - prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; - } - /** - * This object is created internally by an HTTP server, not by the user. It is - * passed as the second parameter to the `'request'` event. - * @since v8.4.0 - */ - export class Http2ServerResponse extends stream.Writable { - constructor(stream: ServerHttp2Stream); - /** - * See `response.socket`. - * @since v8.4.0 - * @deprecated Since v13.0.0 - Use `socket`. - */ - readonly connection: net.Socket | tls.TLSSocket; - /** - * Boolean value that indicates whether the response has completed. Starts - * as `false`. After `response.end()` executes, the value will be `true`. - * @since v8.4.0 - * @deprecated Since v13.4.0,v12.16.0 - Use `writableEnded`. - */ - readonly finished: boolean; - /** - * True if headers were sent, false otherwise (read-only). - * @since v8.4.0 - */ - readonly headersSent: boolean; - /** - * A reference to the original HTTP2 request object. - * @since v15.7.0 - */ - readonly req: Http2ServerRequest; - /** - * Returns a `Proxy` object that acts as a `net.Socket` (or `tls.TLSSocket`) but - * applies getters, setters, and methods based on HTTP/2 logic. - * - * `destroyed`, `readable`, and `writable` properties will be retrieved from and - * set on `response.stream`. - * - * `destroy`, `emit`, `end`, `on` and `once` methods will be called on`response.stream`. - * - * `setTimeout` method will be called on `response.stream.session`. - * - * `pause`, `read`, `resume`, and `write` will throw an error with code`ERR_HTTP2_NO_SOCKET_MANIPULATION`. See `Http2Session and Sockets` for - * more information. - * - * All other interactions will be routed directly to the socket. - * - * ```js - * const http2 = require('http2'); - * const server = http2.createServer((req, res) => { - * const ip = req.socket.remoteAddress; - * const port = req.socket.remotePort; - * res.end(`Your IP address is ${ip} and your source port is ${port}.`); - * }).listen(3000); - * ``` - * @since v8.4.0 - */ - readonly socket: net.Socket | tls.TLSSocket; - /** - * The `Http2Stream` object backing the response. - * @since v8.4.0 - */ - readonly stream: ServerHttp2Stream; - /** - * When true, the Date header will be automatically generated and sent in - * the response if it is not already present in the headers. Defaults to true. - * - * This should only be disabled for testing; HTTP requires the Date header - * in responses. - * @since v8.4.0 - */ - sendDate: boolean; - /** - * When using implicit headers (not calling `response.writeHead()` explicitly), - * this property controls the status code that will be sent to the client when - * the headers get flushed. - * - * ```js - * response.statusCode = 404; - * ``` - * - * After response header was sent to the client, this property indicates the - * status code which was sent out. - * @since v8.4.0 - */ - statusCode: number; - /** - * Status message is not supported by HTTP/2 (RFC 7540 8.1.2.4). It returns - * an empty string. - * @since v8.4.0 - */ - statusMessage: ''; - /** - * This method adds HTTP trailing headers (a header but at the end of the - * message) to the response. - * - * Attempting to set a header field name or value that contains invalid characters - * will result in a `TypeError` being thrown. - * @since v8.4.0 - */ - addTrailers(trailers: OutgoingHttpHeaders): void; - /** - * This method signals to the server that all of the response headers and body - * have been sent; that server should consider this message complete. - * The method, `response.end()`, MUST be called on each response. - * - * If `data` is specified, it is equivalent to calling `response.write(data, encoding)` followed by `response.end(callback)`. - * - * If `callback` is specified, it will be called when the response stream - * is finished. - * @since v8.4.0 - */ - end(callback?: () => void): this; - end(data: string | Uint8Array, callback?: () => void): this; - end(data: string | Uint8Array, encoding: BufferEncoding, callback?: () => void): this; - /** - * Reads out a header that has already been queued but not sent to the client. - * The name is case-insensitive. - * - * ```js - * const contentType = response.getHeader('content-type'); - * ``` - * @since v8.4.0 - */ - getHeader(name: string): string; - /** - * Returns an array containing the unique names of the current outgoing headers. - * All header names are lowercase. - * - * ```js - * response.setHeader('Foo', 'bar'); - * response.setHeader('Set-Cookie', ['foo=bar', 'bar=baz']); - * - * const headerNames = response.getHeaderNames(); - * // headerNames === ['foo', 'set-cookie'] - * ``` - * @since v8.4.0 - */ - getHeaderNames(): string[]; - /** - * Returns a shallow copy of the current outgoing headers. Since a shallow copy - * is used, array values may be mutated without additional calls to various - * header-related http module methods. The keys of the returned object are the - * header names and the values are the respective header values. All header names - * are lowercase. - * - * The object returned by the `response.getHeaders()` method _does not_prototypically inherit from the JavaScript `Object`. This means that typical`Object` methods such as `obj.toString()`, - * `obj.hasOwnProperty()`, and others - * are not defined and _will not work_. - * - * ```js - * response.setHeader('Foo', 'bar'); - * response.setHeader('Set-Cookie', ['foo=bar', 'bar=baz']); - * - * const headers = response.getHeaders(); - * // headers === { foo: 'bar', 'set-cookie': ['foo=bar', 'bar=baz'] } - * ``` - * @since v8.4.0 - */ - getHeaders(): OutgoingHttpHeaders; - /** - * Returns `true` if the header identified by `name` is currently set in the - * outgoing headers. The header name matching is case-insensitive. - * - * ```js - * const hasContentType = response.hasHeader('content-type'); - * ``` - * @since v8.4.0 - */ - hasHeader(name: string): boolean; - /** - * Removes a header that has been queued for implicit sending. - * - * ```js - * response.removeHeader('Content-Encoding'); - * ``` - * @since v8.4.0 - */ - removeHeader(name: string): void; - /** - * Sets a single header value for implicit headers. If this header already exists - * in the to-be-sent headers, its value will be replaced. Use an array of strings - * here to send multiple headers with the same name. - * - * ```js - * response.setHeader('Content-Type', 'text/html; charset=utf-8'); - * ``` - * - * or - * - * ```js - * response.setHeader('Set-Cookie', ['type=ninja', 'language=javascript']); - * ``` - * - * Attempting to set a header field name or value that contains invalid characters - * will result in a `TypeError` being thrown. - * - * When headers have been set with `response.setHeader()`, they will be merged - * with any headers passed to `response.writeHead()`, with the headers passed - * to `response.writeHead()` given precedence. - * - * ```js - * // Returns content-type = text/plain - * const server = http2.createServer((req, res) => { - * res.setHeader('Content-Type', 'text/html; charset=utf-8'); - * res.setHeader('X-Foo', 'bar'); - * res.writeHead(200, { 'Content-Type': 'text/plain; charset=utf-8' }); - * res.end('ok'); - * }); - * ``` - * @since v8.4.0 - */ - setHeader(name: string, value: number | string | ReadonlyArray<string>): void; - /** - * Sets the `Http2Stream`'s timeout value to `msecs`. If a callback is - * provided, then it is added as a listener on the `'timeout'` event on - * the response object. - * - * If no `'timeout'` listener is added to the request, the response, or - * the server, then `Http2Stream` s are destroyed when they time out. If a - * handler is assigned to the request, the response, or the server's `'timeout'`events, timed out sockets must be handled explicitly. - * @since v8.4.0 - */ - setTimeout(msecs: number, callback?: () => void): void; - /** - * If this method is called and `response.writeHead()` has not been called, - * it will switch to implicit header mode and flush the implicit headers. - * - * This sends a chunk of the response body. This method may - * be called multiple times to provide successive parts of the body. - * - * In the `http` module, the response body is omitted when the - * request is a HEAD request. Similarly, the `204` and `304` responses _must not_ include a message body. - * - * `chunk` can be a string or a buffer. If `chunk` is a string, - * the second parameter specifies how to encode it into a byte stream. - * By default the `encoding` is `'utf8'`. `callback` will be called when this chunk - * of data is flushed. - * - * This is the raw HTTP body and has nothing to do with higher-level multi-part - * body encodings that may be used. - * - * The first time `response.write()` is called, it will send the buffered - * header information and the first chunk of the body to the client. The second - * time `response.write()` is called, Node.js assumes data will be streamed, - * and sends the new data separately. That is, the response is buffered up to the - * first chunk of the body. - * - * Returns `true` if the entire data was flushed successfully to the kernel - * buffer. Returns `false` if all or part of the data was queued in user memory.`'drain'` will be emitted when the buffer is free again. - * @since v8.4.0 - */ - write(chunk: string | Uint8Array, callback?: (err: Error) => void): boolean; - write(chunk: string | Uint8Array, encoding: BufferEncoding, callback?: (err: Error) => void): boolean; - /** - * Sends a status `100 Continue` to the client, indicating that the request body - * should be sent. See the `'checkContinue'` event on `Http2Server` and`Http2SecureServer`. - * @since v8.4.0 - */ - writeContinue(): void; - /** - * Sends a status `103 Early Hints` to the client with a Link header, - * indicating that the user agent can preload/preconnect the linked resources. - * The `hints` is an object containing the values of headers to be sent with - * early hints message. - * - * Example: - * - * ```js - * const earlyHintsLink = '</styles.css>; rel=preload; as=style'; - * response.writeEarlyHints({ - * 'link': earlyHintsLink, - * }); - * - * const earlyHintsLinks = [ - * '</styles.css>; rel=preload; as=style', - * '</scripts.js>; rel=preload; as=script', - * ]; - * response.writeEarlyHints({ - * 'link': earlyHintsLinks, - * 'x-trace-id': 'id for diagnostics' - * }); - * ``` - * - * @since v18.11.0 - * @param hints An object containing the values of headers - */ - writeEarlyHints(hints: Record<string, string | string[]>): void; - /** - * Sends a response header to the request. The status code is a 3-digit HTTP - * status code, like `404`. The last argument, `headers`, are the response headers. - * - * Returns a reference to the `Http2ServerResponse`, so that calls can be chained. - * - * For compatibility with `HTTP/1`, a human-readable `statusMessage` may be - * passed as the second argument. However, because the `statusMessage` has no - * meaning within HTTP/2, the argument will have no effect and a process warning - * will be emitted. - * - * ```js - * const body = 'hello world'; - * response.writeHead(200, { - * 'Content-Length': Buffer.byteLength(body), - * 'Content-Type': 'text/plain; charset=utf-8', - * }); - * ``` - * - * `Content-Length` is given in bytes not characters. The`Buffer.byteLength()` API may be used to determine the number of bytes in a - * given encoding. On outbound messages, Node.js does not check if Content-Length - * and the length of the body being transmitted are equal or not. However, when - * receiving messages, Node.js will automatically reject messages when the`Content-Length` does not match the actual payload size. - * - * This method may be called at most one time on a message before `response.end()` is called. - * - * If `response.write()` or `response.end()` are called before calling - * this, the implicit/mutable headers will be calculated and call this function. - * - * When headers have been set with `response.setHeader()`, they will be merged - * with any headers passed to `response.writeHead()`, with the headers passed - * to `response.writeHead()` given precedence. - * - * ```js - * // Returns content-type = text/plain - * const server = http2.createServer((req, res) => { - * res.setHeader('Content-Type', 'text/html; charset=utf-8'); - * res.setHeader('X-Foo', 'bar'); - * res.writeHead(200, { 'Content-Type': 'text/plain; charset=utf-8' }); - * res.end('ok'); - * }); - * ``` - * - * Attempting to set a header field name or value that contains invalid characters - * will result in a `TypeError` being thrown. - * @since v8.4.0 - */ - writeHead(statusCode: number, headers?: OutgoingHttpHeaders): this; - writeHead(statusCode: number, statusMessage: string, headers?: OutgoingHttpHeaders): this; - /** - * Call `http2stream.pushStream()` with the given headers, and wrap the - * given `Http2Stream` on a newly created `Http2ServerResponse` as the callback - * parameter if successful. When `Http2ServerRequest` is closed, the callback is - * called with an error `ERR_HTTP2_INVALID_STREAM`. - * @since v8.4.0 - * @param headers An object describing the headers - * @param callback Called once `http2stream.pushStream()` is finished, or either when the attempt to create the pushed `Http2Stream` has failed or has been rejected, or the state of - * `Http2ServerRequest` is closed prior to calling the `http2stream.pushStream()` method - */ - createPushResponse(headers: OutgoingHttpHeaders, callback: (err: Error | null, res: Http2ServerResponse) => void): void; - addListener(event: 'close', listener: () => void): this; - addListener(event: 'drain', listener: () => void): this; - addListener(event: 'error', listener: (error: Error) => void): this; - addListener(event: 'finish', listener: () => void): this; - addListener(event: 'pipe', listener: (src: stream.Readable) => void): this; - addListener(event: 'unpipe', listener: (src: stream.Readable) => void): this; - addListener(event: string | symbol, listener: (...args: any[]) => void): this; - emit(event: 'close'): boolean; - emit(event: 'drain'): boolean; - emit(event: 'error', error: Error): boolean; - emit(event: 'finish'): boolean; - emit(event: 'pipe', src: stream.Readable): boolean; - emit(event: 'unpipe', src: stream.Readable): boolean; - emit(event: string | symbol, ...args: any[]): boolean; - on(event: 'close', listener: () => void): this; - on(event: 'drain', listener: () => void): this; - on(event: 'error', listener: (error: Error) => void): this; - on(event: 'finish', listener: () => void): this; - on(event: 'pipe', listener: (src: stream.Readable) => void): this; - on(event: 'unpipe', listener: (src: stream.Readable) => void): this; - on(event: string | symbol, listener: (...args: any[]) => void): this; - once(event: 'close', listener: () => void): this; - once(event: 'drain', listener: () => void): this; - once(event: 'error', listener: (error: Error) => void): this; - once(event: 'finish', listener: () => void): this; - once(event: 'pipe', listener: (src: stream.Readable) => void): this; - once(event: 'unpipe', listener: (src: stream.Readable) => void): this; - once(event: string | symbol, listener: (...args: any[]) => void): this; - prependListener(event: 'close', listener: () => void): this; - prependListener(event: 'drain', listener: () => void): this; - prependListener(event: 'error', listener: (error: Error) => void): this; - prependListener(event: 'finish', listener: () => void): this; - prependListener(event: 'pipe', listener: (src: stream.Readable) => void): this; - prependListener(event: 'unpipe', listener: (src: stream.Readable) => void): this; - prependListener(event: string | symbol, listener: (...args: any[]) => void): this; - prependOnceListener(event: 'close', listener: () => void): this; - prependOnceListener(event: 'drain', listener: () => void): this; - prependOnceListener(event: 'error', listener: (error: Error) => void): this; - prependOnceListener(event: 'finish', listener: () => void): this; - prependOnceListener(event: 'pipe', listener: (src: stream.Readable) => void): this; - prependOnceListener(event: 'unpipe', listener: (src: stream.Readable) => void): this; - prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; - } - export namespace constants { - const NGHTTP2_SESSION_SERVER: number; - const NGHTTP2_SESSION_CLIENT: number; - const NGHTTP2_STREAM_STATE_IDLE: number; - const NGHTTP2_STREAM_STATE_OPEN: number; - const NGHTTP2_STREAM_STATE_RESERVED_LOCAL: number; - const NGHTTP2_STREAM_STATE_RESERVED_REMOTE: number; - const NGHTTP2_STREAM_STATE_HALF_CLOSED_LOCAL: number; - const NGHTTP2_STREAM_STATE_HALF_CLOSED_REMOTE: number; - const NGHTTP2_STREAM_STATE_CLOSED: number; - const NGHTTP2_NO_ERROR: number; - const NGHTTP2_PROTOCOL_ERROR: number; - const NGHTTP2_INTERNAL_ERROR: number; - const NGHTTP2_FLOW_CONTROL_ERROR: number; - const NGHTTP2_SETTINGS_TIMEOUT: number; - const NGHTTP2_STREAM_CLOSED: number; - const NGHTTP2_FRAME_SIZE_ERROR: number; - const NGHTTP2_REFUSED_STREAM: number; - const NGHTTP2_CANCEL: number; - const NGHTTP2_COMPRESSION_ERROR: number; - const NGHTTP2_CONNECT_ERROR: number; - const NGHTTP2_ENHANCE_YOUR_CALM: number; - const NGHTTP2_INADEQUATE_SECURITY: number; - const NGHTTP2_HTTP_1_1_REQUIRED: number; - const NGHTTP2_ERR_FRAME_SIZE_ERROR: number; - const NGHTTP2_FLAG_NONE: number; - const NGHTTP2_FLAG_END_STREAM: number; - const NGHTTP2_FLAG_END_HEADERS: number; - const NGHTTP2_FLAG_ACK: number; - const NGHTTP2_FLAG_PADDED: number; - const NGHTTP2_FLAG_PRIORITY: number; - const DEFAULT_SETTINGS_HEADER_TABLE_SIZE: number; - const DEFAULT_SETTINGS_ENABLE_PUSH: number; - const DEFAULT_SETTINGS_INITIAL_WINDOW_SIZE: number; - const DEFAULT_SETTINGS_MAX_FRAME_SIZE: number; - const MAX_MAX_FRAME_SIZE: number; - const MIN_MAX_FRAME_SIZE: number; - const MAX_INITIAL_WINDOW_SIZE: number; - const NGHTTP2_DEFAULT_WEIGHT: number; - const NGHTTP2_SETTINGS_HEADER_TABLE_SIZE: number; - const NGHTTP2_SETTINGS_ENABLE_PUSH: number; - const NGHTTP2_SETTINGS_MAX_CONCURRENT_STREAMS: number; - const NGHTTP2_SETTINGS_INITIAL_WINDOW_SIZE: number; - const NGHTTP2_SETTINGS_MAX_FRAME_SIZE: number; - const NGHTTP2_SETTINGS_MAX_HEADER_LIST_SIZE: number; - const PADDING_STRATEGY_NONE: number; - const PADDING_STRATEGY_MAX: number; - const PADDING_STRATEGY_CALLBACK: number; - const HTTP2_HEADER_STATUS: string; - const HTTP2_HEADER_METHOD: string; - const HTTP2_HEADER_AUTHORITY: string; - const HTTP2_HEADER_SCHEME: string; - const HTTP2_HEADER_PATH: string; - const HTTP2_HEADER_ACCEPT_CHARSET: string; - const HTTP2_HEADER_ACCEPT_ENCODING: string; - const HTTP2_HEADER_ACCEPT_LANGUAGE: string; - const HTTP2_HEADER_ACCEPT_RANGES: string; - const HTTP2_HEADER_ACCEPT: string; - const HTTP2_HEADER_ACCESS_CONTROL_ALLOW_ORIGIN: string; - const HTTP2_HEADER_AGE: string; - const HTTP2_HEADER_ALLOW: string; - const HTTP2_HEADER_AUTHORIZATION: string; - const HTTP2_HEADER_CACHE_CONTROL: string; - const HTTP2_HEADER_CONNECTION: string; - const HTTP2_HEADER_CONTENT_DISPOSITION: string; - const HTTP2_HEADER_CONTENT_ENCODING: string; - const HTTP2_HEADER_CONTENT_LANGUAGE: string; - const HTTP2_HEADER_CONTENT_LENGTH: string; - const HTTP2_HEADER_CONTENT_LOCATION: string; - const HTTP2_HEADER_CONTENT_MD5: string; - const HTTP2_HEADER_CONTENT_RANGE: string; - const HTTP2_HEADER_CONTENT_TYPE: string; - const HTTP2_HEADER_COOKIE: string; - const HTTP2_HEADER_DATE: string; - const HTTP2_HEADER_ETAG: string; - const HTTP2_HEADER_EXPECT: string; - const HTTP2_HEADER_EXPIRES: string; - const HTTP2_HEADER_FROM: string; - const HTTP2_HEADER_HOST: string; - const HTTP2_HEADER_IF_MATCH: string; - const HTTP2_HEADER_IF_MODIFIED_SINCE: string; - const HTTP2_HEADER_IF_NONE_MATCH: string; - const HTTP2_HEADER_IF_RANGE: string; - const HTTP2_HEADER_IF_UNMODIFIED_SINCE: string; - const HTTP2_HEADER_LAST_MODIFIED: string; - const HTTP2_HEADER_LINK: string; - const HTTP2_HEADER_LOCATION: string; - const HTTP2_HEADER_MAX_FORWARDS: string; - const HTTP2_HEADER_PREFER: string; - const HTTP2_HEADER_PROXY_AUTHENTICATE: string; - const HTTP2_HEADER_PROXY_AUTHORIZATION: string; - const HTTP2_HEADER_RANGE: string; - const HTTP2_HEADER_REFERER: string; - const HTTP2_HEADER_REFRESH: string; - const HTTP2_HEADER_RETRY_AFTER: string; - const HTTP2_HEADER_SERVER: string; - const HTTP2_HEADER_SET_COOKIE: string; - const HTTP2_HEADER_STRICT_TRANSPORT_SECURITY: string; - const HTTP2_HEADER_TRANSFER_ENCODING: string; - const HTTP2_HEADER_TE: string; - const HTTP2_HEADER_UPGRADE: string; - const HTTP2_HEADER_USER_AGENT: string; - const HTTP2_HEADER_VARY: string; - const HTTP2_HEADER_VIA: string; - const HTTP2_HEADER_WWW_AUTHENTICATE: string; - const HTTP2_HEADER_HTTP2_SETTINGS: string; - const HTTP2_HEADER_KEEP_ALIVE: string; - const HTTP2_HEADER_PROXY_CONNECTION: string; - const HTTP2_METHOD_ACL: string; - const HTTP2_METHOD_BASELINE_CONTROL: string; - const HTTP2_METHOD_BIND: string; - const HTTP2_METHOD_CHECKIN: string; - const HTTP2_METHOD_CHECKOUT: string; - const HTTP2_METHOD_CONNECT: string; - const HTTP2_METHOD_COPY: string; - const HTTP2_METHOD_DELETE: string; - const HTTP2_METHOD_GET: string; - const HTTP2_METHOD_HEAD: string; - const HTTP2_METHOD_LABEL: string; - const HTTP2_METHOD_LINK: string; - const HTTP2_METHOD_LOCK: string; - const HTTP2_METHOD_MERGE: string; - const HTTP2_METHOD_MKACTIVITY: string; - const HTTP2_METHOD_MKCALENDAR: string; - const HTTP2_METHOD_MKCOL: string; - const HTTP2_METHOD_MKREDIRECTREF: string; - const HTTP2_METHOD_MKWORKSPACE: string; - const HTTP2_METHOD_MOVE: string; - const HTTP2_METHOD_OPTIONS: string; - const HTTP2_METHOD_ORDERPATCH: string; - const HTTP2_METHOD_PATCH: string; - const HTTP2_METHOD_POST: string; - const HTTP2_METHOD_PRI: string; - const HTTP2_METHOD_PROPFIND: string; - const HTTP2_METHOD_PROPPATCH: string; - const HTTP2_METHOD_PUT: string; - const HTTP2_METHOD_REBIND: string; - const HTTP2_METHOD_REPORT: string; - const HTTP2_METHOD_SEARCH: string; - const HTTP2_METHOD_TRACE: string; - const HTTP2_METHOD_UNBIND: string; - const HTTP2_METHOD_UNCHECKOUT: string; - const HTTP2_METHOD_UNLINK: string; - const HTTP2_METHOD_UNLOCK: string; - const HTTP2_METHOD_UPDATE: string; - const HTTP2_METHOD_UPDATEREDIRECTREF: string; - const HTTP2_METHOD_VERSION_CONTROL: string; - const HTTP_STATUS_CONTINUE: number; - const HTTP_STATUS_SWITCHING_PROTOCOLS: number; - const HTTP_STATUS_PROCESSING: number; - const HTTP_STATUS_OK: number; - const HTTP_STATUS_CREATED: number; - const HTTP_STATUS_ACCEPTED: number; - const HTTP_STATUS_NON_AUTHORITATIVE_INFORMATION: number; - const HTTP_STATUS_NO_CONTENT: number; - const HTTP_STATUS_RESET_CONTENT: number; - const HTTP_STATUS_PARTIAL_CONTENT: number; - const HTTP_STATUS_MULTI_STATUS: number; - const HTTP_STATUS_ALREADY_REPORTED: number; - const HTTP_STATUS_IM_USED: number; - const HTTP_STATUS_MULTIPLE_CHOICES: number; - const HTTP_STATUS_MOVED_PERMANENTLY: number; - const HTTP_STATUS_FOUND: number; - const HTTP_STATUS_SEE_OTHER: number; - const HTTP_STATUS_NOT_MODIFIED: number; - const HTTP_STATUS_USE_PROXY: number; - const HTTP_STATUS_TEMPORARY_REDIRECT: number; - const HTTP_STATUS_PERMANENT_REDIRECT: number; - const HTTP_STATUS_BAD_REQUEST: number; - const HTTP_STATUS_UNAUTHORIZED: number; - const HTTP_STATUS_PAYMENT_REQUIRED: number; - const HTTP_STATUS_FORBIDDEN: number; - const HTTP_STATUS_NOT_FOUND: number; - const HTTP_STATUS_METHOD_NOT_ALLOWED: number; - const HTTP_STATUS_NOT_ACCEPTABLE: number; - const HTTP_STATUS_PROXY_AUTHENTICATION_REQUIRED: number; - const HTTP_STATUS_REQUEST_TIMEOUT: number; - const HTTP_STATUS_CONFLICT: number; - const HTTP_STATUS_GONE: number; - const HTTP_STATUS_LENGTH_REQUIRED: number; - const HTTP_STATUS_PRECONDITION_FAILED: number; - const HTTP_STATUS_PAYLOAD_TOO_LARGE: number; - const HTTP_STATUS_URI_TOO_LONG: number; - const HTTP_STATUS_UNSUPPORTED_MEDIA_TYPE: number; - const HTTP_STATUS_RANGE_NOT_SATISFIABLE: number; - const HTTP_STATUS_EXPECTATION_FAILED: number; - const HTTP_STATUS_TEAPOT: number; - const HTTP_STATUS_MISDIRECTED_REQUEST: number; - const HTTP_STATUS_UNPROCESSABLE_ENTITY: number; - const HTTP_STATUS_LOCKED: number; - const HTTP_STATUS_FAILED_DEPENDENCY: number; - const HTTP_STATUS_UNORDERED_COLLECTION: number; - const HTTP_STATUS_UPGRADE_REQUIRED: number; - const HTTP_STATUS_PRECONDITION_REQUIRED: number; - const HTTP_STATUS_TOO_MANY_REQUESTS: number; - const HTTP_STATUS_REQUEST_HEADER_FIELDS_TOO_LARGE: number; - const HTTP_STATUS_UNAVAILABLE_FOR_LEGAL_REASONS: number; - const HTTP_STATUS_INTERNAL_SERVER_ERROR: number; - const HTTP_STATUS_NOT_IMPLEMENTED: number; - const HTTP_STATUS_BAD_GATEWAY: number; - const HTTP_STATUS_SERVICE_UNAVAILABLE: number; - const HTTP_STATUS_GATEWAY_TIMEOUT: number; - const HTTP_STATUS_HTTP_VERSION_NOT_SUPPORTED: number; - const HTTP_STATUS_VARIANT_ALSO_NEGOTIATES: number; - const HTTP_STATUS_INSUFFICIENT_STORAGE: number; - const HTTP_STATUS_LOOP_DETECTED: number; - const HTTP_STATUS_BANDWIDTH_LIMIT_EXCEEDED: number; - const HTTP_STATUS_NOT_EXTENDED: number; - const HTTP_STATUS_NETWORK_AUTHENTICATION_REQUIRED: number; - } - /** - * This symbol can be set as a property on the HTTP/2 headers object with - * an array value in order to provide a list of headers considered sensitive. - */ - export const sensitiveHeaders: symbol; - /** - * Returns an object containing the default settings for an `Http2Session`instance. This method returns a new object instance every time it is called - * so instances returned may be safely modified for use. - * @since v8.4.0 - */ - export function getDefaultSettings(): Settings; - /** - * Returns a `Buffer` instance containing serialized representation of the given - * HTTP/2 settings as specified in the [HTTP/2](https://tools.ietf.org/html/rfc7540) specification. This is intended - * for use with the `HTTP2-Settings` header field. - * - * ```js - * const http2 = require('http2'); - * - * const packed = http2.getPackedSettings({ enablePush: false }); - * - * console.log(packed.toString('base64')); - * // Prints: AAIAAAAA - * ``` - * @since v8.4.0 - */ - export function getPackedSettings(settings: Settings): Buffer; - /** - * Returns a `HTTP/2 Settings Object` containing the deserialized settings from - * the given `Buffer` as generated by `http2.getPackedSettings()`. - * @since v8.4.0 - * @param buf The packed settings. - */ - export function getUnpackedSettings(buf: Uint8Array): Settings; - /** - * Returns a `net.Server` instance that creates and manages `Http2Session`instances. - * - * Since there are no browsers known that support [unencrypted HTTP/2](https://http2.github.io/faq/#does-http2-require-encryption), the use of {@link createSecureServer} is necessary when - * communicating - * with browser clients. - * - * ```js - * const http2 = require('http2'); - * - * // Create an unencrypted HTTP/2 server. - * // Since there are no browsers known that support - * // unencrypted HTTP/2, the use of `http2.createSecureServer()` - * // is necessary when communicating with browser clients. - * const server = http2.createServer(); - * - * server.on('stream', (stream, headers) => { - * stream.respond({ - * 'content-type': 'text/html; charset=utf-8', - * ':status': 200 - * }); - * stream.end('<h1>Hello World</h1>'); - * }); - * - * server.listen(80); - * ``` - * @since v8.4.0 - * @param onRequestHandler See `Compatibility API` - */ - export function createServer(onRequestHandler?: (request: Http2ServerRequest, response: Http2ServerResponse) => void): Http2Server; - export function createServer(options: ServerOptions, onRequestHandler?: (request: Http2ServerRequest, response: Http2ServerResponse) => void): Http2Server; - /** - * Returns a `tls.Server` instance that creates and manages `Http2Session`instances. - * - * ```js - * const http2 = require('http2'); - * const fs = require('fs'); - * - * const options = { - * key: fs.readFileSync('server-key.pem'), - * cert: fs.readFileSync('server-cert.pem') - * }; - * - * // Create a secure HTTP/2 server - * const server = http2.createSecureServer(options); - * - * server.on('stream', (stream, headers) => { - * stream.respond({ - * 'content-type': 'text/html; charset=utf-8', - * ':status': 200 - * }); - * stream.end('<h1>Hello World</h1>'); - * }); - * - * server.listen(80); - * ``` - * @since v8.4.0 - * @param onRequestHandler See `Compatibility API` - */ - export function createSecureServer(onRequestHandler?: (request: Http2ServerRequest, response: Http2ServerResponse) => void): Http2SecureServer; - export function createSecureServer(options: SecureServerOptions, onRequestHandler?: (request: Http2ServerRequest, response: Http2ServerResponse) => void): Http2SecureServer; - /** - * Returns a `ClientHttp2Session` instance. - * - * ```js - * const http2 = require('http2'); - * const client = http2.connect('https://localhost:1234'); - * - * // Use the client - * - * client.close(); - * ``` - * @since v8.4.0 - * @param authority The remote HTTP/2 server to connect to. This must be in the form of a minimal, valid URL with the `http://` or `https://` prefix, host name, and IP port (if a non-default port - * is used). Userinfo (user ID and password), path, querystring, and fragment details in the URL will be ignored. - * @param listener Will be registered as a one-time listener of the {@link 'connect'} event. - */ - export function connect(authority: string | url.URL, listener: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void): ClientHttp2Session; - export function connect( - authority: string | url.URL, - options?: ClientSessionOptions | SecureClientSessionOptions, - listener?: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void - ): ClientHttp2Session; -} -declare module 'node:http2' { - export * from 'http2'; -} diff --git a/software/flow/node_modules/@types/node/ts4.8/https.d.ts b/software/flow/node_modules/@types/node/ts4.8/https.d.ts deleted file mode 100755 index bda367d..0000000 --- a/software/flow/node_modules/@types/node/ts4.8/https.d.ts +++ /dev/null @@ -1,542 +0,0 @@ -/** - * HTTPS is the HTTP protocol over TLS/SSL. In Node.js this is implemented as a - * separate module. - * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/https.js) - */ -declare module 'https' { - import { Duplex } from 'node:stream'; - import * as tls from 'node:tls'; - import * as http from 'node:http'; - import { URL } from 'node:url'; - type ServerOptions< - Request extends typeof http.IncomingMessage = typeof http.IncomingMessage, - Response extends typeof http.ServerResponse = typeof http.ServerResponse, - > = tls.SecureContextOptions & tls.TlsOptions & http.ServerOptions<Request, Response>; - type RequestOptions = http.RequestOptions & - tls.SecureContextOptions & { - checkServerIdentity?: typeof tls.checkServerIdentity | undefined; - rejectUnauthorized?: boolean | undefined; // Defaults to true - servername?: string | undefined; // SNI TLS Extension - }; - interface AgentOptions extends http.AgentOptions, tls.ConnectionOptions { - rejectUnauthorized?: boolean | undefined; - maxCachedSessions?: number | undefined; - } - /** - * An `Agent` object for HTTPS similar to `http.Agent`. See {@link request} for more information. - * @since v0.4.5 - */ - class Agent extends http.Agent { - constructor(options?: AgentOptions); - options: AgentOptions; - } - interface Server< - Request extends typeof http.IncomingMessage = typeof http.IncomingMessage, - Response extends typeof http.ServerResponse = typeof http.ServerResponse, - > extends http.Server<Request, Response> {} - /** - * See `http.Server` for more information. - * @since v0.3.4 - */ - class Server< - Request extends typeof http.IncomingMessage = typeof http.IncomingMessage, - Response extends typeof http.ServerResponse = typeof http.ServerResponse, - > extends tls.Server { - constructor(requestListener?: http.RequestListener<Request, Response>); - constructor( - options: ServerOptions<Request, Response>, - requestListener?: http.RequestListener<Request, Response>, - ); - /** - * Closes all connections connected to this server. - * @since v18.2.0 - */ - closeAllConnections(): void; - /** - * Closes all connections connected to this server which are not sending a request or waiting for a response. - * @since v18.2.0 - */ - closeIdleConnections(): void; - addListener(event: string, listener: (...args: any[]) => void): this; - addListener(event: 'keylog', listener: (line: Buffer, tlsSocket: tls.TLSSocket) => void): this; - addListener( - event: 'newSession', - listener: (sessionId: Buffer, sessionData: Buffer, callback: (err: Error, resp: Buffer) => void) => void, - ): this; - addListener( - event: 'OCSPRequest', - listener: ( - certificate: Buffer, - issuer: Buffer, - callback: (err: Error | null, resp: Buffer) => void, - ) => void, - ): this; - addListener( - event: 'resumeSession', - listener: (sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void) => void, - ): this; - addListener(event: 'secureConnection', listener: (tlsSocket: tls.TLSSocket) => void): this; - addListener(event: 'tlsClientError', listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this; - addListener(event: 'close', listener: () => void): this; - addListener(event: 'connection', listener: (socket: Duplex) => void): this; - addListener(event: 'error', listener: (err: Error) => void): this; - addListener(event: 'listening', listener: () => void): this; - addListener(event: 'checkContinue', listener: http.RequestListener<Request, Response>): this; - addListener(event: 'checkExpectation', listener: http.RequestListener<Request, Response>): this; - addListener(event: 'clientError', listener: (err: Error, socket: Duplex) => void): this; - addListener( - event: 'connect', - listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void, - ): this; - addListener(event: 'request', listener: http.RequestListener<Request, Response>): this; - addListener( - event: 'upgrade', - listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void, - ): this; - emit(event: string, ...args: any[]): boolean; - emit(event: 'keylog', line: Buffer, tlsSocket: tls.TLSSocket): boolean; - emit( - event: 'newSession', - sessionId: Buffer, - sessionData: Buffer, - callback: (err: Error, resp: Buffer) => void, - ): boolean; - emit( - event: 'OCSPRequest', - certificate: Buffer, - issuer: Buffer, - callback: (err: Error | null, resp: Buffer) => void, - ): boolean; - emit(event: 'resumeSession', sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void): boolean; - emit(event: 'secureConnection', tlsSocket: tls.TLSSocket): boolean; - emit(event: 'tlsClientError', err: Error, tlsSocket: tls.TLSSocket): boolean; - emit(event: 'close'): boolean; - emit(event: 'connection', socket: Duplex): boolean; - emit(event: 'error', err: Error): boolean; - emit(event: 'listening'): boolean; - emit( - event: 'checkContinue', - req: InstanceType<Request>, - res: InstanceType<Response> & { req: InstanceType<Request> }, - ): boolean; - emit( - event: 'checkExpectation', - req: InstanceType<Request>, - res: InstanceType<Response> & { req: InstanceType<Request> }, - ): boolean; - emit(event: 'clientError', err: Error, socket: Duplex): boolean; - emit(event: 'connect', req: InstanceType<Request>, socket: Duplex, head: Buffer): boolean; - emit( - event: 'request', - req: InstanceType<Request>, - res: InstanceType<Response> & { req: InstanceType<Request> }, - ): boolean; - emit(event: 'upgrade', req: InstanceType<Request>, socket: Duplex, head: Buffer): boolean; - on(event: string, listener: (...args: any[]) => void): this; - on(event: 'keylog', listener: (line: Buffer, tlsSocket: tls.TLSSocket) => void): this; - on( - event: 'newSession', - listener: (sessionId: Buffer, sessionData: Buffer, callback: (err: Error, resp: Buffer) => void) => void, - ): this; - on( - event: 'OCSPRequest', - listener: ( - certificate: Buffer, - issuer: Buffer, - callback: (err: Error | null, resp: Buffer) => void, - ) => void, - ): this; - on( - event: 'resumeSession', - listener: (sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void) => void, - ): this; - on(event: 'secureConnection', listener: (tlsSocket: tls.TLSSocket) => void): this; - on(event: 'tlsClientError', listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this; - on(event: 'close', listener: () => void): this; - on(event: 'connection', listener: (socket: Duplex) => void): this; - on(event: 'error', listener: (err: Error) => void): this; - on(event: 'listening', listener: () => void): this; - on(event: 'checkContinue', listener: http.RequestListener<Request, Response>): this; - on(event: 'checkExpectation', listener: http.RequestListener<Request, Response>): this; - on(event: 'clientError', listener: (err: Error, socket: Duplex) => void): this; - on(event: 'connect', listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void): this; - on(event: 'request', listener: http.RequestListener<Request, Response>): this; - on(event: 'upgrade', listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void): this; - once(event: string, listener: (...args: any[]) => void): this; - once(event: 'keylog', listener: (line: Buffer, tlsSocket: tls.TLSSocket) => void): this; - once( - event: 'newSession', - listener: (sessionId: Buffer, sessionData: Buffer, callback: (err: Error, resp: Buffer) => void) => void, - ): this; - once( - event: 'OCSPRequest', - listener: ( - certificate: Buffer, - issuer: Buffer, - callback: (err: Error | null, resp: Buffer) => void, - ) => void, - ): this; - once( - event: 'resumeSession', - listener: (sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void) => void, - ): this; - once(event: 'secureConnection', listener: (tlsSocket: tls.TLSSocket) => void): this; - once(event: 'tlsClientError', listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this; - once(event: 'close', listener: () => void): this; - once(event: 'connection', listener: (socket: Duplex) => void): this; - once(event: 'error', listener: (err: Error) => void): this; - once(event: 'listening', listener: () => void): this; - once(event: 'checkContinue', listener: http.RequestListener<Request, Response>): this; - once(event: 'checkExpectation', listener: http.RequestListener<Request, Response>): this; - once(event: 'clientError', listener: (err: Error, socket: Duplex) => void): this; - once(event: 'connect', listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void): this; - once(event: 'request', listener: http.RequestListener<Request, Response>): this; - once(event: 'upgrade', listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void): this; - prependListener(event: string, listener: (...args: any[]) => void): this; - prependListener(event: 'keylog', listener: (line: Buffer, tlsSocket: tls.TLSSocket) => void): this; - prependListener( - event: 'newSession', - listener: (sessionId: Buffer, sessionData: Buffer, callback: (err: Error, resp: Buffer) => void) => void, - ): this; - prependListener( - event: 'OCSPRequest', - listener: ( - certificate: Buffer, - issuer: Buffer, - callback: (err: Error | null, resp: Buffer) => void, - ) => void, - ): this; - prependListener( - event: 'resumeSession', - listener: (sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void) => void, - ): this; - prependListener(event: 'secureConnection', listener: (tlsSocket: tls.TLSSocket) => void): this; - prependListener(event: 'tlsClientError', listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this; - prependListener(event: 'close', listener: () => void): this; - prependListener(event: 'connection', listener: (socket: Duplex) => void): this; - prependListener(event: 'error', listener: (err: Error) => void): this; - prependListener(event: 'listening', listener: () => void): this; - prependListener(event: 'checkContinue', listener: http.RequestListener<Request, Response>): this; - prependListener(event: 'checkExpectation', listener: http.RequestListener<Request, Response>): this; - prependListener(event: 'clientError', listener: (err: Error, socket: Duplex) => void): this; - prependListener( - event: 'connect', - listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void, - ): this; - prependListener(event: 'request', listener: http.RequestListener<Request, Response>): this; - prependListener( - event: 'upgrade', - listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void, - ): this; - prependOnceListener(event: string, listener: (...args: any[]) => void): this; - prependOnceListener(event: 'keylog', listener: (line: Buffer, tlsSocket: tls.TLSSocket) => void): this; - prependOnceListener( - event: 'newSession', - listener: (sessionId: Buffer, sessionData: Buffer, callback: (err: Error, resp: Buffer) => void) => void, - ): this; - prependOnceListener( - event: 'OCSPRequest', - listener: ( - certificate: Buffer, - issuer: Buffer, - callback: (err: Error | null, resp: Buffer) => void, - ) => void, - ): this; - prependOnceListener( - event: 'resumeSession', - listener: (sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void) => void, - ): this; - prependOnceListener(event: 'secureConnection', listener: (tlsSocket: tls.TLSSocket) => void): this; - prependOnceListener(event: 'tlsClientError', listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this; - prependOnceListener(event: 'close', listener: () => void): this; - prependOnceListener(event: 'connection', listener: (socket: Duplex) => void): this; - prependOnceListener(event: 'error', listener: (err: Error) => void): this; - prependOnceListener(event: 'listening', listener: () => void): this; - prependOnceListener(event: 'checkContinue', listener: http.RequestListener<Request, Response>): this; - prependOnceListener(event: 'checkExpectation', listener: http.RequestListener<Request, Response>): this; - prependOnceListener(event: 'clientError', listener: (err: Error, socket: Duplex) => void): this; - prependOnceListener( - event: 'connect', - listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void, - ): this; - prependOnceListener(event: 'request', listener: http.RequestListener<Request, Response>): this; - prependOnceListener( - event: 'upgrade', - listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void, - ): this; - } - /** - * ```js - * // curl -k https://localhost:8000/ - * const https = require('https'); - * const fs = require('fs'); - * - * const options = { - * key: fs.readFileSync('test/fixtures/keys/agent2-key.pem'), - * cert: fs.readFileSync('test/fixtures/keys/agent2-cert.pem') - * }; - * - * https.createServer(options, (req, res) => { - * res.writeHead(200); - * res.end('hello world\n'); - * }).listen(8000); - * ``` - * - * Or - * - * ```js - * const https = require('https'); - * const fs = require('fs'); - * - * const options = { - * pfx: fs.readFileSync('test/fixtures/test_cert.pfx'), - * passphrase: 'sample' - * }; - * - * https.createServer(options, (req, res) => { - * res.writeHead(200); - * res.end('hello world\n'); - * }).listen(8000); - * ``` - * @since v0.3.4 - * @param options Accepts `options` from `createServer`, `createSecureContext` and `createServer`. - * @param requestListener A listener to be added to the `'request'` event. - */ - function createServer< - Request extends typeof http.IncomingMessage = typeof http.IncomingMessage, - Response extends typeof http.ServerResponse = typeof http.ServerResponse, - >(requestListener?: http.RequestListener<Request, Response>): Server<Request, Response>; - function createServer< - Request extends typeof http.IncomingMessage = typeof http.IncomingMessage, - Response extends typeof http.ServerResponse = typeof http.ServerResponse, - >( - options: ServerOptions<Request, Response>, - requestListener?: http.RequestListener<Request, Response>, - ): Server<Request, Response>; - /** - * Makes a request to a secure web server. - * - * The following additional `options` from `tls.connect()` are also accepted:`ca`, `cert`, `ciphers`, `clientCertEngine`, `crl`, `dhparam`, `ecdhCurve`,`honorCipherOrder`, `key`, `passphrase`, - * `pfx`, `rejectUnauthorized`,`secureOptions`, `secureProtocol`, `servername`, `sessionIdContext`,`highWaterMark`. - * - * `options` can be an object, a string, or a `URL` object. If `options` is a - * string, it is automatically parsed with `new URL()`. If it is a `URL` object, it will be automatically converted to an ordinary `options` object. - * - * `https.request()` returns an instance of the `http.ClientRequest` class. The `ClientRequest` instance is a writable stream. If one needs to - * upload a file with a POST request, then write to the `ClientRequest` object. - * - * ```js - * const https = require('https'); - * - * const options = { - * hostname: 'encrypted.google.com', - * port: 443, - * path: '/', - * method: 'GET' - * }; - * - * const req = https.request(options, (res) => { - * console.log('statusCode:', res.statusCode); - * console.log('headers:', res.headers); - * - * res.on('data', (d) => { - * process.stdout.write(d); - * }); - * }); - * - * req.on('error', (e) => { - * console.error(e); - * }); - * req.end(); - * ``` - * - * Example using options from `tls.connect()`: - * - * ```js - * const options = { - * hostname: 'encrypted.google.com', - * port: 443, - * path: '/', - * method: 'GET', - * key: fs.readFileSync('test/fixtures/keys/agent2-key.pem'), - * cert: fs.readFileSync('test/fixtures/keys/agent2-cert.pem') - * }; - * options.agent = new https.Agent(options); - * - * const req = https.request(options, (res) => { - * // ... - * }); - * ``` - * - * Alternatively, opt out of connection pooling by not using an `Agent`. - * - * ```js - * const options = { - * hostname: 'encrypted.google.com', - * port: 443, - * path: '/', - * method: 'GET', - * key: fs.readFileSync('test/fixtures/keys/agent2-key.pem'), - * cert: fs.readFileSync('test/fixtures/keys/agent2-cert.pem'), - * agent: false - * }; - * - * const req = https.request(options, (res) => { - * // ... - * }); - * ``` - * - * Example using a `URL` as `options`: - * - * ```js - * const options = new URL('https://abc:xyz@example.com'); - * - * const req = https.request(options, (res) => { - * // ... - * }); - * ``` - * - * Example pinning on certificate fingerprint, or the public key (similar to`pin-sha256`): - * - * ```js - * const tls = require('tls'); - * const https = require('https'); - * const crypto = require('crypto'); - * - * function sha256(s) { - * return crypto.createHash('sha256').update(s).digest('base64'); - * } - * const options = { - * hostname: 'github.com', - * port: 443, - * path: '/', - * method: 'GET', - * checkServerIdentity: function(host, cert) { - * // Make sure the certificate is issued to the host we are connected to - * const err = tls.checkServerIdentity(host, cert); - * if (err) { - * return err; - * } - * - * // Pin the public key, similar to HPKP pin-sha25 pinning - * const pubkey256 = 'pL1+qb9HTMRZJmuC/bB/ZI9d302BYrrqiVuRyW+DGrU='; - * if (sha256(cert.pubkey) !== pubkey256) { - * const msg = 'Certificate verification error: ' + - * `The public key of '${cert.subject.CN}' ` + - * 'does not match our pinned fingerprint'; - * return new Error(msg); - * } - * - * // Pin the exact certificate, rather than the pub key - * const cert256 = '25:FE:39:32:D9:63:8C:8A:FC:A1:9A:29:87:' + - * 'D8:3E:4C:1D:98:DB:71:E4:1A:48:03:98:EA:22:6A:BD:8B:93:16'; - * if (cert.fingerprint256 !== cert256) { - * const msg = 'Certificate verification error: ' + - * `The certificate of '${cert.subject.CN}' ` + - * 'does not match our pinned fingerprint'; - * return new Error(msg); - * } - * - * // This loop is informational only. - * // Print the certificate and public key fingerprints of all certs in the - * // chain. Its common to pin the public key of the issuer on the public - * // internet, while pinning the public key of the service in sensitive - * // environments. - * do { - * console.log('Subject Common Name:', cert.subject.CN); - * console.log(' Certificate SHA256 fingerprint:', cert.fingerprint256); - * - * hash = crypto.createHash('sha256'); - * console.log(' Public key ping-sha256:', sha256(cert.pubkey)); - * - * lastprint256 = cert.fingerprint256; - * cert = cert.issuerCertificate; - * } while (cert.fingerprint256 !== lastprint256); - * - * }, - * }; - * - * options.agent = new https.Agent(options); - * const req = https.request(options, (res) => { - * console.log('All OK. Server matched our pinned cert or public key'); - * console.log('statusCode:', res.statusCode); - * // Print the HPKP values - * console.log('headers:', res.headers['public-key-pins']); - * - * res.on('data', (d) => {}); - * }); - * - * req.on('error', (e) => { - * console.error(e.message); - * }); - * req.end(); - * ``` - * - * Outputs for example: - * - * ```text - * Subject Common Name: github.com - * Certificate SHA256 fingerprint: 25:FE:39:32:D9:63:8C:8A:FC:A1:9A:29:87:D8:3E:4C:1D:98:DB:71:E4:1A:48:03:98:EA:22:6A:BD:8B:93:16 - * Public key ping-sha256: pL1+qb9HTMRZJmuC/bB/ZI9d302BYrrqiVuRyW+DGrU= - * Subject Common Name: DigiCert SHA2 Extended Validation Server CA - * Certificate SHA256 fingerprint: 40:3E:06:2A:26:53:05:91:13:28:5B:AF:80:A0:D4:AE:42:2C:84:8C:9F:78:FA:D0:1F:C9:4B:C5:B8:7F:EF:1A - * Public key ping-sha256: RRM1dGqnDFsCJXBTHky16vi1obOlCgFFn/yOhI/y+ho= - * Subject Common Name: DigiCert High Assurance EV Root CA - * Certificate SHA256 fingerprint: 74:31:E5:F4:C3:C1:CE:46:90:77:4F:0B:61:E0:54:40:88:3B:A9:A0:1E:D0:0B:A6:AB:D7:80:6E:D3:B1:18:CF - * Public key ping-sha256: WoiWRyIOVNa9ihaBciRSC7XHjliYS9VwUGOIud4PB18= - * All OK. Server matched our pinned cert or public key - * statusCode: 200 - * headers: max-age=0; pin-sha256="WoiWRyIOVNa9ihaBciRSC7XHjliYS9VwUGOIud4PB18="; pin-sha256="RRM1dGqnDFsCJXBTHky16vi1obOlCgFFn/yOhI/y+ho="; - * pin-sha256="k2v657xBsOVe1PQRwOsHsw3bsGT2VzIqz5K+59sNQws="; pin-sha256="K87oWBWM9UZfyddvDfoxL+8lpNyoUB2ptGtn0fv6G2Q="; pin-sha256="IQBnNBEiFuhj+8x6X8XLgh01V9Ic5/V3IRQLNFFc7v4="; - * pin-sha256="iie1VXtL7HzAMF+/PVPR9xzT80kQxdZeJ+zduCB3uj0="; pin-sha256="LvRiGEjRqfzurezaWuj8Wie2gyHMrW5Q06LspMnox7A="; includeSubDomains - * ``` - * @since v0.3.6 - * @param options Accepts all `options` from `request`, with some differences in default values: - */ - function request( - options: RequestOptions | string | URL, - callback?: (res: http.IncomingMessage) => void, - ): http.ClientRequest; - function request( - url: string | URL, - options: RequestOptions, - callback?: (res: http.IncomingMessage) => void, - ): http.ClientRequest; - /** - * Like `http.get()` but for HTTPS. - * - * `options` can be an object, a string, or a `URL` object. If `options` is a - * string, it is automatically parsed with `new URL()`. If it is a `URL` object, it will be automatically converted to an ordinary `options` object. - * - * ```js - * const https = require('https'); - * - * https.get('https://encrypted.google.com/', (res) => { - * console.log('statusCode:', res.statusCode); - * console.log('headers:', res.headers); - * - * res.on('data', (d) => { - * process.stdout.write(d); - * }); - * - * }).on('error', (e) => { - * console.error(e); - * }); - * ``` - * @since v0.3.6 - * @param options Accepts the same `options` as {@link request}, with the `method` always set to `GET`. - */ - function get( - options: RequestOptions | string | URL, - callback?: (res: http.IncomingMessage) => void, - ): http.ClientRequest; - function get( - url: string | URL, - options: RequestOptions, - callback?: (res: http.IncomingMessage) => void, - ): http.ClientRequest; - let globalAgent: Agent; -} -declare module 'node:https' { - export * from 'https'; -} diff --git a/software/flow/node_modules/@types/node/ts4.8/index.d.ts b/software/flow/node_modules/@types/node/ts4.8/index.d.ts deleted file mode 100755 index 7c8b38c..0000000 --- a/software/flow/node_modules/@types/node/ts4.8/index.d.ts +++ /dev/null @@ -1,88 +0,0 @@ -/** - * License for programmatically and manually incorporated - * documentation aka. `JSDoc` from https://github.com/nodejs/node/tree/master/doc - * - * Copyright Node.js contributors. All rights reserved. - * Permission is hereby granted, free of charge, to any person obtaining a copy - * of this software and associated documentation files (the "Software"), to - * deal in the Software without restriction, including without limitation the - * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or - * sell copies of the Software, and to permit persons to whom the Software is - * furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included in - * all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS - * IN THE SOFTWARE. - */ - -// NOTE: These definitions support NodeJS and TypeScript 4.8 and earlier. - -// Reference required types from the default lib: -/// <reference lib="es2020" /> -/// <reference lib="esnext.asynciterable" /> -/// <reference lib="esnext.intl" /> -/// <reference lib="esnext.bigint" /> - -// Base definitions for all NodeJS modules that are not specific to any version of TypeScript: -/// <reference path="assert.d.ts" /> -/// <reference path="assert/strict.d.ts" /> -/// <reference path="globals.d.ts" /> -/// <reference path="async_hooks.d.ts" /> -/// <reference path="buffer.d.ts" /> -/// <reference path="child_process.d.ts" /> -/// <reference path="cluster.d.ts" /> -/// <reference path="console.d.ts" /> -/// <reference path="constants.d.ts" /> -/// <reference path="crypto.d.ts" /> -/// <reference path="dgram.d.ts" /> -/// <reference path="diagnostics_channel.d.ts" /> -/// <reference path="dns.d.ts" /> -/// <reference path="dns/promises.d.ts" /> -/// <reference path="dns/promises.d.ts" /> -/// <reference path="domain.d.ts" /> -/// <reference path="dom-events.d.ts" /> -/// <reference path="events.d.ts" /> -/// <reference path="fs.d.ts" /> -/// <reference path="fs/promises.d.ts" /> -/// <reference path="http.d.ts" /> -/// <reference path="http2.d.ts" /> -/// <reference path="https.d.ts" /> -/// <reference path="inspector.d.ts" /> -/// <reference path="module.d.ts" /> -/// <reference path="net.d.ts" /> -/// <reference path="os.d.ts" /> -/// <reference path="path.d.ts" /> -/// <reference path="perf_hooks.d.ts" /> -/// <reference path="process.d.ts" /> -/// <reference path="punycode.d.ts" /> -/// <reference path="querystring.d.ts" /> -/// <reference path="readline.d.ts" /> -/// <reference path="readline/promises.d.ts" /> -/// <reference path="repl.d.ts" /> -/// <reference path="stream.d.ts" /> -/// <reference path="stream/promises.d.ts" /> -/// <reference path="stream/consumers.d.ts" /> -/// <reference path="stream/web.d.ts" /> -/// <reference path="string_decoder.d.ts" /> -/// <reference path="test.d.ts" /> -/// <reference path="timers.d.ts" /> -/// <reference path="timers/promises.d.ts" /> -/// <reference path="tls.d.ts" /> -/// <reference path="trace_events.d.ts" /> -/// <reference path="tty.d.ts" /> -/// <reference path="url.d.ts" /> -/// <reference path="util.d.ts" /> -/// <reference path="v8.d.ts" /> -/// <reference path="vm.d.ts" /> -/// <reference path="wasi.d.ts" /> -/// <reference path="worker_threads.d.ts" /> -/// <reference path="zlib.d.ts" /> - -/// <reference path="globals.global.d.ts" /> diff --git a/software/flow/node_modules/@types/node/ts4.8/inspector.d.ts b/software/flow/node_modules/@types/node/ts4.8/inspector.d.ts deleted file mode 100755 index eba0b55..0000000 --- a/software/flow/node_modules/@types/node/ts4.8/inspector.d.ts +++ /dev/null @@ -1,2741 +0,0 @@ -// eslint-disable-next-line dt-header -// Type definitions for inspector - -// These definitions are auto-generated. -// Please see https://github.com/DefinitelyTyped/DefinitelyTyped/pull/19330 -// for more information. - -// tslint:disable:max-line-length - -/** - * The `inspector` module provides an API for interacting with the V8 inspector. - * - * It can be accessed using: - * - * ```js - * const inspector = require('inspector'); - * ``` - * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/inspector.js) - */ -declare module 'inspector' { - import EventEmitter = require('node:events'); - interface InspectorNotification<T> { - method: string; - params: T; - } - namespace Schema { - /** - * Description of the protocol domain. - */ - interface Domain { - /** - * Domain name. - */ - name: string; - /** - * Domain version. - */ - version: string; - } - interface GetDomainsReturnType { - /** - * List of supported domains. - */ - domains: Domain[]; - } - } - namespace Runtime { - /** - * Unique script identifier. - */ - type ScriptId = string; - /** - * Unique object identifier. - */ - type RemoteObjectId = string; - /** - * Primitive value which cannot be JSON-stringified. - */ - type UnserializableValue = string; - /** - * Mirror object referencing original JavaScript object. - */ - interface RemoteObject { - /** - * Object type. - */ - type: string; - /** - * Object subtype hint. Specified for <code>object</code> type values only. - */ - subtype?: string | undefined; - /** - * Object class (constructor) name. Specified for <code>object</code> type values only. - */ - className?: string | undefined; - /** - * Remote object value in case of primitive values or JSON values (if it was requested). - */ - value?: any; - /** - * Primitive value which can not be JSON-stringified does not have <code>value</code>, but gets this property. - */ - unserializableValue?: UnserializableValue | undefined; - /** - * String representation of the object. - */ - description?: string | undefined; - /** - * Unique object identifier (for non-primitive values). - */ - objectId?: RemoteObjectId | undefined; - /** - * Preview containing abbreviated property values. Specified for <code>object</code> type values only. - * @experimental - */ - preview?: ObjectPreview | undefined; - /** - * @experimental - */ - customPreview?: CustomPreview | undefined; - } - /** - * @experimental - */ - interface CustomPreview { - header: string; - hasBody: boolean; - formatterObjectId: RemoteObjectId; - bindRemoteObjectFunctionId: RemoteObjectId; - configObjectId?: RemoteObjectId | undefined; - } - /** - * Object containing abbreviated remote object value. - * @experimental - */ - interface ObjectPreview { - /** - * Object type. - */ - type: string; - /** - * Object subtype hint. Specified for <code>object</code> type values only. - */ - subtype?: string | undefined; - /** - * String representation of the object. - */ - description?: string | undefined; - /** - * True iff some of the properties or entries of the original object did not fit. - */ - overflow: boolean; - /** - * List of the properties. - */ - properties: PropertyPreview[]; - /** - * List of the entries. Specified for <code>map</code> and <code>set</code> subtype values only. - */ - entries?: EntryPreview[] | undefined; - } - /** - * @experimental - */ - interface PropertyPreview { - /** - * Property name. - */ - name: string; - /** - * Object type. Accessor means that the property itself is an accessor property. - */ - type: string; - /** - * User-friendly property value string. - */ - value?: string | undefined; - /** - * Nested value preview. - */ - valuePreview?: ObjectPreview | undefined; - /** - * Object subtype hint. Specified for <code>object</code> type values only. - */ - subtype?: string | undefined; - } - /** - * @experimental - */ - interface EntryPreview { - /** - * Preview of the key. Specified for map-like collection entries. - */ - key?: ObjectPreview | undefined; - /** - * Preview of the value. - */ - value: ObjectPreview; - } - /** - * Object property descriptor. - */ - interface PropertyDescriptor { - /** - * Property name or symbol description. - */ - name: string; - /** - * The value associated with the property. - */ - value?: RemoteObject | undefined; - /** - * True if the value associated with the property may be changed (data descriptors only). - */ - writable?: boolean | undefined; - /** - * A function which serves as a getter for the property, or <code>undefined</code> if there is no getter (accessor descriptors only). - */ - get?: RemoteObject | undefined; - /** - * A function which serves as a setter for the property, or <code>undefined</code> if there is no setter (accessor descriptors only). - */ - set?: RemoteObject | undefined; - /** - * True if the type of this property descriptor may be changed and if the property may be deleted from the corresponding object. - */ - configurable: boolean; - /** - * True if this property shows up during enumeration of the properties on the corresponding object. - */ - enumerable: boolean; - /** - * True if the result was thrown during the evaluation. - */ - wasThrown?: boolean | undefined; - /** - * True if the property is owned for the object. - */ - isOwn?: boolean | undefined; - /** - * Property symbol object, if the property is of the <code>symbol</code> type. - */ - symbol?: RemoteObject | undefined; - } - /** - * Object internal property descriptor. This property isn't normally visible in JavaScript code. - */ - interface InternalPropertyDescriptor { - /** - * Conventional property name. - */ - name: string; - /** - * The value associated with the property. - */ - value?: RemoteObject | undefined; - } - /** - * Represents function call argument. Either remote object id <code>objectId</code>, primitive <code>value</code>, unserializable primitive value or neither of (for undefined) them should be specified. - */ - interface CallArgument { - /** - * Primitive value or serializable javascript object. - */ - value?: any; - /** - * Primitive value which can not be JSON-stringified. - */ - unserializableValue?: UnserializableValue | undefined; - /** - * Remote object handle. - */ - objectId?: RemoteObjectId | undefined; - } - /** - * Id of an execution context. - */ - type ExecutionContextId = number; - /** - * Description of an isolated world. - */ - interface ExecutionContextDescription { - /** - * Unique id of the execution context. It can be used to specify in which execution context script evaluation should be performed. - */ - id: ExecutionContextId; - /** - * Execution context origin. - */ - origin: string; - /** - * Human readable name describing given context. - */ - name: string; - /** - * Embedder-specific auxiliary data. - */ - auxData?: {} | undefined; - } - /** - * Detailed information about exception (or error) that was thrown during script compilation or execution. - */ - interface ExceptionDetails { - /** - * Exception id. - */ - exceptionId: number; - /** - * Exception text, which should be used together with exception object when available. - */ - text: string; - /** - * Line number of the exception location (0-based). - */ - lineNumber: number; - /** - * Column number of the exception location (0-based). - */ - columnNumber: number; - /** - * Script ID of the exception location. - */ - scriptId?: ScriptId | undefined; - /** - * URL of the exception location, to be used when the script was not reported. - */ - url?: string | undefined; - /** - * JavaScript stack trace if available. - */ - stackTrace?: StackTrace | undefined; - /** - * Exception object if available. - */ - exception?: RemoteObject | undefined; - /** - * Identifier of the context where exception happened. - */ - executionContextId?: ExecutionContextId | undefined; - } - /** - * Number of milliseconds since epoch. - */ - type Timestamp = number; - /** - * Stack entry for runtime errors and assertions. - */ - interface CallFrame { - /** - * JavaScript function name. - */ - functionName: string; - /** - * JavaScript script id. - */ - scriptId: ScriptId; - /** - * JavaScript script name or url. - */ - url: string; - /** - * JavaScript script line number (0-based). - */ - lineNumber: number; - /** - * JavaScript script column number (0-based). - */ - columnNumber: number; - } - /** - * Call frames for assertions or error messages. - */ - interface StackTrace { - /** - * String label of this stack trace. For async traces this may be a name of the function that initiated the async call. - */ - description?: string | undefined; - /** - * JavaScript function name. - */ - callFrames: CallFrame[]; - /** - * Asynchronous JavaScript stack trace that preceded this stack, if available. - */ - parent?: StackTrace | undefined; - /** - * Asynchronous JavaScript stack trace that preceded this stack, if available. - * @experimental - */ - parentId?: StackTraceId | undefined; - } - /** - * Unique identifier of current debugger. - * @experimental - */ - type UniqueDebuggerId = string; - /** - * If <code>debuggerId</code> is set stack trace comes from another debugger and can be resolved there. This allows to track cross-debugger calls. See <code>Runtime.StackTrace</code> and <code>Debugger.paused</code> for usages. - * @experimental - */ - interface StackTraceId { - id: string; - debuggerId?: UniqueDebuggerId | undefined; - } - interface EvaluateParameterType { - /** - * Expression to evaluate. - */ - expression: string; - /** - * Symbolic group name that can be used to release multiple objects. - */ - objectGroup?: string | undefined; - /** - * Determines whether Command Line API should be available during the evaluation. - */ - includeCommandLineAPI?: boolean | undefined; - /** - * In silent mode exceptions thrown during evaluation are not reported and do not pause execution. Overrides <code>setPauseOnException</code> state. - */ - silent?: boolean | undefined; - /** - * Specifies in which execution context to perform evaluation. If the parameter is omitted the evaluation will be performed in the context of the inspected page. - */ - contextId?: ExecutionContextId | undefined; - /** - * Whether the result is expected to be a JSON object that should be sent by value. - */ - returnByValue?: boolean | undefined; - /** - * Whether preview should be generated for the result. - * @experimental - */ - generatePreview?: boolean | undefined; - /** - * Whether execution should be treated as initiated by user in the UI. - */ - userGesture?: boolean | undefined; - /** - * Whether execution should <code>await</code> for resulting value and return once awaited promise is resolved. - */ - awaitPromise?: boolean | undefined; - } - interface AwaitPromiseParameterType { - /** - * Identifier of the promise. - */ - promiseObjectId: RemoteObjectId; - /** - * Whether the result is expected to be a JSON object that should be sent by value. - */ - returnByValue?: boolean | undefined; - /** - * Whether preview should be generated for the result. - */ - generatePreview?: boolean | undefined; - } - interface CallFunctionOnParameterType { - /** - * Declaration of the function to call. - */ - functionDeclaration: string; - /** - * Identifier of the object to call function on. Either objectId or executionContextId should be specified. - */ - objectId?: RemoteObjectId | undefined; - /** - * Call arguments. All call arguments must belong to the same JavaScript world as the target object. - */ - arguments?: CallArgument[] | undefined; - /** - * In silent mode exceptions thrown during evaluation are not reported and do not pause execution. Overrides <code>setPauseOnException</code> state. - */ - silent?: boolean | undefined; - /** - * Whether the result is expected to be a JSON object which should be sent by value. - */ - returnByValue?: boolean | undefined; - /** - * Whether preview should be generated for the result. - * @experimental - */ - generatePreview?: boolean | undefined; - /** - * Whether execution should be treated as initiated by user in the UI. - */ - userGesture?: boolean | undefined; - /** - * Whether execution should <code>await</code> for resulting value and return once awaited promise is resolved. - */ - awaitPromise?: boolean | undefined; - /** - * Specifies execution context which global object will be used to call function on. Either executionContextId or objectId should be specified. - */ - executionContextId?: ExecutionContextId | undefined; - /** - * Symbolic group name that can be used to release multiple objects. If objectGroup is not specified and objectId is, objectGroup will be inherited from object. - */ - objectGroup?: string | undefined; - } - interface GetPropertiesParameterType { - /** - * Identifier of the object to return properties for. - */ - objectId: RemoteObjectId; - /** - * If true, returns properties belonging only to the element itself, not to its prototype chain. - */ - ownProperties?: boolean | undefined; - /** - * If true, returns accessor properties (with getter/setter) only; internal properties are not returned either. - * @experimental - */ - accessorPropertiesOnly?: boolean | undefined; - /** - * Whether preview should be generated for the results. - * @experimental - */ - generatePreview?: boolean | undefined; - } - interface ReleaseObjectParameterType { - /** - * Identifier of the object to release. - */ - objectId: RemoteObjectId; - } - interface ReleaseObjectGroupParameterType { - /** - * Symbolic object group name. - */ - objectGroup: string; - } - interface SetCustomObjectFormatterEnabledParameterType { - enabled: boolean; - } - interface CompileScriptParameterType { - /** - * Expression to compile. - */ - expression: string; - /** - * Source url to be set for the script. - */ - sourceURL: string; - /** - * Specifies whether the compiled script should be persisted. - */ - persistScript: boolean; - /** - * Specifies in which execution context to perform script run. If the parameter is omitted the evaluation will be performed in the context of the inspected page. - */ - executionContextId?: ExecutionContextId | undefined; - } - interface RunScriptParameterType { - /** - * Id of the script to run. - */ - scriptId: ScriptId; - /** - * Specifies in which execution context to perform script run. If the parameter is omitted the evaluation will be performed in the context of the inspected page. - */ - executionContextId?: ExecutionContextId | undefined; - /** - * Symbolic group name that can be used to release multiple objects. - */ - objectGroup?: string | undefined; - /** - * In silent mode exceptions thrown during evaluation are not reported and do not pause execution. Overrides <code>setPauseOnException</code> state. - */ - silent?: boolean | undefined; - /** - * Determines whether Command Line API should be available during the evaluation. - */ - includeCommandLineAPI?: boolean | undefined; - /** - * Whether the result is expected to be a JSON object which should be sent by value. - */ - returnByValue?: boolean | undefined; - /** - * Whether preview should be generated for the result. - */ - generatePreview?: boolean | undefined; - /** - * Whether execution should <code>await</code> for resulting value and return once awaited promise is resolved. - */ - awaitPromise?: boolean | undefined; - } - interface QueryObjectsParameterType { - /** - * Identifier of the prototype to return objects for. - */ - prototypeObjectId: RemoteObjectId; - } - interface GlobalLexicalScopeNamesParameterType { - /** - * Specifies in which execution context to lookup global scope variables. - */ - executionContextId?: ExecutionContextId | undefined; - } - interface EvaluateReturnType { - /** - * Evaluation result. - */ - result: RemoteObject; - /** - * Exception details. - */ - exceptionDetails?: ExceptionDetails | undefined; - } - interface AwaitPromiseReturnType { - /** - * Promise result. Will contain rejected value if promise was rejected. - */ - result: RemoteObject; - /** - * Exception details if stack strace is available. - */ - exceptionDetails?: ExceptionDetails | undefined; - } - interface CallFunctionOnReturnType { - /** - * Call result. - */ - result: RemoteObject; - /** - * Exception details. - */ - exceptionDetails?: ExceptionDetails | undefined; - } - interface GetPropertiesReturnType { - /** - * Object properties. - */ - result: PropertyDescriptor[]; - /** - * Internal object properties (only of the element itself). - */ - internalProperties?: InternalPropertyDescriptor[] | undefined; - /** - * Exception details. - */ - exceptionDetails?: ExceptionDetails | undefined; - } - interface CompileScriptReturnType { - /** - * Id of the script. - */ - scriptId?: ScriptId | undefined; - /** - * Exception details. - */ - exceptionDetails?: ExceptionDetails | undefined; - } - interface RunScriptReturnType { - /** - * Run result. - */ - result: RemoteObject; - /** - * Exception details. - */ - exceptionDetails?: ExceptionDetails | undefined; - } - interface QueryObjectsReturnType { - /** - * Array with objects. - */ - objects: RemoteObject; - } - interface GlobalLexicalScopeNamesReturnType { - names: string[]; - } - interface ExecutionContextCreatedEventDataType { - /** - * A newly created execution context. - */ - context: ExecutionContextDescription; - } - interface ExecutionContextDestroyedEventDataType { - /** - * Id of the destroyed context - */ - executionContextId: ExecutionContextId; - } - interface ExceptionThrownEventDataType { - /** - * Timestamp of the exception. - */ - timestamp: Timestamp; - exceptionDetails: ExceptionDetails; - } - interface ExceptionRevokedEventDataType { - /** - * Reason describing why exception was revoked. - */ - reason: string; - /** - * The id of revoked exception, as reported in <code>exceptionThrown</code>. - */ - exceptionId: number; - } - interface ConsoleAPICalledEventDataType { - /** - * Type of the call. - */ - type: string; - /** - * Call arguments. - */ - args: RemoteObject[]; - /** - * Identifier of the context where the call was made. - */ - executionContextId: ExecutionContextId; - /** - * Call timestamp. - */ - timestamp: Timestamp; - /** - * Stack trace captured when the call was made. - */ - stackTrace?: StackTrace | undefined; - /** - * Console context descriptor for calls on non-default console context (not console.*): 'anonymous#unique-logger-id' for call on unnamed context, 'name#unique-logger-id' for call on named context. - * @experimental - */ - context?: string | undefined; - } - interface InspectRequestedEventDataType { - object: RemoteObject; - hints: {}; - } - } - namespace Debugger { - /** - * Breakpoint identifier. - */ - type BreakpointId = string; - /** - * Call frame identifier. - */ - type CallFrameId = string; - /** - * Location in the source code. - */ - interface Location { - /** - * Script identifier as reported in the <code>Debugger.scriptParsed</code>. - */ - scriptId: Runtime.ScriptId; - /** - * Line number in the script (0-based). - */ - lineNumber: number; - /** - * Column number in the script (0-based). - */ - columnNumber?: number | undefined; - } - /** - * Location in the source code. - * @experimental - */ - interface ScriptPosition { - lineNumber: number; - columnNumber: number; - } - /** - * JavaScript call frame. Array of call frames form the call stack. - */ - interface CallFrame { - /** - * Call frame identifier. This identifier is only valid while the virtual machine is paused. - */ - callFrameId: CallFrameId; - /** - * Name of the JavaScript function called on this call frame. - */ - functionName: string; - /** - * Location in the source code. - */ - functionLocation?: Location | undefined; - /** - * Location in the source code. - */ - location: Location; - /** - * JavaScript script name or url. - */ - url: string; - /** - * Scope chain for this call frame. - */ - scopeChain: Scope[]; - /** - * <code>this</code> object for this call frame. - */ - this: Runtime.RemoteObject; - /** - * The value being returned, if the function is at return point. - */ - returnValue?: Runtime.RemoteObject | undefined; - } - /** - * Scope description. - */ - interface Scope { - /** - * Scope type. - */ - type: string; - /** - * Object representing the scope. For <code>global</code> and <code>with</code> scopes it represents the actual object; for the rest of the scopes, it is artificial transient object enumerating scope variables as its properties. - */ - object: Runtime.RemoteObject; - name?: string | undefined; - /** - * Location in the source code where scope starts - */ - startLocation?: Location | undefined; - /** - * Location in the source code where scope ends - */ - endLocation?: Location | undefined; - } - /** - * Search match for resource. - */ - interface SearchMatch { - /** - * Line number in resource content. - */ - lineNumber: number; - /** - * Line with match content. - */ - lineContent: string; - } - interface BreakLocation { - /** - * Script identifier as reported in the <code>Debugger.scriptParsed</code>. - */ - scriptId: Runtime.ScriptId; - /** - * Line number in the script (0-based). - */ - lineNumber: number; - /** - * Column number in the script (0-based). - */ - columnNumber?: number | undefined; - type?: string | undefined; - } - interface SetBreakpointsActiveParameterType { - /** - * New value for breakpoints active state. - */ - active: boolean; - } - interface SetSkipAllPausesParameterType { - /** - * New value for skip pauses state. - */ - skip: boolean; - } - interface SetBreakpointByUrlParameterType { - /** - * Line number to set breakpoint at. - */ - lineNumber: number; - /** - * URL of the resources to set breakpoint on. - */ - url?: string | undefined; - /** - * Regex pattern for the URLs of the resources to set breakpoints on. Either <code>url</code> or <code>urlRegex</code> must be specified. - */ - urlRegex?: string | undefined; - /** - * Script hash of the resources to set breakpoint on. - */ - scriptHash?: string | undefined; - /** - * Offset in the line to set breakpoint at. - */ - columnNumber?: number | undefined; - /** - * Expression to use as a breakpoint condition. When specified, debugger will only stop on the breakpoint if this expression evaluates to true. - */ - condition?: string | undefined; - } - interface SetBreakpointParameterType { - /** - * Location to set breakpoint in. - */ - location: Location; - /** - * Expression to use as a breakpoint condition. When specified, debugger will only stop on the breakpoint if this expression evaluates to true. - */ - condition?: string | undefined; - } - interface RemoveBreakpointParameterType { - breakpointId: BreakpointId; - } - interface GetPossibleBreakpointsParameterType { - /** - * Start of range to search possible breakpoint locations in. - */ - start: Location; - /** - * End of range to search possible breakpoint locations in (excluding). When not specified, end of scripts is used as end of range. - */ - end?: Location | undefined; - /** - * Only consider locations which are in the same (non-nested) function as start. - */ - restrictToFunction?: boolean | undefined; - } - interface ContinueToLocationParameterType { - /** - * Location to continue to. - */ - location: Location; - targetCallFrames?: string | undefined; - } - interface PauseOnAsyncCallParameterType { - /** - * Debugger will pause when async call with given stack trace is started. - */ - parentStackTraceId: Runtime.StackTraceId; - } - interface StepIntoParameterType { - /** - * Debugger will issue additional Debugger.paused notification if any async task is scheduled before next pause. - * @experimental - */ - breakOnAsyncCall?: boolean | undefined; - } - interface GetStackTraceParameterType { - stackTraceId: Runtime.StackTraceId; - } - interface SearchInContentParameterType { - /** - * Id of the script to search in. - */ - scriptId: Runtime.ScriptId; - /** - * String to search for. - */ - query: string; - /** - * If true, search is case sensitive. - */ - caseSensitive?: boolean | undefined; - /** - * If true, treats string parameter as regex. - */ - isRegex?: boolean | undefined; - } - interface SetScriptSourceParameterType { - /** - * Id of the script to edit. - */ - scriptId: Runtime.ScriptId; - /** - * New content of the script. - */ - scriptSource: string; - /** - * If true the change will not actually be applied. Dry run may be used to get result description without actually modifying the code. - */ - dryRun?: boolean | undefined; - } - interface RestartFrameParameterType { - /** - * Call frame identifier to evaluate on. - */ - callFrameId: CallFrameId; - } - interface GetScriptSourceParameterType { - /** - * Id of the script to get source for. - */ - scriptId: Runtime.ScriptId; - } - interface SetPauseOnExceptionsParameterType { - /** - * Pause on exceptions mode. - */ - state: string; - } - interface EvaluateOnCallFrameParameterType { - /** - * Call frame identifier to evaluate on. - */ - callFrameId: CallFrameId; - /** - * Expression to evaluate. - */ - expression: string; - /** - * String object group name to put result into (allows rapid releasing resulting object handles using <code>releaseObjectGroup</code>). - */ - objectGroup?: string | undefined; - /** - * Specifies whether command line API should be available to the evaluated expression, defaults to false. - */ - includeCommandLineAPI?: boolean | undefined; - /** - * In silent mode exceptions thrown during evaluation are not reported and do not pause execution. Overrides <code>setPauseOnException</code> state. - */ - silent?: boolean | undefined; - /** - * Whether the result is expected to be a JSON object that should be sent by value. - */ - returnByValue?: boolean | undefined; - /** - * Whether preview should be generated for the result. - * @experimental - */ - generatePreview?: boolean | undefined; - /** - * Whether to throw an exception if side effect cannot be ruled out during evaluation. - */ - throwOnSideEffect?: boolean | undefined; - } - interface SetVariableValueParameterType { - /** - * 0-based number of scope as was listed in scope chain. Only 'local', 'closure' and 'catch' scope types are allowed. Other scopes could be manipulated manually. - */ - scopeNumber: number; - /** - * Variable name. - */ - variableName: string; - /** - * New variable value. - */ - newValue: Runtime.CallArgument; - /** - * Id of callframe that holds variable. - */ - callFrameId: CallFrameId; - } - interface SetReturnValueParameterType { - /** - * New return value. - */ - newValue: Runtime.CallArgument; - } - interface SetAsyncCallStackDepthParameterType { - /** - * Maximum depth of async call stacks. Setting to <code>0</code> will effectively disable collecting async call stacks (default). - */ - maxDepth: number; - } - interface SetBlackboxPatternsParameterType { - /** - * Array of regexps that will be used to check script url for blackbox state. - */ - patterns: string[]; - } - interface SetBlackboxedRangesParameterType { - /** - * Id of the script. - */ - scriptId: Runtime.ScriptId; - positions: ScriptPosition[]; - } - interface EnableReturnType { - /** - * Unique identifier of the debugger. - * @experimental - */ - debuggerId: Runtime.UniqueDebuggerId; - } - interface SetBreakpointByUrlReturnType { - /** - * Id of the created breakpoint for further reference. - */ - breakpointId: BreakpointId; - /** - * List of the locations this breakpoint resolved into upon addition. - */ - locations: Location[]; - } - interface SetBreakpointReturnType { - /** - * Id of the created breakpoint for further reference. - */ - breakpointId: BreakpointId; - /** - * Location this breakpoint resolved into. - */ - actualLocation: Location; - } - interface GetPossibleBreakpointsReturnType { - /** - * List of the possible breakpoint locations. - */ - locations: BreakLocation[]; - } - interface GetStackTraceReturnType { - stackTrace: Runtime.StackTrace; - } - interface SearchInContentReturnType { - /** - * List of search matches. - */ - result: SearchMatch[]; - } - interface SetScriptSourceReturnType { - /** - * New stack trace in case editing has happened while VM was stopped. - */ - callFrames?: CallFrame[] | undefined; - /** - * Whether current call stack was modified after applying the changes. - */ - stackChanged?: boolean | undefined; - /** - * Async stack trace, if any. - */ - asyncStackTrace?: Runtime.StackTrace | undefined; - /** - * Async stack trace, if any. - * @experimental - */ - asyncStackTraceId?: Runtime.StackTraceId | undefined; - /** - * Exception details if any. - */ - exceptionDetails?: Runtime.ExceptionDetails | undefined; - } - interface RestartFrameReturnType { - /** - * New stack trace. - */ - callFrames: CallFrame[]; - /** - * Async stack trace, if any. - */ - asyncStackTrace?: Runtime.StackTrace | undefined; - /** - * Async stack trace, if any. - * @experimental - */ - asyncStackTraceId?: Runtime.StackTraceId | undefined; - } - interface GetScriptSourceReturnType { - /** - * Script source. - */ - scriptSource: string; - } - interface EvaluateOnCallFrameReturnType { - /** - * Object wrapper for the evaluation result. - */ - result: Runtime.RemoteObject; - /** - * Exception details. - */ - exceptionDetails?: Runtime.ExceptionDetails | undefined; - } - interface ScriptParsedEventDataType { - /** - * Identifier of the script parsed. - */ - scriptId: Runtime.ScriptId; - /** - * URL or name of the script parsed (if any). - */ - url: string; - /** - * Line offset of the script within the resource with given URL (for script tags). - */ - startLine: number; - /** - * Column offset of the script within the resource with given URL. - */ - startColumn: number; - /** - * Last line of the script. - */ - endLine: number; - /** - * Length of the last line of the script. - */ - endColumn: number; - /** - * Specifies script creation context. - */ - executionContextId: Runtime.ExecutionContextId; - /** - * Content hash of the script. - */ - hash: string; - /** - * Embedder-specific auxiliary data. - */ - executionContextAuxData?: {} | undefined; - /** - * True, if this script is generated as a result of the live edit operation. - * @experimental - */ - isLiveEdit?: boolean | undefined; - /** - * URL of source map associated with script (if any). - */ - sourceMapURL?: string | undefined; - /** - * True, if this script has sourceURL. - */ - hasSourceURL?: boolean | undefined; - /** - * True, if this script is ES6 module. - */ - isModule?: boolean | undefined; - /** - * This script length. - */ - length?: number | undefined; - /** - * JavaScript top stack frame of where the script parsed event was triggered if available. - * @experimental - */ - stackTrace?: Runtime.StackTrace | undefined; - } - interface ScriptFailedToParseEventDataType { - /** - * Identifier of the script parsed. - */ - scriptId: Runtime.ScriptId; - /** - * URL or name of the script parsed (if any). - */ - url: string; - /** - * Line offset of the script within the resource with given URL (for script tags). - */ - startLine: number; - /** - * Column offset of the script within the resource with given URL. - */ - startColumn: number; - /** - * Last line of the script. - */ - endLine: number; - /** - * Length of the last line of the script. - */ - endColumn: number; - /** - * Specifies script creation context. - */ - executionContextId: Runtime.ExecutionContextId; - /** - * Content hash of the script. - */ - hash: string; - /** - * Embedder-specific auxiliary data. - */ - executionContextAuxData?: {} | undefined; - /** - * URL of source map associated with script (if any). - */ - sourceMapURL?: string | undefined; - /** - * True, if this script has sourceURL. - */ - hasSourceURL?: boolean | undefined; - /** - * True, if this script is ES6 module. - */ - isModule?: boolean | undefined; - /** - * This script length. - */ - length?: number | undefined; - /** - * JavaScript top stack frame of where the script parsed event was triggered if available. - * @experimental - */ - stackTrace?: Runtime.StackTrace | undefined; - } - interface BreakpointResolvedEventDataType { - /** - * Breakpoint unique identifier. - */ - breakpointId: BreakpointId; - /** - * Actual breakpoint location. - */ - location: Location; - } - interface PausedEventDataType { - /** - * Call stack the virtual machine stopped on. - */ - callFrames: CallFrame[]; - /** - * Pause reason. - */ - reason: string; - /** - * Object containing break-specific auxiliary properties. - */ - data?: {} | undefined; - /** - * Hit breakpoints IDs - */ - hitBreakpoints?: string[] | undefined; - /** - * Async stack trace, if any. - */ - asyncStackTrace?: Runtime.StackTrace | undefined; - /** - * Async stack trace, if any. - * @experimental - */ - asyncStackTraceId?: Runtime.StackTraceId | undefined; - /** - * Just scheduled async call will have this stack trace as parent stack during async execution. This field is available only after <code>Debugger.stepInto</code> call with <code>breakOnAsynCall</code> flag. - * @experimental - */ - asyncCallStackTraceId?: Runtime.StackTraceId | undefined; - } - } - namespace Console { - /** - * Console message. - */ - interface ConsoleMessage { - /** - * Message source. - */ - source: string; - /** - * Message severity. - */ - level: string; - /** - * Message text. - */ - text: string; - /** - * URL of the message origin. - */ - url?: string | undefined; - /** - * Line number in the resource that generated this message (1-based). - */ - line?: number | undefined; - /** - * Column number in the resource that generated this message (1-based). - */ - column?: number | undefined; - } - interface MessageAddedEventDataType { - /** - * Console message that has been added. - */ - message: ConsoleMessage; - } - } - namespace Profiler { - /** - * Profile node. Holds callsite information, execution statistics and child nodes. - */ - interface ProfileNode { - /** - * Unique id of the node. - */ - id: number; - /** - * Function location. - */ - callFrame: Runtime.CallFrame; - /** - * Number of samples where this node was on top of the call stack. - */ - hitCount?: number | undefined; - /** - * Child node ids. - */ - children?: number[] | undefined; - /** - * The reason of being not optimized. The function may be deoptimized or marked as don't optimize. - */ - deoptReason?: string | undefined; - /** - * An array of source position ticks. - */ - positionTicks?: PositionTickInfo[] | undefined; - } - /** - * Profile. - */ - interface Profile { - /** - * The list of profile nodes. First item is the root node. - */ - nodes: ProfileNode[]; - /** - * Profiling start timestamp in microseconds. - */ - startTime: number; - /** - * Profiling end timestamp in microseconds. - */ - endTime: number; - /** - * Ids of samples top nodes. - */ - samples?: number[] | undefined; - /** - * Time intervals between adjacent samples in microseconds. The first delta is relative to the profile startTime. - */ - timeDeltas?: number[] | undefined; - } - /** - * Specifies a number of samples attributed to a certain source position. - */ - interface PositionTickInfo { - /** - * Source line number (1-based). - */ - line: number; - /** - * Number of samples attributed to the source line. - */ - ticks: number; - } - /** - * Coverage data for a source range. - */ - interface CoverageRange { - /** - * JavaScript script source offset for the range start. - */ - startOffset: number; - /** - * JavaScript script source offset for the range end. - */ - endOffset: number; - /** - * Collected execution count of the source range. - */ - count: number; - } - /** - * Coverage data for a JavaScript function. - */ - interface FunctionCoverage { - /** - * JavaScript function name. - */ - functionName: string; - /** - * Source ranges inside the function with coverage data. - */ - ranges: CoverageRange[]; - /** - * Whether coverage data for this function has block granularity. - */ - isBlockCoverage: boolean; - } - /** - * Coverage data for a JavaScript script. - */ - interface ScriptCoverage { - /** - * JavaScript script id. - */ - scriptId: Runtime.ScriptId; - /** - * JavaScript script name or url. - */ - url: string; - /** - * Functions contained in the script that has coverage data. - */ - functions: FunctionCoverage[]; - } - /** - * Describes a type collected during runtime. - * @experimental - */ - interface TypeObject { - /** - * Name of a type collected with type profiling. - */ - name: string; - } - /** - * Source offset and types for a parameter or return value. - * @experimental - */ - interface TypeProfileEntry { - /** - * Source offset of the parameter or end of function for return values. - */ - offset: number; - /** - * The types for this parameter or return value. - */ - types: TypeObject[]; - } - /** - * Type profile data collected during runtime for a JavaScript script. - * @experimental - */ - interface ScriptTypeProfile { - /** - * JavaScript script id. - */ - scriptId: Runtime.ScriptId; - /** - * JavaScript script name or url. - */ - url: string; - /** - * Type profile entries for parameters and return values of the functions in the script. - */ - entries: TypeProfileEntry[]; - } - interface SetSamplingIntervalParameterType { - /** - * New sampling interval in microseconds. - */ - interval: number; - } - interface StartPreciseCoverageParameterType { - /** - * Collect accurate call counts beyond simple 'covered' or 'not covered'. - */ - callCount?: boolean | undefined; - /** - * Collect block-based coverage. - */ - detailed?: boolean | undefined; - } - interface StopReturnType { - /** - * Recorded profile. - */ - profile: Profile; - } - interface TakePreciseCoverageReturnType { - /** - * Coverage data for the current isolate. - */ - result: ScriptCoverage[]; - } - interface GetBestEffortCoverageReturnType { - /** - * Coverage data for the current isolate. - */ - result: ScriptCoverage[]; - } - interface TakeTypeProfileReturnType { - /** - * Type profile for all scripts since startTypeProfile() was turned on. - */ - result: ScriptTypeProfile[]; - } - interface ConsoleProfileStartedEventDataType { - id: string; - /** - * Location of console.profile(). - */ - location: Debugger.Location; - /** - * Profile title passed as an argument to console.profile(). - */ - title?: string | undefined; - } - interface ConsoleProfileFinishedEventDataType { - id: string; - /** - * Location of console.profileEnd(). - */ - location: Debugger.Location; - profile: Profile; - /** - * Profile title passed as an argument to console.profile(). - */ - title?: string | undefined; - } - } - namespace HeapProfiler { - /** - * Heap snapshot object id. - */ - type HeapSnapshotObjectId = string; - /** - * Sampling Heap Profile node. Holds callsite information, allocation statistics and child nodes. - */ - interface SamplingHeapProfileNode { - /** - * Function location. - */ - callFrame: Runtime.CallFrame; - /** - * Allocations size in bytes for the node excluding children. - */ - selfSize: number; - /** - * Child nodes. - */ - children: SamplingHeapProfileNode[]; - } - /** - * Profile. - */ - interface SamplingHeapProfile { - head: SamplingHeapProfileNode; - } - interface StartTrackingHeapObjectsParameterType { - trackAllocations?: boolean | undefined; - } - interface StopTrackingHeapObjectsParameterType { - /** - * If true 'reportHeapSnapshotProgress' events will be generated while snapshot is being taken when the tracking is stopped. - */ - reportProgress?: boolean | undefined; - } - interface TakeHeapSnapshotParameterType { - /** - * If true 'reportHeapSnapshotProgress' events will be generated while snapshot is being taken. - */ - reportProgress?: boolean | undefined; - } - interface GetObjectByHeapObjectIdParameterType { - objectId: HeapSnapshotObjectId; - /** - * Symbolic group name that can be used to release multiple objects. - */ - objectGroup?: string | undefined; - } - interface AddInspectedHeapObjectParameterType { - /** - * Heap snapshot object id to be accessible by means of $x command line API. - */ - heapObjectId: HeapSnapshotObjectId; - } - interface GetHeapObjectIdParameterType { - /** - * Identifier of the object to get heap object id for. - */ - objectId: Runtime.RemoteObjectId; - } - interface StartSamplingParameterType { - /** - * Average sample interval in bytes. Poisson distribution is used for the intervals. The default value is 32768 bytes. - */ - samplingInterval?: number | undefined; - } - interface GetObjectByHeapObjectIdReturnType { - /** - * Evaluation result. - */ - result: Runtime.RemoteObject; - } - interface GetHeapObjectIdReturnType { - /** - * Id of the heap snapshot object corresponding to the passed remote object id. - */ - heapSnapshotObjectId: HeapSnapshotObjectId; - } - interface StopSamplingReturnType { - /** - * Recorded sampling heap profile. - */ - profile: SamplingHeapProfile; - } - interface GetSamplingProfileReturnType { - /** - * Return the sampling profile being collected. - */ - profile: SamplingHeapProfile; - } - interface AddHeapSnapshotChunkEventDataType { - chunk: string; - } - interface ReportHeapSnapshotProgressEventDataType { - done: number; - total: number; - finished?: boolean | undefined; - } - interface LastSeenObjectIdEventDataType { - lastSeenObjectId: number; - timestamp: number; - } - interface HeapStatsUpdateEventDataType { - /** - * An array of triplets. Each triplet describes a fragment. The first integer is the fragment index, the second integer is a total count of objects for the fragment, the third integer is a total size of the objects for the fragment. - */ - statsUpdate: number[]; - } - } - namespace NodeTracing { - interface TraceConfig { - /** - * Controls how the trace buffer stores data. - */ - recordMode?: string | undefined; - /** - * Included category filters. - */ - includedCategories: string[]; - } - interface StartParameterType { - traceConfig: TraceConfig; - } - interface GetCategoriesReturnType { - /** - * A list of supported tracing categories. - */ - categories: string[]; - } - interface DataCollectedEventDataType { - value: Array<{}>; - } - } - namespace NodeWorker { - type WorkerID = string; - /** - * Unique identifier of attached debugging session. - */ - type SessionID = string; - interface WorkerInfo { - workerId: WorkerID; - type: string; - title: string; - url: string; - } - interface SendMessageToWorkerParameterType { - message: string; - /** - * Identifier of the session. - */ - sessionId: SessionID; - } - interface EnableParameterType { - /** - * Whether to new workers should be paused until the frontend sends `Runtime.runIfWaitingForDebugger` - * message to run them. - */ - waitForDebuggerOnStart: boolean; - } - interface DetachParameterType { - sessionId: SessionID; - } - interface AttachedToWorkerEventDataType { - /** - * Identifier assigned to the session used to send/receive messages. - */ - sessionId: SessionID; - workerInfo: WorkerInfo; - waitingForDebugger: boolean; - } - interface DetachedFromWorkerEventDataType { - /** - * Detached session identifier. - */ - sessionId: SessionID; - } - interface ReceivedMessageFromWorkerEventDataType { - /** - * Identifier of a session which sends a message. - */ - sessionId: SessionID; - message: string; - } - } - namespace NodeRuntime { - interface NotifyWhenWaitingForDisconnectParameterType { - enabled: boolean; - } - } - /** - * The `inspector.Session` is used for dispatching messages to the V8 inspector - * back-end and receiving message responses and notifications. - */ - class Session extends EventEmitter { - /** - * Create a new instance of the inspector.Session class. - * The inspector session needs to be connected through session.connect() before the messages can be dispatched to the inspector backend. - */ - constructor(); - /** - * Connects a session to the inspector back-end. - * @since v8.0.0 - */ - connect(): void; - /** - * Immediately close the session. All pending message callbacks will be called - * with an error. `session.connect()` will need to be called to be able to send - * messages again. Reconnected session will lose all inspector state, such as - * enabled agents or configured breakpoints. - * @since v8.0.0 - */ - disconnect(): void; - /** - * Posts a message to the inspector back-end. `callback` will be notified when - * a response is received. `callback` is a function that accepts two optional - * arguments: error and message-specific result. - * - * ```js - * session.post('Runtime.evaluate', { expression: '2 + 2' }, - * (error, { result }) => console.log(result)); - * // Output: { type: 'number', value: 4, description: '4' } - * ``` - * - * The latest version of the V8 inspector protocol is published on the [Chrome DevTools Protocol Viewer](https://chromedevtools.github.io/devtools-protocol/v8/). - * - * Node.js inspector supports all the Chrome DevTools Protocol domains declared - * by V8\. Chrome DevTools Protocol domain provides an interface for interacting - * with one of the runtime agents used to inspect the application state and listen - * to the run-time events. - * - * ## Example usage - * - * Apart from the debugger, various V8 Profilers are available through the DevTools - * protocol. - * @since v8.0.0 - */ - post(method: string, params?: {}, callback?: (err: Error | null, params?: {}) => void): void; - post(method: string, callback?: (err: Error | null, params?: {}) => void): void; - /** - * Returns supported domains. - */ - post(method: 'Schema.getDomains', callback?: (err: Error | null, params: Schema.GetDomainsReturnType) => void): void; - /** - * Evaluates expression on global object. - */ - post(method: 'Runtime.evaluate', params?: Runtime.EvaluateParameterType, callback?: (err: Error | null, params: Runtime.EvaluateReturnType) => void): void; - post(method: 'Runtime.evaluate', callback?: (err: Error | null, params: Runtime.EvaluateReturnType) => void): void; - /** - * Add handler to promise with given promise object id. - */ - post(method: 'Runtime.awaitPromise', params?: Runtime.AwaitPromiseParameterType, callback?: (err: Error | null, params: Runtime.AwaitPromiseReturnType) => void): void; - post(method: 'Runtime.awaitPromise', callback?: (err: Error | null, params: Runtime.AwaitPromiseReturnType) => void): void; - /** - * Calls function with given declaration on the given object. Object group of the result is inherited from the target object. - */ - post(method: 'Runtime.callFunctionOn', params?: Runtime.CallFunctionOnParameterType, callback?: (err: Error | null, params: Runtime.CallFunctionOnReturnType) => void): void; - post(method: 'Runtime.callFunctionOn', callback?: (err: Error | null, params: Runtime.CallFunctionOnReturnType) => void): void; - /** - * Returns properties of a given object. Object group of the result is inherited from the target object. - */ - post(method: 'Runtime.getProperties', params?: Runtime.GetPropertiesParameterType, callback?: (err: Error | null, params: Runtime.GetPropertiesReturnType) => void): void; - post(method: 'Runtime.getProperties', callback?: (err: Error | null, params: Runtime.GetPropertiesReturnType) => void): void; - /** - * Releases remote object with given id. - */ - post(method: 'Runtime.releaseObject', params?: Runtime.ReleaseObjectParameterType, callback?: (err: Error | null) => void): void; - post(method: 'Runtime.releaseObject', callback?: (err: Error | null) => void): void; - /** - * Releases all remote objects that belong to a given group. - */ - post(method: 'Runtime.releaseObjectGroup', params?: Runtime.ReleaseObjectGroupParameterType, callback?: (err: Error | null) => void): void; - post(method: 'Runtime.releaseObjectGroup', callback?: (err: Error | null) => void): void; - /** - * Tells inspected instance to run if it was waiting for debugger to attach. - */ - post(method: 'Runtime.runIfWaitingForDebugger', callback?: (err: Error | null) => void): void; - /** - * Enables reporting of execution contexts creation by means of <code>executionContextCreated</code> event. When the reporting gets enabled the event will be sent immediately for each existing execution context. - */ - post(method: 'Runtime.enable', callback?: (err: Error | null) => void): void; - /** - * Disables reporting of execution contexts creation. - */ - post(method: 'Runtime.disable', callback?: (err: Error | null) => void): void; - /** - * Discards collected exceptions and console API calls. - */ - post(method: 'Runtime.discardConsoleEntries', callback?: (err: Error | null) => void): void; - /** - * @experimental - */ - post(method: 'Runtime.setCustomObjectFormatterEnabled', params?: Runtime.SetCustomObjectFormatterEnabledParameterType, callback?: (err: Error | null) => void): void; - post(method: 'Runtime.setCustomObjectFormatterEnabled', callback?: (err: Error | null) => void): void; - /** - * Compiles expression. - */ - post(method: 'Runtime.compileScript', params?: Runtime.CompileScriptParameterType, callback?: (err: Error | null, params: Runtime.CompileScriptReturnType) => void): void; - post(method: 'Runtime.compileScript', callback?: (err: Error | null, params: Runtime.CompileScriptReturnType) => void): void; - /** - * Runs script with given id in a given context. - */ - post(method: 'Runtime.runScript', params?: Runtime.RunScriptParameterType, callback?: (err: Error | null, params: Runtime.RunScriptReturnType) => void): void; - post(method: 'Runtime.runScript', callback?: (err: Error | null, params: Runtime.RunScriptReturnType) => void): void; - post(method: 'Runtime.queryObjects', params?: Runtime.QueryObjectsParameterType, callback?: (err: Error | null, params: Runtime.QueryObjectsReturnType) => void): void; - post(method: 'Runtime.queryObjects', callback?: (err: Error | null, params: Runtime.QueryObjectsReturnType) => void): void; - /** - * Returns all let, const and class variables from global scope. - */ - post( - method: 'Runtime.globalLexicalScopeNames', - params?: Runtime.GlobalLexicalScopeNamesParameterType, - callback?: (err: Error | null, params: Runtime.GlobalLexicalScopeNamesReturnType) => void - ): void; - post(method: 'Runtime.globalLexicalScopeNames', callback?: (err: Error | null, params: Runtime.GlobalLexicalScopeNamesReturnType) => void): void; - /** - * Enables debugger for the given page. Clients should not assume that the debugging has been enabled until the result for this command is received. - */ - post(method: 'Debugger.enable', callback?: (err: Error | null, params: Debugger.EnableReturnType) => void): void; - /** - * Disables debugger for given page. - */ - post(method: 'Debugger.disable', callback?: (err: Error | null) => void): void; - /** - * Activates / deactivates all breakpoints on the page. - */ - post(method: 'Debugger.setBreakpointsActive', params?: Debugger.SetBreakpointsActiveParameterType, callback?: (err: Error | null) => void): void; - post(method: 'Debugger.setBreakpointsActive', callback?: (err: Error | null) => void): void; - /** - * Makes page not interrupt on any pauses (breakpoint, exception, dom exception etc). - */ - post(method: 'Debugger.setSkipAllPauses', params?: Debugger.SetSkipAllPausesParameterType, callback?: (err: Error | null) => void): void; - post(method: 'Debugger.setSkipAllPauses', callback?: (err: Error | null) => void): void; - /** - * Sets JavaScript breakpoint at given location specified either by URL or URL regex. Once this command is issued, all existing parsed scripts will have breakpoints resolved and returned in <code>locations</code> property. Further matching script parsing will result in subsequent <code>breakpointResolved</code> events issued. This logical breakpoint will survive page reloads. - */ - post(method: 'Debugger.setBreakpointByUrl', params?: Debugger.SetBreakpointByUrlParameterType, callback?: (err: Error | null, params: Debugger.SetBreakpointByUrlReturnType) => void): void; - post(method: 'Debugger.setBreakpointByUrl', callback?: (err: Error | null, params: Debugger.SetBreakpointByUrlReturnType) => void): void; - /** - * Sets JavaScript breakpoint at a given location. - */ - post(method: 'Debugger.setBreakpoint', params?: Debugger.SetBreakpointParameterType, callback?: (err: Error | null, params: Debugger.SetBreakpointReturnType) => void): void; - post(method: 'Debugger.setBreakpoint', callback?: (err: Error | null, params: Debugger.SetBreakpointReturnType) => void): void; - /** - * Removes JavaScript breakpoint. - */ - post(method: 'Debugger.removeBreakpoint', params?: Debugger.RemoveBreakpointParameterType, callback?: (err: Error | null) => void): void; - post(method: 'Debugger.removeBreakpoint', callback?: (err: Error | null) => void): void; - /** - * Returns possible locations for breakpoint. scriptId in start and end range locations should be the same. - */ - post( - method: 'Debugger.getPossibleBreakpoints', - params?: Debugger.GetPossibleBreakpointsParameterType, - callback?: (err: Error | null, params: Debugger.GetPossibleBreakpointsReturnType) => void - ): void; - post(method: 'Debugger.getPossibleBreakpoints', callback?: (err: Error | null, params: Debugger.GetPossibleBreakpointsReturnType) => void): void; - /** - * Continues execution until specific location is reached. - */ - post(method: 'Debugger.continueToLocation', params?: Debugger.ContinueToLocationParameterType, callback?: (err: Error | null) => void): void; - post(method: 'Debugger.continueToLocation', callback?: (err: Error | null) => void): void; - /** - * @experimental - */ - post(method: 'Debugger.pauseOnAsyncCall', params?: Debugger.PauseOnAsyncCallParameterType, callback?: (err: Error | null) => void): void; - post(method: 'Debugger.pauseOnAsyncCall', callback?: (err: Error | null) => void): void; - /** - * Steps over the statement. - */ - post(method: 'Debugger.stepOver', callback?: (err: Error | null) => void): void; - /** - * Steps into the function call. - */ - post(method: 'Debugger.stepInto', params?: Debugger.StepIntoParameterType, callback?: (err: Error | null) => void): void; - post(method: 'Debugger.stepInto', callback?: (err: Error | null) => void): void; - /** - * Steps out of the function call. - */ - post(method: 'Debugger.stepOut', callback?: (err: Error | null) => void): void; - /** - * Stops on the next JavaScript statement. - */ - post(method: 'Debugger.pause', callback?: (err: Error | null) => void): void; - /** - * This method is deprecated - use Debugger.stepInto with breakOnAsyncCall and Debugger.pauseOnAsyncTask instead. Steps into next scheduled async task if any is scheduled before next pause. Returns success when async task is actually scheduled, returns error if no task were scheduled or another scheduleStepIntoAsync was called. - * @experimental - */ - post(method: 'Debugger.scheduleStepIntoAsync', callback?: (err: Error | null) => void): void; - /** - * Resumes JavaScript execution. - */ - post(method: 'Debugger.resume', callback?: (err: Error | null) => void): void; - /** - * Returns stack trace with given <code>stackTraceId</code>. - * @experimental - */ - post(method: 'Debugger.getStackTrace', params?: Debugger.GetStackTraceParameterType, callback?: (err: Error | null, params: Debugger.GetStackTraceReturnType) => void): void; - post(method: 'Debugger.getStackTrace', callback?: (err: Error | null, params: Debugger.GetStackTraceReturnType) => void): void; - /** - * Searches for given string in script content. - */ - post(method: 'Debugger.searchInContent', params?: Debugger.SearchInContentParameterType, callback?: (err: Error | null, params: Debugger.SearchInContentReturnType) => void): void; - post(method: 'Debugger.searchInContent', callback?: (err: Error | null, params: Debugger.SearchInContentReturnType) => void): void; - /** - * Edits JavaScript source live. - */ - post(method: 'Debugger.setScriptSource', params?: Debugger.SetScriptSourceParameterType, callback?: (err: Error | null, params: Debugger.SetScriptSourceReturnType) => void): void; - post(method: 'Debugger.setScriptSource', callback?: (err: Error | null, params: Debugger.SetScriptSourceReturnType) => void): void; - /** - * Restarts particular call frame from the beginning. - */ - post(method: 'Debugger.restartFrame', params?: Debugger.RestartFrameParameterType, callback?: (err: Error | null, params: Debugger.RestartFrameReturnType) => void): void; - post(method: 'Debugger.restartFrame', callback?: (err: Error | null, params: Debugger.RestartFrameReturnType) => void): void; - /** - * Returns source for the script with given id. - */ - post(method: 'Debugger.getScriptSource', params?: Debugger.GetScriptSourceParameterType, callback?: (err: Error | null, params: Debugger.GetScriptSourceReturnType) => void): void; - post(method: 'Debugger.getScriptSource', callback?: (err: Error | null, params: Debugger.GetScriptSourceReturnType) => void): void; - /** - * Defines pause on exceptions state. Can be set to stop on all exceptions, uncaught exceptions or no exceptions. Initial pause on exceptions state is <code>none</code>. - */ - post(method: 'Debugger.setPauseOnExceptions', params?: Debugger.SetPauseOnExceptionsParameterType, callback?: (err: Error | null) => void): void; - post(method: 'Debugger.setPauseOnExceptions', callback?: (err: Error | null) => void): void; - /** - * Evaluates expression on a given call frame. - */ - post(method: 'Debugger.evaluateOnCallFrame', params?: Debugger.EvaluateOnCallFrameParameterType, callback?: (err: Error | null, params: Debugger.EvaluateOnCallFrameReturnType) => void): void; - post(method: 'Debugger.evaluateOnCallFrame', callback?: (err: Error | null, params: Debugger.EvaluateOnCallFrameReturnType) => void): void; - /** - * Changes value of variable in a callframe. Object-based scopes are not supported and must be mutated manually. - */ - post(method: 'Debugger.setVariableValue', params?: Debugger.SetVariableValueParameterType, callback?: (err: Error | null) => void): void; - post(method: 'Debugger.setVariableValue', callback?: (err: Error | null) => void): void; - /** - * Changes return value in top frame. Available only at return break position. - * @experimental - */ - post(method: 'Debugger.setReturnValue', params?: Debugger.SetReturnValueParameterType, callback?: (err: Error | null) => void): void; - post(method: 'Debugger.setReturnValue', callback?: (err: Error | null) => void): void; - /** - * Enables or disables async call stacks tracking. - */ - post(method: 'Debugger.setAsyncCallStackDepth', params?: Debugger.SetAsyncCallStackDepthParameterType, callback?: (err: Error | null) => void): void; - post(method: 'Debugger.setAsyncCallStackDepth', callback?: (err: Error | null) => void): void; - /** - * Replace previous blackbox patterns with passed ones. Forces backend to skip stepping/pausing in scripts with url matching one of the patterns. VM will try to leave blackboxed script by performing 'step in' several times, finally resorting to 'step out' if unsuccessful. - * @experimental - */ - post(method: 'Debugger.setBlackboxPatterns', params?: Debugger.SetBlackboxPatternsParameterType, callback?: (err: Error | null) => void): void; - post(method: 'Debugger.setBlackboxPatterns', callback?: (err: Error | null) => void): void; - /** - * Makes backend skip steps in the script in blackboxed ranges. VM will try leave blacklisted scripts by performing 'step in' several times, finally resorting to 'step out' if unsuccessful. Positions array contains positions where blackbox state is changed. First interval isn't blackboxed. Array should be sorted. - * @experimental - */ - post(method: 'Debugger.setBlackboxedRanges', params?: Debugger.SetBlackboxedRangesParameterType, callback?: (err: Error | null) => void): void; - post(method: 'Debugger.setBlackboxedRanges', callback?: (err: Error | null) => void): void; - /** - * Enables console domain, sends the messages collected so far to the client by means of the <code>messageAdded</code> notification. - */ - post(method: 'Console.enable', callback?: (err: Error | null) => void): void; - /** - * Disables console domain, prevents further console messages from being reported to the client. - */ - post(method: 'Console.disable', callback?: (err: Error | null) => void): void; - /** - * Does nothing. - */ - post(method: 'Console.clearMessages', callback?: (err: Error | null) => void): void; - post(method: 'Profiler.enable', callback?: (err: Error | null) => void): void; - post(method: 'Profiler.disable', callback?: (err: Error | null) => void): void; - /** - * Changes CPU profiler sampling interval. Must be called before CPU profiles recording started. - */ - post(method: 'Profiler.setSamplingInterval', params?: Profiler.SetSamplingIntervalParameterType, callback?: (err: Error | null) => void): void; - post(method: 'Profiler.setSamplingInterval', callback?: (err: Error | null) => void): void; - post(method: 'Profiler.start', callback?: (err: Error | null) => void): void; - post(method: 'Profiler.stop', callback?: (err: Error | null, params: Profiler.StopReturnType) => void): void; - /** - * Enable precise code coverage. Coverage data for JavaScript executed before enabling precise code coverage may be incomplete. Enabling prevents running optimized code and resets execution counters. - */ - post(method: 'Profiler.startPreciseCoverage', params?: Profiler.StartPreciseCoverageParameterType, callback?: (err: Error | null) => void): void; - post(method: 'Profiler.startPreciseCoverage', callback?: (err: Error | null) => void): void; - /** - * Disable precise code coverage. Disabling releases unnecessary execution count records and allows executing optimized code. - */ - post(method: 'Profiler.stopPreciseCoverage', callback?: (err: Error | null) => void): void; - /** - * Collect coverage data for the current isolate, and resets execution counters. Precise code coverage needs to have started. - */ - post(method: 'Profiler.takePreciseCoverage', callback?: (err: Error | null, params: Profiler.TakePreciseCoverageReturnType) => void): void; - /** - * Collect coverage data for the current isolate. The coverage data may be incomplete due to garbage collection. - */ - post(method: 'Profiler.getBestEffortCoverage', callback?: (err: Error | null, params: Profiler.GetBestEffortCoverageReturnType) => void): void; - /** - * Enable type profile. - * @experimental - */ - post(method: 'Profiler.startTypeProfile', callback?: (err: Error | null) => void): void; - /** - * Disable type profile. Disabling releases type profile data collected so far. - * @experimental - */ - post(method: 'Profiler.stopTypeProfile', callback?: (err: Error | null) => void): void; - /** - * Collect type profile. - * @experimental - */ - post(method: 'Profiler.takeTypeProfile', callback?: (err: Error | null, params: Profiler.TakeTypeProfileReturnType) => void): void; - post(method: 'HeapProfiler.enable', callback?: (err: Error | null) => void): void; - post(method: 'HeapProfiler.disable', callback?: (err: Error | null) => void): void; - post(method: 'HeapProfiler.startTrackingHeapObjects', params?: HeapProfiler.StartTrackingHeapObjectsParameterType, callback?: (err: Error | null) => void): void; - post(method: 'HeapProfiler.startTrackingHeapObjects', callback?: (err: Error | null) => void): void; - post(method: 'HeapProfiler.stopTrackingHeapObjects', params?: HeapProfiler.StopTrackingHeapObjectsParameterType, callback?: (err: Error | null) => void): void; - post(method: 'HeapProfiler.stopTrackingHeapObjects', callback?: (err: Error | null) => void): void; - post(method: 'HeapProfiler.takeHeapSnapshot', params?: HeapProfiler.TakeHeapSnapshotParameterType, callback?: (err: Error | null) => void): void; - post(method: 'HeapProfiler.takeHeapSnapshot', callback?: (err: Error | null) => void): void; - post(method: 'HeapProfiler.collectGarbage', callback?: (err: Error | null) => void): void; - post( - method: 'HeapProfiler.getObjectByHeapObjectId', - params?: HeapProfiler.GetObjectByHeapObjectIdParameterType, - callback?: (err: Error | null, params: HeapProfiler.GetObjectByHeapObjectIdReturnType) => void - ): void; - post(method: 'HeapProfiler.getObjectByHeapObjectId', callback?: (err: Error | null, params: HeapProfiler.GetObjectByHeapObjectIdReturnType) => void): void; - /** - * Enables console to refer to the node with given id via $x (see Command Line API for more details $x functions). - */ - post(method: 'HeapProfiler.addInspectedHeapObject', params?: HeapProfiler.AddInspectedHeapObjectParameterType, callback?: (err: Error | null) => void): void; - post(method: 'HeapProfiler.addInspectedHeapObject', callback?: (err: Error | null) => void): void; - post(method: 'HeapProfiler.getHeapObjectId', params?: HeapProfiler.GetHeapObjectIdParameterType, callback?: (err: Error | null, params: HeapProfiler.GetHeapObjectIdReturnType) => void): void; - post(method: 'HeapProfiler.getHeapObjectId', callback?: (err: Error | null, params: HeapProfiler.GetHeapObjectIdReturnType) => void): void; - post(method: 'HeapProfiler.startSampling', params?: HeapProfiler.StartSamplingParameterType, callback?: (err: Error | null) => void): void; - post(method: 'HeapProfiler.startSampling', callback?: (err: Error | null) => void): void; - post(method: 'HeapProfiler.stopSampling', callback?: (err: Error | null, params: HeapProfiler.StopSamplingReturnType) => void): void; - post(method: 'HeapProfiler.getSamplingProfile', callback?: (err: Error | null, params: HeapProfiler.GetSamplingProfileReturnType) => void): void; - /** - * Gets supported tracing categories. - */ - post(method: 'NodeTracing.getCategories', callback?: (err: Error | null, params: NodeTracing.GetCategoriesReturnType) => void): void; - /** - * Start trace events collection. - */ - post(method: 'NodeTracing.start', params?: NodeTracing.StartParameterType, callback?: (err: Error | null) => void): void; - post(method: 'NodeTracing.start', callback?: (err: Error | null) => void): void; - /** - * Stop trace events collection. Remaining collected events will be sent as a sequence of - * dataCollected events followed by tracingComplete event. - */ - post(method: 'NodeTracing.stop', callback?: (err: Error | null) => void): void; - /** - * Sends protocol message over session with given id. - */ - post(method: 'NodeWorker.sendMessageToWorker', params?: NodeWorker.SendMessageToWorkerParameterType, callback?: (err: Error | null) => void): void; - post(method: 'NodeWorker.sendMessageToWorker', callback?: (err: Error | null) => void): void; - /** - * Instructs the inspector to attach to running workers. Will also attach to new workers - * as they start - */ - post(method: 'NodeWorker.enable', params?: NodeWorker.EnableParameterType, callback?: (err: Error | null) => void): void; - post(method: 'NodeWorker.enable', callback?: (err: Error | null) => void): void; - /** - * Detaches from all running workers and disables attaching to new workers as they are started. - */ - post(method: 'NodeWorker.disable', callback?: (err: Error | null) => void): void; - /** - * Detached from the worker with given sessionId. - */ - post(method: 'NodeWorker.detach', params?: NodeWorker.DetachParameterType, callback?: (err: Error | null) => void): void; - post(method: 'NodeWorker.detach', callback?: (err: Error | null) => void): void; - /** - * Enable the `NodeRuntime.waitingForDisconnect`. - */ - post(method: 'NodeRuntime.notifyWhenWaitingForDisconnect', params?: NodeRuntime.NotifyWhenWaitingForDisconnectParameterType, callback?: (err: Error | null) => void): void; - post(method: 'NodeRuntime.notifyWhenWaitingForDisconnect', callback?: (err: Error | null) => void): void; - // Events - addListener(event: string, listener: (...args: any[]) => void): this; - /** - * Emitted when any notification from the V8 Inspector is received. - */ - addListener(event: 'inspectorNotification', listener: (message: InspectorNotification<{}>) => void): this; - /** - * Issued when new execution context is created. - */ - addListener(event: 'Runtime.executionContextCreated', listener: (message: InspectorNotification<Runtime.ExecutionContextCreatedEventDataType>) => void): this; - /** - * Issued when execution context is destroyed. - */ - addListener(event: 'Runtime.executionContextDestroyed', listener: (message: InspectorNotification<Runtime.ExecutionContextDestroyedEventDataType>) => void): this; - /** - * Issued when all executionContexts were cleared in browser - */ - addListener(event: 'Runtime.executionContextsCleared', listener: () => void): this; - /** - * Issued when exception was thrown and unhandled. - */ - addListener(event: 'Runtime.exceptionThrown', listener: (message: InspectorNotification<Runtime.ExceptionThrownEventDataType>) => void): this; - /** - * Issued when unhandled exception was revoked. - */ - addListener(event: 'Runtime.exceptionRevoked', listener: (message: InspectorNotification<Runtime.ExceptionRevokedEventDataType>) => void): this; - /** - * Issued when console API was called. - */ - addListener(event: 'Runtime.consoleAPICalled', listener: (message: InspectorNotification<Runtime.ConsoleAPICalledEventDataType>) => void): this; - /** - * Issued when object should be inspected (for example, as a result of inspect() command line API call). - */ - addListener(event: 'Runtime.inspectRequested', listener: (message: InspectorNotification<Runtime.InspectRequestedEventDataType>) => void): this; - /** - * Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger. - */ - addListener(event: 'Debugger.scriptParsed', listener: (message: InspectorNotification<Debugger.ScriptParsedEventDataType>) => void): this; - /** - * Fired when virtual machine fails to parse the script. - */ - addListener(event: 'Debugger.scriptFailedToParse', listener: (message: InspectorNotification<Debugger.ScriptFailedToParseEventDataType>) => void): this; - /** - * Fired when breakpoint is resolved to an actual script and location. - */ - addListener(event: 'Debugger.breakpointResolved', listener: (message: InspectorNotification<Debugger.BreakpointResolvedEventDataType>) => void): this; - /** - * Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria. - */ - addListener(event: 'Debugger.paused', listener: (message: InspectorNotification<Debugger.PausedEventDataType>) => void): this; - /** - * Fired when the virtual machine resumed execution. - */ - addListener(event: 'Debugger.resumed', listener: () => void): this; - /** - * Issued when new console message is added. - */ - addListener(event: 'Console.messageAdded', listener: (message: InspectorNotification<Console.MessageAddedEventDataType>) => void): this; - /** - * Sent when new profile recording is started using console.profile() call. - */ - addListener(event: 'Profiler.consoleProfileStarted', listener: (message: InspectorNotification<Profiler.ConsoleProfileStartedEventDataType>) => void): this; - addListener(event: 'Profiler.consoleProfileFinished', listener: (message: InspectorNotification<Profiler.ConsoleProfileFinishedEventDataType>) => void): this; - addListener(event: 'HeapProfiler.addHeapSnapshotChunk', listener: (message: InspectorNotification<HeapProfiler.AddHeapSnapshotChunkEventDataType>) => void): this; - addListener(event: 'HeapProfiler.resetProfiles', listener: () => void): this; - addListener(event: 'HeapProfiler.reportHeapSnapshotProgress', listener: (message: InspectorNotification<HeapProfiler.ReportHeapSnapshotProgressEventDataType>) => void): this; - /** - * If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event. - */ - addListener(event: 'HeapProfiler.lastSeenObjectId', listener: (message: InspectorNotification<HeapProfiler.LastSeenObjectIdEventDataType>) => void): this; - /** - * If heap objects tracking has been started then backend may send update for one or more fragments - */ - addListener(event: 'HeapProfiler.heapStatsUpdate', listener: (message: InspectorNotification<HeapProfiler.HeapStatsUpdateEventDataType>) => void): this; - /** - * Contains an bucket of collected trace events. - */ - addListener(event: 'NodeTracing.dataCollected', listener: (message: InspectorNotification<NodeTracing.DataCollectedEventDataType>) => void): this; - /** - * Signals that tracing is stopped and there is no trace buffers pending flush, all data were - * delivered via dataCollected events. - */ - addListener(event: 'NodeTracing.tracingComplete', listener: () => void): this; - /** - * Issued when attached to a worker. - */ - addListener(event: 'NodeWorker.attachedToWorker', listener: (message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>) => void): this; - /** - * Issued when detached from the worker. - */ - addListener(event: 'NodeWorker.detachedFromWorker', listener: (message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>) => void): this; - /** - * Notifies about a new protocol message received from the session - * (session ID is provided in attachedToWorker notification). - */ - addListener(event: 'NodeWorker.receivedMessageFromWorker', listener: (message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>) => void): this; - /** - * This event is fired instead of `Runtime.executionContextDestroyed` when - * enabled. - * It is fired when the Node process finished all code execution and is - * waiting for all frontends to disconnect. - */ - addListener(event: 'NodeRuntime.waitingForDisconnect', listener: () => void): this; - emit(event: string | symbol, ...args: any[]): boolean; - emit(event: 'inspectorNotification', message: InspectorNotification<{}>): boolean; - emit(event: 'Runtime.executionContextCreated', message: InspectorNotification<Runtime.ExecutionContextCreatedEventDataType>): boolean; - emit(event: 'Runtime.executionContextDestroyed', message: InspectorNotification<Runtime.ExecutionContextDestroyedEventDataType>): boolean; - emit(event: 'Runtime.executionContextsCleared'): boolean; - emit(event: 'Runtime.exceptionThrown', message: InspectorNotification<Runtime.ExceptionThrownEventDataType>): boolean; - emit(event: 'Runtime.exceptionRevoked', message: InspectorNotification<Runtime.ExceptionRevokedEventDataType>): boolean; - emit(event: 'Runtime.consoleAPICalled', message: InspectorNotification<Runtime.ConsoleAPICalledEventDataType>): boolean; - emit(event: 'Runtime.inspectRequested', message: InspectorNotification<Runtime.InspectRequestedEventDataType>): boolean; - emit(event: 'Debugger.scriptParsed', message: InspectorNotification<Debugger.ScriptParsedEventDataType>): boolean; - emit(event: 'Debugger.scriptFailedToParse', message: InspectorNotification<Debugger.ScriptFailedToParseEventDataType>): boolean; - emit(event: 'Debugger.breakpointResolved', message: InspectorNotification<Debugger.BreakpointResolvedEventDataType>): boolean; - emit(event: 'Debugger.paused', message: InspectorNotification<Debugger.PausedEventDataType>): boolean; - emit(event: 'Debugger.resumed'): boolean; - emit(event: 'Console.messageAdded', message: InspectorNotification<Console.MessageAddedEventDataType>): boolean; - emit(event: 'Profiler.consoleProfileStarted', message: InspectorNotification<Profiler.ConsoleProfileStartedEventDataType>): boolean; - emit(event: 'Profiler.consoleProfileFinished', message: InspectorNotification<Profiler.ConsoleProfileFinishedEventDataType>): boolean; - emit(event: 'HeapProfiler.addHeapSnapshotChunk', message: InspectorNotification<HeapProfiler.AddHeapSnapshotChunkEventDataType>): boolean; - emit(event: 'HeapProfiler.resetProfiles'): boolean; - emit(event: 'HeapProfiler.reportHeapSnapshotProgress', message: InspectorNotification<HeapProfiler.ReportHeapSnapshotProgressEventDataType>): boolean; - emit(event: 'HeapProfiler.lastSeenObjectId', message: InspectorNotification<HeapProfiler.LastSeenObjectIdEventDataType>): boolean; - emit(event: 'HeapProfiler.heapStatsUpdate', message: InspectorNotification<HeapProfiler.HeapStatsUpdateEventDataType>): boolean; - emit(event: 'NodeTracing.dataCollected', message: InspectorNotification<NodeTracing.DataCollectedEventDataType>): boolean; - emit(event: 'NodeTracing.tracingComplete'): boolean; - emit(event: 'NodeWorker.attachedToWorker', message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>): boolean; - emit(event: 'NodeWorker.detachedFromWorker', message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>): boolean; - emit(event: 'NodeWorker.receivedMessageFromWorker', message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>): boolean; - emit(event: 'NodeRuntime.waitingForDisconnect'): boolean; - on(event: string, listener: (...args: any[]) => void): this; - /** - * Emitted when any notification from the V8 Inspector is received. - */ - on(event: 'inspectorNotification', listener: (message: InspectorNotification<{}>) => void): this; - /** - * Issued when new execution context is created. - */ - on(event: 'Runtime.executionContextCreated', listener: (message: InspectorNotification<Runtime.ExecutionContextCreatedEventDataType>) => void): this; - /** - * Issued when execution context is destroyed. - */ - on(event: 'Runtime.executionContextDestroyed', listener: (message: InspectorNotification<Runtime.ExecutionContextDestroyedEventDataType>) => void): this; - /** - * Issued when all executionContexts were cleared in browser - */ - on(event: 'Runtime.executionContextsCleared', listener: () => void): this; - /** - * Issued when exception was thrown and unhandled. - */ - on(event: 'Runtime.exceptionThrown', listener: (message: InspectorNotification<Runtime.ExceptionThrownEventDataType>) => void): this; - /** - * Issued when unhandled exception was revoked. - */ - on(event: 'Runtime.exceptionRevoked', listener: (message: InspectorNotification<Runtime.ExceptionRevokedEventDataType>) => void): this; - /** - * Issued when console API was called. - */ - on(event: 'Runtime.consoleAPICalled', listener: (message: InspectorNotification<Runtime.ConsoleAPICalledEventDataType>) => void): this; - /** - * Issued when object should be inspected (for example, as a result of inspect() command line API call). - */ - on(event: 'Runtime.inspectRequested', listener: (message: InspectorNotification<Runtime.InspectRequestedEventDataType>) => void): this; - /** - * Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger. - */ - on(event: 'Debugger.scriptParsed', listener: (message: InspectorNotification<Debugger.ScriptParsedEventDataType>) => void): this; - /** - * Fired when virtual machine fails to parse the script. - */ - on(event: 'Debugger.scriptFailedToParse', listener: (message: InspectorNotification<Debugger.ScriptFailedToParseEventDataType>) => void): this; - /** - * Fired when breakpoint is resolved to an actual script and location. - */ - on(event: 'Debugger.breakpointResolved', listener: (message: InspectorNotification<Debugger.BreakpointResolvedEventDataType>) => void): this; - /** - * Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria. - */ - on(event: 'Debugger.paused', listener: (message: InspectorNotification<Debugger.PausedEventDataType>) => void): this; - /** - * Fired when the virtual machine resumed execution. - */ - on(event: 'Debugger.resumed', listener: () => void): this; - /** - * Issued when new console message is added. - */ - on(event: 'Console.messageAdded', listener: (message: InspectorNotification<Console.MessageAddedEventDataType>) => void): this; - /** - * Sent when new profile recording is started using console.profile() call. - */ - on(event: 'Profiler.consoleProfileStarted', listener: (message: InspectorNotification<Profiler.ConsoleProfileStartedEventDataType>) => void): this; - on(event: 'Profiler.consoleProfileFinished', listener: (message: InspectorNotification<Profiler.ConsoleProfileFinishedEventDataType>) => void): this; - on(event: 'HeapProfiler.addHeapSnapshotChunk', listener: (message: InspectorNotification<HeapProfiler.AddHeapSnapshotChunkEventDataType>) => void): this; - on(event: 'HeapProfiler.resetProfiles', listener: () => void): this; - on(event: 'HeapProfiler.reportHeapSnapshotProgress', listener: (message: InspectorNotification<HeapProfiler.ReportHeapSnapshotProgressEventDataType>) => void): this; - /** - * If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event. - */ - on(event: 'HeapProfiler.lastSeenObjectId', listener: (message: InspectorNotification<HeapProfiler.LastSeenObjectIdEventDataType>) => void): this; - /** - * If heap objects tracking has been started then backend may send update for one or more fragments - */ - on(event: 'HeapProfiler.heapStatsUpdate', listener: (message: InspectorNotification<HeapProfiler.HeapStatsUpdateEventDataType>) => void): this; - /** - * Contains an bucket of collected trace events. - */ - on(event: 'NodeTracing.dataCollected', listener: (message: InspectorNotification<NodeTracing.DataCollectedEventDataType>) => void): this; - /** - * Signals that tracing is stopped and there is no trace buffers pending flush, all data were - * delivered via dataCollected events. - */ - on(event: 'NodeTracing.tracingComplete', listener: () => void): this; - /** - * Issued when attached to a worker. - */ - on(event: 'NodeWorker.attachedToWorker', listener: (message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>) => void): this; - /** - * Issued when detached from the worker. - */ - on(event: 'NodeWorker.detachedFromWorker', listener: (message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>) => void): this; - /** - * Notifies about a new protocol message received from the session - * (session ID is provided in attachedToWorker notification). - */ - on(event: 'NodeWorker.receivedMessageFromWorker', listener: (message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>) => void): this; - /** - * This event is fired instead of `Runtime.executionContextDestroyed` when - * enabled. - * It is fired when the Node process finished all code execution and is - * waiting for all frontends to disconnect. - */ - on(event: 'NodeRuntime.waitingForDisconnect', listener: () => void): this; - once(event: string, listener: (...args: any[]) => void): this; - /** - * Emitted when any notification from the V8 Inspector is received. - */ - once(event: 'inspectorNotification', listener: (message: InspectorNotification<{}>) => void): this; - /** - * Issued when new execution context is created. - */ - once(event: 'Runtime.executionContextCreated', listener: (message: InspectorNotification<Runtime.ExecutionContextCreatedEventDataType>) => void): this; - /** - * Issued when execution context is destroyed. - */ - once(event: 'Runtime.executionContextDestroyed', listener: (message: InspectorNotification<Runtime.ExecutionContextDestroyedEventDataType>) => void): this; - /** - * Issued when all executionContexts were cleared in browser - */ - once(event: 'Runtime.executionContextsCleared', listener: () => void): this; - /** - * Issued when exception was thrown and unhandled. - */ - once(event: 'Runtime.exceptionThrown', listener: (message: InspectorNotification<Runtime.ExceptionThrownEventDataType>) => void): this; - /** - * Issued when unhandled exception was revoked. - */ - once(event: 'Runtime.exceptionRevoked', listener: (message: InspectorNotification<Runtime.ExceptionRevokedEventDataType>) => void): this; - /** - * Issued when console API was called. - */ - once(event: 'Runtime.consoleAPICalled', listener: (message: InspectorNotification<Runtime.ConsoleAPICalledEventDataType>) => void): this; - /** - * Issued when object should be inspected (for example, as a result of inspect() command line API call). - */ - once(event: 'Runtime.inspectRequested', listener: (message: InspectorNotification<Runtime.InspectRequestedEventDataType>) => void): this; - /** - * Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger. - */ - once(event: 'Debugger.scriptParsed', listener: (message: InspectorNotification<Debugger.ScriptParsedEventDataType>) => void): this; - /** - * Fired when virtual machine fails to parse the script. - */ - once(event: 'Debugger.scriptFailedToParse', listener: (message: InspectorNotification<Debugger.ScriptFailedToParseEventDataType>) => void): this; - /** - * Fired when breakpoint is resolved to an actual script and location. - */ - once(event: 'Debugger.breakpointResolved', listener: (message: InspectorNotification<Debugger.BreakpointResolvedEventDataType>) => void): this; - /** - * Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria. - */ - once(event: 'Debugger.paused', listener: (message: InspectorNotification<Debugger.PausedEventDataType>) => void): this; - /** - * Fired when the virtual machine resumed execution. - */ - once(event: 'Debugger.resumed', listener: () => void): this; - /** - * Issued when new console message is added. - */ - once(event: 'Console.messageAdded', listener: (message: InspectorNotification<Console.MessageAddedEventDataType>) => void): this; - /** - * Sent when new profile recording is started using console.profile() call. - */ - once(event: 'Profiler.consoleProfileStarted', listener: (message: InspectorNotification<Profiler.ConsoleProfileStartedEventDataType>) => void): this; - once(event: 'Profiler.consoleProfileFinished', listener: (message: InspectorNotification<Profiler.ConsoleProfileFinishedEventDataType>) => void): this; - once(event: 'HeapProfiler.addHeapSnapshotChunk', listener: (message: InspectorNotification<HeapProfiler.AddHeapSnapshotChunkEventDataType>) => void): this; - once(event: 'HeapProfiler.resetProfiles', listener: () => void): this; - once(event: 'HeapProfiler.reportHeapSnapshotProgress', listener: (message: InspectorNotification<HeapProfiler.ReportHeapSnapshotProgressEventDataType>) => void): this; - /** - * If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event. - */ - once(event: 'HeapProfiler.lastSeenObjectId', listener: (message: InspectorNotification<HeapProfiler.LastSeenObjectIdEventDataType>) => void): this; - /** - * If heap objects tracking has been started then backend may send update for one or more fragments - */ - once(event: 'HeapProfiler.heapStatsUpdate', listener: (message: InspectorNotification<HeapProfiler.HeapStatsUpdateEventDataType>) => void): this; - /** - * Contains an bucket of collected trace events. - */ - once(event: 'NodeTracing.dataCollected', listener: (message: InspectorNotification<NodeTracing.DataCollectedEventDataType>) => void): this; - /** - * Signals that tracing is stopped and there is no trace buffers pending flush, all data were - * delivered via dataCollected events. - */ - once(event: 'NodeTracing.tracingComplete', listener: () => void): this; - /** - * Issued when attached to a worker. - */ - once(event: 'NodeWorker.attachedToWorker', listener: (message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>) => void): this; - /** - * Issued when detached from the worker. - */ - once(event: 'NodeWorker.detachedFromWorker', listener: (message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>) => void): this; - /** - * Notifies about a new protocol message received from the session - * (session ID is provided in attachedToWorker notification). - */ - once(event: 'NodeWorker.receivedMessageFromWorker', listener: (message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>) => void): this; - /** - * This event is fired instead of `Runtime.executionContextDestroyed` when - * enabled. - * It is fired when the Node process finished all code execution and is - * waiting for all frontends to disconnect. - */ - once(event: 'NodeRuntime.waitingForDisconnect', listener: () => void): this; - prependListener(event: string, listener: (...args: any[]) => void): this; - /** - * Emitted when any notification from the V8 Inspector is received. - */ - prependListener(event: 'inspectorNotification', listener: (message: InspectorNotification<{}>) => void): this; - /** - * Issued when new execution context is created. - */ - prependListener(event: 'Runtime.executionContextCreated', listener: (message: InspectorNotification<Runtime.ExecutionContextCreatedEventDataType>) => void): this; - /** - * Issued when execution context is destroyed. - */ - prependListener(event: 'Runtime.executionContextDestroyed', listener: (message: InspectorNotification<Runtime.ExecutionContextDestroyedEventDataType>) => void): this; - /** - * Issued when all executionContexts were cleared in browser - */ - prependListener(event: 'Runtime.executionContextsCleared', listener: () => void): this; - /** - * Issued when exception was thrown and unhandled. - */ - prependListener(event: 'Runtime.exceptionThrown', listener: (message: InspectorNotification<Runtime.ExceptionThrownEventDataType>) => void): this; - /** - * Issued when unhandled exception was revoked. - */ - prependListener(event: 'Runtime.exceptionRevoked', listener: (message: InspectorNotification<Runtime.ExceptionRevokedEventDataType>) => void): this; - /** - * Issued when console API was called. - */ - prependListener(event: 'Runtime.consoleAPICalled', listener: (message: InspectorNotification<Runtime.ConsoleAPICalledEventDataType>) => void): this; - /** - * Issued when object should be inspected (for example, as a result of inspect() command line API call). - */ - prependListener(event: 'Runtime.inspectRequested', listener: (message: InspectorNotification<Runtime.InspectRequestedEventDataType>) => void): this; - /** - * Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger. - */ - prependListener(event: 'Debugger.scriptParsed', listener: (message: InspectorNotification<Debugger.ScriptParsedEventDataType>) => void): this; - /** - * Fired when virtual machine fails to parse the script. - */ - prependListener(event: 'Debugger.scriptFailedToParse', listener: (message: InspectorNotification<Debugger.ScriptFailedToParseEventDataType>) => void): this; - /** - * Fired when breakpoint is resolved to an actual script and location. - */ - prependListener(event: 'Debugger.breakpointResolved', listener: (message: InspectorNotification<Debugger.BreakpointResolvedEventDataType>) => void): this; - /** - * Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria. - */ - prependListener(event: 'Debugger.paused', listener: (message: InspectorNotification<Debugger.PausedEventDataType>) => void): this; - /** - * Fired when the virtual machine resumed execution. - */ - prependListener(event: 'Debugger.resumed', listener: () => void): this; - /** - * Issued when new console message is added. - */ - prependListener(event: 'Console.messageAdded', listener: (message: InspectorNotification<Console.MessageAddedEventDataType>) => void): this; - /** - * Sent when new profile recording is started using console.profile() call. - */ - prependListener(event: 'Profiler.consoleProfileStarted', listener: (message: InspectorNotification<Profiler.ConsoleProfileStartedEventDataType>) => void): this; - prependListener(event: 'Profiler.consoleProfileFinished', listener: (message: InspectorNotification<Profiler.ConsoleProfileFinishedEventDataType>) => void): this; - prependListener(event: 'HeapProfiler.addHeapSnapshotChunk', listener: (message: InspectorNotification<HeapProfiler.AddHeapSnapshotChunkEventDataType>) => void): this; - prependListener(event: 'HeapProfiler.resetProfiles', listener: () => void): this; - prependListener(event: 'HeapProfiler.reportHeapSnapshotProgress', listener: (message: InspectorNotification<HeapProfiler.ReportHeapSnapshotProgressEventDataType>) => void): this; - /** - * If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event. - */ - prependListener(event: 'HeapProfiler.lastSeenObjectId', listener: (message: InspectorNotification<HeapProfiler.LastSeenObjectIdEventDataType>) => void): this; - /** - * If heap objects tracking has been started then backend may send update for one or more fragments - */ - prependListener(event: 'HeapProfiler.heapStatsUpdate', listener: (message: InspectorNotification<HeapProfiler.HeapStatsUpdateEventDataType>) => void): this; - /** - * Contains an bucket of collected trace events. - */ - prependListener(event: 'NodeTracing.dataCollected', listener: (message: InspectorNotification<NodeTracing.DataCollectedEventDataType>) => void): this; - /** - * Signals that tracing is stopped and there is no trace buffers pending flush, all data were - * delivered via dataCollected events. - */ - prependListener(event: 'NodeTracing.tracingComplete', listener: () => void): this; - /** - * Issued when attached to a worker. - */ - prependListener(event: 'NodeWorker.attachedToWorker', listener: (message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>) => void): this; - /** - * Issued when detached from the worker. - */ - prependListener(event: 'NodeWorker.detachedFromWorker', listener: (message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>) => void): this; - /** - * Notifies about a new protocol message received from the session - * (session ID is provided in attachedToWorker notification). - */ - prependListener(event: 'NodeWorker.receivedMessageFromWorker', listener: (message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>) => void): this; - /** - * This event is fired instead of `Runtime.executionContextDestroyed` when - * enabled. - * It is fired when the Node process finished all code execution and is - * waiting for all frontends to disconnect. - */ - prependListener(event: 'NodeRuntime.waitingForDisconnect', listener: () => void): this; - prependOnceListener(event: string, listener: (...args: any[]) => void): this; - /** - * Emitted when any notification from the V8 Inspector is received. - */ - prependOnceListener(event: 'inspectorNotification', listener: (message: InspectorNotification<{}>) => void): this; - /** - * Issued when new execution context is created. - */ - prependOnceListener(event: 'Runtime.executionContextCreated', listener: (message: InspectorNotification<Runtime.ExecutionContextCreatedEventDataType>) => void): this; - /** - * Issued when execution context is destroyed. - */ - prependOnceListener(event: 'Runtime.executionContextDestroyed', listener: (message: InspectorNotification<Runtime.ExecutionContextDestroyedEventDataType>) => void): this; - /** - * Issued when all executionContexts were cleared in browser - */ - prependOnceListener(event: 'Runtime.executionContextsCleared', listener: () => void): this; - /** - * Issued when exception was thrown and unhandled. - */ - prependOnceListener(event: 'Runtime.exceptionThrown', listener: (message: InspectorNotification<Runtime.ExceptionThrownEventDataType>) => void): this; - /** - * Issued when unhandled exception was revoked. - */ - prependOnceListener(event: 'Runtime.exceptionRevoked', listener: (message: InspectorNotification<Runtime.ExceptionRevokedEventDataType>) => void): this; - /** - * Issued when console API was called. - */ - prependOnceListener(event: 'Runtime.consoleAPICalled', listener: (message: InspectorNotification<Runtime.ConsoleAPICalledEventDataType>) => void): this; - /** - * Issued when object should be inspected (for example, as a result of inspect() command line API call). - */ - prependOnceListener(event: 'Runtime.inspectRequested', listener: (message: InspectorNotification<Runtime.InspectRequestedEventDataType>) => void): this; - /** - * Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger. - */ - prependOnceListener(event: 'Debugger.scriptParsed', listener: (message: InspectorNotification<Debugger.ScriptParsedEventDataType>) => void): this; - /** - * Fired when virtual machine fails to parse the script. - */ - prependOnceListener(event: 'Debugger.scriptFailedToParse', listener: (message: InspectorNotification<Debugger.ScriptFailedToParseEventDataType>) => void): this; - /** - * Fired when breakpoint is resolved to an actual script and location. - */ - prependOnceListener(event: 'Debugger.breakpointResolved', listener: (message: InspectorNotification<Debugger.BreakpointResolvedEventDataType>) => void): this; - /** - * Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria. - */ - prependOnceListener(event: 'Debugger.paused', listener: (message: InspectorNotification<Debugger.PausedEventDataType>) => void): this; - /** - * Fired when the virtual machine resumed execution. - */ - prependOnceListener(event: 'Debugger.resumed', listener: () => void): this; - /** - * Issued when new console message is added. - */ - prependOnceListener(event: 'Console.messageAdded', listener: (message: InspectorNotification<Console.MessageAddedEventDataType>) => void): this; - /** - * Sent when new profile recording is started using console.profile() call. - */ - prependOnceListener(event: 'Profiler.consoleProfileStarted', listener: (message: InspectorNotification<Profiler.ConsoleProfileStartedEventDataType>) => void): this; - prependOnceListener(event: 'Profiler.consoleProfileFinished', listener: (message: InspectorNotification<Profiler.ConsoleProfileFinishedEventDataType>) => void): this; - prependOnceListener(event: 'HeapProfiler.addHeapSnapshotChunk', listener: (message: InspectorNotification<HeapProfiler.AddHeapSnapshotChunkEventDataType>) => void): this; - prependOnceListener(event: 'HeapProfiler.resetProfiles', listener: () => void): this; - prependOnceListener(event: 'HeapProfiler.reportHeapSnapshotProgress', listener: (message: InspectorNotification<HeapProfiler.ReportHeapSnapshotProgressEventDataType>) => void): this; - /** - * If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event. - */ - prependOnceListener(event: 'HeapProfiler.lastSeenObjectId', listener: (message: InspectorNotification<HeapProfiler.LastSeenObjectIdEventDataType>) => void): this; - /** - * If heap objects tracking has been started then backend may send update for one or more fragments - */ - prependOnceListener(event: 'HeapProfiler.heapStatsUpdate', listener: (message: InspectorNotification<HeapProfiler.HeapStatsUpdateEventDataType>) => void): this; - /** - * Contains an bucket of collected trace events. - */ - prependOnceListener(event: 'NodeTracing.dataCollected', listener: (message: InspectorNotification<NodeTracing.DataCollectedEventDataType>) => void): this; - /** - * Signals that tracing is stopped and there is no trace buffers pending flush, all data were - * delivered via dataCollected events. - */ - prependOnceListener(event: 'NodeTracing.tracingComplete', listener: () => void): this; - /** - * Issued when attached to a worker. - */ - prependOnceListener(event: 'NodeWorker.attachedToWorker', listener: (message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>) => void): this; - /** - * Issued when detached from the worker. - */ - prependOnceListener(event: 'NodeWorker.detachedFromWorker', listener: (message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>) => void): this; - /** - * Notifies about a new protocol message received from the session - * (session ID is provided in attachedToWorker notification). - */ - prependOnceListener(event: 'NodeWorker.receivedMessageFromWorker', listener: (message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>) => void): this; - /** - * This event is fired instead of `Runtime.executionContextDestroyed` when - * enabled. - * It is fired when the Node process finished all code execution and is - * waiting for all frontends to disconnect. - */ - prependOnceListener(event: 'NodeRuntime.waitingForDisconnect', listener: () => void): this; - } - /** - * Activate inspector on host and port. Equivalent to`node --inspect=[[host:]port]`, but can be done programmatically after node has - * started. - * - * If wait is `true`, will block until a client has connected to the inspect port - * and flow control has been passed to the debugger client. - * - * See the `security warning` regarding the `host`parameter usage. - * @param [port='what was specified on the CLI'] Port to listen on for inspector connections. Optional. - * @param [host='what was specified on the CLI'] Host to listen on for inspector connections. Optional. - * @param [wait=false] Block until a client has connected. Optional. - */ - function open(port?: number, host?: string, wait?: boolean): void; - /** - * Deactivate the inspector. Blocks until there are no active connections. - */ - function close(): void; - /** - * Return the URL of the active inspector, or `undefined` if there is none. - * - * ```console - * $ node --inspect -p 'inspector.url()' - * Debugger listening on ws://127.0.0.1:9229/166e272e-7a30-4d09-97ce-f1c012b43c34 - * For help, see: https://nodejs.org/en/docs/inspector - * ws://127.0.0.1:9229/166e272e-7a30-4d09-97ce-f1c012b43c34 - * - * $ node --inspect=localhost:3000 -p 'inspector.url()' - * Debugger listening on ws://localhost:3000/51cf8d0e-3c36-4c59-8efd-54519839e56a - * For help, see: https://nodejs.org/en/docs/inspector - * ws://localhost:3000/51cf8d0e-3c36-4c59-8efd-54519839e56a - * - * $ node -p 'inspector.url()' - * undefined - * ``` - */ - function url(): string | undefined; - /** - * Blocks until a client (existing or connected later) has sent`Runtime.runIfWaitingForDebugger` command. - * - * An exception will be thrown if there is no active inspector. - * @since v12.7.0 - */ - function waitForDebugger(): void; -} -/** - * The inspector module provides an API for interacting with the V8 inspector. - */ -declare module 'node:inspector' { - import inspector = require('inspector'); - export = inspector; -} diff --git a/software/flow/node_modules/@types/node/ts4.8/module.d.ts b/software/flow/node_modules/@types/node/ts4.8/module.d.ts deleted file mode 100755 index 5a60a5f..0000000 --- a/software/flow/node_modules/@types/node/ts4.8/module.d.ts +++ /dev/null @@ -1,115 +0,0 @@ -/** - * @since v0.3.7 - */ -declare module 'module' { - import { URL } from 'node:url'; - namespace Module { - /** - * The `module.syncBuiltinESMExports()` method updates all the live bindings for - * builtin `ES Modules` to match the properties of the `CommonJS` exports. It - * does not add or remove exported names from the `ES Modules`. - * - * ```js - * const fs = require('fs'); - * const assert = require('assert'); - * const { syncBuiltinESMExports } = require('module'); - * - * fs.readFile = newAPI; - * - * delete fs.readFileSync; - * - * function newAPI() { - * // ... - * } - * - * fs.newAPI = newAPI; - * - * syncBuiltinESMExports(); - * - * import('fs').then((esmFS) => { - * // It syncs the existing readFile property with the new value - * assert.strictEqual(esmFS.readFile, newAPI); - * // readFileSync has been deleted from the required fs - * assert.strictEqual('readFileSync' in fs, false); - * // syncBuiltinESMExports() does not remove readFileSync from esmFS - * assert.strictEqual('readFileSync' in esmFS, true); - * // syncBuiltinESMExports() does not add names - * assert.strictEqual(esmFS.newAPI, undefined); - * }); - * ``` - * @since v12.12.0 - */ - function syncBuiltinESMExports(): void; - /** - * `path` is the resolved path for the file for which a corresponding source map - * should be fetched. - * @since v13.7.0, v12.17.0 - */ - function findSourceMap(path: string, error?: Error): SourceMap; - interface SourceMapPayload { - file: string; - version: number; - sources: string[]; - sourcesContent: string[]; - names: string[]; - mappings: string; - sourceRoot: string; - } - interface SourceMapping { - generatedLine: number; - generatedColumn: number; - originalSource: string; - originalLine: number; - originalColumn: number; - } - /** - * @since v13.7.0, v12.17.0 - */ - class SourceMap { - /** - * Getter for the payload used to construct the `SourceMap` instance. - */ - readonly payload: SourceMapPayload; - constructor(payload: SourceMapPayload); - /** - * Given a line number and column number in the generated source file, returns - * an object representing the position in the original file. The object returned - * consists of the following keys: - */ - findEntry(line: number, column: number): SourceMapping; - } - } - interface Module extends NodeModule {} - class Module { - static runMain(): void; - static wrap(code: string): string; - static createRequire(path: string | URL): NodeRequire; - static builtinModules: string[]; - static isBuiltin(moduleName: string): boolean; - static Module: typeof Module; - constructor(id: string, parent?: Module); - } - global { - interface ImportMeta { - url: string; - /** - * @experimental - * This feature is only available with the `--experimental-import-meta-resolve` - * command flag enabled. - * - * Provides a module-relative resolution function scoped to each module, returning - * the URL string. - * - * @param specified The module specifier to resolve relative to `parent`. - * @param parent The absolute parent module URL to resolve from. If none - * is specified, the value of `import.meta.url` is used as the default. - */ - resolve?(specified: string, parent?: string | URL): Promise<string>; - } - } - export = Module; -} -declare module 'node:module' { - import module = require('module'); - export = module; -} diff --git a/software/flow/node_modules/@types/node/ts4.8/net.d.ts b/software/flow/node_modules/@types/node/ts4.8/net.d.ts deleted file mode 100755 index 056407c..0000000 --- a/software/flow/node_modules/@types/node/ts4.8/net.d.ts +++ /dev/null @@ -1,877 +0,0 @@ -/** - * > Stability: 2 - Stable - * - * The `net` module provides an asynchronous network API for creating stream-based - * TCP or `IPC` servers ({@link createServer}) and clients - * ({@link createConnection}). - * - * It can be accessed using: - * - * ```js - * const net = require('net'); - * ``` - * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/net.js) - */ -declare module 'net' { - import * as stream from 'node:stream'; - import { Abortable, EventEmitter } from 'node:events'; - import * as dns from 'node:dns'; - type LookupFunction = (hostname: string, options: dns.LookupOneOptions, callback: (err: NodeJS.ErrnoException | null, address: string, family: number) => void) => void; - interface AddressInfo { - address: string; - family: string; - port: number; - } - interface SocketConstructorOpts { - fd?: number | undefined; - allowHalfOpen?: boolean | undefined; - readable?: boolean | undefined; - writable?: boolean | undefined; - signal?: AbortSignal; - } - interface OnReadOpts { - buffer: Uint8Array | (() => Uint8Array); - /** - * This function is called for every chunk of incoming data. - * Two arguments are passed to it: the number of bytes written to buffer and a reference to buffer. - * Return false from this function to implicitly pause() the socket. - */ - callback(bytesWritten: number, buf: Uint8Array): boolean; - } - interface ConnectOpts { - /** - * If specified, incoming data is stored in a single buffer and passed to the supplied callback when data arrives on the socket. - * Note: this will cause the streaming functionality to not provide any data, however events like 'error', 'end', and 'close' will - * still be emitted as normal and methods like pause() and resume() will also behave as expected. - */ - onread?: OnReadOpts | undefined; - } - interface TcpSocketConnectOpts extends ConnectOpts { - port: number; - host?: string | undefined; - localAddress?: string | undefined; - localPort?: number | undefined; - hints?: number | undefined; - family?: number | undefined; - lookup?: LookupFunction | undefined; - noDelay?: boolean | undefined; - keepAlive?: boolean | undefined; - keepAliveInitialDelay?: number | undefined; - /** - * @since v18.13.0 - */ - autoSelectFamily?: boolean | undefined; - /** - * @since v18.13.0 - */ - autoSelectFamilyAttemptTimeout?: number | undefined; - } - interface IpcSocketConnectOpts extends ConnectOpts { - path: string; - } - type SocketConnectOpts = TcpSocketConnectOpts | IpcSocketConnectOpts; - type SocketReadyState = 'opening' | 'open' | 'readOnly' | 'writeOnly' | 'closed'; - /** - * This class is an abstraction of a TCP socket or a streaming `IPC` endpoint - * (uses named pipes on Windows, and Unix domain sockets otherwise). It is also - * an `EventEmitter`. - * - * A `net.Socket` can be created by the user and used directly to interact with - * a server. For example, it is returned by {@link createConnection}, - * so the user can use it to talk to the server. - * - * It can also be created by Node.js and passed to the user when a connection - * is received. For example, it is passed to the listeners of a `'connection'` event emitted on a {@link Server}, so the user can use - * it to interact with the client. - * @since v0.3.4 - */ - class Socket extends stream.Duplex { - constructor(options?: SocketConstructorOpts); - /** - * Sends data on the socket. The second parameter specifies the encoding in the - * case of a string. It defaults to UTF8 encoding. - * - * Returns `true` if the entire data was flushed successfully to the kernel - * buffer. Returns `false` if all or part of the data was queued in user memory.`'drain'` will be emitted when the buffer is again free. - * - * The optional `callback` parameter will be executed when the data is finally - * written out, which may not be immediately. - * - * See `Writable` stream `write()` method for more - * information. - * @since v0.1.90 - * @param [encoding='utf8'] Only used when data is `string`. - */ - write(buffer: Uint8Array | string, cb?: (err?: Error) => void): boolean; - write(str: Uint8Array | string, encoding?: BufferEncoding, cb?: (err?: Error) => void): boolean; - /** - * Initiate a connection on a given socket. - * - * Possible signatures: - * - * * `socket.connect(options[, connectListener])` - * * `socket.connect(path[, connectListener])` for `IPC` connections. - * * `socket.connect(port[, host][, connectListener])` for TCP connections. - * * Returns: `net.Socket` The socket itself. - * - * This function is asynchronous. When the connection is established, the `'connect'` event will be emitted. If there is a problem connecting, - * instead of a `'connect'` event, an `'error'` event will be emitted with - * the error passed to the `'error'` listener. - * The last parameter `connectListener`, if supplied, will be added as a listener - * for the `'connect'` event **once**. - * - * This function should only be used for reconnecting a socket after`'close'` has been emitted or otherwise it may lead to undefined - * behavior. - */ - connect(options: SocketConnectOpts, connectionListener?: () => void): this; - connect(port: number, host: string, connectionListener?: () => void): this; - connect(port: number, connectionListener?: () => void): this; - connect(path: string, connectionListener?: () => void): this; - /** - * Set the encoding for the socket as a `Readable Stream`. See `readable.setEncoding()` for more information. - * @since v0.1.90 - * @return The socket itself. - */ - setEncoding(encoding?: BufferEncoding): this; - /** - * Pauses the reading of data. That is, `'data'` events will not be emitted. - * Useful to throttle back an upload. - * @return The socket itself. - */ - pause(): this; - /** - * Close the TCP connection by sending an RST packet and destroy the stream. - * If this TCP socket is in connecting status, it will send an RST packet - * and destroy this TCP socket once it is connected. Otherwise, it will call - * `socket.destroy` with an `ERR_SOCKET_CLOSED` Error. If this is not a TCP socket - * (for example, a pipe), calling this method will immediately throw - * an `ERR_INVALID_HANDLE_TYPE` Error. - * @since v18.3.0 - * @return The socket itself. - */ - resetAndDestroy(): this; - /** - * Resumes reading after a call to `socket.pause()`. - * @return The socket itself. - */ - resume(): this; - /** - * Sets the socket to timeout after `timeout` milliseconds of inactivity on - * the socket. By default `net.Socket` do not have a timeout. - * - * When an idle timeout is triggered the socket will receive a `'timeout'` event but the connection will not be severed. The user must manually call `socket.end()` or `socket.destroy()` to - * end the connection. - * - * ```js - * socket.setTimeout(3000); - * socket.on('timeout', () => { - * console.log('socket timeout'); - * socket.end(); - * }); - * ``` - * - * If `timeout` is 0, then the existing idle timeout is disabled. - * - * The optional `callback` parameter will be added as a one-time listener for the `'timeout'` event. - * @since v0.1.90 - * @return The socket itself. - */ - setTimeout(timeout: number, callback?: () => void): this; - /** - * Enable/disable the use of Nagle's algorithm. - * - * When a TCP connection is created, it will have Nagle's algorithm enabled. - * - * Nagle's algorithm delays data before it is sent via the network. It attempts - * to optimize throughput at the expense of latency. - * - * Passing `true` for `noDelay` or not passing an argument will disable Nagle's - * algorithm for the socket. Passing `false` for `noDelay` will enable Nagle's - * algorithm. - * @since v0.1.90 - * @param [noDelay=true] - * @return The socket itself. - */ - setNoDelay(noDelay?: boolean): this; - /** - * Enable/disable keep-alive functionality, and optionally set the initial - * delay before the first keepalive probe is sent on an idle socket. - * - * Set `initialDelay` (in milliseconds) to set the delay between the last - * data packet received and the first keepalive probe. Setting `0` for`initialDelay` will leave the value unchanged from the default - * (or previous) setting. - * - * Enabling the keep-alive functionality will set the following socket options: - * - * * `SO_KEEPALIVE=1` - * * `TCP_KEEPIDLE=initialDelay` - * * `TCP_KEEPCNT=10` - * * `TCP_KEEPINTVL=1` - * @since v0.1.92 - * @param [enable=false] - * @param [initialDelay=0] - * @return The socket itself. - */ - setKeepAlive(enable?: boolean, initialDelay?: number): this; - /** - * Returns the bound `address`, the address `family` name and `port` of the - * socket as reported by the operating system:`{ port: 12346, family: 'IPv4', address: '127.0.0.1' }` - * @since v0.1.90 - */ - address(): AddressInfo | {}; - /** - * Calling `unref()` on a socket will allow the program to exit if this is the only - * active socket in the event system. If the socket is already `unref`ed calling`unref()` again will have no effect. - * @since v0.9.1 - * @return The socket itself. - */ - unref(): this; - /** - * Opposite of `unref()`, calling `ref()` on a previously `unref`ed socket will _not_ let the program exit if it's the only socket left (the default behavior). - * If the socket is `ref`ed calling `ref` again will have no effect. - * @since v0.9.1 - * @return The socket itself. - */ - ref(): this; - /** - * This property shows the number of characters buffered for writing. The buffer - * may contain strings whose length after encoding is not yet known. So this number - * is only an approximation of the number of bytes in the buffer. - * - * `net.Socket` has the property that `socket.write()` always works. This is to - * help users get up and running quickly. The computer cannot always keep up - * with the amount of data that is written to a socket. The network connection - * simply might be too slow. Node.js will internally queue up the data written to a - * socket and send it out over the wire when it is possible. - * - * The consequence of this internal buffering is that memory may grow. - * Users who experience large or growing `bufferSize` should attempt to - * "throttle" the data flows in their program with `socket.pause()` and `socket.resume()`. - * @since v0.3.8 - * @deprecated Since v14.6.0 - Use `writableLength` instead. - */ - readonly bufferSize: number; - /** - * The amount of received bytes. - * @since v0.5.3 - */ - readonly bytesRead: number; - /** - * The amount of bytes sent. - * @since v0.5.3 - */ - readonly bytesWritten: number; - /** - * If `true`,`socket.connect(options[, connectListener])` was - * called and has not yet finished. It will stay `true` until the socket becomes - * connected, then it is set to `false` and the `'connect'` event is emitted. Note - * that the `socket.connect(options[, connectListener])` callback is a listener for the `'connect'` event. - * @since v6.1.0 - */ - readonly connecting: boolean; - /** - * See `writable.destroyed` for further details. - */ - readonly destroyed: boolean; - /** - * The string representation of the local IP address the remote client is - * connecting on. For example, in a server listening on `'0.0.0.0'`, if a client - * connects on `'192.168.1.1'`, the value of `socket.localAddress` would be`'192.168.1.1'`. - * @since v0.9.6 - */ - readonly localAddress?: string; - /** - * The numeric representation of the local port. For example, `80` or `21`. - * @since v0.9.6 - */ - readonly localPort?: number; - /** - * The string representation of the local IP family. `'IPv4'` or `'IPv6'`. - * @since v18.8.0 - */ - readonly localFamily?: string; - /** - * This property represents the state of the connection as a string. - * @see {https://nodejs.org/api/net.html#socketreadystate} - * @since v0.5.0 - */ - readonly readyState: SocketReadyState; - /** - * The string representation of the remote IP address. For example,`'74.125.127.100'` or `'2001:4860:a005::68'`. Value may be `undefined` if - * the socket is destroyed (for example, if the client disconnected). - * @since v0.5.10 - */ - readonly remoteAddress?: string | undefined; - /** - * The string representation of the remote IP family. `'IPv4'` or `'IPv6'`. - * @since v0.11.14 - */ - readonly remoteFamily?: string | undefined; - /** - * The numeric representation of the remote port. For example, `80` or `21`. - * @since v0.5.10 - */ - readonly remotePort?: number | undefined; - /** - * The socket timeout in milliseconds as set by socket.setTimeout(). It is undefined if a timeout has not been set. - * @since v10.7.0 - */ - readonly timeout?: number | undefined; - /** - * Half-closes the socket. i.e., it sends a FIN packet. It is possible the - * server will still send some data. - * - * See `writable.end()` for further details. - * @since v0.1.90 - * @param [encoding='utf8'] Only used when data is `string`. - * @param callback Optional callback for when the socket is finished. - * @return The socket itself. - */ - end(callback?: () => void): this; - end(buffer: Uint8Array | string, callback?: () => void): this; - end(str: Uint8Array | string, encoding?: BufferEncoding, callback?: () => void): this; - /** - * events.EventEmitter - * 1. close - * 2. connect - * 3. data - * 4. drain - * 5. end - * 6. error - * 7. lookup - * 8. ready - * 9. timeout - */ - addListener(event: string, listener: (...args: any[]) => void): this; - addListener(event: 'close', listener: (hadError: boolean) => void): this; - addListener(event: 'connect', listener: () => void): this; - addListener(event: 'data', listener: (data: Buffer) => void): this; - addListener(event: 'drain', listener: () => void): this; - addListener(event: 'end', listener: () => void): this; - addListener(event: 'error', listener: (err: Error) => void): this; - addListener(event: 'lookup', listener: (err: Error, address: string, family: string | number, host: string) => void): this; - addListener(event: 'ready', listener: () => void): this; - addListener(event: 'timeout', listener: () => void): this; - emit(event: string | symbol, ...args: any[]): boolean; - emit(event: 'close', hadError: boolean): boolean; - emit(event: 'connect'): boolean; - emit(event: 'data', data: Buffer): boolean; - emit(event: 'drain'): boolean; - emit(event: 'end'): boolean; - emit(event: 'error', err: Error): boolean; - emit(event: 'lookup', err: Error, address: string, family: string | number, host: string): boolean; - emit(event: 'ready'): boolean; - emit(event: 'timeout'): boolean; - on(event: string, listener: (...args: any[]) => void): this; - on(event: 'close', listener: (hadError: boolean) => void): this; - on(event: 'connect', listener: () => void): this; - on(event: 'data', listener: (data: Buffer) => void): this; - on(event: 'drain', listener: () => void): this; - on(event: 'end', listener: () => void): this; - on(event: 'error', listener: (err: Error) => void): this; - on(event: 'lookup', listener: (err: Error, address: string, family: string | number, host: string) => void): this; - on(event: 'ready', listener: () => void): this; - on(event: 'timeout', listener: () => void): this; - once(event: string, listener: (...args: any[]) => void): this; - once(event: 'close', listener: (hadError: boolean) => void): this; - once(event: 'connect', listener: () => void): this; - once(event: 'data', listener: (data: Buffer) => void): this; - once(event: 'drain', listener: () => void): this; - once(event: 'end', listener: () => void): this; - once(event: 'error', listener: (err: Error) => void): this; - once(event: 'lookup', listener: (err: Error, address: string, family: string | number, host: string) => void): this; - once(event: 'ready', listener: () => void): this; - once(event: 'timeout', listener: () => void): this; - prependListener(event: string, listener: (...args: any[]) => void): this; - prependListener(event: 'close', listener: (hadError: boolean) => void): this; - prependListener(event: 'connect', listener: () => void): this; - prependListener(event: 'data', listener: (data: Buffer) => void): this; - prependListener(event: 'drain', listener: () => void): this; - prependListener(event: 'end', listener: () => void): this; - prependListener(event: 'error', listener: (err: Error) => void): this; - prependListener(event: 'lookup', listener: (err: Error, address: string, family: string | number, host: string) => void): this; - prependListener(event: 'ready', listener: () => void): this; - prependListener(event: 'timeout', listener: () => void): this; - prependOnceListener(event: string, listener: (...args: any[]) => void): this; - prependOnceListener(event: 'close', listener: (hadError: boolean) => void): this; - prependOnceListener(event: 'connect', listener: () => void): this; - prependOnceListener(event: 'data', listener: (data: Buffer) => void): this; - prependOnceListener(event: 'drain', listener: () => void): this; - prependOnceListener(event: 'end', listener: () => void): this; - prependOnceListener(event: 'error', listener: (err: Error) => void): this; - prependOnceListener(event: 'lookup', listener: (err: Error, address: string, family: string | number, host: string) => void): this; - prependOnceListener(event: 'ready', listener: () => void): this; - prependOnceListener(event: 'timeout', listener: () => void): this; - } - interface ListenOptions extends Abortable { - port?: number | undefined; - host?: string | undefined; - backlog?: number | undefined; - path?: string | undefined; - exclusive?: boolean | undefined; - readableAll?: boolean | undefined; - writableAll?: boolean | undefined; - /** - * @default false - */ - ipv6Only?: boolean | undefined; - } - interface ServerOpts { - /** - * Indicates whether half-opened TCP connections are allowed. - * @default false - */ - allowHalfOpen?: boolean | undefined; - /** - * Indicates whether the socket should be paused on incoming connections. - * @default false - */ - pauseOnConnect?: boolean | undefined; - /** - * If set to `true`, it disables the use of Nagle's algorithm immediately after a new incoming connection is received. - * @default false - * @since v16.5.0 - */ - noDelay?: boolean | undefined; - /** - * If set to `true`, it enables keep-alive functionality on the socket immediately after a new incoming connection is received, - * similarly on what is done in `socket.setKeepAlive([enable][, initialDelay])`. - * @default false - * @since v16.5.0 - */ - keepAlive?: boolean | undefined; - /** - * If set to a positive number, it sets the initial delay before the first keepalive probe is sent on an idle socket. - * @default 0 - * @since v16.5.0 - */ - keepAliveInitialDelay?: number | undefined; - } - interface DropArgument { - localAddress?: string; - localPort?: number; - localFamily?: string; - remoteAddress?: string; - remotePort?: number; - remoteFamily?: string; - } - /** - * This class is used to create a TCP or `IPC` server. - * @since v0.1.90 - */ - class Server extends EventEmitter { - constructor(connectionListener?: (socket: Socket) => void); - constructor(options?: ServerOpts, connectionListener?: (socket: Socket) => void); - /** - * Start a server listening for connections. A `net.Server` can be a TCP or - * an `IPC` server depending on what it listens to. - * - * Possible signatures: - * - * * `server.listen(handle[, backlog][, callback])` - * * `server.listen(options[, callback])` - * * `server.listen(path[, backlog][, callback])` for `IPC` servers - * * `server.listen([port[, host[, backlog]]][, callback])` for TCP servers - * - * This function is asynchronous. When the server starts listening, the `'listening'` event will be emitted. The last parameter `callback`will be added as a listener for the `'listening'` - * event. - * - * All `listen()` methods can take a `backlog` parameter to specify the maximum - * length of the queue of pending connections. The actual length will be determined - * by the OS through sysctl settings such as `tcp_max_syn_backlog` and `somaxconn`on Linux. The default value of this parameter is 511 (not 512). - * - * All {@link Socket} are set to `SO_REUSEADDR` (see [`socket(7)`](https://man7.org/linux/man-pages/man7/socket.7.html) for - * details). - * - * The `server.listen()` method can be called again if and only if there was an - * error during the first `server.listen()` call or `server.close()` has been - * called. Otherwise, an `ERR_SERVER_ALREADY_LISTEN` error will be thrown. - * - * One of the most common errors raised when listening is `EADDRINUSE`. - * This happens when another server is already listening on the requested`port`/`path`/`handle`. One way to handle this would be to retry - * after a certain amount of time: - * - * ```js - * server.on('error', (e) => { - * if (e.code === 'EADDRINUSE') { - * console.log('Address in use, retrying...'); - * setTimeout(() => { - * server.close(); - * server.listen(PORT, HOST); - * }, 1000); - * } - * }); - * ``` - */ - listen(port?: number, hostname?: string, backlog?: number, listeningListener?: () => void): this; - listen(port?: number, hostname?: string, listeningListener?: () => void): this; - listen(port?: number, backlog?: number, listeningListener?: () => void): this; - listen(port?: number, listeningListener?: () => void): this; - listen(path: string, backlog?: number, listeningListener?: () => void): this; - listen(path: string, listeningListener?: () => void): this; - listen(options: ListenOptions, listeningListener?: () => void): this; - listen(handle: any, backlog?: number, listeningListener?: () => void): this; - listen(handle: any, listeningListener?: () => void): this; - /** - * Stops the server from accepting new connections and keeps existing - * connections. This function is asynchronous, the server is finally closed - * when all connections are ended and the server emits a `'close'` event. - * The optional `callback` will be called once the `'close'` event occurs. Unlike - * that event, it will be called with an `Error` as its only argument if the server - * was not open when it was closed. - * @since v0.1.90 - * @param callback Called when the server is closed. - */ - close(callback?: (err?: Error) => void): this; - /** - * Returns the bound `address`, the address `family` name, and `port` of the server - * as reported by the operating system if listening on an IP socket - * (useful to find which port was assigned when getting an OS-assigned address):`{ port: 12346, family: 'IPv4', address: '127.0.0.1' }`. - * - * For a server listening on a pipe or Unix domain socket, the name is returned - * as a string. - * - * ```js - * const server = net.createServer((socket) => { - * socket.end('goodbye\n'); - * }).on('error', (err) => { - * // Handle errors here. - * throw err; - * }); - * - * // Grab an arbitrary unused port. - * server.listen(() => { - * console.log('opened server on', server.address()); - * }); - * ``` - * - * `server.address()` returns `null` before the `'listening'` event has been - * emitted or after calling `server.close()`. - * @since v0.1.90 - */ - address(): AddressInfo | string | null; - /** - * Asynchronously get the number of concurrent connections on the server. Works - * when sockets were sent to forks. - * - * Callback should take two arguments `err` and `count`. - * @since v0.9.7 - */ - getConnections(cb: (error: Error | null, count: number) => void): void; - /** - * Opposite of `unref()`, calling `ref()` on a previously `unref`ed server will _not_ let the program exit if it's the only server left (the default behavior). - * If the server is `ref`ed calling `ref()` again will have no effect. - * @since v0.9.1 - */ - ref(): this; - /** - * Calling `unref()` on a server will allow the program to exit if this is the only - * active server in the event system. If the server is already `unref`ed calling`unref()` again will have no effect. - * @since v0.9.1 - */ - unref(): this; - /** - * Set this property to reject connections when the server's connection count gets - * high. - * - * It is not recommended to use this option once a socket has been sent to a child - * with `child_process.fork()`. - * @since v0.2.0 - */ - maxConnections: number; - connections: number; - /** - * Indicates whether or not the server is listening for connections. - * @since v5.7.0 - */ - listening: boolean; - /** - * events.EventEmitter - * 1. close - * 2. connection - * 3. error - * 4. listening - * 5. drop - */ - addListener(event: string, listener: (...args: any[]) => void): this; - addListener(event: 'close', listener: () => void): this; - addListener(event: 'connection', listener: (socket: Socket) => void): this; - addListener(event: 'error', listener: (err: Error) => void): this; - addListener(event: 'listening', listener: () => void): this; - addListener(event: 'drop', listener: (data?: DropArgument) => void): this; - emit(event: string | symbol, ...args: any[]): boolean; - emit(event: 'close'): boolean; - emit(event: 'connection', socket: Socket): boolean; - emit(event: 'error', err: Error): boolean; - emit(event: 'listening'): boolean; - emit(event: 'drop', data?: DropArgument): boolean; - on(event: string, listener: (...args: any[]) => void): this; - on(event: 'close', listener: () => void): this; - on(event: 'connection', listener: (socket: Socket) => void): this; - on(event: 'error', listener: (err: Error) => void): this; - on(event: 'listening', listener: () => void): this; - on(event: 'drop', listener: (data?: DropArgument) => void): this; - once(event: string, listener: (...args: any[]) => void): this; - once(event: 'close', listener: () => void): this; - once(event: 'connection', listener: (socket: Socket) => void): this; - once(event: 'error', listener: (err: Error) => void): this; - once(event: 'listening', listener: () => void): this; - once(event: 'drop', listener: (data?: DropArgument) => void): this; - prependListener(event: string, listener: (...args: any[]) => void): this; - prependListener(event: 'close', listener: () => void): this; - prependListener(event: 'connection', listener: (socket: Socket) => void): this; - prependListener(event: 'error', listener: (err: Error) => void): this; - prependListener(event: 'listening', listener: () => void): this; - prependListener(event: 'drop', listener: (data?: DropArgument) => void): this; - prependOnceListener(event: string, listener: (...args: any[]) => void): this; - prependOnceListener(event: 'close', listener: () => void): this; - prependOnceListener(event: 'connection', listener: (socket: Socket) => void): this; - prependOnceListener(event: 'error', listener: (err: Error) => void): this; - prependOnceListener(event: 'listening', listener: () => void): this; - prependOnceListener(event: 'drop', listener: (data?: DropArgument) => void): this; - } - type IPVersion = 'ipv4' | 'ipv6'; - /** - * The `BlockList` object can be used with some network APIs to specify rules for - * disabling inbound or outbound access to specific IP addresses, IP ranges, or - * IP subnets. - * @since v15.0.0, v14.18.0 - */ - class BlockList { - /** - * Adds a rule to block the given IP address. - * @since v15.0.0, v14.18.0 - * @param address An IPv4 or IPv6 address. - * @param [type='ipv4'] Either `'ipv4'` or `'ipv6'`. - */ - addAddress(address: string, type?: IPVersion): void; - addAddress(address: SocketAddress): void; - /** - * Adds a rule to block a range of IP addresses from `start` (inclusive) to`end` (inclusive). - * @since v15.0.0, v14.18.0 - * @param start The starting IPv4 or IPv6 address in the range. - * @param end The ending IPv4 or IPv6 address in the range. - * @param [type='ipv4'] Either `'ipv4'` or `'ipv6'`. - */ - addRange(start: string, end: string, type?: IPVersion): void; - addRange(start: SocketAddress, end: SocketAddress): void; - /** - * Adds a rule to block a range of IP addresses specified as a subnet mask. - * @since v15.0.0, v14.18.0 - * @param net The network IPv4 or IPv6 address. - * @param prefix The number of CIDR prefix bits. For IPv4, this must be a value between `0` and `32`. For IPv6, this must be between `0` and `128`. - * @param [type='ipv4'] Either `'ipv4'` or `'ipv6'`. - */ - addSubnet(net: SocketAddress, prefix: number): void; - addSubnet(net: string, prefix: number, type?: IPVersion): void; - /** - * Returns `true` if the given IP address matches any of the rules added to the`BlockList`. - * - * ```js - * const blockList = new net.BlockList(); - * blockList.addAddress('123.123.123.123'); - * blockList.addRange('10.0.0.1', '10.0.0.10'); - * blockList.addSubnet('8592:757c:efae:4e45::', 64, 'ipv6'); - * - * console.log(blockList.check('123.123.123.123')); // Prints: true - * console.log(blockList.check('10.0.0.3')); // Prints: true - * console.log(blockList.check('222.111.111.222')); // Prints: false - * - * // IPv6 notation for IPv4 addresses works: - * console.log(blockList.check('::ffff:7b7b:7b7b', 'ipv6')); // Prints: true - * console.log(blockList.check('::ffff:123.123.123.123', 'ipv6')); // Prints: true - * ``` - * @since v15.0.0, v14.18.0 - * @param address The IP address to check - * @param [type='ipv4'] Either `'ipv4'` or `'ipv6'`. - */ - check(address: SocketAddress): boolean; - check(address: string, type?: IPVersion): boolean; - } - interface TcpNetConnectOpts extends TcpSocketConnectOpts, SocketConstructorOpts { - timeout?: number | undefined; - } - interface IpcNetConnectOpts extends IpcSocketConnectOpts, SocketConstructorOpts { - timeout?: number | undefined; - } - type NetConnectOpts = TcpNetConnectOpts | IpcNetConnectOpts; - /** - * Creates a new TCP or `IPC` server. - * - * If `allowHalfOpen` is set to `true`, when the other end of the socket - * signals the end of transmission, the server will only send back the end of - * transmission when `socket.end()` is explicitly called. For example, in the - * context of TCP, when a FIN packed is received, a FIN packed is sent - * back only when `socket.end()` is explicitly called. Until then the - * connection is half-closed (non-readable but still writable). See `'end'` event and [RFC 1122](https://tools.ietf.org/html/rfc1122) (section 4.2.2.13) for more information. - * - * If `pauseOnConnect` is set to `true`, then the socket associated with each - * incoming connection will be paused, and no data will be read from its handle. - * This allows connections to be passed between processes without any data being - * read by the original process. To begin reading data from a paused socket, call `socket.resume()`. - * - * The server can be a TCP server or an `IPC` server, depending on what it `listen()` to. - * - * Here is an example of a TCP echo server which listens for connections - * on port 8124: - * - * ```js - * const net = require('net'); - * const server = net.createServer((c) => { - * // 'connection' listener. - * console.log('client connected'); - * c.on('end', () => { - * console.log('client disconnected'); - * }); - * c.write('hello\r\n'); - * c.pipe(c); - * }); - * server.on('error', (err) => { - * throw err; - * }); - * server.listen(8124, () => { - * console.log('server bound'); - * }); - * ``` - * - * Test this by using `telnet`: - * - * ```console - * $ telnet localhost 8124 - * ``` - * - * To listen on the socket `/tmp/echo.sock`: - * - * ```js - * server.listen('/tmp/echo.sock', () => { - * console.log('server bound'); - * }); - * ``` - * - * Use `nc` to connect to a Unix domain socket server: - * - * ```console - * $ nc -U /tmp/echo.sock - * ``` - * @since v0.5.0 - * @param connectionListener Automatically set as a listener for the {@link 'connection'} event. - */ - function createServer(connectionListener?: (socket: Socket) => void): Server; - function createServer(options?: ServerOpts, connectionListener?: (socket: Socket) => void): Server; - /** - * Aliases to {@link createConnection}. - * - * Possible signatures: - * - * * {@link connect} - * * {@link connect} for `IPC` connections. - * * {@link connect} for TCP connections. - */ - function connect(options: NetConnectOpts, connectionListener?: () => void): Socket; - function connect(port: number, host?: string, connectionListener?: () => void): Socket; - function connect(path: string, connectionListener?: () => void): Socket; - /** - * A factory function, which creates a new {@link Socket}, - * immediately initiates connection with `socket.connect()`, - * then returns the `net.Socket` that starts the connection. - * - * When the connection is established, a `'connect'` event will be emitted - * on the returned socket. The last parameter `connectListener`, if supplied, - * will be added as a listener for the `'connect'` event **once**. - * - * Possible signatures: - * - * * {@link createConnection} - * * {@link createConnection} for `IPC` connections. - * * {@link createConnection} for TCP connections. - * - * The {@link connect} function is an alias to this function. - */ - function createConnection(options: NetConnectOpts, connectionListener?: () => void): Socket; - function createConnection(port: number, host?: string, connectionListener?: () => void): Socket; - function createConnection(path: string, connectionListener?: () => void): Socket; - /** - * Returns `6` if `input` is an IPv6 address. Returns `4` if `input` is an IPv4 - * address in [dot-decimal notation](https://en.wikipedia.org/wiki/Dot-decimal_notation) with no leading zeroes. Otherwise, returns`0`. - * - * ```js - * net.isIP('::1'); // returns 6 - * net.isIP('127.0.0.1'); // returns 4 - * net.isIP('127.000.000.001'); // returns 0 - * net.isIP('127.0.0.1/24'); // returns 0 - * net.isIP('fhqwhgads'); // returns 0 - * ``` - * @since v0.3.0 - */ - function isIP(input: string): number; - /** - * Returns `true` if `input` is an IPv4 address in [dot-decimal notation](https://en.wikipedia.org/wiki/Dot-decimal_notation) with no - * leading zeroes. Otherwise, returns `false`. - * - * ```js - * net.isIPv4('127.0.0.1'); // returns true - * net.isIPv4('127.000.000.001'); // returns false - * net.isIPv4('127.0.0.1/24'); // returns false - * net.isIPv4('fhqwhgads'); // returns false - * ``` - * @since v0.3.0 - */ - function isIPv4(input: string): boolean; - /** - * Returns `true` if `input` is an IPv6 address. Otherwise, returns `false`. - * - * ```js - * net.isIPv6('::1'); // returns true - * net.isIPv6('fhqwhgads'); // returns false - * ``` - * @since v0.3.0 - */ - function isIPv6(input: string): boolean; - interface SocketAddressInitOptions { - /** - * The network address as either an IPv4 or IPv6 string. - * @default 127.0.0.1 - */ - address?: string | undefined; - /** - * @default `'ipv4'` - */ - family?: IPVersion | undefined; - /** - * An IPv6 flow-label used only if `family` is `'ipv6'`. - * @default 0 - */ - flowlabel?: number | undefined; - /** - * An IP port. - * @default 0 - */ - port?: number | undefined; - } - /** - * @since v15.14.0, v14.18.0 - */ - class SocketAddress { - constructor(options: SocketAddressInitOptions); - /** - * @since v15.14.0, v14.18.0 - */ - readonly address: string; - /** - * Either \`'ipv4'\` or \`'ipv6'\`. - * @since v15.14.0, v14.18.0 - */ - readonly family: IPVersion; - /** - * @since v15.14.0, v14.18.0 - */ - readonly port: number; - /** - * @since v15.14.0, v14.18.0 - */ - readonly flowlabel: number; - } -} -declare module 'node:net' { - export * from 'net'; -} diff --git a/software/flow/node_modules/@types/node/ts4.8/os.d.ts b/software/flow/node_modules/@types/node/ts4.8/os.d.ts deleted file mode 100755 index 3c55599..0000000 --- a/software/flow/node_modules/@types/node/ts4.8/os.d.ts +++ /dev/null @@ -1,466 +0,0 @@ -/** - * The `os` module provides operating system-related utility methods and - * properties. It can be accessed using: - * - * ```js - * const os = require('os'); - * ``` - * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/os.js) - */ -declare module 'os' { - interface CpuInfo { - model: string; - speed: number; - times: { - user: number; - nice: number; - sys: number; - idle: number; - irq: number; - }; - } - interface NetworkInterfaceBase { - address: string; - netmask: string; - mac: string; - internal: boolean; - cidr: string | null; - } - interface NetworkInterfaceInfoIPv4 extends NetworkInterfaceBase { - family: 'IPv4'; - scopeid?: undefined; - } - interface NetworkInterfaceInfoIPv6 extends NetworkInterfaceBase { - family: 'IPv6'; - scopeid: number; - } - interface UserInfo<T> { - username: T; - uid: number; - gid: number; - shell: T; - homedir: T; - } - type NetworkInterfaceInfo = NetworkInterfaceInfoIPv4 | NetworkInterfaceInfoIPv6; - /** - * Returns the host name of the operating system as a string. - * @since v0.3.3 - */ - function hostname(): string; - /** - * Returns an array containing the 1, 5, and 15 minute load averages. - * - * The load average is a measure of system activity calculated by the operating - * system and expressed as a fractional number. - * - * The load average is a Unix-specific concept. On Windows, the return value is - * always `[0, 0, 0]`. - * @since v0.3.3 - */ - function loadavg(): number[]; - /** - * Returns the system uptime in number of seconds. - * @since v0.3.3 - */ - function uptime(): number; - /** - * Returns the amount of free system memory in bytes as an integer. - * @since v0.3.3 - */ - function freemem(): number; - /** - * Returns the total amount of system memory in bytes as an integer. - * @since v0.3.3 - */ - function totalmem(): number; - /** - * Returns an array of objects containing information about each logical CPU core. - * - * The properties included on each object include: - * - * ```js - * [ - * { - * model: 'Intel(R) Core(TM) i7 CPU 860 @ 2.80GHz', - * speed: 2926, - * times: { - * user: 252020, - * nice: 0, - * sys: 30340, - * idle: 1070356870, - * irq: 0 - * } - * }, - * { - * model: 'Intel(R) Core(TM) i7 CPU 860 @ 2.80GHz', - * speed: 2926, - * times: { - * user: 306960, - * nice: 0, - * sys: 26980, - * idle: 1071569080, - * irq: 0 - * } - * }, - * { - * model: 'Intel(R) Core(TM) i7 CPU 860 @ 2.80GHz', - * speed: 2926, - * times: { - * user: 248450, - * nice: 0, - * sys: 21750, - * idle: 1070919370, - * irq: 0 - * } - * }, - * { - * model: 'Intel(R) Core(TM) i7 CPU 860 @ 2.80GHz', - * speed: 2926, - * times: { - * user: 256880, - * nice: 0, - * sys: 19430, - * idle: 1070905480, - * irq: 20 - * } - * }, - * ] - * ``` - * - * `nice` values are POSIX-only. On Windows, the `nice` values of all processors - * are always 0. - * @since v0.3.3 - */ - function cpus(): CpuInfo[]; - /** - * Returns the operating system name as returned by [`uname(3)`](https://linux.die.net/man/3/uname). For example, it - * returns `'Linux'` on Linux, `'Darwin'` on macOS, and `'Windows_NT'` on Windows. - * - * See [https://en.wikipedia.org/wiki/Uname#Examples](https://en.wikipedia.org/wiki/Uname#Examples) for additional information - * about the output of running [`uname(3)`](https://linux.die.net/man/3/uname) on various operating systems. - * @since v0.3.3 - */ - function type(): string; - /** - * Returns the operating system as a string. - * - * On POSIX systems, the operating system release is determined by calling [`uname(3)`](https://linux.die.net/man/3/uname). On Windows, `GetVersionExW()` is used. See - * [https://en.wikipedia.org/wiki/Uname#Examples](https://en.wikipedia.org/wiki/Uname#Examples) for more information. - * @since v0.3.3 - */ - function release(): string; - /** - * Returns an object containing network interfaces that have been assigned a - * network address. - * - * Each key on the returned object identifies a network interface. The associated - * value is an array of objects that each describe an assigned network address. - * - * The properties available on the assigned network address object include: - * - * ```js - * { - * lo: [ - * { - * address: '127.0.0.1', - * netmask: '255.0.0.0', - * family: 'IPv4', - * mac: '00:00:00:00:00:00', - * internal: true, - * cidr: '127.0.0.1/8' - * }, - * { - * address: '::1', - * netmask: 'ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff', - * family: 'IPv6', - * mac: '00:00:00:00:00:00', - * scopeid: 0, - * internal: true, - * cidr: '::1/128' - * } - * ], - * eth0: [ - * { - * address: '192.168.1.108', - * netmask: '255.255.255.0', - * family: 'IPv4', - * mac: '01:02:03:0a:0b:0c', - * internal: false, - * cidr: '192.168.1.108/24' - * }, - * { - * address: 'fe80::a00:27ff:fe4e:66a1', - * netmask: 'ffff:ffff:ffff:ffff::', - * family: 'IPv6', - * mac: '01:02:03:0a:0b:0c', - * scopeid: 1, - * internal: false, - * cidr: 'fe80::a00:27ff:fe4e:66a1/64' - * } - * ] - * } - * ``` - * @since v0.6.0 - */ - function networkInterfaces(): NodeJS.Dict<NetworkInterfaceInfo[]>; - /** - * Returns the string path of the current user's home directory. - * - * On POSIX, it uses the `$HOME` environment variable if defined. Otherwise it - * uses the [effective UID](https://en.wikipedia.org/wiki/User_identifier#Effective_user_ID) to look up the user's home directory. - * - * On Windows, it uses the `USERPROFILE` environment variable if defined. - * Otherwise it uses the path to the profile directory of the current user. - * @since v2.3.0 - */ - function homedir(): string; - /** - * Returns information about the currently effective user. On POSIX platforms, - * this is typically a subset of the password file. The returned object includes - * the `username`, `uid`, `gid`, `shell`, and `homedir`. On Windows, the `uid` and`gid` fields are `-1`, and `shell` is `null`. - * - * The value of `homedir` returned by `os.userInfo()` is provided by the operating - * system. This differs from the result of `os.homedir()`, which queries - * environment variables for the home directory before falling back to the - * operating system response. - * - * Throws a `SystemError` if a user has no `username` or `homedir`. - * @since v6.0.0 - */ - function userInfo(options: { encoding: 'buffer' }): UserInfo<Buffer>; - function userInfo(options?: { encoding: BufferEncoding }): UserInfo<string>; - type SignalConstants = { - [key in NodeJS.Signals]: number; - }; - namespace constants { - const UV_UDP_REUSEADDR: number; - namespace signals {} - const signals: SignalConstants; - namespace errno { - const E2BIG: number; - const EACCES: number; - const EADDRINUSE: number; - const EADDRNOTAVAIL: number; - const EAFNOSUPPORT: number; - const EAGAIN: number; - const EALREADY: number; - const EBADF: number; - const EBADMSG: number; - const EBUSY: number; - const ECANCELED: number; - const ECHILD: number; - const ECONNABORTED: number; - const ECONNREFUSED: number; - const ECONNRESET: number; - const EDEADLK: number; - const EDESTADDRREQ: number; - const EDOM: number; - const EDQUOT: number; - const EEXIST: number; - const EFAULT: number; - const EFBIG: number; - const EHOSTUNREACH: number; - const EIDRM: number; - const EILSEQ: number; - const EINPROGRESS: number; - const EINTR: number; - const EINVAL: number; - const EIO: number; - const EISCONN: number; - const EISDIR: number; - const ELOOP: number; - const EMFILE: number; - const EMLINK: number; - const EMSGSIZE: number; - const EMULTIHOP: number; - const ENAMETOOLONG: number; - const ENETDOWN: number; - const ENETRESET: number; - const ENETUNREACH: number; - const ENFILE: number; - const ENOBUFS: number; - const ENODATA: number; - const ENODEV: number; - const ENOENT: number; - const ENOEXEC: number; - const ENOLCK: number; - const ENOLINK: number; - const ENOMEM: number; - const ENOMSG: number; - const ENOPROTOOPT: number; - const ENOSPC: number; - const ENOSR: number; - const ENOSTR: number; - const ENOSYS: number; - const ENOTCONN: number; - const ENOTDIR: number; - const ENOTEMPTY: number; - const ENOTSOCK: number; - const ENOTSUP: number; - const ENOTTY: number; - const ENXIO: number; - const EOPNOTSUPP: number; - const EOVERFLOW: number; - const EPERM: number; - const EPIPE: number; - const EPROTO: number; - const EPROTONOSUPPORT: number; - const EPROTOTYPE: number; - const ERANGE: number; - const EROFS: number; - const ESPIPE: number; - const ESRCH: number; - const ESTALE: number; - const ETIME: number; - const ETIMEDOUT: number; - const ETXTBSY: number; - const EWOULDBLOCK: number; - const EXDEV: number; - const WSAEINTR: number; - const WSAEBADF: number; - const WSAEACCES: number; - const WSAEFAULT: number; - const WSAEINVAL: number; - const WSAEMFILE: number; - const WSAEWOULDBLOCK: number; - const WSAEINPROGRESS: number; - const WSAEALREADY: number; - const WSAENOTSOCK: number; - const WSAEDESTADDRREQ: number; - const WSAEMSGSIZE: number; - const WSAEPROTOTYPE: number; - const WSAENOPROTOOPT: number; - const WSAEPROTONOSUPPORT: number; - const WSAESOCKTNOSUPPORT: number; - const WSAEOPNOTSUPP: number; - const WSAEPFNOSUPPORT: number; - const WSAEAFNOSUPPORT: number; - const WSAEADDRINUSE: number; - const WSAEADDRNOTAVAIL: number; - const WSAENETDOWN: number; - const WSAENETUNREACH: number; - const WSAENETRESET: number; - const WSAECONNABORTED: number; - const WSAECONNRESET: number; - const WSAENOBUFS: number; - const WSAEISCONN: number; - const WSAENOTCONN: number; - const WSAESHUTDOWN: number; - const WSAETOOMANYREFS: number; - const WSAETIMEDOUT: number; - const WSAECONNREFUSED: number; - const WSAELOOP: number; - const WSAENAMETOOLONG: number; - const WSAEHOSTDOWN: number; - const WSAEHOSTUNREACH: number; - const WSAENOTEMPTY: number; - const WSAEPROCLIM: number; - const WSAEUSERS: number; - const WSAEDQUOT: number; - const WSAESTALE: number; - const WSAEREMOTE: number; - const WSASYSNOTREADY: number; - const WSAVERNOTSUPPORTED: number; - const WSANOTINITIALISED: number; - const WSAEDISCON: number; - const WSAENOMORE: number; - const WSAECANCELLED: number; - const WSAEINVALIDPROCTABLE: number; - const WSAEINVALIDPROVIDER: number; - const WSAEPROVIDERFAILEDINIT: number; - const WSASYSCALLFAILURE: number; - const WSASERVICE_NOT_FOUND: number; - const WSATYPE_NOT_FOUND: number; - const WSA_E_NO_MORE: number; - const WSA_E_CANCELLED: number; - const WSAEREFUSED: number; - } - namespace priority { - const PRIORITY_LOW: number; - const PRIORITY_BELOW_NORMAL: number; - const PRIORITY_NORMAL: number; - const PRIORITY_ABOVE_NORMAL: number; - const PRIORITY_HIGH: number; - const PRIORITY_HIGHEST: number; - } - } - const devNull: string; - const EOL: string; - /** - * Returns the operating system CPU architecture for which the Node.js binary was - * compiled. Possible values are `'arm'`, `'arm64'`, `'ia32'`, `'mips'`,`'mipsel'`, `'ppc'`, `'ppc64'`, `'s390'`, `'s390x'`, and `'x64'`. - * - * The return value is equivalent to `process.arch`. - * @since v0.5.0 - */ - function arch(): string; - /** - * Returns a string identifying the kernel version. - * - * On POSIX systems, the operating system release is determined by calling [`uname(3)`](https://linux.die.net/man/3/uname). On Windows, `RtlGetVersion()` is used, and if it is not - * available, `GetVersionExW()` will be used. See [https://en.wikipedia.org/wiki/Uname#Examples](https://en.wikipedia.org/wiki/Uname#Examples) for more information. - * @since v13.11.0, v12.17.0 - */ - function version(): string; - /** - * Returns a string identifying the operating system platform for which - * the Node.js binary was compiled. The value is set at compile time. - * Possible values are `'aix'`, `'darwin'`, `'freebsd'`,`'linux'`,`'openbsd'`, `'sunos'`, and `'win32'`. - * - * The return value is equivalent to `process.platform`. - * - * The value `'android'` may also be returned if Node.js is built on the Android - * operating system. [Android support is experimental](https://github.com/nodejs/node/blob/HEAD/BUILDING.md#androidandroid-based-devices-eg-firefox-os). - * @since v0.5.0 - */ - function platform(): NodeJS.Platform; - /** - * Returns the machine type as a string, such as arm, aarch64, mips, mips64, ppc64, ppc64le, s390, s390x, i386, i686, x86_64. - * - * On POSIX systems, the machine type is determined by calling [`uname(3)`](https://linux.die.net/man/3/uname). - * On Windows, `RtlGetVersion()` is used, and if it is not available, `GetVersionExW()` will be used. - * See [https://en.wikipedia.org/wiki/Uname#Examples](https://en.wikipedia.org/wiki/Uname#Examples) for more information. - * @since v18.9.0 - */ - function machine(): string; - /** - * Returns the operating system's default directory for temporary files as a - * string. - * @since v0.9.9 - */ - function tmpdir(): string; - /** - * Returns a string identifying the endianness of the CPU for which the Node.js - * binary was compiled. - * - * Possible values are `'BE'` for big endian and `'LE'` for little endian. - * @since v0.9.4 - */ - function endianness(): 'BE' | 'LE'; - /** - * Returns the scheduling priority for the process specified by `pid`. If `pid` is - * not provided or is `0`, the priority of the current process is returned. - * @since v10.10.0 - * @param [pid=0] The process ID to retrieve scheduling priority for. - */ - function getPriority(pid?: number): number; - /** - * Attempts to set the scheduling priority for the process specified by `pid`. If`pid` is not provided or is `0`, the process ID of the current process is used. - * - * The `priority` input must be an integer between `-20` (high priority) and `19`(low priority). Due to differences between Unix priority levels and Windows - * priority classes, `priority` is mapped to one of six priority constants in`os.constants.priority`. When retrieving a process priority level, this range - * mapping may cause the return value to be slightly different on Windows. To avoid - * confusion, set `priority` to one of the priority constants. - * - * On Windows, setting priority to `PRIORITY_HIGHEST` requires elevated user - * privileges. Otherwise the set priority will be silently reduced to`PRIORITY_HIGH`. - * @since v10.10.0 - * @param [pid=0] The process ID to set scheduling priority for. - * @param priority The scheduling priority to assign to the process. - */ - function setPriority(priority: number): void; - function setPriority(pid: number, priority: number): void; -} -declare module 'node:os' { - export * from 'os'; -} diff --git a/software/flow/node_modules/@types/node/ts4.8/path.d.ts b/software/flow/node_modules/@types/node/ts4.8/path.d.ts deleted file mode 100755 index 1d33f79..0000000 --- a/software/flow/node_modules/@types/node/ts4.8/path.d.ts +++ /dev/null @@ -1,191 +0,0 @@ -declare module 'path/posix' { - import path = require('path'); - export = path; -} -declare module 'path/win32' { - import path = require('path'); - export = path; -} -/** - * The `path` module provides utilities for working with file and directory paths. - * It can be accessed using: - * - * ```js - * const path = require('path'); - * ``` - * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/path.js) - */ -declare module 'path' { - namespace path { - /** - * A parsed path object generated by path.parse() or consumed by path.format(). - */ - interface ParsedPath { - /** - * The root of the path such as '/' or 'c:\' - */ - root: string; - /** - * The full directory path such as '/home/user/dir' or 'c:\path\dir' - */ - dir: string; - /** - * The file name including extension (if any) such as 'index.html' - */ - base: string; - /** - * The file extension (if any) such as '.html' - */ - ext: string; - /** - * The file name without extension (if any) such as 'index' - */ - name: string; - } - interface FormatInputPathObject { - /** - * The root of the path such as '/' or 'c:\' - */ - root?: string | undefined; - /** - * The full directory path such as '/home/user/dir' or 'c:\path\dir' - */ - dir?: string | undefined; - /** - * The file name including extension (if any) such as 'index.html' - */ - base?: string | undefined; - /** - * The file extension (if any) such as '.html' - */ - ext?: string | undefined; - /** - * The file name without extension (if any) such as 'index' - */ - name?: string | undefined; - } - interface PlatformPath { - /** - * Normalize a string path, reducing '..' and '.' parts. - * When multiple slashes are found, they're replaced by a single one; when the path contains a trailing slash, it is preserved. On Windows backslashes are used. - * - * @param path string path to normalize. - * @throws {TypeError} if `path` is not a string. - */ - normalize(path: string): string; - /** - * Join all arguments together and normalize the resulting path. - * - * @param paths paths to join. - * @throws {TypeError} if any of the path segments is not a string. - */ - join(...paths: string[]): string; - /** - * The right-most parameter is considered {to}. Other parameters are considered an array of {from}. - * - * Starting from leftmost {from} parameter, resolves {to} to an absolute path. - * - * If {to} isn't already absolute, {from} arguments are prepended in right to left order, - * until an absolute path is found. If after using all {from} paths still no absolute path is found, - * the current working directory is used as well. The resulting path is normalized, - * and trailing slashes are removed unless the path gets resolved to the root directory. - * - * @param paths A sequence of paths or path segments. - * @throws {TypeError} if any of the arguments is not a string. - */ - resolve(...paths: string[]): string; - /** - * Determines whether {path} is an absolute path. An absolute path will always resolve to the same location, regardless of the working directory. - * - * If the given {path} is a zero-length string, `false` will be returned. - * - * @param path path to test. - * @throws {TypeError} if `path` is not a string. - */ - isAbsolute(path: string): boolean; - /** - * Solve the relative path from {from} to {to} based on the current working directory. - * At times we have two absolute paths, and we need to derive the relative path from one to the other. This is actually the reverse transform of path.resolve. - * - * @throws {TypeError} if either `from` or `to` is not a string. - */ - relative(from: string, to: string): string; - /** - * Return the directory name of a path. Similar to the Unix dirname command. - * - * @param path the path to evaluate. - * @throws {TypeError} if `path` is not a string. - */ - dirname(path: string): string; - /** - * Return the last portion of a path. Similar to the Unix basename command. - * Often used to extract the file name from a fully qualified path. - * - * @param path the path to evaluate. - * @param suffix optionally, an extension to remove from the result. - * @throws {TypeError} if `path` is not a string or if `ext` is given and is not a string. - */ - basename(path: string, suffix?: string): string; - /** - * Return the extension of the path, from the last '.' to end of string in the last portion of the path. - * If there is no '.' in the last portion of the path or the first character of it is '.', then it returns an empty string. - * - * @param path the path to evaluate. - * @throws {TypeError} if `path` is not a string. - */ - extname(path: string): string; - /** - * The platform-specific file separator. '\\' or '/'. - */ - readonly sep: '\\' | '/'; - /** - * The platform-specific file delimiter. ';' or ':'. - */ - readonly delimiter: ';' | ':'; - /** - * Returns an object from a path string - the opposite of format(). - * - * @param path path to evaluate. - * @throws {TypeError} if `path` is not a string. - */ - parse(path: string): ParsedPath; - /** - * Returns a path string from an object - the opposite of parse(). - * - * @param pathObject path to evaluate. - */ - format(pathObject: FormatInputPathObject): string; - /** - * On Windows systems only, returns an equivalent namespace-prefixed path for the given path. - * If path is not a string, path will be returned without modifications. - * This method is meaningful only on Windows system. - * On POSIX systems, the method is non-operational and always returns path without modifications. - */ - toNamespacedPath(path: string): string; - /** - * Posix specific pathing. - * Same as parent object on posix. - */ - readonly posix: PlatformPath; - /** - * Windows specific pathing. - * Same as parent object on windows - */ - readonly win32: PlatformPath; - } - } - const path: path.PlatformPath; - export = path; -} -declare module 'node:path' { - import path = require('path'); - export = path; -} -declare module 'node:path/posix' { - import path = require('path/posix'); - export = path; -} -declare module 'node:path/win32' { - import path = require('path/win32'); - export = path; -} diff --git a/software/flow/node_modules/@types/node/ts4.8/perf_hooks.d.ts b/software/flow/node_modules/@types/node/ts4.8/perf_hooks.d.ts deleted file mode 100755 index 5c0b228..0000000 --- a/software/flow/node_modules/@types/node/ts4.8/perf_hooks.d.ts +++ /dev/null @@ -1,625 +0,0 @@ -/** - * This module provides an implementation of a subset of the W3C [Web Performance APIs](https://w3c.github.io/perf-timing-primer/) as well as additional APIs for - * Node.js-specific performance measurements. - * - * Node.js supports the following [Web Performance APIs](https://w3c.github.io/perf-timing-primer/): - * - * * [High Resolution Time](https://www.w3.org/TR/hr-time-2) - * * [Performance Timeline](https://w3c.github.io/performance-timeline/) - * * [User Timing](https://www.w3.org/TR/user-timing/) - * - * ```js - * const { PerformanceObserver, performance } = require('perf_hooks'); - * - * const obs = new PerformanceObserver((items) => { - * console.log(items.getEntries()[0].duration); - * performance.clearMarks(); - * }); - * obs.observe({ type: 'measure' }); - * performance.measure('Start to Now'); - * - * performance.mark('A'); - * doSomeLongRunningProcess(() => { - * performance.measure('A to Now', 'A'); - * - * performance.mark('B'); - * performance.measure('A to B', 'A', 'B'); - * }); - * ``` - * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/perf_hooks.js) - */ -declare module 'perf_hooks' { - import { AsyncResource } from 'node:async_hooks'; - type EntryType = 'node' | 'mark' | 'measure' | 'gc' | 'function' | 'http2' | 'http'; - interface NodeGCPerformanceDetail { - /** - * When `performanceEntry.entryType` is equal to 'gc', `the performance.kind` property identifies - * the type of garbage collection operation that occurred. - * See perf_hooks.constants for valid values. - */ - readonly kind?: number | undefined; - /** - * When `performanceEntry.entryType` is equal to 'gc', the `performance.flags` - * property contains additional information about garbage collection operation. - * See perf_hooks.constants for valid values. - */ - readonly flags?: number | undefined; - } - /** - * @since v8.5.0 - */ - class PerformanceEntry { - protected constructor(); - /** - * The total number of milliseconds elapsed for this entry. This value will not - * be meaningful for all Performance Entry types. - * @since v8.5.0 - */ - readonly duration: number; - /** - * The name of the performance entry. - * @since v8.5.0 - */ - readonly name: string; - /** - * The high resolution millisecond timestamp marking the starting time of the - * Performance Entry. - * @since v8.5.0 - */ - readonly startTime: number; - /** - * The type of the performance entry. It may be one of: - * - * * `'node'` (Node.js only) - * * `'mark'` (available on the Web) - * * `'measure'` (available on the Web) - * * `'gc'` (Node.js only) - * * `'function'` (Node.js only) - * * `'http2'` (Node.js only) - * * `'http'` (Node.js only) - * @since v8.5.0 - */ - readonly entryType: EntryType; - /** - * Additional detail specific to the `entryType`. - * @since v16.0.0 - */ - readonly detail?: NodeGCPerformanceDetail | unknown | undefined; // TODO: Narrow this based on entry type. - toJSON(): any; - } - class PerformanceMark extends PerformanceEntry { - readonly duration: 0; - readonly entryType: 'mark'; - } - class PerformanceMeasure extends PerformanceEntry { - readonly entryType: 'measure'; - } - /** - * _This property is an extension by Node.js. It is not available in Web browsers._ - * - * Provides timing details for Node.js itself. The constructor of this class - * is not exposed to users. - * @since v8.5.0 - */ - class PerformanceNodeTiming extends PerformanceEntry { - /** - * The high resolution millisecond timestamp at which the Node.js process - * completed bootstrapping. If bootstrapping has not yet finished, the property - * has the value of -1. - * @since v8.5.0 - */ - readonly bootstrapComplete: number; - /** - * The high resolution millisecond timestamp at which the Node.js environment was - * initialized. - * @since v8.5.0 - */ - readonly environment: number; - /** - * The high resolution millisecond timestamp of the amount of time the event loop - * has been idle within the event loop's event provider (e.g. `epoll_wait`). This - * does not take CPU usage into consideration. If the event loop has not yet - * started (e.g., in the first tick of the main script), the property has the - * value of 0. - * @since v14.10.0, v12.19.0 - */ - readonly idleTime: number; - /** - * The high resolution millisecond timestamp at which the Node.js event loop - * exited. If the event loop has not yet exited, the property has the value of -1\. - * It can only have a value of not -1 in a handler of the `'exit'` event. - * @since v8.5.0 - */ - readonly loopExit: number; - /** - * The high resolution millisecond timestamp at which the Node.js event loop - * started. If the event loop has not yet started (e.g., in the first tick of the - * main script), the property has the value of -1. - * @since v8.5.0 - */ - readonly loopStart: number; - /** - * The high resolution millisecond timestamp at which the V8 platform was - * initialized. - * @since v8.5.0 - */ - readonly v8Start: number; - } - interface EventLoopUtilization { - idle: number; - active: number; - utilization: number; - } - /** - * @param util1 The result of a previous call to eventLoopUtilization() - * @param util2 The result of a previous call to eventLoopUtilization() prior to util1 - */ - type EventLoopUtilityFunction = (util1?: EventLoopUtilization, util2?: EventLoopUtilization) => EventLoopUtilization; - interface MarkOptions { - /** - * Additional optional detail to include with the mark. - */ - detail?: unknown | undefined; - /** - * An optional timestamp to be used as the mark time. - * @default `performance.now()`. - */ - startTime?: number | undefined; - } - interface MeasureOptions { - /** - * Additional optional detail to include with the mark. - */ - detail?: unknown | undefined; - /** - * Duration between start and end times. - */ - duration?: number | undefined; - /** - * Timestamp to be used as the end time, or a string identifying a previously recorded mark. - */ - end?: number | string | undefined; - /** - * Timestamp to be used as the start time, or a string identifying a previously recorded mark. - */ - start?: number | string | undefined; - } - interface TimerifyOptions { - /** - * A histogram object created using - * `perf_hooks.createHistogram()` that will record runtime durations in - * nanoseconds. - */ - histogram?: RecordableHistogram | undefined; - } - interface Performance { - /** - * If name is not provided, removes all PerformanceMark objects from the Performance Timeline. - * If name is provided, removes only the named mark. - * @param name - */ - clearMarks(name?: string): void; - /** - * If name is not provided, removes all PerformanceMeasure objects from the Performance Timeline. - * If name is provided, removes only the named measure. - * @param name - * @since v16.7.0 - */ - clearMeasures(name?: string): void; - /** - * Returns a list of `PerformanceEntry` objects in chronological order with respect to `performanceEntry.startTime`. - * If you are only interested in performance entries of certain types or that have certain names, see - * `performance.getEntriesByType()` and `performance.getEntriesByName()`. - * @since v16.7.0 - */ - getEntries(): PerformanceEntry[]; - /** - * Returns a list of `PerformanceEntry` objects in chronological order with respect to `performanceEntry.startTime` - * whose `performanceEntry.name` is equal to `name`, and optionally, whose `performanceEntry.entryType` is equal to `type`. - * @param name - * @param type - * @since v16.7.0 - */ - getEntriesByName(name: string, type?: EntryType): PerformanceEntry[]; - /** - * Returns a list of `PerformanceEntry` objects in chronological order with respect to `performanceEntry.startTime` - * whose `performanceEntry.entryType` is equal to `type`. - * @param type - * @since v16.7.0 - */ - getEntriesByType(type: EntryType): PerformanceEntry[]; - /** - * Creates a new PerformanceMark entry in the Performance Timeline. - * A PerformanceMark is a subclass of PerformanceEntry whose performanceEntry.entryType is always 'mark', - * and whose performanceEntry.duration is always 0. - * Performance marks are used to mark specific significant moments in the Performance Timeline. - * @param name - * @return The PerformanceMark entry that was created - */ - mark(name?: string, options?: MarkOptions): PerformanceMark; - /** - * Creates a new PerformanceMeasure entry in the Performance Timeline. - * A PerformanceMeasure is a subclass of PerformanceEntry whose performanceEntry.entryType is always 'measure', - * and whose performanceEntry.duration measures the number of milliseconds elapsed since startMark and endMark. - * - * The startMark argument may identify any existing PerformanceMark in the the Performance Timeline, or may identify - * any of the timestamp properties provided by the PerformanceNodeTiming class. If the named startMark does not exist, - * then startMark is set to timeOrigin by default. - * - * The endMark argument must identify any existing PerformanceMark in the the Performance Timeline or any of the timestamp - * properties provided by the PerformanceNodeTiming class. If the named endMark does not exist, an error will be thrown. - * @param name - * @param startMark - * @param endMark - * @return The PerformanceMeasure entry that was created - */ - measure(name: string, startMark?: string, endMark?: string): PerformanceMeasure; - measure(name: string, options: MeasureOptions): PerformanceMeasure; - /** - * An instance of the PerformanceNodeTiming class that provides performance metrics for specific Node.js operational milestones. - */ - readonly nodeTiming: PerformanceNodeTiming; - /** - * @return the current high resolution millisecond timestamp - */ - now(): number; - /** - * The timeOrigin specifies the high resolution millisecond timestamp from which all performance metric durations are measured. - */ - readonly timeOrigin: number; - /** - * Wraps a function within a new function that measures the running time of the wrapped function. - * A PerformanceObserver must be subscribed to the 'function' event type in order for the timing details to be accessed. - * @param fn - */ - timerify<T extends (...params: any[]) => any>(fn: T, options?: TimerifyOptions): T; - /** - * eventLoopUtilization is similar to CPU utilization except that it is calculated using high precision wall-clock time. - * It represents the percentage of time the event loop has spent outside the event loop's event provider (e.g. epoll_wait). - * No other CPU idle time is taken into consideration. - */ - eventLoopUtilization: EventLoopUtilityFunction; - } - interface PerformanceObserverEntryList { - /** - * Returns a list of `PerformanceEntry` objects in chronological order - * with respect to `performanceEntry.startTime`. - * - * ```js - * const { - * performance, - * PerformanceObserver - * } = require('perf_hooks'); - * - * const obs = new PerformanceObserver((perfObserverList, observer) => { - * console.log(perfObserverList.getEntries()); - * - * * [ - * * PerformanceEntry { - * * name: 'test', - * * entryType: 'mark', - * * startTime: 81.465639, - * * duration: 0 - * * }, - * * PerformanceEntry { - * * name: 'meow', - * * entryType: 'mark', - * * startTime: 81.860064, - * * duration: 0 - * * } - * * ] - * - * - * performance.clearMarks(); - * performance.clearMeasures(); - * observer.disconnect(); - * }); - * obs.observe({ type: 'mark' }); - * - * performance.mark('test'); - * performance.mark('meow'); - * ``` - * @since v8.5.0 - */ - getEntries(): PerformanceEntry[]; - /** - * Returns a list of `PerformanceEntry` objects in chronological order - * with respect to `performanceEntry.startTime` whose `performanceEntry.name` is - * equal to `name`, and optionally, whose `performanceEntry.entryType` is equal to`type`. - * - * ```js - * const { - * performance, - * PerformanceObserver - * } = require('perf_hooks'); - * - * const obs = new PerformanceObserver((perfObserverList, observer) => { - * console.log(perfObserverList.getEntriesByName('meow')); - * - * * [ - * * PerformanceEntry { - * * name: 'meow', - * * entryType: 'mark', - * * startTime: 98.545991, - * * duration: 0 - * * } - * * ] - * - * console.log(perfObserverList.getEntriesByName('nope')); // [] - * - * console.log(perfObserverList.getEntriesByName('test', 'mark')); - * - * * [ - * * PerformanceEntry { - * * name: 'test', - * * entryType: 'mark', - * * startTime: 63.518931, - * * duration: 0 - * * } - * * ] - * - * console.log(perfObserverList.getEntriesByName('test', 'measure')); // [] - * - * performance.clearMarks(); - * performance.clearMeasures(); - * observer.disconnect(); - * }); - * obs.observe({ entryTypes: ['mark', 'measure'] }); - * - * performance.mark('test'); - * performance.mark('meow'); - * ``` - * @since v8.5.0 - */ - getEntriesByName(name: string, type?: EntryType): PerformanceEntry[]; - /** - * Returns a list of `PerformanceEntry` objects in chronological order - * with respect to `performanceEntry.startTime` whose `performanceEntry.entryType`is equal to `type`. - * - * ```js - * const { - * performance, - * PerformanceObserver - * } = require('perf_hooks'); - * - * const obs = new PerformanceObserver((perfObserverList, observer) => { - * console.log(perfObserverList.getEntriesByType('mark')); - * - * * [ - * * PerformanceEntry { - * * name: 'test', - * * entryType: 'mark', - * * startTime: 55.897834, - * * duration: 0 - * * }, - * * PerformanceEntry { - * * name: 'meow', - * * entryType: 'mark', - * * startTime: 56.350146, - * * duration: 0 - * * } - * * ] - * - * performance.clearMarks(); - * performance.clearMeasures(); - * observer.disconnect(); - * }); - * obs.observe({ type: 'mark' }); - * - * performance.mark('test'); - * performance.mark('meow'); - * ``` - * @since v8.5.0 - */ - getEntriesByType(type: EntryType): PerformanceEntry[]; - } - type PerformanceObserverCallback = (list: PerformanceObserverEntryList, observer: PerformanceObserver) => void; - class PerformanceObserver extends AsyncResource { - constructor(callback: PerformanceObserverCallback); - /** - * Disconnects the `PerformanceObserver` instance from all notifications. - * @since v8.5.0 - */ - disconnect(): void; - /** - * Subscribes the `PerformanceObserver` instance to notifications of new `PerformanceEntry` instances identified either by `options.entryTypes`or `options.type`: - * - * ```js - * const { - * performance, - * PerformanceObserver - * } = require('perf_hooks'); - * - * const obs = new PerformanceObserver((list, observer) => { - * // Called once asynchronously. `list` contains three items. - * }); - * obs.observe({ type: 'mark' }); - * - * for (let n = 0; n < 3; n++) - * performance.mark(`test${n}`); - * ``` - * @since v8.5.0 - */ - observe( - options: - | { - entryTypes: ReadonlyArray<EntryType>; - buffered?: boolean | undefined; - } - | { - type: EntryType; - buffered?: boolean | undefined; - } - ): void; - } - namespace constants { - const NODE_PERFORMANCE_GC_MAJOR: number; - const NODE_PERFORMANCE_GC_MINOR: number; - const NODE_PERFORMANCE_GC_INCREMENTAL: number; - const NODE_PERFORMANCE_GC_WEAKCB: number; - const NODE_PERFORMANCE_GC_FLAGS_NO: number; - const NODE_PERFORMANCE_GC_FLAGS_CONSTRUCT_RETAINED: number; - const NODE_PERFORMANCE_GC_FLAGS_FORCED: number; - const NODE_PERFORMANCE_GC_FLAGS_SYNCHRONOUS_PHANTOM_PROCESSING: number; - const NODE_PERFORMANCE_GC_FLAGS_ALL_AVAILABLE_GARBAGE: number; - const NODE_PERFORMANCE_GC_FLAGS_ALL_EXTERNAL_MEMORY: number; - const NODE_PERFORMANCE_GC_FLAGS_SCHEDULE_IDLE: number; - } - const performance: Performance; - interface EventLoopMonitorOptions { - /** - * The sampling rate in milliseconds. - * Must be greater than zero. - * @default 10 - */ - resolution?: number | undefined; - } - interface Histogram { - /** - * Returns a `Map` object detailing the accumulated percentile distribution. - * @since v11.10.0 - */ - readonly percentiles: Map<number, number>; - /** - * The number of times the event loop delay exceeded the maximum 1 hour event - * loop delay threshold. - * @since v11.10.0 - */ - readonly exceeds: number; - /** - * The minimum recorded event loop delay. - * @since v11.10.0 - */ - readonly min: number; - /** - * The maximum recorded event loop delay. - * @since v11.10.0 - */ - readonly max: number; - /** - * The mean of the recorded event loop delays. - * @since v11.10.0 - */ - readonly mean: number; - /** - * The standard deviation of the recorded event loop delays. - * @since v11.10.0 - */ - readonly stddev: number; - /** - * Resets the collected histogram data. - * @since v11.10.0 - */ - reset(): void; - /** - * Returns the value at the given percentile. - * @since v11.10.0 - * @param percentile A percentile value in the range (0, 100]. - */ - percentile(percentile: number): number; - } - interface IntervalHistogram extends Histogram { - /** - * Enables the update interval timer. Returns `true` if the timer was - * started, `false` if it was already started. - * @since v11.10.0 - */ - enable(): boolean; - /** - * Disables the update interval timer. Returns `true` if the timer was - * stopped, `false` if it was already stopped. - * @since v11.10.0 - */ - disable(): boolean; - } - interface RecordableHistogram extends Histogram { - /** - * @since v15.9.0, v14.18.0 - * @param val The amount to record in the histogram. - */ - record(val: number | bigint): void; - /** - * Calculates the amount of time (in nanoseconds) that has passed since the - * previous call to `recordDelta()` and records that amount in the histogram. - * - * ## Examples - * @since v15.9.0, v14.18.0 - */ - recordDelta(): void; - /** - * Adds the values from other to this histogram. - * @since v17.4.0, v16.14.0 - * @param other Recordable Histogram to combine with - */ - add(other: RecordableHistogram): void; - } - /** - * _This property is an extension by Node.js. It is not available in Web browsers._ - * - * Creates an `IntervalHistogram` object that samples and reports the event loop - * delay over time. The delays will be reported in nanoseconds. - * - * Using a timer to detect approximate event loop delay works because the - * execution of timers is tied specifically to the lifecycle of the libuv - * event loop. That is, a delay in the loop will cause a delay in the execution - * of the timer, and those delays are specifically what this API is intended to - * detect. - * - * ```js - * const { monitorEventLoopDelay } = require('perf_hooks'); - * const h = monitorEventLoopDelay({ resolution: 20 }); - * h.enable(); - * // Do something. - * h.disable(); - * console.log(h.min); - * console.log(h.max); - * console.log(h.mean); - * console.log(h.stddev); - * console.log(h.percentiles); - * console.log(h.percentile(50)); - * console.log(h.percentile(99)); - * ``` - * @since v11.10.0 - */ - function monitorEventLoopDelay(options?: EventLoopMonitorOptions): IntervalHistogram; - interface CreateHistogramOptions { - /** - * The minimum recordable value. Must be an integer value greater than 0. - * @default 1 - */ - min?: number | bigint | undefined; - /** - * The maximum recordable value. Must be an integer value greater than min. - * @default Number.MAX_SAFE_INTEGER - */ - max?: number | bigint | undefined; - /** - * The number of accuracy digits. Must be a number between 1 and 5. - * @default 3 - */ - figures?: number | undefined; - } - /** - * Returns a `RecordableHistogram`. - * @since v15.9.0, v14.18.0 - */ - function createHistogram(options?: CreateHistogramOptions): RecordableHistogram; - - import { performance as _performance } from 'perf_hooks'; - global { - /** - * `performance` is a global reference for `require('perf_hooks').performance` - * https://nodejs.org/api/globals.html#performance - * @since v16.0.0 - */ - var performance: typeof globalThis extends { - onmessage: any; - performance: infer T; - } - ? T - : typeof _performance; - } -} -declare module 'node:perf_hooks' { - export * from 'perf_hooks'; -} diff --git a/software/flow/node_modules/@types/node/ts4.8/process.d.ts b/software/flow/node_modules/@types/node/ts4.8/process.d.ts deleted file mode 100755 index 12148f9..0000000 --- a/software/flow/node_modules/@types/node/ts4.8/process.d.ts +++ /dev/null @@ -1,1482 +0,0 @@ -declare module 'process' { - import * as tty from 'node:tty'; - import { Worker } from 'node:worker_threads'; - global { - var process: NodeJS.Process; - namespace NodeJS { - // this namespace merge is here because these are specifically used - // as the type for process.stdin, process.stdout, and process.stderr. - // they can't live in tty.d.ts because we need to disambiguate the imported name. - interface ReadStream extends tty.ReadStream {} - interface WriteStream extends tty.WriteStream {} - interface MemoryUsageFn { - /** - * The `process.memoryUsage()` method iterate over each page to gather informations about memory - * usage which can be slow depending on the program memory allocations. - */ - (): MemoryUsage; - /** - * method returns an integer representing the Resident Set Size (RSS) in bytes. - */ - rss(): number; - } - interface MemoryUsage { - rss: number; - heapTotal: number; - heapUsed: number; - external: number; - arrayBuffers: number; - } - interface CpuUsage { - user: number; - system: number; - } - interface ProcessRelease { - name: string; - sourceUrl?: string | undefined; - headersUrl?: string | undefined; - libUrl?: string | undefined; - lts?: string | undefined; - } - interface ProcessVersions extends Dict<string> { - http_parser: string; - node: string; - v8: string; - ares: string; - uv: string; - zlib: string; - modules: string; - openssl: string; - } - type Platform = 'aix' | 'android' | 'darwin' | 'freebsd' | 'haiku' | 'linux' | 'openbsd' | 'sunos' | 'win32' | 'cygwin' | 'netbsd'; - type Architecture = 'arm' | 'arm64' | 'ia32' | 'mips' | 'mipsel' | 'ppc' | 'ppc64' | 's390' | 's390x' | 'x64'; - type Signals = - | 'SIGABRT' - | 'SIGALRM' - | 'SIGBUS' - | 'SIGCHLD' - | 'SIGCONT' - | 'SIGFPE' - | 'SIGHUP' - | 'SIGILL' - | 'SIGINT' - | 'SIGIO' - | 'SIGIOT' - | 'SIGKILL' - | 'SIGPIPE' - | 'SIGPOLL' - | 'SIGPROF' - | 'SIGPWR' - | 'SIGQUIT' - | 'SIGSEGV' - | 'SIGSTKFLT' - | 'SIGSTOP' - | 'SIGSYS' - | 'SIGTERM' - | 'SIGTRAP' - | 'SIGTSTP' - | 'SIGTTIN' - | 'SIGTTOU' - | 'SIGUNUSED' - | 'SIGURG' - | 'SIGUSR1' - | 'SIGUSR2' - | 'SIGVTALRM' - | 'SIGWINCH' - | 'SIGXCPU' - | 'SIGXFSZ' - | 'SIGBREAK' - | 'SIGLOST' - | 'SIGINFO'; - type UncaughtExceptionOrigin = 'uncaughtException' | 'unhandledRejection'; - type MultipleResolveType = 'resolve' | 'reject'; - type BeforeExitListener = (code: number) => void; - type DisconnectListener = () => void; - type ExitListener = (code: number) => void; - type RejectionHandledListener = (promise: Promise<unknown>) => void; - type UncaughtExceptionListener = (error: Error, origin: UncaughtExceptionOrigin) => void; - /** - * Most of the time the unhandledRejection will be an Error, but this should not be relied upon - * as *anything* can be thrown/rejected, it is therefore unsafe to assume that the value is an Error. - */ - type UnhandledRejectionListener = (reason: unknown, promise: Promise<unknown>) => void; - type WarningListener = (warning: Error) => void; - type MessageListener = (message: unknown, sendHandle: unknown) => void; - type SignalsListener = (signal: Signals) => void; - type MultipleResolveListener = (type: MultipleResolveType, promise: Promise<unknown>, value: unknown) => void; - type WorkerListener = (worker: Worker) => void; - interface Socket extends ReadWriteStream { - isTTY?: true | undefined; - } - // Alias for compatibility - interface ProcessEnv extends Dict<string> { - /** - * Can be used to change the default timezone at runtime - */ - TZ?: string; - } - interface HRTime { - (time?: [number, number]): [number, number]; - bigint(): bigint; - } - interface ProcessReport { - /** - * Directory where the report is written. - * working directory of the Node.js process. - * @default '' indicating that reports are written to the current - */ - directory: string; - /** - * Filename where the report is written. - * The default value is the empty string. - * @default '' the output filename will be comprised of a timestamp, - * PID, and sequence number. - */ - filename: string; - /** - * Returns a JSON-formatted diagnostic report for the running process. - * The report's JavaScript stack trace is taken from err, if present. - */ - getReport(err?: Error): string; - /** - * If true, a diagnostic report is generated on fatal errors, - * such as out of memory errors or failed C++ assertions. - * @default false - */ - reportOnFatalError: boolean; - /** - * If true, a diagnostic report is generated when the process - * receives the signal specified by process.report.signal. - * @default false - */ - reportOnSignal: boolean; - /** - * If true, a diagnostic report is generated on uncaught exception. - * @default false - */ - reportOnUncaughtException: boolean; - /** - * The signal used to trigger the creation of a diagnostic report. - * @default 'SIGUSR2' - */ - signal: Signals; - /** - * Writes a diagnostic report to a file. If filename is not provided, the default filename - * includes the date, time, PID, and a sequence number. - * The report's JavaScript stack trace is taken from err, if present. - * - * @param fileName Name of the file where the report is written. - * This should be a relative path, that will be appended to the directory specified in - * `process.report.directory`, or the current working directory of the Node.js process, - * if unspecified. - * @param error A custom error used for reporting the JavaScript stack. - * @return Filename of the generated report. - */ - writeReport(fileName?: string): string; - writeReport(error?: Error): string; - writeReport(fileName?: string, err?: Error): string; - } - interface ResourceUsage { - fsRead: number; - fsWrite: number; - involuntaryContextSwitches: number; - ipcReceived: number; - ipcSent: number; - majorPageFault: number; - maxRSS: number; - minorPageFault: number; - sharedMemorySize: number; - signalsCount: number; - swappedOut: number; - systemCPUTime: number; - unsharedDataSize: number; - unsharedStackSize: number; - userCPUTime: number; - voluntaryContextSwitches: number; - } - interface EmitWarningOptions { - /** - * When `warning` is a `string`, `type` is the name to use for the _type_ of warning being emitted. - * - * @default 'Warning' - */ - type?: string | undefined; - /** - * A unique identifier for the warning instance being emitted. - */ - code?: string | undefined; - /** - * When `warning` is a `string`, `ctor` is an optional function used to limit the generated stack trace. - * - * @default process.emitWarning - */ - ctor?: Function | undefined; - /** - * Additional text to include with the error. - */ - detail?: string | undefined; - } - interface ProcessConfig { - readonly target_defaults: { - readonly cflags: any[]; - readonly default_configuration: string; - readonly defines: string[]; - readonly include_dirs: string[]; - readonly libraries: string[]; - }; - readonly variables: { - readonly clang: number; - readonly host_arch: string; - readonly node_install_npm: boolean; - readonly node_install_waf: boolean; - readonly node_prefix: string; - readonly node_shared_openssl: boolean; - readonly node_shared_v8: boolean; - readonly node_shared_zlib: boolean; - readonly node_use_dtrace: boolean; - readonly node_use_etw: boolean; - readonly node_use_openssl: boolean; - readonly target_arch: string; - readonly v8_no_strict_aliasing: number; - readonly v8_use_snapshot: boolean; - readonly visibility: string; - }; - } - interface Process extends EventEmitter { - /** - * The `process.stdout` property returns a stream connected to`stdout` (fd `1`). It is a `net.Socket` (which is a `Duplex` stream) unless fd `1` refers to a file, in which case it is - * a `Writable` stream. - * - * For example, to copy `process.stdin` to `process.stdout`: - * - * ```js - * import { stdin, stdout } from 'process'; - * - * stdin.pipe(stdout); - * ``` - * - * `process.stdout` differs from other Node.js streams in important ways. See `note on process I/O` for more information. - */ - stdout: WriteStream & { - fd: 1; - }; - /** - * The `process.stderr` property returns a stream connected to`stderr` (fd `2`). It is a `net.Socket` (which is a `Duplex` stream) unless fd `2` refers to a file, in which case it is - * a `Writable` stream. - * - * `process.stderr` differs from other Node.js streams in important ways. See `note on process I/O` for more information. - */ - stderr: WriteStream & { - fd: 2; - }; - /** - * The `process.stdin` property returns a stream connected to`stdin` (fd `0`). It is a `net.Socket` (which is a `Duplex` stream) unless fd `0` refers to a file, in which case it is - * a `Readable` stream. - * - * For details of how to read from `stdin` see `readable.read()`. - * - * As a `Duplex` stream, `process.stdin` can also be used in "old" mode that - * is compatible with scripts written for Node.js prior to v0.10\. - * For more information see `Stream compatibility`. - * - * In "old" streams mode the `stdin` stream is paused by default, so one - * must call `process.stdin.resume()` to read from it. Note also that calling`process.stdin.resume()` itself would switch stream to "old" mode. - */ - stdin: ReadStream & { - fd: 0; - }; - openStdin(): Socket; - /** - * The `process.argv` property returns an array containing the command-line - * arguments passed when the Node.js process was launched. The first element will - * be {@link execPath}. See `process.argv0` if access to the original value - * of `argv[0]` is needed. The second element will be the path to the JavaScript - * file being executed. The remaining elements will be any additional command-line - * arguments. - * - * For example, assuming the following script for `process-args.js`: - * - * ```js - * import { argv } from 'process'; - * - * // print process.argv - * argv.forEach((val, index) => { - * console.log(`${index}: ${val}`); - * }); - * ``` - * - * Launching the Node.js process as: - * - * ```console - * $ node process-args.js one two=three four - * ``` - * - * Would generate the output: - * - * ```text - * 0: /usr/local/bin/node - * 1: /Users/mjr/work/node/process-args.js - * 2: one - * 3: two=three - * 4: four - * ``` - * @since v0.1.27 - */ - argv: string[]; - /** - * The `process.argv0` property stores a read-only copy of the original value of`argv[0]` passed when Node.js starts. - * - * ```console - * $ bash -c 'exec -a customArgv0 ./node' - * > process.argv[0] - * '/Volumes/code/external/node/out/Release/node' - * > process.argv0 - * 'customArgv0' - * ``` - * @since v6.4.0 - */ - argv0: string; - /** - * The `process.execArgv` property returns the set of Node.js-specific command-line - * options passed when the Node.js process was launched. These options do not - * appear in the array returned by the {@link argv} property, and do not - * include the Node.js executable, the name of the script, or any options following - * the script name. These options are useful in order to spawn child processes with - * the same execution environment as the parent. - * - * ```console - * $ node --harmony script.js --version - * ``` - * - * Results in `process.execArgv`: - * - * ```js - * ['--harmony'] - * ``` - * - * And `process.argv`: - * - * ```js - * ['/usr/local/bin/node', 'script.js', '--version'] - * ``` - * - * Refer to `Worker constructor` for the detailed behavior of worker - * threads with this property. - * @since v0.7.7 - */ - execArgv: string[]; - /** - * The `process.execPath` property returns the absolute pathname of the executable - * that started the Node.js process. Symbolic links, if any, are resolved. - * - * ```js - * '/usr/local/bin/node' - * ``` - * @since v0.1.100 - */ - execPath: string; - /** - * The `process.abort()` method causes the Node.js process to exit immediately and - * generate a core file. - * - * This feature is not available in `Worker` threads. - * @since v0.7.0 - */ - abort(): never; - /** - * The `process.chdir()` method changes the current working directory of the - * Node.js process or throws an exception if doing so fails (for instance, if - * the specified `directory` does not exist). - * - * ```js - * import { chdir, cwd } from 'process'; - * - * console.log(`Starting directory: ${cwd()}`); - * try { - * chdir('/tmp'); - * console.log(`New directory: ${cwd()}`); - * } catch (err) { - * console.error(`chdir: ${err}`); - * } - * ``` - * - * This feature is not available in `Worker` threads. - * @since v0.1.17 - */ - chdir(directory: string): void; - /** - * The `process.cwd()` method returns the current working directory of the Node.js - * process. - * - * ```js - * import { cwd } from 'process'; - * - * console.log(`Current directory: ${cwd()}`); - * ``` - * @since v0.1.8 - */ - cwd(): string; - /** - * The port used by the Node.js debugger when enabled. - * - * ```js - * import process from 'process'; - * - * process.debugPort = 5858; - * ``` - * @since v0.7.2 - */ - debugPort: number; - /** - * The `process.emitWarning()` method can be used to emit custom or application - * specific process warnings. These can be listened for by adding a handler to the `'warning'` event. - * - * ```js - * import { emitWarning } from 'process'; - * - * // Emit a warning with a code and additional detail. - * emitWarning('Something happened!', { - * code: 'MY_WARNING', - * detail: 'This is some additional information' - * }); - * // Emits: - * // (node:56338) [MY_WARNING] Warning: Something happened! - * // This is some additional information - * ``` - * - * In this example, an `Error` object is generated internally by`process.emitWarning()` and passed through to the `'warning'` handler. - * - * ```js - * import process from 'process'; - * - * process.on('warning', (warning) => { - * console.warn(warning.name); // 'Warning' - * console.warn(warning.message); // 'Something happened!' - * console.warn(warning.code); // 'MY_WARNING' - * console.warn(warning.stack); // Stack trace - * console.warn(warning.detail); // 'This is some additional information' - * }); - * ``` - * - * If `warning` is passed as an `Error` object, the `options` argument is ignored. - * @since v8.0.0 - * @param warning The warning to emit. - */ - emitWarning(warning: string | Error, ctor?: Function): void; - emitWarning(warning: string | Error, type?: string, ctor?: Function): void; - emitWarning(warning: string | Error, type?: string, code?: string, ctor?: Function): void; - emitWarning(warning: string | Error, options?: EmitWarningOptions): void; - /** - * The `process.env` property returns an object containing the user environment. - * See [`environ(7)`](http://man7.org/linux/man-pages/man7/environ.7.html). - * - * An example of this object looks like: - * - * ```js - * { - * TERM: 'xterm-256color', - * SHELL: '/usr/local/bin/bash', - * USER: 'maciej', - * PATH: '~/.bin/:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin', - * PWD: '/Users/maciej', - * EDITOR: 'vim', - * SHLVL: '1', - * HOME: '/Users/maciej', - * LOGNAME: 'maciej', - * _: '/usr/local/bin/node' - * } - * ``` - * - * It is possible to modify this object, but such modifications will not be - * reflected outside the Node.js process, or (unless explicitly requested) - * to other `Worker` threads. - * In other words, the following example would not work: - * - * ```console - * $ node -e 'process.env.foo = "bar"' &#x26;&#x26; echo $foo - * ``` - * - * While the following will: - * - * ```js - * import { env } from 'process'; - * - * env.foo = 'bar'; - * console.log(env.foo); - * ``` - * - * Assigning a property on `process.env` will implicitly convert the value - * to a string. **This behavior is deprecated.** Future versions of Node.js may - * throw an error when the value is not a string, number, or boolean. - * - * ```js - * import { env } from 'process'; - * - * env.test = null; - * console.log(env.test); - * // => 'null' - * env.test = undefined; - * console.log(env.test); - * // => 'undefined' - * ``` - * - * Use `delete` to delete a property from `process.env`. - * - * ```js - * import { env } from 'process'; - * - * env.TEST = 1; - * delete env.TEST; - * console.log(env.TEST); - * // => undefined - * ``` - * - * On Windows operating systems, environment variables are case-insensitive. - * - * ```js - * import { env } from 'process'; - * - * env.TEST = 1; - * console.log(env.test); - * // => 1 - * ``` - * - * Unless explicitly specified when creating a `Worker` instance, - * each `Worker` thread has its own copy of `process.env`, based on its - * parent thread’s `process.env`, or whatever was specified as the `env` option - * to the `Worker` constructor. Changes to `process.env` will not be visible - * across `Worker` threads, and only the main thread can make changes that - * are visible to the operating system or to native add-ons. - * @since v0.1.27 - */ - env: ProcessEnv; - /** - * The `process.exit()` method instructs Node.js to terminate the process - * synchronously with an exit status of `code`. If `code` is omitted, exit uses - * either the 'success' code `0` or the value of `process.exitCode` if it has been - * set. Node.js will not terminate until all the `'exit'` event listeners are - * called. - * - * To exit with a 'failure' code: - * - * ```js - * import { exit } from 'process'; - * - * exit(1); - * ``` - * - * The shell that executed Node.js should see the exit code as `1`. - * - * Calling `process.exit()` will force the process to exit as quickly as possible - * even if there are still asynchronous operations pending that have not yet - * completed fully, including I/O operations to `process.stdout` and`process.stderr`. - * - * In most situations, it is not actually necessary to call `process.exit()`explicitly. The Node.js process will exit on its own _if there is no additional_ - * _work pending_ in the event loop. The `process.exitCode` property can be set to - * tell the process which exit code to use when the process exits gracefully. - * - * For instance, the following example illustrates a _misuse_ of the`process.exit()` method that could lead to data printed to stdout being - * truncated and lost: - * - * ```js - * import { exit } from 'process'; - * - * // This is an example of what *not* to do: - * if (someConditionNotMet()) { - * printUsageToStdout(); - * exit(1); - * } - * ``` - * - * The reason this is problematic is because writes to `process.stdout` in Node.js - * are sometimes _asynchronous_ and may occur over multiple ticks of the Node.js - * event loop. Calling `process.exit()`, however, forces the process to exit _before_ those additional writes to `stdout` can be performed. - * - * Rather than calling `process.exit()` directly, the code _should_ set the`process.exitCode` and allow the process to exit naturally by avoiding - * scheduling any additional work for the event loop: - * - * ```js - * import process from 'process'; - * - * // How to properly set the exit code while letting - * // the process exit gracefully. - * if (someConditionNotMet()) { - * printUsageToStdout(); - * process.exitCode = 1; - * } - * ``` - * - * If it is necessary to terminate the Node.js process due to an error condition, - * throwing an _uncaught_ error and allowing the process to terminate accordingly - * is safer than calling `process.exit()`. - * - * In `Worker` threads, this function stops the current thread rather - * than the current process. - * @since v0.1.13 - * @param [code=0] The exit code. - */ - exit(code?: number): never; - /** - * A number which will be the process exit code, when the process either - * exits gracefully, or is exited via {@link exit} without specifying - * a code. - * - * Specifying a code to {@link exit} will override any - * previous setting of `process.exitCode`. - * @since v0.11.8 - */ - exitCode?: number | undefined; - /** - * The `process.getgid()` method returns the numerical group identity of the - * process. (See [`getgid(2)`](http://man7.org/linux/man-pages/man2/getgid.2.html).) - * - * ```js - * import process from 'process'; - * - * if (process.getgid) { - * console.log(`Current gid: ${process.getgid()}`); - * } - * ``` - * - * This function is only available on POSIX platforms (i.e. not Windows or - * Android). - * @since v0.1.31 - */ - getgid?: () => number; - /** - * The `process.setgid()` method sets the group identity of the process. (See [`setgid(2)`](http://man7.org/linux/man-pages/man2/setgid.2.html).) The `id` can be passed as either a - * numeric ID or a group name - * string. If a group name is specified, this method blocks while resolving the - * associated numeric ID. - * - * ```js - * import process from 'process'; - * - * if (process.getgid &#x26;&#x26; process.setgid) { - * console.log(`Current gid: ${process.getgid()}`); - * try { - * process.setgid(501); - * console.log(`New gid: ${process.getgid()}`); - * } catch (err) { - * console.log(`Failed to set gid: ${err}`); - * } - * } - * ``` - * - * This function is only available on POSIX platforms (i.e. not Windows or - * Android). - * This feature is not available in `Worker` threads. - * @since v0.1.31 - * @param id The group name or ID - */ - setgid?: (id: number | string) => void; - /** - * The `process.getuid()` method returns the numeric user identity of the process. - * (See [`getuid(2)`](http://man7.org/linux/man-pages/man2/getuid.2.html).) - * - * ```js - * import process from 'process'; - * - * if (process.getuid) { - * console.log(`Current uid: ${process.getuid()}`); - * } - * ``` - * - * This function is only available on POSIX platforms (i.e. not Windows or - * Android). - * @since v0.1.28 - */ - getuid?: () => number; - /** - * The `process.setuid(id)` method sets the user identity of the process. (See [`setuid(2)`](http://man7.org/linux/man-pages/man2/setuid.2.html).) The `id` can be passed as either a - * numeric ID or a username string. - * If a username is specified, the method blocks while resolving the associated - * numeric ID. - * - * ```js - * import process from 'process'; - * - * if (process.getuid &#x26;&#x26; process.setuid) { - * console.log(`Current uid: ${process.getuid()}`); - * try { - * process.setuid(501); - * console.log(`New uid: ${process.getuid()}`); - * } catch (err) { - * console.log(`Failed to set uid: ${err}`); - * } - * } - * ``` - * - * This function is only available on POSIX platforms (i.e. not Windows or - * Android). - * This feature is not available in `Worker` threads. - * @since v0.1.28 - */ - setuid?: (id: number | string) => void; - /** - * The `process.geteuid()` method returns the numerical effective user identity of - * the process. (See [`geteuid(2)`](http://man7.org/linux/man-pages/man2/geteuid.2.html).) - * - * ```js - * import process from 'process'; - * - * if (process.geteuid) { - * console.log(`Current uid: ${process.geteuid()}`); - * } - * ``` - * - * This function is only available on POSIX platforms (i.e. not Windows or - * Android). - * @since v2.0.0 - */ - geteuid?: () => number; - /** - * The `process.seteuid()` method sets the effective user identity of the process. - * (See [`seteuid(2)`](http://man7.org/linux/man-pages/man2/seteuid.2.html).) The `id` can be passed as either a numeric ID or a username - * string. If a username is specified, the method blocks while resolving the - * associated numeric ID. - * - * ```js - * import process from 'process'; - * - * if (process.geteuid &#x26;&#x26; process.seteuid) { - * console.log(`Current uid: ${process.geteuid()}`); - * try { - * process.seteuid(501); - * console.log(`New uid: ${process.geteuid()}`); - * } catch (err) { - * console.log(`Failed to set uid: ${err}`); - * } - * } - * ``` - * - * This function is only available on POSIX platforms (i.e. not Windows or - * Android). - * This feature is not available in `Worker` threads. - * @since v2.0.0 - * @param id A user name or ID - */ - seteuid?: (id: number | string) => void; - /** - * The `process.getegid()` method returns the numerical effective group identity - * of the Node.js process. (See [`getegid(2)`](http://man7.org/linux/man-pages/man2/getegid.2.html).) - * - * ```js - * import process from 'process'; - * - * if (process.getegid) { - * console.log(`Current gid: ${process.getegid()}`); - * } - * ``` - * - * This function is only available on POSIX platforms (i.e. not Windows or - * Android). - * @since v2.0.0 - */ - getegid?: () => number; - /** - * The `process.setegid()` method sets the effective group identity of the process. - * (See [`setegid(2)`](http://man7.org/linux/man-pages/man2/setegid.2.html).) The `id` can be passed as either a numeric ID or a group - * name string. If a group name is specified, this method blocks while resolving - * the associated a numeric ID. - * - * ```js - * import process from 'process'; - * - * if (process.getegid &#x26;&#x26; process.setegid) { - * console.log(`Current gid: ${process.getegid()}`); - * try { - * process.setegid(501); - * console.log(`New gid: ${process.getegid()}`); - * } catch (err) { - * console.log(`Failed to set gid: ${err}`); - * } - * } - * ``` - * - * This function is only available on POSIX platforms (i.e. not Windows or - * Android). - * This feature is not available in `Worker` threads. - * @since v2.0.0 - * @param id A group name or ID - */ - setegid?: (id: number | string) => void; - /** - * The `process.getgroups()` method returns an array with the supplementary group - * IDs. POSIX leaves it unspecified if the effective group ID is included but - * Node.js ensures it always is. - * - * ```js - * import process from 'process'; - * - * if (process.getgroups) { - * console.log(process.getgroups()); // [ 16, 21, 297 ] - * } - * ``` - * - * This function is only available on POSIX platforms (i.e. not Windows or - * Android). - * @since v0.9.4 - */ - getgroups?: () => number[]; - /** - * The `process.setgroups()` method sets the supplementary group IDs for the - * Node.js process. This is a privileged operation that requires the Node.js - * process to have `root` or the `CAP_SETGID` capability. - * - * The `groups` array can contain numeric group IDs, group names, or both. - * - * ```js - * import process from 'process'; - * - * if (process.getgroups &#x26;&#x26; process.setgroups) { - * try { - * process.setgroups([501]); - * console.log(process.getgroups()); // new groups - * } catch (err) { - * console.log(`Failed to set groups: ${err}`); - * } - * } - * ``` - * - * This function is only available on POSIX platforms (i.e. not Windows or - * Android). - * This feature is not available in `Worker` threads. - * @since v0.9.4 - */ - setgroups?: (groups: ReadonlyArray<string | number>) => void; - /** - * The `process.setUncaughtExceptionCaptureCallback()` function sets a function - * that will be invoked when an uncaught exception occurs, which will receive the - * exception value itself as its first argument. - * - * If such a function is set, the `'uncaughtException'` event will - * not be emitted. If `--abort-on-uncaught-exception` was passed from the - * command line or set through `v8.setFlagsFromString()`, the process will - * not abort. Actions configured to take place on exceptions such as report - * generations will be affected too - * - * To unset the capture function,`process.setUncaughtExceptionCaptureCallback(null)` may be used. Calling this - * method with a non-`null` argument while another capture function is set will - * throw an error. - * - * Using this function is mutually exclusive with using the deprecated `domain` built-in module. - * @since v9.3.0 - */ - setUncaughtExceptionCaptureCallback(cb: ((err: Error) => void) | null): void; - /** - * Indicates whether a callback has been set using {@link setUncaughtExceptionCaptureCallback}. - * @since v9.3.0 - */ - hasUncaughtExceptionCaptureCallback(): boolean; - /** - * The `process.version` property contains the Node.js version string. - * - * ```js - * import { version } from 'process'; - * - * console.log(`Version: ${version}`); - * // Version: v14.8.0 - * ``` - * - * To get the version string without the prepended _v_, use`process.versions.node`. - * @since v0.1.3 - */ - readonly version: string; - /** - * The `process.versions` property returns an object listing the version strings of - * Node.js and its dependencies. `process.versions.modules` indicates the current - * ABI version, which is increased whenever a C++ API changes. Node.js will refuse - * to load modules that were compiled against a different module ABI version. - * - * ```js - * import { versions } from 'process'; - * - * console.log(versions); - * ``` - * - * Will generate an object similar to: - * - * ```console - * { node: '11.13.0', - * v8: '7.0.276.38-node.18', - * uv: '1.27.0', - * zlib: '1.2.11', - * brotli: '1.0.7', - * ares: '1.15.0', - * modules: '67', - * nghttp2: '1.34.0', - * napi: '4', - * llhttp: '1.1.1', - * openssl: '1.1.1b', - * cldr: '34.0', - * icu: '63.1', - * tz: '2018e', - * unicode: '11.0' } - * ``` - * @since v0.2.0 - */ - readonly versions: ProcessVersions; - /** - * The `process.config` property returns an `Object` containing the JavaScript - * representation of the configure options used to compile the current Node.js - * executable. This is the same as the `config.gypi` file that was produced when - * running the `./configure` script. - * - * An example of the possible output looks like: - * - * ```js - * { - * target_defaults: - * { cflags: [], - * default_configuration: 'Release', - * defines: [], - * include_dirs: [], - * libraries: [] }, - * variables: - * { - * host_arch: 'x64', - * napi_build_version: 5, - * node_install_npm: 'true', - * node_prefix: '', - * node_shared_cares: 'false', - * node_shared_http_parser: 'false', - * node_shared_libuv: 'false', - * node_shared_zlib: 'false', - * node_use_dtrace: 'false', - * node_use_openssl: 'true', - * node_shared_openssl: 'false', - * strict_aliasing: 'true', - * target_arch: 'x64', - * v8_use_snapshot: 1 - * } - * } - * ``` - * - * The `process.config` property is **not** read-only and there are existing - * modules in the ecosystem that are known to extend, modify, or entirely replace - * the value of `process.config`. - * - * Modifying the `process.config` property, or any child-property of the`process.config` object has been deprecated. The `process.config` will be made - * read-only in a future release. - * @since v0.7.7 - */ - readonly config: ProcessConfig; - /** - * The `process.kill()` method sends the `signal` to the process identified by`pid`. - * - * Signal names are strings such as `'SIGINT'` or `'SIGHUP'`. See `Signal Events` and [`kill(2)`](http://man7.org/linux/man-pages/man2/kill.2.html) for more information. - * - * This method will throw an error if the target `pid` does not exist. As a special - * case, a signal of `0` can be used to test for the existence of a process. - * Windows platforms will throw an error if the `pid` is used to kill a process - * group. - * - * Even though the name of this function is `process.kill()`, it is really just a - * signal sender, like the `kill` system call. The signal sent may do something - * other than kill the target process. - * - * ```js - * import process, { kill } from 'process'; - * - * process.on('SIGHUP', () => { - * console.log('Got SIGHUP signal.'); - * }); - * - * setTimeout(() => { - * console.log('Exiting.'); - * process.exit(0); - * }, 100); - * - * kill(process.pid, 'SIGHUP'); - * ``` - * - * When `SIGUSR1` is received by a Node.js process, Node.js will start the - * debugger. See `Signal Events`. - * @since v0.0.6 - * @param pid A process ID - * @param [signal='SIGTERM'] The signal to send, either as a string or number. - */ - kill(pid: number, signal?: string | number): true; - /** - * The `process.pid` property returns the PID of the process. - * - * ```js - * import { pid } from 'process'; - * - * console.log(`This process is pid ${pid}`); - * ``` - * @since v0.1.15 - */ - readonly pid: number; - /** - * The `process.ppid` property returns the PID of the parent of the - * current process. - * - * ```js - * import { ppid } from 'process'; - * - * console.log(`The parent process is pid ${ppid}`); - * ``` - * @since v9.2.0, v8.10.0, v6.13.0 - */ - readonly ppid: number; - /** - * The `process.title` property returns the current process title (i.e. returns - * the current value of `ps`). Assigning a new value to `process.title` modifies - * the current value of `ps`. - * - * When a new value is assigned, different platforms will impose different maximum - * length restrictions on the title. Usually such restrictions are quite limited. - * For instance, on Linux and macOS, `process.title` is limited to the size of the - * binary name plus the length of the command-line arguments because setting the`process.title` overwrites the `argv` memory of the process. Node.js v0.8 - * allowed for longer process title strings by also overwriting the `environ`memory but that was potentially insecure and confusing in some (rather obscure) - * cases. - * - * Assigning a value to `process.title` might not result in an accurate label - * within process manager applications such as macOS Activity Monitor or Windows - * Services Manager. - * @since v0.1.104 - */ - title: string; - /** - * The operating system CPU architecture for which the Node.js binary was compiled. - * Possible values are: `'arm'`, `'arm64'`, `'ia32'`, `'mips'`,`'mipsel'`, `'ppc'`,`'ppc64'`, `'s390'`, `'s390x'`, and `'x64'`. - * - * ```js - * import { arch } from 'process'; - * - * console.log(`This processor architecture is ${arch}`); - * ``` - * @since v0.5.0 - */ - readonly arch: Architecture; - /** - * The `process.platform` property returns a string identifying the operating - * system platform for which the Node.js binary was compiled. - * - * Currently possible values are: - * - * * `'aix'` - * * `'darwin'` - * * `'freebsd'` - * * `'linux'` - * * `'openbsd'` - * * `'sunos'` - * * `'win32'` - * - * ```js - * import { platform } from 'process'; - * - * console.log(`This platform is ${platform}`); - * ``` - * - * The value `'android'` may also be returned if the Node.js is built on the - * Android operating system. However, Android support in Node.js [is experimental](https://github.com/nodejs/node/blob/HEAD/BUILDING.md#androidandroid-based-devices-eg-firefox-os). - * @since v0.1.16 - */ - readonly platform: Platform; - /** - * The `process.mainModule` property provides an alternative way of retrieving `require.main`. The difference is that if the main module changes at - * runtime, `require.main` may still refer to the original main module in - * modules that were required before the change occurred. Generally, it's - * safe to assume that the two refer to the same module. - * - * As with `require.main`, `process.mainModule` will be `undefined` if there - * is no entry script. - * @since v0.1.17 - * @deprecated Since v14.0.0 - Use `main` instead. - */ - mainModule?: Module | undefined; - memoryUsage: MemoryUsageFn; - /** - * The `process.cpuUsage()` method returns the user and system CPU time usage of - * the current process, in an object with properties `user` and `system`, whose - * values are microsecond values (millionth of a second). These values measure time - * spent in user and system code respectively, and may end up being greater than - * actual elapsed time if multiple CPU cores are performing work for this process. - * - * The result of a previous call to `process.cpuUsage()` can be passed as the - * argument to the function, to get a diff reading. - * - * ```js - * import { cpuUsage } from 'process'; - * - * const startUsage = cpuUsage(); - * // { user: 38579, system: 6986 } - * - * // spin the CPU for 500 milliseconds - * const now = Date.now(); - * while (Date.now() - now < 500); - * - * console.log(cpuUsage(startUsage)); - * // { user: 514883, system: 11226 } - * ``` - * @since v6.1.0 - * @param previousValue A previous return value from calling `process.cpuUsage()` - */ - cpuUsage(previousValue?: CpuUsage): CpuUsage; - /** - * `process.nextTick()` adds `callback` to the "next tick queue". This queue is - * fully drained after the current operation on the JavaScript stack runs to - * completion and before the event loop is allowed to continue. It's possible to - * create an infinite loop if one were to recursively call `process.nextTick()`. - * See the [Event Loop](https://nodejs.org/en/docs/guides/event-loop-timers-and-nexttick/#process-nexttick) guide for more background. - * - * ```js - * import { nextTick } from 'process'; - * - * console.log('start'); - * nextTick(() => { - * console.log('nextTick callback'); - * }); - * console.log('scheduled'); - * // Output: - * // start - * // scheduled - * // nextTick callback - * ``` - * - * This is important when developing APIs in order to give users the opportunity - * to assign event handlers _after_ an object has been constructed but before any - * I/O has occurred: - * - * ```js - * import { nextTick } from 'process'; - * - * function MyThing(options) { - * this.setupOptions(options); - * - * nextTick(() => { - * this.startDoingStuff(); - * }); - * } - * - * const thing = new MyThing(); - * thing.getReadyForStuff(); - * - * // thing.startDoingStuff() gets called now, not before. - * ``` - * - * It is very important for APIs to be either 100% synchronous or 100% - * asynchronous. Consider this example: - * - * ```js - * // WARNING! DO NOT USE! BAD UNSAFE HAZARD! - * function maybeSync(arg, cb) { - * if (arg) { - * cb(); - * return; - * } - * - * fs.stat('file', cb); - * } - * ``` - * - * This API is hazardous because in the following case: - * - * ```js - * const maybeTrue = Math.random() > 0.5; - * - * maybeSync(maybeTrue, () => { - * foo(); - * }); - * - * bar(); - * ``` - * - * It is not clear whether `foo()` or `bar()` will be called first. - * - * The following approach is much better: - * - * ```js - * import { nextTick } from 'process'; - * - * function definitelyAsync(arg, cb) { - * if (arg) { - * nextTick(cb); - * return; - * } - * - * fs.stat('file', cb); - * } - * ``` - * @since v0.1.26 - * @param args Additional arguments to pass when invoking the `callback` - */ - nextTick(callback: Function, ...args: any[]): void; - /** - * The `process.release` property returns an `Object` containing metadata related - * to the current release, including URLs for the source tarball and headers-only - * tarball. - * - * `process.release` contains the following properties: - * - * ```js - * { - * name: 'node', - * lts: 'Erbium', - * sourceUrl: 'https://nodejs.org/download/release/v12.18.1/node-v12.18.1.tar.gz', - * headersUrl: 'https://nodejs.org/download/release/v12.18.1/node-v12.18.1-headers.tar.gz', - * libUrl: 'https://nodejs.org/download/release/v12.18.1/win-x64/node.lib' - * } - * ``` - * - * In custom builds from non-release versions of the source tree, only the`name` property may be present. The additional properties should not be - * relied upon to exist. - * @since v3.0.0 - */ - readonly release: ProcessRelease; - features: { - inspector: boolean; - debug: boolean; - uv: boolean; - ipv6: boolean; - tls_alpn: boolean; - tls_sni: boolean; - tls_ocsp: boolean; - tls: boolean; - }; - /** - * `process.umask()` returns the Node.js process's file mode creation mask. Child - * processes inherit the mask from the parent process. - * @since v0.1.19 - * @deprecated Calling `process.umask()` with no argument causes the process-wide umask to be written twice. This introduces a race condition between threads, and is a potential * - * security vulnerability. There is no safe, cross-platform alternative API. - */ - umask(): number; - /** - * Can only be set if not in worker thread. - */ - umask(mask: string | number): number; - /** - * The `process.uptime()` method returns the number of seconds the current Node.js - * process has been running. - * - * The return value includes fractions of a second. Use `Math.floor()` to get whole - * seconds. - * @since v0.5.0 - */ - uptime(): number; - hrtime: HRTime; - /** - * If Node.js is spawned with an IPC channel, the `process.send()` method can be - * used to send messages to the parent process. Messages will be received as a `'message'` event on the parent's `ChildProcess` object. - * - * If Node.js was not spawned with an IPC channel, `process.send` will be`undefined`. - * - * The message goes through serialization and parsing. The resulting message might - * not be the same as what is originally sent. - * @since v0.5.9 - * @param options used to parameterize the sending of certain types of handles.`options` supports the following properties: - */ - send?( - message: any, - sendHandle?: any, - options?: { - swallowErrors?: boolean | undefined; - }, - callback?: (error: Error | null) => void - ): boolean; - /** - * If the Node.js process is spawned with an IPC channel (see the `Child Process` and `Cluster` documentation), the `process.disconnect()` method will close the - * IPC channel to the parent process, allowing the child process to exit gracefully - * once there are no other connections keeping it alive. - * - * The effect of calling `process.disconnect()` is the same as calling `ChildProcess.disconnect()` from the parent process. - * - * If the Node.js process was not spawned with an IPC channel,`process.disconnect()` will be `undefined`. - * @since v0.7.2 - */ - disconnect(): void; - /** - * If the Node.js process is spawned with an IPC channel (see the `Child Process` and `Cluster` documentation), the `process.connected` property will return`true` so long as the IPC - * channel is connected and will return `false` after`process.disconnect()` is called. - * - * Once `process.connected` is `false`, it is no longer possible to send messages - * over the IPC channel using `process.send()`. - * @since v0.7.2 - */ - connected: boolean; - /** - * The `process.allowedNodeEnvironmentFlags` property is a special, - * read-only `Set` of flags allowable within the `NODE_OPTIONS` environment variable. - * - * `process.allowedNodeEnvironmentFlags` extends `Set`, but overrides`Set.prototype.has` to recognize several different possible flag - * representations. `process.allowedNodeEnvironmentFlags.has()` will - * return `true` in the following cases: - * - * * Flags may omit leading single (`-`) or double (`--`) dashes; e.g.,`inspect-brk` for `--inspect-brk`, or `r` for `-r`. - * * Flags passed through to V8 (as listed in `--v8-options`) may replace - * one or more _non-leading_ dashes for an underscore, or vice-versa; - * e.g., `--perf_basic_prof`, `--perf-basic-prof`, `--perf_basic-prof`, - * etc. - * * Flags may contain one or more equals (`=`) characters; all - * characters after and including the first equals will be ignored; - * e.g., `--stack-trace-limit=100`. - * * Flags _must_ be allowable within `NODE_OPTIONS`. - * - * When iterating over `process.allowedNodeEnvironmentFlags`, flags will - * appear only _once_; each will begin with one or more dashes. Flags - * passed through to V8 will contain underscores instead of non-leading - * dashes: - * - * ```js - * import { allowedNodeEnvironmentFlags } from 'process'; - * - * allowedNodeEnvironmentFlags.forEach((flag) => { - * // -r - * // --inspect-brk - * // --abort_on_uncaught_exception - * // ... - * }); - * ``` - * - * The methods `add()`, `clear()`, and `delete()` of`process.allowedNodeEnvironmentFlags` do nothing, and will fail - * silently. - * - * If Node.js was compiled _without_ `NODE_OPTIONS` support (shown in {@link config}), `process.allowedNodeEnvironmentFlags` will - * contain what _would have_ been allowable. - * @since v10.10.0 - */ - allowedNodeEnvironmentFlags: ReadonlySet<string>; - /** - * `process.report` is an object whose methods are used to generate diagnostic - * reports for the current process. Additional documentation is available in the `report documentation`. - * @since v11.8.0 - */ - report?: ProcessReport | undefined; - /** - * ```js - * import { resourceUsage } from 'process'; - * - * console.log(resourceUsage()); - * /* - * Will output: - * { - * userCPUTime: 82872, - * systemCPUTime: 4143, - * maxRSS: 33164, - * sharedMemorySize: 0, - * unsharedDataSize: 0, - * unsharedStackSize: 0, - * minorPageFault: 2469, - * majorPageFault: 0, - * swappedOut: 0, - * fsRead: 0, - * fsWrite: 8, - * ipcSent: 0, - * ipcReceived: 0, - * signalsCount: 0, - * voluntaryContextSwitches: 79, - * involuntaryContextSwitches: 1 - * } - * - * ``` - * @since v12.6.0 - * @return the resource usage for the current process. All of these values come from the `uv_getrusage` call which returns a [`uv_rusage_t` struct][uv_rusage_t]. - */ - resourceUsage(): ResourceUsage; - /** - * The `process.traceDeprecation` property indicates whether the`--trace-deprecation` flag is set on the current Node.js process. See the - * documentation for the `'warning' event` and the `emitWarning() method` for more information about this - * flag's behavior. - * @since v0.8.0 - */ - traceDeprecation: boolean; - /* EventEmitter */ - addListener(event: 'beforeExit', listener: BeforeExitListener): this; - addListener(event: 'disconnect', listener: DisconnectListener): this; - addListener(event: 'exit', listener: ExitListener): this; - addListener(event: 'rejectionHandled', listener: RejectionHandledListener): this; - addListener(event: 'uncaughtException', listener: UncaughtExceptionListener): this; - addListener(event: 'uncaughtExceptionMonitor', listener: UncaughtExceptionListener): this; - addListener(event: 'unhandledRejection', listener: UnhandledRejectionListener): this; - addListener(event: 'warning', listener: WarningListener): this; - addListener(event: 'message', listener: MessageListener): this; - addListener(event: Signals, listener: SignalsListener): this; - addListener(event: 'multipleResolves', listener: MultipleResolveListener): this; - addListener(event: 'worker', listener: WorkerListener): this; - emit(event: 'beforeExit', code: number): boolean; - emit(event: 'disconnect'): boolean; - emit(event: 'exit', code: number): boolean; - emit(event: 'rejectionHandled', promise: Promise<unknown>): boolean; - emit(event: 'uncaughtException', error: Error): boolean; - emit(event: 'uncaughtExceptionMonitor', error: Error): boolean; - emit(event: 'unhandledRejection', reason: unknown, promise: Promise<unknown>): boolean; - emit(event: 'warning', warning: Error): boolean; - emit(event: 'message', message: unknown, sendHandle: unknown): this; - emit(event: Signals, signal?: Signals): boolean; - emit(event: 'multipleResolves', type: MultipleResolveType, promise: Promise<unknown>, value: unknown): this; - emit(event: 'worker', listener: WorkerListener): this; - on(event: 'beforeExit', listener: BeforeExitListener): this; - on(event: 'disconnect', listener: DisconnectListener): this; - on(event: 'exit', listener: ExitListener): this; - on(event: 'rejectionHandled', listener: RejectionHandledListener): this; - on(event: 'uncaughtException', listener: UncaughtExceptionListener): this; - on(event: 'uncaughtExceptionMonitor', listener: UncaughtExceptionListener): this; - on(event: 'unhandledRejection', listener: UnhandledRejectionListener): this; - on(event: 'warning', listener: WarningListener): this; - on(event: 'message', listener: MessageListener): this; - on(event: Signals, listener: SignalsListener): this; - on(event: 'multipleResolves', listener: MultipleResolveListener): this; - on(event: 'worker', listener: WorkerListener): this; - on(event: string | symbol, listener: (...args: any[]) => void): this; - once(event: 'beforeExit', listener: BeforeExitListener): this; - once(event: 'disconnect', listener: DisconnectListener): this; - once(event: 'exit', listener: ExitListener): this; - once(event: 'rejectionHandled', listener: RejectionHandledListener): this; - once(event: 'uncaughtException', listener: UncaughtExceptionListener): this; - once(event: 'uncaughtExceptionMonitor', listener: UncaughtExceptionListener): this; - once(event: 'unhandledRejection', listener: UnhandledRejectionListener): this; - once(event: 'warning', listener: WarningListener): this; - once(event: 'message', listener: MessageListener): this; - once(event: Signals, listener: SignalsListener): this; - once(event: 'multipleResolves', listener: MultipleResolveListener): this; - once(event: 'worker', listener: WorkerListener): this; - once(event: string | symbol, listener: (...args: any[]) => void): this; - prependListener(event: 'beforeExit', listener: BeforeExitListener): this; - prependListener(event: 'disconnect', listener: DisconnectListener): this; - prependListener(event: 'exit', listener: ExitListener): this; - prependListener(event: 'rejectionHandled', listener: RejectionHandledListener): this; - prependListener(event: 'uncaughtException', listener: UncaughtExceptionListener): this; - prependListener(event: 'uncaughtExceptionMonitor', listener: UncaughtExceptionListener): this; - prependListener(event: 'unhandledRejection', listener: UnhandledRejectionListener): this; - prependListener(event: 'warning', listener: WarningListener): this; - prependListener(event: 'message', listener: MessageListener): this; - prependListener(event: Signals, listener: SignalsListener): this; - prependListener(event: 'multipleResolves', listener: MultipleResolveListener): this; - prependListener(event: 'worker', listener: WorkerListener): this; - prependOnceListener(event: 'beforeExit', listener: BeforeExitListener): this; - prependOnceListener(event: 'disconnect', listener: DisconnectListener): this; - prependOnceListener(event: 'exit', listener: ExitListener): this; - prependOnceListener(event: 'rejectionHandled', listener: RejectionHandledListener): this; - prependOnceListener(event: 'uncaughtException', listener: UncaughtExceptionListener): this; - prependOnceListener(event: 'uncaughtExceptionMonitor', listener: UncaughtExceptionListener): this; - prependOnceListener(event: 'unhandledRejection', listener: UnhandledRejectionListener): this; - prependOnceListener(event: 'warning', listener: WarningListener): this; - prependOnceListener(event: 'message', listener: MessageListener): this; - prependOnceListener(event: Signals, listener: SignalsListener): this; - prependOnceListener(event: 'multipleResolves', listener: MultipleResolveListener): this; - prependOnceListener(event: 'worker', listener: WorkerListener): this; - listeners(event: 'beforeExit'): BeforeExitListener[]; - listeners(event: 'disconnect'): DisconnectListener[]; - listeners(event: 'exit'): ExitListener[]; - listeners(event: 'rejectionHandled'): RejectionHandledListener[]; - listeners(event: 'uncaughtException'): UncaughtExceptionListener[]; - listeners(event: 'uncaughtExceptionMonitor'): UncaughtExceptionListener[]; - listeners(event: 'unhandledRejection'): UnhandledRejectionListener[]; - listeners(event: 'warning'): WarningListener[]; - listeners(event: 'message'): MessageListener[]; - listeners(event: Signals): SignalsListener[]; - listeners(event: 'multipleResolves'): MultipleResolveListener[]; - listeners(event: 'worker'): WorkerListener[]; - } - } - } - export = process; -} -declare module 'node:process' { - import process = require('process'); - export = process; -} diff --git a/software/flow/node_modules/@types/node/ts4.8/punycode.d.ts b/software/flow/node_modules/@types/node/ts4.8/punycode.d.ts deleted file mode 100755 index 87ebbb9..0000000 --- a/software/flow/node_modules/@types/node/ts4.8/punycode.d.ts +++ /dev/null @@ -1,117 +0,0 @@ -/** - * **The version of the punycode module bundled in Node.js is being deprecated.**In a future major version of Node.js this module will be removed. Users - * currently depending on the `punycode` module should switch to using the - * userland-provided [Punycode.js](https://github.com/bestiejs/punycode.js) module instead. For punycode-based URL - * encoding, see `url.domainToASCII` or, more generally, the `WHATWG URL API`. - * - * The `punycode` module is a bundled version of the [Punycode.js](https://github.com/bestiejs/punycode.js) module. It - * can be accessed using: - * - * ```js - * const punycode = require('punycode'); - * ``` - * - * [Punycode](https://tools.ietf.org/html/rfc3492) is a character encoding scheme defined by RFC 3492 that is - * primarily intended for use in Internationalized Domain Names. Because host - * names in URLs are limited to ASCII characters only, Domain Names that contain - * non-ASCII characters must be converted into ASCII using the Punycode scheme. - * For instance, the Japanese character that translates into the English word,`'example'` is `'例'`. The Internationalized Domain Name, `'例.com'` (equivalent - * to `'example.com'`) is represented by Punycode as the ASCII string`'xn--fsq.com'`. - * - * The `punycode` module provides a simple implementation of the Punycode standard. - * - * The `punycode` module is a third-party dependency used by Node.js and - * made available to developers as a convenience. Fixes or other modifications to - * the module must be directed to the [Punycode.js](https://github.com/bestiejs/punycode.js) project. - * @deprecated Since v7.0.0 - Deprecated - * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/punycode.js) - */ -declare module 'punycode' { - /** - * The `punycode.decode()` method converts a [Punycode](https://tools.ietf.org/html/rfc3492) string of ASCII-only - * characters to the equivalent string of Unicode codepoints. - * - * ```js - * punycode.decode('maana-pta'); // 'mañana' - * punycode.decode('--dqo34k'); // '☃-⌘' - * ``` - * @since v0.5.1 - */ - function decode(string: string): string; - /** - * The `punycode.encode()` method converts a string of Unicode codepoints to a [Punycode](https://tools.ietf.org/html/rfc3492) string of ASCII-only characters. - * - * ```js - * punycode.encode('mañana'); // 'maana-pta' - * punycode.encode('☃-⌘'); // '--dqo34k' - * ``` - * @since v0.5.1 - */ - function encode(string: string): string; - /** - * The `punycode.toUnicode()` method converts a string representing a domain name - * containing [Punycode](https://tools.ietf.org/html/rfc3492) encoded characters into Unicode. Only the [Punycode](https://tools.ietf.org/html/rfc3492) encoded parts of the domain name are be - * converted. - * - * ```js - * // decode domain names - * punycode.toUnicode('xn--maana-pta.com'); // 'mañana.com' - * punycode.toUnicode('xn----dqo34k.com'); // '☃-⌘.com' - * punycode.toUnicode('example.com'); // 'example.com' - * ``` - * @since v0.6.1 - */ - function toUnicode(domain: string): string; - /** - * The `punycode.toASCII()` method converts a Unicode string representing an - * Internationalized Domain Name to [Punycode](https://tools.ietf.org/html/rfc3492). Only the non-ASCII parts of the - * domain name will be converted. Calling `punycode.toASCII()` on a string that - * already only contains ASCII characters will have no effect. - * - * ```js - * // encode domain names - * punycode.toASCII('mañana.com'); // 'xn--maana-pta.com' - * punycode.toASCII('☃-⌘.com'); // 'xn----dqo34k.com' - * punycode.toASCII('example.com'); // 'example.com' - * ``` - * @since v0.6.1 - */ - function toASCII(domain: string): string; - /** - * @deprecated since v7.0.0 - * The version of the punycode module bundled in Node.js is being deprecated. - * In a future major version of Node.js this module will be removed. - * Users currently depending on the punycode module should switch to using - * the userland-provided Punycode.js module instead. - */ - const ucs2: ucs2; - interface ucs2 { - /** - * @deprecated since v7.0.0 - * The version of the punycode module bundled in Node.js is being deprecated. - * In a future major version of Node.js this module will be removed. - * Users currently depending on the punycode module should switch to using - * the userland-provided Punycode.js module instead. - */ - decode(string: string): number[]; - /** - * @deprecated since v7.0.0 - * The version of the punycode module bundled in Node.js is being deprecated. - * In a future major version of Node.js this module will be removed. - * Users currently depending on the punycode module should switch to using - * the userland-provided Punycode.js module instead. - */ - encode(codePoints: ReadonlyArray<number>): string; - } - /** - * @deprecated since v7.0.0 - * The version of the punycode module bundled in Node.js is being deprecated. - * In a future major version of Node.js this module will be removed. - * Users currently depending on the punycode module should switch to using - * the userland-provided Punycode.js module instead. - */ - const version: string; -} -declare module 'node:punycode' { - export * from 'punycode'; -} diff --git a/software/flow/node_modules/@types/node/ts4.8/querystring.d.ts b/software/flow/node_modules/@types/node/ts4.8/querystring.d.ts deleted file mode 100755 index e118547..0000000 --- a/software/flow/node_modules/@types/node/ts4.8/querystring.d.ts +++ /dev/null @@ -1,131 +0,0 @@ -/** - * The `querystring` module provides utilities for parsing and formatting URL - * query strings. It can be accessed using: - * - * ```js - * const querystring = require('querystring'); - * ``` - * - * `querystring` is more performant than `URLSearchParams` but is not a - * standardized API. Use `URLSearchParams` when performance is not critical - * or when compatibility with browser code is desirable. - * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/querystring.js) - */ -declare module 'querystring' { - interface StringifyOptions { - encodeURIComponent?: ((str: string) => string) | undefined; - } - interface ParseOptions { - maxKeys?: number | undefined; - decodeURIComponent?: ((str: string) => string) | undefined; - } - interface ParsedUrlQuery extends NodeJS.Dict<string | string[]> {} - interface ParsedUrlQueryInput extends NodeJS.Dict<string | number | boolean | ReadonlyArray<string> | ReadonlyArray<number> | ReadonlyArray<boolean> | null> {} - /** - * The `querystring.stringify()` method produces a URL query string from a - * given `obj` by iterating through the object's "own properties". - * - * It serializes the following types of values passed in `obj`:[string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#String_type) | - * [number](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Number_type) | - * [bigint](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt) | - * [boolean](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Boolean_type) | - * [string\[\]](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#String_type) | - * [number\[\]](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Number_type) | - * [bigint\[\]](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt) | - * [boolean\[\]](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Boolean_type) The numeric values must be finite. Any other input values will be coerced to - * empty strings. - * - * ```js - * querystring.stringify({ foo: 'bar', baz: ['qux', 'quux'], corge: '' }); - * // Returns 'foo=bar&#x26;baz=qux&#x26;baz=quux&#x26;corge=' - * - * querystring.stringify({ foo: 'bar', baz: 'qux' }, ';', ':'); - * // Returns 'foo:bar;baz:qux' - * ``` - * - * By default, characters requiring percent-encoding within the query string will - * be encoded as UTF-8\. If an alternative encoding is required, then an alternative`encodeURIComponent` option will need to be specified: - * - * ```js - * // Assuming gbkEncodeURIComponent function already exists, - * - * querystring.stringify({ w: '中文', foo: 'bar' }, null, null, - * { encodeURIComponent: gbkEncodeURIComponent }); - * ``` - * @since v0.1.25 - * @param obj The object to serialize into a URL query string - * @param [sep='&'] The substring used to delimit key and value pairs in the query string. - * @param [eq='='] . The substring used to delimit keys and values in the query string. - */ - function stringify(obj?: ParsedUrlQueryInput, sep?: string, eq?: string, options?: StringifyOptions): string; - /** - * The `querystring.parse()` method parses a URL query string (`str`) into a - * collection of key and value pairs. - * - * For example, the query string `'foo=bar&#x26;abc=xyz&#x26;abc=123'` is parsed into: - * - * ```js - * { - * foo: 'bar', - * abc: ['xyz', '123'] - * } - * ``` - * - * The object returned by the `querystring.parse()` method _does not_prototypically inherit from the JavaScript `Object`. This means that typical`Object` methods such as `obj.toString()`, - * `obj.hasOwnProperty()`, and others - * are not defined and _will not work_. - * - * By default, percent-encoded characters within the query string will be assumed - * to use UTF-8 encoding. If an alternative character encoding is used, then an - * alternative `decodeURIComponent` option will need to be specified: - * - * ```js - * // Assuming gbkDecodeURIComponent function already exists... - * - * querystring.parse('w=%D6%D0%CE%C4&#x26;foo=bar', null, null, - * { decodeURIComponent: gbkDecodeURIComponent }); - * ``` - * @since v0.1.25 - * @param str The URL query string to parse - * @param [sep='&'] The substring used to delimit key and value pairs in the query string. - * @param [eq='='] . The substring used to delimit keys and values in the query string. - */ - function parse(str: string, sep?: string, eq?: string, options?: ParseOptions): ParsedUrlQuery; - /** - * The querystring.encode() function is an alias for querystring.stringify(). - */ - const encode: typeof stringify; - /** - * The querystring.decode() function is an alias for querystring.parse(). - */ - const decode: typeof parse; - /** - * The `querystring.escape()` method performs URL percent-encoding on the given`str` in a manner that is optimized for the specific requirements of URL - * query strings. - * - * The `querystring.escape()` method is used by `querystring.stringify()` and is - * generally not expected to be used directly. It is exported primarily to allow - * application code to provide a replacement percent-encoding implementation if - * necessary by assigning `querystring.escape` to an alternative function. - * @since v0.1.25 - */ - function escape(str: string): string; - /** - * The `querystring.unescape()` method performs decoding of URL percent-encoded - * characters on the given `str`. - * - * The `querystring.unescape()` method is used by `querystring.parse()` and is - * generally not expected to be used directly. It is exported primarily to allow - * application code to provide a replacement decoding implementation if - * necessary by assigning `querystring.unescape` to an alternative function. - * - * By default, the `querystring.unescape()` method will attempt to use the - * JavaScript built-in `decodeURIComponent()` method to decode. If that fails, - * a safer equivalent that does not throw on malformed URLs will be used. - * @since v0.1.25 - */ - function unescape(str: string): string; -} -declare module 'node:querystring' { - export * from 'querystring'; -} diff --git a/software/flow/node_modules/@types/node/ts4.8/readline.d.ts b/software/flow/node_modules/@types/node/ts4.8/readline.d.ts deleted file mode 100755 index 6ab64ac..0000000 --- a/software/flow/node_modules/@types/node/ts4.8/readline.d.ts +++ /dev/null @@ -1,653 +0,0 @@ -/** - * The `readline` module provides an interface for reading data from a `Readable` stream (such as `process.stdin`) one line at a time. - * - * To use the promise-based APIs: - * - * ```js - * import * as readline from 'node:readline/promises'; - * ``` - * - * To use the callback and sync APIs: - * - * ```js - * import * as readline from 'node:readline'; - * ``` - * - * The following simple example illustrates the basic use of the `readline` module. - * - * ```js - * import * as readline from 'node:readline/promises'; - * import { stdin as input, stdout as output } from 'node:process'; - * - * const rl = readline.createInterface({ input, output }); - * - * const answer = await rl.question('What do you think of Node.js? '); - * - * console.log(`Thank you for your valuable feedback: ${answer}`); - * - * rl.close(); - * ``` - * - * Once this code is invoked, the Node.js application will not terminate until the`readline.Interface` is closed because the interface waits for data to be - * received on the `input` stream. - * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/readline.js) - */ -declare module 'readline' { - import { Abortable, EventEmitter } from 'node:events'; - import * as promises from 'node:readline/promises'; - - export { promises }; - export interface Key { - sequence?: string | undefined; - name?: string | undefined; - ctrl?: boolean | undefined; - meta?: boolean | undefined; - shift?: boolean | undefined; - } - /** - * Instances of the `readline.Interface` class are constructed using the`readline.createInterface()` method. Every instance is associated with a - * single `input` `Readable` stream and a single `output` `Writable` stream. - * The `output` stream is used to print prompts for user input that arrives on, - * and is read from, the `input` stream. - * @since v0.1.104 - */ - export class Interface extends EventEmitter { - readonly terminal: boolean; - /** - * The current input data being processed by node. - * - * This can be used when collecting input from a TTY stream to retrieve the - * current value that has been processed thus far, prior to the `line` event - * being emitted. Once the `line` event has been emitted, this property will - * be an empty string. - * - * Be aware that modifying the value during the instance runtime may have - * unintended consequences if `rl.cursor` is not also controlled. - * - * **If not using a TTY stream for input, use the `'line'` event.** - * - * One possible use case would be as follows: - * - * ```js - * const values = ['lorem ipsum', 'dolor sit amet']; - * const rl = readline.createInterface(process.stdin); - * const showResults = debounce(() => { - * console.log( - * '\n', - * values.filter((val) => val.startsWith(rl.line)).join(' ') - * ); - * }, 300); - * process.stdin.on('keypress', (c, k) => { - * showResults(); - * }); - * ``` - * @since v0.1.98 - */ - readonly line: string; - /** - * The cursor position relative to `rl.line`. - * - * This will track where the current cursor lands in the input string, when - * reading input from a TTY stream. The position of cursor determines the - * portion of the input string that will be modified as input is processed, - * as well as the column where the terminal caret will be rendered. - * @since v0.1.98 - */ - readonly cursor: number; - /** - * NOTE: According to the documentation: - * - * > Instances of the `readline.Interface` class are constructed using the - * > `readline.createInterface()` method. - * - * @see https://nodejs.org/dist/latest-v10.x/docs/api/readline.html#readline_class_interface - */ - protected constructor(input: NodeJS.ReadableStream, output?: NodeJS.WritableStream, completer?: Completer | AsyncCompleter, terminal?: boolean); - /** - * NOTE: According to the documentation: - * - * > Instances of the `readline.Interface` class are constructed using the - * > `readline.createInterface()` method. - * - * @see https://nodejs.org/dist/latest-v10.x/docs/api/readline.html#readline_class_interface - */ - protected constructor(options: ReadLineOptions); - /** - * The `rl.getPrompt()` method returns the current prompt used by `rl.prompt()`. - * @since v15.3.0 - * @return the current prompt string - */ - getPrompt(): string; - /** - * The `rl.setPrompt()` method sets the prompt that will be written to `output`whenever `rl.prompt()` is called. - * @since v0.1.98 - */ - setPrompt(prompt: string): void; - /** - * The `rl.prompt()` method writes the `readline.Interface` instances configured`prompt` to a new line in `output` in order to provide a user with a new - * location at which to provide input. - * - * When called, `rl.prompt()` will resume the `input` stream if it has been - * paused. - * - * If the `readline.Interface` was created with `output` set to `null` or`undefined` the prompt is not written. - * @since v0.1.98 - * @param preserveCursor If `true`, prevents the cursor placement from being reset to `0`. - */ - prompt(preserveCursor?: boolean): void; - /** - * The `rl.question()` method displays the `query` by writing it to the `output`, - * waits for user input to be provided on `input`, then invokes the `callback`function passing the provided input as the first argument. - * - * When called, `rl.question()` will resume the `input` stream if it has been - * paused. - * - * If the `readline.Interface` was created with `output` set to `null` or`undefined` the `query` is not written. - * - * The `callback` function passed to `rl.question()` does not follow the typical - * pattern of accepting an `Error` object or `null` as the first argument. - * The `callback` is called with the provided answer as the only argument. - * - * Example usage: - * - * ```js - * rl.question('What is your favorite food? ', (answer) => { - * console.log(`Oh, so your favorite food is ${answer}`); - * }); - * ``` - * - * Using an `AbortController` to cancel a question. - * - * ```js - * const ac = new AbortController(); - * const signal = ac.signal; - * - * rl.question('What is your favorite food? ', { signal }, (answer) => { - * console.log(`Oh, so your favorite food is ${answer}`); - * }); - * - * signal.addEventListener('abort', () => { - * console.log('The food question timed out'); - * }, { once: true }); - * - * setTimeout(() => ac.abort(), 10000); - * ``` - * - * If this method is invoked as it's util.promisify()ed version, it returns a - * Promise that fulfills with the answer. If the question is canceled using - * an `AbortController` it will reject with an `AbortError`. - * - * ```js - * const util = require('util'); - * const question = util.promisify(rl.question).bind(rl); - * - * async function questionExample() { - * try { - * const answer = await question('What is you favorite food? '); - * console.log(`Oh, so your favorite food is ${answer}`); - * } catch (err) { - * console.error('Question rejected', err); - * } - * } - * questionExample(); - * ``` - * @since v0.3.3 - * @param query A statement or query to write to `output`, prepended to the prompt. - * @param callback A callback function that is invoked with the user's input in response to the `query`. - */ - question(query: string, callback: (answer: string) => void): void; - question(query: string, options: Abortable, callback: (answer: string) => void): void; - /** - * The `rl.pause()` method pauses the `input` stream, allowing it to be resumed - * later if necessary. - * - * Calling `rl.pause()` does not immediately pause other events (including`'line'`) from being emitted by the `readline.Interface` instance. - * @since v0.3.4 - */ - pause(): this; - /** - * The `rl.resume()` method resumes the `input` stream if it has been paused. - * @since v0.3.4 - */ - resume(): this; - /** - * The `rl.close()` method closes the `readline.Interface` instance and - * relinquishes control over the `input` and `output` streams. When called, - * the `'close'` event will be emitted. - * - * Calling `rl.close()` does not immediately stop other events (including `'line'`) - * from being emitted by the `readline.Interface` instance. - * @since v0.1.98 - */ - close(): void; - /** - * The `rl.write()` method will write either `data` or a key sequence identified - * by `key` to the `output`. The `key` argument is supported only if `output` is - * a `TTY` text terminal. See `TTY keybindings` for a list of key - * combinations. - * - * If `key` is specified, `data` is ignored. - * - * When called, `rl.write()` will resume the `input` stream if it has been - * paused. - * - * If the `readline.Interface` was created with `output` set to `null` or`undefined` the `data` and `key` are not written. - * - * ```js - * rl.write('Delete this!'); - * // Simulate Ctrl+U to delete the line written previously - * rl.write(null, { ctrl: true, name: 'u' }); - * ``` - * - * The `rl.write()` method will write the data to the `readline` `Interface`'s`input`_as if it were provided by the user_. - * @since v0.1.98 - */ - write(data: string | Buffer, key?: Key): void; - write(data: undefined | null | string | Buffer, key: Key): void; - /** - * Returns the real position of the cursor in relation to the input - * prompt + string. Long input (wrapping) strings, as well as multiple - * line prompts are included in the calculations. - * @since v13.5.0, v12.16.0 - */ - getCursorPos(): CursorPos; - /** - * events.EventEmitter - * 1. close - * 2. line - * 3. pause - * 4. resume - * 5. SIGCONT - * 6. SIGINT - * 7. SIGTSTP - * 8. history - */ - addListener(event: string, listener: (...args: any[]) => void): this; - addListener(event: 'close', listener: () => void): this; - addListener(event: 'line', listener: (input: string) => void): this; - addListener(event: 'pause', listener: () => void): this; - addListener(event: 'resume', listener: () => void): this; - addListener(event: 'SIGCONT', listener: () => void): this; - addListener(event: 'SIGINT', listener: () => void): this; - addListener(event: 'SIGTSTP', listener: () => void): this; - addListener(event: 'history', listener: (history: string[]) => void): this; - emit(event: string | symbol, ...args: any[]): boolean; - emit(event: 'close'): boolean; - emit(event: 'line', input: string): boolean; - emit(event: 'pause'): boolean; - emit(event: 'resume'): boolean; - emit(event: 'SIGCONT'): boolean; - emit(event: 'SIGINT'): boolean; - emit(event: 'SIGTSTP'): boolean; - emit(event: 'history', history: string[]): boolean; - on(event: string, listener: (...args: any[]) => void): this; - on(event: 'close', listener: () => void): this; - on(event: 'line', listener: (input: string) => void): this; - on(event: 'pause', listener: () => void): this; - on(event: 'resume', listener: () => void): this; - on(event: 'SIGCONT', listener: () => void): this; - on(event: 'SIGINT', listener: () => void): this; - on(event: 'SIGTSTP', listener: () => void): this; - on(event: 'history', listener: (history: string[]) => void): this; - once(event: string, listener: (...args: any[]) => void): this; - once(event: 'close', listener: () => void): this; - once(event: 'line', listener: (input: string) => void): this; - once(event: 'pause', listener: () => void): this; - once(event: 'resume', listener: () => void): this; - once(event: 'SIGCONT', listener: () => void): this; - once(event: 'SIGINT', listener: () => void): this; - once(event: 'SIGTSTP', listener: () => void): this; - once(event: 'history', listener: (history: string[]) => void): this; - prependListener(event: string, listener: (...args: any[]) => void): this; - prependListener(event: 'close', listener: () => void): this; - prependListener(event: 'line', listener: (input: string) => void): this; - prependListener(event: 'pause', listener: () => void): this; - prependListener(event: 'resume', listener: () => void): this; - prependListener(event: 'SIGCONT', listener: () => void): this; - prependListener(event: 'SIGINT', listener: () => void): this; - prependListener(event: 'SIGTSTP', listener: () => void): this; - prependListener(event: 'history', listener: (history: string[]) => void): this; - prependOnceListener(event: string, listener: (...args: any[]) => void): this; - prependOnceListener(event: 'close', listener: () => void): this; - prependOnceListener(event: 'line', listener: (input: string) => void): this; - prependOnceListener(event: 'pause', listener: () => void): this; - prependOnceListener(event: 'resume', listener: () => void): this; - prependOnceListener(event: 'SIGCONT', listener: () => void): this; - prependOnceListener(event: 'SIGINT', listener: () => void): this; - prependOnceListener(event: 'SIGTSTP', listener: () => void): this; - prependOnceListener(event: 'history', listener: (history: string[]) => void): this; - [Symbol.asyncIterator](): AsyncIterableIterator<string>; - } - export type ReadLine = Interface; // type forwarded for backwards compatibility - export type Completer = (line: string) => CompleterResult; - export type AsyncCompleter = (line: string, callback: (err?: null | Error, result?: CompleterResult) => void) => void; - export type CompleterResult = [string[], string]; - export interface ReadLineOptions { - input: NodeJS.ReadableStream; - output?: NodeJS.WritableStream | undefined; - completer?: Completer | AsyncCompleter | undefined; - terminal?: boolean | undefined; - /** - * Initial list of history lines. This option makes sense - * only if `terminal` is set to `true` by the user or by an internal `output` - * check, otherwise the history caching mechanism is not initialized at all. - * @default [] - */ - history?: string[] | undefined; - historySize?: number | undefined; - prompt?: string | undefined; - crlfDelay?: number | undefined; - /** - * If `true`, when a new input line added - * to the history list duplicates an older one, this removes the older line - * from the list. - * @default false - */ - removeHistoryDuplicates?: boolean | undefined; - escapeCodeTimeout?: number | undefined; - tabSize?: number | undefined; - } - /** - * The `readline.createInterface()` method creates a new `readline.Interface`instance. - * - * ```js - * const readline = require('readline'); - * const rl = readline.createInterface({ - * input: process.stdin, - * output: process.stdout - * }); - * ``` - * - * Once the `readline.Interface` instance is created, the most common case is to - * listen for the `'line'` event: - * - * ```js - * rl.on('line', (line) => { - * console.log(`Received: ${line}`); - * }); - * ``` - * - * If `terminal` is `true` for this instance then the `output` stream will get - * the best compatibility if it defines an `output.columns` property and emits - * a `'resize'` event on the `output` if or when the columns ever change - * (`process.stdout` does this automatically when it is a TTY). - * - * When creating a `readline.Interface` using `stdin` as input, the program - * will not terminate until it receives `EOF` (Ctrl+D on - * Linux/macOS, Ctrl+Z followed by Return on - * Windows). - * If you want your application to exit without waiting for user input, you can `unref()` the standard input stream: - * - * ```js - * process.stdin.unref(); - * ``` - * @since v0.1.98 - */ - export function createInterface(input: NodeJS.ReadableStream, output?: NodeJS.WritableStream, completer?: Completer | AsyncCompleter, terminal?: boolean): Interface; - export function createInterface(options: ReadLineOptions): Interface; - /** - * The `readline.emitKeypressEvents()` method causes the given `Readable` stream to begin emitting `'keypress'` events corresponding to received input. - * - * Optionally, `interface` specifies a `readline.Interface` instance for which - * autocompletion is disabled when copy-pasted input is detected. - * - * If the `stream` is a `TTY`, then it must be in raw mode. - * - * This is automatically called by any readline instance on its `input` if the`input` is a terminal. Closing the `readline` instance does not stop - * the `input` from emitting `'keypress'` events. - * - * ```js - * readline.emitKeypressEvents(process.stdin); - * if (process.stdin.isTTY) - * process.stdin.setRawMode(true); - * ``` - * - * ## Example: Tiny CLI - * - * The following example illustrates the use of `readline.Interface` class to - * implement a small command-line interface: - * - * ```js - * const readline = require('readline'); - * const rl = readline.createInterface({ - * input: process.stdin, - * output: process.stdout, - * prompt: 'OHAI> ' - * }); - * - * rl.prompt(); - * - * rl.on('line', (line) => { - * switch (line.trim()) { - * case 'hello': - * console.log('world!'); - * break; - * default: - * console.log(`Say what? I might have heard '${line.trim()}'`); - * break; - * } - * rl.prompt(); - * }).on('close', () => { - * console.log('Have a great day!'); - * process.exit(0); - * }); - * ``` - * - * ## Example: Read file stream line-by-Line - * - * A common use case for `readline` is to consume an input file one line at a - * time. The easiest way to do so is leveraging the `fs.ReadStream` API as - * well as a `for await...of` loop: - * - * ```js - * const fs = require('fs'); - * const readline = require('readline'); - * - * async function processLineByLine() { - * const fileStream = fs.createReadStream('input.txt'); - * - * const rl = readline.createInterface({ - * input: fileStream, - * crlfDelay: Infinity - * }); - * // Note: we use the crlfDelay option to recognize all instances of CR LF - * // ('\r\n') in input.txt as a single line break. - * - * for await (const line of rl) { - * // Each line in input.txt will be successively available here as `line`. - * console.log(`Line from file: ${line}`); - * } - * } - * - * processLineByLine(); - * ``` - * - * Alternatively, one could use the `'line'` event: - * - * ```js - * const fs = require('fs'); - * const readline = require('readline'); - * - * const rl = readline.createInterface({ - * input: fs.createReadStream('sample.txt'), - * crlfDelay: Infinity - * }); - * - * rl.on('line', (line) => { - * console.log(`Line from file: ${line}`); - * }); - * ``` - * - * Currently, `for await...of` loop can be a bit slower. If `async` / `await`flow and speed are both essential, a mixed approach can be applied: - * - * ```js - * const { once } = require('events'); - * const { createReadStream } = require('fs'); - * const { createInterface } = require('readline'); - * - * (async function processLineByLine() { - * try { - * const rl = createInterface({ - * input: createReadStream('big-file.txt'), - * crlfDelay: Infinity - * }); - * - * rl.on('line', (line) => { - * // Process the line. - * }); - * - * await once(rl, 'close'); - * - * console.log('File processed.'); - * } catch (err) { - * console.error(err); - * } - * })(); - * ``` - * @since v0.7.7 - */ - export function emitKeypressEvents(stream: NodeJS.ReadableStream, readlineInterface?: Interface): void; - export type Direction = -1 | 0 | 1; - export interface CursorPos { - rows: number; - cols: number; - } - /** - * The `readline.clearLine()` method clears current line of given `TTY` stream - * in a specified direction identified by `dir`. - * @since v0.7.7 - * @param callback Invoked once the operation completes. - * @return `false` if `stream` wishes for the calling code to wait for the `'drain'` event to be emitted before continuing to write additional data; otherwise `true`. - */ - export function clearLine(stream: NodeJS.WritableStream, dir: Direction, callback?: () => void): boolean; - /** - * The `readline.clearScreenDown()` method clears the given `TTY` stream from - * the current position of the cursor down. - * @since v0.7.7 - * @param callback Invoked once the operation completes. - * @return `false` if `stream` wishes for the calling code to wait for the `'drain'` event to be emitted before continuing to write additional data; otherwise `true`. - */ - export function clearScreenDown(stream: NodeJS.WritableStream, callback?: () => void): boolean; - /** - * The `readline.cursorTo()` method moves cursor to the specified position in a - * given `TTY` `stream`. - * @since v0.7.7 - * @param callback Invoked once the operation completes. - * @return `false` if `stream` wishes for the calling code to wait for the `'drain'` event to be emitted before continuing to write additional data; otherwise `true`. - */ - export function cursorTo(stream: NodeJS.WritableStream, x: number, y?: number, callback?: () => void): boolean; - /** - * The `readline.moveCursor()` method moves the cursor _relative_ to its current - * position in a given `TTY` `stream`. - * - * ## Example: Tiny CLI - * - * The following example illustrates the use of `readline.Interface` class to - * implement a small command-line interface: - * - * ```js - * const readline = require('readline'); - * const rl = readline.createInterface({ - * input: process.stdin, - * output: process.stdout, - * prompt: 'OHAI> ' - * }); - * - * rl.prompt(); - * - * rl.on('line', (line) => { - * switch (line.trim()) { - * case 'hello': - * console.log('world!'); - * break; - * default: - * console.log(`Say what? I might have heard '${line.trim()}'`); - * break; - * } - * rl.prompt(); - * }).on('close', () => { - * console.log('Have a great day!'); - * process.exit(0); - * }); - * ``` - * - * ## Example: Read file stream line-by-Line - * - * A common use case for `readline` is to consume an input file one line at a - * time. The easiest way to do so is leveraging the `fs.ReadStream` API as - * well as a `for await...of` loop: - * - * ```js - * const fs = require('fs'); - * const readline = require('readline'); - * - * async function processLineByLine() { - * const fileStream = fs.createReadStream('input.txt'); - * - * const rl = readline.createInterface({ - * input: fileStream, - * crlfDelay: Infinity - * }); - * // Note: we use the crlfDelay option to recognize all instances of CR LF - * // ('\r\n') in input.txt as a single line break. - * - * for await (const line of rl) { - * // Each line in input.txt will be successively available here as `line`. - * console.log(`Line from file: ${line}`); - * } - * } - * - * processLineByLine(); - * ``` - * - * Alternatively, one could use the `'line'` event: - * - * ```js - * const fs = require('fs'); - * const readline = require('readline'); - * - * const rl = readline.createInterface({ - * input: fs.createReadStream('sample.txt'), - * crlfDelay: Infinity - * }); - * - * rl.on('line', (line) => { - * console.log(`Line from file: ${line}`); - * }); - * ``` - * - * Currently, `for await...of` loop can be a bit slower. If `async` / `await`flow and speed are both essential, a mixed approach can be applied: - * - * ```js - * const { once } = require('events'); - * const { createReadStream } = require('fs'); - * const { createInterface } = require('readline'); - * - * (async function processLineByLine() { - * try { - * const rl = createInterface({ - * input: createReadStream('big-file.txt'), - * crlfDelay: Infinity - * }); - * - * rl.on('line', (line) => { - * // Process the line. - * }); - * - * await once(rl, 'close'); - * - * console.log('File processed.'); - * } catch (err) { - * console.error(err); - * } - * })(); - * ``` - * @since v0.7.7 - * @param callback Invoked once the operation completes. - * @return `false` if `stream` wishes for the calling code to wait for the `'drain'` event to be emitted before continuing to write additional data; otherwise `true`. - */ - export function moveCursor(stream: NodeJS.WritableStream, dx: number, dy: number, callback?: () => void): boolean; -} -declare module 'node:readline' { - export * from 'readline'; -} diff --git a/software/flow/node_modules/@types/node/ts4.8/readline/promises.d.ts b/software/flow/node_modules/@types/node/ts4.8/readline/promises.d.ts deleted file mode 100755 index 8f9f06f..0000000 --- a/software/flow/node_modules/@types/node/ts4.8/readline/promises.d.ts +++ /dev/null @@ -1,143 +0,0 @@ -/** - * The `readline/promise` module provides an API for reading lines of input from a Readable stream one line at a time. - * - * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/readline/promises.js) - * @since v17.0.0 - */ -declare module 'readline/promises' { - import { Interface as _Interface, ReadLineOptions, Completer, AsyncCompleter, Direction } from 'node:readline'; - import { Abortable } from 'node:events'; - - class Interface extends _Interface { - /** - * The rl.question() method displays the query by writing it to the output, waits for user input to be provided on input, - * then invokes the callback function passing the provided input as the first argument. - * - * When called, rl.question() will resume the input stream if it has been paused. - * - * If the readlinePromises.Interface was created with output set to null or undefined the query is not written. - * - * If the question is called after rl.close(), it returns a rejected promise. - * - * Example usage: - * - * ```js - * const answer = await rl.question('What is your favorite food? '); - * console.log(`Oh, so your favorite food is ${answer}`); - * ``` - * - * Using an AbortSignal to cancel a question. - * - * ```js - * const signal = AbortSignal.timeout(10_000); - * - * signal.addEventListener('abort', () => { - * console.log('The food question timed out'); - * }, { once: true }); - * - * const answer = await rl.question('What is your favorite food? ', { signal }); - * console.log(`Oh, so your favorite food is ${answer}`); - * ``` - * - * @since v17.0.0 - * @param query A statement or query to write to output, prepended to the prompt. - */ - question(query: string): Promise<string>; - question(query: string, options: Abortable): Promise<string>; - } - - class Readline { - /** - * @param stream A TTY stream. - */ - constructor(stream: NodeJS.WritableStream, options?: { autoCommit?: boolean }); - /** - * The `rl.clearLine()` method adds to the internal list of pending action an action that clears current line of the associated `stream` in a specified direction identified by `dir`. - * Call `rl.commit()` to see the effect of this method, unless `autoCommit: true` was passed to the constructor. - */ - clearLine(dir: Direction): this; - /** - * The `rl.clearScreenDown()` method adds to the internal list of pending action an action that clears the associated `stream` from the current position of the cursor down. - * Call `rl.commit()` to see the effect of this method, unless `autoCommit: true` was passed to the constructor. - */ - clearScreenDown(): this; - /** - * The `rl.commit()` method sends all the pending actions to the associated `stream` and clears the internal list of pending actions. - */ - commit(): Promise<void>; - /** - * The `rl.cursorTo()` method adds to the internal list of pending action an action that moves cursor to the specified position in the associated `stream`. - * Call `rl.commit()` to see the effect of this method, unless `autoCommit: true` was passed to the constructor. - */ - cursorTo(x: number, y?: number): this; - /** - * The `rl.moveCursor()` method adds to the internal list of pending action an action that moves the cursor relative to its current position in the associated `stream`. - * Call `rl.commit()` to see the effect of this method, unless autoCommit: true was passed to the constructor. - */ - moveCursor(dx: number, dy: number): this; - /** - * The `rl.rollback()` method clears the internal list of pending actions without sending it to the associated `stream`. - */ - rollback(): this; - } - - /** - * The `readlinePromises.createInterface()` method creates a new `readlinePromises.Interface` instance. - * - * ```js - * const readlinePromises = require('node:readline/promises'); - * const rl = readlinePromises.createInterface({ - * input: process.stdin, - * output: process.stdout - * }); - * ``` - * - * Once the `readlinePromises.Interface` instance is created, the most common case is to listen for the `'line'` event: - * - * ```js - * rl.on('line', (line) => { - * console.log(`Received: ${line}`); - * }); - * ``` - * - * If `terminal` is `true` for this instance then the `output` stream will get the best compatibility if it defines an `output.columns` property, - * and emits a `'resize'` event on the `output`, if or when the columns ever change (`process.stdout` does this automatically when it is a TTY). - * - * ## Use of the `completer` function - * - * The `completer` function takes the current line entered by the user as an argument, and returns an `Array` with 2 entries: - * - * - An Array with matching entries for the completion. - * - The substring that was used for the matching. - * - * For instance: `[[substr1, substr2, ...], originalsubstring]`. - * - * ```js - * function completer(line) { - * const completions = '.help .error .exit .quit .q'.split(' '); - * const hits = completions.filter((c) => c.startsWith(line)); - * // Show all completions if none found - * return [hits.length ? hits : completions, line]; - * } - * ``` - * - * The `completer` function can also returns a `Promise`, or be asynchronous: - * - * ```js - * async function completer(linePartial) { - * await someAsyncWork(); - * return [['123'], linePartial]; - * } - * ``` - */ - function createInterface( - input: NodeJS.ReadableStream, - output?: NodeJS.WritableStream, - completer?: Completer | AsyncCompleter, - terminal?: boolean, - ): Interface; - function createInterface(options: ReadLineOptions): Interface; -} -declare module 'node:readline/promises' { - export * from 'readline/promises'; -} diff --git a/software/flow/node_modules/@types/node/ts4.8/repl.d.ts b/software/flow/node_modules/@types/node/ts4.8/repl.d.ts deleted file mode 100755 index be42ccc..0000000 --- a/software/flow/node_modules/@types/node/ts4.8/repl.d.ts +++ /dev/null @@ -1,424 +0,0 @@ -/** - * The `repl` module provides a Read-Eval-Print-Loop (REPL) implementation that - * is available both as a standalone program or includible in other applications. - * It can be accessed using: - * - * ```js - * const repl = require('repl'); - * ``` - * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/repl.js) - */ -declare module 'repl' { - import { Interface, Completer, AsyncCompleter } from 'node:readline'; - import { Context } from 'node:vm'; - import { InspectOptions } from 'node:util'; - interface ReplOptions { - /** - * The input prompt to display. - * @default "> " - */ - prompt?: string | undefined; - /** - * The `Readable` stream from which REPL input will be read. - * @default process.stdin - */ - input?: NodeJS.ReadableStream | undefined; - /** - * The `Writable` stream to which REPL output will be written. - * @default process.stdout - */ - output?: NodeJS.WritableStream | undefined; - /** - * If `true`, specifies that the output should be treated as a TTY terminal, and have - * ANSI/VT100 escape codes written to it. - * Default: checking the value of the `isTTY` property on the output stream upon - * instantiation. - */ - terminal?: boolean | undefined; - /** - * The function to be used when evaluating each given line of input. - * Default: an async wrapper for the JavaScript `eval()` function. An `eval` function can - * error with `repl.Recoverable` to indicate the input was incomplete and prompt for - * additional lines. - * - * @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_default_evaluation - * @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_custom_evaluation_functions - */ - eval?: REPLEval | undefined; - /** - * Defines if the repl prints output previews or not. - * @default `true` Always `false` in case `terminal` is falsy. - */ - preview?: boolean | undefined; - /** - * If `true`, specifies that the default `writer` function should include ANSI color - * styling to REPL output. If a custom `writer` function is provided then this has no - * effect. - * Default: the REPL instance's `terminal` value. - */ - useColors?: boolean | undefined; - /** - * If `true`, specifies that the default evaluation function will use the JavaScript - * `global` as the context as opposed to creating a new separate context for the REPL - * instance. The node CLI REPL sets this value to `true`. - * Default: `false`. - */ - useGlobal?: boolean | undefined; - /** - * If `true`, specifies that the default writer will not output the return value of a - * command if it evaluates to `undefined`. - * Default: `false`. - */ - ignoreUndefined?: boolean | undefined; - /** - * The function to invoke to format the output of each command before writing to `output`. - * Default: a wrapper for `util.inspect`. - * - * @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_customizing_repl_output - */ - writer?: REPLWriter | undefined; - /** - * An optional function used for custom Tab auto completion. - * - * @see https://nodejs.org/dist/latest-v11.x/docs/api/readline.html#readline_use_of_the_completer_function - */ - completer?: Completer | AsyncCompleter | undefined; - /** - * A flag that specifies whether the default evaluator executes all JavaScript commands in - * strict mode or default (sloppy) mode. - * Accepted values are: - * - `repl.REPL_MODE_SLOPPY` - evaluates expressions in sloppy mode. - * - `repl.REPL_MODE_STRICT` - evaluates expressions in strict mode. This is equivalent to - * prefacing every repl statement with `'use strict'`. - */ - replMode?: typeof REPL_MODE_SLOPPY | typeof REPL_MODE_STRICT | undefined; - /** - * Stop evaluating the current piece of code when `SIGINT` is received, i.e. `Ctrl+C` is - * pressed. This cannot be used together with a custom `eval` function. - * Default: `false`. - */ - breakEvalOnSigint?: boolean | undefined; - } - type REPLEval = (this: REPLServer, evalCmd: string, context: Context, file: string, cb: (err: Error | null, result: any) => void) => void; - type REPLWriter = (this: REPLServer, obj: any) => string; - /** - * This is the default "writer" value, if none is passed in the REPL options, - * and it can be overridden by custom print functions. - */ - const writer: REPLWriter & { - options: InspectOptions; - }; - type REPLCommandAction = (this: REPLServer, text: string) => void; - interface REPLCommand { - /** - * Help text to be displayed when `.help` is entered. - */ - help?: string | undefined; - /** - * The function to execute, optionally accepting a single string argument. - */ - action: REPLCommandAction; - } - /** - * Instances of `repl.REPLServer` are created using the {@link start} method - * or directly using the JavaScript `new` keyword. - * - * ```js - * const repl = require('repl'); - * - * const options = { useColors: true }; - * - * const firstInstance = repl.start(options); - * const secondInstance = new repl.REPLServer(options); - * ``` - * @since v0.1.91 - */ - class REPLServer extends Interface { - /** - * The `vm.Context` provided to the `eval` function to be used for JavaScript - * evaluation. - */ - readonly context: Context; - /** - * @deprecated since v14.3.0 - Use `input` instead. - */ - readonly inputStream: NodeJS.ReadableStream; - /** - * @deprecated since v14.3.0 - Use `output` instead. - */ - readonly outputStream: NodeJS.WritableStream; - /** - * The `Readable` stream from which REPL input will be read. - */ - readonly input: NodeJS.ReadableStream; - /** - * The `Writable` stream to which REPL output will be written. - */ - readonly output: NodeJS.WritableStream; - /** - * The commands registered via `replServer.defineCommand()`. - */ - readonly commands: NodeJS.ReadOnlyDict<REPLCommand>; - /** - * A value indicating whether the REPL is currently in "editor mode". - * - * @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_commands_and_special_keys - */ - readonly editorMode: boolean; - /** - * A value indicating whether the `_` variable has been assigned. - * - * @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_assignment_of_the_underscore_variable - */ - readonly underscoreAssigned: boolean; - /** - * The last evaluation result from the REPL (assigned to the `_` variable inside of the REPL). - * - * @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_assignment_of_the_underscore_variable - */ - readonly last: any; - /** - * A value indicating whether the `_error` variable has been assigned. - * - * @since v9.8.0 - * @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_assignment_of_the_underscore_variable - */ - readonly underscoreErrAssigned: boolean; - /** - * The last error raised inside the REPL (assigned to the `_error` variable inside of the REPL). - * - * @since v9.8.0 - * @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_assignment_of_the_underscore_variable - */ - readonly lastError: any; - /** - * Specified in the REPL options, this is the function to be used when evaluating each - * given line of input. If not specified in the REPL options, this is an async wrapper - * for the JavaScript `eval()` function. - */ - readonly eval: REPLEval; - /** - * Specified in the REPL options, this is a value indicating whether the default - * `writer` function should include ANSI color styling to REPL output. - */ - readonly useColors: boolean; - /** - * Specified in the REPL options, this is a value indicating whether the default `eval` - * function will use the JavaScript `global` as the context as opposed to creating a new - * separate context for the REPL instance. - */ - readonly useGlobal: boolean; - /** - * Specified in the REPL options, this is a value indicating whether the default `writer` - * function should output the result of a command if it evaluates to `undefined`. - */ - readonly ignoreUndefined: boolean; - /** - * Specified in the REPL options, this is the function to invoke to format the output of - * each command before writing to `outputStream`. If not specified in the REPL options, - * this will be a wrapper for `util.inspect`. - */ - readonly writer: REPLWriter; - /** - * Specified in the REPL options, this is the function to use for custom Tab auto-completion. - */ - readonly completer: Completer | AsyncCompleter; - /** - * Specified in the REPL options, this is a flag that specifies whether the default `eval` - * function should execute all JavaScript commands in strict mode or default (sloppy) mode. - * Possible values are: - * - `repl.REPL_MODE_SLOPPY` - evaluates expressions in sloppy mode. - * - `repl.REPL_MODE_STRICT` - evaluates expressions in strict mode. This is equivalent to - * prefacing every repl statement with `'use strict'`. - */ - readonly replMode: typeof REPL_MODE_SLOPPY | typeof REPL_MODE_STRICT; - /** - * NOTE: According to the documentation: - * - * > Instances of `repl.REPLServer` are created using the `repl.start()` method and - * > _should not_ be created directly using the JavaScript `new` keyword. - * - * `REPLServer` cannot be subclassed due to implementation specifics in NodeJS. - * - * @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_class_replserver - */ - private constructor(); - /** - * The `replServer.defineCommand()` method is used to add new `.`\-prefixed commands - * to the REPL instance. Such commands are invoked by typing a `.` followed by the`keyword`. The `cmd` is either a `Function` or an `Object` with the following - * properties: - * - * The following example shows two new commands added to the REPL instance: - * - * ```js - * const repl = require('repl'); - * - * const replServer = repl.start({ prompt: '> ' }); - * replServer.defineCommand('sayhello', { - * help: 'Say hello', - * action(name) { - * this.clearBufferedCommand(); - * console.log(`Hello, ${name}!`); - * this.displayPrompt(); - * } - * }); - * replServer.defineCommand('saybye', function saybye() { - * console.log('Goodbye!'); - * this.close(); - * }); - * ``` - * - * The new commands can then be used from within the REPL instance: - * - * ```console - * > .sayhello Node.js User - * Hello, Node.js User! - * > .saybye - * Goodbye! - * ``` - * @since v0.3.0 - * @param keyword The command keyword (_without_ a leading `.` character). - * @param cmd The function to invoke when the command is processed. - */ - defineCommand(keyword: string, cmd: REPLCommandAction | REPLCommand): void; - /** - * The `replServer.displayPrompt()` method readies the REPL instance for input - * from the user, printing the configured `prompt` to a new line in the `output`and resuming the `input` to accept new input. - * - * When multi-line input is being entered, an ellipsis is printed rather than the - * 'prompt'. - * - * When `preserveCursor` is `true`, the cursor placement will not be reset to `0`. - * - * The `replServer.displayPrompt` method is primarily intended to be called from - * within the action function for commands registered using the`replServer.defineCommand()` method. - * @since v0.1.91 - */ - displayPrompt(preserveCursor?: boolean): void; - /** - * The `replServer.clearBufferedCommand()` method clears any command that has been - * buffered but not yet executed. This method is primarily intended to be - * called from within the action function for commands registered using the`replServer.defineCommand()` method. - * @since v9.0.0 - */ - clearBufferedCommand(): void; - /** - * Initializes a history log file for the REPL instance. When executing the - * Node.js binary and using the command-line REPL, a history file is initialized - * by default. However, this is not the case when creating a REPL - * programmatically. Use this method to initialize a history log file when working - * with REPL instances programmatically. - * @since v11.10.0 - * @param historyPath the path to the history file - * @param callback called when history writes are ready or upon error - */ - setupHistory(path: string, callback: (err: Error | null, repl: this) => void): void; - /** - * events.EventEmitter - * 1. close - inherited from `readline.Interface` - * 2. line - inherited from `readline.Interface` - * 3. pause - inherited from `readline.Interface` - * 4. resume - inherited from `readline.Interface` - * 5. SIGCONT - inherited from `readline.Interface` - * 6. SIGINT - inherited from `readline.Interface` - * 7. SIGTSTP - inherited from `readline.Interface` - * 8. exit - * 9. reset - */ - addListener(event: string, listener: (...args: any[]) => void): this; - addListener(event: 'close', listener: () => void): this; - addListener(event: 'line', listener: (input: string) => void): this; - addListener(event: 'pause', listener: () => void): this; - addListener(event: 'resume', listener: () => void): this; - addListener(event: 'SIGCONT', listener: () => void): this; - addListener(event: 'SIGINT', listener: () => void): this; - addListener(event: 'SIGTSTP', listener: () => void): this; - addListener(event: 'exit', listener: () => void): this; - addListener(event: 'reset', listener: (context: Context) => void): this; - emit(event: string | symbol, ...args: any[]): boolean; - emit(event: 'close'): boolean; - emit(event: 'line', input: string): boolean; - emit(event: 'pause'): boolean; - emit(event: 'resume'): boolean; - emit(event: 'SIGCONT'): boolean; - emit(event: 'SIGINT'): boolean; - emit(event: 'SIGTSTP'): boolean; - emit(event: 'exit'): boolean; - emit(event: 'reset', context: Context): boolean; - on(event: string, listener: (...args: any[]) => void): this; - on(event: 'close', listener: () => void): this; - on(event: 'line', listener: (input: string) => void): this; - on(event: 'pause', listener: () => void): this; - on(event: 'resume', listener: () => void): this; - on(event: 'SIGCONT', listener: () => void): this; - on(event: 'SIGINT', listener: () => void): this; - on(event: 'SIGTSTP', listener: () => void): this; - on(event: 'exit', listener: () => void): this; - on(event: 'reset', listener: (context: Context) => void): this; - once(event: string, listener: (...args: any[]) => void): this; - once(event: 'close', listener: () => void): this; - once(event: 'line', listener: (input: string) => void): this; - once(event: 'pause', listener: () => void): this; - once(event: 'resume', listener: () => void): this; - once(event: 'SIGCONT', listener: () => void): this; - once(event: 'SIGINT', listener: () => void): this; - once(event: 'SIGTSTP', listener: () => void): this; - once(event: 'exit', listener: () => void): this; - once(event: 'reset', listener: (context: Context) => void): this; - prependListener(event: string, listener: (...args: any[]) => void): this; - prependListener(event: 'close', listener: () => void): this; - prependListener(event: 'line', listener: (input: string) => void): this; - prependListener(event: 'pause', listener: () => void): this; - prependListener(event: 'resume', listener: () => void): this; - prependListener(event: 'SIGCONT', listener: () => void): this; - prependListener(event: 'SIGINT', listener: () => void): this; - prependListener(event: 'SIGTSTP', listener: () => void): this; - prependListener(event: 'exit', listener: () => void): this; - prependListener(event: 'reset', listener: (context: Context) => void): this; - prependOnceListener(event: string, listener: (...args: any[]) => void): this; - prependOnceListener(event: 'close', listener: () => void): this; - prependOnceListener(event: 'line', listener: (input: string) => void): this; - prependOnceListener(event: 'pause', listener: () => void): this; - prependOnceListener(event: 'resume', listener: () => void): this; - prependOnceListener(event: 'SIGCONT', listener: () => void): this; - prependOnceListener(event: 'SIGINT', listener: () => void): this; - prependOnceListener(event: 'SIGTSTP', listener: () => void): this; - prependOnceListener(event: 'exit', listener: () => void): this; - prependOnceListener(event: 'reset', listener: (context: Context) => void): this; - } - /** - * A flag passed in the REPL options. Evaluates expressions in sloppy mode. - */ - const REPL_MODE_SLOPPY: unique symbol; - /** - * A flag passed in the REPL options. Evaluates expressions in strict mode. - * This is equivalent to prefacing every repl statement with `'use strict'`. - */ - const REPL_MODE_STRICT: unique symbol; - /** - * The `repl.start()` method creates and starts a {@link REPLServer} instance. - * - * If `options` is a string, then it specifies the input prompt: - * - * ```js - * const repl = require('repl'); - * - * // a Unix style prompt - * repl.start('$ '); - * ``` - * @since v0.1.91 - */ - function start(options?: string | ReplOptions): REPLServer; - /** - * Indicates a recoverable error that a `REPLServer` can use to support multi-line input. - * - * @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_recoverable_errors - */ - class Recoverable extends SyntaxError { - err: Error; - constructor(err: Error); - } -} -declare module 'node:repl' { - export * from 'repl'; -} diff --git a/software/flow/node_modules/@types/node/ts4.8/stream.d.ts b/software/flow/node_modules/@types/node/ts4.8/stream.d.ts deleted file mode 100755 index a0df689..0000000 --- a/software/flow/node_modules/@types/node/ts4.8/stream.d.ts +++ /dev/null @@ -1,1340 +0,0 @@ -/** - * A stream is an abstract interface for working with streaming data in Node.js. - * The `stream` module provides an API for implementing the stream interface. - * - * There are many stream objects provided by Node.js. For instance, a `request to an HTTP server` and `process.stdout` are both stream instances. - * - * Streams can be readable, writable, or both. All streams are instances of `EventEmitter`. - * - * To access the `stream` module: - * - * ```js - * const stream = require('stream'); - * ``` - * - * The `stream` module is useful for creating new types of stream instances. It is - * usually not necessary to use the `stream` module to consume streams. - * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/stream.js) - */ -declare module 'stream' { - import { EventEmitter, Abortable } from 'node:events'; - import { Blob as NodeBlob } from "node:buffer"; - import * as streamPromises from 'node:stream/promises'; - import * as streamConsumers from 'node:stream/consumers'; - import * as streamWeb from 'node:stream/web'; - class internal extends EventEmitter { - pipe<T extends NodeJS.WritableStream>( - destination: T, - options?: { - end?: boolean | undefined; - } - ): T; - } - namespace internal { - class Stream extends internal { - constructor(opts?: ReadableOptions); - } - interface StreamOptions<T extends Stream> extends Abortable { - emitClose?: boolean | undefined; - highWaterMark?: number | undefined; - objectMode?: boolean | undefined; - construct?(this: T, callback: (error?: Error | null) => void): void; - destroy?(this: T, error: Error | null, callback: (error: Error | null) => void): void; - autoDestroy?: boolean | undefined; - } - interface ReadableOptions extends StreamOptions<Readable> { - encoding?: BufferEncoding | undefined; - read?(this: Readable, size: number): void; - } - /** - * @since v0.9.4 - */ - class Readable extends Stream implements NodeJS.ReadableStream { - /** - * A utility method for creating Readable Streams out of iterators. - */ - static from(iterable: Iterable<any> | AsyncIterable<any>, options?: ReadableOptions): Readable; - /** - * A utility method for creating a `Readable` from a web `ReadableStream`. - * @since v17.0.0 - * @experimental - */ - static fromWeb(readableStream: streamWeb.ReadableStream, options?: Pick<ReadableOptions, 'encoding' | 'highWaterMark' | 'objectMode' | 'signal'>): Readable; - /** - * Returns whether the stream has been read from or cancelled. - * @since v16.8.0 - */ - static isDisturbed(stream: Readable | NodeJS.ReadableStream): boolean; - /** - * A utility method for creating a web `ReadableStream` from a `Readable`. - * @since v17.0.0 - * @experimental - */ - static toWeb(streamReadable: Readable): streamWeb.ReadableStream; - /** - * Returns whether the stream was destroyed or errored before emitting `'end'`. - * @since v16.8.0 - * @experimental - */ - readonly readableAborted: boolean; - /** - * Is `true` if it is safe to call `readable.read()`, which means - * the stream has not been destroyed or emitted `'error'` or `'end'`. - * @since v11.4.0 - */ - readable: boolean; - /** - * Returns whether `'data'` has been emitted. - * @since v16.7.0, v14.18.0 - * @experimental - */ - readonly readableDidRead: boolean; - /** - * Getter for the property `encoding` of a given `Readable` stream. The `encoding`property can be set using the `readable.setEncoding()` method. - * @since v12.7.0 - */ - readonly readableEncoding: BufferEncoding | null; - /** - * Becomes `true` when `'end'` event is emitted. - * @since v12.9.0 - */ - readonly readableEnded: boolean; - /** - * This property reflects the current state of a `Readable` stream as described - * in the `Three states` section. - * @since v9.4.0 - */ - readonly readableFlowing: boolean | null; - /** - * Returns the value of `highWaterMark` passed when creating this `Readable`. - * @since v9.3.0 - */ - readonly readableHighWaterMark: number; - /** - * This property contains the number of bytes (or objects) in the queue - * ready to be read. The value provides introspection data regarding - * the status of the `highWaterMark`. - * @since v9.4.0 - */ - readonly readableLength: number; - /** - * Getter for the property `objectMode` of a given `Readable` stream. - * @since v12.3.0 - */ - readonly readableObjectMode: boolean; - /** - * Is `true` after `readable.destroy()` has been called. - * @since v18.0.0 - */ - destroyed: boolean; - /** - * Is true after 'close' has been emitted. - * @since v8.0.0 - */ - readonly closed: boolean; - /** - * Returns error if the stream has been destroyed with an error. - * @since v18.0.0 - */ - readonly errored: Error | null; - constructor(opts?: ReadableOptions); - _construct?(callback: (error?: Error | null) => void): void; - _read(size: number): void; - /** - * The `readable.read()` method reads data out of the internal buffer and - * returns it. If no data is available to be read, `null` is returned. By default, - * the data is returned as a `Buffer` object unless an encoding has been - * specified using the `readable.setEncoding()` method or the stream is operating - * in object mode. - * - * The optional `size` argument specifies a specific number of bytes to read. If`size` bytes are not available to be read, `null` will be returned _unless_the stream has ended, in which - * case all of the data remaining in the internal - * buffer will be returned. - * - * If the `size` argument is not specified, all of the data contained in the - * internal buffer will be returned. - * - * The `size` argument must be less than or equal to 1 GiB. - * - * The `readable.read()` method should only be called on `Readable` streams - * operating in paused mode. In flowing mode, `readable.read()` is called - * automatically until the internal buffer is fully drained. - * - * ```js - * const readable = getReadableStreamSomehow(); - * - * // 'readable' may be triggered multiple times as data is buffered in - * readable.on('readable', () => { - * let chunk; - * console.log('Stream is readable (new data received in buffer)'); - * // Use a loop to make sure we read all currently available data - * while (null !== (chunk = readable.read())) { - * console.log(`Read ${chunk.length} bytes of data...`); - * } - * }); - * - * // 'end' will be triggered once when there is no more data available - * readable.on('end', () => { - * console.log('Reached end of stream.'); - * }); - * ``` - * - * Each call to `readable.read()` returns a chunk of data, or `null`. The chunks - * are not concatenated. A `while` loop is necessary to consume all data - * currently in the buffer. When reading a large file `.read()` may return `null`, - * having consumed all buffered content so far, but there is still more data to - * come not yet buffered. In this case a new `'readable'` event will be emitted - * when there is more data in the buffer. Finally the `'end'` event will be - * emitted when there is no more data to come. - * - * Therefore to read a file's whole contents from a `readable`, it is necessary - * to collect chunks across multiple `'readable'` events: - * - * ```js - * const chunks = []; - * - * readable.on('readable', () => { - * let chunk; - * while (null !== (chunk = readable.read())) { - * chunks.push(chunk); - * } - * }); - * - * readable.on('end', () => { - * const content = chunks.join(''); - * }); - * ``` - * - * A `Readable` stream in object mode will always return a single item from - * a call to `readable.read(size)`, regardless of the value of the`size` argument. - * - * If the `readable.read()` method returns a chunk of data, a `'data'` event will - * also be emitted. - * - * Calling {@link read} after the `'end'` event has - * been emitted will return `null`. No runtime error will be raised. - * @since v0.9.4 - * @param size Optional argument to specify how much data to read. - */ - read(size?: number): any; - /** - * The `readable.setEncoding()` method sets the character encoding for - * data read from the `Readable` stream. - * - * By default, no encoding is assigned and stream data will be returned as`Buffer` objects. Setting an encoding causes the stream data - * to be returned as strings of the specified encoding rather than as `Buffer`objects. For instance, calling `readable.setEncoding('utf8')` will cause the - * output data to be interpreted as UTF-8 data, and passed as strings. Calling`readable.setEncoding('hex')` will cause the data to be encoded in hexadecimal - * string format. - * - * The `Readable` stream will properly handle multi-byte characters delivered - * through the stream that would otherwise become improperly decoded if simply - * pulled from the stream as `Buffer` objects. - * - * ```js - * const readable = getReadableStreamSomehow(); - * readable.setEncoding('utf8'); - * readable.on('data', (chunk) => { - * assert.equal(typeof chunk, 'string'); - * console.log('Got %d characters of string data:', chunk.length); - * }); - * ``` - * @since v0.9.4 - * @param encoding The encoding to use. - */ - setEncoding(encoding: BufferEncoding): this; - /** - * The `readable.pause()` method will cause a stream in flowing mode to stop - * emitting `'data'` events, switching out of flowing mode. Any data that - * becomes available will remain in the internal buffer. - * - * ```js - * const readable = getReadableStreamSomehow(); - * readable.on('data', (chunk) => { - * console.log(`Received ${chunk.length} bytes of data.`); - * readable.pause(); - * console.log('There will be no additional data for 1 second.'); - * setTimeout(() => { - * console.log('Now data will start flowing again.'); - * readable.resume(); - * }, 1000); - * }); - * ``` - * - * The `readable.pause()` method has no effect if there is a `'readable'`event listener. - * @since v0.9.4 - */ - pause(): this; - /** - * The `readable.resume()` method causes an explicitly paused `Readable` stream to - * resume emitting `'data'` events, switching the stream into flowing mode. - * - * The `readable.resume()` method can be used to fully consume the data from a - * stream without actually processing any of that data: - * - * ```js - * getReadableStreamSomehow() - * .resume() - * .on('end', () => { - * console.log('Reached the end, but did not read anything.'); - * }); - * ``` - * - * The `readable.resume()` method has no effect if there is a `'readable'`event listener. - * @since v0.9.4 - */ - resume(): this; - /** - * The `readable.isPaused()` method returns the current operating state of the`Readable`. This is used primarily by the mechanism that underlies the`readable.pipe()` method. In most - * typical cases, there will be no reason to - * use this method directly. - * - * ```js - * const readable = new stream.Readable(); - * - * readable.isPaused(); // === false - * readable.pause(); - * readable.isPaused(); // === true - * readable.resume(); - * readable.isPaused(); // === false - * ``` - * @since v0.11.14 - */ - isPaused(): boolean; - /** - * The `readable.unpipe()` method detaches a `Writable` stream previously attached - * using the {@link pipe} method. - * - * If the `destination` is not specified, then _all_ pipes are detached. - * - * If the `destination` is specified, but no pipe is set up for it, then - * the method does nothing. - * - * ```js - * const fs = require('fs'); - * const readable = getReadableStreamSomehow(); - * const writable = fs.createWriteStream('file.txt'); - * // All the data from readable goes into 'file.txt', - * // but only for the first second. - * readable.pipe(writable); - * setTimeout(() => { - * console.log('Stop writing to file.txt.'); - * readable.unpipe(writable); - * console.log('Manually close the file stream.'); - * writable.end(); - * }, 1000); - * ``` - * @since v0.9.4 - * @param destination Optional specific stream to unpipe - */ - unpipe(destination?: NodeJS.WritableStream): this; - /** - * Passing `chunk` as `null` signals the end of the stream (EOF) and behaves the - * same as `readable.push(null)`, after which no more data can be written. The EOF - * signal is put at the end of the buffer and any buffered data will still be - * flushed. - * - * The `readable.unshift()` method pushes a chunk of data back into the internal - * buffer. This is useful in certain situations where a stream is being consumed by - * code that needs to "un-consume" some amount of data that it has optimistically - * pulled out of the source, so that the data can be passed on to some other party. - * - * The `stream.unshift(chunk)` method cannot be called after the `'end'` event - * has been emitted or a runtime error will be thrown. - * - * Developers using `stream.unshift()` often should consider switching to - * use of a `Transform` stream instead. See the `API for stream implementers` section for more information. - * - * ```js - * // Pull off a header delimited by \n\n. - * // Use unshift() if we get too much. - * // Call the callback with (error, header, stream). - * const { StringDecoder } = require('string_decoder'); - * function parseHeader(stream, callback) { - * stream.on('error', callback); - * stream.on('readable', onReadable); - * const decoder = new StringDecoder('utf8'); - * let header = ''; - * function onReadable() { - * let chunk; - * while (null !== (chunk = stream.read())) { - * const str = decoder.write(chunk); - * if (str.includes('\n\n')) { - * // Found the header boundary. - * const split = str.split(/\n\n/); - * header += split.shift(); - * const remaining = split.join('\n\n'); - * const buf = Buffer.from(remaining, 'utf8'); - * stream.removeListener('error', callback); - * // Remove the 'readable' listener before unshifting. - * stream.removeListener('readable', onReadable); - * if (buf.length) - * stream.unshift(buf); - * // Now the body of the message can be read from the stream. - * callback(null, header, stream); - * return; - * } - * // Still reading the header. - * header += str; - * } - * } - * } - * ``` - * - * Unlike {@link push}, `stream.unshift(chunk)` will not - * end the reading process by resetting the internal reading state of the stream. - * This can cause unexpected results if `readable.unshift()` is called during a - * read (i.e. from within a {@link _read} implementation on a - * custom stream). Following the call to `readable.unshift()` with an immediate {@link push} will reset the reading state appropriately, - * however it is best to simply avoid calling `readable.unshift()` while in the - * process of performing a read. - * @since v0.9.11 - * @param chunk Chunk of data to unshift onto the read queue. For streams not operating in object mode, `chunk` must be a string, `Buffer`, `Uint8Array` or `null`. For object mode - * streams, `chunk` may be any JavaScript value. - * @param encoding Encoding of string chunks. Must be a valid `Buffer` encoding, such as `'utf8'` or `'ascii'`. - */ - unshift(chunk: any, encoding?: BufferEncoding): void; - /** - * Prior to Node.js 0.10, streams did not implement the entire `stream` module API - * as it is currently defined. (See `Compatibility` for more information.) - * - * When using an older Node.js library that emits `'data'` events and has a {@link pause} method that is advisory only, the`readable.wrap()` method can be used to create a `Readable` - * stream that uses - * the old stream as its data source. - * - * It will rarely be necessary to use `readable.wrap()` but the method has been - * provided as a convenience for interacting with older Node.js applications and - * libraries. - * - * ```js - * const { OldReader } = require('./old-api-module.js'); - * const { Readable } = require('stream'); - * const oreader = new OldReader(); - * const myReader = new Readable().wrap(oreader); - * - * myReader.on('readable', () => { - * myReader.read(); // etc. - * }); - * ``` - * @since v0.9.4 - * @param stream An "old style" readable stream - */ - wrap(stream: NodeJS.ReadableStream): this; - push(chunk: any, encoding?: BufferEncoding): boolean; - _destroy(error: Error | null, callback: (error?: Error | null) => void): void; - /** - * Destroy the stream. Optionally emit an `'error'` event, and emit a `'close'`event (unless `emitClose` is set to `false`). After this call, the readable - * stream will release any internal resources and subsequent calls to `push()`will be ignored. - * - * Once `destroy()` has been called any further calls will be a no-op and no - * further errors except from `_destroy()` may be emitted as `'error'`. - * - * Implementors should not override this method, but instead implement `readable._destroy()`. - * @since v8.0.0 - * @param error Error which will be passed as payload in `'error'` event - */ - destroy(error?: Error): this; - /** - * Event emitter - * The defined events on documents including: - * 1. close - * 2. data - * 3. end - * 4. error - * 5. pause - * 6. readable - * 7. resume - */ - addListener(event: 'close', listener: () => void): this; - addListener(event: 'data', listener: (chunk: any) => void): this; - addListener(event: 'end', listener: () => void): this; - addListener(event: 'error', listener: (err: Error) => void): this; - addListener(event: 'pause', listener: () => void): this; - addListener(event: 'readable', listener: () => void): this; - addListener(event: 'resume', listener: () => void): this; - addListener(event: string | symbol, listener: (...args: any[]) => void): this; - emit(event: 'close'): boolean; - emit(event: 'data', chunk: any): boolean; - emit(event: 'end'): boolean; - emit(event: 'error', err: Error): boolean; - emit(event: 'pause'): boolean; - emit(event: 'readable'): boolean; - emit(event: 'resume'): boolean; - emit(event: string | symbol, ...args: any[]): boolean; - on(event: 'close', listener: () => void): this; - on(event: 'data', listener: (chunk: any) => void): this; - on(event: 'end', listener: () => void): this; - on(event: 'error', listener: (err: Error) => void): this; - on(event: 'pause', listener: () => void): this; - on(event: 'readable', listener: () => void): this; - on(event: 'resume', listener: () => void): this; - on(event: string | symbol, listener: (...args: any[]) => void): this; - once(event: 'close', listener: () => void): this; - once(event: 'data', listener: (chunk: any) => void): this; - once(event: 'end', listener: () => void): this; - once(event: 'error', listener: (err: Error) => void): this; - once(event: 'pause', listener: () => void): this; - once(event: 'readable', listener: () => void): this; - once(event: 'resume', listener: () => void): this; - once(event: string | symbol, listener: (...args: any[]) => void): this; - prependListener(event: 'close', listener: () => void): this; - prependListener(event: 'data', listener: (chunk: any) => void): this; - prependListener(event: 'end', listener: () => void): this; - prependListener(event: 'error', listener: (err: Error) => void): this; - prependListener(event: 'pause', listener: () => void): this; - prependListener(event: 'readable', listener: () => void): this; - prependListener(event: 'resume', listener: () => void): this; - prependListener(event: string | symbol, listener: (...args: any[]) => void): this; - prependOnceListener(event: 'close', listener: () => void): this; - prependOnceListener(event: 'data', listener: (chunk: any) => void): this; - prependOnceListener(event: 'end', listener: () => void): this; - prependOnceListener(event: 'error', listener: (err: Error) => void): this; - prependOnceListener(event: 'pause', listener: () => void): this; - prependOnceListener(event: 'readable', listener: () => void): this; - prependOnceListener(event: 'resume', listener: () => void): this; - prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; - removeListener(event: 'close', listener: () => void): this; - removeListener(event: 'data', listener: (chunk: any) => void): this; - removeListener(event: 'end', listener: () => void): this; - removeListener(event: 'error', listener: (err: Error) => void): this; - removeListener(event: 'pause', listener: () => void): this; - removeListener(event: 'readable', listener: () => void): this; - removeListener(event: 'resume', listener: () => void): this; - removeListener(event: string | symbol, listener: (...args: any[]) => void): this; - [Symbol.asyncIterator](): AsyncIterableIterator<any>; - } - interface WritableOptions extends StreamOptions<Writable> { - decodeStrings?: boolean | undefined; - defaultEncoding?: BufferEncoding | undefined; - write?(this: Writable, chunk: any, encoding: BufferEncoding, callback: (error?: Error | null) => void): void; - writev?( - this: Writable, - chunks: Array<{ - chunk: any; - encoding: BufferEncoding; - }>, - callback: (error?: Error | null) => void - ): void; - final?(this: Writable, callback: (error?: Error | null) => void): void; - } - /** - * @since v0.9.4 - */ - class Writable extends Stream implements NodeJS.WritableStream { - /** - * A utility method for creating a `Writable` from a web `WritableStream`. - * @since v17.0.0 - * @experimental - */ - static fromWeb(writableStream: streamWeb.WritableStream, options?: Pick<WritableOptions, 'decodeStrings' | 'highWaterMark' | 'objectMode' | 'signal'>): Writable; - /** - * A utility method for creating a web `WritableStream` from a `Writable`. - * @since v17.0.0 - * @experimental - */ - static toWeb(streamWritable: Writable): streamWeb.WritableStream; - /** - * Is `true` if it is safe to call `writable.write()`, which means - * the stream has not been destroyed, errored or ended. - * @since v11.4.0 - */ - readonly writable: boolean; - /** - * Is `true` after `writable.end()` has been called. This property - * does not indicate whether the data has been flushed, for this use `writable.writableFinished` instead. - * @since v12.9.0 - */ - readonly writableEnded: boolean; - /** - * Is set to `true` immediately before the `'finish'` event is emitted. - * @since v12.6.0 - */ - readonly writableFinished: boolean; - /** - * Return the value of `highWaterMark` passed when creating this `Writable`. - * @since v9.3.0 - */ - readonly writableHighWaterMark: number; - /** - * This property contains the number of bytes (or objects) in the queue - * ready to be written. The value provides introspection data regarding - * the status of the `highWaterMark`. - * @since v9.4.0 - */ - readonly writableLength: number; - /** - * Getter for the property `objectMode` of a given `Writable` stream. - * @since v12.3.0 - */ - readonly writableObjectMode: boolean; - /** - * Number of times `writable.uncork()` needs to be - * called in order to fully uncork the stream. - * @since v13.2.0, v12.16.0 - */ - readonly writableCorked: number; - /** - * Is `true` after `writable.destroy()` has been called. - * @since v8.0.0 - */ - destroyed: boolean; - /** - * Is true after 'close' has been emitted. - * @since v8.0.0 - */ - readonly closed: boolean; - /** - * Returns error if the stream has been destroyed with an error. - * @since v18.0.0 - */ - readonly errored: Error | null; - /** - * Is `true` if the stream's buffer has been full and stream will emit 'drain'. - * @since v15.2.0, v14.17.0 - */ - readonly writableNeedDrain: boolean; - constructor(opts?: WritableOptions); - _write(chunk: any, encoding: BufferEncoding, callback: (error?: Error | null) => void): void; - _writev?( - chunks: Array<{ - chunk: any; - encoding: BufferEncoding; - }>, - callback: (error?: Error | null) => void - ): void; - _construct?(callback: (error?: Error | null) => void): void; - _destroy(error: Error | null, callback: (error?: Error | null) => void): void; - _final(callback: (error?: Error | null) => void): void; - /** - * The `writable.write()` method writes some data to the stream, and calls the - * supplied `callback` once the data has been fully handled. If an error - * occurs, the `callback` will be called with the error as its - * first argument. The `callback` is called asynchronously and before `'error'` is - * emitted. - * - * The return value is `true` if the internal buffer is less than the`highWaterMark` configured when the stream was created after admitting `chunk`. - * If `false` is returned, further attempts to write data to the stream should - * stop until the `'drain'` event is emitted. - * - * While a stream is not draining, calls to `write()` will buffer `chunk`, and - * return false. Once all currently buffered chunks are drained (accepted for - * delivery by the operating system), the `'drain'` event will be emitted. - * Once `write()` returns false, do not write more chunks - * until the `'drain'` event is emitted. While calling `write()` on a stream that - * is not draining is allowed, Node.js will buffer all written chunks until - * maximum memory usage occurs, at which point it will abort unconditionally. - * Even before it aborts, high memory usage will cause poor garbage collector - * performance and high RSS (which is not typically released back to the system, - * even after the memory is no longer required). Since TCP sockets may never - * drain if the remote peer does not read the data, writing a socket that is - * not draining may lead to a remotely exploitable vulnerability. - * - * Writing data while the stream is not draining is particularly - * problematic for a `Transform`, because the `Transform` streams are paused - * by default until they are piped or a `'data'` or `'readable'` event handler - * is added. - * - * If the data to be written can be generated or fetched on demand, it is - * recommended to encapsulate the logic into a `Readable` and use {@link pipe}. However, if calling `write()` is preferred, it is - * possible to respect backpressure and avoid memory issues using the `'drain'` event: - * - * ```js - * function write(data, cb) { - * if (!stream.write(data)) { - * stream.once('drain', cb); - * } else { - * process.nextTick(cb); - * } - * } - * - * // Wait for cb to be called before doing any other write. - * write('hello', () => { - * console.log('Write completed, do more writes now.'); - * }); - * ``` - * - * A `Writable` stream in object mode will always ignore the `encoding` argument. - * @since v0.9.4 - * @param chunk Optional data to write. For streams not operating in object mode, `chunk` must be a string, `Buffer` or `Uint8Array`. For object mode streams, `chunk` may be any - * JavaScript value other than `null`. - * @param [encoding='utf8'] The encoding, if `chunk` is a string. - * @param callback Callback for when this chunk of data is flushed. - * @return `false` if the stream wishes for the calling code to wait for the `'drain'` event to be emitted before continuing to write additional data; otherwise `true`. - */ - write(chunk: any, callback?: (error: Error | null | undefined) => void): boolean; - write(chunk: any, encoding: BufferEncoding, callback?: (error: Error | null | undefined) => void): boolean; - /** - * The `writable.setDefaultEncoding()` method sets the default `encoding` for a `Writable` stream. - * @since v0.11.15 - * @param encoding The new default encoding - */ - setDefaultEncoding(encoding: BufferEncoding): this; - /** - * Calling the `writable.end()` method signals that no more data will be written - * to the `Writable`. The optional `chunk` and `encoding` arguments allow one - * final additional chunk of data to be written immediately before closing the - * stream. - * - * Calling the {@link write} method after calling {@link end} will raise an error. - * - * ```js - * // Write 'hello, ' and then end with 'world!'. - * const fs = require('fs'); - * const file = fs.createWriteStream('example.txt'); - * file.write('hello, '); - * file.end('world!'); - * // Writing more now is not allowed! - * ``` - * @since v0.9.4 - * @param chunk Optional data to write. For streams not operating in object mode, `chunk` must be a string, `Buffer` or `Uint8Array`. For object mode streams, `chunk` may be any - * JavaScript value other than `null`. - * @param encoding The encoding if `chunk` is a string - * @param callback Callback for when the stream is finished. - */ - end(cb?: () => void): this; - end(chunk: any, cb?: () => void): this; - end(chunk: any, encoding: BufferEncoding, cb?: () => void): this; - /** - * The `writable.cork()` method forces all written data to be buffered in memory. - * The buffered data will be flushed when either the {@link uncork} or {@link end} methods are called. - * - * The primary intent of `writable.cork()` is to accommodate a situation in which - * several small chunks are written to the stream in rapid succession. Instead of - * immediately forwarding them to the underlying destination, `writable.cork()`buffers all the chunks until `writable.uncork()` is called, which will pass them - * all to `writable._writev()`, if present. This prevents a head-of-line blocking - * situation where data is being buffered while waiting for the first small chunk - * to be processed. However, use of `writable.cork()` without implementing`writable._writev()` may have an adverse effect on throughput. - * - * See also: `writable.uncork()`, `writable._writev()`. - * @since v0.11.2 - */ - cork(): void; - /** - * The `writable.uncork()` method flushes all data buffered since {@link cork} was called. - * - * When using `writable.cork()` and `writable.uncork()` to manage the buffering - * of writes to a stream, defer calls to `writable.uncork()` using`process.nextTick()`. Doing so allows batching of all`writable.write()` calls that occur within a given Node.js event - * loop phase. - * - * ```js - * stream.cork(); - * stream.write('some '); - * stream.write('data '); - * process.nextTick(() => stream.uncork()); - * ``` - * - * If the `writable.cork()` method is called multiple times on a stream, the - * same number of calls to `writable.uncork()` must be called to flush the buffered - * data. - * - * ```js - * stream.cork(); - * stream.write('some '); - * stream.cork(); - * stream.write('data '); - * process.nextTick(() => { - * stream.uncork(); - * // The data will not be flushed until uncork() is called a second time. - * stream.uncork(); - * }); - * ``` - * - * See also: `writable.cork()`. - * @since v0.11.2 - */ - uncork(): void; - /** - * Destroy the stream. Optionally emit an `'error'` event, and emit a `'close'`event (unless `emitClose` is set to `false`). After this call, the writable - * stream has ended and subsequent calls to `write()` or `end()` will result in - * an `ERR_STREAM_DESTROYED` error. - * This is a destructive and immediate way to destroy a stream. Previous calls to`write()` may not have drained, and may trigger an `ERR_STREAM_DESTROYED` error. - * Use `end()` instead of destroy if data should flush before close, or wait for - * the `'drain'` event before destroying the stream. - * - * Once `destroy()` has been called any further calls will be a no-op and no - * further errors except from `_destroy()` may be emitted as `'error'`. - * - * Implementors should not override this method, - * but instead implement `writable._destroy()`. - * @since v8.0.0 - * @param error Optional, an error to emit with `'error'` event. - */ - destroy(error?: Error): this; - /** - * Event emitter - * The defined events on documents including: - * 1. close - * 2. drain - * 3. error - * 4. finish - * 5. pipe - * 6. unpipe - */ - addListener(event: 'close', listener: () => void): this; - addListener(event: 'drain', listener: () => void): this; - addListener(event: 'error', listener: (err: Error) => void): this; - addListener(event: 'finish', listener: () => void): this; - addListener(event: 'pipe', listener: (src: Readable) => void): this; - addListener(event: 'unpipe', listener: (src: Readable) => void): this; - addListener(event: string | symbol, listener: (...args: any[]) => void): this; - emit(event: 'close'): boolean; - emit(event: 'drain'): boolean; - emit(event: 'error', err: Error): boolean; - emit(event: 'finish'): boolean; - emit(event: 'pipe', src: Readable): boolean; - emit(event: 'unpipe', src: Readable): boolean; - emit(event: string | symbol, ...args: any[]): boolean; - on(event: 'close', listener: () => void): this; - on(event: 'drain', listener: () => void): this; - on(event: 'error', listener: (err: Error) => void): this; - on(event: 'finish', listener: () => void): this; - on(event: 'pipe', listener: (src: Readable) => void): this; - on(event: 'unpipe', listener: (src: Readable) => void): this; - on(event: string | symbol, listener: (...args: any[]) => void): this; - once(event: 'close', listener: () => void): this; - once(event: 'drain', listener: () => void): this; - once(event: 'error', listener: (err: Error) => void): this; - once(event: 'finish', listener: () => void): this; - once(event: 'pipe', listener: (src: Readable) => void): this; - once(event: 'unpipe', listener: (src: Readable) => void): this; - once(event: string | symbol, listener: (...args: any[]) => void): this; - prependListener(event: 'close', listener: () => void): this; - prependListener(event: 'drain', listener: () => void): this; - prependListener(event: 'error', listener: (err: Error) => void): this; - prependListener(event: 'finish', listener: () => void): this; - prependListener(event: 'pipe', listener: (src: Readable) => void): this; - prependListener(event: 'unpipe', listener: (src: Readable) => void): this; - prependListener(event: string | symbol, listener: (...args: any[]) => void): this; - prependOnceListener(event: 'close', listener: () => void): this; - prependOnceListener(event: 'drain', listener: () => void): this; - prependOnceListener(event: 'error', listener: (err: Error) => void): this; - prependOnceListener(event: 'finish', listener: () => void): this; - prependOnceListener(event: 'pipe', listener: (src: Readable) => void): this; - prependOnceListener(event: 'unpipe', listener: (src: Readable) => void): this; - prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; - removeListener(event: 'close', listener: () => void): this; - removeListener(event: 'drain', listener: () => void): this; - removeListener(event: 'error', listener: (err: Error) => void): this; - removeListener(event: 'finish', listener: () => void): this; - removeListener(event: 'pipe', listener: (src: Readable) => void): this; - removeListener(event: 'unpipe', listener: (src: Readable) => void): this; - removeListener(event: string | symbol, listener: (...args: any[]) => void): this; - } - interface DuplexOptions extends ReadableOptions, WritableOptions { - allowHalfOpen?: boolean | undefined; - readableObjectMode?: boolean | undefined; - writableObjectMode?: boolean | undefined; - readableHighWaterMark?: number | undefined; - writableHighWaterMark?: number | undefined; - writableCorked?: number | undefined; - construct?(this: Duplex, callback: (error?: Error | null) => void): void; - read?(this: Duplex, size: number): void; - write?(this: Duplex, chunk: any, encoding: BufferEncoding, callback: (error?: Error | null) => void): void; - writev?( - this: Duplex, - chunks: Array<{ - chunk: any; - encoding: BufferEncoding; - }>, - callback: (error?: Error | null) => void - ): void; - final?(this: Duplex, callback: (error?: Error | null) => void): void; - destroy?(this: Duplex, error: Error | null, callback: (error: Error | null) => void): void; - } - /** - * Duplex streams are streams that implement both the `Readable` and `Writable` interfaces. - * - * Examples of `Duplex` streams include: - * - * * `TCP sockets` - * * `zlib streams` - * * `crypto streams` - * @since v0.9.4 - */ - class Duplex extends Readable implements Writable { - readonly writable: boolean; - readonly writableEnded: boolean; - readonly writableFinished: boolean; - readonly writableHighWaterMark: number; - readonly writableLength: number; - readonly writableObjectMode: boolean; - readonly writableCorked: number; - readonly writableNeedDrain: boolean; - readonly closed: boolean; - readonly errored: Error | null; - /** - * If `false` then the stream will automatically end the writable side when the - * readable side ends. Set initially by the `allowHalfOpen` constructor option, - * which defaults to `false`. - * - * This can be changed manually to change the half-open behavior of an existing`Duplex` stream instance, but must be changed before the `'end'` event is - * emitted. - * @since v0.9.4 - */ - allowHalfOpen: boolean; - constructor(opts?: DuplexOptions); - /** - * A utility method for creating duplex streams. - * - * - `Stream` converts writable stream into writable `Duplex` and readable stream - * to `Duplex`. - * - `Blob` converts into readable `Duplex`. - * - `string` converts into readable `Duplex`. - * - `ArrayBuffer` converts into readable `Duplex`. - * - `AsyncIterable` converts into a readable `Duplex`. Cannot yield `null`. - * - `AsyncGeneratorFunction` converts into a readable/writable transform - * `Duplex`. Must take a source `AsyncIterable` as first parameter. Cannot yield - * `null`. - * - `AsyncFunction` converts into a writable `Duplex`. Must return - * either `null` or `undefined` - * - `Object ({ writable, readable })` converts `readable` and - * `writable` into `Stream` and then combines them into `Duplex` where the - * `Duplex` will write to the `writable` and read from the `readable`. - * - `Promise` converts into readable `Duplex`. Value `null` is ignored. - * - * @since v16.8.0 - */ - static from(src: Stream | NodeBlob | ArrayBuffer | string | Iterable<any> | AsyncIterable<any> | AsyncGeneratorFunction | Promise<any> | Object): Duplex; - _write(chunk: any, encoding: BufferEncoding, callback: (error?: Error | null) => void): void; - _writev?( - chunks: Array<{ - chunk: any; - encoding: BufferEncoding; - }>, - callback: (error?: Error | null) => void - ): void; - _destroy(error: Error | null, callback: (error: Error | null) => void): void; - _final(callback: (error?: Error | null) => void): void; - write(chunk: any, encoding?: BufferEncoding, cb?: (error: Error | null | undefined) => void): boolean; - write(chunk: any, cb?: (error: Error | null | undefined) => void): boolean; - setDefaultEncoding(encoding: BufferEncoding): this; - end(cb?: () => void): this; - end(chunk: any, cb?: () => void): this; - end(chunk: any, encoding?: BufferEncoding, cb?: () => void): this; - cork(): void; - uncork(): void; - } - type TransformCallback = (error?: Error | null, data?: any) => void; - interface TransformOptions extends DuplexOptions { - construct?(this: Transform, callback: (error?: Error | null) => void): void; - read?(this: Transform, size: number): void; - write?(this: Transform, chunk: any, encoding: BufferEncoding, callback: (error?: Error | null) => void): void; - writev?( - this: Transform, - chunks: Array<{ - chunk: any; - encoding: BufferEncoding; - }>, - callback: (error?: Error | null) => void - ): void; - final?(this: Transform, callback: (error?: Error | null) => void): void; - destroy?(this: Transform, error: Error | null, callback: (error: Error | null) => void): void; - transform?(this: Transform, chunk: any, encoding: BufferEncoding, callback: TransformCallback): void; - flush?(this: Transform, callback: TransformCallback): void; - } - /** - * Transform streams are `Duplex` streams where the output is in some way - * related to the input. Like all `Duplex` streams, `Transform` streams - * implement both the `Readable` and `Writable` interfaces. - * - * Examples of `Transform` streams include: - * - * * `zlib streams` - * * `crypto streams` - * @since v0.9.4 - */ - class Transform extends Duplex { - constructor(opts?: TransformOptions); - _transform(chunk: any, encoding: BufferEncoding, callback: TransformCallback): void; - _flush(callback: TransformCallback): void; - } - /** - * The `stream.PassThrough` class is a trivial implementation of a `Transform` stream that simply passes the input bytes across to the output. Its purpose is - * primarily for examples and testing, but there are some use cases where`stream.PassThrough` is useful as a building block for novel sorts of streams. - */ - class PassThrough extends Transform {} - /** - * Attaches an AbortSignal to a readable or writeable stream. This lets code - * control stream destruction using an `AbortController`. - * - * Calling `abort` on the `AbortController` corresponding to the passed`AbortSignal` will behave the same way as calling `.destroy(new AbortError())`on the stream. - * - * ```js - * const fs = require('fs'); - * - * const controller = new AbortController(); - * const read = addAbortSignal( - * controller.signal, - * fs.createReadStream(('object.json')) - * ); - * // Later, abort the operation closing the stream - * controller.abort(); - * ``` - * - * Or using an `AbortSignal` with a readable stream as an async iterable: - * - * ```js - * const controller = new AbortController(); - * setTimeout(() => controller.abort(), 10_000); // set a timeout - * const stream = addAbortSignal( - * controller.signal, - * fs.createReadStream(('object.json')) - * ); - * (async () => { - * try { - * for await (const chunk of stream) { - * await process(chunk); - * } - * } catch (e) { - * if (e.name === 'AbortError') { - * // The operation was cancelled - * } else { - * throw e; - * } - * } - * })(); - * ``` - * @since v15.4.0 - * @param signal A signal representing possible cancellation - * @param stream a stream to attach a signal to - */ - function addAbortSignal<T extends Stream>(signal: AbortSignal, stream: T): T; - interface FinishedOptions extends Abortable { - error?: boolean | undefined; - readable?: boolean | undefined; - writable?: boolean | undefined; - } - /** - * A function to get notified when a stream is no longer readable, writable - * or has experienced an error or a premature close event. - * - * ```js - * const { finished } = require('stream'); - * - * const rs = fs.createReadStream('archive.tar'); - * - * finished(rs, (err) => { - * if (err) { - * console.error('Stream failed.', err); - * } else { - * console.log('Stream is done reading.'); - * } - * }); - * - * rs.resume(); // Drain the stream. - * ``` - * - * Especially useful in error handling scenarios where a stream is destroyed - * prematurely (like an aborted HTTP request), and will not emit `'end'`or `'finish'`. - * - * The `finished` API provides promise version: - * - * ```js - * const { finished } = require('stream/promises'); - * - * const rs = fs.createReadStream('archive.tar'); - * - * async function run() { - * await finished(rs); - * console.log('Stream is done reading.'); - * } - * - * run().catch(console.error); - * rs.resume(); // Drain the stream. - * ``` - * - * `stream.finished()` leaves dangling event listeners (in particular`'error'`, `'end'`, `'finish'` and `'close'`) after `callback` has been - * invoked. The reason for this is so that unexpected `'error'` events (due to - * incorrect stream implementations) do not cause unexpected crashes. - * If this is unwanted behavior then the returned cleanup function needs to be - * invoked in the callback: - * - * ```js - * const cleanup = finished(rs, (err) => { - * cleanup(); - * // ... - * }); - * ``` - * @since v10.0.0 - * @param stream A readable and/or writable stream. - * @param callback A callback function that takes an optional error argument. - * @return A cleanup function which removes all registered listeners. - */ - function finished(stream: NodeJS.ReadableStream | NodeJS.WritableStream | NodeJS.ReadWriteStream, options: FinishedOptions, callback: (err?: NodeJS.ErrnoException | null) => void): () => void; - function finished(stream: NodeJS.ReadableStream | NodeJS.WritableStream | NodeJS.ReadWriteStream, callback: (err?: NodeJS.ErrnoException | null) => void): () => void; - namespace finished { - function __promisify__(stream: NodeJS.ReadableStream | NodeJS.WritableStream | NodeJS.ReadWriteStream, options?: FinishedOptions): Promise<void>; - } - type PipelineSourceFunction<T> = () => Iterable<T> | AsyncIterable<T>; - type PipelineSource<T> = Iterable<T> | AsyncIterable<T> | NodeJS.ReadableStream | PipelineSourceFunction<T>; - type PipelineTransform<S extends PipelineTransformSource<any>, U> = - | NodeJS.ReadWriteStream - | ((source: S extends (...args: any[]) => Iterable<infer ST> | AsyncIterable<infer ST> ? AsyncIterable<ST> : S) => AsyncIterable<U>); - type PipelineTransformSource<T> = PipelineSource<T> | PipelineTransform<any, T>; - type PipelineDestinationIterableFunction<T> = (source: AsyncIterable<T>) => AsyncIterable<any>; - type PipelineDestinationPromiseFunction<T, P> = (source: AsyncIterable<T>) => Promise<P>; - type PipelineDestination<S extends PipelineTransformSource<any>, P> = S extends PipelineTransformSource<infer ST> - ? NodeJS.WritableStream | PipelineDestinationIterableFunction<ST> | PipelineDestinationPromiseFunction<ST, P> - : never; - type PipelineCallback<S extends PipelineDestination<any, any>> = S extends PipelineDestinationPromiseFunction<any, infer P> - ? (err: NodeJS.ErrnoException | null, value: P) => void - : (err: NodeJS.ErrnoException | null) => void; - type PipelinePromise<S extends PipelineDestination<any, any>> = S extends PipelineDestinationPromiseFunction<any, infer P> ? Promise<P> : Promise<void>; - interface PipelineOptions { - signal: AbortSignal; - } - /** - * A module method to pipe between streams and generators forwarding errors and - * properly cleaning up and provide a callback when the pipeline is complete. - * - * ```js - * const { pipeline } = require('stream'); - * const fs = require('fs'); - * const zlib = require('zlib'); - * - * // Use the pipeline API to easily pipe a series of streams - * // together and get notified when the pipeline is fully done. - * - * // A pipeline to gzip a potentially huge tar file efficiently: - * - * pipeline( - * fs.createReadStream('archive.tar'), - * zlib.createGzip(), - * fs.createWriteStream('archive.tar.gz'), - * (err) => { - * if (err) { - * console.error('Pipeline failed.', err); - * } else { - * console.log('Pipeline succeeded.'); - * } - * } - * ); - * ``` - * - * The `pipeline` API provides a promise version, which can also - * receive an options argument as the last parameter with a`signal` `AbortSignal` property. When the signal is aborted,`destroy` will be called on the underlying pipeline, with - * an`AbortError`. - * - * ```js - * const { pipeline } = require('stream/promises'); - * - * async function run() { - * await pipeline( - * fs.createReadStream('archive.tar'), - * zlib.createGzip(), - * fs.createWriteStream('archive.tar.gz') - * ); - * console.log('Pipeline succeeded.'); - * } - * - * run().catch(console.error); - * ``` - * - * To use an `AbortSignal`, pass it inside an options object, - * as the last argument: - * - * ```js - * const { pipeline } = require('stream/promises'); - * - * async function run() { - * const ac = new AbortController(); - * const signal = ac.signal; - * - * setTimeout(() => ac.abort(), 1); - * await pipeline( - * fs.createReadStream('archive.tar'), - * zlib.createGzip(), - * fs.createWriteStream('archive.tar.gz'), - * { signal }, - * ); - * } - * - * run().catch(console.error); // AbortError - * ``` - * - * The `pipeline` API also supports async generators: - * - * ```js - * const { pipeline } = require('stream/promises'); - * const fs = require('fs'); - * - * async function run() { - * await pipeline( - * fs.createReadStream('lowercase.txt'), - * async function* (source, { signal }) { - * source.setEncoding('utf8'); // Work with strings rather than `Buffer`s. - * for await (const chunk of source) { - * yield await processChunk(chunk, { signal }); - * } - * }, - * fs.createWriteStream('uppercase.txt') - * ); - * console.log('Pipeline succeeded.'); - * } - * - * run().catch(console.error); - * ``` - * - * Remember to handle the `signal` argument passed into the async generator. - * Especially in the case where the async generator is the source for the - * pipeline (i.e. first argument) or the pipeline will never complete. - * - * ```js - * const { pipeline } = require('stream/promises'); - * const fs = require('fs'); - * - * async function run() { - * await pipeline( - * async function* ({ signal }) { - * await someLongRunningfn({ signal }); - * yield 'asd'; - * }, - * fs.createWriteStream('uppercase.txt') - * ); - * console.log('Pipeline succeeded.'); - * } - * - * run().catch(console.error); - * ``` - * - * `stream.pipeline()` will call `stream.destroy(err)` on all streams except: - * - * * `Readable` streams which have emitted `'end'` or `'close'`. - * * `Writable` streams which have emitted `'finish'` or `'close'`. - * - * `stream.pipeline()` leaves dangling event listeners on the streams - * after the `callback` has been invoked. In the case of reuse of streams after - * failure, this can cause event listener leaks and swallowed errors. If the last - * stream is readable, dangling event listeners will be removed so that the last - * stream can be consumed later. - * - * `stream.pipeline()` closes all the streams when an error is raised. - * The `IncomingRequest` usage with `pipeline` could lead to an unexpected behavior - * once it would destroy the socket without sending the expected response. - * See the example below: - * - * ```js - * const fs = require('fs'); - * const http = require('http'); - * const { pipeline } = require('stream'); - * - * const server = http.createServer((req, res) => { - * const fileStream = fs.createReadStream('./fileNotExist.txt'); - * pipeline(fileStream, res, (err) => { - * if (err) { - * console.log(err); // No such file - * // this message can't be sent once `pipeline` already destroyed the socket - * return res.end('error!!!'); - * } - * }); - * }); - * ``` - * @since v10.0.0 - * @param callback Called when the pipeline is fully done. - */ - function pipeline<A extends PipelineSource<any>, B extends PipelineDestination<A, any>>( - source: A, - destination: B, - callback?: PipelineCallback<B> - ): B extends NodeJS.WritableStream ? B : NodeJS.WritableStream; - function pipeline<A extends PipelineSource<any>, T1 extends PipelineTransform<A, any>, B extends PipelineDestination<T1, any>>( - source: A, - transform1: T1, - destination: B, - callback?: PipelineCallback<B> - ): B extends NodeJS.WritableStream ? B : NodeJS.WritableStream; - function pipeline<A extends PipelineSource<any>, T1 extends PipelineTransform<A, any>, T2 extends PipelineTransform<T1, any>, B extends PipelineDestination<T2, any>>( - source: A, - transform1: T1, - transform2: T2, - destination: B, - callback?: PipelineCallback<B> - ): B extends NodeJS.WritableStream ? B : NodeJS.WritableStream; - function pipeline< - A extends PipelineSource<any>, - T1 extends PipelineTransform<A, any>, - T2 extends PipelineTransform<T1, any>, - T3 extends PipelineTransform<T2, any>, - B extends PipelineDestination<T3, any> - >(source: A, transform1: T1, transform2: T2, transform3: T3, destination: B, callback?: PipelineCallback<B>): B extends NodeJS.WritableStream ? B : NodeJS.WritableStream; - function pipeline< - A extends PipelineSource<any>, - T1 extends PipelineTransform<A, any>, - T2 extends PipelineTransform<T1, any>, - T3 extends PipelineTransform<T2, any>, - T4 extends PipelineTransform<T3, any>, - B extends PipelineDestination<T4, any> - >(source: A, transform1: T1, transform2: T2, transform3: T3, transform4: T4, destination: B, callback?: PipelineCallback<B>): B extends NodeJS.WritableStream ? B : NodeJS.WritableStream; - function pipeline( - streams: ReadonlyArray<NodeJS.ReadableStream | NodeJS.WritableStream | NodeJS.ReadWriteStream>, - callback?: (err: NodeJS.ErrnoException | null) => void - ): NodeJS.WritableStream; - function pipeline( - stream1: NodeJS.ReadableStream, - stream2: NodeJS.ReadWriteStream | NodeJS.WritableStream, - ...streams: Array<NodeJS.ReadWriteStream | NodeJS.WritableStream | ((err: NodeJS.ErrnoException | null) => void)> - ): NodeJS.WritableStream; - namespace pipeline { - function __promisify__<A extends PipelineSource<any>, B extends PipelineDestination<A, any>>(source: A, destination: B, options?: PipelineOptions): PipelinePromise<B>; - function __promisify__<A extends PipelineSource<any>, T1 extends PipelineTransform<A, any>, B extends PipelineDestination<T1, any>>( - source: A, - transform1: T1, - destination: B, - options?: PipelineOptions - ): PipelinePromise<B>; - function __promisify__<A extends PipelineSource<any>, T1 extends PipelineTransform<A, any>, T2 extends PipelineTransform<T1, any>, B extends PipelineDestination<T2, any>>( - source: A, - transform1: T1, - transform2: T2, - destination: B, - options?: PipelineOptions - ): PipelinePromise<B>; - function __promisify__< - A extends PipelineSource<any>, - T1 extends PipelineTransform<A, any>, - T2 extends PipelineTransform<T1, any>, - T3 extends PipelineTransform<T2, any>, - B extends PipelineDestination<T3, any> - >(source: A, transform1: T1, transform2: T2, transform3: T3, destination: B, options?: PipelineOptions): PipelinePromise<B>; - function __promisify__< - A extends PipelineSource<any>, - T1 extends PipelineTransform<A, any>, - T2 extends PipelineTransform<T1, any>, - T3 extends PipelineTransform<T2, any>, - T4 extends PipelineTransform<T3, any>, - B extends PipelineDestination<T4, any> - >(source: A, transform1: T1, transform2: T2, transform3: T3, transform4: T4, destination: B, options?: PipelineOptions): PipelinePromise<B>; - function __promisify__(streams: ReadonlyArray<NodeJS.ReadableStream | NodeJS.WritableStream | NodeJS.ReadWriteStream>, options?: PipelineOptions): Promise<void>; - function __promisify__( - stream1: NodeJS.ReadableStream, - stream2: NodeJS.ReadWriteStream | NodeJS.WritableStream, - ...streams: Array<NodeJS.ReadWriteStream | NodeJS.WritableStream | PipelineOptions> - ): Promise<void>; - } - interface Pipe { - close(): void; - hasRef(): boolean; - ref(): void; - unref(): void; - } - - /** - * Returns whether the stream has encountered an error. - * @since v17.3.0 - */ - function isErrored(stream: Readable | Writable | NodeJS.ReadableStream | NodeJS.WritableStream): boolean; - - /** - * Returns whether the stream is readable. - * @since v17.4.0 - */ - function isReadable(stream: Readable | NodeJS.ReadableStream): boolean; - - const promises: typeof streamPromises; - const consumers: typeof streamConsumers; - } - export = internal; -} -declare module 'node:stream' { - import stream = require('stream'); - export = stream; -} diff --git a/software/flow/node_modules/@types/node/ts4.8/stream/consumers.d.ts b/software/flow/node_modules/@types/node/ts4.8/stream/consumers.d.ts deleted file mode 100755 index 1ebf12e..0000000 --- a/software/flow/node_modules/@types/node/ts4.8/stream/consumers.d.ts +++ /dev/null @@ -1,12 +0,0 @@ -declare module 'stream/consumers' { - import { Blob as NodeBlob } from "node:buffer"; - import { Readable } from 'node:stream'; - function buffer(stream: NodeJS.ReadableStream | Readable | AsyncIterator<any>): Promise<Buffer>; - function text(stream: NodeJS.ReadableStream | Readable | AsyncIterator<any>): Promise<string>; - function arrayBuffer(stream: NodeJS.ReadableStream | Readable | AsyncIterator<any>): Promise<ArrayBuffer>; - function blob(stream: NodeJS.ReadableStream | Readable | AsyncIterator<any>): Promise<NodeBlob>; - function json(stream: NodeJS.ReadableStream | Readable | AsyncIterator<any>): Promise<unknown>; -} -declare module 'node:stream/consumers' { - export * from 'stream/consumers'; -} diff --git a/software/flow/node_modules/@types/node/ts4.8/stream/promises.d.ts b/software/flow/node_modules/@types/node/ts4.8/stream/promises.d.ts deleted file mode 100755 index b427073..0000000 --- a/software/flow/node_modules/@types/node/ts4.8/stream/promises.d.ts +++ /dev/null @@ -1,42 +0,0 @@ -declare module 'stream/promises' { - import { FinishedOptions, PipelineSource, PipelineTransform, PipelineDestination, PipelinePromise, PipelineOptions } from 'node:stream'; - function finished(stream: NodeJS.ReadableStream | NodeJS.WritableStream | NodeJS.ReadWriteStream, options?: FinishedOptions): Promise<void>; - function pipeline<A extends PipelineSource<any>, B extends PipelineDestination<A, any>>(source: A, destination: B, options?: PipelineOptions): PipelinePromise<B>; - function pipeline<A extends PipelineSource<any>, T1 extends PipelineTransform<A, any>, B extends PipelineDestination<T1, any>>( - source: A, - transform1: T1, - destination: B, - options?: PipelineOptions - ): PipelinePromise<B>; - function pipeline<A extends PipelineSource<any>, T1 extends PipelineTransform<A, any>, T2 extends PipelineTransform<T1, any>, B extends PipelineDestination<T2, any>>( - source: A, - transform1: T1, - transform2: T2, - destination: B, - options?: PipelineOptions - ): PipelinePromise<B>; - function pipeline< - A extends PipelineSource<any>, - T1 extends PipelineTransform<A, any>, - T2 extends PipelineTransform<T1, any>, - T3 extends PipelineTransform<T2, any>, - B extends PipelineDestination<T3, any> - >(source: A, transform1: T1, transform2: T2, transform3: T3, destination: B, options?: PipelineOptions): PipelinePromise<B>; - function pipeline< - A extends PipelineSource<any>, - T1 extends PipelineTransform<A, any>, - T2 extends PipelineTransform<T1, any>, - T3 extends PipelineTransform<T2, any>, - T4 extends PipelineTransform<T3, any>, - B extends PipelineDestination<T4, any> - >(source: A, transform1: T1, transform2: T2, transform3: T3, transform4: T4, destination: B, options?: PipelineOptions): PipelinePromise<B>; - function pipeline(streams: ReadonlyArray<NodeJS.ReadableStream | NodeJS.WritableStream | NodeJS.ReadWriteStream>, options?: PipelineOptions): Promise<void>; - function pipeline( - stream1: NodeJS.ReadableStream, - stream2: NodeJS.ReadWriteStream | NodeJS.WritableStream, - ...streams: Array<NodeJS.ReadWriteStream | NodeJS.WritableStream | PipelineOptions> - ): Promise<void>; -} -declare module 'node:stream/promises' { - export * from 'stream/promises'; -} diff --git a/software/flow/node_modules/@types/node/ts4.8/stream/web.d.ts b/software/flow/node_modules/@types/node/ts4.8/stream/web.d.ts deleted file mode 100755 index f9ef057..0000000 --- a/software/flow/node_modules/@types/node/ts4.8/stream/web.d.ts +++ /dev/null @@ -1,330 +0,0 @@ -declare module 'stream/web' { - // stub module, pending copy&paste from .d.ts or manual impl - // copy from lib.dom.d.ts - interface ReadableWritablePair<R = any, W = any> { - readable: ReadableStream<R>; - /** - * Provides a convenient, chainable way of piping this readable stream - * through a transform stream (or any other { writable, readable } - * pair). It simply pipes the stream into the writable side of the - * supplied pair, and returns the readable side for further use. - * - * Piping a stream will lock it for the duration of the pipe, preventing - * any other consumer from acquiring a reader. - */ - writable: WritableStream<W>; - } - interface StreamPipeOptions { - preventAbort?: boolean; - preventCancel?: boolean; - /** - * Pipes this readable stream to a given writable stream destination. - * The way in which the piping process behaves under various error - * conditions can be customized with a number of passed options. It - * returns a promise that fulfills when the piping process completes - * successfully, or rejects if any errors were encountered. - * - * Piping a stream will lock it for the duration of the pipe, preventing - * any other consumer from acquiring a reader. - * - * Errors and closures of the source and destination streams propagate - * as follows: - * - * An error in this source readable stream will abort destination, - * unless preventAbort is truthy. The returned promise will be rejected - * with the source's error, or with any error that occurs during - * aborting the destination. - * - * An error in destination will cancel this source readable stream, - * unless preventCancel is truthy. The returned promise will be rejected - * with the destination's error, or with any error that occurs during - * canceling the source. - * - * When this source readable stream closes, destination will be closed, - * unless preventClose is truthy. The returned promise will be fulfilled - * once this process completes, unless an error is encountered while - * closing the destination, in which case it will be rejected with that - * error. - * - * If destination starts out closed or closing, this source readable - * stream will be canceled, unless preventCancel is true. The returned - * promise will be rejected with an error indicating piping to a closed - * stream failed, or with any error that occurs during canceling the - * source. - * - * The signal option can be set to an AbortSignal to allow aborting an - * ongoing pipe operation via the corresponding AbortController. In this - * case, this source readable stream will be canceled, and destination - * aborted, unless the respective options preventCancel or preventAbort - * are set. - */ - preventClose?: boolean; - signal?: AbortSignal; - } - interface ReadableStreamGenericReader { - readonly closed: Promise<undefined>; - cancel(reason?: any): Promise<void>; - } - interface ReadableStreamDefaultReadValueResult<T> { - done: false; - value: T; - } - interface ReadableStreamDefaultReadDoneResult { - done: true; - value?: undefined; - } - type ReadableStreamController<T> = ReadableStreamDefaultController<T>; - type ReadableStreamDefaultReadResult<T> = ReadableStreamDefaultReadValueResult<T> | ReadableStreamDefaultReadDoneResult; - interface ReadableByteStreamControllerCallback { - (controller: ReadableByteStreamController): void | PromiseLike<void>; - } - interface UnderlyingSinkAbortCallback { - (reason?: any): void | PromiseLike<void>; - } - interface UnderlyingSinkCloseCallback { - (): void | PromiseLike<void>; - } - interface UnderlyingSinkStartCallback { - (controller: WritableStreamDefaultController): any; - } - interface UnderlyingSinkWriteCallback<W> { - (chunk: W, controller: WritableStreamDefaultController): void | PromiseLike<void>; - } - interface UnderlyingSourceCancelCallback { - (reason?: any): void | PromiseLike<void>; - } - interface UnderlyingSourcePullCallback<R> { - (controller: ReadableStreamController<R>): void | PromiseLike<void>; - } - interface UnderlyingSourceStartCallback<R> { - (controller: ReadableStreamController<R>): any; - } - interface TransformerFlushCallback<O> { - (controller: TransformStreamDefaultController<O>): void | PromiseLike<void>; - } - interface TransformerStartCallback<O> { - (controller: TransformStreamDefaultController<O>): any; - } - interface TransformerTransformCallback<I, O> { - (chunk: I, controller: TransformStreamDefaultController<O>): void | PromiseLike<void>; - } - interface UnderlyingByteSource { - autoAllocateChunkSize?: number; - cancel?: ReadableStreamErrorCallback; - pull?: ReadableByteStreamControllerCallback; - start?: ReadableByteStreamControllerCallback; - type: 'bytes'; - } - interface UnderlyingSource<R = any> { - cancel?: UnderlyingSourceCancelCallback; - pull?: UnderlyingSourcePullCallback<R>; - start?: UnderlyingSourceStartCallback<R>; - type?: undefined; - } - interface UnderlyingSink<W = any> { - abort?: UnderlyingSinkAbortCallback; - close?: UnderlyingSinkCloseCallback; - start?: UnderlyingSinkStartCallback; - type?: undefined; - write?: UnderlyingSinkWriteCallback<W>; - } - interface ReadableStreamErrorCallback { - (reason: any): void | PromiseLike<void>; - } - /** This Streams API interface represents a readable stream of byte data. */ - interface ReadableStream<R = any> { - readonly locked: boolean; - cancel(reason?: any): Promise<void>; - getReader(): ReadableStreamDefaultReader<R>; - pipeThrough<T>(transform: ReadableWritablePair<T, R>, options?: StreamPipeOptions): ReadableStream<T>; - pipeTo(destination: WritableStream<R>, options?: StreamPipeOptions): Promise<void>; - tee(): [ReadableStream<R>, ReadableStream<R>]; - values(options?: { preventCancel?: boolean }): AsyncIterableIterator<R>; - [Symbol.asyncIterator](): AsyncIterableIterator<R>; - } - const ReadableStream: { - prototype: ReadableStream; - new (underlyingSource: UnderlyingByteSource, strategy?: QueuingStrategy<Uint8Array>): ReadableStream<Uint8Array>; - new <R = any>(underlyingSource?: UnderlyingSource<R>, strategy?: QueuingStrategy<R>): ReadableStream<R>; - }; - interface ReadableStreamDefaultReader<R = any> extends ReadableStreamGenericReader { - read(): Promise<ReadableStreamDefaultReadResult<R>>; - releaseLock(): void; - } - const ReadableStreamDefaultReader: { - prototype: ReadableStreamDefaultReader; - new <R = any>(stream: ReadableStream<R>): ReadableStreamDefaultReader<R>; - }; - const ReadableStreamBYOBReader: any; - const ReadableStreamBYOBRequest: any; - interface ReadableByteStreamController { - readonly byobRequest: undefined; - readonly desiredSize: number | null; - close(): void; - enqueue(chunk: ArrayBufferView): void; - error(error?: any): void; - } - const ReadableByteStreamController: { - prototype: ReadableByteStreamController; - new (): ReadableByteStreamController; - }; - interface ReadableStreamDefaultController<R = any> { - readonly desiredSize: number | null; - close(): void; - enqueue(chunk?: R): void; - error(e?: any): void; - } - const ReadableStreamDefaultController: { - prototype: ReadableStreamDefaultController; - new (): ReadableStreamDefaultController; - }; - interface Transformer<I = any, O = any> { - flush?: TransformerFlushCallback<O>; - readableType?: undefined; - start?: TransformerStartCallback<O>; - transform?: TransformerTransformCallback<I, O>; - writableType?: undefined; - } - interface TransformStream<I = any, O = any> { - readonly readable: ReadableStream<O>; - readonly writable: WritableStream<I>; - } - const TransformStream: { - prototype: TransformStream; - new <I = any, O = any>(transformer?: Transformer<I, O>, writableStrategy?: QueuingStrategy<I>, readableStrategy?: QueuingStrategy<O>): TransformStream<I, O>; - }; - interface TransformStreamDefaultController<O = any> { - readonly desiredSize: number | null; - enqueue(chunk?: O): void; - error(reason?: any): void; - terminate(): void; - } - const TransformStreamDefaultController: { - prototype: TransformStreamDefaultController; - new (): TransformStreamDefaultController; - }; - /** - * This Streams API interface provides a standard abstraction for writing - * streaming data to a destination, known as a sink. This object comes with - * built-in back pressure and queuing. - */ - interface WritableStream<W = any> { - readonly locked: boolean; - abort(reason?: any): Promise<void>; - close(): Promise<void>; - getWriter(): WritableStreamDefaultWriter<W>; - } - const WritableStream: { - prototype: WritableStream; - new <W = any>(underlyingSink?: UnderlyingSink<W>, strategy?: QueuingStrategy<W>): WritableStream<W>; - }; - /** - * This Streams API interface is the object returned by - * WritableStream.getWriter() and once created locks the < writer to the - * WritableStream ensuring that no other streams can write to the underlying - * sink. - */ - interface WritableStreamDefaultWriter<W = any> { - readonly closed: Promise<undefined>; - readonly desiredSize: number | null; - readonly ready: Promise<undefined>; - abort(reason?: any): Promise<void>; - close(): Promise<void>; - releaseLock(): void; - write(chunk?: W): Promise<void>; - } - const WritableStreamDefaultWriter: { - prototype: WritableStreamDefaultWriter; - new <W = any>(stream: WritableStream<W>): WritableStreamDefaultWriter<W>; - }; - /** - * This Streams API interface represents a controller allowing control of a - * WritableStream's state. When constructing a WritableStream, the - * underlying sink is given a corresponding WritableStreamDefaultController - * instance to manipulate. - */ - interface WritableStreamDefaultController { - error(e?: any): void; - } - const WritableStreamDefaultController: { - prototype: WritableStreamDefaultController; - new (): WritableStreamDefaultController; - }; - interface QueuingStrategy<T = any> { - highWaterMark?: number; - size?: QueuingStrategySize<T>; - } - interface QueuingStrategySize<T = any> { - (chunk?: T): number; - } - interface QueuingStrategyInit { - /** - * Creates a new ByteLengthQueuingStrategy with the provided high water - * mark. - * - * Note that the provided high water mark will not be validated ahead of - * time. Instead, if it is negative, NaN, or not a number, the resulting - * ByteLengthQueuingStrategy will cause the corresponding stream - * constructor to throw. - */ - highWaterMark: number; - } - /** - * This Streams API interface provides a built-in byte length queuing - * strategy that can be used when constructing streams. - */ - interface ByteLengthQueuingStrategy extends QueuingStrategy<ArrayBufferView> { - readonly highWaterMark: number; - readonly size: QueuingStrategySize<ArrayBufferView>; - } - const ByteLengthQueuingStrategy: { - prototype: ByteLengthQueuingStrategy; - new (init: QueuingStrategyInit): ByteLengthQueuingStrategy; - }; - /** - * This Streams API interface provides a built-in byte length queuing - * strategy that can be used when constructing streams. - */ - interface CountQueuingStrategy extends QueuingStrategy { - readonly highWaterMark: number; - readonly size: QueuingStrategySize; - } - const CountQueuingStrategy: { - prototype: CountQueuingStrategy; - new (init: QueuingStrategyInit): CountQueuingStrategy; - }; - interface TextEncoderStream { - /** Returns "utf-8". */ - readonly encoding: 'utf-8'; - readonly readable: ReadableStream<Uint8Array>; - readonly writable: WritableStream<string>; - readonly [Symbol.toStringTag]: string; - } - const TextEncoderStream: { - prototype: TextEncoderStream; - new (): TextEncoderStream; - }; - interface TextDecoderOptions { - fatal?: boolean; - ignoreBOM?: boolean; - } - type BufferSource = ArrayBufferView | ArrayBuffer; - interface TextDecoderStream { - /** Returns encoding's name, lower cased. */ - readonly encoding: string; - /** Returns `true` if error mode is "fatal", and `false` otherwise. */ - readonly fatal: boolean; - /** Returns `true` if ignore BOM flag is set, and `false` otherwise. */ - readonly ignoreBOM: boolean; - readonly readable: ReadableStream<string>; - readonly writable: WritableStream<BufferSource>; - readonly [Symbol.toStringTag]: string; - } - const TextDecoderStream: { - prototype: TextDecoderStream; - new (label?: string, options?: TextDecoderOptions): TextDecoderStream; - }; -} -declare module 'node:stream/web' { - export * from 'stream/web'; -} diff --git a/software/flow/node_modules/@types/node/ts4.8/string_decoder.d.ts b/software/flow/node_modules/@types/node/ts4.8/string_decoder.d.ts deleted file mode 100755 index a585804..0000000 --- a/software/flow/node_modules/@types/node/ts4.8/string_decoder.d.ts +++ /dev/null @@ -1,67 +0,0 @@ -/** - * The `string_decoder` module provides an API for decoding `Buffer` objects into - * strings in a manner that preserves encoded multi-byte UTF-8 and UTF-16 - * characters. It can be accessed using: - * - * ```js - * const { StringDecoder } = require('string_decoder'); - * ``` - * - * The following example shows the basic use of the `StringDecoder` class. - * - * ```js - * const { StringDecoder } = require('string_decoder'); - * const decoder = new StringDecoder('utf8'); - * - * const cent = Buffer.from([0xC2, 0xA2]); - * console.log(decoder.write(cent)); - * - * const euro = Buffer.from([0xE2, 0x82, 0xAC]); - * console.log(decoder.write(euro)); - * ``` - * - * When a `Buffer` instance is written to the `StringDecoder` instance, an - * internal buffer is used to ensure that the decoded string does not contain - * any incomplete multibyte characters. These are held in the buffer until the - * next call to `stringDecoder.write()` or until `stringDecoder.end()` is called. - * - * In the following example, the three UTF-8 encoded bytes of the European Euro - * symbol (`€`) are written over three separate operations: - * - * ```js - * const { StringDecoder } = require('string_decoder'); - * const decoder = new StringDecoder('utf8'); - * - * decoder.write(Buffer.from([0xE2])); - * decoder.write(Buffer.from([0x82])); - * console.log(decoder.end(Buffer.from([0xAC]))); - * ``` - * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/string_decoder.js) - */ -declare module 'string_decoder' { - class StringDecoder { - constructor(encoding?: BufferEncoding); - /** - * Returns a decoded string, ensuring that any incomplete multibyte characters at - * the end of the `Buffer`, or `TypedArray`, or `DataView` are omitted from the - * returned string and stored in an internal buffer for the next call to`stringDecoder.write()` or `stringDecoder.end()`. - * @since v0.1.99 - * @param buffer A `Buffer`, or `TypedArray`, or `DataView` containing the bytes to decode. - */ - write(buffer: Buffer): string; - /** - * Returns any remaining input stored in the internal buffer as a string. Bytes - * representing incomplete UTF-8 and UTF-16 characters will be replaced with - * substitution characters appropriate for the character encoding. - * - * If the `buffer` argument is provided, one final call to `stringDecoder.write()`is performed before returning the remaining input. - * After `end()` is called, the `stringDecoder` object can be reused for new input. - * @since v0.9.3 - * @param buffer A `Buffer`, or `TypedArray`, or `DataView` containing the bytes to decode. - */ - end(buffer?: Buffer): string; - } -} -declare module 'node:string_decoder' { - export * from 'string_decoder'; -} diff --git a/software/flow/node_modules/@types/node/ts4.8/test.d.ts b/software/flow/node_modules/@types/node/ts4.8/test.d.ts deleted file mode 100755 index 8e20710..0000000 --- a/software/flow/node_modules/@types/node/ts4.8/test.d.ts +++ /dev/null @@ -1,446 +0,0 @@ -/** - * The `node:test` module provides a standalone testing module. - * @see [source](https://github.com/nodejs/node/blob/v18.x/lib/test.js) - */ -declare module 'node:test' { - /** - * Programmatically start the test runner. - * @since v18.9.0 - * @param options Configuration options for running tests. - * @returns A {@link TapStream} that emits events about the test execution. - */ - function run(options?: RunOptions): TapStream; - - /** - * The `test()` function is the value imported from the test module. Each invocation of this - * function results in the creation of a test point in the TAP output. - * - * The {@link TestContext} object passed to the fn argument can be used to perform actions - * related to the current test. Examples include skipping the test, adding additional TAP - * diagnostic information, or creating subtests. - * - * `test()` returns a {@link Promise} that resolves once the test completes. The return value - * can usually be discarded for top level tests. However, the return value from subtests should - * be used to prevent the parent test from finishing first and cancelling the subtest as shown - * in the following example. - * - * ```js - * test('top level test', async (t) => { - * // The setTimeout() in the following subtest would cause it to outlive its - * // parent test if 'await' is removed on the next line. Once the parent test - * // completes, it will cancel any outstanding subtests. - * await t.test('longer running subtest', async (t) => { - * return new Promise((resolve, reject) => { - * setTimeout(resolve, 1000); - * }); - * }); - * }); - * ``` - * @since v18.0.0 - * @param name The name of the test, which is displayed when reporting test results. - * Default: The `name` property of fn, or `'<anonymous>'` if `fn` does not have a name. - * @param options Configuration options for the test - * @param fn The function under test. The first argument to this function is a - * {@link TestContext} object. If the test uses callbacks, the callback function is - * passed as the second argument. Default: A no-op function. - * @returns A {@link Promise} resolved with `undefined` once the test completes. - */ - function test(name?: string, fn?: TestFn): Promise<void>; - function test(name?: string, options?: TestOptions, fn?: TestFn): Promise<void>; - function test(options?: TestOptions, fn?: TestFn): Promise<void>; - function test(fn?: TestFn): Promise<void>; - - /** - * @since v18.6.0 - * @param name The name of the suite, which is displayed when reporting suite results. - * Default: The `name` property of fn, or `'<anonymous>'` if `fn` does not have a name. - * @param options Configuration options for the suite - * @param fn The function under suite. Default: A no-op function. - */ - function describe(name?: string, options?: TestOptions, fn?: SuiteFn): void; - function describe(name?: string, fn?: SuiteFn): void; - function describe(options?: TestOptions, fn?: SuiteFn): void; - function describe(fn?: SuiteFn): void; - namespace describe { - // Shorthand for skipping a suite, same as `describe([name], { skip: true }[, fn])`. - function skip(name?: string, options?: TestOptions, fn?: SuiteFn): void; - function skip(name?: string, fn?: SuiteFn): void; - function skip(options?: TestOptions, fn?: SuiteFn): void; - function skip(fn?: SuiteFn): void; - - // Shorthand for marking a suite as `TODO`, same as `describe([name], { todo: true }[, fn])`. - function todo(name?: string, options?: TestOptions, fn?: SuiteFn): void; - function todo(name?: string, fn?: SuiteFn): void; - function todo(options?: TestOptions, fn?: SuiteFn): void; - function todo(fn?: SuiteFn): void; - } - - /** - * @since v18.6.0 - * @param name The name of the test, which is displayed when reporting test results. - * Default: The `name` property of fn, or `'<anonymous>'` if `fn` does not have a name. - * @param options Configuration options for the test - * @param fn The function under test. If the test uses callbacks, the callback function is - * passed as the second argument. Default: A no-op function. - */ - function it(name?: string, options?: TestOptions, fn?: ItFn): void; - function it(name?: string, fn?: ItFn): void; - function it(options?: TestOptions, fn?: ItFn): void; - function it(fn?: ItFn): void; - namespace it { - // Shorthand for skipping a test, same as `it([name], { skip: true }[, fn])`. - function skip(name?: string, options?: TestOptions, fn?: ItFn): void; - function skip(name?: string, fn?: ItFn): void; - function skip(options?: TestOptions, fn?: ItFn): void; - function skip(fn?: ItFn): void; - - // Shorthand for marking a test as `TODO`, same as `it([name], { todo: true }[, fn])`. - function todo(name?: string, options?: TestOptions, fn?: ItFn): void; - function todo(name?: string, fn?: ItFn): void; - function todo(options?: TestOptions, fn?: ItFn): void; - function todo(fn?: ItFn): void; - } - - /** - * The type of a function under test. The first argument to this function is a - * {@link TestContext} object. If the test uses callbacks, the callback function is passed as - * the second argument. - */ - type TestFn = (t: TestContext, done: (result?: any) => void) => any; - - /** - * The type of a function under Suite. - * If the test uses callbacks, the callback function is passed as an argument - */ - type SuiteFn = (done: (result?: any) => void) => void; - - /** - * The type of a function under test. - * If the test uses callbacks, the callback function is passed as an argument - */ - type ItFn = (done: (result?: any) => void) => any; - - interface RunOptions { - /** - * If a number is provided, then that many files would run in parallel. - * If truthy, it would run (number of cpu cores - 1) files in parallel. - * If falsy, it would only run one file at a time. - * If unspecified, subtests inherit this value from their parent. - * @default true - */ - concurrency?: number | boolean | undefined; - - /** - * An array containing the list of files to run. - * If unspecified, the test runner execution model will be used. - */ - files?: readonly string[] | undefined; - - /** - * Allows aborting an in-progress test execution. - * @default undefined - */ - signal?: AbortSignal | undefined; - - /** - * A number of milliseconds the test will fail after. - * If unspecified, subtests inherit this value from their parent. - * @default Infinity - */ - timeout?: number | undefined; - - /** - * Sets inspector port of test child process. - * If a nullish value is provided, each process gets its own port, - * incremented from the primary's `process.debugPort`. - */ - inspectPort?: number | (() => number) | undefined; - } - - /** - * A successful call of the `run()` method will return a new `TapStream` object, - * streaming a [TAP](https://testanything.org/) output. - * `TapStream` will emit events in the order of the tests' definitions. - * @since v18.9.0 - */ - interface TapStream extends NodeJS.ReadableStream { - addListener(event: 'test:diagnostic', listener: (message: string) => void): this; - addListener(event: 'test:fail', listener: (data: TestFail) => void): this; - addListener(event: 'test:pass', listener: (data: TestPass) => void): this; - addListener(event: string, listener: (...args: any[]) => void): this; - emit(event: 'test:diagnostic', message: string): boolean; - emit(event: 'test:fail', data: TestFail): boolean; - emit(event: 'test:pass', data: TestPass): boolean; - emit(event: string | symbol, ...args: any[]): boolean; - on(event: 'test:diagnostic', listener: (message: string) => void): this; - on(event: 'test:fail', listener: (data: TestFail) => void): this; - on(event: 'test:pass', listener: (data: TestPass) => void): this; - on(event: string, listener: (...args: any[]) => void): this; - once(event: 'test:diagnostic', listener: (message: string) => void): this; - once(event: 'test:fail', listener: (data: TestFail) => void): this; - once(event: 'test:pass', listener: (data: TestPass) => void): this; - once(event: string, listener: (...args: any[]) => void): this; - prependListener(event: 'test:diagnostic', listener: (message: string) => void): this; - prependListener(event: 'test:fail', listener: (data: TestFail) => void): this; - prependListener(event: 'test:pass', listener: (data: TestPass) => void): this; - prependListener(event: string, listener: (...args: any[]) => void): this; - prependOnceListener(event: 'test:diagnostic', listener: (message: string) => void): this; - prependOnceListener(event: 'test:fail', listener: (data: TestFail) => void): this; - prependOnceListener(event: 'test:pass', listener: (data: TestPass) => void): this; - prependOnceListener(event: string, listener: (...args: any[]) => void): this; - } - - interface TestFail { - /** - * The test duration. - */ - duration: number; - - /** - * The failure casing test to fail. - */ - error: Error; - - /** - * The test name. - */ - name: string; - - /** - * The ordinal number of the test. - */ - testNumber: number; - - /** - * Present if `context.todo` is called. - */ - todo?: string; - - /** - * Present if `context.skip` is called. - */ - skip?: string; - } - - interface TestPass { - /** - * The test duration. - */ - duration: number; - - /** - * The test name. - */ - name: string; - - /** - * The ordinal number of the test. - */ - testNumber: number; - - /** - * Present if `context.todo` is called. - */ - todo?: string; - - /** - * Present if `context.skip` is called. - */ - skip?: string; - } - - /** - * An instance of `TestContext` is passed to each test function in order to interact with the - * test runner. However, the `TestContext` constructor is not exposed as part of the API. - * @since v18.0.0 - */ - interface TestContext { - /** - * This function is used to create a hook running before each subtest of the current test. - * @param fn The hook function. If the hook uses callbacks, the callback function is passed as - * the second argument. Default: A no-op function. - * @param options Configuration options for the hook. - * @since v18.8.0 - */ - beforeEach: typeof beforeEach; - - /** - * This function is used to create a hook running after each subtest of the current test. - * @param fn The hook function. If the hook uses callbacks, the callback function is passed as - * the second argument. Default: A no-op function. - * @param options Configuration options for the hook. - * @since v18.8.0 - */ - afterEach: typeof afterEach; - - /** - * This function is used to write TAP diagnostics to the output. Any diagnostic information is - * included at the end of the test's results. This function does not return a value. - * @param message Message to be displayed as a TAP diagnostic. - * @since v18.0.0 - */ - diagnostic(message: string): void; - - /** - * The name of the test. - * @since v18.8.0 - */ - readonly name: string; - - /** - * If `shouldRunOnlyTests` is truthy, the test context will only run tests that have the `only` - * option set. Otherwise, all tests are run. If Node.js was not started with the `--test-only` - * command-line option, this function is a no-op. - * @param shouldRunOnlyTests Whether or not to run `only` tests. - * @since v18.0.0 - */ - runOnly(shouldRunOnlyTests: boolean): void; - - /** - * Can be used to abort test subtasks when the test has been aborted. - * @since v18.7.0 - */ - readonly signal: AbortSignal; - - /** - * This function causes the test's output to indicate the test as skipped. If `message` is - * provided, it is included in the TAP output. Calling `skip()` does not terminate execution of - * the test function. This function does not return a value. - * @param message Optional skip message to be displayed in TAP output. - * @since v18.0.0 - */ - skip(message?: string): void; - - /** - * This function adds a `TODO` directive to the test's output. If `message` is provided, it is - * included in the TAP output. Calling `todo()` does not terminate execution of the test - * function. This function does not return a value. - * @param message Optional `TODO` message to be displayed in TAP output. - * @since v18.0.0 - */ - todo(message?: string): void; - - /** - * This function is used to create subtests under the current test. This function behaves in - * the same fashion as the top level {@link test} function. - * @since v18.0.0 - * @param name The name of the test, which is displayed when reporting test results. - * Default: The `name` property of fn, or `'<anonymous>'` if `fn` does not have a name. - * @param options Configuration options for the test - * @param fn The function under test. This first argument to this function is a - * {@link TestContext} object. If the test uses callbacks, the callback function is - * passed as the second argument. Default: A no-op function. - * @returns A {@link Promise} resolved with `undefined` once the test completes. - */ - test: typeof test; - } - - interface TestOptions { - /** - * If a number is provided, then that many tests would run in parallel. - * If truthy, it would run (number of cpu cores - 1) tests in parallel. - * For subtests, it will be `Infinity` tests in parallel. - * If falsy, it would only run one test at a time. - * If unspecified, subtests inherit this value from their parent. - * @default false - */ - concurrency?: number | boolean | undefined; - - /** - * If truthy, and the test context is configured to run `only` tests, then this test will be - * run. Otherwise, the test is skipped. - * @default false - */ - only?: boolean | undefined; - - /** - * Allows aborting an in-progress test. - * @since v18.8.0 - */ - signal?: AbortSignal | undefined; - - /** - * If truthy, the test is skipped. If a string is provided, that string is displayed in the - * test results as the reason for skipping the test. - * @default false - */ - skip?: boolean | string | undefined; - - /** - * A number of milliseconds the test will fail after. If unspecified, subtests inherit this - * value from their parent. - * @default Infinity - * @since v18.7.0 - */ - timeout?: number | undefined; - - /** - * If truthy, the test marked as `TODO`. If a string is provided, that string is displayed in - * the test results as the reason why the test is `TODO`. - * @default false - */ - todo?: boolean | string | undefined; - } - - /** - * This function is used to create a hook running before running a suite. - * @param fn The hook function. If the hook uses callbacks, the callback function is passed as - * the second argument. Default: A no-op function. - * @param options Configuration options for the hook. - * @since v18.8.0 - */ - function before(fn?: HookFn, options?: HookOptions): void; - - /** - * This function is used to create a hook running after running a suite. - * @param fn The hook function. If the hook uses callbacks, the callback function is passed as - * the second argument. Default: A no-op function. - * @param options Configuration options for the hook. - * @since v18.8.0 - */ - function after(fn?: HookFn, options?: HookOptions): void; - - /** - * This function is used to create a hook running before each subtest of the current suite. - * @param fn The hook function. If the hook uses callbacks, the callback function is passed as - * the second argument. Default: A no-op function. - * @param options Configuration options for the hook. - * @since v18.8.0 - */ - function beforeEach(fn?: HookFn, options?: HookOptions): void; - - /** - * This function is used to create a hook running after each subtest of the current test. - * @param fn The hook function. If the hook uses callbacks, the callback function is passed as - * the second argument. Default: A no-op function. - * @param options Configuration options for the hook. - * @since v18.8.0 - */ - function afterEach(fn?: HookFn, options?: HookOptions): void; - - /** - * The hook function. If the hook uses callbacks, the callback function is passed as the - * second argument. - */ - type HookFn = (done: (result?: any) => void) => any; - - /** - * Configuration options for hooks. - * @since v18.8.0 - */ - interface HookOptions { - /** - * Allows aborting an in-progress hook. - */ - signal?: AbortSignal | undefined; - - /** - * A number of milliseconds the hook will fail after. If unspecified, subtests inherit this - * value from their parent. - * @default Infinity - */ - timeout?: number | undefined; - } - - export { test as default, run, test, describe, it, before, after, beforeEach, afterEach }; -} diff --git a/software/flow/node_modules/@types/node/ts4.8/timers.d.ts b/software/flow/node_modules/@types/node/ts4.8/timers.d.ts deleted file mode 100755 index b26f3ce..0000000 --- a/software/flow/node_modules/@types/node/ts4.8/timers.d.ts +++ /dev/null @@ -1,94 +0,0 @@ -/** - * The `timer` module exposes a global API for scheduling functions to - * be called at some future period of time. Because the timer functions are - * globals, there is no need to call `require('timers')` to use the API. - * - * The timer functions within Node.js implement a similar API as the timers API - * provided by Web Browsers but use a different internal implementation that is - * built around the Node.js [Event Loop](https://nodejs.org/en/docs/guides/event-loop-timers-and-nexttick/#setimmediate-vs-settimeout). - * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/timers.js) - */ -declare module 'timers' { - import { Abortable } from 'node:events'; - import { setTimeout as setTimeoutPromise, setImmediate as setImmediatePromise, setInterval as setIntervalPromise } from 'node:timers/promises'; - interface TimerOptions extends Abortable { - /** - * Set to `false` to indicate that the scheduled `Timeout` - * should not require the Node.js event loop to remain active. - * @default true - */ - ref?: boolean | undefined; - } - let setTimeout: typeof global.setTimeout; - let clearTimeout: typeof global.clearTimeout; - let setInterval: typeof global.setInterval; - let clearInterval: typeof global.clearInterval; - let setImmediate: typeof global.setImmediate; - let clearImmediate: typeof global.clearImmediate; - global { - namespace NodeJS { - // compatibility with older typings - interface Timer extends RefCounted { - hasRef(): boolean; - refresh(): this; - [Symbol.toPrimitive](): number; - } - interface Immediate extends RefCounted { - /** - * If true, the `Immediate` object will keep the Node.js event loop active. - * @since v11.0.0 - */ - hasRef(): boolean; - _onImmediate: Function; // to distinguish it from the Timeout class - } - interface Timeout extends Timer { - /** - * If true, the `Timeout` object will keep the Node.js event loop active. - * @since v11.0.0 - */ - hasRef(): boolean; - /** - * Sets the timer's start time to the current time, and reschedules the timer to - * call its callback at the previously specified duration adjusted to the current - * time. This is useful for refreshing a timer without allocating a new - * JavaScript object. - * - * Using this on a timer that has already called its callback will reactivate the - * timer. - * @since v10.2.0 - * @return a reference to `timeout` - */ - refresh(): this; - [Symbol.toPrimitive](): number; - } - } - function setTimeout<TArgs extends any[]>(callback: (...args: TArgs) => void, ms?: number, ...args: TArgs): NodeJS.Timeout; - // util.promisify no rest args compability - // tslint:disable-next-line void-return - function setTimeout(callback: (args: void) => void, ms?: number): NodeJS.Timeout; - namespace setTimeout { - const __promisify__: typeof setTimeoutPromise; - } - function clearTimeout(timeoutId: NodeJS.Timeout | string | number | undefined): void; - function setInterval<TArgs extends any[]>(callback: (...args: TArgs) => void, ms?: number, ...args: TArgs): NodeJS.Timer; - // util.promisify no rest args compability - // tslint:disable-next-line void-return - function setInterval(callback: (args: void) => void, ms?: number): NodeJS.Timer; - namespace setInterval { - const __promisify__: typeof setIntervalPromise; - } - function clearInterval(intervalId: NodeJS.Timeout | string | number | undefined): void; - function setImmediate<TArgs extends any[]>(callback: (...args: TArgs) => void, ...args: TArgs): NodeJS.Immediate; - // util.promisify no rest args compability - // tslint:disable-next-line void-return - function setImmediate(callback: (args: void) => void): NodeJS.Immediate; - namespace setImmediate { - const __promisify__: typeof setImmediatePromise; - } - function clearImmediate(immediateId: NodeJS.Immediate | undefined): void; - function queueMicrotask(callback: () => void): void; - } -} -declare module 'node:timers' { - export * from 'timers'; -} diff --git a/software/flow/node_modules/@types/node/ts4.8/timers/promises.d.ts b/software/flow/node_modules/@types/node/ts4.8/timers/promises.d.ts deleted file mode 100755 index c145068..0000000 --- a/software/flow/node_modules/@types/node/ts4.8/timers/promises.d.ts +++ /dev/null @@ -1,93 +0,0 @@ -/** - * The `timers/promises` API provides an alternative set of timer functions - * that return `Promise` objects. The API is accessible via`require('timers/promises')`. - * - * ```js - * import { - * setTimeout, - * setImmediate, - * setInterval, - * } from 'timers/promises'; - * ``` - * @since v15.0.0 - */ -declare module 'timers/promises' { - import { TimerOptions } from 'node:timers'; - /** - * ```js - * import { - * setTimeout, - * } from 'timers/promises'; - * - * const res = await setTimeout(100, 'result'); - * - * console.log(res); // Prints 'result' - * ``` - * @since v15.0.0 - * @param [delay=1] The number of milliseconds to wait before fulfilling the promise. - * @param value A value with which the promise is fulfilled. - */ - function setTimeout<T = void>(delay?: number, value?: T, options?: TimerOptions): Promise<T>; - /** - * ```js - * import { - * setImmediate, - * } from 'timers/promises'; - * - * const res = await setImmediate('result'); - * - * console.log(res); // Prints 'result' - * ``` - * @since v15.0.0 - * @param value A value with which the promise is fulfilled. - */ - function setImmediate<T = void>(value?: T, options?: TimerOptions): Promise<T>; - /** - * Returns an async iterator that generates values in an interval of `delay` ms. - * - * ```js - * import { - * setInterval, - * } from 'timers/promises'; - * - * const interval = 100; - * for await (const startTime of setInterval(interval, Date.now())) { - * const now = Date.now(); - * console.log(now); - * if ((now - startTime) > 1000) - * break; - * } - * console.log(Date.now()); - * ``` - * @since v15.9.0 - */ - function setInterval<T = void>(delay?: number, value?: T, options?: TimerOptions): AsyncIterable<T>; - - interface Scheduler { - /** - * ```js - * import { scheduler } from 'node:timers/promises'; - * - * await scheduler.wait(1000); // Wait one second before continuing - * ``` - * An experimental API defined by the Scheduling APIs draft specification being developed as a standard Web Platform API. - * Calling timersPromises.scheduler.wait(delay, options) is roughly equivalent to calling timersPromises.setTimeout(delay, undefined, options) except that the ref option is not supported. - * @since v16.14.0 - * @experimental - * @param [delay=1] The number of milliseconds to wait before fulfilling the promise. - */ - wait: (delay?: number, options?: TimerOptions) => Promise<void>; - /** - * An experimental API defined by the Scheduling APIs draft specification being developed as a standard Web Platform API. - * Calling timersPromises.scheduler.yield() is equivalent to calling timersPromises.setImmediate() with no arguments. - * @since v16.14.0 - * @experimental - */ - yield: () => Promise<void>; - } - - const scheduler: Scheduler; -} -declare module 'node:timers/promises' { - export * from 'timers/promises'; -} diff --git a/software/flow/node_modules/@types/node/ts4.8/tls.d.ts b/software/flow/node_modules/@types/node/ts4.8/tls.d.ts deleted file mode 100755 index 2c55eb9..0000000 --- a/software/flow/node_modules/@types/node/ts4.8/tls.d.ts +++ /dev/null @@ -1,1107 +0,0 @@ -/** - * The `tls` module provides an implementation of the Transport Layer Security - * (TLS) and Secure Socket Layer (SSL) protocols that is built on top of OpenSSL. - * The module can be accessed using: - * - * ```js - * const tls = require('tls'); - * ``` - * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/tls.js) - */ -declare module 'tls' { - import { X509Certificate } from 'node:crypto'; - import * as net from 'node:net'; - import * as stream from 'stream'; - const CLIENT_RENEG_LIMIT: number; - const CLIENT_RENEG_WINDOW: number; - interface Certificate { - /** - * Country code. - */ - C: string; - /** - * Street. - */ - ST: string; - /** - * Locality. - */ - L: string; - /** - * Organization. - */ - O: string; - /** - * Organizational unit. - */ - OU: string; - /** - * Common name. - */ - CN: string; - } - interface PeerCertificate { - /** - * `true` if a Certificate Authority (CA), `false` otherwise. - * @since v18.13.0 - */ - ca: boolean; - /** - * The DER encoded X.509 certificate data. - */ - raw: Buffer; - /** - * The certificate subject. - */ - subject: Certificate; - /** - * The certificate issuer, described in the same terms as the `subject`. - */ - issuer: Certificate; - /** - * The date-time the certificate is valid from. - */ - valid_from: string; - /** - * The date-time the certificate is valid to. - */ - valid_to: string; - /** - * The certificate serial number, as a hex string. - */ - serialNumber: string; - /** - * The SHA-1 digest of the DER encoded certificate. - * It is returned as a `:` separated hexadecimal string. - */ - fingerprint: string; - /** - * The SHA-256 digest of the DER encoded certificate. - * It is returned as a `:` separated hexadecimal string. - */ - fingerprint256: string; - /** - * The SHA-512 digest of the DER encoded certificate. - * It is returned as a `:` separated hexadecimal string. - */ - fingerprint512: string; - /** - * The extended key usage, a set of OIDs. - */ - ext_key_usage?: string[]; - /** - * A string containing concatenated names for the subject, - * an alternative to the `subject` names. - */ - subjectaltname?: string; - /** - * An array describing the AuthorityInfoAccess, used with OCSP. - */ - infoAccess?: NodeJS.Dict<string[]>; - /** - * For RSA keys: The RSA bit size. - * - * For EC keys: The key size in bits. - */ - bits?: number; - /** - * The RSA exponent, as a string in hexadecimal number notation. - */ - exponent?: string; - /** - * The RSA modulus, as a hexadecimal string. - */ - modulus?: string; - /** - * The public key. - */ - pubkey?: Buffer; - /** - * The ASN.1 name of the OID of the elliptic curve. - * Well-known curves are identified by an OID. - * While it is unusual, it is possible that the curve - * is identified by its mathematical properties, - * in which case it will not have an OID. - */ - asn1Curve?: string; - /** - * The NIST name for the elliptic curve,if it has one - * (not all well-known curves have been assigned names by NIST). - */ - nistCurve?: string; - } - interface DetailedPeerCertificate extends PeerCertificate { - /** - * The issuer certificate object. - * For self-signed certificates, this may be a circular reference. - */ - issuerCertificate: DetailedPeerCertificate; - } - interface CipherNameAndProtocol { - /** - * The cipher name. - */ - name: string; - /** - * SSL/TLS protocol version. - */ - version: string; - /** - * IETF name for the cipher suite. - */ - standardName: string; - } - interface EphemeralKeyInfo { - /** - * The supported types are 'DH' and 'ECDH'. - */ - type: string; - /** - * The name property is available only when type is 'ECDH'. - */ - name?: string | undefined; - /** - * The size of parameter of an ephemeral key exchange. - */ - size: number; - } - interface KeyObject { - /** - * Private keys in PEM format. - */ - pem: string | Buffer; - /** - * Optional passphrase. - */ - passphrase?: string | undefined; - } - interface PxfObject { - /** - * PFX or PKCS12 encoded private key and certificate chain. - */ - buf: string | Buffer; - /** - * Optional passphrase. - */ - passphrase?: string | undefined; - } - interface TLSSocketOptions extends SecureContextOptions, CommonConnectionOptions { - /** - * If true the TLS socket will be instantiated in server-mode. - * Defaults to false. - */ - isServer?: boolean | undefined; - /** - * An optional net.Server instance. - */ - server?: net.Server | undefined; - /** - * An optional Buffer instance containing a TLS session. - */ - session?: Buffer | undefined; - /** - * If true, specifies that the OCSP status request extension will be - * added to the client hello and an 'OCSPResponse' event will be - * emitted on the socket before establishing a secure communication - */ - requestOCSP?: boolean | undefined; - } - /** - * Performs transparent encryption of written data and all required TLS - * negotiation. - * - * Instances of `tls.TLSSocket` implement the duplex `Stream` interface. - * - * Methods that return TLS connection metadata (e.g.{@link TLSSocket.getPeerCertificate} will only return data while the - * connection is open. - * @since v0.11.4 - */ - class TLSSocket extends net.Socket { - /** - * Construct a new tls.TLSSocket object from an existing TCP socket. - */ - constructor(socket: net.Socket, options?: TLSSocketOptions); - /** - * This property is `true` if the peer certificate was signed by one of the CAs - * specified when creating the `tls.TLSSocket` instance, otherwise `false`. - * @since v0.11.4 - */ - authorized: boolean; - /** - * Returns the reason why the peer's certificate was not been verified. This - * property is set only when `tlsSocket.authorized === false`. - * @since v0.11.4 - */ - authorizationError: Error; - /** - * Always returns `true`. This may be used to distinguish TLS sockets from regular`net.Socket` instances. - * @since v0.11.4 - */ - encrypted: true; - /** - * String containing the selected ALPN protocol. - * Before a handshake has completed, this value is always null. - * When a handshake is completed but not ALPN protocol was selected, tlsSocket.alpnProtocol equals false. - */ - alpnProtocol: string | false | null; - /** - * Returns an object representing the local certificate. The returned object has - * some properties corresponding to the fields of the certificate. - * - * See {@link TLSSocket.getPeerCertificate} for an example of the certificate - * structure. - * - * If there is no local certificate, an empty object will be returned. If the - * socket has been destroyed, `null` will be returned. - * @since v11.2.0 - */ - getCertificate(): PeerCertificate | object | null; - /** - * Returns an object containing information on the negotiated cipher suite. - * - * For example: - * - * ```json - * { - * "name": "AES128-SHA256", - * "standardName": "TLS_RSA_WITH_AES_128_CBC_SHA256", - * "version": "TLSv1.2" - * } - * ``` - * - * See [SSL\_CIPHER\_get\_name](https://www.openssl.org/docs/man1.1.1/man3/SSL_CIPHER_get_name.html) for more information. - * @since v0.11.4 - */ - getCipher(): CipherNameAndProtocol; - /** - * Returns an object representing the type, name, and size of parameter of - * an ephemeral key exchange in `perfect forward secrecy` on a client - * connection. It returns an empty object when the key exchange is not - * ephemeral. As this is only supported on a client socket; `null` is returned - * if called on a server socket. The supported types are `'DH'` and `'ECDH'`. The`name` property is available only when type is `'ECDH'`. - * - * For example: `{ type: 'ECDH', name: 'prime256v1', size: 256 }`. - * @since v5.0.0 - */ - getEphemeralKeyInfo(): EphemeralKeyInfo | object | null; - /** - * As the `Finished` messages are message digests of the complete handshake - * (with a total of 192 bits for TLS 1.0 and more for SSL 3.0), they can - * be used for external authentication procedures when the authentication - * provided by SSL/TLS is not desired or is not enough. - * - * Corresponds to the `SSL_get_finished` routine in OpenSSL and may be used - * to implement the `tls-unique` channel binding from [RFC 5929](https://tools.ietf.org/html/rfc5929). - * @since v9.9.0 - * @return The latest `Finished` message that has been sent to the socket as part of a SSL/TLS handshake, or `undefined` if no `Finished` message has been sent yet. - */ - getFinished(): Buffer | undefined; - /** - * Returns an object representing the peer's certificate. If the peer does not - * provide a certificate, an empty object will be returned. If the socket has been - * destroyed, `null` will be returned. - * - * If the full certificate chain was requested, each certificate will include an`issuerCertificate` property containing an object representing its issuer's - * certificate. - * @since v0.11.4 - * @param detailed Include the full certificate chain if `true`, otherwise include just the peer's certificate. - * @return A certificate object. - */ - getPeerCertificate(detailed: true): DetailedPeerCertificate; - getPeerCertificate(detailed?: false): PeerCertificate; - getPeerCertificate(detailed?: boolean): PeerCertificate | DetailedPeerCertificate; - /** - * As the `Finished` messages are message digests of the complete handshake - * (with a total of 192 bits for TLS 1.0 and more for SSL 3.0), they can - * be used for external authentication procedures when the authentication - * provided by SSL/TLS is not desired or is not enough. - * - * Corresponds to the `SSL_get_peer_finished` routine in OpenSSL and may be used - * to implement the `tls-unique` channel binding from [RFC 5929](https://tools.ietf.org/html/rfc5929). - * @since v9.9.0 - * @return The latest `Finished` message that is expected or has actually been received from the socket as part of a SSL/TLS handshake, or `undefined` if there is no `Finished` message so - * far. - */ - getPeerFinished(): Buffer | undefined; - /** - * Returns a string containing the negotiated SSL/TLS protocol version of the - * current connection. The value `'unknown'` will be returned for connected - * sockets that have not completed the handshaking process. The value `null` will - * be returned for server sockets or disconnected client sockets. - * - * Protocol versions are: - * - * * `'SSLv3'` - * * `'TLSv1'` - * * `'TLSv1.1'` - * * `'TLSv1.2'` - * * `'TLSv1.3'` - * - * See the OpenSSL [`SSL_get_version`](https://www.openssl.org/docs/man1.1.1/man3/SSL_get_version.html) documentation for more information. - * @since v5.7.0 - */ - getProtocol(): string | null; - /** - * Returns the TLS session data or `undefined` if no session was - * negotiated. On the client, the data can be provided to the `session` option of {@link connect} to resume the connection. On the server, it may be useful - * for debugging. - * - * See `Session Resumption` for more information. - * - * Note: `getSession()` works only for TLSv1.2 and below. For TLSv1.3, applications - * must use the `'session'` event (it also works for TLSv1.2 and below). - * @since v0.11.4 - */ - getSession(): Buffer | undefined; - /** - * See [SSL\_get\_shared\_sigalgs](https://www.openssl.org/docs/man1.1.1/man3/SSL_get_shared_sigalgs.html) for more information. - * @since v12.11.0 - * @return List of signature algorithms shared between the server and the client in the order of decreasing preference. - */ - getSharedSigalgs(): string[]; - /** - * For a client, returns the TLS session ticket if one is available, or`undefined`. For a server, always returns `undefined`. - * - * It may be useful for debugging. - * - * See `Session Resumption` for more information. - * @since v0.11.4 - */ - getTLSTicket(): Buffer | undefined; - /** - * See `Session Resumption` for more information. - * @since v0.5.6 - * @return `true` if the session was reused, `false` otherwise. - */ - isSessionReused(): boolean; - /** - * The `tlsSocket.renegotiate()` method initiates a TLS renegotiation process. - * Upon completion, the `callback` function will be passed a single argument - * that is either an `Error` (if the request failed) or `null`. - * - * This method can be used to request a peer's certificate after the secure - * connection has been established. - * - * When running as the server, the socket will be destroyed with an error after`handshakeTimeout` timeout. - * - * For TLSv1.3, renegotiation cannot be initiated, it is not supported by the - * protocol. - * @since v0.11.8 - * @param callback If `renegotiate()` returned `true`, callback is attached once to the `'secure'` event. If `renegotiate()` returned `false`, `callback` will be called in the next tick with - * an error, unless the `tlsSocket` has been destroyed, in which case `callback` will not be called at all. - * @return `true` if renegotiation was initiated, `false` otherwise. - */ - renegotiate( - options: { - rejectUnauthorized?: boolean | undefined; - requestCert?: boolean | undefined; - }, - callback: (err: Error | null) => void - ): undefined | boolean; - /** - * The `tlsSocket.setMaxSendFragment()` method sets the maximum TLS fragment size. - * Returns `true` if setting the limit succeeded; `false` otherwise. - * - * Smaller fragment sizes decrease the buffering latency on the client: larger - * fragments are buffered by the TLS layer until the entire fragment is received - * and its integrity is verified; large fragments can span multiple roundtrips - * and their processing can be delayed due to packet loss or reordering. However, - * smaller fragments add extra TLS framing bytes and CPU overhead, which may - * decrease overall server throughput. - * @since v0.11.11 - * @param [size=16384] The maximum TLS fragment size. The maximum value is `16384`. - */ - setMaxSendFragment(size: number): boolean; - /** - * Disables TLS renegotiation for this `TLSSocket` instance. Once called, attempts - * to renegotiate will trigger an `'error'` event on the `TLSSocket`. - * @since v8.4.0 - */ - disableRenegotiation(): void; - /** - * When enabled, TLS packet trace information is written to `stderr`. This can be - * used to debug TLS connection problems. - * - * The format of the output is identical to the output of`openssl s_client -trace` or `openssl s_server -trace`. While it is produced by - * OpenSSL's `SSL_trace()` function, the format is undocumented, can change - * without notice, and should not be relied on. - * @since v12.2.0 - */ - enableTrace(): void; - /** - * Returns the peer certificate as an `X509Certificate` object. - * - * If there is no peer certificate, or the socket has been destroyed,`undefined` will be returned. - * @since v15.9.0 - */ - getPeerX509Certificate(): X509Certificate | undefined; - /** - * Returns the local certificate as an `X509Certificate` object. - * - * If there is no local certificate, or the socket has been destroyed,`undefined` will be returned. - * @since v15.9.0 - */ - getX509Certificate(): X509Certificate | undefined; - /** - * Keying material is used for validations to prevent different kind of attacks in - * network protocols, for example in the specifications of IEEE 802.1X. - * - * Example - * - * ```js - * const keyingMaterial = tlsSocket.exportKeyingMaterial( - * 128, - * 'client finished'); - * - * /* - * Example return value of keyingMaterial: - * <Buffer 76 26 af 99 c5 56 8e 42 09 91 ef 9f 93 cb ad 6c 7b 65 f8 53 f1 d8 d9 - * 12 5a 33 b8 b5 25 df 7b 37 9f e0 e2 4f b8 67 83 a3 2f cd 5d 41 42 4c 91 - * 74 ef 2c ... 78 more bytes> - * - * ``` - * - * See the OpenSSL [`SSL_export_keying_material`](https://www.openssl.org/docs/man1.1.1/man3/SSL_export_keying_material.html) documentation for more - * information. - * @since v13.10.0, v12.17.0 - * @param length number of bytes to retrieve from keying material - * @param label an application specific label, typically this will be a value from the [IANA Exporter Label - * Registry](https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#exporter-labels). - * @param context Optionally provide a context. - * @return requested bytes of the keying material - */ - exportKeyingMaterial(length: number, label: string, context: Buffer): Buffer; - addListener(event: string, listener: (...args: any[]) => void): this; - addListener(event: 'OCSPResponse', listener: (response: Buffer) => void): this; - addListener(event: 'secureConnect', listener: () => void): this; - addListener(event: 'session', listener: (session: Buffer) => void): this; - addListener(event: 'keylog', listener: (line: Buffer) => void): this; - emit(event: string | symbol, ...args: any[]): boolean; - emit(event: 'OCSPResponse', response: Buffer): boolean; - emit(event: 'secureConnect'): boolean; - emit(event: 'session', session: Buffer): boolean; - emit(event: 'keylog', line: Buffer): boolean; - on(event: string, listener: (...args: any[]) => void): this; - on(event: 'OCSPResponse', listener: (response: Buffer) => void): this; - on(event: 'secureConnect', listener: () => void): this; - on(event: 'session', listener: (session: Buffer) => void): this; - on(event: 'keylog', listener: (line: Buffer) => void): this; - once(event: string, listener: (...args: any[]) => void): this; - once(event: 'OCSPResponse', listener: (response: Buffer) => void): this; - once(event: 'secureConnect', listener: () => void): this; - once(event: 'session', listener: (session: Buffer) => void): this; - once(event: 'keylog', listener: (line: Buffer) => void): this; - prependListener(event: string, listener: (...args: any[]) => void): this; - prependListener(event: 'OCSPResponse', listener: (response: Buffer) => void): this; - prependListener(event: 'secureConnect', listener: () => void): this; - prependListener(event: 'session', listener: (session: Buffer) => void): this; - prependListener(event: 'keylog', listener: (line: Buffer) => void): this; - prependOnceListener(event: string, listener: (...args: any[]) => void): this; - prependOnceListener(event: 'OCSPResponse', listener: (response: Buffer) => void): this; - prependOnceListener(event: 'secureConnect', listener: () => void): this; - prependOnceListener(event: 'session', listener: (session: Buffer) => void): this; - prependOnceListener(event: 'keylog', listener: (line: Buffer) => void): this; - } - interface CommonConnectionOptions { - /** - * An optional TLS context object from tls.createSecureContext() - */ - secureContext?: SecureContext | undefined; - /** - * When enabled, TLS packet trace information is written to `stderr`. This can be - * used to debug TLS connection problems. - * @default false - */ - enableTrace?: boolean | undefined; - /** - * If true the server will request a certificate from clients that - * connect and attempt to verify that certificate. Defaults to - * false. - */ - requestCert?: boolean | undefined; - /** - * An array of strings or a Buffer naming possible ALPN protocols. - * (Protocols should be ordered by their priority.) - */ - ALPNProtocols?: string[] | Uint8Array[] | Uint8Array | undefined; - /** - * SNICallback(servername, cb) <Function> A function that will be - * called if the client supports SNI TLS extension. Two arguments - * will be passed when called: servername and cb. SNICallback should - * invoke cb(null, ctx), where ctx is a SecureContext instance. - * (tls.createSecureContext(...) can be used to get a proper - * SecureContext.) If SNICallback wasn't provided the default callback - * with high-level API will be used (see below). - */ - SNICallback?: ((servername: string, cb: (err: Error | null, ctx?: SecureContext) => void) => void) | undefined; - /** - * If true the server will reject any connection which is not - * authorized with the list of supplied CAs. This option only has an - * effect if requestCert is true. - * @default true - */ - rejectUnauthorized?: boolean | undefined; - } - interface TlsOptions extends SecureContextOptions, CommonConnectionOptions, net.ServerOpts { - /** - * Abort the connection if the SSL/TLS handshake does not finish in the - * specified number of milliseconds. A 'tlsClientError' is emitted on - * the tls.Server object whenever a handshake times out. Default: - * 120000 (120 seconds). - */ - handshakeTimeout?: number | undefined; - /** - * The number of seconds after which a TLS session created by the - * server will no longer be resumable. See Session Resumption for more - * information. Default: 300. - */ - sessionTimeout?: number | undefined; - /** - * 48-bytes of cryptographically strong pseudo-random data. - */ - ticketKeys?: Buffer | undefined; - /** - * - * @param socket - * @param identity identity parameter sent from the client. - * @return pre-shared key that must either be - * a buffer or `null` to stop the negotiation process. Returned PSK must be - * compatible with the selected cipher's digest. - * - * When negotiating TLS-PSK (pre-shared keys), this function is called - * with the identity provided by the client. - * If the return value is `null` the negotiation process will stop and an - * "unknown_psk_identity" alert message will be sent to the other party. - * If the server wishes to hide the fact that the PSK identity was not known, - * the callback must provide some random data as `psk` to make the connection - * fail with "decrypt_error" before negotiation is finished. - * PSK ciphers are disabled by default, and using TLS-PSK thus - * requires explicitly specifying a cipher suite with the `ciphers` option. - * More information can be found in the RFC 4279. - */ - pskCallback?(socket: TLSSocket, identity: string): DataView | NodeJS.TypedArray | null; - /** - * hint to send to a client to help - * with selecting the identity during TLS-PSK negotiation. Will be ignored - * in TLS 1.3. Upon failing to set pskIdentityHint `tlsClientError` will be - * emitted with `ERR_TLS_PSK_SET_IDENTIY_HINT_FAILED` code. - */ - pskIdentityHint?: string | undefined; - } - interface PSKCallbackNegotation { - psk: DataView | NodeJS.TypedArray; - identity: string; - } - interface ConnectionOptions extends SecureContextOptions, CommonConnectionOptions { - host?: string | undefined; - port?: number | undefined; - path?: string | undefined; // Creates unix socket connection to path. If this option is specified, `host` and `port` are ignored. - socket?: stream.Duplex | undefined; // Establish secure connection on a given socket rather than creating a new socket - checkServerIdentity?: typeof checkServerIdentity | undefined; - servername?: string | undefined; // SNI TLS Extension - session?: Buffer | undefined; - minDHSize?: number | undefined; - lookup?: net.LookupFunction | undefined; - timeout?: number | undefined; - /** - * When negotiating TLS-PSK (pre-shared keys), this function is called - * with optional identity `hint` provided by the server or `null` - * in case of TLS 1.3 where `hint` was removed. - * It will be necessary to provide a custom `tls.checkServerIdentity()` - * for the connection as the default one will try to check hostname/IP - * of the server against the certificate but that's not applicable for PSK - * because there won't be a certificate present. - * More information can be found in the RFC 4279. - * - * @param hint message sent from the server to help client - * decide which identity to use during negotiation. - * Always `null` if TLS 1.3 is used. - * @returns Return `null` to stop the negotiation process. `psk` must be - * compatible with the selected cipher's digest. - * `identity` must use UTF-8 encoding. - */ - pskCallback?(hint: string | null): PSKCallbackNegotation | null; - } - /** - * Accepts encrypted connections using TLS or SSL. - * @since v0.3.2 - */ - class Server extends net.Server { - constructor(secureConnectionListener?: (socket: TLSSocket) => void); - constructor(options: TlsOptions, secureConnectionListener?: (socket: TLSSocket) => void); - /** - * The `server.addContext()` method adds a secure context that will be used if - * the client request's SNI name matches the supplied `hostname` (or wildcard). - * - * When there are multiple matching contexts, the most recently added one is - * used. - * @since v0.5.3 - * @param hostname A SNI host name or wildcard (e.g. `'*'`) - * @param context An object containing any of the possible properties from the {@link createSecureContext} `options` arguments (e.g. `key`, `cert`, `ca`, etc). - */ - addContext(hostname: string, context: SecureContextOptions): void; - /** - * Returns the session ticket keys. - * - * See `Session Resumption` for more information. - * @since v3.0.0 - * @return A 48-byte buffer containing the session ticket keys. - */ - getTicketKeys(): Buffer; - /** - * The `server.setSecureContext()` method replaces the secure context of an - * existing server. Existing connections to the server are not interrupted. - * @since v11.0.0 - * @param options An object containing any of the possible properties from the {@link createSecureContext} `options` arguments (e.g. `key`, `cert`, `ca`, etc). - */ - setSecureContext(options: SecureContextOptions): void; - /** - * Sets the session ticket keys. - * - * Changes to the ticket keys are effective only for future server connections. - * Existing or currently pending server connections will use the previous keys. - * - * See `Session Resumption` for more information. - * @since v3.0.0 - * @param keys A 48-byte buffer containing the session ticket keys. - */ - setTicketKeys(keys: Buffer): void; - /** - * events.EventEmitter - * 1. tlsClientError - * 2. newSession - * 3. OCSPRequest - * 4. resumeSession - * 5. secureConnection - * 6. keylog - */ - addListener(event: string, listener: (...args: any[]) => void): this; - addListener(event: 'tlsClientError', listener: (err: Error, tlsSocket: TLSSocket) => void): this; - addListener(event: 'newSession', listener: (sessionId: Buffer, sessionData: Buffer, callback: () => void) => void): this; - addListener(event: 'OCSPRequest', listener: (certificate: Buffer, issuer: Buffer, callback: (err: Error | null, resp: Buffer) => void) => void): this; - addListener(event: 'resumeSession', listener: (sessionId: Buffer, callback: (err: Error | null, sessionData: Buffer | null) => void) => void): this; - addListener(event: 'secureConnection', listener: (tlsSocket: TLSSocket) => void): this; - addListener(event: 'keylog', listener: (line: Buffer, tlsSocket: TLSSocket) => void): this; - emit(event: string | symbol, ...args: any[]): boolean; - emit(event: 'tlsClientError', err: Error, tlsSocket: TLSSocket): boolean; - emit(event: 'newSession', sessionId: Buffer, sessionData: Buffer, callback: () => void): boolean; - emit(event: 'OCSPRequest', certificate: Buffer, issuer: Buffer, callback: (err: Error | null, resp: Buffer) => void): boolean; - emit(event: 'resumeSession', sessionId: Buffer, callback: (err: Error | null, sessionData: Buffer | null) => void): boolean; - emit(event: 'secureConnection', tlsSocket: TLSSocket): boolean; - emit(event: 'keylog', line: Buffer, tlsSocket: TLSSocket): boolean; - on(event: string, listener: (...args: any[]) => void): this; - on(event: 'tlsClientError', listener: (err: Error, tlsSocket: TLSSocket) => void): this; - on(event: 'newSession', listener: (sessionId: Buffer, sessionData: Buffer, callback: () => void) => void): this; - on(event: 'OCSPRequest', listener: (certificate: Buffer, issuer: Buffer, callback: (err: Error | null, resp: Buffer) => void) => void): this; - on(event: 'resumeSession', listener: (sessionId: Buffer, callback: (err: Error | null, sessionData: Buffer | null) => void) => void): this; - on(event: 'secureConnection', listener: (tlsSocket: TLSSocket) => void): this; - on(event: 'keylog', listener: (line: Buffer, tlsSocket: TLSSocket) => void): this; - once(event: string, listener: (...args: any[]) => void): this; - once(event: 'tlsClientError', listener: (err: Error, tlsSocket: TLSSocket) => void): this; - once(event: 'newSession', listener: (sessionId: Buffer, sessionData: Buffer, callback: () => void) => void): this; - once(event: 'OCSPRequest', listener: (certificate: Buffer, issuer: Buffer, callback: (err: Error | null, resp: Buffer) => void) => void): this; - once(event: 'resumeSession', listener: (sessionId: Buffer, callback: (err: Error | null, sessionData: Buffer | null) => void) => void): this; - once(event: 'secureConnection', listener: (tlsSocket: TLSSocket) => void): this; - once(event: 'keylog', listener: (line: Buffer, tlsSocket: TLSSocket) => void): this; - prependListener(event: string, listener: (...args: any[]) => void): this; - prependListener(event: 'tlsClientError', listener: (err: Error, tlsSocket: TLSSocket) => void): this; - prependListener(event: 'newSession', listener: (sessionId: Buffer, sessionData: Buffer, callback: () => void) => void): this; - prependListener(event: 'OCSPRequest', listener: (certificate: Buffer, issuer: Buffer, callback: (err: Error | null, resp: Buffer) => void) => void): this; - prependListener(event: 'resumeSession', listener: (sessionId: Buffer, callback: (err: Error | null, sessionData: Buffer | null) => void) => void): this; - prependListener(event: 'secureConnection', listener: (tlsSocket: TLSSocket) => void): this; - prependListener(event: 'keylog', listener: (line: Buffer, tlsSocket: TLSSocket) => void): this; - prependOnceListener(event: string, listener: (...args: any[]) => void): this; - prependOnceListener(event: 'tlsClientError', listener: (err: Error, tlsSocket: TLSSocket) => void): this; - prependOnceListener(event: 'newSession', listener: (sessionId: Buffer, sessionData: Buffer, callback: () => void) => void): this; - prependOnceListener(event: 'OCSPRequest', listener: (certificate: Buffer, issuer: Buffer, callback: (err: Error | null, resp: Buffer) => void) => void): this; - prependOnceListener(event: 'resumeSession', listener: (sessionId: Buffer, callback: (err: Error | null, sessionData: Buffer | null) => void) => void): this; - prependOnceListener(event: 'secureConnection', listener: (tlsSocket: TLSSocket) => void): this; - prependOnceListener(event: 'keylog', listener: (line: Buffer, tlsSocket: TLSSocket) => void): this; - } - /** - * @deprecated since v0.11.3 Use `tls.TLSSocket` instead. - */ - interface SecurePair { - encrypted: TLSSocket; - cleartext: TLSSocket; - } - type SecureVersion = 'TLSv1.3' | 'TLSv1.2' | 'TLSv1.1' | 'TLSv1'; - interface SecureContextOptions { - /** - * Optionally override the trusted CA certificates. Default is to trust - * the well-known CAs curated by Mozilla. Mozilla's CAs are completely - * replaced when CAs are explicitly specified using this option. - */ - ca?: string | Buffer | Array<string | Buffer> | undefined; - /** - * Cert chains in PEM format. One cert chain should be provided per - * private key. Each cert chain should consist of the PEM formatted - * certificate for a provided private key, followed by the PEM - * formatted intermediate certificates (if any), in order, and not - * including the root CA (the root CA must be pre-known to the peer, - * see ca). When providing multiple cert chains, they do not have to - * be in the same order as their private keys in key. If the - * intermediate certificates are not provided, the peer will not be - * able to validate the certificate, and the handshake will fail. - */ - cert?: string | Buffer | Array<string | Buffer> | undefined; - /** - * Colon-separated list of supported signature algorithms. The list - * can contain digest algorithms (SHA256, MD5 etc.), public key - * algorithms (RSA-PSS, ECDSA etc.), combination of both (e.g - * 'RSA+SHA384') or TLS v1.3 scheme names (e.g. rsa_pss_pss_sha512). - */ - sigalgs?: string | undefined; - /** - * Cipher suite specification, replacing the default. For more - * information, see modifying the default cipher suite. Permitted - * ciphers can be obtained via tls.getCiphers(). Cipher names must be - * uppercased in order for OpenSSL to accept them. - */ - ciphers?: string | undefined; - /** - * Name of an OpenSSL engine which can provide the client certificate. - */ - clientCertEngine?: string | undefined; - /** - * PEM formatted CRLs (Certificate Revocation Lists). - */ - crl?: string | Buffer | Array<string | Buffer> | undefined; - /** - * Diffie Hellman parameters, required for Perfect Forward Secrecy. Use - * openssl dhparam to create the parameters. The key length must be - * greater than or equal to 1024 bits or else an error will be thrown. - * Although 1024 bits is permissible, use 2048 bits or larger for - * stronger security. If omitted or invalid, the parameters are - * silently discarded and DHE ciphers will not be available. - */ - dhparam?: string | Buffer | undefined; - /** - * A string describing a named curve or a colon separated list of curve - * NIDs or names, for example P-521:P-384:P-256, to use for ECDH key - * agreement. Set to auto to select the curve automatically. Use - * crypto.getCurves() to obtain a list of available curve names. On - * recent releases, openssl ecparam -list_curves will also display the - * name and description of each available elliptic curve. Default: - * tls.DEFAULT_ECDH_CURVE. - */ - ecdhCurve?: string | undefined; - /** - * Attempt to use the server's cipher suite preferences instead of the - * client's. When true, causes SSL_OP_CIPHER_SERVER_PREFERENCE to be - * set in secureOptions - */ - honorCipherOrder?: boolean | undefined; - /** - * Private keys in PEM format. PEM allows the option of private keys - * being encrypted. Encrypted keys will be decrypted with - * options.passphrase. Multiple keys using different algorithms can be - * provided either as an array of unencrypted key strings or buffers, - * or an array of objects in the form {pem: <string|buffer>[, - * passphrase: <string>]}. The object form can only occur in an array. - * object.passphrase is optional. Encrypted keys will be decrypted with - * object.passphrase if provided, or options.passphrase if it is not. - */ - key?: string | Buffer | Array<string | Buffer | KeyObject> | undefined; - /** - * Name of an OpenSSL engine to get private key from. Should be used - * together with privateKeyIdentifier. - */ - privateKeyEngine?: string | undefined; - /** - * Identifier of a private key managed by an OpenSSL engine. Should be - * used together with privateKeyEngine. Should not be set together with - * key, because both options define a private key in different ways. - */ - privateKeyIdentifier?: string | undefined; - /** - * Optionally set the maximum TLS version to allow. One - * of `'TLSv1.3'`, `'TLSv1.2'`, `'TLSv1.1'`, or `'TLSv1'`. Cannot be specified along with the - * `secureProtocol` option, use one or the other. - * **Default:** `'TLSv1.3'`, unless changed using CLI options. Using - * `--tls-max-v1.2` sets the default to `'TLSv1.2'`. Using `--tls-max-v1.3` sets the default to - * `'TLSv1.3'`. If multiple of the options are provided, the highest maximum is used. - */ - maxVersion?: SecureVersion | undefined; - /** - * Optionally set the minimum TLS version to allow. One - * of `'TLSv1.3'`, `'TLSv1.2'`, `'TLSv1.1'`, or `'TLSv1'`. Cannot be specified along with the - * `secureProtocol` option, use one or the other. It is not recommended to use - * less than TLSv1.2, but it may be required for interoperability. - * **Default:** `'TLSv1.2'`, unless changed using CLI options. Using - * `--tls-v1.0` sets the default to `'TLSv1'`. Using `--tls-v1.1` sets the default to - * `'TLSv1.1'`. Using `--tls-min-v1.3` sets the default to - * 'TLSv1.3'. If multiple of the options are provided, the lowest minimum is used. - */ - minVersion?: SecureVersion | undefined; - /** - * Shared passphrase used for a single private key and/or a PFX. - */ - passphrase?: string | undefined; - /** - * PFX or PKCS12 encoded private key and certificate chain. pfx is an - * alternative to providing key and cert individually. PFX is usually - * encrypted, if it is, passphrase will be used to decrypt it. Multiple - * PFX can be provided either as an array of unencrypted PFX buffers, - * or an array of objects in the form {buf: <string|buffer>[, - * passphrase: <string>]}. The object form can only occur in an array. - * object.passphrase is optional. Encrypted PFX will be decrypted with - * object.passphrase if provided, or options.passphrase if it is not. - */ - pfx?: string | Buffer | Array<string | Buffer | PxfObject> | undefined; - /** - * Optionally affect the OpenSSL protocol behavior, which is not - * usually necessary. This should be used carefully if at all! Value is - * a numeric bitmask of the SSL_OP_* options from OpenSSL Options - */ - secureOptions?: number | undefined; // Value is a numeric bitmask of the `SSL_OP_*` options - /** - * Legacy mechanism to select the TLS protocol version to use, it does - * not support independent control of the minimum and maximum version, - * and does not support limiting the protocol to TLSv1.3. Use - * minVersion and maxVersion instead. The possible values are listed as - * SSL_METHODS, use the function names as strings. For example, use - * 'TLSv1_1_method' to force TLS version 1.1, or 'TLS_method' to allow - * any TLS protocol version up to TLSv1.3. It is not recommended to use - * TLS versions less than 1.2, but it may be required for - * interoperability. Default: none, see minVersion. - */ - secureProtocol?: string | undefined; - /** - * Opaque identifier used by servers to ensure session state is not - * shared between applications. Unused by clients. - */ - sessionIdContext?: string | undefined; - /** - * 48-bytes of cryptographically strong pseudo-random data. - * See Session Resumption for more information. - */ - ticketKeys?: Buffer | undefined; - /** - * The number of seconds after which a TLS session created by the - * server will no longer be resumable. See Session Resumption for more - * information. Default: 300. - */ - sessionTimeout?: number | undefined; - } - interface SecureContext { - context: any; - } - /** - * Verifies the certificate `cert` is issued to `hostname`. - * - * Returns [Error](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error) object, populating it with `reason`, `host`, and `cert` on - * failure. On success, returns [undefined](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Undefined_type). - * - * This function is intended to be used in combination with the`checkServerIdentity` option that can be passed to {@link connect} and as - * such operates on a `certificate object`. For other purposes, consider using `x509.checkHost()` instead. - * - * This function can be overwritten by providing an alternative function as the`options.checkServerIdentity` option that is passed to `tls.connect()`. The - * overwriting function can call `tls.checkServerIdentity()` of course, to augment - * the checks done with additional verification. - * - * This function is only called if the certificate passed all other checks, such as - * being issued by trusted CA (`options.ca`). - * - * Earlier versions of Node.js incorrectly accepted certificates for a given`hostname` if a matching `uniformResourceIdentifier` subject alternative name - * was present (see [CVE-2021-44531](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44531)). Applications that wish to accept`uniformResourceIdentifier` subject alternative names can use - * a custom`options.checkServerIdentity` function that implements the desired behavior. - * @since v0.8.4 - * @param hostname The host name or IP address to verify the certificate against. - * @param cert A `certificate object` representing the peer's certificate. - */ - function checkServerIdentity(hostname: string, cert: PeerCertificate): Error | undefined; - /** - * Creates a new {@link Server}. The `secureConnectionListener`, if provided, is - * automatically set as a listener for the `'secureConnection'` event. - * - * The `ticketKeys` options is automatically shared between `cluster` module - * workers. - * - * The following illustrates a simple echo server: - * - * ```js - * const tls = require('tls'); - * const fs = require('fs'); - * - * const options = { - * key: fs.readFileSync('server-key.pem'), - * cert: fs.readFileSync('server-cert.pem'), - * - * // This is necessary only if using client certificate authentication. - * requestCert: true, - * - * // This is necessary only if the client uses a self-signed certificate. - * ca: [ fs.readFileSync('client-cert.pem') ] - * }; - * - * const server = tls.createServer(options, (socket) => { - * console.log('server connected', - * socket.authorized ? 'authorized' : 'unauthorized'); - * socket.write('welcome!\n'); - * socket.setEncoding('utf8'); - * socket.pipe(socket); - * }); - * server.listen(8000, () => { - * console.log('server bound'); - * }); - * ``` - * - * The server can be tested by connecting to it using the example client from {@link connect}. - * @since v0.3.2 - */ - function createServer(secureConnectionListener?: (socket: TLSSocket) => void): Server; - function createServer(options: TlsOptions, secureConnectionListener?: (socket: TLSSocket) => void): Server; - /** - * The `callback` function, if specified, will be added as a listener for the `'secureConnect'` event. - * - * `tls.connect()` returns a {@link TLSSocket} object. - * - * Unlike the `https` API, `tls.connect()` does not enable the - * SNI (Server Name Indication) extension by default, which may cause some - * servers to return an incorrect certificate or reject the connection - * altogether. To enable SNI, set the `servername` option in addition - * to `host`. - * - * The following illustrates a client for the echo server example from {@link createServer}: - * - * ```js - * // Assumes an echo server that is listening on port 8000. - * const tls = require('tls'); - * const fs = require('fs'); - * - * const options = { - * // Necessary only if the server requires client certificate authentication. - * key: fs.readFileSync('client-key.pem'), - * cert: fs.readFileSync('client-cert.pem'), - * - * // Necessary only if the server uses a self-signed certificate. - * ca: [ fs.readFileSync('server-cert.pem') ], - * - * // Necessary only if the server's cert isn't for "localhost". - * checkServerIdentity: () => { return null; }, - * }; - * - * const socket = tls.connect(8000, options, () => { - * console.log('client connected', - * socket.authorized ? 'authorized' : 'unauthorized'); - * process.stdin.pipe(socket); - * process.stdin.resume(); - * }); - * socket.setEncoding('utf8'); - * socket.on('data', (data) => { - * console.log(data); - * }); - * socket.on('end', () => { - * console.log('server ends connection'); - * }); - * ``` - * @since v0.11.3 - */ - function connect(options: ConnectionOptions, secureConnectListener?: () => void): TLSSocket; - function connect(port: number, host?: string, options?: ConnectionOptions, secureConnectListener?: () => void): TLSSocket; - function connect(port: number, options?: ConnectionOptions, secureConnectListener?: () => void): TLSSocket; - /** - * Creates a new secure pair object with two streams, one of which reads and writes - * the encrypted data and the other of which reads and writes the cleartext data. - * Generally, the encrypted stream is piped to/from an incoming encrypted data - * stream and the cleartext one is used as a replacement for the initial encrypted - * stream. - * - * `tls.createSecurePair()` returns a `tls.SecurePair` object with `cleartext` and`encrypted` stream properties. - * - * Using `cleartext` has the same API as {@link TLSSocket}. - * - * The `tls.createSecurePair()` method is now deprecated in favor of`tls.TLSSocket()`. For example, the code: - * - * ```js - * pair = tls.createSecurePair(// ... ); - * pair.encrypted.pipe(socket); - * socket.pipe(pair.encrypted); - * ``` - * - * can be replaced by: - * - * ```js - * secureSocket = tls.TLSSocket(socket, options); - * ``` - * - * where `secureSocket` has the same API as `pair.cleartext`. - * @since v0.3.2 - * @deprecated Since v0.11.3 - Use {@link TLSSocket} instead. - * @param context A secure context object as returned by `tls.createSecureContext()` - * @param isServer `true` to specify that this TLS connection should be opened as a server. - * @param requestCert `true` to specify whether a server should request a certificate from a connecting client. Only applies when `isServer` is `true`. - * @param rejectUnauthorized If not `false` a server automatically reject clients with invalid certificates. Only applies when `isServer` is `true`. - */ - function createSecurePair(context?: SecureContext, isServer?: boolean, requestCert?: boolean, rejectUnauthorized?: boolean): SecurePair; - /** - * {@link createServer} sets the default value of the `honorCipherOrder` option - * to `true`, other APIs that create secure contexts leave it unset. - * - * {@link createServer} uses a 128 bit truncated SHA1 hash value generated - * from `process.argv` as the default value of the `sessionIdContext` option, other - * APIs that create secure contexts have no default value. - * - * The `tls.createSecureContext()` method creates a `SecureContext` object. It is - * usable as an argument to several `tls` APIs, such as {@link createServer} and `server.addContext()`, but has no public methods. - * - * A key is _required_ for ciphers that use certificates. Either `key` or`pfx` can be used to provide it. - * - * If the `ca` option is not given, then Node.js will default to using [Mozilla's publicly trusted list of - * CAs](https://hg.mozilla.org/mozilla-central/raw-file/tip/security/nss/lib/ckfw/builtins/certdata.txt). - * @since v0.11.13 - */ - function createSecureContext(options?: SecureContextOptions): SecureContext; - /** - * Returns an array with the names of the supported TLS ciphers. The names are - * lower-case for historical reasons, but must be uppercased to be used in - * the `ciphers` option of {@link createSecureContext}. - * - * Not all supported ciphers are enabled by default. See `Modifying the default TLS cipher suite`. - * - * Cipher names that start with `'tls_'` are for TLSv1.3, all the others are for - * TLSv1.2 and below. - * - * ```js - * console.log(tls.getCiphers()); // ['aes128-gcm-sha256', 'aes128-sha', ...] - * ``` - * @since v0.10.2 - */ - function getCiphers(): string[]; - /** - * The default curve name to use for ECDH key agreement in a tls server. - * The default value is 'auto'. See tls.createSecureContext() for further - * information. - */ - let DEFAULT_ECDH_CURVE: string; - /** - * The default value of the maxVersion option of - * tls.createSecureContext(). It can be assigned any of the supported TLS - * protocol versions, 'TLSv1.3', 'TLSv1.2', 'TLSv1.1', or 'TLSv1'. Default: - * 'TLSv1.3', unless changed using CLI options. Using --tls-max-v1.2 sets - * the default to 'TLSv1.2'. Using --tls-max-v1.3 sets the default to - * 'TLSv1.3'. If multiple of the options are provided, the highest maximum - * is used. - */ - let DEFAULT_MAX_VERSION: SecureVersion; - /** - * The default value of the minVersion option of tls.createSecureContext(). - * It can be assigned any of the supported TLS protocol versions, - * 'TLSv1.3', 'TLSv1.2', 'TLSv1.1', or 'TLSv1'. Default: 'TLSv1.2', unless - * changed using CLI options. Using --tls-min-v1.0 sets the default to - * 'TLSv1'. Using --tls-min-v1.1 sets the default to 'TLSv1.1'. Using - * --tls-min-v1.3 sets the default to 'TLSv1.3'. If multiple of the options - * are provided, the lowest minimum is used. - */ - let DEFAULT_MIN_VERSION: SecureVersion; - /** - * An immutable array of strings representing the root certificates (in PEM - * format) used for verifying peer certificates. This is the default value - * of the ca option to tls.createSecureContext(). - */ - const rootCertificates: ReadonlyArray<string>; -} -declare module 'node:tls' { - export * from 'tls'; -} diff --git a/software/flow/node_modules/@types/node/ts4.8/trace_events.d.ts b/software/flow/node_modules/@types/node/ts4.8/trace_events.d.ts deleted file mode 100755 index d47aa93..0000000 --- a/software/flow/node_modules/@types/node/ts4.8/trace_events.d.ts +++ /dev/null @@ -1,171 +0,0 @@ -/** - * The `trace_events` module provides a mechanism to centralize tracing information - * generated by V8, Node.js core, and userspace code. - * - * Tracing can be enabled with the `--trace-event-categories` command-line flag - * or by using the `trace_events` module. The `--trace-event-categories` flag - * accepts a list of comma-separated category names. - * - * The available categories are: - * - * * `node`: An empty placeholder. - * * `node.async_hooks`: Enables capture of detailed `async_hooks` trace data. - * The `async_hooks` events have a unique `asyncId` and a special `triggerId` `triggerAsyncId` property. - * * `node.bootstrap`: Enables capture of Node.js bootstrap milestones. - * * `node.console`: Enables capture of `console.time()` and `console.count()`output. - * * `node.dns.native`: Enables capture of trace data for DNS queries. - * * `node.environment`: Enables capture of Node.js Environment milestones. - * * `node.fs.sync`: Enables capture of trace data for file system sync methods. - * * `node.perf`: Enables capture of `Performance API` measurements. - * * `node.perf.usertiming`: Enables capture of only Performance API User Timing - * measures and marks. - * * `node.perf.timerify`: Enables capture of only Performance API timerify - * measurements. - * * `node.promises.rejections`: Enables capture of trace data tracking the number - * of unhandled Promise rejections and handled-after-rejections. - * * `node.vm.script`: Enables capture of trace data for the `vm` module's`runInNewContext()`, `runInContext()`, and `runInThisContext()` methods. - * * `v8`: The `V8` events are GC, compiling, and execution related. - * - * By default the `node`, `node.async_hooks`, and `v8` categories are enabled. - * - * ```bash - * node --trace-event-categories v8,node,node.async_hooks server.js - * ``` - * - * Prior versions of Node.js required the use of the `--trace-events-enabled`flag to enable trace events. This requirement has been removed. However, the`--trace-events-enabled` flag _may_ still be - * used and will enable the`node`, `node.async_hooks`, and `v8` trace event categories by default. - * - * ```bash - * node --trace-events-enabled - * - * # is equivalent to - * - * node --trace-event-categories v8,node,node.async_hooks - * ``` - * - * Alternatively, trace events may be enabled using the `trace_events` module: - * - * ```js - * const trace_events = require('trace_events'); - * const tracing = trace_events.createTracing({ categories: ['node.perf'] }); - * tracing.enable(); // Enable trace event capture for the 'node.perf' category - * - * // do work - * - * tracing.disable(); // Disable trace event capture for the 'node.perf' category - * ``` - * - * Running Node.js with tracing enabled will produce log files that can be opened - * in the [`chrome://tracing`](https://www.chromium.org/developers/how-tos/trace-event-profiling-tool) tab of Chrome. - * - * The logging file is by default called `node_trace.${rotation}.log`, where`${rotation}` is an incrementing log-rotation id. The filepath pattern can - * be specified with `--trace-event-file-pattern` that accepts a template - * string that supports `${rotation}` and `${pid}`: - * - * ```bash - * node --trace-event-categories v8 --trace-event-file-pattern '${pid}-${rotation}.log' server.js - * ``` - * - * To guarantee that the log file is properly generated after signal events like`SIGINT`, `SIGTERM`, or `SIGBREAK`, make sure to have the appropriate handlers - * in your code, such as: - * - * ```js - * process.on('SIGINT', function onSigint() { - * console.info('Received SIGINT.'); - * process.exit(130); // Or applicable exit code depending on OS and signal - * }); - * ``` - * - * The tracing system uses the same time source - * as the one used by `process.hrtime()`. - * However the trace-event timestamps are expressed in microseconds, - * unlike `process.hrtime()` which returns nanoseconds. - * - * The features from this module are not available in `Worker` threads. - * @experimental - * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/trace_events.js) - */ -declare module 'trace_events' { - /** - * The `Tracing` object is used to enable or disable tracing for sets of - * categories. Instances are created using the - * `trace_events.createTracing()` method. - * - * When created, the `Tracing` object is disabled. Calling the - * `tracing.enable()` method adds the categories to the set of enabled trace - * event categories. Calling `tracing.disable()` will remove the categories - * from the set of enabled trace event categories. - */ - interface Tracing { - /** - * A comma-separated list of the trace event categories covered by this - * `Tracing` object. - */ - readonly categories: string; - /** - * Disables this `Tracing` object. - * - * Only trace event categories _not_ covered by other enabled `Tracing` - * objects and _not_ specified by the `--trace-event-categories` flag - * will be disabled. - */ - disable(): void; - /** - * Enables this `Tracing` object for the set of categories covered by - * the `Tracing` object. - */ - enable(): void; - /** - * `true` only if the `Tracing` object has been enabled. - */ - readonly enabled: boolean; - } - interface CreateTracingOptions { - /** - * An array of trace category names. Values included in the array are - * coerced to a string when possible. An error will be thrown if the - * value cannot be coerced. - */ - categories: string[]; - } - /** - * Creates and returns a `Tracing` object for the given set of `categories`. - * - * ```js - * const trace_events = require('trace_events'); - * const categories = ['node.perf', 'node.async_hooks']; - * const tracing = trace_events.createTracing({ categories }); - * tracing.enable(); - * // do stuff - * tracing.disable(); - * ``` - * @since v10.0.0 - * @return . - */ - function createTracing(options: CreateTracingOptions): Tracing; - /** - * Returns a comma-separated list of all currently-enabled trace event - * categories. The current set of enabled trace event categories is determined - * by the _union_ of all currently-enabled `Tracing` objects and any categories - * enabled using the `--trace-event-categories` flag. - * - * Given the file `test.js` below, the command`node --trace-event-categories node.perf test.js` will print`'node.async_hooks,node.perf'` to the console. - * - * ```js - * const trace_events = require('trace_events'); - * const t1 = trace_events.createTracing({ categories: ['node.async_hooks'] }); - * const t2 = trace_events.createTracing({ categories: ['node.perf'] }); - * const t3 = trace_events.createTracing({ categories: ['v8'] }); - * - * t1.enable(); - * t2.enable(); - * - * console.log(trace_events.getEnabledCategories()); - * ``` - * @since v10.0.0 - */ - function getEnabledCategories(): string | undefined; -} -declare module 'node:trace_events' { - export * from 'trace_events'; -} diff --git a/software/flow/node_modules/@types/node/ts4.8/tty.d.ts b/software/flow/node_modules/@types/node/ts4.8/tty.d.ts deleted file mode 100755 index 6473f8d..0000000 --- a/software/flow/node_modules/@types/node/ts4.8/tty.d.ts +++ /dev/null @@ -1,206 +0,0 @@ -/** - * The `tty` module provides the `tty.ReadStream` and `tty.WriteStream` classes. - * In most cases, it will not be necessary or possible to use this module directly. - * However, it can be accessed using: - * - * ```js - * const tty = require('tty'); - * ``` - * - * When Node.js detects that it is being run with a text terminal ("TTY") - * attached, `process.stdin` will, by default, be initialized as an instance of`tty.ReadStream` and both `process.stdout` and `process.stderr` will, by - * default, be instances of `tty.WriteStream`. The preferred method of determining - * whether Node.js is being run within a TTY context is to check that the value of - * the `process.stdout.isTTY` property is `true`: - * - * ```console - * $ node -p -e "Boolean(process.stdout.isTTY)" - * true - * $ node -p -e "Boolean(process.stdout.isTTY)" | cat - * false - * ``` - * - * In most cases, there should be little to no reason for an application to - * manually create instances of the `tty.ReadStream` and `tty.WriteStream`classes. - * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/tty.js) - */ -declare module 'tty' { - import * as net from 'node:net'; - /** - * The `tty.isatty()` method returns `true` if the given `fd` is associated with - * a TTY and `false` if it is not, including whenever `fd` is not a non-negative - * integer. - * @since v0.5.8 - * @param fd A numeric file descriptor - */ - function isatty(fd: number): boolean; - /** - * Represents the readable side of a TTY. In normal circumstances `process.stdin` will be the only `tty.ReadStream` instance in a Node.js - * process and there should be no reason to create additional instances. - * @since v0.5.8 - */ - class ReadStream extends net.Socket { - constructor(fd: number, options?: net.SocketConstructorOpts); - /** - * A `boolean` that is `true` if the TTY is currently configured to operate as a - * raw device. Defaults to `false`. - * @since v0.7.7 - */ - isRaw: boolean; - /** - * Allows configuration of `tty.ReadStream` so that it operates as a raw device. - * - * When in raw mode, input is always available character-by-character, not - * including modifiers. Additionally, all special processing of characters by the - * terminal is disabled, including echoing input - * characters. Ctrl+C will no longer cause a `SIGINT` when - * in this mode. - * @since v0.7.7 - * @param mode If `true`, configures the `tty.ReadStream` to operate as a raw device. If `false`, configures the `tty.ReadStream` to operate in its default mode. The `readStream.isRaw` - * property will be set to the resulting mode. - * @return The read stream instance. - */ - setRawMode(mode: boolean): this; - /** - * A `boolean` that is always `true` for `tty.ReadStream` instances. - * @since v0.5.8 - */ - isTTY: boolean; - } - /** - * -1 - to the left from cursor - * 0 - the entire line - * 1 - to the right from cursor - */ - type Direction = -1 | 0 | 1; - /** - * Represents the writable side of a TTY. In normal circumstances,`process.stdout` and `process.stderr` will be the only`tty.WriteStream` instances created for a Node.js process and there - * should be no reason to create additional instances. - * @since v0.5.8 - */ - class WriteStream extends net.Socket { - constructor(fd: number); - addListener(event: string, listener: (...args: any[]) => void): this; - addListener(event: 'resize', listener: () => void): this; - emit(event: string | symbol, ...args: any[]): boolean; - emit(event: 'resize'): boolean; - on(event: string, listener: (...args: any[]) => void): this; - on(event: 'resize', listener: () => void): this; - once(event: string, listener: (...args: any[]) => void): this; - once(event: 'resize', listener: () => void): this; - prependListener(event: string, listener: (...args: any[]) => void): this; - prependListener(event: 'resize', listener: () => void): this; - prependOnceListener(event: string, listener: (...args: any[]) => void): this; - prependOnceListener(event: 'resize', listener: () => void): this; - /** - * `writeStream.clearLine()` clears the current line of this `WriteStream` in a - * direction identified by `dir`. - * @since v0.7.7 - * @param callback Invoked once the operation completes. - * @return `false` if the stream wishes for the calling code to wait for the `'drain'` event to be emitted before continuing to write additional data; otherwise `true`. - */ - clearLine(dir: Direction, callback?: () => void): boolean; - /** - * `writeStream.clearScreenDown()` clears this `WriteStream` from the current - * cursor down. - * @since v0.7.7 - * @param callback Invoked once the operation completes. - * @return `false` if the stream wishes for the calling code to wait for the `'drain'` event to be emitted before continuing to write additional data; otherwise `true`. - */ - clearScreenDown(callback?: () => void): boolean; - /** - * `writeStream.cursorTo()` moves this `WriteStream`'s cursor to the specified - * position. - * @since v0.7.7 - * @param callback Invoked once the operation completes. - * @return `false` if the stream wishes for the calling code to wait for the `'drain'` event to be emitted before continuing to write additional data; otherwise `true`. - */ - cursorTo(x: number, y?: number, callback?: () => void): boolean; - cursorTo(x: number, callback: () => void): boolean; - /** - * `writeStream.moveCursor()` moves this `WriteStream`'s cursor _relative_ to its - * current position. - * @since v0.7.7 - * @param callback Invoked once the operation completes. - * @return `false` if the stream wishes for the calling code to wait for the `'drain'` event to be emitted before continuing to write additional data; otherwise `true`. - */ - moveCursor(dx: number, dy: number, callback?: () => void): boolean; - /** - * Returns: - * - * * `1` for 2, - * * `4` for 16, - * * `8` for 256, - * * `24` for 16,777,216 colors supported. - * - * Use this to determine what colors the terminal supports. Due to the nature of - * colors in terminals it is possible to either have false positives or false - * negatives. It depends on process information and the environment variables that - * may lie about what terminal is used. - * It is possible to pass in an `env` object to simulate the usage of a specific - * terminal. This can be useful to check how specific environment settings behave. - * - * To enforce a specific color support, use one of the below environment settings. - * - * * 2 colors: `FORCE_COLOR = 0` (Disables colors) - * * 16 colors: `FORCE_COLOR = 1` - * * 256 colors: `FORCE_COLOR = 2` - * * 16,777,216 colors: `FORCE_COLOR = 3` - * - * Disabling color support is also possible by using the `NO_COLOR` and`NODE_DISABLE_COLORS` environment variables. - * @since v9.9.0 - * @param [env=process.env] An object containing the environment variables to check. This enables simulating the usage of a specific terminal. - */ - getColorDepth(env?: object): number; - /** - * Returns `true` if the `writeStream` supports at least as many colors as provided - * in `count`. Minimum support is 2 (black and white). - * - * This has the same false positives and negatives as described in `writeStream.getColorDepth()`. - * - * ```js - * process.stdout.hasColors(); - * // Returns true or false depending on if `stdout` supports at least 16 colors. - * process.stdout.hasColors(256); - * // Returns true or false depending on if `stdout` supports at least 256 colors. - * process.stdout.hasColors({ TMUX: '1' }); - * // Returns true. - * process.stdout.hasColors(2 ** 24, { TMUX: '1' }); - * // Returns false (the environment setting pretends to support 2 ** 8 colors). - * ``` - * @since v11.13.0, v10.16.0 - * @param [count=16] The number of colors that are requested (minimum 2). - * @param [env=process.env] An object containing the environment variables to check. This enables simulating the usage of a specific terminal. - */ - hasColors(count?: number): boolean; - hasColors(env?: object): boolean; - hasColors(count: number, env?: object): boolean; - /** - * `writeStream.getWindowSize()` returns the size of the TTY - * corresponding to this `WriteStream`. The array is of the type`[numColumns, numRows]` where `numColumns` and `numRows` represent the number - * of columns and rows in the corresponding TTY. - * @since v0.7.7 - */ - getWindowSize(): [number, number]; - /** - * A `number` specifying the number of columns the TTY currently has. This property - * is updated whenever the `'resize'` event is emitted. - * @since v0.7.7 - */ - columns: number; - /** - * A `number` specifying the number of rows the TTY currently has. This property - * is updated whenever the `'resize'` event is emitted. - * @since v0.7.7 - */ - rows: number; - /** - * A `boolean` that is always `true`. - * @since v0.5.8 - */ - isTTY: boolean; - } -} -declare module 'node:tty' { - export * from 'tty'; -} diff --git a/software/flow/node_modules/@types/node/ts4.8/url.d.ts b/software/flow/node_modules/@types/node/ts4.8/url.d.ts deleted file mode 100755 index e172acb..0000000 --- a/software/flow/node_modules/@types/node/ts4.8/url.d.ts +++ /dev/null @@ -1,897 +0,0 @@ -/** - * The `url` module provides utilities for URL resolution and parsing. It can be - * accessed using: - * - * ```js - * import url from 'url'; - * ``` - * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/url.js) - */ -declare module 'url' { - import { Blob as NodeBlob } from 'node:buffer'; - import { ClientRequestArgs } from 'node:http'; - import { ParsedUrlQuery, ParsedUrlQueryInput } from 'node:querystring'; - // Input to `url.format` - interface UrlObject { - auth?: string | null | undefined; - hash?: string | null | undefined; - host?: string | null | undefined; - hostname?: string | null | undefined; - href?: string | null | undefined; - pathname?: string | null | undefined; - protocol?: string | null | undefined; - search?: string | null | undefined; - slashes?: boolean | null | undefined; - port?: string | number | null | undefined; - query?: string | null | ParsedUrlQueryInput | undefined; - } - // Output of `url.parse` - interface Url { - auth: string | null; - hash: string | null; - host: string | null; - hostname: string | null; - href: string; - path: string | null; - pathname: string | null; - protocol: string | null; - search: string | null; - slashes: boolean | null; - port: string | null; - query: string | null | ParsedUrlQuery; - } - interface UrlWithParsedQuery extends Url { - query: ParsedUrlQuery; - } - interface UrlWithStringQuery extends Url { - query: string | null; - } - /** - * The `url.parse()` method takes a URL string, parses it, and returns a URL - * object. - * - * A `TypeError` is thrown if `urlString` is not a string. - * - * A `URIError` is thrown if the `auth` property is present but cannot be decoded. - * - * Use of the legacy `url.parse()` method is discouraged. Users should - * use the WHATWG `URL` API. Because the `url.parse()` method uses a - * lenient, non-standard algorithm for parsing URL strings, security - * issues can be introduced. Specifically, issues with [host name spoofing](https://hackerone.com/reports/678487) and - * incorrect handling of usernames and passwords have been identified. - * - * Deprecation of this API has been shelved for now primarily due to the the - * inability of the [WHATWG API to parse relative URLs](https://github.com/nodejs/node/issues/12682#issuecomment-1154492373). - * [Discussions are ongoing](https://github.com/whatwg/url/issues/531) for the best way to resolve this. - * - * @since v0.1.25 - * @param urlString The URL string to parse. - * @param [parseQueryString=false] If `true`, the `query` property will always be set to an object returned by the {@link querystring} module's `parse()` method. If `false`, the `query` property - * on the returned URL object will be an unparsed, undecoded string. - * @param [slashesDenoteHost=false] If `true`, the first token after the literal string `//` and preceding the next `/` will be interpreted as the `host`. For instance, given `//foo/bar`, the - * result would be `{host: 'foo', pathname: '/bar'}` rather than `{pathname: '//foo/bar'}`. - */ - function parse(urlString: string): UrlWithStringQuery; - function parse(urlString: string, parseQueryString: false | undefined, slashesDenoteHost?: boolean): UrlWithStringQuery; - function parse(urlString: string, parseQueryString: true, slashesDenoteHost?: boolean): UrlWithParsedQuery; - function parse(urlString: string, parseQueryString: boolean, slashesDenoteHost?: boolean): Url; - /** - * The `url.format()` method returns a formatted URL string derived from`urlObject`. - * - * ```js - * const url = require('url'); - * url.format({ - * protocol: 'https', - * hostname: 'example.com', - * pathname: '/some/path', - * query: { - * page: 1, - * format: 'json' - * } - * }); - * - * // => 'https://example.com/some/path?page=1&#x26;format=json' - * ``` - * - * If `urlObject` is not an object or a string, `url.format()` will throw a `TypeError`. - * - * The formatting process operates as follows: - * - * * A new empty string `result` is created. - * * If `urlObject.protocol` is a string, it is appended as-is to `result`. - * * Otherwise, if `urlObject.protocol` is not `undefined` and is not a string, an `Error` is thrown. - * * For all string values of `urlObject.protocol` that _do not end_ with an ASCII - * colon (`:`) character, the literal string `:` will be appended to `result`. - * * If either of the following conditions is true, then the literal string `//`will be appended to `result`: - * * `urlObject.slashes` property is true; - * * `urlObject.protocol` begins with `http`, `https`, `ftp`, `gopher`, or`file`; - * * If the value of the `urlObject.auth` property is truthy, and either`urlObject.host` or `urlObject.hostname` are not `undefined`, the value of`urlObject.auth` will be coerced into a string - * and appended to `result`followed by the literal string `@`. - * * If the `urlObject.host` property is `undefined` then: - * * If the `urlObject.hostname` is a string, it is appended to `result`. - * * Otherwise, if `urlObject.hostname` is not `undefined` and is not a string, - * an `Error` is thrown. - * * If the `urlObject.port` property value is truthy, and `urlObject.hostname`is not `undefined`: - * * The literal string `:` is appended to `result`, and - * * The value of `urlObject.port` is coerced to a string and appended to`result`. - * * Otherwise, if the `urlObject.host` property value is truthy, the value of`urlObject.host` is coerced to a string and appended to `result`. - * * If the `urlObject.pathname` property is a string that is not an empty string: - * * If the `urlObject.pathname`_does not start_ with an ASCII forward slash - * (`/`), then the literal string `'/'` is appended to `result`. - * * The value of `urlObject.pathname` is appended to `result`. - * * Otherwise, if `urlObject.pathname` is not `undefined` and is not a string, an `Error` is thrown. - * * If the `urlObject.search` property is `undefined` and if the `urlObject.query`property is an `Object`, the literal string `?` is appended to `result`followed by the output of calling the - * `querystring` module's `stringify()`method passing the value of `urlObject.query`. - * * Otherwise, if `urlObject.search` is a string: - * * If the value of `urlObject.search`_does not start_ with the ASCII question - * mark (`?`) character, the literal string `?` is appended to `result`. - * * The value of `urlObject.search` is appended to `result`. - * * Otherwise, if `urlObject.search` is not `undefined` and is not a string, an `Error` is thrown. - * * If the `urlObject.hash` property is a string: - * * If the value of `urlObject.hash`_does not start_ with the ASCII hash (`#`) - * character, the literal string `#` is appended to `result`. - * * The value of `urlObject.hash` is appended to `result`. - * * Otherwise, if the `urlObject.hash` property is not `undefined` and is not a - * string, an `Error` is thrown. - * * `result` is returned. - * @since v0.1.25 - * @deprecated Legacy: Use the WHATWG URL API instead. - * @param urlObject A URL object (as returned by `url.parse()` or constructed otherwise). If a string, it is converted to an object by passing it to `url.parse()`. - */ - function format(urlObject: URL, options?: URLFormatOptions): string; - /** - * The `url.format()` method returns a formatted URL string derived from`urlObject`. - * - * ```js - * const url = require('url'); - * url.format({ - * protocol: 'https', - * hostname: 'example.com', - * pathname: '/some/path', - * query: { - * page: 1, - * format: 'json' - * } - * }); - * - * // => 'https://example.com/some/path?page=1&#x26;format=json' - * ``` - * - * If `urlObject` is not an object or a string, `url.format()` will throw a `TypeError`. - * - * The formatting process operates as follows: - * - * * A new empty string `result` is created. - * * If `urlObject.protocol` is a string, it is appended as-is to `result`. - * * Otherwise, if `urlObject.protocol` is not `undefined` and is not a string, an `Error` is thrown. - * * For all string values of `urlObject.protocol` that _do not end_ with an ASCII - * colon (`:`) character, the literal string `:` will be appended to `result`. - * * If either of the following conditions is true, then the literal string `//`will be appended to `result`: - * * `urlObject.slashes` property is true; - * * `urlObject.protocol` begins with `http`, `https`, `ftp`, `gopher`, or`file`; - * * If the value of the `urlObject.auth` property is truthy, and either`urlObject.host` or `urlObject.hostname` are not `undefined`, the value of`urlObject.auth` will be coerced into a string - * and appended to `result`followed by the literal string `@`. - * * If the `urlObject.host` property is `undefined` then: - * * If the `urlObject.hostname` is a string, it is appended to `result`. - * * Otherwise, if `urlObject.hostname` is not `undefined` and is not a string, - * an `Error` is thrown. - * * If the `urlObject.port` property value is truthy, and `urlObject.hostname`is not `undefined`: - * * The literal string `:` is appended to `result`, and - * * The value of `urlObject.port` is coerced to a string and appended to`result`. - * * Otherwise, if the `urlObject.host` property value is truthy, the value of`urlObject.host` is coerced to a string and appended to `result`. - * * If the `urlObject.pathname` property is a string that is not an empty string: - * * If the `urlObject.pathname`_does not start_ with an ASCII forward slash - * (`/`), then the literal string `'/'` is appended to `result`. - * * The value of `urlObject.pathname` is appended to `result`. - * * Otherwise, if `urlObject.pathname` is not `undefined` and is not a string, an `Error` is thrown. - * * If the `urlObject.search` property is `undefined` and if the `urlObject.query`property is an `Object`, the literal string `?` is appended to `result`followed by the output of calling the - * `querystring` module's `stringify()`method passing the value of `urlObject.query`. - * * Otherwise, if `urlObject.search` is a string: - * * If the value of `urlObject.search`_does not start_ with the ASCII question - * mark (`?`) character, the literal string `?` is appended to `result`. - * * The value of `urlObject.search` is appended to `result`. - * * Otherwise, if `urlObject.search` is not `undefined` and is not a string, an `Error` is thrown. - * * If the `urlObject.hash` property is a string: - * * If the value of `urlObject.hash`_does not start_ with the ASCII hash (`#`) - * character, the literal string `#` is appended to `result`. - * * The value of `urlObject.hash` is appended to `result`. - * * Otherwise, if the `urlObject.hash` property is not `undefined` and is not a - * string, an `Error` is thrown. - * * `result` is returned. - * @since v0.1.25 - * @deprecated Legacy: Use the WHATWG URL API instead. - * @param urlObject A URL object (as returned by `url.parse()` or constructed otherwise). If a string, it is converted to an object by passing it to `url.parse()`. - */ - function format(urlObject: UrlObject | string): string; - /** - * The `url.resolve()` method resolves a target URL relative to a base URL in a - * manner similar to that of a web browser resolving an anchor tag. - * - * ```js - * const url = require('url'); - * url.resolve('/one/two/three', 'four'); // '/one/two/four' - * url.resolve('http://example.com/', '/one'); // 'http://example.com/one' - * url.resolve('http://example.com/one', '/two'); // 'http://example.com/two' - * ``` - * - * To achieve the same result using the WHATWG URL API: - * - * ```js - * function resolve(from, to) { - * const resolvedUrl = new URL(to, new URL(from, 'resolve://')); - * if (resolvedUrl.protocol === 'resolve:') { - * // `from` is a relative URL. - * const { pathname, search, hash } = resolvedUrl; - * return pathname + search + hash; - * } - * return resolvedUrl.toString(); - * } - * - * resolve('/one/two/three', 'four'); // '/one/two/four' - * resolve('http://example.com/', '/one'); // 'http://example.com/one' - * resolve('http://example.com/one', '/two'); // 'http://example.com/two' - * ``` - * @since v0.1.25 - * @deprecated Legacy: Use the WHATWG URL API instead. - * @param from The base URL to use if `to` is a relative URL. - * @param to The target URL to resolve. - */ - function resolve(from: string, to: string): string; - /** - * Returns the [Punycode](https://tools.ietf.org/html/rfc5891#section-4.4) ASCII serialization of the `domain`. If `domain` is an - * invalid domain, the empty string is returned. - * - * It performs the inverse operation to {@link domainToUnicode}. - * - * This feature is only available if the `node` executable was compiled with `ICU` enabled. If not, the domain names are passed through unchanged. - * - * ```js - * import url from 'url'; - * - * console.log(url.domainToASCII('español.com')); - * // Prints xn--espaol-zwa.com - * console.log(url.domainToASCII('中文.com')); - * // Prints xn--fiq228c.com - * console.log(url.domainToASCII('xn--iñvalid.com')); - * // Prints an empty string - * ``` - * @since v7.4.0, v6.13.0 - */ - function domainToASCII(domain: string): string; - /** - * Returns the Unicode serialization of the `domain`. If `domain` is an invalid - * domain, the empty string is returned. - * - * It performs the inverse operation to {@link domainToASCII}. - * - * This feature is only available if the `node` executable was compiled with `ICU` enabled. If not, the domain names are passed through unchanged. - * - * ```js - * import url from 'url'; - * - * console.log(url.domainToUnicode('xn--espaol-zwa.com')); - * // Prints español.com - * console.log(url.domainToUnicode('xn--fiq228c.com')); - * // Prints 中文.com - * console.log(url.domainToUnicode('xn--iñvalid.com')); - * // Prints an empty string - * ``` - * @since v7.4.0, v6.13.0 - */ - function domainToUnicode(domain: string): string; - /** - * This function ensures the correct decodings of percent-encoded characters as - * well as ensuring a cross-platform valid absolute path string. - * - * ```js - * import { fileURLToPath } from 'url'; - * - * const __filename = fileURLToPath(import.meta.url); - * - * new URL('file:///C:/path/').pathname; // Incorrect: /C:/path/ - * fileURLToPath('file:///C:/path/'); // Correct: C:\path\ (Windows) - * - * new URL('file://nas/foo.txt').pathname; // Incorrect: /foo.txt - * fileURLToPath('file://nas/foo.txt'); // Correct: \\nas\foo.txt (Windows) - * - * new URL('file:///你好.txt').pathname; // Incorrect: /%E4%BD%A0%E5%A5%BD.txt - * fileURLToPath('file:///你好.txt'); // Correct: /你好.txt (POSIX) - * - * new URL('file:///hello world').pathname; // Incorrect: /hello%20world - * fileURLToPath('file:///hello world'); // Correct: /hello world (POSIX) - * ``` - * @since v10.12.0 - * @param url The file URL string or URL object to convert to a path. - * @return The fully-resolved platform-specific Node.js file path. - */ - function fileURLToPath(url: string | URL): string; - /** - * This function ensures that `path` is resolved absolutely, and that the URL - * control characters are correctly encoded when converting into a File URL. - * - * ```js - * import { pathToFileURL } from 'url'; - * - * new URL('/foo#1', 'file:'); // Incorrect: file:///foo#1 - * pathToFileURL('/foo#1'); // Correct: file:///foo%231 (POSIX) - * - * new URL('/some/path%.c', 'file:'); // Incorrect: file:///some/path%.c - * pathToFileURL('/some/path%.c'); // Correct: file:///some/path%25.c (POSIX) - * ``` - * @since v10.12.0 - * @param path The path to convert to a File URL. - * @return The file URL object. - */ - function pathToFileURL(path: string): URL; - /** - * This utility function converts a URL object into an ordinary options object as - * expected by the `http.request()` and `https.request()` APIs. - * - * ```js - * import { urlToHttpOptions } from 'url'; - * const myURL = new URL('https://a:b@測試?abc#foo'); - * - * console.log(urlToHttpOptions(myURL)); - * /* - * { - * protocol: 'https:', - * hostname: 'xn--g6w251d', - * hash: '#foo', - * search: '?abc', - * pathname: '/', - * path: '/?abc', - * href: 'https://a:b@xn--g6w251d/?abc#foo', - * auth: 'a:b' - * } - * - * ``` - * @since v15.7.0, v14.18.0 - * @param url The `WHATWG URL` object to convert to an options object. - * @return Options object - */ - function urlToHttpOptions(url: URL): ClientRequestArgs; - interface URLFormatOptions { - auth?: boolean | undefined; - fragment?: boolean | undefined; - search?: boolean | undefined; - unicode?: boolean | undefined; - } - /** - * Browser-compatible `URL` class, implemented by following the WHATWG URL - * Standard. [Examples of parsed URLs](https://url.spec.whatwg.org/#example-url-parsing) may be found in the Standard itself. - * The `URL` class is also available on the global object. - * - * In accordance with browser conventions, all properties of `URL` objects - * are implemented as getters and setters on the class prototype, rather than as - * data properties on the object itself. Thus, unlike `legacy urlObject` s, - * using the `delete` keyword on any properties of `URL` objects (e.g. `delete myURL.protocol`, `delete myURL.pathname`, etc) has no effect but will still - * return `true`. - * @since v7.0.0, v6.13.0 - */ - class URL { - /** - * Creates a `'blob:nodedata:...'` URL string that represents the given `Blob` object and can be used to retrieve the `Blob` later. - * - * ```js - * const { - * Blob, - * resolveObjectURL, - * } = require('buffer'); - * - * const blob = new Blob(['hello']); - * const id = URL.createObjectURL(blob); - * - * // later... - * - * const otherBlob = resolveObjectURL(id); - * console.log(otherBlob.size); - * ``` - * - * The data stored by the registered `Blob` will be retained in memory until`URL.revokeObjectURL()` is called to remove it. - * - * `Blob` objects are registered within the current thread. If using Worker - * Threads, `Blob` objects registered within one Worker will not be available - * to other workers or the main thread. - * @since v16.7.0 - * @experimental - */ - static createObjectURL(blob: NodeBlob): string; - /** - * Removes the stored `Blob` identified by the given ID. Attempting to revoke a - * ID that isn’t registered will silently fail. - * @since v16.7.0 - * @experimental - * @param id A `'blob:nodedata:...` URL string returned by a prior call to `URL.createObjectURL()`. - */ - static revokeObjectURL(objectUrl: string): void; - constructor(input: string, base?: string | URL); - /** - * Gets and sets the fragment portion of the URL. - * - * ```js - * const myURL = new URL('https://example.org/foo#bar'); - * console.log(myURL.hash); - * // Prints #bar - * - * myURL.hash = 'baz'; - * console.log(myURL.href); - * // Prints https://example.org/foo#baz - * ``` - * - * Invalid URL characters included in the value assigned to the `hash` property - * are `percent-encoded`. The selection of which characters to - * percent-encode may vary somewhat from what the {@link parse} and {@link format} methods would produce. - */ - hash: string; - /** - * Gets and sets the host portion of the URL. - * - * ```js - * const myURL = new URL('https://example.org:81/foo'); - * console.log(myURL.host); - * // Prints example.org:81 - * - * myURL.host = 'example.com:82'; - * console.log(myURL.href); - * // Prints https://example.com:82/foo - * ``` - * - * Invalid host values assigned to the `host` property are ignored. - */ - host: string; - /** - * Gets and sets the host name portion of the URL. The key difference between`url.host` and `url.hostname` is that `url.hostname` does _not_ include the - * port. - * - * ```js - * const myURL = new URL('https://example.org:81/foo'); - * console.log(myURL.hostname); - * // Prints example.org - * - * // Setting the hostname does not change the port - * myURL.hostname = 'example.com:82'; - * console.log(myURL.href); - * // Prints https://example.com:81/foo - * - * // Use myURL.host to change the hostname and port - * myURL.host = 'example.org:82'; - * console.log(myURL.href); - * // Prints https://example.org:82/foo - * ``` - * - * Invalid host name values assigned to the `hostname` property are ignored. - */ - hostname: string; - /** - * Gets and sets the serialized URL. - * - * ```js - * const myURL = new URL('https://example.org/foo'); - * console.log(myURL.href); - * // Prints https://example.org/foo - * - * myURL.href = 'https://example.com/bar'; - * console.log(myURL.href); - * // Prints https://example.com/bar - * ``` - * - * Getting the value of the `href` property is equivalent to calling {@link toString}. - * - * Setting the value of this property to a new value is equivalent to creating a - * new `URL` object using `new URL(value)`. Each of the `URL`object's properties will be modified. - * - * If the value assigned to the `href` property is not a valid URL, a `TypeError`will be thrown. - */ - href: string; - /** - * Gets the read-only serialization of the URL's origin. - * - * ```js - * const myURL = new URL('https://example.org/foo/bar?baz'); - * console.log(myURL.origin); - * // Prints https://example.org - * ``` - * - * ```js - * const idnURL = new URL('https://測試'); - * console.log(idnURL.origin); - * // Prints https://xn--g6w251d - * - * console.log(idnURL.hostname); - * // Prints xn--g6w251d - * ``` - */ - readonly origin: string; - /** - * Gets and sets the password portion of the URL. - * - * ```js - * const myURL = new URL('https://abc:xyz@example.com'); - * console.log(myURL.password); - * // Prints xyz - * - * myURL.password = '123'; - * console.log(myURL.href); - * // Prints https://abc:123@example.com - * ``` - * - * Invalid URL characters included in the value assigned to the `password` property - * are `percent-encoded`. The selection of which characters to - * percent-encode may vary somewhat from what the {@link parse} and {@link format} methods would produce. - */ - password: string; - /** - * Gets and sets the path portion of the URL. - * - * ```js - * const myURL = new URL('https://example.org/abc/xyz?123'); - * console.log(myURL.pathname); - * // Prints /abc/xyz - * - * myURL.pathname = '/abcdef'; - * console.log(myURL.href); - * // Prints https://example.org/abcdef?123 - * ``` - * - * Invalid URL characters included in the value assigned to the `pathname`property are `percent-encoded`. The selection of which characters - * to percent-encode may vary somewhat from what the {@link parse} and {@link format} methods would produce. - */ - pathname: string; - /** - * Gets and sets the port portion of the URL. - * - * The port value may be a number or a string containing a number in the range`0` to `65535` (inclusive). Setting the value to the default port of the`URL` objects given `protocol` will - * result in the `port` value becoming - * the empty string (`''`). - * - * The port value can be an empty string in which case the port depends on - * the protocol/scheme: - * - * <omitted> - * - * Upon assigning a value to the port, the value will first be converted to a - * string using `.toString()`. - * - * If that string is invalid but it begins with a number, the leading number is - * assigned to `port`. - * If the number lies outside the range denoted above, it is ignored. - * - * ```js - * const myURL = new URL('https://example.org:8888'); - * console.log(myURL.port); - * // Prints 8888 - * - * // Default ports are automatically transformed to the empty string - * // (HTTPS protocol's default port is 443) - * myURL.port = '443'; - * console.log(myURL.port); - * // Prints the empty string - * console.log(myURL.href); - * // Prints https://example.org/ - * - * myURL.port = 1234; - * console.log(myURL.port); - * // Prints 1234 - * console.log(myURL.href); - * // Prints https://example.org:1234/ - * - * // Completely invalid port strings are ignored - * myURL.port = 'abcd'; - * console.log(myURL.port); - * // Prints 1234 - * - * // Leading numbers are treated as a port number - * myURL.port = '5678abcd'; - * console.log(myURL.port); - * // Prints 5678 - * - * // Non-integers are truncated - * myURL.port = 1234.5678; - * console.log(myURL.port); - * // Prints 1234 - * - * // Out-of-range numbers which are not represented in scientific notation - * // will be ignored. - * myURL.port = 1e10; // 10000000000, will be range-checked as described below - * console.log(myURL.port); - * // Prints 1234 - * ``` - * - * Numbers which contain a decimal point, - * such as floating-point numbers or numbers in scientific notation, - * are not an exception to this rule. - * Leading numbers up to the decimal point will be set as the URL's port, - * assuming they are valid: - * - * ```js - * myURL.port = 4.567e21; - * console.log(myURL.port); - * // Prints 4 (because it is the leading number in the string '4.567e21') - * ``` - */ - port: string; - /** - * Gets and sets the protocol portion of the URL. - * - * ```js - * const myURL = new URL('https://example.org'); - * console.log(myURL.protocol); - * // Prints https: - * - * myURL.protocol = 'ftp'; - * console.log(myURL.href); - * // Prints ftp://example.org/ - * ``` - * - * Invalid URL protocol values assigned to the `protocol` property are ignored. - */ - protocol: string; - /** - * Gets and sets the serialized query portion of the URL. - * - * ```js - * const myURL = new URL('https://example.org/abc?123'); - * console.log(myURL.search); - * // Prints ?123 - * - * myURL.search = 'abc=xyz'; - * console.log(myURL.href); - * // Prints https://example.org/abc?abc=xyz - * ``` - * - * Any invalid URL characters appearing in the value assigned the `search`property will be `percent-encoded`. The selection of which - * characters to percent-encode may vary somewhat from what the {@link parse} and {@link format} methods would produce. - */ - search: string; - /** - * Gets the `URLSearchParams` object representing the query parameters of the - * URL. This property is read-only but the `URLSearchParams` object it provides - * can be used to mutate the URL instance; to replace the entirety of query - * parameters of the URL, use the {@link search} setter. See `URLSearchParams` documentation for details. - * - * Use care when using `.searchParams` to modify the `URL` because, - * per the WHATWG specification, the `URLSearchParams` object uses - * different rules to determine which characters to percent-encode. For - * instance, the `URL` object will not percent encode the ASCII tilde (`~`) - * character, while `URLSearchParams` will always encode it: - * - * ```js - * const myUrl = new URL('https://example.org/abc?foo=~bar'); - * - * console.log(myUrl.search); // prints ?foo=~bar - * - * // Modify the URL via searchParams... - * myUrl.searchParams.sort(); - * - * console.log(myUrl.search); // prints ?foo=%7Ebar - * ``` - */ - readonly searchParams: URLSearchParams; - /** - * Gets and sets the username portion of the URL. - * - * ```js - * const myURL = new URL('https://abc:xyz@example.com'); - * console.log(myURL.username); - * // Prints abc - * - * myURL.username = '123'; - * console.log(myURL.href); - * // Prints https://123:xyz@example.com/ - * ``` - * - * Any invalid URL characters appearing in the value assigned the `username`property will be `percent-encoded`. The selection of which - * characters to percent-encode may vary somewhat from what the {@link parse} and {@link format} methods would produce. - */ - username: string; - /** - * The `toString()` method on the `URL` object returns the serialized URL. The - * value returned is equivalent to that of {@link href} and {@link toJSON}. - */ - toString(): string; - /** - * The `toJSON()` method on the `URL` object returns the serialized URL. The - * value returned is equivalent to that of {@link href} and {@link toString}. - * - * This method is automatically called when an `URL` object is serialized - * with [`JSON.stringify()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify). - * - * ```js - * const myURLs = [ - * new URL('https://www.example.com'), - * new URL('https://test.example.org'), - * ]; - * console.log(JSON.stringify(myURLs)); - * // Prints ["https://www.example.com/","https://test.example.org/"] - * ``` - */ - toJSON(): string; - } - /** - * The `URLSearchParams` API provides read and write access to the query of a`URL`. The `URLSearchParams` class can also be used standalone with one of the - * four following constructors. - * The `URLSearchParams` class is also available on the global object. - * - * The WHATWG `URLSearchParams` interface and the `querystring` module have - * similar purpose, but the purpose of the `querystring` module is more - * general, as it allows the customization of delimiter characters (`&#x26;` and `=`). - * On the other hand, this API is designed purely for URL query strings. - * - * ```js - * const myURL = new URL('https://example.org/?abc=123'); - * console.log(myURL.searchParams.get('abc')); - * // Prints 123 - * - * myURL.searchParams.append('abc', 'xyz'); - * console.log(myURL.href); - * // Prints https://example.org/?abc=123&#x26;abc=xyz - * - * myURL.searchParams.delete('abc'); - * myURL.searchParams.set('a', 'b'); - * console.log(myURL.href); - * // Prints https://example.org/?a=b - * - * const newSearchParams = new URLSearchParams(myURL.searchParams); - * // The above is equivalent to - * // const newSearchParams = new URLSearchParams(myURL.search); - * - * newSearchParams.append('a', 'c'); - * console.log(myURL.href); - * // Prints https://example.org/?a=b - * console.log(newSearchParams.toString()); - * // Prints a=b&#x26;a=c - * - * // newSearchParams.toString() is implicitly called - * myURL.search = newSearchParams; - * console.log(myURL.href); - * // Prints https://example.org/?a=b&#x26;a=c - * newSearchParams.delete('a'); - * console.log(myURL.href); - * // Prints https://example.org/?a=b&#x26;a=c - * ``` - * @since v7.5.0, v6.13.0 - */ - class URLSearchParams implements Iterable<[string, string]> { - constructor(init?: URLSearchParams | string | Record<string, string | ReadonlyArray<string>> | Iterable<[string, string]> | ReadonlyArray<[string, string]>); - /** - * Append a new name-value pair to the query string. - */ - append(name: string, value: string): void; - /** - * Remove all name-value pairs whose name is `name`. - */ - delete(name: string): void; - /** - * Returns an ES6 `Iterator` over each of the name-value pairs in the query. - * Each item of the iterator is a JavaScript `Array`. The first item of the `Array`is the `name`, the second item of the `Array` is the `value`. - * - * Alias for `urlSearchParams[@@iterator]()`. - */ - entries(): IterableIterator<[string, string]>; - /** - * Iterates over each name-value pair in the query and invokes the given function. - * - * ```js - * const myURL = new URL('https://example.org/?a=b&#x26;c=d'); - * myURL.searchParams.forEach((value, name, searchParams) => { - * console.log(name, value, myURL.searchParams === searchParams); - * }); - * // Prints: - * // a b true - * // c d true - * ``` - * @param fn Invoked for each name-value pair in the query - * @param thisArg To be used as `this` value for when `fn` is called - */ - forEach<TThis = this>(callback: (this: TThis, value: string, name: string, searchParams: URLSearchParams) => void, thisArg?: TThis): void; - /** - * Returns the value of the first name-value pair whose name is `name`. If there - * are no such pairs, `null` is returned. - * @return or `null` if there is no name-value pair with the given `name`. - */ - get(name: string): string | null; - /** - * Returns the values of all name-value pairs whose name is `name`. If there are - * no such pairs, an empty array is returned. - */ - getAll(name: string): string[]; - /** - * Returns `true` if there is at least one name-value pair whose name is `name`. - */ - has(name: string): boolean; - /** - * Returns an ES6 `Iterator` over the names of each name-value pair. - * - * ```js - * const params = new URLSearchParams('foo=bar&#x26;foo=baz'); - * for (const name of params.keys()) { - * console.log(name); - * } - * // Prints: - * // foo - * // foo - * ``` - */ - keys(): IterableIterator<string>; - /** - * Sets the value in the `URLSearchParams` object associated with `name` to`value`. If there are any pre-existing name-value pairs whose names are `name`, - * set the first such pair's value to `value` and remove all others. If not, - * append the name-value pair to the query string. - * - * ```js - * const params = new URLSearchParams(); - * params.append('foo', 'bar'); - * params.append('foo', 'baz'); - * params.append('abc', 'def'); - * console.log(params.toString()); - * // Prints foo=bar&#x26;foo=baz&#x26;abc=def - * - * params.set('foo', 'def'); - * params.set('xyz', 'opq'); - * console.log(params.toString()); - * // Prints foo=def&#x26;abc=def&#x26;xyz=opq - * ``` - */ - set(name: string, value: string): void; - /** - * Sort all existing name-value pairs in-place by their names. Sorting is done - * with a [stable sorting algorithm](https://en.wikipedia.org/wiki/Sorting_algorithm#Stability), so relative order between name-value pairs - * with the same name is preserved. - * - * This method can be used, in particular, to increase cache hits. - * - * ```js - * const params = new URLSearchParams('query[]=abc&#x26;type=search&#x26;query[]=123'); - * params.sort(); - * console.log(params.toString()); - * // Prints query%5B%5D=abc&#x26;query%5B%5D=123&#x26;type=search - * ``` - * @since v7.7.0, v6.13.0 - */ - sort(): void; - /** - * Returns the search parameters serialized as a string, with characters - * percent-encoded where necessary. - */ - toString(): string; - /** - * Returns an ES6 `Iterator` over the values of each name-value pair. - */ - values(): IterableIterator<string>; - [Symbol.iterator](): IterableIterator<[string, string]>; - } - import { URL as _URL, URLSearchParams as _URLSearchParams } from 'url'; - global { - interface URLSearchParams extends _URLSearchParams {} - interface URL extends _URL {} - interface Global { - URL: typeof _URL; - URLSearchParams: typeof _URLSearchParams; - } - /** - * `URL` class is a global reference for `require('url').URL` - * https://nodejs.org/api/url.html#the-whatwg-url-api - * @since v10.0.0 - */ - var URL: typeof globalThis extends { - onmessage: any; - URL: infer T; - } - ? T - : typeof _URL; - /** - * `URLSearchParams` class is a global reference for `require('url').URLSearchParams` - * https://nodejs.org/api/url.html#class-urlsearchparams - * @since v10.0.0 - */ - var URLSearchParams: typeof globalThis extends { - onmessage: any; - URLSearchParams: infer T; - } - ? T - : typeof _URLSearchParams; - } -} -declare module 'node:url' { - export * from 'url'; -} diff --git a/software/flow/node_modules/@types/node/ts4.8/util.d.ts b/software/flow/node_modules/@types/node/ts4.8/util.d.ts deleted file mode 100755 index bb1100e..0000000 --- a/software/flow/node_modules/@types/node/ts4.8/util.d.ts +++ /dev/null @@ -1,2011 +0,0 @@ -/** - * The `util` module supports the needs of Node.js internal APIs. Many of the - * utilities are useful for application and module developers as well. To access - * it: - * - * ```js - * const util = require('util'); - * ``` - * @see [source](https://github.com/nodejs/node/blob/v18.x/lib/util.js) - */ -declare module 'util' { - import * as types from 'node:util/types'; - export interface InspectOptions { - /** - * If `true`, object's non-enumerable symbols and properties are included in the formatted result. - * `WeakMap` and `WeakSet` entries are also included as well as user defined prototype properties (excluding method properties). - * @default false - */ - showHidden?: boolean | undefined; - /** - * Specifies the number of times to recurse while formatting object. - * This is useful for inspecting large objects. - * To recurse up to the maximum call stack size pass `Infinity` or `null`. - * @default 2 - */ - depth?: number | null | undefined; - /** - * If `true`, the output is styled with ANSI color codes. Colors are customizable. - */ - colors?: boolean | undefined; - /** - * If `false`, `[util.inspect.custom](depth, opts, inspect)` functions are not invoked. - * @default true - */ - customInspect?: boolean | undefined; - /** - * If `true`, `Proxy` inspection includes the target and handler objects. - * @default false - */ - showProxy?: boolean | undefined; - /** - * Specifies the maximum number of `Array`, `TypedArray`, `WeakMap`, and `WeakSet` elements - * to include when formatting. Set to `null` or `Infinity` to show all elements. - * Set to `0` or negative to show no elements. - * @default 100 - */ - maxArrayLength?: number | null | undefined; - /** - * Specifies the maximum number of characters to - * include when formatting. Set to `null` or `Infinity` to show all elements. - * Set to `0` or negative to show no characters. - * @default 10000 - */ - maxStringLength?: number | null | undefined; - /** - * The length at which input values are split across multiple lines. - * Set to `Infinity` to format the input as a single line - * (in combination with `compact` set to `true` or any number >= `1`). - * @default 80 - */ - breakLength?: number | undefined; - /** - * Setting this to `false` causes each object key - * to be displayed on a new line. It will also add new lines to text that is - * longer than `breakLength`. If set to a number, the most `n` inner elements - * are united on a single line as long as all properties fit into - * `breakLength`. Short array elements are also grouped together. Note that no - * text will be reduced below 16 characters, no matter the `breakLength` size. - * For more information, see the example below. - * @default true - */ - compact?: boolean | number | undefined; - /** - * If set to `true` or a function, all properties of an object, and `Set` and `Map` - * entries are sorted in the resulting string. - * If set to `true` the default sort is used. - * If set to a function, it is used as a compare function. - */ - sorted?: boolean | ((a: string, b: string) => number) | undefined; - /** - * If set to `true`, getters are going to be - * inspected as well. If set to `'get'` only getters without setter are going - * to be inspected. If set to `'set'` only getters having a corresponding - * setter are going to be inspected. This might cause side effects depending on - * the getter function. - * @default false - */ - getters?: 'get' | 'set' | boolean | undefined; - /** - * If set to `true`, an underscore is used to separate every three digits in all bigints and numbers. - * @default false - */ - numericSeparator?: boolean | undefined; - } - export type Style = 'special' | 'number' | 'bigint' | 'boolean' | 'undefined' | 'null' | 'string' | 'symbol' | 'date' | 'regexp' | 'module'; - export type CustomInspectFunction = (depth: number, options: InspectOptionsStylized) => any; // TODO: , inspect: inspect - export interface InspectOptionsStylized extends InspectOptions { - stylize(text: string, styleType: Style): string; - } - /** - * The `util.format()` method returns a formatted string using the first argument - * as a `printf`\-like format string which can contain zero or more format - * specifiers. Each specifier is replaced with the converted value from the - * corresponding argument. Supported specifiers are: - * - * If a specifier does not have a corresponding argument, it is not replaced: - * - * ```js - * util.format('%s:%s', 'foo'); - * // Returns: 'foo:%s' - * ``` - * - * Values that are not part of the format string are formatted using`util.inspect()` if their type is not `string`. - * - * If there are more arguments passed to the `util.format()` method than the - * number of specifiers, the extra arguments are concatenated to the returned - * string, separated by spaces: - * - * ```js - * util.format('%s:%s', 'foo', 'bar', 'baz'); - * // Returns: 'foo:bar baz' - * ``` - * - * If the first argument does not contain a valid format specifier, `util.format()`returns a string that is the concatenation of all arguments separated by spaces: - * - * ```js - * util.format(1, 2, 3); - * // Returns: '1 2 3' - * ``` - * - * If only one argument is passed to `util.format()`, it is returned as it is - * without any formatting: - * - * ```js - * util.format('%% %s'); - * // Returns: '%% %s' - * ``` - * - * `util.format()` is a synchronous method that is intended as a debugging tool. - * Some input values can have a significant performance overhead that can block the - * event loop. Use this function with care and never in a hot code path. - * @since v0.5.3 - * @param format A `printf`-like format string. - */ - export function format(format?: any, ...param: any[]): string; - /** - * This function is identical to {@link format}, except in that it takes - * an `inspectOptions` argument which specifies options that are passed along to {@link inspect}. - * - * ```js - * util.formatWithOptions({ colors: true }, 'See object %O', { foo: 42 }); - * // Returns 'See object { foo: 42 }', where `42` is colored as a number - * // when printed to a terminal. - * ``` - * @since v10.0.0 - */ - export function formatWithOptions(inspectOptions: InspectOptions, format?: any, ...param: any[]): string; - /** - * Returns the string name for a numeric error code that comes from a Node.js API. - * The mapping between error codes and error names is platform-dependent. - * See `Common System Errors` for the names of common errors. - * - * ```js - * fs.access('file/that/does/not/exist', (err) => { - * const name = util.getSystemErrorName(err.errno); - * console.error(name); // ENOENT - * }); - * ``` - * @since v9.7.0 - */ - export function getSystemErrorName(err: number): string; - /** - * Returns a Map of all system error codes available from the Node.js API. - * The mapping between error codes and error names is platform-dependent. - * See `Common System Errors` for the names of common errors. - * - * ```js - * fs.access('file/that/does/not/exist', (err) => { - * const errorMap = util.getSystemErrorMap(); - * const name = errorMap.get(err.errno); - * console.error(name); // ENOENT - * }); - * ``` - * @since v16.0.0, v14.17.0 - */ - export function getSystemErrorMap(): Map<number, [string, string]>; - /** - * The `util.log()` method prints the given `string` to `stdout` with an included - * timestamp. - * - * ```js - * const util = require('util'); - * - * util.log('Timestamped message.'); - * ``` - * @since v0.3.0 - * @deprecated Since v6.0.0 - Use a third party module instead. - */ - export function log(string: string): void; - /** - * Returns the `string` after replacing any surrogate code points - * (or equivalently, any unpaired surrogate code units) with the - * Unicode "replacement character" U+FFFD. - * @since v16.8.0, v14.18.0 - */ - export function toUSVString(string: string): string; - /** - * Creates and returns an `AbortController` instance whose `AbortSignal` is marked - * as transferable and can be used with `structuredClone()` or `postMessage()`. - * @since v18.11.0 - * @returns A transferable AbortController - */ - export function transferableAbortController(): AbortController; - /** - * Marks the given {AbortSignal} as transferable so that it can be used with - * `structuredClone()` and `postMessage()`. - * - * ```js - * const signal = transferableAbortSignal(AbortSignal.timeout(100)); - * const channel = new MessageChannel(); - * channel.port2.postMessage(signal, [signal]); - * ``` - * @since v18.11.0 - * @param signal The AbortSignal - * @returns The same AbortSignal - */ - export function transferableAbortSignal(signal: AbortSignal): AbortSignal; - /** - * The `util.inspect()` method returns a string representation of `object` that is - * intended for debugging. The output of `util.inspect` may change at any time - * and should not be depended upon programmatically. Additional `options` may be - * passed that alter the result.`util.inspect()` will use the constructor's name and/or `@@toStringTag` to make - * an identifiable tag for an inspected value. - * - * ```js - * class Foo { - * get [Symbol.toStringTag]() { - * return 'bar'; - * } - * } - * - * class Bar {} - * - * const baz = Object.create(null, { [Symbol.toStringTag]: { value: 'foo' } }); - * - * util.inspect(new Foo()); // 'Foo [bar] {}' - * util.inspect(new Bar()); // 'Bar {}' - * util.inspect(baz); // '[foo] {}' - * ``` - * - * Circular references point to their anchor by using a reference index: - * - * ```js - * const { inspect } = require('util'); - * - * const obj = {}; - * obj.a = [obj]; - * obj.b = {}; - * obj.b.inner = obj.b; - * obj.b.obj = obj; - * - * console.log(inspect(obj)); - * // <ref *1> { - * // a: [ [Circular *1] ], - * // b: <ref *2> { inner: [Circular *2], obj: [Circular *1] } - * // } - * ``` - * - * The following example inspects all properties of the `util` object: - * - * ```js - * const util = require('util'); - * - * console.log(util.inspect(util, { showHidden: true, depth: null })); - * ``` - * - * The following example highlights the effect of the `compact` option: - * - * ```js - * const util = require('util'); - * - * const o = { - * a: [1, 2, [[ - * 'Lorem ipsum dolor sit amet,\nconsectetur adipiscing elit, sed do ' + - * 'eiusmod \ntempor incididunt ut labore et dolore magna aliqua.', - * 'test', - * 'foo']], 4], - * b: new Map([['za', 1], ['zb', 'test']]) - * }; - * console.log(util.inspect(o, { compact: true, depth: 5, breakLength: 80 })); - * - * // { a: - * // [ 1, - * // 2, - * // [ [ 'Lorem ipsum dolor sit amet,\nconsectetur [...]', // A long line - * // 'test', - * // 'foo' ] ], - * // 4 ], - * // b: Map(2) { 'za' => 1, 'zb' => 'test' } } - * - * // Setting `compact` to false or an integer creates more reader friendly output. - * console.log(util.inspect(o, { compact: false, depth: 5, breakLength: 80 })); - * - * // { - * // a: [ - * // 1, - * // 2, - * // [ - * // [ - * // 'Lorem ipsum dolor sit amet,\n' + - * // 'consectetur adipiscing elit, sed do eiusmod \n' + - * // 'tempor incididunt ut labore et dolore magna aliqua.', - * // 'test', - * // 'foo' - * // ] - * // ], - * // 4 - * // ], - * // b: Map(2) { - * // 'za' => 1, - * // 'zb' => 'test' - * // } - * // } - * - * // Setting `breakLength` to e.g. 150 will print the "Lorem ipsum" text in a - * // single line. - * ``` - * - * The `showHidden` option allows [`WeakMap`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WeakMap) and - * [`WeakSet`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WeakSet) entries to be - * inspected. If there are more entries than `maxArrayLength`, there is no - * guarantee which entries are displayed. That means retrieving the same [`WeakSet`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WeakSet) entries twice may - * result in different output. Furthermore, entries - * with no remaining strong references may be garbage collected at any time. - * - * ```js - * const { inspect } = require('util'); - * - * const obj = { a: 1 }; - * const obj2 = { b: 2 }; - * const weakSet = new WeakSet([obj, obj2]); - * - * console.log(inspect(weakSet, { showHidden: true })); - * // WeakSet { { a: 1 }, { b: 2 } } - * ``` - * - * The `sorted` option ensures that an object's property insertion order does not - * impact the result of `util.inspect()`. - * - * ```js - * const { inspect } = require('util'); - * const assert = require('assert'); - * - * const o1 = { - * b: [2, 3, 1], - * a: '`a` comes before `b`', - * c: new Set([2, 3, 1]) - * }; - * console.log(inspect(o1, { sorted: true })); - * // { a: '`a` comes before `b`', b: [ 2, 3, 1 ], c: Set(3) { 1, 2, 3 } } - * console.log(inspect(o1, { sorted: (a, b) => b.localeCompare(a) })); - * // { c: Set(3) { 3, 2, 1 }, b: [ 2, 3, 1 ], a: '`a` comes before `b`' } - * - * const o2 = { - * c: new Set([2, 1, 3]), - * a: '`a` comes before `b`', - * b: [2, 3, 1] - * }; - * assert.strict.equal( - * inspect(o1, { sorted: true }), - * inspect(o2, { sorted: true }) - * ); - * ``` - * - * The `numericSeparator` option adds an underscore every three digits to all - * numbers. - * - * ```js - * const { inspect } = require('util'); - * - * const thousand = 1_000; - * const million = 1_000_000; - * const bigNumber = 123_456_789n; - * const bigDecimal = 1_234.123_45; - * - * console.log(thousand, million, bigNumber, bigDecimal); - * // 1_000 1_000_000 123_456_789n 1_234.123_45 - * ``` - * - * `util.inspect()` is a synchronous method intended for debugging. Its maximum - * output length is approximately 128 MB. Inputs that result in longer output will - * be truncated. - * @since v0.3.0 - * @param object Any JavaScript primitive or `Object`. - * @return The representation of `object`. - */ - export function inspect(object: any, showHidden?: boolean, depth?: number | null, color?: boolean): string; - export function inspect(object: any, options?: InspectOptions): string; - export namespace inspect { - let colors: NodeJS.Dict<[number, number]>; - let styles: { - [K in Style]: string; - }; - let defaultOptions: InspectOptions; - /** - * Allows changing inspect settings from the repl. - */ - let replDefaults: InspectOptions; - /** - * That can be used to declare custom inspect functions. - */ - const custom: unique symbol; - } - /** - * Alias for [`Array.isArray()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/isArray). - * - * Returns `true` if the given `object` is an `Array`. Otherwise, returns `false`. - * - * ```js - * const util = require('util'); - * - * util.isArray([]); - * // Returns: true - * util.isArray(new Array()); - * // Returns: true - * util.isArray({}); - * // Returns: false - * ``` - * @since v0.6.0 - * @deprecated Since v4.0.0 - Use `isArray` instead. - */ - export function isArray(object: unknown): object is unknown[]; - /** - * Returns `true` if the given `object` is a `RegExp`. Otherwise, returns `false`. - * - * ```js - * const util = require('util'); - * - * util.isRegExp(/some regexp/); - * // Returns: true - * util.isRegExp(new RegExp('another regexp')); - * // Returns: true - * util.isRegExp({}); - * // Returns: false - * ``` - * @since v0.6.0 - * @deprecated Since v4.0.0 - Deprecated - */ - export function isRegExp(object: unknown): object is RegExp; - /** - * Returns `true` if the given `object` is a `Date`. Otherwise, returns `false`. - * - * ```js - * const util = require('util'); - * - * util.isDate(new Date()); - * // Returns: true - * util.isDate(Date()); - * // false (without 'new' returns a String) - * util.isDate({}); - * // Returns: false - * ``` - * @since v0.6.0 - * @deprecated Since v4.0.0 - Use {@link types.isDate} instead. - */ - export function isDate(object: unknown): object is Date; - /** - * Returns `true` if the given `object` is an `Error`. Otherwise, returns`false`. - * - * ```js - * const util = require('util'); - * - * util.isError(new Error()); - * // Returns: true - * util.isError(new TypeError()); - * // Returns: true - * util.isError({ name: 'Error', message: 'an error occurred' }); - * // Returns: false - * ``` - * - * This method relies on `Object.prototype.toString()` behavior. It is - * possible to obtain an incorrect result when the `object` argument manipulates`@@toStringTag`. - * - * ```js - * const util = require('util'); - * const obj = { name: 'Error', message: 'an error occurred' }; - * - * util.isError(obj); - * // Returns: false - * obj[Symbol.toStringTag] = 'Error'; - * util.isError(obj); - * // Returns: true - * ``` - * @since v0.6.0 - * @deprecated Since v4.0.0 - Use {@link types.isNativeError} instead. - */ - export function isError(object: unknown): object is Error; - /** - * Usage of `util.inherits()` is discouraged. Please use the ES6 `class` and`extends` keywords to get language level inheritance support. Also note - * that the two styles are [semantically incompatible](https://github.com/nodejs/node/issues/4179). - * - * Inherit the prototype methods from one [constructor](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/constructor) into another. The - * prototype of `constructor` will be set to a new object created from`superConstructor`. - * - * This mainly adds some input validation on top of`Object.setPrototypeOf(constructor.prototype, superConstructor.prototype)`. - * As an additional convenience, `superConstructor` will be accessible - * through the `constructor.super_` property. - * - * ```js - * const util = require('util'); - * const EventEmitter = require('events'); - * - * function MyStream() { - * EventEmitter.call(this); - * } - * - * util.inherits(MyStream, EventEmitter); - * - * MyStream.prototype.write = function(data) { - * this.emit('data', data); - * }; - * - * const stream = new MyStream(); - * - * console.log(stream instanceof EventEmitter); // true - * console.log(MyStream.super_ === EventEmitter); // true - * - * stream.on('data', (data) => { - * console.log(`Received data: "${data}"`); - * }); - * stream.write('It works!'); // Received data: "It works!" - * ``` - * - * ES6 example using `class` and `extends`: - * - * ```js - * const EventEmitter = require('events'); - * - * class MyStream extends EventEmitter { - * write(data) { - * this.emit('data', data); - * } - * } - * - * const stream = new MyStream(); - * - * stream.on('data', (data) => { - * console.log(`Received data: "${data}"`); - * }); - * stream.write('With ES6'); - * ``` - * @since v0.3.0 - * @deprecated Legacy: Use ES2015 class syntax and `extends` keyword instead. - */ - export function inherits(constructor: unknown, superConstructor: unknown): void; - export type DebugLoggerFunction = (msg: string, ...param: unknown[]) => void; - export interface DebugLogger extends DebugLoggerFunction { - enabled: boolean; - } - /** - * The `util.debuglog()` method is used to create a function that conditionally - * writes debug messages to `stderr` based on the existence of the `NODE_DEBUG`environment variable. If the `section` name appears within the value of that - * environment variable, then the returned function operates similar to `console.error()`. If not, then the returned function is a no-op. - * - * ```js - * const util = require('util'); - * const debuglog = util.debuglog('foo'); - * - * debuglog('hello from foo [%d]', 123); - * ``` - * - * If this program is run with `NODE_DEBUG=foo` in the environment, then - * it will output something like: - * - * ```console - * FOO 3245: hello from foo [123] - * ``` - * - * where `3245` is the process id. If it is not run with that - * environment variable set, then it will not print anything. - * - * The `section` supports wildcard also: - * - * ```js - * const util = require('util'); - * const debuglog = util.debuglog('foo-bar'); - * - * debuglog('hi there, it\'s foo-bar [%d]', 2333); - * ``` - * - * if it is run with `NODE_DEBUG=foo*` in the environment, then it will output - * something like: - * - * ```console - * FOO-BAR 3257: hi there, it's foo-bar [2333] - * ``` - * - * Multiple comma-separated `section` names may be specified in the `NODE_DEBUG`environment variable: `NODE_DEBUG=fs,net,tls`. - * - * The optional `callback` argument can be used to replace the logging function - * with a different function that doesn't have any initialization or - * unnecessary wrapping. - * - * ```js - * const util = require('util'); - * let debuglog = util.debuglog('internals', (debug) => { - * // Replace with a logging function that optimizes out - * // testing if the section is enabled - * debuglog = debug; - * }); - * ``` - * @since v0.11.3 - * @param section A string identifying the portion of the application for which the `debuglog` function is being created. - * @param callback A callback invoked the first time the logging function is called with a function argument that is a more optimized logging function. - * @return The logging function - */ - export function debuglog(section: string, callback?: (fn: DebugLoggerFunction) => void): DebugLogger; - export const debug: typeof debuglog; - /** - * Returns `true` if the given `object` is a `Boolean`. Otherwise, returns `false`. - * - * ```js - * const util = require('util'); - * - * util.isBoolean(1); - * // Returns: false - * util.isBoolean(0); - * // Returns: false - * util.isBoolean(false); - * // Returns: true - * ``` - * @since v0.11.5 - * @deprecated Since v4.0.0 - Use `typeof value === 'boolean'` instead. - */ - export function isBoolean(object: unknown): object is boolean; - /** - * Returns `true` if the given `object` is a `Buffer`. Otherwise, returns `false`. - * - * ```js - * const util = require('util'); - * - * util.isBuffer({ length: 0 }); - * // Returns: false - * util.isBuffer([]); - * // Returns: false - * util.isBuffer(Buffer.from('hello world')); - * // Returns: true - * ``` - * @since v0.11.5 - * @deprecated Since v4.0.0 - Use `isBuffer` instead. - */ - export function isBuffer(object: unknown): object is Buffer; - /** - * Returns `true` if the given `object` is a `Function`. Otherwise, returns`false`. - * - * ```js - * const util = require('util'); - * - * function Foo() {} - * const Bar = () => {}; - * - * util.isFunction({}); - * // Returns: false - * util.isFunction(Foo); - * // Returns: true - * util.isFunction(Bar); - * // Returns: true - * ``` - * @since v0.11.5 - * @deprecated Since v4.0.0 - Use `typeof value === 'function'` instead. - */ - export function isFunction(object: unknown): boolean; - /** - * Returns `true` if the given `object` is strictly `null`. Otherwise, returns`false`. - * - * ```js - * const util = require('util'); - * - * util.isNull(0); - * // Returns: false - * util.isNull(undefined); - * // Returns: false - * util.isNull(null); - * // Returns: true - * ``` - * @since v0.11.5 - * @deprecated Since v4.0.0 - Use `value === null` instead. - */ - export function isNull(object: unknown): object is null; - /** - * Returns `true` if the given `object` is `null` or `undefined`. Otherwise, - * returns `false`. - * - * ```js - * const util = require('util'); - * - * util.isNullOrUndefined(0); - * // Returns: false - * util.isNullOrUndefined(undefined); - * // Returns: true - * util.isNullOrUndefined(null); - * // Returns: true - * ``` - * @since v0.11.5 - * @deprecated Since v4.0.0 - Use `value === undefined || value === null` instead. - */ - export function isNullOrUndefined(object: unknown): object is null | undefined; - /** - * Returns `true` if the given `object` is a `Number`. Otherwise, returns `false`. - * - * ```js - * const util = require('util'); - * - * util.isNumber(false); - * // Returns: false - * util.isNumber(Infinity); - * // Returns: true - * util.isNumber(0); - * // Returns: true - * util.isNumber(NaN); - * // Returns: true - * ``` - * @since v0.11.5 - * @deprecated Since v4.0.0 - Use `typeof value === 'number'` instead. - */ - export function isNumber(object: unknown): object is number; - /** - * Returns `true` if the given `object` is strictly an `Object`**and** not a`Function` (even though functions are objects in JavaScript). - * Otherwise, returns `false`. - * - * ```js - * const util = require('util'); - * - * util.isObject(5); - * // Returns: false - * util.isObject(null); - * // Returns: false - * util.isObject({}); - * // Returns: true - * util.isObject(() => {}); - * // Returns: false - * ``` - * @since v0.11.5 - * @deprecated Since v4.0.0 - Deprecated: Use `value !== null && typeof value === 'object'` instead. - */ - export function isObject(object: unknown): boolean; - /** - * Returns `true` if the given `object` is a primitive type. Otherwise, returns`false`. - * - * ```js - * const util = require('util'); - * - * util.isPrimitive(5); - * // Returns: true - * util.isPrimitive('foo'); - * // Returns: true - * util.isPrimitive(false); - * // Returns: true - * util.isPrimitive(null); - * // Returns: true - * util.isPrimitive(undefined); - * // Returns: true - * util.isPrimitive({}); - * // Returns: false - * util.isPrimitive(() => {}); - * // Returns: false - * util.isPrimitive(/^$/); - * // Returns: false - * util.isPrimitive(new Date()); - * // Returns: false - * ``` - * @since v0.11.5 - * @deprecated Since v4.0.0 - Use `(typeof value !== 'object' && typeof value !== 'function') || value === null` instead. - */ - export function isPrimitive(object: unknown): boolean; - /** - * Returns `true` if the given `object` is a `string`. Otherwise, returns `false`. - * - * ```js - * const util = require('util'); - * - * util.isString(''); - * // Returns: true - * util.isString('foo'); - * // Returns: true - * util.isString(String('foo')); - * // Returns: true - * util.isString(5); - * // Returns: false - * ``` - * @since v0.11.5 - * @deprecated Since v4.0.0 - Use `typeof value === 'string'` instead. - */ - export function isString(object: unknown): object is string; - /** - * Returns `true` if the given `object` is a `Symbol`. Otherwise, returns `false`. - * - * ```js - * const util = require('util'); - * - * util.isSymbol(5); - * // Returns: false - * util.isSymbol('foo'); - * // Returns: false - * util.isSymbol(Symbol('foo')); - * // Returns: true - * ``` - * @since v0.11.5 - * @deprecated Since v4.0.0 - Use `typeof value === 'symbol'` instead. - */ - export function isSymbol(object: unknown): object is symbol; - /** - * Returns `true` if the given `object` is `undefined`. Otherwise, returns `false`. - * - * ```js - * const util = require('util'); - * - * const foo = undefined; - * util.isUndefined(5); - * // Returns: false - * util.isUndefined(foo); - * // Returns: true - * util.isUndefined(null); - * // Returns: false - * ``` - * @since v0.11.5 - * @deprecated Since v4.0.0 - Use `value === undefined` instead. - */ - export function isUndefined(object: unknown): object is undefined; - /** - * The `util.deprecate()` method wraps `fn` (which may be a function or class) in - * such a way that it is marked as deprecated. - * - * ```js - * const util = require('util'); - * - * exports.obsoleteFunction = util.deprecate(() => { - * // Do something here. - * }, 'obsoleteFunction() is deprecated. Use newShinyFunction() instead.'); - * ``` - * - * When called, `util.deprecate()` will return a function that will emit a`DeprecationWarning` using the `'warning'` event. The warning will - * be emitted and printed to `stderr` the first time the returned function is - * called. After the warning is emitted, the wrapped function is called without - * emitting a warning. - * - * If the same optional `code` is supplied in multiple calls to `util.deprecate()`, - * the warning will be emitted only once for that `code`. - * - * ```js - * const util = require('util'); - * - * const fn1 = util.deprecate(someFunction, someMessage, 'DEP0001'); - * const fn2 = util.deprecate(someOtherFunction, someOtherMessage, 'DEP0001'); - * fn1(); // Emits a deprecation warning with code DEP0001 - * fn2(); // Does not emit a deprecation warning because it has the same code - * ``` - * - * If either the `--no-deprecation` or `--no-warnings` command-line flags are - * used, or if the `process.noDeprecation` property is set to `true`_prior_ to - * the first deprecation warning, the `util.deprecate()` method does nothing. - * - * If the `--trace-deprecation` or `--trace-warnings` command-line flags are set, - * or the `process.traceDeprecation` property is set to `true`, a warning and a - * stack trace are printed to `stderr` the first time the deprecated function is - * called. - * - * If the `--throw-deprecation` command-line flag is set, or the`process.throwDeprecation` property is set to `true`, then an exception will be - * thrown when the deprecated function is called. - * - * The `--throw-deprecation` command-line flag and `process.throwDeprecation`property take precedence over `--trace-deprecation` and`process.traceDeprecation`. - * @since v0.8.0 - * @param fn The function that is being deprecated. - * @param msg A warning message to display when the deprecated function is invoked. - * @param code A deprecation code. See the `list of deprecated APIs` for a list of codes. - * @return The deprecated function wrapped to emit a warning. - */ - export function deprecate<T extends Function>(fn: T, msg: string, code?: string): T; - /** - * Returns `true` if there is deep strict equality between `val1` and `val2`. - * Otherwise, returns `false`. - * - * See `assert.deepStrictEqual()` for more information about deep strict - * equality. - * @since v9.0.0 - */ - export function isDeepStrictEqual(val1: unknown, val2: unknown): boolean; - /** - * Returns `str` with any ANSI escape codes removed. - * - * ```js - * console.log(util.stripVTControlCharacters('\u001B[4mvalue\u001B[0m')); - * // Prints "value" - * ``` - * @since v16.11.0 - */ - export function stripVTControlCharacters(str: string): string; - /** - * Takes an `async` function (or a function that returns a `Promise`) and returns a - * function following the error-first callback style, i.e. taking - * an `(err, value) => ...` callback as the last argument. In the callback, the - * first argument will be the rejection reason (or `null` if the `Promise`resolved), and the second argument will be the resolved value. - * - * ```js - * const util = require('util'); - * - * async function fn() { - * return 'hello world'; - * } - * const callbackFunction = util.callbackify(fn); - * - * callbackFunction((err, ret) => { - * if (err) throw err; - * console.log(ret); - * }); - * ``` - * - * Will print: - * - * ```text - * hello world - * ``` - * - * The callback is executed asynchronously, and will have a limited stack trace. - * If the callback throws, the process will emit an `'uncaughtException'` event, and if not handled will exit. - * - * Since `null` has a special meaning as the first argument to a callback, if a - * wrapped function rejects a `Promise` with a falsy value as a reason, the value - * is wrapped in an `Error` with the original value stored in a field named`reason`. - * - * ```js - * function fn() { - * return Promise.reject(null); - * } - * const callbackFunction = util.callbackify(fn); - * - * callbackFunction((err, ret) => { - * // When the Promise was rejected with `null` it is wrapped with an Error and - * // the original value is stored in `reason`. - * err &#x26;&#x26; Object.hasOwn(err, 'reason') &#x26;&#x26; err.reason === null; // true - * }); - * ``` - * @since v8.2.0 - * @param fn An `async` function - * @return a callback style function - */ - export function callbackify(fn: () => Promise<void>): (callback: (err: NodeJS.ErrnoException) => void) => void; - export function callbackify<TResult>(fn: () => Promise<TResult>): (callback: (err: NodeJS.ErrnoException, result: TResult) => void) => void; - export function callbackify<T1>(fn: (arg1: T1) => Promise<void>): (arg1: T1, callback: (err: NodeJS.ErrnoException) => void) => void; - export function callbackify<T1, TResult>(fn: (arg1: T1) => Promise<TResult>): (arg1: T1, callback: (err: NodeJS.ErrnoException, result: TResult) => void) => void; - export function callbackify<T1, T2>(fn: (arg1: T1, arg2: T2) => Promise<void>): (arg1: T1, arg2: T2, callback: (err: NodeJS.ErrnoException) => void) => void; - export function callbackify<T1, T2, TResult>(fn: (arg1: T1, arg2: T2) => Promise<TResult>): (arg1: T1, arg2: T2, callback: (err: NodeJS.ErrnoException | null, result: TResult) => void) => void; - export function callbackify<T1, T2, T3>(fn: (arg1: T1, arg2: T2, arg3: T3) => Promise<void>): (arg1: T1, arg2: T2, arg3: T3, callback: (err: NodeJS.ErrnoException) => void) => void; - export function callbackify<T1, T2, T3, TResult>( - fn: (arg1: T1, arg2: T2, arg3: T3) => Promise<TResult> - ): (arg1: T1, arg2: T2, arg3: T3, callback: (err: NodeJS.ErrnoException | null, result: TResult) => void) => void; - export function callbackify<T1, T2, T3, T4>( - fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4) => Promise<void> - ): (arg1: T1, arg2: T2, arg3: T3, arg4: T4, callback: (err: NodeJS.ErrnoException) => void) => void; - export function callbackify<T1, T2, T3, T4, TResult>( - fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4) => Promise<TResult> - ): (arg1: T1, arg2: T2, arg3: T3, arg4: T4, callback: (err: NodeJS.ErrnoException | null, result: TResult) => void) => void; - export function callbackify<T1, T2, T3, T4, T5>( - fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5) => Promise<void> - ): (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, callback: (err: NodeJS.ErrnoException) => void) => void; - export function callbackify<T1, T2, T3, T4, T5, TResult>( - fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5) => Promise<TResult> - ): (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, callback: (err: NodeJS.ErrnoException | null, result: TResult) => void) => void; - export function callbackify<T1, T2, T3, T4, T5, T6>( - fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, arg6: T6) => Promise<void> - ): (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, arg6: T6, callback: (err: NodeJS.ErrnoException) => void) => void; - export function callbackify<T1, T2, T3, T4, T5, T6, TResult>( - fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, arg6: T6) => Promise<TResult> - ): (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, arg6: T6, callback: (err: NodeJS.ErrnoException | null, result: TResult) => void) => void; - export interface CustomPromisifyLegacy<TCustom extends Function> extends Function { - __promisify__: TCustom; - } - export interface CustomPromisifySymbol<TCustom extends Function> extends Function { - [promisify.custom]: TCustom; - } - export type CustomPromisify<TCustom extends Function> = CustomPromisifySymbol<TCustom> | CustomPromisifyLegacy<TCustom>; - /** - * Takes a function following the common error-first callback style, i.e. taking - * an `(err, value) => ...` callback as the last argument, and returns a version - * that returns promises. - * - * ```js - * const util = require('util'); - * const fs = require('fs'); - * - * const stat = util.promisify(fs.stat); - * stat('.').then((stats) => { - * // Do something with `stats` - * }).catch((error) => { - * // Handle the error. - * }); - * ``` - * - * Or, equivalently using `async function`s: - * - * ```js - * const util = require('util'); - * const fs = require('fs'); - * - * const stat = util.promisify(fs.stat); - * - * async function callStat() { - * const stats = await stat('.'); - * console.log(`This directory is owned by ${stats.uid}`); - * } - * ``` - * - * If there is an `original[util.promisify.custom]` property present, `promisify`will return its value, see `Custom promisified functions`. - * - * `promisify()` assumes that `original` is a function taking a callback as its - * final argument in all cases. If `original` is not a function, `promisify()`will throw an error. If `original` is a function but its last argument is not - * an error-first callback, it will still be passed an error-first - * callback as its last argument. - * - * Using `promisify()` on class methods or other methods that use `this` may not - * work as expected unless handled specially: - * - * ```js - * const util = require('util'); - * - * class Foo { - * constructor() { - * this.a = 42; - * } - * - * bar(callback) { - * callback(null, this.a); - * } - * } - * - * const foo = new Foo(); - * - * const naiveBar = util.promisify(foo.bar); - * // TypeError: Cannot read property 'a' of undefined - * // naiveBar().then(a => console.log(a)); - * - * naiveBar.call(foo).then((a) => console.log(a)); // '42' - * - * const bindBar = naiveBar.bind(foo); - * bindBar().then((a) => console.log(a)); // '42' - * ``` - * @since v8.0.0 - */ - export function promisify<TCustom extends Function>(fn: CustomPromisify<TCustom>): TCustom; - export function promisify<TResult>(fn: (callback: (err: any, result: TResult) => void) => void): () => Promise<TResult>; - export function promisify(fn: (callback: (err?: any) => void) => void): () => Promise<void>; - export function promisify<T1, TResult>(fn: (arg1: T1, callback: (err: any, result: TResult) => void) => void): (arg1: T1) => Promise<TResult>; - export function promisify<T1>(fn: (arg1: T1, callback: (err?: any) => void) => void): (arg1: T1) => Promise<void>; - export function promisify<T1, T2, TResult>(fn: (arg1: T1, arg2: T2, callback: (err: any, result: TResult) => void) => void): (arg1: T1, arg2: T2) => Promise<TResult>; - export function promisify<T1, T2>(fn: (arg1: T1, arg2: T2, callback: (err?: any) => void) => void): (arg1: T1, arg2: T2) => Promise<void>; - export function promisify<T1, T2, T3, TResult>(fn: (arg1: T1, arg2: T2, arg3: T3, callback: (err: any, result: TResult) => void) => void): (arg1: T1, arg2: T2, arg3: T3) => Promise<TResult>; - export function promisify<T1, T2, T3>(fn: (arg1: T1, arg2: T2, arg3: T3, callback: (err?: any) => void) => void): (arg1: T1, arg2: T2, arg3: T3) => Promise<void>; - export function promisify<T1, T2, T3, T4, TResult>( - fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4, callback: (err: any, result: TResult) => void) => void - ): (arg1: T1, arg2: T2, arg3: T3, arg4: T4) => Promise<TResult>; - export function promisify<T1, T2, T3, T4>(fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4, callback: (err?: any) => void) => void): (arg1: T1, arg2: T2, arg3: T3, arg4: T4) => Promise<void>; - export function promisify<T1, T2, T3, T4, T5, TResult>( - fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, callback: (err: any, result: TResult) => void) => void - ): (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5) => Promise<TResult>; - export function promisify<T1, T2, T3, T4, T5>( - fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, callback: (err?: any) => void) => void - ): (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5) => Promise<void>; - export function promisify(fn: Function): Function; - export namespace promisify { - /** - * That can be used to declare custom promisified variants of functions. - */ - const custom: unique symbol; - } - /** - * An implementation of the [WHATWG Encoding Standard](https://encoding.spec.whatwg.org/) `TextDecoder` API. - * - * ```js - * const decoder = new TextDecoder(); - * const u8arr = new Uint8Array([72, 101, 108, 108, 111]); - * console.log(decoder.decode(u8arr)); // Hello - * ``` - * @since v8.3.0 - */ - export class TextDecoder { - /** - * The encoding supported by the `TextDecoder` instance. - */ - readonly encoding: string; - /** - * The value will be `true` if decoding errors result in a `TypeError` being - * thrown. - */ - readonly fatal: boolean; - /** - * The value will be `true` if the decoding result will include the byte order - * mark. - */ - readonly ignoreBOM: boolean; - constructor( - encoding?: string, - options?: { - fatal?: boolean | undefined; - ignoreBOM?: boolean | undefined; - } - ); - /** - * Decodes the `input` and returns a string. If `options.stream` is `true`, any - * incomplete byte sequences occurring at the end of the `input` are buffered - * internally and emitted after the next call to `textDecoder.decode()`. - * - * If `textDecoder.fatal` is `true`, decoding errors that occur will result in a`TypeError` being thrown. - * @param input An `ArrayBuffer`, `DataView` or `TypedArray` instance containing the encoded data. - */ - decode( - input?: NodeJS.ArrayBufferView | ArrayBuffer | null, - options?: { - stream?: boolean | undefined; - } - ): string; - } - export interface EncodeIntoResult { - /** - * The read Unicode code units of input. - */ - read: number; - /** - * The written UTF-8 bytes of output. - */ - written: number; - } - export { types }; - - //// TextEncoder/Decoder - /** - * An implementation of the [WHATWG Encoding Standard](https://encoding.spec.whatwg.org/) `TextEncoder` API. All - * instances of `TextEncoder` only support UTF-8 encoding. - * - * ```js - * const encoder = new TextEncoder(); - * const uint8array = encoder.encode('this is some data'); - * ``` - * - * The `TextEncoder` class is also available on the global object. - * @since v8.3.0 - */ - export class TextEncoder { - /** - * The encoding supported by the `TextEncoder` instance. Always set to `'utf-8'`. - */ - readonly encoding: string; - /** - * UTF-8 encodes the `input` string and returns a `Uint8Array` containing the - * encoded bytes. - * @param [input='an empty string'] The text to encode. - */ - encode(input?: string): Uint8Array; - /** - * UTF-8 encodes the `src` string to the `dest` Uint8Array and returns an object - * containing the read Unicode code units and written UTF-8 bytes. - * - * ```js - * const encoder = new TextEncoder(); - * const src = 'this is some data'; - * const dest = new Uint8Array(10); - * const { read, written } = encoder.encodeInto(src, dest); - * ``` - * @param src The text to encode. - * @param dest The array to hold the encode result. - */ - encodeInto(src: string, dest: Uint8Array): EncodeIntoResult; - } - - import { TextDecoder as _TextDecoder, TextEncoder as _TextEncoder } from 'util'; - global { - /** - * `TextDecoder` class is a global reference for `require('util').TextDecoder` - * https://nodejs.org/api/globals.html#textdecoder - * @since v11.0.0 - */ - var TextDecoder: typeof globalThis extends { - onmessage: any; - TextDecoder: infer TextDecoder; - } - ? TextDecoder - : typeof _TextDecoder; - - /** - * `TextEncoder` class is a global reference for `require('util').TextEncoder` - * https://nodejs.org/api/globals.html#textencoder - * @since v11.0.0 - */ - var TextEncoder: typeof globalThis extends { - onmessage: any; - TextEncoder: infer TextEncoder; - } - ? TextEncoder - : typeof _TextEncoder; - } - - //// parseArgs - /** - * Provides a high-level API for command-line argument parsing. Takes a - * specification for the expected arguments and returns a structured object - * with the parsed values and positionals. - * - * `config` provides arguments for parsing and configures the parser. It - * supports the following properties: - * - * - `args` The array of argument strings. **Default:** `process.argv` with - * `execPath` and `filename` removed. - * - `options` Arguments known to the parser. Keys of `options` are the long - * names of options and values are objects accepting the following properties: - * - * - `type` Type of argument, which must be either `boolean` (for options - * which do not take values) or `string` (for options which do). - * - `multiple` Whether this option can be provided multiple - * times. If `true`, all values will be collected in an array. If - * `false`, values for the option are last-wins. **Default:** `false`. - * - `short` A single character alias for the option. - * - `default` The default option value when it is not set by args. It - * must be of the same type as the `type` property. When `multiple` - * is `true`, it must be an array. - * - * - `strict`: Whether an error should be thrown when unknown arguments - * are encountered, or when arguments are passed that do not match the - * `type` configured in `options`. **Default:** `true`. - * - `allowPositionals`: Whether this command accepts positional arguments. - * **Default:** `false` if `strict` is `true`, otherwise `true`. - * - `tokens`: Whether tokens {boolean} Return the parsed tokens. This is useful - * for extending the built-in behavior, from adding additional checks through - * to reprocessing the tokens in different ways. - * **Default:** `false`. - * - * @returns The parsed command line arguments: - * - * - `values` A mapping of parsed option names with their string - * or boolean values. - * - `positionals` Positional arguments. - * - `tokens` Detailed parse information (only if `tokens` was specified). - * - */ - export function parseArgs<T extends ParseArgsConfig>(config?: T): ParsedResults<T>; - - interface ParseArgsOptionConfig { - /** - * Type of argument. - */ - type: 'string' | 'boolean'; - /** - * Whether this option can be provided multiple times. - * If `true`, all values will be collected in an array. - * If `false`, values for the option are last-wins. - * @default false. - */ - multiple?: boolean | undefined; - /** - * A single character alias for the option. - */ - short?: string | undefined; - /** - * The default option value when it is not set by args. - * It must be of the same type as the the `type` property. - * When `multiple` is `true`, it must be an array. - * @since v18.11.0 - */ - default?: string | boolean | string[] | boolean[] | undefined; - } - - interface ParseArgsOptionsConfig { - [longOption: string]: ParseArgsOptionConfig; - } - - export interface ParseArgsConfig { - /** - * Array of argument strings. - */ - args?: string[] | undefined; - /** - * Used to describe arguments known to the parser. - */ - options?: ParseArgsOptionsConfig | undefined; - /** - * Should an error be thrown when unknown arguments are encountered, - * or when arguments are passed that do not match the `type` configured in `options`. - * @default true - */ - strict?: boolean | undefined; - /** - * Whether this command accepts positional arguments. - */ - allowPositionals?: boolean | undefined; - /** - * Return the parsed tokens. This is useful for extending the built-in behavior, - * from adding additional checks through to reprocessing the tokens in different ways. - * @default false - */ - tokens?: boolean | undefined; - } - - /* - IfDefaultsTrue and IfDefaultsFalse are helpers to handle default values for missing boolean properties. - TypeScript does not have exact types for objects: https://github.com/microsoft/TypeScript/issues/12936 - This means it is impossible to distinguish between "field X is definitely not present" and "field X may or may not be present". - But we expect users to generally provide their config inline or `as const`, which means TS will always know whether a given field is present. - So this helper treats "not definitely present" (i.e., not `extends boolean`) as being "definitely not present", i.e. it should have its default value. - This is technically incorrect but is a much nicer UX for the common case. - The IfDefaultsTrue version is for things which default to true; the IfDefaultsFalse version is for things which default to false. - */ - type IfDefaultsTrue<T, IfTrue, IfFalse> = T extends true - ? IfTrue - : T extends false - ? IfFalse - : IfTrue; - - // we put the `extends false` condition first here because `undefined` compares like `any` when `strictNullChecks: false` - type IfDefaultsFalse<T, IfTrue, IfFalse> = T extends false - ? IfFalse - : T extends true - ? IfTrue - : IfFalse; - - type ExtractOptionValue<T extends ParseArgsConfig, O extends ParseArgsOptionConfig> = IfDefaultsTrue< - T['strict'], - O['type'] extends 'string' ? string : O['type'] extends 'boolean' ? boolean : string | boolean, - string | boolean - >; - - type ParsedValues<T extends ParseArgsConfig> = - & IfDefaultsTrue<T['strict'], unknown, { [longOption: string]: undefined | string | boolean }> - & (T['options'] extends ParseArgsOptionsConfig - ? { - -readonly [LongOption in keyof T['options']]: IfDefaultsFalse< - T['options'][LongOption]['multiple'], - undefined | Array<ExtractOptionValue<T, T['options'][LongOption]>>, - undefined | ExtractOptionValue<T, T['options'][LongOption]> - >; - } - : {}); - - type ParsedPositionals<T extends ParseArgsConfig> = IfDefaultsTrue< - T['strict'], - IfDefaultsFalse<T['allowPositionals'], string[], []>, - IfDefaultsTrue<T['allowPositionals'], string[], []> - >; - - type PreciseTokenForOptions< - K extends string, - O extends ParseArgsOptionConfig, - > = O['type'] extends 'string' - ? { - kind: 'option'; - index: number; - name: K; - rawName: string; - value: string; - inlineValue: boolean; - } - : O['type'] extends 'boolean' - ? { - kind: 'option'; - index: number; - name: K; - rawName: string; - value: undefined; - inlineValue: undefined; - } - : OptionToken & { name: K }; - - type TokenForOptions< - T extends ParseArgsConfig, - K extends keyof T['options'] = keyof T['options'], - > = K extends unknown - ? T['options'] extends ParseArgsOptionsConfig - ? PreciseTokenForOptions<K & string, T['options'][K]> - : OptionToken - : never; - - type ParsedOptionToken<T extends ParseArgsConfig> = IfDefaultsTrue<T['strict'], TokenForOptions<T>, OptionToken>; - - type ParsedPositionalToken<T extends ParseArgsConfig> = IfDefaultsTrue< - T['strict'], - IfDefaultsFalse<T['allowPositionals'], { kind: 'positional'; index: number; value: string }, never>, - IfDefaultsTrue<T['allowPositionals'], { kind: 'positional'; index: number; value: string }, never> - >; - - type ParsedTokens<T extends ParseArgsConfig> = Array< - ParsedOptionToken<T> | ParsedPositionalToken<T> | { kind: 'option-terminator'; index: number } - >; - - type PreciseParsedResults<T extends ParseArgsConfig> = IfDefaultsFalse< - T['tokens'], - { - values: ParsedValues<T>; - positionals: ParsedPositionals<T>; - tokens: ParsedTokens<T>; - }, - { - values: ParsedValues<T>; - positionals: ParsedPositionals<T>; - } - >; - - type OptionToken = - | { kind: 'option'; index: number; name: string; rawName: string; value: string; inlineValue: boolean } - | { - kind: 'option'; - index: number; - name: string; - rawName: string; - value: undefined; - inlineValue: undefined; - }; - - type Token = - | OptionToken - | { kind: 'positional'; index: number; value: string } - | { kind: 'option-terminator'; index: number }; - - // If ParseArgsConfig extends T, then the user passed config constructed elsewhere. - // So we can't rely on the `"not definitely present" implies "definitely not present"` assumption mentioned above. - type ParsedResults<T extends ParseArgsConfig> = ParseArgsConfig extends T - ? { - values: { [longOption: string]: undefined | string | boolean | Array<string | boolean> }; - positionals: string[]; - tokens?: Token[]; - } - : PreciseParsedResults<T>; - - /** - * @since v18.13.0 - */ - export class MIMEType { - /** - * Creates a new MIMEType object by parsing the input. - * - * A `TypeError` will be thrown if the `input` is not a valid MIME. - * Note that an effort will be made to coerce the given values into strings. - * @param input The input MIME to parse. - */ - constructor(input: string | { toString: () => string }); - - /** - * Gets and sets the type portion of the MIME. - */ - type: string; - - /** - * Gets and sets the subtype portion of the MIME. - */ - subtype: string; - - /** - * Gets the essence of the MIME. - * - * Use `mime.type` or `mime.subtype` to alter the MIME. - */ - readonly essence: string; - - /** - * Gets the `MIMEParams` object representing the parameters of the MIME. - */ - readonly params: MIMEParams; - - /** - * Returns the serialized MIME. - * - * Because of the need for standard compliance, this method - * does not allow users to customize the serialization process of the MIME. - */ - toString(): string; - } - - /** - * @since v18.13.0 - */ - export class MIMEParams { - /** - * Remove all name-value pairs whose name is `name`. - */ - delete(name: string): void; - /** - * Returns an iterator over each of the name-value pairs in the parameters. - */ - entries(): IterableIterator<[name: string, value: string]>; - /** - * Returns the value of the first name-value pair whose name is `name`. - * If there are no such pairs, `null` is returned. - */ - get(name: string): string | null; - /** - * Returns `true` if there is at least one name-value pair whose name is `name`. - */ - has(name: string): boolean; - /** - * Returns an iterator over the names of each name-value pair. - */ - keys(): IterableIterator<string>; - /** - * Sets the value in the `MIMEParams` object associated with `name` to `value`. - * If there are any pre-existing name-value pairs whose names are `name`, - * set the first such pair's value to `value`. - */ - set(name: string, value: string): void; - /** - * Returns an iterator over the values of each name-value pair. - */ - values(): IterableIterator<string>; - /** - * Returns an iterator over each of the name-value pairs in the parameters. - */ - [Symbol.iterator]: typeof MIMEParams.prototype.entries; - } -} -declare module 'util/types' { - export * from 'util/types'; -} -declare module 'util/types' { - import { KeyObject, webcrypto } from 'node:crypto'; - /** - * Returns `true` if the value is a built-in [`ArrayBuffer`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer) or - * [`SharedArrayBuffer`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/SharedArrayBuffer) instance. - * - * See also `util.types.isArrayBuffer()` and `util.types.isSharedArrayBuffer()`. - * - * ```js - * util.types.isAnyArrayBuffer(new ArrayBuffer()); // Returns true - * util.types.isAnyArrayBuffer(new SharedArrayBuffer()); // Returns true - * ``` - * @since v10.0.0 - */ - function isAnyArrayBuffer(object: unknown): object is ArrayBufferLike; - /** - * Returns `true` if the value is an `arguments` object. - * - * ```js - * function foo() { - * util.types.isArgumentsObject(arguments); // Returns true - * } - * ``` - * @since v10.0.0 - */ - function isArgumentsObject(object: unknown): object is IArguments; - /** - * Returns `true` if the value is a built-in [`ArrayBuffer`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer) instance. - * This does _not_ include [`SharedArrayBuffer`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/SharedArrayBuffer) instances. Usually, it is - * desirable to test for both; See `util.types.isAnyArrayBuffer()` for that. - * - * ```js - * util.types.isArrayBuffer(new ArrayBuffer()); // Returns true - * util.types.isArrayBuffer(new SharedArrayBuffer()); // Returns false - * ``` - * @since v10.0.0 - */ - function isArrayBuffer(object: unknown): object is ArrayBuffer; - /** - * Returns `true` if the value is an instance of one of the [`ArrayBuffer`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer) views, such as typed - * array objects or [`DataView`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DataView). Equivalent to - * [`ArrayBuffer.isView()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer/isView). - * - * ```js - * util.types.isArrayBufferView(new Int8Array()); // true - * util.types.isArrayBufferView(Buffer.from('hello world')); // true - * util.types.isArrayBufferView(new DataView(new ArrayBuffer(16))); // true - * util.types.isArrayBufferView(new ArrayBuffer()); // false - * ``` - * @since v10.0.0 - */ - function isArrayBufferView(object: unknown): object is NodeJS.ArrayBufferView; - /** - * Returns `true` if the value is an [async function](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/async_function). - * This only reports back what the JavaScript engine is seeing; - * in particular, the return value may not match the original source code if - * a transpilation tool was used. - * - * ```js - * util.types.isAsyncFunction(function foo() {}); // Returns false - * util.types.isAsyncFunction(async function foo() {}); // Returns true - * ``` - * @since v10.0.0 - */ - function isAsyncFunction(object: unknown): boolean; - /** - * Returns `true` if the value is a `BigInt64Array` instance. - * - * ```js - * util.types.isBigInt64Array(new BigInt64Array()); // Returns true - * util.types.isBigInt64Array(new BigUint64Array()); // Returns false - * ``` - * @since v10.0.0 - */ - function isBigInt64Array(value: unknown): value is BigInt64Array; - /** - * Returns `true` if the value is a `BigUint64Array` instance. - * - * ```js - * util.types.isBigUint64Array(new BigInt64Array()); // Returns false - * util.types.isBigUint64Array(new BigUint64Array()); // Returns true - * ``` - * @since v10.0.0 - */ - function isBigUint64Array(value: unknown): value is BigUint64Array; - /** - * Returns `true` if the value is a boolean object, e.g. created - * by `new Boolean()`. - * - * ```js - * util.types.isBooleanObject(false); // Returns false - * util.types.isBooleanObject(true); // Returns false - * util.types.isBooleanObject(new Boolean(false)); // Returns true - * util.types.isBooleanObject(new Boolean(true)); // Returns true - * util.types.isBooleanObject(Boolean(false)); // Returns false - * util.types.isBooleanObject(Boolean(true)); // Returns false - * ``` - * @since v10.0.0 - */ - function isBooleanObject(object: unknown): object is Boolean; - /** - * Returns `true` if the value is any boxed primitive object, e.g. created - * by `new Boolean()`, `new String()` or `Object(Symbol())`. - * - * For example: - * - * ```js - * util.types.isBoxedPrimitive(false); // Returns false - * util.types.isBoxedPrimitive(new Boolean(false)); // Returns true - * util.types.isBoxedPrimitive(Symbol('foo')); // Returns false - * util.types.isBoxedPrimitive(Object(Symbol('foo'))); // Returns true - * util.types.isBoxedPrimitive(Object(BigInt(5))); // Returns true - * ``` - * @since v10.11.0 - */ - function isBoxedPrimitive(object: unknown): object is String | Number | BigInt | Boolean | Symbol; - /** - * Returns `true` if the value is a built-in [`DataView`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DataView) instance. - * - * ```js - * const ab = new ArrayBuffer(20); - * util.types.isDataView(new DataView(ab)); // Returns true - * util.types.isDataView(new Float64Array()); // Returns false - * ``` - * - * See also [`ArrayBuffer.isView()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer/isView). - * @since v10.0.0 - */ - function isDataView(object: unknown): object is DataView; - /** - * Returns `true` if the value is a built-in [`Date`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) instance. - * - * ```js - * util.types.isDate(new Date()); // Returns true - * ``` - * @since v10.0.0 - */ - function isDate(object: unknown): object is Date; - /** - * Returns `true` if the value is a native `External` value. - * - * A native `External` value is a special type of object that contains a - * raw C++ pointer (`void*`) for access from native code, and has no other - * properties. Such objects are created either by Node.js internals or native - * addons. In JavaScript, they are [frozen](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/freeze) objects with a`null` prototype. - * - * ```c - * #include <js_native_api.h> - * #include <stdlib.h> - * napi_value result; - * static napi_value MyNapi(napi_env env, napi_callback_info info) { - * int* raw = (int*) malloc(1024); - * napi_status status = napi_create_external(env, (void*) raw, NULL, NULL, &#x26;result); - * if (status != napi_ok) { - * napi_throw_error(env, NULL, "napi_create_external failed"); - * return NULL; - * } - * return result; - * } - * ... - * DECLARE_NAPI_PROPERTY("myNapi", MyNapi) - * ... - * ``` - * - * ```js - * const native = require('napi_addon.node'); - * const data = native.myNapi(); - * util.types.isExternal(data); // returns true - * util.types.isExternal(0); // returns false - * util.types.isExternal(new String('foo')); // returns false - * ``` - * - * For further information on `napi_create_external`, refer to `napi_create_external()`. - * @since v10.0.0 - */ - function isExternal(object: unknown): boolean; - /** - * Returns `true` if the value is a built-in [`Float32Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Float32Array) instance. - * - * ```js - * util.types.isFloat32Array(new ArrayBuffer()); // Returns false - * util.types.isFloat32Array(new Float32Array()); // Returns true - * util.types.isFloat32Array(new Float64Array()); // Returns false - * ``` - * @since v10.0.0 - */ - function isFloat32Array(object: unknown): object is Float32Array; - /** - * Returns `true` if the value is a built-in [`Float64Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Float64Array) instance. - * - * ```js - * util.types.isFloat64Array(new ArrayBuffer()); // Returns false - * util.types.isFloat64Array(new Uint8Array()); // Returns false - * util.types.isFloat64Array(new Float64Array()); // Returns true - * ``` - * @since v10.0.0 - */ - function isFloat64Array(object: unknown): object is Float64Array; - /** - * Returns `true` if the value is a generator function. - * This only reports back what the JavaScript engine is seeing; - * in particular, the return value may not match the original source code if - * a transpilation tool was used. - * - * ```js - * util.types.isGeneratorFunction(function foo() {}); // Returns false - * util.types.isGeneratorFunction(function* foo() {}); // Returns true - * ``` - * @since v10.0.0 - */ - function isGeneratorFunction(object: unknown): object is GeneratorFunction; - /** - * Returns `true` if the value is a generator object as returned from a - * built-in generator function. - * This only reports back what the JavaScript engine is seeing; - * in particular, the return value may not match the original source code if - * a transpilation tool was used. - * - * ```js - * function* foo() {} - * const generator = foo(); - * util.types.isGeneratorObject(generator); // Returns true - * ``` - * @since v10.0.0 - */ - function isGeneratorObject(object: unknown): object is Generator; - /** - * Returns `true` if the value is a built-in [`Int8Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Int8Array) instance. - * - * ```js - * util.types.isInt8Array(new ArrayBuffer()); // Returns false - * util.types.isInt8Array(new Int8Array()); // Returns true - * util.types.isInt8Array(new Float64Array()); // Returns false - * ``` - * @since v10.0.0 - */ - function isInt8Array(object: unknown): object is Int8Array; - /** - * Returns `true` if the value is a built-in [`Int16Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Int16Array) instance. - * - * ```js - * util.types.isInt16Array(new ArrayBuffer()); // Returns false - * util.types.isInt16Array(new Int16Array()); // Returns true - * util.types.isInt16Array(new Float64Array()); // Returns false - * ``` - * @since v10.0.0 - */ - function isInt16Array(object: unknown): object is Int16Array; - /** - * Returns `true` if the value is a built-in [`Int32Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Int32Array) instance. - * - * ```js - * util.types.isInt32Array(new ArrayBuffer()); // Returns false - * util.types.isInt32Array(new Int32Array()); // Returns true - * util.types.isInt32Array(new Float64Array()); // Returns false - * ``` - * @since v10.0.0 - */ - function isInt32Array(object: unknown): object is Int32Array; - /** - * Returns `true` if the value is a built-in [`Map`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map) instance. - * - * ```js - * util.types.isMap(new Map()); // Returns true - * ``` - * @since v10.0.0 - */ - function isMap<T>(object: T | {}): object is T extends ReadonlyMap<any, any> ? (unknown extends T ? never : ReadonlyMap<any, any>) : Map<unknown, unknown>; - /** - * Returns `true` if the value is an iterator returned for a built-in [`Map`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map) instance. - * - * ```js - * const map = new Map(); - * util.types.isMapIterator(map.keys()); // Returns true - * util.types.isMapIterator(map.values()); // Returns true - * util.types.isMapIterator(map.entries()); // Returns true - * util.types.isMapIterator(map[Symbol.iterator]()); // Returns true - * ``` - * @since v10.0.0 - */ - function isMapIterator(object: unknown): boolean; - /** - * Returns `true` if the value is an instance of a [Module Namespace Object](https://tc39.github.io/ecma262/#sec-module-namespace-exotic-objects). - * - * ```js - * import * as ns from './a.js'; - * - * util.types.isModuleNamespaceObject(ns); // Returns true - * ``` - * @since v10.0.0 - */ - function isModuleNamespaceObject(value: unknown): boolean; - /** - * Returns `true` if the value is an instance of a built-in `Error` type. - * - * ```js - * util.types.isNativeError(new Error()); // Returns true - * util.types.isNativeError(new TypeError()); // Returns true - * util.types.isNativeError(new RangeError()); // Returns true - * ``` - * @since v10.0.0 - */ - function isNativeError(object: unknown): object is Error; - /** - * Returns `true` if the value is a number object, e.g. created - * by `new Number()`. - * - * ```js - * util.types.isNumberObject(0); // Returns false - * util.types.isNumberObject(new Number(0)); // Returns true - * ``` - * @since v10.0.0 - */ - function isNumberObject(object: unknown): object is Number; - /** - * Returns `true` if the value is a built-in [`Promise`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise). - * - * ```js - * util.types.isPromise(Promise.resolve(42)); // Returns true - * ``` - * @since v10.0.0 - */ - function isPromise(object: unknown): object is Promise<unknown>; - /** - * Returns `true` if the value is a [`Proxy`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Proxy) instance. - * - * ```js - * const target = {}; - * const proxy = new Proxy(target, {}); - * util.types.isProxy(target); // Returns false - * util.types.isProxy(proxy); // Returns true - * ``` - * @since v10.0.0 - */ - function isProxy(object: unknown): boolean; - /** - * Returns `true` if the value is a regular expression object. - * - * ```js - * util.types.isRegExp(/abc/); // Returns true - * util.types.isRegExp(new RegExp('abc')); // Returns true - * ``` - * @since v10.0.0 - */ - function isRegExp(object: unknown): object is RegExp; - /** - * Returns `true` if the value is a built-in [`Set`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set) instance. - * - * ```js - * util.types.isSet(new Set()); // Returns true - * ``` - * @since v10.0.0 - */ - function isSet<T>(object: T | {}): object is T extends ReadonlySet<any> ? (unknown extends T ? never : ReadonlySet<any>) : Set<unknown>; - /** - * Returns `true` if the value is an iterator returned for a built-in [`Set`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set) instance. - * - * ```js - * const set = new Set(); - * util.types.isSetIterator(set.keys()); // Returns true - * util.types.isSetIterator(set.values()); // Returns true - * util.types.isSetIterator(set.entries()); // Returns true - * util.types.isSetIterator(set[Symbol.iterator]()); // Returns true - * ``` - * @since v10.0.0 - */ - function isSetIterator(object: unknown): boolean; - /** - * Returns `true` if the value is a built-in [`SharedArrayBuffer`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/SharedArrayBuffer) instance. - * This does _not_ include [`ArrayBuffer`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer) instances. Usually, it is - * desirable to test for both; See `util.types.isAnyArrayBuffer()` for that. - * - * ```js - * util.types.isSharedArrayBuffer(new ArrayBuffer()); // Returns false - * util.types.isSharedArrayBuffer(new SharedArrayBuffer()); // Returns true - * ``` - * @since v10.0.0 - */ - function isSharedArrayBuffer(object: unknown): object is SharedArrayBuffer; - /** - * Returns `true` if the value is a string object, e.g. created - * by `new String()`. - * - * ```js - * util.types.isStringObject('foo'); // Returns false - * util.types.isStringObject(new String('foo')); // Returns true - * ``` - * @since v10.0.0 - */ - function isStringObject(object: unknown): object is String; - /** - * Returns `true` if the value is a symbol object, created - * by calling `Object()` on a `Symbol` primitive. - * - * ```js - * const symbol = Symbol('foo'); - * util.types.isSymbolObject(symbol); // Returns false - * util.types.isSymbolObject(Object(symbol)); // Returns true - * ``` - * @since v10.0.0 - */ - function isSymbolObject(object: unknown): object is Symbol; - /** - * Returns `true` if the value is a built-in [`TypedArray`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray) instance. - * - * ```js - * util.types.isTypedArray(new ArrayBuffer()); // Returns false - * util.types.isTypedArray(new Uint8Array()); // Returns true - * util.types.isTypedArray(new Float64Array()); // Returns true - * ``` - * - * See also [`ArrayBuffer.isView()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer/isView). - * @since v10.0.0 - */ - function isTypedArray(object: unknown): object is NodeJS.TypedArray; - /** - * Returns `true` if the value is a built-in [`Uint8Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array) instance. - * - * ```js - * util.types.isUint8Array(new ArrayBuffer()); // Returns false - * util.types.isUint8Array(new Uint8Array()); // Returns true - * util.types.isUint8Array(new Float64Array()); // Returns false - * ``` - * @since v10.0.0 - */ - function isUint8Array(object: unknown): object is Uint8Array; - /** - * Returns `true` if the value is a built-in [`Uint8ClampedArray`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8ClampedArray) instance. - * - * ```js - * util.types.isUint8ClampedArray(new ArrayBuffer()); // Returns false - * util.types.isUint8ClampedArray(new Uint8ClampedArray()); // Returns true - * util.types.isUint8ClampedArray(new Float64Array()); // Returns false - * ``` - * @since v10.0.0 - */ - function isUint8ClampedArray(object: unknown): object is Uint8ClampedArray; - /** - * Returns `true` if the value is a built-in [`Uint16Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint16Array) instance. - * - * ```js - * util.types.isUint16Array(new ArrayBuffer()); // Returns false - * util.types.isUint16Array(new Uint16Array()); // Returns true - * util.types.isUint16Array(new Float64Array()); // Returns false - * ``` - * @since v10.0.0 - */ - function isUint16Array(object: unknown): object is Uint16Array; - /** - * Returns `true` if the value is a built-in [`Uint32Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint32Array) instance. - * - * ```js - * util.types.isUint32Array(new ArrayBuffer()); // Returns false - * util.types.isUint32Array(new Uint32Array()); // Returns true - * util.types.isUint32Array(new Float64Array()); // Returns false - * ``` - * @since v10.0.0 - */ - function isUint32Array(object: unknown): object is Uint32Array; - /** - * Returns `true` if the value is a built-in [`WeakMap`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WeakMap) instance. - * - * ```js - * util.types.isWeakMap(new WeakMap()); // Returns true - * ``` - * @since v10.0.0 - */ - function isWeakMap(object: unknown): object is WeakMap<object, unknown>; - /** - * Returns `true` if the value is a built-in [`WeakSet`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WeakSet) instance. - * - * ```js - * util.types.isWeakSet(new WeakSet()); // Returns true - * ``` - * @since v10.0.0 - */ - function isWeakSet(object: unknown): object is WeakSet<object>; - /** - * Returns `true` if `value` is a `KeyObject`, `false` otherwise. - * @since v16.2.0 - */ - function isKeyObject(object: unknown): object is KeyObject; - /** - * Returns `true` if `value` is a `CryptoKey`, `false` otherwise. - * @since v16.2.0 - */ - function isCryptoKey(object: unknown): object is webcrypto.CryptoKey; -} -declare module 'node:util' { - export * from 'util'; -} -declare module 'node:util/types' { - export * from 'util/types'; -} diff --git a/software/flow/node_modules/@types/node/ts4.8/v8.d.ts b/software/flow/node_modules/@types/node/ts4.8/v8.d.ts deleted file mode 100755 index 6685dc2..0000000 --- a/software/flow/node_modules/@types/node/ts4.8/v8.d.ts +++ /dev/null @@ -1,396 +0,0 @@ -/** - * The `v8` module exposes APIs that are specific to the version of [V8](https://developers.google.com/v8/) built into the Node.js binary. It can be accessed using: - * - * ```js - * const v8 = require('v8'); - * ``` - * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/v8.js) - */ -declare module 'v8' { - import { Readable } from 'node:stream'; - interface HeapSpaceInfo { - space_name: string; - space_size: number; - space_used_size: number; - space_available_size: number; - physical_space_size: number; - } - // ** Signifies if the --zap_code_space option is enabled or not. 1 == enabled, 0 == disabled. */ - type DoesZapCodeSpaceFlag = 0 | 1; - interface HeapInfo { - total_heap_size: number; - total_heap_size_executable: number; - total_physical_size: number; - total_available_size: number; - used_heap_size: number; - heap_size_limit: number; - malloced_memory: number; - peak_malloced_memory: number; - does_zap_garbage: DoesZapCodeSpaceFlag; - number_of_native_contexts: number; - number_of_detached_contexts: number; - } - interface HeapCodeStatistics { - code_and_metadata_size: number; - bytecode_and_metadata_size: number; - external_script_source_size: number; - } - /** - * Returns an integer representing a version tag derived from the V8 version, - * command-line flags, and detected CPU features. This is useful for determining - * whether a `vm.Script` `cachedData` buffer is compatible with this instance - * of V8. - * - * ```js - * console.log(v8.cachedDataVersionTag()); // 3947234607 - * // The value returned by v8.cachedDataVersionTag() is derived from the V8 - * // version, command-line flags, and detected CPU features. Test that the value - * // does indeed update when flags are toggled. - * v8.setFlagsFromString('--allow_natives_syntax'); - * console.log(v8.cachedDataVersionTag()); // 183726201 - * ``` - * @since v8.0.0 - */ - function cachedDataVersionTag(): number; - /** - * Returns an object with the following properties: - * - * `does_zap_garbage` is a 0/1 boolean, which signifies whether the`--zap_code_space` option is enabled or not. This makes V8 overwrite heap - * garbage with a bit pattern. The RSS footprint (resident set size) gets bigger - * because it continuously touches all heap pages and that makes them less likely - * to get swapped out by the operating system. - * - * `number_of_native_contexts` The value of native\_context is the number of the - * top-level contexts currently active. Increase of this number over time indicates - * a memory leak. - * - * `number_of_detached_contexts` The value of detached\_context is the number - * of contexts that were detached and not yet garbage collected. This number - * being non-zero indicates a potential memory leak. - * - * ```js - * { - * total_heap_size: 7326976, - * total_heap_size_executable: 4194304, - * total_physical_size: 7326976, - * total_available_size: 1152656, - * used_heap_size: 3476208, - * heap_size_limit: 1535115264, - * malloced_memory: 16384, - * peak_malloced_memory: 1127496, - * does_zap_garbage: 0, - * number_of_native_contexts: 1, - * number_of_detached_contexts: 0 - * } - * ``` - * @since v1.0.0 - */ - function getHeapStatistics(): HeapInfo; - /** - * Returns statistics about the V8 heap spaces, i.e. the segments which make up - * the V8 heap. Neither the ordering of heap spaces, nor the availability of a - * heap space can be guaranteed as the statistics are provided via the - * V8[`GetHeapSpaceStatistics`](https://v8docs.nodesource.com/node-13.2/d5/dda/classv8_1_1_isolate.html#ac673576f24fdc7a33378f8f57e1d13a4) function and may change from one V8 version to the - * next. - * - * The value returned is an array of objects containing the following properties: - * - * ```json - * [ - * { - * "space_name": "new_space", - * "space_size": 2063872, - * "space_used_size": 951112, - * "space_available_size": 80824, - * "physical_space_size": 2063872 - * }, - * { - * "space_name": "old_space", - * "space_size": 3090560, - * "space_used_size": 2493792, - * "space_available_size": 0, - * "physical_space_size": 3090560 - * }, - * { - * "space_name": "code_space", - * "space_size": 1260160, - * "space_used_size": 644256, - * "space_available_size": 960, - * "physical_space_size": 1260160 - * }, - * { - * "space_name": "map_space", - * "space_size": 1094160, - * "space_used_size": 201608, - * "space_available_size": 0, - * "physical_space_size": 1094160 - * }, - * { - * "space_name": "large_object_space", - * "space_size": 0, - * "space_used_size": 0, - * "space_available_size": 1490980608, - * "physical_space_size": 0 - * } - * ] - * ``` - * @since v6.0.0 - */ - function getHeapSpaceStatistics(): HeapSpaceInfo[]; - /** - * The `v8.setFlagsFromString()` method can be used to programmatically set - * V8 command-line flags. This method should be used with care. Changing settings - * after the VM has started may result in unpredictable behavior, including - * crashes and data loss; or it may simply do nothing. - * - * The V8 options available for a version of Node.js may be determined by running`node --v8-options`. - * - * Usage: - * - * ```js - * // Print GC events to stdout for one minute. - * const v8 = require('v8'); - * v8.setFlagsFromString('--trace_gc'); - * setTimeout(() => { v8.setFlagsFromString('--notrace_gc'); }, 60e3); - * ``` - * @since v1.0.0 - */ - function setFlagsFromString(flags: string): void; - /** - * Generates a snapshot of the current V8 heap and returns a Readable - * Stream that may be used to read the JSON serialized representation. - * This JSON stream format is intended to be used with tools such as - * Chrome DevTools. The JSON schema is undocumented and specific to the - * V8 engine. Therefore, the schema may change from one version of V8 to the next. - * - * Creating a heap snapshot requires memory about twice the size of the heap at - * the time the snapshot is created. This results in the risk of OOM killers - * terminating the process. - * - * Generating a snapshot is a synchronous operation which blocks the event loop - * for a duration depending on the heap size. - * - * ```js - * // Print heap snapshot to the console - * const v8 = require('v8'); - * const stream = v8.getHeapSnapshot(); - * stream.pipe(process.stdout); - * ``` - * @since v11.13.0 - * @return A Readable Stream containing the V8 heap snapshot - */ - function getHeapSnapshot(): Readable; - /** - * Generates a snapshot of the current V8 heap and writes it to a JSON - * file. This file is intended to be used with tools such as Chrome - * DevTools. The JSON schema is undocumented and specific to the V8 - * engine, and may change from one version of V8 to the next. - * - * A heap snapshot is specific to a single V8 isolate. When using `worker threads`, a heap snapshot generated from the main thread will - * not contain any information about the workers, and vice versa. - * - * Creating a heap snapshot requires memory about twice the size of the heap at - * the time the snapshot is created. This results in the risk of OOM killers - * terminating the process. - * - * Generating a snapshot is a synchronous operation which blocks the event loop - * for a duration depending on the heap size. - * - * ```js - * const { writeHeapSnapshot } = require('v8'); - * const { - * Worker, - * isMainThread, - * parentPort - * } = require('worker_threads'); - * - * if (isMainThread) { - * const worker = new Worker(__filename); - * - * worker.once('message', (filename) => { - * console.log(`worker heapdump: ${filename}`); - * // Now get a heapdump for the main thread. - * console.log(`main thread heapdump: ${writeHeapSnapshot()}`); - * }); - * - * // Tell the worker to create a heapdump. - * worker.postMessage('heapdump'); - * } else { - * parentPort.once('message', (message) => { - * if (message === 'heapdump') { - * // Generate a heapdump for the worker - * // and return the filename to the parent. - * parentPort.postMessage(writeHeapSnapshot()); - * } - * }); - * } - * ``` - * @since v11.13.0 - * @param filename The file path where the V8 heap snapshot is to be saved. If not specified, a file name with the pattern `'Heap-${yyyymmdd}-${hhmmss}-${pid}-${thread_id}.heapsnapshot'` will be - * generated, where `{pid}` will be the PID of the Node.js process, `{thread_id}` will be `0` when `writeHeapSnapshot()` is called from the main Node.js thread or the id of a - * worker thread. - * @return The filename where the snapshot was saved. - */ - function writeHeapSnapshot(filename?: string): string; - /** - * Returns an object with the following properties: - * - * ```js - * { - * code_and_metadata_size: 212208, - * bytecode_and_metadata_size: 161368, - * external_script_source_size: 1410794 - * } - * ``` - * @since v12.8.0 - */ - function getHeapCodeStatistics(): HeapCodeStatistics; - /** - * @since v8.0.0 - */ - class Serializer { - /** - * Writes out a header, which includes the serialization format version. - */ - writeHeader(): void; - /** - * Serializes a JavaScript value and adds the serialized representation to the - * internal buffer. - * - * This throws an error if `value` cannot be serialized. - */ - writeValue(val: any): boolean; - /** - * Returns the stored internal buffer. This serializer should not be used once - * the buffer is released. Calling this method results in undefined behavior - * if a previous write has failed. - */ - releaseBuffer(): Buffer; - /** - * Marks an `ArrayBuffer` as having its contents transferred out of band. - * Pass the corresponding `ArrayBuffer` in the deserializing context to `deserializer.transferArrayBuffer()`. - * @param id A 32-bit unsigned integer. - * @param arrayBuffer An `ArrayBuffer` instance. - */ - transferArrayBuffer(id: number, arrayBuffer: ArrayBuffer): void; - /** - * Write a raw 32-bit unsigned integer. - * For use inside of a custom `serializer._writeHostObject()`. - */ - writeUint32(value: number): void; - /** - * Write a raw 64-bit unsigned integer, split into high and low 32-bit parts. - * For use inside of a custom `serializer._writeHostObject()`. - */ - writeUint64(hi: number, lo: number): void; - /** - * Write a JS `number` value. - * For use inside of a custom `serializer._writeHostObject()`. - */ - writeDouble(value: number): void; - /** - * Write raw bytes into the serializer’s internal buffer. The deserializer - * will require a way to compute the length of the buffer. - * For use inside of a custom `serializer._writeHostObject()`. - */ - writeRawBytes(buffer: NodeJS.TypedArray): void; - } - /** - * A subclass of `Serializer` that serializes `TypedArray`(in particular `Buffer`) and `DataView` objects as host objects, and only - * stores the part of their underlying `ArrayBuffer`s that they are referring to. - * @since v8.0.0 - */ - class DefaultSerializer extends Serializer {} - /** - * @since v8.0.0 - */ - class Deserializer { - constructor(data: NodeJS.TypedArray); - /** - * Reads and validates a header (including the format version). - * May, for example, reject an invalid or unsupported wire format. In that case, - * an `Error` is thrown. - */ - readHeader(): boolean; - /** - * Deserializes a JavaScript value from the buffer and returns it. - */ - readValue(): any; - /** - * Marks an `ArrayBuffer` as having its contents transferred out of band. - * Pass the corresponding `ArrayBuffer` in the serializing context to `serializer.transferArrayBuffer()` (or return the `id` from `serializer._getSharedArrayBufferId()` in the case of - * `SharedArrayBuffer`s). - * @param id A 32-bit unsigned integer. - * @param arrayBuffer An `ArrayBuffer` instance. - */ - transferArrayBuffer(id: number, arrayBuffer: ArrayBuffer): void; - /** - * Reads the underlying wire format version. Likely mostly to be useful to - * legacy code reading old wire format versions. May not be called before`.readHeader()`. - */ - getWireFormatVersion(): number; - /** - * Read a raw 32-bit unsigned integer and return it. - * For use inside of a custom `deserializer._readHostObject()`. - */ - readUint32(): number; - /** - * Read a raw 64-bit unsigned integer and return it as an array `[hi, lo]`with two 32-bit unsigned integer entries. - * For use inside of a custom `deserializer._readHostObject()`. - */ - readUint64(): [number, number]; - /** - * Read a JS `number` value. - * For use inside of a custom `deserializer._readHostObject()`. - */ - readDouble(): number; - /** - * Read raw bytes from the deserializer’s internal buffer. The `length` parameter - * must correspond to the length of the buffer that was passed to `serializer.writeRawBytes()`. - * For use inside of a custom `deserializer._readHostObject()`. - */ - readRawBytes(length: number): Buffer; - } - /** - * A subclass of `Deserializer` corresponding to the format written by `DefaultSerializer`. - * @since v8.0.0 - */ - class DefaultDeserializer extends Deserializer {} - /** - * Uses a `DefaultSerializer` to serialize `value` into a buffer. - * - * `ERR_BUFFER_TOO_LARGE` will be thrown when trying to - * serialize a huge object which requires buffer - * larger than `buffer.constants.MAX_LENGTH`. - * @since v8.0.0 - */ - function serialize(value: any): Buffer; - /** - * Uses a `DefaultDeserializer` with default options to read a JS value - * from a buffer. - * @since v8.0.0 - * @param buffer A buffer returned by {@link serialize}. - */ - function deserialize(buffer: NodeJS.TypedArray): any; - /** - * The `v8.takeCoverage()` method allows the user to write the coverage started by `NODE_V8_COVERAGE` to disk on demand. This method can be invoked multiple - * times during the lifetime of the process. Each time the execution counter will - * be reset and a new coverage report will be written to the directory specified - * by `NODE_V8_COVERAGE`. - * - * When the process is about to exit, one last coverage will still be written to - * disk unless {@link stopCoverage} is invoked before the process exits. - * @since v15.1.0, v14.18.0, v12.22.0 - */ - function takeCoverage(): void; - /** - * The `v8.stopCoverage()` method allows the user to stop the coverage collection - * started by `NODE_V8_COVERAGE`, so that V8 can release the execution count - * records and optimize code. This can be used in conjunction with {@link takeCoverage} if the user wants to collect the coverage on demand. - * @since v15.1.0, v14.18.0, v12.22.0 - */ - function stopCoverage(): void; -} -declare module 'node:v8' { - export * from 'v8'; -} diff --git a/software/flow/node_modules/@types/node/ts4.8/vm.d.ts b/software/flow/node_modules/@types/node/ts4.8/vm.d.ts deleted file mode 100755 index c96513a..0000000 --- a/software/flow/node_modules/@types/node/ts4.8/vm.d.ts +++ /dev/null @@ -1,509 +0,0 @@ -/** - * The `vm` module enables compiling and running code within V8 Virtual - * Machine contexts. - * - * **The `vm` module is not a security** - * **mechanism. Do not use it to run untrusted code.** - * - * JavaScript code can be compiled and run immediately or - * compiled, saved, and run later. - * - * A common use case is to run the code in a different V8 Context. This means - * invoked code has a different global object than the invoking code. - * - * One can provide the context by `contextifying` an - * object. The invoked code treats any property in the context like a - * global variable. Any changes to global variables caused by the invoked - * code are reflected in the context object. - * - * ```js - * const vm = require('vm'); - * - * const x = 1; - * - * const context = { x: 2 }; - * vm.createContext(context); // Contextify the object. - * - * const code = 'x += 40; var y = 17;'; - * // `x` and `y` are global variables in the context. - * // Initially, x has the value 2 because that is the value of context.x. - * vm.runInContext(code, context); - * - * console.log(context.x); // 42 - * console.log(context.y); // 17 - * - * console.log(x); // 1; y is not defined. - * ``` - * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/vm.js) - */ -declare module 'vm' { - interface Context extends NodeJS.Dict<any> {} - interface BaseOptions { - /** - * Specifies the filename used in stack traces produced by this script. - * Default: `''`. - */ - filename?: string | undefined; - /** - * Specifies the line number offset that is displayed in stack traces produced by this script. - * Default: `0`. - */ - lineOffset?: number | undefined; - /** - * Specifies the column number offset that is displayed in stack traces produced by this script. - * @default 0 - */ - columnOffset?: number | undefined; - } - interface ScriptOptions extends BaseOptions { - displayErrors?: boolean | undefined; - timeout?: number | undefined; - cachedData?: Buffer | undefined; - /** @deprecated in favor of `script.createCachedData()` */ - produceCachedData?: boolean | undefined; - } - interface RunningScriptOptions extends BaseOptions { - /** - * When `true`, if an `Error` occurs while compiling the `code`, the line of code causing the error is attached to the stack trace. - * Default: `true`. - */ - displayErrors?: boolean | undefined; - /** - * Specifies the number of milliseconds to execute code before terminating execution. - * If execution is terminated, an `Error` will be thrown. This value must be a strictly positive integer. - */ - timeout?: number | undefined; - /** - * If `true`, the execution will be terminated when `SIGINT` (Ctrl+C) is received. - * Existing handlers for the event that have been attached via `process.on('SIGINT')` will be disabled during script execution, but will continue to work after that. - * If execution is terminated, an `Error` will be thrown. - * Default: `false`. - */ - breakOnSigint?: boolean | undefined; - /** - * If set to `afterEvaluate`, microtasks will be run immediately after the script has run. - */ - microtaskMode?: 'afterEvaluate' | undefined; - } - interface CompileFunctionOptions extends BaseOptions { - /** - * Provides an optional data with V8's code cache data for the supplied source. - */ - cachedData?: Buffer | undefined; - /** - * Specifies whether to produce new cache data. - * Default: `false`, - */ - produceCachedData?: boolean | undefined; - /** - * The sandbox/context in which the said function should be compiled in. - */ - parsingContext?: Context | undefined; - /** - * An array containing a collection of context extensions (objects wrapping the current scope) to be applied while compiling - */ - contextExtensions?: Object[] | undefined; - } - interface CreateContextOptions { - /** - * Human-readable name of the newly created context. - * @default 'VM Context i' Where i is an ascending numerical index of the created context. - */ - name?: string | undefined; - /** - * Corresponds to the newly created context for display purposes. - * The origin should be formatted like a `URL`, but with only the scheme, host, and port (if necessary), - * like the value of the `url.origin` property of a URL object. - * Most notably, this string should omit the trailing slash, as that denotes a path. - * @default '' - */ - origin?: string | undefined; - codeGeneration?: - | { - /** - * If set to false any calls to eval or function constructors (Function, GeneratorFunction, etc) - * will throw an EvalError. - * @default true - */ - strings?: boolean | undefined; - /** - * If set to false any attempt to compile a WebAssembly module will throw a WebAssembly.CompileError. - * @default true - */ - wasm?: boolean | undefined; - } - | undefined; - /** - * If set to `afterEvaluate`, microtasks will be run immediately after the script has run. - */ - microtaskMode?: 'afterEvaluate' | undefined; - } - type MeasureMemoryMode = 'summary' | 'detailed'; - interface MeasureMemoryOptions { - /** - * @default 'summary' - */ - mode?: MeasureMemoryMode | undefined; - context?: Context | undefined; - } - interface MemoryMeasurement { - total: { - jsMemoryEstimate: number; - jsMemoryRange: [number, number]; - }; - } - /** - * Instances of the `vm.Script` class contain precompiled scripts that can be - * executed in specific contexts. - * @since v0.3.1 - */ - class Script { - constructor(code: string, options?: ScriptOptions); - /** - * Runs the compiled code contained by the `vm.Script` object within the given`contextifiedObject` and returns the result. Running code does not have access - * to local scope. - * - * The following example compiles code that increments a global variable, sets - * the value of another global variable, then execute the code multiple times. - * The globals are contained in the `context` object. - * - * ```js - * const vm = require('vm'); - * - * const context = { - * animal: 'cat', - * count: 2 - * }; - * - * const script = new vm.Script('count += 1; name = "kitty";'); - * - * vm.createContext(context); - * for (let i = 0; i < 10; ++i) { - * script.runInContext(context); - * } - * - * console.log(context); - * // Prints: { animal: 'cat', count: 12, name: 'kitty' } - * ``` - * - * Using the `timeout` or `breakOnSigint` options will result in new event loops - * and corresponding threads being started, which have a non-zero performance - * overhead. - * @since v0.3.1 - * @param contextifiedObject A `contextified` object as returned by the `vm.createContext()` method. - * @return the result of the very last statement executed in the script. - */ - runInContext(contextifiedObject: Context, options?: RunningScriptOptions): any; - /** - * First contextifies the given `contextObject`, runs the compiled code contained - * by the `vm.Script` object within the created context, and returns the result. - * Running code does not have access to local scope. - * - * The following example compiles code that sets a global variable, then executes - * the code multiple times in different contexts. The globals are set on and - * contained within each individual `context`. - * - * ```js - * const vm = require('vm'); - * - * const script = new vm.Script('globalVar = "set"'); - * - * const contexts = [{}, {}, {}]; - * contexts.forEach((context) => { - * script.runInNewContext(context); - * }); - * - * console.log(contexts); - * // Prints: [{ globalVar: 'set' }, { globalVar: 'set' }, { globalVar: 'set' }] - * ``` - * @since v0.3.1 - * @param contextObject An object that will be `contextified`. If `undefined`, a new object will be created. - * @return the result of the very last statement executed in the script. - */ - runInNewContext(contextObject?: Context, options?: RunningScriptOptions): any; - /** - * Runs the compiled code contained by the `vm.Script` within the context of the - * current `global` object. Running code does not have access to local scope, but _does_ have access to the current `global` object. - * - * The following example compiles code that increments a `global` variable then - * executes that code multiple times: - * - * ```js - * const vm = require('vm'); - * - * global.globalVar = 0; - * - * const script = new vm.Script('globalVar += 1', { filename: 'myfile.vm' }); - * - * for (let i = 0; i < 1000; ++i) { - * script.runInThisContext(); - * } - * - * console.log(globalVar); - * - * // 1000 - * ``` - * @since v0.3.1 - * @return the result of the very last statement executed in the script. - */ - runInThisContext(options?: RunningScriptOptions): any; - /** - * Creates a code cache that can be used with the `Script` constructor's`cachedData` option. Returns a `Buffer`. This method may be called at any - * time and any number of times. - * - * ```js - * const script = new vm.Script(` - * function add(a, b) { - * return a + b; - * } - * - * const x = add(1, 2); - * `); - * - * const cacheWithoutX = script.createCachedData(); - * - * script.runInThisContext(); - * - * const cacheWithX = script.createCachedData(); - * ``` - * @since v10.6.0 - */ - createCachedData(): Buffer; - /** @deprecated in favor of `script.createCachedData()` */ - cachedDataProduced?: boolean | undefined; - cachedDataRejected?: boolean | undefined; - cachedData?: Buffer | undefined; - } - /** - * If given a `contextObject`, the `vm.createContext()` method will `prepare - * that object` so that it can be used in calls to {@link runInContext} or `script.runInContext()`. Inside such scripts, - * the `contextObject` will be the global object, retaining all of its existing - * properties but also having the built-in objects and functions any standard [global object](https://es5.github.io/#x15.1) has. Outside of scripts run by the vm module, global variables - * will remain unchanged. - * - * ```js - * const vm = require('vm'); - * - * global.globalVar = 3; - * - * const context = { globalVar: 1 }; - * vm.createContext(context); - * - * vm.runInContext('globalVar *= 2;', context); - * - * console.log(context); - * // Prints: { globalVar: 2 } - * - * console.log(global.globalVar); - * // Prints: 3 - * ``` - * - * If `contextObject` is omitted (or passed explicitly as `undefined`), a new, - * empty `contextified` object will be returned. - * - * The `vm.createContext()` method is primarily useful for creating a single - * context that can be used to run multiple scripts. For instance, if emulating a - * web browser, the method can be used to create a single context representing a - * window's global object, then run all `<script>` tags together within that - * context. - * - * The provided `name` and `origin` of the context are made visible through the - * Inspector API. - * @since v0.3.1 - * @return contextified object. - */ - function createContext(sandbox?: Context, options?: CreateContextOptions): Context; - /** - * Returns `true` if the given `object` object has been `contextified` using {@link createContext}. - * @since v0.11.7 - */ - function isContext(sandbox: Context): boolean; - /** - * The `vm.runInContext()` method compiles `code`, runs it within the context of - * the `contextifiedObject`, then returns the result. Running code does not have - * access to the local scope. The `contextifiedObject` object _must_ have been - * previously `contextified` using the {@link createContext} method. - * - * If `options` is a string, then it specifies the filename. - * - * The following example compiles and executes different scripts using a single `contextified` object: - * - * ```js - * const vm = require('vm'); - * - * const contextObject = { globalVar: 1 }; - * vm.createContext(contextObject); - * - * for (let i = 0; i < 10; ++i) { - * vm.runInContext('globalVar *= 2;', contextObject); - * } - * console.log(contextObject); - * // Prints: { globalVar: 1024 } - * ``` - * @since v0.3.1 - * @param code The JavaScript code to compile and run. - * @param contextifiedObject The `contextified` object that will be used as the `global` when the `code` is compiled and run. - * @return the result of the very last statement executed in the script. - */ - function runInContext(code: string, contextifiedObject: Context, options?: RunningScriptOptions | string): any; - /** - * The `vm.runInNewContext()` first contextifies the given `contextObject` (or - * creates a new `contextObject` if passed as `undefined`), compiles the `code`, - * runs it within the created context, then returns the result. Running code - * does not have access to the local scope. - * - * If `options` is a string, then it specifies the filename. - * - * The following example compiles and executes code that increments a global - * variable and sets a new one. These globals are contained in the `contextObject`. - * - * ```js - * const vm = require('vm'); - * - * const contextObject = { - * animal: 'cat', - * count: 2 - * }; - * - * vm.runInNewContext('count += 1; name = "kitty"', contextObject); - * console.log(contextObject); - * // Prints: { animal: 'cat', count: 3, name: 'kitty' } - * ``` - * @since v0.3.1 - * @param code The JavaScript code to compile and run. - * @param contextObject An object that will be `contextified`. If `undefined`, a new object will be created. - * @return the result of the very last statement executed in the script. - */ - function runInNewContext(code: string, contextObject?: Context, options?: RunningScriptOptions | string): any; - /** - * `vm.runInThisContext()` compiles `code`, runs it within the context of the - * current `global` and returns the result. Running code does not have access to - * local scope, but does have access to the current `global` object. - * - * If `options` is a string, then it specifies the filename. - * - * The following example illustrates using both `vm.runInThisContext()` and - * the JavaScript [`eval()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/eval) function to run the same code: - * - * ```js - * const vm = require('vm'); - * let localVar = 'initial value'; - * - * const vmResult = vm.runInThisContext('localVar = "vm";'); - * console.log(`vmResult: '${vmResult}', localVar: '${localVar}'`); - * // Prints: vmResult: 'vm', localVar: 'initial value' - * - * const evalResult = eval('localVar = "eval";'); - * console.log(`evalResult: '${evalResult}', localVar: '${localVar}'`); - * // Prints: evalResult: 'eval', localVar: 'eval' - * ``` - * - * Because `vm.runInThisContext()` does not have access to the local scope,`localVar` is unchanged. In contrast, - * [`eval()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/eval) _does_ have access to the - * local scope, so the value `localVar` is changed. In this way`vm.runInThisContext()` is much like an [indirect `eval()` call](https://es5.github.io/#x10.4.2), e.g.`(0,eval)('code')`. - * - * ## Example: Running an HTTP server within a VM - * - * When using either `script.runInThisContext()` or {@link runInThisContext}, the code is executed within the current V8 global - * context. The code passed to this VM context will have its own isolated scope. - * - * In order to run a simple web server using the `http` module the code passed to - * the context must either call `require('http')` on its own, or have a reference - * to the `http` module passed to it. For instance: - * - * ```js - * 'use strict'; - * const vm = require('vm'); - * - * const code = ` - * ((require) => { - * const http = require('http'); - * - * http.createServer((request, response) => { - * response.writeHead(200, { 'Content-Type': 'text/plain' }); - * response.end('Hello World\\n'); - * }).listen(8124); - * - * console.log('Server running at http://127.0.0.1:8124/'); - * })`; - * - * vm.runInThisContext(code)(require); - * ``` - * - * The `require()` in the above case shares the state with the context it is - * passed from. This may introduce risks when untrusted code is executed, e.g. - * altering objects in the context in unwanted ways. - * @since v0.3.1 - * @param code The JavaScript code to compile and run. - * @return the result of the very last statement executed in the script. - */ - function runInThisContext(code: string, options?: RunningScriptOptions | string): any; - /** - * Compiles the given code into the provided context (if no context is - * supplied, the current context is used), and returns it wrapped inside a - * function with the given `params`. - * @since v10.10.0 - * @param code The body of the function to compile. - * @param params An array of strings containing all parameters for the function. - */ - function compileFunction(code: string, params?: ReadonlyArray<string>, options?: CompileFunctionOptions): Function; - /** - * Measure the memory known to V8 and used by all contexts known to the - * current V8 isolate, or the main context. - * - * The format of the object that the returned Promise may resolve with is - * specific to the V8 engine and may change from one version of V8 to the next. - * - * The returned result is different from the statistics returned by`v8.getHeapSpaceStatistics()` in that `vm.measureMemory()` measure the - * memory reachable by each V8 specific contexts in the current instance of - * the V8 engine, while the result of `v8.getHeapSpaceStatistics()` measure - * the memory occupied by each heap space in the current V8 instance. - * - * ```js - * const vm = require('vm'); - * // Measure the memory used by the main context. - * vm.measureMemory({ mode: 'summary' }) - * // This is the same as vm.measureMemory() - * .then((result) => { - * // The current format is: - * // { - * // total: { - * // jsMemoryEstimate: 2418479, jsMemoryRange: [ 2418479, 2745799 ] - * // } - * // } - * console.log(result); - * }); - * - * const context = vm.createContext({ a: 1 }); - * vm.measureMemory({ mode: 'detailed', execution: 'eager' }) - * .then((result) => { - * // Reference the context here so that it won't be GC'ed - * // until the measurement is complete. - * console.log(context.a); - * // { - * // total: { - * // jsMemoryEstimate: 2574732, - * // jsMemoryRange: [ 2574732, 2904372 ] - * // }, - * // current: { - * // jsMemoryEstimate: 2438996, - * // jsMemoryRange: [ 2438996, 2768636 ] - * // }, - * // other: [ - * // { - * // jsMemoryEstimate: 135736, - * // jsMemoryRange: [ 135736, 465376 ] - * // } - * // ] - * // } - * console.log(result); - * }); - * ``` - * @since v13.10.0 - * @experimental - */ - function measureMemory(options?: MeasureMemoryOptions): Promise<MemoryMeasurement>; -} -declare module 'node:vm' { - export * from 'vm'; -} diff --git a/software/flow/node_modules/@types/node/ts4.8/wasi.d.ts b/software/flow/node_modules/@types/node/ts4.8/wasi.d.ts deleted file mode 100755 index d20b66b..0000000 --- a/software/flow/node_modules/@types/node/ts4.8/wasi.d.ts +++ /dev/null @@ -1,158 +0,0 @@ -/** - * The WASI API provides an implementation of the [WebAssembly System Interface](https://wasi.dev/) specification. WASI gives sandboxed WebAssembly applications access to the - * underlying operating system via a collection of POSIX-like functions. - * - * ```js - * import { readFile } from 'fs/promises'; - * import { WASI } from 'wasi'; - * import { argv, env } from 'process'; - * - * const wasi = new WASI({ - * args: argv, - * env, - * preopens: { - * '/sandbox': '/some/real/path/that/wasm/can/access' - * } - * }); - * - * // Some WASI binaries require: - * // const importObject = { wasi_unstable: wasi.wasiImport }; - * const importObject = { wasi_snapshot_preview1: wasi.wasiImport }; - * - * const wasm = await WebAssembly.compile( - * await readFile(new URL('./demo.wasm', import.meta.url)) - * ); - * const instance = await WebAssembly.instantiate(wasm, importObject); - * - * wasi.start(instance); - * ``` - * - * To run the above example, create a new WebAssembly text format file named`demo.wat`: - * - * ```text - * (module - * ;; Import the required fd_write WASI function which will write the given io vectors to stdout - * ;; The function signature for fd_write is: - * ;; (File Descriptor, *iovs, iovs_len, nwritten) -> Returns number of bytes written - * (import "wasi_snapshot_preview1" "fd_write" (func $fd_write (param i32 i32 i32 i32) (result i32))) - * - * (memory 1) - * (export "memory" (memory 0)) - * - * ;; Write 'hello world\n' to memory at an offset of 8 bytes - * ;; Note the trailing newline which is required for the text to appear - * (data (i32.const 8) "hello world\n") - * - * (func $main (export "_start") - * ;; Creating a new io vector within linear memory - * (i32.store (i32.const 0) (i32.const 8)) ;; iov.iov_base - This is a pointer to the start of the 'hello world\n' string - * (i32.store (i32.const 4) (i32.const 12)) ;; iov.iov_len - The length of the 'hello world\n' string - * - * (call $fd_write - * (i32.const 1) ;; file_descriptor - 1 for stdout - * (i32.const 0) ;; *iovs - The pointer to the iov array, which is stored at memory location 0 - * (i32.const 1) ;; iovs_len - We're printing 1 string stored in an iov - so one. - * (i32.const 20) ;; nwritten - A place in memory to store the number of bytes written - * ) - * drop ;; Discard the number of bytes written from the top of the stack - * ) - * ) - * ``` - * - * Use [wabt](https://github.com/WebAssembly/wabt) to compile `.wat` to `.wasm` - * - * ```console - * $ wat2wasm demo.wat - * ``` - * - * The `--experimental-wasi-unstable-preview1` CLI argument is needed for this - * example to run. - * @experimental - * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/wasi.js) - */ -declare module 'wasi' { - interface WASIOptions { - /** - * An array of strings that the WebAssembly application will - * see as command line arguments. The first argument is the virtual path to the - * WASI command itself. - */ - args?: string[] | undefined; - /** - * An object similar to `process.env` that the WebAssembly - * application will see as its environment. - */ - env?: object | undefined; - /** - * This object represents the WebAssembly application's - * sandbox directory structure. The string keys of `preopens` are treated as - * directories within the sandbox. The corresponding values in `preopens` are - * the real paths to those directories on the host machine. - */ - preopens?: NodeJS.Dict<string> | undefined; - /** - * By default, WASI applications terminate the Node.js - * process via the `__wasi_proc_exit()` function. Setting this option to `true` - * causes `wasi.start()` to return the exit code rather than terminate the - * process. - * @default false - */ - returnOnExit?: boolean | undefined; - /** - * The file descriptor used as standard input in the WebAssembly application. - * @default 0 - */ - stdin?: number | undefined; - /** - * The file descriptor used as standard output in the WebAssembly application. - * @default 1 - */ - stdout?: number | undefined; - /** - * The file descriptor used as standard error in the WebAssembly application. - * @default 2 - */ - stderr?: number | undefined; - } - /** - * The `WASI` class provides the WASI system call API and additional convenience - * methods for working with WASI-based applications. Each `WASI` instance - * represents a distinct sandbox environment. For security purposes, each `WASI`instance must have its command-line arguments, environment variables, and - * sandbox directory structure configured explicitly. - * @since v13.3.0, v12.16.0 - */ - class WASI { - constructor(options?: WASIOptions); - /** - * Attempt to begin execution of `instance` as a WASI command by invoking its`_start()` export. If `instance` does not contain a `_start()` export, or if`instance` contains an `_initialize()` - * export, then an exception is thrown. - * - * `start()` requires that `instance` exports a [`WebAssembly.Memory`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly/Memory) named`memory`. If - * `instance` does not have a `memory` export an exception is thrown. - * - * If `start()` is called more than once, an exception is thrown. - * @since v13.3.0, v12.16.0 - */ - start(instance: object): void; // TODO: avoid DOM dependency until WASM moved to own lib. - /** - * Attempt to initialize `instance` as a WASI reactor by invoking its`_initialize()` export, if it is present. If `instance` contains a `_start()`export, then an exception is thrown. - * - * `initialize()` requires that `instance` exports a [`WebAssembly.Memory`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly/Memory) named`memory`. - * If `instance` does not have a `memory` export an exception is thrown. - * - * If `initialize()` is called more than once, an exception is thrown. - * @since v14.6.0, v12.19.0 - */ - initialize(instance: object): void; // TODO: avoid DOM dependency until WASM moved to own lib. - /** - * `wasiImport` is an object that implements the WASI system call API. This object - * should be passed as the `wasi_snapshot_preview1` import during the instantiation - * of a [`WebAssembly.Instance`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly/Instance). - * @since v13.3.0, v12.16.0 - */ - readonly wasiImport: NodeJS.Dict<any>; // TODO: Narrow to DOM types - } -} -declare module 'node:wasi' { - export * from 'wasi'; -} diff --git a/software/flow/node_modules/@types/node/ts4.8/worker_threads.d.ts b/software/flow/node_modules/@types/node/ts4.8/worker_threads.d.ts deleted file mode 100755 index 52f4384..0000000 --- a/software/flow/node_modules/@types/node/ts4.8/worker_threads.d.ts +++ /dev/null @@ -1,689 +0,0 @@ -/** - * The `worker_threads` module enables the use of threads that execute JavaScript - * in parallel. To access it: - * - * ```js - * const worker = require('worker_threads'); - * ``` - * - * Workers (threads) are useful for performing CPU-intensive JavaScript operations. - * They do not help much with I/O-intensive work. The Node.js built-in - * asynchronous I/O operations are more efficient than Workers can be. - * - * Unlike `child_process` or `cluster`, `worker_threads` can share memory. They do - * so by transferring `ArrayBuffer` instances or sharing `SharedArrayBuffer`instances. - * - * ```js - * const { - * Worker, isMainThread, parentPort, workerData - * } = require('worker_threads'); - * - * if (isMainThread) { - * module.exports = function parseJSAsync(script) { - * return new Promise((resolve, reject) => { - * const worker = new Worker(__filename, { - * workerData: script - * }); - * worker.on('message', resolve); - * worker.on('error', reject); - * worker.on('exit', (code) => { - * if (code !== 0) - * reject(new Error(`Worker stopped with exit code ${code}`)); - * }); - * }); - * }; - * } else { - * const { parse } = require('some-js-parsing-library'); - * const script = workerData; - * parentPort.postMessage(parse(script)); - * } - * ``` - * - * The above example spawns a Worker thread for each `parseJSAsync()` call. In - * practice, use a pool of Workers for these kinds of tasks. Otherwise, the - * overhead of creating Workers would likely exceed their benefit. - * - * When implementing a worker pool, use the `AsyncResource` API to inform - * diagnostic tools (e.g. to provide asynchronous stack traces) about the - * correlation between tasks and their outcomes. See `"Using AsyncResource for a Worker thread pool"` in the `async_hooks` documentation for an example implementation. - * - * Worker threads inherit non-process-specific options by default. Refer to `Worker constructor options` to know how to customize worker thread options, - * specifically `argv` and `execArgv` options. - * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/worker_threads.js) - */ -declare module 'worker_threads' { - import { Blob } from 'node:buffer'; - import { Context } from 'node:vm'; - import { EventEmitter } from 'node:events'; - import { EventLoopUtilityFunction } from 'node:perf_hooks'; - import { FileHandle } from 'node:fs/promises'; - import { Readable, Writable } from 'node:stream'; - import { URL } from 'node:url'; - import { X509Certificate } from 'node:crypto'; - const isMainThread: boolean; - const parentPort: null | MessagePort; - const resourceLimits: ResourceLimits; - const SHARE_ENV: unique symbol; - const threadId: number; - const workerData: any; - /** - * Instances of the `worker.MessageChannel` class represent an asynchronous, - * two-way communications channel. - * The `MessageChannel` has no methods of its own. `new MessageChannel()`yields an object with `port1` and `port2` properties, which refer to linked `MessagePort` instances. - * - * ```js - * const { MessageChannel } = require('worker_threads'); - * - * const { port1, port2 } = new MessageChannel(); - * port1.on('message', (message) => console.log('received', message)); - * port2.postMessage({ foo: 'bar' }); - * // Prints: received { foo: 'bar' } from the `port1.on('message')` listener - * ``` - * @since v10.5.0 - */ - class MessageChannel { - readonly port1: MessagePort; - readonly port2: MessagePort; - } - interface WorkerPerformance { - eventLoopUtilization: EventLoopUtilityFunction; - } - type TransferListItem = ArrayBuffer | MessagePort | FileHandle | X509Certificate | Blob; - /** - * Instances of the `worker.MessagePort` class represent one end of an - * asynchronous, two-way communications channel. It can be used to transfer - * structured data, memory regions and other `MessagePort`s between different `Worker` s. - * - * This implementation matches [browser `MessagePort`](https://developer.mozilla.org/en-US/docs/Web/API/MessagePort) s. - * @since v10.5.0 - */ - class MessagePort extends EventEmitter { - /** - * Disables further sending of messages on either side of the connection. - * This method can be called when no further communication will happen over this`MessagePort`. - * - * The `'close' event` is emitted on both `MessagePort` instances that - * are part of the channel. - * @since v10.5.0 - */ - close(): void; - /** - * Sends a JavaScript value to the receiving side of this channel.`value` is transferred in a way which is compatible with - * the [HTML structured clone algorithm](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Structured_clone_algorithm). - * - * In particular, the significant differences to `JSON` are: - * - * * `value` may contain circular references. - * * `value` may contain instances of builtin JS types such as `RegExp`s,`BigInt`s, `Map`s, `Set`s, etc. - * * `value` may contain typed arrays, both using `ArrayBuffer`s - * and `SharedArrayBuffer`s. - * * `value` may contain [`WebAssembly.Module`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly/Module) instances. - * * `value` may not contain native (C++-backed) objects other than: - * - * ```js - * const { MessageChannel } = require('worker_threads'); - * const { port1, port2 } = new MessageChannel(); - * - * port1.on('message', (message) => console.log(message)); - * - * const circularData = {}; - * circularData.foo = circularData; - * // Prints: { foo: [Circular] } - * port2.postMessage(circularData); - * ``` - * - * `transferList` may be a list of [`ArrayBuffer`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer), `MessagePort` and `FileHandle` objects. - * After transferring, they are not usable on the sending side of the channel - * anymore (even if they are not contained in `value`). Unlike with `child processes`, transferring handles such as network sockets is currently - * not supported. - * - * If `value` contains [`SharedArrayBuffer`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/SharedArrayBuffer) instances, those are accessible - * from either thread. They cannot be listed in `transferList`. - * - * `value` may still contain `ArrayBuffer` instances that are not in`transferList`; in that case, the underlying memory is copied rather than moved. - * - * ```js - * const { MessageChannel } = require('worker_threads'); - * const { port1, port2 } = new MessageChannel(); - * - * port1.on('message', (message) => console.log(message)); - * - * const uint8Array = new Uint8Array([ 1, 2, 3, 4 ]); - * // This posts a copy of `uint8Array`: - * port2.postMessage(uint8Array); - * // This does not copy data, but renders `uint8Array` unusable: - * port2.postMessage(uint8Array, [ uint8Array.buffer ]); - * - * // The memory for the `sharedUint8Array` is accessible from both the - * // original and the copy received by `.on('message')`: - * const sharedUint8Array = new Uint8Array(new SharedArrayBuffer(4)); - * port2.postMessage(sharedUint8Array); - * - * // This transfers a freshly created message port to the receiver. - * // This can be used, for example, to create communication channels between - * // multiple `Worker` threads that are children of the same parent thread. - * const otherChannel = new MessageChannel(); - * port2.postMessage({ port: otherChannel.port1 }, [ otherChannel.port1 ]); - * ``` - * - * The message object is cloned immediately, and can be modified after - * posting without having side effects. - * - * For more information on the serialization and deserialization mechanisms - * behind this API, see the `serialization API of the v8 module`. - * @since v10.5.0 - */ - postMessage(value: any, transferList?: ReadonlyArray<TransferListItem>): void; - /** - * Opposite of `unref()`. Calling `ref()` on a previously `unref()`ed port does _not_ let the program exit if it's the only active handle left (the default - * behavior). If the port is `ref()`ed, calling `ref()` again has no effect. - * - * If listeners are attached or removed using `.on('message')`, the port - * is `ref()`ed and `unref()`ed automatically depending on whether - * listeners for the event exist. - * @since v10.5.0 - */ - ref(): void; - /** - * Calling `unref()` on a port allows the thread to exit if this is the only - * active handle in the event system. If the port is already `unref()`ed calling`unref()` again has no effect. - * - * If listeners are attached or removed using `.on('message')`, the port is`ref()`ed and `unref()`ed automatically depending on whether - * listeners for the event exist. - * @since v10.5.0 - */ - unref(): void; - /** - * Starts receiving messages on this `MessagePort`. When using this port - * as an event emitter, this is called automatically once `'message'`listeners are attached. - * - * This method exists for parity with the Web `MessagePort` API. In Node.js, - * it is only useful for ignoring messages when no event listener is present. - * Node.js also diverges in its handling of `.onmessage`. Setting it - * automatically calls `.start()`, but unsetting it lets messages queue up - * until a new handler is set or the port is discarded. - * @since v10.5.0 - */ - start(): void; - addListener(event: 'close', listener: () => void): this; - addListener(event: 'message', listener: (value: any) => void): this; - addListener(event: 'messageerror', listener: (error: Error) => void): this; - addListener(event: string | symbol, listener: (...args: any[]) => void): this; - emit(event: 'close'): boolean; - emit(event: 'message', value: any): boolean; - emit(event: 'messageerror', error: Error): boolean; - emit(event: string | symbol, ...args: any[]): boolean; - on(event: 'close', listener: () => void): this; - on(event: 'message', listener: (value: any) => void): this; - on(event: 'messageerror', listener: (error: Error) => void): this; - on(event: string | symbol, listener: (...args: any[]) => void): this; - once(event: 'close', listener: () => void): this; - once(event: 'message', listener: (value: any) => void): this; - once(event: 'messageerror', listener: (error: Error) => void): this; - once(event: string | symbol, listener: (...args: any[]) => void): this; - prependListener(event: 'close', listener: () => void): this; - prependListener(event: 'message', listener: (value: any) => void): this; - prependListener(event: 'messageerror', listener: (error: Error) => void): this; - prependListener(event: string | symbol, listener: (...args: any[]) => void): this; - prependOnceListener(event: 'close', listener: () => void): this; - prependOnceListener(event: 'message', listener: (value: any) => void): this; - prependOnceListener(event: 'messageerror', listener: (error: Error) => void): this; - prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; - removeListener(event: 'close', listener: () => void): this; - removeListener(event: 'message', listener: (value: any) => void): this; - removeListener(event: 'messageerror', listener: (error: Error) => void): this; - removeListener(event: string | symbol, listener: (...args: any[]) => void): this; - off(event: 'close', listener: () => void): this; - off(event: 'message', listener: (value: any) => void): this; - off(event: 'messageerror', listener: (error: Error) => void): this; - off(event: string | symbol, listener: (...args: any[]) => void): this; - } - interface WorkerOptions { - /** - * List of arguments which would be stringified and appended to - * `process.argv` in the worker. This is mostly similar to the `workerData` - * but the values will be available on the global `process.argv` as if they - * were passed as CLI options to the script. - */ - argv?: any[] | undefined; - env?: NodeJS.Dict<string> | typeof SHARE_ENV | undefined; - eval?: boolean | undefined; - workerData?: any; - stdin?: boolean | undefined; - stdout?: boolean | undefined; - stderr?: boolean | undefined; - execArgv?: string[] | undefined; - resourceLimits?: ResourceLimits | undefined; - /** - * Additional data to send in the first worker message. - */ - transferList?: TransferListItem[] | undefined; - /** - * @default true - */ - trackUnmanagedFds?: boolean | undefined; - } - interface ResourceLimits { - /** - * The maximum size of a heap space for recently created objects. - */ - maxYoungGenerationSizeMb?: number | undefined; - /** - * The maximum size of the main heap in MB. - */ - maxOldGenerationSizeMb?: number | undefined; - /** - * The size of a pre-allocated memory range used for generated code. - */ - codeRangeSizeMb?: number | undefined; - /** - * The default maximum stack size for the thread. Small values may lead to unusable Worker instances. - * @default 4 - */ - stackSizeMb?: number | undefined; - } - /** - * The `Worker` class represents an independent JavaScript execution thread. - * Most Node.js APIs are available inside of it. - * - * Notable differences inside a Worker environment are: - * - * * The `process.stdin`, `process.stdout` and `process.stderr` may be redirected by the parent thread. - * * The `require('worker_threads').isMainThread` property is set to `false`. - * * The `require('worker_threads').parentPort` message port is available. - * * `process.exit()` does not stop the whole program, just the single thread, - * and `process.abort()` is not available. - * * `process.chdir()` and `process` methods that set group or user ids - * are not available. - * * `process.env` is a copy of the parent thread's environment variables, - * unless otherwise specified. Changes to one copy are not visible in other - * threads, and are not visible to native add-ons (unless `worker.SHARE_ENV` is passed as the `env` option to the `Worker` constructor). - * * `process.title` cannot be modified. - * * Signals are not delivered through `process.on('...')`. - * * Execution may stop at any point as a result of `worker.terminate()` being invoked. - * * IPC channels from parent processes are not accessible. - * * The `trace_events` module is not supported. - * * Native add-ons can only be loaded from multiple threads if they fulfill `certain conditions`. - * - * Creating `Worker` instances inside of other `Worker`s is possible. - * - * Like [Web Workers](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API) and the `cluster module`, two-way communication can be - * achieved through inter-thread message passing. Internally, a `Worker` has a - * built-in pair of `MessagePort` s that are already associated with each other - * when the `Worker` is created. While the `MessagePort` object on the parent side - * is not directly exposed, its functionalities are exposed through `worker.postMessage()` and the `worker.on('message')` event - * on the `Worker` object for the parent thread. - * - * To create custom messaging channels (which is encouraged over using the default - * global channel because it facilitates separation of concerns), users can create - * a `MessageChannel` object on either thread and pass one of the`MessagePort`s on that `MessageChannel` to the other thread through a - * pre-existing channel, such as the global one. - * - * See `port.postMessage()` for more information on how messages are passed, - * and what kind of JavaScript values can be successfully transported through - * the thread barrier. - * - * ```js - * const assert = require('assert'); - * const { - * Worker, MessageChannel, MessagePort, isMainThread, parentPort - * } = require('worker_threads'); - * if (isMainThread) { - * const worker = new Worker(__filename); - * const subChannel = new MessageChannel(); - * worker.postMessage({ hereIsYourPort: subChannel.port1 }, [subChannel.port1]); - * subChannel.port2.on('message', (value) => { - * console.log('received:', value); - * }); - * } else { - * parentPort.once('message', (value) => { - * assert(value.hereIsYourPort instanceof MessagePort); - * value.hereIsYourPort.postMessage('the worker is sending this'); - * value.hereIsYourPort.close(); - * }); - * } - * ``` - * @since v10.5.0 - */ - class Worker extends EventEmitter { - /** - * If `stdin: true` was passed to the `Worker` constructor, this is a - * writable stream. The data written to this stream will be made available in - * the worker thread as `process.stdin`. - * @since v10.5.0 - */ - readonly stdin: Writable | null; - /** - * This is a readable stream which contains data written to `process.stdout` inside the worker thread. If `stdout: true` was not passed to the `Worker` constructor, then data is piped to the - * parent thread's `process.stdout` stream. - * @since v10.5.0 - */ - readonly stdout: Readable; - /** - * This is a readable stream which contains data written to `process.stderr` inside the worker thread. If `stderr: true` was not passed to the `Worker` constructor, then data is piped to the - * parent thread's `process.stderr` stream. - * @since v10.5.0 - */ - readonly stderr: Readable; - /** - * An integer identifier for the referenced thread. Inside the worker thread, - * it is available as `require('worker_threads').threadId`. - * This value is unique for each `Worker` instance inside a single process. - * @since v10.5.0 - */ - readonly threadId: number; - /** - * Provides the set of JS engine resource constraints for this Worker thread. - * If the `resourceLimits` option was passed to the `Worker` constructor, - * this matches its values. - * - * If the worker has stopped, the return value is an empty object. - * @since v13.2.0, v12.16.0 - */ - readonly resourceLimits?: ResourceLimits | undefined; - /** - * An object that can be used to query performance information from a worker - * instance. Similar to `perf_hooks.performance`. - * @since v15.1.0, v14.17.0, v12.22.0 - */ - readonly performance: WorkerPerformance; - /** - * @param filename The path to the Worker’s main script or module. - * Must be either an absolute path or a relative path (i.e. relative to the current working directory) starting with ./ or ../, - * or a WHATWG URL object using file: protocol. If options.eval is true, this is a string containing JavaScript code rather than a path. - */ - constructor(filename: string | URL, options?: WorkerOptions); - /** - * Send a message to the worker that is received via `require('worker_threads').parentPort.on('message')`. - * See `port.postMessage()` for more details. - * @since v10.5.0 - */ - postMessage(value: any, transferList?: ReadonlyArray<TransferListItem>): void; - /** - * Opposite of `unref()`, calling `ref()` on a previously `unref()`ed worker does _not_ let the program exit if it's the only active handle left (the default - * behavior). If the worker is `ref()`ed, calling `ref()` again has - * no effect. - * @since v10.5.0 - */ - ref(): void; - /** - * Calling `unref()` on a worker allows the thread to exit if this is the only - * active handle in the event system. If the worker is already `unref()`ed calling`unref()` again has no effect. - * @since v10.5.0 - */ - unref(): void; - /** - * Stop all JavaScript execution in the worker thread as soon as possible. - * Returns a Promise for the exit code that is fulfilled when the `'exit' event` is emitted. - * @since v10.5.0 - */ - terminate(): Promise<number>; - /** - * Returns a readable stream for a V8 snapshot of the current state of the Worker. - * See `v8.getHeapSnapshot()` for more details. - * - * If the Worker thread is no longer running, which may occur before the `'exit' event` is emitted, the returned `Promise` is rejected - * immediately with an `ERR_WORKER_NOT_RUNNING` error. - * @since v13.9.0, v12.17.0 - * @return A promise for a Readable Stream containing a V8 heap snapshot - */ - getHeapSnapshot(): Promise<Readable>; - addListener(event: 'error', listener: (err: Error) => void): this; - addListener(event: 'exit', listener: (exitCode: number) => void): this; - addListener(event: 'message', listener: (value: any) => void): this; - addListener(event: 'messageerror', listener: (error: Error) => void): this; - addListener(event: 'online', listener: () => void): this; - addListener(event: string | symbol, listener: (...args: any[]) => void): this; - emit(event: 'error', err: Error): boolean; - emit(event: 'exit', exitCode: number): boolean; - emit(event: 'message', value: any): boolean; - emit(event: 'messageerror', error: Error): boolean; - emit(event: 'online'): boolean; - emit(event: string | symbol, ...args: any[]): boolean; - on(event: 'error', listener: (err: Error) => void): this; - on(event: 'exit', listener: (exitCode: number) => void): this; - on(event: 'message', listener: (value: any) => void): this; - on(event: 'messageerror', listener: (error: Error) => void): this; - on(event: 'online', listener: () => void): this; - on(event: string | symbol, listener: (...args: any[]) => void): this; - once(event: 'error', listener: (err: Error) => void): this; - once(event: 'exit', listener: (exitCode: number) => void): this; - once(event: 'message', listener: (value: any) => void): this; - once(event: 'messageerror', listener: (error: Error) => void): this; - once(event: 'online', listener: () => void): this; - once(event: string | symbol, listener: (...args: any[]) => void): this; - prependListener(event: 'error', listener: (err: Error) => void): this; - prependListener(event: 'exit', listener: (exitCode: number) => void): this; - prependListener(event: 'message', listener: (value: any) => void): this; - prependListener(event: 'messageerror', listener: (error: Error) => void): this; - prependListener(event: 'online', listener: () => void): this; - prependListener(event: string | symbol, listener: (...args: any[]) => void): this; - prependOnceListener(event: 'error', listener: (err: Error) => void): this; - prependOnceListener(event: 'exit', listener: (exitCode: number) => void): this; - prependOnceListener(event: 'message', listener: (value: any) => void): this; - prependOnceListener(event: 'messageerror', listener: (error: Error) => void): this; - prependOnceListener(event: 'online', listener: () => void): this; - prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; - removeListener(event: 'error', listener: (err: Error) => void): this; - removeListener(event: 'exit', listener: (exitCode: number) => void): this; - removeListener(event: 'message', listener: (value: any) => void): this; - removeListener(event: 'messageerror', listener: (error: Error) => void): this; - removeListener(event: 'online', listener: () => void): this; - removeListener(event: string | symbol, listener: (...args: any[]) => void): this; - off(event: 'error', listener: (err: Error) => void): this; - off(event: 'exit', listener: (exitCode: number) => void): this; - off(event: 'message', listener: (value: any) => void): this; - off(event: 'messageerror', listener: (error: Error) => void): this; - off(event: 'online', listener: () => void): this; - off(event: string | symbol, listener: (...args: any[]) => void): this; - } - interface BroadcastChannel extends NodeJS.RefCounted {} - /** - * Instances of `BroadcastChannel` allow asynchronous one-to-many communication - * with all other `BroadcastChannel` instances bound to the same channel name. - * - * ```js - * 'use strict'; - * - * const { - * isMainThread, - * BroadcastChannel, - * Worker - * } = require('worker_threads'); - * - * const bc = new BroadcastChannel('hello'); - * - * if (isMainThread) { - * let c = 0; - * bc.onmessage = (event) => { - * console.log(event.data); - * if (++c === 10) bc.close(); - * }; - * for (let n = 0; n < 10; n++) - * new Worker(__filename); - * } else { - * bc.postMessage('hello from every worker'); - * bc.close(); - * } - * ``` - * @since v15.4.0 - */ - class BroadcastChannel { - readonly name: string; - /** - * Invoked with a single \`MessageEvent\` argument when a message is received. - * @since v15.4.0 - */ - onmessage: (message: unknown) => void; - /** - * Invoked with a received message cannot be deserialized. - * @since v15.4.0 - */ - onmessageerror: (message: unknown) => void; - constructor(name: string); - /** - * Closes the `BroadcastChannel` connection. - * @since v15.4.0 - */ - close(): void; - /** - * @since v15.4.0 - * @param message Any cloneable JavaScript value. - */ - postMessage(message: unknown): void; - } - /** - * Mark an object as not transferable. If `object` occurs in the transfer list of - * a `port.postMessage()` call, it is ignored. - * - * In particular, this makes sense for objects that can be cloned, rather than - * transferred, and which are used by other objects on the sending side. - * For example, Node.js marks the `ArrayBuffer`s it uses for its `Buffer pool` with this. - * - * This operation cannot be undone. - * - * ```js - * const { MessageChannel, markAsUntransferable } = require('worker_threads'); - * - * const pooledBuffer = new ArrayBuffer(8); - * const typedArray1 = new Uint8Array(pooledBuffer); - * const typedArray2 = new Float64Array(pooledBuffer); - * - * markAsUntransferable(pooledBuffer); - * - * const { port1 } = new MessageChannel(); - * port1.postMessage(typedArray1, [ typedArray1.buffer ]); - * - * // The following line prints the contents of typedArray1 -- it still owns - * // its memory and has been cloned, not transferred. Without - * // `markAsUntransferable()`, this would print an empty Uint8Array. - * // typedArray2 is intact as well. - * console.log(typedArray1); - * console.log(typedArray2); - * ``` - * - * There is no equivalent to this API in browsers. - * @since v14.5.0, v12.19.0 - */ - function markAsUntransferable(object: object): void; - /** - * Transfer a `MessagePort` to a different `vm` Context. The original `port`object is rendered unusable, and the returned `MessagePort` instance - * takes its place. - * - * The returned `MessagePort` is an object in the target context and - * inherits from its global `Object` class. Objects passed to the [`port.onmessage()`](https://developer.mozilla.org/en-US/docs/Web/API/MessagePort/onmessage) listener are also created in the - * target context - * and inherit from its global `Object` class. - * - * However, the created `MessagePort` no longer inherits from [`EventTarget`](https://developer.mozilla.org/en-US/docs/Web/API/EventTarget), and only - * [`port.onmessage()`](https://developer.mozilla.org/en-US/docs/Web/API/MessagePort/onmessage) can be used to receive - * events using it. - * @since v11.13.0 - * @param port The message port to transfer. - * @param contextifiedSandbox A `contextified` object as returned by the `vm.createContext()` method. - */ - function moveMessagePortToContext(port: MessagePort, contextifiedSandbox: Context): MessagePort; - /** - * Receive a single message from a given `MessagePort`. If no message is available,`undefined` is returned, otherwise an object with a single `message` property - * that contains the message payload, corresponding to the oldest message in the`MessagePort`’s queue. - * - * ```js - * const { MessageChannel, receiveMessageOnPort } = require('worker_threads'); - * const { port1, port2 } = new MessageChannel(); - * port1.postMessage({ hello: 'world' }); - * - * console.log(receiveMessageOnPort(port2)); - * // Prints: { message: { hello: 'world' } } - * console.log(receiveMessageOnPort(port2)); - * // Prints: undefined - * ``` - * - * When this function is used, no `'message'` event is emitted and the`onmessage` listener is not invoked. - * @since v12.3.0 - */ - function receiveMessageOnPort(port: MessagePort): - | { - message: any; - } - | undefined; - type Serializable = string | object | number | boolean | bigint; - /** - * Within a worker thread, `worker.getEnvironmentData()` returns a clone - * of data passed to the spawning thread's `worker.setEnvironmentData()`. - * Every new `Worker` receives its own copy of the environment data - * automatically. - * - * ```js - * const { - * Worker, - * isMainThread, - * setEnvironmentData, - * getEnvironmentData, - * } = require('worker_threads'); - * - * if (isMainThread) { - * setEnvironmentData('Hello', 'World!'); - * const worker = new Worker(__filename); - * } else { - * console.log(getEnvironmentData('Hello')); // Prints 'World!'. - * } - * ``` - * @since v15.12.0, v14.18.0 - * @param key Any arbitrary, cloneable JavaScript value that can be used as a {Map} key. - */ - function getEnvironmentData(key: Serializable): Serializable; - /** - * The `worker.setEnvironmentData()` API sets the content of`worker.getEnvironmentData()` in the current thread and all new `Worker`instances spawned from the current context. - * @since v15.12.0, v14.18.0 - * @param key Any arbitrary, cloneable JavaScript value that can be used as a {Map} key. - * @param value Any arbitrary, cloneable JavaScript value that will be cloned and passed automatically to all new `Worker` instances. If `value` is passed as `undefined`, any previously set value - * for the `key` will be deleted. - */ - function setEnvironmentData(key: Serializable, value: Serializable): void; - - import { - BroadcastChannel as _BroadcastChannel, - MessageChannel as _MessageChannel, - MessagePort as _MessagePort, - } from 'worker_threads'; - global { - /** - * `BroadcastChannel` class is a global reference for `require('worker_threads').BroadcastChannel` - * https://nodejs.org/api/globals.html#broadcastchannel - * @since v18.0.0 - */ - var BroadcastChannel: typeof globalThis extends { - onmessage: any; - BroadcastChannel: infer T; - } - ? T - : typeof _BroadcastChannel; - - /** - * `MessageChannel` class is a global reference for `require('worker_threads').MessageChannel` - * https://nodejs.org/api/globals.html#messagechannel - * @since v15.0.0 - */ - var MessageChannel: typeof globalThis extends { - onmessage: any; - MessageChannel: infer T; - } - ? T - : typeof _MessageChannel; - - /** - * `MessagePort` class is a global reference for `require('worker_threads').MessagePort` - * https://nodejs.org/api/globals.html#messageport - * @since v15.0.0 - */ - var MessagePort: typeof globalThis extends { - onmessage: any; - MessagePort: infer T; - } - ? T - : typeof _MessagePort; - } -} -declare module 'node:worker_threads' { - export * from 'worker_threads'; -} diff --git a/software/flow/node_modules/@types/node/ts4.8/zlib.d.ts b/software/flow/node_modules/@types/node/ts4.8/zlib.d.ts deleted file mode 100755 index 1d7f0c0..0000000 --- a/software/flow/node_modules/@types/node/ts4.8/zlib.d.ts +++ /dev/null @@ -1,517 +0,0 @@ -/** - * The `zlib` module provides compression functionality implemented using Gzip, - * Deflate/Inflate, and Brotli. - * - * To access it: - * - * ```js - * const zlib = require('zlib'); - * ``` - * - * Compression and decompression are built around the Node.js `Streams API`. - * - * Compressing or decompressing a stream (such as a file) can be accomplished by - * piping the source stream through a `zlib` `Transform` stream into a destination - * stream: - * - * ```js - * const { createGzip } = require('zlib'); - * const { pipeline } = require('stream'); - * const { - * createReadStream, - * createWriteStream - * } = require('fs'); - * - * const gzip = createGzip(); - * const source = createReadStream('input.txt'); - * const destination = createWriteStream('input.txt.gz'); - * - * pipeline(source, gzip, destination, (err) => { - * if (err) { - * console.error('An error occurred:', err); - * process.exitCode = 1; - * } - * }); - * - * // Or, Promisified - * - * const { promisify } = require('util'); - * const pipe = promisify(pipeline); - * - * async function do_gzip(input, output) { - * const gzip = createGzip(); - * const source = createReadStream(input); - * const destination = createWriteStream(output); - * await pipe(source, gzip, destination); - * } - * - * do_gzip('input.txt', 'input.txt.gz') - * .catch((err) => { - * console.error('An error occurred:', err); - * process.exitCode = 1; - * }); - * ``` - * - * It is also possible to compress or decompress data in a single step: - * - * ```js - * const { deflate, unzip } = require('zlib'); - * - * const input = '.................................'; - * deflate(input, (err, buffer) => { - * if (err) { - * console.error('An error occurred:', err); - * process.exitCode = 1; - * } - * console.log(buffer.toString('base64')); - * }); - * - * const buffer = Buffer.from('eJzT0yMAAGTvBe8=', 'base64'); - * unzip(buffer, (err, buffer) => { - * if (err) { - * console.error('An error occurred:', err); - * process.exitCode = 1; - * } - * console.log(buffer.toString()); - * }); - * - * // Or, Promisified - * - * const { promisify } = require('util'); - * const do_unzip = promisify(unzip); - * - * do_unzip(buffer) - * .then((buf) => console.log(buf.toString())) - * .catch((err) => { - * console.error('An error occurred:', err); - * process.exitCode = 1; - * }); - * ``` - * @since v0.5.8 - * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/zlib.js) - */ -declare module 'zlib' { - import * as stream from 'node:stream'; - interface ZlibOptions { - /** - * @default constants.Z_NO_FLUSH - */ - flush?: number | undefined; - /** - * @default constants.Z_FINISH - */ - finishFlush?: number | undefined; - /** - * @default 16*1024 - */ - chunkSize?: number | undefined; - windowBits?: number | undefined; - level?: number | undefined; // compression only - memLevel?: number | undefined; // compression only - strategy?: number | undefined; // compression only - dictionary?: NodeJS.ArrayBufferView | ArrayBuffer | undefined; // deflate/inflate only, empty dictionary by default - info?: boolean | undefined; - maxOutputLength?: number | undefined; - } - interface BrotliOptions { - /** - * @default constants.BROTLI_OPERATION_PROCESS - */ - flush?: number | undefined; - /** - * @default constants.BROTLI_OPERATION_FINISH - */ - finishFlush?: number | undefined; - /** - * @default 16*1024 - */ - chunkSize?: number | undefined; - params?: - | { - /** - * Each key is a `constants.BROTLI_*` constant. - */ - [key: number]: boolean | number; - } - | undefined; - maxOutputLength?: number | undefined; - } - interface Zlib { - /** @deprecated Use bytesWritten instead. */ - readonly bytesRead: number; - readonly bytesWritten: number; - shell?: boolean | string | undefined; - close(callback?: () => void): void; - flush(kind?: number, callback?: () => void): void; - flush(callback?: () => void): void; - } - interface ZlibParams { - params(level: number, strategy: number, callback: () => void): void; - } - interface ZlibReset { - reset(): void; - } - interface BrotliCompress extends stream.Transform, Zlib {} - interface BrotliDecompress extends stream.Transform, Zlib {} - interface Gzip extends stream.Transform, Zlib {} - interface Gunzip extends stream.Transform, Zlib {} - interface Deflate extends stream.Transform, Zlib, ZlibReset, ZlibParams {} - interface Inflate extends stream.Transform, Zlib, ZlibReset {} - interface DeflateRaw extends stream.Transform, Zlib, ZlibReset, ZlibParams {} - interface InflateRaw extends stream.Transform, Zlib, ZlibReset {} - interface Unzip extends stream.Transform, Zlib {} - /** - * Creates and returns a new `BrotliCompress` object. - * @since v11.7.0, v10.16.0 - */ - function createBrotliCompress(options?: BrotliOptions): BrotliCompress; - /** - * Creates and returns a new `BrotliDecompress` object. - * @since v11.7.0, v10.16.0 - */ - function createBrotliDecompress(options?: BrotliOptions): BrotliDecompress; - /** - * Creates and returns a new `Gzip` object. - * See `example`. - * @since v0.5.8 - */ - function createGzip(options?: ZlibOptions): Gzip; - /** - * Creates and returns a new `Gunzip` object. - * @since v0.5.8 - */ - function createGunzip(options?: ZlibOptions): Gunzip; - /** - * Creates and returns a new `Deflate` object. - * @since v0.5.8 - */ - function createDeflate(options?: ZlibOptions): Deflate; - /** - * Creates and returns a new `Inflate` object. - * @since v0.5.8 - */ - function createInflate(options?: ZlibOptions): Inflate; - /** - * Creates and returns a new `DeflateRaw` object. - * - * An upgrade of zlib from 1.2.8 to 1.2.11 changed behavior when `windowBits`is set to 8 for raw deflate streams. zlib would automatically set `windowBits`to 9 if was initially set to 8\. Newer - * versions of zlib will throw an exception, - * so Node.js restored the original behavior of upgrading a value of 8 to 9, - * since passing `windowBits = 9` to zlib actually results in a compressed stream - * that effectively uses an 8-bit window only. - * @since v0.5.8 - */ - function createDeflateRaw(options?: ZlibOptions): DeflateRaw; - /** - * Creates and returns a new `InflateRaw` object. - * @since v0.5.8 - */ - function createInflateRaw(options?: ZlibOptions): InflateRaw; - /** - * Creates and returns a new `Unzip` object. - * @since v0.5.8 - */ - function createUnzip(options?: ZlibOptions): Unzip; - type InputType = string | ArrayBuffer | NodeJS.ArrayBufferView; - type CompressCallback = (error: Error | null, result: Buffer) => void; - /** - * @since v11.7.0, v10.16.0 - */ - function brotliCompress(buf: InputType, options: BrotliOptions, callback: CompressCallback): void; - function brotliCompress(buf: InputType, callback: CompressCallback): void; - namespace brotliCompress { - function __promisify__(buffer: InputType, options?: BrotliOptions): Promise<Buffer>; - } - /** - * Compress a chunk of data with `BrotliCompress`. - * @since v11.7.0, v10.16.0 - */ - function brotliCompressSync(buf: InputType, options?: BrotliOptions): Buffer; - /** - * @since v11.7.0, v10.16.0 - */ - function brotliDecompress(buf: InputType, options: BrotliOptions, callback: CompressCallback): void; - function brotliDecompress(buf: InputType, callback: CompressCallback): void; - namespace brotliDecompress { - function __promisify__(buffer: InputType, options?: BrotliOptions): Promise<Buffer>; - } - /** - * Decompress a chunk of data with `BrotliDecompress`. - * @since v11.7.0, v10.16.0 - */ - function brotliDecompressSync(buf: InputType, options?: BrotliOptions): Buffer; - /** - * @since v0.6.0 - */ - function deflate(buf: InputType, callback: CompressCallback): void; - function deflate(buf: InputType, options: ZlibOptions, callback: CompressCallback): void; - namespace deflate { - function __promisify__(buffer: InputType, options?: ZlibOptions): Promise<Buffer>; - } - /** - * Compress a chunk of data with `Deflate`. - * @since v0.11.12 - */ - function deflateSync(buf: InputType, options?: ZlibOptions): Buffer; - /** - * @since v0.6.0 - */ - function deflateRaw(buf: InputType, callback: CompressCallback): void; - function deflateRaw(buf: InputType, options: ZlibOptions, callback: CompressCallback): void; - namespace deflateRaw { - function __promisify__(buffer: InputType, options?: ZlibOptions): Promise<Buffer>; - } - /** - * Compress a chunk of data with `DeflateRaw`. - * @since v0.11.12 - */ - function deflateRawSync(buf: InputType, options?: ZlibOptions): Buffer; - /** - * @since v0.6.0 - */ - function gzip(buf: InputType, callback: CompressCallback): void; - function gzip(buf: InputType, options: ZlibOptions, callback: CompressCallback): void; - namespace gzip { - function __promisify__(buffer: InputType, options?: ZlibOptions): Promise<Buffer>; - } - /** - * Compress a chunk of data with `Gzip`. - * @since v0.11.12 - */ - function gzipSync(buf: InputType, options?: ZlibOptions): Buffer; - /** - * @since v0.6.0 - */ - function gunzip(buf: InputType, callback: CompressCallback): void; - function gunzip(buf: InputType, options: ZlibOptions, callback: CompressCallback): void; - namespace gunzip { - function __promisify__(buffer: InputType, options?: ZlibOptions): Promise<Buffer>; - } - /** - * Decompress a chunk of data with `Gunzip`. - * @since v0.11.12 - */ - function gunzipSync(buf: InputType, options?: ZlibOptions): Buffer; - /** - * @since v0.6.0 - */ - function inflate(buf: InputType, callback: CompressCallback): void; - function inflate(buf: InputType, options: ZlibOptions, callback: CompressCallback): void; - namespace inflate { - function __promisify__(buffer: InputType, options?: ZlibOptions): Promise<Buffer>; - } - /** - * Decompress a chunk of data with `Inflate`. - * @since v0.11.12 - */ - function inflateSync(buf: InputType, options?: ZlibOptions): Buffer; - /** - * @since v0.6.0 - */ - function inflateRaw(buf: InputType, callback: CompressCallback): void; - function inflateRaw(buf: InputType, options: ZlibOptions, callback: CompressCallback): void; - namespace inflateRaw { - function __promisify__(buffer: InputType, options?: ZlibOptions): Promise<Buffer>; - } - /** - * Decompress a chunk of data with `InflateRaw`. - * @since v0.11.12 - */ - function inflateRawSync(buf: InputType, options?: ZlibOptions): Buffer; - /** - * @since v0.6.0 - */ - function unzip(buf: InputType, callback: CompressCallback): void; - function unzip(buf: InputType, options: ZlibOptions, callback: CompressCallback): void; - namespace unzip { - function __promisify__(buffer: InputType, options?: ZlibOptions): Promise<Buffer>; - } - /** - * Decompress a chunk of data with `Unzip`. - * @since v0.11.12 - */ - function unzipSync(buf: InputType, options?: ZlibOptions): Buffer; - namespace constants { - const BROTLI_DECODE: number; - const BROTLI_DECODER_ERROR_ALLOC_BLOCK_TYPE_TREES: number; - const BROTLI_DECODER_ERROR_ALLOC_CONTEXT_MAP: number; - const BROTLI_DECODER_ERROR_ALLOC_CONTEXT_MODES: number; - const BROTLI_DECODER_ERROR_ALLOC_RING_BUFFER_1: number; - const BROTLI_DECODER_ERROR_ALLOC_RING_BUFFER_2: number; - const BROTLI_DECODER_ERROR_ALLOC_TREE_GROUPS: number; - const BROTLI_DECODER_ERROR_DICTIONARY_NOT_SET: number; - const BROTLI_DECODER_ERROR_FORMAT_BLOCK_LENGTH_1: number; - const BROTLI_DECODER_ERROR_FORMAT_BLOCK_LENGTH_2: number; - const BROTLI_DECODER_ERROR_FORMAT_CL_SPACE: number; - const BROTLI_DECODER_ERROR_FORMAT_CONTEXT_MAP_REPEAT: number; - const BROTLI_DECODER_ERROR_FORMAT_DICTIONARY: number; - const BROTLI_DECODER_ERROR_FORMAT_DISTANCE: number; - const BROTLI_DECODER_ERROR_FORMAT_EXUBERANT_META_NIBBLE: number; - const BROTLI_DECODER_ERROR_FORMAT_EXUBERANT_NIBBLE: number; - const BROTLI_DECODER_ERROR_FORMAT_HUFFMAN_SPACE: number; - const BROTLI_DECODER_ERROR_FORMAT_PADDING_1: number; - const BROTLI_DECODER_ERROR_FORMAT_PADDING_2: number; - const BROTLI_DECODER_ERROR_FORMAT_RESERVED: number; - const BROTLI_DECODER_ERROR_FORMAT_SIMPLE_HUFFMAN_ALPHABET: number; - const BROTLI_DECODER_ERROR_FORMAT_SIMPLE_HUFFMAN_SAME: number; - const BROTLI_DECODER_ERROR_FORMAT_TRANSFORM: number; - const BROTLI_DECODER_ERROR_FORMAT_WINDOW_BITS: number; - const BROTLI_DECODER_ERROR_INVALID_ARGUMENTS: number; - const BROTLI_DECODER_ERROR_UNREACHABLE: number; - const BROTLI_DECODER_NEEDS_MORE_INPUT: number; - const BROTLI_DECODER_NEEDS_MORE_OUTPUT: number; - const BROTLI_DECODER_NO_ERROR: number; - const BROTLI_DECODER_PARAM_DISABLE_RING_BUFFER_REALLOCATION: number; - const BROTLI_DECODER_PARAM_LARGE_WINDOW: number; - const BROTLI_DECODER_RESULT_ERROR: number; - const BROTLI_DECODER_RESULT_NEEDS_MORE_INPUT: number; - const BROTLI_DECODER_RESULT_NEEDS_MORE_OUTPUT: number; - const BROTLI_DECODER_RESULT_SUCCESS: number; - const BROTLI_DECODER_SUCCESS: number; - const BROTLI_DEFAULT_MODE: number; - const BROTLI_DEFAULT_QUALITY: number; - const BROTLI_DEFAULT_WINDOW: number; - const BROTLI_ENCODE: number; - const BROTLI_LARGE_MAX_WINDOW_BITS: number; - const BROTLI_MAX_INPUT_BLOCK_BITS: number; - const BROTLI_MAX_QUALITY: number; - const BROTLI_MAX_WINDOW_BITS: number; - const BROTLI_MIN_INPUT_BLOCK_BITS: number; - const BROTLI_MIN_QUALITY: number; - const BROTLI_MIN_WINDOW_BITS: number; - const BROTLI_MODE_FONT: number; - const BROTLI_MODE_GENERIC: number; - const BROTLI_MODE_TEXT: number; - const BROTLI_OPERATION_EMIT_METADATA: number; - const BROTLI_OPERATION_FINISH: number; - const BROTLI_OPERATION_FLUSH: number; - const BROTLI_OPERATION_PROCESS: number; - const BROTLI_PARAM_DISABLE_LITERAL_CONTEXT_MODELING: number; - const BROTLI_PARAM_LARGE_WINDOW: number; - const BROTLI_PARAM_LGBLOCK: number; - const BROTLI_PARAM_LGWIN: number; - const BROTLI_PARAM_MODE: number; - const BROTLI_PARAM_NDIRECT: number; - const BROTLI_PARAM_NPOSTFIX: number; - const BROTLI_PARAM_QUALITY: number; - const BROTLI_PARAM_SIZE_HINT: number; - const DEFLATE: number; - const DEFLATERAW: number; - const GUNZIP: number; - const GZIP: number; - const INFLATE: number; - const INFLATERAW: number; - const UNZIP: number; - // Allowed flush values. - const Z_NO_FLUSH: number; - const Z_PARTIAL_FLUSH: number; - const Z_SYNC_FLUSH: number; - const Z_FULL_FLUSH: number; - const Z_FINISH: number; - const Z_BLOCK: number; - const Z_TREES: number; - // Return codes for the compression/decompression functions. - // Negative values are errors, positive values are used for special but normal events. - const Z_OK: number; - const Z_STREAM_END: number; - const Z_NEED_DICT: number; - const Z_ERRNO: number; - const Z_STREAM_ERROR: number; - const Z_DATA_ERROR: number; - const Z_MEM_ERROR: number; - const Z_BUF_ERROR: number; - const Z_VERSION_ERROR: number; - // Compression levels. - const Z_NO_COMPRESSION: number; - const Z_BEST_SPEED: number; - const Z_BEST_COMPRESSION: number; - const Z_DEFAULT_COMPRESSION: number; - // Compression strategy. - const Z_FILTERED: number; - const Z_HUFFMAN_ONLY: number; - const Z_RLE: number; - const Z_FIXED: number; - const Z_DEFAULT_STRATEGY: number; - const Z_DEFAULT_WINDOWBITS: number; - const Z_MIN_WINDOWBITS: number; - const Z_MAX_WINDOWBITS: number; - const Z_MIN_CHUNK: number; - const Z_MAX_CHUNK: number; - const Z_DEFAULT_CHUNK: number; - const Z_MIN_MEMLEVEL: number; - const Z_MAX_MEMLEVEL: number; - const Z_DEFAULT_MEMLEVEL: number; - const Z_MIN_LEVEL: number; - const Z_MAX_LEVEL: number; - const Z_DEFAULT_LEVEL: number; - const ZLIB_VERNUM: number; - } - // Allowed flush values. - /** @deprecated Use `constants.Z_NO_FLUSH` */ - const Z_NO_FLUSH: number; - /** @deprecated Use `constants.Z_PARTIAL_FLUSH` */ - const Z_PARTIAL_FLUSH: number; - /** @deprecated Use `constants.Z_SYNC_FLUSH` */ - const Z_SYNC_FLUSH: number; - /** @deprecated Use `constants.Z_FULL_FLUSH` */ - const Z_FULL_FLUSH: number; - /** @deprecated Use `constants.Z_FINISH` */ - const Z_FINISH: number; - /** @deprecated Use `constants.Z_BLOCK` */ - const Z_BLOCK: number; - /** @deprecated Use `constants.Z_TREES` */ - const Z_TREES: number; - // Return codes for the compression/decompression functions. - // Negative values are errors, positive values are used for special but normal events. - /** @deprecated Use `constants.Z_OK` */ - const Z_OK: number; - /** @deprecated Use `constants.Z_STREAM_END` */ - const Z_STREAM_END: number; - /** @deprecated Use `constants.Z_NEED_DICT` */ - const Z_NEED_DICT: number; - /** @deprecated Use `constants.Z_ERRNO` */ - const Z_ERRNO: number; - /** @deprecated Use `constants.Z_STREAM_ERROR` */ - const Z_STREAM_ERROR: number; - /** @deprecated Use `constants.Z_DATA_ERROR` */ - const Z_DATA_ERROR: number; - /** @deprecated Use `constants.Z_MEM_ERROR` */ - const Z_MEM_ERROR: number; - /** @deprecated Use `constants.Z_BUF_ERROR` */ - const Z_BUF_ERROR: number; - /** @deprecated Use `constants.Z_VERSION_ERROR` */ - const Z_VERSION_ERROR: number; - // Compression levels. - /** @deprecated Use `constants.Z_NO_COMPRESSION` */ - const Z_NO_COMPRESSION: number; - /** @deprecated Use `constants.Z_BEST_SPEED` */ - const Z_BEST_SPEED: number; - /** @deprecated Use `constants.Z_BEST_COMPRESSION` */ - const Z_BEST_COMPRESSION: number; - /** @deprecated Use `constants.Z_DEFAULT_COMPRESSION` */ - const Z_DEFAULT_COMPRESSION: number; - // Compression strategy. - /** @deprecated Use `constants.Z_FILTERED` */ - const Z_FILTERED: number; - /** @deprecated Use `constants.Z_HUFFMAN_ONLY` */ - const Z_HUFFMAN_ONLY: number; - /** @deprecated Use `constants.Z_RLE` */ - const Z_RLE: number; - /** @deprecated Use `constants.Z_FIXED` */ - const Z_FIXED: number; - /** @deprecated Use `constants.Z_DEFAULT_STRATEGY` */ - const Z_DEFAULT_STRATEGY: number; - /** @deprecated */ - const Z_BINARY: number; - /** @deprecated */ - const Z_TEXT: number; - /** @deprecated */ - const Z_ASCII: number; - /** @deprecated */ - const Z_UNKNOWN: number; - /** @deprecated */ - const Z_DEFLATED: number; -} -declare module 'node:zlib' { - export * from 'zlib'; -} diff --git a/software/flow/node_modules/@types/node/tty.d.ts b/software/flow/node_modules/@types/node/tty.d.ts deleted file mode 100755 index 6473f8d..0000000 --- a/software/flow/node_modules/@types/node/tty.d.ts +++ /dev/null @@ -1,206 +0,0 @@ -/** - * The `tty` module provides the `tty.ReadStream` and `tty.WriteStream` classes. - * In most cases, it will not be necessary or possible to use this module directly. - * However, it can be accessed using: - * - * ```js - * const tty = require('tty'); - * ``` - * - * When Node.js detects that it is being run with a text terminal ("TTY") - * attached, `process.stdin` will, by default, be initialized as an instance of`tty.ReadStream` and both `process.stdout` and `process.stderr` will, by - * default, be instances of `tty.WriteStream`. The preferred method of determining - * whether Node.js is being run within a TTY context is to check that the value of - * the `process.stdout.isTTY` property is `true`: - * - * ```console - * $ node -p -e "Boolean(process.stdout.isTTY)" - * true - * $ node -p -e "Boolean(process.stdout.isTTY)" | cat - * false - * ``` - * - * In most cases, there should be little to no reason for an application to - * manually create instances of the `tty.ReadStream` and `tty.WriteStream`classes. - * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/tty.js) - */ -declare module 'tty' { - import * as net from 'node:net'; - /** - * The `tty.isatty()` method returns `true` if the given `fd` is associated with - * a TTY and `false` if it is not, including whenever `fd` is not a non-negative - * integer. - * @since v0.5.8 - * @param fd A numeric file descriptor - */ - function isatty(fd: number): boolean; - /** - * Represents the readable side of a TTY. In normal circumstances `process.stdin` will be the only `tty.ReadStream` instance in a Node.js - * process and there should be no reason to create additional instances. - * @since v0.5.8 - */ - class ReadStream extends net.Socket { - constructor(fd: number, options?: net.SocketConstructorOpts); - /** - * A `boolean` that is `true` if the TTY is currently configured to operate as a - * raw device. Defaults to `false`. - * @since v0.7.7 - */ - isRaw: boolean; - /** - * Allows configuration of `tty.ReadStream` so that it operates as a raw device. - * - * When in raw mode, input is always available character-by-character, not - * including modifiers. Additionally, all special processing of characters by the - * terminal is disabled, including echoing input - * characters. Ctrl+C will no longer cause a `SIGINT` when - * in this mode. - * @since v0.7.7 - * @param mode If `true`, configures the `tty.ReadStream` to operate as a raw device. If `false`, configures the `tty.ReadStream` to operate in its default mode. The `readStream.isRaw` - * property will be set to the resulting mode. - * @return The read stream instance. - */ - setRawMode(mode: boolean): this; - /** - * A `boolean` that is always `true` for `tty.ReadStream` instances. - * @since v0.5.8 - */ - isTTY: boolean; - } - /** - * -1 - to the left from cursor - * 0 - the entire line - * 1 - to the right from cursor - */ - type Direction = -1 | 0 | 1; - /** - * Represents the writable side of a TTY. In normal circumstances,`process.stdout` and `process.stderr` will be the only`tty.WriteStream` instances created for a Node.js process and there - * should be no reason to create additional instances. - * @since v0.5.8 - */ - class WriteStream extends net.Socket { - constructor(fd: number); - addListener(event: string, listener: (...args: any[]) => void): this; - addListener(event: 'resize', listener: () => void): this; - emit(event: string | symbol, ...args: any[]): boolean; - emit(event: 'resize'): boolean; - on(event: string, listener: (...args: any[]) => void): this; - on(event: 'resize', listener: () => void): this; - once(event: string, listener: (...args: any[]) => void): this; - once(event: 'resize', listener: () => void): this; - prependListener(event: string, listener: (...args: any[]) => void): this; - prependListener(event: 'resize', listener: () => void): this; - prependOnceListener(event: string, listener: (...args: any[]) => void): this; - prependOnceListener(event: 'resize', listener: () => void): this; - /** - * `writeStream.clearLine()` clears the current line of this `WriteStream` in a - * direction identified by `dir`. - * @since v0.7.7 - * @param callback Invoked once the operation completes. - * @return `false` if the stream wishes for the calling code to wait for the `'drain'` event to be emitted before continuing to write additional data; otherwise `true`. - */ - clearLine(dir: Direction, callback?: () => void): boolean; - /** - * `writeStream.clearScreenDown()` clears this `WriteStream` from the current - * cursor down. - * @since v0.7.7 - * @param callback Invoked once the operation completes. - * @return `false` if the stream wishes for the calling code to wait for the `'drain'` event to be emitted before continuing to write additional data; otherwise `true`. - */ - clearScreenDown(callback?: () => void): boolean; - /** - * `writeStream.cursorTo()` moves this `WriteStream`'s cursor to the specified - * position. - * @since v0.7.7 - * @param callback Invoked once the operation completes. - * @return `false` if the stream wishes for the calling code to wait for the `'drain'` event to be emitted before continuing to write additional data; otherwise `true`. - */ - cursorTo(x: number, y?: number, callback?: () => void): boolean; - cursorTo(x: number, callback: () => void): boolean; - /** - * `writeStream.moveCursor()` moves this `WriteStream`'s cursor _relative_ to its - * current position. - * @since v0.7.7 - * @param callback Invoked once the operation completes. - * @return `false` if the stream wishes for the calling code to wait for the `'drain'` event to be emitted before continuing to write additional data; otherwise `true`. - */ - moveCursor(dx: number, dy: number, callback?: () => void): boolean; - /** - * Returns: - * - * * `1` for 2, - * * `4` for 16, - * * `8` for 256, - * * `24` for 16,777,216 colors supported. - * - * Use this to determine what colors the terminal supports. Due to the nature of - * colors in terminals it is possible to either have false positives or false - * negatives. It depends on process information and the environment variables that - * may lie about what terminal is used. - * It is possible to pass in an `env` object to simulate the usage of a specific - * terminal. This can be useful to check how specific environment settings behave. - * - * To enforce a specific color support, use one of the below environment settings. - * - * * 2 colors: `FORCE_COLOR = 0` (Disables colors) - * * 16 colors: `FORCE_COLOR = 1` - * * 256 colors: `FORCE_COLOR = 2` - * * 16,777,216 colors: `FORCE_COLOR = 3` - * - * Disabling color support is also possible by using the `NO_COLOR` and`NODE_DISABLE_COLORS` environment variables. - * @since v9.9.0 - * @param [env=process.env] An object containing the environment variables to check. This enables simulating the usage of a specific terminal. - */ - getColorDepth(env?: object): number; - /** - * Returns `true` if the `writeStream` supports at least as many colors as provided - * in `count`. Minimum support is 2 (black and white). - * - * This has the same false positives and negatives as described in `writeStream.getColorDepth()`. - * - * ```js - * process.stdout.hasColors(); - * // Returns true or false depending on if `stdout` supports at least 16 colors. - * process.stdout.hasColors(256); - * // Returns true or false depending on if `stdout` supports at least 256 colors. - * process.stdout.hasColors({ TMUX: '1' }); - * // Returns true. - * process.stdout.hasColors(2 ** 24, { TMUX: '1' }); - * // Returns false (the environment setting pretends to support 2 ** 8 colors). - * ``` - * @since v11.13.0, v10.16.0 - * @param [count=16] The number of colors that are requested (minimum 2). - * @param [env=process.env] An object containing the environment variables to check. This enables simulating the usage of a specific terminal. - */ - hasColors(count?: number): boolean; - hasColors(env?: object): boolean; - hasColors(count: number, env?: object): boolean; - /** - * `writeStream.getWindowSize()` returns the size of the TTY - * corresponding to this `WriteStream`. The array is of the type`[numColumns, numRows]` where `numColumns` and `numRows` represent the number - * of columns and rows in the corresponding TTY. - * @since v0.7.7 - */ - getWindowSize(): [number, number]; - /** - * A `number` specifying the number of columns the TTY currently has. This property - * is updated whenever the `'resize'` event is emitted. - * @since v0.7.7 - */ - columns: number; - /** - * A `number` specifying the number of rows the TTY currently has. This property - * is updated whenever the `'resize'` event is emitted. - * @since v0.7.7 - */ - rows: number; - /** - * A `boolean` that is always `true`. - * @since v0.5.8 - */ - isTTY: boolean; - } -} -declare module 'node:tty' { - export * from 'tty'; -} diff --git a/software/flow/node_modules/@types/node/url.d.ts b/software/flow/node_modules/@types/node/url.d.ts deleted file mode 100755 index e172acb..0000000 --- a/software/flow/node_modules/@types/node/url.d.ts +++ /dev/null @@ -1,897 +0,0 @@ -/** - * The `url` module provides utilities for URL resolution and parsing. It can be - * accessed using: - * - * ```js - * import url from 'url'; - * ``` - * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/url.js) - */ -declare module 'url' { - import { Blob as NodeBlob } from 'node:buffer'; - import { ClientRequestArgs } from 'node:http'; - import { ParsedUrlQuery, ParsedUrlQueryInput } from 'node:querystring'; - // Input to `url.format` - interface UrlObject { - auth?: string | null | undefined; - hash?: string | null | undefined; - host?: string | null | undefined; - hostname?: string | null | undefined; - href?: string | null | undefined; - pathname?: string | null | undefined; - protocol?: string | null | undefined; - search?: string | null | undefined; - slashes?: boolean | null | undefined; - port?: string | number | null | undefined; - query?: string | null | ParsedUrlQueryInput | undefined; - } - // Output of `url.parse` - interface Url { - auth: string | null; - hash: string | null; - host: string | null; - hostname: string | null; - href: string; - path: string | null; - pathname: string | null; - protocol: string | null; - search: string | null; - slashes: boolean | null; - port: string | null; - query: string | null | ParsedUrlQuery; - } - interface UrlWithParsedQuery extends Url { - query: ParsedUrlQuery; - } - interface UrlWithStringQuery extends Url { - query: string | null; - } - /** - * The `url.parse()` method takes a URL string, parses it, and returns a URL - * object. - * - * A `TypeError` is thrown if `urlString` is not a string. - * - * A `URIError` is thrown if the `auth` property is present but cannot be decoded. - * - * Use of the legacy `url.parse()` method is discouraged. Users should - * use the WHATWG `URL` API. Because the `url.parse()` method uses a - * lenient, non-standard algorithm for parsing URL strings, security - * issues can be introduced. Specifically, issues with [host name spoofing](https://hackerone.com/reports/678487) and - * incorrect handling of usernames and passwords have been identified. - * - * Deprecation of this API has been shelved for now primarily due to the the - * inability of the [WHATWG API to parse relative URLs](https://github.com/nodejs/node/issues/12682#issuecomment-1154492373). - * [Discussions are ongoing](https://github.com/whatwg/url/issues/531) for the best way to resolve this. - * - * @since v0.1.25 - * @param urlString The URL string to parse. - * @param [parseQueryString=false] If `true`, the `query` property will always be set to an object returned by the {@link querystring} module's `parse()` method. If `false`, the `query` property - * on the returned URL object will be an unparsed, undecoded string. - * @param [slashesDenoteHost=false] If `true`, the first token after the literal string `//` and preceding the next `/` will be interpreted as the `host`. For instance, given `//foo/bar`, the - * result would be `{host: 'foo', pathname: '/bar'}` rather than `{pathname: '//foo/bar'}`. - */ - function parse(urlString: string): UrlWithStringQuery; - function parse(urlString: string, parseQueryString: false | undefined, slashesDenoteHost?: boolean): UrlWithStringQuery; - function parse(urlString: string, parseQueryString: true, slashesDenoteHost?: boolean): UrlWithParsedQuery; - function parse(urlString: string, parseQueryString: boolean, slashesDenoteHost?: boolean): Url; - /** - * The `url.format()` method returns a formatted URL string derived from`urlObject`. - * - * ```js - * const url = require('url'); - * url.format({ - * protocol: 'https', - * hostname: 'example.com', - * pathname: '/some/path', - * query: { - * page: 1, - * format: 'json' - * } - * }); - * - * // => 'https://example.com/some/path?page=1&#x26;format=json' - * ``` - * - * If `urlObject` is not an object or a string, `url.format()` will throw a `TypeError`. - * - * The formatting process operates as follows: - * - * * A new empty string `result` is created. - * * If `urlObject.protocol` is a string, it is appended as-is to `result`. - * * Otherwise, if `urlObject.protocol` is not `undefined` and is not a string, an `Error` is thrown. - * * For all string values of `urlObject.protocol` that _do not end_ with an ASCII - * colon (`:`) character, the literal string `:` will be appended to `result`. - * * If either of the following conditions is true, then the literal string `//`will be appended to `result`: - * * `urlObject.slashes` property is true; - * * `urlObject.protocol` begins with `http`, `https`, `ftp`, `gopher`, or`file`; - * * If the value of the `urlObject.auth` property is truthy, and either`urlObject.host` or `urlObject.hostname` are not `undefined`, the value of`urlObject.auth` will be coerced into a string - * and appended to `result`followed by the literal string `@`. - * * If the `urlObject.host` property is `undefined` then: - * * If the `urlObject.hostname` is a string, it is appended to `result`. - * * Otherwise, if `urlObject.hostname` is not `undefined` and is not a string, - * an `Error` is thrown. - * * If the `urlObject.port` property value is truthy, and `urlObject.hostname`is not `undefined`: - * * The literal string `:` is appended to `result`, and - * * The value of `urlObject.port` is coerced to a string and appended to`result`. - * * Otherwise, if the `urlObject.host` property value is truthy, the value of`urlObject.host` is coerced to a string and appended to `result`. - * * If the `urlObject.pathname` property is a string that is not an empty string: - * * If the `urlObject.pathname`_does not start_ with an ASCII forward slash - * (`/`), then the literal string `'/'` is appended to `result`. - * * The value of `urlObject.pathname` is appended to `result`. - * * Otherwise, if `urlObject.pathname` is not `undefined` and is not a string, an `Error` is thrown. - * * If the `urlObject.search` property is `undefined` and if the `urlObject.query`property is an `Object`, the literal string `?` is appended to `result`followed by the output of calling the - * `querystring` module's `stringify()`method passing the value of `urlObject.query`. - * * Otherwise, if `urlObject.search` is a string: - * * If the value of `urlObject.search`_does not start_ with the ASCII question - * mark (`?`) character, the literal string `?` is appended to `result`. - * * The value of `urlObject.search` is appended to `result`. - * * Otherwise, if `urlObject.search` is not `undefined` and is not a string, an `Error` is thrown. - * * If the `urlObject.hash` property is a string: - * * If the value of `urlObject.hash`_does not start_ with the ASCII hash (`#`) - * character, the literal string `#` is appended to `result`. - * * The value of `urlObject.hash` is appended to `result`. - * * Otherwise, if the `urlObject.hash` property is not `undefined` and is not a - * string, an `Error` is thrown. - * * `result` is returned. - * @since v0.1.25 - * @deprecated Legacy: Use the WHATWG URL API instead. - * @param urlObject A URL object (as returned by `url.parse()` or constructed otherwise). If a string, it is converted to an object by passing it to `url.parse()`. - */ - function format(urlObject: URL, options?: URLFormatOptions): string; - /** - * The `url.format()` method returns a formatted URL string derived from`urlObject`. - * - * ```js - * const url = require('url'); - * url.format({ - * protocol: 'https', - * hostname: 'example.com', - * pathname: '/some/path', - * query: { - * page: 1, - * format: 'json' - * } - * }); - * - * // => 'https://example.com/some/path?page=1&#x26;format=json' - * ``` - * - * If `urlObject` is not an object or a string, `url.format()` will throw a `TypeError`. - * - * The formatting process operates as follows: - * - * * A new empty string `result` is created. - * * If `urlObject.protocol` is a string, it is appended as-is to `result`. - * * Otherwise, if `urlObject.protocol` is not `undefined` and is not a string, an `Error` is thrown. - * * For all string values of `urlObject.protocol` that _do not end_ with an ASCII - * colon (`:`) character, the literal string `:` will be appended to `result`. - * * If either of the following conditions is true, then the literal string `//`will be appended to `result`: - * * `urlObject.slashes` property is true; - * * `urlObject.protocol` begins with `http`, `https`, `ftp`, `gopher`, or`file`; - * * If the value of the `urlObject.auth` property is truthy, and either`urlObject.host` or `urlObject.hostname` are not `undefined`, the value of`urlObject.auth` will be coerced into a string - * and appended to `result`followed by the literal string `@`. - * * If the `urlObject.host` property is `undefined` then: - * * If the `urlObject.hostname` is a string, it is appended to `result`. - * * Otherwise, if `urlObject.hostname` is not `undefined` and is not a string, - * an `Error` is thrown. - * * If the `urlObject.port` property value is truthy, and `urlObject.hostname`is not `undefined`: - * * The literal string `:` is appended to `result`, and - * * The value of `urlObject.port` is coerced to a string and appended to`result`. - * * Otherwise, if the `urlObject.host` property value is truthy, the value of`urlObject.host` is coerced to a string and appended to `result`. - * * If the `urlObject.pathname` property is a string that is not an empty string: - * * If the `urlObject.pathname`_does not start_ with an ASCII forward slash - * (`/`), then the literal string `'/'` is appended to `result`. - * * The value of `urlObject.pathname` is appended to `result`. - * * Otherwise, if `urlObject.pathname` is not `undefined` and is not a string, an `Error` is thrown. - * * If the `urlObject.search` property is `undefined` and if the `urlObject.query`property is an `Object`, the literal string `?` is appended to `result`followed by the output of calling the - * `querystring` module's `stringify()`method passing the value of `urlObject.query`. - * * Otherwise, if `urlObject.search` is a string: - * * If the value of `urlObject.search`_does not start_ with the ASCII question - * mark (`?`) character, the literal string `?` is appended to `result`. - * * The value of `urlObject.search` is appended to `result`. - * * Otherwise, if `urlObject.search` is not `undefined` and is not a string, an `Error` is thrown. - * * If the `urlObject.hash` property is a string: - * * If the value of `urlObject.hash`_does not start_ with the ASCII hash (`#`) - * character, the literal string `#` is appended to `result`. - * * The value of `urlObject.hash` is appended to `result`. - * * Otherwise, if the `urlObject.hash` property is not `undefined` and is not a - * string, an `Error` is thrown. - * * `result` is returned. - * @since v0.1.25 - * @deprecated Legacy: Use the WHATWG URL API instead. - * @param urlObject A URL object (as returned by `url.parse()` or constructed otherwise). If a string, it is converted to an object by passing it to `url.parse()`. - */ - function format(urlObject: UrlObject | string): string; - /** - * The `url.resolve()` method resolves a target URL relative to a base URL in a - * manner similar to that of a web browser resolving an anchor tag. - * - * ```js - * const url = require('url'); - * url.resolve('/one/two/three', 'four'); // '/one/two/four' - * url.resolve('http://example.com/', '/one'); // 'http://example.com/one' - * url.resolve('http://example.com/one', '/two'); // 'http://example.com/two' - * ``` - * - * To achieve the same result using the WHATWG URL API: - * - * ```js - * function resolve(from, to) { - * const resolvedUrl = new URL(to, new URL(from, 'resolve://')); - * if (resolvedUrl.protocol === 'resolve:') { - * // `from` is a relative URL. - * const { pathname, search, hash } = resolvedUrl; - * return pathname + search + hash; - * } - * return resolvedUrl.toString(); - * } - * - * resolve('/one/two/three', 'four'); // '/one/two/four' - * resolve('http://example.com/', '/one'); // 'http://example.com/one' - * resolve('http://example.com/one', '/two'); // 'http://example.com/two' - * ``` - * @since v0.1.25 - * @deprecated Legacy: Use the WHATWG URL API instead. - * @param from The base URL to use if `to` is a relative URL. - * @param to The target URL to resolve. - */ - function resolve(from: string, to: string): string; - /** - * Returns the [Punycode](https://tools.ietf.org/html/rfc5891#section-4.4) ASCII serialization of the `domain`. If `domain` is an - * invalid domain, the empty string is returned. - * - * It performs the inverse operation to {@link domainToUnicode}. - * - * This feature is only available if the `node` executable was compiled with `ICU` enabled. If not, the domain names are passed through unchanged. - * - * ```js - * import url from 'url'; - * - * console.log(url.domainToASCII('español.com')); - * // Prints xn--espaol-zwa.com - * console.log(url.domainToASCII('中文.com')); - * // Prints xn--fiq228c.com - * console.log(url.domainToASCII('xn--iñvalid.com')); - * // Prints an empty string - * ``` - * @since v7.4.0, v6.13.0 - */ - function domainToASCII(domain: string): string; - /** - * Returns the Unicode serialization of the `domain`. If `domain` is an invalid - * domain, the empty string is returned. - * - * It performs the inverse operation to {@link domainToASCII}. - * - * This feature is only available if the `node` executable was compiled with `ICU` enabled. If not, the domain names are passed through unchanged. - * - * ```js - * import url from 'url'; - * - * console.log(url.domainToUnicode('xn--espaol-zwa.com')); - * // Prints español.com - * console.log(url.domainToUnicode('xn--fiq228c.com')); - * // Prints 中文.com - * console.log(url.domainToUnicode('xn--iñvalid.com')); - * // Prints an empty string - * ``` - * @since v7.4.0, v6.13.0 - */ - function domainToUnicode(domain: string): string; - /** - * This function ensures the correct decodings of percent-encoded characters as - * well as ensuring a cross-platform valid absolute path string. - * - * ```js - * import { fileURLToPath } from 'url'; - * - * const __filename = fileURLToPath(import.meta.url); - * - * new URL('file:///C:/path/').pathname; // Incorrect: /C:/path/ - * fileURLToPath('file:///C:/path/'); // Correct: C:\path\ (Windows) - * - * new URL('file://nas/foo.txt').pathname; // Incorrect: /foo.txt - * fileURLToPath('file://nas/foo.txt'); // Correct: \\nas\foo.txt (Windows) - * - * new URL('file:///你好.txt').pathname; // Incorrect: /%E4%BD%A0%E5%A5%BD.txt - * fileURLToPath('file:///你好.txt'); // Correct: /你好.txt (POSIX) - * - * new URL('file:///hello world').pathname; // Incorrect: /hello%20world - * fileURLToPath('file:///hello world'); // Correct: /hello world (POSIX) - * ``` - * @since v10.12.0 - * @param url The file URL string or URL object to convert to a path. - * @return The fully-resolved platform-specific Node.js file path. - */ - function fileURLToPath(url: string | URL): string; - /** - * This function ensures that `path` is resolved absolutely, and that the URL - * control characters are correctly encoded when converting into a File URL. - * - * ```js - * import { pathToFileURL } from 'url'; - * - * new URL('/foo#1', 'file:'); // Incorrect: file:///foo#1 - * pathToFileURL('/foo#1'); // Correct: file:///foo%231 (POSIX) - * - * new URL('/some/path%.c', 'file:'); // Incorrect: file:///some/path%.c - * pathToFileURL('/some/path%.c'); // Correct: file:///some/path%25.c (POSIX) - * ``` - * @since v10.12.0 - * @param path The path to convert to a File URL. - * @return The file URL object. - */ - function pathToFileURL(path: string): URL; - /** - * This utility function converts a URL object into an ordinary options object as - * expected by the `http.request()` and `https.request()` APIs. - * - * ```js - * import { urlToHttpOptions } from 'url'; - * const myURL = new URL('https://a:b@測試?abc#foo'); - * - * console.log(urlToHttpOptions(myURL)); - * /* - * { - * protocol: 'https:', - * hostname: 'xn--g6w251d', - * hash: '#foo', - * search: '?abc', - * pathname: '/', - * path: '/?abc', - * href: 'https://a:b@xn--g6w251d/?abc#foo', - * auth: 'a:b' - * } - * - * ``` - * @since v15.7.0, v14.18.0 - * @param url The `WHATWG URL` object to convert to an options object. - * @return Options object - */ - function urlToHttpOptions(url: URL): ClientRequestArgs; - interface URLFormatOptions { - auth?: boolean | undefined; - fragment?: boolean | undefined; - search?: boolean | undefined; - unicode?: boolean | undefined; - } - /** - * Browser-compatible `URL` class, implemented by following the WHATWG URL - * Standard. [Examples of parsed URLs](https://url.spec.whatwg.org/#example-url-parsing) may be found in the Standard itself. - * The `URL` class is also available on the global object. - * - * In accordance with browser conventions, all properties of `URL` objects - * are implemented as getters and setters on the class prototype, rather than as - * data properties on the object itself. Thus, unlike `legacy urlObject` s, - * using the `delete` keyword on any properties of `URL` objects (e.g. `delete myURL.protocol`, `delete myURL.pathname`, etc) has no effect but will still - * return `true`. - * @since v7.0.0, v6.13.0 - */ - class URL { - /** - * Creates a `'blob:nodedata:...'` URL string that represents the given `Blob` object and can be used to retrieve the `Blob` later. - * - * ```js - * const { - * Blob, - * resolveObjectURL, - * } = require('buffer'); - * - * const blob = new Blob(['hello']); - * const id = URL.createObjectURL(blob); - * - * // later... - * - * const otherBlob = resolveObjectURL(id); - * console.log(otherBlob.size); - * ``` - * - * The data stored by the registered `Blob` will be retained in memory until`URL.revokeObjectURL()` is called to remove it. - * - * `Blob` objects are registered within the current thread. If using Worker - * Threads, `Blob` objects registered within one Worker will not be available - * to other workers or the main thread. - * @since v16.7.0 - * @experimental - */ - static createObjectURL(blob: NodeBlob): string; - /** - * Removes the stored `Blob` identified by the given ID. Attempting to revoke a - * ID that isn’t registered will silently fail. - * @since v16.7.0 - * @experimental - * @param id A `'blob:nodedata:...` URL string returned by a prior call to `URL.createObjectURL()`. - */ - static revokeObjectURL(objectUrl: string): void; - constructor(input: string, base?: string | URL); - /** - * Gets and sets the fragment portion of the URL. - * - * ```js - * const myURL = new URL('https://example.org/foo#bar'); - * console.log(myURL.hash); - * // Prints #bar - * - * myURL.hash = 'baz'; - * console.log(myURL.href); - * // Prints https://example.org/foo#baz - * ``` - * - * Invalid URL characters included in the value assigned to the `hash` property - * are `percent-encoded`. The selection of which characters to - * percent-encode may vary somewhat from what the {@link parse} and {@link format} methods would produce. - */ - hash: string; - /** - * Gets and sets the host portion of the URL. - * - * ```js - * const myURL = new URL('https://example.org:81/foo'); - * console.log(myURL.host); - * // Prints example.org:81 - * - * myURL.host = 'example.com:82'; - * console.log(myURL.href); - * // Prints https://example.com:82/foo - * ``` - * - * Invalid host values assigned to the `host` property are ignored. - */ - host: string; - /** - * Gets and sets the host name portion of the URL. The key difference between`url.host` and `url.hostname` is that `url.hostname` does _not_ include the - * port. - * - * ```js - * const myURL = new URL('https://example.org:81/foo'); - * console.log(myURL.hostname); - * // Prints example.org - * - * // Setting the hostname does not change the port - * myURL.hostname = 'example.com:82'; - * console.log(myURL.href); - * // Prints https://example.com:81/foo - * - * // Use myURL.host to change the hostname and port - * myURL.host = 'example.org:82'; - * console.log(myURL.href); - * // Prints https://example.org:82/foo - * ``` - * - * Invalid host name values assigned to the `hostname` property are ignored. - */ - hostname: string; - /** - * Gets and sets the serialized URL. - * - * ```js - * const myURL = new URL('https://example.org/foo'); - * console.log(myURL.href); - * // Prints https://example.org/foo - * - * myURL.href = 'https://example.com/bar'; - * console.log(myURL.href); - * // Prints https://example.com/bar - * ``` - * - * Getting the value of the `href` property is equivalent to calling {@link toString}. - * - * Setting the value of this property to a new value is equivalent to creating a - * new `URL` object using `new URL(value)`. Each of the `URL`object's properties will be modified. - * - * If the value assigned to the `href` property is not a valid URL, a `TypeError`will be thrown. - */ - href: string; - /** - * Gets the read-only serialization of the URL's origin. - * - * ```js - * const myURL = new URL('https://example.org/foo/bar?baz'); - * console.log(myURL.origin); - * // Prints https://example.org - * ``` - * - * ```js - * const idnURL = new URL('https://測試'); - * console.log(idnURL.origin); - * // Prints https://xn--g6w251d - * - * console.log(idnURL.hostname); - * // Prints xn--g6w251d - * ``` - */ - readonly origin: string; - /** - * Gets and sets the password portion of the URL. - * - * ```js - * const myURL = new URL('https://abc:xyz@example.com'); - * console.log(myURL.password); - * // Prints xyz - * - * myURL.password = '123'; - * console.log(myURL.href); - * // Prints https://abc:123@example.com - * ``` - * - * Invalid URL characters included in the value assigned to the `password` property - * are `percent-encoded`. The selection of which characters to - * percent-encode may vary somewhat from what the {@link parse} and {@link format} methods would produce. - */ - password: string; - /** - * Gets and sets the path portion of the URL. - * - * ```js - * const myURL = new URL('https://example.org/abc/xyz?123'); - * console.log(myURL.pathname); - * // Prints /abc/xyz - * - * myURL.pathname = '/abcdef'; - * console.log(myURL.href); - * // Prints https://example.org/abcdef?123 - * ``` - * - * Invalid URL characters included in the value assigned to the `pathname`property are `percent-encoded`. The selection of which characters - * to percent-encode may vary somewhat from what the {@link parse} and {@link format} methods would produce. - */ - pathname: string; - /** - * Gets and sets the port portion of the URL. - * - * The port value may be a number or a string containing a number in the range`0` to `65535` (inclusive). Setting the value to the default port of the`URL` objects given `protocol` will - * result in the `port` value becoming - * the empty string (`''`). - * - * The port value can be an empty string in which case the port depends on - * the protocol/scheme: - * - * <omitted> - * - * Upon assigning a value to the port, the value will first be converted to a - * string using `.toString()`. - * - * If that string is invalid but it begins with a number, the leading number is - * assigned to `port`. - * If the number lies outside the range denoted above, it is ignored. - * - * ```js - * const myURL = new URL('https://example.org:8888'); - * console.log(myURL.port); - * // Prints 8888 - * - * // Default ports are automatically transformed to the empty string - * // (HTTPS protocol's default port is 443) - * myURL.port = '443'; - * console.log(myURL.port); - * // Prints the empty string - * console.log(myURL.href); - * // Prints https://example.org/ - * - * myURL.port = 1234; - * console.log(myURL.port); - * // Prints 1234 - * console.log(myURL.href); - * // Prints https://example.org:1234/ - * - * // Completely invalid port strings are ignored - * myURL.port = 'abcd'; - * console.log(myURL.port); - * // Prints 1234 - * - * // Leading numbers are treated as a port number - * myURL.port = '5678abcd'; - * console.log(myURL.port); - * // Prints 5678 - * - * // Non-integers are truncated - * myURL.port = 1234.5678; - * console.log(myURL.port); - * // Prints 1234 - * - * // Out-of-range numbers which are not represented in scientific notation - * // will be ignored. - * myURL.port = 1e10; // 10000000000, will be range-checked as described below - * console.log(myURL.port); - * // Prints 1234 - * ``` - * - * Numbers which contain a decimal point, - * such as floating-point numbers or numbers in scientific notation, - * are not an exception to this rule. - * Leading numbers up to the decimal point will be set as the URL's port, - * assuming they are valid: - * - * ```js - * myURL.port = 4.567e21; - * console.log(myURL.port); - * // Prints 4 (because it is the leading number in the string '4.567e21') - * ``` - */ - port: string; - /** - * Gets and sets the protocol portion of the URL. - * - * ```js - * const myURL = new URL('https://example.org'); - * console.log(myURL.protocol); - * // Prints https: - * - * myURL.protocol = 'ftp'; - * console.log(myURL.href); - * // Prints ftp://example.org/ - * ``` - * - * Invalid URL protocol values assigned to the `protocol` property are ignored. - */ - protocol: string; - /** - * Gets and sets the serialized query portion of the URL. - * - * ```js - * const myURL = new URL('https://example.org/abc?123'); - * console.log(myURL.search); - * // Prints ?123 - * - * myURL.search = 'abc=xyz'; - * console.log(myURL.href); - * // Prints https://example.org/abc?abc=xyz - * ``` - * - * Any invalid URL characters appearing in the value assigned the `search`property will be `percent-encoded`. The selection of which - * characters to percent-encode may vary somewhat from what the {@link parse} and {@link format} methods would produce. - */ - search: string; - /** - * Gets the `URLSearchParams` object representing the query parameters of the - * URL. This property is read-only but the `URLSearchParams` object it provides - * can be used to mutate the URL instance; to replace the entirety of query - * parameters of the URL, use the {@link search} setter. See `URLSearchParams` documentation for details. - * - * Use care when using `.searchParams` to modify the `URL` because, - * per the WHATWG specification, the `URLSearchParams` object uses - * different rules to determine which characters to percent-encode. For - * instance, the `URL` object will not percent encode the ASCII tilde (`~`) - * character, while `URLSearchParams` will always encode it: - * - * ```js - * const myUrl = new URL('https://example.org/abc?foo=~bar'); - * - * console.log(myUrl.search); // prints ?foo=~bar - * - * // Modify the URL via searchParams... - * myUrl.searchParams.sort(); - * - * console.log(myUrl.search); // prints ?foo=%7Ebar - * ``` - */ - readonly searchParams: URLSearchParams; - /** - * Gets and sets the username portion of the URL. - * - * ```js - * const myURL = new URL('https://abc:xyz@example.com'); - * console.log(myURL.username); - * // Prints abc - * - * myURL.username = '123'; - * console.log(myURL.href); - * // Prints https://123:xyz@example.com/ - * ``` - * - * Any invalid URL characters appearing in the value assigned the `username`property will be `percent-encoded`. The selection of which - * characters to percent-encode may vary somewhat from what the {@link parse} and {@link format} methods would produce. - */ - username: string; - /** - * The `toString()` method on the `URL` object returns the serialized URL. The - * value returned is equivalent to that of {@link href} and {@link toJSON}. - */ - toString(): string; - /** - * The `toJSON()` method on the `URL` object returns the serialized URL. The - * value returned is equivalent to that of {@link href} and {@link toString}. - * - * This method is automatically called when an `URL` object is serialized - * with [`JSON.stringify()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify). - * - * ```js - * const myURLs = [ - * new URL('https://www.example.com'), - * new URL('https://test.example.org'), - * ]; - * console.log(JSON.stringify(myURLs)); - * // Prints ["https://www.example.com/","https://test.example.org/"] - * ``` - */ - toJSON(): string; - } - /** - * The `URLSearchParams` API provides read and write access to the query of a`URL`. The `URLSearchParams` class can also be used standalone with one of the - * four following constructors. - * The `URLSearchParams` class is also available on the global object. - * - * The WHATWG `URLSearchParams` interface and the `querystring` module have - * similar purpose, but the purpose of the `querystring` module is more - * general, as it allows the customization of delimiter characters (`&#x26;` and `=`). - * On the other hand, this API is designed purely for URL query strings. - * - * ```js - * const myURL = new URL('https://example.org/?abc=123'); - * console.log(myURL.searchParams.get('abc')); - * // Prints 123 - * - * myURL.searchParams.append('abc', 'xyz'); - * console.log(myURL.href); - * // Prints https://example.org/?abc=123&#x26;abc=xyz - * - * myURL.searchParams.delete('abc'); - * myURL.searchParams.set('a', 'b'); - * console.log(myURL.href); - * // Prints https://example.org/?a=b - * - * const newSearchParams = new URLSearchParams(myURL.searchParams); - * // The above is equivalent to - * // const newSearchParams = new URLSearchParams(myURL.search); - * - * newSearchParams.append('a', 'c'); - * console.log(myURL.href); - * // Prints https://example.org/?a=b - * console.log(newSearchParams.toString()); - * // Prints a=b&#x26;a=c - * - * // newSearchParams.toString() is implicitly called - * myURL.search = newSearchParams; - * console.log(myURL.href); - * // Prints https://example.org/?a=b&#x26;a=c - * newSearchParams.delete('a'); - * console.log(myURL.href); - * // Prints https://example.org/?a=b&#x26;a=c - * ``` - * @since v7.5.0, v6.13.0 - */ - class URLSearchParams implements Iterable<[string, string]> { - constructor(init?: URLSearchParams | string | Record<string, string | ReadonlyArray<string>> | Iterable<[string, string]> | ReadonlyArray<[string, string]>); - /** - * Append a new name-value pair to the query string. - */ - append(name: string, value: string): void; - /** - * Remove all name-value pairs whose name is `name`. - */ - delete(name: string): void; - /** - * Returns an ES6 `Iterator` over each of the name-value pairs in the query. - * Each item of the iterator is a JavaScript `Array`. The first item of the `Array`is the `name`, the second item of the `Array` is the `value`. - * - * Alias for `urlSearchParams[@@iterator]()`. - */ - entries(): IterableIterator<[string, string]>; - /** - * Iterates over each name-value pair in the query and invokes the given function. - * - * ```js - * const myURL = new URL('https://example.org/?a=b&#x26;c=d'); - * myURL.searchParams.forEach((value, name, searchParams) => { - * console.log(name, value, myURL.searchParams === searchParams); - * }); - * // Prints: - * // a b true - * // c d true - * ``` - * @param fn Invoked for each name-value pair in the query - * @param thisArg To be used as `this` value for when `fn` is called - */ - forEach<TThis = this>(callback: (this: TThis, value: string, name: string, searchParams: URLSearchParams) => void, thisArg?: TThis): void; - /** - * Returns the value of the first name-value pair whose name is `name`. If there - * are no such pairs, `null` is returned. - * @return or `null` if there is no name-value pair with the given `name`. - */ - get(name: string): string | null; - /** - * Returns the values of all name-value pairs whose name is `name`. If there are - * no such pairs, an empty array is returned. - */ - getAll(name: string): string[]; - /** - * Returns `true` if there is at least one name-value pair whose name is `name`. - */ - has(name: string): boolean; - /** - * Returns an ES6 `Iterator` over the names of each name-value pair. - * - * ```js - * const params = new URLSearchParams('foo=bar&#x26;foo=baz'); - * for (const name of params.keys()) { - * console.log(name); - * } - * // Prints: - * // foo - * // foo - * ``` - */ - keys(): IterableIterator<string>; - /** - * Sets the value in the `URLSearchParams` object associated with `name` to`value`. If there are any pre-existing name-value pairs whose names are `name`, - * set the first such pair's value to `value` and remove all others. If not, - * append the name-value pair to the query string. - * - * ```js - * const params = new URLSearchParams(); - * params.append('foo', 'bar'); - * params.append('foo', 'baz'); - * params.append('abc', 'def'); - * console.log(params.toString()); - * // Prints foo=bar&#x26;foo=baz&#x26;abc=def - * - * params.set('foo', 'def'); - * params.set('xyz', 'opq'); - * console.log(params.toString()); - * // Prints foo=def&#x26;abc=def&#x26;xyz=opq - * ``` - */ - set(name: string, value: string): void; - /** - * Sort all existing name-value pairs in-place by their names. Sorting is done - * with a [stable sorting algorithm](https://en.wikipedia.org/wiki/Sorting_algorithm#Stability), so relative order between name-value pairs - * with the same name is preserved. - * - * This method can be used, in particular, to increase cache hits. - * - * ```js - * const params = new URLSearchParams('query[]=abc&#x26;type=search&#x26;query[]=123'); - * params.sort(); - * console.log(params.toString()); - * // Prints query%5B%5D=abc&#x26;query%5B%5D=123&#x26;type=search - * ``` - * @since v7.7.0, v6.13.0 - */ - sort(): void; - /** - * Returns the search parameters serialized as a string, with characters - * percent-encoded where necessary. - */ - toString(): string; - /** - * Returns an ES6 `Iterator` over the values of each name-value pair. - */ - values(): IterableIterator<string>; - [Symbol.iterator](): IterableIterator<[string, string]>; - } - import { URL as _URL, URLSearchParams as _URLSearchParams } from 'url'; - global { - interface URLSearchParams extends _URLSearchParams {} - interface URL extends _URL {} - interface Global { - URL: typeof _URL; - URLSearchParams: typeof _URLSearchParams; - } - /** - * `URL` class is a global reference for `require('url').URL` - * https://nodejs.org/api/url.html#the-whatwg-url-api - * @since v10.0.0 - */ - var URL: typeof globalThis extends { - onmessage: any; - URL: infer T; - } - ? T - : typeof _URL; - /** - * `URLSearchParams` class is a global reference for `require('url').URLSearchParams` - * https://nodejs.org/api/url.html#class-urlsearchparams - * @since v10.0.0 - */ - var URLSearchParams: typeof globalThis extends { - onmessage: any; - URLSearchParams: infer T; - } - ? T - : typeof _URLSearchParams; - } -} -declare module 'node:url' { - export * from 'url'; -} diff --git a/software/flow/node_modules/@types/node/util.d.ts b/software/flow/node_modules/@types/node/util.d.ts deleted file mode 100755 index bb1100e..0000000 --- a/software/flow/node_modules/@types/node/util.d.ts +++ /dev/null @@ -1,2011 +0,0 @@ -/** - * The `util` module supports the needs of Node.js internal APIs. Many of the - * utilities are useful for application and module developers as well. To access - * it: - * - * ```js - * const util = require('util'); - * ``` - * @see [source](https://github.com/nodejs/node/blob/v18.x/lib/util.js) - */ -declare module 'util' { - import * as types from 'node:util/types'; - export interface InspectOptions { - /** - * If `true`, object's non-enumerable symbols and properties are included in the formatted result. - * `WeakMap` and `WeakSet` entries are also included as well as user defined prototype properties (excluding method properties). - * @default false - */ - showHidden?: boolean | undefined; - /** - * Specifies the number of times to recurse while formatting object. - * This is useful for inspecting large objects. - * To recurse up to the maximum call stack size pass `Infinity` or `null`. - * @default 2 - */ - depth?: number | null | undefined; - /** - * If `true`, the output is styled with ANSI color codes. Colors are customizable. - */ - colors?: boolean | undefined; - /** - * If `false`, `[util.inspect.custom](depth, opts, inspect)` functions are not invoked. - * @default true - */ - customInspect?: boolean | undefined; - /** - * If `true`, `Proxy` inspection includes the target and handler objects. - * @default false - */ - showProxy?: boolean | undefined; - /** - * Specifies the maximum number of `Array`, `TypedArray`, `WeakMap`, and `WeakSet` elements - * to include when formatting. Set to `null` or `Infinity` to show all elements. - * Set to `0` or negative to show no elements. - * @default 100 - */ - maxArrayLength?: number | null | undefined; - /** - * Specifies the maximum number of characters to - * include when formatting. Set to `null` or `Infinity` to show all elements. - * Set to `0` or negative to show no characters. - * @default 10000 - */ - maxStringLength?: number | null | undefined; - /** - * The length at which input values are split across multiple lines. - * Set to `Infinity` to format the input as a single line - * (in combination with `compact` set to `true` or any number >= `1`). - * @default 80 - */ - breakLength?: number | undefined; - /** - * Setting this to `false` causes each object key - * to be displayed on a new line. It will also add new lines to text that is - * longer than `breakLength`. If set to a number, the most `n` inner elements - * are united on a single line as long as all properties fit into - * `breakLength`. Short array elements are also grouped together. Note that no - * text will be reduced below 16 characters, no matter the `breakLength` size. - * For more information, see the example below. - * @default true - */ - compact?: boolean | number | undefined; - /** - * If set to `true` or a function, all properties of an object, and `Set` and `Map` - * entries are sorted in the resulting string. - * If set to `true` the default sort is used. - * If set to a function, it is used as a compare function. - */ - sorted?: boolean | ((a: string, b: string) => number) | undefined; - /** - * If set to `true`, getters are going to be - * inspected as well. If set to `'get'` only getters without setter are going - * to be inspected. If set to `'set'` only getters having a corresponding - * setter are going to be inspected. This might cause side effects depending on - * the getter function. - * @default false - */ - getters?: 'get' | 'set' | boolean | undefined; - /** - * If set to `true`, an underscore is used to separate every three digits in all bigints and numbers. - * @default false - */ - numericSeparator?: boolean | undefined; - } - export type Style = 'special' | 'number' | 'bigint' | 'boolean' | 'undefined' | 'null' | 'string' | 'symbol' | 'date' | 'regexp' | 'module'; - export type CustomInspectFunction = (depth: number, options: InspectOptionsStylized) => any; // TODO: , inspect: inspect - export interface InspectOptionsStylized extends InspectOptions { - stylize(text: string, styleType: Style): string; - } - /** - * The `util.format()` method returns a formatted string using the first argument - * as a `printf`\-like format string which can contain zero or more format - * specifiers. Each specifier is replaced with the converted value from the - * corresponding argument. Supported specifiers are: - * - * If a specifier does not have a corresponding argument, it is not replaced: - * - * ```js - * util.format('%s:%s', 'foo'); - * // Returns: 'foo:%s' - * ``` - * - * Values that are not part of the format string are formatted using`util.inspect()` if their type is not `string`. - * - * If there are more arguments passed to the `util.format()` method than the - * number of specifiers, the extra arguments are concatenated to the returned - * string, separated by spaces: - * - * ```js - * util.format('%s:%s', 'foo', 'bar', 'baz'); - * // Returns: 'foo:bar baz' - * ``` - * - * If the first argument does not contain a valid format specifier, `util.format()`returns a string that is the concatenation of all arguments separated by spaces: - * - * ```js - * util.format(1, 2, 3); - * // Returns: '1 2 3' - * ``` - * - * If only one argument is passed to `util.format()`, it is returned as it is - * without any formatting: - * - * ```js - * util.format('%% %s'); - * // Returns: '%% %s' - * ``` - * - * `util.format()` is a synchronous method that is intended as a debugging tool. - * Some input values can have a significant performance overhead that can block the - * event loop. Use this function with care and never in a hot code path. - * @since v0.5.3 - * @param format A `printf`-like format string. - */ - export function format(format?: any, ...param: any[]): string; - /** - * This function is identical to {@link format}, except in that it takes - * an `inspectOptions` argument which specifies options that are passed along to {@link inspect}. - * - * ```js - * util.formatWithOptions({ colors: true }, 'See object %O', { foo: 42 }); - * // Returns 'See object { foo: 42 }', where `42` is colored as a number - * // when printed to a terminal. - * ``` - * @since v10.0.0 - */ - export function formatWithOptions(inspectOptions: InspectOptions, format?: any, ...param: any[]): string; - /** - * Returns the string name for a numeric error code that comes from a Node.js API. - * The mapping between error codes and error names is platform-dependent. - * See `Common System Errors` for the names of common errors. - * - * ```js - * fs.access('file/that/does/not/exist', (err) => { - * const name = util.getSystemErrorName(err.errno); - * console.error(name); // ENOENT - * }); - * ``` - * @since v9.7.0 - */ - export function getSystemErrorName(err: number): string; - /** - * Returns a Map of all system error codes available from the Node.js API. - * The mapping between error codes and error names is platform-dependent. - * See `Common System Errors` for the names of common errors. - * - * ```js - * fs.access('file/that/does/not/exist', (err) => { - * const errorMap = util.getSystemErrorMap(); - * const name = errorMap.get(err.errno); - * console.error(name); // ENOENT - * }); - * ``` - * @since v16.0.0, v14.17.0 - */ - export function getSystemErrorMap(): Map<number, [string, string]>; - /** - * The `util.log()` method prints the given `string` to `stdout` with an included - * timestamp. - * - * ```js - * const util = require('util'); - * - * util.log('Timestamped message.'); - * ``` - * @since v0.3.0 - * @deprecated Since v6.0.0 - Use a third party module instead. - */ - export function log(string: string): void; - /** - * Returns the `string` after replacing any surrogate code points - * (or equivalently, any unpaired surrogate code units) with the - * Unicode "replacement character" U+FFFD. - * @since v16.8.0, v14.18.0 - */ - export function toUSVString(string: string): string; - /** - * Creates and returns an `AbortController` instance whose `AbortSignal` is marked - * as transferable and can be used with `structuredClone()` or `postMessage()`. - * @since v18.11.0 - * @returns A transferable AbortController - */ - export function transferableAbortController(): AbortController; - /** - * Marks the given {AbortSignal} as transferable so that it can be used with - * `structuredClone()` and `postMessage()`. - * - * ```js - * const signal = transferableAbortSignal(AbortSignal.timeout(100)); - * const channel = new MessageChannel(); - * channel.port2.postMessage(signal, [signal]); - * ``` - * @since v18.11.0 - * @param signal The AbortSignal - * @returns The same AbortSignal - */ - export function transferableAbortSignal(signal: AbortSignal): AbortSignal; - /** - * The `util.inspect()` method returns a string representation of `object` that is - * intended for debugging. The output of `util.inspect` may change at any time - * and should not be depended upon programmatically. Additional `options` may be - * passed that alter the result.`util.inspect()` will use the constructor's name and/or `@@toStringTag` to make - * an identifiable tag for an inspected value. - * - * ```js - * class Foo { - * get [Symbol.toStringTag]() { - * return 'bar'; - * } - * } - * - * class Bar {} - * - * const baz = Object.create(null, { [Symbol.toStringTag]: { value: 'foo' } }); - * - * util.inspect(new Foo()); // 'Foo [bar] {}' - * util.inspect(new Bar()); // 'Bar {}' - * util.inspect(baz); // '[foo] {}' - * ``` - * - * Circular references point to their anchor by using a reference index: - * - * ```js - * const { inspect } = require('util'); - * - * const obj = {}; - * obj.a = [obj]; - * obj.b = {}; - * obj.b.inner = obj.b; - * obj.b.obj = obj; - * - * console.log(inspect(obj)); - * // <ref *1> { - * // a: [ [Circular *1] ], - * // b: <ref *2> { inner: [Circular *2], obj: [Circular *1] } - * // } - * ``` - * - * The following example inspects all properties of the `util` object: - * - * ```js - * const util = require('util'); - * - * console.log(util.inspect(util, { showHidden: true, depth: null })); - * ``` - * - * The following example highlights the effect of the `compact` option: - * - * ```js - * const util = require('util'); - * - * const o = { - * a: [1, 2, [[ - * 'Lorem ipsum dolor sit amet,\nconsectetur adipiscing elit, sed do ' + - * 'eiusmod \ntempor incididunt ut labore et dolore magna aliqua.', - * 'test', - * 'foo']], 4], - * b: new Map([['za', 1], ['zb', 'test']]) - * }; - * console.log(util.inspect(o, { compact: true, depth: 5, breakLength: 80 })); - * - * // { a: - * // [ 1, - * // 2, - * // [ [ 'Lorem ipsum dolor sit amet,\nconsectetur [...]', // A long line - * // 'test', - * // 'foo' ] ], - * // 4 ], - * // b: Map(2) { 'za' => 1, 'zb' => 'test' } } - * - * // Setting `compact` to false or an integer creates more reader friendly output. - * console.log(util.inspect(o, { compact: false, depth: 5, breakLength: 80 })); - * - * // { - * // a: [ - * // 1, - * // 2, - * // [ - * // [ - * // 'Lorem ipsum dolor sit amet,\n' + - * // 'consectetur adipiscing elit, sed do eiusmod \n' + - * // 'tempor incididunt ut labore et dolore magna aliqua.', - * // 'test', - * // 'foo' - * // ] - * // ], - * // 4 - * // ], - * // b: Map(2) { - * // 'za' => 1, - * // 'zb' => 'test' - * // } - * // } - * - * // Setting `breakLength` to e.g. 150 will print the "Lorem ipsum" text in a - * // single line. - * ``` - * - * The `showHidden` option allows [`WeakMap`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WeakMap) and - * [`WeakSet`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WeakSet) entries to be - * inspected. If there are more entries than `maxArrayLength`, there is no - * guarantee which entries are displayed. That means retrieving the same [`WeakSet`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WeakSet) entries twice may - * result in different output. Furthermore, entries - * with no remaining strong references may be garbage collected at any time. - * - * ```js - * const { inspect } = require('util'); - * - * const obj = { a: 1 }; - * const obj2 = { b: 2 }; - * const weakSet = new WeakSet([obj, obj2]); - * - * console.log(inspect(weakSet, { showHidden: true })); - * // WeakSet { { a: 1 }, { b: 2 } } - * ``` - * - * The `sorted` option ensures that an object's property insertion order does not - * impact the result of `util.inspect()`. - * - * ```js - * const { inspect } = require('util'); - * const assert = require('assert'); - * - * const o1 = { - * b: [2, 3, 1], - * a: '`a` comes before `b`', - * c: new Set([2, 3, 1]) - * }; - * console.log(inspect(o1, { sorted: true })); - * // { a: '`a` comes before `b`', b: [ 2, 3, 1 ], c: Set(3) { 1, 2, 3 } } - * console.log(inspect(o1, { sorted: (a, b) => b.localeCompare(a) })); - * // { c: Set(3) { 3, 2, 1 }, b: [ 2, 3, 1 ], a: '`a` comes before `b`' } - * - * const o2 = { - * c: new Set([2, 1, 3]), - * a: '`a` comes before `b`', - * b: [2, 3, 1] - * }; - * assert.strict.equal( - * inspect(o1, { sorted: true }), - * inspect(o2, { sorted: true }) - * ); - * ``` - * - * The `numericSeparator` option adds an underscore every three digits to all - * numbers. - * - * ```js - * const { inspect } = require('util'); - * - * const thousand = 1_000; - * const million = 1_000_000; - * const bigNumber = 123_456_789n; - * const bigDecimal = 1_234.123_45; - * - * console.log(thousand, million, bigNumber, bigDecimal); - * // 1_000 1_000_000 123_456_789n 1_234.123_45 - * ``` - * - * `util.inspect()` is a synchronous method intended for debugging. Its maximum - * output length is approximately 128 MB. Inputs that result in longer output will - * be truncated. - * @since v0.3.0 - * @param object Any JavaScript primitive or `Object`. - * @return The representation of `object`. - */ - export function inspect(object: any, showHidden?: boolean, depth?: number | null, color?: boolean): string; - export function inspect(object: any, options?: InspectOptions): string; - export namespace inspect { - let colors: NodeJS.Dict<[number, number]>; - let styles: { - [K in Style]: string; - }; - let defaultOptions: InspectOptions; - /** - * Allows changing inspect settings from the repl. - */ - let replDefaults: InspectOptions; - /** - * That can be used to declare custom inspect functions. - */ - const custom: unique symbol; - } - /** - * Alias for [`Array.isArray()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/isArray). - * - * Returns `true` if the given `object` is an `Array`. Otherwise, returns `false`. - * - * ```js - * const util = require('util'); - * - * util.isArray([]); - * // Returns: true - * util.isArray(new Array()); - * // Returns: true - * util.isArray({}); - * // Returns: false - * ``` - * @since v0.6.0 - * @deprecated Since v4.0.0 - Use `isArray` instead. - */ - export function isArray(object: unknown): object is unknown[]; - /** - * Returns `true` if the given `object` is a `RegExp`. Otherwise, returns `false`. - * - * ```js - * const util = require('util'); - * - * util.isRegExp(/some regexp/); - * // Returns: true - * util.isRegExp(new RegExp('another regexp')); - * // Returns: true - * util.isRegExp({}); - * // Returns: false - * ``` - * @since v0.6.0 - * @deprecated Since v4.0.0 - Deprecated - */ - export function isRegExp(object: unknown): object is RegExp; - /** - * Returns `true` if the given `object` is a `Date`. Otherwise, returns `false`. - * - * ```js - * const util = require('util'); - * - * util.isDate(new Date()); - * // Returns: true - * util.isDate(Date()); - * // false (without 'new' returns a String) - * util.isDate({}); - * // Returns: false - * ``` - * @since v0.6.0 - * @deprecated Since v4.0.0 - Use {@link types.isDate} instead. - */ - export function isDate(object: unknown): object is Date; - /** - * Returns `true` if the given `object` is an `Error`. Otherwise, returns`false`. - * - * ```js - * const util = require('util'); - * - * util.isError(new Error()); - * // Returns: true - * util.isError(new TypeError()); - * // Returns: true - * util.isError({ name: 'Error', message: 'an error occurred' }); - * // Returns: false - * ``` - * - * This method relies on `Object.prototype.toString()` behavior. It is - * possible to obtain an incorrect result when the `object` argument manipulates`@@toStringTag`. - * - * ```js - * const util = require('util'); - * const obj = { name: 'Error', message: 'an error occurred' }; - * - * util.isError(obj); - * // Returns: false - * obj[Symbol.toStringTag] = 'Error'; - * util.isError(obj); - * // Returns: true - * ``` - * @since v0.6.0 - * @deprecated Since v4.0.0 - Use {@link types.isNativeError} instead. - */ - export function isError(object: unknown): object is Error; - /** - * Usage of `util.inherits()` is discouraged. Please use the ES6 `class` and`extends` keywords to get language level inheritance support. Also note - * that the two styles are [semantically incompatible](https://github.com/nodejs/node/issues/4179). - * - * Inherit the prototype methods from one [constructor](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/constructor) into another. The - * prototype of `constructor` will be set to a new object created from`superConstructor`. - * - * This mainly adds some input validation on top of`Object.setPrototypeOf(constructor.prototype, superConstructor.prototype)`. - * As an additional convenience, `superConstructor` will be accessible - * through the `constructor.super_` property. - * - * ```js - * const util = require('util'); - * const EventEmitter = require('events'); - * - * function MyStream() { - * EventEmitter.call(this); - * } - * - * util.inherits(MyStream, EventEmitter); - * - * MyStream.prototype.write = function(data) { - * this.emit('data', data); - * }; - * - * const stream = new MyStream(); - * - * console.log(stream instanceof EventEmitter); // true - * console.log(MyStream.super_ === EventEmitter); // true - * - * stream.on('data', (data) => { - * console.log(`Received data: "${data}"`); - * }); - * stream.write('It works!'); // Received data: "It works!" - * ``` - * - * ES6 example using `class` and `extends`: - * - * ```js - * const EventEmitter = require('events'); - * - * class MyStream extends EventEmitter { - * write(data) { - * this.emit('data', data); - * } - * } - * - * const stream = new MyStream(); - * - * stream.on('data', (data) => { - * console.log(`Received data: "${data}"`); - * }); - * stream.write('With ES6'); - * ``` - * @since v0.3.0 - * @deprecated Legacy: Use ES2015 class syntax and `extends` keyword instead. - */ - export function inherits(constructor: unknown, superConstructor: unknown): void; - export type DebugLoggerFunction = (msg: string, ...param: unknown[]) => void; - export interface DebugLogger extends DebugLoggerFunction { - enabled: boolean; - } - /** - * The `util.debuglog()` method is used to create a function that conditionally - * writes debug messages to `stderr` based on the existence of the `NODE_DEBUG`environment variable. If the `section` name appears within the value of that - * environment variable, then the returned function operates similar to `console.error()`. If not, then the returned function is a no-op. - * - * ```js - * const util = require('util'); - * const debuglog = util.debuglog('foo'); - * - * debuglog('hello from foo [%d]', 123); - * ``` - * - * If this program is run with `NODE_DEBUG=foo` in the environment, then - * it will output something like: - * - * ```console - * FOO 3245: hello from foo [123] - * ``` - * - * where `3245` is the process id. If it is not run with that - * environment variable set, then it will not print anything. - * - * The `section` supports wildcard also: - * - * ```js - * const util = require('util'); - * const debuglog = util.debuglog('foo-bar'); - * - * debuglog('hi there, it\'s foo-bar [%d]', 2333); - * ``` - * - * if it is run with `NODE_DEBUG=foo*` in the environment, then it will output - * something like: - * - * ```console - * FOO-BAR 3257: hi there, it's foo-bar [2333] - * ``` - * - * Multiple comma-separated `section` names may be specified in the `NODE_DEBUG`environment variable: `NODE_DEBUG=fs,net,tls`. - * - * The optional `callback` argument can be used to replace the logging function - * with a different function that doesn't have any initialization or - * unnecessary wrapping. - * - * ```js - * const util = require('util'); - * let debuglog = util.debuglog('internals', (debug) => { - * // Replace with a logging function that optimizes out - * // testing if the section is enabled - * debuglog = debug; - * }); - * ``` - * @since v0.11.3 - * @param section A string identifying the portion of the application for which the `debuglog` function is being created. - * @param callback A callback invoked the first time the logging function is called with a function argument that is a more optimized logging function. - * @return The logging function - */ - export function debuglog(section: string, callback?: (fn: DebugLoggerFunction) => void): DebugLogger; - export const debug: typeof debuglog; - /** - * Returns `true` if the given `object` is a `Boolean`. Otherwise, returns `false`. - * - * ```js - * const util = require('util'); - * - * util.isBoolean(1); - * // Returns: false - * util.isBoolean(0); - * // Returns: false - * util.isBoolean(false); - * // Returns: true - * ``` - * @since v0.11.5 - * @deprecated Since v4.0.0 - Use `typeof value === 'boolean'` instead. - */ - export function isBoolean(object: unknown): object is boolean; - /** - * Returns `true` if the given `object` is a `Buffer`. Otherwise, returns `false`. - * - * ```js - * const util = require('util'); - * - * util.isBuffer({ length: 0 }); - * // Returns: false - * util.isBuffer([]); - * // Returns: false - * util.isBuffer(Buffer.from('hello world')); - * // Returns: true - * ``` - * @since v0.11.5 - * @deprecated Since v4.0.0 - Use `isBuffer` instead. - */ - export function isBuffer(object: unknown): object is Buffer; - /** - * Returns `true` if the given `object` is a `Function`. Otherwise, returns`false`. - * - * ```js - * const util = require('util'); - * - * function Foo() {} - * const Bar = () => {}; - * - * util.isFunction({}); - * // Returns: false - * util.isFunction(Foo); - * // Returns: true - * util.isFunction(Bar); - * // Returns: true - * ``` - * @since v0.11.5 - * @deprecated Since v4.0.0 - Use `typeof value === 'function'` instead. - */ - export function isFunction(object: unknown): boolean; - /** - * Returns `true` if the given `object` is strictly `null`. Otherwise, returns`false`. - * - * ```js - * const util = require('util'); - * - * util.isNull(0); - * // Returns: false - * util.isNull(undefined); - * // Returns: false - * util.isNull(null); - * // Returns: true - * ``` - * @since v0.11.5 - * @deprecated Since v4.0.0 - Use `value === null` instead. - */ - export function isNull(object: unknown): object is null; - /** - * Returns `true` if the given `object` is `null` or `undefined`. Otherwise, - * returns `false`. - * - * ```js - * const util = require('util'); - * - * util.isNullOrUndefined(0); - * // Returns: false - * util.isNullOrUndefined(undefined); - * // Returns: true - * util.isNullOrUndefined(null); - * // Returns: true - * ``` - * @since v0.11.5 - * @deprecated Since v4.0.0 - Use `value === undefined || value === null` instead. - */ - export function isNullOrUndefined(object: unknown): object is null | undefined; - /** - * Returns `true` if the given `object` is a `Number`. Otherwise, returns `false`. - * - * ```js - * const util = require('util'); - * - * util.isNumber(false); - * // Returns: false - * util.isNumber(Infinity); - * // Returns: true - * util.isNumber(0); - * // Returns: true - * util.isNumber(NaN); - * // Returns: true - * ``` - * @since v0.11.5 - * @deprecated Since v4.0.0 - Use `typeof value === 'number'` instead. - */ - export function isNumber(object: unknown): object is number; - /** - * Returns `true` if the given `object` is strictly an `Object`**and** not a`Function` (even though functions are objects in JavaScript). - * Otherwise, returns `false`. - * - * ```js - * const util = require('util'); - * - * util.isObject(5); - * // Returns: false - * util.isObject(null); - * // Returns: false - * util.isObject({}); - * // Returns: true - * util.isObject(() => {}); - * // Returns: false - * ``` - * @since v0.11.5 - * @deprecated Since v4.0.0 - Deprecated: Use `value !== null && typeof value === 'object'` instead. - */ - export function isObject(object: unknown): boolean; - /** - * Returns `true` if the given `object` is a primitive type. Otherwise, returns`false`. - * - * ```js - * const util = require('util'); - * - * util.isPrimitive(5); - * // Returns: true - * util.isPrimitive('foo'); - * // Returns: true - * util.isPrimitive(false); - * // Returns: true - * util.isPrimitive(null); - * // Returns: true - * util.isPrimitive(undefined); - * // Returns: true - * util.isPrimitive({}); - * // Returns: false - * util.isPrimitive(() => {}); - * // Returns: false - * util.isPrimitive(/^$/); - * // Returns: false - * util.isPrimitive(new Date()); - * // Returns: false - * ``` - * @since v0.11.5 - * @deprecated Since v4.0.0 - Use `(typeof value !== 'object' && typeof value !== 'function') || value === null` instead. - */ - export function isPrimitive(object: unknown): boolean; - /** - * Returns `true` if the given `object` is a `string`. Otherwise, returns `false`. - * - * ```js - * const util = require('util'); - * - * util.isString(''); - * // Returns: true - * util.isString('foo'); - * // Returns: true - * util.isString(String('foo')); - * // Returns: true - * util.isString(5); - * // Returns: false - * ``` - * @since v0.11.5 - * @deprecated Since v4.0.0 - Use `typeof value === 'string'` instead. - */ - export function isString(object: unknown): object is string; - /** - * Returns `true` if the given `object` is a `Symbol`. Otherwise, returns `false`. - * - * ```js - * const util = require('util'); - * - * util.isSymbol(5); - * // Returns: false - * util.isSymbol('foo'); - * // Returns: false - * util.isSymbol(Symbol('foo')); - * // Returns: true - * ``` - * @since v0.11.5 - * @deprecated Since v4.0.0 - Use `typeof value === 'symbol'` instead. - */ - export function isSymbol(object: unknown): object is symbol; - /** - * Returns `true` if the given `object` is `undefined`. Otherwise, returns `false`. - * - * ```js - * const util = require('util'); - * - * const foo = undefined; - * util.isUndefined(5); - * // Returns: false - * util.isUndefined(foo); - * // Returns: true - * util.isUndefined(null); - * // Returns: false - * ``` - * @since v0.11.5 - * @deprecated Since v4.0.0 - Use `value === undefined` instead. - */ - export function isUndefined(object: unknown): object is undefined; - /** - * The `util.deprecate()` method wraps `fn` (which may be a function or class) in - * such a way that it is marked as deprecated. - * - * ```js - * const util = require('util'); - * - * exports.obsoleteFunction = util.deprecate(() => { - * // Do something here. - * }, 'obsoleteFunction() is deprecated. Use newShinyFunction() instead.'); - * ``` - * - * When called, `util.deprecate()` will return a function that will emit a`DeprecationWarning` using the `'warning'` event. The warning will - * be emitted and printed to `stderr` the first time the returned function is - * called. After the warning is emitted, the wrapped function is called without - * emitting a warning. - * - * If the same optional `code` is supplied in multiple calls to `util.deprecate()`, - * the warning will be emitted only once for that `code`. - * - * ```js - * const util = require('util'); - * - * const fn1 = util.deprecate(someFunction, someMessage, 'DEP0001'); - * const fn2 = util.deprecate(someOtherFunction, someOtherMessage, 'DEP0001'); - * fn1(); // Emits a deprecation warning with code DEP0001 - * fn2(); // Does not emit a deprecation warning because it has the same code - * ``` - * - * If either the `--no-deprecation` or `--no-warnings` command-line flags are - * used, or if the `process.noDeprecation` property is set to `true`_prior_ to - * the first deprecation warning, the `util.deprecate()` method does nothing. - * - * If the `--trace-deprecation` or `--trace-warnings` command-line flags are set, - * or the `process.traceDeprecation` property is set to `true`, a warning and a - * stack trace are printed to `stderr` the first time the deprecated function is - * called. - * - * If the `--throw-deprecation` command-line flag is set, or the`process.throwDeprecation` property is set to `true`, then an exception will be - * thrown when the deprecated function is called. - * - * The `--throw-deprecation` command-line flag and `process.throwDeprecation`property take precedence over `--trace-deprecation` and`process.traceDeprecation`. - * @since v0.8.0 - * @param fn The function that is being deprecated. - * @param msg A warning message to display when the deprecated function is invoked. - * @param code A deprecation code. See the `list of deprecated APIs` for a list of codes. - * @return The deprecated function wrapped to emit a warning. - */ - export function deprecate<T extends Function>(fn: T, msg: string, code?: string): T; - /** - * Returns `true` if there is deep strict equality between `val1` and `val2`. - * Otherwise, returns `false`. - * - * See `assert.deepStrictEqual()` for more information about deep strict - * equality. - * @since v9.0.0 - */ - export function isDeepStrictEqual(val1: unknown, val2: unknown): boolean; - /** - * Returns `str` with any ANSI escape codes removed. - * - * ```js - * console.log(util.stripVTControlCharacters('\u001B[4mvalue\u001B[0m')); - * // Prints "value" - * ``` - * @since v16.11.0 - */ - export function stripVTControlCharacters(str: string): string; - /** - * Takes an `async` function (or a function that returns a `Promise`) and returns a - * function following the error-first callback style, i.e. taking - * an `(err, value) => ...` callback as the last argument. In the callback, the - * first argument will be the rejection reason (or `null` if the `Promise`resolved), and the second argument will be the resolved value. - * - * ```js - * const util = require('util'); - * - * async function fn() { - * return 'hello world'; - * } - * const callbackFunction = util.callbackify(fn); - * - * callbackFunction((err, ret) => { - * if (err) throw err; - * console.log(ret); - * }); - * ``` - * - * Will print: - * - * ```text - * hello world - * ``` - * - * The callback is executed asynchronously, and will have a limited stack trace. - * If the callback throws, the process will emit an `'uncaughtException'` event, and if not handled will exit. - * - * Since `null` has a special meaning as the first argument to a callback, if a - * wrapped function rejects a `Promise` with a falsy value as a reason, the value - * is wrapped in an `Error` with the original value stored in a field named`reason`. - * - * ```js - * function fn() { - * return Promise.reject(null); - * } - * const callbackFunction = util.callbackify(fn); - * - * callbackFunction((err, ret) => { - * // When the Promise was rejected with `null` it is wrapped with an Error and - * // the original value is stored in `reason`. - * err &#x26;&#x26; Object.hasOwn(err, 'reason') &#x26;&#x26; err.reason === null; // true - * }); - * ``` - * @since v8.2.0 - * @param fn An `async` function - * @return a callback style function - */ - export function callbackify(fn: () => Promise<void>): (callback: (err: NodeJS.ErrnoException) => void) => void; - export function callbackify<TResult>(fn: () => Promise<TResult>): (callback: (err: NodeJS.ErrnoException, result: TResult) => void) => void; - export function callbackify<T1>(fn: (arg1: T1) => Promise<void>): (arg1: T1, callback: (err: NodeJS.ErrnoException) => void) => void; - export function callbackify<T1, TResult>(fn: (arg1: T1) => Promise<TResult>): (arg1: T1, callback: (err: NodeJS.ErrnoException, result: TResult) => void) => void; - export function callbackify<T1, T2>(fn: (arg1: T1, arg2: T2) => Promise<void>): (arg1: T1, arg2: T2, callback: (err: NodeJS.ErrnoException) => void) => void; - export function callbackify<T1, T2, TResult>(fn: (arg1: T1, arg2: T2) => Promise<TResult>): (arg1: T1, arg2: T2, callback: (err: NodeJS.ErrnoException | null, result: TResult) => void) => void; - export function callbackify<T1, T2, T3>(fn: (arg1: T1, arg2: T2, arg3: T3) => Promise<void>): (arg1: T1, arg2: T2, arg3: T3, callback: (err: NodeJS.ErrnoException) => void) => void; - export function callbackify<T1, T2, T3, TResult>( - fn: (arg1: T1, arg2: T2, arg3: T3) => Promise<TResult> - ): (arg1: T1, arg2: T2, arg3: T3, callback: (err: NodeJS.ErrnoException | null, result: TResult) => void) => void; - export function callbackify<T1, T2, T3, T4>( - fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4) => Promise<void> - ): (arg1: T1, arg2: T2, arg3: T3, arg4: T4, callback: (err: NodeJS.ErrnoException) => void) => void; - export function callbackify<T1, T2, T3, T4, TResult>( - fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4) => Promise<TResult> - ): (arg1: T1, arg2: T2, arg3: T3, arg4: T4, callback: (err: NodeJS.ErrnoException | null, result: TResult) => void) => void; - export function callbackify<T1, T2, T3, T4, T5>( - fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5) => Promise<void> - ): (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, callback: (err: NodeJS.ErrnoException) => void) => void; - export function callbackify<T1, T2, T3, T4, T5, TResult>( - fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5) => Promise<TResult> - ): (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, callback: (err: NodeJS.ErrnoException | null, result: TResult) => void) => void; - export function callbackify<T1, T2, T3, T4, T5, T6>( - fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, arg6: T6) => Promise<void> - ): (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, arg6: T6, callback: (err: NodeJS.ErrnoException) => void) => void; - export function callbackify<T1, T2, T3, T4, T5, T6, TResult>( - fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, arg6: T6) => Promise<TResult> - ): (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, arg6: T6, callback: (err: NodeJS.ErrnoException | null, result: TResult) => void) => void; - export interface CustomPromisifyLegacy<TCustom extends Function> extends Function { - __promisify__: TCustom; - } - export interface CustomPromisifySymbol<TCustom extends Function> extends Function { - [promisify.custom]: TCustom; - } - export type CustomPromisify<TCustom extends Function> = CustomPromisifySymbol<TCustom> | CustomPromisifyLegacy<TCustom>; - /** - * Takes a function following the common error-first callback style, i.e. taking - * an `(err, value) => ...` callback as the last argument, and returns a version - * that returns promises. - * - * ```js - * const util = require('util'); - * const fs = require('fs'); - * - * const stat = util.promisify(fs.stat); - * stat('.').then((stats) => { - * // Do something with `stats` - * }).catch((error) => { - * // Handle the error. - * }); - * ``` - * - * Or, equivalently using `async function`s: - * - * ```js - * const util = require('util'); - * const fs = require('fs'); - * - * const stat = util.promisify(fs.stat); - * - * async function callStat() { - * const stats = await stat('.'); - * console.log(`This directory is owned by ${stats.uid}`); - * } - * ``` - * - * If there is an `original[util.promisify.custom]` property present, `promisify`will return its value, see `Custom promisified functions`. - * - * `promisify()` assumes that `original` is a function taking a callback as its - * final argument in all cases. If `original` is not a function, `promisify()`will throw an error. If `original` is a function but its last argument is not - * an error-first callback, it will still be passed an error-first - * callback as its last argument. - * - * Using `promisify()` on class methods or other methods that use `this` may not - * work as expected unless handled specially: - * - * ```js - * const util = require('util'); - * - * class Foo { - * constructor() { - * this.a = 42; - * } - * - * bar(callback) { - * callback(null, this.a); - * } - * } - * - * const foo = new Foo(); - * - * const naiveBar = util.promisify(foo.bar); - * // TypeError: Cannot read property 'a' of undefined - * // naiveBar().then(a => console.log(a)); - * - * naiveBar.call(foo).then((a) => console.log(a)); // '42' - * - * const bindBar = naiveBar.bind(foo); - * bindBar().then((a) => console.log(a)); // '42' - * ``` - * @since v8.0.0 - */ - export function promisify<TCustom extends Function>(fn: CustomPromisify<TCustom>): TCustom; - export function promisify<TResult>(fn: (callback: (err: any, result: TResult) => void) => void): () => Promise<TResult>; - export function promisify(fn: (callback: (err?: any) => void) => void): () => Promise<void>; - export function promisify<T1, TResult>(fn: (arg1: T1, callback: (err: any, result: TResult) => void) => void): (arg1: T1) => Promise<TResult>; - export function promisify<T1>(fn: (arg1: T1, callback: (err?: any) => void) => void): (arg1: T1) => Promise<void>; - export function promisify<T1, T2, TResult>(fn: (arg1: T1, arg2: T2, callback: (err: any, result: TResult) => void) => void): (arg1: T1, arg2: T2) => Promise<TResult>; - export function promisify<T1, T2>(fn: (arg1: T1, arg2: T2, callback: (err?: any) => void) => void): (arg1: T1, arg2: T2) => Promise<void>; - export function promisify<T1, T2, T3, TResult>(fn: (arg1: T1, arg2: T2, arg3: T3, callback: (err: any, result: TResult) => void) => void): (arg1: T1, arg2: T2, arg3: T3) => Promise<TResult>; - export function promisify<T1, T2, T3>(fn: (arg1: T1, arg2: T2, arg3: T3, callback: (err?: any) => void) => void): (arg1: T1, arg2: T2, arg3: T3) => Promise<void>; - export function promisify<T1, T2, T3, T4, TResult>( - fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4, callback: (err: any, result: TResult) => void) => void - ): (arg1: T1, arg2: T2, arg3: T3, arg4: T4) => Promise<TResult>; - export function promisify<T1, T2, T3, T4>(fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4, callback: (err?: any) => void) => void): (arg1: T1, arg2: T2, arg3: T3, arg4: T4) => Promise<void>; - export function promisify<T1, T2, T3, T4, T5, TResult>( - fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, callback: (err: any, result: TResult) => void) => void - ): (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5) => Promise<TResult>; - export function promisify<T1, T2, T3, T4, T5>( - fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, callback: (err?: any) => void) => void - ): (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5) => Promise<void>; - export function promisify(fn: Function): Function; - export namespace promisify { - /** - * That can be used to declare custom promisified variants of functions. - */ - const custom: unique symbol; - } - /** - * An implementation of the [WHATWG Encoding Standard](https://encoding.spec.whatwg.org/) `TextDecoder` API. - * - * ```js - * const decoder = new TextDecoder(); - * const u8arr = new Uint8Array([72, 101, 108, 108, 111]); - * console.log(decoder.decode(u8arr)); // Hello - * ``` - * @since v8.3.0 - */ - export class TextDecoder { - /** - * The encoding supported by the `TextDecoder` instance. - */ - readonly encoding: string; - /** - * The value will be `true` if decoding errors result in a `TypeError` being - * thrown. - */ - readonly fatal: boolean; - /** - * The value will be `true` if the decoding result will include the byte order - * mark. - */ - readonly ignoreBOM: boolean; - constructor( - encoding?: string, - options?: { - fatal?: boolean | undefined; - ignoreBOM?: boolean | undefined; - } - ); - /** - * Decodes the `input` and returns a string. If `options.stream` is `true`, any - * incomplete byte sequences occurring at the end of the `input` are buffered - * internally and emitted after the next call to `textDecoder.decode()`. - * - * If `textDecoder.fatal` is `true`, decoding errors that occur will result in a`TypeError` being thrown. - * @param input An `ArrayBuffer`, `DataView` or `TypedArray` instance containing the encoded data. - */ - decode( - input?: NodeJS.ArrayBufferView | ArrayBuffer | null, - options?: { - stream?: boolean | undefined; - } - ): string; - } - export interface EncodeIntoResult { - /** - * The read Unicode code units of input. - */ - read: number; - /** - * The written UTF-8 bytes of output. - */ - written: number; - } - export { types }; - - //// TextEncoder/Decoder - /** - * An implementation of the [WHATWG Encoding Standard](https://encoding.spec.whatwg.org/) `TextEncoder` API. All - * instances of `TextEncoder` only support UTF-8 encoding. - * - * ```js - * const encoder = new TextEncoder(); - * const uint8array = encoder.encode('this is some data'); - * ``` - * - * The `TextEncoder` class is also available on the global object. - * @since v8.3.0 - */ - export class TextEncoder { - /** - * The encoding supported by the `TextEncoder` instance. Always set to `'utf-8'`. - */ - readonly encoding: string; - /** - * UTF-8 encodes the `input` string and returns a `Uint8Array` containing the - * encoded bytes. - * @param [input='an empty string'] The text to encode. - */ - encode(input?: string): Uint8Array; - /** - * UTF-8 encodes the `src` string to the `dest` Uint8Array and returns an object - * containing the read Unicode code units and written UTF-8 bytes. - * - * ```js - * const encoder = new TextEncoder(); - * const src = 'this is some data'; - * const dest = new Uint8Array(10); - * const { read, written } = encoder.encodeInto(src, dest); - * ``` - * @param src The text to encode. - * @param dest The array to hold the encode result. - */ - encodeInto(src: string, dest: Uint8Array): EncodeIntoResult; - } - - import { TextDecoder as _TextDecoder, TextEncoder as _TextEncoder } from 'util'; - global { - /** - * `TextDecoder` class is a global reference for `require('util').TextDecoder` - * https://nodejs.org/api/globals.html#textdecoder - * @since v11.0.0 - */ - var TextDecoder: typeof globalThis extends { - onmessage: any; - TextDecoder: infer TextDecoder; - } - ? TextDecoder - : typeof _TextDecoder; - - /** - * `TextEncoder` class is a global reference for `require('util').TextEncoder` - * https://nodejs.org/api/globals.html#textencoder - * @since v11.0.0 - */ - var TextEncoder: typeof globalThis extends { - onmessage: any; - TextEncoder: infer TextEncoder; - } - ? TextEncoder - : typeof _TextEncoder; - } - - //// parseArgs - /** - * Provides a high-level API for command-line argument parsing. Takes a - * specification for the expected arguments and returns a structured object - * with the parsed values and positionals. - * - * `config` provides arguments for parsing and configures the parser. It - * supports the following properties: - * - * - `args` The array of argument strings. **Default:** `process.argv` with - * `execPath` and `filename` removed. - * - `options` Arguments known to the parser. Keys of `options` are the long - * names of options and values are objects accepting the following properties: - * - * - `type` Type of argument, which must be either `boolean` (for options - * which do not take values) or `string` (for options which do). - * - `multiple` Whether this option can be provided multiple - * times. If `true`, all values will be collected in an array. If - * `false`, values for the option are last-wins. **Default:** `false`. - * - `short` A single character alias for the option. - * - `default` The default option value when it is not set by args. It - * must be of the same type as the `type` property. When `multiple` - * is `true`, it must be an array. - * - * - `strict`: Whether an error should be thrown when unknown arguments - * are encountered, or when arguments are passed that do not match the - * `type` configured in `options`. **Default:** `true`. - * - `allowPositionals`: Whether this command accepts positional arguments. - * **Default:** `false` if `strict` is `true`, otherwise `true`. - * - `tokens`: Whether tokens {boolean} Return the parsed tokens. This is useful - * for extending the built-in behavior, from adding additional checks through - * to reprocessing the tokens in different ways. - * **Default:** `false`. - * - * @returns The parsed command line arguments: - * - * - `values` A mapping of parsed option names with their string - * or boolean values. - * - `positionals` Positional arguments. - * - `tokens` Detailed parse information (only if `tokens` was specified). - * - */ - export function parseArgs<T extends ParseArgsConfig>(config?: T): ParsedResults<T>; - - interface ParseArgsOptionConfig { - /** - * Type of argument. - */ - type: 'string' | 'boolean'; - /** - * Whether this option can be provided multiple times. - * If `true`, all values will be collected in an array. - * If `false`, values for the option are last-wins. - * @default false. - */ - multiple?: boolean | undefined; - /** - * A single character alias for the option. - */ - short?: string | undefined; - /** - * The default option value when it is not set by args. - * It must be of the same type as the the `type` property. - * When `multiple` is `true`, it must be an array. - * @since v18.11.0 - */ - default?: string | boolean | string[] | boolean[] | undefined; - } - - interface ParseArgsOptionsConfig { - [longOption: string]: ParseArgsOptionConfig; - } - - export interface ParseArgsConfig { - /** - * Array of argument strings. - */ - args?: string[] | undefined; - /** - * Used to describe arguments known to the parser. - */ - options?: ParseArgsOptionsConfig | undefined; - /** - * Should an error be thrown when unknown arguments are encountered, - * or when arguments are passed that do not match the `type` configured in `options`. - * @default true - */ - strict?: boolean | undefined; - /** - * Whether this command accepts positional arguments. - */ - allowPositionals?: boolean | undefined; - /** - * Return the parsed tokens. This is useful for extending the built-in behavior, - * from adding additional checks through to reprocessing the tokens in different ways. - * @default false - */ - tokens?: boolean | undefined; - } - - /* - IfDefaultsTrue and IfDefaultsFalse are helpers to handle default values for missing boolean properties. - TypeScript does not have exact types for objects: https://github.com/microsoft/TypeScript/issues/12936 - This means it is impossible to distinguish between "field X is definitely not present" and "field X may or may not be present". - But we expect users to generally provide their config inline or `as const`, which means TS will always know whether a given field is present. - So this helper treats "not definitely present" (i.e., not `extends boolean`) as being "definitely not present", i.e. it should have its default value. - This is technically incorrect but is a much nicer UX for the common case. - The IfDefaultsTrue version is for things which default to true; the IfDefaultsFalse version is for things which default to false. - */ - type IfDefaultsTrue<T, IfTrue, IfFalse> = T extends true - ? IfTrue - : T extends false - ? IfFalse - : IfTrue; - - // we put the `extends false` condition first here because `undefined` compares like `any` when `strictNullChecks: false` - type IfDefaultsFalse<T, IfTrue, IfFalse> = T extends false - ? IfFalse - : T extends true - ? IfTrue - : IfFalse; - - type ExtractOptionValue<T extends ParseArgsConfig, O extends ParseArgsOptionConfig> = IfDefaultsTrue< - T['strict'], - O['type'] extends 'string' ? string : O['type'] extends 'boolean' ? boolean : string | boolean, - string | boolean - >; - - type ParsedValues<T extends ParseArgsConfig> = - & IfDefaultsTrue<T['strict'], unknown, { [longOption: string]: undefined | string | boolean }> - & (T['options'] extends ParseArgsOptionsConfig - ? { - -readonly [LongOption in keyof T['options']]: IfDefaultsFalse< - T['options'][LongOption]['multiple'], - undefined | Array<ExtractOptionValue<T, T['options'][LongOption]>>, - undefined | ExtractOptionValue<T, T['options'][LongOption]> - >; - } - : {}); - - type ParsedPositionals<T extends ParseArgsConfig> = IfDefaultsTrue< - T['strict'], - IfDefaultsFalse<T['allowPositionals'], string[], []>, - IfDefaultsTrue<T['allowPositionals'], string[], []> - >; - - type PreciseTokenForOptions< - K extends string, - O extends ParseArgsOptionConfig, - > = O['type'] extends 'string' - ? { - kind: 'option'; - index: number; - name: K; - rawName: string; - value: string; - inlineValue: boolean; - } - : O['type'] extends 'boolean' - ? { - kind: 'option'; - index: number; - name: K; - rawName: string; - value: undefined; - inlineValue: undefined; - } - : OptionToken & { name: K }; - - type TokenForOptions< - T extends ParseArgsConfig, - K extends keyof T['options'] = keyof T['options'], - > = K extends unknown - ? T['options'] extends ParseArgsOptionsConfig - ? PreciseTokenForOptions<K & string, T['options'][K]> - : OptionToken - : never; - - type ParsedOptionToken<T extends ParseArgsConfig> = IfDefaultsTrue<T['strict'], TokenForOptions<T>, OptionToken>; - - type ParsedPositionalToken<T extends ParseArgsConfig> = IfDefaultsTrue< - T['strict'], - IfDefaultsFalse<T['allowPositionals'], { kind: 'positional'; index: number; value: string }, never>, - IfDefaultsTrue<T['allowPositionals'], { kind: 'positional'; index: number; value: string }, never> - >; - - type ParsedTokens<T extends ParseArgsConfig> = Array< - ParsedOptionToken<T> | ParsedPositionalToken<T> | { kind: 'option-terminator'; index: number } - >; - - type PreciseParsedResults<T extends ParseArgsConfig> = IfDefaultsFalse< - T['tokens'], - { - values: ParsedValues<T>; - positionals: ParsedPositionals<T>; - tokens: ParsedTokens<T>; - }, - { - values: ParsedValues<T>; - positionals: ParsedPositionals<T>; - } - >; - - type OptionToken = - | { kind: 'option'; index: number; name: string; rawName: string; value: string; inlineValue: boolean } - | { - kind: 'option'; - index: number; - name: string; - rawName: string; - value: undefined; - inlineValue: undefined; - }; - - type Token = - | OptionToken - | { kind: 'positional'; index: number; value: string } - | { kind: 'option-terminator'; index: number }; - - // If ParseArgsConfig extends T, then the user passed config constructed elsewhere. - // So we can't rely on the `"not definitely present" implies "definitely not present"` assumption mentioned above. - type ParsedResults<T extends ParseArgsConfig> = ParseArgsConfig extends T - ? { - values: { [longOption: string]: undefined | string | boolean | Array<string | boolean> }; - positionals: string[]; - tokens?: Token[]; - } - : PreciseParsedResults<T>; - - /** - * @since v18.13.0 - */ - export class MIMEType { - /** - * Creates a new MIMEType object by parsing the input. - * - * A `TypeError` will be thrown if the `input` is not a valid MIME. - * Note that an effort will be made to coerce the given values into strings. - * @param input The input MIME to parse. - */ - constructor(input: string | { toString: () => string }); - - /** - * Gets and sets the type portion of the MIME. - */ - type: string; - - /** - * Gets and sets the subtype portion of the MIME. - */ - subtype: string; - - /** - * Gets the essence of the MIME. - * - * Use `mime.type` or `mime.subtype` to alter the MIME. - */ - readonly essence: string; - - /** - * Gets the `MIMEParams` object representing the parameters of the MIME. - */ - readonly params: MIMEParams; - - /** - * Returns the serialized MIME. - * - * Because of the need for standard compliance, this method - * does not allow users to customize the serialization process of the MIME. - */ - toString(): string; - } - - /** - * @since v18.13.0 - */ - export class MIMEParams { - /** - * Remove all name-value pairs whose name is `name`. - */ - delete(name: string): void; - /** - * Returns an iterator over each of the name-value pairs in the parameters. - */ - entries(): IterableIterator<[name: string, value: string]>; - /** - * Returns the value of the first name-value pair whose name is `name`. - * If there are no such pairs, `null` is returned. - */ - get(name: string): string | null; - /** - * Returns `true` if there is at least one name-value pair whose name is `name`. - */ - has(name: string): boolean; - /** - * Returns an iterator over the names of each name-value pair. - */ - keys(): IterableIterator<string>; - /** - * Sets the value in the `MIMEParams` object associated with `name` to `value`. - * If there are any pre-existing name-value pairs whose names are `name`, - * set the first such pair's value to `value`. - */ - set(name: string, value: string): void; - /** - * Returns an iterator over the values of each name-value pair. - */ - values(): IterableIterator<string>; - /** - * Returns an iterator over each of the name-value pairs in the parameters. - */ - [Symbol.iterator]: typeof MIMEParams.prototype.entries; - } -} -declare module 'util/types' { - export * from 'util/types'; -} -declare module 'util/types' { - import { KeyObject, webcrypto } from 'node:crypto'; - /** - * Returns `true` if the value is a built-in [`ArrayBuffer`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer) or - * [`SharedArrayBuffer`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/SharedArrayBuffer) instance. - * - * See also `util.types.isArrayBuffer()` and `util.types.isSharedArrayBuffer()`. - * - * ```js - * util.types.isAnyArrayBuffer(new ArrayBuffer()); // Returns true - * util.types.isAnyArrayBuffer(new SharedArrayBuffer()); // Returns true - * ``` - * @since v10.0.0 - */ - function isAnyArrayBuffer(object: unknown): object is ArrayBufferLike; - /** - * Returns `true` if the value is an `arguments` object. - * - * ```js - * function foo() { - * util.types.isArgumentsObject(arguments); // Returns true - * } - * ``` - * @since v10.0.0 - */ - function isArgumentsObject(object: unknown): object is IArguments; - /** - * Returns `true` if the value is a built-in [`ArrayBuffer`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer) instance. - * This does _not_ include [`SharedArrayBuffer`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/SharedArrayBuffer) instances. Usually, it is - * desirable to test for both; See `util.types.isAnyArrayBuffer()` for that. - * - * ```js - * util.types.isArrayBuffer(new ArrayBuffer()); // Returns true - * util.types.isArrayBuffer(new SharedArrayBuffer()); // Returns false - * ``` - * @since v10.0.0 - */ - function isArrayBuffer(object: unknown): object is ArrayBuffer; - /** - * Returns `true` if the value is an instance of one of the [`ArrayBuffer`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer) views, such as typed - * array objects or [`DataView`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DataView). Equivalent to - * [`ArrayBuffer.isView()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer/isView). - * - * ```js - * util.types.isArrayBufferView(new Int8Array()); // true - * util.types.isArrayBufferView(Buffer.from('hello world')); // true - * util.types.isArrayBufferView(new DataView(new ArrayBuffer(16))); // true - * util.types.isArrayBufferView(new ArrayBuffer()); // false - * ``` - * @since v10.0.0 - */ - function isArrayBufferView(object: unknown): object is NodeJS.ArrayBufferView; - /** - * Returns `true` if the value is an [async function](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/async_function). - * This only reports back what the JavaScript engine is seeing; - * in particular, the return value may not match the original source code if - * a transpilation tool was used. - * - * ```js - * util.types.isAsyncFunction(function foo() {}); // Returns false - * util.types.isAsyncFunction(async function foo() {}); // Returns true - * ``` - * @since v10.0.0 - */ - function isAsyncFunction(object: unknown): boolean; - /** - * Returns `true` if the value is a `BigInt64Array` instance. - * - * ```js - * util.types.isBigInt64Array(new BigInt64Array()); // Returns true - * util.types.isBigInt64Array(new BigUint64Array()); // Returns false - * ``` - * @since v10.0.0 - */ - function isBigInt64Array(value: unknown): value is BigInt64Array; - /** - * Returns `true` if the value is a `BigUint64Array` instance. - * - * ```js - * util.types.isBigUint64Array(new BigInt64Array()); // Returns false - * util.types.isBigUint64Array(new BigUint64Array()); // Returns true - * ``` - * @since v10.0.0 - */ - function isBigUint64Array(value: unknown): value is BigUint64Array; - /** - * Returns `true` if the value is a boolean object, e.g. created - * by `new Boolean()`. - * - * ```js - * util.types.isBooleanObject(false); // Returns false - * util.types.isBooleanObject(true); // Returns false - * util.types.isBooleanObject(new Boolean(false)); // Returns true - * util.types.isBooleanObject(new Boolean(true)); // Returns true - * util.types.isBooleanObject(Boolean(false)); // Returns false - * util.types.isBooleanObject(Boolean(true)); // Returns false - * ``` - * @since v10.0.0 - */ - function isBooleanObject(object: unknown): object is Boolean; - /** - * Returns `true` if the value is any boxed primitive object, e.g. created - * by `new Boolean()`, `new String()` or `Object(Symbol())`. - * - * For example: - * - * ```js - * util.types.isBoxedPrimitive(false); // Returns false - * util.types.isBoxedPrimitive(new Boolean(false)); // Returns true - * util.types.isBoxedPrimitive(Symbol('foo')); // Returns false - * util.types.isBoxedPrimitive(Object(Symbol('foo'))); // Returns true - * util.types.isBoxedPrimitive(Object(BigInt(5))); // Returns true - * ``` - * @since v10.11.0 - */ - function isBoxedPrimitive(object: unknown): object is String | Number | BigInt | Boolean | Symbol; - /** - * Returns `true` if the value is a built-in [`DataView`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DataView) instance. - * - * ```js - * const ab = new ArrayBuffer(20); - * util.types.isDataView(new DataView(ab)); // Returns true - * util.types.isDataView(new Float64Array()); // Returns false - * ``` - * - * See also [`ArrayBuffer.isView()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer/isView). - * @since v10.0.0 - */ - function isDataView(object: unknown): object is DataView; - /** - * Returns `true` if the value is a built-in [`Date`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) instance. - * - * ```js - * util.types.isDate(new Date()); // Returns true - * ``` - * @since v10.0.0 - */ - function isDate(object: unknown): object is Date; - /** - * Returns `true` if the value is a native `External` value. - * - * A native `External` value is a special type of object that contains a - * raw C++ pointer (`void*`) for access from native code, and has no other - * properties. Such objects are created either by Node.js internals or native - * addons. In JavaScript, they are [frozen](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/freeze) objects with a`null` prototype. - * - * ```c - * #include <js_native_api.h> - * #include <stdlib.h> - * napi_value result; - * static napi_value MyNapi(napi_env env, napi_callback_info info) { - * int* raw = (int*) malloc(1024); - * napi_status status = napi_create_external(env, (void*) raw, NULL, NULL, &#x26;result); - * if (status != napi_ok) { - * napi_throw_error(env, NULL, "napi_create_external failed"); - * return NULL; - * } - * return result; - * } - * ... - * DECLARE_NAPI_PROPERTY("myNapi", MyNapi) - * ... - * ``` - * - * ```js - * const native = require('napi_addon.node'); - * const data = native.myNapi(); - * util.types.isExternal(data); // returns true - * util.types.isExternal(0); // returns false - * util.types.isExternal(new String('foo')); // returns false - * ``` - * - * For further information on `napi_create_external`, refer to `napi_create_external()`. - * @since v10.0.0 - */ - function isExternal(object: unknown): boolean; - /** - * Returns `true` if the value is a built-in [`Float32Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Float32Array) instance. - * - * ```js - * util.types.isFloat32Array(new ArrayBuffer()); // Returns false - * util.types.isFloat32Array(new Float32Array()); // Returns true - * util.types.isFloat32Array(new Float64Array()); // Returns false - * ``` - * @since v10.0.0 - */ - function isFloat32Array(object: unknown): object is Float32Array; - /** - * Returns `true` if the value is a built-in [`Float64Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Float64Array) instance. - * - * ```js - * util.types.isFloat64Array(new ArrayBuffer()); // Returns false - * util.types.isFloat64Array(new Uint8Array()); // Returns false - * util.types.isFloat64Array(new Float64Array()); // Returns true - * ``` - * @since v10.0.0 - */ - function isFloat64Array(object: unknown): object is Float64Array; - /** - * Returns `true` if the value is a generator function. - * This only reports back what the JavaScript engine is seeing; - * in particular, the return value may not match the original source code if - * a transpilation tool was used. - * - * ```js - * util.types.isGeneratorFunction(function foo() {}); // Returns false - * util.types.isGeneratorFunction(function* foo() {}); // Returns true - * ``` - * @since v10.0.0 - */ - function isGeneratorFunction(object: unknown): object is GeneratorFunction; - /** - * Returns `true` if the value is a generator object as returned from a - * built-in generator function. - * This only reports back what the JavaScript engine is seeing; - * in particular, the return value may not match the original source code if - * a transpilation tool was used. - * - * ```js - * function* foo() {} - * const generator = foo(); - * util.types.isGeneratorObject(generator); // Returns true - * ``` - * @since v10.0.0 - */ - function isGeneratorObject(object: unknown): object is Generator; - /** - * Returns `true` if the value is a built-in [`Int8Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Int8Array) instance. - * - * ```js - * util.types.isInt8Array(new ArrayBuffer()); // Returns false - * util.types.isInt8Array(new Int8Array()); // Returns true - * util.types.isInt8Array(new Float64Array()); // Returns false - * ``` - * @since v10.0.0 - */ - function isInt8Array(object: unknown): object is Int8Array; - /** - * Returns `true` if the value is a built-in [`Int16Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Int16Array) instance. - * - * ```js - * util.types.isInt16Array(new ArrayBuffer()); // Returns false - * util.types.isInt16Array(new Int16Array()); // Returns true - * util.types.isInt16Array(new Float64Array()); // Returns false - * ``` - * @since v10.0.0 - */ - function isInt16Array(object: unknown): object is Int16Array; - /** - * Returns `true` if the value is a built-in [`Int32Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Int32Array) instance. - * - * ```js - * util.types.isInt32Array(new ArrayBuffer()); // Returns false - * util.types.isInt32Array(new Int32Array()); // Returns true - * util.types.isInt32Array(new Float64Array()); // Returns false - * ``` - * @since v10.0.0 - */ - function isInt32Array(object: unknown): object is Int32Array; - /** - * Returns `true` if the value is a built-in [`Map`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map) instance. - * - * ```js - * util.types.isMap(new Map()); // Returns true - * ``` - * @since v10.0.0 - */ - function isMap<T>(object: T | {}): object is T extends ReadonlyMap<any, any> ? (unknown extends T ? never : ReadonlyMap<any, any>) : Map<unknown, unknown>; - /** - * Returns `true` if the value is an iterator returned for a built-in [`Map`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map) instance. - * - * ```js - * const map = new Map(); - * util.types.isMapIterator(map.keys()); // Returns true - * util.types.isMapIterator(map.values()); // Returns true - * util.types.isMapIterator(map.entries()); // Returns true - * util.types.isMapIterator(map[Symbol.iterator]()); // Returns true - * ``` - * @since v10.0.0 - */ - function isMapIterator(object: unknown): boolean; - /** - * Returns `true` if the value is an instance of a [Module Namespace Object](https://tc39.github.io/ecma262/#sec-module-namespace-exotic-objects). - * - * ```js - * import * as ns from './a.js'; - * - * util.types.isModuleNamespaceObject(ns); // Returns true - * ``` - * @since v10.0.0 - */ - function isModuleNamespaceObject(value: unknown): boolean; - /** - * Returns `true` if the value is an instance of a built-in `Error` type. - * - * ```js - * util.types.isNativeError(new Error()); // Returns true - * util.types.isNativeError(new TypeError()); // Returns true - * util.types.isNativeError(new RangeError()); // Returns true - * ``` - * @since v10.0.0 - */ - function isNativeError(object: unknown): object is Error; - /** - * Returns `true` if the value is a number object, e.g. created - * by `new Number()`. - * - * ```js - * util.types.isNumberObject(0); // Returns false - * util.types.isNumberObject(new Number(0)); // Returns true - * ``` - * @since v10.0.0 - */ - function isNumberObject(object: unknown): object is Number; - /** - * Returns `true` if the value is a built-in [`Promise`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise). - * - * ```js - * util.types.isPromise(Promise.resolve(42)); // Returns true - * ``` - * @since v10.0.0 - */ - function isPromise(object: unknown): object is Promise<unknown>; - /** - * Returns `true` if the value is a [`Proxy`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Proxy) instance. - * - * ```js - * const target = {}; - * const proxy = new Proxy(target, {}); - * util.types.isProxy(target); // Returns false - * util.types.isProxy(proxy); // Returns true - * ``` - * @since v10.0.0 - */ - function isProxy(object: unknown): boolean; - /** - * Returns `true` if the value is a regular expression object. - * - * ```js - * util.types.isRegExp(/abc/); // Returns true - * util.types.isRegExp(new RegExp('abc')); // Returns true - * ``` - * @since v10.0.0 - */ - function isRegExp(object: unknown): object is RegExp; - /** - * Returns `true` if the value is a built-in [`Set`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set) instance. - * - * ```js - * util.types.isSet(new Set()); // Returns true - * ``` - * @since v10.0.0 - */ - function isSet<T>(object: T | {}): object is T extends ReadonlySet<any> ? (unknown extends T ? never : ReadonlySet<any>) : Set<unknown>; - /** - * Returns `true` if the value is an iterator returned for a built-in [`Set`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set) instance. - * - * ```js - * const set = new Set(); - * util.types.isSetIterator(set.keys()); // Returns true - * util.types.isSetIterator(set.values()); // Returns true - * util.types.isSetIterator(set.entries()); // Returns true - * util.types.isSetIterator(set[Symbol.iterator]()); // Returns true - * ``` - * @since v10.0.0 - */ - function isSetIterator(object: unknown): boolean; - /** - * Returns `true` if the value is a built-in [`SharedArrayBuffer`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/SharedArrayBuffer) instance. - * This does _not_ include [`ArrayBuffer`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer) instances. Usually, it is - * desirable to test for both; See `util.types.isAnyArrayBuffer()` for that. - * - * ```js - * util.types.isSharedArrayBuffer(new ArrayBuffer()); // Returns false - * util.types.isSharedArrayBuffer(new SharedArrayBuffer()); // Returns true - * ``` - * @since v10.0.0 - */ - function isSharedArrayBuffer(object: unknown): object is SharedArrayBuffer; - /** - * Returns `true` if the value is a string object, e.g. created - * by `new String()`. - * - * ```js - * util.types.isStringObject('foo'); // Returns false - * util.types.isStringObject(new String('foo')); // Returns true - * ``` - * @since v10.0.0 - */ - function isStringObject(object: unknown): object is String; - /** - * Returns `true` if the value is a symbol object, created - * by calling `Object()` on a `Symbol` primitive. - * - * ```js - * const symbol = Symbol('foo'); - * util.types.isSymbolObject(symbol); // Returns false - * util.types.isSymbolObject(Object(symbol)); // Returns true - * ``` - * @since v10.0.0 - */ - function isSymbolObject(object: unknown): object is Symbol; - /** - * Returns `true` if the value is a built-in [`TypedArray`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray) instance. - * - * ```js - * util.types.isTypedArray(new ArrayBuffer()); // Returns false - * util.types.isTypedArray(new Uint8Array()); // Returns true - * util.types.isTypedArray(new Float64Array()); // Returns true - * ``` - * - * See also [`ArrayBuffer.isView()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer/isView). - * @since v10.0.0 - */ - function isTypedArray(object: unknown): object is NodeJS.TypedArray; - /** - * Returns `true` if the value is a built-in [`Uint8Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array) instance. - * - * ```js - * util.types.isUint8Array(new ArrayBuffer()); // Returns false - * util.types.isUint8Array(new Uint8Array()); // Returns true - * util.types.isUint8Array(new Float64Array()); // Returns false - * ``` - * @since v10.0.0 - */ - function isUint8Array(object: unknown): object is Uint8Array; - /** - * Returns `true` if the value is a built-in [`Uint8ClampedArray`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8ClampedArray) instance. - * - * ```js - * util.types.isUint8ClampedArray(new ArrayBuffer()); // Returns false - * util.types.isUint8ClampedArray(new Uint8ClampedArray()); // Returns true - * util.types.isUint8ClampedArray(new Float64Array()); // Returns false - * ``` - * @since v10.0.0 - */ - function isUint8ClampedArray(object: unknown): object is Uint8ClampedArray; - /** - * Returns `true` if the value is a built-in [`Uint16Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint16Array) instance. - * - * ```js - * util.types.isUint16Array(new ArrayBuffer()); // Returns false - * util.types.isUint16Array(new Uint16Array()); // Returns true - * util.types.isUint16Array(new Float64Array()); // Returns false - * ``` - * @since v10.0.0 - */ - function isUint16Array(object: unknown): object is Uint16Array; - /** - * Returns `true` if the value is a built-in [`Uint32Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint32Array) instance. - * - * ```js - * util.types.isUint32Array(new ArrayBuffer()); // Returns false - * util.types.isUint32Array(new Uint32Array()); // Returns true - * util.types.isUint32Array(new Float64Array()); // Returns false - * ``` - * @since v10.0.0 - */ - function isUint32Array(object: unknown): object is Uint32Array; - /** - * Returns `true` if the value is a built-in [`WeakMap`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WeakMap) instance. - * - * ```js - * util.types.isWeakMap(new WeakMap()); // Returns true - * ``` - * @since v10.0.0 - */ - function isWeakMap(object: unknown): object is WeakMap<object, unknown>; - /** - * Returns `true` if the value is a built-in [`WeakSet`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WeakSet) instance. - * - * ```js - * util.types.isWeakSet(new WeakSet()); // Returns true - * ``` - * @since v10.0.0 - */ - function isWeakSet(object: unknown): object is WeakSet<object>; - /** - * Returns `true` if `value` is a `KeyObject`, `false` otherwise. - * @since v16.2.0 - */ - function isKeyObject(object: unknown): object is KeyObject; - /** - * Returns `true` if `value` is a `CryptoKey`, `false` otherwise. - * @since v16.2.0 - */ - function isCryptoKey(object: unknown): object is webcrypto.CryptoKey; -} -declare module 'node:util' { - export * from 'util'; -} -declare module 'node:util/types' { - export * from 'util/types'; -} diff --git a/software/flow/node_modules/@types/node/v8.d.ts b/software/flow/node_modules/@types/node/v8.d.ts deleted file mode 100755 index 6685dc2..0000000 --- a/software/flow/node_modules/@types/node/v8.d.ts +++ /dev/null @@ -1,396 +0,0 @@ -/** - * The `v8` module exposes APIs that are specific to the version of [V8](https://developers.google.com/v8/) built into the Node.js binary. It can be accessed using: - * - * ```js - * const v8 = require('v8'); - * ``` - * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/v8.js) - */ -declare module 'v8' { - import { Readable } from 'node:stream'; - interface HeapSpaceInfo { - space_name: string; - space_size: number; - space_used_size: number; - space_available_size: number; - physical_space_size: number; - } - // ** Signifies if the --zap_code_space option is enabled or not. 1 == enabled, 0 == disabled. */ - type DoesZapCodeSpaceFlag = 0 | 1; - interface HeapInfo { - total_heap_size: number; - total_heap_size_executable: number; - total_physical_size: number; - total_available_size: number; - used_heap_size: number; - heap_size_limit: number; - malloced_memory: number; - peak_malloced_memory: number; - does_zap_garbage: DoesZapCodeSpaceFlag; - number_of_native_contexts: number; - number_of_detached_contexts: number; - } - interface HeapCodeStatistics { - code_and_metadata_size: number; - bytecode_and_metadata_size: number; - external_script_source_size: number; - } - /** - * Returns an integer representing a version tag derived from the V8 version, - * command-line flags, and detected CPU features. This is useful for determining - * whether a `vm.Script` `cachedData` buffer is compatible with this instance - * of V8. - * - * ```js - * console.log(v8.cachedDataVersionTag()); // 3947234607 - * // The value returned by v8.cachedDataVersionTag() is derived from the V8 - * // version, command-line flags, and detected CPU features. Test that the value - * // does indeed update when flags are toggled. - * v8.setFlagsFromString('--allow_natives_syntax'); - * console.log(v8.cachedDataVersionTag()); // 183726201 - * ``` - * @since v8.0.0 - */ - function cachedDataVersionTag(): number; - /** - * Returns an object with the following properties: - * - * `does_zap_garbage` is a 0/1 boolean, which signifies whether the`--zap_code_space` option is enabled or not. This makes V8 overwrite heap - * garbage with a bit pattern. The RSS footprint (resident set size) gets bigger - * because it continuously touches all heap pages and that makes them less likely - * to get swapped out by the operating system. - * - * `number_of_native_contexts` The value of native\_context is the number of the - * top-level contexts currently active. Increase of this number over time indicates - * a memory leak. - * - * `number_of_detached_contexts` The value of detached\_context is the number - * of contexts that were detached and not yet garbage collected. This number - * being non-zero indicates a potential memory leak. - * - * ```js - * { - * total_heap_size: 7326976, - * total_heap_size_executable: 4194304, - * total_physical_size: 7326976, - * total_available_size: 1152656, - * used_heap_size: 3476208, - * heap_size_limit: 1535115264, - * malloced_memory: 16384, - * peak_malloced_memory: 1127496, - * does_zap_garbage: 0, - * number_of_native_contexts: 1, - * number_of_detached_contexts: 0 - * } - * ``` - * @since v1.0.0 - */ - function getHeapStatistics(): HeapInfo; - /** - * Returns statistics about the V8 heap spaces, i.e. the segments which make up - * the V8 heap. Neither the ordering of heap spaces, nor the availability of a - * heap space can be guaranteed as the statistics are provided via the - * V8[`GetHeapSpaceStatistics`](https://v8docs.nodesource.com/node-13.2/d5/dda/classv8_1_1_isolate.html#ac673576f24fdc7a33378f8f57e1d13a4) function and may change from one V8 version to the - * next. - * - * The value returned is an array of objects containing the following properties: - * - * ```json - * [ - * { - * "space_name": "new_space", - * "space_size": 2063872, - * "space_used_size": 951112, - * "space_available_size": 80824, - * "physical_space_size": 2063872 - * }, - * { - * "space_name": "old_space", - * "space_size": 3090560, - * "space_used_size": 2493792, - * "space_available_size": 0, - * "physical_space_size": 3090560 - * }, - * { - * "space_name": "code_space", - * "space_size": 1260160, - * "space_used_size": 644256, - * "space_available_size": 960, - * "physical_space_size": 1260160 - * }, - * { - * "space_name": "map_space", - * "space_size": 1094160, - * "space_used_size": 201608, - * "space_available_size": 0, - * "physical_space_size": 1094160 - * }, - * { - * "space_name": "large_object_space", - * "space_size": 0, - * "space_used_size": 0, - * "space_available_size": 1490980608, - * "physical_space_size": 0 - * } - * ] - * ``` - * @since v6.0.0 - */ - function getHeapSpaceStatistics(): HeapSpaceInfo[]; - /** - * The `v8.setFlagsFromString()` method can be used to programmatically set - * V8 command-line flags. This method should be used with care. Changing settings - * after the VM has started may result in unpredictable behavior, including - * crashes and data loss; or it may simply do nothing. - * - * The V8 options available for a version of Node.js may be determined by running`node --v8-options`. - * - * Usage: - * - * ```js - * // Print GC events to stdout for one minute. - * const v8 = require('v8'); - * v8.setFlagsFromString('--trace_gc'); - * setTimeout(() => { v8.setFlagsFromString('--notrace_gc'); }, 60e3); - * ``` - * @since v1.0.0 - */ - function setFlagsFromString(flags: string): void; - /** - * Generates a snapshot of the current V8 heap and returns a Readable - * Stream that may be used to read the JSON serialized representation. - * This JSON stream format is intended to be used with tools such as - * Chrome DevTools. The JSON schema is undocumented and specific to the - * V8 engine. Therefore, the schema may change from one version of V8 to the next. - * - * Creating a heap snapshot requires memory about twice the size of the heap at - * the time the snapshot is created. This results in the risk of OOM killers - * terminating the process. - * - * Generating a snapshot is a synchronous operation which blocks the event loop - * for a duration depending on the heap size. - * - * ```js - * // Print heap snapshot to the console - * const v8 = require('v8'); - * const stream = v8.getHeapSnapshot(); - * stream.pipe(process.stdout); - * ``` - * @since v11.13.0 - * @return A Readable Stream containing the V8 heap snapshot - */ - function getHeapSnapshot(): Readable; - /** - * Generates a snapshot of the current V8 heap and writes it to a JSON - * file. This file is intended to be used with tools such as Chrome - * DevTools. The JSON schema is undocumented and specific to the V8 - * engine, and may change from one version of V8 to the next. - * - * A heap snapshot is specific to a single V8 isolate. When using `worker threads`, a heap snapshot generated from the main thread will - * not contain any information about the workers, and vice versa. - * - * Creating a heap snapshot requires memory about twice the size of the heap at - * the time the snapshot is created. This results in the risk of OOM killers - * terminating the process. - * - * Generating a snapshot is a synchronous operation which blocks the event loop - * for a duration depending on the heap size. - * - * ```js - * const { writeHeapSnapshot } = require('v8'); - * const { - * Worker, - * isMainThread, - * parentPort - * } = require('worker_threads'); - * - * if (isMainThread) { - * const worker = new Worker(__filename); - * - * worker.once('message', (filename) => { - * console.log(`worker heapdump: ${filename}`); - * // Now get a heapdump for the main thread. - * console.log(`main thread heapdump: ${writeHeapSnapshot()}`); - * }); - * - * // Tell the worker to create a heapdump. - * worker.postMessage('heapdump'); - * } else { - * parentPort.once('message', (message) => { - * if (message === 'heapdump') { - * // Generate a heapdump for the worker - * // and return the filename to the parent. - * parentPort.postMessage(writeHeapSnapshot()); - * } - * }); - * } - * ``` - * @since v11.13.0 - * @param filename The file path where the V8 heap snapshot is to be saved. If not specified, a file name with the pattern `'Heap-${yyyymmdd}-${hhmmss}-${pid}-${thread_id}.heapsnapshot'` will be - * generated, where `{pid}` will be the PID of the Node.js process, `{thread_id}` will be `0` when `writeHeapSnapshot()` is called from the main Node.js thread or the id of a - * worker thread. - * @return The filename where the snapshot was saved. - */ - function writeHeapSnapshot(filename?: string): string; - /** - * Returns an object with the following properties: - * - * ```js - * { - * code_and_metadata_size: 212208, - * bytecode_and_metadata_size: 161368, - * external_script_source_size: 1410794 - * } - * ``` - * @since v12.8.0 - */ - function getHeapCodeStatistics(): HeapCodeStatistics; - /** - * @since v8.0.0 - */ - class Serializer { - /** - * Writes out a header, which includes the serialization format version. - */ - writeHeader(): void; - /** - * Serializes a JavaScript value and adds the serialized representation to the - * internal buffer. - * - * This throws an error if `value` cannot be serialized. - */ - writeValue(val: any): boolean; - /** - * Returns the stored internal buffer. This serializer should not be used once - * the buffer is released. Calling this method results in undefined behavior - * if a previous write has failed. - */ - releaseBuffer(): Buffer; - /** - * Marks an `ArrayBuffer` as having its contents transferred out of band. - * Pass the corresponding `ArrayBuffer` in the deserializing context to `deserializer.transferArrayBuffer()`. - * @param id A 32-bit unsigned integer. - * @param arrayBuffer An `ArrayBuffer` instance. - */ - transferArrayBuffer(id: number, arrayBuffer: ArrayBuffer): void; - /** - * Write a raw 32-bit unsigned integer. - * For use inside of a custom `serializer._writeHostObject()`. - */ - writeUint32(value: number): void; - /** - * Write a raw 64-bit unsigned integer, split into high and low 32-bit parts. - * For use inside of a custom `serializer._writeHostObject()`. - */ - writeUint64(hi: number, lo: number): void; - /** - * Write a JS `number` value. - * For use inside of a custom `serializer._writeHostObject()`. - */ - writeDouble(value: number): void; - /** - * Write raw bytes into the serializer’s internal buffer. The deserializer - * will require a way to compute the length of the buffer. - * For use inside of a custom `serializer._writeHostObject()`. - */ - writeRawBytes(buffer: NodeJS.TypedArray): void; - } - /** - * A subclass of `Serializer` that serializes `TypedArray`(in particular `Buffer`) and `DataView` objects as host objects, and only - * stores the part of their underlying `ArrayBuffer`s that they are referring to. - * @since v8.0.0 - */ - class DefaultSerializer extends Serializer {} - /** - * @since v8.0.0 - */ - class Deserializer { - constructor(data: NodeJS.TypedArray); - /** - * Reads and validates a header (including the format version). - * May, for example, reject an invalid or unsupported wire format. In that case, - * an `Error` is thrown. - */ - readHeader(): boolean; - /** - * Deserializes a JavaScript value from the buffer and returns it. - */ - readValue(): any; - /** - * Marks an `ArrayBuffer` as having its contents transferred out of band. - * Pass the corresponding `ArrayBuffer` in the serializing context to `serializer.transferArrayBuffer()` (or return the `id` from `serializer._getSharedArrayBufferId()` in the case of - * `SharedArrayBuffer`s). - * @param id A 32-bit unsigned integer. - * @param arrayBuffer An `ArrayBuffer` instance. - */ - transferArrayBuffer(id: number, arrayBuffer: ArrayBuffer): void; - /** - * Reads the underlying wire format version. Likely mostly to be useful to - * legacy code reading old wire format versions. May not be called before`.readHeader()`. - */ - getWireFormatVersion(): number; - /** - * Read a raw 32-bit unsigned integer and return it. - * For use inside of a custom `deserializer._readHostObject()`. - */ - readUint32(): number; - /** - * Read a raw 64-bit unsigned integer and return it as an array `[hi, lo]`with two 32-bit unsigned integer entries. - * For use inside of a custom `deserializer._readHostObject()`. - */ - readUint64(): [number, number]; - /** - * Read a JS `number` value. - * For use inside of a custom `deserializer._readHostObject()`. - */ - readDouble(): number; - /** - * Read raw bytes from the deserializer’s internal buffer. The `length` parameter - * must correspond to the length of the buffer that was passed to `serializer.writeRawBytes()`. - * For use inside of a custom `deserializer._readHostObject()`. - */ - readRawBytes(length: number): Buffer; - } - /** - * A subclass of `Deserializer` corresponding to the format written by `DefaultSerializer`. - * @since v8.0.0 - */ - class DefaultDeserializer extends Deserializer {} - /** - * Uses a `DefaultSerializer` to serialize `value` into a buffer. - * - * `ERR_BUFFER_TOO_LARGE` will be thrown when trying to - * serialize a huge object which requires buffer - * larger than `buffer.constants.MAX_LENGTH`. - * @since v8.0.0 - */ - function serialize(value: any): Buffer; - /** - * Uses a `DefaultDeserializer` with default options to read a JS value - * from a buffer. - * @since v8.0.0 - * @param buffer A buffer returned by {@link serialize}. - */ - function deserialize(buffer: NodeJS.TypedArray): any; - /** - * The `v8.takeCoverage()` method allows the user to write the coverage started by `NODE_V8_COVERAGE` to disk on demand. This method can be invoked multiple - * times during the lifetime of the process. Each time the execution counter will - * be reset and a new coverage report will be written to the directory specified - * by `NODE_V8_COVERAGE`. - * - * When the process is about to exit, one last coverage will still be written to - * disk unless {@link stopCoverage} is invoked before the process exits. - * @since v15.1.0, v14.18.0, v12.22.0 - */ - function takeCoverage(): void; - /** - * The `v8.stopCoverage()` method allows the user to stop the coverage collection - * started by `NODE_V8_COVERAGE`, so that V8 can release the execution count - * records and optimize code. This can be used in conjunction with {@link takeCoverage} if the user wants to collect the coverage on demand. - * @since v15.1.0, v14.18.0, v12.22.0 - */ - function stopCoverage(): void; -} -declare module 'node:v8' { - export * from 'v8'; -} diff --git a/software/flow/node_modules/@types/node/vm.d.ts b/software/flow/node_modules/@types/node/vm.d.ts deleted file mode 100755 index c96513a..0000000 --- a/software/flow/node_modules/@types/node/vm.d.ts +++ /dev/null @@ -1,509 +0,0 @@ -/** - * The `vm` module enables compiling and running code within V8 Virtual - * Machine contexts. - * - * **The `vm` module is not a security** - * **mechanism. Do not use it to run untrusted code.** - * - * JavaScript code can be compiled and run immediately or - * compiled, saved, and run later. - * - * A common use case is to run the code in a different V8 Context. This means - * invoked code has a different global object than the invoking code. - * - * One can provide the context by `contextifying` an - * object. The invoked code treats any property in the context like a - * global variable. Any changes to global variables caused by the invoked - * code are reflected in the context object. - * - * ```js - * const vm = require('vm'); - * - * const x = 1; - * - * const context = { x: 2 }; - * vm.createContext(context); // Contextify the object. - * - * const code = 'x += 40; var y = 17;'; - * // `x` and `y` are global variables in the context. - * // Initially, x has the value 2 because that is the value of context.x. - * vm.runInContext(code, context); - * - * console.log(context.x); // 42 - * console.log(context.y); // 17 - * - * console.log(x); // 1; y is not defined. - * ``` - * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/vm.js) - */ -declare module 'vm' { - interface Context extends NodeJS.Dict<any> {} - interface BaseOptions { - /** - * Specifies the filename used in stack traces produced by this script. - * Default: `''`. - */ - filename?: string | undefined; - /** - * Specifies the line number offset that is displayed in stack traces produced by this script. - * Default: `0`. - */ - lineOffset?: number | undefined; - /** - * Specifies the column number offset that is displayed in stack traces produced by this script. - * @default 0 - */ - columnOffset?: number | undefined; - } - interface ScriptOptions extends BaseOptions { - displayErrors?: boolean | undefined; - timeout?: number | undefined; - cachedData?: Buffer | undefined; - /** @deprecated in favor of `script.createCachedData()` */ - produceCachedData?: boolean | undefined; - } - interface RunningScriptOptions extends BaseOptions { - /** - * When `true`, if an `Error` occurs while compiling the `code`, the line of code causing the error is attached to the stack trace. - * Default: `true`. - */ - displayErrors?: boolean | undefined; - /** - * Specifies the number of milliseconds to execute code before terminating execution. - * If execution is terminated, an `Error` will be thrown. This value must be a strictly positive integer. - */ - timeout?: number | undefined; - /** - * If `true`, the execution will be terminated when `SIGINT` (Ctrl+C) is received. - * Existing handlers for the event that have been attached via `process.on('SIGINT')` will be disabled during script execution, but will continue to work after that. - * If execution is terminated, an `Error` will be thrown. - * Default: `false`. - */ - breakOnSigint?: boolean | undefined; - /** - * If set to `afterEvaluate`, microtasks will be run immediately after the script has run. - */ - microtaskMode?: 'afterEvaluate' | undefined; - } - interface CompileFunctionOptions extends BaseOptions { - /** - * Provides an optional data with V8's code cache data for the supplied source. - */ - cachedData?: Buffer | undefined; - /** - * Specifies whether to produce new cache data. - * Default: `false`, - */ - produceCachedData?: boolean | undefined; - /** - * The sandbox/context in which the said function should be compiled in. - */ - parsingContext?: Context | undefined; - /** - * An array containing a collection of context extensions (objects wrapping the current scope) to be applied while compiling - */ - contextExtensions?: Object[] | undefined; - } - interface CreateContextOptions { - /** - * Human-readable name of the newly created context. - * @default 'VM Context i' Where i is an ascending numerical index of the created context. - */ - name?: string | undefined; - /** - * Corresponds to the newly created context for display purposes. - * The origin should be formatted like a `URL`, but with only the scheme, host, and port (if necessary), - * like the value of the `url.origin` property of a URL object. - * Most notably, this string should omit the trailing slash, as that denotes a path. - * @default '' - */ - origin?: string | undefined; - codeGeneration?: - | { - /** - * If set to false any calls to eval or function constructors (Function, GeneratorFunction, etc) - * will throw an EvalError. - * @default true - */ - strings?: boolean | undefined; - /** - * If set to false any attempt to compile a WebAssembly module will throw a WebAssembly.CompileError. - * @default true - */ - wasm?: boolean | undefined; - } - | undefined; - /** - * If set to `afterEvaluate`, microtasks will be run immediately after the script has run. - */ - microtaskMode?: 'afterEvaluate' | undefined; - } - type MeasureMemoryMode = 'summary' | 'detailed'; - interface MeasureMemoryOptions { - /** - * @default 'summary' - */ - mode?: MeasureMemoryMode | undefined; - context?: Context | undefined; - } - interface MemoryMeasurement { - total: { - jsMemoryEstimate: number; - jsMemoryRange: [number, number]; - }; - } - /** - * Instances of the `vm.Script` class contain precompiled scripts that can be - * executed in specific contexts. - * @since v0.3.1 - */ - class Script { - constructor(code: string, options?: ScriptOptions); - /** - * Runs the compiled code contained by the `vm.Script` object within the given`contextifiedObject` and returns the result. Running code does not have access - * to local scope. - * - * The following example compiles code that increments a global variable, sets - * the value of another global variable, then execute the code multiple times. - * The globals are contained in the `context` object. - * - * ```js - * const vm = require('vm'); - * - * const context = { - * animal: 'cat', - * count: 2 - * }; - * - * const script = new vm.Script('count += 1; name = "kitty";'); - * - * vm.createContext(context); - * for (let i = 0; i < 10; ++i) { - * script.runInContext(context); - * } - * - * console.log(context); - * // Prints: { animal: 'cat', count: 12, name: 'kitty' } - * ``` - * - * Using the `timeout` or `breakOnSigint` options will result in new event loops - * and corresponding threads being started, which have a non-zero performance - * overhead. - * @since v0.3.1 - * @param contextifiedObject A `contextified` object as returned by the `vm.createContext()` method. - * @return the result of the very last statement executed in the script. - */ - runInContext(contextifiedObject: Context, options?: RunningScriptOptions): any; - /** - * First contextifies the given `contextObject`, runs the compiled code contained - * by the `vm.Script` object within the created context, and returns the result. - * Running code does not have access to local scope. - * - * The following example compiles code that sets a global variable, then executes - * the code multiple times in different contexts. The globals are set on and - * contained within each individual `context`. - * - * ```js - * const vm = require('vm'); - * - * const script = new vm.Script('globalVar = "set"'); - * - * const contexts = [{}, {}, {}]; - * contexts.forEach((context) => { - * script.runInNewContext(context); - * }); - * - * console.log(contexts); - * // Prints: [{ globalVar: 'set' }, { globalVar: 'set' }, { globalVar: 'set' }] - * ``` - * @since v0.3.1 - * @param contextObject An object that will be `contextified`. If `undefined`, a new object will be created. - * @return the result of the very last statement executed in the script. - */ - runInNewContext(contextObject?: Context, options?: RunningScriptOptions): any; - /** - * Runs the compiled code contained by the `vm.Script` within the context of the - * current `global` object. Running code does not have access to local scope, but _does_ have access to the current `global` object. - * - * The following example compiles code that increments a `global` variable then - * executes that code multiple times: - * - * ```js - * const vm = require('vm'); - * - * global.globalVar = 0; - * - * const script = new vm.Script('globalVar += 1', { filename: 'myfile.vm' }); - * - * for (let i = 0; i < 1000; ++i) { - * script.runInThisContext(); - * } - * - * console.log(globalVar); - * - * // 1000 - * ``` - * @since v0.3.1 - * @return the result of the very last statement executed in the script. - */ - runInThisContext(options?: RunningScriptOptions): any; - /** - * Creates a code cache that can be used with the `Script` constructor's`cachedData` option. Returns a `Buffer`. This method may be called at any - * time and any number of times. - * - * ```js - * const script = new vm.Script(` - * function add(a, b) { - * return a + b; - * } - * - * const x = add(1, 2); - * `); - * - * const cacheWithoutX = script.createCachedData(); - * - * script.runInThisContext(); - * - * const cacheWithX = script.createCachedData(); - * ``` - * @since v10.6.0 - */ - createCachedData(): Buffer; - /** @deprecated in favor of `script.createCachedData()` */ - cachedDataProduced?: boolean | undefined; - cachedDataRejected?: boolean | undefined; - cachedData?: Buffer | undefined; - } - /** - * If given a `contextObject`, the `vm.createContext()` method will `prepare - * that object` so that it can be used in calls to {@link runInContext} or `script.runInContext()`. Inside such scripts, - * the `contextObject` will be the global object, retaining all of its existing - * properties but also having the built-in objects and functions any standard [global object](https://es5.github.io/#x15.1) has. Outside of scripts run by the vm module, global variables - * will remain unchanged. - * - * ```js - * const vm = require('vm'); - * - * global.globalVar = 3; - * - * const context = { globalVar: 1 }; - * vm.createContext(context); - * - * vm.runInContext('globalVar *= 2;', context); - * - * console.log(context); - * // Prints: { globalVar: 2 } - * - * console.log(global.globalVar); - * // Prints: 3 - * ``` - * - * If `contextObject` is omitted (or passed explicitly as `undefined`), a new, - * empty `contextified` object will be returned. - * - * The `vm.createContext()` method is primarily useful for creating a single - * context that can be used to run multiple scripts. For instance, if emulating a - * web browser, the method can be used to create a single context representing a - * window's global object, then run all `<script>` tags together within that - * context. - * - * The provided `name` and `origin` of the context are made visible through the - * Inspector API. - * @since v0.3.1 - * @return contextified object. - */ - function createContext(sandbox?: Context, options?: CreateContextOptions): Context; - /** - * Returns `true` if the given `object` object has been `contextified` using {@link createContext}. - * @since v0.11.7 - */ - function isContext(sandbox: Context): boolean; - /** - * The `vm.runInContext()` method compiles `code`, runs it within the context of - * the `contextifiedObject`, then returns the result. Running code does not have - * access to the local scope. The `contextifiedObject` object _must_ have been - * previously `contextified` using the {@link createContext} method. - * - * If `options` is a string, then it specifies the filename. - * - * The following example compiles and executes different scripts using a single `contextified` object: - * - * ```js - * const vm = require('vm'); - * - * const contextObject = { globalVar: 1 }; - * vm.createContext(contextObject); - * - * for (let i = 0; i < 10; ++i) { - * vm.runInContext('globalVar *= 2;', contextObject); - * } - * console.log(contextObject); - * // Prints: { globalVar: 1024 } - * ``` - * @since v0.3.1 - * @param code The JavaScript code to compile and run. - * @param contextifiedObject The `contextified` object that will be used as the `global` when the `code` is compiled and run. - * @return the result of the very last statement executed in the script. - */ - function runInContext(code: string, contextifiedObject: Context, options?: RunningScriptOptions | string): any; - /** - * The `vm.runInNewContext()` first contextifies the given `contextObject` (or - * creates a new `contextObject` if passed as `undefined`), compiles the `code`, - * runs it within the created context, then returns the result. Running code - * does not have access to the local scope. - * - * If `options` is a string, then it specifies the filename. - * - * The following example compiles and executes code that increments a global - * variable and sets a new one. These globals are contained in the `contextObject`. - * - * ```js - * const vm = require('vm'); - * - * const contextObject = { - * animal: 'cat', - * count: 2 - * }; - * - * vm.runInNewContext('count += 1; name = "kitty"', contextObject); - * console.log(contextObject); - * // Prints: { animal: 'cat', count: 3, name: 'kitty' } - * ``` - * @since v0.3.1 - * @param code The JavaScript code to compile and run. - * @param contextObject An object that will be `contextified`. If `undefined`, a new object will be created. - * @return the result of the very last statement executed in the script. - */ - function runInNewContext(code: string, contextObject?: Context, options?: RunningScriptOptions | string): any; - /** - * `vm.runInThisContext()` compiles `code`, runs it within the context of the - * current `global` and returns the result. Running code does not have access to - * local scope, but does have access to the current `global` object. - * - * If `options` is a string, then it specifies the filename. - * - * The following example illustrates using both `vm.runInThisContext()` and - * the JavaScript [`eval()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/eval) function to run the same code: - * - * ```js - * const vm = require('vm'); - * let localVar = 'initial value'; - * - * const vmResult = vm.runInThisContext('localVar = "vm";'); - * console.log(`vmResult: '${vmResult}', localVar: '${localVar}'`); - * // Prints: vmResult: 'vm', localVar: 'initial value' - * - * const evalResult = eval('localVar = "eval";'); - * console.log(`evalResult: '${evalResult}', localVar: '${localVar}'`); - * // Prints: evalResult: 'eval', localVar: 'eval' - * ``` - * - * Because `vm.runInThisContext()` does not have access to the local scope,`localVar` is unchanged. In contrast, - * [`eval()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/eval) _does_ have access to the - * local scope, so the value `localVar` is changed. In this way`vm.runInThisContext()` is much like an [indirect `eval()` call](https://es5.github.io/#x10.4.2), e.g.`(0,eval)('code')`. - * - * ## Example: Running an HTTP server within a VM - * - * When using either `script.runInThisContext()` or {@link runInThisContext}, the code is executed within the current V8 global - * context. The code passed to this VM context will have its own isolated scope. - * - * In order to run a simple web server using the `http` module the code passed to - * the context must either call `require('http')` on its own, or have a reference - * to the `http` module passed to it. For instance: - * - * ```js - * 'use strict'; - * const vm = require('vm'); - * - * const code = ` - * ((require) => { - * const http = require('http'); - * - * http.createServer((request, response) => { - * response.writeHead(200, { 'Content-Type': 'text/plain' }); - * response.end('Hello World\\n'); - * }).listen(8124); - * - * console.log('Server running at http://127.0.0.1:8124/'); - * })`; - * - * vm.runInThisContext(code)(require); - * ``` - * - * The `require()` in the above case shares the state with the context it is - * passed from. This may introduce risks when untrusted code is executed, e.g. - * altering objects in the context in unwanted ways. - * @since v0.3.1 - * @param code The JavaScript code to compile and run. - * @return the result of the very last statement executed in the script. - */ - function runInThisContext(code: string, options?: RunningScriptOptions | string): any; - /** - * Compiles the given code into the provided context (if no context is - * supplied, the current context is used), and returns it wrapped inside a - * function with the given `params`. - * @since v10.10.0 - * @param code The body of the function to compile. - * @param params An array of strings containing all parameters for the function. - */ - function compileFunction(code: string, params?: ReadonlyArray<string>, options?: CompileFunctionOptions): Function; - /** - * Measure the memory known to V8 and used by all contexts known to the - * current V8 isolate, or the main context. - * - * The format of the object that the returned Promise may resolve with is - * specific to the V8 engine and may change from one version of V8 to the next. - * - * The returned result is different from the statistics returned by`v8.getHeapSpaceStatistics()` in that `vm.measureMemory()` measure the - * memory reachable by each V8 specific contexts in the current instance of - * the V8 engine, while the result of `v8.getHeapSpaceStatistics()` measure - * the memory occupied by each heap space in the current V8 instance. - * - * ```js - * const vm = require('vm'); - * // Measure the memory used by the main context. - * vm.measureMemory({ mode: 'summary' }) - * // This is the same as vm.measureMemory() - * .then((result) => { - * // The current format is: - * // { - * // total: { - * // jsMemoryEstimate: 2418479, jsMemoryRange: [ 2418479, 2745799 ] - * // } - * // } - * console.log(result); - * }); - * - * const context = vm.createContext({ a: 1 }); - * vm.measureMemory({ mode: 'detailed', execution: 'eager' }) - * .then((result) => { - * // Reference the context here so that it won't be GC'ed - * // until the measurement is complete. - * console.log(context.a); - * // { - * // total: { - * // jsMemoryEstimate: 2574732, - * // jsMemoryRange: [ 2574732, 2904372 ] - * // }, - * // current: { - * // jsMemoryEstimate: 2438996, - * // jsMemoryRange: [ 2438996, 2768636 ] - * // }, - * // other: [ - * // { - * // jsMemoryEstimate: 135736, - * // jsMemoryRange: [ 135736, 465376 ] - * // } - * // ] - * // } - * console.log(result); - * }); - * ``` - * @since v13.10.0 - * @experimental - */ - function measureMemory(options?: MeasureMemoryOptions): Promise<MemoryMeasurement>; -} -declare module 'node:vm' { - export * from 'vm'; -} diff --git a/software/flow/node_modules/@types/node/wasi.d.ts b/software/flow/node_modules/@types/node/wasi.d.ts deleted file mode 100755 index d20b66b..0000000 --- a/software/flow/node_modules/@types/node/wasi.d.ts +++ /dev/null @@ -1,158 +0,0 @@ -/** - * The WASI API provides an implementation of the [WebAssembly System Interface](https://wasi.dev/) specification. WASI gives sandboxed WebAssembly applications access to the - * underlying operating system via a collection of POSIX-like functions. - * - * ```js - * import { readFile } from 'fs/promises'; - * import { WASI } from 'wasi'; - * import { argv, env } from 'process'; - * - * const wasi = new WASI({ - * args: argv, - * env, - * preopens: { - * '/sandbox': '/some/real/path/that/wasm/can/access' - * } - * }); - * - * // Some WASI binaries require: - * // const importObject = { wasi_unstable: wasi.wasiImport }; - * const importObject = { wasi_snapshot_preview1: wasi.wasiImport }; - * - * const wasm = await WebAssembly.compile( - * await readFile(new URL('./demo.wasm', import.meta.url)) - * ); - * const instance = await WebAssembly.instantiate(wasm, importObject); - * - * wasi.start(instance); - * ``` - * - * To run the above example, create a new WebAssembly text format file named`demo.wat`: - * - * ```text - * (module - * ;; Import the required fd_write WASI function which will write the given io vectors to stdout - * ;; The function signature for fd_write is: - * ;; (File Descriptor, *iovs, iovs_len, nwritten) -> Returns number of bytes written - * (import "wasi_snapshot_preview1" "fd_write" (func $fd_write (param i32 i32 i32 i32) (result i32))) - * - * (memory 1) - * (export "memory" (memory 0)) - * - * ;; Write 'hello world\n' to memory at an offset of 8 bytes - * ;; Note the trailing newline which is required for the text to appear - * (data (i32.const 8) "hello world\n") - * - * (func $main (export "_start") - * ;; Creating a new io vector within linear memory - * (i32.store (i32.const 0) (i32.const 8)) ;; iov.iov_base - This is a pointer to the start of the 'hello world\n' string - * (i32.store (i32.const 4) (i32.const 12)) ;; iov.iov_len - The length of the 'hello world\n' string - * - * (call $fd_write - * (i32.const 1) ;; file_descriptor - 1 for stdout - * (i32.const 0) ;; *iovs - The pointer to the iov array, which is stored at memory location 0 - * (i32.const 1) ;; iovs_len - We're printing 1 string stored in an iov - so one. - * (i32.const 20) ;; nwritten - A place in memory to store the number of bytes written - * ) - * drop ;; Discard the number of bytes written from the top of the stack - * ) - * ) - * ``` - * - * Use [wabt](https://github.com/WebAssembly/wabt) to compile `.wat` to `.wasm` - * - * ```console - * $ wat2wasm demo.wat - * ``` - * - * The `--experimental-wasi-unstable-preview1` CLI argument is needed for this - * example to run. - * @experimental - * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/wasi.js) - */ -declare module 'wasi' { - interface WASIOptions { - /** - * An array of strings that the WebAssembly application will - * see as command line arguments. The first argument is the virtual path to the - * WASI command itself. - */ - args?: string[] | undefined; - /** - * An object similar to `process.env` that the WebAssembly - * application will see as its environment. - */ - env?: object | undefined; - /** - * This object represents the WebAssembly application's - * sandbox directory structure. The string keys of `preopens` are treated as - * directories within the sandbox. The corresponding values in `preopens` are - * the real paths to those directories on the host machine. - */ - preopens?: NodeJS.Dict<string> | undefined; - /** - * By default, WASI applications terminate the Node.js - * process via the `__wasi_proc_exit()` function. Setting this option to `true` - * causes `wasi.start()` to return the exit code rather than terminate the - * process. - * @default false - */ - returnOnExit?: boolean | undefined; - /** - * The file descriptor used as standard input in the WebAssembly application. - * @default 0 - */ - stdin?: number | undefined; - /** - * The file descriptor used as standard output in the WebAssembly application. - * @default 1 - */ - stdout?: number | undefined; - /** - * The file descriptor used as standard error in the WebAssembly application. - * @default 2 - */ - stderr?: number | undefined; - } - /** - * The `WASI` class provides the WASI system call API and additional convenience - * methods for working with WASI-based applications. Each `WASI` instance - * represents a distinct sandbox environment. For security purposes, each `WASI`instance must have its command-line arguments, environment variables, and - * sandbox directory structure configured explicitly. - * @since v13.3.0, v12.16.0 - */ - class WASI { - constructor(options?: WASIOptions); - /** - * Attempt to begin execution of `instance` as a WASI command by invoking its`_start()` export. If `instance` does not contain a `_start()` export, or if`instance` contains an `_initialize()` - * export, then an exception is thrown. - * - * `start()` requires that `instance` exports a [`WebAssembly.Memory`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly/Memory) named`memory`. If - * `instance` does not have a `memory` export an exception is thrown. - * - * If `start()` is called more than once, an exception is thrown. - * @since v13.3.0, v12.16.0 - */ - start(instance: object): void; // TODO: avoid DOM dependency until WASM moved to own lib. - /** - * Attempt to initialize `instance` as a WASI reactor by invoking its`_initialize()` export, if it is present. If `instance` contains a `_start()`export, then an exception is thrown. - * - * `initialize()` requires that `instance` exports a [`WebAssembly.Memory`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly/Memory) named`memory`. - * If `instance` does not have a `memory` export an exception is thrown. - * - * If `initialize()` is called more than once, an exception is thrown. - * @since v14.6.0, v12.19.0 - */ - initialize(instance: object): void; // TODO: avoid DOM dependency until WASM moved to own lib. - /** - * `wasiImport` is an object that implements the WASI system call API. This object - * should be passed as the `wasi_snapshot_preview1` import during the instantiation - * of a [`WebAssembly.Instance`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly/Instance). - * @since v13.3.0, v12.16.0 - */ - readonly wasiImport: NodeJS.Dict<any>; // TODO: Narrow to DOM types - } -} -declare module 'node:wasi' { - export * from 'wasi'; -} diff --git a/software/flow/node_modules/@types/node/worker_threads.d.ts b/software/flow/node_modules/@types/node/worker_threads.d.ts deleted file mode 100755 index 52f4384..0000000 --- a/software/flow/node_modules/@types/node/worker_threads.d.ts +++ /dev/null @@ -1,689 +0,0 @@ -/** - * The `worker_threads` module enables the use of threads that execute JavaScript - * in parallel. To access it: - * - * ```js - * const worker = require('worker_threads'); - * ``` - * - * Workers (threads) are useful for performing CPU-intensive JavaScript operations. - * They do not help much with I/O-intensive work. The Node.js built-in - * asynchronous I/O operations are more efficient than Workers can be. - * - * Unlike `child_process` or `cluster`, `worker_threads` can share memory. They do - * so by transferring `ArrayBuffer` instances or sharing `SharedArrayBuffer`instances. - * - * ```js - * const { - * Worker, isMainThread, parentPort, workerData - * } = require('worker_threads'); - * - * if (isMainThread) { - * module.exports = function parseJSAsync(script) { - * return new Promise((resolve, reject) => { - * const worker = new Worker(__filename, { - * workerData: script - * }); - * worker.on('message', resolve); - * worker.on('error', reject); - * worker.on('exit', (code) => { - * if (code !== 0) - * reject(new Error(`Worker stopped with exit code ${code}`)); - * }); - * }); - * }; - * } else { - * const { parse } = require('some-js-parsing-library'); - * const script = workerData; - * parentPort.postMessage(parse(script)); - * } - * ``` - * - * The above example spawns a Worker thread for each `parseJSAsync()` call. In - * practice, use a pool of Workers for these kinds of tasks. Otherwise, the - * overhead of creating Workers would likely exceed their benefit. - * - * When implementing a worker pool, use the `AsyncResource` API to inform - * diagnostic tools (e.g. to provide asynchronous stack traces) about the - * correlation between tasks and their outcomes. See `"Using AsyncResource for a Worker thread pool"` in the `async_hooks` documentation for an example implementation. - * - * Worker threads inherit non-process-specific options by default. Refer to `Worker constructor options` to know how to customize worker thread options, - * specifically `argv` and `execArgv` options. - * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/worker_threads.js) - */ -declare module 'worker_threads' { - import { Blob } from 'node:buffer'; - import { Context } from 'node:vm'; - import { EventEmitter } from 'node:events'; - import { EventLoopUtilityFunction } from 'node:perf_hooks'; - import { FileHandle } from 'node:fs/promises'; - import { Readable, Writable } from 'node:stream'; - import { URL } from 'node:url'; - import { X509Certificate } from 'node:crypto'; - const isMainThread: boolean; - const parentPort: null | MessagePort; - const resourceLimits: ResourceLimits; - const SHARE_ENV: unique symbol; - const threadId: number; - const workerData: any; - /** - * Instances of the `worker.MessageChannel` class represent an asynchronous, - * two-way communications channel. - * The `MessageChannel` has no methods of its own. `new MessageChannel()`yields an object with `port1` and `port2` properties, which refer to linked `MessagePort` instances. - * - * ```js - * const { MessageChannel } = require('worker_threads'); - * - * const { port1, port2 } = new MessageChannel(); - * port1.on('message', (message) => console.log('received', message)); - * port2.postMessage({ foo: 'bar' }); - * // Prints: received { foo: 'bar' } from the `port1.on('message')` listener - * ``` - * @since v10.5.0 - */ - class MessageChannel { - readonly port1: MessagePort; - readonly port2: MessagePort; - } - interface WorkerPerformance { - eventLoopUtilization: EventLoopUtilityFunction; - } - type TransferListItem = ArrayBuffer | MessagePort | FileHandle | X509Certificate | Blob; - /** - * Instances of the `worker.MessagePort` class represent one end of an - * asynchronous, two-way communications channel. It can be used to transfer - * structured data, memory regions and other `MessagePort`s between different `Worker` s. - * - * This implementation matches [browser `MessagePort`](https://developer.mozilla.org/en-US/docs/Web/API/MessagePort) s. - * @since v10.5.0 - */ - class MessagePort extends EventEmitter { - /** - * Disables further sending of messages on either side of the connection. - * This method can be called when no further communication will happen over this`MessagePort`. - * - * The `'close' event` is emitted on both `MessagePort` instances that - * are part of the channel. - * @since v10.5.0 - */ - close(): void; - /** - * Sends a JavaScript value to the receiving side of this channel.`value` is transferred in a way which is compatible with - * the [HTML structured clone algorithm](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Structured_clone_algorithm). - * - * In particular, the significant differences to `JSON` are: - * - * * `value` may contain circular references. - * * `value` may contain instances of builtin JS types such as `RegExp`s,`BigInt`s, `Map`s, `Set`s, etc. - * * `value` may contain typed arrays, both using `ArrayBuffer`s - * and `SharedArrayBuffer`s. - * * `value` may contain [`WebAssembly.Module`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly/Module) instances. - * * `value` may not contain native (C++-backed) objects other than: - * - * ```js - * const { MessageChannel } = require('worker_threads'); - * const { port1, port2 } = new MessageChannel(); - * - * port1.on('message', (message) => console.log(message)); - * - * const circularData = {}; - * circularData.foo = circularData; - * // Prints: { foo: [Circular] } - * port2.postMessage(circularData); - * ``` - * - * `transferList` may be a list of [`ArrayBuffer`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer), `MessagePort` and `FileHandle` objects. - * After transferring, they are not usable on the sending side of the channel - * anymore (even if they are not contained in `value`). Unlike with `child processes`, transferring handles such as network sockets is currently - * not supported. - * - * If `value` contains [`SharedArrayBuffer`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/SharedArrayBuffer) instances, those are accessible - * from either thread. They cannot be listed in `transferList`. - * - * `value` may still contain `ArrayBuffer` instances that are not in`transferList`; in that case, the underlying memory is copied rather than moved. - * - * ```js - * const { MessageChannel } = require('worker_threads'); - * const { port1, port2 } = new MessageChannel(); - * - * port1.on('message', (message) => console.log(message)); - * - * const uint8Array = new Uint8Array([ 1, 2, 3, 4 ]); - * // This posts a copy of `uint8Array`: - * port2.postMessage(uint8Array); - * // This does not copy data, but renders `uint8Array` unusable: - * port2.postMessage(uint8Array, [ uint8Array.buffer ]); - * - * // The memory for the `sharedUint8Array` is accessible from both the - * // original and the copy received by `.on('message')`: - * const sharedUint8Array = new Uint8Array(new SharedArrayBuffer(4)); - * port2.postMessage(sharedUint8Array); - * - * // This transfers a freshly created message port to the receiver. - * // This can be used, for example, to create communication channels between - * // multiple `Worker` threads that are children of the same parent thread. - * const otherChannel = new MessageChannel(); - * port2.postMessage({ port: otherChannel.port1 }, [ otherChannel.port1 ]); - * ``` - * - * The message object is cloned immediately, and can be modified after - * posting without having side effects. - * - * For more information on the serialization and deserialization mechanisms - * behind this API, see the `serialization API of the v8 module`. - * @since v10.5.0 - */ - postMessage(value: any, transferList?: ReadonlyArray<TransferListItem>): void; - /** - * Opposite of `unref()`. Calling `ref()` on a previously `unref()`ed port does _not_ let the program exit if it's the only active handle left (the default - * behavior). If the port is `ref()`ed, calling `ref()` again has no effect. - * - * If listeners are attached or removed using `.on('message')`, the port - * is `ref()`ed and `unref()`ed automatically depending on whether - * listeners for the event exist. - * @since v10.5.0 - */ - ref(): void; - /** - * Calling `unref()` on a port allows the thread to exit if this is the only - * active handle in the event system. If the port is already `unref()`ed calling`unref()` again has no effect. - * - * If listeners are attached or removed using `.on('message')`, the port is`ref()`ed and `unref()`ed automatically depending on whether - * listeners for the event exist. - * @since v10.5.0 - */ - unref(): void; - /** - * Starts receiving messages on this `MessagePort`. When using this port - * as an event emitter, this is called automatically once `'message'`listeners are attached. - * - * This method exists for parity with the Web `MessagePort` API. In Node.js, - * it is only useful for ignoring messages when no event listener is present. - * Node.js also diverges in its handling of `.onmessage`. Setting it - * automatically calls `.start()`, but unsetting it lets messages queue up - * until a new handler is set or the port is discarded. - * @since v10.5.0 - */ - start(): void; - addListener(event: 'close', listener: () => void): this; - addListener(event: 'message', listener: (value: any) => void): this; - addListener(event: 'messageerror', listener: (error: Error) => void): this; - addListener(event: string | symbol, listener: (...args: any[]) => void): this; - emit(event: 'close'): boolean; - emit(event: 'message', value: any): boolean; - emit(event: 'messageerror', error: Error): boolean; - emit(event: string | symbol, ...args: any[]): boolean; - on(event: 'close', listener: () => void): this; - on(event: 'message', listener: (value: any) => void): this; - on(event: 'messageerror', listener: (error: Error) => void): this; - on(event: string | symbol, listener: (...args: any[]) => void): this; - once(event: 'close', listener: () => void): this; - once(event: 'message', listener: (value: any) => void): this; - once(event: 'messageerror', listener: (error: Error) => void): this; - once(event: string | symbol, listener: (...args: any[]) => void): this; - prependListener(event: 'close', listener: () => void): this; - prependListener(event: 'message', listener: (value: any) => void): this; - prependListener(event: 'messageerror', listener: (error: Error) => void): this; - prependListener(event: string | symbol, listener: (...args: any[]) => void): this; - prependOnceListener(event: 'close', listener: () => void): this; - prependOnceListener(event: 'message', listener: (value: any) => void): this; - prependOnceListener(event: 'messageerror', listener: (error: Error) => void): this; - prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; - removeListener(event: 'close', listener: () => void): this; - removeListener(event: 'message', listener: (value: any) => void): this; - removeListener(event: 'messageerror', listener: (error: Error) => void): this; - removeListener(event: string | symbol, listener: (...args: any[]) => void): this; - off(event: 'close', listener: () => void): this; - off(event: 'message', listener: (value: any) => void): this; - off(event: 'messageerror', listener: (error: Error) => void): this; - off(event: string | symbol, listener: (...args: any[]) => void): this; - } - interface WorkerOptions { - /** - * List of arguments which would be stringified and appended to - * `process.argv` in the worker. This is mostly similar to the `workerData` - * but the values will be available on the global `process.argv` as if they - * were passed as CLI options to the script. - */ - argv?: any[] | undefined; - env?: NodeJS.Dict<string> | typeof SHARE_ENV | undefined; - eval?: boolean | undefined; - workerData?: any; - stdin?: boolean | undefined; - stdout?: boolean | undefined; - stderr?: boolean | undefined; - execArgv?: string[] | undefined; - resourceLimits?: ResourceLimits | undefined; - /** - * Additional data to send in the first worker message. - */ - transferList?: TransferListItem[] | undefined; - /** - * @default true - */ - trackUnmanagedFds?: boolean | undefined; - } - interface ResourceLimits { - /** - * The maximum size of a heap space for recently created objects. - */ - maxYoungGenerationSizeMb?: number | undefined; - /** - * The maximum size of the main heap in MB. - */ - maxOldGenerationSizeMb?: number | undefined; - /** - * The size of a pre-allocated memory range used for generated code. - */ - codeRangeSizeMb?: number | undefined; - /** - * The default maximum stack size for the thread. Small values may lead to unusable Worker instances. - * @default 4 - */ - stackSizeMb?: number | undefined; - } - /** - * The `Worker` class represents an independent JavaScript execution thread. - * Most Node.js APIs are available inside of it. - * - * Notable differences inside a Worker environment are: - * - * * The `process.stdin`, `process.stdout` and `process.stderr` may be redirected by the parent thread. - * * The `require('worker_threads').isMainThread` property is set to `false`. - * * The `require('worker_threads').parentPort` message port is available. - * * `process.exit()` does not stop the whole program, just the single thread, - * and `process.abort()` is not available. - * * `process.chdir()` and `process` methods that set group or user ids - * are not available. - * * `process.env` is a copy of the parent thread's environment variables, - * unless otherwise specified. Changes to one copy are not visible in other - * threads, and are not visible to native add-ons (unless `worker.SHARE_ENV` is passed as the `env` option to the `Worker` constructor). - * * `process.title` cannot be modified. - * * Signals are not delivered through `process.on('...')`. - * * Execution may stop at any point as a result of `worker.terminate()` being invoked. - * * IPC channels from parent processes are not accessible. - * * The `trace_events` module is not supported. - * * Native add-ons can only be loaded from multiple threads if they fulfill `certain conditions`. - * - * Creating `Worker` instances inside of other `Worker`s is possible. - * - * Like [Web Workers](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API) and the `cluster module`, two-way communication can be - * achieved through inter-thread message passing. Internally, a `Worker` has a - * built-in pair of `MessagePort` s that are already associated with each other - * when the `Worker` is created. While the `MessagePort` object on the parent side - * is not directly exposed, its functionalities are exposed through `worker.postMessage()` and the `worker.on('message')` event - * on the `Worker` object for the parent thread. - * - * To create custom messaging channels (which is encouraged over using the default - * global channel because it facilitates separation of concerns), users can create - * a `MessageChannel` object on either thread and pass one of the`MessagePort`s on that `MessageChannel` to the other thread through a - * pre-existing channel, such as the global one. - * - * See `port.postMessage()` for more information on how messages are passed, - * and what kind of JavaScript values can be successfully transported through - * the thread barrier. - * - * ```js - * const assert = require('assert'); - * const { - * Worker, MessageChannel, MessagePort, isMainThread, parentPort - * } = require('worker_threads'); - * if (isMainThread) { - * const worker = new Worker(__filename); - * const subChannel = new MessageChannel(); - * worker.postMessage({ hereIsYourPort: subChannel.port1 }, [subChannel.port1]); - * subChannel.port2.on('message', (value) => { - * console.log('received:', value); - * }); - * } else { - * parentPort.once('message', (value) => { - * assert(value.hereIsYourPort instanceof MessagePort); - * value.hereIsYourPort.postMessage('the worker is sending this'); - * value.hereIsYourPort.close(); - * }); - * } - * ``` - * @since v10.5.0 - */ - class Worker extends EventEmitter { - /** - * If `stdin: true` was passed to the `Worker` constructor, this is a - * writable stream. The data written to this stream will be made available in - * the worker thread as `process.stdin`. - * @since v10.5.0 - */ - readonly stdin: Writable | null; - /** - * This is a readable stream which contains data written to `process.stdout` inside the worker thread. If `stdout: true` was not passed to the `Worker` constructor, then data is piped to the - * parent thread's `process.stdout` stream. - * @since v10.5.0 - */ - readonly stdout: Readable; - /** - * This is a readable stream which contains data written to `process.stderr` inside the worker thread. If `stderr: true` was not passed to the `Worker` constructor, then data is piped to the - * parent thread's `process.stderr` stream. - * @since v10.5.0 - */ - readonly stderr: Readable; - /** - * An integer identifier for the referenced thread. Inside the worker thread, - * it is available as `require('worker_threads').threadId`. - * This value is unique for each `Worker` instance inside a single process. - * @since v10.5.0 - */ - readonly threadId: number; - /** - * Provides the set of JS engine resource constraints for this Worker thread. - * If the `resourceLimits` option was passed to the `Worker` constructor, - * this matches its values. - * - * If the worker has stopped, the return value is an empty object. - * @since v13.2.0, v12.16.0 - */ - readonly resourceLimits?: ResourceLimits | undefined; - /** - * An object that can be used to query performance information from a worker - * instance. Similar to `perf_hooks.performance`. - * @since v15.1.0, v14.17.0, v12.22.0 - */ - readonly performance: WorkerPerformance; - /** - * @param filename The path to the Worker’s main script or module. - * Must be either an absolute path or a relative path (i.e. relative to the current working directory) starting with ./ or ../, - * or a WHATWG URL object using file: protocol. If options.eval is true, this is a string containing JavaScript code rather than a path. - */ - constructor(filename: string | URL, options?: WorkerOptions); - /** - * Send a message to the worker that is received via `require('worker_threads').parentPort.on('message')`. - * See `port.postMessage()` for more details. - * @since v10.5.0 - */ - postMessage(value: any, transferList?: ReadonlyArray<TransferListItem>): void; - /** - * Opposite of `unref()`, calling `ref()` on a previously `unref()`ed worker does _not_ let the program exit if it's the only active handle left (the default - * behavior). If the worker is `ref()`ed, calling `ref()` again has - * no effect. - * @since v10.5.0 - */ - ref(): void; - /** - * Calling `unref()` on a worker allows the thread to exit if this is the only - * active handle in the event system. If the worker is already `unref()`ed calling`unref()` again has no effect. - * @since v10.5.0 - */ - unref(): void; - /** - * Stop all JavaScript execution in the worker thread as soon as possible. - * Returns a Promise for the exit code that is fulfilled when the `'exit' event` is emitted. - * @since v10.5.0 - */ - terminate(): Promise<number>; - /** - * Returns a readable stream for a V8 snapshot of the current state of the Worker. - * See `v8.getHeapSnapshot()` for more details. - * - * If the Worker thread is no longer running, which may occur before the `'exit' event` is emitted, the returned `Promise` is rejected - * immediately with an `ERR_WORKER_NOT_RUNNING` error. - * @since v13.9.0, v12.17.0 - * @return A promise for a Readable Stream containing a V8 heap snapshot - */ - getHeapSnapshot(): Promise<Readable>; - addListener(event: 'error', listener: (err: Error) => void): this; - addListener(event: 'exit', listener: (exitCode: number) => void): this; - addListener(event: 'message', listener: (value: any) => void): this; - addListener(event: 'messageerror', listener: (error: Error) => void): this; - addListener(event: 'online', listener: () => void): this; - addListener(event: string | symbol, listener: (...args: any[]) => void): this; - emit(event: 'error', err: Error): boolean; - emit(event: 'exit', exitCode: number): boolean; - emit(event: 'message', value: any): boolean; - emit(event: 'messageerror', error: Error): boolean; - emit(event: 'online'): boolean; - emit(event: string | symbol, ...args: any[]): boolean; - on(event: 'error', listener: (err: Error) => void): this; - on(event: 'exit', listener: (exitCode: number) => void): this; - on(event: 'message', listener: (value: any) => void): this; - on(event: 'messageerror', listener: (error: Error) => void): this; - on(event: 'online', listener: () => void): this; - on(event: string | symbol, listener: (...args: any[]) => void): this; - once(event: 'error', listener: (err: Error) => void): this; - once(event: 'exit', listener: (exitCode: number) => void): this; - once(event: 'message', listener: (value: any) => void): this; - once(event: 'messageerror', listener: (error: Error) => void): this; - once(event: 'online', listener: () => void): this; - once(event: string | symbol, listener: (...args: any[]) => void): this; - prependListener(event: 'error', listener: (err: Error) => void): this; - prependListener(event: 'exit', listener: (exitCode: number) => void): this; - prependListener(event: 'message', listener: (value: any) => void): this; - prependListener(event: 'messageerror', listener: (error: Error) => void): this; - prependListener(event: 'online', listener: () => void): this; - prependListener(event: string | symbol, listener: (...args: any[]) => void): this; - prependOnceListener(event: 'error', listener: (err: Error) => void): this; - prependOnceListener(event: 'exit', listener: (exitCode: number) => void): this; - prependOnceListener(event: 'message', listener: (value: any) => void): this; - prependOnceListener(event: 'messageerror', listener: (error: Error) => void): this; - prependOnceListener(event: 'online', listener: () => void): this; - prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; - removeListener(event: 'error', listener: (err: Error) => void): this; - removeListener(event: 'exit', listener: (exitCode: number) => void): this; - removeListener(event: 'message', listener: (value: any) => void): this; - removeListener(event: 'messageerror', listener: (error: Error) => void): this; - removeListener(event: 'online', listener: () => void): this; - removeListener(event: string | symbol, listener: (...args: any[]) => void): this; - off(event: 'error', listener: (err: Error) => void): this; - off(event: 'exit', listener: (exitCode: number) => void): this; - off(event: 'message', listener: (value: any) => void): this; - off(event: 'messageerror', listener: (error: Error) => void): this; - off(event: 'online', listener: () => void): this; - off(event: string | symbol, listener: (...args: any[]) => void): this; - } - interface BroadcastChannel extends NodeJS.RefCounted {} - /** - * Instances of `BroadcastChannel` allow asynchronous one-to-many communication - * with all other `BroadcastChannel` instances bound to the same channel name. - * - * ```js - * 'use strict'; - * - * const { - * isMainThread, - * BroadcastChannel, - * Worker - * } = require('worker_threads'); - * - * const bc = new BroadcastChannel('hello'); - * - * if (isMainThread) { - * let c = 0; - * bc.onmessage = (event) => { - * console.log(event.data); - * if (++c === 10) bc.close(); - * }; - * for (let n = 0; n < 10; n++) - * new Worker(__filename); - * } else { - * bc.postMessage('hello from every worker'); - * bc.close(); - * } - * ``` - * @since v15.4.0 - */ - class BroadcastChannel { - readonly name: string; - /** - * Invoked with a single \`MessageEvent\` argument when a message is received. - * @since v15.4.0 - */ - onmessage: (message: unknown) => void; - /** - * Invoked with a received message cannot be deserialized. - * @since v15.4.0 - */ - onmessageerror: (message: unknown) => void; - constructor(name: string); - /** - * Closes the `BroadcastChannel` connection. - * @since v15.4.0 - */ - close(): void; - /** - * @since v15.4.0 - * @param message Any cloneable JavaScript value. - */ - postMessage(message: unknown): void; - } - /** - * Mark an object as not transferable. If `object` occurs in the transfer list of - * a `port.postMessage()` call, it is ignored. - * - * In particular, this makes sense for objects that can be cloned, rather than - * transferred, and which are used by other objects on the sending side. - * For example, Node.js marks the `ArrayBuffer`s it uses for its `Buffer pool` with this. - * - * This operation cannot be undone. - * - * ```js - * const { MessageChannel, markAsUntransferable } = require('worker_threads'); - * - * const pooledBuffer = new ArrayBuffer(8); - * const typedArray1 = new Uint8Array(pooledBuffer); - * const typedArray2 = new Float64Array(pooledBuffer); - * - * markAsUntransferable(pooledBuffer); - * - * const { port1 } = new MessageChannel(); - * port1.postMessage(typedArray1, [ typedArray1.buffer ]); - * - * // The following line prints the contents of typedArray1 -- it still owns - * // its memory and has been cloned, not transferred. Without - * // `markAsUntransferable()`, this would print an empty Uint8Array. - * // typedArray2 is intact as well. - * console.log(typedArray1); - * console.log(typedArray2); - * ``` - * - * There is no equivalent to this API in browsers. - * @since v14.5.0, v12.19.0 - */ - function markAsUntransferable(object: object): void; - /** - * Transfer a `MessagePort` to a different `vm` Context. The original `port`object is rendered unusable, and the returned `MessagePort` instance - * takes its place. - * - * The returned `MessagePort` is an object in the target context and - * inherits from its global `Object` class. Objects passed to the [`port.onmessage()`](https://developer.mozilla.org/en-US/docs/Web/API/MessagePort/onmessage) listener are also created in the - * target context - * and inherit from its global `Object` class. - * - * However, the created `MessagePort` no longer inherits from [`EventTarget`](https://developer.mozilla.org/en-US/docs/Web/API/EventTarget), and only - * [`port.onmessage()`](https://developer.mozilla.org/en-US/docs/Web/API/MessagePort/onmessage) can be used to receive - * events using it. - * @since v11.13.0 - * @param port The message port to transfer. - * @param contextifiedSandbox A `contextified` object as returned by the `vm.createContext()` method. - */ - function moveMessagePortToContext(port: MessagePort, contextifiedSandbox: Context): MessagePort; - /** - * Receive a single message from a given `MessagePort`. If no message is available,`undefined` is returned, otherwise an object with a single `message` property - * that contains the message payload, corresponding to the oldest message in the`MessagePort`’s queue. - * - * ```js - * const { MessageChannel, receiveMessageOnPort } = require('worker_threads'); - * const { port1, port2 } = new MessageChannel(); - * port1.postMessage({ hello: 'world' }); - * - * console.log(receiveMessageOnPort(port2)); - * // Prints: { message: { hello: 'world' } } - * console.log(receiveMessageOnPort(port2)); - * // Prints: undefined - * ``` - * - * When this function is used, no `'message'` event is emitted and the`onmessage` listener is not invoked. - * @since v12.3.0 - */ - function receiveMessageOnPort(port: MessagePort): - | { - message: any; - } - | undefined; - type Serializable = string | object | number | boolean | bigint; - /** - * Within a worker thread, `worker.getEnvironmentData()` returns a clone - * of data passed to the spawning thread's `worker.setEnvironmentData()`. - * Every new `Worker` receives its own copy of the environment data - * automatically. - * - * ```js - * const { - * Worker, - * isMainThread, - * setEnvironmentData, - * getEnvironmentData, - * } = require('worker_threads'); - * - * if (isMainThread) { - * setEnvironmentData('Hello', 'World!'); - * const worker = new Worker(__filename); - * } else { - * console.log(getEnvironmentData('Hello')); // Prints 'World!'. - * } - * ``` - * @since v15.12.0, v14.18.0 - * @param key Any arbitrary, cloneable JavaScript value that can be used as a {Map} key. - */ - function getEnvironmentData(key: Serializable): Serializable; - /** - * The `worker.setEnvironmentData()` API sets the content of`worker.getEnvironmentData()` in the current thread and all new `Worker`instances spawned from the current context. - * @since v15.12.0, v14.18.0 - * @param key Any arbitrary, cloneable JavaScript value that can be used as a {Map} key. - * @param value Any arbitrary, cloneable JavaScript value that will be cloned and passed automatically to all new `Worker` instances. If `value` is passed as `undefined`, any previously set value - * for the `key` will be deleted. - */ - function setEnvironmentData(key: Serializable, value: Serializable): void; - - import { - BroadcastChannel as _BroadcastChannel, - MessageChannel as _MessageChannel, - MessagePort as _MessagePort, - } from 'worker_threads'; - global { - /** - * `BroadcastChannel` class is a global reference for `require('worker_threads').BroadcastChannel` - * https://nodejs.org/api/globals.html#broadcastchannel - * @since v18.0.0 - */ - var BroadcastChannel: typeof globalThis extends { - onmessage: any; - BroadcastChannel: infer T; - } - ? T - : typeof _BroadcastChannel; - - /** - * `MessageChannel` class is a global reference for `require('worker_threads').MessageChannel` - * https://nodejs.org/api/globals.html#messagechannel - * @since v15.0.0 - */ - var MessageChannel: typeof globalThis extends { - onmessage: any; - MessageChannel: infer T; - } - ? T - : typeof _MessageChannel; - - /** - * `MessagePort` class is a global reference for `require('worker_threads').MessagePort` - * https://nodejs.org/api/globals.html#messageport - * @since v15.0.0 - */ - var MessagePort: typeof globalThis extends { - onmessage: any; - MessagePort: infer T; - } - ? T - : typeof _MessagePort; - } -} -declare module 'node:worker_threads' { - export * from 'worker_threads'; -} diff --git a/software/flow/node_modules/@types/node/zlib.d.ts b/software/flow/node_modules/@types/node/zlib.d.ts deleted file mode 100755 index 1d7f0c0..0000000 --- a/software/flow/node_modules/@types/node/zlib.d.ts +++ /dev/null @@ -1,517 +0,0 @@ -/** - * The `zlib` module provides compression functionality implemented using Gzip, - * Deflate/Inflate, and Brotli. - * - * To access it: - * - * ```js - * const zlib = require('zlib'); - * ``` - * - * Compression and decompression are built around the Node.js `Streams API`. - * - * Compressing or decompressing a stream (such as a file) can be accomplished by - * piping the source stream through a `zlib` `Transform` stream into a destination - * stream: - * - * ```js - * const { createGzip } = require('zlib'); - * const { pipeline } = require('stream'); - * const { - * createReadStream, - * createWriteStream - * } = require('fs'); - * - * const gzip = createGzip(); - * const source = createReadStream('input.txt'); - * const destination = createWriteStream('input.txt.gz'); - * - * pipeline(source, gzip, destination, (err) => { - * if (err) { - * console.error('An error occurred:', err); - * process.exitCode = 1; - * } - * }); - * - * // Or, Promisified - * - * const { promisify } = require('util'); - * const pipe = promisify(pipeline); - * - * async function do_gzip(input, output) { - * const gzip = createGzip(); - * const source = createReadStream(input); - * const destination = createWriteStream(output); - * await pipe(source, gzip, destination); - * } - * - * do_gzip('input.txt', 'input.txt.gz') - * .catch((err) => { - * console.error('An error occurred:', err); - * process.exitCode = 1; - * }); - * ``` - * - * It is also possible to compress or decompress data in a single step: - * - * ```js - * const { deflate, unzip } = require('zlib'); - * - * const input = '.................................'; - * deflate(input, (err, buffer) => { - * if (err) { - * console.error('An error occurred:', err); - * process.exitCode = 1; - * } - * console.log(buffer.toString('base64')); - * }); - * - * const buffer = Buffer.from('eJzT0yMAAGTvBe8=', 'base64'); - * unzip(buffer, (err, buffer) => { - * if (err) { - * console.error('An error occurred:', err); - * process.exitCode = 1; - * } - * console.log(buffer.toString()); - * }); - * - * // Or, Promisified - * - * const { promisify } = require('util'); - * const do_unzip = promisify(unzip); - * - * do_unzip(buffer) - * .then((buf) => console.log(buf.toString())) - * .catch((err) => { - * console.error('An error occurred:', err); - * process.exitCode = 1; - * }); - * ``` - * @since v0.5.8 - * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/zlib.js) - */ -declare module 'zlib' { - import * as stream from 'node:stream'; - interface ZlibOptions { - /** - * @default constants.Z_NO_FLUSH - */ - flush?: number | undefined; - /** - * @default constants.Z_FINISH - */ - finishFlush?: number | undefined; - /** - * @default 16*1024 - */ - chunkSize?: number | undefined; - windowBits?: number | undefined; - level?: number | undefined; // compression only - memLevel?: number | undefined; // compression only - strategy?: number | undefined; // compression only - dictionary?: NodeJS.ArrayBufferView | ArrayBuffer | undefined; // deflate/inflate only, empty dictionary by default - info?: boolean | undefined; - maxOutputLength?: number | undefined; - } - interface BrotliOptions { - /** - * @default constants.BROTLI_OPERATION_PROCESS - */ - flush?: number | undefined; - /** - * @default constants.BROTLI_OPERATION_FINISH - */ - finishFlush?: number | undefined; - /** - * @default 16*1024 - */ - chunkSize?: number | undefined; - params?: - | { - /** - * Each key is a `constants.BROTLI_*` constant. - */ - [key: number]: boolean | number; - } - | undefined; - maxOutputLength?: number | undefined; - } - interface Zlib { - /** @deprecated Use bytesWritten instead. */ - readonly bytesRead: number; - readonly bytesWritten: number; - shell?: boolean | string | undefined; - close(callback?: () => void): void; - flush(kind?: number, callback?: () => void): void; - flush(callback?: () => void): void; - } - interface ZlibParams { - params(level: number, strategy: number, callback: () => void): void; - } - interface ZlibReset { - reset(): void; - } - interface BrotliCompress extends stream.Transform, Zlib {} - interface BrotliDecompress extends stream.Transform, Zlib {} - interface Gzip extends stream.Transform, Zlib {} - interface Gunzip extends stream.Transform, Zlib {} - interface Deflate extends stream.Transform, Zlib, ZlibReset, ZlibParams {} - interface Inflate extends stream.Transform, Zlib, ZlibReset {} - interface DeflateRaw extends stream.Transform, Zlib, ZlibReset, ZlibParams {} - interface InflateRaw extends stream.Transform, Zlib, ZlibReset {} - interface Unzip extends stream.Transform, Zlib {} - /** - * Creates and returns a new `BrotliCompress` object. - * @since v11.7.0, v10.16.0 - */ - function createBrotliCompress(options?: BrotliOptions): BrotliCompress; - /** - * Creates and returns a new `BrotliDecompress` object. - * @since v11.7.0, v10.16.0 - */ - function createBrotliDecompress(options?: BrotliOptions): BrotliDecompress; - /** - * Creates and returns a new `Gzip` object. - * See `example`. - * @since v0.5.8 - */ - function createGzip(options?: ZlibOptions): Gzip; - /** - * Creates and returns a new `Gunzip` object. - * @since v0.5.8 - */ - function createGunzip(options?: ZlibOptions): Gunzip; - /** - * Creates and returns a new `Deflate` object. - * @since v0.5.8 - */ - function createDeflate(options?: ZlibOptions): Deflate; - /** - * Creates and returns a new `Inflate` object. - * @since v0.5.8 - */ - function createInflate(options?: ZlibOptions): Inflate; - /** - * Creates and returns a new `DeflateRaw` object. - * - * An upgrade of zlib from 1.2.8 to 1.2.11 changed behavior when `windowBits`is set to 8 for raw deflate streams. zlib would automatically set `windowBits`to 9 if was initially set to 8\. Newer - * versions of zlib will throw an exception, - * so Node.js restored the original behavior of upgrading a value of 8 to 9, - * since passing `windowBits = 9` to zlib actually results in a compressed stream - * that effectively uses an 8-bit window only. - * @since v0.5.8 - */ - function createDeflateRaw(options?: ZlibOptions): DeflateRaw; - /** - * Creates and returns a new `InflateRaw` object. - * @since v0.5.8 - */ - function createInflateRaw(options?: ZlibOptions): InflateRaw; - /** - * Creates and returns a new `Unzip` object. - * @since v0.5.8 - */ - function createUnzip(options?: ZlibOptions): Unzip; - type InputType = string | ArrayBuffer | NodeJS.ArrayBufferView; - type CompressCallback = (error: Error | null, result: Buffer) => void; - /** - * @since v11.7.0, v10.16.0 - */ - function brotliCompress(buf: InputType, options: BrotliOptions, callback: CompressCallback): void; - function brotliCompress(buf: InputType, callback: CompressCallback): void; - namespace brotliCompress { - function __promisify__(buffer: InputType, options?: BrotliOptions): Promise<Buffer>; - } - /** - * Compress a chunk of data with `BrotliCompress`. - * @since v11.7.0, v10.16.0 - */ - function brotliCompressSync(buf: InputType, options?: BrotliOptions): Buffer; - /** - * @since v11.7.0, v10.16.0 - */ - function brotliDecompress(buf: InputType, options: BrotliOptions, callback: CompressCallback): void; - function brotliDecompress(buf: InputType, callback: CompressCallback): void; - namespace brotliDecompress { - function __promisify__(buffer: InputType, options?: BrotliOptions): Promise<Buffer>; - } - /** - * Decompress a chunk of data with `BrotliDecompress`. - * @since v11.7.0, v10.16.0 - */ - function brotliDecompressSync(buf: InputType, options?: BrotliOptions): Buffer; - /** - * @since v0.6.0 - */ - function deflate(buf: InputType, callback: CompressCallback): void; - function deflate(buf: InputType, options: ZlibOptions, callback: CompressCallback): void; - namespace deflate { - function __promisify__(buffer: InputType, options?: ZlibOptions): Promise<Buffer>; - } - /** - * Compress a chunk of data with `Deflate`. - * @since v0.11.12 - */ - function deflateSync(buf: InputType, options?: ZlibOptions): Buffer; - /** - * @since v0.6.0 - */ - function deflateRaw(buf: InputType, callback: CompressCallback): void; - function deflateRaw(buf: InputType, options: ZlibOptions, callback: CompressCallback): void; - namespace deflateRaw { - function __promisify__(buffer: InputType, options?: ZlibOptions): Promise<Buffer>; - } - /** - * Compress a chunk of data with `DeflateRaw`. - * @since v0.11.12 - */ - function deflateRawSync(buf: InputType, options?: ZlibOptions): Buffer; - /** - * @since v0.6.0 - */ - function gzip(buf: InputType, callback: CompressCallback): void; - function gzip(buf: InputType, options: ZlibOptions, callback: CompressCallback): void; - namespace gzip { - function __promisify__(buffer: InputType, options?: ZlibOptions): Promise<Buffer>; - } - /** - * Compress a chunk of data with `Gzip`. - * @since v0.11.12 - */ - function gzipSync(buf: InputType, options?: ZlibOptions): Buffer; - /** - * @since v0.6.0 - */ - function gunzip(buf: InputType, callback: CompressCallback): void; - function gunzip(buf: InputType, options: ZlibOptions, callback: CompressCallback): void; - namespace gunzip { - function __promisify__(buffer: InputType, options?: ZlibOptions): Promise<Buffer>; - } - /** - * Decompress a chunk of data with `Gunzip`. - * @since v0.11.12 - */ - function gunzipSync(buf: InputType, options?: ZlibOptions): Buffer; - /** - * @since v0.6.0 - */ - function inflate(buf: InputType, callback: CompressCallback): void; - function inflate(buf: InputType, options: ZlibOptions, callback: CompressCallback): void; - namespace inflate { - function __promisify__(buffer: InputType, options?: ZlibOptions): Promise<Buffer>; - } - /** - * Decompress a chunk of data with `Inflate`. - * @since v0.11.12 - */ - function inflateSync(buf: InputType, options?: ZlibOptions): Buffer; - /** - * @since v0.6.0 - */ - function inflateRaw(buf: InputType, callback: CompressCallback): void; - function inflateRaw(buf: InputType, options: ZlibOptions, callback: CompressCallback): void; - namespace inflateRaw { - function __promisify__(buffer: InputType, options?: ZlibOptions): Promise<Buffer>; - } - /** - * Decompress a chunk of data with `InflateRaw`. - * @since v0.11.12 - */ - function inflateRawSync(buf: InputType, options?: ZlibOptions): Buffer; - /** - * @since v0.6.0 - */ - function unzip(buf: InputType, callback: CompressCallback): void; - function unzip(buf: InputType, options: ZlibOptions, callback: CompressCallback): void; - namespace unzip { - function __promisify__(buffer: InputType, options?: ZlibOptions): Promise<Buffer>; - } - /** - * Decompress a chunk of data with `Unzip`. - * @since v0.11.12 - */ - function unzipSync(buf: InputType, options?: ZlibOptions): Buffer; - namespace constants { - const BROTLI_DECODE: number; - const BROTLI_DECODER_ERROR_ALLOC_BLOCK_TYPE_TREES: number; - const BROTLI_DECODER_ERROR_ALLOC_CONTEXT_MAP: number; - const BROTLI_DECODER_ERROR_ALLOC_CONTEXT_MODES: number; - const BROTLI_DECODER_ERROR_ALLOC_RING_BUFFER_1: number; - const BROTLI_DECODER_ERROR_ALLOC_RING_BUFFER_2: number; - const BROTLI_DECODER_ERROR_ALLOC_TREE_GROUPS: number; - const BROTLI_DECODER_ERROR_DICTIONARY_NOT_SET: number; - const BROTLI_DECODER_ERROR_FORMAT_BLOCK_LENGTH_1: number; - const BROTLI_DECODER_ERROR_FORMAT_BLOCK_LENGTH_2: number; - const BROTLI_DECODER_ERROR_FORMAT_CL_SPACE: number; - const BROTLI_DECODER_ERROR_FORMAT_CONTEXT_MAP_REPEAT: number; - const BROTLI_DECODER_ERROR_FORMAT_DICTIONARY: number; - const BROTLI_DECODER_ERROR_FORMAT_DISTANCE: number; - const BROTLI_DECODER_ERROR_FORMAT_EXUBERANT_META_NIBBLE: number; - const BROTLI_DECODER_ERROR_FORMAT_EXUBERANT_NIBBLE: number; - const BROTLI_DECODER_ERROR_FORMAT_HUFFMAN_SPACE: number; - const BROTLI_DECODER_ERROR_FORMAT_PADDING_1: number; - const BROTLI_DECODER_ERROR_FORMAT_PADDING_2: number; - const BROTLI_DECODER_ERROR_FORMAT_RESERVED: number; - const BROTLI_DECODER_ERROR_FORMAT_SIMPLE_HUFFMAN_ALPHABET: number; - const BROTLI_DECODER_ERROR_FORMAT_SIMPLE_HUFFMAN_SAME: number; - const BROTLI_DECODER_ERROR_FORMAT_TRANSFORM: number; - const BROTLI_DECODER_ERROR_FORMAT_WINDOW_BITS: number; - const BROTLI_DECODER_ERROR_INVALID_ARGUMENTS: number; - const BROTLI_DECODER_ERROR_UNREACHABLE: number; - const BROTLI_DECODER_NEEDS_MORE_INPUT: number; - const BROTLI_DECODER_NEEDS_MORE_OUTPUT: number; - const BROTLI_DECODER_NO_ERROR: number; - const BROTLI_DECODER_PARAM_DISABLE_RING_BUFFER_REALLOCATION: number; - const BROTLI_DECODER_PARAM_LARGE_WINDOW: number; - const BROTLI_DECODER_RESULT_ERROR: number; - const BROTLI_DECODER_RESULT_NEEDS_MORE_INPUT: number; - const BROTLI_DECODER_RESULT_NEEDS_MORE_OUTPUT: number; - const BROTLI_DECODER_RESULT_SUCCESS: number; - const BROTLI_DECODER_SUCCESS: number; - const BROTLI_DEFAULT_MODE: number; - const BROTLI_DEFAULT_QUALITY: number; - const BROTLI_DEFAULT_WINDOW: number; - const BROTLI_ENCODE: number; - const BROTLI_LARGE_MAX_WINDOW_BITS: number; - const BROTLI_MAX_INPUT_BLOCK_BITS: number; - const BROTLI_MAX_QUALITY: number; - const BROTLI_MAX_WINDOW_BITS: number; - const BROTLI_MIN_INPUT_BLOCK_BITS: number; - const BROTLI_MIN_QUALITY: number; - const BROTLI_MIN_WINDOW_BITS: number; - const BROTLI_MODE_FONT: number; - const BROTLI_MODE_GENERIC: number; - const BROTLI_MODE_TEXT: number; - const BROTLI_OPERATION_EMIT_METADATA: number; - const BROTLI_OPERATION_FINISH: number; - const BROTLI_OPERATION_FLUSH: number; - const BROTLI_OPERATION_PROCESS: number; - const BROTLI_PARAM_DISABLE_LITERAL_CONTEXT_MODELING: number; - const BROTLI_PARAM_LARGE_WINDOW: number; - const BROTLI_PARAM_LGBLOCK: number; - const BROTLI_PARAM_LGWIN: number; - const BROTLI_PARAM_MODE: number; - const BROTLI_PARAM_NDIRECT: number; - const BROTLI_PARAM_NPOSTFIX: number; - const BROTLI_PARAM_QUALITY: number; - const BROTLI_PARAM_SIZE_HINT: number; - const DEFLATE: number; - const DEFLATERAW: number; - const GUNZIP: number; - const GZIP: number; - const INFLATE: number; - const INFLATERAW: number; - const UNZIP: number; - // Allowed flush values. - const Z_NO_FLUSH: number; - const Z_PARTIAL_FLUSH: number; - const Z_SYNC_FLUSH: number; - const Z_FULL_FLUSH: number; - const Z_FINISH: number; - const Z_BLOCK: number; - const Z_TREES: number; - // Return codes for the compression/decompression functions. - // Negative values are errors, positive values are used for special but normal events. - const Z_OK: number; - const Z_STREAM_END: number; - const Z_NEED_DICT: number; - const Z_ERRNO: number; - const Z_STREAM_ERROR: number; - const Z_DATA_ERROR: number; - const Z_MEM_ERROR: number; - const Z_BUF_ERROR: number; - const Z_VERSION_ERROR: number; - // Compression levels. - const Z_NO_COMPRESSION: number; - const Z_BEST_SPEED: number; - const Z_BEST_COMPRESSION: number; - const Z_DEFAULT_COMPRESSION: number; - // Compression strategy. - const Z_FILTERED: number; - const Z_HUFFMAN_ONLY: number; - const Z_RLE: number; - const Z_FIXED: number; - const Z_DEFAULT_STRATEGY: number; - const Z_DEFAULT_WINDOWBITS: number; - const Z_MIN_WINDOWBITS: number; - const Z_MAX_WINDOWBITS: number; - const Z_MIN_CHUNK: number; - const Z_MAX_CHUNK: number; - const Z_DEFAULT_CHUNK: number; - const Z_MIN_MEMLEVEL: number; - const Z_MAX_MEMLEVEL: number; - const Z_DEFAULT_MEMLEVEL: number; - const Z_MIN_LEVEL: number; - const Z_MAX_LEVEL: number; - const Z_DEFAULT_LEVEL: number; - const ZLIB_VERNUM: number; - } - // Allowed flush values. - /** @deprecated Use `constants.Z_NO_FLUSH` */ - const Z_NO_FLUSH: number; - /** @deprecated Use `constants.Z_PARTIAL_FLUSH` */ - const Z_PARTIAL_FLUSH: number; - /** @deprecated Use `constants.Z_SYNC_FLUSH` */ - const Z_SYNC_FLUSH: number; - /** @deprecated Use `constants.Z_FULL_FLUSH` */ - const Z_FULL_FLUSH: number; - /** @deprecated Use `constants.Z_FINISH` */ - const Z_FINISH: number; - /** @deprecated Use `constants.Z_BLOCK` */ - const Z_BLOCK: number; - /** @deprecated Use `constants.Z_TREES` */ - const Z_TREES: number; - // Return codes for the compression/decompression functions. - // Negative values are errors, positive values are used for special but normal events. - /** @deprecated Use `constants.Z_OK` */ - const Z_OK: number; - /** @deprecated Use `constants.Z_STREAM_END` */ - const Z_STREAM_END: number; - /** @deprecated Use `constants.Z_NEED_DICT` */ - const Z_NEED_DICT: number; - /** @deprecated Use `constants.Z_ERRNO` */ - const Z_ERRNO: number; - /** @deprecated Use `constants.Z_STREAM_ERROR` */ - const Z_STREAM_ERROR: number; - /** @deprecated Use `constants.Z_DATA_ERROR` */ - const Z_DATA_ERROR: number; - /** @deprecated Use `constants.Z_MEM_ERROR` */ - const Z_MEM_ERROR: number; - /** @deprecated Use `constants.Z_BUF_ERROR` */ - const Z_BUF_ERROR: number; - /** @deprecated Use `constants.Z_VERSION_ERROR` */ - const Z_VERSION_ERROR: number; - // Compression levels. - /** @deprecated Use `constants.Z_NO_COMPRESSION` */ - const Z_NO_COMPRESSION: number; - /** @deprecated Use `constants.Z_BEST_SPEED` */ - const Z_BEST_SPEED: number; - /** @deprecated Use `constants.Z_BEST_COMPRESSION` */ - const Z_BEST_COMPRESSION: number; - /** @deprecated Use `constants.Z_DEFAULT_COMPRESSION` */ - const Z_DEFAULT_COMPRESSION: number; - // Compression strategy. - /** @deprecated Use `constants.Z_FILTERED` */ - const Z_FILTERED: number; - /** @deprecated Use `constants.Z_HUFFMAN_ONLY` */ - const Z_HUFFMAN_ONLY: number; - /** @deprecated Use `constants.Z_RLE` */ - const Z_RLE: number; - /** @deprecated Use `constants.Z_FIXED` */ - const Z_FIXED: number; - /** @deprecated Use `constants.Z_DEFAULT_STRATEGY` */ - const Z_DEFAULT_STRATEGY: number; - /** @deprecated */ - const Z_BINARY: number; - /** @deprecated */ - const Z_TEXT: number; - /** @deprecated */ - const Z_ASCII: number; - /** @deprecated */ - const Z_UNKNOWN: number; - /** @deprecated */ - const Z_DEFLATED: number; -} -declare module 'node:zlib' { - export * from 'zlib'; -} diff --git a/software/flow/node_modules/accepts/HISTORY.md b/software/flow/node_modules/accepts/HISTORY.md deleted file mode 100644 index cb5990c..0000000 --- a/software/flow/node_modules/accepts/HISTORY.md +++ /dev/null @@ -1,243 +0,0 @@ -1.3.8 / 2022-02-02 -================== - - * deps: mime-types@~2.1.34 - - deps: mime-db@~1.51.0 - * deps: negotiator@0.6.3 - -1.3.7 / 2019-04-29 -================== - - * deps: negotiator@0.6.2 - - Fix sorting charset, encoding, and language with extra parameters - -1.3.6 / 2019-04-28 -================== - - * deps: mime-types@~2.1.24 - - deps: mime-db@~1.40.0 - -1.3.5 / 2018-02-28 -================== - - * deps: mime-types@~2.1.18 - - deps: mime-db@~1.33.0 - -1.3.4 / 2017-08-22 -================== - - * deps: mime-types@~2.1.16 - - deps: mime-db@~1.29.0 - -1.3.3 / 2016-05-02 -================== - - * deps: mime-types@~2.1.11 - - deps: mime-db@~1.23.0 - * deps: negotiator@0.6.1 - - perf: improve `Accept` parsing speed - - perf: improve `Accept-Charset` parsing speed - - perf: improve `Accept-Encoding` parsing speed - - perf: improve `Accept-Language` parsing speed - -1.3.2 / 2016-03-08 -================== - - * deps: mime-types@~2.1.10 - - Fix extension of `application/dash+xml` - - Update primary extension for `audio/mp4` - - deps: mime-db@~1.22.0 - -1.3.1 / 2016-01-19 -================== - - * deps: mime-types@~2.1.9 - - deps: mime-db@~1.21.0 - -1.3.0 / 2015-09-29 -================== - - * deps: mime-types@~2.1.7 - - deps: mime-db@~1.19.0 - * deps: negotiator@0.6.0 - - Fix including type extensions in parameters in `Accept` parsing - - Fix parsing `Accept` parameters with quoted equals - - Fix parsing `Accept` parameters with quoted semicolons - - Lazy-load modules from main entry point - - perf: delay type concatenation until needed - - perf: enable strict mode - - perf: hoist regular expressions - - perf: remove closures getting spec properties - - perf: remove a closure from media type parsing - - perf: remove property delete from media type parsing - -1.2.13 / 2015-09-06 -=================== - - * deps: mime-types@~2.1.6 - - deps: mime-db@~1.18.0 - -1.2.12 / 2015-07-30 -=================== - - * deps: mime-types@~2.1.4 - - deps: mime-db@~1.16.0 - -1.2.11 / 2015-07-16 -=================== - - * deps: mime-types@~2.1.3 - - deps: mime-db@~1.15.0 - -1.2.10 / 2015-07-01 -=================== - - * deps: mime-types@~2.1.2 - - deps: mime-db@~1.14.0 - -1.2.9 / 2015-06-08 -================== - - * deps: mime-types@~2.1.1 - - perf: fix deopt during mapping - -1.2.8 / 2015-06-07 -================== - - * deps: mime-types@~2.1.0 - - deps: mime-db@~1.13.0 - * perf: avoid argument reassignment & argument slice - * perf: avoid negotiator recursive construction - * perf: enable strict mode - * perf: remove unnecessary bitwise operator - -1.2.7 / 2015-05-10 -================== - - * deps: negotiator@0.5.3 - - Fix media type parameter matching to be case-insensitive - -1.2.6 / 2015-05-07 -================== - - * deps: mime-types@~2.0.11 - - deps: mime-db@~1.9.1 - * deps: negotiator@0.5.2 - - Fix comparing media types with quoted values - - Fix splitting media types with quoted commas - -1.2.5 / 2015-03-13 -================== - - * deps: mime-types@~2.0.10 - - deps: mime-db@~1.8.0 - -1.2.4 / 2015-02-14 -================== - - * Support Node.js 0.6 - * deps: mime-types@~2.0.9 - - deps: mime-db@~1.7.0 - * deps: negotiator@0.5.1 - - Fix preference sorting to be stable for long acceptable lists - -1.2.3 / 2015-01-31 -================== - - * deps: mime-types@~2.0.8 - - deps: mime-db@~1.6.0 - -1.2.2 / 2014-12-30 -================== - - * deps: mime-types@~2.0.7 - - deps: mime-db@~1.5.0 - -1.2.1 / 2014-12-30 -================== - - * deps: mime-types@~2.0.5 - - deps: mime-db@~1.3.1 - -1.2.0 / 2014-12-19 -================== - - * deps: negotiator@0.5.0 - - Fix list return order when large accepted list - - Fix missing identity encoding when q=0 exists - - Remove dynamic building of Negotiator class - -1.1.4 / 2014-12-10 -================== - - * deps: mime-types@~2.0.4 - - deps: mime-db@~1.3.0 - -1.1.3 / 2014-11-09 -================== - - * deps: mime-types@~2.0.3 - - deps: mime-db@~1.2.0 - -1.1.2 / 2014-10-14 -================== - - * deps: negotiator@0.4.9 - - Fix error when media type has invalid parameter - -1.1.1 / 2014-09-28 -================== - - * deps: mime-types@~2.0.2 - - deps: mime-db@~1.1.0 - * deps: negotiator@0.4.8 - - Fix all negotiations to be case-insensitive - - Stable sort preferences of same quality according to client order - -1.1.0 / 2014-09-02 -================== - - * update `mime-types` - -1.0.7 / 2014-07-04 -================== - - * Fix wrong type returned from `type` when match after unknown extension - -1.0.6 / 2014-06-24 -================== - - * deps: negotiator@0.4.7 - -1.0.5 / 2014-06-20 -================== - - * fix crash when unknown extension given - -1.0.4 / 2014-06-19 -================== - - * use `mime-types` - -1.0.3 / 2014-06-11 -================== - - * deps: negotiator@0.4.6 - - Order by specificity when quality is the same - -1.0.2 / 2014-05-29 -================== - - * Fix interpretation when header not in request - * deps: pin negotiator@0.4.5 - -1.0.1 / 2014-01-18 -================== - - * Identity encoding isn't always acceptable - * deps: negotiator@~0.4.0 - -1.0.0 / 2013-12-27 -================== - - * Genesis diff --git a/software/flow/node_modules/accepts/LICENSE b/software/flow/node_modules/accepts/LICENSE deleted file mode 100644 index 0616607..0000000 --- a/software/flow/node_modules/accepts/LICENSE +++ /dev/null @@ -1,23 +0,0 @@ -(The MIT License) - -Copyright (c) 2014 Jonathan Ong <me@jongleberry.com> -Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com> - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -'Software'), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/software/flow/node_modules/accepts/README.md b/software/flow/node_modules/accepts/README.md deleted file mode 100644 index 82680c5..0000000 --- a/software/flow/node_modules/accepts/README.md +++ /dev/null @@ -1,140 +0,0 @@ -# accepts - -[![NPM Version][npm-version-image]][npm-url] -[![NPM Downloads][npm-downloads-image]][npm-url] -[![Node.js Version][node-version-image]][node-version-url] -[![Build Status][github-actions-ci-image]][github-actions-ci-url] -[![Test Coverage][coveralls-image]][coveralls-url] - -Higher level content negotiation based on [negotiator](https://www.npmjs.com/package/negotiator). -Extracted from [koa](https://www.npmjs.com/package/koa) for general use. - -In addition to negotiator, it allows: - -- Allows types as an array or arguments list, ie `(['text/html', 'application/json'])` - as well as `('text/html', 'application/json')`. -- Allows type shorthands such as `json`. -- Returns `false` when no types match -- Treats non-existent headers as `*` - -## Installation - -This is a [Node.js](https://nodejs.org/en/) module available through the -[npm registry](https://www.npmjs.com/). Installation is done using the -[`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally): - -```sh -$ npm install accepts -``` - -## API - -```js -var accepts = require('accepts') -``` - -### accepts(req) - -Create a new `Accepts` object for the given `req`. - -#### .charset(charsets) - -Return the first accepted charset. If nothing in `charsets` is accepted, -then `false` is returned. - -#### .charsets() - -Return the charsets that the request accepts, in the order of the client's -preference (most preferred first). - -#### .encoding(encodings) - -Return the first accepted encoding. If nothing in `encodings` is accepted, -then `false` is returned. - -#### .encodings() - -Return the encodings that the request accepts, in the order of the client's -preference (most preferred first). - -#### .language(languages) - -Return the first accepted language. If nothing in `languages` is accepted, -then `false` is returned. - -#### .languages() - -Return the languages that the request accepts, in the order of the client's -preference (most preferred first). - -#### .type(types) - -Return the first accepted type (and it is returned as the same text as what -appears in the `types` array). If nothing in `types` is accepted, then `false` -is returned. - -The `types` array can contain full MIME types or file extensions. Any value -that is not a full MIME types is passed to `require('mime-types').lookup`. - -#### .types() - -Return the types that the request accepts, in the order of the client's -preference (most preferred first). - -## Examples - -### Simple type negotiation - -This simple example shows how to use `accepts` to return a different typed -respond body based on what the client wants to accept. The server lists it's -preferences in order and will get back the best match between the client and -server. - -```js -var accepts = require('accepts') -var http = require('http') - -function app (req, res) { - var accept = accepts(req) - - // the order of this list is significant; should be server preferred order - switch (accept.type(['json', 'html'])) { - case 'json': - res.setHeader('Content-Type', 'application/json') - res.write('{"hello":"world!"}') - break - case 'html': - res.setHeader('Content-Type', 'text/html') - res.write('<b>hello, world!</b>') - break - default: - // the fallback is text/plain, so no need to specify it above - res.setHeader('Content-Type', 'text/plain') - res.write('hello, world!') - break - } - - res.end() -} - -http.createServer(app).listen(3000) -``` - -You can test this out with the cURL program: -```sh -curl -I -H'Accept: text/html' http://localhost:3000/ -``` - -## License - -[MIT](LICENSE) - -[coveralls-image]: https://badgen.net/coveralls/c/github/jshttp/accepts/master -[coveralls-url]: https://coveralls.io/r/jshttp/accepts?branch=master -[github-actions-ci-image]: https://badgen.net/github/checks/jshttp/accepts/master?label=ci -[github-actions-ci-url]: https://github.com/jshttp/accepts/actions/workflows/ci.yml -[node-version-image]: https://badgen.net/npm/node/accepts -[node-version-url]: https://nodejs.org/en/download -[npm-downloads-image]: https://badgen.net/npm/dm/accepts -[npm-url]: https://npmjs.org/package/accepts -[npm-version-image]: https://badgen.net/npm/v/accepts diff --git a/software/flow/node_modules/accepts/index.js b/software/flow/node_modules/accepts/index.js deleted file mode 100644 index e9b2f63..0000000 --- a/software/flow/node_modules/accepts/index.js +++ /dev/null @@ -1,238 +0,0 @@ -/*! - * accepts - * Copyright(c) 2014 Jonathan Ong - * Copyright(c) 2015 Douglas Christopher Wilson - * MIT Licensed - */ - -'use strict' - -/** - * Module dependencies. - * @private - */ - -var Negotiator = require('negotiator') -var mime = require('mime-types') - -/** - * Module exports. - * @public - */ - -module.exports = Accepts - -/** - * Create a new Accepts object for the given req. - * - * @param {object} req - * @public - */ - -function Accepts (req) { - if (!(this instanceof Accepts)) { - return new Accepts(req) - } - - this.headers = req.headers - this.negotiator = new Negotiator(req) -} - -/** - * Check if the given `type(s)` is acceptable, returning - * the best match when true, otherwise `undefined`, in which - * case you should respond with 406 "Not Acceptable". - * - * The `type` value may be a single mime type string - * such as "application/json", the extension name - * such as "json" or an array `["json", "html", "text/plain"]`. When a list - * or array is given the _best_ match, if any is returned. - * - * Examples: - * - * // Accept: text/html - * this.types('html'); - * // => "html" - * - * // Accept: text/*, application/json - * this.types('html'); - * // => "html" - * this.types('text/html'); - * // => "text/html" - * this.types('json', 'text'); - * // => "json" - * this.types('application/json'); - * // => "application/json" - * - * // Accept: text/*, application/json - * this.types('image/png'); - * this.types('png'); - * // => undefined - * - * // Accept: text/*;q=.5, application/json - * this.types(['html', 'json']); - * this.types('html', 'json'); - * // => "json" - * - * @param {String|Array} types... - * @return {String|Array|Boolean} - * @public - */ - -Accepts.prototype.type = -Accepts.prototype.types = function (types_) { - var types = types_ - - // support flattened arguments - if (types && !Array.isArray(types)) { - types = new Array(arguments.length) - for (var i = 0; i < types.length; i++) { - types[i] = arguments[i] - } - } - - // no types, return all requested types - if (!types || types.length === 0) { - return this.negotiator.mediaTypes() - } - - // no accept header, return first given type - if (!this.headers.accept) { - return types[0] - } - - var mimes = types.map(extToMime) - var accepts = this.negotiator.mediaTypes(mimes.filter(validMime)) - var first = accepts[0] - - return first - ? types[mimes.indexOf(first)] - : false -} - -/** - * Return accepted encodings or best fit based on `encodings`. - * - * Given `Accept-Encoding: gzip, deflate` - * an array sorted by quality is returned: - * - * ['gzip', 'deflate'] - * - * @param {String|Array} encodings... - * @return {String|Array} - * @public - */ - -Accepts.prototype.encoding = -Accepts.prototype.encodings = function (encodings_) { - var encodings = encodings_ - - // support flattened arguments - if (encodings && !Array.isArray(encodings)) { - encodings = new Array(arguments.length) - for (var i = 0; i < encodings.length; i++) { - encodings[i] = arguments[i] - } - } - - // no encodings, return all requested encodings - if (!encodings || encodings.length === 0) { - return this.negotiator.encodings() - } - - return this.negotiator.encodings(encodings)[0] || false -} - -/** - * Return accepted charsets or best fit based on `charsets`. - * - * Given `Accept-Charset: utf-8, iso-8859-1;q=0.2, utf-7;q=0.5` - * an array sorted by quality is returned: - * - * ['utf-8', 'utf-7', 'iso-8859-1'] - * - * @param {String|Array} charsets... - * @return {String|Array} - * @public - */ - -Accepts.prototype.charset = -Accepts.prototype.charsets = function (charsets_) { - var charsets = charsets_ - - // support flattened arguments - if (charsets && !Array.isArray(charsets)) { - charsets = new Array(arguments.length) - for (var i = 0; i < charsets.length; i++) { - charsets[i] = arguments[i] - } - } - - // no charsets, return all requested charsets - if (!charsets || charsets.length === 0) { - return this.negotiator.charsets() - } - - return this.negotiator.charsets(charsets)[0] || false -} - -/** - * Return accepted languages or best fit based on `langs`. - * - * Given `Accept-Language: en;q=0.8, es, pt` - * an array sorted by quality is returned: - * - * ['es', 'pt', 'en'] - * - * @param {String|Array} langs... - * @return {Array|String} - * @public - */ - -Accepts.prototype.lang = -Accepts.prototype.langs = -Accepts.prototype.language = -Accepts.prototype.languages = function (languages_) { - var languages = languages_ - - // support flattened arguments - if (languages && !Array.isArray(languages)) { - languages = new Array(arguments.length) - for (var i = 0; i < languages.length; i++) { - languages[i] = arguments[i] - } - } - - // no languages, return all requested languages - if (!languages || languages.length === 0) { - return this.negotiator.languages() - } - - return this.negotiator.languages(languages)[0] || false -} - -/** - * Convert extnames to mime. - * - * @param {String} type - * @return {String} - * @private - */ - -function extToMime (type) { - return type.indexOf('/') === -1 - ? mime.lookup(type) - : type -} - -/** - * Check if mime is valid. - * - * @param {String} type - * @return {String} - * @private - */ - -function validMime (type) { - return typeof type === 'string' -} diff --git a/software/flow/node_modules/accepts/package.json b/software/flow/node_modules/accepts/package.json deleted file mode 100644 index 0f2d15d..0000000 --- a/software/flow/node_modules/accepts/package.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "name": "accepts", - "description": "Higher-level content negotiation", - "version": "1.3.8", - "contributors": [ - "Douglas Christopher Wilson <doug@somethingdoug.com>", - "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)" - ], - "license": "MIT", - "repository": "jshttp/accepts", - "dependencies": { - "mime-types": "~2.1.34", - "negotiator": "0.6.3" - }, - "devDependencies": { - "deep-equal": "1.0.1", - "eslint": "7.32.0", - "eslint-config-standard": "14.1.1", - "eslint-plugin-import": "2.25.4", - "eslint-plugin-markdown": "2.2.1", - "eslint-plugin-node": "11.1.0", - "eslint-plugin-promise": "4.3.1", - "eslint-plugin-standard": "4.1.0", - "mocha": "9.2.0", - "nyc": "15.1.0" - }, - "files": [ - "LICENSE", - "HISTORY.md", - "index.js" - ], - "engines": { - "node": ">= 0.6" - }, - "scripts": { - "lint": "eslint .", - "test": "mocha --reporter spec --check-leaks --bail test/", - "test-ci": "nyc --reporter=lcov --reporter=text npm test", - "test-cov": "nyc --reporter=html --reporter=text npm test" - }, - "keywords": [ - "content", - "negotiation", - "accept", - "accepts" - ] -} diff --git a/software/flow/node_modules/base64id/CHANGELOG.md b/software/flow/node_modules/base64id/CHANGELOG.md deleted file mode 100644 index b2b8332..0000000 --- a/software/flow/node_modules/base64id/CHANGELOG.md +++ /dev/null @@ -1,16 +0,0 @@ -# [2.0.0](https://github.com/faeldt/base64id/compare/1.0.0...2.0.0) (2019-05-27) - - -### Code Refactoring - -* **buffer:** replace deprecated Buffer constructor usage ([#11](https://github.com/faeldt/base64id/issues/11)) ([ccfba54](https://github.com/faeldt/base64id/commit/ccfba54)) - - -### BREAKING CHANGES - -* **buffer:** drop support for Node.js ≤ 4.4.x and 5.0.0 - 5.9.x - -See: https://nodejs.org/en/docs/guides/buffer-constructor-deprecation/ - - - diff --git a/software/flow/node_modules/base64id/LICENSE b/software/flow/node_modules/base64id/LICENSE deleted file mode 100644 index 0d03c83..0000000 --- a/software/flow/node_modules/base64id/LICENSE +++ /dev/null @@ -1,22 +0,0 @@ -(The MIT License) - -Copyright (c) 2012-2016 Kristian Faeldt <faeldt_kristian@cyberagent.co.jp> - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -'Software'), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/software/flow/node_modules/base64id/README.md b/software/flow/node_modules/base64id/README.md deleted file mode 100644 index 17689e6..0000000 --- a/software/flow/node_modules/base64id/README.md +++ /dev/null @@ -1,18 +0,0 @@ -base64id -======== - -Node.js module that generates a base64 id. - -Uses crypto.randomBytes when available, falls back to unsafe methods for node.js <= 0.4. - -To increase performance, random bytes are buffered to minimize the number of synchronous calls to crypto.randomBytes. - -## Installation - - $ npm install base64id - -## Usage - - var base64id = require('base64id'); - - var id = base64id.generateId(); diff --git a/software/flow/node_modules/base64id/lib/base64id.js b/software/flow/node_modules/base64id/lib/base64id.js deleted file mode 100644 index 15afe74..0000000 --- a/software/flow/node_modules/base64id/lib/base64id.js +++ /dev/null @@ -1,103 +0,0 @@ -/*! - * base64id v0.1.0 - */ - -/** - * Module dependencies - */ - -var crypto = require('crypto'); - -/** - * Constructor - */ - -var Base64Id = function() { }; - -/** - * Get random bytes - * - * Uses a buffer if available, falls back to crypto.randomBytes - */ - -Base64Id.prototype.getRandomBytes = function(bytes) { - - var BUFFER_SIZE = 4096 - var self = this; - - bytes = bytes || 12; - - if (bytes > BUFFER_SIZE) { - return crypto.randomBytes(bytes); - } - - var bytesInBuffer = parseInt(BUFFER_SIZE/bytes); - var threshold = parseInt(bytesInBuffer*0.85); - - if (!threshold) { - return crypto.randomBytes(bytes); - } - - if (this.bytesBufferIndex == null) { - this.bytesBufferIndex = -1; - } - - if (this.bytesBufferIndex == bytesInBuffer) { - this.bytesBuffer = null; - this.bytesBufferIndex = -1; - } - - // No buffered bytes available or index above threshold - if (this.bytesBufferIndex == -1 || this.bytesBufferIndex > threshold) { - - if (!this.isGeneratingBytes) { - this.isGeneratingBytes = true; - crypto.randomBytes(BUFFER_SIZE, function(err, bytes) { - self.bytesBuffer = bytes; - self.bytesBufferIndex = 0; - self.isGeneratingBytes = false; - }); - } - - // Fall back to sync call when no buffered bytes are available - if (this.bytesBufferIndex == -1) { - return crypto.randomBytes(bytes); - } - } - - var result = this.bytesBuffer.slice(bytes*this.bytesBufferIndex, bytes*(this.bytesBufferIndex+1)); - this.bytesBufferIndex++; - - return result; -} - -/** - * Generates a base64 id - * - * (Original version from socket.io <http://socket.io>) - */ - -Base64Id.prototype.generateId = function () { - var rand = Buffer.alloc(15); // multiple of 3 for base64 - if (!rand.writeInt32BE) { - return Math.abs(Math.random() * Math.random() * Date.now() | 0).toString() - + Math.abs(Math.random() * Math.random() * Date.now() | 0).toString(); - } - this.sequenceNumber = (this.sequenceNumber + 1) | 0; - rand.writeInt32BE(this.sequenceNumber, 11); - if (crypto.randomBytes) { - this.getRandomBytes(12).copy(rand); - } else { - // not secure for node 0.4 - [0, 4, 8].forEach(function(i) { - rand.writeInt32BE(Math.random() * Math.pow(2, 32) | 0, i); - }); - } - return rand.toString('base64').replace(/\//g, '_').replace(/\+/g, '-'); -}; - -/** - * Export - */ - -exports = module.exports = new Base64Id(); diff --git a/software/flow/node_modules/base64id/package.json b/software/flow/node_modules/base64id/package.json deleted file mode 100644 index d03d64c..0000000 --- a/software/flow/node_modules/base64id/package.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "name": "base64id" - , "version": "2.0.0" - , "license": "MIT" - , "description": "Generates a base64 id" - , "author": "Kristian Faeldt <faeldt_kristian@cyberagent.co.jp>" - , "repository": { - "type": "git" - , "url": "https://github.com/faeldt/base64id.git" - } - , "main": "./lib/base64id.js" - , "engines": { "node": "^4.5.0 || >= 5.9" } -} diff --git a/software/flow/node_modules/bytes/History.md b/software/flow/node_modules/bytes/History.md deleted file mode 100644 index 13d463a..0000000 --- a/software/flow/node_modules/bytes/History.md +++ /dev/null @@ -1,82 +0,0 @@ -3.0.0 / 2017-08-31 -================== - - * Change "kB" to "KB" in format output - * Remove support for Node.js 0.6 - * Remove support for ComponentJS - -2.5.0 / 2017-03-24 -================== - - * Add option "unit" - -2.4.0 / 2016-06-01 -================== - - * Add option "unitSeparator" - -2.3.0 / 2016-02-15 -================== - - * Drop partial bytes on all parsed units - * Fix non-finite numbers to `.format` to return `null` - * Fix parsing byte string that looks like hex - * perf: hoist regular expressions - -2.2.0 / 2015-11-13 -================== - - * add option "decimalPlaces" - * add option "fixedDecimals" - -2.1.0 / 2015-05-21 -================== - - * add `.format` export - * add `.parse` export - -2.0.2 / 2015-05-20 -================== - - * remove map recreation - * remove unnecessary object construction - -2.0.1 / 2015-05-07 -================== - - * fix browserify require - * remove node.extend dependency - -2.0.0 / 2015-04-12 -================== - - * add option "case" - * add option "thousandsSeparator" - * return "null" on invalid parse input - * support proper round-trip: bytes(bytes(num)) === num - * units no longer case sensitive when parsing - -1.0.0 / 2014-05-05 -================== - - * add negative support. fixes #6 - -0.3.0 / 2014-03-19 -================== - - * added terabyte support - -0.2.1 / 2013-04-01 -================== - - * add .component - -0.2.0 / 2012-10-28 -================== - - * bytes(200).should.eql('200b') - -0.1.0 / 2012-07-04 -================== - - * add bytes to string conversion [yields] diff --git a/software/flow/node_modules/bytes/LICENSE b/software/flow/node_modules/bytes/LICENSE deleted file mode 100644 index 63e95a9..0000000 --- a/software/flow/node_modules/bytes/LICENSE +++ /dev/null @@ -1,23 +0,0 @@ -(The MIT License) - -Copyright (c) 2012-2014 TJ Holowaychuk <tj@vision-media.ca> -Copyright (c) 2015 Jed Watson <jed.watson@me.com> - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -'Software'), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/software/flow/node_modules/bytes/Readme.md b/software/flow/node_modules/bytes/Readme.md deleted file mode 100644 index 9b53745..0000000 --- a/software/flow/node_modules/bytes/Readme.md +++ /dev/null @@ -1,125 +0,0 @@ -# Bytes utility - -[![NPM Version][npm-image]][npm-url] -[![NPM Downloads][downloads-image]][downloads-url] -[![Build Status][travis-image]][travis-url] -[![Test Coverage][coveralls-image]][coveralls-url] - -Utility to parse a string bytes (ex: `1TB`) to bytes (`1099511627776`) and vice-versa. - -## Installation - -This is a [Node.js](https://nodejs.org/en/) module available through the -[npm registry](https://www.npmjs.com/). Installation is done using the -[`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally): - -```bash -$ npm install bytes -``` - -## Usage - -```js -var bytes = require('bytes'); -``` - -#### bytes.format(number value, [options]): string|null - -Format the given value in bytes into a string. If the value is negative, it is kept as such. If it is a float, it is - rounded. - -**Arguments** - -| Name | Type | Description | -|---------|----------|--------------------| -| value | `number` | Value in bytes | -| options | `Object` | Conversion options | - -**Options** - -| Property | Type | Description | -|-------------------|--------|-----------------------------------------------------------------------------------------| -| decimalPlaces | `number`|`null` | Maximum number of decimal places to include in output. Default value to `2`. | -| fixedDecimals | `boolean`|`null` | Whether to always display the maximum number of decimal places. Default value to `false` | -| thousandsSeparator | `string`|`null` | Example of values: `' '`, `','` and `.`... Default value to `''`. | -| unit | `string`|`null` | The unit in which the result will be returned (B/KB/MB/GB/TB). Default value to `''` (which means auto detect). | -| unitSeparator | `string`|`null` | Separator to use between number and unit. Default value to `''`. | - -**Returns** - -| Name | Type | Description | -|---------|------------------|-------------------------------------------------| -| results | `string`|`null` | Return null upon error. String value otherwise. | - -**Example** - -```js -bytes(1024); -// output: '1KB' - -bytes(1000); -// output: '1000B' - -bytes(1000, {thousandsSeparator: ' '}); -// output: '1 000B' - -bytes(1024 * 1.7, {decimalPlaces: 0}); -// output: '2KB' - -bytes(1024, {unitSeparator: ' '}); -// output: '1 KB' - -``` - -#### bytes.parse(string|number value): number|null - -Parse the string value into an integer in bytes. If no unit is given, or `value` -is a number, it is assumed the value is in bytes. - -Supported units and abbreviations are as follows and are case-insensitive: - - * `b` for bytes - * `kb` for kilobytes - * `mb` for megabytes - * `gb` for gigabytes - * `tb` for terabytes - -The units are in powers of two, not ten. This means 1kb = 1024b according to this parser. - -**Arguments** - -| Name | Type | Description | -|---------------|--------|--------------------| -| value | `string`|`number` | String to parse, or number in bytes. | - -**Returns** - -| Name | Type | Description | -|---------|-------------|-------------------------| -| results | `number`|`null` | Return null upon error. Value in bytes otherwise. | - -**Example** - -```js -bytes('1KB'); -// output: 1024 - -bytes('1024'); -// output: 1024 - -bytes(1024); -// output: 1024 -``` - -## License - -[MIT](LICENSE) - -[downloads-image]: https://img.shields.io/npm/dm/bytes.svg -[downloads-url]: https://npmjs.org/package/bytes -[npm-image]: https://img.shields.io/npm/v/bytes.svg -[npm-url]: https://npmjs.org/package/bytes -[travis-image]: https://img.shields.io/travis/visionmedia/bytes.js/master.svg -[travis-url]: https://travis-ci.org/visionmedia/bytes.js -[coveralls-image]: https://img.shields.io/coveralls/visionmedia/bytes.js/master.svg -[coveralls-url]: https://coveralls.io/r/visionmedia/bytes.js?branch=master diff --git a/software/flow/node_modules/bytes/index.js b/software/flow/node_modules/bytes/index.js deleted file mode 100644 index 1e39afd..0000000 --- a/software/flow/node_modules/bytes/index.js +++ /dev/null @@ -1,159 +0,0 @@ -/*! - * bytes - * Copyright(c) 2012-2014 TJ Holowaychuk - * Copyright(c) 2015 Jed Watson - * MIT Licensed - */ - -'use strict'; - -/** - * Module exports. - * @public - */ - -module.exports = bytes; -module.exports.format = format; -module.exports.parse = parse; - -/** - * Module variables. - * @private - */ - -var formatThousandsRegExp = /\B(?=(\d{3})+(?!\d))/g; - -var formatDecimalsRegExp = /(?:\.0*|(\.[^0]+)0+)$/; - -var map = { - b: 1, - kb: 1 << 10, - mb: 1 << 20, - gb: 1 << 30, - tb: ((1 << 30) * 1024) -}; - -var parseRegExp = /^((-|\+)?(\d+(?:\.\d+)?)) *(kb|mb|gb|tb)$/i; - -/** - * Convert the given value in bytes into a string or parse to string to an integer in bytes. - * - * @param {string|number} value - * @param {{ - * case: [string], - * decimalPlaces: [number] - * fixedDecimals: [boolean] - * thousandsSeparator: [string] - * unitSeparator: [string] - * }} [options] bytes options. - * - * @returns {string|number|null} - */ - -function bytes(value, options) { - if (typeof value === 'string') { - return parse(value); - } - - if (typeof value === 'number') { - return format(value, options); - } - - return null; -} - -/** - * Format the given value in bytes into a string. - * - * If the value is negative, it is kept as such. If it is a float, - * it is rounded. - * - * @param {number} value - * @param {object} [options] - * @param {number} [options.decimalPlaces=2] - * @param {number} [options.fixedDecimals=false] - * @param {string} [options.thousandsSeparator=] - * @param {string} [options.unit=] - * @param {string} [options.unitSeparator=] - * - * @returns {string|null} - * @public - */ - -function format(value, options) { - if (!Number.isFinite(value)) { - return null; - } - - var mag = Math.abs(value); - var thousandsSeparator = (options && options.thousandsSeparator) || ''; - var unitSeparator = (options && options.unitSeparator) || ''; - var decimalPlaces = (options && options.decimalPlaces !== undefined) ? options.decimalPlaces : 2; - var fixedDecimals = Boolean(options && options.fixedDecimals); - var unit = (options && options.unit) || ''; - - if (!unit || !map[unit.toLowerCase()]) { - if (mag >= map.tb) { - unit = 'TB'; - } else if (mag >= map.gb) { - unit = 'GB'; - } else if (mag >= map.mb) { - unit = 'MB'; - } else if (mag >= map.kb) { - unit = 'KB'; - } else { - unit = 'B'; - } - } - - var val = value / map[unit.toLowerCase()]; - var str = val.toFixed(decimalPlaces); - - if (!fixedDecimals) { - str = str.replace(formatDecimalsRegExp, '$1'); - } - - if (thousandsSeparator) { - str = str.replace(formatThousandsRegExp, thousandsSeparator); - } - - return str + unitSeparator + unit; -} - -/** - * Parse the string value into an integer in bytes. - * - * If no unit is given, it is assumed the value is in bytes. - * - * @param {number|string} val - * - * @returns {number|null} - * @public - */ - -function parse(val) { - if (typeof val === 'number' && !isNaN(val)) { - return val; - } - - if (typeof val !== 'string') { - return null; - } - - // Test if the string passed is valid - var results = parseRegExp.exec(val); - var floatValue; - var unit = 'b'; - - if (!results) { - // Nothing could be extracted from the given string - floatValue = parseInt(val, 10); - unit = 'b' - } else { - // Retrieve the value and the unit - floatValue = parseFloat(results[1]); - unit = results[4].toLowerCase(); - } - - return Math.floor(map[unit] * floatValue); -} diff --git a/software/flow/node_modules/bytes/package.json b/software/flow/node_modules/bytes/package.json deleted file mode 100644 index 2193296..0000000 --- a/software/flow/node_modules/bytes/package.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "name": "bytes", - "description": "Utility to parse a string bytes to bytes and vice-versa", - "version": "3.0.0", - "author": "TJ Holowaychuk <tj@vision-media.ca> (http://tjholowaychuk.com)", - "contributors": [ - "Jed Watson <jed.watson@me.com>", - "Théo FIDRY <theo.fidry@gmail.com>" - ], - "license": "MIT", - "keywords": [ - "byte", - "bytes", - "utility", - "parse", - "parser", - "convert", - "converter" - ], - "repository": "visionmedia/bytes.js", - "devDependencies": { - "mocha": "2.5.3", - "nyc": "10.3.2" - }, - "files": [ - "History.md", - "LICENSE", - "Readme.md", - "index.js" - ], - "engines": { - "node": ">= 0.8" - }, - "scripts": { - "test": "mocha --check-leaks --reporter spec", - "test-ci": "nyc --reporter=text npm test", - "test-cov": "nyc --reporter=html --reporter=text npm test" - } -} diff --git a/software/flow/node_modules/compressible/HISTORY.md b/software/flow/node_modules/compressible/HISTORY.md deleted file mode 100644 index f204ef3..0000000 --- a/software/flow/node_modules/compressible/HISTORY.md +++ /dev/null @@ -1,111 +0,0 @@ -2.0.18 / 2020-01-05 -=================== - - * deps: mime-db@'>= 1.43.0 < 2' - - Mark `font/ttf` as compressible - - Remove compressible from `multipart/mixed` - -2.0.17 / 2019-04-24 -=================== - - * deps: mime-db@'>= 1.40.0 < 2' - -2.0.16 / 2019-02-18 -=================== - - * deps: mime-db@'>= 1.38.0 < 2' - - Mark `text/less` as compressible - -2.0.15 / 2018-09-17 -=================== - - * deps: mime-db@'>= 1.36.0 < 2' - -2.0.14 / 2018-06-05 -=================== - - * deps: mime-db@'>= 1.34.0 < 2' - - Mark all XML-derived types as compressible - -2.0.13 / 2018-02-17 -=================== - - * deps: mime-db@'>= 1.33.0 < 2' - -2.0.12 / 2017-10-20 -=================== - - * deps: mime-db@'>= 1.30.0 < 2' - -2.0.11 / 2017-07-27 -=================== - - * deps: mime-db@'>= 1.29.0 < 2' - -2.0.10 / 2017-03-23 -=================== - - * deps: mime-db@'>= 1.27.0 < 2' - -2.0.9 / 2016-10-31 -================== - - * Fix regex fallback to not override `compressible: false` in db - * deps: mime-db@'>= 1.24.0 < 2' - -2.0.8 / 2016-05-12 -================== - - * deps: mime-db@'>= 1.23.0 < 2' - -2.0.7 / 2016-01-18 -================== - - * deps: mime-db@'>= 1.21.0 < 2' - -2.0.6 / 2015-09-29 -================== - - * deps: mime-db@'>= 1.19.0 < 2' - -2.0.5 / 2015-07-30 -================== - - * deps: mime-db@'>= 1.16.0 < 2' - -2.0.4 / 2015-07-01 -================== - - * deps: mime-db@'>= 1.14.0 < 2' - * perf: enable strict mode - -2.0.3 / 2015-06-08 -================== - - * Fix regex fallback to work if type exists, but is undefined - * perf: hoist regex declaration - * perf: use regex to extract mime - * deps: mime-db@'>= 1.13.0 < 2' - -2.0.2 / 2015-01-31 -================== - - * deps: mime-db@'>= 1.1.2 < 2' - -2.0.1 / 2014-09-28 -================== - - * deps: mime-db@1.x - - Add new mime types - - Add additional compressible - - Update charsets - - -2.0.0 / 2014-09-02 -================== - - * use mime-db - * remove .get() - * specifications are now private - * regex is now private - * stricter regex diff --git a/software/flow/node_modules/compressible/LICENSE b/software/flow/node_modules/compressible/LICENSE deleted file mode 100644 index ce00b3f..0000000 --- a/software/flow/node_modules/compressible/LICENSE +++ /dev/null @@ -1,24 +0,0 @@ -(The MIT License) - -Copyright (c) 2013 Jonathan Ong <me@jongleberry.com> -Copyright (c) 2014 Jeremiah Senkpiel <fishrock123@rocketmail.com> -Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com> - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -'Software'), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/software/flow/node_modules/compressible/README.md b/software/flow/node_modules/compressible/README.md deleted file mode 100644 index dc86ec0..0000000 --- a/software/flow/node_modules/compressible/README.md +++ /dev/null @@ -1,61 +0,0 @@ -# compressible - -[![NPM Version][npm-version-image]][npm-url] -[![NPM Downloads][npm-downloads-image]][npm-url] -[![Node.js Version][node-version-image]][node-version-url] -[![Build Status][travis-image]][travis-url] -[![Test Coverage][coveralls-image]][coveralls-url] - -Compressible `Content-Type` / `mime` checking. - -## Installation - -```sh -$ npm install compressible -``` - -## API - -<!-- eslint-disable no-unused-vars --> - -```js -var compressible = require('compressible') -``` - -### compressible(type) - -Checks if the given `Content-Type` is compressible. The `type` argument is expected -to be a value MIME type or `Content-Type` string, though no validation is performed. - -The MIME is looked up in the [`mime-db`](https://www.npmjs.com/package/mime-db) and -if there is compressible information in the database entry, that is returned. Otherwise, -this module will fallback to `true` for the following types: - - * `text/*` - * `*/*+json` - * `*/*+text` - * `*/*+xml` - -If this module is not sure if a type is specifically compressible or specifically -uncompressible, `undefined` is returned. - -<!-- eslint-disable no-undef --> - -```js -compressible('text/html') // => true -compressible('image/png') // => false -``` - -## License - -[MIT](LICENSE) - -[coveralls-image]: https://badgen.net/coveralls/c/github/jshttp/compressible/master -[coveralls-url]: https://coveralls.io/r/jshttp/compressible?branch=master -[node-version-image]: https://badgen.net/npm/node/compressible -[node-version-url]: https://nodejs.org/en/download -[npm-downloads-image]: https://badgen.net/npm/dm/compressible -[npm-url]: https://npmjs.org/package/compressible -[npm-version-image]: https://badgen.net/npm/v/compressible -[travis-image]: https://badgen.net/travis/jshttp/compressible/master -[travis-url]: https://travis-ci.org/jshttp/compressible diff --git a/software/flow/node_modules/compressible/index.js b/software/flow/node_modules/compressible/index.js deleted file mode 100644 index 1184ada..0000000 --- a/software/flow/node_modules/compressible/index.js +++ /dev/null @@ -1,58 +0,0 @@ -/*! - * compressible - * Copyright(c) 2013 Jonathan Ong - * Copyright(c) 2014 Jeremiah Senkpiel - * Copyright(c) 2015 Douglas Christopher Wilson - * MIT Licensed - */ - -'use strict' - -/** - * Module dependencies. - * @private - */ - -var db = require('mime-db') - -/** - * Module variables. - * @private - */ - -var COMPRESSIBLE_TYPE_REGEXP = /^text\/|\+(?:json|text|xml)$/i -var EXTRACT_TYPE_REGEXP = /^\s*([^;\s]*)(?:;|\s|$)/ - -/** - * Module exports. - * @public - */ - -module.exports = compressible - -/** - * Checks if a type is compressible. - * - * @param {string} type - * @return {Boolean} compressible - * @public - */ - -function compressible (type) { - if (!type || typeof type !== 'string') { - return false - } - - // strip parameters - var match = EXTRACT_TYPE_REGEXP.exec(type) - var mime = match && match[1].toLowerCase() - var data = db[mime] - - // return database information - if (data && data.compressible !== undefined) { - return data.compressible - } - - // fallback to regexp or unknown - return COMPRESSIBLE_TYPE_REGEXP.test(mime) || undefined -} diff --git a/software/flow/node_modules/compressible/package.json b/software/flow/node_modules/compressible/package.json deleted file mode 100644 index ab582cb..0000000 --- a/software/flow/node_modules/compressible/package.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "name": "compressible", - "description": "Compressible Content-Type / mime checking", - "version": "2.0.18", - "contributors": [ - "Douglas Christopher Wilson <doug@somethingdoug.com>", - "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)", - "Jeremiah Senkpiel <fishrock123@rocketmail.com> (https://searchbeam.jit.su)" - ], - "license": "MIT", - "repository": "jshttp/compressible", - "keywords": [ - "compress", - "gzip", - "mime", - "content-type" - ], - "dependencies": { - "mime-db": ">= 1.43.0 < 2" - }, - "devDependencies": { - "eslint": "6.8.0", - "eslint-config-standard": "14.1.0", - "eslint-plugin-import": "2.19.1", - "eslint-plugin-markdown": "1.0.1", - "eslint-plugin-node": "11.0.0", - "eslint-plugin-promise": "4.2.1", - "eslint-plugin-standard": "4.0.1", - "mocha": "7.0.0", - "nyc": "15.0.0" - }, - "engines": { - "node": ">= 0.6" - }, - "files": [ - "HISTORY.md", - "LICENSE", - "README.md", - "index.js" - ], - "scripts": { - "lint": "eslint --plugin markdown --ext js,md .", - "test": "mocha --reporter spec --bail --check-leaks test/", - "test-cov": "nyc --reporter=html --reporter=text npm test", - "test-travis": "nyc --reporter=text npm test", - "version": "node scripts/version-history.js && git add HISTORY.md" - } -} diff --git a/software/flow/node_modules/compression/HISTORY.md b/software/flow/node_modules/compression/HISTORY.md deleted file mode 100644 index c3e4b92..0000000 --- a/software/flow/node_modules/compression/HISTORY.md +++ /dev/null @@ -1,307 +0,0 @@ -1.7.4 / 2019-03-18 -================== - - * deps: compressible@~2.0.16 - - Mark `text/less` as compressible - - deps: mime-db@'>= 1.38.0 < 2' - * deps: on-headers@~1.0.2 - - Fix `res.writeHead` patch missing return value - * perf: prevent unnecessary buffer copy - -1.7.3 / 2018-07-15 -================== - - * deps: accepts@~1.3.5 - - deps: mime-types@~2.1.18 - * deps: compressible@~2.0.14 - - Mark all XML-derived types as compressible - - deps: mime-db@'>= 1.34.0 < 2' - * deps: safe-buffer@5.1.2 - -1.7.2 / 2018-02-18 -================== - - * deps: compressible@~2.0.13 - - deps: mime-db@'>= 1.33.0 < 2' - -1.7.1 / 2017-09-26 -================== - - * deps: accepts@~1.3.4 - - deps: mime-types@~2.1.16 - * deps: bytes@3.0.0 - * deps: compressible@~2.0.11 - - deps: mime-db@'>= 1.29.0 < 2' - * deps: debug@2.6.9 - * deps: vary@~1.1.2 - - perf: improve header token parsing speed - -1.7.0 / 2017-07-10 -================== - - * Use `safe-buffer` for improved Buffer API - * deps: bytes@2.5.0 - * deps: compressible@~2.0.10 - - Fix regex fallback to not override `compressible: false` in db - - deps: mime-db@'>= 1.27.0 < 2' - * deps: debug@2.6.8 - - Allow colors in workers - - Deprecated `DEBUG_FD` environment variable set to `3` or higher - - Fix error when running under React Native - - Fix `DEBUG_MAX_ARRAY_LENGTH` - - Use same color for same namespace - - deps: ms@2.0.0 - * deps: vary@~1.1.1 - - perf: hoist regular expression - -1.6.2 / 2016-05-12 -================== - - * deps: accepts@~1.3.3 - - deps: mime-types@~2.1.11 - - deps: negotiator@0.6.1 - * deps: bytes@2.3.0 - - Drop partial bytes on all parsed units - - Fix parsing byte string that looks like hex - - perf: hoist regular expressions - * deps: compressible@~2.0.8 - - deps: mime-db@'>= 1.23.0 < 2' - -1.6.1 / 2016-01-19 -================== - - * deps: bytes@2.2.0 - * deps: compressible@~2.0.7 - - deps: mime-db@'>= 1.21.0 < 2' - * deps: accepts@~1.3.1 - - deps: mime-types@~2.1.9 - -1.6.0 / 2015-09-29 -================== - - * Skip compression when response has `Cache-Control: no-transform` - * deps: accepts@~1.3.0 - - deps: mime-types@~2.1.7 - - deps: negotiator@0.6.0 - * deps: compressible@~2.0.6 - - deps: mime-db@'>= 1.19.0 < 2' - * deps: on-headers@~1.0.1 - - perf: enable strict mode - * deps: vary@~1.1.0 - - Only accept valid field names in the `field` argument - -1.5.2 / 2015-07-30 -================== - - * deps: accepts@~1.2.12 - - deps: mime-types@~2.1.4 - * deps: compressible@~2.0.5 - - deps: mime-db@'>= 1.16.0 < 2' - * deps: vary@~1.0.1 - - Fix setting empty header from empty `field` - - perf: enable strict mode - - perf: remove argument reassignments - -1.5.1 / 2015-07-05 -================== - - * deps: accepts@~1.2.10 - - deps: mime-types@~2.1.2 - * deps: compressible@~2.0.4 - - deps: mime-db@'>= 1.14.0 < 2' - - perf: enable strict mode - -1.5.0 / 2015-06-09 -================== - - * Fix return value from `.end` and `.write` after end - * Improve detection of zero-length body without `Content-Length` - * deps: accepts@~1.2.9 - - deps: mime-types@~2.1.1 - - perf: avoid argument reassignment & argument slice - - perf: avoid negotiator recursive construction - - perf: enable strict mode - - perf: remove unnecessary bitwise operator - * deps: bytes@2.1.0 - - Slight optimizations - - Units no longer case sensitive when parsing - * deps: compressible@~2.0.3 - - Fix regex fallback to work if type exists, but is undefined - - deps: mime-db@'>= 1.13.0 < 2' - - perf: hoist regex declaration - - perf: use regex to extract mime - * perf: enable strict mode - * perf: remove flush reassignment - * perf: simplify threshold detection - -1.4.4 / 2015-05-11 -================== - - * deps: accepts@~1.2.7 - - deps: mime-types@~2.0.11 - - deps: negotiator@0.5.3 - * deps: debug@~2.2.0 - - deps: ms@0.7.1 - -1.4.3 / 2015-03-14 -================== - - * deps: accepts@~1.2.5 - - deps: mime-types@~2.0.10 - * deps: debug@~2.1.3 - - Fix high intensity foreground color for bold - - deps: ms@0.7.0 - -1.4.2 / 2015-03-11 -================== - - * Fix error when code calls `res.end(str, encoding)` - - Specific to Node.js 0.8 - * deps: debug@~2.1.2 - - deps: ms@0.7.0 - -1.4.1 / 2015-02-15 -================== - - * deps: accepts@~1.2.4 - - deps: mime-types@~2.0.9 - - deps: negotiator@0.5.1 - -1.4.0 / 2015-02-01 -================== - - * Prefer `gzip` over `deflate` on the server - - Not all clients agree on what "deflate" coding means - -1.3.1 / 2015-01-31 -================== - - * deps: accepts@~1.2.3 - - deps: mime-types@~2.0.8 - * deps: compressible@~2.0.2 - - deps: mime-db@'>= 1.1.2 < 2' - -1.3.0 / 2014-12-30 -================== - - * Export the default `filter` function for wrapping - * deps: accepts@~1.2.2 - - deps: mime-types@~2.0.7 - - deps: negotiator@0.5.0 - * deps: debug@~2.1.1 - -1.2.2 / 2014-12-10 -================== - - * Fix `.end` to only proxy to `.end` - - Fixes an issue with Node.js 0.11.14 - * deps: accepts@~1.1.4 - - deps: mime-types@~2.0.4 - -1.2.1 / 2014-11-23 -================== - - * deps: accepts@~1.1.3 - - deps: mime-types@~2.0.3 - -1.2.0 / 2014-10-16 -================== - - * deps: debug@~2.1.0 - - Implement `DEBUG_FD` env variable support - -1.1.2 / 2014-10-15 -================== - - * deps: accepts@~1.1.2 - - Fix error when media type has invalid parameter - - deps: negotiator@0.4.9 - -1.1.1 / 2014-10-12 -================== - - * deps: accepts@~1.1.1 - - deps: mime-types@~2.0.2 - - deps: negotiator@0.4.8 - * deps: compressible@~2.0.1 - - deps: mime-db@1.x - -1.1.0 / 2014-09-07 -================== - - * deps: accepts@~1.1.0 - * deps: compressible@~2.0.0 - * deps: debug@~2.0.0 - -1.0.11 / 2014-08-10 -=================== - - * deps: on-headers@~1.0.0 - * deps: vary@~1.0.0 - -1.0.10 / 2014-08-05 -=================== - - * deps: compressible@~1.1.1 - - Fix upper-case Content-Type characters prevent compression - -1.0.9 / 2014-07-20 -================== - - * Add `debug` messages - * deps: accepts@~1.0.7 - - deps: negotiator@0.4.7 - -1.0.8 / 2014-06-20 -================== - - * deps: accepts@~1.0.5 - - use `mime-types` - -1.0.7 / 2014-06-11 -================== - - * use vary module for better `Vary` behavior - * deps: accepts@1.0.3 - * deps: compressible@1.1.0 - -1.0.6 / 2014-06-03 -================== - - * fix regression when negotiation fails - -1.0.5 / 2014-06-03 -================== - - * fix listeners for delayed stream creation - - fixes regression for certain `stream.pipe(res)` situations - -1.0.4 / 2014-06-03 -================== - - * fix adding `Vary` when value stored as array - * fix back-pressure behavior - * fix length check for `res.end` - -1.0.3 / 2014-05-29 -================== - - * use `accepts` for negotiation - * use `on-headers` to handle header checking - * deps: bytes@1.0.0 - -1.0.2 / 2014-04-29 -================== - - * only version compatible with node.js 0.8 - * support headers given to `res.writeHead` - * deps: bytes@0.3.0 - * deps: negotiator@0.4.3 - -1.0.1 / 2014-03-08 -================== - - * bump negotiator - * use compressible - * use .headersSent (drops 0.8 support) - * handle identity;q=0 case diff --git a/software/flow/node_modules/compression/LICENSE b/software/flow/node_modules/compression/LICENSE deleted file mode 100644 index 386b7b6..0000000 --- a/software/flow/node_modules/compression/LICENSE +++ /dev/null @@ -1,23 +0,0 @@ -(The MIT License) - -Copyright (c) 2014 Jonathan Ong <me@jongleberry.com> -Copyright (c) 2014-2015 Douglas Christopher Wilson <doug@somethingdoug.com> - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -'Software'), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/software/flow/node_modules/compression/README.md b/software/flow/node_modules/compression/README.md deleted file mode 100644 index 680ece8..0000000 --- a/software/flow/node_modules/compression/README.md +++ /dev/null @@ -1,240 +0,0 @@ -# compression - -[![NPM Version][npm-image]][npm-url] -[![NPM Downloads][downloads-image]][downloads-url] -[![Build Status][travis-image]][travis-url] -[![Test Coverage][coveralls-image]][coveralls-url] - -Node.js compression middleware. - -The following compression codings are supported: - - - deflate - - gzip - -## Install - -This is a [Node.js](https://nodejs.org/en/) module available through the -[npm registry](https://www.npmjs.com/). Installation is done using the -[`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally): - -```bash -$ npm install compression -``` - -## API - -<!-- eslint-disable no-unused-vars --> - -```js -var compression = require('compression') -``` - -### compression([options]) - -Returns the compression middleware using the given `options`. The middleware -will attempt to compress response bodies for all request that traverse through -the middleware, based on the given `options`. - -This middleware will never compress responses that include a `Cache-Control` -header with the [`no-transform` directive](https://tools.ietf.org/html/rfc7234#section-5.2.2.4), -as compressing will transform the body. - -#### Options - -`compression()` accepts these properties in the options object. In addition to -those listed below, [zlib](http://nodejs.org/api/zlib.html) options may be -passed in to the options object. - -##### chunkSize - -The default value is `zlib.Z_DEFAULT_CHUNK`, or `16384`. - -See [Node.js documentation](http://nodejs.org/api/zlib.html#zlib_memory_usage_tuning) -regarding the usage. - -##### filter - -A function to decide if the response should be considered for compression. -This function is called as `filter(req, res)` and is expected to return -`true` to consider the response for compression, or `false` to not compress -the response. - -The default filter function uses the [compressible](https://www.npmjs.com/package/compressible) -module to determine if `res.getHeader('Content-Type')` is compressible. - -##### level - -The level of zlib compression to apply to responses. A higher level will result -in better compression, but will take longer to complete. A lower level will -result in less compression, but will be much faster. - -This is an integer in the range of `0` (no compression) to `9` (maximum -compression). The special value `-1` can be used to mean the "default -compression level", which is a default compromise between speed and -compression (currently equivalent to level 6). - - - `-1` Default compression level (also `zlib.Z_DEFAULT_COMPRESSION`). - - `0` No compression (also `zlib.Z_NO_COMPRESSION`). - - `1` Fastest compression (also `zlib.Z_BEST_SPEED`). - - `2` - - `3` - - `4` - - `5` - - `6` (currently what `zlib.Z_DEFAULT_COMPRESSION` points to). - - `7` - - `8` - - `9` Best compression (also `zlib.Z_BEST_COMPRESSION`). - -The default value is `zlib.Z_DEFAULT_COMPRESSION`, or `-1`. - -**Note** in the list above, `zlib` is from `zlib = require('zlib')`. - -##### memLevel - -This specifies how much memory should be allocated for the internal compression -state and is an integer in the range of `1` (minimum level) and `9` (maximum -level). - -The default value is `zlib.Z_DEFAULT_MEMLEVEL`, or `8`. - -See [Node.js documentation](http://nodejs.org/api/zlib.html#zlib_memory_usage_tuning) -regarding the usage. - -##### strategy - -This is used to tune the compression algorithm. This value only affects the -compression ratio, not the correctness of the compressed output, even if it -is not set appropriately. - - - `zlib.Z_DEFAULT_STRATEGY` Use for normal data. - - `zlib.Z_FILTERED` Use for data produced by a filter (or predictor). - Filtered data consists mostly of small values with a somewhat random - distribution. In this case, the compression algorithm is tuned to - compress them better. The effect is to force more Huffman coding and less - string matching; it is somewhat intermediate between `zlib.Z_DEFAULT_STRATEGY` - and `zlib.Z_HUFFMAN_ONLY`. - - `zlib.Z_FIXED` Use to prevent the use of dynamic Huffman codes, allowing - for a simpler decoder for special applications. - - `zlib.Z_HUFFMAN_ONLY` Use to force Huffman encoding only (no string match). - - `zlib.Z_RLE` Use to limit match distances to one (run-length encoding). - This is designed to be almost as fast as `zlib.Z_HUFFMAN_ONLY`, but give - better compression for PNG image data. - -**Note** in the list above, `zlib` is from `zlib = require('zlib')`. - -##### threshold - -The byte threshold for the response body size before compression is considered -for the response, defaults to `1kb`. This is a number of bytes or any string -accepted by the [bytes](https://www.npmjs.com/package/bytes) module. - -**Note** this is only an advisory setting; if the response size cannot be determined -at the time the response headers are written, then it is assumed the response is -_over_ the threshold. To guarantee the response size can be determined, be sure -set a `Content-Length` response header. - -##### windowBits - -The default value is `zlib.Z_DEFAULT_WINDOWBITS`, or `15`. - -See [Node.js documentation](http://nodejs.org/api/zlib.html#zlib_memory_usage_tuning) -regarding the usage. - -#### .filter - -The default `filter` function. This is used to construct a custom filter -function that is an extension of the default function. - -```js -var compression = require('compression') -var express = require('express') - -var app = express() -app.use(compression({ filter: shouldCompress })) - -function shouldCompress (req, res) { - if (req.headers['x-no-compression']) { - // don't compress responses with this request header - return false - } - - // fallback to standard filter function - return compression.filter(req, res) -} -``` - -### res.flush - -This module adds a `res.flush()` method to force the partially-compressed -response to be flushed to the client. - -## Examples - -### express/connect - -When using this module with express or connect, simply `app.use` the module as -high as you like. Requests that pass through the middleware will be compressed. - -```js -var compression = require('compression') -var express = require('express') - -var app = express() - -// compress all responses -app.use(compression()) - -// add all routes -``` - -### Server-Sent Events - -Because of the nature of compression this module does not work out of the box -with server-sent events. To compress content, a window of the output needs to -be buffered up in order to get good compression. Typically when using server-sent -events, there are certain block of data that need to reach the client. - -You can achieve this by calling `res.flush()` when you need the data written to -actually make it to the client. - -```js -var compression = require('compression') -var express = require('express') - -var app = express() - -// compress responses -app.use(compression()) - -// server-sent event stream -app.get('/events', function (req, res) { - res.setHeader('Content-Type', 'text/event-stream') - res.setHeader('Cache-Control', 'no-cache') - - // send a ping approx every 2 seconds - var timer = setInterval(function () { - res.write('data: ping\n\n') - - // !!! this is the important part - res.flush() - }, 2000) - - res.on('close', function () { - clearInterval(timer) - }) -}) -``` - -## License - -[MIT](LICENSE) - -[npm-image]: https://img.shields.io/npm/v/compression.svg -[npm-url]: https://npmjs.org/package/compression -[travis-image]: https://img.shields.io/travis/expressjs/compression/master.svg -[travis-url]: https://travis-ci.org/expressjs/compression -[coveralls-image]: https://img.shields.io/coveralls/expressjs/compression/master.svg -[coveralls-url]: https://coveralls.io/r/expressjs/compression?branch=master -[downloads-image]: https://img.shields.io/npm/dm/compression.svg -[downloads-url]: https://npmjs.org/package/compression diff --git a/software/flow/node_modules/compression/index.js b/software/flow/node_modules/compression/index.js deleted file mode 100644 index 1d08942..0000000 --- a/software/flow/node_modules/compression/index.js +++ /dev/null @@ -1,288 +0,0 @@ -/*! - * compression - * Copyright(c) 2010 Sencha Inc. - * Copyright(c) 2011 TJ Holowaychuk - * Copyright(c) 2014 Jonathan Ong - * Copyright(c) 2014-2015 Douglas Christopher Wilson - * MIT Licensed - */ - -'use strict' - -/** - * Module dependencies. - * @private - */ - -var accepts = require('accepts') -var Buffer = require('safe-buffer').Buffer -var bytes = require('bytes') -var compressible = require('compressible') -var debug = require('debug')('compression') -var onHeaders = require('on-headers') -var vary = require('vary') -var zlib = require('zlib') - -/** - * Module exports. - */ - -module.exports = compression -module.exports.filter = shouldCompress - -/** - * Module variables. - * @private - */ - -var cacheControlNoTransformRegExp = /(?:^|,)\s*?no-transform\s*?(?:,|$)/ - -/** - * Compress response data with gzip / deflate. - * - * @param {Object} [options] - * @return {Function} middleware - * @public - */ - -function compression (options) { - var opts = options || {} - - // options - var filter = opts.filter || shouldCompress - var threshold = bytes.parse(opts.threshold) - - if (threshold == null) { - threshold = 1024 - } - - return function compression (req, res, next) { - var ended = false - var length - var listeners = [] - var stream - - var _end = res.end - var _on = res.on - var _write = res.write - - // flush - res.flush = function flush () { - if (stream) { - stream.flush() - } - } - - // proxy - - res.write = function write (chunk, encoding) { - if (ended) { - return false - } - - if (!this._header) { - this._implicitHeader() - } - - return stream - ? stream.write(toBuffer(chunk, encoding)) - : _write.call(this, chunk, encoding) - } - - res.end = function end (chunk, encoding) { - if (ended) { - return false - } - - if (!this._header) { - // estimate the length - if (!this.getHeader('Content-Length')) { - length = chunkLength(chunk, encoding) - } - - this._implicitHeader() - } - - if (!stream) { - return _end.call(this, chunk, encoding) - } - - // mark ended - ended = true - - // write Buffer for Node.js 0.8 - return chunk - ? stream.end(toBuffer(chunk, encoding)) - : stream.end() - } - - res.on = function on (type, listener) { - if (!listeners || type !== 'drain') { - return _on.call(this, type, listener) - } - - if (stream) { - return stream.on(type, listener) - } - - // buffer listeners for future stream - listeners.push([type, listener]) - - return this - } - - function nocompress (msg) { - debug('no compression: %s', msg) - addListeners(res, _on, listeners) - listeners = null - } - - onHeaders(res, function onResponseHeaders () { - // determine if request is filtered - if (!filter(req, res)) { - nocompress('filtered') - return - } - - // determine if the entity should be transformed - if (!shouldTransform(req, res)) { - nocompress('no transform') - return - } - - // vary - vary(res, 'Accept-Encoding') - - // content-length below threshold - if (Number(res.getHeader('Content-Length')) < threshold || length < threshold) { - nocompress('size below threshold') - return - } - - var encoding = res.getHeader('Content-Encoding') || 'identity' - - // already encoded - if (encoding !== 'identity') { - nocompress('already encoded') - return - } - - // head - if (req.method === 'HEAD') { - nocompress('HEAD request') - return - } - - // compression method - var accept = accepts(req) - var method = accept.encoding(['gzip', 'deflate', 'identity']) - - // we really don't prefer deflate - if (method === 'deflate' && accept.encoding(['gzip'])) { - method = accept.encoding(['gzip', 'identity']) - } - - // negotiation failed - if (!method || method === 'identity') { - nocompress('not acceptable') - return - } - - // compression stream - debug('%s compression', method) - stream = method === 'gzip' - ? zlib.createGzip(opts) - : zlib.createDeflate(opts) - - // add buffered listeners to stream - addListeners(stream, stream.on, listeners) - - // header fields - res.setHeader('Content-Encoding', method) - res.removeHeader('Content-Length') - - // compression - stream.on('data', function onStreamData (chunk) { - if (_write.call(res, chunk) === false) { - stream.pause() - } - }) - - stream.on('end', function onStreamEnd () { - _end.call(res) - }) - - _on.call(res, 'drain', function onResponseDrain () { - stream.resume() - }) - }) - - next() - } -} - -/** - * Add bufferred listeners to stream - * @private - */ - -function addListeners (stream, on, listeners) { - for (var i = 0; i < listeners.length; i++) { - on.apply(stream, listeners[i]) - } -} - -/** - * Get the length of a given chunk - */ - -function chunkLength (chunk, encoding) { - if (!chunk) { - return 0 - } - - return !Buffer.isBuffer(chunk) - ? Buffer.byteLength(chunk, encoding) - : chunk.length -} - -/** - * Default filter function. - * @private - */ - -function shouldCompress (req, res) { - var type = res.getHeader('Content-Type') - - if (type === undefined || !compressible(type)) { - debug('%s not compressible', type) - return false - } - - return true -} - -/** - * Determine if the entity should be transformed. - * @private - */ - -function shouldTransform (req, res) { - var cacheControl = res.getHeader('Cache-Control') - - // Don't compress for Cache-Control: no-transform - // https://tools.ietf.org/html/rfc7234#section-5.2.2.4 - return !cacheControl || - !cacheControlNoTransformRegExp.test(cacheControl) -} - -/** - * Coerce arguments to Buffer - * @private - */ - -function toBuffer (chunk, encoding) { - return !Buffer.isBuffer(chunk) - ? Buffer.from(chunk, encoding) - : chunk -} diff --git a/software/flow/node_modules/compression/package.json b/software/flow/node_modules/compression/package.json deleted file mode 100644 index 7358c8f..0000000 --- a/software/flow/node_modules/compression/package.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "name": "compression", - "description": "Node.js compression middleware", - "version": "1.7.4", - "contributors": [ - "Douglas Christopher Wilson <doug@somethingdoug.com>", - "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)" - ], - "license": "MIT", - "repository": "expressjs/compression", - "dependencies": { - "accepts": "~1.3.5", - "bytes": "3.0.0", - "compressible": "~2.0.16", - "debug": "2.6.9", - "on-headers": "~1.0.2", - "safe-buffer": "5.1.2", - "vary": "~1.1.2" - }, - "devDependencies": { - "after": "0.8.2", - "eslint": "5.15.1", - "eslint-config-standard": "12.0.0", - "eslint-plugin-import": "2.16.0", - "eslint-plugin-markdown": "1.0.0", - "eslint-plugin-node": "7.0.1", - "eslint-plugin-promise": "4.0.1", - "eslint-plugin-standard": "4.0.0", - "istanbul": "0.4.5", - "mocha": "6.0.2", - "supertest": "4.0.0" - }, - "files": [ - "LICENSE", - "HISTORY.md", - "index.js" - ], - "engines": { - "node": ">= 0.8.0" - }, - "scripts": { - "lint": "eslint --plugin markdown --ext js,md .", - "test": "mocha --check-leaks --reporter spec --bail", - "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot", - "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec" - } -} diff --git a/software/flow/node_modules/cookie/HISTORY.md b/software/flow/node_modules/cookie/HISTORY.md deleted file mode 100644 index 2d21760..0000000 --- a/software/flow/node_modules/cookie/HISTORY.md +++ /dev/null @@ -1,134 +0,0 @@ -0.4.2 / 2022-02-02 -================== - - * pref: read value only when assigning in parse - * pref: remove unnecessary regexp in parse - -0.4.1 / 2020-04-21 -================== - - * Fix `maxAge` option to reject invalid values - -0.4.0 / 2019-05-15 -================== - - * Add `SameSite=None` support - -0.3.1 / 2016-05-26 -================== - - * Fix `sameSite: true` to work with draft-7 clients - - `true` now sends `SameSite=Strict` instead of `SameSite` - -0.3.0 / 2016-05-26 -================== - - * Add `sameSite` option - - Replaces `firstPartyOnly` option, never implemented by browsers - * Improve error message when `encode` is not a function - * Improve error message when `expires` is not a `Date` - -0.2.4 / 2016-05-20 -================== - - * perf: enable strict mode - * perf: use for loop in parse - * perf: use string concatination for serialization - -0.2.3 / 2015-10-25 -================== - - * Fix cookie `Max-Age` to never be a floating point number - -0.2.2 / 2015-09-17 -================== - - * Fix regression when setting empty cookie value - - Ease the new restriction, which is just basic header-level validation - * Fix typo in invalid value errors - -0.2.1 / 2015-09-17 -================== - - * Throw on invalid values provided to `serialize` - - Ensures the resulting string is a valid HTTP header value - -0.2.0 / 2015-08-13 -================== - - * Add `firstPartyOnly` option - * Throw better error for invalid argument to parse - * perf: hoist regular expression - -0.1.5 / 2015-09-17 -================== - - * Fix regression when setting empty cookie value - - Ease the new restriction, which is just basic header-level validation - * Fix typo in invalid value errors - -0.1.4 / 2015-09-17 -================== - - * Throw better error for invalid argument to parse - * Throw on invalid values provided to `serialize` - - Ensures the resulting string is a valid HTTP header value - -0.1.3 / 2015-05-19 -================== - - * Reduce the scope of try-catch deopt - * Remove argument reassignments - -0.1.2 / 2014-04-16 -================== - - * Remove unnecessary files from npm package - -0.1.1 / 2014-02-23 -================== - - * Fix bad parse when cookie value contained a comma - * Fix support for `maxAge` of `0` - -0.1.0 / 2013-05-01 -================== - - * Add `decode` option - * Add `encode` option - -0.0.6 / 2013-04-08 -================== - - * Ignore cookie parts missing `=` - -0.0.5 / 2012-10-29 -================== - - * Return raw cookie value if value unescape errors - -0.0.4 / 2012-06-21 -================== - - * Use encode/decodeURIComponent for cookie encoding/decoding - - Improve server/client interoperability - -0.0.3 / 2012-06-06 -================== - - * Only escape special characters per the cookie RFC - -0.0.2 / 2012-06-01 -================== - - * Fix `maxAge` option to not throw error - -0.0.1 / 2012-05-28 -================== - - * Add more tests - -0.0.0 / 2012-05-28 -================== - - * Initial release diff --git a/software/flow/node_modules/cookie/LICENSE b/software/flow/node_modules/cookie/LICENSE deleted file mode 100644 index 058b6b4..0000000 --- a/software/flow/node_modules/cookie/LICENSE +++ /dev/null @@ -1,24 +0,0 @@ -(The MIT License) - -Copyright (c) 2012-2014 Roman Shtylman <shtylman@gmail.com> -Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com> - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -'Software'), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - diff --git a/software/flow/node_modules/cookie/README.md b/software/flow/node_modules/cookie/README.md deleted file mode 100644 index e275c70..0000000 --- a/software/flow/node_modules/cookie/README.md +++ /dev/null @@ -1,286 +0,0 @@ -# cookie - -[![NPM Version][npm-version-image]][npm-url] -[![NPM Downloads][npm-downloads-image]][npm-url] -[![Node.js Version][node-version-image]][node-version-url] -[![Build Status][github-actions-ci-image]][github-actions-ci-url] -[![Test Coverage][coveralls-image]][coveralls-url] - -Basic HTTP cookie parser and serializer for HTTP servers. - -## Installation - -This is a [Node.js](https://nodejs.org/en/) module available through the -[npm registry](https://www.npmjs.com/). Installation is done using the -[`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally): - -```sh -$ npm install cookie -``` - -## API - -```js -var cookie = require('cookie'); -``` - -### cookie.parse(str, options) - -Parse an HTTP `Cookie` header string and returning an object of all cookie name-value pairs. -The `str` argument is the string representing a `Cookie` header value and `options` is an -optional object containing additional parsing options. - -```js -var cookies = cookie.parse('foo=bar; equation=E%3Dmc%5E2'); -// { foo: 'bar', equation: 'E=mc^2' } -``` - -#### Options - -`cookie.parse` accepts these properties in the options object. - -##### decode - -Specifies a function that will be used to decode a cookie's value. Since the value of a cookie -has a limited character set (and must be a simple string), this function can be used to decode -a previously-encoded cookie value into a JavaScript string or other object. - -The default function is the global `decodeURIComponent`, which will decode any URL-encoded -sequences into their byte representations. - -**note** if an error is thrown from this function, the original, non-decoded cookie value will -be returned as the cookie's value. - -### cookie.serialize(name, value, options) - -Serialize a cookie name-value pair into a `Set-Cookie` header string. The `name` argument is the -name for the cookie, the `value` argument is the value to set the cookie to, and the `options` -argument is an optional object containing additional serialization options. - -```js -var setCookie = cookie.serialize('foo', 'bar'); -// foo=bar -``` - -#### Options - -`cookie.serialize` accepts these properties in the options object. - -##### domain - -Specifies the value for the [`Domain` `Set-Cookie` attribute][rfc-6265-5.2.3]. By default, no -domain is set, and most clients will consider the cookie to apply to only the current domain. - -##### encode - -Specifies a function that will be used to encode a cookie's value. Since value of a cookie -has a limited character set (and must be a simple string), this function can be used to encode -a value into a string suited for a cookie's value. - -The default function is the global `encodeURIComponent`, which will encode a JavaScript string -into UTF-8 byte sequences and then URL-encode any that fall outside of the cookie range. - -##### expires - -Specifies the `Date` object to be the value for the [`Expires` `Set-Cookie` attribute][rfc-6265-5.2.1]. -By default, no expiration is set, and most clients will consider this a "non-persistent cookie" and -will delete it on a condition like exiting a web browser application. - -**note** the [cookie storage model specification][rfc-6265-5.3] states that if both `expires` and -`maxAge` are set, then `maxAge` takes precedence, but it is possible not all clients by obey this, -so if both are set, they should point to the same date and time. - -##### httpOnly - -Specifies the `boolean` value for the [`HttpOnly` `Set-Cookie` attribute][rfc-6265-5.2.6]. When truthy, -the `HttpOnly` attribute is set, otherwise it is not. By default, the `HttpOnly` attribute is not set. - -**note** be careful when setting this to `true`, as compliant clients will not allow client-side -JavaScript to see the cookie in `document.cookie`. - -##### maxAge - -Specifies the `number` (in seconds) to be the value for the [`Max-Age` `Set-Cookie` attribute][rfc-6265-5.2.2]. -The given number will be converted to an integer by rounding down. By default, no maximum age is set. - -**note** the [cookie storage model specification][rfc-6265-5.3] states that if both `expires` and -`maxAge` are set, then `maxAge` takes precedence, but it is possible not all clients by obey this, -so if both are set, they should point to the same date and time. - -##### path - -Specifies the value for the [`Path` `Set-Cookie` attribute][rfc-6265-5.2.4]. By default, the path -is considered the ["default path"][rfc-6265-5.1.4]. - -##### sameSite - -Specifies the `boolean` or `string` to be the value for the [`SameSite` `Set-Cookie` attribute][rfc-6265bis-03-4.1.2.7]. - - - `true` will set the `SameSite` attribute to `Strict` for strict same site enforcement. - - `false` will not set the `SameSite` attribute. - - `'lax'` will set the `SameSite` attribute to `Lax` for lax same site enforcement. - - `'none'` will set the `SameSite` attribute to `None` for an explicit cross-site cookie. - - `'strict'` will set the `SameSite` attribute to `Strict` for strict same site enforcement. - -More information about the different enforcement levels can be found in -[the specification][rfc-6265bis-03-4.1.2.7]. - -**note** This is an attribute that has not yet been fully standardized, and may change in the future. -This also means many clients may ignore this attribute until they understand it. - -##### secure - -Specifies the `boolean` value for the [`Secure` `Set-Cookie` attribute][rfc-6265-5.2.5]. When truthy, -the `Secure` attribute is set, otherwise it is not. By default, the `Secure` attribute is not set. - -**note** be careful when setting this to `true`, as compliant clients will not send the cookie back to -the server in the future if the browser does not have an HTTPS connection. - -## Example - -The following example uses this module in conjunction with the Node.js core HTTP server -to prompt a user for their name and display it back on future visits. - -```js -var cookie = require('cookie'); -var escapeHtml = require('escape-html'); -var http = require('http'); -var url = require('url'); - -function onRequest(req, res) { - // Parse the query string - var query = url.parse(req.url, true, true).query; - - if (query && query.name) { - // Set a new cookie with the name - res.setHeader('Set-Cookie', cookie.serialize('name', String(query.name), { - httpOnly: true, - maxAge: 60 * 60 * 24 * 7 // 1 week - })); - - // Redirect back after setting cookie - res.statusCode = 302; - res.setHeader('Location', req.headers.referer || '/'); - res.end(); - return; - } - - // Parse the cookies on the request - var cookies = cookie.parse(req.headers.cookie || ''); - - // Get the visitor name set in the cookie - var name = cookies.name; - - res.setHeader('Content-Type', 'text/html; charset=UTF-8'); - - if (name) { - res.write('<p>Welcome back, <b>' + escapeHtml(name) + '</b>!</p>'); - } else { - res.write('<p>Hello, new visitor!</p>'); - } - - res.write('<form method="GET">'); - res.write('<input placeholder="enter your name" name="name"> <input type="submit" value="Set Name">'); - res.end('</form>'); -} - -http.createServer(onRequest).listen(3000); -``` - -## Testing - -```sh -$ npm test -``` - -## Benchmark - -``` -$ npm run bench - -> cookie@0.4.1 bench -> node benchmark/index.js - - node@16.13.1 - v8@9.4.146.24-node.14 - uv@1.42.0 - zlib@1.2.11 - brotli@1.0.9 - ares@1.18.1 - modules@93 - nghttp2@1.45.1 - napi@8 - llhttp@6.0.4 - openssl@1.1.1l+quic - cldr@39.0 - icu@69.1 - tz@2021a - unicode@13.0 - ngtcp2@0.1.0-DEV - nghttp3@0.1.0-DEV - -> node benchmark/parse-top.js - - cookie.parse - top sites - - 15 tests completed. - - parse accounts.google.com x 504,358 ops/sec ±6.55% (171 runs sampled) - parse apple.com x 1,369,991 ops/sec ±0.84% (189 runs sampled) - parse cloudflare.com x 360,669 ops/sec ±3.75% (182 runs sampled) - parse docs.google.com x 521,496 ops/sec ±4.90% (180 runs sampled) - parse drive.google.com x 553,514 ops/sec ±0.59% (189 runs sampled) - parse en.wikipedia.org x 286,052 ops/sec ±0.62% (188 runs sampled) - parse linkedin.com x 178,817 ops/sec ±0.61% (192 runs sampled) - parse maps.google.com x 284,585 ops/sec ±0.68% (188 runs sampled) - parse microsoft.com x 161,230 ops/sec ±0.56% (192 runs sampled) - parse play.google.com x 352,144 ops/sec ±1.01% (181 runs sampled) - parse plus.google.com x 275,204 ops/sec ±7.78% (156 runs sampled) - parse support.google.com x 339,493 ops/sec ±1.02% (191 runs sampled) - parse www.google.com x 286,110 ops/sec ±0.90% (191 runs sampled) - parse youtu.be x 548,557 ops/sec ±0.60% (184 runs sampled) - parse youtube.com x 545,293 ops/sec ±0.65% (191 runs sampled) - -> node benchmark/parse.js - - cookie.parse - generic - - 6 tests completed. - - simple x 1,266,646 ops/sec ±0.65% (191 runs sampled) - decode x 838,413 ops/sec ±0.60% (191 runs sampled) - unquote x 877,820 ops/sec ±0.72% (189 runs sampled) - duplicates x 516,680 ops/sec ±0.61% (191 runs sampled) - 10 cookies x 156,874 ops/sec ±0.52% (189 runs sampled) - 100 cookies x 14,663 ops/sec ±0.53% (191 runs sampled) -``` - -## References - -- [RFC 6265: HTTP State Management Mechanism][rfc-6265] -- [Same-site Cookies][rfc-6265bis-03-4.1.2.7] - -[rfc-6265bis-03-4.1.2.7]: https://tools.ietf.org/html/draft-ietf-httpbis-rfc6265bis-03#section-4.1.2.7 -[rfc-6265]: https://tools.ietf.org/html/rfc6265 -[rfc-6265-5.1.4]: https://tools.ietf.org/html/rfc6265#section-5.1.4 -[rfc-6265-5.2.1]: https://tools.ietf.org/html/rfc6265#section-5.2.1 -[rfc-6265-5.2.2]: https://tools.ietf.org/html/rfc6265#section-5.2.2 -[rfc-6265-5.2.3]: https://tools.ietf.org/html/rfc6265#section-5.2.3 -[rfc-6265-5.2.4]: https://tools.ietf.org/html/rfc6265#section-5.2.4 -[rfc-6265-5.2.5]: https://tools.ietf.org/html/rfc6265#section-5.2.5 -[rfc-6265-5.2.6]: https://tools.ietf.org/html/rfc6265#section-5.2.6 -[rfc-6265-5.3]: https://tools.ietf.org/html/rfc6265#section-5.3 - -## License - -[MIT](LICENSE) - -[coveralls-image]: https://badgen.net/coveralls/c/github/jshttp/cookie/master -[coveralls-url]: https://coveralls.io/r/jshttp/cookie?branch=master -[github-actions-ci-image]: https://img.shields.io/github/workflow/status/jshttp/cookie/ci/master?label=ci -[github-actions-ci-url]: https://github.com/jshttp/cookie/actions/workflows/ci.yml -[node-version-image]: https://badgen.net/npm/node/cookie -[node-version-url]: https://nodejs.org/en/download -[npm-downloads-image]: https://badgen.net/npm/dm/cookie -[npm-url]: https://npmjs.org/package/cookie -[npm-version-image]: https://badgen.net/npm/v/cookie diff --git a/software/flow/node_modules/cookie/index.js b/software/flow/node_modules/cookie/index.js deleted file mode 100644 index 55331d9..0000000 --- a/software/flow/node_modules/cookie/index.js +++ /dev/null @@ -1,202 +0,0 @@ -/*! - * cookie - * Copyright(c) 2012-2014 Roman Shtylman - * Copyright(c) 2015 Douglas Christopher Wilson - * MIT Licensed - */ - -'use strict'; - -/** - * Module exports. - * @public - */ - -exports.parse = parse; -exports.serialize = serialize; - -/** - * Module variables. - * @private - */ - -var decode = decodeURIComponent; -var encode = encodeURIComponent; - -/** - * RegExp to match field-content in RFC 7230 sec 3.2 - * - * field-content = field-vchar [ 1*( SP / HTAB ) field-vchar ] - * field-vchar = VCHAR / obs-text - * obs-text = %x80-FF - */ - -var fieldContentRegExp = /^[\u0009\u0020-\u007e\u0080-\u00ff]+$/; - -/** - * Parse a cookie header. - * - * Parse the given cookie header string into an object - * The object has the various cookies as keys(names) => values - * - * @param {string} str - * @param {object} [options] - * @return {object} - * @public - */ - -function parse(str, options) { - if (typeof str !== 'string') { - throw new TypeError('argument str must be a string'); - } - - var obj = {} - var opt = options || {}; - var pairs = str.split(';') - var dec = opt.decode || decode; - - for (var i = 0; i < pairs.length; i++) { - var pair = pairs[i]; - var index = pair.indexOf('=') - - // skip things that don't look like key=value - if (index < 0) { - continue; - } - - var key = pair.substring(0, index).trim() - - // only assign once - if (undefined == obj[key]) { - var val = pair.substring(index + 1, pair.length).trim() - - // quoted values - if (val[0] === '"') { - val = val.slice(1, -1) - } - - obj[key] = tryDecode(val, dec); - } - } - - return obj; -} - -/** - * Serialize data into a cookie header. - * - * Serialize the a name value pair into a cookie string suitable for - * http headers. An optional options object specified cookie parameters. - * - * serialize('foo', 'bar', { httpOnly: true }) - * => "foo=bar; httpOnly" - * - * @param {string} name - * @param {string} val - * @param {object} [options] - * @return {string} - * @public - */ - -function serialize(name, val, options) { - var opt = options || {}; - var enc = opt.encode || encode; - - if (typeof enc !== 'function') { - throw new TypeError('option encode is invalid'); - } - - if (!fieldContentRegExp.test(name)) { - throw new TypeError('argument name is invalid'); - } - - var value = enc(val); - - if (value && !fieldContentRegExp.test(value)) { - throw new TypeError('argument val is invalid'); - } - - var str = name + '=' + value; - - if (null != opt.maxAge) { - var maxAge = opt.maxAge - 0; - - if (isNaN(maxAge) || !isFinite(maxAge)) { - throw new TypeError('option maxAge is invalid') - } - - str += '; Max-Age=' + Math.floor(maxAge); - } - - if (opt.domain) { - if (!fieldContentRegExp.test(opt.domain)) { - throw new TypeError('option domain is invalid'); - } - - str += '; Domain=' + opt.domain; - } - - if (opt.path) { - if (!fieldContentRegExp.test(opt.path)) { - throw new TypeError('option path is invalid'); - } - - str += '; Path=' + opt.path; - } - - if (opt.expires) { - if (typeof opt.expires.toUTCString !== 'function') { - throw new TypeError('option expires is invalid'); - } - - str += '; Expires=' + opt.expires.toUTCString(); - } - - if (opt.httpOnly) { - str += '; HttpOnly'; - } - - if (opt.secure) { - str += '; Secure'; - } - - if (opt.sameSite) { - var sameSite = typeof opt.sameSite === 'string' - ? opt.sameSite.toLowerCase() : opt.sameSite; - - switch (sameSite) { - case true: - str += '; SameSite=Strict'; - break; - case 'lax': - str += '; SameSite=Lax'; - break; - case 'strict': - str += '; SameSite=Strict'; - break; - case 'none': - str += '; SameSite=None'; - break; - default: - throw new TypeError('option sameSite is invalid'); - } - } - - return str; -} - -/** - * Try decoding a string using a decoding function. - * - * @param {string} str - * @param {function} decode - * @private - */ - -function tryDecode(str, decode) { - try { - return decode(str); - } catch (e) { - return str; - } -} diff --git a/software/flow/node_modules/cookie/package.json b/software/flow/node_modules/cookie/package.json deleted file mode 100644 index cd40d0d..0000000 --- a/software/flow/node_modules/cookie/package.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "name": "cookie", - "description": "HTTP server cookie parsing and serialization", - "version": "0.4.2", - "author": "Roman Shtylman <shtylman@gmail.com>", - "contributors": [ - "Douglas Christopher Wilson <doug@somethingdoug.com>" - ], - "license": "MIT", - "keywords": [ - "cookie", - "cookies" - ], - "repository": "jshttp/cookie", - "devDependencies": { - "beautify-benchmark": "0.2.4", - "benchmark": "2.1.4", - "eslint": "7.32.0", - "eslint-plugin-markdown": "2.2.1", - "mocha": "9.2.0", - "nyc": "15.1.0", - "top-sites": "1.1.85" - }, - "files": [ - "HISTORY.md", - "LICENSE", - "README.md", - "index.js" - ], - "engines": { - "node": ">= 0.6" - }, - "scripts": { - "bench": "node benchmark/index.js", - "lint": "eslint .", - "test": "mocha --reporter spec --bail --check-leaks --ui qunit test/", - "test-ci": "nyc --reporter=lcov --reporter=text npm test", - "test-cov": "nyc --reporter=html --reporter=text npm test", - "update-bench": "node scripts/update-benchmark.js", - "version": "node scripts/version-history.js && git add HISTORY.md" - } -} diff --git a/software/flow/node_modules/cors/CONTRIBUTING.md b/software/flow/node_modules/cors/CONTRIBUTING.md deleted file mode 100644 index 591b09a..0000000 --- a/software/flow/node_modules/cors/CONTRIBUTING.md +++ /dev/null @@ -1,33 +0,0 @@ -# contributing to `cors` - -CORS is a node.js package for providing a [connect](http://www.senchalabs.org/connect/)/[express](http://expressjs.com/) middleware that can be used to enable [CORS](http://en.wikipedia.org/wiki/Cross-origin_resource_sharing) with various options. Learn more about the project in [the README](README.md). - -## The CORS Spec - -[http://www.w3.org/TR/cors/](http://www.w3.org/TR/cors/) - -## Pull Requests Welcome - -* Include `'use strict';` in every javascript file. -* 2 space indentation. -* Please run the testing steps below before submitting. - -## Testing - -```bash -$ npm install -$ npm test -``` - -## Interactive Testing Harness - -[http://node-cors-client.herokuapp.com](http://node-cors-client.herokuapp.com) - -Related git repositories: - -* [https://github.com/TroyGoode/node-cors-server](https://github.com/TroyGoode/node-cors-server) -* [https://github.com/TroyGoode/node-cors-client](https://github.com/TroyGoode/node-cors-client) - -## License - -[MIT License](http://www.opensource.org/licenses/mit-license.php) diff --git a/software/flow/node_modules/cors/HISTORY.md b/software/flow/node_modules/cors/HISTORY.md deleted file mode 100644 index 5762bce..0000000 --- a/software/flow/node_modules/cors/HISTORY.md +++ /dev/null @@ -1,58 +0,0 @@ -2.8.5 / 2018-11-04 -================== - - * Fix setting `maxAge` option to `0` - -2.8.4 / 2017-07-12 -================== - - * Work-around Safari bug in default pre-flight response - -2.8.3 / 2017-03-29 -================== - - * Fix error when options delegate missing `methods` option - -2.8.2 / 2017-03-28 -================== - - * Fix error when frozen options are passed - * Send "Vary: Origin" when using regular expressions - * Send "Vary: Access-Control-Request-Headers" when dynamic `allowedHeaders` - -2.8.1 / 2016-09-08 -================== - -This release only changed documentation. - -2.8.0 / 2016-08-23 -================== - - * Add `optionsSuccessStatus` option - -2.7.2 / 2016-08-23 -================== - - * Fix error when Node.js running in strict mode - -2.7.1 / 2015-05-28 -================== - - * Move module into expressjs organization - -2.7.0 / 2015-05-28 -================== - - * Allow array of matching condition as `origin` option - * Allow regular expression as `origin` option - -2.6.1 / 2015-05-28 -================== - - * Update `license` in package.json - -2.6.0 / 2015-04-27 -================== - - * Add `preflightContinue` option - * Fix "Vary: Origin" header added for "*" diff --git a/software/flow/node_modules/cors/LICENSE b/software/flow/node_modules/cors/LICENSE deleted file mode 100644 index fd10c84..0000000 --- a/software/flow/node_modules/cors/LICENSE +++ /dev/null @@ -1,22 +0,0 @@ -(The MIT License) - -Copyright (c) 2013 Troy Goode <troygoode@gmail.com> - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -'Software'), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/software/flow/node_modules/cors/README.md b/software/flow/node_modules/cors/README.md deleted file mode 100644 index 732b847..0000000 --- a/software/flow/node_modules/cors/README.md +++ /dev/null @@ -1,243 +0,0 @@ -# cors - -[![NPM Version][npm-image]][npm-url] -[![NPM Downloads][downloads-image]][downloads-url] -[![Build Status][travis-image]][travis-url] -[![Test Coverage][coveralls-image]][coveralls-url] - -CORS is a node.js package for providing a [Connect](http://www.senchalabs.org/connect/)/[Express](http://expressjs.com/) middleware that can be used to enable [CORS](http://en.wikipedia.org/wiki/Cross-origin_resource_sharing) with various options. - -**[Follow me (@troygoode) on Twitter!](https://twitter.com/intent/user?screen_name=troygoode)** - -* [Installation](#installation) -* [Usage](#usage) - * [Simple Usage](#simple-usage-enable-all-cors-requests) - * [Enable CORS for a Single Route](#enable-cors-for-a-single-route) - * [Configuring CORS](#configuring-cors) - * [Configuring CORS Asynchronously](#configuring-cors-asynchronously) - * [Enabling CORS Pre-Flight](#enabling-cors-pre-flight) -* [Configuration Options](#configuration-options) -* [Demo](#demo) -* [License](#license) -* [Author](#author) - -## Installation - -This is a [Node.js](https://nodejs.org/en/) module available through the -[npm registry](https://www.npmjs.com/). Installation is done using the -[`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally): - -```sh -$ npm install cors -``` - -## Usage - -### Simple Usage (Enable *All* CORS Requests) - -```javascript -var express = require('express') -var cors = require('cors') -var app = express() - -app.use(cors()) - -app.get('/products/:id', function (req, res, next) { - res.json({msg: 'This is CORS-enabled for all origins!'}) -}) - -app.listen(80, function () { - console.log('CORS-enabled web server listening on port 80') -}) -``` - -### Enable CORS for a Single Route - -```javascript -var express = require('express') -var cors = require('cors') -var app = express() - -app.get('/products/:id', cors(), function (req, res, next) { - res.json({msg: 'This is CORS-enabled for a Single Route'}) -}) - -app.listen(80, function () { - console.log('CORS-enabled web server listening on port 80') -}) -``` - -### Configuring CORS - -```javascript -var express = require('express') -var cors = require('cors') -var app = express() - -var corsOptions = { - origin: 'http://example.com', - optionsSuccessStatus: 200 // some legacy browsers (IE11, various SmartTVs) choke on 204 -} - -app.get('/products/:id', cors(corsOptions), function (req, res, next) { - res.json({msg: 'This is CORS-enabled for only example.com.'}) -}) - -app.listen(80, function () { - console.log('CORS-enabled web server listening on port 80') -}) -``` - -### Configuring CORS w/ Dynamic Origin - -```javascript -var express = require('express') -var cors = require('cors') -var app = express() - -var whitelist = ['http://example1.com', 'http://example2.com'] -var corsOptions = { - origin: function (origin, callback) { - if (whitelist.indexOf(origin) !== -1) { - callback(null, true) - } else { - callback(new Error('Not allowed by CORS')) - } - } -} - -app.get('/products/:id', cors(corsOptions), function (req, res, next) { - res.json({msg: 'This is CORS-enabled for a whitelisted domain.'}) -}) - -app.listen(80, function () { - console.log('CORS-enabled web server listening on port 80') -}) -``` - -If you do not want to block REST tools or server-to-server requests, -add a `!origin` check in the origin function like so: - -```javascript -var corsOptions = { - origin: function (origin, callback) { - if (whitelist.indexOf(origin) !== -1 || !origin) { - callback(null, true) - } else { - callback(new Error('Not allowed by CORS')) - } - } -} -``` - -### Enabling CORS Pre-Flight - -Certain CORS requests are considered 'complex' and require an initial -`OPTIONS` request (called the "pre-flight request"). An example of a -'complex' CORS request is one that uses an HTTP verb other than -GET/HEAD/POST (such as DELETE) or that uses custom headers. To enable -pre-flighting, you must add a new OPTIONS handler for the route you want -to support: - -```javascript -var express = require('express') -var cors = require('cors') -var app = express() - -app.options('/products/:id', cors()) // enable pre-flight request for DELETE request -app.del('/products/:id', cors(), function (req, res, next) { - res.json({msg: 'This is CORS-enabled for all origins!'}) -}) - -app.listen(80, function () { - console.log('CORS-enabled web server listening on port 80') -}) -``` - -You can also enable pre-flight across-the-board like so: - -```javascript -app.options('*', cors()) // include before other routes -``` - -### Configuring CORS Asynchronously - -```javascript -var express = require('express') -var cors = require('cors') -var app = express() - -var whitelist = ['http://example1.com', 'http://example2.com'] -var corsOptionsDelegate = function (req, callback) { - var corsOptions; - if (whitelist.indexOf(req.header('Origin')) !== -1) { - corsOptions = { origin: true } // reflect (enable) the requested origin in the CORS response - } else { - corsOptions = { origin: false } // disable CORS for this request - } - callback(null, corsOptions) // callback expects two parameters: error and options -} - -app.get('/products/:id', cors(corsOptionsDelegate), function (req, res, next) { - res.json({msg: 'This is CORS-enabled for a whitelisted domain.'}) -}) - -app.listen(80, function () { - console.log('CORS-enabled web server listening on port 80') -}) -``` - -## Configuration Options - -* `origin`: Configures the **Access-Control-Allow-Origin** CORS header. Possible values: - - `Boolean` - set `origin` to `true` to reflect the [request origin](http://tools.ietf.org/html/draft-abarth-origin-09), as defined by `req.header('Origin')`, or set it to `false` to disable CORS. - - `String` - set `origin` to a specific origin. For example if you set it to `"http://example.com"` only requests from "http://example.com" will be allowed. - - `RegExp` - set `origin` to a regular expression pattern which will be used to test the request origin. If it's a match, the request origin will be reflected. For example the pattern `/example\.com$/` will reflect any request that is coming from an origin ending with "example.com". - - `Array` - set `origin` to an array of valid origins. Each origin can be a `String` or a `RegExp`. For example `["http://example1.com", /\.example2\.com$/]` will accept any request from "http://example1.com" or from a subdomain of "example2.com". - - `Function` - set `origin` to a function implementing some custom logic. The function takes the request origin as the first parameter and a callback (which expects the signature `err [object], allow [bool]`) as the second. -* `methods`: Configures the **Access-Control-Allow-Methods** CORS header. Expects a comma-delimited string (ex: 'GET,PUT,POST') or an array (ex: `['GET', 'PUT', 'POST']`). -* `allowedHeaders`: Configures the **Access-Control-Allow-Headers** CORS header. Expects a comma-delimited string (ex: 'Content-Type,Authorization') or an array (ex: `['Content-Type', 'Authorization']`). If not specified, defaults to reflecting the headers specified in the request's **Access-Control-Request-Headers** header. -* `exposedHeaders`: Configures the **Access-Control-Expose-Headers** CORS header. Expects a comma-delimited string (ex: 'Content-Range,X-Content-Range') or an array (ex: `['Content-Range', 'X-Content-Range']`). If not specified, no custom headers are exposed. -* `credentials`: Configures the **Access-Control-Allow-Credentials** CORS header. Set to `true` to pass the header, otherwise it is omitted. -* `maxAge`: Configures the **Access-Control-Max-Age** CORS header. Set to an integer to pass the header, otherwise it is omitted. -* `preflightContinue`: Pass the CORS preflight response to the next handler. -* `optionsSuccessStatus`: Provides a status code to use for successful `OPTIONS` requests, since some legacy browsers (IE11, various SmartTVs) choke on `204`. - -The default configuration is the equivalent of: - -```json -{ - "origin": "*", - "methods": "GET,HEAD,PUT,PATCH,POST,DELETE", - "preflightContinue": false, - "optionsSuccessStatus": 204 -} -``` - -For details on the effect of each CORS header, read [this](http://www.html5rocks.com/en/tutorials/cors/) article on HTML5 Rocks. - -## Demo - -A demo that illustrates CORS working (and not working) using jQuery is available here: [http://node-cors-client.herokuapp.com/](http://node-cors-client.herokuapp.com/) - -Code for that demo can be found here: - -* Client: [https://github.com/TroyGoode/node-cors-client](https://github.com/TroyGoode/node-cors-client) -* Server: [https://github.com/TroyGoode/node-cors-server](https://github.com/TroyGoode/node-cors-server) - -## License - -[MIT License](http://www.opensource.org/licenses/mit-license.php) - -## Author - -[Troy Goode](https://github.com/TroyGoode) ([troygoode@gmail.com](mailto:troygoode@gmail.com)) - -[coveralls-image]: https://img.shields.io/coveralls/expressjs/cors/master.svg -[coveralls-url]: https://coveralls.io/r/expressjs/cors?branch=master -[downloads-image]: https://img.shields.io/npm/dm/cors.svg -[downloads-url]: https://npmjs.org/package/cors -[npm-image]: https://img.shields.io/npm/v/cors.svg -[npm-url]: https://npmjs.org/package/cors -[travis-image]: https://img.shields.io/travis/expressjs/cors/master.svg -[travis-url]: https://travis-ci.org/expressjs/cors diff --git a/software/flow/node_modules/cors/lib/index.js b/software/flow/node_modules/cors/lib/index.js deleted file mode 100644 index 5475aec..0000000 --- a/software/flow/node_modules/cors/lib/index.js +++ /dev/null @@ -1,238 +0,0 @@ -(function () { - - 'use strict'; - - var assign = require('object-assign'); - var vary = require('vary'); - - var defaults = { - origin: '*', - methods: 'GET,HEAD,PUT,PATCH,POST,DELETE', - preflightContinue: false, - optionsSuccessStatus: 204 - }; - - function isString(s) { - return typeof s === 'string' || s instanceof String; - } - - function isOriginAllowed(origin, allowedOrigin) { - if (Array.isArray(allowedOrigin)) { - for (var i = 0; i < allowedOrigin.length; ++i) { - if (isOriginAllowed(origin, allowedOrigin[i])) { - return true; - } - } - return false; - } else if (isString(allowedOrigin)) { - return origin === allowedOrigin; - } else if (allowedOrigin instanceof RegExp) { - return allowedOrigin.test(origin); - } else { - return !!allowedOrigin; - } - } - - function configureOrigin(options, req) { - var requestOrigin = req.headers.origin, - headers = [], - isAllowed; - - if (!options.origin || options.origin === '*') { - // allow any origin - headers.push([{ - key: 'Access-Control-Allow-Origin', - value: '*' - }]); - } else if (isString(options.origin)) { - // fixed origin - headers.push([{ - key: 'Access-Control-Allow-Origin', - value: options.origin - }]); - headers.push([{ - key: 'Vary', - value: 'Origin' - }]); - } else { - isAllowed = isOriginAllowed(requestOrigin, options.origin); - // reflect origin - headers.push([{ - key: 'Access-Control-Allow-Origin', - value: isAllowed ? requestOrigin : false - }]); - headers.push([{ - key: 'Vary', - value: 'Origin' - }]); - } - - return headers; - } - - function configureMethods(options) { - var methods = options.methods; - if (methods.join) { - methods = options.methods.join(','); // .methods is an array, so turn it into a string - } - return { - key: 'Access-Control-Allow-Methods', - value: methods - }; - } - - function configureCredentials(options) { - if (options.credentials === true) { - return { - key: 'Access-Control-Allow-Credentials', - value: 'true' - }; - } - return null; - } - - function configureAllowedHeaders(options, req) { - var allowedHeaders = options.allowedHeaders || options.headers; - var headers = []; - - if (!allowedHeaders) { - allowedHeaders = req.headers['access-control-request-headers']; // .headers wasn't specified, so reflect the request headers - headers.push([{ - key: 'Vary', - value: 'Access-Control-Request-Headers' - }]); - } else if (allowedHeaders.join) { - allowedHeaders = allowedHeaders.join(','); // .headers is an array, so turn it into a string - } - if (allowedHeaders && allowedHeaders.length) { - headers.push([{ - key: 'Access-Control-Allow-Headers', - value: allowedHeaders - }]); - } - - return headers; - } - - function configureExposedHeaders(options) { - var headers = options.exposedHeaders; - if (!headers) { - return null; - } else if (headers.join) { - headers = headers.join(','); // .headers is an array, so turn it into a string - } - if (headers && headers.length) { - return { - key: 'Access-Control-Expose-Headers', - value: headers - }; - } - return null; - } - - function configureMaxAge(options) { - var maxAge = (typeof options.maxAge === 'number' || options.maxAge) && options.maxAge.toString() - if (maxAge && maxAge.length) { - return { - key: 'Access-Control-Max-Age', - value: maxAge - }; - } - return null; - } - - function applyHeaders(headers, res) { - for (var i = 0, n = headers.length; i < n; i++) { - var header = headers[i]; - if (header) { - if (Array.isArray(header)) { - applyHeaders(header, res); - } else if (header.key === 'Vary' && header.value) { - vary(res, header.value); - } else if (header.value) { - res.setHeader(header.key, header.value); - } - } - } - } - - function cors(options, req, res, next) { - var headers = [], - method = req.method && req.method.toUpperCase && req.method.toUpperCase(); - - if (method === 'OPTIONS') { - // preflight - headers.push(configureOrigin(options, req)); - headers.push(configureCredentials(options, req)); - headers.push(configureMethods(options, req)); - headers.push(configureAllowedHeaders(options, req)); - headers.push(configureMaxAge(options, req)); - headers.push(configureExposedHeaders(options, req)); - applyHeaders(headers, res); - - if (options.preflightContinue) { - next(); - } else { - // Safari (and potentially other browsers) need content-length 0, - // for 204 or they just hang waiting for a body - res.statusCode = options.optionsSuccessStatus; - res.setHeader('Content-Length', '0'); - res.end(); - } - } else { - // actual response - headers.push(configureOrigin(options, req)); - headers.push(configureCredentials(options, req)); - headers.push(configureExposedHeaders(options, req)); - applyHeaders(headers, res); - next(); - } - } - - function middlewareWrapper(o) { - // if options are static (either via defaults or custom options passed in), wrap in a function - var optionsCallback = null; - if (typeof o === 'function') { - optionsCallback = o; - } else { - optionsCallback = function (req, cb) { - cb(null, o); - }; - } - - return function corsMiddleware(req, res, next) { - optionsCallback(req, function (err, options) { - if (err) { - next(err); - } else { - var corsOptions = assign({}, defaults, options); - var originCallback = null; - if (corsOptions.origin && typeof corsOptions.origin === 'function') { - originCallback = corsOptions.origin; - } else if (corsOptions.origin) { - originCallback = function (origin, cb) { - cb(null, corsOptions.origin); - }; - } - - if (originCallback) { - originCallback(req.headers.origin, function (err2, origin) { - if (err2 || !origin) { - next(err2); - } else { - corsOptions.origin = origin; - cors(corsOptions, req, res, next); - } - }); - } else { - next(); - } - } - }); - }; - } - - // can pass either an options hash, an options delegate, or nothing - module.exports = middlewareWrapper; - -}()); diff --git a/software/flow/node_modules/cors/package.json b/software/flow/node_modules/cors/package.json deleted file mode 100644 index ff37d98..0000000 --- a/software/flow/node_modules/cors/package.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "cors", - "description": "Node.js CORS middleware", - "version": "2.8.5", - "author": "Troy Goode <troygoode@gmail.com> (https://github.com/troygoode/)", - "license": "MIT", - "keywords": [ - "cors", - "express", - "connect", - "middleware" - ], - "repository": "expressjs/cors", - "main": "./lib/index.js", - "dependencies": { - "object-assign": "^4", - "vary": "^1" - }, - "devDependencies": { - "after": "0.8.2", - "eslint": "2.13.1", - "express": "4.16.3", - "mocha": "5.2.0", - "nyc": "13.1.0", - "supertest": "3.3.0" - }, - "files": [ - "lib/index.js", - "CONTRIBUTING.md", - "HISTORY.md", - "LICENSE", - "README.md" - ], - "engines": { - "node": ">= 0.10" - }, - "scripts": { - "test": "npm run lint && nyc --reporter=html --reporter=text mocha --require test/support/env", - "lint": "eslint lib test" - } -} diff --git a/software/flow/node_modules/debug/.coveralls.yml b/software/flow/node_modules/debug/.coveralls.yml deleted file mode 100644 index 20a7068..0000000 --- a/software/flow/node_modules/debug/.coveralls.yml +++ /dev/null @@ -1 +0,0 @@ -repo_token: SIAeZjKYlHK74rbcFvNHMUzjRiMpflxve diff --git a/software/flow/node_modules/debug/.eslintrc b/software/flow/node_modules/debug/.eslintrc deleted file mode 100644 index 8a37ae2..0000000 --- a/software/flow/node_modules/debug/.eslintrc +++ /dev/null @@ -1,11 +0,0 @@ -{ - "env": { - "browser": true, - "node": true - }, - "rules": { - "no-console": 0, - "no-empty": [1, { "allowEmptyCatch": true }] - }, - "extends": "eslint:recommended" -} diff --git a/software/flow/node_modules/debug/.npmignore b/software/flow/node_modules/debug/.npmignore deleted file mode 100644 index 5f60eec..0000000 --- a/software/flow/node_modules/debug/.npmignore +++ /dev/null @@ -1,9 +0,0 @@ -support -test -examples -example -*.sock -dist -yarn.lock -coverage -bower.json diff --git a/software/flow/node_modules/debug/.travis.yml b/software/flow/node_modules/debug/.travis.yml deleted file mode 100644 index 6c6090c..0000000 --- a/software/flow/node_modules/debug/.travis.yml +++ /dev/null @@ -1,14 +0,0 @@ - -language: node_js -node_js: - - "6" - - "5" - - "4" - -install: - - make node_modules - -script: - - make lint - - make test - - make coveralls diff --git a/software/flow/node_modules/debug/CHANGELOG.md b/software/flow/node_modules/debug/CHANGELOG.md deleted file mode 100644 index eadaa18..0000000 --- a/software/flow/node_modules/debug/CHANGELOG.md +++ /dev/null @@ -1,362 +0,0 @@ - -2.6.9 / 2017-09-22 -================== - - * remove ReDoS regexp in %o formatter (#504) - -2.6.8 / 2017-05-18 -================== - - * Fix: Check for undefined on browser globals (#462, @marbemac) - -2.6.7 / 2017-05-16 -================== - - * Fix: Update ms to 2.0.0 to fix regular expression denial of service vulnerability (#458, @hubdotcom) - * Fix: Inline extend function in node implementation (#452, @dougwilson) - * Docs: Fix typo (#455, @msasad) - -2.6.5 / 2017-04-27 -================== - - * Fix: null reference check on window.documentElement.style.WebkitAppearance (#447, @thebigredgeek) - * Misc: clean up browser reference checks (#447, @thebigredgeek) - * Misc: add npm-debug.log to .gitignore (@thebigredgeek) - - -2.6.4 / 2017-04-20 -================== - - * Fix: bug that would occure if process.env.DEBUG is a non-string value. (#444, @LucianBuzzo) - * Chore: ignore bower.json in npm installations. (#437, @joaovieira) - * Misc: update "ms" to v0.7.3 (@tootallnate) - -2.6.3 / 2017-03-13 -================== - - * Fix: Electron reference to `process.env.DEBUG` (#431, @paulcbetts) - * Docs: Changelog fix (@thebigredgeek) - -2.6.2 / 2017-03-10 -================== - - * Fix: DEBUG_MAX_ARRAY_LENGTH (#420, @slavaGanzin) - * Docs: Add backers and sponsors from Open Collective (#422, @piamancini) - * Docs: Add Slackin invite badge (@tootallnate) - -2.6.1 / 2017-02-10 -================== - - * Fix: Module's `export default` syntax fix for IE8 `Expected identifier` error - * Fix: Whitelist DEBUG_FD for values 1 and 2 only (#415, @pi0) - * Fix: IE8 "Expected identifier" error (#414, @vgoma) - * Fix: Namespaces would not disable once enabled (#409, @musikov) - -2.6.0 / 2016-12-28 -================== - - * Fix: added better null pointer checks for browser useColors (@thebigredgeek) - * Improvement: removed explicit `window.debug` export (#404, @tootallnate) - * Improvement: deprecated `DEBUG_FD` environment variable (#405, @tootallnate) - -2.5.2 / 2016-12-25 -================== - - * Fix: reference error on window within webworkers (#393, @KlausTrainer) - * Docs: fixed README typo (#391, @lurch) - * Docs: added notice about v3 api discussion (@thebigredgeek) - -2.5.1 / 2016-12-20 -================== - - * Fix: babel-core compatibility - -2.5.0 / 2016-12-20 -================== - - * Fix: wrong reference in bower file (@thebigredgeek) - * Fix: webworker compatibility (@thebigredgeek) - * Fix: output formatting issue (#388, @kribblo) - * Fix: babel-loader compatibility (#383, @escwald) - * Misc: removed built asset from repo and publications (@thebigredgeek) - * Misc: moved source files to /src (#378, @yamikuronue) - * Test: added karma integration and replaced babel with browserify for browser tests (#378, @yamikuronue) - * Test: coveralls integration (#378, @yamikuronue) - * Docs: simplified language in the opening paragraph (#373, @yamikuronue) - -2.4.5 / 2016-12-17 -================== - - * Fix: `navigator` undefined in Rhino (#376, @jochenberger) - * Fix: custom log function (#379, @hsiliev) - * Improvement: bit of cleanup + linting fixes (@thebigredgeek) - * Improvement: rm non-maintainted `dist/` dir (#375, @freewil) - * Docs: simplified language in the opening paragraph. (#373, @yamikuronue) - -2.4.4 / 2016-12-14 -================== - - * Fix: work around debug being loaded in preload scripts for electron (#368, @paulcbetts) - -2.4.3 / 2016-12-14 -================== - - * Fix: navigation.userAgent error for react native (#364, @escwald) - -2.4.2 / 2016-12-14 -================== - - * Fix: browser colors (#367, @tootallnate) - * Misc: travis ci integration (@thebigredgeek) - * Misc: added linting and testing boilerplate with sanity check (@thebigredgeek) - -2.4.1 / 2016-12-13 -================== - - * Fix: typo that broke the package (#356) - -2.4.0 / 2016-12-13 -================== - - * Fix: bower.json references unbuilt src entry point (#342, @justmatt) - * Fix: revert "handle regex special characters" (@tootallnate) - * Feature: configurable util.inspect()`options for NodeJS (#327, @tootallnate) - * Feature: %O`(big O) pretty-prints objects (#322, @tootallnate) - * Improvement: allow colors in workers (#335, @botverse) - * Improvement: use same color for same namespace. (#338, @lchenay) - -2.3.3 / 2016-11-09 -================== - - * Fix: Catch `JSON.stringify()` errors (#195, Jovan Alleyne) - * Fix: Returning `localStorage` saved values (#331, Levi Thomason) - * Improvement: Don't create an empty object when no `process` (Nathan Rajlich) - -2.3.2 / 2016-11-09 -================== - - * Fix: be super-safe in index.js as well (@TooTallNate) - * Fix: should check whether process exists (Tom Newby) - -2.3.1 / 2016-11-09 -================== - - * Fix: Added electron compatibility (#324, @paulcbetts) - * Improvement: Added performance optimizations (@tootallnate) - * Readme: Corrected PowerShell environment variable example (#252, @gimre) - * Misc: Removed yarn lock file from source control (#321, @fengmk2) - -2.3.0 / 2016-11-07 -================== - - * Fix: Consistent placement of ms diff at end of output (#215, @gorangajic) - * Fix: Escaping of regex special characters in namespace strings (#250, @zacronos) - * Fix: Fixed bug causing crash on react-native (#282, @vkarpov15) - * Feature: Enabled ES6+ compatible import via default export (#212 @bucaran) - * Feature: Added %O formatter to reflect Chrome's console.log capability (#279, @oncletom) - * Package: Update "ms" to 0.7.2 (#315, @DevSide) - * Package: removed superfluous version property from bower.json (#207 @kkirsche) - * Readme: fix USE_COLORS to DEBUG_COLORS - * Readme: Doc fixes for format string sugar (#269, @mlucool) - * Readme: Updated docs for DEBUG_FD and DEBUG_COLORS environment variables (#232, @mattlyons0) - * Readme: doc fixes for PowerShell (#271 #243, @exoticknight @unreadable) - * Readme: better docs for browser support (#224, @matthewmueller) - * Tooling: Added yarn integration for development (#317, @thebigredgeek) - * Misc: Renamed History.md to CHANGELOG.md (@thebigredgeek) - * Misc: Added license file (#226 #274, @CantemoInternal @sdaitzman) - * Misc: Updated contributors (@thebigredgeek) - -2.2.0 / 2015-05-09 -================== - - * package: update "ms" to v0.7.1 (#202, @dougwilson) - * README: add logging to file example (#193, @DanielOchoa) - * README: fixed a typo (#191, @amir-s) - * browser: expose `storage` (#190, @stephenmathieson) - * Makefile: add a `distclean` target (#189, @stephenmathieson) - -2.1.3 / 2015-03-13 -================== - - * Updated stdout/stderr example (#186) - * Updated example/stdout.js to match debug current behaviour - * Renamed example/stderr.js to stdout.js - * Update Readme.md (#184) - * replace high intensity foreground color for bold (#182, #183) - -2.1.2 / 2015-03-01 -================== - - * dist: recompile - * update "ms" to v0.7.0 - * package: update "browserify" to v9.0.3 - * component: fix "ms.js" repo location - * changed bower package name - * updated documentation about using debug in a browser - * fix: security error on safari (#167, #168, @yields) - -2.1.1 / 2014-12-29 -================== - - * browser: use `typeof` to check for `console` existence - * browser: check for `console.log` truthiness (fix IE 8/9) - * browser: add support for Chrome apps - * Readme: added Windows usage remarks - * Add `bower.json` to properly support bower install - -2.1.0 / 2014-10-15 -================== - - * node: implement `DEBUG_FD` env variable support - * package: update "browserify" to v6.1.0 - * package: add "license" field to package.json (#135, @panuhorsmalahti) - -2.0.0 / 2014-09-01 -================== - - * package: update "browserify" to v5.11.0 - * node: use stderr rather than stdout for logging (#29, @stephenmathieson) - -1.0.4 / 2014-07-15 -================== - - * dist: recompile - * example: remove `console.info()` log usage - * example: add "Content-Type" UTF-8 header to browser example - * browser: place %c marker after the space character - * browser: reset the "content" color via `color: inherit` - * browser: add colors support for Firefox >= v31 - * debug: prefer an instance `log()` function over the global one (#119) - * Readme: update documentation about styled console logs for FF v31 (#116, @wryk) - -1.0.3 / 2014-07-09 -================== - - * Add support for multiple wildcards in namespaces (#122, @seegno) - * browser: fix lint - -1.0.2 / 2014-06-10 -================== - - * browser: update color palette (#113, @gscottolson) - * common: make console logging function configurable (#108, @timoxley) - * node: fix %o colors on old node <= 0.8.x - * Makefile: find node path using shell/which (#109, @timoxley) - -1.0.1 / 2014-06-06 -================== - - * browser: use `removeItem()` to clear localStorage - * browser, node: don't set DEBUG if namespaces is undefined (#107, @leedm777) - * package: add "contributors" section - * node: fix comment typo - * README: list authors - -1.0.0 / 2014-06-04 -================== - - * make ms diff be global, not be scope - * debug: ignore empty strings in enable() - * node: make DEBUG_COLORS able to disable coloring - * *: export the `colors` array - * npmignore: don't publish the `dist` dir - * Makefile: refactor to use browserify - * package: add "browserify" as a dev dependency - * Readme: add Web Inspector Colors section - * node: reset terminal color for the debug content - * node: map "%o" to `util.inspect()` - * browser: map "%j" to `JSON.stringify()` - * debug: add custom "formatters" - * debug: use "ms" module for humanizing the diff - * Readme: add "bash" syntax highlighting - * browser: add Firebug color support - * browser: add colors for WebKit browsers - * node: apply log to `console` - * rewrite: abstract common logic for Node & browsers - * add .jshintrc file - -0.8.1 / 2014-04-14 -================== - - * package: re-add the "component" section - -0.8.0 / 2014-03-30 -================== - - * add `enable()` method for nodejs. Closes #27 - * change from stderr to stdout - * remove unnecessary index.js file - -0.7.4 / 2013-11-13 -================== - - * remove "browserify" key from package.json (fixes something in browserify) - -0.7.3 / 2013-10-30 -================== - - * fix: catch localStorage security error when cookies are blocked (Chrome) - * add debug(err) support. Closes #46 - * add .browser prop to package.json. Closes #42 - -0.7.2 / 2013-02-06 -================== - - * fix package.json - * fix: Mobile Safari (private mode) is broken with debug - * fix: Use unicode to send escape character to shell instead of octal to work with strict mode javascript - -0.7.1 / 2013-02-05 -================== - - * add repository URL to package.json - * add DEBUG_COLORED to force colored output - * add browserify support - * fix component. Closes #24 - -0.7.0 / 2012-05-04 -================== - - * Added .component to package.json - * Added debug.component.js build - -0.6.0 / 2012-03-16 -================== - - * Added support for "-" prefix in DEBUG [Vinay Pulim] - * Added `.enabled` flag to the node version [TooTallNate] - -0.5.0 / 2012-02-02 -================== - - * Added: humanize diffs. Closes #8 - * Added `debug.disable()` to the CS variant - * Removed padding. Closes #10 - * Fixed: persist client-side variant again. Closes #9 - -0.4.0 / 2012-02-01 -================== - - * Added browser variant support for older browsers [TooTallNate] - * Added `debug.enable('project:*')` to browser variant [TooTallNate] - * Added padding to diff (moved it to the right) - -0.3.0 / 2012-01-26 -================== - - * Added millisecond diff when isatty, otherwise UTC string - -0.2.0 / 2012-01-22 -================== - - * Added wildcard support - -0.1.0 / 2011-12-02 -================== - - * Added: remove colors unless stderr isatty [TooTallNate] - -0.0.1 / 2010-01-03 -================== - - * Initial release diff --git a/software/flow/node_modules/debug/LICENSE b/software/flow/node_modules/debug/LICENSE deleted file mode 100644 index 658c933..0000000 --- a/software/flow/node_modules/debug/LICENSE +++ /dev/null @@ -1,19 +0,0 @@ -(The MIT License) - -Copyright (c) 2014 TJ Holowaychuk <tj@vision-media.ca> - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software -and associated documentation files (the 'Software'), to deal in the Software without restriction, -including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, -and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial -portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT -LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - diff --git a/software/flow/node_modules/debug/Makefile b/software/flow/node_modules/debug/Makefile deleted file mode 100644 index 584da8b..0000000 --- a/software/flow/node_modules/debug/Makefile +++ /dev/null @@ -1,50 +0,0 @@ -# get Makefile directory name: http://stackoverflow.com/a/5982798/376773 -THIS_MAKEFILE_PATH:=$(word $(words $(MAKEFILE_LIST)),$(MAKEFILE_LIST)) -THIS_DIR:=$(shell cd $(dir $(THIS_MAKEFILE_PATH));pwd) - -# BIN directory -BIN := $(THIS_DIR)/node_modules/.bin - -# Path -PATH := node_modules/.bin:$(PATH) -SHELL := /bin/bash - -# applications -NODE ?= $(shell which node) -YARN ?= $(shell which yarn) -PKG ?= $(if $(YARN),$(YARN),$(NODE) $(shell which npm)) -BROWSERIFY ?= $(NODE) $(BIN)/browserify - -.FORCE: - -install: node_modules - -node_modules: package.json - @NODE_ENV= $(PKG) install - @touch node_modules - -lint: .FORCE - eslint browser.js debug.js index.js node.js - -test-node: .FORCE - istanbul cover node_modules/mocha/bin/_mocha -- test/**.js - -test-browser: .FORCE - mkdir -p dist - - @$(BROWSERIFY) \ - --standalone debug \ - . > dist/debug.js - - karma start --single-run - rimraf dist - -test: .FORCE - concurrently \ - "make test-node" \ - "make test-browser" - -coveralls: - cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js - -.PHONY: all install clean distclean diff --git a/software/flow/node_modules/debug/README.md b/software/flow/node_modules/debug/README.md deleted file mode 100644 index f67be6b..0000000 --- a/software/flow/node_modules/debug/README.md +++ /dev/null @@ -1,312 +0,0 @@ -# debug -[![Build Status](https://travis-ci.org/visionmedia/debug.svg?branch=master)](https://travis-ci.org/visionmedia/debug) [![Coverage Status](https://coveralls.io/repos/github/visionmedia/debug/badge.svg?branch=master)](https://coveralls.io/github/visionmedia/debug?branch=master) [![Slack](https://visionmedia-community-slackin.now.sh/badge.svg)](https://visionmedia-community-slackin.now.sh/) [![OpenCollective](https://opencollective.com/debug/backers/badge.svg)](#backers) -[![OpenCollective](https://opencollective.com/debug/sponsors/badge.svg)](#sponsors) - - - -A tiny node.js debugging utility modelled after node core's debugging technique. - -**Discussion around the V3 API is under way [here](https://github.com/visionmedia/debug/issues/370)** - -## Installation - -```bash -$ npm install debug -``` - -## Usage - -`debug` exposes a function; simply pass this function the name of your module, and it will return a decorated version of `console.error` for you to pass debug statements to. This will allow you to toggle the debug output for different parts of your module as well as the module as a whole. - -Example _app.js_: - -```js -var debug = require('debug')('http') - , http = require('http') - , name = 'My App'; - -// fake app - -debug('booting %s', name); - -http.createServer(function(req, res){ - debug(req.method + ' ' + req.url); - res.end('hello\n'); -}).listen(3000, function(){ - debug('listening'); -}); - -// fake worker of some kind - -require('./worker'); -``` - -Example _worker.js_: - -```js -var debug = require('debug')('worker'); - -setInterval(function(){ - debug('doing some work'); -}, 1000); -``` - - The __DEBUG__ environment variable is then used to enable these based on space or comma-delimited names. Here are some examples: - - ![debug http and worker](http://f.cl.ly/items/18471z1H402O24072r1J/Screenshot.png) - - ![debug worker](http://f.cl.ly/items/1X413v1a3M0d3C2c1E0i/Screenshot.png) - -#### Windows note - - On Windows the environment variable is set using the `set` command. - - ```cmd - set DEBUG=*,-not_this - ``` - - Note that PowerShell uses different syntax to set environment variables. - - ```cmd - $env:DEBUG = "*,-not_this" - ``` - -Then, run the program to be debugged as usual. - -## Millisecond diff - - When actively developing an application it can be useful to see when the time spent between one `debug()` call and the next. Suppose for example you invoke `debug()` before requesting a resource, and after as well, the "+NNNms" will show you how much time was spent between calls. - - ![](http://f.cl.ly/items/2i3h1d3t121M2Z1A3Q0N/Screenshot.png) - - When stdout is not a TTY, `Date#toUTCString()` is used, making it more useful for logging the debug information as shown below: - - ![](http://f.cl.ly/items/112H3i0e0o0P0a2Q2r11/Screenshot.png) - -## Conventions - - If you're using this in one or more of your libraries, you _should_ use the name of your library so that developers may toggle debugging as desired without guessing names. If you have more than one debuggers you _should_ prefix them with your library name and use ":" to separate features. For example "bodyParser" from Connect would then be "connect:bodyParser". - -## Wildcards - - The `*` character may be used as a wildcard. Suppose for example your library has debuggers named "connect:bodyParser", "connect:compress", "connect:session", instead of listing all three with `DEBUG=connect:bodyParser,connect:compress,connect:session`, you may simply do `DEBUG=connect:*`, or to run everything using this module simply use `DEBUG=*`. - - You can also exclude specific debuggers by prefixing them with a "-" character. For example, `DEBUG=*,-connect:*` would include all debuggers except those starting with "connect:". - -## Environment Variables - - When running through Node.js, you can set a few environment variables that will - change the behavior of the debug logging: - -| Name | Purpose | -|-----------|-------------------------------------------------| -| `DEBUG` | Enables/disables specific debugging namespaces. | -| `DEBUG_COLORS`| Whether or not to use colors in the debug output. | -| `DEBUG_DEPTH` | Object inspection depth. | -| `DEBUG_SHOW_HIDDEN` | Shows hidden properties on inspected objects. | - - - __Note:__ The environment variables beginning with `DEBUG_` end up being - converted into an Options object that gets used with `%o`/`%O` formatters. - See the Node.js documentation for - [`util.inspect()`](https://nodejs.org/api/util.html#util_util_inspect_object_options) - for the complete list. - -## Formatters - - - Debug uses [printf-style](https://wikipedia.org/wiki/Printf_format_string) formatting. Below are the officially supported formatters: - -| Formatter | Representation | -|-----------|----------------| -| `%O` | Pretty-print an Object on multiple lines. | -| `%o` | Pretty-print an Object all on a single line. | -| `%s` | String. | -| `%d` | Number (both integer and float). | -| `%j` | JSON. Replaced with the string '[Circular]' if the argument contains circular references. | -| `%%` | Single percent sign ('%'). This does not consume an argument. | - -### Custom formatters - - You can add custom formatters by extending the `debug.formatters` object. For example, if you wanted to add support for rendering a Buffer as hex with `%h`, you could do something like: - -```js -const createDebug = require('debug') -createDebug.formatters.h = (v) => { - return v.toString('hex') -} - -// …elsewhere -const debug = createDebug('foo') -debug('this is hex: %h', new Buffer('hello world')) -// foo this is hex: 68656c6c6f20776f726c6421 +0ms -``` - -## Browser support - You can build a browser-ready script using [browserify](https://github.com/substack/node-browserify), - or just use the [browserify-as-a-service](https://wzrd.in/) [build](https://wzrd.in/standalone/debug@latest), - if you don't want to build it yourself. - - Debug's enable state is currently persisted by `localStorage`. - Consider the situation shown below where you have `worker:a` and `worker:b`, - and wish to debug both. You can enable this using `localStorage.debug`: - -```js -localStorage.debug = 'worker:*' -``` - -And then refresh the page. - -```js -a = debug('worker:a'); -b = debug('worker:b'); - -setInterval(function(){ - a('doing some work'); -}, 1000); - -setInterval(function(){ - b('doing some work'); -}, 1200); -``` - -#### Web Inspector Colors - - Colors are also enabled on "Web Inspectors" that understand the `%c` formatting - option. These are WebKit web inspectors, Firefox ([since version - 31](https://hacks.mozilla.org/2014/05/editable-box-model-multiple-selection-sublime-text-keys-much-more-firefox-developer-tools-episode-31/)) - and the Firebug plugin for Firefox (any version). - - Colored output looks something like: - - ![](https://cloud.githubusercontent.com/assets/71256/3139768/b98c5fd8-e8ef-11e3-862a-f7253b6f47c6.png) - - -## Output streams - - By default `debug` will log to stderr, however this can be configured per-namespace by overriding the `log` method: - -Example _stdout.js_: - -```js -var debug = require('debug'); -var error = debug('app:error'); - -// by default stderr is used -error('goes to stderr!'); - -var log = debug('app:log'); -// set this namespace to log via console.log -log.log = console.log.bind(console); // don't forget to bind to console! -log('goes to stdout'); -error('still goes to stderr!'); - -// set all output to go via console.info -// overrides all per-namespace log settings -debug.log = console.info.bind(console); -error('now goes to stdout via console.info'); -log('still goes to stdout, but via console.info now'); -``` - - -## Authors - - - TJ Holowaychuk - - Nathan Rajlich - - Andrew Rhyne - -## Backers - -Support us with a monthly donation and help us continue our activities. [[Become a backer](https://opencollective.com/debug#backer)] - -<a href="https://opencollective.com/debug/backer/0/website" target="_blank"><img src="https://opencollective.com/debug/backer/0/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/1/website" target="_blank"><img src="https://opencollective.com/debug/backer/1/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/2/website" target="_blank"><img src="https://opencollective.com/debug/backer/2/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/3/website" target="_blank"><img src="https://opencollective.com/debug/backer/3/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/4/website" target="_blank"><img src="https://opencollective.com/debug/backer/4/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/5/website" target="_blank"><img src="https://opencollective.com/debug/backer/5/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/6/website" target="_blank"><img src="https://opencollective.com/debug/backer/6/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/7/website" target="_blank"><img src="https://opencollective.com/debug/backer/7/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/8/website" target="_blank"><img src="https://opencollective.com/debug/backer/8/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/9/website" target="_blank"><img src="https://opencollective.com/debug/backer/9/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/10/website" target="_blank"><img src="https://opencollective.com/debug/backer/10/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/11/website" target="_blank"><img src="https://opencollective.com/debug/backer/11/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/12/website" target="_blank"><img src="https://opencollective.com/debug/backer/12/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/13/website" target="_blank"><img src="https://opencollective.com/debug/backer/13/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/14/website" target="_blank"><img src="https://opencollective.com/debug/backer/14/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/15/website" target="_blank"><img src="https://opencollective.com/debug/backer/15/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/16/website" target="_blank"><img src="https://opencollective.com/debug/backer/16/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/17/website" target="_blank"><img src="https://opencollective.com/debug/backer/17/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/18/website" target="_blank"><img src="https://opencollective.com/debug/backer/18/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/19/website" target="_blank"><img src="https://opencollective.com/debug/backer/19/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/20/website" target="_blank"><img src="https://opencollective.com/debug/backer/20/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/21/website" target="_blank"><img src="https://opencollective.com/debug/backer/21/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/22/website" target="_blank"><img src="https://opencollective.com/debug/backer/22/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/23/website" target="_blank"><img src="https://opencollective.com/debug/backer/23/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/24/website" target="_blank"><img src="https://opencollective.com/debug/backer/24/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/25/website" target="_blank"><img src="https://opencollective.com/debug/backer/25/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/26/website" target="_blank"><img src="https://opencollective.com/debug/backer/26/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/27/website" target="_blank"><img src="https://opencollective.com/debug/backer/27/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/28/website" target="_blank"><img src="https://opencollective.com/debug/backer/28/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/29/website" target="_blank"><img src="https://opencollective.com/debug/backer/29/avatar.svg"></a> - - -## Sponsors - -Become a sponsor and get your logo on our README on Github with a link to your site. [[Become a sponsor](https://opencollective.com/debug#sponsor)] - -<a href="https://opencollective.com/debug/sponsor/0/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/0/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/1/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/1/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/2/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/2/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/3/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/3/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/4/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/4/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/5/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/5/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/6/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/6/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/7/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/7/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/8/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/8/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/9/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/9/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/10/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/10/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/11/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/11/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/12/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/12/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/13/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/13/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/14/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/14/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/15/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/15/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/16/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/16/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/17/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/17/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/18/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/18/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/19/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/19/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/20/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/20/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/21/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/21/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/22/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/22/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/23/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/23/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/24/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/24/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/25/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/25/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/26/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/26/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/27/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/27/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/28/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/28/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/29/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/29/avatar.svg"></a> - -## License - -(The MIT License) - -Copyright (c) 2014-2016 TJ Holowaychuk &lt;tj@vision-media.ca&gt; - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -'Software'), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/software/flow/node_modules/debug/component.json b/software/flow/node_modules/debug/component.json deleted file mode 100644 index 9de2641..0000000 --- a/software/flow/node_modules/debug/component.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "name": "debug", - "repo": "visionmedia/debug", - "description": "small debugging utility", - "version": "2.6.9", - "keywords": [ - "debug", - "log", - "debugger" - ], - "main": "src/browser.js", - "scripts": [ - "src/browser.js", - "src/debug.js" - ], - "dependencies": { - "rauchg/ms.js": "0.7.1" - } -} diff --git a/software/flow/node_modules/debug/karma.conf.js b/software/flow/node_modules/debug/karma.conf.js deleted file mode 100644 index 103a82d..0000000 --- a/software/flow/node_modules/debug/karma.conf.js +++ /dev/null @@ -1,70 +0,0 @@ -// Karma configuration -// Generated on Fri Dec 16 2016 13:09:51 GMT+0000 (UTC) - -module.exports = function(config) { - config.set({ - - // base path that will be used to resolve all patterns (eg. files, exclude) - basePath: '', - - - // frameworks to use - // available frameworks: https://npmjs.org/browse/keyword/karma-adapter - frameworks: ['mocha', 'chai', 'sinon'], - - - // list of files / patterns to load in the browser - files: [ - 'dist/debug.js', - 'test/*spec.js' - ], - - - // list of files to exclude - exclude: [ - 'src/node.js' - ], - - - // preprocess matching files before serving them to the browser - // available preprocessors: https://npmjs.org/browse/keyword/karma-preprocessor - preprocessors: { - }, - - // test results reporter to use - // possible values: 'dots', 'progress' - // available reporters: https://npmjs.org/browse/keyword/karma-reporter - reporters: ['progress'], - - - // web server port - port: 9876, - - - // enable / disable colors in the output (reporters and logs) - colors: true, - - - // level of logging - // possible values: config.LOG_DISABLE || config.LOG_ERROR || config.LOG_WARN || config.LOG_INFO || config.LOG_DEBUG - logLevel: config.LOG_INFO, - - - // enable / disable watching file and executing tests whenever any file changes - autoWatch: true, - - - // start these browsers - // available browser launchers: https://npmjs.org/browse/keyword/karma-launcher - browsers: ['PhantomJS'], - - - // Continuous Integration mode - // if true, Karma captures browsers, runs the tests and exits - singleRun: false, - - // Concurrency level - // how many browser should be started simultaneous - concurrency: Infinity - }) -} diff --git a/software/flow/node_modules/debug/node.js b/software/flow/node_modules/debug/node.js deleted file mode 100644 index 7fc36fe..0000000 --- a/software/flow/node_modules/debug/node.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('./src/node'); diff --git a/software/flow/node_modules/debug/package.json b/software/flow/node_modules/debug/package.json deleted file mode 100644 index dc787ba..0000000 --- a/software/flow/node_modules/debug/package.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "name": "debug", - "version": "2.6.9", - "repository": { - "type": "git", - "url": "git://github.com/visionmedia/debug.git" - }, - "description": "small debugging utility", - "keywords": [ - "debug", - "log", - "debugger" - ], - "author": "TJ Holowaychuk <tj@vision-media.ca>", - "contributors": [ - "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io)", - "Andrew Rhyne <rhyneandrew@gmail.com>" - ], - "license": "MIT", - "dependencies": { - "ms": "2.0.0" - }, - "devDependencies": { - "browserify": "9.0.3", - "chai": "^3.5.0", - "concurrently": "^3.1.0", - "coveralls": "^2.11.15", - "eslint": "^3.12.1", - "istanbul": "^0.4.5", - "karma": "^1.3.0", - "karma-chai": "^0.1.0", - "karma-mocha": "^1.3.0", - "karma-phantomjs-launcher": "^1.0.2", - "karma-sinon": "^1.0.5", - "mocha": "^3.2.0", - "mocha-lcov-reporter": "^1.2.0", - "rimraf": "^2.5.4", - "sinon": "^1.17.6", - "sinon-chai": "^2.8.0" - }, - "main": "./src/index.js", - "browser": "./src/browser.js", - "component": { - "scripts": { - "debug/index.js": "browser.js", - "debug/debug.js": "debug.js" - } - } -} diff --git a/software/flow/node_modules/debug/src/browser.js b/software/flow/node_modules/debug/src/browser.js deleted file mode 100644 index 7106924..0000000 --- a/software/flow/node_modules/debug/src/browser.js +++ /dev/null @@ -1,185 +0,0 @@ -/** - * This is the web browser implementation of `debug()`. - * - * Expose `debug()` as the module. - */ - -exports = module.exports = require('./debug'); -exports.log = log; -exports.formatArgs = formatArgs; -exports.save = save; -exports.load = load; -exports.useColors = useColors; -exports.storage = 'undefined' != typeof chrome - && 'undefined' != typeof chrome.storage - ? chrome.storage.local - : localstorage(); - -/** - * Colors. - */ - -exports.colors = [ - 'lightseagreen', - 'forestgreen', - 'goldenrod', - 'dodgerblue', - 'darkorchid', - 'crimson' -]; - -/** - * Currently only WebKit-based Web Inspectors, Firefox >= v31, - * and the Firebug extension (any Firefox version) are known - * to support "%c" CSS customizations. - * - * TODO: add a `localStorage` variable to explicitly enable/disable colors - */ - -function useColors() { - // NB: In an Electron preload script, document will be defined but not fully - // initialized. Since we know we're in Chrome, we'll just detect this case - // explicitly - if (typeof window !== 'undefined' && window.process && window.process.type === 'renderer') { - return true; - } - - // is webkit? http://stackoverflow.com/a/16459606/376773 - // document is undefined in react-native: https://github.com/facebook/react-native/pull/1632 - return (typeof document !== 'undefined' && document.documentElement && document.documentElement.style && document.documentElement.style.WebkitAppearance) || - // is firebug? http://stackoverflow.com/a/398120/376773 - (typeof window !== 'undefined' && window.console && (window.console.firebug || (window.console.exception && window.console.table))) || - // is firefox >= v31? - // https://developer.mozilla.org/en-US/docs/Tools/Web_Console#Styling_messages - (typeof navigator !== 'undefined' && navigator.userAgent && navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/) && parseInt(RegExp.$1, 10) >= 31) || - // double check webkit in userAgent just in case we are in a worker - (typeof navigator !== 'undefined' && navigator.userAgent && navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)); -} - -/** - * Map %j to `JSON.stringify()`, since no Web Inspectors do that by default. - */ - -exports.formatters.j = function(v) { - try { - return JSON.stringify(v); - } catch (err) { - return '[UnexpectedJSONParseError]: ' + err.message; - } -}; - - -/** - * Colorize log arguments if enabled. - * - * @api public - */ - -function formatArgs(args) { - var useColors = this.useColors; - - args[0] = (useColors ? '%c' : '') - + this.namespace - + (useColors ? ' %c' : ' ') - + args[0] - + (useColors ? '%c ' : ' ') - + '+' + exports.humanize(this.diff); - - if (!useColors) return; - - var c = 'color: ' + this.color; - args.splice(1, 0, c, 'color: inherit') - - // the final "%c" is somewhat tricky, because there could be other - // arguments passed either before or after the %c, so we need to - // figure out the correct index to insert the CSS into - var index = 0; - var lastC = 0; - args[0].replace(/%[a-zA-Z%]/g, function(match) { - if ('%%' === match) return; - index++; - if ('%c' === match) { - // we only are interested in the *last* %c - // (the user may have provided their own) - lastC = index; - } - }); - - args.splice(lastC, 0, c); -} - -/** - * Invokes `console.log()` when available. - * No-op when `console.log` is not a "function". - * - * @api public - */ - -function log() { - // this hackery is required for IE8/9, where - // the `console.log` function doesn't have 'apply' - return 'object' === typeof console - && console.log - && Function.prototype.apply.call(console.log, console, arguments); -} - -/** - * Save `namespaces`. - * - * @param {String} namespaces - * @api private - */ - -function save(namespaces) { - try { - if (null == namespaces) { - exports.storage.removeItem('debug'); - } else { - exports.storage.debug = namespaces; - } - } catch(e) {} -} - -/** - * Load `namespaces`. - * - * @return {String} returns the previously persisted debug modes - * @api private - */ - -function load() { - var r; - try { - r = exports.storage.debug; - } catch(e) {} - - // If debug isn't set in LS, and we're in Electron, try to load $DEBUG - if (!r && typeof process !== 'undefined' && 'env' in process) { - r = process.env.DEBUG; - } - - return r; -} - -/** - * Enable namespaces listed in `localStorage.debug` initially. - */ - -exports.enable(load()); - -/** - * Localstorage attempts to return the localstorage. - * - * This is necessary because safari throws - * when a user disables cookies/localstorage - * and you attempt to access it. - * - * @return {LocalStorage} - * @api private - */ - -function localstorage() { - try { - return window.localStorage; - } catch (e) {} -} diff --git a/software/flow/node_modules/debug/src/debug.js b/software/flow/node_modules/debug/src/debug.js deleted file mode 100644 index 6a5e3fc..0000000 --- a/software/flow/node_modules/debug/src/debug.js +++ /dev/null @@ -1,202 +0,0 @@ - -/** - * This is the common logic for both the Node.js and web browser - * implementations of `debug()`. - * - * Expose `debug()` as the module. - */ - -exports = module.exports = createDebug.debug = createDebug['default'] = createDebug; -exports.coerce = coerce; -exports.disable = disable; -exports.enable = enable; -exports.enabled = enabled; -exports.humanize = require('ms'); - -/** - * The currently active debug mode names, and names to skip. - */ - -exports.names = []; -exports.skips = []; - -/** - * Map of special "%n" handling functions, for the debug "format" argument. - * - * Valid key names are a single, lower or upper-case letter, i.e. "n" and "N". - */ - -exports.formatters = {}; - -/** - * Previous log timestamp. - */ - -var prevTime; - -/** - * Select a color. - * @param {String} namespace - * @return {Number} - * @api private - */ - -function selectColor(namespace) { - var hash = 0, i; - - for (i in namespace) { - hash = ((hash << 5) - hash) + namespace.charCodeAt(i); - hash |= 0; // Convert to 32bit integer - } - - return exports.colors[Math.abs(hash) % exports.colors.length]; -} - -/** - * Create a debugger with the given `namespace`. - * - * @param {String} namespace - * @return {Function} - * @api public - */ - -function createDebug(namespace) { - - function debug() { - // disabled? - if (!debug.enabled) return; - - var self = debug; - - // set `diff` timestamp - var curr = +new Date(); - var ms = curr - (prevTime || curr); - self.diff = ms; - self.prev = prevTime; - self.curr = curr; - prevTime = curr; - - // turn the `arguments` into a proper Array - var args = new Array(arguments.length); - for (var i = 0; i < args.length; i++) { - args[i] = arguments[i]; - } - - args[0] = exports.coerce(args[0]); - - if ('string' !== typeof args[0]) { - // anything else let's inspect with %O - args.unshift('%O'); - } - - // apply any `formatters` transformations - var index = 0; - args[0] = args[0].replace(/%([a-zA-Z%])/g, function(match, format) { - // if we encounter an escaped % then don't increase the array index - if (match === '%%') return match; - index++; - var formatter = exports.formatters[format]; - if ('function' === typeof formatter) { - var val = args[index]; - match = formatter.call(self, val); - - // now we need to remove `args[index]` since it's inlined in the `format` - args.splice(index, 1); - index--; - } - return match; - }); - - // apply env-specific formatting (colors, etc.) - exports.formatArgs.call(self, args); - - var logFn = debug.log || exports.log || console.log.bind(console); - logFn.apply(self, args); - } - - debug.namespace = namespace; - debug.enabled = exports.enabled(namespace); - debug.useColors = exports.useColors(); - debug.color = selectColor(namespace); - - // env-specific initialization logic for debug instances - if ('function' === typeof exports.init) { - exports.init(debug); - } - - return debug; -} - -/** - * Enables a debug mode by namespaces. This can include modes - * separated by a colon and wildcards. - * - * @param {String} namespaces - * @api public - */ - -function enable(namespaces) { - exports.save(namespaces); - - exports.names = []; - exports.skips = []; - - var split = (typeof namespaces === 'string' ? namespaces : '').split(/[\s,]+/); - var len = split.length; - - for (var i = 0; i < len; i++) { - if (!split[i]) continue; // ignore empty strings - namespaces = split[i].replace(/\*/g, '.*?'); - if (namespaces[0] === '-') { - exports.skips.push(new RegExp('^' + namespaces.substr(1) + '$')); - } else { - exports.names.push(new RegExp('^' + namespaces + '$')); - } - } -} - -/** - * Disable debug output. - * - * @api public - */ - -function disable() { - exports.enable(''); -} - -/** - * Returns true if the given mode name is enabled, false otherwise. - * - * @param {String} name - * @return {Boolean} - * @api public - */ - -function enabled(name) { - var i, len; - for (i = 0, len = exports.skips.length; i < len; i++) { - if (exports.skips[i].test(name)) { - return false; - } - } - for (i = 0, len = exports.names.length; i < len; i++) { - if (exports.names[i].test(name)) { - return true; - } - } - return false; -} - -/** - * Coerce `val`. - * - * @param {Mixed} val - * @return {Mixed} - * @api private - */ - -function coerce(val) { - if (val instanceof Error) return val.stack || val.message; - return val; -} diff --git a/software/flow/node_modules/debug/src/index.js b/software/flow/node_modules/debug/src/index.js deleted file mode 100644 index e12cf4d..0000000 --- a/software/flow/node_modules/debug/src/index.js +++ /dev/null @@ -1,10 +0,0 @@ -/** - * Detect Electron renderer process, which is node, but we should - * treat as a browser. - */ - -if (typeof process !== 'undefined' && process.type === 'renderer') { - module.exports = require('./browser.js'); -} else { - module.exports = require('./node.js'); -} diff --git a/software/flow/node_modules/debug/src/inspector-log.js b/software/flow/node_modules/debug/src/inspector-log.js deleted file mode 100644 index 60ea6c0..0000000 --- a/software/flow/node_modules/debug/src/inspector-log.js +++ /dev/null @@ -1,15 +0,0 @@ -module.exports = inspectorLog; - -// black hole -const nullStream = new (require('stream').Writable)(); -nullStream._write = () => {}; - -/** - * Outputs a `console.log()` to the Node.js Inspector console *only*. - */ -function inspectorLog() { - const stdout = console._stdout; - console._stdout = nullStream; - console.log.apply(console, arguments); - console._stdout = stdout; -} diff --git a/software/flow/node_modules/debug/src/node.js b/software/flow/node_modules/debug/src/node.js deleted file mode 100644 index b15109c..0000000 --- a/software/flow/node_modules/debug/src/node.js +++ /dev/null @@ -1,248 +0,0 @@ -/** - * Module dependencies. - */ - -var tty = require('tty'); -var util = require('util'); - -/** - * This is the Node.js implementation of `debug()`. - * - * Expose `debug()` as the module. - */ - -exports = module.exports = require('./debug'); -exports.init = init; -exports.log = log; -exports.formatArgs = formatArgs; -exports.save = save; -exports.load = load; -exports.useColors = useColors; - -/** - * Colors. - */ - -exports.colors = [6, 2, 3, 4, 5, 1]; - -/** - * Build up the default `inspectOpts` object from the environment variables. - * - * $ DEBUG_COLORS=no DEBUG_DEPTH=10 DEBUG_SHOW_HIDDEN=enabled node script.js - */ - -exports.inspectOpts = Object.keys(process.env).filter(function (key) { - return /^debug_/i.test(key); -}).reduce(function (obj, key) { - // camel-case - var prop = key - .substring(6) - .toLowerCase() - .replace(/_([a-z])/g, function (_, k) { return k.toUpperCase() }); - - // coerce string value into JS value - var val = process.env[key]; - if (/^(yes|on|true|enabled)$/i.test(val)) val = true; - else if (/^(no|off|false|disabled)$/i.test(val)) val = false; - else if (val === 'null') val = null; - else val = Number(val); - - obj[prop] = val; - return obj; -}, {}); - -/** - * The file descriptor to write the `debug()` calls to. - * Set the `DEBUG_FD` env variable to override with another value. i.e.: - * - * $ DEBUG_FD=3 node script.js 3>debug.log - */ - -var fd = parseInt(process.env.DEBUG_FD, 10) || 2; - -if (1 !== fd && 2 !== fd) { - util.deprecate(function(){}, 'except for stderr(2) and stdout(1), any other usage of DEBUG_FD is deprecated. Override debug.log if you want to use a different log function (https://git.io/debug_fd)')() -} - -var stream = 1 === fd ? process.stdout : - 2 === fd ? process.stderr : - createWritableStdioStream(fd); - -/** - * Is stdout a TTY? Colored output is enabled when `true`. - */ - -function useColors() { - return 'colors' in exports.inspectOpts - ? Boolean(exports.inspectOpts.colors) - : tty.isatty(fd); -} - -/** - * Map %o to `util.inspect()`, all on a single line. - */ - -exports.formatters.o = function(v) { - this.inspectOpts.colors = this.useColors; - return util.inspect(v, this.inspectOpts) - .split('\n').map(function(str) { - return str.trim() - }).join(' '); -}; - -/** - * Map %o to `util.inspect()`, allowing multiple lines if needed. - */ - -exports.formatters.O = function(v) { - this.inspectOpts.colors = this.useColors; - return util.inspect(v, this.inspectOpts); -}; - -/** - * Adds ANSI color escape codes if enabled. - * - * @api public - */ - -function formatArgs(args) { - var name = this.namespace; - var useColors = this.useColors; - - if (useColors) { - var c = this.color; - var prefix = ' \u001b[3' + c + ';1m' + name + ' ' + '\u001b[0m'; - - args[0] = prefix + args[0].split('\n').join('\n' + prefix); - args.push('\u001b[3' + c + 'm+' + exports.humanize(this.diff) + '\u001b[0m'); - } else { - args[0] = new Date().toUTCString() - + ' ' + name + ' ' + args[0]; - } -} - -/** - * Invokes `util.format()` with the specified arguments and writes to `stream`. - */ - -function log() { - return stream.write(util.format.apply(util, arguments) + '\n'); -} - -/** - * Save `namespaces`. - * - * @param {String} namespaces - * @api private - */ - -function save(namespaces) { - if (null == namespaces) { - // If you set a process.env field to null or undefined, it gets cast to the - // string 'null' or 'undefined'. Just delete instead. - delete process.env.DEBUG; - } else { - process.env.DEBUG = namespaces; - } -} - -/** - * Load `namespaces`. - * - * @return {String} returns the previously persisted debug modes - * @api private - */ - -function load() { - return process.env.DEBUG; -} - -/** - * Copied from `node/src/node.js`. - * - * XXX: It's lame that node doesn't expose this API out-of-the-box. It also - * relies on the undocumented `tty_wrap.guessHandleType()` which is also lame. - */ - -function createWritableStdioStream (fd) { - var stream; - var tty_wrap = process.binding('tty_wrap'); - - // Note stream._type is used for test-module-load-list.js - - switch (tty_wrap.guessHandleType(fd)) { - case 'TTY': - stream = new tty.WriteStream(fd); - stream._type = 'tty'; - - // Hack to have stream not keep the event loop alive. - // See https://github.com/joyent/node/issues/1726 - if (stream._handle && stream._handle.unref) { - stream._handle.unref(); - } - break; - - case 'FILE': - var fs = require('fs'); - stream = new fs.SyncWriteStream(fd, { autoClose: false }); - stream._type = 'fs'; - break; - - case 'PIPE': - case 'TCP': - var net = require('net'); - stream = new net.Socket({ - fd: fd, - readable: false, - writable: true - }); - - // FIXME Should probably have an option in net.Socket to create a - // stream from an existing fd which is writable only. But for now - // we'll just add this hack and set the `readable` member to false. - // Test: ./node test/fixtures/echo.js < /etc/passwd - stream.readable = false; - stream.read = null; - stream._type = 'pipe'; - - // FIXME Hack to have stream not keep the event loop alive. - // See https://github.com/joyent/node/issues/1726 - if (stream._handle && stream._handle.unref) { - stream._handle.unref(); - } - break; - - default: - // Probably an error on in uv_guess_handle() - throw new Error('Implement me. Unknown stream file type!'); - } - - // For supporting legacy API we put the FD here. - stream.fd = fd; - - stream._isStdio = true; - - return stream; -} - -/** - * Init logic for `debug` instances. - * - * Create a new `inspectOpts` object in case `useColors` is set - * differently for a particular `debug` instance. - */ - -function init (debug) { - debug.inspectOpts = {}; - - var keys = Object.keys(exports.inspectOpts); - for (var i = 0; i < keys.length; i++) { - debug.inspectOpts[keys[i]] = exports.inspectOpts[keys[i]]; - } -} - -/** - * Enable namespaces listed in `process.env.DEBUG` initially. - */ - -exports.enable(load()); diff --git a/software/flow/node_modules/depd/History.md b/software/flow/node_modules/depd/History.md deleted file mode 100644 index cd9ebaa..0000000 --- a/software/flow/node_modules/depd/History.md +++ /dev/null @@ -1,103 +0,0 @@ -2.0.0 / 2018-10-26 -================== - - * Drop support for Node.js 0.6 - * Replace internal `eval` usage with `Function` constructor - * Use instance methods on `process` to check for listeners - -1.1.2 / 2018-01-11 -================== - - * perf: remove argument reassignment - * Support Node.js 0.6 to 9.x - -1.1.1 / 2017-07-27 -================== - - * Remove unnecessary `Buffer` loading - * Support Node.js 0.6 to 8.x - -1.1.0 / 2015-09-14 -================== - - * Enable strict mode in more places - * Support io.js 3.x - * Support io.js 2.x - * Support web browser loading - - Requires bundler like Browserify or webpack - -1.0.1 / 2015-04-07 -================== - - * Fix `TypeError`s when under `'use strict'` code - * Fix useless type name on auto-generated messages - * Support io.js 1.x - * Support Node.js 0.12 - -1.0.0 / 2014-09-17 -================== - - * No changes - -0.4.5 / 2014-09-09 -================== - - * Improve call speed to functions using the function wrapper - * Support Node.js 0.6 - -0.4.4 / 2014-07-27 -================== - - * Work-around v8 generating empty stack traces - -0.4.3 / 2014-07-26 -================== - - * Fix exception when global `Error.stackTraceLimit` is too low - -0.4.2 / 2014-07-19 -================== - - * Correct call site for wrapped functions and properties - -0.4.1 / 2014-07-19 -================== - - * Improve automatic message generation for function properties - -0.4.0 / 2014-07-19 -================== - - * Add `TRACE_DEPRECATION` environment variable - * Remove non-standard grey color from color output - * Support `--no-deprecation` argument - * Support `--trace-deprecation` argument - * Support `deprecate.property(fn, prop, message)` - -0.3.0 / 2014-06-16 -================== - - * Add `NO_DEPRECATION` environment variable - -0.2.0 / 2014-06-15 -================== - - * Add `deprecate.property(obj, prop, message)` - * Remove `supports-color` dependency for node.js 0.8 - -0.1.0 / 2014-06-15 -================== - - * Add `deprecate.function(fn, message)` - * Add `process.on('deprecation', fn)` emitter - * Automatically generate message when omitted from `deprecate()` - -0.0.1 / 2014-06-15 -================== - - * Fix warning for dynamic calls at singe call site - -0.0.0 / 2014-06-15 -================== - - * Initial implementation diff --git a/software/flow/node_modules/depd/LICENSE b/software/flow/node_modules/depd/LICENSE deleted file mode 100644 index 248de7a..0000000 --- a/software/flow/node_modules/depd/LICENSE +++ /dev/null @@ -1,22 +0,0 @@ -(The MIT License) - -Copyright (c) 2014-2018 Douglas Christopher Wilson - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -'Software'), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/software/flow/node_modules/depd/Readme.md b/software/flow/node_modules/depd/Readme.md deleted file mode 100644 index 043d1ca..0000000 --- a/software/flow/node_modules/depd/Readme.md +++ /dev/null @@ -1,280 +0,0 @@ -# depd - -[![NPM Version][npm-version-image]][npm-url] -[![NPM Downloads][npm-downloads-image]][npm-url] -[![Node.js Version][node-image]][node-url] -[![Linux Build][travis-image]][travis-url] -[![Windows Build][appveyor-image]][appveyor-url] -[![Coverage Status][coveralls-image]][coveralls-url] - -Deprecate all the things - -> With great modules comes great responsibility; mark things deprecated! - -## Install - -This module is installed directly using `npm`: - -```sh -$ npm install depd -``` - -This module can also be bundled with systems like -[Browserify](http://browserify.org/) or [webpack](https://webpack.github.io/), -though by default this module will alter it's API to no longer display or -track deprecations. - -## API - -<!-- eslint-disable no-unused-vars --> - -```js -var deprecate = require('depd')('my-module') -``` - -This library allows you to display deprecation messages to your users. -This library goes above and beyond with deprecation warnings by -introspection of the call stack (but only the bits that it is interested -in). - -Instead of just warning on the first invocation of a deprecated -function and never again, this module will warn on the first invocation -of a deprecated function per unique call site, making it ideal to alert -users of all deprecated uses across the code base, rather than just -whatever happens to execute first. - -The deprecation warnings from this module also include the file and line -information for the call into the module that the deprecated function was -in. - -**NOTE** this library has a similar interface to the `debug` module, and -this module uses the calling file to get the boundary for the call stacks, -so you should always create a new `deprecate` object in each file and not -within some central file. - -### depd(namespace) - -Create a new deprecate function that uses the given namespace name in the -messages and will display the call site prior to the stack entering the -file this function was called from. It is highly suggested you use the -name of your module as the namespace. - -### deprecate(message) - -Call this function from deprecated code to display a deprecation message. -This message will appear once per unique caller site. Caller site is the -first call site in the stack in a different file from the caller of this -function. - -If the message is omitted, a message is generated for you based on the site -of the `deprecate()` call and will display the name of the function called, -similar to the name displayed in a stack trace. - -### deprecate.function(fn, message) - -Call this function to wrap a given function in a deprecation message on any -call to the function. An optional message can be supplied to provide a custom -message. - -### deprecate.property(obj, prop, message) - -Call this function to wrap a given property on object in a deprecation message -on any accessing or setting of the property. An optional message can be supplied -to provide a custom message. - -The method must be called on the object where the property belongs (not -inherited from the prototype). - -If the property is a data descriptor, it will be converted to an accessor -descriptor in order to display the deprecation message. - -### process.on('deprecation', fn) - -This module will allow easy capturing of deprecation errors by emitting the -errors as the type "deprecation" on the global `process`. If there are no -listeners for this type, the errors are written to STDERR as normal, but if -there are any listeners, nothing will be written to STDERR and instead only -emitted. From there, you can write the errors in a different format or to a -logging source. - -The error represents the deprecation and is emitted only once with the same -rules as writing to STDERR. The error has the following properties: - - - `message` - This is the message given by the library - - `name` - This is always `'DeprecationError'` - - `namespace` - This is the namespace the deprecation came from - - `stack` - This is the stack of the call to the deprecated thing - -Example `error.stack` output: - -``` -DeprecationError: my-cool-module deprecated oldfunction - at Object.<anonymous> ([eval]-wrapper:6:22) - at Module._compile (module.js:456:26) - at evalScript (node.js:532:25) - at startup (node.js:80:7) - at node.js:902:3 -``` - -### process.env.NO_DEPRECATION - -As a user of modules that are deprecated, the environment variable `NO_DEPRECATION` -is provided as a quick solution to silencing deprecation warnings from being -output. The format of this is similar to that of `DEBUG`: - -```sh -$ NO_DEPRECATION=my-module,othermod node app.js -``` - -This will suppress deprecations from being output for "my-module" and "othermod". -The value is a list of comma-separated namespaces. To suppress every warning -across all namespaces, use the value `*` for a namespace. - -Providing the argument `--no-deprecation` to the `node` executable will suppress -all deprecations (only available in Node.js 0.8 or higher). - -**NOTE** This will not suppress the deperecations given to any "deprecation" -event listeners, just the output to STDERR. - -### process.env.TRACE_DEPRECATION - -As a user of modules that are deprecated, the environment variable `TRACE_DEPRECATION` -is provided as a solution to getting more detailed location information in deprecation -warnings by including the entire stack trace. The format of this is the same as -`NO_DEPRECATION`: - -```sh -$ TRACE_DEPRECATION=my-module,othermod node app.js -``` - -This will include stack traces for deprecations being output for "my-module" and -"othermod". The value is a list of comma-separated namespaces. To trace every -warning across all namespaces, use the value `*` for a namespace. - -Providing the argument `--trace-deprecation` to the `node` executable will trace -all deprecations (only available in Node.js 0.8 or higher). - -**NOTE** This will not trace the deperecations silenced by `NO_DEPRECATION`. - -## Display - -![message](files/message.png) - -When a user calls a function in your library that you mark deprecated, they -will see the following written to STDERR (in the given colors, similar colors -and layout to the `debug` module): - -``` -bright cyan bright yellow -| | reset cyan -| | | | -▼ ▼ ▼ ▼ -my-cool-module deprecated oldfunction [eval]-wrapper:6:22 -▲ ▲ ▲ ▲ -| | | | -namespace | | location of mycoolmod.oldfunction() call - | deprecation message - the word "deprecated" -``` - -If the user redirects their STDERR to a file or somewhere that does not support -colors, they see (similar layout to the `debug` module): - -``` -Sun, 15 Jun 2014 05:21:37 GMT my-cool-module deprecated oldfunction at [eval]-wrapper:6:22 -▲ ▲ ▲ ▲ ▲ -| | | | | -timestamp of message namespace | | location of mycoolmod.oldfunction() call - | deprecation message - the word "deprecated" -``` - -## Examples - -### Deprecating all calls to a function - -This will display a deprecated message about "oldfunction" being deprecated -from "my-module" on STDERR. - -```js -var deprecate = require('depd')('my-cool-module') - -// message automatically derived from function name -// Object.oldfunction -exports.oldfunction = deprecate.function(function oldfunction () { - // all calls to function are deprecated -}) - -// specific message -exports.oldfunction = deprecate.function(function () { - // all calls to function are deprecated -}, 'oldfunction') -``` - -### Conditionally deprecating a function call - -This will display a deprecated message about "weirdfunction" being deprecated -from "my-module" on STDERR when called with less than 2 arguments. - -```js -var deprecate = require('depd')('my-cool-module') - -exports.weirdfunction = function () { - if (arguments.length < 2) { - // calls with 0 or 1 args are deprecated - deprecate('weirdfunction args < 2') - } -} -``` - -When calling `deprecate` as a function, the warning is counted per call site -within your own module, so you can display different deprecations depending -on different situations and the users will still get all the warnings: - -```js -var deprecate = require('depd')('my-cool-module') - -exports.weirdfunction = function () { - if (arguments.length < 2) { - // calls with 0 or 1 args are deprecated - deprecate('weirdfunction args < 2') - } else if (typeof arguments[0] !== 'string') { - // calls with non-string first argument are deprecated - deprecate('weirdfunction non-string first arg') - } -} -``` - -### Deprecating property access - -This will display a deprecated message about "oldprop" being deprecated -from "my-module" on STDERR when accessed. A deprecation will be displayed -when setting the value and when getting the value. - -```js -var deprecate = require('depd')('my-cool-module') - -exports.oldprop = 'something' - -// message automatically derives from property name -deprecate.property(exports, 'oldprop') - -// explicit message -deprecate.property(exports, 'oldprop', 'oldprop >= 0.10') -``` - -## License - -[MIT](LICENSE) - -[appveyor-image]: https://badgen.net/appveyor/ci/dougwilson/nodejs-depd/master?label=windows -[appveyor-url]: https://ci.appveyor.com/project/dougwilson/nodejs-depd -[coveralls-image]: https://badgen.net/coveralls/c/github/dougwilson/nodejs-depd/master -[coveralls-url]: https://coveralls.io/r/dougwilson/nodejs-depd?branch=master -[node-image]: https://badgen.net/npm/node/depd -[node-url]: https://nodejs.org/en/download/ -[npm-downloads-image]: https://badgen.net/npm/dm/depd -[npm-url]: https://npmjs.org/package/depd -[npm-version-image]: https://badgen.net/npm/v/depd -[travis-image]: https://badgen.net/travis/dougwilson/nodejs-depd/master?label=linux -[travis-url]: https://travis-ci.org/dougwilson/nodejs-depd diff --git a/software/flow/node_modules/depd/index.js b/software/flow/node_modules/depd/index.js deleted file mode 100644 index 1bf2fcf..0000000 --- a/software/flow/node_modules/depd/index.js +++ /dev/null @@ -1,538 +0,0 @@ -/*! - * depd - * Copyright(c) 2014-2018 Douglas Christopher Wilson - * MIT Licensed - */ - -/** - * Module dependencies. - */ - -var relative = require('path').relative - -/** - * Module exports. - */ - -module.exports = depd - -/** - * Get the path to base files on. - */ - -var basePath = process.cwd() - -/** - * Determine if namespace is contained in the string. - */ - -function containsNamespace (str, namespace) { - var vals = str.split(/[ ,]+/) - var ns = String(namespace).toLowerCase() - - for (var i = 0; i < vals.length; i++) { - var val = vals[i] - - // namespace contained - if (val && (val === '*' || val.toLowerCase() === ns)) { - return true - } - } - - return false -} - -/** - * Convert a data descriptor to accessor descriptor. - */ - -function convertDataDescriptorToAccessor (obj, prop, message) { - var descriptor = Object.getOwnPropertyDescriptor(obj, prop) - var value = descriptor.value - - descriptor.get = function getter () { return value } - - if (descriptor.writable) { - descriptor.set = function setter (val) { return (value = val) } - } - - delete descriptor.value - delete descriptor.writable - - Object.defineProperty(obj, prop, descriptor) - - return descriptor -} - -/** - * Create arguments string to keep arity. - */ - -function createArgumentsString (arity) { - var str = '' - - for (var i = 0; i < arity; i++) { - str += ', arg' + i - } - - return str.substr(2) -} - -/** - * Create stack string from stack. - */ - -function createStackString (stack) { - var str = this.name + ': ' + this.namespace - - if (this.message) { - str += ' deprecated ' + this.message - } - - for (var i = 0; i < stack.length; i++) { - str += '\n at ' + stack[i].toString() - } - - return str -} - -/** - * Create deprecate for namespace in caller. - */ - -function depd (namespace) { - if (!namespace) { - throw new TypeError('argument namespace is required') - } - - var stack = getStack() - var site = callSiteLocation(stack[1]) - var file = site[0] - - function deprecate (message) { - // call to self as log - log.call(deprecate, message) - } - - deprecate._file = file - deprecate._ignored = isignored(namespace) - deprecate._namespace = namespace - deprecate._traced = istraced(namespace) - deprecate._warned = Object.create(null) - - deprecate.function = wrapfunction - deprecate.property = wrapproperty - - return deprecate -} - -/** - * Determine if event emitter has listeners of a given type. - * - * The way to do this check is done three different ways in Node.js >= 0.8 - * so this consolidates them into a minimal set using instance methods. - * - * @param {EventEmitter} emitter - * @param {string} type - * @returns {boolean} - * @private - */ - -function eehaslisteners (emitter, type) { - var count = typeof emitter.listenerCount !== 'function' - ? emitter.listeners(type).length - : emitter.listenerCount(type) - - return count > 0 -} - -/** - * Determine if namespace is ignored. - */ - -function isignored (namespace) { - if (process.noDeprecation) { - // --no-deprecation support - return true - } - - var str = process.env.NO_DEPRECATION || '' - - // namespace ignored - return containsNamespace(str, namespace) -} - -/** - * Determine if namespace is traced. - */ - -function istraced (namespace) { - if (process.traceDeprecation) { - // --trace-deprecation support - return true - } - - var str = process.env.TRACE_DEPRECATION || '' - - // namespace traced - return containsNamespace(str, namespace) -} - -/** - * Display deprecation message. - */ - -function log (message, site) { - var haslisteners = eehaslisteners(process, 'deprecation') - - // abort early if no destination - if (!haslisteners && this._ignored) { - return - } - - var caller - var callFile - var callSite - var depSite - var i = 0 - var seen = false - var stack = getStack() - var file = this._file - - if (site) { - // provided site - depSite = site - callSite = callSiteLocation(stack[1]) - callSite.name = depSite.name - file = callSite[0] - } else { - // get call site - i = 2 - depSite = callSiteLocation(stack[i]) - callSite = depSite - } - - // get caller of deprecated thing in relation to file - for (; i < stack.length; i++) { - caller = callSiteLocation(stack[i]) - callFile = caller[0] - - if (callFile === file) { - seen = true - } else if (callFile === this._file) { - file = this._file - } else if (seen) { - break - } - } - - var key = caller - ? depSite.join(':') + '__' + caller.join(':') - : undefined - - if (key !== undefined && key in this._warned) { - // already warned - return - } - - this._warned[key] = true - - // generate automatic message from call site - var msg = message - if (!msg) { - msg = callSite === depSite || !callSite.name - ? defaultMessage(depSite) - : defaultMessage(callSite) - } - - // emit deprecation if listeners exist - if (haslisteners) { - var err = DeprecationError(this._namespace, msg, stack.slice(i)) - process.emit('deprecation', err) - return - } - - // format and write message - var format = process.stderr.isTTY - ? formatColor - : formatPlain - var output = format.call(this, msg, caller, stack.slice(i)) - process.stderr.write(output + '\n', 'utf8') -} - -/** - * Get call site location as array. - */ - -function callSiteLocation (callSite) { - var file = callSite.getFileName() || '<anonymous>' - var line = callSite.getLineNumber() - var colm = callSite.getColumnNumber() - - if (callSite.isEval()) { - file = callSite.getEvalOrigin() + ', ' + file - } - - var site = [file, line, colm] - - site.callSite = callSite - site.name = callSite.getFunctionName() - - return site -} - -/** - * Generate a default message from the site. - */ - -function defaultMessage (site) { - var callSite = site.callSite - var funcName = site.name - - // make useful anonymous name - if (!funcName) { - funcName = '<anonymous@' + formatLocation(site) + '>' - } - - var context = callSite.getThis() - var typeName = context && callSite.getTypeName() - - // ignore useless type name - if (typeName === 'Object') { - typeName = undefined - } - - // make useful type name - if (typeName === 'Function') { - typeName = context.name || typeName - } - - return typeName && callSite.getMethodName() - ? typeName + '.' + funcName - : funcName -} - -/** - * Format deprecation message without color. - */ - -function formatPlain (msg, caller, stack) { - var timestamp = new Date().toUTCString() - - var formatted = timestamp + - ' ' + this._namespace + - ' deprecated ' + msg - - // add stack trace - if (this._traced) { - for (var i = 0; i < stack.length; i++) { - formatted += '\n at ' + stack[i].toString() - } - - return formatted - } - - if (caller) { - formatted += ' at ' + formatLocation(caller) - } - - return formatted -} - -/** - * Format deprecation message with color. - */ - -function formatColor (msg, caller, stack) { - var formatted = '\x1b[36;1m' + this._namespace + '\x1b[22;39m' + // bold cyan - ' \x1b[33;1mdeprecated\x1b[22;39m' + // bold yellow - ' \x1b[0m' + msg + '\x1b[39m' // reset - - // add stack trace - if (this._traced) { - for (var i = 0; i < stack.length; i++) { - formatted += '\n \x1b[36mat ' + stack[i].toString() + '\x1b[39m' // cyan - } - - return formatted - } - - if (caller) { - formatted += ' \x1b[36m' + formatLocation(caller) + '\x1b[39m' // cyan - } - - return formatted -} - -/** - * Format call site location. - */ - -function formatLocation (callSite) { - return relative(basePath, callSite[0]) + - ':' + callSite[1] + - ':' + callSite[2] -} - -/** - * Get the stack as array of call sites. - */ - -function getStack () { - var limit = Error.stackTraceLimit - var obj = {} - var prep = Error.prepareStackTrace - - Error.prepareStackTrace = prepareObjectStackTrace - Error.stackTraceLimit = Math.max(10, limit) - - // capture the stack - Error.captureStackTrace(obj) - - // slice this function off the top - var stack = obj.stack.slice(1) - - Error.prepareStackTrace = prep - Error.stackTraceLimit = limit - - return stack -} - -/** - * Capture call site stack from v8. - */ - -function prepareObjectStackTrace (obj, stack) { - return stack -} - -/** - * Return a wrapped function in a deprecation message. - */ - -function wrapfunction (fn, message) { - if (typeof fn !== 'function') { - throw new TypeError('argument fn must be a function') - } - - var args = createArgumentsString(fn.length) - var stack = getStack() - var site = callSiteLocation(stack[1]) - - site.name = fn.name - - // eslint-disable-next-line no-new-func - var deprecatedfn = new Function('fn', 'log', 'deprecate', 'message', 'site', - '"use strict"\n' + - 'return function (' + args + ') {' + - 'log.call(deprecate, message, site)\n' + - 'return fn.apply(this, arguments)\n' + - '}')(fn, log, this, message, site) - - return deprecatedfn -} - -/** - * Wrap property in a deprecation message. - */ - -function wrapproperty (obj, prop, message) { - if (!obj || (typeof obj !== 'object' && typeof obj !== 'function')) { - throw new TypeError('argument obj must be object') - } - - var descriptor = Object.getOwnPropertyDescriptor(obj, prop) - - if (!descriptor) { - throw new TypeError('must call property on owner object') - } - - if (!descriptor.configurable) { - throw new TypeError('property must be configurable') - } - - var deprecate = this - var stack = getStack() - var site = callSiteLocation(stack[1]) - - // set site name - site.name = prop - - // convert data descriptor - if ('value' in descriptor) { - descriptor = convertDataDescriptorToAccessor(obj, prop, message) - } - - var get = descriptor.get - var set = descriptor.set - - // wrap getter - if (typeof get === 'function') { - descriptor.get = function getter () { - log.call(deprecate, message, site) - return get.apply(this, arguments) - } - } - - // wrap setter - if (typeof set === 'function') { - descriptor.set = function setter () { - log.call(deprecate, message, site) - return set.apply(this, arguments) - } - } - - Object.defineProperty(obj, prop, descriptor) -} - -/** - * Create DeprecationError for deprecation - */ - -function DeprecationError (namespace, message, stack) { - var error = new Error() - var stackString - - Object.defineProperty(error, 'constructor', { - value: DeprecationError - }) - - Object.defineProperty(error, 'message', { - configurable: true, - enumerable: false, - value: message, - writable: true - }) - - Object.defineProperty(error, 'name', { - enumerable: false, - configurable: true, - value: 'DeprecationError', - writable: true - }) - - Object.defineProperty(error, 'namespace', { - configurable: true, - enumerable: false, - value: namespace, - writable: true - }) - - Object.defineProperty(error, 'stack', { - configurable: true, - enumerable: false, - get: function () { - if (stackString !== undefined) { - return stackString - } - - // prepare stack trace - return (stackString = createStackString.call(this, stack)) - }, - set: function setter (val) { - stackString = val - } - }) - - return error -} diff --git a/software/flow/node_modules/depd/lib/browser/index.js b/software/flow/node_modules/depd/lib/browser/index.js deleted file mode 100644 index 6be45cc..0000000 --- a/software/flow/node_modules/depd/lib/browser/index.js +++ /dev/null @@ -1,77 +0,0 @@ -/*! - * depd - * Copyright(c) 2015 Douglas Christopher Wilson - * MIT Licensed - */ - -'use strict' - -/** - * Module exports. - * @public - */ - -module.exports = depd - -/** - * Create deprecate for namespace in caller. - */ - -function depd (namespace) { - if (!namespace) { - throw new TypeError('argument namespace is required') - } - - function deprecate (message) { - // no-op in browser - } - - deprecate._file = undefined - deprecate._ignored = true - deprecate._namespace = namespace - deprecate._traced = false - deprecate._warned = Object.create(null) - - deprecate.function = wrapfunction - deprecate.property = wrapproperty - - return deprecate -} - -/** - * Return a wrapped function in a deprecation message. - * - * This is a no-op version of the wrapper, which does nothing but call - * validation. - */ - -function wrapfunction (fn, message) { - if (typeof fn !== 'function') { - throw new TypeError('argument fn must be a function') - } - - return fn -} - -/** - * Wrap property in a deprecation message. - * - * This is a no-op version of the wrapper, which does nothing but call - * validation. - */ - -function wrapproperty (obj, prop, message) { - if (!obj || (typeof obj !== 'object' && typeof obj !== 'function')) { - throw new TypeError('argument obj must be object') - } - - var descriptor = Object.getOwnPropertyDescriptor(obj, prop) - - if (!descriptor) { - throw new TypeError('must call property on owner object') - } - - if (!descriptor.configurable) { - throw new TypeError('property must be configurable') - } -} diff --git a/software/flow/node_modules/depd/package.json b/software/flow/node_modules/depd/package.json deleted file mode 100644 index 3857e19..0000000 --- a/software/flow/node_modules/depd/package.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "depd", - "description": "Deprecate all the things", - "version": "2.0.0", - "author": "Douglas Christopher Wilson <doug@somethingdoug.com>", - "license": "MIT", - "keywords": [ - "deprecate", - "deprecated" - ], - "repository": "dougwilson/nodejs-depd", - "browser": "lib/browser/index.js", - "devDependencies": { - "benchmark": "2.1.4", - "beautify-benchmark": "0.2.4", - "eslint": "5.7.0", - "eslint-config-standard": "12.0.0", - "eslint-plugin-import": "2.14.0", - "eslint-plugin-markdown": "1.0.0-beta.7", - "eslint-plugin-node": "7.0.1", - "eslint-plugin-promise": "4.0.1", - "eslint-plugin-standard": "4.0.0", - "istanbul": "0.4.5", - "mocha": "5.2.0", - "safe-buffer": "5.1.2", - "uid-safe": "2.1.5" - }, - "files": [ - "lib/", - "History.md", - "LICENSE", - "index.js", - "Readme.md" - ], - "engines": { - "node": ">= 0.8" - }, - "scripts": { - "bench": "node benchmark/index.js", - "lint": "eslint --plugin markdown --ext js,md .", - "test": "mocha --reporter spec --bail test/", - "test-ci": "istanbul cover --print=none node_modules/mocha/bin/_mocha -- --reporter spec test/ && istanbul report lcovonly text-summary", - "test-cov": "istanbul cover --print=none node_modules/mocha/bin/_mocha -- --reporter dot test/ && istanbul report lcov text-summary" - } -} diff --git a/software/flow/node_modules/destroy/LICENSE b/software/flow/node_modules/destroy/LICENSE deleted file mode 100644 index 0e2c35f..0000000 --- a/software/flow/node_modules/destroy/LICENSE +++ /dev/null @@ -1,23 +0,0 @@ - -The MIT License (MIT) - -Copyright (c) 2014 Jonathan Ong me@jongleberry.com -Copyright (c) 2015-2022 Douglas Christopher Wilson doug@somethingdoug.com - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/software/flow/node_modules/destroy/README.md b/software/flow/node_modules/destroy/README.md deleted file mode 100644 index e7701ae..0000000 --- a/software/flow/node_modules/destroy/README.md +++ /dev/null @@ -1,63 +0,0 @@ -# destroy - -[![NPM version][npm-image]][npm-url] -[![Build Status][github-actions-ci-image]][github-actions-ci-url] -[![Test coverage][coveralls-image]][coveralls-url] -[![License][license-image]][license-url] -[![Downloads][downloads-image]][downloads-url] - -Destroy a stream. - -This module is meant to ensure a stream gets destroyed, handling different APIs -and Node.js bugs. - -## API - -```js -var destroy = require('destroy') -``` - -### destroy(stream [, suppress]) - -Destroy the given stream, and optionally suppress any future `error` events. - -In most cases, this is identical to a simple `stream.destroy()` call. The rules -are as follows for a given stream: - - 1. If the `stream` is an instance of `ReadStream`, then call `stream.destroy()` - and add a listener to the `open` event to call `stream.close()` if it is - fired. This is for a Node.js bug that will leak a file descriptor if - `.destroy()` is called before `open`. - 2. If the `stream` is an instance of a zlib stream, then call `stream.destroy()` - and close the underlying zlib handle if open, otherwise call `stream.close()`. - This is for consistency across Node.js versions and a Node.js bug that will - leak a native zlib handle. - 3. If the `stream` is not an instance of `Stream`, then nothing happens. - 4. If the `stream` has a `.destroy()` method, then call it. - -The function returns the `stream` passed in as the argument. - -## Example - -```js -var destroy = require('destroy') - -var fs = require('fs') -var stream = fs.createReadStream('package.json') - -// ... and later -destroy(stream) -``` - -[npm-image]: https://img.shields.io/npm/v/destroy.svg?style=flat-square -[npm-url]: https://npmjs.org/package/destroy -[github-tag]: http://img.shields.io/github/tag/stream-utils/destroy.svg?style=flat-square -[github-url]: https://github.com/stream-utils/destroy/tags -[coveralls-image]: https://img.shields.io/coveralls/stream-utils/destroy.svg?style=flat-square -[coveralls-url]: https://coveralls.io/r/stream-utils/destroy?branch=master -[license-image]: http://img.shields.io/npm/l/destroy.svg?style=flat-square -[license-url]: LICENSE.md -[downloads-image]: http://img.shields.io/npm/dm/destroy.svg?style=flat-square -[downloads-url]: https://npmjs.org/package/destroy -[github-actions-ci-image]: https://img.shields.io/github/workflow/status/stream-utils/destroy/ci/master?label=ci&style=flat-square -[github-actions-ci-url]: https://github.com/stream-utils/destroy/actions/workflows/ci.yml diff --git a/software/flow/node_modules/destroy/index.js b/software/flow/node_modules/destroy/index.js deleted file mode 100644 index 7fd5c09..0000000 --- a/software/flow/node_modules/destroy/index.js +++ /dev/null @@ -1,209 +0,0 @@ -/*! - * destroy - * Copyright(c) 2014 Jonathan Ong - * Copyright(c) 2015-2022 Douglas Christopher Wilson - * MIT Licensed - */ - -'use strict' - -/** - * Module dependencies. - * @private - */ - -var EventEmitter = require('events').EventEmitter -var ReadStream = require('fs').ReadStream -var Stream = require('stream') -var Zlib = require('zlib') - -/** - * Module exports. - * @public - */ - -module.exports = destroy - -/** - * Destroy the given stream, and optionally suppress any future `error` events. - * - * @param {object} stream - * @param {boolean} suppress - * @public - */ - -function destroy (stream, suppress) { - if (isFsReadStream(stream)) { - destroyReadStream(stream) - } else if (isZlibStream(stream)) { - destroyZlibStream(stream) - } else if (hasDestroy(stream)) { - stream.destroy() - } - - if (isEventEmitter(stream) && suppress) { - stream.removeAllListeners('error') - stream.addListener('error', noop) - } - - return stream -} - -/** - * Destroy a ReadStream. - * - * @param {object} stream - * @private - */ - -function destroyReadStream (stream) { - stream.destroy() - - if (typeof stream.close === 'function') { - // node.js core bug work-around - stream.on('open', onOpenClose) - } -} - -/** - * Close a Zlib stream. - * - * Zlib streams below Node.js 4.5.5 have a buggy implementation - * of .close() when zlib encountered an error. - * - * @param {object} stream - * @private - */ - -function closeZlibStream (stream) { - if (stream._hadError === true) { - var prop = stream._binding === null - ? '_binding' - : '_handle' - - stream[prop] = { - close: function () { this[prop] = null } - } - } - - stream.close() -} - -/** - * Destroy a Zlib stream. - * - * Zlib streams don't have a destroy function in Node.js 6. On top of that - * simply calling destroy on a zlib stream in Node.js 8+ will result in a - * memory leak. So until that is fixed, we need to call both close AND destroy. - * - * PR to fix memory leak: https://github.com/nodejs/node/pull/23734 - * - * In Node.js 6+8, it's important that destroy is called before close as the - * stream would otherwise emit the error 'zlib binding closed'. - * - * @param {object} stream - * @private - */ - -function destroyZlibStream (stream) { - if (typeof stream.destroy === 'function') { - // node.js core bug work-around - // istanbul ignore if: node.js 0.8 - if (stream._binding) { - // node.js < 0.10.0 - stream.destroy() - if (stream._processing) { - stream._needDrain = true - stream.once('drain', onDrainClearBinding) - } else { - stream._binding.clear() - } - } else if (stream._destroy && stream._destroy !== Stream.Transform.prototype._destroy) { - // node.js >= 12, ^11.1.0, ^10.15.1 - stream.destroy() - } else if (stream._destroy && typeof stream.close === 'function') { - // node.js 7, 8 - stream.destroyed = true - stream.close() - } else { - // fallback - // istanbul ignore next - stream.destroy() - } - } else if (typeof stream.close === 'function') { - // node.js < 8 fallback - closeZlibStream(stream) - } -} - -/** - * Determine if stream has destroy. - * @private - */ - -function hasDestroy (stream) { - return stream instanceof Stream && - typeof stream.destroy === 'function' -} - -/** - * Determine if val is EventEmitter. - * @private - */ - -function isEventEmitter (val) { - return val instanceof EventEmitter -} - -/** - * Determine if stream is fs.ReadStream stream. - * @private - */ - -function isFsReadStream (stream) { - return stream instanceof ReadStream -} - -/** - * Determine if stream is Zlib stream. - * @private - */ - -function isZlibStream (stream) { - return stream instanceof Zlib.Gzip || - stream instanceof Zlib.Gunzip || - stream instanceof Zlib.Deflate || - stream instanceof Zlib.DeflateRaw || - stream instanceof Zlib.Inflate || - stream instanceof Zlib.InflateRaw || - stream instanceof Zlib.Unzip -} - -/** - * No-op function. - * @private - */ - -function noop () {} - -/** - * On drain handler to clear binding. - * @private - */ - -// istanbul ignore next: node.js 0.8 -function onDrainClearBinding () { - this._binding.clear() -} - -/** - * On open handler to close stream. - * @private - */ - -function onOpenClose () { - if (typeof this.fd === 'number') { - // actually close down the fd - this.close() - } -} diff --git a/software/flow/node_modules/destroy/package.json b/software/flow/node_modules/destroy/package.json deleted file mode 100644 index c85e438..0000000 --- a/software/flow/node_modules/destroy/package.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "name": "destroy", - "description": "destroy a stream if possible", - "version": "1.2.0", - "author": { - "name": "Jonathan Ong", - "email": "me@jongleberry.com", - "url": "http://jongleberry.com", - "twitter": "https://twitter.com/jongleberry" - }, - "contributors": [ - "Douglas Christopher Wilson <doug@somethingdoug.com>" - ], - "license": "MIT", - "repository": "stream-utils/destroy", - "devDependencies": { - "eslint": "7.32.0", - "eslint-config-standard": "14.1.1", - "eslint-plugin-import": "2.25.4", - "eslint-plugin-node": "11.1.0", - "eslint-plugin-promise": "5.2.0", - "eslint-plugin-standard": "4.1.0", - "mocha": "9.2.2", - "nyc": "15.1.0" - }, - "engines": { - "node": ">= 0.8", - "npm": "1.2.8000 || >= 1.4.16" - }, - "scripts": { - "lint": "eslint .", - "test": "mocha --reporter spec", - "test-ci": "nyc --reporter=lcovonly --reporter=text npm test", - "test-cov": "nyc --reporter=html --reporter=text npm test" - }, - "files": [ - "index.js", - "LICENSE" - ], - "keywords": [ - "stream", - "streams", - "destroy", - "cleanup", - "leak", - "fd" - ] -} diff --git a/software/flow/node_modules/ee-first/LICENSE b/software/flow/node_modules/ee-first/LICENSE deleted file mode 100644 index a7ae8ee..0000000 --- a/software/flow/node_modules/ee-first/LICENSE +++ /dev/null @@ -1,22 +0,0 @@ - -The MIT License (MIT) - -Copyright (c) 2014 Jonathan Ong me@jongleberry.com - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/software/flow/node_modules/ee-first/README.md b/software/flow/node_modules/ee-first/README.md deleted file mode 100644 index cbd2478..0000000 --- a/software/flow/node_modules/ee-first/README.md +++ /dev/null @@ -1,80 +0,0 @@ -# EE First - -[![NPM version][npm-image]][npm-url] -[![Build status][travis-image]][travis-url] -[![Test coverage][coveralls-image]][coveralls-url] -[![License][license-image]][license-url] -[![Downloads][downloads-image]][downloads-url] -[![Gittip][gittip-image]][gittip-url] - -Get the first event in a set of event emitters and event pairs, -then clean up after itself. - -## Install - -```sh -$ npm install ee-first -``` - -## API - -```js -var first = require('ee-first') -``` - -### first(arr, listener) - -Invoke `listener` on the first event from the list specified in `arr`. `arr` is -an array of arrays, with each array in the format `[ee, ...event]`. `listener` -will be called only once, the first time any of the given events are emitted. If -`error` is one of the listened events, then if that fires first, the `listener` -will be given the `err` argument. - -The `listener` is invoked as `listener(err, ee, event, args)`, where `err` is the -first argument emitted from an `error` event, if applicable; `ee` is the event -emitter that fired; `event` is the string event name that fired; and `args` is an -array of the arguments that were emitted on the event. - -```js -var ee1 = new EventEmitter() -var ee2 = new EventEmitter() - -first([ - [ee1, 'close', 'end', 'error'], - [ee2, 'error'] -], function (err, ee, event, args) { - // listener invoked -}) -``` - -#### .cancel() - -The group of listeners can be cancelled before being invoked and have all the event -listeners removed from the underlying event emitters. - -```js -var thunk = first([ - [ee1, 'close', 'end', 'error'], - [ee2, 'error'] -], function (err, ee, event, args) { - // listener invoked -}) - -// cancel and clean up -thunk.cancel() -``` - -[npm-image]: https://img.shields.io/npm/v/ee-first.svg?style=flat-square -[npm-url]: https://npmjs.org/package/ee-first -[github-tag]: http://img.shields.io/github/tag/jonathanong/ee-first.svg?style=flat-square -[github-url]: https://github.com/jonathanong/ee-first/tags -[travis-image]: https://img.shields.io/travis/jonathanong/ee-first.svg?style=flat-square -[travis-url]: https://travis-ci.org/jonathanong/ee-first -[coveralls-image]: https://img.shields.io/coveralls/jonathanong/ee-first.svg?style=flat-square -[coveralls-url]: https://coveralls.io/r/jonathanong/ee-first?branch=master -[license-image]: http://img.shields.io/npm/l/ee-first.svg?style=flat-square -[license-url]: LICENSE.md -[downloads-image]: http://img.shields.io/npm/dm/ee-first.svg?style=flat-square -[downloads-url]: https://npmjs.org/package/ee-first -[gittip-image]: https://img.shields.io/gittip/jonathanong.svg?style=flat-square -[gittip-url]: https://www.gittip.com/jonathanong/ diff --git a/software/flow/node_modules/ee-first/index.js b/software/flow/node_modules/ee-first/index.js deleted file mode 100644 index 501287c..0000000 --- a/software/flow/node_modules/ee-first/index.js +++ /dev/null @@ -1,95 +0,0 @@ -/*! - * ee-first - * Copyright(c) 2014 Jonathan Ong - * MIT Licensed - */ - -'use strict' - -/** - * Module exports. - * @public - */ - -module.exports = first - -/** - * Get the first event in a set of event emitters and event pairs. - * - * @param {array} stuff - * @param {function} done - * @public - */ - -function first(stuff, done) { - if (!Array.isArray(stuff)) - throw new TypeError('arg must be an array of [ee, events...] arrays') - - var cleanups = [] - - for (var i = 0; i < stuff.length; i++) { - var arr = stuff[i] - - if (!Array.isArray(arr) || arr.length < 2) - throw new TypeError('each array member must be [ee, events...]') - - var ee = arr[0] - - for (var j = 1; j < arr.length; j++) { - var event = arr[j] - var fn = listener(event, callback) - - // listen to the event - ee.on(event, fn) - // push this listener to the list of cleanups - cleanups.push({ - ee: ee, - event: event, - fn: fn, - }) - } - } - - function callback() { - cleanup() - done.apply(null, arguments) - } - - function cleanup() { - var x - for (var i = 0; i < cleanups.length; i++) { - x = cleanups[i] - x.ee.removeListener(x.event, x.fn) - } - } - - function thunk(fn) { - done = fn - } - - thunk.cancel = cleanup - - return thunk -} - -/** - * Create the event listener. - * @private - */ - -function listener(event, done) { - return function onevent(arg1) { - var args = new Array(arguments.length) - var ee = this - var err = event === 'error' - ? arg1 - : null - - // copy args to prevent arguments escaping scope - for (var i = 0; i < args.length; i++) { - args[i] = arguments[i] - } - - done(err, ee, event, args) - } -} diff --git a/software/flow/node_modules/ee-first/package.json b/software/flow/node_modules/ee-first/package.json deleted file mode 100644 index b6d0b7d..0000000 --- a/software/flow/node_modules/ee-first/package.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "ee-first", - "description": "return the first event in a set of ee/event pairs", - "version": "1.1.1", - "author": { - "name": "Jonathan Ong", - "email": "me@jongleberry.com", - "url": "http://jongleberry.com", - "twitter": "https://twitter.com/jongleberry" - }, - "contributors": [ - "Douglas Christopher Wilson <doug@somethingdoug.com>" - ], - "license": "MIT", - "repository": "jonathanong/ee-first", - "devDependencies": { - "istanbul": "0.3.9", - "mocha": "2.2.5" - }, - "files": [ - "index.js", - "LICENSE" - ], - "scripts": { - "test": "mocha --reporter spec --bail --check-leaks test/", - "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/", - "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/" - } -} diff --git a/software/flow/node_modules/encodeurl/HISTORY.md b/software/flow/node_modules/encodeurl/HISTORY.md deleted file mode 100644 index 41313b2..0000000 --- a/software/flow/node_modules/encodeurl/HISTORY.md +++ /dev/null @@ -1,14 +0,0 @@ -1.0.2 / 2018-01-21 -================== - - * Fix encoding `%` as last character - -1.0.1 / 2016-06-09 -================== - - * Fix encoding unpaired surrogates at start/end of string - -1.0.0 / 2016-06-08 -================== - - * Initial release diff --git a/software/flow/node_modules/encodeurl/LICENSE b/software/flow/node_modules/encodeurl/LICENSE deleted file mode 100644 index 8812229..0000000 --- a/software/flow/node_modules/encodeurl/LICENSE +++ /dev/null @@ -1,22 +0,0 @@ -(The MIT License) - -Copyright (c) 2016 Douglas Christopher Wilson - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -'Software'), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/software/flow/node_modules/encodeurl/README.md b/software/flow/node_modules/encodeurl/README.md deleted file mode 100644 index 127c5a0..0000000 --- a/software/flow/node_modules/encodeurl/README.md +++ /dev/null @@ -1,128 +0,0 @@ -# encodeurl - -[![NPM Version][npm-image]][npm-url] -[![NPM Downloads][downloads-image]][downloads-url] -[![Node.js Version][node-version-image]][node-version-url] -[![Build Status][travis-image]][travis-url] -[![Test Coverage][coveralls-image]][coveralls-url] - -Encode a URL to a percent-encoded form, excluding already-encoded sequences - -## Installation - -This is a [Node.js](https://nodejs.org/en/) module available through the -[npm registry](https://www.npmjs.com/). Installation is done using the -[`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally): - -```sh -$ npm install encodeurl -``` - -## API - -```js -var encodeUrl = require('encodeurl') -``` - -### encodeUrl(url) - -Encode a URL to a percent-encoded form, excluding already-encoded sequences. - -This function will take an already-encoded URL and encode all the non-URL -code points (as UTF-8 byte sequences). This function will not encode the -"%" character unless it is not part of a valid sequence (`%20` will be -left as-is, but `%foo` will be encoded as `%25foo`). - -This encode is meant to be "safe" and does not throw errors. It will try as -hard as it can to properly encode the given URL, including replacing any raw, -unpaired surrogate pairs with the Unicode replacement character prior to -encoding. - -This function is _similar_ to the intrinsic function `encodeURI`, except it -will not encode the `%` character if that is part of a valid sequence, will -not encode `[` and `]` (for IPv6 hostnames) and will replace raw, unpaired -surrogate pairs with the Unicode replacement character (instead of throwing). - -## Examples - -### Encode a URL containing user-controled data - -```js -var encodeUrl = require('encodeurl') -var escapeHtml = require('escape-html') - -http.createServer(function onRequest (req, res) { - // get encoded form of inbound url - var url = encodeUrl(req.url) - - // create html message - var body = '<p>Location ' + escapeHtml(url) + ' not found</p>' - - // send a 404 - res.statusCode = 404 - res.setHeader('Content-Type', 'text/html; charset=UTF-8') - res.setHeader('Content-Length', String(Buffer.byteLength(body, 'utf-8'))) - res.end(body, 'utf-8') -}) -``` - -### Encode a URL for use in a header field - -```js -var encodeUrl = require('encodeurl') -var escapeHtml = require('escape-html') -var url = require('url') - -http.createServer(function onRequest (req, res) { - // parse inbound url - var href = url.parse(req) - - // set new host for redirect - href.host = 'localhost' - href.protocol = 'https:' - href.slashes = true - - // create location header - var location = encodeUrl(url.format(href)) - - // create html message - var body = '<p>Redirecting to new site: ' + escapeHtml(location) + '</p>' - - // send a 301 - res.statusCode = 301 - res.setHeader('Content-Type', 'text/html; charset=UTF-8') - res.setHeader('Content-Length', String(Buffer.byteLength(body, 'utf-8'))) - res.setHeader('Location', location) - res.end(body, 'utf-8') -}) -``` - -## Testing - -```sh -$ npm test -$ npm run lint -``` - -## References - -- [RFC 3986: Uniform Resource Identifier (URI): Generic Syntax][rfc-3986] -- [WHATWG URL Living Standard][whatwg-url] - -[rfc-3986]: https://tools.ietf.org/html/rfc3986 -[whatwg-url]: https://url.spec.whatwg.org/ - -## License - -[MIT](LICENSE) - -[npm-image]: https://img.shields.io/npm/v/encodeurl.svg -[npm-url]: https://npmjs.org/package/encodeurl -[node-version-image]: https://img.shields.io/node/v/encodeurl.svg -[node-version-url]: https://nodejs.org/en/download -[travis-image]: https://img.shields.io/travis/pillarjs/encodeurl.svg -[travis-url]: https://travis-ci.org/pillarjs/encodeurl -[coveralls-image]: https://img.shields.io/coveralls/pillarjs/encodeurl.svg -[coveralls-url]: https://coveralls.io/r/pillarjs/encodeurl?branch=master -[downloads-image]: https://img.shields.io/npm/dm/encodeurl.svg -[downloads-url]: https://npmjs.org/package/encodeurl diff --git a/software/flow/node_modules/encodeurl/index.js b/software/flow/node_modules/encodeurl/index.js deleted file mode 100644 index fc4906c..0000000 --- a/software/flow/node_modules/encodeurl/index.js +++ /dev/null @@ -1,60 +0,0 @@ -/*! - * encodeurl - * Copyright(c) 2016 Douglas Christopher Wilson - * MIT Licensed - */ - -'use strict' - -/** - * Module exports. - * @public - */ - -module.exports = encodeUrl - -/** - * RegExp to match non-URL code points, *after* encoding (i.e. not including "%") - * and including invalid escape sequences. - * @private - */ - -var ENCODE_CHARS_REGEXP = /(?:[^\x21\x25\x26-\x3B\x3D\x3F-\x5B\x5D\x5F\x61-\x7A\x7E]|%(?:[^0-9A-Fa-f]|[0-9A-Fa-f][^0-9A-Fa-f]|$))+/g - -/** - * RegExp to match unmatched surrogate pair. - * @private - */ - -var UNMATCHED_SURROGATE_PAIR_REGEXP = /(^|[^\uD800-\uDBFF])[\uDC00-\uDFFF]|[\uD800-\uDBFF]([^\uDC00-\uDFFF]|$)/g - -/** - * String to replace unmatched surrogate pair with. - * @private - */ - -var UNMATCHED_SURROGATE_PAIR_REPLACE = '$1\uFFFD$2' - -/** - * Encode a URL to a percent-encoded form, excluding already-encoded sequences. - * - * This function will take an already-encoded URL and encode all the non-URL - * code points. This function will not encode the "%" character unless it is - * not part of a valid sequence (`%20` will be left as-is, but `%foo` will - * be encoded as `%25foo`). - * - * This encode is meant to be "safe" and does not throw errors. It will try as - * hard as it can to properly encode the given URL, including replacing any raw, - * unpaired surrogate pairs with the Unicode replacement character prior to - * encoding. - * - * @param {string} url - * @return {string} - * @public - */ - -function encodeUrl (url) { - return String(url) - .replace(UNMATCHED_SURROGATE_PAIR_REGEXP, UNMATCHED_SURROGATE_PAIR_REPLACE) - .replace(ENCODE_CHARS_REGEXP, encodeURI) -} diff --git a/software/flow/node_modules/encodeurl/package.json b/software/flow/node_modules/encodeurl/package.json deleted file mode 100644 index b9f25ef..0000000 --- a/software/flow/node_modules/encodeurl/package.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "encodeurl", - "description": "Encode a URL to a percent-encoded form, excluding already-encoded sequences", - "version": "1.0.2", - "contributors": [ - "Douglas Christopher Wilson <doug@somethingdoug.com>" - ], - "license": "MIT", - "keywords": [ - "encode", - "encodeurl", - "url" - ], - "repository": "pillarjs/encodeurl", - "devDependencies": { - "eslint": "3.19.0", - "eslint-config-standard": "10.2.1", - "eslint-plugin-import": "2.8.0", - "eslint-plugin-node": "5.2.1", - "eslint-plugin-promise": "3.6.0", - "eslint-plugin-standard": "3.0.1", - "istanbul": "0.4.5", - "mocha": "2.5.3" - }, - "files": [ - "LICENSE", - "HISTORY.md", - "README.md", - "index.js" - ], - "engines": { - "node": ">= 0.8" - }, - "scripts": { - "lint": "eslint .", - "test": "mocha --reporter spec --bail --check-leaks test/", - "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/", - "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/" - } -} diff --git a/software/flow/node_modules/engine.io-parser/LICENSE b/software/flow/node_modules/engine.io-parser/LICENSE deleted file mode 100644 index d8fdaec..0000000 --- a/software/flow/node_modules/engine.io-parser/LICENSE +++ /dev/null @@ -1,22 +0,0 @@ -(The MIT License) - -Copyright (c) 2016 Guillermo Rauch (@rauchg) - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -'Software'), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/software/flow/node_modules/engine.io-parser/Readme.md b/software/flow/node_modules/engine.io-parser/Readme.md deleted file mode 100644 index b109650..0000000 --- a/software/flow/node_modules/engine.io-parser/Readme.md +++ /dev/null @@ -1,158 +0,0 @@ - -# engine.io-parser - -[![Build Status](https://github.com/socketio/engine.io-parser/workflows/CI/badge.svg?branch=main)](https://github.com/socketio/engine.io-parser/actions) -[![NPM version](https://badge.fury.io/js/engine.io-parser.svg)](https://npmjs.com/package/engine.io-parser) - -This is the JavaScript parser for the engine.io protocol encoding, -shared by both -[engine.io-client](https://github.com/socketio/engine.io-client) and -[engine.io](https://github.com/socketio/engine.io). - -## How to use - -### Standalone - -The parser can encode/decode packets, payloads, and payloads as binary -with the following methods: `encodePacket`, `decodePacket`, `encodePayload`, -`decodePayload`. - -Example: - -```js -const parser = require("engine.io-parser"); -const data = Buffer.from([ 1, 2, 3, 4 ]); - -parser.encodePacket({ type: "message", data }, encoded => { - const decodedData = parser.decodePacket(encoded); // decodedData === data -}); -``` - -### With browserify - -Engine.IO Parser is a commonjs module, which means you can include it by using -`require` on the browser and package using [browserify](http://browserify.org/): - -1. install the parser package - - ```shell - npm install engine.io-parser - ``` - -1. write your app code - - ```js - const parser = require("engine.io-parser"); - - const testBuffer = new Int8Array(10); - for (let i = 0; i < testBuffer.length; i++) testBuffer[i] = i; - - const packets = [{ type: "message", data: testBuffer.buffer }, { type: "message", data: "hello" }]; - - parser.encodePayload(packets, encoded => { - parser.decodePayload(encoded, - (packet, index, total) => { - const isLast = index + 1 == total; - if (!isLast) { - const buffer = new Int8Array(packet.data); // testBuffer - } else { - const message = packet.data; // "hello" - } - }); - }); - ``` - -1. build your app bundle - - ```bash - $ browserify app.js > bundle.js - ``` - -1. include on your page - - ```html - <script src="/path/to/bundle.js"></script> - ``` - -## Features - -- Runs on browser and node.js seamlessly -- Runs inside HTML5 WebWorker -- Can encode and decode packets - - Encodes from/to ArrayBuffer or Blob when in browser, and Buffer or ArrayBuffer in Node - -## API - -Note: `cb(type)` means the type is a callback function that contains a parameter of type `type` when called. - -### Node - -- `encodePacket` - - Encodes a packet. - - **Parameters** - - `Object`: the packet to encode, has `type` and `data`. - - `data`: can be a `String`, `Number`, `Buffer`, `ArrayBuffer` - - `Boolean`: binary support - - `Function`: callback, returns the encoded packet (`cb(String)`) -- `decodePacket` - - Decodes a packet. Data also available as an ArrayBuffer if requested. - - Returns data as `String` or (`Blob` on browser, `ArrayBuffer` on Node) - - **Parameters** - - `String` | `ArrayBuffer`: the packet to decode, has `type` and `data` - - `String`: optional, the binary type - -- `encodePayload` - - Encodes multiple messages (payload). - - If any contents are binary, they will be encoded as base64 strings. Base64 - encoded strings are marked with a b before the length specifier - - **Parameters** - - `Array`: an array of packets - - `Function`: callback, returns the encoded payload (`cb(String)`) -- `decodePayload` - - Decodes data when a payload is maybe expected. Possible binary contents are - decoded from their base64 representation. - - **Parameters** - - `String`: the payload - - `Function`: callback, returns (cb(`Object`: packet, `Number`:packet index, `Number`:packet total)) - -## Tests - -Standalone tests can be run with `npm test` which will run the node.js tests. - -Browser tests are run using [zuul](https://github.com/defunctzombie/zuul). -(You must have zuul setup with a saucelabs account.) - -You can run the tests locally using the following command: - -``` -npm run test:browser -``` - -## Support - -The support channels for `engine.io-parser` are the same as `socket.io`: - - irc.freenode.net **#socket.io** - - [Github Discussions](https://github.com/socketio/socket.io/discussions) - - [Website](https://socket.io) - -## Development - -To contribute patches, run tests or benchmarks, make sure to clone the -repository: - -```bash -git clone git://github.com/socketio/engine.io-parser.git -``` - -Then: - -```bash -cd engine.io-parser -npm ci -``` - -See the `Tests` section above for how to run tests before submitting any patches. - -## License - -MIT diff --git a/software/flow/node_modules/engine.io-parser/build/cjs/commons.js b/software/flow/node_modules/engine.io-parser/build/cjs/commons.js deleted file mode 100644 index 4a0b629..0000000 --- a/software/flow/node_modules/engine.io-parser/build/cjs/commons.js +++ /dev/null @@ -1,19 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.ERROR_PACKET = exports.PACKET_TYPES_REVERSE = exports.PACKET_TYPES = void 0; -const PACKET_TYPES = Object.create(null); // no Map = no polyfill -exports.PACKET_TYPES = PACKET_TYPES; -PACKET_TYPES["open"] = "0"; -PACKET_TYPES["close"] = "1"; -PACKET_TYPES["ping"] = "2"; -PACKET_TYPES["pong"] = "3"; -PACKET_TYPES["message"] = "4"; -PACKET_TYPES["upgrade"] = "5"; -PACKET_TYPES["noop"] = "6"; -const PACKET_TYPES_REVERSE = Object.create(null); -exports.PACKET_TYPES_REVERSE = PACKET_TYPES_REVERSE; -Object.keys(PACKET_TYPES).forEach(key => { - PACKET_TYPES_REVERSE[PACKET_TYPES[key]] = key; -}); -const ERROR_PACKET = { type: "error", data: "parser error" }; -exports.ERROR_PACKET = ERROR_PACKET; diff --git a/software/flow/node_modules/engine.io-parser/build/cjs/contrib/base64-arraybuffer.js b/software/flow/node_modules/engine.io-parser/build/cjs/contrib/base64-arraybuffer.js deleted file mode 100644 index b92118e..0000000 --- a/software/flow/node_modules/engine.io-parser/build/cjs/contrib/base64-arraybuffer.js +++ /dev/null @@ -1,48 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.decode = exports.encode = void 0; -// imported from https://github.com/socketio/base64-arraybuffer -const chars = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'; -// Use a lookup table to find the index. -const lookup = typeof Uint8Array === 'undefined' ? [] : new Uint8Array(256); -for (let i = 0; i < chars.length; i++) { - lookup[chars.charCodeAt(i)] = i; -} -const encode = (arraybuffer) => { - let bytes = new Uint8Array(arraybuffer), i, len = bytes.length, base64 = ''; - for (i = 0; i < len; i += 3) { - base64 += chars[bytes[i] >> 2]; - base64 += chars[((bytes[i] & 3) << 4) | (bytes[i + 1] >> 4)]; - base64 += chars[((bytes[i + 1] & 15) << 2) | (bytes[i + 2] >> 6)]; - base64 += chars[bytes[i + 2] & 63]; - } - if (len % 3 === 2) { - base64 = base64.substring(0, base64.length - 1) + '='; - } - else if (len % 3 === 1) { - base64 = base64.substring(0, base64.length - 2) + '=='; - } - return base64; -}; -exports.encode = encode; -const decode = (base64) => { - let bufferLength = base64.length * 0.75, len = base64.length, i, p = 0, encoded1, encoded2, encoded3, encoded4; - if (base64[base64.length - 1] === '=') { - bufferLength--; - if (base64[base64.length - 2] === '=') { - bufferLength--; - } - } - const arraybuffer = new ArrayBuffer(bufferLength), bytes = new Uint8Array(arraybuffer); - for (i = 0; i < len; i += 4) { - encoded1 = lookup[base64.charCodeAt(i)]; - encoded2 = lookup[base64.charCodeAt(i + 1)]; - encoded3 = lookup[base64.charCodeAt(i + 2)]; - encoded4 = lookup[base64.charCodeAt(i + 3)]; - bytes[p++] = (encoded1 << 2) | (encoded2 >> 4); - bytes[p++] = ((encoded2 & 15) << 4) | (encoded3 >> 2); - bytes[p++] = ((encoded3 & 3) << 6) | (encoded4 & 63); - } - return arraybuffer; -}; -exports.decode = decode; diff --git a/software/flow/node_modules/engine.io-parser/build/cjs/decodePacket.browser.js b/software/flow/node_modules/engine.io-parser/build/cjs/decodePacket.browser.js deleted file mode 100644 index fb8b7ab..0000000 --- a/software/flow/node_modules/engine.io-parser/build/cjs/decodePacket.browser.js +++ /dev/null @@ -1,51 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -const commons_js_1 = require("./commons.js"); -const base64_arraybuffer_js_1 = require("./contrib/base64-arraybuffer.js"); -const withNativeArrayBuffer = typeof ArrayBuffer === "function"; -const decodePacket = (encodedPacket, binaryType) => { - if (typeof encodedPacket !== "string") { - return { - type: "message", - data: mapBinary(encodedPacket, binaryType) - }; - } - const type = encodedPacket.charAt(0); - if (type === "b") { - return { - type: "message", - data: decodeBase64Packet(encodedPacket.substring(1), binaryType) - }; - } - const packetType = commons_js_1.PACKET_TYPES_REVERSE[type]; - if (!packetType) { - return commons_js_1.ERROR_PACKET; - } - return encodedPacket.length > 1 - ? { - type: commons_js_1.PACKET_TYPES_REVERSE[type], - data: encodedPacket.substring(1) - } - : { - type: commons_js_1.PACKET_TYPES_REVERSE[type] - }; -}; -const decodeBase64Packet = (data, binaryType) => { - if (withNativeArrayBuffer) { - const decoded = (0, base64_arraybuffer_js_1.decode)(data); - return mapBinary(decoded, binaryType); - } - else { - return { base64: true, data }; // fallback for old browsers - } -}; -const mapBinary = (data, binaryType) => { - switch (binaryType) { - case "blob": - return data instanceof ArrayBuffer ? new Blob([data]) : data; - case "arraybuffer": - default: - return data; // assuming the data is already an ArrayBuffer - } -}; -exports.default = decodePacket; diff --git a/software/flow/node_modules/engine.io-parser/build/cjs/decodePacket.js b/software/flow/node_modules/engine.io-parser/build/cjs/decodePacket.js deleted file mode 100644 index 2dbe0f8..0000000 --- a/software/flow/node_modules/engine.io-parser/build/cjs/decodePacket.js +++ /dev/null @@ -1,49 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -const commons_js_1 = require("./commons.js"); -const decodePacket = (encodedPacket, binaryType) => { - if (typeof encodedPacket !== "string") { - return { - type: "message", - data: mapBinary(encodedPacket, binaryType) - }; - } - const type = encodedPacket.charAt(0); - if (type === "b") { - const buffer = Buffer.from(encodedPacket.substring(1), "base64"); - return { - type: "message", - data: mapBinary(buffer, binaryType) - }; - } - if (!commons_js_1.PACKET_TYPES_REVERSE[type]) { - return commons_js_1.ERROR_PACKET; - } - return encodedPacket.length > 1 - ? { - type: commons_js_1.PACKET_TYPES_REVERSE[type], - data: encodedPacket.substring(1) - } - : { - type: commons_js_1.PACKET_TYPES_REVERSE[type] - }; -}; -const mapBinary = (data, binaryType) => { - const isBuffer = Buffer.isBuffer(data); - switch (binaryType) { - case "arraybuffer": - return isBuffer ? toArrayBuffer(data) : data; - case "nodebuffer": - default: - return data; // assuming the data is already a Buffer - } -}; -const toArrayBuffer = (buffer) => { - const arrayBuffer = new ArrayBuffer(buffer.length); - const view = new Uint8Array(arrayBuffer); - for (let i = 0; i < buffer.length; i++) { - view[i] = buffer[i]; - } - return arrayBuffer; -}; -exports.default = decodePacket; diff --git a/software/flow/node_modules/engine.io-parser/build/cjs/encodePacket.browser.js b/software/flow/node_modules/engine.io-parser/build/cjs/encodePacket.browser.js deleted file mode 100644 index ec2b08a..0000000 --- a/software/flow/node_modules/engine.io-parser/build/cjs/encodePacket.browser.js +++ /dev/null @@ -1,43 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -const commons_js_1 = require("./commons.js"); -const withNativeBlob = typeof Blob === "function" || - (typeof Blob !== "undefined" && - Object.prototype.toString.call(Blob) === "[object BlobConstructor]"); -const withNativeArrayBuffer = typeof ArrayBuffer === "function"; -// ArrayBuffer.isView method is not defined in IE10 -const isView = obj => { - return typeof ArrayBuffer.isView === "function" - ? ArrayBuffer.isView(obj) - : obj && obj.buffer instanceof ArrayBuffer; -}; -const encodePacket = ({ type, data }, supportsBinary, callback) => { - if (withNativeBlob && data instanceof Blob) { - if (supportsBinary) { - return callback(data); - } - else { - return encodeBlobAsBase64(data, callback); - } - } - else if (withNativeArrayBuffer && - (data instanceof ArrayBuffer || isView(data))) { - if (supportsBinary) { - return callback(data); - } - else { - return encodeBlobAsBase64(new Blob([data]), callback); - } - } - // plain string - return callback(commons_js_1.PACKET_TYPES[type] + (data || "")); -}; -const encodeBlobAsBase64 = (data, callback) => { - const fileReader = new FileReader(); - fileReader.onload = function () { - const content = fileReader.result.split(",")[1]; - callback("b" + (content || "")); - }; - return fileReader.readAsDataURL(data); -}; -exports.default = encodePacket; diff --git a/software/flow/node_modules/engine.io-parser/build/cjs/encodePacket.js b/software/flow/node_modules/engine.io-parser/build/cjs/encodePacket.js deleted file mode 100644 index bd81d02..0000000 --- a/software/flow/node_modules/engine.io-parser/build/cjs/encodePacket.js +++ /dev/null @@ -1,27 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -const commons_js_1 = require("./commons.js"); -const encodePacket = ({ type, data }, supportsBinary, callback) => { - if (data instanceof ArrayBuffer || ArrayBuffer.isView(data)) { - const buffer = toBuffer(data); - return callback(encodeBuffer(buffer, supportsBinary)); - } - // plain string - return callback(commons_js_1.PACKET_TYPES[type] + (data || "")); -}; -const toBuffer = data => { - if (Buffer.isBuffer(data)) { - return data; - } - else if (data instanceof ArrayBuffer) { - return Buffer.from(data); - } - else { - return Buffer.from(data.buffer, data.byteOffset, data.byteLength); - } -}; -// only 'message' packets can contain binary, so the type prefix is not needed -const encodeBuffer = (data, supportsBinary) => { - return supportsBinary ? data : "b" + data.toString("base64"); -}; -exports.default = encodePacket; diff --git a/software/flow/node_modules/engine.io-parser/build/cjs/index.js b/software/flow/node_modules/engine.io-parser/build/cjs/index.js deleted file mode 100644 index 858f247..0000000 --- a/software/flow/node_modules/engine.io-parser/build/cjs/index.js +++ /dev/null @@ -1,38 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.decodePayload = exports.decodePacket = exports.encodePayload = exports.encodePacket = exports.protocol = void 0; -const encodePacket_js_1 = require("./encodePacket.js"); -exports.encodePacket = encodePacket_js_1.default; -const decodePacket_js_1 = require("./decodePacket.js"); -exports.decodePacket = decodePacket_js_1.default; -const SEPARATOR = String.fromCharCode(30); // see https://en.wikipedia.org/wiki/Delimiter#ASCII_delimited_text -const encodePayload = (packets, callback) => { - // some packets may be added to the array while encoding, so the initial length must be saved - const length = packets.length; - const encodedPackets = new Array(length); - let count = 0; - packets.forEach((packet, i) => { - // force base64 encoding for binary packets - (0, encodePacket_js_1.default)(packet, false, encodedPacket => { - encodedPackets[i] = encodedPacket; - if (++count === length) { - callback(encodedPackets.join(SEPARATOR)); - } - }); - }); -}; -exports.encodePayload = encodePayload; -const decodePayload = (encodedPayload, binaryType) => { - const encodedPackets = encodedPayload.split(SEPARATOR); - const packets = []; - for (let i = 0; i < encodedPackets.length; i++) { - const decodedPacket = (0, decodePacket_js_1.default)(encodedPackets[i], binaryType); - packets.push(decodedPacket); - if (decodedPacket.type === "error") { - break; - } - } - return packets; -}; -exports.decodePayload = decodePayload; -exports.protocol = 4; diff --git a/software/flow/node_modules/engine.io-parser/build/cjs/package.json b/software/flow/node_modules/engine.io-parser/build/cjs/package.json deleted file mode 100644 index bdc4dbd..0000000 --- a/software/flow/node_modules/engine.io-parser/build/cjs/package.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "name": "engine.io-parser", - "type": "commonjs", - "browser": { - "./encodePacket.js": "./encodePacket.browser.js", - "./decodePacket.js": "./decodePacket.browser.js" - } -} diff --git a/software/flow/node_modules/engine.io-parser/build/esm/commons.d.ts b/software/flow/node_modules/engine.io-parser/build/esm/commons.d.ts deleted file mode 100644 index 2eec1dd..0000000 --- a/software/flow/node_modules/engine.io-parser/build/esm/commons.d.ts +++ /dev/null @@ -1,14 +0,0 @@ -declare const PACKET_TYPES: any; -declare const PACKET_TYPES_REVERSE: any; -declare const ERROR_PACKET: Packet; -export { PACKET_TYPES, PACKET_TYPES_REVERSE, ERROR_PACKET }; -export declare type PacketType = "open" | "close" | "ping" | "pong" | "message" | "upgrade" | "noop" | "error"; -export declare type RawData = any; -export interface Packet { - type: PacketType; - options?: { - compress: boolean; - }; - data?: RawData; -} -export declare type BinaryType = "nodebuffer" | "arraybuffer" | "blob"; diff --git a/software/flow/node_modules/engine.io-parser/build/esm/commons.js b/software/flow/node_modules/engine.io-parser/build/esm/commons.js deleted file mode 100644 index c003b58..0000000 --- a/software/flow/node_modules/engine.io-parser/build/esm/commons.js +++ /dev/null @@ -1,14 +0,0 @@ -const PACKET_TYPES = Object.create(null); // no Map = no polyfill -PACKET_TYPES["open"] = "0"; -PACKET_TYPES["close"] = "1"; -PACKET_TYPES["ping"] = "2"; -PACKET_TYPES["pong"] = "3"; -PACKET_TYPES["message"] = "4"; -PACKET_TYPES["upgrade"] = "5"; -PACKET_TYPES["noop"] = "6"; -const PACKET_TYPES_REVERSE = Object.create(null); -Object.keys(PACKET_TYPES).forEach(key => { - PACKET_TYPES_REVERSE[PACKET_TYPES[key]] = key; -}); -const ERROR_PACKET = { type: "error", data: "parser error" }; -export { PACKET_TYPES, PACKET_TYPES_REVERSE, ERROR_PACKET }; diff --git a/software/flow/node_modules/engine.io-parser/build/esm/contrib/base64-arraybuffer.d.ts b/software/flow/node_modules/engine.io-parser/build/esm/contrib/base64-arraybuffer.d.ts deleted file mode 100644 index 6e0fa6b..0000000 --- a/software/flow/node_modules/engine.io-parser/build/esm/contrib/base64-arraybuffer.d.ts +++ /dev/null @@ -1,2 +0,0 @@ -export declare const encode: (arraybuffer: ArrayBuffer) => string; -export declare const decode: (base64: string) => ArrayBuffer; diff --git a/software/flow/node_modules/engine.io-parser/build/esm/contrib/base64-arraybuffer.js b/software/flow/node_modules/engine.io-parser/build/esm/contrib/base64-arraybuffer.js deleted file mode 100644 index b544384..0000000 --- a/software/flow/node_modules/engine.io-parser/build/esm/contrib/base64-arraybuffer.js +++ /dev/null @@ -1,43 +0,0 @@ -// imported from https://github.com/socketio/base64-arraybuffer -const chars = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'; -// Use a lookup table to find the index. -const lookup = typeof Uint8Array === 'undefined' ? [] : new Uint8Array(256); -for (let i = 0; i < chars.length; i++) { - lookup[chars.charCodeAt(i)] = i; -} -export const encode = (arraybuffer) => { - let bytes = new Uint8Array(arraybuffer), i, len = bytes.length, base64 = ''; - for (i = 0; i < len; i += 3) { - base64 += chars[bytes[i] >> 2]; - base64 += chars[((bytes[i] & 3) << 4) | (bytes[i + 1] >> 4)]; - base64 += chars[((bytes[i + 1] & 15) << 2) | (bytes[i + 2] >> 6)]; - base64 += chars[bytes[i + 2] & 63]; - } - if (len % 3 === 2) { - base64 = base64.substring(0, base64.length - 1) + '='; - } - else if (len % 3 === 1) { - base64 = base64.substring(0, base64.length - 2) + '=='; - } - return base64; -}; -export const decode = (base64) => { - let bufferLength = base64.length * 0.75, len = base64.length, i, p = 0, encoded1, encoded2, encoded3, encoded4; - if (base64[base64.length - 1] === '=') { - bufferLength--; - if (base64[base64.length - 2] === '=') { - bufferLength--; - } - } - const arraybuffer = new ArrayBuffer(bufferLength), bytes = new Uint8Array(arraybuffer); - for (i = 0; i < len; i += 4) { - encoded1 = lookup[base64.charCodeAt(i)]; - encoded2 = lookup[base64.charCodeAt(i + 1)]; - encoded3 = lookup[base64.charCodeAt(i + 2)]; - encoded4 = lookup[base64.charCodeAt(i + 3)]; - bytes[p++] = (encoded1 << 2) | (encoded2 >> 4); - bytes[p++] = ((encoded2 & 15) << 4) | (encoded3 >> 2); - bytes[p++] = ((encoded3 & 3) << 6) | (encoded4 & 63); - } - return arraybuffer; -}; diff --git a/software/flow/node_modules/engine.io-parser/build/esm/decodePacket.browser.d.ts b/software/flow/node_modules/engine.io-parser/build/esm/decodePacket.browser.d.ts deleted file mode 100644 index e4045d6..0000000 --- a/software/flow/node_modules/engine.io-parser/build/esm/decodePacket.browser.d.ts +++ /dev/null @@ -1,3 +0,0 @@ -import { Packet, BinaryType, RawData } from "./commons.js"; -declare const decodePacket: (encodedPacket: RawData, binaryType?: BinaryType) => Packet; -export default decodePacket; diff --git a/software/flow/node_modules/engine.io-parser/build/esm/decodePacket.browser.js b/software/flow/node_modules/engine.io-parser/build/esm/decodePacket.browser.js deleted file mode 100644 index 1d8453d..0000000 --- a/software/flow/node_modules/engine.io-parser/build/esm/decodePacket.browser.js +++ /dev/null @@ -1,49 +0,0 @@ -import { ERROR_PACKET, PACKET_TYPES_REVERSE } from "./commons.js"; -import { decode } from "./contrib/base64-arraybuffer.js"; -const withNativeArrayBuffer = typeof ArrayBuffer === "function"; -const decodePacket = (encodedPacket, binaryType) => { - if (typeof encodedPacket !== "string") { - return { - type: "message", - data: mapBinary(encodedPacket, binaryType) - }; - } - const type = encodedPacket.charAt(0); - if (type === "b") { - return { - type: "message", - data: decodeBase64Packet(encodedPacket.substring(1), binaryType) - }; - } - const packetType = PACKET_TYPES_REVERSE[type]; - if (!packetType) { - return ERROR_PACKET; - } - return encodedPacket.length > 1 - ? { - type: PACKET_TYPES_REVERSE[type], - data: encodedPacket.substring(1) - } - : { - type: PACKET_TYPES_REVERSE[type] - }; -}; -const decodeBase64Packet = (data, binaryType) => { - if (withNativeArrayBuffer) { - const decoded = decode(data); - return mapBinary(decoded, binaryType); - } - else { - return { base64: true, data }; // fallback for old browsers - } -}; -const mapBinary = (data, binaryType) => { - switch (binaryType) { - case "blob": - return data instanceof ArrayBuffer ? new Blob([data]) : data; - case "arraybuffer": - default: - return data; // assuming the data is already an ArrayBuffer - } -}; -export default decodePacket; diff --git a/software/flow/node_modules/engine.io-parser/build/esm/decodePacket.d.ts b/software/flow/node_modules/engine.io-parser/build/esm/decodePacket.d.ts deleted file mode 100644 index e4045d6..0000000 --- a/software/flow/node_modules/engine.io-parser/build/esm/decodePacket.d.ts +++ /dev/null @@ -1,3 +0,0 @@ -import { Packet, BinaryType, RawData } from "./commons.js"; -declare const decodePacket: (encodedPacket: RawData, binaryType?: BinaryType) => Packet; -export default decodePacket; diff --git a/software/flow/node_modules/engine.io-parser/build/esm/decodePacket.js b/software/flow/node_modules/engine.io-parser/build/esm/decodePacket.js deleted file mode 100644 index 58ca8eb..0000000 --- a/software/flow/node_modules/engine.io-parser/build/esm/decodePacket.js +++ /dev/null @@ -1,47 +0,0 @@ -import { ERROR_PACKET, PACKET_TYPES_REVERSE } from "./commons.js"; -const decodePacket = (encodedPacket, binaryType) => { - if (typeof encodedPacket !== "string") { - return { - type: "message", - data: mapBinary(encodedPacket, binaryType) - }; - } - const type = encodedPacket.charAt(0); - if (type === "b") { - const buffer = Buffer.from(encodedPacket.substring(1), "base64"); - return { - type: "message", - data: mapBinary(buffer, binaryType) - }; - } - if (!PACKET_TYPES_REVERSE[type]) { - return ERROR_PACKET; - } - return encodedPacket.length > 1 - ? { - type: PACKET_TYPES_REVERSE[type], - data: encodedPacket.substring(1) - } - : { - type: PACKET_TYPES_REVERSE[type] - }; -}; -const mapBinary = (data, binaryType) => { - const isBuffer = Buffer.isBuffer(data); - switch (binaryType) { - case "arraybuffer": - return isBuffer ? toArrayBuffer(data) : data; - case "nodebuffer": - default: - return data; // assuming the data is already a Buffer - } -}; -const toArrayBuffer = (buffer) => { - const arrayBuffer = new ArrayBuffer(buffer.length); - const view = new Uint8Array(arrayBuffer); - for (let i = 0; i < buffer.length; i++) { - view[i] = buffer[i]; - } - return arrayBuffer; -}; -export default decodePacket; diff --git a/software/flow/node_modules/engine.io-parser/build/esm/encodePacket.browser.d.ts b/software/flow/node_modules/engine.io-parser/build/esm/encodePacket.browser.d.ts deleted file mode 100644 index 9ca28c8..0000000 --- a/software/flow/node_modules/engine.io-parser/build/esm/encodePacket.browser.d.ts +++ /dev/null @@ -1,3 +0,0 @@ -import { Packet, RawData } from "./commons.js"; -declare const encodePacket: ({ type, data }: Packet, supportsBinary: boolean, callback: (encodedPacket: RawData) => void) => void; -export default encodePacket; diff --git a/software/flow/node_modules/engine.io-parser/build/esm/encodePacket.browser.js b/software/flow/node_modules/engine.io-parser/build/esm/encodePacket.browser.js deleted file mode 100644 index fef4e25..0000000 --- a/software/flow/node_modules/engine.io-parser/build/esm/encodePacket.browser.js +++ /dev/null @@ -1,41 +0,0 @@ -import { PACKET_TYPES } from "./commons.js"; -const withNativeBlob = typeof Blob === "function" || - (typeof Blob !== "undefined" && - Object.prototype.toString.call(Blob) === "[object BlobConstructor]"); -const withNativeArrayBuffer = typeof ArrayBuffer === "function"; -// ArrayBuffer.isView method is not defined in IE10 -const isView = obj => { - return typeof ArrayBuffer.isView === "function" - ? ArrayBuffer.isView(obj) - : obj && obj.buffer instanceof ArrayBuffer; -}; -const encodePacket = ({ type, data }, supportsBinary, callback) => { - if (withNativeBlob && data instanceof Blob) { - if (supportsBinary) { - return callback(data); - } - else { - return encodeBlobAsBase64(data, callback); - } - } - else if (withNativeArrayBuffer && - (data instanceof ArrayBuffer || isView(data))) { - if (supportsBinary) { - return callback(data); - } - else { - return encodeBlobAsBase64(new Blob([data]), callback); - } - } - // plain string - return callback(PACKET_TYPES[type] + (data || "")); -}; -const encodeBlobAsBase64 = (data, callback) => { - const fileReader = new FileReader(); - fileReader.onload = function () { - const content = fileReader.result.split(",")[1]; - callback("b" + (content || "")); - }; - return fileReader.readAsDataURL(data); -}; -export default encodePacket; diff --git a/software/flow/node_modules/engine.io-parser/build/esm/encodePacket.d.ts b/software/flow/node_modules/engine.io-parser/build/esm/encodePacket.d.ts deleted file mode 100644 index 9ca28c8..0000000 --- a/software/flow/node_modules/engine.io-parser/build/esm/encodePacket.d.ts +++ /dev/null @@ -1,3 +0,0 @@ -import { Packet, RawData } from "./commons.js"; -declare const encodePacket: ({ type, data }: Packet, supportsBinary: boolean, callback: (encodedPacket: RawData) => void) => void; -export default encodePacket; diff --git a/software/flow/node_modules/engine.io-parser/build/esm/encodePacket.js b/software/flow/node_modules/engine.io-parser/build/esm/encodePacket.js deleted file mode 100644 index 789eb74..0000000 --- a/software/flow/node_modules/engine.io-parser/build/esm/encodePacket.js +++ /dev/null @@ -1,25 +0,0 @@ -import { PACKET_TYPES } from "./commons.js"; -const encodePacket = ({ type, data }, supportsBinary, callback) => { - if (data instanceof ArrayBuffer || ArrayBuffer.isView(data)) { - const buffer = toBuffer(data); - return callback(encodeBuffer(buffer, supportsBinary)); - } - // plain string - return callback(PACKET_TYPES[type] + (data || "")); -}; -const toBuffer = data => { - if (Buffer.isBuffer(data)) { - return data; - } - else if (data instanceof ArrayBuffer) { - return Buffer.from(data); - } - else { - return Buffer.from(data.buffer, data.byteOffset, data.byteLength); - } -}; -// only 'message' packets can contain binary, so the type prefix is not needed -const encodeBuffer = (data, supportsBinary) => { - return supportsBinary ? data : "b" + data.toString("base64"); -}; -export default encodePacket; diff --git a/software/flow/node_modules/engine.io-parser/build/esm/index.d.ts b/software/flow/node_modules/engine.io-parser/build/esm/index.d.ts deleted file mode 100644 index e79de35..0000000 --- a/software/flow/node_modules/engine.io-parser/build/esm/index.d.ts +++ /dev/null @@ -1,7 +0,0 @@ -import encodePacket from "./encodePacket.js"; -import decodePacket from "./decodePacket.js"; -import { Packet, PacketType, RawData, BinaryType } from "./commons.js"; -declare const encodePayload: (packets: Packet[], callback: (encodedPayload: string) => void) => void; -declare const decodePayload: (encodedPayload: string, binaryType?: BinaryType) => Packet[]; -export declare const protocol = 4; -export { encodePacket, encodePayload, decodePacket, decodePayload, Packet, PacketType, RawData, BinaryType }; diff --git a/software/flow/node_modules/engine.io-parser/build/esm/index.js b/software/flow/node_modules/engine.io-parser/build/esm/index.js deleted file mode 100644 index 237a472..0000000 --- a/software/flow/node_modules/engine.io-parser/build/esm/index.js +++ /dev/null @@ -1,32 +0,0 @@ -import encodePacket from "./encodePacket.js"; -import decodePacket from "./decodePacket.js"; -const SEPARATOR = String.fromCharCode(30); // see https://en.wikipedia.org/wiki/Delimiter#ASCII_delimited_text -const encodePayload = (packets, callback) => { - // some packets may be added to the array while encoding, so the initial length must be saved - const length = packets.length; - const encodedPackets = new Array(length); - let count = 0; - packets.forEach((packet, i) => { - // force base64 encoding for binary packets - encodePacket(packet, false, encodedPacket => { - encodedPackets[i] = encodedPacket; - if (++count === length) { - callback(encodedPackets.join(SEPARATOR)); - } - }); - }); -}; -const decodePayload = (encodedPayload, binaryType) => { - const encodedPackets = encodedPayload.split(SEPARATOR); - const packets = []; - for (let i = 0; i < encodedPackets.length; i++) { - const decodedPacket = decodePacket(encodedPackets[i], binaryType); - packets.push(decodedPacket); - if (decodedPacket.type === "error") { - break; - } - } - return packets; -}; -export const protocol = 4; -export { encodePacket, encodePayload, decodePacket, decodePayload }; diff --git a/software/flow/node_modules/engine.io-parser/build/esm/package.json b/software/flow/node_modules/engine.io-parser/build/esm/package.json deleted file mode 100644 index 6f2c74a..0000000 --- a/software/flow/node_modules/engine.io-parser/build/esm/package.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "name": "engine.io-parser", - "type": "module", - "browser": { - "./encodePacket.js": "./encodePacket.browser.js", - "./decodePacket.js": "./decodePacket.browser.js" - } -} diff --git a/software/flow/node_modules/engine.io-parser/package.json b/software/flow/node_modules/engine.io-parser/package.json deleted file mode 100644 index cdb1d05..0000000 --- a/software/flow/node_modules/engine.io-parser/package.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "name": "engine.io-parser", - "description": "Parser for the client for the realtime Engine", - "license": "MIT", - "version": "5.0.6", - "main": "./build/cjs/index.js", - "module": "./build/esm/index.js", - "exports": { - "import": "./build/esm/index.js", - "require": "./build/cjs/index.js" - }, - "types": "build/esm/index.d.ts", - "homepage": "https://github.com/socketio/engine.io-parser", - "devDependencies": { - "@babel/core": "~7.9.6", - "@babel/preset-env": "~7.9.6", - "@types/mocha": "^9.0.0", - "@types/node": "^16.9.6", - "babelify": "^10.0.0", - "benchmark": "^2.1.4", - "expect.js": "0.3.1", - "mocha": "^5.2.0", - "nyc": "~15.0.1", - "prettier": "^1.19.1", - "rimraf": "^3.0.2", - "socket.io-browsers": "^1.0.4", - "ts-node": "^10.2.1", - "tsify": "^5.0.4", - "typescript": "^4.4.3", - "zuul": "3.11.1", - "zuul-ngrok": "4.0.0" - }, - "scripts": { - "compile": "rimraf ./build && tsc && tsc -p tsconfig.esm.json && ./postcompile.sh", - "test": "npm run format:check && npm run compile && if test \"$BROWSERS\" = \"1\" ; then npm run test:browser; else npm run test:node; fi", - "test:node": "nyc mocha -r ts-node/register test/index.ts", - "test:browser": "zuul test/index.ts --no-coverage", - "format:check": "prettier --check 'lib/**/*.ts' 'test/**/*.ts'", - "format:fix": "prettier --write 'lib/**/*.ts' 'test/**/*.ts'", - "prepack": "npm run compile" - }, - "repository": { - "type": "git", - "url": "git@github.com:socketio/engine.io-parser.git" - }, - "files": [ - "build/" - ], - "browser": { - "./test/node": "./test/browser", - "./build/esm/encodePacket.js": "./build/esm/encodePacket.browser.js", - "./build/esm/decodePacket.js": "./build/esm/decodePacket.browser.js", - "./build/cjs/encodePacket.js": "./build/cjs/encodePacket.browser.js", - "./build/cjs/decodePacket.js": "./build/cjs/decodePacket.browser.js" - }, - "engines": { - "node": ">=10.0.0" - } -} diff --git a/software/flow/node_modules/engine.io/LICENSE b/software/flow/node_modules/engine.io/LICENSE deleted file mode 100644 index 6494c3c..0000000 --- a/software/flow/node_modules/engine.io/LICENSE +++ /dev/null @@ -1,19 +0,0 @@ -(The MIT License) - -Copyright (c) 2014 Guillermo Rauch <guillermo@learnboost.com> - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software -and associated documentation files (the 'Software'), to deal in the Software without restriction, -including without limitation the rights to use, copy, modify, merge, publish, distribute, -sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or -substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING -BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, -DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - diff --git a/software/flow/node_modules/engine.io/README.md b/software/flow/node_modules/engine.io/README.md deleted file mode 100644 index f33f788..0000000 --- a/software/flow/node_modules/engine.io/README.md +++ /dev/null @@ -1,603 +0,0 @@ - -# Engine.IO: the realtime engine - -[![Build Status](https://github.com/socketio/engine.io/workflows/CI/badge.svg?branch=master)](https://github.com/socketio/engine.io/actions) -[![NPM version](https://badge.fury.io/js/engine.io.svg)](http://badge.fury.io/js/engine.io) - -`Engine.IO` is the implementation of transport-based -cross-browser/cross-device bi-directional communication layer for -[Socket.IO](http://github.com/socketio/socket.io). - -## How to use - -### Server - -#### (A) Listening on a port - -```js -const engine = require('engine.io'); -const server = engine.listen(80); - -server.on('connection', socket => { - socket.send('utf 8 string'); - socket.send(Buffer.from([0, 1, 2, 3, 4, 5])); // binary data -}); -``` - -#### (B) Intercepting requests for a http.Server - -```js -const engine = require('engine.io'); -const http = require('http').createServer().listen(3000); -const server = engine.attach(http); - -server.on('connection', socket => { - socket.on('message', data => { }); - socket.on('close', () => { }); -}); -``` - -#### (C) Passing in requests - -```js -const engine = require('engine.io'); -const server = new engine.Server(); - -server.on('connection', socket => { - socket.send('hi'); -}); - -// … -httpServer.on('upgrade', (req, socket, head) => { - server.handleUpgrade(req, socket, head); -}); - -httpServer.on('request', (req, res) => { - server.handleRequest(req, res); -}); -``` - -### Client - -```html -<script src="/path/to/engine.io.js"></script> -<script> - const socket = new eio.Socket('ws://localhost/'); - socket.on('open', () => { - socket.on('message', data => {}); - socket.on('close', () => {}); - }); -</script> -``` - -For more information on the client refer to the -[engine-client](http://github.com/socketio/engine.io-client) repository. - -## What features does it have? - -- **Maximum reliability**. Connections are established even in the presence of: - - proxies and load balancers. - - personal firewall and antivirus software. - - for more information refer to **Goals** and **Architecture** sections -- **Minimal client size** aided by: - - lazy loading of flash transports. - - lack of redundant transports. -- **Scalable** - - load balancer friendly -- **Future proof** -- **100% Node.JS core style** - - No API sugar (left for higher level projects) - -## API - -### Server - -<hr><br> - -#### Top-level - -These are exposed by `require('engine.io')`: - -##### Events - -- `flush` - - Called when a socket buffer is being flushed. - - **Arguments** - - `Socket`: socket being flushed - - `Array`: write buffer -- `drain` - - Called when a socket buffer is drained - - **Arguments** - - `Socket`: socket being flushed - -##### Properties - -- `protocol` _(Number)_: protocol revision number -- `Server`: Server class constructor -- `Socket`: Socket class constructor -- `Transport` _(Function)_: transport constructor -- `transports` _(Object)_: map of available transports - -##### Methods - -- `()` - - Returns a new `Server` instance. If the first argument is an `http.Server` then the - new `Server` instance will be attached to it. Otherwise, the arguments are passed - directly to the `Server` constructor. - - **Parameters** - - `http.Server`: optional, server to attach to. - - `Object`: optional, options object (see `Server#constructor` api docs below) - - The following are identical ways to instantiate a server and then attach it. - -```js -const httpServer; // previously created with `http.createServer();` from node.js api. - -// create a server first, and then attach -const eioServer = require('engine.io').Server(); -eioServer.attach(httpServer); - -// or call the module as a function to get `Server` -const eioServer = require('engine.io')(); -eioServer.attach(httpServer); - -// immediately attach -const eioServer = require('engine.io')(httpServer); - -// with custom options -const eioServer = require('engine.io')(httpServer, { - maxHttpBufferSize: 1e3 -}); -``` - -- `listen` - - Creates an `http.Server` which listens on the given port and attaches WS - to it. It returns `501 Not Implemented` for regular http requests. - - **Parameters** - - `Number`: port to listen on. - - `Object`: optional, options object - - `Function`: callback for `listen`. - - **Options** - - All options from `Server.attach` method, documented below. - - **Additionally** See Server `constructor` below for options you can pass for creating the new Server - - **Returns** `Server` - -```js -const engine = require('engine.io'); -const server = engine.listen(3000, { - pingTimeout: 2000, - pingInterval: 10000 -}); - -server.on('connection', /* ... */); -``` - -- `attach` - - Captures `upgrade` requests for a `http.Server`. In other words, makes - a regular http.Server WebSocket-compatible. - - **Parameters** - - `http.Server`: server to attach to. - - `Object`: optional, options object - - **Options** - - All options from `Server.attach` method, documented below. - - **Additionally** See Server `constructor` below for options you can pass for creating the new Server - - **Returns** `Server` a new Server instance. - -```js -const engine = require('engine.io'); -const httpServer = require('http').createServer().listen(3000); -const server = engine.attach(httpServer, { - wsEngine: require('eiows').Server // requires having eiows as dependency -}); - -server.on('connection', /* ... */); -``` - -#### Server - -The main server/manager. _Inherits from EventEmitter_. - -##### Events - -- `connection` - - Fired when a new connection is established. - - **Arguments** - - `Socket`: a Socket object - -- `initial_headers` - - Fired on the first request of the connection, before writing the response headers - - **Arguments** - - `headers` (`Object`): a hash of headers - - `req` (`http.IncomingMessage`): the request - -- `headers` - - Fired on the all requests of the connection, before writing the response headers - - **Arguments** - - `headers` (`Object`): a hash of headers - - `req` (`http.IncomingMessage`): the request - -- `connection_error` - - Fired when an error occurs when establishing the connection. - - **Arguments** - - `error`: an object with following properties: - - `req` (`http.IncomingMessage`): the request that was dropped - - `code` (`Number`): one of `Server.errors` - - `message` (`string`): one of `Server.errorMessages` - - `context` (`Object`): extra info about the error - -| Code | Message | -| ---- | ------- | -| 0 | "Transport unknown" -| 1 | "Session ID unknown" -| 2 | "Bad handshake method" -| 3 | "Bad request" -| 4 | "Forbidden" -| 5 | "Unsupported protocol version" - - -##### Properties - -**Important**: if you plan to use Engine.IO in a scalable way, please -keep in mind the properties below will only reflect the clients connected -to a single process. - -- `clients` _(Object)_: hash of connected clients by id. -- `clientsCount` _(Number)_: number of connected clients. - -##### Methods - -- **constructor** - - Initializes the server - - **Parameters** - - `Object`: optional, options object - - **Options** - - `pingTimeout` (`Number`): how many ms without a pong packet to - consider the connection closed (`20000`) - - `pingInterval` (`Number`): how many ms before sending a new ping - packet (`25000`) - - `upgradeTimeout` (`Number`): how many ms before an uncompleted transport upgrade is cancelled (`10000`) - - `maxHttpBufferSize` (`Number`): how many bytes or characters a message - can be, before closing the session (to avoid DoS). Default - value is `1E6`. - - `allowRequest` (`Function`): A function that receives a given handshake - or upgrade request as its first parameter, and can decide whether to - continue or not. The second argument is a function that needs to be - called with the decided information: `fn(err, success)`, where - `success` is a boolean value where false means that the request is - rejected, and err is an error code. - - `transports` (`<Array> String`): transports to allow connections - to (`['polling', 'websocket']`) - - `allowUpgrades` (`Boolean`): whether to allow transport upgrades - (`true`) - - `perMessageDeflate` (`Object|Boolean`): parameters of the WebSocket permessage-deflate extension - (see [ws module](https://github.com/einaros/ws) api docs). Set to `true` to enable. (defaults to `false`) - - `threshold` (`Number`): data is compressed only if the byte size is above this value (`1024`) - - `httpCompression` (`Object|Boolean`): parameters of the http compression for the polling transports - (see [zlib](http://nodejs.org/api/zlib.html#zlib_options) api docs). Set to `false` to disable. (`true`) - - `threshold` (`Number`): data is compressed only if the byte size is above this value (`1024`) - - `cookie` (`Object|Boolean`): configuration of the cookie that - contains the client sid to send as part of handshake response - headers. This cookie might be used for sticky-session. Defaults to not sending any cookie (`false`). - See [here](https://github.com/jshttp/cookie#options-1) for all supported options. - - `wsEngine` (`Function`): what WebSocket server implementation to use. Specified module must conform to the `ws` interface (see [ws module api docs](https://github.com/websockets/ws/blob/master/doc/ws.md)). Default value is `ws`. An alternative c++ addon is also available by installing `eiows` module. - - `cors` (`Object`): the options that will be forwarded to the cors module. See [there](https://github.com/expressjs/cors#configuration-options) for all available options. Defaults to no CORS allowed. - - `initialPacket` (`Object`): an optional packet which will be concatenated to the handshake packet emitted by Engine.IO. - - `allowEIO3` (`Boolean`): whether to support v3 Engine.IO clients (defaults to `false`) -- `close` - - Closes all clients - - **Returns** `Server` for chaining -- `handleRequest` - - Called internally when a `Engine` request is intercepted. - - **Parameters** - - `http.IncomingMessage`: a node request object - - `http.ServerResponse`: a node response object - - **Returns** `Server` for chaining -- `handleUpgrade` - - Called internally when a `Engine` ws upgrade is intercepted. - - **Parameters** (same as `upgrade` event) - - `http.IncomingMessage`: a node request object - - `net.Stream`: TCP socket for the request - - `Buffer`: legacy tail bytes - - **Returns** `Server` for chaining -- `attach` - - Attach this Server instance to an `http.Server` - - Captures `upgrade` requests for a `http.Server`. In other words, makes - a regular http.Server WebSocket-compatible. - - **Parameters** - - `http.Server`: server to attach to. - - `Object`: optional, options object - - **Options** - - `path` (`String`): name of the path to capture (`/engine.io`). - - `destroyUpgrade` (`Boolean`): destroy unhandled upgrade requests (`true`) - - `destroyUpgradeTimeout` (`Number`): milliseconds after which unhandled requests are ended (`1000`) -- `generateId` - - Generate a socket id. - - Overwrite this method to generate your custom socket id. - - **Parameters** - - `http.IncomingMessage`: a node request object - - **Returns** A socket id for connected client. - -<hr><br> - -#### Socket - -A representation of a client. _Inherits from EventEmitter_. - -##### Events - -- `close` - - Fired when the client is disconnected. - - **Arguments** - - `String`: reason for closing - - `Object`: description object (optional) -- `message` - - Fired when the client sends a message. - - **Arguments** - - `String` or `Buffer`: Unicode string or Buffer with binary contents -- `error` - - Fired when an error occurs. - - **Arguments** - - `Error`: error object -- `upgrading` - - Fired when the client starts the upgrade to a better transport like WebSocket. - - **Arguments** - - `Object`: the transport -- `upgrade` - - Fired when the client completes the upgrade to a better transport like WebSocket. - - **Arguments** - - `Object`: the transport -- `flush` - - Called when the write buffer is being flushed. - - **Arguments** - - `Array`: write buffer -- `drain` - - Called when the write buffer is drained -- `packet` - - Called when a socket received a packet (`message`, `ping`) - - **Arguments** - - `type`: packet type - - `data`: packet data (if type is message) -- `packetCreate` - - Called before a socket sends a packet (`message`, `ping`) - - **Arguments** - - `type`: packet type - - `data`: packet data (if type is message) -- `heartbeat` - - Called when `ping` or `pong` packed is received (depends of client version) - -##### Properties - -- `id` _(String)_: unique identifier -- `server` _(Server)_: engine parent reference -- `request` _(http.IncomingMessage)_: request that originated the Socket -- `upgraded` _(Boolean)_: whether the transport has been upgraded -- `readyState` _(String)_: opening|open|closing|closed -- `transport` _(Transport)_: transport reference - -##### Methods - -- `send`: - - Sends a message, performing `message = toString(arguments[0])` unless - sending binary data, which is sent as is. - - **Parameters** - - `String` | `Buffer` | `ArrayBuffer` | `ArrayBufferView`: a string or any object implementing `toString()`, with outgoing data, or a Buffer or ArrayBuffer with binary data. Also any ArrayBufferView can be sent as is. - - `Object`: optional, options object - - `Function`: optional, a callback executed when the message gets flushed out by the transport - - **Options** - - `compress` (`Boolean`): whether to compress sending data. This option might be ignored and forced to be `true` when using polling. (`true`) - - **Returns** `Socket` for chaining -- `close` - - Disconnects the client - - **Returns** `Socket` for chaining - -### Client - -<hr><br> - -Exposed in the `eio` global namespace (in the browser), or by -`require('engine.io-client')` (in Node.JS). - -For the client API refer to the -[engine-client](http://github.com/learnboost/engine.io-client) repository. - -## Debug / logging - -Engine.IO is powered by [debug](http://github.com/visionmedia/debug). -In order to see all the debug output, run your app with the environment variable -`DEBUG` including the desired scope. - -To see the output from all of Engine.IO's debugging scopes you can use: - -``` -DEBUG=engine* node myapp -``` - -## Transports - -- `polling`: XHR / JSONP polling transport. -- `websocket`: WebSocket transport. - -## Plugins - -- [engine.io-conflation](https://github.com/EugenDueck/engine.io-conflation): Makes **conflation and aggregation** of messages straightforward. - -## Support - -The support channels for `engine.io` are the same as `socket.io`: - - irc.freenode.net **#socket.io** - - [Google Groups](http://groups.google.com/group/socket_io) - - [Website](http://socket.io) - -## Development - -To contribute patches, run tests or benchmarks, make sure to clone the -repository: - -``` -git clone git://github.com/LearnBoost/engine.io.git -``` - -Then: - -``` -cd engine.io -npm install -``` - -## Tests - -Tests run with `npm test`. It runs the server tests that are aided by -the usage of `engine.io-client`. - -Make sure `npm install` is run first. - -## Goals - -The main goal of `Engine` is ensuring the most reliable realtime communication. -Unlike the previous Socket.IO core, it always establishes a long-polling -connection first, then tries to upgrade to better transports that are "tested" on -the side. - -During the lifetime of the Socket.IO projects, we've found countless drawbacks -to relying on `HTML5 WebSocket` or `Flash Socket` as the first connection -mechanisms. - -Both are clearly the _right way_ of establishing a bidirectional communication, -with HTML5 WebSocket being the way of the future. However, to answer most business -needs, alternative traditional HTTP 1.1 mechanisms are just as good as delivering -the same solution. - -WebSocket based connections have two fundamental benefits: - -1. **Better server performance** - - _A: Load balancers_<br> - Load balancing a long polling connection poses a serious architectural nightmare - since requests can come from any number of open sockets by the user agent, but - they all need to be routed to the process and computer that owns the `Engine` - connection. This negatively impacts RAM and CPU usage. - - _B: Network traffic_<br> - WebSocket is designed around the premise that each message frame has to be - surrounded by the least amount of data. In HTTP 1.1 transports, each message - frame is surrounded by HTTP headers and chunked encoding frames. If you try to - send the message _"Hello world"_ with xhr-polling, the message ultimately - becomes larger than if you were to send it with WebSocket. - - _C: Lightweight parser_<br> - As an effect of **B**, the server has to do a lot more work to parse the network - data and figure out the message when traditional HTTP requests are used - (as in long polling). This means that another advantage of WebSocket is - less server CPU usage. - -2. **Better user experience** - - Due to the reasons stated in point **1**, the most important effect of being able - to establish a WebSocket connection is raw data transfer speed, which translates - in _some_ cases in better user experience. - - Applications with heavy realtime interaction (such as games) will benefit greatly, - whereas applications like realtime chat (Gmail/Facebook), newsfeeds (Facebook) or - timelines (Twitter) will have negligible user experience improvements. - -Having said this, attempting to establish a WebSocket connection directly so far has -proven problematic: - -1. **Proxies**<br> - Many corporate proxies block WebSocket traffic. - -2. **Personal firewall and antivirus software**<br> - As a result of our research, we've found that at least 3 personal security - applications block WebSocket traffic. - -3. **Cloud application platforms**<br> - Platforms like Heroku or No.de have had trouble keeping up with the fast-paced - nature of the evolution of the WebSocket protocol. Applications therefore end up - inevitably using long polling, but the seamless installation experience of - Socket.IO we strive for (_"require() it and it just works"_) disappears. - -Some of these problems have solutions. In the case of proxies and personal programs, -however, the solutions many times involve upgrading software. Experience has shown -that relying on client software upgrades to deliver a business solution is -fruitless: the very existence of this project has to do with a fragmented panorama -of user agent distribution, with clients connecting with latest versions of the most -modern user agents (Chrome, Firefox and Safari), but others with versions as low as -IE 5.5. - -From the user perspective, an unsuccessful WebSocket connection can translate in -up to at least 10 seconds of waiting for the realtime application to begin -exchanging data. This **perceptively** hurts user experience. - -To summarize, **Engine** focuses on reliability and user experience first, marginal -potential UX improvements and increased server performance second. `Engine` is the -result of all the lessons learned with WebSocket in the wild. - -## Architecture - -The main premise of `Engine`, and the core of its existence, is the ability to -swap transports on the fly. A connection starts as xhr-polling, but it can -switch to WebSocket. - -The central problem this poses is: how do we switch transports without losing -messages? - -`Engine` only switches from polling to another transport in between polling -cycles. Since the server closes the connection after a certain timeout when -there's no activity, and the polling transport implementation buffers messages -in between connections, this ensures no message loss and optimal performance. - -Another benefit of this design is that we workaround almost all the limitations -of **Flash Socket**, such as slow connection times, increased file size (we can -safely lazy load it without hurting user experience), etc. - -## FAQ - -### Can I use engine without Socket.IO ? - -Absolutely. Although the recommended framework for building realtime applications -is Socket.IO, since it provides fundamental features for real-world applications -such as multiplexing, reconnection support, etc. - -`Engine` is to Socket.IO what Connect is to Express. An essential piece for building -realtime frameworks, but something you _probably_ won't be using for building -actual applications. - -### Does the server serve the client? - -No. The main reason is that `Engine` is meant to be bundled with frameworks. -Socket.IO includes `Engine`, therefore serving two clients is not necessary. If -you use Socket.IO, including - -```html -<script src="/socket.io/socket.io.js"> -``` - -has you covered. - -### Can I implement `Engine` in other languages? - -Absolutely. The [engine.io-protocol](https://github.com/socketio/engine.io-protocol) -repository contains the most up-to-date description of the specification -at all times. - -## License - -(The MIT License) - -Copyright (c) 2014 Guillermo Rauch &lt;guillermo@learnboost.com&gt; - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -'Software'), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/software/flow/node_modules/engine.io/build/engine.io.d.ts b/software/flow/node_modules/engine.io/build/engine.io.d.ts deleted file mode 100644 index d3eb9f9..0000000 --- a/software/flow/node_modules/engine.io/build/engine.io.d.ts +++ /dev/null @@ -1,28 +0,0 @@ -import { Server, AttachOptions, ServerOptions } from "./server"; -import transports from "./transports/index"; -import * as parser from "engine.io-parser"; -export { Server, transports, listen, attach, parser }; -export type { AttachOptions, ServerOptions, BaseServer } from "./server"; -export { uServer } from "./userver"; -export { Socket } from "./socket"; -export { Transport } from "./transport"; -export declare const protocol = 4; -/** - * Creates an http.Server exclusively used for WS upgrades. - * - * @param {Number} port - * @param {Function} callback - * @param {Object} options - * @return {Server} websocket.io server - * @api public - */ -declare function listen(port: any, options: AttachOptions & ServerOptions, fn: any): Server; -/** - * Captures upgrade requests for a http.Server. - * - * @param {http.Server} server - * @param {Object} options - * @return {Server} engine server - * @api public - */ -declare function attach(server: any, options: AttachOptions & ServerOptions): Server; diff --git a/software/flow/node_modules/engine.io/build/engine.io.js b/software/flow/node_modules/engine.io/build/engine.io.js deleted file mode 100644 index ff3ffa4..0000000 --- a/software/flow/node_modules/engine.io/build/engine.io.js +++ /dev/null @@ -1,56 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.protocol = exports.Transport = exports.Socket = exports.uServer = exports.parser = exports.attach = exports.listen = exports.transports = exports.Server = void 0; -const http_1 = require("http"); -const server_1 = require("./server"); -Object.defineProperty(exports, "Server", { enumerable: true, get: function () { return server_1.Server; } }); -const index_1 = require("./transports/index"); -exports.transports = index_1.default; -const parser = require("engine.io-parser"); -exports.parser = parser; -var userver_1 = require("./userver"); -Object.defineProperty(exports, "uServer", { enumerable: true, get: function () { return userver_1.uServer; } }); -var socket_1 = require("./socket"); -Object.defineProperty(exports, "Socket", { enumerable: true, get: function () { return socket_1.Socket; } }); -var transport_1 = require("./transport"); -Object.defineProperty(exports, "Transport", { enumerable: true, get: function () { return transport_1.Transport; } }); -exports.protocol = parser.protocol; -/** - * Creates an http.Server exclusively used for WS upgrades. - * - * @param {Number} port - * @param {Function} callback - * @param {Object} options - * @return {Server} websocket.io server - * @api public - */ -function listen(port, options, fn) { - if ("function" === typeof options) { - fn = options; - options = {}; - } - const server = (0, http_1.createServer)(function (req, res) { - res.writeHead(501); - res.end("Not Implemented"); - }); - // create engine server - const engine = attach(server, options); - engine.httpServer = server; - server.listen(port, fn); - return engine; -} -exports.listen = listen; -/** - * Captures upgrade requests for a http.Server. - * - * @param {http.Server} server - * @param {Object} options - * @return {Server} engine server - * @api public - */ -function attach(server, options) { - const engine = new server_1.Server(options); - engine.attach(server, options); - return engine; -} -exports.attach = attach; diff --git a/software/flow/node_modules/engine.io/build/parser-v3/index.d.ts b/software/flow/node_modules/engine.io/build/parser-v3/index.d.ts deleted file mode 100644 index f19fa89..0000000 --- a/software/flow/node_modules/engine.io/build/parser-v3/index.d.ts +++ /dev/null @@ -1,95 +0,0 @@ -/// <reference types="node" /> -/** - * Current protocol version. - */ -export declare const protocol = 3; -/** - * Packet types. - */ -export declare const packets: { - open: number; - close: number; - ping: number; - pong: number; - message: number; - upgrade: number; - noop: number; -}; -/** - * Encodes a packet. - * - * <packet type id> [ <data> ] - * - * Example: - * - * 5hello world - * 3 - * 4 - * - * Binary is encoded in an identical principle - * - * @api private - */ -export declare function encodePacket(packet: any, supportsBinary: any, utf8encode: any, callback: any): any; -/** - * Encodes a packet with binary data in a base64 string - * - * @param {Object} packet, has `type` and `data` - * @return {String} base64 encoded message - */ -export declare function encodeBase64Packet(packet: any, callback: any): any; -/** - * Decodes a packet. Data also available as an ArrayBuffer if requested. - * - * @return {Object} with `type` and `data` (if any) - * @api private - */ -export declare function decodePacket(data: any, binaryType: any, utf8decode: any): { - type: string; - data: any; -} | { - type: string; - data?: undefined; -}; -/** - * Decodes a packet encoded in a base64 string. - * - * @param {String} base64 encoded message - * @return {Object} with `type` and `data` (if any) - */ -export declare function decodeBase64Packet(msg: any, binaryType: any): { - type: string; - data: Buffer; -}; -/** - * Encodes multiple messages (payload). - * - * <length>:data - * - * Example: - * - * 11:hello world2:hi - * - * If any contents are binary, they will be encoded as base64 strings. Base64 - * encoded strings are marked with a b before the length specifier - * - * @param {Array} packets - * @api private - */ -export declare function encodePayload(packets: any, supportsBinary: any, callback: any): any; -export declare function decodePayload(data: any, binaryType: any, callback: any): any; -/** - * Encodes multiple messages (payload) as binary. - * - * <1 = binary, 0 = string><number from 0-9><number from 0-9>[...]<number - * 255><data> - * - * Example: - * 1 3 255 1 2 3, if the binary contents are interpreted as 8 bit integers - * - * @param {Array} packets - * @return {Buffer} encoded payload - * @api private - */ -export declare function encodePayloadAsBinary(packets: any, callback: any): any; -export declare function decodePayloadAsBinary(data: any, binaryType: any, callback: any): any; diff --git a/software/flow/node_modules/engine.io/build/parser-v3/index.js b/software/flow/node_modules/engine.io/build/parser-v3/index.js deleted file mode 100644 index aad2269..0000000 --- a/software/flow/node_modules/engine.io/build/parser-v3/index.js +++ /dev/null @@ -1,424 +0,0 @@ -"use strict"; -// imported from https://github.com/socketio/engine.io-parser/tree/2.2.x -Object.defineProperty(exports, "__esModule", { value: true }); -exports.decodePayloadAsBinary = exports.encodePayloadAsBinary = exports.decodePayload = exports.encodePayload = exports.decodeBase64Packet = exports.decodePacket = exports.encodeBase64Packet = exports.encodePacket = exports.packets = exports.protocol = void 0; -/** - * Module dependencies. - */ -var utf8 = require('./utf8'); -/** - * Current protocol version. - */ -exports.protocol = 3; -const hasBinary = (packets) => { - for (const packet of packets) { - if (packet.data instanceof ArrayBuffer || ArrayBuffer.isView(packet.data)) { - return true; - } - } - return false; -}; -/** - * Packet types. - */ -exports.packets = { - open: 0 // non-ws - , - close: 1 // non-ws - , - ping: 2, - pong: 3, - message: 4, - upgrade: 5, - noop: 6 -}; -var packetslist = Object.keys(exports.packets); -/** - * Premade error packet. - */ -var err = { type: 'error', data: 'parser error' }; -const EMPTY_BUFFER = Buffer.concat([]); -/** - * Encodes a packet. - * - * <packet type id> [ <data> ] - * - * Example: - * - * 5hello world - * 3 - * 4 - * - * Binary is encoded in an identical principle - * - * @api private - */ -function encodePacket(packet, supportsBinary, utf8encode, callback) { - if (typeof supportsBinary === 'function') { - callback = supportsBinary; - supportsBinary = null; - } - if (typeof utf8encode === 'function') { - callback = utf8encode; - utf8encode = null; - } - if (Buffer.isBuffer(packet.data)) { - return encodeBuffer(packet, supportsBinary, callback); - } - else if (packet.data && (packet.data.buffer || packet.data) instanceof ArrayBuffer) { - return encodeBuffer({ type: packet.type, data: arrayBufferToBuffer(packet.data) }, supportsBinary, callback); - } - // Sending data as a utf-8 string - var encoded = exports.packets[packet.type]; - // data fragment is optional - if (undefined !== packet.data) { - encoded += utf8encode ? utf8.encode(String(packet.data), { strict: false }) : String(packet.data); - } - return callback('' + encoded); -} -exports.encodePacket = encodePacket; -; -/** - * Encode Buffer data - */ -function encodeBuffer(packet, supportsBinary, callback) { - if (!supportsBinary) { - return encodeBase64Packet(packet, callback); - } - var data = packet.data; - var typeBuffer = Buffer.allocUnsafe(1); - typeBuffer[0] = exports.packets[packet.type]; - return callback(Buffer.concat([typeBuffer, data])); -} -/** - * Encodes a packet with binary data in a base64 string - * - * @param {Object} packet, has `type` and `data` - * @return {String} base64 encoded message - */ -function encodeBase64Packet(packet, callback) { - var data = Buffer.isBuffer(packet.data) ? packet.data : arrayBufferToBuffer(packet.data); - var message = 'b' + exports.packets[packet.type]; - message += data.toString('base64'); - return callback(message); -} -exports.encodeBase64Packet = encodeBase64Packet; -; -/** - * Decodes a packet. Data also available as an ArrayBuffer if requested. - * - * @return {Object} with `type` and `data` (if any) - * @api private - */ -function decodePacket(data, binaryType, utf8decode) { - if (data === undefined) { - return err; - } - var type; - // String data - if (typeof data === 'string') { - type = data.charAt(0); - if (type === 'b') { - return decodeBase64Packet(data.slice(1), binaryType); - } - if (utf8decode) { - data = tryDecode(data); - if (data === false) { - return err; - } - } - if (Number(type) != type || !packetslist[type]) { - return err; - } - if (data.length > 1) { - return { type: packetslist[type], data: data.slice(1) }; - } - else { - return { type: packetslist[type] }; - } - } - // Binary data - if (binaryType === 'arraybuffer') { - // wrap Buffer/ArrayBuffer data into an Uint8Array - var intArray = new Uint8Array(data); - type = intArray[0]; - return { type: packetslist[type], data: intArray.buffer.slice(1) }; - } - if (data instanceof ArrayBuffer) { - data = arrayBufferToBuffer(data); - } - type = data[0]; - return { type: packetslist[type], data: data.slice(1) }; -} -exports.decodePacket = decodePacket; -; -function tryDecode(data) { - try { - data = utf8.decode(data, { strict: false }); - } - catch (e) { - return false; - } - return data; -} -/** - * Decodes a packet encoded in a base64 string. - * - * @param {String} base64 encoded message - * @return {Object} with `type` and `data` (if any) - */ -function decodeBase64Packet(msg, binaryType) { - var type = packetslist[msg.charAt(0)]; - var data = Buffer.from(msg.slice(1), 'base64'); - if (binaryType === 'arraybuffer') { - var abv = new Uint8Array(data.length); - for (var i = 0; i < abv.length; i++) { - abv[i] = data[i]; - } - // @ts-ignore - data = abv.buffer; - } - return { type: type, data: data }; -} -exports.decodeBase64Packet = decodeBase64Packet; -; -/** - * Encodes multiple messages (payload). - * - * <length>:data - * - * Example: - * - * 11:hello world2:hi - * - * If any contents are binary, they will be encoded as base64 strings. Base64 - * encoded strings are marked with a b before the length specifier - * - * @param {Array} packets - * @api private - */ -function encodePayload(packets, supportsBinary, callback) { - if (typeof supportsBinary === 'function') { - callback = supportsBinary; - supportsBinary = null; - } - if (supportsBinary && hasBinary(packets)) { - return encodePayloadAsBinary(packets, callback); - } - if (!packets.length) { - return callback('0:'); - } - function encodeOne(packet, doneCallback) { - encodePacket(packet, supportsBinary, false, function (message) { - doneCallback(null, setLengthHeader(message)); - }); - } - map(packets, encodeOne, function (err, results) { - return callback(results.join('')); - }); -} -exports.encodePayload = encodePayload; -; -function setLengthHeader(message) { - return message.length + ':' + message; -} -/** - * Async array map using after - */ -function map(ary, each, done) { - const results = new Array(ary.length); - let count = 0; - for (let i = 0; i < ary.length; i++) { - each(ary[i], (error, msg) => { - results[i] = msg; - if (++count === ary.length) { - done(null, results); - } - }); - } -} -/* - * Decodes data when a payload is maybe expected. Possible binary contents are - * decoded from their base64 representation - * - * @param {String} data, callback method - * @api public - */ -function decodePayload(data, binaryType, callback) { - if (typeof data !== 'string') { - return decodePayloadAsBinary(data, binaryType, callback); - } - if (typeof binaryType === 'function') { - callback = binaryType; - binaryType = null; - } - if (data === '') { - // parser error - ignoring payload - return callback(err, 0, 1); - } - var length = '', n, msg, packet; - for (var i = 0, l = data.length; i < l; i++) { - var chr = data.charAt(i); - if (chr !== ':') { - length += chr; - continue; - } - // @ts-ignore - if (length === '' || (length != (n = Number(length)))) { - // parser error - ignoring payload - return callback(err, 0, 1); - } - msg = data.slice(i + 1, i + 1 + n); - if (length != msg.length) { - // parser error - ignoring payload - return callback(err, 0, 1); - } - if (msg.length) { - packet = decodePacket(msg, binaryType, false); - if (err.type === packet.type && err.data === packet.data) { - // parser error in individual packet - ignoring payload - return callback(err, 0, 1); - } - var more = callback(packet, i + n, l); - if (false === more) - return; - } - // advance cursor - i += n; - length = ''; - } - if (length !== '') { - // parser error - ignoring payload - return callback(err, 0, 1); - } -} -exports.decodePayload = decodePayload; -; -/** - * - * Converts a buffer to a utf8.js encoded string - * - * @api private - */ -function bufferToString(buffer) { - var str = ''; - for (var i = 0, l = buffer.length; i < l; i++) { - str += String.fromCharCode(buffer[i]); - } - return str; -} -/** - * - * Converts a utf8.js encoded string to a buffer - * - * @api private - */ -function stringToBuffer(string) { - var buf = Buffer.allocUnsafe(string.length); - for (var i = 0, l = string.length; i < l; i++) { - buf.writeUInt8(string.charCodeAt(i), i); - } - return buf; -} -/** - * - * Converts an ArrayBuffer to a Buffer - * - * @api private - */ -function arrayBufferToBuffer(data) { - // data is either an ArrayBuffer or ArrayBufferView. - var length = data.byteLength || data.length; - var offset = data.byteOffset || 0; - return Buffer.from(data.buffer || data, offset, length); -} -/** - * Encodes multiple messages (payload) as binary. - * - * <1 = binary, 0 = string><number from 0-9><number from 0-9>[...]<number - * 255><data> - * - * Example: - * 1 3 255 1 2 3, if the binary contents are interpreted as 8 bit integers - * - * @param {Array} packets - * @return {Buffer} encoded payload - * @api private - */ -function encodePayloadAsBinary(packets, callback) { - if (!packets.length) { - return callback(EMPTY_BUFFER); - } - map(packets, encodeOneBinaryPacket, function (err, results) { - return callback(Buffer.concat(results)); - }); -} -exports.encodePayloadAsBinary = encodePayloadAsBinary; -; -function encodeOneBinaryPacket(p, doneCallback) { - function onBinaryPacketEncode(packet) { - var encodingLength = '' + packet.length; - var sizeBuffer; - if (typeof packet === 'string') { - sizeBuffer = Buffer.allocUnsafe(encodingLength.length + 2); - sizeBuffer[0] = 0; // is a string (not true binary = 0) - for (var i = 0; i < encodingLength.length; i++) { - sizeBuffer[i + 1] = parseInt(encodingLength[i], 10); - } - sizeBuffer[sizeBuffer.length - 1] = 255; - return doneCallback(null, Buffer.concat([sizeBuffer, stringToBuffer(packet)])); - } - sizeBuffer = Buffer.allocUnsafe(encodingLength.length + 2); - sizeBuffer[0] = 1; // is binary (true binary = 1) - for (var i = 0; i < encodingLength.length; i++) { - sizeBuffer[i + 1] = parseInt(encodingLength[i], 10); - } - sizeBuffer[sizeBuffer.length - 1] = 255; - doneCallback(null, Buffer.concat([sizeBuffer, packet])); - } - encodePacket(p, true, true, onBinaryPacketEncode); -} -/* - * Decodes data when a payload is maybe expected. Strings are decoded by - * interpreting each byte as a key code for entries marked to start with 0. See - * description of encodePayloadAsBinary - - * @param {Buffer} data, callback method - * @api public - */ -function decodePayloadAsBinary(data, binaryType, callback) { - if (typeof binaryType === 'function') { - callback = binaryType; - binaryType = null; - } - var bufferTail = data; - var buffers = []; - var i; - while (bufferTail.length > 0) { - var strLen = ''; - var isString = bufferTail[0] === 0; - for (i = 1;; i++) { - if (bufferTail[i] === 255) - break; - // 310 = char length of Number.MAX_VALUE - if (strLen.length > 310) { - return callback(err, 0, 1); - } - strLen += '' + bufferTail[i]; - } - bufferTail = bufferTail.slice(strLen.length + 1); - var msgLength = parseInt(strLen, 10); - var msg = bufferTail.slice(1, msgLength + 1); - if (isString) - msg = bufferToString(msg); - buffers.push(msg); - bufferTail = bufferTail.slice(msgLength + 1); - } - var total = buffers.length; - for (i = 0; i < total; i++) { - var buffer = buffers[i]; - callback(decodePacket(buffer, binaryType, true), i, total); - } -} -exports.decodePayloadAsBinary = decodePayloadAsBinary; -; diff --git a/software/flow/node_modules/engine.io/build/parser-v3/utf8.d.ts b/software/flow/node_modules/engine.io/build/parser-v3/utf8.d.ts deleted file mode 100644 index 1a2c02c..0000000 --- a/software/flow/node_modules/engine.io/build/parser-v3/utf8.d.ts +++ /dev/null @@ -1,14 +0,0 @@ -/*! https://mths.be/utf8js v2.1.2 by @mathias */ -declare var stringFromCharCode: (...codes: number[]) => string; -declare function ucs2decode(string: any): any[]; -declare function ucs2encode(array: any): string; -declare function checkScalarValue(codePoint: any, strict: any): boolean; -declare function createByte(codePoint: any, shift: any): string; -declare function encodeCodePoint(codePoint: any, strict: any): string; -declare function utf8encode(string: any, opts: any): string; -declare function readContinuationByte(): number; -declare function decodeSymbol(strict: any): any; -declare var byteArray: any; -declare var byteCount: any; -declare var byteIndex: any; -declare function utf8decode(byteString: any, opts: any): string; diff --git a/software/flow/node_modules/engine.io/build/parser-v3/utf8.js b/software/flow/node_modules/engine.io/build/parser-v3/utf8.js deleted file mode 100644 index d9d0175..0000000 --- a/software/flow/node_modules/engine.io/build/parser-v3/utf8.js +++ /dev/null @@ -1,187 +0,0 @@ -/*! https://mths.be/utf8js v2.1.2 by @mathias */ -var stringFromCharCode = String.fromCharCode; -// Taken from https://mths.be/punycode -function ucs2decode(string) { - var output = []; - var counter = 0; - var length = string.length; - var value; - var extra; - while (counter < length) { - value = string.charCodeAt(counter++); - if (value >= 0xD800 && value <= 0xDBFF && counter < length) { - // high surrogate, and there is a next character - extra = string.charCodeAt(counter++); - if ((extra & 0xFC00) == 0xDC00) { // low surrogate - output.push(((value & 0x3FF) << 10) + (extra & 0x3FF) + 0x10000); - } - else { - // unmatched surrogate; only append this code unit, in case the next - // code unit is the high surrogate of a surrogate pair - output.push(value); - counter--; - } - } - else { - output.push(value); - } - } - return output; -} -// Taken from https://mths.be/punycode -function ucs2encode(array) { - var length = array.length; - var index = -1; - var value; - var output = ''; - while (++index < length) { - value = array[index]; - if (value > 0xFFFF) { - value -= 0x10000; - output += stringFromCharCode(value >>> 10 & 0x3FF | 0xD800); - value = 0xDC00 | value & 0x3FF; - } - output += stringFromCharCode(value); - } - return output; -} -function checkScalarValue(codePoint, strict) { - if (codePoint >= 0xD800 && codePoint <= 0xDFFF) { - if (strict) { - throw Error('Lone surrogate U+' + codePoint.toString(16).toUpperCase() + - ' is not a scalar value'); - } - return false; - } - return true; -} -/*--------------------------------------------------------------------------*/ -function createByte(codePoint, shift) { - return stringFromCharCode(((codePoint >> shift) & 0x3F) | 0x80); -} -function encodeCodePoint(codePoint, strict) { - if ((codePoint & 0xFFFFFF80) == 0) { // 1-byte sequence - return stringFromCharCode(codePoint); - } - var symbol = ''; - if ((codePoint & 0xFFFFF800) == 0) { // 2-byte sequence - symbol = stringFromCharCode(((codePoint >> 6) & 0x1F) | 0xC0); - } - else if ((codePoint & 0xFFFF0000) == 0) { // 3-byte sequence - if (!checkScalarValue(codePoint, strict)) { - codePoint = 0xFFFD; - } - symbol = stringFromCharCode(((codePoint >> 12) & 0x0F) | 0xE0); - symbol += createByte(codePoint, 6); - } - else if ((codePoint & 0xFFE00000) == 0) { // 4-byte sequence - symbol = stringFromCharCode(((codePoint >> 18) & 0x07) | 0xF0); - symbol += createByte(codePoint, 12); - symbol += createByte(codePoint, 6); - } - symbol += stringFromCharCode((codePoint & 0x3F) | 0x80); - return symbol; -} -function utf8encode(string, opts) { - opts = opts || {}; - var strict = false !== opts.strict; - var codePoints = ucs2decode(string); - var length = codePoints.length; - var index = -1; - var codePoint; - var byteString = ''; - while (++index < length) { - codePoint = codePoints[index]; - byteString += encodeCodePoint(codePoint, strict); - } - return byteString; -} -/*--------------------------------------------------------------------------*/ -function readContinuationByte() { - if (byteIndex >= byteCount) { - throw Error('Invalid byte index'); - } - var continuationByte = byteArray[byteIndex] & 0xFF; - byteIndex++; - if ((continuationByte & 0xC0) == 0x80) { - return continuationByte & 0x3F; - } - // If we end up here, it’s not a continuation byte - throw Error('Invalid continuation byte'); -} -function decodeSymbol(strict) { - var byte1; - var byte2; - var byte3; - var byte4; - var codePoint; - if (byteIndex > byteCount) { - throw Error('Invalid byte index'); - } - if (byteIndex == byteCount) { - return false; - } - // Read first byte - byte1 = byteArray[byteIndex] & 0xFF; - byteIndex++; - // 1-byte sequence (no continuation bytes) - if ((byte1 & 0x80) == 0) { - return byte1; - } - // 2-byte sequence - if ((byte1 & 0xE0) == 0xC0) { - byte2 = readContinuationByte(); - codePoint = ((byte1 & 0x1F) << 6) | byte2; - if (codePoint >= 0x80) { - return codePoint; - } - else { - throw Error('Invalid continuation byte'); - } - } - // 3-byte sequence (may include unpaired surrogates) - if ((byte1 & 0xF0) == 0xE0) { - byte2 = readContinuationByte(); - byte3 = readContinuationByte(); - codePoint = ((byte1 & 0x0F) << 12) | (byte2 << 6) | byte3; - if (codePoint >= 0x0800) { - return checkScalarValue(codePoint, strict) ? codePoint : 0xFFFD; - } - else { - throw Error('Invalid continuation byte'); - } - } - // 4-byte sequence - if ((byte1 & 0xF8) == 0xF0) { - byte2 = readContinuationByte(); - byte3 = readContinuationByte(); - byte4 = readContinuationByte(); - codePoint = ((byte1 & 0x07) << 0x12) | (byte2 << 0x0C) | - (byte3 << 0x06) | byte4; - if (codePoint >= 0x010000 && codePoint <= 0x10FFFF) { - return codePoint; - } - } - throw Error('Invalid UTF-8 detected'); -} -var byteArray; -var byteCount; -var byteIndex; -function utf8decode(byteString, opts) { - opts = opts || {}; - var strict = false !== opts.strict; - byteArray = ucs2decode(byteString); - byteCount = byteArray.length; - byteIndex = 0; - var codePoints = []; - var tmp; - while ((tmp = decodeSymbol(strict)) !== false) { - codePoints.push(tmp); - } - return ucs2encode(codePoints); -} -module.exports = { - version: '2.1.2', - encode: utf8encode, - decode: utf8decode -}; diff --git a/software/flow/node_modules/engine.io/build/server.d.ts b/software/flow/node_modules/engine.io/build/server.d.ts deleted file mode 100644 index 64b11ad..0000000 --- a/software/flow/node_modules/engine.io/build/server.d.ts +++ /dev/null @@ -1,264 +0,0 @@ -/// <reference types="node" /> -import { EventEmitter } from "events"; -import type { IncomingMessage, Server as HttpServer, ServerResponse } from "http"; -import type { CookieSerializeOptions } from "cookie"; -import type { CorsOptions, CorsOptionsDelegate } from "cors"; -import type { Duplex } from "stream"; -declare type Transport = "polling" | "websocket"; -export interface AttachOptions { - /** - * name of the path to capture - * @default "/engine.io" - */ - path?: string; - /** - * destroy unhandled upgrade requests - * @default true - */ - destroyUpgrade?: boolean; - /** - * milliseconds after which unhandled requests are ended - * @default 1000 - */ - destroyUpgradeTimeout?: number; - /** - * Whether we should add a trailing slash to the request path. - * @default true - */ - addTrailingSlash?: boolean; -} -export interface ServerOptions { - /** - * how many ms without a pong packet to consider the connection closed - * @default 20000 - */ - pingTimeout?: number; - /** - * how many ms before sending a new ping packet - * @default 25000 - */ - pingInterval?: number; - /** - * how many ms before an uncompleted transport upgrade is cancelled - * @default 10000 - */ - upgradeTimeout?: number; - /** - * how many bytes or characters a message can be, before closing the session (to avoid DoS). - * @default 1e5 (100 KB) - */ - maxHttpBufferSize?: number; - /** - * A function that receives a given handshake or upgrade request as its first parameter, - * and can decide whether to continue or not. The second argument is a function that needs - * to be called with the decided information: fn(err, success), where success is a boolean - * value where false means that the request is rejected, and err is an error code. - */ - allowRequest?: (req: IncomingMessage, fn: (err: string | null | undefined, success: boolean) => void) => void; - /** - * the low-level transports that are enabled - * @default ["polling", "websocket"] - */ - transports?: Transport[]; - /** - * whether to allow transport upgrades - * @default true - */ - allowUpgrades?: boolean; - /** - * parameters of the WebSocket permessage-deflate extension (see ws module api docs). Set to false to disable. - * @default false - */ - perMessageDeflate?: boolean | object; - /** - * parameters of the http compression for the polling transports (see zlib api docs). Set to false to disable. - * @default true - */ - httpCompression?: boolean | object; - /** - * what WebSocket server implementation to use. Specified module must - * conform to the ws interface (see ws module api docs). - * An alternative c++ addon is also available by installing eiows module. - * - * @default `require("ws").Server` - */ - wsEngine?: any; - /** - * an optional packet which will be concatenated to the handshake packet emitted by Engine.IO. - */ - initialPacket?: any; - /** - * configuration of the cookie that contains the client sid to send as part of handshake response headers. This cookie - * might be used for sticky-session. Defaults to not sending any cookie. - * @default false - */ - cookie?: (CookieSerializeOptions & { - name: string; - }) | boolean; - /** - * the options that will be forwarded to the cors module - */ - cors?: CorsOptions | CorsOptionsDelegate; - /** - * whether to enable compatibility with Socket.IO v2 clients - * @default false - */ - allowEIO3?: boolean; -} -/** - * An Express-compatible middleware. - * - * Middleware functions are functions that have access to the request object (req), the response object (res), and the - * next middleware function in the application’s request-response cycle. - * - * @see https://expressjs.com/en/guide/using-middleware.html - */ -declare type Middleware = (req: IncomingMessage, res: ServerResponse, next: () => void) => void; -export declare abstract class BaseServer extends EventEmitter { - opts: ServerOptions; - protected clients: any; - private clientsCount; - protected middlewares: Middleware[]; - /** - * Server constructor. - * - * @param {Object} opts - options - * @api public - */ - constructor(opts?: ServerOptions); - protected abstract init(): any; - /** - * Compute the pathname of the requests that are handled by the server - * @param options - * @protected - */ - protected _computePath(options: AttachOptions): string; - /** - * Returns a list of available transports for upgrade given a certain transport. - * - * @return {Array} - * @api public - */ - upgrades(transport: any): any; - /** - * Verifies a request. - * - * @param {http.IncomingMessage} - * @return {Boolean} whether the request is valid - * @api private - */ - protected verify(req: any, upgrade: any, fn: any): any; - /** - * Adds a new middleware. - * - * @example - * import helmet from "helmet"; - * - * engine.use(helmet()); - * - * @param fn - */ - use(fn: Middleware): void; - /** - * Apply the middlewares to the request. - * - * @param req - * @param res - * @param callback - * @protected - */ - protected _applyMiddlewares(req: IncomingMessage, res: ServerResponse, callback: () => void): void; - /** - * Closes all clients. - * - * @api public - */ - close(): this; - protected abstract cleanup(): any; - /** - * generate a socket id. - * Overwrite this method to generate your custom socket id - * - * @param {Object} request object - * @api public - */ - generateId(req: any): any; - /** - * Handshakes a new client. - * - * @param {String} transport name - * @param {Object} request object - * @param {Function} closeConnection - * - * @api protected - */ - protected handshake(transportName: any, req: any, closeConnection: any): Promise<any>; - protected abstract createTransport(transportName: any, req: any): any; - /** - * Protocol errors mappings. - */ - static errors: { - UNKNOWN_TRANSPORT: number; - UNKNOWN_SID: number; - BAD_HANDSHAKE_METHOD: number; - BAD_REQUEST: number; - FORBIDDEN: number; - UNSUPPORTED_PROTOCOL_VERSION: number; - }; - static errorMessages: { - 0: string; - 1: string; - 2: string; - 3: string; - 4: string; - 5: string; - }; -} -export declare class Server extends BaseServer { - httpServer?: HttpServer; - private ws; - /** - * Initialize websocket server - * - * @api protected - */ - protected init(): void; - protected cleanup(): void; - /** - * Prepares a request by processing the query string. - * - * @api private - */ - private prepare; - protected createTransport(transportName: any, req: any): any; - /** - * Handles an Engine.IO HTTP request. - * - * @param {IncomingMessage} req - * @param {ServerResponse} res - * @api public - */ - handleRequest(req: IncomingMessage, res: ServerResponse): void; - /** - * Handles an Engine.IO HTTP Upgrade. - * - * @api public - */ - handleUpgrade(req: IncomingMessage, socket: Duplex, upgradeHead: Buffer): void; - /** - * Called upon a ws.io connection. - * - * @param {ws.Socket} websocket - * @api private - */ - private onWebSocket; - /** - * Captures upgrade requests for a http.Server. - * - * @param {http.Server} server - * @param {Object} options - * @api public - */ - attach(server: HttpServer, options?: AttachOptions): void; -} -export {}; diff --git a/software/flow/node_modules/engine.io/build/server.js b/software/flow/node_modules/engine.io/build/server.js deleted file mode 100644 index 8411f2c..0000000 --- a/software/flow/node_modules/engine.io/build/server.js +++ /dev/null @@ -1,718 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.Server = exports.BaseServer = void 0; -const qs = require("querystring"); -const url_1 = require("url"); -const base64id = require("base64id"); -const transports_1 = require("./transports"); -const events_1 = require("events"); -const socket_1 = require("./socket"); -const debug_1 = require("debug"); -const cookie_1 = require("cookie"); -const ws_1 = require("ws"); -const debug = (0, debug_1.default)("engine"); -const kResponseHeaders = Symbol("responseHeaders"); -class BaseServer extends events_1.EventEmitter { - /** - * Server constructor. - * - * @param {Object} opts - options - * @api public - */ - constructor(opts = {}) { - super(); - this.middlewares = []; - this.clients = {}; - this.clientsCount = 0; - this.opts = Object.assign({ - wsEngine: ws_1.Server, - pingTimeout: 20000, - pingInterval: 25000, - upgradeTimeout: 10000, - maxHttpBufferSize: 1e6, - transports: Object.keys(transports_1.default), - allowUpgrades: true, - httpCompression: { - threshold: 1024, - }, - cors: false, - allowEIO3: false, - }, opts); - if (opts.cookie) { - this.opts.cookie = Object.assign({ - name: "io", - path: "/", - // @ts-ignore - httpOnly: opts.cookie.path !== false, - sameSite: "lax", - }, opts.cookie); - } - if (this.opts.cors) { - this.use(require("cors")(this.opts.cors)); - } - if (opts.perMessageDeflate) { - this.opts.perMessageDeflate = Object.assign({ - threshold: 1024, - }, opts.perMessageDeflate); - } - this.init(); - } - /** - * Compute the pathname of the requests that are handled by the server - * @param options - * @protected - */ - _computePath(options) { - let path = (options.path || "/engine.io").replace(/\/$/, ""); - if (options.addTrailingSlash !== false) { - // normalize path - path += "/"; - } - return path; - } - /** - * Returns a list of available transports for upgrade given a certain transport. - * - * @return {Array} - * @api public - */ - upgrades(transport) { - if (!this.opts.allowUpgrades) - return []; - return transports_1.default[transport].upgradesTo || []; - } - /** - * Verifies a request. - * - * @param {http.IncomingMessage} - * @return {Boolean} whether the request is valid - * @api private - */ - verify(req, upgrade, fn) { - // transport check - const transport = req._query.transport; - if (!~this.opts.transports.indexOf(transport)) { - debug('unknown transport "%s"', transport); - return fn(Server.errors.UNKNOWN_TRANSPORT, { transport }); - } - // 'Origin' header check - const isOriginInvalid = checkInvalidHeaderChar(req.headers.origin); - if (isOriginInvalid) { - const origin = req.headers.origin; - req.headers.origin = null; - debug("origin header invalid"); - return fn(Server.errors.BAD_REQUEST, { - name: "INVALID_ORIGIN", - origin, - }); - } - // sid check - const sid = req._query.sid; - if (sid) { - if (!this.clients.hasOwnProperty(sid)) { - debug('unknown sid "%s"', sid); - return fn(Server.errors.UNKNOWN_SID, { - sid, - }); - } - const previousTransport = this.clients[sid].transport.name; - if (!upgrade && previousTransport !== transport) { - debug("bad request: unexpected transport without upgrade"); - return fn(Server.errors.BAD_REQUEST, { - name: "TRANSPORT_MISMATCH", - transport, - previousTransport, - }); - } - } - else { - // handshake is GET only - if ("GET" !== req.method) { - return fn(Server.errors.BAD_HANDSHAKE_METHOD, { - method: req.method, - }); - } - if (transport === "websocket" && !upgrade) { - debug("invalid transport upgrade"); - return fn(Server.errors.BAD_REQUEST, { - name: "TRANSPORT_HANDSHAKE_ERROR", - }); - } - if (!this.opts.allowRequest) - return fn(); - return this.opts.allowRequest(req, (message, success) => { - if (!success) { - return fn(Server.errors.FORBIDDEN, { - message, - }); - } - fn(); - }); - } - fn(); - } - /** - * Adds a new middleware. - * - * @example - * import helmet from "helmet"; - * - * engine.use(helmet()); - * - * @param fn - */ - use(fn) { - this.middlewares.push(fn); - } - /** - * Apply the middlewares to the request. - * - * @param req - * @param res - * @param callback - * @protected - */ - _applyMiddlewares(req, res, callback) { - if (this.middlewares.length === 0) { - debug("no middleware to apply, skipping"); - return callback(); - } - const apply = (i) => { - debug("applying middleware n°%d", i + 1); - this.middlewares[i](req, res, () => { - if (i + 1 < this.middlewares.length) { - apply(i + 1); - } - else { - callback(); - } - }); - }; - apply(0); - } - /** - * Closes all clients. - * - * @api public - */ - close() { - debug("closing all open clients"); - for (let i in this.clients) { - if (this.clients.hasOwnProperty(i)) { - this.clients[i].close(true); - } - } - this.cleanup(); - return this; - } - /** - * generate a socket id. - * Overwrite this method to generate your custom socket id - * - * @param {Object} request object - * @api public - */ - generateId(req) { - return base64id.generateId(); - } - /** - * Handshakes a new client. - * - * @param {String} transport name - * @param {Object} request object - * @param {Function} closeConnection - * - * @api protected - */ - async handshake(transportName, req, closeConnection) { - const protocol = req._query.EIO === "4" ? 4 : 3; // 3rd revision by default - if (protocol === 3 && !this.opts.allowEIO3) { - debug("unsupported protocol version"); - this.emit("connection_error", { - req, - code: Server.errors.UNSUPPORTED_PROTOCOL_VERSION, - message: Server.errorMessages[Server.errors.UNSUPPORTED_PROTOCOL_VERSION], - context: { - protocol, - }, - }); - closeConnection(Server.errors.UNSUPPORTED_PROTOCOL_VERSION); - return; - } - let id; - try { - id = await this.generateId(req); - } - catch (e) { - debug("error while generating an id"); - this.emit("connection_error", { - req, - code: Server.errors.BAD_REQUEST, - message: Server.errorMessages[Server.errors.BAD_REQUEST], - context: { - name: "ID_GENERATION_ERROR", - error: e, - }, - }); - closeConnection(Server.errors.BAD_REQUEST); - return; - } - debug('handshaking client "%s"', id); - try { - var transport = this.createTransport(transportName, req); - if ("polling" === transportName) { - transport.maxHttpBufferSize = this.opts.maxHttpBufferSize; - transport.httpCompression = this.opts.httpCompression; - } - else if ("websocket" === transportName) { - transport.perMessageDeflate = this.opts.perMessageDeflate; - } - if (req._query && req._query.b64) { - transport.supportsBinary = false; - } - else { - transport.supportsBinary = true; - } - } - catch (e) { - debug('error handshaking to transport "%s"', transportName); - this.emit("connection_error", { - req, - code: Server.errors.BAD_REQUEST, - message: Server.errorMessages[Server.errors.BAD_REQUEST], - context: { - name: "TRANSPORT_HANDSHAKE_ERROR", - error: e, - }, - }); - closeConnection(Server.errors.BAD_REQUEST); - return; - } - const socket = new socket_1.Socket(id, this, transport, req, protocol); - transport.on("headers", (headers, req) => { - const isInitialRequest = !req._query.sid; - if (isInitialRequest) { - if (this.opts.cookie) { - headers["Set-Cookie"] = [ - // @ts-ignore - (0, cookie_1.serialize)(this.opts.cookie.name, id, this.opts.cookie), - ]; - } - this.emit("initial_headers", headers, req); - } - this.emit("headers", headers, req); - }); - transport.onRequest(req); - this.clients[id] = socket; - this.clientsCount++; - socket.once("close", () => { - delete this.clients[id]; - this.clientsCount--; - }); - this.emit("connection", socket); - return transport; - } -} -exports.BaseServer = BaseServer; -/** - * Protocol errors mappings. - */ -BaseServer.errors = { - UNKNOWN_TRANSPORT: 0, - UNKNOWN_SID: 1, - BAD_HANDSHAKE_METHOD: 2, - BAD_REQUEST: 3, - FORBIDDEN: 4, - UNSUPPORTED_PROTOCOL_VERSION: 5, -}; -BaseServer.errorMessages = { - 0: "Transport unknown", - 1: "Session ID unknown", - 2: "Bad handshake method", - 3: "Bad request", - 4: "Forbidden", - 5: "Unsupported protocol version", -}; -/** - * Exposes a subset of the http.ServerResponse interface, in order to be able to apply the middlewares to an upgrade - * request. - * - * @see https://nodejs.org/api/http.html#class-httpserverresponse - */ -class WebSocketResponse { - constructor(req, socket) { - this.req = req; - this.socket = socket; - // temporarily store the response headers on the req object (see the "headers" event) - req[kResponseHeaders] = {}; - } - setHeader(name, value) { - this.req[kResponseHeaders][name] = value; - } - getHeader(name) { - return this.req[kResponseHeaders][name]; - } - removeHeader(name) { - delete this.req[kResponseHeaders][name]; - } - write() { } - writeHead() { } - end() { - // we could return a proper error code, but the WebSocket client will emit an "error" event anyway. - this.socket.destroy(); - } -} -class Server extends BaseServer { - /** - * Initialize websocket server - * - * @api protected - */ - init() { - if (!~this.opts.transports.indexOf("websocket")) - return; - if (this.ws) - this.ws.close(); - this.ws = new this.opts.wsEngine({ - noServer: true, - clientTracking: false, - perMessageDeflate: this.opts.perMessageDeflate, - maxPayload: this.opts.maxHttpBufferSize, - }); - if (typeof this.ws.on === "function") { - this.ws.on("headers", (headersArray, req) => { - // note: 'ws' uses an array of headers, while Engine.IO uses an object (response.writeHead() accepts both formats) - // we could also try to parse the array and then sync the values, but that will be error-prone - const additionalHeaders = req[kResponseHeaders] || {}; - delete req[kResponseHeaders]; - const isInitialRequest = !req._query.sid; - if (isInitialRequest) { - this.emit("initial_headers", additionalHeaders, req); - } - this.emit("headers", additionalHeaders, req); - debug("writing headers: %j", additionalHeaders); - Object.keys(additionalHeaders).forEach((key) => { - headersArray.push(`${key}: ${additionalHeaders[key]}`); - }); - }); - } - } - cleanup() { - if (this.ws) { - debug("closing webSocketServer"); - this.ws.close(); - // don't delete this.ws because it can be used again if the http server starts listening again - } - } - /** - * Prepares a request by processing the query string. - * - * @api private - */ - prepare(req) { - // try to leverage pre-existing `req._query` (e.g: from connect) - if (!req._query) { - req._query = ~req.url.indexOf("?") ? qs.parse((0, url_1.parse)(req.url).query) : {}; - } - } - createTransport(transportName, req) { - return new transports_1.default[transportName](req); - } - /** - * Handles an Engine.IO HTTP request. - * - * @param {IncomingMessage} req - * @param {ServerResponse} res - * @api public - */ - handleRequest(req, res) { - debug('handling "%s" http request "%s"', req.method, req.url); - this.prepare(req); - // @ts-ignore - req.res = res; - const callback = (errorCode, errorContext) => { - if (errorCode !== undefined) { - this.emit("connection_error", { - req, - code: errorCode, - message: Server.errorMessages[errorCode], - context: errorContext, - }); - abortRequest(res, errorCode, errorContext); - return; - } - // @ts-ignore - if (req._query.sid) { - debug("setting new request for existing client"); - // @ts-ignore - this.clients[req._query.sid].transport.onRequest(req); - } - else { - const closeConnection = (errorCode, errorContext) => abortRequest(res, errorCode, errorContext); - // @ts-ignore - this.handshake(req._query.transport, req, closeConnection); - } - }; - this._applyMiddlewares(req, res, () => { - this.verify(req, false, callback); - }); - } - /** - * Handles an Engine.IO HTTP Upgrade. - * - * @api public - */ - handleUpgrade(req, socket, upgradeHead) { - this.prepare(req); - const res = new WebSocketResponse(req, socket); - this._applyMiddlewares(req, res, () => { - this.verify(req, true, (errorCode, errorContext) => { - if (errorCode) { - this.emit("connection_error", { - req, - code: errorCode, - message: Server.errorMessages[errorCode], - context: errorContext, - }); - abortUpgrade(socket, errorCode, errorContext); - return; - } - const head = Buffer.from(upgradeHead); - upgradeHead = null; - // some middlewares (like express-session) wait for the writeHead() call to flush their headers - // see https://github.com/expressjs/session/blob/1010fadc2f071ddf2add94235d72224cf65159c6/index.js#L220-L244 - res.writeHead(); - // delegate to ws - this.ws.handleUpgrade(req, socket, head, (websocket) => { - this.onWebSocket(req, socket, websocket); - }); - }); - }); - } - /** - * Called upon a ws.io connection. - * - * @param {ws.Socket} websocket - * @api private - */ - onWebSocket(req, socket, websocket) { - websocket.on("error", onUpgradeError); - if (transports_1.default[req._query.transport] !== undefined && - !transports_1.default[req._query.transport].prototype.handlesUpgrades) { - debug("transport doesnt handle upgraded requests"); - websocket.close(); - return; - } - // get client id - const id = req._query.sid; - // keep a reference to the ws.Socket - req.websocket = websocket; - if (id) { - const client = this.clients[id]; - if (!client) { - debug("upgrade attempt for closed client"); - websocket.close(); - } - else if (client.upgrading) { - debug("transport has already been trying to upgrade"); - websocket.close(); - } - else if (client.upgraded) { - debug("transport had already been upgraded"); - websocket.close(); - } - else { - debug("upgrading existing transport"); - // transport error handling takes over - websocket.removeListener("error", onUpgradeError); - const transport = this.createTransport(req._query.transport, req); - if (req._query && req._query.b64) { - transport.supportsBinary = false; - } - else { - transport.supportsBinary = true; - } - transport.perMessageDeflate = this.opts.perMessageDeflate; - client.maybeUpgrade(transport); - } - } - else { - const closeConnection = (errorCode, errorContext) => abortUpgrade(socket, errorCode, errorContext); - this.handshake(req._query.transport, req, closeConnection); - } - function onUpgradeError() { - debug("websocket error before upgrade"); - // websocket.close() not needed - } - } - /** - * Captures upgrade requests for a http.Server. - * - * @param {http.Server} server - * @param {Object} options - * @api public - */ - attach(server, options = {}) { - const path = this._computePath(options); - const destroyUpgradeTimeout = options.destroyUpgradeTimeout || 1000; - function check(req) { - // TODO use `path === new URL(...).pathname` in the next major release (ref: https://nodejs.org/api/url.html) - return path === req.url.slice(0, path.length); - } - // cache and clean up listeners - const listeners = server.listeners("request").slice(0); - server.removeAllListeners("request"); - server.on("close", this.close.bind(this)); - server.on("listening", this.init.bind(this)); - // add request handler - server.on("request", (req, res) => { - if (check(req)) { - debug('intercepting request for path "%s"', path); - this.handleRequest(req, res); - } - else { - let i = 0; - const l = listeners.length; - for (; i < l; i++) { - listeners[i].call(server, req, res); - } - } - }); - if (~this.opts.transports.indexOf("websocket")) { - server.on("upgrade", (req, socket, head) => { - if (check(req)) { - this.handleUpgrade(req, socket, head); - } - else if (false !== options.destroyUpgrade) { - // default node behavior is to disconnect when no handlers - // but by adding a handler, we prevent that - // and if no eio thing handles the upgrade - // then the socket needs to die! - setTimeout(function () { - // @ts-ignore - if (socket.writable && socket.bytesWritten <= 0) { - socket.on("error", (e) => { - debug("error while destroying upgrade: %s", e.message); - }); - return socket.end(); - } - }, destroyUpgradeTimeout); - } - }); - } - } -} -exports.Server = Server; -/** - * Close the HTTP long-polling request - * - * @param res - the response object - * @param errorCode - the error code - * @param errorContext - additional error context - * - * @api private - */ -function abortRequest(res, errorCode, errorContext) { - const statusCode = errorCode === Server.errors.FORBIDDEN ? 403 : 400; - const message = errorContext && errorContext.message - ? errorContext.message - : Server.errorMessages[errorCode]; - res.writeHead(statusCode, { "Content-Type": "application/json" }); - res.end(JSON.stringify({ - code: errorCode, - message, - })); -} -/** - * Close the WebSocket connection - * - * @param {net.Socket} socket - * @param {string} errorCode - the error code - * @param {object} errorContext - additional error context - * - * @api private - */ -function abortUpgrade(socket, errorCode, errorContext = {}) { - socket.on("error", () => { - debug("ignoring error from closed connection"); - }); - if (socket.writable) { - const message = errorContext.message || Server.errorMessages[errorCode]; - const length = Buffer.byteLength(message); - socket.write("HTTP/1.1 400 Bad Request\r\n" + - "Connection: close\r\n" + - "Content-type: text/html\r\n" + - "Content-Length: " + - length + - "\r\n" + - "\r\n" + - message); - } - socket.destroy(); -} -/* eslint-disable */ -/** - * From https://github.com/nodejs/node/blob/v8.4.0/lib/_http_common.js#L303-L354 - * - * True if val contains an invalid field-vchar - * field-value = *( field-content / obs-fold ) - * field-content = field-vchar [ 1*( SP / HTAB ) field-vchar ] - * field-vchar = VCHAR / obs-text - * - * checkInvalidHeaderChar() is currently designed to be inlinable by v8, - * so take care when making changes to the implementation so that the source - * code size does not exceed v8's default max_inlined_source_size setting. - **/ -// prettier-ignore -const validHdrChars = [ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, - 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, - 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, - 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, - 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, - 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, - 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, - 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, - 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, - 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, - 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, - 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, - 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, - 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 // ... 255 -]; -function checkInvalidHeaderChar(val) { - val += ""; - if (val.length < 1) - return false; - if (!validHdrChars[val.charCodeAt(0)]) { - debug('invalid header, index 0, char "%s"', val.charCodeAt(0)); - return true; - } - if (val.length < 2) - return false; - if (!validHdrChars[val.charCodeAt(1)]) { - debug('invalid header, index 1, char "%s"', val.charCodeAt(1)); - return true; - } - if (val.length < 3) - return false; - if (!validHdrChars[val.charCodeAt(2)]) { - debug('invalid header, index 2, char "%s"', val.charCodeAt(2)); - return true; - } - if (val.length < 4) - return false; - if (!validHdrChars[val.charCodeAt(3)]) { - debug('invalid header, index 3, char "%s"', val.charCodeAt(3)); - return true; - } - for (let i = 4; i < val.length; ++i) { - if (!validHdrChars[val.charCodeAt(i)]) { - debug('invalid header, index "%i", char "%s"', i, val.charCodeAt(i)); - return true; - } - } - return false; -} diff --git a/software/flow/node_modules/engine.io/build/socket.d.ts b/software/flow/node_modules/engine.io/build/socket.d.ts deleted file mode 100644 index 518b771..0000000 --- a/software/flow/node_modules/engine.io/build/socket.d.ts +++ /dev/null @@ -1,162 +0,0 @@ -/// <reference types="node" /> -import { EventEmitter } from "events"; -import { IncomingMessage } from "http"; -import { Transport } from "./transport"; -import { RawData } from "engine.io-parser"; -export interface SendOptions { - compress?: boolean; -} -export declare class Socket extends EventEmitter { - readonly protocol: number; - readonly request: IncomingMessage; - readonly remoteAddress: string; - _readyState: string; - transport: Transport; - private server; - private upgrading; - private upgraded; - private writeBuffer; - private packetsFn; - private sentCallbackFn; - private cleanupFn; - private checkIntervalTimer; - private upgradeTimeoutTimer; - private pingTimeoutTimer; - private pingIntervalTimer; - /** - * This is the session identifier that the client will use in the subsequent HTTP requests. It must not be shared with - * others parties, as it might lead to session hijacking. - * - * @private - */ - private readonly id; - get readyState(): string; - set readyState(state: string); - /** - * Client class (abstract). - * - * @api private - */ - constructor(id: any, server: any, transport: any, req: any, protocol: any); - /** - * Called upon transport considered open. - * - * @api private - */ - private onOpen; - /** - * Called upon transport packet. - * - * @param {Object} packet - * @api private - */ - private onPacket; - /** - * Called upon transport error. - * - * @param {Error} error object - * @api private - */ - private onError; - /** - * Pings client every `this.pingInterval` and expects response - * within `this.pingTimeout` or closes connection. - * - * @api private - */ - private schedulePing; - /** - * Resets ping timeout. - * - * @api private - */ - private resetPingTimeout; - /** - * Attaches handlers for the given transport. - * - * @param {Transport} transport - * @api private - */ - private setTransport; - /** - * Upgrades socket to the given transport - * - * @param {Transport} transport - * @api private - */ - private maybeUpgrade; - /** - * Clears listeners and timers associated with current transport. - * - * @api private - */ - private clearTransport; - /** - * Called upon transport considered closed. - * Possible reasons: `ping timeout`, `client error`, `parse error`, - * `transport error`, `server close`, `transport close` - */ - private onClose; - /** - * Setup and manage send callback - * - * @api private - */ - private setupSendCallback; - /** - * Sends a message packet. - * - * @param {Object} data - * @param {Object} options - * @param {Function} callback - * @return {Socket} for chaining - * @api public - */ - send(data: RawData, options?: SendOptions, callback?: () => void): this; - /** - * Alias of {@link send}. - * - * @param data - * @param options - * @param callback - */ - write(data: RawData, options?: SendOptions, callback?: () => void): this; - /** - * Sends a packet. - * - * @param {String} type - packet type - * @param {String} data - * @param {Object} options - * @param {Function} callback - * - * @api private - */ - private sendPacket; - /** - * Attempts to flush the packets buffer. - * - * @api private - */ - private flush; - /** - * Get available upgrades for this socket. - * - * @api private - */ - private getAvailableUpgrades; - /** - * Closes the socket and underlying transport. - * - * @param {Boolean} discard - optional, discard the transport - * @return {Socket} for chaining - * @api public - */ - close(discard?: boolean): void; - /** - * Closes the underlying transport. - * - * @param {Boolean} discard - * @api private - */ - private closeTransport; -} diff --git a/software/flow/node_modules/engine.io/build/socket.js b/software/flow/node_modules/engine.io/build/socket.js deleted file mode 100644 index 67f504e..0000000 --- a/software/flow/node_modules/engine.io/build/socket.js +++ /dev/null @@ -1,475 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.Socket = void 0; -const events_1 = require("events"); -const debug_1 = require("debug"); -const timers_1 = require("timers"); -const debug = (0, debug_1.default)("engine:socket"); -class Socket extends events_1.EventEmitter { - /** - * Client class (abstract). - * - * @api private - */ - constructor(id, server, transport, req, protocol) { - super(); - this.id = id; - this.server = server; - this.upgrading = false; - this.upgraded = false; - this.readyState = "opening"; - this.writeBuffer = []; - this.packetsFn = []; - this.sentCallbackFn = []; - this.cleanupFn = []; - this.request = req; - this.protocol = protocol; - // Cache IP since it might not be in the req later - if (req.websocket && req.websocket._socket) { - this.remoteAddress = req.websocket._socket.remoteAddress; - } - else { - this.remoteAddress = req.connection.remoteAddress; - } - this.checkIntervalTimer = null; - this.upgradeTimeoutTimer = null; - this.pingTimeoutTimer = null; - this.pingIntervalTimer = null; - this.setTransport(transport); - this.onOpen(); - } - get readyState() { - return this._readyState; - } - set readyState(state) { - debug("readyState updated from %s to %s", this._readyState, state); - this._readyState = state; - } - /** - * Called upon transport considered open. - * - * @api private - */ - onOpen() { - this.readyState = "open"; - // sends an `open` packet - this.transport.sid = this.id; - this.sendPacket("open", JSON.stringify({ - sid: this.id, - upgrades: this.getAvailableUpgrades(), - pingInterval: this.server.opts.pingInterval, - pingTimeout: this.server.opts.pingTimeout, - maxPayload: this.server.opts.maxHttpBufferSize, - })); - if (this.server.opts.initialPacket) { - this.sendPacket("message", this.server.opts.initialPacket); - } - this.emit("open"); - if (this.protocol === 3) { - // in protocol v3, the client sends a ping, and the server answers with a pong - this.resetPingTimeout(this.server.opts.pingInterval + this.server.opts.pingTimeout); - } - else { - // in protocol v4, the server sends a ping, and the client answers with a pong - this.schedulePing(); - } - } - /** - * Called upon transport packet. - * - * @param {Object} packet - * @api private - */ - onPacket(packet) { - if ("open" !== this.readyState) { - return debug("packet received with closed socket"); - } - // export packet event - debug(`received packet ${packet.type}`); - this.emit("packet", packet); - // Reset ping timeout on any packet, incoming data is a good sign of - // other side's liveness - this.resetPingTimeout(this.server.opts.pingInterval + this.server.opts.pingTimeout); - switch (packet.type) { - case "ping": - if (this.transport.protocol !== 3) { - this.onError("invalid heartbeat direction"); - return; - } - debug("got ping"); - this.sendPacket("pong"); - this.emit("heartbeat"); - break; - case "pong": - if (this.transport.protocol === 3) { - this.onError("invalid heartbeat direction"); - return; - } - debug("got pong"); - this.pingIntervalTimer.refresh(); - this.emit("heartbeat"); - break; - case "error": - this.onClose("parse error"); - break; - case "message": - this.emit("data", packet.data); - this.emit("message", packet.data); - break; - } - } - /** - * Called upon transport error. - * - * @param {Error} error object - * @api private - */ - onError(err) { - debug("transport error"); - this.onClose("transport error", err); - } - /** - * Pings client every `this.pingInterval` and expects response - * within `this.pingTimeout` or closes connection. - * - * @api private - */ - schedulePing() { - this.pingIntervalTimer = (0, timers_1.setTimeout)(() => { - debug("writing ping packet - expecting pong within %sms", this.server.opts.pingTimeout); - this.sendPacket("ping"); - this.resetPingTimeout(this.server.opts.pingTimeout); - }, this.server.opts.pingInterval); - } - /** - * Resets ping timeout. - * - * @api private - */ - resetPingTimeout(timeout) { - (0, timers_1.clearTimeout)(this.pingTimeoutTimer); - this.pingTimeoutTimer = (0, timers_1.setTimeout)(() => { - if (this.readyState === "closed") - return; - this.onClose("ping timeout"); - }, timeout); - } - /** - * Attaches handlers for the given transport. - * - * @param {Transport} transport - * @api private - */ - setTransport(transport) { - const onError = this.onError.bind(this); - const onPacket = this.onPacket.bind(this); - const flush = this.flush.bind(this); - const onClose = this.onClose.bind(this, "transport close"); - this.transport = transport; - this.transport.once("error", onError); - this.transport.on("packet", onPacket); - this.transport.on("drain", flush); - this.transport.once("close", onClose); - // this function will manage packet events (also message callbacks) - this.setupSendCallback(); - this.cleanupFn.push(function () { - transport.removeListener("error", onError); - transport.removeListener("packet", onPacket); - transport.removeListener("drain", flush); - transport.removeListener("close", onClose); - }); - } - /** - * Upgrades socket to the given transport - * - * @param {Transport} transport - * @api private - */ - maybeUpgrade(transport) { - debug('might upgrade socket transport from "%s" to "%s"', this.transport.name, transport.name); - this.upgrading = true; - // set transport upgrade timer - this.upgradeTimeoutTimer = (0, timers_1.setTimeout)(() => { - debug("client did not complete upgrade - closing transport"); - cleanup(); - if ("open" === transport.readyState) { - transport.close(); - } - }, this.server.opts.upgradeTimeout); - const onPacket = (packet) => { - if ("ping" === packet.type && "probe" === packet.data) { - debug("got probe ping packet, sending pong"); - transport.send([{ type: "pong", data: "probe" }]); - this.emit("upgrading", transport); - clearInterval(this.checkIntervalTimer); - this.checkIntervalTimer = setInterval(check, 100); - } - else if ("upgrade" === packet.type && this.readyState !== "closed") { - debug("got upgrade packet - upgrading"); - cleanup(); - this.transport.discard(); - this.upgraded = true; - this.clearTransport(); - this.setTransport(transport); - this.emit("upgrade", transport); - this.flush(); - if (this.readyState === "closing") { - transport.close(() => { - this.onClose("forced close"); - }); - } - } - else { - cleanup(); - transport.close(); - } - }; - // we force a polling cycle to ensure a fast upgrade - const check = () => { - if ("polling" === this.transport.name && this.transport.writable) { - debug("writing a noop packet to polling for fast upgrade"); - this.transport.send([{ type: "noop" }]); - } - }; - const cleanup = () => { - this.upgrading = false; - clearInterval(this.checkIntervalTimer); - this.checkIntervalTimer = null; - (0, timers_1.clearTimeout)(this.upgradeTimeoutTimer); - this.upgradeTimeoutTimer = null; - transport.removeListener("packet", onPacket); - transport.removeListener("close", onTransportClose); - transport.removeListener("error", onError); - this.removeListener("close", onClose); - }; - const onError = (err) => { - debug("client did not complete upgrade - %s", err); - cleanup(); - transport.close(); - transport = null; - }; - const onTransportClose = () => { - onError("transport closed"); - }; - const onClose = () => { - onError("socket closed"); - }; - transport.on("packet", onPacket); - transport.once("close", onTransportClose); - transport.once("error", onError); - this.once("close", onClose); - } - /** - * Clears listeners and timers associated with current transport. - * - * @api private - */ - clearTransport() { - let cleanup; - const toCleanUp = this.cleanupFn.length; - for (let i = 0; i < toCleanUp; i++) { - cleanup = this.cleanupFn.shift(); - cleanup(); - } - // silence further transport errors and prevent uncaught exceptions - this.transport.on("error", function () { - debug("error triggered by discarded transport"); - }); - // ensure transport won't stay open - this.transport.close(); - (0, timers_1.clearTimeout)(this.pingTimeoutTimer); - } - /** - * Called upon transport considered closed. - * Possible reasons: `ping timeout`, `client error`, `parse error`, - * `transport error`, `server close`, `transport close` - */ - onClose(reason, description) { - if ("closed" !== this.readyState) { - this.readyState = "closed"; - // clear timers - (0, timers_1.clearTimeout)(this.pingIntervalTimer); - (0, timers_1.clearTimeout)(this.pingTimeoutTimer); - clearInterval(this.checkIntervalTimer); - this.checkIntervalTimer = null; - (0, timers_1.clearTimeout)(this.upgradeTimeoutTimer); - // clean writeBuffer in next tick, so developers can still - // grab the writeBuffer on 'close' event - process.nextTick(() => { - this.writeBuffer = []; - }); - this.packetsFn = []; - this.sentCallbackFn = []; - this.clearTransport(); - this.emit("close", reason, description); - } - } - /** - * Setup and manage send callback - * - * @api private - */ - setupSendCallback() { - // the message was sent successfully, execute the callback - const onDrain = () => { - if (this.sentCallbackFn.length > 0) { - const seqFn = this.sentCallbackFn.splice(0, 1)[0]; - if ("function" === typeof seqFn) { - debug("executing send callback"); - seqFn(this.transport); - } - else if (Array.isArray(seqFn)) { - debug("executing batch send callback"); - const l = seqFn.length; - let i = 0; - for (; i < l; i++) { - if ("function" === typeof seqFn[i]) { - seqFn[i](this.transport); - } - } - } - } - }; - this.transport.on("drain", onDrain); - this.cleanupFn.push(() => { - this.transport.removeListener("drain", onDrain); - }); - } - /** - * Sends a message packet. - * - * @param {Object} data - * @param {Object} options - * @param {Function} callback - * @return {Socket} for chaining - * @api public - */ - send(data, options, callback) { - this.sendPacket("message", data, options, callback); - return this; - } - /** - * Alias of {@link send}. - * - * @param data - * @param options - * @param callback - */ - write(data, options, callback) { - this.sendPacket("message", data, options, callback); - return this; - } - /** - * Sends a packet. - * - * @param {String} type - packet type - * @param {String} data - * @param {Object} options - * @param {Function} callback - * - * @api private - */ - sendPacket(type, data, options = {}, callback) { - if ("function" === typeof options) { - callback = options; - options = {}; - } - if ("closing" !== this.readyState && "closed" !== this.readyState) { - debug('sending packet "%s" (%s)', type, data); - // compression is enabled by default - options.compress = options.compress !== false; - const packet = { - type, - options: options, - }; - if (data) - packet.data = data; - // exports packetCreate event - this.emit("packetCreate", packet); - this.writeBuffer.push(packet); - // add send callback to object, if defined - if (callback) - this.packetsFn.push(callback); - this.flush(); - } - } - /** - * Attempts to flush the packets buffer. - * - * @api private - */ - flush() { - if ("closed" !== this.readyState && - this.transport.writable && - this.writeBuffer.length) { - debug("flushing buffer to transport"); - this.emit("flush", this.writeBuffer); - this.server.emit("flush", this, this.writeBuffer); - const wbuf = this.writeBuffer; - this.writeBuffer = []; - if (!this.transport.supportsFraming) { - this.sentCallbackFn.push(this.packetsFn); - } - else { - this.sentCallbackFn.push.apply(this.sentCallbackFn, this.packetsFn); - } - this.packetsFn = []; - this.transport.send(wbuf); - this.emit("drain"); - this.server.emit("drain", this); - } - } - /** - * Get available upgrades for this socket. - * - * @api private - */ - getAvailableUpgrades() { - const availableUpgrades = []; - const allUpgrades = this.server.upgrades(this.transport.name); - let i = 0; - const l = allUpgrades.length; - for (; i < l; ++i) { - const upg = allUpgrades[i]; - if (this.server.opts.transports.indexOf(upg) !== -1) { - availableUpgrades.push(upg); - } - } - return availableUpgrades; - } - /** - * Closes the socket and underlying transport. - * - * @param {Boolean} discard - optional, discard the transport - * @return {Socket} for chaining - * @api public - */ - close(discard) { - if ("open" !== this.readyState) - return; - this.readyState = "closing"; - if (this.writeBuffer.length) { - debug("there are %d remaining packets in the buffer, waiting for the 'drain' event", this.writeBuffer.length); - this.once("drain", () => { - debug("all packets have been sent, closing the transport"); - this.closeTransport(discard); - }); - return; - } - debug("the buffer is empty, closing the transport right away", discard); - this.closeTransport(discard); - } - /** - * Closes the underlying transport. - * - * @param {Boolean} discard - * @api private - */ - closeTransport(discard) { - debug("closing the transport (discard? %s)", discard); - if (discard) - this.transport.discard(); - this.transport.close(this.onClose.bind(this, "forced close")); - } -} -exports.Socket = Socket; diff --git a/software/flow/node_modules/engine.io/build/transport.d.ts b/software/flow/node_modules/engine.io/build/transport.d.ts deleted file mode 100644 index dba2740..0000000 --- a/software/flow/node_modules/engine.io/build/transport.d.ts +++ /dev/null @@ -1,76 +0,0 @@ -/// <reference types="node" /> -import { EventEmitter } from "events"; -import { IncomingMessage } from "http"; -import { Packet } from "engine.io-parser"; -export declare abstract class Transport extends EventEmitter { - sid: string; - writable: boolean; - protocol: number; - protected _readyState: string; - protected discarded: boolean; - protected parser: any; - protected req: IncomingMessage & { - cleanup: Function; - }; - protected supportsBinary: boolean; - get readyState(): string; - set readyState(state: string); - /** - * Transport constructor. - * - * @param {http.IncomingMessage} request - * @api public - */ - constructor(req: any); - /** - * Flags the transport as discarded. - * - * @api private - */ - discard(): void; - /** - * Called with an incoming HTTP request. - * - * @param {http.IncomingMessage} request - * @api protected - */ - protected onRequest(req: any): void; - /** - * Closes the transport. - * - * @api private - */ - close(fn?: any): void; - /** - * Called with a transport error. - * - * @param {String} message error - * @param {Object} error description - * @api protected - */ - protected onError(msg: string, desc?: any): void; - /** - * Called with parsed out a packets from the data stream. - * - * @param {Object} packet - * @api protected - */ - protected onPacket(packet: Packet): void; - /** - * Called with the encoded packet data. - * - * @param {String} data - * @api protected - */ - protected onData(data: any): void; - /** - * Called upon transport close. - * - * @api protected - */ - protected onClose(): void; - abstract get supportsFraming(): any; - abstract get name(): any; - abstract send(packets: any): any; - abstract doClose(fn?: any): any; -} diff --git a/software/flow/node_modules/engine.io/build/transport.js b/software/flow/node_modules/engine.io/build/transport.js deleted file mode 100644 index 78b15fe..0000000 --- a/software/flow/node_modules/engine.io/build/transport.js +++ /dev/null @@ -1,113 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.Transport = void 0; -const events_1 = require("events"); -const parser_v4 = require("engine.io-parser"); -const parser_v3 = require("./parser-v3/index"); -const debug_1 = require("debug"); -const debug = (0, debug_1.default)("engine:transport"); -/** - * Noop function. - * - * @api private - */ -function noop() { } -class Transport extends events_1.EventEmitter { - /** - * Transport constructor. - * - * @param {http.IncomingMessage} request - * @api public - */ - constructor(req) { - super(); - this.readyState = "open"; - this.discarded = false; - this.protocol = req._query.EIO === "4" ? 4 : 3; // 3rd revision by default - this.parser = this.protocol === 4 ? parser_v4 : parser_v3; - } - get readyState() { - return this._readyState; - } - set readyState(state) { - debug("readyState updated from %s to %s (%s)", this._readyState, state, this.name); - this._readyState = state; - } - /** - * Flags the transport as discarded. - * - * @api private - */ - discard() { - this.discarded = true; - } - /** - * Called with an incoming HTTP request. - * - * @param {http.IncomingMessage} request - * @api protected - */ - onRequest(req) { - debug("setting request"); - this.req = req; - } - /** - * Closes the transport. - * - * @api private - */ - close(fn) { - if ("closed" === this.readyState || "closing" === this.readyState) - return; - this.readyState = "closing"; - this.doClose(fn || noop); - } - /** - * Called with a transport error. - * - * @param {String} message error - * @param {Object} error description - * @api protected - */ - onError(msg, desc) { - if (this.listeners("error").length) { - const err = new Error(msg); - // @ts-ignore - err.type = "TransportError"; - // @ts-ignore - err.description = desc; - this.emit("error", err); - } - else { - debug("ignored transport error %s (%s)", msg, desc); - } - } - /** - * Called with parsed out a packets from the data stream. - * - * @param {Object} packet - * @api protected - */ - onPacket(packet) { - this.emit("packet", packet); - } - /** - * Called with the encoded packet data. - * - * @param {String} data - * @api protected - */ - onData(data) { - this.onPacket(this.parser.decodePacket(data)); - } - /** - * Called upon transport close. - * - * @api protected - */ - onClose() { - this.readyState = "closed"; - this.emit("close"); - } -} -exports.Transport = Transport; diff --git a/software/flow/node_modules/engine.io/build/transports-uws/index.d.ts b/software/flow/node_modules/engine.io/build/transports-uws/index.d.ts deleted file mode 100644 index 0146dc1..0000000 --- a/software/flow/node_modules/engine.io/build/transports-uws/index.d.ts +++ /dev/null @@ -1,7 +0,0 @@ -import { Polling } from "./polling"; -import { WebSocket } from "./websocket"; -declare const _default: { - polling: typeof Polling; - websocket: typeof WebSocket; -}; -export default _default; diff --git a/software/flow/node_modules/engine.io/build/transports-uws/index.js b/software/flow/node_modules/engine.io/build/transports-uws/index.js deleted file mode 100644 index 97a4e3f..0000000 --- a/software/flow/node_modules/engine.io/build/transports-uws/index.js +++ /dev/null @@ -1,8 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -const polling_1 = require("./polling"); -const websocket_1 = require("./websocket"); -exports.default = { - polling: polling_1.Polling, - websocket: websocket_1.WebSocket, -}; diff --git a/software/flow/node_modules/engine.io/build/transports-uws/polling.d.ts b/software/flow/node_modules/engine.io/build/transports-uws/polling.d.ts deleted file mode 100644 index 1709d4e..0000000 --- a/software/flow/node_modules/engine.io/build/transports-uws/polling.d.ts +++ /dev/null @@ -1,103 +0,0 @@ -import { Transport } from "../transport"; -export declare class Polling extends Transport { - maxHttpBufferSize: number; - httpCompression: any; - private res; - private dataReq; - private dataRes; - private shouldClose; - private readonly closeTimeout; - /** - * HTTP polling constructor. - * - * @api public. - */ - constructor(req: any); - /** - * Transport name - * - * @api public - */ - get name(): string; - get supportsFraming(): boolean; - /** - * Overrides onRequest. - * - * @param req - * - * @api private - */ - onRequest(req: any): void; - /** - * The client sends a request awaiting for us to send data. - * - * @api private - */ - onPollRequest(req: any, res: any): void; - /** - * The client sends a request with data. - * - * @api private - */ - onDataRequest(req: any, res: any): void; - /** - * Cleanup request. - * - * @api private - */ - private onDataRequestCleanup; - /** - * Processes the incoming data payload. - * - * @param {String} encoded payload - * @api private - */ - onData(data: any): void; - /** - * Overrides onClose. - * - * @api private - */ - onClose(): void; - /** - * Writes a packet payload. - * - * @param {Object} packet - * @api private - */ - send(packets: any): void; - /** - * Writes data as response to poll request. - * - * @param {String} data - * @param {Object} options - * @api private - */ - write(data: any, options: any): void; - /** - * Performs the write. - * - * @api private - */ - doWrite(data: any, options: any, callback: any): void; - /** - * Compresses data. - * - * @api private - */ - compress(data: any, encoding: any, callback: any): void; - /** - * Closes the transport. - * - * @api private - */ - doClose(fn: any): void; - /** - * Returns headers for a response. - * - * @param req - request - * @param {Object} extra headers - * @api private - */ - headers(req: any, headers: any): any; -} diff --git a/software/flow/node_modules/engine.io/build/transports-uws/polling.js b/software/flow/node_modules/engine.io/build/transports-uws/polling.js deleted file mode 100644 index 945faec..0000000 --- a/software/flow/node_modules/engine.io/build/transports-uws/polling.js +++ /dev/null @@ -1,363 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.Polling = void 0; -const transport_1 = require("../transport"); -const zlib_1 = require("zlib"); -const accepts = require("accepts"); -const debug_1 = require("debug"); -const debug = (0, debug_1.default)("engine:polling"); -const compressionMethods = { - gzip: zlib_1.createGzip, - deflate: zlib_1.createDeflate, -}; -class Polling extends transport_1.Transport { - /** - * HTTP polling constructor. - * - * @api public. - */ - constructor(req) { - super(req); - this.closeTimeout = 30 * 1000; - } - /** - * Transport name - * - * @api public - */ - get name() { - return "polling"; - } - get supportsFraming() { - return false; - } - /** - * Overrides onRequest. - * - * @param req - * - * @api private - */ - onRequest(req) { - const res = req.res; - if (req.getMethod() === "get") { - this.onPollRequest(req, res); - } - else if (req.getMethod() === "post") { - this.onDataRequest(req, res); - } - else { - res.writeStatus("500 Internal Server Error"); - res.end(); - } - } - /** - * The client sends a request awaiting for us to send data. - * - * @api private - */ - onPollRequest(req, res) { - if (this.req) { - debug("request overlap"); - // assert: this.res, '.req and .res should be (un)set together' - this.onError("overlap from client"); - res.writeStatus("500 Internal Server Error"); - res.end(); - return; - } - debug("setting request"); - this.req = req; - this.res = res; - const onClose = () => { - this.writable = false; - this.onError("poll connection closed prematurely"); - }; - const cleanup = () => { - this.req = this.res = null; - }; - req.cleanup = cleanup; - res.onAborted(onClose); - this.writable = true; - this.emit("drain"); - // if we're still writable but had a pending close, trigger an empty send - if (this.writable && this.shouldClose) { - debug("triggering empty send to append close packet"); - this.send([{ type: "noop" }]); - } - } - /** - * The client sends a request with data. - * - * @api private - */ - onDataRequest(req, res) { - if (this.dataReq) { - // assert: this.dataRes, '.dataReq and .dataRes should be (un)set together' - this.onError("data request overlap from client"); - res.writeStatus("500 Internal Server Error"); - res.end(); - return; - } - const expectedContentLength = Number(req.headers["content-length"]); - if (!expectedContentLength) { - this.onError("content-length header required"); - res.writeStatus("411 Length Required").end(); - return; - } - if (expectedContentLength > this.maxHttpBufferSize) { - this.onError("payload too large"); - res.writeStatus("413 Payload Too Large").end(); - return; - } - const isBinary = "application/octet-stream" === req.headers["content-type"]; - if (isBinary && this.protocol === 4) { - return this.onError("invalid content"); - } - this.dataReq = req; - this.dataRes = res; - let buffer; - let offset = 0; - const headers = { - // text/html is required instead of text/plain to avoid an - // unwanted download dialog on certain user-agents (GH-43) - "Content-Type": "text/html", - }; - this.headers(req, headers); - for (let key in headers) { - res.writeHeader(key, String(headers[key])); - } - const onEnd = (buffer) => { - this.onData(buffer.toString()); - this.onDataRequestCleanup(); - res.end("ok"); - }; - res.onAborted(() => { - this.onDataRequestCleanup(); - this.onError("data request connection closed prematurely"); - }); - res.onData((arrayBuffer, isLast) => { - const totalLength = offset + arrayBuffer.byteLength; - if (totalLength > expectedContentLength) { - this.onError("content-length mismatch"); - res.close(); // calls onAborted - return; - } - if (!buffer) { - if (isLast) { - onEnd(Buffer.from(arrayBuffer)); - return; - } - buffer = Buffer.allocUnsafe(expectedContentLength); - } - Buffer.from(arrayBuffer).copy(buffer, offset); - if (isLast) { - if (totalLength != expectedContentLength) { - this.onError("content-length mismatch"); - res.writeStatus("400 Content-Length Mismatch").end(); - this.onDataRequestCleanup(); - return; - } - onEnd(buffer); - return; - } - offset = totalLength; - }); - } - /** - * Cleanup request. - * - * @api private - */ - onDataRequestCleanup() { - this.dataReq = this.dataRes = null; - } - /** - * Processes the incoming data payload. - * - * @param {String} encoded payload - * @api private - */ - onData(data) { - debug('received "%s"', data); - const callback = (packet) => { - if ("close" === packet.type) { - debug("got xhr close packet"); - this.onClose(); - return false; - } - this.onPacket(packet); - }; - if (this.protocol === 3) { - this.parser.decodePayload(data, callback); - } - else { - this.parser.decodePayload(data).forEach(callback); - } - } - /** - * Overrides onClose. - * - * @api private - */ - onClose() { - if (this.writable) { - // close pending poll request - this.send([{ type: "noop" }]); - } - super.onClose(); - } - /** - * Writes a packet payload. - * - * @param {Object} packet - * @api private - */ - send(packets) { - this.writable = false; - if (this.shouldClose) { - debug("appending close packet to payload"); - packets.push({ type: "close" }); - this.shouldClose(); - this.shouldClose = null; - } - const doWrite = (data) => { - const compress = packets.some((packet) => { - return packet.options && packet.options.compress; - }); - this.write(data, { compress }); - }; - if (this.protocol === 3) { - this.parser.encodePayload(packets, this.supportsBinary, doWrite); - } - else { - this.parser.encodePayload(packets, doWrite); - } - } - /** - * Writes data as response to poll request. - * - * @param {String} data - * @param {Object} options - * @api private - */ - write(data, options) { - debug('writing "%s"', data); - this.doWrite(data, options, () => { - this.req.cleanup(); - }); - } - /** - * Performs the write. - * - * @api private - */ - doWrite(data, options, callback) { - // explicit UTF-8 is required for pages not served under utf - const isString = typeof data === "string"; - const contentType = isString - ? "text/plain; charset=UTF-8" - : "application/octet-stream"; - const headers = { - "Content-Type": contentType, - }; - const respond = (data) => { - this.headers(this.req, headers); - Object.keys(headers).forEach((key) => { - this.res.writeHeader(key, String(headers[key])); - }); - this.res.end(data); - callback(); - }; - if (!this.httpCompression || !options.compress) { - respond(data); - return; - } - const len = isString ? Buffer.byteLength(data) : data.length; - if (len < this.httpCompression.threshold) { - respond(data); - return; - } - const encoding = accepts(this.req).encodings(["gzip", "deflate"]); - if (!encoding) { - respond(data); - return; - } - this.compress(data, encoding, (err, data) => { - if (err) { - this.res.writeStatus("500 Internal Server Error"); - this.res.end(); - callback(err); - return; - } - headers["Content-Encoding"] = encoding; - respond(data); - }); - } - /** - * Compresses data. - * - * @api private - */ - compress(data, encoding, callback) { - debug("compressing"); - const buffers = []; - let nread = 0; - compressionMethods[encoding](this.httpCompression) - .on("error", callback) - .on("data", function (chunk) { - buffers.push(chunk); - nread += chunk.length; - }) - .on("end", function () { - callback(null, Buffer.concat(buffers, nread)); - }) - .end(data); - } - /** - * Closes the transport. - * - * @api private - */ - doClose(fn) { - debug("closing"); - let closeTimeoutTimer; - const onClose = () => { - clearTimeout(closeTimeoutTimer); - fn(); - this.onClose(); - }; - if (this.writable) { - debug("transport writable - closing right away"); - this.send([{ type: "close" }]); - onClose(); - } - else if (this.discarded) { - debug("transport discarded - closing right away"); - onClose(); - } - else { - debug("transport not writable - buffering orderly close"); - this.shouldClose = onClose; - closeTimeoutTimer = setTimeout(onClose, this.closeTimeout); - } - } - /** - * Returns headers for a response. - * - * @param req - request - * @param {Object} extra headers - * @api private - */ - headers(req, headers) { - headers = headers || {}; - // prevent XSS warnings on IE - // https://github.com/LearnBoost/socket.io/pull/1333 - const ua = req.headers["user-agent"]; - if (ua && (~ua.indexOf(";MSIE") || ~ua.indexOf("Trident/"))) { - headers["X-XSS-Protection"] = "0"; - } - this.emit("headers", headers, req); - return headers; - } -} -exports.Polling = Polling; diff --git a/software/flow/node_modules/engine.io/build/transports-uws/websocket.d.ts b/software/flow/node_modules/engine.io/build/transports-uws/websocket.d.ts deleted file mode 100644 index 160427a..0000000 --- a/software/flow/node_modules/engine.io/build/transports-uws/websocket.d.ts +++ /dev/null @@ -1,43 +0,0 @@ -import { Transport } from "../transport"; -export declare class WebSocket extends Transport { - protected perMessageDeflate: any; - private socket; - /** - * WebSocket transport - * - * @param req - * @api public - */ - constructor(req: any); - /** - * Transport name - * - * @api public - */ - get name(): string; - /** - * Advertise upgrade support. - * - * @api public - */ - get handlesUpgrades(): boolean; - /** - * Advertise framing support. - * - * @api public - */ - get supportsFraming(): boolean; - /** - * Writes a packet payload. - * - * @param {Array} packets - * @api private - */ - send(packets: any): void; - /** - * Closes the transport. - * - * @api private - */ - doClose(fn: any): void; -} diff --git a/software/flow/node_modules/engine.io/build/transports-uws/websocket.js b/software/flow/node_modules/engine.io/build/transports-uws/websocket.js deleted file mode 100644 index 2146111..0000000 --- a/software/flow/node_modules/engine.io/build/transports-uws/websocket.js +++ /dev/null @@ -1,85 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.WebSocket = void 0; -const transport_1 = require("../transport"); -const debug_1 = require("debug"); -const debug = (0, debug_1.default)("engine:ws"); -class WebSocket extends transport_1.Transport { - /** - * WebSocket transport - * - * @param req - * @api public - */ - constructor(req) { - super(req); - this.writable = false; - this.perMessageDeflate = null; - } - /** - * Transport name - * - * @api public - */ - get name() { - return "websocket"; - } - /** - * Advertise upgrade support. - * - * @api public - */ - get handlesUpgrades() { - return true; - } - /** - * Advertise framing support. - * - * @api public - */ - get supportsFraming() { - return true; - } - /** - * Writes a packet payload. - * - * @param {Array} packets - * @api private - */ - send(packets) { - this.writable = false; - for (let i = 0; i < packets.length; i++) { - const packet = packets[i]; - const isLast = i + 1 === packets.length; - const send = (data) => { - const isBinary = typeof data !== "string"; - const compress = this.perMessageDeflate && - Buffer.byteLength(data) > this.perMessageDeflate.threshold; - debug('writing "%s"', data); - this.socket.send(data, isBinary, compress); - if (isLast) { - this.writable = true; - this.emit("drain"); - } - }; - if (packet.options && typeof packet.options.wsPreEncoded === "string") { - send(packet.options.wsPreEncoded); - } - else { - this.parser.encodePacket(packet, this.supportsBinary, send); - } - } - } - /** - * Closes the transport. - * - * @api private - */ - doClose(fn) { - debug("closing"); - fn && fn(); - // call fn first since socket.end() immediately emits a "close" event - this.socket.end(); - } -} -exports.WebSocket = WebSocket; diff --git a/software/flow/node_modules/engine.io/build/transports/index.d.ts b/software/flow/node_modules/engine.io/build/transports/index.d.ts deleted file mode 100644 index ff66aa6..0000000 --- a/software/flow/node_modules/engine.io/build/transports/index.d.ts +++ /dev/null @@ -1,16 +0,0 @@ -import { Polling as XHR } from "./polling"; -import { WebSocket } from "./websocket"; -declare const _default: { - polling: typeof polling; - websocket: typeof WebSocket; -}; -export default _default; -/** - * Polling polymorphic constructor. - * - * @api private - */ -declare function polling(req: any): XHR; -declare namespace polling { - var upgradesTo: string[]; -} diff --git a/software/flow/node_modules/engine.io/build/transports/index.js b/software/flow/node_modules/engine.io/build/transports/index.js deleted file mode 100644 index 2edf5c4..0000000 --- a/software/flow/node_modules/engine.io/build/transports/index.js +++ /dev/null @@ -1,23 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -const polling_1 = require("./polling"); -const polling_jsonp_1 = require("./polling-jsonp"); -const websocket_1 = require("./websocket"); -exports.default = { - polling: polling, - websocket: websocket_1.WebSocket, -}; -/** - * Polling polymorphic constructor. - * - * @api private - */ -function polling(req) { - if ("string" === typeof req._query.j) { - return new polling_jsonp_1.JSONP(req); - } - else { - return new polling_1.Polling(req); - } -} -polling.upgradesTo = ["websocket"]; diff --git a/software/flow/node_modules/engine.io/build/transports/polling-jsonp.d.ts b/software/flow/node_modules/engine.io/build/transports/polling-jsonp.d.ts deleted file mode 100644 index 0fed207..0000000 --- a/software/flow/node_modules/engine.io/build/transports/polling-jsonp.d.ts +++ /dev/null @@ -1,24 +0,0 @@ -import { Polling } from "./polling"; -export declare class JSONP extends Polling { - private readonly head; - private readonly foot; - /** - * JSON-P polling transport. - * - * @api public - */ - constructor(req: any); - /** - * Handles incoming data. - * Due to a bug in \n handling by browsers, we expect a escaped string. - * - * @api private - */ - onData(data: any): void; - /** - * Performs the write. - * - * @api private - */ - doWrite(data: any, options: any, callback: any): void; -} diff --git a/software/flow/node_modules/engine.io/build/transports/polling-jsonp.js b/software/flow/node_modules/engine.io/build/transports/polling-jsonp.js deleted file mode 100644 index a03bede..0000000 --- a/software/flow/node_modules/engine.io/build/transports/polling-jsonp.js +++ /dev/null @@ -1,54 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.JSONP = void 0; -const polling_1 = require("./polling"); -const qs = require("querystring"); -const rDoubleSlashes = /\\\\n/g; -const rSlashes = /(\\)?\\n/g; -class JSONP extends polling_1.Polling { - /** - * JSON-P polling transport. - * - * @api public - */ - constructor(req) { - super(req); - this.head = "___eio[" + (req._query.j || "").replace(/[^0-9]/g, "") + "]("; - this.foot = ");"; - } - /** - * Handles incoming data. - * Due to a bug in \n handling by browsers, we expect a escaped string. - * - * @api private - */ - onData(data) { - // we leverage the qs module so that we get built-in DoS protection - // and the fast alternative to decodeURIComponent - data = qs.parse(data).d; - if ("string" === typeof data) { - // client will send already escaped newlines as \\\\n and newlines as \\n - // \\n must be replaced with \n and \\\\n with \\n - data = data.replace(rSlashes, function (match, slashes) { - return slashes ? match : "\n"; - }); - super.onData(data.replace(rDoubleSlashes, "\\n")); - } - } - /** - * Performs the write. - * - * @api private - */ - doWrite(data, options, callback) { - // we must output valid javascript, not valid json - // see: http://timelessrepo.com/json-isnt-a-javascript-subset - const js = JSON.stringify(data) - .replace(/\u2028/g, "\\u2028") - .replace(/\u2029/g, "\\u2029"); - // prepare response - data = this.head + js + this.foot; - super.doWrite(data, options, callback); - } -} -exports.JSONP = JSONP; diff --git a/software/flow/node_modules/engine.io/build/transports/polling.d.ts b/software/flow/node_modules/engine.io/build/transports/polling.d.ts deleted file mode 100644 index 2a603c8..0000000 --- a/software/flow/node_modules/engine.io/build/transports/polling.d.ts +++ /dev/null @@ -1,100 +0,0 @@ -/// <reference types="node" /> -import { Transport } from "../transport"; -import { IncomingMessage, ServerResponse } from "http"; -export declare class Polling extends Transport { - maxHttpBufferSize: number; - httpCompression: any; - private res; - private dataReq; - private dataRes; - private shouldClose; - private readonly closeTimeout; - /** - * HTTP polling constructor. - * - * @api public. - */ - constructor(req: any); - /** - * Transport name - * - * @api public - */ - get name(): string; - get supportsFraming(): boolean; - /** - * Overrides onRequest. - * - * @param {http.IncomingMessage} - * @api private - */ - onRequest(req: IncomingMessage & { - res: ServerResponse; - }): void; - /** - * The client sends a request awaiting for us to send data. - * - * @api private - */ - onPollRequest(req: any, res: any): void; - /** - * The client sends a request with data. - * - * @api private - */ - onDataRequest(req: IncomingMessage, res: ServerResponse): void; - /** - * Processes the incoming data payload. - * - * @param {String} encoded payload - * @api private - */ - onData(data: any): void; - /** - * Overrides onClose. - * - * @api private - */ - onClose(): void; - /** - * Writes a packet payload. - * - * @param {Object} packet - * @api private - */ - send(packets: any): void; - /** - * Writes data as response to poll request. - * - * @param {String} data - * @param {Object} options - * @api private - */ - write(data: any, options: any): void; - /** - * Performs the write. - * - * @api private - */ - doWrite(data: any, options: any, callback: any): void; - /** - * Compresses data. - * - * @api private - */ - compress(data: any, encoding: any, callback: any): void; - /** - * Closes the transport. - * - * @api private - */ - doClose(fn: any): void; - /** - * Returns headers for a response. - * - * @param {http.IncomingMessage} request - * @param {Object} extra headers - * @api private - */ - headers(req: any, headers: any): any; -} diff --git a/software/flow/node_modules/engine.io/build/transports/polling.js b/software/flow/node_modules/engine.io/build/transports/polling.js deleted file mode 100644 index 4f855b3..0000000 --- a/software/flow/node_modules/engine.io/build/transports/polling.js +++ /dev/null @@ -1,344 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.Polling = void 0; -const transport_1 = require("../transport"); -const zlib_1 = require("zlib"); -const accepts = require("accepts"); -const debug_1 = require("debug"); -const debug = (0, debug_1.default)("engine:polling"); -const compressionMethods = { - gzip: zlib_1.createGzip, - deflate: zlib_1.createDeflate, -}; -class Polling extends transport_1.Transport { - /** - * HTTP polling constructor. - * - * @api public. - */ - constructor(req) { - super(req); - this.closeTimeout = 30 * 1000; - } - /** - * Transport name - * - * @api public - */ - get name() { - return "polling"; - } - get supportsFraming() { - return false; - } - /** - * Overrides onRequest. - * - * @param {http.IncomingMessage} - * @api private - */ - onRequest(req) { - const res = req.res; - if ("GET" === req.method) { - this.onPollRequest(req, res); - } - else if ("POST" === req.method) { - this.onDataRequest(req, res); - } - else { - res.writeHead(500); - res.end(); - } - } - /** - * The client sends a request awaiting for us to send data. - * - * @api private - */ - onPollRequest(req, res) { - if (this.req) { - debug("request overlap"); - // assert: this.res, '.req and .res should be (un)set together' - this.onError("overlap from client"); - // TODO for the next major release: use an HTTP 400 status code (https://github.com/socketio/engine.io/issues/650) - res.writeHead(500); - res.end(); - return; - } - debug("setting request"); - this.req = req; - this.res = res; - const onClose = () => { - this.onError("poll connection closed prematurely"); - }; - const cleanup = () => { - req.removeListener("close", onClose); - this.req = this.res = null; - }; - req.cleanup = cleanup; - req.on("close", onClose); - this.writable = true; - this.emit("drain"); - // if we're still writable but had a pending close, trigger an empty send - if (this.writable && this.shouldClose) { - debug("triggering empty send to append close packet"); - this.send([{ type: "noop" }]); - } - } - /** - * The client sends a request with data. - * - * @api private - */ - onDataRequest(req, res) { - if (this.dataReq) { - // assert: this.dataRes, '.dataReq and .dataRes should be (un)set together' - this.onError("data request overlap from client"); - // TODO for the next major release: use an HTTP 400 status code (https://github.com/socketio/engine.io/issues/650) - res.writeHead(500); - res.end(); - return; - } - const isBinary = "application/octet-stream" === req.headers["content-type"]; - if (isBinary && this.protocol === 4) { - return this.onError("invalid content"); - } - this.dataReq = req; - this.dataRes = res; - let chunks = isBinary ? Buffer.concat([]) : ""; - const cleanup = () => { - req.removeListener("data", onData); - req.removeListener("end", onEnd); - req.removeListener("close", onClose); - this.dataReq = this.dataRes = chunks = null; - }; - const onClose = () => { - cleanup(); - this.onError("data request connection closed prematurely"); - }; - const onData = (data) => { - let contentLength; - if (isBinary) { - chunks = Buffer.concat([chunks, data]); - contentLength = chunks.length; - } - else { - chunks += data; - contentLength = Buffer.byteLength(chunks); - } - if (contentLength > this.maxHttpBufferSize) { - res.writeHead(413).end(); - cleanup(); - } - }; - const onEnd = () => { - this.onData(chunks); - const headers = { - // text/html is required instead of text/plain to avoid an - // unwanted download dialog on certain user-agents (GH-43) - "Content-Type": "text/html", - "Content-Length": 2, - }; - res.writeHead(200, this.headers(req, headers)); - res.end("ok"); - cleanup(); - }; - req.on("close", onClose); - if (!isBinary) - req.setEncoding("utf8"); - req.on("data", onData); - req.on("end", onEnd); - } - /** - * Processes the incoming data payload. - * - * @param {String} encoded payload - * @api private - */ - onData(data) { - debug('received "%s"', data); - const callback = (packet) => { - if ("close" === packet.type) { - debug("got xhr close packet"); - this.onClose(); - return false; - } - this.onPacket(packet); - }; - if (this.protocol === 3) { - this.parser.decodePayload(data, callback); - } - else { - this.parser.decodePayload(data).forEach(callback); - } - } - /** - * Overrides onClose. - * - * @api private - */ - onClose() { - if (this.writable) { - // close pending poll request - this.send([{ type: "noop" }]); - } - super.onClose(); - } - /** - * Writes a packet payload. - * - * @param {Object} packet - * @api private - */ - send(packets) { - this.writable = false; - if (this.shouldClose) { - debug("appending close packet to payload"); - packets.push({ type: "close" }); - this.shouldClose(); - this.shouldClose = null; - } - const doWrite = (data) => { - const compress = packets.some((packet) => { - return packet.options && packet.options.compress; - }); - this.write(data, { compress }); - }; - if (this.protocol === 3) { - this.parser.encodePayload(packets, this.supportsBinary, doWrite); - } - else { - this.parser.encodePayload(packets, doWrite); - } - } - /** - * Writes data as response to poll request. - * - * @param {String} data - * @param {Object} options - * @api private - */ - write(data, options) { - debug('writing "%s"', data); - this.doWrite(data, options, () => { - this.req.cleanup(); - }); - } - /** - * Performs the write. - * - * @api private - */ - doWrite(data, options, callback) { - // explicit UTF-8 is required for pages not served under utf - const isString = typeof data === "string"; - const contentType = isString - ? "text/plain; charset=UTF-8" - : "application/octet-stream"; - const headers = { - "Content-Type": contentType, - }; - const respond = (data) => { - headers["Content-Length"] = - "string" === typeof data ? Buffer.byteLength(data) : data.length; - this.res.writeHead(200, this.headers(this.req, headers)); - this.res.end(data); - callback(); - }; - if (!this.httpCompression || !options.compress) { - respond(data); - return; - } - const len = isString ? Buffer.byteLength(data) : data.length; - if (len < this.httpCompression.threshold) { - respond(data); - return; - } - const encoding = accepts(this.req).encodings(["gzip", "deflate"]); - if (!encoding) { - respond(data); - return; - } - this.compress(data, encoding, (err, data) => { - if (err) { - this.res.writeHead(500); - this.res.end(); - callback(err); - return; - } - headers["Content-Encoding"] = encoding; - respond(data); - }); - } - /** - * Compresses data. - * - * @api private - */ - compress(data, encoding, callback) { - debug("compressing"); - const buffers = []; - let nread = 0; - compressionMethods[encoding](this.httpCompression) - .on("error", callback) - .on("data", function (chunk) { - buffers.push(chunk); - nread += chunk.length; - }) - .on("end", function () { - callback(null, Buffer.concat(buffers, nread)); - }) - .end(data); - } - /** - * Closes the transport. - * - * @api private - */ - doClose(fn) { - debug("closing"); - let closeTimeoutTimer; - if (this.dataReq) { - debug("aborting ongoing data request"); - this.dataReq.destroy(); - } - const onClose = () => { - clearTimeout(closeTimeoutTimer); - fn(); - this.onClose(); - }; - if (this.writable) { - debug("transport writable - closing right away"); - this.send([{ type: "close" }]); - onClose(); - } - else if (this.discarded) { - debug("transport discarded - closing right away"); - onClose(); - } - else { - debug("transport not writable - buffering orderly close"); - this.shouldClose = onClose; - closeTimeoutTimer = setTimeout(onClose, this.closeTimeout); - } - } - /** - * Returns headers for a response. - * - * @param {http.IncomingMessage} request - * @param {Object} extra headers - * @api private - */ - headers(req, headers) { - headers = headers || {}; - // prevent XSS warnings on IE - // https://github.com/LearnBoost/socket.io/pull/1333 - const ua = req.headers["user-agent"]; - if (ua && (~ua.indexOf(";MSIE") || ~ua.indexOf("Trident/"))) { - headers["X-XSS-Protection"] = "0"; - } - this.emit("headers", headers, req); - return headers; - } -} -exports.Polling = Polling; diff --git a/software/flow/node_modules/engine.io/build/transports/websocket.d.ts b/software/flow/node_modules/engine.io/build/transports/websocket.d.ts deleted file mode 100644 index 44899f2..0000000 --- a/software/flow/node_modules/engine.io/build/transports/websocket.d.ts +++ /dev/null @@ -1,49 +0,0 @@ -import { Transport } from "../transport"; -export declare class WebSocket extends Transport { - protected perMessageDeflate: any; - private socket; - /** - * WebSocket transport - * - * @param {http.IncomingMessage} - * @api public - */ - constructor(req: any); - /** - * Transport name - * - * @api public - */ - get name(): string; - /** - * Advertise upgrade support. - * - * @api public - */ - get handlesUpgrades(): boolean; - /** - * Advertise framing support. - * - * @api public - */ - get supportsFraming(): boolean; - /** - * Writes a packet payload. - * - * @param {Array} packets - * @api private - */ - send(packets: any): void; - /** - * Whether the encoding of the WebSocket frame can be skipped. - * @param packet - * @private - */ - private _canSendPreEncodedFrame; - /** - * Closes the transport. - * - * @api private - */ - doClose(fn: any): void; -} diff --git a/software/flow/node_modules/engine.io/build/transports/websocket.js b/software/flow/node_modules/engine.io/build/transports/websocket.js deleted file mode 100644 index 09e5fe1..0000000 --- a/software/flow/node_modules/engine.io/build/transports/websocket.js +++ /dev/null @@ -1,121 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.WebSocket = void 0; -const transport_1 = require("../transport"); -const debug_1 = require("debug"); -const debug = (0, debug_1.default)("engine:ws"); -class WebSocket extends transport_1.Transport { - /** - * WebSocket transport - * - * @param {http.IncomingMessage} - * @api public - */ - constructor(req) { - super(req); - this.socket = req.websocket; - this.socket.on("message", (data, isBinary) => { - const message = isBinary ? data : data.toString(); - debug('received "%s"', message); - super.onData(message); - }); - this.socket.once("close", this.onClose.bind(this)); - this.socket.on("error", this.onError.bind(this)); - this.writable = true; - this.perMessageDeflate = null; - } - /** - * Transport name - * - * @api public - */ - get name() { - return "websocket"; - } - /** - * Advertise upgrade support. - * - * @api public - */ - get handlesUpgrades() { - return true; - } - /** - * Advertise framing support. - * - * @api public - */ - get supportsFraming() { - return true; - } - /** - * Writes a packet payload. - * - * @param {Array} packets - * @api private - */ - send(packets) { - this.writable = false; - for (let i = 0; i < packets.length; i++) { - const packet = packets[i]; - const isLast = i + 1 === packets.length; - // always creates a new object since ws modifies it - const opts = {}; - if (packet.options) { - opts.compress = packet.options.compress; - } - const onSent = (err) => { - if (err) { - return this.onError("write error", err.stack); - } - else if (isLast) { - this.writable = true; - this.emit("drain"); - } - }; - const send = (data) => { - if (this.perMessageDeflate) { - const len = "string" === typeof data ? Buffer.byteLength(data) : data.length; - if (len < this.perMessageDeflate.threshold) { - opts.compress = false; - } - } - debug('writing "%s"', data); - this.socket.send(data, opts, onSent); - }; - if (packet.options && typeof packet.options.wsPreEncoded === "string") { - send(packet.options.wsPreEncoded); - } - else if (this._canSendPreEncodedFrame(packet)) { - // the WebSocket frame was computed with WebSocket.Sender.frame() - // see https://github.com/websockets/ws/issues/617#issuecomment-283002469 - this.socket._sender.sendFrame(packet.options.wsPreEncodedFrame, onSent); - } - else { - this.parser.encodePacket(packet, this.supportsBinary, send); - } - } - } - /** - * Whether the encoding of the WebSocket frame can be skipped. - * @param packet - * @private - */ - _canSendPreEncodedFrame(packet) { - var _a, _b, _c; - return (!this.perMessageDeflate && - typeof ((_b = (_a = this.socket) === null || _a === void 0 ? void 0 : _a._sender) === null || _b === void 0 ? void 0 : _b.sendFrame) === "function" && - ((_c = packet.options) === null || _c === void 0 ? void 0 : _c.wsPreEncodedFrame) !== undefined); - } - /** - * Closes the transport. - * - * @api private - */ - doClose(fn) { - debug("closing"); - this.socket.close(); - fn && fn(); - } -} -exports.WebSocket = WebSocket; diff --git a/software/flow/node_modules/engine.io/build/userver.d.ts b/software/flow/node_modules/engine.io/build/userver.d.ts deleted file mode 100644 index 3e04c41..0000000 --- a/software/flow/node_modules/engine.io/build/userver.d.ts +++ /dev/null @@ -1,39 +0,0 @@ -import { AttachOptions, BaseServer } from "./server"; -export interface uOptions { - /** - * What permessage-deflate compression to use. uWS.DISABLED, uWS.SHARED_COMPRESSOR or any of the uWS.DEDICATED_COMPRESSOR_xxxKB. - * @default uWS.DISABLED - */ - compression?: number; - /** - * Maximum amount of seconds that may pass without sending or getting a message. Connection is closed if this timeout passes. Resolution (granularity) for timeouts are typically 4 seconds, rounded to closest. Disable by using 0. - * @default 120 - */ - idleTimeout?: number; - /** - * Maximum length of allowed backpressure per socket when publishing or sending messages. Slow receivers with too high backpressure will be skipped until they catch up or timeout. - * @default 1024 * 1024 - */ - maxBackpressure?: number; -} -export declare class uServer extends BaseServer { - protected init(): void; - protected cleanup(): void; - /** - * Prepares a request by processing the query string. - * - * @api private - */ - private prepare; - protected createTransport(transportName: any, req: any): any; - /** - * Attach the engine to a µWebSockets.js server - * @param app - * @param options - */ - attach(app: any, options?: AttachOptions & uOptions): void; - _applyMiddlewares(req: any, res: any, callback: () => void): void; - private handleRequest; - private handleUpgrade; - private abortRequest; -} diff --git a/software/flow/node_modules/engine.io/build/userver.js b/software/flow/node_modules/engine.io/build/userver.js deleted file mode 100644 index a61f391..0000000 --- a/software/flow/node_modules/engine.io/build/userver.js +++ /dev/null @@ -1,238 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.uServer = void 0; -const debug_1 = require("debug"); -const server_1 = require("./server"); -const transports_uws_1 = require("./transports-uws"); -const debug = (0, debug_1.default)("engine:uws"); -class uServer extends server_1.BaseServer { - init() { } - cleanup() { } - /** - * Prepares a request by processing the query string. - * - * @api private - */ - prepare(req, res) { - req.method = req.getMethod().toUpperCase(); - req.url = req.getUrl(); - const params = new URLSearchParams(req.getQuery()); - req._query = Object.fromEntries(params.entries()); - req.headers = {}; - req.forEach((key, value) => { - req.headers[key] = value; - }); - req.connection = { - remoteAddress: Buffer.from(res.getRemoteAddressAsText()).toString(), - }; - res.onAborted(() => { - debug("response has been aborted"); - }); - } - createTransport(transportName, req) { - return new transports_uws_1.default[transportName](req); - } - /** - * Attach the engine to a µWebSockets.js server - * @param app - * @param options - */ - attach(app /* : TemplatedApp */, options = {}) { - const path = this._computePath(options); - app - .any(path, this.handleRequest.bind(this)) - // - .ws(path, { - compression: options.compression, - idleTimeout: options.idleTimeout, - maxBackpressure: options.maxBackpressure, - maxPayloadLength: this.opts.maxHttpBufferSize, - upgrade: this.handleUpgrade.bind(this), - open: (ws) => { - ws.transport.socket = ws; - ws.transport.writable = true; - ws.transport.emit("drain"); - }, - message: (ws, message, isBinary) => { - ws.transport.onData(isBinary ? message : Buffer.from(message).toString()); - }, - close: (ws, code, message) => { - ws.transport.onClose(code, message); - }, - }); - } - _applyMiddlewares(req, res, callback) { - if (this.middlewares.length === 0) { - return callback(); - } - // needed to buffer headers until the status is computed - req.res = new ResponseWrapper(res); - super._applyMiddlewares(req, req.res, () => { - // some middlewares (like express-session) wait for the writeHead() call to flush their headers - // see https://github.com/expressjs/session/blob/1010fadc2f071ddf2add94235d72224cf65159c6/index.js#L220-L244 - req.res.writeHead(); - callback(); - }); - } - handleRequest(res, req) { - debug('handling "%s" http request "%s"', req.getMethod(), req.getUrl()); - this.prepare(req, res); - req.res = res; - this._applyMiddlewares(req, res, () => { - this.verify(req, false, (errorCode, errorContext) => { - if (errorCode !== undefined) { - this.emit("connection_error", { - req, - code: errorCode, - message: server_1.Server.errorMessages[errorCode], - context: errorContext, - }); - this.abortRequest(req.res, errorCode, errorContext); - return; - } - if (req._query.sid) { - debug("setting new request for existing client"); - this.clients[req._query.sid].transport.onRequest(req); - } - else { - const closeConnection = (errorCode, errorContext) => this.abortRequest(res, errorCode, errorContext); - this.handshake(req._query.transport, req, closeConnection); - } - }); - }); - } - handleUpgrade(res, req, context) { - debug("on upgrade"); - this.prepare(req, res); - req.res = res; - this._applyMiddlewares(req, res, () => { - this.verify(req, true, async (errorCode, errorContext) => { - if (errorCode) { - this.emit("connection_error", { - req, - code: errorCode, - message: server_1.Server.errorMessages[errorCode], - context: errorContext, - }); - this.abortRequest(res, errorCode, errorContext); - return; - } - const id = req._query.sid; - let transport; - if (id) { - const client = this.clients[id]; - if (!client) { - debug("upgrade attempt for closed client"); - res.close(); - } - else if (client.upgrading) { - debug("transport has already been trying to upgrade"); - res.close(); - } - else if (client.upgraded) { - debug("transport had already been upgraded"); - res.close(); - } - else { - debug("upgrading existing transport"); - transport = this.createTransport(req._query.transport, req); - client.maybeUpgrade(transport); - } - } - else { - transport = await this.handshake(req._query.transport, req, (errorCode, errorContext) => this.abortRequest(res, errorCode, errorContext)); - if (!transport) { - return; - } - } - // calling writeStatus() triggers the flushing of any header added in a middleware - req.res.writeStatus("101 Switching Protocols"); - res.upgrade({ - transport, - }, req.getHeader("sec-websocket-key"), req.getHeader("sec-websocket-protocol"), req.getHeader("sec-websocket-extensions"), context); - }); - }); - } - abortRequest(res, errorCode, errorContext) { - const statusCode = errorCode === server_1.Server.errors.FORBIDDEN - ? "403 Forbidden" - : "400 Bad Request"; - const message = errorContext && errorContext.message - ? errorContext.message - : server_1.Server.errorMessages[errorCode]; - res.writeStatus(statusCode); - res.writeHeader("Content-Type", "application/json"); - res.end(JSON.stringify({ - code: errorCode, - message, - })); - } -} -exports.uServer = uServer; -class ResponseWrapper { - constructor(res) { - this.res = res; - this.statusWritten = false; - this.headers = []; - } - set statusCode(status) { - if (!status) { - return; - } - // FIXME: handle all status codes? - this.writeStatus(status === 200 ? "200 OK" : "204 No Content"); - } - writeHead(status) { - this.statusCode = status; - } - setHeader(key, value) { - if (Array.isArray(value)) { - value.forEach((val) => { - this.writeHeader(key, val); - }); - } - else { - this.writeHeader(key, value); - } - } - removeHeader() { - // FIXME: not implemented - } - // needed by vary: https://github.com/jshttp/vary/blob/5d725d059b3871025cf753e9dfa08924d0bcfa8f/index.js#L134 - getHeader() { } - writeStatus(status) { - this.res.writeStatus(status); - this.statusWritten = true; - this.writeBufferedHeaders(); - } - writeHeader(key, value) { - if (key === "Content-Length") { - // the content length is automatically added by uWebSockets.js - return; - } - if (this.statusWritten) { - this.res.writeHeader(key, value); - } - else { - this.headers.push([key, value]); - } - } - writeBufferedHeaders() { - this.headers.forEach(([key, value]) => { - this.res.writeHeader(key, value); - }); - } - end(data) { - if (!this.statusWritten) { - // status will be inferred as "200 OK" - this.writeBufferedHeaders(); - } - this.res.end(data); - } - onData(fn) { - this.res.onData(fn); - } - onAborted(fn) { - this.res.onAborted(fn); - } -} diff --git a/software/flow/node_modules/engine.io/node_modules/debug/LICENSE b/software/flow/node_modules/engine.io/node_modules/debug/LICENSE deleted file mode 100644 index 1a9820e..0000000 --- a/software/flow/node_modules/engine.io/node_modules/debug/LICENSE +++ /dev/null @@ -1,20 +0,0 @@ -(The MIT License) - -Copyright (c) 2014-2017 TJ Holowaychuk <tj@vision-media.ca> -Copyright (c) 2018-2021 Josh Junon - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software -and associated documentation files (the 'Software'), to deal in the Software without restriction, -including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, -and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial -portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT -LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - diff --git a/software/flow/node_modules/engine.io/node_modules/debug/README.md b/software/flow/node_modules/engine.io/node_modules/debug/README.md deleted file mode 100644 index e9c3e04..0000000 --- a/software/flow/node_modules/engine.io/node_modules/debug/README.md +++ /dev/null @@ -1,481 +0,0 @@ -# debug -[![Build Status](https://travis-ci.org/debug-js/debug.svg?branch=master)](https://travis-ci.org/debug-js/debug) [![Coverage Status](https://coveralls.io/repos/github/debug-js/debug/badge.svg?branch=master)](https://coveralls.io/github/debug-js/debug?branch=master) [![Slack](https://visionmedia-community-slackin.now.sh/badge.svg)](https://visionmedia-community-slackin.now.sh/) [![OpenCollective](https://opencollective.com/debug/backers/badge.svg)](#backers) -[![OpenCollective](https://opencollective.com/debug/sponsors/badge.svg)](#sponsors) - -<img width="647" src="https://user-images.githubusercontent.com/71256/29091486-fa38524c-7c37-11e7-895f-e7ec8e1039b6.png"> - -A tiny JavaScript debugging utility modelled after Node.js core's debugging -technique. Works in Node.js and web browsers. - -## Installation - -```bash -$ npm install debug -``` - -## Usage - -`debug` exposes a function; simply pass this function the name of your module, and it will return a decorated version of `console.error` for you to pass debug statements to. This will allow you to toggle the debug output for different parts of your module as well as the module as a whole. - -Example [_app.js_](./examples/node/app.js): - -```js -var debug = require('debug')('http') - , http = require('http') - , name = 'My App'; - -// fake app - -debug('booting %o', name); - -http.createServer(function(req, res){ - debug(req.method + ' ' + req.url); - res.end('hello\n'); -}).listen(3000, function(){ - debug('listening'); -}); - -// fake worker of some kind - -require('./worker'); -``` - -Example [_worker.js_](./examples/node/worker.js): - -```js -var a = require('debug')('worker:a') - , b = require('debug')('worker:b'); - -function work() { - a('doing lots of uninteresting work'); - setTimeout(work, Math.random() * 1000); -} - -work(); - -function workb() { - b('doing some work'); - setTimeout(workb, Math.random() * 2000); -} - -workb(); -``` - -The `DEBUG` environment variable is then used to enable these based on space or -comma-delimited names. - -Here are some examples: - -<img width="647" alt="screen shot 2017-08-08 at 12 53 04 pm" src="https://user-images.githubusercontent.com/71256/29091703-a6302cdc-7c38-11e7-8304-7c0b3bc600cd.png"> -<img width="647" alt="screen shot 2017-08-08 at 12 53 38 pm" src="https://user-images.githubusercontent.com/71256/29091700-a62a6888-7c38-11e7-800b-db911291ca2b.png"> -<img width="647" alt="screen shot 2017-08-08 at 12 53 25 pm" src="https://user-images.githubusercontent.com/71256/29091701-a62ea114-7c38-11e7-826a-2692bedca740.png"> - -#### Windows command prompt notes - -##### CMD - -On Windows the environment variable is set using the `set` command. - -```cmd -set DEBUG=*,-not_this -``` - -Example: - -```cmd -set DEBUG=* & node app.js -``` - -##### PowerShell (VS Code default) - -PowerShell uses different syntax to set environment variables. - -```cmd -$env:DEBUG = "*,-not_this" -``` - -Example: - -```cmd -$env:DEBUG='app';node app.js -``` - -Then, run the program to be debugged as usual. - -npm script example: -```js - "windowsDebug": "@powershell -Command $env:DEBUG='*';node app.js", -``` - -## Namespace Colors - -Every debug instance has a color generated for it based on its namespace name. -This helps when visually parsing the debug output to identify which debug instance -a debug line belongs to. - -#### Node.js - -In Node.js, colors are enabled when stderr is a TTY. You also _should_ install -the [`supports-color`](https://npmjs.org/supports-color) module alongside debug, -otherwise debug will only use a small handful of basic colors. - -<img width="521" src="https://user-images.githubusercontent.com/71256/29092181-47f6a9e6-7c3a-11e7-9a14-1928d8a711cd.png"> - -#### Web Browser - -Colors are also enabled on "Web Inspectors" that understand the `%c` formatting -option. These are WebKit web inspectors, Firefox ([since version -31](https://hacks.mozilla.org/2014/05/editable-box-model-multiple-selection-sublime-text-keys-much-more-firefox-developer-tools-episode-31/)) -and the Firebug plugin for Firefox (any version). - -<img width="524" src="https://user-images.githubusercontent.com/71256/29092033-b65f9f2e-7c39-11e7-8e32-f6f0d8e865c1.png"> - - -## Millisecond diff - -When actively developing an application it can be useful to see when the time spent between one `debug()` call and the next. Suppose for example you invoke `debug()` before requesting a resource, and after as well, the "+NNNms" will show you how much time was spent between calls. - -<img width="647" src="https://user-images.githubusercontent.com/71256/29091486-fa38524c-7c37-11e7-895f-e7ec8e1039b6.png"> - -When stdout is not a TTY, `Date#toISOString()` is used, making it more useful for logging the debug information as shown below: - -<img width="647" src="https://user-images.githubusercontent.com/71256/29091956-6bd78372-7c39-11e7-8c55-c948396d6edd.png"> - - -## Conventions - -If you're using this in one or more of your libraries, you _should_ use the name of your library so that developers may toggle debugging as desired without guessing names. If you have more than one debuggers you _should_ prefix them with your library name and use ":" to separate features. For example "bodyParser" from Connect would then be "connect:bodyParser". If you append a "*" to the end of your name, it will always be enabled regardless of the setting of the DEBUG environment variable. You can then use it for normal output as well as debug output. - -## Wildcards - -The `*` character may be used as a wildcard. Suppose for example your library has -debuggers named "connect:bodyParser", "connect:compress", "connect:session", -instead of listing all three with -`DEBUG=connect:bodyParser,connect:compress,connect:session`, you may simply do -`DEBUG=connect:*`, or to run everything using this module simply use `DEBUG=*`. - -You can also exclude specific debuggers by prefixing them with a "-" character. -For example, `DEBUG=*,-connect:*` would include all debuggers except those -starting with "connect:". - -## Environment Variables - -When running through Node.js, you can set a few environment variables that will -change the behavior of the debug logging: - -| Name | Purpose | -|-----------|-------------------------------------------------| -| `DEBUG` | Enables/disables specific debugging namespaces. | -| `DEBUG_HIDE_DATE` | Hide date from debug output (non-TTY). | -| `DEBUG_COLORS`| Whether or not to use colors in the debug output. | -| `DEBUG_DEPTH` | Object inspection depth. | -| `DEBUG_SHOW_HIDDEN` | Shows hidden properties on inspected objects. | - - -__Note:__ The environment variables beginning with `DEBUG_` end up being -converted into an Options object that gets used with `%o`/`%O` formatters. -See the Node.js documentation for -[`util.inspect()`](https://nodejs.org/api/util.html#util_util_inspect_object_options) -for the complete list. - -## Formatters - -Debug uses [printf-style](https://wikipedia.org/wiki/Printf_format_string) formatting. -Below are the officially supported formatters: - -| Formatter | Representation | -|-----------|----------------| -| `%O` | Pretty-print an Object on multiple lines. | -| `%o` | Pretty-print an Object all on a single line. | -| `%s` | String. | -| `%d` | Number (both integer and float). | -| `%j` | JSON. Replaced with the string '[Circular]' if the argument contains circular references. | -| `%%` | Single percent sign ('%'). This does not consume an argument. | - - -### Custom formatters - -You can add custom formatters by extending the `debug.formatters` object. -For example, if you wanted to add support for rendering a Buffer as hex with -`%h`, you could do something like: - -```js -const createDebug = require('debug') -createDebug.formatters.h = (v) => { - return v.toString('hex') -} - -// …elsewhere -const debug = createDebug('foo') -debug('this is hex: %h', new Buffer('hello world')) -// foo this is hex: 68656c6c6f20776f726c6421 +0ms -``` - - -## Browser Support - -You can build a browser-ready script using [browserify](https://github.com/substack/node-browserify), -or just use the [browserify-as-a-service](https://wzrd.in/) [build](https://wzrd.in/standalone/debug@latest), -if you don't want to build it yourself. - -Debug's enable state is currently persisted by `localStorage`. -Consider the situation shown below where you have `worker:a` and `worker:b`, -and wish to debug both. You can enable this using `localStorage.debug`: - -```js -localStorage.debug = 'worker:*' -``` - -And then refresh the page. - -```js -a = debug('worker:a'); -b = debug('worker:b'); - -setInterval(function(){ - a('doing some work'); -}, 1000); - -setInterval(function(){ - b('doing some work'); -}, 1200); -``` - -In Chromium-based web browsers (e.g. Brave, Chrome, and Electron), the JavaScript console will—by default—only show messages logged by `debug` if the "Verbose" log level is _enabled_. - -<img width="647" src="https://user-images.githubusercontent.com/7143133/152083257-29034707-c42c-4959-8add-3cee850e6fcf.png"> - -## Output streams - - By default `debug` will log to stderr, however this can be configured per-namespace by overriding the `log` method: - -Example [_stdout.js_](./examples/node/stdout.js): - -```js -var debug = require('debug'); -var error = debug('app:error'); - -// by default stderr is used -error('goes to stderr!'); - -var log = debug('app:log'); -// set this namespace to log via console.log -log.log = console.log.bind(console); // don't forget to bind to console! -log('goes to stdout'); -error('still goes to stderr!'); - -// set all output to go via console.info -// overrides all per-namespace log settings -debug.log = console.info.bind(console); -error('now goes to stdout via console.info'); -log('still goes to stdout, but via console.info now'); -``` - -## Extend -You can simply extend debugger -```js -const log = require('debug')('auth'); - -//creates new debug instance with extended namespace -const logSign = log.extend('sign'); -const logLogin = log.extend('login'); - -log('hello'); // auth hello -logSign('hello'); //auth:sign hello -logLogin('hello'); //auth:login hello -``` - -## Set dynamically - -You can also enable debug dynamically by calling the `enable()` method : - -```js -let debug = require('debug'); - -console.log(1, debug.enabled('test')); - -debug.enable('test'); -console.log(2, debug.enabled('test')); - -debug.disable(); -console.log(3, debug.enabled('test')); - -``` - -print : -``` -1 false -2 true -3 false -``` - -Usage : -`enable(namespaces)` -`namespaces` can include modes separated by a colon and wildcards. - -Note that calling `enable()` completely overrides previously set DEBUG variable : - -``` -$ DEBUG=foo node -e 'var dbg = require("debug"); dbg.enable("bar"); console.log(dbg.enabled("foo"))' -=> false -``` - -`disable()` - -Will disable all namespaces. The functions returns the namespaces currently -enabled (and skipped). This can be useful if you want to disable debugging -temporarily without knowing what was enabled to begin with. - -For example: - -```js -let debug = require('debug'); -debug.enable('foo:*,-foo:bar'); -let namespaces = debug.disable(); -debug.enable(namespaces); -``` - -Note: There is no guarantee that the string will be identical to the initial -enable string, but semantically they will be identical. - -## Checking whether a debug target is enabled - -After you've created a debug instance, you can determine whether or not it is -enabled by checking the `enabled` property: - -```javascript -const debug = require('debug')('http'); - -if (debug.enabled) { - // do stuff... -} -``` - -You can also manually toggle this property to force the debug instance to be -enabled or disabled. - -## Usage in child processes - -Due to the way `debug` detects if the output is a TTY or not, colors are not shown in child processes when `stderr` is piped. A solution is to pass the `DEBUG_COLORS=1` environment variable to the child process. -For example: - -```javascript -worker = fork(WORKER_WRAP_PATH, [workerPath], { - stdio: [ - /* stdin: */ 0, - /* stdout: */ 'pipe', - /* stderr: */ 'pipe', - 'ipc', - ], - env: Object.assign({}, process.env, { - DEBUG_COLORS: 1 // without this settings, colors won't be shown - }), -}); - -worker.stderr.pipe(process.stderr, { end: false }); -``` - - -## Authors - - - TJ Holowaychuk - - Nathan Rajlich - - Andrew Rhyne - - Josh Junon - -## Backers - -Support us with a monthly donation and help us continue our activities. [[Become a backer](https://opencollective.com/debug#backer)] - -<a href="https://opencollective.com/debug/backer/0/website" target="_blank"><img src="https://opencollective.com/debug/backer/0/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/1/website" target="_blank"><img src="https://opencollective.com/debug/backer/1/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/2/website" target="_blank"><img src="https://opencollective.com/debug/backer/2/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/3/website" target="_blank"><img src="https://opencollective.com/debug/backer/3/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/4/website" target="_blank"><img src="https://opencollective.com/debug/backer/4/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/5/website" target="_blank"><img src="https://opencollective.com/debug/backer/5/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/6/website" target="_blank"><img src="https://opencollective.com/debug/backer/6/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/7/website" target="_blank"><img src="https://opencollective.com/debug/backer/7/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/8/website" target="_blank"><img src="https://opencollective.com/debug/backer/8/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/9/website" target="_blank"><img src="https://opencollective.com/debug/backer/9/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/10/website" target="_blank"><img src="https://opencollective.com/debug/backer/10/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/11/website" target="_blank"><img src="https://opencollective.com/debug/backer/11/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/12/website" target="_blank"><img src="https://opencollective.com/debug/backer/12/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/13/website" target="_blank"><img src="https://opencollective.com/debug/backer/13/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/14/website" target="_blank"><img src="https://opencollective.com/debug/backer/14/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/15/website" target="_blank"><img src="https://opencollective.com/debug/backer/15/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/16/website" target="_blank"><img src="https://opencollective.com/debug/backer/16/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/17/website" target="_blank"><img src="https://opencollective.com/debug/backer/17/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/18/website" target="_blank"><img src="https://opencollective.com/debug/backer/18/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/19/website" target="_blank"><img src="https://opencollective.com/debug/backer/19/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/20/website" target="_blank"><img src="https://opencollective.com/debug/backer/20/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/21/website" target="_blank"><img src="https://opencollective.com/debug/backer/21/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/22/website" target="_blank"><img src="https://opencollective.com/debug/backer/22/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/23/website" target="_blank"><img src="https://opencollective.com/debug/backer/23/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/24/website" target="_blank"><img src="https://opencollective.com/debug/backer/24/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/25/website" target="_blank"><img src="https://opencollective.com/debug/backer/25/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/26/website" target="_blank"><img src="https://opencollective.com/debug/backer/26/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/27/website" target="_blank"><img src="https://opencollective.com/debug/backer/27/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/28/website" target="_blank"><img src="https://opencollective.com/debug/backer/28/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/29/website" target="_blank"><img src="https://opencollective.com/debug/backer/29/avatar.svg"></a> - - -## Sponsors - -Become a sponsor and get your logo on our README on Github with a link to your site. [[Become a sponsor](https://opencollective.com/debug#sponsor)] - -<a href="https://opencollective.com/debug/sponsor/0/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/0/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/1/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/1/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/2/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/2/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/3/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/3/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/4/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/4/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/5/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/5/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/6/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/6/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/7/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/7/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/8/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/8/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/9/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/9/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/10/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/10/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/11/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/11/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/12/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/12/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/13/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/13/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/14/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/14/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/15/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/15/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/16/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/16/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/17/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/17/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/18/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/18/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/19/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/19/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/20/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/20/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/21/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/21/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/22/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/22/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/23/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/23/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/24/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/24/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/25/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/25/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/26/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/26/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/27/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/27/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/28/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/28/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/29/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/29/avatar.svg"></a> - -## License - -(The MIT License) - -Copyright (c) 2014-2017 TJ Holowaychuk &lt;tj@vision-media.ca&gt; -Copyright (c) 2018-2021 Josh Junon - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -'Software'), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/software/flow/node_modules/engine.io/node_modules/debug/package.json b/software/flow/node_modules/engine.io/node_modules/debug/package.json deleted file mode 100644 index 3bcdc24..0000000 --- a/software/flow/node_modules/engine.io/node_modules/debug/package.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "name": "debug", - "version": "4.3.4", - "repository": { - "type": "git", - "url": "git://github.com/debug-js/debug.git" - }, - "description": "Lightweight debugging utility for Node.js and the browser", - "keywords": [ - "debug", - "log", - "debugger" - ], - "files": [ - "src", - "LICENSE", - "README.md" - ], - "author": "Josh Junon <josh.junon@protonmail.com>", - "contributors": [ - "TJ Holowaychuk <tj@vision-media.ca>", - "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io)", - "Andrew Rhyne <rhyneandrew@gmail.com>" - ], - "license": "MIT", - "scripts": { - "lint": "xo", - "test": "npm run test:node && npm run test:browser && npm run lint", - "test:node": "istanbul cover _mocha -- test.js", - "test:browser": "karma start --single-run", - "test:coverage": "cat ./coverage/lcov.info | coveralls" - }, - "dependencies": { - "ms": "2.1.2" - }, - "devDependencies": { - "brfs": "^2.0.1", - "browserify": "^16.2.3", - "coveralls": "^3.0.2", - "istanbul": "^0.4.5", - "karma": "^3.1.4", - "karma-browserify": "^6.0.0", - "karma-chrome-launcher": "^2.2.0", - "karma-mocha": "^1.3.0", - "mocha": "^5.2.0", - "mocha-lcov-reporter": "^1.2.0", - "xo": "^0.23.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - }, - "main": "./src/index.js", - "browser": "./src/browser.js", - "engines": { - "node": ">=6.0" - } -} diff --git a/software/flow/node_modules/engine.io/node_modules/debug/src/browser.js b/software/flow/node_modules/engine.io/node_modules/debug/src/browser.js deleted file mode 100644 index cd0fc35..0000000 --- a/software/flow/node_modules/engine.io/node_modules/debug/src/browser.js +++ /dev/null @@ -1,269 +0,0 @@ -/* eslint-env browser */ - -/** - * This is the web browser implementation of `debug()`. - */ - -exports.formatArgs = formatArgs; -exports.save = save; -exports.load = load; -exports.useColors = useColors; -exports.storage = localstorage(); -exports.destroy = (() => { - let warned = false; - - return () => { - if (!warned) { - warned = true; - console.warn('Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.'); - } - }; -})(); - -/** - * Colors. - */ - -exports.colors = [ - '#0000CC', - '#0000FF', - '#0033CC', - '#0033FF', - '#0066CC', - '#0066FF', - '#0099CC', - '#0099FF', - '#00CC00', - '#00CC33', - '#00CC66', - '#00CC99', - '#00CCCC', - '#00CCFF', - '#3300CC', - '#3300FF', - '#3333CC', - '#3333FF', - '#3366CC', - '#3366FF', - '#3399CC', - '#3399FF', - '#33CC00', - '#33CC33', - '#33CC66', - '#33CC99', - '#33CCCC', - '#33CCFF', - '#6600CC', - '#6600FF', - '#6633CC', - '#6633FF', - '#66CC00', - '#66CC33', - '#9900CC', - '#9900FF', - '#9933CC', - '#9933FF', - '#99CC00', - '#99CC33', - '#CC0000', - '#CC0033', - '#CC0066', - '#CC0099', - '#CC00CC', - '#CC00FF', - '#CC3300', - '#CC3333', - '#CC3366', - '#CC3399', - '#CC33CC', - '#CC33FF', - '#CC6600', - '#CC6633', - '#CC9900', - '#CC9933', - '#CCCC00', - '#CCCC33', - '#FF0000', - '#FF0033', - '#FF0066', - '#FF0099', - '#FF00CC', - '#FF00FF', - '#FF3300', - '#FF3333', - '#FF3366', - '#FF3399', - '#FF33CC', - '#FF33FF', - '#FF6600', - '#FF6633', - '#FF9900', - '#FF9933', - '#FFCC00', - '#FFCC33' -]; - -/** - * Currently only WebKit-based Web Inspectors, Firefox >= v31, - * and the Firebug extension (any Firefox version) are known - * to support "%c" CSS customizations. - * - * TODO: add a `localStorage` variable to explicitly enable/disable colors - */ - -// eslint-disable-next-line complexity -function useColors() { - // NB: In an Electron preload script, document will be defined but not fully - // initialized. Since we know we're in Chrome, we'll just detect this case - // explicitly - if (typeof window !== 'undefined' && window.process && (window.process.type === 'renderer' || window.process.__nwjs)) { - return true; - } - - // Internet Explorer and Edge do not support colors. - if (typeof navigator !== 'undefined' && navigator.userAgent && navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/)) { - return false; - } - - // Is webkit? http://stackoverflow.com/a/16459606/376773 - // document is undefined in react-native: https://github.com/facebook/react-native/pull/1632 - return (typeof document !== 'undefined' && document.documentElement && document.documentElement.style && document.documentElement.style.WebkitAppearance) || - // Is firebug? http://stackoverflow.com/a/398120/376773 - (typeof window !== 'undefined' && window.console && (window.console.firebug || (window.console.exception && window.console.table))) || - // Is firefox >= v31? - // https://developer.mozilla.org/en-US/docs/Tools/Web_Console#Styling_messages - (typeof navigator !== 'undefined' && navigator.userAgent && navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/) && parseInt(RegExp.$1, 10) >= 31) || - // Double check webkit in userAgent just in case we are in a worker - (typeof navigator !== 'undefined' && navigator.userAgent && navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)); -} - -/** - * Colorize log arguments if enabled. - * - * @api public - */ - -function formatArgs(args) { - args[0] = (this.useColors ? '%c' : '') + - this.namespace + - (this.useColors ? ' %c' : ' ') + - args[0] + - (this.useColors ? '%c ' : ' ') + - '+' + module.exports.humanize(this.diff); - - if (!this.useColors) { - return; - } - - const c = 'color: ' + this.color; - args.splice(1, 0, c, 'color: inherit'); - - // The final "%c" is somewhat tricky, because there could be other - // arguments passed either before or after the %c, so we need to - // figure out the correct index to insert the CSS into - let index = 0; - let lastC = 0; - args[0].replace(/%[a-zA-Z%]/g, match => { - if (match === '%%') { - return; - } - index++; - if (match === '%c') { - // We only are interested in the *last* %c - // (the user may have provided their own) - lastC = index; - } - }); - - args.splice(lastC, 0, c); -} - -/** - * Invokes `console.debug()` when available. - * No-op when `console.debug` is not a "function". - * If `console.debug` is not available, falls back - * to `console.log`. - * - * @api public - */ -exports.log = console.debug || console.log || (() => {}); - -/** - * Save `namespaces`. - * - * @param {String} namespaces - * @api private - */ -function save(namespaces) { - try { - if (namespaces) { - exports.storage.setItem('debug', namespaces); - } else { - exports.storage.removeItem('debug'); - } - } catch (error) { - // Swallow - // XXX (@Qix-) should we be logging these? - } -} - -/** - * Load `namespaces`. - * - * @return {String} returns the previously persisted debug modes - * @api private - */ -function load() { - let r; - try { - r = exports.storage.getItem('debug'); - } catch (error) { - // Swallow - // XXX (@Qix-) should we be logging these? - } - - // If debug isn't set in LS, and we're in Electron, try to load $DEBUG - if (!r && typeof process !== 'undefined' && 'env' in process) { - r = process.env.DEBUG; - } - - return r; -} - -/** - * Localstorage attempts to return the localstorage. - * - * This is necessary because safari throws - * when a user disables cookies/localstorage - * and you attempt to access it. - * - * @return {LocalStorage} - * @api private - */ - -function localstorage() { - try { - // TVMLKit (Apple TV JS Runtime) does not have a window object, just localStorage in the global context - // The Browser also has localStorage in the global context. - return localStorage; - } catch (error) { - // Swallow - // XXX (@Qix-) should we be logging these? - } -} - -module.exports = require('./common')(exports); - -const {formatters} = module.exports; - -/** - * Map %j to `JSON.stringify()`, since no Web Inspectors do that by default. - */ - -formatters.j = function (v) { - try { - return JSON.stringify(v); - } catch (error) { - return '[UnexpectedJSONParseError]: ' + error.message; - } -}; diff --git a/software/flow/node_modules/engine.io/node_modules/debug/src/common.js b/software/flow/node_modules/engine.io/node_modules/debug/src/common.js deleted file mode 100644 index e3291b2..0000000 --- a/software/flow/node_modules/engine.io/node_modules/debug/src/common.js +++ /dev/null @@ -1,274 +0,0 @@ - -/** - * This is the common logic for both the Node.js and web browser - * implementations of `debug()`. - */ - -function setup(env) { - createDebug.debug = createDebug; - createDebug.default = createDebug; - createDebug.coerce = coerce; - createDebug.disable = disable; - createDebug.enable = enable; - createDebug.enabled = enabled; - createDebug.humanize = require('ms'); - createDebug.destroy = destroy; - - Object.keys(env).forEach(key => { - createDebug[key] = env[key]; - }); - - /** - * The currently active debug mode names, and names to skip. - */ - - createDebug.names = []; - createDebug.skips = []; - - /** - * Map of special "%n" handling functions, for the debug "format" argument. - * - * Valid key names are a single, lower or upper-case letter, i.e. "n" and "N". - */ - createDebug.formatters = {}; - - /** - * Selects a color for a debug namespace - * @param {String} namespace The namespace string for the debug instance to be colored - * @return {Number|String} An ANSI color code for the given namespace - * @api private - */ - function selectColor(namespace) { - let hash = 0; - - for (let i = 0; i < namespace.length; i++) { - hash = ((hash << 5) - hash) + namespace.charCodeAt(i); - hash |= 0; // Convert to 32bit integer - } - - return createDebug.colors[Math.abs(hash) % createDebug.colors.length]; - } - createDebug.selectColor = selectColor; - - /** - * Create a debugger with the given `namespace`. - * - * @param {String} namespace - * @return {Function} - * @api public - */ - function createDebug(namespace) { - let prevTime; - let enableOverride = null; - let namespacesCache; - let enabledCache; - - function debug(...args) { - // Disabled? - if (!debug.enabled) { - return; - } - - const self = debug; - - // Set `diff` timestamp - const curr = Number(new Date()); - const ms = curr - (prevTime || curr); - self.diff = ms; - self.prev = prevTime; - self.curr = curr; - prevTime = curr; - - args[0] = createDebug.coerce(args[0]); - - if (typeof args[0] !== 'string') { - // Anything else let's inspect with %O - args.unshift('%O'); - } - - // Apply any `formatters` transformations - let index = 0; - args[0] = args[0].replace(/%([a-zA-Z%])/g, (match, format) => { - // If we encounter an escaped % then don't increase the array index - if (match === '%%') { - return '%'; - } - index++; - const formatter = createDebug.formatters[format]; - if (typeof formatter === 'function') { - const val = args[index]; - match = formatter.call(self, val); - - // Now we need to remove `args[index]` since it's inlined in the `format` - args.splice(index, 1); - index--; - } - return match; - }); - - // Apply env-specific formatting (colors, etc.) - createDebug.formatArgs.call(self, args); - - const logFn = self.log || createDebug.log; - logFn.apply(self, args); - } - - debug.namespace = namespace; - debug.useColors = createDebug.useColors(); - debug.color = createDebug.selectColor(namespace); - debug.extend = extend; - debug.destroy = createDebug.destroy; // XXX Temporary. Will be removed in the next major release. - - Object.defineProperty(debug, 'enabled', { - enumerable: true, - configurable: false, - get: () => { - if (enableOverride !== null) { - return enableOverride; - } - if (namespacesCache !== createDebug.namespaces) { - namespacesCache = createDebug.namespaces; - enabledCache = createDebug.enabled(namespace); - } - - return enabledCache; - }, - set: v => { - enableOverride = v; - } - }); - - // Env-specific initialization logic for debug instances - if (typeof createDebug.init === 'function') { - createDebug.init(debug); - } - - return debug; - } - - function extend(namespace, delimiter) { - const newDebug = createDebug(this.namespace + (typeof delimiter === 'undefined' ? ':' : delimiter) + namespace); - newDebug.log = this.log; - return newDebug; - } - - /** - * Enables a debug mode by namespaces. This can include modes - * separated by a colon and wildcards. - * - * @param {String} namespaces - * @api public - */ - function enable(namespaces) { - createDebug.save(namespaces); - createDebug.namespaces = namespaces; - - createDebug.names = []; - createDebug.skips = []; - - let i; - const split = (typeof namespaces === 'string' ? namespaces : '').split(/[\s,]+/); - const len = split.length; - - for (i = 0; i < len; i++) { - if (!split[i]) { - // ignore empty strings - continue; - } - - namespaces = split[i].replace(/\*/g, '.*?'); - - if (namespaces[0] === '-') { - createDebug.skips.push(new RegExp('^' + namespaces.slice(1) + '$')); - } else { - createDebug.names.push(new RegExp('^' + namespaces + '$')); - } - } - } - - /** - * Disable debug output. - * - * @return {String} namespaces - * @api public - */ - function disable() { - const namespaces = [ - ...createDebug.names.map(toNamespace), - ...createDebug.skips.map(toNamespace).map(namespace => '-' + namespace) - ].join(','); - createDebug.enable(''); - return namespaces; - } - - /** - * Returns true if the given mode name is enabled, false otherwise. - * - * @param {String} name - * @return {Boolean} - * @api public - */ - function enabled(name) { - if (name[name.length - 1] === '*') { - return true; - } - - let i; - let len; - - for (i = 0, len = createDebug.skips.length; i < len; i++) { - if (createDebug.skips[i].test(name)) { - return false; - } - } - - for (i = 0, len = createDebug.names.length; i < len; i++) { - if (createDebug.names[i].test(name)) { - return true; - } - } - - return false; - } - - /** - * Convert regexp to namespace - * - * @param {RegExp} regxep - * @return {String} namespace - * @api private - */ - function toNamespace(regexp) { - return regexp.toString() - .substring(2, regexp.toString().length - 2) - .replace(/\.\*\?$/, '*'); - } - - /** - * Coerce `val`. - * - * @param {Mixed} val - * @return {Mixed} - * @api private - */ - function coerce(val) { - if (val instanceof Error) { - return val.stack || val.message; - } - return val; - } - - /** - * XXX DO NOT USE. This is a temporary stub function. - * XXX It WILL be removed in the next major release. - */ - function destroy() { - console.warn('Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.'); - } - - createDebug.enable(createDebug.load()); - - return createDebug; -} - -module.exports = setup; diff --git a/software/flow/node_modules/engine.io/node_modules/debug/src/index.js b/software/flow/node_modules/engine.io/node_modules/debug/src/index.js deleted file mode 100644 index bf4c57f..0000000 --- a/software/flow/node_modules/engine.io/node_modules/debug/src/index.js +++ /dev/null @@ -1,10 +0,0 @@ -/** - * Detect Electron renderer / nwjs process, which is node, but we should - * treat as a browser. - */ - -if (typeof process === 'undefined' || process.type === 'renderer' || process.browser === true || process.__nwjs) { - module.exports = require('./browser.js'); -} else { - module.exports = require('./node.js'); -} diff --git a/software/flow/node_modules/engine.io/node_modules/debug/src/node.js b/software/flow/node_modules/engine.io/node_modules/debug/src/node.js deleted file mode 100644 index 79bc085..0000000 --- a/software/flow/node_modules/engine.io/node_modules/debug/src/node.js +++ /dev/null @@ -1,263 +0,0 @@ -/** - * Module dependencies. - */ - -const tty = require('tty'); -const util = require('util'); - -/** - * This is the Node.js implementation of `debug()`. - */ - -exports.init = init; -exports.log = log; -exports.formatArgs = formatArgs; -exports.save = save; -exports.load = load; -exports.useColors = useColors; -exports.destroy = util.deprecate( - () => {}, - 'Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.' -); - -/** - * Colors. - */ - -exports.colors = [6, 2, 3, 4, 5, 1]; - -try { - // Optional dependency (as in, doesn't need to be installed, NOT like optionalDependencies in package.json) - // eslint-disable-next-line import/no-extraneous-dependencies - const supportsColor = require('supports-color'); - - if (supportsColor && (supportsColor.stderr || supportsColor).level >= 2) { - exports.colors = [ - 20, - 21, - 26, - 27, - 32, - 33, - 38, - 39, - 40, - 41, - 42, - 43, - 44, - 45, - 56, - 57, - 62, - 63, - 68, - 69, - 74, - 75, - 76, - 77, - 78, - 79, - 80, - 81, - 92, - 93, - 98, - 99, - 112, - 113, - 128, - 129, - 134, - 135, - 148, - 149, - 160, - 161, - 162, - 163, - 164, - 165, - 166, - 167, - 168, - 169, - 170, - 171, - 172, - 173, - 178, - 179, - 184, - 185, - 196, - 197, - 198, - 199, - 200, - 201, - 202, - 203, - 204, - 205, - 206, - 207, - 208, - 209, - 214, - 215, - 220, - 221 - ]; - } -} catch (error) { - // Swallow - we only care if `supports-color` is available; it doesn't have to be. -} - -/** - * Build up the default `inspectOpts` object from the environment variables. - * - * $ DEBUG_COLORS=no DEBUG_DEPTH=10 DEBUG_SHOW_HIDDEN=enabled node script.js - */ - -exports.inspectOpts = Object.keys(process.env).filter(key => { - return /^debug_/i.test(key); -}).reduce((obj, key) => { - // Camel-case - const prop = key - .substring(6) - .toLowerCase() - .replace(/_([a-z])/g, (_, k) => { - return k.toUpperCase(); - }); - - // Coerce string value into JS value - let val = process.env[key]; - if (/^(yes|on|true|enabled)$/i.test(val)) { - val = true; - } else if (/^(no|off|false|disabled)$/i.test(val)) { - val = false; - } else if (val === 'null') { - val = null; - } else { - val = Number(val); - } - - obj[prop] = val; - return obj; -}, {}); - -/** - * Is stdout a TTY? Colored output is enabled when `true`. - */ - -function useColors() { - return 'colors' in exports.inspectOpts ? - Boolean(exports.inspectOpts.colors) : - tty.isatty(process.stderr.fd); -} - -/** - * Adds ANSI color escape codes if enabled. - * - * @api public - */ - -function formatArgs(args) { - const {namespace: name, useColors} = this; - - if (useColors) { - const c = this.color; - const colorCode = '\u001B[3' + (c < 8 ? c : '8;5;' + c); - const prefix = ` ${colorCode};1m${name} \u001B[0m`; - - args[0] = prefix + args[0].split('\n').join('\n' + prefix); - args.push(colorCode + 'm+' + module.exports.humanize(this.diff) + '\u001B[0m'); - } else { - args[0] = getDate() + name + ' ' + args[0]; - } -} - -function getDate() { - if (exports.inspectOpts.hideDate) { - return ''; - } - return new Date().toISOString() + ' '; -} - -/** - * Invokes `util.format()` with the specified arguments and writes to stderr. - */ - -function log(...args) { - return process.stderr.write(util.format(...args) + '\n'); -} - -/** - * Save `namespaces`. - * - * @param {String} namespaces - * @api private - */ -function save(namespaces) { - if (namespaces) { - process.env.DEBUG = namespaces; - } else { - // If you set a process.env field to null or undefined, it gets cast to the - // string 'null' or 'undefined'. Just delete instead. - delete process.env.DEBUG; - } -} - -/** - * Load `namespaces`. - * - * @return {String} returns the previously persisted debug modes - * @api private - */ - -function load() { - return process.env.DEBUG; -} - -/** - * Init logic for `debug` instances. - * - * Create a new `inspectOpts` object in case `useColors` is set - * differently for a particular `debug` instance. - */ - -function init(debug) { - debug.inspectOpts = {}; - - const keys = Object.keys(exports.inspectOpts); - for (let i = 0; i < keys.length; i++) { - debug.inspectOpts[keys[i]] = exports.inspectOpts[keys[i]]; - } -} - -module.exports = require('./common')(exports); - -const {formatters} = module.exports; - -/** - * Map %o to `util.inspect()`, all on a single line. - */ - -formatters.o = function (v) { - this.inspectOpts.colors = this.useColors; - return util.inspect(v, this.inspectOpts) - .split('\n') - .map(str => str.trim()) - .join(' '); -}; - -/** - * Map %O to `util.inspect()`, allowing multiple lines if needed. - */ - -formatters.O = function (v) { - this.inspectOpts.colors = this.useColors; - return util.inspect(v, this.inspectOpts); -}; diff --git a/software/flow/node_modules/engine.io/node_modules/ms/index.js b/software/flow/node_modules/engine.io/node_modules/ms/index.js deleted file mode 100644 index c4498bc..0000000 --- a/software/flow/node_modules/engine.io/node_modules/ms/index.js +++ /dev/null @@ -1,162 +0,0 @@ -/** - * Helpers. - */ - -var s = 1000; -var m = s * 60; -var h = m * 60; -var d = h * 24; -var w = d * 7; -var y = d * 365.25; - -/** - * Parse or format the given `val`. - * - * Options: - * - * - `long` verbose formatting [false] - * - * @param {String|Number} val - * @param {Object} [options] - * @throws {Error} throw an error if val is not a non-empty string or a number - * @return {String|Number} - * @api public - */ - -module.exports = function(val, options) { - options = options || {}; - var type = typeof val; - if (type === 'string' && val.length > 0) { - return parse(val); - } else if (type === 'number' && isFinite(val)) { - return options.long ? fmtLong(val) : fmtShort(val); - } - throw new Error( - 'val is not a non-empty string or a valid number. val=' + - JSON.stringify(val) - ); -}; - -/** - * Parse the given `str` and return milliseconds. - * - * @param {String} str - * @return {Number} - * @api private - */ - -function parse(str) { - str = String(str); - if (str.length > 100) { - return; - } - var match = /^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec( - str - ); - if (!match) { - return; - } - var n = parseFloat(match[1]); - var type = (match[2] || 'ms').toLowerCase(); - switch (type) { - case 'years': - case 'year': - case 'yrs': - case 'yr': - case 'y': - return n * y; - case 'weeks': - case 'week': - case 'w': - return n * w; - case 'days': - case 'day': - case 'd': - return n * d; - case 'hours': - case 'hour': - case 'hrs': - case 'hr': - case 'h': - return n * h; - case 'minutes': - case 'minute': - case 'mins': - case 'min': - case 'm': - return n * m; - case 'seconds': - case 'second': - case 'secs': - case 'sec': - case 's': - return n * s; - case 'milliseconds': - case 'millisecond': - case 'msecs': - case 'msec': - case 'ms': - return n; - default: - return undefined; - } -} - -/** - * Short format for `ms`. - * - * @param {Number} ms - * @return {String} - * @api private - */ - -function fmtShort(ms) { - var msAbs = Math.abs(ms); - if (msAbs >= d) { - return Math.round(ms / d) + 'd'; - } - if (msAbs >= h) { - return Math.round(ms / h) + 'h'; - } - if (msAbs >= m) { - return Math.round(ms / m) + 'm'; - } - if (msAbs >= s) { - return Math.round(ms / s) + 's'; - } - return ms + 'ms'; -} - -/** - * Long format for `ms`. - * - * @param {Number} ms - * @return {String} - * @api private - */ - -function fmtLong(ms) { - var msAbs = Math.abs(ms); - if (msAbs >= d) { - return plural(ms, msAbs, d, 'day'); - } - if (msAbs >= h) { - return plural(ms, msAbs, h, 'hour'); - } - if (msAbs >= m) { - return plural(ms, msAbs, m, 'minute'); - } - if (msAbs >= s) { - return plural(ms, msAbs, s, 'second'); - } - return ms + ' ms'; -} - -/** - * Pluralization helper. - */ - -function plural(ms, msAbs, n, name) { - var isPlural = msAbs >= n * 1.5; - return Math.round(ms / n) + ' ' + name + (isPlural ? 's' : ''); -} diff --git a/software/flow/node_modules/engine.io/node_modules/ms/license.md b/software/flow/node_modules/engine.io/node_modules/ms/license.md deleted file mode 100644 index 69b6125..0000000 --- a/software/flow/node_modules/engine.io/node_modules/ms/license.md +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2016 Zeit, Inc. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/software/flow/node_modules/engine.io/node_modules/ms/package.json b/software/flow/node_modules/engine.io/node_modules/ms/package.json deleted file mode 100644 index eea666e..0000000 --- a/software/flow/node_modules/engine.io/node_modules/ms/package.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "ms", - "version": "2.1.2", - "description": "Tiny millisecond conversion utility", - "repository": "zeit/ms", - "main": "./index", - "files": [ - "index.js" - ], - "scripts": { - "precommit": "lint-staged", - "lint": "eslint lib/* bin/*", - "test": "mocha tests.js" - }, - "eslintConfig": { - "extends": "eslint:recommended", - "env": { - "node": true, - "es6": true - } - }, - "lint-staged": { - "*.js": [ - "npm run lint", - "prettier --single-quote --write", - "git add" - ] - }, - "license": "MIT", - "devDependencies": { - "eslint": "4.12.1", - "expect.js": "0.3.1", - "husky": "0.14.3", - "lint-staged": "5.0.0", - "mocha": "4.0.1" - } -} diff --git a/software/flow/node_modules/engine.io/node_modules/ms/readme.md b/software/flow/node_modules/engine.io/node_modules/ms/readme.md deleted file mode 100644 index 9a1996b..0000000 --- a/software/flow/node_modules/engine.io/node_modules/ms/readme.md +++ /dev/null @@ -1,60 +0,0 @@ -# ms - -[![Build Status](https://travis-ci.org/zeit/ms.svg?branch=master)](https://travis-ci.org/zeit/ms) -[![Join the community on Spectrum](https://withspectrum.github.io/badge/badge.svg)](https://spectrum.chat/zeit) - -Use this package to easily convert various time formats to milliseconds. - -## Examples - -```js -ms('2 days') // 172800000 -ms('1d') // 86400000 -ms('10h') // 36000000 -ms('2.5 hrs') // 9000000 -ms('2h') // 7200000 -ms('1m') // 60000 -ms('5s') // 5000 -ms('1y') // 31557600000 -ms('100') // 100 -ms('-3 days') // -259200000 -ms('-1h') // -3600000 -ms('-200') // -200 -``` - -### Convert from Milliseconds - -```js -ms(60000) // "1m" -ms(2 * 60000) // "2m" -ms(-3 * 60000) // "-3m" -ms(ms('10 hours')) // "10h" -``` - -### Time Format Written-Out - -```js -ms(60000, { long: true }) // "1 minute" -ms(2 * 60000, { long: true }) // "2 minutes" -ms(-3 * 60000, { long: true }) // "-3 minutes" -ms(ms('10 hours'), { long: true }) // "10 hours" -``` - -## Features - -- Works both in [Node.js](https://nodejs.org) and in the browser -- If a number is supplied to `ms`, a string with a unit is returned -- If a string that contains the number is supplied, it returns it as a number (e.g.: it returns `100` for `'100'`) -- If you pass a string with a number and a valid unit, the number of equivalent milliseconds is returned - -## Related Packages - -- [ms.macro](https://github.com/knpwrs/ms.macro) - Run `ms` as a macro at build-time. - -## Caught a Bug? - -1. [Fork](https://help.github.com/articles/fork-a-repo/) this repository to your own GitHub account and then [clone](https://help.github.com/articles/cloning-a-repository/) it to your local device -2. Link the package to the global module directory: `npm link` -3. Within the module you want to test your local development instance of ms, just link it to the dependencies: `npm link ms`. Instead of the default one from npm, Node.js will now use your clone of ms! - -As always, you can run the tests using: `npm test` diff --git a/software/flow/node_modules/engine.io/package.json b/software/flow/node_modules/engine.io/package.json deleted file mode 100644 index a368fda..0000000 --- a/software/flow/node_modules/engine.io/package.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "name": "engine.io", - "version": "6.4.1", - "description": "The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server", - "type": "commonjs", - "main": "./build/engine.io.js", - "types": "./build/engine.io.d.ts", - "exports": { - "import": "./wrapper.mjs", - "require": "./build/engine.io.js" - }, - "author": "Guillermo Rauch <guillermo@learnboost.com>", - "homepage": "https://github.com/socketio/engine.io", - "contributors": [ - { - "name": "Eugen Dueck", - "web": "https://github.com/EugenDueck" - }, - { - "name": "Afshin Mehrabani", - "web": "https://github.com/afshinm" - }, - { - "name": "Christoph Dorn", - "web": "https://github.com/cadorn" - }, - { - "name": "Mark Mokryn", - "email": "mokesmokes@gmail.com" - } - ], - "license": "MIT", - "dependencies": { - "@types/cookie": "^0.4.1", - "@types/cors": "^2.8.12", - "@types/node": ">=10.0.0", - "accepts": "~1.3.4", - "base64id": "2.0.0", - "cookie": "~0.4.1", - "cors": "~2.8.5", - "debug": "~4.3.1", - "engine.io-parser": "~5.0.3", - "ws": "~8.11.0" - }, - "devDependencies": { - "babel-eslint": "^8.0.2", - "eiows": "^4.1.2", - "engine.io-client": "6.4.0", - "engine.io-client-v3": "npm:engine.io-client@3.5.2", - "expect.js": "^0.3.1", - "express-session": "^1.17.3", - "helmet": "^6.0.1", - "mocha": "^9.1.3", - "prettier": "^2.8.2", - "rimraf": "^3.0.2", - "superagent": "^3.8.1", - "typescript": "^4.4.3", - "uWebSockets.js": "github:uNetworking/uWebSockets.js#v20.15.0" - }, - "scripts": { - "compile": "rimraf ./build && tsc", - "test": "npm run compile && npm run format:check && npm run test:default && npm run test:compat-v3", - "test:default": "mocha --bail --exit", - "test:compat-v3": "EIO_CLIENT=3 mocha --exit", - "test:eiows": "EIO_WS_ENGINE=eiows mocha --exit", - "test:uws": "EIO_WS_ENGINE=uws mocha --exit", - "format:check": "prettier --check \"wrapper.mjs\" \"lib/**/*.ts\" \"test/**/*.js\"", - "format:fix": "prettier --write \"wrapper.mjs\" \"lib/**/*.ts\" \"test/**/*.js\"", - "prepack": "npm run compile" - }, - "repository": { - "type": "git", - "url": "git@github.com:socketio/engine.io.git" - }, - "files": [ - "build/", - "wrapper.mjs" - ], - "engines": { - "node": ">=10.0.0" - } -} diff --git a/software/flow/node_modules/engine.io/wrapper.mjs b/software/flow/node_modules/engine.io/wrapper.mjs deleted file mode 100644 index d0b2deb..0000000 --- a/software/flow/node_modules/engine.io/wrapper.mjs +++ /dev/null @@ -1,10 +0,0 @@ -export { - Server, - Socket, - Transport, - transports, - listen, - attach, - parser, - protocol, -} from "./build/engine.io.js"; diff --git a/software/flow/node_modules/escape-html/LICENSE b/software/flow/node_modules/escape-html/LICENSE deleted file mode 100644 index 2e70de9..0000000 --- a/software/flow/node_modules/escape-html/LICENSE +++ /dev/null @@ -1,24 +0,0 @@ -(The MIT License) - -Copyright (c) 2012-2013 TJ Holowaychuk -Copyright (c) 2015 Andreas Lubbe -Copyright (c) 2015 Tiancheng "Timothy" Gu - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -'Software'), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/software/flow/node_modules/escape-html/Readme.md b/software/flow/node_modules/escape-html/Readme.md deleted file mode 100644 index 653d9ea..0000000 --- a/software/flow/node_modules/escape-html/Readme.md +++ /dev/null @@ -1,43 +0,0 @@ - -# escape-html - - Escape string for use in HTML - -## Example - -```js -var escape = require('escape-html'); -var html = escape('foo & bar'); -// -> foo &amp; bar -``` - -## Benchmark - -``` -$ npm run-script bench - -> escape-html@1.0.3 bench nodejs-escape-html -> node benchmark/index.js - - - http_parser@1.0 - node@0.10.33 - v8@3.14.5.9 - ares@1.9.0-DEV - uv@0.10.29 - zlib@1.2.3 - modules@11 - openssl@1.0.1j - - 1 test completed. - 2 tests completed. - 3 tests completed. - - no special characters x 19,435,271 ops/sec ±0.85% (187 runs sampled) - single special character x 6,132,421 ops/sec ±0.67% (194 runs sampled) - many special characters x 3,175,826 ops/sec ±0.65% (193 runs sampled) -``` - -## License - - MIT \ No newline at end of file diff --git a/software/flow/node_modules/escape-html/index.js b/software/flow/node_modules/escape-html/index.js deleted file mode 100644 index bf9e226..0000000 --- a/software/flow/node_modules/escape-html/index.js +++ /dev/null @@ -1,78 +0,0 @@ -/*! - * escape-html - * Copyright(c) 2012-2013 TJ Holowaychuk - * Copyright(c) 2015 Andreas Lubbe - * Copyright(c) 2015 Tiancheng "Timothy" Gu - * MIT Licensed - */ - -'use strict'; - -/** - * Module variables. - * @private - */ - -var matchHtmlRegExp = /["'&<>]/; - -/** - * Module exports. - * @public - */ - -module.exports = escapeHtml; - -/** - * Escape special characters in the given string of html. - * - * @param {string} string The string to escape for inserting into HTML - * @return {string} - * @public - */ - -function escapeHtml(string) { - var str = '' + string; - var match = matchHtmlRegExp.exec(str); - - if (!match) { - return str; - } - - var escape; - var html = ''; - var index = 0; - var lastIndex = 0; - - for (index = match.index; index < str.length; index++) { - switch (str.charCodeAt(index)) { - case 34: // " - escape = '&quot;'; - break; - case 38: // & - escape = '&amp;'; - break; - case 39: // ' - escape = '&#39;'; - break; - case 60: // < - escape = '&lt;'; - break; - case 62: // > - escape = '&gt;'; - break; - default: - continue; - } - - if (lastIndex !== index) { - html += str.substring(lastIndex, index); - } - - lastIndex = index + 1; - html += escape; - } - - return lastIndex !== index - ? html + str.substring(lastIndex, index) - : html; -} diff --git a/software/flow/node_modules/escape-html/package.json b/software/flow/node_modules/escape-html/package.json deleted file mode 100644 index 57ec7bd..0000000 --- a/software/flow/node_modules/escape-html/package.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "escape-html", - "description": "Escape string for use in HTML", - "version": "1.0.3", - "license": "MIT", - "keywords": [ - "escape", - "html", - "utility" - ], - "repository": "component/escape-html", - "devDependencies": { - "benchmark": "1.0.0", - "beautify-benchmark": "0.2.4" - }, - "files": [ - "LICENSE", - "Readme.md", - "index.js" - ], - "scripts": { - "bench": "node benchmark/index.js" - } -} diff --git a/software/flow/node_modules/etag/HISTORY.md b/software/flow/node_modules/etag/HISTORY.md deleted file mode 100644 index 222b293..0000000 --- a/software/flow/node_modules/etag/HISTORY.md +++ /dev/null @@ -1,83 +0,0 @@ -1.8.1 / 2017-09-12 -================== - - * perf: replace regular expression with substring - -1.8.0 / 2017-02-18 -================== - - * Use SHA1 instead of MD5 for ETag hashing - - Improves performance for larger entities - - Works with FIPS 140-2 OpenSSL configuration - -1.7.0 / 2015-06-08 -================== - - * Always include entity length in ETags for hash length extensions - * Generate non-Stats ETags using MD5 only (no longer CRC32) - * Improve stat performance by removing hashing - * Remove base64 padding in ETags to shorten - * Use MD5 instead of MD4 in weak ETags over 1KB - -1.6.0 / 2015-05-10 -================== - - * Improve support for JXcore - * Remove requirement of `atime` in the stats object - * Support "fake" stats objects in environments without `fs` - -1.5.1 / 2014-11-19 -================== - - * deps: crc@3.2.1 - - Minor fixes - -1.5.0 / 2014-10-14 -================== - - * Improve string performance - * Slightly improve speed for weak ETags over 1KB - -1.4.0 / 2014-09-21 -================== - - * Support "fake" stats objects - * Support Node.js 0.6 - -1.3.1 / 2014-09-14 -================== - - * Use the (new and improved) `crc` for crc32 - -1.3.0 / 2014-08-29 -================== - - * Default strings to strong ETags - * Improve speed for weak ETags over 1KB - -1.2.1 / 2014-08-29 -================== - - * Use the (much faster) `buffer-crc32` for crc32 - -1.2.0 / 2014-08-24 -================== - - * Add support for file stat objects - -1.1.0 / 2014-08-24 -================== - - * Add fast-path for empty entity - * Add weak ETag generation - * Shrink size of generated ETags - -1.0.1 / 2014-08-24 -================== - - * Fix behavior of string containing Unicode - -1.0.0 / 2014-05-18 -================== - - * Initial release diff --git a/software/flow/node_modules/etag/LICENSE b/software/flow/node_modules/etag/LICENSE deleted file mode 100644 index cab251c..0000000 --- a/software/flow/node_modules/etag/LICENSE +++ /dev/null @@ -1,22 +0,0 @@ -(The MIT License) - -Copyright (c) 2014-2016 Douglas Christopher Wilson - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -'Software'), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/software/flow/node_modules/etag/README.md b/software/flow/node_modules/etag/README.md deleted file mode 100644 index 09c2169..0000000 --- a/software/flow/node_modules/etag/README.md +++ /dev/null @@ -1,159 +0,0 @@ -# etag - -[![NPM Version][npm-image]][npm-url] -[![NPM Downloads][downloads-image]][downloads-url] -[![Node.js Version][node-version-image]][node-version-url] -[![Build Status][travis-image]][travis-url] -[![Test Coverage][coveralls-image]][coveralls-url] - -Create simple HTTP ETags - -This module generates HTTP ETags (as defined in RFC 7232) for use in -HTTP responses. - -## Installation - -This is a [Node.js](https://nodejs.org/en/) module available through the -[npm registry](https://www.npmjs.com/). Installation is done using the -[`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally): - -```sh -$ npm install etag -``` - -## API - -<!-- eslint-disable no-unused-vars --> - -```js -var etag = require('etag') -``` - -### etag(entity, [options]) - -Generate a strong ETag for the given entity. This should be the complete -body of the entity. Strings, `Buffer`s, and `fs.Stats` are accepted. By -default, a strong ETag is generated except for `fs.Stats`, which will -generate a weak ETag (this can be overwritten by `options.weak`). - -<!-- eslint-disable no-undef --> - -```js -res.setHeader('ETag', etag(body)) -``` - -#### Options - -`etag` accepts these properties in the options object. - -##### weak - -Specifies if the generated ETag will include the weak validator mark (that -is, the leading `W/`). The actual entity tag is the same. The default value -is `false`, unless the `entity` is `fs.Stats`, in which case it is `true`. - -## Testing - -```sh -$ npm test -``` - -## Benchmark - -```bash -$ npm run-script bench - -> etag@1.8.1 bench nodejs-etag -> node benchmark/index.js - - http_parser@2.7.0 - node@6.11.1 - v8@5.1.281.103 - uv@1.11.0 - zlib@1.2.11 - ares@1.10.1-DEV - icu@58.2 - modules@48 - openssl@1.0.2k - -> node benchmark/body0-100b.js - - 100B body - - 4 tests completed. - - buffer - strong x 258,647 ops/sec ±1.07% (180 runs sampled) - buffer - weak x 263,812 ops/sec ±0.61% (184 runs sampled) - string - strong x 259,955 ops/sec ±1.19% (185 runs sampled) - string - weak x 264,356 ops/sec ±1.09% (184 runs sampled) - -> node benchmark/body1-1kb.js - - 1KB body - - 4 tests completed. - - buffer - strong x 189,018 ops/sec ±1.12% (182 runs sampled) - buffer - weak x 190,586 ops/sec ±0.81% (186 runs sampled) - string - strong x 144,272 ops/sec ±0.96% (188 runs sampled) - string - weak x 145,380 ops/sec ±1.43% (187 runs sampled) - -> node benchmark/body2-5kb.js - - 5KB body - - 4 tests completed. - - buffer - strong x 92,435 ops/sec ±0.42% (188 runs sampled) - buffer - weak x 92,373 ops/sec ±0.58% (189 runs sampled) - string - strong x 48,850 ops/sec ±0.56% (186 runs sampled) - string - weak x 49,380 ops/sec ±0.56% (190 runs sampled) - -> node benchmark/body3-10kb.js - - 10KB body - - 4 tests completed. - - buffer - strong x 55,989 ops/sec ±0.93% (188 runs sampled) - buffer - weak x 56,148 ops/sec ±0.55% (190 runs sampled) - string - strong x 27,345 ops/sec ±0.43% (188 runs sampled) - string - weak x 27,496 ops/sec ±0.45% (190 runs sampled) - -> node benchmark/body4-100kb.js - - 100KB body - - 4 tests completed. - - buffer - strong x 7,083 ops/sec ±0.22% (190 runs sampled) - buffer - weak x 7,115 ops/sec ±0.26% (191 runs sampled) - string - strong x 3,068 ops/sec ±0.34% (190 runs sampled) - string - weak x 3,096 ops/sec ±0.35% (190 runs sampled) - -> node benchmark/stats.js - - stat - - 4 tests completed. - - real - strong x 871,642 ops/sec ±0.34% (189 runs sampled) - real - weak x 867,613 ops/sec ±0.39% (190 runs sampled) - fake - strong x 401,051 ops/sec ±0.40% (189 runs sampled) - fake - weak x 400,100 ops/sec ±0.47% (188 runs sampled) -``` - -## License - -[MIT](LICENSE) - -[npm-image]: https://img.shields.io/npm/v/etag.svg -[npm-url]: https://npmjs.org/package/etag -[node-version-image]: https://img.shields.io/node/v/etag.svg -[node-version-url]: https://nodejs.org/en/download/ -[travis-image]: https://img.shields.io/travis/jshttp/etag/master.svg -[travis-url]: https://travis-ci.org/jshttp/etag -[coveralls-image]: https://img.shields.io/coveralls/jshttp/etag/master.svg -[coveralls-url]: https://coveralls.io/r/jshttp/etag?branch=master -[downloads-image]: https://img.shields.io/npm/dm/etag.svg -[downloads-url]: https://npmjs.org/package/etag diff --git a/software/flow/node_modules/etag/index.js b/software/flow/node_modules/etag/index.js deleted file mode 100644 index 2a585c9..0000000 --- a/software/flow/node_modules/etag/index.js +++ /dev/null @@ -1,131 +0,0 @@ -/*! - * etag - * Copyright(c) 2014-2016 Douglas Christopher Wilson - * MIT Licensed - */ - -'use strict' - -/** - * Module exports. - * @public - */ - -module.exports = etag - -/** - * Module dependencies. - * @private - */ - -var crypto = require('crypto') -var Stats = require('fs').Stats - -/** - * Module variables. - * @private - */ - -var toString = Object.prototype.toString - -/** - * Generate an entity tag. - * - * @param {Buffer|string} entity - * @return {string} - * @private - */ - -function entitytag (entity) { - if (entity.length === 0) { - // fast-path empty - return '"0-2jmj7l5rSw0yVb/vlWAYkK/YBwk"' - } - - // compute hash of entity - var hash = crypto - .createHash('sha1') - .update(entity, 'utf8') - .digest('base64') - .substring(0, 27) - - // compute length of entity - var len = typeof entity === 'string' - ? Buffer.byteLength(entity, 'utf8') - : entity.length - - return '"' + len.toString(16) + '-' + hash + '"' -} - -/** - * Create a simple ETag. - * - * @param {string|Buffer|Stats} entity - * @param {object} [options] - * @param {boolean} [options.weak] - * @return {String} - * @public - */ - -function etag (entity, options) { - if (entity == null) { - throw new TypeError('argument entity is required') - } - - // support fs.Stats object - var isStats = isstats(entity) - var weak = options && typeof options.weak === 'boolean' - ? options.weak - : isStats - - // validate argument - if (!isStats && typeof entity !== 'string' && !Buffer.isBuffer(entity)) { - throw new TypeError('argument entity must be string, Buffer, or fs.Stats') - } - - // generate entity tag - var tag = isStats - ? stattag(entity) - : entitytag(entity) - - return weak - ? 'W/' + tag - : tag -} - -/** - * Determine if object is a Stats object. - * - * @param {object} obj - * @return {boolean} - * @api private - */ - -function isstats (obj) { - // genuine fs.Stats - if (typeof Stats === 'function' && obj instanceof Stats) { - return true - } - - // quack quack - return obj && typeof obj === 'object' && - 'ctime' in obj && toString.call(obj.ctime) === '[object Date]' && - 'mtime' in obj && toString.call(obj.mtime) === '[object Date]' && - 'ino' in obj && typeof obj.ino === 'number' && - 'size' in obj && typeof obj.size === 'number' -} - -/** - * Generate a tag for a stat. - * - * @param {object} stat - * @return {string} - * @private - */ - -function stattag (stat) { - var mtime = stat.mtime.getTime().toString(16) - var size = stat.size.toString(16) - - return '"' + size + '-' + mtime + '"' -} diff --git a/software/flow/node_modules/etag/package.json b/software/flow/node_modules/etag/package.json deleted file mode 100644 index b06ab80..0000000 --- a/software/flow/node_modules/etag/package.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "name": "etag", - "description": "Create simple HTTP ETags", - "version": "1.8.1", - "contributors": [ - "Douglas Christopher Wilson <doug@somethingdoug.com>", - "David Björklund <david.bjorklund@gmail.com>" - ], - "license": "MIT", - "keywords": [ - "etag", - "http", - "res" - ], - "repository": "jshttp/etag", - "devDependencies": { - "beautify-benchmark": "0.2.4", - "benchmark": "2.1.4", - "eslint": "3.19.0", - "eslint-config-standard": "10.2.1", - "eslint-plugin-import": "2.7.0", - "eslint-plugin-markdown": "1.0.0-beta.6", - "eslint-plugin-node": "5.1.1", - "eslint-plugin-promise": "3.5.0", - "eslint-plugin-standard": "3.0.1", - "istanbul": "0.4.5", - "mocha": "1.21.5", - "safe-buffer": "5.1.1", - "seedrandom": "2.4.3" - }, - "files": [ - "LICENSE", - "HISTORY.md", - "README.md", - "index.js" - ], - "engines": { - "node": ">= 0.6" - }, - "scripts": { - "bench": "node benchmark/index.js", - "lint": "eslint --plugin markdown --ext js,md .", - "test": "mocha --reporter spec --bail --check-leaks test/", - "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/", - "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/" - } -} diff --git a/software/flow/node_modules/fresh/HISTORY.md b/software/flow/node_modules/fresh/HISTORY.md deleted file mode 100644 index 4586996..0000000 --- a/software/flow/node_modules/fresh/HISTORY.md +++ /dev/null @@ -1,70 +0,0 @@ -0.5.2 / 2017-09-13 -================== - - * Fix regression matching multiple ETags in `If-None-Match` - * perf: improve `If-None-Match` token parsing - -0.5.1 / 2017-09-11 -================== - - * Fix handling of modified headers with invalid dates - * perf: improve ETag match loop - -0.5.0 / 2017-02-21 -================== - - * Fix incorrect result when `If-None-Match` has both `*` and ETags - * Fix weak `ETag` matching to match spec - * perf: delay reading header values until needed - * perf: skip checking modified time if ETag check failed - * perf: skip parsing `If-None-Match` when no `ETag` header - * perf: use `Date.parse` instead of `new Date` - -0.4.0 / 2017-02-05 -================== - - * Fix false detection of `no-cache` request directive - * perf: enable strict mode - * perf: hoist regular expressions - * perf: remove duplicate conditional - * perf: remove unnecessary boolean coercions - -0.3.0 / 2015-05-12 -================== - - * Add weak `ETag` matching support - -0.2.4 / 2014-09-07 -================== - - * Support Node.js 0.6 - -0.2.3 / 2014-09-07 -================== - - * Move repository to jshttp - -0.2.2 / 2014-02-19 -================== - - * Revert "Fix for blank page on Safari reload" - -0.2.1 / 2014-01-29 -================== - - * Fix for blank page on Safari reload - -0.2.0 / 2013-08-11 -================== - - * Return stale for `Cache-Control: no-cache` - -0.1.0 / 2012-06-15 -================== - - * Add `If-None-Match: *` support - -0.0.1 / 2012-06-10 -================== - - * Initial release diff --git a/software/flow/node_modules/fresh/LICENSE b/software/flow/node_modules/fresh/LICENSE deleted file mode 100644 index 1434ade..0000000 --- a/software/flow/node_modules/fresh/LICENSE +++ /dev/null @@ -1,23 +0,0 @@ -(The MIT License) - -Copyright (c) 2012 TJ Holowaychuk <tj@vision-media.ca> -Copyright (c) 2016-2017 Douglas Christopher Wilson <doug@somethingdoug.com> - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -'Software'), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/software/flow/node_modules/fresh/README.md b/software/flow/node_modules/fresh/README.md deleted file mode 100644 index 1c1c680..0000000 --- a/software/flow/node_modules/fresh/README.md +++ /dev/null @@ -1,119 +0,0 @@ -# fresh - -[![NPM Version][npm-image]][npm-url] -[![NPM Downloads][downloads-image]][downloads-url] -[![Node.js Version][node-version-image]][node-version-url] -[![Build Status][travis-image]][travis-url] -[![Test Coverage][coveralls-image]][coveralls-url] - -HTTP response freshness testing - -## Installation - -This is a [Node.js](https://nodejs.org/en/) module available through the -[npm registry](https://www.npmjs.com/). Installation is done using the -[`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally): - -``` -$ npm install fresh -``` - -## API - -<!-- eslint-disable no-unused-vars --> - -```js -var fresh = require('fresh') -``` - -### fresh(reqHeaders, resHeaders) - -Check freshness of the response using request and response headers. - -When the response is still "fresh" in the client's cache `true` is -returned, otherwise `false` is returned to indicate that the client -cache is now stale and the full response should be sent. - -When a client sends the `Cache-Control: no-cache` request header to -indicate an end-to-end reload request, this module will return `false` -to make handling these requests transparent. - -## Known Issues - -This module is designed to only follow the HTTP specifications, not -to work-around all kinda of client bugs (especially since this module -typically does not recieve enough information to understand what the -client actually is). - -There is a known issue that in certain versions of Safari, Safari -will incorrectly make a request that allows this module to validate -freshness of the resource even when Safari does not have a -representation of the resource in the cache. The module -[jumanji](https://www.npmjs.com/package/jumanji) can be used in -an Express application to work-around this issue and also provides -links to further reading on this Safari bug. - -## Example - -### API usage - -<!-- eslint-disable no-redeclare, no-undef --> - -```js -var reqHeaders = { 'if-none-match': '"foo"' } -var resHeaders = { 'etag': '"bar"' } -fresh(reqHeaders, resHeaders) -// => false - -var reqHeaders = { 'if-none-match': '"foo"' } -var resHeaders = { 'etag': '"foo"' } -fresh(reqHeaders, resHeaders) -// => true -``` - -### Using with Node.js http server - -```js -var fresh = require('fresh') -var http = require('http') - -var server = http.createServer(function (req, res) { - // perform server logic - // ... including adding ETag / Last-Modified response headers - - if (isFresh(req, res)) { - // client has a fresh copy of resource - res.statusCode = 304 - res.end() - return - } - - // send the resource - res.statusCode = 200 - res.end('hello, world!') -}) - -function isFresh (req, res) { - return fresh(req.headers, { - 'etag': res.getHeader('ETag'), - 'last-modified': res.getHeader('Last-Modified') - }) -} - -server.listen(3000) -``` - -## License - -[MIT](LICENSE) - -[npm-image]: https://img.shields.io/npm/v/fresh.svg -[npm-url]: https://npmjs.org/package/fresh -[node-version-image]: https://img.shields.io/node/v/fresh.svg -[node-version-url]: https://nodejs.org/en/ -[travis-image]: https://img.shields.io/travis/jshttp/fresh/master.svg -[travis-url]: https://travis-ci.org/jshttp/fresh -[coveralls-image]: https://img.shields.io/coveralls/jshttp/fresh/master.svg -[coveralls-url]: https://coveralls.io/r/jshttp/fresh?branch=master -[downloads-image]: https://img.shields.io/npm/dm/fresh.svg -[downloads-url]: https://npmjs.org/package/fresh diff --git a/software/flow/node_modules/fresh/index.js b/software/flow/node_modules/fresh/index.js deleted file mode 100644 index d154f5a..0000000 --- a/software/flow/node_modules/fresh/index.js +++ /dev/null @@ -1,137 +0,0 @@ -/*! - * fresh - * Copyright(c) 2012 TJ Holowaychuk - * Copyright(c) 2016-2017 Douglas Christopher Wilson - * MIT Licensed - */ - -'use strict' - -/** - * RegExp to check for no-cache token in Cache-Control. - * @private - */ - -var CACHE_CONTROL_NO_CACHE_REGEXP = /(?:^|,)\s*?no-cache\s*?(?:,|$)/ - -/** - * Module exports. - * @public - */ - -module.exports = fresh - -/** - * Check freshness of the response using request and response headers. - * - * @param {Object} reqHeaders - * @param {Object} resHeaders - * @return {Boolean} - * @public - */ - -function fresh (reqHeaders, resHeaders) { - // fields - var modifiedSince = reqHeaders['if-modified-since'] - var noneMatch = reqHeaders['if-none-match'] - - // unconditional request - if (!modifiedSince && !noneMatch) { - return false - } - - // Always return stale when Cache-Control: no-cache - // to support end-to-end reload requests - // https://tools.ietf.org/html/rfc2616#section-14.9.4 - var cacheControl = reqHeaders['cache-control'] - if (cacheControl && CACHE_CONTROL_NO_CACHE_REGEXP.test(cacheControl)) { - return false - } - - // if-none-match - if (noneMatch && noneMatch !== '*') { - var etag = resHeaders['etag'] - - if (!etag) { - return false - } - - var etagStale = true - var matches = parseTokenList(noneMatch) - for (var i = 0; i < matches.length; i++) { - var match = matches[i] - if (match === etag || match === 'W/' + etag || 'W/' + match === etag) { - etagStale = false - break - } - } - - if (etagStale) { - return false - } - } - - // if-modified-since - if (modifiedSince) { - var lastModified = resHeaders['last-modified'] - var modifiedStale = !lastModified || !(parseHttpDate(lastModified) <= parseHttpDate(modifiedSince)) - - if (modifiedStale) { - return false - } - } - - return true -} - -/** - * Parse an HTTP Date into a number. - * - * @param {string} date - * @private - */ - -function parseHttpDate (date) { - var timestamp = date && Date.parse(date) - - // istanbul ignore next: guard against date.js Date.parse patching - return typeof timestamp === 'number' - ? timestamp - : NaN -} - -/** - * Parse a HTTP token list. - * - * @param {string} str - * @private - */ - -function parseTokenList (str) { - var end = 0 - var list = [] - var start = 0 - - // gather tokens - for (var i = 0, len = str.length; i < len; i++) { - switch (str.charCodeAt(i)) { - case 0x20: /* */ - if (start === end) { - start = end = i + 1 - } - break - case 0x2c: /* , */ - list.push(str.substring(start, end)) - start = end = i + 1 - break - default: - end = i + 1 - break - } - } - - // final token - list.push(str.substring(start, end)) - - return list -} diff --git a/software/flow/node_modules/fresh/package.json b/software/flow/node_modules/fresh/package.json deleted file mode 100644 index c2fa0f4..0000000 --- a/software/flow/node_modules/fresh/package.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "name": "fresh", - "description": "HTTP response freshness testing", - "version": "0.5.2", - "author": "TJ Holowaychuk <tj@vision-media.ca> (http://tjholowaychuk.com)", - "contributors": [ - "Douglas Christopher Wilson <doug@somethingdoug.com>", - "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)" - ], - "license": "MIT", - "keywords": [ - "fresh", - "http", - "conditional", - "cache" - ], - "repository": "jshttp/fresh", - "devDependencies": { - "beautify-benchmark": "0.2.4", - "benchmark": "2.1.4", - "eslint": "3.19.0", - "eslint-config-standard": "10.2.1", - "eslint-plugin-import": "2.7.0", - "eslint-plugin-markdown": "1.0.0-beta.6", - "eslint-plugin-node": "5.1.1", - "eslint-plugin-promise": "3.5.0", - "eslint-plugin-standard": "3.0.1", - "istanbul": "0.4.5", - "mocha": "1.21.5" - }, - "files": [ - "HISTORY.md", - "LICENSE", - "index.js" - ], - "engines": { - "node": ">= 0.6" - }, - "scripts": { - "bench": "node benchmark/index.js", - "lint": "eslint --plugin markdown --ext js,md .", - "test": "mocha --reporter spec --bail --check-leaks test/", - "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/", - "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/" - } -} diff --git a/software/flow/node_modules/gridstack/LICENSE b/software/flow/node_modules/gridstack/LICENSE deleted file mode 100644 index cb9d957..0000000 --- a/software/flow/node_modules/gridstack/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2014-2020 Alain Dumesny, Dylan Weiss, Pavel Reznikov - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/software/flow/node_modules/gridstack/README.md b/software/flow/node_modules/gridstack/README.md deleted file mode 100644 index fee89d4..0000000 --- a/software/flow/node_modules/gridstack/README.md +++ /dev/null @@ -1,299 +0,0 @@ -gridstack.js -============ - -[![Build Status](https://travis-ci.org/gridstack/gridstack.js.svg?branch=develop)](https://travis-ci.org/gridstack/gridstack.js) -[![Coverage Status](https://coveralls.io/repos/github/gridstack/gridstack.js/badge.svg?branch=develop)](https://coveralls.io/github/gridstack/gridstack.js?branch=develop) -[![Dependency Status](https://david-dm.org/gridstack/gridstack.js.svg)](https://david-dm.org/gridstack/gridstack.js) -[![devDependency Status](https://david-dm.org/gridstack/gridstack.js/dev-status.svg)](https://david-dm.org/gridstack/gridstack.js#info=devDependencies) - -Mobile-friendly Javascript library for dashboard layout and creation. Making a drag-and-drop, multi-column dashboard has never been easier. Allows you to build draggable, responsive bootstrap v3-friendly layouts. It also has multiple bindings and works great with [React](https://reactjs.org/), [Angular](https://angular.io/), [Knockout.js](http://knockoutjs.com), [Ember](https://www.emberjs.com/) and others, and comes with a Typescript definition out of the box. - -Inspired by no-longer maintained gridster.js, built with love. - -Please visit http://gridstackjs.com and [these demos](http://gridstackjs.com/demo/). - -Join us on Slack: https://gridstackjs.troolee.com - -[![Slack Status](https://gridstackjs.troolee.com/badge.svg)](https://gridstackjs.troolee.com) - -<!-- START doctoc generated TOC please keep comment here to allow auto update --> -<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> -**Table of Contents** *generated with [DocToc](http://doctoc.herokuapp.com/)* - -- [Demo and examples](#demo-and-examples) -- [Usage](#usage) - - [Install](#install) - - [Include](#include) - - [Basic usage](#basic-usage) - - [Requirements](#requirements) - - [API Documentation](#api-documentation) - - [Extend Library](#extend-library) - - [Touch devices support](#touch-devices-support) - - [gridstack.js for specific frameworks](#gridstackjs-for-specific-frameworks) - - [Change grid columns](#change-grid-columns) - - [Custom columns CSS](#custom-columns-css) - - [Override resizable/draggable options](#override-resizabledraggable-options) - - [Migrating to v0.3.0](#migrating-to-v030) -- [Changes](#changes) -- [The Team](#the-team) - -<!-- END doctoc generated TOC please keep comment here to allow auto update --> - - -Demo and examples -==== - -Please visit http://gridstackjs.com and [these demos](http://gridstackjs.com/demo/). - - -Usage -===== - -## Install - -* Using yarn / npm: - -[![NPM version](https://img.shields.io/npm/v/gridstack.svg)](https://www.npmjs.com/package/gridstack) - -```bash -$ yarn install gridstack -``` - -## Include - -* local: - - -```html -<link rel="stylesheet" href="gridstack.css" /> -<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> -<script src="gridstack.all.js"></script> -``` - -* Using CDN (minimized): - -```html -<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/gridstack@0.6.4/dist/gridstack.min.css" /> -<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> -<script src="https://cdn.jsdelivr.net/npm/gridstack@0.6.4/dist/gridstack.all.js"></script> -``` - -* Using CDN (debug): - -```html -<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/gridstack@0.6.4/dist/gridstack.css" /> -<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> -<script src="https://cdn.jsdelivr.net/npm/gridstack@0.6.4/dist/gridstack.js"></script> -<script src="https://cdn.jsdelivr.net/npm/gridstack@0.6.4/dist/jquery-ui.js"></script> -<script src="https://cdn.jsdelivr.net/npm/gridstack@0.6.4/dist/gridstack.jQueryUI.js"></script> -``` - -## Basic usage - -```html -<div class="grid-stack"> - <div class="grid-stack-item"> - <div class="grid-stack-item-content">Item 1</div> - </div> - <div class="grid-stack-item" data-gs-width="2"> - <div class="grid-stack-item-content">Item 2 wider</div> - </div> -</div> - -<script type="text/javascript"> -$(function () { - $('.grid-stack').gridstack(); -}); -</script> -``` - -see [jsfiddle sample](https://jsfiddle.net/adumesny/jqhkry7g) as running example too. - -## Requirements - -* [jQuery](http://jquery.com) (>= 1.8) -* `Array.prototype.find`, and `Number.isNaN()` for IE and older browsers. - * Note: as of v0.5.4 We supply a separate `gridstack-poly.js` for that -(part of `gridstack.all.js`) or you can look at other pollyfills -([core.js](https://github.com/zloirock/core-js#ecmascript-6-array) and [mozilla.org](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/find)). - -Using gridstack.js with jQuery UI - -* [jQuery UI](http://jqueryui.com) (>= 1.12.0). Minimum required components: Draggable, Droppable, Resizable (Widget, Mouse, core). - * Note: as of v0.5.4 we include this subset as `jquery-ui.js` (and min.js) which is part of `gridstack.all.js`. If you wish to bring your own lib, include the individual gridstack parts instead of all.js -* (Optional) [jquery-ui-touch-punch](https://github.com/furf/jquery-ui-touch-punch) for touch-based devices support - -## API Documentation - -Documentation can be found [here](https://github.com/gridstack/gridstack.js/tree/develop/doc). - - -## Extend Library - -You can easily extend or patch gridstack with code like this: - -```javascript -$(function () { - // extend gridstack with our own custom method - window.GridStackUI.prototype.printCount = function() { - console.log('grid has ' + this.grid.nodes.length + ' items'); - }; - - $('.grid-stack').gridstack(); - - // you can now call on any grid this... - $('.grid-stack').data('gridstack').printCount(); -}); -``` - -## Touch devices support - -Please use [jQuery UI Touch Punch](https://github.com/furf/jquery-ui-touch-punch) to make jQuery UI Draggable/Resizable -working on touch-based devices. - -```html -<script src="core-js/client/shim.min.js"></script> -<script src="jquery.min.js"></script> -<script src="jquery-ui.min.js"></script> -<script src="jquery.ui.touch-punch.min.js"></script> - -<script src="gridstack.js"></script> -``` - -Also `alwaysShowResizeHandle` option may be useful: - -```javascript -$(function () { - var options = { - alwaysShowResizeHandle: /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent) - }; - $('.grid-stack').gridstack(options); -}); -``` - -If you're still experiencing issues on touch devices please check [#444](https://github.com/gridstack/gridstack.js/issues/444) - - -## gridstack.js for specific frameworks - -search for ['gridstack' under NPM](https://www.npmjs.com/search?q=gridstack&ranking=popularity) for latest, more to come... - -- ember: [gridstack-ember](https://github.com/yahoo/ember-gridstack) -- AngularJS: [gridstack-angular](https://github.com/kdietrich/gridstack-angular) -- Angular8: [lb-gridstack](https://github.com/pfms84/lb-gridstack) -- Rails: [gridstack-js-rails](https://github.com/randoum/gridstack-js-rails) -- React: [react-gridstack](https://github.com/pitrho/react-gridstack) - -## Change grid columns - -GridStack makes it very easy if you need [1-12] columns out of the box (default is 12), but you always need **2 things** if you need to customize this: - -1) Change the `column` grid option when creating a grid to your number N -```js -$('.grid-stack').gridstack( {column: N} ); -``` - -2) include `gridstack-extra.css` if **N < 12** (else custom CSS - see next). Without these, things will not render/work correctly. -```html -<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/gridstack@0.6.4/dist/gridstack-extra.css"/> - -<div class="grid-stack grid-stack-N">...</div> -``` - -Note: we added `grid-stack-N` class and `gridstack-extra.css` which defines CSS for grids with custom [1-12] columns. Anything more and you'll need to generate the SASS/CSS yourself (see next). - -See example: [2 grids demo](http://gridstack.github.io/gridstack.js/demo/two.html) with 6 columns - -## Custom columns CSS - -If you need > 12 columns or want to generate the CSS manually you will need to generate CSS rules for `.grid-stack-item[data-gs-width="X"]` and `.grid-stack-item[data-gs-x="X"]`. - -For instance for 3-column grid you need to rewrite CSS to be: - -```css -.grid-stack-item[data-gs-width="3"] { width: 100% } -.grid-stack-item[data-gs-width="2"] { width: 66.66666667% } -.grid-stack-item[data-gs-width="1"] { width: 33.33333333% } - -.grid-stack-item[data-gs-x="2"] { left: 66.66666667% } -.grid-stack-item[data-gs-x="1"] { left: 33.33333333% } -``` - -For 4-column grid it should be: - -```css -.grid-stack-item[data-gs-width="4"] { width: 100% } -.grid-stack-item[data-gs-width="3"] { width: 75% } -.grid-stack-item[data-gs-width="2"] { width: 50% } -.grid-stack-item[data-gs-width="1"] { width: 25% } - -.grid-stack-item[data-gs-x="3"] { left: 75% } -.grid-stack-item[data-gs-x="2"] { left: 50% } -.grid-stack-item[data-gs-x="1"] { left: 25% } -``` - -and so on. - -Better yet, here is a SASS code snippet which can make life much easier (Thanks to @ascendantofrain, [#81](https://github.com/gridstack/gridstack.js/issues/81) and @StefanM98, [#868](https://github.com/gridstack/gridstack.js/issues/868)) and you can use sites like [sassmeister.com](https://www.sassmeister.com/) to generate the CSS for you instead: - -```sass -.grid-stack > .grid-stack-item { - - $gridstack-columns: 12; - - min-width: (100% / $gridstack-columns); - - @for $i from 1 through $gridstack-columns { - &[data-gs-width='#{$i}'] { width: (100% / $gridstack-columns) * $i; } - &[data-gs-x='#{$i}'] { left: (100% / $gridstack-columns) * $i; } - &[data-gs-min-width='#{$i}'] { min-width: (100% / $gridstack-columns) * $i; } - &[data-gs-max-width='#{$i}'] { max-width: (100% / $gridstack-columns) * $i; } - } -} -``` - -you can also look at the SASS [src/gridstack-extra.scss](https://github.com/gridstack/gridstack.js/blob/develop/src/gridstack-extra.scss) and modify to add more columns -and also have the `.grid-stack-N` prefix to support letting the user change columns dynamically. - -## Override resizable/draggable options - -You can override default `resizable`/`draggable` options. For instance to enable other then bottom right resizing handle -you can init gridstack like: - -```javascript -$('.grid-stack').gridstack({ - resizable: { - handles: 'e, se, s, sw, w' - } -}); -``` - -Note: It's not recommended to enable `nw`, `n`, `ne` resizing handles. Their behaviour may be unexpected. - -## Migrating to v0.3.0 - -As of v0.3.0, gridstack introduces a new plugin system. The drag'n'drop functionality has been modified to take advantage of this system. Because of this, and to avoid dependency on core code from jQuery UI, the plugin functionality was moved to a separate file. - -To ensure gridstack continues to work, either include the additional `gridstack.jQueryUI.js` file into your HTML or use `gridstack.all.js`: - -```html -<script src="gridstack.js"></script> -<script src="gridstack.jQueryUI.js"></script> -``` -or -```html -<script src="gridstack.all.js"></script> -``` - -We're working on implementing support for other drag'n'drop libraries through the new plugin system. - -Changes -===== - -View our change log [here](https://github.com/gridstack/gridstack.js/tree/develop/doc/CHANGES.md). - - -The Team -======== - -gridstack.js is currently maintained by [Dylan Weiss](https://github.com/radiolips) and [Alain Dumesny](https://github.com/adumesny), originally created by [Pavel Reznikov](https://github.com/troolee). We appreciate [all contributors](https://github.com/gridstack/gridstack.js/graphs/contributors) for help. diff --git a/software/flow/node_modules/gridstack/dist/gridstack-extra.css b/software/flow/node_modules/gridstack/dist/gridstack-extra.css deleted file mode 100644 index 46fb987..0000000 --- a/software/flow/node_modules/gridstack/dist/gridstack-extra.css +++ /dev/null @@ -1,555 +0,0 @@ -/*! - * gridstack 0.6.4 extra CSS for [2-11] columns (non default) - * https://gridstackjs.com/ - * (c) 2014-2020 Alain Dumesny, Dylan Weiss, Pavel Reznikov - * gridstack.js may be freely distributed under the MIT license. -*/ -.grid-stack.grid-stack-2 > .grid-stack-item { - min-width: 50%; } - .grid-stack.grid-stack-2 > .grid-stack-item[data-gs-width='1'] { - width: 50%; } - .grid-stack.grid-stack-2 > .grid-stack-item[data-gs-x='1'] { - left: 50%; } - .grid-stack.grid-stack-2 > .grid-stack-item[data-gs-min-width='1'] { - min-width: 50%; } - .grid-stack.grid-stack-2 > .grid-stack-item[data-gs-max-width='1'] { - max-width: 50%; } - .grid-stack.grid-stack-2 > .grid-stack-item[data-gs-width='2'] { - width: 100%; } - .grid-stack.grid-stack-2 > .grid-stack-item[data-gs-x='2'] { - left: 100%; } - .grid-stack.grid-stack-2 > .grid-stack-item[data-gs-min-width='2'] { - min-width: 100%; } - .grid-stack.grid-stack-2 > .grid-stack-item[data-gs-max-width='2'] { - max-width: 100%; } - -.grid-stack.grid-stack-3 > .grid-stack-item { - min-width: 33.3333333333%; } - .grid-stack.grid-stack-3 > .grid-stack-item[data-gs-width='1'] { - width: 33.3333333333%; } - .grid-stack.grid-stack-3 > .grid-stack-item[data-gs-x='1'] { - left: 33.3333333333%; } - .grid-stack.grid-stack-3 > .grid-stack-item[data-gs-min-width='1'] { - min-width: 33.3333333333%; } - .grid-stack.grid-stack-3 > .grid-stack-item[data-gs-max-width='1'] { - max-width: 33.3333333333%; } - .grid-stack.grid-stack-3 > .grid-stack-item[data-gs-width='2'] { - width: 66.6666666667%; } - .grid-stack.grid-stack-3 > .grid-stack-item[data-gs-x='2'] { - left: 66.6666666667%; } - .grid-stack.grid-stack-3 > .grid-stack-item[data-gs-min-width='2'] { - min-width: 66.6666666667%; } - .grid-stack.grid-stack-3 > .grid-stack-item[data-gs-max-width='2'] { - max-width: 66.6666666667%; } - .grid-stack.grid-stack-3 > .grid-stack-item[data-gs-width='3'] { - width: 100%; } - .grid-stack.grid-stack-3 > .grid-stack-item[data-gs-x='3'] { - left: 100%; } - .grid-stack.grid-stack-3 > .grid-stack-item[data-gs-min-width='3'] { - min-width: 100%; } - .grid-stack.grid-stack-3 > .grid-stack-item[data-gs-max-width='3'] { - max-width: 100%; } - -.grid-stack.grid-stack-4 > .grid-stack-item { - min-width: 25%; } - .grid-stack.grid-stack-4 > .grid-stack-item[data-gs-width='1'] { - width: 25%; } - .grid-stack.grid-stack-4 > .grid-stack-item[data-gs-x='1'] { - left: 25%; } - .grid-stack.grid-stack-4 > .grid-stack-item[data-gs-min-width='1'] { - min-width: 25%; } - .grid-stack.grid-stack-4 > .grid-stack-item[data-gs-max-width='1'] { - max-width: 25%; } - .grid-stack.grid-stack-4 > .grid-stack-item[data-gs-width='2'] { - width: 50%; } - .grid-stack.grid-stack-4 > .grid-stack-item[data-gs-x='2'] { - left: 50%; } - .grid-stack.grid-stack-4 > .grid-stack-item[data-gs-min-width='2'] { - min-width: 50%; } - .grid-stack.grid-stack-4 > .grid-stack-item[data-gs-max-width='2'] { - max-width: 50%; } - .grid-stack.grid-stack-4 > .grid-stack-item[data-gs-width='3'] { - width: 75%; } - .grid-stack.grid-stack-4 > .grid-stack-item[data-gs-x='3'] { - left: 75%; } - .grid-stack.grid-stack-4 > .grid-stack-item[data-gs-min-width='3'] { - min-width: 75%; } - .grid-stack.grid-stack-4 > .grid-stack-item[data-gs-max-width='3'] { - max-width: 75%; } - .grid-stack.grid-stack-4 > .grid-stack-item[data-gs-width='4'] { - width: 100%; } - .grid-stack.grid-stack-4 > .grid-stack-item[data-gs-x='4'] { - left: 100%; } - .grid-stack.grid-stack-4 > .grid-stack-item[data-gs-min-width='4'] { - min-width: 100%; } - .grid-stack.grid-stack-4 > .grid-stack-item[data-gs-max-width='4'] { - max-width: 100%; } - -.grid-stack.grid-stack-5 > .grid-stack-item { - min-width: 20%; } - .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-width='1'] { - width: 20%; } - .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-x='1'] { - left: 20%; } - .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-min-width='1'] { - min-width: 20%; } - .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-max-width='1'] { - max-width: 20%; } - .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-width='2'] { - width: 40%; } - .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-x='2'] { - left: 40%; } - .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-min-width='2'] { - min-width: 40%; } - .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-max-width='2'] { - max-width: 40%; } - .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-width='3'] { - width: 60%; } - .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-x='3'] { - left: 60%; } - .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-min-width='3'] { - min-width: 60%; } - .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-max-width='3'] { - max-width: 60%; } - .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-width='4'] { - width: 80%; } - .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-x='4'] { - left: 80%; } - .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-min-width='4'] { - min-width: 80%; } - .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-max-width='4'] { - max-width: 80%; } - .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-width='5'] { - width: 100%; } - .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-x='5'] { - left: 100%; } - .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-min-width='5'] { - min-width: 100%; } - .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-max-width='5'] { - max-width: 100%; } - -.grid-stack.grid-stack-6 > .grid-stack-item { - min-width: 16.6666666667%; } - .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-width='1'] { - width: 16.6666666667%; } - .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-x='1'] { - left: 16.6666666667%; } - .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-min-width='1'] { - min-width: 16.6666666667%; } - .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-max-width='1'] { - max-width: 16.6666666667%; } - .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-width='2'] { - width: 33.3333333333%; } - .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-x='2'] { - left: 33.3333333333%; } - .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-min-width='2'] { - min-width: 33.3333333333%; } - .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-max-width='2'] { - max-width: 33.3333333333%; } - .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-width='3'] { - width: 50%; } - .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-x='3'] { - left: 50%; } - .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-min-width='3'] { - min-width: 50%; } - .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-max-width='3'] { - max-width: 50%; } - .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-width='4'] { - width: 66.6666666667%; } - .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-x='4'] { - left: 66.6666666667%; } - .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-min-width='4'] { - min-width: 66.6666666667%; } - .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-max-width='4'] { - max-width: 66.6666666667%; } - .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-width='5'] { - width: 83.3333333333%; } - .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-x='5'] { - left: 83.3333333333%; } - .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-min-width='5'] { - min-width: 83.3333333333%; } - .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-max-width='5'] { - max-width: 83.3333333333%; } - .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-width='6'] { - width: 100%; } - .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-x='6'] { - left: 100%; } - .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-min-width='6'] { - min-width: 100%; } - .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-max-width='6'] { - max-width: 100%; } - -.grid-stack.grid-stack-7 > .grid-stack-item { - min-width: 14.2857142857%; } - .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-width='1'] { - width: 14.2857142857%; } - .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-x='1'] { - left: 14.2857142857%; } - .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-min-width='1'] { - min-width: 14.2857142857%; } - .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-max-width='1'] { - max-width: 14.2857142857%; } - .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-width='2'] { - width: 28.5714285714%; } - .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-x='2'] { - left: 28.5714285714%; } - .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-min-width='2'] { - min-width: 28.5714285714%; } - .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-max-width='2'] { - max-width: 28.5714285714%; } - .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-width='3'] { - width: 42.8571428571%; } - .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-x='3'] { - left: 42.8571428571%; } - .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-min-width='3'] { - min-width: 42.8571428571%; } - .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-max-width='3'] { - max-width: 42.8571428571%; } - .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-width='4'] { - width: 57.1428571429%; } - .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-x='4'] { - left: 57.1428571429%; } - .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-min-width='4'] { - min-width: 57.1428571429%; } - .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-max-width='4'] { - max-width: 57.1428571429%; } - .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-width='5'] { - width: 71.4285714286%; } - .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-x='5'] { - left: 71.4285714286%; } - .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-min-width='5'] { - min-width: 71.4285714286%; } - .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-max-width='5'] { - max-width: 71.4285714286%; } - .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-width='6'] { - width: 85.7142857143%; } - .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-x='6'] { - left: 85.7142857143%; } - .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-min-width='6'] { - min-width: 85.7142857143%; } - .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-max-width='6'] { - max-width: 85.7142857143%; } - .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-width='7'] { - width: 100%; } - .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-x='7'] { - left: 100%; } - .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-min-width='7'] { - min-width: 100%; } - .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-max-width='7'] { - max-width: 100%; } - -.grid-stack.grid-stack-8 > .grid-stack-item { - min-width: 12.5%; } - .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-width='1'] { - width: 12.5%; } - .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-x='1'] { - left: 12.5%; } - .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-min-width='1'] { - min-width: 12.5%; } - .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-max-width='1'] { - max-width: 12.5%; } - .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-width='2'] { - width: 25%; } - .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-x='2'] { - left: 25%; } - .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-min-width='2'] { - min-width: 25%; } - .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-max-width='2'] { - max-width: 25%; } - .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-width='3'] { - width: 37.5%; } - .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-x='3'] { - left: 37.5%; } - .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-min-width='3'] { - min-width: 37.5%; } - .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-max-width='3'] { - max-width: 37.5%; } - .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-width='4'] { - width: 50%; } - .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-x='4'] { - left: 50%; } - .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-min-width='4'] { - min-width: 50%; } - .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-max-width='4'] { - max-width: 50%; } - .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-width='5'] { - width: 62.5%; } - .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-x='5'] { - left: 62.5%; } - .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-min-width='5'] { - min-width: 62.5%; } - .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-max-width='5'] { - max-width: 62.5%; } - .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-width='6'] { - width: 75%; } - .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-x='6'] { - left: 75%; } - .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-min-width='6'] { - min-width: 75%; } - .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-max-width='6'] { - max-width: 75%; } - .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-width='7'] { - width: 87.5%; } - .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-x='7'] { - left: 87.5%; } - .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-min-width='7'] { - min-width: 87.5%; } - .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-max-width='7'] { - max-width: 87.5%; } - .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-width='8'] { - width: 100%; } - .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-x='8'] { - left: 100%; } - .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-min-width='8'] { - min-width: 100%; } - .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-max-width='8'] { - max-width: 100%; } - -.grid-stack.grid-stack-9 > .grid-stack-item { - min-width: 11.1111111111%; } - .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-width='1'] { - width: 11.1111111111%; } - .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-x='1'] { - left: 11.1111111111%; } - .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-min-width='1'] { - min-width: 11.1111111111%; } - .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-max-width='1'] { - max-width: 11.1111111111%; } - .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-width='2'] { - width: 22.2222222222%; } - .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-x='2'] { - left: 22.2222222222%; } - .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-min-width='2'] { - min-width: 22.2222222222%; } - .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-max-width='2'] { - max-width: 22.2222222222%; } - .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-width='3'] { - width: 33.3333333333%; } - .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-x='3'] { - left: 33.3333333333%; } - .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-min-width='3'] { - min-width: 33.3333333333%; } - .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-max-width='3'] { - max-width: 33.3333333333%; } - .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-width='4'] { - width: 44.4444444444%; } - .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-x='4'] { - left: 44.4444444444%; } - .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-min-width='4'] { - min-width: 44.4444444444%; } - .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-max-width='4'] { - max-width: 44.4444444444%; } - .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-width='5'] { - width: 55.5555555556%; } - .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-x='5'] { - left: 55.5555555556%; } - .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-min-width='5'] { - min-width: 55.5555555556%; } - .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-max-width='5'] { - max-width: 55.5555555556%; } - .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-width='6'] { - width: 66.6666666667%; } - .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-x='6'] { - left: 66.6666666667%; } - .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-min-width='6'] { - min-width: 66.6666666667%; } - .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-max-width='6'] { - max-width: 66.6666666667%; } - .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-width='7'] { - width: 77.7777777778%; } - .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-x='7'] { - left: 77.7777777778%; } - .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-min-width='7'] { - min-width: 77.7777777778%; } - .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-max-width='7'] { - max-width: 77.7777777778%; } - .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-width='8'] { - width: 88.8888888889%; } - .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-x='8'] { - left: 88.8888888889%; } - .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-min-width='8'] { - min-width: 88.8888888889%; } - .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-max-width='8'] { - max-width: 88.8888888889%; } - .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-width='9'] { - width: 100%; } - .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-x='9'] { - left: 100%; } - .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-min-width='9'] { - min-width: 100%; } - .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-max-width='9'] { - max-width: 100%; } - -.grid-stack.grid-stack-10 > .grid-stack-item { - min-width: 10%; } - .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-width='1'] { - width: 10%; } - .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-x='1'] { - left: 10%; } - .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-min-width='1'] { - min-width: 10%; } - .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-max-width='1'] { - max-width: 10%; } - .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-width='2'] { - width: 20%; } - .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-x='2'] { - left: 20%; } - .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-min-width='2'] { - min-width: 20%; } - .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-max-width='2'] { - max-width: 20%; } - .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-width='3'] { - width: 30%; } - .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-x='3'] { - left: 30%; } - .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-min-width='3'] { - min-width: 30%; } - .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-max-width='3'] { - max-width: 30%; } - .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-width='4'] { - width: 40%; } - .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-x='4'] { - left: 40%; } - .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-min-width='4'] { - min-width: 40%; } - .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-max-width='4'] { - max-width: 40%; } - .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-width='5'] { - width: 50%; } - .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-x='5'] { - left: 50%; } - .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-min-width='5'] { - min-width: 50%; } - .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-max-width='5'] { - max-width: 50%; } - .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-width='6'] { - width: 60%; } - .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-x='6'] { - left: 60%; } - .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-min-width='6'] { - min-width: 60%; } - .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-max-width='6'] { - max-width: 60%; } - .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-width='7'] { - width: 70%; } - .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-x='7'] { - left: 70%; } - .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-min-width='7'] { - min-width: 70%; } - .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-max-width='7'] { - max-width: 70%; } - .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-width='8'] { - width: 80%; } - .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-x='8'] { - left: 80%; } - .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-min-width='8'] { - min-width: 80%; } - .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-max-width='8'] { - max-width: 80%; } - .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-width='9'] { - width: 90%; } - .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-x='9'] { - left: 90%; } - .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-min-width='9'] { - min-width: 90%; } - .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-max-width='9'] { - max-width: 90%; } - .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-width='10'] { - width: 100%; } - .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-x='10'] { - left: 100%; } - .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-min-width='10'] { - min-width: 100%; } - .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-max-width='10'] { - max-width: 100%; } - -.grid-stack.grid-stack-11 > .grid-stack-item { - min-width: 9.0909090909%; } - .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width='1'] { - width: 9.0909090909%; } - .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x='1'] { - left: 9.0909090909%; } - .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width='1'] { - min-width: 9.0909090909%; } - .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width='1'] { - max-width: 9.0909090909%; } - .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width='2'] { - width: 18.1818181818%; } - .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x='2'] { - left: 18.1818181818%; } - .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width='2'] { - min-width: 18.1818181818%; } - .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width='2'] { - max-width: 18.1818181818%; } - .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width='3'] { - width: 27.2727272727%; } - .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x='3'] { - left: 27.2727272727%; } - .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width='3'] { - min-width: 27.2727272727%; } - .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width='3'] { - max-width: 27.2727272727%; } - .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width='4'] { - width: 36.3636363636%; } - .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x='4'] { - left: 36.3636363636%; } - .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width='4'] { - min-width: 36.3636363636%; } - .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width='4'] { - max-width: 36.3636363636%; } - .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width='5'] { - width: 45.4545454545%; } - .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x='5'] { - left: 45.4545454545%; } - .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width='5'] { - min-width: 45.4545454545%; } - .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width='5'] { - max-width: 45.4545454545%; } - .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width='6'] { - width: 54.5454545455%; } - .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x='6'] { - left: 54.5454545455%; } - .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width='6'] { - min-width: 54.5454545455%; } - .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width='6'] { - max-width: 54.5454545455%; } - .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width='7'] { - width: 63.6363636364%; } - .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x='7'] { - left: 63.6363636364%; } - .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width='7'] { - min-width: 63.6363636364%; } - .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width='7'] { - max-width: 63.6363636364%; } - .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width='8'] { - width: 72.7272727273%; } - .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x='8'] { - left: 72.7272727273%; } - .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width='8'] { - min-width: 72.7272727273%; } - .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width='8'] { - max-width: 72.7272727273%; } - .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width='9'] { - width: 81.8181818182%; } - .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x='9'] { - left: 81.8181818182%; } - .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width='9'] { - min-width: 81.8181818182%; } - .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width='9'] { - max-width: 81.8181818182%; } - .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width='10'] { - width: 90.9090909091%; } - .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x='10'] { - left: 90.9090909091%; } - .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width='10'] { - min-width: 90.9090909091%; } - .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width='10'] { - max-width: 90.9090909091%; } - .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width='11'] { - width: 100%; } - .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x='11'] { - left: 100%; } - .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width='11'] { - min-width: 100%; } - .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width='11'] { - max-width: 100%; } diff --git a/software/flow/node_modules/gridstack/dist/gridstack-extra.min.css b/software/flow/node_modules/gridstack/dist/gridstack-extra.min.css deleted file mode 100644 index b72b0a2..0000000 --- a/software/flow/node_modules/gridstack/dist/gridstack-extra.min.css +++ /dev/null @@ -1,6 +0,0 @@ -/*! - * gridstack 0.6.4 extra CSS for [2-11] columns (non default) - * https://gridstackjs.com/ - * (c) 2014-2020 Alain Dumesny, Dylan Weiss, Pavel Reznikov - * gridstack.js may be freely distributed under the MIT license. -*/.grid-stack.grid-stack-2>.grid-stack-item{min-width:50%}.grid-stack.grid-stack-2>.grid-stack-item[data-gs-width='1']{width:50%}.grid-stack.grid-stack-2>.grid-stack-item[data-gs-x='1']{left:50%}.grid-stack.grid-stack-2>.grid-stack-item[data-gs-min-width='1']{min-width:50%}.grid-stack.grid-stack-2>.grid-stack-item[data-gs-max-width='1']{max-width:50%}.grid-stack.grid-stack-2>.grid-stack-item[data-gs-width='2']{width:100%}.grid-stack.grid-stack-2>.grid-stack-item[data-gs-x='2']{left:100%}.grid-stack.grid-stack-2>.grid-stack-item[data-gs-min-width='2']{min-width:100%}.grid-stack.grid-stack-2>.grid-stack-item[data-gs-max-width='2']{max-width:100%}.grid-stack.grid-stack-3>.grid-stack-item{min-width:33.3333333333%}.grid-stack.grid-stack-3>.grid-stack-item[data-gs-width='1']{width:33.3333333333%}.grid-stack.grid-stack-3>.grid-stack-item[data-gs-x='1']{left:33.3333333333%}.grid-stack.grid-stack-3>.grid-stack-item[data-gs-min-width='1']{min-width:33.3333333333%}.grid-stack.grid-stack-3>.grid-stack-item[data-gs-max-width='1']{max-width:33.3333333333%}.grid-stack.grid-stack-3>.grid-stack-item[data-gs-width='2']{width:66.6666666667%}.grid-stack.grid-stack-3>.grid-stack-item[data-gs-x='2']{left:66.6666666667%}.grid-stack.grid-stack-3>.grid-stack-item[data-gs-min-width='2']{min-width:66.6666666667%}.grid-stack.grid-stack-3>.grid-stack-item[data-gs-max-width='2']{max-width:66.6666666667%}.grid-stack.grid-stack-3>.grid-stack-item[data-gs-width='3']{width:100%}.grid-stack.grid-stack-3>.grid-stack-item[data-gs-x='3']{left:100%}.grid-stack.grid-stack-3>.grid-stack-item[data-gs-min-width='3']{min-width:100%}.grid-stack.grid-stack-3>.grid-stack-item[data-gs-max-width='3']{max-width:100%}.grid-stack.grid-stack-4>.grid-stack-item{min-width:25%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-width='1']{width:25%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-x='1']{left:25%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-min-width='1']{min-width:25%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-max-width='1']{max-width:25%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-width='2']{width:50%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-x='2']{left:50%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-min-width='2']{min-width:50%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-max-width='2']{max-width:50%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-width='3']{width:75%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-x='3']{left:75%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-min-width='3']{min-width:75%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-max-width='3']{max-width:75%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-width='4']{width:100%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-x='4']{left:100%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-min-width='4']{min-width:100%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-max-width='4']{max-width:100%}.grid-stack.grid-stack-5>.grid-stack-item{min-width:20%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-width='1']{width:20%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-x='1']{left:20%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-min-width='1']{min-width:20%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-max-width='1']{max-width:20%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-width='2']{width:40%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-x='2']{left:40%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-min-width='2']{min-width:40%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-max-width='2']{max-width:40%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-width='3']{width:60%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-x='3']{left:60%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-min-width='3']{min-width:60%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-max-width='3']{max-width:60%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-width='4']{width:80%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-x='4']{left:80%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-min-width='4']{min-width:80%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-max-width='4']{max-width:80%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-width='5']{width:100%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-x='5']{left:100%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-min-width='5']{min-width:100%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-max-width='5']{max-width:100%}.grid-stack.grid-stack-6>.grid-stack-item{min-width:16.6666666667%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-width='1']{width:16.6666666667%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-x='1']{left:16.6666666667%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-min-width='1']{min-width:16.6666666667%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-max-width='1']{max-width:16.6666666667%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-width='2']{width:33.3333333333%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-x='2']{left:33.3333333333%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-min-width='2']{min-width:33.3333333333%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-max-width='2']{max-width:33.3333333333%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-width='3']{width:50%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-x='3']{left:50%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-min-width='3']{min-width:50%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-max-width='3']{max-width:50%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-width='4']{width:66.6666666667%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-x='4']{left:66.6666666667%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-min-width='4']{min-width:66.6666666667%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-max-width='4']{max-width:66.6666666667%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-width='5']{width:83.3333333333%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-x='5']{left:83.3333333333%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-min-width='5']{min-width:83.3333333333%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-max-width='5']{max-width:83.3333333333%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-width='6']{width:100%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-x='6']{left:100%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-min-width='6']{min-width:100%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-max-width='6']{max-width:100%}.grid-stack.grid-stack-7>.grid-stack-item{min-width:14.2857142857%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-width='1']{width:14.2857142857%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-x='1']{left:14.2857142857%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-min-width='1']{min-width:14.2857142857%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-max-width='1']{max-width:14.2857142857%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-width='2']{width:28.5714285714%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-x='2']{left:28.5714285714%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-min-width='2']{min-width:28.5714285714%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-max-width='2']{max-width:28.5714285714%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-width='3']{width:42.8571428571%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-x='3']{left:42.8571428571%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-min-width='3']{min-width:42.8571428571%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-max-width='3']{max-width:42.8571428571%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-width='4']{width:57.1428571429%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-x='4']{left:57.1428571429%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-min-width='4']{min-width:57.1428571429%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-max-width='4']{max-width:57.1428571429%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-width='5']{width:71.4285714286%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-x='5']{left:71.4285714286%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-min-width='5']{min-width:71.4285714286%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-max-width='5']{max-width:71.4285714286%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-width='6']{width:85.7142857143%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-x='6']{left:85.7142857143%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-min-width='6']{min-width:85.7142857143%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-max-width='6']{max-width:85.7142857143%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-width='7']{width:100%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-x='7']{left:100%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-min-width='7']{min-width:100%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-max-width='7']{max-width:100%}.grid-stack.grid-stack-8>.grid-stack-item{min-width:12.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-width='1']{width:12.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-x='1']{left:12.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-min-width='1']{min-width:12.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-max-width='1']{max-width:12.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-width='2']{width:25%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-x='2']{left:25%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-min-width='2']{min-width:25%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-max-width='2']{max-width:25%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-width='3']{width:37.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-x='3']{left:37.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-min-width='3']{min-width:37.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-max-width='3']{max-width:37.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-width='4']{width:50%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-x='4']{left:50%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-min-width='4']{min-width:50%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-max-width='4']{max-width:50%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-width='5']{width:62.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-x='5']{left:62.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-min-width='5']{min-width:62.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-max-width='5']{max-width:62.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-width='6']{width:75%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-x='6']{left:75%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-min-width='6']{min-width:75%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-max-width='6']{max-width:75%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-width='7']{width:87.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-x='7']{left:87.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-min-width='7']{min-width:87.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-max-width='7']{max-width:87.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-width='8']{width:100%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-x='8']{left:100%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-min-width='8']{min-width:100%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-max-width='8']{max-width:100%}.grid-stack.grid-stack-9>.grid-stack-item{min-width:11.1111111111%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-width='1']{width:11.1111111111%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-x='1']{left:11.1111111111%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-min-width='1']{min-width:11.1111111111%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-max-width='1']{max-width:11.1111111111%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-width='2']{width:22.2222222222%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-x='2']{left:22.2222222222%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-min-width='2']{min-width:22.2222222222%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-max-width='2']{max-width:22.2222222222%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-width='3']{width:33.3333333333%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-x='3']{left:33.3333333333%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-min-width='3']{min-width:33.3333333333%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-max-width='3']{max-width:33.3333333333%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-width='4']{width:44.4444444444%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-x='4']{left:44.4444444444%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-min-width='4']{min-width:44.4444444444%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-max-width='4']{max-width:44.4444444444%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-width='5']{width:55.5555555556%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-x='5']{left:55.5555555556%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-min-width='5']{min-width:55.5555555556%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-max-width='5']{max-width:55.5555555556%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-width='6']{width:66.6666666667%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-x='6']{left:66.6666666667%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-min-width='6']{min-width:66.6666666667%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-max-width='6']{max-width:66.6666666667%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-width='7']{width:77.7777777778%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-x='7']{left:77.7777777778%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-min-width='7']{min-width:77.7777777778%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-max-width='7']{max-width:77.7777777778%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-width='8']{width:88.8888888889%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-x='8']{left:88.8888888889%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-min-width='8']{min-width:88.8888888889%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-max-width='8']{max-width:88.8888888889%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-width='9']{width:100%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-x='9']{left:100%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-min-width='9']{min-width:100%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-max-width='9']{max-width:100%}.grid-stack.grid-stack-10>.grid-stack-item{min-width:10%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-width='1']{width:10%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-x='1']{left:10%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-min-width='1']{min-width:10%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-max-width='1']{max-width:10%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-width='2']{width:20%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-x='2']{left:20%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-min-width='2']{min-width:20%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-max-width='2']{max-width:20%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-width='3']{width:30%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-x='3']{left:30%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-min-width='3']{min-width:30%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-max-width='3']{max-width:30%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-width='4']{width:40%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-x='4']{left:40%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-min-width='4']{min-width:40%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-max-width='4']{max-width:40%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-width='5']{width:50%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-x='5']{left:50%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-min-width='5']{min-width:50%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-max-width='5']{max-width:50%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-width='6']{width:60%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-x='6']{left:60%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-min-width='6']{min-width:60%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-max-width='6']{max-width:60%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-width='7']{width:70%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-x='7']{left:70%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-min-width='7']{min-width:70%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-max-width='7']{max-width:70%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-width='8']{width:80%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-x='8']{left:80%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-min-width='8']{min-width:80%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-max-width='8']{max-width:80%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-width='9']{width:90%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-x='9']{left:90%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-min-width='9']{min-width:90%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-max-width='9']{max-width:90%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-width='10']{width:100%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-x='10']{left:100%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-min-width='10']{min-width:100%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-max-width='10']{max-width:100%}.grid-stack.grid-stack-11>.grid-stack-item{min-width:9.0909090909%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-width='1']{width:9.0909090909%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-x='1']{left:9.0909090909%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-min-width='1']{min-width:9.0909090909%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-max-width='1']{max-width:9.0909090909%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-width='2']{width:18.1818181818%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-x='2']{left:18.1818181818%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-min-width='2']{min-width:18.1818181818%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-max-width='2']{max-width:18.1818181818%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-width='3']{width:27.2727272727%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-x='3']{left:27.2727272727%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-min-width='3']{min-width:27.2727272727%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-max-width='3']{max-width:27.2727272727%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-width='4']{width:36.3636363636%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-x='4']{left:36.3636363636%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-min-width='4']{min-width:36.3636363636%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-max-width='4']{max-width:36.3636363636%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-width='5']{width:45.4545454545%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-x='5']{left:45.4545454545%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-min-width='5']{min-width:45.4545454545%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-max-width='5']{max-width:45.4545454545%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-width='6']{width:54.5454545455%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-x='6']{left:54.5454545455%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-min-width='6']{min-width:54.5454545455%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-max-width='6']{max-width:54.5454545455%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-width='7']{width:63.6363636364%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-x='7']{left:63.6363636364%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-min-width='7']{min-width:63.6363636364%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-max-width='7']{max-width:63.6363636364%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-width='8']{width:72.7272727273%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-x='8']{left:72.7272727273%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-min-width='8']{min-width:72.7272727273%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-max-width='8']{max-width:72.7272727273%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-width='9']{width:81.8181818182%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-x='9']{left:81.8181818182%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-min-width='9']{min-width:81.8181818182%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-max-width='9']{max-width:81.8181818182%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-width='10']{width:90.9090909091%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-x='10']{left:90.9090909091%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-min-width='10']{min-width:90.9090909091%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-max-width='10']{max-width:90.9090909091%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-width='11']{width:100%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-x='11']{left:100%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-min-width='11']{min-width:100%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-max-width='11']{max-width:100%} \ No newline at end of file diff --git a/software/flow/node_modules/gridstack/dist/gridstack-poly.js b/software/flow/node_modules/gridstack/dist/gridstack-poly.js deleted file mode 100644 index 4888fe8..0000000 --- a/software/flow/node_modules/gridstack/dist/gridstack-poly.js +++ /dev/null @@ -1,105 +0,0 @@ -/** gridstack.js 0.6.4 - IE and older browsers Polyfills for this library @preserve*/ -/** - * https://gridstackjs.com/ - * (c) 2019-2020 Alain Dumesny - * gridstack.js may be freely distributed under the MIT license. -*/ - -// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/isNaN -Number.isNaN = Number.isNaN || function isNaN(input) { - return typeof input === 'number' && input !== input; -} - -// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/find -if (!Array.prototype.find) { - Object.defineProperty(Array.prototype, 'find', { - value: function (predicate) { - // 1. Let O be ? ToObject(this value). - if (this == null) { - throw TypeError('"this" is null or not defined'); - } - - var o = Object(this); - - // 2. Let len be ? ToLength(? Get(O, "length")). - var len = o.length >>> 0; - - // 3. If IsCallable(predicate) is false, throw a TypeError exception. - if (typeof predicate !== 'function') { - throw TypeError('predicate must be a function'); - } - - // 4. If thisArg was supplied, let T be thisArg; else let T be undefined. - var thisArg = arguments[1]; - - // 5. Let k be 0. - var k = 0; - - // 6. Repeat, while k < len - while (k < len) { - // a. Let Pk be ! ToString(k). - // b. Let kValue be ? Get(O, Pk). - // c. Let testResult be ToBoolean(? Call(predicate, T, « kValue, k, O »)). - // d. If testResult is true, return kValue. - var kValue = o[k]; - if (predicate.call(thisArg, kValue, k, o)) { - return kValue; - } - // e. Increase k by 1. - k++; - } - - // 7. Return undefined. - return undefined; - }, - configurable: true, - writable: true - }); -} - -// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/findIndex -if (!Array.prototype.findIndex) { - Object.defineProperty(Array.prototype, 'findIndex', { - value: function(predicate) { - // 1. Let O be ? ToObject(this value). - if (this == null) { - throw new TypeError('"this" is null or not defined'); - } - - var o = Object(this); - - // 2. Let len be ? ToLength(? Get(O, "length")). - var len = o.length >>> 0; - - // 3. If IsCallable(predicate) is false, throw a TypeError exception. - if (typeof predicate !== 'function') { - throw new TypeError('predicate must be a function'); - } - - // 4. If thisArg was supplied, let T be thisArg; else let T be undefined. - var thisArg = arguments[1]; - - // 5. Let k be 0. - var k = 0; - - // 6. Repeat, while k < len - while (k < len) { - // a. Let Pk be ! ToString(k). - // b. Let kValue be ? Get(O, Pk). - // c. Let testResult be ToBoolean(? Call(predicate, T, « kValue, k, O »)). - // d. If testResult is true, return k. - var kValue = o[k]; - if (predicate.call(thisArg, kValue, k, o)) { - return k; - } - // e. Increase k by 1. - k++; - } - - // 7. Return -1. - return -1; - }, - configurable: true, - writable: true - }); -} \ No newline at end of file diff --git a/software/flow/node_modules/gridstack/dist/gridstack-poly.min.js b/software/flow/node_modules/gridstack/dist/gridstack-poly.min.js deleted file mode 100644 index f09db1f..0000000 --- a/software/flow/node_modules/gridstack/dist/gridstack-poly.min.js +++ /dev/null @@ -1,3 +0,0 @@ -/** gridstack.js 0.6.4 - IE and older browsers Polyfills for this library @preserve*/ -Number.isNaN=Number.isNaN||function(r){return"number"==typeof r&&r!=r},Array.prototype.find||Object.defineProperty(Array.prototype,"find",{value:function(r){if(null==this)throw TypeError('"this" is null or not defined');var e=Object(this),t=e.length>>>0;if("function"!=typeof r)throw TypeError("predicate must be a function");for(var n=arguments[1],i=0;i<t;){var o=e[i];if(r.call(n,o,i,e))return o;i++}},configurable:!0,writable:!0}),Array.prototype.findIndex||Object.defineProperty(Array.prototype,"findIndex",{value:function(r){if(null==this)throw new TypeError('"this" is null or not defined');var e=Object(this),t=e.length>>>0;if("function"!=typeof r)throw new TypeError("predicate must be a function");for(var n=arguments[1],i=0;i<t;){var o=e[i];if(r.call(n,o,i,e))return i;i++}return-1},configurable:!0,writable:!0}); -//# sourceMappingURL=gridstack.min.map \ No newline at end of file diff --git a/software/flow/node_modules/gridstack/dist/gridstack.all.js b/software/flow/node_modules/gridstack/dist/gridstack.all.js deleted file mode 100644 index aba2eec..0000000 --- a/software/flow/node_modules/gridstack/dist/gridstack.all.js +++ /dev/null @@ -1,17 +0,0 @@ -/** gridstack.js 0.6.4 - IE and older browsers Polyfills for this library @preserve*/ -Number.isNaN=Number.isNaN||function(t){return"number"==typeof t&&t!=t},Array.prototype.find||Object.defineProperty(Array.prototype,"find",{value:function(t){if(null==this)throw TypeError('"this" is null or not defined');var e=Object(this),i=e.length>>>0;if("function"!=typeof t)throw TypeError("predicate must be a function");for(var s=arguments[1],o=0;o<i;){var n=e[o];if(t.call(s,n,o,e))return n;o++}},configurable:!0,writable:!0}),Array.prototype.findIndex||Object.defineProperty(Array.prototype,"findIndex",{value:function(t){if(null==this)throw new TypeError('"this" is null or not defined');var e=Object(this),i=e.length>>>0;if("function"!=typeof t)throw new TypeError("predicate must be a function");for(var s=arguments[1],o=0;o<i;){var n=e[o];if(t.call(s,n,o,e))return o;o++}return-1},configurable:!0,writable:!0}), -/** - * gridstack.js 0.6.4 - * https://gridstackjs.com/ - * (c) 2014-2020 Alain Dumesny, Dylan Weiss, Pavel Reznikov - * gridstack.js may be freely distributed under the MIT license. - * @preserve -*/ -function(t){if("function"==typeof define&&define.amd)define(["jquery","exports"],t);else if("undefined"!=typeof exports){var e;try{e=require("jquery")}catch(t){}t(e||window.jQuery,exports)}else t(window.jQuery,window)}(function(f,t){function a(t,e,i,s){void 0!==t[e]&&(t[i]=t[e],console.warn("gridstack.js: Option `"+e+"` is deprecated in "+s+" and has been replaced with `"+i+"`. It will be **completely** removed in v1.0"))}function h(t,e,i,s){var o=t.attr(e);void 0!==o&&(t.attr(i,o),console.warn("gridstack.js: attribute `"+e+"`="+o+" is deprecated on this object in "+s+" and has been replaced with `"+i+"`. It will be **completely** removed in v1.0"))}var m={isIntercepted:function(t,e){return!(t.x+t.width<=e.x||e.x+e.width<=t.x||t.y+t.height<=e.y||e.y+e.height<=t.y)},sort:function(t,e,i){if(!i){var s=t.map(function(t){return t.x+t.width});i=Math.max.apply(Math,s)}return-1===e?m.sortBy(t,function(t){return-(t.x+t.y*i)}):m.sortBy(t,function(t){return t.x+t.y*i})},createStylesheet:function(t,e){var i=document.createElement("style");return i.setAttribute("type","text/css"),i.setAttribute("data-gs-style-id",t),i.styleSheet?i.styleSheet.cssText="":i.appendChild(document.createTextNode("")),(e=e||document.getElementsByTagName("head")[0]).insertBefore(i,e.firstChild),i.sheet},removeStylesheet:function(t){f("STYLE[data-gs-style-id="+t+"]").remove()},insertCSSRule:function(t,e,i,s){"function"==typeof t.insertRule?t.insertRule(e+"{"+i+"}",s):"function"==typeof t.addRule&&t.addRule(e,i,s)},toBool:function(t){return"boolean"==typeof t?t:"string"==typeof t?!(""===(t=t.toLowerCase())||"no"===t||"false"===t||"0"===t):Boolean(t)},_collisionNodeCheck:function(t){return t!==this.node&&m.isIntercepted(t,this.nn)},_didCollide:function(t){return m.isIntercepted({x:this.n.x,y:this.newY,width:this.n.width,height:this.n.height},t)},_isAddNodeIntercepted:function(t){return m.isIntercepted({x:this.x,y:this.y,width:this.node.width,height:this.node.height},t)},parseHeight:function(t){var e=t,i="px";if(e&&"string"==typeof e){var s=e.match(/^(-[0-9]+\.[0-9]+|[0-9]*\.[0-9]+|-[0-9]+|[0-9]+)(px|em|rem|vh|vw|%)?$/);if(!s)throw new Error("Invalid height");i=s[2]||"px",e=parseFloat(s[1])}return{height:e,unit:i}},without:function(t,e){var i=t.indexOf(e);return-1!==i&&(t=t.slice(0)).splice(i,1),t},sortBy:function(t,o){return t.slice(0).sort(function(t,e){var i=o(t),s=o(e);return s===i?0:s<i?1:-1})},defaults:function(i){return Array.prototype.slice.call(arguments,1).forEach(function(t){for(var e in t)!t.hasOwnProperty(e)||i.hasOwnProperty(e)&&void 0!==i[e]||(i[e]=t[e])}),i},clone:function(t){return f.extend({},t)},throttle:function(t,e){var i=!1;return function(){i||(t.apply(this,arguments),i=!0,setTimeout(function(){i=!1},e))}},removePositioningStyles:function(t){var e=t[0].style;e.position&&e.removeProperty("position"),e.left&&e.removeProperty("left"),e.top&&e.removeProperty("top"),e.width&&e.removeProperty("width"),e.height&&e.removeProperty("height")},getScrollParent:function(t){return null===t?null:t.scrollHeight>t.clientHeight?t:m.getScrollParent(t.parentNode)},updateScrollPosition:function(t,e,i){var s=t.getBoundingClientRect(),o=window.innerHeight||document.documentElement.clientHeight;if(s.top<0||s.bottom>o){var n=s.bottom-o,r=s.top,a=m.getScrollParent(t);if(null!==a){var h=a.scrollTop;s.top<0&&i<0?t.offsetHeight>o?a.scrollTop+=i:a.scrollTop+=Math.abs(r)>Math.abs(i)?i:r:0<i&&(t.offsetHeight>o?a.scrollTop+=i:a.scrollTop+=i<n?i:n),e.position.top+=a.scrollTop-h}}}};function l(t){this.grid=t}l.registeredPlugins=[],l.registerPlugin=function(t){l.registeredPlugins.push(t)},l.prototype.resizable=function(t,e){return this},l.prototype.draggable=function(t,e){return this},l.prototype.droppable=function(t,e){return this},l.prototype.isDroppable=function(t){return!1},l.prototype.on=function(t,e,i){return this};function d(t,e,i,s,o){this.column=t||12,this.float=i||!1,this.maxRow=s||0,this.nodes=o||[],this.onchange=e||function(){},this._addedNodes=[],this._removedNodes=[],this._batchMode=!1}var n=0;d.prototype.batchUpdate=function(){this._batchMode||(this._batchMode=!0,this._prevFloat=this.float,this.float=!0)},d.prototype.commit=function(){this._batchMode&&(this._batchMode=!1,this.float=this._prevFloat,delete this._prevFloat,this._packNodes(),this._notify())},d.prototype.getNodeDataByDOMEl=function(e){return this.nodes.find(function(t){return e.get(0)===t.el.get(0)})},d.prototype._fixCollisions=function(t){this._sortNodes(-1);var e=t,i=Boolean(this.nodes.find(function(t){return t.locked}));for(this.float||i||(e={x:0,y:t.y,width:this.column,height:t.height});;){var s=this.nodes.find(m._collisionNodeCheck,{node:t,nn:e});if(!s)return;this.moveNode(s,s.x,t.y+t.height,s.width,s.height,!0)}},d.prototype.isAreaEmpty=function(t,e,i,s){var o={x:t||0,y:e||0,width:i||1,height:s||1};return!this.nodes.find(function(t){return m.isIntercepted(t,o)})},d.prototype._sortNodes=function(t){this.nodes=m.sort(this.nodes,t,this.column)},d.prototype._packNodes=function(){this._sortNodes(),this.float?this.nodes.forEach(function(t,e){if(!t._updating&&void 0!==t._packY&&t.y!==t._packY)for(var i=t.y;i>=t._packY;){this.nodes.slice(0,e).find(m._didCollide,{n:t,newY:i})||(t._dirty=!0,t.y=i),--i}},this):this.nodes.forEach(function(t,e){if(!t.locked)for(;0<t.y;){var i=t.y-1,s=0===e;if(0<e)s=void 0===this.nodes.slice(0,e).find(m._didCollide,{n:t,newY:i});if(!s)break;t._dirty=t.y!==i,t.y=i}},this)},d.prototype._prepareNode=function(t,e){void 0!==(t=t||{}).x&&void 0!==t.y&&null!==t.x&&null!==t.y||(t.autoPosition=!0);var i={width:1,height:1,x:0,y:0};return(t=m.defaults(t,i)).x=parseInt(t.x),t.y=parseInt(t.y),t.width=parseInt(t.width),t.height=parseInt(t.height),t.autoPosition=t.autoPosition||!1,t.noResize=t.noResize||!1,t.noMove=t.noMove||!1,Number.isNaN(t.x)&&(t.x=i.x,t.autoPosition=!0),Number.isNaN(t.y)&&(t.y=i.y,t.autoPosition=!0),Number.isNaN(t.width)&&(t.width=i.width),Number.isNaN(t.height)&&(t.height=i.height),t.width>this.column?t.width=this.column:t.width<1&&(t.width=1),t.height<1&&(t.height=1),t.x<0&&(t.x=0),t.x+t.width>this.column&&(e?t.width=this.column-t.x:t.x=this.column-t.width),t.y<0&&(t.y=0),t},d.prototype._notify=function(){if(!this._batchMode){var t=Array.prototype.slice.call(arguments,0);t[0]=void 0===t[0]?[]:Array.isArray(t[0])?t[0]:[t[0]],t[1]=void 0===t[1]||t[1];var e=t[0].concat(this.getDirtyNodes());this.onchange(e,t[1])}},d.prototype.cleanNodes=function(){this._batchMode||this.nodes.forEach(function(t){delete t._dirty})},d.prototype.getDirtyNodes=function(t){if(t){var e=[];return this.nodes.forEach(function(t){t._dirty&&(t.y===t._origY&&t.x===t._origX&&t.width===t._origW&&t.height===t._origH?delete t._dirty:e.push(t))}),e}return this.nodes.filter(function(t){return t._dirty})},d.prototype.addNode=function(t,e){if(void 0!==(t=this._prepareNode(t)).maxWidth&&(t.width=Math.min(t.width,t.maxWidth)),void 0!==t.maxHeight&&(t.height=Math.min(t.height,t.maxHeight)),void 0!==t.minWidth&&(t.width=Math.max(t.width,t.minWidth)),void 0!==t.minHeight&&(t.height=Math.max(t.height,t.minHeight)),t._id=t._id||++n,t.autoPosition){this._sortNodes();for(var i=0;;++i){var s=i%this.column,o=Math.floor(i/this.column);if(!(s+t.width>this.column)&&!this.nodes.find(m._isAddNodeIntercepted,{x:s,y:o,node:t})){t.x=s,t.y=o,delete t.autoPosition;break}}}return this.nodes.push(t),e&&this._addedNodes.push(t),this._fixCollisions(t),this._packNodes(),this._notify(),t},d.prototype.removeNode=function(t,e){e=void 0===e||e,this._removedNodes.push(t),t._id=null,this.nodes=m.without(this.nodes,t),this._packNodes(),this._notify(t,e)},d.prototype.removeAll=function(t){delete this._layouts,0!==this.nodes.length&&(t=void 0===t||t,this.nodes.forEach(function(t){t._id=null}),this._removedNodes=this.nodes,this.nodes=[],this._notify(this._removedNodes,t))},d.prototype.canMoveNode=function(e,t,i,s,o){if(!this.isNodeChangedPosition(e,t,i,s,o))return!1;var n,r=Boolean(this.nodes.find(function(t){return t.locked}));if(!this.maxRow&&!r)return!0;var a=new d(this.column,null,this.float,0,this.nodes.map(function(t){return t===e?n=f.extend({},t):f.extend({},t)}));if(!n)return!0;a.moveNode(n,t,i,s,o);var h=!0;return r&&(h&=!Boolean(a.nodes.find(function(t){return t!==n&&Boolean(t.locked)&&Boolean(t._dirty)}))),this.maxRow&&(h&=a.getGridHeight()<=this.maxRow),h},d.prototype.canBePlacedWithRespectToHeight=function(t){if(!this.maxRow)return!0;var e=new d(this.column,null,this.float,0,this.nodes.map(function(t){return f.extend({},t)}));return e.addNode(t),e.getGridHeight()<=this.maxRow},d.prototype.isNodeChangedPosition=function(t,e,i,s,o){return"number"!=typeof e&&(e=t.x),"number"!=typeof i&&(i=t.y),"number"!=typeof s&&(s=t.width),"number"!=typeof o&&(o=t.height),void 0!==t.maxWidth&&(s=Math.min(s,t.maxWidth)),void 0!==t.maxHeight&&(o=Math.min(o,t.maxHeight)),void 0!==t.minWidth&&(s=Math.max(s,t.minWidth)),void 0!==t.minHeight&&(o=Math.max(o,t.minHeight)),t.x!==e||t.y!==i||t.width!==s||t.height!==o},d.prototype.moveNode=function(t,e,i,s,o,n){if("number"!=typeof e&&(e=t.x),"number"!=typeof i&&(i=t.y),"number"!=typeof s&&(s=t.width),"number"!=typeof o&&(o=t.height),void 0!==t.maxWidth&&(s=Math.min(s,t.maxWidth)),void 0!==t.maxHeight&&(o=Math.min(o,t.maxHeight)),void 0!==t.minWidth&&(s=Math.max(s,t.minWidth)),void 0!==t.minHeight&&(o=Math.max(o,t.minHeight)),t.x===e&&t.y===i&&t.width===s&&t.height===o)return t;var r=t.width!==s;return t._dirty=!0,t.x=e,t.y=i,t.width=s,t.height=o,t.lastTriedX=e,t.lastTriedY=i,t.lastTriedWidth=s,t.lastTriedHeight=o,t=this._prepareNode(t,r),this._fixCollisions(t),n||(this._packNodes(),this._notify()),t},d.prototype.getGridHeight=function(){return this.nodes.reduce(function(t,e){return Math.max(t,e.y+e.height)},0)},d.prototype.beginUpdate=function(t){t._updating||(t._updating=!0,this.nodes.forEach(function(t){t._packY=t.y}))},d.prototype.endUpdate=function(){var t=this.nodes.find(function(t){return t._updating});t&&(t._updating=!1,this.nodes.forEach(function(t){delete t._packY}))};function i(t,e){var i,c=this;e=e||{},this.container=f(t),a(e,"width","column","v0.5.3"),a(e,"height","maxRow","v0.5.3"),function(t,e,i,s){void 0!==t[e]&&console.warn("gridstack.js: Option `"+e+"` is deprecated in "+i+s)}(e,"oneColumnModeClass","v0.6.3",". Use class `.grid-stack-1` instead"),h(this.container,"data-gs-width","data-gs-column","v0.5.3"),h(this.container,"data-gs-height","data-gs-max-row","v0.5.3"),e.itemClass=e.itemClass||"grid-stack-item";var s=0<this.container.closest("."+e.itemClass).length;if(this.opts=m.defaults(e,{column:parseInt(this.container.attr("data-gs-column"))||12,maxRow:parseInt(this.container.attr("data-gs-max-row"))||0,itemClass:"grid-stack-item",placeholderClass:"grid-stack-placeholder",placeholderText:"",handle:".grid-stack-item-content",handleClass:null,cellHeight:60,verticalMargin:20,auto:!0,minWidth:768,float:!1,staticGrid:!1,_class:"grid-stack-instance-"+(1e4*Math.random()).toFixed(0),animate:Boolean(this.container.attr("data-gs-animate"))||!1,alwaysShowResizeHandle:e.alwaysShowResizeHandle||!1,resizable:m.defaults(e.resizable||{},{autoHide:!e.alwaysShowResizeHandle,handles:"se"}),draggable:m.defaults(e.draggable||{},{handle:(e.handleClass?"."+e.handleClass:e.handle?e.handle:"")||".grid-stack-item-content",scroll:!1,appendTo:"body"}),disableDrag:e.disableDrag||!1,disableResize:e.disableResize||!1,rtl:"auto",removable:!1,removableOptions:m.defaults(e.removableOptions||{},{accept:"."+e.itemClass}),removeTimeout:2e3,verticalMarginUnit:"px",cellHeightUnit:"px",disableOneColumnMode:e.disableOneColumnMode||!1,oneColumnModeDomSort:e.oneColumnModeDomSort,ddPlugin:null}),!1===this.opts.ddPlugin?this.opts.ddPlugin=l:null===this.opts.ddPlugin&&(this.opts.ddPlugin=l.registeredPlugins[0]||l),this.dd=new this.opts.ddPlugin(this),"auto"===this.opts.rtl&&(this.opts.rtl="rtl"===this.container.css("direction")),this.opts.rtl&&this.container.addClass("grid-stack-rtl"),this.opts.isNested=s,(i="auto"===this.opts.cellHeight)?c.cellHeight(c.cellWidth(),!0):this.cellHeight(this.opts.cellHeight,!0),this.verticalMargin(this.opts.verticalMargin,!0),this.container.addClass(this.opts._class),this._setStaticClass(),s&&this.container.addClass("grid-stack-nested"),this._initStyles(),this.grid=new d(this.opts.column,function(t,e){e=void 0===e||e;var i=0;this.nodes.forEach(function(t){i=Math.max(i,t.y+t.height)}),t.forEach(function(t){e&&null===t._id?t.el&&t.el.remove():t.el.attr("data-gs-x",t.x).attr("data-gs-y",t.y).attr("data-gs-width",t.width).attr("data-gs-height",t.height)}),c._updateStyles(i+10)},this.opts.float,this.opts.maxRow),this.opts.auto){var o=[],n=this;this.container.children("."+this.opts.itemClass+":not(."+this.opts.placeholderClass+")").each(function(t,e){e=f(e);var i=parseInt(e.attr("data-gs-x")),s=parseInt(e.attr("data-gs-y"));o.push({el:e,i:(Number.isNaN(i)?1e3:i)+(Number.isNaN(s)?1e3:s)*n.opts.column})}),m.sortBy(o,function(t){return t.i}).forEach(function(t){this._prepareElement(t.el)},this)}if(this.grid._saveInitial(),this.setAnimation(this.opts.animate),this.placeholder=f('<div class="'+this.opts.placeholderClass+" "+this.opts.itemClass+'"><div class="placeholder-content">'+this.opts.placeholderText+"</div></div>").hide(),this._updateContainerHeight(),this._updateHeightsOnResize=m.throttle(function(){c.cellHeight(c.cellWidth(),!1)},100),this.onResizeHandler=function(){if(i&&c._updateHeightsOnResize(),!c.opts.staticGrid)if(!c.opts.disableOneColumnMode&&(window.innerWidth||document.documentElement.clientWidth||document.body.clientWidth)<=c.opts.minWidth){if(c.oneColumnMode)return;c.oneColumnMode=!0,c.setColumn(1)}else{if(!c.oneColumnMode)return;c.oneColumnMode=!1,c.setColumn(c._prevColumn)}},f(window).resize(this.onResizeHandler),this.onResizeHandler(),!c.opts.staticGrid&&"string"==typeof c.opts.removable){var r=f(c.opts.removable);this.dd.isDroppable(r)||this.dd.droppable(r,c.opts.removableOptions),this.dd.on(r,"dropover",function(t,e){var i=f(e.draggable),s=i.data("_gridstack_node");s&&s._grid===c&&(i.data("inTrashZone",!0),c._setupRemovingTimeout(i))}).on(r,"dropout",function(t,e){var i=f(e.draggable),s=i.data("_gridstack_node");s&&s._grid===c&&(i.data("inTrashZone",!1),c._clearRemovingTimeout(i))})}if(!c.opts.staticGrid&&c.opts.acceptWidgets){function u(t,e){var i=g,s=i.data("_gridstack_node"),o=c.getCellFromPixel({left:t.pageX,top:t.pageY},!0),n=Math.max(0,o.x),r=Math.max(0,o.y);s._added||(s._added=!0,s.el=i,s.autoPosition=!0,s.x=n,s.y=r,c.grid.cleanNodes(),c.grid.beginUpdate(s),c.grid.addNode(s),c.container.append(c.placeholder),c.placeholder.attr("data-gs-x",s.x).attr("data-gs-y",s.y).attr("data-gs-width",s.width).attr("data-gs-height",s.height).show(),s.el=c.placeholder,s._beforeDragX=s.x,s._beforeDragY=s.y,c._updateContainerHeight()),c.grid.canMoveNode(s,n,r)&&(c.grid.moveNode(s,n,r),c._updateContainerHeight())}var g=null;this.dd.droppable(c.container,{accept:function(t){var e=(t=f(t)).data("_gridstack_node");return(!e||e._grid!==c)&&t.is(!0===c.opts.acceptWidgets?".grid-stack-item":c.opts.acceptWidgets)}}).on(c.container,"dropover",function(t,e){var i,s,o=f(e.draggable),n=o.data("_gridstack_node");if(!n||!n.width||!n.height){var r=parseInt(o.attr("data-gs-width"));0<r&&((n=n||{}).width=r);var a=parseInt(o.attr("data-gs-height"));0<a&&((n=n||{}).height=a)}var h=c.cellWidth(),l=c.cellHeight(),d=c.opts.verticalMargin;i=n&&n.width?n.width:Math.ceil(o.outerWidth()/h),s=n&&n.height?n.height:Math.round((o.outerHeight()+d)/(l+d)),g=o;var p=c.grid._prepareNode({width:i,height:s,_added:!1,_temporary:!0});return p.isOutOfGrid=!0,o.data("_gridstack_node",p),o.data("_gridstack_node_orig",n),o.on("drag",u),!1}).on(c.container,"dropout",function(t,e){var i=f(e.draggable);if(i.data("_gridstack_node")){var s=i.data("_gridstack_node");if(s.isOutOfGrid)return i.unbind("drag",u),s.el=null,c.grid.removeNode(s),c.placeholder.detach(),c._updateContainerHeight(),i.data("_gridstack_node",i.data("_gridstack_node_orig")),!1}}).on(c.container,"drop",function(t,e){c.placeholder.detach();var i=f(e.draggable).data("_gridstack_node");i.isOutOfGrid=!1,i._grid=c;var s=f(e.draggable).clone(!1);s.data("_gridstack_node",i);var o=f(e.draggable).data("_gridstack_node_orig");return void 0!==o&&void 0!==o._grid&&o._grid._triggerRemoveEvent(),f(e.helper).remove(),i.el=s,c.placeholder.hide(),m.removePositioningStyles(s),s.find("div.ui-resizable-handle").remove(),s.attr("data-gs-x",i.x).attr("data-gs-y",i.y).attr("data-gs-width",i.width).attr("data-gs-height",i.height).addClass(c.opts.itemClass).enableSelection().removeData("draggable").removeClass("ui-draggable ui-draggable-dragging ui-draggable-disabled").unbind("drag",u),c.container.append(s),c._prepareElementsByNode(s,i),c._updateContainerHeight(),c.grid._addedNodes.push(i),c._triggerAddEvent(),c._triggerChangeEvent(),c.grid.endUpdate(),f(e.draggable).unbind("drag",u),f(e.draggable).removeData("_gridstack_node"),f(e.draggable).removeData("_gridstack_node_orig"),c.container.trigger("dropped",[o,i]),!1})}}var e,s,o,r;function p(){return console.warn("gridstack.js: Function `"+s+"` is deprecated in "+r+" and has been replaced with `"+o+"`. It will be **completely** removed in v1.0"),e.apply(this,arguments)}return i.prototype._triggerChangeEvent=function(){if(!this.grid._batchMode){var t=this.grid.getDirtyNodes(!0);t&&t.length&&(this.grid._layoutsNodesChange(t),this.container.trigger("change",[t])),this.grid._saveInitial()}},i.prototype._triggerAddEvent=function(){this.grid._batchMode||this.grid._addedNodes&&0<this.grid._addedNodes.length&&(this.grid._layoutsNodesChange(this.grid._addedNodes),this.grid._addedNodes.forEach(function(t){delete t._dirty}),this.container.trigger("added",[this.grid._addedNodes]),this.grid._addedNodes=[])},i.prototype._triggerRemoveEvent=function(){this.grid._batchMode||this.grid._removedNodes&&0<this.grid._removedNodes.length&&(this.container.trigger("removed",[this.grid._removedNodes]),this.grid._removedNodes=[])},i.prototype._initStyles=function(){this._stylesId&&m.removeStylesheet(this._stylesId),this._stylesId="gridstack-style-"+(1e5*Math.random()).toFixed(),this._styles=m.createStylesheet(this._stylesId,this.container.get(0).parentNode),null!==this._styles&&(this._styles._max=0)},i.prototype._updateStyles=function(t){if(null!==this._styles&&void 0!==this._styles){var e,i="."+this.opts._class+" ."+this.opts.itemClass,s=this;if(void 0===t&&(t=this._styles._max),this._initStyles(),this._updateContainerHeight(),this.opts.cellHeight&&!(0!==this._styles._max&&t<=this._styles._max)&&(e=this.opts.verticalMargin&&this.opts.cellHeightUnit!==this.opts.verticalMarginUnit?function(t,e){return t&&e?"calc("+(s.opts.cellHeight*t+s.opts.cellHeightUnit)+" + "+(s.opts.verticalMargin*e+s.opts.verticalMarginUnit)+")":s.opts.cellHeight*t+s.opts.verticalMargin*e+s.opts.cellHeightUnit}:function(t,e){return s.opts.cellHeight*t+s.opts.verticalMargin*e+s.opts.cellHeightUnit},0===this._styles._max&&m.insertCSSRule(this._styles,i,"min-height: "+e(1,0)+";",0),t>this._styles._max)){for(var o=this._styles._max;o<t;++o)m.insertCSSRule(this._styles,i+'[data-gs-height="'+(o+1)+'"]',"height: "+e(o+1,o)+";",o),m.insertCSSRule(this._styles,i+'[data-gs-min-height="'+(o+1)+'"]',"min-height: "+e(o+1,o)+";",o),m.insertCSSRule(this._styles,i+'[data-gs-max-height="'+(o+1)+'"]',"max-height: "+e(o+1,o)+";",o),m.insertCSSRule(this._styles,i+'[data-gs-y="'+o+'"]',"top: "+e(o,o)+";",o);this._styles._max=t}}},i.prototype._updateContainerHeight=function(){if(!this.grid._batchMode){var t=this.grid.getGridHeight(),e=parseInt(this.container.css("min-height"));if(0<e){var i=this.opts.verticalMargin,s=Math.round((e+i)/(this.cellHeight()+i));t<s&&(t=s)}this.container.attr("data-gs-current-height",t),this.opts.cellHeight&&(this.opts.verticalMargin?this.opts.cellHeightUnit===this.opts.verticalMarginUnit?this.container.css("height",t*(this.opts.cellHeight+this.opts.verticalMargin)-this.opts.verticalMargin+this.opts.cellHeightUnit):this.container.css("height","calc("+(t*this.opts.cellHeight+this.opts.cellHeightUnit)+" + "+(t*(this.opts.verticalMargin-1)+this.opts.verticalMarginUnit)+")"):this.container.css("height",t*this.opts.cellHeight+this.opts.cellHeightUnit))}},i.prototype._setupRemovingTimeout=function(t){var e=f(t).data("_gridstack_node");!e._removeTimeout&&this.opts.removable&&(e._removeTimeout=setTimeout(function(){t.addClass("grid-stack-item-removing"),e._isAboutToRemove=!0},this.opts.removeTimeout))},i.prototype._clearRemovingTimeout=function(t){var e=f(t).data("_gridstack_node");e._removeTimeout&&(clearTimeout(e._removeTimeout),e._removeTimeout=null,t.removeClass("grid-stack-item-removing"),e._isAboutToRemove=!1)},i.prototype._prepareElementsByNode=function(l,d){function t(t,e){var i,s,o=Math.round(e.position.left/p),n=Math.floor((e.position.top+c/2)/c);if("drag"!==t.type&&(i=Math.round(e.size.width/p),s=Math.round(e.size.height/c)),"drag"===t.type){var r=e.position.top-d._prevYPix;if(d._prevYPix=e.position.top,m.updateScrollPosition(l[0],e,r),l.data("inTrashZone")||o<0||o>=u.grid.column||n<0||!u.grid.float&&n>u.grid.getGridHeight()){if(d._temporaryRemoved)return;!0===u.opts.removable&&u._setupRemovingTimeout(l),o=d._beforeDragX,n=d._beforeDragY,u.placeholder.detach(),u.placeholder.hide(),u.grid.removeNode(d),u._updateContainerHeight(),d._temporaryRemoved=!0}else u._clearRemovingTimeout(l),d._temporaryRemoved&&(u.grid.addNode(d),u.placeholder.attr("data-gs-x",o).attr("data-gs-y",n).attr("data-gs-width",i).attr("data-gs-height",s).show(),u.container.append(u.placeholder),d.el=u.placeholder,d._temporaryRemoved=!1)}else if("resize"===t.type&&o<0)return;var a=void 0!==i?i:d.lastTriedWidth,h=void 0!==s?s:d.lastTriedHeight;!u.grid.canMoveNode(d,o,n,i,s)||d.lastTriedX===o&&d.lastTriedY===n&&d.lastTriedWidth===a&&d.lastTriedHeight===h||(d.lastTriedX=o,d.lastTriedY=n,d.lastTriedWidth=i,d.lastTriedHeight=s,u.grid.moveNode(d,o,n,i,s),u._updateContainerHeight(),"resize"===t.type&&f(t.target).trigger("gsresize",d))}function e(t,e){u.container.append(u.placeholder);var i=f(this);u.grid.cleanNodes(),u.grid.beginUpdate(d),p=u.cellWidth();var s=u.cellHeight();c=u.container.height()/parseInt(u.container.attr("data-gs-current-height")),u.placeholder.attr("data-gs-x",i.attr("data-gs-x")).attr("data-gs-y",i.attr("data-gs-y")).attr("data-gs-width",i.attr("data-gs-width")).attr("data-gs-height",i.attr("data-gs-height")).show(),d.el=u.placeholder,d._beforeDragX=d.x,d._beforeDragY=d.y,d._prevYPix=e.position.top;var o=d.minHeight||1,n=u.opts.verticalMargin;u.dd.resizable(l,"option","minWidth",p*(d.minWidth||1)),u.dd.resizable(l,"option","minHeight",s*o+(o-1)*n),"resizestart"===t.type&&i.find(".grid-stack-item").trigger("resizestart")}function i(t,e){var i=f(this);if(i.data("_gridstack_node")){if(u.placeholder.detach(),d.el=i,u.placeholder.hide(),d._isAboutToRemove)l.data("_gridstack_node")._grid._triggerRemoveEvent(),l.removeData("_gridstack_node"),l.remove();else u._clearRemovingTimeout(l),d._temporaryRemoved?(m.removePositioningStyles(i),i.attr("data-gs-x",d._beforeDragX).attr("data-gs-y",d._beforeDragY).attr("data-gs-width",d.width).attr("data-gs-height",d.height),d.x=d._beforeDragX,d.y=d._beforeDragY,d._temporaryRemoved=!1,u.grid.addNode(d)):(m.removePositioningStyles(i),i.attr("data-gs-x",d.x).attr("data-gs-y",d.y).attr("data-gs-width",d.width).attr("data-gs-height",d.height));u._updateContainerHeight(),u._triggerChangeEvent(),u.grid.endUpdate();var s=i.find(".grid-stack");s.length&&"resizestop"===t.type&&(s.each(function(t,e){f(e).data("gridstack").onResizeHandler()}),i.find(".grid-stack-item").trigger("resizestop"),i.find(".grid-stack-item").trigger("gsresizestop")),"resizestop"===t.type&&u.container.trigger("gsresizestop",i)}}var p,c,u=this;this.dd.draggable(l,{start:e,stop:i,drag:t}).resizable(l,{start:e,stop:i,resize:t}),(d.noMove||this.opts.disableDrag||this.opts.staticGrid)&&this.dd.draggable(l,"disable"),(d.noResize||this.opts.disableResize||this.opts.staticGrid)&&this.dd.resizable(l,"disable"),this._writeAttr(l,d)},i.prototype._prepareElement=function(t,e){e=void 0!==e&&e;(t=f(t)).addClass(this.opts.itemClass);var i=this._readAttr(t,{el:t,_grid:this});i=this.grid.addNode(i,e),t.data("_gridstack_node",i),this._prepareElementsByNode(t,i)},i.prototype._writeAttr=function(t,e){t=f(t),void 0!==(e=e||{}).x&&t.attr("data-gs-x",e.x),void 0!==e.y&&t.attr("data-gs-y",e.y),void 0!==e.width&&t.attr("data-gs-width",e.width),void 0!==e.height&&t.attr("data-gs-height",e.height),void 0!==e.autoPosition&&t.attr("data-gs-auto-position",!!e.autoPosition||null),void 0!==e.minWidth&&t.attr("data-gs-min-width",e.minWidth),void 0!==e.maxWidth&&t.attr("data-gs-max-width",e.maxWidth),void 0!==e.minHeight&&t.attr("data-gs-min-height",e.minHeight),void 0!==e.maxHeight&&t.attr("data-gs-max-height",e.maxHeight),void 0!==e.noResize&&t.attr("data-gs-no-resize",!!e.noResize||null),void 0!==e.noMove&&t.attr("data-gs-no-move",!!e.noMove||null),void 0!==e.locked&&t.attr("data-gs-locked",!!e.locked||null),void 0!==e.resizeHandles&&t.attr("data-gs-resize-handles",e.resizeHandles),void 0!==e.id&&t.attr("data-gs-id",e.id)},i.prototype._readAttr=function(t,e){return t=f(t),(e=e||{}).x=t.attr("data-gs-x"),e.y=t.attr("data-gs-y"),e.width=t.attr("data-gs-width"),e.height=t.attr("data-gs-height"),e.autoPosition=m.toBool(t.attr("data-gs-auto-position")),e.maxWidth=t.attr("data-gs-max-width"),e.minWidth=t.attr("data-gs-min-width"),e.maxHeight=t.attr("data-gs-max-height"),e.minHeight=t.attr("data-gs-min-height"),e.noResize=m.toBool(t.attr("data-gs-no-resize")),e.noMove=m.toBool(t.attr("data-gs-no-move")),e.locked=m.toBool(t.attr("data-gs-locked")),e.resizeHandles=t.attr("data-gs-resize-handles"),e.id=t.attr("data-gs-id"),e},i.prototype.setAnimation=function(t){t?this.container.addClass("grid-stack-animate"):this.container.removeClass("grid-stack-animate")},i.prototype.addWidget=function(t,e,i,s,o,n,r,a,h,l,d){return void 0!==e&&"object"!=typeof e?this.addWidget(t,{x:e,y:i,width:s,height:o,autoPosition:n,minWidth:r,maxWidth:a,minHeight:h,maxHeight:l,id:d}):(e=e||{},t=f(t),this._writeAttr(t,e),this.container.append(t),this.makeWidget(t))},i.prototype.makeWidget=function(t){return t=f(t),this._prepareElement(t,!0),this._updateContainerHeight(),this._triggerAddEvent(),this._triggerChangeEvent(!0),t},i.prototype.willItFit=function(t,e,i,s,o){var n={x:t,y:e,width:i,height:s,autoPosition:o};return this.grid.canBePlacedWithRespectToHeight(n)},i.prototype.removeWidget=function(t,e){e=void 0===e||e;var i=(t=f(t)).data("_gridstack_node");i=i||this.grid.getNodeDataByDOMEl(t),t.removeData("_gridstack_node"),this.grid.removeNode(i,e),this._triggerRemoveEvent(),this._triggerChangeEvent(!0)},i.prototype.removeAll=function(t){!1!==t&&this.grid.nodes.forEach(function(t){t.el.removeData("_gridstack_node")}),this.grid.removeAll(t),this._triggerRemoveEvent()},i.prototype.destroy=function(t){f(window).off("resize",this.onResizeHandler),this.disable(),void 0===t||t?this.container.remove():(this.removeAll(!1),this.container.removeData("gridstack")),m.removeStylesheet(this._stylesId),this.grid&&(this.grid=null)},i.prototype.resizable=function(t,s){var o=this;return(t=f(t)).each(function(t,e){var i=(e=f(e)).data("_gridstack_node");i&&(i.noResize=!s,i.noResize?o.dd.resizable(e,"disable"):o.dd.resizable(e,"enable"))}),this},i.prototype.movable=function(t,s){var o=this;return(t=f(t)).each(function(t,e){var i=(e=f(e)).data("_gridstack_node");i&&(i.noMove=!s,i.noMove?(o.dd.draggable(e,"disable"),e.removeClass("ui-draggable-handle")):(o.dd.draggable(e,"enable"),e.addClass("ui-draggable-handle")))}),this},i.prototype.enableMove=function(t,e){this.movable(this.container.children("."+this.opts.itemClass),t),e&&(this.opts.disableDrag=!t)},i.prototype.enableResize=function(t,e){this.resizable(this.container.children("."+this.opts.itemClass),t),e&&(this.opts.disableResize=!t)},i.prototype.disable=function(){this.movable(this.container.children("."+this.opts.itemClass),!1),this.resizable(this.container.children("."+this.opts.itemClass),!1),this.container.trigger("disable")},i.prototype.enable=function(){this.movable(this.container.children("."+this.opts.itemClass),!0),this.resizable(this.container.children("."+this.opts.itemClass),!0),this.container.trigger("enable")},i.prototype.locked=function(t,s){return(t=f(t)).each(function(t,e){var i=(e=f(e)).data("_gridstack_node");i&&(i.locked=s||!1,e.attr("data-gs-locked",i.locked?"yes":null))}),this},i.prototype.maxHeight=function(t,s){return(t=f(t)).each(function(t,e){var i=(e=f(e)).data("_gridstack_node");i&&(isNaN(s)||(i.maxHeight=s||!1,e.attr("data-gs-max-height",s)))}),this},i.prototype.minHeight=function(t,s){return(t=f(t)).each(function(t,e){var i=(e=f(e)).data("_gridstack_node");i&&(isNaN(s)||(i.minHeight=s||!1,e.attr("data-gs-min-height",s)))}),this},i.prototype.maxWidth=function(t,s){return(t=f(t)).each(function(t,e){var i=(e=f(e)).data("_gridstack_node");i&&(isNaN(s)||(i.maxWidth=s||!1,e.attr("data-gs-max-width",s)))}),this},i.prototype.minWidth=function(t,s){return(t=f(t)).each(function(t,e){var i=(e=f(e)).data("_gridstack_node");i&&(isNaN(s)||(i.minWidth=s||!1,e.attr("data-gs-min-width",s)))}),this},i.prototype._updateElement=function(t,e){var i=(t=f(t).first()).data("_gridstack_node");if(i){var s=this;s.grid.cleanNodes(),s.grid.beginUpdate(i),e.call(this,t,i),s._updateContainerHeight(),s._triggerChangeEvent(),s.grid.endUpdate()}},i.prototype.resize=function(t,i,s){this._updateElement(t,function(t,e){i=null!=i?i:e.width,s=null!=s?s:e.height,this.grid.moveNode(e,e.x,e.y,i,s)})},i.prototype.move=function(t,i,s){this._updateElement(t,function(t,e){i=null!=i?i:e.x,s=null!=s?s:e.y,this.grid.moveNode(e,i,s,e.width,e.height)})},i.prototype.update=function(t,i,s,o,n){this._updateElement(t,function(t,e){i=null!=i?i:e.x,s=null!=s?s:e.y,o=null!=o?o:e.width,n=null!=n?n:e.height,this.grid.moveNode(e,i,s,o,n)})},i.prototype.compact=function(){if(0!==this.grid.nodes.length){this.batchUpdate(),this.grid._sortNodes();var t=this.grid.nodes;this.grid.nodes=[],t.forEach(function(t){t.noMove||t.locked||(t.autoPosition=!0),this.grid.addNode(t,!1),t._dirty=!0},this),this.commit()}},i.prototype.verticalMargin=function(t,e){if(void 0===t)return this.opts.verticalMargin;var i=m.parseHeight(t);this.opts.verticalMarginUnit===i.unit&&this.opts.maxRow===i.height||(this.opts.verticalMarginUnit=i.unit,this.opts.verticalMargin=i.height,e||this._updateStyles())},i.prototype.cellHeight=function(t,e){if(void 0===t){if(this.opts.cellHeight&&"auto"!==this.opts.cellHeight)return this.opts.cellHeight;var i=this.container.children("."+this.opts.itemClass).first(),s=i.attr("data-gs-height"),o=this.opts.verticalMargin;return Math.round((i.outerHeight()-(s-1)*o)/s)}var n=m.parseHeight(t);this.opts.cellHeightUnit===n.unit&&this.opts.cellHeight===n.height||(this.opts.cellHeightUnit=n.unit,this.opts.cellHeight=n.height,e||this._updateStyles())},i.prototype.cellWidth=function(){return Math.round(this.container.outerWidth()/this.opts.column)},i.prototype.getCellFromPixel=function(t,e){var i=void 0!==e&&e?this.container.offset():this.container.position(),s=t.left-i.left,o=t.top-i.top,n=Math.floor(this.container.width()/this.opts.column),r=Math.floor(this.container.height()/parseInt(this.container.attr("data-gs-current-height")));return{x:Math.floor(s/n),y:Math.floor(o/r)}},i.prototype.batchUpdate=function(){this.grid.batchUpdate()},i.prototype.commit=function(){this.grid.commit(),this._triggerRemoveEvent(),this._triggerAddEvent(),this._triggerChangeEvent()},i.prototype.isAreaEmpty=function(t,e,i,s){return this.grid.isAreaEmpty(t,e,i,s)},i.prototype.setStatic=function(t){this.opts.staticGrid=!0===t,this.enableMove(!t),this.enableResize(!t),this._setStaticClass()},i.prototype._setStaticClass=function(){var t="grid-stack-static";!0===this.opts.staticGrid?this.container.addClass(t):this.container.removeClass(t)},d.prototype._layoutsNodesChange=function(t){this._layouts&&!this._ignoreLayoutsNodeChange&&this._layouts.forEach(function(s,o){s&&o!==this.column&&(o<this.column?this._layouts[o]=void 0:t.forEach(function(e){var t=s.find(function(t){return t._id===e._id});if(t){var i=o/this.column;e.y!==e._origY&&(t.y+=e.y-e._origY),e.x!==e._origX&&(t.x=Math.round(e.x*i)),e.width!==e._origW&&(t.width=Math.round(e.width*i))}},this))},this)},d.prototype._updateNodeWidths=function(e,i,s){if(this.nodes.length&&e!==i){var o=[this.nodes.length];if(this.nodes.forEach(function(t,e){o[e]={x:t.x,y:t.y,width:t.width,_id:t._id}}),this._layouts=this._layouts||[],this._layouts[e]=o,1===i&&s&&s.length){var n=0;s.forEach(function(t){t.x=0,t.width=1,t.y=Math.max(t.y,n),n=t.y+t.height})}else s=m.sort(this.nodes,-1,e);var t=this._layouts[i]||[],r=this._layouts.length-1;0===t.length&&e<i&&i<r&&(t=this._layouts[r]||[]).length&&(e=r,t.forEach(function(e){var t=s.findIndex(function(t){return t&&t._id===e._id});-1!==t&&(s[t].x=e.x,s[t].y=e.y,s[t].width=e.width)}),t=[]);var a=[];t.forEach(function(e){var t=s.findIndex(function(t){return t&&t._id===e._id});-1!==t&&(s[t].x=e.x,s[t].y=e.y,s[t].width=e.width,a.push(s[t]),s[t]=null)});var h=i/e;s.forEach(function(t){t&&(t.x=1===i?0:Math.round(t.x*h),t.width=1===i||1===e?1:Math.round(t.width*h)||1,a.push(t))}),a=m.sort(a,-1,i),this._ignoreLayoutsNodeChange=!0,this.batchUpdate(),this.nodes=[],a.forEach(function(t){this.addNode(t,!1),t._dirty=!0},this),this.commit(),delete this._ignoreLayoutsNodeChange}},d.prototype._saveInitial=function(){this.nodes.forEach(function(t){t._origX=t.x,t._origY=t.y,t._origW=t.width,t._origH=t.height,delete t._dirty})},i.prototype.setColumn=function(t,e){if(this.opts.column!==t){var s,i=this.opts.column;if(1===t?this._prevColumn=i:delete this._prevColumn,this.container.removeClass("grid-stack-"+i),this.container.addClass("grid-stack-"+t),this.opts.column=this.grid.column=t,!0!==e)this.opts.oneColumnModeDomSort&&1===t&&(s=[],this.container.children("."+this.opts.itemClass).each(function(t,e){var i=f(e).data("_gridstack_node");i&&s.push(i)}),s.length||(s=void 0)),this.grid._updateNodeWidths(i,t,s),this.grid._ignoreLayoutsNodeChange=!0,this._triggerChangeEvent(),delete this.grid._ignoreLayoutsNodeChange}},i.prototype.float=function(t){if(void 0===t)return this.opts.float||!1;this.opts.float!==t&&(this.opts.float=this.grid.float=t||!1,t||(this.grid._packNodes(),this.grid._notify(),this._triggerChangeEvent()))},i.prototype.setGridWidth=(s="setGridWidth",o="setColumn",r="v0.5.3",p.prototype=(e=i.prototype.setColumn).prototype,p),t.GridStackUI=i,t.GridStackUI.Utils=m,t.GridStackUI.Engine=d,t.GridStackUI.GridStackDragDropPlugin=l,f.fn.gridstack=function(e){return this.each(function(){var t=f(this);t.data("gridstack")||t.data("gridstack",new i(this,e))})},t.GridStackUI}), -/*! jQuery UI - v1.12.1 - 2019-11-20 -* http://jqueryui.com -* Includes: widget.js, data.js, disable-selection.js, scroll-parent.js, widgets/draggable.js, widgets/droppable.js, widgets/resizable.js, widgets/mouse.js -* Copyright jQuery Foundation and other contributors; Licensed MIT @preserve*/ -function(t){"function"==typeof define&&define.amd?define(["jquery"],t):t(jQuery)}(function(y){y.ui=y.ui||{};y.ui.version="1.12.1";var o,i=0,a=Array.prototype.slice;y.cleanData=(o=y.cleanData,function(t){var e,i,s;for(s=0;null!=(i=t[s]);s++)try{(e=y._data(i,"events"))&&e.remove&&y(i).triggerHandler("remove")}catch(t){}o(t)}),y.widget=function(t,i,e){var s,o,n,r={},a=t.split(".")[0],h=a+"-"+(t=t.split(".")[1]);return e||(e=i,i=y.Widget),y.isArray(e)&&(e=y.extend.apply(null,[{}].concat(e))),y.expr[":"][h.toLowerCase()]=function(t){return!!y.data(t,h)},y[a]=y[a]||{},s=y[a][t],o=y[a][t]=function(t,e){if(!this._createWidget)return new o(t,e);arguments.length&&this._createWidget(t,e)},y.extend(o,s,{version:e.version,_proto:y.extend({},e),_childConstructors:[]}),(n=new i).options=y.widget.extend({},n.options),y.each(e,function(e,s){function o(){return i.prototype[e].apply(this,arguments)}function n(t){return i.prototype[e].apply(this,t)}y.isFunction(s)?r[e]=function(){var t,e=this._super,i=this._superApply;return this._super=o,this._superApply=n,t=s.apply(this,arguments),this._super=e,this._superApply=i,t}:r[e]=s}),o.prototype=y.widget.extend(n,{widgetEventPrefix:s&&n.widgetEventPrefix||t},r,{constructor:o,namespace:a,widgetName:t,widgetFullName:h}),s?(y.each(s._childConstructors,function(t,e){var i=e.prototype;y.widget(i.namespace+"."+i.widgetName,o,e._proto)}),delete s._childConstructors):i._childConstructors.push(o),y.widget.bridge(t,o),o},y.widget.extend=function(t){for(var e,i,s=a.call(arguments,1),o=0,n=s.length;o<n;o++)for(e in s[o])i=s[o][e],s[o].hasOwnProperty(e)&&void 0!==i&&(y.isPlainObject(i)?t[e]=y.isPlainObject(t[e])?y.widget.extend({},t[e],i):y.widget.extend({},i):t[e]=i);return t},y.widget.bridge=function(n,e){var r=e.prototype.widgetFullName||n;y.fn[n]=function(i){var t="string"==typeof i,s=a.call(arguments,1),o=this;return t?this.length||"instance"!==i?this.each(function(){var t,e=y.data(this,r);return"instance"===i?(o=e,!1):e?y.isFunction(e[i])&&"_"!==i.charAt(0)?(t=e[i].apply(e,s))!==e&&void 0!==t?(o=t&&t.jquery?o.pushStack(t.get()):t,!1):void 0:y.error("no such method '"+i+"' for "+n+" widget instance"):y.error("cannot call methods on "+n+" prior to initialization; attempted to call method '"+i+"'")}):o=void 0:(s.length&&(i=y.widget.extend.apply(null,[i].concat(s))),this.each(function(){var t=y.data(this,r);t?(t.option(i||{}),t._init&&t._init()):y.data(this,r,new e(i,this))})),o}},y.Widget=function(){},y.Widget._childConstructors=[],y.Widget.prototype={widgetName:"widget",widgetEventPrefix:"",defaultElement:"<div>",options:{classes:{},disabled:!1,create:null},_createWidget:function(t,e){e=y(e||this.defaultElement||this)[0],this.element=y(e),this.uuid=i++,this.eventNamespace="."+this.widgetName+this.uuid,this.bindings=y(),this.hoverable=y(),this.focusable=y(),this.classesElementLookup={},e!==this&&(y.data(e,this.widgetFullName,this),this._on(!0,this.element,{remove:function(t){t.target===e&&this.destroy()}}),this.document=y(e.style?e.ownerDocument:e.document||e),this.window=y(this.document[0].defaultView||this.document[0].parentWindow)),this.options=y.widget.extend({},this.options,this._getCreateOptions(),t),this._create(),this.options.disabled&&this._setOptionDisabled(this.options.disabled),this._trigger("create",null,this._getCreateEventData()),this._init()},_getCreateOptions:function(){return{}},_getCreateEventData:y.noop,_create:y.noop,_init:y.noop,destroy:function(){var i=this;this._destroy(),y.each(this.classesElementLookup,function(t,e){i._removeClass(e,t)}),this.element.off(this.eventNamespace).removeData(this.widgetFullName),this.widget().off(this.eventNamespace).removeAttr("aria-disabled"),this.bindings.off(this.eventNamespace)},_destroy:y.noop,widget:function(){return this.element},option:function(t,e){var i,s,o,n=t;if(0===arguments.length)return y.widget.extend({},this.options);if("string"==typeof t)if(n={},t=(i=t.split(".")).shift(),i.length){for(s=n[t]=y.widget.extend({},this.options[t]),o=0;o<i.length-1;o++)s[i[o]]=s[i[o]]||{},s=s[i[o]];if(t=i.pop(),1===arguments.length)return void 0===s[t]?null:s[t];s[t]=e}else{if(1===arguments.length)return void 0===this.options[t]?null:this.options[t];n[t]=e}return this._setOptions(n),this},_setOptions:function(t){var e;for(e in t)this._setOption(e,t[e]);return this},_setOption:function(t,e){return"classes"===t&&this._setOptionClasses(e),this.options[t]=e,"disabled"===t&&this._setOptionDisabled(e),this},_setOptionClasses:function(t){var e,i,s;for(e in t)s=this.classesElementLookup[e],t[e]!==this.options.classes[e]&&s&&s.length&&(i=y(s.get()),this._removeClass(s,e),i.addClass(this._classes({element:i,keys:e,classes:t,add:!0})))},_setOptionDisabled:function(t){this._toggleClass(this.widget(),this.widgetFullName+"-disabled",null,!!t),t&&(this._removeClass(this.hoverable,null,"ui-state-hover"),this._removeClass(this.focusable,null,"ui-state-focus"))},enable:function(){return this._setOptions({disabled:!1})},disable:function(){return this._setOptions({disabled:!0})},_classes:function(o){var n=[],r=this;function t(t,e){var i,s;for(s=0;s<t.length;s++)i=r.classesElementLookup[t[s]]||y(),i=o.add?y(y.unique(i.get().concat(o.element.get()))):y(i.not(o.element).get()),r.classesElementLookup[t[s]]=i,n.push(t[s]),e&&o.classes[t[s]]&&n.push(o.classes[t[s]])}return o=y.extend({element:this.element,classes:this.options.classes||{}},o),this._on(o.element,{remove:"_untrackClassesElement"}),o.keys&&t(o.keys.match(/\S+/g)||[],!0),o.extra&&t(o.extra.match(/\S+/g)||[]),n.join(" ")},_untrackClassesElement:function(i){var s=this;y.each(s.classesElementLookup,function(t,e){-1!==y.inArray(i.target,e)&&(s.classesElementLookup[t]=y(e.not(i.target).get()))})},_removeClass:function(t,e,i){return this._toggleClass(t,e,i,!1)},_addClass:function(t,e,i){return this._toggleClass(t,e,i,!0)},_toggleClass:function(t,e,i,s){s="boolean"==typeof s?s:i;var o="string"==typeof t||null===t,n={extra:o?e:i,keys:o?t:e,element:o?this.element:t,add:s};return n.element.toggleClass(this._classes(n),s),this},_on:function(r,a,t){var h,l=this;"boolean"!=typeof r&&(t=a,a=r,r=!1),t?(a=h=y(a),this.bindings=this.bindings.add(a)):(t=a,a=this.element,h=this.widget()),y.each(t,function(t,e){function i(){if(r||!0!==l.options.disabled&&!y(this).hasClass("ui-state-disabled"))return("string"==typeof e?l[e]:e).apply(l,arguments)}"string"!=typeof e&&(i.guid=e.guid=e.guid||i.guid||y.guid++);var s=t.match(/^([\w:-]*)\s*(.*)$/),o=s[1]+l.eventNamespace,n=s[2];n?h.on(o,n,i):a.on(o,i)})},_off:function(t,e){e=(e||"").split(" ").join(this.eventNamespace+" ")+this.eventNamespace,t.off(e).off(e),this.bindings=y(this.bindings.not(t).get()),this.focusable=y(this.focusable.not(t).get()),this.hoverable=y(this.hoverable.not(t).get())},_delay:function(t,e){var i=this;return setTimeout(function(){return("string"==typeof t?i[t]:t).apply(i,arguments)},e||0)},_hoverable:function(t){this.hoverable=this.hoverable.add(t),this._on(t,{mouseenter:function(t){this._addClass(y(t.currentTarget),null,"ui-state-hover")},mouseleave:function(t){this._removeClass(y(t.currentTarget),null,"ui-state-hover")}})},_focusable:function(t){this.focusable=this.focusable.add(t),this._on(t,{focusin:function(t){this._addClass(y(t.currentTarget),null,"ui-state-focus")},focusout:function(t){this._removeClass(y(t.currentTarget),null,"ui-state-focus")}})},_trigger:function(t,e,i){var s,o,n=this.options[t];if(i=i||{},(e=y.Event(e)).type=(t===this.widgetEventPrefix?t:this.widgetEventPrefix+t).toLowerCase(),e.target=this.element[0],o=e.originalEvent)for(s in o)s in e||(e[s]=o[s]);return this.element.trigger(e,i),!(y.isFunction(n)&&!1===n.apply(this.element[0],[e].concat(i))||e.isDefaultPrevented())}},y.each({show:"fadeIn",hide:"fadeOut"},function(n,r){y.Widget.prototype["_"+n]=function(e,t,i){var s;"string"==typeof t&&(t={effect:t});var o=t?!0===t||"number"==typeof t?r:t.effect||r:n;"number"==typeof(t=t||{})&&(t={duration:t}),s=!y.isEmptyObject(t),t.complete=i,t.delay&&e.delay(t.delay),s&&y.effects&&y.effects.effect[o]?e[n](t):o!==n&&e[o]?e[o](t.duration,t.easing,i):e.queue(function(t){y(this)[n](),i&&i.call(e[0]),t()})}});y.widget,y.extend(y.expr[":"],{data:y.expr.createPseudo?y.expr.createPseudo(function(e){return function(t){return!!y.data(t,e)}}):function(t,e,i){return!!y.data(t,i[3])}}),y.fn.extend({disableSelection:(t="onselectstart"in document.createElement("div")?"selectstart":"mousedown",function(){return this.on(t+".ui-disableSelection",function(t){t.preventDefault()})}),enableSelection:function(){return this.off(".ui-disableSelection")}}),y.fn.scrollParent=function(t){var e=this.css("position"),i="absolute"===e,s=t?/(auto|scroll|hidden)/:/(auto|scroll)/,o=this.parents().filter(function(){var t=y(this);return(!i||"static"!==t.css("position"))&&s.test(t.css("overflow")+t.css("overflow-y")+t.css("overflow-x"))}).eq(0);return"fixed"!==e&&o.length?o:y(this[0].ownerDocument||document)},y.ui.ie=!!/msie [\w.]+/.exec(navigator.userAgent.toLowerCase());var t,n=!1;y(document).on("mouseup",function(){n=!1});y.widget("ui.mouse",{version:"1.12.1",options:{cancel:"input, textarea, button, select, option",distance:1,delay:0},_mouseInit:function(){var e=this;this.element.on("mousedown."+this.widgetName,function(t){return e._mouseDown(t)}).on("click."+this.widgetName,function(t){if(!0===y.data(t.target,e.widgetName+".preventClickEvent"))return y.removeData(t.target,e.widgetName+".preventClickEvent"),t.stopImmediatePropagation(),!1}),this.started=!1},_mouseDestroy:function(){this.element.off("."+this.widgetName),this._mouseMoveDelegate&&this.document.off("mousemove."+this.widgetName,this._mouseMoveDelegate).off("mouseup."+this.widgetName,this._mouseUpDelegate)},_mouseDown:function(t){if(!n){this._mouseMoved=!1,this._mouseStarted&&this._mouseUp(t),this._mouseDownEvent=t;var e=this,i=1===t.which,s=!("string"!=typeof this.options.cancel||!t.target.nodeName)&&y(t.target).closest(this.options.cancel).length;return!(i&&!s&&this._mouseCapture(t))||(this.mouseDelayMet=!this.options.delay,this.mouseDelayMet||(this._mouseDelayTimer=setTimeout(function(){e.mouseDelayMet=!0},this.options.delay)),this._mouseDistanceMet(t)&&this._mouseDelayMet(t)&&(this._mouseStarted=!1!==this._mouseStart(t),!this._mouseStarted)?(t.preventDefault(),!0):(!0===y.data(t.target,this.widgetName+".preventClickEvent")&&y.removeData(t.target,this.widgetName+".preventClickEvent"),this._mouseMoveDelegate=function(t){return e._mouseMove(t)},this._mouseUpDelegate=function(t){return e._mouseUp(t)},this.document.on("mousemove."+this.widgetName,this._mouseMoveDelegate).on("mouseup."+this.widgetName,this._mouseUpDelegate),t.preventDefault(),n=!0))}},_mouseMove:function(t){if(this._mouseMoved){if(y.ui.ie&&(!document.documentMode||document.documentMode<9)&&!t.button)return this._mouseUp(t);if(!t.which)if(t.originalEvent.altKey||t.originalEvent.ctrlKey||t.originalEvent.metaKey||t.originalEvent.shiftKey)this.ignoreMissingWhich=!0;else if(!this.ignoreMissingWhich)return this._mouseUp(t)}return(t.which||t.button)&&(this._mouseMoved=!0),this._mouseStarted?(this._mouseDrag(t),t.preventDefault()):(this._mouseDistanceMet(t)&&this._mouseDelayMet(t)&&(this._mouseStarted=!1!==this._mouseStart(this._mouseDownEvent,t),this._mouseStarted?this._mouseDrag(t):this._mouseUp(t)),!this._mouseStarted)},_mouseUp:function(t){this.document.off("mousemove."+this.widgetName,this._mouseMoveDelegate).off("mouseup."+this.widgetName,this._mouseUpDelegate),this._mouseStarted&&(this._mouseStarted=!1,t.target===this._mouseDownEvent.target&&y.data(t.target,this.widgetName+".preventClickEvent",!0),this._mouseStop(t)),this._mouseDelayTimer&&(clearTimeout(this._mouseDelayTimer),delete this._mouseDelayTimer),this.ignoreMissingWhich=!1,n=!1,t.preventDefault()},_mouseDistanceMet:function(t){return Math.max(Math.abs(this._mouseDownEvent.pageX-t.pageX),Math.abs(this._mouseDownEvent.pageY-t.pageY))>=this.options.distance},_mouseDelayMet:function(){return this.mouseDelayMet},_mouseStart:function(){},_mouseDrag:function(){},_mouseStop:function(){},_mouseCapture:function(){return!0}}),y.ui.plugin={add:function(t,e,i){var s,o=y.ui[t].prototype;for(s in i)o.plugins[s]=o.plugins[s]||[],o.plugins[s].push([e,i[s]])},call:function(t,e,i,s){var o,n=t.plugins[e];if(n&&(s||t.element[0].parentNode&&11!==t.element[0].parentNode.nodeType))for(o=0;o<n.length;o++)t.options[n[o][0]]&&n[o][1].apply(t.element,i)}},y.ui.safeActiveElement=function(e){var i;try{i=e.activeElement}catch(t){i=e.body}return(i=i||e.body).nodeName||(i=e.body),i},y.ui.safeBlur=function(t){t&&"body"!==t.nodeName.toLowerCase()&&y(t).trigger("blur")};y.widget("ui.draggable",y.ui.mouse,{version:"1.12.1",widgetEventPrefix:"drag",options:{addClasses:!0,appendTo:"parent",axis:!1,connectToSortable:!1,containment:!1,cursor:"auto",cursorAt:!1,grid:!1,handle:!1,helper:"original",iframeFix:!1,opacity:!1,refreshPositions:!1,revert:!1,revertDuration:500,scope:"default",scroll:!0,scrollSensitivity:20,scrollSpeed:20,snap:!1,snapMode:"both",snapTolerance:20,stack:!1,zIndex:!1,drag:null,start:null,stop:null},_create:function(){"original"===this.options.helper&&this._setPositionRelative(),this.options.addClasses&&this._addClass("ui-draggable"),this._setHandleClassName(),this._mouseInit()},_setOption:function(t,e){this._super(t,e),"handle"===t&&(this._removeHandleClassName(),this._setHandleClassName())},_destroy:function(){(this.helper||this.element).is(".ui-draggable-dragging")?this.destroyOnClear=!0:(this._removeHandleClassName(),this._mouseDestroy())},_mouseCapture:function(t){var e=this.options;return!(this.helper||e.disabled||0<y(t.target).closest(".ui-resizable-handle").length)&&(this.handle=this._getHandle(t),!!this.handle&&(this._blurActiveElement(t),this._blockFrames(!0===e.iframeFix?"iframe":e.iframeFix),!0))},_blockFrames:function(t){this.iframeBlocks=this.document.find(t).map(function(){var t=y(this);return y("<div>").css("position","absolute").appendTo(t.parent()).outerWidth(t.outerWidth()).outerHeight(t.outerHeight()).offset(t.offset())[0]})},_unblockFrames:function(){this.iframeBlocks&&(this.iframeBlocks.remove(),delete this.iframeBlocks)},_blurActiveElement:function(t){var e=y.ui.safeActiveElement(this.document[0]);y(t.target).closest(e).length||y.ui.safeBlur(e)},_mouseStart:function(t){var e=this.options;return this.helper=this._createHelper(t),this._addClass(this.helper,"ui-draggable-dragging"),this._cacheHelperProportions(),y.ui.ddmanager&&(y.ui.ddmanager.current=this),this._cacheMargins(),this.cssPosition=this.helper.css("position"),this.scrollParent=this.helper.scrollParent(!0),this.offsetParent=this.helper.offsetParent(),this.hasFixedAncestor=0<this.helper.parents().filter(function(){return"fixed"===y(this).css("position")}).length,this.positionAbs=this.element.offset(),this._refreshOffsets(t),this.originalPosition=this.position=this._generatePosition(t,!1),this.originalPageX=t.pageX,this.originalPageY=t.pageY,e.cursorAt&&this._adjustOffsetFromHelper(e.cursorAt),this._setContainment(),!1===this._trigger("start",t)?(this._clear(),!1):(this._cacheHelperProportions(),y.ui.ddmanager&&!e.dropBehaviour&&y.ui.ddmanager.prepareOffsets(this,t),this._mouseDrag(t,!0),y.ui.ddmanager&&y.ui.ddmanager.dragStart(this,t),!0)},_refreshOffsets:function(t){this.offset={top:this.positionAbs.top-this.margins.top,left:this.positionAbs.left-this.margins.left,scroll:!1,parent:this._getParentOffset(),relative:this._getRelativeOffset()},this.offset.click={left:t.pageX-this.offset.left,top:t.pageY-this.offset.top}},_mouseDrag:function(t,e){if(this.hasFixedAncestor&&(this.offset.parent=this._getParentOffset()),this.position=this._generatePosition(t,!0),this.positionAbs=this._convertPositionTo("absolute"),!e){var i=this._uiHash();if(!1===this._trigger("drag",t,i))return this._mouseUp(new y.Event("mouseup",t)),!1;this.position=i.position}return this.helper[0].style.left=this.position.left+"px",this.helper[0].style.top=this.position.top+"px",y.ui.ddmanager&&y.ui.ddmanager.drag(this,t),!1},_mouseStop:function(t){var e=this,i=!1;return y.ui.ddmanager&&!this.options.dropBehaviour&&(i=y.ui.ddmanager.drop(this,t)),this.dropped&&(i=this.dropped,this.dropped=!1),"invalid"===this.options.revert&&!i||"valid"===this.options.revert&&i||!0===this.options.revert||y.isFunction(this.options.revert)&&this.options.revert.call(this.element,i)?y(this.helper).animate(this.originalPosition,parseInt(this.options.revertDuration,10),function(){!1!==e._trigger("stop",t)&&e._clear()}):!1!==this._trigger("stop",t)&&this._clear(),!1},_mouseUp:function(t){return this._unblockFrames(),y.ui.ddmanager&&y.ui.ddmanager.dragStop(this,t),this.handleElement.is(t.target)&&this.element.trigger("focus"),y.ui.mouse.prototype._mouseUp.call(this,t)},cancel:function(){return this.helper.is(".ui-draggable-dragging")?this._mouseUp(new y.Event("mouseup",{target:this.element[0]})):this._clear(),this},_getHandle:function(t){return!this.options.handle||!!y(t.target).closest(this.element.find(this.options.handle)).length},_setHandleClassName:function(){this.handleElement=this.options.handle?this.element.find(this.options.handle):this.element,this._addClass(this.handleElement,"ui-draggable-handle")},_removeHandleClassName:function(){this._removeClass(this.handleElement,"ui-draggable-handle")},_createHelper:function(t){var e=this.options,i=y.isFunction(e.helper),s=i?y(e.helper.apply(this.element[0],[t])):"clone"===e.helper?this.element.clone().removeAttr("id"):this.element;return s.parents("body").length||s.appendTo("parent"===e.appendTo?this.element[0].parentNode:e.appendTo),i&&s[0]===this.element[0]&&this._setPositionRelative(),s[0]===this.element[0]||/(fixed|absolute)/.test(s.css("position"))||s.css("position","absolute"),s},_setPositionRelative:function(){/^(?:r|a|f)/.test(this.element.css("position"))||(this.element[0].style.position="relative")},_adjustOffsetFromHelper:function(t){"string"==typeof t&&(t=t.split(" ")),y.isArray(t)&&(t={left:+t[0],top:+t[1]||0}),"left"in t&&(this.offset.click.left=t.left+this.margins.left),"right"in t&&(this.offset.click.left=this.helperProportions.width-t.right+this.margins.left),"top"in t&&(this.offset.click.top=t.top+this.margins.top),"bottom"in t&&(this.offset.click.top=this.helperProportions.height-t.bottom+this.margins.top)},_isRootNode:function(t){return/(html|body)/i.test(t.tagName)||t===this.document[0]},_getParentOffset:function(){var t=this.offsetParent.offset(),e=this.document[0];return"absolute"===this.cssPosition&&this.scrollParent[0]!==e&&y.contains(this.scrollParent[0],this.offsetParent[0])&&(t.left+=this.scrollParent.scrollLeft(),t.top+=this.scrollParent.scrollTop()),this._isRootNode(this.offsetParent[0])&&(t={top:0,left:0}),{top:t.top+(parseInt(this.offsetParent.css("borderTopWidth"),10)||0),left:t.left+(parseInt(this.offsetParent.css("borderLeftWidth"),10)||0)}},_getRelativeOffset:function(){if("relative"!==this.cssPosition)return{top:0,left:0};var t=this.element.position(),e=this._isRootNode(this.scrollParent[0]);return{top:t.top-(parseInt(this.helper.css("top"),10)||0)+(e?0:this.scrollParent.scrollTop()),left:t.left-(parseInt(this.helper.css("left"),10)||0)+(e?0:this.scrollParent.scrollLeft())}},_cacheMargins:function(){this.margins={left:parseInt(this.element.css("marginLeft"),10)||0,top:parseInt(this.element.css("marginTop"),10)||0,right:parseInt(this.element.css("marginRight"),10)||0,bottom:parseInt(this.element.css("marginBottom"),10)||0}},_cacheHelperProportions:function(){this.helperProportions={width:this.helper.outerWidth(),height:this.helper.outerHeight()}},_setContainment:function(){var t,e,i,s=this.options,o=this.document[0];this.relativeContainer=null,s.containment?"window"!==s.containment?"document"!==s.containment?s.containment.constructor!==Array?("parent"===s.containment&&(s.containment=this.helper[0].parentNode),(i=(e=y(s.containment))[0])&&(t=/(scroll|auto)/.test(e.css("overflow")),this.containment=[(parseInt(e.css("borderLeftWidth"),10)||0)+(parseInt(e.css("paddingLeft"),10)||0),(parseInt(e.css("borderTopWidth"),10)||0)+(parseInt(e.css("paddingTop"),10)||0),(t?Math.max(i.scrollWidth,i.offsetWidth):i.offsetWidth)-(parseInt(e.css("borderRightWidth"),10)||0)-(parseInt(e.css("paddingRight"),10)||0)-this.helperProportions.width-this.margins.left-this.margins.right,(t?Math.max(i.scrollHeight,i.offsetHeight):i.offsetHeight)-(parseInt(e.css("borderBottomWidth"),10)||0)-(parseInt(e.css("paddingBottom"),10)||0)-this.helperProportions.height-this.margins.top-this.margins.bottom],this.relativeContainer=e)):this.containment=s.containment:this.containment=[0,0,y(o).width()-this.helperProportions.width-this.margins.left,(y(o).height()||o.body.parentNode.scrollHeight)-this.helperProportions.height-this.margins.top]:this.containment=[y(window).scrollLeft()-this.offset.relative.left-this.offset.parent.left,y(window).scrollTop()-this.offset.relative.top-this.offset.parent.top,y(window).scrollLeft()+y(window).width()-this.helperProportions.width-this.margins.left,y(window).scrollTop()+(y(window).height()||o.body.parentNode.scrollHeight)-this.helperProportions.height-this.margins.top]:this.containment=null},_convertPositionTo:function(t,e){e=e||this.position;var i="absolute"===t?1:-1,s=this._isRootNode(this.scrollParent[0]);return{top:e.top+this.offset.relative.top*i+this.offset.parent.top*i-("fixed"===this.cssPosition?-this.offset.scroll.top:s?0:this.offset.scroll.top)*i,left:e.left+this.offset.relative.left*i+this.offset.parent.left*i-("fixed"===this.cssPosition?-this.offset.scroll.left:s?0:this.offset.scroll.left)*i}},_generatePosition:function(t,e){var i,s,o,n,r=this.options,a=this._isRootNode(this.scrollParent[0]),h=t.pageX,l=t.pageY;return a&&this.offset.scroll||(this.offset.scroll={top:this.scrollParent.scrollTop(),left:this.scrollParent.scrollLeft()}),e&&(this.containment&&(i=this.relativeContainer?(s=this.relativeContainer.offset(),[this.containment[0]+s.left,this.containment[1]+s.top,this.containment[2]+s.left,this.containment[3]+s.top]):this.containment,t.pageX-this.offset.click.left<i[0]&&(h=i[0]+this.offset.click.left),t.pageY-this.offset.click.top<i[1]&&(l=i[1]+this.offset.click.top),t.pageX-this.offset.click.left>i[2]&&(h=i[2]+this.offset.click.left),t.pageY-this.offset.click.top>i[3]&&(l=i[3]+this.offset.click.top)),r.grid&&(o=r.grid[1]?this.originalPageY+Math.round((l-this.originalPageY)/r.grid[1])*r.grid[1]:this.originalPageY,l=i?o-this.offset.click.top>=i[1]||o-this.offset.click.top>i[3]?o:o-this.offset.click.top>=i[1]?o-r.grid[1]:o+r.grid[1]:o,n=r.grid[0]?this.originalPageX+Math.round((h-this.originalPageX)/r.grid[0])*r.grid[0]:this.originalPageX,h=i?n-this.offset.click.left>=i[0]||n-this.offset.click.left>i[2]?n:n-this.offset.click.left>=i[0]?n-r.grid[0]:n+r.grid[0]:n),"y"===r.axis&&(h=this.originalPageX),"x"===r.axis&&(l=this.originalPageY)),{top:l-this.offset.click.top-this.offset.relative.top-this.offset.parent.top+("fixed"===this.cssPosition?-this.offset.scroll.top:a?0:this.offset.scroll.top),left:h-this.offset.click.left-this.offset.relative.left-this.offset.parent.left+("fixed"===this.cssPosition?-this.offset.scroll.left:a?0:this.offset.scroll.left)}},_clear:function(){this._removeClass(this.helper,"ui-draggable-dragging"),this.helper[0]===this.element[0]||this.cancelHelperRemoval||this.helper.remove(),this.helper=null,this.cancelHelperRemoval=!1,this.destroyOnClear&&this.destroy()},_trigger:function(t,e,i){return i=i||this._uiHash(),y.ui.plugin.call(this,t,[e,i,this],!0),/^(drag|start|stop)/.test(t)&&(this.positionAbs=this._convertPositionTo("absolute"),i.offset=this.positionAbs),y.Widget.prototype._trigger.call(this,t,e,i)},plugins:{},_uiHash:function(){return{helper:this.helper,position:this.position,originalPosition:this.originalPosition,offset:this.positionAbs}}}),y.ui.plugin.add("draggable","connectToSortable",{start:function(e,t,i){var s=y.extend({},t,{item:i.element});i.sortables=[],y(i.options.connectToSortable).each(function(){var t=y(this).sortable("instance");t&&!t.options.disabled&&(i.sortables.push(t),t.refreshPositions(),t._trigger("activate",e,s))})},stop:function(e,t,i){var s=y.extend({},t,{item:i.element});i.cancelHelperRemoval=!1,y.each(i.sortables,function(){var t=this;t.isOver?(t.isOver=0,i.cancelHelperRemoval=!0,t.cancelHelperRemoval=!1,t._storedCSS={position:t.placeholder.css("position"),top:t.placeholder.css("top"),left:t.placeholder.css("left")},t._mouseStop(e),t.options.helper=t.options._helper):(t.cancelHelperRemoval=!0,t._trigger("deactivate",e,s))})},drag:function(i,s,o){y.each(o.sortables,function(){var t=!1,e=this;e.positionAbs=o.positionAbs,e.helperProportions=o.helperProportions,e.offset.click=o.offset.click,e._intersectsWith(e.containerCache)&&(t=!0,y.each(o.sortables,function(){return this.positionAbs=o.positionAbs,this.helperProportions=o.helperProportions,this.offset.click=o.offset.click,this!==e&&this._intersectsWith(this.containerCache)&&y.contains(e.element[0],this.element[0])&&(t=!1),t})),t?(e.isOver||(e.isOver=1,o._parent=s.helper.parent(),e.currentItem=s.helper.appendTo(e.element).data("ui-sortable-item",!0),e.options._helper=e.options.helper,e.options.helper=function(){return s.helper[0]},i.target=e.currentItem[0],e._mouseCapture(i,!0),e._mouseStart(i,!0,!0),e.offset.click.top=o.offset.click.top,e.offset.click.left=o.offset.click.left,e.offset.parent.left-=o.offset.parent.left-e.offset.parent.left,e.offset.parent.top-=o.offset.parent.top-e.offset.parent.top,o._trigger("toSortable",i),o.dropped=e.element,y.each(o.sortables,function(){this.refreshPositions()}),o.currentItem=o.element,e.fromOutside=o),e.currentItem&&(e._mouseDrag(i),s.position=e.position)):e.isOver&&(e.isOver=0,e.cancelHelperRemoval=!0,e.options._revert=e.options.revert,e.options.revert=!1,e._trigger("out",i,e._uiHash(e)),e._mouseStop(i,!0),e.options.revert=e.options._revert,e.options.helper=e.options._helper,e.placeholder&&e.placeholder.remove(),s.helper.appendTo(o._parent),o._refreshOffsets(i),s.position=o._generatePosition(i,!0),o._trigger("fromSortable",i),o.dropped=!1,y.each(o.sortables,function(){this.refreshPositions()}))})}}),y.ui.plugin.add("draggable","cursor",{start:function(t,e,i){var s=y("body"),o=i.options;s.css("cursor")&&(o._cursor=s.css("cursor")),s.css("cursor",o.cursor)},stop:function(t,e,i){var s=i.options;s._cursor&&y("body").css("cursor",s._cursor)}}),y.ui.plugin.add("draggable","opacity",{start:function(t,e,i){var s=y(e.helper),o=i.options;s.css("opacity")&&(o._opacity=s.css("opacity")),s.css("opacity",o.opacity)},stop:function(t,e,i){var s=i.options;s._opacity&&y(e.helper).css("opacity",s._opacity)}}),y.ui.plugin.add("draggable","scroll",{start:function(t,e,i){i.scrollParentNotHidden||(i.scrollParentNotHidden=i.helper.scrollParent(!1)),i.scrollParentNotHidden[0]!==i.document[0]&&"HTML"!==i.scrollParentNotHidden[0].tagName&&(i.overflowOffset=i.scrollParentNotHidden.offset())},drag:function(t,e,i){var s=i.options,o=!1,n=i.scrollParentNotHidden[0],r=i.document[0];n!==r&&"HTML"!==n.tagName?(s.axis&&"x"===s.axis||(i.overflowOffset.top+n.offsetHeight-t.pageY<s.scrollSensitivity?n.scrollTop=o=n.scrollTop+s.scrollSpeed:t.pageY-i.overflowOffset.top<s.scrollSensitivity&&(n.scrollTop=o=n.scrollTop-s.scrollSpeed)),s.axis&&"y"===s.axis||(i.overflowOffset.left+n.offsetWidth-t.pageX<s.scrollSensitivity?n.scrollLeft=o=n.scrollLeft+s.scrollSpeed:t.pageX-i.overflowOffset.left<s.scrollSensitivity&&(n.scrollLeft=o=n.scrollLeft-s.scrollSpeed))):(s.axis&&"x"===s.axis||(t.pageY-y(r).scrollTop()<s.scrollSensitivity?o=y(r).scrollTop(y(r).scrollTop()-s.scrollSpeed):y(window).height()-(t.pageY-y(r).scrollTop())<s.scrollSensitivity&&(o=y(r).scrollTop(y(r).scrollTop()+s.scrollSpeed))),s.axis&&"y"===s.axis||(t.pageX-y(r).scrollLeft()<s.scrollSensitivity?o=y(r).scrollLeft(y(r).scrollLeft()-s.scrollSpeed):y(window).width()-(t.pageX-y(r).scrollLeft())<s.scrollSensitivity&&(o=y(r).scrollLeft(y(r).scrollLeft()+s.scrollSpeed)))),!1!==o&&y.ui.ddmanager&&!s.dropBehaviour&&y.ui.ddmanager.prepareOffsets(i,t)}}),y.ui.plugin.add("draggable","snap",{start:function(t,e,i){var s=i.options;i.snapElements=[],y(s.snap.constructor!==String?s.snap.items||":data(ui-draggable)":s.snap).each(function(){var t=y(this),e=t.offset();this!==i.element[0]&&i.snapElements.push({item:this,width:t.outerWidth(),height:t.outerHeight(),top:e.top,left:e.left})})},drag:function(t,e,i){var s,o,n,r,a,h,l,d,p,c,u=i.options,g=u.snapTolerance,f=e.offset.left,m=f+i.helperProportions.width,v=e.offset.top,_=v+i.helperProportions.height;for(p=i.snapElements.length-1;0<=p;p--)h=(a=i.snapElements[p].left-i.margins.left)+i.snapElements[p].width,d=(l=i.snapElements[p].top-i.margins.top)+i.snapElements[p].height,m<a-g||h+g<f||_<l-g||d+g<v||!y.contains(i.snapElements[p].item.ownerDocument,i.snapElements[p].item)?(i.snapElements[p].snapping&&i.options.snap.release&&i.options.snap.release.call(i.element,t,y.extend(i._uiHash(),{snapItem:i.snapElements[p].item})),i.snapElements[p].snapping=!1):("inner"!==u.snapMode&&(s=Math.abs(l-_)<=g,o=Math.abs(d-v)<=g,n=Math.abs(a-m)<=g,r=Math.abs(h-f)<=g,s&&(e.position.top=i._convertPositionTo("relative",{top:l-i.helperProportions.height,left:0}).top),o&&(e.position.top=i._convertPositionTo("relative",{top:d,left:0}).top),n&&(e.position.left=i._convertPositionTo("relative",{top:0,left:a-i.helperProportions.width}).left),r&&(e.position.left=i._convertPositionTo("relative",{top:0,left:h}).left)),c=s||o||n||r,"outer"!==u.snapMode&&(s=Math.abs(l-v)<=g,o=Math.abs(d-_)<=g,n=Math.abs(a-f)<=g,r=Math.abs(h-m)<=g,s&&(e.position.top=i._convertPositionTo("relative",{top:l,left:0}).top),o&&(e.position.top=i._convertPositionTo("relative",{top:d-i.helperProportions.height,left:0}).top),n&&(e.position.left=i._convertPositionTo("relative",{top:0,left:a}).left),r&&(e.position.left=i._convertPositionTo("relative",{top:0,left:h-i.helperProportions.width}).left)),!i.snapElements[p].snapping&&(s||o||n||r||c)&&i.options.snap.snap&&i.options.snap.snap.call(i.element,t,y.extend(i._uiHash(),{snapItem:i.snapElements[p].item})),i.snapElements[p].snapping=s||o||n||r||c)}}),y.ui.plugin.add("draggable","stack",{start:function(t,e,i){var s,o=i.options,n=y.makeArray(y(o.stack)).sort(function(t,e){return(parseInt(y(t).css("zIndex"),10)||0)-(parseInt(y(e).css("zIndex"),10)||0)});n.length&&(s=parseInt(y(n[0]).css("zIndex"),10)||0,y(n).each(function(t){y(this).css("zIndex",s+t)}),this.css("zIndex",s+n.length))}}),y.ui.plugin.add("draggable","zIndex",{start:function(t,e,i){var s=y(e.helper),o=i.options;s.css("zIndex")&&(o._zIndex=s.css("zIndex")),s.css("zIndex",o.zIndex)},stop:function(t,e,i){var s=i.options;s._zIndex&&y(e.helper).css("zIndex",s._zIndex)}});y.ui.draggable;y.widget("ui.droppable",{version:"1.12.1",widgetEventPrefix:"drop",options:{accept:"*",addClasses:!0,greedy:!1,scope:"default",tolerance:"intersect",activate:null,deactivate:null,drop:null,out:null,over:null},_create:function(){var t,e=this.options,i=e.accept;this.isover=!1,this.isout=!0,this.accept=y.isFunction(i)?i:function(t){return t.is(i)},this.proportions=function(){if(!arguments.length)return t||(t={width:this.element[0].offsetWidth,height:this.element[0].offsetHeight});t=arguments[0]},this._addToManager(e.scope),e.addClasses&&this._addClass("ui-droppable")},_addToManager:function(t){y.ui.ddmanager.droppables[t]=y.ui.ddmanager.droppables[t]||[],y.ui.ddmanager.droppables[t].push(this)},_splice:function(t){for(var e=0;e<t.length;e++)t[e]===this&&t.splice(e,1)},_destroy:function(){var t=y.ui.ddmanager.droppables[this.options.scope];this._splice(t)},_setOption:function(t,e){if("accept"===t)this.accept=y.isFunction(e)?e:function(t){return t.is(e)};else if("scope"===t){var i=y.ui.ddmanager.droppables[this.options.scope];this._splice(i),this._addToManager(e)}this._super(t,e)},_activate:function(t){var e=y.ui.ddmanager.current;this._addActiveClass(),e&&this._trigger("activate",t,this.ui(e))},_deactivate:function(t){var e=y.ui.ddmanager.current;this._removeActiveClass(),e&&this._trigger("deactivate",t,this.ui(e))},_over:function(t){var e=y.ui.ddmanager.current;e&&(e.currentItem||e.element)[0]!==this.element[0]&&this.accept.call(this.element[0],e.currentItem||e.element)&&(this._addHoverClass(),this._trigger("over",t,this.ui(e)))},_out:function(t){var e=y.ui.ddmanager.current;e&&(e.currentItem||e.element)[0]!==this.element[0]&&this.accept.call(this.element[0],e.currentItem||e.element)&&(this._removeHoverClass(),this._trigger("out",t,this.ui(e)))},_drop:function(e,t){var i=t||y.ui.ddmanager.current,s=!1;return!(!i||(i.currentItem||i.element)[0]===this.element[0])&&(this.element.find(":data(ui-droppable)").not(".ui-draggable-dragging").each(function(){var t=y(this).droppable("instance");if(t.options.greedy&&!t.options.disabled&&t.options.scope===i.options.scope&&t.accept.call(t.element[0],i.currentItem||i.element)&&h(i,y.extend(t,{offset:t.element.offset()}),t.options.tolerance,e))return!(s=!0)}),!s&&(!!this.accept.call(this.element[0],i.currentItem||i.element)&&(this._removeActiveClass(),this._removeHoverClass(),this._trigger("drop",e,this.ui(i)),this.element)))},ui:function(t){return{draggable:t.currentItem||t.element,helper:t.helper,position:t.position,offset:t.positionAbs}},_addHoverClass:function(){this._addClass("ui-droppable-hover")},_removeHoverClass:function(){this._removeClass("ui-droppable-hover")},_addActiveClass:function(){this._addClass("ui-droppable-active")},_removeActiveClass:function(){this._removeClass("ui-droppable-active")}});var h=y.ui.intersect=function(t,e,i,s){if(!e.offset)return!1;var o=(t.positionAbs||t.position.absolute).left+t.margins.left,n=(t.positionAbs||t.position.absolute).top+t.margins.top,r=o+t.helperProportions.width,a=n+t.helperProportions.height,h=e.offset.left,l=e.offset.top,d=h+e.proportions().width,p=l+e.proportions().height;switch(i){case"fit":return h<=o&&r<=d&&l<=n&&a<=p;case"intersect":return h<o+t.helperProportions.width/2&&r-t.helperProportions.width/2<d&&l<n+t.helperProportions.height/2&&a-t.helperProportions.height/2<p;case"pointer":return c(s.pageY,l,e.proportions().height)&&c(s.pageX,h,e.proportions().width);case"touch":return(l<=n&&n<=p||l<=a&&a<=p||n<l&&p<a)&&(h<=o&&o<=d||h<=r&&r<=d||o<h&&d<r);default:return!1}};function c(t,e,i){return e<=t&&t<e+i}!(y.ui.ddmanager={current:null,droppables:{default:[]},prepareOffsets:function(t,e){var i,s,o=y.ui.ddmanager.droppables[t.options.scope]||[],n=e?e.type:null,r=(t.currentItem||t.element).find(":data(ui-droppable)").addBack();t:for(i=0;i<o.length;i++)if(!(o[i].options.disabled||t&&!o[i].accept.call(o[i].element[0],t.currentItem||t.element))){for(s=0;s<r.length;s++)if(r[s]===o[i].element[0]){o[i].proportions().height=0;continue t}o[i].visible="none"!==o[i].element.css("display"),o[i].visible&&("mousedown"===n&&o[i]._activate.call(o[i],e),o[i].offset=o[i].element.offset(),o[i].proportions({width:o[i].element[0].offsetWidth,height:o[i].element[0].offsetHeight}))}},drop:function(t,e){var i=!1;return y.each((y.ui.ddmanager.droppables[t.options.scope]||[]).slice(),function(){this.options&&(!this.options.disabled&&this.visible&&h(t,this,this.options.tolerance,e)&&(i=this._drop.call(this,e)||i),!this.options.disabled&&this.visible&&this.accept.call(this.element[0],t.currentItem||t.element)&&(this.isout=!0,this.isover=!1,this._deactivate.call(this,e)))}),i},dragStart:function(t,e){t.element.parentsUntil("body").on("scroll.droppable",function(){t.options.refreshPositions||y.ui.ddmanager.prepareOffsets(t,e)})},drag:function(n,r){n.options.refreshPositions&&y.ui.ddmanager.prepareOffsets(n,r),y.each(y.ui.ddmanager.droppables[n.options.scope]||[],function(){if(!this.options.disabled&&!this.greedyChild&&this.visible){var t,e,i,s=h(n,this,this.options.tolerance,r),o=!s&&this.isover?"isout":s&&!this.isover?"isover":null;o&&(this.options.greedy&&(e=this.options.scope,(i=this.element.parents(":data(ui-droppable)").filter(function(){return y(this).droppable("instance").options.scope===e})).length&&((t=y(i[0]).droppable("instance")).greedyChild="isover"===o)),t&&"isover"===o&&(t.isover=!1,t.isout=!0,t._out.call(t,r)),this[o]=!0,this["isout"===o?"isover":"isout"]=!1,this["isover"===o?"_over":"_out"].call(this,r),t&&"isout"===o&&(t.isout=!1,t.isover=!0,t._over.call(t,r)))}})},dragStop:function(t,e){t.element.parentsUntil("body").off("scroll.droppable"),t.options.refreshPositions||y.ui.ddmanager.prepareOffsets(t,e)}})!==y.uiBackCompat&&y.widget("ui.droppable",y.ui.droppable,{options:{hoverClass:!1,activeClass:!1},_addActiveClass:function(){this._super(),this.options.activeClass&&this.element.addClass(this.options.activeClass)},_removeActiveClass:function(){this._super(),this.options.activeClass&&this.element.removeClass(this.options.activeClass)},_addHoverClass:function(){this._super(),this.options.hoverClass&&this.element.addClass(this.options.hoverClass)},_removeHoverClass:function(){this._super(),this.options.hoverClass&&this.element.removeClass(this.options.hoverClass)}});y.ui.droppable;y.widget("ui.resizable",y.ui.mouse,{version:"1.12.1",widgetEventPrefix:"resize",options:{alsoResize:!1,animate:!1,animateDuration:"slow",animateEasing:"swing",aspectRatio:!1,autoHide:!1,classes:{"ui-resizable-se":"ui-icon ui-icon-gripsmall-diagonal-se"},containment:!1,ghost:!1,grid:!1,handles:"e,s,se",helper:!1,maxHeight:null,maxWidth:null,minHeight:10,minWidth:10,zIndex:90,resize:null,start:null,stop:null},_num:function(t){return parseFloat(t)||0},_isNumber:function(t){return!isNaN(parseFloat(t))},_hasScroll:function(t,e){if("hidden"===y(t).css("overflow"))return!1;var i,s=e&&"left"===e?"scrollLeft":"scrollTop";return 0<t[s]||(t[s]=1,i=0<t[s],t[s]=0,i)},_create:function(){var t,e=this.options,i=this;this._addClass("ui-resizable"),y.extend(this,{_aspectRatio:!!e.aspectRatio,aspectRatio:e.aspectRatio,originalElement:this.element,_proportionallyResizeElements:[],_helper:e.helper||e.ghost||e.animate?e.helper||"ui-resizable-helper":null}),this.element[0].nodeName.match(/^(canvas|textarea|input|select|button|img)$/i)&&(this.element.wrap(y("<div class='ui-wrapper' style='overflow: hidden;'></div>").css({position:this.element.css("position"),width:this.element.outerWidth(),height:this.element.outerHeight(),top:this.element.css("top"),left:this.element.css("left")})),this.element=this.element.parent().data("ui-resizable",this.element.resizable("instance")),this.elementIsWrapper=!0,t={marginTop:this.originalElement.css("marginTop"),marginRight:this.originalElement.css("marginRight"),marginBottom:this.originalElement.css("marginBottom"),marginLeft:this.originalElement.css("marginLeft")},this.element.css(t),this.originalElement.css("margin",0),this.originalResizeStyle=this.originalElement.css("resize"),this.originalElement.css("resize","none"),this._proportionallyResizeElements.push(this.originalElement.css({position:"static",zoom:1,display:"block"})),this.originalElement.css(t),this._proportionallyResize()),this._setupHandles(),e.autoHide&&y(this.element).on("mouseenter",function(){e.disabled||(i._removeClass("ui-resizable-autohide"),i._handles.show())}).on("mouseleave",function(){e.disabled||i.resizing||(i._addClass("ui-resizable-autohide"),i._handles.hide())}),this._mouseInit()},_destroy:function(){this._mouseDestroy();function t(t){y(t).removeData("resizable").removeData("ui-resizable").off(".resizable").find(".ui-resizable-handle").remove()}var e;return this.elementIsWrapper&&(t(this.element),e=this.element,this.originalElement.css({position:e.css("position"),width:e.outerWidth(),height:e.outerHeight(),top:e.css("top"),left:e.css("left")}).insertAfter(e),e.remove()),this.originalElement.css("resize",this.originalResizeStyle),t(this.originalElement),this},_setOption:function(t,e){switch(this._super(t,e),t){case"handles":this._removeHandles(),this._setupHandles()}},_setupHandles:function(){var t,e,i,s,o,n=this.options,r=this;if(this.handles=n.handles||(y(".ui-resizable-handle",this.element).length?{n:".ui-resizable-n",e:".ui-resizable-e",s:".ui-resizable-s",w:".ui-resizable-w",se:".ui-resizable-se",sw:".ui-resizable-sw",ne:".ui-resizable-ne",nw:".ui-resizable-nw"}:"e,s,se"),this._handles=y(),this.handles.constructor===String)for("all"===this.handles&&(this.handles="n,e,s,w,se,sw,ne,nw"),i=this.handles.split(","),this.handles={},e=0;e<i.length;e++)s="ui-resizable-"+(t=y.trim(i[e])),o=y("<div>"),this._addClass(o,"ui-resizable-handle "+s),o.css({zIndex:n.zIndex}),this.handles[t]=".ui-resizable-"+t,this.element.append(o);this._renderAxis=function(t){var e,i,s,o;for(e in t=t||this.element,this.handles)this.handles[e].constructor===String?this.handles[e]=this.element.children(this.handles[e]).first().show():(this.handles[e].jquery||this.handles[e].nodeType)&&(this.handles[e]=y(this.handles[e]),this._on(this.handles[e],{mousedown:r._mouseDown})),this.elementIsWrapper&&this.originalElement[0].nodeName.match(/^(textarea|input|select|button)$/i)&&(i=y(this.handles[e],this.element),o=/sw|ne|nw|se|n|s/.test(e)?i.outerHeight():i.outerWidth(),s=["padding",/ne|nw|n/.test(e)?"Top":/se|sw|s/.test(e)?"Bottom":/^e$/.test(e)?"Right":"Left"].join(""),t.css(s,o),this._proportionallyResize()),this._handles=this._handles.add(this.handles[e])},this._renderAxis(this.element),this._handles=this._handles.add(this.element.find(".ui-resizable-handle")),this._handles.disableSelection(),this._handles.on("mouseover",function(){r.resizing||(this.className&&(o=this.className.match(/ui-resizable-(se|sw|ne|nw|n|e|s|w)/i)),r.axis=o&&o[1]?o[1]:"se")}),n.autoHide&&(this._handles.hide(),this._addClass("ui-resizable-autohide"))},_removeHandles:function(){this._handles.remove()},_mouseCapture:function(t){var e,i,s=!1;for(e in this.handles)(i=y(this.handles[e])[0])!==t.target&&!y.contains(i,t.target)||(s=!0);return!this.options.disabled&&s},_mouseStart:function(t){var e,i,s,o=this.options,n=this.element;return this.resizing=!0,this._renderProxy(),e=this._num(this.helper.css("left")),i=this._num(this.helper.css("top")),o.containment&&(e+=y(o.containment).scrollLeft()||0,i+=y(o.containment).scrollTop()||0),this.offset=this.helper.offset(),this.position={left:e,top:i},this.size=this._helper?{width:this.helper.width(),height:this.helper.height()}:{width:n.width(),height:n.height()},this.originalSize=this._helper?{width:n.outerWidth(),height:n.outerHeight()}:{width:n.width(),height:n.height()},this.sizeDiff={width:n.outerWidth()-n.width(),height:n.outerHeight()-n.height()},this.originalPosition={left:e,top:i},this.originalMousePosition={left:t.pageX,top:t.pageY},this.aspectRatio="number"==typeof o.aspectRatio?o.aspectRatio:this.originalSize.width/this.originalSize.height||1,s=y(".ui-resizable-"+this.axis).css("cursor"),y("body").css("cursor","auto"===s?this.axis+"-resize":s),this._addClass("ui-resizable-resizing"),this._propagate("start",t),!0},_mouseDrag:function(t){var e,i,s=this.originalMousePosition,o=this.axis,n=t.pageX-s.left||0,r=t.pageY-s.top||0,a=this._change[o];return this._updatePrevProperties(),a&&(e=a.apply(this,[t,n,r]),this._updateVirtualBoundaries(t.shiftKey),(this._aspectRatio||t.shiftKey)&&(e=this._updateRatio(e,t)),e=this._respectSize(e,t),this._updateCache(e),this._propagate("resize",t),i=this._applyChanges(),!this._helper&&this._proportionallyResizeElements.length&&this._proportionallyResize(),y.isEmptyObject(i)||(this._updatePrevProperties(),this._trigger("resize",t,this.ui()),this._applyChanges())),!1},_mouseStop:function(t){this.resizing=!1;var e,i,s,o,n,r,a,h=this.options,l=this;return this._helper&&(s=(i=(e=this._proportionallyResizeElements).length&&/textarea/i.test(e[0].nodeName))&&this._hasScroll(e[0],"left")?0:l.sizeDiff.height,o=i?0:l.sizeDiff.width,n={width:l.helper.width()-o,height:l.helper.height()-s},r=parseFloat(l.element.css("left"))+(l.position.left-l.originalPosition.left)||null,a=parseFloat(l.element.css("top"))+(l.position.top-l.originalPosition.top)||null,h.animate||this.element.css(y.extend(n,{top:a,left:r})),l.helper.height(l.size.height),l.helper.width(l.size.width),this._helper&&!h.animate&&this._proportionallyResize()),y("body").css("cursor","auto"),this._removeClass("ui-resizable-resizing"),this._propagate("stop",t),this._helper&&this.helper.remove(),!1},_updatePrevProperties:function(){this.prevPosition={top:this.position.top,left:this.position.left},this.prevSize={width:this.size.width,height:this.size.height}},_applyChanges:function(){var t={};return this.position.top!==this.prevPosition.top&&(t.top=this.position.top+"px"),this.position.left!==this.prevPosition.left&&(t.left=this.position.left+"px"),this.size.width!==this.prevSize.width&&(t.width=this.size.width+"px"),this.size.height!==this.prevSize.height&&(t.height=this.size.height+"px"),this.helper.css(t),t},_updateVirtualBoundaries:function(t){var e,i,s,o,n,r=this.options;n={minWidth:this._isNumber(r.minWidth)?r.minWidth:0,maxWidth:this._isNumber(r.maxWidth)?r.maxWidth:1/0,minHeight:this._isNumber(r.minHeight)?r.minHeight:0,maxHeight:this._isNumber(r.maxHeight)?r.maxHeight:1/0},(this._aspectRatio||t)&&(e=n.minHeight*this.aspectRatio,s=n.minWidth/this.aspectRatio,i=n.maxHeight*this.aspectRatio,o=n.maxWidth/this.aspectRatio,e>n.minWidth&&(n.minWidth=e),s>n.minHeight&&(n.minHeight=s),i<n.maxWidth&&(n.maxWidth=i),o<n.maxHeight&&(n.maxHeight=o)),this._vBoundaries=n},_updateCache:function(t){this.offset=this.helper.offset(),this._isNumber(t.left)&&(this.position.left=t.left),this._isNumber(t.top)&&(this.position.top=t.top),this._isNumber(t.height)&&(this.size.height=t.height),this._isNumber(t.width)&&(this.size.width=t.width)},_updateRatio:function(t){var e=this.position,i=this.size,s=this.axis;return this._isNumber(t.height)?t.width=t.height*this.aspectRatio:this._isNumber(t.width)&&(t.height=t.width/this.aspectRatio),"sw"===s&&(t.left=e.left+(i.width-t.width),t.top=null),"nw"===s&&(t.top=e.top+(i.height-t.height),t.left=e.left+(i.width-t.width)),t},_respectSize:function(t){var e=this._vBoundaries,i=this.axis,s=this._isNumber(t.width)&&e.maxWidth&&e.maxWidth<t.width,o=this._isNumber(t.height)&&e.maxHeight&&e.maxHeight<t.height,n=this._isNumber(t.width)&&e.minWidth&&e.minWidth>t.width,r=this._isNumber(t.height)&&e.minHeight&&e.minHeight>t.height,a=this.originalPosition.left+this.originalSize.width,h=this.originalPosition.top+this.originalSize.height,l=/sw|nw|w/.test(i),d=/nw|ne|n/.test(i);return n&&(t.width=e.minWidth),r&&(t.height=e.minHeight),s&&(t.width=e.maxWidth),o&&(t.height=e.maxHeight),n&&l&&(t.left=a-e.minWidth),s&&l&&(t.left=a-e.maxWidth),r&&d&&(t.top=h-e.minHeight),o&&d&&(t.top=h-e.maxHeight),t.width||t.height||t.left||!t.top?t.width||t.height||t.top||!t.left||(t.left=null):t.top=null,t},_getPaddingPlusBorderDimensions:function(t){for(var e=0,i=[],s=[t.css("borderTopWidth"),t.css("borderRightWidth"),t.css("borderBottomWidth"),t.css("borderLeftWidth")],o=[t.css("paddingTop"),t.css("paddingRight"),t.css("paddingBottom"),t.css("paddingLeft")];e<4;e++)i[e]=parseFloat(s[e])||0,i[e]+=parseFloat(o[e])||0;return{height:i[0]+i[2],width:i[1]+i[3]}},_proportionallyResize:function(){if(this._proportionallyResizeElements.length)for(var t,e=0,i=this.helper||this.element;e<this._proportionallyResizeElements.length;e++)t=this._proportionallyResizeElements[e],this.outerDimensions||(this.outerDimensions=this._getPaddingPlusBorderDimensions(t)),t.css({height:i.height()-this.outerDimensions.height||0,width:i.width()-this.outerDimensions.width||0})},_renderProxy:function(){var t=this.element,e=this.options;this.elementOffset=t.offset(),this._helper?(this.helper=this.helper||y("<div style='overflow:hidden;'></div>"),this._addClass(this.helper,this._helper),this.helper.css({width:this.element.outerWidth(),height:this.element.outerHeight(),position:"absolute",left:this.elementOffset.left+"px",top:this.elementOffset.top+"px",zIndex:++e.zIndex}),this.helper.appendTo("body").disableSelection()):this.helper=this.element},_change:{e:function(t,e){return{width:this.originalSize.width+e}},w:function(t,e){var i=this.originalSize;return{left:this.originalPosition.left+e,width:i.width-e}},n:function(t,e,i){var s=this.originalSize;return{top:this.originalPosition.top+i,height:s.height-i}},s:function(t,e,i){return{height:this.originalSize.height+i}},se:function(t,e,i){return y.extend(this._change.s.apply(this,arguments),this._change.e.apply(this,[t,e,i]))},sw:function(t,e,i){return y.extend(this._change.s.apply(this,arguments),this._change.w.apply(this,[t,e,i]))},ne:function(t,e,i){return y.extend(this._change.n.apply(this,arguments),this._change.e.apply(this,[t,e,i]))},nw:function(t,e,i){return y.extend(this._change.n.apply(this,arguments),this._change.w.apply(this,[t,e,i]))}},_propagate:function(t,e){y.ui.plugin.call(this,t,[e,this.ui()]),"resize"!==t&&this._trigger(t,e,this.ui())},plugins:{},ui:function(){return{originalElement:this.originalElement,element:this.element,helper:this.helper,position:this.position,size:this.size,originalSize:this.originalSize,originalPosition:this.originalPosition}}}),y.ui.plugin.add("resizable","animate",{stop:function(e){var i=y(this).resizable("instance"),t=i.options,s=i._proportionallyResizeElements,o=s.length&&/textarea/i.test(s[0].nodeName),n=o&&i._hasScroll(s[0],"left")?0:i.sizeDiff.height,r=o?0:i.sizeDiff.width,a={width:i.size.width-r,height:i.size.height-n},h=parseFloat(i.element.css("left"))+(i.position.left-i.originalPosition.left)||null,l=parseFloat(i.element.css("top"))+(i.position.top-i.originalPosition.top)||null;i.element.animate(y.extend(a,l&&h?{top:l,left:h}:{}),{duration:t.animateDuration,easing:t.animateEasing,step:function(){var t={width:parseFloat(i.element.css("width")),height:parseFloat(i.element.css("height")),top:parseFloat(i.element.css("top")),left:parseFloat(i.element.css("left"))};s&&s.length&&y(s[0]).css({width:t.width,height:t.height}),i._updateCache(t),i._propagate("resize",e)}})}}),y.ui.plugin.add("resizable","containment",{start:function(){var i,s,t,e,o,n,r,a=y(this).resizable("instance"),h=a.options,l=a.element,d=h.containment,p=d instanceof y?d.get(0):/parent/.test(d)?l.parent().get(0):d;p&&(a.containerElement=y(p),/document/.test(d)||d===document?(a.containerOffset={left:0,top:0},a.containerPosition={left:0,top:0},a.parentData={element:y(document),left:0,top:0,width:y(document).width(),height:y(document).height()||document.body.parentNode.scrollHeight}):(i=y(p),s=[],y(["Top","Right","Left","Bottom"]).each(function(t,e){s[t]=a._num(i.css("padding"+e))}),a.containerOffset=i.offset(),a.containerPosition=i.position(),a.containerSize={height:i.innerHeight()-s[3],width:i.innerWidth()-s[1]},t=a.containerOffset,e=a.containerSize.height,o=a.containerSize.width,n=a._hasScroll(p,"left")?p.scrollWidth:o,r=a._hasScroll(p)?p.scrollHeight:e,a.parentData={element:p,left:t.left,top:t.top,width:n,height:r}))},resize:function(t){var e,i,s,o,n=y(this).resizable("instance"),r=n.options,a=n.containerOffset,h=n.position,l=n._aspectRatio||t.shiftKey,d={top:0,left:0},p=n.containerElement,c=!0;p[0]!==document&&/static/.test(p.css("position"))&&(d=a),h.left<(n._helper?a.left:0)&&(n.size.width=n.size.width+(n._helper?n.position.left-a.left:n.position.left-d.left),l&&(n.size.height=n.size.width/n.aspectRatio,c=!1),n.position.left=r.helper?a.left:0),h.top<(n._helper?a.top:0)&&(n.size.height=n.size.height+(n._helper?n.position.top-a.top:n.position.top),l&&(n.size.width=n.size.height*n.aspectRatio,c=!1),n.position.top=n._helper?a.top:0),s=n.containerElement.get(0)===n.element.parent().get(0),o=/relative|absolute/.test(n.containerElement.css("position")),s&&o?(n.offset.left=n.parentData.left+n.position.left,n.offset.top=n.parentData.top+n.position.top):(n.offset.left=n.element.offset().left,n.offset.top=n.element.offset().top),e=Math.abs(n.sizeDiff.width+(n._helper?n.offset.left-d.left:n.offset.left-a.left)),i=Math.abs(n.sizeDiff.height+(n._helper?n.offset.top-d.top:n.offset.top-a.top)),e+n.size.width>=n.parentData.width&&(n.size.width=n.parentData.width-e,l&&(n.size.height=n.size.width/n.aspectRatio,c=!1)),i+n.size.height>=n.parentData.height&&(n.size.height=n.parentData.height-i,l&&(n.size.width=n.size.height*n.aspectRatio,c=!1)),c||(n.position.left=n.prevPosition.left,n.position.top=n.prevPosition.top,n.size.width=n.prevSize.width,n.size.height=n.prevSize.height)},stop:function(){var t=y(this).resizable("instance"),e=t.options,i=t.containerOffset,s=t.containerPosition,o=t.containerElement,n=y(t.helper),r=n.offset(),a=n.outerWidth()-t.sizeDiff.width,h=n.outerHeight()-t.sizeDiff.height;t._helper&&!e.animate&&/relative/.test(o.css("position"))&&y(this).css({left:r.left-s.left-i.left,width:a,height:h}),t._helper&&!e.animate&&/static/.test(o.css("position"))&&y(this).css({left:r.left-s.left-i.left,width:a,height:h})}}),y.ui.plugin.add("resizable","alsoResize",{start:function(){var t=y(this).resizable("instance").options;y(t.alsoResize).each(function(){var t=y(this);t.data("ui-resizable-alsoresize",{width:parseFloat(t.width()),height:parseFloat(t.height()),left:parseFloat(t.css("left")),top:parseFloat(t.css("top"))})})},resize:function(t,i){var e=y(this).resizable("instance"),s=e.options,o=e.originalSize,n=e.originalPosition,r={height:e.size.height-o.height||0,width:e.size.width-o.width||0,top:e.position.top-n.top||0,left:e.position.left-n.left||0};y(s.alsoResize).each(function(){var t=y(this),s=y(this).data("ui-resizable-alsoresize"),o={},e=t.parents(i.originalElement[0]).length?["width","height"]:["width","height","top","left"];y.each(e,function(t,e){var i=(s[e]||0)+(r[e]||0);i&&0<=i&&(o[e]=i||null)}),t.css(o)})},stop:function(){y(this).removeData("ui-resizable-alsoresize")}}),y.ui.plugin.add("resizable","ghost",{start:function(){var t=y(this).resizable("instance"),e=t.size;t.ghost=t.originalElement.clone(),t.ghost.css({opacity:.25,display:"block",position:"relative",height:e.height,width:e.width,margin:0,left:0,top:0}),t._addClass(t.ghost,"ui-resizable-ghost"),!1!==y.uiBackCompat&&"string"==typeof t.options.ghost&&t.ghost.addClass(this.options.ghost),t.ghost.appendTo(t.helper)},resize:function(){var t=y(this).resizable("instance");t.ghost&&t.ghost.css({position:"relative",height:t.size.height,width:t.size.width})},stop:function(){var t=y(this).resizable("instance");t.ghost&&t.helper&&t.helper.get(0).removeChild(t.ghost.get(0))}}),y.ui.plugin.add("resizable","grid",{resize:function(){var t,e=y(this).resizable("instance"),i=e.options,s=e.size,o=e.originalSize,n=e.originalPosition,r=e.axis,a="number"==typeof i.grid?[i.grid,i.grid]:i.grid,h=a[0]||1,l=a[1]||1,d=Math.round((s.width-o.width)/h)*h,p=Math.round((s.height-o.height)/l)*l,c=o.width+d,u=o.height+p,g=i.maxWidth&&i.maxWidth<c,f=i.maxHeight&&i.maxHeight<u,m=i.minWidth&&i.minWidth>c,v=i.minHeight&&i.minHeight>u;i.grid=a,m&&(c+=h),v&&(u+=l),g&&(c-=h),f&&(u-=l),/^(se|s|e)$/.test(r)?(e.size.width=c,e.size.height=u):/^(ne)$/.test(r)?(e.size.width=c,e.size.height=u,e.position.top=n.top-p):/^(sw)$/.test(r)?(e.size.width=c,e.size.height=u,e.position.left=n.left-d):((u-l<=0||c-h<=0)&&(t=e._getPaddingPlusBorderDimensions(this)),0<u-l?(e.size.height=u,e.position.top=n.top-p):(u=l-t.height,e.size.height=u,e.position.top=n.top+o.height-u),0<c-h?(e.size.width=c,e.position.left=n.left-d):(c=h-t.width,e.size.width=c,e.position.left=n.left+o.width-c))}});y.ui.resizable}),/** gridstack.js 0.6.4 - JQuery UI Drag&Drop plugin @preserve */ -function(t){if("function"==typeof define&&define.amd)define(["jquery","gridstack","exports"],t);else if("undefined"!=typeof exports){try{jQuery=require("jquery")}catch(t){}try{gridstack=require("gridstack")}catch(t){}t(jQuery,gridstack.GridStackUI,exports)}else t(jQuery,GridStackUI,window)}(function(n,e,t){function i(t){e.GridStackDragDropPlugin.call(this,t)}return e.GridStackDragDropPlugin.registerPlugin(i),((i.prototype=Object.create(e.GridStackDragDropPlugin.prototype)).constructor=i).prototype.resizable=function(t,e){if(t=n(t),"disable"===e||"enable"===e)t.resizable(e);else if("option"===e){var i=arguments[2],s=arguments[3];t.resizable(e,i,s)}else{var o=t.data("gs-resize-handles")?t.data("gs-resize-handles"):this.grid.opts.resizable.handles;t.resizable(n.extend({},this.grid.opts.resizable,{handles:o},{start:e.start||function(){},stop:e.stop||function(){},resize:e.resize||function(){}}))}return this},i.prototype.draggable=function(t,e){return t=n(t),"disable"===e||"enable"===e?t.draggable(e):t.draggable(n.extend({},this.grid.opts.draggable,{containment:this.grid.opts.isNested&&!this.grid.opts.dragOut?this.grid.container.parent():this.grid.opts.draggable.containment||null,start:e.start||function(){},stop:e.stop||function(){},drag:e.drag||function(){}})),this},i.prototype.droppable=function(t,e){return(t=n(t)).droppable(e),this},i.prototype.isDroppable=function(t,e){return t=n(t),Boolean(t.data("droppable"))},i.prototype.on=function(t,e,i){return n(t).on(e,i),this},t.JQueryUIGridStackDragDropPlugin=i}); -//# sourceMappingURL=gridstack.min.map \ No newline at end of file diff --git a/software/flow/node_modules/gridstack/dist/gridstack.css b/software/flow/node_modules/gridstack/dist/gridstack.css deleted file mode 100644 index ce86b2d..0000000 --- a/software/flow/node_modules/gridstack/dist/gridstack.css +++ /dev/null @@ -1,243 +0,0 @@ -/*! - * required gridstack 0.6.4 CSS for default 12 and 1 columnMode size. Use gridstack-extra.css for others - * https://gridstackjs.com/ - * (c) 2014-2020 Alain Dumesny, Dylan Weiss, Pavel Reznikov - * gridstack.js may be freely distributed under the MIT license. -*/ -:root .grid-stack-item > .ui-resizable-handle { - filter: none; } - -.grid-stack { - position: relative; } - .grid-stack.grid-stack-rtl { - direction: ltr; } - .grid-stack.grid-stack-rtl > .grid-stack-item { - direction: rtl; } - .grid-stack .grid-stack-placeholder > .placeholder-content { - border: 1px dashed lightgray; - margin: 0; - position: absolute; - top: 0; - left: 10px; - right: 10px; - bottom: 0; - width: auto; - z-index: 0 !important; - text-align: center; } - .grid-stack > .grid-stack-item { - min-width: 8.3333333333%; - position: absolute; - padding: 0; } - .grid-stack > .grid-stack-item > .grid-stack-item-content { - margin: 0; - position: absolute; - top: 0; - left: 10px; - right: 10px; - bottom: 0; - width: auto; - overflow-x: hidden; - overflow-y: auto; } - .grid-stack > .grid-stack-item > .ui-resizable-handle { - position: absolute; - font-size: 0.1px; - display: block; - -ms-touch-action: none; - touch-action: none; } - .grid-stack > .grid-stack-item.ui-resizable-disabled > .ui-resizable-handle, - .grid-stack > .grid-stack-item.ui-resizable-autohide > .ui-resizable-handle { - display: none; } - .grid-stack > .grid-stack-item.ui-draggable-dragging, .grid-stack > .grid-stack-item.ui-resizable-resizing { - z-index: 100; } - .grid-stack > .grid-stack-item.ui-draggable-dragging > .grid-stack-item-content, - .grid-stack > .grid-stack-item.ui-draggable-dragging > .grid-stack-item-content, .grid-stack > .grid-stack-item.ui-resizable-resizing > .grid-stack-item-content, - .grid-stack > .grid-stack-item.ui-resizable-resizing > .grid-stack-item-content { - box-shadow: 1px 4px 6px rgba(0, 0, 0, 0.2); - opacity: 0.8; } - .grid-stack > .grid-stack-item > .ui-resizable-se, - .grid-stack > .grid-stack-item > .ui-resizable-sw { - background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDUxMS42MjYgNTExLjYyNyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTExLjYyNiA1MTEuNjI3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTMyOC45MDYsNDAxLjk5NGgtMzYuNTUzVjEwOS42MzZoMzYuNTUzYzQuOTQ4LDAsOS4yMzYtMS44MDksMTIuODQ3LTUuNDI2YzMuNjEzLTMuNjE1LDUuNDIxLTcuODk4LDUuNDIxLTEyLjg0NSAgIGMwLTQuOTQ5LTEuODAxLTkuMjMxLTUuNDI4LTEyLjg1MWwtNzMuMDg3LTczLjA5QzI2NS4wNDQsMS44MDksMjYwLjc2LDAsMjU1LjgxMywwYy00Ljk0OCwwLTkuMjI5LDEuODA5LTEyLjg0Nyw1LjQyNCAgIGwtNzMuMDg4LDczLjA5Yy0zLjYxOCwzLjYxOS01LjQyNCw3LjkwMi01LjQyNCwxMi44NTFjMCw0Ljk0NiwxLjgwNyw5LjIyOSw1LjQyNCwxMi44NDVjMy42MTksMy42MTcsNy45MDEsNS40MjYsMTIuODUsNS40MjYgICBoMzYuNTQ1djI5Mi4zNThoLTM2LjU0MmMtNC45NTIsMC05LjIzNSwxLjgwOC0xMi44NSw1LjQyMWMtMy42MTcsMy42MjEtNS40MjQsNy45MDUtNS40MjQsMTIuODU0ICAgYzAsNC45NDUsMS44MDcsOS4yMjcsNS40MjQsMTIuODQ3bDczLjA4OSw3My4wODhjMy42MTcsMy42MTcsNy44OTgsNS40MjQsMTIuODQ3LDUuNDI0YzQuOTUsMCw5LjIzNC0xLjgwNywxMi44NDktNS40MjQgICBsNzMuMDg3LTczLjA4OGMzLjYxMy0zLjYyLDUuNDIxLTcuOTAxLDUuNDIxLTEyLjg0N2MwLTQuOTQ4LTEuODA4LTkuMjMyLTUuNDIxLTEyLjg1NCAgIEMzMzguMTQyLDQwMy44MDIsMzMzLjg1Nyw0MDEuOTk0LDMyOC45MDYsNDAxLjk5NHoiIGZpbGw9IiM2NjY2NjYiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K); - background-repeat: no-repeat; - background-position: center; - -webkit-transform: rotate(45deg); - -moz-transform: rotate(45deg); - -ms-transform: rotate(45deg); - -o-transform: rotate(45deg); - transform: rotate(45deg); } - .grid-stack > .grid-stack-item > .ui-resizable-se { - -webkit-transform: rotate(-45deg); - -moz-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - -o-transform: rotate(-45deg); - transform: rotate(-45deg); } - .grid-stack > .grid-stack-item > .ui-resizable-nw { - cursor: nw-resize; - width: 20px; - height: 20px; - left: 10px; - top: 0; } - .grid-stack > .grid-stack-item > .ui-resizable-n { - cursor: n-resize; - height: 10px; - top: 0; - left: 25px; - right: 25px; } - .grid-stack > .grid-stack-item > .ui-resizable-ne { - cursor: ne-resize; - width: 20px; - height: 20px; - right: 10px; - top: 0; } - .grid-stack > .grid-stack-item > .ui-resizable-e { - cursor: e-resize; - width: 10px; - right: 10px; - top: 15px; - bottom: 15px; } - .grid-stack > .grid-stack-item > .ui-resizable-se { - cursor: se-resize; - width: 20px; - height: 20px; - right: 10px; - bottom: 0; } - .grid-stack > .grid-stack-item > .ui-resizable-s { - cursor: s-resize; - height: 10px; - left: 25px; - bottom: 0; - right: 25px; } - .grid-stack > .grid-stack-item > .ui-resizable-sw { - cursor: sw-resize; - width: 20px; - height: 20px; - left: 10px; - bottom: 0; } - .grid-stack > .grid-stack-item > .ui-resizable-w { - cursor: w-resize; - width: 10px; - left: 10px; - top: 15px; - bottom: 15px; } - .grid-stack > .grid-stack-item.ui-draggable-dragging > .ui-resizable-handle { - display: none !important; } - .grid-stack > .grid-stack-item[data-gs-width='1'] { - width: 8.3333333333%; } - .grid-stack > .grid-stack-item[data-gs-x='1'] { - left: 8.3333333333%; } - .grid-stack > .grid-stack-item[data-gs-min-width='1'] { - min-width: 8.3333333333%; } - .grid-stack > .grid-stack-item[data-gs-max-width='1'] { - max-width: 8.3333333333%; } - .grid-stack > .grid-stack-item[data-gs-width='2'] { - width: 16.6666666667%; } - .grid-stack > .grid-stack-item[data-gs-x='2'] { - left: 16.6666666667%; } - .grid-stack > .grid-stack-item[data-gs-min-width='2'] { - min-width: 16.6666666667%; } - .grid-stack > .grid-stack-item[data-gs-max-width='2'] { - max-width: 16.6666666667%; } - .grid-stack > .grid-stack-item[data-gs-width='3'] { - width: 25%; } - .grid-stack > .grid-stack-item[data-gs-x='3'] { - left: 25%; } - .grid-stack > .grid-stack-item[data-gs-min-width='3'] { - min-width: 25%; } - .grid-stack > .grid-stack-item[data-gs-max-width='3'] { - max-width: 25%; } - .grid-stack > .grid-stack-item[data-gs-width='4'] { - width: 33.3333333333%; } - .grid-stack > .grid-stack-item[data-gs-x='4'] { - left: 33.3333333333%; } - .grid-stack > .grid-stack-item[data-gs-min-width='4'] { - min-width: 33.3333333333%; } - .grid-stack > .grid-stack-item[data-gs-max-width='4'] { - max-width: 33.3333333333%; } - .grid-stack > .grid-stack-item[data-gs-width='5'] { - width: 41.6666666667%; } - .grid-stack > .grid-stack-item[data-gs-x='5'] { - left: 41.6666666667%; } - .grid-stack > .grid-stack-item[data-gs-min-width='5'] { - min-width: 41.6666666667%; } - .grid-stack > .grid-stack-item[data-gs-max-width='5'] { - max-width: 41.6666666667%; } - .grid-stack > .grid-stack-item[data-gs-width='6'] { - width: 50%; } - .grid-stack > .grid-stack-item[data-gs-x='6'] { - left: 50%; } - .grid-stack > .grid-stack-item[data-gs-min-width='6'] { - min-width: 50%; } - .grid-stack > .grid-stack-item[data-gs-max-width='6'] { - max-width: 50%; } - .grid-stack > .grid-stack-item[data-gs-width='7'] { - width: 58.3333333333%; } - .grid-stack > .grid-stack-item[data-gs-x='7'] { - left: 58.3333333333%; } - .grid-stack > .grid-stack-item[data-gs-min-width='7'] { - min-width: 58.3333333333%; } - .grid-stack > .grid-stack-item[data-gs-max-width='7'] { - max-width: 58.3333333333%; } - .grid-stack > .grid-stack-item[data-gs-width='8'] { - width: 66.6666666667%; } - .grid-stack > .grid-stack-item[data-gs-x='8'] { - left: 66.6666666667%; } - .grid-stack > .grid-stack-item[data-gs-min-width='8'] { - min-width: 66.6666666667%; } - .grid-stack > .grid-stack-item[data-gs-max-width='8'] { - max-width: 66.6666666667%; } - .grid-stack > .grid-stack-item[data-gs-width='9'] { - width: 75%; } - .grid-stack > .grid-stack-item[data-gs-x='9'] { - left: 75%; } - .grid-stack > .grid-stack-item[data-gs-min-width='9'] { - min-width: 75%; } - .grid-stack > .grid-stack-item[data-gs-max-width='9'] { - max-width: 75%; } - .grid-stack > .grid-stack-item[data-gs-width='10'] { - width: 83.3333333333%; } - .grid-stack > .grid-stack-item[data-gs-x='10'] { - left: 83.3333333333%; } - .grid-stack > .grid-stack-item[data-gs-min-width='10'] { - min-width: 83.3333333333%; } - .grid-stack > .grid-stack-item[data-gs-max-width='10'] { - max-width: 83.3333333333%; } - .grid-stack > .grid-stack-item[data-gs-width='11'] { - width: 91.6666666667%; } - .grid-stack > .grid-stack-item[data-gs-x='11'] { - left: 91.6666666667%; } - .grid-stack > .grid-stack-item[data-gs-min-width='11'] { - min-width: 91.6666666667%; } - .grid-stack > .grid-stack-item[data-gs-max-width='11'] { - max-width: 91.6666666667%; } - .grid-stack > .grid-stack-item[data-gs-width='12'] { - width: 100%; } - .grid-stack > .grid-stack-item[data-gs-x='12'] { - left: 100%; } - .grid-stack > .grid-stack-item[data-gs-min-width='12'] { - min-width: 100%; } - .grid-stack > .grid-stack-item[data-gs-max-width='12'] { - max-width: 100%; } - .grid-stack.grid-stack-1 > .grid-stack-item { - min-width: 100%; } - .grid-stack.grid-stack-1 > .grid-stack-item[data-gs-width='1'] { - width: 100%; } - .grid-stack.grid-stack-1 > .grid-stack-item[data-gs-x='1'] { - left: 100%; } - .grid-stack.grid-stack-1 > .grid-stack-item[data-gs-min-width='1'] { - min-width: 100%; } - .grid-stack.grid-stack-1 > .grid-stack-item[data-gs-max-width='1'] { - max-width: 100%; } - .grid-stack.grid-stack-animate, - .grid-stack.grid-stack-animate .grid-stack-item { - -webkit-transition: left 0.3s, top 0.3s, height 0.3s, width 0.3s; - -moz-transition: left 0.3s, top 0.3s, height 0.3s, width 0.3s; - -ms-transition: left 0.3s, top 0.3s, height 0.3s, width 0.3s; - -o-transition: left 0.3s, top 0.3s, height 0.3s, width 0.3s; - transition: left 0.3s, top 0.3s, height 0.3s, width 0.3s; } - .grid-stack.grid-stack-animate .grid-stack-item.ui-draggable-dragging, - .grid-stack.grid-stack-animate .grid-stack-item.ui-resizable-resizing, - .grid-stack.grid-stack-animate .grid-stack-item.grid-stack-placeholder { - -webkit-transition: left 0s, top 0s, height 0s, width 0s; - -moz-transition: left 0s, top 0s, height 0s, width 0s; - -ms-transition: left 0s, top 0s, height 0s, width 0s; - -o-transition: left 0s, top 0s, height 0s, width 0s; - transition: left 0s, top 0s, height 0s, width 0s; } diff --git a/software/flow/node_modules/gridstack/dist/gridstack.d.ts b/software/flow/node_modules/gridstack/dist/gridstack.d.ts deleted file mode 100644 index 827180e..0000000 --- a/software/flow/node_modules/gridstack/dist/gridstack.d.ts +++ /dev/null @@ -1,549 +0,0 @@ -// Type definitions for Gridstack 0.6.4 -// Project: https://gridstackjs.com/ -// Definitions by: Pascal Senn <https://github.com/PascalSenn> -// Ricky Blankenaufulland <https://github.com/ZoolWay> -// Sl1MBoy <https://github.com/Sl1MBoy> -// John Archer <https://github.com/JohnArcher> -// Alain Dumesny <https://github.com/adumesny> -// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped initially, but now part of gridstack.js -// TypeScript Version: 2.8 - -interface JQuery { - gridstack(options: GridstackOptions): JQuery; - data(key: 'gridstack'): GridStack; -} - -/* Other items in https://github.com/gridstack/gridstack.js/blob/develop/doc/README.md - * Grid attributes - * Item attributes - * Events - */ - -type GridStackElement = string | HTMLElement | JQuery; - -interface GridStack { - /** - * Creates new widget and returns it. - * - * Widget will be always placed even if result height is more than actual grid height. - * You need to use willItFit method before calling addWidget for additional check. - * See also `makeWidget()`. - * - * @example - * $('.grid-stack').gridstack(); - * var grid = $('.grid-stack').data('gridstack'); - * grid.addWidget(el, {width: 3, autoPosition: true}); - * - * @param el widget to add - * @param options widget position/size options (optional) - */ - addWidget(el: GridStackElement, options ? : GridstackWidget): JQuery; - - /** - * Creates new widget and returns it. - * Legacy: Spelled out version of the widgets options, recommend use new version instead. - * - * @example - * $('.grid-stack').gridstack(); - * var grid = $('.grid-stack').data('gridstack'); - * grid.addWidget(el, 0, 0, 3, 2, true); - * - * @param el widget to add - * @param x widget position x (optional) - * @param y widget position y (optional) - * @param width widget dimension width (optional) - * @param height widget dimension height (optional) - * @param autoPosition if true then x, y parameters will be ignored and widget will be places on the first available position (optional) - * @param minWidth minimum width allowed during resize/creation (optional) - * @param maxWidth maximum width allowed during resize/creation (optional) - * @param minHeight minimum height allowed during resize/creation (optional) - * @param maxHeight maximum height allowed during resize/creation (optional) - * @param id value for `data-gs-id` (optional) - */ - addWidget(el: GridStackElement, x ? : number, y ? : number, width ? : number, height ? : number, autoPosition ? : boolean, - minWidth ? : number, maxWidth ? : number, minHeight ? : number, maxHeight ? : number, id ? : number | string): JQuery; - - /** - * Initializes batch updates. You will see no changes until commit method is called. - */ - batchUpdate(): void; - - /** - * Gets current cell height. - */ - cellHeight(): number; - - /** - * Update current cell height - see `GridstackOptions.cellHeight` for format. - * This method rebuilds an internal CSS style sheet. - * Note: You can expect performance issues if call this method too often. - * - * @param val the cell height - * @param noUpdate (Optional) if true, styles will not be updated - * - * @example - * grid.cellHeight(grid.cellWidth() * 1.2); - */ - cellHeight(val: number | string, noUpdate ? : boolean): void; - - /** - * Gets current cell width. - */ - cellWidth(): number; - - /** - * Finishes batch updates. Updates DOM nodes. You must call it after batchUpdate. - */ - commit(): void; - - /** - * relayout grid items to reclaim any empty space - */ - compact(): void; - - /** - * Destroys a grid instance. - * @param detachGrid if false nodes and grid will not be removed from the DOM (Optional. Default true). - */ - destroy(detachGrid ? : boolean): void; - - /** - * Disables widgets moving/resizing. This is a shortcut for: - * @example - * grid.movable('.grid-stack-item', false); - * grid.resizable('.grid-stack-item', false); - */ - disable(): void; - - /** - * Enables widgets moving/resizing. This is a shortcut for: - * @example - * grid.movable('.grid-stack-item', true); - * grid.resizable('.grid-stack-item', true); - */ - enable(): void; - - /** - * Enables/disables widget moving. - * This is a shortcut for: - * @example - * grid.movable(this.container.children('.' + this.opts.itemClass), doEnable); - * - * @param doEnable - * @param includeNewWidgets will force new widgets to be draggable as per - * doEnable`s value by changing the disableDrag grid option. - */ - enableMove(doEnable: boolean, includeNewWidgets: boolean): void; - - /** - * Enables/disables widget resizing - * @param doEnable - * @param includeNewWidgets will force new widgets to be draggable as per - * doEnable`s value by changing the disableResize grid option. - * - * This is a shortcut for: - * @example - * grid.resizable(this.container.children('.' + this.opts.itemClass), doEnable); - */ - enableResize(doEnable: boolean, includeNewWidgets: boolean): void; - - /** - * enable/disable floating widgets (default: `false`) See [example](http://gridstackjs.com/demo/float.html) - * @param mode - */ - float(mode: boolean): void; - - /** - * get the current float mode - */ - float(): boolean; - - - - /** - * Get the position of the cell under a pixel on screen. - * @param position the position of the pixel to resolve in - * absolute coordinates, as an object with top and left properties - * @param useOffset if true, value will be based on offset vs position (Optional. Default false). - * Useful when grid is within `position: relative` element - * - * Returns an object with properties `x` and `y` i.e. the column and row in the grid. - */ - getCellFromPixel(position: MousePosition, useOffset ? : boolean): CellPosition; - - /** - * Checks if specified area is empty. - * @param x the position x. - * @param y the position y. - * @param width the width of to check - * @param height the height of to check - */ - isAreaEmpty(x: number, y: number, width: number, height: number): void; - - /** - * Locks/unlocks widget. - * @param el widget to modify. - * @param val if true widget will be locked. - */ - locked(el: GridStackElement, val: boolean): void; - - /** - * If you add elements to your gridstack container by hand, you have to tell gridstack afterwards to make them widgets. - * If you want gridstack to add the elements for you, use addWidget instead. - * Makes the given element a widget and returns it. - * @param el widget to convert. - * - * @example - * $('.grid-stack').gridstack(); - * $('.grid-stack').append('<div id="gsi-1" data-gs-x="0" data-gs-y="0" data-gs-width="3" data-gs-height="2" - * data-gs-auto-position="true"></div>') - * var grid = $('.grid-stack').data('gridstack'); - * grid.makeWidget('gsi-1'); - */ - makeWidget(el: GridStackElement): JQuery; - - /** - * Set the maxWidth for a widget. - * @param el widget to modify. - * @param val A numeric value of the number of columns - */ - maxWidth(el: GridStackElement, val: number): void; - - /** - * Set the minWidth for a widget. - * @param el widget to modify. - * @param val A numeric value of the number of columns - */ - minWidth(el: GridStackElement, val: number): void; - - /** - * Set the maxHeight for a widget. - * @param el widget to modify. - * @param val A numeric value of the number of rows - */ - maxHeight(el: GridStackElement, val: number): void; - - /** - * Set the minHeight for a widget. - * @param el widget to modify. - * @param val A numeric value of the number of rows - */ - minHeight(el: GridStackElement, val: number): void; - - /** - * Enables/Disables moving. - * @param el widget to modify. - * @param val if true widget will be draggable. - */ - movable(el: GridStackElement, val: boolean): void; - - /** - * Changes widget position - * @param el widget to modify - * @param x new position x. If value is null or undefined it will be ignored. - * @param y new position y. If value is null or undefined it will be ignored. - */ - move(el: GridStackElement, x: number, y: number): void; - - /** - * Removes widget from the grid. - * @param el widget to modify - * @param detachNode if false DOM node won't be removed from the tree (Default? true). - */ - removeWidget(el: GridStackElement, detachNode ? : boolean): void; - - /** - * Removes all widgets from the grid. - * @param detachNode if false DOM nodes won't be removed from the tree (Default? true). - */ - removeAll(detachNode ? : boolean): void; - - /** - * Changes widget size - * @param el widget to modify - * @param width new dimensions width. If value is null or undefined it will be ignored. - * @param height new dimensions height. If value is null or undefined it will be ignored. - */ - resize(el: GridStackElement, width: number, height: number): void; - - /** - * Enables/Disables resizing. - * @param el widget to modify - * @param val if true widget will be resizable. - */ - resizable(el: GridStackElement, val: boolean): void; - - /** - * Toggle the grid animation state. Toggles the `grid-stack-animate` class. - * @param doAnimate if true the grid will animate. - */ - setAnimation(doAnimate: boolean): void; - - /** - * Modify number of columns in the grid. Will update existing widgets to conform to new number of columns, - * as well as cache the original layout so you can revert back to previous positions without loss. - * Requires `gridstack-extra.css` or `gridstack-extra.min.css` for [1-11], - * else you will need to generate correct CSS (see https://github.com/gridstack/gridstack.js#change-grid-columns) - * @param column - Integer > 0 (default 12). - * @param doNotPropagate if true existing widgets will not be updated (optional) - */ - setColumn(column: number, doNotPropagate ? : boolean): void; - - /** - * Toggle the grid static state. Also toggle the grid-stack-static class. - * @param staticValue if true the grid become static. - */ - setStatic(staticValue: boolean): void; - - /** - * Updates widget position/size. - * @param el widget to modify - * @param x new position x. If value is null or undefined it will be ignored. - * @param y new position y. If value is null or undefined it will be ignored. - * @param width new dimensions width. If value is null or undefined it will be ignored. - * @param height new dimensions height. If value is null or undefined it will be ignored. - */ - update(el: GridStackElement, x: number, y: number, width: number, height: number): void; - - /** - * returns current vertical margin value - */ - verticalMargin(): number; - - /** - * Updates the vertical margin - see `GridstackOptions.verticalMargin` for format options. - * - * @param value new vertical margin value - * @param noUpdate (optional) if true, styles will not be updated - */ - verticalMargin(value: number | string, noUpdate ? : boolean): void; - - /** - * Returns true if the height of the grid will be less the vertical - * constraint. Always returns true if grid doesn't have height constraint. - * @param x new position x. If value is null or undefined it will be ignored. - * @param y new position y. If value is null or undefined it will be ignored. - * @param width new dimensions width. If value is null or undefined it will be ignored. - * @param height new dimensions height. If value is null or undefined it will be ignored. - * @param autoPosition if true then x, y parameters will be ignored and widget - * will be places on the first available position - * - * @example - * if (grid.willItFit(newNode.x, newNode.y, newNode.width, newNode.height, true)) { - * grid.addWidget(newNode.el, newNode.x, newNode.y, newNode.width, newNode.height, true); - * } else { - * alert('Not enough free space to place the widget'); - * } - */ - willItFit(x: number, y: number, width: number, height: number, autoPosition: boolean): boolean; -} - -/** - * Defines the coordinates of an object - */ -interface MousePosition { - top: number; - left: number; -} - -/** - * Defines the position of a cell inside the grid - */ -interface CellPosition { - x: number; - y: number; -} - -/** - * Gridstack Widget creation options - * @param x widget position x (default?: 0) - * @param y widget position y (default?: 0) - * @param width widget dimension width (default?: 1) - * @param height widget dimension height (default?: 1) - * @param autoPosition if true then x, y parameters will be ignored and widget will be places on the first available position (default?: false) - * @param minWidth minimum width allowed during resize/creation (default?: undefined = un-constrained) - * @param maxWidth maximum width allowed during resize/creation (default?: undefined = un-constrained) - * @param minHeight minimum height allowed during resize/creation (default?: undefined = un-constrained) - * @param maxHeight maximum height allowed during resize/creation (default?: undefined = un-constrained) - * @param id value for `data-gs-id` stored on the widget (default?: undefined) - */ -interface GridstackWidget { - x ? : number; - y ? : number; - width ? : number; - height ? : number; - autoPosition ? : boolean; - minWidth ? : number; - maxWidth ? : number; - minHeight ? : number; - maxHeight ? : number; - id ? : number | string; -} - -declare namespace GridStackUI { - interface Utils { - /** - * Sorts array of nodes - * @param nodes array to sort - * @param dir 1 for asc, -1 for desc (optional) - * @param width width of the grid. If undefined the width will be calculated automatically (optional). - **/ - sort(nodes: HTMLElement[], dir ? : number, width ? : number): void; - } -} - -/** - * Gridstack Options - * Defines the options for a Gridstack - */ -interface GridstackOptions { - /** - * accept widgets dragged from other grids or from outside (default: `false`). Can be: - * `true` (uses `'.grid-stack-item'` class filter) or `false`, - * string for explicit class name, - * function returning a boolean. See [example](http://gridstack.github.io/gridstack.js/demo/two.html) - */ - acceptWidgets ? : boolean | string | ((i: number, element: Element) => boolean); - - /** - * if true the resizing handles are shown even if the user is not hovering over the widget (default?: false) - */ - alwaysShowResizeHandle ? : boolean; - - /** - * turns animation on (default?: true) - */ - animate ? : boolean; - - /** - * if false gridstack will not initialize existing items (default?: true) - */ - auto ? : boolean; - - /** - * one cell height (default?: 60). Can be: - * an integer (px) - * a string (ex: '100px', '10em', '10rem', '10%') - * 0 or null, in which case the library will not generate styles for rows. Everything must be defined in CSS files. - * 'auto' - height will be calculated to match cell width (initial square grid). - */ - cellHeight ? : number | string; - - /** - * (internal?) unit for cellHeight (default? 'px') - */ - cellHeightUnit ? : string; - - /** class that implement drag'n'drop functionality for gridstack. If false grid will be static. - * (default?: null - first available plugin will be used) - */ - ddPlugin ? : boolean | null | any; - - /** disallows dragging of widgets (default?: false) */ - disableDrag ? : boolean; - - /** disallows resizing of widgets (default?: false). */ - disableResize ? : boolean; - - /** - * allows to override jQuery UI draggable options. (default?: { handle?: '.grid-stack-item-content', scroll?: true, appendTo?: 'body', containment: null }) - */ - draggable ? : {}; - - /** - * let user drag nested grid items out of a parent or not (default false) - */ - dragOut ? : boolean; - - /** - * draggable handle selector (default?: '.grid-stack-item-content') - */ - handle ? : string; - - /** draggable handle class (e.g. 'grid-stack-item-content'). If set 'handle' is ignored (default?: null) */ - handleClass ? : string; - - /** - * number of columns (default?: 12). Note: IF you change this, CSS also have to change. See https://github.com/gridstack/gridstack.js#change-grid-columns - */ - column ? : number; - - /** - * maximum rows amount. Default? is 0 which means no maximum rows - */ - maxRow ? : number; - - /** - * enable floating widgets (default?: false) See example (http://gridstack.github.io/gridstack.js/demo/float.html) - */ - float ? : boolean; - - /** - * widget class (default?: 'grid-stack-item') - */ - itemClass ? : string; - - /** - * minimal width. If window width is less, grid will be shown in one column mode (default?: 768) - */ - minWidth ? : number; - - /** disables the onColumnMode when the window width is less than minWidth (default?: false) */ - disableOneColumnMode ? : boolean; - - /** - * set to true if you want oneColumnMode to use the DOM order and ignore x,y from normal multi column - * layouts during sorting. This enables you to have custom 1 column layout that differ from the rest. (default?: false) - */ - oneColumnModeDomSort?: boolean; - - /** - * class for placeholder (default?: 'grid-stack-placeholder') - */ - placeholderClass ? : string; - - /** placeholder default content (default?: '') */ - placeholderText ? : string; - - /** - * allows to override jQuery UI resizable options. (default?: { autoHide?: true, handles?: 'se' }) - */ - resizable ? : {}; - - /** - * if true widgets could be removed by dragging outside of the grid. It could also be a jQuery selector string, - * in this case widgets will be removed by dropping them there (default?: false) - * See example (http://gridstack.github.io/gridstack.js/demo/two.html) - */ - removable ? : boolean | string; - - /** - * time in milliseconds before widget is being removed while dragging outside of the grid. (default?: 2000) - */ - removeTimeout ? : number; - - /** - * if true turns grid to RTL. Possible values are true, false, 'auto' (default?: 'auto') - * See [example](http://gridstack.github.io/gridstack.js/demo/rtl.html) - */ - rtl ? : boolean | 'auto'; - - /** - * makes grid static (default?: false).If true widgets are not movable/resizable. - * You don't even need jQueryUI draggable/resizable. A CSS class - * 'grid-stack-static' is also added to the container. - */ - staticGrid ? : boolean; - - /** - * vertical gap size (default?: 20). Can be: - * an integer (px) - * a string (ex: '2em', '20px', '2rem') - */ - verticalMargin ? : number | string; - - /** - * (internal?) unit for verticalMargin (default? 'px') - */ - verticalMarginUnit ? : string; -} \ No newline at end of file diff --git a/software/flow/node_modules/gridstack/dist/gridstack.jQueryUI.js b/software/flow/node_modules/gridstack/dist/gridstack.jQueryUI.js deleted file mode 100644 index ac3b007..0000000 --- a/software/flow/node_modules/gridstack/dist/gridstack.jQueryUI.js +++ /dev/null @@ -1,89 +0,0 @@ -/** gridstack.js 0.6.4 - JQuery UI Drag&Drop plugin @preserve */ -/** - * https://gridstackjs.com/ - * (c) 2014-2020 Alain Dumesny, Dylan Weiss, Pavel Reznikov - * gridstack.js may be freely distributed under the MIT license. -*/ -(function(factory) { - if (typeof define === 'function' && define.amd) { - define(['jquery', 'gridstack', 'exports'], factory); - } else if (typeof exports !== 'undefined') { - try { jQuery = require('jquery'); } catch (e) {} - try { gridstack = require('gridstack'); } catch (e) {} - factory(jQuery, gridstack.GridStackUI, exports); - } else { - factory(jQuery, GridStackUI, window); - } -})(function($, GridStackUI, scope) { - /** - * @class JQueryUIGridStackDragDropPlugin - * jQuery UI implementation of drag'n'drop gridstack plugin. - */ - function JQueryUIGridStackDragDropPlugin(grid) { - GridStackUI.GridStackDragDropPlugin.call(this, grid); - } - - GridStackUI.GridStackDragDropPlugin.registerPlugin(JQueryUIGridStackDragDropPlugin); - - JQueryUIGridStackDragDropPlugin.prototype = Object.create(GridStackUI.GridStackDragDropPlugin.prototype); - JQueryUIGridStackDragDropPlugin.prototype.constructor = JQueryUIGridStackDragDropPlugin; - - JQueryUIGridStackDragDropPlugin.prototype.resizable = function(el, opts) { - el = $(el); - if (opts === 'disable' || opts === 'enable') { - el.resizable(opts); - } else if (opts === 'option') { - var key = arguments[2]; - var value = arguments[3]; - el.resizable(opts, key, value); - } else { - var handles = el.data('gs-resize-handles') ? el.data('gs-resize-handles') : - this.grid.opts.resizable.handles; - el.resizable($.extend({}, this.grid.opts.resizable, { - handles: handles - }, { - start: opts.start || function() {}, - stop: opts.stop || function() {}, - resize: opts.resize || function() {} - })); - } - return this; - }; - - JQueryUIGridStackDragDropPlugin.prototype.draggable = function(el, opts) { - el = $(el); - if (opts === 'disable' || opts === 'enable') { - el.draggable(opts); - } else { - el.draggable($.extend({}, this.grid.opts.draggable, { - containment: (this.grid.opts.isNested && !this.grid.opts.dragOut) ? - this.grid.container.parent() : - (this.grid.opts.draggable.containment || null), - start: opts.start || function() {}, - stop: opts.stop || function() {}, - drag: opts.drag || function() {} - })); - } - return this; - }; - - JQueryUIGridStackDragDropPlugin.prototype.droppable = function(el, opts) { - el = $(el); - el.droppable(opts); - return this; - }; - - JQueryUIGridStackDragDropPlugin.prototype.isDroppable = function(el, opts) { - el = $(el); - return Boolean(el.data('droppable')); - }; - - JQueryUIGridStackDragDropPlugin.prototype.on = function(el, eventName, callback) { - $(el).on(eventName, callback); - return this; - }; - - scope.JQueryUIGridStackDragDropPlugin = JQueryUIGridStackDragDropPlugin; - - return JQueryUIGridStackDragDropPlugin; -}); diff --git a/software/flow/node_modules/gridstack/dist/gridstack.jQueryUI.min.js b/software/flow/node_modules/gridstack/dist/gridstack.jQueryUI.min.js deleted file mode 100644 index 6ab22f2..0000000 --- a/software/flow/node_modules/gridstack/dist/gridstack.jQueryUI.min.js +++ /dev/null @@ -1,3 +0,0 @@ -/** gridstack.js 0.6.4 - JQuery UI Drag&Drop plugin @preserve */ -!function(t){if("function"==typeof define&&define.amd)define(["jquery","gridstack","exports"],t);else if("undefined"!=typeof exports){try{jQuery=require("jquery")}catch(t){}try{gridstack=require("gridstack")}catch(t){}t(jQuery,gridstack.GridStackUI,exports)}else t(jQuery,GridStackUI,window)}(function(a,e,t){function r(t){e.GridStackDragDropPlugin.call(this,t)}return e.GridStackDragDropPlugin.registerPlugin(r),((r.prototype=Object.create(e.GridStackDragDropPlugin.prototype)).constructor=r).prototype.resizable=function(t,e){if(t=a(t),"disable"===e||"enable"===e)t.resizable(e);else if("option"===e){var r=arguments[2],i=arguments[3];t.resizable(e,r,i)}else{var n=t.data("gs-resize-handles")?t.data("gs-resize-handles"):this.grid.opts.resizable.handles;t.resizable(a.extend({},this.grid.opts.resizable,{handles:n},{start:e.start||function(){},stop:e.stop||function(){},resize:e.resize||function(){}}))}return this},r.prototype.draggable=function(t,e){return t=a(t),"disable"===e||"enable"===e?t.draggable(e):t.draggable(a.extend({},this.grid.opts.draggable,{containment:this.grid.opts.isNested&&!this.grid.opts.dragOut?this.grid.container.parent():this.grid.opts.draggable.containment||null,start:e.start||function(){},stop:e.stop||function(){},drag:e.drag||function(){}})),this},r.prototype.droppable=function(t,e){return(t=a(t)).droppable(e),this},r.prototype.isDroppable=function(t,e){return t=a(t),Boolean(t.data("droppable"))},r.prototype.on=function(t,e,r){return a(t).on(e,r),this},t.JQueryUIGridStackDragDropPlugin=r}); -//# sourceMappingURL=gridstack.min.map \ No newline at end of file diff --git a/software/flow/node_modules/gridstack/dist/gridstack.js b/software/flow/node_modules/gridstack/dist/gridstack.js deleted file mode 100644 index 956cd7a..0000000 --- a/software/flow/node_modules/gridstack/dist/gridstack.js +++ /dev/null @@ -1,2033 +0,0 @@ -/** - * gridstack.js 0.6.4 - * https://gridstackjs.com/ - * (c) 2014-2020 Alain Dumesny, Dylan Weiss, Pavel Reznikov - * gridstack.js may be freely distributed under the MIT license. - * @preserve -*/ -(function(factory) { - if (typeof define === 'function' && define.amd) { - define(['jquery', 'exports'], factory); - } else if (typeof exports !== 'undefined') { - var jQueryModule; - - try { jQueryModule = require('jquery'); } catch (e) {} - - factory(jQueryModule || window.jQuery, exports); - } else { - factory(window.jQuery, window); - } -})(function($, scope) { - - // checks for obsolete method names - var obsolete = function(f, oldName, newName, rev) { - var wrapper = function() { - console.warn('gridstack.js: Function `' + oldName + '` is deprecated in ' + rev + ' and has been replaced ' + - 'with `' + newName + '`. It will be **completely** removed in v1.0'); - return f.apply(this, arguments); - }; - wrapper.prototype = f.prototype; - - return wrapper; - }; - - // checks for obsolete grid options (can be used for any fields, but msg is about options) - var obsoleteOpts = function(opts, oldName, newName, rev) { - if (opts[oldName] !== undefined) { - opts[newName] = opts[oldName]; - console.warn('gridstack.js: Option `' + oldName + '` is deprecated in ' + rev + ' and has been replaced with `' + - newName + '`. It will be **completely** removed in v1.0'); - } - }; - - // checks for obsolete grid options which are gone - var obsoleteOptsDel = function(opts, oldName, rev, info) { - if (opts[oldName] !== undefined) { - console.warn('gridstack.js: Option `' + oldName + '` is deprecated in ' + rev + info); - } - }; - - // checks for obsolete Jquery element attributes - var obsoleteAttr = function(el, oldName, newName, rev) { - var oldAttr = el.attr(oldName); - if (oldAttr !== undefined) { - el.attr(newName, oldAttr); - console.warn('gridstack.js: attribute `' + oldName + '`=' + oldAttr + ' is deprecated on this object in ' + rev + ' and has been replaced with `' + - newName + '`. It will be **completely** removed in v1.0'); - } - }; - - var Utils = { - - isIntercepted: function(a, b) { - return !(a.x + a.width <= b.x || b.x + b.width <= a.x || a.y + a.height <= b.y || b.y + b.height <= a.y); - }, - - sort: function(nodes, dir, column) { - if (!column) { - var widths = nodes.map(function(node) { return node.x + node.width; }); - column = Math.max.apply(Math, widths); - } - - if (dir === -1) - return Utils.sortBy(nodes, function(n) { return -(n.x + n.y * column); }); - else - return Utils.sortBy(nodes, function(n) { return (n.x + n.y * column); }); - }, - - createStylesheet: function(id, parent) { - var style = document.createElement('style'); - style.setAttribute('type', 'text/css'); - style.setAttribute('data-gs-style-id', id); - if (style.styleSheet) { - style.styleSheet.cssText = ''; - } else { - style.appendChild(document.createTextNode('')); - } - if (!parent) { parent = document.getElementsByTagName('head')[0]; } // default to head - parent.insertBefore(style, parent.firstChild); - return style.sheet; - }, - - removeStylesheet: function(id) { - $('STYLE[data-gs-style-id=' + id + ']').remove(); - }, - - insertCSSRule: function(sheet, selector, rules, index) { - if (typeof sheet.insertRule === 'function') { - sheet.insertRule(selector + '{' + rules + '}', index); - } else if (typeof sheet.addRule === 'function') { - sheet.addRule(selector, rules, index); - } - }, - - toBool: function(v) { - if (typeof v === 'boolean') { - return v; - } - if (typeof v === 'string') { - v = v.toLowerCase(); - return !(v === '' || v === 'no' || v === 'false' || v === '0'); - } - return Boolean(v); - }, - - _collisionNodeCheck: function(n) { - return n !== this.node && Utils.isIntercepted(n, this.nn); - }, - - _didCollide: function(bn) { - return Utils.isIntercepted({x: this.n.x, y: this.newY, width: this.n.width, height: this.n.height}, bn); - }, - - _isAddNodeIntercepted: function(n) { - return Utils.isIntercepted({x: this.x, y: this.y, width: this.node.width, height: this.node.height}, n); - }, - - parseHeight: function(val) { - var height = val; - var heightUnit = 'px'; - if (height && typeof height === 'string') { - var match = height.match(/^(-[0-9]+\.[0-9]+|[0-9]*\.[0-9]+|-[0-9]+|[0-9]+)(px|em|rem|vh|vw|%)?$/); - if (!match) { - throw new Error('Invalid height'); - } - heightUnit = match[2] || 'px'; - height = parseFloat(match[1]); - } - return {height: height, unit: heightUnit}; - }, - - without: function(array, item) { - var index = array.indexOf(item); - - if (index !== -1) { - array = array.slice(0); - array.splice(index, 1); - } - - return array; - }, - - sortBy: function(array, getter) { - return array.slice(0).sort(function(left, right) { - var valueLeft = getter(left); - var valueRight = getter(right); - - if (valueRight === valueLeft) { - return 0; - } - - return valueLeft > valueRight ? 1 : -1; - }); - }, - - defaults: function(target) { - var sources = Array.prototype.slice.call(arguments, 1); - - sources.forEach(function(source) { - for (var prop in source) { - if (source.hasOwnProperty(prop) && (!target.hasOwnProperty(prop) || target[prop] === undefined)) { - target[prop] = source[prop]; - } - } - }); - - return target; - }, - - clone: function(target) { - return $.extend({}, target); - }, - - throttle: function(callback, delay) { - var isWaiting = false; - - return function() { - if (!isWaiting) { - callback.apply(this, arguments); - isWaiting = true; - setTimeout(function() { isWaiting = false; }, delay); - } - }; - }, - - removePositioningStyles: function(el) { - var style = el[0].style; - if (style.position) { - style.removeProperty('position'); - } - if (style.left) { - style.removeProperty('left'); - } - if (style.top) { - style.removeProperty('top'); - } - if (style.width) { - style.removeProperty('width'); - } - if (style.height) { - style.removeProperty('height'); - } - }, - getScrollParent: function(el) { - var returnEl; - if (el === null) { - returnEl = null; - } else if (el.scrollHeight > el.clientHeight) { - returnEl = el; - } else { - returnEl = Utils.getScrollParent(el.parentNode); - } - return returnEl; - }, - updateScrollPosition: function(el, ui, distance) { - // is widget in view? - var rect = el.getBoundingClientRect(); - var innerHeightOrClientHeight = (window.innerHeight || document.documentElement.clientHeight); - if (rect.top < 0 || - rect.bottom > innerHeightOrClientHeight - ) { - // set scrollTop of first parent that scrolls - // if parent is larger than el, set as low as possible - // to get entire widget on screen - var offsetDiffDown = rect.bottom - innerHeightOrClientHeight; - var offsetDiffUp = rect.top; - var scrollEl = Utils.getScrollParent(el); - if (scrollEl !== null) { - var prevScroll = scrollEl.scrollTop; - if (rect.top < 0 && distance < 0) { - // moving up - if (el.offsetHeight > innerHeightOrClientHeight) { - scrollEl.scrollTop += distance; - } else { - scrollEl.scrollTop += Math.abs(offsetDiffUp) > Math.abs(distance) ? distance : offsetDiffUp; - } - } else if (distance > 0) { - // moving down - if (el.offsetHeight > innerHeightOrClientHeight) { - scrollEl.scrollTop += distance; - } else { - scrollEl.scrollTop += offsetDiffDown > distance ? distance : offsetDiffDown; - } - } - // move widget y by amount scrolled - ui.position.top += scrollEl.scrollTop - prevScroll; - } - } - } - }; - - /** - * @class GridStackDragDropPlugin - * Base class for drag'n'drop plugin. - */ - function GridStackDragDropPlugin(grid) { - this.grid = grid; - } - - GridStackDragDropPlugin.registeredPlugins = []; - - GridStackDragDropPlugin.registerPlugin = function(pluginClass) { - GridStackDragDropPlugin.registeredPlugins.push(pluginClass); - }; - - GridStackDragDropPlugin.prototype.resizable = function(el, opts) { - return this; - }; - - GridStackDragDropPlugin.prototype.draggable = function(el, opts) { - return this; - }; - - GridStackDragDropPlugin.prototype.droppable = function(el, opts) { - return this; - }; - - GridStackDragDropPlugin.prototype.isDroppable = function(el) { - return false; - }; - - GridStackDragDropPlugin.prototype.on = function(el, eventName, callback) { - return this; - }; - - - var idSeq = 0; - - var GridStackEngine = function(column, onchange, float, maxRow, items) { - this.column = column || 12; - this.float = float || false; - this.maxRow = maxRow || 0; - - this.nodes = items || []; - this.onchange = onchange || function() {}; - - this._addedNodes = []; - this._removedNodes = []; - this._batchMode = false; - }; - - GridStackEngine.prototype.batchUpdate = function() { - if (this._batchMode) return; - this._batchMode = true; - this._prevFloat = this.float; - this.float = true; // let things go anywhere for now... commit() will restore and possibly reposition - }; - - GridStackEngine.prototype.commit = function() { - if (!this._batchMode) return; - this._batchMode = false; - this.float = this._prevFloat; - delete this._prevFloat; - this._packNodes(); - this._notify(); - }; - - // For Meteor support: https://github.com/gridstack/gridstack.js/pull/272 - GridStackEngine.prototype.getNodeDataByDOMEl = function(el) { - return this.nodes.find(function(n) { return el.get(0) === n.el.get(0); }); - }; - - GridStackEngine.prototype._fixCollisions = function(node) { - var self = this; - this._sortNodes(-1); - - var nn = node; - var hasLocked = Boolean(this.nodes.find(function(n) { return n.locked; })); - if (!this.float && !hasLocked) { - nn = {x: 0, y: node.y, width: this.column, height: node.height}; - } - while (true) { - var collisionNode = this.nodes.find(Utils._collisionNodeCheck, {node: node, nn: nn}); - if (!collisionNode) { return; } - this.moveNode(collisionNode, collisionNode.x, node.y + node.height, - collisionNode.width, collisionNode.height, true); - } - }; - - GridStackEngine.prototype.isAreaEmpty = function(x, y, width, height) { - var nn = {x: x || 0, y: y || 0, width: width || 1, height: height || 1}; - var collisionNode = this.nodes.find(function(n) { - return Utils.isIntercepted(n, nn); - }); - return !collisionNode; - }; - - GridStackEngine.prototype._sortNodes = function(dir) { - this.nodes = Utils.sort(this.nodes, dir, this.column); - }; - - GridStackEngine.prototype._packNodes = function() { - this._sortNodes(); - - if (this.float) { - this.nodes.forEach(function(n, i) { - if (n._updating || n._packY === undefined || n.y === n._packY) { - return; - } - - var newY = n.y; - while (newY >= n._packY) { - var collisionNode = this.nodes - .slice(0, i) - .find(Utils._didCollide, {n: n, newY: newY}); - - if (!collisionNode) { - n._dirty = true; - n.y = newY; - } - --newY; - } - }, this); - } else { - this.nodes.forEach(function(n, i) { - if (n.locked) { return; } - while (n.y > 0) { - var newY = n.y - 1; - var canBeMoved = i === 0; - - if (i > 0) { - var collisionNode = this.nodes - .slice(0, i) - .find(Utils._didCollide, {n: n, newY: newY}); - canBeMoved = collisionNode === undefined; - } - - if (!canBeMoved) { break; } - // Note: must be dirty (from last position) for GridStack::OnChange CB to update positions - // and move items back. The user 'change' CB should detect changes from the original - // starting position instead. - n._dirty = (n.y !== newY); - n.y = newY; - } - }, this); - } - }; - - GridStackEngine.prototype._prepareNode = function(node, resizing) { - node = node || {}; - // if we're missing position, have the grid position us automatically (before we set them to 0,0) - if (node.x === undefined || node.y === undefined || node.x === null || node.y === null) { - node.autoPosition = true; - } - - // assign defaults for missing required fields - var defaults = {width: 1, height: 1, x: 0, y: 0}; - node = Utils.defaults(node, defaults); - - // convert any strings over - node.x = parseInt(node.x); - node.y = parseInt(node.y); - node.width = parseInt(node.width); - node.height = parseInt(node.height); - node.autoPosition = node.autoPosition || false; - node.noResize = node.noResize || false; - node.noMove = node.noMove || false; - - // check for NaN (in case messed up strings were passed. can't do parseInt() || defaults.x above as 0 is valid #) - if (Number.isNaN(node.x)) { node.x = defaults.x; node.autoPosition = true; } - if (Number.isNaN(node.y)) { node.y = defaults.y; node.autoPosition = true; } - if (Number.isNaN(node.width)) { node.width = defaults.width; } - if (Number.isNaN(node.height)) { node.height = defaults.height; } - - if (node.width > this.column) { - node.width = this.column; - } else if (node.width < 1) { - node.width = 1; - } - - if (node.height < 1) { - node.height = 1; - } - - if (node.x < 0) { - node.x = 0; - } - - if (node.x + node.width > this.column) { - if (resizing) { - node.width = this.column - node.x; - } else { - node.x = this.column - node.width; - } - } - - if (node.y < 0) { - node.y = 0; - } - - return node; - }; - - GridStackEngine.prototype._notify = function() { - if (this._batchMode) { return; } - var args = Array.prototype.slice.call(arguments, 0); - args[0] = (args[0] === undefined ? [] : (Array.isArray(args[0]) ? args[0] : [args[0]]) ); - args[1] = (args[1] === undefined ? true : args[1]); - var dirtyNodes = args[0].concat(this.getDirtyNodes()); - this.onchange(dirtyNodes, args[1]); - }; - - GridStackEngine.prototype.cleanNodes = function() { - if (this._batchMode) { return; } - this.nodes.forEach(function(n) { delete n._dirty; }); - }; - - GridStackEngine.prototype.getDirtyNodes = function(verify) { - // compare original X,Y,W,H (or entire node?) instead as _dirty can be a temporary state - if (verify) { - var dirtNodes = []; - this.nodes.forEach(function (n) { - if (n._dirty) { - if (n.y === n._origY && n.x === n._origX && n.width === n._origW && n.height === n._origH) { - delete n._dirty; - } else { - dirtNodes.push(n); - } - } - }); - return dirtNodes; - } - - return this.nodes.filter(function(n) { return n._dirty; }); - }; - - GridStackEngine.prototype.addNode = function(node, triggerAddEvent) { - node = this._prepareNode(node); - - if (node.maxWidth !== undefined) { node.width = Math.min(node.width, node.maxWidth); } - if (node.maxHeight !== undefined) { node.height = Math.min(node.height, node.maxHeight); } - if (node.minWidth !== undefined) { node.width = Math.max(node.width, node.minWidth); } - if (node.minHeight !== undefined) { node.height = Math.max(node.height, node.minHeight); } - - node._id = node._id || ++idSeq; - - if (node.autoPosition) { - this._sortNodes(); - - for (var i = 0;; ++i) { - var x = i % this.column; - var y = Math.floor(i / this.column); - if (x + node.width > this.column) { - continue; - } - if (!this.nodes.find(Utils._isAddNodeIntercepted, {x: x, y: y, node: node})) { - node.x = x; - node.y = y; - delete node.autoPosition; // found our slot - break; - } - } - } - - this.nodes.push(node); - if (triggerAddEvent) { - this._addedNodes.push(node); - } - - this._fixCollisions(node); - this._packNodes(); - this._notify(); - return node; - }; - - GridStackEngine.prototype.removeNode = function(node, detachNode) { - detachNode = (detachNode === undefined ? true : detachNode); - this._removedNodes.push(node); - node._id = null; // hint that node is being removed - this.nodes = Utils.without(this.nodes, node); - this._packNodes(); - this._notify(node, detachNode); - }; - - GridStackEngine.prototype.removeAll = function(detachNode) { - delete this._layouts; - if (this.nodes.length === 0) { return; } - detachNode = (detachNode === undefined ? true : detachNode); - this.nodes.forEach(function(n) { n._id = null; }); // hint that node is being removed - this._removedNodes = this.nodes; - this.nodes = []; - this._notify(this._removedNodes, detachNode); - }; - - GridStackEngine.prototype.canMoveNode = function(node, x, y, width, height) { - if (!this.isNodeChangedPosition(node, x, y, width, height)) { - return false; - } - var hasLocked = Boolean(this.nodes.find(function(n) { return n.locked; })); - - if (!this.maxRow && !hasLocked) { - return true; - } - - var clonedNode; - var clone = new GridStackEngine( - this.column, - null, - this.float, - 0, - this.nodes.map(function(n) { - if (n === node) { - clonedNode = $.extend({}, n); - return clonedNode; - } - return $.extend({}, n); - })); - - if (!clonedNode) { return true;} - - clone.moveNode(clonedNode, x, y, width, height); - - var res = true; - - if (hasLocked) { - res &= !Boolean(clone.nodes.find(function(n) { - return n !== clonedNode && Boolean(n.locked) && Boolean(n._dirty); - })); - } - if (this.maxRow) { - res &= clone.getGridHeight() <= this.maxRow; - } - - return res; - }; - - GridStackEngine.prototype.canBePlacedWithRespectToHeight = function(node) { - if (!this.maxRow) { - return true; - } - - var clone = new GridStackEngine( - this.column, - null, - this.float, - 0, - this.nodes.map(function(n) { return $.extend({}, n); })); - clone.addNode(node); - return clone.getGridHeight() <= this.maxRow; - }; - - GridStackEngine.prototype.isNodeChangedPosition = function(node, x, y, width, height) { - if (typeof x !== 'number') { x = node.x; } - if (typeof y !== 'number') { y = node.y; } - if (typeof width !== 'number') { width = node.width; } - if (typeof height !== 'number') { height = node.height; } - - if (node.maxWidth !== undefined) { width = Math.min(width, node.maxWidth); } - if (node.maxHeight !== undefined) { height = Math.min(height, node.maxHeight); } - if (node.minWidth !== undefined) { width = Math.max(width, node.minWidth); } - if (node.minHeight !== undefined) { height = Math.max(height, node.minHeight); } - - if (node.x === x && node.y === y && node.width === width && node.height === height) { - return false; - } - return true; - }; - - GridStackEngine.prototype.moveNode = function(node, x, y, width, height, noPack) { - if (typeof x !== 'number') { x = node.x; } - if (typeof y !== 'number') { y = node.y; } - if (typeof width !== 'number') { width = node.width; } - if (typeof height !== 'number') { height = node.height; } - - if (node.maxWidth !== undefined) { width = Math.min(width, node.maxWidth); } - if (node.maxHeight !== undefined) { height = Math.min(height, node.maxHeight); } - if (node.minWidth !== undefined) { width = Math.max(width, node.minWidth); } - if (node.minHeight !== undefined) { height = Math.max(height, node.minHeight); } - - if (node.x === x && node.y === y && node.width === width && node.height === height) { - return node; - } - - var resizing = node.width !== width; - node._dirty = true; - - node.x = x; - node.y = y; - node.width = width; - node.height = height; - - node.lastTriedX = x; - node.lastTriedY = y; - node.lastTriedWidth = width; - node.lastTriedHeight = height; - - node = this._prepareNode(node, resizing); - - this._fixCollisions(node); - if (!noPack) { - this._packNodes(); - this._notify(); - } - return node; - }; - - GridStackEngine.prototype.getGridHeight = function() { - return this.nodes.reduce(function(memo, n) { return Math.max(memo, n.y + n.height); }, 0); - }; - - GridStackEngine.prototype.beginUpdate = function(node) { - if (node._updating) return; - node._updating = true; - this.nodes.forEach(function(n) { n._packY = n.y; }); - }; - - GridStackEngine.prototype.endUpdate = function() { - var n = this.nodes.find(function(n) { return n._updating; }); - if (n) { - n._updating = false; - this.nodes.forEach(function(n) { delete n._packY; }); - } - }; - - /** - * Construct a grid from the given element and options - * @param {GridStackElement} el - * @param {GridstackOptions} opts - */ - var GridStack = function(el, opts) { - var self = this; - var oneColumnMode, _prevColumn, isAutoCellHeight; - - opts = opts || {}; - - this.container = $(el); - - obsoleteOpts(opts, 'width', 'column', 'v0.5.3'); - obsoleteOpts(opts, 'height', 'maxRow', 'v0.5.3'); - obsoleteOptsDel(opts, 'oneColumnModeClass', 'v0.6.3', '. Use class `.grid-stack-1` instead'); - - // container attributes - obsoleteAttr(this.container, 'data-gs-width', 'data-gs-column', 'v0.5.3'); - obsoleteAttr(this.container, 'data-gs-height', 'data-gs-max-row', 'v0.5.3'); - - opts.itemClass = opts.itemClass || 'grid-stack-item'; - var isNested = this.container.closest('.' + opts.itemClass).length > 0; - - this.opts = Utils.defaults(opts, { - column: parseInt(this.container.attr('data-gs-column')) || 12, - maxRow: parseInt(this.container.attr('data-gs-max-row')) || 0, - itemClass: 'grid-stack-item', - placeholderClass: 'grid-stack-placeholder', - placeholderText: '', - handle: '.grid-stack-item-content', - handleClass: null, - cellHeight: 60, - verticalMargin: 20, - auto: true, - minWidth: 768, - float: false, - staticGrid: false, - _class: 'grid-stack-instance-' + (Math.random() * 10000).toFixed(0), - animate: Boolean(this.container.attr('data-gs-animate')) || false, - alwaysShowResizeHandle: opts.alwaysShowResizeHandle || false, - resizable: Utils.defaults(opts.resizable || {}, { - autoHide: !(opts.alwaysShowResizeHandle || false), - handles: 'se' - }), - draggable: Utils.defaults(opts.draggable || {}, { - handle: (opts.handleClass ? '.' + opts.handleClass : (opts.handle ? opts.handle : '')) || - '.grid-stack-item-content', - scroll: false, - appendTo: 'body' - }), - disableDrag: opts.disableDrag || false, - disableResize: opts.disableResize || false, - rtl: 'auto', - removable: false, - removableOptions: Utils.defaults(opts.removableOptions || {}, { - accept: '.' + opts.itemClass - }), - removeTimeout: 2000, - verticalMarginUnit: 'px', - cellHeightUnit: 'px', - disableOneColumnMode: opts.disableOneColumnMode || false, - oneColumnModeDomSort: opts.oneColumnModeDomSort, - ddPlugin: null - }); - - if (this.opts.ddPlugin === false) { - this.opts.ddPlugin = GridStackDragDropPlugin; - } else if (this.opts.ddPlugin === null) { - this.opts.ddPlugin = GridStackDragDropPlugin.registeredPlugins[0] || GridStackDragDropPlugin; - } - - this.dd = new this.opts.ddPlugin(this); - - if (this.opts.rtl === 'auto') { - this.opts.rtl = this.container.css('direction') === 'rtl'; - } - - if (this.opts.rtl) { - this.container.addClass('grid-stack-rtl'); - } - - this.opts.isNested = isNested; - - isAutoCellHeight = (this.opts.cellHeight === 'auto'); - if (isAutoCellHeight) { - // make the cell square initially - self.cellHeight(self.cellWidth(), true); - } else { - this.cellHeight(this.opts.cellHeight, true); - } - this.verticalMargin(this.opts.verticalMargin, true); - - this.container.addClass(this.opts._class); - - this._setStaticClass(); - - if (isNested) { - this.container.addClass('grid-stack-nested'); - } - - this._initStyles(); - - this.grid = new GridStackEngine(this.opts.column, function(nodes, detachNode) { - detachNode = (detachNode === undefined ? true : detachNode); - var maxHeight = 0; - this.nodes.forEach(function(n) { - maxHeight = Math.max(maxHeight, n.y + n.height); - }); - nodes.forEach(function(n) { - if (detachNode && n._id === null) { - if (n.el) { - n.el.remove(); - } - } else { - n.el - .attr('data-gs-x', n.x) - .attr('data-gs-y', n.y) - .attr('data-gs-width', n.width) - .attr('data-gs-height', n.height); - } - }); - self._updateStyles(maxHeight + 10); - }, this.opts.float, this.opts.maxRow); - - if (this.opts.auto) { - var elements = []; - var _this = this; - this.container.children('.' + this.opts.itemClass + ':not(.' + this.opts.placeholderClass + ')') - .each(function(index, el) { - el = $(el); - var x = parseInt(el.attr('data-gs-x')); - var y = parseInt(el.attr('data-gs-y')); - elements.push({ - el: el, - // if x,y are missing (autoPosition) add them to end of list - but keep their respective DOM order - i: (Number.isNaN(x) ? 1000 : x) + (Number.isNaN(y) ? 1000 : y) * _this.opts.column - }); - }); - Utils.sortBy(elements, function(x) { return x.i; }).forEach(function(item) { - this._prepareElement(item.el); - }, this); - } - this.grid._saveInitial(); // initial start of items - - this.setAnimation(this.opts.animate); - - this.placeholder = $( - '<div class="' + this.opts.placeholderClass + ' ' + this.opts.itemClass + '">' + - '<div class="placeholder-content">' + this.opts.placeholderText + '</div></div>').hide(); - - this._updateContainerHeight(); - - this._updateHeightsOnResize = Utils.throttle(function() { - self.cellHeight(self.cellWidth(), false); - }, 100); - - /** - * called when we are being resized - check if the one Column Mode needs to be turned on/off - * and remember the prev columns we used. - */ - this.onResizeHandler = function() { - if (isAutoCellHeight) { - self._updateHeightsOnResize(); - } - - if (self.opts.staticGrid) { return; } - - if (!self.opts.disableOneColumnMode && (window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth) <= self.opts.minWidth) { - if (self.oneColumnMode) { return; } - self.oneColumnMode = true; - self.setColumn(1); - } else { - if (!self.oneColumnMode) { return; } - self.oneColumnMode = false; - self.setColumn(self._prevColumn); - } - }; - - $(window).resize(this.onResizeHandler); - this.onResizeHandler(); - - if (!self.opts.staticGrid && typeof self.opts.removable === 'string') { - var trashZone = $(self.opts.removable); - if (!this.dd.isDroppable(trashZone)) { - this.dd.droppable(trashZone, self.opts.removableOptions); - } - this.dd - .on(trashZone, 'dropover', function(event, ui) { - var el = $(ui.draggable); - var node = el.data('_gridstack_node'); - if (!node || node._grid !== self) { - return; - } - el.data('inTrashZone', true); - self._setupRemovingTimeout(el); - }) - .on(trashZone, 'dropout', function(event, ui) { - var el = $(ui.draggable); - var node = el.data('_gridstack_node'); - if (!node || node._grid !== self) { - return; - } - el.data('inTrashZone', false); - self._clearRemovingTimeout(el); - }); - } - - if (!self.opts.staticGrid && self.opts.acceptWidgets) { - var draggingElement = null; - - var onDrag = function(event, ui) { - var el = draggingElement; - var node = el.data('_gridstack_node'); - var pos = self.getCellFromPixel({left: event.pageX, top: event.pageY}, true); - var x = Math.max(0, pos.x); - var y = Math.max(0, pos.y); - if (!node._added) { - node._added = true; - - node.el = el; - node.autoPosition = true; - node.x = x; - node.y = y; - self.grid.cleanNodes(); - self.grid.beginUpdate(node); - self.grid.addNode(node); - - self.container.append(self.placeholder); - self.placeholder - .attr('data-gs-x', node.x) - .attr('data-gs-y', node.y) - .attr('data-gs-width', node.width) - .attr('data-gs-height', node.height) - .show(); - node.el = self.placeholder; - node._beforeDragX = node.x; - node._beforeDragY = node.y; - - self._updateContainerHeight(); - } - if (!self.grid.canMoveNode(node, x, y)) { - return; - } - self.grid.moveNode(node, x, y); - self._updateContainerHeight(); - }; - - this.dd - .droppable(self.container, { - accept: function(el) { - el = $(el); - var node = el.data('_gridstack_node'); - if (node && node._grid === self) { - return false; - } - return el.is(self.opts.acceptWidgets === true ? '.grid-stack-item' : self.opts.acceptWidgets); - } - }) - .on(self.container, 'dropover', function(event, ui) { - var el = $(ui.draggable); - var width, height; - - // see if we already have a node with widget/height and check for attributes - var origNode = el.data('_gridstack_node'); - if (!origNode || !origNode.width || !origNode.height) { - var w = parseInt(el.attr('data-gs-width')); - if (w > 0) { origNode = origNode || {}; origNode.width = w; } - var h = parseInt(el.attr('data-gs-height')); - if (h > 0) { origNode = origNode || {}; origNode.height = h; } - } - - // if not calculate the grid size based on element outer size - // height: Each row is cellHeight + verticalMargin, until last one which has no margin below - var cellWidth = self.cellWidth(); - var cellHeight = self.cellHeight(); - var verticalMargin = self.opts.verticalMargin; - width = origNode && origNode.width ? origNode.width : Math.ceil(el.outerWidth() / cellWidth); - height = origNode && origNode.height ? origNode.height : Math.round((el.outerHeight() + verticalMargin) / (cellHeight + verticalMargin)); - - draggingElement = el; - - var node = self.grid._prepareNode({width: width, height: height, _added: false, _temporary: true}); - node.isOutOfGrid = true; - el.data('_gridstack_node', node); - el.data('_gridstack_node_orig', origNode); - - el.on('drag', onDrag); - return false; // prevent parent from receiving msg (which may be grid as well) - }) - .on(self.container, 'dropout', function(event, ui) { - // jquery-ui bug. Must verify widget is being dropped out - // check node variable that gets set when widget is out of grid - var el = $(ui.draggable); - if (!el.data('_gridstack_node')) { - return; - } - var node = el.data('_gridstack_node'); - if (!node.isOutOfGrid) { - return; - } - el.unbind('drag', onDrag); - node.el = null; - self.grid.removeNode(node); - self.placeholder.detach(); - self._updateContainerHeight(); - el.data('_gridstack_node', el.data('_gridstack_node_orig')); - return false; // prevent parent from receiving msg (which may be grid as well) - }) - .on(self.container, 'drop', function(event, ui) { - self.placeholder.detach(); - - var node = $(ui.draggable).data('_gridstack_node'); - node.isOutOfGrid = false; - node._grid = self; - var el = $(ui.draggable).clone(false); - el.data('_gridstack_node', node); - var originalNode = $(ui.draggable).data('_gridstack_node_orig'); - if (originalNode !== undefined && originalNode._grid !== undefined) { - originalNode._grid._triggerRemoveEvent(); - } - $(ui.helper).remove(); - node.el = el; - self.placeholder.hide(); - Utils.removePositioningStyles(el); - el.find('div.ui-resizable-handle').remove(); - - el - .attr('data-gs-x', node.x) - .attr('data-gs-y', node.y) - .attr('data-gs-width', node.width) - .attr('data-gs-height', node.height) - .addClass(self.opts.itemClass) - .enableSelection() - .removeData('draggable') - .removeClass('ui-draggable ui-draggable-dragging ui-draggable-disabled') - .unbind('drag', onDrag); - self.container.append(el); - self._prepareElementsByNode(el, node); - self._updateContainerHeight(); - self.grid._addedNodes.push(node); - self._triggerAddEvent(); - self._triggerChangeEvent(); - - self.grid.endUpdate(); - $(ui.draggable).unbind('drag', onDrag); - $(ui.draggable).removeData('_gridstack_node'); - $(ui.draggable).removeData('_gridstack_node_orig'); - self.container.trigger('dropped', [originalNode, node]); - return false; // prevent parent from receiving msg (which may be grid as well) - }); - } - }; - - GridStack.prototype._triggerChangeEvent = function(/*forceTrigger*/) { - if (this.grid._batchMode) { return; } - var elements = this.grid.getDirtyNodes(true); // verify they really changed - if (elements && elements.length) { - this.grid._layoutsNodesChange(elements); - this.container.trigger('change', [elements]); - } - this.grid._saveInitial(); // we called, now reset initial values & dirty flags - }; - - GridStack.prototype._triggerAddEvent = function() { - if (this.grid._batchMode) { return; } - if (this.grid._addedNodes && this.grid._addedNodes.length > 0) { - this.grid._layoutsNodesChange(this.grid._addedNodes); - // prevent added nodes from also triggering 'change' event (which is called next) - this.grid._addedNodes.forEach(function (n) { delete n._dirty; }); - this.container.trigger('added', [this.grid._addedNodes]); - this.grid._addedNodes = []; - } - }; - - GridStack.prototype._triggerRemoveEvent = function() { - if (this.grid._batchMode) { return; } - if (this.grid._removedNodes && this.grid._removedNodes.length > 0) { - this.container.trigger('removed', [this.grid._removedNodes]); - this.grid._removedNodes = []; - } - }; - - GridStack.prototype._initStyles = function() { - if (this._stylesId) { - Utils.removeStylesheet(this._stylesId); - } - this._stylesId = 'gridstack-style-' + (Math.random() * 100000).toFixed(); - // insert style to parent (instead of 'head') to support WebComponent - this._styles = Utils.createStylesheet(this._stylesId, this.container.get(0).parentNode); - if (this._styles !== null) { - this._styles._max = 0; - } - }; - - GridStack.prototype._updateStyles = function(maxHeight) { - if (this._styles === null || this._styles === undefined) { - return; - } - - var prefix = '.' + this.opts._class + ' .' + this.opts.itemClass; - var self = this; - var getHeight; - - if (maxHeight === undefined) { - maxHeight = this._styles._max; - } - - this._initStyles(); - this._updateContainerHeight(); - if (!this.opts.cellHeight) { // The rest will be handled by CSS - return ; - } - if (this._styles._max !== 0 && maxHeight <= this._styles._max) { // Keep this._styles._max increasing - return ; - } - - if (!this.opts.verticalMargin || this.opts.cellHeightUnit === this.opts.verticalMarginUnit) { - getHeight = function(nbRows, nbMargins) { - return (self.opts.cellHeight * nbRows + self.opts.verticalMargin * nbMargins) + - self.opts.cellHeightUnit; - }; - } else { - getHeight = function(nbRows, nbMargins) { - if (!nbRows || !nbMargins) { - return (self.opts.cellHeight * nbRows + self.opts.verticalMargin * nbMargins) + - self.opts.cellHeightUnit; - } - return 'calc(' + ((self.opts.cellHeight * nbRows) + self.opts.cellHeightUnit) + ' + ' + - ((self.opts.verticalMargin * nbMargins) + self.opts.verticalMarginUnit) + ')'; - }; - } - - if (this._styles._max === 0) { - Utils.insertCSSRule(this._styles, prefix, 'min-height: ' + getHeight(1, 0) + ';', 0); - } - - if (maxHeight > this._styles._max) { - for (var i = this._styles._max; i < maxHeight; ++i) { - Utils.insertCSSRule(this._styles, - prefix + '[data-gs-height="' + (i + 1) + '"]', - 'height: ' + getHeight(i + 1, i) + ';', - i - ); - Utils.insertCSSRule(this._styles, - prefix + '[data-gs-min-height="' + (i + 1) + '"]', - 'min-height: ' + getHeight(i + 1, i) + ';', - i - ); - Utils.insertCSSRule(this._styles, - prefix + '[data-gs-max-height="' + (i + 1) + '"]', - 'max-height: ' + getHeight(i + 1, i) + ';', - i - ); - Utils.insertCSSRule(this._styles, - prefix + '[data-gs-y="' + i + '"]', - 'top: ' + getHeight(i, i) + ';', - i - ); - } - this._styles._max = maxHeight; - } - }; - - GridStack.prototype._updateContainerHeight = function() { - if (this.grid._batchMode) { return; } - var height = this.grid.getGridHeight(); - // check for css min height. Each row is cellHeight + verticalMargin, until last one which has no margin below - var cssMinHeight = parseInt(this.container.css('min-height')); - if (cssMinHeight > 0) { - var verticalMargin = this.opts.verticalMargin; - var minHeight = Math.round((cssMinHeight + verticalMargin) / (this.cellHeight() + verticalMargin)); - if (height < minHeight) { - height = minHeight; - } - } - this.container.attr('data-gs-current-height', height); - if (!this.opts.cellHeight) { - return ; - } - if (!this.opts.verticalMargin) { - this.container.css('height', (height * (this.opts.cellHeight)) + this.opts.cellHeightUnit); - } else if (this.opts.cellHeightUnit === this.opts.verticalMarginUnit) { - this.container.css('height', (height * (this.opts.cellHeight + this.opts.verticalMargin) - - this.opts.verticalMargin) + this.opts.cellHeightUnit); - } else { - this.container.css('height', 'calc(' + ((height * (this.opts.cellHeight)) + this.opts.cellHeightUnit) + - ' + ' + ((height * (this.opts.verticalMargin - 1)) + this.opts.verticalMarginUnit) + ')'); - } - }; - - GridStack.prototype._setupRemovingTimeout = function(el) { - var self = this; - var node = $(el).data('_gridstack_node'); - - if (node._removeTimeout || !self.opts.removable) { - return; - } - node._removeTimeout = setTimeout(function() { - el.addClass('grid-stack-item-removing'); - node._isAboutToRemove = true; - }, self.opts.removeTimeout); - }; - - GridStack.prototype._clearRemovingTimeout = function(el) { - var node = $(el).data('_gridstack_node'); - - if (!node._removeTimeout) { - return; - } - clearTimeout(node._removeTimeout); - node._removeTimeout = null; - el.removeClass('grid-stack-item-removing'); - node._isAboutToRemove = false; - }; - - GridStack.prototype._prepareElementsByNode = function(el, node) { - var self = this; - - var cellWidth; - var cellHeight; - - var dragOrResize = function(event, ui) { - var x = Math.round(ui.position.left / cellWidth); - var y = Math.floor((ui.position.top + cellHeight / 2) / cellHeight); - var width; - var height; - - if (event.type !== 'drag') { - width = Math.round(ui.size.width / cellWidth); - height = Math.round(ui.size.height / cellHeight); - } - - if (event.type === 'drag') { - var distance = ui.position.top - node._prevYPix; - node._prevYPix = ui.position.top; - Utils.updateScrollPosition(el[0], ui, distance); - if (el.data('inTrashZone') || x < 0 || x >= self.grid.column || y < 0 || - (!self.grid.float && y > self.grid.getGridHeight())) { - if (!node._temporaryRemoved) { - if (self.opts.removable === true) { - self._setupRemovingTimeout(el); - } - - x = node._beforeDragX; - y = node._beforeDragY; - - self.placeholder.detach(); - self.placeholder.hide(); - self.grid.removeNode(node); - self._updateContainerHeight(); - - node._temporaryRemoved = true; - } else { - return; - } - } else { - self._clearRemovingTimeout(el); - - if (node._temporaryRemoved) { - self.grid.addNode(node); - self.placeholder - .attr('data-gs-x', x) - .attr('data-gs-y', y) - .attr('data-gs-width', width) - .attr('data-gs-height', height) - .show(); - self.container.append(self.placeholder); - node.el = self.placeholder; - node._temporaryRemoved = false; - } - } - } else if (event.type === 'resize') { - if (x < 0) { - return; - } - } - // width and height are undefined if not resizing - var lastTriedWidth = width !== undefined ? width : node.lastTriedWidth; - var lastTriedHeight = height !== undefined ? height : node.lastTriedHeight; - if (!self.grid.canMoveNode(node, x, y, width, height) || - (node.lastTriedX === x && node.lastTriedY === y && - node.lastTriedWidth === lastTriedWidth && node.lastTriedHeight === lastTriedHeight)) { - return; - } - node.lastTriedX = x; - node.lastTriedY = y; - node.lastTriedWidth = width; - node.lastTriedHeight = height; - self.grid.moveNode(node, x, y, width, height); - self._updateContainerHeight(); - - if (event.type === 'resize') { - $(event.target).trigger('gsresize', node); - } - }; - - var onStartMoving = function(event, ui) { - self.container.append(self.placeholder); - var o = $(this); - self.grid.cleanNodes(); - self.grid.beginUpdate(node); - cellWidth = self.cellWidth(); - var strictCellHeight = self.cellHeight(); - // TODO: cellHeight = cellHeight() causes issue (i.e. remove strictCellHeight above) otherwise - // when sizing up we jump almost right away to next size instead of half way there. Not sure - // why as we don't use ceil() in many places but round() instead. - cellHeight = self.container.height() / parseInt(self.container.attr('data-gs-current-height')); - self.placeholder - .attr('data-gs-x', o.attr('data-gs-x')) - .attr('data-gs-y', o.attr('data-gs-y')) - .attr('data-gs-width', o.attr('data-gs-width')) - .attr('data-gs-height', o.attr('data-gs-height')) - .show(); - node.el = self.placeholder; - node._beforeDragX = node.x; - node._beforeDragY = node.y; - node._prevYPix = ui.position.top; - var minHeight = (node.minHeight || 1); - var verticalMargin = self.opts.verticalMargin; - - // mineHeight - Each row is cellHeight + verticalMargin, until last one which has no margin below - self.dd.resizable(el, 'option', 'minWidth', cellWidth * (node.minWidth || 1)); - self.dd.resizable(el, 'option', 'minHeight', (strictCellHeight * minHeight) + (minHeight - 1) * verticalMargin); - - if (event.type === 'resizestart') { - o.find('.grid-stack-item').trigger('resizestart'); - } - }; - - var onEndMoving = function(event, ui) { - var o = $(this); - if (!o.data('_gridstack_node')) { - return; - } - - // var forceNotify = false; what is the point of calling 'change' event with no data, when the 'removed' event is already called ? - self.placeholder.detach(); - node.el = o; - self.placeholder.hide(); - - if (node._isAboutToRemove) { - // forceNotify = true; - var gridToNotify = el.data('_gridstack_node')._grid; - gridToNotify._triggerRemoveEvent(); - el.removeData('_gridstack_node'); - el.remove(); - } else { - self._clearRemovingTimeout(el); - if (!node._temporaryRemoved) { - Utils.removePositioningStyles(o); - o - .attr('data-gs-x', node.x) - .attr('data-gs-y', node.y) - .attr('data-gs-width', node.width) - .attr('data-gs-height', node.height); - } else { - Utils.removePositioningStyles(o); - o - .attr('data-gs-x', node._beforeDragX) - .attr('data-gs-y', node._beforeDragY) - .attr('data-gs-width', node.width) - .attr('data-gs-height', node.height); - node.x = node._beforeDragX; - node.y = node._beforeDragY; - node._temporaryRemoved = false; - self.grid.addNode(node); - } - } - self._updateContainerHeight(); - self._triggerChangeEvent(/*forceNotify*/); - - self.grid.endUpdate(); - - var nestedGrids = o.find('.grid-stack'); - if (nestedGrids.length && event.type === 'resizestop') { - nestedGrids.each(function(index, el) { - $(el).data('gridstack').onResizeHandler(); - }); - o.find('.grid-stack-item').trigger('resizestop'); - o.find('.grid-stack-item').trigger('gsresizestop'); - } - if (event.type === 'resizestop') { - self.container.trigger('gsresizestop', o); - } - }; - - this.dd - .draggable(el, { - start: onStartMoving, - stop: onEndMoving, - drag: dragOrResize - }) - .resizable(el, { - start: onStartMoving, - stop: onEndMoving, - resize: dragOrResize - }); - - if (node.noMove || this.opts.disableDrag || this.opts.staticGrid) { - this.dd.draggable(el, 'disable'); - } - - if (node.noResize || this.opts.disableResize || this.opts.staticGrid) { - this.dd.resizable(el, 'disable'); - } - - this._writeAttr(el, node); - }; - - GridStack.prototype._prepareElement = function(el, triggerAddEvent) { - triggerAddEvent = triggerAddEvent !== undefined ? triggerAddEvent : false; - var self = this; - el = $(el); - - el.addClass(this.opts.itemClass); - var node = this._readAttr(el, {el: el, _grid: self}); - node = self.grid.addNode(node, triggerAddEvent); - el.data('_gridstack_node', node); - - this._prepareElementsByNode(el, node); - }; - - /** call to write any default attributes back to element */ - GridStack.prototype._writeAttr = function(el, node) { - el = $(el); - node = node || {}; - // Note: passing null removes the attr in jquery - if (node.x !== undefined) { el.attr('data-gs-x', node.x); } - if (node.y !== undefined) { el.attr('data-gs-y', node.y); } - if (node.width !== undefined) { el.attr('data-gs-width', node.width); } - if (node.height !== undefined) { el.attr('data-gs-height', node.height); } - if (node.autoPosition !== undefined) { el.attr('data-gs-auto-position', node.autoPosition ? true : null); } - if (node.minWidth !== undefined) { el.attr('data-gs-min-width', node.minWidth); } - if (node.maxWidth !== undefined) { el.attr('data-gs-max-width', node.maxWidth); } - if (node.minHeight !== undefined) { el.attr('data-gs-min-height', node.minHeight); } - if (node.maxHeight !== undefined) { el.attr('data-gs-max-height', node.maxHeight); } - if (node.noResize !== undefined) { el.attr('data-gs-no-resize', node.noResize ? true : null); } - if (node.noMove !== undefined) { el.attr('data-gs-no-move', node.noMove ? true : null); } - if (node.locked !== undefined) { el.attr('data-gs-locked', node.locked ? true : null); } - if (node.resizeHandles !== undefined) { el.attr('data-gs-resize-handles', node.resizeHandles); } - if (node.id !== undefined) { el.attr('data-gs-id', node.id); } - }; - - /** call to write any default attributes back to element */ - GridStack.prototype._readAttr = function(el, node) { - el = $(el); - node = node || {}; - node.x = el.attr('data-gs-x'); - node.y = el.attr('data-gs-y'); - node.width = el.attr('data-gs-width'); - node.height = el.attr('data-gs-height'); - node.autoPosition = Utils.toBool(el.attr('data-gs-auto-position')); - node.maxWidth = el.attr('data-gs-max-width'); - node.minWidth = el.attr('data-gs-min-width'); - node.maxHeight = el.attr('data-gs-max-height'); - node.minHeight = el.attr('data-gs-min-height'); - node.noResize = Utils.toBool(el.attr('data-gs-no-resize')); - node.noMove = Utils.toBool(el.attr('data-gs-no-move')); - node.locked = Utils.toBool(el.attr('data-gs-locked')); - node.resizeHandles = el.attr('data-gs-resize-handles'); - node.id = el.attr('data-gs-id'); - return node; - }; - - GridStack.prototype.setAnimation = function(enable) { - if (enable) { - this.container.addClass('grid-stack-animate'); - } else { - this.container.removeClass('grid-stack-animate'); - } - }; - - GridStack.prototype.addWidget = function(el, node, y, width, height, autoPosition, minWidth, maxWidth, minHeight, maxHeight, id) { - - // new way of calling with an object - make sure all items have been properly initialized - if (node === undefined || typeof node === 'object') { - // Tempting to initialize the passed in node with default and valid values, but this break knockout demos - // as the actual value are filled in when _prepareElement() calls el.attr('data-gs-xyz) before adding the node. - // node = this.grid._prepareNode(node); - node = node || {}; - } else { - // old legacy way of calling with items spelled out - call us back with single object instead (so we can properly initialized values) - return this.addWidget(el, {x: node, y: y, width: width, height: height, autoPosition: autoPosition, - minWidth: minWidth, maxWidth: maxWidth, minHeight: minHeight, maxHeight: maxHeight, id: id}); - } - - el = $(el); - this._writeAttr(el, node); - this.container.append(el); - return this.makeWidget(el); - }; - - GridStack.prototype.makeWidget = function(el) { - el = $(el); - this._prepareElement(el, true); - this._updateContainerHeight(); - this._triggerAddEvent(); - this._triggerChangeEvent(true); // trigger any other changes - - return el; - }; - - GridStack.prototype.willItFit = function(x, y, width, height, autoPosition) { - var node = {x: x, y: y, width: width, height: height, autoPosition: autoPosition}; - return this.grid.canBePlacedWithRespectToHeight(node); - }; - - GridStack.prototype.removeWidget = function(el, detachNode) { - detachNode = (detachNode === undefined ? true : detachNode); - el = $(el); - var node = el.data('_gridstack_node'); - // For Meteor support: https://github.com/gridstack/gridstack.js/pull/272 - if (!node) { - node = this.grid.getNodeDataByDOMEl(el); - } - - el.removeData('_gridstack_node'); - this.grid.removeNode(node, detachNode); - this._triggerRemoveEvent(); - this._triggerChangeEvent(true); // trigger any other changes - }; - - GridStack.prototype.removeAll = function(detachNode) { - if (detachNode !== false) { - // remove our data structure before list gets emptied and DOM elements stay behind - this.grid.nodes.forEach(function(node) { node.el.removeData('_gridstack_node') }); - } - this.grid.removeAll(detachNode); - this._triggerRemoveEvent(); - }; - - GridStack.prototype.destroy = function(detachGrid) { - $(window).off('resize', this.onResizeHandler); - this.disable(); - if (detachGrid !== undefined && !detachGrid) { - this.removeAll(false); - this.container.removeData('gridstack'); - } else { - this.container.remove(); - } - Utils.removeStylesheet(this._stylesId); - if (this.grid) { - this.grid = null; - } - }; - - GridStack.prototype.resizable = function(el, val) { - var self = this; - el = $(el); - el.each(function(index, el) { - el = $(el); - var node = el.data('_gridstack_node'); - if (!node) { return; } - node.noResize = !(val || false); - if (node.noResize) { - self.dd.resizable(el, 'disable'); - } else { - self.dd.resizable(el, 'enable'); - } - }); - return this; - }; - - GridStack.prototype.movable = function(el, val) { - var self = this; - el = $(el); - el.each(function(index, el) { - el = $(el); - var node = el.data('_gridstack_node'); - if (!node) { return; } - node.noMove = !(val || false); - if (node.noMove) { - self.dd.draggable(el, 'disable'); - el.removeClass('ui-draggable-handle'); - } else { - self.dd.draggable(el, 'enable'); - el.addClass('ui-draggable-handle'); - } - }); - return this; - }; - - GridStack.prototype.enableMove = function(doEnable, includeNewWidgets) { - this.movable(this.container.children('.' + this.opts.itemClass), doEnable); - if (includeNewWidgets) { - this.opts.disableDrag = !doEnable; - } - }; - - GridStack.prototype.enableResize = function(doEnable, includeNewWidgets) { - this.resizable(this.container.children('.' + this.opts.itemClass), doEnable); - if (includeNewWidgets) { - this.opts.disableResize = !doEnable; - } - }; - - GridStack.prototype.disable = function() { - this.movable(this.container.children('.' + this.opts.itemClass), false); - this.resizable(this.container.children('.' + this.opts.itemClass), false); - this.container.trigger('disable'); - }; - - GridStack.prototype.enable = function() { - this.movable(this.container.children('.' + this.opts.itemClass), true); - this.resizable(this.container.children('.' + this.opts.itemClass), true); - this.container.trigger('enable'); - }; - - GridStack.prototype.locked = function(el, val) { - el = $(el); - el.each(function(index, el) { - el = $(el); - var node = el.data('_gridstack_node'); - if (!node) { return; } - node.locked = (val || false); - el.attr('data-gs-locked', node.locked ? 'yes' : null); - }); - return this; - }; - - GridStack.prototype.maxHeight = function(el, val) { - el = $(el); - el.each(function(index, el) { - el = $(el); - var node = el.data('_gridstack_node'); - if (!node) { return; } - if (!isNaN(val)) { - node.maxHeight = (val || false); - el.attr('data-gs-max-height', val); - } - }); - return this; - }; - - GridStack.prototype.minHeight = function(el, val) { - el = $(el); - el.each(function(index, el) { - el = $(el); - var node = el.data('_gridstack_node'); - if (!node) { return; } - if (!isNaN(val)) { - node.minHeight = (val || false); - el.attr('data-gs-min-height', val); - } - }); - return this; - }; - - GridStack.prototype.maxWidth = function(el, val) { - el = $(el); - el.each(function(index, el) { - el = $(el); - var node = el.data('_gridstack_node'); - if (!node) { return; } - if (!isNaN(val)) { - node.maxWidth = (val || false); - el.attr('data-gs-max-width', val); - } - }); - return this; - }; - - GridStack.prototype.minWidth = function(el, val) { - el = $(el); - el.each(function(index, el) { - el = $(el); - var node = el.data('_gridstack_node'); - if (!node) { return; } - if (!isNaN(val)) { - node.minWidth = (val || false); - el.attr('data-gs-min-width', val); - } - }); - return this; - }; - - GridStack.prototype._updateElement = function(el, callback) { - el = $(el).first(); - var node = el.data('_gridstack_node'); - if (!node) { return; } - var self = this; - - self.grid.cleanNodes(); - self.grid.beginUpdate(node); - - callback.call(this, el, node); - - self._updateContainerHeight(); - self._triggerChangeEvent(); - - self.grid.endUpdate(); - }; - - GridStack.prototype.resize = function(el, width, height) { - this._updateElement(el, function(el, node) { - width = (width !== null && width !== undefined) ? width : node.width; - height = (height !== null && height !== undefined) ? height : node.height; - - this.grid.moveNode(node, node.x, node.y, width, height); - }); - }; - - GridStack.prototype.move = function(el, x, y) { - this._updateElement(el, function(el, node) { - x = (x !== null && x !== undefined) ? x : node.x; - y = (y !== null && y !== undefined) ? y : node.y; - - this.grid.moveNode(node, x, y, node.width, node.height); - }); - }; - - GridStack.prototype.update = function(el, x, y, width, height) { - this._updateElement(el, function(el, node) { - x = (x !== null && x !== undefined) ? x : node.x; - y = (y !== null && y !== undefined) ? y : node.y; - width = (width !== null && width !== undefined) ? width : node.width; - height = (height !== null && height !== undefined) ? height : node.height; - - this.grid.moveNode(node, x, y, width, height); - }); - }; - - /** - * relayout grid items to reclaim any empty space - */ - GridStack.prototype.compact = function() { - if (this.grid.nodes.length === 0) { return; } - this.batchUpdate(); - this.grid._sortNodes(); - var nodes = this.grid.nodes; - this.grid.nodes = []; // pretend we have no nodes to conflict layout to start with... - nodes.forEach(function(node) { - if (!node.noMove && !node.locked) { - node.autoPosition = true; - } - this.grid.addNode(node, false); // 'false' for add event trigger... - node._dirty = true; // force attr update - }, this); - this.commit(); - }; - - GridStack.prototype.verticalMargin = function(val, noUpdate) { - if (val === undefined) { - return this.opts.verticalMargin; - } - - var heightData = Utils.parseHeight(val); - - if (this.opts.verticalMarginUnit === heightData.unit && this.opts.maxRow === heightData.height) { - return ; - } - this.opts.verticalMarginUnit = heightData.unit; - this.opts.verticalMargin = heightData.height; - - if (!noUpdate) { - this._updateStyles(); - } - }; - - /** set/get the current cell height value */ - GridStack.prototype.cellHeight = function(val, noUpdate) { - // getter - returns the opts stored height else compute it... - if (val === undefined) { - if (this.opts.cellHeight && this.opts.cellHeight !== 'auto') { - return this.opts.cellHeight; - } - // compute the height taking margin into account (each row has margin other than last one) - var o = this.container.children('.' + this.opts.itemClass).first(); - var height = o.attr('data-gs-height'); - var verticalMargin = this.opts.verticalMargin; - return Math.round((o.outerHeight() - (height - 1) * verticalMargin) / height); - } - - // setter - updates the cellHeight value if they changed - var heightData = Utils.parseHeight(val); - if (this.opts.cellHeightUnit === heightData.unit && this.opts.cellHeight === heightData.height) { - return ; - } - this.opts.cellHeightUnit = heightData.unit; - this.opts.cellHeight = heightData.height; - - if (!noUpdate) { - this._updateStyles(); - } - }; - - GridStack.prototype.cellWidth = function() { - // TODO: take margin into account ($horizontal_padding in .scss) to make cellHeight='auto' square ? (see 810-many-columns.html) - return Math.round(this.container.outerWidth() / this.opts.column); - }; - - GridStack.prototype.getCellFromPixel = function(position, useOffset) { - var containerPos = (useOffset !== undefined && useOffset) ? - this.container.offset() : this.container.position(); - var relativeLeft = position.left - containerPos.left; - var relativeTop = position.top - containerPos.top; - - var columnWidth = Math.floor(this.container.width() / this.opts.column); - var rowHeight = Math.floor(this.container.height() / parseInt(this.container.attr('data-gs-current-height'))); - - return {x: Math.floor(relativeLeft / columnWidth), y: Math.floor(relativeTop / rowHeight)}; - }; - - GridStack.prototype.batchUpdate = function() { - this.grid.batchUpdate(); - }; - - GridStack.prototype.commit = function() { - this.grid.commit(); - this._triggerRemoveEvent(); - this._triggerAddEvent(); - this._triggerChangeEvent(); - }; - - GridStack.prototype.isAreaEmpty = function(x, y, width, height) { - return this.grid.isAreaEmpty(x, y, width, height); - }; - - GridStack.prototype.setStatic = function(staticValue) { - this.opts.staticGrid = (staticValue === true); - this.enableMove(!staticValue); - this.enableResize(!staticValue); - this._setStaticClass(); - }; - - GridStack.prototype._setStaticClass = function() { - var staticClassName = 'grid-stack-static'; - - if (this.opts.staticGrid === true) { - this.container.addClass(staticClassName); - } else { - this.container.removeClass(staticClassName); - } - }; - - /** called whenever a node is added or moved - updates the cached layouts */ - GridStackEngine.prototype._layoutsNodesChange = function(nodes) { - if (!this._layouts || this._ignoreLayoutsNodeChange) return; - // remove smaller layouts - we will re-generate those on the fly... larger ones need to update - this._layouts.forEach(function(layout, column) { - if (!layout || column === this.column) return; - if (column < this.column) { - this._layouts[column] = undefined; - } - else { - // we save the original x,y,w (h isn't cached) to see what actually changed to propagate better. - // Note: we don't need to check against out of bound scaling/moving as that will be done when using those cache values. - nodes.forEach(function(node) { - var n = layout.find(function(l) { return l._id === node._id }); - if (!n) return; // no cache for new nodes. Will use those values. - var ratio = column / this.column; - // Y changed, push down same amount - // TODO: detect doing item 'swaps' will help instead of move (especially in 1 column mode) - if (node.y !== node._origY) { - n.y += (node.y - node._origY); - } - // X changed, scale from new position - if (node.x !== node._origX) { - n.x = Math.round(node.x * ratio); - } - // width changed, scale from new width - if (node.width !== node._origW) { - n.width = Math.round(node.width * ratio); - } - // ...height always carries over from cache - }, this); - } - }, this); - } - - /** - * Called to scale the widget width & position up/down based on the column change. - * Note we store previous layouts (especially original ones) to make it possible to go - * from say 12 -> 1 -> 12 and get back to where we were. - * - * oldColumn: previous number of columns - * column: new column number - * nodes?: different sorted list (ex: DOM order) instead of current list - */ - GridStackEngine.prototype._updateNodeWidths = function(oldColumn, column, nodes) { - if (!this.nodes.length || oldColumn === column) { return; } - - // cache the current layout in case they want to go back (like 12 -> 1 -> 12) as it requires original data - var copy = [this.nodes.length]; - this.nodes.forEach(function(n, i) {copy[i] = {x: n.x, y: n.y, width: n.width, _id: n._id}}); // only thing we change is x,y,w and id to find it back - this._layouts = this._layouts || []; // use array to find larger quick - this._layouts[oldColumn] = copy; - - // if we're going to 1 column and using DOM order rather than default sorting, then generate that layout - if (column === 1 && nodes && nodes.length) { - var top = 0; - nodes.forEach(function(n) { - n.x = 0; - n.width = 1; - n.y = Math.max(n.y, top); - top = n.y + n.height; - }); - } else { - nodes = Utils.sort(this.nodes, -1, oldColumn); // current column reverse sorting so we can insert last to front (limit collision) - } - - // see if we have cached previous layout. - var cacheNodes = this._layouts[column] || []; - // if not AND we are going up in size start with the largest layout as down-scaling is more accurate - var lastIndex = this._layouts.length - 1; - if (cacheNodes.length === 0 && column > oldColumn && column < lastIndex) { - cacheNodes = this._layouts[lastIndex] || []; - if (cacheNodes.length) { - // pretend we came from that larger column by assigning those values as starting point - oldColumn = lastIndex; - cacheNodes.forEach(function(cacheNode) { - var j = nodes.findIndex(function(n) {return n && n._id === cacheNode._id}); - if (j !== -1) { - // still current, use cache info positions - nodes[j].x = cacheNode.x; - nodes[j].y = cacheNode.y; - nodes[j].width = cacheNode.width; - } - }); - cacheNodes = []; // we still don't have new column cached data... will generate from larger one. - } - } - - // if we found cache re-use those nodes that are still current - var newNodes = []; - cacheNodes.forEach(function(cacheNode) { - var j = nodes.findIndex(function(n) {return n && n._id === cacheNode._id}); - if (j !== -1) { - // still current, use cache info positions - nodes[j].x = cacheNode.x; - nodes[j].y = cacheNode.y; - nodes[j].width = cacheNode.width; - newNodes.push(nodes[j]); - nodes[j] = null; // erase it so we know what's left - } - }); - // ...and add any extra non-cached ones - var ratio = column / oldColumn; - nodes.forEach(function(node) { - if (!node) return; - node.x = (column === 1 ? 0 : Math.round(node.x * ratio)); - node.width = ((column === 1 || oldColumn === 1) ? 1 : (Math.round(node.width * ratio) || 1)); - newNodes.push(node); - }); - - // finally relayout them in reverse order (to get correct placement) - newNodes = Utils.sort(newNodes, -1, column); - this._ignoreLayoutsNodeChange = true; - this.batchUpdate(); - this.nodes = []; // pretend we have no nodes to start with (we use same structures) to simplify layout - newNodes.forEach(function(node) { - this.addNode(node, false); // 'false' for add event trigger - node._dirty = true; // force attr update - }, this); - this.commit(); - delete this._ignoreLayoutsNodeChange; - } - - /** called to save initial position/size */ - GridStackEngine.prototype._saveInitial = function() { - this.nodes.forEach(function(n) { - n._origX = n.x; - n._origY = n.y; - n._origW = n.width; - n._origH = n.height; - delete n._dirty; - }); - } - - /** - * Modify number of columns in the grid. Will attempt to update existing widgets - * to conform to new number of columns. Requires `gridstack-extra.css` or `gridstack-extra.min.css` for [1-11], - * else you will need to generate correct CSS (see https://github.com/gridstack/gridstack.js#change-grid-columns) - * @param column - Integer > 0 (default 12). - * @param doNotPropagate if true existing widgets will not be updated (optional) - */ - GridStack.prototype.setColumn = function(column, doNotPropagate) { - if (this.opts.column === column) { return; } - var oldColumn = this.opts.column; - - // if we go into 1 column mode (which happens if we're sized less than minWidth unless disableOneColumnMode is on) - // then remember the original columns so we can restore. - if (column === 1) { - this._prevColumn = oldColumn; - } else { - delete this._prevColumn; - } - - this.container.removeClass('grid-stack-' + oldColumn); - this.container.addClass('grid-stack-' + column); - this.opts.column = this.grid.column = column; - - if (doNotPropagate === true) { return; } - - // update the items now - see if the dom order nodes should be passed instead (else default to current list) - var domNodes; - if (this.opts.oneColumnModeDomSort && column === 1) { - domNodes = []; - this.container.children('.' + this.opts.itemClass).each(function(index, el) { - var node = $(el).data('_gridstack_node'); - if (node) { domNodes.push(node); } - }); - if (!domNodes.length) { domNodes = undefined; } - } - this.grid._updateNodeWidths(oldColumn, column, domNodes); - - // and trigger our event last... - this.grid._ignoreLayoutsNodeChange = true; - this._triggerChangeEvent(); - delete this.grid._ignoreLayoutsNodeChange; - }; - - GridStack.prototype.float = function(val) { - // getter - returns the opts stored mode - if (val === undefined) { - return this.opts.float || false; - } - // setter - updates the mode and relayout if gravity is back on - if (this.opts.float === val) { return; } - this.opts.float = this.grid.float = val || false; - if (!val) { - this.grid._packNodes(); - this.grid._notify(); - this._triggerChangeEvent(); - } - }; - - // legacy method renames - GridStack.prototype.setGridWidth = obsolete(GridStack.prototype.setColumn, - 'setGridWidth', 'setColumn', 'v0.5.3'); - - scope.GridStackUI = GridStack; - - scope.GridStackUI.Utils = Utils; - scope.GridStackUI.Engine = GridStackEngine; - scope.GridStackUI.GridStackDragDropPlugin = GridStackDragDropPlugin; - - $.fn.gridstack = function(opts) { - return this.each(function() { - var o = $(this); - if (!o.data('gridstack')) { - o - .data('gridstack', new GridStack(this, opts)); - } - }); - }; - - return scope.GridStackUI; -}); diff --git a/software/flow/node_modules/gridstack/dist/gridstack.min.css b/software/flow/node_modules/gridstack/dist/gridstack.min.css deleted file mode 100644 index b874768..0000000 --- a/software/flow/node_modules/gridstack/dist/gridstack.min.css +++ /dev/null @@ -1,6 +0,0 @@ -/*! - * required gridstack 0.6.4 CSS for default 12 and 1 columnMode size. Use gridstack-extra.css for others - * https://gridstackjs.com/ - * (c) 2014-2020 Alain Dumesny, Dylan Weiss, Pavel Reznikov - * gridstack.js may be freely distributed under the MIT license. -*/:root .grid-stack-item>.ui-resizable-handle{filter:none}.grid-stack{position:relative}.grid-stack.grid-stack-rtl{direction:ltr}.grid-stack.grid-stack-rtl>.grid-stack-item{direction:rtl}.grid-stack .grid-stack-placeholder>.placeholder-content{border:1px dashed #d3d3d3;margin:0;position:absolute;top:0;left:10px;right:10px;bottom:0;width:auto;z-index:0!important;text-align:center}.grid-stack>.grid-stack-item{min-width:8.3333333333%;position:absolute;padding:0}.grid-stack>.grid-stack-item>.grid-stack-item-content{margin:0;position:absolute;top:0;left:10px;right:10px;bottom:0;width:auto;overflow-x:hidden;overflow-y:auto}.grid-stack>.grid-stack-item>.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.grid-stack>.grid-stack-item.ui-resizable-autohide>.ui-resizable-handle,.grid-stack>.grid-stack-item.ui-resizable-disabled>.ui-resizable-handle{display:none}.grid-stack>.grid-stack-item.ui-draggable-dragging,.grid-stack>.grid-stack-item.ui-resizable-resizing{z-index:100}.grid-stack>.grid-stack-item.ui-draggable-dragging>.grid-stack-item-content,.grid-stack>.grid-stack-item.ui-resizable-resizing>.grid-stack-item-content{box-shadow:1px 4px 6px rgba(0,0,0,.2);opacity:.8}.grid-stack>.grid-stack-item>.ui-resizable-se,.grid-stack>.grid-stack-item>.ui-resizable-sw{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDUxMS42MjYgNTExLjYyNyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTExLjYyNiA1MTEuNjI3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTMyOC45MDYsNDAxLjk5NGgtMzYuNTUzVjEwOS42MzZoMzYuNTUzYzQuOTQ4LDAsOS4yMzYtMS44MDksMTIuODQ3LTUuNDI2YzMuNjEzLTMuNjE1LDUuNDIxLTcuODk4LDUuNDIxLTEyLjg0NSAgIGMwLTQuOTQ5LTEuODAxLTkuMjMxLTUuNDI4LTEyLjg1MWwtNzMuMDg3LTczLjA5QzI2NS4wNDQsMS44MDksMjYwLjc2LDAsMjU1LjgxMywwYy00Ljk0OCwwLTkuMjI5LDEuODA5LTEyLjg0Nyw1LjQyNCAgIGwtNzMuMDg4LDczLjA5Yy0zLjYxOCwzLjYxOS01LjQyNCw3LjkwMi01LjQyNCwxMi44NTFjMCw0Ljk0NiwxLjgwNyw5LjIyOSw1LjQyNCwxMi44NDVjMy42MTksMy42MTcsNy45MDEsNS40MjYsMTIuODUsNS40MjYgICBoMzYuNTQ1djI5Mi4zNThoLTM2LjU0MmMtNC45NTIsMC05LjIzNSwxLjgwOC0xMi44NSw1LjQyMWMtMy42MTcsMy42MjEtNS40MjQsNy45MDUtNS40MjQsMTIuODU0ICAgYzAsNC45NDUsMS44MDcsOS4yMjcsNS40MjQsMTIuODQ3bDczLjA4OSw3My4wODhjMy42MTcsMy42MTcsNy44OTgsNS40MjQsMTIuODQ3LDUuNDI0YzQuOTUsMCw5LjIzNC0xLjgwNywxMi44NDktNS40MjQgICBsNzMuMDg3LTczLjA4OGMzLjYxMy0zLjYyLDUuNDIxLTcuOTAxLDUuNDIxLTEyLjg0N2MwLTQuOTQ4LTEuODA4LTkuMjMyLTUuNDIxLTEyLjg1NCAgIEMzMzguMTQyLDQwMy44MDIsMzMzLjg1Nyw0MDEuOTk0LDMyOC45MDYsNDAxLjk5NHoiIGZpbGw9IiM2NjY2NjYiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);background-repeat:no-repeat;background-position:center;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.grid-stack>.grid-stack-item>.ui-resizable-se{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.grid-stack>.grid-stack-item>.ui-resizable-nw{cursor:nw-resize;width:20px;height:20px;left:10px;top:0}.grid-stack>.grid-stack-item>.ui-resizable-n{cursor:n-resize;height:10px;top:0;left:25px;right:25px}.grid-stack>.grid-stack-item>.ui-resizable-ne{cursor:ne-resize;width:20px;height:20px;right:10px;top:0}.grid-stack>.grid-stack-item>.ui-resizable-e{cursor:e-resize;width:10px;right:10px;top:15px;bottom:15px}.grid-stack>.grid-stack-item>.ui-resizable-se{cursor:se-resize;width:20px;height:20px;right:10px;bottom:0}.grid-stack>.grid-stack-item>.ui-resizable-s{cursor:s-resize;height:10px;left:25px;bottom:0;right:25px}.grid-stack>.grid-stack-item>.ui-resizable-sw{cursor:sw-resize;width:20px;height:20px;left:10px;bottom:0}.grid-stack>.grid-stack-item>.ui-resizable-w{cursor:w-resize;width:10px;left:10px;top:15px;bottom:15px}.grid-stack>.grid-stack-item.ui-draggable-dragging>.ui-resizable-handle{display:none!important}.grid-stack>.grid-stack-item[data-gs-width='1']{width:8.3333333333%}.grid-stack>.grid-stack-item[data-gs-x='1']{left:8.3333333333%}.grid-stack>.grid-stack-item[data-gs-min-width='1']{min-width:8.3333333333%}.grid-stack>.grid-stack-item[data-gs-max-width='1']{max-width:8.3333333333%}.grid-stack>.grid-stack-item[data-gs-width='2']{width:16.6666666667%}.grid-stack>.grid-stack-item[data-gs-x='2']{left:16.6666666667%}.grid-stack>.grid-stack-item[data-gs-min-width='2']{min-width:16.6666666667%}.grid-stack>.grid-stack-item[data-gs-max-width='2']{max-width:16.6666666667%}.grid-stack>.grid-stack-item[data-gs-width='3']{width:25%}.grid-stack>.grid-stack-item[data-gs-x='3']{left:25%}.grid-stack>.grid-stack-item[data-gs-min-width='3']{min-width:25%}.grid-stack>.grid-stack-item[data-gs-max-width='3']{max-width:25%}.grid-stack>.grid-stack-item[data-gs-width='4']{width:33.3333333333%}.grid-stack>.grid-stack-item[data-gs-x='4']{left:33.3333333333%}.grid-stack>.grid-stack-item[data-gs-min-width='4']{min-width:33.3333333333%}.grid-stack>.grid-stack-item[data-gs-max-width='4']{max-width:33.3333333333%}.grid-stack>.grid-stack-item[data-gs-width='5']{width:41.6666666667%}.grid-stack>.grid-stack-item[data-gs-x='5']{left:41.6666666667%}.grid-stack>.grid-stack-item[data-gs-min-width='5']{min-width:41.6666666667%}.grid-stack>.grid-stack-item[data-gs-max-width='5']{max-width:41.6666666667%}.grid-stack>.grid-stack-item[data-gs-width='6']{width:50%}.grid-stack>.grid-stack-item[data-gs-x='6']{left:50%}.grid-stack>.grid-stack-item[data-gs-min-width='6']{min-width:50%}.grid-stack>.grid-stack-item[data-gs-max-width='6']{max-width:50%}.grid-stack>.grid-stack-item[data-gs-width='7']{width:58.3333333333%}.grid-stack>.grid-stack-item[data-gs-x='7']{left:58.3333333333%}.grid-stack>.grid-stack-item[data-gs-min-width='7']{min-width:58.3333333333%}.grid-stack>.grid-stack-item[data-gs-max-width='7']{max-width:58.3333333333%}.grid-stack>.grid-stack-item[data-gs-width='8']{width:66.6666666667%}.grid-stack>.grid-stack-item[data-gs-x='8']{left:66.6666666667%}.grid-stack>.grid-stack-item[data-gs-min-width='8']{min-width:66.6666666667%}.grid-stack>.grid-stack-item[data-gs-max-width='8']{max-width:66.6666666667%}.grid-stack>.grid-stack-item[data-gs-width='9']{width:75%}.grid-stack>.grid-stack-item[data-gs-x='9']{left:75%}.grid-stack>.grid-stack-item[data-gs-min-width='9']{min-width:75%}.grid-stack>.grid-stack-item[data-gs-max-width='9']{max-width:75%}.grid-stack>.grid-stack-item[data-gs-width='10']{width:83.3333333333%}.grid-stack>.grid-stack-item[data-gs-x='10']{left:83.3333333333%}.grid-stack>.grid-stack-item[data-gs-min-width='10']{min-width:83.3333333333%}.grid-stack>.grid-stack-item[data-gs-max-width='10']{max-width:83.3333333333%}.grid-stack>.grid-stack-item[data-gs-width='11']{width:91.6666666667%}.grid-stack>.grid-stack-item[data-gs-x='11']{left:91.6666666667%}.grid-stack>.grid-stack-item[data-gs-min-width='11']{min-width:91.6666666667%}.grid-stack>.grid-stack-item[data-gs-max-width='11']{max-width:91.6666666667%}.grid-stack>.grid-stack-item[data-gs-width='12']{width:100%}.grid-stack>.grid-stack-item[data-gs-x='12']{left:100%}.grid-stack>.grid-stack-item[data-gs-min-width='12']{min-width:100%}.grid-stack>.grid-stack-item[data-gs-max-width='12']{max-width:100%}.grid-stack.grid-stack-1>.grid-stack-item{min-width:100%}.grid-stack.grid-stack-1>.grid-stack-item[data-gs-width='1']{width:100%}.grid-stack.grid-stack-1>.grid-stack-item[data-gs-x='1']{left:100%}.grid-stack.grid-stack-1>.grid-stack-item[data-gs-min-width='1']{min-width:100%}.grid-stack.grid-stack-1>.grid-stack-item[data-gs-max-width='1']{max-width:100%}.grid-stack.grid-stack-animate,.grid-stack.grid-stack-animate .grid-stack-item{-webkit-transition:left .3s,top .3s,height .3s,width .3s;-moz-transition:left .3s,top .3s,height .3s,width .3s;-ms-transition:left .3s,top .3s,height .3s,width .3s;-o-transition:left .3s,top .3s,height .3s,width .3s;transition:left .3s,top .3s,height .3s,width .3s}.grid-stack.grid-stack-animate .grid-stack-item.grid-stack-placeholder,.grid-stack.grid-stack-animate .grid-stack-item.ui-draggable-dragging,.grid-stack.grid-stack-animate .grid-stack-item.ui-resizable-resizing{-webkit-transition:left 0s,top 0s,height 0s,width 0s;-moz-transition:left 0s,top 0s,height 0s,width 0s;-ms-transition:left 0s,top 0s,height 0s,width 0s;-o-transition:left 0s,top 0s,height 0s,width 0s;transition:left 0s,top 0s,height 0s,width 0s} \ No newline at end of file diff --git a/software/flow/node_modules/gridstack/dist/gridstack.min.js b/software/flow/node_modules/gridstack/dist/gridstack.min.js deleted file mode 100644 index af781f3..0000000 --- a/software/flow/node_modules/gridstack/dist/gridstack.min.js +++ /dev/null @@ -1,9 +0,0 @@ -/** - * gridstack.js 0.6.4 - * https://gridstackjs.com/ - * (c) 2014-2020 Alain Dumesny, Dylan Weiss, Pavel Reznikov - * gridstack.js may be freely distributed under the MIT license. - * @preserve -*/ -!function(t){if("function"==typeof define&&define.amd)define(["jquery","exports"],t);else if("undefined"!=typeof exports){var e;try{e=require("jquery")}catch(t){}t(e||window.jQuery,exports)}else t(window.jQuery,window)}(function(m,t){function n(t,e,i,o){void 0!==t[e]&&(t[i]=t[e],console.warn("gridstack.js: Option `"+e+"` is deprecated in "+o+" and has been replaced with `"+i+"`. It will be **completely** removed in v1.0"))}function d(t,e,i,o){var a=t.attr(e);void 0!==a&&(t.attr(i,a),console.warn("gridstack.js: attribute `"+e+"`="+a+" is deprecated on this object in "+o+" and has been replaced with `"+i+"`. It will be **completely** removed in v1.0"))}var f={isIntercepted:function(t,e){return!(t.x+t.width<=e.x||e.x+e.width<=t.x||t.y+t.height<=e.y||e.y+e.height<=t.y)},sort:function(t,e,i){if(!i){var o=t.map(function(t){return t.x+t.width});i=Math.max.apply(Math,o)}return-1===e?f.sortBy(t,function(t){return-(t.x+t.y*i)}):f.sortBy(t,function(t){return t.x+t.y*i})},createStylesheet:function(t,e){var i=document.createElement("style");return i.setAttribute("type","text/css"),i.setAttribute("data-gs-style-id",t),i.styleSheet?i.styleSheet.cssText="":i.appendChild(document.createTextNode("")),(e=e||document.getElementsByTagName("head")[0]).insertBefore(i,e.firstChild),i.sheet},removeStylesheet:function(t){m("STYLE[data-gs-style-id="+t+"]").remove()},insertCSSRule:function(t,e,i,o){"function"==typeof t.insertRule?t.insertRule(e+"{"+i+"}",o):"function"==typeof t.addRule&&t.addRule(e,i,o)},toBool:function(t){return"boolean"==typeof t?t:"string"==typeof t?!(""===(t=t.toLowerCase())||"no"===t||"false"===t||"0"===t):Boolean(t)},_collisionNodeCheck:function(t){return t!==this.node&&f.isIntercepted(t,this.nn)},_didCollide:function(t){return f.isIntercepted({x:this.n.x,y:this.newY,width:this.n.width,height:this.n.height},t)},_isAddNodeIntercepted:function(t){return f.isIntercepted({x:this.x,y:this.y,width:this.node.width,height:this.node.height},t)},parseHeight:function(t){var e=t,i="px";if(e&&"string"==typeof e){var o=e.match(/^(-[0-9]+\.[0-9]+|[0-9]*\.[0-9]+|-[0-9]+|[0-9]+)(px|em|rem|vh|vw|%)?$/);if(!o)throw new Error("Invalid height");i=o[2]||"px",e=parseFloat(o[1])}return{height:e,unit:i}},without:function(t,e){var i=t.indexOf(e);return-1!==i&&(t=t.slice(0)).splice(i,1),t},sortBy:function(t,a){return t.slice(0).sort(function(t,e){var i=a(t),o=a(e);return o===i?0:o<i?1:-1})},defaults:function(i){return Array.prototype.slice.call(arguments,1).forEach(function(t){for(var e in t)!t.hasOwnProperty(e)||i.hasOwnProperty(e)&&void 0!==i[e]||(i[e]=t[e])}),i},clone:function(t){return m.extend({},t)},throttle:function(t,e){var i=!1;return function(){i||(t.apply(this,arguments),i=!0,setTimeout(function(){i=!1},e))}},removePositioningStyles:function(t){var e=t[0].style;e.position&&e.removeProperty("position"),e.left&&e.removeProperty("left"),e.top&&e.removeProperty("top"),e.width&&e.removeProperty("width"),e.height&&e.removeProperty("height")},getScrollParent:function(t){return null===t?null:t.scrollHeight>t.clientHeight?t:f.getScrollParent(t.parentNode)},updateScrollPosition:function(t,e,i){var o=t.getBoundingClientRect(),a=window.innerHeight||document.documentElement.clientHeight;if(o.top<0||o.bottom>a){var s=o.bottom-a,r=o.top,n=f.getScrollParent(t);if(null!==n){var d=n.scrollTop;o.top<0&&i<0?t.offsetHeight>a?n.scrollTop+=i:n.scrollTop+=Math.abs(r)>Math.abs(i)?i:r:0<i&&(t.offsetHeight>a?n.scrollTop+=i:n.scrollTop+=i<s?i:s),e.position.top+=n.scrollTop-d}}}};function h(t){this.grid=t}h.registeredPlugins=[],h.registerPlugin=function(t){h.registeredPlugins.push(t)},h.prototype.resizable=function(t,e){return this},h.prototype.draggable=function(t,e){return this},h.prototype.droppable=function(t,e){return this},h.prototype.isDroppable=function(t){return!1},h.prototype.on=function(t,e,i){return this};function l(t,e,i,o,a){this.column=t||12,this.float=i||!1,this.maxRow=o||0,this.nodes=a||[],this.onchange=e||function(){},this._addedNodes=[],this._removedNodes=[],this._batchMode=!1}var s=0;l.prototype.batchUpdate=function(){this._batchMode||(this._batchMode=!0,this._prevFloat=this.float,this.float=!0)},l.prototype.commit=function(){this._batchMode&&(this._batchMode=!1,this.float=this._prevFloat,delete this._prevFloat,this._packNodes(),this._notify())},l.prototype.getNodeDataByDOMEl=function(e){return this.nodes.find(function(t){return e.get(0)===t.el.get(0)})},l.prototype._fixCollisions=function(t){this._sortNodes(-1);var e=t,i=Boolean(this.nodes.find(function(t){return t.locked}));for(this.float||i||(e={x:0,y:t.y,width:this.column,height:t.height});;){var o=this.nodes.find(f._collisionNodeCheck,{node:t,nn:e});if(!o)return;this.moveNode(o,o.x,t.y+t.height,o.width,o.height,!0)}},l.prototype.isAreaEmpty=function(t,e,i,o){var a={x:t||0,y:e||0,width:i||1,height:o||1};return!this.nodes.find(function(t){return f.isIntercepted(t,a)})},l.prototype._sortNodes=function(t){this.nodes=f.sort(this.nodes,t,this.column)},l.prototype._packNodes=function(){this._sortNodes(),this.float?this.nodes.forEach(function(t,e){if(!t._updating&&void 0!==t._packY&&t.y!==t._packY)for(var i=t.y;i>=t._packY;){this.nodes.slice(0,e).find(f._didCollide,{n:t,newY:i})||(t._dirty=!0,t.y=i),--i}},this):this.nodes.forEach(function(t,e){if(!t.locked)for(;0<t.y;){var i=t.y-1,o=0===e;if(0<e)o=void 0===this.nodes.slice(0,e).find(f._didCollide,{n:t,newY:i});if(!o)break;t._dirty=t.y!==i,t.y=i}},this)},l.prototype._prepareNode=function(t,e){void 0!==(t=t||{}).x&&void 0!==t.y&&null!==t.x&&null!==t.y||(t.autoPosition=!0);var i={width:1,height:1,x:0,y:0};return(t=f.defaults(t,i)).x=parseInt(t.x),t.y=parseInt(t.y),t.width=parseInt(t.width),t.height=parseInt(t.height),t.autoPosition=t.autoPosition||!1,t.noResize=t.noResize||!1,t.noMove=t.noMove||!1,Number.isNaN(t.x)&&(t.x=i.x,t.autoPosition=!0),Number.isNaN(t.y)&&(t.y=i.y,t.autoPosition=!0),Number.isNaN(t.width)&&(t.width=i.width),Number.isNaN(t.height)&&(t.height=i.height),t.width>this.column?t.width=this.column:t.width<1&&(t.width=1),t.height<1&&(t.height=1),t.x<0&&(t.x=0),t.x+t.width>this.column&&(e?t.width=this.column-t.x:t.x=this.column-t.width),t.y<0&&(t.y=0),t},l.prototype._notify=function(){if(!this._batchMode){var t=Array.prototype.slice.call(arguments,0);t[0]=void 0===t[0]?[]:Array.isArray(t[0])?t[0]:[t[0]],t[1]=void 0===t[1]||t[1];var e=t[0].concat(this.getDirtyNodes());this.onchange(e,t[1])}},l.prototype.cleanNodes=function(){this._batchMode||this.nodes.forEach(function(t){delete t._dirty})},l.prototype.getDirtyNodes=function(t){if(t){var e=[];return this.nodes.forEach(function(t){t._dirty&&(t.y===t._origY&&t.x===t._origX&&t.width===t._origW&&t.height===t._origH?delete t._dirty:e.push(t))}),e}return this.nodes.filter(function(t){return t._dirty})},l.prototype.addNode=function(t,e){if(void 0!==(t=this._prepareNode(t)).maxWidth&&(t.width=Math.min(t.width,t.maxWidth)),void 0!==t.maxHeight&&(t.height=Math.min(t.height,t.maxHeight)),void 0!==t.minWidth&&(t.width=Math.max(t.width,t.minWidth)),void 0!==t.minHeight&&(t.height=Math.max(t.height,t.minHeight)),t._id=t._id||++s,t.autoPosition){this._sortNodes();for(var i=0;;++i){var o=i%this.column,a=Math.floor(i/this.column);if(!(o+t.width>this.column)&&!this.nodes.find(f._isAddNodeIntercepted,{x:o,y:a,node:t})){t.x=o,t.y=a,delete t.autoPosition;break}}}return this.nodes.push(t),e&&this._addedNodes.push(t),this._fixCollisions(t),this._packNodes(),this._notify(),t},l.prototype.removeNode=function(t,e){e=void 0===e||e,this._removedNodes.push(t),t._id=null,this.nodes=f.without(this.nodes,t),this._packNodes(),this._notify(t,e)},l.prototype.removeAll=function(t){delete this._layouts,0!==this.nodes.length&&(t=void 0===t||t,this.nodes.forEach(function(t){t._id=null}),this._removedNodes=this.nodes,this.nodes=[],this._notify(this._removedNodes,t))},l.prototype.canMoveNode=function(e,t,i,o,a){if(!this.isNodeChangedPosition(e,t,i,o,a))return!1;var s,r=Boolean(this.nodes.find(function(t){return t.locked}));if(!this.maxRow&&!r)return!0;var n=new l(this.column,null,this.float,0,this.nodes.map(function(t){return t===e?s=m.extend({},t):m.extend({},t)}));if(!s)return!0;n.moveNode(s,t,i,o,a);var d=!0;return r&&(d&=!Boolean(n.nodes.find(function(t){return t!==s&&Boolean(t.locked)&&Boolean(t._dirty)}))),this.maxRow&&(d&=n.getGridHeight()<=this.maxRow),d},l.prototype.canBePlacedWithRespectToHeight=function(t){if(!this.maxRow)return!0;var e=new l(this.column,null,this.float,0,this.nodes.map(function(t){return m.extend({},t)}));return e.addNode(t),e.getGridHeight()<=this.maxRow},l.prototype.isNodeChangedPosition=function(t,e,i,o,a){return"number"!=typeof e&&(e=t.x),"number"!=typeof i&&(i=t.y),"number"!=typeof o&&(o=t.width),"number"!=typeof a&&(a=t.height),void 0!==t.maxWidth&&(o=Math.min(o,t.maxWidth)),void 0!==t.maxHeight&&(a=Math.min(a,t.maxHeight)),void 0!==t.minWidth&&(o=Math.max(o,t.minWidth)),void 0!==t.minHeight&&(a=Math.max(a,t.minHeight)),t.x!==e||t.y!==i||t.width!==o||t.height!==a},l.prototype.moveNode=function(t,e,i,o,a,s){if("number"!=typeof e&&(e=t.x),"number"!=typeof i&&(i=t.y),"number"!=typeof o&&(o=t.width),"number"!=typeof a&&(a=t.height),void 0!==t.maxWidth&&(o=Math.min(o,t.maxWidth)),void 0!==t.maxHeight&&(a=Math.min(a,t.maxHeight)),void 0!==t.minWidth&&(o=Math.max(o,t.minWidth)),void 0!==t.minHeight&&(a=Math.max(a,t.minHeight)),t.x===e&&t.y===i&&t.width===o&&t.height===a)return t;var r=t.width!==o;return t._dirty=!0,t.x=e,t.y=i,t.width=o,t.height=a,t.lastTriedX=e,t.lastTriedY=i,t.lastTriedWidth=o,t.lastTriedHeight=a,t=this._prepareNode(t,r),this._fixCollisions(t),s||(this._packNodes(),this._notify()),t},l.prototype.getGridHeight=function(){return this.nodes.reduce(function(t,e){return Math.max(t,e.y+e.height)},0)},l.prototype.beginUpdate=function(t){t._updating||(t._updating=!0,this.nodes.forEach(function(t){t._packY=t.y}))},l.prototype.endUpdate=function(){var t=this.nodes.find(function(t){return t._updating});t&&(t._updating=!1,this.nodes.forEach(function(t){delete t._packY}))};function i(t,e){var i,c=this;e=e||{},this.container=m(t),n(e,"width","column","v0.5.3"),n(e,"height","maxRow","v0.5.3"),function(t,e,i,o){void 0!==t[e]&&console.warn("gridstack.js: Option `"+e+"` is deprecated in "+i+o)}(e,"oneColumnModeClass","v0.6.3",". Use class `.grid-stack-1` instead"),d(this.container,"data-gs-width","data-gs-column","v0.5.3"),d(this.container,"data-gs-height","data-gs-max-row","v0.5.3"),e.itemClass=e.itemClass||"grid-stack-item";var o=0<this.container.closest("."+e.itemClass).length;if(this.opts=f.defaults(e,{column:parseInt(this.container.attr("data-gs-column"))||12,maxRow:parseInt(this.container.attr("data-gs-max-row"))||0,itemClass:"grid-stack-item",placeholderClass:"grid-stack-placeholder",placeholderText:"",handle:".grid-stack-item-content",handleClass:null,cellHeight:60,verticalMargin:20,auto:!0,minWidth:768,float:!1,staticGrid:!1,_class:"grid-stack-instance-"+(1e4*Math.random()).toFixed(0),animate:Boolean(this.container.attr("data-gs-animate"))||!1,alwaysShowResizeHandle:e.alwaysShowResizeHandle||!1,resizable:f.defaults(e.resizable||{},{autoHide:!e.alwaysShowResizeHandle,handles:"se"}),draggable:f.defaults(e.draggable||{},{handle:(e.handleClass?"."+e.handleClass:e.handle?e.handle:"")||".grid-stack-item-content",scroll:!1,appendTo:"body"}),disableDrag:e.disableDrag||!1,disableResize:e.disableResize||!1,rtl:"auto",removable:!1,removableOptions:f.defaults(e.removableOptions||{},{accept:"."+e.itemClass}),removeTimeout:2e3,verticalMarginUnit:"px",cellHeightUnit:"px",disableOneColumnMode:e.disableOneColumnMode||!1,oneColumnModeDomSort:e.oneColumnModeDomSort,ddPlugin:null}),!1===this.opts.ddPlugin?this.opts.ddPlugin=h:null===this.opts.ddPlugin&&(this.opts.ddPlugin=h.registeredPlugins[0]||h),this.dd=new this.opts.ddPlugin(this),"auto"===this.opts.rtl&&(this.opts.rtl="rtl"===this.container.css("direction")),this.opts.rtl&&this.container.addClass("grid-stack-rtl"),this.opts.isNested=o,(i="auto"===this.opts.cellHeight)?c.cellHeight(c.cellWidth(),!0):this.cellHeight(this.opts.cellHeight,!0),this.verticalMargin(this.opts.verticalMargin,!0),this.container.addClass(this.opts._class),this._setStaticClass(),o&&this.container.addClass("grid-stack-nested"),this._initStyles(),this.grid=new l(this.opts.column,function(t,e){e=void 0===e||e;var i=0;this.nodes.forEach(function(t){i=Math.max(i,t.y+t.height)}),t.forEach(function(t){e&&null===t._id?t.el&&t.el.remove():t.el.attr("data-gs-x",t.x).attr("data-gs-y",t.y).attr("data-gs-width",t.width).attr("data-gs-height",t.height)}),c._updateStyles(i+10)},this.opts.float,this.opts.maxRow),this.opts.auto){var a=[],s=this;this.container.children("."+this.opts.itemClass+":not(."+this.opts.placeholderClass+")").each(function(t,e){e=m(e);var i=parseInt(e.attr("data-gs-x")),o=parseInt(e.attr("data-gs-y"));a.push({el:e,i:(Number.isNaN(i)?1e3:i)+(Number.isNaN(o)?1e3:o)*s.opts.column})}),f.sortBy(a,function(t){return t.i}).forEach(function(t){this._prepareElement(t.el)},this)}if(this.grid._saveInitial(),this.setAnimation(this.opts.animate),this.placeholder=m('<div class="'+this.opts.placeholderClass+" "+this.opts.itemClass+'"><div class="placeholder-content">'+this.opts.placeholderText+"</div></div>").hide(),this._updateContainerHeight(),this._updateHeightsOnResize=f.throttle(function(){c.cellHeight(c.cellWidth(),!1)},100),this.onResizeHandler=function(){if(i&&c._updateHeightsOnResize(),!c.opts.staticGrid)if(!c.opts.disableOneColumnMode&&(window.innerWidth||document.documentElement.clientWidth||document.body.clientWidth)<=c.opts.minWidth){if(c.oneColumnMode)return;c.oneColumnMode=!0,c.setColumn(1)}else{if(!c.oneColumnMode)return;c.oneColumnMode=!1,c.setColumn(c._prevColumn)}},m(window).resize(this.onResizeHandler),this.onResizeHandler(),!c.opts.staticGrid&&"string"==typeof c.opts.removable){var r=m(c.opts.removable);this.dd.isDroppable(r)||this.dd.droppable(r,c.opts.removableOptions),this.dd.on(r,"dropover",function(t,e){var i=m(e.draggable),o=i.data("_gridstack_node");o&&o._grid===c&&(i.data("inTrashZone",!0),c._setupRemovingTimeout(i))}).on(r,"dropout",function(t,e){var i=m(e.draggable),o=i.data("_gridstack_node");o&&o._grid===c&&(i.data("inTrashZone",!1),c._clearRemovingTimeout(i))})}if(!c.opts.staticGrid&&c.opts.acceptWidgets){function p(t,e){var i=u,o=i.data("_gridstack_node"),a=c.getCellFromPixel({left:t.pageX,top:t.pageY},!0),s=Math.max(0,a.x),r=Math.max(0,a.y);o._added||(o._added=!0,o.el=i,o.autoPosition=!0,o.x=s,o.y=r,c.grid.cleanNodes(),c.grid.beginUpdate(o),c.grid.addNode(o),c.container.append(c.placeholder),c.placeholder.attr("data-gs-x",o.x).attr("data-gs-y",o.y).attr("data-gs-width",o.width).attr("data-gs-height",o.height).show(),o.el=c.placeholder,o._beforeDragX=o.x,o._beforeDragY=o.y,c._updateContainerHeight()),c.grid.canMoveNode(o,s,r)&&(c.grid.moveNode(o,s,r),c._updateContainerHeight())}var u=null;this.dd.droppable(c.container,{accept:function(t){var e=(t=m(t)).data("_gridstack_node");return(!e||e._grid!==c)&&t.is(!0===c.opts.acceptWidgets?".grid-stack-item":c.opts.acceptWidgets)}}).on(c.container,"dropover",function(t,e){var i,o,a=m(e.draggable),s=a.data("_gridstack_node");if(!s||!s.width||!s.height){var r=parseInt(a.attr("data-gs-width"));0<r&&((s=s||{}).width=r);var n=parseInt(a.attr("data-gs-height"));0<n&&((s=s||{}).height=n)}var d=c.cellWidth(),h=c.cellHeight(),l=c.opts.verticalMargin;i=s&&s.width?s.width:Math.ceil(a.outerWidth()/d),o=s&&s.height?s.height:Math.round((a.outerHeight()+l)/(h+l)),u=a;var g=c.grid._prepareNode({width:i,height:o,_added:!1,_temporary:!0});return g.isOutOfGrid=!0,a.data("_gridstack_node",g),a.data("_gridstack_node_orig",s),a.on("drag",p),!1}).on(c.container,"dropout",function(t,e){var i=m(e.draggable);if(i.data("_gridstack_node")){var o=i.data("_gridstack_node");if(o.isOutOfGrid)return i.unbind("drag",p),o.el=null,c.grid.removeNode(o),c.placeholder.detach(),c._updateContainerHeight(),i.data("_gridstack_node",i.data("_gridstack_node_orig")),!1}}).on(c.container,"drop",function(t,e){c.placeholder.detach();var i=m(e.draggable).data("_gridstack_node");i.isOutOfGrid=!1,i._grid=c;var o=m(e.draggable).clone(!1);o.data("_gridstack_node",i);var a=m(e.draggable).data("_gridstack_node_orig");return void 0!==a&&void 0!==a._grid&&a._grid._triggerRemoveEvent(),m(e.helper).remove(),i.el=o,c.placeholder.hide(),f.removePositioningStyles(o),o.find("div.ui-resizable-handle").remove(),o.attr("data-gs-x",i.x).attr("data-gs-y",i.y).attr("data-gs-width",i.width).attr("data-gs-height",i.height).addClass(c.opts.itemClass).enableSelection().removeData("draggable").removeClass("ui-draggable ui-draggable-dragging ui-draggable-disabled").unbind("drag",p),c.container.append(o),c._prepareElementsByNode(o,i),c._updateContainerHeight(),c.grid._addedNodes.push(i),c._triggerAddEvent(),c._triggerChangeEvent(),c.grid.endUpdate(),m(e.draggable).unbind("drag",p),m(e.draggable).removeData("_gridstack_node"),m(e.draggable).removeData("_gridstack_node_orig"),c.container.trigger("dropped",[a,i]),!1})}}var e,o,a,r;function g(){return console.warn("gridstack.js: Function `"+o+"` is deprecated in "+r+" and has been replaced with `"+a+"`. It will be **completely** removed in v1.0"),e.apply(this,arguments)}return i.prototype._triggerChangeEvent=function(){if(!this.grid._batchMode){var t=this.grid.getDirtyNodes(!0);t&&t.length&&(this.grid._layoutsNodesChange(t),this.container.trigger("change",[t])),this.grid._saveInitial()}},i.prototype._triggerAddEvent=function(){this.grid._batchMode||this.grid._addedNodes&&0<this.grid._addedNodes.length&&(this.grid._layoutsNodesChange(this.grid._addedNodes),this.grid._addedNodes.forEach(function(t){delete t._dirty}),this.container.trigger("added",[this.grid._addedNodes]),this.grid._addedNodes=[])},i.prototype._triggerRemoveEvent=function(){this.grid._batchMode||this.grid._removedNodes&&0<this.grid._removedNodes.length&&(this.container.trigger("removed",[this.grid._removedNodes]),this.grid._removedNodes=[])},i.prototype._initStyles=function(){this._stylesId&&f.removeStylesheet(this._stylesId),this._stylesId="gridstack-style-"+(1e5*Math.random()).toFixed(),this._styles=f.createStylesheet(this._stylesId,this.container.get(0).parentNode),null!==this._styles&&(this._styles._max=0)},i.prototype._updateStyles=function(t){if(null!==this._styles&&void 0!==this._styles){var e,i="."+this.opts._class+" ."+this.opts.itemClass,o=this;if(void 0===t&&(t=this._styles._max),this._initStyles(),this._updateContainerHeight(),this.opts.cellHeight&&!(0!==this._styles._max&&t<=this._styles._max)&&(e=this.opts.verticalMargin&&this.opts.cellHeightUnit!==this.opts.verticalMarginUnit?function(t,e){return t&&e?"calc("+(o.opts.cellHeight*t+o.opts.cellHeightUnit)+" + "+(o.opts.verticalMargin*e+o.opts.verticalMarginUnit)+")":o.opts.cellHeight*t+o.opts.verticalMargin*e+o.opts.cellHeightUnit}:function(t,e){return o.opts.cellHeight*t+o.opts.verticalMargin*e+o.opts.cellHeightUnit},0===this._styles._max&&f.insertCSSRule(this._styles,i,"min-height: "+e(1,0)+";",0),t>this._styles._max)){for(var a=this._styles._max;a<t;++a)f.insertCSSRule(this._styles,i+'[data-gs-height="'+(a+1)+'"]',"height: "+e(a+1,a)+";",a),f.insertCSSRule(this._styles,i+'[data-gs-min-height="'+(a+1)+'"]',"min-height: "+e(a+1,a)+";",a),f.insertCSSRule(this._styles,i+'[data-gs-max-height="'+(a+1)+'"]',"max-height: "+e(a+1,a)+";",a),f.insertCSSRule(this._styles,i+'[data-gs-y="'+a+'"]',"top: "+e(a,a)+";",a);this._styles._max=t}}},i.prototype._updateContainerHeight=function(){if(!this.grid._batchMode){var t=this.grid.getGridHeight(),e=parseInt(this.container.css("min-height"));if(0<e){var i=this.opts.verticalMargin,o=Math.round((e+i)/(this.cellHeight()+i));t<o&&(t=o)}this.container.attr("data-gs-current-height",t),this.opts.cellHeight&&(this.opts.verticalMargin?this.opts.cellHeightUnit===this.opts.verticalMarginUnit?this.container.css("height",t*(this.opts.cellHeight+this.opts.verticalMargin)-this.opts.verticalMargin+this.opts.cellHeightUnit):this.container.css("height","calc("+(t*this.opts.cellHeight+this.opts.cellHeightUnit)+" + "+(t*(this.opts.verticalMargin-1)+this.opts.verticalMarginUnit)+")"):this.container.css("height",t*this.opts.cellHeight+this.opts.cellHeightUnit))}},i.prototype._setupRemovingTimeout=function(t){var e=m(t).data("_gridstack_node");!e._removeTimeout&&this.opts.removable&&(e._removeTimeout=setTimeout(function(){t.addClass("grid-stack-item-removing"),e._isAboutToRemove=!0},this.opts.removeTimeout))},i.prototype._clearRemovingTimeout=function(t){var e=m(t).data("_gridstack_node");e._removeTimeout&&(clearTimeout(e._removeTimeout),e._removeTimeout=null,t.removeClass("grid-stack-item-removing"),e._isAboutToRemove=!1)},i.prototype._prepareElementsByNode=function(h,l){function t(t,e){var i,o,a=Math.round(e.position.left/g),s=Math.floor((e.position.top+c/2)/c);if("drag"!==t.type&&(i=Math.round(e.size.width/g),o=Math.round(e.size.height/c)),"drag"===t.type){var r=e.position.top-l._prevYPix;if(l._prevYPix=e.position.top,f.updateScrollPosition(h[0],e,r),h.data("inTrashZone")||a<0||a>=p.grid.column||s<0||!p.grid.float&&s>p.grid.getGridHeight()){if(l._temporaryRemoved)return;!0===p.opts.removable&&p._setupRemovingTimeout(h),a=l._beforeDragX,s=l._beforeDragY,p.placeholder.detach(),p.placeholder.hide(),p.grid.removeNode(l),p._updateContainerHeight(),l._temporaryRemoved=!0}else p._clearRemovingTimeout(h),l._temporaryRemoved&&(p.grid.addNode(l),p.placeholder.attr("data-gs-x",a).attr("data-gs-y",s).attr("data-gs-width",i).attr("data-gs-height",o).show(),p.container.append(p.placeholder),l.el=p.placeholder,l._temporaryRemoved=!1)}else if("resize"===t.type&&a<0)return;var n=void 0!==i?i:l.lastTriedWidth,d=void 0!==o?o:l.lastTriedHeight;!p.grid.canMoveNode(l,a,s,i,o)||l.lastTriedX===a&&l.lastTriedY===s&&l.lastTriedWidth===n&&l.lastTriedHeight===d||(l.lastTriedX=a,l.lastTriedY=s,l.lastTriedWidth=i,l.lastTriedHeight=o,p.grid.moveNode(l,a,s,i,o),p._updateContainerHeight(),"resize"===t.type&&m(t.target).trigger("gsresize",l))}function e(t,e){p.container.append(p.placeholder);var i=m(this);p.grid.cleanNodes(),p.grid.beginUpdate(l),g=p.cellWidth();var o=p.cellHeight();c=p.container.height()/parseInt(p.container.attr("data-gs-current-height")),p.placeholder.attr("data-gs-x",i.attr("data-gs-x")).attr("data-gs-y",i.attr("data-gs-y")).attr("data-gs-width",i.attr("data-gs-width")).attr("data-gs-height",i.attr("data-gs-height")).show(),l.el=p.placeholder,l._beforeDragX=l.x,l._beforeDragY=l.y,l._prevYPix=e.position.top;var a=l.minHeight||1,s=p.opts.verticalMargin;p.dd.resizable(h,"option","minWidth",g*(l.minWidth||1)),p.dd.resizable(h,"option","minHeight",o*a+(a-1)*s),"resizestart"===t.type&&i.find(".grid-stack-item").trigger("resizestart")}function i(t,e){var i=m(this);if(i.data("_gridstack_node")){if(p.placeholder.detach(),l.el=i,p.placeholder.hide(),l._isAboutToRemove)h.data("_gridstack_node")._grid._triggerRemoveEvent(),h.removeData("_gridstack_node"),h.remove();else p._clearRemovingTimeout(h),l._temporaryRemoved?(f.removePositioningStyles(i),i.attr("data-gs-x",l._beforeDragX).attr("data-gs-y",l._beforeDragY).attr("data-gs-width",l.width).attr("data-gs-height",l.height),l.x=l._beforeDragX,l.y=l._beforeDragY,l._temporaryRemoved=!1,p.grid.addNode(l)):(f.removePositioningStyles(i),i.attr("data-gs-x",l.x).attr("data-gs-y",l.y).attr("data-gs-width",l.width).attr("data-gs-height",l.height));p._updateContainerHeight(),p._triggerChangeEvent(),p.grid.endUpdate();var o=i.find(".grid-stack");o.length&&"resizestop"===t.type&&(o.each(function(t,e){m(e).data("gridstack").onResizeHandler()}),i.find(".grid-stack-item").trigger("resizestop"),i.find(".grid-stack-item").trigger("gsresizestop")),"resizestop"===t.type&&p.container.trigger("gsresizestop",i)}}var g,c,p=this;this.dd.draggable(h,{start:e,stop:i,drag:t}).resizable(h,{start:e,stop:i,resize:t}),(l.noMove||this.opts.disableDrag||this.opts.staticGrid)&&this.dd.draggable(h,"disable"),(l.noResize||this.opts.disableResize||this.opts.staticGrid)&&this.dd.resizable(h,"disable"),this._writeAttr(h,l)},i.prototype._prepareElement=function(t,e){e=void 0!==e&&e;(t=m(t)).addClass(this.opts.itemClass);var i=this._readAttr(t,{el:t,_grid:this});i=this.grid.addNode(i,e),t.data("_gridstack_node",i),this._prepareElementsByNode(t,i)},i.prototype._writeAttr=function(t,e){t=m(t),void 0!==(e=e||{}).x&&t.attr("data-gs-x",e.x),void 0!==e.y&&t.attr("data-gs-y",e.y),void 0!==e.width&&t.attr("data-gs-width",e.width),void 0!==e.height&&t.attr("data-gs-height",e.height),void 0!==e.autoPosition&&t.attr("data-gs-auto-position",!!e.autoPosition||null),void 0!==e.minWidth&&t.attr("data-gs-min-width",e.minWidth),void 0!==e.maxWidth&&t.attr("data-gs-max-width",e.maxWidth),void 0!==e.minHeight&&t.attr("data-gs-min-height",e.minHeight),void 0!==e.maxHeight&&t.attr("data-gs-max-height",e.maxHeight),void 0!==e.noResize&&t.attr("data-gs-no-resize",!!e.noResize||null),void 0!==e.noMove&&t.attr("data-gs-no-move",!!e.noMove||null),void 0!==e.locked&&t.attr("data-gs-locked",!!e.locked||null),void 0!==e.resizeHandles&&t.attr("data-gs-resize-handles",e.resizeHandles),void 0!==e.id&&t.attr("data-gs-id",e.id)},i.prototype._readAttr=function(t,e){return t=m(t),(e=e||{}).x=t.attr("data-gs-x"),e.y=t.attr("data-gs-y"),e.width=t.attr("data-gs-width"),e.height=t.attr("data-gs-height"),e.autoPosition=f.toBool(t.attr("data-gs-auto-position")),e.maxWidth=t.attr("data-gs-max-width"),e.minWidth=t.attr("data-gs-min-width"),e.maxHeight=t.attr("data-gs-max-height"),e.minHeight=t.attr("data-gs-min-height"),e.noResize=f.toBool(t.attr("data-gs-no-resize")),e.noMove=f.toBool(t.attr("data-gs-no-move")),e.locked=f.toBool(t.attr("data-gs-locked")),e.resizeHandles=t.attr("data-gs-resize-handles"),e.id=t.attr("data-gs-id"),e},i.prototype.setAnimation=function(t){t?this.container.addClass("grid-stack-animate"):this.container.removeClass("grid-stack-animate")},i.prototype.addWidget=function(t,e,i,o,a,s,r,n,d,h,l){return void 0!==e&&"object"!=typeof e?this.addWidget(t,{x:e,y:i,width:o,height:a,autoPosition:s,minWidth:r,maxWidth:n,minHeight:d,maxHeight:h,id:l}):(e=e||{},t=m(t),this._writeAttr(t,e),this.container.append(t),this.makeWidget(t))},i.prototype.makeWidget=function(t){return t=m(t),this._prepareElement(t,!0),this._updateContainerHeight(),this._triggerAddEvent(),this._triggerChangeEvent(!0),t},i.prototype.willItFit=function(t,e,i,o,a){var s={x:t,y:e,width:i,height:o,autoPosition:a};return this.grid.canBePlacedWithRespectToHeight(s)},i.prototype.removeWidget=function(t,e){e=void 0===e||e;var i=(t=m(t)).data("_gridstack_node");i=i||this.grid.getNodeDataByDOMEl(t),t.removeData("_gridstack_node"),this.grid.removeNode(i,e),this._triggerRemoveEvent(),this._triggerChangeEvent(!0)},i.prototype.removeAll=function(t){!1!==t&&this.grid.nodes.forEach(function(t){t.el.removeData("_gridstack_node")}),this.grid.removeAll(t),this._triggerRemoveEvent()},i.prototype.destroy=function(t){m(window).off("resize",this.onResizeHandler),this.disable(),void 0===t||t?this.container.remove():(this.removeAll(!1),this.container.removeData("gridstack")),f.removeStylesheet(this._stylesId),this.grid&&(this.grid=null)},i.prototype.resizable=function(t,o){var a=this;return(t=m(t)).each(function(t,e){var i=(e=m(e)).data("_gridstack_node");i&&(i.noResize=!o,i.noResize?a.dd.resizable(e,"disable"):a.dd.resizable(e,"enable"))}),this},i.prototype.movable=function(t,o){var a=this;return(t=m(t)).each(function(t,e){var i=(e=m(e)).data("_gridstack_node");i&&(i.noMove=!o,i.noMove?(a.dd.draggable(e,"disable"),e.removeClass("ui-draggable-handle")):(a.dd.draggable(e,"enable"),e.addClass("ui-draggable-handle")))}),this},i.prototype.enableMove=function(t,e){this.movable(this.container.children("."+this.opts.itemClass),t),e&&(this.opts.disableDrag=!t)},i.prototype.enableResize=function(t,e){this.resizable(this.container.children("."+this.opts.itemClass),t),e&&(this.opts.disableResize=!t)},i.prototype.disable=function(){this.movable(this.container.children("."+this.opts.itemClass),!1),this.resizable(this.container.children("."+this.opts.itemClass),!1),this.container.trigger("disable")},i.prototype.enable=function(){this.movable(this.container.children("."+this.opts.itemClass),!0),this.resizable(this.container.children("."+this.opts.itemClass),!0),this.container.trigger("enable")},i.prototype.locked=function(t,o){return(t=m(t)).each(function(t,e){var i=(e=m(e)).data("_gridstack_node");i&&(i.locked=o||!1,e.attr("data-gs-locked",i.locked?"yes":null))}),this},i.prototype.maxHeight=function(t,o){return(t=m(t)).each(function(t,e){var i=(e=m(e)).data("_gridstack_node");i&&(isNaN(o)||(i.maxHeight=o||!1,e.attr("data-gs-max-height",o)))}),this},i.prototype.minHeight=function(t,o){return(t=m(t)).each(function(t,e){var i=(e=m(e)).data("_gridstack_node");i&&(isNaN(o)||(i.minHeight=o||!1,e.attr("data-gs-min-height",o)))}),this},i.prototype.maxWidth=function(t,o){return(t=m(t)).each(function(t,e){var i=(e=m(e)).data("_gridstack_node");i&&(isNaN(o)||(i.maxWidth=o||!1,e.attr("data-gs-max-width",o)))}),this},i.prototype.minWidth=function(t,o){return(t=m(t)).each(function(t,e){var i=(e=m(e)).data("_gridstack_node");i&&(isNaN(o)||(i.minWidth=o||!1,e.attr("data-gs-min-width",o)))}),this},i.prototype._updateElement=function(t,e){var i=(t=m(t).first()).data("_gridstack_node");if(i){var o=this;o.grid.cleanNodes(),o.grid.beginUpdate(i),e.call(this,t,i),o._updateContainerHeight(),o._triggerChangeEvent(),o.grid.endUpdate()}},i.prototype.resize=function(t,i,o){this._updateElement(t,function(t,e){i=null!=i?i:e.width,o=null!=o?o:e.height,this.grid.moveNode(e,e.x,e.y,i,o)})},i.prototype.move=function(t,i,o){this._updateElement(t,function(t,e){i=null!=i?i:e.x,o=null!=o?o:e.y,this.grid.moveNode(e,i,o,e.width,e.height)})},i.prototype.update=function(t,i,o,a,s){this._updateElement(t,function(t,e){i=null!=i?i:e.x,o=null!=o?o:e.y,a=null!=a?a:e.width,s=null!=s?s:e.height,this.grid.moveNode(e,i,o,a,s)})},i.prototype.compact=function(){if(0!==this.grid.nodes.length){this.batchUpdate(),this.grid._sortNodes();var t=this.grid.nodes;this.grid.nodes=[],t.forEach(function(t){t.noMove||t.locked||(t.autoPosition=!0),this.grid.addNode(t,!1),t._dirty=!0},this),this.commit()}},i.prototype.verticalMargin=function(t,e){if(void 0===t)return this.opts.verticalMargin;var i=f.parseHeight(t);this.opts.verticalMarginUnit===i.unit&&this.opts.maxRow===i.height||(this.opts.verticalMarginUnit=i.unit,this.opts.verticalMargin=i.height,e||this._updateStyles())},i.prototype.cellHeight=function(t,e){if(void 0===t){if(this.opts.cellHeight&&"auto"!==this.opts.cellHeight)return this.opts.cellHeight;var i=this.container.children("."+this.opts.itemClass).first(),o=i.attr("data-gs-height"),a=this.opts.verticalMargin;return Math.round((i.outerHeight()-(o-1)*a)/o)}var s=f.parseHeight(t);this.opts.cellHeightUnit===s.unit&&this.opts.cellHeight===s.height||(this.opts.cellHeightUnit=s.unit,this.opts.cellHeight=s.height,e||this._updateStyles())},i.prototype.cellWidth=function(){return Math.round(this.container.outerWidth()/this.opts.column)},i.prototype.getCellFromPixel=function(t,e){var i=void 0!==e&&e?this.container.offset():this.container.position(),o=t.left-i.left,a=t.top-i.top,s=Math.floor(this.container.width()/this.opts.column),r=Math.floor(this.container.height()/parseInt(this.container.attr("data-gs-current-height")));return{x:Math.floor(o/s),y:Math.floor(a/r)}},i.prototype.batchUpdate=function(){this.grid.batchUpdate()},i.prototype.commit=function(){this.grid.commit(),this._triggerRemoveEvent(),this._triggerAddEvent(),this._triggerChangeEvent()},i.prototype.isAreaEmpty=function(t,e,i,o){return this.grid.isAreaEmpty(t,e,i,o)},i.prototype.setStatic=function(t){this.opts.staticGrid=!0===t,this.enableMove(!t),this.enableResize(!t),this._setStaticClass()},i.prototype._setStaticClass=function(){var t="grid-stack-static";!0===this.opts.staticGrid?this.container.addClass(t):this.container.removeClass(t)},l.prototype._layoutsNodesChange=function(t){this._layouts&&!this._ignoreLayoutsNodeChange&&this._layouts.forEach(function(o,a){o&&a!==this.column&&(a<this.column?this._layouts[a]=void 0:t.forEach(function(e){var t=o.find(function(t){return t._id===e._id});if(t){var i=a/this.column;e.y!==e._origY&&(t.y+=e.y-e._origY),e.x!==e._origX&&(t.x=Math.round(e.x*i)),e.width!==e._origW&&(t.width=Math.round(e.width*i))}},this))},this)},l.prototype._updateNodeWidths=function(e,i,o){if(this.nodes.length&&e!==i){var a=[this.nodes.length];if(this.nodes.forEach(function(t,e){a[e]={x:t.x,y:t.y,width:t.width,_id:t._id}}),this._layouts=this._layouts||[],this._layouts[e]=a,1===i&&o&&o.length){var s=0;o.forEach(function(t){t.x=0,t.width=1,t.y=Math.max(t.y,s),s=t.y+t.height})}else o=f.sort(this.nodes,-1,e);var t=this._layouts[i]||[],r=this._layouts.length-1;0===t.length&&e<i&&i<r&&(t=this._layouts[r]||[]).length&&(e=r,t.forEach(function(e){var t=o.findIndex(function(t){return t&&t._id===e._id});-1!==t&&(o[t].x=e.x,o[t].y=e.y,o[t].width=e.width)}),t=[]);var n=[];t.forEach(function(e){var t=o.findIndex(function(t){return t&&t._id===e._id});-1!==t&&(o[t].x=e.x,o[t].y=e.y,o[t].width=e.width,n.push(o[t]),o[t]=null)});var d=i/e;o.forEach(function(t){t&&(t.x=1===i?0:Math.round(t.x*d),t.width=1===i||1===e?1:Math.round(t.width*d)||1,n.push(t))}),n=f.sort(n,-1,i),this._ignoreLayoutsNodeChange=!0,this.batchUpdate(),this.nodes=[],n.forEach(function(t){this.addNode(t,!1),t._dirty=!0},this),this.commit(),delete this._ignoreLayoutsNodeChange}},l.prototype._saveInitial=function(){this.nodes.forEach(function(t){t._origX=t.x,t._origY=t.y,t._origW=t.width,t._origH=t.height,delete t._dirty})},i.prototype.setColumn=function(t,e){if(this.opts.column!==t){var o,i=this.opts.column;if(1===t?this._prevColumn=i:delete this._prevColumn,this.container.removeClass("grid-stack-"+i),this.container.addClass("grid-stack-"+t),this.opts.column=this.grid.column=t,!0!==e)this.opts.oneColumnModeDomSort&&1===t&&(o=[],this.container.children("."+this.opts.itemClass).each(function(t,e){var i=m(e).data("_gridstack_node");i&&o.push(i)}),o.length||(o=void 0)),this.grid._updateNodeWidths(i,t,o),this.grid._ignoreLayoutsNodeChange=!0,this._triggerChangeEvent(),delete this.grid._ignoreLayoutsNodeChange}},i.prototype.float=function(t){if(void 0===t)return this.opts.float||!1;this.opts.float!==t&&(this.opts.float=this.grid.float=t||!1,t||(this.grid._packNodes(),this.grid._notify(),this._triggerChangeEvent()))},i.prototype.setGridWidth=(o="setGridWidth",a="setColumn",r="v0.5.3",g.prototype=(e=i.prototype.setColumn).prototype,g),t.GridStackUI=i,t.GridStackUI.Utils=f,t.GridStackUI.Engine=l,t.GridStackUI.GridStackDragDropPlugin=h,m.fn.gridstack=function(e){return this.each(function(){var t=m(this);t.data("gridstack")||t.data("gridstack",new i(this,e))})},t.GridStackUI}); -//# sourceMappingURL=gridstack.min.map \ No newline at end of file diff --git a/software/flow/node_modules/gridstack/dist/gridstack.min.map b/software/flow/node_modules/gridstack/dist/gridstack.min.map deleted file mode 100644 index 7d7f410..0000000 --- a/software/flow/node_modules/gridstack/dist/gridstack.min.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["../src/gridstack-poly.js","../src/gridstack.js","../src/jquery-ui.js","../src/gridstack.jQueryUI.js"],"names":["Number","isNaN","input","Array","prototype","find","Object","defineProperty","value","predicate","this","TypeError","o","len","length","thisArg","arguments","k","kValue","call","configurable","writable","findIndex","factory","define","amd","exports","jQueryModule","require","e","window","jQuery","$","scope","obsoleteOpts","opts","oldName","newName","rev","undefined","console","warn","obsoleteAttr","el","oldAttr","attr","Utils","isIntercepted","a","b","x","width","y","height","sort","nodes","dir","column","widths","map","node","Math","max","apply","sortBy","n","createStylesheet","id","parent","style","document","createElement","setAttribute","styleSheet","cssText","appendChild","createTextNode","getElementsByTagName","insertBefore","firstChild","sheet","removeStylesheet","remove","insertCSSRule","selector","rules","index","insertRule","addRule","toBool","v","toLowerCase","Boolean","_collisionNodeCheck","nn","_didCollide","bn","newY","_isAddNodeIntercepted","parseHeight","val","heightUnit","match","Error","parseFloat","unit","without","array","item","indexOf","slice","splice","getter","left","right","valueLeft","valueRight","defaults","target","forEach","source","prop","hasOwnProperty","clone","extend","throttle","callback","delay","isWaiting","setTimeout","removePositioningStyles","position","removeProperty","top","getScrollParent","scrollHeight","clientHeight","parentNode","updateScrollPosition","ui","distance","rect","getBoundingClientRect","innerHeightOrClientHeight","innerHeight","documentElement","bottom","offsetDiffDown","offsetDiffUp","scrollEl","prevScroll","scrollTop","offsetHeight","abs","GridStackDragDropPlugin","grid","registeredPlugins","registerPlugin","pluginClass","push","resizable","draggable","droppable","isDroppable","on","eventName","GridStackEngine","onchange","float","maxRow","items","_addedNodes","_removedNodes","_batchMode","idSeq","batchUpdate","_prevFloat","commit","_packNodes","_notify","getNodeDataByDOMEl","get","_fixCollisions","_sortNodes","hasLocked","locked","collisionNode","moveNode","isAreaEmpty","i","_updating","_packY","_dirty","canBeMoved","_prepareNode","resizing","autoPosition","parseInt","noResize","noMove","args","isArray","dirtyNodes","concat","getDirtyNodes","cleanNodes","verify","dirtNodes","_origY","_origX","_origW","_origH","filter","addNode","triggerAddEvent","maxWidth","min","maxHeight","minWidth","minHeight","_id","floor","removeNode","detachNode","removeAll","_layouts","canMoveNode","isNodeChangedPosition","clonedNode","res","getGridHeight","canBePlacedWithRespectToHeight","noPack","lastTriedX","lastTriedY","lastTriedWidth","lastTriedHeight","reduce","memo","beginUpdate","endUpdate","GridStack","isAutoCellHeight","self","container","info","obsoleteOptsDel","itemClass","isNested","closest","placeholderClass","placeholderText","handle","handleClass","cellHeight","verticalMargin","auto","staticGrid","_class","random","toFixed","animate","alwaysShowResizeHandle","autoHide","handles","scroll","appendTo","disableDrag","disableResize","rtl","removable","removableOptions","accept","removeTimeout","verticalMarginUnit","cellHeightUnit","disableOneColumnMode","oneColumnModeDomSort","ddPlugin","dd","css","addClass","cellWidth","_setStaticClass","_initStyles","_updateStyles","elements","_this","children","each","_prepareElement","_saveInitial","setAnimation","placeholder","hide","_updateContainerHeight","_updateHeightsOnResize","onResizeHandler","innerWidth","clientWidth","body","oneColumnMode","setColumn","_prevColumn","resize","trashZone","event","data","_grid","_setupRemovingTimeout","_clearRemovingTimeout","acceptWidgets","onDrag","draggingElement","pos","getCellFromPixel","pageX","pageY","_added","append","show","_beforeDragX","_beforeDragY","is","origNode","w","h","ceil","outerWidth","round","outerHeight","_temporary","isOutOfGrid","unbind","detach","originalNode","_triggerRemoveEvent","helper","enableSelection","removeData","removeClass","_prepareElementsByNode","_triggerAddEvent","_triggerChangeEvent","trigger","f","wrapper","_layoutsNodesChange","_stylesId","_styles","_max","getHeight","prefix","nbRows","nbMargins","cssMinHeight","_removeTimeout","_isAboutToRemove","clearTimeout","dragOrResize","type","size","_prevYPix","_temporaryRemoved","onStartMoving","strictCellHeight","onEndMoving","nestedGrids","start","stop","drag","_writeAttr","_readAttr","resizeHandles","enable","addWidget","makeWidget","willItFit","removeWidget","destroy","detachGrid","off","disable","movable","enableMove","doEnable","includeNewWidgets","enableResize","_updateElement","first","move","update","compact","noUpdate","heightData","useOffset","containerPos","offset","relativeLeft","relativeTop","columnWidth","rowHeight","setStatic","staticValue","staticClassName","_ignoreLayoutsNodeChange","layout","l","ratio","_updateNodeWidths","oldColumn","copy","cacheNodes","lastIndex","cacheNode","j","newNodes","doNotPropagate","domNodes","setGridWidth","GridStackUI","Engine","fn","gridstack","version","orig","widgetUuid","widgetSlice","cleanData","elems","events","elem","_data","triggerHandler","widget","name","base","existingConstructor","constructor","basePrototype","proxiedPrototype","namespace","split","fullName","Widget","expr","options","element","_createWidget","_proto","_childConstructors","_super","_superApply","isFunction","returnValue","__super","__superApply","widgetEventPrefix","widgetName","widgetFullName","child","childPrototype","bridge","key","inputIndex","inputLength","isPlainObject","object","isMethodCall","methodValue","instance","charAt","jquery","pushStack","error","option","_init","defaultElement","classes","disabled","create","uuid","eventNamespace","bindings","hoverable","focusable","classesElementLookup","_on","ownerDocument","defaultView","parentWindow","_getCreateOptions","_create","_setOptionDisabled","_trigger","_getCreateEventData","noop","that","_destroy","_removeClass","removeAttr","parts","curOption","shift","pop","_setOptions","_setOption","_setOptionClasses","classKey","currentElements","_classes","keys","add","_toggleClass","full","processClassString","checkOption","current","unique","not","extra","join","_untrackClassesElement","inArray","_addClass","toggleClass","suppressDisabledCheck","handlers","delegateElement","handler","handlerProxy","hasClass","guid","_off","_delay","_hoverable","mouseenter","currentTarget","mouseleave","_focusable","focusin","focusout","Event","originalEvent","isDefaultPrevented","method","defaultEffect","hasOptions","effect","effectName","duration","isEmptyObject","complete","effects","easing","queue","next","createPseudo","dataName","disableSelection","eventType","preventDefault","scrollParent","includeHidden","excludeStaticParent","overflowRegex","parents","test","eq","ie","exec","navigator","userAgent","mouseHandled","cancel","_mouseInit","_mouseDown","stopImmediatePropagation","started","_mouseDestroy","_mouseMoveDelegate","_mouseUpDelegate","_mouseMoved","_mouseStarted","_mouseUp","_mouseDownEvent","btnIsLeft","which","elIsCancel","nodeName","_mouseCapture","mouseDelayMet","_mouseDelayTimer","_mouseDistanceMet","_mouseDelayMet","_mouseStart","_mouseMove","documentMode","button","altKey","ctrlKey","metaKey","shiftKey","ignoreMissingWhich","_mouseDrag","_mouseStop","plugin","module","set","proto","plugins","allowDisconnected","nodeType","safeActiveElement","activeElement","safeBlur","mouse","addClasses","axis","connectToSortable","containment","cursor","cursorAt","iframeFix","opacity","refreshPositions","revert","revertDuration","scrollSensitivity","scrollSpeed","snap","snapMode","snapTolerance","stack","zIndex","_setPositionRelative","_setHandleClassName","_removeHandleClassName","destroyOnClear","_getHandle","_blurActiveElement","_blockFrames","iframeBlocks","iframe","_unblockFrames","_createHelper","_cacheHelperProportions","ddmanager","_cacheMargins","cssPosition","offsetParent","hasFixedAncestor","positionAbs","_refreshOffsets","originalPosition","_generatePosition","originalPageX","originalPageY","_adjustOffsetFromHelper","_setContainment","_clear","dropBehaviour","prepareOffsets","dragStart","margins","_getParentOffset","relative","_getRelativeOffset","click","noPropagation","_convertPositionTo","_uiHash","dropped","drop","dragStop","handleElement","helperIsFunction","obj","helperProportions","_isRootNode","tagName","po","contains","scrollLeft","p","scrollIsRootNode","isUserScrollable","c","ce","relativeContainer","scrollWidth","offsetWidth","d","mod","constrainPosition","co","cancelHelperRemoval","uiSortable","sortables","sortable","isOver","_storedCSS","_helper","innermostIntersecting","_intersectsWith","containerCache","_parent","currentItem","fromOutside","_revert","t","_cursor","_opacity","scrollParentNotHidden","overflowOffset","scrolled","snapElements","String","$t","$o","inst","ts","bs","ls","rs","r","x1","x2","y1","y2","snapping","release","snapItem","group","makeArray","_zIndex","greedy","tolerance","activate","deactivate","out","over","proportions","isover","isout","_addToManager","droppables","_splice","_activate","_addActiveClass","_deactivate","_removeActiveClass","_over","_addHoverClass","_out","_removeHoverClass","_drop","custom","childrenIntersection","intersect","toleranceMode","absolute","isOverAxis","reference","default","m","list","addBack","droppablesLoop","visible","parentsUntil","greedyChild","parentInstance","intersects","uiBackCompat","hoverClass","activeClass","alsoResize","animateDuration","animateEasing","aspectRatio","ui-resizable-se","ghost","_num","_isNumber","_hasScroll","has","_aspectRatio","originalElement","_proportionallyResizeElements","wrap","elementIsWrapper","marginTop","marginRight","marginBottom","marginLeft","originalResizeStyle","zoom","display","_proportionallyResize","_setupHandles","_handles","exp","insertAfter","_removeHandles","hname","s","se","sw","ne","nw","trim","_renderAxis","padPos","padWrapper","mousedown","className","capture","curleft","curtop","_renderProxy","originalSize","sizeDiff","originalMousePosition","_propagate","props","smp","dx","dy","_change","_updatePrevProperties","_updateVirtualBoundaries","_updateRatio","_respectSize","_updateCache","_applyChanges","pr","ista","soffseth","soffsetw","prevPosition","prevSize","forceAspectRatio","pMinWidth","pMaxWidth","pMinHeight","pMaxHeight","Infinity","_vBoundaries","cpos","csize","ismaxw","ismaxh","isminw","isminh","dw","dh","cw","ch","_getPaddingPlusBorderDimensions","borders","paddings","prel","outerDimensions","elementOffset","cs","step","oc","containerElement","containerOffset","containerPosition","parentData","containerSize","woset","hoset","isParent","isOffsetRelative","cp","pRatio","cop","continueResize","ho","os","op","delta","sum","margin","removeChild","gridX","gridY","ox","oy","newWidth","newHeight","isMaxWidth","isMaxHeight","isMinWidth","isMinHeight","JQueryUIGridStackDragDropPlugin","dragOut"],"mappings":";AAQAA,OAAOC,MAAQD,OAAOC,OAAS,SAAeC,GAC5C,MAAwB,iBAAVA,GAAsBA,GAAUA,GAI3CC,MAAMC,UAAUC,MACnBC,OAAOC,eAAeJ,MAAMC,UAAW,OAAQ,CAC7CI,MAAO,SAAUC,GAEf,GAAY,MAARC,KACF,MAAMC,UAAU,iCAGlB,IAAIC,EAAIN,OAAOI,MAGXG,EAAMD,EAAEE,SAAW,EAGvB,GAAyB,mBAAdL,EACT,MAAME,UAAU,gCAUlB,IANA,IAAII,EAAUC,UAAU,GAGpBC,EAAI,EAGDA,EAAIJ,GAAK,CAKd,IAAIK,EAASN,EAAEK,GACf,GAAIR,EAAUU,KAAKJ,EAASG,EAAQD,EAAGL,GACrC,OAAOM,EAGTD,MAMJG,cAAc,EACdC,UAAU,IAKTlB,MAAMC,UAAUkB,WACnBhB,OAAOC,eAAeJ,MAAMC,UAAW,YAAa,CAClDI,MAAO,SAASC,GAEd,GAAY,MAARC,KACF,MAAM,IAAIC,UAAU,iCAGtB,IAAIC,EAAIN,OAAOI,MAGXG,EAAMD,EAAEE,SAAW,EAGvB,GAAyB,mBAAdL,EACT,MAAM,IAAIE,UAAU,gCAUtB,IANA,IAAII,EAAUC,UAAU,GAGpBC,EAAI,EAGDA,EAAIJ,GAAK,CAKd,IAAIK,EAASN,EAAEK,GACf,GAAIR,EAAUU,KAAKJ,EAASG,EAAQD,EAAGL,GACrC,OAAOK,EAGTA,IAIF,OAAQ,GAEVG,cAAc,EACdC,UAAU;;;;;;;;AC/Fd,SAAUE,GACR,GAAsB,mBAAXC,QAAyBA,OAAOC,IACzCD,OAAO,CAAC,SAAU,WAAYD,QACzB,GAAuB,oBAAZG,QAAyB,CACzC,IAAIC,EAEJ,IAAMA,EAAeC,QAAQ,UAAa,MAAOC,IAEjDN,EAAQI,GAAgBG,OAAOC,OAAQL,cAEvCH,EAAQO,OAAOC,OAAQD,QAV3B,CAYG,SAASE,EAAGC,GAeM,SAAfC,EAAwBC,EAAMC,EAASC,EAASC,QAC5BC,IAAlBJ,EAAKC,KACPD,EAAKE,GAAWF,EAAKC,GACrBI,QAAQC,KAAK,yBAA2BL,EAAU,sBAAwBE,EAAM,gCAC9ED,EAAU,iDAYG,SAAfK,EAAwBC,EAAIP,EAASC,EAASC,GAChD,IAAIM,EAAUD,EAAGE,KAAKT,QACNG,IAAZK,IACFD,EAAGE,KAAKR,EAASO,GACjBJ,QAAQC,KAAK,4BAA8BL,EAAU,KAAOQ,EAAU,oCAAsCN,EAAM,gCAChHD,EAAU,iDAjChB,IAqCIS,EAAQ,CAEVC,cAAe,SAASC,EAAGC,GACzB,QAASD,EAAEE,EAAIF,EAAEG,OAASF,EAAEC,GAAKD,EAAEC,EAAID,EAAEE,OAASH,EAAEE,GAAKF,EAAEI,EAAIJ,EAAEK,QAAUJ,EAAEG,GAAKH,EAAEG,EAAIH,EAAEI,QAAUL,EAAEI,IAGxGE,KAAM,SAASC,EAAOC,EAAKC,GACzB,IAAKA,EAAQ,CACX,IAAIC,EAASH,EAAMI,IAAI,SAASC,GAAQ,OAAOA,EAAKV,EAAIU,EAAKT,QAC7DM,EAASI,KAAKC,IAAIC,MAAMF,KAAMH,GAGhC,OAAa,IAATF,EACKV,EAAMkB,OAAOT,EAAO,SAASU,GAAK,QAASA,EAAEf,EAAIe,EAAEb,EAAIK,KAEvDX,EAAMkB,OAAOT,EAAO,SAASU,GAAK,OAAQA,EAAEf,EAAIe,EAAEb,EAAIK,KAGjES,iBAAkB,SAASC,EAAIC,GAC7B,IAAIC,EAAQC,SAASC,cAAc,SAUnC,OATAF,EAAMG,aAAa,OAAQ,YAC3BH,EAAMG,aAAa,mBAAoBL,GACnCE,EAAMI,WACRJ,EAAMI,WAAWC,QAAU,GAE3BL,EAAMM,YAAYL,SAASM,eAAe,MAE7BR,EAAVA,GAAmBE,SAASO,qBAAqB,QAAQ,IACvDC,aAAaT,EAAOD,EAAOW,YAC3BV,EAAMW,OAGfC,iBAAkB,SAASd,GACzBnC,EAAE,0BAA4BmC,EAAK,KAAKe,UAG1CC,cAAe,SAASH,EAAOI,EAAUC,EAAOC,GACd,mBAArBN,EAAMO,WACfP,EAAMO,WAAWH,EAAW,IAAMC,EAAQ,IAAKC,GACb,mBAAlBN,EAAMQ,SACtBR,EAAMQ,QAAQJ,EAAUC,EAAOC,IAInCG,OAAQ,SAASC,GACf,MAAiB,kBAANA,EACFA,EAEQ,iBAANA,IAEM,MADfA,EAAIA,EAAEC,gBACqB,OAAND,GAAoB,UAANA,GAAuB,MAANA,GAE/CE,QAAQF,IAGjBG,oBAAqB,SAAS5B,GAC5B,OAAOA,IAAMvD,KAAKkD,MAAQd,EAAMC,cAAckB,EAAGvD,KAAKoF,KAGxDC,YAAa,SAASC,GACpB,OAAOlD,EAAMC,cAAc,CAACG,EAAGxC,KAAKuD,EAAEf,EAAGE,EAAG1C,KAAKuF,KAAM9C,MAAOzC,KAAKuD,EAAEd,MAAOE,OAAQ3C,KAAKuD,EAAEZ,QAAS2C,IAGtGE,sBAAuB,SAASjC,GAC9B,OAAOnB,EAAMC,cAAc,CAACG,EAAGxC,KAAKwC,EAAGE,EAAG1C,KAAK0C,EAAGD,MAAOzC,KAAKkD,KAAKT,MAAOE,OAAQ3C,KAAKkD,KAAKP,QAASY,IAGvGkC,YAAa,SAASC,GACpB,IAAI/C,EAAS+C,EACTC,EAAa,KACjB,GAAIhD,GAA4B,iBAAXA,EAAqB,CACxC,IAAIiD,EAAQjD,EAAOiD,MAAM,yEACzB,IAAKA,EACH,MAAM,IAAIC,MAAM,kBAElBF,EAAaC,EAAM,IAAM,KACzBjD,EAASmD,WAAWF,EAAM,IAE5B,MAAO,CAACjD,OAAQA,EAAQoD,KAAMJ,IAGhCK,QAAU,SAASC,EAAOC,GACxB,IAAItB,EAAQqB,EAAME,QAAQD,GAO1B,OALe,IAAXtB,IACFqB,EAAQA,EAAMG,MAAM,IACdC,OAAOzB,EAAO,GAGfqB,GAGT3C,OAAQ,SAAS2C,EAAOK,GACtB,OAAOL,EAAMG,MAAM,GAAGxD,KAAK,SAAS2D,EAAMC,GACxC,IAAIC,EAAYH,EAAOC,GACnBG,EAAaJ,EAAOE,GAExB,OAAIE,IAAeD,EACV,EAGUC,EAAZD,EAAyB,GAAK,KAIzCE,SAAU,SAASC,GAWjB,OAVcnH,MAAMC,UAAU0G,MAAM3F,KAAKH,UAAW,GAE5CuG,QAAQ,SAASC,GACvB,IAAK,IAAIC,KAAQD,GACXA,EAAOE,eAAeD,IAAWH,EAAOI,eAAeD,SAA0BlF,IAAjB+E,EAAOG,KACzEH,EAAOG,GAAQD,EAAOC,MAKrBH,GAGTK,MAAO,SAASL,GACd,OAAOtF,EAAE4F,OAAO,GAAIN,IAGtBO,SAAU,SAASC,EAAUC,GAC3B,IAAIC,GAAY,EAEhB,OAAO,WACAA,IACHF,EAAS/D,MAAMrD,KAAMM,WACrBgH,GAAY,EACZC,WAAW,WAAaD,GAAY,GAAUD,MAKpDG,wBAAyB,SAASvF,GAChC,IAAI0B,EAAQ1B,EAAG,GAAG0B,MACdA,EAAM8D,UACR9D,EAAM+D,eAAe,YAEnB/D,EAAM4C,MACR5C,EAAM+D,eAAe,QAEnB/D,EAAMgE,KACRhE,EAAM+D,eAAe,OAEnB/D,EAAMlB,OACRkB,EAAM+D,eAAe,SAEnB/D,EAAMhB,QACRgB,EAAM+D,eAAe,WAGzBE,gBAAiB,SAAS3F,GASxB,OAPW,OAAPA,EACS,KACFA,EAAG4F,aAAe5F,EAAG6F,aACnB7F,EAEAG,EAAMwF,gBAAgB3F,EAAG8F,aAIxCC,qBAAsB,SAAS/F,EAAIgG,EAAIC,GAErC,IAAIC,EAAOlG,EAAGmG,wBACVC,EAA6BjH,OAAOkH,aAAe1E,SAAS2E,gBAAgBT,aAChF,GAAIK,EAAKR,IAAM,GACbQ,EAAKK,OAASH,EACd,CAIA,IAAII,EAAiBN,EAAKK,OAASH,EAC/BK,EAAeP,EAAKR,IACpBgB,EAAWvG,EAAMwF,gBAAgB3F,GACrC,GAAiB,OAAb0G,EAAmB,CACrB,IAAIC,EAAaD,EAASE,UACtBV,EAAKR,IAAM,GAAKO,EAAW,EAEzBjG,EAAG6G,aAAeT,EACpBM,EAASE,WAAaX,EAEtBS,EAASE,WAAa1F,KAAK4F,IAAIL,GAAgBvF,KAAK4F,IAAIb,GAAYA,EAAWQ,EAE7D,EAAXR,IAELjG,EAAG6G,aAAeT,EACpBM,EAASE,WAAaX,EAEtBS,EAASE,WAA8BX,EAAjBO,EAA4BP,EAAWO,GAIjER,EAAGR,SAASE,KAAOgB,EAASE,UAAYD,MAUhD,SAASI,EAAwBC,GAC/BjJ,KAAKiJ,KAAOA,EAGdD,EAAwBE,kBAAoB,GAE5CF,EAAwBG,eAAiB,SAASC,GAChDJ,EAAwBE,kBAAkBG,KAAKD,IAGjDJ,EAAwBtJ,UAAU4J,UAAY,SAASrH,EAAIR,GACzD,OAAOzB,MAGTgJ,EAAwBtJ,UAAU6J,UAAY,SAAStH,EAAIR,GACzD,OAAOzB,MAGTgJ,EAAwBtJ,UAAU8J,UAAY,SAASvH,EAAIR,GACzD,OAAOzB,MAGTgJ,EAAwBtJ,UAAU+J,YAAc,SAASxH,GACvD,OAAO,GAGT+G,EAAwBtJ,UAAUgK,GAAK,SAASzH,EAAI0H,EAAWvC,GAC7D,OAAOpH,MAMa,SAAlB4J,EAA2B7G,EAAQ8G,EAAUC,EAAOC,EAAQC,GAC9DhK,KAAK+C,OAASA,GAAU,GACxB/C,KAAK8J,MAAQA,IAAS,EACtB9J,KAAK+J,OAASA,GAAU,EAExB/J,KAAK6C,MAAQmH,GAAS,GACtBhK,KAAK6J,SAAWA,GAAY,aAE5B7J,KAAKiK,YAAc,GACnBjK,KAAKkK,cAAgB,GACrBlK,KAAKmK,YAAa,EAZpB,IAAIC,EAAQ,EAeZR,EAAgBlK,UAAU2K,YAAc,WAClCrK,KAAKmK,aACTnK,KAAKmK,YAAa,EAClBnK,KAAKsK,WAAatK,KAAK8J,MACvB9J,KAAK8J,OAAQ,IAGfF,EAAgBlK,UAAU6K,OAAS,WAC5BvK,KAAKmK,aACVnK,KAAKmK,YAAa,EAClBnK,KAAK8J,MAAQ9J,KAAKsK,kBACXtK,KAAKsK,WACZtK,KAAKwK,aACLxK,KAAKyK,YAIPb,EAAgBlK,UAAUgL,mBAAqB,SAASzI,GACtD,OAAOjC,KAAK6C,MAAMlD,KAAK,SAAS4D,GAAK,OAAOtB,EAAG0I,IAAI,KAAOpH,EAAEtB,GAAG0I,IAAI,MAGrEf,EAAgBlK,UAAUkL,eAAiB,SAAS1H,GAElDlD,KAAK6K,YAAY,GAEjB,IAAIzF,EAAKlC,EACL4H,EAAY5F,QAAQlF,KAAK6C,MAAMlD,KAAK,SAAS4D,GAAK,OAAOA,EAAEwH,UAI/D,IAHK/K,KAAK8J,OAAUgB,IAClB1F,EAAK,CAAC5C,EAAG,EAAGE,EAAGQ,EAAKR,EAAGD,MAAOzC,KAAK+C,OAAQJ,OAAQO,EAAKP,WAE7C,CACX,IAAIqI,EAAgBhL,KAAK6C,MAAMlD,KAAKyC,EAAM+C,oBAAqB,CAACjC,KAAMA,EAAMkC,GAAIA,IAChF,IAAK4F,EAAiB,OACtBhL,KAAKiL,SAASD,EAAeA,EAAcxI,EAAGU,EAAKR,EAAIQ,EAAKP,OAC1DqI,EAAcvI,MAAOuI,EAAcrI,QAAQ,KAIjDiH,EAAgBlK,UAAUwL,YAAc,SAAS1I,EAAGE,EAAGD,EAAOE,GAC5D,IAAIyC,EAAK,CAAC5C,EAAGA,GAAK,EAAGE,EAAGA,GAAK,EAAGD,MAAOA,GAAS,EAAGE,OAAQA,GAAU,GAIrE,OAHoB3C,KAAK6C,MAAMlD,KAAK,SAAS4D,GAC3C,OAAOnB,EAAMC,cAAckB,EAAG6B,MAKlCwE,EAAgBlK,UAAUmL,WAAa,SAAS/H,GAC9C9C,KAAK6C,MAAQT,EAAMQ,KAAK5C,KAAK6C,MAAOC,EAAK9C,KAAK+C,SAGhD6G,EAAgBlK,UAAU8K,WAAa,WACrCxK,KAAK6K,aAED7K,KAAK8J,MACP9J,KAAK6C,MAAMgE,QAAQ,SAAStD,EAAG4H,GAC7B,IAAI5H,EAAE6H,gBAA0BvJ,IAAb0B,EAAE8H,QAAwB9H,EAAEb,IAAMa,EAAE8H,OAKvD,IADA,IAAI9F,EAAOhC,EAAEb,EACN6C,GAAQhC,EAAE8H,QAAQ,CACHrL,KAAK6C,MACtBuD,MAAM,EAAG+E,GACTxL,KAAKyC,EAAMiD,YAAa,CAAC9B,EAAGA,EAAGgC,KAAMA,MAGtChC,EAAE+H,QAAS,EACX/H,EAAEb,EAAI6C,KAENA,IAEHvF,MAEHA,KAAK6C,MAAMgE,QAAQ,SAAStD,EAAG4H,GAC7B,IAAI5H,EAAEwH,OACN,KAAa,EAANxH,EAAEb,GAAO,CACd,IAAI6C,EAAOhC,EAAEb,EAAI,EACb6I,EAAmB,IAANJ,EAEjB,GAAQ,EAAJA,EAIFI,OAA+B1J,IAHX7B,KAAK6C,MACtBuD,MAAM,EAAG+E,GACTxL,KAAKyC,EAAMiD,YAAa,CAAC9B,EAAGA,EAAGgC,KAAMA,IAI1C,IAAKgG,EAAc,MAInBhI,EAAE+H,OAAU/H,EAAEb,IAAM6C,EACpBhC,EAAEb,EAAI6C,IAEPvF,OAIP4J,EAAgBlK,UAAU8L,aAAe,SAAStI,EAAMuI,QAGvC5J,KAFfqB,EAAOA,GAAQ,IAENV,QAA8BX,IAAXqB,EAAKR,GAA8B,OAAXQ,EAAKV,GAAyB,OAAXU,EAAKR,IAC1EQ,EAAKwI,cAAe,GAItB,IAAI/E,EAAW,CAAClE,MAAO,EAAGE,OAAQ,EAAGH,EAAG,EAAGE,EAAG,GA4C9C,OA3CAQ,EAAOd,EAAMuE,SAASzD,EAAMyD,IAGvBnE,EAAImJ,SAASzI,EAAKV,GACvBU,EAAKR,EAAIiJ,SAASzI,EAAKR,GACvBQ,EAAKT,MAAQkJ,SAASzI,EAAKT,OAC3BS,EAAKP,OAASgJ,SAASzI,EAAKP,QAC5BO,EAAKwI,aAAexI,EAAKwI,eAAgB,EACzCxI,EAAK0I,SAAW1I,EAAK0I,WAAY,EACjC1I,EAAK2I,OAAS3I,EAAK2I,SAAU,EAGzBvM,OAAOC,MAAM2D,EAAKV,KAAWU,EAAKV,EAAImE,EAASnE,EAAGU,EAAKwI,cAAe,GACtEpM,OAAOC,MAAM2D,EAAKR,KAAWQ,EAAKR,EAAIiE,EAASjE,EAAGQ,EAAKwI,cAAe,GACtEpM,OAAOC,MAAM2D,EAAKT,SAAWS,EAAKT,MAAQkE,EAASlE,OACnDnD,OAAOC,MAAM2D,EAAKP,UAAWO,EAAKP,OAASgE,EAAShE,QAEpDO,EAAKT,MAAQzC,KAAK+C,OACpBG,EAAKT,MAAQzC,KAAK+C,OACTG,EAAKT,MAAQ,IACtBS,EAAKT,MAAQ,GAGXS,EAAKP,OAAS,IAChBO,EAAKP,OAAS,GAGZO,EAAKV,EAAI,IACXU,EAAKV,EAAI,GAGPU,EAAKV,EAAIU,EAAKT,MAAQzC,KAAK+C,SACzB0I,EACFvI,EAAKT,MAAQzC,KAAK+C,OAASG,EAAKV,EAEhCU,EAAKV,EAAIxC,KAAK+C,OAASG,EAAKT,OAI5BS,EAAKR,EAAI,IACXQ,EAAKR,EAAI,GAGJQ,GAGT0G,EAAgBlK,UAAU+K,QAAU,WAClC,IAAIzK,KAAKmK,WAAT,CACA,IAAI2B,EAAOrM,MAAMC,UAAU0G,MAAM3F,KAAKH,UAAW,GACjDwL,EAAK,QAAkBjK,IAAZiK,EAAK,GAAmB,GAAMrM,MAAMsM,QAAQD,EAAK,IAAMA,EAAK,GAAK,CAACA,EAAK,IAClFA,EAAK,QAAkBjK,IAAZiK,EAAK,IAA0BA,EAAK,GAC/C,IAAIE,EAAaF,EAAK,GAAGG,OAAOjM,KAAKkM,iBACrClM,KAAK6J,SAASmC,EAAYF,EAAK,MAGjClC,EAAgBlK,UAAUyM,WAAa,WACjCnM,KAAKmK,YACTnK,KAAK6C,MAAMgE,QAAQ,SAAStD,UAAYA,EAAE+H,UAG5C1B,EAAgBlK,UAAUwM,cAAgB,SAASE,GAEjD,GAAIA,EAAQ,CACV,IAAIC,EAAY,GAUhB,OATArM,KAAK6C,MAAMgE,QAAQ,SAAUtD,GACvBA,EAAE+H,SACA/H,EAAEb,IAAMa,EAAE+I,QAAU/I,EAAEf,IAAMe,EAAEgJ,QAAUhJ,EAAEd,QAAUc,EAAEiJ,QAAUjJ,EAAEZ,SAAWY,EAAEkJ,cAC1ElJ,EAAE+H,OAETe,EAAUhD,KAAK9F,MAId8I,EAGT,OAAOrM,KAAK6C,MAAM6J,OAAO,SAASnJ,GAAK,OAAOA,EAAE+H,UAGlD1B,EAAgBlK,UAAUiN,QAAU,SAASzJ,EAAM0J,GAUjD,QAPsB/K,KAFtBqB,EAAOlD,KAAKwL,aAAatI,IAEhB2J,WAA0B3J,EAAKT,MAAQU,KAAK2J,IAAI5J,EAAKT,MAAOS,EAAK2J,gBACnDhL,IAAnBqB,EAAK6J,YAA2B7J,EAAKP,OAASQ,KAAK2J,IAAI5J,EAAKP,OAAQO,EAAK6J,iBACvDlL,IAAlBqB,EAAK8J,WAA0B9J,EAAKT,MAAQU,KAAKC,IAAIF,EAAKT,MAAOS,EAAK8J,gBACnDnL,IAAnBqB,EAAK+J,YAA2B/J,EAAKP,OAASQ,KAAKC,IAAIF,EAAKP,OAAQO,EAAK+J,YAE7E/J,EAAKgK,IAAMhK,EAAKgK,OAAS9C,EAErBlH,EAAKwI,aAAc,CACrB1L,KAAK6K,aAEL,IAAK,IAAIM,EAAI,KAAMA,EAAG,CACpB,IAAI3I,EAAI2I,EAAInL,KAAK+C,OACbL,EAAIS,KAAKgK,MAAMhC,EAAInL,KAAK+C,QAC5B,KAAIP,EAAIU,EAAKT,MAAQzC,KAAK+C,UAGrB/C,KAAK6C,MAAMlD,KAAKyC,EAAMoD,sBAAuB,CAAChD,EAAGA,EAAGE,EAAGA,EAAGQ,KAAMA,IAAQ,CAC3EA,EAAKV,EAAIA,EACTU,EAAKR,EAAIA,SACFQ,EAAKwI,aACZ,QAaN,OARA1L,KAAK6C,MAAMwG,KAAKnG,GACZ0J,GACF5M,KAAKiK,YAAYZ,KAAKnG,GAGxBlD,KAAK4K,eAAe1H,GACpBlD,KAAKwK,aACLxK,KAAKyK,UACEvH,GAGT0G,EAAgBlK,UAAU0N,WAAa,SAASlK,EAAMmK,GACpDA,OAA6BxL,IAAfwL,GAAkCA,EAChDrN,KAAKkK,cAAcb,KAAKnG,GACxBA,EAAKgK,IAAM,KACXlN,KAAK6C,MAAQT,EAAM4D,QAAQhG,KAAK6C,MAAOK,GACvClD,KAAKwK,aACLxK,KAAKyK,QAAQvH,EAAMmK,IAGrBzD,EAAgBlK,UAAU4N,UAAY,SAASD,UACtCrN,KAAKuN,SACc,IAAtBvN,KAAK6C,MAAMzC,SACfiN,OAA6BxL,IAAfwL,GAAkCA,EAChDrN,KAAK6C,MAAMgE,QAAQ,SAAStD,GAAKA,EAAE2J,IAAM,OACzClN,KAAKkK,cAAgBlK,KAAK6C,MAC1B7C,KAAK6C,MAAQ,GACb7C,KAAKyK,QAAQzK,KAAKkK,cAAemD,KAGnCzD,EAAgBlK,UAAU8N,YAAc,SAAStK,EAAMV,EAAGE,EAAGD,EAAOE,GAClE,IAAK3C,KAAKyN,sBAAsBvK,EAAMV,EAAGE,EAAGD,EAAOE,GACjD,OAAO,EAET,IAMI+K,EANA5C,EAAY5F,QAAQlF,KAAK6C,MAAMlD,KAAK,SAAS4D,GAAK,OAAOA,EAAEwH,UAE/D,IAAK/K,KAAK+J,SAAWe,EACnB,OAAO,EAIT,IAAI7D,EAAQ,IAAI2C,EACd5J,KAAK+C,OACL,KACA/C,KAAK8J,MACL,EACA9J,KAAK6C,MAAMI,IAAI,SAASM,GACtB,OAAIA,IAAML,EACRwK,EAAapM,EAAE4F,OAAO,GAAI3D,GAGrBjC,EAAE4F,OAAO,GAAI3D,MAGxB,IAAKmK,EAAe,OAAO,EAE3BzG,EAAMgE,SAASyC,EAAYlL,EAAGE,EAAGD,EAAOE,GAExC,IAAIgL,GAAM,EAWV,OATI7C,IACF6C,IAAQzI,QAAQ+B,EAAMpE,MAAMlD,KAAK,SAAS4D,GACxC,OAAOA,IAAMmK,GAAcxI,QAAQ3B,EAAEwH,SAAW7F,QAAQ3B,EAAE+H,YAG1DtL,KAAK+J,SACP4D,GAAO1G,EAAM2G,iBAAmB5N,KAAK+J,QAGhC4D,GAGT/D,EAAgBlK,UAAUmO,+BAAiC,SAAS3K,GAClE,IAAKlD,KAAK+J,OACR,OAAO,EAGT,IAAI9C,EAAQ,IAAI2C,EACd5J,KAAK+C,OACL,KACA/C,KAAK8J,MACL,EACA9J,KAAK6C,MAAMI,IAAI,SAASM,GAAK,OAAOjC,EAAE4F,OAAO,GAAI3D,MAEnD,OADA0D,EAAM0F,QAAQzJ,GACP+D,EAAM2G,iBAAmB5N,KAAK+J,QAGvCH,EAAgBlK,UAAU+N,sBAAwB,SAASvK,EAAMV,EAAGE,EAAGD,EAAOE,GAW5E,MAViB,iBAANH,IAAkBA,EAAIU,EAAKV,GACrB,iBAANE,IAAkBA,EAAIQ,EAAKR,GACjB,iBAAVD,IAAsBA,EAAQS,EAAKT,OACxB,iBAAXE,IAAuBA,EAASO,EAAKP,aAE1Bd,IAAlBqB,EAAK2J,WAA0BpK,EAAQU,KAAK2J,IAAIrK,EAAOS,EAAK2J,gBACzChL,IAAnBqB,EAAK6J,YAA2BpK,EAASQ,KAAK2J,IAAInK,EAAQO,EAAK6J,iBAC7ClL,IAAlBqB,EAAK8J,WAA0BvK,EAAQU,KAAKC,IAAIX,EAAOS,EAAK8J,gBACzCnL,IAAnBqB,EAAK+J,YAA2BtK,EAASQ,KAAKC,IAAIT,EAAQO,EAAK+J,YAE/D/J,EAAKV,IAAMA,GAAKU,EAAKR,IAAMA,GAAKQ,EAAKT,QAAUA,GAASS,EAAKP,SAAWA,GAM9EiH,EAAgBlK,UAAUuL,SAAW,SAAS/H,EAAMV,EAAGE,EAAGD,EAAOE,EAAQmL,GAWvE,GAViB,iBAANtL,IAAkBA,EAAIU,EAAKV,GACrB,iBAANE,IAAkBA,EAAIQ,EAAKR,GACjB,iBAAVD,IAAsBA,EAAQS,EAAKT,OACxB,iBAAXE,IAAuBA,EAASO,EAAKP,aAE1Bd,IAAlBqB,EAAK2J,WAA0BpK,EAAQU,KAAK2J,IAAIrK,EAAOS,EAAK2J,gBACzChL,IAAnBqB,EAAK6J,YAA2BpK,EAASQ,KAAK2J,IAAInK,EAAQO,EAAK6J,iBAC7ClL,IAAlBqB,EAAK8J,WAA0BvK,EAAQU,KAAKC,IAAIX,EAAOS,EAAK8J,gBACzCnL,IAAnBqB,EAAK+J,YAA2BtK,EAASQ,KAAKC,IAAIT,EAAQO,EAAK+J,YAE/D/J,EAAKV,IAAMA,GAAKU,EAAKR,IAAMA,GAAKQ,EAAKT,QAAUA,GAASS,EAAKP,SAAWA,EAC1E,OAAOO,EAGT,IAAIuI,EAAWvI,EAAKT,QAAUA,EAoB9B,OAnBAS,EAAKoI,QAAS,EAEdpI,EAAKV,EAAIA,EACTU,EAAKR,EAAIA,EACTQ,EAAKT,MAAQA,EACbS,EAAKP,OAASA,EAEdO,EAAK6K,WAAavL,EAClBU,EAAK8K,WAAatL,EAClBQ,EAAK+K,eAAiBxL,EACtBS,EAAKgL,gBAAkBvL,EAEvBO,EAAOlD,KAAKwL,aAAatI,EAAMuI,GAE/BzL,KAAK4K,eAAe1H,GACf4K,IACH9N,KAAKwK,aACLxK,KAAKyK,WAEAvH,GAGT0G,EAAgBlK,UAAUkO,cAAgB,WACxC,OAAO5N,KAAK6C,MAAMsL,OAAO,SAASC,EAAM7K,GAAK,OAAOJ,KAAKC,IAAIgL,EAAM7K,EAAEb,EAAIa,EAAEZ,SAAY,IAGzFiH,EAAgBlK,UAAU2O,YAAc,SAASnL,GAC3CA,EAAKkI,YACTlI,EAAKkI,WAAY,EACjBpL,KAAK6C,MAAMgE,QAAQ,SAAStD,GAAKA,EAAE8H,OAAS9H,EAAEb,MAGhDkH,EAAgBlK,UAAU4O,UAAY,WACpC,IAAI/K,EAAIvD,KAAK6C,MAAMlD,KAAK,SAAS4D,GAAK,OAAOA,EAAE6H,YAC3C7H,IACFA,EAAE6H,WAAY,EACdpL,KAAK6C,MAAMgE,QAAQ,SAAStD,UAAYA,EAAE8H,WAS9B,SAAZkD,EAAqBtM,EAAIR,GAC3B,IACgC+M,EAD5BC,EAAOzO,KAGXyB,EAAOA,GAAQ,GAEfzB,KAAK0O,UAAYpN,EAAEW,GAEnBT,EAAaC,EAAM,QAAS,SAAU,UACtCD,EAAaC,EAAM,SAAU,SAAU,UA9oBnB,SAASA,EAAMC,EAASE,EAAK+M,QAC3B9M,IAAlBJ,EAAKC,IACPI,QAAQC,KAAK,yBAA2BL,EAAU,sBAAwBE,EAAM+M,GA6oBlFC,CAAgBnN,EAAM,qBAAsB,SAAU,uCAGtDO,EAAahC,KAAK0O,UAAW,gBAAiB,iBAAkB,UAChE1M,EAAahC,KAAK0O,UAAW,iBAAkB,kBAAmB,UAElEjN,EAAKoN,UAAYpN,EAAKoN,WAAa,kBACnC,IAAIC,EAAiE,EAAtD9O,KAAK0O,UAAUK,QAAQ,IAAMtN,EAAKoN,WAAWzO,OAuG5D,GArGAJ,KAAKyB,KAAOW,EAAMuE,SAASlF,EAAM,CAC/BsB,OAAQ4I,SAAS3L,KAAK0O,UAAUvM,KAAK,oBAAsB,GAC3D4H,OAAQ4B,SAAS3L,KAAK0O,UAAUvM,KAAK,qBAAuB,EAC5D0M,UAAW,kBACXG,iBAAkB,yBAClBC,gBAAiB,GACjBC,OAAQ,2BACRC,YAAa,KACbC,WAAY,GACZC,eAAgB,GAChBC,MAAM,EACNtC,SAAU,IACVlD,OAAO,EACPyF,YAAY,EACZC,OAAQ,wBAA0C,IAAhBrM,KAAKsM,UAAkBC,QAAQ,GACjEC,QAASzK,QAAQlF,KAAK0O,UAAUvM,KAAK,sBAAuB,EAC5DyN,uBAAwBnO,EAAKmO,yBAA0B,EACvDtG,UAAWlH,EAAMuE,SAASlF,EAAK6H,WAAa,GAAI,CAC9CuG,UAAYpO,EAAKmO,uBACjBE,QAAS,OAEXvG,UAAWnH,EAAMuE,SAASlF,EAAK8H,WAAa,GAAI,CAC9C2F,QAASzN,EAAK0N,YAAc,IAAM1N,EAAK0N,YAAe1N,EAAKyN,OAASzN,EAAKyN,OAAS,KAChF,2BACFa,QAAQ,EACRC,SAAU,SAEZC,YAAaxO,EAAKwO,cAAe,EACjCC,cAAezO,EAAKyO,gBAAiB,EACrCC,IAAK,OACLC,WAAW,EACXC,iBAAkBjO,EAAMuE,SAASlF,EAAK4O,kBAAoB,GAAI,CAC5DC,OAAQ,IAAM7O,EAAKoN,YAErB0B,cAAe,IACfC,mBAAoB,KACpBC,eAAgB,KAChBC,qBAAsBjP,EAAKiP,uBAAwB,EACnDC,qBAAsBlP,EAAKkP,qBAC3BC,SAAU,QAGe,IAAvB5Q,KAAKyB,KAAKmP,SACZ5Q,KAAKyB,KAAKmP,SAAW5H,EACW,OAAvBhJ,KAAKyB,KAAKmP,WACnB5Q,KAAKyB,KAAKmP,SAAW5H,EAAwBE,kBAAkB,IAAMF,GAGvEhJ,KAAK6Q,GAAK,IAAI7Q,KAAKyB,KAAKmP,SAAS5Q,MAEX,SAAlBA,KAAKyB,KAAK0O,MACZnQ,KAAKyB,KAAK0O,IAA0C,QAApCnQ,KAAK0O,UAAUoC,IAAI,cAGjC9Q,KAAKyB,KAAK0O,KACZnQ,KAAK0O,UAAUqC,SAAS,kBAG1B/Q,KAAKyB,KAAKqN,SAAWA,GAErBN,EAA6C,SAAzBxO,KAAKyB,KAAK2N,YAG5BX,EAAKW,WAAWX,EAAKuC,aAAa,GAElChR,KAAKoP,WAAWpP,KAAKyB,KAAK2N,YAAY,GAExCpP,KAAKqP,eAAerP,KAAKyB,KAAK4N,gBAAgB,GAE9CrP,KAAK0O,UAAUqC,SAAS/Q,KAAKyB,KAAK+N,QAElCxP,KAAKiR,kBAEDnC,GACF9O,KAAK0O,UAAUqC,SAAS,qBAG1B/Q,KAAKkR,cAELlR,KAAKiJ,KAAO,IAAIW,EAAgB5J,KAAKyB,KAAKsB,OAAQ,SAASF,EAAOwK,GAChEA,OAA6BxL,IAAfwL,GAAkCA,EAChD,IAAIN,EAAY,EAChB/M,KAAK6C,MAAMgE,QAAQ,SAAStD,GAC1BwJ,EAAY5J,KAAKC,IAAI2J,EAAWxJ,EAAEb,EAAIa,EAAEZ,UAE1CE,EAAMgE,QAAQ,SAAStD,GACjB8J,GAAwB,OAAV9J,EAAE2J,IACd3J,EAAEtB,IACJsB,EAAEtB,GAAGuC,SAGPjB,EAAEtB,GACCE,KAAK,YAAaoB,EAAEf,GACpBL,KAAK,YAAaoB,EAAEb,GACpBP,KAAK,gBAAiBoB,EAAEd,OACxBN,KAAK,iBAAkBoB,EAAEZ,UAGhC8L,EAAK0C,cAAcpE,EAAY,KAC9B/M,KAAKyB,KAAKqI,MAAO9J,KAAKyB,KAAKsI,QAE1B/J,KAAKyB,KAAK6N,KAAM,CAClB,IAAI8B,EAAW,GACXC,EAAQrR,KACZA,KAAK0O,UAAU4C,SAAS,IAAMtR,KAAKyB,KAAKoN,UAAY,SAAW7O,KAAKyB,KAAKuN,iBAAmB,KACzFuC,KAAK,SAAS3M,EAAO3C,GACpBA,EAAKX,EAAEW,GACP,IAAIO,EAAImJ,SAAS1J,EAAGE,KAAK,cACrBO,EAAIiJ,SAAS1J,EAAGE,KAAK,cACzBiP,EAAS/H,KAAK,CACZpH,GAAIA,EAEJkJ,GAAI7L,OAAOC,MAAMiD,GAAK,IAAOA,IAAMlD,OAAOC,MAAMmD,GAAK,IAAOA,GAAK2O,EAAM5P,KAAKsB,WAGlFX,EAAMkB,OAAO8N,EAAU,SAAS5O,GAAK,OAAOA,EAAE2I,IAAMtE,QAAQ,SAASX,GACnElG,KAAKwR,gBAAgBtL,EAAKjE,KACzBjC,MAyCL,GAvCAA,KAAKiJ,KAAKwI,eAEVzR,KAAK0R,aAAa1R,KAAKyB,KAAKkO,SAE5B3P,KAAK2R,YAAcrQ,EACjB,eAAiBtB,KAAKyB,KAAKuN,iBAAmB,IAAMhP,KAAKyB,KAAKoN,UAAY,sCACpC7O,KAAKyB,KAAKwN,gBAAkB,gBAAgB2C,OAEpF5R,KAAK6R,yBAEL7R,KAAK8R,uBAAyB1P,EAAM+E,SAAS,WAC3CsH,EAAKW,WAAWX,EAAKuC,aAAa,IACjC,KAMHhR,KAAK+R,gBAAkB,WAKrB,GAJIvD,GACFC,EAAKqD,0BAGHrD,EAAKhN,KAAK8N,WAEd,IAAKd,EAAKhN,KAAKiP,uBAAyBtP,OAAO4Q,YAAcpO,SAAS2E,gBAAgB0J,aAAerO,SAASsO,KAAKD,cAAgBxD,EAAKhN,KAAKuL,SAAU,CACrJ,GAAIyB,EAAK0D,cAAkB,OAC3B1D,EAAK0D,eAAgB,EACrB1D,EAAK2D,UAAU,OACV,CACL,IAAK3D,EAAK0D,cAAiB,OAC3B1D,EAAK0D,eAAgB,EACrB1D,EAAK2D,UAAU3D,EAAK4D,eAIxB/Q,EAAEF,QAAQkR,OAAOtS,KAAK+R,iBACtB/R,KAAK+R,mBAEAtD,EAAKhN,KAAK8N,YAA6C,iBAAxBd,EAAKhN,KAAK2O,UAAwB,CACpE,IAAImC,EAAYjR,EAAEmN,EAAKhN,KAAK2O,WACvBpQ,KAAK6Q,GAAGpH,YAAY8I,IACvBvS,KAAK6Q,GAAGrH,UAAU+I,EAAW9D,EAAKhN,KAAK4O,kBAEzCrQ,KAAK6Q,GACFnH,GAAG6I,EAAW,WAAY,SAASC,EAAOvK,GACzC,IAAIhG,EAAKX,EAAE2G,EAAGsB,WACVrG,EAAOjB,EAAGwQ,KAAK,mBACdvP,GAAQA,EAAKwP,QAAUjE,IAG5BxM,EAAGwQ,KAAK,eAAe,GACvBhE,EAAKkE,sBAAsB1Q,MAE5ByH,GAAG6I,EAAW,UAAW,SAASC,EAAOvK,GACxC,IAAIhG,EAAKX,EAAE2G,EAAGsB,WACVrG,EAAOjB,EAAGwQ,KAAK,mBACdvP,GAAQA,EAAKwP,QAAUjE,IAG5BxM,EAAGwQ,KAAK,eAAe,GACvBhE,EAAKmE,sBAAsB3Q,MAIjC,IAAKwM,EAAKhN,KAAK8N,YAAcd,EAAKhN,KAAKoR,cAAe,CAGvC,SAATC,EAAkBN,EAAOvK,GAC3B,IAAIhG,EAAK8Q,EACL7P,EAAOjB,EAAGwQ,KAAK,mBACfO,EAAMvE,EAAKwE,iBAAiB,CAAC1M,KAAMiM,EAAMU,MAAOvL,IAAK6K,EAAMW,QAAQ,GACnE3Q,EAAIW,KAAKC,IAAI,EAAG4P,EAAIxQ,GACpBE,EAAIS,KAAKC,IAAI,EAAG4P,EAAItQ,GACnBQ,EAAKkQ,SACRlQ,EAAKkQ,QAAS,EAEdlQ,EAAKjB,GAAKA,EACViB,EAAKwI,cAAe,EACpBxI,EAAKV,EAAIA,EACTU,EAAKR,EAAIA,EACT+L,EAAKxF,KAAKkD,aACVsC,EAAKxF,KAAKoF,YAAYnL,GACtBuL,EAAKxF,KAAK0D,QAAQzJ,GAElBuL,EAAKC,UAAU2E,OAAO5E,EAAKkD,aAC3BlD,EAAKkD,YACFxP,KAAK,YAAae,EAAKV,GACvBL,KAAK,YAAae,EAAKR,GACvBP,KAAK,gBAAiBe,EAAKT,OAC3BN,KAAK,iBAAkBe,EAAKP,QAC5B2Q,OACHpQ,EAAKjB,GAAKwM,EAAKkD,YACfzO,EAAKqQ,aAAerQ,EAAKV,EACzBU,EAAKsQ,aAAetQ,EAAKR,EAEzB+L,EAAKoD,0BAEFpD,EAAKxF,KAAKuE,YAAYtK,EAAMV,EAAGE,KAGpC+L,EAAKxF,KAAKgC,SAAS/H,EAAMV,EAAGE,GAC5B+L,EAAKoD,0BApCP,IAAIkB,EAAkB,KAuCtB/S,KAAK6Q,GACFrH,UAAUiF,EAAKC,UAAW,CACzB4B,OAAQ,SAASrO,GAEf,IAAIiB,GADJjB,EAAKX,EAAEW,IACOwQ,KAAK,mBACnB,QAAIvP,GAAQA,EAAKwP,QAAUjE,IAGpBxM,EAAGwR,IAA+B,IAA5BhF,EAAKhN,KAAKoR,cAAyB,mBAAqBpE,EAAKhN,KAAKoR,kBAGlFnJ,GAAG+E,EAAKC,UAAW,WAAY,SAAS8D,EAAOvK,GAC9C,IACIxF,EAAOE,EADPV,EAAKX,EAAE2G,EAAGsB,WAIVmK,EAAWzR,EAAGwQ,KAAK,mBACvB,IAAKiB,IAAaA,EAASjR,QAAUiR,EAAS/Q,OAAQ,CACpD,IAAIgR,EAAIhI,SAAS1J,EAAGE,KAAK,kBACjB,EAAJwR,KAASD,EAAWA,GAAY,IAAajR,MAAQkR,GACzD,IAAIC,EAAIjI,SAAS1J,EAAGE,KAAK,mBACjB,EAAJyR,KAASF,EAAWA,GAAY,IAAa/Q,OAASiR,GAK5D,IAAI5C,EAAYvC,EAAKuC,YACjB5B,EAAaX,EAAKW,aAClBC,EAAiBZ,EAAKhN,KAAK4N,eAC/B5M,EAAQiR,GAAYA,EAASjR,MAAQiR,EAASjR,MAAQU,KAAK0Q,KAAK5R,EAAG6R,aAAe9C,GAClFrO,EAAS+Q,GAAYA,EAAS/Q,OAAS+Q,EAAS/Q,OAASQ,KAAK4Q,OAAO9R,EAAG+R,cAAgB3E,IAAmBD,EAAaC,IAExH0D,EAAkB9Q,EAElB,IAAIiB,EAAOuL,EAAKxF,KAAKuC,aAAa,CAAC/I,MAAOA,EAAOE,OAAQA,EAAQyQ,QAAQ,EAAOa,YAAY,IAM5F,OALA/Q,EAAKgR,aAAc,EACnBjS,EAAGwQ,KAAK,kBAAmBvP,GAC3BjB,EAAGwQ,KAAK,uBAAwBiB,GAEhCzR,EAAGyH,GAAG,OAAQoJ,IACP,IAERpJ,GAAG+E,EAAKC,UAAW,UAAW,SAAS8D,EAAOvK,GAG7C,IAAIhG,EAAKX,EAAE2G,EAAGsB,WACd,GAAKtH,EAAGwQ,KAAK,mBAAb,CAGA,IAAIvP,EAAOjB,EAAGwQ,KAAK,mBACnB,GAAKvP,EAAKgR,YASV,OANAjS,EAAGkS,OAAO,OAAQrB,GAClB5P,EAAKjB,GAAK,KACVwM,EAAKxF,KAAKmE,WAAWlK,GACrBuL,EAAKkD,YAAYyC,SACjB3F,EAAKoD,yBACL5P,EAAGwQ,KAAK,kBAAmBxQ,EAAGwQ,KAAK,0BAC5B,KAER/I,GAAG+E,EAAKC,UAAW,OAAQ,SAAS8D,EAAOvK,GAC1CwG,EAAKkD,YAAYyC,SAEjB,IAAIlR,EAAO5B,EAAE2G,EAAGsB,WAAWkJ,KAAK,mBAChCvP,EAAKgR,aAAc,EACnBhR,EAAKwP,MAAQjE,EACb,IAAIxM,EAAKX,EAAE2G,EAAGsB,WAAWtC,OAAM,GAC/BhF,EAAGwQ,KAAK,kBAAmBvP,GAC3B,IAAImR,EAAe/S,EAAE2G,EAAGsB,WAAWkJ,KAAK,wBAgCxC,YA/BqB5Q,IAAjBwS,QAAqDxS,IAAvBwS,EAAa3B,OAC7C2B,EAAa3B,MAAM4B,sBAErBhT,EAAE2G,EAAGsM,QAAQ/P,SACbtB,EAAKjB,GAAKA,EACVwM,EAAKkD,YAAYC,OACjBxP,EAAMoF,wBAAwBvF,GAC9BA,EAAGtC,KAAK,2BAA2B6E,SAEnCvC,EACGE,KAAK,YAAae,EAAKV,GACvBL,KAAK,YAAae,EAAKR,GACvBP,KAAK,gBAAiBe,EAAKT,OAC3BN,KAAK,iBAAkBe,EAAKP,QAC5BoO,SAAStC,EAAKhN,KAAKoN,WACnB2F,kBACAC,WAAW,aACXC,YAAY,4DACZP,OAAO,OAAQrB,GAClBrE,EAAKC,UAAU2E,OAAOpR,GACtBwM,EAAKkG,uBAAuB1S,EAAIiB,GAChCuL,EAAKoD,yBACLpD,EAAKxF,KAAKgB,YAAYZ,KAAKnG,GAC3BuL,EAAKmG,mBACLnG,EAAKoG,sBAELpG,EAAKxF,KAAKqF,YACVhN,EAAE2G,EAAGsB,WAAW4K,OAAO,OAAQrB,GAC/BxR,EAAE2G,EAAGsB,WAAWkL,WAAW,mBAC3BnT,EAAE2G,EAAGsB,WAAWkL,WAAW,wBAC3BhG,EAAKC,UAAUoG,QAAQ,UAAW,CAACT,EAAcnR,KAC1C,KAxVf,IA1pBwB6R,EAAGrT,EAASC,EAASC,EAC7B,SAAVoT,IAGF,OAFAlT,QAAQC,KAAK,2BAA6BL,EAAU,sBAAwBE,EAAM,gCACvED,EAAU,gDACdoT,EAAE1R,MAAMrD,KAAMM,WAq9DzB,OAl+BAiO,EAAU7O,UAAUmV,oBAAsB,WACxC,IAAI7U,KAAKiJ,KAAKkB,WAAd,CACA,IAAIiH,EAAWpR,KAAKiJ,KAAKiD,eAAc,GACnCkF,GAAYA,EAAShR,SACvBJ,KAAKiJ,KAAKgM,oBAAoB7D,GAC9BpR,KAAK0O,UAAUoG,QAAQ,SAAU,CAAC1D,KAEpCpR,KAAKiJ,KAAKwI,iBAGZlD,EAAU7O,UAAUkV,iBAAmB,WACjC5U,KAAKiJ,KAAKkB,YACVnK,KAAKiJ,KAAKgB,aAA8C,EAA/BjK,KAAKiJ,KAAKgB,YAAY7J,SACjDJ,KAAKiJ,KAAKgM,oBAAoBjV,KAAKiJ,KAAKgB,aAExCjK,KAAKiJ,KAAKgB,YAAYpD,QAAQ,SAAUtD,UAAYA,EAAE+H,SACtDtL,KAAK0O,UAAUoG,QAAQ,QAAS,CAAC9U,KAAKiJ,KAAKgB,cAC3CjK,KAAKiJ,KAAKgB,YAAc,KAI5BsE,EAAU7O,UAAU4U,oBAAsB,WACpCtU,KAAKiJ,KAAKkB,YACVnK,KAAKiJ,KAAKiB,eAAkD,EAAjClK,KAAKiJ,KAAKiB,cAAc9J,SACrDJ,KAAK0O,UAAUoG,QAAQ,UAAW,CAAC9U,KAAKiJ,KAAKiB,gBAC7ClK,KAAKiJ,KAAKiB,cAAgB,KAI9BqE,EAAU7O,UAAUwR,YAAc,WAC5BlR,KAAKkV,WACP9S,EAAMmC,iBAAiBvE,KAAKkV,WAE9BlV,KAAKkV,UAAY,oBAAsC,IAAhB/R,KAAKsM,UAAmBC,UAE/D1P,KAAKmV,QAAU/S,EAAMoB,iBAAiBxD,KAAKkV,UAAWlV,KAAK0O,UAAU/D,IAAI,GAAG5C,YACvD,OAAjB/H,KAAKmV,UACPnV,KAAKmV,QAAQC,KAAO,IAIxB7G,EAAU7O,UAAUyR,cAAgB,SAASpE,GAC3C,GAAqB,OAAjB/M,KAAKmV,cAAqCtT,IAAjB7B,KAAKmV,QAAlC,CAIA,IAEIE,EAFAC,EAAS,IAAMtV,KAAKyB,KAAK+N,OAAS,KAAOxP,KAAKyB,KAAKoN,UACnDJ,EAAOzO,KASX,QANkB6B,IAAdkL,IACFA,EAAY/M,KAAKmV,QAAQC,MAG3BpV,KAAKkR,cACLlR,KAAK6R,yBACA7R,KAAKyB,KAAK2N,cAGW,IAAtBpP,KAAKmV,QAAQC,MAAcrI,GAAa/M,KAAKmV,QAAQC,QAUvDC,EANGrV,KAAKyB,KAAK4N,gBAAkBrP,KAAKyB,KAAKgP,iBAAmBzQ,KAAKyB,KAAK+O,mBAM1D,SAAS+E,EAAQC,GAC3B,OAAKD,GAAWC,EAIT,SAAY/G,EAAKhN,KAAK2N,WAAamG,EAAU9G,EAAKhN,KAAKgP,gBAAkB,OAC5EhC,EAAKhN,KAAK4N,eAAiBmG,EAAa/G,EAAKhN,KAAK+O,oBAAsB,IAJlE/B,EAAKhN,KAAK2N,WAAamG,EAAS9G,EAAKhN,KAAK4N,eAAiBmG,EACjE/G,EAAKhN,KAAKgP,gBARJ,SAAS8E,EAAQC,GAC3B,OAAQ/G,EAAKhN,KAAK2N,WAAamG,EAAS9G,EAAKhN,KAAK4N,eAAiBmG,EACjE/G,EAAKhN,KAAKgP,gBAaU,IAAtBzQ,KAAKmV,QAAQC,MACfhT,EAAMqC,cAAczE,KAAKmV,QAASG,EAAQ,eAAiBD,EAAU,EAAG,GAAK,IAAK,GAGhFtI,EAAY/M,KAAKmV,QAAQC,MAAM,CACjC,IAAK,IAAIjK,EAAInL,KAAKmV,QAAQC,KAAMjK,EAAI4B,IAAa5B,EAC/C/I,EAAMqC,cAAczE,KAAKmV,QACvBG,EAAS,qBAAuBnK,EAAI,GAAK,KACzC,WAAakK,EAAUlK,EAAI,EAAGA,GAAK,IACnCA,GAEF/I,EAAMqC,cAAczE,KAAKmV,QACvBG,EAAS,yBAA2BnK,EAAI,GAAK,KAC7C,eAAiBkK,EAAUlK,EAAI,EAAGA,GAAK,IACvCA,GAEF/I,EAAMqC,cAAczE,KAAKmV,QACvBG,EAAS,yBAA2BnK,EAAI,GAAK,KAC7C,eAAiBkK,EAAUlK,EAAI,EAAGA,GAAK,IACvCA,GAEF/I,EAAMqC,cAAczE,KAAKmV,QACvBG,EAAS,eAAiBnK,EAAI,KAC9B,QAAUkK,EAAUlK,EAAGA,GAAK,IAC5BA,GAGJnL,KAAKmV,QAAQC,KAAOrI,KAIxBwB,EAAU7O,UAAUmS,uBAAyB,WAC3C,IAAI7R,KAAKiJ,KAAKkB,WAAd,CACA,IAAIxH,EAAS3C,KAAKiJ,KAAK2E,gBAEnB6H,EAAe9J,SAAS3L,KAAK0O,UAAUoC,IAAI,eAC/C,GAAmB,EAAf2E,EAAkB,CACpB,IAAIpG,EAAiBrP,KAAKyB,KAAK4N,eAC3BpC,EAAa9J,KAAK4Q,OAAO0B,EAAepG,IAAmBrP,KAAKoP,aAAeC,IAC/E1M,EAASsK,IACXtK,EAASsK,GAGbjN,KAAK0O,UAAUvM,KAAK,yBAA0BQ,GACzC3C,KAAKyB,KAAK2N,aAGVpP,KAAKyB,KAAK4N,eAEJrP,KAAKyB,KAAKgP,iBAAmBzQ,KAAKyB,KAAK+O,mBAChDxQ,KAAK0O,UAAUoC,IAAI,SAAWnO,GAAU3C,KAAKyB,KAAK2N,WAAapP,KAAKyB,KAAK4N,gBACvErP,KAAKyB,KAAK4N,eAAkBrP,KAAKyB,KAAKgP,gBAExCzQ,KAAK0O,UAAUoC,IAAI,SAAU,SAAYnO,EAAU3C,KAAKyB,KAAe,WAAKzB,KAAKyB,KAAKgP,gBACpF,OAAU9N,GAAU3C,KAAKyB,KAAK4N,eAAiB,GAAMrP,KAAKyB,KAAK+O,oBAAsB,KANvFxQ,KAAK0O,UAAUoC,IAAI,SAAWnO,EAAU3C,KAAKyB,KAAe,WAAKzB,KAAKyB,KAAKgP,mBAU/ElC,EAAU7O,UAAUiT,sBAAwB,SAAS1Q,GACnD,IACIiB,EAAO5B,EAAEW,GAAIwQ,KAAK,oBAElBvP,EAAKwS,gBAHE1V,KAGsByB,KAAK2O,YAGtClN,EAAKwS,eAAiBnO,WAAW,WAC/BtF,EAAG8O,SAAS,4BACZ7N,EAAKyS,kBAAmB,GARf3V,KASHyB,KAAK8O,iBAGfhC,EAAU7O,UAAUkT,sBAAwB,SAAS3Q,GACnD,IAAIiB,EAAO5B,EAAEW,GAAIwQ,KAAK,mBAEjBvP,EAAKwS,iBAGVE,aAAa1S,EAAKwS,gBAClBxS,EAAKwS,eAAiB,KACtBzT,EAAGyS,YAAY,4BACfxR,EAAKyS,kBAAmB,IAG1BpH,EAAU7O,UAAUiV,uBAAyB,SAAS1S,EAAIiB,GAMrC,SAAf2S,EAAwBrD,EAAOvK,GACjC,IAEIxF,EACAE,EAHAH,EAAIW,KAAK4Q,MAAM9L,EAAGR,SAASlB,KAAOyK,GAClCtO,EAAIS,KAAKgK,OAAOlF,EAAGR,SAASE,IAAMyH,EAAa,GAAKA,GASxD,GALmB,SAAfoD,EAAMsD,OACRrT,EAAQU,KAAK4Q,MAAM9L,EAAG8N,KAAKtT,MAAQuO,GACnCrO,EAASQ,KAAK4Q,MAAM9L,EAAG8N,KAAKpT,OAASyM,IAGpB,SAAfoD,EAAMsD,KAAiB,CACzB,IAAI5N,EAAWD,EAAGR,SAASE,IAAMzE,EAAK8S,UAGtC,GAFA9S,EAAK8S,UAAY/N,EAAGR,SAASE,IAC7BvF,EAAM4F,qBAAqB/F,EAAG,GAAIgG,EAAIC,GAClCjG,EAAGwQ,KAAK,gBAAkBjQ,EAAI,GAAKA,GAAKiM,EAAKxF,KAAKlG,QAAUL,EAAI,IAChE+L,EAAKxF,KAAKa,OAASpH,EAAI+L,EAAKxF,KAAK2E,gBAAkB,CACrD,GAAK1K,EAAK+S,kBAeR,QAd4B,IAAxBxH,EAAKhN,KAAK2O,WACZ3B,EAAKkE,sBAAsB1Q,GAG7BO,EAAIU,EAAKqQ,aACT7Q,EAAIQ,EAAKsQ,aAET/E,EAAKkD,YAAYyC,SACjB3F,EAAKkD,YAAYC,OACjBnD,EAAKxF,KAAKmE,WAAWlK,GACrBuL,EAAKoD,yBAEL3O,EAAK+S,mBAAoB,OAK3BxH,EAAKmE,sBAAsB3Q,GAEvBiB,EAAK+S,oBACPxH,EAAKxF,KAAK0D,QAAQzJ,GAClBuL,EAAKkD,YACFxP,KAAK,YAAaK,GAClBL,KAAK,YAAaO,GAClBP,KAAK,gBAAiBM,GACtBN,KAAK,iBAAkBQ,GACvB2Q,OACH7E,EAAKC,UAAU2E,OAAO5E,EAAKkD,aAC3BzO,EAAKjB,GAAKwM,EAAKkD,YACfzO,EAAK+S,mBAAoB,QAGxB,GAAmB,WAAfzD,EAAMsD,MACXtT,EAAI,EACN,OAIJ,IAAIyL,OAA2BpM,IAAVY,EAAsBA,EAAQS,EAAK+K,eACpDC,OAA6BrM,IAAXc,EAAuBA,EAASO,EAAKgL,iBACtDO,EAAKxF,KAAKuE,YAAYtK,EAAMV,EAAGE,EAAGD,EAAOE,IAC3CO,EAAK6K,aAAevL,GAAKU,EAAK8K,aAAetL,GAC9CQ,EAAK+K,iBAAmBA,GAAkB/K,EAAKgL,kBAAoBA,IAGrEhL,EAAK6K,WAAavL,EAClBU,EAAK8K,WAAatL,EAClBQ,EAAK+K,eAAiBxL,EACtBS,EAAKgL,gBAAkBvL,EACvB8L,EAAKxF,KAAKgC,SAAS/H,EAAMV,EAAGE,EAAGD,EAAOE,GACtC8L,EAAKoD,yBAEc,WAAfW,EAAMsD,MACRxU,EAAEkR,EAAM5L,QAAQkO,QAAQ,WAAY5R,IAIpB,SAAhBgT,EAAyB1D,EAAOvK,GAClCwG,EAAKC,UAAU2E,OAAO5E,EAAKkD,aAC3B,IAAIzR,EAAIoB,EAAEtB,MACVyO,EAAKxF,KAAKkD,aACVsC,EAAKxF,KAAKoF,YAAYnL,GACtB8N,EAAYvC,EAAKuC,YACjB,IAAImF,EAAmB1H,EAAKW,aAI5BA,EAAaX,EAAKC,UAAU/L,SAAWgJ,SAAS8C,EAAKC,UAAUvM,KAAK,2BACpEsM,EAAKkD,YACFxP,KAAK,YAAajC,EAAEiC,KAAK,cACzBA,KAAK,YAAajC,EAAEiC,KAAK,cACzBA,KAAK,gBAAiBjC,EAAEiC,KAAK,kBAC7BA,KAAK,iBAAkBjC,EAAEiC,KAAK,mBAC9BmR,OACHpQ,EAAKjB,GAAKwM,EAAKkD,YACfzO,EAAKqQ,aAAerQ,EAAKV,EACzBU,EAAKsQ,aAAetQ,EAAKR,EACzBQ,EAAK8S,UAAY/N,EAAGR,SAASE,IAC7B,IAAIsF,EAAa/J,EAAK+J,WAAa,EAC/BoC,EAAiBZ,EAAKhN,KAAK4N,eAG/BZ,EAAKoC,GAAGvH,UAAUrH,EAAI,SAAU,WAAY+O,GAAa9N,EAAK8J,UAAY,IAC1EyB,EAAKoC,GAAGvH,UAAUrH,EAAI,SAAU,YAAckU,EAAmBlJ,GAAcA,EAAY,GAAKoC,GAE7E,gBAAfmD,EAAMsD,MACR5V,EAAEP,KAAK,oBAAoBmV,QAAQ,eAIrB,SAAdsB,EAAuB5D,EAAOvK,GAChC,IAAI/H,EAAIoB,EAAEtB,MACV,GAAKE,EAAEuS,KAAK,mBAAZ,CASA,GAJAhE,EAAKkD,YAAYyC,SACjBlR,EAAKjB,GAAK/B,EACVuO,EAAKkD,YAAYC,OAEb1O,EAAKyS,iBAEY1T,EAAGwQ,KAAK,mBAAmBC,MACjC4B,sBACbrS,EAAGwS,WAAW,mBACdxS,EAAGuC,cAEHiK,EAAKmE,sBAAsB3Q,GACtBiB,EAAK+S,mBAQR7T,EAAMoF,wBAAwBtH,GAC9BA,EACGiC,KAAK,YAAae,EAAKqQ,cACvBpR,KAAK,YAAae,EAAKsQ,cACvBrR,KAAK,gBAAiBe,EAAKT,OAC3BN,KAAK,iBAAkBe,EAAKP,QAC/BO,EAAKV,EAAIU,EAAKqQ,aACdrQ,EAAKR,EAAIQ,EAAKsQ,aACdtQ,EAAK+S,mBAAoB,EACzBxH,EAAKxF,KAAK0D,QAAQzJ,KAhBlBd,EAAMoF,wBAAwBtH,GAC9BA,EACGiC,KAAK,YAAae,EAAKV,GACvBL,KAAK,YAAae,EAAKR,GACvBP,KAAK,gBAAiBe,EAAKT,OAC3BN,KAAK,iBAAkBe,EAAKP,SAcnC8L,EAAKoD,yBACLpD,EAAKoG,sBAELpG,EAAKxF,KAAKqF,YAEV,IAAI+H,EAAcnW,EAAEP,KAAK,eACrB0W,EAAYjW,QAAyB,eAAfoS,EAAMsD,OAC9BO,EAAY9E,KAAK,SAAS3M,EAAO3C,GAC/BX,EAAEW,GAAIwQ,KAAK,aAAaV,oBAE1B7R,EAAEP,KAAK,oBAAoBmV,QAAQ,cACnC5U,EAAEP,KAAK,oBAAoBmV,QAAQ,iBAElB,eAAftC,EAAMsD,MACRrH,EAAKC,UAAUoG,QAAQ,eAAgB5U,IAtK3C,IAEI8Q,EACA5B,EAHAX,EAAOzO,KA0KXA,KAAK6Q,GACFtH,UAAUtH,EAAI,CACbqU,MAAOJ,EACPK,KAAMH,EACNI,KAAMX,IAEPvM,UAAUrH,EAAI,CACbqU,MAAOJ,EACPK,KAAMH,EACN9D,OAAQuD,KAGR3S,EAAK2I,QAAU7L,KAAKyB,KAAKwO,aAAejQ,KAAKyB,KAAK8N,aACpDvP,KAAK6Q,GAAGtH,UAAUtH,EAAI,YAGpBiB,EAAK0I,UAAY5L,KAAKyB,KAAKyO,eAAiBlQ,KAAKyB,KAAK8N,aACxDvP,KAAK6Q,GAAGvH,UAAUrH,EAAI,WAGxBjC,KAAKyW,WAAWxU,EAAIiB,IAGtBqL,EAAU7O,UAAU8R,gBAAkB,SAASvP,EAAI2K,GACjDA,OAAsC/K,IAApB+K,GAAgCA,GAElD3K,EAAKX,EAAEW,IAEJ8O,SAAS/Q,KAAKyB,KAAKoN,WACtB,IAAI3L,EAAOlD,KAAK0W,UAAUzU,EAAI,CAACA,GAAIA,EAAIyQ,MAJ5B1S,OAKXkD,EALWlD,KAKCiJ,KAAK0D,QAAQzJ,EAAM0J,GAC/B3K,EAAGwQ,KAAK,kBAAmBvP,GAE3BlD,KAAK2U,uBAAuB1S,EAAIiB,IAIlCqL,EAAU7O,UAAU+W,WAAa,SAASxU,EAAIiB,GAC5CjB,EAAKX,EAAEW,QAGQJ,KAFfqB,EAAOA,GAAQ,IAENV,GAAmBP,EAAGE,KAAK,YAAae,EAAKV,QACvCX,IAAXqB,EAAKR,GAAmBT,EAAGE,KAAK,YAAae,EAAKR,QACnCb,IAAfqB,EAAKT,OAAuBR,EAAGE,KAAK,gBAAiBe,EAAKT,YAC1CZ,IAAhBqB,EAAKP,QAAwBV,EAAGE,KAAK,iBAAkBe,EAAKP,aACtCd,IAAtBqB,EAAKwI,cAA8BzJ,EAAGE,KAAK,0BAAyBe,EAAKwI,cAAsB,WAC7E7J,IAAlBqB,EAAK8J,UAA0B/K,EAAGE,KAAK,oBAAqBe,EAAK8J,eAC/CnL,IAAlBqB,EAAK2J,UAA0B5K,EAAGE,KAAK,oBAAqBe,EAAK2J,eAC9ChL,IAAnBqB,EAAK+J,WAA2BhL,EAAGE,KAAK,qBAAsBe,EAAK+J,gBAChDpL,IAAnBqB,EAAK6J,WAA2B9K,EAAGE,KAAK,qBAAsBe,EAAK6J,gBACjDlL,IAAlBqB,EAAK0I,UAA0B3J,EAAGE,KAAK,sBAAqBe,EAAK0I,UAAkB,WACnE/J,IAAhBqB,EAAK2I,QAAwB5J,EAAGE,KAAK,oBAAmBe,EAAK2I,QAAgB,WAC7DhK,IAAhBqB,EAAK6H,QAAwB9I,EAAGE,KAAK,mBAAkBe,EAAK6H,QAAgB,WACrDlJ,IAAvBqB,EAAKyT,eAA+B1U,EAAGE,KAAK,yBAA0Be,EAAKyT,oBAC/D9U,IAAZqB,EAAKO,IAAoBxB,EAAGE,KAAK,aAAce,EAAKO,KAI1D8K,EAAU7O,UAAUgX,UAAY,SAASzU,EAAIiB,GAiB3C,OAhBAjB,EAAKX,EAAEW,IACPiB,EAAOA,GAAQ,IACVV,EAAIP,EAAGE,KAAK,aACjBe,EAAKR,EAAIT,EAAGE,KAAK,aACjBe,EAAKT,MAAQR,EAAGE,KAAK,iBACrBe,EAAKP,OAASV,EAAGE,KAAK,kBACtBe,EAAKwI,aAAetJ,EAAM2C,OAAO9C,EAAGE,KAAK,0BACzCe,EAAK2J,SAAW5K,EAAGE,KAAK,qBACxBe,EAAK8J,SAAW/K,EAAGE,KAAK,qBACxBe,EAAK6J,UAAY9K,EAAGE,KAAK,sBACzBe,EAAK+J,UAAYhL,EAAGE,KAAK,sBACzBe,EAAK0I,SAAWxJ,EAAM2C,OAAO9C,EAAGE,KAAK,sBACrCe,EAAK2I,OAASzJ,EAAM2C,OAAO9C,EAAGE,KAAK,oBACnCe,EAAK6H,OAAS3I,EAAM2C,OAAO9C,EAAGE,KAAK,mBACnCe,EAAKyT,cAAgB1U,EAAGE,KAAK,0BAC7Be,EAAKO,GAAKxB,EAAGE,KAAK,cACXe,GAGTqL,EAAU7O,UAAUgS,aAAe,SAASkF,GACtCA,EACF5W,KAAK0O,UAAUqC,SAAS,sBAExB/Q,KAAK0O,UAAUgG,YAAY,uBAI/BnG,EAAU7O,UAAUmX,UAAY,SAAS5U,EAAIiB,EAAMR,EAAGD,EAAOE,EAAQ+I,EAAcsB,EAAUH,EAAUI,EAAWF,EAAWtJ,GAG3H,YAAa5B,IAATqB,GAAsC,iBAATA,EAOxBlD,KAAK6W,UAAU5U,EAAI,CAACO,EAAGU,EAAMR,EAAGA,EAAGD,MAAOA,EAAOE,OAAQA,EAAQ+I,aAAcA,EACpFsB,SAAUA,EAAUH,SAAUA,EAAUI,UAAWA,EAAWF,UAAWA,EAAWtJ,GAAIA,KAJ1FP,EAAOA,GAAQ,GAOjBjB,EAAKX,EAAEW,GACPjC,KAAKyW,WAAWxU,EAAIiB,GACpBlD,KAAK0O,UAAU2E,OAAOpR,GACfjC,KAAK8W,WAAW7U,KAGzBsM,EAAU7O,UAAUoX,WAAa,SAAS7U,GAOxC,OANAA,EAAKX,EAAEW,GACPjC,KAAKwR,gBAAgBvP,GAAI,GACzBjC,KAAK6R,yBACL7R,KAAK4U,mBACL5U,KAAK6U,qBAAoB,GAElB5S,GAGTsM,EAAU7O,UAAUqX,UAAY,SAASvU,EAAGE,EAAGD,EAAOE,EAAQ+I,GAC5D,IAAIxI,EAAO,CAACV,EAAGA,EAAGE,EAAGA,EAAGD,MAAOA,EAAOE,OAAQA,EAAQ+I,aAAcA,GACpE,OAAO1L,KAAKiJ,KAAK4E,+BAA+B3K,IAGlDqL,EAAU7O,UAAUsX,aAAe,SAAS/U,EAAIoL,GAC9CA,OAA6BxL,IAAfwL,GAAkCA,EAEhD,IAAInK,GADJjB,EAAKX,EAAEW,IACOwQ,KAAK,mBAGjBvP,EADGA,GACIlD,KAAKiJ,KAAKyB,mBAAmBzI,GAGtCA,EAAGwS,WAAW,mBACdzU,KAAKiJ,KAAKmE,WAAWlK,EAAMmK,GAC3BrN,KAAKsU,sBACLtU,KAAK6U,qBAAoB,IAG3BtG,EAAU7O,UAAU4N,UAAY,SAASD,IACpB,IAAfA,GAEFrN,KAAKiJ,KAAKpG,MAAMgE,QAAQ,SAAS3D,GAAQA,EAAKjB,GAAGwS,WAAW,qBAE9DzU,KAAKiJ,KAAKqE,UAAUD,GACpBrN,KAAKsU,uBAGP/F,EAAU7O,UAAUuX,QAAU,SAASC,GACrC5V,EAAEF,QAAQ+V,IAAI,SAAUnX,KAAK+R,iBAC7B/R,KAAKoX,eACcvV,IAAfqV,GAA6BA,EAI/BlX,KAAK0O,UAAUlK,UAHfxE,KAAKsN,WAAU,GACftN,KAAK0O,UAAU+F,WAAW,cAI5BrS,EAAMmC,iBAAiBvE,KAAKkV,WACxBlV,KAAKiJ,OACPjJ,KAAKiJ,KAAO,OAIhBsF,EAAU7O,UAAU4J,UAAY,SAASrH,EAAIyD,GAC3C,IAAI+I,EAAOzO,KAaX,OAZAiC,EAAKX,EAAEW,IACJsP,KAAK,SAAS3M,EAAO3C,GAEtB,IAAIiB,GADJjB,EAAKX,EAAEW,IACOwQ,KAAK,mBACdvP,IACLA,EAAK0I,UAAalG,EACdxC,EAAK0I,SACP6C,EAAKoC,GAAGvH,UAAUrH,EAAI,WAEtBwM,EAAKoC,GAAGvH,UAAUrH,EAAI,aAGnBjC,MAGTuO,EAAU7O,UAAU2X,QAAU,SAASpV,EAAIyD,GACzC,IAAI+I,EAAOzO,KAeX,OAdAiC,EAAKX,EAAEW,IACJsP,KAAK,SAAS3M,EAAO3C,GAEtB,IAAIiB,GADJjB,EAAKX,EAAEW,IACOwQ,KAAK,mBACdvP,IACLA,EAAK2I,QAAWnG,EACZxC,EAAK2I,QACP4C,EAAKoC,GAAGtH,UAAUtH,EAAI,WACtBA,EAAGyS,YAAY,yBAEfjG,EAAKoC,GAAGtH,UAAUtH,EAAI,UACtBA,EAAG8O,SAAS,2BAGT/Q,MAGTuO,EAAU7O,UAAU4X,WAAa,SAASC,EAAUC,GAClDxX,KAAKqX,QAAQrX,KAAK0O,UAAU4C,SAAS,IAAMtR,KAAKyB,KAAKoN,WAAY0I,GAC7DC,IACFxX,KAAKyB,KAAKwO,aAAesH,IAI7BhJ,EAAU7O,UAAU+X,aAAe,SAASF,EAAUC,GACpDxX,KAAKsJ,UAAUtJ,KAAK0O,UAAU4C,SAAS,IAAMtR,KAAKyB,KAAKoN,WAAY0I,GAC/DC,IACFxX,KAAKyB,KAAKyO,eAAiBqH,IAI/BhJ,EAAU7O,UAAU0X,QAAU,WAC5BpX,KAAKqX,QAAQrX,KAAK0O,UAAU4C,SAAS,IAAMtR,KAAKyB,KAAKoN,YAAY,GACjE7O,KAAKsJ,UAAUtJ,KAAK0O,UAAU4C,SAAS,IAAMtR,KAAKyB,KAAKoN,YAAY,GACnE7O,KAAK0O,UAAUoG,QAAQ,YAGzBvG,EAAU7O,UAAUkX,OAAS,WAC3B5W,KAAKqX,QAAQrX,KAAK0O,UAAU4C,SAAS,IAAMtR,KAAKyB,KAAKoN,YAAY,GACjE7O,KAAKsJ,UAAUtJ,KAAK0O,UAAU4C,SAAS,IAAMtR,KAAKyB,KAAKoN,YAAY,GACnE7O,KAAK0O,UAAUoG,QAAQ,WAGzBvG,EAAU7O,UAAUqL,OAAS,SAAS9I,EAAIyD,GASxC,OARAzD,EAAKX,EAAEW,IACJsP,KAAK,SAAS3M,EAAO3C,GAEtB,IAAIiB,GADJjB,EAAKX,EAAEW,IACOwQ,KAAK,mBACdvP,IACLA,EAAK6H,OAAUrF,IAAO,EACtBzD,EAAGE,KAAK,iBAAkBe,EAAK6H,OAAS,MAAQ,SAE3C/K,MAGTuO,EAAU7O,UAAUqN,UAAY,SAAS9K,EAAIyD,GAW3C,OAVAzD,EAAKX,EAAEW,IACJsP,KAAK,SAAS3M,EAAO3C,GAEtB,IAAIiB,GADJjB,EAAKX,EAAEW,IACOwQ,KAAK,mBACdvP,IACA3D,MAAMmG,KACTxC,EAAK6J,UAAarH,IAAO,EACzBzD,EAAGE,KAAK,qBAAsBuD,OAG3B1F,MAGTuO,EAAU7O,UAAUuN,UAAY,SAAShL,EAAIyD,GAW3C,OAVAzD,EAAKX,EAAEW,IACJsP,KAAK,SAAS3M,EAAO3C,GAEtB,IAAIiB,GADJjB,EAAKX,EAAEW,IACOwQ,KAAK,mBACdvP,IACA3D,MAAMmG,KACTxC,EAAK+J,UAAavH,IAAO,EACzBzD,EAAGE,KAAK,qBAAsBuD,OAG3B1F,MAGTuO,EAAU7O,UAAUmN,SAAW,SAAS5K,EAAIyD,GAW1C,OAVAzD,EAAKX,EAAEW,IACJsP,KAAK,SAAS3M,EAAO3C,GAEtB,IAAIiB,GADJjB,EAAKX,EAAEW,IACOwQ,KAAK,mBACdvP,IACA3D,MAAMmG,KACTxC,EAAK2J,SAAYnH,IAAO,EACxBzD,EAAGE,KAAK,oBAAqBuD,OAG1B1F,MAGTuO,EAAU7O,UAAUsN,SAAW,SAAS/K,EAAIyD,GAW1C,OAVAzD,EAAKX,EAAEW,IACJsP,KAAK,SAAS3M,EAAO3C,GAEtB,IAAIiB,GADJjB,EAAKX,EAAEW,IACOwQ,KAAK,mBACdvP,IACA3D,MAAMmG,KACTxC,EAAK8J,SAAYtH,IAAO,EACxBzD,EAAGE,KAAK,oBAAqBuD,OAG1B1F,MAGTuO,EAAU7O,UAAUgY,eAAiB,SAASzV,EAAImF,GAEhD,IAAIlE,GADJjB,EAAKX,EAAEW,GAAI0V,SACGlF,KAAK,mBACnB,GAAKvP,EAAL,CACA,IAAIuL,EAAOzO,KAEXyO,EAAKxF,KAAKkD,aACVsC,EAAKxF,KAAKoF,YAAYnL,GAEtBkE,EAAS3G,KAAKT,KAAMiC,EAAIiB,GAExBuL,EAAKoD,yBACLpD,EAAKoG,sBAELpG,EAAKxF,KAAKqF,cAGZC,EAAU7O,UAAU4S,OAAS,SAASrQ,EAAIQ,EAAOE,GAC/C3C,KAAK0X,eAAezV,EAAI,SAASA,EAAIiB,GACnCT,EAAQ,MAACA,EAAyCA,EAAQS,EAAKT,MAC/DE,EAAS,MAACA,EAA2CA,EAASO,EAAKP,OAEnE3C,KAAKiJ,KAAKgC,SAAS/H,EAAMA,EAAKV,EAAGU,EAAKR,EAAGD,EAAOE,MAIpD4L,EAAU7O,UAAUkY,KAAO,SAAS3V,EAAIO,EAAGE,GACzC1C,KAAK0X,eAAezV,EAAI,SAASA,EAAIiB,GACnCV,EAAI,MAACA,EAAiCA,EAAIU,EAAKV,EAC/CE,EAAI,MAACA,EAAiCA,EAAIQ,EAAKR,EAE/C1C,KAAKiJ,KAAKgC,SAAS/H,EAAMV,EAAGE,EAAGQ,EAAKT,MAAOS,EAAKP,WAIpD4L,EAAU7O,UAAUmY,OAAS,SAAS5V,EAAIO,EAAGE,EAAGD,EAAOE,GACrD3C,KAAK0X,eAAezV,EAAI,SAASA,EAAIiB,GACnCV,EAAI,MAACA,EAAiCA,EAAIU,EAAKV,EAC/CE,EAAI,MAACA,EAAiCA,EAAIQ,EAAKR,EAC/CD,EAAQ,MAACA,EAAyCA,EAAQS,EAAKT,MAC/DE,EAAS,MAACA,EAA2CA,EAASO,EAAKP,OAEnE3C,KAAKiJ,KAAKgC,SAAS/H,EAAMV,EAAGE,EAAGD,EAAOE,MAO1C4L,EAAU7O,UAAUoY,QAAU,WAC5B,GAA+B,IAA3B9X,KAAKiJ,KAAKpG,MAAMzC,OAApB,CACAJ,KAAKqK,cACLrK,KAAKiJ,KAAK4B,aACV,IAAIhI,EAAQ7C,KAAKiJ,KAAKpG,MACtB7C,KAAKiJ,KAAKpG,MAAQ,GAClBA,EAAMgE,QAAQ,SAAS3D,GAChBA,EAAK2I,QAAW3I,EAAK6H,SACxB7H,EAAKwI,cAAe,GAEtB1L,KAAKiJ,KAAK0D,QAAQzJ,GAAM,GACxBA,EAAKoI,QAAS,GACbtL,MACHA,KAAKuK,WAGPgE,EAAU7O,UAAU2P,eAAiB,SAAS3J,EAAKqS,GACjD,QAAYlW,IAAR6D,EACF,OAAO1F,KAAKyB,KAAK4N,eAGnB,IAAI2I,EAAa5V,EAAMqD,YAAYC,GAE/B1F,KAAKyB,KAAK+O,qBAAuBwH,EAAWjS,MAAQ/F,KAAKyB,KAAKsI,SAAWiO,EAAWrV,SAGxF3C,KAAKyB,KAAK+O,mBAAqBwH,EAAWjS,KAC1C/F,KAAKyB,KAAK4N,eAAiB2I,EAAWrV,OAEjCoV,GACH/X,KAAKmR,kBAKT5C,EAAU7O,UAAU0P,WAAa,SAAS1J,EAAKqS,GAE7C,QAAYlW,IAAR6D,EAAmB,CACrB,GAAI1F,KAAKyB,KAAK2N,YAAuC,SAAzBpP,KAAKyB,KAAK2N,WACpC,OAAOpP,KAAKyB,KAAK2N,WAGnB,IAAIlP,EAAIF,KAAK0O,UAAU4C,SAAS,IAAMtR,KAAKyB,KAAKoN,WAAW8I,QACvDhV,EAASzC,EAAEiC,KAAK,kBAChBkN,EAAiBrP,KAAKyB,KAAK4N,eAC/B,OAAOlM,KAAK4Q,OAAO7T,EAAE8T,eAAiBrR,EAAS,GAAK0M,GAAkB1M,GAIxE,IAAIqV,EAAa5V,EAAMqD,YAAYC,GAC/B1F,KAAKyB,KAAKgP,iBAAmBuH,EAAWjS,MAAQ/F,KAAKyB,KAAK2N,aAAe4I,EAAWrV,SAGxF3C,KAAKyB,KAAKgP,eAAiBuH,EAAWjS,KACtC/F,KAAKyB,KAAK2N,WAAa4I,EAAWrV,OAE7BoV,GACH/X,KAAKmR,kBAIT5C,EAAU7O,UAAUsR,UAAY,WAE9B,OAAO7N,KAAK4Q,MAAM/T,KAAK0O,UAAUoF,aAAe9T,KAAKyB,KAAKsB,SAG5DwL,EAAU7O,UAAUuT,iBAAmB,SAASxL,EAAUwQ,GACxD,IAAIC,OAA8BrW,IAAdoW,GAA2BA,EAC7CjY,KAAK0O,UAAUyJ,SAAWnY,KAAK0O,UAAUjH,WACvC2Q,EAAe3Q,EAASlB,KAAO2R,EAAa3R,KAC5C8R,EAAc5Q,EAASE,IAAMuQ,EAAavQ,IAE1C2Q,EAAcnV,KAAKgK,MAAMnN,KAAK0O,UAAUjM,QAAUzC,KAAKyB,KAAKsB,QAC5DwV,EAAYpV,KAAKgK,MAAMnN,KAAK0O,UAAU/L,SAAWgJ,SAAS3L,KAAK0O,UAAUvM,KAAK,4BAElF,MAAO,CAACK,EAAGW,KAAKgK,MAAMiL,EAAeE,GAAc5V,EAAGS,KAAKgK,MAAMkL,EAAcE,KAGjFhK,EAAU7O,UAAU2K,YAAc,WAChCrK,KAAKiJ,KAAKoB,eAGZkE,EAAU7O,UAAU6K,OAAS,WAC3BvK,KAAKiJ,KAAKsB,SACVvK,KAAKsU,sBACLtU,KAAK4U,mBACL5U,KAAK6U,uBAGPtG,EAAU7O,UAAUwL,YAAc,SAAS1I,EAAGE,EAAGD,EAAOE,GACtD,OAAO3C,KAAKiJ,KAAKiC,YAAY1I,EAAGE,EAAGD,EAAOE,IAG5C4L,EAAU7O,UAAU8Y,UAAY,SAASC,GACvCzY,KAAKyB,KAAK8N,YAA8B,IAAhBkJ,EACxBzY,KAAKsX,YAAYmB,GACjBzY,KAAKyX,cAAcgB,GACnBzY,KAAKiR,mBAGP1C,EAAU7O,UAAUuR,gBAAkB,WACpC,IAAIyH,EAAkB,qBAEO,IAAzB1Y,KAAKyB,KAAK8N,WACZvP,KAAK0O,UAAUqC,SAAS2H,GAExB1Y,KAAK0O,UAAUgG,YAAYgE,IAK/B9O,EAAgBlK,UAAUuV,oBAAsB,SAASpS,GAClD7C,KAAKuN,WAAYvN,KAAK2Y,0BAE3B3Y,KAAKuN,SAAS1G,QAAQ,SAAS+R,EAAQ7V,GAChC6V,GAAU7V,IAAW/C,KAAK+C,SAC3BA,EAAS/C,KAAK+C,OAChB/C,KAAKuN,SAASxK,QAAUlB,EAKxBgB,EAAMgE,QAAQ,SAAS3D,GACrB,IAAIK,EAAIqV,EAAOjZ,KAAK,SAASkZ,GAAK,OAAOA,EAAE3L,MAAQhK,EAAKgK,MACxD,GAAK3J,EAAL,CACA,IAAIuV,EAAQ/V,EAAS/C,KAAK+C,OAGtBG,EAAKR,IAAMQ,EAAKoJ,SAClB/I,EAAEb,GAAMQ,EAAKR,EAAIQ,EAAKoJ,QAGpBpJ,EAAKV,IAAMU,EAAKqJ,SAClBhJ,EAAEf,EAAIW,KAAK4Q,MAAM7Q,EAAKV,EAAIsW,IAGxB5V,EAAKT,QAAUS,EAAKsJ,SACtBjJ,EAAEd,MAAQU,KAAK4Q,MAAM7Q,EAAKT,MAAQqW,MAGnC9Y,QAEJA,OAYL4J,EAAgBlK,UAAUqZ,kBAAoB,SAASC,EAAWjW,EAAQF,GACxE,GAAK7C,KAAK6C,MAAMzC,QAAU4Y,IAAcjW,EAAxC,CAGA,IAAIkW,EAAO,CAACjZ,KAAK6C,MAAMzC,QAMvB,GALAJ,KAAK6C,MAAMgE,QAAQ,SAAStD,EAAG4H,GAAI8N,EAAK9N,GAAK,CAAC3I,EAAGe,EAAEf,EAAGE,EAAGa,EAAEb,EAAGD,MAAOc,EAAEd,MAAOyK,IAAK3J,EAAE2J,OACrFlN,KAAKuN,SAAWvN,KAAKuN,UAAY,GACjCvN,KAAKuN,SAASyL,GAAaC,EAGZ,IAAXlW,GAAgBF,GAASA,EAAMzC,OAAQ,CACzC,IAAIuH,EAAM,EACV9E,EAAMgE,QAAQ,SAAStD,GACrBA,EAAEf,EAAI,EACNe,EAAEd,MAAQ,EACVc,EAAEb,EAAIS,KAAKC,IAAIG,EAAEb,EAAGiF,GACpBA,EAAMpE,EAAEb,EAAIa,EAAEZ,cAGhBE,EAAQT,EAAMQ,KAAK5C,KAAK6C,OAAQ,EAAGmW,GAIrC,IAAIE,EAAalZ,KAAKuN,SAASxK,IAAW,GAEtCoW,EAAYnZ,KAAKuN,SAASnN,OAAS,EACb,IAAtB8Y,EAAW9Y,QAAyB4Y,EAATjW,GAAsBA,EAASoW,IAC5DD,EAAalZ,KAAKuN,SAAS4L,IAAc,IAC1B/Y,SAEb4Y,EAAYG,EACZD,EAAWrS,QAAQ,SAASuS,GAC1B,IAAIC,EAAIxW,EAAMjC,UAAU,SAAS2C,GAAI,OAAOA,GAAKA,EAAE2J,MAAQkM,EAAUlM,OAC1D,IAAPmM,IAEFxW,EAAMwW,GAAG7W,EAAI4W,EAAU5W,EACvBK,EAAMwW,GAAG3W,EAAI0W,EAAU1W,EACvBG,EAAMwW,GAAG5W,MAAQ2W,EAAU3W,SAG/ByW,EAAa,IAKjB,IAAII,EAAW,GACfJ,EAAWrS,QAAQ,SAASuS,GAC1B,IAAIC,EAAIxW,EAAMjC,UAAU,SAAS2C,GAAI,OAAOA,GAAKA,EAAE2J,MAAQkM,EAAUlM,OAC1D,IAAPmM,IAEFxW,EAAMwW,GAAG7W,EAAI4W,EAAU5W,EACvBK,EAAMwW,GAAG3W,EAAI0W,EAAU1W,EACvBG,EAAMwW,GAAG5W,MAAQ2W,EAAU3W,MAC3B6W,EAASjQ,KAAKxG,EAAMwW,IACpBxW,EAAMwW,GAAK,QAIf,IAAIP,EAAQ/V,EAASiW,EACrBnW,EAAMgE,QAAQ,SAAS3D,GAChBA,IACLA,EAAKV,EAAgB,IAAXO,EAAe,EAAII,KAAK4Q,MAAM7Q,EAAKV,EAAIsW,GACjD5V,EAAKT,MAAqB,IAAXM,GAA8B,IAAdiW,EAAmB,EAAK7V,KAAK4Q,MAAM7Q,EAAKT,MAAQqW,IAAU,EACzFQ,EAASjQ,KAAKnG,MAIhBoW,EAAWlX,EAAMQ,KAAK0W,GAAW,EAAGvW,GACpC/C,KAAK2Y,0BAA2B,EAChC3Y,KAAKqK,cACLrK,KAAK6C,MAAQ,GACbyW,EAASzS,QAAQ,SAAS3D,GACxBlD,KAAK2M,QAAQzJ,GAAM,GACnBA,EAAKoI,QAAS,GACbtL,MACHA,KAAKuK,gBACEvK,KAAK2Y,2BAId/O,EAAgBlK,UAAU+R,aAAe,WACvCzR,KAAK6C,MAAMgE,QAAQ,SAAStD,GAC1BA,EAAEgJ,OAAShJ,EAAEf,EACbe,EAAE+I,OAAS/I,EAAEb,EACba,EAAEiJ,OAASjJ,EAAEd,MACbc,EAAEkJ,OAASlJ,EAAEZ,cACNY,EAAE+H,UAWbiD,EAAU7O,UAAU0S,UAAY,SAASrP,EAAQwW,GAC/C,GAAIvZ,KAAKyB,KAAKsB,SAAWA,EAAzB,CACA,IAiBIyW,EAjBAR,EAAYhZ,KAAKyB,KAAKsB,OAc1B,GAVe,IAAXA,EACF/C,KAAKqS,YAAc2G,SAEZhZ,KAAKqS,YAGdrS,KAAK0O,UAAUgG,YAAY,cAAgBsE,GAC3ChZ,KAAK0O,UAAUqC,SAAS,cAAgBhO,GACxC/C,KAAKyB,KAAKsB,OAAS/C,KAAKiJ,KAAKlG,OAASA,GAEf,IAAnBwW,EAIAvZ,KAAKyB,KAAKkP,sBAAmC,IAAX5N,IACpCyW,EAAW,GACXxZ,KAAK0O,UAAU4C,SAAS,IAAMtR,KAAKyB,KAAKoN,WAAW0C,KAAK,SAAS3M,EAAO3C,GACtE,IAAIiB,EAAO5B,EAAEW,GAAIwQ,KAAK,mBAClBvP,GAAQsW,EAASnQ,KAAKnG,KAEvBsW,EAASpZ,SAAUoZ,OAAW3X,IAErC7B,KAAKiJ,KAAK8P,kBAAkBC,EAAWjW,EAAQyW,GAG/CxZ,KAAKiJ,KAAK0P,0BAA2B,EACrC3Y,KAAK6U,6BACE7U,KAAKiJ,KAAK0P,2BAGnBpK,EAAU7O,UAAUoK,MAAQ,SAASpE,GAEnC,QAAY7D,IAAR6D,EACF,OAAO1F,KAAKyB,KAAKqI,QAAS,EAGxB9J,KAAKyB,KAAKqI,QAAUpE,IACxB1F,KAAKyB,KAAKqI,MAAQ9J,KAAKiJ,KAAKa,MAAQpE,IAAO,EACtCA,IACH1F,KAAKiJ,KAAKuB,aACVxK,KAAKiJ,KAAKwB,UACVzK,KAAK6U,yBAKTtG,EAAU7O,UAAU+Z,cAt8DO/X,EAu8DzB,eAv8DkCC,EAu8DlB,YAv8D2BC,EAu8Dd,SAj8D7BoT,EAAQtV,WANcqV,EAs8DoBxG,EAAU7O,UAAU0S,WAh8DxC1S,UAEfsV,GAi8DTzT,EAAMmY,YAAcnL,EAEpBhN,EAAMmY,YAAYtX,MAAQA,EAC1Bb,EAAMmY,YAAYC,OAAS/P,EAC3BrI,EAAMmY,YAAY1Q,wBAA0BA,EAE5C1H,EAAEsY,GAAGC,UAAY,SAASpY,GACxB,OAAOzB,KAAKuR,KAAK,WACf,IAAIrR,EAAIoB,EAAEtB,MACLE,EAAEuS,KAAK,cACVvS,EACGuS,KAAK,YAAa,IAAIlE,EAAUvO,KAAMyB,OAKxCF,EAAMmY;;;;;AC1+Dd,SAAU7Y,GACc,mBAAXC,QAAyBA,OAAOC,IAG1CD,OAAO,CAAE,UAAYD,GAIrBA,EAASQ,QARb,CAUE,SAAUC,GAEZA,EAAE2G,GAAK3G,EAAE2G,IAAM,GAED3G,EAAE2G,GAAG6R,QAAU,SAA7B,IAuB0BC,EAHtBC,EAAa,EACbC,EAAcxa,MAAMC,UAAU0G,MAElC9E,EAAE4Y,WAAwBH,EAiBrBzY,EAAE4Y,UAhBE,SAAUC,GACf,IAAIC,EAAQC,EAAMlP,EAClB,IAAMA,EAAI,EAA4B,OAAvBkP,EAAOF,EAAOhP,IAAeA,IAC1C,KAGEiP,EAAS9Y,EAAEgZ,MAAOD,EAAM,YACTD,EAAO5V,QACpBlD,EAAG+Y,GAAOE,eAAgB,UAI5B,MAAQpZ,IAEZ4Y,EAAMI,KAIV7Y,EAAEkZ,OAAS,SAAUC,EAAMC,EAAMhb,GAC/B,IAAIib,EAAqBC,EAAaC,EAIlCC,EAAmB,GAEnBC,EAAYN,EAAKO,MAAO,KAAO,GAE/BC,EAAWF,EAAY,KAD3BN,EAAOA,EAAKO,MAAO,KAAO,IAuH1B,OApHMtb,IACJA,EAAYgb,EACZA,EAAOpZ,EAAE4Z,QAGN5Z,EAAEyK,QAASrM,KACdA,EAAY4B,EAAE4F,OAAO7D,MAAO,KAAM,CAAE,IAAK4I,OAAQvM,KAInD4B,EAAE6Z,KAAM,KAAOF,EAAShW,eAAkB,SAAUoV,GAClD,QAAS/Y,EAAEmR,KAAM4H,EAAMY,IAGzB3Z,EAAGyZ,GAAczZ,EAAGyZ,IAAe,GACnCJ,EAAsBrZ,EAAGyZ,GAAaN,GACtCG,EAActZ,EAAGyZ,GAAaN,GAAS,SAAUW,EAASC,GAGxD,IAAMrb,KAAKsb,cACT,OAAO,IAAIV,EAAaQ,EAASC,GAK9B/a,UAAUF,QACbJ,KAAKsb,cAAeF,EAASC,IAKjC/Z,EAAE4F,OAAQ0T,EAAaD,EAAqB,CAC1Cb,QAASpa,EAAUoa,QAInByB,OAAQja,EAAE4F,OAAQ,GAAIxH,GAItB8b,mBAAoB,MAGtBX,EAAgB,IAAIH,GAKNU,QAAU9Z,EAAEkZ,OAAOtT,OAAQ,GAAI2T,EAAcO,SAC3D9Z,EAAEiQ,KAAM7R,EAAW,SAAUqH,EAAMjH,GAM/B,SAAS2b,IACP,OAAOf,EAAKhb,UAAWqH,GAAO1D,MAAOrD,KAAMM,WAG7C,SAASob,EAAa5P,GACpB,OAAO4O,EAAKhb,UAAWqH,GAAO1D,MAAOrD,KAAM8L,GAVzCxK,EAAEqa,WAAY7b,GAIpBgb,EAAkB/T,GAST,WACL,IAEI6U,EAFAC,EAAU7b,KAAKyb,OACfK,EAAe9b,KAAK0b,YAWxB,OARA1b,KAAKyb,OAASA,EACdzb,KAAK0b,YAAcA,EAEnBE,EAAc9b,EAAMuD,MAAOrD,KAAMM,WAEjCN,KAAKyb,OAASI,EACd7b,KAAK0b,YAAcI,EAEZF,GAzBTd,EAAkB/T,GAASjH,IA6B/B8a,EAAYlb,UAAY4B,EAAEkZ,OAAOtT,OAAQ2T,EAAe,CAKtDkB,kBAAmBpB,GAAwBE,EAAckB,mBAA8BtB,GACtFK,EAAkB,CACnBF,YAAaA,EACbG,UAAWA,EACXiB,WAAYvB,EACZwB,eAAgBhB,IAObN,GACHrZ,EAAEiQ,KAAMoJ,EAAoBa,mBAAoB,SAAUrQ,EAAG+Q,GAC3D,IAAIC,EAAiBD,EAAMxc,UAI3B4B,EAAEkZ,OAAQ2B,EAAepB,UAAY,IAAMoB,EAAeH,WAAYpB,EACpEsB,EAAMX,iBAKHZ,EAAoBa,oBAE3Bd,EAAKc,mBAAmBnS,KAAMuR,GAGhCtZ,EAAEkZ,OAAO4B,OAAQ3B,EAAMG,GAEhBA,GAGTtZ,EAAEkZ,OAAOtT,OAAS,SAAUN,GAO1B,IANA,IAGIyV,EACAvc,EAJAN,EAAQya,EAAYxZ,KAAMH,UAAW,GACrCgc,EAAa,EACbC,EAAc/c,EAAMY,OAIhBkc,EAAaC,EAAaD,IAChC,IAAMD,KAAO7c,EAAO8c,GAClBxc,EAAQN,EAAO8c,GAAcD,GACxB7c,EAAO8c,GAAatV,eAAgBqV,SAAmBxa,IAAV/B,IAG3CwB,EAAEkb,cAAe1c,GACpB8G,EAAQyV,GAAQ/a,EAAEkb,cAAe5V,EAAQyV,IACvC/a,EAAEkZ,OAAOtT,OAAQ,GAAIN,EAAQyV,GAAOvc,GAGpCwB,EAAEkZ,OAAOtT,OAAQ,GAAIpH,GAIvB8G,EAAQyV,GAAQvc,GAKxB,OAAO8G,GAGTtF,EAAEkZ,OAAO4B,OAAS,SAAU3B,EAAMgC,GAChC,IAAIxB,EAAWwB,EAAO/c,UAAUuc,gBAAkBxB,EAClDnZ,EAAEsY,GAAIa,GAAS,SAAUW,GACvB,IAAIsB,EAAkC,iBAAZtB,EACtBtP,EAAOmO,EAAYxZ,KAAMH,UAAW,GACpCsb,EAAc5b,KA2DlB,OAzDK0c,EAIG1c,KAAKI,QAAsB,aAAZgb,EAGnBpb,KAAKuR,KAAM,WACT,IAAIoL,EACAC,EAAWtb,EAAEmR,KAAMzS,KAAMib,GAE7B,MAAiB,aAAZG,GACHQ,EAAcgB,GACP,GAGHA,EAMAtb,EAAEqa,WAAYiB,EAAUxB,KAAuC,MAAxBA,EAAQyB,OAAQ,IAK7DF,EAAcC,EAAUxB,GAAU/X,MAAOuZ,EAAU9Q,MAE9B8Q,QAA4B/a,IAAhB8a,GAC/Bf,EAAce,GAAeA,EAAYG,OACvClB,EAAYmB,UAAWJ,EAAYhS,OACnCgS,GACK,QAJT,EANSrb,EAAE0b,MAAO,mBAAqB5B,EAAU,SAAWX,EACxD,oBAPKnZ,EAAE0b,MAAO,0BAA4BvC,EAC1C,uDAC+BW,EAAU,OAd/CQ,OAAc/Z,GAmCXiK,EAAK1L,SACRgb,EAAU9Z,EAAEkZ,OAAOtT,OAAO7D,MAAO,KAAM,CAAE+X,GAAUnP,OAAQH,KAG7D9L,KAAKuR,KAAM,WACT,IAAIqL,EAAWtb,EAAEmR,KAAMzS,KAAMib,GACxB2B,GACHA,EAASK,OAAQ7B,GAAW,IACvBwB,EAASM,OACZN,EAASM,SAGX5b,EAAEmR,KAAMzS,KAAMib,EAAU,IAAIwB,EAAQrB,EAASpb,UAK5C4b,IAIXta,EAAE4Z,OAAS,aACX5Z,EAAE4Z,OAAOM,mBAAqB,GAE9Bla,EAAE4Z,OAAOxb,UAAY,CACnBsc,WAAY,SACZD,kBAAmB,GACnBoB,eAAgB,QAEhB/B,QAAS,CACPgC,QAAS,GACTC,UAAU,EAGVC,OAAQ,MAGVhC,cAAe,SAAUF,EAASC,GAChCA,EAAU/Z,EAAG+Z,GAAWrb,KAAKmd,gBAAkBnd,MAAQ,GACvDA,KAAKqb,QAAU/Z,EAAG+Z,GAClBrb,KAAKud,KAAOvD,IACZha,KAAKwd,eAAiB,IAAMxd,KAAKgc,WAAahc,KAAKud,KAEnDvd,KAAKyd,SAAWnc,IAChBtB,KAAK0d,UAAYpc,IACjBtB,KAAK2d,UAAYrc,IACjBtB,KAAK4d,qBAAuB,GAEvBvC,IAAYrb,OACfsB,EAAEmR,KAAM4I,EAASrb,KAAKic,eAAgBjc,MACtCA,KAAK6d,KAAK,EAAM7d,KAAKqb,QAAS,CAC5B7W,OAAQ,SAAUgO,GACXA,EAAM5L,SAAWyU,GACpBrb,KAAKiX,aAIXjX,KAAK4D,SAAWtC,EAAG+Z,EAAQ1X,MAGzB0X,EAAQyC,cAGRzC,EAAQzX,UAAYyX,GACtBrb,KAAKoB,OAASE,EAAGtB,KAAK4D,SAAU,GAAIma,aAAe/d,KAAK4D,SAAU,GAAIoa,eAGxEhe,KAAKob,QAAU9Z,EAAEkZ,OAAOtT,OAAQ,GAC9BlH,KAAKob,QACLpb,KAAKie,oBACL7C,GAEFpb,KAAKke,UAEAle,KAAKob,QAAQiC,UAChBrd,KAAKme,mBAAoBne,KAAKob,QAAQiC,UAGxCrd,KAAKoe,SAAU,SAAU,KAAMpe,KAAKqe,uBACpCre,KAAKkd,SAGPe,kBAAmB,WACjB,MAAO,IAGTI,oBAAqB/c,EAAEgd,KAEvBJ,QAAS5c,EAAEgd,KAEXpB,MAAO5b,EAAEgd,KAETrH,QAAS,WACP,IAAIsH,EAAOve,KAEXA,KAAKwe,WACLld,EAAEiQ,KAAMvR,KAAK4d,qBAAsB,SAAUvB,EAAKvc,GAChDye,EAAKE,aAAc3e,EAAOuc,KAK5Brc,KAAKqb,QACFlE,IAAKnX,KAAKwd,gBACV/I,WAAYzU,KAAKic,gBACpBjc,KAAKwa,SACFrD,IAAKnX,KAAKwd,gBACVkB,WAAY,iBAGf1e,KAAKyd,SAAStG,IAAKnX,KAAKwd,iBAG1BgB,SAAUld,EAAEgd,KAEZ9D,OAAQ,WACN,OAAOxa,KAAKqb,SAGd4B,OAAQ,SAAUZ,EAAKvc,GACrB,IACI6e,EACAC,EACAzT,EAHAiQ,EAAUiB,EAKd,GAA0B,IAArB/b,UAAUF,OAGb,OAAOkB,EAAEkZ,OAAOtT,OAAQ,GAAIlH,KAAKob,SAGnC,GAAoB,iBAARiB,EAMV,GAHAjB,EAAU,GAEViB,GADAsC,EAAQtC,EAAIrB,MAAO,MACP6D,QACPF,EAAMve,OAAS,CAElB,IADAwe,EAAYxD,EAASiB,GAAQ/a,EAAEkZ,OAAOtT,OAAQ,GAAIlH,KAAKob,QAASiB,IAC1DlR,EAAI,EAAGA,EAAIwT,EAAMve,OAAS,EAAG+K,IACjCyT,EAAWD,EAAOxT,IAAQyT,EAAWD,EAAOxT,KAAS,GACrDyT,EAAYA,EAAWD,EAAOxT,IAGhC,GADAkR,EAAMsC,EAAMG,MACc,IAArBxe,UAAUF,OACb,YAA4ByB,IAArB+c,EAAWvC,GAAsB,KAAOuC,EAAWvC,GAE5DuC,EAAWvC,GAAQvc,MACd,CACL,GAA0B,IAArBQ,UAAUF,OACb,YAA+ByB,IAAxB7B,KAAKob,QAASiB,GAAsB,KAAOrc,KAAKob,QAASiB,GAElEjB,EAASiB,GAAQvc,EAMrB,OAFAE,KAAK+e,YAAa3D,GAEXpb,MAGT+e,YAAa,SAAU3D,GACrB,IAAIiB,EAEJ,IAAMA,KAAOjB,EACXpb,KAAKgf,WAAY3C,EAAKjB,EAASiB,IAGjC,OAAOrc,MAGTgf,WAAY,SAAU3C,EAAKvc,GAWzB,MAVa,YAARuc,GACHrc,KAAKif,kBAAmBnf,GAG1BE,KAAKob,QAASiB,GAAQvc,EAET,aAARuc,GACHrc,KAAKme,mBAAoBre,GAGpBE,MAGTif,kBAAmB,SAAUnf,GAC3B,IAAIof,EAAU9N,EAAU+N,EAExB,IAAMD,KAAYpf,EAChBqf,EAAkBnf,KAAK4d,qBAAsBsB,GACxCpf,EAAOof,KAAelf,KAAKob,QAAQgC,QAAS8B,IAC5CC,GACAA,EAAgB/e,SAQrBgR,EAAW9P,EAAG6d,EAAgBxU,OAC9B3K,KAAKye,aAAcU,EAAiBD,GAMpC9N,EAASL,SAAU/Q,KAAKof,SAAU,CAChC/D,QAASjK,EACTiO,KAAMH,EACN9B,QAAStd,EACTwf,KAAK,OAKXnB,mBAAoB,SAAUre,GAC5BE,KAAKuf,aAAcvf,KAAKwa,SAAUxa,KAAKic,eAAiB,YAAa,OAAQnc,GAGxEA,IACHE,KAAKye,aAAcze,KAAK0d,UAAW,KAAM,kBACzC1d,KAAKye,aAAcze,KAAK2d,UAAW,KAAM,oBAI7C/G,OAAQ,WACN,OAAO5W,KAAK+e,YAAa,CAAE1B,UAAU,KAGvCjG,QAAS,WACP,OAAOpX,KAAK+e,YAAa,CAAE1B,UAAU,KAGvC+B,SAAU,SAAUhE,GAClB,IAAIoE,EAAO,GACPjB,EAAOve,KAOX,SAASyf,EAAoBrC,EAASsC,GACpC,IAAIC,EAASxU,EACb,IAAMA,EAAI,EAAGA,EAAIiS,EAAQhd,OAAQ+K,IAC/BwU,EAAUpB,EAAKX,qBAAsBR,EAASjS,KAAS7J,IAErDqe,EADGvE,EAAQkE,IACDhe,EAAGA,EAAEse,OAAQD,EAAQhV,MAAMsB,OAAQmP,EAAQC,QAAQ1Q,SAEnDrJ,EAAGqe,EAAQE,IAAKzE,EAAQC,SAAU1Q,OAE9C4T,EAAKX,qBAAsBR,EAASjS,IAAQwU,EAC5CH,EAAKnW,KAAM+T,EAASjS,IACfuU,GAAetE,EAAQgC,QAASA,EAASjS,KAC5CqU,EAAKnW,KAAM+R,EAAQgC,QAASA,EAASjS,KAgB3C,OAjCAiQ,EAAU9Z,EAAE4F,OAAQ,CAClBmU,QAASrb,KAAKqb,QACd+B,QAASpd,KAAKob,QAAQgC,SAAW,IAChChC,GAmBHpb,KAAK6d,IAAKzC,EAAQC,QAAS,CACzB7W,OAAU,2BAGP4W,EAAQiE,MACXI,EAAoBrE,EAAQiE,KAAKzZ,MAAO,SAAY,IAAI,GAErDwV,EAAQ0E,OACXL,EAAoBrE,EAAQ0E,MAAMla,MAAO,SAAY,IAGhD4Z,EAAKO,KAAM,MAGpBC,uBAAwB,SAAUxN,GAChC,IAAI+L,EAAOve,KACXsB,EAAEiQ,KAAMgN,EAAKX,qBAAsB,SAAUvB,EAAKvc,IACL,IAAtCwB,EAAE2e,QAASzN,EAAM5L,OAAQ9G,KAC5Bye,EAAKX,qBAAsBvB,GAAQ/a,EAAGxB,EAAM+f,IAAKrN,EAAM5L,QAAS+D,WAKtE8T,aAAc,SAAUpD,EAASgE,EAAMS,GACrC,OAAO9f,KAAKuf,aAAclE,EAASgE,EAAMS,GAAO,IAGlDI,UAAW,SAAU7E,EAASgE,EAAMS,GAClC,OAAO9f,KAAKuf,aAAclE,EAASgE,EAAMS,GAAO,IAGlDP,aAAc,SAAUlE,EAASgE,EAAMS,EAAOR,GAC5CA,EAAuB,kBAARA,EAAsBA,EAAMQ,EAC3C,IAAIjB,EAA6B,iBAAZxD,GAAoC,OAAZA,EAC3CD,EAAU,CACR0E,MAAOjB,EAAQQ,EAAOS,EACtBT,KAAMR,EAAQxD,EAAUgE,EACxBhE,QAASwD,EAAQ7e,KAAKqb,QAAUA,EAChCiE,IAAKA,GAGT,OADAlE,EAAQC,QAAQ8E,YAAangB,KAAKof,SAAUhE,GAAWkE,GAChDtf,MAGT6d,IAAK,SAAUuC,EAAuB/E,EAASgF,GAC7C,IAAIC,EACA1D,EAAW5c,KAGuB,kBAA1BogB,IACVC,EAAWhF,EACXA,EAAU+E,EACVA,GAAwB,GAIpBC,GAKJhF,EAAUiF,EAAkBhf,EAAG+Z,GAC/Brb,KAAKyd,SAAWzd,KAAKyd,SAAS6B,IAAKjE,KALnCgF,EAAWhF,EACXA,EAAUrb,KAAKqb,QACfiF,EAAkBtgB,KAAKwa,UAMzBlZ,EAAEiQ,KAAM8O,EAAU,SAAU7N,EAAO+N,GACjC,SAASC,IAKP,GAAMJ,IAC8B,IAA9BxD,EAASxB,QAAQiC,WACnB/b,EAAGtB,MAAOygB,SAAU,qBAGxB,OAA4B,iBAAZF,EAAuB3D,EAAU2D,GAAYA,GAC1Dld,MAAOuZ,EAAUtc,WAIE,iBAAZigB,IACVC,EAAaE,KAAOH,EAAQG,KAC1BH,EAAQG,MAAQF,EAAaE,MAAQpf,EAAEof,QAG3C,IAAI9a,EAAQ4M,EAAM5M,MAAO,sBACrB+D,EAAY/D,EAAO,GAAMgX,EAASY,eAClC9Y,EAAWkB,EAAO,GAEjBlB,EACH4b,EAAgB5W,GAAIC,EAAWjF,EAAU8b,GAEzCnF,EAAQ3R,GAAIC,EAAW6W,MAK7BG,KAAM,SAAUtF,EAAS1R,GACvBA,GAAcA,GAAa,IAAKqR,MAAO,KAAM+E,KAAM/f,KAAKwd,eAAiB,KACvExd,KAAKwd,eACPnC,EAAQlE,IAAKxN,GAAYwN,IAAKxN,GAG9B3J,KAAKyd,SAAWnc,EAAGtB,KAAKyd,SAASoC,IAAKxE,GAAU1Q,OAChD3K,KAAK2d,UAAYrc,EAAGtB,KAAK2d,UAAUkC,IAAKxE,GAAU1Q,OAClD3K,KAAK0d,UAAYpc,EAAGtB,KAAK0d,UAAUmC,IAAKxE,GAAU1Q,QAGpDiW,OAAQ,SAAUL,EAASlZ,GAKzB,IAAIuV,EAAW5c,KACf,OAAOuH,WALP,WACE,OAA4B,iBAAZgZ,EAAuB3D,EAAU2D,GAAYA,GAC1Dld,MAAOuZ,EAAUtc,YAGW+G,GAAS,IAG5CwZ,WAAY,SAAUxF,GACpBrb,KAAK0d,UAAY1d,KAAK0d,UAAU4B,IAAKjE,GACrCrb,KAAK6d,IAAKxC,EAAS,CACjByF,WAAY,SAAUtO,GACpBxS,KAAKkgB,UAAW5e,EAAGkR,EAAMuO,eAAiB,KAAM,mBAElDC,WAAY,SAAUxO,GACpBxS,KAAKye,aAAcnd,EAAGkR,EAAMuO,eAAiB,KAAM,sBAKzDE,WAAY,SAAU5F,GACpBrb,KAAK2d,UAAY3d,KAAK2d,UAAU2B,IAAKjE,GACrCrb,KAAK6d,IAAKxC,EAAS,CACjB6F,QAAS,SAAU1O,GACjBxS,KAAKkgB,UAAW5e,EAAGkR,EAAMuO,eAAiB,KAAM,mBAElDI,SAAU,SAAU3O,GAClBxS,KAAKye,aAAcnd,EAAGkR,EAAMuO,eAAiB,KAAM,sBAKzD3C,SAAU,SAAUtI,EAAMtD,EAAOC,GAC/B,IAAI1L,EAAMgT,EACN3S,EAAWpH,KAAKob,QAAStF,GAc7B,GAZArD,EAAOA,GAAQ,IACfD,EAAQlR,EAAE8f,MAAO5O,IACXsD,MAASA,IAAS9V,KAAK+b,kBAC3BjG,EACA9V,KAAK+b,kBAAoBjG,GAAO7Q,cAIlCuN,EAAM5L,OAAS5G,KAAKqb,QAAS,GAG7BtB,EAAOvH,EAAM6O,cAEX,IAAMta,KAAQgT,EACJhT,KAAQyL,IACdA,EAAOzL,GAASgT,EAAMhT,IAM5B,OADA/G,KAAKqb,QAAQvG,QAAStC,EAAOC,KACnBnR,EAAEqa,WAAYvU,KAC4C,IAAlEA,EAAS/D,MAAOrD,KAAKqb,QAAS,GAAK,CAAE7I,GAAQvG,OAAQwG,KACrDD,EAAM8O,wBAIZhgB,EAAEiQ,KAAM,CAAE+B,KAAM,SAAU1B,KAAM,WAAa,SAAU2P,EAAQC,GAC7DlgB,EAAE4Z,OAAOxb,UAAW,IAAM6hB,GAAW,SAAUlG,EAASD,EAAShU,GAK/D,IAAIqa,EAJoB,iBAAZrG,IACVA,EAAU,CAAEsG,OAAQtG,IAItB,IAAIuG,EAAcvG,GAEJ,IAAZA,GAAuC,iBAAZA,EACzBoG,EACApG,EAAQsG,QAAUF,EAHpBD,EAMsB,iBADxBnG,EAAUA,GAAW,MAEnBA,EAAU,CAAEwG,SAAUxG,IAGxBqG,GAAcngB,EAAEugB,cAAezG,GAC/BA,EAAQ0G,SAAW1a,EAEdgU,EAAQ/T,OACXgU,EAAQhU,MAAO+T,EAAQ/T,OAGpBoa,GAAcngB,EAAEygB,SAAWzgB,EAAEygB,QAAQL,OAAQC,GAChDtG,EAASkG,GAAUnG,GACTuG,IAAeJ,GAAUlG,EAASsG,GAC5CtG,EAASsG,GAAcvG,EAAQwG,SAAUxG,EAAQ4G,OAAQ5a,GAEzDiU,EAAQ4G,MAAO,SAAUC,GACvB5gB,EAAGtB,MAAQuhB,KACNna,GACHA,EAAS3G,KAAM4a,EAAS,IAE1B6G,SAMK5gB,EAAEkZ,OAkBJlZ,EAAE4F,OAAQ5F,EAAE6Z,KAAM,KAAO,CAClC1I,KAAMnR,EAAE6Z,KAAKgH,aACX7gB,EAAE6Z,KAAKgH,aAAc,SAAUC,GAC7B,OAAO,SAAU/H,GACf,QAAS/Y,EAAEmR,KAAM4H,EAAM+H,MAK3B,SAAU/H,EAAMlP,EAAGvF,GACjB,QAAStE,EAAEmR,KAAM4H,EAAMzU,EAAO,OAqBbtE,EAAEsY,GAAG1S,OAAQ,CAClCmb,kBACMC,EAAY,kBAAmB1e,SAASC,cAAe,OACzD,cACA,YAEK,WACL,OAAO7D,KAAK0J,GAAI4Y,EAAY,uBAAwB,SAAU9P,GAC5DA,EAAM+P,qBAKZ/N,gBAAiB,WACf,OAAOxU,KAAKmX,IAAK,2BAqBF7V,EAAEsY,GAAG4I,aAAe,SAAUC,GAC/C,IAAIhb,EAAWzH,KAAK8Q,IAAK,YACvB4R,EAAmC,aAAbjb,EACtBkb,EAAgBF,EAAgB,uBAAyB,gBACzDD,EAAexiB,KAAK4iB,UAAUlW,OAAQ,WACpC,IAAIhJ,EAASpC,EAAGtB,MAChB,QAAK0iB,GAAoD,WAA7Bhf,EAAOoN,IAAK,cAGjC6R,EAAcE,KAAMnf,EAAOoN,IAAK,YAAepN,EAAOoN,IAAK,cAChEpN,EAAOoN,IAAK,iBACZgS,GAAI,GAEV,MAAoB,UAAbrb,GAAyB+a,EAAapiB,OAE3CoiB,EADAlhB,EAAGtB,KAAM,GAAI8d,eAAiBla,WAQzBtC,EAAE2G,GAAG8a,KAAO,cAAcC,KAAMC,UAAUC,UAAUje,eA1G7D,IAmDQqd,EAyEJa,GAAe,EACnB7hB,EAAGsC,UAAW8F,GAAI,UAAW,WAC3ByZ,GAAe,IAGE7hB,EAAEkZ,OAAQ,WAAY,CACvCV,QAAS,SACTsB,QAAS,CACPgI,OAAQ,0CACRlb,SAAU,EACVb,MAAO,GAETgc,WAAY,WACV,IAAI9E,EAAOve,KAEXA,KAAKqb,QACF3R,GAAI,aAAe1J,KAAKgc,WAAY,SAAUxJ,GAC7C,OAAO+L,EAAK+E,WAAY9Q,KAEzB9I,GAAI,SAAW1J,KAAKgc,WAAY,SAAUxJ,GACzC,IAAK,IAASlR,EAAEmR,KAAMD,EAAM5L,OAAQ2X,EAAKvC,WAAa,sBAGpD,OAFA1a,EAAEmT,WAAYjC,EAAM5L,OAAQ2X,EAAKvC,WAAa,sBAC9CxJ,EAAM+Q,4BACC,IAIbvjB,KAAKwjB,SAAU,GAKjBC,cAAe,WACbzjB,KAAKqb,QAAQlE,IAAK,IAAMnX,KAAKgc,YACxBhc,KAAK0jB,oBACR1jB,KAAK4D,SACFuT,IAAK,aAAenX,KAAKgc,WAAYhc,KAAK0jB,oBAC1CvM,IAAK,WAAanX,KAAKgc,WAAYhc,KAAK2jB,mBAI/CL,WAAY,SAAU9Q,GAGpB,IAAK2Q,EAAL,CAIAnjB,KAAK4jB,aAAc,EAGjB5jB,KAAK6jB,eAAiB7jB,KAAK8jB,SAAUtR,GAEvCxS,KAAK+jB,gBAAkBvR,EAEvB,IAAI+L,EAAOve,KACTgkB,EAA8B,IAAhBxR,EAAMyR,MAIpBC,IAA8C,iBAAxBlkB,KAAKob,QAAQgI,SAAuB5Q,EAAM5L,OAAOud,WACrE7iB,EAAGkR,EAAM5L,QAASmI,QAAS/O,KAAKob,QAAQgI,QAAShjB,OACrD,QAAM4jB,IAAaE,GAAelkB,KAAKokB,cAAe5R,MAItDxS,KAAKqkB,eAAiBrkB,KAAKob,QAAQ/T,MAC7BrH,KAAKqkB,gBACTrkB,KAAKskB,iBAAmB/c,WAAY,WAClCgX,EAAK8F,eAAgB,GACpBrkB,KAAKob,QAAQ/T,QAGbrH,KAAKukB,kBAAmB/R,IAAWxS,KAAKwkB,eAAgBhS,KAC3DxS,KAAK6jB,eAAgD,IAA9B7jB,KAAKykB,YAAajS,IACnCxS,KAAK6jB,gBACTrR,EAAM+P,kBACC,KAKN,IAASjhB,EAAEmR,KAAMD,EAAM5L,OAAQ5G,KAAKgc,WAAa,uBACpD1a,EAAEmT,WAAYjC,EAAM5L,OAAQ5G,KAAKgc,WAAa,sBAIhDhc,KAAK0jB,mBAAqB,SAAUlR,GAClC,OAAO+L,EAAKmG,WAAYlS,IAE1BxS,KAAK2jB,iBAAmB,SAAUnR,GAChC,OAAO+L,EAAKuF,SAAUtR,IAGxBxS,KAAK4D,SACF8F,GAAI,aAAe1J,KAAKgc,WAAYhc,KAAK0jB,oBACzCha,GAAI,WAAa1J,KAAKgc,WAAYhc,KAAK2jB,kBAE1CnR,EAAM+P,iBAENY,GAAe,MAIjBuB,WAAY,SAAUlS,GAMpB,GAAKxS,KAAK4jB,YAAc,CAGtB,GAAKtiB,EAAE2G,GAAG8a,MAASnf,SAAS+gB,cAAgB/gB,SAAS+gB,aAAe,KAC/DnS,EAAMoS,OACT,OAAO5kB,KAAK8jB,SAAUtR,GAGjB,IAAMA,EAAMyR,MAKjB,GAAKzR,EAAM6O,cAAcwD,QAAUrS,EAAM6O,cAAcyD,SACnDtS,EAAM6O,cAAc0D,SAAWvS,EAAM6O,cAAc2D,SACrDhlB,KAAKilB,oBAAqB,OACrB,IAAMjlB,KAAKilB,mBAChB,OAAOjlB,KAAK8jB,SAAUtR,GAS5B,OAJKA,EAAMyR,OAASzR,EAAMoS,UACxB5kB,KAAK4jB,aAAc,GAGhB5jB,KAAK6jB,eACR7jB,KAAKklB,WAAY1S,GACVA,EAAM+P,mBAGVviB,KAAKukB,kBAAmB/R,IAAWxS,KAAKwkB,eAAgBhS,KAC3DxS,KAAK6jB,eACmD,IAApD7jB,KAAKykB,YAAazkB,KAAK+jB,gBAAiBvR,GAC1CxS,KAAK6jB,cAAgB7jB,KAAKklB,WAAY1S,GAAUxS,KAAK8jB,SAAUtR,KAG3DxS,KAAK6jB,gBAGfC,SAAU,SAAUtR,GAClBxS,KAAK4D,SACFuT,IAAK,aAAenX,KAAKgc,WAAYhc,KAAK0jB,oBAC1CvM,IAAK,WAAanX,KAAKgc,WAAYhc,KAAK2jB,kBAEtC3jB,KAAK6jB,gBACR7jB,KAAK6jB,eAAgB,EAEhBrR,EAAM5L,SAAW5G,KAAK+jB,gBAAgBnd,QACzCtF,EAAEmR,KAAMD,EAAM5L,OAAQ5G,KAAKgc,WAAa,sBAAsB,GAGhEhc,KAAKmlB,WAAY3S,IAGdxS,KAAKskB,mBACR1O,aAAc5V,KAAKskB,yBACZtkB,KAAKskB,kBAGdtkB,KAAKilB,oBAAqB,EAC1B9B,GAAe,EACf3Q,EAAM+P,kBAGRgC,kBAAmB,SAAU/R,GAC3B,OAASrP,KAAKC,IACVD,KAAK4F,IAAK/I,KAAK+jB,gBAAgB7Q,MAAQV,EAAMU,OAC7C/P,KAAK4F,IAAK/I,KAAK+jB,gBAAgB5Q,MAAQX,EAAMW,SAC1CnT,KAAKob,QAAQlT,UAItBsc,eAAgB,WACd,OAAOxkB,KAAKqkB,eAIdI,YAAa,aACbS,WAAY,aACZC,WAAY,aACZf,cAAe,WAA0B,OAAO,KAOrC9iB,EAAE2G,GAAGmd,OAAS,CACzB9F,IAAK,SAAU+F,EAAQpI,EAAQqI,GAC7B,IAAIna,EACFoa,EAAQjkB,EAAE2G,GAAIod,GAAS3lB,UACzB,IAAMyL,KAAKma,EACTC,EAAMC,QAASra,GAAMoa,EAAMC,QAASra,IAAO,GAC3Coa,EAAMC,QAASra,GAAI9B,KAAM,CAAE4T,EAAQqI,EAAKna,MAG5C1K,KAAM,SAAUmc,EAAUnC,EAAM3O,EAAM2Z,GACpC,IAAIta,EACFma,EAAM1I,EAAS4I,QAAS/K,GAE1B,GAAM6K,IAIAG,GAAwB7I,EAASvB,QAAS,GAAItT,YACF,KAA9C6U,EAASvB,QAAS,GAAItT,WAAW2d,UAIrC,IAAMva,EAAI,EAAGA,EAAIma,EAAIllB,OAAQ+K,IACtByR,EAASxB,QAASkK,EAAKna,GAAK,KAC/Bma,EAAKna,GAAK,GAAI9H,MAAOuZ,EAASvB,QAASvP,KAQvBxK,EAAE2G,GAAG0d,kBAAoB,SAAU/hB,GACzD,IAAIgiB,EAIJ,IACEA,EAAgBhiB,EAASgiB,cACzB,MAAQ5I,GACR4I,EAAgBhiB,EAASsO,KAiB3B,OAVE0T,EADIA,GACYhiB,EAASsO,MAMPiS,WAClByB,EAAgBhiB,EAASsO,MAGpB0T,GAKMtkB,EAAE2G,GAAG4d,SAAW,SAAUxK,GAIlCA,GAA8C,SAAnCA,EAAQ8I,SAASlf,eAC/B3D,EAAG+Z,GAAUvG,QAAS,SAuB1BxT,EAAEkZ,OAAQ,eAAgBlZ,EAAE2G,GAAG6d,MAAO,CACpChM,QAAS,SACTiC,kBAAmB,OACnBX,QAAS,CACP2K,YAAY,EACZ/V,SAAU,SACVgW,MAAM,EACNC,mBAAmB,EACnBC,aAAa,EACbC,OAAQ,OACRC,UAAU,EACVnd,MAAM,EACNiG,QAAQ,EACRqF,OAAQ,WACR8R,WAAW,EACXC,SAAS,EACTC,kBAAkB,EAClBC,QAAQ,EACRC,eAAgB,IAChBllB,MAAO,UACPwO,QAAQ,EACR2W,kBAAmB,GACnBC,YAAa,GACbC,MAAM,EACNC,SAAU,OACVC,cAAe,GACfC,OAAO,EACPC,QAAQ,EAGRxQ,KAAM,KACNF,MAAO,KACPC,KAAM,MAER2H,QAAS,WAEsB,aAAxBle,KAAKob,QAAQ7G,QAChBvU,KAAKinB,uBAEFjnB,KAAKob,QAAQ2K,YAChB/lB,KAAKkgB,UAAW,gBAElBlgB,KAAKknB,sBAELlnB,KAAKqjB,cAGPrE,WAAY,SAAU3C,EAAKvc,GACzBE,KAAKyb,OAAQY,EAAKvc,GACL,WAARuc,IACHrc,KAAKmnB,yBACLnnB,KAAKknB,wBAIT1I,SAAU,YACDxe,KAAKuU,QAAUvU,KAAKqb,SAAU5H,GAAI,0BACvCzT,KAAKonB,gBAAiB,GAGxBpnB,KAAKmnB,yBACLnnB,KAAKyjB,kBAGPW,cAAe,SAAU5R,GACvB,IAAItS,EAAIF,KAAKob,QAGb,QAAKpb,KAAKuU,QAAUrU,EAAEmd,UAC2C,EAA7D/b,EAAGkR,EAAM5L,QAASmI,QAAS,wBAAyB3O,UAKxDJ,KAAKkP,OAASlP,KAAKqnB,WAAY7U,KACzBxS,KAAKkP,SAIXlP,KAAKsnB,mBAAoB9U,GAEzBxS,KAAKunB,cAA8B,IAAhBrnB,EAAEmmB,UAAqB,SAAWnmB,EAAEmmB,YAEhD,KAITkB,aAAc,SAAU7iB,GACtB1E,KAAKwnB,aAAexnB,KAAK4D,SAASjE,KAAM+E,GAAWzB,IAAK,WACtD,IAAIwkB,EAASnmB,EAAGtB,MAEhB,OAAOsB,EAAG,SACPwP,IAAK,WAAY,YACjBd,SAAUyX,EAAO/jB,UACjBoQ,WAAY2T,EAAO3T,cACnBE,YAAayT,EAAOzT,eACpBmE,OAAQsP,EAAOtP,UAAY,MAIlCuP,eAAgB,WACT1nB,KAAKwnB,eACRxnB,KAAKwnB,aAAahjB,gBACXxE,KAAKwnB,eAIhBF,mBAAoB,SAAU9U,GAC5B,IAAIoT,EAAgBtkB,EAAE2G,GAAG0d,kBAAmB3lB,KAAK4D,SAAU,IAChDtC,EAAGkR,EAAM5L,QAKRmI,QAAS6W,GAAgBxlB,QAKrCkB,EAAE2G,GAAG4d,SAAUD,IAGjBnB,YAAa,SAAUjS,GAErB,IAAItS,EAAIF,KAAKob,QA+Cb,OA5CApb,KAAKuU,OAASvU,KAAK2nB,cAAenV,GAElCxS,KAAKkgB,UAAWlgB,KAAKuU,OAAQ,yBAG7BvU,KAAK4nB,0BAGAtmB,EAAE2G,GAAG4f,YACRvmB,EAAE2G,GAAG4f,UAAUlI,QAAU3f,MAS3BA,KAAK8nB,gBAGL9nB,KAAK+nB,YAAc/nB,KAAKuU,OAAOzD,IAAK,YACpC9Q,KAAKwiB,aAAexiB,KAAKuU,OAAOiO,cAAc,GAC9CxiB,KAAKgoB,aAAehoB,KAAKuU,OAAOyT,eAChChoB,KAAKioB,iBAEU,EAFSjoB,KAAKuU,OAAOqO,UAAUlW,OAAQ,WAClD,MAAuC,UAAhCpL,EAAGtB,MAAO8Q,IAAK,cACpB1Q,OAGNJ,KAAKkoB,YAAcloB,KAAKqb,QAAQlD,SAChCnY,KAAKmoB,gBAAiB3V,GAGtBxS,KAAKooB,iBAAmBpoB,KAAKyH,SAAWzH,KAAKqoB,kBAAmB7V,GAAO,GACvExS,KAAKsoB,cAAgB9V,EAAMU,MAC3BlT,KAAKuoB,cAAgB/V,EAAMW,MAGzBjT,EAAEkmB,UAAYpmB,KAAKwoB,wBAAyBtoB,EAAEkmB,UAGhDpmB,KAAKyoB,mBAGoC,IAApCzoB,KAAKoe,SAAU,QAAS5L,IAC3BxS,KAAK0oB,UACE,IAIT1oB,KAAK4nB,0BAGAtmB,EAAE2G,GAAG4f,YAAc3nB,EAAEyoB,eACxBrnB,EAAE2G,GAAG4f,UAAUe,eAAgB5oB,KAAMwS,GAKvCxS,KAAKklB,WAAY1S,GAAO,GAInBlR,EAAE2G,GAAG4f,WACRvmB,EAAE2G,GAAG4f,UAAUgB,UAAW7oB,KAAMwS,IAG3B,IAGT2V,gBAAiB,SAAU3V,GACzBxS,KAAKmY,OAAS,CACZxQ,IAAK3H,KAAKkoB,YAAYvgB,IAAM3H,KAAK8oB,QAAQnhB,IACzCpB,KAAMvG,KAAKkoB,YAAY3hB,KAAOvG,KAAK8oB,QAAQviB,KAC3CwJ,QAAQ,EACRrM,OAAQ1D,KAAK+oB,mBACbC,SAAUhpB,KAAKipB,sBAGjBjpB,KAAKmY,OAAO+Q,MAAQ,CAClB3iB,KAAMiM,EAAMU,MAAQlT,KAAKmY,OAAO5R,KAChCoB,IAAK6K,EAAMW,MAAQnT,KAAKmY,OAAOxQ,MAInCud,WAAY,SAAU1S,EAAO2W,GAY3B,GATKnpB,KAAKioB,mBACRjoB,KAAKmY,OAAOzU,OAAS1D,KAAK+oB,oBAI5B/oB,KAAKyH,SAAWzH,KAAKqoB,kBAAmB7V,GAAO,GAC/CxS,KAAKkoB,YAAcloB,KAAKopB,mBAAoB,aAGtCD,EAAgB,CACpB,IAAIlhB,EAAKjI,KAAKqpB,UACd,IAA4C,IAAvCrpB,KAAKoe,SAAU,OAAQ5L,EAAOvK,GAEjC,OADAjI,KAAK8jB,SAAU,IAAIxiB,EAAE8f,MAAO,UAAW5O,KAChC,EAETxS,KAAKyH,SAAWQ,EAAGR,SAUrB,OAPAzH,KAAKuU,OAAQ,GAAI5Q,MAAM4C,KAAOvG,KAAKyH,SAASlB,KAAO,KACnDvG,KAAKuU,OAAQ,GAAI5Q,MAAMgE,IAAM3H,KAAKyH,SAASE,IAAM,KAE5CrG,EAAE2G,GAAG4f,WACRvmB,EAAE2G,GAAG4f,UAAUrR,KAAMxW,KAAMwS,IAGtB,GAGT2S,WAAY,SAAU3S,GAGpB,IAAI+L,EAAOve,KACTspB,GAAU,EA+BZ,OA9BKhoB,EAAE2G,GAAG4f,YAAc7nB,KAAKob,QAAQuN,gBACnCW,EAAUhoB,EAAE2G,GAAG4f,UAAU0B,KAAMvpB,KAAMwS,IAIlCxS,KAAKspB,UACRA,EAAUtpB,KAAKspB,QACftpB,KAAKspB,SAAU,GAGc,YAAxBtpB,KAAKob,QAAQoL,SAAyB8C,GACf,UAAxBtpB,KAAKob,QAAQoL,QAAsB8C,IACb,IAAxBtpB,KAAKob,QAAQoL,QAAqBllB,EAAEqa,WAAY3b,KAAKob,QAAQoL,SAC7DxmB,KAAKob,QAAQoL,OAAO/lB,KAAMT,KAAKqb,QAASiO,GAE1ChoB,EAAGtB,KAAKuU,QAAS5E,QACf3P,KAAKooB,iBACLzc,SAAU3L,KAAKob,QAAQqL,eAAgB,IACvC,YAC0C,IAAnClI,EAAKH,SAAU,OAAQ5L,IAC1B+L,EAAKmK,YAK6B,IAAnC1oB,KAAKoe,SAAU,OAAQ5L,IAC1BxS,KAAK0oB,UAIF,GAGT5E,SAAU,SAAUtR,GAiBlB,OAhBAxS,KAAK0nB,iBAIApmB,EAAE2G,GAAG4f,WACRvmB,EAAE2G,GAAG4f,UAAU2B,SAAUxpB,KAAMwS,GAI5BxS,KAAKypB,cAAchW,GAAIjB,EAAM5L,SAIhC5G,KAAKqb,QAAQvG,QAAS,SAGjBxT,EAAE2G,GAAG6d,MAAMpmB,UAAUokB,SAASrjB,KAAMT,KAAMwS,IAGnD4Q,OAAQ,WAQN,OANKpjB,KAAKuU,OAAOd,GAAI,0BACnBzT,KAAK8jB,SAAU,IAAIxiB,EAAE8f,MAAO,UAAW,CAAExa,OAAQ5G,KAAKqb,QAAS,MAE/Drb,KAAK0oB,SAGA1oB,MAITqnB,WAAY,SAAU7U,GACpB,OAAOxS,KAAKob,QAAQlM,UAChB5N,EAAGkR,EAAM5L,QAASmI,QAAS/O,KAAKqb,QAAQ1b,KAAMK,KAAKob,QAAQlM,SAAW9O,QAI5E8mB,oBAAqB,WACnBlnB,KAAKypB,cAAgBzpB,KAAKob,QAAQlM,OAChClP,KAAKqb,QAAQ1b,KAAMK,KAAKob,QAAQlM,QAAWlP,KAAKqb,QAClDrb,KAAKkgB,UAAWlgB,KAAKypB,cAAe,wBAGtCtC,uBAAwB,WACtBnnB,KAAKye,aAAcze,KAAKypB,cAAe,wBAGzC9B,cAAe,SAAUnV,GAEvB,IAAItS,EAAIF,KAAKob,QACXsO,EAAmBpoB,EAAEqa,WAAYzb,EAAEqU,QACnCA,EAASmV,EACPpoB,EAAGpB,EAAEqU,OAAOlR,MAAOrD,KAAKqb,QAAS,GAAK,CAAE7I,KACzB,UAAbtS,EAAEqU,OACFvU,KAAKqb,QAAQpU,QAAQyX,WAAY,MACjC1e,KAAKqb,QAoBX,OAlBM9G,EAAOqO,QAAS,QAASxiB,QAC7BmU,EAAOvE,SAA2B,WAAf9P,EAAE8P,SACnBhQ,KAAKqb,QAAS,GAAItT,WAClB7H,EAAE8P,UAMD0Z,GAAoBnV,EAAQ,KAAQvU,KAAKqb,QAAS,IACrDrb,KAAKinB,uBAGF1S,EAAQ,KAAQvU,KAAKqb,QAAS,IAC9B,mBAAuBwH,KAAMtO,EAAOzD,IAAK,cAC5CyD,EAAOzD,IAAK,WAAY,YAGnByD,GAIT0S,qBAAsB,WACd,aAAiBpE,KAAM7iB,KAAKqb,QAAQvK,IAAK,eAC7C9Q,KAAKqb,QAAS,GAAI1X,MAAM8D,SAAW,aAIvC+gB,wBAAyB,SAAUmB,GACb,iBAARA,IACVA,EAAMA,EAAI3O,MAAO,MAEd1Z,EAAEyK,QAAS4d,KACdA,EAAM,CAAEpjB,MAAOojB,EAAK,GAAKhiB,KAAMgiB,EAAK,IAAO,IAExC,SAAUA,IACb3pB,KAAKmY,OAAO+Q,MAAM3iB,KAAOojB,EAAIpjB,KAAOvG,KAAK8oB,QAAQviB,MAE9C,UAAWojB,IACd3pB,KAAKmY,OAAO+Q,MAAM3iB,KAAOvG,KAAK4pB,kBAAkBnnB,MAAQknB,EAAInjB,MAAQxG,KAAK8oB,QAAQviB,MAE9E,QAASojB,IACZ3pB,KAAKmY,OAAO+Q,MAAMvhB,IAAMgiB,EAAIhiB,IAAM3H,KAAK8oB,QAAQnhB,KAE5C,WAAYgiB,IACf3pB,KAAKmY,OAAO+Q,MAAMvhB,IAAM3H,KAAK4pB,kBAAkBjnB,OAASgnB,EAAInhB,OAASxI,KAAK8oB,QAAQnhB,MAItFkiB,YAAa,SAAUxO,GACrB,MAAO,eAAmBwH,KAAMxH,EAAQyO,UAAazO,IAAYrb,KAAK4D,SAAU,IAGlFmlB,iBAAkB,WAGhB,IAAIgB,EAAK/pB,KAAKgoB,aAAa7P,SACzBvU,EAAW5D,KAAK4D,SAAU,GAmB5B,MAV0B,aAArB5D,KAAK+nB,aAA8B/nB,KAAKwiB,aAAc,KAAQ5e,GAC/DtC,EAAE0oB,SAAUhqB,KAAKwiB,aAAc,GAAKxiB,KAAKgoB,aAAc,MACzD+B,EAAGxjB,MAAQvG,KAAKwiB,aAAayH,aAC7BF,EAAGpiB,KAAO3H,KAAKwiB,aAAa3Z,aAGzB7I,KAAK6pB,YAAa7pB,KAAKgoB,aAAc,MACxC+B,EAAK,CAAEpiB,IAAK,EAAGpB,KAAM,IAGhB,CACLoB,IAAKoiB,EAAGpiB,KAAQgE,SAAU3L,KAAKgoB,aAAalX,IAAK,kBAAoB,KAAQ,GAC7EvK,KAAMwjB,EAAGxjB,MAASoF,SAAU3L,KAAKgoB,aAAalX,IAAK,mBAAqB,KAAQ,KAKpFmY,mBAAoB,WAClB,GAA0B,aAArBjpB,KAAK+nB,YACR,MAAO,CAAEpgB,IAAK,EAAGpB,KAAM,GAGzB,IAAI2jB,EAAIlqB,KAAKqb,QAAQ5T,WACnB0iB,EAAmBnqB,KAAK6pB,YAAa7pB,KAAKwiB,aAAc,IAE1D,MAAO,CACL7a,IAAKuiB,EAAEviB,KAAQgE,SAAU3L,KAAKuU,OAAOzD,IAAK,OAAS,KAAQ,IACtDqZ,EAAmD,EAAhCnqB,KAAKwiB,aAAa3Z,aAC1CtC,KAAM2jB,EAAE3jB,MAASoF,SAAU3L,KAAKuU,OAAOzD,IAAK,QAAU,KAAQ,IACzDqZ,EAAoD,EAAjCnqB,KAAKwiB,aAAayH,gBAK9CnC,cAAe,WACb9nB,KAAK8oB,QAAU,CACbviB,KAAQoF,SAAU3L,KAAKqb,QAAQvK,IAAK,cAAgB,KAAQ,EAC5DnJ,IAAOgE,SAAU3L,KAAKqb,QAAQvK,IAAK,aAAe,KAAQ,EAC1DtK,MAASmF,SAAU3L,KAAKqb,QAAQvK,IAAK,eAAiB,KAAQ,EAC9DtI,OAAUmD,SAAU3L,KAAKqb,QAAQvK,IAAK,gBAAkB,KAAQ,IAIpE8W,wBAAyB,WACvB5nB,KAAK4pB,kBAAoB,CACvBnnB,MAAOzC,KAAKuU,OAAOT,aACnBnR,OAAQ3C,KAAKuU,OAAOP,gBAIxByU,gBAAiB,WAEf,IAAI2B,EAAkBC,EAAGC,EACvBpqB,EAAIF,KAAKob,QACTxX,EAAW5D,KAAK4D,SAAU,GAE5B5D,KAAKuqB,kBAAoB,KAEnBrqB,EAAEgmB,YAKe,WAAlBhmB,EAAEgmB,YAagB,aAAlBhmB,EAAEgmB,YAWFhmB,EAAEgmB,YAAYtL,cAAgBnb,OAKZ,WAAlBS,EAAEgmB,cACLhmB,EAAEgmB,YAAclmB,KAAKuU,OAAQ,GAAIxM,aAInCuiB,GADAD,EAAI/oB,EAAGpB,EAAEgmB,cACD,MAMRkE,EAAmB,gBAAgBvH,KAAMwH,EAAEvZ,IAAK,aAEhD9Q,KAAKkmB,YAAc,EACfva,SAAU0e,EAAEvZ,IAAK,mBAAqB,KAAQ,IAC5CnF,SAAU0e,EAAEvZ,IAAK,eAAiB,KAAQ,IAC5CnF,SAAU0e,EAAEvZ,IAAK,kBAAoB,KAAQ,IAC3CnF,SAAU0e,EAAEvZ,IAAK,cAAgB,KAAQ,IAC3CsZ,EAAmBjnB,KAAKC,IAAKknB,EAAGE,YAAaF,EAAGG,aAAgBH,EAAGG,cACjE9e,SAAU0e,EAAEvZ,IAAK,oBAAsB,KAAQ,IAC/CnF,SAAU0e,EAAEvZ,IAAK,gBAAkB,KAAQ,GAC7C9Q,KAAK4pB,kBAAkBnnB,MACvBzC,KAAK8oB,QAAQviB,KACbvG,KAAK8oB,QAAQtiB,OACb4jB,EAAmBjnB,KAAKC,IAAKknB,EAAGziB,aAAcyiB,EAAGxhB,cAAiBwhB,EAAGxhB,eACnE6C,SAAU0e,EAAEvZ,IAAK,qBAAuB,KAAQ,IAChDnF,SAAU0e,EAAEvZ,IAAK,iBAAmB,KAAQ,GAC9C9Q,KAAK4pB,kBAAkBjnB,OACvB3C,KAAK8oB,QAAQnhB,IACb3H,KAAK8oB,QAAQtgB,QAEjBxI,KAAKuqB,kBAAoBF,IAnCvBrqB,KAAKkmB,YAAchmB,EAAEgmB,YAXrBlmB,KAAKkmB,YAAc,CACjB,EACA,EACA5kB,EAAGsC,GAAWnB,QAAUzC,KAAK4pB,kBAAkBnnB,MAAQzC,KAAK8oB,QAAQviB,MAClEjF,EAAGsC,GAAWjB,UAAYiB,EAASsO,KAAKnK,WAAWF,cACnD7H,KAAK4pB,kBAAkBjnB,OAAS3C,KAAK8oB,QAAQnhB,KAlBjD3H,KAAKkmB,YAAc,CACjB5kB,EAAGF,QAAS6oB,aAAejqB,KAAKmY,OAAO6Q,SAASziB,KAAOvG,KAAKmY,OAAOzU,OAAO6C,KAC1EjF,EAAGF,QAASyH,YAAc7I,KAAKmY,OAAO6Q,SAASrhB,IAAM3H,KAAKmY,OAAOzU,OAAOiE,IACxErG,EAAGF,QAAS6oB,aAAe3oB,EAAGF,QAASqB,QACrCzC,KAAK4pB,kBAAkBnnB,MAAQzC,KAAK8oB,QAAQviB,KAC9CjF,EAAGF,QAASyH,aACRvH,EAAGF,QAASuB,UAAYiB,EAASsO,KAAKnK,WAAWF,cACnD7H,KAAK4pB,kBAAkBjnB,OAAS3C,KAAK8oB,QAAQnhB,KAZjD3H,KAAKkmB,YAAc,MAmEvBkD,mBAAoB,SAAUsB,EAAG1X,GAG7BA,EADIA,GACEhT,KAAKyH,SAGb,IAAIkjB,EAAY,aAAND,EAAmB,GAAK,EAChCP,EAAmBnqB,KAAK6pB,YAAa7pB,KAAKwiB,aAAc,IAE1D,MAAO,CACL7a,IAGEqL,EAAIrL,IAGJ3H,KAAKmY,OAAO6Q,SAASrhB,IAAMgjB,EAG3B3qB,KAAKmY,OAAOzU,OAAOiE,IAAMgjB,GACA,UAArB3qB,KAAK+nB,aACN/nB,KAAKmY,OAAOpI,OAAOpI,IAClBwiB,EAAmB,EAAInqB,KAAKmY,OAAOpI,OAAOpI,KAAUgjB,EAE1DpkB,KAGEyM,EAAIzM,KAGJvG,KAAKmY,OAAO6Q,SAASziB,KAAOokB,EAG5B3qB,KAAKmY,OAAOzU,OAAO6C,KAAOokB,GACD,UAArB3qB,KAAK+nB,aACN/nB,KAAKmY,OAAOpI,OAAOxJ,KAClB4jB,EAAmB,EAAInqB,KAAKmY,OAAOpI,OAAOxJ,MAAWokB,IAM/DtC,kBAAmB,SAAU7V,EAAOoY,GAElC,IAAI1E,EAAa2E,EAAIljB,EAAKpB,EACxBrG,EAAIF,KAAKob,QACT+O,EAAmBnqB,KAAK6pB,YAAa7pB,KAAKwiB,aAAc,IACxDtP,EAAQV,EAAMU,MACdC,EAAQX,EAAMW,MA2EhB,OAxEMgX,GAAqBnqB,KAAKmY,OAAOpI,SACrC/P,KAAKmY,OAAOpI,OAAS,CACnBpI,IAAK3H,KAAKwiB,aAAa3Z,YACvBtC,KAAMvG,KAAKwiB,aAAayH,eAUvBW,IACE5qB,KAAKkmB,cAGNA,EAFGlmB,KAAKuqB,mBACRM,EAAK7qB,KAAKuqB,kBAAkBpS,SACd,CACZnY,KAAKkmB,YAAa,GAAM2E,EAAGtkB,KAC3BvG,KAAKkmB,YAAa,GAAM2E,EAAGljB,IAC3B3H,KAAKkmB,YAAa,GAAM2E,EAAGtkB,KAC3BvG,KAAKkmB,YAAa,GAAM2E,EAAGljB,MAGf3H,KAAKkmB,YAGhB1T,EAAMU,MAAQlT,KAAKmY,OAAO+Q,MAAM3iB,KAAO2f,EAAa,KACvDhT,EAAQgT,EAAa,GAAMlmB,KAAKmY,OAAO+Q,MAAM3iB,MAE1CiM,EAAMW,MAAQnT,KAAKmY,OAAO+Q,MAAMvhB,IAAMue,EAAa,KACtD/S,EAAQ+S,EAAa,GAAMlmB,KAAKmY,OAAO+Q,MAAMvhB,KAE1C6K,EAAMU,MAAQlT,KAAKmY,OAAO+Q,MAAM3iB,KAAO2f,EAAa,KACvDhT,EAAQgT,EAAa,GAAMlmB,KAAKmY,OAAO+Q,MAAM3iB,MAE1CiM,EAAMW,MAAQnT,KAAKmY,OAAO+Q,MAAMvhB,IAAMue,EAAa,KACtD/S,EAAQ+S,EAAa,GAAMlmB,KAAKmY,OAAO+Q,MAAMvhB,MAI5CzH,EAAE+I,OAILtB,EAAMzH,EAAE+I,KAAM,GAAMjJ,KAAKuoB,cAAgBplB,KAAK4Q,OAASZ,EACrDnT,KAAKuoB,eAAkBroB,EAAE+I,KAAM,IAAQ/I,EAAE+I,KAAM,GAAMjJ,KAAKuoB,cAC5DpV,EAAQ+S,EAAkBve,EAAM3H,KAAKmY,OAAO+Q,MAAMvhB,KAAOue,EAAa,IACpEve,EAAM3H,KAAKmY,OAAO+Q,MAAMvhB,IAAMue,EAAa,GACzCve,EACIA,EAAM3H,KAAKmY,OAAO+Q,MAAMvhB,KAAOue,EAAa,GAC9Cve,EAAMzH,EAAE+I,KAAM,GAAMtB,EAAMzH,EAAE+I,KAAM,GAAUtB,EAElDpB,EAAOrG,EAAE+I,KAAM,GAAMjJ,KAAKsoB,cACxBnlB,KAAK4Q,OAASb,EAAQlT,KAAKsoB,eAAkBpoB,EAAE+I,KAAM,IAAQ/I,EAAE+I,KAAM,GACrEjJ,KAAKsoB,cACPpV,EAAQgT,EAAkB3f,EAAOvG,KAAKmY,OAAO+Q,MAAM3iB,MAAQ2f,EAAa,IACtE3f,EAAOvG,KAAKmY,OAAO+Q,MAAM3iB,KAAO2f,EAAa,GAC3C3f,EACIA,EAAOvG,KAAKmY,OAAO+Q,MAAM3iB,MAAQ2f,EAAa,GAChD3f,EAAOrG,EAAE+I,KAAM,GAAM1C,EAAOrG,EAAE+I,KAAM,GAAU1C,GAGtC,MAAXrG,EAAE8lB,OACL9S,EAAQlT,KAAKsoB,eAGC,MAAXpoB,EAAE8lB,OACL7S,EAAQnT,KAAKuoB,gBAIV,CACL5gB,IAGEwL,EAGAnT,KAAKmY,OAAO+Q,MAAMvhB,IAGlB3H,KAAKmY,OAAO6Q,SAASrhB,IAGrB3H,KAAKmY,OAAOzU,OAAOiE,KACI,UAArB3H,KAAK+nB,aACJ/nB,KAAKmY,OAAOpI,OAAOpI,IAClBwiB,EAAmB,EAAInqB,KAAKmY,OAAOpI,OAAOpI,KAEhDpB,KAGE2M,EAGAlT,KAAKmY,OAAO+Q,MAAM3iB,KAGlBvG,KAAKmY,OAAO6Q,SAASziB,KAGrBvG,KAAKmY,OAAOzU,OAAO6C,MACI,UAArBvG,KAAK+nB,aACJ/nB,KAAKmY,OAAOpI,OAAOxJ,KAClB4jB,EAAmB,EAAInqB,KAAKmY,OAAOpI,OAAOxJ,QAMpDmiB,OAAQ,WACN1oB,KAAKye,aAAcze,KAAKuU,OAAQ,yBAC3BvU,KAAKuU,OAAQ,KAAQvU,KAAKqb,QAAS,IAAQrb,KAAK8qB,qBACnD9qB,KAAKuU,OAAO/P,SAEdxE,KAAKuU,OAAS,KACdvU,KAAK8qB,qBAAsB,EACtB9qB,KAAKonB,gBACRpnB,KAAKiX,WAMTmH,SAAU,SAAUtI,EAAMtD,EAAOvK,GAS/B,OARAA,EAAKA,GAAMjI,KAAKqpB,UAChB/nB,EAAE2G,GAAGmd,OAAO3kB,KAAMT,KAAM8V,EAAM,CAAEtD,EAAOvK,EAAIjI,OAAQ,GAG9C,qBAAqB6iB,KAAM/M,KAC9B9V,KAAKkoB,YAAcloB,KAAKopB,mBAAoB,YAC5CnhB,EAAGkQ,OAASnY,KAAKkoB,aAEZ5mB,EAAE4Z,OAAOxb,UAAU0e,SAAS3d,KAAMT,KAAM8V,EAAMtD,EAAOvK,IAG9Dud,QAAS,GAET6D,QAAS,WACP,MAAO,CACL9U,OAAQvU,KAAKuU,OACb9M,SAAUzH,KAAKyH,SACf2gB,iBAAkBpoB,KAAKooB,iBACvBjQ,OAAQnY,KAAKkoB,gBAMnB5mB,EAAE2G,GAAGmd,OAAO9F,IAAK,YAAa,oBAAqB,CACjDhJ,MAAO,SAAU9D,EAAOvK,EAAIsB,GAC1B,IAAIwhB,EAAazpB,EAAE4F,OAAQ,GAAIe,EAAI,CACjC/B,KAAMqD,EAAU8R,UAGlB9R,EAAUyhB,UAAY,GACtB1pB,EAAGiI,EAAU6R,QAAQ6K,mBAAoB1U,KAAM,WAC7C,IAAI0Z,EAAW3pB,EAAGtB,MAAOirB,SAAU,YAE9BA,IAAaA,EAAS7P,QAAQiC,WACjC9T,EAAUyhB,UAAU3hB,KAAM4hB,GAK1BA,EAAS1E,mBACT0E,EAAS7M,SAAU,WAAY5L,EAAOuY,OAI5CxU,KAAM,SAAU/D,EAAOvK,EAAIsB,GACzB,IAAIwhB,EAAazpB,EAAE4F,OAAQ,GAAIe,EAAI,CACjC/B,KAAMqD,EAAU8R,UAGlB9R,EAAUuhB,qBAAsB,EAEhCxpB,EAAEiQ,KAAMhI,EAAUyhB,UAAW,WAC3B,IAAIC,EAAWjrB,KAEVirB,EAASC,QACZD,EAASC,OAAS,EAGlB3hB,EAAUuhB,qBAAsB,EAChCG,EAASH,qBAAsB,EAK/BG,EAASE,WAAa,CACpB1jB,SAAUwjB,EAAStZ,YAAYb,IAAK,YACpCnJ,IAAKsjB,EAAStZ,YAAYb,IAAK,OAC/BvK,KAAM0kB,EAAStZ,YAAYb,IAAK,SAGlCma,EAAS9F,WAAY3S,GAIrByY,EAAS7P,QAAQ7G,OAAS0W,EAAS7P,QAAQgQ,UAM3CH,EAASH,qBAAsB,EAE/BG,EAAS7M,SAAU,aAAc5L,EAAOuY,OAI9CvU,KAAM,SAAUhE,EAAOvK,EAAIsB,GACzBjI,EAAEiQ,KAAMhI,EAAUyhB,UAAW,WAC3B,IAAIK,GAAwB,EAC1BJ,EAAWjrB,KAGbirB,EAAS/C,YAAc3e,EAAU2e,YACjC+C,EAASrB,kBAAoBrgB,EAAUqgB,kBACvCqB,EAAS9S,OAAO+Q,MAAQ3f,EAAU4O,OAAO+Q,MAEpC+B,EAASK,gBAAiBL,EAASM,kBACtCF,GAAwB,EAExB/pB,EAAEiQ,KAAMhI,EAAUyhB,UAAW,WAa3B,OAVAhrB,KAAKkoB,YAAc3e,EAAU2e,YAC7BloB,KAAK4pB,kBAAoBrgB,EAAUqgB,kBACnC5pB,KAAKmY,OAAO+Q,MAAQ3f,EAAU4O,OAAO+Q,MAEhClpB,OAASirB,GACVjrB,KAAKsrB,gBAAiBtrB,KAAKurB,iBAC3BjqB,EAAE0oB,SAAUiB,EAAS5P,QAAS,GAAKrb,KAAKqb,QAAS,MACnDgQ,GAAwB,GAGnBA,KAINA,GAIGJ,EAASC,SACbD,EAASC,OAAS,EAGlB3hB,EAAUiiB,QAAUvjB,EAAGsM,OAAO7Q,SAE9BunB,EAASQ,YAAcxjB,EAAGsM,OACvBvE,SAAUib,EAAS5P,SACnB5I,KAAM,oBAAoB,GAG7BwY,EAAS7P,QAAQgQ,QAAUH,EAAS7P,QAAQ7G,OAE5C0W,EAAS7P,QAAQ7G,OAAS,WACxB,OAAOtM,EAAGsM,OAAQ,IAKpB/B,EAAM5L,OAASqkB,EAASQ,YAAa,GACrCR,EAAS7G,cAAe5R,GAAO,GAC/ByY,EAASxG,YAAajS,GAAO,GAAM,GAInCyY,EAAS9S,OAAO+Q,MAAMvhB,IAAM4B,EAAU4O,OAAO+Q,MAAMvhB,IACnDsjB,EAAS9S,OAAO+Q,MAAM3iB,KAAOgD,EAAU4O,OAAO+Q,MAAM3iB,KACpD0kB,EAAS9S,OAAOzU,OAAO6C,MAAQgD,EAAU4O,OAAOzU,OAAO6C,KACrD0kB,EAAS9S,OAAOzU,OAAO6C,KACzB0kB,EAAS9S,OAAOzU,OAAOiE,KAAO4B,EAAU4O,OAAOzU,OAAOiE,IACpDsjB,EAAS9S,OAAOzU,OAAOiE,IAEzB4B,EAAU6U,SAAU,aAAc5L,GAIlCjJ,EAAU+f,QAAU2B,EAAS5P,QAI7B/Z,EAAEiQ,KAAMhI,EAAUyhB,UAAW,WAC3BhrB,KAAKumB,qBAIPhd,EAAUkiB,YAAcliB,EAAU8R,QAClC4P,EAASS,YAAcniB,GAGpB0hB,EAASQ,cACZR,EAAS/F,WAAY1S,GAKrBvK,EAAGR,SAAWwjB,EAASxjB,WAOpBwjB,EAASC,SAEZD,EAASC,OAAS,EAClBD,EAASH,qBAAsB,EAI/BG,EAAS7P,QAAQuQ,QAAUV,EAAS7P,QAAQoL,OAC5CyE,EAAS7P,QAAQoL,QAAS,EAE1ByE,EAAS7M,SAAU,MAAO5L,EAAOyY,EAAS5B,QAAS4B,IACnDA,EAAS9F,WAAY3S,GAAO,GAI5ByY,EAAS7P,QAAQoL,OAASyE,EAAS7P,QAAQuQ,QAC3CV,EAAS7P,QAAQ7G,OAAS0W,EAAS7P,QAAQgQ,QAEtCH,EAAStZ,aACZsZ,EAAStZ,YAAYnN,SAKvByD,EAAGsM,OAAOvE,SAAUzG,EAAUiiB,SAC9BjiB,EAAU4e,gBAAiB3V,GAC3BvK,EAAGR,SAAW8B,EAAU8e,kBAAmB7V,GAAO,GAElDjJ,EAAU6U,SAAU,eAAgB5L,GAGpCjJ,EAAU+f,SAAU,EAIpBhoB,EAAEiQ,KAAMhI,EAAUyhB,UAAW,WAC3BhrB,KAAKumB,2BAQjBjlB,EAAE2G,GAAGmd,OAAO9F,IAAK,YAAa,SAAU,CACtChJ,MAAO,SAAU9D,EAAOvK,EAAI2U,GAC1B,IAAIgP,EAAItqB,EAAG,QACTpB,EAAI0c,EAASxB,QAEVwQ,EAAE9a,IAAK,YACV5Q,EAAE2rB,QAAUD,EAAE9a,IAAK,WAErB8a,EAAE9a,IAAK,SAAU5Q,EAAEimB,SAErB5P,KAAM,SAAU/D,EAAOvK,EAAI2U,GACzB,IAAI1c,EAAI0c,EAASxB,QACZlb,EAAE2rB,SACLvqB,EAAG,QAASwP,IAAK,SAAU5Q,EAAE2rB,YAKnCvqB,EAAE2G,GAAGmd,OAAO9F,IAAK,YAAa,UAAW,CACvChJ,MAAO,SAAU9D,EAAOvK,EAAI2U,GAC1B,IAAIgP,EAAItqB,EAAG2G,EAAGsM,QACZrU,EAAI0c,EAASxB,QACVwQ,EAAE9a,IAAK,aACV5Q,EAAE4rB,SAAWF,EAAE9a,IAAK,YAEtB8a,EAAE9a,IAAK,UAAW5Q,EAAEomB,UAEtB/P,KAAM,SAAU/D,EAAOvK,EAAI2U,GACzB,IAAI1c,EAAI0c,EAASxB,QACZlb,EAAE4rB,UACLxqB,EAAG2G,EAAGsM,QAASzD,IAAK,UAAW5Q,EAAE4rB,aAKvCxqB,EAAE2G,GAAGmd,OAAO9F,IAAK,YAAa,SAAU,CACtChJ,MAAO,SAAU9D,EAAOvK,EAAIkD,GACpBA,EAAE4gB,wBACN5gB,EAAE4gB,sBAAwB5gB,EAAEoJ,OAAOiO,cAAc,IAG9CrX,EAAE4gB,sBAAuB,KAAQ5gB,EAAEvH,SAAU,IACL,SAAzCuH,EAAE4gB,sBAAuB,GAAIjC,UAC/B3e,EAAE6gB,eAAiB7gB,EAAE4gB,sBAAsB5T,WAG/C3B,KAAM,SAAUhE,EAAOvK,EAAIkD,GAEzB,IAAIjL,EAAIiL,EAAEiQ,QACR6Q,GAAW,EACXzJ,EAAerX,EAAE4gB,sBAAuB,GACxCnoB,EAAWuH,EAAEvH,SAAU,GAEpB4e,IAAiB5e,GAAqC,SAAzB4e,EAAasH,SACvC5pB,EAAE8lB,MAAmB,MAAX9lB,EAAE8lB,OACT7a,EAAE6gB,eAAerkB,IAAM6a,EAAa1Z,aAAiB0J,EAAMW,MAC9DjT,EAAEwmB,kBACJlE,EAAa3Z,UAAYojB,EAAWzJ,EAAa3Z,UAAY3I,EAAEymB,YACrDnU,EAAMW,MAAQhI,EAAE6gB,eAAerkB,IAAMzH,EAAEwmB,oBACjDlE,EAAa3Z,UAAYojB,EAAWzJ,EAAa3Z,UAAY3I,EAAEymB,cAI7DzmB,EAAE8lB,MAAmB,MAAX9lB,EAAE8lB,OACT7a,EAAE6gB,eAAezlB,KAAOic,EAAaiI,YAAgBjY,EAAMU,MAC9DhT,EAAEwmB,kBACJlE,EAAayH,WAAagC,EAAWzJ,EAAayH,WAAa/pB,EAAEymB,YACvDnU,EAAMU,MAAQ/H,EAAE6gB,eAAezlB,KAAOrG,EAAEwmB,oBAClDlE,EAAayH,WAAagC,EAAWzJ,EAAayH,WAAa/pB,EAAEymB,gBAM/DzmB,EAAE8lB,MAAmB,MAAX9lB,EAAE8lB,OACXxT,EAAMW,MAAQ7R,EAAGsC,GAAWiF,YAAc3I,EAAEwmB,kBAC/CuF,EAAW3qB,EAAGsC,GAAWiF,UAAWvH,EAAGsC,GAAWiF,YAAc3I,EAAEymB,aACxDrlB,EAAGF,QAASuB,UAAa6P,EAAMW,MAAQ7R,EAAGsC,GAAWiF,aAC7D3I,EAAEwmB,oBACJuF,EAAW3qB,EAAGsC,GAAWiF,UAAWvH,EAAGsC,GAAWiF,YAAc3I,EAAEymB,eAIhEzmB,EAAE8lB,MAAmB,MAAX9lB,EAAE8lB,OACXxT,EAAMU,MAAQ5R,EAAGsC,GAAWqmB,aAAe/pB,EAAEwmB,kBAChDuF,EAAW3qB,EAAGsC,GAAWqmB,WACvB3oB,EAAGsC,GAAWqmB,aAAe/pB,EAAEymB,aAEvBrlB,EAAGF,QAASqB,SAAY+P,EAAMU,MAAQ5R,EAAGsC,GAAWqmB,cAC5D/pB,EAAEwmB,oBACJuF,EAAW3qB,EAAGsC,GAAWqmB,WACvB3oB,EAAGsC,GAAWqmB,aAAe/pB,EAAEymB,iBAOrB,IAAbsF,GAAsB3qB,EAAE2G,GAAG4f,YAAc3nB,EAAEyoB,eAC9CrnB,EAAE2G,GAAG4f,UAAUe,eAAgBzd,EAAGqH,MAMxClR,EAAE2G,GAAGmd,OAAO9F,IAAK,YAAa,OAAQ,CACpChJ,MAAO,SAAU9D,EAAOvK,EAAIkD,GAE1B,IAAIjL,EAAIiL,EAAEiQ,QAEVjQ,EAAE+gB,aAAe,GAEjB5qB,EAAGpB,EAAE0mB,KAAKhM,cAAgBuR,OAAWjsB,EAAE0mB,KAAK5c,OAAS,sBAA0B9J,EAAE0mB,MAC9ErV,KAAM,WACL,IAAI6a,EAAK9qB,EAAGtB,MACVqsB,EAAKD,EAAGjU,SACLnY,OAASmL,EAAEkQ,QAAS,IACvBlQ,EAAE+gB,aAAa7iB,KAAM,CACnBnD,KAAMlG,KACNyC,MAAO2pB,EAAGtY,aAAcnR,OAAQypB,EAAGpY,cACnCrM,IAAK0kB,EAAG1kB,IAAKpB,KAAM8lB,EAAG9lB,UAMhCiQ,KAAM,SAAUhE,EAAOvK,EAAIqkB,GAEzB,IAAIC,EAAIC,EAAIC,EAAIC,EAAI7T,EAAG8T,EAAGf,EAAGrpB,EAAG4I,EAAGwM,EACjCzX,EAAIosB,EAAKlR,QACTsP,EAAIxqB,EAAE4mB,cACN8F,EAAK3kB,EAAGkQ,OAAO5R,KAAMsmB,EAAKD,EAAKN,EAAK1C,kBAAkBnnB,MACtDqqB,EAAK7kB,EAAGkQ,OAAOxQ,IAAKolB,EAAKD,EAAKR,EAAK1C,kBAAkBjnB,OAEvD,IAAMwI,EAAImhB,EAAKJ,aAAa9rB,OAAS,EAAQ,GAAL+K,EAAQA,IAG9CwhB,GADA9T,EAAIyT,EAAKJ,aAAc/gB,GAAI5E,KAAO+lB,EAAKxD,QAAQviB,MACvC+lB,EAAKJ,aAAc/gB,GAAI1I,MAE/BF,GADAqpB,EAAIU,EAAKJ,aAAc/gB,GAAIxD,IAAM2kB,EAAKxD,QAAQnhB,KACtC2kB,EAAKJ,aAAc/gB,GAAIxI,OAE1BkqB,EAAKhU,EAAI6R,GAAUiC,EAAIjC,EAATkC,GAAcG,EAAKnB,EAAIlB,GAAUnoB,EAAImoB,EAAToC,IAC1CxrB,EAAE0oB,SAAUsC,EAAKJ,aAAc/gB,GAAIjF,KAAK4X,cACzCwO,EAAKJ,aAAc/gB,GAAIjF,OACpBomB,EAAKJ,aAAc/gB,GAAI6hB,UACxBV,EAAKlR,QAAQwL,KAAKqG,SAClBX,EAAKlR,QAAQwL,KAAKqG,QAAQxsB,KACxB6rB,EAAKjR,QACL7I,EACAlR,EAAE4F,OAAQolB,EAAKjD,UAAW,CAAE6D,SAAUZ,EAAKJ,aAAc/gB,GAAIjF,QAGnEomB,EAAKJ,aAAc/gB,GAAI6hB,UAAW,IAIhB,UAAf9sB,EAAE2mB,WACL0F,EAAKppB,KAAK4F,IAAK6iB,EAAImB,IAAQrC,EAC3B8B,EAAKrpB,KAAK4F,IAAKxG,EAAIuqB,IAAQpC,EAC3B+B,EAAKtpB,KAAK4F,IAAK8P,EAAIgU,IAAQnC,EAC3BgC,EAAKvpB,KAAK4F,IAAK4jB,EAAIC,IAAQlC,EACtB6B,IACHtkB,EAAGR,SAASE,IAAM2kB,EAAKlD,mBAAoB,WAAY,CACrDzhB,IAAKikB,EAAIU,EAAK1C,kBAAkBjnB,OAChC4D,KAAM,IACJoB,KAED6kB,IACHvkB,EAAGR,SAASE,IAAM2kB,EAAKlD,mBAAoB,WAAY,CACrDzhB,IAAKpF,EACLgE,KAAM,IACJoB,KAED8kB,IACHxkB,EAAGR,SAASlB,KAAO+lB,EAAKlD,mBAAoB,WAAY,CACtDzhB,IAAK,EACLpB,KAAMsS,EAAIyT,EAAK1C,kBAAkBnnB,QAC/B8D,MAEDmmB,IACHzkB,EAAGR,SAASlB,KAAO+lB,EAAKlD,mBAAoB,WAAY,CACtDzhB,IAAK,EACLpB,KAAMomB,IACJpmB,OAIRoR,EAAU4U,GAAMC,GAAMC,GAAMC,EAER,UAAfxsB,EAAE2mB,WACL0F,EAAKppB,KAAK4F,IAAK6iB,EAAIkB,IAAQpC,EAC3B8B,EAAKrpB,KAAK4F,IAAKxG,EAAIwqB,IAAQrC,EAC3B+B,EAAKtpB,KAAK4F,IAAK8P,EAAI+T,IAAQlC,EAC3BgC,EAAKvpB,KAAK4F,IAAK4jB,EAAIE,IAAQnC,EACtB6B,IACHtkB,EAAGR,SAASE,IAAM2kB,EAAKlD,mBAAoB,WAAY,CACrDzhB,IAAKikB,EACLrlB,KAAM,IACJoB,KAED6kB,IACHvkB,EAAGR,SAASE,IAAM2kB,EAAKlD,mBAAoB,WAAY,CACrDzhB,IAAKpF,EAAI+pB,EAAK1C,kBAAkBjnB,OAChC4D,KAAM,IACJoB,KAED8kB,IACHxkB,EAAGR,SAASlB,KAAO+lB,EAAKlD,mBAAoB,WAAY,CACtDzhB,IAAK,EACLpB,KAAMsS,IACJtS,MAEDmmB,IACHzkB,EAAGR,SAASlB,KAAO+lB,EAAKlD,mBAAoB,WAAY,CACtDzhB,IAAK,EACLpB,KAAMomB,EAAIL,EAAK1C,kBAAkBnnB,QAC/B8D,QAIF+lB,EAAKJ,aAAc/gB,GAAI6hB,WAAcT,GAAMC,GAAMC,GAAMC,GAAM/U,IAC/D2U,EAAKlR,QAAQwL,KAAKA,MAClB0F,EAAKlR,QAAQwL,KAAKA,KAAKnmB,KACrB6rB,EAAKjR,QACL7I,EACAlR,EAAE4F,OAAQolB,EAAKjD,UAAW,CACxB6D,SAAUZ,EAAKJ,aAAc/gB,GAAIjF,QAGzComB,EAAKJ,aAAc/gB,GAAI6hB,SAAaT,GAAMC,GAAMC,GAAMC,GAAM/U,MAOlErW,EAAE2G,GAAGmd,OAAO9F,IAAK,YAAa,QAAS,CACrChJ,MAAO,SAAU9D,EAAOvK,EAAI2U,GAC1B,IAAI9P,EACF5M,EAAI0c,EAASxB,QACb+R,EAAQ7rB,EAAE8rB,UAAW9rB,EAAGpB,EAAE6mB,QAAUnkB,KAAM,SAAUN,EAAGC,GACrD,OAASoJ,SAAUrK,EAAGgB,GAAIwO,IAAK,UAAY,KAAQ,IAC/CnF,SAAUrK,EAAGiB,GAAIuO,IAAK,UAAY,KAAQ,KAG5Cqc,EAAM/sB,SAEZ0M,EAAMnB,SAAUrK,EAAG6rB,EAAO,IAAMrc,IAAK,UAAY,KAAQ,EACzDxP,EAAG6rB,GAAQ5b,KAAM,SAAUpG,GACzB7J,EAAGtB,MAAO8Q,IAAK,SAAUhE,EAAM3B,KAEjCnL,KAAK8Q,IAAK,SAAYhE,EAAMqgB,EAAM/sB,YAItCkB,EAAE2G,GAAGmd,OAAO9F,IAAK,YAAa,SAAU,CACtChJ,MAAO,SAAU9D,EAAOvK,EAAI2U,GAC1B,IAAIgP,EAAItqB,EAAG2G,EAAGsM,QACZrU,EAAI0c,EAASxB,QAEVwQ,EAAE9a,IAAK,YACV5Q,EAAEmtB,QAAUzB,EAAE9a,IAAK,WAErB8a,EAAE9a,IAAK,SAAU5Q,EAAE8mB,SAErBzQ,KAAM,SAAU/D,EAAOvK,EAAI2U,GACzB,IAAI1c,EAAI0c,EAASxB,QAEZlb,EAAEmtB,SACL/rB,EAAG2G,EAAGsM,QAASzD,IAAK,SAAU5Q,EAAEmtB,YAKf/rB,EAAE2G,GAAGsB,UAoB5BjI,EAAEkZ,OAAQ,eAAgB,CACxBV,QAAS,SACTiC,kBAAmB,OACnBX,QAAS,CACP9K,OAAQ,IACRyV,YAAY,EACZuH,QAAQ,EACR/rB,MAAO,UACPgsB,UAAW,YAGXC,SAAU,KACVC,WAAY,KACZlE,KAAM,KACNmE,IAAK,KACLC,KAAM,MAERzP,QAAS,WAEP,IAAI0P,EACF1tB,EAAIF,KAAKob,QACT9K,EAASpQ,EAAEoQ,OAEbtQ,KAAK6tB,QAAS,EACd7tB,KAAK8tB,OAAQ,EAEb9tB,KAAKsQ,OAAShP,EAAEqa,WAAYrL,GAAWA,EAAS,SAAUoa,GACxD,OAAOA,EAAEjX,GAAInD,IAGftQ,KAAK4tB,YAAc,WACjB,IAAKttB,UAAUF,OAOb,OAAOwtB,IAELA,EAAc,CACZnrB,MAAOzC,KAAKqb,QAAS,GAAIoP,YACzB9nB,OAAQ3C,KAAKqb,QAAS,GAAIvS,eAR9B8kB,EAActtB,UAAW,IAa7BN,KAAK+tB,cAAe7tB,EAAEqB,OAEtBrB,EAAE6lB,YAAc/lB,KAAKkgB,UAAW,iBAIlC6N,cAAe,SAAUxsB,GAGvBD,EAAE2G,GAAG4f,UAAUmG,WAAYzsB,GAAUD,EAAE2G,GAAG4f,UAAUmG,WAAYzsB,IAAW,GAC3ED,EAAE2G,GAAG4f,UAAUmG,WAAYzsB,GAAQ8H,KAAMrJ,OAG3CiuB,QAAS,SAAU1E,GAEjB,IADA,IAAIpe,EAAI,EACAA,EAAIoe,EAAKnpB,OAAQ+K,IAClBoe,EAAMpe,KAAQnL,MACjBupB,EAAKljB,OAAQ8E,EAAG,IAKtBqT,SAAU,WACR,IAAI+K,EAAOjoB,EAAE2G,GAAG4f,UAAUmG,WAAYhuB,KAAKob,QAAQ7Z,OAEnDvB,KAAKiuB,QAAS1E,IAGhBvK,WAAY,SAAU3C,EAAKvc,GAEzB,GAAa,WAARuc,EACHrc,KAAKsQ,OAAShP,EAAEqa,WAAY7b,GAAUA,EAAQ,SAAU4qB,GACtD,OAAOA,EAAEjX,GAAI3T,SAEV,GAAa,UAARuc,EAAkB,CAC5B,IAAIkN,EAAOjoB,EAAE2G,GAAG4f,UAAUmG,WAAYhuB,KAAKob,QAAQ7Z,OAEnDvB,KAAKiuB,QAAS1E,GACdvpB,KAAK+tB,cAAejuB,GAGtBE,KAAKyb,OAAQY,EAAKvc,IAGpBouB,UAAW,SAAU1b,GACnB,IAAIjJ,EAAYjI,EAAE2G,GAAG4f,UAAUlI,QAE/B3f,KAAKmuB,kBACA5kB,GACHvJ,KAAKoe,SAAU,WAAY5L,EAAOxS,KAAKiI,GAAIsB,KAI/C6kB,YAAa,SAAU5b,GACrB,IAAIjJ,EAAYjI,EAAE2G,GAAG4f,UAAUlI,QAE/B3f,KAAKquB,qBACA9kB,GACHvJ,KAAKoe,SAAU,aAAc5L,EAAOxS,KAAKiI,GAAIsB,KAIjD+kB,MAAO,SAAU9b,GAEf,IAAIjJ,EAAYjI,EAAE2G,GAAG4f,UAAUlI,QAGzBpW,IAAeA,EAAUkiB,aAC3BliB,EAAU8R,SAAW,KAAQrb,KAAKqb,QAAS,IAI1Crb,KAAKsQ,OAAO7P,KAAMT,KAAKqb,QAAS,GAAO9R,EAAUkiB,aAClDliB,EAAU8R,WACZrb,KAAKuuB,iBACLvuB,KAAKoe,SAAU,OAAQ5L,EAAOxS,KAAKiI,GAAIsB,MAK3CilB,KAAM,SAAUhc,GAEd,IAAIjJ,EAAYjI,EAAE2G,GAAG4f,UAAUlI,QAGzBpW,IAAeA,EAAUkiB,aAC3BliB,EAAU8R,SAAW,KAAQrb,KAAKqb,QAAS,IAI1Crb,KAAKsQ,OAAO7P,KAAMT,KAAKqb,QAAS,GAAO9R,EAAUkiB,aAClDliB,EAAU8R,WACZrb,KAAKyuB,oBACLzuB,KAAKoe,SAAU,MAAO5L,EAAOxS,KAAKiI,GAAIsB,MAK1CmlB,MAAO,SAAUlc,EAAOmc,GAEtB,IAAIplB,EAAYolB,GAAUrtB,EAAE2G,GAAG4f,UAAUlI,QACvCiP,GAAuB,EAGzB,SAAMrlB,IAAeA,EAAUkiB,aAC3BliB,EAAU8R,SAAW,KAAQrb,KAAKqb,QAAS,MAI/Crb,KAAKqb,QACF1b,KAAM,uBACNkgB,IAAK,0BACLtO,KAAM,WACL,IAAI+a,EAAOhrB,EAAGtB,MAAOwJ,UAAW,YAChC,GACE8iB,EAAKlR,QAAQkS,SACZhB,EAAKlR,QAAQiC,UACdiP,EAAKlR,QAAQ7Z,QAAUgI,EAAU6R,QAAQ7Z,OACzC+qB,EAAKhc,OAAO7P,KACV6rB,EAAKjR,QAAS,GAAO9R,EAAUkiB,aAAeliB,EAAU8R,UAE1DwT,EACEtlB,EACAjI,EAAE4F,OAAQolB,EAAM,CAAEnU,OAAQmU,EAAKjR,QAAQlD,WACvCmU,EAAKlR,QAAQmS,UAAW/a,GAI1B,QADAoc,GAAuB,MAGxBA,MAIA5uB,KAAKsQ,OAAO7P,KAAMT,KAAKqb,QAAS,GAC/B9R,EAAUkiB,aAAeliB,EAAU8R,WACvCrb,KAAKquB,qBACLruB,KAAKyuB,oBAELzuB,KAAKoe,SAAU,OAAQ5L,EAAOxS,KAAKiI,GAAIsB,IAChCvJ,KAAKqb,YAOhBpT,GAAI,SAAUoiB,GACZ,MAAO,CACL9gB,UAAa8gB,EAAEoB,aAAepB,EAAEhP,QAChC9G,OAAQ8V,EAAE9V,OACV9M,SAAU4iB,EAAE5iB,SACZ0Q,OAAQkS,EAAEnC,cAMdqG,eAAgB,WACdvuB,KAAKkgB,UAAW,uBAGlBuO,kBAAmB,WACjBzuB,KAAKye,aAAc,uBAGrB0P,gBAAiB,WACfnuB,KAAKkgB,UAAW,wBAGlBmO,mBAAoB,WAClBruB,KAAKye,aAAc,0BAIvB,IAAIoQ,EAAYvtB,EAAE2G,GAAG4mB,UAKZ,SAAUtlB,EAAWC,EAAWslB,EAAetc,GAEpD,IAAMhJ,EAAU2O,OACd,OAAO,EAGT,IAAIyU,GAAOrjB,EAAU2e,aACjB3e,EAAU9B,SAASsnB,UAAWxoB,KAAOgD,EAAUuf,QAAQviB,KACzDumB,GAAOvjB,EAAU2e,aACf3e,EAAU9B,SAASsnB,UAAWpnB,IAAM4B,EAAUuf,QAAQnhB,IACxDklB,EAAKD,EAAKrjB,EAAUqgB,kBAAkBnnB,MACtCsqB,EAAKD,EAAKvjB,EAAUqgB,kBAAkBjnB,OACtCkW,EAAIrP,EAAU2O,OAAO5R,KACrBqlB,EAAIpiB,EAAU2O,OAAOxQ,IACrBglB,EAAI9T,EAAIrP,EAAUokB,cAAcnrB,MAChCF,EAAIqpB,EAAIpiB,EAAUokB,cAAcjrB,OAElC,OAASmsB,GACT,IAAK,MACH,OAASjW,GAAK+T,GAAMC,GAAMF,GAAKf,GAAKkB,GAAMC,GAAMxqB,EAClD,IAAK,YACH,OAASsW,EAAI+T,EAAOrjB,EAAUqgB,kBAAkBnnB,MAAQ,GACtDoqB,EAAOtjB,EAAUqgB,kBAAkBnnB,MAAQ,EAAMkqB,GACjDf,EAAIkB,EAAOvjB,EAAUqgB,kBAAkBjnB,OAAS,GAChDoqB,EAAOxjB,EAAUqgB,kBAAkBjnB,OAAS,EAAMJ,EACtD,IAAK,UACH,OAAOysB,EAAYxc,EAAMW,MAAOyY,EAAGpiB,EAAUokB,cAAcjrB,SACzDqsB,EAAYxc,EAAMU,MAAO2F,EAAGrP,EAAUokB,cAAcnrB,OACxD,IAAK,QACH,OACUmpB,GAANkB,GAAWA,GAAMvqB,GACXqpB,GAANmB,GAAWA,GAAMxqB,GACjBuqB,EAAKlB,GAAUrpB,EAALwqB,KAEJlU,GAAN+T,GAAWA,GAAMD,GACX9T,GAANgU,GAAWA,GAAMF,GACjBC,EAAK/T,GAAU8T,EAALE,GAEhB,QACE,OAAO,IA3CX,SAASmC,EAAYxsB,EAAGysB,EAAWlZ,GACjC,OAAckZ,GAALzsB,GAAsBA,EAAMysB,EAAYlZ,IAkDrDzU,EAAE2G,GAAG4f,UAAY,CACflI,QAAS,KACTqO,WAAY,CAAEkB,QAAW,IACzBtG,eAAgB,SAAUgD,EAAGpZ,GAE3B,IAAIrH,EAAGkO,EACL8V,EAAI7tB,EAAE2G,GAAG4f,UAAUmG,WAAYpC,EAAExQ,QAAQ7Z,QAAW,GACpDuU,EAAOtD,EAAQA,EAAMsD,KAAO,KAC5BsZ,GAASxD,EAAEH,aAAeG,EAAEvQ,SAAU1b,KAAM,uBAAwB0vB,UAEtEC,EAAgB,IAAMnkB,EAAI,EAAGA,EAAIgkB,EAAE/uB,OAAQ+K,IAGzC,KAAKgkB,EAAGhkB,GAAIiQ,QAAQiC,UAAcuO,IAAMuD,EAAGhkB,GAAImF,OAAO7P,KAAM0uB,EAAGhkB,GAAIkQ,QAAS,GACtEuQ,EAAEH,aAAeG,EAAEvQ,UADzB,CAMA,IAAMhC,EAAI,EAAGA,EAAI+V,EAAKhvB,OAAQiZ,IAC5B,GAAK+V,EAAM/V,KAAQ8V,EAAGhkB,GAAIkQ,QAAS,GAAM,CACvC8T,EAAGhkB,GAAIyiB,cAAcjrB,OAAS,EAC9B,SAAS2sB,EAIbH,EAAGhkB,GAAIokB,QAA8C,SAApCJ,EAAGhkB,GAAIkQ,QAAQvK,IAAK,WAC/Bqe,EAAGhkB,GAAIokB,UAKC,cAATzZ,GACHqZ,EAAGhkB,GAAI+iB,UAAUztB,KAAM0uB,EAAGhkB,GAAKqH,GAGjC2c,EAAGhkB,GAAIgN,OAASgX,EAAGhkB,GAAIkQ,QAAQlD,SAC/BgX,EAAGhkB,GAAIyiB,YAAa,CAClBnrB,MAAO0sB,EAAGhkB,GAAIkQ,QAAS,GAAIoP,YAC3B9nB,OAAQwsB,EAAGhkB,GAAIkQ,QAAS,GAAIvS,kBAMlCygB,KAAM,SAAUhgB,EAAWiJ,GAEzB,IAAI8W,GAAU,EAqBd,OAlBAhoB,EAAEiQ,MAAQjQ,EAAE2G,GAAG4f,UAAUmG,WAAYzkB,EAAU6R,QAAQ7Z,QAAW,IAAK6E,QAAS,WAExEpG,KAAKob,WAGLpb,KAAKob,QAAQiC,UAAYrd,KAAKuvB,SAChCV,EAAWtlB,EAAWvJ,KAAMA,KAAKob,QAAQmS,UAAW/a,KACtD8W,EAAUtpB,KAAK0uB,MAAMjuB,KAAMT,KAAMwS,IAAW8W,IAGxCtpB,KAAKob,QAAQiC,UAAYrd,KAAKuvB,SAAWvvB,KAAKsQ,OAAO7P,KAAMT,KAAKqb,QAAS,GACzE9R,EAAUkiB,aAAeliB,EAAU8R,WACvCrb,KAAK8tB,OAAQ,EACb9tB,KAAK6tB,QAAS,EACd7tB,KAAKouB,YAAY3tB,KAAMT,KAAMwS,OAI1B8W,GAGTT,UAAW,SAAUtf,EAAWiJ,GAI9BjJ,EAAU8R,QAAQmU,aAAc,QAAS9lB,GAAI,mBAAoB,WACzDH,EAAU6R,QAAQmL,kBACtBjlB,EAAE2G,GAAG4f,UAAUe,eAAgBrf,EAAWiJ,MAIhDgE,KAAM,SAAUjN,EAAWiJ,GAIpBjJ,EAAU6R,QAAQmL,kBACrBjlB,EAAE2G,GAAG4f,UAAUe,eAAgBrf,EAAWiJ,GAI5ClR,EAAEiQ,KAAMjQ,EAAE2G,GAAG4f,UAAUmG,WAAYzkB,EAAU6R,QAAQ7Z,QAAW,GAAI,WAElE,IAAKvB,KAAKob,QAAQiC,WAAYrd,KAAKyvB,aAAgBzvB,KAAKuvB,QAAxD,CAIA,IAAIG,EAAgBnuB,EAAOmC,EACzBisB,EAAad,EAAWtlB,EAAWvJ,KAAMA,KAAKob,QAAQmS,UAAW/a,GACjE6X,GAAKsF,GAAc3vB,KAAK6tB,OACtB,QACE8B,IAAe3vB,KAAK6tB,OAAS,SAAW,KACxCxD,IAIDrqB,KAAKob,QAAQkS,SAGhB/rB,EAAQvB,KAAKob,QAAQ7Z,OACrBmC,EAAS1D,KAAKqb,QAAQuH,QAAS,uBAAwBlW,OAAQ,WAC7D,OAAOpL,EAAGtB,MAAOwJ,UAAW,YAAa4R,QAAQ7Z,QAAUA,KAGjDnB,UACVsvB,EAAiBpuB,EAAGoC,EAAQ,IAAM8F,UAAW,aAC9BimB,YAAsB,WAANpF,IAK9BqF,GAAwB,WAANrF,IACrBqF,EAAe7B,QAAS,EACxB6B,EAAe5B,OAAQ,EACvB4B,EAAelB,KAAK/tB,KAAMivB,EAAgBld,IAG5CxS,KAAMqqB,IAAM,EACZrqB,KAAY,UAANqqB,EAAgB,SAAW,UAAY,EAC7CrqB,KAAY,WAANqqB,EAAiB,QAAU,QAAS5pB,KAAMT,KAAMwS,GAGjDkd,GAAwB,UAANrF,IACrBqF,EAAe5B,OAAQ,EACvB4B,EAAe7B,QAAS,EACxB6B,EAAepB,MAAM7tB,KAAMivB,EAAgBld,SAKjDgX,SAAU,SAAUjgB,EAAWiJ,GAC7BjJ,EAAU8R,QAAQmU,aAAc,QAASrY,IAAK,oBAIxC5N,EAAU6R,QAAQmL,kBACtBjlB,EAAE2G,GAAG4f,UAAUe,eAAgBrf,EAAWiJ,QAO3ClR,EAAEsuB,cAGLtuB,EAAEkZ,OAAQ,eAAgBlZ,EAAE2G,GAAGuB,UAAW,CACxC4R,QAAS,CACPyU,YAAY,EACZC,aAAa,GAEf3B,gBAAiB,WACfnuB,KAAKyb,SACAzb,KAAKob,QAAQ0U,aAChB9vB,KAAKqb,QAAQtK,SAAU/Q,KAAKob,QAAQ0U,cAGxCzB,mBAAoB,WAClBruB,KAAKyb,SACAzb,KAAKob,QAAQ0U,aAChB9vB,KAAKqb,QAAQ3G,YAAa1U,KAAKob,QAAQ0U,cAG3CvB,eAAgB,WACdvuB,KAAKyb,SACAzb,KAAKob,QAAQyU,YAChB7vB,KAAKqb,QAAQtK,SAAU/Q,KAAKob,QAAQyU,aAGxCpB,kBAAmB,WACjBzuB,KAAKyb,SACAzb,KAAKob,QAAQyU,YAChB7vB,KAAKqb,QAAQ3G,YAAa1U,KAAKob,QAAQyU,eAMxBvuB,EAAE2G,GAAGuB,UAuB5BlI,EAAEkZ,OAAQ,eAAgBlZ,EAAE2G,GAAG6d,MAAO,CACpChM,QAAS,SACTiC,kBAAmB,SACnBX,QAAS,CACP2U,YAAY,EACZpgB,SAAS,EACTqgB,gBAAiB,OACjBC,cAAe,QACfC,aAAa,EACbrgB,UAAU,EACVuN,QAAS,CACP+S,kBAAmB,yCAErBjK,aAAa,EACbkK,OAAO,EACPnnB,MAAM,EACN6G,QAAS,SACTyE,QAAQ,EACRxH,UAAW,KACXF,SAAU,KACVI,UAAW,GACXD,SAAU,GAGVga,OAAQ,GAGR1U,OAAQ,KACRgE,MAAO,KACPC,KAAM,MAGR8Z,KAAM,SAAUvwB,GACd,OAAOgG,WAAYhG,IAAW,GAGhCwwB,UAAW,SAAUxwB,GACnB,OAAQP,MAAOuG,WAAYhG,KAG7BywB,WAAY,SAAUtuB,EAAIK,GAExB,GAAmC,WAA9BhB,EAAGW,GAAK6O,IAAK,YAChB,OAAO,EAGT,IACE0f,EADEzgB,EAAWzN,GAAW,SAANA,EAAiB,aAAe,YAGpD,OAAoB,EAAfL,EAAI8N,KAOT9N,EAAI8N,GAAW,EACfygB,EAAuB,EAAfvuB,EAAI8N,GACZ9N,EAAI8N,GAAW,EACRygB,IAGTtS,QAAS,WAEP,IAAI4K,EACF5oB,EAAIF,KAAKob,QACTmD,EAAOve,KACTA,KAAKkgB,UAAW,gBAEhB5e,EAAE4F,OAAQlH,KAAM,CACdywB,eAAkBvwB,EAAc,YAChCgwB,YAAahwB,EAAEgwB,YACfQ,gBAAiB1wB,KAAKqb,QACtBsV,8BAA+B,GAC/BvF,QAASlrB,EAAEqU,QAAUrU,EAAEkwB,OAASlwB,EAAEyP,QAAUzP,EAAEqU,QAAU,sBAAwB,OAI7EvU,KAAKqb,QAAS,GAAI8I,SAASve,MAAO,kDAErC5F,KAAKqb,QAAQuV,KACXtvB,EAAG,4DAA6DwP,IAAK,CACnErJ,SAAUzH,KAAKqb,QAAQvK,IAAK,YAC5BrO,MAAOzC,KAAKqb,QAAQvH,aACpBnR,OAAQ3C,KAAKqb,QAAQrH,cACrBrM,IAAK3H,KAAKqb,QAAQvK,IAAK,OACvBvK,KAAMvG,KAAKqb,QAAQvK,IAAK,WAI5B9Q,KAAKqb,QAAUrb,KAAKqb,QAAQ3X,SAAS+O,KACnC,eAAgBzS,KAAKqb,QAAQ/R,UAAW,aAG1CtJ,KAAK6wB,kBAAmB,EAExB/H,EAAU,CACRgI,UAAW9wB,KAAK0wB,gBAAgB5f,IAAK,aACrCigB,YAAa/wB,KAAK0wB,gBAAgB5f,IAAK,eACvCkgB,aAAchxB,KAAK0wB,gBAAgB5f,IAAK,gBACxCmgB,WAAYjxB,KAAK0wB,gBAAgB5f,IAAK,eAGxC9Q,KAAKqb,QAAQvK,IAAKgY,GAClB9oB,KAAK0wB,gBAAgB5f,IAAK,SAAU,GAIpC9Q,KAAKkxB,oBAAsBlxB,KAAK0wB,gBAAgB5f,IAAK,UACrD9Q,KAAK0wB,gBAAgB5f,IAAK,SAAU,QAEpC9Q,KAAK2wB,8BAA8BtnB,KAAMrJ,KAAK0wB,gBAAgB5f,IAAK,CACjErJ,SAAU,SACV0pB,KAAM,EACNC,QAAS,WAKXpxB,KAAK0wB,gBAAgB5f,IAAKgY,GAE1B9oB,KAAKqxB,yBAGPrxB,KAAKsxB,gBAEApxB,EAAE2P,UACLvO,EAAGtB,KAAKqb,SACL3R,GAAI,aAAc,WACZxJ,EAAEmd,WAGPkB,EAAKE,aAAc,yBACnBF,EAAKgT,SAASje,UAEf5J,GAAI,aAAc,WACZxJ,EAAEmd,UAGDkB,EAAK9S,WACT8S,EAAK2B,UAAW,yBAChB3B,EAAKgT,SAAS3f,UAKtB5R,KAAKqjB,cAGP7E,SAAU,WAERxe,KAAKyjB,gBAGQ,SAAXjF,EAAqBgT,GACnBlwB,EAAGkwB,GACA/c,WAAY,aACZA,WAAY,gBACZ0C,IAAK,cACLxX,KAAM,wBACJ6E,SAPT,IAAIwQ,EA2BJ,OAhBKhV,KAAK6wB,mBACRrS,EAAUxe,KAAKqb,SACfrG,EAAUhV,KAAKqb,QACfrb,KAAK0wB,gBAAgB5f,IAAK,CACxBrJ,SAAUuN,EAAQlE,IAAK,YACvBrO,MAAOuS,EAAQlB,aACfnR,OAAQqS,EAAQhB,cAChBrM,IAAKqN,EAAQlE,IAAK,OAClBvK,KAAMyO,EAAQlE,IAAK,UACjB2gB,YAAazc,GACjBA,EAAQxQ,UAGVxE,KAAK0wB,gBAAgB5f,IAAK,SAAU9Q,KAAKkxB,qBACzC1S,EAAUxe,KAAK0wB,iBAER1wB,MAGTgf,WAAY,SAAU3C,EAAKvc,GAGzB,OAFAE,KAAKyb,OAAQY,EAAKvc,GAETuc,GACT,IAAK,UACHrc,KAAK0xB,iBACL1xB,KAAKsxB,kBAOTA,cAAe,WACb,IAAsBpiB,EAAQ/D,EAAG5H,EAAGouB,EAAO3L,EAAvC9lB,EAAIF,KAAKob,QAAoCmD,EAAOve,KAexD,GAdAA,KAAK8P,QAAU5P,EAAE4P,UACZxO,EAAG,uBAAwBtB,KAAKqb,SAAUjb,OAChC,CACTmD,EAAG,kBACHpC,EAAG,kBACHywB,EAAG,kBACHje,EAAG,kBACHke,GAAI,mBACJC,GAAI,mBACJC,GAAI,mBACJC,GAAI,oBARN,UAWJhyB,KAAKuxB,SAAWjwB,IACXtB,KAAK8P,QAAQ8K,cAAgBuR,OAShC,IAPsB,QAAjBnsB,KAAK8P,UACR9P,KAAK8P,QAAU,uBAGjBvM,EAAIvD,KAAK8P,QAAQkL,MAAO,KACxBhb,KAAK8P,QAAU,GAET3E,EAAI,EAAGA,EAAI5H,EAAEnD,OAAQ+K,IAGzBwmB,EAAQ,iBADRziB,EAAS5N,EAAE2wB,KAAM1uB,EAAG4H,KAEpB6a,EAAO1kB,EAAG,SACVtB,KAAKkgB,UAAW8F,EAAM,uBAAyB2L,GAE/C3L,EAAKlV,IAAK,CAAEkW,OAAQ9mB,EAAE8mB,SAEtBhnB,KAAK8P,QAASZ,GAAW,iBAAmBA,EAC5ClP,KAAKqb,QAAQhI,OAAQ2S,GAKzBhmB,KAAKkyB,YAAc,SAAUtrB,GAE3B,IAAIuE,EAAG6a,EAAMmM,EAAQC,EAIrB,IAAMjnB,KAFNvE,EAASA,GAAU5G,KAAKqb,QAEbrb,KAAK8P,QAET9P,KAAK8P,QAAS3E,GAAIyP,cAAgBuR,OACrCnsB,KAAK8P,QAAS3E,GAAMnL,KAAKqb,QAAQ/J,SAAUtR,KAAK8P,QAAS3E,IAAMwM,QAAQrE,QAC7DtT,KAAK8P,QAAS3E,GAAI2R,QAAU9c,KAAK8P,QAAS3E,GAAIua,YACxD1lB,KAAK8P,QAAS3E,GAAM7J,EAAGtB,KAAK8P,QAAS3E,IACrCnL,KAAK6d,IAAK7d,KAAK8P,QAAS3E,GAAK,CAAEknB,UAAa9T,EAAK+E,cAG9CtjB,KAAK6wB,kBACN7wB,KAAK0wB,gBAAiB,GACnBvM,SACAve,MAAO,uCACZogB,EAAO1kB,EAAGtB,KAAK8P,QAAS3E,GAAKnL,KAAKqb,SAElC+W,EAAa,kBAAkBvP,KAAM1X,GACnC6a,EAAKhS,cACLgS,EAAKlS,aAEPqe,EAAS,CAAE,UACT,UAAUtP,KAAM1X,GAAM,MACtB,UAAU0X,KAAM1X,GAAM,SACtB,MAAM0X,KAAM1X,GAAM,QAAU,QAAS4U,KAAM,IAE7CnZ,EAAOkK,IAAKqhB,EAAQC,GAEpBpyB,KAAKqxB,yBAGPrxB,KAAKuxB,SAAWvxB,KAAKuxB,SAASjS,IAAKtf,KAAK8P,QAAS3E,KAKrDnL,KAAKkyB,YAAalyB,KAAKqb,SAEvBrb,KAAKuxB,SAAWvxB,KAAKuxB,SAASjS,IAAKtf,KAAKqb,QAAQ1b,KAAM,yBACtDK,KAAKuxB,SAASlP,mBAEdriB,KAAKuxB,SAAS7nB,GAAI,YAAa,WACvB6U,EAAK9S,WACJzL,KAAKsyB,YACRtM,EAAOhmB,KAAKsyB,UAAU1sB,MAAO,wCAE/B2Y,EAAKyH,KAAOA,GAAQA,EAAM,GAAMA,EAAM,GAAM,QAI3C9lB,EAAE2P,WACL7P,KAAKuxB,SAAS3f,OACd5R,KAAKkgB,UAAW,2BAIpBwR,eAAgB,WACd1xB,KAAKuxB,SAAS/sB,UAGhB4f,cAAe,SAAU5R,GACvB,IAAIrH,EAAG+D,EACLqjB,GAAU,EAEZ,IAAMpnB,KAAKnL,KAAK8P,SACdZ,EAAS5N,EAAGtB,KAAK8P,QAAS3E,IAAO,MACjBqH,EAAM5L,SAAUtF,EAAE0oB,SAAU9a,EAAQsD,EAAM5L,UACxD2rB,GAAU,GAId,OAAQvyB,KAAKob,QAAQiC,UAAYkV,GAGnC9N,YAAa,SAAUjS,GAErB,IAAIggB,EAASC,EAAQtM,EACnBjmB,EAAIF,KAAKob,QACTnZ,EAAKjC,KAAKqb,QAkDZ,OAhDArb,KAAKyL,UAAW,EAEhBzL,KAAK0yB,eAELF,EAAUxyB,KAAKqwB,KAAMrwB,KAAKuU,OAAOzD,IAAK,SACtC2hB,EAASzyB,KAAKqwB,KAAMrwB,KAAKuU,OAAOzD,IAAK,QAEhC5Q,EAAEgmB,cACLsM,GAAWlxB,EAAGpB,EAAEgmB,aAAc+D,cAAgB,EAC9CwI,GAAUnxB,EAAGpB,EAAEgmB,aAAcrd,aAAe,GAG9C7I,KAAKmY,OAASnY,KAAKuU,OAAO4D,SAC1BnY,KAAKyH,SAAW,CAAElB,KAAMisB,EAAS7qB,IAAK8qB,GAEtCzyB,KAAK+V,KAAO/V,KAAKorB,QAAU,CACvB3oB,MAAOzC,KAAKuU,OAAO9R,QACnBE,OAAQ3C,KAAKuU,OAAO5R,UAClB,CACFF,MAAOR,EAAGQ,QACVE,OAAQV,EAAGU,UAGf3C,KAAK2yB,aAAe3yB,KAAKorB,QAAU,CAC/B3oB,MAAOR,EAAG6R,aACVnR,OAAQV,EAAG+R,eACT,CACFvR,MAAOR,EAAGQ,QACVE,OAAQV,EAAGU,UAGf3C,KAAK4yB,SAAW,CACdnwB,MAAOR,EAAG6R,aAAe7R,EAAGQ,QAC5BE,OAAQV,EAAG+R,cAAgB/R,EAAGU,UAGhC3C,KAAKooB,iBAAmB,CAAE7hB,KAAMisB,EAAS7qB,IAAK8qB,GAC9CzyB,KAAK6yB,sBAAwB,CAAEtsB,KAAMiM,EAAMU,MAAOvL,IAAK6K,EAAMW,OAE7DnT,KAAKkwB,YAAyC,iBAAlBhwB,EAAEgwB,YAC5BhwB,EAAEgwB,YACElwB,KAAK2yB,aAAalwB,MAAQzC,KAAK2yB,aAAahwB,QAAY,EAE9DwjB,EAAS7kB,EAAG,iBAAmBtB,KAAKgmB,MAAOlV,IAAK,UAChDxP,EAAG,QAASwP,IAAK,SAAqB,SAAXqV,EAAoBnmB,KAAKgmB,KAAO,UAAYG,GAEvEnmB,KAAKkgB,UAAW,yBAChBlgB,KAAK8yB,WAAY,QAAStgB,IACnB,GAGT0S,WAAY,SAAU1S,GAEpB,IAAIC,EAAMsgB,EACRC,EAAMhzB,KAAK6yB,sBACXvwB,EAAItC,KAAKgmB,KACTiN,EAAOzgB,EAAMU,MAAQ8f,EAAIzsB,MAAU,EACnC2sB,EAAO1gB,EAAMW,MAAQ6f,EAAIrrB,KAAS,EAClCmN,EAAU9U,KAAKmzB,QAAS7wB,GAI1B,OAFAtC,KAAKozB,wBAECte,IAINrC,EAAOqC,EAAQzR,MAAOrD,KAAM,CAAEwS,EAAOygB,EAAIC,IAEzClzB,KAAKqzB,yBAA0B7gB,EAAMwS,WAChChlB,KAAKywB,cAAgBje,EAAMwS,YAC9BvS,EAAOzS,KAAKszB,aAAc7gB,EAAMD,IAGlCC,EAAOzS,KAAKuzB,aAAc9gB,EAAMD,GAEhCxS,KAAKwzB,aAAc/gB,GAEnBzS,KAAK8yB,WAAY,SAAUtgB,GAE3BugB,EAAQ/yB,KAAKyzB,iBAEPzzB,KAAKorB,SAAWprB,KAAK2wB,8BAA8BvwB,QACvDJ,KAAKqxB,wBAGD/vB,EAAEugB,cAAekR,KACrB/yB,KAAKozB,wBACLpzB,KAAKoe,SAAU,SAAU5L,EAAOxS,KAAKiI,MACrCjI,KAAKyzB,mBAGA,GAGTtO,WAAY,SAAU3S,GAEpBxS,KAAKyL,UAAW,EAChB,IAAIioB,EAAIC,EAAMC,EAAUC,EAAUjC,EAAGrrB,EAAMoB,EACzCzH,EAAIF,KAAKob,QAASmD,EAAOve,KAwC3B,OAtCKA,KAAKorB,UAIRwI,GADAD,GADAD,EAAK1zB,KAAK2wB,+BACAvwB,QAAU,YAAgByiB,KAAM6Q,EAAI,GAAIvP,YAC/BnkB,KAAKuwB,WAAYmD,EAAI,GAAK,QAAW,EAAInV,EAAKqU,SAASjwB,OAC1EkxB,EAAWF,EAAO,EAAIpV,EAAKqU,SAASnwB,MAEpCmvB,EAAI,CACFnvB,MAAS8b,EAAKhK,OAAO9R,QAAWoxB,EAChClxB,OAAU4b,EAAKhK,OAAO5R,SAAWixB,GAEnCrtB,EAAST,WAAYyY,EAAKlD,QAAQvK,IAAK,UACnCyN,EAAK9W,SAASlB,KAAOgY,EAAK6J,iBAAiB7hB,OAAY,KAC3DoB,EAAQ7B,WAAYyY,EAAKlD,QAAQvK,IAAK,SAClCyN,EAAK9W,SAASE,IAAM4W,EAAK6J,iBAAiBzgB,MAAW,KAEnDzH,EAAEyP,SACN3P,KAAKqb,QAAQvK,IAAKxP,EAAE4F,OAAQ0qB,EAAG,CAAEjqB,IAAKA,EAAKpB,KAAMA,KAGnDgY,EAAKhK,OAAO5R,OAAQ4b,EAAKxI,KAAKpT,QAC9B4b,EAAKhK,OAAO9R,MAAO8b,EAAKxI,KAAKtT,OAExBzC,KAAKorB,UAAYlrB,EAAEyP,SACtB3P,KAAKqxB,yBAIT/vB,EAAG,QAASwP,IAAK,SAAU,QAE3B9Q,KAAKye,aAAc,yBAEnBze,KAAK8yB,WAAY,OAAQtgB,GAEpBxS,KAAKorB,SACRprB,KAAKuU,OAAO/P,UAGP,GAIT4uB,sBAAuB,WACrBpzB,KAAK8zB,aAAe,CAClBnsB,IAAK3H,KAAKyH,SAASE,IACnBpB,KAAMvG,KAAKyH,SAASlB,MAEtBvG,KAAK+zB,SAAW,CACdtxB,MAAOzC,KAAK+V,KAAKtT,MACjBE,OAAQ3C,KAAK+V,KAAKpT,SAItB8wB,cAAe,WACb,IAAIV,EAAQ,GAiBZ,OAfK/yB,KAAKyH,SAASE,MAAQ3H,KAAK8zB,aAAansB,MAC3CorB,EAAMprB,IAAM3H,KAAKyH,SAASE,IAAM,MAE7B3H,KAAKyH,SAASlB,OAASvG,KAAK8zB,aAAavtB,OAC5CwsB,EAAMxsB,KAAOvG,KAAKyH,SAASlB,KAAO,MAE/BvG,KAAK+V,KAAKtT,QAAUzC,KAAK+zB,SAAStxB,QACrCswB,EAAMtwB,MAAQzC,KAAK+V,KAAKtT,MAAQ,MAE7BzC,KAAK+V,KAAKpT,SAAW3C,KAAK+zB,SAASpxB,SACtCowB,EAAMpwB,OAAS3C,KAAK+V,KAAKpT,OAAS,MAGpC3C,KAAKuU,OAAOzD,IAAKiiB,GAEVA,GAGTM,yBAA0B,SAAUW,GAClC,IAAIC,EAAWC,EAAWC,EAAYC,EAAY7xB,EAChDrC,EAAIF,KAAKob,QAEX7Y,EAAI,CACFyK,SAAUhN,KAAKswB,UAAWpwB,EAAE8M,UAAa9M,EAAE8M,SAAW,EACtDH,SAAU7M,KAAKswB,UAAWpwB,EAAE2M,UAAa3M,EAAE2M,SAAWwnB,EAAAA,EACtDpnB,UAAWjN,KAAKswB,UAAWpwB,EAAE+M,WAAc/M,EAAE+M,UAAY,EACzDF,UAAW/M,KAAKswB,UAAWpwB,EAAE6M,WAAc7M,EAAE6M,UAAYsnB,EAAAA,IAGtDr0B,KAAKywB,cAAgBuD,KACxBC,EAAY1xB,EAAE0K,UAAYjN,KAAKkwB,YAC/BiE,EAAa5xB,EAAEyK,SAAWhN,KAAKkwB,YAC/BgE,EAAY3xB,EAAEwK,UAAY/M,KAAKkwB,YAC/BkE,EAAa7xB,EAAEsK,SAAW7M,KAAKkwB,YAE1B+D,EAAY1xB,EAAEyK,WACjBzK,EAAEyK,SAAWinB,GAEVE,EAAa5xB,EAAE0K,YAClB1K,EAAE0K,UAAYknB,GAEXD,EAAY3xB,EAAEsK,WACjBtK,EAAEsK,SAAWqnB,GAEVE,EAAa7xB,EAAEwK,YAClBxK,EAAEwK,UAAYqnB,IAGlBp0B,KAAKs0B,aAAe/xB,GAGtBixB,aAAc,SAAU/gB,GACtBzS,KAAKmY,OAASnY,KAAKuU,OAAO4D,SACrBnY,KAAKswB,UAAW7d,EAAKlM,QACxBvG,KAAKyH,SAASlB,KAAOkM,EAAKlM,MAEvBvG,KAAKswB,UAAW7d,EAAK9K,OACxB3H,KAAKyH,SAASE,IAAM8K,EAAK9K,KAEtB3H,KAAKswB,UAAW7d,EAAK9P,UACxB3C,KAAK+V,KAAKpT,OAAS8P,EAAK9P,QAErB3C,KAAKswB,UAAW7d,EAAKhQ,SACxBzC,KAAK+V,KAAKtT,MAAQgQ,EAAKhQ,QAI3B6wB,aAAc,SAAU7gB,GAEtB,IAAI8hB,EAAOv0B,KAAKyH,SACd+sB,EAAQx0B,KAAK+V,KACbzT,EAAItC,KAAKgmB,KAiBX,OAfKhmB,KAAKswB,UAAW7d,EAAK9P,QACxB8P,EAAKhQ,MAAUgQ,EAAK9P,OAAS3C,KAAKkwB,YACxBlwB,KAAKswB,UAAW7d,EAAKhQ,SAC/BgQ,EAAK9P,OAAW8P,EAAKhQ,MAAQzC,KAAKkwB,aAGzB,OAAN5tB,IACHmQ,EAAKlM,KAAOguB,EAAKhuB,MAASiuB,EAAM/xB,MAAQgQ,EAAKhQ,OAC7CgQ,EAAK9K,IAAM,MAEF,OAANrF,IACHmQ,EAAK9K,IAAM4sB,EAAK5sB,KAAQ6sB,EAAM7xB,OAAS8P,EAAK9P,QAC5C8P,EAAKlM,KAAOguB,EAAKhuB,MAASiuB,EAAM/xB,MAAQgQ,EAAKhQ,QAGxCgQ,GAGT8gB,aAAc,SAAU9gB,GAEtB,IAAIvS,EAAIF,KAAKs0B,aACXhyB,EAAItC,KAAKgmB,KACTyO,EAASz0B,KAAKswB,UAAW7d,EAAKhQ,QAAWvC,EAAE2M,UAAc3M,EAAE2M,SAAW4F,EAAKhQ,MAC3EiyB,EAAS10B,KAAKswB,UAAW7d,EAAK9P,SAAYzC,EAAE6M,WAAe7M,EAAE6M,UAAY0F,EAAK9P,OAC9EgyB,EAAS30B,KAAKswB,UAAW7d,EAAKhQ,QAAWvC,EAAE8M,UAAc9M,EAAE8M,SAAWyF,EAAKhQ,MAC3EmyB,EAAS50B,KAAKswB,UAAW7d,EAAK9P,SAAYzC,EAAE+M,WAAe/M,EAAE+M,UAAYwF,EAAK9P,OAC9EkyB,EAAK70B,KAAKooB,iBAAiB7hB,KAAOvG,KAAK2yB,aAAalwB,MACpDqyB,EAAK90B,KAAKooB,iBAAiBzgB,IAAM3H,KAAK2yB,aAAahwB,OACnDoyB,EAAK,UAAUlS,KAAMvgB,GAAK0yB,EAAK,UAAUnS,KAAMvgB,GAkCjD,OAjCKqyB,IACHliB,EAAKhQ,MAAQvC,EAAE8M,UAEZ4nB,IACHniB,EAAK9P,OAASzC,EAAE+M,WAEbwnB,IACHhiB,EAAKhQ,MAAQvC,EAAE2M,UAEZ6nB,IACHjiB,EAAK9P,OAASzC,EAAE6M,WAGb4nB,GAAUI,IACbtiB,EAAKlM,KAAOsuB,EAAK30B,EAAE8M,UAEhBynB,GAAUM,IACbtiB,EAAKlM,KAAOsuB,EAAK30B,EAAE2M,UAEhB+nB,GAAUI,IACbviB,EAAK9K,IAAMmtB,EAAK50B,EAAE+M,WAEfynB,GAAUM,IACbviB,EAAK9K,IAAMmtB,EAAK50B,EAAE6M,WAId0F,EAAKhQ,OAAUgQ,EAAK9P,QAAW8P,EAAKlM,OAAQkM,EAAK9K,IAE1C8K,EAAKhQ,OAAUgQ,EAAK9P,QAAW8P,EAAK9K,MAAO8K,EAAKlM,OAC3DkM,EAAKlM,KAAO,MAFZkM,EAAK9K,IAAM,KAKN8K,GAGTwiB,gCAAiC,SAAU5Z,GAgBzC,IAfA,IAAIlQ,EAAI,EACNnI,EAAS,GACTkyB,EAAU,CACR7Z,EAAQvK,IAAK,kBACbuK,EAAQvK,IAAK,oBACbuK,EAAQvK,IAAK,qBACbuK,EAAQvK,IAAK,oBAEfqkB,EAAW,CACT9Z,EAAQvK,IAAK,cACbuK,EAAQvK,IAAK,gBACbuK,EAAQvK,IAAK,iBACbuK,EAAQvK,IAAK,gBAGT3F,EAAI,EAAGA,IACbnI,EAAQmI,GAAQrF,WAAYovB,EAAS/pB,KAAS,EAC9CnI,EAAQmI,IAASrF,WAAYqvB,EAAUhqB,KAAS,EAGlD,MAAO,CACLxI,OAAQK,EAAQ,GAAMA,EAAQ,GAC9BP,MAAOO,EAAQ,GAAMA,EAAQ,KAIjCquB,sBAAuB,WAErB,GAAMrxB,KAAK2wB,8BAA8BvwB,OAQzC,IAJA,IAAIg1B,EACFjqB,EAAI,EACJkQ,EAAUrb,KAAKuU,QAAUvU,KAAKqb,QAExBlQ,EAAInL,KAAK2wB,8BAA8BvwB,OAAQ+K,IAErDiqB,EAAOp1B,KAAK2wB,8BAA+BxlB,GAIrCnL,KAAKq1B,kBACTr1B,KAAKq1B,gBAAkBr1B,KAAKi1B,gCAAiCG,IAG/DA,EAAKtkB,IAAK,CACRnO,OAAU0Y,EAAQ1Y,SAAW3C,KAAKq1B,gBAAgB1yB,QAAY,EAC9DF,MAAS4Y,EAAQ5Y,QAAUzC,KAAKq1B,gBAAgB5yB,OAAW,KAOjEiwB,aAAc,WAEZ,IAAIzwB,EAAKjC,KAAKqb,QAASnb,EAAIF,KAAKob,QAChCpb,KAAKs1B,cAAgBrzB,EAAGkW,SAEnBnY,KAAKorB,SAERprB,KAAKuU,OAASvU,KAAKuU,QAAUjT,EAAG,wCAEhCtB,KAAKkgB,UAAWlgB,KAAKuU,OAAQvU,KAAKorB,SAClCprB,KAAKuU,OAAOzD,IAAK,CACfrO,MAAOzC,KAAKqb,QAAQvH,aACpBnR,OAAQ3C,KAAKqb,QAAQrH,cACrBvM,SAAU,WACVlB,KAAMvG,KAAKs1B,cAAc/uB,KAAO,KAChCoB,IAAK3H,KAAKs1B,cAAc3tB,IAAM,KAC9Bqf,SAAU9mB,EAAE8mB,SAGdhnB,KAAKuU,OACFvE,SAAU,QACVqS,oBAGHriB,KAAKuU,OAASvU,KAAKqb,SAKvB8X,QAAS,CACPhyB,EAAG,SAAUqR,EAAOygB,GAClB,MAAO,CAAExwB,MAAOzC,KAAK2yB,aAAalwB,MAAQwwB,IAE5Ctf,EAAG,SAAUnB,EAAOygB,GAClB,IAAIsC,EAAKv1B,KAAK2yB,aACd,MAAO,CAAEpsB,KADwBvG,KAAKooB,iBACpB7hB,KAAO0sB,EAAIxwB,MAAO8yB,EAAG9yB,MAAQwwB,IAEjD1vB,EAAG,SAAUiP,EAAOygB,EAAIC,GACtB,IAAIqC,EAAKv1B,KAAK2yB,aACd,MAAO,CAAEhrB,IADwB3H,KAAKooB,iBACrBzgB,IAAMurB,EAAIvwB,OAAQ4yB,EAAG5yB,OAASuwB,IAEjDtB,EAAG,SAAUpf,EAAOygB,EAAIC,GACtB,MAAO,CAAEvwB,OAAQ3C,KAAK2yB,aAAahwB,OAASuwB,IAE9CrB,GAAI,SAAUrf,EAAOygB,EAAIC,GACvB,OAAO5xB,EAAE4F,OAAQlH,KAAKmzB,QAAQvB,EAAEvuB,MAAOrD,KAAMM,WAC3CN,KAAKmzB,QAAQhyB,EAAEkC,MAAOrD,KAAM,CAAEwS,EAAOygB,EAAIC,MAE7CpB,GAAI,SAAUtf,EAAOygB,EAAIC,GACvB,OAAO5xB,EAAE4F,OAAQlH,KAAKmzB,QAAQvB,EAAEvuB,MAAOrD,KAAMM,WAC3CN,KAAKmzB,QAAQxf,EAAEtQ,MAAOrD,KAAM,CAAEwS,EAAOygB,EAAIC,MAE7CnB,GAAI,SAAUvf,EAAOygB,EAAIC,GACvB,OAAO5xB,EAAE4F,OAAQlH,KAAKmzB,QAAQ5vB,EAAEF,MAAOrD,KAAMM,WAC3CN,KAAKmzB,QAAQhyB,EAAEkC,MAAOrD,KAAM,CAAEwS,EAAOygB,EAAIC,MAE7ClB,GAAI,SAAUxf,EAAOygB,EAAIC,GACvB,OAAO5xB,EAAE4F,OAAQlH,KAAKmzB,QAAQ5vB,EAAEF,MAAOrD,KAAMM,WAC3CN,KAAKmzB,QAAQxf,EAAEtQ,MAAOrD,KAAM,CAAEwS,EAAOygB,EAAIC,OAI/CJ,WAAY,SAAUvvB,EAAGiP,GACvBlR,EAAE2G,GAAGmd,OAAO3kB,KAAMT,KAAMuD,EAAG,CAAEiP,EAAOxS,KAAKiI,OACjC,WAAN1E,GAAkBvD,KAAKoe,SAAU7a,EAAGiP,EAAOxS,KAAKiI,OAGpDud,QAAS,GAETvd,GAAI,WACF,MAAO,CACLyoB,gBAAiB1wB,KAAK0wB,gBACtBrV,QAASrb,KAAKqb,QACd9G,OAAQvU,KAAKuU,OACb9M,SAAUzH,KAAKyH,SACfsO,KAAM/V,KAAK+V,KACX4c,aAAc3yB,KAAK2yB,aACnBvK,iBAAkBpoB,KAAKooB,qBAU7B9mB,EAAE2G,GAAGmd,OAAO9F,IAAK,YAAa,UAAW,CAEvC/I,KAAM,SAAU/D,GACd,IAAI+L,EAAOjd,EAAGtB,MAAOsJ,UAAW,YAC9BpJ,EAAIqe,EAAKnD,QACTsY,EAAKnV,EAAKoS,8BACVgD,EAAOD,EAAGtzB,QAAU,YAAgByiB,KAAM6Q,EAAI,GAAIvP,UAClDyP,EAAWD,GAAQpV,EAAKgS,WAAYmD,EAAI,GAAK,QAAW,EAAInV,EAAKqU,SAASjwB,OAC1EkxB,EAAWF,EAAO,EAAIpV,EAAKqU,SAASnwB,MACpCkB,EAAQ,CACNlB,MAAS8b,EAAKxI,KAAKtT,MAAQoxB,EAC3BlxB,OAAU4b,EAAKxI,KAAKpT,OAASixB,GAE/BrtB,EAAST,WAAYyY,EAAKlD,QAAQvK,IAAK,UACnCyN,EAAK9W,SAASlB,KAAOgY,EAAK6J,iBAAiB7hB,OAAY,KAC3DoB,EAAQ7B,WAAYyY,EAAKlD,QAAQvK,IAAK,SAClCyN,EAAK9W,SAASE,IAAM4W,EAAK6J,iBAAiBzgB,MAAW,KAE3D4W,EAAKlD,QAAQ1L,QACXrO,EAAE4F,OAAQvD,EAAOgE,GAAOpB,EAAO,CAAEoB,IAAKA,EAAKpB,KAAMA,GAAS,IAAM,CAC9Dqb,SAAU1hB,EAAE8vB,gBACZhO,OAAQ9hB,EAAE+vB,cACVuF,KAAM,WAEJ,IAAI/iB,EAAO,CACThQ,MAAOqD,WAAYyY,EAAKlD,QAAQvK,IAAK,UACrCnO,OAAQmD,WAAYyY,EAAKlD,QAAQvK,IAAK,WACtCnJ,IAAK7B,WAAYyY,EAAKlD,QAAQvK,IAAK,QACnCvK,KAAMT,WAAYyY,EAAKlD,QAAQvK,IAAK,UAGjC4iB,GAAMA,EAAGtzB,QACZkB,EAAGoyB,EAAI,IAAM5iB,IAAK,CAAErO,MAAOgQ,EAAKhQ,MAAOE,OAAQ8P,EAAK9P,SAItD4b,EAAKiV,aAAc/gB,GACnB8L,EAAKuU,WAAY,SAAUtgB,SASrClR,EAAE2G,GAAGmd,OAAO9F,IAAK,YAAa,cAAe,CAE3ChJ,MAAO,WACL,IAAI+E,EAAS6O,EAAGW,EAAImK,EAAID,EAAItyB,EAAOE,EACjC4b,EAAOjd,EAAGtB,MAAOsJ,UAAW,YAC5BpJ,EAAIqe,EAAKnD,QACTnZ,EAAKsc,EAAKlD,QACVoa,EAAKv1B,EAAEgmB,YACPoE,EAAOmL,aAAcn0B,EACnBm0B,EAAG9qB,IAAK,GACN,SAASkY,KAAM4S,GAASxzB,EAAGyB,SAASiH,IAAK,GAAM8qB,EAE/CnL,IAIN/L,EAAKmX,iBAAmBp0B,EAAGgpB,GAEtB,WAAWzH,KAAM4S,IAAQA,IAAO7xB,UACnC2a,EAAKoX,gBAAkB,CACrBpvB,KAAM,EACNoB,IAAK,GAEP4W,EAAKqX,kBAAoB,CACvBrvB,KAAM,EACNoB,IAAK,GAGP4W,EAAKsX,WAAa,CAChBxa,QAAS/Z,EAAGsC,UACZ2C,KAAM,EACNoB,IAAK,EACLlF,MAAOnB,EAAGsC,UAAWnB,QACrBE,OAAQrB,EAAGsC,UAAWjB,UAAYiB,SAASsO,KAAKnK,WAAWF,gBAG7DwT,EAAU/Z,EAAGgpB,GACbJ,EAAI,GACJ5oB,EAAG,CAAE,MAAO,QAAS,OAAQ,WAAaiQ,KAAM,SAAUpG,EAAGsP,GAC3DyP,EAAG/e,GAAMoT,EAAK8R,KAAMhV,EAAQvK,IAAK,UAAY2J,MAG/C8D,EAAKoX,gBAAkBta,EAAQlD,SAC/BoG,EAAKqX,kBAAoBva,EAAQ5T,WACjC8W,EAAKuX,cAAgB,CACnBnzB,OAAU0Y,EAAQ/S,cAAgB4hB,EAAG,GACrCznB,MAAS4Y,EAAQrJ,aAAekY,EAAG,IAGrCW,EAAKtM,EAAKoX,gBACVX,EAAKzW,EAAKuX,cAAcnzB,OACxBoyB,EAAKxW,EAAKuX,cAAcrzB,MACxBA,EAAU8b,EAAKgS,WAAajG,EAAI,QAAWA,EAAGE,YAAcuK,EAC5DpyB,EAAW4b,EAAKgS,WAAajG,GAAOA,EAAGziB,aAAemtB,EAEtDzW,EAAKsX,WAAa,CAChBxa,QAASiP,EACT/jB,KAAMskB,EAAGtkB,KACToB,IAAKkjB,EAAGljB,IACRlF,MAAOA,EACPE,OAAQA,MAKd2P,OAAQ,SAAUE,GAChB,IAAIujB,EAAOC,EAAOC,EAAUC,EAC1B3X,EAAOjd,EAAGtB,MAAOsJ,UAAW,YAC5BpJ,EAAIqe,EAAKnD,QACTyP,EAAKtM,EAAKoX,gBACVQ,EAAK5X,EAAK9W,SACV2uB,EAAS7X,EAAKkS,cAAgBje,EAAMwS,SACpCqR,EAAM,CACJ1uB,IAAK,EACLpB,KAAM,GAER+jB,EAAK/L,EAAKmX,iBACVY,GAAiB,EAEdhM,EAAI,KAAQ1mB,UAAY,SAAaif,KAAMyH,EAAGxZ,IAAK,eACtDulB,EAAMxL,GAGHsL,EAAG5vB,MAASgY,EAAK6M,QAAUP,EAAGtkB,KAAO,KACxCgY,EAAKxI,KAAKtT,MAAQ8b,EAAKxI,KAAKtT,OACxB8b,EAAK6M,QACH7M,EAAK9W,SAASlB,KAAOskB,EAAGtkB,KACxBgY,EAAK9W,SAASlB,KAAO8vB,EAAI9vB,MAE1B6vB,IACH7X,EAAKxI,KAAKpT,OAAS4b,EAAKxI,KAAKtT,MAAQ8b,EAAK2R,YAC1CoG,GAAiB,GAEnB/X,EAAK9W,SAASlB,KAAOrG,EAAEqU,OAASsW,EAAGtkB,KAAO,GAGvC4vB,EAAGxuB,KAAQ4W,EAAK6M,QAAUP,EAAGljB,IAAM,KACtC4W,EAAKxI,KAAKpT,OAAS4b,EAAKxI,KAAKpT,QACzB4b,EAAK6M,QACH7M,EAAK9W,SAASE,IAAMkjB,EAAGljB,IACzB4W,EAAK9W,SAASE,KAEbyuB,IACH7X,EAAKxI,KAAKtT,MAAQ8b,EAAKxI,KAAKpT,OAAS4b,EAAK2R,YAC1CoG,GAAiB,GAEnB/X,EAAK9W,SAASE,IAAM4W,EAAK6M,QAAUP,EAAGljB,IAAM,GAG9CsuB,EAAW1X,EAAKmX,iBAAiB/qB,IAAK,KAAQ4T,EAAKlD,QAAQ3X,SAASiH,IAAK,GACzEurB,EAAmB,oBAAoBrT,KAAMtE,EAAKmX,iBAAiB5kB,IAAK,aAEnEmlB,GAAYC,GACf3X,EAAKpG,OAAO5R,KAAOgY,EAAKsX,WAAWtvB,KAAOgY,EAAK9W,SAASlB,KACxDgY,EAAKpG,OAAOxQ,IAAM4W,EAAKsX,WAAWluB,IAAM4W,EAAK9W,SAASE,MAEtD4W,EAAKpG,OAAO5R,KAAOgY,EAAKlD,QAAQlD,SAAS5R,KACzCgY,EAAKpG,OAAOxQ,IAAM4W,EAAKlD,QAAQlD,SAASxQ,KAG1CouB,EAAQ5yB,KAAK4F,IAAKwV,EAAKqU,SAASnwB,OAC5B8b,EAAK6M,QACL7M,EAAKpG,OAAO5R,KAAO8vB,EAAI9vB,KACrBgY,EAAKpG,OAAO5R,KAAOskB,EAAGtkB,OAE5ByvB,EAAQ7yB,KAAK4F,IAAKwV,EAAKqU,SAASjwB,QAC5B4b,EAAK6M,QACL7M,EAAKpG,OAAOxQ,IAAM0uB,EAAI1uB,IACpB4W,EAAKpG,OAAOxQ,IAAMkjB,EAAGljB,MAEtBouB,EAAQxX,EAAKxI,KAAKtT,OAAS8b,EAAKsX,WAAWpzB,QAC9C8b,EAAKxI,KAAKtT,MAAQ8b,EAAKsX,WAAWpzB,MAAQszB,EACrCK,IACH7X,EAAKxI,KAAKpT,OAAS4b,EAAKxI,KAAKtT,MAAQ8b,EAAK2R,YAC1CoG,GAAiB,IAIhBN,EAAQzX,EAAKxI,KAAKpT,QAAU4b,EAAKsX,WAAWlzB,SAC/C4b,EAAKxI,KAAKpT,OAAS4b,EAAKsX,WAAWlzB,OAASqzB,EACvCI,IACH7X,EAAKxI,KAAKtT,MAAQ8b,EAAKxI,KAAKpT,OAAS4b,EAAK2R,YAC1CoG,GAAiB,IAIfA,IACJ/X,EAAK9W,SAASlB,KAAOgY,EAAKuV,aAAavtB,KACvCgY,EAAK9W,SAASE,IAAM4W,EAAKuV,aAAansB,IACtC4W,EAAKxI,KAAKtT,MAAQ8b,EAAKwV,SAAStxB,MAChC8b,EAAKxI,KAAKpT,OAAS4b,EAAKwV,SAASpxB,SAIrC4T,KAAM,WACJ,IAAIgI,EAAOjd,EAAGtB,MAAOsJ,UAAW,YAC9BpJ,EAAIqe,EAAKnD,QACTyP,EAAKtM,EAAKoX,gBACVU,EAAM9X,EAAKqX,kBACXtL,EAAK/L,EAAKmX,iBACVnhB,EAASjT,EAAGid,EAAKhK,QACjBgiB,EAAKhiB,EAAO4D,SACZxE,EAAIY,EAAOT,aAAeyK,EAAKqU,SAASnwB,MACxCmR,EAAIW,EAAOP,cAAgBuK,EAAKqU,SAASjwB,OAEtC4b,EAAK6M,UAAYlrB,EAAEyP,SAAW,WAAekT,KAAMyH,EAAGxZ,IAAK,cAC9DxP,EAAGtB,MAAO8Q,IAAK,CACbvK,KAAMgwB,EAAGhwB,KAAO8vB,EAAI9vB,KAAOskB,EAAGtkB,KAC9B9D,MAAOkR,EACPhR,OAAQiR,IAIP2K,EAAK6M,UAAYlrB,EAAEyP,SAAW,SAAakT,KAAMyH,EAAGxZ,IAAK,cAC5DxP,EAAGtB,MAAO8Q,IAAK,CACbvK,KAAMgwB,EAAGhwB,KAAO8vB,EAAI9vB,KAAOskB,EAAGtkB,KAC9B9D,MAAOkR,EACPhR,OAAQiR,OAMhBtS,EAAE2G,GAAGmd,OAAO9F,IAAK,YAAa,aAAc,CAE1ChJ,MAAO,WACL,IACEpW,EADSoB,EAAGtB,MAAOsJ,UAAW,YACrB8R,QAEX9Z,EAAGpB,EAAE6vB,YAAaxe,KAAM,WACtB,IAAItP,EAAKX,EAAGtB,MACZiC,EAAGwQ,KAAM,0BAA2B,CAClChQ,MAAOqD,WAAY7D,EAAGQ,SAAWE,OAAQmD,WAAY7D,EAAGU,UACxD4D,KAAMT,WAAY7D,EAAG6O,IAAK,SAAYnJ,IAAK7B,WAAY7D,EAAG6O,IAAK,aAKrEwB,OAAQ,SAAUE,EAAOvK,GACvB,IAAIsW,EAAOjd,EAAGtB,MAAOsJ,UAAW,YAC9BpJ,EAAIqe,EAAKnD,QACTob,EAAKjY,EAAKoU,aACV8D,EAAKlY,EAAK6J,iBACVsO,EAAQ,CACN/zB,OAAU4b,EAAKxI,KAAKpT,OAAS6zB,EAAG7zB,QAAY,EAC5CF,MAAS8b,EAAKxI,KAAKtT,MAAQ+zB,EAAG/zB,OAAW,EACzCkF,IAAO4W,EAAK9W,SAASE,IAAM8uB,EAAG9uB,KAAS,EACvCpB,KAAQgY,EAAK9W,SAASlB,KAAOkwB,EAAGlwB,MAAU,GAG5CjF,EAAGpB,EAAE6vB,YAAaxe,KAAM,WACtB,IAAItP,EAAKX,EAAGtB,MAAQsW,EAAQhV,EAAGtB,MAAOyS,KAAM,2BAA6B9O,EAAQ,GAC/EmN,EAAM7O,EAAG2gB,QAAS3a,EAAGyoB,gBAAiB,IAAMtwB,OACxC,CAAE,QAAS,UACX,CAAE,QAAS,SAAU,MAAO,QAElCkB,EAAEiQ,KAAMT,EAAK,SAAU3F,EAAGpE,GACxB,IAAI4vB,GAAQrgB,EAAOvP,IAAU,IAAQ2vB,EAAO3vB,IAAU,GACjD4vB,GAAc,GAAPA,IACVhzB,EAAOoD,GAAS4vB,GAAO,QAI3B10B,EAAG6O,IAAKnN,MAId4S,KAAM,WACJjV,EAAGtB,MAAOyU,WAAY,8BAI1BnT,EAAE2G,GAAGmd,OAAO9F,IAAK,YAAa,QAAS,CAErChJ,MAAO,WAEL,IAAIiI,EAAOjd,EAAGtB,MAAOsJ,UAAW,YAAcisB,EAAKhX,EAAKxI,KAExDwI,EAAK6R,MAAQ7R,EAAKmS,gBAAgBzpB,QAClCsX,EAAK6R,MAAMtf,IAAK,CACdwV,QAAS,IACT8K,QAAS,QACT3pB,SAAU,WACV9E,OAAQ4yB,EAAG5yB,OACXF,MAAO8yB,EAAG9yB,MACVm0B,OAAQ,EACRrwB,KAAM,EACNoB,IAAK,IAGP4W,EAAK2B,UAAW3B,EAAK6R,MAAO,uBAIJ,IAAnB9uB,EAAEsuB,cAAwD,iBAAvBrR,EAAKnD,QAAQgV,OAGnD7R,EAAK6R,MAAMrf,SAAU/Q,KAAKob,QAAQgV,OAGpC7R,EAAK6R,MAAMpgB,SAAUuO,EAAKhK,SAI5BjC,OAAQ,WACN,IAAIiM,EAAOjd,EAAGtB,MAAOsJ,UAAW,YAC3BiV,EAAK6R,OACR7R,EAAK6R,MAAMtf,IAAK,CACdrJ,SAAU,WACV9E,OAAQ4b,EAAKxI,KAAKpT,OAClBF,MAAO8b,EAAKxI,KAAKtT,SAKvB8T,KAAM,WACJ,IAAIgI,EAAOjd,EAAGtB,MAAOsJ,UAAW,YAC3BiV,EAAK6R,OAAS7R,EAAKhK,QACtBgK,EAAKhK,OAAO5J,IAAK,GAAIksB,YAAatY,EAAK6R,MAAMzlB,IAAK,OAMxDrJ,EAAE2G,GAAGmd,OAAO9F,IAAK,YAAa,OAAQ,CAEpChN,OAAQ,WACN,IAAI+iB,EACF9W,EAAOjd,EAAGtB,MAAOsJ,UAAW,YAC5BpJ,EAAIqe,EAAKnD,QACTma,EAAKhX,EAAKxI,KACVygB,EAAKjY,EAAKoU,aACV8D,EAAKlY,EAAK6J,iBACV9lB,EAAIic,EAAKyH,KACT/c,EAAyB,iBAAX/I,EAAE+I,KAAoB,CAAE/I,EAAE+I,KAAM/I,EAAE+I,MAAS/I,EAAE+I,KAC3D6tB,EAAU7tB,EAAM,IAAO,EACvB8tB,EAAU9tB,EAAM,IAAO,EACvB+tB,EAAK7zB,KAAK4Q,OAASwhB,EAAG9yB,MAAQ+zB,EAAG/zB,OAAUq0B,GAAUA,EACrDG,EAAK9zB,KAAK4Q,OAASwhB,EAAG5yB,OAAS6zB,EAAG7zB,QAAWo0B,GAAUA,EACvDG,EAAWV,EAAG/zB,MAAQu0B,EACtBG,EAAYX,EAAG7zB,OAASs0B,EACxBG,EAAal3B,EAAE2M,UAAc3M,EAAE2M,SAAWqqB,EAC1CG,EAAcn3B,EAAE6M,WAAe7M,EAAE6M,UAAYoqB,EAC7CG,EAAap3B,EAAE8M,UAAc9M,EAAE8M,SAAWkqB,EAC1CK,EAAcr3B,EAAE+M,WAAe/M,EAAE+M,UAAYkqB,EAE/Cj3B,EAAE+I,KAAOA,EAEJquB,IACHJ,GAAYJ,GAETS,IACHJ,GAAaJ,GAEVK,IACHF,GAAYJ,GAETO,IACHF,GAAaJ,GAGV,aAAalU,KAAMvgB,IACtBic,EAAKxI,KAAKtT,MAAQy0B,EAClB3Y,EAAKxI,KAAKpT,OAASw0B,GACT,SAAStU,KAAMvgB,IACzBic,EAAKxI,KAAKtT,MAAQy0B,EAClB3Y,EAAKxI,KAAKpT,OAASw0B,EACnB5Y,EAAK9W,SAASE,IAAM8uB,EAAG9uB,IAAMsvB,GACnB,SAASpU,KAAMvgB,IACzBic,EAAKxI,KAAKtT,MAAQy0B,EAClB3Y,EAAKxI,KAAKpT,OAASw0B,EACnB5Y,EAAK9W,SAASlB,KAAOkwB,EAAGlwB,KAAOywB,KAE1BG,EAAYJ,GAAS,GAAKG,EAAWJ,GAAS,KACjDzB,EAAkB9W,EAAK0W,gCAAiCj1B,OAGjC,EAApBm3B,EAAYJ,GACfxY,EAAKxI,KAAKpT,OAASw0B,EACnB5Y,EAAK9W,SAASE,IAAM8uB,EAAG9uB,IAAMsvB,IAE7BE,EAAYJ,EAAQ1B,EAAgB1yB,OACpC4b,EAAKxI,KAAKpT,OAASw0B,EACnB5Y,EAAK9W,SAASE,IAAM8uB,EAAG9uB,IAAM6uB,EAAG7zB,OAASw0B,GAEnB,EAAnBD,EAAWJ,GACdvY,EAAKxI,KAAKtT,MAAQy0B,EAClB3Y,EAAK9W,SAASlB,KAAOkwB,EAAGlwB,KAAOywB,IAE/BE,EAAWJ,EAAQzB,EAAgB5yB,MACnC8b,EAAKxI,KAAKtT,MAAQy0B,EAClB3Y,EAAK9W,SAASlB,KAAOkwB,EAAGlwB,KAAOiwB,EAAG/zB,MAAQy0B,OAO3B51B,EAAE2G,GAAGqB;ACt7H5B,SAAUzI,GACR,GAAsB,mBAAXC,QAAyBA,OAAOC,IACzCD,OAAO,CAAC,SAAU,YAAa,WAAYD,QACtC,GAAuB,oBAAZG,QAAyB,CACzC,IAAMK,OAASH,QAAQ,UAAa,MAAOC,IAC3C,IAAM0Y,UAAY3Y,QAAQ,aAAgB,MAAOC,IACjDN,EAAQQ,OAAQwY,UAAUH,YAAa1Y,cAEvCH,EAAQQ,OAAQqY,YAAatY,QARjC,CAUG,SAASE,EAAGoY,EAAanY,GAK1B,SAASi2B,EAAgCvuB,GACvCyQ,EAAY1Q,wBAAwBvI,KAAKT,KAAMiJ,GAiEjD,OA9DAyQ,EAAY1Q,wBAAwBG,eAAequB,KAEnDA,EAAgC93B,UAAYE,OAAO0d,OAAO5D,EAAY1Q,wBAAwBtJ,YACpDkb,YAAc4c,GAExB93B,UAAU4J,UAAY,SAASrH,EAAIR,GAEjE,GADAQ,EAAKX,EAAEW,GACM,YAATR,GAA+B,WAATA,EACxBQ,EAAGqH,UAAU7H,QACR,GAAa,WAATA,EAAmB,CAC5B,IAAI4a,EAAM/b,UAAU,GAChBR,EAAQQ,UAAU,GACtB2B,EAAGqH,UAAU7H,EAAM4a,EAAKvc,OACnB,CACL,IAAIgQ,EAAU7N,EAAGwQ,KAAK,qBAAuBxQ,EAAGwQ,KAAK,qBACnDzS,KAAKiJ,KAAKxH,KAAK6H,UAAUwG,QAC3B7N,EAAGqH,UAAUhI,EAAE4F,OAAO,GAAIlH,KAAKiJ,KAAKxH,KAAK6H,UAAW,CAClDwG,QAASA,GACR,CACDwG,MAAO7U,EAAK6U,OAAS,aACrBC,KAAM9U,EAAK8U,MAAQ,aACnBjE,OAAQ7Q,EAAK6Q,QAAU,gBAG3B,OAAOtS,MAGTw3B,EAAgC93B,UAAU6J,UAAY,SAAStH,EAAIR,GAcjE,OAbAQ,EAAKX,EAAEW,GACM,YAATR,GAA+B,WAATA,EACxBQ,EAAGsH,UAAU9H,GAEbQ,EAAGsH,UAAUjI,EAAE4F,OAAO,GAAIlH,KAAKiJ,KAAKxH,KAAK8H,UAAW,CAClD2c,YAAclmB,KAAKiJ,KAAKxH,KAAKqN,WAAa9O,KAAKiJ,KAAKxH,KAAKg2B,QACvDz3B,KAAKiJ,KAAKyF,UAAUhL,SACnB1D,KAAKiJ,KAAKxH,KAAK8H,UAAU2c,aAAe,KAC3C5P,MAAO7U,EAAK6U,OAAS,aACrBC,KAAM9U,EAAK8U,MAAQ,aACnBC,KAAM/U,EAAK+U,MAAQ,gBAGhBxW,MAGTw3B,EAAgC93B,UAAU8J,UAAY,SAASvH,EAAIR,GAGjE,OAFAQ,EAAKX,EAAEW,IACJuH,UAAU/H,GACNzB,MAGTw3B,EAAgC93B,UAAU+J,YAAc,SAASxH,EAAIR,GAEnE,OADAQ,EAAKX,EAAEW,GACAiD,QAAQjD,EAAGwQ,KAAK,eAGzB+kB,EAAgC93B,UAAUgK,GAAK,SAASzH,EAAI0H,EAAWvC,GAErE,OADA9F,EAAEW,GAAIyH,GAAGC,EAAWvC,GACbpH,MAGTuB,EAAMi2B,gCAAkCA","file":"gridstack.all.js"} \ No newline at end of file diff --git a/software/flow/node_modules/gridstack/dist/jquery-ui.js b/software/flow/node_modules/gridstack/dist/jquery-ui.js deleted file mode 100644 index d6e1192..0000000 --- a/software/flow/node_modules/gridstack/dist/jquery-ui.js +++ /dev/null @@ -1,4034 +0,0 @@ -/*! jQuery UI - v1.12.1 - 2019-11-20 -* http://jqueryui.com -* Includes: widget.js, data.js, disable-selection.js, scroll-parent.js, widgets/draggable.js, widgets/droppable.js, widgets/resizable.js, widgets/mouse.js -* Copyright jQuery Foundation and other contributors; Licensed MIT @preserve*/ - -(function( factory ) { - if ( typeof define === "function" && define.amd ) { - - // AMD. Register as an anonymous module. - define([ "jquery" ], factory ); - } else { - - // Browser globals - factory( jQuery ); - } -}(function( $ ) { - -$.ui = $.ui || {}; - -var version = $.ui.version = "1.12.1"; - - -/*! - * jQuery UI Widget 1.12.1 - * http://jqueryui.com - * - * Copyright jQuery Foundation and other contributors - * Released under the MIT license. - * http://jquery.org/license - */ - -//>>label: Widget -//>>group: Core -//>>description: Provides a factory for creating stateful widgets with a common API. -//>>docs: http://api.jqueryui.com/jQuery.widget/ -//>>demos: http://jqueryui.com/widget/ - - - -var widgetUuid = 0; -var widgetSlice = Array.prototype.slice; - -$.cleanData = ( function( orig ) { - return function( elems ) { - var events, elem, i; - for ( i = 0; ( elem = elems[ i ] ) != null; i++ ) { - try { - - // Only trigger remove when necessary to save time - events = $._data( elem, "events" ); - if ( events && events.remove ) { - $( elem ).triggerHandler( "remove" ); - } - - // Http://bugs.jquery.com/ticket/8235 - } catch ( e ) {} - } - orig( elems ); - }; -} )( $.cleanData ); - -$.widget = function( name, base, prototype ) { - var existingConstructor, constructor, basePrototype; - - // ProxiedPrototype allows the provided prototype to remain unmodified - // so that it can be used as a mixin for multiple widgets (#8876) - var proxiedPrototype = {}; - - var namespace = name.split( "." )[ 0 ]; - name = name.split( "." )[ 1 ]; - var fullName = namespace + "-" + name; - - if ( !prototype ) { - prototype = base; - base = $.Widget; - } - - if ( $.isArray( prototype ) ) { - prototype = $.extend.apply( null, [ {} ].concat( prototype ) ); - } - - // Create selector for plugin - $.expr[ ":" ][ fullName.toLowerCase() ] = function( elem ) { - return !!$.data( elem, fullName ); - }; - - $[ namespace ] = $[ namespace ] || {}; - existingConstructor = $[ namespace ][ name ]; - constructor = $[ namespace ][ name ] = function( options, element ) { - - // Allow instantiation without "new" keyword - if ( !this._createWidget ) { - return new constructor( options, element ); - } - - // Allow instantiation without initializing for simple inheritance - // must use "new" keyword (the code above always passes args) - if ( arguments.length ) { - this._createWidget( options, element ); - } - }; - - // Extend with the existing constructor to carry over any static properties - $.extend( constructor, existingConstructor, { - version: prototype.version, - - // Copy the object used to create the prototype in case we need to - // redefine the widget later - _proto: $.extend( {}, prototype ), - - // Track widgets that inherit from this widget in case this widget is - // redefined after a widget inherits from it - _childConstructors: [] - } ); - - basePrototype = new base(); - - // We need to make the options hash a property directly on the new instance - // otherwise we'll modify the options hash on the prototype that we're - // inheriting from - basePrototype.options = $.widget.extend( {}, basePrototype.options ); - $.each( prototype, function( prop, value ) { - if ( !$.isFunction( value ) ) { - proxiedPrototype[ prop ] = value; - return; - } - proxiedPrototype[ prop ] = ( function() { - function _super() { - return base.prototype[ prop ].apply( this, arguments ); - } - - function _superApply( args ) { - return base.prototype[ prop ].apply( this, args ); - } - - return function() { - var __super = this._super; - var __superApply = this._superApply; - var returnValue; - - this._super = _super; - this._superApply = _superApply; - - returnValue = value.apply( this, arguments ); - - this._super = __super; - this._superApply = __superApply; - - return returnValue; - }; - } )(); - } ); - constructor.prototype = $.widget.extend( basePrototype, { - - // TODO: remove support for widgetEventPrefix - // always use the name + a colon as the prefix, e.g., draggable:start - // don't prefix for widgets that aren't DOM-based - widgetEventPrefix: existingConstructor ? ( basePrototype.widgetEventPrefix || name ) : name - }, proxiedPrototype, { - constructor: constructor, - namespace: namespace, - widgetName: name, - widgetFullName: fullName - } ); - - // If this widget is being redefined then we need to find all widgets that - // are inheriting from it and redefine all of them so that they inherit from - // the new version of this widget. We're essentially trying to replace one - // level in the prototype chain. - if ( existingConstructor ) { - $.each( existingConstructor._childConstructors, function( i, child ) { - var childPrototype = child.prototype; - - // Redefine the child widget using the same prototype that was - // originally used, but inherit from the new version of the base - $.widget( childPrototype.namespace + "." + childPrototype.widgetName, constructor, - child._proto ); - } ); - - // Remove the list of existing child constructors from the old constructor - // so the old child constructors can be garbage collected - delete existingConstructor._childConstructors; - } else { - base._childConstructors.push( constructor ); - } - - $.widget.bridge( name, constructor ); - - return constructor; -}; - -$.widget.extend = function( target ) { - var input = widgetSlice.call( arguments, 1 ); - var inputIndex = 0; - var inputLength = input.length; - var key; - var value; - - for ( ; inputIndex < inputLength; inputIndex++ ) { - for ( key in input[ inputIndex ] ) { - value = input[ inputIndex ][ key ]; - if ( input[ inputIndex ].hasOwnProperty( key ) && value !== undefined ) { - - // Clone objects - if ( $.isPlainObject( value ) ) { - target[ key ] = $.isPlainObject( target[ key ] ) ? - $.widget.extend( {}, target[ key ], value ) : - - // Don't extend strings, arrays, etc. with objects - $.widget.extend( {}, value ); - - // Copy everything else by reference - } else { - target[ key ] = value; - } - } - } - } - return target; -}; - -$.widget.bridge = function( name, object ) { - var fullName = object.prototype.widgetFullName || name; - $.fn[ name ] = function( options ) { - var isMethodCall = typeof options === "string"; - var args = widgetSlice.call( arguments, 1 ); - var returnValue = this; - - if ( isMethodCall ) { - - // If this is an empty collection, we need to have the instance method - // return undefined instead of the jQuery instance - if ( !this.length && options === "instance" ) { - returnValue = undefined; - } else { - this.each( function() { - var methodValue; - var instance = $.data( this, fullName ); - - if ( options === "instance" ) { - returnValue = instance; - return false; - } - - if ( !instance ) { - return $.error( "cannot call methods on " + name + - " prior to initialization; " + - "attempted to call method '" + options + "'" ); - } - - if ( !$.isFunction( instance[ options ] ) || options.charAt( 0 ) === "_" ) { - return $.error( "no such method '" + options + "' for " + name + - " widget instance" ); - } - - methodValue = instance[ options ].apply( instance, args ); - - if ( methodValue !== instance && methodValue !== undefined ) { - returnValue = methodValue && methodValue.jquery ? - returnValue.pushStack( methodValue.get() ) : - methodValue; - return false; - } - } ); - } - } else { - - // Allow multiple hashes to be passed on init - if ( args.length ) { - options = $.widget.extend.apply( null, [ options ].concat( args ) ); - } - - this.each( function() { - var instance = $.data( this, fullName ); - if ( instance ) { - instance.option( options || {} ); - if ( instance._init ) { - instance._init(); - } - } else { - $.data( this, fullName, new object( options, this ) ); - } - } ); - } - - return returnValue; - }; -}; - -$.Widget = function( /* options, element */ ) {}; -$.Widget._childConstructors = []; - -$.Widget.prototype = { - widgetName: "widget", - widgetEventPrefix: "", - defaultElement: "<div>", - - options: { - classes: {}, - disabled: false, - - // Callbacks - create: null - }, - - _createWidget: function( options, element ) { - element = $( element || this.defaultElement || this )[ 0 ]; - this.element = $( element ); - this.uuid = widgetUuid++; - this.eventNamespace = "." + this.widgetName + this.uuid; - - this.bindings = $(); - this.hoverable = $(); - this.focusable = $(); - this.classesElementLookup = {}; - - if ( element !== this ) { - $.data( element, this.widgetFullName, this ); - this._on( true, this.element, { - remove: function( event ) { - if ( event.target === element ) { - this.destroy(); - } - } - } ); - this.document = $( element.style ? - - // Element within the document - element.ownerDocument : - - // Element is window or document - element.document || element ); - this.window = $( this.document[ 0 ].defaultView || this.document[ 0 ].parentWindow ); - } - - this.options = $.widget.extend( {}, - this.options, - this._getCreateOptions(), - options ); - - this._create(); - - if ( this.options.disabled ) { - this._setOptionDisabled( this.options.disabled ); - } - - this._trigger( "create", null, this._getCreateEventData() ); - this._init(); - }, - - _getCreateOptions: function() { - return {}; - }, - - _getCreateEventData: $.noop, - - _create: $.noop, - - _init: $.noop, - - destroy: function() { - var that = this; - - this._destroy(); - $.each( this.classesElementLookup, function( key, value ) { - that._removeClass( value, key ); - } ); - - // We can probably remove the unbind calls in 2.0 - // all event bindings should go through this._on() - this.element - .off( this.eventNamespace ) - .removeData( this.widgetFullName ); - this.widget() - .off( this.eventNamespace ) - .removeAttr( "aria-disabled" ); - - // Clean up events and states - this.bindings.off( this.eventNamespace ); - }, - - _destroy: $.noop, - - widget: function() { - return this.element; - }, - - option: function( key, value ) { - var options = key; - var parts; - var curOption; - var i; - - if ( arguments.length === 0 ) { - - // Don't return a reference to the internal hash - return $.widget.extend( {}, this.options ); - } - - if ( typeof key === "string" ) { - - // Handle nested keys, e.g., "foo.bar" = { foo: { bar: ___ } } - options = {}; - parts = key.split( "." ); - key = parts.shift(); - if ( parts.length ) { - curOption = options[ key ] = $.widget.extend( {}, this.options[ key ] ); - for ( i = 0; i < parts.length - 1; i++ ) { - curOption[ parts[ i ] ] = curOption[ parts[ i ] ] || {}; - curOption = curOption[ parts[ i ] ]; - } - key = parts.pop(); - if ( arguments.length === 1 ) { - return curOption[ key ] === undefined ? null : curOption[ key ]; - } - curOption[ key ] = value; - } else { - if ( arguments.length === 1 ) { - return this.options[ key ] === undefined ? null : this.options[ key ]; - } - options[ key ] = value; - } - } - - this._setOptions( options ); - - return this; - }, - - _setOptions: function( options ) { - var key; - - for ( key in options ) { - this._setOption( key, options[ key ] ); - } - - return this; - }, - - _setOption: function( key, value ) { - if ( key === "classes" ) { - this._setOptionClasses( value ); - } - - this.options[ key ] = value; - - if ( key === "disabled" ) { - this._setOptionDisabled( value ); - } - - return this; - }, - - _setOptionClasses: function( value ) { - var classKey, elements, currentElements; - - for ( classKey in value ) { - currentElements = this.classesElementLookup[ classKey ]; - if ( value[ classKey ] === this.options.classes[ classKey ] || - !currentElements || - !currentElements.length ) { - continue; - } - - // We are doing this to create a new jQuery object because the _removeClass() call - // on the next line is going to destroy the reference to the current elements being - // tracked. We need to save a copy of this collection so that we can add the new classes - // below. - elements = $( currentElements.get() ); - this._removeClass( currentElements, classKey ); - - // We don't use _addClass() here, because that uses this.options.classes - // for generating the string of classes. We want to use the value passed in from - // _setOption(), this is the new value of the classes option which was passed to - // _setOption(). We pass this value directly to _classes(). - elements.addClass( this._classes( { - element: elements, - keys: classKey, - classes: value, - add: true - } ) ); - } - }, - - _setOptionDisabled: function( value ) { - this._toggleClass( this.widget(), this.widgetFullName + "-disabled", null, !!value ); - - // If the widget is becoming disabled, then nothing is interactive - if ( value ) { - this._removeClass( this.hoverable, null, "ui-state-hover" ); - this._removeClass( this.focusable, null, "ui-state-focus" ); - } - }, - - enable: function() { - return this._setOptions( { disabled: false } ); - }, - - disable: function() { - return this._setOptions( { disabled: true } ); - }, - - _classes: function( options ) { - var full = []; - var that = this; - - options = $.extend( { - element: this.element, - classes: this.options.classes || {} - }, options ); - - function processClassString( classes, checkOption ) { - var current, i; - for ( i = 0; i < classes.length; i++ ) { - current = that.classesElementLookup[ classes[ i ] ] || $(); - if ( options.add ) { - current = $( $.unique( current.get().concat( options.element.get() ) ) ); - } else { - current = $( current.not( options.element ).get() ); - } - that.classesElementLookup[ classes[ i ] ] = current; - full.push( classes[ i ] ); - if ( checkOption && options.classes[ classes[ i ] ] ) { - full.push( options.classes[ classes[ i ] ] ); - } - } - } - - this._on( options.element, { - "remove": "_untrackClassesElement" - } ); - - if ( options.keys ) { - processClassString( options.keys.match( /\S+/g ) || [], true ); - } - if ( options.extra ) { - processClassString( options.extra.match( /\S+/g ) || [] ); - } - - return full.join( " " ); - }, - - _untrackClassesElement: function( event ) { - var that = this; - $.each( that.classesElementLookup, function( key, value ) { - if ( $.inArray( event.target, value ) !== -1 ) { - that.classesElementLookup[ key ] = $( value.not( event.target ).get() ); - } - } ); - }, - - _removeClass: function( element, keys, extra ) { - return this._toggleClass( element, keys, extra, false ); - }, - - _addClass: function( element, keys, extra ) { - return this._toggleClass( element, keys, extra, true ); - }, - - _toggleClass: function( element, keys, extra, add ) { - add = ( typeof add === "boolean" ) ? add : extra; - var shift = ( typeof element === "string" || element === null ), - options = { - extra: shift ? keys : extra, - keys: shift ? element : keys, - element: shift ? this.element : element, - add: add - }; - options.element.toggleClass( this._classes( options ), add ); - return this; - }, - - _on: function( suppressDisabledCheck, element, handlers ) { - var delegateElement; - var instance = this; - - // No suppressDisabledCheck flag, shuffle arguments - if ( typeof suppressDisabledCheck !== "boolean" ) { - handlers = element; - element = suppressDisabledCheck; - suppressDisabledCheck = false; - } - - // No element argument, shuffle and use this.element - if ( !handlers ) { - handlers = element; - element = this.element; - delegateElement = this.widget(); - } else { - element = delegateElement = $( element ); - this.bindings = this.bindings.add( element ); - } - - $.each( handlers, function( event, handler ) { - function handlerProxy() { - - // Allow widgets to customize the disabled handling - // - disabled as an array instead of boolean - // - disabled class as method for disabling individual parts - if ( !suppressDisabledCheck && - ( instance.options.disabled === true || - $( this ).hasClass( "ui-state-disabled" ) ) ) { - return; - } - return ( typeof handler === "string" ? instance[ handler ] : handler ) - .apply( instance, arguments ); - } - - // Copy the guid so direct unbinding works - if ( typeof handler !== "string" ) { - handlerProxy.guid = handler.guid = - handler.guid || handlerProxy.guid || $.guid++; - } - - var match = event.match( /^([\w:-]*)\s*(.*)$/ ); - var eventName = match[ 1 ] + instance.eventNamespace; - var selector = match[ 2 ]; - - if ( selector ) { - delegateElement.on( eventName, selector, handlerProxy ); - } else { - element.on( eventName, handlerProxy ); - } - } ); - }, - - _off: function( element, eventName ) { - eventName = ( eventName || "" ).split( " " ).join( this.eventNamespace + " " ) + - this.eventNamespace; - element.off( eventName ).off( eventName ); - - // Clear the stack to avoid memory leaks (#10056) - this.bindings = $( this.bindings.not( element ).get() ); - this.focusable = $( this.focusable.not( element ).get() ); - this.hoverable = $( this.hoverable.not( element ).get() ); - }, - - _delay: function( handler, delay ) { - function handlerProxy() { - return ( typeof handler === "string" ? instance[ handler ] : handler ) - .apply( instance, arguments ); - } - var instance = this; - return setTimeout( handlerProxy, delay || 0 ); - }, - - _hoverable: function( element ) { - this.hoverable = this.hoverable.add( element ); - this._on( element, { - mouseenter: function( event ) { - this._addClass( $( event.currentTarget ), null, "ui-state-hover" ); - }, - mouseleave: function( event ) { - this._removeClass( $( event.currentTarget ), null, "ui-state-hover" ); - } - } ); - }, - - _focusable: function( element ) { - this.focusable = this.focusable.add( element ); - this._on( element, { - focusin: function( event ) { - this._addClass( $( event.currentTarget ), null, "ui-state-focus" ); - }, - focusout: function( event ) { - this._removeClass( $( event.currentTarget ), null, "ui-state-focus" ); - } - } ); - }, - - _trigger: function( type, event, data ) { - var prop, orig; - var callback = this.options[ type ]; - - data = data || {}; - event = $.Event( event ); - event.type = ( type === this.widgetEventPrefix ? - type : - this.widgetEventPrefix + type ).toLowerCase(); - - // The original event may come from any element - // so we need to reset the target on the new event - event.target = this.element[ 0 ]; - - // Copy original event properties over to the new event - orig = event.originalEvent; - if ( orig ) { - for ( prop in orig ) { - if ( !( prop in event ) ) { - event[ prop ] = orig[ prop ]; - } - } - } - - this.element.trigger( event, data ); - return !( $.isFunction( callback ) && - callback.apply( this.element[ 0 ], [ event ].concat( data ) ) === false || - event.isDefaultPrevented() ); - } -}; - -$.each( { show: "fadeIn", hide: "fadeOut" }, function( method, defaultEffect ) { - $.Widget.prototype[ "_" + method ] = function( element, options, callback ) { - if ( typeof options === "string" ) { - options = { effect: options }; - } - - var hasOptions; - var effectName = !options ? - method : - options === true || typeof options === "number" ? - defaultEffect : - options.effect || defaultEffect; - - options = options || {}; - if ( typeof options === "number" ) { - options = { duration: options }; - } - - hasOptions = !$.isEmptyObject( options ); - options.complete = callback; - - if ( options.delay ) { - element.delay( options.delay ); - } - - if ( hasOptions && $.effects && $.effects.effect[ effectName ] ) { - element[ method ]( options ); - } else if ( effectName !== method && element[ effectName ] ) { - element[ effectName ]( options.duration, options.easing, callback ); - } else { - element.queue( function( next ) { - $( this )[ method ](); - if ( callback ) { - callback.call( element[ 0 ] ); - } - next(); - } ); - } - }; -} ); - -var widget = $.widget; - - -/*! - * jQuery UI :data 1.12.1 - * http://jqueryui.com - * - * Copyright jQuery Foundation and other contributors - * Released under the MIT license. - * http://jquery.org/license - */ - -//>>label: :data Selector -//>>group: Core -//>>description: Selects elements which have data stored under the specified key. -//>>docs: http://api.jqueryui.com/data-selector/ - - -var data = $.extend( $.expr[ ":" ], { - data: $.expr.createPseudo ? - $.expr.createPseudo( function( dataName ) { - return function( elem ) { - return !!$.data( elem, dataName ); - }; - } ) : - - // Support: jQuery <1.8 - function( elem, i, match ) { - return !!$.data( elem, match[ 3 ] ); - } -} ); - -/*! - * jQuery UI Disable Selection 1.12.1 - * http://jqueryui.com - * - * Copyright jQuery Foundation and other contributors - * Released under the MIT license. - * http://jquery.org/license - */ - -//>>label: disableSelection -//>>group: Core -//>>description: Disable selection of text content within the set of matched elements. -//>>docs: http://api.jqueryui.com/disableSelection/ - -// This file is deprecated - - -var disableSelection = $.fn.extend( { - disableSelection: ( function() { - var eventType = "onselectstart" in document.createElement( "div" ) ? - "selectstart" : - "mousedown"; - - return function() { - return this.on( eventType + ".ui-disableSelection", function( event ) { - event.preventDefault(); - } ); - }; - } )(), - - enableSelection: function() { - return this.off( ".ui-disableSelection" ); - } -} ); - - -/*! - * jQuery UI Scroll Parent 1.12.1 - * http://jqueryui.com - * - * Copyright jQuery Foundation and other contributors - * Released under the MIT license. - * http://jquery.org/license - */ - -//>>label: scrollParent -//>>group: Core -//>>description: Get the closest ancestor element that is scrollable. -//>>docs: http://api.jqueryui.com/scrollParent/ - - - -var scrollParent = $.fn.scrollParent = function( includeHidden ) { - var position = this.css( "position" ), - excludeStaticParent = position === "absolute", - overflowRegex = includeHidden ? /(auto|scroll|hidden)/ : /(auto|scroll)/, - scrollParent = this.parents().filter( function() { - var parent = $( this ); - if ( excludeStaticParent && parent.css( "position" ) === "static" ) { - return false; - } - return overflowRegex.test( parent.css( "overflow" ) + parent.css( "overflow-y" ) + - parent.css( "overflow-x" ) ); - } ).eq( 0 ); - - return position === "fixed" || !scrollParent.length ? - $( this[ 0 ].ownerDocument || document ) : - scrollParent; -}; - - - - -// This file is deprecated -var ie = $.ui.ie = !!/msie [\w.]+/.exec( navigator.userAgent.toLowerCase() ); - -/*! - * jQuery UI Mouse 1.12.1 - * http://jqueryui.com - * - * Copyright jQuery Foundation and other contributors - * Released under the MIT license. - * http://jquery.org/license - */ - -//>>label: Mouse -//>>group: Widgets -//>>description: Abstracts mouse-based interactions to assist in creating certain widgets. -//>>docs: http://api.jqueryui.com/mouse/ - - - -var mouseHandled = false; -$( document ).on( "mouseup", function() { - mouseHandled = false; -} ); - -var widgetsMouse = $.widget( "ui.mouse", { - version: "1.12.1", - options: { - cancel: "input, textarea, button, select, option", - distance: 1, - delay: 0 - }, - _mouseInit: function() { - var that = this; - - this.element - .on( "mousedown." + this.widgetName, function( event ) { - return that._mouseDown( event ); - } ) - .on( "click." + this.widgetName, function( event ) { - if ( true === $.data( event.target, that.widgetName + ".preventClickEvent" ) ) { - $.removeData( event.target, that.widgetName + ".preventClickEvent" ); - event.stopImmediatePropagation(); - return false; - } - } ); - - this.started = false; - }, - - // TODO: make sure destroying one instance of mouse doesn't mess with - // other instances of mouse - _mouseDestroy: function() { - this.element.off( "." + this.widgetName ); - if ( this._mouseMoveDelegate ) { - this.document - .off( "mousemove." + this.widgetName, this._mouseMoveDelegate ) - .off( "mouseup." + this.widgetName, this._mouseUpDelegate ); - } - }, - - _mouseDown: function( event ) { - - // don't let more than one widget handle mouseStart - if ( mouseHandled ) { - return; - } - - this._mouseMoved = false; - - // We may have missed mouseup (out of window) - ( this._mouseStarted && this._mouseUp( event ) ); - - this._mouseDownEvent = event; - - var that = this, - btnIsLeft = ( event.which === 1 ), - - // event.target.nodeName works around a bug in IE 8 with - // disabled inputs (#7620) - elIsCancel = ( typeof this.options.cancel === "string" && event.target.nodeName ? - $( event.target ).closest( this.options.cancel ).length : false ); - if ( !btnIsLeft || elIsCancel || !this._mouseCapture( event ) ) { - return true; - } - - this.mouseDelayMet = !this.options.delay; - if ( !this.mouseDelayMet ) { - this._mouseDelayTimer = setTimeout( function() { - that.mouseDelayMet = true; - }, this.options.delay ); - } - - if ( this._mouseDistanceMet( event ) && this._mouseDelayMet( event ) ) { - this._mouseStarted = ( this._mouseStart( event ) !== false ); - if ( !this._mouseStarted ) { - event.preventDefault(); - return true; - } - } - - // Click event may never have fired (Gecko & Opera) - if ( true === $.data( event.target, this.widgetName + ".preventClickEvent" ) ) { - $.removeData( event.target, this.widgetName + ".preventClickEvent" ); - } - - // These delegates are required to keep context - this._mouseMoveDelegate = function( event ) { - return that._mouseMove( event ); - }; - this._mouseUpDelegate = function( event ) { - return that._mouseUp( event ); - }; - - this.document - .on( "mousemove." + this.widgetName, this._mouseMoveDelegate ) - .on( "mouseup." + this.widgetName, this._mouseUpDelegate ); - - event.preventDefault(); - - mouseHandled = true; - return true; - }, - - _mouseMove: function( event ) { - - // Only check for mouseups outside the document if you've moved inside the document - // at least once. This prevents the firing of mouseup in the case of IE<9, which will - // fire a mousemove event if content is placed under the cursor. See #7778 - // Support: IE <9 - if ( this._mouseMoved ) { - - // IE mouseup check - mouseup happened when mouse was out of window - if ( $.ui.ie && ( !document.documentMode || document.documentMode < 9 ) && - !event.button ) { - return this._mouseUp( event ); - - // Iframe mouseup check - mouseup occurred in another document - } else if ( !event.which ) { - - // Support: Safari <=8 - 9 - // Safari sets which to 0 if you press any of the following keys - // during a drag (#14461) - if ( event.originalEvent.altKey || event.originalEvent.ctrlKey || - event.originalEvent.metaKey || event.originalEvent.shiftKey ) { - this.ignoreMissingWhich = true; - } else if ( !this.ignoreMissingWhich ) { - return this._mouseUp( event ); - } - } - } - - if ( event.which || event.button ) { - this._mouseMoved = true; - } - - if ( this._mouseStarted ) { - this._mouseDrag( event ); - return event.preventDefault(); - } - - if ( this._mouseDistanceMet( event ) && this._mouseDelayMet( event ) ) { - this._mouseStarted = - ( this._mouseStart( this._mouseDownEvent, event ) !== false ); - ( this._mouseStarted ? this._mouseDrag( event ) : this._mouseUp( event ) ); - } - - return !this._mouseStarted; - }, - - _mouseUp: function( event ) { - this.document - .off( "mousemove." + this.widgetName, this._mouseMoveDelegate ) - .off( "mouseup." + this.widgetName, this._mouseUpDelegate ); - - if ( this._mouseStarted ) { - this._mouseStarted = false; - - if ( event.target === this._mouseDownEvent.target ) { - $.data( event.target, this.widgetName + ".preventClickEvent", true ); - } - - this._mouseStop( event ); - } - - if ( this._mouseDelayTimer ) { - clearTimeout( this._mouseDelayTimer ); - delete this._mouseDelayTimer; - } - - this.ignoreMissingWhich = false; - mouseHandled = false; - event.preventDefault(); - }, - - _mouseDistanceMet: function( event ) { - return ( Math.max( - Math.abs( this._mouseDownEvent.pageX - event.pageX ), - Math.abs( this._mouseDownEvent.pageY - event.pageY ) - ) >= this.options.distance - ); - }, - - _mouseDelayMet: function( /* event */ ) { - return this.mouseDelayMet; - }, - - // These are placeholder methods, to be overriden by extending plugin - _mouseStart: function( /* event */ ) {}, - _mouseDrag: function( /* event */ ) {}, - _mouseStop: function( /* event */ ) {}, - _mouseCapture: function( /* event */ ) { return true; } -} ); - - - - -// $.ui.plugin is deprecated. Use $.widget() extensions instead. -var plugin = $.ui.plugin = { - add: function( module, option, set ) { - var i, - proto = $.ui[ module ].prototype; - for ( i in set ) { - proto.plugins[ i ] = proto.plugins[ i ] || []; - proto.plugins[ i ].push( [ option, set[ i ] ] ); - } - }, - call: function( instance, name, args, allowDisconnected ) { - var i, - set = instance.plugins[ name ]; - - if ( !set ) { - return; - } - - if ( !allowDisconnected && ( !instance.element[ 0 ].parentNode || - instance.element[ 0 ].parentNode.nodeType === 11 ) ) { - return; - } - - for ( i = 0; i < set.length; i++ ) { - if ( instance.options[ set[ i ][ 0 ] ] ) { - set[ i ][ 1 ].apply( instance.element, args ); - } - } - } -}; - - - -var safeActiveElement = $.ui.safeActiveElement = function( document ) { - var activeElement; - - // Support: IE 9 only - // IE9 throws an "Unspecified error" accessing document.activeElement from an <iframe> - try { - activeElement = document.activeElement; - } catch ( error ) { - activeElement = document.body; - } - - // Support: IE 9 - 11 only - // IE may return null instead of an element - // Interestingly, this only seems to occur when NOT in an iframe - if ( !activeElement ) { - activeElement = document.body; - } - - // Support: IE 11 only - // IE11 returns a seemingly empty object in some cases when accessing - // document.activeElement from an <iframe> - if ( !activeElement.nodeName ) { - activeElement = document.body; - } - - return activeElement; -}; - - - -var safeBlur = $.ui.safeBlur = function( element ) { - - // Support: IE9 - 10 only - // If the <body> is blurred, IE will switch windows, see #9420 - if ( element && element.nodeName.toLowerCase() !== "body" ) { - $( element ).trigger( "blur" ); - } -}; - - -/*! - * jQuery UI Draggable 1.12.1 - * http://jqueryui.com - * - * Copyright jQuery Foundation and other contributors - * Released under the MIT license. - * http://jquery.org/license - */ - -//>>label: Draggable -//>>group: Interactions -//>>description: Enables dragging functionality for any element. -//>>docs: http://api.jqueryui.com/draggable/ -//>>demos: http://jqueryui.com/draggable/ -//>>css.structure: ../../themes/base/draggable.css - - - -$.widget( "ui.draggable", $.ui.mouse, { - version: "1.12.1", - widgetEventPrefix: "drag", - options: { - addClasses: true, - appendTo: "parent", - axis: false, - connectToSortable: false, - containment: false, - cursor: "auto", - cursorAt: false, - grid: false, - handle: false, - helper: "original", - iframeFix: false, - opacity: false, - refreshPositions: false, - revert: false, - revertDuration: 500, - scope: "default", - scroll: true, - scrollSensitivity: 20, - scrollSpeed: 20, - snap: false, - snapMode: "both", - snapTolerance: 20, - stack: false, - zIndex: false, - - // Callbacks - drag: null, - start: null, - stop: null - }, - _create: function() { - - if ( this.options.helper === "original" ) { - this._setPositionRelative(); - } - if ( this.options.addClasses ) { - this._addClass( "ui-draggable" ); - } - this._setHandleClassName(); - - this._mouseInit(); - }, - - _setOption: function( key, value ) { - this._super( key, value ); - if ( key === "handle" ) { - this._removeHandleClassName(); - this._setHandleClassName(); - } - }, - - _destroy: function() { - if ( ( this.helper || this.element ).is( ".ui-draggable-dragging" ) ) { - this.destroyOnClear = true; - return; - } - this._removeHandleClassName(); - this._mouseDestroy(); - }, - - _mouseCapture: function( event ) { - var o = this.options; - - // Among others, prevent a drag on a resizable-handle - if ( this.helper || o.disabled || - $( event.target ).closest( ".ui-resizable-handle" ).length > 0 ) { - return false; - } - - //Quit if we're not on a valid handle - this.handle = this._getHandle( event ); - if ( !this.handle ) { - return false; - } - - this._blurActiveElement( event ); - - this._blockFrames( o.iframeFix === true ? "iframe" : o.iframeFix ); - - return true; - - }, - - _blockFrames: function( selector ) { - this.iframeBlocks = this.document.find( selector ).map( function() { - var iframe = $( this ); - - return $( "<div>" ) - .css( "position", "absolute" ) - .appendTo( iframe.parent() ) - .outerWidth( iframe.outerWidth() ) - .outerHeight( iframe.outerHeight() ) - .offset( iframe.offset() )[ 0 ]; - } ); - }, - - _unblockFrames: function() { - if ( this.iframeBlocks ) { - this.iframeBlocks.remove(); - delete this.iframeBlocks; - } - }, - - _blurActiveElement: function( event ) { - var activeElement = $.ui.safeActiveElement( this.document[ 0 ] ), - target = $( event.target ); - - // Don't blur if the event occurred on an element that is within - // the currently focused element - // See #10527, #12472 - if ( target.closest( activeElement ).length ) { - return; - } - - // Blur any element that currently has focus, see #4261 - $.ui.safeBlur( activeElement ); - }, - - _mouseStart: function( event ) { - - var o = this.options; - - //Create and append the visible helper - this.helper = this._createHelper( event ); - - this._addClass( this.helper, "ui-draggable-dragging" ); - - //Cache the helper size - this._cacheHelperProportions(); - - //If ddmanager is used for droppables, set the global draggable - if ( $.ui.ddmanager ) { - $.ui.ddmanager.current = this; - } - - /* - * - Position generation - - * This block generates everything position related - it's the core of draggables. - */ - - //Cache the margins of the original element - this._cacheMargins(); - - //Store the helper's css position - this.cssPosition = this.helper.css( "position" ); - this.scrollParent = this.helper.scrollParent( true ); - this.offsetParent = this.helper.offsetParent(); - this.hasFixedAncestor = this.helper.parents().filter( function() { - return $( this ).css( "position" ) === "fixed"; - } ).length > 0; - - //The element's absolute position on the page minus margins - this.positionAbs = this.element.offset(); - this._refreshOffsets( event ); - - //Generate the original position - this.originalPosition = this.position = this._generatePosition( event, false ); - this.originalPageX = event.pageX; - this.originalPageY = event.pageY; - - //Adjust the mouse offset relative to the helper if "cursorAt" is supplied - ( o.cursorAt && this._adjustOffsetFromHelper( o.cursorAt ) ); - - //Set a containment if given in the options - this._setContainment(); - - //Trigger event + callbacks - if ( this._trigger( "start", event ) === false ) { - this._clear(); - return false; - } - - //Recache the helper size - this._cacheHelperProportions(); - - //Prepare the droppable offsets - if ( $.ui.ddmanager && !o.dropBehaviour ) { - $.ui.ddmanager.prepareOffsets( this, event ); - } - - // Execute the drag once - this causes the helper not to be visible before getting its - // correct position - this._mouseDrag( event, true ); - - // If the ddmanager is used for droppables, inform the manager that dragging has started - // (see #5003) - if ( $.ui.ddmanager ) { - $.ui.ddmanager.dragStart( this, event ); - } - - return true; - }, - - _refreshOffsets: function( event ) { - this.offset = { - top: this.positionAbs.top - this.margins.top, - left: this.positionAbs.left - this.margins.left, - scroll: false, - parent: this._getParentOffset(), - relative: this._getRelativeOffset() - }; - - this.offset.click = { - left: event.pageX - this.offset.left, - top: event.pageY - this.offset.top - }; - }, - - _mouseDrag: function( event, noPropagation ) { - - // reset any necessary cached properties (see #5009) - if ( this.hasFixedAncestor ) { - this.offset.parent = this._getParentOffset(); - } - - //Compute the helpers position - this.position = this._generatePosition( event, true ); - this.positionAbs = this._convertPositionTo( "absolute" ); - - //Call plugins and callbacks and use the resulting position if something is returned - if ( !noPropagation ) { - var ui = this._uiHash(); - if ( this._trigger( "drag", event, ui ) === false ) { - this._mouseUp( new $.Event( "mouseup", event ) ); - return false; - } - this.position = ui.position; - } - - this.helper[ 0 ].style.left = this.position.left + "px"; - this.helper[ 0 ].style.top = this.position.top + "px"; - - if ( $.ui.ddmanager ) { - $.ui.ddmanager.drag( this, event ); - } - - return false; - }, - - _mouseStop: function( event ) { - - //If we are using droppables, inform the manager about the drop - var that = this, - dropped = false; - if ( $.ui.ddmanager && !this.options.dropBehaviour ) { - dropped = $.ui.ddmanager.drop( this, event ); - } - - //if a drop comes from outside (a sortable) - if ( this.dropped ) { - dropped = this.dropped; - this.dropped = false; - } - - if ( ( this.options.revert === "invalid" && !dropped ) || - ( this.options.revert === "valid" && dropped ) || - this.options.revert === true || ( $.isFunction( this.options.revert ) && - this.options.revert.call( this.element, dropped ) ) - ) { - $( this.helper ).animate( - this.originalPosition, - parseInt( this.options.revertDuration, 10 ), - function() { - if ( that._trigger( "stop", event ) !== false ) { - that._clear(); - } - } - ); - } else { - if ( this._trigger( "stop", event ) !== false ) { - this._clear(); - } - } - - return false; - }, - - _mouseUp: function( event ) { - this._unblockFrames(); - - // If the ddmanager is used for droppables, inform the manager that dragging has stopped - // (see #5003) - if ( $.ui.ddmanager ) { - $.ui.ddmanager.dragStop( this, event ); - } - - // Only need to focus if the event occurred on the draggable itself, see #10527 - if ( this.handleElement.is( event.target ) ) { - - // The interaction is over; whether or not the click resulted in a drag, - // focus the element - this.element.trigger( "focus" ); - } - - return $.ui.mouse.prototype._mouseUp.call( this, event ); - }, - - cancel: function() { - - if ( this.helper.is( ".ui-draggable-dragging" ) ) { - this._mouseUp( new $.Event( "mouseup", { target: this.element[ 0 ] } ) ); - } else { - this._clear(); - } - - return this; - - }, - - _getHandle: function( event ) { - return this.options.handle ? - !!$( event.target ).closest( this.element.find( this.options.handle ) ).length : - true; - }, - - _setHandleClassName: function() { - this.handleElement = this.options.handle ? - this.element.find( this.options.handle ) : this.element; - this._addClass( this.handleElement, "ui-draggable-handle" ); - }, - - _removeHandleClassName: function() { - this._removeClass( this.handleElement, "ui-draggable-handle" ); - }, - - _createHelper: function( event ) { - - var o = this.options, - helperIsFunction = $.isFunction( o.helper ), - helper = helperIsFunction ? - $( o.helper.apply( this.element[ 0 ], [ event ] ) ) : - ( o.helper === "clone" ? - this.element.clone().removeAttr( "id" ) : - this.element ); - - if ( !helper.parents( "body" ).length ) { - helper.appendTo( ( o.appendTo === "parent" ? - this.element[ 0 ].parentNode : - o.appendTo ) ); - } - - // Http://bugs.jqueryui.com/ticket/9446 - // a helper function can return the original element - // which wouldn't have been set to relative in _create - if ( helperIsFunction && helper[ 0 ] === this.element[ 0 ] ) { - this._setPositionRelative(); - } - - if ( helper[ 0 ] !== this.element[ 0 ] && - !( /(fixed|absolute)/ ).test( helper.css( "position" ) ) ) { - helper.css( "position", "absolute" ); - } - - return helper; - - }, - - _setPositionRelative: function() { - if ( !( /^(?:r|a|f)/ ).test( this.element.css( "position" ) ) ) { - this.element[ 0 ].style.position = "relative"; - } - }, - - _adjustOffsetFromHelper: function( obj ) { - if ( typeof obj === "string" ) { - obj = obj.split( " " ); - } - if ( $.isArray( obj ) ) { - obj = { left: +obj[ 0 ], top: +obj[ 1 ] || 0 }; - } - if ( "left" in obj ) { - this.offset.click.left = obj.left + this.margins.left; - } - if ( "right" in obj ) { - this.offset.click.left = this.helperProportions.width - obj.right + this.margins.left; - } - if ( "top" in obj ) { - this.offset.click.top = obj.top + this.margins.top; - } - if ( "bottom" in obj ) { - this.offset.click.top = this.helperProportions.height - obj.bottom + this.margins.top; - } - }, - - _isRootNode: function( element ) { - return ( /(html|body)/i ).test( element.tagName ) || element === this.document[ 0 ]; - }, - - _getParentOffset: function() { - - //Get the offsetParent and cache its position - var po = this.offsetParent.offset(), - document = this.document[ 0 ]; - - // This is a special case where we need to modify a offset calculated on start, since the - // following happened: - // 1. The position of the helper is absolute, so it's position is calculated based on the - // next positioned parent - // 2. The actual offset parent is a child of the scroll parent, and the scroll parent isn't - // the document, which means that the scroll is included in the initial calculation of the - // offset of the parent, and never recalculated upon drag - if ( this.cssPosition === "absolute" && this.scrollParent[ 0 ] !== document && - $.contains( this.scrollParent[ 0 ], this.offsetParent[ 0 ] ) ) { - po.left += this.scrollParent.scrollLeft(); - po.top += this.scrollParent.scrollTop(); - } - - if ( this._isRootNode( this.offsetParent[ 0 ] ) ) { - po = { top: 0, left: 0 }; - } - - return { - top: po.top + ( parseInt( this.offsetParent.css( "borderTopWidth" ), 10 ) || 0 ), - left: po.left + ( parseInt( this.offsetParent.css( "borderLeftWidth" ), 10 ) || 0 ) - }; - - }, - - _getRelativeOffset: function() { - if ( this.cssPosition !== "relative" ) { - return { top: 0, left: 0 }; - } - - var p = this.element.position(), - scrollIsRootNode = this._isRootNode( this.scrollParent[ 0 ] ); - - return { - top: p.top - ( parseInt( this.helper.css( "top" ), 10 ) || 0 ) + - ( !scrollIsRootNode ? this.scrollParent.scrollTop() : 0 ), - left: p.left - ( parseInt( this.helper.css( "left" ), 10 ) || 0 ) + - ( !scrollIsRootNode ? this.scrollParent.scrollLeft() : 0 ) - }; - - }, - - _cacheMargins: function() { - this.margins = { - left: ( parseInt( this.element.css( "marginLeft" ), 10 ) || 0 ), - top: ( parseInt( this.element.css( "marginTop" ), 10 ) || 0 ), - right: ( parseInt( this.element.css( "marginRight" ), 10 ) || 0 ), - bottom: ( parseInt( this.element.css( "marginBottom" ), 10 ) || 0 ) - }; - }, - - _cacheHelperProportions: function() { - this.helperProportions = { - width: this.helper.outerWidth(), - height: this.helper.outerHeight() - }; - }, - - _setContainment: function() { - - var isUserScrollable, c, ce, - o = this.options, - document = this.document[ 0 ]; - - this.relativeContainer = null; - - if ( !o.containment ) { - this.containment = null; - return; - } - - if ( o.containment === "window" ) { - this.containment = [ - $( window ).scrollLeft() - this.offset.relative.left - this.offset.parent.left, - $( window ).scrollTop() - this.offset.relative.top - this.offset.parent.top, - $( window ).scrollLeft() + $( window ).width() - - this.helperProportions.width - this.margins.left, - $( window ).scrollTop() + - ( $( window ).height() || document.body.parentNode.scrollHeight ) - - this.helperProportions.height - this.margins.top - ]; - return; - } - - if ( o.containment === "document" ) { - this.containment = [ - 0, - 0, - $( document ).width() - this.helperProportions.width - this.margins.left, - ( $( document ).height() || document.body.parentNode.scrollHeight ) - - this.helperProportions.height - this.margins.top - ]; - return; - } - - if ( o.containment.constructor === Array ) { - this.containment = o.containment; - return; - } - - if ( o.containment === "parent" ) { - o.containment = this.helper[ 0 ].parentNode; - } - - c = $( o.containment ); - ce = c[ 0 ]; - - if ( !ce ) { - return; - } - - isUserScrollable = /(scroll|auto)/.test( c.css( "overflow" ) ); - - this.containment = [ - ( parseInt( c.css( "borderLeftWidth" ), 10 ) || 0 ) + - ( parseInt( c.css( "paddingLeft" ), 10 ) || 0 ), - ( parseInt( c.css( "borderTopWidth" ), 10 ) || 0 ) + - ( parseInt( c.css( "paddingTop" ), 10 ) || 0 ), - ( isUserScrollable ? Math.max( ce.scrollWidth, ce.offsetWidth ) : ce.offsetWidth ) - - ( parseInt( c.css( "borderRightWidth" ), 10 ) || 0 ) - - ( parseInt( c.css( "paddingRight" ), 10 ) || 0 ) - - this.helperProportions.width - - this.margins.left - - this.margins.right, - ( isUserScrollable ? Math.max( ce.scrollHeight, ce.offsetHeight ) : ce.offsetHeight ) - - ( parseInt( c.css( "borderBottomWidth" ), 10 ) || 0 ) - - ( parseInt( c.css( "paddingBottom" ), 10 ) || 0 ) - - this.helperProportions.height - - this.margins.top - - this.margins.bottom - ]; - this.relativeContainer = c; - }, - - _convertPositionTo: function( d, pos ) { - - if ( !pos ) { - pos = this.position; - } - - var mod = d === "absolute" ? 1 : -1, - scrollIsRootNode = this._isRootNode( this.scrollParent[ 0 ] ); - - return { - top: ( - - // The absolute mouse position - pos.top + - - // Only for relative positioned nodes: Relative offset from element to offset parent - this.offset.relative.top * mod + - - // The offsetParent's offset without borders (offset + border) - this.offset.parent.top * mod - - ( ( this.cssPosition === "fixed" ? - -this.offset.scroll.top : - ( scrollIsRootNode ? 0 : this.offset.scroll.top ) ) * mod ) - ), - left: ( - - // The absolute mouse position - pos.left + - - // Only for relative positioned nodes: Relative offset from element to offset parent - this.offset.relative.left * mod + - - // The offsetParent's offset without borders (offset + border) - this.offset.parent.left * mod - - ( ( this.cssPosition === "fixed" ? - -this.offset.scroll.left : - ( scrollIsRootNode ? 0 : this.offset.scroll.left ) ) * mod ) - ) - }; - - }, - - _generatePosition: function( event, constrainPosition ) { - - var containment, co, top, left, - o = this.options, - scrollIsRootNode = this._isRootNode( this.scrollParent[ 0 ] ), - pageX = event.pageX, - pageY = event.pageY; - - // Cache the scroll - if ( !scrollIsRootNode || !this.offset.scroll ) { - this.offset.scroll = { - top: this.scrollParent.scrollTop(), - left: this.scrollParent.scrollLeft() - }; - } - - /* - * - Position constraining - - * Constrain the position to a mix of grid, containment. - */ - - // If we are not dragging yet, we won't check for options - if ( constrainPosition ) { - if ( this.containment ) { - if ( this.relativeContainer ) { - co = this.relativeContainer.offset(); - containment = [ - this.containment[ 0 ] + co.left, - this.containment[ 1 ] + co.top, - this.containment[ 2 ] + co.left, - this.containment[ 3 ] + co.top - ]; - } else { - containment = this.containment; - } - - if ( event.pageX - this.offset.click.left < containment[ 0 ] ) { - pageX = containment[ 0 ] + this.offset.click.left; - } - if ( event.pageY - this.offset.click.top < containment[ 1 ] ) { - pageY = containment[ 1 ] + this.offset.click.top; - } - if ( event.pageX - this.offset.click.left > containment[ 2 ] ) { - pageX = containment[ 2 ] + this.offset.click.left; - } - if ( event.pageY - this.offset.click.top > containment[ 3 ] ) { - pageY = containment[ 3 ] + this.offset.click.top; - } - } - - if ( o.grid ) { - - //Check for grid elements set to 0 to prevent divide by 0 error causing invalid - // argument errors in IE (see ticket #6950) - top = o.grid[ 1 ] ? this.originalPageY + Math.round( ( pageY - - this.originalPageY ) / o.grid[ 1 ] ) * o.grid[ 1 ] : this.originalPageY; - pageY = containment ? ( ( top - this.offset.click.top >= containment[ 1 ] || - top - this.offset.click.top > containment[ 3 ] ) ? - top : - ( ( top - this.offset.click.top >= containment[ 1 ] ) ? - top - o.grid[ 1 ] : top + o.grid[ 1 ] ) ) : top; - - left = o.grid[ 0 ] ? this.originalPageX + - Math.round( ( pageX - this.originalPageX ) / o.grid[ 0 ] ) * o.grid[ 0 ] : - this.originalPageX; - pageX = containment ? ( ( left - this.offset.click.left >= containment[ 0 ] || - left - this.offset.click.left > containment[ 2 ] ) ? - left : - ( ( left - this.offset.click.left >= containment[ 0 ] ) ? - left - o.grid[ 0 ] : left + o.grid[ 0 ] ) ) : left; - } - - if ( o.axis === "y" ) { - pageX = this.originalPageX; - } - - if ( o.axis === "x" ) { - pageY = this.originalPageY; - } - } - - return { - top: ( - - // The absolute mouse position - pageY - - - // Click offset (relative to the element) - this.offset.click.top - - - // Only for relative positioned nodes: Relative offset from element to offset parent - this.offset.relative.top - - - // The offsetParent's offset without borders (offset + border) - this.offset.parent.top + - ( this.cssPosition === "fixed" ? - -this.offset.scroll.top : - ( scrollIsRootNode ? 0 : this.offset.scroll.top ) ) - ), - left: ( - - // The absolute mouse position - pageX - - - // Click offset (relative to the element) - this.offset.click.left - - - // Only for relative positioned nodes: Relative offset from element to offset parent - this.offset.relative.left - - - // The offsetParent's offset without borders (offset + border) - this.offset.parent.left + - ( this.cssPosition === "fixed" ? - -this.offset.scroll.left : - ( scrollIsRootNode ? 0 : this.offset.scroll.left ) ) - ) - }; - - }, - - _clear: function() { - this._removeClass( this.helper, "ui-draggable-dragging" ); - if ( this.helper[ 0 ] !== this.element[ 0 ] && !this.cancelHelperRemoval ) { - this.helper.remove(); - } - this.helper = null; - this.cancelHelperRemoval = false; - if ( this.destroyOnClear ) { - this.destroy(); - } - }, - - // From now on bulk stuff - mainly helpers - - _trigger: function( type, event, ui ) { - ui = ui || this._uiHash(); - $.ui.plugin.call( this, type, [ event, ui, this ], true ); - - // Absolute position and offset (see #6884 ) have to be recalculated after plugins - if ( /^(drag|start|stop)/.test( type ) ) { - this.positionAbs = this._convertPositionTo( "absolute" ); - ui.offset = this.positionAbs; - } - return $.Widget.prototype._trigger.call( this, type, event, ui ); - }, - - plugins: {}, - - _uiHash: function() { - return { - helper: this.helper, - position: this.position, - originalPosition: this.originalPosition, - offset: this.positionAbs - }; - } - -} ); - -$.ui.plugin.add( "draggable", "connectToSortable", { - start: function( event, ui, draggable ) { - var uiSortable = $.extend( {}, ui, { - item: draggable.element - } ); - - draggable.sortables = []; - $( draggable.options.connectToSortable ).each( function() { - var sortable = $( this ).sortable( "instance" ); - - if ( sortable && !sortable.options.disabled ) { - draggable.sortables.push( sortable ); - - // RefreshPositions is called at drag start to refresh the containerCache - // which is used in drag. This ensures it's initialized and synchronized - // with any changes that might have happened on the page since initialization. - sortable.refreshPositions(); - sortable._trigger( "activate", event, uiSortable ); - } - } ); - }, - stop: function( event, ui, draggable ) { - var uiSortable = $.extend( {}, ui, { - item: draggable.element - } ); - - draggable.cancelHelperRemoval = false; - - $.each( draggable.sortables, function() { - var sortable = this; - - if ( sortable.isOver ) { - sortable.isOver = 0; - - // Allow this sortable to handle removing the helper - draggable.cancelHelperRemoval = true; - sortable.cancelHelperRemoval = false; - - // Use _storedCSS To restore properties in the sortable, - // as this also handles revert (#9675) since the draggable - // may have modified them in unexpected ways (#8809) - sortable._storedCSS = { - position: sortable.placeholder.css( "position" ), - top: sortable.placeholder.css( "top" ), - left: sortable.placeholder.css( "left" ) - }; - - sortable._mouseStop( event ); - - // Once drag has ended, the sortable should return to using - // its original helper, not the shared helper from draggable - sortable.options.helper = sortable.options._helper; - } else { - - // Prevent this Sortable from removing the helper. - // However, don't set the draggable to remove the helper - // either as another connected Sortable may yet handle the removal. - sortable.cancelHelperRemoval = true; - - sortable._trigger( "deactivate", event, uiSortable ); - } - } ); - }, - drag: function( event, ui, draggable ) { - $.each( draggable.sortables, function() { - var innermostIntersecting = false, - sortable = this; - - // Copy over variables that sortable's _intersectsWith uses - sortable.positionAbs = draggable.positionAbs; - sortable.helperProportions = draggable.helperProportions; - sortable.offset.click = draggable.offset.click; - - if ( sortable._intersectsWith( sortable.containerCache ) ) { - innermostIntersecting = true; - - $.each( draggable.sortables, function() { - - // Copy over variables that sortable's _intersectsWith uses - this.positionAbs = draggable.positionAbs; - this.helperProportions = draggable.helperProportions; - this.offset.click = draggable.offset.click; - - if ( this !== sortable && - this._intersectsWith( this.containerCache ) && - $.contains( sortable.element[ 0 ], this.element[ 0 ] ) ) { - innermostIntersecting = false; - } - - return innermostIntersecting; - } ); - } - - if ( innermostIntersecting ) { - - // If it intersects, we use a little isOver variable and set it once, - // so that the move-in stuff gets fired only once. - if ( !sortable.isOver ) { - sortable.isOver = 1; - - // Store draggable's parent in case we need to reappend to it later. - draggable._parent = ui.helper.parent(); - - sortable.currentItem = ui.helper - .appendTo( sortable.element ) - .data( "ui-sortable-item", true ); - - // Store helper option to later restore it - sortable.options._helper = sortable.options.helper; - - sortable.options.helper = function() { - return ui.helper[ 0 ]; - }; - - // Fire the start events of the sortable with our passed browser event, - // and our own helper (so it doesn't create a new one) - event.target = sortable.currentItem[ 0 ]; - sortable._mouseCapture( event, true ); - sortable._mouseStart( event, true, true ); - - // Because the browser event is way off the new appended portlet, - // modify necessary variables to reflect the changes - sortable.offset.click.top = draggable.offset.click.top; - sortable.offset.click.left = draggable.offset.click.left; - sortable.offset.parent.left -= draggable.offset.parent.left - - sortable.offset.parent.left; - sortable.offset.parent.top -= draggable.offset.parent.top - - sortable.offset.parent.top; - - draggable._trigger( "toSortable", event ); - - // Inform draggable that the helper is in a valid drop zone, - // used solely in the revert option to handle "valid/invalid". - draggable.dropped = sortable.element; - - // Need to refreshPositions of all sortables in the case that - // adding to one sortable changes the location of the other sortables (#9675) - $.each( draggable.sortables, function() { - this.refreshPositions(); - } ); - - // Hack so receive/update callbacks work (mostly) - draggable.currentItem = draggable.element; - sortable.fromOutside = draggable; - } - - if ( sortable.currentItem ) { - sortable._mouseDrag( event ); - - // Copy the sortable's position because the draggable's can potentially reflect - // a relative position, while sortable is always absolute, which the dragged - // element has now become. (#8809) - ui.position = sortable.position; - } - } else { - - // If it doesn't intersect with the sortable, and it intersected before, - // we fake the drag stop of the sortable, but make sure it doesn't remove - // the helper by using cancelHelperRemoval. - if ( sortable.isOver ) { - - sortable.isOver = 0; - sortable.cancelHelperRemoval = true; - - // Calling sortable's mouseStop would trigger a revert, - // so revert must be temporarily false until after mouseStop is called. - sortable.options._revert = sortable.options.revert; - sortable.options.revert = false; - - sortable._trigger( "out", event, sortable._uiHash( sortable ) ); - sortable._mouseStop( event, true ); - - // Restore sortable behaviors that were modfied - // when the draggable entered the sortable area (#9481) - sortable.options.revert = sortable.options._revert; - sortable.options.helper = sortable.options._helper; - - if ( sortable.placeholder ) { - sortable.placeholder.remove(); - } - - // Restore and recalculate the draggable's offset considering the sortable - // may have modified them in unexpected ways. (#8809, #10669) - ui.helper.appendTo( draggable._parent ); - draggable._refreshOffsets( event ); - ui.position = draggable._generatePosition( event, true ); - - draggable._trigger( "fromSortable", event ); - - // Inform draggable that the helper is no longer in a valid drop zone - draggable.dropped = false; - - // Need to refreshPositions of all sortables just in case removing - // from one sortable changes the location of other sortables (#9675) - $.each( draggable.sortables, function() { - this.refreshPositions(); - } ); - } - } - } ); - } -} ); - -$.ui.plugin.add( "draggable", "cursor", { - start: function( event, ui, instance ) { - var t = $( "body" ), - o = instance.options; - - if ( t.css( "cursor" ) ) { - o._cursor = t.css( "cursor" ); - } - t.css( "cursor", o.cursor ); - }, - stop: function( event, ui, instance ) { - var o = instance.options; - if ( o._cursor ) { - $( "body" ).css( "cursor", o._cursor ); - } - } -} ); - -$.ui.plugin.add( "draggable", "opacity", { - start: function( event, ui, instance ) { - var t = $( ui.helper ), - o = instance.options; - if ( t.css( "opacity" ) ) { - o._opacity = t.css( "opacity" ); - } - t.css( "opacity", o.opacity ); - }, - stop: function( event, ui, instance ) { - var o = instance.options; - if ( o._opacity ) { - $( ui.helper ).css( "opacity", o._opacity ); - } - } -} ); - -$.ui.plugin.add( "draggable", "scroll", { - start: function( event, ui, i ) { - if ( !i.scrollParentNotHidden ) { - i.scrollParentNotHidden = i.helper.scrollParent( false ); - } - - if ( i.scrollParentNotHidden[ 0 ] !== i.document[ 0 ] && - i.scrollParentNotHidden[ 0 ].tagName !== "HTML" ) { - i.overflowOffset = i.scrollParentNotHidden.offset(); - } - }, - drag: function( event, ui, i ) { - - var o = i.options, - scrolled = false, - scrollParent = i.scrollParentNotHidden[ 0 ], - document = i.document[ 0 ]; - - if ( scrollParent !== document && scrollParent.tagName !== "HTML" ) { - if ( !o.axis || o.axis !== "x" ) { - if ( ( i.overflowOffset.top + scrollParent.offsetHeight ) - event.pageY < - o.scrollSensitivity ) { - scrollParent.scrollTop = scrolled = scrollParent.scrollTop + o.scrollSpeed; - } else if ( event.pageY - i.overflowOffset.top < o.scrollSensitivity ) { - scrollParent.scrollTop = scrolled = scrollParent.scrollTop - o.scrollSpeed; - } - } - - if ( !o.axis || o.axis !== "y" ) { - if ( ( i.overflowOffset.left + scrollParent.offsetWidth ) - event.pageX < - o.scrollSensitivity ) { - scrollParent.scrollLeft = scrolled = scrollParent.scrollLeft + o.scrollSpeed; - } else if ( event.pageX - i.overflowOffset.left < o.scrollSensitivity ) { - scrollParent.scrollLeft = scrolled = scrollParent.scrollLeft - o.scrollSpeed; - } - } - - } else { - - if ( !o.axis || o.axis !== "x" ) { - if ( event.pageY - $( document ).scrollTop() < o.scrollSensitivity ) { - scrolled = $( document ).scrollTop( $( document ).scrollTop() - o.scrollSpeed ); - } else if ( $( window ).height() - ( event.pageY - $( document ).scrollTop() ) < - o.scrollSensitivity ) { - scrolled = $( document ).scrollTop( $( document ).scrollTop() + o.scrollSpeed ); - } - } - - if ( !o.axis || o.axis !== "y" ) { - if ( event.pageX - $( document ).scrollLeft() < o.scrollSensitivity ) { - scrolled = $( document ).scrollLeft( - $( document ).scrollLeft() - o.scrollSpeed - ); - } else if ( $( window ).width() - ( event.pageX - $( document ).scrollLeft() ) < - o.scrollSensitivity ) { - scrolled = $( document ).scrollLeft( - $( document ).scrollLeft() + o.scrollSpeed - ); - } - } - - } - - if ( scrolled !== false && $.ui.ddmanager && !o.dropBehaviour ) { - $.ui.ddmanager.prepareOffsets( i, event ); - } - - } -} ); - -$.ui.plugin.add( "draggable", "snap", { - start: function( event, ui, i ) { - - var o = i.options; - - i.snapElements = []; - - $( o.snap.constructor !== String ? ( o.snap.items || ":data(ui-draggable)" ) : o.snap ) - .each( function() { - var $t = $( this ), - $o = $t.offset(); - if ( this !== i.element[ 0 ] ) { - i.snapElements.push( { - item: this, - width: $t.outerWidth(), height: $t.outerHeight(), - top: $o.top, left: $o.left - } ); - } - } ); - - }, - drag: function( event, ui, inst ) { - - var ts, bs, ls, rs, l, r, t, b, i, first, - o = inst.options, - d = o.snapTolerance, - x1 = ui.offset.left, x2 = x1 + inst.helperProportions.width, - y1 = ui.offset.top, y2 = y1 + inst.helperProportions.height; - - for ( i = inst.snapElements.length - 1; i >= 0; i-- ) { - - l = inst.snapElements[ i ].left - inst.margins.left; - r = l + inst.snapElements[ i ].width; - t = inst.snapElements[ i ].top - inst.margins.top; - b = t + inst.snapElements[ i ].height; - - if ( x2 < l - d || x1 > r + d || y2 < t - d || y1 > b + d || - !$.contains( inst.snapElements[ i ].item.ownerDocument, - inst.snapElements[ i ].item ) ) { - if ( inst.snapElements[ i ].snapping ) { - ( inst.options.snap.release && - inst.options.snap.release.call( - inst.element, - event, - $.extend( inst._uiHash(), { snapItem: inst.snapElements[ i ].item } ) - ) ); - } - inst.snapElements[ i ].snapping = false; - continue; - } - - if ( o.snapMode !== "inner" ) { - ts = Math.abs( t - y2 ) <= d; - bs = Math.abs( b - y1 ) <= d; - ls = Math.abs( l - x2 ) <= d; - rs = Math.abs( r - x1 ) <= d; - if ( ts ) { - ui.position.top = inst._convertPositionTo( "relative", { - top: t - inst.helperProportions.height, - left: 0 - } ).top; - } - if ( bs ) { - ui.position.top = inst._convertPositionTo( "relative", { - top: b, - left: 0 - } ).top; - } - if ( ls ) { - ui.position.left = inst._convertPositionTo( "relative", { - top: 0, - left: l - inst.helperProportions.width - } ).left; - } - if ( rs ) { - ui.position.left = inst._convertPositionTo( "relative", { - top: 0, - left: r - } ).left; - } - } - - first = ( ts || bs || ls || rs ); - - if ( o.snapMode !== "outer" ) { - ts = Math.abs( t - y1 ) <= d; - bs = Math.abs( b - y2 ) <= d; - ls = Math.abs( l - x1 ) <= d; - rs = Math.abs( r - x2 ) <= d; - if ( ts ) { - ui.position.top = inst._convertPositionTo( "relative", { - top: t, - left: 0 - } ).top; - } - if ( bs ) { - ui.position.top = inst._convertPositionTo( "relative", { - top: b - inst.helperProportions.height, - left: 0 - } ).top; - } - if ( ls ) { - ui.position.left = inst._convertPositionTo( "relative", { - top: 0, - left: l - } ).left; - } - if ( rs ) { - ui.position.left = inst._convertPositionTo( "relative", { - top: 0, - left: r - inst.helperProportions.width - } ).left; - } - } - - if ( !inst.snapElements[ i ].snapping && ( ts || bs || ls || rs || first ) ) { - ( inst.options.snap.snap && - inst.options.snap.snap.call( - inst.element, - event, - $.extend( inst._uiHash(), { - snapItem: inst.snapElements[ i ].item - } ) ) ); - } - inst.snapElements[ i ].snapping = ( ts || bs || ls || rs || first ); - - } - - } -} ); - -$.ui.plugin.add( "draggable", "stack", { - start: function( event, ui, instance ) { - var min, - o = instance.options, - group = $.makeArray( $( o.stack ) ).sort( function( a, b ) { - return ( parseInt( $( a ).css( "zIndex" ), 10 ) || 0 ) - - ( parseInt( $( b ).css( "zIndex" ), 10 ) || 0 ); - } ); - - if ( !group.length ) { return; } - - min = parseInt( $( group[ 0 ] ).css( "zIndex" ), 10 ) || 0; - $( group ).each( function( i ) { - $( this ).css( "zIndex", min + i ); - } ); - this.css( "zIndex", ( min + group.length ) ); - } -} ); - -$.ui.plugin.add( "draggable", "zIndex", { - start: function( event, ui, instance ) { - var t = $( ui.helper ), - o = instance.options; - - if ( t.css( "zIndex" ) ) { - o._zIndex = t.css( "zIndex" ); - } - t.css( "zIndex", o.zIndex ); - }, - stop: function( event, ui, instance ) { - var o = instance.options; - - if ( o._zIndex ) { - $( ui.helper ).css( "zIndex", o._zIndex ); - } - } -} ); - -var widgetsDraggable = $.ui.draggable; - - -/*! - * jQuery UI Droppable 1.12.1 - * http://jqueryui.com - * - * Copyright jQuery Foundation and other contributors - * Released under the MIT license. - * http://jquery.org/license - */ - -//>>label: Droppable -//>>group: Interactions -//>>description: Enables drop targets for draggable elements. -//>>docs: http://api.jqueryui.com/droppable/ -//>>demos: http://jqueryui.com/droppable/ - - - -$.widget( "ui.droppable", { - version: "1.12.1", - widgetEventPrefix: "drop", - options: { - accept: "*", - addClasses: true, - greedy: false, - scope: "default", - tolerance: "intersect", - - // Callbacks - activate: null, - deactivate: null, - drop: null, - out: null, - over: null - }, - _create: function() { - - var proportions, - o = this.options, - accept = o.accept; - - this.isover = false; - this.isout = true; - - this.accept = $.isFunction( accept ) ? accept : function( d ) { - return d.is( accept ); - }; - - this.proportions = function( /* valueToWrite */ ) { - if ( arguments.length ) { - - // Store the droppable's proportions - proportions = arguments[ 0 ]; - } else { - - // Retrieve or derive the droppable's proportions - return proportions ? - proportions : - proportions = { - width: this.element[ 0 ].offsetWidth, - height: this.element[ 0 ].offsetHeight - }; - } - }; - - this._addToManager( o.scope ); - - o.addClasses && this._addClass( "ui-droppable" ); - - }, - - _addToManager: function( scope ) { - - // Add the reference and positions to the manager - $.ui.ddmanager.droppables[ scope ] = $.ui.ddmanager.droppables[ scope ] || []; - $.ui.ddmanager.droppables[ scope ].push( this ); - }, - - _splice: function( drop ) { - var i = 0; - for ( ; i < drop.length; i++ ) { - if ( drop[ i ] === this ) { - drop.splice( i, 1 ); - } - } - }, - - _destroy: function() { - var drop = $.ui.ddmanager.droppables[ this.options.scope ]; - - this._splice( drop ); - }, - - _setOption: function( key, value ) { - - if ( key === "accept" ) { - this.accept = $.isFunction( value ) ? value : function( d ) { - return d.is( value ); - }; - } else if ( key === "scope" ) { - var drop = $.ui.ddmanager.droppables[ this.options.scope ]; - - this._splice( drop ); - this._addToManager( value ); - } - - this._super( key, value ); - }, - - _activate: function( event ) { - var draggable = $.ui.ddmanager.current; - - this._addActiveClass(); - if ( draggable ) { - this._trigger( "activate", event, this.ui( draggable ) ); - } - }, - - _deactivate: function( event ) { - var draggable = $.ui.ddmanager.current; - - this._removeActiveClass(); - if ( draggable ) { - this._trigger( "deactivate", event, this.ui( draggable ) ); - } - }, - - _over: function( event ) { - - var draggable = $.ui.ddmanager.current; - - // Bail if draggable and droppable are same element - if ( !draggable || ( draggable.currentItem || - draggable.element )[ 0 ] === this.element[ 0 ] ) { - return; - } - - if ( this.accept.call( this.element[ 0 ], ( draggable.currentItem || - draggable.element ) ) ) { - this._addHoverClass(); - this._trigger( "over", event, this.ui( draggable ) ); - } - - }, - - _out: function( event ) { - - var draggable = $.ui.ddmanager.current; - - // Bail if draggable and droppable are same element - if ( !draggable || ( draggable.currentItem || - draggable.element )[ 0 ] === this.element[ 0 ] ) { - return; - } - - if ( this.accept.call( this.element[ 0 ], ( draggable.currentItem || - draggable.element ) ) ) { - this._removeHoverClass(); - this._trigger( "out", event, this.ui( draggable ) ); - } - - }, - - _drop: function( event, custom ) { - - var draggable = custom || $.ui.ddmanager.current, - childrenIntersection = false; - - // Bail if draggable and droppable are same element - if ( !draggable || ( draggable.currentItem || - draggable.element )[ 0 ] === this.element[ 0 ] ) { - return false; - } - - this.element - .find( ":data(ui-droppable)" ) - .not( ".ui-draggable-dragging" ) - .each( function() { - var inst = $( this ).droppable( "instance" ); - if ( - inst.options.greedy && - !inst.options.disabled && - inst.options.scope === draggable.options.scope && - inst.accept.call( - inst.element[ 0 ], ( draggable.currentItem || draggable.element ) - ) && - intersect( - draggable, - $.extend( inst, { offset: inst.element.offset() } ), - inst.options.tolerance, event - ) - ) { - childrenIntersection = true; - return false; } - } ); - if ( childrenIntersection ) { - return false; - } - - if ( this.accept.call( this.element[ 0 ], - ( draggable.currentItem || draggable.element ) ) ) { - this._removeActiveClass(); - this._removeHoverClass(); - - this._trigger( "drop", event, this.ui( draggable ) ); - return this.element; - } - - return false; - - }, - - ui: function( c ) { - return { - draggable: ( c.currentItem || c.element ), - helper: c.helper, - position: c.position, - offset: c.positionAbs - }; - }, - - // Extension points just to make backcompat sane and avoid duplicating logic - // TODO: Remove in 1.13 along with call to it below - _addHoverClass: function() { - this._addClass( "ui-droppable-hover" ); - }, - - _removeHoverClass: function() { - this._removeClass( "ui-droppable-hover" ); - }, - - _addActiveClass: function() { - this._addClass( "ui-droppable-active" ); - }, - - _removeActiveClass: function() { - this._removeClass( "ui-droppable-active" ); - } -} ); - -var intersect = $.ui.intersect = ( function() { - function isOverAxis( x, reference, size ) { - return ( x >= reference ) && ( x < ( reference + size ) ); - } - - return function( draggable, droppable, toleranceMode, event ) { - - if ( !droppable.offset ) { - return false; - } - - var x1 = ( draggable.positionAbs || - draggable.position.absolute ).left + draggable.margins.left, - y1 = ( draggable.positionAbs || - draggable.position.absolute ).top + draggable.margins.top, - x2 = x1 + draggable.helperProportions.width, - y2 = y1 + draggable.helperProportions.height, - l = droppable.offset.left, - t = droppable.offset.top, - r = l + droppable.proportions().width, - b = t + droppable.proportions().height; - - switch ( toleranceMode ) { - case "fit": - return ( l <= x1 && x2 <= r && t <= y1 && y2 <= b ); - case "intersect": - return ( l < x1 + ( draggable.helperProportions.width / 2 ) && // Right Half - x2 - ( draggable.helperProportions.width / 2 ) < r && // Left Half - t < y1 + ( draggable.helperProportions.height / 2 ) && // Bottom Half - y2 - ( draggable.helperProportions.height / 2 ) < b ); // Top Half - case "pointer": - return isOverAxis( event.pageY, t, droppable.proportions().height ) && - isOverAxis( event.pageX, l, droppable.proportions().width ); - case "touch": - return ( - ( y1 >= t && y1 <= b ) || // Top edge touching - ( y2 >= t && y2 <= b ) || // Bottom edge touching - ( y1 < t && y2 > b ) // Surrounded vertically - ) && ( - ( x1 >= l && x1 <= r ) || // Left edge touching - ( x2 >= l && x2 <= r ) || // Right edge touching - ( x1 < l && x2 > r ) // Surrounded horizontally - ); - default: - return false; - } - }; -} )(); - -/* - This manager tracks offsets of draggables and droppables -*/ -$.ui.ddmanager = { - current: null, - droppables: { "default": [] }, - prepareOffsets: function( t, event ) { - - var i, j, - m = $.ui.ddmanager.droppables[ t.options.scope ] || [], - type = event ? event.type : null, // workaround for #2317 - list = ( t.currentItem || t.element ).find( ":data(ui-droppable)" ).addBack(); - - droppablesLoop: for ( i = 0; i < m.length; i++ ) { - - // No disabled and non-accepted - if ( m[ i ].options.disabled || ( t && !m[ i ].accept.call( m[ i ].element[ 0 ], - ( t.currentItem || t.element ) ) ) ) { - continue; - } - - // Filter out elements in the current dragged item - for ( j = 0; j < list.length; j++ ) { - if ( list[ j ] === m[ i ].element[ 0 ] ) { - m[ i ].proportions().height = 0; - continue droppablesLoop; - } - } - - m[ i ].visible = m[ i ].element.css( "display" ) !== "none"; - if ( !m[ i ].visible ) { - continue; - } - - // Activate the droppable if used directly from draggables - if ( type === "mousedown" ) { - m[ i ]._activate.call( m[ i ], event ); - } - - m[ i ].offset = m[ i ].element.offset(); - m[ i ].proportions( { - width: m[ i ].element[ 0 ].offsetWidth, - height: m[ i ].element[ 0 ].offsetHeight - } ); - - } - - }, - drop: function( draggable, event ) { - - var dropped = false; - - // Create a copy of the droppables in case the list changes during the drop (#9116) - $.each( ( $.ui.ddmanager.droppables[ draggable.options.scope ] || [] ).slice(), function() { - - if ( !this.options ) { - return; - } - if ( !this.options.disabled && this.visible && - intersect( draggable, this, this.options.tolerance, event ) ) { - dropped = this._drop.call( this, event ) || dropped; - } - - if ( !this.options.disabled && this.visible && this.accept.call( this.element[ 0 ], - ( draggable.currentItem || draggable.element ) ) ) { - this.isout = true; - this.isover = false; - this._deactivate.call( this, event ); - } - - } ); - return dropped; - - }, - dragStart: function( draggable, event ) { - - // Listen for scrolling so that if the dragging causes scrolling the position of the - // droppables can be recalculated (see #5003) - draggable.element.parentsUntil( "body" ).on( "scroll.droppable", function() { - if ( !draggable.options.refreshPositions ) { - $.ui.ddmanager.prepareOffsets( draggable, event ); - } - } ); - }, - drag: function( draggable, event ) { - - // If you have a highly dynamic page, you might try this option. It renders positions - // every time you move the mouse. - if ( draggable.options.refreshPositions ) { - $.ui.ddmanager.prepareOffsets( draggable, event ); - } - - // Run through all droppables and check their positions based on specific tolerance options - $.each( $.ui.ddmanager.droppables[ draggable.options.scope ] || [], function() { - - if ( this.options.disabled || this.greedyChild || !this.visible ) { - return; - } - - var parentInstance, scope, parent, - intersects = intersect( draggable, this, this.options.tolerance, event ), - c = !intersects && this.isover ? - "isout" : - ( intersects && !this.isover ? "isover" : null ); - if ( !c ) { - return; - } - - if ( this.options.greedy ) { - - // find droppable parents with same scope - scope = this.options.scope; - parent = this.element.parents( ":data(ui-droppable)" ).filter( function() { - return $( this ).droppable( "instance" ).options.scope === scope; - } ); - - if ( parent.length ) { - parentInstance = $( parent[ 0 ] ).droppable( "instance" ); - parentInstance.greedyChild = ( c === "isover" ); - } - } - - // We just moved into a greedy child - if ( parentInstance && c === "isover" ) { - parentInstance.isover = false; - parentInstance.isout = true; - parentInstance._out.call( parentInstance, event ); - } - - this[ c ] = true; - this[ c === "isout" ? "isover" : "isout" ] = false; - this[ c === "isover" ? "_over" : "_out" ].call( this, event ); - - // We just moved out of a greedy child - if ( parentInstance && c === "isout" ) { - parentInstance.isout = false; - parentInstance.isover = true; - parentInstance._over.call( parentInstance, event ); - } - } ); - - }, - dragStop: function( draggable, event ) { - draggable.element.parentsUntil( "body" ).off( "scroll.droppable" ); - - // Call prepareOffsets one final time since IE does not fire return scroll events when - // overflow was caused by drag (see #5003) - if ( !draggable.options.refreshPositions ) { - $.ui.ddmanager.prepareOffsets( draggable, event ); - } - } -}; - -// DEPRECATED -// TODO: switch return back to widget declaration at top of file when this is removed -if ( $.uiBackCompat !== false ) { - - // Backcompat for activeClass and hoverClass options - $.widget( "ui.droppable", $.ui.droppable, { - options: { - hoverClass: false, - activeClass: false - }, - _addActiveClass: function() { - this._super(); - if ( this.options.activeClass ) { - this.element.addClass( this.options.activeClass ); - } - }, - _removeActiveClass: function() { - this._super(); - if ( this.options.activeClass ) { - this.element.removeClass( this.options.activeClass ); - } - }, - _addHoverClass: function() { - this._super(); - if ( this.options.hoverClass ) { - this.element.addClass( this.options.hoverClass ); - } - }, - _removeHoverClass: function() { - this._super(); - if ( this.options.hoverClass ) { - this.element.removeClass( this.options.hoverClass ); - } - } - } ); -} - -var widgetsDroppable = $.ui.droppable; - - -/*! - * jQuery UI Resizable 1.12.1 - * http://jqueryui.com - * - * Copyright jQuery Foundation and other contributors - * Released under the MIT license. - * http://jquery.org/license - */ - -//>>label: Resizable -//>>group: Interactions -//>>description: Enables resize functionality for any element. -//>>docs: http://api.jqueryui.com/resizable/ -//>>demos: http://jqueryui.com/resizable/ -//>>css.structure: ../../themes/base/core.css -//>>css.structure: ../../themes/base/resizable.css -//>>css.theme: ../../themes/base/theme.css - - - -$.widget( "ui.resizable", $.ui.mouse, { - version: "1.12.1", - widgetEventPrefix: "resize", - options: { - alsoResize: false, - animate: false, - animateDuration: "slow", - animateEasing: "swing", - aspectRatio: false, - autoHide: false, - classes: { - "ui-resizable-se": "ui-icon ui-icon-gripsmall-diagonal-se" - }, - containment: false, - ghost: false, - grid: false, - handles: "e,s,se", - helper: false, - maxHeight: null, - maxWidth: null, - minHeight: 10, - minWidth: 10, - - // See #7960 - zIndex: 90, - - // Callbacks - resize: null, - start: null, - stop: null - }, - - _num: function( value ) { - return parseFloat( value ) || 0; - }, - - _isNumber: function( value ) { - return !isNaN( parseFloat( value ) ); - }, - - _hasScroll: function( el, a ) { - - if ( $( el ).css( "overflow" ) === "hidden" ) { - return false; - } - - var scroll = ( a && a === "left" ) ? "scrollLeft" : "scrollTop", - has = false; - - if ( el[ scroll ] > 0 ) { - return true; - } - - // TODO: determine which cases actually cause this to happen - // if the element doesn't have the scroll set, see if it's possible to - // set the scroll - el[ scroll ] = 1; - has = ( el[ scroll ] > 0 ); - el[ scroll ] = 0; - return has; - }, - - _create: function() { - - var margins, - o = this.options, - that = this; - this._addClass( "ui-resizable" ); - - $.extend( this, { - _aspectRatio: !!( o.aspectRatio ), - aspectRatio: o.aspectRatio, - originalElement: this.element, - _proportionallyResizeElements: [], - _helper: o.helper || o.ghost || o.animate ? o.helper || "ui-resizable-helper" : null - } ); - - // Wrap the element if it cannot hold child nodes - if ( this.element[ 0 ].nodeName.match( /^(canvas|textarea|input|select|button|img)$/i ) ) { - - this.element.wrap( - $( "<div class='ui-wrapper' style='overflow: hidden;'></div>" ).css( { - position: this.element.css( "position" ), - width: this.element.outerWidth(), - height: this.element.outerHeight(), - top: this.element.css( "top" ), - left: this.element.css( "left" ) - } ) - ); - - this.element = this.element.parent().data( - "ui-resizable", this.element.resizable( "instance" ) - ); - - this.elementIsWrapper = true; - - margins = { - marginTop: this.originalElement.css( "marginTop" ), - marginRight: this.originalElement.css( "marginRight" ), - marginBottom: this.originalElement.css( "marginBottom" ), - marginLeft: this.originalElement.css( "marginLeft" ) - }; - - this.element.css( margins ); - this.originalElement.css( "margin", 0 ); - - // support: Safari - // Prevent Safari textarea resize - this.originalResizeStyle = this.originalElement.css( "resize" ); - this.originalElement.css( "resize", "none" ); - - this._proportionallyResizeElements.push( this.originalElement.css( { - position: "static", - zoom: 1, - display: "block" - } ) ); - - // Support: IE9 - // avoid IE jump (hard set the margin) - this.originalElement.css( margins ); - - this._proportionallyResize(); - } - - this._setupHandles(); - - if ( o.autoHide ) { - $( this.element ) - .on( "mouseenter", function() { - if ( o.disabled ) { - return; - } - that._removeClass( "ui-resizable-autohide" ); - that._handles.show(); - } ) - .on( "mouseleave", function() { - if ( o.disabled ) { - return; - } - if ( !that.resizing ) { - that._addClass( "ui-resizable-autohide" ); - that._handles.hide(); - } - } ); - } - - this._mouseInit(); - }, - - _destroy: function() { - - this._mouseDestroy(); - - var wrapper, - _destroy = function( exp ) { - $( exp ) - .removeData( "resizable" ) - .removeData( "ui-resizable" ) - .off( ".resizable" ) - .find( ".ui-resizable-handle" ) - .remove(); - }; - - // TODO: Unwrap at same DOM position - if ( this.elementIsWrapper ) { - _destroy( this.element ); - wrapper = this.element; - this.originalElement.css( { - position: wrapper.css( "position" ), - width: wrapper.outerWidth(), - height: wrapper.outerHeight(), - top: wrapper.css( "top" ), - left: wrapper.css( "left" ) - } ).insertAfter( wrapper ); - wrapper.remove(); - } - - this.originalElement.css( "resize", this.originalResizeStyle ); - _destroy( this.originalElement ); - - return this; - }, - - _setOption: function( key, value ) { - this._super( key, value ); - - switch ( key ) { - case "handles": - this._removeHandles(); - this._setupHandles(); - break; - default: - break; - } - }, - - _setupHandles: function() { - var o = this.options, handle, i, n, hname, axis, that = this; - this.handles = o.handles || - ( !$( ".ui-resizable-handle", this.element ).length ? - "e,s,se" : { - n: ".ui-resizable-n", - e: ".ui-resizable-e", - s: ".ui-resizable-s", - w: ".ui-resizable-w", - se: ".ui-resizable-se", - sw: ".ui-resizable-sw", - ne: ".ui-resizable-ne", - nw: ".ui-resizable-nw" - } ); - - this._handles = $(); - if ( this.handles.constructor === String ) { - - if ( this.handles === "all" ) { - this.handles = "n,e,s,w,se,sw,ne,nw"; - } - - n = this.handles.split( "," ); - this.handles = {}; - - for ( i = 0; i < n.length; i++ ) { - - handle = $.trim( n[ i ] ); - hname = "ui-resizable-" + handle; - axis = $( "<div>" ); - this._addClass( axis, "ui-resizable-handle " + hname ); - - axis.css( { zIndex: o.zIndex } ); - - this.handles[ handle ] = ".ui-resizable-" + handle; - this.element.append( axis ); - } - - } - - this._renderAxis = function( target ) { - - var i, axis, padPos, padWrapper; - - target = target || this.element; - - for ( i in this.handles ) { - - if ( this.handles[ i ].constructor === String ) { - this.handles[ i ] = this.element.children( this.handles[ i ] ).first().show(); - } else if ( this.handles[ i ].jquery || this.handles[ i ].nodeType ) { - this.handles[ i ] = $( this.handles[ i ] ); - this._on( this.handles[ i ], { "mousedown": that._mouseDown } ); - } - - if ( this.elementIsWrapper && - this.originalElement[ 0 ] - .nodeName - .match( /^(textarea|input|select|button)$/i ) ) { - axis = $( this.handles[ i ], this.element ); - - padWrapper = /sw|ne|nw|se|n|s/.test( i ) ? - axis.outerHeight() : - axis.outerWidth(); - - padPos = [ "padding", - /ne|nw|n/.test( i ) ? "Top" : - /se|sw|s/.test( i ) ? "Bottom" : - /^e$/.test( i ) ? "Right" : "Left" ].join( "" ); - - target.css( padPos, padWrapper ); - - this._proportionallyResize(); - } - - this._handles = this._handles.add( this.handles[ i ] ); - } - }; - - // TODO: make renderAxis a prototype function - this._renderAxis( this.element ); - - this._handles = this._handles.add( this.element.find( ".ui-resizable-handle" ) ); - this._handles.disableSelection(); - - this._handles.on( "mouseover", function() { - if ( !that.resizing ) { - if ( this.className ) { - axis = this.className.match( /ui-resizable-(se|sw|ne|nw|n|e|s|w)/i ); - } - that.axis = axis && axis[ 1 ] ? axis[ 1 ] : "se"; - } - } ); - - if ( o.autoHide ) { - this._handles.hide(); - this._addClass( "ui-resizable-autohide" ); - } - }, - - _removeHandles: function() { - this._handles.remove(); - }, - - _mouseCapture: function( event ) { - var i, handle, - capture = false; - - for ( i in this.handles ) { - handle = $( this.handles[ i ] )[ 0 ]; - if ( handle === event.target || $.contains( handle, event.target ) ) { - capture = true; - } - } - - return !this.options.disabled && capture; - }, - - _mouseStart: function( event ) { - - var curleft, curtop, cursor, - o = this.options, - el = this.element; - - this.resizing = true; - - this._renderProxy(); - - curleft = this._num( this.helper.css( "left" ) ); - curtop = this._num( this.helper.css( "top" ) ); - - if ( o.containment ) { - curleft += $( o.containment ).scrollLeft() || 0; - curtop += $( o.containment ).scrollTop() || 0; - } - - this.offset = this.helper.offset(); - this.position = { left: curleft, top: curtop }; - - this.size = this._helper ? { - width: this.helper.width(), - height: this.helper.height() - } : { - width: el.width(), - height: el.height() - }; - - this.originalSize = this._helper ? { - width: el.outerWidth(), - height: el.outerHeight() - } : { - width: el.width(), - height: el.height() - }; - - this.sizeDiff = { - width: el.outerWidth() - el.width(), - height: el.outerHeight() - el.height() - }; - - this.originalPosition = { left: curleft, top: curtop }; - this.originalMousePosition = { left: event.pageX, top: event.pageY }; - - this.aspectRatio = ( typeof o.aspectRatio === "number" ) ? - o.aspectRatio : - ( ( this.originalSize.width / this.originalSize.height ) || 1 ); - - cursor = $( ".ui-resizable-" + this.axis ).css( "cursor" ); - $( "body" ).css( "cursor", cursor === "auto" ? this.axis + "-resize" : cursor ); - - this._addClass( "ui-resizable-resizing" ); - this._propagate( "start", event ); - return true; - }, - - _mouseDrag: function( event ) { - - var data, props, - smp = this.originalMousePosition, - a = this.axis, - dx = ( event.pageX - smp.left ) || 0, - dy = ( event.pageY - smp.top ) || 0, - trigger = this._change[ a ]; - - this._updatePrevProperties(); - - if ( !trigger ) { - return false; - } - - data = trigger.apply( this, [ event, dx, dy ] ); - - this._updateVirtualBoundaries( event.shiftKey ); - if ( this._aspectRatio || event.shiftKey ) { - data = this._updateRatio( data, event ); - } - - data = this._respectSize( data, event ); - - this._updateCache( data ); - - this._propagate( "resize", event ); - - props = this._applyChanges(); - - if ( !this._helper && this._proportionallyResizeElements.length ) { - this._proportionallyResize(); - } - - if ( !$.isEmptyObject( props ) ) { - this._updatePrevProperties(); - this._trigger( "resize", event, this.ui() ); - this._applyChanges(); - } - - return false; - }, - - _mouseStop: function( event ) { - - this.resizing = false; - var pr, ista, soffseth, soffsetw, s, left, top, - o = this.options, that = this; - - if ( this._helper ) { - - pr = this._proportionallyResizeElements; - ista = pr.length && ( /textarea/i ).test( pr[ 0 ].nodeName ); - soffseth = ista && this._hasScroll( pr[ 0 ], "left" ) ? 0 : that.sizeDiff.height; - soffsetw = ista ? 0 : that.sizeDiff.width; - - s = { - width: ( that.helper.width() - soffsetw ), - height: ( that.helper.height() - soffseth ) - }; - left = ( parseFloat( that.element.css( "left" ) ) + - ( that.position.left - that.originalPosition.left ) ) || null; - top = ( parseFloat( that.element.css( "top" ) ) + - ( that.position.top - that.originalPosition.top ) ) || null; - - if ( !o.animate ) { - this.element.css( $.extend( s, { top: top, left: left } ) ); - } - - that.helper.height( that.size.height ); - that.helper.width( that.size.width ); - - if ( this._helper && !o.animate ) { - this._proportionallyResize(); - } - } - - $( "body" ).css( "cursor", "auto" ); - - this._removeClass( "ui-resizable-resizing" ); - - this._propagate( "stop", event ); - - if ( this._helper ) { - this.helper.remove(); - } - - return false; - - }, - - _updatePrevProperties: function() { - this.prevPosition = { - top: this.position.top, - left: this.position.left - }; - this.prevSize = { - width: this.size.width, - height: this.size.height - }; - }, - - _applyChanges: function() { - var props = {}; - - if ( this.position.top !== this.prevPosition.top ) { - props.top = this.position.top + "px"; - } - if ( this.position.left !== this.prevPosition.left ) { - props.left = this.position.left + "px"; - } - if ( this.size.width !== this.prevSize.width ) { - props.width = this.size.width + "px"; - } - if ( this.size.height !== this.prevSize.height ) { - props.height = this.size.height + "px"; - } - - this.helper.css( props ); - - return props; - }, - - _updateVirtualBoundaries: function( forceAspectRatio ) { - var pMinWidth, pMaxWidth, pMinHeight, pMaxHeight, b, - o = this.options; - - b = { - minWidth: this._isNumber( o.minWidth ) ? o.minWidth : 0, - maxWidth: this._isNumber( o.maxWidth ) ? o.maxWidth : Infinity, - minHeight: this._isNumber( o.minHeight ) ? o.minHeight : 0, - maxHeight: this._isNumber( o.maxHeight ) ? o.maxHeight : Infinity - }; - - if ( this._aspectRatio || forceAspectRatio ) { - pMinWidth = b.minHeight * this.aspectRatio; - pMinHeight = b.minWidth / this.aspectRatio; - pMaxWidth = b.maxHeight * this.aspectRatio; - pMaxHeight = b.maxWidth / this.aspectRatio; - - if ( pMinWidth > b.minWidth ) { - b.minWidth = pMinWidth; - } - if ( pMinHeight > b.minHeight ) { - b.minHeight = pMinHeight; - } - if ( pMaxWidth < b.maxWidth ) { - b.maxWidth = pMaxWidth; - } - if ( pMaxHeight < b.maxHeight ) { - b.maxHeight = pMaxHeight; - } - } - this._vBoundaries = b; - }, - - _updateCache: function( data ) { - this.offset = this.helper.offset(); - if ( this._isNumber( data.left ) ) { - this.position.left = data.left; - } - if ( this._isNumber( data.top ) ) { - this.position.top = data.top; - } - if ( this._isNumber( data.height ) ) { - this.size.height = data.height; - } - if ( this._isNumber( data.width ) ) { - this.size.width = data.width; - } - }, - - _updateRatio: function( data ) { - - var cpos = this.position, - csize = this.size, - a = this.axis; - - if ( this._isNumber( data.height ) ) { - data.width = ( data.height * this.aspectRatio ); - } else if ( this._isNumber( data.width ) ) { - data.height = ( data.width / this.aspectRatio ); - } - - if ( a === "sw" ) { - data.left = cpos.left + ( csize.width - data.width ); - data.top = null; - } - if ( a === "nw" ) { - data.top = cpos.top + ( csize.height - data.height ); - data.left = cpos.left + ( csize.width - data.width ); - } - - return data; - }, - - _respectSize: function( data ) { - - var o = this._vBoundaries, - a = this.axis, - ismaxw = this._isNumber( data.width ) && o.maxWidth && ( o.maxWidth < data.width ), - ismaxh = this._isNumber( data.height ) && o.maxHeight && ( o.maxHeight < data.height ), - isminw = this._isNumber( data.width ) && o.minWidth && ( o.minWidth > data.width ), - isminh = this._isNumber( data.height ) && o.minHeight && ( o.minHeight > data.height ), - dw = this.originalPosition.left + this.originalSize.width, - dh = this.originalPosition.top + this.originalSize.height, - cw = /sw|nw|w/.test( a ), ch = /nw|ne|n/.test( a ); - if ( isminw ) { - data.width = o.minWidth; - } - if ( isminh ) { - data.height = o.minHeight; - } - if ( ismaxw ) { - data.width = o.maxWidth; - } - if ( ismaxh ) { - data.height = o.maxHeight; - } - - if ( isminw && cw ) { - data.left = dw - o.minWidth; - } - if ( ismaxw && cw ) { - data.left = dw - o.maxWidth; - } - if ( isminh && ch ) { - data.top = dh - o.minHeight; - } - if ( ismaxh && ch ) { - data.top = dh - o.maxHeight; - } - - // Fixing jump error on top/left - bug #2330 - if ( !data.width && !data.height && !data.left && data.top ) { - data.top = null; - } else if ( !data.width && !data.height && !data.top && data.left ) { - data.left = null; - } - - return data; - }, - - _getPaddingPlusBorderDimensions: function( element ) { - var i = 0, - widths = [], - borders = [ - element.css( "borderTopWidth" ), - element.css( "borderRightWidth" ), - element.css( "borderBottomWidth" ), - element.css( "borderLeftWidth" ) - ], - paddings = [ - element.css( "paddingTop" ), - element.css( "paddingRight" ), - element.css( "paddingBottom" ), - element.css( "paddingLeft" ) - ]; - - for ( ; i < 4; i++ ) { - widths[ i ] = ( parseFloat( borders[ i ] ) || 0 ); - widths[ i ] += ( parseFloat( paddings[ i ] ) || 0 ); - } - - return { - height: widths[ 0 ] + widths[ 2 ], - width: widths[ 1 ] + widths[ 3 ] - }; - }, - - _proportionallyResize: function() { - - if ( !this._proportionallyResizeElements.length ) { - return; - } - - var prel, - i = 0, - element = this.helper || this.element; - - for ( ; i < this._proportionallyResizeElements.length; i++ ) { - - prel = this._proportionallyResizeElements[ i ]; - - // TODO: Seems like a bug to cache this.outerDimensions - // considering that we are in a loop. - if ( !this.outerDimensions ) { - this.outerDimensions = this._getPaddingPlusBorderDimensions( prel ); - } - - prel.css( { - height: ( element.height() - this.outerDimensions.height ) || 0, - width: ( element.width() - this.outerDimensions.width ) || 0 - } ); - - } - - }, - - _renderProxy: function() { - - var el = this.element, o = this.options; - this.elementOffset = el.offset(); - - if ( this._helper ) { - - this.helper = this.helper || $( "<div style='overflow:hidden;'></div>" ); - - this._addClass( this.helper, this._helper ); - this.helper.css( { - width: this.element.outerWidth(), - height: this.element.outerHeight(), - position: "absolute", - left: this.elementOffset.left + "px", - top: this.elementOffset.top + "px", - zIndex: ++o.zIndex //TODO: Don't modify option - } ); - - this.helper - .appendTo( "body" ) - .disableSelection(); - - } else { - this.helper = this.element; - } - - }, - - _change: { - e: function( event, dx ) { - return { width: this.originalSize.width + dx }; - }, - w: function( event, dx ) { - var cs = this.originalSize, sp = this.originalPosition; - return { left: sp.left + dx, width: cs.width - dx }; - }, - n: function( event, dx, dy ) { - var cs = this.originalSize, sp = this.originalPosition; - return { top: sp.top + dy, height: cs.height - dy }; - }, - s: function( event, dx, dy ) { - return { height: this.originalSize.height + dy }; - }, - se: function( event, dx, dy ) { - return $.extend( this._change.s.apply( this, arguments ), - this._change.e.apply( this, [ event, dx, dy ] ) ); - }, - sw: function( event, dx, dy ) { - return $.extend( this._change.s.apply( this, arguments ), - this._change.w.apply( this, [ event, dx, dy ] ) ); - }, - ne: function( event, dx, dy ) { - return $.extend( this._change.n.apply( this, arguments ), - this._change.e.apply( this, [ event, dx, dy ] ) ); - }, - nw: function( event, dx, dy ) { - return $.extend( this._change.n.apply( this, arguments ), - this._change.w.apply( this, [ event, dx, dy ] ) ); - } - }, - - _propagate: function( n, event ) { - $.ui.plugin.call( this, n, [ event, this.ui() ] ); - ( n !== "resize" && this._trigger( n, event, this.ui() ) ); - }, - - plugins: {}, - - ui: function() { - return { - originalElement: this.originalElement, - element: this.element, - helper: this.helper, - position: this.position, - size: this.size, - originalSize: this.originalSize, - originalPosition: this.originalPosition - }; - } - -} ); - -/* - * Resizable Extensions - */ - -$.ui.plugin.add( "resizable", "animate", { - - stop: function( event ) { - var that = $( this ).resizable( "instance" ), - o = that.options, - pr = that._proportionallyResizeElements, - ista = pr.length && ( /textarea/i ).test( pr[ 0 ].nodeName ), - soffseth = ista && that._hasScroll( pr[ 0 ], "left" ) ? 0 : that.sizeDiff.height, - soffsetw = ista ? 0 : that.sizeDiff.width, - style = { - width: ( that.size.width - soffsetw ), - height: ( that.size.height - soffseth ) - }, - left = ( parseFloat( that.element.css( "left" ) ) + - ( that.position.left - that.originalPosition.left ) ) || null, - top = ( parseFloat( that.element.css( "top" ) ) + - ( that.position.top - that.originalPosition.top ) ) || null; - - that.element.animate( - $.extend( style, top && left ? { top: top, left: left } : {} ), { - duration: o.animateDuration, - easing: o.animateEasing, - step: function() { - - var data = { - width: parseFloat( that.element.css( "width" ) ), - height: parseFloat( that.element.css( "height" ) ), - top: parseFloat( that.element.css( "top" ) ), - left: parseFloat( that.element.css( "left" ) ) - }; - - if ( pr && pr.length ) { - $( pr[ 0 ] ).css( { width: data.width, height: data.height } ); - } - - // Propagating resize, and updating values for each animation step - that._updateCache( data ); - that._propagate( "resize", event ); - - } - } - ); - } - -} ); - -$.ui.plugin.add( "resizable", "containment", { - - start: function() { - var element, p, co, ch, cw, width, height, - that = $( this ).resizable( "instance" ), - o = that.options, - el = that.element, - oc = o.containment, - ce = ( oc instanceof $ ) ? - oc.get( 0 ) : - ( /parent/.test( oc ) ) ? el.parent().get( 0 ) : oc; - - if ( !ce ) { - return; - } - - that.containerElement = $( ce ); - - if ( /document/.test( oc ) || oc === document ) { - that.containerOffset = { - left: 0, - top: 0 - }; - that.containerPosition = { - left: 0, - top: 0 - }; - - that.parentData = { - element: $( document ), - left: 0, - top: 0, - width: $( document ).width(), - height: $( document ).height() || document.body.parentNode.scrollHeight - }; - } else { - element = $( ce ); - p = []; - $( [ "Top", "Right", "Left", "Bottom" ] ).each( function( i, name ) { - p[ i ] = that._num( element.css( "padding" + name ) ); - } ); - - that.containerOffset = element.offset(); - that.containerPosition = element.position(); - that.containerSize = { - height: ( element.innerHeight() - p[ 3 ] ), - width: ( element.innerWidth() - p[ 1 ] ) - }; - - co = that.containerOffset; - ch = that.containerSize.height; - cw = that.containerSize.width; - width = ( that._hasScroll ( ce, "left" ) ? ce.scrollWidth : cw ); - height = ( that._hasScroll ( ce ) ? ce.scrollHeight : ch ) ; - - that.parentData = { - element: ce, - left: co.left, - top: co.top, - width: width, - height: height - }; - } - }, - - resize: function( event ) { - var woset, hoset, isParent, isOffsetRelative, - that = $( this ).resizable( "instance" ), - o = that.options, - co = that.containerOffset, - cp = that.position, - pRatio = that._aspectRatio || event.shiftKey, - cop = { - top: 0, - left: 0 - }, - ce = that.containerElement, - continueResize = true; - - if ( ce[ 0 ] !== document && ( /static/ ).test( ce.css( "position" ) ) ) { - cop = co; - } - - if ( cp.left < ( that._helper ? co.left : 0 ) ) { - that.size.width = that.size.width + - ( that._helper ? - ( that.position.left - co.left ) : - ( that.position.left - cop.left ) ); - - if ( pRatio ) { - that.size.height = that.size.width / that.aspectRatio; - continueResize = false; - } - that.position.left = o.helper ? co.left : 0; - } - - if ( cp.top < ( that._helper ? co.top : 0 ) ) { - that.size.height = that.size.height + - ( that._helper ? - ( that.position.top - co.top ) : - that.position.top ); - - if ( pRatio ) { - that.size.width = that.size.height * that.aspectRatio; - continueResize = false; - } - that.position.top = that._helper ? co.top : 0; - } - - isParent = that.containerElement.get( 0 ) === that.element.parent().get( 0 ); - isOffsetRelative = /relative|absolute/.test( that.containerElement.css( "position" ) ); - - if ( isParent && isOffsetRelative ) { - that.offset.left = that.parentData.left + that.position.left; - that.offset.top = that.parentData.top + that.position.top; - } else { - that.offset.left = that.element.offset().left; - that.offset.top = that.element.offset().top; - } - - woset = Math.abs( that.sizeDiff.width + - ( that._helper ? - that.offset.left - cop.left : - ( that.offset.left - co.left ) ) ); - - hoset = Math.abs( that.sizeDiff.height + - ( that._helper ? - that.offset.top - cop.top : - ( that.offset.top - co.top ) ) ); - - if ( woset + that.size.width >= that.parentData.width ) { - that.size.width = that.parentData.width - woset; - if ( pRatio ) { - that.size.height = that.size.width / that.aspectRatio; - continueResize = false; - } - } - - if ( hoset + that.size.height >= that.parentData.height ) { - that.size.height = that.parentData.height - hoset; - if ( pRatio ) { - that.size.width = that.size.height * that.aspectRatio; - continueResize = false; - } - } - - if ( !continueResize ) { - that.position.left = that.prevPosition.left; - that.position.top = that.prevPosition.top; - that.size.width = that.prevSize.width; - that.size.height = that.prevSize.height; - } - }, - - stop: function() { - var that = $( this ).resizable( "instance" ), - o = that.options, - co = that.containerOffset, - cop = that.containerPosition, - ce = that.containerElement, - helper = $( that.helper ), - ho = helper.offset(), - w = helper.outerWidth() - that.sizeDiff.width, - h = helper.outerHeight() - that.sizeDiff.height; - - if ( that._helper && !o.animate && ( /relative/ ).test( ce.css( "position" ) ) ) { - $( this ).css( { - left: ho.left - cop.left - co.left, - width: w, - height: h - } ); - } - - if ( that._helper && !o.animate && ( /static/ ).test( ce.css( "position" ) ) ) { - $( this ).css( { - left: ho.left - cop.left - co.left, - width: w, - height: h - } ); - } - } -} ); - -$.ui.plugin.add( "resizable", "alsoResize", { - - start: function() { - var that = $( this ).resizable( "instance" ), - o = that.options; - - $( o.alsoResize ).each( function() { - var el = $( this ); - el.data( "ui-resizable-alsoresize", { - width: parseFloat( el.width() ), height: parseFloat( el.height() ), - left: parseFloat( el.css( "left" ) ), top: parseFloat( el.css( "top" ) ) - } ); - } ); - }, - - resize: function( event, ui ) { - var that = $( this ).resizable( "instance" ), - o = that.options, - os = that.originalSize, - op = that.originalPosition, - delta = { - height: ( that.size.height - os.height ) || 0, - width: ( that.size.width - os.width ) || 0, - top: ( that.position.top - op.top ) || 0, - left: ( that.position.left - op.left ) || 0 - }; - - $( o.alsoResize ).each( function() { - var el = $( this ), start = $( this ).data( "ui-resizable-alsoresize" ), style = {}, - css = el.parents( ui.originalElement[ 0 ] ).length ? - [ "width", "height" ] : - [ "width", "height", "top", "left" ]; - - $.each( css, function( i, prop ) { - var sum = ( start[ prop ] || 0 ) + ( delta[ prop ] || 0 ); - if ( sum && sum >= 0 ) { - style[ prop ] = sum || null; - } - } ); - - el.css( style ); - } ); - }, - - stop: function() { - $( this ).removeData( "ui-resizable-alsoresize" ); - } -} ); - -$.ui.plugin.add( "resizable", "ghost", { - - start: function() { - - var that = $( this ).resizable( "instance" ), cs = that.size; - - that.ghost = that.originalElement.clone(); - that.ghost.css( { - opacity: 0.25, - display: "block", - position: "relative", - height: cs.height, - width: cs.width, - margin: 0, - left: 0, - top: 0 - } ); - - that._addClass( that.ghost, "ui-resizable-ghost" ); - - // DEPRECATED - // TODO: remove after 1.12 - if ( $.uiBackCompat !== false && typeof that.options.ghost === "string" ) { - - // Ghost option - that.ghost.addClass( this.options.ghost ); - } - - that.ghost.appendTo( that.helper ); - - }, - - resize: function() { - var that = $( this ).resizable( "instance" ); - if ( that.ghost ) { - that.ghost.css( { - position: "relative", - height: that.size.height, - width: that.size.width - } ); - } - }, - - stop: function() { - var that = $( this ).resizable( "instance" ); - if ( that.ghost && that.helper ) { - that.helper.get( 0 ).removeChild( that.ghost.get( 0 ) ); - } - } - -} ); - -$.ui.plugin.add( "resizable", "grid", { - - resize: function() { - var outerDimensions, - that = $( this ).resizable( "instance" ), - o = that.options, - cs = that.size, - os = that.originalSize, - op = that.originalPosition, - a = that.axis, - grid = typeof o.grid === "number" ? [ o.grid, o.grid ] : o.grid, - gridX = ( grid[ 0 ] || 1 ), - gridY = ( grid[ 1 ] || 1 ), - ox = Math.round( ( cs.width - os.width ) / gridX ) * gridX, - oy = Math.round( ( cs.height - os.height ) / gridY ) * gridY, - newWidth = os.width + ox, - newHeight = os.height + oy, - isMaxWidth = o.maxWidth && ( o.maxWidth < newWidth ), - isMaxHeight = o.maxHeight && ( o.maxHeight < newHeight ), - isMinWidth = o.minWidth && ( o.minWidth > newWidth ), - isMinHeight = o.minHeight && ( o.minHeight > newHeight ); - - o.grid = grid; - - if ( isMinWidth ) { - newWidth += gridX; - } - if ( isMinHeight ) { - newHeight += gridY; - } - if ( isMaxWidth ) { - newWidth -= gridX; - } - if ( isMaxHeight ) { - newHeight -= gridY; - } - - if ( /^(se|s|e)$/.test( a ) ) { - that.size.width = newWidth; - that.size.height = newHeight; - } else if ( /^(ne)$/.test( a ) ) { - that.size.width = newWidth; - that.size.height = newHeight; - that.position.top = op.top - oy; - } else if ( /^(sw)$/.test( a ) ) { - that.size.width = newWidth; - that.size.height = newHeight; - that.position.left = op.left - ox; - } else { - if ( newHeight - gridY <= 0 || newWidth - gridX <= 0 ) { - outerDimensions = that._getPaddingPlusBorderDimensions( this ); - } - - if ( newHeight - gridY > 0 ) { - that.size.height = newHeight; - that.position.top = op.top - oy; - } else { - newHeight = gridY - outerDimensions.height; - that.size.height = newHeight; - that.position.top = op.top + os.height - newHeight; - } - if ( newWidth - gridX > 0 ) { - that.size.width = newWidth; - that.position.left = op.left - ox; - } else { - newWidth = gridX - outerDimensions.width; - that.size.width = newWidth; - that.position.left = op.left + os.width - newWidth; - } - } - } - -} ); - -var widgetsResizable = $.ui.resizable; - - - - -})); \ No newline at end of file diff --git a/software/flow/node_modules/gridstack/dist/jquery-ui.min.js b/software/flow/node_modules/gridstack/dist/jquery-ui.min.js deleted file mode 100644 index 8f19a1d..0000000 --- a/software/flow/node_modules/gridstack/dist/jquery-ui.min.js +++ /dev/null @@ -1,6 +0,0 @@ -/*! jQuery UI - v1.12.1 - 2019-11-20 -* http://jqueryui.com -* Includes: widget.js, data.js, disable-selection.js, scroll-parent.js, widgets/draggable.js, widgets/droppable.js, widgets/resizable.js, widgets/mouse.js -* Copyright jQuery Foundation and other contributors; Licensed MIT @preserve*/ -!function(t){"function"==typeof define&&define.amd?define(["jquery"],t):t(jQuery)}(function(w){w.ui=w.ui||{};w.ui.version="1.12.1";var o,i=0,a=Array.prototype.slice;w.cleanData=(o=w.cleanData,function(t){var e,i,s;for(s=0;null!=(i=t[s]);s++)try{(e=w._data(i,"events"))&&e.remove&&w(i).triggerHandler("remove")}catch(t){}o(t)}),w.widget=function(t,i,e){var s,o,n,r={},a=t.split(".")[0],h=a+"-"+(t=t.split(".")[1]);return e||(e=i,i=w.Widget),w.isArray(e)&&(e=w.extend.apply(null,[{}].concat(e))),w.expr[":"][h.toLowerCase()]=function(t){return!!w.data(t,h)},w[a]=w[a]||{},s=w[a][t],o=w[a][t]=function(t,e){if(!this._createWidget)return new o(t,e);arguments.length&&this._createWidget(t,e)},w.extend(o,s,{version:e.version,_proto:w.extend({},e),_childConstructors:[]}),(n=new i).options=w.widget.extend({},n.options),w.each(e,function(e,s){function o(){return i.prototype[e].apply(this,arguments)}function n(t){return i.prototype[e].apply(this,t)}w.isFunction(s)?r[e]=function(){var t,e=this._super,i=this._superApply;return this._super=o,this._superApply=n,t=s.apply(this,arguments),this._super=e,this._superApply=i,t}:r[e]=s}),o.prototype=w.widget.extend(n,{widgetEventPrefix:s&&n.widgetEventPrefix||t},r,{constructor:o,namespace:a,widgetName:t,widgetFullName:h}),s?(w.each(s._childConstructors,function(t,e){var i=e.prototype;w.widget(i.namespace+"."+i.widgetName,o,e._proto)}),delete s._childConstructors):i._childConstructors.push(o),w.widget.bridge(t,o),o},w.widget.extend=function(t){for(var e,i,s=a.call(arguments,1),o=0,n=s.length;o<n;o++)for(e in s[o])i=s[o][e],s[o].hasOwnProperty(e)&&void 0!==i&&(w.isPlainObject(i)?t[e]=w.isPlainObject(t[e])?w.widget.extend({},t[e],i):w.widget.extend({},i):t[e]=i);return t},w.widget.bridge=function(n,e){var r=e.prototype.widgetFullName||n;w.fn[n]=function(i){var t="string"==typeof i,s=a.call(arguments,1),o=this;return t?this.length||"instance"!==i?this.each(function(){var t,e=w.data(this,r);return"instance"===i?(o=e,!1):e?w.isFunction(e[i])&&"_"!==i.charAt(0)?(t=e[i].apply(e,s))!==e&&void 0!==t?(o=t&&t.jquery?o.pushStack(t.get()):t,!1):void 0:w.error("no such method '"+i+"' for "+n+" widget instance"):w.error("cannot call methods on "+n+" prior to initialization; attempted to call method '"+i+"'")}):o=void 0:(s.length&&(i=w.widget.extend.apply(null,[i].concat(s))),this.each(function(){var t=w.data(this,r);t?(t.option(i||{}),t._init&&t._init()):w.data(this,r,new e(i,this))})),o}},w.Widget=function(){},w.Widget._childConstructors=[],w.Widget.prototype={widgetName:"widget",widgetEventPrefix:"",defaultElement:"<div>",options:{classes:{},disabled:!1,create:null},_createWidget:function(t,e){e=w(e||this.defaultElement||this)[0],this.element=w(e),this.uuid=i++,this.eventNamespace="."+this.widgetName+this.uuid,this.bindings=w(),this.hoverable=w(),this.focusable=w(),this.classesElementLookup={},e!==this&&(w.data(e,this.widgetFullName,this),this._on(!0,this.element,{remove:function(t){t.target===e&&this.destroy()}}),this.document=w(e.style?e.ownerDocument:e.document||e),this.window=w(this.document[0].defaultView||this.document[0].parentWindow)),this.options=w.widget.extend({},this.options,this._getCreateOptions(),t),this._create(),this.options.disabled&&this._setOptionDisabled(this.options.disabled),this._trigger("create",null,this._getCreateEventData()),this._init()},_getCreateOptions:function(){return{}},_getCreateEventData:w.noop,_create:w.noop,_init:w.noop,destroy:function(){var i=this;this._destroy(),w.each(this.classesElementLookup,function(t,e){i._removeClass(e,t)}),this.element.off(this.eventNamespace).removeData(this.widgetFullName),this.widget().off(this.eventNamespace).removeAttr("aria-disabled"),this.bindings.off(this.eventNamespace)},_destroy:w.noop,widget:function(){return this.element},option:function(t,e){var i,s,o,n=t;if(0===arguments.length)return w.widget.extend({},this.options);if("string"==typeof t)if(n={},t=(i=t.split(".")).shift(),i.length){for(s=n[t]=w.widget.extend({},this.options[t]),o=0;o<i.length-1;o++)s[i[o]]=s[i[o]]||{},s=s[i[o]];if(t=i.pop(),1===arguments.length)return void 0===s[t]?null:s[t];s[t]=e}else{if(1===arguments.length)return void 0===this.options[t]?null:this.options[t];n[t]=e}return this._setOptions(n),this},_setOptions:function(t){var e;for(e in t)this._setOption(e,t[e]);return this},_setOption:function(t,e){return"classes"===t&&this._setOptionClasses(e),this.options[t]=e,"disabled"===t&&this._setOptionDisabled(e),this},_setOptionClasses:function(t){var e,i,s;for(e in t)s=this.classesElementLookup[e],t[e]!==this.options.classes[e]&&s&&s.length&&(i=w(s.get()),this._removeClass(s,e),i.addClass(this._classes({element:i,keys:e,classes:t,add:!0})))},_setOptionDisabled:function(t){this._toggleClass(this.widget(),this.widgetFullName+"-disabled",null,!!t),t&&(this._removeClass(this.hoverable,null,"ui-state-hover"),this._removeClass(this.focusable,null,"ui-state-focus"))},enable:function(){return this._setOptions({disabled:!1})},disable:function(){return this._setOptions({disabled:!0})},_classes:function(o){var n=[],r=this;function t(t,e){var i,s;for(s=0;s<t.length;s++)i=r.classesElementLookup[t[s]]||w(),i=o.add?w(w.unique(i.get().concat(o.element.get()))):w(i.not(o.element).get()),r.classesElementLookup[t[s]]=i,n.push(t[s]),e&&o.classes[t[s]]&&n.push(o.classes[t[s]])}return o=w.extend({element:this.element,classes:this.options.classes||{}},o),this._on(o.element,{remove:"_untrackClassesElement"}),o.keys&&t(o.keys.match(/\S+/g)||[],!0),o.extra&&t(o.extra.match(/\S+/g)||[]),n.join(" ")},_untrackClassesElement:function(i){var s=this;w.each(s.classesElementLookup,function(t,e){-1!==w.inArray(i.target,e)&&(s.classesElementLookup[t]=w(e.not(i.target).get()))})},_removeClass:function(t,e,i){return this._toggleClass(t,e,i,!1)},_addClass:function(t,e,i){return this._toggleClass(t,e,i,!0)},_toggleClass:function(t,e,i,s){s="boolean"==typeof s?s:i;var o="string"==typeof t||null===t,n={extra:o?e:i,keys:o?t:e,element:o?this.element:t,add:s};return n.element.toggleClass(this._classes(n),s),this},_on:function(r,a,t){var h,l=this;"boolean"!=typeof r&&(t=a,a=r,r=!1),t?(a=h=w(a),this.bindings=this.bindings.add(a)):(t=a,a=this.element,h=this.widget()),w.each(t,function(t,e){function i(){if(r||!0!==l.options.disabled&&!w(this).hasClass("ui-state-disabled"))return("string"==typeof e?l[e]:e).apply(l,arguments)}"string"!=typeof e&&(i.guid=e.guid=e.guid||i.guid||w.guid++);var s=t.match(/^([\w:-]*)\s*(.*)$/),o=s[1]+l.eventNamespace,n=s[2];n?h.on(o,n,i):a.on(o,i)})},_off:function(t,e){e=(e||"").split(" ").join(this.eventNamespace+" ")+this.eventNamespace,t.off(e).off(e),this.bindings=w(this.bindings.not(t).get()),this.focusable=w(this.focusable.not(t).get()),this.hoverable=w(this.hoverable.not(t).get())},_delay:function(t,e){var i=this;return setTimeout(function(){return("string"==typeof t?i[t]:t).apply(i,arguments)},e||0)},_hoverable:function(t){this.hoverable=this.hoverable.add(t),this._on(t,{mouseenter:function(t){this._addClass(w(t.currentTarget),null,"ui-state-hover")},mouseleave:function(t){this._removeClass(w(t.currentTarget),null,"ui-state-hover")}})},_focusable:function(t){this.focusable=this.focusable.add(t),this._on(t,{focusin:function(t){this._addClass(w(t.currentTarget),null,"ui-state-focus")},focusout:function(t){this._removeClass(w(t.currentTarget),null,"ui-state-focus")}})},_trigger:function(t,e,i){var s,o,n=this.options[t];if(i=i||{},(e=w.Event(e)).type=(t===this.widgetEventPrefix?t:this.widgetEventPrefix+t).toLowerCase(),e.target=this.element[0],o=e.originalEvent)for(s in o)s in e||(e[s]=o[s]);return this.element.trigger(e,i),!(w.isFunction(n)&&!1===n.apply(this.element[0],[e].concat(i))||e.isDefaultPrevented())}},w.each({show:"fadeIn",hide:"fadeOut"},function(n,r){w.Widget.prototype["_"+n]=function(e,t,i){var s;"string"==typeof t&&(t={effect:t});var o=t?!0===t||"number"==typeof t?r:t.effect||r:n;"number"==typeof(t=t||{})&&(t={duration:t}),s=!w.isEmptyObject(t),t.complete=i,t.delay&&e.delay(t.delay),s&&w.effects&&w.effects.effect[o]?e[n](t):o!==n&&e[o]?e[o](t.duration,t.easing,i):e.queue(function(t){w(this)[n](),i&&i.call(e[0]),t()})}});w.widget,w.extend(w.expr[":"],{data:w.expr.createPseudo?w.expr.createPseudo(function(e){return function(t){return!!w.data(t,e)}}):function(t,e,i){return!!w.data(t,i[3])}}),w.fn.extend({disableSelection:(t="onselectstart"in document.createElement("div")?"selectstart":"mousedown",function(){return this.on(t+".ui-disableSelection",function(t){t.preventDefault()})}),enableSelection:function(){return this.off(".ui-disableSelection")}}),w.fn.scrollParent=function(t){var e=this.css("position"),i="absolute"===e,s=t?/(auto|scroll|hidden)/:/(auto|scroll)/,o=this.parents().filter(function(){var t=w(this);return(!i||"static"!==t.css("position"))&&s.test(t.css("overflow")+t.css("overflow-y")+t.css("overflow-x"))}).eq(0);return"fixed"!==e&&o.length?o:w(this[0].ownerDocument||document)},w.ui.ie=!!/msie [\w.]+/.exec(navigator.userAgent.toLowerCase());var t,n=!1;w(document).on("mouseup",function(){n=!1});w.widget("ui.mouse",{version:"1.12.1",options:{cancel:"input, textarea, button, select, option",distance:1,delay:0},_mouseInit:function(){var e=this;this.element.on("mousedown."+this.widgetName,function(t){return e._mouseDown(t)}).on("click."+this.widgetName,function(t){if(!0===w.data(t.target,e.widgetName+".preventClickEvent"))return w.removeData(t.target,e.widgetName+".preventClickEvent"),t.stopImmediatePropagation(),!1}),this.started=!1},_mouseDestroy:function(){this.element.off("."+this.widgetName),this._mouseMoveDelegate&&this.document.off("mousemove."+this.widgetName,this._mouseMoveDelegate).off("mouseup."+this.widgetName,this._mouseUpDelegate)},_mouseDown:function(t){if(!n){this._mouseMoved=!1,this._mouseStarted&&this._mouseUp(t),this._mouseDownEvent=t;var e=this,i=1===t.which,s=!("string"!=typeof this.options.cancel||!t.target.nodeName)&&w(t.target).closest(this.options.cancel).length;return!(i&&!s&&this._mouseCapture(t))||(this.mouseDelayMet=!this.options.delay,this.mouseDelayMet||(this._mouseDelayTimer=setTimeout(function(){e.mouseDelayMet=!0},this.options.delay)),this._mouseDistanceMet(t)&&this._mouseDelayMet(t)&&(this._mouseStarted=!1!==this._mouseStart(t),!this._mouseStarted)?(t.preventDefault(),!0):(!0===w.data(t.target,this.widgetName+".preventClickEvent")&&w.removeData(t.target,this.widgetName+".preventClickEvent"),this._mouseMoveDelegate=function(t){return e._mouseMove(t)},this._mouseUpDelegate=function(t){return e._mouseUp(t)},this.document.on("mousemove."+this.widgetName,this._mouseMoveDelegate).on("mouseup."+this.widgetName,this._mouseUpDelegate),t.preventDefault(),n=!0))}},_mouseMove:function(t){if(this._mouseMoved){if(w.ui.ie&&(!document.documentMode||document.documentMode<9)&&!t.button)return this._mouseUp(t);if(!t.which)if(t.originalEvent.altKey||t.originalEvent.ctrlKey||t.originalEvent.metaKey||t.originalEvent.shiftKey)this.ignoreMissingWhich=!0;else if(!this.ignoreMissingWhich)return this._mouseUp(t)}return(t.which||t.button)&&(this._mouseMoved=!0),this._mouseStarted?(this._mouseDrag(t),t.preventDefault()):(this._mouseDistanceMet(t)&&this._mouseDelayMet(t)&&(this._mouseStarted=!1!==this._mouseStart(this._mouseDownEvent,t),this._mouseStarted?this._mouseDrag(t):this._mouseUp(t)),!this._mouseStarted)},_mouseUp:function(t){this.document.off("mousemove."+this.widgetName,this._mouseMoveDelegate).off("mouseup."+this.widgetName,this._mouseUpDelegate),this._mouseStarted&&(this._mouseStarted=!1,t.target===this._mouseDownEvent.target&&w.data(t.target,this.widgetName+".preventClickEvent",!0),this._mouseStop(t)),this._mouseDelayTimer&&(clearTimeout(this._mouseDelayTimer),delete this._mouseDelayTimer),this.ignoreMissingWhich=!1,n=!1,t.preventDefault()},_mouseDistanceMet:function(t){return Math.max(Math.abs(this._mouseDownEvent.pageX-t.pageX),Math.abs(this._mouseDownEvent.pageY-t.pageY))>=this.options.distance},_mouseDelayMet:function(){return this.mouseDelayMet},_mouseStart:function(){},_mouseDrag:function(){},_mouseStop:function(){},_mouseCapture:function(){return!0}}),w.ui.plugin={add:function(t,e,i){var s,o=w.ui[t].prototype;for(s in i)o.plugins[s]=o.plugins[s]||[],o.plugins[s].push([e,i[s]])},call:function(t,e,i,s){var o,n=t.plugins[e];if(n&&(s||t.element[0].parentNode&&11!==t.element[0].parentNode.nodeType))for(o=0;o<n.length;o++)t.options[n[o][0]]&&n[o][1].apply(t.element,i)}},w.ui.safeActiveElement=function(e){var i;try{i=e.activeElement}catch(t){i=e.body}return(i=i||e.body).nodeName||(i=e.body),i},w.ui.safeBlur=function(t){t&&"body"!==t.nodeName.toLowerCase()&&w(t).trigger("blur")};w.widget("ui.draggable",w.ui.mouse,{version:"1.12.1",widgetEventPrefix:"drag",options:{addClasses:!0,appendTo:"parent",axis:!1,connectToSortable:!1,containment:!1,cursor:"auto",cursorAt:!1,grid:!1,handle:!1,helper:"original",iframeFix:!1,opacity:!1,refreshPositions:!1,revert:!1,revertDuration:500,scope:"default",scroll:!0,scrollSensitivity:20,scrollSpeed:20,snap:!1,snapMode:"both",snapTolerance:20,stack:!1,zIndex:!1,drag:null,start:null,stop:null},_create:function(){"original"===this.options.helper&&this._setPositionRelative(),this.options.addClasses&&this._addClass("ui-draggable"),this._setHandleClassName(),this._mouseInit()},_setOption:function(t,e){this._super(t,e),"handle"===t&&(this._removeHandleClassName(),this._setHandleClassName())},_destroy:function(){(this.helper||this.element).is(".ui-draggable-dragging")?this.destroyOnClear=!0:(this._removeHandleClassName(),this._mouseDestroy())},_mouseCapture:function(t){var e=this.options;return!(this.helper||e.disabled||0<w(t.target).closest(".ui-resizable-handle").length)&&(this.handle=this._getHandle(t),!!this.handle&&(this._blurActiveElement(t),this._blockFrames(!0===e.iframeFix?"iframe":e.iframeFix),!0))},_blockFrames:function(t){this.iframeBlocks=this.document.find(t).map(function(){var t=w(this);return w("<div>").css("position","absolute").appendTo(t.parent()).outerWidth(t.outerWidth()).outerHeight(t.outerHeight()).offset(t.offset())[0]})},_unblockFrames:function(){this.iframeBlocks&&(this.iframeBlocks.remove(),delete this.iframeBlocks)},_blurActiveElement:function(t){var e=w.ui.safeActiveElement(this.document[0]);w(t.target).closest(e).length||w.ui.safeBlur(e)},_mouseStart:function(t){var e=this.options;return this.helper=this._createHelper(t),this._addClass(this.helper,"ui-draggable-dragging"),this._cacheHelperProportions(),w.ui.ddmanager&&(w.ui.ddmanager.current=this),this._cacheMargins(),this.cssPosition=this.helper.css("position"),this.scrollParent=this.helper.scrollParent(!0),this.offsetParent=this.helper.offsetParent(),this.hasFixedAncestor=0<this.helper.parents().filter(function(){return"fixed"===w(this).css("position")}).length,this.positionAbs=this.element.offset(),this._refreshOffsets(t),this.originalPosition=this.position=this._generatePosition(t,!1),this.originalPageX=t.pageX,this.originalPageY=t.pageY,e.cursorAt&&this._adjustOffsetFromHelper(e.cursorAt),this._setContainment(),!1===this._trigger("start",t)?(this._clear(),!1):(this._cacheHelperProportions(),w.ui.ddmanager&&!e.dropBehaviour&&w.ui.ddmanager.prepareOffsets(this,t),this._mouseDrag(t,!0),w.ui.ddmanager&&w.ui.ddmanager.dragStart(this,t),!0)},_refreshOffsets:function(t){this.offset={top:this.positionAbs.top-this.margins.top,left:this.positionAbs.left-this.margins.left,scroll:!1,parent:this._getParentOffset(),relative:this._getRelativeOffset()},this.offset.click={left:t.pageX-this.offset.left,top:t.pageY-this.offset.top}},_mouseDrag:function(t,e){if(this.hasFixedAncestor&&(this.offset.parent=this._getParentOffset()),this.position=this._generatePosition(t,!0),this.positionAbs=this._convertPositionTo("absolute"),!e){var i=this._uiHash();if(!1===this._trigger("drag",t,i))return this._mouseUp(new w.Event("mouseup",t)),!1;this.position=i.position}return this.helper[0].style.left=this.position.left+"px",this.helper[0].style.top=this.position.top+"px",w.ui.ddmanager&&w.ui.ddmanager.drag(this,t),!1},_mouseStop:function(t){var e=this,i=!1;return w.ui.ddmanager&&!this.options.dropBehaviour&&(i=w.ui.ddmanager.drop(this,t)),this.dropped&&(i=this.dropped,this.dropped=!1),"invalid"===this.options.revert&&!i||"valid"===this.options.revert&&i||!0===this.options.revert||w.isFunction(this.options.revert)&&this.options.revert.call(this.element,i)?w(this.helper).animate(this.originalPosition,parseInt(this.options.revertDuration,10),function(){!1!==e._trigger("stop",t)&&e._clear()}):!1!==this._trigger("stop",t)&&this._clear(),!1},_mouseUp:function(t){return this._unblockFrames(),w.ui.ddmanager&&w.ui.ddmanager.dragStop(this,t),this.handleElement.is(t.target)&&this.element.trigger("focus"),w.ui.mouse.prototype._mouseUp.call(this,t)},cancel:function(){return this.helper.is(".ui-draggable-dragging")?this._mouseUp(new w.Event("mouseup",{target:this.element[0]})):this._clear(),this},_getHandle:function(t){return!this.options.handle||!!w(t.target).closest(this.element.find(this.options.handle)).length},_setHandleClassName:function(){this.handleElement=this.options.handle?this.element.find(this.options.handle):this.element,this._addClass(this.handleElement,"ui-draggable-handle")},_removeHandleClassName:function(){this._removeClass(this.handleElement,"ui-draggable-handle")},_createHelper:function(t){var e=this.options,i=w.isFunction(e.helper),s=i?w(e.helper.apply(this.element[0],[t])):"clone"===e.helper?this.element.clone().removeAttr("id"):this.element;return s.parents("body").length||s.appendTo("parent"===e.appendTo?this.element[0].parentNode:e.appendTo),i&&s[0]===this.element[0]&&this._setPositionRelative(),s[0]===this.element[0]||/(fixed|absolute)/.test(s.css("position"))||s.css("position","absolute"),s},_setPositionRelative:function(){/^(?:r|a|f)/.test(this.element.css("position"))||(this.element[0].style.position="relative")},_adjustOffsetFromHelper:function(t){"string"==typeof t&&(t=t.split(" ")),w.isArray(t)&&(t={left:+t[0],top:+t[1]||0}),"left"in t&&(this.offset.click.left=t.left+this.margins.left),"right"in t&&(this.offset.click.left=this.helperProportions.width-t.right+this.margins.left),"top"in t&&(this.offset.click.top=t.top+this.margins.top),"bottom"in t&&(this.offset.click.top=this.helperProportions.height-t.bottom+this.margins.top)},_isRootNode:function(t){return/(html|body)/i.test(t.tagName)||t===this.document[0]},_getParentOffset:function(){var t=this.offsetParent.offset(),e=this.document[0];return"absolute"===this.cssPosition&&this.scrollParent[0]!==e&&w.contains(this.scrollParent[0],this.offsetParent[0])&&(t.left+=this.scrollParent.scrollLeft(),t.top+=this.scrollParent.scrollTop()),this._isRootNode(this.offsetParent[0])&&(t={top:0,left:0}),{top:t.top+(parseInt(this.offsetParent.css("borderTopWidth"),10)||0),left:t.left+(parseInt(this.offsetParent.css("borderLeftWidth"),10)||0)}},_getRelativeOffset:function(){if("relative"!==this.cssPosition)return{top:0,left:0};var t=this.element.position(),e=this._isRootNode(this.scrollParent[0]);return{top:t.top-(parseInt(this.helper.css("top"),10)||0)+(e?0:this.scrollParent.scrollTop()),left:t.left-(parseInt(this.helper.css("left"),10)||0)+(e?0:this.scrollParent.scrollLeft())}},_cacheMargins:function(){this.margins={left:parseInt(this.element.css("marginLeft"),10)||0,top:parseInt(this.element.css("marginTop"),10)||0,right:parseInt(this.element.css("marginRight"),10)||0,bottom:parseInt(this.element.css("marginBottom"),10)||0}},_cacheHelperProportions:function(){this.helperProportions={width:this.helper.outerWidth(),height:this.helper.outerHeight()}},_setContainment:function(){var t,e,i,s=this.options,o=this.document[0];this.relativeContainer=null,s.containment?"window"!==s.containment?"document"!==s.containment?s.containment.constructor!==Array?("parent"===s.containment&&(s.containment=this.helper[0].parentNode),(i=(e=w(s.containment))[0])&&(t=/(scroll|auto)/.test(e.css("overflow")),this.containment=[(parseInt(e.css("borderLeftWidth"),10)||0)+(parseInt(e.css("paddingLeft"),10)||0),(parseInt(e.css("borderTopWidth"),10)||0)+(parseInt(e.css("paddingTop"),10)||0),(t?Math.max(i.scrollWidth,i.offsetWidth):i.offsetWidth)-(parseInt(e.css("borderRightWidth"),10)||0)-(parseInt(e.css("paddingRight"),10)||0)-this.helperProportions.width-this.margins.left-this.margins.right,(t?Math.max(i.scrollHeight,i.offsetHeight):i.offsetHeight)-(parseInt(e.css("borderBottomWidth"),10)||0)-(parseInt(e.css("paddingBottom"),10)||0)-this.helperProportions.height-this.margins.top-this.margins.bottom],this.relativeContainer=e)):this.containment=s.containment:this.containment=[0,0,w(o).width()-this.helperProportions.width-this.margins.left,(w(o).height()||o.body.parentNode.scrollHeight)-this.helperProportions.height-this.margins.top]:this.containment=[w(window).scrollLeft()-this.offset.relative.left-this.offset.parent.left,w(window).scrollTop()-this.offset.relative.top-this.offset.parent.top,w(window).scrollLeft()+w(window).width()-this.helperProportions.width-this.margins.left,w(window).scrollTop()+(w(window).height()||o.body.parentNode.scrollHeight)-this.helperProportions.height-this.margins.top]:this.containment=null},_convertPositionTo:function(t,e){e=e||this.position;var i="absolute"===t?1:-1,s=this._isRootNode(this.scrollParent[0]);return{top:e.top+this.offset.relative.top*i+this.offset.parent.top*i-("fixed"===this.cssPosition?-this.offset.scroll.top:s?0:this.offset.scroll.top)*i,left:e.left+this.offset.relative.left*i+this.offset.parent.left*i-("fixed"===this.cssPosition?-this.offset.scroll.left:s?0:this.offset.scroll.left)*i}},_generatePosition:function(t,e){var i,s,o,n,r=this.options,a=this._isRootNode(this.scrollParent[0]),h=t.pageX,l=t.pageY;return a&&this.offset.scroll||(this.offset.scroll={top:this.scrollParent.scrollTop(),left:this.scrollParent.scrollLeft()}),e&&(this.containment&&(i=this.relativeContainer?(s=this.relativeContainer.offset(),[this.containment[0]+s.left,this.containment[1]+s.top,this.containment[2]+s.left,this.containment[3]+s.top]):this.containment,t.pageX-this.offset.click.left<i[0]&&(h=i[0]+this.offset.click.left),t.pageY-this.offset.click.top<i[1]&&(l=i[1]+this.offset.click.top),t.pageX-this.offset.click.left>i[2]&&(h=i[2]+this.offset.click.left),t.pageY-this.offset.click.top>i[3]&&(l=i[3]+this.offset.click.top)),r.grid&&(o=r.grid[1]?this.originalPageY+Math.round((l-this.originalPageY)/r.grid[1])*r.grid[1]:this.originalPageY,l=i?o-this.offset.click.top>=i[1]||o-this.offset.click.top>i[3]?o:o-this.offset.click.top>=i[1]?o-r.grid[1]:o+r.grid[1]:o,n=r.grid[0]?this.originalPageX+Math.round((h-this.originalPageX)/r.grid[0])*r.grid[0]:this.originalPageX,h=i?n-this.offset.click.left>=i[0]||n-this.offset.click.left>i[2]?n:n-this.offset.click.left>=i[0]?n-r.grid[0]:n+r.grid[0]:n),"y"===r.axis&&(h=this.originalPageX),"x"===r.axis&&(l=this.originalPageY)),{top:l-this.offset.click.top-this.offset.relative.top-this.offset.parent.top+("fixed"===this.cssPosition?-this.offset.scroll.top:a?0:this.offset.scroll.top),left:h-this.offset.click.left-this.offset.relative.left-this.offset.parent.left+("fixed"===this.cssPosition?-this.offset.scroll.left:a?0:this.offset.scroll.left)}},_clear:function(){this._removeClass(this.helper,"ui-draggable-dragging"),this.helper[0]===this.element[0]||this.cancelHelperRemoval||this.helper.remove(),this.helper=null,this.cancelHelperRemoval=!1,this.destroyOnClear&&this.destroy()},_trigger:function(t,e,i){return i=i||this._uiHash(),w.ui.plugin.call(this,t,[e,i,this],!0),/^(drag|start|stop)/.test(t)&&(this.positionAbs=this._convertPositionTo("absolute"),i.offset=this.positionAbs),w.Widget.prototype._trigger.call(this,t,e,i)},plugins:{},_uiHash:function(){return{helper:this.helper,position:this.position,originalPosition:this.originalPosition,offset:this.positionAbs}}}),w.ui.plugin.add("draggable","connectToSortable",{start:function(e,t,i){var s=w.extend({},t,{item:i.element});i.sortables=[],w(i.options.connectToSortable).each(function(){var t=w(this).sortable("instance");t&&!t.options.disabled&&(i.sortables.push(t),t.refreshPositions(),t._trigger("activate",e,s))})},stop:function(e,t,i){var s=w.extend({},t,{item:i.element});i.cancelHelperRemoval=!1,w.each(i.sortables,function(){var t=this;t.isOver?(t.isOver=0,i.cancelHelperRemoval=!0,t.cancelHelperRemoval=!1,t._storedCSS={position:t.placeholder.css("position"),top:t.placeholder.css("top"),left:t.placeholder.css("left")},t._mouseStop(e),t.options.helper=t.options._helper):(t.cancelHelperRemoval=!0,t._trigger("deactivate",e,s))})},drag:function(i,s,o){w.each(o.sortables,function(){var t=!1,e=this;e.positionAbs=o.positionAbs,e.helperProportions=o.helperProportions,e.offset.click=o.offset.click,e._intersectsWith(e.containerCache)&&(t=!0,w.each(o.sortables,function(){return this.positionAbs=o.positionAbs,this.helperProportions=o.helperProportions,this.offset.click=o.offset.click,this!==e&&this._intersectsWith(this.containerCache)&&w.contains(e.element[0],this.element[0])&&(t=!1),t})),t?(e.isOver||(e.isOver=1,o._parent=s.helper.parent(),e.currentItem=s.helper.appendTo(e.element).data("ui-sortable-item",!0),e.options._helper=e.options.helper,e.options.helper=function(){return s.helper[0]},i.target=e.currentItem[0],e._mouseCapture(i,!0),e._mouseStart(i,!0,!0),e.offset.click.top=o.offset.click.top,e.offset.click.left=o.offset.click.left,e.offset.parent.left-=o.offset.parent.left-e.offset.parent.left,e.offset.parent.top-=o.offset.parent.top-e.offset.parent.top,o._trigger("toSortable",i),o.dropped=e.element,w.each(o.sortables,function(){this.refreshPositions()}),o.currentItem=o.element,e.fromOutside=o),e.currentItem&&(e._mouseDrag(i),s.position=e.position)):e.isOver&&(e.isOver=0,e.cancelHelperRemoval=!0,e.options._revert=e.options.revert,e.options.revert=!1,e._trigger("out",i,e._uiHash(e)),e._mouseStop(i,!0),e.options.revert=e.options._revert,e.options.helper=e.options._helper,e.placeholder&&e.placeholder.remove(),s.helper.appendTo(o._parent),o._refreshOffsets(i),s.position=o._generatePosition(i,!0),o._trigger("fromSortable",i),o.dropped=!1,w.each(o.sortables,function(){this.refreshPositions()}))})}}),w.ui.plugin.add("draggable","cursor",{start:function(t,e,i){var s=w("body"),o=i.options;s.css("cursor")&&(o._cursor=s.css("cursor")),s.css("cursor",o.cursor)},stop:function(t,e,i){var s=i.options;s._cursor&&w("body").css("cursor",s._cursor)}}),w.ui.plugin.add("draggable","opacity",{start:function(t,e,i){var s=w(e.helper),o=i.options;s.css("opacity")&&(o._opacity=s.css("opacity")),s.css("opacity",o.opacity)},stop:function(t,e,i){var s=i.options;s._opacity&&w(e.helper).css("opacity",s._opacity)}}),w.ui.plugin.add("draggable","scroll",{start:function(t,e,i){i.scrollParentNotHidden||(i.scrollParentNotHidden=i.helper.scrollParent(!1)),i.scrollParentNotHidden[0]!==i.document[0]&&"HTML"!==i.scrollParentNotHidden[0].tagName&&(i.overflowOffset=i.scrollParentNotHidden.offset())},drag:function(t,e,i){var s=i.options,o=!1,n=i.scrollParentNotHidden[0],r=i.document[0];n!==r&&"HTML"!==n.tagName?(s.axis&&"x"===s.axis||(i.overflowOffset.top+n.offsetHeight-t.pageY<s.scrollSensitivity?n.scrollTop=o=n.scrollTop+s.scrollSpeed:t.pageY-i.overflowOffset.top<s.scrollSensitivity&&(n.scrollTop=o=n.scrollTop-s.scrollSpeed)),s.axis&&"y"===s.axis||(i.overflowOffset.left+n.offsetWidth-t.pageX<s.scrollSensitivity?n.scrollLeft=o=n.scrollLeft+s.scrollSpeed:t.pageX-i.overflowOffset.left<s.scrollSensitivity&&(n.scrollLeft=o=n.scrollLeft-s.scrollSpeed))):(s.axis&&"x"===s.axis||(t.pageY-w(r).scrollTop()<s.scrollSensitivity?o=w(r).scrollTop(w(r).scrollTop()-s.scrollSpeed):w(window).height()-(t.pageY-w(r).scrollTop())<s.scrollSensitivity&&(o=w(r).scrollTop(w(r).scrollTop()+s.scrollSpeed))),s.axis&&"y"===s.axis||(t.pageX-w(r).scrollLeft()<s.scrollSensitivity?o=w(r).scrollLeft(w(r).scrollLeft()-s.scrollSpeed):w(window).width()-(t.pageX-w(r).scrollLeft())<s.scrollSensitivity&&(o=w(r).scrollLeft(w(r).scrollLeft()+s.scrollSpeed)))),!1!==o&&w.ui.ddmanager&&!s.dropBehaviour&&w.ui.ddmanager.prepareOffsets(i,t)}}),w.ui.plugin.add("draggable","snap",{start:function(t,e,i){var s=i.options;i.snapElements=[],w(s.snap.constructor!==String?s.snap.items||":data(ui-draggable)":s.snap).each(function(){var t=w(this),e=t.offset();this!==i.element[0]&&i.snapElements.push({item:this,width:t.outerWidth(),height:t.outerHeight(),top:e.top,left:e.left})})},drag:function(t,e,i){var s,o,n,r,a,h,l,p,c,d,u=i.options,f=u.snapTolerance,g=e.offset.left,m=g+i.helperProportions.width,_=e.offset.top,v=_+i.helperProportions.height;for(c=i.snapElements.length-1;0<=c;c--)h=(a=i.snapElements[c].left-i.margins.left)+i.snapElements[c].width,p=(l=i.snapElements[c].top-i.margins.top)+i.snapElements[c].height,m<a-f||h+f<g||v<l-f||p+f<_||!w.contains(i.snapElements[c].item.ownerDocument,i.snapElements[c].item)?(i.snapElements[c].snapping&&i.options.snap.release&&i.options.snap.release.call(i.element,t,w.extend(i._uiHash(),{snapItem:i.snapElements[c].item})),i.snapElements[c].snapping=!1):("inner"!==u.snapMode&&(s=Math.abs(l-v)<=f,o=Math.abs(p-_)<=f,n=Math.abs(a-m)<=f,r=Math.abs(h-g)<=f,s&&(e.position.top=i._convertPositionTo("relative",{top:l-i.helperProportions.height,left:0}).top),o&&(e.position.top=i._convertPositionTo("relative",{top:p,left:0}).top),n&&(e.position.left=i._convertPositionTo("relative",{top:0,left:a-i.helperProportions.width}).left),r&&(e.position.left=i._convertPositionTo("relative",{top:0,left:h}).left)),d=s||o||n||r,"outer"!==u.snapMode&&(s=Math.abs(l-_)<=f,o=Math.abs(p-v)<=f,n=Math.abs(a-g)<=f,r=Math.abs(h-m)<=f,s&&(e.position.top=i._convertPositionTo("relative",{top:l,left:0}).top),o&&(e.position.top=i._convertPositionTo("relative",{top:p-i.helperProportions.height,left:0}).top),n&&(e.position.left=i._convertPositionTo("relative",{top:0,left:a}).left),r&&(e.position.left=i._convertPositionTo("relative",{top:0,left:h-i.helperProportions.width}).left)),!i.snapElements[c].snapping&&(s||o||n||r||d)&&i.options.snap.snap&&i.options.snap.snap.call(i.element,t,w.extend(i._uiHash(),{snapItem:i.snapElements[c].item})),i.snapElements[c].snapping=s||o||n||r||d)}}),w.ui.plugin.add("draggable","stack",{start:function(t,e,i){var s,o=i.options,n=w.makeArray(w(o.stack)).sort(function(t,e){return(parseInt(w(t).css("zIndex"),10)||0)-(parseInt(w(e).css("zIndex"),10)||0)});n.length&&(s=parseInt(w(n[0]).css("zIndex"),10)||0,w(n).each(function(t){w(this).css("zIndex",s+t)}),this.css("zIndex",s+n.length))}}),w.ui.plugin.add("draggable","zIndex",{start:function(t,e,i){var s=w(e.helper),o=i.options;s.css("zIndex")&&(o._zIndex=s.css("zIndex")),s.css("zIndex",o.zIndex)},stop:function(t,e,i){var s=i.options;s._zIndex&&w(e.helper).css("zIndex",s._zIndex)}});w.ui.draggable;w.widget("ui.droppable",{version:"1.12.1",widgetEventPrefix:"drop",options:{accept:"*",addClasses:!0,greedy:!1,scope:"default",tolerance:"intersect",activate:null,deactivate:null,drop:null,out:null,over:null},_create:function(){var t,e=this.options,i=e.accept;this.isover=!1,this.isout=!0,this.accept=w.isFunction(i)?i:function(t){return t.is(i)},this.proportions=function(){if(!arguments.length)return t||(t={width:this.element[0].offsetWidth,height:this.element[0].offsetHeight});t=arguments[0]},this._addToManager(e.scope),e.addClasses&&this._addClass("ui-droppable")},_addToManager:function(t){w.ui.ddmanager.droppables[t]=w.ui.ddmanager.droppables[t]||[],w.ui.ddmanager.droppables[t].push(this)},_splice:function(t){for(var e=0;e<t.length;e++)t[e]===this&&t.splice(e,1)},_destroy:function(){var t=w.ui.ddmanager.droppables[this.options.scope];this._splice(t)},_setOption:function(t,e){if("accept"===t)this.accept=w.isFunction(e)?e:function(t){return t.is(e)};else if("scope"===t){var i=w.ui.ddmanager.droppables[this.options.scope];this._splice(i),this._addToManager(e)}this._super(t,e)},_activate:function(t){var e=w.ui.ddmanager.current;this._addActiveClass(),e&&this._trigger("activate",t,this.ui(e))},_deactivate:function(t){var e=w.ui.ddmanager.current;this._removeActiveClass(),e&&this._trigger("deactivate",t,this.ui(e))},_over:function(t){var e=w.ui.ddmanager.current;e&&(e.currentItem||e.element)[0]!==this.element[0]&&this.accept.call(this.element[0],e.currentItem||e.element)&&(this._addHoverClass(),this._trigger("over",t,this.ui(e)))},_out:function(t){var e=w.ui.ddmanager.current;e&&(e.currentItem||e.element)[0]!==this.element[0]&&this.accept.call(this.element[0],e.currentItem||e.element)&&(this._removeHoverClass(),this._trigger("out",t,this.ui(e)))},_drop:function(e,t){var i=t||w.ui.ddmanager.current,s=!1;return!(!i||(i.currentItem||i.element)[0]===this.element[0])&&(this.element.find(":data(ui-droppable)").not(".ui-draggable-dragging").each(function(){var t=w(this).droppable("instance");if(t.options.greedy&&!t.options.disabled&&t.options.scope===i.options.scope&&t.accept.call(t.element[0],i.currentItem||i.element)&&h(i,w.extend(t,{offset:t.element.offset()}),t.options.tolerance,e))return!(s=!0)}),!s&&(!!this.accept.call(this.element[0],i.currentItem||i.element)&&(this._removeActiveClass(),this._removeHoverClass(),this._trigger("drop",e,this.ui(i)),this.element)))},ui:function(t){return{draggable:t.currentItem||t.element,helper:t.helper,position:t.position,offset:t.positionAbs}},_addHoverClass:function(){this._addClass("ui-droppable-hover")},_removeHoverClass:function(){this._removeClass("ui-droppable-hover")},_addActiveClass:function(){this._addClass("ui-droppable-active")},_removeActiveClass:function(){this._removeClass("ui-droppable-active")}});var h=w.ui.intersect=function(t,e,i,s){if(!e.offset)return!1;var o=(t.positionAbs||t.position.absolute).left+t.margins.left,n=(t.positionAbs||t.position.absolute).top+t.margins.top,r=o+t.helperProportions.width,a=n+t.helperProportions.height,h=e.offset.left,l=e.offset.top,p=h+e.proportions().width,c=l+e.proportions().height;switch(i){case"fit":return h<=o&&r<=p&&l<=n&&a<=c;case"intersect":return h<o+t.helperProportions.width/2&&r-t.helperProportions.width/2<p&&l<n+t.helperProportions.height/2&&a-t.helperProportions.height/2<c;case"pointer":return d(s.pageY,l,e.proportions().height)&&d(s.pageX,h,e.proportions().width);case"touch":return(l<=n&&n<=c||l<=a&&a<=c||n<l&&c<a)&&(h<=o&&o<=p||h<=r&&r<=p||o<h&&p<r);default:return!1}};function d(t,e,i){return e<=t&&t<e+i}!(w.ui.ddmanager={current:null,droppables:{default:[]},prepareOffsets:function(t,e){var i,s,o=w.ui.ddmanager.droppables[t.options.scope]||[],n=e?e.type:null,r=(t.currentItem||t.element).find(":data(ui-droppable)").addBack();t:for(i=0;i<o.length;i++)if(!(o[i].options.disabled||t&&!o[i].accept.call(o[i].element[0],t.currentItem||t.element))){for(s=0;s<r.length;s++)if(r[s]===o[i].element[0]){o[i].proportions().height=0;continue t}o[i].visible="none"!==o[i].element.css("display"),o[i].visible&&("mousedown"===n&&o[i]._activate.call(o[i],e),o[i].offset=o[i].element.offset(),o[i].proportions({width:o[i].element[0].offsetWidth,height:o[i].element[0].offsetHeight}))}},drop:function(t,e){var i=!1;return w.each((w.ui.ddmanager.droppables[t.options.scope]||[]).slice(),function(){this.options&&(!this.options.disabled&&this.visible&&h(t,this,this.options.tolerance,e)&&(i=this._drop.call(this,e)||i),!this.options.disabled&&this.visible&&this.accept.call(this.element[0],t.currentItem||t.element)&&(this.isout=!0,this.isover=!1,this._deactivate.call(this,e)))}),i},dragStart:function(t,e){t.element.parentsUntil("body").on("scroll.droppable",function(){t.options.refreshPositions||w.ui.ddmanager.prepareOffsets(t,e)})},drag:function(n,r){n.options.refreshPositions&&w.ui.ddmanager.prepareOffsets(n,r),w.each(w.ui.ddmanager.droppables[n.options.scope]||[],function(){if(!this.options.disabled&&!this.greedyChild&&this.visible){var t,e,i,s=h(n,this,this.options.tolerance,r),o=!s&&this.isover?"isout":s&&!this.isover?"isover":null;o&&(this.options.greedy&&(e=this.options.scope,(i=this.element.parents(":data(ui-droppable)").filter(function(){return w(this).droppable("instance").options.scope===e})).length&&((t=w(i[0]).droppable("instance")).greedyChild="isover"===o)),t&&"isover"===o&&(t.isover=!1,t.isout=!0,t._out.call(t,r)),this[o]=!0,this["isout"===o?"isover":"isout"]=!1,this["isover"===o?"_over":"_out"].call(this,r),t&&"isout"===o&&(t.isout=!1,t.isover=!0,t._over.call(t,r)))}})},dragStop:function(t,e){t.element.parentsUntil("body").off("scroll.droppable"),t.options.refreshPositions||w.ui.ddmanager.prepareOffsets(t,e)}})!==w.uiBackCompat&&w.widget("ui.droppable",w.ui.droppable,{options:{hoverClass:!1,activeClass:!1},_addActiveClass:function(){this._super(),this.options.activeClass&&this.element.addClass(this.options.activeClass)},_removeActiveClass:function(){this._super(),this.options.activeClass&&this.element.removeClass(this.options.activeClass)},_addHoverClass:function(){this._super(),this.options.hoverClass&&this.element.addClass(this.options.hoverClass)},_removeHoverClass:function(){this._super(),this.options.hoverClass&&this.element.removeClass(this.options.hoverClass)}});w.ui.droppable;w.widget("ui.resizable",w.ui.mouse,{version:"1.12.1",widgetEventPrefix:"resize",options:{alsoResize:!1,animate:!1,animateDuration:"slow",animateEasing:"swing",aspectRatio:!1,autoHide:!1,classes:{"ui-resizable-se":"ui-icon ui-icon-gripsmall-diagonal-se"},containment:!1,ghost:!1,grid:!1,handles:"e,s,se",helper:!1,maxHeight:null,maxWidth:null,minHeight:10,minWidth:10,zIndex:90,resize:null,start:null,stop:null},_num:function(t){return parseFloat(t)||0},_isNumber:function(t){return!isNaN(parseFloat(t))},_hasScroll:function(t,e){if("hidden"===w(t).css("overflow"))return!1;var i,s=e&&"left"===e?"scrollLeft":"scrollTop";return 0<t[s]||(t[s]=1,i=0<t[s],t[s]=0,i)},_create:function(){var t,e=this.options,i=this;this._addClass("ui-resizable"),w.extend(this,{_aspectRatio:!!e.aspectRatio,aspectRatio:e.aspectRatio,originalElement:this.element,_proportionallyResizeElements:[],_helper:e.helper||e.ghost||e.animate?e.helper||"ui-resizable-helper":null}),this.element[0].nodeName.match(/^(canvas|textarea|input|select|button|img)$/i)&&(this.element.wrap(w("<div class='ui-wrapper' style='overflow: hidden;'></div>").css({position:this.element.css("position"),width:this.element.outerWidth(),height:this.element.outerHeight(),top:this.element.css("top"),left:this.element.css("left")})),this.element=this.element.parent().data("ui-resizable",this.element.resizable("instance")),this.elementIsWrapper=!0,t={marginTop:this.originalElement.css("marginTop"),marginRight:this.originalElement.css("marginRight"),marginBottom:this.originalElement.css("marginBottom"),marginLeft:this.originalElement.css("marginLeft")},this.element.css(t),this.originalElement.css("margin",0),this.originalResizeStyle=this.originalElement.css("resize"),this.originalElement.css("resize","none"),this._proportionallyResizeElements.push(this.originalElement.css({position:"static",zoom:1,display:"block"})),this.originalElement.css(t),this._proportionallyResize()),this._setupHandles(),e.autoHide&&w(this.element).on("mouseenter",function(){e.disabled||(i._removeClass("ui-resizable-autohide"),i._handles.show())}).on("mouseleave",function(){e.disabled||i.resizing||(i._addClass("ui-resizable-autohide"),i._handles.hide())}),this._mouseInit()},_destroy:function(){this._mouseDestroy();function t(t){w(t).removeData("resizable").removeData("ui-resizable").off(".resizable").find(".ui-resizable-handle").remove()}var e;return this.elementIsWrapper&&(t(this.element),e=this.element,this.originalElement.css({position:e.css("position"),width:e.outerWidth(),height:e.outerHeight(),top:e.css("top"),left:e.css("left")}).insertAfter(e),e.remove()),this.originalElement.css("resize",this.originalResizeStyle),t(this.originalElement),this},_setOption:function(t,e){switch(this._super(t,e),t){case"handles":this._removeHandles(),this._setupHandles()}},_setupHandles:function(){var t,e,i,s,o,n=this.options,r=this;if(this.handles=n.handles||(w(".ui-resizable-handle",this.element).length?{n:".ui-resizable-n",e:".ui-resizable-e",s:".ui-resizable-s",w:".ui-resizable-w",se:".ui-resizable-se",sw:".ui-resizable-sw",ne:".ui-resizable-ne",nw:".ui-resizable-nw"}:"e,s,se"),this._handles=w(),this.handles.constructor===String)for("all"===this.handles&&(this.handles="n,e,s,w,se,sw,ne,nw"),i=this.handles.split(","),this.handles={},e=0;e<i.length;e++)s="ui-resizable-"+(t=w.trim(i[e])),o=w("<div>"),this._addClass(o,"ui-resizable-handle "+s),o.css({zIndex:n.zIndex}),this.handles[t]=".ui-resizable-"+t,this.element.append(o);this._renderAxis=function(t){var e,i,s,o;for(e in t=t||this.element,this.handles)this.handles[e].constructor===String?this.handles[e]=this.element.children(this.handles[e]).first().show():(this.handles[e].jquery||this.handles[e].nodeType)&&(this.handles[e]=w(this.handles[e]),this._on(this.handles[e],{mousedown:r._mouseDown})),this.elementIsWrapper&&this.originalElement[0].nodeName.match(/^(textarea|input|select|button)$/i)&&(i=w(this.handles[e],this.element),o=/sw|ne|nw|se|n|s/.test(e)?i.outerHeight():i.outerWidth(),s=["padding",/ne|nw|n/.test(e)?"Top":/se|sw|s/.test(e)?"Bottom":/^e$/.test(e)?"Right":"Left"].join(""),t.css(s,o),this._proportionallyResize()),this._handles=this._handles.add(this.handles[e])},this._renderAxis(this.element),this._handles=this._handles.add(this.element.find(".ui-resizable-handle")),this._handles.disableSelection(),this._handles.on("mouseover",function(){r.resizing||(this.className&&(o=this.className.match(/ui-resizable-(se|sw|ne|nw|n|e|s|w)/i)),r.axis=o&&o[1]?o[1]:"se")}),n.autoHide&&(this._handles.hide(),this._addClass("ui-resizable-autohide"))},_removeHandles:function(){this._handles.remove()},_mouseCapture:function(t){var e,i,s=!1;for(e in this.handles)(i=w(this.handles[e])[0])!==t.target&&!w.contains(i,t.target)||(s=!0);return!this.options.disabled&&s},_mouseStart:function(t){var e,i,s,o=this.options,n=this.element;return this.resizing=!0,this._renderProxy(),e=this._num(this.helper.css("left")),i=this._num(this.helper.css("top")),o.containment&&(e+=w(o.containment).scrollLeft()||0,i+=w(o.containment).scrollTop()||0),this.offset=this.helper.offset(),this.position={left:e,top:i},this.size=this._helper?{width:this.helper.width(),height:this.helper.height()}:{width:n.width(),height:n.height()},this.originalSize=this._helper?{width:n.outerWidth(),height:n.outerHeight()}:{width:n.width(),height:n.height()},this.sizeDiff={width:n.outerWidth()-n.width(),height:n.outerHeight()-n.height()},this.originalPosition={left:e,top:i},this.originalMousePosition={left:t.pageX,top:t.pageY},this.aspectRatio="number"==typeof o.aspectRatio?o.aspectRatio:this.originalSize.width/this.originalSize.height||1,s=w(".ui-resizable-"+this.axis).css("cursor"),w("body").css("cursor","auto"===s?this.axis+"-resize":s),this._addClass("ui-resizable-resizing"),this._propagate("start",t),!0},_mouseDrag:function(t){var e,i,s=this.originalMousePosition,o=this.axis,n=t.pageX-s.left||0,r=t.pageY-s.top||0,a=this._change[o];return this._updatePrevProperties(),a&&(e=a.apply(this,[t,n,r]),this._updateVirtualBoundaries(t.shiftKey),(this._aspectRatio||t.shiftKey)&&(e=this._updateRatio(e,t)),e=this._respectSize(e,t),this._updateCache(e),this._propagate("resize",t),i=this._applyChanges(),!this._helper&&this._proportionallyResizeElements.length&&this._proportionallyResize(),w.isEmptyObject(i)||(this._updatePrevProperties(),this._trigger("resize",t,this.ui()),this._applyChanges())),!1},_mouseStop:function(t){this.resizing=!1;var e,i,s,o,n,r,a,h=this.options,l=this;return this._helper&&(s=(i=(e=this._proportionallyResizeElements).length&&/textarea/i.test(e[0].nodeName))&&this._hasScroll(e[0],"left")?0:l.sizeDiff.height,o=i?0:l.sizeDiff.width,n={width:l.helper.width()-o,height:l.helper.height()-s},r=parseFloat(l.element.css("left"))+(l.position.left-l.originalPosition.left)||null,a=parseFloat(l.element.css("top"))+(l.position.top-l.originalPosition.top)||null,h.animate||this.element.css(w.extend(n,{top:a,left:r})),l.helper.height(l.size.height),l.helper.width(l.size.width),this._helper&&!h.animate&&this._proportionallyResize()),w("body").css("cursor","auto"),this._removeClass("ui-resizable-resizing"),this._propagate("stop",t),this._helper&&this.helper.remove(),!1},_updatePrevProperties:function(){this.prevPosition={top:this.position.top,left:this.position.left},this.prevSize={width:this.size.width,height:this.size.height}},_applyChanges:function(){var t={};return this.position.top!==this.prevPosition.top&&(t.top=this.position.top+"px"),this.position.left!==this.prevPosition.left&&(t.left=this.position.left+"px"),this.size.width!==this.prevSize.width&&(t.width=this.size.width+"px"),this.size.height!==this.prevSize.height&&(t.height=this.size.height+"px"),this.helper.css(t),t},_updateVirtualBoundaries:function(t){var e,i,s,o,n,r=this.options;n={minWidth:this._isNumber(r.minWidth)?r.minWidth:0,maxWidth:this._isNumber(r.maxWidth)?r.maxWidth:1/0,minHeight:this._isNumber(r.minHeight)?r.minHeight:0,maxHeight:this._isNumber(r.maxHeight)?r.maxHeight:1/0},(this._aspectRatio||t)&&(e=n.minHeight*this.aspectRatio,s=n.minWidth/this.aspectRatio,i=n.maxHeight*this.aspectRatio,o=n.maxWidth/this.aspectRatio,e>n.minWidth&&(n.minWidth=e),s>n.minHeight&&(n.minHeight=s),i<n.maxWidth&&(n.maxWidth=i),o<n.maxHeight&&(n.maxHeight=o)),this._vBoundaries=n},_updateCache:function(t){this.offset=this.helper.offset(),this._isNumber(t.left)&&(this.position.left=t.left),this._isNumber(t.top)&&(this.position.top=t.top),this._isNumber(t.height)&&(this.size.height=t.height),this._isNumber(t.width)&&(this.size.width=t.width)},_updateRatio:function(t){var e=this.position,i=this.size,s=this.axis;return this._isNumber(t.height)?t.width=t.height*this.aspectRatio:this._isNumber(t.width)&&(t.height=t.width/this.aspectRatio),"sw"===s&&(t.left=e.left+(i.width-t.width),t.top=null),"nw"===s&&(t.top=e.top+(i.height-t.height),t.left=e.left+(i.width-t.width)),t},_respectSize:function(t){var e=this._vBoundaries,i=this.axis,s=this._isNumber(t.width)&&e.maxWidth&&e.maxWidth<t.width,o=this._isNumber(t.height)&&e.maxHeight&&e.maxHeight<t.height,n=this._isNumber(t.width)&&e.minWidth&&e.minWidth>t.width,r=this._isNumber(t.height)&&e.minHeight&&e.minHeight>t.height,a=this.originalPosition.left+this.originalSize.width,h=this.originalPosition.top+this.originalSize.height,l=/sw|nw|w/.test(i),p=/nw|ne|n/.test(i);return n&&(t.width=e.minWidth),r&&(t.height=e.minHeight),s&&(t.width=e.maxWidth),o&&(t.height=e.maxHeight),n&&l&&(t.left=a-e.minWidth),s&&l&&(t.left=a-e.maxWidth),r&&p&&(t.top=h-e.minHeight),o&&p&&(t.top=h-e.maxHeight),t.width||t.height||t.left||!t.top?t.width||t.height||t.top||!t.left||(t.left=null):t.top=null,t},_getPaddingPlusBorderDimensions:function(t){for(var e=0,i=[],s=[t.css("borderTopWidth"),t.css("borderRightWidth"),t.css("borderBottomWidth"),t.css("borderLeftWidth")],o=[t.css("paddingTop"),t.css("paddingRight"),t.css("paddingBottom"),t.css("paddingLeft")];e<4;e++)i[e]=parseFloat(s[e])||0,i[e]+=parseFloat(o[e])||0;return{height:i[0]+i[2],width:i[1]+i[3]}},_proportionallyResize:function(){if(this._proportionallyResizeElements.length)for(var t,e=0,i=this.helper||this.element;e<this._proportionallyResizeElements.length;e++)t=this._proportionallyResizeElements[e],this.outerDimensions||(this.outerDimensions=this._getPaddingPlusBorderDimensions(t)),t.css({height:i.height()-this.outerDimensions.height||0,width:i.width()-this.outerDimensions.width||0})},_renderProxy:function(){var t=this.element,e=this.options;this.elementOffset=t.offset(),this._helper?(this.helper=this.helper||w("<div style='overflow:hidden;'></div>"),this._addClass(this.helper,this._helper),this.helper.css({width:this.element.outerWidth(),height:this.element.outerHeight(),position:"absolute",left:this.elementOffset.left+"px",top:this.elementOffset.top+"px",zIndex:++e.zIndex}),this.helper.appendTo("body").disableSelection()):this.helper=this.element},_change:{e:function(t,e){return{width:this.originalSize.width+e}},w:function(t,e){var i=this.originalSize;return{left:this.originalPosition.left+e,width:i.width-e}},n:function(t,e,i){var s=this.originalSize;return{top:this.originalPosition.top+i,height:s.height-i}},s:function(t,e,i){return{height:this.originalSize.height+i}},se:function(t,e,i){return w.extend(this._change.s.apply(this,arguments),this._change.e.apply(this,[t,e,i]))},sw:function(t,e,i){return w.extend(this._change.s.apply(this,arguments),this._change.w.apply(this,[t,e,i]))},ne:function(t,e,i){return w.extend(this._change.n.apply(this,arguments),this._change.e.apply(this,[t,e,i]))},nw:function(t,e,i){return w.extend(this._change.n.apply(this,arguments),this._change.w.apply(this,[t,e,i]))}},_propagate:function(t,e){w.ui.plugin.call(this,t,[e,this.ui()]),"resize"!==t&&this._trigger(t,e,this.ui())},plugins:{},ui:function(){return{originalElement:this.originalElement,element:this.element,helper:this.helper,position:this.position,size:this.size,originalSize:this.originalSize,originalPosition:this.originalPosition}}}),w.ui.plugin.add("resizable","animate",{stop:function(e){var i=w(this).resizable("instance"),t=i.options,s=i._proportionallyResizeElements,o=s.length&&/textarea/i.test(s[0].nodeName),n=o&&i._hasScroll(s[0],"left")?0:i.sizeDiff.height,r=o?0:i.sizeDiff.width,a={width:i.size.width-r,height:i.size.height-n},h=parseFloat(i.element.css("left"))+(i.position.left-i.originalPosition.left)||null,l=parseFloat(i.element.css("top"))+(i.position.top-i.originalPosition.top)||null;i.element.animate(w.extend(a,l&&h?{top:l,left:h}:{}),{duration:t.animateDuration,easing:t.animateEasing,step:function(){var t={width:parseFloat(i.element.css("width")),height:parseFloat(i.element.css("height")),top:parseFloat(i.element.css("top")),left:parseFloat(i.element.css("left"))};s&&s.length&&w(s[0]).css({width:t.width,height:t.height}),i._updateCache(t),i._propagate("resize",e)}})}}),w.ui.plugin.add("resizable","containment",{start:function(){var i,s,t,e,o,n,r,a=w(this).resizable("instance"),h=a.options,l=a.element,p=h.containment,c=p instanceof w?p.get(0):/parent/.test(p)?l.parent().get(0):p;c&&(a.containerElement=w(c),/document/.test(p)||p===document?(a.containerOffset={left:0,top:0},a.containerPosition={left:0,top:0},a.parentData={element:w(document),left:0,top:0,width:w(document).width(),height:w(document).height()||document.body.parentNode.scrollHeight}):(i=w(c),s=[],w(["Top","Right","Left","Bottom"]).each(function(t,e){s[t]=a._num(i.css("padding"+e))}),a.containerOffset=i.offset(),a.containerPosition=i.position(),a.containerSize={height:i.innerHeight()-s[3],width:i.innerWidth()-s[1]},t=a.containerOffset,e=a.containerSize.height,o=a.containerSize.width,n=a._hasScroll(c,"left")?c.scrollWidth:o,r=a._hasScroll(c)?c.scrollHeight:e,a.parentData={element:c,left:t.left,top:t.top,width:n,height:r}))},resize:function(t){var e,i,s,o,n=w(this).resizable("instance"),r=n.options,a=n.containerOffset,h=n.position,l=n._aspectRatio||t.shiftKey,p={top:0,left:0},c=n.containerElement,d=!0;c[0]!==document&&/static/.test(c.css("position"))&&(p=a),h.left<(n._helper?a.left:0)&&(n.size.width=n.size.width+(n._helper?n.position.left-a.left:n.position.left-p.left),l&&(n.size.height=n.size.width/n.aspectRatio,d=!1),n.position.left=r.helper?a.left:0),h.top<(n._helper?a.top:0)&&(n.size.height=n.size.height+(n._helper?n.position.top-a.top:n.position.top),l&&(n.size.width=n.size.height*n.aspectRatio,d=!1),n.position.top=n._helper?a.top:0),s=n.containerElement.get(0)===n.element.parent().get(0),o=/relative|absolute/.test(n.containerElement.css("position")),s&&o?(n.offset.left=n.parentData.left+n.position.left,n.offset.top=n.parentData.top+n.position.top):(n.offset.left=n.element.offset().left,n.offset.top=n.element.offset().top),e=Math.abs(n.sizeDiff.width+(n._helper?n.offset.left-p.left:n.offset.left-a.left)),i=Math.abs(n.sizeDiff.height+(n._helper?n.offset.top-p.top:n.offset.top-a.top)),e+n.size.width>=n.parentData.width&&(n.size.width=n.parentData.width-e,l&&(n.size.height=n.size.width/n.aspectRatio,d=!1)),i+n.size.height>=n.parentData.height&&(n.size.height=n.parentData.height-i,l&&(n.size.width=n.size.height*n.aspectRatio,d=!1)),d||(n.position.left=n.prevPosition.left,n.position.top=n.prevPosition.top,n.size.width=n.prevSize.width,n.size.height=n.prevSize.height)},stop:function(){var t=w(this).resizable("instance"),e=t.options,i=t.containerOffset,s=t.containerPosition,o=t.containerElement,n=w(t.helper),r=n.offset(),a=n.outerWidth()-t.sizeDiff.width,h=n.outerHeight()-t.sizeDiff.height;t._helper&&!e.animate&&/relative/.test(o.css("position"))&&w(this).css({left:r.left-s.left-i.left,width:a,height:h}),t._helper&&!e.animate&&/static/.test(o.css("position"))&&w(this).css({left:r.left-s.left-i.left,width:a,height:h})}}),w.ui.plugin.add("resizable","alsoResize",{start:function(){var t=w(this).resizable("instance").options;w(t.alsoResize).each(function(){var t=w(this);t.data("ui-resizable-alsoresize",{width:parseFloat(t.width()),height:parseFloat(t.height()),left:parseFloat(t.css("left")),top:parseFloat(t.css("top"))})})},resize:function(t,i){var e=w(this).resizable("instance"),s=e.options,o=e.originalSize,n=e.originalPosition,r={height:e.size.height-o.height||0,width:e.size.width-o.width||0,top:e.position.top-n.top||0,left:e.position.left-n.left||0};w(s.alsoResize).each(function(){var t=w(this),s=w(this).data("ui-resizable-alsoresize"),o={},e=t.parents(i.originalElement[0]).length?["width","height"]:["width","height","top","left"];w.each(e,function(t,e){var i=(s[e]||0)+(r[e]||0);i&&0<=i&&(o[e]=i||null)}),t.css(o)})},stop:function(){w(this).removeData("ui-resizable-alsoresize")}}),w.ui.plugin.add("resizable","ghost",{start:function(){var t=w(this).resizable("instance"),e=t.size;t.ghost=t.originalElement.clone(),t.ghost.css({opacity:.25,display:"block",position:"relative",height:e.height,width:e.width,margin:0,left:0,top:0}),t._addClass(t.ghost,"ui-resizable-ghost"),!1!==w.uiBackCompat&&"string"==typeof t.options.ghost&&t.ghost.addClass(this.options.ghost),t.ghost.appendTo(t.helper)},resize:function(){var t=w(this).resizable("instance");t.ghost&&t.ghost.css({position:"relative",height:t.size.height,width:t.size.width})},stop:function(){var t=w(this).resizable("instance");t.ghost&&t.helper&&t.helper.get(0).removeChild(t.ghost.get(0))}}),w.ui.plugin.add("resizable","grid",{resize:function(){var t,e=w(this).resizable("instance"),i=e.options,s=e.size,o=e.originalSize,n=e.originalPosition,r=e.axis,a="number"==typeof i.grid?[i.grid,i.grid]:i.grid,h=a[0]||1,l=a[1]||1,p=Math.round((s.width-o.width)/h)*h,c=Math.round((s.height-o.height)/l)*l,d=o.width+p,u=o.height+c,f=i.maxWidth&&i.maxWidth<d,g=i.maxHeight&&i.maxHeight<u,m=i.minWidth&&i.minWidth>d,_=i.minHeight&&i.minHeight>u;i.grid=a,m&&(d+=h),_&&(u+=l),f&&(d-=h),g&&(u-=l),/^(se|s|e)$/.test(r)?(e.size.width=d,e.size.height=u):/^(ne)$/.test(r)?(e.size.width=d,e.size.height=u,e.position.top=n.top-c):/^(sw)$/.test(r)?(e.size.width=d,e.size.height=u,e.position.left=n.left-p):((u-l<=0||d-h<=0)&&(t=e._getPaddingPlusBorderDimensions(this)),0<u-l?(e.size.height=u,e.position.top=n.top-c):(u=l-t.height,e.size.height=u,e.position.top=n.top+o.height-u),0<d-h?(e.size.width=d,e.position.left=n.left-p):(d=h-t.width,e.size.width=d,e.position.left=n.left+o.width-d))}});w.ui.resizable}); -//# sourceMappingURL=gridstack.min.map \ No newline at end of file diff --git a/software/flow/node_modules/gridstack/dist/jquery.js b/software/flow/node_modules/gridstack/dist/jquery.js deleted file mode 100644 index 773ad95..0000000 --- a/software/flow/node_modules/gridstack/dist/jquery.js +++ /dev/null @@ -1,10598 +0,0 @@ -/*! - * jQuery JavaScript Library v3.4.1 - * https://jquery.com/ - * - * Includes Sizzle.js - * https://sizzlejs.com/ - * - * Copyright JS Foundation and other contributors - * Released under the MIT license - * https://jquery.org/license - * - * Date: 2019-05-01T21:04Z - */ -( function( global, factory ) { - - "use strict"; - - if ( typeof module === "object" && typeof module.exports === "object" ) { - - // For CommonJS and CommonJS-like environments where a proper `window` - // is present, execute the factory and get jQuery. - // For environments that do not have a `window` with a `document` - // (such as Node.js), expose a factory as module.exports. - // This accentuates the need for the creation of a real `window`. - // e.g. var jQuery = require("jquery")(window); - // See ticket #14549 for more info. - module.exports = global.document ? - factory( global, true ) : - function( w ) { - if ( !w.document ) { - throw new Error( "jQuery requires a window with a document" ); - } - return factory( w ); - }; - } else { - factory( global ); - } - -// Pass this if window is not defined yet -} )( typeof window !== "undefined" ? window : this, function( window, noGlobal ) { - -// Edge <= 12 - 13+, Firefox <=18 - 45+, IE 10 - 11, Safari 5.1 - 9+, iOS 6 - 9.1 -// throw exceptions when non-strict code (e.g., ASP.NET 4.5) accesses strict mode -// arguments.callee.caller (trac-13335). But as of jQuery 3.0 (2016), strict mode should be common -// enough that all such attempts are guarded in a try block. -"use strict"; - -var arr = []; - -var document = window.document; - -var getProto = Object.getPrototypeOf; - -var slice = arr.slice; - -var concat = arr.concat; - -var push = arr.push; - -var indexOf = arr.indexOf; - -var class2type = {}; - -var toString = class2type.toString; - -var hasOwn = class2type.hasOwnProperty; - -var fnToString = hasOwn.toString; - -var ObjectFunctionString = fnToString.call( Object ); - -var support = {}; - -var isFunction = function isFunction( obj ) { - - // Support: Chrome <=57, Firefox <=52 - // In some browsers, typeof returns "function" for HTML <object> elements - // (i.e., `typeof document.createElement( "object" ) === "function"`). - // We don't want to classify *any* DOM node as a function. - return typeof obj === "function" && typeof obj.nodeType !== "number"; - }; - - -var isWindow = function isWindow( obj ) { - return obj != null && obj === obj.window; - }; - - - - - var preservedScriptAttributes = { - type: true, - src: true, - nonce: true, - noModule: true - }; - - function DOMEval( code, node, doc ) { - doc = doc || document; - - var i, val, - script = doc.createElement( "script" ); - - script.text = code; - if ( node ) { - for ( i in preservedScriptAttributes ) { - - // Support: Firefox 64+, Edge 18+ - // Some browsers don't support the "nonce" property on scripts. - // On the other hand, just using `getAttribute` is not enough as - // the `nonce` attribute is reset to an empty string whenever it - // becomes browsing-context connected. - // See https://github.com/whatwg/html/issues/2369 - // See https://html.spec.whatwg.org/#nonce-attributes - // The `node.getAttribute` check was added for the sake of - // `jQuery.globalEval` so that it can fake a nonce-containing node - // via an object. - val = node[ i ] || node.getAttribute && node.getAttribute( i ); - if ( val ) { - script.setAttribute( i, val ); - } - } - } - doc.head.appendChild( script ).parentNode.removeChild( script ); - } - - -function toType( obj ) { - if ( obj == null ) { - return obj + ""; - } - - // Support: Android <=2.3 only (functionish RegExp) - return typeof obj === "object" || typeof obj === "function" ? - class2type[ toString.call( obj ) ] || "object" : - typeof obj; -} -/* global Symbol */ -// Defining this global in .eslintrc.json would create a danger of using the global -// unguarded in another place, it seems safer to define global only for this module - - - -var - version = "3.4.1", - - // Define a local copy of jQuery - jQuery = function( selector, context ) { - - // The jQuery object is actually just the init constructor 'enhanced' - // Need init if jQuery is called (just allow error to be thrown if not included) - return new jQuery.fn.init( selector, context ); - }, - - // Support: Android <=4.0 only - // Make sure we trim BOM and NBSP - rtrim = /^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g; - -jQuery.fn = jQuery.prototype = { - - // The current version of jQuery being used - jquery: version, - - constructor: jQuery, - - // The default length of a jQuery object is 0 - length: 0, - - toArray: function() { - return slice.call( this ); - }, - - // Get the Nth element in the matched element set OR - // Get the whole matched element set as a clean array - get: function( num ) { - - // Return all the elements in a clean array - if ( num == null ) { - return slice.call( this ); - } - - // Return just the one element from the set - return num < 0 ? this[ num + this.length ] : this[ num ]; - }, - - // Take an array of elements and push it onto the stack - // (returning the new matched element set) - pushStack: function( elems ) { - - // Build a new jQuery matched element set - var ret = jQuery.merge( this.constructor(), elems ); - - // Add the old object onto the stack (as a reference) - ret.prevObject = this; - - // Return the newly-formed element set - return ret; - }, - - // Execute a callback for every element in the matched set. - each: function( callback ) { - return jQuery.each( this, callback ); - }, - - map: function( callback ) { - return this.pushStack( jQuery.map( this, function( elem, i ) { - return callback.call( elem, i, elem ); - } ) ); - }, - - slice: function() { - return this.pushStack( slice.apply( this, arguments ) ); - }, - - first: function() { - return this.eq( 0 ); - }, - - last: function() { - return this.eq( -1 ); - }, - - eq: function( i ) { - var len = this.length, - j = +i + ( i < 0 ? len : 0 ); - return this.pushStack( j >= 0 && j < len ? [ this[ j ] ] : [] ); - }, - - end: function() { - return this.prevObject || this.constructor(); - }, - - // For internal use only. - // Behaves like an Array's method, not like a jQuery method. - push: push, - sort: arr.sort, - splice: arr.splice -}; - -jQuery.extend = jQuery.fn.extend = function() { - var options, name, src, copy, copyIsArray, clone, - target = arguments[ 0 ] || {}, - i = 1, - length = arguments.length, - deep = false; - - // Handle a deep copy situation - if ( typeof target === "boolean" ) { - deep = target; - - // Skip the boolean and the target - target = arguments[ i ] || {}; - i++; - } - - // Handle case when target is a string or something (possible in deep copy) - if ( typeof target !== "object" && !isFunction( target ) ) { - target = {}; - } - - // Extend jQuery itself if only one argument is passed - if ( i === length ) { - target = this; - i--; - } - - for ( ; i < length; i++ ) { - - // Only deal with non-null/undefined values - if ( ( options = arguments[ i ] ) != null ) { - - // Extend the base object - for ( name in options ) { - copy = options[ name ]; - - // Prevent Object.prototype pollution - // Prevent never-ending loop - if ( name === "__proto__" || target === copy ) { - continue; - } - - // Recurse if we're merging plain objects or arrays - if ( deep && copy && ( jQuery.isPlainObject( copy ) || - ( copyIsArray = Array.isArray( copy ) ) ) ) { - src = target[ name ]; - - // Ensure proper type for the source value - if ( copyIsArray && !Array.isArray( src ) ) { - clone = []; - } else if ( !copyIsArray && !jQuery.isPlainObject( src ) ) { - clone = {}; - } else { - clone = src; - } - copyIsArray = false; - - // Never move original objects, clone them - target[ name ] = jQuery.extend( deep, clone, copy ); - - // Don't bring in undefined values - } else if ( copy !== undefined ) { - target[ name ] = copy; - } - } - } - } - - // Return the modified object - return target; -}; - -jQuery.extend( { - - // Unique for each copy of jQuery on the page - expando: "jQuery" + ( version + Math.random() ).replace( /\D/g, "" ), - - // Assume jQuery is ready without the ready module - isReady: true, - - error: function( msg ) { - throw new Error( msg ); - }, - - noop: function() {}, - - isPlainObject: function( obj ) { - var proto, Ctor; - - // Detect obvious negatives - // Use toString instead of jQuery.type to catch host objects - if ( !obj || toString.call( obj ) !== "[object Object]" ) { - return false; - } - - proto = getProto( obj ); - - // Objects with no prototype (e.g., `Object.create( null )`) are plain - if ( !proto ) { - return true; - } - - // Objects with prototype are plain iff they were constructed by a global Object function - Ctor = hasOwn.call( proto, "constructor" ) && proto.constructor; - return typeof Ctor === "function" && fnToString.call( Ctor ) === ObjectFunctionString; - }, - - isEmptyObject: function( obj ) { - var name; - - for ( name in obj ) { - return false; - } - return true; - }, - - // Evaluates a script in a global context - globalEval: function( code, options ) { - DOMEval( code, { nonce: options && options.nonce } ); - }, - - each: function( obj, callback ) { - var length, i = 0; - - if ( isArrayLike( obj ) ) { - length = obj.length; - for ( ; i < length; i++ ) { - if ( callback.call( obj[ i ], i, obj[ i ] ) === false ) { - break; - } - } - } else { - for ( i in obj ) { - if ( callback.call( obj[ i ], i, obj[ i ] ) === false ) { - break; - } - } - } - - return obj; - }, - - // Support: Android <=4.0 only - trim: function( text ) { - return text == null ? - "" : - ( text + "" ).replace( rtrim, "" ); - }, - - // results is for internal usage only - makeArray: function( arr, results ) { - var ret = results || []; - - if ( arr != null ) { - if ( isArrayLike( Object( arr ) ) ) { - jQuery.merge( ret, - typeof arr === "string" ? - [ arr ] : arr - ); - } else { - push.call( ret, arr ); - } - } - - return ret; - }, - - inArray: function( elem, arr, i ) { - return arr == null ? -1 : indexOf.call( arr, elem, i ); - }, - - // Support: Android <=4.0 only, PhantomJS 1 only - // push.apply(_, arraylike) throws on ancient WebKit - merge: function( first, second ) { - var len = +second.length, - j = 0, - i = first.length; - - for ( ; j < len; j++ ) { - first[ i++ ] = second[ j ]; - } - - first.length = i; - - return first; - }, - - grep: function( elems, callback, invert ) { - var callbackInverse, - matches = [], - i = 0, - length = elems.length, - callbackExpect = !invert; - - // Go through the array, only saving the items - // that pass the validator function - for ( ; i < length; i++ ) { - callbackInverse = !callback( elems[ i ], i ); - if ( callbackInverse !== callbackExpect ) { - matches.push( elems[ i ] ); - } - } - - return matches; - }, - - // arg is for internal usage only - map: function( elems, callback, arg ) { - var length, value, - i = 0, - ret = []; - - // Go through the array, translating each of the items to their new values - if ( isArrayLike( elems ) ) { - length = elems.length; - for ( ; i < length; i++ ) { - value = callback( elems[ i ], i, arg ); - - if ( value != null ) { - ret.push( value ); - } - } - - // Go through every key on the object, - } else { - for ( i in elems ) { - value = callback( elems[ i ], i, arg ); - - if ( value != null ) { - ret.push( value ); - } - } - } - - // Flatten any nested arrays - return concat.apply( [], ret ); - }, - - // A global GUID counter for objects - guid: 1, - - // jQuery.support is not used in Core but other projects attach their - // properties to it so it needs to exist. - support: support -} ); - -if ( typeof Symbol === "function" ) { - jQuery.fn[ Symbol.iterator ] = arr[ Symbol.iterator ]; -} - -// Populate the class2type map -jQuery.each( "Boolean Number String Function Array Date RegExp Object Error Symbol".split( " " ), -function( i, name ) { - class2type[ "[object " + name + "]" ] = name.toLowerCase(); -} ); - -function isArrayLike( obj ) { - - // Support: real iOS 8.2 only (not reproducible in simulator) - // `in` check used to prevent JIT error (gh-2145) - // hasOwn isn't used here due to false negatives - // regarding Nodelist length in IE - var length = !!obj && "length" in obj && obj.length, - type = toType( obj ); - - if ( isFunction( obj ) || isWindow( obj ) ) { - return false; - } - - return type === "array" || length === 0 || - typeof length === "number" && length > 0 && ( length - 1 ) in obj; -} -var Sizzle = -/*! - * Sizzle CSS Selector Engine v2.3.4 - * https://sizzlejs.com/ - * - * Copyright JS Foundation and other contributors - * Released under the MIT license - * https://js.foundation/ - * - * Date: 2019-04-08 - */ -(function( window ) { - -var i, - support, - Expr, - getText, - isXML, - tokenize, - compile, - select, - outermostContext, - sortInput, - hasDuplicate, - - // Local document vars - setDocument, - document, - docElem, - documentIsHTML, - rbuggyQSA, - rbuggyMatches, - matches, - contains, - - // Instance-specific data - expando = "sizzle" + 1 * new Date(), - preferredDoc = window.document, - dirruns = 0, - done = 0, - classCache = createCache(), - tokenCache = createCache(), - compilerCache = createCache(), - nonnativeSelectorCache = createCache(), - sortOrder = function( a, b ) { - if ( a === b ) { - hasDuplicate = true; - } - return 0; - }, - - // Instance methods - hasOwn = ({}).hasOwnProperty, - arr = [], - pop = arr.pop, - push_native = arr.push, - push = arr.push, - slice = arr.slice, - // Use a stripped-down indexOf as it's faster than native - // https://jsperf.com/thor-indexof-vs-for/5 - indexOf = function( list, elem ) { - var i = 0, - len = list.length; - for ( ; i < len; i++ ) { - if ( list[i] === elem ) { - return i; - } - } - return -1; - }, - - booleans = "checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped", - - // Regular expressions - - // http://www.w3.org/TR/css3-selectors/#whitespace - whitespace = "[\\x20\\t\\r\\n\\f]", - - // http://www.w3.org/TR/CSS21/syndata.html#value-def-identifier - identifier = "(?:\\\\.|[\\w-]|[^\0-\\xa0])+", - - // Attribute selectors: http://www.w3.org/TR/selectors/#attribute-selectors - attributes = "\\[" + whitespace + "*(" + identifier + ")(?:" + whitespace + - // Operator (capture 2) - "*([*^$|!~]?=)" + whitespace + - // "Attribute values must be CSS identifiers [capture 5] or strings [capture 3 or capture 4]" - "*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|(" + identifier + "))|)" + whitespace + - "*\\]", - - pseudos = ":(" + identifier + ")(?:\\((" + - // To reduce the number of selectors needing tokenize in the preFilter, prefer arguments: - // 1. quoted (capture 3; capture 4 or capture 5) - "('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|" + - // 2. simple (capture 6) - "((?:\\\\.|[^\\\\()[\\]]|" + attributes + ")*)|" + - // 3. anything else (capture 2) - ".*" + - ")\\)|)", - - // Leading and non-escaped trailing whitespace, capturing some non-whitespace characters preceding the latter - rwhitespace = new RegExp( whitespace + "+", "g" ), - rtrim = new RegExp( "^" + whitespace + "+|((?:^|[^\\\\])(?:\\\\.)*)" + whitespace + "+$", "g" ), - - rcomma = new RegExp( "^" + whitespace + "*," + whitespace + "*" ), - rcombinators = new RegExp( "^" + whitespace + "*([>+~]|" + whitespace + ")" + whitespace + "*" ), - rdescend = new RegExp( whitespace + "|>" ), - - rpseudo = new RegExp( pseudos ), - ridentifier = new RegExp( "^" + identifier + "$" ), - - matchExpr = { - "ID": new RegExp( "^#(" + identifier + ")" ), - "CLASS": new RegExp( "^\\.(" + identifier + ")" ), - "TAG": new RegExp( "^(" + identifier + "|[*])" ), - "ATTR": new RegExp( "^" + attributes ), - "PSEUDO": new RegExp( "^" + pseudos ), - "CHILD": new RegExp( "^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\(" + whitespace + - "*(even|odd|(([+-]|)(\\d*)n|)" + whitespace + "*(?:([+-]|)" + whitespace + - "*(\\d+)|))" + whitespace + "*\\)|)", "i" ), - "bool": new RegExp( "^(?:" + booleans + ")$", "i" ), - // For use in libraries implementing .is() - // We use this for POS matching in `select` - "needsContext": new RegExp( "^" + whitespace + "*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\(" + - whitespace + "*((?:-\\d)?\\d*)" + whitespace + "*\\)|)(?=[^-]|$)", "i" ) - }, - - rhtml = /HTML$/i, - rinputs = /^(?:input|select|textarea|button)$/i, - rheader = /^h\d$/i, - - rnative = /^[^{]+\{\s*\[native \w/, - - // Easily-parseable/retrievable ID or TAG or CLASS selectors - rquickExpr = /^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/, - - rsibling = /[+~]/, - - // CSS escapes - // http://www.w3.org/TR/CSS21/syndata.html#escaped-characters - runescape = new RegExp( "\\\\([\\da-f]{1,6}" + whitespace + "?|(" + whitespace + ")|.)", "ig" ), - funescape = function( _, escaped, escapedWhitespace ) { - var high = "0x" + escaped - 0x10000; - // NaN means non-codepoint - // Support: Firefox<24 - // Workaround erroneous numeric interpretation of +"0x" - return high !== high || escapedWhitespace ? - escaped : - high < 0 ? - // BMP codepoint - String.fromCharCode( high + 0x10000 ) : - // Supplemental Plane codepoint (surrogate pair) - String.fromCharCode( high >> 10 | 0xD800, high & 0x3FF | 0xDC00 ); - }, - - // CSS string/identifier serialization - // https://drafts.csswg.org/cssom/#common-serializing-idioms - rcssescape = /([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g, - fcssescape = function( ch, asCodePoint ) { - if ( asCodePoint ) { - - // U+0000 NULL becomes U+FFFD REPLACEMENT CHARACTER - if ( ch === "\0" ) { - return "\uFFFD"; - } - - // Control characters and (dependent upon position) numbers get escaped as code points - return ch.slice( 0, -1 ) + "\\" + ch.charCodeAt( ch.length - 1 ).toString( 16 ) + " "; - } - - // Other potentially-special ASCII characters get backslash-escaped - return "\\" + ch; - }, - - // Used for iframes - // See setDocument() - // Removing the function wrapper causes a "Permission Denied" - // error in IE - unloadHandler = function() { - setDocument(); - }, - - inDisabledFieldset = addCombinator( - function( elem ) { - return elem.disabled === true && elem.nodeName.toLowerCase() === "fieldset"; - }, - { dir: "parentNode", next: "legend" } - ); - -// Optimize for push.apply( _, NodeList ) -try { - push.apply( - (arr = slice.call( preferredDoc.childNodes )), - preferredDoc.childNodes - ); - // Support: Android<4.0 - // Detect silently failing push.apply - arr[ preferredDoc.childNodes.length ].nodeType; -} catch ( e ) { - push = { apply: arr.length ? - - // Leverage slice if possible - function( target, els ) { - push_native.apply( target, slice.call(els) ); - } : - - // Support: IE<9 - // Otherwise append directly - function( target, els ) { - var j = target.length, - i = 0; - // Can't trust NodeList.length - while ( (target[j++] = els[i++]) ) {} - target.length = j - 1; - } - }; -} - -function Sizzle( selector, context, results, seed ) { - var m, i, elem, nid, match, groups, newSelector, - newContext = context && context.ownerDocument, - - // nodeType defaults to 9, since context defaults to document - nodeType = context ? context.nodeType : 9; - - results = results || []; - - // Return early from calls with invalid selector or context - if ( typeof selector !== "string" || !selector || - nodeType !== 1 && nodeType !== 9 && nodeType !== 11 ) { - - return results; - } - - // Try to shortcut find operations (as opposed to filters) in HTML documents - if ( !seed ) { - - if ( ( context ? context.ownerDocument || context : preferredDoc ) !== document ) { - setDocument( context ); - } - context = context || document; - - if ( documentIsHTML ) { - - // If the selector is sufficiently simple, try using a "get*By*" DOM method - // (excepting DocumentFragment context, where the methods don't exist) - if ( nodeType !== 11 && (match = rquickExpr.exec( selector )) ) { - - // ID selector - if ( (m = match[1]) ) { - - // Document context - if ( nodeType === 9 ) { - if ( (elem = context.getElementById( m )) ) { - - // Support: IE, Opera, Webkit - // TODO: identify versions - // getElementById can match elements by name instead of ID - if ( elem.id === m ) { - results.push( elem ); - return results; - } - } else { - return results; - } - - // Element context - } else { - - // Support: IE, Opera, Webkit - // TODO: identify versions - // getElementById can match elements by name instead of ID - if ( newContext && (elem = newContext.getElementById( m )) && - contains( context, elem ) && - elem.id === m ) { - - results.push( elem ); - return results; - } - } - - // Type selector - } else if ( match[2] ) { - push.apply( results, context.getElementsByTagName( selector ) ); - return results; - - // Class selector - } else if ( (m = match[3]) && support.getElementsByClassName && - context.getElementsByClassName ) { - - push.apply( results, context.getElementsByClassName( m ) ); - return results; - } - } - - // Take advantage of querySelectorAll - if ( support.qsa && - !nonnativeSelectorCache[ selector + " " ] && - (!rbuggyQSA || !rbuggyQSA.test( selector )) && - - // Support: IE 8 only - // Exclude object elements - (nodeType !== 1 || context.nodeName.toLowerCase() !== "object") ) { - - newSelector = selector; - newContext = context; - - // qSA considers elements outside a scoping root when evaluating child or - // descendant combinators, which is not what we want. - // In such cases, we work around the behavior by prefixing every selector in the - // list with an ID selector referencing the scope context. - // Thanks to Andrew Dupont for this technique. - if ( nodeType === 1 && rdescend.test( selector ) ) { - - // Capture the context ID, setting it first if necessary - if ( (nid = context.getAttribute( "id" )) ) { - nid = nid.replace( rcssescape, fcssescape ); - } else { - context.setAttribute( "id", (nid = expando) ); - } - - // Prefix every selector in the list - groups = tokenize( selector ); - i = groups.length; - while ( i-- ) { - groups[i] = "#" + nid + " " + toSelector( groups[i] ); - } - newSelector = groups.join( "," ); - - // Expand context for sibling selectors - newContext = rsibling.test( selector ) && testContext( context.parentNode ) || - context; - } - - try { - push.apply( results, - newContext.querySelectorAll( newSelector ) - ); - return results; - } catch ( qsaError ) { - nonnativeSelectorCache( selector, true ); - } finally { - if ( nid === expando ) { - context.removeAttribute( "id" ); - } - } - } - } - } - - // All others - return select( selector.replace( rtrim, "$1" ), context, results, seed ); -} - -/** - * Create key-value caches of limited size - * @returns {function(string, object)} Returns the Object data after storing it on itself with - * property name the (space-suffixed) string and (if the cache is larger than Expr.cacheLength) - * deleting the oldest entry - */ -function createCache() { - var keys = []; - - function cache( key, value ) { - // Use (key + " ") to avoid collision with native prototype properties (see Issue #157) - if ( keys.push( key + " " ) > Expr.cacheLength ) { - // Only keep the most recent entries - delete cache[ keys.shift() ]; - } - return (cache[ key + " " ] = value); - } - return cache; -} - -/** - * Mark a function for special use by Sizzle - * @param {Function} fn The function to mark - */ -function markFunction( fn ) { - fn[ expando ] = true; - return fn; -} - -/** - * Support testing using an element - * @param {Function} fn Passed the created element and returns a boolean result - */ -function assert( fn ) { - var el = document.createElement("fieldset"); - - try { - return !!fn( el ); - } catch (e) { - return false; - } finally { - // Remove from its parent by default - if ( el.parentNode ) { - el.parentNode.removeChild( el ); - } - // release memory in IE - el = null; - } -} - -/** - * Adds the same handler for all of the specified attrs - * @param {String} attrs Pipe-separated list of attributes - * @param {Function} handler The method that will be applied - */ -function addHandle( attrs, handler ) { - var arr = attrs.split("|"), - i = arr.length; - - while ( i-- ) { - Expr.attrHandle[ arr[i] ] = handler; - } -} - -/** - * Checks document order of two siblings - * @param {Element} a - * @param {Element} b - * @returns {Number} Returns less than 0 if a precedes b, greater than 0 if a follows b - */ -function siblingCheck( a, b ) { - var cur = b && a, - diff = cur && a.nodeType === 1 && b.nodeType === 1 && - a.sourceIndex - b.sourceIndex; - - // Use IE sourceIndex if available on both nodes - if ( diff ) { - return diff; - } - - // Check if b follows a - if ( cur ) { - while ( (cur = cur.nextSibling) ) { - if ( cur === b ) { - return -1; - } - } - } - - return a ? 1 : -1; -} - -/** - * Returns a function to use in pseudos for input types - * @param {String} type - */ -function createInputPseudo( type ) { - return function( elem ) { - var name = elem.nodeName.toLowerCase(); - return name === "input" && elem.type === type; - }; -} - -/** - * Returns a function to use in pseudos for buttons - * @param {String} type - */ -function createButtonPseudo( type ) { - return function( elem ) { - var name = elem.nodeName.toLowerCase(); - return (name === "input" || name === "button") && elem.type === type; - }; -} - -/** - * Returns a function to use in pseudos for :enabled/:disabled - * @param {Boolean} disabled true for :disabled; false for :enabled - */ -function createDisabledPseudo( disabled ) { - - // Known :disabled false positives: fieldset[disabled] > legend:nth-of-type(n+2) :can-disable - return function( elem ) { - - // Only certain elements can match :enabled or :disabled - // https://html.spec.whatwg.org/multipage/scripting.html#selector-enabled - // https://html.spec.whatwg.org/multipage/scripting.html#selector-disabled - if ( "form" in elem ) { - - // Check for inherited disabledness on relevant non-disabled elements: - // * listed form-associated elements in a disabled fieldset - // https://html.spec.whatwg.org/multipage/forms.html#category-listed - // https://html.spec.whatwg.org/multipage/forms.html#concept-fe-disabled - // * option elements in a disabled optgroup - // https://html.spec.whatwg.org/multipage/forms.html#concept-option-disabled - // All such elements have a "form" property. - if ( elem.parentNode && elem.disabled === false ) { - - // Option elements defer to a parent optgroup if present - if ( "label" in elem ) { - if ( "label" in elem.parentNode ) { - return elem.parentNode.disabled === disabled; - } else { - return elem.disabled === disabled; - } - } - - // Support: IE 6 - 11 - // Use the isDisabled shortcut property to check for disabled fieldset ancestors - return elem.isDisabled === disabled || - - // Where there is no isDisabled, check manually - /* jshint -W018 */ - elem.isDisabled !== !disabled && - inDisabledFieldset( elem ) === disabled; - } - - return elem.disabled === disabled; - - // Try to winnow out elements that can't be disabled before trusting the disabled property. - // Some victims get caught in our net (label, legend, menu, track), but it shouldn't - // even exist on them, let alone have a boolean value. - } else if ( "label" in elem ) { - return elem.disabled === disabled; - } - - // Remaining elements are neither :enabled nor :disabled - return false; - }; -} - -/** - * Returns a function to use in pseudos for positionals - * @param {Function} fn - */ -function createPositionalPseudo( fn ) { - return markFunction(function( argument ) { - argument = +argument; - return markFunction(function( seed, matches ) { - var j, - matchIndexes = fn( [], seed.length, argument ), - i = matchIndexes.length; - - // Match elements found at the specified indexes - while ( i-- ) { - if ( seed[ (j = matchIndexes[i]) ] ) { - seed[j] = !(matches[j] = seed[j]); - } - } - }); - }); -} - -/** - * Checks a node for validity as a Sizzle context - * @param {Element|Object=} context - * @returns {Element|Object|Boolean} The input node if acceptable, otherwise a falsy value - */ -function testContext( context ) { - return context && typeof context.getElementsByTagName !== "undefined" && context; -} - -// Expose support vars for convenience -support = Sizzle.support = {}; - -/** - * Detects XML nodes - * @param {Element|Object} elem An element or a document - * @returns {Boolean} True iff elem is a non-HTML XML node - */ -isXML = Sizzle.isXML = function( elem ) { - var namespace = elem.namespaceURI, - docElem = (elem.ownerDocument || elem).documentElement; - - // Support: IE <=8 - // Assume HTML when documentElement doesn't yet exist, such as inside loading iframes - // https://bugs.jquery.com/ticket/4833 - return !rhtml.test( namespace || docElem && docElem.nodeName || "HTML" ); -}; - -/** - * Sets document-related variables once based on the current document - * @param {Element|Object} [doc] An element or document object to use to set the document - * @returns {Object} Returns the current document - */ -setDocument = Sizzle.setDocument = function( node ) { - var hasCompare, subWindow, - doc = node ? node.ownerDocument || node : preferredDoc; - - // Return early if doc is invalid or already selected - if ( doc === document || doc.nodeType !== 9 || !doc.documentElement ) { - return document; - } - - // Update global variables - document = doc; - docElem = document.documentElement; - documentIsHTML = !isXML( document ); - - // Support: IE 9-11, Edge - // Accessing iframe documents after unload throws "permission denied" errors (jQuery #13936) - if ( preferredDoc !== document && - (subWindow = document.defaultView) && subWindow.top !== subWindow ) { - - // Support: IE 11, Edge - if ( subWindow.addEventListener ) { - subWindow.addEventListener( "unload", unloadHandler, false ); - - // Support: IE 9 - 10 only - } else if ( subWindow.attachEvent ) { - subWindow.attachEvent( "onunload", unloadHandler ); - } - } - - /* Attributes - ---------------------------------------------------------------------- */ - - // Support: IE<8 - // Verify that getAttribute really returns attributes and not properties - // (excepting IE8 booleans) - support.attributes = assert(function( el ) { - el.className = "i"; - return !el.getAttribute("className"); - }); - - /* getElement(s)By* - ---------------------------------------------------------------------- */ - - // Check if getElementsByTagName("*") returns only elements - support.getElementsByTagName = assert(function( el ) { - el.appendChild( document.createComment("") ); - return !el.getElementsByTagName("*").length; - }); - - // Support: IE<9 - support.getElementsByClassName = rnative.test( document.getElementsByClassName ); - - // Support: IE<10 - // Check if getElementById returns elements by name - // The broken getElementById methods don't pick up programmatically-set names, - // so use a roundabout getElementsByName test - support.getById = assert(function( el ) { - docElem.appendChild( el ).id = expando; - return !document.getElementsByName || !document.getElementsByName( expando ).length; - }); - - // ID filter and find - if ( support.getById ) { - Expr.filter["ID"] = function( id ) { - var attrId = id.replace( runescape, funescape ); - return function( elem ) { - return elem.getAttribute("id") === attrId; - }; - }; - Expr.find["ID"] = function( id, context ) { - if ( typeof context.getElementById !== "undefined" && documentIsHTML ) { - var elem = context.getElementById( id ); - return elem ? [ elem ] : []; - } - }; - } else { - Expr.filter["ID"] = function( id ) { - var attrId = id.replace( runescape, funescape ); - return function( elem ) { - var node = typeof elem.getAttributeNode !== "undefined" && - elem.getAttributeNode("id"); - return node && node.value === attrId; - }; - }; - - // Support: IE 6 - 7 only - // getElementById is not reliable as a find shortcut - Expr.find["ID"] = function( id, context ) { - if ( typeof context.getElementById !== "undefined" && documentIsHTML ) { - var node, i, elems, - elem = context.getElementById( id ); - - if ( elem ) { - - // Verify the id attribute - node = elem.getAttributeNode("id"); - if ( node && node.value === id ) { - return [ elem ]; - } - - // Fall back on getElementsByName - elems = context.getElementsByName( id ); - i = 0; - while ( (elem = elems[i++]) ) { - node = elem.getAttributeNode("id"); - if ( node && node.value === id ) { - return [ elem ]; - } - } - } - - return []; - } - }; - } - - // Tag - Expr.find["TAG"] = support.getElementsByTagName ? - function( tag, context ) { - if ( typeof context.getElementsByTagName !== "undefined" ) { - return context.getElementsByTagName( tag ); - - // DocumentFragment nodes don't have gEBTN - } else if ( support.qsa ) { - return context.querySelectorAll( tag ); - } - } : - - function( tag, context ) { - var elem, - tmp = [], - i = 0, - // By happy coincidence, a (broken) gEBTN appears on DocumentFragment nodes too - results = context.getElementsByTagName( tag ); - - // Filter out possible comments - if ( tag === "*" ) { - while ( (elem = results[i++]) ) { - if ( elem.nodeType === 1 ) { - tmp.push( elem ); - } - } - - return tmp; - } - return results; - }; - - // Class - Expr.find["CLASS"] = support.getElementsByClassName && function( className, context ) { - if ( typeof context.getElementsByClassName !== "undefined" && documentIsHTML ) { - return context.getElementsByClassName( className ); - } - }; - - /* QSA/matchesSelector - ---------------------------------------------------------------------- */ - - // QSA and matchesSelector support - - // matchesSelector(:active) reports false when true (IE9/Opera 11.5) - rbuggyMatches = []; - - // qSa(:focus) reports false when true (Chrome 21) - // We allow this because of a bug in IE8/9 that throws an error - // whenever `document.activeElement` is accessed on an iframe - // So, we allow :focus to pass through QSA all the time to avoid the IE error - // See https://bugs.jquery.com/ticket/13378 - rbuggyQSA = []; - - if ( (support.qsa = rnative.test( document.querySelectorAll )) ) { - // Build QSA regex - // Regex strategy adopted from Diego Perini - assert(function( el ) { - // Select is set to empty string on purpose - // This is to test IE's treatment of not explicitly - // setting a boolean content attribute, - // since its presence should be enough - // https://bugs.jquery.com/ticket/12359 - docElem.appendChild( el ).innerHTML = "<a id='" + expando + "'></a>" + - "<select id='" + expando + "-\r\\' msallowcapture=''>" + - "<option selected=''></option></select>"; - - // Support: IE8, Opera 11-12.16 - // Nothing should be selected when empty strings follow ^= or $= or *= - // The test attribute must be unknown in Opera but "safe" for WinRT - // https://msdn.microsoft.com/en-us/library/ie/hh465388.aspx#attribute_section - if ( el.querySelectorAll("[msallowcapture^='']").length ) { - rbuggyQSA.push( "[*^$]=" + whitespace + "*(?:''|\"\")" ); - } - - // Support: IE8 - // Boolean attributes and "value" are not treated correctly - if ( !el.querySelectorAll("[selected]").length ) { - rbuggyQSA.push( "\\[" + whitespace + "*(?:value|" + booleans + ")" ); - } - - // Support: Chrome<29, Android<4.4, Safari<7.0+, iOS<7.0+, PhantomJS<1.9.8+ - if ( !el.querySelectorAll( "[id~=" + expando + "-]" ).length ) { - rbuggyQSA.push("~="); - } - - // Webkit/Opera - :checked should return selected option elements - // http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked - // IE8 throws error here and will not see later tests - if ( !el.querySelectorAll(":checked").length ) { - rbuggyQSA.push(":checked"); - } - - // Support: Safari 8+, iOS 8+ - // https://bugs.webkit.org/show_bug.cgi?id=136851 - // In-page `selector#id sibling-combinator selector` fails - if ( !el.querySelectorAll( "a#" + expando + "+*" ).length ) { - rbuggyQSA.push(".#.+[+~]"); - } - }); - - assert(function( el ) { - el.innerHTML = "<a href='' disabled='disabled'></a>" + - "<select disabled='disabled'><option/></select>"; - - // Support: Windows 8 Native Apps - // The type and name attributes are restricted during .innerHTML assignment - var input = document.createElement("input"); - input.setAttribute( "type", "hidden" ); - el.appendChild( input ).setAttribute( "name", "D" ); - - // Support: IE8 - // Enforce case-sensitivity of name attribute - if ( el.querySelectorAll("[name=d]").length ) { - rbuggyQSA.push( "name" + whitespace + "*[*^$|!~]?=" ); - } - - // FF 3.5 - :enabled/:disabled and hidden elements (hidden elements are still enabled) - // IE8 throws error here and will not see later tests - if ( el.querySelectorAll(":enabled").length !== 2 ) { - rbuggyQSA.push( ":enabled", ":disabled" ); - } - - // Support: IE9-11+ - // IE's :disabled selector does not pick up the children of disabled fieldsets - docElem.appendChild( el ).disabled = true; - if ( el.querySelectorAll(":disabled").length !== 2 ) { - rbuggyQSA.push( ":enabled", ":disabled" ); - } - - // Opera 10-11 does not throw on post-comma invalid pseudos - el.querySelectorAll("*,:x"); - rbuggyQSA.push(",.*:"); - }); - } - - if ( (support.matchesSelector = rnative.test( (matches = docElem.matches || - docElem.webkitMatchesSelector || - docElem.mozMatchesSelector || - docElem.oMatchesSelector || - docElem.msMatchesSelector) )) ) { - - assert(function( el ) { - // Check to see if it's possible to do matchesSelector - // on a disconnected node (IE 9) - support.disconnectedMatch = matches.call( el, "*" ); - - // This should fail with an exception - // Gecko does not error, returns false instead - matches.call( el, "[s!='']:x" ); - rbuggyMatches.push( "!=", pseudos ); - }); - } - - rbuggyQSA = rbuggyQSA.length && new RegExp( rbuggyQSA.join("|") ); - rbuggyMatches = rbuggyMatches.length && new RegExp( rbuggyMatches.join("|") ); - - /* Contains - ---------------------------------------------------------------------- */ - hasCompare = rnative.test( docElem.compareDocumentPosition ); - - // Element contains another - // Purposefully self-exclusive - // As in, an element does not contain itself - contains = hasCompare || rnative.test( docElem.contains ) ? - function( a, b ) { - var adown = a.nodeType === 9 ? a.documentElement : a, - bup = b && b.parentNode; - return a === bup || !!( bup && bup.nodeType === 1 && ( - adown.contains ? - adown.contains( bup ) : - a.compareDocumentPosition && a.compareDocumentPosition( bup ) & 16 - )); - } : - function( a, b ) { - if ( b ) { - while ( (b = b.parentNode) ) { - if ( b === a ) { - return true; - } - } - } - return false; - }; - - /* Sorting - ---------------------------------------------------------------------- */ - - // Document order sorting - sortOrder = hasCompare ? - function( a, b ) { - - // Flag for duplicate removal - if ( a === b ) { - hasDuplicate = true; - return 0; - } - - // Sort on method existence if only one input has compareDocumentPosition - var compare = !a.compareDocumentPosition - !b.compareDocumentPosition; - if ( compare ) { - return compare; - } - - // Calculate position if both inputs belong to the same document - compare = ( a.ownerDocument || a ) === ( b.ownerDocument || b ) ? - a.compareDocumentPosition( b ) : - - // Otherwise we know they are disconnected - 1; - - // Disconnected nodes - if ( compare & 1 || - (!support.sortDetached && b.compareDocumentPosition( a ) === compare) ) { - - // Choose the first element that is related to our preferred document - if ( a === document || a.ownerDocument === preferredDoc && contains(preferredDoc, a) ) { - return -1; - } - if ( b === document || b.ownerDocument === preferredDoc && contains(preferredDoc, b) ) { - return 1; - } - - // Maintain original order - return sortInput ? - ( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) : - 0; - } - - return compare & 4 ? -1 : 1; - } : - function( a, b ) { - // Exit early if the nodes are identical - if ( a === b ) { - hasDuplicate = true; - return 0; - } - - var cur, - i = 0, - aup = a.parentNode, - bup = b.parentNode, - ap = [ a ], - bp = [ b ]; - - // Parentless nodes are either documents or disconnected - if ( !aup || !bup ) { - return a === document ? -1 : - b === document ? 1 : - aup ? -1 : - bup ? 1 : - sortInput ? - ( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) : - 0; - - // If the nodes are siblings, we can do a quick check - } else if ( aup === bup ) { - return siblingCheck( a, b ); - } - - // Otherwise we need full lists of their ancestors for comparison - cur = a; - while ( (cur = cur.parentNode) ) { - ap.unshift( cur ); - } - cur = b; - while ( (cur = cur.parentNode) ) { - bp.unshift( cur ); - } - - // Walk down the tree looking for a discrepancy - while ( ap[i] === bp[i] ) { - i++; - } - - return i ? - // Do a sibling check if the nodes have a common ancestor - siblingCheck( ap[i], bp[i] ) : - - // Otherwise nodes in our document sort first - ap[i] === preferredDoc ? -1 : - bp[i] === preferredDoc ? 1 : - 0; - }; - - return document; -}; - -Sizzle.matches = function( expr, elements ) { - return Sizzle( expr, null, null, elements ); -}; - -Sizzle.matchesSelector = function( elem, expr ) { - // Set document vars if needed - if ( ( elem.ownerDocument || elem ) !== document ) { - setDocument( elem ); - } - - if ( support.matchesSelector && documentIsHTML && - !nonnativeSelectorCache[ expr + " " ] && - ( !rbuggyMatches || !rbuggyMatches.test( expr ) ) && - ( !rbuggyQSA || !rbuggyQSA.test( expr ) ) ) { - - try { - var ret = matches.call( elem, expr ); - - // IE 9's matchesSelector returns false on disconnected nodes - if ( ret || support.disconnectedMatch || - // As well, disconnected nodes are said to be in a document - // fragment in IE 9 - elem.document && elem.document.nodeType !== 11 ) { - return ret; - } - } catch (e) { - nonnativeSelectorCache( expr, true ); - } - } - - return Sizzle( expr, document, null, [ elem ] ).length > 0; -}; - -Sizzle.contains = function( context, elem ) { - // Set document vars if needed - if ( ( context.ownerDocument || context ) !== document ) { - setDocument( context ); - } - return contains( context, elem ); -}; - -Sizzle.attr = function( elem, name ) { - // Set document vars if needed - if ( ( elem.ownerDocument || elem ) !== document ) { - setDocument( elem ); - } - - var fn = Expr.attrHandle[ name.toLowerCase() ], - // Don't get fooled by Object.prototype properties (jQuery #13807) - val = fn && hasOwn.call( Expr.attrHandle, name.toLowerCase() ) ? - fn( elem, name, !documentIsHTML ) : - undefined; - - return val !== undefined ? - val : - support.attributes || !documentIsHTML ? - elem.getAttribute( name ) : - (val = elem.getAttributeNode(name)) && val.specified ? - val.value : - null; -}; - -Sizzle.escape = function( sel ) { - return (sel + "").replace( rcssescape, fcssescape ); -}; - -Sizzle.error = function( msg ) { - throw new Error( "Syntax error, unrecognized expression: " + msg ); -}; - -/** - * Document sorting and removing duplicates - * @param {ArrayLike} results - */ -Sizzle.uniqueSort = function( results ) { - var elem, - duplicates = [], - j = 0, - i = 0; - - // Unless we *know* we can detect duplicates, assume their presence - hasDuplicate = !support.detectDuplicates; - sortInput = !support.sortStable && results.slice( 0 ); - results.sort( sortOrder ); - - if ( hasDuplicate ) { - while ( (elem = results[i++]) ) { - if ( elem === results[ i ] ) { - j = duplicates.push( i ); - } - } - while ( j-- ) { - results.splice( duplicates[ j ], 1 ); - } - } - - // Clear input after sorting to release objects - // See https://github.com/jquery/sizzle/pull/225 - sortInput = null; - - return results; -}; - -/** - * Utility function for retrieving the text value of an array of DOM nodes - * @param {Array|Element} elem - */ -getText = Sizzle.getText = function( elem ) { - var node, - ret = "", - i = 0, - nodeType = elem.nodeType; - - if ( !nodeType ) { - // If no nodeType, this is expected to be an array - while ( (node = elem[i++]) ) { - // Do not traverse comment nodes - ret += getText( node ); - } - } else if ( nodeType === 1 || nodeType === 9 || nodeType === 11 ) { - // Use textContent for elements - // innerText usage removed for consistency of new lines (jQuery #11153) - if ( typeof elem.textContent === "string" ) { - return elem.textContent; - } else { - // Traverse its children - for ( elem = elem.firstChild; elem; elem = elem.nextSibling ) { - ret += getText( elem ); - } - } - } else if ( nodeType === 3 || nodeType === 4 ) { - return elem.nodeValue; - } - // Do not include comment or processing instruction nodes - - return ret; -}; - -Expr = Sizzle.selectors = { - - // Can be adjusted by the user - cacheLength: 50, - - createPseudo: markFunction, - - match: matchExpr, - - attrHandle: {}, - - find: {}, - - relative: { - ">": { dir: "parentNode", first: true }, - " ": { dir: "parentNode" }, - "+": { dir: "previousSibling", first: true }, - "~": { dir: "previousSibling" } - }, - - preFilter: { - "ATTR": function( match ) { - match[1] = match[1].replace( runescape, funescape ); - - // Move the given value to match[3] whether quoted or unquoted - match[3] = ( match[3] || match[4] || match[5] || "" ).replace( runescape, funescape ); - - if ( match[2] === "~=" ) { - match[3] = " " + match[3] + " "; - } - - return match.slice( 0, 4 ); - }, - - "CHILD": function( match ) { - /* matches from matchExpr["CHILD"] - 1 type (only|nth|...) - 2 what (child|of-type) - 3 argument (even|odd|\d*|\d*n([+-]\d+)?|...) - 4 xn-component of xn+y argument ([+-]?\d*n|) - 5 sign of xn-component - 6 x of xn-component - 7 sign of y-component - 8 y of y-component - */ - match[1] = match[1].toLowerCase(); - - if ( match[1].slice( 0, 3 ) === "nth" ) { - // nth-* requires argument - if ( !match[3] ) { - Sizzle.error( match[0] ); - } - - // numeric x and y parameters for Expr.filter.CHILD - // remember that false/true cast respectively to 0/1 - match[4] = +( match[4] ? match[5] + (match[6] || 1) : 2 * ( match[3] === "even" || match[3] === "odd" ) ); - match[5] = +( ( match[7] + match[8] ) || match[3] === "odd" ); - - // other types prohibit arguments - } else if ( match[3] ) { - Sizzle.error( match[0] ); - } - - return match; - }, - - "PSEUDO": function( match ) { - var excess, - unquoted = !match[6] && match[2]; - - if ( matchExpr["CHILD"].test( match[0] ) ) { - return null; - } - - // Accept quoted arguments as-is - if ( match[3] ) { - match[2] = match[4] || match[5] || ""; - - // Strip excess characters from unquoted arguments - } else if ( unquoted && rpseudo.test( unquoted ) && - // Get excess from tokenize (recursively) - (excess = tokenize( unquoted, true )) && - // advance to the next closing parenthesis - (excess = unquoted.indexOf( ")", unquoted.length - excess ) - unquoted.length) ) { - - // excess is a negative index - match[0] = match[0].slice( 0, excess ); - match[2] = unquoted.slice( 0, excess ); - } - - // Return only captures needed by the pseudo filter method (type and argument) - return match.slice( 0, 3 ); - } - }, - - filter: { - - "TAG": function( nodeNameSelector ) { - var nodeName = nodeNameSelector.replace( runescape, funescape ).toLowerCase(); - return nodeNameSelector === "*" ? - function() { return true; } : - function( elem ) { - return elem.nodeName && elem.nodeName.toLowerCase() === nodeName; - }; - }, - - "CLASS": function( className ) { - var pattern = classCache[ className + " " ]; - - return pattern || - (pattern = new RegExp( "(^|" + whitespace + ")" + className + "(" + whitespace + "|$)" )) && - classCache( className, function( elem ) { - return pattern.test( typeof elem.className === "string" && elem.className || typeof elem.getAttribute !== "undefined" && elem.getAttribute("class") || "" ); - }); - }, - - "ATTR": function( name, operator, check ) { - return function( elem ) { - var result = Sizzle.attr( elem, name ); - - if ( result == null ) { - return operator === "!="; - } - if ( !operator ) { - return true; - } - - result += ""; - - return operator === "=" ? result === check : - operator === "!=" ? result !== check : - operator === "^=" ? check && result.indexOf( check ) === 0 : - operator === "*=" ? check && result.indexOf( check ) > -1 : - operator === "$=" ? check && result.slice( -check.length ) === check : - operator === "~=" ? ( " " + result.replace( rwhitespace, " " ) + " " ).indexOf( check ) > -1 : - operator === "|=" ? result === check || result.slice( 0, check.length + 1 ) === check + "-" : - false; - }; - }, - - "CHILD": function( type, what, argument, first, last ) { - var simple = type.slice( 0, 3 ) !== "nth", - forward = type.slice( -4 ) !== "last", - ofType = what === "of-type"; - - return first === 1 && last === 0 ? - - // Shortcut for :nth-*(n) - function( elem ) { - return !!elem.parentNode; - } : - - function( elem, context, xml ) { - var cache, uniqueCache, outerCache, node, nodeIndex, start, - dir = simple !== forward ? "nextSibling" : "previousSibling", - parent = elem.parentNode, - name = ofType && elem.nodeName.toLowerCase(), - useCache = !xml && !ofType, - diff = false; - - if ( parent ) { - - // :(first|last|only)-(child|of-type) - if ( simple ) { - while ( dir ) { - node = elem; - while ( (node = node[ dir ]) ) { - if ( ofType ? - node.nodeName.toLowerCase() === name : - node.nodeType === 1 ) { - - return false; - } - } - // Reverse direction for :only-* (if we haven't yet done so) - start = dir = type === "only" && !start && "nextSibling"; - } - return true; - } - - start = [ forward ? parent.firstChild : parent.lastChild ]; - - // non-xml :nth-child(...) stores cache data on `parent` - if ( forward && useCache ) { - - // Seek `elem` from a previously-cached index - - // ...in a gzip-friendly way - node = parent; - outerCache = node[ expando ] || (node[ expando ] = {}); - - // Support: IE <9 only - // Defend against cloned attroperties (jQuery gh-1709) - uniqueCache = outerCache[ node.uniqueID ] || - (outerCache[ node.uniqueID ] = {}); - - cache = uniqueCache[ type ] || []; - nodeIndex = cache[ 0 ] === dirruns && cache[ 1 ]; - diff = nodeIndex && cache[ 2 ]; - node = nodeIndex && parent.childNodes[ nodeIndex ]; - - while ( (node = ++nodeIndex && node && node[ dir ] || - - // Fallback to seeking `elem` from the start - (diff = nodeIndex = 0) || start.pop()) ) { - - // When found, cache indexes on `parent` and break - if ( node.nodeType === 1 && ++diff && node === elem ) { - uniqueCache[ type ] = [ dirruns, nodeIndex, diff ]; - break; - } - } - - } else { - // Use previously-cached element index if available - if ( useCache ) { - // ...in a gzip-friendly way - node = elem; - outerCache = node[ expando ] || (node[ expando ] = {}); - - // Support: IE <9 only - // Defend against cloned attroperties (jQuery gh-1709) - uniqueCache = outerCache[ node.uniqueID ] || - (outerCache[ node.uniqueID ] = {}); - - cache = uniqueCache[ type ] || []; - nodeIndex = cache[ 0 ] === dirruns && cache[ 1 ]; - diff = nodeIndex; - } - - // xml :nth-child(...) - // or :nth-last-child(...) or :nth(-last)?-of-type(...) - if ( diff === false ) { - // Use the same loop as above to seek `elem` from the start - while ( (node = ++nodeIndex && node && node[ dir ] || - (diff = nodeIndex = 0) || start.pop()) ) { - - if ( ( ofType ? - node.nodeName.toLowerCase() === name : - node.nodeType === 1 ) && - ++diff ) { - - // Cache the index of each encountered element - if ( useCache ) { - outerCache = node[ expando ] || (node[ expando ] = {}); - - // Support: IE <9 only - // Defend against cloned attroperties (jQuery gh-1709) - uniqueCache = outerCache[ node.uniqueID ] || - (outerCache[ node.uniqueID ] = {}); - - uniqueCache[ type ] = [ dirruns, diff ]; - } - - if ( node === elem ) { - break; - } - } - } - } - } - - // Incorporate the offset, then check against cycle size - diff -= last; - return diff === first || ( diff % first === 0 && diff / first >= 0 ); - } - }; - }, - - "PSEUDO": function( pseudo, argument ) { - // pseudo-class names are case-insensitive - // http://www.w3.org/TR/selectors/#pseudo-classes - // Prioritize by case sensitivity in case custom pseudos are added with uppercase letters - // Remember that setFilters inherits from pseudos - var args, - fn = Expr.pseudos[ pseudo ] || Expr.setFilters[ pseudo.toLowerCase() ] || - Sizzle.error( "unsupported pseudo: " + pseudo ); - - // The user may use createPseudo to indicate that - // arguments are needed to create the filter function - // just as Sizzle does - if ( fn[ expando ] ) { - return fn( argument ); - } - - // But maintain support for old signatures - if ( fn.length > 1 ) { - args = [ pseudo, pseudo, "", argument ]; - return Expr.setFilters.hasOwnProperty( pseudo.toLowerCase() ) ? - markFunction(function( seed, matches ) { - var idx, - matched = fn( seed, argument ), - i = matched.length; - while ( i-- ) { - idx = indexOf( seed, matched[i] ); - seed[ idx ] = !( matches[ idx ] = matched[i] ); - } - }) : - function( elem ) { - return fn( elem, 0, args ); - }; - } - - return fn; - } - }, - - pseudos: { - // Potentially complex pseudos - "not": markFunction(function( selector ) { - // Trim the selector passed to compile - // to avoid treating leading and trailing - // spaces as combinators - var input = [], - results = [], - matcher = compile( selector.replace( rtrim, "$1" ) ); - - return matcher[ expando ] ? - markFunction(function( seed, matches, context, xml ) { - var elem, - unmatched = matcher( seed, null, xml, [] ), - i = seed.length; - - // Match elements unmatched by `matcher` - while ( i-- ) { - if ( (elem = unmatched[i]) ) { - seed[i] = !(matches[i] = elem); - } - } - }) : - function( elem, context, xml ) { - input[0] = elem; - matcher( input, null, xml, results ); - // Don't keep the element (issue #299) - input[0] = null; - return !results.pop(); - }; - }), - - "has": markFunction(function( selector ) { - return function( elem ) { - return Sizzle( selector, elem ).length > 0; - }; - }), - - "contains": markFunction(function( text ) { - text = text.replace( runescape, funescape ); - return function( elem ) { - return ( elem.textContent || getText( elem ) ).indexOf( text ) > -1; - }; - }), - - // "Whether an element is represented by a :lang() selector - // is based solely on the element's language value - // being equal to the identifier C, - // or beginning with the identifier C immediately followed by "-". - // The matching of C against the element's language value is performed case-insensitively. - // The identifier C does not have to be a valid language name." - // http://www.w3.org/TR/selectors/#lang-pseudo - "lang": markFunction( function( lang ) { - // lang value must be a valid identifier - if ( !ridentifier.test(lang || "") ) { - Sizzle.error( "unsupported lang: " + lang ); - } - lang = lang.replace( runescape, funescape ).toLowerCase(); - return function( elem ) { - var elemLang; - do { - if ( (elemLang = documentIsHTML ? - elem.lang : - elem.getAttribute("xml:lang") || elem.getAttribute("lang")) ) { - - elemLang = elemLang.toLowerCase(); - return elemLang === lang || elemLang.indexOf( lang + "-" ) === 0; - } - } while ( (elem = elem.parentNode) && elem.nodeType === 1 ); - return false; - }; - }), - - // Miscellaneous - "target": function( elem ) { - var hash = window.location && window.location.hash; - return hash && hash.slice( 1 ) === elem.id; - }, - - "root": function( elem ) { - return elem === docElem; - }, - - "focus": function( elem ) { - return elem === document.activeElement && (!document.hasFocus || document.hasFocus()) && !!(elem.type || elem.href || ~elem.tabIndex); - }, - - // Boolean properties - "enabled": createDisabledPseudo( false ), - "disabled": createDisabledPseudo( true ), - - "checked": function( elem ) { - // In CSS3, :checked should return both checked and selected elements - // http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked - var nodeName = elem.nodeName.toLowerCase(); - return (nodeName === "input" && !!elem.checked) || (nodeName === "option" && !!elem.selected); - }, - - "selected": function( elem ) { - // Accessing this property makes selected-by-default - // options in Safari work properly - if ( elem.parentNode ) { - elem.parentNode.selectedIndex; - } - - return elem.selected === true; - }, - - // Contents - "empty": function( elem ) { - // http://www.w3.org/TR/selectors/#empty-pseudo - // :empty is negated by element (1) or content nodes (text: 3; cdata: 4; entity ref: 5), - // but not by others (comment: 8; processing instruction: 7; etc.) - // nodeType < 6 works because attributes (2) do not appear as children - for ( elem = elem.firstChild; elem; elem = elem.nextSibling ) { - if ( elem.nodeType < 6 ) { - return false; - } - } - return true; - }, - - "parent": function( elem ) { - return !Expr.pseudos["empty"]( elem ); - }, - - // Element/input types - "header": function( elem ) { - return rheader.test( elem.nodeName ); - }, - - "input": function( elem ) { - return rinputs.test( elem.nodeName ); - }, - - "button": function( elem ) { - var name = elem.nodeName.toLowerCase(); - return name === "input" && elem.type === "button" || name === "button"; - }, - - "text": function( elem ) { - var attr; - return elem.nodeName.toLowerCase() === "input" && - elem.type === "text" && - - // Support: IE<8 - // New HTML5 attribute values (e.g., "search") appear with elem.type === "text" - ( (attr = elem.getAttribute("type")) == null || attr.toLowerCase() === "text" ); - }, - - // Position-in-collection - "first": createPositionalPseudo(function() { - return [ 0 ]; - }), - - "last": createPositionalPseudo(function( matchIndexes, length ) { - return [ length - 1 ]; - }), - - "eq": createPositionalPseudo(function( matchIndexes, length, argument ) { - return [ argument < 0 ? argument + length : argument ]; - }), - - "even": createPositionalPseudo(function( matchIndexes, length ) { - var i = 0; - for ( ; i < length; i += 2 ) { - matchIndexes.push( i ); - } - return matchIndexes; - }), - - "odd": createPositionalPseudo(function( matchIndexes, length ) { - var i = 1; - for ( ; i < length; i += 2 ) { - matchIndexes.push( i ); - } - return matchIndexes; - }), - - "lt": createPositionalPseudo(function( matchIndexes, length, argument ) { - var i = argument < 0 ? - argument + length : - argument > length ? - length : - argument; - for ( ; --i >= 0; ) { - matchIndexes.push( i ); - } - return matchIndexes; - }), - - "gt": createPositionalPseudo(function( matchIndexes, length, argument ) { - var i = argument < 0 ? argument + length : argument; - for ( ; ++i < length; ) { - matchIndexes.push( i ); - } - return matchIndexes; - }) - } -}; - -Expr.pseudos["nth"] = Expr.pseudos["eq"]; - -// Add button/input type pseudos -for ( i in { radio: true, checkbox: true, file: true, password: true, image: true } ) { - Expr.pseudos[ i ] = createInputPseudo( i ); -} -for ( i in { submit: true, reset: true } ) { - Expr.pseudos[ i ] = createButtonPseudo( i ); -} - -// Easy API for creating new setFilters -function setFilters() {} -setFilters.prototype = Expr.filters = Expr.pseudos; -Expr.setFilters = new setFilters(); - -tokenize = Sizzle.tokenize = function( selector, parseOnly ) { - var matched, match, tokens, type, - soFar, groups, preFilters, - cached = tokenCache[ selector + " " ]; - - if ( cached ) { - return parseOnly ? 0 : cached.slice( 0 ); - } - - soFar = selector; - groups = []; - preFilters = Expr.preFilter; - - while ( soFar ) { - - // Comma and first run - if ( !matched || (match = rcomma.exec( soFar )) ) { - if ( match ) { - // Don't consume trailing commas as valid - soFar = soFar.slice( match[0].length ) || soFar; - } - groups.push( (tokens = []) ); - } - - matched = false; - - // Combinators - if ( (match = rcombinators.exec( soFar )) ) { - matched = match.shift(); - tokens.push({ - value: matched, - // Cast descendant combinators to space - type: match[0].replace( rtrim, " " ) - }); - soFar = soFar.slice( matched.length ); - } - - // Filters - for ( type in Expr.filter ) { - if ( (match = matchExpr[ type ].exec( soFar )) && (!preFilters[ type ] || - (match = preFilters[ type ]( match ))) ) { - matched = match.shift(); - tokens.push({ - value: matched, - type: type, - matches: match - }); - soFar = soFar.slice( matched.length ); - } - } - - if ( !matched ) { - break; - } - } - - // Return the length of the invalid excess - // if we're just parsing - // Otherwise, throw an error or return tokens - return parseOnly ? - soFar.length : - soFar ? - Sizzle.error( selector ) : - // Cache the tokens - tokenCache( selector, groups ).slice( 0 ); -}; - -function toSelector( tokens ) { - var i = 0, - len = tokens.length, - selector = ""; - for ( ; i < len; i++ ) { - selector += tokens[i].value; - } - return selector; -} - -function addCombinator( matcher, combinator, base ) { - var dir = combinator.dir, - skip = combinator.next, - key = skip || dir, - checkNonElements = base && key === "parentNode", - doneName = done++; - - return combinator.first ? - // Check against closest ancestor/preceding element - function( elem, context, xml ) { - while ( (elem = elem[ dir ]) ) { - if ( elem.nodeType === 1 || checkNonElements ) { - return matcher( elem, context, xml ); - } - } - return false; - } : - - // Check against all ancestor/preceding elements - function( elem, context, xml ) { - var oldCache, uniqueCache, outerCache, - newCache = [ dirruns, doneName ]; - - // We can't set arbitrary data on XML nodes, so they don't benefit from combinator caching - if ( xml ) { - while ( (elem = elem[ dir ]) ) { - if ( elem.nodeType === 1 || checkNonElements ) { - if ( matcher( elem, context, xml ) ) { - return true; - } - } - } - } else { - while ( (elem = elem[ dir ]) ) { - if ( elem.nodeType === 1 || checkNonElements ) { - outerCache = elem[ expando ] || (elem[ expando ] = {}); - - // Support: IE <9 only - // Defend against cloned attroperties (jQuery gh-1709) - uniqueCache = outerCache[ elem.uniqueID ] || (outerCache[ elem.uniqueID ] = {}); - - if ( skip && skip === elem.nodeName.toLowerCase() ) { - elem = elem[ dir ] || elem; - } else if ( (oldCache = uniqueCache[ key ]) && - oldCache[ 0 ] === dirruns && oldCache[ 1 ] === doneName ) { - - // Assign to newCache so results back-propagate to previous elements - return (newCache[ 2 ] = oldCache[ 2 ]); - } else { - // Reuse newcache so results back-propagate to previous elements - uniqueCache[ key ] = newCache; - - // A match means we're done; a fail means we have to keep checking - if ( (newCache[ 2 ] = matcher( elem, context, xml )) ) { - return true; - } - } - } - } - } - return false; - }; -} - -function elementMatcher( matchers ) { - return matchers.length > 1 ? - function( elem, context, xml ) { - var i = matchers.length; - while ( i-- ) { - if ( !matchers[i]( elem, context, xml ) ) { - return false; - } - } - return true; - } : - matchers[0]; -} - -function multipleContexts( selector, contexts, results ) { - var i = 0, - len = contexts.length; - for ( ; i < len; i++ ) { - Sizzle( selector, contexts[i], results ); - } - return results; -} - -function condense( unmatched, map, filter, context, xml ) { - var elem, - newUnmatched = [], - i = 0, - len = unmatched.length, - mapped = map != null; - - for ( ; i < len; i++ ) { - if ( (elem = unmatched[i]) ) { - if ( !filter || filter( elem, context, xml ) ) { - newUnmatched.push( elem ); - if ( mapped ) { - map.push( i ); - } - } - } - } - - return newUnmatched; -} - -function setMatcher( preFilter, selector, matcher, postFilter, postFinder, postSelector ) { - if ( postFilter && !postFilter[ expando ] ) { - postFilter = setMatcher( postFilter ); - } - if ( postFinder && !postFinder[ expando ] ) { - postFinder = setMatcher( postFinder, postSelector ); - } - return markFunction(function( seed, results, context, xml ) { - var temp, i, elem, - preMap = [], - postMap = [], - preexisting = results.length, - - // Get initial elements from seed or context - elems = seed || multipleContexts( selector || "*", context.nodeType ? [ context ] : context, [] ), - - // Prefilter to get matcher input, preserving a map for seed-results synchronization - matcherIn = preFilter && ( seed || !selector ) ? - condense( elems, preMap, preFilter, context, xml ) : - elems, - - matcherOut = matcher ? - // If we have a postFinder, or filtered seed, or non-seed postFilter or preexisting results, - postFinder || ( seed ? preFilter : preexisting || postFilter ) ? - - // ...intermediate processing is necessary - [] : - - // ...otherwise use results directly - results : - matcherIn; - - // Find primary matches - if ( matcher ) { - matcher( matcherIn, matcherOut, context, xml ); - } - - // Apply postFilter - if ( postFilter ) { - temp = condense( matcherOut, postMap ); - postFilter( temp, [], context, xml ); - - // Un-match failing elements by moving them back to matcherIn - i = temp.length; - while ( i-- ) { - if ( (elem = temp[i]) ) { - matcherOut[ postMap[i] ] = !(matcherIn[ postMap[i] ] = elem); - } - } - } - - if ( seed ) { - if ( postFinder || preFilter ) { - if ( postFinder ) { - // Get the final matcherOut by condensing this intermediate into postFinder contexts - temp = []; - i = matcherOut.length; - while ( i-- ) { - if ( (elem = matcherOut[i]) ) { - // Restore matcherIn since elem is not yet a final match - temp.push( (matcherIn[i] = elem) ); - } - } - postFinder( null, (matcherOut = []), temp, xml ); - } - - // Move matched elements from seed to results to keep them synchronized - i = matcherOut.length; - while ( i-- ) { - if ( (elem = matcherOut[i]) && - (temp = postFinder ? indexOf( seed, elem ) : preMap[i]) > -1 ) { - - seed[temp] = !(results[temp] = elem); - } - } - } - - // Add elements to results, through postFinder if defined - } else { - matcherOut = condense( - matcherOut === results ? - matcherOut.splice( preexisting, matcherOut.length ) : - matcherOut - ); - if ( postFinder ) { - postFinder( null, results, matcherOut, xml ); - } else { - push.apply( results, matcherOut ); - } - } - }); -} - -function matcherFromTokens( tokens ) { - var checkContext, matcher, j, - len = tokens.length, - leadingRelative = Expr.relative[ tokens[0].type ], - implicitRelative = leadingRelative || Expr.relative[" "], - i = leadingRelative ? 1 : 0, - - // The foundational matcher ensures that elements are reachable from top-level context(s) - matchContext = addCombinator( function( elem ) { - return elem === checkContext; - }, implicitRelative, true ), - matchAnyContext = addCombinator( function( elem ) { - return indexOf( checkContext, elem ) > -1; - }, implicitRelative, true ), - matchers = [ function( elem, context, xml ) { - var ret = ( !leadingRelative && ( xml || context !== outermostContext ) ) || ( - (checkContext = context).nodeType ? - matchContext( elem, context, xml ) : - matchAnyContext( elem, context, xml ) ); - // Avoid hanging onto element (issue #299) - checkContext = null; - return ret; - } ]; - - for ( ; i < len; i++ ) { - if ( (matcher = Expr.relative[ tokens[i].type ]) ) { - matchers = [ addCombinator(elementMatcher( matchers ), matcher) ]; - } else { - matcher = Expr.filter[ tokens[i].type ].apply( null, tokens[i].matches ); - - // Return special upon seeing a positional matcher - if ( matcher[ expando ] ) { - // Find the next relative operator (if any) for proper handling - j = ++i; - for ( ; j < len; j++ ) { - if ( Expr.relative[ tokens[j].type ] ) { - break; - } - } - return setMatcher( - i > 1 && elementMatcher( matchers ), - i > 1 && toSelector( - // If the preceding token was a descendant combinator, insert an implicit any-element `*` - tokens.slice( 0, i - 1 ).concat({ value: tokens[ i - 2 ].type === " " ? "*" : "" }) - ).replace( rtrim, "$1" ), - matcher, - i < j && matcherFromTokens( tokens.slice( i, j ) ), - j < len && matcherFromTokens( (tokens = tokens.slice( j )) ), - j < len && toSelector( tokens ) - ); - } - matchers.push( matcher ); - } - } - - return elementMatcher( matchers ); -} - -function matcherFromGroupMatchers( elementMatchers, setMatchers ) { - var bySet = setMatchers.length > 0, - byElement = elementMatchers.length > 0, - superMatcher = function( seed, context, xml, results, outermost ) { - var elem, j, matcher, - matchedCount = 0, - i = "0", - unmatched = seed && [], - setMatched = [], - contextBackup = outermostContext, - // We must always have either seed elements or outermost context - elems = seed || byElement && Expr.find["TAG"]( "*", outermost ), - // Use integer dirruns iff this is the outermost matcher - dirrunsUnique = (dirruns += contextBackup == null ? 1 : Math.random() || 0.1), - len = elems.length; - - if ( outermost ) { - outermostContext = context === document || context || outermost; - } - - // Add elements passing elementMatchers directly to results - // Support: IE<9, Safari - // Tolerate NodeList properties (IE: "length"; Safari: <number>) matching elements by id - for ( ; i !== len && (elem = elems[i]) != null; i++ ) { - if ( byElement && elem ) { - j = 0; - if ( !context && elem.ownerDocument !== document ) { - setDocument( elem ); - xml = !documentIsHTML; - } - while ( (matcher = elementMatchers[j++]) ) { - if ( matcher( elem, context || document, xml) ) { - results.push( elem ); - break; - } - } - if ( outermost ) { - dirruns = dirrunsUnique; - } - } - - // Track unmatched elements for set filters - if ( bySet ) { - // They will have gone through all possible matchers - if ( (elem = !matcher && elem) ) { - matchedCount--; - } - - // Lengthen the array for every element, matched or not - if ( seed ) { - unmatched.push( elem ); - } - } - } - - // `i` is now the count of elements visited above, and adding it to `matchedCount` - // makes the latter nonnegative. - matchedCount += i; - - // Apply set filters to unmatched elements - // NOTE: This can be skipped if there are no unmatched elements (i.e., `matchedCount` - // equals `i`), unless we didn't visit _any_ elements in the above loop because we have - // no element matchers and no seed. - // Incrementing an initially-string "0" `i` allows `i` to remain a string only in that - // case, which will result in a "00" `matchedCount` that differs from `i` but is also - // numerically zero. - if ( bySet && i !== matchedCount ) { - j = 0; - while ( (matcher = setMatchers[j++]) ) { - matcher( unmatched, setMatched, context, xml ); - } - - if ( seed ) { - // Reintegrate element matches to eliminate the need for sorting - if ( matchedCount > 0 ) { - while ( i-- ) { - if ( !(unmatched[i] || setMatched[i]) ) { - setMatched[i] = pop.call( results ); - } - } - } - - // Discard index placeholder values to get only actual matches - setMatched = condense( setMatched ); - } - - // Add matches to results - push.apply( results, setMatched ); - - // Seedless set matches succeeding multiple successful matchers stipulate sorting - if ( outermost && !seed && setMatched.length > 0 && - ( matchedCount + setMatchers.length ) > 1 ) { - - Sizzle.uniqueSort( results ); - } - } - - // Override manipulation of globals by nested matchers - if ( outermost ) { - dirruns = dirrunsUnique; - outermostContext = contextBackup; - } - - return unmatched; - }; - - return bySet ? - markFunction( superMatcher ) : - superMatcher; -} - -compile = Sizzle.compile = function( selector, match /* Internal Use Only */ ) { - var i, - setMatchers = [], - elementMatchers = [], - cached = compilerCache[ selector + " " ]; - - if ( !cached ) { - // Generate a function of recursive functions that can be used to check each element - if ( !match ) { - match = tokenize( selector ); - } - i = match.length; - while ( i-- ) { - cached = matcherFromTokens( match[i] ); - if ( cached[ expando ] ) { - setMatchers.push( cached ); - } else { - elementMatchers.push( cached ); - } - } - - // Cache the compiled function - cached = compilerCache( selector, matcherFromGroupMatchers( elementMatchers, setMatchers ) ); - - // Save selector and tokenization - cached.selector = selector; - } - return cached; -}; - -/** - * A low-level selection function that works with Sizzle's compiled - * selector functions - * @param {String|Function} selector A selector or a pre-compiled - * selector function built with Sizzle.compile - * @param {Element} context - * @param {Array} [results] - * @param {Array} [seed] A set of elements to match against - */ -select = Sizzle.select = function( selector, context, results, seed ) { - var i, tokens, token, type, find, - compiled = typeof selector === "function" && selector, - match = !seed && tokenize( (selector = compiled.selector || selector) ); - - results = results || []; - - // Try to minimize operations if there is only one selector in the list and no seed - // (the latter of which guarantees us context) - if ( match.length === 1 ) { - - // Reduce context if the leading compound selector is an ID - tokens = match[0] = match[0].slice( 0 ); - if ( tokens.length > 2 && (token = tokens[0]).type === "ID" && - context.nodeType === 9 && documentIsHTML && Expr.relative[ tokens[1].type ] ) { - - context = ( Expr.find["ID"]( token.matches[0].replace(runescape, funescape), context ) || [] )[0]; - if ( !context ) { - return results; - - // Precompiled matchers will still verify ancestry, so step up a level - } else if ( compiled ) { - context = context.parentNode; - } - - selector = selector.slice( tokens.shift().value.length ); - } - - // Fetch a seed set for right-to-left matching - i = matchExpr["needsContext"].test( selector ) ? 0 : tokens.length; - while ( i-- ) { - token = tokens[i]; - - // Abort if we hit a combinator - if ( Expr.relative[ (type = token.type) ] ) { - break; - } - if ( (find = Expr.find[ type ]) ) { - // Search, expanding context for leading sibling combinators - if ( (seed = find( - token.matches[0].replace( runescape, funescape ), - rsibling.test( tokens[0].type ) && testContext( context.parentNode ) || context - )) ) { - - // If seed is empty or no tokens remain, we can return early - tokens.splice( i, 1 ); - selector = seed.length && toSelector( tokens ); - if ( !selector ) { - push.apply( results, seed ); - return results; - } - - break; - } - } - } - } - - // Compile and execute a filtering function if one is not provided - // Provide `match` to avoid retokenization if we modified the selector above - ( compiled || compile( selector, match ) )( - seed, - context, - !documentIsHTML, - results, - !context || rsibling.test( selector ) && testContext( context.parentNode ) || context - ); - return results; -}; - -// One-time assignments - -// Sort stability -support.sortStable = expando.split("").sort( sortOrder ).join("") === expando; - -// Support: Chrome 14-35+ -// Always assume duplicates if they aren't passed to the comparison function -support.detectDuplicates = !!hasDuplicate; - -// Initialize against the default document -setDocument(); - -// Support: Webkit<537.32 - Safari 6.0.3/Chrome 25 (fixed in Chrome 27) -// Detached nodes confoundingly follow *each other* -support.sortDetached = assert(function( el ) { - // Should return 1, but returns 4 (following) - return el.compareDocumentPosition( document.createElement("fieldset") ) & 1; -}); - -// Support: IE<8 -// Prevent attribute/property "interpolation" -// https://msdn.microsoft.com/en-us/library/ms536429%28VS.85%29.aspx -if ( !assert(function( el ) { - el.innerHTML = "<a href='#'></a>"; - return el.firstChild.getAttribute("href") === "#" ; -}) ) { - addHandle( "type|href|height|width", function( elem, name, isXML ) { - if ( !isXML ) { - return elem.getAttribute( name, name.toLowerCase() === "type" ? 1 : 2 ); - } - }); -} - -// Support: IE<9 -// Use defaultValue in place of getAttribute("value") -if ( !support.attributes || !assert(function( el ) { - el.innerHTML = "<input/>"; - el.firstChild.setAttribute( "value", "" ); - return el.firstChild.getAttribute( "value" ) === ""; -}) ) { - addHandle( "value", function( elem, name, isXML ) { - if ( !isXML && elem.nodeName.toLowerCase() === "input" ) { - return elem.defaultValue; - } - }); -} - -// Support: IE<9 -// Use getAttributeNode to fetch booleans when getAttribute lies -if ( !assert(function( el ) { - return el.getAttribute("disabled") == null; -}) ) { - addHandle( booleans, function( elem, name, isXML ) { - var val; - if ( !isXML ) { - return elem[ name ] === true ? name.toLowerCase() : - (val = elem.getAttributeNode( name )) && val.specified ? - val.value : - null; - } - }); -} - -return Sizzle; - -})( window ); - - - -jQuery.find = Sizzle; -jQuery.expr = Sizzle.selectors; - -// Deprecated -jQuery.expr[ ":" ] = jQuery.expr.pseudos; -jQuery.uniqueSort = jQuery.unique = Sizzle.uniqueSort; -jQuery.text = Sizzle.getText; -jQuery.isXMLDoc = Sizzle.isXML; -jQuery.contains = Sizzle.contains; -jQuery.escapeSelector = Sizzle.escape; - - - - -var dir = function( elem, dir, until ) { - var matched = [], - truncate = until !== undefined; - - while ( ( elem = elem[ dir ] ) && elem.nodeType !== 9 ) { - if ( elem.nodeType === 1 ) { - if ( truncate && jQuery( elem ).is( until ) ) { - break; - } - matched.push( elem ); - } - } - return matched; -}; - - -var siblings = function( n, elem ) { - var matched = []; - - for ( ; n; n = n.nextSibling ) { - if ( n.nodeType === 1 && n !== elem ) { - matched.push( n ); - } - } - - return matched; -}; - - -var rneedsContext = jQuery.expr.match.needsContext; - - - -function nodeName( elem, name ) { - - return elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase(); - -}; -var rsingleTag = ( /^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i ); - - - -// Implement the identical functionality for filter and not -function winnow( elements, qualifier, not ) { - if ( isFunction( qualifier ) ) { - return jQuery.grep( elements, function( elem, i ) { - return !!qualifier.call( elem, i, elem ) !== not; - } ); - } - - // Single element - if ( qualifier.nodeType ) { - return jQuery.grep( elements, function( elem ) { - return ( elem === qualifier ) !== not; - } ); - } - - // Arraylike of elements (jQuery, arguments, Array) - if ( typeof qualifier !== "string" ) { - return jQuery.grep( elements, function( elem ) { - return ( indexOf.call( qualifier, elem ) > -1 ) !== not; - } ); - } - - // Filtered directly for both simple and complex selectors - return jQuery.filter( qualifier, elements, not ); -} - -jQuery.filter = function( expr, elems, not ) { - var elem = elems[ 0 ]; - - if ( not ) { - expr = ":not(" + expr + ")"; - } - - if ( elems.length === 1 && elem.nodeType === 1 ) { - return jQuery.find.matchesSelector( elem, expr ) ? [ elem ] : []; - } - - return jQuery.find.matches( expr, jQuery.grep( elems, function( elem ) { - return elem.nodeType === 1; - } ) ); -}; - -jQuery.fn.extend( { - find: function( selector ) { - var i, ret, - len = this.length, - self = this; - - if ( typeof selector !== "string" ) { - return this.pushStack( jQuery( selector ).filter( function() { - for ( i = 0; i < len; i++ ) { - if ( jQuery.contains( self[ i ], this ) ) { - return true; - } - } - } ) ); - } - - ret = this.pushStack( [] ); - - for ( i = 0; i < len; i++ ) { - jQuery.find( selector, self[ i ], ret ); - } - - return len > 1 ? jQuery.uniqueSort( ret ) : ret; - }, - filter: function( selector ) { - return this.pushStack( winnow( this, selector || [], false ) ); - }, - not: function( selector ) { - return this.pushStack( winnow( this, selector || [], true ) ); - }, - is: function( selector ) { - return !!winnow( - this, - - // If this is a positional/relative selector, check membership in the returned set - // so $("p:first").is("p:last") won't return true for a doc with two "p". - typeof selector === "string" && rneedsContext.test( selector ) ? - jQuery( selector ) : - selector || [], - false - ).length; - } -} ); - - -// Initialize a jQuery object - - -// A central reference to the root jQuery(document) -var rootjQuery, - - // A simple way to check for HTML strings - // Prioritize #id over <tag> to avoid XSS via location.hash (#9521) - // Strict HTML recognition (#11290: must start with <) - // Shortcut simple #id case for speed - rquickExpr = /^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/, - - init = jQuery.fn.init = function( selector, context, root ) { - var match, elem; - - // HANDLE: $(""), $(null), $(undefined), $(false) - if ( !selector ) { - return this; - } - - // Method init() accepts an alternate rootjQuery - // so migrate can support jQuery.sub (gh-2101) - root = root || rootjQuery; - - // Handle HTML strings - if ( typeof selector === "string" ) { - if ( selector[ 0 ] === "<" && - selector[ selector.length - 1 ] === ">" && - selector.length >= 3 ) { - - // Assume that strings that start and end with <> are HTML and skip the regex check - match = [ null, selector, null ]; - - } else { - match = rquickExpr.exec( selector ); - } - - // Match html or make sure no context is specified for #id - if ( match && ( match[ 1 ] || !context ) ) { - - // HANDLE: $(html) -> $(array) - if ( match[ 1 ] ) { - context = context instanceof jQuery ? context[ 0 ] : context; - - // Option to run scripts is true for back-compat - // Intentionally let the error be thrown if parseHTML is not present - jQuery.merge( this, jQuery.parseHTML( - match[ 1 ], - context && context.nodeType ? context.ownerDocument || context : document, - true - ) ); - - // HANDLE: $(html, props) - if ( rsingleTag.test( match[ 1 ] ) && jQuery.isPlainObject( context ) ) { - for ( match in context ) { - - // Properties of context are called as methods if possible - if ( isFunction( this[ match ] ) ) { - this[ match ]( context[ match ] ); - - // ...and otherwise set as attributes - } else { - this.attr( match, context[ match ] ); - } - } - } - - return this; - - // HANDLE: $(#id) - } else { - elem = document.getElementById( match[ 2 ] ); - - if ( elem ) { - - // Inject the element directly into the jQuery object - this[ 0 ] = elem; - this.length = 1; - } - return this; - } - - // HANDLE: $(expr, $(...)) - } else if ( !context || context.jquery ) { - return ( context || root ).find( selector ); - - // HANDLE: $(expr, context) - // (which is just equivalent to: $(context).find(expr) - } else { - return this.constructor( context ).find( selector ); - } - - // HANDLE: $(DOMElement) - } else if ( selector.nodeType ) { - this[ 0 ] = selector; - this.length = 1; - return this; - - // HANDLE: $(function) - // Shortcut for document ready - } else if ( isFunction( selector ) ) { - return root.ready !== undefined ? - root.ready( selector ) : - - // Execute immediately if ready is not present - selector( jQuery ); - } - - return jQuery.makeArray( selector, this ); - }; - -// Give the init function the jQuery prototype for later instantiation -init.prototype = jQuery.fn; - -// Initialize central reference -rootjQuery = jQuery( document ); - - -var rparentsprev = /^(?:parents|prev(?:Until|All))/, - - // Methods guaranteed to produce a unique set when starting from a unique set - guaranteedUnique = { - children: true, - contents: true, - next: true, - prev: true - }; - -jQuery.fn.extend( { - has: function( target ) { - var targets = jQuery( target, this ), - l = targets.length; - - return this.filter( function() { - var i = 0; - for ( ; i < l; i++ ) { - if ( jQuery.contains( this, targets[ i ] ) ) { - return true; - } - } - } ); - }, - - closest: function( selectors, context ) { - var cur, - i = 0, - l = this.length, - matched = [], - targets = typeof selectors !== "string" && jQuery( selectors ); - - // Positional selectors never match, since there's no _selection_ context - if ( !rneedsContext.test( selectors ) ) { - for ( ; i < l; i++ ) { - for ( cur = this[ i ]; cur && cur !== context; cur = cur.parentNode ) { - - // Always skip document fragments - if ( cur.nodeType < 11 && ( targets ? - targets.index( cur ) > -1 : - - // Don't pass non-elements to Sizzle - cur.nodeType === 1 && - jQuery.find.matchesSelector( cur, selectors ) ) ) { - - matched.push( cur ); - break; - } - } - } - } - - return this.pushStack( matched.length > 1 ? jQuery.uniqueSort( matched ) : matched ); - }, - - // Determine the position of an element within the set - index: function( elem ) { - - // No argument, return index in parent - if ( !elem ) { - return ( this[ 0 ] && this[ 0 ].parentNode ) ? this.first().prevAll().length : -1; - } - - // Index in selector - if ( typeof elem === "string" ) { - return indexOf.call( jQuery( elem ), this[ 0 ] ); - } - - // Locate the position of the desired element - return indexOf.call( this, - - // If it receives a jQuery object, the first element is used - elem.jquery ? elem[ 0 ] : elem - ); - }, - - add: function( selector, context ) { - return this.pushStack( - jQuery.uniqueSort( - jQuery.merge( this.get(), jQuery( selector, context ) ) - ) - ); - }, - - addBack: function( selector ) { - return this.add( selector == null ? - this.prevObject : this.prevObject.filter( selector ) - ); - } -} ); - -function sibling( cur, dir ) { - while ( ( cur = cur[ dir ] ) && cur.nodeType !== 1 ) {} - return cur; -} - -jQuery.each( { - parent: function( elem ) { - var parent = elem.parentNode; - return parent && parent.nodeType !== 11 ? parent : null; - }, - parents: function( elem ) { - return dir( elem, "parentNode" ); - }, - parentsUntil: function( elem, i, until ) { - return dir( elem, "parentNode", until ); - }, - next: function( elem ) { - return sibling( elem, "nextSibling" ); - }, - prev: function( elem ) { - return sibling( elem, "previousSibling" ); - }, - nextAll: function( elem ) { - return dir( elem, "nextSibling" ); - }, - prevAll: function( elem ) { - return dir( elem, "previousSibling" ); - }, - nextUntil: function( elem, i, until ) { - return dir( elem, "nextSibling", until ); - }, - prevUntil: function( elem, i, until ) { - return dir( elem, "previousSibling", until ); - }, - siblings: function( elem ) { - return siblings( ( elem.parentNode || {} ).firstChild, elem ); - }, - children: function( elem ) { - return siblings( elem.firstChild ); - }, - contents: function( elem ) { - if ( typeof elem.contentDocument !== "undefined" ) { - return elem.contentDocument; - } - - // Support: IE 9 - 11 only, iOS 7 only, Android Browser <=4.3 only - // Treat the template element as a regular one in browsers that - // don't support it. - if ( nodeName( elem, "template" ) ) { - elem = elem.content || elem; - } - - return jQuery.merge( [], elem.childNodes ); - } -}, function( name, fn ) { - jQuery.fn[ name ] = function( until, selector ) { - var matched = jQuery.map( this, fn, until ); - - if ( name.slice( -5 ) !== "Until" ) { - selector = until; - } - - if ( selector && typeof selector === "string" ) { - matched = jQuery.filter( selector, matched ); - } - - if ( this.length > 1 ) { - - // Remove duplicates - if ( !guaranteedUnique[ name ] ) { - jQuery.uniqueSort( matched ); - } - - // Reverse order for parents* and prev-derivatives - if ( rparentsprev.test( name ) ) { - matched.reverse(); - } - } - - return this.pushStack( matched ); - }; -} ); -var rnothtmlwhite = ( /[^\x20\t\r\n\f]+/g ); - - - -// Convert String-formatted options into Object-formatted ones -function createOptions( options ) { - var object = {}; - jQuery.each( options.match( rnothtmlwhite ) || [], function( _, flag ) { - object[ flag ] = true; - } ); - return object; -} - -/* - * Create a callback list using the following parameters: - * - * options: an optional list of space-separated options that will change how - * the callback list behaves or a more traditional option object - * - * By default a callback list will act like an event callback list and can be - * "fired" multiple times. - * - * Possible options: - * - * once: will ensure the callback list can only be fired once (like a Deferred) - * - * memory: will keep track of previous values and will call any callback added - * after the list has been fired right away with the latest "memorized" - * values (like a Deferred) - * - * unique: will ensure a callback can only be added once (no duplicate in the list) - * - * stopOnFalse: interrupt callings when a callback returns false - * - */ -jQuery.Callbacks = function( options ) { - - // Convert options from String-formatted to Object-formatted if needed - // (we check in cache first) - options = typeof options === "string" ? - createOptions( options ) : - jQuery.extend( {}, options ); - - var // Flag to know if list is currently firing - firing, - - // Last fire value for non-forgettable lists - memory, - - // Flag to know if list was already fired - fired, - - // Flag to prevent firing - locked, - - // Actual callback list - list = [], - - // Queue of execution data for repeatable lists - queue = [], - - // Index of currently firing callback (modified by add/remove as needed) - firingIndex = -1, - - // Fire callbacks - fire = function() { - - // Enforce single-firing - locked = locked || options.once; - - // Execute callbacks for all pending executions, - // respecting firingIndex overrides and runtime changes - fired = firing = true; - for ( ; queue.length; firingIndex = -1 ) { - memory = queue.shift(); - while ( ++firingIndex < list.length ) { - - // Run callback and check for early termination - if ( list[ firingIndex ].apply( memory[ 0 ], memory[ 1 ] ) === false && - options.stopOnFalse ) { - - // Jump to end and forget the data so .add doesn't re-fire - firingIndex = list.length; - memory = false; - } - } - } - - // Forget the data if we're done with it - if ( !options.memory ) { - memory = false; - } - - firing = false; - - // Clean up if we're done firing for good - if ( locked ) { - - // Keep an empty list if we have data for future add calls - if ( memory ) { - list = []; - - // Otherwise, this object is spent - } else { - list = ""; - } - } - }, - - // Actual Callbacks object - self = { - - // Add a callback or a collection of callbacks to the list - add: function() { - if ( list ) { - - // If we have memory from a past run, we should fire after adding - if ( memory && !firing ) { - firingIndex = list.length - 1; - queue.push( memory ); - } - - ( function add( args ) { - jQuery.each( args, function( _, arg ) { - if ( isFunction( arg ) ) { - if ( !options.unique || !self.has( arg ) ) { - list.push( arg ); - } - } else if ( arg && arg.length && toType( arg ) !== "string" ) { - - // Inspect recursively - add( arg ); - } - } ); - } )( arguments ); - - if ( memory && !firing ) { - fire(); - } - } - return this; - }, - - // Remove a callback from the list - remove: function() { - jQuery.each( arguments, function( _, arg ) { - var index; - while ( ( index = jQuery.inArray( arg, list, index ) ) > -1 ) { - list.splice( index, 1 ); - - // Handle firing indexes - if ( index <= firingIndex ) { - firingIndex--; - } - } - } ); - return this; - }, - - // Check if a given callback is in the list. - // If no argument is given, return whether or not list has callbacks attached. - has: function( fn ) { - return fn ? - jQuery.inArray( fn, list ) > -1 : - list.length > 0; - }, - - // Remove all callbacks from the list - empty: function() { - if ( list ) { - list = []; - } - return this; - }, - - // Disable .fire and .add - // Abort any current/pending executions - // Clear all callbacks and values - disable: function() { - locked = queue = []; - list = memory = ""; - return this; - }, - disabled: function() { - return !list; - }, - - // Disable .fire - // Also disable .add unless we have memory (since it would have no effect) - // Abort any pending executions - lock: function() { - locked = queue = []; - if ( !memory && !firing ) { - list = memory = ""; - } - return this; - }, - locked: function() { - return !!locked; - }, - - // Call all callbacks with the given context and arguments - fireWith: function( context, args ) { - if ( !locked ) { - args = args || []; - args = [ context, args.slice ? args.slice() : args ]; - queue.push( args ); - if ( !firing ) { - fire(); - } - } - return this; - }, - - // Call all the callbacks with the given arguments - fire: function() { - self.fireWith( this, arguments ); - return this; - }, - - // To know if the callbacks have already been called at least once - fired: function() { - return !!fired; - } - }; - - return self; -}; - - -function Identity( v ) { - return v; -} -function Thrower( ex ) { - throw ex; -} - -function adoptValue( value, resolve, reject, noValue ) { - var method; - - try { - - // Check for promise aspect first to privilege synchronous behavior - if ( value && isFunction( ( method = value.promise ) ) ) { - method.call( value ).done( resolve ).fail( reject ); - - // Other thenables - } else if ( value && isFunction( ( method = value.then ) ) ) { - method.call( value, resolve, reject ); - - // Other non-thenables - } else { - - // Control `resolve` arguments by letting Array#slice cast boolean `noValue` to integer: - // * false: [ value ].slice( 0 ) => resolve( value ) - // * true: [ value ].slice( 1 ) => resolve() - resolve.apply( undefined, [ value ].slice( noValue ) ); - } - - // For Promises/A+, convert exceptions into rejections - // Since jQuery.when doesn't unwrap thenables, we can skip the extra checks appearing in - // Deferred#then to conditionally suppress rejection. - } catch ( value ) { - - // Support: Android 4.0 only - // Strict mode functions invoked without .call/.apply get global-object context - reject.apply( undefined, [ value ] ); - } -} - -jQuery.extend( { - - Deferred: function( func ) { - var tuples = [ - - // action, add listener, callbacks, - // ... .then handlers, argument index, [final state] - [ "notify", "progress", jQuery.Callbacks( "memory" ), - jQuery.Callbacks( "memory" ), 2 ], - [ "resolve", "done", jQuery.Callbacks( "once memory" ), - jQuery.Callbacks( "once memory" ), 0, "resolved" ], - [ "reject", "fail", jQuery.Callbacks( "once memory" ), - jQuery.Callbacks( "once memory" ), 1, "rejected" ] - ], - state = "pending", - promise = { - state: function() { - return state; - }, - always: function() { - deferred.done( arguments ).fail( arguments ); - return this; - }, - "catch": function( fn ) { - return promise.then( null, fn ); - }, - - // Keep pipe for back-compat - pipe: function( /* fnDone, fnFail, fnProgress */ ) { - var fns = arguments; - - return jQuery.Deferred( function( newDefer ) { - jQuery.each( tuples, function( i, tuple ) { - - // Map tuples (progress, done, fail) to arguments (done, fail, progress) - var fn = isFunction( fns[ tuple[ 4 ] ] ) && fns[ tuple[ 4 ] ]; - - // deferred.progress(function() { bind to newDefer or newDefer.notify }) - // deferred.done(function() { bind to newDefer or newDefer.resolve }) - // deferred.fail(function() { bind to newDefer or newDefer.reject }) - deferred[ tuple[ 1 ] ]( function() { - var returned = fn && fn.apply( this, arguments ); - if ( returned && isFunction( returned.promise ) ) { - returned.promise() - .progress( newDefer.notify ) - .done( newDefer.resolve ) - .fail( newDefer.reject ); - } else { - newDefer[ tuple[ 0 ] + "With" ]( - this, - fn ? [ returned ] : arguments - ); - } - } ); - } ); - fns = null; - } ).promise(); - }, - then: function( onFulfilled, onRejected, onProgress ) { - var maxDepth = 0; - function resolve( depth, deferred, handler, special ) { - return function() { - var that = this, - args = arguments, - mightThrow = function() { - var returned, then; - - // Support: Promises/A+ section 2.3.3.3.3 - // https://promisesaplus.com/#point-59 - // Ignore double-resolution attempts - if ( depth < maxDepth ) { - return; - } - - returned = handler.apply( that, args ); - - // Support: Promises/A+ section 2.3.1 - // https://promisesaplus.com/#point-48 - if ( returned === deferred.promise() ) { - throw new TypeError( "Thenable self-resolution" ); - } - - // Support: Promises/A+ sections 2.3.3.1, 3.5 - // https://promisesaplus.com/#point-54 - // https://promisesaplus.com/#point-75 - // Retrieve `then` only once - then = returned && - - // Support: Promises/A+ section 2.3.4 - // https://promisesaplus.com/#point-64 - // Only check objects and functions for thenability - ( typeof returned === "object" || - typeof returned === "function" ) && - returned.then; - - // Handle a returned thenable - if ( isFunction( then ) ) { - - // Special processors (notify) just wait for resolution - if ( special ) { - then.call( - returned, - resolve( maxDepth, deferred, Identity, special ), - resolve( maxDepth, deferred, Thrower, special ) - ); - - // Normal processors (resolve) also hook into progress - } else { - - // ...and disregard older resolution values - maxDepth++; - - then.call( - returned, - resolve( maxDepth, deferred, Identity, special ), - resolve( maxDepth, deferred, Thrower, special ), - resolve( maxDepth, deferred, Identity, - deferred.notifyWith ) - ); - } - - // Handle all other returned values - } else { - - // Only substitute handlers pass on context - // and multiple values (non-spec behavior) - if ( handler !== Identity ) { - that = undefined; - args = [ returned ]; - } - - // Process the value(s) - // Default process is resolve - ( special || deferred.resolveWith )( that, args ); - } - }, - - // Only normal processors (resolve) catch and reject exceptions - process = special ? - mightThrow : - function() { - try { - mightThrow(); - } catch ( e ) { - - if ( jQuery.Deferred.exceptionHook ) { - jQuery.Deferred.exceptionHook( e, - process.stackTrace ); - } - - // Support: Promises/A+ section 2.3.3.3.4.1 - // https://promisesaplus.com/#point-61 - // Ignore post-resolution exceptions - if ( depth + 1 >= maxDepth ) { - - // Only substitute handlers pass on context - // and multiple values (non-spec behavior) - if ( handler !== Thrower ) { - that = undefined; - args = [ e ]; - } - - deferred.rejectWith( that, args ); - } - } - }; - - // Support: Promises/A+ section 2.3.3.3.1 - // https://promisesaplus.com/#point-57 - // Re-resolve promises immediately to dodge false rejection from - // subsequent errors - if ( depth ) { - process(); - } else { - - // Call an optional hook to record the stack, in case of exception - // since it's otherwise lost when execution goes async - if ( jQuery.Deferred.getStackHook ) { - process.stackTrace = jQuery.Deferred.getStackHook(); - } - window.setTimeout( process ); - } - }; - } - - return jQuery.Deferred( function( newDefer ) { - - // progress_handlers.add( ... ) - tuples[ 0 ][ 3 ].add( - resolve( - 0, - newDefer, - isFunction( onProgress ) ? - onProgress : - Identity, - newDefer.notifyWith - ) - ); - - // fulfilled_handlers.add( ... ) - tuples[ 1 ][ 3 ].add( - resolve( - 0, - newDefer, - isFunction( onFulfilled ) ? - onFulfilled : - Identity - ) - ); - - // rejected_handlers.add( ... ) - tuples[ 2 ][ 3 ].add( - resolve( - 0, - newDefer, - isFunction( onRejected ) ? - onRejected : - Thrower - ) - ); - } ).promise(); - }, - - // Get a promise for this deferred - // If obj is provided, the promise aspect is added to the object - promise: function( obj ) { - return obj != null ? jQuery.extend( obj, promise ) : promise; - } - }, - deferred = {}; - - // Add list-specific methods - jQuery.each( tuples, function( i, tuple ) { - var list = tuple[ 2 ], - stateString = tuple[ 5 ]; - - // promise.progress = list.add - // promise.done = list.add - // promise.fail = list.add - promise[ tuple[ 1 ] ] = list.add; - - // Handle state - if ( stateString ) { - list.add( - function() { - - // state = "resolved" (i.e., fulfilled) - // state = "rejected" - state = stateString; - }, - - // rejected_callbacks.disable - // fulfilled_callbacks.disable - tuples[ 3 - i ][ 2 ].disable, - - // rejected_handlers.disable - // fulfilled_handlers.disable - tuples[ 3 - i ][ 3 ].disable, - - // progress_callbacks.lock - tuples[ 0 ][ 2 ].lock, - - // progress_handlers.lock - tuples[ 0 ][ 3 ].lock - ); - } - - // progress_handlers.fire - // fulfilled_handlers.fire - // rejected_handlers.fire - list.add( tuple[ 3 ].fire ); - - // deferred.notify = function() { deferred.notifyWith(...) } - // deferred.resolve = function() { deferred.resolveWith(...) } - // deferred.reject = function() { deferred.rejectWith(...) } - deferred[ tuple[ 0 ] ] = function() { - deferred[ tuple[ 0 ] + "With" ]( this === deferred ? undefined : this, arguments ); - return this; - }; - - // deferred.notifyWith = list.fireWith - // deferred.resolveWith = list.fireWith - // deferred.rejectWith = list.fireWith - deferred[ tuple[ 0 ] + "With" ] = list.fireWith; - } ); - - // Make the deferred a promise - promise.promise( deferred ); - - // Call given func if any - if ( func ) { - func.call( deferred, deferred ); - } - - // All done! - return deferred; - }, - - // Deferred helper - when: function( singleValue ) { - var - - // count of uncompleted subordinates - remaining = arguments.length, - - // count of unprocessed arguments - i = remaining, - - // subordinate fulfillment data - resolveContexts = Array( i ), - resolveValues = slice.call( arguments ), - - // the master Deferred - master = jQuery.Deferred(), - - // subordinate callback factory - updateFunc = function( i ) { - return function( value ) { - resolveContexts[ i ] = this; - resolveValues[ i ] = arguments.length > 1 ? slice.call( arguments ) : value; - if ( !( --remaining ) ) { - master.resolveWith( resolveContexts, resolveValues ); - } - }; - }; - - // Single- and empty arguments are adopted like Promise.resolve - if ( remaining <= 1 ) { - adoptValue( singleValue, master.done( updateFunc( i ) ).resolve, master.reject, - !remaining ); - - // Use .then() to unwrap secondary thenables (cf. gh-3000) - if ( master.state() === "pending" || - isFunction( resolveValues[ i ] && resolveValues[ i ].then ) ) { - - return master.then(); - } - } - - // Multiple arguments are aggregated like Promise.all array elements - while ( i-- ) { - adoptValue( resolveValues[ i ], updateFunc( i ), master.reject ); - } - - return master.promise(); - } -} ); - - -// These usually indicate a programmer mistake during development, -// warn about them ASAP rather than swallowing them by default. -var rerrorNames = /^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/; - -jQuery.Deferred.exceptionHook = function( error, stack ) { - - // Support: IE 8 - 9 only - // Console exists when dev tools are open, which can happen at any time - if ( window.console && window.console.warn && error && rerrorNames.test( error.name ) ) { - window.console.warn( "jQuery.Deferred exception: " + error.message, error.stack, stack ); - } -}; - - - - -jQuery.readyException = function( error ) { - window.setTimeout( function() { - throw error; - } ); -}; - - - - -// The deferred used on DOM ready -var readyList = jQuery.Deferred(); - -jQuery.fn.ready = function( fn ) { - - readyList - .then( fn ) - - // Wrap jQuery.readyException in a function so that the lookup - // happens at the time of error handling instead of callback - // registration. - .catch( function( error ) { - jQuery.readyException( error ); - } ); - - return this; -}; - -jQuery.extend( { - - // Is the DOM ready to be used? Set to true once it occurs. - isReady: false, - - // A counter to track how many items to wait for before - // the ready event fires. See #6781 - readyWait: 1, - - // Handle when the DOM is ready - ready: function( wait ) { - - // Abort if there are pending holds or we're already ready - if ( wait === true ? --jQuery.readyWait : jQuery.isReady ) { - return; - } - - // Remember that the DOM is ready - jQuery.isReady = true; - - // If a normal DOM Ready event fired, decrement, and wait if need be - if ( wait !== true && --jQuery.readyWait > 0 ) { - return; - } - - // If there are functions bound, to execute - readyList.resolveWith( document, [ jQuery ] ); - } -} ); - -jQuery.ready.then = readyList.then; - -// The ready event handler and self cleanup method -function completed() { - document.removeEventListener( "DOMContentLoaded", completed ); - window.removeEventListener( "load", completed ); - jQuery.ready(); -} - -// Catch cases where $(document).ready() is called -// after the browser event has already occurred. -// Support: IE <=9 - 10 only -// Older IE sometimes signals "interactive" too soon -if ( document.readyState === "complete" || - ( document.readyState !== "loading" && !document.documentElement.doScroll ) ) { - - // Handle it asynchronously to allow scripts the opportunity to delay ready - window.setTimeout( jQuery.ready ); - -} else { - - // Use the handy event callback - document.addEventListener( "DOMContentLoaded", completed ); - - // A fallback to window.onload, that will always work - window.addEventListener( "load", completed ); -} - - - - -// Multifunctional method to get and set values of a collection -// The value/s can optionally be executed if it's a function -var access = function( elems, fn, key, value, chainable, emptyGet, raw ) { - var i = 0, - len = elems.length, - bulk = key == null; - - // Sets many values - if ( toType( key ) === "object" ) { - chainable = true; - for ( i in key ) { - access( elems, fn, i, key[ i ], true, emptyGet, raw ); - } - - // Sets one value - } else if ( value !== undefined ) { - chainable = true; - - if ( !isFunction( value ) ) { - raw = true; - } - - if ( bulk ) { - - // Bulk operations run against the entire set - if ( raw ) { - fn.call( elems, value ); - fn = null; - - // ...except when executing function values - } else { - bulk = fn; - fn = function( elem, key, value ) { - return bulk.call( jQuery( elem ), value ); - }; - } - } - - if ( fn ) { - for ( ; i < len; i++ ) { - fn( - elems[ i ], key, raw ? - value : - value.call( elems[ i ], i, fn( elems[ i ], key ) ) - ); - } - } - } - - if ( chainable ) { - return elems; - } - - // Gets - if ( bulk ) { - return fn.call( elems ); - } - - return len ? fn( elems[ 0 ], key ) : emptyGet; -}; - - -// Matches dashed string for camelizing -var rmsPrefix = /^-ms-/, - rdashAlpha = /-([a-z])/g; - -// Used by camelCase as callback to replace() -function fcamelCase( all, letter ) { - return letter.toUpperCase(); -} - -// Convert dashed to camelCase; used by the css and data modules -// Support: IE <=9 - 11, Edge 12 - 15 -// Microsoft forgot to hump their vendor prefix (#9572) -function camelCase( string ) { - return string.replace( rmsPrefix, "ms-" ).replace( rdashAlpha, fcamelCase ); -} -var acceptData = function( owner ) { - - // Accepts only: - // - Node - // - Node.ELEMENT_NODE - // - Node.DOCUMENT_NODE - // - Object - // - Any - return owner.nodeType === 1 || owner.nodeType === 9 || !( +owner.nodeType ); -}; - - - - -function Data() { - this.expando = jQuery.expando + Data.uid++; -} - -Data.uid = 1; - -Data.prototype = { - - cache: function( owner ) { - - // Check if the owner object already has a cache - var value = owner[ this.expando ]; - - // If not, create one - if ( !value ) { - value = {}; - - // We can accept data for non-element nodes in modern browsers, - // but we should not, see #8335. - // Always return an empty object. - if ( acceptData( owner ) ) { - - // If it is a node unlikely to be stringify-ed or looped over - // use plain assignment - if ( owner.nodeType ) { - owner[ this.expando ] = value; - - // Otherwise secure it in a non-enumerable property - // configurable must be true to allow the property to be - // deleted when data is removed - } else { - Object.defineProperty( owner, this.expando, { - value: value, - configurable: true - } ); - } - } - } - - return value; - }, - set: function( owner, data, value ) { - var prop, - cache = this.cache( owner ); - - // Handle: [ owner, key, value ] args - // Always use camelCase key (gh-2257) - if ( typeof data === "string" ) { - cache[ camelCase( data ) ] = value; - - // Handle: [ owner, { properties } ] args - } else { - - // Copy the properties one-by-one to the cache object - for ( prop in data ) { - cache[ camelCase( prop ) ] = data[ prop ]; - } - } - return cache; - }, - get: function( owner, key ) { - return key === undefined ? - this.cache( owner ) : - - // Always use camelCase key (gh-2257) - owner[ this.expando ] && owner[ this.expando ][ camelCase( key ) ]; - }, - access: function( owner, key, value ) { - - // In cases where either: - // - // 1. No key was specified - // 2. A string key was specified, but no value provided - // - // Take the "read" path and allow the get method to determine - // which value to return, respectively either: - // - // 1. The entire cache object - // 2. The data stored at the key - // - if ( key === undefined || - ( ( key && typeof key === "string" ) && value === undefined ) ) { - - return this.get( owner, key ); - } - - // When the key is not a string, or both a key and value - // are specified, set or extend (existing objects) with either: - // - // 1. An object of properties - // 2. A key and value - // - this.set( owner, key, value ); - - // Since the "set" path can have two possible entry points - // return the expected data based on which path was taken[*] - return value !== undefined ? value : key; - }, - remove: function( owner, key ) { - var i, - cache = owner[ this.expando ]; - - if ( cache === undefined ) { - return; - } - - if ( key !== undefined ) { - - // Support array or space separated string of keys - if ( Array.isArray( key ) ) { - - // If key is an array of keys... - // We always set camelCase keys, so remove that. - key = key.map( camelCase ); - } else { - key = camelCase( key ); - - // If a key with the spaces exists, use it. - // Otherwise, create an array by matching non-whitespace - key = key in cache ? - [ key ] : - ( key.match( rnothtmlwhite ) || [] ); - } - - i = key.length; - - while ( i-- ) { - delete cache[ key[ i ] ]; - } - } - - // Remove the expando if there's no more data - if ( key === undefined || jQuery.isEmptyObject( cache ) ) { - - // Support: Chrome <=35 - 45 - // Webkit & Blink performance suffers when deleting properties - // from DOM nodes, so set to undefined instead - // https://bugs.chromium.org/p/chromium/issues/detail?id=378607 (bug restricted) - if ( owner.nodeType ) { - owner[ this.expando ] = undefined; - } else { - delete owner[ this.expando ]; - } - } - }, - hasData: function( owner ) { - var cache = owner[ this.expando ]; - return cache !== undefined && !jQuery.isEmptyObject( cache ); - } -}; -var dataPriv = new Data(); - -var dataUser = new Data(); - - - -// Implementation Summary -// -// 1. Enforce API surface and semantic compatibility with 1.9.x branch -// 2. Improve the module's maintainability by reducing the storage -// paths to a single mechanism. -// 3. Use the same single mechanism to support "private" and "user" data. -// 4. _Never_ expose "private" data to user code (TODO: Drop _data, _removeData) -// 5. Avoid exposing implementation details on user objects (eg. expando properties) -// 6. Provide a clear path for implementation upgrade to WeakMap in 2014 - -var rbrace = /^(?:\{[\w\W]*\}|\[[\w\W]*\])$/, - rmultiDash = /[A-Z]/g; - -function getData( data ) { - if ( data === "true" ) { - return true; - } - - if ( data === "false" ) { - return false; - } - - if ( data === "null" ) { - return null; - } - - // Only convert to a number if it doesn't change the string - if ( data === +data + "" ) { - return +data; - } - - if ( rbrace.test( data ) ) { - return JSON.parse( data ); - } - - return data; -} - -function dataAttr( elem, key, data ) { - var name; - - // If nothing was found internally, try to fetch any - // data from the HTML5 data-* attribute - if ( data === undefined && elem.nodeType === 1 ) { - name = "data-" + key.replace( rmultiDash, "-$&" ).toLowerCase(); - data = elem.getAttribute( name ); - - if ( typeof data === "string" ) { - try { - data = getData( data ); - } catch ( e ) {} - - // Make sure we set the data so it isn't changed later - dataUser.set( elem, key, data ); - } else { - data = undefined; - } - } - return data; -} - -jQuery.extend( { - hasData: function( elem ) { - return dataUser.hasData( elem ) || dataPriv.hasData( elem ); - }, - - data: function( elem, name, data ) { - return dataUser.access( elem, name, data ); - }, - - removeData: function( elem, name ) { - dataUser.remove( elem, name ); - }, - - // TODO: Now that all calls to _data and _removeData have been replaced - // with direct calls to dataPriv methods, these can be deprecated. - _data: function( elem, name, data ) { - return dataPriv.access( elem, name, data ); - }, - - _removeData: function( elem, name ) { - dataPriv.remove( elem, name ); - } -} ); - -jQuery.fn.extend( { - data: function( key, value ) { - var i, name, data, - elem = this[ 0 ], - attrs = elem && elem.attributes; - - // Gets all values - if ( key === undefined ) { - if ( this.length ) { - data = dataUser.get( elem ); - - if ( elem.nodeType === 1 && !dataPriv.get( elem, "hasDataAttrs" ) ) { - i = attrs.length; - while ( i-- ) { - - // Support: IE 11 only - // The attrs elements can be null (#14894) - if ( attrs[ i ] ) { - name = attrs[ i ].name; - if ( name.indexOf( "data-" ) === 0 ) { - name = camelCase( name.slice( 5 ) ); - dataAttr( elem, name, data[ name ] ); - } - } - } - dataPriv.set( elem, "hasDataAttrs", true ); - } - } - - return data; - } - - // Sets multiple values - if ( typeof key === "object" ) { - return this.each( function() { - dataUser.set( this, key ); - } ); - } - - return access( this, function( value ) { - var data; - - // The calling jQuery object (element matches) is not empty - // (and therefore has an element appears at this[ 0 ]) and the - // `value` parameter was not undefined. An empty jQuery object - // will result in `undefined` for elem = this[ 0 ] which will - // throw an exception if an attempt to read a data cache is made. - if ( elem && value === undefined ) { - - // Attempt to get data from the cache - // The key will always be camelCased in Data - data = dataUser.get( elem, key ); - if ( data !== undefined ) { - return data; - } - - // Attempt to "discover" the data in - // HTML5 custom data-* attrs - data = dataAttr( elem, key ); - if ( data !== undefined ) { - return data; - } - - // We tried really hard, but the data doesn't exist. - return; - } - - // Set the data... - this.each( function() { - - // We always store the camelCased key - dataUser.set( this, key, value ); - } ); - }, null, value, arguments.length > 1, null, true ); - }, - - removeData: function( key ) { - return this.each( function() { - dataUser.remove( this, key ); - } ); - } -} ); - - -jQuery.extend( { - queue: function( elem, type, data ) { - var queue; - - if ( elem ) { - type = ( type || "fx" ) + "queue"; - queue = dataPriv.get( elem, type ); - - // Speed up dequeue by getting out quickly if this is just a lookup - if ( data ) { - if ( !queue || Array.isArray( data ) ) { - queue = dataPriv.access( elem, type, jQuery.makeArray( data ) ); - } else { - queue.push( data ); - } - } - return queue || []; - } - }, - - dequeue: function( elem, type ) { - type = type || "fx"; - - var queue = jQuery.queue( elem, type ), - startLength = queue.length, - fn = queue.shift(), - hooks = jQuery._queueHooks( elem, type ), - next = function() { - jQuery.dequeue( elem, type ); - }; - - // If the fx queue is dequeued, always remove the progress sentinel - if ( fn === "inprogress" ) { - fn = queue.shift(); - startLength--; - } - - if ( fn ) { - - // Add a progress sentinel to prevent the fx queue from being - // automatically dequeued - if ( type === "fx" ) { - queue.unshift( "inprogress" ); - } - - // Clear up the last queue stop function - delete hooks.stop; - fn.call( elem, next, hooks ); - } - - if ( !startLength && hooks ) { - hooks.empty.fire(); - } - }, - - // Not public - generate a queueHooks object, or return the current one - _queueHooks: function( elem, type ) { - var key = type + "queueHooks"; - return dataPriv.get( elem, key ) || dataPriv.access( elem, key, { - empty: jQuery.Callbacks( "once memory" ).add( function() { - dataPriv.remove( elem, [ type + "queue", key ] ); - } ) - } ); - } -} ); - -jQuery.fn.extend( { - queue: function( type, data ) { - var setter = 2; - - if ( typeof type !== "string" ) { - data = type; - type = "fx"; - setter--; - } - - if ( arguments.length < setter ) { - return jQuery.queue( this[ 0 ], type ); - } - - return data === undefined ? - this : - this.each( function() { - var queue = jQuery.queue( this, type, data ); - - // Ensure a hooks for this queue - jQuery._queueHooks( this, type ); - - if ( type === "fx" && queue[ 0 ] !== "inprogress" ) { - jQuery.dequeue( this, type ); - } - } ); - }, - dequeue: function( type ) { - return this.each( function() { - jQuery.dequeue( this, type ); - } ); - }, - clearQueue: function( type ) { - return this.queue( type || "fx", [] ); - }, - - // Get a promise resolved when queues of a certain type - // are emptied (fx is the type by default) - promise: function( type, obj ) { - var tmp, - count = 1, - defer = jQuery.Deferred(), - elements = this, - i = this.length, - resolve = function() { - if ( !( --count ) ) { - defer.resolveWith( elements, [ elements ] ); - } - }; - - if ( typeof type !== "string" ) { - obj = type; - type = undefined; - } - type = type || "fx"; - - while ( i-- ) { - tmp = dataPriv.get( elements[ i ], type + "queueHooks" ); - if ( tmp && tmp.empty ) { - count++; - tmp.empty.add( resolve ); - } - } - resolve(); - return defer.promise( obj ); - } -} ); -var pnum = ( /[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/ ).source; - -var rcssNum = new RegExp( "^(?:([+-])=|)(" + pnum + ")([a-z%]*)$", "i" ); - - -var cssExpand = [ "Top", "Right", "Bottom", "Left" ]; - -var documentElement = document.documentElement; - - - - var isAttached = function( elem ) { - return jQuery.contains( elem.ownerDocument, elem ); - }, - composed = { composed: true }; - - // Support: IE 9 - 11+, Edge 12 - 18+, iOS 10.0 - 10.2 only - // Check attachment across shadow DOM boundaries when possible (gh-3504) - // Support: iOS 10.0-10.2 only - // Early iOS 10 versions support `attachShadow` but not `getRootNode`, - // leading to errors. We need to check for `getRootNode`. - if ( documentElement.getRootNode ) { - isAttached = function( elem ) { - return jQuery.contains( elem.ownerDocument, elem ) || - elem.getRootNode( composed ) === elem.ownerDocument; - }; - } -var isHiddenWithinTree = function( elem, el ) { - - // isHiddenWithinTree might be called from jQuery#filter function; - // in that case, element will be second argument - elem = el || elem; - - // Inline style trumps all - return elem.style.display === "none" || - elem.style.display === "" && - - // Otherwise, check computed style - // Support: Firefox <=43 - 45 - // Disconnected elements can have computed display: none, so first confirm that elem is - // in the document. - isAttached( elem ) && - - jQuery.css( elem, "display" ) === "none"; - }; - -var swap = function( elem, options, callback, args ) { - var ret, name, - old = {}; - - // Remember the old values, and insert the new ones - for ( name in options ) { - old[ name ] = elem.style[ name ]; - elem.style[ name ] = options[ name ]; - } - - ret = callback.apply( elem, args || [] ); - - // Revert the old values - for ( name in options ) { - elem.style[ name ] = old[ name ]; - } - - return ret; -}; - - - - -function adjustCSS( elem, prop, valueParts, tween ) { - var adjusted, scale, - maxIterations = 20, - currentValue = tween ? - function() { - return tween.cur(); - } : - function() { - return jQuery.css( elem, prop, "" ); - }, - initial = currentValue(), - unit = valueParts && valueParts[ 3 ] || ( jQuery.cssNumber[ prop ] ? "" : "px" ), - - // Starting value computation is required for potential unit mismatches - initialInUnit = elem.nodeType && - ( jQuery.cssNumber[ prop ] || unit !== "px" && +initial ) && - rcssNum.exec( jQuery.css( elem, prop ) ); - - if ( initialInUnit && initialInUnit[ 3 ] !== unit ) { - - // Support: Firefox <=54 - // Halve the iteration target value to prevent interference from CSS upper bounds (gh-2144) - initial = initial / 2; - - // Trust units reported by jQuery.css - unit = unit || initialInUnit[ 3 ]; - - // Iteratively approximate from a nonzero starting point - initialInUnit = +initial || 1; - - while ( maxIterations-- ) { - - // Evaluate and update our best guess (doubling guesses that zero out). - // Finish if the scale equals or crosses 1 (making the old*new product non-positive). - jQuery.style( elem, prop, initialInUnit + unit ); - if ( ( 1 - scale ) * ( 1 - ( scale = currentValue() / initial || 0.5 ) ) <= 0 ) { - maxIterations = 0; - } - initialInUnit = initialInUnit / scale; - - } - - initialInUnit = initialInUnit * 2; - jQuery.style( elem, prop, initialInUnit + unit ); - - // Make sure we update the tween properties later on - valueParts = valueParts || []; - } - - if ( valueParts ) { - initialInUnit = +initialInUnit || +initial || 0; - - // Apply relative offset (+=/-=) if specified - adjusted = valueParts[ 1 ] ? - initialInUnit + ( valueParts[ 1 ] + 1 ) * valueParts[ 2 ] : - +valueParts[ 2 ]; - if ( tween ) { - tween.unit = unit; - tween.start = initialInUnit; - tween.end = adjusted; - } - } - return adjusted; -} - - -var defaultDisplayMap = {}; - -function getDefaultDisplay( elem ) { - var temp, - doc = elem.ownerDocument, - nodeName = elem.nodeName, - display = defaultDisplayMap[ nodeName ]; - - if ( display ) { - return display; - } - - temp = doc.body.appendChild( doc.createElement( nodeName ) ); - display = jQuery.css( temp, "display" ); - - temp.parentNode.removeChild( temp ); - - if ( display === "none" ) { - display = "block"; - } - defaultDisplayMap[ nodeName ] = display; - - return display; -} - -function showHide( elements, show ) { - var display, elem, - values = [], - index = 0, - length = elements.length; - - // Determine new display value for elements that need to change - for ( ; index < length; index++ ) { - elem = elements[ index ]; - if ( !elem.style ) { - continue; - } - - display = elem.style.display; - if ( show ) { - - // Since we force visibility upon cascade-hidden elements, an immediate (and slow) - // check is required in this first loop unless we have a nonempty display value (either - // inline or about-to-be-restored) - if ( display === "none" ) { - values[ index ] = dataPriv.get( elem, "display" ) || null; - if ( !values[ index ] ) { - elem.style.display = ""; - } - } - if ( elem.style.display === "" && isHiddenWithinTree( elem ) ) { - values[ index ] = getDefaultDisplay( elem ); - } - } else { - if ( display !== "none" ) { - values[ index ] = "none"; - - // Remember what we're overwriting - dataPriv.set( elem, "display", display ); - } - } - } - - // Set the display of the elements in a second loop to avoid constant reflow - for ( index = 0; index < length; index++ ) { - if ( values[ index ] != null ) { - elements[ index ].style.display = values[ index ]; - } - } - - return elements; -} - -jQuery.fn.extend( { - show: function() { - return showHide( this, true ); - }, - hide: function() { - return showHide( this ); - }, - toggle: function( state ) { - if ( typeof state === "boolean" ) { - return state ? this.show() : this.hide(); - } - - return this.each( function() { - if ( isHiddenWithinTree( this ) ) { - jQuery( this ).show(); - } else { - jQuery( this ).hide(); - } - } ); - } -} ); -var rcheckableType = ( /^(?:checkbox|radio)$/i ); - -var rtagName = ( /<([a-z][^\/\0>\x20\t\r\n\f]*)/i ); - -var rscriptType = ( /^$|^module$|\/(?:java|ecma)script/i ); - - - -// We have to close these tags to support XHTML (#13200) -var wrapMap = { - - // Support: IE <=9 only - option: [ 1, "<select multiple='multiple'>", "</select>" ], - - // XHTML parsers do not magically insert elements in the - // same way that tag soup parsers do. So we cannot shorten - // this by omitting <tbody> or other required elements. - thead: [ 1, "<table>", "</table>" ], - col: [ 2, "<table><colgroup>", "</colgroup></table>" ], - tr: [ 2, "<table><tbody>", "</tbody></table>" ], - td: [ 3, "<table><tbody><tr>", "</tr></tbody></table>" ], - - _default: [ 0, "", "" ] -}; - -// Support: IE <=9 only -wrapMap.optgroup = wrapMap.option; - -wrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead; -wrapMap.th = wrapMap.td; - - -function getAll( context, tag ) { - - // Support: IE <=9 - 11 only - // Use typeof to avoid zero-argument method invocation on host objects (#15151) - var ret; - - if ( typeof context.getElementsByTagName !== "undefined" ) { - ret = context.getElementsByTagName( tag || "*" ); - - } else if ( typeof context.querySelectorAll !== "undefined" ) { - ret = context.querySelectorAll( tag || "*" ); - - } else { - ret = []; - } - - if ( tag === undefined || tag && nodeName( context, tag ) ) { - return jQuery.merge( [ context ], ret ); - } - - return ret; -} - - -// Mark scripts as having already been evaluated -function setGlobalEval( elems, refElements ) { - var i = 0, - l = elems.length; - - for ( ; i < l; i++ ) { - dataPriv.set( - elems[ i ], - "globalEval", - !refElements || dataPriv.get( refElements[ i ], "globalEval" ) - ); - } -} - - -var rhtml = /<|&#?\w+;/; - -function buildFragment( elems, context, scripts, selection, ignored ) { - var elem, tmp, tag, wrap, attached, j, - fragment = context.createDocumentFragment(), - nodes = [], - i = 0, - l = elems.length; - - for ( ; i < l; i++ ) { - elem = elems[ i ]; - - if ( elem || elem === 0 ) { - - // Add nodes directly - if ( toType( elem ) === "object" ) { - - // Support: Android <=4.0 only, PhantomJS 1 only - // push.apply(_, arraylike) throws on ancient WebKit - jQuery.merge( nodes, elem.nodeType ? [ elem ] : elem ); - - // Convert non-html into a text node - } else if ( !rhtml.test( elem ) ) { - nodes.push( context.createTextNode( elem ) ); - - // Convert html into DOM nodes - } else { - tmp = tmp || fragment.appendChild( context.createElement( "div" ) ); - - // Deserialize a standard representation - tag = ( rtagName.exec( elem ) || [ "", "" ] )[ 1 ].toLowerCase(); - wrap = wrapMap[ tag ] || wrapMap._default; - tmp.innerHTML = wrap[ 1 ] + jQuery.htmlPrefilter( elem ) + wrap[ 2 ]; - - // Descend through wrappers to the right content - j = wrap[ 0 ]; - while ( j-- ) { - tmp = tmp.lastChild; - } - - // Support: Android <=4.0 only, PhantomJS 1 only - // push.apply(_, arraylike) throws on ancient WebKit - jQuery.merge( nodes, tmp.childNodes ); - - // Remember the top-level container - tmp = fragment.firstChild; - - // Ensure the created nodes are orphaned (#12392) - tmp.textContent = ""; - } - } - } - - // Remove wrapper from fragment - fragment.textContent = ""; - - i = 0; - while ( ( elem = nodes[ i++ ] ) ) { - - // Skip elements already in the context collection (trac-4087) - if ( selection && jQuery.inArray( elem, selection ) > -1 ) { - if ( ignored ) { - ignored.push( elem ); - } - continue; - } - - attached = isAttached( elem ); - - // Append to fragment - tmp = getAll( fragment.appendChild( elem ), "script" ); - - // Preserve script evaluation history - if ( attached ) { - setGlobalEval( tmp ); - } - - // Capture executables - if ( scripts ) { - j = 0; - while ( ( elem = tmp[ j++ ] ) ) { - if ( rscriptType.test( elem.type || "" ) ) { - scripts.push( elem ); - } - } - } - } - - return fragment; -} - - -( function() { - var fragment = document.createDocumentFragment(), - div = fragment.appendChild( document.createElement( "div" ) ), - input = document.createElement( "input" ); - - // Support: Android 4.0 - 4.3 only - // Check state lost if the name is set (#11217) - // Support: Windows Web Apps (WWA) - // `name` and `type` must use .setAttribute for WWA (#14901) - input.setAttribute( "type", "radio" ); - input.setAttribute( "checked", "checked" ); - input.setAttribute( "name", "t" ); - - div.appendChild( input ); - - // Support: Android <=4.1 only - // Older WebKit doesn't clone checked state correctly in fragments - support.checkClone = div.cloneNode( true ).cloneNode( true ).lastChild.checked; - - // Support: IE <=11 only - // Make sure textarea (and checkbox) defaultValue is properly cloned - div.innerHTML = "<textarea>x</textarea>"; - support.noCloneChecked = !!div.cloneNode( true ).lastChild.defaultValue; -} )(); - - -var - rkeyEvent = /^key/, - rmouseEvent = /^(?:mouse|pointer|contextmenu|drag|drop)|click/, - rtypenamespace = /^([^.]*)(?:\.(.+)|)/; - -function returnTrue() { - return true; -} - -function returnFalse() { - return false; -} - -// Support: IE <=9 - 11+ -// focus() and blur() are asynchronous, except when they are no-op. -// So expect focus to be synchronous when the element is already active, -// and blur to be synchronous when the element is not already active. -// (focus and blur are always synchronous in other supported browsers, -// this just defines when we can count on it). -function expectSync( elem, type ) { - return ( elem === safeActiveElement() ) === ( type === "focus" ); -} - -// Support: IE <=9 only -// Accessing document.activeElement can throw unexpectedly -// https://bugs.jquery.com/ticket/13393 -function safeActiveElement() { - try { - return document.activeElement; - } catch ( err ) { } -} - -function on( elem, types, selector, data, fn, one ) { - var origFn, type; - - // Types can be a map of types/handlers - if ( typeof types === "object" ) { - - // ( types-Object, selector, data ) - if ( typeof selector !== "string" ) { - - // ( types-Object, data ) - data = data || selector; - selector = undefined; - } - for ( type in types ) { - on( elem, type, selector, data, types[ type ], one ); - } - return elem; - } - - if ( data == null && fn == null ) { - - // ( types, fn ) - fn = selector; - data = selector = undefined; - } else if ( fn == null ) { - if ( typeof selector === "string" ) { - - // ( types, selector, fn ) - fn = data; - data = undefined; - } else { - - // ( types, data, fn ) - fn = data; - data = selector; - selector = undefined; - } - } - if ( fn === false ) { - fn = returnFalse; - } else if ( !fn ) { - return elem; - } - - if ( one === 1 ) { - origFn = fn; - fn = function( event ) { - - // Can use an empty set, since event contains the info - jQuery().off( event ); - return origFn.apply( this, arguments ); - }; - - // Use same guid so caller can remove using origFn - fn.guid = origFn.guid || ( origFn.guid = jQuery.guid++ ); - } - return elem.each( function() { - jQuery.event.add( this, types, fn, data, selector ); - } ); -} - -/* - * Helper functions for managing events -- not part of the public interface. - * Props to Dean Edwards' addEvent library for many of the ideas. - */ -jQuery.event = { - - global: {}, - - add: function( elem, types, handler, data, selector ) { - - var handleObjIn, eventHandle, tmp, - events, t, handleObj, - special, handlers, type, namespaces, origType, - elemData = dataPriv.get( elem ); - - // Don't attach events to noData or text/comment nodes (but allow plain objects) - if ( !elemData ) { - return; - } - - // Caller can pass in an object of custom data in lieu of the handler - if ( handler.handler ) { - handleObjIn = handler; - handler = handleObjIn.handler; - selector = handleObjIn.selector; - } - - // Ensure that invalid selectors throw exceptions at attach time - // Evaluate against documentElement in case elem is a non-element node (e.g., document) - if ( selector ) { - jQuery.find.matchesSelector( documentElement, selector ); - } - - // Make sure that the handler has a unique ID, used to find/remove it later - if ( !handler.guid ) { - handler.guid = jQuery.guid++; - } - - // Init the element's event structure and main handler, if this is the first - if ( !( events = elemData.events ) ) { - events = elemData.events = {}; - } - if ( !( eventHandle = elemData.handle ) ) { - eventHandle = elemData.handle = function( e ) { - - // Discard the second event of a jQuery.event.trigger() and - // when an event is called after a page has unloaded - return typeof jQuery !== "undefined" && jQuery.event.triggered !== e.type ? - jQuery.event.dispatch.apply( elem, arguments ) : undefined; - }; - } - - // Handle multiple events separated by a space - types = ( types || "" ).match( rnothtmlwhite ) || [ "" ]; - t = types.length; - while ( t-- ) { - tmp = rtypenamespace.exec( types[ t ] ) || []; - type = origType = tmp[ 1 ]; - namespaces = ( tmp[ 2 ] || "" ).split( "." ).sort(); - - // There *must* be a type, no attaching namespace-only handlers - if ( !type ) { - continue; - } - - // If event changes its type, use the special event handlers for the changed type - special = jQuery.event.special[ type ] || {}; - - // If selector defined, determine special event api type, otherwise given type - type = ( selector ? special.delegateType : special.bindType ) || type; - - // Update special based on newly reset type - special = jQuery.event.special[ type ] || {}; - - // handleObj is passed to all event handlers - handleObj = jQuery.extend( { - type: type, - origType: origType, - data: data, - handler: handler, - guid: handler.guid, - selector: selector, - needsContext: selector && jQuery.expr.match.needsContext.test( selector ), - namespace: namespaces.join( "." ) - }, handleObjIn ); - - // Init the event handler queue if we're the first - if ( !( handlers = events[ type ] ) ) { - handlers = events[ type ] = []; - handlers.delegateCount = 0; - - // Only use addEventListener if the special events handler returns false - if ( !special.setup || - special.setup.call( elem, data, namespaces, eventHandle ) === false ) { - - if ( elem.addEventListener ) { - elem.addEventListener( type, eventHandle ); - } - } - } - - if ( special.add ) { - special.add.call( elem, handleObj ); - - if ( !handleObj.handler.guid ) { - handleObj.handler.guid = handler.guid; - } - } - - // Add to the element's handler list, delegates in front - if ( selector ) { - handlers.splice( handlers.delegateCount++, 0, handleObj ); - } else { - handlers.push( handleObj ); - } - - // Keep track of which events have ever been used, for event optimization - jQuery.event.global[ type ] = true; - } - - }, - - // Detach an event or set of events from an element - remove: function( elem, types, handler, selector, mappedTypes ) { - - var j, origCount, tmp, - events, t, handleObj, - special, handlers, type, namespaces, origType, - elemData = dataPriv.hasData( elem ) && dataPriv.get( elem ); - - if ( !elemData || !( events = elemData.events ) ) { - return; - } - - // Once for each type.namespace in types; type may be omitted - types = ( types || "" ).match( rnothtmlwhite ) || [ "" ]; - t = types.length; - while ( t-- ) { - tmp = rtypenamespace.exec( types[ t ] ) || []; - type = origType = tmp[ 1 ]; - namespaces = ( tmp[ 2 ] || "" ).split( "." ).sort(); - - // Unbind all events (on this namespace, if provided) for the element - if ( !type ) { - for ( type in events ) { - jQuery.event.remove( elem, type + types[ t ], handler, selector, true ); - } - continue; - } - - special = jQuery.event.special[ type ] || {}; - type = ( selector ? special.delegateType : special.bindType ) || type; - handlers = events[ type ] || []; - tmp = tmp[ 2 ] && - new RegExp( "(^|\\.)" + namespaces.join( "\\.(?:.*\\.|)" ) + "(\\.|$)" ); - - // Remove matching events - origCount = j = handlers.length; - while ( j-- ) { - handleObj = handlers[ j ]; - - if ( ( mappedTypes || origType === handleObj.origType ) && - ( !handler || handler.guid === handleObj.guid ) && - ( !tmp || tmp.test( handleObj.namespace ) ) && - ( !selector || selector === handleObj.selector || - selector === "**" && handleObj.selector ) ) { - handlers.splice( j, 1 ); - - if ( handleObj.selector ) { - handlers.delegateCount--; - } - if ( special.remove ) { - special.remove.call( elem, handleObj ); - } - } - } - - // Remove generic event handler if we removed something and no more handlers exist - // (avoids potential for endless recursion during removal of special event handlers) - if ( origCount && !handlers.length ) { - if ( !special.teardown || - special.teardown.call( elem, namespaces, elemData.handle ) === false ) { - - jQuery.removeEvent( elem, type, elemData.handle ); - } - - delete events[ type ]; - } - } - - // Remove data and the expando if it's no longer used - if ( jQuery.isEmptyObject( events ) ) { - dataPriv.remove( elem, "handle events" ); - } - }, - - dispatch: function( nativeEvent ) { - - // Make a writable jQuery.Event from the native event object - var event = jQuery.event.fix( nativeEvent ); - - var i, j, ret, matched, handleObj, handlerQueue, - args = new Array( arguments.length ), - handlers = ( dataPriv.get( this, "events" ) || {} )[ event.type ] || [], - special = jQuery.event.special[ event.type ] || {}; - - // Use the fix-ed jQuery.Event rather than the (read-only) native event - args[ 0 ] = event; - - for ( i = 1; i < arguments.length; i++ ) { - args[ i ] = arguments[ i ]; - } - - event.delegateTarget = this; - - // Call the preDispatch hook for the mapped type, and let it bail if desired - if ( special.preDispatch && special.preDispatch.call( this, event ) === false ) { - return; - } - - // Determine handlers - handlerQueue = jQuery.event.handlers.call( this, event, handlers ); - - // Run delegates first; they may want to stop propagation beneath us - i = 0; - while ( ( matched = handlerQueue[ i++ ] ) && !event.isPropagationStopped() ) { - event.currentTarget = matched.elem; - - j = 0; - while ( ( handleObj = matched.handlers[ j++ ] ) && - !event.isImmediatePropagationStopped() ) { - - // If the event is namespaced, then each handler is only invoked if it is - // specially universal or its namespaces are a superset of the event's. - if ( !event.rnamespace || handleObj.namespace === false || - event.rnamespace.test( handleObj.namespace ) ) { - - event.handleObj = handleObj; - event.data = handleObj.data; - - ret = ( ( jQuery.event.special[ handleObj.origType ] || {} ).handle || - handleObj.handler ).apply( matched.elem, args ); - - if ( ret !== undefined ) { - if ( ( event.result = ret ) === false ) { - event.preventDefault(); - event.stopPropagation(); - } - } - } - } - } - - // Call the postDispatch hook for the mapped type - if ( special.postDispatch ) { - special.postDispatch.call( this, event ); - } - - return event.result; - }, - - handlers: function( event, handlers ) { - var i, handleObj, sel, matchedHandlers, matchedSelectors, - handlerQueue = [], - delegateCount = handlers.delegateCount, - cur = event.target; - - // Find delegate handlers - if ( delegateCount && - - // Support: IE <=9 - // Black-hole SVG <use> instance trees (trac-13180) - cur.nodeType && - - // Support: Firefox <=42 - // Suppress spec-violating clicks indicating a non-primary pointer button (trac-3861) - // https://www.w3.org/TR/DOM-Level-3-Events/#event-type-click - // Support: IE 11 only - // ...but not arrow key "clicks" of radio inputs, which can have `button` -1 (gh-2343) - !( event.type === "click" && event.button >= 1 ) ) { - - for ( ; cur !== this; cur = cur.parentNode || this ) { - - // Don't check non-elements (#13208) - // Don't process clicks on disabled elements (#6911, #8165, #11382, #11764) - if ( cur.nodeType === 1 && !( event.type === "click" && cur.disabled === true ) ) { - matchedHandlers = []; - matchedSelectors = {}; - for ( i = 0; i < delegateCount; i++ ) { - handleObj = handlers[ i ]; - - // Don't conflict with Object.prototype properties (#13203) - sel = handleObj.selector + " "; - - if ( matchedSelectors[ sel ] === undefined ) { - matchedSelectors[ sel ] = handleObj.needsContext ? - jQuery( sel, this ).index( cur ) > -1 : - jQuery.find( sel, this, null, [ cur ] ).length; - } - if ( matchedSelectors[ sel ] ) { - matchedHandlers.push( handleObj ); - } - } - if ( matchedHandlers.length ) { - handlerQueue.push( { elem: cur, handlers: matchedHandlers } ); - } - } - } - } - - // Add the remaining (directly-bound) handlers - cur = this; - if ( delegateCount < handlers.length ) { - handlerQueue.push( { elem: cur, handlers: handlers.slice( delegateCount ) } ); - } - - return handlerQueue; - }, - - addProp: function( name, hook ) { - Object.defineProperty( jQuery.Event.prototype, name, { - enumerable: true, - configurable: true, - - get: isFunction( hook ) ? - function() { - if ( this.originalEvent ) { - return hook( this.originalEvent ); - } - } : - function() { - if ( this.originalEvent ) { - return this.originalEvent[ name ]; - } - }, - - set: function( value ) { - Object.defineProperty( this, name, { - enumerable: true, - configurable: true, - writable: true, - value: value - } ); - } - } ); - }, - - fix: function( originalEvent ) { - return originalEvent[ jQuery.expando ] ? - originalEvent : - new jQuery.Event( originalEvent ); - }, - - special: { - load: { - - // Prevent triggered image.load events from bubbling to window.load - noBubble: true - }, - click: { - - // Utilize native event to ensure correct state for checkable inputs - setup: function( data ) { - - // For mutual compressibility with _default, replace `this` access with a local var. - // `|| data` is dead code meant only to preserve the variable through minification. - var el = this || data; - - // Claim the first handler - if ( rcheckableType.test( el.type ) && - el.click && nodeName( el, "input" ) ) { - - // dataPriv.set( el, "click", ... ) - leverageNative( el, "click", returnTrue ); - } - - // Return false to allow normal processing in the caller - return false; - }, - trigger: function( data ) { - - // For mutual compressibility with _default, replace `this` access with a local var. - // `|| data` is dead code meant only to preserve the variable through minification. - var el = this || data; - - // Force setup before triggering a click - if ( rcheckableType.test( el.type ) && - el.click && nodeName( el, "input" ) ) { - - leverageNative( el, "click" ); - } - - // Return non-false to allow normal event-path propagation - return true; - }, - - // For cross-browser consistency, suppress native .click() on links - // Also prevent it if we're currently inside a leveraged native-event stack - _default: function( event ) { - var target = event.target; - return rcheckableType.test( target.type ) && - target.click && nodeName( target, "input" ) && - dataPriv.get( target, "click" ) || - nodeName( target, "a" ); - } - }, - - beforeunload: { - postDispatch: function( event ) { - - // Support: Firefox 20+ - // Firefox doesn't alert if the returnValue field is not set. - if ( event.result !== undefined && event.originalEvent ) { - event.originalEvent.returnValue = event.result; - } - } - } - } -}; - -// Ensure the presence of an event listener that handles manually-triggered -// synthetic events by interrupting progress until reinvoked in response to -// *native* events that it fires directly, ensuring that state changes have -// already occurred before other listeners are invoked. -function leverageNative( el, type, expectSync ) { - - // Missing expectSync indicates a trigger call, which must force setup through jQuery.event.add - if ( !expectSync ) { - if ( dataPriv.get( el, type ) === undefined ) { - jQuery.event.add( el, type, returnTrue ); - } - return; - } - - // Register the controller as a special universal handler for all event namespaces - dataPriv.set( el, type, false ); - jQuery.event.add( el, type, { - namespace: false, - handler: function( event ) { - var notAsync, result, - saved = dataPriv.get( this, type ); - - if ( ( event.isTrigger & 1 ) && this[ type ] ) { - - // Interrupt processing of the outer synthetic .trigger()ed event - // Saved data should be false in such cases, but might be a leftover capture object - // from an async native handler (gh-4350) - if ( !saved.length ) { - - // Store arguments for use when handling the inner native event - // There will always be at least one argument (an event object), so this array - // will not be confused with a leftover capture object. - saved = slice.call( arguments ); - dataPriv.set( this, type, saved ); - - // Trigger the native event and capture its result - // Support: IE <=9 - 11+ - // focus() and blur() are asynchronous - notAsync = expectSync( this, type ); - this[ type ](); - result = dataPriv.get( this, type ); - if ( saved !== result || notAsync ) { - dataPriv.set( this, type, false ); - } else { - result = {}; - } - if ( saved !== result ) { - - // Cancel the outer synthetic event - event.stopImmediatePropagation(); - event.preventDefault(); - return result.value; - } - - // If this is an inner synthetic event for an event with a bubbling surrogate - // (focus or blur), assume that the surrogate already propagated from triggering the - // native event and prevent that from happening again here. - // This technically gets the ordering wrong w.r.t. to `.trigger()` (in which the - // bubbling surrogate propagates *after* the non-bubbling base), but that seems - // less bad than duplication. - } else if ( ( jQuery.event.special[ type ] || {} ).delegateType ) { - event.stopPropagation(); - } - - // If this is a native event triggered above, everything is now in order - // Fire an inner synthetic event with the original arguments - } else if ( saved.length ) { - - // ...and capture the result - dataPriv.set( this, type, { - value: jQuery.event.trigger( - - // Support: IE <=9 - 11+ - // Extend with the prototype to reset the above stopImmediatePropagation() - jQuery.extend( saved[ 0 ], jQuery.Event.prototype ), - saved.slice( 1 ), - this - ) - } ); - - // Abort handling of the native event - event.stopImmediatePropagation(); - } - } - } ); -} - -jQuery.removeEvent = function( elem, type, handle ) { - - // This "if" is needed for plain objects - if ( elem.removeEventListener ) { - elem.removeEventListener( type, handle ); - } -}; - -jQuery.Event = function( src, props ) { - - // Allow instantiation without the 'new' keyword - if ( !( this instanceof jQuery.Event ) ) { - return new jQuery.Event( src, props ); - } - - // Event object - if ( src && src.type ) { - this.originalEvent = src; - this.type = src.type; - - // Events bubbling up the document may have been marked as prevented - // by a handler lower down the tree; reflect the correct value. - this.isDefaultPrevented = src.defaultPrevented || - src.defaultPrevented === undefined && - - // Support: Android <=2.3 only - src.returnValue === false ? - returnTrue : - returnFalse; - - // Create target properties - // Support: Safari <=6 - 7 only - // Target should not be a text node (#504, #13143) - this.target = ( src.target && src.target.nodeType === 3 ) ? - src.target.parentNode : - src.target; - - this.currentTarget = src.currentTarget; - this.relatedTarget = src.relatedTarget; - - // Event type - } else { - this.type = src; - } - - // Put explicitly provided properties onto the event object - if ( props ) { - jQuery.extend( this, props ); - } - - // Create a timestamp if incoming event doesn't have one - this.timeStamp = src && src.timeStamp || Date.now(); - - // Mark it as fixed - this[ jQuery.expando ] = true; -}; - -// jQuery.Event is based on DOM3 Events as specified by the ECMAScript Language Binding -// https://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/ecma-script-binding.html -jQuery.Event.prototype = { - constructor: jQuery.Event, - isDefaultPrevented: returnFalse, - isPropagationStopped: returnFalse, - isImmediatePropagationStopped: returnFalse, - isSimulated: false, - - preventDefault: function() { - var e = this.originalEvent; - - this.isDefaultPrevented = returnTrue; - - if ( e && !this.isSimulated ) { - e.preventDefault(); - } - }, - stopPropagation: function() { - var e = this.originalEvent; - - this.isPropagationStopped = returnTrue; - - if ( e && !this.isSimulated ) { - e.stopPropagation(); - } - }, - stopImmediatePropagation: function() { - var e = this.originalEvent; - - this.isImmediatePropagationStopped = returnTrue; - - if ( e && !this.isSimulated ) { - e.stopImmediatePropagation(); - } - - this.stopPropagation(); - } -}; - -// Includes all common event props including KeyEvent and MouseEvent specific props -jQuery.each( { - altKey: true, - bubbles: true, - cancelable: true, - changedTouches: true, - ctrlKey: true, - detail: true, - eventPhase: true, - metaKey: true, - pageX: true, - pageY: true, - shiftKey: true, - view: true, - "char": true, - code: true, - charCode: true, - key: true, - keyCode: true, - button: true, - buttons: true, - clientX: true, - clientY: true, - offsetX: true, - offsetY: true, - pointerId: true, - pointerType: true, - screenX: true, - screenY: true, - targetTouches: true, - toElement: true, - touches: true, - - which: function( event ) { - var button = event.button; - - // Add which for key events - if ( event.which == null && rkeyEvent.test( event.type ) ) { - return event.charCode != null ? event.charCode : event.keyCode; - } - - // Add which for click: 1 === left; 2 === middle; 3 === right - if ( !event.which && button !== undefined && rmouseEvent.test( event.type ) ) { - if ( button & 1 ) { - return 1; - } - - if ( button & 2 ) { - return 3; - } - - if ( button & 4 ) { - return 2; - } - - return 0; - } - - return event.which; - } -}, jQuery.event.addProp ); - -jQuery.each( { focus: "focusin", blur: "focusout" }, function( type, delegateType ) { - jQuery.event.special[ type ] = { - - // Utilize native event if possible so blur/focus sequence is correct - setup: function() { - - // Claim the first handler - // dataPriv.set( this, "focus", ... ) - // dataPriv.set( this, "blur", ... ) - leverageNative( this, type, expectSync ); - - // Return false to allow normal processing in the caller - return false; - }, - trigger: function() { - - // Force setup before trigger - leverageNative( this, type ); - - // Return non-false to allow normal event-path propagation - return true; - }, - - delegateType: delegateType - }; -} ); - -// Create mouseenter/leave events using mouseover/out and event-time checks -// so that event delegation works in jQuery. -// Do the same for pointerenter/pointerleave and pointerover/pointerout -// -// Support: Safari 7 only -// Safari sends mouseenter too often; see: -// https://bugs.chromium.org/p/chromium/issues/detail?id=470258 -// for the description of the bug (it existed in older Chrome versions as well). -jQuery.each( { - mouseenter: "mouseover", - mouseleave: "mouseout", - pointerenter: "pointerover", - pointerleave: "pointerout" -}, function( orig, fix ) { - jQuery.event.special[ orig ] = { - delegateType: fix, - bindType: fix, - - handle: function( event ) { - var ret, - target = this, - related = event.relatedTarget, - handleObj = event.handleObj; - - // For mouseenter/leave call the handler if related is outside the target. - // NB: No relatedTarget if the mouse left/entered the browser window - if ( !related || ( related !== target && !jQuery.contains( target, related ) ) ) { - event.type = handleObj.origType; - ret = handleObj.handler.apply( this, arguments ); - event.type = fix; - } - return ret; - } - }; -} ); - -jQuery.fn.extend( { - - on: function( types, selector, data, fn ) { - return on( this, types, selector, data, fn ); - }, - one: function( types, selector, data, fn ) { - return on( this, types, selector, data, fn, 1 ); - }, - off: function( types, selector, fn ) { - var handleObj, type; - if ( types && types.preventDefault && types.handleObj ) { - - // ( event ) dispatched jQuery.Event - handleObj = types.handleObj; - jQuery( types.delegateTarget ).off( - handleObj.namespace ? - handleObj.origType + "." + handleObj.namespace : - handleObj.origType, - handleObj.selector, - handleObj.handler - ); - return this; - } - if ( typeof types === "object" ) { - - // ( types-object [, selector] ) - for ( type in types ) { - this.off( type, selector, types[ type ] ); - } - return this; - } - if ( selector === false || typeof selector === "function" ) { - - // ( types [, fn] ) - fn = selector; - selector = undefined; - } - if ( fn === false ) { - fn = returnFalse; - } - return this.each( function() { - jQuery.event.remove( this, types, fn, selector ); - } ); - } -} ); - - -var - - /* eslint-disable max-len */ - - // See https://github.com/eslint/eslint/issues/3229 - rxhtmlTag = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([a-z][^\/\0>\x20\t\r\n\f]*)[^>]*)\/>/gi, - - /* eslint-enable */ - - // Support: IE <=10 - 11, Edge 12 - 13 only - // In IE/Edge using regex groups here causes severe slowdowns. - // See https://connect.microsoft.com/IE/feedback/details/1736512/ - rnoInnerhtml = /<script|<style|<link/i, - - // checked="checked" or checked - rchecked = /checked\s*(?:[^=]|=\s*.checked.)/i, - rcleanScript = /^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g; - -// Prefer a tbody over its parent table for containing new rows -function manipulationTarget( elem, content ) { - if ( nodeName( elem, "table" ) && - nodeName( content.nodeType !== 11 ? content : content.firstChild, "tr" ) ) { - - return jQuery( elem ).children( "tbody" )[ 0 ] || elem; - } - - return elem; -} - -// Replace/restore the type attribute of script elements for safe DOM manipulation -function disableScript( elem ) { - elem.type = ( elem.getAttribute( "type" ) !== null ) + "/" + elem.type; - return elem; -} -function restoreScript( elem ) { - if ( ( elem.type || "" ).slice( 0, 5 ) === "true/" ) { - elem.type = elem.type.slice( 5 ); - } else { - elem.removeAttribute( "type" ); - } - - return elem; -} - -function cloneCopyEvent( src, dest ) { - var i, l, type, pdataOld, pdataCur, udataOld, udataCur, events; - - if ( dest.nodeType !== 1 ) { - return; - } - - // 1. Copy private data: events, handlers, etc. - if ( dataPriv.hasData( src ) ) { - pdataOld = dataPriv.access( src ); - pdataCur = dataPriv.set( dest, pdataOld ); - events = pdataOld.events; - - if ( events ) { - delete pdataCur.handle; - pdataCur.events = {}; - - for ( type in events ) { - for ( i = 0, l = events[ type ].length; i < l; i++ ) { - jQuery.event.add( dest, type, events[ type ][ i ] ); - } - } - } - } - - // 2. Copy user data - if ( dataUser.hasData( src ) ) { - udataOld = dataUser.access( src ); - udataCur = jQuery.extend( {}, udataOld ); - - dataUser.set( dest, udataCur ); - } -} - -// Fix IE bugs, see support tests -function fixInput( src, dest ) { - var nodeName = dest.nodeName.toLowerCase(); - - // Fails to persist the checked state of a cloned checkbox or radio button. - if ( nodeName === "input" && rcheckableType.test( src.type ) ) { - dest.checked = src.checked; - - // Fails to return the selected option to the default selected state when cloning options - } else if ( nodeName === "input" || nodeName === "textarea" ) { - dest.defaultValue = src.defaultValue; - } -} - -function domManip( collection, args, callback, ignored ) { - - // Flatten any nested arrays - args = concat.apply( [], args ); - - var fragment, first, scripts, hasScripts, node, doc, - i = 0, - l = collection.length, - iNoClone = l - 1, - value = args[ 0 ], - valueIsFunction = isFunction( value ); - - // We can't cloneNode fragments that contain checked, in WebKit - if ( valueIsFunction || - ( l > 1 && typeof value === "string" && - !support.checkClone && rchecked.test( value ) ) ) { - return collection.each( function( index ) { - var self = collection.eq( index ); - if ( valueIsFunction ) { - args[ 0 ] = value.call( this, index, self.html() ); - } - domManip( self, args, callback, ignored ); - } ); - } - - if ( l ) { - fragment = buildFragment( args, collection[ 0 ].ownerDocument, false, collection, ignored ); - first = fragment.firstChild; - - if ( fragment.childNodes.length === 1 ) { - fragment = first; - } - - // Require either new content or an interest in ignored elements to invoke the callback - if ( first || ignored ) { - scripts = jQuery.map( getAll( fragment, "script" ), disableScript ); - hasScripts = scripts.length; - - // Use the original fragment for the last item - // instead of the first because it can end up - // being emptied incorrectly in certain situations (#8070). - for ( ; i < l; i++ ) { - node = fragment; - - if ( i !== iNoClone ) { - node = jQuery.clone( node, true, true ); - - // Keep references to cloned scripts for later restoration - if ( hasScripts ) { - - // Support: Android <=4.0 only, PhantomJS 1 only - // push.apply(_, arraylike) throws on ancient WebKit - jQuery.merge( scripts, getAll( node, "script" ) ); - } - } - - callback.call( collection[ i ], node, i ); - } - - if ( hasScripts ) { - doc = scripts[ scripts.length - 1 ].ownerDocument; - - // Reenable scripts - jQuery.map( scripts, restoreScript ); - - // Evaluate executable scripts on first document insertion - for ( i = 0; i < hasScripts; i++ ) { - node = scripts[ i ]; - if ( rscriptType.test( node.type || "" ) && - !dataPriv.access( node, "globalEval" ) && - jQuery.contains( doc, node ) ) { - - if ( node.src && ( node.type || "" ).toLowerCase() !== "module" ) { - - // Optional AJAX dependency, but won't run scripts if not present - if ( jQuery._evalUrl && !node.noModule ) { - jQuery._evalUrl( node.src, { - nonce: node.nonce || node.getAttribute( "nonce" ) - } ); - } - } else { - DOMEval( node.textContent.replace( rcleanScript, "" ), node, doc ); - } - } - } - } - } - } - - return collection; -} - -function remove( elem, selector, keepData ) { - var node, - nodes = selector ? jQuery.filter( selector, elem ) : elem, - i = 0; - - for ( ; ( node = nodes[ i ] ) != null; i++ ) { - if ( !keepData && node.nodeType === 1 ) { - jQuery.cleanData( getAll( node ) ); - } - - if ( node.parentNode ) { - if ( keepData && isAttached( node ) ) { - setGlobalEval( getAll( node, "script" ) ); - } - node.parentNode.removeChild( node ); - } - } - - return elem; -} - -jQuery.extend( { - htmlPrefilter: function( html ) { - return html.replace( rxhtmlTag, "<$1></$2>" ); - }, - - clone: function( elem, dataAndEvents, deepDataAndEvents ) { - var i, l, srcElements, destElements, - clone = elem.cloneNode( true ), - inPage = isAttached( elem ); - - // Fix IE cloning issues - if ( !support.noCloneChecked && ( elem.nodeType === 1 || elem.nodeType === 11 ) && - !jQuery.isXMLDoc( elem ) ) { - - // We eschew Sizzle here for performance reasons: https://jsperf.com/getall-vs-sizzle/2 - destElements = getAll( clone ); - srcElements = getAll( elem ); - - for ( i = 0, l = srcElements.length; i < l; i++ ) { - fixInput( srcElements[ i ], destElements[ i ] ); - } - } - - // Copy the events from the original to the clone - if ( dataAndEvents ) { - if ( deepDataAndEvents ) { - srcElements = srcElements || getAll( elem ); - destElements = destElements || getAll( clone ); - - for ( i = 0, l = srcElements.length; i < l; i++ ) { - cloneCopyEvent( srcElements[ i ], destElements[ i ] ); - } - } else { - cloneCopyEvent( elem, clone ); - } - } - - // Preserve script evaluation history - destElements = getAll( clone, "script" ); - if ( destElements.length > 0 ) { - setGlobalEval( destElements, !inPage && getAll( elem, "script" ) ); - } - - // Return the cloned set - return clone; - }, - - cleanData: function( elems ) { - var data, elem, type, - special = jQuery.event.special, - i = 0; - - for ( ; ( elem = elems[ i ] ) !== undefined; i++ ) { - if ( acceptData( elem ) ) { - if ( ( data = elem[ dataPriv.expando ] ) ) { - if ( data.events ) { - for ( type in data.events ) { - if ( special[ type ] ) { - jQuery.event.remove( elem, type ); - - // This is a shortcut to avoid jQuery.event.remove's overhead - } else { - jQuery.removeEvent( elem, type, data.handle ); - } - } - } - - // Support: Chrome <=35 - 45+ - // Assign undefined instead of using delete, see Data#remove - elem[ dataPriv.expando ] = undefined; - } - if ( elem[ dataUser.expando ] ) { - - // Support: Chrome <=35 - 45+ - // Assign undefined instead of using delete, see Data#remove - elem[ dataUser.expando ] = undefined; - } - } - } - } -} ); - -jQuery.fn.extend( { - detach: function( selector ) { - return remove( this, selector, true ); - }, - - remove: function( selector ) { - return remove( this, selector ); - }, - - text: function( value ) { - return access( this, function( value ) { - return value === undefined ? - jQuery.text( this ) : - this.empty().each( function() { - if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { - this.textContent = value; - } - } ); - }, null, value, arguments.length ); - }, - - append: function() { - return domManip( this, arguments, function( elem ) { - if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { - var target = manipulationTarget( this, elem ); - target.appendChild( elem ); - } - } ); - }, - - prepend: function() { - return domManip( this, arguments, function( elem ) { - if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { - var target = manipulationTarget( this, elem ); - target.insertBefore( elem, target.firstChild ); - } - } ); - }, - - before: function() { - return domManip( this, arguments, function( elem ) { - if ( this.parentNode ) { - this.parentNode.insertBefore( elem, this ); - } - } ); - }, - - after: function() { - return domManip( this, arguments, function( elem ) { - if ( this.parentNode ) { - this.parentNode.insertBefore( elem, this.nextSibling ); - } - } ); - }, - - empty: function() { - var elem, - i = 0; - - for ( ; ( elem = this[ i ] ) != null; i++ ) { - if ( elem.nodeType === 1 ) { - - // Prevent memory leaks - jQuery.cleanData( getAll( elem, false ) ); - - // Remove any remaining nodes - elem.textContent = ""; - } - } - - return this; - }, - - clone: function( dataAndEvents, deepDataAndEvents ) { - dataAndEvents = dataAndEvents == null ? false : dataAndEvents; - deepDataAndEvents = deepDataAndEvents == null ? dataAndEvents : deepDataAndEvents; - - return this.map( function() { - return jQuery.clone( this, dataAndEvents, deepDataAndEvents ); - } ); - }, - - html: function( value ) { - return access( this, function( value ) { - var elem = this[ 0 ] || {}, - i = 0, - l = this.length; - - if ( value === undefined && elem.nodeType === 1 ) { - return elem.innerHTML; - } - - // See if we can take a shortcut and just use innerHTML - if ( typeof value === "string" && !rnoInnerhtml.test( value ) && - !wrapMap[ ( rtagName.exec( value ) || [ "", "" ] )[ 1 ].toLowerCase() ] ) { - - value = jQuery.htmlPrefilter( value ); - - try { - for ( ; i < l; i++ ) { - elem = this[ i ] || {}; - - // Remove element nodes and prevent memory leaks - if ( elem.nodeType === 1 ) { - jQuery.cleanData( getAll( elem, false ) ); - elem.innerHTML = value; - } - } - - elem = 0; - - // If using innerHTML throws an exception, use the fallback method - } catch ( e ) {} - } - - if ( elem ) { - this.empty().append( value ); - } - }, null, value, arguments.length ); - }, - - replaceWith: function() { - var ignored = []; - - // Make the changes, replacing each non-ignored context element with the new content - return domManip( this, arguments, function( elem ) { - var parent = this.parentNode; - - if ( jQuery.inArray( this, ignored ) < 0 ) { - jQuery.cleanData( getAll( this ) ); - if ( parent ) { - parent.replaceChild( elem, this ); - } - } - - // Force callback invocation - }, ignored ); - } -} ); - -jQuery.each( { - appendTo: "append", - prependTo: "prepend", - insertBefore: "before", - insertAfter: "after", - replaceAll: "replaceWith" -}, function( name, original ) { - jQuery.fn[ name ] = function( selector ) { - var elems, - ret = [], - insert = jQuery( selector ), - last = insert.length - 1, - i = 0; - - for ( ; i <= last; i++ ) { - elems = i === last ? this : this.clone( true ); - jQuery( insert[ i ] )[ original ]( elems ); - - // Support: Android <=4.0 only, PhantomJS 1 only - // .get() because push.apply(_, arraylike) throws on ancient WebKit - push.apply( ret, elems.get() ); - } - - return this.pushStack( ret ); - }; -} ); -var rnumnonpx = new RegExp( "^(" + pnum + ")(?!px)[a-z%]+$", "i" ); - -var getStyles = function( elem ) { - - // Support: IE <=11 only, Firefox <=30 (#15098, #14150) - // IE throws on elements created in popups - // FF meanwhile throws on frame elements through "defaultView.getComputedStyle" - var view = elem.ownerDocument.defaultView; - - if ( !view || !view.opener ) { - view = window; - } - - return view.getComputedStyle( elem ); - }; - -var rboxStyle = new RegExp( cssExpand.join( "|" ), "i" ); - - - -( function() { - - // Executing both pixelPosition & boxSizingReliable tests require only one layout - // so they're executed at the same time to save the second computation. - function computeStyleTests() { - - // This is a singleton, we need to execute it only once - if ( !div ) { - return; - } - - container.style.cssText = "position:absolute;left:-11111px;width:60px;" + - "margin-top:1px;padding:0;border:0"; - div.style.cssText = - "position:relative;display:block;box-sizing:border-box;overflow:scroll;" + - "margin:auto;border:1px;padding:1px;" + - "width:60%;top:1%"; - documentElement.appendChild( container ).appendChild( div ); - - var divStyle = window.getComputedStyle( div ); - pixelPositionVal = divStyle.top !== "1%"; - - // Support: Android 4.0 - 4.3 only, Firefox <=3 - 44 - reliableMarginLeftVal = roundPixelMeasures( divStyle.marginLeft ) === 12; - - // Support: Android 4.0 - 4.3 only, Safari <=9.1 - 10.1, iOS <=7.0 - 9.3 - // Some styles come back with percentage values, even though they shouldn't - div.style.right = "60%"; - pixelBoxStylesVal = roundPixelMeasures( divStyle.right ) === 36; - - // Support: IE 9 - 11 only - // Detect misreporting of content dimensions for box-sizing:border-box elements - boxSizingReliableVal = roundPixelMeasures( divStyle.width ) === 36; - - // Support: IE 9 only - // Detect overflow:scroll screwiness (gh-3699) - // Support: Chrome <=64 - // Don't get tricked when zoom affects offsetWidth (gh-4029) - div.style.position = "absolute"; - scrollboxSizeVal = roundPixelMeasures( div.offsetWidth / 3 ) === 12; - - documentElement.removeChild( container ); - - // Nullify the div so it wouldn't be stored in the memory and - // it will also be a sign that checks already performed - div = null; - } - - function roundPixelMeasures( measure ) { - return Math.round( parseFloat( measure ) ); - } - - var pixelPositionVal, boxSizingReliableVal, scrollboxSizeVal, pixelBoxStylesVal, - reliableMarginLeftVal, - container = document.createElement( "div" ), - div = document.createElement( "div" ); - - // Finish early in limited (non-browser) environments - if ( !div.style ) { - return; - } - - // Support: IE <=9 - 11 only - // Style of cloned element affects source element cloned (#8908) - div.style.backgroundClip = "content-box"; - div.cloneNode( true ).style.backgroundClip = ""; - support.clearCloneStyle = div.style.backgroundClip === "content-box"; - - jQuery.extend( support, { - boxSizingReliable: function() { - computeStyleTests(); - return boxSizingReliableVal; - }, - pixelBoxStyles: function() { - computeStyleTests(); - return pixelBoxStylesVal; - }, - pixelPosition: function() { - computeStyleTests(); - return pixelPositionVal; - }, - reliableMarginLeft: function() { - computeStyleTests(); - return reliableMarginLeftVal; - }, - scrollboxSize: function() { - computeStyleTests(); - return scrollboxSizeVal; - } - } ); -} )(); - - -function curCSS( elem, name, computed ) { - var width, minWidth, maxWidth, ret, - - // Support: Firefox 51+ - // Retrieving style before computed somehow - // fixes an issue with getting wrong values - // on detached elements - style = elem.style; - - computed = computed || getStyles( elem ); - - // getPropertyValue is needed for: - // .css('filter') (IE 9 only, #12537) - // .css('--customProperty) (#3144) - if ( computed ) { - ret = computed.getPropertyValue( name ) || computed[ name ]; - - if ( ret === "" && !isAttached( elem ) ) { - ret = jQuery.style( elem, name ); - } - - // A tribute to the "awesome hack by Dean Edwards" - // Android Browser returns percentage for some values, - // but width seems to be reliably pixels. - // This is against the CSSOM draft spec: - // https://drafts.csswg.org/cssom/#resolved-values - if ( !support.pixelBoxStyles() && rnumnonpx.test( ret ) && rboxStyle.test( name ) ) { - - // Remember the original values - width = style.width; - minWidth = style.minWidth; - maxWidth = style.maxWidth; - - // Put in the new values to get a computed value out - style.minWidth = style.maxWidth = style.width = ret; - ret = computed.width; - - // Revert the changed values - style.width = width; - style.minWidth = minWidth; - style.maxWidth = maxWidth; - } - } - - return ret !== undefined ? - - // Support: IE <=9 - 11 only - // IE returns zIndex value as an integer. - ret + "" : - ret; -} - - -function addGetHookIf( conditionFn, hookFn ) { - - // Define the hook, we'll check on the first run if it's really needed. - return { - get: function() { - if ( conditionFn() ) { - - // Hook not needed (or it's not possible to use it due - // to missing dependency), remove it. - delete this.get; - return; - } - - // Hook needed; redefine it so that the support test is not executed again. - return ( this.get = hookFn ).apply( this, arguments ); - } - }; -} - - -var cssPrefixes = [ "Webkit", "Moz", "ms" ], - emptyStyle = document.createElement( "div" ).style, - vendorProps = {}; - -// Return a vendor-prefixed property or undefined -function vendorPropName( name ) { - - // Check for vendor prefixed names - var capName = name[ 0 ].toUpperCase() + name.slice( 1 ), - i = cssPrefixes.length; - - while ( i-- ) { - name = cssPrefixes[ i ] + capName; - if ( name in emptyStyle ) { - return name; - } - } -} - -// Return a potentially-mapped jQuery.cssProps or vendor prefixed property -function finalPropName( name ) { - var final = jQuery.cssProps[ name ] || vendorProps[ name ]; - - if ( final ) { - return final; - } - if ( name in emptyStyle ) { - return name; - } - return vendorProps[ name ] = vendorPropName( name ) || name; -} - - -var - - // Swappable if display is none or starts with table - // except "table", "table-cell", or "table-caption" - // See here for display values: https://developer.mozilla.org/en-US/docs/CSS/display - rdisplayswap = /^(none|table(?!-c[ea]).+)/, - rcustomProp = /^--/, - cssShow = { position: "absolute", visibility: "hidden", display: "block" }, - cssNormalTransform = { - letterSpacing: "0", - fontWeight: "400" - }; - -function setPositiveNumber( elem, value, subtract ) { - - // Any relative (+/-) values have already been - // normalized at this point - var matches = rcssNum.exec( value ); - return matches ? - - // Guard against undefined "subtract", e.g., when used as in cssHooks - Math.max( 0, matches[ 2 ] - ( subtract || 0 ) ) + ( matches[ 3 ] || "px" ) : - value; -} - -function boxModelAdjustment( elem, dimension, box, isBorderBox, styles, computedVal ) { - var i = dimension === "width" ? 1 : 0, - extra = 0, - delta = 0; - - // Adjustment may not be necessary - if ( box === ( isBorderBox ? "border" : "content" ) ) { - return 0; - } - - for ( ; i < 4; i += 2 ) { - - // Both box models exclude margin - if ( box === "margin" ) { - delta += jQuery.css( elem, box + cssExpand[ i ], true, styles ); - } - - // If we get here with a content-box, we're seeking "padding" or "border" or "margin" - if ( !isBorderBox ) { - - // Add padding - delta += jQuery.css( elem, "padding" + cssExpand[ i ], true, styles ); - - // For "border" or "margin", add border - if ( box !== "padding" ) { - delta += jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles ); - - // But still keep track of it otherwise - } else { - extra += jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles ); - } - - // If we get here with a border-box (content + padding + border), we're seeking "content" or - // "padding" or "margin" - } else { - - // For "content", subtract padding - if ( box === "content" ) { - delta -= jQuery.css( elem, "padding" + cssExpand[ i ], true, styles ); - } - - // For "content" or "padding", subtract border - if ( box !== "margin" ) { - delta -= jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles ); - } - } - } - - // Account for positive content-box scroll gutter when requested by providing computedVal - if ( !isBorderBox && computedVal >= 0 ) { - - // offsetWidth/offsetHeight is a rounded sum of content, padding, scroll gutter, and border - // Assuming integer scroll gutter, subtract the rest and round down - delta += Math.max( 0, Math.ceil( - elem[ "offset" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ) ] - - computedVal - - delta - - extra - - 0.5 - - // If offsetWidth/offsetHeight is unknown, then we can't determine content-box scroll gutter - // Use an explicit zero to avoid NaN (gh-3964) - ) ) || 0; - } - - return delta; -} - -function getWidthOrHeight( elem, dimension, extra ) { - - // Start with computed style - var styles = getStyles( elem ), - - // To avoid forcing a reflow, only fetch boxSizing if we need it (gh-4322). - // Fake content-box until we know it's needed to know the true value. - boxSizingNeeded = !support.boxSizingReliable() || extra, - isBorderBox = boxSizingNeeded && - jQuery.css( elem, "boxSizing", false, styles ) === "border-box", - valueIsBorderBox = isBorderBox, - - val = curCSS( elem, dimension, styles ), - offsetProp = "offset" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ); - - // Support: Firefox <=54 - // Return a confounding non-pixel value or feign ignorance, as appropriate. - if ( rnumnonpx.test( val ) ) { - if ( !extra ) { - return val; - } - val = "auto"; - } - - - // Fall back to offsetWidth/offsetHeight when value is "auto" - // This happens for inline elements with no explicit setting (gh-3571) - // Support: Android <=4.1 - 4.3 only - // Also use offsetWidth/offsetHeight for misreported inline dimensions (gh-3602) - // Support: IE 9-11 only - // Also use offsetWidth/offsetHeight for when box sizing is unreliable - // We use getClientRects() to check for hidden/disconnected. - // In those cases, the computed value can be trusted to be border-box - if ( ( !support.boxSizingReliable() && isBorderBox || - val === "auto" || - !parseFloat( val ) && jQuery.css( elem, "display", false, styles ) === "inline" ) && - elem.getClientRects().length ) { - - isBorderBox = jQuery.css( elem, "boxSizing", false, styles ) === "border-box"; - - // Where available, offsetWidth/offsetHeight approximate border box dimensions. - // Where not available (e.g., SVG), assume unreliable box-sizing and interpret the - // retrieved value as a content box dimension. - valueIsBorderBox = offsetProp in elem; - if ( valueIsBorderBox ) { - val = elem[ offsetProp ]; - } - } - - // Normalize "" and auto - val = parseFloat( val ) || 0; - - // Adjust for the element's box model - return ( val + - boxModelAdjustment( - elem, - dimension, - extra || ( isBorderBox ? "border" : "content" ), - valueIsBorderBox, - styles, - - // Provide the current computed size to request scroll gutter calculation (gh-3589) - val - ) - ) + "px"; -} - -jQuery.extend( { - - // Add in style property hooks for overriding the default - // behavior of getting and setting a style property - cssHooks: { - opacity: { - get: function( elem, computed ) { - if ( computed ) { - - // We should always get a number back from opacity - var ret = curCSS( elem, "opacity" ); - return ret === "" ? "1" : ret; - } - } - } - }, - - // Don't automatically add "px" to these possibly-unitless properties - cssNumber: { - "animationIterationCount": true, - "columnCount": true, - "fillOpacity": true, - "flexGrow": true, - "flexShrink": true, - "fontWeight": true, - "gridArea": true, - "gridColumn": true, - "gridColumnEnd": true, - "gridColumnStart": true, - "gridRow": true, - "gridRowEnd": true, - "gridRowStart": true, - "lineHeight": true, - "opacity": true, - "order": true, - "orphans": true, - "widows": true, - "zIndex": true, - "zoom": true - }, - - // Add in properties whose names you wish to fix before - // setting or getting the value - cssProps: {}, - - // Get and set the style property on a DOM Node - style: function( elem, name, value, extra ) { - - // Don't set styles on text and comment nodes - if ( !elem || elem.nodeType === 3 || elem.nodeType === 8 || !elem.style ) { - return; - } - - // Make sure that we're working with the right name - var ret, type, hooks, - origName = camelCase( name ), - isCustomProp = rcustomProp.test( name ), - style = elem.style; - - // Make sure that we're working with the right name. We don't - // want to query the value if it is a CSS custom property - // since they are user-defined. - if ( !isCustomProp ) { - name = finalPropName( origName ); - } - - // Gets hook for the prefixed version, then unprefixed version - hooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ]; - - // Check if we're setting a value - if ( value !== undefined ) { - type = typeof value; - - // Convert "+=" or "-=" to relative numbers (#7345) - if ( type === "string" && ( ret = rcssNum.exec( value ) ) && ret[ 1 ] ) { - value = adjustCSS( elem, name, ret ); - - // Fixes bug #9237 - type = "number"; - } - - // Make sure that null and NaN values aren't set (#7116) - if ( value == null || value !== value ) { - return; - } - - // If a number was passed in, add the unit (except for certain CSS properties) - // The isCustomProp check can be removed in jQuery 4.0 when we only auto-append - // "px" to a few hardcoded values. - if ( type === "number" && !isCustomProp ) { - value += ret && ret[ 3 ] || ( jQuery.cssNumber[ origName ] ? "" : "px" ); - } - - // background-* props affect original clone's values - if ( !support.clearCloneStyle && value === "" && name.indexOf( "background" ) === 0 ) { - style[ name ] = "inherit"; - } - - // If a hook was provided, use that value, otherwise just set the specified value - if ( !hooks || !( "set" in hooks ) || - ( value = hooks.set( elem, value, extra ) ) !== undefined ) { - - if ( isCustomProp ) { - style.setProperty( name, value ); - } else { - style[ name ] = value; - } - } - - } else { - - // If a hook was provided get the non-computed value from there - if ( hooks && "get" in hooks && - ( ret = hooks.get( elem, false, extra ) ) !== undefined ) { - - return ret; - } - - // Otherwise just get the value from the style object - return style[ name ]; - } - }, - - css: function( elem, name, extra, styles ) { - var val, num, hooks, - origName = camelCase( name ), - isCustomProp = rcustomProp.test( name ); - - // Make sure that we're working with the right name. We don't - // want to modify the value if it is a CSS custom property - // since they are user-defined. - if ( !isCustomProp ) { - name = finalPropName( origName ); - } - - // Try prefixed name followed by the unprefixed name - hooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ]; - - // If a hook was provided get the computed value from there - if ( hooks && "get" in hooks ) { - val = hooks.get( elem, true, extra ); - } - - // Otherwise, if a way to get the computed value exists, use that - if ( val === undefined ) { - val = curCSS( elem, name, styles ); - } - - // Convert "normal" to computed value - if ( val === "normal" && name in cssNormalTransform ) { - val = cssNormalTransform[ name ]; - } - - // Make numeric if forced or a qualifier was provided and val looks numeric - if ( extra === "" || extra ) { - num = parseFloat( val ); - return extra === true || isFinite( num ) ? num || 0 : val; - } - - return val; - } -} ); - -jQuery.each( [ "height", "width" ], function( i, dimension ) { - jQuery.cssHooks[ dimension ] = { - get: function( elem, computed, extra ) { - if ( computed ) { - - // Certain elements can have dimension info if we invisibly show them - // but it must have a current display style that would benefit - return rdisplayswap.test( jQuery.css( elem, "display" ) ) && - - // Support: Safari 8+ - // Table columns in Safari have non-zero offsetWidth & zero - // getBoundingClientRect().width unless display is changed. - // Support: IE <=11 only - // Running getBoundingClientRect on a disconnected node - // in IE throws an error. - ( !elem.getClientRects().length || !elem.getBoundingClientRect().width ) ? - swap( elem, cssShow, function() { - return getWidthOrHeight( elem, dimension, extra ); - } ) : - getWidthOrHeight( elem, dimension, extra ); - } - }, - - set: function( elem, value, extra ) { - var matches, - styles = getStyles( elem ), - - // Only read styles.position if the test has a chance to fail - // to avoid forcing a reflow. - scrollboxSizeBuggy = !support.scrollboxSize() && - styles.position === "absolute", - - // To avoid forcing a reflow, only fetch boxSizing if we need it (gh-3991) - boxSizingNeeded = scrollboxSizeBuggy || extra, - isBorderBox = boxSizingNeeded && - jQuery.css( elem, "boxSizing", false, styles ) === "border-box", - subtract = extra ? - boxModelAdjustment( - elem, - dimension, - extra, - isBorderBox, - styles - ) : - 0; - - // Account for unreliable border-box dimensions by comparing offset* to computed and - // faking a content-box to get border and padding (gh-3699) - if ( isBorderBox && scrollboxSizeBuggy ) { - subtract -= Math.ceil( - elem[ "offset" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ) ] - - parseFloat( styles[ dimension ] ) - - boxModelAdjustment( elem, dimension, "border", false, styles ) - - 0.5 - ); - } - - // Convert to pixels if value adjustment is needed - if ( subtract && ( matches = rcssNum.exec( value ) ) && - ( matches[ 3 ] || "px" ) !== "px" ) { - - elem.style[ dimension ] = value; - value = jQuery.css( elem, dimension ); - } - - return setPositiveNumber( elem, value, subtract ); - } - }; -} ); - -jQuery.cssHooks.marginLeft = addGetHookIf( support.reliableMarginLeft, - function( elem, computed ) { - if ( computed ) { - return ( parseFloat( curCSS( elem, "marginLeft" ) ) || - elem.getBoundingClientRect().left - - swap( elem, { marginLeft: 0 }, function() { - return elem.getBoundingClientRect().left; - } ) - ) + "px"; - } - } -); - -// These hooks are used by animate to expand properties -jQuery.each( { - margin: "", - padding: "", - border: "Width" -}, function( prefix, suffix ) { - jQuery.cssHooks[ prefix + suffix ] = { - expand: function( value ) { - var i = 0, - expanded = {}, - - // Assumes a single number if not a string - parts = typeof value === "string" ? value.split( " " ) : [ value ]; - - for ( ; i < 4; i++ ) { - expanded[ prefix + cssExpand[ i ] + suffix ] = - parts[ i ] || parts[ i - 2 ] || parts[ 0 ]; - } - - return expanded; - } - }; - - if ( prefix !== "margin" ) { - jQuery.cssHooks[ prefix + suffix ].set = setPositiveNumber; - } -} ); - -jQuery.fn.extend( { - css: function( name, value ) { - return access( this, function( elem, name, value ) { - var styles, len, - map = {}, - i = 0; - - if ( Array.isArray( name ) ) { - styles = getStyles( elem ); - len = name.length; - - for ( ; i < len; i++ ) { - map[ name[ i ] ] = jQuery.css( elem, name[ i ], false, styles ); - } - - return map; - } - - return value !== undefined ? - jQuery.style( elem, name, value ) : - jQuery.css( elem, name ); - }, name, value, arguments.length > 1 ); - } -} ); - - -function Tween( elem, options, prop, end, easing ) { - return new Tween.prototype.init( elem, options, prop, end, easing ); -} -jQuery.Tween = Tween; - -Tween.prototype = { - constructor: Tween, - init: function( elem, options, prop, end, easing, unit ) { - this.elem = elem; - this.prop = prop; - this.easing = easing || jQuery.easing._default; - this.options = options; - this.start = this.now = this.cur(); - this.end = end; - this.unit = unit || ( jQuery.cssNumber[ prop ] ? "" : "px" ); - }, - cur: function() { - var hooks = Tween.propHooks[ this.prop ]; - - return hooks && hooks.get ? - hooks.get( this ) : - Tween.propHooks._default.get( this ); - }, - run: function( percent ) { - var eased, - hooks = Tween.propHooks[ this.prop ]; - - if ( this.options.duration ) { - this.pos = eased = jQuery.easing[ this.easing ]( - percent, this.options.duration * percent, 0, 1, this.options.duration - ); - } else { - this.pos = eased = percent; - } - this.now = ( this.end - this.start ) * eased + this.start; - - if ( this.options.step ) { - this.options.step.call( this.elem, this.now, this ); - } - - if ( hooks && hooks.set ) { - hooks.set( this ); - } else { - Tween.propHooks._default.set( this ); - } - return this; - } -}; - -Tween.prototype.init.prototype = Tween.prototype; - -Tween.propHooks = { - _default: { - get: function( tween ) { - var result; - - // Use a property on the element directly when it is not a DOM element, - // or when there is no matching style property that exists. - if ( tween.elem.nodeType !== 1 || - tween.elem[ tween.prop ] != null && tween.elem.style[ tween.prop ] == null ) { - return tween.elem[ tween.prop ]; - } - - // Passing an empty string as a 3rd parameter to .css will automatically - // attempt a parseFloat and fallback to a string if the parse fails. - // Simple values such as "10px" are parsed to Float; - // complex values such as "rotate(1rad)" are returned as-is. - result = jQuery.css( tween.elem, tween.prop, "" ); - - // Empty strings, null, undefined and "auto" are converted to 0. - return !result || result === "auto" ? 0 : result; - }, - set: function( tween ) { - - // Use step hook for back compat. - // Use cssHook if its there. - // Use .style if available and use plain properties where available. - if ( jQuery.fx.step[ tween.prop ] ) { - jQuery.fx.step[ tween.prop ]( tween ); - } else if ( tween.elem.nodeType === 1 && ( - jQuery.cssHooks[ tween.prop ] || - tween.elem.style[ finalPropName( tween.prop ) ] != null ) ) { - jQuery.style( tween.elem, tween.prop, tween.now + tween.unit ); - } else { - tween.elem[ tween.prop ] = tween.now; - } - } - } -}; - -// Support: IE <=9 only -// Panic based approach to setting things on disconnected nodes -Tween.propHooks.scrollTop = Tween.propHooks.scrollLeft = { - set: function( tween ) { - if ( tween.elem.nodeType && tween.elem.parentNode ) { - tween.elem[ tween.prop ] = tween.now; - } - } -}; - -jQuery.easing = { - linear: function( p ) { - return p; - }, - swing: function( p ) { - return 0.5 - Math.cos( p * Math.PI ) / 2; - }, - _default: "swing" -}; - -jQuery.fx = Tween.prototype.init; - -// Back compat <1.8 extension point -jQuery.fx.step = {}; - - - - -var - fxNow, inProgress, - rfxtypes = /^(?:toggle|show|hide)$/, - rrun = /queueHooks$/; - -function schedule() { - if ( inProgress ) { - if ( document.hidden === false && window.requestAnimationFrame ) { - window.requestAnimationFrame( schedule ); - } else { - window.setTimeout( schedule, jQuery.fx.interval ); - } - - jQuery.fx.tick(); - } -} - -// Animations created synchronously will run synchronously -function createFxNow() { - window.setTimeout( function() { - fxNow = undefined; - } ); - return ( fxNow = Date.now() ); -} - -// Generate parameters to create a standard animation -function genFx( type, includeWidth ) { - var which, - i = 0, - attrs = { height: type }; - - // If we include width, step value is 1 to do all cssExpand values, - // otherwise step value is 2 to skip over Left and Right - includeWidth = includeWidth ? 1 : 0; - for ( ; i < 4; i += 2 - includeWidth ) { - which = cssExpand[ i ]; - attrs[ "margin" + which ] = attrs[ "padding" + which ] = type; - } - - if ( includeWidth ) { - attrs.opacity = attrs.width = type; - } - - return attrs; -} - -function createTween( value, prop, animation ) { - var tween, - collection = ( Animation.tweeners[ prop ] || [] ).concat( Animation.tweeners[ "*" ] ), - index = 0, - length = collection.length; - for ( ; index < length; index++ ) { - if ( ( tween = collection[ index ].call( animation, prop, value ) ) ) { - - // We're done with this property - return tween; - } - } -} - -function defaultPrefilter( elem, props, opts ) { - var prop, value, toggle, hooks, oldfire, propTween, restoreDisplay, display, - isBox = "width" in props || "height" in props, - anim = this, - orig = {}, - style = elem.style, - hidden = elem.nodeType && isHiddenWithinTree( elem ), - dataShow = dataPriv.get( elem, "fxshow" ); - - // Queue-skipping animations hijack the fx hooks - if ( !opts.queue ) { - hooks = jQuery._queueHooks( elem, "fx" ); - if ( hooks.unqueued == null ) { - hooks.unqueued = 0; - oldfire = hooks.empty.fire; - hooks.empty.fire = function() { - if ( !hooks.unqueued ) { - oldfire(); - } - }; - } - hooks.unqueued++; - - anim.always( function() { - - // Ensure the complete handler is called before this completes - anim.always( function() { - hooks.unqueued--; - if ( !jQuery.queue( elem, "fx" ).length ) { - hooks.empty.fire(); - } - } ); - } ); - } - - // Detect show/hide animations - for ( prop in props ) { - value = props[ prop ]; - if ( rfxtypes.test( value ) ) { - delete props[ prop ]; - toggle = toggle || value === "toggle"; - if ( value === ( hidden ? "hide" : "show" ) ) { - - // Pretend to be hidden if this is a "show" and - // there is still data from a stopped show/hide - if ( value === "show" && dataShow && dataShow[ prop ] !== undefined ) { - hidden = true; - - // Ignore all other no-op show/hide data - } else { - continue; - } - } - orig[ prop ] = dataShow && dataShow[ prop ] || jQuery.style( elem, prop ); - } - } - - // Bail out if this is a no-op like .hide().hide() - propTween = !jQuery.isEmptyObject( props ); - if ( !propTween && jQuery.isEmptyObject( orig ) ) { - return; - } - - // Restrict "overflow" and "display" styles during box animations - if ( isBox && elem.nodeType === 1 ) { - - // Support: IE <=9 - 11, Edge 12 - 15 - // Record all 3 overflow attributes because IE does not infer the shorthand - // from identically-valued overflowX and overflowY and Edge just mirrors - // the overflowX value there. - opts.overflow = [ style.overflow, style.overflowX, style.overflowY ]; - - // Identify a display type, preferring old show/hide data over the CSS cascade - restoreDisplay = dataShow && dataShow.display; - if ( restoreDisplay == null ) { - restoreDisplay = dataPriv.get( elem, "display" ); - } - display = jQuery.css( elem, "display" ); - if ( display === "none" ) { - if ( restoreDisplay ) { - display = restoreDisplay; - } else { - - // Get nonempty value(s) by temporarily forcing visibility - showHide( [ elem ], true ); - restoreDisplay = elem.style.display || restoreDisplay; - display = jQuery.css( elem, "display" ); - showHide( [ elem ] ); - } - } - - // Animate inline elements as inline-block - if ( display === "inline" || display === "inline-block" && restoreDisplay != null ) { - if ( jQuery.css( elem, "float" ) === "none" ) { - - // Restore the original display value at the end of pure show/hide animations - if ( !propTween ) { - anim.done( function() { - style.display = restoreDisplay; - } ); - if ( restoreDisplay == null ) { - display = style.display; - restoreDisplay = display === "none" ? "" : display; - } - } - style.display = "inline-block"; - } - } - } - - if ( opts.overflow ) { - style.overflow = "hidden"; - anim.always( function() { - style.overflow = opts.overflow[ 0 ]; - style.overflowX = opts.overflow[ 1 ]; - style.overflowY = opts.overflow[ 2 ]; - } ); - } - - // Implement show/hide animations - propTween = false; - for ( prop in orig ) { - - // General show/hide setup for this element animation - if ( !propTween ) { - if ( dataShow ) { - if ( "hidden" in dataShow ) { - hidden = dataShow.hidden; - } - } else { - dataShow = dataPriv.access( elem, "fxshow", { display: restoreDisplay } ); - } - - // Store hidden/visible for toggle so `.stop().toggle()` "reverses" - if ( toggle ) { - dataShow.hidden = !hidden; - } - - // Show elements before animating them - if ( hidden ) { - showHide( [ elem ], true ); - } - - /* eslint-disable no-loop-func */ - - anim.done( function() { - - /* eslint-enable no-loop-func */ - - // The final step of a "hide" animation is actually hiding the element - if ( !hidden ) { - showHide( [ elem ] ); - } - dataPriv.remove( elem, "fxshow" ); - for ( prop in orig ) { - jQuery.style( elem, prop, orig[ prop ] ); - } - } ); - } - - // Per-property setup - propTween = createTween( hidden ? dataShow[ prop ] : 0, prop, anim ); - if ( !( prop in dataShow ) ) { - dataShow[ prop ] = propTween.start; - if ( hidden ) { - propTween.end = propTween.start; - propTween.start = 0; - } - } - } -} - -function propFilter( props, specialEasing ) { - var index, name, easing, value, hooks; - - // camelCase, specialEasing and expand cssHook pass - for ( index in props ) { - name = camelCase( index ); - easing = specialEasing[ name ]; - value = props[ index ]; - if ( Array.isArray( value ) ) { - easing = value[ 1 ]; - value = props[ index ] = value[ 0 ]; - } - - if ( index !== name ) { - props[ name ] = value; - delete props[ index ]; - } - - hooks = jQuery.cssHooks[ name ]; - if ( hooks && "expand" in hooks ) { - value = hooks.expand( value ); - delete props[ name ]; - - // Not quite $.extend, this won't overwrite existing keys. - // Reusing 'index' because we have the correct "name" - for ( index in value ) { - if ( !( index in props ) ) { - props[ index ] = value[ index ]; - specialEasing[ index ] = easing; - } - } - } else { - specialEasing[ name ] = easing; - } - } -} - -function Animation( elem, properties, options ) { - var result, - stopped, - index = 0, - length = Animation.prefilters.length, - deferred = jQuery.Deferred().always( function() { - - // Don't match elem in the :animated selector - delete tick.elem; - } ), - tick = function() { - if ( stopped ) { - return false; - } - var currentTime = fxNow || createFxNow(), - remaining = Math.max( 0, animation.startTime + animation.duration - currentTime ), - - // Support: Android 2.3 only - // Archaic crash bug won't allow us to use `1 - ( 0.5 || 0 )` (#12497) - temp = remaining / animation.duration || 0, - percent = 1 - temp, - index = 0, - length = animation.tweens.length; - - for ( ; index < length; index++ ) { - animation.tweens[ index ].run( percent ); - } - - deferred.notifyWith( elem, [ animation, percent, remaining ] ); - - // If there's more to do, yield - if ( percent < 1 && length ) { - return remaining; - } - - // If this was an empty animation, synthesize a final progress notification - if ( !length ) { - deferred.notifyWith( elem, [ animation, 1, 0 ] ); - } - - // Resolve the animation and report its conclusion - deferred.resolveWith( elem, [ animation ] ); - return false; - }, - animation = deferred.promise( { - elem: elem, - props: jQuery.extend( {}, properties ), - opts: jQuery.extend( true, { - specialEasing: {}, - easing: jQuery.easing._default - }, options ), - originalProperties: properties, - originalOptions: options, - startTime: fxNow || createFxNow(), - duration: options.duration, - tweens: [], - createTween: function( prop, end ) { - var tween = jQuery.Tween( elem, animation.opts, prop, end, - animation.opts.specialEasing[ prop ] || animation.opts.easing ); - animation.tweens.push( tween ); - return tween; - }, - stop: function( gotoEnd ) { - var index = 0, - - // If we are going to the end, we want to run all the tweens - // otherwise we skip this part - length = gotoEnd ? animation.tweens.length : 0; - if ( stopped ) { - return this; - } - stopped = true; - for ( ; index < length; index++ ) { - animation.tweens[ index ].run( 1 ); - } - - // Resolve when we played the last frame; otherwise, reject - if ( gotoEnd ) { - deferred.notifyWith( elem, [ animation, 1, 0 ] ); - deferred.resolveWith( elem, [ animation, gotoEnd ] ); - } else { - deferred.rejectWith( elem, [ animation, gotoEnd ] ); - } - return this; - } - } ), - props = animation.props; - - propFilter( props, animation.opts.specialEasing ); - - for ( ; index < length; index++ ) { - result = Animation.prefilters[ index ].call( animation, elem, props, animation.opts ); - if ( result ) { - if ( isFunction( result.stop ) ) { - jQuery._queueHooks( animation.elem, animation.opts.queue ).stop = - result.stop.bind( result ); - } - return result; - } - } - - jQuery.map( props, createTween, animation ); - - if ( isFunction( animation.opts.start ) ) { - animation.opts.start.call( elem, animation ); - } - - // Attach callbacks from options - animation - .progress( animation.opts.progress ) - .done( animation.opts.done, animation.opts.complete ) - .fail( animation.opts.fail ) - .always( animation.opts.always ); - - jQuery.fx.timer( - jQuery.extend( tick, { - elem: elem, - anim: animation, - queue: animation.opts.queue - } ) - ); - - return animation; -} - -jQuery.Animation = jQuery.extend( Animation, { - - tweeners: { - "*": [ function( prop, value ) { - var tween = this.createTween( prop, value ); - adjustCSS( tween.elem, prop, rcssNum.exec( value ), tween ); - return tween; - } ] - }, - - tweener: function( props, callback ) { - if ( isFunction( props ) ) { - callback = props; - props = [ "*" ]; - } else { - props = props.match( rnothtmlwhite ); - } - - var prop, - index = 0, - length = props.length; - - for ( ; index < length; index++ ) { - prop = props[ index ]; - Animation.tweeners[ prop ] = Animation.tweeners[ prop ] || []; - Animation.tweeners[ prop ].unshift( callback ); - } - }, - - prefilters: [ defaultPrefilter ], - - prefilter: function( callback, prepend ) { - if ( prepend ) { - Animation.prefilters.unshift( callback ); - } else { - Animation.prefilters.push( callback ); - } - } -} ); - -jQuery.speed = function( speed, easing, fn ) { - var opt = speed && typeof speed === "object" ? jQuery.extend( {}, speed ) : { - complete: fn || !fn && easing || - isFunction( speed ) && speed, - duration: speed, - easing: fn && easing || easing && !isFunction( easing ) && easing - }; - - // Go to the end state if fx are off - if ( jQuery.fx.off ) { - opt.duration = 0; - - } else { - if ( typeof opt.duration !== "number" ) { - if ( opt.duration in jQuery.fx.speeds ) { - opt.duration = jQuery.fx.speeds[ opt.duration ]; - - } else { - opt.duration = jQuery.fx.speeds._default; - } - } - } - - // Normalize opt.queue - true/undefined/null -> "fx" - if ( opt.queue == null || opt.queue === true ) { - opt.queue = "fx"; - } - - // Queueing - opt.old = opt.complete; - - opt.complete = function() { - if ( isFunction( opt.old ) ) { - opt.old.call( this ); - } - - if ( opt.queue ) { - jQuery.dequeue( this, opt.queue ); - } - }; - - return opt; -}; - -jQuery.fn.extend( { - fadeTo: function( speed, to, easing, callback ) { - - // Show any hidden elements after setting opacity to 0 - return this.filter( isHiddenWithinTree ).css( "opacity", 0 ).show() - - // Animate to the value specified - .end().animate( { opacity: to }, speed, easing, callback ); - }, - animate: function( prop, speed, easing, callback ) { - var empty = jQuery.isEmptyObject( prop ), - optall = jQuery.speed( speed, easing, callback ), - doAnimation = function() { - - // Operate on a copy of prop so per-property easing won't be lost - var anim = Animation( this, jQuery.extend( {}, prop ), optall ); - - // Empty animations, or finishing resolves immediately - if ( empty || dataPriv.get( this, "finish" ) ) { - anim.stop( true ); - } - }; - doAnimation.finish = doAnimation; - - return empty || optall.queue === false ? - this.each( doAnimation ) : - this.queue( optall.queue, doAnimation ); - }, - stop: function( type, clearQueue, gotoEnd ) { - var stopQueue = function( hooks ) { - var stop = hooks.stop; - delete hooks.stop; - stop( gotoEnd ); - }; - - if ( typeof type !== "string" ) { - gotoEnd = clearQueue; - clearQueue = type; - type = undefined; - } - if ( clearQueue && type !== false ) { - this.queue( type || "fx", [] ); - } - - return this.each( function() { - var dequeue = true, - index = type != null && type + "queueHooks", - timers = jQuery.timers, - data = dataPriv.get( this ); - - if ( index ) { - if ( data[ index ] && data[ index ].stop ) { - stopQueue( data[ index ] ); - } - } else { - for ( index in data ) { - if ( data[ index ] && data[ index ].stop && rrun.test( index ) ) { - stopQueue( data[ index ] ); - } - } - } - - for ( index = timers.length; index--; ) { - if ( timers[ index ].elem === this && - ( type == null || timers[ index ].queue === type ) ) { - - timers[ index ].anim.stop( gotoEnd ); - dequeue = false; - timers.splice( index, 1 ); - } - } - - // Start the next in the queue if the last step wasn't forced. - // Timers currently will call their complete callbacks, which - // will dequeue but only if they were gotoEnd. - if ( dequeue || !gotoEnd ) { - jQuery.dequeue( this, type ); - } - } ); - }, - finish: function( type ) { - if ( type !== false ) { - type = type || "fx"; - } - return this.each( function() { - var index, - data = dataPriv.get( this ), - queue = data[ type + "queue" ], - hooks = data[ type + "queueHooks" ], - timers = jQuery.timers, - length = queue ? queue.length : 0; - - // Enable finishing flag on private data - data.finish = true; - - // Empty the queue first - jQuery.queue( this, type, [] ); - - if ( hooks && hooks.stop ) { - hooks.stop.call( this, true ); - } - - // Look for any active animations, and finish them - for ( index = timers.length; index--; ) { - if ( timers[ index ].elem === this && timers[ index ].queue === type ) { - timers[ index ].anim.stop( true ); - timers.splice( index, 1 ); - } - } - - // Look for any animations in the old queue and finish them - for ( index = 0; index < length; index++ ) { - if ( queue[ index ] && queue[ index ].finish ) { - queue[ index ].finish.call( this ); - } - } - - // Turn off finishing flag - delete data.finish; - } ); - } -} ); - -jQuery.each( [ "toggle", "show", "hide" ], function( i, name ) { - var cssFn = jQuery.fn[ name ]; - jQuery.fn[ name ] = function( speed, easing, callback ) { - return speed == null || typeof speed === "boolean" ? - cssFn.apply( this, arguments ) : - this.animate( genFx( name, true ), speed, easing, callback ); - }; -} ); - -// Generate shortcuts for custom animations -jQuery.each( { - slideDown: genFx( "show" ), - slideUp: genFx( "hide" ), - slideToggle: genFx( "toggle" ), - fadeIn: { opacity: "show" }, - fadeOut: { opacity: "hide" }, - fadeToggle: { opacity: "toggle" } -}, function( name, props ) { - jQuery.fn[ name ] = function( speed, easing, callback ) { - return this.animate( props, speed, easing, callback ); - }; -} ); - -jQuery.timers = []; -jQuery.fx.tick = function() { - var timer, - i = 0, - timers = jQuery.timers; - - fxNow = Date.now(); - - for ( ; i < timers.length; i++ ) { - timer = timers[ i ]; - - // Run the timer and safely remove it when done (allowing for external removal) - if ( !timer() && timers[ i ] === timer ) { - timers.splice( i--, 1 ); - } - } - - if ( !timers.length ) { - jQuery.fx.stop(); - } - fxNow = undefined; -}; - -jQuery.fx.timer = function( timer ) { - jQuery.timers.push( timer ); - jQuery.fx.start(); -}; - -jQuery.fx.interval = 13; -jQuery.fx.start = function() { - if ( inProgress ) { - return; - } - - inProgress = true; - schedule(); -}; - -jQuery.fx.stop = function() { - inProgress = null; -}; - -jQuery.fx.speeds = { - slow: 600, - fast: 200, - - // Default speed - _default: 400 -}; - - -// Based off of the plugin by Clint Helfers, with permission. -// https://web.archive.org/web/20100324014747/http://blindsignals.com/index.php/2009/07/jquery-delay/ -jQuery.fn.delay = function( time, type ) { - time = jQuery.fx ? jQuery.fx.speeds[ time ] || time : time; - type = type || "fx"; - - return this.queue( type, function( next, hooks ) { - var timeout = window.setTimeout( next, time ); - hooks.stop = function() { - window.clearTimeout( timeout ); - }; - } ); -}; - - -( function() { - var input = document.createElement( "input" ), - select = document.createElement( "select" ), - opt = select.appendChild( document.createElement( "option" ) ); - - input.type = "checkbox"; - - // Support: Android <=4.3 only - // Default value for a checkbox should be "on" - support.checkOn = input.value !== ""; - - // Support: IE <=11 only - // Must access selectedIndex to make default options select - support.optSelected = opt.selected; - - // Support: IE <=11 only - // An input loses its value after becoming a radio - input = document.createElement( "input" ); - input.value = "t"; - input.type = "radio"; - support.radioValue = input.value === "t"; -} )(); - - -var boolHook, - attrHandle = jQuery.expr.attrHandle; - -jQuery.fn.extend( { - attr: function( name, value ) { - return access( this, jQuery.attr, name, value, arguments.length > 1 ); - }, - - removeAttr: function( name ) { - return this.each( function() { - jQuery.removeAttr( this, name ); - } ); - } -} ); - -jQuery.extend( { - attr: function( elem, name, value ) { - var ret, hooks, - nType = elem.nodeType; - - // Don't get/set attributes on text, comment and attribute nodes - if ( nType === 3 || nType === 8 || nType === 2 ) { - return; - } - - // Fallback to prop when attributes are not supported - if ( typeof elem.getAttribute === "undefined" ) { - return jQuery.prop( elem, name, value ); - } - - // Attribute hooks are determined by the lowercase version - // Grab necessary hook if one is defined - if ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) { - hooks = jQuery.attrHooks[ name.toLowerCase() ] || - ( jQuery.expr.match.bool.test( name ) ? boolHook : undefined ); - } - - if ( value !== undefined ) { - if ( value === null ) { - jQuery.removeAttr( elem, name ); - return; - } - - if ( hooks && "set" in hooks && - ( ret = hooks.set( elem, value, name ) ) !== undefined ) { - return ret; - } - - elem.setAttribute( name, value + "" ); - return value; - } - - if ( hooks && "get" in hooks && ( ret = hooks.get( elem, name ) ) !== null ) { - return ret; - } - - ret = jQuery.find.attr( elem, name ); - - // Non-existent attributes return null, we normalize to undefined - return ret == null ? undefined : ret; - }, - - attrHooks: { - type: { - set: function( elem, value ) { - if ( !support.radioValue && value === "radio" && - nodeName( elem, "input" ) ) { - var val = elem.value; - elem.setAttribute( "type", value ); - if ( val ) { - elem.value = val; - } - return value; - } - } - } - }, - - removeAttr: function( elem, value ) { - var name, - i = 0, - - // Attribute names can contain non-HTML whitespace characters - // https://html.spec.whatwg.org/multipage/syntax.html#attributes-2 - attrNames = value && value.match( rnothtmlwhite ); - - if ( attrNames && elem.nodeType === 1 ) { - while ( ( name = attrNames[ i++ ] ) ) { - elem.removeAttribute( name ); - } - } - } -} ); - -// Hooks for boolean attributes -boolHook = { - set: function( elem, value, name ) { - if ( value === false ) { - - // Remove boolean attributes when set to false - jQuery.removeAttr( elem, name ); - } else { - elem.setAttribute( name, name ); - } - return name; - } -}; - -jQuery.each( jQuery.expr.match.bool.source.match( /\w+/g ), function( i, name ) { - var getter = attrHandle[ name ] || jQuery.find.attr; - - attrHandle[ name ] = function( elem, name, isXML ) { - var ret, handle, - lowercaseName = name.toLowerCase(); - - if ( !isXML ) { - - // Avoid an infinite loop by temporarily removing this function from the getter - handle = attrHandle[ lowercaseName ]; - attrHandle[ lowercaseName ] = ret; - ret = getter( elem, name, isXML ) != null ? - lowercaseName : - null; - attrHandle[ lowercaseName ] = handle; - } - return ret; - }; -} ); - - - - -var rfocusable = /^(?:input|select|textarea|button)$/i, - rclickable = /^(?:a|area)$/i; - -jQuery.fn.extend( { - prop: function( name, value ) { - return access( this, jQuery.prop, name, value, arguments.length > 1 ); - }, - - removeProp: function( name ) { - return this.each( function() { - delete this[ jQuery.propFix[ name ] || name ]; - } ); - } -} ); - -jQuery.extend( { - prop: function( elem, name, value ) { - var ret, hooks, - nType = elem.nodeType; - - // Don't get/set properties on text, comment and attribute nodes - if ( nType === 3 || nType === 8 || nType === 2 ) { - return; - } - - if ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) { - - // Fix name and attach hooks - name = jQuery.propFix[ name ] || name; - hooks = jQuery.propHooks[ name ]; - } - - if ( value !== undefined ) { - if ( hooks && "set" in hooks && - ( ret = hooks.set( elem, value, name ) ) !== undefined ) { - return ret; - } - - return ( elem[ name ] = value ); - } - - if ( hooks && "get" in hooks && ( ret = hooks.get( elem, name ) ) !== null ) { - return ret; - } - - return elem[ name ]; - }, - - propHooks: { - tabIndex: { - get: function( elem ) { - - // Support: IE <=9 - 11 only - // elem.tabIndex doesn't always return the - // correct value when it hasn't been explicitly set - // https://web.archive.org/web/20141116233347/http://fluidproject.org/blog/2008/01/09/getting-setting-and-removing-tabindex-values-with-javascript/ - // Use proper attribute retrieval(#12072) - var tabindex = jQuery.find.attr( elem, "tabindex" ); - - if ( tabindex ) { - return parseInt( tabindex, 10 ); - } - - if ( - rfocusable.test( elem.nodeName ) || - rclickable.test( elem.nodeName ) && - elem.href - ) { - return 0; - } - - return -1; - } - } - }, - - propFix: { - "for": "htmlFor", - "class": "className" - } -} ); - -// Support: IE <=11 only -// Accessing the selectedIndex property -// forces the browser to respect setting selected -// on the option -// The getter ensures a default option is selected -// when in an optgroup -// eslint rule "no-unused-expressions" is disabled for this code -// since it considers such accessions noop -if ( !support.optSelected ) { - jQuery.propHooks.selected = { - get: function( elem ) { - - /* eslint no-unused-expressions: "off" */ - - var parent = elem.parentNode; - if ( parent && parent.parentNode ) { - parent.parentNode.selectedIndex; - } - return null; - }, - set: function( elem ) { - - /* eslint no-unused-expressions: "off" */ - - var parent = elem.parentNode; - if ( parent ) { - parent.selectedIndex; - - if ( parent.parentNode ) { - parent.parentNode.selectedIndex; - } - } - } - }; -} - -jQuery.each( [ - "tabIndex", - "readOnly", - "maxLength", - "cellSpacing", - "cellPadding", - "rowSpan", - "colSpan", - "useMap", - "frameBorder", - "contentEditable" -], function() { - jQuery.propFix[ this.toLowerCase() ] = this; -} ); - - - - - // Strip and collapse whitespace according to HTML spec - // https://infra.spec.whatwg.org/#strip-and-collapse-ascii-whitespace - function stripAndCollapse( value ) { - var tokens = value.match( rnothtmlwhite ) || []; - return tokens.join( " " ); - } - - -function getClass( elem ) { - return elem.getAttribute && elem.getAttribute( "class" ) || ""; -} - -function classesToArray( value ) { - if ( Array.isArray( value ) ) { - return value; - } - if ( typeof value === "string" ) { - return value.match( rnothtmlwhite ) || []; - } - return []; -} - -jQuery.fn.extend( { - addClass: function( value ) { - var classes, elem, cur, curValue, clazz, j, finalValue, - i = 0; - - if ( isFunction( value ) ) { - return this.each( function( j ) { - jQuery( this ).addClass( value.call( this, j, getClass( this ) ) ); - } ); - } - - classes = classesToArray( value ); - - if ( classes.length ) { - while ( ( elem = this[ i++ ] ) ) { - curValue = getClass( elem ); - cur = elem.nodeType === 1 && ( " " + stripAndCollapse( curValue ) + " " ); - - if ( cur ) { - j = 0; - while ( ( clazz = classes[ j++ ] ) ) { - if ( cur.indexOf( " " + clazz + " " ) < 0 ) { - cur += clazz + " "; - } - } - - // Only assign if different to avoid unneeded rendering. - finalValue = stripAndCollapse( cur ); - if ( curValue !== finalValue ) { - elem.setAttribute( "class", finalValue ); - } - } - } - } - - return this; - }, - - removeClass: function( value ) { - var classes, elem, cur, curValue, clazz, j, finalValue, - i = 0; - - if ( isFunction( value ) ) { - return this.each( function( j ) { - jQuery( this ).removeClass( value.call( this, j, getClass( this ) ) ); - } ); - } - - if ( !arguments.length ) { - return this.attr( "class", "" ); - } - - classes = classesToArray( value ); - - if ( classes.length ) { - while ( ( elem = this[ i++ ] ) ) { - curValue = getClass( elem ); - - // This expression is here for better compressibility (see addClass) - cur = elem.nodeType === 1 && ( " " + stripAndCollapse( curValue ) + " " ); - - if ( cur ) { - j = 0; - while ( ( clazz = classes[ j++ ] ) ) { - - // Remove *all* instances - while ( cur.indexOf( " " + clazz + " " ) > -1 ) { - cur = cur.replace( " " + clazz + " ", " " ); - } - } - - // Only assign if different to avoid unneeded rendering. - finalValue = stripAndCollapse( cur ); - if ( curValue !== finalValue ) { - elem.setAttribute( "class", finalValue ); - } - } - } - } - - return this; - }, - - toggleClass: function( value, stateVal ) { - var type = typeof value, - isValidValue = type === "string" || Array.isArray( value ); - - if ( typeof stateVal === "boolean" && isValidValue ) { - return stateVal ? this.addClass( value ) : this.removeClass( value ); - } - - if ( isFunction( value ) ) { - return this.each( function( i ) { - jQuery( this ).toggleClass( - value.call( this, i, getClass( this ), stateVal ), - stateVal - ); - } ); - } - - return this.each( function() { - var className, i, self, classNames; - - if ( isValidValue ) { - - // Toggle individual class names - i = 0; - self = jQuery( this ); - classNames = classesToArray( value ); - - while ( ( className = classNames[ i++ ] ) ) { - - // Check each className given, space separated list - if ( self.hasClass( className ) ) { - self.removeClass( className ); - } else { - self.addClass( className ); - } - } - - // Toggle whole class name - } else if ( value === undefined || type === "boolean" ) { - className = getClass( this ); - if ( className ) { - - // Store className if set - dataPriv.set( this, "__className__", className ); - } - - // If the element has a class name or if we're passed `false`, - // then remove the whole classname (if there was one, the above saved it). - // Otherwise bring back whatever was previously saved (if anything), - // falling back to the empty string if nothing was stored. - if ( this.setAttribute ) { - this.setAttribute( "class", - className || value === false ? - "" : - dataPriv.get( this, "__className__" ) || "" - ); - } - } - } ); - }, - - hasClass: function( selector ) { - var className, elem, - i = 0; - - className = " " + selector + " "; - while ( ( elem = this[ i++ ] ) ) { - if ( elem.nodeType === 1 && - ( " " + stripAndCollapse( getClass( elem ) ) + " " ).indexOf( className ) > -1 ) { - return true; - } - } - - return false; - } -} ); - - - - -var rreturn = /\r/g; - -jQuery.fn.extend( { - val: function( value ) { - var hooks, ret, valueIsFunction, - elem = this[ 0 ]; - - if ( !arguments.length ) { - if ( elem ) { - hooks = jQuery.valHooks[ elem.type ] || - jQuery.valHooks[ elem.nodeName.toLowerCase() ]; - - if ( hooks && - "get" in hooks && - ( ret = hooks.get( elem, "value" ) ) !== undefined - ) { - return ret; - } - - ret = elem.value; - - // Handle most common string cases - if ( typeof ret === "string" ) { - return ret.replace( rreturn, "" ); - } - - // Handle cases where value is null/undef or number - return ret == null ? "" : ret; - } - - return; - } - - valueIsFunction = isFunction( value ); - - return this.each( function( i ) { - var val; - - if ( this.nodeType !== 1 ) { - return; - } - - if ( valueIsFunction ) { - val = value.call( this, i, jQuery( this ).val() ); - } else { - val = value; - } - - // Treat null/undefined as ""; convert numbers to string - if ( val == null ) { - val = ""; - - } else if ( typeof val === "number" ) { - val += ""; - - } else if ( Array.isArray( val ) ) { - val = jQuery.map( val, function( value ) { - return value == null ? "" : value + ""; - } ); - } - - hooks = jQuery.valHooks[ this.type ] || jQuery.valHooks[ this.nodeName.toLowerCase() ]; - - // If set returns undefined, fall back to normal setting - if ( !hooks || !( "set" in hooks ) || hooks.set( this, val, "value" ) === undefined ) { - this.value = val; - } - } ); - } -} ); - -jQuery.extend( { - valHooks: { - option: { - get: function( elem ) { - - var val = jQuery.find.attr( elem, "value" ); - return val != null ? - val : - - // Support: IE <=10 - 11 only - // option.text throws exceptions (#14686, #14858) - // Strip and collapse whitespace - // https://html.spec.whatwg.org/#strip-and-collapse-whitespace - stripAndCollapse( jQuery.text( elem ) ); - } - }, - select: { - get: function( elem ) { - var value, option, i, - options = elem.options, - index = elem.selectedIndex, - one = elem.type === "select-one", - values = one ? null : [], - max = one ? index + 1 : options.length; - - if ( index < 0 ) { - i = max; - - } else { - i = one ? index : 0; - } - - // Loop through all the selected options - for ( ; i < max; i++ ) { - option = options[ i ]; - - // Support: IE <=9 only - // IE8-9 doesn't update selected after form reset (#2551) - if ( ( option.selected || i === index ) && - - // Don't return options that are disabled or in a disabled optgroup - !option.disabled && - ( !option.parentNode.disabled || - !nodeName( option.parentNode, "optgroup" ) ) ) { - - // Get the specific value for the option - value = jQuery( option ).val(); - - // We don't need an array for one selects - if ( one ) { - return value; - } - - // Multi-Selects return an array - values.push( value ); - } - } - - return values; - }, - - set: function( elem, value ) { - var optionSet, option, - options = elem.options, - values = jQuery.makeArray( value ), - i = options.length; - - while ( i-- ) { - option = options[ i ]; - - /* eslint-disable no-cond-assign */ - - if ( option.selected = - jQuery.inArray( jQuery.valHooks.option.get( option ), values ) > -1 - ) { - optionSet = true; - } - - /* eslint-enable no-cond-assign */ - } - - // Force browsers to behave consistently when non-matching value is set - if ( !optionSet ) { - elem.selectedIndex = -1; - } - return values; - } - } - } -} ); - -// Radios and checkboxes getter/setter -jQuery.each( [ "radio", "checkbox" ], function() { - jQuery.valHooks[ this ] = { - set: function( elem, value ) { - if ( Array.isArray( value ) ) { - return ( elem.checked = jQuery.inArray( jQuery( elem ).val(), value ) > -1 ); - } - } - }; - if ( !support.checkOn ) { - jQuery.valHooks[ this ].get = function( elem ) { - return elem.getAttribute( "value" ) === null ? "on" : elem.value; - }; - } -} ); - - - - -// Return jQuery for attributes-only inclusion - - -support.focusin = "onfocusin" in window; - - -var rfocusMorph = /^(?:focusinfocus|focusoutblur)$/, - stopPropagationCallback = function( e ) { - e.stopPropagation(); - }; - -jQuery.extend( jQuery.event, { - - trigger: function( event, data, elem, onlyHandlers ) { - - var i, cur, tmp, bubbleType, ontype, handle, special, lastElement, - eventPath = [ elem || document ], - type = hasOwn.call( event, "type" ) ? event.type : event, - namespaces = hasOwn.call( event, "namespace" ) ? event.namespace.split( "." ) : []; - - cur = lastElement = tmp = elem = elem || document; - - // Don't do events on text and comment nodes - if ( elem.nodeType === 3 || elem.nodeType === 8 ) { - return; - } - - // focus/blur morphs to focusin/out; ensure we're not firing them right now - if ( rfocusMorph.test( type + jQuery.event.triggered ) ) { - return; - } - - if ( type.indexOf( "." ) > -1 ) { - - // Namespaced trigger; create a regexp to match event type in handle() - namespaces = type.split( "." ); - type = namespaces.shift(); - namespaces.sort(); - } - ontype = type.indexOf( ":" ) < 0 && "on" + type; - - // Caller can pass in a jQuery.Event object, Object, or just an event type string - event = event[ jQuery.expando ] ? - event : - new jQuery.Event( type, typeof event === "object" && event ); - - // Trigger bitmask: & 1 for native handlers; & 2 for jQuery (always true) - event.isTrigger = onlyHandlers ? 2 : 3; - event.namespace = namespaces.join( "." ); - event.rnamespace = event.namespace ? - new RegExp( "(^|\\.)" + namespaces.join( "\\.(?:.*\\.|)" ) + "(\\.|$)" ) : - null; - - // Clean up the event in case it is being reused - event.result = undefined; - if ( !event.target ) { - event.target = elem; - } - - // Clone any incoming data and prepend the event, creating the handler arg list - data = data == null ? - [ event ] : - jQuery.makeArray( data, [ event ] ); - - // Allow special events to draw outside the lines - special = jQuery.event.special[ type ] || {}; - if ( !onlyHandlers && special.trigger && special.trigger.apply( elem, data ) === false ) { - return; - } - - // Determine event propagation path in advance, per W3C events spec (#9951) - // Bubble up to document, then to window; watch for a global ownerDocument var (#9724) - if ( !onlyHandlers && !special.noBubble && !isWindow( elem ) ) { - - bubbleType = special.delegateType || type; - if ( !rfocusMorph.test( bubbleType + type ) ) { - cur = cur.parentNode; - } - for ( ; cur; cur = cur.parentNode ) { - eventPath.push( cur ); - tmp = cur; - } - - // Only add window if we got to document (e.g., not plain obj or detached DOM) - if ( tmp === ( elem.ownerDocument || document ) ) { - eventPath.push( tmp.defaultView || tmp.parentWindow || window ); - } - } - - // Fire handlers on the event path - i = 0; - while ( ( cur = eventPath[ i++ ] ) && !event.isPropagationStopped() ) { - lastElement = cur; - event.type = i > 1 ? - bubbleType : - special.bindType || type; - - // jQuery handler - handle = ( dataPriv.get( cur, "events" ) || {} )[ event.type ] && - dataPriv.get( cur, "handle" ); - if ( handle ) { - handle.apply( cur, data ); - } - - // Native handler - handle = ontype && cur[ ontype ]; - if ( handle && handle.apply && acceptData( cur ) ) { - event.result = handle.apply( cur, data ); - if ( event.result === false ) { - event.preventDefault(); - } - } - } - event.type = type; - - // If nobody prevented the default action, do it now - if ( !onlyHandlers && !event.isDefaultPrevented() ) { - - if ( ( !special._default || - special._default.apply( eventPath.pop(), data ) === false ) && - acceptData( elem ) ) { - - // Call a native DOM method on the target with the same name as the event. - // Don't do default actions on window, that's where global variables be (#6170) - if ( ontype && isFunction( elem[ type ] ) && !isWindow( elem ) ) { - - // Don't re-trigger an onFOO event when we call its FOO() method - tmp = elem[ ontype ]; - - if ( tmp ) { - elem[ ontype ] = null; - } - - // Prevent re-triggering of the same event, since we already bubbled it above - jQuery.event.triggered = type; - - if ( event.isPropagationStopped() ) { - lastElement.addEventListener( type, stopPropagationCallback ); - } - - elem[ type ](); - - if ( event.isPropagationStopped() ) { - lastElement.removeEventListener( type, stopPropagationCallback ); - } - - jQuery.event.triggered = undefined; - - if ( tmp ) { - elem[ ontype ] = tmp; - } - } - } - } - - return event.result; - }, - - // Piggyback on a donor event to simulate a different one - // Used only for `focus(in | out)` events - simulate: function( type, elem, event ) { - var e = jQuery.extend( - new jQuery.Event(), - event, - { - type: type, - isSimulated: true - } - ); - - jQuery.event.trigger( e, null, elem ); - } - -} ); - -jQuery.fn.extend( { - - trigger: function( type, data ) { - return this.each( function() { - jQuery.event.trigger( type, data, this ); - } ); - }, - triggerHandler: function( type, data ) { - var elem = this[ 0 ]; - if ( elem ) { - return jQuery.event.trigger( type, data, elem, true ); - } - } -} ); - - -// Support: Firefox <=44 -// Firefox doesn't have focus(in | out) events -// Related ticket - https://bugzilla.mozilla.org/show_bug.cgi?id=687787 -// -// Support: Chrome <=48 - 49, Safari <=9.0 - 9.1 -// focus(in | out) events fire after focus & blur events, -// which is spec violation - http://www.w3.org/TR/DOM-Level-3-Events/#events-focusevent-event-order -// Related ticket - https://bugs.chromium.org/p/chromium/issues/detail?id=449857 -if ( !support.focusin ) { - jQuery.each( { focus: "focusin", blur: "focusout" }, function( orig, fix ) { - - // Attach a single capturing handler on the document while someone wants focusin/focusout - var handler = function( event ) { - jQuery.event.simulate( fix, event.target, jQuery.event.fix( event ) ); - }; - - jQuery.event.special[ fix ] = { - setup: function() { - var doc = this.ownerDocument || this, - attaches = dataPriv.access( doc, fix ); - - if ( !attaches ) { - doc.addEventListener( orig, handler, true ); - } - dataPriv.access( doc, fix, ( attaches || 0 ) + 1 ); - }, - teardown: function() { - var doc = this.ownerDocument || this, - attaches = dataPriv.access( doc, fix ) - 1; - - if ( !attaches ) { - doc.removeEventListener( orig, handler, true ); - dataPriv.remove( doc, fix ); - - } else { - dataPriv.access( doc, fix, attaches ); - } - } - }; - } ); -} -var location = window.location; - -var nonce = Date.now(); - -var rquery = ( /\?/ ); - - - -// Cross-browser xml parsing -jQuery.parseXML = function( data ) { - var xml; - if ( !data || typeof data !== "string" ) { - return null; - } - - // Support: IE 9 - 11 only - // IE throws on parseFromString with invalid input. - try { - xml = ( new window.DOMParser() ).parseFromString( data, "text/xml" ); - } catch ( e ) { - xml = undefined; - } - - if ( !xml || xml.getElementsByTagName( "parsererror" ).length ) { - jQuery.error( "Invalid XML: " + data ); - } - return xml; -}; - - -var - rbracket = /\[\]$/, - rCRLF = /\r?\n/g, - rsubmitterTypes = /^(?:submit|button|image|reset|file)$/i, - rsubmittable = /^(?:input|select|textarea|keygen)/i; - -function buildParams( prefix, obj, traditional, add ) { - var name; - - if ( Array.isArray( obj ) ) { - - // Serialize array item. - jQuery.each( obj, function( i, v ) { - if ( traditional || rbracket.test( prefix ) ) { - - // Treat each array item as a scalar. - add( prefix, v ); - - } else { - - // Item is non-scalar (array or object), encode its numeric index. - buildParams( - prefix + "[" + ( typeof v === "object" && v != null ? i : "" ) + "]", - v, - traditional, - add - ); - } - } ); - - } else if ( !traditional && toType( obj ) === "object" ) { - - // Serialize object item. - for ( name in obj ) { - buildParams( prefix + "[" + name + "]", obj[ name ], traditional, add ); - } - - } else { - - // Serialize scalar item. - add( prefix, obj ); - } -} - -// Serialize an array of form elements or a set of -// key/values into a query string -jQuery.param = function( a, traditional ) { - var prefix, - s = [], - add = function( key, valueOrFunction ) { - - // If value is a function, invoke it and use its return value - var value = isFunction( valueOrFunction ) ? - valueOrFunction() : - valueOrFunction; - - s[ s.length ] = encodeURIComponent( key ) + "=" + - encodeURIComponent( value == null ? "" : value ); - }; - - if ( a == null ) { - return ""; - } - - // If an array was passed in, assume that it is an array of form elements. - if ( Array.isArray( a ) || ( a.jquery && !jQuery.isPlainObject( a ) ) ) { - - // Serialize the form elements - jQuery.each( a, function() { - add( this.name, this.value ); - } ); - - } else { - - // If traditional, encode the "old" way (the way 1.3.2 or older - // did it), otherwise encode params recursively. - for ( prefix in a ) { - buildParams( prefix, a[ prefix ], traditional, add ); - } - } - - // Return the resulting serialization - return s.join( "&" ); -}; - -jQuery.fn.extend( { - serialize: function() { - return jQuery.param( this.serializeArray() ); - }, - serializeArray: function() { - return this.map( function() { - - // Can add propHook for "elements" to filter or add form elements - var elements = jQuery.prop( this, "elements" ); - return elements ? jQuery.makeArray( elements ) : this; - } ) - .filter( function() { - var type = this.type; - - // Use .is( ":disabled" ) so that fieldset[disabled] works - return this.name && !jQuery( this ).is( ":disabled" ) && - rsubmittable.test( this.nodeName ) && !rsubmitterTypes.test( type ) && - ( this.checked || !rcheckableType.test( type ) ); - } ) - .map( function( i, elem ) { - var val = jQuery( this ).val(); - - if ( val == null ) { - return null; - } - - if ( Array.isArray( val ) ) { - return jQuery.map( val, function( val ) { - return { name: elem.name, value: val.replace( rCRLF, "\r\n" ) }; - } ); - } - - return { name: elem.name, value: val.replace( rCRLF, "\r\n" ) }; - } ).get(); - } -} ); - - -var - r20 = /%20/g, - rhash = /#.*$/, - rantiCache = /([?&])_=[^&]*/, - rheaders = /^(.*?):[ \t]*([^\r\n]*)$/mg, - - // #7653, #8125, #8152: local protocol detection - rlocalProtocol = /^(?:about|app|app-storage|.+-extension|file|res|widget):$/, - rnoContent = /^(?:GET|HEAD)$/, - rprotocol = /^\/\//, - - /* Prefilters - * 1) They are useful to introduce custom dataTypes (see ajax/jsonp.js for an example) - * 2) These are called: - * - BEFORE asking for a transport - * - AFTER param serialization (s.data is a string if s.processData is true) - * 3) key is the dataType - * 4) the catchall symbol "*" can be used - * 5) execution will start with transport dataType and THEN continue down to "*" if needed - */ - prefilters = {}, - - /* Transports bindings - * 1) key is the dataType - * 2) the catchall symbol "*" can be used - * 3) selection will start with transport dataType and THEN go to "*" if needed - */ - transports = {}, - - // Avoid comment-prolog char sequence (#10098); must appease lint and evade compression - allTypes = "*/".concat( "*" ), - - // Anchor tag for parsing the document origin - originAnchor = document.createElement( "a" ); - originAnchor.href = location.href; - -// Base "constructor" for jQuery.ajaxPrefilter and jQuery.ajaxTransport -function addToPrefiltersOrTransports( structure ) { - - // dataTypeExpression is optional and defaults to "*" - return function( dataTypeExpression, func ) { - - if ( typeof dataTypeExpression !== "string" ) { - func = dataTypeExpression; - dataTypeExpression = "*"; - } - - var dataType, - i = 0, - dataTypes = dataTypeExpression.toLowerCase().match( rnothtmlwhite ) || []; - - if ( isFunction( func ) ) { - - // For each dataType in the dataTypeExpression - while ( ( dataType = dataTypes[ i++ ] ) ) { - - // Prepend if requested - if ( dataType[ 0 ] === "+" ) { - dataType = dataType.slice( 1 ) || "*"; - ( structure[ dataType ] = structure[ dataType ] || [] ).unshift( func ); - - // Otherwise append - } else { - ( structure[ dataType ] = structure[ dataType ] || [] ).push( func ); - } - } - } - }; -} - -// Base inspection function for prefilters and transports -function inspectPrefiltersOrTransports( structure, options, originalOptions, jqXHR ) { - - var inspected = {}, - seekingTransport = ( structure === transports ); - - function inspect( dataType ) { - var selected; - inspected[ dataType ] = true; - jQuery.each( structure[ dataType ] || [], function( _, prefilterOrFactory ) { - var dataTypeOrTransport = prefilterOrFactory( options, originalOptions, jqXHR ); - if ( typeof dataTypeOrTransport === "string" && - !seekingTransport && !inspected[ dataTypeOrTransport ] ) { - - options.dataTypes.unshift( dataTypeOrTransport ); - inspect( dataTypeOrTransport ); - return false; - } else if ( seekingTransport ) { - return !( selected = dataTypeOrTransport ); - } - } ); - return selected; - } - - return inspect( options.dataTypes[ 0 ] ) || !inspected[ "*" ] && inspect( "*" ); -} - -// A special extend for ajax options -// that takes "flat" options (not to be deep extended) -// Fixes #9887 -function ajaxExtend( target, src ) { - var key, deep, - flatOptions = jQuery.ajaxSettings.flatOptions || {}; - - for ( key in src ) { - if ( src[ key ] !== undefined ) { - ( flatOptions[ key ] ? target : ( deep || ( deep = {} ) ) )[ key ] = src[ key ]; - } - } - if ( deep ) { - jQuery.extend( true, target, deep ); - } - - return target; -} - -/* Handles responses to an ajax request: - * - finds the right dataType (mediates between content-type and expected dataType) - * - returns the corresponding response - */ -function ajaxHandleResponses( s, jqXHR, responses ) { - - var ct, type, finalDataType, firstDataType, - contents = s.contents, - dataTypes = s.dataTypes; - - // Remove auto dataType and get content-type in the process - while ( dataTypes[ 0 ] === "*" ) { - dataTypes.shift(); - if ( ct === undefined ) { - ct = s.mimeType || jqXHR.getResponseHeader( "Content-Type" ); - } - } - - // Check if we're dealing with a known content-type - if ( ct ) { - for ( type in contents ) { - if ( contents[ type ] && contents[ type ].test( ct ) ) { - dataTypes.unshift( type ); - break; - } - } - } - - // Check to see if we have a response for the expected dataType - if ( dataTypes[ 0 ] in responses ) { - finalDataType = dataTypes[ 0 ]; - } else { - - // Try convertible dataTypes - for ( type in responses ) { - if ( !dataTypes[ 0 ] || s.converters[ type + " " + dataTypes[ 0 ] ] ) { - finalDataType = type; - break; - } - if ( !firstDataType ) { - firstDataType = type; - } - } - - // Or just use first one - finalDataType = finalDataType || firstDataType; - } - - // If we found a dataType - // We add the dataType to the list if needed - // and return the corresponding response - if ( finalDataType ) { - if ( finalDataType !== dataTypes[ 0 ] ) { - dataTypes.unshift( finalDataType ); - } - return responses[ finalDataType ]; - } -} - -/* Chain conversions given the request and the original response - * Also sets the responseXXX fields on the jqXHR instance - */ -function ajaxConvert( s, response, jqXHR, isSuccess ) { - var conv2, current, conv, tmp, prev, - converters = {}, - - // Work with a copy of dataTypes in case we need to modify it for conversion - dataTypes = s.dataTypes.slice(); - - // Create converters map with lowercased keys - if ( dataTypes[ 1 ] ) { - for ( conv in s.converters ) { - converters[ conv.toLowerCase() ] = s.converters[ conv ]; - } - } - - current = dataTypes.shift(); - - // Convert to each sequential dataType - while ( current ) { - - if ( s.responseFields[ current ] ) { - jqXHR[ s.responseFields[ current ] ] = response; - } - - // Apply the dataFilter if provided - if ( !prev && isSuccess && s.dataFilter ) { - response = s.dataFilter( response, s.dataType ); - } - - prev = current; - current = dataTypes.shift(); - - if ( current ) { - - // There's only work to do if current dataType is non-auto - if ( current === "*" ) { - - current = prev; - - // Convert response if prev dataType is non-auto and differs from current - } else if ( prev !== "*" && prev !== current ) { - - // Seek a direct converter - conv = converters[ prev + " " + current ] || converters[ "* " + current ]; - - // If none found, seek a pair - if ( !conv ) { - for ( conv2 in converters ) { - - // If conv2 outputs current - tmp = conv2.split( " " ); - if ( tmp[ 1 ] === current ) { - - // If prev can be converted to accepted input - conv = converters[ prev + " " + tmp[ 0 ] ] || - converters[ "* " + tmp[ 0 ] ]; - if ( conv ) { - - // Condense equivalence converters - if ( conv === true ) { - conv = converters[ conv2 ]; - - // Otherwise, insert the intermediate dataType - } else if ( converters[ conv2 ] !== true ) { - current = tmp[ 0 ]; - dataTypes.unshift( tmp[ 1 ] ); - } - break; - } - } - } - } - - // Apply converter (if not an equivalence) - if ( conv !== true ) { - - // Unless errors are allowed to bubble, catch and return them - if ( conv && s.throws ) { - response = conv( response ); - } else { - try { - response = conv( response ); - } catch ( e ) { - return { - state: "parsererror", - error: conv ? e : "No conversion from " + prev + " to " + current - }; - } - } - } - } - } - } - - return { state: "success", data: response }; -} - -jQuery.extend( { - - // Counter for holding the number of active queries - active: 0, - - // Last-Modified header cache for next request - lastModified: {}, - etag: {}, - - ajaxSettings: { - url: location.href, - type: "GET", - isLocal: rlocalProtocol.test( location.protocol ), - global: true, - processData: true, - async: true, - contentType: "application/x-www-form-urlencoded; charset=UTF-8", - - /* - timeout: 0, - data: null, - dataType: null, - username: null, - password: null, - cache: null, - throws: false, - traditional: false, - headers: {}, - */ - - accepts: { - "*": allTypes, - text: "text/plain", - html: "text/html", - xml: "application/xml, text/xml", - json: "application/json, text/javascript" - }, - - contents: { - xml: /\bxml\b/, - html: /\bhtml/, - json: /\bjson\b/ - }, - - responseFields: { - xml: "responseXML", - text: "responseText", - json: "responseJSON" - }, - - // Data converters - // Keys separate source (or catchall "*") and destination types with a single space - converters: { - - // Convert anything to text - "* text": String, - - // Text to html (true = no transformation) - "text html": true, - - // Evaluate text as a json expression - "text json": JSON.parse, - - // Parse text as xml - "text xml": jQuery.parseXML - }, - - // For options that shouldn't be deep extended: - // you can add your own custom options here if - // and when you create one that shouldn't be - // deep extended (see ajaxExtend) - flatOptions: { - url: true, - context: true - } - }, - - // Creates a full fledged settings object into target - // with both ajaxSettings and settings fields. - // If target is omitted, writes into ajaxSettings. - ajaxSetup: function( target, settings ) { - return settings ? - - // Building a settings object - ajaxExtend( ajaxExtend( target, jQuery.ajaxSettings ), settings ) : - - // Extending ajaxSettings - ajaxExtend( jQuery.ajaxSettings, target ); - }, - - ajaxPrefilter: addToPrefiltersOrTransports( prefilters ), - ajaxTransport: addToPrefiltersOrTransports( transports ), - - // Main method - ajax: function( url, options ) { - - // If url is an object, simulate pre-1.5 signature - if ( typeof url === "object" ) { - options = url; - url = undefined; - } - - // Force options to be an object - options = options || {}; - - var transport, - - // URL without anti-cache param - cacheURL, - - // Response headers - responseHeadersString, - responseHeaders, - - // timeout handle - timeoutTimer, - - // Url cleanup var - urlAnchor, - - // Request state (becomes false upon send and true upon completion) - completed, - - // To know if global events are to be dispatched - fireGlobals, - - // Loop variable - i, - - // uncached part of the url - uncached, - - // Create the final options object - s = jQuery.ajaxSetup( {}, options ), - - // Callbacks context - callbackContext = s.context || s, - - // Context for global events is callbackContext if it is a DOM node or jQuery collection - globalEventContext = s.context && - ( callbackContext.nodeType || callbackContext.jquery ) ? - jQuery( callbackContext ) : - jQuery.event, - - // Deferreds - deferred = jQuery.Deferred(), - completeDeferred = jQuery.Callbacks( "once memory" ), - - // Status-dependent callbacks - statusCode = s.statusCode || {}, - - // Headers (they are sent all at once) - requestHeaders = {}, - requestHeadersNames = {}, - - // Default abort message - strAbort = "canceled", - - // Fake xhr - jqXHR = { - readyState: 0, - - // Builds headers hashtable if needed - getResponseHeader: function( key ) { - var match; - if ( completed ) { - if ( !responseHeaders ) { - responseHeaders = {}; - while ( ( match = rheaders.exec( responseHeadersString ) ) ) { - responseHeaders[ match[ 1 ].toLowerCase() + " " ] = - ( responseHeaders[ match[ 1 ].toLowerCase() + " " ] || [] ) - .concat( match[ 2 ] ); - } - } - match = responseHeaders[ key.toLowerCase() + " " ]; - } - return match == null ? null : match.join( ", " ); - }, - - // Raw string - getAllResponseHeaders: function() { - return completed ? responseHeadersString : null; - }, - - // Caches the header - setRequestHeader: function( name, value ) { - if ( completed == null ) { - name = requestHeadersNames[ name.toLowerCase() ] = - requestHeadersNames[ name.toLowerCase() ] || name; - requestHeaders[ name ] = value; - } - return this; - }, - - // Overrides response content-type header - overrideMimeType: function( type ) { - if ( completed == null ) { - s.mimeType = type; - } - return this; - }, - - // Status-dependent callbacks - statusCode: function( map ) { - var code; - if ( map ) { - if ( completed ) { - - // Execute the appropriate callbacks - jqXHR.always( map[ jqXHR.status ] ); - } else { - - // Lazy-add the new callbacks in a way that preserves old ones - for ( code in map ) { - statusCode[ code ] = [ statusCode[ code ], map[ code ] ]; - } - } - } - return this; - }, - - // Cancel the request - abort: function( statusText ) { - var finalText = statusText || strAbort; - if ( transport ) { - transport.abort( finalText ); - } - done( 0, finalText ); - return this; - } - }; - - // Attach deferreds - deferred.promise( jqXHR ); - - // Add protocol if not provided (prefilters might expect it) - // Handle falsy url in the settings object (#10093: consistency with old signature) - // We also use the url parameter if available - s.url = ( ( url || s.url || location.href ) + "" ) - .replace( rprotocol, location.protocol + "//" ); - - // Alias method option to type as per ticket #12004 - s.type = options.method || options.type || s.method || s.type; - - // Extract dataTypes list - s.dataTypes = ( s.dataType || "*" ).toLowerCase().match( rnothtmlwhite ) || [ "" ]; - - // A cross-domain request is in order when the origin doesn't match the current origin. - if ( s.crossDomain == null ) { - urlAnchor = document.createElement( "a" ); - - // Support: IE <=8 - 11, Edge 12 - 15 - // IE throws exception on accessing the href property if url is malformed, - // e.g. http://example.com:80x/ - try { - urlAnchor.href = s.url; - - // Support: IE <=8 - 11 only - // Anchor's host property isn't correctly set when s.url is relative - urlAnchor.href = urlAnchor.href; - s.crossDomain = originAnchor.protocol + "//" + originAnchor.host !== - urlAnchor.protocol + "//" + urlAnchor.host; - } catch ( e ) { - - // If there is an error parsing the URL, assume it is crossDomain, - // it can be rejected by the transport if it is invalid - s.crossDomain = true; - } - } - - // Convert data if not already a string - if ( s.data && s.processData && typeof s.data !== "string" ) { - s.data = jQuery.param( s.data, s.traditional ); - } - - // Apply prefilters - inspectPrefiltersOrTransports( prefilters, s, options, jqXHR ); - - // If request was aborted inside a prefilter, stop there - if ( completed ) { - return jqXHR; - } - - // We can fire global events as of now if asked to - // Don't fire events if jQuery.event is undefined in an AMD-usage scenario (#15118) - fireGlobals = jQuery.event && s.global; - - // Watch for a new set of requests - if ( fireGlobals && jQuery.active++ === 0 ) { - jQuery.event.trigger( "ajaxStart" ); - } - - // Uppercase the type - s.type = s.type.toUpperCase(); - - // Determine if request has content - s.hasContent = !rnoContent.test( s.type ); - - // Save the URL in case we're toying with the If-Modified-Since - // and/or If-None-Match header later on - // Remove hash to simplify url manipulation - cacheURL = s.url.replace( rhash, "" ); - - // More options handling for requests with no content - if ( !s.hasContent ) { - - // Remember the hash so we can put it back - uncached = s.url.slice( cacheURL.length ); - - // If data is available and should be processed, append data to url - if ( s.data && ( s.processData || typeof s.data === "string" ) ) { - cacheURL += ( rquery.test( cacheURL ) ? "&" : "?" ) + s.data; - - // #9682: remove data so that it's not used in an eventual retry - delete s.data; - } - - // Add or update anti-cache param if needed - if ( s.cache === false ) { - cacheURL = cacheURL.replace( rantiCache, "$1" ); - uncached = ( rquery.test( cacheURL ) ? "&" : "?" ) + "_=" + ( nonce++ ) + uncached; - } - - // Put hash and anti-cache on the URL that will be requested (gh-1732) - s.url = cacheURL + uncached; - - // Change '%20' to '+' if this is encoded form body content (gh-2658) - } else if ( s.data && s.processData && - ( s.contentType || "" ).indexOf( "application/x-www-form-urlencoded" ) === 0 ) { - s.data = s.data.replace( r20, "+" ); - } - - // Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode. - if ( s.ifModified ) { - if ( jQuery.lastModified[ cacheURL ] ) { - jqXHR.setRequestHeader( "If-Modified-Since", jQuery.lastModified[ cacheURL ] ); - } - if ( jQuery.etag[ cacheURL ] ) { - jqXHR.setRequestHeader( "If-None-Match", jQuery.etag[ cacheURL ] ); - } - } - - // Set the correct header, if data is being sent - if ( s.data && s.hasContent && s.contentType !== false || options.contentType ) { - jqXHR.setRequestHeader( "Content-Type", s.contentType ); - } - - // Set the Accepts header for the server, depending on the dataType - jqXHR.setRequestHeader( - "Accept", - s.dataTypes[ 0 ] && s.accepts[ s.dataTypes[ 0 ] ] ? - s.accepts[ s.dataTypes[ 0 ] ] + - ( s.dataTypes[ 0 ] !== "*" ? ", " + allTypes + "; q=0.01" : "" ) : - s.accepts[ "*" ] - ); - - // Check for headers option - for ( i in s.headers ) { - jqXHR.setRequestHeader( i, s.headers[ i ] ); - } - - // Allow custom headers/mimetypes and early abort - if ( s.beforeSend && - ( s.beforeSend.call( callbackContext, jqXHR, s ) === false || completed ) ) { - - // Abort if not done already and return - return jqXHR.abort(); - } - - // Aborting is no longer a cancellation - strAbort = "abort"; - - // Install callbacks on deferreds - completeDeferred.add( s.complete ); - jqXHR.done( s.success ); - jqXHR.fail( s.error ); - - // Get transport - transport = inspectPrefiltersOrTransports( transports, s, options, jqXHR ); - - // If no transport, we auto-abort - if ( !transport ) { - done( -1, "No Transport" ); - } else { - jqXHR.readyState = 1; - - // Send global event - if ( fireGlobals ) { - globalEventContext.trigger( "ajaxSend", [ jqXHR, s ] ); - } - - // If request was aborted inside ajaxSend, stop there - if ( completed ) { - return jqXHR; - } - - // Timeout - if ( s.async && s.timeout > 0 ) { - timeoutTimer = window.setTimeout( function() { - jqXHR.abort( "timeout" ); - }, s.timeout ); - } - - try { - completed = false; - transport.send( requestHeaders, done ); - } catch ( e ) { - - // Rethrow post-completion exceptions - if ( completed ) { - throw e; - } - - // Propagate others as results - done( -1, e ); - } - } - - // Callback for when everything is done - function done( status, nativeStatusText, responses, headers ) { - var isSuccess, success, error, response, modified, - statusText = nativeStatusText; - - // Ignore repeat invocations - if ( completed ) { - return; - } - - completed = true; - - // Clear timeout if it exists - if ( timeoutTimer ) { - window.clearTimeout( timeoutTimer ); - } - - // Dereference transport for early garbage collection - // (no matter how long the jqXHR object will be used) - transport = undefined; - - // Cache response headers - responseHeadersString = headers || ""; - - // Set readyState - jqXHR.readyState = status > 0 ? 4 : 0; - - // Determine if successful - isSuccess = status >= 200 && status < 300 || status === 304; - - // Get response data - if ( responses ) { - response = ajaxHandleResponses( s, jqXHR, responses ); - } - - // Convert no matter what (that way responseXXX fields are always set) - response = ajaxConvert( s, response, jqXHR, isSuccess ); - - // If successful, handle type chaining - if ( isSuccess ) { - - // Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode. - if ( s.ifModified ) { - modified = jqXHR.getResponseHeader( "Last-Modified" ); - if ( modified ) { - jQuery.lastModified[ cacheURL ] = modified; - } - modified = jqXHR.getResponseHeader( "etag" ); - if ( modified ) { - jQuery.etag[ cacheURL ] = modified; - } - } - - // if no content - if ( status === 204 || s.type === "HEAD" ) { - statusText = "nocontent"; - - // if not modified - } else if ( status === 304 ) { - statusText = "notmodified"; - - // If we have data, let's convert it - } else { - statusText = response.state; - success = response.data; - error = response.error; - isSuccess = !error; - } - } else { - - // Extract error from statusText and normalize for non-aborts - error = statusText; - if ( status || !statusText ) { - statusText = "error"; - if ( status < 0 ) { - status = 0; - } - } - } - - // Set data for the fake xhr object - jqXHR.status = status; - jqXHR.statusText = ( nativeStatusText || statusText ) + ""; - - // Success/Error - if ( isSuccess ) { - deferred.resolveWith( callbackContext, [ success, statusText, jqXHR ] ); - } else { - deferred.rejectWith( callbackContext, [ jqXHR, statusText, error ] ); - } - - // Status-dependent callbacks - jqXHR.statusCode( statusCode ); - statusCode = undefined; - - if ( fireGlobals ) { - globalEventContext.trigger( isSuccess ? "ajaxSuccess" : "ajaxError", - [ jqXHR, s, isSuccess ? success : error ] ); - } - - // Complete - completeDeferred.fireWith( callbackContext, [ jqXHR, statusText ] ); - - if ( fireGlobals ) { - globalEventContext.trigger( "ajaxComplete", [ jqXHR, s ] ); - - // Handle the global AJAX counter - if ( !( --jQuery.active ) ) { - jQuery.event.trigger( "ajaxStop" ); - } - } - } - - return jqXHR; - }, - - getJSON: function( url, data, callback ) { - return jQuery.get( url, data, callback, "json" ); - }, - - getScript: function( url, callback ) { - return jQuery.get( url, undefined, callback, "script" ); - } -} ); - -jQuery.each( [ "get", "post" ], function( i, method ) { - jQuery[ method ] = function( url, data, callback, type ) { - - // Shift arguments if data argument was omitted - if ( isFunction( data ) ) { - type = type || callback; - callback = data; - data = undefined; - } - - // The url can be an options object (which then must have .url) - return jQuery.ajax( jQuery.extend( { - url: url, - type: method, - dataType: type, - data: data, - success: callback - }, jQuery.isPlainObject( url ) && url ) ); - }; -} ); - - -jQuery._evalUrl = function( url, options ) { - return jQuery.ajax( { - url: url, - - // Make this explicit, since user can override this through ajaxSetup (#11264) - type: "GET", - dataType: "script", - cache: true, - async: false, - global: false, - - // Only evaluate the response if it is successful (gh-4126) - // dataFilter is not invoked for failure responses, so using it instead - // of the default converter is kludgy but it works. - converters: { - "text script": function() {} - }, - dataFilter: function( response ) { - jQuery.globalEval( response, options ); - } - } ); -}; - - -jQuery.fn.extend( { - wrapAll: function( html ) { - var wrap; - - if ( this[ 0 ] ) { - if ( isFunction( html ) ) { - html = html.call( this[ 0 ] ); - } - - // The elements to wrap the target around - wrap = jQuery( html, this[ 0 ].ownerDocument ).eq( 0 ).clone( true ); - - if ( this[ 0 ].parentNode ) { - wrap.insertBefore( this[ 0 ] ); - } - - wrap.map( function() { - var elem = this; - - while ( elem.firstElementChild ) { - elem = elem.firstElementChild; - } - - return elem; - } ).append( this ); - } - - return this; - }, - - wrapInner: function( html ) { - if ( isFunction( html ) ) { - return this.each( function( i ) { - jQuery( this ).wrapInner( html.call( this, i ) ); - } ); - } - - return this.each( function() { - var self = jQuery( this ), - contents = self.contents(); - - if ( contents.length ) { - contents.wrapAll( html ); - - } else { - self.append( html ); - } - } ); - }, - - wrap: function( html ) { - var htmlIsFunction = isFunction( html ); - - return this.each( function( i ) { - jQuery( this ).wrapAll( htmlIsFunction ? html.call( this, i ) : html ); - } ); - }, - - unwrap: function( selector ) { - this.parent( selector ).not( "body" ).each( function() { - jQuery( this ).replaceWith( this.childNodes ); - } ); - return this; - } -} ); - - -jQuery.expr.pseudos.hidden = function( elem ) { - return !jQuery.expr.pseudos.visible( elem ); -}; -jQuery.expr.pseudos.visible = function( elem ) { - return !!( elem.offsetWidth || elem.offsetHeight || elem.getClientRects().length ); -}; - - - - -jQuery.ajaxSettings.xhr = function() { - try { - return new window.XMLHttpRequest(); - } catch ( e ) {} -}; - -var xhrSuccessStatus = { - - // File protocol always yields status code 0, assume 200 - 0: 200, - - // Support: IE <=9 only - // #1450: sometimes IE returns 1223 when it should be 204 - 1223: 204 - }, - xhrSupported = jQuery.ajaxSettings.xhr(); - -support.cors = !!xhrSupported && ( "withCredentials" in xhrSupported ); -support.ajax = xhrSupported = !!xhrSupported; - -jQuery.ajaxTransport( function( options ) { - var callback, errorCallback; - - // Cross domain only allowed if supported through XMLHttpRequest - if ( support.cors || xhrSupported && !options.crossDomain ) { - return { - send: function( headers, complete ) { - var i, - xhr = options.xhr(); - - xhr.open( - options.type, - options.url, - options.async, - options.username, - options.password - ); - - // Apply custom fields if provided - if ( options.xhrFields ) { - for ( i in options.xhrFields ) { - xhr[ i ] = options.xhrFields[ i ]; - } - } - - // Override mime type if needed - if ( options.mimeType && xhr.overrideMimeType ) { - xhr.overrideMimeType( options.mimeType ); - } - - // X-Requested-With header - // For cross-domain requests, seeing as conditions for a preflight are - // akin to a jigsaw puzzle, we simply never set it to be sure. - // (it can always be set on a per-request basis or even using ajaxSetup) - // For same-domain requests, won't change header if already provided. - if ( !options.crossDomain && !headers[ "X-Requested-With" ] ) { - headers[ "X-Requested-With" ] = "XMLHttpRequest"; - } - - // Set headers - for ( i in headers ) { - xhr.setRequestHeader( i, headers[ i ] ); - } - - // Callback - callback = function( type ) { - return function() { - if ( callback ) { - callback = errorCallback = xhr.onload = - xhr.onerror = xhr.onabort = xhr.ontimeout = - xhr.onreadystatechange = null; - - if ( type === "abort" ) { - xhr.abort(); - } else if ( type === "error" ) { - - // Support: IE <=9 only - // On a manual native abort, IE9 throws - // errors on any property access that is not readyState - if ( typeof xhr.status !== "number" ) { - complete( 0, "error" ); - } else { - complete( - - // File: protocol always yields status 0; see #8605, #14207 - xhr.status, - xhr.statusText - ); - } - } else { - complete( - xhrSuccessStatus[ xhr.status ] || xhr.status, - xhr.statusText, - - // Support: IE <=9 only - // IE9 has no XHR2 but throws on binary (trac-11426) - // For XHR2 non-text, let the caller handle it (gh-2498) - ( xhr.responseType || "text" ) !== "text" || - typeof xhr.responseText !== "string" ? - { binary: xhr.response } : - { text: xhr.responseText }, - xhr.getAllResponseHeaders() - ); - } - } - }; - }; - - // Listen to events - xhr.onload = callback(); - errorCallback = xhr.onerror = xhr.ontimeout = callback( "error" ); - - // Support: IE 9 only - // Use onreadystatechange to replace onabort - // to handle uncaught aborts - if ( xhr.onabort !== undefined ) { - xhr.onabort = errorCallback; - } else { - xhr.onreadystatechange = function() { - - // Check readyState before timeout as it changes - if ( xhr.readyState === 4 ) { - - // Allow onerror to be called first, - // but that will not handle a native abort - // Also, save errorCallback to a variable - // as xhr.onerror cannot be accessed - window.setTimeout( function() { - if ( callback ) { - errorCallback(); - } - } ); - } - }; - } - - // Create the abort callback - callback = callback( "abort" ); - - try { - - // Do send the request (this may raise an exception) - xhr.send( options.hasContent && options.data || null ); - } catch ( e ) { - - // #14683: Only rethrow if this hasn't been notified as an error yet - if ( callback ) { - throw e; - } - } - }, - - abort: function() { - if ( callback ) { - callback(); - } - } - }; - } -} ); - - - - -// Prevent auto-execution of scripts when no explicit dataType was provided (See gh-2432) -jQuery.ajaxPrefilter( function( s ) { - if ( s.crossDomain ) { - s.contents.script = false; - } -} ); - -// Install script dataType -jQuery.ajaxSetup( { - accepts: { - script: "text/javascript, application/javascript, " + - "application/ecmascript, application/x-ecmascript" - }, - contents: { - script: /\b(?:java|ecma)script\b/ - }, - converters: { - "text script": function( text ) { - jQuery.globalEval( text ); - return text; - } - } -} ); - -// Handle cache's special case and crossDomain -jQuery.ajaxPrefilter( "script", function( s ) { - if ( s.cache === undefined ) { - s.cache = false; - } - if ( s.crossDomain ) { - s.type = "GET"; - } -} ); - -// Bind script tag hack transport -jQuery.ajaxTransport( "script", function( s ) { - - // This transport only deals with cross domain or forced-by-attrs requests - if ( s.crossDomain || s.scriptAttrs ) { - var script, callback; - return { - send: function( _, complete ) { - script = jQuery( "<script>" ) - .attr( s.scriptAttrs || {} ) - .prop( { charset: s.scriptCharset, src: s.url } ) - .on( "load error", callback = function( evt ) { - script.remove(); - callback = null; - if ( evt ) { - complete( evt.type === "error" ? 404 : 200, evt.type ); - } - } ); - - // Use native DOM manipulation to avoid our domManip AJAX trickery - document.head.appendChild( script[ 0 ] ); - }, - abort: function() { - if ( callback ) { - callback(); - } - } - }; - } -} ); - - - - -var oldCallbacks = [], - rjsonp = /(=)\?(?=&|$)|\?\?/; - -// Default jsonp settings -jQuery.ajaxSetup( { - jsonp: "callback", - jsonpCallback: function() { - var callback = oldCallbacks.pop() || ( jQuery.expando + "_" + ( nonce++ ) ); - this[ callback ] = true; - return callback; - } -} ); - -// Detect, normalize options and install callbacks for jsonp requests -jQuery.ajaxPrefilter( "json jsonp", function( s, originalSettings, jqXHR ) { - - var callbackName, overwritten, responseContainer, - jsonProp = s.jsonp !== false && ( rjsonp.test( s.url ) ? - "url" : - typeof s.data === "string" && - ( s.contentType || "" ) - .indexOf( "application/x-www-form-urlencoded" ) === 0 && - rjsonp.test( s.data ) && "data" - ); - - // Handle iff the expected data type is "jsonp" or we have a parameter to set - if ( jsonProp || s.dataTypes[ 0 ] === "jsonp" ) { - - // Get callback name, remembering preexisting value associated with it - callbackName = s.jsonpCallback = isFunction( s.jsonpCallback ) ? - s.jsonpCallback() : - s.jsonpCallback; - - // Insert callback into url or form data - if ( jsonProp ) { - s[ jsonProp ] = s[ jsonProp ].replace( rjsonp, "$1" + callbackName ); - } else if ( s.jsonp !== false ) { - s.url += ( rquery.test( s.url ) ? "&" : "?" ) + s.jsonp + "=" + callbackName; - } - - // Use data converter to retrieve json after script execution - s.converters[ "script json" ] = function() { - if ( !responseContainer ) { - jQuery.error( callbackName + " was not called" ); - } - return responseContainer[ 0 ]; - }; - - // Force json dataType - s.dataTypes[ 0 ] = "json"; - - // Install callback - overwritten = window[ callbackName ]; - window[ callbackName ] = function() { - responseContainer = arguments; - }; - - // Clean-up function (fires after converters) - jqXHR.always( function() { - - // If previous value didn't exist - remove it - if ( overwritten === undefined ) { - jQuery( window ).removeProp( callbackName ); - - // Otherwise restore preexisting value - } else { - window[ callbackName ] = overwritten; - } - - // Save back as free - if ( s[ callbackName ] ) { - - // Make sure that re-using the options doesn't screw things around - s.jsonpCallback = originalSettings.jsonpCallback; - - // Save the callback name for future use - oldCallbacks.push( callbackName ); - } - - // Call if it was a function and we have a response - if ( responseContainer && isFunction( overwritten ) ) { - overwritten( responseContainer[ 0 ] ); - } - - responseContainer = overwritten = undefined; - } ); - - // Delegate to script - return "script"; - } -} ); - - - - -// Support: Safari 8 only -// In Safari 8 documents created via document.implementation.createHTMLDocument -// collapse sibling forms: the second one becomes a child of the first one. -// Because of that, this security measure has to be disabled in Safari 8. -// https://bugs.webkit.org/show_bug.cgi?id=137337 -support.createHTMLDocument = ( function() { - var body = document.implementation.createHTMLDocument( "" ).body; - body.innerHTML = "<form></form><form></form>"; - return body.childNodes.length === 2; -} )(); - - -// Argument "data" should be string of html -// context (optional): If specified, the fragment will be created in this context, -// defaults to document -// keepScripts (optional): If true, will include scripts passed in the html string -jQuery.parseHTML = function( data, context, keepScripts ) { - if ( typeof data !== "string" ) { - return []; - } - if ( typeof context === "boolean" ) { - keepScripts = context; - context = false; - } - - var base, parsed, scripts; - - if ( !context ) { - - // Stop scripts or inline event handlers from being executed immediately - // by using document.implementation - if ( support.createHTMLDocument ) { - context = document.implementation.createHTMLDocument( "" ); - - // Set the base href for the created document - // so any parsed elements with URLs - // are based on the document's URL (gh-2965) - base = context.createElement( "base" ); - base.href = document.location.href; - context.head.appendChild( base ); - } else { - context = document; - } - } - - parsed = rsingleTag.exec( data ); - scripts = !keepScripts && []; - - // Single tag - if ( parsed ) { - return [ context.createElement( parsed[ 1 ] ) ]; - } - - parsed = buildFragment( [ data ], context, scripts ); - - if ( scripts && scripts.length ) { - jQuery( scripts ).remove(); - } - - return jQuery.merge( [], parsed.childNodes ); -}; - - -/** - * Load a url into a page - */ -jQuery.fn.load = function( url, params, callback ) { - var selector, type, response, - self = this, - off = url.indexOf( " " ); - - if ( off > -1 ) { - selector = stripAndCollapse( url.slice( off ) ); - url = url.slice( 0, off ); - } - - // If it's a function - if ( isFunction( params ) ) { - - // We assume that it's the callback - callback = params; - params = undefined; - - // Otherwise, build a param string - } else if ( params && typeof params === "object" ) { - type = "POST"; - } - - // If we have elements to modify, make the request - if ( self.length > 0 ) { - jQuery.ajax( { - url: url, - - // If "type" variable is undefined, then "GET" method will be used. - // Make value of this field explicit since - // user can override it through ajaxSetup method - type: type || "GET", - dataType: "html", - data: params - } ).done( function( responseText ) { - - // Save response for use in complete callback - response = arguments; - - self.html( selector ? - - // If a selector was specified, locate the right elements in a dummy div - // Exclude scripts to avoid IE 'Permission Denied' errors - jQuery( "<div>" ).append( jQuery.parseHTML( responseText ) ).find( selector ) : - - // Otherwise use the full result - responseText ); - - // If the request succeeds, this function gets "data", "status", "jqXHR" - // but they are ignored because response was set above. - // If it fails, this function gets "jqXHR", "status", "error" - } ).always( callback && function( jqXHR, status ) { - self.each( function() { - callback.apply( this, response || [ jqXHR.responseText, status, jqXHR ] ); - } ); - } ); - } - - return this; -}; - - - - -// Attach a bunch of functions for handling common AJAX events -jQuery.each( [ - "ajaxStart", - "ajaxStop", - "ajaxComplete", - "ajaxError", - "ajaxSuccess", - "ajaxSend" -], function( i, type ) { - jQuery.fn[ type ] = function( fn ) { - return this.on( type, fn ); - }; -} ); - - - - -jQuery.expr.pseudos.animated = function( elem ) { - return jQuery.grep( jQuery.timers, function( fn ) { - return elem === fn.elem; - } ).length; -}; - - - - -jQuery.offset = { - setOffset: function( elem, options, i ) { - var curPosition, curLeft, curCSSTop, curTop, curOffset, curCSSLeft, calculatePosition, - position = jQuery.css( elem, "position" ), - curElem = jQuery( elem ), - props = {}; - - // Set position first, in-case top/left are set even on static elem - if ( position === "static" ) { - elem.style.position = "relative"; - } - - curOffset = curElem.offset(); - curCSSTop = jQuery.css( elem, "top" ); - curCSSLeft = jQuery.css( elem, "left" ); - calculatePosition = ( position === "absolute" || position === "fixed" ) && - ( curCSSTop + curCSSLeft ).indexOf( "auto" ) > -1; - - // Need to be able to calculate position if either - // top or left is auto and position is either absolute or fixed - if ( calculatePosition ) { - curPosition = curElem.position(); - curTop = curPosition.top; - curLeft = curPosition.left; - - } else { - curTop = parseFloat( curCSSTop ) || 0; - curLeft = parseFloat( curCSSLeft ) || 0; - } - - if ( isFunction( options ) ) { - - // Use jQuery.extend here to allow modification of coordinates argument (gh-1848) - options = options.call( elem, i, jQuery.extend( {}, curOffset ) ); - } - - if ( options.top != null ) { - props.top = ( options.top - curOffset.top ) + curTop; - } - if ( options.left != null ) { - props.left = ( options.left - curOffset.left ) + curLeft; - } - - if ( "using" in options ) { - options.using.call( elem, props ); - - } else { - curElem.css( props ); - } - } -}; - -jQuery.fn.extend( { - - // offset() relates an element's border box to the document origin - offset: function( options ) { - - // Preserve chaining for setter - if ( arguments.length ) { - return options === undefined ? - this : - this.each( function( i ) { - jQuery.offset.setOffset( this, options, i ); - } ); - } - - var rect, win, - elem = this[ 0 ]; - - if ( !elem ) { - return; - } - - // Return zeros for disconnected and hidden (display: none) elements (gh-2310) - // Support: IE <=11 only - // Running getBoundingClientRect on a - // disconnected node in IE throws an error - if ( !elem.getClientRects().length ) { - return { top: 0, left: 0 }; - } - - // Get document-relative position by adding viewport scroll to viewport-relative gBCR - rect = elem.getBoundingClientRect(); - win = elem.ownerDocument.defaultView; - return { - top: rect.top + win.pageYOffset, - left: rect.left + win.pageXOffset - }; - }, - - // position() relates an element's margin box to its offset parent's padding box - // This corresponds to the behavior of CSS absolute positioning - position: function() { - if ( !this[ 0 ] ) { - return; - } - - var offsetParent, offset, doc, - elem = this[ 0 ], - parentOffset = { top: 0, left: 0 }; - - // position:fixed elements are offset from the viewport, which itself always has zero offset - if ( jQuery.css( elem, "position" ) === "fixed" ) { - - // Assume position:fixed implies availability of getBoundingClientRect - offset = elem.getBoundingClientRect(); - - } else { - offset = this.offset(); - - // Account for the *real* offset parent, which can be the document or its root element - // when a statically positioned element is identified - doc = elem.ownerDocument; - offsetParent = elem.offsetParent || doc.documentElement; - while ( offsetParent && - ( offsetParent === doc.body || offsetParent === doc.documentElement ) && - jQuery.css( offsetParent, "position" ) === "static" ) { - - offsetParent = offsetParent.parentNode; - } - if ( offsetParent && offsetParent !== elem && offsetParent.nodeType === 1 ) { - - // Incorporate borders into its offset, since they are outside its content origin - parentOffset = jQuery( offsetParent ).offset(); - parentOffset.top += jQuery.css( offsetParent, "borderTopWidth", true ); - parentOffset.left += jQuery.css( offsetParent, "borderLeftWidth", true ); - } - } - - // Subtract parent offsets and element margins - return { - top: offset.top - parentOffset.top - jQuery.css( elem, "marginTop", true ), - left: offset.left - parentOffset.left - jQuery.css( elem, "marginLeft", true ) - }; - }, - - // This method will return documentElement in the following cases: - // 1) For the element inside the iframe without offsetParent, this method will return - // documentElement of the parent window - // 2) For the hidden or detached element - // 3) For body or html element, i.e. in case of the html node - it will return itself - // - // but those exceptions were never presented as a real life use-cases - // and might be considered as more preferable results. - // - // This logic, however, is not guaranteed and can change at any point in the future - offsetParent: function() { - return this.map( function() { - var offsetParent = this.offsetParent; - - while ( offsetParent && jQuery.css( offsetParent, "position" ) === "static" ) { - offsetParent = offsetParent.offsetParent; - } - - return offsetParent || documentElement; - } ); - } -} ); - -// Create scrollLeft and scrollTop methods -jQuery.each( { scrollLeft: "pageXOffset", scrollTop: "pageYOffset" }, function( method, prop ) { - var top = "pageYOffset" === prop; - - jQuery.fn[ method ] = function( val ) { - return access( this, function( elem, method, val ) { - - // Coalesce documents and windows - var win; - if ( isWindow( elem ) ) { - win = elem; - } else if ( elem.nodeType === 9 ) { - win = elem.defaultView; - } - - if ( val === undefined ) { - return win ? win[ prop ] : elem[ method ]; - } - - if ( win ) { - win.scrollTo( - !top ? val : win.pageXOffset, - top ? val : win.pageYOffset - ); - - } else { - elem[ method ] = val; - } - }, method, val, arguments.length ); - }; -} ); - -// Support: Safari <=7 - 9.1, Chrome <=37 - 49 -// Add the top/left cssHooks using jQuery.fn.position -// Webkit bug: https://bugs.webkit.org/show_bug.cgi?id=29084 -// Blink bug: https://bugs.chromium.org/p/chromium/issues/detail?id=589347 -// getComputedStyle returns percent when specified for top/left/bottom/right; -// rather than make the css module depend on the offset module, just check for it here -jQuery.each( [ "top", "left" ], function( i, prop ) { - jQuery.cssHooks[ prop ] = addGetHookIf( support.pixelPosition, - function( elem, computed ) { - if ( computed ) { - computed = curCSS( elem, prop ); - - // If curCSS returns percentage, fallback to offset - return rnumnonpx.test( computed ) ? - jQuery( elem ).position()[ prop ] + "px" : - computed; - } - } - ); -} ); - - -// Create innerHeight, innerWidth, height, width, outerHeight and outerWidth methods -jQuery.each( { Height: "height", Width: "width" }, function( name, type ) { - jQuery.each( { padding: "inner" + name, content: type, "": "outer" + name }, - function( defaultExtra, funcName ) { - - // Margin is only for outerHeight, outerWidth - jQuery.fn[ funcName ] = function( margin, value ) { - var chainable = arguments.length && ( defaultExtra || typeof margin !== "boolean" ), - extra = defaultExtra || ( margin === true || value === true ? "margin" : "border" ); - - return access( this, function( elem, type, value ) { - var doc; - - if ( isWindow( elem ) ) { - - // $( window ).outerWidth/Height return w/h including scrollbars (gh-1729) - return funcName.indexOf( "outer" ) === 0 ? - elem[ "inner" + name ] : - elem.document.documentElement[ "client" + name ]; - } - - // Get document width or height - if ( elem.nodeType === 9 ) { - doc = elem.documentElement; - - // Either scroll[Width/Height] or offset[Width/Height] or client[Width/Height], - // whichever is greatest - return Math.max( - elem.body[ "scroll" + name ], doc[ "scroll" + name ], - elem.body[ "offset" + name ], doc[ "offset" + name ], - doc[ "client" + name ] - ); - } - - return value === undefined ? - - // Get width or height on the element, requesting but not forcing parseFloat - jQuery.css( elem, type, extra ) : - - // Set width or height on the element - jQuery.style( elem, type, value, extra ); - }, type, chainable ? margin : undefined, chainable ); - }; - } ); -} ); - - -jQuery.each( ( "blur focus focusin focusout resize scroll click dblclick " + - "mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave " + - "change select submit keydown keypress keyup contextmenu" ).split( " " ), - function( i, name ) { - - // Handle event binding - jQuery.fn[ name ] = function( data, fn ) { - return arguments.length > 0 ? - this.on( name, null, data, fn ) : - this.trigger( name ); - }; -} ); - -jQuery.fn.extend( { - hover: function( fnOver, fnOut ) { - return this.mouseenter( fnOver ).mouseleave( fnOut || fnOver ); - } -} ); - - - - -jQuery.fn.extend( { - - bind: function( types, data, fn ) { - return this.on( types, null, data, fn ); - }, - unbind: function( types, fn ) { - return this.off( types, null, fn ); - }, - - delegate: function( selector, types, data, fn ) { - return this.on( types, selector, data, fn ); - }, - undelegate: function( selector, types, fn ) { - - // ( namespace ) or ( selector, types [, fn] ) - return arguments.length === 1 ? - this.off( selector, "**" ) : - this.off( types, selector || "**", fn ); - } -} ); - -// Bind a function to a context, optionally partially applying any -// arguments. -// jQuery.proxy is deprecated to promote standards (specifically Function#bind) -// However, it is not slated for removal any time soon -jQuery.proxy = function( fn, context ) { - var tmp, args, proxy; - - if ( typeof context === "string" ) { - tmp = fn[ context ]; - context = fn; - fn = tmp; - } - - // Quick check to determine if target is callable, in the spec - // this throws a TypeError, but we will just return undefined. - if ( !isFunction( fn ) ) { - return undefined; - } - - // Simulated bind - args = slice.call( arguments, 2 ); - proxy = function() { - return fn.apply( context || this, args.concat( slice.call( arguments ) ) ); - }; - - // Set the guid of unique handler to the same of original handler, so it can be removed - proxy.guid = fn.guid = fn.guid || jQuery.guid++; - - return proxy; -}; - -jQuery.holdReady = function( hold ) { - if ( hold ) { - jQuery.readyWait++; - } else { - jQuery.ready( true ); - } -}; -jQuery.isArray = Array.isArray; -jQuery.parseJSON = JSON.parse; -jQuery.nodeName = nodeName; -jQuery.isFunction = isFunction; -jQuery.isWindow = isWindow; -jQuery.camelCase = camelCase; -jQuery.type = toType; - -jQuery.now = Date.now; - -jQuery.isNumeric = function( obj ) { - - // As of jQuery 3.0, isNumeric is limited to - // strings and numbers (primitives or objects) - // that can be coerced to finite numbers (gh-2662) - var type = jQuery.type( obj ); - return ( type === "number" || type === "string" ) && - - // parseFloat NaNs numeric-cast false positives ("") - // ...but misinterprets leading-number strings, particularly hex literals ("0x...") - // subtraction forces infinities to NaN - !isNaN( obj - parseFloat( obj ) ); -}; - - - - -// Register as a named AMD module, since jQuery can be concatenated with other -// files that may use define, but not via a proper concatenation script that -// understands anonymous AMD modules. A named AMD is safest and most robust -// way to register. Lowercase jquery is used because AMD module names are -// derived from file names, and jQuery is normally delivered in a lowercase -// file name. Do this after creating the global so that if an AMD module wants -// to call noConflict to hide this version of jQuery, it will work. - -// Note that for maximum portability, libraries that are not jQuery should -// declare themselves as anonymous modules, and avoid setting a global if an -// AMD loader is present. jQuery is a special case. For more information, see -// https://github.com/jrburke/requirejs/wiki/Updating-existing-libraries#wiki-anon - -if ( typeof define === "function" && define.amd ) { - define( "jquery", [], function() { - return jQuery; - } ); -} - - - - -var - - // Map over jQuery in case of overwrite - _jQuery = window.jQuery, - - // Map over the $ in case of overwrite - _$ = window.$; - -jQuery.noConflict = function( deep ) { - if ( window.$ === jQuery ) { - window.$ = _$; - } - - if ( deep && window.jQuery === jQuery ) { - window.jQuery = _jQuery; - } - - return jQuery; -}; - -// Expose jQuery and $ identifiers, even in AMD -// (#7102#comment:10, https://github.com/jquery/jquery/pull/557) -// and CommonJS for browser emulators (#13566) -if ( !noGlobal ) { - window.jQuery = window.$ = jQuery; -} - - - - -return jQuery; -} ); diff --git a/software/flow/node_modules/gridstack/dist/jquery.min.js b/software/flow/node_modules/gridstack/dist/jquery.min.js deleted file mode 100644 index 64b12ce..0000000 --- a/software/flow/node_modules/gridstack/dist/jquery.min.js +++ /dev/null @@ -1,2 +0,0 @@ -!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(C,e){"use strict";function g(e){return null!=e&&e===e.window}var t=[],E=C.document,r=Object.getPrototypeOf,s=t.slice,v=t.concat,u=t.push,i=t.indexOf,n={},o=n.toString,y=n.hasOwnProperty,a=y.toString,l=a.call(Object),m={},x=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType},c={type:!0,src:!0,nonce:!0,noModule:!0};function b(e,t,n){var r,i,o=(n=n||E).createElement("script");if(o.text=e,t)for(r in c)(i=t[r]||t.getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}function w(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?n[o.call(e)]||"object":typeof e}var f="3.4.1",S=function(e,t){return new S.fn.init(e,t)},p=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g;function d(e){var t=!!e&&"length"in e&&e.length,n=w(e);return!x(e)&&!g(e)&&("array"===n||0===t||"number"==typeof t&&0<t&&t-1 in e)}S.fn=S.prototype={jquery:f,constructor:S,length:0,toArray:function(){return s.call(this)},get:function(e){return null==e?s.call(this):e<0?this[e+this.length]:this[e]},pushStack:function(e){var t=S.merge(this.constructor(),e);return t.prevObject=this,t},each:function(e){return S.each(this,e)},map:function(n){return this.pushStack(S.map(this,function(e,t){return n.call(e,t,e)}))},slice:function(){return this.pushStack(s.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(e){var t=this.length,n=+e+(e<0?t:0);return this.pushStack(0<=n&&n<t?[this[n]]:[])},end:function(){return this.prevObject||this.constructor()},push:u,sort:t.sort,splice:t.splice},S.extend=S.fn.extend=function(){var e,t,n,r,i,o,a=arguments[0]||{},s=1,u=arguments.length,l=!1;for("boolean"==typeof a&&(l=a,a=arguments[s]||{},s++),"object"==typeof a||x(a)||(a={}),s===u&&(a=this,s--);s<u;s++)if(null!=(e=arguments[s]))for(t in e)r=e[t],"__proto__"!==t&&a!==r&&(l&&r&&(S.isPlainObject(r)||(i=Array.isArray(r)))?(n=a[t],o=i&&!Array.isArray(n)?[]:i||S.isPlainObject(n)?n:{},i=!1,a[t]=S.extend(l,o,r)):void 0!==r&&(a[t]=r));return a},S.extend({expando:"jQuery"+(f+Math.random()).replace(/\D/g,""),isReady:!0,error:function(e){throw new Error(e)},noop:function(){},isPlainObject:function(e){var t,n;return!(!e||"[object Object]"!==o.call(e))&&(!(t=r(e))||"function"==typeof(n=y.call(t,"constructor")&&t.constructor)&&a.call(n)===l)},isEmptyObject:function(e){var t;for(t in e)return!1;return!0},globalEval:function(e,t){b(e,{nonce:t&&t.nonce})},each:function(e,t){var n,r=0;if(d(e))for(n=e.length;r<n&&!1!==t.call(e[r],r,e[r]);r++);else for(r in e)if(!1===t.call(e[r],r,e[r]))break;return e},trim:function(e){return null==e?"":(e+"").replace(p,"")},makeArray:function(e,t){var n=t||[];return null!=e&&(d(Object(e))?S.merge(n,"string"==typeof e?[e]:e):u.call(n,e)),n},inArray:function(e,t,n){return null==t?-1:i.call(t,e,n)},merge:function(e,t){for(var n=+t.length,r=0,i=e.length;r<n;r++)e[i++]=t[r];return e.length=i,e},grep:function(e,t,n){for(var r=[],i=0,o=e.length,a=!n;i<o;i++)!t(e[i],i)!=a&&r.push(e[i]);return r},map:function(e,t,n){var r,i,o=0,a=[];if(d(e))for(r=e.length;o<r;o++)null!=(i=t(e[o],o,n))&&a.push(i);else for(o in e)null!=(i=t(e[o],o,n))&&a.push(i);return v.apply([],a)},guid:1,support:m}),"function"==typeof Symbol&&(S.fn[Symbol.iterator]=t[Symbol.iterator]),S.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),function(e,t){n["[object "+t+"]"]=t.toLowerCase()});var h=function(n){function f(e,t,n){var r="0x"+t-65536;return r!=r||n?t:r<0?String.fromCharCode(65536+r):String.fromCharCode(r>>10|55296,1023&r|56320)}function i(){T()}var e,d,b,o,a,h,p,g,w,u,l,T,C,s,E,v,c,y,m,S="sizzle"+1*new Date,x=n.document,k=0,r=0,N=ue(),A=ue(),D=ue(),j=ue(),q=function(e,t){return e===t&&(l=!0),0},L={}.hasOwnProperty,t=[],H=t.pop,O=t.push,P=t.push,R=t.slice,M=function(e,t){for(var n=0,r=e.length;n<r;n++)if(e[n]===t)return n;return-1},I="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",W="[\\x20\\t\\r\\n\\f]",$="(?:\\\\.|[\\w-]|[^\0-\\xa0])+",F="\\["+W+"*("+$+")(?:"+W+"*([*^$|!~]?=)"+W+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+$+"))|)"+W+"*\\]",B=":("+$+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+F+")*)|.*)\\)|)",_=new RegExp(W+"+","g"),z=new RegExp("^"+W+"+|((?:^|[^\\\\])(?:\\\\.)*)"+W+"+$","g"),U=new RegExp("^"+W+"*,"+W+"*"),X=new RegExp("^"+W+"*([>+~]|"+W+")"+W+"*"),V=new RegExp(W+"|>"),G=new RegExp(B),Y=new RegExp("^"+$+"$"),Q={ID:new RegExp("^#("+$+")"),CLASS:new RegExp("^\\.("+$+")"),TAG:new RegExp("^("+$+"|[*])"),ATTR:new RegExp("^"+F),PSEUDO:new RegExp("^"+B),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+W+"*(even|odd|(([+-]|)(\\d*)n|)"+W+"*(?:([+-]|)"+W+"*(\\d+)|))"+W+"*\\)|)","i"),bool:new RegExp("^(?:"+I+")$","i"),needsContext:new RegExp("^"+W+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+W+"*((?:-\\d)?\\d*)"+W+"*\\)|)(?=[^-]|$)","i")},J=/HTML$/i,K=/^(?:input|select|textarea|button)$/i,Z=/^h\d$/i,ee=/^[^{]+\{\s*\[native \w/,te=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ne=/[+~]/,re=new RegExp("\\\\([\\da-f]{1,6}"+W+"?|("+W+")|.)","ig"),ie=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,oe=function(e,t){return t?"\0"===e?"�":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},ae=be(function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()},{dir:"parentNode",next:"legend"});try{P.apply(t=R.call(x.childNodes),x.childNodes),t[x.childNodes.length].nodeType}catch(e){P={apply:t.length?function(e,t){O.apply(e,R.call(t))}:function(e,t){for(var n=e.length,r=0;e[n++]=t[r++];);e.length=n-1}}}function se(t,e,n,r){var i,o,a,s,u,l,c,f=e&&e.ownerDocument,p=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==p&&9!==p&&11!==p)return n;if(!r&&((e?e.ownerDocument||e:x)!==C&&T(e),e=e||C,E)){if(11!==p&&(u=te.exec(t)))if(i=u[1]){if(9===p){if(!(a=e.getElementById(i)))return n;if(a.id===i)return n.push(a),n}else if(f&&(a=f.getElementById(i))&&m(e,a)&&a.id===i)return n.push(a),n}else{if(u[2])return P.apply(n,e.getElementsByTagName(t)),n;if((i=u[3])&&d.getElementsByClassName&&e.getElementsByClassName)return P.apply(n,e.getElementsByClassName(i)),n}if(d.qsa&&!j[t+" "]&&(!v||!v.test(t))&&(1!==p||"object"!==e.nodeName.toLowerCase())){if(c=t,f=e,1===p&&V.test(t)){for((s=e.getAttribute("id"))?s=s.replace(ie,oe):e.setAttribute("id",s=S),o=(l=h(t)).length;o--;)l[o]="#"+s+" "+xe(l[o]);c=l.join(","),f=ne.test(t)&&ye(e.parentNode)||e}try{return P.apply(n,f.querySelectorAll(c)),n}catch(e){j(t,!0)}finally{s===S&&e.removeAttribute("id")}}}return g(t.replace(z,"$1"),e,n,r)}function ue(){var r=[];return function e(t,n){return r.push(t+" ")>b.cacheLength&&delete e[r.shift()],e[t+" "]=n}}function le(e){return e[S]=!0,e}function ce(e){var t=C.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function fe(e,t){for(var n=e.split("|"),r=n.length;r--;)b.attrHandle[n[r]]=t}function pe(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)for(;n=n.nextSibling;)if(n===t)return-1;return e?1:-1}function de(t){return function(e){return"input"===e.nodeName.toLowerCase()&&e.type===t}}function he(n){return function(e){var t=e.nodeName.toLowerCase();return("input"===t||"button"===t)&&e.type===n}}function ge(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&ae(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function ve(a){return le(function(o){return o=+o,le(function(e,t){for(var n,r=a([],e.length,o),i=r.length;i--;)e[n=r[i]]&&(e[n]=!(t[n]=e[n]))})})}function ye(e){return e&&void 0!==e.getElementsByTagName&&e}for(e in d=se.support={},a=se.isXML=function(e){var t=e.namespaceURI,n=(e.ownerDocument||e).documentElement;return!J.test(t||n&&n.nodeName||"HTML")},T=se.setDocument=function(e){var t,n,r=e?e.ownerDocument||e:x;return r!==C&&9===r.nodeType&&r.documentElement&&(s=(C=r).documentElement,E=!a(C),x!==C&&(n=C.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",i,!1):n.attachEvent&&n.attachEvent("onunload",i)),d.attributes=ce(function(e){return e.className="i",!e.getAttribute("className")}),d.getElementsByTagName=ce(function(e){return e.appendChild(C.createComment("")),!e.getElementsByTagName("*").length}),d.getElementsByClassName=ee.test(C.getElementsByClassName),d.getById=ce(function(e){return s.appendChild(e).id=S,!C.getElementsByName||!C.getElementsByName(S).length}),d.getById?(b.filter.ID=function(e){var t=e.replace(re,f);return function(e){return e.getAttribute("id")===t}},b.find.ID=function(e,t){if(void 0!==t.getElementById&&E){var n=t.getElementById(e);return n?[n]:[]}}):(b.filter.ID=function(e){var n=e.replace(re,f);return function(e){var t=void 0!==e.getAttributeNode&&e.getAttributeNode("id");return t&&t.value===n}},b.find.ID=function(e,t){if(void 0!==t.getElementById&&E){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];for(i=t.getElementsByName(e),r=0;o=i[r++];)if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),b.find.TAG=d.getElementsByTagName?function(e,t){return void 0!==t.getElementsByTagName?t.getElementsByTagName(e):d.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"!==e)return o;for(;n=o[i++];)1===n.nodeType&&r.push(n);return r},b.find.CLASS=d.getElementsByClassName&&function(e,t){if(void 0!==t.getElementsByClassName&&E)return t.getElementsByClassName(e)},c=[],v=[],(d.qsa=ee.test(C.querySelectorAll))&&(ce(function(e){s.appendChild(e).innerHTML="<a id='"+S+"'></a><select id='"+S+"-\r\\' msallowcapture=''><option selected=''></option></select>",e.querySelectorAll("[msallowcapture^='']").length&&v.push("[*^$]="+W+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||v.push("\\["+W+"*(?:value|"+I+")"),e.querySelectorAll("[id~="+S+"-]").length||v.push("~="),e.querySelectorAll(":checked").length||v.push(":checked"),e.querySelectorAll("a#"+S+"+*").length||v.push(".#.+[+~]")}),ce(function(e){e.innerHTML="<a href='' disabled='disabled'></a><select disabled='disabled'><option/></select>";var t=C.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&v.push("name"+W+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&v.push(":enabled",":disabled"),s.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&v.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),v.push(",.*:")})),(d.matchesSelector=ee.test(y=s.matches||s.webkitMatchesSelector||s.mozMatchesSelector||s.oMatchesSelector||s.msMatchesSelector))&&ce(function(e){d.disconnectedMatch=y.call(e,"*"),y.call(e,"[s!='']:x"),c.push("!=",B)}),v=v.length&&new RegExp(v.join("|")),c=c.length&&new RegExp(c.join("|")),t=ee.test(s.compareDocumentPosition),m=t||ee.test(s.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)for(;t=t.parentNode;)if(t===e)return!0;return!1},q=t?function(e,t){if(e===t)return l=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)===(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!d.sortDetached&&t.compareDocumentPosition(e)===n?e===C||e.ownerDocument===x&&m(x,e)?-1:t===C||t.ownerDocument===x&&m(x,t)?1:u?M(u,e)-M(u,t):0:4&n?-1:1)}:function(e,t){if(e===t)return l=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e===C?-1:t===C?1:i?-1:o?1:u?M(u,e)-M(u,t):0;if(i===o)return pe(e,t);for(n=e;n=n.parentNode;)a.unshift(n);for(n=t;n=n.parentNode;)s.unshift(n);for(;a[r]===s[r];)r++;return r?pe(a[r],s[r]):a[r]===x?-1:s[r]===x?1:0}),C},se.matches=function(e,t){return se(e,null,null,t)},se.matchesSelector=function(e,t){if((e.ownerDocument||e)!==C&&T(e),d.matchesSelector&&E&&!j[t+" "]&&(!c||!c.test(t))&&(!v||!v.test(t)))try{var n=y.call(e,t);if(n||d.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){j(t,!0)}return 0<se(t,C,null,[e]).length},se.contains=function(e,t){return(e.ownerDocument||e)!==C&&T(e),m(e,t)},se.attr=function(e,t){(e.ownerDocument||e)!==C&&T(e);var n=b.attrHandle[t.toLowerCase()],r=n&&L.call(b.attrHandle,t.toLowerCase())?n(e,t,!E):void 0;return void 0!==r?r:d.attributes||!E?e.getAttribute(t):(r=e.getAttributeNode(t))&&r.specified?r.value:null},se.escape=function(e){return(e+"").replace(ie,oe)},se.error=function(e){throw new Error("Syntax error, unrecognized expression: "+e)},se.uniqueSort=function(e){var t,n=[],r=0,i=0;if(l=!d.detectDuplicates,u=!d.sortStable&&e.slice(0),e.sort(q),l){for(;t=e[i++];)t===e[i]&&(r=n.push(i));for(;r--;)e.splice(n[r],1)}return u=null,e},o=se.getText=function(e){var t,n="",r=0,i=e.nodeType;if(i){if(1===i||9===i||11===i){if("string"==typeof e.textContent)return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)n+=o(e)}else if(3===i||4===i)return e.nodeValue}else for(;t=e[r++];)n+=o(t);return n},(b=se.selectors={cacheLength:50,createPseudo:le,match:Q,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(re,f),e[3]=(e[3]||e[4]||e[5]||"").replace(re,f),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||se.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&se.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return Q.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&G.test(n)&&(t=h(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(re,f).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=N[e+" "];return t||(t=new RegExp("(^|"+W+")"+e+"("+W+"|$)"))&&N(e,function(e){return t.test("string"==typeof e.className&&e.className||void 0!==e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(n,r,i){return function(e){var t=se.attr(e,n);return null==t?"!="===r:!r||(t+="","="===r?t===i:"!="===r?t!==i:"^="===r?i&&0===t.indexOf(i):"*="===r?i&&-1<t.indexOf(i):"$="===r?i&&t.slice(-i.length)===i:"~="===r?-1<(" "+t.replace(_," ")+" ").indexOf(i):"|="===r&&(t===i||t.slice(0,i.length+1)===i+"-"))}},CHILD:function(h,e,t,g,v){var y="nth"!==h.slice(0,3),m="last"!==h.slice(-4),x="of-type"===e;return 1===g&&0===v?function(e){return!!e.parentNode}:function(e,t,n){var r,i,o,a,s,u,l=y!=m?"nextSibling":"previousSibling",c=e.parentNode,f=x&&e.nodeName.toLowerCase(),p=!n&&!x,d=!1;if(c){if(y){for(;l;){for(a=e;a=a[l];)if(x?a.nodeName.toLowerCase()===f:1===a.nodeType)return!1;u=l="only"===h&&!u&&"nextSibling"}return!0}if(u=[m?c.firstChild:c.lastChild],m&&p){for(d=(s=(r=(i=(o=(a=c)[S]||(a[S]={}))[a.uniqueID]||(o[a.uniqueID]={}))[h]||[])[0]===k&&r[1])&&r[2],a=s&&c.childNodes[s];a=++s&&a&&a[l]||(d=s=0)||u.pop();)if(1===a.nodeType&&++d&&a===e){i[h]=[k,s,d];break}}else if(p&&(d=s=(r=(i=(o=(a=e)[S]||(a[S]={}))[a.uniqueID]||(o[a.uniqueID]={}))[h]||[])[0]===k&&r[1]),!1===d)for(;(a=++s&&a&&a[l]||(d=s=0)||u.pop())&&((x?a.nodeName.toLowerCase()!==f:1!==a.nodeType)||!++d||(p&&((i=(o=a[S]||(a[S]={}))[a.uniqueID]||(o[a.uniqueID]={}))[h]=[k,d]),a!==e)););return(d-=v)===g||d%g==0&&0<=d/g}}},PSEUDO:function(e,o){var t,a=b.pseudos[e]||b.setFilters[e.toLowerCase()]||se.error("unsupported pseudo: "+e);return a[S]?a(o):1<a.length?(t=[e,e,"",o],b.setFilters.hasOwnProperty(e.toLowerCase())?le(function(e,t){for(var n,r=a(e,o),i=r.length;i--;)e[n=M(e,r[i])]=!(t[n]=r[i])}):function(e){return a(e,0,t)}):a}},pseudos:{not:le(function(e){var r=[],i=[],s=p(e.replace(z,"$1"));return s[S]?le(function(e,t,n,r){for(var i,o=s(e,null,r,[]),a=e.length;a--;)(i=o[a])&&(e[a]=!(t[a]=i))}):function(e,t,n){return r[0]=e,s(r,null,n,i),r[0]=null,!i.pop()}}),has:le(function(t){return function(e){return 0<se(t,e).length}}),contains:le(function(t){return t=t.replace(re,f),function(e){return-1<(e.textContent||o(e)).indexOf(t)}}),lang:le(function(n){return Y.test(n||"")||se.error("unsupported lang: "+n),n=n.replace(re,f).toLowerCase(),function(e){var t;do{if(t=E?e.lang:e.getAttribute("xml:lang")||e.getAttribute("lang"))return(t=t.toLowerCase())===n||0===t.indexOf(n+"-")}while((e=e.parentNode)&&1===e.nodeType);return!1}}),target:function(e){var t=n.location&&n.location.hash;return t&&t.slice(1)===e.id},root:function(e){return e===s},focus:function(e){return e===C.activeElement&&(!C.hasFocus||C.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},enabled:ge(!1),disabled:ge(!0),checked:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&!!e.checked||"option"===t&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,!0===e.selected},empty:function(e){for(e=e.firstChild;e;e=e.nextSibling)if(e.nodeType<6)return!1;return!0},parent:function(e){return!b.pseudos.empty(e)},header:function(e){return Z.test(e.nodeName)},input:function(e){return K.test(e.nodeName)},button:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&"button"===e.type||"button"===t},text:function(e){var t;return"input"===e.nodeName.toLowerCase()&&"text"===e.type&&(null==(t=e.getAttribute("type"))||"text"===t.toLowerCase())},first:ve(function(){return[0]}),last:ve(function(e,t){return[t-1]}),eq:ve(function(e,t,n){return[n<0?n+t:n]}),even:ve(function(e,t){for(var n=0;n<t;n+=2)e.push(n);return e}),odd:ve(function(e,t){for(var n=1;n<t;n+=2)e.push(n);return e}),lt:ve(function(e,t,n){for(var r=n<0?n+t:t<n?t:n;0<=--r;)e.push(r);return e}),gt:ve(function(e,t,n){for(var r=n<0?n+t:n;++r<t;)e.push(r);return e})}}).pseudos.nth=b.pseudos.eq,{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})b.pseudos[e]=de(e);for(e in{submit:!0,reset:!0})b.pseudos[e]=he(e);function me(){}function xe(e){for(var t=0,n=e.length,r="";t<n;t++)r+=e[t].value;return r}function be(s,e,t){var u=e.dir,l=e.next,c=l||u,f=t&&"parentNode"===c,p=r++;return e.first?function(e,t,n){for(;e=e[u];)if(1===e.nodeType||f)return s(e,t,n);return!1}:function(e,t,n){var r,i,o,a=[k,p];if(n){for(;e=e[u];)if((1===e.nodeType||f)&&s(e,t,n))return!0}else for(;e=e[u];)if(1===e.nodeType||f)if(i=(o=e[S]||(e[S]={}))[e.uniqueID]||(o[e.uniqueID]={}),l&&l===e.nodeName.toLowerCase())e=e[u]||e;else{if((r=i[c])&&r[0]===k&&r[1]===p)return a[2]=r[2];if((i[c]=a)[2]=s(e,t,n))return!0}return!1}}function we(i){return 1<i.length?function(e,t,n){for(var r=i.length;r--;)if(!i[r](e,t,n))return!1;return!0}:i[0]}function Te(e,t,n,r,i){for(var o,a=[],s=0,u=e.length,l=null!=t;s<u;s++)(o=e[s])&&(n&&!n(o,r,i)||(a.push(o),l&&t.push(s)));return a}function Ce(d,h,g,v,y,e){return v&&!v[S]&&(v=Ce(v)),y&&!y[S]&&(y=Ce(y,e)),le(function(e,t,n,r){var i,o,a,s=[],u=[],l=t.length,c=e||function(e,t,n){for(var r=0,i=t.length;r<i;r++)se(e,t[r],n);return n}(h||"*",n.nodeType?[n]:n,[]),f=!d||!e&&h?c:Te(c,s,d,n,r),p=g?y||(e?d:l||v)?[]:t:f;if(g&&g(f,p,n,r),v)for(i=Te(p,u),v(i,[],n,r),o=i.length;o--;)(a=i[o])&&(p[u[o]]=!(f[u[o]]=a));if(e){if(y||d){if(y){for(i=[],o=p.length;o--;)(a=p[o])&&i.push(f[o]=a);y(null,p=[],i,r)}for(o=p.length;o--;)(a=p[o])&&-1<(i=y?M(e,a):s[o])&&(e[i]=!(t[i]=a))}}else p=Te(p===t?p.splice(l,p.length):p),y?y(null,t,p,r):P.apply(t,p)})}function Ee(e){for(var i,t,n,r=e.length,o=b.relative[e[0].type],a=o||b.relative[" "],s=o?1:0,u=be(function(e){return e===i},a,!0),l=be(function(e){return-1<M(i,e)},a,!0),c=[function(e,t,n){var r=!o&&(n||t!==w)||((i=t).nodeType?u(e,t,n):l(e,t,n));return i=null,r}];s<r;s++)if(t=b.relative[e[s].type])c=[be(we(c),t)];else{if((t=b.filter[e[s].type].apply(null,e[s].matches))[S]){for(n=++s;n<r&&!b.relative[e[n].type];n++);return Ce(1<s&&we(c),1<s&&xe(e.slice(0,s-1).concat({value:" "===e[s-2].type?"*":""})).replace(z,"$1"),t,s<n&&Ee(e.slice(s,n)),n<r&&Ee(e=e.slice(n)),n<r&&xe(e))}c.push(t)}return we(c)}function Se(v,y){function e(e,t,n,r,i){var o,a,s,u=0,l="0",c=e&&[],f=[],p=w,d=e||x&&b.find.TAG("*",i),h=k+=null==p?1:Math.random()||.1,g=d.length;for(i&&(w=t===C||t||i);l!==g&&null!=(o=d[l]);l++){if(x&&o){for(a=0,t||o.ownerDocument===C||(T(o),n=!E);s=v[a++];)if(s(o,t||C,n)){r.push(o);break}i&&(k=h)}m&&((o=!s&&o)&&u--,e&&c.push(o))}if(u+=l,m&&l!==u){for(a=0;s=y[a++];)s(c,f,t,n);if(e){if(0<u)for(;l--;)c[l]||f[l]||(f[l]=H.call(r));f=Te(f)}P.apply(r,f),i&&!e&&0<f.length&&1<u+y.length&&se.uniqueSort(r)}return i&&(k=h,w=p),c}var m=0<y.length,x=0<v.length;return m?le(e):e}return me.prototype=b.filters=b.pseudos,b.setFilters=new me,h=se.tokenize=function(e,t){var n,r,i,o,a,s,u,l=A[e+" "];if(l)return t?0:l.slice(0);for(a=e,s=[],u=b.preFilter;a;){for(o in n&&!(r=U.exec(a))||(r&&(a=a.slice(r[0].length)||a),s.push(i=[])),n=!1,(r=X.exec(a))&&(n=r.shift(),i.push({value:n,type:r[0].replace(z," ")}),a=a.slice(n.length)),b.filter)!(r=Q[o].exec(a))||u[o]&&!(r=u[o](r))||(n=r.shift(),i.push({value:n,type:o,matches:r}),a=a.slice(n.length));if(!n)break}return t?a.length:a?se.error(e):A(e,s).slice(0)},p=se.compile=function(e,t){var n,r=[],i=[],o=D[e+" "];if(!o){for(n=(t=t||h(e)).length;n--;)(o=Ee(t[n]))[S]?r.push(o):i.push(o);(o=D(e,Se(i,r))).selector=e}return o},g=se.select=function(e,t,n,r){var i,o,a,s,u,l="function"==typeof e&&e,c=!r&&h(e=l.selector||e);if(n=n||[],1===c.length){if(2<(o=c[0]=c[0].slice(0)).length&&"ID"===(a=o[0]).type&&9===t.nodeType&&E&&b.relative[o[1].type]){if(!(t=(b.find.ID(a.matches[0].replace(re,f),t)||[])[0]))return n;l&&(t=t.parentNode),e=e.slice(o.shift().value.length)}for(i=Q.needsContext.test(e)?0:o.length;i--&&(a=o[i],!b.relative[s=a.type]);)if((u=b.find[s])&&(r=u(a.matches[0].replace(re,f),ne.test(o[0].type)&&ye(t.parentNode)||t))){if(o.splice(i,1),!(e=r.length&&xe(o)))return P.apply(n,r),n;break}}return(l||p(e,c))(r,t,!E,n,!t||ne.test(e)&&ye(t.parentNode)||t),n},d.sortStable=S.split("").sort(q).join("")===S,d.detectDuplicates=!!l,T(),d.sortDetached=ce(function(e){return 1&e.compareDocumentPosition(C.createElement("fieldset"))}),ce(function(e){return e.innerHTML="<a href='#'></a>","#"===e.firstChild.getAttribute("href")})||fe("type|href|height|width",function(e,t,n){if(!n)return e.getAttribute(t,"type"===t.toLowerCase()?1:2)}),d.attributes&&ce(function(e){return e.innerHTML="<input/>",e.firstChild.setAttribute("value",""),""===e.firstChild.getAttribute("value")})||fe("value",function(e,t,n){if(!n&&"input"===e.nodeName.toLowerCase())return e.defaultValue}),ce(function(e){return null==e.getAttribute("disabled")})||fe(I,function(e,t,n){var r;if(!n)return!0===e[t]?t.toLowerCase():(r=e.getAttributeNode(t))&&r.specified?r.value:null}),se}(C);S.find=h,S.expr=h.selectors,S.expr[":"]=S.expr.pseudos,S.uniqueSort=S.unique=h.uniqueSort,S.text=h.getText,S.isXMLDoc=h.isXML,S.contains=h.contains,S.escapeSelector=h.escape;function T(e,t,n){for(var r=[],i=void 0!==n;(e=e[t])&&9!==e.nodeType;)if(1===e.nodeType){if(i&&S(e).is(n))break;r.push(e)}return r}function k(e,t){for(var n=[];e;e=e.nextSibling)1===e.nodeType&&e!==t&&n.push(e);return n}var N=S.expr.match.needsContext;function A(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()}var D=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function j(e,n,r){return x(n)?S.grep(e,function(e,t){return!!n.call(e,t,e)!==r}):n.nodeType?S.grep(e,function(e){return e===n!==r}):"string"!=typeof n?S.grep(e,function(e){return-1<i.call(n,e)!==r}):S.filter(n,e,r)}S.filter=function(e,t,n){var r=t[0];return n&&(e=":not("+e+")"),1===t.length&&1===r.nodeType?S.find.matchesSelector(r,e)?[r]:[]:S.find.matches(e,S.grep(t,function(e){return 1===e.nodeType}))},S.fn.extend({find:function(e){var t,n,r=this.length,i=this;if("string"!=typeof e)return this.pushStack(S(e).filter(function(){for(t=0;t<r;t++)if(S.contains(i[t],this))return!0}));for(n=this.pushStack([]),t=0;t<r;t++)S.find(e,i[t],n);return 1<r?S.uniqueSort(n):n},filter:function(e){return this.pushStack(j(this,e||[],!1))},not:function(e){return this.pushStack(j(this,e||[],!0))},is:function(e){return!!j(this,"string"==typeof e&&N.test(e)?S(e):e||[],!1).length}});var q,L=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/;(S.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||q,"string"!=typeof e)return e.nodeType?(this[0]=e,this.length=1,this):x(e)?void 0!==n.ready?n.ready(e):e(S):S.makeArray(e,this);if(!(r="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:L.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof S?t[0]:t,S.merge(this,S.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:E,!0)),D.test(r[1])&&S.isPlainObject(t))for(r in t)x(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=E.getElementById(r[2]))&&(this[0]=i,this.length=1),this}).prototype=S.fn,q=S(E);var H=/^(?:parents|prev(?:Until|All))/,O={children:!0,contents:!0,next:!0,prev:!0};function P(e,t){for(;(e=e[t])&&1!==e.nodeType;);return e}S.fn.extend({has:function(e){var t=S(e,this),n=t.length;return this.filter(function(){for(var e=0;e<n;e++)if(S.contains(this,t[e]))return!0})},closest:function(e,t){var n,r=0,i=this.length,o=[],a="string"!=typeof e&&S(e);if(!N.test(e))for(;r<i;r++)for(n=this[r];n&&n!==t;n=n.parentNode)if(n.nodeType<11&&(a?-1<a.index(n):1===n.nodeType&&S.find.matchesSelector(n,e))){o.push(n);break}return this.pushStack(1<o.length?S.uniqueSort(o):o)},index:function(e){return e?"string"==typeof e?i.call(S(e),this[0]):i.call(this,e.jquery?e[0]:e):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){return this.pushStack(S.uniqueSort(S.merge(this.get(),S(e,t))))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}}),S.each({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return T(e,"parentNode")},parentsUntil:function(e,t,n){return T(e,"parentNode",n)},next:function(e){return P(e,"nextSibling")},prev:function(e){return P(e,"previousSibling")},nextAll:function(e){return T(e,"nextSibling")},prevAll:function(e){return T(e,"previousSibling")},nextUntil:function(e,t,n){return T(e,"nextSibling",n)},prevUntil:function(e,t,n){return T(e,"previousSibling",n)},siblings:function(e){return k((e.parentNode||{}).firstChild,e)},children:function(e){return k(e.firstChild)},contents:function(e){return void 0!==e.contentDocument?e.contentDocument:(A(e,"template")&&(e=e.content||e),S.merge([],e.childNodes))}},function(r,i){S.fn[r]=function(e,t){var n=S.map(this,i,e);return"Until"!==r.slice(-5)&&(t=e),t&&"string"==typeof t&&(n=S.filter(t,n)),1<this.length&&(O[r]||S.uniqueSort(n),H.test(r)&&n.reverse()),this.pushStack(n)}});var R=/[^\x20\t\r\n\f]+/g;function M(e){return e}function I(e){throw e}function W(e,t,n,r){var i;try{e&&x(i=e.promise)?i.call(e).done(t).fail(n):e&&x(i=e.then)?i.call(e,t,n):t.apply(void 0,[e].slice(r))}catch(e){n.apply(void 0,[e])}}S.Callbacks=function(r){r="string"==typeof r?function(e){var n={};return S.each(e.match(R)||[],function(e,t){n[t]=!0}),n}(r):S.extend({},r);function n(){for(o=o||r.once,t=i=!0;s.length;u=-1)for(e=s.shift();++u<a.length;)!1===a[u].apply(e[0],e[1])&&r.stopOnFalse&&(u=a.length,e=!1);r.memory||(e=!1),i=!1,o&&(a=e?[]:"")}var i,e,t,o,a=[],s=[],u=-1,l={add:function(){return a&&(e&&!i&&(u=a.length-1,s.push(e)),function n(e){S.each(e,function(e,t){x(t)?r.unique&&l.has(t)||a.push(t):t&&t.length&&"string"!==w(t)&&n(t)})}(arguments),e&&!i&&n()),this},remove:function(){return S.each(arguments,function(e,t){for(var n;-1<(n=S.inArray(t,a,n));)a.splice(n,1),n<=u&&u--}),this},has:function(e){return e?-1<S.inArray(e,a):0<a.length},empty:function(){return a=a&&[],this},disable:function(){return o=s=[],a=e="",this},disabled:function(){return!a},lock:function(){return o=s=[],e||i||(a=e=""),this},locked:function(){return!!o},fireWith:function(e,t){return o||(t=[e,(t=t||[]).slice?t.slice():t],s.push(t),i||n()),this},fire:function(){return l.fireWith(this,arguments),this},fired:function(){return!!t}};return l},S.extend({Deferred:function(e){var o=[["notify","progress",S.Callbacks("memory"),S.Callbacks("memory"),2],["resolve","done",S.Callbacks("once memory"),S.Callbacks("once memory"),0,"resolved"],["reject","fail",S.Callbacks("once memory"),S.Callbacks("once memory"),1,"rejected"]],i="pending",a={state:function(){return i},always:function(){return s.done(arguments).fail(arguments),this},catch:function(e){return a.then(null,e)},pipe:function(){var i=arguments;return S.Deferred(function(r){S.each(o,function(e,t){var n=x(i[t[4]])&&i[t[4]];s[t[1]](function(){var e=n&&n.apply(this,arguments);e&&x(e.promise)?e.promise().progress(r.notify).done(r.resolve).fail(r.reject):r[t[0]+"With"](this,n?[e]:arguments)})}),i=null}).promise()},then:function(t,n,r){var u=0;function l(i,o,a,s){return function(){function e(){var e,t;if(!(i<u)){if((e=a.apply(n,r))===o.promise())throw new TypeError("Thenable self-resolution");t=e&&("object"==typeof e||"function"==typeof e)&&e.then,x(t)?s?t.call(e,l(u,o,M,s),l(u,o,I,s)):(u++,t.call(e,l(u,o,M,s),l(u,o,I,s),l(u,o,M,o.notifyWith))):(a!==M&&(n=void 0,r=[e]),(s||o.resolveWith)(n,r))}}var n=this,r=arguments,t=s?e:function(){try{e()}catch(e){S.Deferred.exceptionHook&&S.Deferred.exceptionHook(e,t.stackTrace),u<=i+1&&(a!==I&&(n=void 0,r=[e]),o.rejectWith(n,r))}};i?t():(S.Deferred.getStackHook&&(t.stackTrace=S.Deferred.getStackHook()),C.setTimeout(t))}}return S.Deferred(function(e){o[0][3].add(l(0,e,x(r)?r:M,e.notifyWith)),o[1][3].add(l(0,e,x(t)?t:M)),o[2][3].add(l(0,e,x(n)?n:I))}).promise()},promise:function(e){return null!=e?S.extend(e,a):a}},s={};return S.each(o,function(e,t){var n=t[2],r=t[5];a[t[1]]=n.add,r&&n.add(function(){i=r},o[3-e][2].disable,o[3-e][3].disable,o[0][2].lock,o[0][3].lock),n.add(t[3].fire),s[t[0]]=function(){return s[t[0]+"With"](this===s?void 0:this,arguments),this},s[t[0]+"With"]=n.fireWith}),a.promise(s),e&&e.call(s,s),s},when:function(e){function t(t){return function(e){i[t]=this,o[t]=1<arguments.length?s.call(arguments):e,--n||a.resolveWith(i,o)}}var n=arguments.length,r=n,i=Array(r),o=s.call(arguments),a=S.Deferred();if(n<=1&&(W(e,a.done(t(r)).resolve,a.reject,!n),"pending"===a.state()||x(o[r]&&o[r].then)))return a.then();for(;r--;)W(o[r],t(r),a.reject);return a.promise()}});var $=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;S.Deferred.exceptionHook=function(e,t){C.console&&C.console.warn&&e&&$.test(e.name)&&C.console.warn("jQuery.Deferred exception: "+e.message,e.stack,t)},S.readyException=function(e){C.setTimeout(function(){throw e})};var F=S.Deferred();function B(){E.removeEventListener("DOMContentLoaded",B),C.removeEventListener("load",B),S.ready()}S.fn.ready=function(e){return F.then(e).catch(function(e){S.readyException(e)}),this},S.extend({isReady:!1,readyWait:1,ready:function(e){(!0===e?--S.readyWait:S.isReady)||(S.isReady=!0)!==e&&0<--S.readyWait||F.resolveWith(E,[S])}}),S.ready.then=F.then,"complete"===E.readyState||"loading"!==E.readyState&&!E.documentElement.doScroll?C.setTimeout(S.ready):(E.addEventListener("DOMContentLoaded",B),C.addEventListener("load",B));var _=function(e,t,n,r,i,o,a){var s=0,u=e.length,l=null==n;if("object"===w(n))for(s in i=!0,n)_(e,t,s,n[s],!0,o,a);else if(void 0!==r&&(i=!0,x(r)||(a=!0),l&&(t=a?(t.call(e,r),null):(l=t,function(e,t,n){return l.call(S(e),n)})),t))for(;s<u;s++)t(e[s],n,a?r:r.call(e[s],s,t(e[s],n)));return i?e:l?t.call(e):u?t(e[0],n):o},z=/^-ms-/,U=/-([a-z])/g;function X(e,t){return t.toUpperCase()}function V(e){return e.replace(z,"ms-").replace(U,X)}function G(e){return 1===e.nodeType||9===e.nodeType||!+e.nodeType}function Y(){this.expando=S.expando+Y.uid++}Y.uid=1,Y.prototype={cache:function(e){var t=e[this.expando];return t||(t={},G(e)&&(e.nodeType?e[this.expando]=t:Object.defineProperty(e,this.expando,{value:t,configurable:!0}))),t},set:function(e,t,n){var r,i=this.cache(e);if("string"==typeof t)i[V(t)]=n;else for(r in t)i[V(r)]=t[r];return i},get:function(e,t){return void 0===t?this.cache(e):e[this.expando]&&e[this.expando][V(t)]},access:function(e,t,n){return void 0===t||t&&"string"==typeof t&&void 0===n?this.get(e,t):(this.set(e,t,n),void 0!==n?n:t)},remove:function(e,t){var n,r=e[this.expando];if(void 0!==r){if(void 0!==t){n=(t=Array.isArray(t)?t.map(V):(t=V(t))in r?[t]:t.match(R)||[]).length;for(;n--;)delete r[t[n]]}void 0!==t&&!S.isEmptyObject(r)||(e.nodeType?e[this.expando]=void 0:delete e[this.expando])}},hasData:function(e){var t=e[this.expando];return void 0!==t&&!S.isEmptyObject(t)}};var Q=new Y,J=new Y,K=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,Z=/[A-Z]/g;function ee(e,t,n){var r;if(void 0===n&&1===e.nodeType)if(r="data-"+t.replace(Z,"-$&").toLowerCase(),"string"==typeof(n=e.getAttribute(r))){try{n=function(e){return"true"===e||"false"!==e&&("null"===e?null:e===+e+""?+e:K.test(e)?JSON.parse(e):e)}(n)}catch(e){}J.set(e,t,n)}else n=void 0;return n}S.extend({hasData:function(e){return J.hasData(e)||Q.hasData(e)},data:function(e,t,n){return J.access(e,t,n)},removeData:function(e,t){J.remove(e,t)},_data:function(e,t,n){return Q.access(e,t,n)},_removeData:function(e,t){Q.remove(e,t)}}),S.fn.extend({data:function(n,e){var t,r,i,o=this[0],a=o&&o.attributes;if(void 0!==n)return"object"==typeof n?this.each(function(){J.set(this,n)}):_(this,function(e){var t;if(o&&void 0===e)return void 0!==(t=J.get(o,n))?t:void 0!==(t=ee(o,n))?t:void 0;this.each(function(){J.set(this,n,e)})},null,e,1<arguments.length,null,!0);if(this.length&&(i=J.get(o),1===o.nodeType&&!Q.get(o,"hasDataAttrs"))){for(t=a.length;t--;)a[t]&&0===(r=a[t].name).indexOf("data-")&&(r=V(r.slice(5)),ee(o,r,i[r]));Q.set(o,"hasDataAttrs",!0)}return i},removeData:function(e){return this.each(function(){J.remove(this,e)})}}),S.extend({queue:function(e,t,n){var r;if(e)return t=(t||"fx")+"queue",r=Q.get(e,t),n&&(!r||Array.isArray(n)?r=Q.access(e,t,S.makeArray(n)):r.push(n)),r||[]},dequeue:function(e,t){t=t||"fx";var n=S.queue(e,t),r=n.length,i=n.shift(),o=S._queueHooks(e,t);"inprogress"===i&&(i=n.shift(),r--),i&&("fx"===t&&n.unshift("inprogress"),delete o.stop,i.call(e,function(){S.dequeue(e,t)},o)),!r&&o&&o.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return Q.get(e,n)||Q.access(e,n,{empty:S.Callbacks("once memory").add(function(){Q.remove(e,[t+"queue",n])})})}}),S.fn.extend({queue:function(t,n){var e=2;return"string"!=typeof t&&(n=t,t="fx",e--),arguments.length<e?S.queue(this[0],t):void 0===n?this:this.each(function(){var e=S.queue(this,t,n);S._queueHooks(this,t),"fx"===t&&"inprogress"!==e[0]&&S.dequeue(this,t)})},dequeue:function(e){return this.each(function(){S.dequeue(this,e)})},clearQueue:function(e){return this.queue(e||"fx",[])},promise:function(e,t){function n(){--i||o.resolveWith(a,[a])}var r,i=1,o=S.Deferred(),a=this,s=this.length;for("string"!=typeof e&&(t=e,e=void 0),e=e||"fx";s--;)(r=Q.get(a[s],e+"queueHooks"))&&r.empty&&(i++,r.empty.add(n));return n(),o.promise(t)}});var te=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,ne=new RegExp("^(?:([+-])=|)("+te+")([a-z%]*)$","i"),re=["Top","Right","Bottom","Left"],ie=E.documentElement,oe=function(e){return S.contains(e.ownerDocument,e)},ae={composed:!0};ie.getRootNode&&(oe=function(e){return S.contains(e.ownerDocument,e)||e.getRootNode(ae)===e.ownerDocument});function se(e,t,n,r){var i,o,a={};for(o in t)a[o]=e.style[o],e.style[o]=t[o];for(o in i=n.apply(e,r||[]),t)e.style[o]=a[o];return i}var ue=function(e,t){return"none"===(e=t||e).style.display||""===e.style.display&&oe(e)&&"none"===S.css(e,"display")};function le(e,t,n,r){var i,o,a=20,s=r?function(){return r.cur()}:function(){return S.css(e,t,"")},u=s(),l=n&&n[3]||(S.cssNumber[t]?"":"px"),c=e.nodeType&&(S.cssNumber[t]||"px"!==l&&+u)&&ne.exec(S.css(e,t));if(c&&c[3]!==l){for(u/=2,l=l||c[3],c=+u||1;a--;)S.style(e,t,c+l),(1-o)*(1-(o=s()/u||.5))<=0&&(a=0),c/=o;c*=2,S.style(e,t,c+l),n=n||[]}return n&&(c=+c||+u||0,i=n[1]?c+(n[1]+1)*n[2]:+n[2],r&&(r.unit=l,r.start=c,r.end=i)),i}var ce={};function fe(e,t){for(var n,r,i,o,a,s,u,l=[],c=0,f=e.length;c<f;c++)(r=e[c]).style&&(n=r.style.display,t?("none"===n&&(l[c]=Q.get(r,"display")||null,l[c]||(r.style.display="")),""===r.style.display&&ue(r)&&(l[c]=(u=a=o=void 0,a=(i=r).ownerDocument,s=i.nodeName,(u=ce[s])||(o=a.body.appendChild(a.createElement(s)),u=S.css(o,"display"),o.parentNode.removeChild(o),"none"===u&&(u="block"),ce[s]=u)))):"none"!==n&&(l[c]="none",Q.set(r,"display",n)));for(c=0;c<f;c++)null!=l[c]&&(e[c].style.display=l[c]);return e}S.fn.extend({show:function(){return fe(this,!0)},hide:function(){return fe(this)},toggle:function(e){return"boolean"==typeof e?e?this.show():this.hide():this.each(function(){ue(this)?S(this).show():S(this).hide()})}});var pe=/^(?:checkbox|radio)$/i,de=/<([a-z][^\/\0>\x20\t\r\n\f]*)/i,he=/^$|^module$|\/(?:java|ecma)script/i,ge={option:[1,"<select multiple='multiple'>","</select>"],thead:[1,"<table>","</table>"],col:[2,"<table><colgroup>","</colgroup></table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:[0,"",""]};function ve(e,t){var n;return n=void 0!==e.getElementsByTagName?e.getElementsByTagName(t||"*"):void 0!==e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&A(e,t)?S.merge([e],n):n}function ye(e,t){for(var n=0,r=e.length;n<r;n++)Q.set(e[n],"globalEval",!t||Q.get(t[n],"globalEval"))}ge.optgroup=ge.option,ge.tbody=ge.tfoot=ge.colgroup=ge.caption=ge.thead,ge.th=ge.td;var me,xe,be=/<|&#?\w+;/;function we(e,t,n,r,i){for(var o,a,s,u,l,c,f=t.createDocumentFragment(),p=[],d=0,h=e.length;d<h;d++)if((o=e[d])||0===o)if("object"===w(o))S.merge(p,o.nodeType?[o]:o);else if(be.test(o)){for(a=a||f.appendChild(t.createElement("div")),s=(de.exec(o)||["",""])[1].toLowerCase(),u=ge[s]||ge._default,a.innerHTML=u[1]+S.htmlPrefilter(o)+u[2],c=u[0];c--;)a=a.lastChild;S.merge(p,a.childNodes),(a=f.firstChild).textContent=""}else p.push(t.createTextNode(o));for(f.textContent="",d=0;o=p[d++];)if(r&&-1<S.inArray(o,r))i&&i.push(o);else if(l=oe(o),a=ve(f.appendChild(o),"script"),l&&ye(a),n)for(c=0;o=a[c++];)he.test(o.type||"")&&n.push(o);return f}me=E.createDocumentFragment().appendChild(E.createElement("div")),(xe=E.createElement("input")).setAttribute("type","radio"),xe.setAttribute("checked","checked"),xe.setAttribute("name","t"),me.appendChild(xe),m.checkClone=me.cloneNode(!0).cloneNode(!0).lastChild.checked,me.innerHTML="<textarea>x</textarea>",m.noCloneChecked=!!me.cloneNode(!0).lastChild.defaultValue;var Te=/^key/,Ce=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,Ee=/^([^.]*)(?:\.(.+)|)/;function Se(){return!0}function ke(){return!1}function Ne(e,t){return e===function(){try{return E.activeElement}catch(e){}}()==("focus"===t)}function Ae(e,t,n,r,i,o){var a,s;if("object"==typeof t){for(s in"string"!=typeof n&&(r=r||n,n=void 0),t)Ae(e,s,n,r,t[s],o);return e}if(null==r&&null==i?(i=n,r=n=void 0):null==i&&("string"==typeof n?(i=r,r=void 0):(i=r,r=n,n=void 0)),!1===i)i=ke;else if(!i)return e;return 1===o&&(a=i,(i=function(e){return S().off(e),a.apply(this,arguments)}).guid=a.guid||(a.guid=S.guid++)),e.each(function(){S.event.add(this,t,i,r,n)})}function De(e,i,o){o?(Q.set(e,i,!1),S.event.add(e,i,{namespace:!1,handler:function(e){var t,n,r=Q.get(this,i);if(1&e.isTrigger&&this[i]){if(r.length)(S.event.special[i]||{}).delegateType&&e.stopPropagation();else if(r=s.call(arguments),Q.set(this,i,r),t=o(this,i),this[i](),r!==(n=Q.get(this,i))||t?Q.set(this,i,!1):n={},r!==n)return e.stopImmediatePropagation(),e.preventDefault(),n.value}else r.length&&(Q.set(this,i,{value:S.event.trigger(S.extend(r[0],S.Event.prototype),r.slice(1),this)}),e.stopImmediatePropagation())}})):void 0===Q.get(e,i)&&S.event.add(e,i,Se)}S.event={global:{},add:function(t,e,n,r,i){var o,a,s,u,l,c,f,p,d,h,g,v=Q.get(t);if(v)for(n.handler&&(n=(o=n).handler,i=o.selector),i&&S.find.matchesSelector(ie,i),n.guid||(n.guid=S.guid++),(u=v.events)||(u=v.events={}),(a=v.handle)||(a=v.handle=function(e){return void 0!==S&&S.event.triggered!==e.type?S.event.dispatch.apply(t,arguments):void 0}),l=(e=(e||"").match(R)||[""]).length;l--;)d=g=(s=Ee.exec(e[l])||[])[1],h=(s[2]||"").split(".").sort(),d&&(f=S.event.special[d]||{},d=(i?f.delegateType:f.bindType)||d,f=S.event.special[d]||{},c=S.extend({type:d,origType:g,data:r,handler:n,guid:n.guid,selector:i,needsContext:i&&S.expr.match.needsContext.test(i),namespace:h.join(".")},o),(p=u[d])||((p=u[d]=[]).delegateCount=0,f.setup&&!1!==f.setup.call(t,r,h,a)||t.addEventListener&&t.addEventListener(d,a)),f.add&&(f.add.call(t,c),c.handler.guid||(c.handler.guid=n.guid)),i?p.splice(p.delegateCount++,0,c):p.push(c),S.event.global[d]=!0)},remove:function(e,t,n,r,i){var o,a,s,u,l,c,f,p,d,h,g,v=Q.hasData(e)&&Q.get(e);if(v&&(u=v.events)){for(l=(t=(t||"").match(R)||[""]).length;l--;)if(d=g=(s=Ee.exec(t[l])||[])[1],h=(s[2]||"").split(".").sort(),d){for(f=S.event.special[d]||{},p=u[d=(r?f.delegateType:f.bindType)||d]||[],s=s[2]&&new RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"),a=o=p.length;o--;)c=p[o],!i&&g!==c.origType||n&&n.guid!==c.guid||s&&!s.test(c.namespace)||r&&r!==c.selector&&("**"!==r||!c.selector)||(p.splice(o,1),c.selector&&p.delegateCount--,f.remove&&f.remove.call(e,c));a&&!p.length&&(f.teardown&&!1!==f.teardown.call(e,h,v.handle)||S.removeEvent(e,d,v.handle),delete u[d])}else for(d in u)S.event.remove(e,d+t[l],n,r,!0);S.isEmptyObject(u)&&Q.remove(e,"handle events")}},dispatch:function(e){var t,n,r,i,o,a,s=S.event.fix(e),u=new Array(arguments.length),l=(Q.get(this,"events")||{})[s.type]||[],c=S.event.special[s.type]||{};for(u[0]=s,t=1;t<arguments.length;t++)u[t]=arguments[t];if(s.delegateTarget=this,!c.preDispatch||!1!==c.preDispatch.call(this,s)){for(a=S.event.handlers.call(this,s,l),t=0;(i=a[t++])&&!s.isPropagationStopped();)for(s.currentTarget=i.elem,n=0;(o=i.handlers[n++])&&!s.isImmediatePropagationStopped();)s.rnamespace&&!1!==o.namespace&&!s.rnamespace.test(o.namespace)||(s.handleObj=o,s.data=o.data,void 0!==(r=((S.event.special[o.origType]||{}).handle||o.handler).apply(i.elem,u))&&!1===(s.result=r)&&(s.preventDefault(),s.stopPropagation()));return c.postDispatch&&c.postDispatch.call(this,s),s.result}},handlers:function(e,t){var n,r,i,o,a,s=[],u=t.delegateCount,l=e.target;if(u&&l.nodeType&&!("click"===e.type&&1<=e.button))for(;l!==this;l=l.parentNode||this)if(1===l.nodeType&&("click"!==e.type||!0!==l.disabled)){for(o=[],a={},n=0;n<u;n++)void 0===a[i=(r=t[n]).selector+" "]&&(a[i]=r.needsContext?-1<S(i,this).index(l):S.find(i,this,null,[l]).length),a[i]&&o.push(r);o.length&&s.push({elem:l,handlers:o})}return l=this,u<t.length&&s.push({elem:l,handlers:t.slice(u)}),s},addProp:function(t,e){Object.defineProperty(S.Event.prototype,t,{enumerable:!0,configurable:!0,get:x(e)?function(){if(this.originalEvent)return e(this.originalEvent)}:function(){if(this.originalEvent)return this.originalEvent[t]},set:function(e){Object.defineProperty(this,t,{enumerable:!0,configurable:!0,writable:!0,value:e})}})},fix:function(e){return e[S.expando]?e:new S.Event(e)},special:{load:{noBubble:!0},click:{setup:function(e){var t=this||e;return pe.test(t.type)&&t.click&&A(t,"input")&&De(t,"click",Se),!1},trigger:function(e){var t=this||e;return pe.test(t.type)&&t.click&&A(t,"input")&&De(t,"click"),!0},_default:function(e){var t=e.target;return pe.test(t.type)&&t.click&&A(t,"input")&&Q.get(t,"click")||A(t,"a")}},beforeunload:{postDispatch:function(e){void 0!==e.result&&e.originalEvent&&(e.originalEvent.returnValue=e.result)}}}},S.removeEvent=function(e,t,n){e.removeEventListener&&e.removeEventListener(t,n)},S.Event=function(e,t){if(!(this instanceof S.Event))return new S.Event(e,t);e&&e.type?(this.originalEvent=e,this.type=e.type,this.isDefaultPrevented=e.defaultPrevented||void 0===e.defaultPrevented&&!1===e.returnValue?Se:ke,this.target=e.target&&3===e.target.nodeType?e.target.parentNode:e.target,this.currentTarget=e.currentTarget,this.relatedTarget=e.relatedTarget):this.type=e,t&&S.extend(this,t),this.timeStamp=e&&e.timeStamp||Date.now(),this[S.expando]=!0},S.Event.prototype={constructor:S.Event,isDefaultPrevented:ke,isPropagationStopped:ke,isImmediatePropagationStopped:ke,isSimulated:!1,preventDefault:function(){var e=this.originalEvent;this.isDefaultPrevented=Se,e&&!this.isSimulated&&e.preventDefault()},stopPropagation:function(){var e=this.originalEvent;this.isPropagationStopped=Se,e&&!this.isSimulated&&e.stopPropagation()},stopImmediatePropagation:function(){var e=this.originalEvent;this.isImmediatePropagationStopped=Se,e&&!this.isSimulated&&e.stopImmediatePropagation(),this.stopPropagation()}},S.each({altKey:!0,bubbles:!0,cancelable:!0,changedTouches:!0,ctrlKey:!0,detail:!0,eventPhase:!0,metaKey:!0,pageX:!0,pageY:!0,shiftKey:!0,view:!0,char:!0,code:!0,charCode:!0,key:!0,keyCode:!0,button:!0,buttons:!0,clientX:!0,clientY:!0,offsetX:!0,offsetY:!0,pointerId:!0,pointerType:!0,screenX:!0,screenY:!0,targetTouches:!0,toElement:!0,touches:!0,which:function(e){var t=e.button;return null==e.which&&Te.test(e.type)?null!=e.charCode?e.charCode:e.keyCode:!e.which&&void 0!==t&&Ce.test(e.type)?1&t?1:2&t?3:4&t?2:0:e.which}},S.event.addProp),S.each({focus:"focusin",blur:"focusout"},function(e,t){S.event.special[e]={setup:function(){return De(this,e,Ne),!1},trigger:function(){return De(this,e),!0},delegateType:t}}),S.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},function(e,i){S.event.special[e]={delegateType:i,bindType:i,handle:function(e){var t,n=e.relatedTarget,r=e.handleObj;return n&&(n===this||S.contains(this,n))||(e.type=r.origType,t=r.handler.apply(this,arguments),e.type=i),t}}}),S.fn.extend({on:function(e,t,n,r){return Ae(this,e,t,n,r)},one:function(e,t,n,r){return Ae(this,e,t,n,r,1)},off:function(e,t,n){var r,i;if(e&&e.preventDefault&&e.handleObj)return r=e.handleObj,S(e.delegateTarget).off(r.namespace?r.origType+"."+r.namespace:r.origType,r.selector,r.handler),this;if("object"!=typeof e)return!1!==t&&"function"!=typeof t||(n=t,t=void 0),!1===n&&(n=ke),this.each(function(){S.event.remove(this,e,n,t)});for(i in e)this.off(i,t,e[i]);return this}});var je=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([a-z][^\/\0>\x20\t\r\n\f]*)[^>]*)\/>/gi,qe=/<script|<style|<link/i,Le=/checked\s*(?:[^=]|=\s*.checked.)/i,He=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g;function Oe(e,t){return A(e,"table")&&A(11!==t.nodeType?t:t.firstChild,"tr")&&S(e).children("tbody")[0]||e}function Pe(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function Re(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Me(e,t){var n,r,i,o,a,s,u,l;if(1===t.nodeType){if(Q.hasData(e)&&(o=Q.access(e),a=Q.set(t,o),l=o.events))for(i in delete a.handle,a.events={},l)for(n=0,r=l[i].length;n<r;n++)S.event.add(t,i,l[i][n]);J.hasData(e)&&(s=J.access(e),u=S.extend({},s),J.set(t,u))}}function Ie(n,r,i,o){r=v.apply([],r);var e,t,a,s,u,l,c=0,f=n.length,p=f-1,d=r[0],h=x(d);if(h||1<f&&"string"==typeof d&&!m.checkClone&&Le.test(d))return n.each(function(e){var t=n.eq(e);h&&(r[0]=d.call(this,e,t.html())),Ie(t,r,i,o)});if(f&&(t=(e=we(r,n[0].ownerDocument,!1,n,o)).firstChild,1===e.childNodes.length&&(e=t),t||o)){for(s=(a=S.map(ve(e,"script"),Pe)).length;c<f;c++)u=e,c!==p&&(u=S.clone(u,!0,!0),s&&S.merge(a,ve(u,"script"))),i.call(n[c],u,c);if(s)for(l=a[a.length-1].ownerDocument,S.map(a,Re),c=0;c<s;c++)u=a[c],he.test(u.type||"")&&!Q.access(u,"globalEval")&&S.contains(l,u)&&(u.src&&"module"!==(u.type||"").toLowerCase()?S._evalUrl&&!u.noModule&&S._evalUrl(u.src,{nonce:u.nonce||u.getAttribute("nonce")}):b(u.textContent.replace(He,""),u,l))}return n}function We(e,t,n){for(var r,i=t?S.filter(t,e):e,o=0;null!=(r=i[o]);o++)n||1!==r.nodeType||S.cleanData(ve(r)),r.parentNode&&(n&&oe(r)&&ye(ve(r,"script")),r.parentNode.removeChild(r));return e}S.extend({htmlPrefilter:function(e){return e.replace(je,"<$1></$2>")},clone:function(e,t,n){var r,i,o,a,s,u,l,c=e.cloneNode(!0),f=oe(e);if(!(m.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||S.isXMLDoc(e)))for(a=ve(c),r=0,i=(o=ve(e)).length;r<i;r++)s=o[r],u=a[r],void 0,"input"===(l=u.nodeName.toLowerCase())&&pe.test(s.type)?u.checked=s.checked:"input"!==l&&"textarea"!==l||(u.defaultValue=s.defaultValue);if(t)if(n)for(o=o||ve(e),a=a||ve(c),r=0,i=o.length;r<i;r++)Me(o[r],a[r]);else Me(e,c);return 0<(a=ve(c,"script")).length&&ye(a,!f&&ve(e,"script")),c},cleanData:function(e){for(var t,n,r,i=S.event.special,o=0;void 0!==(n=e[o]);o++)if(G(n)){if(t=n[Q.expando]){if(t.events)for(r in t.events)i[r]?S.event.remove(n,r):S.removeEvent(n,r,t.handle);n[Q.expando]=void 0}n[J.expando]&&(n[J.expando]=void 0)}}}),S.fn.extend({detach:function(e){return We(this,e,!0)},remove:function(e){return We(this,e)},text:function(e){return _(this,function(e){return void 0===e?S.text(this):this.empty().each(function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=e)})},null,e,arguments.length)},append:function(){return Ie(this,arguments,function(e){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||Oe(this,e).appendChild(e)})},prepend:function(){return Ie(this,arguments,function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=Oe(this,e);t.insertBefore(e,t.firstChild)}})},before:function(){return Ie(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this)})},after:function(){return Ie(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)})},empty:function(){for(var e,t=0;null!=(e=this[t]);t++)1===e.nodeType&&(S.cleanData(ve(e,!1)),e.textContent="");return this},clone:function(e,t){return e=null!=e&&e,t=null==t?e:t,this.map(function(){return S.clone(this,e,t)})},html:function(e){return _(this,function(e){var t=this[0]||{},n=0,r=this.length;if(void 0===e&&1===t.nodeType)return t.innerHTML;if("string"==typeof e&&!qe.test(e)&&!ge[(de.exec(e)||["",""])[1].toLowerCase()]){e=S.htmlPrefilter(e);try{for(;n<r;n++)1===(t=this[n]||{}).nodeType&&(S.cleanData(ve(t,!1)),t.innerHTML=e);t=0}catch(e){}}t&&this.empty().append(e)},null,e,arguments.length)},replaceWith:function(){var n=[];return Ie(this,arguments,function(e){var t=this.parentNode;S.inArray(this,n)<0&&(S.cleanData(ve(this)),t&&t.replaceChild(e,this))},n)}}),S.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(e,a){S.fn[e]=function(e){for(var t,n=[],r=S(e),i=r.length-1,o=0;o<=i;o++)t=o===i?this:this.clone(!0),S(r[o])[a](t),u.apply(n,t.get());return this.pushStack(n)}});var $e,Fe,Be,_e,ze,Ue,Xe,Ve=new RegExp("^("+te+")(?!px)[a-z%]+$","i"),Ge=function(e){var t=e.ownerDocument.defaultView;return t&&t.opener||(t=C),t.getComputedStyle(e)},Ye=new RegExp(re.join("|"),"i");function Qe(){if(Xe){Ue.style.cssText="position:absolute;left:-11111px;width:60px;margin-top:1px;padding:0;border:0",Xe.style.cssText="position:relative;display:block;box-sizing:border-box;overflow:scroll;margin:auto;border:1px;padding:1px;width:60%;top:1%",ie.appendChild(Ue).appendChild(Xe);var e=C.getComputedStyle(Xe);$e="1%"!==e.top,ze=12===Je(e.marginLeft),Xe.style.right="60%",_e=36===Je(e.right),Fe=36===Je(e.width),Xe.style.position="absolute",Be=12===Je(Xe.offsetWidth/3),ie.removeChild(Ue),Xe=null}}function Je(e){return Math.round(parseFloat(e))}function Ke(e,t,n){var r,i,o,a,s=e.style;return(n=n||Ge(e))&&(""!==(a=n.getPropertyValue(t)||n[t])||oe(e)||(a=S.style(e,t)),!m.pixelBoxStyles()&&Ve.test(a)&&Ye.test(t)&&(r=s.width,i=s.minWidth,o=s.maxWidth,s.minWidth=s.maxWidth=s.width=a,a=n.width,s.width=r,s.minWidth=i,s.maxWidth=o)),void 0!==a?a+"":a}function Ze(e,t){return{get:function(){if(!e())return(this.get=t).apply(this,arguments);delete this.get}}}Ue=E.createElement("div"),(Xe=E.createElement("div")).style&&(Xe.style.backgroundClip="content-box",Xe.cloneNode(!0).style.backgroundClip="",m.clearCloneStyle="content-box"===Xe.style.backgroundClip,S.extend(m,{boxSizingReliable:function(){return Qe(),Fe},pixelBoxStyles:function(){return Qe(),_e},pixelPosition:function(){return Qe(),$e},reliableMarginLeft:function(){return Qe(),ze},scrollboxSize:function(){return Qe(),Be}}));var et=["Webkit","Moz","ms"],tt=E.createElement("div").style,nt={};function rt(e){var t=S.cssProps[e]||nt[e];return t||(e in tt?e:nt[e]=function(e){for(var t=e[0].toUpperCase()+e.slice(1),n=et.length;n--;)if((e=et[n]+t)in tt)return e}(e)||e)}var it=/^(none|table(?!-c[ea]).+)/,ot=/^--/,at={position:"absolute",visibility:"hidden",display:"block"},st={letterSpacing:"0",fontWeight:"400"};function ut(e,t,n){var r=ne.exec(t);return r?Math.max(0,r[2]-(n||0))+(r[3]||"px"):t}function lt(e,t,n,r,i,o){var a="width"===t?1:0,s=0,u=0;if(n===(r?"border":"content"))return 0;for(;a<4;a+=2)"margin"===n&&(u+=S.css(e,n+re[a],!0,i)),r?("content"===n&&(u-=S.css(e,"padding"+re[a],!0,i)),"margin"!==n&&(u-=S.css(e,"border"+re[a]+"Width",!0,i))):(u+=S.css(e,"padding"+re[a],!0,i),"padding"!==n?u+=S.css(e,"border"+re[a]+"Width",!0,i):s+=S.css(e,"border"+re[a]+"Width",!0,i));return!r&&0<=o&&(u+=Math.max(0,Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-o-u-s-.5))||0),u}function ct(e,t,n){var r=Ge(e),i=(!m.boxSizingReliable()||n)&&"border-box"===S.css(e,"boxSizing",!1,r),o=i,a=Ke(e,t,r),s="offset"+t[0].toUpperCase()+t.slice(1);if(Ve.test(a)){if(!n)return a;a="auto"}return(!m.boxSizingReliable()&&i||"auto"===a||!parseFloat(a)&&"inline"===S.css(e,"display",!1,r))&&e.getClientRects().length&&(i="border-box"===S.css(e,"boxSizing",!1,r),(o=s in e)&&(a=e[s])),(a=parseFloat(a)||0)+lt(e,t,n||(i?"border":"content"),o,r,a)+"px"}function ft(e,t,n,r,i){return new ft.prototype.init(e,t,n,r,i)}S.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=Ke(e,"opacity");return""===n?"1":n}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,gridArea:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnStart:!0,gridRow:!0,gridRowEnd:!0,gridRowStart:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{},style:function(e,t,n,r){if(e&&3!==e.nodeType&&8!==e.nodeType&&e.style){var i,o,a,s=V(t),u=ot.test(t),l=e.style;if(u||(t=rt(s)),a=S.cssHooks[t]||S.cssHooks[s],void 0===n)return a&&"get"in a&&void 0!==(i=a.get(e,!1,r))?i:l[t];"string"===(o=typeof n)&&(i=ne.exec(n))&&i[1]&&(n=le(e,t,i),o="number"),null!=n&&n==n&&("number"!==o||u||(n+=i&&i[3]||(S.cssNumber[s]?"":"px")),m.clearCloneStyle||""!==n||0!==t.indexOf("background")||(l[t]="inherit"),a&&"set"in a&&void 0===(n=a.set(e,n,r))||(u?l.setProperty(t,n):l[t]=n))}},css:function(e,t,n,r){var i,o,a,s=V(t);return ot.test(t)||(t=rt(s)),(a=S.cssHooks[t]||S.cssHooks[s])&&"get"in a&&(i=a.get(e,!0,n)),void 0===i&&(i=Ke(e,t,r)),"normal"===i&&t in st&&(i=st[t]),""===n||n?(o=parseFloat(i),!0===n||isFinite(o)?o||0:i):i}}),S.each(["height","width"],function(e,u){S.cssHooks[u]={get:function(e,t,n){if(t)return!it.test(S.css(e,"display"))||e.getClientRects().length&&e.getBoundingClientRect().width?ct(e,u,n):se(e,at,function(){return ct(e,u,n)})},set:function(e,t,n){var r,i=Ge(e),o=!m.scrollboxSize()&&"absolute"===i.position,a=(o||n)&&"border-box"===S.css(e,"boxSizing",!1,i),s=n?lt(e,u,n,a,i):0;return a&&o&&(s-=Math.ceil(e["offset"+u[0].toUpperCase()+u.slice(1)]-parseFloat(i[u])-lt(e,u,"border",!1,i)-.5)),s&&(r=ne.exec(t))&&"px"!==(r[3]||"px")&&(e.style[u]=t,t=S.css(e,u)),ut(0,t,s)}}}),S.cssHooks.marginLeft=Ze(m.reliableMarginLeft,function(e,t){if(t)return(parseFloat(Ke(e,"marginLeft"))||e.getBoundingClientRect().left-se(e,{marginLeft:0},function(){return e.getBoundingClientRect().left}))+"px"}),S.each({margin:"",padding:"",border:"Width"},function(i,o){S.cssHooks[i+o]={expand:function(e){for(var t=0,n={},r="string"==typeof e?e.split(" "):[e];t<4;t++)n[i+re[t]+o]=r[t]||r[t-2]||r[0];return n}},"margin"!==i&&(S.cssHooks[i+o].set=ut)}),S.fn.extend({css:function(e,t){return _(this,function(e,t,n){var r,i,o={},a=0;if(Array.isArray(t)){for(r=Ge(e),i=t.length;a<i;a++)o[t[a]]=S.css(e,t[a],!1,r);return o}return void 0!==n?S.style(e,t,n):S.css(e,t)},e,t,1<arguments.length)}}),((S.Tween=ft).prototype={constructor:ft,init:function(e,t,n,r,i,o){this.elem=e,this.prop=n,this.easing=i||S.easing._default,this.options=t,this.start=this.now=this.cur(),this.end=r,this.unit=o||(S.cssNumber[n]?"":"px")},cur:function(){var e=ft.propHooks[this.prop];return e&&e.get?e.get(this):ft.propHooks._default.get(this)},run:function(e){var t,n=ft.propHooks[this.prop];return this.options.duration?this.pos=t=S.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):this.pos=t=e,this.now=(this.end-this.start)*t+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):ft.propHooks._default.set(this),this}}).init.prototype=ft.prototype,(ft.propHooks={_default:{get:function(e){var t;return 1!==e.elem.nodeType||null!=e.elem[e.prop]&&null==e.elem.style[e.prop]?e.elem[e.prop]:(t=S.css(e.elem,e.prop,""))&&"auto"!==t?t:0},set:function(e){S.fx.step[e.prop]?S.fx.step[e.prop](e):1!==e.elem.nodeType||!S.cssHooks[e.prop]&&null==e.elem.style[rt(e.prop)]?e.elem[e.prop]=e.now:S.style(e.elem,e.prop,e.now+e.unit)}}}).scrollTop=ft.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},S.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2},_default:"swing"},S.fx=ft.prototype.init,S.fx.step={};var pt,dt,ht,gt,vt=/^(?:toggle|show|hide)$/,yt=/queueHooks$/;function mt(){dt&&(!1===E.hidden&&C.requestAnimationFrame?C.requestAnimationFrame(mt):C.setTimeout(mt,S.fx.interval),S.fx.tick())}function xt(){return C.setTimeout(function(){pt=void 0}),pt=Date.now()}function bt(e,t){var n,r=0,i={height:e};for(t=t?1:0;r<4;r+=2-t)i["margin"+(n=re[r])]=i["padding"+n]=e;return t&&(i.opacity=i.width=e),i}function wt(e,t,n){for(var r,i=(Tt.tweeners[t]||[]).concat(Tt.tweeners["*"]),o=0,a=i.length;o<a;o++)if(r=i[o].call(n,t,e))return r}function Tt(o,e,t){var n,a,r=0,i=Tt.prefilters.length,s=S.Deferred().always(function(){delete u.elem}),u=function(){if(a)return!1;for(var e=pt||xt(),t=Math.max(0,l.startTime+l.duration-e),n=1-(t/l.duration||0),r=0,i=l.tweens.length;r<i;r++)l.tweens[r].run(n);return s.notifyWith(o,[l,n,t]),n<1&&i?t:(i||s.notifyWith(o,[l,1,0]),s.resolveWith(o,[l]),!1)},l=s.promise({elem:o,props:S.extend({},e),opts:S.extend(!0,{specialEasing:{},easing:S.easing._default},t),originalProperties:e,originalOptions:t,startTime:pt||xt(),duration:t.duration,tweens:[],createTween:function(e,t){var n=S.Tween(o,l.opts,e,t,l.opts.specialEasing[e]||l.opts.easing);return l.tweens.push(n),n},stop:function(e){var t=0,n=e?l.tweens.length:0;if(a)return this;for(a=!0;t<n;t++)l.tweens[t].run(1);return e?(s.notifyWith(o,[l,1,0]),s.resolveWith(o,[l,e])):s.rejectWith(o,[l,e]),this}}),c=l.props;for(!function(e,t){var n,r,i,o,a;for(n in e)if(i=t[r=V(n)],o=e[n],Array.isArray(o)&&(i=o[1],o=e[n]=o[0]),n!==r&&(e[r]=o,delete e[n]),(a=S.cssHooks[r])&&"expand"in a)for(n in o=a.expand(o),delete e[r],o)n in e||(e[n]=o[n],t[n]=i);else t[r]=i}(c,l.opts.specialEasing);r<i;r++)if(n=Tt.prefilters[r].call(l,o,c,l.opts))return x(n.stop)&&(S._queueHooks(l.elem,l.opts.queue).stop=n.stop.bind(n)),n;return S.map(c,wt,l),x(l.opts.start)&&l.opts.start.call(o,l),l.progress(l.opts.progress).done(l.opts.done,l.opts.complete).fail(l.opts.fail).always(l.opts.always),S.fx.timer(S.extend(u,{elem:o,anim:l,queue:l.opts.queue})),l}S.Animation=S.extend(Tt,{tweeners:{"*":[function(e,t){var n=this.createTween(e,t);return le(n.elem,e,ne.exec(t),n),n}]},tweener:function(e,t){for(var n,r=0,i=(e=x(e)?(t=e,["*"]):e.match(R)).length;r<i;r++)n=e[r],Tt.tweeners[n]=Tt.tweeners[n]||[],Tt.tweeners[n].unshift(t)},prefilters:[function(e,t,n){var r,i,o,a,s,u,l,c,f="width"in t||"height"in t,p=this,d={},h=e.style,g=e.nodeType&&ue(e),v=Q.get(e,"fxshow");for(r in n.queue||(null==(a=S._queueHooks(e,"fx")).unqueued&&(a.unqueued=0,s=a.empty.fire,a.empty.fire=function(){a.unqueued||s()}),a.unqueued++,p.always(function(){p.always(function(){a.unqueued--,S.queue(e,"fx").length||a.empty.fire()})})),t)if(i=t[r],vt.test(i)){if(delete t[r],o=o||"toggle"===i,i===(g?"hide":"show")){if("show"!==i||!v||void 0===v[r])continue;g=!0}d[r]=v&&v[r]||S.style(e,r)}if((u=!S.isEmptyObject(t))||!S.isEmptyObject(d))for(r in f&&1===e.nodeType&&(n.overflow=[h.overflow,h.overflowX,h.overflowY],null==(l=v&&v.display)&&(l=Q.get(e,"display")),"none"===(c=S.css(e,"display"))&&(l?c=l:(fe([e],!0),l=e.style.display||l,c=S.css(e,"display"),fe([e]))),("inline"===c||"inline-block"===c&&null!=l)&&"none"===S.css(e,"float")&&(u||(p.done(function(){h.display=l}),null==l&&(c=h.display,l="none"===c?"":c)),h.display="inline-block")),n.overflow&&(h.overflow="hidden",p.always(function(){h.overflow=n.overflow[0],h.overflowX=n.overflow[1],h.overflowY=n.overflow[2]})),u=!1,d)u||(v?"hidden"in v&&(g=v.hidden):v=Q.access(e,"fxshow",{display:l}),o&&(v.hidden=!g),g&&fe([e],!0),p.done(function(){for(r in g||fe([e]),Q.remove(e,"fxshow"),d)S.style(e,r,d[r])})),u=wt(g?v[r]:0,r,p),r in v||(v[r]=u.start,g&&(u.end=u.start,u.start=0))}],prefilter:function(e,t){t?Tt.prefilters.unshift(e):Tt.prefilters.push(e)}}),S.speed=function(e,t,n){var r=e&&"object"==typeof e?S.extend({},e):{complete:n||!n&&t||x(e)&&e,duration:e,easing:n&&t||t&&!x(t)&&t};return S.fx.off?r.duration=0:"number"!=typeof r.duration&&(r.duration in S.fx.speeds?r.duration=S.fx.speeds[r.duration]:r.duration=S.fx.speeds._default),null!=r.queue&&!0!==r.queue||(r.queue="fx"),r.old=r.complete,r.complete=function(){x(r.old)&&r.old.call(this),r.queue&&S.dequeue(this,r.queue)},r},S.fn.extend({fadeTo:function(e,t,n,r){return this.filter(ue).css("opacity",0).show().end().animate({opacity:t},e,n,r)},animate:function(t,e,n,r){function i(){var e=Tt(this,S.extend({},t),a);(o||Q.get(this,"finish"))&&e.stop(!0)}var o=S.isEmptyObject(t),a=S.speed(e,n,r);return i.finish=i,o||!1===a.queue?this.each(i):this.queue(a.queue,i)},stop:function(i,e,o){function a(e){var t=e.stop;delete e.stop,t(o)}return"string"!=typeof i&&(o=e,e=i,i=void 0),e&&!1!==i&&this.queue(i||"fx",[]),this.each(function(){var e=!0,t=null!=i&&i+"queueHooks",n=S.timers,r=Q.get(this);if(t)r[t]&&r[t].stop&&a(r[t]);else for(t in r)r[t]&&r[t].stop&&yt.test(t)&&a(r[t]);for(t=n.length;t--;)n[t].elem!==this||null!=i&&n[t].queue!==i||(n[t].anim.stop(o),e=!1,n.splice(t,1));!e&&o||S.dequeue(this,i)})},finish:function(a){return!1!==a&&(a=a||"fx"),this.each(function(){var e,t=Q.get(this),n=t[a+"queue"],r=t[a+"queueHooks"],i=S.timers,o=n?n.length:0;for(t.finish=!0,S.queue(this,a,[]),r&&r.stop&&r.stop.call(this,!0),e=i.length;e--;)i[e].elem===this&&i[e].queue===a&&(i[e].anim.stop(!0),i.splice(e,1));for(e=0;e<o;e++)n[e]&&n[e].finish&&n[e].finish.call(this);delete t.finish})}}),S.each(["toggle","show","hide"],function(e,r){var i=S.fn[r];S.fn[r]=function(e,t,n){return null==e||"boolean"==typeof e?i.apply(this,arguments):this.animate(bt(r,!0),e,t,n)}}),S.each({slideDown:bt("show"),slideUp:bt("hide"),slideToggle:bt("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(e,r){S.fn[e]=function(e,t,n){return this.animate(r,e,t,n)}}),S.timers=[],S.fx.tick=function(){var e,t=0,n=S.timers;for(pt=Date.now();t<n.length;t++)(e=n[t])()||n[t]!==e||n.splice(t--,1);n.length||S.fx.stop(),pt=void 0},S.fx.timer=function(e){S.timers.push(e),S.fx.start()},S.fx.interval=13,S.fx.start=function(){dt||(dt=!0,mt())},S.fx.stop=function(){dt=null},S.fx.speeds={slow:600,fast:200,_default:400},S.fn.delay=function(r,e){return r=S.fx&&S.fx.speeds[r]||r,e=e||"fx",this.queue(e,function(e,t){var n=C.setTimeout(e,r);t.stop=function(){C.clearTimeout(n)}})},ht=E.createElement("input"),gt=E.createElement("select").appendChild(E.createElement("option")),ht.type="checkbox",m.checkOn=""!==ht.value,m.optSelected=gt.selected,(ht=E.createElement("input")).value="t",ht.type="radio",m.radioValue="t"===ht.value;var Ct,Et=S.expr.attrHandle;S.fn.extend({attr:function(e,t){return _(this,S.attr,e,t,1<arguments.length)},removeAttr:function(e){return this.each(function(){S.removeAttr(this,e)})}}),S.extend({attr:function(e,t,n){var r,i,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return void 0===e.getAttribute?S.prop(e,t,n):(1===o&&S.isXMLDoc(e)||(i=S.attrHooks[t.toLowerCase()]||(S.expr.match.bool.test(t)?Ct:void 0)),void 0!==n?null===n?void S.removeAttr(e,t):i&&"set"in i&&void 0!==(r=i.set(e,n,t))?r:(e.setAttribute(t,n+""),n):i&&"get"in i&&null!==(r=i.get(e,t))?r:null==(r=S.find.attr(e,t))?void 0:r)},attrHooks:{type:{set:function(e,t){if(!m.radioValue&&"radio"===t&&A(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),t}}}},removeAttr:function(e,t){var n,r=0,i=t&&t.match(R);if(i&&1===e.nodeType)for(;n=i[r++];)e.removeAttribute(n)}}),Ct={set:function(e,t,n){return!1===t?S.removeAttr(e,n):e.setAttribute(n,n),n}},S.each(S.expr.match.bool.source.match(/\w+/g),function(e,t){var a=Et[t]||S.find.attr;Et[t]=function(e,t,n){var r,i,o=t.toLowerCase();return n||(i=Et[o],Et[o]=r,r=null!=a(e,t,n)?o:null,Et[o]=i),r}});var St=/^(?:input|select|textarea|button)$/i,kt=/^(?:a|area)$/i;function Nt(e){return(e.match(R)||[]).join(" ")}function At(e){return e.getAttribute&&e.getAttribute("class")||""}function Dt(e){return Array.isArray(e)?e:"string"==typeof e&&e.match(R)||[]}S.fn.extend({prop:function(e,t){return _(this,S.prop,e,t,1<arguments.length)},removeProp:function(e){return this.each(function(){delete this[S.propFix[e]||e]})}}),S.extend({prop:function(e,t,n){var r,i,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return 1===o&&S.isXMLDoc(e)||(t=S.propFix[t]||t,i=S.propHooks[t]),void 0!==n?i&&"set"in i&&void 0!==(r=i.set(e,n,t))?r:e[t]=n:i&&"get"in i&&null!==(r=i.get(e,t))?r:e[t]},propHooks:{tabIndex:{get:function(e){var t=S.find.attr(e,"tabindex");return t?parseInt(t,10):St.test(e.nodeName)||kt.test(e.nodeName)&&e.href?0:-1}}},propFix:{for:"htmlFor",class:"className"}}),m.optSelected||(S.propHooks.selected={get:function(e){var t=e.parentNode;return t&&t.parentNode&&t.parentNode.selectedIndex,null},set:function(e){var t=e.parentNode;t&&(t.selectedIndex,t.parentNode&&t.parentNode.selectedIndex)}}),S.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){S.propFix[this.toLowerCase()]=this}),S.fn.extend({addClass:function(t){var e,n,r,i,o,a,s,u=0;if(x(t))return this.each(function(e){S(this).addClass(t.call(this,e,At(this)))});if((e=Dt(t)).length)for(;n=this[u++];)if(i=At(n),r=1===n.nodeType&&" "+Nt(i)+" "){for(a=0;o=e[a++];)r.indexOf(" "+o+" ")<0&&(r+=o+" ");i!==(s=Nt(r))&&n.setAttribute("class",s)}return this},removeClass:function(t){var e,n,r,i,o,a,s,u=0;if(x(t))return this.each(function(e){S(this).removeClass(t.call(this,e,At(this)))});if(!arguments.length)return this.attr("class","");if((e=Dt(t)).length)for(;n=this[u++];)if(i=At(n),r=1===n.nodeType&&" "+Nt(i)+" "){for(a=0;o=e[a++];)for(;-1<r.indexOf(" "+o+" ");)r=r.replace(" "+o+" "," ");i!==(s=Nt(r))&&n.setAttribute("class",s)}return this},toggleClass:function(i,t){var o=typeof i,a="string"==o||Array.isArray(i);return"boolean"==typeof t&&a?t?this.addClass(i):this.removeClass(i):x(i)?this.each(function(e){S(this).toggleClass(i.call(this,e,At(this),t),t)}):this.each(function(){var e,t,n,r;if(a)for(t=0,n=S(this),r=Dt(i);e=r[t++];)n.hasClass(e)?n.removeClass(e):n.addClass(e);else void 0!==i&&"boolean"!=o||((e=At(this))&&Q.set(this,"__className__",e),this.setAttribute&&this.setAttribute("class",e||!1===i?"":Q.get(this,"__className__")||""))})},hasClass:function(e){var t,n,r=0;for(t=" "+e+" ";n=this[r++];)if(1===n.nodeType&&-1<(" "+Nt(At(n))+" ").indexOf(t))return!0;return!1}});var jt=/\r/g;S.fn.extend({val:function(n){var r,e,i,t=this[0];return arguments.length?(i=x(n),this.each(function(e){var t;1===this.nodeType&&(null==(t=i?n.call(this,e,S(this).val()):n)?t="":"number"==typeof t?t+="":Array.isArray(t)&&(t=S.map(t,function(e){return null==e?"":e+""})),(r=S.valHooks[this.type]||S.valHooks[this.nodeName.toLowerCase()])&&"set"in r&&void 0!==r.set(this,t,"value")||(this.value=t))})):t?(r=S.valHooks[t.type]||S.valHooks[t.nodeName.toLowerCase()])&&"get"in r&&void 0!==(e=r.get(t,"value"))?e:"string"==typeof(e=t.value)?e.replace(jt,""):null==e?"":e:void 0}}),S.extend({valHooks:{option:{get:function(e){var t=S.find.attr(e,"value");return null!=t?t:Nt(S.text(e))}},select:{get:function(e){var t,n,r,i=e.options,o=e.selectedIndex,a="select-one"===e.type,s=a?null:[],u=a?o+1:i.length;for(r=o<0?u:a?o:0;r<u;r++)if(((n=i[r]).selected||r===o)&&!n.disabled&&(!n.parentNode.disabled||!A(n.parentNode,"optgroup"))){if(t=S(n).val(),a)return t;s.push(t)}return s},set:function(e,t){for(var n,r,i=e.options,o=S.makeArray(t),a=i.length;a--;)((r=i[a]).selected=-1<S.inArray(S.valHooks.option.get(r),o))&&(n=!0);return n||(e.selectedIndex=-1),o}}}}),S.each(["radio","checkbox"],function(){S.valHooks[this]={set:function(e,t){if(Array.isArray(t))return e.checked=-1<S.inArray(S(e).val(),t)}},m.checkOn||(S.valHooks[this].get=function(e){return null===e.getAttribute("value")?"on":e.value})}),m.focusin="onfocusin"in C;function qt(e){e.stopPropagation()}var Lt=/^(?:focusinfocus|focusoutblur)$/;S.extend(S.event,{trigger:function(e,t,n,r){var i,o,a,s,u,l,c,f,p=[n||E],d=y.call(e,"type")?e.type:e,h=y.call(e,"namespace")?e.namespace.split("."):[];if(o=f=a=n=n||E,3!==n.nodeType&&8!==n.nodeType&&!Lt.test(d+S.event.triggered)&&(-1<d.indexOf(".")&&(d=(h=d.split(".")).shift(),h.sort()),u=d.indexOf(":")<0&&"on"+d,(e=e[S.expando]?e:new S.Event(d,"object"==typeof e&&e)).isTrigger=r?2:3,e.namespace=h.join("."),e.rnamespace=e.namespace?new RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,e.result=void 0,e.target||(e.target=n),t=null==t?[e]:S.makeArray(t,[e]),c=S.event.special[d]||{},r||!c.trigger||!1!==c.trigger.apply(n,t))){if(!r&&!c.noBubble&&!g(n)){for(s=c.delegateType||d,Lt.test(s+d)||(o=o.parentNode);o;o=o.parentNode)p.push(o),a=o;a===(n.ownerDocument||E)&&p.push(a.defaultView||a.parentWindow||C)}for(i=0;(o=p[i++])&&!e.isPropagationStopped();)f=o,e.type=1<i?s:c.bindType||d,(l=(Q.get(o,"events")||{})[e.type]&&Q.get(o,"handle"))&&l.apply(o,t),(l=u&&o[u])&&l.apply&&G(o)&&(e.result=l.apply(o,t),!1===e.result&&e.preventDefault());return e.type=d,r||e.isDefaultPrevented()||c._default&&!1!==c._default.apply(p.pop(),t)||!G(n)||u&&x(n[d])&&!g(n)&&((a=n[u])&&(n[u]=null),S.event.triggered=d,e.isPropagationStopped()&&f.addEventListener(d,qt),n[d](),e.isPropagationStopped()&&f.removeEventListener(d,qt),S.event.triggered=void 0,a&&(n[u]=a)),e.result}},simulate:function(e,t,n){var r=S.extend(new S.Event,n,{type:e,isSimulated:!0});S.event.trigger(r,null,t)}}),S.fn.extend({trigger:function(e,t){return this.each(function(){S.event.trigger(e,t,this)})},triggerHandler:function(e,t){var n=this[0];if(n)return S.event.trigger(e,t,n,!0)}}),m.focusin||S.each({focus:"focusin",blur:"focusout"},function(n,r){function i(e){S.event.simulate(r,e.target,S.event.fix(e))}S.event.special[r]={setup:function(){var e=this.ownerDocument||this,t=Q.access(e,r);t||e.addEventListener(n,i,!0),Q.access(e,r,(t||0)+1)},teardown:function(){var e=this.ownerDocument||this,t=Q.access(e,r)-1;t?Q.access(e,r,t):(e.removeEventListener(n,i,!0),Q.remove(e,r))}}});var Ht=C.location,Ot=Date.now(),Pt=/\?/;S.parseXML=function(e){var t;if(!e||"string"!=typeof e)return null;try{t=(new C.DOMParser).parseFromString(e,"text/xml")}catch(e){t=void 0}return t&&!t.getElementsByTagName("parsererror").length||S.error("Invalid XML: "+e),t};var Rt=/\[\]$/,Mt=/\r?\n/g,It=/^(?:submit|button|image|reset|file)$/i,Wt=/^(?:input|select|textarea|keygen)/i;function $t(n,e,r,i){var t;if(Array.isArray(e))S.each(e,function(e,t){r||Rt.test(n)?i(n,t):$t(n+"["+("object"==typeof t&&null!=t?e:"")+"]",t,r,i)});else if(r||"object"!==w(e))i(n,e);else for(t in e)$t(n+"["+t+"]",e[t],r,i)}S.param=function(e,t){function n(e,t){var n=x(t)?t():t;i[i.length]=encodeURIComponent(e)+"="+encodeURIComponent(null==n?"":n)}var r,i=[];if(null==e)return"";if(Array.isArray(e)||e.jquery&&!S.isPlainObject(e))S.each(e,function(){n(this.name,this.value)});else for(r in e)$t(r,e[r],t,n);return i.join("&")},S.fn.extend({serialize:function(){return S.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var e=S.prop(this,"elements");return e?S.makeArray(e):this}).filter(function(){var e=this.type;return this.name&&!S(this).is(":disabled")&&Wt.test(this.nodeName)&&!It.test(e)&&(this.checked||!pe.test(e))}).map(function(e,t){var n=S(this).val();return null==n?null:Array.isArray(n)?S.map(n,function(e){return{name:t.name,value:e.replace(Mt,"\r\n")}}):{name:t.name,value:n.replace(Mt,"\r\n")}}).get()}});var Ft=/%20/g,Bt=/#.*$/,_t=/([?&])_=[^&]*/,zt=/^(.*?):[ \t]*([^\r\n]*)$/gm,Ut=/^(?:GET|HEAD)$/,Xt=/^\/\//,Vt={},Gt={},Yt="*/".concat("*"),Qt=E.createElement("a");function Jt(o){return function(e,t){"string"!=typeof e&&(t=e,e="*");var n,r=0,i=e.toLowerCase().match(R)||[];if(x(t))for(;n=i[r++];)"+"===n[0]?(n=n.slice(1)||"*",(o[n]=o[n]||[]).unshift(t)):(o[n]=o[n]||[]).push(t)}}function Kt(t,i,o,a){var s={},u=t===Gt;function l(e){var r;return s[e]=!0,S.each(t[e]||[],function(e,t){var n=t(i,o,a);return"string"!=typeof n||u||s[n]?u?!(r=n):void 0:(i.dataTypes.unshift(n),l(n),!1)}),r}return l(i.dataTypes[0])||!s["*"]&&l("*")}function Zt(e,t){var n,r,i=S.ajaxSettings.flatOptions||{};for(n in t)void 0!==t[n]&&((i[n]?e:r=r||{})[n]=t[n]);return r&&S.extend(!0,e,r),e}Qt.href=Ht.href,S.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:Ht.href,type:"GET",isLocal:/^(?:about|app|app-storage|.+-extension|file|res|widget):$/.test(Ht.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":Yt,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":S.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?Zt(Zt(e,S.ajaxSettings),t):Zt(S.ajaxSettings,e)},ajaxPrefilter:Jt(Vt),ajaxTransport:Jt(Gt),ajax:function(e,t){"object"==typeof e&&(t=e,e=void 0),t=t||{};var c,f,p,n,d,r,h,g,i,o,v=S.ajaxSetup({},t),y=v.context||v,m=v.context&&(y.nodeType||y.jquery)?S(y):S.event,x=S.Deferred(),b=S.Callbacks("once memory"),w=v.statusCode||{},a={},s={},u="canceled",T={readyState:0,getResponseHeader:function(e){var t;if(h){if(!n)for(n={};t=zt.exec(p);)n[t[1].toLowerCase()+" "]=(n[t[1].toLowerCase()+" "]||[]).concat(t[2]);t=n[e.toLowerCase()+" "]}return null==t?null:t.join(", ")},getAllResponseHeaders:function(){return h?p:null},setRequestHeader:function(e,t){return null==h&&(e=s[e.toLowerCase()]=s[e.toLowerCase()]||e,a[e]=t),this},overrideMimeType:function(e){return null==h&&(v.mimeType=e),this},statusCode:function(e){var t;if(e)if(h)T.always(e[T.status]);else for(t in e)w[t]=[w[t],e[t]];return this},abort:function(e){var t=e||u;return c&&c.abort(t),l(0,t),this}};if(x.promise(T),v.url=((e||v.url||Ht.href)+"").replace(Xt,Ht.protocol+"//"),v.type=t.method||t.type||v.method||v.type,v.dataTypes=(v.dataType||"*").toLowerCase().match(R)||[""],null==v.crossDomain){r=E.createElement("a");try{r.href=v.url,r.href=r.href,v.crossDomain=Qt.protocol+"//"+Qt.host!=r.protocol+"//"+r.host}catch(e){v.crossDomain=!0}}if(v.data&&v.processData&&"string"!=typeof v.data&&(v.data=S.param(v.data,v.traditional)),Kt(Vt,v,t,T),h)return T;for(i in(g=S.event&&v.global)&&0==S.active++&&S.event.trigger("ajaxStart"),v.type=v.type.toUpperCase(),v.hasContent=!Ut.test(v.type),f=v.url.replace(Bt,""),v.hasContent?v.data&&v.processData&&0===(v.contentType||"").indexOf("application/x-www-form-urlencoded")&&(v.data=v.data.replace(Ft,"+")):(o=v.url.slice(f.length),v.data&&(v.processData||"string"==typeof v.data)&&(f+=(Pt.test(f)?"&":"?")+v.data,delete v.data),!1===v.cache&&(f=f.replace(_t,"$1"),o=(Pt.test(f)?"&":"?")+"_="+Ot+++o),v.url=f+o),v.ifModified&&(S.lastModified[f]&&T.setRequestHeader("If-Modified-Since",S.lastModified[f]),S.etag[f]&&T.setRequestHeader("If-None-Match",S.etag[f])),(v.data&&v.hasContent&&!1!==v.contentType||t.contentType)&&T.setRequestHeader("Content-Type",v.contentType),T.setRequestHeader("Accept",v.dataTypes[0]&&v.accepts[v.dataTypes[0]]?v.accepts[v.dataTypes[0]]+("*"!==v.dataTypes[0]?", "+Yt+"; q=0.01":""):v.accepts["*"]),v.headers)T.setRequestHeader(i,v.headers[i]);if(v.beforeSend&&(!1===v.beforeSend.call(y,T,v)||h))return T.abort();if(u="abort",b.add(v.complete),T.done(v.success),T.fail(v.error),c=Kt(Gt,v,t,T)){if(T.readyState=1,g&&m.trigger("ajaxSend",[T,v]),h)return T;v.async&&0<v.timeout&&(d=C.setTimeout(function(){T.abort("timeout")},v.timeout));try{h=!1,c.send(a,l)}catch(e){if(h)throw e;l(-1,e)}}else l(-1,"No Transport");function l(e,t,n,r){var i,o,a,s,u,l=t;h||(h=!0,d&&C.clearTimeout(d),c=void 0,p=r||"",T.readyState=0<e?4:0,i=200<=e&&e<300||304===e,n&&(s=function(e,t,n){for(var r,i,o,a,s=e.contents,u=e.dataTypes;"*"===u[0];)u.shift(),void 0===r&&(r=e.mimeType||t.getResponseHeader("Content-Type"));if(r)for(i in s)if(s[i]&&s[i].test(r)){u.unshift(i);break}if(u[0]in n)o=u[0];else{for(i in n){if(!u[0]||e.converters[i+" "+u[0]]){o=i;break}a=a||i}o=o||a}if(o)return o!==u[0]&&u.unshift(o),n[o]}(v,T,n)),s=function(e,t,n,r){var i,o,a,s,u,l={},c=e.dataTypes.slice();if(c[1])for(a in e.converters)l[a.toLowerCase()]=e.converters[a];for(o=c.shift();o;)if(e.responseFields[o]&&(n[e.responseFields[o]]=t),!u&&r&&e.dataFilter&&(t=e.dataFilter(t,e.dataType)),u=o,o=c.shift())if("*"===o)o=u;else if("*"!==u&&u!==o){if(!(a=l[u+" "+o]||l["* "+o]))for(i in l)if((s=i.split(" "))[1]===o&&(a=l[u+" "+s[0]]||l["* "+s[0]])){!0===a?a=l[i]:!0!==l[i]&&(o=s[0],c.unshift(s[1]));break}if(!0!==a)if(a&&e.throws)t=a(t);else try{t=a(t)}catch(e){return{state:"parsererror",error:a?e:"No conversion from "+u+" to "+o}}}return{state:"success",data:t}}(v,s,T,i),i?(v.ifModified&&((u=T.getResponseHeader("Last-Modified"))&&(S.lastModified[f]=u),(u=T.getResponseHeader("etag"))&&(S.etag[f]=u)),204===e||"HEAD"===v.type?l="nocontent":304===e?l="notmodified":(l=s.state,o=s.data,i=!(a=s.error))):(a=l,!e&&l||(l="error",e<0&&(e=0))),T.status=e,T.statusText=(t||l)+"",i?x.resolveWith(y,[o,l,T]):x.rejectWith(y,[T,l,a]),T.statusCode(w),w=void 0,g&&m.trigger(i?"ajaxSuccess":"ajaxError",[T,v,i?o:a]),b.fireWith(y,[T,l]),g&&(m.trigger("ajaxComplete",[T,v]),--S.active||S.event.trigger("ajaxStop")))}return T},getJSON:function(e,t,n){return S.get(e,t,n,"json")},getScript:function(e,t){return S.get(e,void 0,t,"script")}}),S.each(["get","post"],function(e,i){S[i]=function(e,t,n,r){return x(t)&&(r=r||n,n=t,t=void 0),S.ajax(S.extend({url:e,type:i,dataType:r,data:t,success:n},S.isPlainObject(e)&&e))}}),S._evalUrl=function(e,t){return S.ajax({url:e,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,converters:{"text script":function(){}},dataFilter:function(e){S.globalEval(e,t)}})},S.fn.extend({wrapAll:function(e){var t;return this[0]&&(x(e)&&(e=e.call(this[0])),t=S(e,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&t.insertBefore(this[0]),t.map(function(){for(var e=this;e.firstElementChild;)e=e.firstElementChild;return e}).append(this)),this},wrapInner:function(n){return x(n)?this.each(function(e){S(this).wrapInner(n.call(this,e))}):this.each(function(){var e=S(this),t=e.contents();t.length?t.wrapAll(n):e.append(n)})},wrap:function(t){var n=x(t);return this.each(function(e){S(this).wrapAll(n?t.call(this,e):t)})},unwrap:function(e){return this.parent(e).not("body").each(function(){S(this).replaceWith(this.childNodes)}),this}}),S.expr.pseudos.hidden=function(e){return!S.expr.pseudos.visible(e)},S.expr.pseudos.visible=function(e){return!!(e.offsetWidth||e.offsetHeight||e.getClientRects().length)},S.ajaxSettings.xhr=function(){try{return new C.XMLHttpRequest}catch(e){}};var en={0:200,1223:204},tn=S.ajaxSettings.xhr();m.cors=!!tn&&"withCredentials"in tn,m.ajax=tn=!!tn,S.ajaxTransport(function(i){var o,a;if(m.cors||tn&&!i.crossDomain)return{send:function(e,t){var n,r=i.xhr();if(r.open(i.type,i.url,i.async,i.username,i.password),i.xhrFields)for(n in i.xhrFields)r[n]=i.xhrFields[n];for(n in i.mimeType&&r.overrideMimeType&&r.overrideMimeType(i.mimeType),i.crossDomain||e["X-Requested-With"]||(e["X-Requested-With"]="XMLHttpRequest"),e)r.setRequestHeader(n,e[n]);o=function(e){return function(){o&&(o=a=r.onload=r.onerror=r.onabort=r.ontimeout=r.onreadystatechange=null,"abort"===e?r.abort():"error"===e?"number"!=typeof r.status?t(0,"error"):t(r.status,r.statusText):t(en[r.status]||r.status,r.statusText,"text"!==(r.responseType||"text")||"string"!=typeof r.responseText?{binary:r.response}:{text:r.responseText},r.getAllResponseHeaders()))}},r.onload=o(),a=r.onerror=r.ontimeout=o("error"),void 0!==r.onabort?r.onabort=a:r.onreadystatechange=function(){4===r.readyState&&C.setTimeout(function(){o&&a()})},o=o("abort");try{r.send(i.hasContent&&i.data||null)}catch(e){if(o)throw e}},abort:function(){o&&o()}}}),S.ajaxPrefilter(function(e){e.crossDomain&&(e.contents.script=!1)}),S.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(e){return S.globalEval(e),e}}}),S.ajaxPrefilter("script",function(e){void 0===e.cache&&(e.cache=!1),e.crossDomain&&(e.type="GET")}),S.ajaxTransport("script",function(n){var r,i;if(n.crossDomain||n.scriptAttrs)return{send:function(e,t){r=S("<script>").attr(n.scriptAttrs||{}).prop({charset:n.scriptCharset,src:n.url}).on("load error",i=function(e){r.remove(),i=null,e&&t("error"===e.type?404:200,e.type)}),E.head.appendChild(r[0])},abort:function(){i&&i()}}});var nn,rn=[],on=/(=)\?(?=&|$)|\?\?/;S.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=rn.pop()||S.expando+"_"+Ot++;return this[e]=!0,e}}),S.ajaxPrefilter("json jsonp",function(e,t,n){var r,i,o,a=!1!==e.jsonp&&(on.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&on.test(e.data)&&"data");if(a||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=x(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,a?e[a]=e[a].replace(on,"$1"+r):!1!==e.jsonp&&(e.url+=(Pt.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return o||S.error(r+" was not called"),o[0]},e.dataTypes[0]="json",i=C[r],C[r]=function(){o=arguments},n.always(function(){void 0===i?S(C).removeProp(r):C[r]=i,e[r]&&(e.jsonpCallback=t.jsonpCallback,rn.push(r)),o&&x(i)&&i(o[0]),o=i=void 0}),"script"}),m.createHTMLDocument=((nn=E.implementation.createHTMLDocument("").body).innerHTML="<form></form><form></form>",2===nn.childNodes.length),S.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(m.createHTMLDocument?((r=(t=E.implementation.createHTMLDocument("")).createElement("base")).href=E.location.href,t.head.appendChild(r)):t=E),o=!n&&[],(i=D.exec(e))?[t.createElement(i[1])]:(i=we([e],t,o),o&&o.length&&S(o).remove(),S.merge([],i.childNodes)));var r,i,o},S.fn.load=function(e,t,n){var r,i,o,a=this,s=e.indexOf(" ");return-1<s&&(r=Nt(e.slice(s)),e=e.slice(0,s)),x(t)?(n=t,t=void 0):t&&"object"==typeof t&&(i="POST"),0<a.length&&S.ajax({url:e,type:i||"GET",dataType:"html",data:t}).done(function(e){o=arguments,a.html(r?S("<div>").append(S.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},S.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){S.fn[t]=function(e){return this.on(t,e)}}),S.expr.pseudos.animated=function(t){return S.grep(S.timers,function(e){return t===e.elem}).length},S.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l=S.css(e,"position"),c=S(e),f={};"static"===l&&(e.style.position="relative"),s=c.offset(),o=S.css(e,"top"),u=S.css(e,"left"),i=("absolute"===l||"fixed"===l)&&-1<(o+u).indexOf("auto")?(a=(r=c.position()).top,r.left):(a=parseFloat(o)||0,parseFloat(u)||0),x(t)&&(t=t.call(e,n,S.extend({},s))),null!=t.top&&(f.top=t.top-s.top+a),null!=t.left&&(f.left=t.left-s.left+i),"using"in t?t.using.call(e,f):c.css(f)}},S.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){S.offset.setOffset(this,t,e)});var e,n,r=this[0];return r?r.getClientRects().length?(e=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:e.top+n.pageYOffset,left:e.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===S.css(r,"position"))t=r.getBoundingClientRect();else{for(t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;e&&(e===n.body||e===n.documentElement)&&"static"===S.css(e,"position");)e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=S(e).offset()).top+=S.css(e,"borderTopWidth",!0),i.left+=S.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-S.css(r,"marginTop",!0),left:t.left-i.left-S.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){for(var e=this.offsetParent;e&&"static"===S.css(e,"position");)e=e.offsetParent;return e||ie})}}),S.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,i){var o="pageYOffset"===i;S.fn[t]=function(e){return _(this,function(e,t,n){var r;if(g(e)?r=e:9===e.nodeType&&(r=e.defaultView),void 0===n)return r?r[i]:e[t];r?r.scrollTo(o?r.pageXOffset:n,o?n:r.pageYOffset):e[t]=n},t,e,arguments.length)}}),S.each(["top","left"],function(e,n){S.cssHooks[n]=Ze(m.pixelPosition,function(e,t){if(t)return t=Ke(e,n),Ve.test(t)?S(e).position()[n]+"px":t})}),S.each({Height:"height",Width:"width"},function(a,s){S.each({padding:"inner"+a,content:s,"":"outer"+a},function(r,o){S.fn[o]=function(e,t){var n=arguments.length&&(r||"boolean"!=typeof e),i=r||(!0===e||!0===t?"margin":"border");return _(this,function(e,t,n){var r;return g(e)?0===o.indexOf("outer")?e["inner"+a]:e.document.documentElement["client"+a]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+a],r["scroll"+a],e.body["offset"+a],r["offset"+a],r["client"+a])):void 0===n?S.css(e,t,i):S.style(e,t,n,i)},s,n?e:void 0,n)}})}),S.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,n){S.fn[n]=function(e,t){return 0<arguments.length?this.on(n,null,e,t):this.trigger(n)}}),S.fn.extend({hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),S.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)}}),S.proxy=function(e,t){var n,r,i;if("string"==typeof t&&(n=e[t],t=e,e=n),x(e))return r=s.call(arguments,2),(i=function(){return e.apply(t||this,r.concat(s.call(arguments)))}).guid=e.guid=e.guid||S.guid++,i},S.holdReady=function(e){e?S.readyWait++:S.ready(!0)},S.isArray=Array.isArray,S.parseJSON=JSON.parse,S.nodeName=A,S.isFunction=x,S.isWindow=g,S.camelCase=V,S.type=w,S.now=Date.now,S.isNumeric=function(e){var t=S.type(e);return("number"===t||"string"===t)&&!isNaN(e-parseFloat(e))},"function"==typeof define&&define.amd&&define("jquery",[],function(){return S});var an=C.jQuery,sn=C.$;return S.noConflict=function(e){return C.$===S&&(C.$=sn),e&&C.jQuery===S&&(C.jQuery=an),S},e||(C.jQuery=C.$=S),S}); -//# sourceMappingURL=gridstack.min.map \ No newline at end of file diff --git a/software/flow/node_modules/gridstack/doc/CHANGES.md b/software/flow/node_modules/gridstack/doc/CHANGES.md deleted file mode 100644 index 7d369ce..0000000 --- a/software/flow/node_modules/gridstack/doc/CHANGES.md +++ /dev/null @@ -1,253 +0,0 @@ -Change log -========================== - -<!-- START doctoc generated TOC please keep comment here to allow auto update --> -<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> -**Table of Contents** *generated with [DocToc](http://doctoc.herokuapp.com/)* - -- [v0.6.4-dev (upcoming changes)](#v064-dev-upcoming-changes) -- [v0.6.4 (2020-02-17)](#v064-2020-02-17) -- [v0.6.3 (2020-02-05)](#v063-2020-02-05) -- [v0.6.2 (2020-02-03)](#v062-2020-02-03) -- [v0.6.1 (2020-02-02)](#v061-2020-02-02) -- [v0.6.0 (2019-12-24)](#v060-2019-12-24) -- [v0.5.5 (2019-11-27)](#v055-2019-11-27) -- [v0.5.4 (2019-11-26)](#v054-2019-11-26) -- [v0.5.3 (2019-11-20)](#v053-2019-11-20) -- [v0.5.2 (2019-11-13)](#v052-2019-11-13) -- [v0.5.1 (2019-11-07)](#v051-2019-11-07) -- [v0.5.0 (2019-11-06)](#v050-2019-11-06) -- [v0.4.0 (2018-05-11)](#v040-2018-05-11) -- [v0.3.0 (2017-04-21)](#v030-2017-04-21) -- [v0.2.6 (2016-08-17)](#v026-2016-08-17) -- [v0.2.5 (2016-03-02)](#v025-2016-03-02) -- [v0.2.4 (2016-02-15)](#v024-2016-02-15) -- [v0.2.3 (2015-06-23)](#v023-2015-06-23) -- [v0.2.2 (2014-12-23)](#v022-2014-12-23) -- [v0.2.1 (2014-12-09)](#v021-2014-12-09) -- [v0.2.0 (2014-11-30)](#v020-2014-11-30) -- [v0.1.0 (2014-11-18)](#v010-2014-11-18) - -<!-- END doctoc generated TOC please keep comment here to allow auto update --> - -## v0.6.4-dev (upcoming changes) - -- TBD - -## v0.6.4 (2020-02-17) - -- fix [#540](https://github.com/gridstack/gridstack.js/issues/540) WebComponent support: CSS file now insert before grid instead of 'head' -- fix [#1143](https://github.com/gridstack/gridstack.js/issues/1143) nested grids with different `acceptWidgets` class -- fix [#1142](https://github.com/gridstack/gridstack.js/issues/1142) add/remove widget will also trigger change events when it should. -- optimized `change` callback to save original x,y,w,h values and only call those that changed [1148](https://github.com/gridstack/gridstack.js/pull/1148) -- delete `bower` since [dead](https://snyk.io/blog/bower-is-dead) for a while now - -## v0.6.3 (2020-02-05) - -- fix [#1132](https://github.com/gridstack/gridstack.js/issues/1132) oneColumnMode missing CSS to do layout -- del `oneColumnModeClass` / `.grid-stack-one-column-mode` and associated code. If you depended on this, use class `.grid-stack-1` instead since it is 1 column layout anyway [1134](https://github.com/gridstack/gridstack.js/pull/1134) - -## v0.6.2 (2020-02-03) - -- add `oneColumnModeDomSort` true|false to let you specify a custom layout (use dom order instead of x,y) for oneColumnMode `setColumn(1)` [#713](https://github.com/gridstack/gridstack.js/issues/713) -- fix oneColumnMode to only restore if we auto went to it as window sizes up [#1125](https://github.com/gridstack/gridstack.js/pull/1125) -- editing in 1 column (or few columns) does a better job updating higher layout (track before and after and move items accordingly). -Tracking item swap would be even better still. [#1127](https://github.com/gridstack/gridstack.js/pull/1127) - -## v0.6.1 (2020-02-02) - -- fix [#37](https://github.com/gridstack/gridstack.js/issues/37) oneColumnMode (<768px by default) now simply calls `setColumn(1)` and remembers prev columns (so we can restore). This gives -us full resize/re-order of items capabilities rather than a locked CSS only layout (see prev rev changes). [#1120](https://github.com/gridstack/gridstack.js/pull/1120) -- fix [responsive.html](https://gridstackjs.com/demo/responsive.html) demo [#1121](https://github.com/gridstack/gridstack.js/pull/1121) - -## v0.6.0 (2019-12-24) - -- add `float(val)` to set/get the grid float mode, which will relayout [#1088](https://github.com/gridstack/gridstack.js/pull/1088) -- add `compact()` to reclaim any empty space and relayout grid items [#1101](https://github.com/gridstack/gridstack.js/pull/1101) -- add `options.dragOut` to let user drag nested grid items out of a parent or not (default false) -and jQuery UI `draggable.containment` can now be specified in options. You can now drag&drop between 2 nested grids [#1105](https://github.com/gridstack/gridstack.js/pull/1105) -- add `%` as a valid unit for height [#1093](https://github.com/gridstack/gridstack.js/pull/1093). thank you -[@trevisanweb](https://github.com/trevisanweb) [@aureality](https://github.com/aureality) -[@ZoolWay](https://github.com/ZoolWay) -- fix callbacks to get either `added, removed, change` or combination if adding a node require also to change its (x,y) for example. -Also you can now call `batchUpdate()` before calling a bunch of `addWidget()` and get a single event callback (more efficient). -[#1096](https://github.com/gridstack/gridstack.js/pull/1096) -- `removeAll()` is now much faster (no relayout) and calls `removed` event just once with a list [#1097](https://github.com/gridstack/gridstack.js/pull/1097) -- `setColumn()` complete re-write and is no longer "Experimental". We now do a reasonable job at sizing/position the widgets (especially 1 column) and -also now cache each column layout so you can go back to say 12 column and not loose original layout. [#1098](https://github.com/gridstack/gridstack.js/pull/1098) -- fix `addWidget(el)` (no data) would not render item at correct location, and overlap item at (0,0) [#1098](https://github.com/gridstack/gridstack.js/pull/1098) -- you can now pre-define size of dragable elements from a sidebar using standard `data-gs-width` and `data-gs-height` - fix -[#413](https://github.com/gridstack/gridstack.js/issues/413), [#914](https://github.com/gridstack/gridstack.js/issues/914), [#918](https://github.com/gridstack/gridstack.js/issues/918), -[#922](https://github.com/gridstack/gridstack.js/issues/922), [#933](https://github.com/gridstack/gridstack.js/issues/933) -thanks [@ermcgrat](https://github.com/ermcgrat) and others for pointing out code issue. - -## v0.5.5 (2019-11-27) - -- min files include rev number/license [#1075](https://github.com/gridstack/gridstack.js/pull/1075) -- npm package fix to exclude more temporary content [#1078](https://github.com/gridstack/gridstack.js/pull/1078) -- removed `jquery-ui/*` requirements from AMD packing in `gridstack.jQueryUI.js` as it was causing App compile missing errors now that we include a subset of jquery-ui - -## v0.5.4 (2019-11-26) - -- fix for griditems with x=0 placement wrong order (introduced by [#1017](https://github.com/gridstack/gridstack.js/issues/10510174)) ([#1054](https://github.com/gridstack/gridstack.js/issues/1054)). -- fix `cellHeight(val)` not working due to style change (introduced by [#937](https://github.com/gridstack/gridstack.js/issues/937)) ([#1068](https://github.com/gridstack/gridstack.js/issues/1068)). -- add `gridstack-poly.js` for IE and older browsers, removed `core-js` lib from samples (<1k vs 85k), and all IE8 mentions ([#1061](https://github.com/gridstack/gridstack.js/pull/1061)). -- add `jquery-ui.js` (and min.js) as minimal subset we need (55k vs 248k), which is now part of `gridstack.all.js`. Include individual parts if you need your own lib instead of all.js -([#1064](https://github.com/gridstack/gridstack.js/pull/1064)). -- changed jquery dependency to lowest we can use (>=1.8) ([#629](https://github.com/gridstack/gridstack.js/issues/629)). -- add advance demo from web site ([#1073](https://github.com/gridstack/gridstack.js/pull/1073)). - -## v0.5.3 (2019-11-20) - -- grid options `width` is now `column`, `height` now `maxRow`, and `setGridWidth()` now `setColumn()` to match what they are. Old names are still supported (console warnings). Various fixes for custom # of column and re-wrote entire doc section ([#1053](https://github.com/gridstack/gridstack.js/issues/1053)). -- fix widgets not animating when `animate: true` is used. on every move, styles were recreated-fix should slightly improve gridstack.js speed ([#937](https://github.com/gridstack/gridstack.js/issues/937)). -- fix moving widgets when having multiple grids. jquery-ui workaround ([#1043](https://github.com/gridstack/gridstack.js/issues/1043)). -- switch to eslint ([#763](https://github.com/gridstack/gridstack.js/issues/763)) thanks [@rwstoneback](https://github.com/rwstoneback). -- fix null values `addWidget()` options ([#1042](https://github.com/gridstack/gridstack.js/issues/1042)). - -## v0.5.2 (2019-11-13) - -- fix undefined `x,y` position messes up grid ([#1017](https://github.com/gridstack/gridstack.js/issues/1017)). -- changed code to 2 spaces. -- fix minHeight during `onStartMoving()` ([#999](https://github.com/gridstack/gridstack.js/issues/999)). -- add `gridstack.d.ts` TypeScript definition file now included - no need to include `@types/gridstack`, easier to update ([#1036](https://github.com/gridstack/gridstack.js/pull/1036)). -- add `addWidget(el, options)` to pass object so you don't have to spell 10 params. ([#907](https://github.com/gridstack/gridstack.js/issues/907)). - -## v0.5.1 (2019-11-07) - -- reduced npm package size from 672k to 324k (drop demo, src and extra files) - -## v0.5.0 (2019-11-06) - -- emit `dropped` event when a widget is dropped from one grid into another ([#823](https://github.com/gridstack/gridstack.js/issues/823)). -- don't throw error if no bounding scroll element is found ([#891](https://github.com/gridstack/gridstack.js/issues/891)). -- don't push locked widgets even if they are at the top of the grid ([#882](https://github.com/gridstack/gridstack.js/issues/882)). -- RequireJS and CommonJS now export on the `exports` module fix ([#643](https://github.com/gridstack/gridstack.js/issues/643)). -- automatically scroll page when widget is moving beyond viewport ([#827](https://github.com/gridstack/gridstack.js/issues/827)). -- removed lodash dependencies ([#693](https://github.com/gridstack/gridstack.js/issues/693)). -- don't overwrite globals jQuery when in a modular environment ([#974](https://github.com/gridstack/gridstack.js/pull/974)). -- removed z-index from `.grid-stack-item-content` causing child modal dialog clipping ([#984](https://github.com/gridstack/gridstack.js/pull/984)). -- convert project to use yarn ([#983](https://github.com/gridstack/gridstack.js/pull/983)). - -## v0.4.0 (2018-05-11) - -- widgets can have their own resize handles. Use `data-gs-resize-handles` element attribute to use. For example, `data-gs-resize-handles="e,w"` will make the particular widget only resize west and east. ([#494](https://github.com/gridstack/gridstack.js/issues/494)). -- enable sidebar items to be duplicated properly. Pass `helper: 'clone'` in `draggable` options. ([#661](https://github.com/gridstack/gridstack.js/issues/661), [#396](https://github.com/gridstack/gridstack.js/issues/396), [#499](https://github.com/gridstack/gridstack.js/issues/499)). -- fix `staticGrid` grid option ([#743](https://github.com/gridstack/gridstack.js/issues/743)) -- preserve inline styles when moving/cloning items (thanks [@silverwind](https://github.com/silverwind)) -- fix bug causing heights not to get set ([#744](https://github.com/gridstack/gridstack.js/issues/744)) -- allow grid to have min-height, fixes ([#628](https://github.com/gridstack/gridstack.js/issues/628)) thanks [@adumesny](https://github.com/adumesny) -- widget x and y are now ints (thanks [@DonnchaC](https://github.com/donnchac)) -- allow all droppable options (thanks [@vigor-vlad](https://github.com/vigor-vlad)) -- properly track mouse position in `getCellFromPixel` (thanks [@aletorrado](https://github.com/aletorrado)) -- remove instance of `!important` (thanks [@krilllind](https://github.com/krilllind)) -- scroll when moving widget up or down out of viewport ([#827](https://github.com/gridstack/gridstack.js/issues/827)) - -## v0.3.0 (2017-04-21) - -- remove placeholder when dragging widget below grid (already worked when dragging left, above, and to the right of grid). -- prevent extra checks for removing widget when dragging off grid. -- trigger `added` when a widget is added via dropping from one grid to another. -- trigger `removed` when a widget is removed via dropping from one grid to another. -- trigger `removed` when a widget is removed via dropping on a removable zone ([#607](https://github.com/gridstack/gridstack.js/issues/607) and [#550](https://github.com/gridstack/gridstack.js/issues/550)). -- trigger custom event for `resizestop` called `gsresizestop` ([#577](https://github.com/gridstack/gridstack.js/issues/577) and [#398](https://github.com/gridstack/gridstack.js/issues/398)). -- prevent dragging/resizing in `oneColumnMode` ([#593](https://github.com/gridstack/gridstack.js/issues/593)). -- add `oneColumnModeClass` option to grid. -- remove 768px CSS styles, moved to grid-stack-one-column-mode class. -- add max-width override on grid-stck-one-column-mode ([#462](https://github.com/gridstack/gridstack.js/issues/462)). -- add internal function`isNodeChangedPosition`, minor optimization to move/drag. -- drag'n'drop plugin system. Move jQuery UI dependencies to separate plugin file. - -## v0.2.6 (2016-08-17) - -- update requirements to the latest versions of jQuery (v3.1.0+) and jquery-ui (v1.12.0+). -- fix jQuery `size()` ([#486](https://github.com/gridstack/gridstack.js/issues/486)). -- update `destroy([detachGrid])` call ([#422](https://github.com/gridstack/gridstack.js/issues/422)). -- don't mutate options when calling `draggable` and `resizable`. ([#505](https://github.com/gridstack/gridstack.js/issues/505)). -- update _notify to allow detach ([#411](https://github.com/gridstack/gridstack.js/issues/411)). -- fix code that checks for jquery-ui ([#481](https://github.com/gridstack/gridstack.js/issues/481)). -- fix `cellWidth` calculation on empty grid - -## v0.2.5 (2016-03-02) - -- update names to respect js naming convention. -- `cellHeight` and `verticalMargin` can now be string (e.g. '3em', '20px') (Thanks to @jlowcs). -- add `maxWidth`/`maxHeight` methods. -- add `enableMove`/`enableResize` methods. -- fix window resize issue [#331](https://github.com/gridstack/gridstack.js/issues/331)). -- add options `disableDrag` and `disableResize`. -- fix `batchUpdate`/`commit` (Thank to @radiolips) -- remove dependency of FontAwesome -- RTL support -- `'auto'` value for `cellHeight` option -- fix `setStatic` method -- add `setAnimation` method to API -- add `setColumn` method ([#227](https://github.com/gridstack/gridstack.js/issues/227)) -- add `removable`/`removeTimeout` *(experimental)* -- add `detachGrid` parameter to `destroy` method ([#216](https://github.com/gridstack/gridstack.js/issues/216)) (thanks @jhpedemonte) -- add `useOffset` parameter to `getCellFromPixel` method ([#237](https://github.com/gridstack/gridstack.js/issues/237)) -- add `minWidth`, `maxWidth`, `minHeight`, `maxHeight`, `id` parameters to `addWidget` ([#188](https://github.com/gridstack/gridstack.js/issues/188)) -- add `added` and `removed` events for when a widget is added or removed, respectively. ([#54](https://github.com/gridstack/gridstack.js/issues/54)) -- add `acceptWidgets` parameter. Widgets can now be draggable between grids or from outside *(experimental)* - -## v0.2.4 (2016-02-15) - -- fix closure compiler/linter warnings -- add `staticGrid` option. -- add `minWidth`/`minHeight` methods (Thanks to @cvillemure) -- add `destroy` method (Thanks to @zspitzer) -- add `placeholderText` option (Thanks to @slauyama) -- add `handleClass` option. -- add `makeWidget` method. -- lodash v 4.x support (Thanks to @andrewr88) - -## v0.2.3 (2015-06-23) - -- gridstack-extra.css -- add support of lodash.js -- add `isAreaEmpty` method -- nested grids -- add `batchUpdate`/`commit` methods -- add `update` method -- allow to override `resizable`/`draggable` options -- add `disable`/`enable` methods -- add `getCellFromPixel` (thanks to @juchi) -- AMD support -- fix nodes sorting -- improved touch devices support -- add `alwaysShowResizeHandle` option -- minor fixes and improvements - -## v0.2.2 (2014-12-23) - -- fix grid initialization -- add `cellHeight`/`cellWidth` API methods -- fix boolean attributes ([#31](https://github.com/gridstack/gridstack.js/issues/31)) - -## v0.2.1 (2014-12-09) - -- add widgets locking ([#19](https://github.com/gridstack/gridstack.js/issues/19)) -- add `willItFit` API method -- fix auto-positioning ([#20](https://github.com/gridstack/gridstack.js/issues/20)) -- add animation (thanks to @ishields) -- fix `y` coordinate calculation when dragging ([#18](https://github.com/gridstack/gridstack.js/issues/18)) -- fix `removeWidget` ([#16](https://github.com/gridstack/gridstack.js/issues/16)) -- minor fixes - - -## v0.2.0 (2014-11-30) - -- add `height` option -- auto-generate css rules (widgets `height` and `top`) -- add `GridStackUI.Utils.sort` utility function -- add `removeAll` API method -- add `resize` and `move` API methods -- add `resizable` and `movable` API methods -- add `data-gs-no-move` attribute -- add `float` option -- fix default css rule for inner content -- minor fixes - -## v0.1.0 (2014-11-18) - -Very first version. diff --git a/software/flow/node_modules/gridstack/doc/README.md b/software/flow/node_modules/gridstack/doc/README.md deleted file mode 100644 index 2dcef60..0000000 --- a/software/flow/node_modules/gridstack/doc/README.md +++ /dev/null @@ -1,514 +0,0 @@ -gridstack.js API -================ - -<!-- START doctoc generated TOC please keep comment here to allow auto update --> -<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> -**Table of Contents** *generated with [DocToc](http://doctoc.herokuapp.com/)* - -- [Options](#options) -- [Grid attributes](#grid-attributes) -- [Item attributes](#item-attributes) -- [Events](#events) - - [added(event, items)](#addedevent-items) - - [change(event, items)](#changeevent-items) - - [disable(event)](#disableevent) - - [dragstart(event, ui)](#dragstartevent-ui) - - [dragstop(event, ui)](#dragstopevent-ui) - - [dropped(event, previousWidget, newWidget)](#droppedevent-previouswidget-newwidget) - - [enable(event)](#enableevent) - - [removed(event, items)](#removedevent-items) - - [resizestart(event, ui)](#resizestartevent-ui) - - [gsresizestop(event, ui)](#gsresizestopevent-ui) -- [API](#api) - - [addWidget(el, [options])](#addwidgetel-options) - - [addWidget(el, [x, y, width, height, autoPosition, minWidth, maxWidth, minHeight, maxHeight, id])](#addwidgetel-x-y-width-height-autoposition-minwidth-maxwidth-minheight-maxheight-id) - - [batchUpdate()](#batchupdate) - - [compact()](#compact) - - [cellHeight()](#cellheight) - - [cellHeight(val, noUpdate)](#cellheightval-noupdate) - - [cellWidth()](#cellwidth) - - [commit()](#commit) - - [destroy([detachGrid])](#destroydetachgrid) - - [disable()](#disable) - - [enable()](#enable) - - [enableMove(doEnable, includeNewWidgets)](#enablemovedoenable-includenewwidgets) - - [enableResize(doEnable, includeNewWidgets)](#enableresizedoenable-includenewwidgets) - - [float(val?)](#floatval) - - [getCellFromPixel(position[, useOffset])](#getcellfrompixelposition-useoffset) - - [isAreaEmpty(x, y, width, height)](#isareaemptyx-y-width-height) - - [locked(el, val)](#lockedel-val) - - [makeWidget(el)](#makewidgetel) - - [maxHeight(el, val)](#maxheightel-val) - - [minHeight(el, val)](#minheightel-val) - - [maxWidth(el, val)](#maxwidthel-val) - - [minWidth(el, val)](#minwidthel-val) - - [movable(el, val)](#movableel-val) - - [move(el, x, y)](#moveel-x-y) - - [removeWidget(el[, detachNode])](#removewidgetel-detachnode) - - [removeAll([detachNode])](#removealldetachnode) - - [resize(el, width, height)](#resizeel-width-height) - - [resizable(el, val)](#resizableel-val) - - [setAnimation(doAnimate)](#setanimationdoanimate) - - [setColumn(column, doNotPropagate)](#setcolumncolumn-donotpropagate) - - [setStatic(staticValue)](#setstaticstaticvalue) - - [update(el, x, y, width, height)](#updateel-x-y-width-height) - - [verticalMargin()](#verticalmargin) - - [verticalMargin(value, noUpdate)](#verticalmarginvalue-noupdate) - - [willItFit(x, y, width, height, autoPosition)](#willitfitx-y-width-height-autoposition) -- [Utils](#utils) - - [GridStackUI.Utils.sort(nodes[, dir[, width]])](#gridstackuiutilssortnodes-dir-width) - -<!-- END doctoc generated TOC please keep comment here to allow auto update --> - -## Options - -- `acceptWidgets` - accept widgets dragged from other grids or from outside (default: `false`). Can be: - * `true` (uses `'.grid-stack-item'` class filter) or `false` - * string for explicit class name - * function (i: number, element: Element) returning a boolean. See [example](http://gridstack.github.io/gridstack.js/demo/two.html) -- `alwaysShowResizeHandle` - if `true` the resizing handles are shown even if the user is not hovering over the widget - (default: `false`) -- `animate` - turns animation on (default: `false`) -- `auto` - if `false` gridstack will not initialize existing items (default: `true`) -- `cellHeight` - one cell height (default: `60`). Can be: - * an integer (px) - * a string (ex: '100px', '10em', '10rem', '10%') - * 0 or null, in which case the library will not generate styles for rows. Everything must be defined in CSS files. - * `'auto'` - height will be calculated to match cell width (initial square grid). -- `column` - number of columns (default: `12`) which can change on the fly with `setColumn()` as well. See [example](http://gridstackjs.com/demo/column.html) -- `ddPlugin` - class that implement drag'n'drop functionallity for gridstack. If `false` grid will be static. (default: `null` - first available plugin will be used) -- `disableDrag` - disallows dragging of widgets (default: `false`). -- `disableOneColumnMode` - disables the onColumnMode when the window width is less than minWidth (default: 'false') -- `disableResize` - disallows resizing of widgets (default: `false`). -- `draggable` - allows to override jQuery UI draggable options. (default: `{handle: '.grid-stack-item-content', scroll: false, appendTo: 'body', containment: null}`) -- `dragOut` to let user drag nested grid items out of a parent or not (default false) See [example](http://gridstackjs.com/demo/nested.html) -- `float` - enable floating widgets (default: `false`) See [example](http://gridstackjs.com/demo/float.html) -- `handle` - draggable handle selector (default: `'.grid-stack-item-content'`) -- `handleClass` - draggable handle class (e.g. `'grid-stack-item-content'`). If set `handle` is ignored (default: `null`) -- `itemClass` - widget class (default: `'grid-stack-item'`) -- `maxRow` - maximum rows amount. Default is `0` which means no maximum rows -- `minWidth` - minimal width. If window width is less than or equal to, grid will be shown in one-column mode (default: `768`) -- `oneColumnModeDomSort` - set to `true` if you want oneColumnMode to use the DOM order and ignore x,y from normal multi column layouts during sorting. This enables you to have custom 1 column layout that differ from the rest. (default?: `false`) -- `placeholderClass` - class for placeholder (default: `'grid-stack-placeholder'`) -- `placeholderText` - placeholder default content (default: `''`) -- `resizable` - allows to override jQuery UI resizable options. (default: `{autoHide: true, handles: 'se'}`) -- `removable` - if `true` widgets could be removed by dragging outside of the grid. It could also be a jQuery selector string, in this case widgets will be removed by dropping them there (default: `false`) See [example](http://gridstackjs.com/demo/two.html) -- `removeTimeout` - time in milliseconds before widget is being removed while dragging outside of the grid. (default: `2000`) -- `rtl` - if `true` turns grid to RTL. Possible values are `true`, `false`, `'auto'` (default: `'auto'`) See [example](http://gridstackjs.com/demo/rtl.html) -- `staticGrid` - makes grid static (default `false`). If true widgets are not movable/resizable. You don't even need jQueryUI draggable/resizable. A CSS class `grid-stack-static` is also added to the container. -- `verticalMargin` - vertical gap size (default: `20`). Can be: - * an integer (px) - * a string (ex: '2em', '20px', '2rem') - -## Grid attributes - -- `data-gs-animate` - turns animation on -- `data-gs-column` - amount of columns. Setting non-default value must be supported by equivalent change in CSS, [see docs here](https://github.com/gridstack/gridstack.js#change-grid-columns). -- `data-gs-max-row` - maximum rows amount. Default is `0` which means no maximum rows. -- `data-gs-current-height` - current rows amount. Set by the library only. Can be used by the CSS rules. - -## Item attributes - -- `data-gs-x`, `data-gs-y` - (number) element position in row/column. Note: if one is missing this will `autoPosition` the item -- `data-gs-width`, `data-gs-height` - (number) element size in row/column -- `data-gs-id`- (number | string) good for quick identification (for example in change event) -- `data-gs-max-width`, `data-gs-min-width`, `data-gs-max-height`, `data-gs-min-height` - element constraints in row/column -- `data-gs-no-resize` - disable element resizing -- `data-gs-no-move` - disable element moving -- `data-gs-auto-position` - tells to ignore `data-gs-x` and `data-gs-y` attributes and to place element to the first available position. Having either one missing will also do that. -- `data-gs-locked` - the widget will be locked. It means another widget wouldn't be able to move it during dragging or resizing. -The widget can still be dragged or resized. You need to add `data-gs-no-resize` and `data-gs-no-move` attributes -to completely lock the widget. -- `data-gs-resize-handles` - sets resize handles for a specific widget. - -## Events - -### added(event, items) - -```javascript -$('.grid-stack').on('added', function(event, items) { - for (var i = 0; i < items.length; i++) { - console.log('item added'); - console.log(items[i]); - } -}); -``` - -### change(event, items) - -Occurs when adding/removing widgets or existing widgets change their position/size - -```javascript -var serializeWidgetMap = function(items) { - console.log(items); -}; - -$('.grid-stack').on('change', function(event, items) { - serializeWidgetMap(items); -}); -``` - -### disable(event) - -```javascript -$('.grid-stack').on('disable', function(event) { - var grid = event.target; -}); -``` - -### dragstart(event, ui) - -```javascript -$('.grid-stack').on('dragstart', function(event, ui) { - var grid = this; - var element = event.target; -}); -``` - -### dragstop(event, ui) - -```javascript -$('.grid-stack').on('dragstop', function(event, ui) { - var grid = this; - var element = event.target; -}); -``` - -### dropped(event, previousWidget, newWidget) - -```javascript -$('.grid-stack').on('dropped', function(event, previousWidget, newWidget) { - console.log('Removed widget that was dragged out of grid:', previousWidget); - console.log('Added widget in dropped grid:', newWidget); -}); -``` - -### enable(event) - -```javascript -$('.grid-stack').on('enable', function(event) { - var grid = event.target; -}); -``` - -### removed(event, items) - -```javascript -$('.grid-stack').on('removed', function(event, items) { - for (var i = 0; i < items.length; i++) { - console.log('item removed'); - console.log(items[i]); - } -}); -``` - -### resizestart(event, ui) - -```javascript -$('.grid-stack').on('resizestart', function(event, ui) { - var grid = this; - var element = event.target; -}); -``` - -### gsresizestop(event, ui) -**Note**: this is a custom event name that is guaranteed to be called -**after** the jqueryui resizestop event where we update `data-gs-width` and `data-gs-height`. - -```javascript -$('.grid-stack').on('gsresizestop', function(event, elem) { - var newHeight = $(elem).attr('data-gs-height'); -}); -``` - -## API - -### addWidget(el, [options]) - -Creates new widget and returns it. Options is an object containing the fields x,y,width,height,etc... described below. - -### addWidget(el, [x, y, width, height, autoPosition, minWidth, maxWidth, minHeight, maxHeight, id]) - -Creates new widget and returns it. - -Parameters: - -- `el` - widget to add -- `x`, `y`, `width`, `height` - widget position/dimensions (optional) -- `autoPosition` - if `true` then `x`, `y` parameters will be ignored and widget will be places on the first available -position (optional) -- `minWidth` minimum width allowed during resize/creation (optional) -- `maxWidth` maximum width allowed during resize/creation (optional) -- `minHeight` minimum height allowed during resize/creation (optional) -- `maxHeight` maximum height allowed during resize/creation (optional) -- `id` value for `data-gs-id` (optional) - -Widget will be always placed even if result height is more than actual grid height. You need to use `willItFit` method -before calling `addWidget` for additional check. - -```javascript -$('.grid-stack').gridstack(); -var grid = $('.grid-stack').data('gridstack'); -grid.addWidget(el, 0, 0, 3, 2, true); -``` - -### batchUpdate() - -starts batch updates. You will see no changes until `commit()` method is called. - -### compact() - -relayout grid items to reclaim any empty space. - -### cellHeight() - -Gets current cell height. - -### cellHeight(val, noUpdate) - -Update current cell height. This method rebuilds an internal CSS stylesheet (unless optional noUpdate=true). Note: You can expect performance issues if -call this method too often. - -```javascript -grid.cellHeight(grid.cellWidth() * 1.2); -``` - -### cellWidth() - -Gets current cell width. - -### commit() - -Ends batch updates. Updates DOM nodes. You must call it after `batchUpdate()`. - -### destroy([detachGrid]) - -Destroys a grid instance. - -Parameters: - -- `detachGrid` - if `false` nodes and grid will not be removed from the DOM (Optional. Default `true`). - -### disable() - -Disables widgets moving/resizing. This is a shortcut for: - -```javascript -grid.movable('.grid-stack-item', false); -grid.resizable('.grid-stack-item', false); -``` - -### enable() - -Enables widgets moving/resizing. This is a shortcut for: - -```javascript -grid.movable('.grid-stack-item', true); -grid.resizable('.grid-stack-item', true); -``` - -### enableMove(doEnable, includeNewWidgets) - -Enables/disables widget moving. `includeNewWidgets` will force new widgets to be draggable as per `doEnable`'s value by changing the `disableDrag` grid option. This is a shortcut for: - -```javascript -grid.movable(this.container.children('.' + this.opts.itemClass), doEnable); -``` - -### enableResize(doEnable, includeNewWidgets) - -Enables/disables widget resizing. `includeNewWidgets` will force new widgets to be resizable as per `doEnable`'s value by changing the `disableResize` grid option. This is a shortcut for: - -```javascript -grid.resizable(this.container.children('.' + this.opts.itemClass), doEnable); -``` - -### float(val?) - -set/get floating widgets (default: `false`) - -- `val` - boolean to set true/false, else get the current value - -### getCellFromPixel(position[, useOffset]) - -Get the position of the cell under a pixel on screen. - -Parameters : - -- `position` - the position of the pixel to resolve in absolute coordinates, as an object with `top` and `left` properties -- `useOffset` - if `true`, value will be based on offset vs position (Optional. Default `false`). Useful when grid is within `position: relative` element. - -Returns an object with properties `x` and `y` i.e. the column and row in the grid. - -### isAreaEmpty(x, y, width, height) - -Checks if specified area is empty. - -### locked(el, val) - -Locks/unlocks widget. - -- `el` - widget to modify. -- `val` - if `true` widget will be locked. - -### makeWidget(el) - -If you add elements to your gridstack container by hand, you have to tell gridstack afterwards to make them widgets. If you want gridstack to add the elements for you, use `addWidget` instead. -Makes the given element a widget and returns it. - -Parameters: - -- `el` - element to convert to a widget - -```javascript -$('.grid-stack').gridstack(); - -$('.grid-stack').append('<div id="gsi-1" data-gs-x="0" data-gs-y="0" data-gs-width="3" data-gs-height="2" data-gs-auto-position="true"></div>') -var grid = $('.grid-stack').data('gridstack'); -grid.makeWidget('gsi-1'); -``` - -### maxHeight(el, val) - -Set the `maxHeight` for a widget. - -- `el` - widget to modify. -- `val` - A numeric value of the number of rows - -### minHeight(el, val) - -Set the `minHeight` for a widget. - -- `el` - widget to modify. -- `val` - A numeric value of the number of rows - -### maxWidth(el, val) - -Set the `maxWidth` for a widget. - -- `el` - widget to modify. -- `val` - A numeric value of the number of columns - -### minWidth(el, val) - -Set the `minWidth` for a widget. - -- `el` - widget to modify. -- `val` - A numeric value of the number of columns - -### movable(el, val) - -Enables/Disables moving. - -- `el` - widget to modify -- `val` - if `true` widget will be draggable. - -### move(el, x, y) - -Changes widget position - -Parameters: - -- `el` - widget to move -- `x`, `y` - new position. If value is `null` or `undefined` it will be ignored. - -### removeWidget(el[, detachNode]) - -Removes widget from the grid. - -Parameters: - -- `el` - widget to remove. -- `detachNode` - if `false` node won't be removed from the DOM (Optional. Default `true`). - -### removeAll([detachNode]) - -Removes all widgets from the grid. - -Parameters: - -- `detachNode` - if `false` nodes won't be removed from the DOM (Optional. Default `true`). - -### resize(el, width, height) - -Changes widget size - -Parameters: - -- `el` - widget to resize -- `width`, `height` - new dimensions. If value is `null` or `undefined` it will be ignored. - -### resizable(el, val) - -Enables/Disables resizing. - -- `el` - widget to modify -- `val` - if `true` widget will be resizable. - -### setAnimation(doAnimate) - -Toggle the grid animation state. Toggles the `grid-stack-animate` class. - -- `doAnimate` - if `true` the grid will animate. - -### setColumn(column, doNotPropagate) - -Modify number of columns in the grid. Will update existing widgets to conform to new number of columns, -as well as cache the original layout so you can revert back to previous positions without loss. -Requires `gridstack-extra.css` or `gridstack-extra.min.css` for [1-11], -else you will need to generate correct CSS (see https://github.com/gridstack/gridstack.js#change-grid-columns) - -- `column` - Integer > 0 (default 12). -- `doNotPropagate` - if true existing widgets will not be updated. - -### setStatic(staticValue) - -Toggle the grid static state. Also toggle the `grid-stack-static` class. - -- `staticValue` - if `true` the grid becomes static. - -### update(el, x, y, width, height) - -Parameters: - -- `el` - widget to move -- `x`, `y` - new position. If value is `null` or `undefined` it will be ignored. -- `width`, `height` - new dimensions. If value is `null` or `undefined` it will be ignored. - -Updates widget position/size. - -### verticalMargin() - -returns current vertical margin value. - -### verticalMargin(value, noUpdate) - -Parameters: - -- `value` - new vertical margin value. -- `noUpdate` - if true, styles will not be updated. - -### willItFit(x, y, width, height, autoPosition) - -Returns `true` if the `height` of the grid will be less the vertical constraint. Always returns `true` if grid doesn't -have `height` constraint. - -```javascript -if (grid.willItFit(newNode.x, newNode.y, newNode.width, newNode.height, true)) { - grid.addWidget(newNode.el, newNode.x, newNode.y, newNode.width, newNode.height, true); -} -else { - alert('Not enough free space to place the widget'); -} -``` - - -## Utils - -### GridStackUI.Utils.sort(nodes[, dir[, width]]) - -Sorts array of nodes - -- `nodes` - array to sort -- `dir` - `1` for asc, `-1` for desc (optional) -- `width` - width of the grid. If `undefined` the width will be calculated automatically (optional). diff --git a/software/flow/node_modules/gridstack/package.json b/software/flow/node_modules/gridstack/package.json deleted file mode 100644 index 4cabca3..0000000 --- a/software/flow/node_modules/gridstack/package.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "name": "gridstack", - "version": "0.6.4", - "description": "gridstack.js for dashboard layout and creation, with many wrappers (React, Angular, Ember, knockout...)", - "main": "dist/gridstack.js", - "repository": { - "type": "git", - "url": "git+https://github.com/gridstack/gridstack.js.git" - }, - "scripts": { - "build": "grunt && doctoc ./README.md && doctoc ./doc/README.md && doctoc ./doc/CHANGES.md", - "test": "grunt lint && karma start karma.conf.js", - "lint": "grunt lint", - "reset": "rm -rf dist node_modules", - "prepublishOnly": "yarn build" - }, - "keywords": [ - "gridstack.js", - "grid", - "gridster", - "layout", - "responsive", - "dashboard", - "resize", - "drag&drop", - "widgets", - "Angular", - "React", - "Typescript" - ], - "author": "Pavel Reznikov <pashka.reznikov@gmail.com>", - "contributors": [ - "Dylan Weiss <dylan.weiss@gmail.com> (https://dylandreams.com)", - "Alain Dumesny <alaind831+github@gmail.com> (https://github.com/adumesny)" - ], - "license": "MIT", - "bugs": { - "url": "https://github.com/gridstack/gridstack.js/issues" - }, - "homepage": "http://gridstack.github.io/gridstack.js/", - "dependencies": { - "jquery": "^1.8 || 2 || 3" - }, - "devDependencies": { - "connect": "^3.6.6", - "core-js": "^3.0.0", - "coveralls": "^3.0.3", - "doctoc": "^1.4.0", - "grunt": "^1.0.4", - "grunt-cli": "^1.3.2", - "grunt-contrib-connect": "^2.0.0", - "grunt-contrib-copy": "^1.0.0", - "grunt-contrib-cssmin": "^3.0.0", - "grunt-contrib-uglify": "^4.0.1", - "grunt-contrib-watch": "^1.1.0", - "grunt-eslint": "^20.1.0", - "grunt-protractor-runner": "^5.0.0", - "grunt-protractor-webdriver": "^0.2.5", - "grunt-sass": "2.1.0", - "jasmine-core": "^3.3.0", - "karma": "^4.0.1", - "karma-chrome-launcher": "^2.2.0", - "karma-coverage": "^1.1.2", - "karma-coveralls": "^2.1.0", - "karma-jasmine": "^2.0.1", - "puppeteer": "^1.13.0", - "serve-static": "^1.13.2" - }, - "resolutions": { - "lodash": "^4.17.13", - "js-yaml": "^3.13.1" - } -} diff --git a/software/flow/node_modules/http-errors/HISTORY.md b/software/flow/node_modules/http-errors/HISTORY.md deleted file mode 100644 index 7228684..0000000 --- a/software/flow/node_modules/http-errors/HISTORY.md +++ /dev/null @@ -1,180 +0,0 @@ -2.0.0 / 2021-12-17 -================== - - * Drop support for Node.js 0.6 - * Remove `I'mateapot` export; use `ImATeapot` instead - * Remove support for status being non-first argument - * Rename `UnorderedCollection` constructor to `TooEarly` - * deps: depd@2.0.0 - - Replace internal `eval` usage with `Function` constructor - - Use instance methods on `process` to check for listeners - * deps: statuses@2.0.1 - - Fix messaging casing of `418 I'm a Teapot` - - Remove code 306 - - Rename `425 Unordered Collection` to standard `425 Too Early` - -2021-11-14 / 1.8.1 -================== - - * deps: toidentifier@1.0.1 - -2020-06-29 / 1.8.0 -================== - - * Add `isHttpError` export to determine if value is an HTTP error - * deps: setprototypeof@1.2.0 - -2019-06-24 / 1.7.3 -================== - - * deps: inherits@2.0.4 - -2019-02-18 / 1.7.2 -================== - - * deps: setprototypeof@1.1.1 - -2018-09-08 / 1.7.1 -================== - - * Fix error creating objects in some environments - -2018-07-30 / 1.7.0 -================== - - * Set constructor name when possible - * Use `toidentifier` module to make class names - * deps: statuses@'>= 1.5.0 < 2' - -2018-03-29 / 1.6.3 -================== - - * deps: depd@~1.1.2 - - perf: remove argument reassignment - * deps: setprototypeof@1.1.0 - * deps: statuses@'>= 1.4.0 < 2' - -2017-08-04 / 1.6.2 -================== - - * deps: depd@1.1.1 - - Remove unnecessary `Buffer` loading - -2017-02-20 / 1.6.1 -================== - - * deps: setprototypeof@1.0.3 - - Fix shim for old browsers - -2017-02-14 / 1.6.0 -================== - - * Accept custom 4xx and 5xx status codes in factory - * Add deprecation message to `"I'mateapot"` export - * Deprecate passing status code as anything except first argument in factory - * Deprecate using non-error status codes - * Make `message` property enumerable for `HttpError`s - -2016-11-16 / 1.5.1 -================== - - * deps: inherits@2.0.3 - - Fix issue loading in browser - * deps: setprototypeof@1.0.2 - * deps: statuses@'>= 1.3.1 < 2' - -2016-05-18 / 1.5.0 -================== - - * Support new code `421 Misdirected Request` - * Use `setprototypeof` module to replace `__proto__` setting - * deps: statuses@'>= 1.3.0 < 2' - - Add `421 Misdirected Request` - - perf: enable strict mode - * perf: enable strict mode - -2016-01-28 / 1.4.0 -================== - - * Add `HttpError` export, for `err instanceof createError.HttpError` - * deps: inherits@2.0.1 - * deps: statuses@'>= 1.2.1 < 2' - - Fix message for status 451 - - Remove incorrect nginx status code - -2015-02-02 / 1.3.1 -================== - - * Fix regression where status can be overwritten in `createError` `props` - -2015-02-01 / 1.3.0 -================== - - * Construct errors using defined constructors from `createError` - * Fix error names that are not identifiers - - `createError["I'mateapot"]` is now `createError.ImATeapot` - * Set a meaningful `name` property on constructed errors - -2014-12-09 / 1.2.8 -================== - - * Fix stack trace from exported function - * Remove `arguments.callee` usage - -2014-10-14 / 1.2.7 -================== - - * Remove duplicate line - -2014-10-02 / 1.2.6 -================== - - * Fix `expose` to be `true` for `ClientError` constructor - -2014-09-28 / 1.2.5 -================== - - * deps: statuses@1 - -2014-09-21 / 1.2.4 -================== - - * Fix dependency version to work with old `npm`s - -2014-09-21 / 1.2.3 -================== - - * deps: statuses@~1.1.0 - -2014-09-21 / 1.2.2 -================== - - * Fix publish error - -2014-09-21 / 1.2.1 -================== - - * Support Node.js 0.6 - * Use `inherits` instead of `util` - -2014-09-09 / 1.2.0 -================== - - * Fix the way inheriting functions - * Support `expose` being provided in properties argument - -2014-09-08 / 1.1.0 -================== - - * Default status to 500 - * Support provided `error` to extend - -2014-09-08 / 1.0.1 -================== - - * Fix accepting string message - -2014-09-08 / 1.0.0 -================== - - * Initial release diff --git a/software/flow/node_modules/http-errors/LICENSE b/software/flow/node_modules/http-errors/LICENSE deleted file mode 100644 index 82af4df..0000000 --- a/software/flow/node_modules/http-errors/LICENSE +++ /dev/null @@ -1,23 +0,0 @@ - -The MIT License (MIT) - -Copyright (c) 2014 Jonathan Ong me@jongleberry.com -Copyright (c) 2016 Douglas Christopher Wilson doug@somethingdoug.com - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/software/flow/node_modules/http-errors/README.md b/software/flow/node_modules/http-errors/README.md deleted file mode 100644 index a8b7330..0000000 --- a/software/flow/node_modules/http-errors/README.md +++ /dev/null @@ -1,169 +0,0 @@ -# http-errors - -[![NPM Version][npm-version-image]][npm-url] -[![NPM Downloads][npm-downloads-image]][node-url] -[![Node.js Version][node-image]][node-url] -[![Build Status][ci-image]][ci-url] -[![Test Coverage][coveralls-image]][coveralls-url] - -Create HTTP errors for Express, Koa, Connect, etc. with ease. - -## Install - -This is a [Node.js](https://nodejs.org/en/) module available through the -[npm registry](https://www.npmjs.com/). Installation is done using the -[`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally): - -```console -$ npm install http-errors -``` - -## Example - -```js -var createError = require('http-errors') -var express = require('express') -var app = express() - -app.use(function (req, res, next) { - if (!req.user) return next(createError(401, 'Please login to view this page.')) - next() -}) -``` - -## API - -This is the current API, currently extracted from Koa and subject to change. - -### Error Properties - -- `expose` - can be used to signal if `message` should be sent to the client, - defaulting to `false` when `status` >= 500 -- `headers` - can be an object of header names to values to be sent to the - client, defaulting to `undefined`. When defined, the key names should all - be lower-cased -- `message` - the traditional error message, which should be kept short and all - single line -- `status` - the status code of the error, mirroring `statusCode` for general - compatibility -- `statusCode` - the status code of the error, defaulting to `500` - -### createError([status], [message], [properties]) - -Create a new error object with the given message `msg`. -The error object inherits from `createError.HttpError`. - -```js -var err = createError(404, 'This video does not exist!') -``` - -- `status: 500` - the status code as a number -- `message` - the message of the error, defaulting to node's text for that status code. -- `properties` - custom properties to attach to the object - -### createError([status], [error], [properties]) - -Extend the given `error` object with `createError.HttpError` -properties. This will not alter the inheritance of the given -`error` object, and the modified `error` object is the -return value. - -<!-- eslint-disable no-redeclare --> - -```js -fs.readFile('foo.txt', function (err, buf) { - if (err) { - if (err.code === 'ENOENT') { - var httpError = createError(404, err, { expose: false }) - } else { - var httpError = createError(500, err) - } - } -}) -``` - -- `status` - the status code as a number -- `error` - the error object to extend -- `properties` - custom properties to attach to the object - -### createError.isHttpError(val) - -Determine if the provided `val` is an `HttpError`. This will return `true` -if the error inherits from the `HttpError` constructor of this module or -matches the "duck type" for an error this module creates. All outputs from -the `createError` factory will return `true` for this function, including -if an non-`HttpError` was passed into the factory. - -### new createError\[code || name\](\[msg]\)) - -Create a new error object with the given message `msg`. -The error object inherits from `createError.HttpError`. - -```js -var err = new createError.NotFound() -``` - -- `code` - the status code as a number -- `name` - the name of the error as a "bumpy case", i.e. `NotFound` or `InternalServerError`. - -#### List of all constructors - -|Status Code|Constructor Name | -|-----------|-----------------------------| -|400 |BadRequest | -|401 |Unauthorized | -|402 |PaymentRequired | -|403 |Forbidden | -|404 |NotFound | -|405 |MethodNotAllowed | -|406 |NotAcceptable | -|407 |ProxyAuthenticationRequired | -|408 |RequestTimeout | -|409 |Conflict | -|410 |Gone | -|411 |LengthRequired | -|412 |PreconditionFailed | -|413 |PayloadTooLarge | -|414 |URITooLong | -|415 |UnsupportedMediaType | -|416 |RangeNotSatisfiable | -|417 |ExpectationFailed | -|418 |ImATeapot | -|421 |MisdirectedRequest | -|422 |UnprocessableEntity | -|423 |Locked | -|424 |FailedDependency | -|425 |TooEarly | -|426 |UpgradeRequired | -|428 |PreconditionRequired | -|429 |TooManyRequests | -|431 |RequestHeaderFieldsTooLarge | -|451 |UnavailableForLegalReasons | -|500 |InternalServerError | -|501 |NotImplemented | -|502 |BadGateway | -|503 |ServiceUnavailable | -|504 |GatewayTimeout | -|505 |HTTPVersionNotSupported | -|506 |VariantAlsoNegotiates | -|507 |InsufficientStorage | -|508 |LoopDetected | -|509 |BandwidthLimitExceeded | -|510 |NotExtended | -|511 |NetworkAuthenticationRequired| - -## License - -[MIT](LICENSE) - -[ci-image]: https://badgen.net/github/checks/jshttp/http-errors/master?label=ci -[ci-url]: https://github.com/jshttp/http-errors/actions?query=workflow%3Aci -[coveralls-image]: https://badgen.net/coveralls/c/github/jshttp/http-errors/master -[coveralls-url]: https://coveralls.io/r/jshttp/http-errors?branch=master -[node-image]: https://badgen.net/npm/node/http-errors -[node-url]: https://nodejs.org/en/download -[npm-downloads-image]: https://badgen.net/npm/dm/http-errors -[npm-url]: https://npmjs.org/package/http-errors -[npm-version-image]: https://badgen.net/npm/v/http-errors -[travis-image]: https://badgen.net/travis/jshttp/http-errors/master -[travis-url]: https://travis-ci.org/jshttp/http-errors diff --git a/software/flow/node_modules/http-errors/index.js b/software/flow/node_modules/http-errors/index.js deleted file mode 100644 index c425f1e..0000000 --- a/software/flow/node_modules/http-errors/index.js +++ /dev/null @@ -1,289 +0,0 @@ -/*! - * http-errors - * Copyright(c) 2014 Jonathan Ong - * Copyright(c) 2016 Douglas Christopher Wilson - * MIT Licensed - */ - -'use strict' - -/** - * Module dependencies. - * @private - */ - -var deprecate = require('depd')('http-errors') -var setPrototypeOf = require('setprototypeof') -var statuses = require('statuses') -var inherits = require('inherits') -var toIdentifier = require('toidentifier') - -/** - * Module exports. - * @public - */ - -module.exports = createError -module.exports.HttpError = createHttpErrorConstructor() -module.exports.isHttpError = createIsHttpErrorFunction(module.exports.HttpError) - -// Populate exports for all constructors -populateConstructorExports(module.exports, statuses.codes, module.exports.HttpError) - -/** - * Get the code class of a status code. - * @private - */ - -function codeClass (status) { - return Number(String(status).charAt(0) + '00') -} - -/** - * Create a new HTTP Error. - * - * @returns {Error} - * @public - */ - -function createError () { - // so much arity going on ~_~ - var err - var msg - var status = 500 - var props = {} - for (var i = 0; i < arguments.length; i++) { - var arg = arguments[i] - var type = typeof arg - if (type === 'object' && arg instanceof Error) { - err = arg - status = err.status || err.statusCode || status - } else if (type === 'number' && i === 0) { - status = arg - } else if (type === 'string') { - msg = arg - } else if (type === 'object') { - props = arg - } else { - throw new TypeError('argument #' + (i + 1) + ' unsupported type ' + type) - } - } - - if (typeof status === 'number' && (status < 400 || status >= 600)) { - deprecate('non-error status code; use only 4xx or 5xx status codes') - } - - if (typeof status !== 'number' || - (!statuses.message[status] && (status < 400 || status >= 600))) { - status = 500 - } - - // constructor - var HttpError = createError[status] || createError[codeClass(status)] - - if (!err) { - // create error - err = HttpError - ? new HttpError(msg) - : new Error(msg || statuses.message[status]) - Error.captureStackTrace(err, createError) - } - - if (!HttpError || !(err instanceof HttpError) || err.status !== status) { - // add properties to generic error - err.expose = status < 500 - err.status = err.statusCode = status - } - - for (var key in props) { - if (key !== 'status' && key !== 'statusCode') { - err[key] = props[key] - } - } - - return err -} - -/** - * Create HTTP error abstract base class. - * @private - */ - -function createHttpErrorConstructor () { - function HttpError () { - throw new TypeError('cannot construct abstract class') - } - - inherits(HttpError, Error) - - return HttpError -} - -/** - * Create a constructor for a client error. - * @private - */ - -function createClientErrorConstructor (HttpError, name, code) { - var className = toClassName(name) - - function ClientError (message) { - // create the error object - var msg = message != null ? message : statuses.message[code] - var err = new Error(msg) - - // capture a stack trace to the construction point - Error.captureStackTrace(err, ClientError) - - // adjust the [[Prototype]] - setPrototypeOf(err, ClientError.prototype) - - // redefine the error message - Object.defineProperty(err, 'message', { - enumerable: true, - configurable: true, - value: msg, - writable: true - }) - - // redefine the error name - Object.defineProperty(err, 'name', { - enumerable: false, - configurable: true, - value: className, - writable: true - }) - - return err - } - - inherits(ClientError, HttpError) - nameFunc(ClientError, className) - - ClientError.prototype.status = code - ClientError.prototype.statusCode = code - ClientError.prototype.expose = true - - return ClientError -} - -/** - * Create function to test is a value is a HttpError. - * @private - */ - -function createIsHttpErrorFunction (HttpError) { - return function isHttpError (val) { - if (!val || typeof val !== 'object') { - return false - } - - if (val instanceof HttpError) { - return true - } - - return val instanceof Error && - typeof val.expose === 'boolean' && - typeof val.statusCode === 'number' && val.status === val.statusCode - } -} - -/** - * Create a constructor for a server error. - * @private - */ - -function createServerErrorConstructor (HttpError, name, code) { - var className = toClassName(name) - - function ServerError (message) { - // create the error object - var msg = message != null ? message : statuses.message[code] - var err = new Error(msg) - - // capture a stack trace to the construction point - Error.captureStackTrace(err, ServerError) - - // adjust the [[Prototype]] - setPrototypeOf(err, ServerError.prototype) - - // redefine the error message - Object.defineProperty(err, 'message', { - enumerable: true, - configurable: true, - value: msg, - writable: true - }) - - // redefine the error name - Object.defineProperty(err, 'name', { - enumerable: false, - configurable: true, - value: className, - writable: true - }) - - return err - } - - inherits(ServerError, HttpError) - nameFunc(ServerError, className) - - ServerError.prototype.status = code - ServerError.prototype.statusCode = code - ServerError.prototype.expose = false - - return ServerError -} - -/** - * Set the name of a function, if possible. - * @private - */ - -function nameFunc (func, name) { - var desc = Object.getOwnPropertyDescriptor(func, 'name') - - if (desc && desc.configurable) { - desc.value = name - Object.defineProperty(func, 'name', desc) - } -} - -/** - * Populate the exports object with constructors for every error class. - * @private - */ - -function populateConstructorExports (exports, codes, HttpError) { - codes.forEach(function forEachCode (code) { - var CodeError - var name = toIdentifier(statuses.message[code]) - - switch (codeClass(code)) { - case 400: - CodeError = createClientErrorConstructor(HttpError, name, code) - break - case 500: - CodeError = createServerErrorConstructor(HttpError, name, code) - break - } - - if (CodeError) { - // export the constructor - exports[code] = CodeError - exports[name] = CodeError - } - }) -} - -/** - * Get a class name from a name identifier. - * @private - */ - -function toClassName (name) { - return name.substr(-5) !== 'Error' - ? name + 'Error' - : name -} diff --git a/software/flow/node_modules/http-errors/package.json b/software/flow/node_modules/http-errors/package.json deleted file mode 100644 index 4cb6d7e..0000000 --- a/software/flow/node_modules/http-errors/package.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "name": "http-errors", - "description": "Create HTTP error objects", - "version": "2.0.0", - "author": "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)", - "contributors": [ - "Alan Plum <me@pluma.io>", - "Douglas Christopher Wilson <doug@somethingdoug.com>" - ], - "license": "MIT", - "repository": "jshttp/http-errors", - "dependencies": { - "depd": "2.0.0", - "inherits": "2.0.4", - "setprototypeof": "1.2.0", - "statuses": "2.0.1", - "toidentifier": "1.0.1" - }, - "devDependencies": { - "eslint": "7.32.0", - "eslint-config-standard": "14.1.1", - "eslint-plugin-import": "2.25.3", - "eslint-plugin-markdown": "2.2.1", - "eslint-plugin-node": "11.1.0", - "eslint-plugin-promise": "5.2.0", - "eslint-plugin-standard": "4.1.0", - "mocha": "9.1.3", - "nyc": "15.1.0" - }, - "engines": { - "node": ">= 0.8" - }, - "scripts": { - "lint": "eslint . && node ./scripts/lint-readme-list.js", - "test": "mocha --reporter spec --bail", - "test-ci": "nyc --reporter=lcov --reporter=text npm test", - "test-cov": "nyc --reporter=html --reporter=text npm test", - "version": "node scripts/version-history.js && git add HISTORY.md" - }, - "keywords": [ - "http", - "error" - ], - "files": [ - "index.js", - "HISTORY.md", - "LICENSE", - "README.md" - ] -} diff --git a/software/flow/node_modules/influx/.github/ISSUE_TEMPLATE.md b/software/flow/node_modules/influx/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index ad659ce..0000000 --- a/software/flow/node_modules/influx/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,19 +0,0 @@ -## Expected Behavior - -## Actual Behavior - -## Steps/Code to Reproduce the Problem - -1. 1. 1. - -``` -const influx = require('influx') - -// ... -``` - -## Specifications - -- Version: -- Platform: -- Subsystem: diff --git a/software/flow/node_modules/influx/.github/PULL_REQUEST_TEMPLATE.md b/software/flow/node_modules/influx/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index 71dbbec..0000000 --- a/software/flow/node_modules/influx/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,11 +0,0 @@ -Fixes # - -## Proposed Changes - ---- - -## Checklist - -- [ ] A test has been added if appropriate -- [ ] `npm test` completes successfully -- [ ] Commit messages are in [semantic format](https://seesparkbox.com/foundry/semantic_commit_messages) diff --git a/software/flow/node_modules/influx/.github/stale.yml b/software/flow/node_modules/influx/.github/stale.yml deleted file mode 100644 index a98df91..0000000 --- a/software/flow/node_modules/influx/.github/stale.yml +++ /dev/null @@ -1,61 +0,0 @@ -# Configuration for probot-stale - https://github.com/probot/stale - -# Number of days of inactivity before an Issue or Pull Request becomes stale -daysUntilStale: 60 - -# Number of days of inactivity before an Issue or Pull Request with the stale label is closed. -# Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale. -daysUntilClose: 7 - -# Only issues or pull requests with all of these labels are check if stale. Defaults to `[]` (disabled) -onlyLabels: [] - -# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable -exemptLabels: - - pinned - - security - - "[Status] Maybe Later" - - "help wanted" - -# Set to true to ignore issues in a project (defaults to false) -exemptProjects: false - -# Set to true to ignore issues in a milestone (defaults to false) -exemptMilestones: false - -# Set to true to ignore issues with an assignee (defaults to false) -exemptAssignees: false - -# Label to use when marking as stale -staleLabel: stale - -# Comment to post when marking as stale. Set to `false` to disable -markComment: > - This issue has been automatically marked as stale because it has not had - recent activity. It will be closed if no further activity occurs. Thank you - for your contributions. - -# Comment to post when removing the stale label. -# unmarkComment: > -# Your comment here. - -# Comment to post when closing a stale Issue or Pull Request. -# closeComment: > -# Your comment here. - -# Limit the number of actions per hour, from 1-30. Default is 30 -limitPerRun: 30 -# Limit to only `issues` or `pulls` -# only: issues - -# Optionally, specify configuration settings that are specific to just 'issues' or 'pulls': -# pulls: -# daysUntilStale: 30 -# markComment: > -# This pull request has been automatically marked as stale because it has not had -# recent activity. It will be closed if no further activity occurs. Thank you -# for your contributions. - -# issues: -# exemptLabels: -# - confirmed diff --git a/software/flow/node_modules/influx/.github/workflows/CI.yml b/software/flow/node_modules/influx/.github/workflows/CI.yml deleted file mode 100644 index 131655e..0000000 --- a/software/flow/node_modules/influx/.github/workflows/CI.yml +++ /dev/null @@ -1,34 +0,0 @@ -# This is a basic workflow to help you get started with Actions - -name: CI - -# Controls when the action will run. Triggers the workflow on push or pull request -# events but only for the master branch -on: - push: - branches: [master] - pull_request: - branches: [master] - -# A workflow run is made up of one or more jobs that can run sequentially or in parallel -jobs: - # This workflow contains a single job called "build" - build: - # The type of runner that the job will run on - runs-on: ubuntu-latest - - # Steps represent a sequence of tasks that will be executed as part of the job - steps: - # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 - with: - # Make sure the actual branch is checked out when running on pull requests - ref: ${{ github.head_ref }} - - - name: Prettier - uses: creyD/prettier_action@v3.0 - with: - prettier_options: --write **/*.{tsx,ts,md} - commit_message: "style: prettier code" - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/software/flow/node_modules/influx/.prettierignore b/software/flow/node_modules/influx/.prettierignore deleted file mode 100644 index 827817b..0000000 --- a/software/flow/node_modules/influx/.prettierignore +++ /dev/null @@ -1,5 +0,0 @@ -# Ignore artifacts: -doc -lib -coverage - diff --git a/software/flow/node_modules/influx/.prettierrc.json b/software/flow/node_modules/influx/.prettierrc.json deleted file mode 100644 index 0967ef4..0000000 --- a/software/flow/node_modules/influx/.prettierrc.json +++ /dev/null @@ -1 +0,0 @@ -{} diff --git a/software/flow/node_modules/influx/.vscode/extensions.json b/software/flow/node_modules/influx/.vscode/extensions.json deleted file mode 100644 index c83e263..0000000 --- a/software/flow/node_modules/influx/.vscode/extensions.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "recommendations": ["esbenp.prettier-vscode"] -} diff --git a/software/flow/node_modules/influx/.vscode/settings.json b/software/flow/node_modules/influx/.vscode/settings.json deleted file mode 100644 index 95c6938..0000000 --- a/software/flow/node_modules/influx/.vscode/settings.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "editor.formatOnSave": true, - "editor.tabSize": 2 -} diff --git a/software/flow/node_modules/influx/CHANGELOG.md b/software/flow/node_modules/influx/CHANGELOG.md deleted file mode 100644 index 7c85cb4..0000000 --- a/software/flow/node_modules/influx/CHANGELOG.md +++ /dev/null @@ -1,95 +0,0 @@ -# node-influx Changelog - -## 2017-03-04, 5.0.5 - -- Allow passing custom request options to http(s)?.request ([#262](https://github.com/node-influx/node-influx/issues/262), [#260](https://github.com/node-influx/node-influx/issues/260)) -- Fix getNanoDate failing for second-precision timestamps ([#261](https://github.com/node-influx/node-influx/issues/261)) -- Update TypeScript to 2.2.x -- Support multiple queries in queryRaw() ([#254](https://github.com/node-influx/node-influx/pull/254)) - -## 2016-11-12, 5.0.1 - -- bug: `.grantPrivilege` generating invalid queries ([#239](https://github.com/node-influx/node-influx/issues/239)) -- doc: a documentation issue in `.createRetentionPolicy`'s options ([#238](https://github.com/node-influx/node-influx/issues/238)) -- doc: `tags` and `fields` being swapped in a couple of usage examples - -## 2016-10-27, 5.0.0 - -Stable release! No new changes. - -## 2016-10-24, 5.0.0-alpha.4 - -- **breaking** (only TypeScript): interfaces have been renamed and prefixed with an `I` -- added compatibility with Node 4 (and non-ES6 targets with polyfills). - -## 2016-10-22, 5.0.0-alpha.3 - -- Fix more documentation typos. -- Fix requests to `https` hosts failing. - -## 2016-10-21, 5.0.0-alpha.2 - -- **breaking**: The `epoch` property in the IQueryOptions type has been renamed to `precision` for consistency. -- Multiple fixes have been made for Webpack support, awaiting resolution of [node-libs-browser#41](https://github.com/webpack/node-libs-browser/pull/41) -- Fixed an issue where precision could be lost when querying for nanosecond precision. -- All `time` columns in Results are parsed to NanoDates, increased NanoDate parsing speed. -- Fixed various compatibility issues with browser polyfills. -- Documentation typos have been fixed (thanks @dandv!) and made more consistent. - -## 2016-10-15, 5.0.0-alpha.1 - -5.0.0 is a port/rewrite of node-influx to TypeScript, aiming to provide a stronger foundation while fixing many of the pain points and bugs which currently exist. These include issues with escaping data passed to node-influx, date handling difficulties, quirks in the connection, and the lack of complete unit tests. We also take the opportunity to build a more modern, promise-based API. Concretely, here's what we've got for you: - -- A modern promise based API; -- Order-of-magnitude performance increases (varying per situation); -- A more consistent API with predictable and consistent escaping; -- The ability to correctly and accurately [deal with times](https://node-influx.github.io/manual/usage.html#a-moment-for-times); -- The ability to correctly and accurately [deal with all data types](https://node-influx.github.io/typedef/index.html#static-typedef-ISchemaOptions); -- Fix some methods plain not working; -- Isomorphism, allowing the adapter to work in both Node and the browser; -- Less weird connection pool failures; -- Much better and more complete [documentation](https://node-influx.github.io/class/src/index.js~InfluxDB.html); - -Please see the documentation linked in the readme for more information. The following is a list of breaking changes: - -- **breaking:** all methods have been modified to return promises -- **breaking:** result output for grouped results has changed -- **breaking:** data passed into Influx, except where otherwise noted, will be escaped automatically -- **breaking:** the point structure for `.write*` methods has changed -- **breaking:** the `.writePoint` method has been removed -- **breaking:** `.writeSeries` as been more appropriately renamed `writeMeasurement` -- **breaking:** write methods now write in nanosecond precision by default -- **breaking:** `.getSeriesNames` has been renamed `.getSeries` -- **breaking:** the old `.getSeries` method has been removed in favor of the behaviour exhibited by `getSeriesNames` -- **breaking:** the InfluxDB client must now be invoked as `new InfluxDB` -- **breaking:** the connection pool configuration has changed - -## 2016-10-06, Version 4.2.3 - -- bug: globalAgent ignored during HTTPS communication (#207) -- bug: fix methods using deprecated GET which should be using POST (#191 and #188) -- improvement: Support writing RFC3339 timestamps (#203) -- improvement: Added a non-failing error message when the body is empty (#160) -- docs: fix confusing terminology with series versus measurement (#205) -- docs: update links in CONTRIBUTING.md (#199) -- docs: fix "deprecated" typo in docs (#184) - -## 2016-09-15, Version 4.2.2 - -Shoutout to @dandv for lots of awesome PRs this release! - -- improvement: sort tags before writing for greater performance (#179) -- improvement: make code compliant with the latest `standard` rules (#161) -- bug: fix escaping of quotes in strings (#183) -- bug: fix empty result from `getDatabaseNames` throwing errors (#168) -- docs: fix messy terminology and typos (#183 and #170) -- docs: include the full license file and copyright (#180) -- docs: fix instructions to run `standard` instead of just `lint` (#181) - -## 2016-05-05, Version 4.2.0 - -- typings: Added TypeScript definitions, thanks to @SPARTAN563 (#129) -- init-url: Added support for configuring the client using a url (#128) -- deps: Updated lodash dependency (#133) -- \_createKeyTagString: Fix '=' char escaping in KeyTagString (#127) -- \_createKeyValueString/\_createKeyTagString: Fix encoding failues on objects containing a 'length' key (#126) diff --git a/software/flow/node_modules/influx/CONTRIBUTING.md b/software/flow/node_modules/influx/CONTRIBUTING.md deleted file mode 100644 index 53ea018..0000000 --- a/software/flow/node_modules/influx/CONTRIBUTING.md +++ /dev/null @@ -1,36 +0,0 @@ -# Contributing - -We'd like to encourage you to contribute to the repository. You can do this by making an [issue ticket](https://github.com/node-influx/node-influx/issues) or, even better, submitting a patch via a pull request. - -We try to make it as easy as possible for you but there are a few things to consider when contributing. The following guidelines for contribution should be followed if you want to submit a pull request: - -## How to prepare - -- You need a [GitHub account](https://github.com/signup/free) -- Submit an [issue ticket](https://github.com/node-influx/node-influx/issues) for your issue if there is not one yet. - _ Describe the issue and include steps to reproduce if it's a bug. - _ Ensure to mention the earliest version that you know is affected. -- If you are able and want to fix this, fork the repository on GitHub - -## Make Changes - -- In your forked repository, create a topic branch for your upcoming patch. (e.g. `feature--autoplay` or `bugfix--ios-crash`) - _ Usually this is based on the master branch. - _ Create a branch based on master; `git branch fix/master/my_contribution master` then checkout the new branch with `git checkout fix/master/my_contribution`. Please avoid working directly on the `master` branch. -- Make sure you follow the established coding style. You can run `npm run test:lint` to verify you're all set. -- Make use of the `.editorconfig`-file if provided with the repository. -- Make commits of logical units and describe them properly, documenting anything new that you add. -- If possible, submit tests to your patch / new feature so it can be tested easily. -- Assure nothing is broken by running all the tests via `npm test`. - -## Submit Changes - -- Push your changes to a topic branch in your fork of the repository. -- Open a pull request to the this repository and choose the right original branch you want to patch. -- If not done in commit messages (which you really should do) please reference and update your issue with the code changes. But _please do not close the issue yourself_. -- We'll review your changes and respond soon, usually within a day! - -## Additional Resources - -- [General GitHub documentation](http://help.github.com/) -- [GitHub pull request documentation](http://help.github.com/send-pull-requests/) diff --git a/software/flow/node_modules/influx/LICENSE b/software/flow/node_modules/influx/LICENSE deleted file mode 100644 index cbc698e..0000000 --- a/software/flow/node_modules/influx/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2016 Connor Peet - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/software/flow/node_modules/influx/README.md b/software/flow/node_modules/influx/README.md deleted file mode 100644 index bfb0939..0000000 --- a/software/flow/node_modules/influx/README.md +++ /dev/null @@ -1,60 +0,0 @@ -<p align="center"> - <img src="https://raw.github.com/node-influx/node-influx/master/logo.png?v3" alt="node-influx, an InfluxDB client for Node.js and Browsers"> -</p> - -<hr/> - -<p align="center"> - <b><!--An InfluxDB Client for Node.js and Browsers--></b> -</p> - -<p align="center"> - <a href="https://travis-ci.org/node-influx/node-influx"> - <img src="https://img.shields.io/travis/node-influx/node-influx/master.svg?style=flat-square" - alt="Travis Build"> - </a> - <a href=""> - <img alt="Coveralls github branch" src="https://img.shields.io/coveralls/github/node-influx/node-influx/master.svg?style=flat-square"> - </a> - <a href="https://www.npmjs.com/package/influx"> - <img src="https://img.shields.io/npm/v/influx.svg?style=flat-square" - alt="NPM Version"> - </a> - <a href="https://www.npmjs.com/package/influx"> - <img src="https://img.shields.io/npm/dm/influx.svg?style=flat-square" - alt="NPM Downloads"> - - </a> -</p> - -<hr/> - -## Installation - -For Node, simply: - - $ npm install --save influx - -For browsers, see the [browser setup](https://node-influx.github.io/manual/usage.html#browser-setup) instructions. - -## Features - -- Simple API for nearly all Influx operations -- Fully supported in Node and the browser -- Performant, processing millions of rows/sec on modest hardware -- Zero dependencies - -## Compatibility - -Version 5.x.x is compatible with InfluxDB 1.x on Node 4 on onwards, and modern browsers - -Version 4.x.x is compatible with InfluxDB 0.9.x - 0.13.x on Node 0.12 and onwards - -Version 3.x.x is compatible with InfluxDB 0.8.x - 3.x will no longer have updates by core contributers, please consider upgrading. - -## Usage - -- [API Documentation](https://node-influx.github.io/class/src/index.js~InfluxDB.html) -- [Tutorials & Examples](https://node-influx.github.io/manual/tutorial.html) -- [Changelog](https://node-influx.github.io/manual/changelog.html) -- [Contributing](CONTRIBUTING.md) diff --git a/software/flow/node_modules/influx/esdoc.json b/software/flow/node_modules/influx/esdoc.json deleted file mode 100644 index 227c823..0000000 --- a/software/flow/node_modules/influx/esdoc.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "source": "./lib/src", - "destination": "./doc", - "plugins": [ - { - "name": "esdoc-standard-plugin", - "option": { - "brand": { - "title": "node-influx" - }, - "undocumentIdentifier": { "enable": false }, - "manual": { - "files": [ - "./examples/express_response_times/readme.md", - "./examples/times.md", - "./examples/browser-setup.md", - "./examples/testing.md", - "./CONTRIBUTING.md" - ], - "changelog": ["./CHANGELOG.md"] - }, - "test": { - "type": "mocha", - "source": "./lib/test/unit", - "includes": ["\\.test\\.js$"] - } - } - } - ] -} diff --git a/software/flow/node_modules/influx/lib/src/backoff/backoff.d.ts b/software/flow/node_modules/influx/lib/src/backoff/backoff.d.ts deleted file mode 100644 index 176bd5d..0000000 --- a/software/flow/node_modules/influx/lib/src/backoff/backoff.d.ts +++ /dev/null @@ -1,15 +0,0 @@ -export interface IBackoffStrategy { - /** - * GetDelay returns the amount of delay of the current backoff. - */ - getDelay: () => number; - /** - * Next is called when a failure occurs on a host to - * return the next backoff amount. - */ - next: () => IBackoffStrategy; - /** - * Returns a strategy with a reset backoff counter. - */ - reset: () => IBackoffStrategy; -} diff --git a/software/flow/node_modules/influx/lib/src/backoff/backoff.js b/software/flow/node_modules/influx/lib/src/backoff/backoff.js deleted file mode 100644 index c8ad2e5..0000000 --- a/software/flow/node_modules/influx/lib/src/backoff/backoff.js +++ /dev/null @@ -1,2 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); diff --git a/software/flow/node_modules/influx/lib/src/backoff/exponential.d.ts b/software/flow/node_modules/influx/lib/src/backoff/exponential.d.ts deleted file mode 100644 index e7a4461..0000000 --- a/software/flow/node_modules/influx/lib/src/backoff/exponential.d.ts +++ /dev/null @@ -1,48 +0,0 @@ -import { IBackoffStrategy } from "./backoff"; -/** - * IExponentialOptions are passed into the ExponentialBackoff constructor. The - * backoff equation is, in general, min(max, initial ^ n), where `n` is - * an incremented backoff factor. The result of the equation is a delay - * given in milliseconds. - * - */ -export interface IExponentialOptions { - /** - * The initial delay passed to the equation. - */ - initial: number; - /** - * Random factor to subtract from the `n` count. - */ - random: number; - /** - * Max is the maximum value of the delay. - */ - max: number; -} -/** - * Exponential Backoff - * @see https://en.wikipedia.org/wiki/Exponential_backoff - */ -export declare class ExponentialBackoff implements IBackoffStrategy { - protected options: IExponentialOptions; - private _counter; - /** - * Creates a new exponential backoff strategy. - * @see https://en.wikipedia.org/wiki/Exponential_backoff - * @param options - */ - constructor(options: IExponentialOptions); - /** - * @inheritDoc - */ - getDelay(): number; - /** - * @inheritDoc - */ - next(): IBackoffStrategy; - /** - * @inheritDoc - */ - reset(): IBackoffStrategy; -} diff --git a/software/flow/node_modules/influx/lib/src/backoff/exponential.js b/software/flow/node_modules/influx/lib/src/backoff/exponential.js deleted file mode 100644 index c5bff1c..0000000 --- a/software/flow/node_modules/influx/lib/src/backoff/exponential.js +++ /dev/null @@ -1,40 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.ExponentialBackoff = void 0; -/** - * Exponential Backoff - * @see https://en.wikipedia.org/wiki/Exponential_backoff - */ -class ExponentialBackoff { - /** - * Creates a new exponential backoff strategy. - * @see https://en.wikipedia.org/wiki/Exponential_backoff - * @param options - */ - constructor(options) { - this.options = options; - this._counter = 0; - } - /** - * @inheritDoc - */ - getDelay() { - const count = this._counter - Math.round(Math.random() * this.options.random); // Tslint:disable-line - return Math.min(this.options.max, this.options.initial * Math.pow(2, Math.max(count, 0))); - } - /** - * @inheritDoc - */ - next() { - const next = new ExponentialBackoff(this.options); - next._counter = this._counter + 1; - return next; - } - /** - * @inheritDoc - */ - reset() { - return new ExponentialBackoff(this.options); - } -} -exports.ExponentialBackoff = ExponentialBackoff; diff --git a/software/flow/node_modules/influx/lib/src/builder.d.ts b/software/flow/node_modules/influx/lib/src/builder.d.ts deleted file mode 100644 index 0a747bb..0000000 --- a/software/flow/node_modules/influx/lib/src/builder.d.ts +++ /dev/null @@ -1,254 +0,0 @@ -export interface IStringable { - toString: () => string; -} -export interface IBaseExpression<T> { - /** - * Inserts a tag name in the expression. - */ - tag: (name: string) => T; - /** - * Inserts a field name in the expression. - */ - field: (name: string) => T; - /** - * Chains on a value to the expression. An error will be thrown if the - * value is a type we can't represent in InfluxQL, primarily `null` or - * `undefined.` - */ - value: (value: any) => T; -} -export interface IExpressionHead extends IBaseExpression<IBinaryOp> { -} -export interface IExpressionTail extends IBaseExpression<IExpressionHead> { -} -export interface IBinaryOp { - /** - * Adds an 'AND' operator - */ - and: IExpressionTail; - /** - * Adds an 'OR' operator - */ - or: IExpressionTail; - /** - * Adds a '+' addition symbol - */ - plus: IExpressionTail; - /** - * Adds a '*' multiplication symbol - */ - times: IExpressionTail; - /** - * Adds a '-' subtraction symbol - */ - minus: IExpressionTail; - /** - * Adds a '/' division symbol - */ - div: IExpressionTail; - /** - * Adds a '=' symbol - */ - equals: IExpressionTail; - /** - * Adds a '=~' comparator to select entries matching a regex. - */ - matches: IExpressionTail; - /** - * Adds a '!~' comparator to select entries not matching a regex. - */ - doesntMatch: IExpressionTail; - /** - * Adds a '!=' comparator to select entries not equaling a certain value. - */ - notEqual: IExpressionTail; - /** - * Adds a '>' symbol - */ - gt: IExpressionTail; - /** - * Adds a '>=' symbol - */ - gte: IExpressionTail; - /** - * Adds a '<' symbol - */ - lt: IExpressionTail; - /** - * Adds a '<=' symbol - */ - lte: IExpressionTail; -} -/** - * Expression is used to build filtering expressions, like those used in WHERE - * clauses. It can be used for fluent and safe building of queries using - * untrusted input. - * - * @example - * e => e - * .field('host').equals.value('ares.peet.io') - * .or - * .field('host').matches(/example\.com$/) - * .or - * .expr(e => e - * .field('country').equals.value('US') - * .and - * .field('state').equals.value('WA')); - * - * // Generates: - * // "host" = 'ares.peet.io' OR "host" ~= /example\.com$/ OR \ - * // ("county" = 'US' AND "state" = 'WA') - */ -export declare class Expression implements IExpressionHead, IExpressionTail, IBinaryOp { - private readonly _query; - /** - * Inserts a tag reference into the expression; the name will be - * automatically escaped. - * @param name - * @return - */ - tag(name: string): this; - /** - * Inserts a field reference into the expression; the name will be - * automatically escaped. - * @param name - * @return - */ - field(name: string): this; - /** - * Inserts a subexpression; invokes the function with a new expression - * that can be chained on. - * @param fn - * @return - * @example - * e.field('a').equals.value('b') - * .or.expr(e => - * e.field('b').equals.value('b') - * .and.field('a').equals.value('c')) - * .toString() - * // "a" = 'b' OR ("b" = 'b' AND "a" = 'c') - */ - exp(fn: (e: Expression) => Expression): this; - /** - * Value chains on a value to the expression. - * - * - Numbers will be inserted verbatim - * - Strings will be escaped and inserted - * - Booleans will be inserted correctly - * - Dates will be formatted and inserted correctly, including INanoDates. - * - Regular expressions will be inserted correctly, however an error will - * be thrown if they contain flags, as regex flags do not work in Influx - * - Otherwise we'll try to call `.toString()` on the value, throwing - * if we cannot do so. - * - * @param value - * @return - */ - value(value: any): this; - /** - * Chains on an AND clause to the expression. - */ - get and(): this; - /** - * Chains on an OR clause to the expression. - */ - get or(): this; - /** - * Chains on a `+` operator to the expression. - */ - get plus(): this; - /** - * Chains on a `*` operator to the expression. - */ - get times(): this; - /** - * Chains on a `-` operator to the expression. - */ - get minus(): this; - /** - * Chains on a `/` operator to the expression. - */ - get div(): this; - /** - * Chains on a `=` conditional to the expression. - */ - get equals(): this; - /** - * Chains on a `=~` conditional to the expression to match regexes. - */ - get matches(): this; - /** - * Chains on a `!`` conditional to the expression to match regexes. - */ - get doesntMatch(): this; - /** - * Chains on a `!=` conditional to the expression. - */ - get notEqual(): this; - /** - * Chains on a `>` conditional to the expression. - */ - get gt(): this; - /** - * Chains on a `>=` conditional to the expression. - */ - get gte(): this; - /** - * Chains on a `<` conditional to the expression. - */ - get lt(): this; - /** - * Chains on a `<=` conditional to the expression. - */ - get lte(): this; - /** - * Converts the expression into its InfluxQL representation. - * @return - */ - toString(): string; -} -/** - * Measurement creates a reference to a particular measurement. You can - * reference it solely by its name, but you can also specify the retention - * policy and database it lives under. - * - * @example - * m.name('my_measurement') // "my_measurement" - * m.name('my_measurement').policy('one_day') // "one_day"."my_measurement" - * m.name('my_measurement').policy('one_day').db('mydb') // "mydb"."one_day"."my_measurement" - */ -export declare class Measurement { - private _parts; - /** - * Sets the measurement name. - * @param name - * @return - */ - name(name: string): this; - /** - * Sets the retention policy name. - * @param retentionPolicy - * @return - */ - policy(retentionPolicy: string): this; - /** - * Sets the database name. - * @param db - * @return - */ - db(db: string): this; - /** - * Converts the measurement into its InfluxQL representation. - * @return - * @throws {Error} if a measurement name is not provided - */ - toString(): string; -} -export declare type measurement = { - measurement: string | ((m: Measurement) => IStringable); -}; -export declare type where = { - where: string | ((e: IExpressionHead) => IStringable); -}; -export declare function parseMeasurement(q: measurement): string; -export declare function parseWhere(q: where): string; diff --git a/software/flow/node_modules/influx/lib/src/builder.js b/software/flow/node_modules/influx/lib/src/builder.js deleted file mode 100644 index e61f27b..0000000 --- a/software/flow/node_modules/influx/lib/src/builder.js +++ /dev/null @@ -1,296 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.parseWhere = exports.parseMeasurement = exports.Measurement = exports.Expression = void 0; -const grammar_1 = require("./grammar"); -function regexHasFlags(re) { - if (typeof re.flags !== "undefined") { - return re.flags.length > 0; - } - return !re.toString().endsWith("/"); -} -/** - * Expression is used to build filtering expressions, like those used in WHERE - * clauses. It can be used for fluent and safe building of queries using - * untrusted input. - * - * @example - * e => e - * .field('host').equals.value('ares.peet.io') - * .or - * .field('host').matches(/example\.com$/) - * .or - * .expr(e => e - * .field('country').equals.value('US') - * .and - * .field('state').equals.value('WA')); - * - * // Generates: - * // "host" = 'ares.peet.io' OR "host" ~= /example\.com$/ OR \ - * // ("county" = 'US' AND "state" = 'WA') - */ -class Expression { - constructor() { - this._query = []; - } - /** - * Inserts a tag reference into the expression; the name will be - * automatically escaped. - * @param name - * @return - */ - tag(name) { - this.field(name); - return this; - } - /** - * Inserts a field reference into the expression; the name will be - * automatically escaped. - * @param name - * @return - */ - field(name) { - this._query.push(grammar_1.escape.quoted(name)); - return this; - } - /** - * Inserts a subexpression; invokes the function with a new expression - * that can be chained on. - * @param fn - * @return - * @example - * e.field('a').equals.value('b') - * .or.expr(e => - * e.field('b').equals.value('b') - * .and.field('a').equals.value('c')) - * .toString() - * // "a" = 'b' OR ("b" = 'b' AND "a" = 'c') - */ - exp(fn) { - this._query.push("(" + fn(new Expression()).toString() + ")"); - return this; - } - /** - * Value chains on a value to the expression. - * - * - Numbers will be inserted verbatim - * - Strings will be escaped and inserted - * - Booleans will be inserted correctly - * - Dates will be formatted and inserted correctly, including INanoDates. - * - Regular expressions will be inserted correctly, however an error will - * be thrown if they contain flags, as regex flags do not work in Influx - * - Otherwise we'll try to call `.toString()` on the value, throwing - * if we cannot do so. - * - * @param value - * @return - */ - value(value) { - switch (typeof value) { - case "number": - this._query.push(value.toString()); - return this; - case "string": - this._query.push(grammar_1.escape.stringLit(value)); - return this; - case "boolean": - this._query.push(value ? "TRUE" : "FALSE"); - return this; - default: - if (value instanceof Date) { - this._query.push(grammar_1.formatDate(value)); - return this; - } - if (value instanceof RegExp) { - if (regexHasFlags(value)) { - throw new Error("Attempted to query using a regex with flags, " + - "but Influx doesn't support flags in queries."); - } - this._query.push("/" + value.source + "/"); - return this; - } - if (value && typeof value.toString === "function") { - this._query.push(value.toString()); - return this; - } - throw new Error("node-influx doesn't know how to encode the provided value into a " + - "query. If you think this is a bug, open an issue here: https://git.io/influx-err"); - } - } - /** - * Chains on an AND clause to the expression. - */ - get and() { - this._query.push("AND"); - return this; - } - /** - * Chains on an OR clause to the expression. - */ - get or() { - this._query.push("OR"); - return this; - } - /** - * Chains on a `+` operator to the expression. - */ - get plus() { - this._query.push("+"); - return this; - } - /** - * Chains on a `*` operator to the expression. - */ - get times() { - this._query.push("*"); - return this; - } - /** - * Chains on a `-` operator to the expression. - */ - get minus() { - this._query.push("-"); - return this; - } - /** - * Chains on a `/` operator to the expression. - */ - get div() { - this._query.push("/"); - return this; - } - /** - * Chains on a `=` conditional to the expression. - */ - get equals() { - this._query.push("="); - return this; - } - /** - * Chains on a `=~` conditional to the expression to match regexes. - */ - get matches() { - this._query.push("=~"); - return this; - } - /** - * Chains on a `!`` conditional to the expression to match regexes. - */ - get doesntMatch() { - this._query.push("!~"); - return this; - } - /** - * Chains on a `!=` conditional to the expression. - */ - get notEqual() { - this._query.push("!="); - return this; - } - /** - * Chains on a `>` conditional to the expression. - */ - get gt() { - this._query.push(">"); - return this; - } - /** - * Chains on a `>=` conditional to the expression. - */ - get gte() { - this._query.push(">="); - return this; - } - /** - * Chains on a `<` conditional to the expression. - */ - get lt() { - this._query.push("<"); - return this; - } - /** - * Chains on a `<=` conditional to the expression. - */ - get lte() { - this._query.push("<="); - return this; - } - /** - * Converts the expression into its InfluxQL representation. - * @return - */ - toString() { - return this._query.join(" "); - } -} -exports.Expression = Expression; -/** - * Measurement creates a reference to a particular measurement. You can - * reference it solely by its name, but you can also specify the retention - * policy and database it lives under. - * - * @example - * m.name('my_measurement') // "my_measurement" - * m.name('my_measurement').policy('one_day') // "one_day"."my_measurement" - * m.name('my_measurement').policy('one_day').db('mydb') // "mydb"."one_day"."my_measurement" - */ -class Measurement { - constructor() { - this._parts = [null, null, null]; - } - /** - * Sets the measurement name. - * @param name - * @return - */ - name(name) { - this._parts[2] = name; - return this; - } - /** - * Sets the retention policy name. - * @param retentionPolicy - * @return - */ - policy(retentionPolicy) { - this._parts[1] = retentionPolicy; - return this; - } - /** - * Sets the database name. - * @param db - * @return - */ - db(db) { - this._parts[0] = db; - return this; - } - /** - * Converts the measurement into its InfluxQL representation. - * @return - * @throws {Error} if a measurement name is not provided - */ - toString() { - if (!this._parts[2]) { - throw new Error(`You must specify a measurement name to query! Got \`${this._parts[2]}\``); - } - return this._parts - .filter((p) => Boolean(p)) - .map((p) => grammar_1.escape.quoted(p)) - .join("."); - } -} -exports.Measurement = Measurement; -function parseMeasurement(q) { - if (typeof q.measurement === "function") { - return q.measurement(new Measurement()).toString(); - } - return q.measurement; -} -exports.parseMeasurement = parseMeasurement; -function parseWhere(q) { - if (typeof q.where === "function") { - return q.where(new Expression()).toString(); - } - return q.where; -} -exports.parseWhere = parseWhere; diff --git a/software/flow/node_modules/influx/lib/src/grammar/ds.d.ts b/software/flow/node_modules/influx/lib/src/grammar/ds.d.ts deleted file mode 100644 index c57b862..0000000 --- a/software/flow/node_modules/influx/lib/src/grammar/ds.d.ts +++ /dev/null @@ -1,45 +0,0 @@ -/** - * FieldType is an enumeration of InfluxDB field data types. - * @typedef {Number} FieldType - * @example - * import { FieldType } from 'influx'; // or const FieldType = require('influx').FieldType - * - * const schema = { - * measurement: 'my_measurement', - * fields: { - * my_int: FieldType.INTEGER, - * my_float: FieldType.FLOAT, - * my_string: FieldType.STRING, - * my_boolean: FieldType.BOOLEAN, - * } - * } - */ -export declare enum FieldType { - FLOAT = 0, - INTEGER = 1, - STRING = 2, - BOOLEAN = 3 -} -export declare function isNumeric(value: string): boolean; -/** - * You can provide Raw values to Influx methods to prevent it from escaping - * your provided string. - * @class - * @example - * influx.createDatabase(new Influx.Raw('This won\'t be escaped!')); - */ -export declare class Raw { - private readonly value; - /** - * Wraps a string so that it is not escaped in Influx queries. - * @param value - * @example - * influx.createDatabase(new Influx.Raw('This won\'t be escaped!')); - */ - constructor(value: string); - /** - * Returns the wrapped string. - * @return - */ - getValue(): string; -} diff --git a/software/flow/node_modules/influx/lib/src/grammar/ds.js b/software/flow/node_modules/influx/lib/src/grammar/ds.js deleted file mode 100644 index eb020f2..0000000 --- a/software/flow/node_modules/influx/lib/src/grammar/ds.js +++ /dev/null @@ -1,56 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.Raw = exports.isNumeric = exports.FieldType = void 0; -/** - * FieldType is an enumeration of InfluxDB field data types. - * @typedef {Number} FieldType - * @example - * import { FieldType } from 'influx'; // or const FieldType = require('influx').FieldType - * - * const schema = { - * measurement: 'my_measurement', - * fields: { - * my_int: FieldType.INTEGER, - * my_float: FieldType.FLOAT, - * my_string: FieldType.STRING, - * my_boolean: FieldType.BOOLEAN, - * } - * } - */ -var FieldType; -(function (FieldType) { - FieldType[FieldType["FLOAT"] = 0] = "FLOAT"; - FieldType[FieldType["INTEGER"] = 1] = "INTEGER"; - FieldType[FieldType["STRING"] = 2] = "STRING"; - FieldType[FieldType["BOOLEAN"] = 3] = "BOOLEAN"; -})(FieldType = exports.FieldType || (exports.FieldType = {})); -function isNumeric(value) { - return !Number.isNaN(Number(value)); -} -exports.isNumeric = isNumeric; -/** - * You can provide Raw values to Influx methods to prevent it from escaping - * your provided string. - * @class - * @example - * influx.createDatabase(new Influx.Raw('This won\'t be escaped!')); - */ -class Raw { - /** - * Wraps a string so that it is not escaped in Influx queries. - * @param value - * @example - * influx.createDatabase(new Influx.Raw('This won\'t be escaped!')); - */ - constructor(value) { - this.value = value; - } - /** - * Returns the wrapped string. - * @return - */ - getValue() { - return this.value; - } -} -exports.Raw = Raw; diff --git a/software/flow/node_modules/influx/lib/src/grammar/escape.d.ts b/software/flow/node_modules/influx/lib/src/grammar/escape.d.ts deleted file mode 100644 index 3e90104..0000000 --- a/software/flow/node_modules/influx/lib/src/grammar/escape.d.ts +++ /dev/null @@ -1,37 +0,0 @@ -/** - * TagEscaper escapes tag keys, tag values, and field keys. - * @type {Object} - * @property {function(s: string): string } quoted Escapes and wraps quoted - * values, such as database names. - * @property {function(s: string): string } stringLit Escapes and - * wraps string literals. - * @property {function(s: string): string } measurement Escapes measurement - * names on the line protocol. - * @property {function(s: string): string } tag Escapes tag keys, take values, - * and field keys on the line protocol. - * - * @example - * console.log(escape.quoted('my_"db')); // => "my_\"db" - * console.log(escape.stringLit('hello\'world')); // => 'hello\'world' - * - * console.log(escape.measurement('my measurement')); // => my\ measurement - * console.log(escape.tag('my tag=')); // => my\ tag\= - */ -export declare const escape: { - /** - * Measurement escapes measurement names. - */ - measurement: (val: string) => string; - /** - * Quoted escapes quoted values, such as database names. - */ - quoted: (val: string) => string; - /** - * StringLitEscaper escapes single quotes in string literals. - */ - stringLit: (val: string) => string; - /** - * TagEscaper escapes tag keys, tag values, and field keys. - */ - tag: (val: string) => string; -}; diff --git a/software/flow/node_modules/influx/lib/src/grammar/escape.js b/software/flow/node_modules/influx/lib/src/grammar/escape.js deleted file mode 100644 index b71a686..0000000 --- a/software/flow/node_modules/influx/lib/src/grammar/escape.js +++ /dev/null @@ -1,111 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.escape = void 0; -const ds_1 = require("./ds"); -const reEscape = /[-|\\{()[\]^$+*?.]/g; -/** - * The Escaper escapes the special characters in the provided list - * with backslashes. Much of the code here is inspired by that in the - * sqlstring packet found here: https://github.com/mysqljs/sqlstring - * - * Instances of the Escaper are derived from the documentation of escape - * sequences found here: https://aka.ms/co1m4k - * - * sqlstring is made available under the following license: - * - * Copyright (c) 2012 Felix Geisendörfer (felix@debuggable.com) and contributors - * - * Permission is hereby granted, free of charge, to any person obtaining a copy - * of this software and associated documentation files (the "Software"), to deal - * in the Software without restriction, including without limitation the rights - * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell - * copies of the Software, and to permit persons to whom the Software is - * furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included in - * all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN - * THE SOFTWARE. - * - */ -class Escaper { - constructor(chars, wrap = "", escaper = "\\") { - this.wrap = wrap; - this.escaper = escaper; - const patterns = chars.join("").replace(reEscape, "\\$&"); - this._re = new RegExp("[" + patterns + "]", "g"); - } - /** - * Escape replaces occurrences of special characters within the target - * string with the necessary escape codes. - */ - escape(val) { - if (val instanceof ds_1.Raw) { - return val.getValue(); - } - this._re.lastIndex = 0; - let chunkIndex = this._re.lastIndex; - let escapedVal = ""; - let match; - if (typeof val === "string") { - val = val.replace(/\\'/, "\\\\'"); - } - /* eslint-disable no-cond-assign */ - while ((match = this._re.exec(val))) { - escapedVal += - val.slice(chunkIndex, match.index) + this.escaper + match[0]; - chunkIndex = this._re.lastIndex; - } - if (chunkIndex === 0) { - return this.wrap + val + this.wrap; - } - if (chunkIndex < val.length) { - return this.wrap + escapedVal + val.slice(chunkIndex) + this.wrap; - } - return this.wrap + escapedVal + this.wrap; - } -} -const bindEsc = (e) => e.escape.bind(e); -/** - * TagEscaper escapes tag keys, tag values, and field keys. - * @type {Object} - * @property {function(s: string): string } quoted Escapes and wraps quoted - * values, such as database names. - * @property {function(s: string): string } stringLit Escapes and - * wraps string literals. - * @property {function(s: string): string } measurement Escapes measurement - * names on the line protocol. - * @property {function(s: string): string } tag Escapes tag keys, take values, - * and field keys on the line protocol. - * - * @example - * console.log(escape.quoted('my_"db')); // => "my_\"db" - * console.log(escape.stringLit('hello\'world')); // => 'hello\'world' - * - * console.log(escape.measurement('my measurement')); // => my\ measurement - * console.log(escape.tag('my tag=')); // => my\ tag\= - */ -exports.escape = { - /** - * Measurement escapes measurement names. - */ - measurement: bindEsc(new Escaper([",", " "])), - /** - * Quoted escapes quoted values, such as database names. - */ - quoted: bindEsc(new Escaper(['"', "\\\\"], '"')), - /** - * StringLitEscaper escapes single quotes in string literals. - */ - stringLit: bindEsc(new Escaper(["'"], "'")), - /** - * TagEscaper escapes tag keys, tag values, and field keys. - */ - tag: bindEsc(new Escaper([",", "=", " "])), -}; diff --git a/software/flow/node_modules/influx/lib/src/grammar/index.d.ts b/software/flow/node_modules/influx/lib/src/grammar/index.d.ts deleted file mode 100644 index e766cb9..0000000 --- a/software/flow/node_modules/influx/lib/src/grammar/index.d.ts +++ /dev/null @@ -1,3 +0,0 @@ -export * from "./escape"; -export * from "./ds"; -export * from "./times"; diff --git a/software/flow/node_modules/influx/lib/src/grammar/index.js b/software/flow/node_modules/influx/lib/src/grammar/index.js deleted file mode 100644 index c78fa38..0000000 --- a/software/flow/node_modules/influx/lib/src/grammar/index.js +++ /dev/null @@ -1,15 +0,0 @@ -"use strict"; -var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { - if (k2 === undefined) k2 = k; - Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); -}) : (function(o, m, k, k2) { - if (k2 === undefined) k2 = k; - o[k2] = m[k]; -})); -var __exportStar = (this && this.__exportStar) || function(m, exports) { - for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p); -}; -Object.defineProperty(exports, "__esModule", { value: true }); -__exportStar(require("./escape"), exports); -__exportStar(require("./ds"), exports); -__exportStar(require("./times"), exports); diff --git a/software/flow/node_modules/influx/lib/src/grammar/times.d.ts b/software/flow/node_modules/influx/lib/src/grammar/times.d.ts deleted file mode 100644 index 628cf93..0000000 --- a/software/flow/node_modules/influx/lib/src/grammar/times.d.ts +++ /dev/null @@ -1,73 +0,0 @@ -export interface INanoDate extends Date { - /** - * Returns the unix nanoseconds timestamp as a string. - */ - getNanoTime: () => string; - /** - * Formats the date as an ISO RFC3339 timestamp with nanosecond precision. - */ - toNanoISOString: () => string; -} -export declare type TimePrecision = "n" | "u" | "ms" | "s" | "m" | "h"; -/** - * Precision is a map of available Influx time precisions. - * @type {Object.<String, String>} - * @example - * console.log(Precision.Hours); // => 'h' - * console.log(Precision.Minutes); // => 'm' - * console.log(Precision.Seconds); // => 's' - * console.log(Precision.Milliseconds); // => 'ms' - * console.log(Precision.Microseconds); // => 'u' - * console.log(Precision.Nanoseconds); // => 'n' - */ -export declare const Precision: Readonly<{ - Hours: string; - Microseconds: string; - Milliseconds: string; - Minutes: string; - Nanoseconds: string; - Seconds: string; -}>; -/** - * Covers a nanoseconds unix timestamp to a INanoDate for node-influx. The - * timestamp is provided as a string to prevent precision loss. - * - * Please see [A Moment for Times](https://node-influx.github.io/manual/ - * usage.html#a-moment-for-times) for a more complete and eloquent explanation - * of time handling in this module. - * - * @param timestamp - * @example - * const date = toNanoDate('1475985480231035600') - * - * // You can use the returned Date as a normal date: - * expect(date.getTime()).to.equal(1475985480231); - * - * // We decorate it with two additional methods to read - * // nanosecond-precision results: - * expect(date.getNanoTime()).to.equal('1475985480231035600'); - * expect(date.toNanoISOString()).to.equal('2016-10-09T03:58:00.231035600Z'); - */ -export declare function toNanoDate(timestamp: string): INanoDate; -/** - * FormatDate converts the Date instance to Influx's date query format. - * @private - */ -export declare function formatDate(date: Date): string; -/** - * Converts a Date instance to a timestamp with the specified time precision. - * @private - */ -export declare function dateToTime(date: Date | INanoDate, precision: TimePrecision): string; -/** - * Converts an ISO-formatted data or unix timestamp to a Date instance. If - * the precision is finer than 'ms' the returned value will be a INanoDate. - * @private - */ -export declare function isoOrTimeToDate(stamp: string | number, precision?: TimePrecision): INanoDate; -/** - * Converts a timestamp to a string with the correct precision. Assumes - * that raw number and string instances are already in the correct precision. - * @private - */ -export declare function castTimestamp(timestamp: string | number | Date, precision: TimePrecision): string; diff --git a/software/flow/node_modules/influx/lib/src/grammar/times.js b/software/flow/node_modules/influx/lib/src/grammar/times.js deleted file mode 100644 index 339de10..0000000 --- a/software/flow/node_modules/influx/lib/src/grammar/times.js +++ /dev/null @@ -1,333 +0,0 @@ -"use strict"; -/* eslint-disable no-fallthrough */ -Object.defineProperty(exports, "__esModule", { value: true }); -exports.castTimestamp = exports.isoOrTimeToDate = exports.dateToTime = exports.formatDate = exports.toNanoDate = exports.Precision = void 0; -const ds_1 = require("./ds"); -/** - * Just a quick overview of what's going on in this file. It's a bit of a mess. - * Influx uses three time formats: - * - ISO times with nanoseconds when querying where an epoch is not provided - * - Unix timestamps when querying with an epoch (specifying the precision - * in the given time unit) - * - Its own time format for time literals. - * - * To complicate matters, Influx operates on nanosecond precisions - * by default, but we can't represent nanosecond timestamps in - * JavaScript numbers as they're 64 bit uints. - * - * As a result we have several utilities to convert between these different - * formats. When precision is required, we represent nanosecond timestamps - * as strings and wrap default dates in the INanoDate interface which - * lets the consumer read and write these more precise timestamps. - * - * Representing the timestamps as strings is definitely not a pure way to go - * about it, but importing an arbitrary-precision integer library adds - * bloat and is a massive hit to throughput. The operations we do do - * are pretty trivial, so we stick with manipulating strings - * and make sure to wash our hands when we're done. - * - * Vocabulary: - * Unix timestamp = 'timestamp', abbreviated as 'time' - * ISO timestamp = 'ISO time', abbreviated as 'ISO' - * Influx timestamp = 'Influx time', abbreviated as 'Influx' - */ -function leftPad(str, length, pad = "0") { - if (typeof str === "number") { - str = String(str); - } - while (str.length < length) { - str = pad + str; - } - return str; -} -function rightPad(str, length, pad = "0") { - if (typeof str === "number") { - str = String(str); - } - while (str.length < length) { - str += pad; - } - return str; -} -/** - * Precision is a map of available Influx time precisions. - * @type {Object.<String, String>} - * @example - * console.log(Precision.Hours); // => 'h' - * console.log(Precision.Minutes); // => 'm' - * console.log(Precision.Seconds); // => 's' - * console.log(Precision.Milliseconds); // => 'ms' - * console.log(Precision.Microseconds); // => 'u' - * console.log(Precision.Nanoseconds); // => 'n' - */ -exports.Precision = Object.freeze({ - // Tslint:disable-line - Hours: "h", - Microseconds: "u", - Milliseconds: "ms", - Minutes: "m", - Nanoseconds: "n", - Seconds: "s", -}); -class MillisecondDateManipulator { - format(date) { - return ('"' + - leftPad(date.getUTCFullYear(), 2) + - "-" + - leftPad(date.getUTCMonth() + 1, 2) + - "-" + - leftPad(date.getUTCDate(), 2) + - " " + - leftPad(date.getUTCHours(), 2) + - ":" + - leftPad(date.getUTCMinutes(), 2) + - ":" + - leftPad(date.getUTCSeconds(), 2) + - "." + - leftPad(date.getUTCMilliseconds(), 3) + - '"'); - } - toTime(date, precision) { - let ms = date.getTime(); - switch (precision) { - case "n": - ms *= 1000; - case "u": - ms *= 1000; - case "ms": - return String(ms); - case "h": - ms /= 60; - case "m": - ms /= 60; - case "s": - ms /= 1000; - return String(Math.floor(ms)); - default: - throw new Error(`Unknown precision '${precision}'!`); - } - } - isoToDate(timestamp) { - return new Date(timestamp); - } - timetoDate(timestamp, precision) { - switch (precision) { - case "n": - timestamp /= 1000; - case "u": - timestamp /= 1000; - case "ms": - return new Date(timestamp); - case "h": - timestamp *= 60; - case "m": - timestamp *= 60; - case "s": - timestamp *= 1000; - return new Date(timestamp); - default: - throw new Error(`Unknown precision '${precision}'!`); - } - } -} -const nsPer = { - ms: Math.pow(10, 6), - s: Math.pow(10, 9), -}; -function nanoIsoToTime(iso) { - let [secondsStr, decimalStr] = iso.split("."); - if (decimalStr === undefined) { - decimalStr = "000000000"; - } - else { - decimalStr = rightPad(decimalStr.slice(0, -1), 9); - secondsStr += "Z"; - } - const seconds = Math.floor(new Date(secondsStr).getTime() / 1000); - return `${seconds}${decimalStr}`; -} -const nanoDateMethods = { - getNanoTimeFromISO() { - if (!this._cachedNanoISO) { - this._cachedNanoTime = nanoIsoToTime(this._nanoISO); - } - return this._cachedNanoTime; - }, - toNanoISOStringFromISO() { - if (!this._cachedNanoISO) { - this._cachedNanoTime = nanoIsoToTime(this._nanoISO); - } - const base = this.toISOString().slice(0, -4); // Slice of `123Z` milliseconds - return `${base}${this._cachedNanoTime.slice(-9)}Z`; - }, - getNanoTimeFromStamp() { - return this._nanoTime; - }, - toNanoISOStringFromStamp() { - const base = this.toISOString().slice(0, -4); // Slice of `123Z` milliseconds - return `${base}${this._nanoTime.slice(-9)}Z`; - }, -}; -/** - * Covers a nanoseconds unix timestamp to a INanoDate for node-influx. The - * timestamp is provided as a string to prevent precision loss. - * - * Please see [A Moment for Times](https://node-influx.github.io/manual/ - * usage.html#a-moment-for-times) for a more complete and eloquent explanation - * of time handling in this module. - * - * @param timestamp - * @example - * const date = toNanoDate('1475985480231035600') - * - * // You can use the returned Date as a normal date: - * expect(date.getTime()).to.equal(1475985480231); - * - * // We decorate it with two additional methods to read - * // nanosecond-precision results: - * expect(date.getNanoTime()).to.equal('1475985480231035600'); - * expect(date.toNanoISOString()).to.equal('2016-10-09T03:58:00.231035600Z'); - */ -function toNanoDate(timestamp) { - const secs = Math.floor(Number(timestamp) / nsPer.s); - const remainingNs = timestamp.slice(String(secs).length); - const remainingMs = Number(remainingNs) / nsPer.ms; - const date = new Date(0); - date.setUTCSeconds(secs, remainingMs); - date._nanoTime = timestamp; - date.getNanoTime = nanoDateMethods.getNanoTimeFromStamp; - date.toNanoISOString = nanoDateMethods.toNanoISOStringFromStamp; - return date; -} -exports.toNanoDate = toNanoDate; -function asNanoDate(date) { - const d = date; - if (d.getNanoTime) { - return d; - } - return undefined; -} -class NanosecondsDateManipulator { - format(date) { - return ('"' + - leftPad(date.getUTCFullYear(), 2) + - "-" + - leftPad(date.getUTCMonth() + 1, 2) + - "-" + - leftPad(date.getUTCDate(), 2) + - " " + - leftPad(date.getUTCHours(), 2) + - ":" + - leftPad(date.getUTCMinutes(), 2) + - ":" + - leftPad(date.getUTCSeconds(), 2) + - "." + - date.getNanoTime().slice(-9) + - '"'); - } - toTime(date, precision) { - let ms = date.getTime(); - switch (precision) { - case "u": - return date.getNanoTime().slice(0, -3); - case "n": - return date.getNanoTime(); - case "h": - ms /= 60; - case "m": - ms /= 60; - case "s": - ms /= 1000; - case "ms": - return String(Math.floor(ms)); - default: - throw new Error(`Unknown precision '${precision}'!`); - } - } - isoToDate(timestamp) { - const date = new Date(timestamp); - date._nanoISO = timestamp; - date.getNanoTime = nanoDateMethods.getNanoTimeFromISO; - date.toNanoISOString = nanoDateMethods.toNanoISOStringFromISO; - return date; - } - timetoDate(timestamp, precision) { - switch (precision) { - case "h": - timestamp *= 60; - case "m": - timestamp *= 60; - case "s": - timestamp *= 1000; - case "ms": - timestamp *= 1000; - case "u": - timestamp *= 1000; - case "n": { - const date = new Date(timestamp / nsPer.ms); - date._nanoTime = String(timestamp); - date.getNanoTime = nanoDateMethods.getNanoTimeFromStamp; - date.toNanoISOString = nanoDateMethods.toNanoISOStringFromStamp; - return date; - } - default: - throw new Error(`Unknown precision '${precision}'!`); - } - } -} -const milliManipulator = new MillisecondDateManipulator(); -const nanoManipulator = new NanosecondsDateManipulator(); -/** - * FormatDate converts the Date instance to Influx's date query format. - * @private - */ -function formatDate(date) { - const nano = asNanoDate(date); - if (nano) { - return nanoManipulator.format(nano); - } - return milliManipulator.format(date); -} -exports.formatDate = formatDate; -/** - * Converts a Date instance to a timestamp with the specified time precision. - * @private - */ -function dateToTime(date, precision) { - const nano = asNanoDate(date); - if (nano) { - return nanoManipulator.toTime(nano, precision); - } - return milliManipulator.toTime(date, precision); -} -exports.dateToTime = dateToTime; -/** - * Converts an ISO-formatted data or unix timestamp to a Date instance. If - * the precision is finer than 'ms' the returned value will be a INanoDate. - * @private - */ -function isoOrTimeToDate(stamp, precision = "n") { - if (typeof stamp === "string") { - return nanoManipulator.isoToDate(stamp); - } - return nanoManipulator.timetoDate(stamp, precision); -} -exports.isoOrTimeToDate = isoOrTimeToDate; -/** - * Converts a timestamp to a string with the correct precision. Assumes - * that raw number and string instances are already in the correct precision. - * @private - */ -function castTimestamp(timestamp, precision) { - if (typeof timestamp === "string") { - if (!ds_1.isNumeric(timestamp)) { - throw new Error(`Expected numeric value for, timestamp, but got '${timestamp}'!`); - } - return timestamp; - } - if (typeof timestamp === "number") { - return String(timestamp); - } - return dateToTime(timestamp, precision); -} -exports.castTimestamp = castTimestamp; diff --git a/software/flow/node_modules/influx/lib/src/host.d.ts b/software/flow/node_modules/influx/lib/src/host.d.ts deleted file mode 100644 index a73be4c..0000000 --- a/software/flow/node_modules/influx/lib/src/host.d.ts +++ /dev/null @@ -1,26 +0,0 @@ -/// <reference types="node" /> -import { RequestOptions } from "https"; -import * as urlModule from "url"; -import { IBackoffStrategy } from "./backoff/backoff"; -export declare class Host { - private backoff; - readonly options: RequestOptions; - readonly url: urlModule.Url; - /** - * Creates a new Host instance. - * @param url - * @param backoff - */ - constructor(url: string, backoff: IBackoffStrategy, options: RequestOptions); - /** - * Marks a failure on the host and returns the length of time it - * should be removed from the pool - * @return removal time in milliseconds - */ - fail(): number; - /** - * Should be called when a successful operation is run against the host. - * It resets the host's backoff strategy. - */ - success(): void; -} diff --git a/software/flow/node_modules/influx/lib/src/host.js b/software/flow/node_modules/influx/lib/src/host.js deleted file mode 100644 index 0575aab..0000000 --- a/software/flow/node_modules/influx/lib/src/host.js +++ /dev/null @@ -1,34 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.Host = void 0; -const urlModule = require("url"); -class Host { - /** - * Creates a new Host instance. - * @param url - * @param backoff - */ - constructor(url, backoff, options) { - this.backoff = backoff; - this.options = options; - this.url = urlModule.parse(url); - } - /** - * Marks a failure on the host and returns the length of time it - * should be removed from the pool - * @return removal time in milliseconds - */ - fail() { - const value = this.backoff.getDelay(); - this.backoff = this.backoff.next(); - return value; - } - /** - * Should be called when a successful operation is run against the host. - * It resets the host's backoff strategy. - */ - success() { - this.backoff = this.backoff.reset(); - } -} -exports.Host = Host; diff --git a/software/flow/node_modules/influx/lib/src/index.d.ts b/software/flow/node_modules/influx/lib/src/index.d.ts deleted file mode 100644 index c0a5166..0000000 --- a/software/flow/node_modules/influx/lib/src/index.d.ts +++ /dev/null @@ -1,745 +0,0 @@ -/// <reference types="node" /> -import { RequestOptions } from "https"; -import * as b from "./builder"; -import * as grammar from "./grammar"; -import { IPingStats, IPoolOptions } from "./pool"; -import { IResults } from "./results"; -import { ISchemaOptions } from "./schema"; -export * from "./builder"; -export { INanoDate, FieldType, Precision, Raw, TimePrecision, escape, toNanoDate, } from "./grammar"; -export { ISchemaOptions } from "./schema"; -export { IPingStats, IPoolOptions } from "./pool"; -export { IResults, IResponse, ResultError } from "./results"; -export interface IHostConfig { - /** - * Influx host to connect to, defaults to 127.0.0.1. - */ - host?: string; - /** - * Influx port to connect to, defaults to 8086. - */ - port?: number; - /** - * Path for Influx within the host, defaults to ''. - * May be used if Influx is behind a reverse proxy or load balancer. - */ - path?: string; - /** - * Protocol to connect over, defaults to 'http'. - */ - protocol?: "http" | "https"; - /** - * Optional request option overrides. - */ - options?: RequestOptions; -} -export interface ISingleHostConfig extends IHostConfig { - /** - * Username for connecting to the database. Defaults to 'root'. - */ - username?: string; - /** - * Password for connecting to the database. Defaults to 'root'. - */ - password?: string; - /** - * Default database to write information to. - */ - database?: string; - /** - * Settings for the connection pool. - */ - pool?: IPoolOptions; - /** - * A list of schema for measurements in the database. - */ - schema?: ISchemaOptions[]; -} -export interface IClusterConfig { - /** - * Username for connecting to the database. Defaults to 'root'. - */ - username?: string; - /** - * Password for connecting to the database. Defaults to 'root'. - */ - password?: string; - /** - * Default database to write information to. - */ - database?: string; - /** - * A list of cluster hosts to connect to. - */ - hosts: IHostConfig[]; - /** - * Settings for the connection pool. - */ - pool?: IPoolOptions; - /** - * A list of schema for measurements in the database. - */ - schema?: ISchemaOptions[]; -} -export interface IPoint { - /** - * Measurement is the Influx measurement name. - */ - measurement?: string; - /** - * Tags is the list of tag values to insert. - */ - tags?: { - [name: string]: string; - }; - /** - * Fields is the list of field values to insert. - */ - fields?: { - [name: string]: any; - }; - /** - * Timestamp tags this measurement with a date. This can be a Date object, - * in which case we'll adjust it to the desired precision, or a numeric - * string or number, in which case it gets passed directly to Influx. - */ - timestamp?: Date | string | number; -} -export interface IWriteOptions { - /** - * Precision at which the points are written, defaults to nanoseconds 'n'. - */ - precision?: grammar.TimePrecision; - /** - * Retention policy to write the points under, defaults to the DEFAULT - * database policy. - */ - retentionPolicy?: string; - /** - * Database under which to write the points. This is required if a default - * database is not provided in Influx. - */ - database?: string; -} -export interface IQueryOptions { - /** - * Defines the precision at which to query points. When left blank, it will - * query in nanosecond precision. - */ - precision?: grammar.TimePrecision; - /** - * Retention policy to query from, defaults to the DEFAULT - * database policy. - */ - retentionPolicy?: string; - /** - * Database under which to query the points. This is required if a default - * database is not provided in Influx. - */ - database?: string; - /** - * Any placeholders used by the query. Using these is strongly recommended - * to avoid injection attacks. - */ - placeholders?: Record<string, string>; -} -/** - * IRetentionOptions are passed into passed into the {@link - * InfluxDB#createRetentionPolicy} and {@link InfluxDB#alterRetentionPolicy}. - * See the [Downsampling and Retention page](https://docs.influxdata.com/ - * influxdb/v1.0/guides/downsampling_and_retention/) on the Influx docs for - * more information. - */ -export interface IRetentionOptions { - database?: string; - duration: string; - replication: number; - isDefault?: boolean; -} -/** - * InfluxDB is the public interface to run queries against your database. - * This is a 'driver-level' module, not a a full-fleged ORM or ODM; you run - * queries directly by calling methods on this class. - * - * Please check out some of [the tutorials](https://node-influx.github.io/manual/tutorial.html) - * if you want help getting started! - * - * @example - * const Influx = require('influx'); - * const influx = new Influx.InfluxDB({ - * host: 'localhost', - * database: 'express_response_db', - * schema: [ - * { - * measurement: 'response_times', - * fields: { - * path: Influx.FieldType.STRING, - * duration: Influx.FieldType.INTEGER - * }, - * tags: [ - * 'host' - * ] - * } - * ] - * }) - * - * @example - * // Connect over HTTPS - * const Influx = require('influx'); - * const influx = new Influx.InfluxDB({ - * host: 'myinfluxdbhost', - * port: 443, - * protocol: 'https' - * database: 'express_response_db', - * schema: [ - * { - * measurement: 'response_times', - * fields: { - * path: Influx.FieldType.STRING, - * duration: Influx.FieldType.INTEGER - * }, - * tags: [ - * 'host' - * ] - * } - * ] - * }) - * - * influx.writePoints([ - * { - * measurement: 'response_times', - * tags: { host: os.hostname() }, - * fields: { duration, path: req.path }, - * } - * ]).then(() => { - * return influx.query(` - * select * from response_times - * where host = $<host> - * order by time desc - * limit 10 - * `, { - * placeholders: { - * host: os.hostname() - * } - * }) - * }).then(rows => { - * rows.forEach(row => console.log(`A request to ${row.path} took ${row.duration}ms`)) - * }) - */ -export declare class InfluxDB { - /** - * Connect pool for making requests. - * @private - */ - private readonly _pool; - /** - * Config options for Influx. - * @private - */ - private readonly _options; - /** - * Map of Schema instances defining measurements in Influx. - * @private - */ - private _schema; - constructor(options: ISingleHostConfig); - /** - * Connect to an InfluxDB cluster by specifying a - * set of connection options. - */ - constructor(options: IClusterConfig); - /** - * Connect to an InfluxDB instance using a configuration URL. - * @example - * new InfluxDB('http://user:password@host:8086/database') - */ - constructor(url: string); - /** - * Connects to a local, default Influx instance. - */ - constructor(); - /** - * Adds specified schema for better fields coercing. - * - * @param {ISchemaOptions} schema - * @memberof InfluxDB - */ - addSchema(schema: ISchemaOptions): void; - /** - * Creates a new database with the provided name. - * @param databaseName - * @return - * @example - * influx.createDatabase('mydb') - */ - createDatabase(databaseName: string): Promise<void>; - /** - * Deletes a database with the provided name. - * @param databaseName - * @return - * @example - * influx.dropDatabase('mydb') - */ - dropDatabase(databaseName: string): Promise<void>; - /** - * Returns array of database names. Requires cluster admin privileges. - * @returns a list of database names - * @example - * influx.getDatabaseNames().then(names => - * console.log('My database names are: ' + names.join(', '))); - */ - getDatabaseNames(): Promise<string[]>; - /** - * Returns array of measurements. - * @returns a list of measurement names - * @param [database] the database the measurement lives in, optional - * if a default database is provided. - * @example - * influx.getMeasurements().then(names => - * console.log('My measurement names are: ' + names.join(', '))); - */ - getMeasurements(database?: string): Promise<string[]>; - /** - * Returns a list of all series within the target measurement, or from the - * entire database if a measurement isn't provided. - * @param [options] - * @param [options.measurement] if provided, we'll only get series - * from within that measurement. - * @param [options.database] the database the series lives in, - * optional if a default database is provided. - * @returns a list of series names - * @example - * influx.getSeries().then(names => { - * console.log('My series names in my_measurement are: ' + names.join(', ')) - * }) - * - * influx.getSeries({ - * measurement: 'my_measurement', - * database: 'my_db' - * }).then(names => { - * console.log('My series names in my_measurement are: ' + names.join(', ')) - * }) - */ - getSeries(options?: { - measurement?: string; - database?: string; - }): Promise<string[]>; - /** - * Removes a measurement from the database. - * @param measurement - * @param [database] the database the measurement lives in, optional - * if a default database is provided. - * @return - * @example - * influx.dropMeasurement('my_measurement') - */ - dropMeasurement(measurement: string, database?: string): Promise<void>; - /** - * Removes a one or more series from InfluxDB. - * - * @returns - * @example - * // The following pairs of queries are equivalent: you can chose either to - * // use our builder or pass in string directly. The builder takes care - * // of escaping and most syntax handling for you. - * - * influx.dropSeries({ where: e => e.tag('cpu').equals.value('cpu8') }) - * influx.dropSeries({ where: '"cpu" = \'cpu8\'' }) - * // DROP SERIES WHERE "cpu" = 'cpu8' - * - * influx.dropSeries({ measurement: m => m.name('cpu').policy('autogen') }) - * influx.dropSeries({ measurement: '"cpu"."autogen"' }) - * // DROP SERIES FROM "autogen"."cpu" - * - * influx.dropSeries({ - * measurement: m => m.name('cpu').policy('autogen'), - * where: e => e.tag('cpu').equals.value('cpu8'), - * database: 'my_db' - * }) - * // DROP SERIES FROM "autogen"."cpu" WHERE "cpu" = 'cpu8' - */ - dropSeries(options: b.measurement | b.where | { - database: string; - }): Promise<void>; - /** - * Returns a list of users on the Influx database. - * @return - * @example - * influx.getUsers().then(users => { - * users.forEach(user => { - * if (user.admin) { - * console.log(user.user, 'is an admin!') - * } else { - * console.log(user.user, 'is not an admin!') - * } - * }) - * }) - */ - getUsers(): Promise<IResults<{ - user: string; - admin: boolean; - }>>; - /** - * Creates a new InfluxDB user. - * @param username - * @param password - * @param [admin=false] If true, the user will be given all - * privileges on all databases. - * @return - * @example - * influx.createUser('connor', 'pa55w0rd', true) // make 'connor' an admin - * - * // make non-admins: - * influx.createUser('not_admin', 'pa55w0rd') - */ - createUser(username: string, password: string, admin?: boolean): Promise<void>; - /** - * Sets a password for an Influx user. - * @param username - * @param password - * @return - * @example - * influx.setPassword('connor', 'pa55w0rd') - */ - setPassword(username: string, password: string): Promise<void>; - /** - * Grants a privilege to a specified user. - * @param username - * @param privilege Should be one of 'READ' or 'WRITE' - * @param [database] If not provided, uses the default database. - * @return - * @example - * influx.grantPrivilege('connor', 'READ', 'my_db') // grants read access on my_db to connor - */ - grantPrivilege(username: string, privilege: "READ" | "WRITE", database?: string): Promise<void>; - /** - * Removes a privilege from a specified user. - * @param username - * @param privilege Should be one of 'READ' or 'WRITE' - * @param [database] If not provided, uses the default database. - * @return - * @example - * influx.revokePrivilege('connor', 'READ', 'my_db') // removes read access on my_db from connor - */ - revokePrivilege(username: string, privilege: "READ" | "WRITE", database?: string): Promise<void>; - /** - * Grants admin privileges to a specified user. - * @param username - * @return - * @example - * influx.grantAdminPrivilege('connor') - */ - grantAdminPrivilege(username: string): Promise<void>; - /** - * Removes a admin privilege from a specified user. - * @param username - * @return - * @example - * influx.revokeAdminPrivilege('connor') - */ - revokeAdminPrivilege(username: string): Promise<void>; - /** - * Removes a user from the database. - * @param username - * @return - * @example - * influx.dropUser('connor') - */ - dropUser(username: string): Promise<void>; - /** - * Creates a continuous query in a database - * @param name The query name, for later reference - * @param query The body of the query to run - * @param [database] If not provided, uses the default database. - * @param [resample] If provided, adds resample policy - * @return - * @example - * influx.createContinuousQuery('downsample_cpu_1h', ` - * SELECT MEAN(cpu) INTO "7d"."perf" - * FROM "1d"."perf" GROUP BY time(1m) - * `, undefined, 'RESAMPLE FOR 7m') - */ - createContinuousQuery(name: string, query: string, database?: string, resample?: string): Promise<void>; - /** - * Returns a list of continous queries in the database. - * @param [database] If not provided, uses the default database. - * @return - * @example - * influx.showContinousQueries() - */ - showContinousQueries(database?: string): Promise<IResults<{ - name: string; - query: string; - }>>; - /** - * Creates a continuous query in a database - * @param name The query name - * @param [database] If not provided, uses the default database. - * @return - * @example - * influx.dropContinuousQuery('downsample_cpu_1h') - */ - dropContinuousQuery(name: string, database?: string): Promise<void>; - /** - * Creates a new retention policy on a database. You can read more about - * [Downsampling and Retention](https://docs.influxdata.com/influxdb/v1.0/ - * guides/downsampling_and_retention/) on the InfluxDB website. - * - * @param name The retention policy name - * @param options - * @param [options.database] Database to create the policy on, - * uses the default database if not provided. - * @param options.duration How long data in the retention policy - * should be stored for, should be in a format like `7d`. See details - * [here](https://docs.influxdata.com/influxdb/v1.0/query_language/spec/#durations) - * @param options.replication How many servers data in the series - * should be replicated to. - * @param [options.isDefault] Whether the retention policy should - * be the default policy on the database. - * @return - * @example - * influx.createRetentionPolicy('7d', { - * duration: '7d', - * replication: 1 - * }) - */ - createRetentionPolicy(name: string, options: IRetentionOptions): Promise<void>; - /** - * Alters an existing retention policy on a database. - * - * @param name The retention policy name - * @param options - * @param [options.database] Database to create the policy on, - * uses the default database if not provided. - * @param options.duration How long data in the retention policy - * should be stored for, should be in a format like `7d`. See details - * [here](https://docs.influxdata.com/influxdb/v1.0/query_language/spec/#durations) - * @param options.replication How many servers data in the series - * should be replicated to. - * @param [options.default] Whether the retention policy should - * be the default policy on the database. - * @return - * @example - * influx.alterRetentionPolicy('7d', { - * duration: '7d', - * replication: 1, - * default: true - * }) - */ - alterRetentionPolicy(name: string, options: IRetentionOptions): Promise<void>; - /** - * Deletes a retention policy and associated data. Note that the data will - * not be immediately destroyed, and will hang around until Influx's - * bi-hourly cron. - * - * @param name The retention policy name - * @param [database] Database name that the policy lives in, - * uses the default database if not provided. - * @return - * @example - * influx.dropRetentionPolicy('7d') - */ - dropRetentionPolicy(name: string, database?: string): Promise<void>; - /** - * Shows retention policies on the database - * - * @param [database] The database to list policies on, uses the - * default database if not provided. - * @return - * @example - * influx.showRetentionPolicies().then(policies => { - * expect(policies.slice()).to.deep.equal([ - * { - * name: 'autogen', - * duration: '0s', - * shardGroupDuration: '168h0m0s', - * replicaN: 1, - * default: true, - * }, - * { - * name: '7d', - * duration: '168h0m0s', - * shardGroupDuration: '24h0m0s', - * replicaN: 1, - * default: false, - * }, - * ]) - * }) - */ - showRetentionPolicies(database?: string): Promise<IResults<{ - default: boolean; - duration: string; - name: string; - replicaN: number; - shardGroupDuration: string; - }>>; - /** - * Shows shards on the database - * - * @param [database] The database to list policies on, uses the - * default database if not provided. - * @return - * @example - * influx.showShards().then(shards => { - * expect(shards.slice()).to.deep.equal([ - * { - * id: 1 - * database: 'database', - * retention_policy: 'autogen', - * shard_group: 1, - * start_time: '2019-05-06T00:00:00Z', - * end_time: '2019-05-13T00:00:00Z', - * expiry_time: '2019-05-13T00:00:00Z', - * owners: null, - * }, - * ]) - * }) - */ - showShards(database?: string): Promise<Array<{ - id: number; - database: string; - retention_policy: string; - shard_group: number; - start_time: string; - end_time: string; - expiry_time: string; - owners: string; - }>>; - /** - * Drops a shard with the provided number. - * @param shard_id - * @return - * @example - * influx.dropShard(3) - */ - dropShard(shard_id: number): Promise<void>; - /** - * WritePoints sends a list of points together in a batch to InfluxDB. In - * each point you must specify the measurement name to write into as well - * as a list of tag and field values. Optionally, you can specify the - * time to tag that point at, defaulting to the current time. - * - * If you defined a schema for the measurement in the options you passed - * to `new Influx(options)`, we'll use that to make sure that types get - * cast correctly and that there are no extraneous fields or columns. - * - * For best performance, it's recommended that you batch your data into - * sets of a couple thousand records before writing it. In the future we'll - * have some utilities within node-influx to make this easier. - * - * --- - * - * A note when using manually-specified times and precisions: by default - * we write using the `ms` precision since that's what JavaScript gives us. - * You can adjust this. However, there is some special behaviour if you - * manually specify a timestamp in your points: - * - if you specify the timestamp as a Date object, we'll convert it to - * milliseconds and manipulate it as needed to get the right precision - * - if provide a INanoDate as returned from {@link toNanoTime} or the - * results from an Influx query, we'll be able to pull the precise - * nanosecond timestamp and manipulate it to get the right precision - * - if you provide a string or number as the timestamp, we'll pass it - * straight into Influx. - * - * Please see the IPoint and IWriteOptions types for a - * full list of possible options. - * - * @param points - * @param [options] - * @return - * @example - * // write a point into the default database with - * // the default retention policy. - * influx.writePoints([ - * { - * measurement: 'perf', - * tags: { host: 'box1.example.com' }, - * fields: { cpu: getCpuUsage(), mem: getMemUsage() }, - * } - * ]) - * - * // you can manually specify the database, - * // retention policy, and time precision: - * influx.writePoints([ - * { - * measurement: 'perf', - * tags: { host: 'box1.example.com' }, - * fields: { cpu: getCpuUsage(), mem: getMemUsage() }, - * timestamp: getLastRecordedTime(), - * } - * ], { - * database: 'my_db', - * retentionPolicy: '1d', - * precision: 's' - * }) - */ - writePoints(points: IPoint[], options?: IWriteOptions): Promise<void>; - /** - * WriteMeasurement functions similarly to {@link InfluxDB#writePoints}, but - * it automatically fills in the `measurement` value for all points for you. - * - * @param measurement - * @param points - * @param [options] - * @return - * @example - * influx.writeMeasurement('perf', [ - * { - * tags: { host: 'box1.example.com' }, - * fields: { cpu: getCpuUsage(), mem: getMemUsage() }, - * } - * ]) - */ - writeMeasurement(measurement: string, points: IPoint[], options?: IWriteOptions): Promise<void>; - query<T>(query: string[], options?: IQueryOptions): Promise<Array<IResults<T>>>; - query<T>(query: string, options?: IQueryOptions): Promise<IResults<T>>; - /** - * QueryRaw functions similarly to .query() but it does no fancy - * transformations on the returned data; it calls `JSON.parse` and returns - * those results verbatim. - * - * @param query - * @param [options] - * @return - * @example - * influx.queryRaw('select * from perf').then(rawData => { - * console.log(rawData) - * }) - */ - queryRaw(query: string | string[], options?: IQueryOptions): Promise<any>; - /** - * Pings all available hosts, collecting online status and version info. - * @param timeout Given in milliseconds - * @return - * @example - * influx.ping(5000).then(hosts => { - * hosts.forEach(host => { - * if (host.online) { - * console.log(`${host.url.host} responded in ${host.rtt}ms running ${host.version})`) - * } else { - * console.log(`${host.url.host} is offline :(`) - * } - * }) - * }) - */ - ping(timeout: number): Promise<IPingStats[]>; - /** - * Returns the default database that queries operates on. It throws if called - * when a default database isn't set. - * @private - */ - private _defaultDB; - /** - * Creates options to be passed into the pool to query databases. - * @private - */ - private _getQueryOpts; - /** - * Creates specified measurement schema - * - * @private - * @param {ISchemaOptions} schema - * @memberof InfluxDB - */ - private _createSchema; -} diff --git a/software/flow/node_modules/influx/lib/src/index.js b/software/flow/node_modules/influx/lib/src/index.js deleted file mode 100644 index dabc086..0000000 --- a/software/flow/node_modules/influx/lib/src/index.js +++ /dev/null @@ -1,1004 +0,0 @@ -"use strict"; -/* eslint-disable @typescript-eslint/unified-signatures */ -/* eslint-disable no-prototype-builtins */ -var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { - if (k2 === undefined) k2 = k; - Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); -}) : (function(o, m, k, k2) { - if (k2 === undefined) k2 = k; - o[k2] = m[k]; -})); -var __exportStar = (this && this.__exportStar) || function(m, exports) { - for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p); -}; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.InfluxDB = void 0; -const url = require("url"); -const b = require("./builder"); -const grammar = require("./grammar"); -const pool_1 = require("./pool"); -const results_1 = require("./results"); -const schema_1 = require("./schema"); -const defaultHost = Object.freeze({ - host: "127.0.0.1", - port: 8086, - path: "", - protocol: "http", -}); -const defaultOptions = Object.freeze({ - database: null, - hosts: [], - password: "root", - schema: [], - username: "root", -}); -__exportStar(require("./builder"), exports); -var grammar_1 = require("./grammar"); -Object.defineProperty(exports, "FieldType", { enumerable: true, get: function () { return grammar_1.FieldType; } }); -Object.defineProperty(exports, "Precision", { enumerable: true, get: function () { return grammar_1.Precision; } }); -Object.defineProperty(exports, "Raw", { enumerable: true, get: function () { return grammar_1.Raw; } }); -Object.defineProperty(exports, "escape", { enumerable: true, get: function () { return grammar_1.escape; } }); -Object.defineProperty(exports, "toNanoDate", { enumerable: true, get: function () { return grammar_1.toNanoDate; } }); -var results_2 = require("./results"); -Object.defineProperty(exports, "ResultError", { enumerable: true, get: function () { return results_2.ResultError; } }); -/** - * Parses the URL out into into a IClusterConfig object - */ -function parseOptionsUrl(addr) { - const parsed = url.parse(addr); - const options = { - host: parsed.hostname, - port: Number(parsed.port), - protocol: parsed.protocol.slice(0, -1), - }; - if (parsed.auth) { - [options.username, options.password] = parsed.auth.split(":"); - } - if (parsed.pathname.length > 1) { - options.database = parsed.pathname.slice(1); - } - return options; -} -/** - * Works similarly to Object.assign, but only overwrites - * properties that resolve to undefined. - */ -function defaults(target, ...srcs) { - srcs.forEach((src) => { - Object.keys(src).forEach((key) => { - if (target[key] === undefined) { - target[key] = src[key]; - } - }); - }); - return target; -} -/** - * InfluxDB is the public interface to run queries against your database. - * This is a 'driver-level' module, not a a full-fleged ORM or ODM; you run - * queries directly by calling methods on this class. - * - * Please check out some of [the tutorials](https://node-influx.github.io/manual/tutorial.html) - * if you want help getting started! - * - * @example - * const Influx = require('influx'); - * const influx = new Influx.InfluxDB({ - * host: 'localhost', - * database: 'express_response_db', - * schema: [ - * { - * measurement: 'response_times', - * fields: { - * path: Influx.FieldType.STRING, - * duration: Influx.FieldType.INTEGER - * }, - * tags: [ - * 'host' - * ] - * } - * ] - * }) - * - * @example - * // Connect over HTTPS - * const Influx = require('influx'); - * const influx = new Influx.InfluxDB({ - * host: 'myinfluxdbhost', - * port: 443, - * protocol: 'https' - * database: 'express_response_db', - * schema: [ - * { - * measurement: 'response_times', - * fields: { - * path: Influx.FieldType.STRING, - * duration: Influx.FieldType.INTEGER - * }, - * tags: [ - * 'host' - * ] - * } - * ] - * }) - * - * influx.writePoints([ - * { - * measurement: 'response_times', - * tags: { host: os.hostname() }, - * fields: { duration, path: req.path }, - * } - * ]).then(() => { - * return influx.query(` - * select * from response_times - * where host = $<host> - * order by time desc - * limit 10 - * `, { - * placeholders: { - * host: os.hostname() - * } - * }) - * }).then(rows => { - * rows.forEach(row => console.log(`A request to ${row.path} took ${row.duration}ms`)) - * }) - */ -class InfluxDB { - /** - * Connect to a single InfluxDB instance by specifying - * a set of connection options. - * @param [options='http://root:root@127.0.0.1:8086'] - * - * @example - * const Influx = require('influx') - * - * // Connect to a single host with a DSN: - * const influx = new Influx.InfluxDB('http://user:password@host:8086/database') - * - * @example - * const Influx = require('influx') - * - * // Connect to a single host with a full set of config details and - * // a custom schema - * const client = new Influx.InfluxDB({ - * database: 'my_db', - * host: 'localhost', - * port: 8086, - * username: 'connor', - * password: 'pa$$w0rd', - * schema: [ - * { - * measurement: 'perf', - * fields: { - * memory_usage: Influx.FieldType.INTEGER, - * cpu_usage: Influx.FieldType.FLOAT, - * is_online: Influx.FieldType.BOOLEAN - * } - * tags: [ - * 'hostname' - * ] - * } - * ] - * }) - * - * @example - * const Influx = require('influx') - * - * // Use a pool of several host connections and balance queries across them: - * const client = new Influx.InfluxDB({ - * database: 'my_db', - * username: 'connor', - * password: 'pa$$w0rd', - * hosts: [ - * { host: 'db1.example.com' }, - * { host: 'db2.example.com' }, - * ], - * schema: [ - * { - * measurement: 'perf', - * fields: { - * memory_usage: Influx.FieldType.INTEGER, - * cpu_usage: Influx.FieldType.FLOAT, - * is_online: Influx.FieldType.BOOLEAN - * } - * tags: [ - * 'hostname' - * ] - * } - * ] - * }) - * - */ - constructor(options) { - /** - * Map of Schema instances defining measurements in Influx. - * @private - */ - this._schema = Object.create(null); - // Figure out how to parse whatever we were passed in into a IClusterConfig. - if (typeof options === "string") { - // Plain URI => ISingleHostConfig - options = parseOptionsUrl(options); - } - else if (!options) { - options = defaultHost; - } - if (!options.hasOwnProperty("hosts")) { - // ISingleHostConfig => IClusterConfig - options = { - database: options.database, - hosts: [options], - password: options.password, - pool: options.pool, - schema: options.schema, - username: options.username, - }; - } - const resolved = options; - resolved.hosts = resolved.hosts.map((host) => { - return defaults({ - host: host.host, - port: host.port, - path: host.path, - protocol: host.protocol, - options: host.options, - }, defaultHost); - }); - this._pool = new pool_1.Pool(resolved.pool); - this._options = defaults(resolved, defaultOptions); - resolved.hosts.forEach((host) => { - this._pool.addHost(`${host.protocol}://${host.host}:${host.port}${host.path}`, host.options); - }); - this._options.schema.forEach((schema) => this._createSchema(schema)); - } - /** - * Adds specified schema for better fields coercing. - * - * @param {ISchemaOptions} schema - * @memberof InfluxDB - */ - addSchema(schema) { - this._createSchema(schema); - } - /** - * Creates a new database with the provided name. - * @param databaseName - * @return - * @example - * influx.createDatabase('mydb') - */ - createDatabase(databaseName) { - return this._pool - .json(this._getQueryOpts({ - q: `create database ${grammar.escape.quoted(databaseName)}`, - }, "POST")) - .then(results_1.assertNoErrors) - .then(() => undefined); - } - /** - * Deletes a database with the provided name. - * @param databaseName - * @return - * @example - * influx.dropDatabase('mydb') - */ - dropDatabase(databaseName) { - return this._pool - .json(this._getQueryOpts({ - q: `drop database ${grammar.escape.quoted(databaseName)}`, - }, "POST")) - .then(results_1.assertNoErrors) - .then(() => undefined); - } - /** - * Returns array of database names. Requires cluster admin privileges. - * @returns a list of database names - * @example - * influx.getDatabaseNames().then(names => - * console.log('My database names are: ' + names.join(', '))); - */ - getDatabaseNames() { - return this._pool - .json(this._getQueryOpts({ q: "show databases" })) - .then((res) => results_1.parseSingle(res).map((r) => r.name)); - } - /** - * Returns array of measurements. - * @returns a list of measurement names - * @param [database] the database the measurement lives in, optional - * if a default database is provided. - * @example - * influx.getMeasurements().then(names => - * console.log('My measurement names are: ' + names.join(', '))); - */ - getMeasurements(database = this._defaultDB()) { - return this._pool - .json(this._getQueryOpts({ - db: database, - q: "show measurements", - })) - .then((res) => results_1.parseSingle(res).map((r) => r.name)); - } - /** - * Returns a list of all series within the target measurement, or from the - * entire database if a measurement isn't provided. - * @param [options] - * @param [options.measurement] if provided, we'll only get series - * from within that measurement. - * @param [options.database] the database the series lives in, - * optional if a default database is provided. - * @returns a list of series names - * @example - * influx.getSeries().then(names => { - * console.log('My series names in my_measurement are: ' + names.join(', ')) - * }) - * - * influx.getSeries({ - * measurement: 'my_measurement', - * database: 'my_db' - * }).then(names => { - * console.log('My series names in my_measurement are: ' + names.join(', ')) - * }) - */ - getSeries(options = {}) { - const { database = this._defaultDB(), measurement } = options; - let query = "show series"; - if (measurement) { - query += ` from ${grammar.escape.quoted(measurement)}`; - } - return this._pool - .json(this._getQueryOpts({ - db: database, - q: query, - })) - .then((res) => results_1.parseSingle(res).map((r) => r.key)); - } - /** - * Removes a measurement from the database. - * @param measurement - * @param [database] the database the measurement lives in, optional - * if a default database is provided. - * @return - * @example - * influx.dropMeasurement('my_measurement') - */ - dropMeasurement(measurement, database = this._defaultDB()) { - return this._pool - .json(this._getQueryOpts({ - db: database, - q: `drop measurement ${grammar.escape.quoted(measurement)}`, - }, "POST")) - .then(results_1.assertNoErrors) - .then(() => undefined); - } - /** - * Removes a one or more series from InfluxDB. - * - * @returns - * @example - * // The following pairs of queries are equivalent: you can chose either to - * // use our builder or pass in string directly. The builder takes care - * // of escaping and most syntax handling for you. - * - * influx.dropSeries({ where: e => e.tag('cpu').equals.value('cpu8') }) - * influx.dropSeries({ where: '"cpu" = \'cpu8\'' }) - * // DROP SERIES WHERE "cpu" = 'cpu8' - * - * influx.dropSeries({ measurement: m => m.name('cpu').policy('autogen') }) - * influx.dropSeries({ measurement: '"cpu"."autogen"' }) - * // DROP SERIES FROM "autogen"."cpu" - * - * influx.dropSeries({ - * measurement: m => m.name('cpu').policy('autogen'), - * where: e => e.tag('cpu').equals.value('cpu8'), - * database: 'my_db' - * }) - * // DROP SERIES FROM "autogen"."cpu" WHERE "cpu" = 'cpu8' - */ - dropSeries(options) { - const db = "database" in options ? options.database : this._defaultDB(); - let q = "drop series"; - if ("measurement" in options) { - q += " from " + b.parseMeasurement(options); - } - if ("where" in options) { - q += " where " + b.parseWhere(options); - } - return this._pool - .json(this._getQueryOpts({ db, q }, "POST")) - .then(results_1.assertNoErrors) - .then(() => undefined); - } - /** - * Returns a list of users on the Influx database. - * @return - * @example - * influx.getUsers().then(users => { - * users.forEach(user => { - * if (user.admin) { - * console.log(user.user, 'is an admin!') - * } else { - * console.log(user.user, 'is not an admin!') - * } - * }) - * }) - */ - getUsers() { - return this._pool - .json(this._getQueryOpts({ q: "show users" })) - .then((result) => results_1.parseSingle(result)); - } - /** - * Creates a new InfluxDB user. - * @param username - * @param password - * @param [admin=false] If true, the user will be given all - * privileges on all databases. - * @return - * @example - * influx.createUser('connor', 'pa55w0rd', true) // make 'connor' an admin - * - * // make non-admins: - * influx.createUser('not_admin', 'pa55w0rd') - */ - createUser(username, password, admin = false) { - return this._pool - .json(this._getQueryOpts({ - q: `create user ${grammar.escape.quoted(username)} with password ` + - grammar.escape.stringLit(password) + - (admin ? " with all privileges" : ""), - }, "POST")) - .then(results_1.assertNoErrors) - .then(() => undefined); - } - /** - * Sets a password for an Influx user. - * @param username - * @param password - * @return - * @example - * influx.setPassword('connor', 'pa55w0rd') - */ - setPassword(username, password) { - return this._pool - .json(this._getQueryOpts({ - q: `set password for ${grammar.escape.quoted(username)} = ` + - grammar.escape.stringLit(password), - }, "POST")) - .then(results_1.assertNoErrors) - .then(() => undefined); - } - /** - * Grants a privilege to a specified user. - * @param username - * @param privilege Should be one of 'READ' or 'WRITE' - * @param [database] If not provided, uses the default database. - * @return - * @example - * influx.grantPrivilege('connor', 'READ', 'my_db') // grants read access on my_db to connor - */ - grantPrivilege(username, privilege, database = this._defaultDB()) { - return this._pool - .json(this._getQueryOpts({ - q: `grant ${privilege} on ${grammar.escape.quoted(database)} ` + - `to ${grammar.escape.quoted(username)}`, - }, "POST")) - .then(results_1.assertNoErrors) - .then(() => undefined); - } - /** - * Removes a privilege from a specified user. - * @param username - * @param privilege Should be one of 'READ' or 'WRITE' - * @param [database] If not provided, uses the default database. - * @return - * @example - * influx.revokePrivilege('connor', 'READ', 'my_db') // removes read access on my_db from connor - */ - revokePrivilege(username, privilege, database = this._defaultDB()) { - return this._pool - .json(this._getQueryOpts({ - q: `revoke ${privilege} on ${grammar.escape.quoted(database)} from ` + grammar.escape.quoted(username), - }, "POST")) - .then(results_1.assertNoErrors) - .then(() => undefined); - } - /** - * Grants admin privileges to a specified user. - * @param username - * @return - * @example - * influx.grantAdminPrivilege('connor') - */ - grantAdminPrivilege(username) { - return this._pool - .json(this._getQueryOpts({ - q: `grant all to ${grammar.escape.quoted(username)}`, - }, "POST")) - .then(results_1.assertNoErrors) - .then(() => undefined); - } - /** - * Removes a admin privilege from a specified user. - * @param username - * @return - * @example - * influx.revokeAdminPrivilege('connor') - */ - revokeAdminPrivilege(username) { - return this._pool - .json(this._getQueryOpts({ - q: `revoke all from ${grammar.escape.quoted(username)}`, - }, "POST")) - .then(results_1.assertNoErrors) - .then(() => undefined); - } - /** - * Removes a user from the database. - * @param username - * @return - * @example - * influx.dropUser('connor') - */ - dropUser(username) { - return this._pool - .json(this._getQueryOpts({ - q: `drop user ${grammar.escape.quoted(username)}`, - }, "POST")) - .then(results_1.assertNoErrors) - .then(() => undefined); - } - /** - * Creates a continuous query in a database - * @param name The query name, for later reference - * @param query The body of the query to run - * @param [database] If not provided, uses the default database. - * @param [resample] If provided, adds resample policy - * @return - * @example - * influx.createContinuousQuery('downsample_cpu_1h', ` - * SELECT MEAN(cpu) INTO "7d"."perf" - * FROM "1d"."perf" GROUP BY time(1m) - * `, undefined, 'RESAMPLE FOR 7m') - */ - createContinuousQuery(name, query, database = this._defaultDB(), resample = "") { - return this._pool - .json(this._getQueryOpts({ - q: `create continuous query ${grammar.escape.quoted(name)}` + - ` on ${grammar.escape.quoted(database)} ${resample} begin ${query} end`, - }, "POST")) - .then(results_1.assertNoErrors) - .then(() => undefined); - } - /** - * Returns a list of continous queries in the database. - * @param [database] If not provided, uses the default database. - * @return - * @example - * influx.showContinousQueries() - */ - showContinousQueries(database = this._defaultDB()) { - return this._pool - .json(this._getQueryOpts({ - db: database, - q: "show continuous queries", - })) - .then((result) => results_1.parseSingle(result)); - } - /** - * Creates a continuous query in a database - * @param name The query name - * @param [database] If not provided, uses the default database. - * @return - * @example - * influx.dropContinuousQuery('downsample_cpu_1h') - */ - dropContinuousQuery(name, database = this._defaultDB()) { - return this._pool - .json(this._getQueryOpts({ - q: `drop continuous query ${grammar.escape.quoted(name)}` + - ` on ${grammar.escape.quoted(database)}`, - }, "POST")) - .then(results_1.assertNoErrors) - .then(() => undefined); - } - /** - * Creates a new retention policy on a database. You can read more about - * [Downsampling and Retention](https://docs.influxdata.com/influxdb/v1.0/ - * guides/downsampling_and_retention/) on the InfluxDB website. - * - * @param name The retention policy name - * @param options - * @param [options.database] Database to create the policy on, - * uses the default database if not provided. - * @param options.duration How long data in the retention policy - * should be stored for, should be in a format like `7d`. See details - * [here](https://docs.influxdata.com/influxdb/v1.0/query_language/spec/#durations) - * @param options.replication How many servers data in the series - * should be replicated to. - * @param [options.isDefault] Whether the retention policy should - * be the default policy on the database. - * @return - * @example - * influx.createRetentionPolicy('7d', { - * duration: '7d', - * replication: 1 - * }) - */ - createRetentionPolicy(name, options) { - const q = `create retention policy ${grammar.escape.quoted(name)} on ` + - grammar.escape.quoted(options.database || this._defaultDB()) + - ` duration ${options.duration} replication ${options.replication}` + - (options.isDefault ? " default" : ""); - return this._pool - .json(this._getQueryOpts({ q }, "POST")) - .then(results_1.assertNoErrors) - .then(() => undefined); - } - /** - * Alters an existing retention policy on a database. - * - * @param name The retention policy name - * @param options - * @param [options.database] Database to create the policy on, - * uses the default database if not provided. - * @param options.duration How long data in the retention policy - * should be stored for, should be in a format like `7d`. See details - * [here](https://docs.influxdata.com/influxdb/v1.0/query_language/spec/#durations) - * @param options.replication How many servers data in the series - * should be replicated to. - * @param [options.default] Whether the retention policy should - * be the default policy on the database. - * @return - * @example - * influx.alterRetentionPolicy('7d', { - * duration: '7d', - * replication: 1, - * default: true - * }) - */ - alterRetentionPolicy(name, options) { - const q = `alter retention policy ${grammar.escape.quoted(name)} on ` + - grammar.escape.quoted(options.database || this._defaultDB()) + - ` duration ${options.duration} replication ${options.replication}` + - (options.isDefault ? " default" : ""); - return this._pool - .json(this._getQueryOpts({ q }, "POST")) - .then(results_1.assertNoErrors) - .then(() => undefined); - } - /** - * Deletes a retention policy and associated data. Note that the data will - * not be immediately destroyed, and will hang around until Influx's - * bi-hourly cron. - * - * @param name The retention policy name - * @param [database] Database name that the policy lives in, - * uses the default database if not provided. - * @return - * @example - * influx.dropRetentionPolicy('7d') - */ - dropRetentionPolicy(name, database = this._defaultDB()) { - return this._pool - .json(this._getQueryOpts({ - q: `drop retention policy ${grammar.escape.quoted(name)} ` + - `on ${grammar.escape.quoted(database)}`, - }, "POST")) - .then(results_1.assertNoErrors) - .then(() => undefined); - } - /** - * Shows retention policies on the database - * - * @param [database] The database to list policies on, uses the - * default database if not provided. - * @return - * @example - * influx.showRetentionPolicies().then(policies => { - * expect(policies.slice()).to.deep.equal([ - * { - * name: 'autogen', - * duration: '0s', - * shardGroupDuration: '168h0m0s', - * replicaN: 1, - * default: true, - * }, - * { - * name: '7d', - * duration: '168h0m0s', - * shardGroupDuration: '24h0m0s', - * replicaN: 1, - * default: false, - * }, - * ]) - * }) - */ - showRetentionPolicies(database = this._defaultDB()) { - return this._pool - .json(this._getQueryOpts({ - q: `show retention policies on ${grammar.escape.quoted(database)}`, - }, "GET")) - .then((result) => results_1.parseSingle(result)); - } - /** - * Shows shards on the database - * - * @param [database] The database to list policies on, uses the - * default database if not provided. - * @return - * @example - * influx.showShards().then(shards => { - * expect(shards.slice()).to.deep.equal([ - * { - * id: 1 - * database: 'database', - * retention_policy: 'autogen', - * shard_group: 1, - * start_time: '2019-05-06T00:00:00Z', - * end_time: '2019-05-13T00:00:00Z', - * expiry_time: '2019-05-13T00:00:00Z', - * owners: null, - * }, - * ]) - * }) - */ - showShards(database = this._defaultDB()) { - return this._pool - .json(this._getQueryOpts({ - q: "show shards ", - }, "GET")) - .then((result) => results_1.parseSingle(result).filter(function (i) { - return i.database === database; - })); - } - /** - * Drops a shard with the provided number. - * @param shard_id - * @return - * @example - * influx.dropShard(3) - */ - dropShard(shard_id) { - return this._pool - .json(this._getQueryOpts({ - q: `drop shard ${shard_id}`, - }, "POST")) - .then(results_1.assertNoErrors) - .then(() => undefined); - } - /** - * WritePoints sends a list of points together in a batch to InfluxDB. In - * each point you must specify the measurement name to write into as well - * as a list of tag and field values. Optionally, you can specify the - * time to tag that point at, defaulting to the current time. - * - * If you defined a schema for the measurement in the options you passed - * to `new Influx(options)`, we'll use that to make sure that types get - * cast correctly and that there are no extraneous fields or columns. - * - * For best performance, it's recommended that you batch your data into - * sets of a couple thousand records before writing it. In the future we'll - * have some utilities within node-influx to make this easier. - * - * --- - * - * A note when using manually-specified times and precisions: by default - * we write using the `ms` precision since that's what JavaScript gives us. - * You can adjust this. However, there is some special behaviour if you - * manually specify a timestamp in your points: - * - if you specify the timestamp as a Date object, we'll convert it to - * milliseconds and manipulate it as needed to get the right precision - * - if provide a INanoDate as returned from {@link toNanoTime} or the - * results from an Influx query, we'll be able to pull the precise - * nanosecond timestamp and manipulate it to get the right precision - * - if you provide a string or number as the timestamp, we'll pass it - * straight into Influx. - * - * Please see the IPoint and IWriteOptions types for a - * full list of possible options. - * - * @param points - * @param [options] - * @return - * @example - * // write a point into the default database with - * // the default retention policy. - * influx.writePoints([ - * { - * measurement: 'perf', - * tags: { host: 'box1.example.com' }, - * fields: { cpu: getCpuUsage(), mem: getMemUsage() }, - * } - * ]) - * - * // you can manually specify the database, - * // retention policy, and time precision: - * influx.writePoints([ - * { - * measurement: 'perf', - * tags: { host: 'box1.example.com' }, - * fields: { cpu: getCpuUsage(), mem: getMemUsage() }, - * timestamp: getLastRecordedTime(), - * } - * ], { - * database: 'my_db', - * retentionPolicy: '1d', - * precision: 's' - * }) - */ - writePoints(points, options = {}) { - const { database = this._defaultDB(), precision = "n", retentionPolicy, } = options; - let payload = ""; - points.forEach((point) => { - const { fields = {}, tags = {}, measurement, timestamp } = point; - const schema = this._schema[database] && this._schema[database][measurement]; - const fieldsPairs = schema - ? schema.coerceFields(fields) - : schema_1.coerceBadly(fields); - const tagsNames = schema ? schema.checkTags(tags) : Object.keys(tags); - payload += (payload.length > 0 ? "\n" : "") + measurement; - for (let tagsName of tagsNames) { - payload += - "," + - grammar.escape.tag(tagsName) + - "=" + - grammar.escape.tag(tags[tagsName]); - } - for (let i = 0; i < fieldsPairs.length; i += 1) { - payload += - (i === 0 ? " " : ",") + - grammar.escape.tag(fieldsPairs[i][0]) + - "=" + - fieldsPairs[i][1]; - } - if (timestamp !== undefined) { - payload += " " + grammar.castTimestamp(timestamp, precision); - } - }); - return this._pool.discard({ - body: payload, - method: "POST", - path: "/write", - query: { - db: database, - p: this._options.password, - precision, - rp: retentionPolicy, - u: this._options.username, - }, - }); - } - /** - * WriteMeasurement functions similarly to {@link InfluxDB#writePoints}, but - * it automatically fills in the `measurement` value for all points for you. - * - * @param measurement - * @param points - * @param [options] - * @return - * @example - * influx.writeMeasurement('perf', [ - * { - * tags: { host: 'box1.example.com' }, - * fields: { cpu: getCpuUsage(), mem: getMemUsage() }, - * } - * ]) - */ - writeMeasurement(measurement, points, options = {}) { - points = points.map((p) => (Object.assign({ measurement }, p))); - return this.writePoints(points, options); - } - /** - * .query() runs a query (or list of queries), and returns the results in a - * friendly format, {@link IResults}. If you run multiple queries, an array of results - * will be returned, otherwise a single result (array of objects) will be returned. - * - * @param query - * @param [options] - * @return result(s) - * @example - * influx.query('select * from perf').then(results => { - * console.log(results) - * }) - */ - query(query, options = {}) { - if (Array.isArray(query)) { - query = query.join(";"); - } - // If the consumer asked explicitly for nanosecond precision parsing, - // remove that to cause Influx to give us ISO dates that - // we can parse correctly. - if (options.precision === "n") { - options = Object.assign({}, options); // Avoid mutating - delete options.precision; - } - return this.queryRaw(query, options).then((res) => results_1.parse(res, options.precision)); - } - /** - * QueryRaw functions similarly to .query() but it does no fancy - * transformations on the returned data; it calls `JSON.parse` and returns - * those results verbatim. - * - * @param query - * @param [options] - * @return - * @example - * influx.queryRaw('select * from perf').then(rawData => { - * console.log(rawData) - * }) - */ - queryRaw(query, options = {}) { - const { database = this._defaultDB(), retentionPolicy, placeholders = {}, } = options; - if (query instanceof Array) { - query = query.join(";"); - } - return this._pool.json(this._getQueryOpts({ - db: database, - epoch: options.precision, - q: query, - rp: retentionPolicy, - params: placeholders, - })); - } - /** - * Pings all available hosts, collecting online status and version info. - * @param timeout Given in milliseconds - * @return - * @example - * influx.ping(5000).then(hosts => { - * hosts.forEach(host => { - * if (host.online) { - * console.log(`${host.url.host} responded in ${host.rtt}ms running ${host.version})`) - * } else { - * console.log(`${host.url.host} is offline :(`) - * } - * }) - * }) - */ - ping(timeout) { - return this._pool.ping(timeout); - } - /** - * Returns the default database that queries operates on. It throws if called - * when a default database isn't set. - * @private - */ - _defaultDB() { - if (!this._options.database) { - throw new Error("Attempted to run an influx query without a default" + - " database specified or an explicit database provided."); - } - return this._options.database; - } - /** - * Creates options to be passed into the pool to query databases. - * @private - */ - _getQueryOpts(params, method = "GET") { - return { - method, - path: "/query", - query: Object.assign({ p: this._options.password, u: this._options.username }, params), - }; - } - /** - * Creates specified measurement schema - * - * @private - * @param {ISchemaOptions} schema - * @memberof InfluxDB - */ - _createSchema(schema) { - schema.database = schema.database || this._options.database; - if (!schema.database) { - throw new Error(`Schema ${schema.measurement} doesn't have a database specified,` + - "and no default database is provided!"); - } - if (!this._schema[schema.database]) { - this._schema[schema.database] = Object.create(null); - } - this._schema[schema.database][schema.measurement] = new schema_1.Schema(schema); - } -} -exports.InfluxDB = InfluxDB; diff --git a/software/flow/node_modules/influx/lib/src/pool.d.ts b/software/flow/node_modules/influx/lib/src/pool.d.ts deleted file mode 100644 index fb0a7aa..0000000 --- a/software/flow/node_modules/influx/lib/src/pool.d.ts +++ /dev/null @@ -1,149 +0,0 @@ -/// <reference types="node" /> -import { IBackoffStrategy } from "./backoff/backoff"; -import { Host } from "./host"; -import * as http from "http"; -import * as https from "https"; -import * as urlModule from "url"; -export interface IPoolOptions { - /** - * Number of times we should retry running a query - * before calling back with an error. - */ - maxRetries?: number; - /** - * The length of time after which HTTP requests will error - * if they do not receive a response. - */ - requestTimeout?: number; - /** - * Options to configure the backoff policy for the pool. Defaults - * to using exponential backoff. - */ - backoff?: IBackoffStrategy; -} -export interface IPoolRequestOptions { - /** - * Request method. - */ - method: "GET" | "POST"; - /** - * Path to hit on the database server, must begin with a leading slash. - */ - path: string; - /** - * Query string to be appended to the request path. - */ - query?: any; - /** - * Request body to include. - */ - body?: string; - /** - * For internal use only, a counter of the number of times we've retried - * running this request. - */ - retries?: number; -} -/** - * An ServiceNotAvailableError is returned as an error from requests that - * result in a > 500 error code. - */ -export declare class ServiceNotAvailableError extends Error { - constructor(message: string); -} -/** - * An RequestError is returned as an error from requests that - * result in a 300 <= error code <= 500. - */ -export declare class RequestError extends Error { - req: http.ClientRequest; - res: http.IncomingMessage; - constructor(req: http.ClientRequest, res: http.IncomingMessage, body: string); - static Create(req: http.ClientRequest, res: http.IncomingMessage, callback: (e: RequestError) => void): void; -} -export interface IPingStats { - url: urlModule.Url; - res: http.IncomingMessage; - online: boolean; - rtt: number; - version: string; -} -/** - * - * The Pool maintains a list available Influx hosts and dispatches requests - * to them. If there are errors connecting to hosts, it will disable that - * host for a period of time. - */ -export declare class Pool { - private readonly _options; - private _index; - private readonly _timeout; - private readonly _hostsAvailable; - private readonly _hostsDisabled; - /** - * Creates a new Pool instance. - * @param {IPoolOptions} options - */ - constructor(options: IPoolOptions); - /** - * Returns a list of currently active hosts. - * @return {Host[]} - */ - getHostsAvailable(): Host[]; - /** - * Returns a list of hosts that are currently disabled due to network - * errors. - * @return {Host[]} - */ - getHostsDisabled(): Host[]; - /** - * Inserts a new host to the pool. - */ - addHost(url: string, options?: https.RequestOptions): Host; - /** - * Returns true if there's any host available to by queried. - * @return {Boolean} - */ - hostIsAvailable(): boolean; - /** - * Makes a request and calls back with the response, parsed as JSON. - * An error is returned on a non-2xx status code or on a parsing exception. - */ - json(options: IPoolRequestOptions): Promise<any>; - /** - * Makes a request and resolves with the plain text response, - * if possible. An error is raised on a non-2xx status code. - */ - text(options: IPoolRequestOptions): Promise<string>; - /** - * Makes a request and discards any response body it receives. - * An error is returned on a non-2xx status code. - */ - discard(options: IPoolRequestOptions): Promise<void>; - /** - * Ping sends out a request to all available Influx servers, reporting on - * their response time and version number. - */ - ping(timeout: number, path?: string): Promise<IPingStats[]>; - /** - * Makes a request and calls back with the IncomingMessage stream, - * if possible. An error is returned on a non-2xx status code. - */ - stream(options: IPoolRequestOptions, callback: (err: Error, res: http.IncomingMessage) => void): void; - /** - * Returns the next available host for querying. - * @return {Host} - */ - private _getHost; - /** - * Re-enables the provided host, returning it to the pool to query. - * @param {Host} host - */ - private _enableHost; - /** - * Disables the provided host, removing it from the query pool. It will be - * re-enabled after a backoff interval - */ - private _disableHost; - private _handleRequestError; -} diff --git a/software/flow/node_modules/influx/lib/src/pool.js b/software/flow/node_modules/influx/lib/src/pool.js deleted file mode 100644 index ffc5321..0000000 --- a/software/flow/node_modules/influx/lib/src/pool.js +++ /dev/null @@ -1,315 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.Pool = exports.RequestError = exports.ServiceNotAvailableError = void 0; -const exponential_1 = require("./backoff/exponential"); -const host_1 = require("./host"); -const http = require("http"); -const https = require("https"); -const querystring = require("querystring"); -/** - * Status codes that will cause a host to be marked as 'failed' if we get - * them from a request to Influx. - * @type {Array} - */ -const resubmitErrorCodes = [ - "ETIMEDOUT", - "ESOCKETTIMEDOUT", - "ECONNRESET", - "ECONNREFUSED", - "EHOSTUNREACH", -]; -/** - * An ServiceNotAvailableError is returned as an error from requests that - * result in a > 500 error code. - */ -class ServiceNotAvailableError extends Error { - constructor(message) { - super(); - this.message = message; - Object.setPrototypeOf(this, ServiceNotAvailableError.prototype); - } -} -exports.ServiceNotAvailableError = ServiceNotAvailableError; -/** - * An RequestError is returned as an error from requests that - * result in a 300 <= error code <= 500. - */ -class RequestError extends Error { - constructor(req, res, body) { - super(); - this.req = req; - this.res = res; - this.message = `A ${res.statusCode} ${res.statusMessage} error occurred: ${body}`; - Object.setPrototypeOf(this, RequestError.prototype); - } - static Create(req, res, callback) { - let body = ""; - res.on("data", (str) => { - body += str.toString(); - }); - res.on("end", () => callback(new RequestError(req, res, body))); - } -} -exports.RequestError = RequestError; -/** - * Creates a function generation that returns a wrapper which only allows - * through the first call of any function that it generated. - */ -function doOnce() { - let handled = false; - return (fn) => { - return (arg) => { - if (handled) { - return; - } - handled = true; - fn(arg); - }; - }; -} -function setToArray(itemSet) { - const output = []; - itemSet.forEach((value) => { - output.push(value); - }); - return output; -} -const request = (options, callback) => { - if (options.protocol === "https:") { - return https.request(options, callback); - } - return http.request(options, callback); -}; -/** - * - * The Pool maintains a list available Influx hosts and dispatches requests - * to them. If there are errors connecting to hosts, it will disable that - * host for a period of time. - */ -class Pool { - /** - * Creates a new Pool instance. - * @param {IPoolOptions} options - */ - constructor(options) { - this._options = Object.assign({ backoff: new exponential_1.ExponentialBackoff({ - initial: 300, - max: 10 * 1000, - random: 1, - }), maxRetries: 2, requestTimeout: 30 * 1000 }, options); - this._index = 0; - this._hostsAvailable = new Set(); - this._hostsDisabled = new Set(); - this._timeout = this._options.requestTimeout; - } - /** - * Returns a list of currently active hosts. - * @return {Host[]} - */ - getHostsAvailable() { - return setToArray(this._hostsAvailable); - } - /** - * Returns a list of hosts that are currently disabled due to network - * errors. - * @return {Host[]} - */ - getHostsDisabled() { - return setToArray(this._hostsDisabled); - } - /** - * Inserts a new host to the pool. - */ - addHost(url, options = {}) { - const host = new host_1.Host(url, this._options.backoff.reset(), options); - this._hostsAvailable.add(host); - return host; - } - /** - * Returns true if there's any host available to by queried. - * @return {Boolean} - */ - hostIsAvailable() { - return this._hostsAvailable.size > 0; - } - /** - * Makes a request and calls back with the response, parsed as JSON. - * An error is returned on a non-2xx status code or on a parsing exception. - */ - json(options) { - return this.text(options).then((res) => JSON.parse(res)); - } - /** - * Makes a request and resolves with the plain text response, - * if possible. An error is raised on a non-2xx status code. - */ - text(options) { - return new Promise((resolve, reject) => { - this.stream(options, (err, res) => { - if (err) { - return reject(err); - } - let output = ""; - res.on("data", (str) => { - output += str.toString(); - }); - res.on("end", () => resolve(output)); - }); - }); - } - /** - * Makes a request and discards any response body it receives. - * An error is returned on a non-2xx status code. - */ - discard(options) { - return new Promise((resolve, reject) => { - this.stream(options, (err, res) => { - if (err) { - return reject(err); - } - res.on("data", () => { - /* ignore */ - }); - res.on("end", () => resolve()); - }); - }); - } - /** - * Ping sends out a request to all available Influx servers, reporting on - * their response time and version number. - */ - ping(timeout, path = "/ping") { - const todo = []; - setToArray(this._hostsAvailable) - .concat(setToArray(this._hostsDisabled)) - .forEach((host) => { - const start = Date.now(); - const url = host.url; - const once = doOnce(); - return todo.push(new Promise((resolve) => { - const req = request(Object.assign({ hostname: url.hostname, method: "GET", path, port: Number(url.port), protocol: url.protocol, timeout }, host.options), once((res) => { - resolve({ - url, - res: res.resume(), - online: res.statusCode < 300, - rtt: Date.now() - start, - version: res.headers["x-influxdb-version"], - }); - })); - const fail = once(() => { - req.abort(); - resolve({ - online: false, - res: null, - rtt: Infinity, - url, - version: null, - }); - }); - // Support older Nodes and polyfills which don't allow .timeout() in - // the request options, wrapped in a conditional for even worse - // polyfills. See: https://github.com/node-influx/node-influx/issues/221 - if (typeof req.setTimeout === "function") { - req.setTimeout(timeout, () => { - fail.call(fail, arguments); - }); // Tslint:disable-line - } - req.on("timeout", fail); - req.on("error", fail); - req.end(); - })); - }); - return Promise.all(todo); - } - /** - * Makes a request and calls back with the IncomingMessage stream, - * if possible. An error is returned on a non-2xx status code. - */ - stream(options, callback) { - if (!this.hostIsAvailable()) { - return callback(new ServiceNotAvailableError("No host available"), null); - } - const once = doOnce(); - const host = this._getHost(); - let path = host.url.pathname === "/" ? "" : host.url.pathname; - path += options.path; - if (options.query) { - path += "?" + querystring.stringify(options.query); - } - const req = request(Object.assign({ headers: { - "content-length": options.body ? Buffer.from(options.body).length : 0, - }, hostname: host.url.hostname, method: options.method, path, port: Number(host.url.port), protocol: host.url.protocol, timeout: this._timeout }, host.options), once((res) => { - res.setEncoding("utf8"); - if (res.statusCode >= 500) { - return this._handleRequestError(new ServiceNotAvailableError(res.statusMessage), host, options, callback); - } - if (res.statusCode >= 300) { - return RequestError.Create(req, res, (err) => callback(err, res)); - } - host.success(); - return callback(undefined, res); - })); - // Handle network or HTTP parsing errors: - req.on("error", once((err) => { - this._handleRequestError(err, host, options, callback); - })); - // Handle timeouts: - req.on("timeout", once(() => { - req.abort(); - this._handleRequestError(new ServiceNotAvailableError("Request timed out"), host, options, callback); - })); - // Support older Nodes and polyfills which don't allow .timeout() in the - // request options, wrapped in a conditional for even worse polyfills. See: - // https://github.com/node-influx/node-influx/issues/221 - if (typeof req.setTimeout === "function") { - req.setTimeout(host.options.timeout || this._timeout); // Tslint:disable-line - } - // Write out the body: - if (options.body) { - req.write(options.body); - } - req.end(); - } - /** - * Returns the next available host for querying. - * @return {Host} - */ - _getHost() { - const available = setToArray(this._hostsAvailable); - const host = available[this._index]; - this._index = (this._index + 1) % available.length; - return host; - } - /** - * Re-enables the provided host, returning it to the pool to query. - * @param {Host} host - */ - _enableHost(host) { - this._hostsDisabled.delete(host); - this._hostsAvailable.add(host); - } - /** - * Disables the provided host, removing it from the query pool. It will be - * re-enabled after a backoff interval - */ - _disableHost(host) { - this._hostsAvailable.delete(host); - this._hostsDisabled.add(host); - this._index %= Math.max(1, this._hostsAvailable.size); - setTimeout(() => this._enableHost(host), host.fail()); - } - _handleRequestError(err, host, options, callback) { - if (!(err instanceof ServiceNotAvailableError) && - !resubmitErrorCodes.includes(err.code)) { - return callback(err, null); - } - this._disableHost(host); - const retries = options.retries || 0; - if (retries < this._options.maxRetries && this.hostIsAvailable()) { - options.retries = retries + 1; - return this.stream(options, callback); - } - callback(err, null); - } -} -exports.Pool = Pool; diff --git a/software/flow/node_modules/influx/lib/src/results.d.ts b/software/flow/node_modules/influx/lib/src/results.d.ts deleted file mode 100644 index 2fa72a6..0000000 --- a/software/flow/node_modules/influx/lib/src/results.d.ts +++ /dev/null @@ -1,118 +0,0 @@ -import { TimePrecision } from "./grammar"; -/** - * A ResultError is thrown when a query generates errorful results from Influx. - */ -export declare class ResultError extends Error { - constructor(message: string); -} -/** - * InfluxResults describes the result structure received from InfluxDB. - * - * NOTE: if you're poking around in Influx, use curl, not the `json` formatter - * provided by the CLI. As of 1.0 this formatter changes the result structure - * and it will confuse you, as it did me ;) - */ -export interface IResponse { - results: IResultEntry[]; -} -export interface IResultEntry { - series?: IResponseSeries[]; - error?: string; -} -export declare type Tags = { - [name: string]: string; -}; -export declare type Row = any; -export interface IResponseSeries { - name?: string; - columns: string[]; - tags?: Tags; - values?: Row[]; -} -/** - * IResultsParser is a user-friendly results tables from raw Influx responses. - */ -export interface IResults<T> extends Array<T> { - /** - * Group looks for and returns the first group in the results - * that matches the provided tags. - * - * If you've used lodash or underscore, we do something quite similar to - * their object matching: for every row in the results, if it contains tag - * values matching the requested object, we return it. - * - * @param matcher - * @return - * @example - * // Matching tags sets in queries: - * influx.query('select * from perf group by host').then(results => { - * expect(results.group({ host: 'ares.peet.io'})).to.deep.equal([ - * { host: 'ares.peet.io', cpu: 0.12, mem: 2435 }, - * { host: 'ares.peet.io', cpu: 0.10, mem: 2451 }, - * // ... - * ]) - * - * expect(results.group({ host: 'box1.example.com'})).to.deep.equal([ - * { host: 'box1.example.com', cpu: 0.54, mem: 8420 }, - * // ... - * ]) - * }) - */ - group: (matcher: Tags) => T[]; - /** - * Returns the data grouped into nested arrays, similarly to how it was - * returned from Influx originally. - * - * @returns - * @example - * influx.query('select * from perf group by host').then(results => { - * expect(results.groups()).to.deep.equal([ - * { - * name: 'perf', - * tags: { host: 'ares.peet.io' }, - * rows: [ - * { host: 'ares.peet.io', cpu: 0.12, mem: 2435 }, - * { host: 'ares.peet.io', cpu: 0.10, mem: 2451 }, - * // ... - * ] - * } - * { - * name: 'perf', - * tags: { host: 'box1.example.com' }, - * rows: [ - * { host: 'box1.example.com', cpu: 0.54, mem: 8420 }, - * // ... - * ] - * } - * ]) - * }) - */ - groups: () => Array<{ - name: string; - tags: Tags; - rows: T[]; - }>; -} -/** - * Checks if there are any errors in the IResponse and, if so, it throws them. - * @private - * @throws {ResultError} - */ -export declare function assertNoErrors(res: IResponse): IResponse; -/** - * From parses out a response to a result or list of responses. - * There are three situations we cover here: - * 1. A single query without groups, like `select * from myseries` - * 2. A single query with groups, generated with a `group by` statement - * which groups by series *tags*, grouping by times is case (1) - * 3. Multiple queries of types 1 and 2 - * @private - */ -export declare function parse<T>(res: IResponse, precision?: TimePrecision): Array<IResults<T>> | IResults<T>; -/** - * ParseSingle asserts that the response contains a single result, - * and returns that result. - * @throws {Error} if the number of results is not exactly one - * @private - */ -export declare function parseSingle<T>(res: IResponse, precision?: TimePrecision): IResults<T>; diff --git a/software/flow/node_modules/influx/lib/src/results.js b/software/flow/node_modules/influx/lib/src/results.js deleted file mode 100644 index fbf01fb..0000000 --- a/software/flow/node_modules/influx/lib/src/results.js +++ /dev/null @@ -1,133 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.parseSingle = exports.parse = exports.assertNoErrors = exports.ResultError = void 0; -const grammar_1 = require("./grammar"); -/** - * A ResultError is thrown when a query generates errorful results from Influx. - */ -class ResultError extends Error { - constructor(message) { - super(); - this.message = `Error from InfluxDB: ${message}`; - } -} -exports.ResultError = ResultError; -function groupMethod(matcher) { - // We do a tiny bit of 'custom' deep equality checking here, taking - // advantage of the fact that the tag keys are consistent across all - // series results. This lets us match groupings much more efficiently, - // ~6000x faster than the fastest vanilla equality checker (lodash) - // when operating on large (~100,000 grouping) sets. - const srcKeys = this.groupsTagsKeys; - const dstKeys = Object.keys(matcher); - if (srcKeys.length === 0 || srcKeys.length !== dstKeys.length) { - return []; - } - L: for (let row of this.groupRows) { - // eslint-disable-line no-labels - for (let src of srcKeys) { - if (row.tags[src] !== matcher[src]) { - continue L; // eslint-disable-line no-labels - } - } - return row.rows; - } - return []; -} -function groupsMethod() { - return this.groupRows; -} -/** - * Inner parsing function which unpacks the series into a table and attaches - * methods to the array. This is quite optimized and a bit of a mess to read, - * but it's all fairly easy procedural logic. - * - * We do this instead of subclassing Array since subclassing has some - * undesirable side-effects. For example, calling .slice() on the array - * makes it impossible to preserve groups as would be necessary if it's - * subclassed. - */ -function parseInner(series = [], precision) { - const results = []; - results.groupsTagsKeys = - series.length && series[0].tags ? Object.keys(series[0].tags) : []; - const tags = results.groupsTagsKeys; - let nextGroup = []; - results.groupRows = new Array(series.length); // Tslint:disable-line - for (let i = 0; i < series.length; i += 1, results.length) { - const { columns = [], values = [] } = series[i]; - for (let value of values) { - const obj = {}; - for (let j = 0; j < columns.length; j += 1) { - if (columns[j] === "time") { - obj.time = grammar_1.isoOrTimeToDate(value[j], precision); - } - else { - obj[columns[j]] = value[j]; - } - } - for (let tag of tags) { - obj[tag] = series[i].tags[tag]; - } - results.push(obj); - nextGroup.push(obj); - } - results.groupRows[i] = { - name: series[i].name, - rows: nextGroup, - tags: series[i].tags || {}, - }; - nextGroup = []; - } - results.group = groupMethod; - results.groups = groupsMethod; - return results; -} -/** - * Checks if there are any errors in the IResponse and, if so, it throws them. - * @private - * @throws {ResultError} - */ -function assertNoErrors(res) { - for (let result of res.results) { - const { error } = result; - if (error) { - throw new ResultError(error); - } - } - return res; -} -exports.assertNoErrors = assertNoErrors; -/** - * From parses out a response to a result or list of responses. - * There are three situations we cover here: - * 1. A single query without groups, like `select * from myseries` - * 2. A single query with groups, generated with a `group by` statement - * which groups by series *tags*, grouping by times is case (1) - * 3. Multiple queries of types 1 and 2 - * @private - */ -function parse(res, precision) { - assertNoErrors(res); - if (res.results.length === 1) { - // Normalize case 3 - return parseInner(res.results[0].series, precision); - } - return res.results.map((result) => parseInner(result.series, precision)); -} -exports.parse = parse; -/** - * ParseSingle asserts that the response contains a single result, - * and returns that result. - * @throws {Error} if the number of results is not exactly one - * @private - */ -function parseSingle(res, precision) { - assertNoErrors(res); - if (res.results.length !== 1) { - throw new Error("node-influx expected the results length to equal 1, but " + - `it was ${0}. Please report this here: https://git.io/influx-err`); - } - return parseInner(res.results[0].series, precision); -} -exports.parseSingle = parseSingle; diff --git a/software/flow/node_modules/influx/lib/src/schema.d.ts b/software/flow/node_modules/influx/lib/src/schema.d.ts deleted file mode 100644 index 2236c59..0000000 --- a/software/flow/node_modules/influx/lib/src/schema.d.ts +++ /dev/null @@ -1,58 +0,0 @@ -import { FieldType } from "./grammar"; -export interface ISchemaOptions { - /** - * The measurement name this schema is describing. - */ - measurement: string; - /** - * The database the measurement lives under. Uses the default database - * if one is provided. - */ - database?: string; - /** - * Columns is the map of column type definitions on the database. - */ - fields: { - [column: string]: FieldType; - }; - /** - * A list of schema tag names. - */ - tags: string[]; -} -export declare type FieldMap = { - [name: string]: string | number | boolean; -}; -/** - * The Schema provides information and utilities for an InfluxDB measurement. - * @private - */ -export declare class Schema { - private readonly options; - private readonly _fieldNames; - private _tagHash; - constructor(options: ISchemaOptions); - /** - * CoerceFields converts a map of field values to a strings which - * can be injected into the line protocol without further escaping. - * The output is given in [key, value] pairs. - */ - coerceFields(fields: FieldMap): Array<[string, string]>; - /** - * Throws an error if the tags include values other than - * what was specified in the schema. It returns a list of tag names. - */ - checkTags(tags: { - [tag: string]: string; - }): string[]; - /** - * Returns the 'db'.'measurement'[.'field'] referencing the current schema. - */ - private _ref; -} -/** - * Coerces the field map to a set of writable values, a la coerceFields, - * using native guesses based on the field datatypes. - * @private - */ -export declare function coerceBadly(fields: FieldMap): Array<[string, string]>; diff --git a/software/flow/node_modules/influx/lib/src/schema.js b/software/flow/node_modules/influx/lib/src/schema.js deleted file mode 100644 index 96a8173..0000000 --- a/software/flow/node_modules/influx/lib/src/schema.js +++ /dev/null @@ -1,116 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.coerceBadly = exports.Schema = void 0; -const grammar_1 = require("./grammar"); -/** - * The Schema provides information and utilities for an InfluxDB measurement. - * @private - */ -class Schema { - constructor(options) { - this.options = options; - this._tagHash = {}; - // FieldNames are sorted for performance: when coerceFields is run the - // fields will be added to the output in order. - this._fieldNames = Object.keys(options.fields).sort(); - options.tags.forEach((tag) => { - this._tagHash[tag] = true; - }); - } - /** - * CoerceFields converts a map of field values to a strings which - * can be injected into the line protocol without further escaping. - * The output is given in [key, value] pairs. - */ - coerceFields(fields) { - let consumed = 0; - const output = []; - this._fieldNames.forEach((field) => { - if (!fields.hasOwnProperty(field)) { - return; - } - const value = fields[field]; - const typ = typeof value; - consumed += 1; - if (value === null || value === undefined) { - return; - } - let coerced; - switch (this.options.fields[field]) { - case grammar_1.FieldType.STRING: - coerced = grammar_1.escape.quoted(String(value)); - break; - case grammar_1.FieldType.INTEGER: - if (typ !== "number" && !grammar_1.isNumeric(String(value))) { - throw new Error(`Expected numeric value for ${this._ref(field)}, but got '${value}'!`); - } - coerced = String(Math.floor(value)) + "i"; - break; - case grammar_1.FieldType.FLOAT: - if (typ !== "number" && !grammar_1.isNumeric(String(value))) { - throw new Error(`Expected numeric value for ${this._ref(field)}, but got '${value}'!`); - } - coerced = String(value); - break; - case grammar_1.FieldType.BOOLEAN: - if (typ !== "boolean") { - throw new Error(`Expected boolean value for ${this._ref(field)}, but got a ${typ}!`); - } - coerced = value ? "T" : "F"; - break; - default: - throw new Error(`Unknown field type ${this.options.fields[field]} for ${field} in ` + - `${this._ref()}. Please ensure that your configuration is correct.`); - } - output.push([field, coerced]); - }); - const keys = Object.keys(fields); - if (consumed !== keys.length) { - const extraneous = keys.filter((f) => !this._fieldNames.includes(f)); - throw new Error("Extraneous fields detected for writing InfluxDB point in " + - `${this._ref()}: \`${extraneous.join("`, `")}\`.`); - } - return output; - } - /** - * Throws an error if the tags include values other than - * what was specified in the schema. It returns a list of tag names. - */ - checkTags(tags) { - const names = Object.keys(tags); - const extraneous = names.filter((tag) => !this._tagHash[tag]); - if (extraneous.length > 0) { - throw new Error("Extraneous tags detected for writing InfluxDB point in " + - `${this._ref()}: \`${extraneous.join("`, `")}\`.`); - } - return names; - } - /** - * Returns the 'db'.'measurement'[.'field'] referencing the current schema. - */ - _ref(field) { - let out = this.options.database + "." + this.options.measurement; - if (field) { - out += "." + field; - } - return out; - } -} -exports.Schema = Schema; -/** - * Coerces the field map to a set of writable values, a la coerceFields, - * using native guesses based on the field datatypes. - * @private - */ -function coerceBadly(fields) { - return Object.keys(fields) - .sort() - .map((field) => { - const value = fields[field]; - if (typeof value === "string") { - return [field, grammar_1.escape.quoted(value)]; - } - return [field, String(value)]; - }); -} -exports.coerceBadly = coerceBadly; diff --git a/software/flow/node_modules/influx/package.json b/software/flow/node_modules/influx/package.json deleted file mode 100644 index 0d86f5c..0000000 --- a/software/flow/node_modules/influx/package.json +++ /dev/null @@ -1,80 +0,0 @@ -{ - "name": "influx", - "version": "5.6.3", - "description": "InfluxDB Client", - "main": "./lib/src/index.js", - "typings": "./lib/src/index", - "scripts": { - "build:dist": "npm run clean && tsc && cp -R test/fixture lib/test", - "build:doc": "npm run clean && tsc -m es2015 -t es6 --moduleResolution node && esdoc -c esdoc.json", - "clean": "rm -rf coverage doc lib", - "prepare": "npm run clean && tsc -d", - "fmt": "prettier --single-quote --trailing-comma all --print-width 100 --write \"{src,test,examples}/**/*.ts\" && npm run test:lint -- --fix", - "test": "npm-run-all --parallel test:lint test:unit test:integrate", - "test:browser": "karma start test/karma.conf.js", - "test:cover": "npm run build:dist && istanbul cover _mocha -- lib/test/unit/*.test.js && open-cli coverage/lcov-report/index.html", - "test:integrate": "mocha --require ts-node/register --timeout 20000 test/integrate/*.test.ts", - "test:lint": "prettier -c .", - "test:sauce": "SAUCE=1 karma start test/karma.conf.js", - "test:travis": "npm-run-all clean test:lint test:sauce test:integrate build:dist && istanbul cover _mocha --report lcovonly -- lib/test/unit/*.test.js", - "test:unit": "mocha --require ts-node/register test/unit/*.test.ts", - "test:watch": "mocha -R min --watch --require ts-node/register test/unit/*.test.ts", - "semantic-release": "semantic-release" - }, - "repository": { - "type": "git", - "url": "https://github.com/node-influx/node-influx.git" - }, - "keywords": [ - "influx", - "influxdb", - "time", - "series", - "client", - "db" - ], - "contributors": [ - "Ben Evans <ben@bensbit.co.uk> (http://bensbit.co.uk)", - "Connor Peet <connor@peet.io>", - "Steffen Konerow <steffen@nrg-media.de> (http://www.nrg-media.de)", - "Timm Murray <tmurray@wumpus-cave.net> (http://wumpus-cave.net)" - ], - "license": "MIT", - "devDependencies": { - "@types/chai": "^4.2.11", - "@types/freeport": "1.0.21", - "@types/mocha": "^8.0.0", - "@types/node": "^14.0.24", - "@types/sinon": "^9.0.4", - "@types/sinon-chai": "^3.2.4", - "awesome-typescript-loader": "5.2.1", - "chai": "4.2.0", - "coveralls": "^3.1.0", - "esdoc": "1.1.0", - "esdoc-standard-plugin": "1.0.0", - "freeport": "1.0.5", - "istanbul": "0.4.5", - "json-loader": "0.5.7", - "karma": "^5.1.0", - "karma-chrome-launcher": "^3.1.0", - "karma-mocha": "^2.0.1", - "karma-mocha-reporter": "2.2.5", - "karma-sauce-launcher": "^4.1.4", - "karma-sourcemap-loader": "0.3.7", - "karma-webpack": "4.0.2", - "lodash": "4.17.19", - "mocha": "^8.0.1", - "node-fetch": "2.6.0", - "npm-run-all": "4.1.5", - "open-cli": "^6.0.1", - "prettier": "^2.0.5", - "semantic-release": "^17.1.1", - "sinon": "^9.0.2", - "sinon-chai": "^3.5.0", - "stream-http": "github:node-influx/stream-http", - "ts-node": "^8.10.2", - "typescript": "^3.9.7", - "webpack": "^4.43.0" - }, - "dependencies": {} -} diff --git a/software/flow/node_modules/influx/renovate.json b/software/flow/node_modules/influx/renovate.json deleted file mode 100644 index 042ab22..0000000 --- a/software/flow/node_modules/influx/renovate.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": ["config:base", ":preserveSemverRanges"] -} diff --git a/software/flow/node_modules/inherits/LICENSE b/software/flow/node_modules/inherits/LICENSE deleted file mode 100644 index dea3013..0000000 --- a/software/flow/node_modules/inherits/LICENSE +++ /dev/null @@ -1,16 +0,0 @@ -The ISC License - -Copyright (c) Isaac Z. Schlueter - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH -REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, -INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM -LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR -OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR -PERFORMANCE OF THIS SOFTWARE. - diff --git a/software/flow/node_modules/inherits/README.md b/software/flow/node_modules/inherits/README.md deleted file mode 100644 index b1c5665..0000000 --- a/software/flow/node_modules/inherits/README.md +++ /dev/null @@ -1,42 +0,0 @@ -Browser-friendly inheritance fully compatible with standard node.js -[inherits](http://nodejs.org/api/util.html#util_util_inherits_constructor_superconstructor). - -This package exports standard `inherits` from node.js `util` module in -node environment, but also provides alternative browser-friendly -implementation through [browser -field](https://gist.github.com/shtylman/4339901). Alternative -implementation is a literal copy of standard one located in standalone -module to avoid requiring of `util`. It also has a shim for old -browsers with no `Object.create` support. - -While keeping you sure you are using standard `inherits` -implementation in node.js environment, it allows bundlers such as -[browserify](https://github.com/substack/node-browserify) to not -include full `util` package to your client code if all you need is -just `inherits` function. It worth, because browser shim for `util` -package is large and `inherits` is often the single function you need -from it. - -It's recommended to use this package instead of -`require('util').inherits` for any code that has chances to be used -not only in node.js but in browser too. - -## usage - -```js -var inherits = require('inherits'); -// then use exactly as the standard one -``` - -## note on version ~1.0 - -Version ~1.0 had completely different motivation and is not compatible -neither with 2.0 nor with standard node.js `inherits`. - -If you are using version ~1.0 and planning to switch to ~2.0, be -careful: - -* new version uses `super_` instead of `super` for referencing - superclass -* new version overwrites current prototype while old one preserves any - existing fields on it diff --git a/software/flow/node_modules/inherits/inherits.js b/software/flow/node_modules/inherits/inherits.js deleted file mode 100644 index f71f2d9..0000000 --- a/software/flow/node_modules/inherits/inherits.js +++ /dev/null @@ -1,9 +0,0 @@ -try { - var util = require('util'); - /* istanbul ignore next */ - if (typeof util.inherits !== 'function') throw ''; - module.exports = util.inherits; -} catch (e) { - /* istanbul ignore next */ - module.exports = require('./inherits_browser.js'); -} diff --git a/software/flow/node_modules/inherits/inherits_browser.js b/software/flow/node_modules/inherits/inherits_browser.js deleted file mode 100644 index 86bbb3d..0000000 --- a/software/flow/node_modules/inherits/inherits_browser.js +++ /dev/null @@ -1,27 +0,0 @@ -if (typeof Object.create === 'function') { - // implementation from standard node.js 'util' module - module.exports = function inherits(ctor, superCtor) { - if (superCtor) { - ctor.super_ = superCtor - ctor.prototype = Object.create(superCtor.prototype, { - constructor: { - value: ctor, - enumerable: false, - writable: true, - configurable: true - } - }) - } - }; -} else { - // old school shim for old browsers - module.exports = function inherits(ctor, superCtor) { - if (superCtor) { - ctor.super_ = superCtor - var TempCtor = function () {} - TempCtor.prototype = superCtor.prototype - ctor.prototype = new TempCtor() - ctor.prototype.constructor = ctor - } - } -} diff --git a/software/flow/node_modules/inherits/package.json b/software/flow/node_modules/inherits/package.json deleted file mode 100644 index 37b4366..0000000 --- a/software/flow/node_modules/inherits/package.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "inherits", - "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()", - "version": "2.0.4", - "keywords": [ - "inheritance", - "class", - "klass", - "oop", - "object-oriented", - "inherits", - "browser", - "browserify" - ], - "main": "./inherits.js", - "browser": "./inherits_browser.js", - "repository": "git://github.com/isaacs/inherits", - "license": "ISC", - "scripts": { - "test": "tap" - }, - "devDependencies": { - "tap": "^14.2.4" - }, - "files": [ - "inherits.js", - "inherits_browser.js" - ] -} diff --git a/software/flow/node_modules/install/.travis.yml b/software/flow/node_modules/install/.travis.yml deleted file mode 100644 index 566a824..0000000 --- a/software/flow/node_modules/install/.travis.yml +++ /dev/null @@ -1,12 +0,0 @@ -language: node_js -sudo: false -node_js: - - "12" - - "11" - - "10" - - "9" - - "8" - - "7" - - "6" - - "5" - - "4" diff --git a/software/flow/node_modules/install/LICENSE b/software/flow/node_modules/install/LICENSE deleted file mode 100644 index ad7986c..0000000 --- a/software/flow/node_modules/install/LICENSE +++ /dev/null @@ -1,22 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2015 Benjamin Newman <ben@benjamn.com> - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - diff --git a/software/flow/node_modules/install/README.md b/software/flow/node_modules/install/README.md deleted file mode 100644 index abbaadb..0000000 --- a/software/flow/node_modules/install/README.md +++ /dev/null @@ -1,123 +0,0 @@ -# install [![Build Status](https://travis-ci.org/benjamn/install.svg?branch=master)](https://travis-ci.org/benjamn/install) [![Greenkeeper badge](https://badges.greenkeeper.io/benjamn/install.svg)](https://greenkeeper.io/) - -The [CommonJS module syntax](http://wiki.commonjs.org/wiki/Modules/1.1) is one of the most widely accepted conventions in the JavaScript ecosystem. Everyone seems to agree that `require` and `exports` are a reasonable way of expressing module dependencies and interfaces, and the tools for managing modular code are getting better all the time. - -Much less of a consensus has developed around the best way to deliver CommonJS modules to a web browser, where the synchronous semantics of `require` pose a non-trivial implementation challenge. This module loader contributes to that confusion, yet also demonstrates that an amply-featured module loader need not stretch into the hundreds or thousands of lines. - -Installation ---- -From NPM: - - npm install install - -From GitHub: - - cd path/to/node_modules - git clone git://github.com/benjamn/install.git - cd install - npm install . - -Usage ---- - -The first step is to create an `install` function by calling the -`makeInstaller` method. Note that all of the options described below are -optional: - -```js -var install = require("install").makeInstaller({ - // Optional list of file extensions to be appended to required module - // identifiers if they do not exactly match an installed module. - extensions: [".js", ".json"], - - // If defined, the options.fallback function will be called when no - // installed module is found for a required module identifier. Often - // options.fallback will be implemented in terms of the native Node - // require function, which has the ability to load binary modules. - fallback, - - // Boolean flag indicating whether the installed code will be running in - // a web browser. - browser, - - // List of fields to look for in package.json files to determine the - // main entry module of the package. The first field listed here whose - // value is a string will be used to resolve the entry module. Defaults - // to just ["main"], or ["browser", "main"] if options.browser is true. - mainFields: ["browser", "main"], -}); -``` - -The second step is to install some modules by passing a nested tree of -objects and functions to the `install` function: - -```js -var require = install({ - "main.js"(require, exports, module) { - // On the client, the "assert" module should be install-ed just like - // any other module. On the server, since "assert" is a built-in Node - // module, it may make sense to let the options.fallback function - // handle such requirements. Both ways work equally well. - var assert = require("assert"); - - assert.strictEqual( - // This require function uses the same lookup rules as Node, so it - // will find "package" in the "node_modules" directory below. - require("package").name, - "/node_modules/package/entry.js" - ); - - exports.name = module.id; - }, - - node_modules: { - package: { - // If package.json is not defined, a module called "index.js" will - // be used as the main entry point for the package. Otherwise the - // exports.main property will identify the entry point. - "package.json"(require, exports, module) { - exports.name = "package"; - exports.version = "0.1.0"; - exports.main = "entry.js"; - }, - - "entry.js"(require, exports, module) { - exports.name = module.id; - } - } - } -}); -``` - -Note that the `install` function merely installs modules without -evaluating them, so the third and final step is to `require` any entry -point modules that you wish to evaluate: - -```js -console.log(require("./main").name); -// => "/main.js" -``` - -This is the "root" `require` function returned by the `install` -function. If you're using the `install` package in a CommonJS environment -like Node, be careful that you don't overwrite the `require` function -provided by that system. - -If you need to change the behavior of the `module` object that each module -function receives as its third parameter, the shared `Module` constructor -is exposed as a property of the `install` function returned by the -`makeInstaller` factory: - -```js -var install = makeInstaller(options); -var proto = install.Module.prototype; - -// Wrap all Module.prototype.require calls with some sort of logging. -proto.require = wrapWithLogging(proto.require); - -// Add a new method available to all modules via module.newMethod(...). -proto.newMethod = function () {...}; -``` - -Many more examples of how to use the `install` package can be found in the -[tests](https://github.com/benjamn/install/blob/master/test/run.js). diff --git a/software/flow/node_modules/install/install.js b/software/flow/node_modules/install/install.js deleted file mode 100644 index 895678c..0000000 --- a/software/flow/node_modules/install/install.js +++ /dev/null @@ -1,556 +0,0 @@ -makeInstaller = function (options) { - "use strict"; - - options = options || {}; - - // These file extensions will be appended to required module identifiers - // if they do not exactly match an installed module. - var defaultExtensions = options.extensions || [".js", ".json"]; - - // If defined, the options.fallback function will be called when no - // installed module is found for a required module identifier. Often - // options.fallback will be implemented in terms of the native Node - // require function, which has the ability to load binary modules. - var fallback = options.fallback; - - // List of fields to look for in package.json files to determine the - // main entry module of the package. The first field listed here whose - // value is a string will be used to resolve the entry module. - var mainFields = options.mainFields || - // If options.mainFields is absent and options.browser is truthy, - // package resolution will prefer the "browser" field of package.json - // files to the "main" field. Note that this only supports - // string-valued "browser" fields for now, though in the future it - // might make sense to support the object version, a la browserify. - (options.browser ? ["browser", "main"] : ["main"]); - - var hasOwn = {}.hasOwnProperty; - function strictHasOwn(obj, key) { - return isObject(obj) && isString(key) && hasOwn.call(obj, key); - } - - // Cache for looking up File objects given absolute module identifiers. - // Invariants: - // filesByModuleId[module.id] === fileAppendId(root, module.id) - // filesByModuleId[module.id].module === module - var filesByModuleId = {}; - - // The file object representing the root directory of the installed - // module tree. - var root = new File("/", new File("/..")); - var rootRequire = makeRequire(root); - - // Merges the given tree of directories and module factory functions - // into the tree of installed modules and returns a require function - // that behaves as if called from a module in the root directory. - function install(tree, options) { - if (isObject(tree)) { - fileMergeContents(root, tree, options); - } - return rootRequire; - } - - // Replace this function to enable Module.prototype.prefetch. - install.fetch = function (ids) { - throw new Error("fetch not implemented"); - }; - - // This constructor will be used to instantiate the module objects - // passed to module factory functions (i.e. the third argument after - // require and exports), and is exposed as install.Module in case the - // caller of makeInstaller wishes to modify Module.prototype. - function Module(id) { - this.id = id; - - // The Node implementation of module.children unfortunately includes - // only those child modules that were imported for the first time by - // this parent module (i.e., child.parent === this). - this.children = []; - - // This object is an install.js extension that includes all child - // modules imported by this module, even if this module is not the - // first to import them. - this.childrenById = {}; - } - - // Used to keep module.prefetch promise resolutions well-ordered. - var lastPrefetchPromise; - - // May be shared by multiple sequential calls to module.prefetch. - // Initialized to {} only when necessary. - var missing; - - Module.prototype.prefetch = function (id) { - var module = this; - var parentFile = getOwn(filesByModuleId, module.id); - - lastPrefetchPromise = lastPrefetchPromise || Promise.resolve(); - var previousPromise = lastPrefetchPromise; - - function walk(module) { - var file = getOwn(filesByModuleId, module.id); - if (fileIsDynamic(file) && ! file.pending) { - file.pending = true; - missing = missing || {}; - - // These are the data that will be exposed to the install.fetch - // callback, so it's worth documenting each item with a comment. - missing[module.id] = { - // The CommonJS module object that will be exposed to this - // dynamic module when it is evaluated. Note that install.fetch - // could decide to populate module.exports directly, instead of - // fetching anything. In that case, install.fetch should omit - // this module from the tree that it produces. - module: file.module, - // List of module identifier strings imported by this module. - // Note that the missing object already contains all available - // dependencies (including transitive dependencies), so - // install.fetch should not need to traverse these dependencies - // in most cases; however, they may be useful for other reasons. - // Though the strings are unique, note that two different - // strings could resolve to the same module. - deps: Object.keys(file.deps), - // The options (if any) that were passed as the second argument - // to the install(tree, options) function when this stub was - // first registered. Typically contains options.extensions, but - // could contain any information appropriate for the entire tree - // as originally installed. These options will be automatically - // inherited by the newly fetched modules, so install.fetch - // should not need to modify them. - options: file.options, - // Any stub data included in the array notation from the - // original entry for this dynamic module. Typically contains - // "main" and/or "browser" fields for package.json files, and is - // otherwise undefined. - stub: file.stub - }; - - each(file.deps, function (parentId, id) { - fileResolve(file, id); - }); - - each(module.childrenById, walk); - } - } - - return lastPrefetchPromise = new Promise(function (resolve) { - var absChildId = module.resolve(id); - each(module.childrenById, walk); - resolve(absChildId); - - }).then(function (absChildId) { - // Grab the current missing object and fetch its contents. - var toBeFetched = missing; - missing = null; - - function clearPending() { - if (toBeFetched) { - Object.keys(toBeFetched).forEach(function (id) { - getOwn(filesByModuleId, id).pending = false; - }); - } - } - - return new Promise(function (resolve) { - // The install.fetch function takes an object mapping missing - // dynamic module identifiers to options objects, and should - // return a Promise that resolves to a module tree that can be - // installed. As an optimization, if there were no missing dynamic - // modules, then we can skip calling install.fetch entirely. - resolve(toBeFetched && install.fetch(toBeFetched)); - - }).then(function (tree) { - function both() { - install(tree); - clearPending(); - return absChildId; - } - - // Although we want multiple install.fetch calls to run in - // parallel, it is important that the promises returned by - // module.prefetch are resolved in the same order as the original - // calls to module.prefetch, because previous fetches may include - // modules assumed to exist by more recent module.prefetch calls. - // Whether previousPromise was resolved or rejected, carry on with - // the installation regardless. - return previousPromise.then(both, both); - - }, function (error) { - // Fixes https://github.com/meteor/meteor/issues/10182. - clearPending(); - throw error; - }); - }); - }; - - install.Module = Module; - - function getOwn(obj, key) { - return strictHasOwn(obj, key) && obj[key]; - } - - function isObject(value) { - return value !== null && typeof value === "object"; - } - - function isFunction(value) { - return typeof value === "function"; - } - - function isString(value) { - return typeof value === "string"; - } - - function makeMissingError(id) { - return new Error("Cannot find module '" + id + "'"); - } - - Module.prototype.resolve = function (id) { - var file = fileResolve(filesByModuleId[this.id], id); - if (file) return file.module.id; - var error = makeMissingError(id); - if (fallback && isFunction(fallback.resolve)) { - return fallback.resolve(id, this.id, error); - } - throw error; - }; - - Module.prototype.require = function require(id) { - var result = fileResolve(filesByModuleId[this.id], id); - if (result) { - return fileEvaluate(result, this); - } - - var error = makeMissingError(id); - - if (isFunction(fallback)) { - return fallback( - id, // The missing module identifier. - this.id, // ID of the parent module. - error // The error we would have thrown. - ); - } - - throw error; - }; - - function makeRequire(file) { - var module = file.module; - - function require(id) { - return module.require(id); - } - - require.extensions = fileGetExtensions(file).slice(0); - - require.resolve = function resolve(id) { - return module.resolve(id); - }; - - return require; - } - - // File objects represent either directories or modules that have been - // installed. When a `File` respresents a directory, its `.contents` - // property is an object containing the names of the files (or - // directories) that it contains. When a `File` represents a module, its - // `.contents` property is a function that can be invoked with the - // appropriate `(require, exports, module)` arguments to evaluate the - // module. If the `.contents` property is a string, that string will be - // resolved as a module identifier, and the exports of the resulting - // module will provide the exports of the original file. The `.parent` - // property of a File is either a directory `File` or `null`. Note that - // a child may claim another `File` as its parent even if the parent - // does not have an entry for that child in its `.contents` object. - // This is important for implementing anonymous files, and preventing - // child modules from using `../relative/identifier` syntax to examine - // unrelated modules. - function File(moduleId, parent) { - var file = this; - - // Link to the parent file. - file.parent = parent = parent || null; - - // The module object for this File, which will eventually boast an - // .exports property when/if the file is evaluated. - file.module = new Module(moduleId); - filesByModuleId[moduleId] = file; - - // The .contents of the file can be either (1) an object, if the file - // represents a directory containing other files; (2) a factory - // function, if the file represents a module that can be imported; (3) - // a string, if the file is an alias for another file; or (4) null, if - // the file's contents are not (yet) available. - file.contents = null; - - // Set of module identifiers imported by this module. Note that this - // set is not necessarily complete, so don't rely on it unless you - // know what you're doing. - file.deps = {}; - } - - function fileEvaluate(file, parentModule) { - var module = file.module; - if (! strictHasOwn(module, "exports")) { - var contents = file.contents; - if (! contents) { - // If this file was installed with array notation, and the array - // contained one or more objects but no functions, then the combined - // properties of the objects are treated as a temporary stub for - // file.module.exports. This is particularly important for partial - // package.json modules, so that the resolution logic can know the - // value of the "main" and/or "browser" fields, at least, even if - // the rest of the package.json file is not (yet) available. - if (file.stub) { - return file.stub; - } - - throw makeMissingError(module.id); - } - - if (parentModule) { - module.parent = parentModule; - var children = parentModule.children; - if (Array.isArray(children)) { - children.push(module); - } - } - - contents( - makeRequire(file), - // If the file had a .stub, reuse the same object for exports. - module.exports = file.stub || {}, - module, - file.module.id, - file.parent.module.id - ); - - module.loaded = true; - } - - // The module.runModuleSetters method will be deprecated in favor of - // just module.runSetters: https://github.com/benjamn/reify/pull/160 - var runSetters = module.runSetters || module.runModuleSetters; - if (isFunction(runSetters)) { - runSetters.call(module); - } - - return module.exports; - } - - function fileIsDirectory(file) { - return file && isObject(file.contents); - } - - function fileIsDynamic(file) { - return file && file.contents === null; - } - - function fileMergeContents(file, contents, options) { - if (Array.isArray(contents)) { - contents.forEach(function (item) { - if (isString(item)) { - file.deps[item] = file.module.id; - } else if (isFunction(item)) { - contents = item; - } else if (isObject(item)) { - file.stub = file.stub || {}; - each(item, function (value, key) { - file.stub[key] = value; - }); - } - }); - - if (! isFunction(contents)) { - // If the array did not contain a function, merge nothing. - contents = null; - } - - } else if (! isFunction(contents) && - ! isString(contents) && - ! isObject(contents)) { - // If contents is neither an array nor a function nor a string nor - // an object, just give up and merge nothing. - contents = null; - } - - if (contents) { - file.contents = file.contents || (isObject(contents) ? {} : contents); - if (isObject(contents) && fileIsDirectory(file)) { - each(contents, function (value, key) { - if (key === "..") { - child = file.parent; - - } else { - var child = getOwn(file.contents, key); - - if (! child) { - child = file.contents[key] = new File( - file.module.id.replace(/\/*$/, "/") + key, - file - ); - - child.options = options; - } - } - - fileMergeContents(child, value, options); - }); - } - } - } - - function each(obj, callback, context) { - Object.keys(obj).forEach(function (key) { - callback.call(this, obj[key], key); - }, context); - } - - function fileGetExtensions(file) { - return file.options - && file.options.extensions - || defaultExtensions; - } - - function fileAppendIdPart(file, part, extensions) { - // Always append relative to a directory. - while (file && ! fileIsDirectory(file)) { - file = file.parent; - } - - if (! file || ! part || part === ".") { - return file; - } - - if (part === "..") { - return file.parent; - } - - var exactChild = getOwn(file.contents, part); - - // Only consider multiple file extensions if this part is the last - // part of a module identifier and not equal to `.` or `..`, and there - // was no exact match or the exact match was a directory. - if (extensions && (! exactChild || fileIsDirectory(exactChild))) { - for (var e = 0; e < extensions.length; ++e) { - var child = getOwn(file.contents, part + extensions[e]); - if (child && ! fileIsDirectory(child)) { - return child; - } - } - } - - return exactChild; - } - - function fileAppendId(file, id, extensions) { - var parts = id.split("/"); - - // Use `Array.prototype.every` to terminate iteration early if - // `fileAppendIdPart` returns a falsy value. - parts.every(function (part, i) { - return file = i < parts.length - 1 - ? fileAppendIdPart(file, part) - : fileAppendIdPart(file, part, extensions); - }); - - return file; - } - - function recordChild(parentModule, childFile) { - var childModule = childFile && childFile.module; - if (parentModule && childModule) { - parentModule.childrenById[childModule.id] = childModule; - } - } - - function fileResolve(file, id, parentModule, seenDirFiles) { - var parentModule = parentModule || file.module; - var extensions = fileGetExtensions(file); - - file = - // Absolute module identifiers (i.e. those that begin with a `/` - // character) are interpreted relative to the root directory, which - // is a slight deviation from Node, which has access to the entire - // file system. - id.charAt(0) === "/" ? fileAppendId(root, id, extensions) : - // Relative module identifiers are interpreted relative to the - // current file, naturally. - id.charAt(0) === "." ? fileAppendId(file, id, extensions) : - // Top-level module identifiers are interpreted as referring to - // packages in `node_modules` directories. - nodeModulesLookup(file, id, extensions); - - // If the identifier resolves to a directory, we use the same logic as - // Node to find an `index.js` or `package.json` file to evaluate. - while (fileIsDirectory(file)) { - seenDirFiles = seenDirFiles || []; - - // If the "main" field of a `package.json` file resolves to a - // directory we've already considered, then we should not attempt to - // read the same `package.json` file again. Using an array as a set - // is acceptable here because the number of directories to consider - // is rarely greater than 1 or 2. Also, using indexOf allows us to - // store File objects instead of strings. - if (seenDirFiles.indexOf(file) < 0) { - seenDirFiles.push(file); - - var pkgJsonFile = fileAppendIdPart(file, "package.json"); - var pkg = pkgJsonFile && fileEvaluate(pkgJsonFile, parentModule); - var mainFile, resolved = pkg && mainFields.some(function (name) { - var main = pkg[name]; - if (isString(main)) { - // The "main" field of package.json does not have to begin - // with ./ to be considered relative, so first we try - // simply appending it to the directory path before - // falling back to a full fileResolve, which might return - // a package from a node_modules directory. - return mainFile = fileAppendId(file, main, extensions) || - fileResolve(file, main, parentModule, seenDirFiles); - } - }); - - if (resolved && mainFile) { - file = mainFile; - recordChild(parentModule, pkgJsonFile); - // The fileAppendId call above may have returned a directory, - // so continue the loop to make sure we resolve it to a - // non-directory file. - continue; - } - } - - // If we didn't find a `package.json` file, or it didn't have a - // resolvable `.main` property, the only possibility left to - // consider is that this directory contains an `index.js` module. - // This assignment almost always terminates the while loop, because - // there's very little chance `fileIsDirectory(file)` will be true - // for `fileAppendIdPart(file, "index", extensions)`. However, in - // principle it is remotely possible that a file called `index.js` - // could be a directory instead of a file. - file = fileAppendIdPart(file, "index", extensions); - } - - if (file && isString(file.contents)) { - file = fileResolve(file, file.contents, parentModule, seenDirFiles); - } - - recordChild(parentModule, file); - - return file; - }; - - function nodeModulesLookup(file, id, extensions) { - for (var resolved; file && ! resolved; file = file.parent) { - resolved = fileIsDirectory(file) && - fileAppendId(file, "node_modules/" + id, extensions); - } - return resolved; - } - - return install; -}; - -if (typeof exports === "object") { - exports.makeInstaller = makeInstaller; -} diff --git a/software/flow/node_modules/install/install.min.js b/software/flow/node_modules/install/install.min.js deleted file mode 100644 index 0109a4c..0000000 --- a/software/flow/node_modules/install/install.min.js +++ /dev/null @@ -1 +0,0 @@ -makeInstaller=function(n){"use strict";var t=(n=n||{}).extensions||[".js",".json"],e=n.fallback,r=n.mainFields||(n.browser?["browser","main"]:["main"]),o={}.hasOwnProperty;function i(n,t){return p(n)&&m(t)&&o.call(n,t)}var u,s,c={},f=new w("/",new w("/..")),l=b(f);function a(n,t){return p(n)&&function n(t,e,r){Array.isArray(e)?(e.forEach(function(n){m(n)?t.deps[n]=t.module.id:v(n)?e=n:p(n)&&(t.stub=t.stub||{},k(n,function(n,e){t.stub[e]=n}))}),v(e)||(e=null)):v(e)||m(e)||p(e)||(e=null);e&&(t.contents=t.contents||(p(e)?{}:e),p(e)&&j(t)&&k(e,function(e,o){if(".."===o)i=t.parent;else{var i=h(t.contents,o);i||((i=t.contents[o]=new w(t.module.id.replace(/\/*$/,"/")+o,t)).options=r)}n(i,e,r)}))}(f,n,t),l}function d(n){this.id=n,this.children=[],this.childrenById={}}function h(n,t){return i(n,t)&&n[t]}function p(n){return null!==n&&"object"==typeof n}function v(n){return"function"==typeof n}function m(n){return"string"==typeof n}function y(n){return new Error("Cannot find module '"+n+"'")}function b(n){var t=n.module;function e(n){return t.require(n)}return e.extensions=g(n).slice(0),e.resolve=function(n){return t.resolve(n)},e}function w(n,t){this.parent=t=t||null,this.module=new d(n),c[n]=this,this.contents=null,this.deps={}}function x(n,t){var e=n.module;if(!i(e,"exports")){var r=n.contents;if(!r){if(n.stub)return n.stub;throw y(e.id)}if(t){e.parent=t;var o=t.children;Array.isArray(o)&&o.push(e)}r(b(n),e.exports=n.stub||{},e,n.module.id,n.parent.module.id),e.loaded=!0}var u=e.runSetters||e.runModuleSetters;return v(u)&&u.call(e),e.exports}function j(n){return n&&p(n.contents)}function k(n,t,e){Object.keys(n).forEach(function(e){t.call(this,n[e],e)},e)}function g(n){return n.options&&n.options.extensions||t}function I(n,t,e){for(;n&&!j(n);)n=n.parent;if(!n||!t||"."===t)return n;if(".."===t)return n.parent;var r=h(n.contents,t);if(e&&(!r||j(r)))for(var o=0;o<e.length;++o){var i=h(n.contents,t+e[o]);if(i&&!j(i))return i}return r}function A(n,t,e){var r=t.split("/");return r.every(function(t,o){return n=o<r.length-1?I(n,t):I(n,t,e)}),n}function E(n,t){var e=t&&t.module;n&&e&&(n.childrenById[e.id]=e)}function O(n,t,e,o){e=e||n.module;var i=g(n);for(n="/"===t.charAt(0)?A(f,t,i):"."===t.charAt(0)?A(n,t,i):function(n,t,e){for(var r;n&&!r;n=n.parent)r=j(n)&&A(n,"node_modules/"+t,e);return r}(n,t,i);j(n);){if((o=o||[]).indexOf(n)<0){o.push(n);var u,s=I(n,"package.json"),c=s&&x(s,e);if(c&&r.some(function(t){var r=c[t];if(m(r))return u=A(n,r,i)||O(n,r,e,o)})&&u){n=u,E(e,s);continue}}n=I(n,"index",i)}return n&&m(n.contents)&&(n=O(n,n.contents,e,o)),E(e,n),n}return a.fetch=function(n){throw new Error("fetch not implemented")},d.prototype.prefetch=function(n){var t=this,e=(h(c,t.id),u=u||Promise.resolve());function r(n){var t=h(c,n.id);(function(n){return n&&null===n.contents})(t)&&!t.pending&&(t.pending=!0,(s=s||{})[n.id]={module:t.module,deps:Object.keys(t.deps),options:t.options,stub:t.stub},k(t.deps,function(n,e){O(t,e)}),k(n.childrenById,r))}return u=new Promise(function(e){var o=t.resolve(n);k(t.childrenById,r),e(o)}).then(function(n){var t=s;function r(){t&&Object.keys(t).forEach(function(n){h(c,n).pending=!1})}return s=null,new Promise(function(n){n(t&&a.fetch(t))}).then(function(t){function o(){return a(t),r(),n}return e.then(o,o)},function(n){throw r(),n})})},a.Module=d,d.prototype.resolve=function(n){var t=O(c[this.id],n);if(t)return t.module.id;var r=y(n);if(e&&v(e.resolve))return e.resolve(n,this.id,r);throw r},d.prototype.require=function(n){var t=O(c[this.id],n);if(t)return x(t,this);var r=y(n);if(v(e))return e(n,this.id,r);throw r},a},"object"==typeof exports&&(exports.makeInstaller=makeInstaller); diff --git a/software/flow/node_modules/install/package.json b/software/flow/node_modules/install/package.json deleted file mode 100644 index 651ef86..0000000 --- a/software/flow/node_modules/install/package.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "author": { - "name": "Ben Newman", - "email": "bn@cs.stanford.edu" - }, - "name": "install", - "version": "0.13.0", - "description": "Minimal JavaScript module loader", - "keywords": [ - "modules", - "require", - "commonjs", - "exports", - "browser", - "packaging", - "packager", - "install" - ], - "license": "MIT", - "homepage": "http://github.com/benjamn/install", - "repository": { - "type": "git", - "url": "git://github.com/benjamn/install.git" - }, - "main": "install.js", - "scripts": { - "prepublish": "scripts/prepublish.sh", - "docs": "scripts/docs.sh", - "test": "mocha --reporter spec --full-trace test/run.js" - }, - "devDependencies": { - "docco": "^0.8.0", - "mocha": "^5.0.0", - "reify": "^0.18.1", - "terser": "^3.16.0" - }, - "license": "MIT", - "engines": { - "node": ">= 0.10" - } -} diff --git a/software/flow/node_modules/install/scripts/docs.sh b/software/flow/node_modules/install/scripts/docs.sh deleted file mode 100755 index 4fe073d..0000000 --- a/software/flow/node_modules/install/scripts/docs.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env bash - -cd $(dirname $0)/.. -docco install.js -cd docs -mv install.html index.html -cd .. diff --git a/software/flow/node_modules/install/scripts/prepublish.sh b/software/flow/node_modules/install/scripts/prepublish.sh deleted file mode 100755 index a8da219..0000000 --- a/software/flow/node_modules/install/scripts/prepublish.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/usr/bin/env bash - -cd $(dirname $0)/.. - -terser install.js -c -m > install.min.js diff --git a/software/flow/node_modules/jquery/AUTHORS.txt b/software/flow/node_modules/jquery/AUTHORS.txt deleted file mode 100644 index d138603..0000000 --- a/software/flow/node_modules/jquery/AUTHORS.txt +++ /dev/null @@ -1,337 +0,0 @@ -John Resig <jeresig@gmail.com> -Gilles van den Hoven <gilles0181@gmail.com> -Michael Geary <mike@geary.com> -Stefan Petre <stefan.petre@gmail.com> -Yehuda Katz <wycats@gmail.com> -Corey Jewett <cj@syntheticplayground.com> -Klaus Hartl <klaus.hartl@gmail.com> -Franck Marcia <franck.marcia@gmail.com> -Jörn Zaefferer <joern.zaefferer@gmail.com> -Paul Bakaus <paul.bakaus@gmail.com> -Brandon Aaron <brandon.aaron@gmail.com> -Mike Alsup <malsup@gmail.com> -Dave Methvin <dave.methvin@gmail.com> -Ed Engelhardt <edengelhardt@gmail.com> -Sean Catchpole <littlecooldude@gmail.com> -Paul Mclanahan <pmclanahan@gmail.com> -David Serduke <davidserduke@gmail.com> -Richard D. Worth <rdworth@gmail.com> -Scott González <scott.gonzalez@gmail.com> -Ariel Flesler <aflesler@gmail.com> -Jon Evans <jon@springyweb.com> -TJ Holowaychuk <tj@vision-media.ca> -Michael Bensoussan <mickey@seesmic.com> -Robert Katić <robert.katic@gmail.com> -Louis-Rémi Babé <lrbabe@gmail.com> -Earle Castledine <mrspeaker@gmail.com> -Damian Janowski <damian.janowski@gmail.com> -Rich Dougherty <rich@rd.gen.nz> -Kim Dalsgaard <kim@kimdalsgaard.com> -Andrea Giammarchi <andrea.giammarchi@gmail.com> -Mark Gibson <jollytoad@gmail.com> -Karl Swedberg <kswedberg@gmail.com> -Justin Meyer <justinbmeyer@gmail.com> -Ben Alman <cowboy@rj3.net> -James Padolsey <cla@padolsey.net> -David Petersen <public@petersendidit.com> -Batiste Bieler <batiste.bieler@gmail.com> -Alexander Farkas <info@corrupt-system.de> -Rick Waldron <waldron.rick@gmail.com> -Filipe Fortes <filipe@fortes.com> -Neeraj Singh <neerajdotname@gmail.com> -Paul Irish <paul.irish@gmail.com> -Iraê Carvalho <irae@irae.pro.br> -Matt Curry <matt@pseudocoder.com> -Michael Monteleone <michael@michaelmonteleone.net> -Noah Sloan <noah.sloan@gmail.com> -Tom Viner <github@viner.tv> -Douglas Neiner <doug@dougneiner.com> -Adam J. Sontag <ajpiano@ajpiano.com> -Dave Reed <dareed@microsoft.com> -Ralph Whitbeck <ralph.whitbeck@gmail.com> -Carl Fürstenberg <azatoth@gmail.com> -Jacob Wright <jacwright@gmail.com> -J. Ryan Stinnett <jryans@gmail.com> -unknown <Igen005@.upcorp.ad.uprr.com> -temp01 <temp01irc@gmail.com> -Heungsub Lee <h@subl.ee> -Colin Snover <github.com@zetafleet.com> -Ryan W Tenney <ryan@10e.us> -Pinhook <contact@pinhooklabs.com> -Ron Otten <r.j.g.otten@gmail.com> -Jephte Clain <Jephte.Clain@univ-reunion.fr> -Anton Matzneller <obhvsbypqghgc@gmail.com> -Alex Sexton <AlexSexton@gmail.com> -Dan Heberden <danheberden@gmail.com> -Henri Wiechers <hwiechers@gmail.com> -Russell Holbrook <russell.holbrook@patch.com> -Julian Aubourg <aubourg.julian@gmail.com> -Gianni Alessandro Chiappetta <gianni@runlevel6.org> -Scott Jehl <scottjehl@gmail.com> -James Burke <jrburke@gmail.com> -Jonas Pfenniger <jonas@pfenniger.name> -Xavi Ramirez <xavi.rmz@gmail.com> -Jared Grippe <jared@deadlyicon.com> -Sylvester Keil <sylvester@keil.or.at> -Brandon Sterne <bsterne@mozilla.com> -Mathias Bynens <mathias@qiwi.be> -Timmy Willison <4timmywil@gmail.com> -Corey Frang <gnarf37@gmail.com> -Digitalxero <digitalxero> -Anton Kovalyov <anton@kovalyov.net> -David Murdoch <david@davidmurdoch.com> -Josh Varner <josh.varner@gmail.com> -Charles McNulty <cmcnulty@kznf.com> -Jordan Boesch <jboesch26@gmail.com> -Jess Thrysoee <jess@thrysoee.dk> -Michael Murray <m@murz.net> -Lee Carpenter <elcarpie@gmail.com> -Alexis Abril <me@alexisabril.com> -Rob Morgan <robbym@gmail.com> -John Firebaugh <john_firebaugh@bigfix.com> -Sam Bisbee <sam@sbisbee.com> -Gilmore Davidson <gilmoreorless@gmail.com> -Brian Brennan <me@brianlovesthings.com> -Xavier Montillet <xavierm02.net@gmail.com> -Daniel Pihlstrom <sciolist.se@gmail.com> -Sahab Yazdani <sahab.yazdani+github@gmail.com> -avaly <github-com@agachi.name> -Scott Hughes <hi@scott-hughes.me> -Mike Sherov <mike.sherov@gmail.com> -Greg Hazel <ghazel@gmail.com> -Schalk Neethling <schalk@ossreleasefeed.com> -Denis Knauf <Denis.Knauf@gmail.com> -Timo Tijhof <krinklemail@gmail.com> -Steen Nielsen <swinedk@gmail.com> -Anton Ryzhov <anton@ryzhov.me> -Shi Chuan <shichuanr@gmail.com> -Berker Peksag <berker.peksag@gmail.com> -Toby Brain <tobyb@freshview.com> -Matt Mueller <mattmuelle@gmail.com> -Justin <drakefjustin@gmail.com> -Daniel Herman <daniel.c.herman@gmail.com> -Oleg Gaidarenko <markelog@gmail.com> -Richard Gibson <richard.gibson@gmail.com> -Rafaël Blais Masson <rafbmasson@gmail.com> -cmc3cn <59194618@qq.com> -Joe Presbrey <presbrey@gmail.com> -Sindre Sorhus <sindresorhus@gmail.com> -Arne de Bree <arne@bukkie.nl> -Vladislav Zarakovsky <vlad.zar@gmail.com> -Andrew E Monat <amonat@gmail.com> -Oskari <admin@o-programs.com> -Joao Henrique de Andrade Bruni <joaohbruni@yahoo.com.br> -tsinha <tsinha@Anthonys-MacBook-Pro.local> -Matt Farmer <matt@frmr.me> -Trey Hunner <treyhunner@gmail.com> -Jason Moon <jmoon@socialcast.com> -Jeffery To <jeffery.to@gmail.com> -Kris Borchers <kris.borchers@gmail.com> -Vladimir Zhuravlev <private.face@gmail.com> -Jacob Thornton <jacobthornton@gmail.com> -Chad Killingsworth <chadkillingsworth@missouristate.edu> -Nowres Rafid <nowres.rafed@gmail.com> -David Benjamin <davidben@mit.edu> -Uri Gilad <antishok@gmail.com> -Chris Faulkner <thefaulkner@gmail.com> -Elijah Manor <elijah.manor@gmail.com> -Daniel Chatfield <chatfielddaniel@gmail.com> -Nikita Govorov <nikita.govorov@gmail.com> -Wesley Walser <waw325@gmail.com> -Mike Pennisi <mike@mikepennisi.com> -Markus Staab <markus.staab@redaxo.de> -Dave Riddle <david@joyvuu.com> -Callum Macrae <callum@lynxphp.com> -Benjamin Truyman <bentruyman@gmail.com> -James Huston <james@jameshuston.net> -Erick Ruiz de Chávez <erickrdch@gmail.com> -David Bonner <dbonner@cogolabs.com> -Akintayo Akinwunmi <aakinwunmi@judge.com> -MORGAN <morgan@morgangraphics.com> -Ismail Khair <ismail.khair@gmail.com> -Carl Danley <carldanley@gmail.com> -Mike Petrovich <michael.c.petrovich@gmail.com> -Greg Lavallee <greglavallee@wapolabs.com> -Daniel Gálvez <dgalvez@editablething.com> -Sai Lung Wong <sai.wong@huffingtonpost.com> -Tom H Fuertes <TomFuertes@gmail.com> -Roland Eckl <eckl.roland@googlemail.com> -Jay Merrifield <fracmak@gmail.com> -Allen J Schmidt Jr <cobrasoft@gmail.com> -Jonathan Sampson <jjdsampson@gmail.com> -Marcel Greter <marcel.greter@ocbnet.ch> -Matthias Jäggli <matthias.jaeggli@gmail.com> -David Fox <dfoxinator@gmail.com> -Yiming He <yiminghe@gmail.com> -Devin Cooper <cooper.semantics@gmail.com> -Paul Ramos <paul.b.ramos@gmail.com> -Rod Vagg <rod@vagg.org> -Bennett Sorbo <bsorbo@gmail.com> -Sebastian Burkhard <sebi.burkhard@gmail.com> -Zachary Adam Kaplan <razic@viralkitty.com> -nanto_vi <nanto@moon.email.ne.jp> -nanto <nanto@moon.email.ne.jp> -Danil Somsikov <danilasomsikov@gmail.com> -Ryunosuke SATO <tricknotes.rs@gmail.com> -Jean Boussier <jean.boussier@gmail.com> -Adam Coulombe <me@adam.co> -Andrew Plummer <plummer.andrew@gmail.com> -Mark Raddatz <mraddatz@gmail.com> -Isaac Z. Schlueter <i@izs.me> -Karl Sieburg <ksieburg@yahoo.com> -Pascal Borreli <pascal@borreli.com> -Nguyen Phuc Lam <ruado1987@gmail.com> -Dmitry Gusev <dmitry.gusev@gmail.com> -Michał Gołębiowski-Owczarek <m.goleb@gmail.com> -Li Xudong <istonelee@gmail.com> -Steven Benner <admin@stevenbenner.com> -Tom H Fuertes <tomfuertes@gmail.com> -Renato Oliveira dos Santos <ros3@cin.ufpe.br> -ros3cin <ros3@cin.ufpe.br> -Jason Bedard <jason+jquery@jbedard.ca> -Kyle Robinson Young <kyle@dontkry.com> -Chris Talkington <chris@talkingtontech.com> -Eddie Monge <eddie@eddiemonge.com> -Terry Jones <terry@jon.es> -Jason Merino <jasonmerino@gmail.com> -Jeremy Dunck <jdunck@gmail.com> -Chris Price <price.c@gmail.com> -Guy Bedford <guybedford@gmail.com> -Amey Sakhadeo <me@ameyms.com> -Mike Sidorov <mikes.ekb@gmail.com> -Anthony Ryan <anthonyryan1@gmail.com> -Dominik D. Geyer <dominik.geyer@gmail.com> -George Kats <katsgeorgeek@gmail.com> -Lihan Li <frankieteardrop@gmail.com> -Ronny Springer <springer.ronny@gmail.com> -Chris Antaki <ChrisAntaki@gmail.com> -Marian Sollmann <marian.sollmann@cargomedia.ch> -njhamann <njhamann@gmail.com> -Ilya Kantor <iliakan@gmail.com> -David Hong <d.hong@me.com> -John Paul <john@johnkpaul.com> -Jakob Stoeck <jakob@pokermania.de> -Christopher Jones <chris@cjqed.com> -Forbes Lindesay <forbes@lindesay.co.uk> -S. Andrew Sheppard <andrew@wq.io> -Leonardo Balter <leonardo.balter@gmail.com> -Roman Reiß <me@silverwind.io> -Benjy Cui <benjytrys@gmail.com> -Rodrigo Rosenfeld Rosas <rr.rosas@gmail.com> -John Hoven <hovenj@gmail.com> -Philip Jägenstedt <philip@foolip.org> -Christian Kosmowski <ksmwsk@gmail.com> -Liang Peng <poppinlp@gmail.com> -TJ VanToll <tj.vantoll@gmail.com> -Senya Pugach <upisfree@outlook.com> -Aurelio De Rosa <aurelioderosa@gmail.com> -Nazar Mokrynskyi <nazar@mokrynskyi.com> -Amit Merchant <bullredeyes@gmail.com> -Jason Bedard <jason+github@jbedard.ca> -Arthur Verschaeve <contact@arthurverschaeve.be> -Dan Hart <danhart@notonthehighstreet.com> -Bin Xin <rhyzix@gmail.com> -David Corbacho <davidcorbacho@gmail.com> -Veaceslav Grimalschi <grimalschi@yandex.ru> -Daniel Husar <dano.husar@gmail.com> -Frederic Hemberger <mail@frederic-hemberger.de> -Ben Toews <mastahyeti@gmail.com> -Aditya Raghavan <araghavan3@gmail.com> -Victor Homyakov <vkhomyackov@gmail.com> -Shivaji Varma <contact@shivajivarma.com> -Nicolas HENRY <icewil@gmail.com> -Anne-Gaelle Colom <coloma@westminster.ac.uk> -George Mauer <gmauer@gmail.com> -Leonardo Braga <leonardo.braga@gmail.com> -Stephen Edgar <stephen@netweb.com.au> -Thomas Tortorini <thomastortorini@gmail.com> -Winston Howes <winstonhowes@gmail.com> -Jon Hester <jon.d.hester@gmail.com> -Alexander O'Mara <me@alexomara.com> -Bastian Buchholz <buchholz.bastian@googlemail.com> -Arthur Stolyar <nekr.fabula@gmail.com> -Calvin Metcalf <calvin.metcalf@gmail.com> -Mu Haibao <mhbseal@163.com> -Richard McDaniel <rm0026@uah.edu> -Chris Rebert <github@rebertia.com> -Gabriel Schulhof <gabriel.schulhof@intel.com> -Gilad Peleg <giladp007@gmail.com> -Martin Naumann <martin@geekonaut.de> -Marek Lewandowski <m.lewandowski@cksource.com> -Bruno Pérel <brunoperel@gmail.com> -Reed Loden <reed@reedloden.com> -Daniel Nill <daniellnill@gmail.com> -Yongwoo Jeon <yongwoo.jeon@navercorp.com> -Sean Henderson <seanh.za@gmail.com> -Richard Kraaijenhagen <stdin+git@riichard.com> -Connor Atherton <c.liam.atherton@gmail.com> -Gary Ye <garysye@gmail.com> -Christian Grete <webmaster@christiangrete.com> -Liza Ramo <liza.h.ramo@gmail.com> -Julian Alexander Murillo <julian.alexander.murillo@gmail.com> -Joelle Fleurantin <joasqueeniebee@gmail.com> -Jae Sung Park <alberto.park@gmail.com> -Jun Sun <klsforever@gmail.com> -Josh Soref <apache@soref.com> -Henry Wong <henryw4k@gmail.com> -Jon Dufresne <jon.dufresne@gmail.com> -Martijn W. van der Lee <martijn@vanderlee.com> -Devin Wilson <dwilson6.github@gmail.com> -Steve Mao <maochenyan@gmail.com> -Zack Hall <zackhall@outlook.com> -Bernhard M. Wiedemann <jquerybmw@lsmod.de> -Todor Prikumov <tono_pr@abv.bg> -Jha Naman <createnaman@gmail.com> -William Robinet <william.robinet@conostix.com> -Alexander Lisianoi <all3fox@gmail.com> -Vitaliy Terziev <vitaliyterziev@gmail.com> -Joe Trumbull <trumbull.j@gmail.com> -Alexander K <xpyro@ya.ru> -Damian Senn <jquery@topaxi.codes> -Ralin Chimev <ralin.chimev@gmail.com> -Felipe Sateler <fsateler@gmail.com> -Christophe Tafani-Dereeper <christophetd@hotmail.fr> -Manoj Kumar <nithmanoj@gmail.com> -David Broder-Rodgers <broder93@gmail.com> -Alex Louden <alex@louden.com> -Alex Padilla <alexonezero@outlook.com> -南漂一卒 <shiy007@qq.com> -karan-96 <karanbatra96@gmail.com> -Boom Lee <teabyii@gmail.com> -Andreas Solleder <asol@num42.de> -CDAGaming <cstack2011@yahoo.com> -Pierre Spring <pierre@nelm.io> -Shashanka Nataraj <shashankan.10@gmail.com> -Erik Lax <erik@datahack.se> -Matan Kotler-Berkowitz <205matan@gmail.com> -Jordan Beland <jordan.beland@gmail.com> -Henry Zhu <hi@henryzoo.com> -Saptak Sengupta <saptak013@gmail.com> -Nilton Cesar <niltoncms@gmail.com> -basil.belokon <basil.belokon@gmail.com> -tmybr11 <tomas.perone@gmail.com> -Luis Emilio Velasco Sanchez <emibloque@gmail.com> -Ed S <ejsanders@gmail.com> -Bert Zhang <enbo@users.noreply.github.com> -Andrei Fangli <andrei_fangli@outlook.com> -Marja Hölttä <marja.holtta@gmail.com> -abnud1 <ahmad13932013@hotmail.com> -buddh4 <mail@jharrer.de> -Pat O'Callaghan <patocallaghan@gmail.com> -Ahmed.S.ElAfifi <ahmed.s.elafifi@gmail.com> -Wonseop Kim <wonseop.kim@samsung.com> -Christian Oliff <christianoliff@pm.me> -Christian Wenz <christian@wenz.org> -Sean Robinson <sean.robinson@scottsdalecc.edu> -Jonathan <vanillajonathan@users.noreply.github.com> -Pierre Grimaud <grimaud.pierre@gmail.com> -Beatriz Rezener <beatrizrezener@users.noreply.github.com> -Natalia Sroka <37873210+natipo@users.noreply.github.com> -Wonhyoung Park <wh05.park@samsung.com> -Dallas Fraser <dallas.fraser.waterloo@gmail.com> -fecore1 <89127124+fecore1@users.noreply.github.com> -ygj6 <7699524+ygj6@users.noreply.github.com> -Simon Legner <Simon.Legner@gmail.com> -Vladimir Sitnikov <sitnikov.vladimir@gmail.com> -Anders Kaseorg <andersk@mit.edu> -Alex <aleksandrosansan@gmail.com> diff --git a/software/flow/node_modules/jquery/LICENSE.txt b/software/flow/node_modules/jquery/LICENSE.txt deleted file mode 100644 index f642c3f..0000000 --- a/software/flow/node_modules/jquery/LICENSE.txt +++ /dev/null @@ -1,20 +0,0 @@ -Copyright OpenJS Foundation and other contributors, https://openjsf.org/ - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/software/flow/node_modules/jquery/README.md b/software/flow/node_modules/jquery/README.md deleted file mode 100644 index fd13456..0000000 --- a/software/flow/node_modules/jquery/README.md +++ /dev/null @@ -1,60 +0,0 @@ -# jQuery - -> jQuery is a fast, small, and feature-rich JavaScript library. - -For information on how to get started and how to use jQuery, please see [jQuery's documentation](https://api.jquery.com/). -For source files and issues, please visit the [jQuery repo](https://github.com/jquery/jquery). - -If upgrading, please see the [blog post for 3.6.3](https://blog.jquery.com/2022/12/20/jquery-3-6-3-released-a-quick-selector-fix/). This includes notable differences from the previous version and a more readable changelog. - -## Including jQuery - -Below are some of the most common ways to include jQuery. - -### Browser - -#### Script tag - -```html -<script src="https://code.jquery.com/jquery-3.6.3.min.js"></script> -``` - -#### Webpack / Browserify / Babel - -There are several ways to use [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Babel](https://babeljs.io/). For more information on using these tools, please refer to the corresponding project's documentation. In the script, including jQuery will usually look like this: - -```js -import $ from "jquery"; -``` - -If you need to use jQuery in a file that's not an ECMAScript module, you can use the CommonJS syntax: - -```js -var $ = require( "jquery" ); -``` - -#### AMD (Asynchronous Module Definition) - -AMD is a module format built for the browser. For more information, we recommend [require.js' documentation](https://requirejs.org/docs/whyamd.html). - -```js -define( [ "jquery" ], function( $ ) { - -} ); -``` - -### Node - -To include jQuery in [Node](https://nodejs.org/), first install with npm. - -```sh -npm install jquery -``` - -For jQuery to work in Node, a window with a document is required. Since no such window exists natively in Node, one can be mocked by tools such as [jsdom](https://github.com/jsdom/jsdom). This can be useful for testing purposes. - -```js -const { JSDOM } = require( "jsdom" ); -const { window } = new JSDOM( "" ); -const $ = require( "jquery" )( window ); -``` diff --git a/software/flow/node_modules/jquery/bower.json b/software/flow/node_modules/jquery/bower.json deleted file mode 100644 index 95798d5..0000000 --- a/software/flow/node_modules/jquery/bower.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "jquery", - "main": "dist/jquery.js", - "license": "MIT", - "ignore": [ - "package.json" - ], - "keywords": [ - "jquery", - "javascript", - "browser", - "library" - ] -} \ No newline at end of file diff --git a/software/flow/node_modules/jquery/dist/jquery.js b/software/flow/node_modules/jquery/dist/jquery.js deleted file mode 100644 index b86de89..0000000 --- a/software/flow/node_modules/jquery/dist/jquery.js +++ /dev/null @@ -1,10993 +0,0 @@ -/*! - * jQuery JavaScript Library v3.6.3 - * https://jquery.com/ - * - * Includes Sizzle.js - * https://sizzlejs.com/ - * - * Copyright OpenJS Foundation and other contributors - * Released under the MIT license - * https://jquery.org/license - * - * Date: 2022-12-20T21:28Z - */ -( function( global, factory ) { - - "use strict"; - - if ( typeof module === "object" && typeof module.exports === "object" ) { - - // For CommonJS and CommonJS-like environments where a proper `window` - // is present, execute the factory and get jQuery. - // For environments that do not have a `window` with a `document` - // (such as Node.js), expose a factory as module.exports. - // This accentuates the need for the creation of a real `window`. - // e.g. var jQuery = require("jquery")(window); - // See ticket trac-14549 for more info. - module.exports = global.document ? - factory( global, true ) : - function( w ) { - if ( !w.document ) { - throw new Error( "jQuery requires a window with a document" ); - } - return factory( w ); - }; - } else { - factory( global ); - } - -// Pass this if window is not defined yet -} )( typeof window !== "undefined" ? window : this, function( window, noGlobal ) { - -// Edge <= 12 - 13+, Firefox <=18 - 45+, IE 10 - 11, Safari 5.1 - 9+, iOS 6 - 9.1 -// throw exceptions when non-strict code (e.g., ASP.NET 4.5) accesses strict mode -// arguments.callee.caller (trac-13335). But as of jQuery 3.0 (2016), strict mode should be common -// enough that all such attempts are guarded in a try block. -"use strict"; - -var arr = []; - -var getProto = Object.getPrototypeOf; - -var slice = arr.slice; - -var flat = arr.flat ? function( array ) { - return arr.flat.call( array ); -} : function( array ) { - return arr.concat.apply( [], array ); -}; - - -var push = arr.push; - -var indexOf = arr.indexOf; - -var class2type = {}; - -var toString = class2type.toString; - -var hasOwn = class2type.hasOwnProperty; - -var fnToString = hasOwn.toString; - -var ObjectFunctionString = fnToString.call( Object ); - -var support = {}; - -var isFunction = function isFunction( obj ) { - - // Support: Chrome <=57, Firefox <=52 - // In some browsers, typeof returns "function" for HTML <object> elements - // (i.e., `typeof document.createElement( "object" ) === "function"`). - // We don't want to classify *any* DOM node as a function. - // Support: QtWeb <=3.8.5, WebKit <=534.34, wkhtmltopdf tool <=0.12.5 - // Plus for old WebKit, typeof returns "function" for HTML collections - // (e.g., `typeof document.getElementsByTagName("div") === "function"`). (gh-4756) - return typeof obj === "function" && typeof obj.nodeType !== "number" && - typeof obj.item !== "function"; - }; - - -var isWindow = function isWindow( obj ) { - return obj != null && obj === obj.window; - }; - - -var document = window.document; - - - - var preservedScriptAttributes = { - type: true, - src: true, - nonce: true, - noModule: true - }; - - function DOMEval( code, node, doc ) { - doc = doc || document; - - var i, val, - script = doc.createElement( "script" ); - - script.text = code; - if ( node ) { - for ( i in preservedScriptAttributes ) { - - // Support: Firefox 64+, Edge 18+ - // Some browsers don't support the "nonce" property on scripts. - // On the other hand, just using `getAttribute` is not enough as - // the `nonce` attribute is reset to an empty string whenever it - // becomes browsing-context connected. - // See https://github.com/whatwg/html/issues/2369 - // See https://html.spec.whatwg.org/#nonce-attributes - // The `node.getAttribute` check was added for the sake of - // `jQuery.globalEval` so that it can fake a nonce-containing node - // via an object. - val = node[ i ] || node.getAttribute && node.getAttribute( i ); - if ( val ) { - script.setAttribute( i, val ); - } - } - } - doc.head.appendChild( script ).parentNode.removeChild( script ); - } - - -function toType( obj ) { - if ( obj == null ) { - return obj + ""; - } - - // Support: Android <=2.3 only (functionish RegExp) - return typeof obj === "object" || typeof obj === "function" ? - class2type[ toString.call( obj ) ] || "object" : - typeof obj; -} -/* global Symbol */ -// Defining this global in .eslintrc.json would create a danger of using the global -// unguarded in another place, it seems safer to define global only for this module - - - -var - version = "3.6.3", - - // Define a local copy of jQuery - jQuery = function( selector, context ) { - - // The jQuery object is actually just the init constructor 'enhanced' - // Need init if jQuery is called (just allow error to be thrown if not included) - return new jQuery.fn.init( selector, context ); - }; - -jQuery.fn = jQuery.prototype = { - - // The current version of jQuery being used - jquery: version, - - constructor: jQuery, - - // The default length of a jQuery object is 0 - length: 0, - - toArray: function() { - return slice.call( this ); - }, - - // Get the Nth element in the matched element set OR - // Get the whole matched element set as a clean array - get: function( num ) { - - // Return all the elements in a clean array - if ( num == null ) { - return slice.call( this ); - } - - // Return just the one element from the set - return num < 0 ? this[ num + this.length ] : this[ num ]; - }, - - // Take an array of elements and push it onto the stack - // (returning the new matched element set) - pushStack: function( elems ) { - - // Build a new jQuery matched element set - var ret = jQuery.merge( this.constructor(), elems ); - - // Add the old object onto the stack (as a reference) - ret.prevObject = this; - - // Return the newly-formed element set - return ret; - }, - - // Execute a callback for every element in the matched set. - each: function( callback ) { - return jQuery.each( this, callback ); - }, - - map: function( callback ) { - return this.pushStack( jQuery.map( this, function( elem, i ) { - return callback.call( elem, i, elem ); - } ) ); - }, - - slice: function() { - return this.pushStack( slice.apply( this, arguments ) ); - }, - - first: function() { - return this.eq( 0 ); - }, - - last: function() { - return this.eq( -1 ); - }, - - even: function() { - return this.pushStack( jQuery.grep( this, function( _elem, i ) { - return ( i + 1 ) % 2; - } ) ); - }, - - odd: function() { - return this.pushStack( jQuery.grep( this, function( _elem, i ) { - return i % 2; - } ) ); - }, - - eq: function( i ) { - var len = this.length, - j = +i + ( i < 0 ? len : 0 ); - return this.pushStack( j >= 0 && j < len ? [ this[ j ] ] : [] ); - }, - - end: function() { - return this.prevObject || this.constructor(); - }, - - // For internal use only. - // Behaves like an Array's method, not like a jQuery method. - push: push, - sort: arr.sort, - splice: arr.splice -}; - -jQuery.extend = jQuery.fn.extend = function() { - var options, name, src, copy, copyIsArray, clone, - target = arguments[ 0 ] || {}, - i = 1, - length = arguments.length, - deep = false; - - // Handle a deep copy situation - if ( typeof target === "boolean" ) { - deep = target; - - // Skip the boolean and the target - target = arguments[ i ] || {}; - i++; - } - - // Handle case when target is a string or something (possible in deep copy) - if ( typeof target !== "object" && !isFunction( target ) ) { - target = {}; - } - - // Extend jQuery itself if only one argument is passed - if ( i === length ) { - target = this; - i--; - } - - for ( ; i < length; i++ ) { - - // Only deal with non-null/undefined values - if ( ( options = arguments[ i ] ) != null ) { - - // Extend the base object - for ( name in options ) { - copy = options[ name ]; - - // Prevent Object.prototype pollution - // Prevent never-ending loop - if ( name === "__proto__" || target === copy ) { - continue; - } - - // Recurse if we're merging plain objects or arrays - if ( deep && copy && ( jQuery.isPlainObject( copy ) || - ( copyIsArray = Array.isArray( copy ) ) ) ) { - src = target[ name ]; - - // Ensure proper type for the source value - if ( copyIsArray && !Array.isArray( src ) ) { - clone = []; - } else if ( !copyIsArray && !jQuery.isPlainObject( src ) ) { - clone = {}; - } else { - clone = src; - } - copyIsArray = false; - - // Never move original objects, clone them - target[ name ] = jQuery.extend( deep, clone, copy ); - - // Don't bring in undefined values - } else if ( copy !== undefined ) { - target[ name ] = copy; - } - } - } - } - - // Return the modified object - return target; -}; - -jQuery.extend( { - - // Unique for each copy of jQuery on the page - expando: "jQuery" + ( version + Math.random() ).replace( /\D/g, "" ), - - // Assume jQuery is ready without the ready module - isReady: true, - - error: function( msg ) { - throw new Error( msg ); - }, - - noop: function() {}, - - isPlainObject: function( obj ) { - var proto, Ctor; - - // Detect obvious negatives - // Use toString instead of jQuery.type to catch host objects - if ( !obj || toString.call( obj ) !== "[object Object]" ) { - return false; - } - - proto = getProto( obj ); - - // Objects with no prototype (e.g., `Object.create( null )`) are plain - if ( !proto ) { - return true; - } - - // Objects with prototype are plain iff they were constructed by a global Object function - Ctor = hasOwn.call( proto, "constructor" ) && proto.constructor; - return typeof Ctor === "function" && fnToString.call( Ctor ) === ObjectFunctionString; - }, - - isEmptyObject: function( obj ) { - var name; - - for ( name in obj ) { - return false; - } - return true; - }, - - // Evaluates a script in a provided context; falls back to the global one - // if not specified. - globalEval: function( code, options, doc ) { - DOMEval( code, { nonce: options && options.nonce }, doc ); - }, - - each: function( obj, callback ) { - var length, i = 0; - - if ( isArrayLike( obj ) ) { - length = obj.length; - for ( ; i < length; i++ ) { - if ( callback.call( obj[ i ], i, obj[ i ] ) === false ) { - break; - } - } - } else { - for ( i in obj ) { - if ( callback.call( obj[ i ], i, obj[ i ] ) === false ) { - break; - } - } - } - - return obj; - }, - - // results is for internal usage only - makeArray: function( arr, results ) { - var ret = results || []; - - if ( arr != null ) { - if ( isArrayLike( Object( arr ) ) ) { - jQuery.merge( ret, - typeof arr === "string" ? - [ arr ] : arr - ); - } else { - push.call( ret, arr ); - } - } - - return ret; - }, - - inArray: function( elem, arr, i ) { - return arr == null ? -1 : indexOf.call( arr, elem, i ); - }, - - // Support: Android <=4.0 only, PhantomJS 1 only - // push.apply(_, arraylike) throws on ancient WebKit - merge: function( first, second ) { - var len = +second.length, - j = 0, - i = first.length; - - for ( ; j < len; j++ ) { - first[ i++ ] = second[ j ]; - } - - first.length = i; - - return first; - }, - - grep: function( elems, callback, invert ) { - var callbackInverse, - matches = [], - i = 0, - length = elems.length, - callbackExpect = !invert; - - // Go through the array, only saving the items - // that pass the validator function - for ( ; i < length; i++ ) { - callbackInverse = !callback( elems[ i ], i ); - if ( callbackInverse !== callbackExpect ) { - matches.push( elems[ i ] ); - } - } - - return matches; - }, - - // arg is for internal usage only - map: function( elems, callback, arg ) { - var length, value, - i = 0, - ret = []; - - // Go through the array, translating each of the items to their new values - if ( isArrayLike( elems ) ) { - length = elems.length; - for ( ; i < length; i++ ) { - value = callback( elems[ i ], i, arg ); - - if ( value != null ) { - ret.push( value ); - } - } - - // Go through every key on the object, - } else { - for ( i in elems ) { - value = callback( elems[ i ], i, arg ); - - if ( value != null ) { - ret.push( value ); - } - } - } - - // Flatten any nested arrays - return flat( ret ); - }, - - // A global GUID counter for objects - guid: 1, - - // jQuery.support is not used in Core but other projects attach their - // properties to it so it needs to exist. - support: support -} ); - -if ( typeof Symbol === "function" ) { - jQuery.fn[ Symbol.iterator ] = arr[ Symbol.iterator ]; -} - -// Populate the class2type map -jQuery.each( "Boolean Number String Function Array Date RegExp Object Error Symbol".split( " " ), - function( _i, name ) { - class2type[ "[object " + name + "]" ] = name.toLowerCase(); - } ); - -function isArrayLike( obj ) { - - // Support: real iOS 8.2 only (not reproducible in simulator) - // `in` check used to prevent JIT error (gh-2145) - // hasOwn isn't used here due to false negatives - // regarding Nodelist length in IE - var length = !!obj && "length" in obj && obj.length, - type = toType( obj ); - - if ( isFunction( obj ) || isWindow( obj ) ) { - return false; - } - - return type === "array" || length === 0 || - typeof length === "number" && length > 0 && ( length - 1 ) in obj; -} -var Sizzle = -/*! - * Sizzle CSS Selector Engine v2.3.9 - * https://sizzlejs.com/ - * - * Copyright JS Foundation and other contributors - * Released under the MIT license - * https://js.foundation/ - * - * Date: 2022-12-19 - */ -( function( window ) { -var i, - support, - Expr, - getText, - isXML, - tokenize, - compile, - select, - outermostContext, - sortInput, - hasDuplicate, - - // Local document vars - setDocument, - document, - docElem, - documentIsHTML, - rbuggyQSA, - rbuggyMatches, - matches, - contains, - - // Instance-specific data - expando = "sizzle" + 1 * new Date(), - preferredDoc = window.document, - dirruns = 0, - done = 0, - classCache = createCache(), - tokenCache = createCache(), - compilerCache = createCache(), - nonnativeSelectorCache = createCache(), - sortOrder = function( a, b ) { - if ( a === b ) { - hasDuplicate = true; - } - return 0; - }, - - // Instance methods - hasOwn = ( {} ).hasOwnProperty, - arr = [], - pop = arr.pop, - pushNative = arr.push, - push = arr.push, - slice = arr.slice, - - // Use a stripped-down indexOf as it's faster than native - // https://jsperf.com/thor-indexof-vs-for/5 - indexOf = function( list, elem ) { - var i = 0, - len = list.length; - for ( ; i < len; i++ ) { - if ( list[ i ] === elem ) { - return i; - } - } - return -1; - }, - - booleans = "checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|" + - "ismap|loop|multiple|open|readonly|required|scoped", - - // Regular expressions - - // http://www.w3.org/TR/css3-selectors/#whitespace - whitespace = "[\\x20\\t\\r\\n\\f]", - - // https://www.w3.org/TR/css-syntax-3/#ident-token-diagram - identifier = "(?:\\\\[\\da-fA-F]{1,6}" + whitespace + - "?|\\\\[^\\r\\n\\f]|[\\w-]|[^\0-\\x7f])+", - - // Attribute selectors: http://www.w3.org/TR/selectors/#attribute-selectors - attributes = "\\[" + whitespace + "*(" + identifier + ")(?:" + whitespace + - - // Operator (capture 2) - "*([*^$|!~]?=)" + whitespace + - - // "Attribute values must be CSS identifiers [capture 5] - // or strings [capture 3 or capture 4]" - "*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|(" + identifier + "))|)" + - whitespace + "*\\]", - - pseudos = ":(" + identifier + ")(?:\\((" + - - // To reduce the number of selectors needing tokenize in the preFilter, prefer arguments: - // 1. quoted (capture 3; capture 4 or capture 5) - "('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|" + - - // 2. simple (capture 6) - "((?:\\\\.|[^\\\\()[\\]]|" + attributes + ")*)|" + - - // 3. anything else (capture 2) - ".*" + - ")\\)|)", - - // Leading and non-escaped trailing whitespace, capturing some non-whitespace characters preceding the latter - rwhitespace = new RegExp( whitespace + "+", "g" ), - rtrim = new RegExp( "^" + whitespace + "+|((?:^|[^\\\\])(?:\\\\.)*)" + - whitespace + "+$", "g" ), - - rcomma = new RegExp( "^" + whitespace + "*," + whitespace + "*" ), - rcombinators = new RegExp( "^" + whitespace + "*([>+~]|" + whitespace + ")" + whitespace + - "*" ), - rdescend = new RegExp( whitespace + "|>" ), - - rpseudo = new RegExp( pseudos ), - ridentifier = new RegExp( "^" + identifier + "$" ), - - matchExpr = { - "ID": new RegExp( "^#(" + identifier + ")" ), - "CLASS": new RegExp( "^\\.(" + identifier + ")" ), - "TAG": new RegExp( "^(" + identifier + "|[*])" ), - "ATTR": new RegExp( "^" + attributes ), - "PSEUDO": new RegExp( "^" + pseudos ), - "CHILD": new RegExp( "^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\(" + - whitespace + "*(even|odd|(([+-]|)(\\d*)n|)" + whitespace + "*(?:([+-]|)" + - whitespace + "*(\\d+)|))" + whitespace + "*\\)|)", "i" ), - "bool": new RegExp( "^(?:" + booleans + ")$", "i" ), - - // For use in libraries implementing .is() - // We use this for POS matching in `select` - "needsContext": new RegExp( "^" + whitespace + - "*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\(" + whitespace + - "*((?:-\\d)?\\d*)" + whitespace + "*\\)|)(?=[^-]|$)", "i" ) - }, - - rhtml = /HTML$/i, - rinputs = /^(?:input|select|textarea|button)$/i, - rheader = /^h\d$/i, - - rnative = /^[^{]+\{\s*\[native \w/, - - // Easily-parseable/retrievable ID or TAG or CLASS selectors - rquickExpr = /^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/, - - rsibling = /[+~]/, - - // CSS escapes - // http://www.w3.org/TR/CSS21/syndata.html#escaped-characters - runescape = new RegExp( "\\\\[\\da-fA-F]{1,6}" + whitespace + "?|\\\\([^\\r\\n\\f])", "g" ), - funescape = function( escape, nonHex ) { - var high = "0x" + escape.slice( 1 ) - 0x10000; - - return nonHex ? - - // Strip the backslash prefix from a non-hex escape sequence - nonHex : - - // Replace a hexadecimal escape sequence with the encoded Unicode code point - // Support: IE <=11+ - // For values outside the Basic Multilingual Plane (BMP), manually construct a - // surrogate pair - high < 0 ? - String.fromCharCode( high + 0x10000 ) : - String.fromCharCode( high >> 10 | 0xD800, high & 0x3FF | 0xDC00 ); - }, - - // CSS string/identifier serialization - // https://drafts.csswg.org/cssom/#common-serializing-idioms - rcssescape = /([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g, - fcssescape = function( ch, asCodePoint ) { - if ( asCodePoint ) { - - // U+0000 NULL becomes U+FFFD REPLACEMENT CHARACTER - if ( ch === "\0" ) { - return "\uFFFD"; - } - - // Control characters and (dependent upon position) numbers get escaped as code points - return ch.slice( 0, -1 ) + "\\" + - ch.charCodeAt( ch.length - 1 ).toString( 16 ) + " "; - } - - // Other potentially-special ASCII characters get backslash-escaped - return "\\" + ch; - }, - - // Used for iframes - // See setDocument() - // Removing the function wrapper causes a "Permission Denied" - // error in IE - unloadHandler = function() { - setDocument(); - }, - - inDisabledFieldset = addCombinator( - function( elem ) { - return elem.disabled === true && elem.nodeName.toLowerCase() === "fieldset"; - }, - { dir: "parentNode", next: "legend" } - ); - -// Optimize for push.apply( _, NodeList ) -try { - push.apply( - ( arr = slice.call( preferredDoc.childNodes ) ), - preferredDoc.childNodes - ); - - // Support: Android<4.0 - // Detect silently failing push.apply - // eslint-disable-next-line no-unused-expressions - arr[ preferredDoc.childNodes.length ].nodeType; -} catch ( e ) { - push = { apply: arr.length ? - - // Leverage slice if possible - function( target, els ) { - pushNative.apply( target, slice.call( els ) ); - } : - - // Support: IE<9 - // Otherwise append directly - function( target, els ) { - var j = target.length, - i = 0; - - // Can't trust NodeList.length - while ( ( target[ j++ ] = els[ i++ ] ) ) {} - target.length = j - 1; - } - }; -} - -function Sizzle( selector, context, results, seed ) { - var m, i, elem, nid, match, groups, newSelector, - newContext = context && context.ownerDocument, - - // nodeType defaults to 9, since context defaults to document - nodeType = context ? context.nodeType : 9; - - results = results || []; - - // Return early from calls with invalid selector or context - if ( typeof selector !== "string" || !selector || - nodeType !== 1 && nodeType !== 9 && nodeType !== 11 ) { - - return results; - } - - // Try to shortcut find operations (as opposed to filters) in HTML documents - if ( !seed ) { - setDocument( context ); - context = context || document; - - if ( documentIsHTML ) { - - // If the selector is sufficiently simple, try using a "get*By*" DOM method - // (excepting DocumentFragment context, where the methods don't exist) - if ( nodeType !== 11 && ( match = rquickExpr.exec( selector ) ) ) { - - // ID selector - if ( ( m = match[ 1 ] ) ) { - - // Document context - if ( nodeType === 9 ) { - if ( ( elem = context.getElementById( m ) ) ) { - - // Support: IE, Opera, Webkit - // TODO: identify versions - // getElementById can match elements by name instead of ID - if ( elem.id === m ) { - results.push( elem ); - return results; - } - } else { - return results; - } - - // Element context - } else { - - // Support: IE, Opera, Webkit - // TODO: identify versions - // getElementById can match elements by name instead of ID - if ( newContext && ( elem = newContext.getElementById( m ) ) && - contains( context, elem ) && - elem.id === m ) { - - results.push( elem ); - return results; - } - } - - // Type selector - } else if ( match[ 2 ] ) { - push.apply( results, context.getElementsByTagName( selector ) ); - return results; - - // Class selector - } else if ( ( m = match[ 3 ] ) && support.getElementsByClassName && - context.getElementsByClassName ) { - - push.apply( results, context.getElementsByClassName( m ) ); - return results; - } - } - - // Take advantage of querySelectorAll - if ( support.qsa && - !nonnativeSelectorCache[ selector + " " ] && - ( !rbuggyQSA || !rbuggyQSA.test( selector ) ) && - - // Support: IE 8 only - // Exclude object elements - ( nodeType !== 1 || context.nodeName.toLowerCase() !== "object" ) ) { - - newSelector = selector; - newContext = context; - - // qSA considers elements outside a scoping root when evaluating child or - // descendant combinators, which is not what we want. - // In such cases, we work around the behavior by prefixing every selector in the - // list with an ID selector referencing the scope context. - // The technique has to be used as well when a leading combinator is used - // as such selectors are not recognized by querySelectorAll. - // Thanks to Andrew Dupont for this technique. - if ( nodeType === 1 && - ( rdescend.test( selector ) || rcombinators.test( selector ) ) ) { - - // Expand context for sibling selectors - newContext = rsibling.test( selector ) && testContext( context.parentNode ) || - context; - - // We can use :scope instead of the ID hack if the browser - // supports it & if we're not changing the context. - if ( newContext !== context || !support.scope ) { - - // Capture the context ID, setting it first if necessary - if ( ( nid = context.getAttribute( "id" ) ) ) { - nid = nid.replace( rcssescape, fcssescape ); - } else { - context.setAttribute( "id", ( nid = expando ) ); - } - } - - // Prefix every selector in the list - groups = tokenize( selector ); - i = groups.length; - while ( i-- ) { - groups[ i ] = ( nid ? "#" + nid : ":scope" ) + " " + - toSelector( groups[ i ] ); - } - newSelector = groups.join( "," ); - } - - try { - - // `qSA` may not throw for unrecognized parts using forgiving parsing: - // https://drafts.csswg.org/selectors/#forgiving-selector - // like the `:has()` pseudo-class: - // https://drafts.csswg.org/selectors/#relational - // `CSS.supports` is still expected to return `false` then: - // https://drafts.csswg.org/css-conditional-4/#typedef-supports-selector-fn - // https://drafts.csswg.org/css-conditional-4/#dfn-support-selector - if ( support.cssSupportsSelector && - - // eslint-disable-next-line no-undef - !CSS.supports( "selector(:is(" + newSelector + "))" ) ) { - - // Support: IE 11+ - // Throw to get to the same code path as an error directly in qSA. - // Note: once we only support browser supporting - // `CSS.supports('selector(...)')`, we can most likely drop - // the `try-catch`. IE doesn't implement the API. - throw new Error(); - } - - push.apply( results, - newContext.querySelectorAll( newSelector ) - ); - return results; - } catch ( qsaError ) { - nonnativeSelectorCache( selector, true ); - } finally { - if ( nid === expando ) { - context.removeAttribute( "id" ); - } - } - } - } - } - - // All others - return select( selector.replace( rtrim, "$1" ), context, results, seed ); -} - -/** - * Create key-value caches of limited size - * @returns {function(string, object)} Returns the Object data after storing it on itself with - * property name the (space-suffixed) string and (if the cache is larger than Expr.cacheLength) - * deleting the oldest entry - */ -function createCache() { - var keys = []; - - function cache( key, value ) { - - // Use (key + " ") to avoid collision with native prototype properties (see Issue #157) - if ( keys.push( key + " " ) > Expr.cacheLength ) { - - // Only keep the most recent entries - delete cache[ keys.shift() ]; - } - return ( cache[ key + " " ] = value ); - } - return cache; -} - -/** - * Mark a function for special use by Sizzle - * @param {Function} fn The function to mark - */ -function markFunction( fn ) { - fn[ expando ] = true; - return fn; -} - -/** - * Support testing using an element - * @param {Function} fn Passed the created element and returns a boolean result - */ -function assert( fn ) { - var el = document.createElement( "fieldset" ); - - try { - return !!fn( el ); - } catch ( e ) { - return false; - } finally { - - // Remove from its parent by default - if ( el.parentNode ) { - el.parentNode.removeChild( el ); - } - - // release memory in IE - el = null; - } -} - -/** - * Adds the same handler for all of the specified attrs - * @param {String} attrs Pipe-separated list of attributes - * @param {Function} handler The method that will be applied - */ -function addHandle( attrs, handler ) { - var arr = attrs.split( "|" ), - i = arr.length; - - while ( i-- ) { - Expr.attrHandle[ arr[ i ] ] = handler; - } -} - -/** - * Checks document order of two siblings - * @param {Element} a - * @param {Element} b - * @returns {Number} Returns less than 0 if a precedes b, greater than 0 if a follows b - */ -function siblingCheck( a, b ) { - var cur = b && a, - diff = cur && a.nodeType === 1 && b.nodeType === 1 && - a.sourceIndex - b.sourceIndex; - - // Use IE sourceIndex if available on both nodes - if ( diff ) { - return diff; - } - - // Check if b follows a - if ( cur ) { - while ( ( cur = cur.nextSibling ) ) { - if ( cur === b ) { - return -1; - } - } - } - - return a ? 1 : -1; -} - -/** - * Returns a function to use in pseudos for input types - * @param {String} type - */ -function createInputPseudo( type ) { - return function( elem ) { - var name = elem.nodeName.toLowerCase(); - return name === "input" && elem.type === type; - }; -} - -/** - * Returns a function to use in pseudos for buttons - * @param {String} type - */ -function createButtonPseudo( type ) { - return function( elem ) { - var name = elem.nodeName.toLowerCase(); - return ( name === "input" || name === "button" ) && elem.type === type; - }; -} - -/** - * Returns a function to use in pseudos for :enabled/:disabled - * @param {Boolean} disabled true for :disabled; false for :enabled - */ -function createDisabledPseudo( disabled ) { - - // Known :disabled false positives: fieldset[disabled] > legend:nth-of-type(n+2) :can-disable - return function( elem ) { - - // Only certain elements can match :enabled or :disabled - // https://html.spec.whatwg.org/multipage/scripting.html#selector-enabled - // https://html.spec.whatwg.org/multipage/scripting.html#selector-disabled - if ( "form" in elem ) { - - // Check for inherited disabledness on relevant non-disabled elements: - // * listed form-associated elements in a disabled fieldset - // https://html.spec.whatwg.org/multipage/forms.html#category-listed - // https://html.spec.whatwg.org/multipage/forms.html#concept-fe-disabled - // * option elements in a disabled optgroup - // https://html.spec.whatwg.org/multipage/forms.html#concept-option-disabled - // All such elements have a "form" property. - if ( elem.parentNode && elem.disabled === false ) { - - // Option elements defer to a parent optgroup if present - if ( "label" in elem ) { - if ( "label" in elem.parentNode ) { - return elem.parentNode.disabled === disabled; - } else { - return elem.disabled === disabled; - } - } - - // Support: IE 6 - 11 - // Use the isDisabled shortcut property to check for disabled fieldset ancestors - return elem.isDisabled === disabled || - - // Where there is no isDisabled, check manually - /* jshint -W018 */ - elem.isDisabled !== !disabled && - inDisabledFieldset( elem ) === disabled; - } - - return elem.disabled === disabled; - - // Try to winnow out elements that can't be disabled before trusting the disabled property. - // Some victims get caught in our net (label, legend, menu, track), but it shouldn't - // even exist on them, let alone have a boolean value. - } else if ( "label" in elem ) { - return elem.disabled === disabled; - } - - // Remaining elements are neither :enabled nor :disabled - return false; - }; -} - -/** - * Returns a function to use in pseudos for positionals - * @param {Function} fn - */ -function createPositionalPseudo( fn ) { - return markFunction( function( argument ) { - argument = +argument; - return markFunction( function( seed, matches ) { - var j, - matchIndexes = fn( [], seed.length, argument ), - i = matchIndexes.length; - - // Match elements found at the specified indexes - while ( i-- ) { - if ( seed[ ( j = matchIndexes[ i ] ) ] ) { - seed[ j ] = !( matches[ j ] = seed[ j ] ); - } - } - } ); - } ); -} - -/** - * Checks a node for validity as a Sizzle context - * @param {Element|Object=} context - * @returns {Element|Object|Boolean} The input node if acceptable, otherwise a falsy value - */ -function testContext( context ) { - return context && typeof context.getElementsByTagName !== "undefined" && context; -} - -// Expose support vars for convenience -support = Sizzle.support = {}; - -/** - * Detects XML nodes - * @param {Element|Object} elem An element or a document - * @returns {Boolean} True iff elem is a non-HTML XML node - */ -isXML = Sizzle.isXML = function( elem ) { - var namespace = elem && elem.namespaceURI, - docElem = elem && ( elem.ownerDocument || elem ).documentElement; - - // Support: IE <=8 - // Assume HTML when documentElement doesn't yet exist, such as inside loading iframes - // https://bugs.jquery.com/ticket/4833 - return !rhtml.test( namespace || docElem && docElem.nodeName || "HTML" ); -}; - -/** - * Sets document-related variables once based on the current document - * @param {Element|Object} [doc] An element or document object to use to set the document - * @returns {Object} Returns the current document - */ -setDocument = Sizzle.setDocument = function( node ) { - var hasCompare, subWindow, - doc = node ? node.ownerDocument || node : preferredDoc; - - // Return early if doc is invalid or already selected - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - // eslint-disable-next-line eqeqeq - if ( doc == document || doc.nodeType !== 9 || !doc.documentElement ) { - return document; - } - - // Update global variables - document = doc; - docElem = document.documentElement; - documentIsHTML = !isXML( document ); - - // Support: IE 9 - 11+, Edge 12 - 18+ - // Accessing iframe documents after unload throws "permission denied" errors (jQuery #13936) - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - // eslint-disable-next-line eqeqeq - if ( preferredDoc != document && - ( subWindow = document.defaultView ) && subWindow.top !== subWindow ) { - - // Support: IE 11, Edge - if ( subWindow.addEventListener ) { - subWindow.addEventListener( "unload", unloadHandler, false ); - - // Support: IE 9 - 10 only - } else if ( subWindow.attachEvent ) { - subWindow.attachEvent( "onunload", unloadHandler ); - } - } - - // Support: IE 8 - 11+, Edge 12 - 18+, Chrome <=16 - 25 only, Firefox <=3.6 - 31 only, - // Safari 4 - 5 only, Opera <=11.6 - 12.x only - // IE/Edge & older browsers don't support the :scope pseudo-class. - // Support: Safari 6.0 only - // Safari 6.0 supports :scope but it's an alias of :root there. - support.scope = assert( function( el ) { - docElem.appendChild( el ).appendChild( document.createElement( "div" ) ); - return typeof el.querySelectorAll !== "undefined" && - !el.querySelectorAll( ":scope fieldset div" ).length; - } ); - - // Support: Chrome 105+, Firefox 104+, Safari 15.4+ - // Make sure forgiving mode is not used in `CSS.supports( "selector(...)" )`. - // - // `:is()` uses a forgiving selector list as an argument and is widely - // implemented, so it's a good one to test against. - support.cssSupportsSelector = assert( function() { - /* eslint-disable no-undef */ - - return CSS.supports( "selector(*)" ) && - - // Support: Firefox 78-81 only - // In old Firefox, `:is()` didn't use forgiving parsing. In that case, - // fail this test as there's no selector to test against that. - // `CSS.supports` uses unforgiving parsing - document.querySelectorAll( ":is(:jqfake)" ) && - - // `*` is needed as Safari & newer Chrome implemented something in between - // for `:has()` - it throws in `qSA` if it only contains an unsupported - // argument but multiple ones, one of which is supported, are fine. - // We want to play safe in case `:is()` gets the same treatment. - !CSS.supports( "selector(:is(*,:jqfake))" ); - - /* eslint-enable */ - } ); - - /* Attributes - ---------------------------------------------------------------------- */ - - // Support: IE<8 - // Verify that getAttribute really returns attributes and not properties - // (excepting IE8 booleans) - support.attributes = assert( function( el ) { - el.className = "i"; - return !el.getAttribute( "className" ); - } ); - - /* getElement(s)By* - ---------------------------------------------------------------------- */ - - // Check if getElementsByTagName("*") returns only elements - support.getElementsByTagName = assert( function( el ) { - el.appendChild( document.createComment( "" ) ); - return !el.getElementsByTagName( "*" ).length; - } ); - - // Support: IE<9 - support.getElementsByClassName = rnative.test( document.getElementsByClassName ); - - // Support: IE<10 - // Check if getElementById returns elements by name - // The broken getElementById methods don't pick up programmatically-set names, - // so use a roundabout getElementsByName test - support.getById = assert( function( el ) { - docElem.appendChild( el ).id = expando; - return !document.getElementsByName || !document.getElementsByName( expando ).length; - } ); - - // ID filter and find - if ( support.getById ) { - Expr.filter[ "ID" ] = function( id ) { - var attrId = id.replace( runescape, funescape ); - return function( elem ) { - return elem.getAttribute( "id" ) === attrId; - }; - }; - Expr.find[ "ID" ] = function( id, context ) { - if ( typeof context.getElementById !== "undefined" && documentIsHTML ) { - var elem = context.getElementById( id ); - return elem ? [ elem ] : []; - } - }; - } else { - Expr.filter[ "ID" ] = function( id ) { - var attrId = id.replace( runescape, funescape ); - return function( elem ) { - var node = typeof elem.getAttributeNode !== "undefined" && - elem.getAttributeNode( "id" ); - return node && node.value === attrId; - }; - }; - - // Support: IE 6 - 7 only - // getElementById is not reliable as a find shortcut - Expr.find[ "ID" ] = function( id, context ) { - if ( typeof context.getElementById !== "undefined" && documentIsHTML ) { - var node, i, elems, - elem = context.getElementById( id ); - - if ( elem ) { - - // Verify the id attribute - node = elem.getAttributeNode( "id" ); - if ( node && node.value === id ) { - return [ elem ]; - } - - // Fall back on getElementsByName - elems = context.getElementsByName( id ); - i = 0; - while ( ( elem = elems[ i++ ] ) ) { - node = elem.getAttributeNode( "id" ); - if ( node && node.value === id ) { - return [ elem ]; - } - } - } - - return []; - } - }; - } - - // Tag - Expr.find[ "TAG" ] = support.getElementsByTagName ? - function( tag, context ) { - if ( typeof context.getElementsByTagName !== "undefined" ) { - return context.getElementsByTagName( tag ); - - // DocumentFragment nodes don't have gEBTN - } else if ( support.qsa ) { - return context.querySelectorAll( tag ); - } - } : - - function( tag, context ) { - var elem, - tmp = [], - i = 0, - - // By happy coincidence, a (broken) gEBTN appears on DocumentFragment nodes too - results = context.getElementsByTagName( tag ); - - // Filter out possible comments - if ( tag === "*" ) { - while ( ( elem = results[ i++ ] ) ) { - if ( elem.nodeType === 1 ) { - tmp.push( elem ); - } - } - - return tmp; - } - return results; - }; - - // Class - Expr.find[ "CLASS" ] = support.getElementsByClassName && function( className, context ) { - if ( typeof context.getElementsByClassName !== "undefined" && documentIsHTML ) { - return context.getElementsByClassName( className ); - } - }; - - /* QSA/matchesSelector - ---------------------------------------------------------------------- */ - - // QSA and matchesSelector support - - // matchesSelector(:active) reports false when true (IE9/Opera 11.5) - rbuggyMatches = []; - - // qSa(:focus) reports false when true (Chrome 21) - // We allow this because of a bug in IE8/9 that throws an error - // whenever `document.activeElement` is accessed on an iframe - // So, we allow :focus to pass through QSA all the time to avoid the IE error - // See https://bugs.jquery.com/ticket/13378 - rbuggyQSA = []; - - if ( ( support.qsa = rnative.test( document.querySelectorAll ) ) ) { - - // Build QSA regex - // Regex strategy adopted from Diego Perini - assert( function( el ) { - - var input; - - // Select is set to empty string on purpose - // This is to test IE's treatment of not explicitly - // setting a boolean content attribute, - // since its presence should be enough - // https://bugs.jquery.com/ticket/12359 - docElem.appendChild( el ).innerHTML = "<a id='" + expando + "'></a>" + - "<select id='" + expando + "-\r\\' msallowcapture=''>" + - "<option selected=''></option></select>"; - - // Support: IE8, Opera 11-12.16 - // Nothing should be selected when empty strings follow ^= or $= or *= - // The test attribute must be unknown in Opera but "safe" for WinRT - // https://msdn.microsoft.com/en-us/library/ie/hh465388.aspx#attribute_section - if ( el.querySelectorAll( "[msallowcapture^='']" ).length ) { - rbuggyQSA.push( "[*^$]=" + whitespace + "*(?:''|\"\")" ); - } - - // Support: IE8 - // Boolean attributes and "value" are not treated correctly - if ( !el.querySelectorAll( "[selected]" ).length ) { - rbuggyQSA.push( "\\[" + whitespace + "*(?:value|" + booleans + ")" ); - } - - // Support: Chrome<29, Android<4.4, Safari<7.0+, iOS<7.0+, PhantomJS<1.9.8+ - if ( !el.querySelectorAll( "[id~=" + expando + "-]" ).length ) { - rbuggyQSA.push( "~=" ); - } - - // Support: IE 11+, Edge 15 - 18+ - // IE 11/Edge don't find elements on a `[name='']` query in some cases. - // Adding a temporary attribute to the document before the selection works - // around the issue. - // Interestingly, IE 10 & older don't seem to have the issue. - input = document.createElement( "input" ); - input.setAttribute( "name", "" ); - el.appendChild( input ); - if ( !el.querySelectorAll( "[name='']" ).length ) { - rbuggyQSA.push( "\\[" + whitespace + "*name" + whitespace + "*=" + - whitespace + "*(?:''|\"\")" ); - } - - // Webkit/Opera - :checked should return selected option elements - // http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked - // IE8 throws error here and will not see later tests - if ( !el.querySelectorAll( ":checked" ).length ) { - rbuggyQSA.push( ":checked" ); - } - - // Support: Safari 8+, iOS 8+ - // https://bugs.webkit.org/show_bug.cgi?id=136851 - // In-page `selector#id sibling-combinator selector` fails - if ( !el.querySelectorAll( "a#" + expando + "+*" ).length ) { - rbuggyQSA.push( ".#.+[+~]" ); - } - - // Support: Firefox <=3.6 - 5 only - // Old Firefox doesn't throw on a badly-escaped identifier. - el.querySelectorAll( "\\\f" ); - rbuggyQSA.push( "[\\r\\n\\f]" ); - } ); - - assert( function( el ) { - el.innerHTML = "<a href='' disabled='disabled'></a>" + - "<select disabled='disabled'><option/></select>"; - - // Support: Windows 8 Native Apps - // The type and name attributes are restricted during .innerHTML assignment - var input = document.createElement( "input" ); - input.setAttribute( "type", "hidden" ); - el.appendChild( input ).setAttribute( "name", "D" ); - - // Support: IE8 - // Enforce case-sensitivity of name attribute - if ( el.querySelectorAll( "[name=d]" ).length ) { - rbuggyQSA.push( "name" + whitespace + "*[*^$|!~]?=" ); - } - - // FF 3.5 - :enabled/:disabled and hidden elements (hidden elements are still enabled) - // IE8 throws error here and will not see later tests - if ( el.querySelectorAll( ":enabled" ).length !== 2 ) { - rbuggyQSA.push( ":enabled", ":disabled" ); - } - - // Support: IE9-11+ - // IE's :disabled selector does not pick up the children of disabled fieldsets - docElem.appendChild( el ).disabled = true; - if ( el.querySelectorAll( ":disabled" ).length !== 2 ) { - rbuggyQSA.push( ":enabled", ":disabled" ); - } - - // Support: Opera 10 - 11 only - // Opera 10-11 does not throw on post-comma invalid pseudos - el.querySelectorAll( "*,:x" ); - rbuggyQSA.push( ",.*:" ); - } ); - } - - if ( ( support.matchesSelector = rnative.test( ( matches = docElem.matches || - docElem.webkitMatchesSelector || - docElem.mozMatchesSelector || - docElem.oMatchesSelector || - docElem.msMatchesSelector ) ) ) ) { - - assert( function( el ) { - - // Check to see if it's possible to do matchesSelector - // on a disconnected node (IE 9) - support.disconnectedMatch = matches.call( el, "*" ); - - // This should fail with an exception - // Gecko does not error, returns false instead - matches.call( el, "[s!='']:x" ); - rbuggyMatches.push( "!=", pseudos ); - } ); - } - - if ( !support.cssSupportsSelector ) { - - // Support: Chrome 105+, Safari 15.4+ - // `:has()` uses a forgiving selector list as an argument so our regular - // `try-catch` mechanism fails to catch `:has()` with arguments not supported - // natively like `:has(:contains("Foo"))`. Where supported & spec-compliant, - // we now use `CSS.supports("selector(:is(SELECTOR_TO_BE_TESTED))")`, but - // outside that we mark `:has` as buggy. - rbuggyQSA.push( ":has" ); - } - - rbuggyQSA = rbuggyQSA.length && new RegExp( rbuggyQSA.join( "|" ) ); - rbuggyMatches = rbuggyMatches.length && new RegExp( rbuggyMatches.join( "|" ) ); - - /* Contains - ---------------------------------------------------------------------- */ - hasCompare = rnative.test( docElem.compareDocumentPosition ); - - // Element contains another - // Purposefully self-exclusive - // As in, an element does not contain itself - contains = hasCompare || rnative.test( docElem.contains ) ? - function( a, b ) { - - // Support: IE <9 only - // IE doesn't have `contains` on `document` so we need to check for - // `documentElement` presence. - // We need to fall back to `a` when `documentElement` is missing - // as `ownerDocument` of elements within `<template/>` may have - // a null one - a default behavior of all modern browsers. - var adown = a.nodeType === 9 && a.documentElement || a, - bup = b && b.parentNode; - return a === bup || !!( bup && bup.nodeType === 1 && ( - adown.contains ? - adown.contains( bup ) : - a.compareDocumentPosition && a.compareDocumentPosition( bup ) & 16 - ) ); - } : - function( a, b ) { - if ( b ) { - while ( ( b = b.parentNode ) ) { - if ( b === a ) { - return true; - } - } - } - return false; - }; - - /* Sorting - ---------------------------------------------------------------------- */ - - // Document order sorting - sortOrder = hasCompare ? - function( a, b ) { - - // Flag for duplicate removal - if ( a === b ) { - hasDuplicate = true; - return 0; - } - - // Sort on method existence if only one input has compareDocumentPosition - var compare = !a.compareDocumentPosition - !b.compareDocumentPosition; - if ( compare ) { - return compare; - } - - // Calculate position if both inputs belong to the same document - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - // eslint-disable-next-line eqeqeq - compare = ( a.ownerDocument || a ) == ( b.ownerDocument || b ) ? - a.compareDocumentPosition( b ) : - - // Otherwise we know they are disconnected - 1; - - // Disconnected nodes - if ( compare & 1 || - ( !support.sortDetached && b.compareDocumentPosition( a ) === compare ) ) { - - // Choose the first element that is related to our preferred document - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - // eslint-disable-next-line eqeqeq - if ( a == document || a.ownerDocument == preferredDoc && - contains( preferredDoc, a ) ) { - return -1; - } - - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - // eslint-disable-next-line eqeqeq - if ( b == document || b.ownerDocument == preferredDoc && - contains( preferredDoc, b ) ) { - return 1; - } - - // Maintain original order - return sortInput ? - ( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) : - 0; - } - - return compare & 4 ? -1 : 1; - } : - function( a, b ) { - - // Exit early if the nodes are identical - if ( a === b ) { - hasDuplicate = true; - return 0; - } - - var cur, - i = 0, - aup = a.parentNode, - bup = b.parentNode, - ap = [ a ], - bp = [ b ]; - - // Parentless nodes are either documents or disconnected - if ( !aup || !bup ) { - - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - /* eslint-disable eqeqeq */ - return a == document ? -1 : - b == document ? 1 : - /* eslint-enable eqeqeq */ - aup ? -1 : - bup ? 1 : - sortInput ? - ( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) : - 0; - - // If the nodes are siblings, we can do a quick check - } else if ( aup === bup ) { - return siblingCheck( a, b ); - } - - // Otherwise we need full lists of their ancestors for comparison - cur = a; - while ( ( cur = cur.parentNode ) ) { - ap.unshift( cur ); - } - cur = b; - while ( ( cur = cur.parentNode ) ) { - bp.unshift( cur ); - } - - // Walk down the tree looking for a discrepancy - while ( ap[ i ] === bp[ i ] ) { - i++; - } - - return i ? - - // Do a sibling check if the nodes have a common ancestor - siblingCheck( ap[ i ], bp[ i ] ) : - - // Otherwise nodes in our document sort first - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - /* eslint-disable eqeqeq */ - ap[ i ] == preferredDoc ? -1 : - bp[ i ] == preferredDoc ? 1 : - /* eslint-enable eqeqeq */ - 0; - }; - - return document; -}; - -Sizzle.matches = function( expr, elements ) { - return Sizzle( expr, null, null, elements ); -}; - -Sizzle.matchesSelector = function( elem, expr ) { - setDocument( elem ); - - if ( support.matchesSelector && documentIsHTML && - !nonnativeSelectorCache[ expr + " " ] && - ( !rbuggyMatches || !rbuggyMatches.test( expr ) ) && - ( !rbuggyQSA || !rbuggyQSA.test( expr ) ) ) { - - try { - var ret = matches.call( elem, expr ); - - // IE 9's matchesSelector returns false on disconnected nodes - if ( ret || support.disconnectedMatch || - - // As well, disconnected nodes are said to be in a document - // fragment in IE 9 - elem.document && elem.document.nodeType !== 11 ) { - return ret; - } - } catch ( e ) { - nonnativeSelectorCache( expr, true ); - } - } - - return Sizzle( expr, document, null, [ elem ] ).length > 0; -}; - -Sizzle.contains = function( context, elem ) { - - // Set document vars if needed - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - // eslint-disable-next-line eqeqeq - if ( ( context.ownerDocument || context ) != document ) { - setDocument( context ); - } - return contains( context, elem ); -}; - -Sizzle.attr = function( elem, name ) { - - // Set document vars if needed - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - // eslint-disable-next-line eqeqeq - if ( ( elem.ownerDocument || elem ) != document ) { - setDocument( elem ); - } - - var fn = Expr.attrHandle[ name.toLowerCase() ], - - // Don't get fooled by Object.prototype properties (jQuery #13807) - val = fn && hasOwn.call( Expr.attrHandle, name.toLowerCase() ) ? - fn( elem, name, !documentIsHTML ) : - undefined; - - return val !== undefined ? - val : - support.attributes || !documentIsHTML ? - elem.getAttribute( name ) : - ( val = elem.getAttributeNode( name ) ) && val.specified ? - val.value : - null; -}; - -Sizzle.escape = function( sel ) { - return ( sel + "" ).replace( rcssescape, fcssescape ); -}; - -Sizzle.error = function( msg ) { - throw new Error( "Syntax error, unrecognized expression: " + msg ); -}; - -/** - * Document sorting and removing duplicates - * @param {ArrayLike} results - */ -Sizzle.uniqueSort = function( results ) { - var elem, - duplicates = [], - j = 0, - i = 0; - - // Unless we *know* we can detect duplicates, assume their presence - hasDuplicate = !support.detectDuplicates; - sortInput = !support.sortStable && results.slice( 0 ); - results.sort( sortOrder ); - - if ( hasDuplicate ) { - while ( ( elem = results[ i++ ] ) ) { - if ( elem === results[ i ] ) { - j = duplicates.push( i ); - } - } - while ( j-- ) { - results.splice( duplicates[ j ], 1 ); - } - } - - // Clear input after sorting to release objects - // See https://github.com/jquery/sizzle/pull/225 - sortInput = null; - - return results; -}; - -/** - * Utility function for retrieving the text value of an array of DOM nodes - * @param {Array|Element} elem - */ -getText = Sizzle.getText = function( elem ) { - var node, - ret = "", - i = 0, - nodeType = elem.nodeType; - - if ( !nodeType ) { - - // If no nodeType, this is expected to be an array - while ( ( node = elem[ i++ ] ) ) { - - // Do not traverse comment nodes - ret += getText( node ); - } - } else if ( nodeType === 1 || nodeType === 9 || nodeType === 11 ) { - - // Use textContent for elements - // innerText usage removed for consistency of new lines (jQuery #11153) - if ( typeof elem.textContent === "string" ) { - return elem.textContent; - } else { - - // Traverse its children - for ( elem = elem.firstChild; elem; elem = elem.nextSibling ) { - ret += getText( elem ); - } - } - } else if ( nodeType === 3 || nodeType === 4 ) { - return elem.nodeValue; - } - - // Do not include comment or processing instruction nodes - - return ret; -}; - -Expr = Sizzle.selectors = { - - // Can be adjusted by the user - cacheLength: 50, - - createPseudo: markFunction, - - match: matchExpr, - - attrHandle: {}, - - find: {}, - - relative: { - ">": { dir: "parentNode", first: true }, - " ": { dir: "parentNode" }, - "+": { dir: "previousSibling", first: true }, - "~": { dir: "previousSibling" } - }, - - preFilter: { - "ATTR": function( match ) { - match[ 1 ] = match[ 1 ].replace( runescape, funescape ); - - // Move the given value to match[3] whether quoted or unquoted - match[ 3 ] = ( match[ 3 ] || match[ 4 ] || - match[ 5 ] || "" ).replace( runescape, funescape ); - - if ( match[ 2 ] === "~=" ) { - match[ 3 ] = " " + match[ 3 ] + " "; - } - - return match.slice( 0, 4 ); - }, - - "CHILD": function( match ) { - - /* matches from matchExpr["CHILD"] - 1 type (only|nth|...) - 2 what (child|of-type) - 3 argument (even|odd|\d*|\d*n([+-]\d+)?|...) - 4 xn-component of xn+y argument ([+-]?\d*n|) - 5 sign of xn-component - 6 x of xn-component - 7 sign of y-component - 8 y of y-component - */ - match[ 1 ] = match[ 1 ].toLowerCase(); - - if ( match[ 1 ].slice( 0, 3 ) === "nth" ) { - - // nth-* requires argument - if ( !match[ 3 ] ) { - Sizzle.error( match[ 0 ] ); - } - - // numeric x and y parameters for Expr.filter.CHILD - // remember that false/true cast respectively to 0/1 - match[ 4 ] = +( match[ 4 ] ? - match[ 5 ] + ( match[ 6 ] || 1 ) : - 2 * ( match[ 3 ] === "even" || match[ 3 ] === "odd" ) ); - match[ 5 ] = +( ( match[ 7 ] + match[ 8 ] ) || match[ 3 ] === "odd" ); - - // other types prohibit arguments - } else if ( match[ 3 ] ) { - Sizzle.error( match[ 0 ] ); - } - - return match; - }, - - "PSEUDO": function( match ) { - var excess, - unquoted = !match[ 6 ] && match[ 2 ]; - - if ( matchExpr[ "CHILD" ].test( match[ 0 ] ) ) { - return null; - } - - // Accept quoted arguments as-is - if ( match[ 3 ] ) { - match[ 2 ] = match[ 4 ] || match[ 5 ] || ""; - - // Strip excess characters from unquoted arguments - } else if ( unquoted && rpseudo.test( unquoted ) && - - // Get excess from tokenize (recursively) - ( excess = tokenize( unquoted, true ) ) && - - // advance to the next closing parenthesis - ( excess = unquoted.indexOf( ")", unquoted.length - excess ) - unquoted.length ) ) { - - // excess is a negative index - match[ 0 ] = match[ 0 ].slice( 0, excess ); - match[ 2 ] = unquoted.slice( 0, excess ); - } - - // Return only captures needed by the pseudo filter method (type and argument) - return match.slice( 0, 3 ); - } - }, - - filter: { - - "TAG": function( nodeNameSelector ) { - var nodeName = nodeNameSelector.replace( runescape, funescape ).toLowerCase(); - return nodeNameSelector === "*" ? - function() { - return true; - } : - function( elem ) { - return elem.nodeName && elem.nodeName.toLowerCase() === nodeName; - }; - }, - - "CLASS": function( className ) { - var pattern = classCache[ className + " " ]; - - return pattern || - ( pattern = new RegExp( "(^|" + whitespace + - ")" + className + "(" + whitespace + "|$)" ) ) && classCache( - className, function( elem ) { - return pattern.test( - typeof elem.className === "string" && elem.className || - typeof elem.getAttribute !== "undefined" && - elem.getAttribute( "class" ) || - "" - ); - } ); - }, - - "ATTR": function( name, operator, check ) { - return function( elem ) { - var result = Sizzle.attr( elem, name ); - - if ( result == null ) { - return operator === "!="; - } - if ( !operator ) { - return true; - } - - result += ""; - - /* eslint-disable max-len */ - - return operator === "=" ? result === check : - operator === "!=" ? result !== check : - operator === "^=" ? check && result.indexOf( check ) === 0 : - operator === "*=" ? check && result.indexOf( check ) > -1 : - operator === "$=" ? check && result.slice( -check.length ) === check : - operator === "~=" ? ( " " + result.replace( rwhitespace, " " ) + " " ).indexOf( check ) > -1 : - operator === "|=" ? result === check || result.slice( 0, check.length + 1 ) === check + "-" : - false; - /* eslint-enable max-len */ - - }; - }, - - "CHILD": function( type, what, _argument, first, last ) { - var simple = type.slice( 0, 3 ) !== "nth", - forward = type.slice( -4 ) !== "last", - ofType = what === "of-type"; - - return first === 1 && last === 0 ? - - // Shortcut for :nth-*(n) - function( elem ) { - return !!elem.parentNode; - } : - - function( elem, _context, xml ) { - var cache, uniqueCache, outerCache, node, nodeIndex, start, - dir = simple !== forward ? "nextSibling" : "previousSibling", - parent = elem.parentNode, - name = ofType && elem.nodeName.toLowerCase(), - useCache = !xml && !ofType, - diff = false; - - if ( parent ) { - - // :(first|last|only)-(child|of-type) - if ( simple ) { - while ( dir ) { - node = elem; - while ( ( node = node[ dir ] ) ) { - if ( ofType ? - node.nodeName.toLowerCase() === name : - node.nodeType === 1 ) { - - return false; - } - } - - // Reverse direction for :only-* (if we haven't yet done so) - start = dir = type === "only" && !start && "nextSibling"; - } - return true; - } - - start = [ forward ? parent.firstChild : parent.lastChild ]; - - // non-xml :nth-child(...) stores cache data on `parent` - if ( forward && useCache ) { - - // Seek `elem` from a previously-cached index - - // ...in a gzip-friendly way - node = parent; - outerCache = node[ expando ] || ( node[ expando ] = {} ); - - // Support: IE <9 only - // Defend against cloned attroperties (jQuery gh-1709) - uniqueCache = outerCache[ node.uniqueID ] || - ( outerCache[ node.uniqueID ] = {} ); - - cache = uniqueCache[ type ] || []; - nodeIndex = cache[ 0 ] === dirruns && cache[ 1 ]; - diff = nodeIndex && cache[ 2 ]; - node = nodeIndex && parent.childNodes[ nodeIndex ]; - - while ( ( node = ++nodeIndex && node && node[ dir ] || - - // Fallback to seeking `elem` from the start - ( diff = nodeIndex = 0 ) || start.pop() ) ) { - - // When found, cache indexes on `parent` and break - if ( node.nodeType === 1 && ++diff && node === elem ) { - uniqueCache[ type ] = [ dirruns, nodeIndex, diff ]; - break; - } - } - - } else { - - // Use previously-cached element index if available - if ( useCache ) { - - // ...in a gzip-friendly way - node = elem; - outerCache = node[ expando ] || ( node[ expando ] = {} ); - - // Support: IE <9 only - // Defend against cloned attroperties (jQuery gh-1709) - uniqueCache = outerCache[ node.uniqueID ] || - ( outerCache[ node.uniqueID ] = {} ); - - cache = uniqueCache[ type ] || []; - nodeIndex = cache[ 0 ] === dirruns && cache[ 1 ]; - diff = nodeIndex; - } - - // xml :nth-child(...) - // or :nth-last-child(...) or :nth(-last)?-of-type(...) - if ( diff === false ) { - - // Use the same loop as above to seek `elem` from the start - while ( ( node = ++nodeIndex && node && node[ dir ] || - ( diff = nodeIndex = 0 ) || start.pop() ) ) { - - if ( ( ofType ? - node.nodeName.toLowerCase() === name : - node.nodeType === 1 ) && - ++diff ) { - - // Cache the index of each encountered element - if ( useCache ) { - outerCache = node[ expando ] || - ( node[ expando ] = {} ); - - // Support: IE <9 only - // Defend against cloned attroperties (jQuery gh-1709) - uniqueCache = outerCache[ node.uniqueID ] || - ( outerCache[ node.uniqueID ] = {} ); - - uniqueCache[ type ] = [ dirruns, diff ]; - } - - if ( node === elem ) { - break; - } - } - } - } - } - - // Incorporate the offset, then check against cycle size - diff -= last; - return diff === first || ( diff % first === 0 && diff / first >= 0 ); - } - }; - }, - - "PSEUDO": function( pseudo, argument ) { - - // pseudo-class names are case-insensitive - // http://www.w3.org/TR/selectors/#pseudo-classes - // Prioritize by case sensitivity in case custom pseudos are added with uppercase letters - // Remember that setFilters inherits from pseudos - var args, - fn = Expr.pseudos[ pseudo ] || Expr.setFilters[ pseudo.toLowerCase() ] || - Sizzle.error( "unsupported pseudo: " + pseudo ); - - // The user may use createPseudo to indicate that - // arguments are needed to create the filter function - // just as Sizzle does - if ( fn[ expando ] ) { - return fn( argument ); - } - - // But maintain support for old signatures - if ( fn.length > 1 ) { - args = [ pseudo, pseudo, "", argument ]; - return Expr.setFilters.hasOwnProperty( pseudo.toLowerCase() ) ? - markFunction( function( seed, matches ) { - var idx, - matched = fn( seed, argument ), - i = matched.length; - while ( i-- ) { - idx = indexOf( seed, matched[ i ] ); - seed[ idx ] = !( matches[ idx ] = matched[ i ] ); - } - } ) : - function( elem ) { - return fn( elem, 0, args ); - }; - } - - return fn; - } - }, - - pseudos: { - - // Potentially complex pseudos - "not": markFunction( function( selector ) { - - // Trim the selector passed to compile - // to avoid treating leading and trailing - // spaces as combinators - var input = [], - results = [], - matcher = compile( selector.replace( rtrim, "$1" ) ); - - return matcher[ expando ] ? - markFunction( function( seed, matches, _context, xml ) { - var elem, - unmatched = matcher( seed, null, xml, [] ), - i = seed.length; - - // Match elements unmatched by `matcher` - while ( i-- ) { - if ( ( elem = unmatched[ i ] ) ) { - seed[ i ] = !( matches[ i ] = elem ); - } - } - } ) : - function( elem, _context, xml ) { - input[ 0 ] = elem; - matcher( input, null, xml, results ); - - // Don't keep the element (issue #299) - input[ 0 ] = null; - return !results.pop(); - }; - } ), - - "has": markFunction( function( selector ) { - return function( elem ) { - return Sizzle( selector, elem ).length > 0; - }; - } ), - - "contains": markFunction( function( text ) { - text = text.replace( runescape, funescape ); - return function( elem ) { - return ( elem.textContent || getText( elem ) ).indexOf( text ) > -1; - }; - } ), - - // "Whether an element is represented by a :lang() selector - // is based solely on the element's language value - // being equal to the identifier C, - // or beginning with the identifier C immediately followed by "-". - // The matching of C against the element's language value is performed case-insensitively. - // The identifier C does not have to be a valid language name." - // http://www.w3.org/TR/selectors/#lang-pseudo - "lang": markFunction( function( lang ) { - - // lang value must be a valid identifier - if ( !ridentifier.test( lang || "" ) ) { - Sizzle.error( "unsupported lang: " + lang ); - } - lang = lang.replace( runescape, funescape ).toLowerCase(); - return function( elem ) { - var elemLang; - do { - if ( ( elemLang = documentIsHTML ? - elem.lang : - elem.getAttribute( "xml:lang" ) || elem.getAttribute( "lang" ) ) ) { - - elemLang = elemLang.toLowerCase(); - return elemLang === lang || elemLang.indexOf( lang + "-" ) === 0; - } - } while ( ( elem = elem.parentNode ) && elem.nodeType === 1 ); - return false; - }; - } ), - - // Miscellaneous - "target": function( elem ) { - var hash = window.location && window.location.hash; - return hash && hash.slice( 1 ) === elem.id; - }, - - "root": function( elem ) { - return elem === docElem; - }, - - "focus": function( elem ) { - return elem === document.activeElement && - ( !document.hasFocus || document.hasFocus() ) && - !!( elem.type || elem.href || ~elem.tabIndex ); - }, - - // Boolean properties - "enabled": createDisabledPseudo( false ), - "disabled": createDisabledPseudo( true ), - - "checked": function( elem ) { - - // In CSS3, :checked should return both checked and selected elements - // http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked - var nodeName = elem.nodeName.toLowerCase(); - return ( nodeName === "input" && !!elem.checked ) || - ( nodeName === "option" && !!elem.selected ); - }, - - "selected": function( elem ) { - - // Accessing this property makes selected-by-default - // options in Safari work properly - if ( elem.parentNode ) { - // eslint-disable-next-line no-unused-expressions - elem.parentNode.selectedIndex; - } - - return elem.selected === true; - }, - - // Contents - "empty": function( elem ) { - - // http://www.w3.org/TR/selectors/#empty-pseudo - // :empty is negated by element (1) or content nodes (text: 3; cdata: 4; entity ref: 5), - // but not by others (comment: 8; processing instruction: 7; etc.) - // nodeType < 6 works because attributes (2) do not appear as children - for ( elem = elem.firstChild; elem; elem = elem.nextSibling ) { - if ( elem.nodeType < 6 ) { - return false; - } - } - return true; - }, - - "parent": function( elem ) { - return !Expr.pseudos[ "empty" ]( elem ); - }, - - // Element/input types - "header": function( elem ) { - return rheader.test( elem.nodeName ); - }, - - "input": function( elem ) { - return rinputs.test( elem.nodeName ); - }, - - "button": function( elem ) { - var name = elem.nodeName.toLowerCase(); - return name === "input" && elem.type === "button" || name === "button"; - }, - - "text": function( elem ) { - var attr; - return elem.nodeName.toLowerCase() === "input" && - elem.type === "text" && - - // Support: IE <10 only - // New HTML5 attribute values (e.g., "search") appear with elem.type === "text" - ( ( attr = elem.getAttribute( "type" ) ) == null || - attr.toLowerCase() === "text" ); - }, - - // Position-in-collection - "first": createPositionalPseudo( function() { - return [ 0 ]; - } ), - - "last": createPositionalPseudo( function( _matchIndexes, length ) { - return [ length - 1 ]; - } ), - - "eq": createPositionalPseudo( function( _matchIndexes, length, argument ) { - return [ argument < 0 ? argument + length : argument ]; - } ), - - "even": createPositionalPseudo( function( matchIndexes, length ) { - var i = 0; - for ( ; i < length; i += 2 ) { - matchIndexes.push( i ); - } - return matchIndexes; - } ), - - "odd": createPositionalPseudo( function( matchIndexes, length ) { - var i = 1; - for ( ; i < length; i += 2 ) { - matchIndexes.push( i ); - } - return matchIndexes; - } ), - - "lt": createPositionalPseudo( function( matchIndexes, length, argument ) { - var i = argument < 0 ? - argument + length : - argument > length ? - length : - argument; - for ( ; --i >= 0; ) { - matchIndexes.push( i ); - } - return matchIndexes; - } ), - - "gt": createPositionalPseudo( function( matchIndexes, length, argument ) { - var i = argument < 0 ? argument + length : argument; - for ( ; ++i < length; ) { - matchIndexes.push( i ); - } - return matchIndexes; - } ) - } -}; - -Expr.pseudos[ "nth" ] = Expr.pseudos[ "eq" ]; - -// Add button/input type pseudos -for ( i in { radio: true, checkbox: true, file: true, password: true, image: true } ) { - Expr.pseudos[ i ] = createInputPseudo( i ); -} -for ( i in { submit: true, reset: true } ) { - Expr.pseudos[ i ] = createButtonPseudo( i ); -} - -// Easy API for creating new setFilters -function setFilters() {} -setFilters.prototype = Expr.filters = Expr.pseudos; -Expr.setFilters = new setFilters(); - -tokenize = Sizzle.tokenize = function( selector, parseOnly ) { - var matched, match, tokens, type, - soFar, groups, preFilters, - cached = tokenCache[ selector + " " ]; - - if ( cached ) { - return parseOnly ? 0 : cached.slice( 0 ); - } - - soFar = selector; - groups = []; - preFilters = Expr.preFilter; - - while ( soFar ) { - - // Comma and first run - if ( !matched || ( match = rcomma.exec( soFar ) ) ) { - if ( match ) { - - // Don't consume trailing commas as valid - soFar = soFar.slice( match[ 0 ].length ) || soFar; - } - groups.push( ( tokens = [] ) ); - } - - matched = false; - - // Combinators - if ( ( match = rcombinators.exec( soFar ) ) ) { - matched = match.shift(); - tokens.push( { - value: matched, - - // Cast descendant combinators to space - type: match[ 0 ].replace( rtrim, " " ) - } ); - soFar = soFar.slice( matched.length ); - } - - // Filters - for ( type in Expr.filter ) { - if ( ( match = matchExpr[ type ].exec( soFar ) ) && ( !preFilters[ type ] || - ( match = preFilters[ type ]( match ) ) ) ) { - matched = match.shift(); - tokens.push( { - value: matched, - type: type, - matches: match - } ); - soFar = soFar.slice( matched.length ); - } - } - - if ( !matched ) { - break; - } - } - - // Return the length of the invalid excess - // if we're just parsing - // Otherwise, throw an error or return tokens - return parseOnly ? - soFar.length : - soFar ? - Sizzle.error( selector ) : - - // Cache the tokens - tokenCache( selector, groups ).slice( 0 ); -}; - -function toSelector( tokens ) { - var i = 0, - len = tokens.length, - selector = ""; - for ( ; i < len; i++ ) { - selector += tokens[ i ].value; - } - return selector; -} - -function addCombinator( matcher, combinator, base ) { - var dir = combinator.dir, - skip = combinator.next, - key = skip || dir, - checkNonElements = base && key === "parentNode", - doneName = done++; - - return combinator.first ? - - // Check against closest ancestor/preceding element - function( elem, context, xml ) { - while ( ( elem = elem[ dir ] ) ) { - if ( elem.nodeType === 1 || checkNonElements ) { - return matcher( elem, context, xml ); - } - } - return false; - } : - - // Check against all ancestor/preceding elements - function( elem, context, xml ) { - var oldCache, uniqueCache, outerCache, - newCache = [ dirruns, doneName ]; - - // We can't set arbitrary data on XML nodes, so they don't benefit from combinator caching - if ( xml ) { - while ( ( elem = elem[ dir ] ) ) { - if ( elem.nodeType === 1 || checkNonElements ) { - if ( matcher( elem, context, xml ) ) { - return true; - } - } - } - } else { - while ( ( elem = elem[ dir ] ) ) { - if ( elem.nodeType === 1 || checkNonElements ) { - outerCache = elem[ expando ] || ( elem[ expando ] = {} ); - - // Support: IE <9 only - // Defend against cloned attroperties (jQuery gh-1709) - uniqueCache = outerCache[ elem.uniqueID ] || - ( outerCache[ elem.uniqueID ] = {} ); - - if ( skip && skip === elem.nodeName.toLowerCase() ) { - elem = elem[ dir ] || elem; - } else if ( ( oldCache = uniqueCache[ key ] ) && - oldCache[ 0 ] === dirruns && oldCache[ 1 ] === doneName ) { - - // Assign to newCache so results back-propagate to previous elements - return ( newCache[ 2 ] = oldCache[ 2 ] ); - } else { - - // Reuse newcache so results back-propagate to previous elements - uniqueCache[ key ] = newCache; - - // A match means we're done; a fail means we have to keep checking - if ( ( newCache[ 2 ] = matcher( elem, context, xml ) ) ) { - return true; - } - } - } - } - } - return false; - }; -} - -function elementMatcher( matchers ) { - return matchers.length > 1 ? - function( elem, context, xml ) { - var i = matchers.length; - while ( i-- ) { - if ( !matchers[ i ]( elem, context, xml ) ) { - return false; - } - } - return true; - } : - matchers[ 0 ]; -} - -function multipleContexts( selector, contexts, results ) { - var i = 0, - len = contexts.length; - for ( ; i < len; i++ ) { - Sizzle( selector, contexts[ i ], results ); - } - return results; -} - -function condense( unmatched, map, filter, context, xml ) { - var elem, - newUnmatched = [], - i = 0, - len = unmatched.length, - mapped = map != null; - - for ( ; i < len; i++ ) { - if ( ( elem = unmatched[ i ] ) ) { - if ( !filter || filter( elem, context, xml ) ) { - newUnmatched.push( elem ); - if ( mapped ) { - map.push( i ); - } - } - } - } - - return newUnmatched; -} - -function setMatcher( preFilter, selector, matcher, postFilter, postFinder, postSelector ) { - if ( postFilter && !postFilter[ expando ] ) { - postFilter = setMatcher( postFilter ); - } - if ( postFinder && !postFinder[ expando ] ) { - postFinder = setMatcher( postFinder, postSelector ); - } - return markFunction( function( seed, results, context, xml ) { - var temp, i, elem, - preMap = [], - postMap = [], - preexisting = results.length, - - // Get initial elements from seed or context - elems = seed || multipleContexts( - selector || "*", - context.nodeType ? [ context ] : context, - [] - ), - - // Prefilter to get matcher input, preserving a map for seed-results synchronization - matcherIn = preFilter && ( seed || !selector ) ? - condense( elems, preMap, preFilter, context, xml ) : - elems, - - matcherOut = matcher ? - - // If we have a postFinder, or filtered seed, or non-seed postFilter or preexisting results, - postFinder || ( seed ? preFilter : preexisting || postFilter ) ? - - // ...intermediate processing is necessary - [] : - - // ...otherwise use results directly - results : - matcherIn; - - // Find primary matches - if ( matcher ) { - matcher( matcherIn, matcherOut, context, xml ); - } - - // Apply postFilter - if ( postFilter ) { - temp = condense( matcherOut, postMap ); - postFilter( temp, [], context, xml ); - - // Un-match failing elements by moving them back to matcherIn - i = temp.length; - while ( i-- ) { - if ( ( elem = temp[ i ] ) ) { - matcherOut[ postMap[ i ] ] = !( matcherIn[ postMap[ i ] ] = elem ); - } - } - } - - if ( seed ) { - if ( postFinder || preFilter ) { - if ( postFinder ) { - - // Get the final matcherOut by condensing this intermediate into postFinder contexts - temp = []; - i = matcherOut.length; - while ( i-- ) { - if ( ( elem = matcherOut[ i ] ) ) { - - // Restore matcherIn since elem is not yet a final match - temp.push( ( matcherIn[ i ] = elem ) ); - } - } - postFinder( null, ( matcherOut = [] ), temp, xml ); - } - - // Move matched elements from seed to results to keep them synchronized - i = matcherOut.length; - while ( i-- ) { - if ( ( elem = matcherOut[ i ] ) && - ( temp = postFinder ? indexOf( seed, elem ) : preMap[ i ] ) > -1 ) { - - seed[ temp ] = !( results[ temp ] = elem ); - } - } - } - - // Add elements to results, through postFinder if defined - } else { - matcherOut = condense( - matcherOut === results ? - matcherOut.splice( preexisting, matcherOut.length ) : - matcherOut - ); - if ( postFinder ) { - postFinder( null, results, matcherOut, xml ); - } else { - push.apply( results, matcherOut ); - } - } - } ); -} - -function matcherFromTokens( tokens ) { - var checkContext, matcher, j, - len = tokens.length, - leadingRelative = Expr.relative[ tokens[ 0 ].type ], - implicitRelative = leadingRelative || Expr.relative[ " " ], - i = leadingRelative ? 1 : 0, - - // The foundational matcher ensures that elements are reachable from top-level context(s) - matchContext = addCombinator( function( elem ) { - return elem === checkContext; - }, implicitRelative, true ), - matchAnyContext = addCombinator( function( elem ) { - return indexOf( checkContext, elem ) > -1; - }, implicitRelative, true ), - matchers = [ function( elem, context, xml ) { - var ret = ( !leadingRelative && ( xml || context !== outermostContext ) ) || ( - ( checkContext = context ).nodeType ? - matchContext( elem, context, xml ) : - matchAnyContext( elem, context, xml ) ); - - // Avoid hanging onto element (issue #299) - checkContext = null; - return ret; - } ]; - - for ( ; i < len; i++ ) { - if ( ( matcher = Expr.relative[ tokens[ i ].type ] ) ) { - matchers = [ addCombinator( elementMatcher( matchers ), matcher ) ]; - } else { - matcher = Expr.filter[ tokens[ i ].type ].apply( null, tokens[ i ].matches ); - - // Return special upon seeing a positional matcher - if ( matcher[ expando ] ) { - - // Find the next relative operator (if any) for proper handling - j = ++i; - for ( ; j < len; j++ ) { - if ( Expr.relative[ tokens[ j ].type ] ) { - break; - } - } - return setMatcher( - i > 1 && elementMatcher( matchers ), - i > 1 && toSelector( - - // If the preceding token was a descendant combinator, insert an implicit any-element `*` - tokens - .slice( 0, i - 1 ) - .concat( { value: tokens[ i - 2 ].type === " " ? "*" : "" } ) - ).replace( rtrim, "$1" ), - matcher, - i < j && matcherFromTokens( tokens.slice( i, j ) ), - j < len && matcherFromTokens( ( tokens = tokens.slice( j ) ) ), - j < len && toSelector( tokens ) - ); - } - matchers.push( matcher ); - } - } - - return elementMatcher( matchers ); -} - -function matcherFromGroupMatchers( elementMatchers, setMatchers ) { - var bySet = setMatchers.length > 0, - byElement = elementMatchers.length > 0, - superMatcher = function( seed, context, xml, results, outermost ) { - var elem, j, matcher, - matchedCount = 0, - i = "0", - unmatched = seed && [], - setMatched = [], - contextBackup = outermostContext, - - // We must always have either seed elements or outermost context - elems = seed || byElement && Expr.find[ "TAG" ]( "*", outermost ), - - // Use integer dirruns iff this is the outermost matcher - dirrunsUnique = ( dirruns += contextBackup == null ? 1 : Math.random() || 0.1 ), - len = elems.length; - - if ( outermost ) { - - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - // eslint-disable-next-line eqeqeq - outermostContext = context == document || context || outermost; - } - - // Add elements passing elementMatchers directly to results - // Support: IE<9, Safari - // Tolerate NodeList properties (IE: "length"; Safari: <number>) matching elements by id - for ( ; i !== len && ( elem = elems[ i ] ) != null; i++ ) { - if ( byElement && elem ) { - j = 0; - - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - // eslint-disable-next-line eqeqeq - if ( !context && elem.ownerDocument != document ) { - setDocument( elem ); - xml = !documentIsHTML; - } - while ( ( matcher = elementMatchers[ j++ ] ) ) { - if ( matcher( elem, context || document, xml ) ) { - results.push( elem ); - break; - } - } - if ( outermost ) { - dirruns = dirrunsUnique; - } - } - - // Track unmatched elements for set filters - if ( bySet ) { - - // They will have gone through all possible matchers - if ( ( elem = !matcher && elem ) ) { - matchedCount--; - } - - // Lengthen the array for every element, matched or not - if ( seed ) { - unmatched.push( elem ); - } - } - } - - // `i` is now the count of elements visited above, and adding it to `matchedCount` - // makes the latter nonnegative. - matchedCount += i; - - // Apply set filters to unmatched elements - // NOTE: This can be skipped if there are no unmatched elements (i.e., `matchedCount` - // equals `i`), unless we didn't visit _any_ elements in the above loop because we have - // no element matchers and no seed. - // Incrementing an initially-string "0" `i` allows `i` to remain a string only in that - // case, which will result in a "00" `matchedCount` that differs from `i` but is also - // numerically zero. - if ( bySet && i !== matchedCount ) { - j = 0; - while ( ( matcher = setMatchers[ j++ ] ) ) { - matcher( unmatched, setMatched, context, xml ); - } - - if ( seed ) { - - // Reintegrate element matches to eliminate the need for sorting - if ( matchedCount > 0 ) { - while ( i-- ) { - if ( !( unmatched[ i ] || setMatched[ i ] ) ) { - setMatched[ i ] = pop.call( results ); - } - } - } - - // Discard index placeholder values to get only actual matches - setMatched = condense( setMatched ); - } - - // Add matches to results - push.apply( results, setMatched ); - - // Seedless set matches succeeding multiple successful matchers stipulate sorting - if ( outermost && !seed && setMatched.length > 0 && - ( matchedCount + setMatchers.length ) > 1 ) { - - Sizzle.uniqueSort( results ); - } - } - - // Override manipulation of globals by nested matchers - if ( outermost ) { - dirruns = dirrunsUnique; - outermostContext = contextBackup; - } - - return unmatched; - }; - - return bySet ? - markFunction( superMatcher ) : - superMatcher; -} - -compile = Sizzle.compile = function( selector, match /* Internal Use Only */ ) { - var i, - setMatchers = [], - elementMatchers = [], - cached = compilerCache[ selector + " " ]; - - if ( !cached ) { - - // Generate a function of recursive functions that can be used to check each element - if ( !match ) { - match = tokenize( selector ); - } - i = match.length; - while ( i-- ) { - cached = matcherFromTokens( match[ i ] ); - if ( cached[ expando ] ) { - setMatchers.push( cached ); - } else { - elementMatchers.push( cached ); - } - } - - // Cache the compiled function - cached = compilerCache( - selector, - matcherFromGroupMatchers( elementMatchers, setMatchers ) - ); - - // Save selector and tokenization - cached.selector = selector; - } - return cached; -}; - -/** - * A low-level selection function that works with Sizzle's compiled - * selector functions - * @param {String|Function} selector A selector or a pre-compiled - * selector function built with Sizzle.compile - * @param {Element} context - * @param {Array} [results] - * @param {Array} [seed] A set of elements to match against - */ -select = Sizzle.select = function( selector, context, results, seed ) { - var i, tokens, token, type, find, - compiled = typeof selector === "function" && selector, - match = !seed && tokenize( ( selector = compiled.selector || selector ) ); - - results = results || []; - - // Try to minimize operations if there is only one selector in the list and no seed - // (the latter of which guarantees us context) - if ( match.length === 1 ) { - - // Reduce context if the leading compound selector is an ID - tokens = match[ 0 ] = match[ 0 ].slice( 0 ); - if ( tokens.length > 2 && ( token = tokens[ 0 ] ).type === "ID" && - context.nodeType === 9 && documentIsHTML && Expr.relative[ tokens[ 1 ].type ] ) { - - context = ( Expr.find[ "ID" ]( token.matches[ 0 ] - .replace( runescape, funescape ), context ) || [] )[ 0 ]; - if ( !context ) { - return results; - - // Precompiled matchers will still verify ancestry, so step up a level - } else if ( compiled ) { - context = context.parentNode; - } - - selector = selector.slice( tokens.shift().value.length ); - } - - // Fetch a seed set for right-to-left matching - i = matchExpr[ "needsContext" ].test( selector ) ? 0 : tokens.length; - while ( i-- ) { - token = tokens[ i ]; - - // Abort if we hit a combinator - if ( Expr.relative[ ( type = token.type ) ] ) { - break; - } - if ( ( find = Expr.find[ type ] ) ) { - - // Search, expanding context for leading sibling combinators - if ( ( seed = find( - token.matches[ 0 ].replace( runescape, funescape ), - rsibling.test( tokens[ 0 ].type ) && testContext( context.parentNode ) || - context - ) ) ) { - - // If seed is empty or no tokens remain, we can return early - tokens.splice( i, 1 ); - selector = seed.length && toSelector( tokens ); - if ( !selector ) { - push.apply( results, seed ); - return results; - } - - break; - } - } - } - } - - // Compile and execute a filtering function if one is not provided - // Provide `match` to avoid retokenization if we modified the selector above - ( compiled || compile( selector, match ) )( - seed, - context, - !documentIsHTML, - results, - !context || rsibling.test( selector ) && testContext( context.parentNode ) || context - ); - return results; -}; - -// One-time assignments - -// Sort stability -support.sortStable = expando.split( "" ).sort( sortOrder ).join( "" ) === expando; - -// Support: Chrome 14-35+ -// Always assume duplicates if they aren't passed to the comparison function -support.detectDuplicates = !!hasDuplicate; - -// Initialize against the default document -setDocument(); - -// Support: Webkit<537.32 - Safari 6.0.3/Chrome 25 (fixed in Chrome 27) -// Detached nodes confoundingly follow *each other* -support.sortDetached = assert( function( el ) { - - // Should return 1, but returns 4 (following) - return el.compareDocumentPosition( document.createElement( "fieldset" ) ) & 1; -} ); - -// Support: IE<8 -// Prevent attribute/property "interpolation" -// https://msdn.microsoft.com/en-us/library/ms536429%28VS.85%29.aspx -if ( !assert( function( el ) { - el.innerHTML = "<a href='#'></a>"; - return el.firstChild.getAttribute( "href" ) === "#"; -} ) ) { - addHandle( "type|href|height|width", function( elem, name, isXML ) { - if ( !isXML ) { - return elem.getAttribute( name, name.toLowerCase() === "type" ? 1 : 2 ); - } - } ); -} - -// Support: IE<9 -// Use defaultValue in place of getAttribute("value") -if ( !support.attributes || !assert( function( el ) { - el.innerHTML = "<input/>"; - el.firstChild.setAttribute( "value", "" ); - return el.firstChild.getAttribute( "value" ) === ""; -} ) ) { - addHandle( "value", function( elem, _name, isXML ) { - if ( !isXML && elem.nodeName.toLowerCase() === "input" ) { - return elem.defaultValue; - } - } ); -} - -// Support: IE<9 -// Use getAttributeNode to fetch booleans when getAttribute lies -if ( !assert( function( el ) { - return el.getAttribute( "disabled" ) == null; -} ) ) { - addHandle( booleans, function( elem, name, isXML ) { - var val; - if ( !isXML ) { - return elem[ name ] === true ? name.toLowerCase() : - ( val = elem.getAttributeNode( name ) ) && val.specified ? - val.value : - null; - } - } ); -} - -return Sizzle; - -} )( window ); - - - -jQuery.find = Sizzle; -jQuery.expr = Sizzle.selectors; - -// Deprecated -jQuery.expr[ ":" ] = jQuery.expr.pseudos; -jQuery.uniqueSort = jQuery.unique = Sizzle.uniqueSort; -jQuery.text = Sizzle.getText; -jQuery.isXMLDoc = Sizzle.isXML; -jQuery.contains = Sizzle.contains; -jQuery.escapeSelector = Sizzle.escape; - - - - -var dir = function( elem, dir, until ) { - var matched = [], - truncate = until !== undefined; - - while ( ( elem = elem[ dir ] ) && elem.nodeType !== 9 ) { - if ( elem.nodeType === 1 ) { - if ( truncate && jQuery( elem ).is( until ) ) { - break; - } - matched.push( elem ); - } - } - return matched; -}; - - -var siblings = function( n, elem ) { - var matched = []; - - for ( ; n; n = n.nextSibling ) { - if ( n.nodeType === 1 && n !== elem ) { - matched.push( n ); - } - } - - return matched; -}; - - -var rneedsContext = jQuery.expr.match.needsContext; - - - -function nodeName( elem, name ) { - - return elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase(); - -} -var rsingleTag = ( /^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i ); - - - -// Implement the identical functionality for filter and not -function winnow( elements, qualifier, not ) { - if ( isFunction( qualifier ) ) { - return jQuery.grep( elements, function( elem, i ) { - return !!qualifier.call( elem, i, elem ) !== not; - } ); - } - - // Single element - if ( qualifier.nodeType ) { - return jQuery.grep( elements, function( elem ) { - return ( elem === qualifier ) !== not; - } ); - } - - // Arraylike of elements (jQuery, arguments, Array) - if ( typeof qualifier !== "string" ) { - return jQuery.grep( elements, function( elem ) { - return ( indexOf.call( qualifier, elem ) > -1 ) !== not; - } ); - } - - // Filtered directly for both simple and complex selectors - return jQuery.filter( qualifier, elements, not ); -} - -jQuery.filter = function( expr, elems, not ) { - var elem = elems[ 0 ]; - - if ( not ) { - expr = ":not(" + expr + ")"; - } - - if ( elems.length === 1 && elem.nodeType === 1 ) { - return jQuery.find.matchesSelector( elem, expr ) ? [ elem ] : []; - } - - return jQuery.find.matches( expr, jQuery.grep( elems, function( elem ) { - return elem.nodeType === 1; - } ) ); -}; - -jQuery.fn.extend( { - find: function( selector ) { - var i, ret, - len = this.length, - self = this; - - if ( typeof selector !== "string" ) { - return this.pushStack( jQuery( selector ).filter( function() { - for ( i = 0; i < len; i++ ) { - if ( jQuery.contains( self[ i ], this ) ) { - return true; - } - } - } ) ); - } - - ret = this.pushStack( [] ); - - for ( i = 0; i < len; i++ ) { - jQuery.find( selector, self[ i ], ret ); - } - - return len > 1 ? jQuery.uniqueSort( ret ) : ret; - }, - filter: function( selector ) { - return this.pushStack( winnow( this, selector || [], false ) ); - }, - not: function( selector ) { - return this.pushStack( winnow( this, selector || [], true ) ); - }, - is: function( selector ) { - return !!winnow( - this, - - // If this is a positional/relative selector, check membership in the returned set - // so $("p:first").is("p:last") won't return true for a doc with two "p". - typeof selector === "string" && rneedsContext.test( selector ) ? - jQuery( selector ) : - selector || [], - false - ).length; - } -} ); - - -// Initialize a jQuery object - - -// A central reference to the root jQuery(document) -var rootjQuery, - - // A simple way to check for HTML strings - // Prioritize #id over <tag> to avoid XSS via location.hash (trac-9521) - // Strict HTML recognition (trac-11290: must start with <) - // Shortcut simple #id case for speed - rquickExpr = /^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/, - - init = jQuery.fn.init = function( selector, context, root ) { - var match, elem; - - // HANDLE: $(""), $(null), $(undefined), $(false) - if ( !selector ) { - return this; - } - - // Method init() accepts an alternate rootjQuery - // so migrate can support jQuery.sub (gh-2101) - root = root || rootjQuery; - - // Handle HTML strings - if ( typeof selector === "string" ) { - if ( selector[ 0 ] === "<" && - selector[ selector.length - 1 ] === ">" && - selector.length >= 3 ) { - - // Assume that strings that start and end with <> are HTML and skip the regex check - match = [ null, selector, null ]; - - } else { - match = rquickExpr.exec( selector ); - } - - // Match html or make sure no context is specified for #id - if ( match && ( match[ 1 ] || !context ) ) { - - // HANDLE: $(html) -> $(array) - if ( match[ 1 ] ) { - context = context instanceof jQuery ? context[ 0 ] : context; - - // Option to run scripts is true for back-compat - // Intentionally let the error be thrown if parseHTML is not present - jQuery.merge( this, jQuery.parseHTML( - match[ 1 ], - context && context.nodeType ? context.ownerDocument || context : document, - true - ) ); - - // HANDLE: $(html, props) - if ( rsingleTag.test( match[ 1 ] ) && jQuery.isPlainObject( context ) ) { - for ( match in context ) { - - // Properties of context are called as methods if possible - if ( isFunction( this[ match ] ) ) { - this[ match ]( context[ match ] ); - - // ...and otherwise set as attributes - } else { - this.attr( match, context[ match ] ); - } - } - } - - return this; - - // HANDLE: $(#id) - } else { - elem = document.getElementById( match[ 2 ] ); - - if ( elem ) { - - // Inject the element directly into the jQuery object - this[ 0 ] = elem; - this.length = 1; - } - return this; - } - - // HANDLE: $(expr, $(...)) - } else if ( !context || context.jquery ) { - return ( context || root ).find( selector ); - - // HANDLE: $(expr, context) - // (which is just equivalent to: $(context).find(expr) - } else { - return this.constructor( context ).find( selector ); - } - - // HANDLE: $(DOMElement) - } else if ( selector.nodeType ) { - this[ 0 ] = selector; - this.length = 1; - return this; - - // HANDLE: $(function) - // Shortcut for document ready - } else if ( isFunction( selector ) ) { - return root.ready !== undefined ? - root.ready( selector ) : - - // Execute immediately if ready is not present - selector( jQuery ); - } - - return jQuery.makeArray( selector, this ); - }; - -// Give the init function the jQuery prototype for later instantiation -init.prototype = jQuery.fn; - -// Initialize central reference -rootjQuery = jQuery( document ); - - -var rparentsprev = /^(?:parents|prev(?:Until|All))/, - - // Methods guaranteed to produce a unique set when starting from a unique set - guaranteedUnique = { - children: true, - contents: true, - next: true, - prev: true - }; - -jQuery.fn.extend( { - has: function( target ) { - var targets = jQuery( target, this ), - l = targets.length; - - return this.filter( function() { - var i = 0; - for ( ; i < l; i++ ) { - if ( jQuery.contains( this, targets[ i ] ) ) { - return true; - } - } - } ); - }, - - closest: function( selectors, context ) { - var cur, - i = 0, - l = this.length, - matched = [], - targets = typeof selectors !== "string" && jQuery( selectors ); - - // Positional selectors never match, since there's no _selection_ context - if ( !rneedsContext.test( selectors ) ) { - for ( ; i < l; i++ ) { - for ( cur = this[ i ]; cur && cur !== context; cur = cur.parentNode ) { - - // Always skip document fragments - if ( cur.nodeType < 11 && ( targets ? - targets.index( cur ) > -1 : - - // Don't pass non-elements to Sizzle - cur.nodeType === 1 && - jQuery.find.matchesSelector( cur, selectors ) ) ) { - - matched.push( cur ); - break; - } - } - } - } - - return this.pushStack( matched.length > 1 ? jQuery.uniqueSort( matched ) : matched ); - }, - - // Determine the position of an element within the set - index: function( elem ) { - - // No argument, return index in parent - if ( !elem ) { - return ( this[ 0 ] && this[ 0 ].parentNode ) ? this.first().prevAll().length : -1; - } - - // Index in selector - if ( typeof elem === "string" ) { - return indexOf.call( jQuery( elem ), this[ 0 ] ); - } - - // Locate the position of the desired element - return indexOf.call( this, - - // If it receives a jQuery object, the first element is used - elem.jquery ? elem[ 0 ] : elem - ); - }, - - add: function( selector, context ) { - return this.pushStack( - jQuery.uniqueSort( - jQuery.merge( this.get(), jQuery( selector, context ) ) - ) - ); - }, - - addBack: function( selector ) { - return this.add( selector == null ? - this.prevObject : this.prevObject.filter( selector ) - ); - } -} ); - -function sibling( cur, dir ) { - while ( ( cur = cur[ dir ] ) && cur.nodeType !== 1 ) {} - return cur; -} - -jQuery.each( { - parent: function( elem ) { - var parent = elem.parentNode; - return parent && parent.nodeType !== 11 ? parent : null; - }, - parents: function( elem ) { - return dir( elem, "parentNode" ); - }, - parentsUntil: function( elem, _i, until ) { - return dir( elem, "parentNode", until ); - }, - next: function( elem ) { - return sibling( elem, "nextSibling" ); - }, - prev: function( elem ) { - return sibling( elem, "previousSibling" ); - }, - nextAll: function( elem ) { - return dir( elem, "nextSibling" ); - }, - prevAll: function( elem ) { - return dir( elem, "previousSibling" ); - }, - nextUntil: function( elem, _i, until ) { - return dir( elem, "nextSibling", until ); - }, - prevUntil: function( elem, _i, until ) { - return dir( elem, "previousSibling", until ); - }, - siblings: function( elem ) { - return siblings( ( elem.parentNode || {} ).firstChild, elem ); - }, - children: function( elem ) { - return siblings( elem.firstChild ); - }, - contents: function( elem ) { - if ( elem.contentDocument != null && - - // Support: IE 11+ - // <object> elements with no `data` attribute has an object - // `contentDocument` with a `null` prototype. - getProto( elem.contentDocument ) ) { - - return elem.contentDocument; - } - - // Support: IE 9 - 11 only, iOS 7 only, Android Browser <=4.3 only - // Treat the template element as a regular one in browsers that - // don't support it. - if ( nodeName( elem, "template" ) ) { - elem = elem.content || elem; - } - - return jQuery.merge( [], elem.childNodes ); - } -}, function( name, fn ) { - jQuery.fn[ name ] = function( until, selector ) { - var matched = jQuery.map( this, fn, until ); - - if ( name.slice( -5 ) !== "Until" ) { - selector = until; - } - - if ( selector && typeof selector === "string" ) { - matched = jQuery.filter( selector, matched ); - } - - if ( this.length > 1 ) { - - // Remove duplicates - if ( !guaranteedUnique[ name ] ) { - jQuery.uniqueSort( matched ); - } - - // Reverse order for parents* and prev-derivatives - if ( rparentsprev.test( name ) ) { - matched.reverse(); - } - } - - return this.pushStack( matched ); - }; -} ); -var rnothtmlwhite = ( /[^\x20\t\r\n\f]+/g ); - - - -// Convert String-formatted options into Object-formatted ones -function createOptions( options ) { - var object = {}; - jQuery.each( options.match( rnothtmlwhite ) || [], function( _, flag ) { - object[ flag ] = true; - } ); - return object; -} - -/* - * Create a callback list using the following parameters: - * - * options: an optional list of space-separated options that will change how - * the callback list behaves or a more traditional option object - * - * By default a callback list will act like an event callback list and can be - * "fired" multiple times. - * - * Possible options: - * - * once: will ensure the callback list can only be fired once (like a Deferred) - * - * memory: will keep track of previous values and will call any callback added - * after the list has been fired right away with the latest "memorized" - * values (like a Deferred) - * - * unique: will ensure a callback can only be added once (no duplicate in the list) - * - * stopOnFalse: interrupt callings when a callback returns false - * - */ -jQuery.Callbacks = function( options ) { - - // Convert options from String-formatted to Object-formatted if needed - // (we check in cache first) - options = typeof options === "string" ? - createOptions( options ) : - jQuery.extend( {}, options ); - - var // Flag to know if list is currently firing - firing, - - // Last fire value for non-forgettable lists - memory, - - // Flag to know if list was already fired - fired, - - // Flag to prevent firing - locked, - - // Actual callback list - list = [], - - // Queue of execution data for repeatable lists - queue = [], - - // Index of currently firing callback (modified by add/remove as needed) - firingIndex = -1, - - // Fire callbacks - fire = function() { - - // Enforce single-firing - locked = locked || options.once; - - // Execute callbacks for all pending executions, - // respecting firingIndex overrides and runtime changes - fired = firing = true; - for ( ; queue.length; firingIndex = -1 ) { - memory = queue.shift(); - while ( ++firingIndex < list.length ) { - - // Run callback and check for early termination - if ( list[ firingIndex ].apply( memory[ 0 ], memory[ 1 ] ) === false && - options.stopOnFalse ) { - - // Jump to end and forget the data so .add doesn't re-fire - firingIndex = list.length; - memory = false; - } - } - } - - // Forget the data if we're done with it - if ( !options.memory ) { - memory = false; - } - - firing = false; - - // Clean up if we're done firing for good - if ( locked ) { - - // Keep an empty list if we have data for future add calls - if ( memory ) { - list = []; - - // Otherwise, this object is spent - } else { - list = ""; - } - } - }, - - // Actual Callbacks object - self = { - - // Add a callback or a collection of callbacks to the list - add: function() { - if ( list ) { - - // If we have memory from a past run, we should fire after adding - if ( memory && !firing ) { - firingIndex = list.length - 1; - queue.push( memory ); - } - - ( function add( args ) { - jQuery.each( args, function( _, arg ) { - if ( isFunction( arg ) ) { - if ( !options.unique || !self.has( arg ) ) { - list.push( arg ); - } - } else if ( arg && arg.length && toType( arg ) !== "string" ) { - - // Inspect recursively - add( arg ); - } - } ); - } )( arguments ); - - if ( memory && !firing ) { - fire(); - } - } - return this; - }, - - // Remove a callback from the list - remove: function() { - jQuery.each( arguments, function( _, arg ) { - var index; - while ( ( index = jQuery.inArray( arg, list, index ) ) > -1 ) { - list.splice( index, 1 ); - - // Handle firing indexes - if ( index <= firingIndex ) { - firingIndex--; - } - } - } ); - return this; - }, - - // Check if a given callback is in the list. - // If no argument is given, return whether or not list has callbacks attached. - has: function( fn ) { - return fn ? - jQuery.inArray( fn, list ) > -1 : - list.length > 0; - }, - - // Remove all callbacks from the list - empty: function() { - if ( list ) { - list = []; - } - return this; - }, - - // Disable .fire and .add - // Abort any current/pending executions - // Clear all callbacks and values - disable: function() { - locked = queue = []; - list = memory = ""; - return this; - }, - disabled: function() { - return !list; - }, - - // Disable .fire - // Also disable .add unless we have memory (since it would have no effect) - // Abort any pending executions - lock: function() { - locked = queue = []; - if ( !memory && !firing ) { - list = memory = ""; - } - return this; - }, - locked: function() { - return !!locked; - }, - - // Call all callbacks with the given context and arguments - fireWith: function( context, args ) { - if ( !locked ) { - args = args || []; - args = [ context, args.slice ? args.slice() : args ]; - queue.push( args ); - if ( !firing ) { - fire(); - } - } - return this; - }, - - // Call all the callbacks with the given arguments - fire: function() { - self.fireWith( this, arguments ); - return this; - }, - - // To know if the callbacks have already been called at least once - fired: function() { - return !!fired; - } - }; - - return self; -}; - - -function Identity( v ) { - return v; -} -function Thrower( ex ) { - throw ex; -} - -function adoptValue( value, resolve, reject, noValue ) { - var method; - - try { - - // Check for promise aspect first to privilege synchronous behavior - if ( value && isFunction( ( method = value.promise ) ) ) { - method.call( value ).done( resolve ).fail( reject ); - - // Other thenables - } else if ( value && isFunction( ( method = value.then ) ) ) { - method.call( value, resolve, reject ); - - // Other non-thenables - } else { - - // Control `resolve` arguments by letting Array#slice cast boolean `noValue` to integer: - // * false: [ value ].slice( 0 ) => resolve( value ) - // * true: [ value ].slice( 1 ) => resolve() - resolve.apply( undefined, [ value ].slice( noValue ) ); - } - - // For Promises/A+, convert exceptions into rejections - // Since jQuery.when doesn't unwrap thenables, we can skip the extra checks appearing in - // Deferred#then to conditionally suppress rejection. - } catch ( value ) { - - // Support: Android 4.0 only - // Strict mode functions invoked without .call/.apply get global-object context - reject.apply( undefined, [ value ] ); - } -} - -jQuery.extend( { - - Deferred: function( func ) { - var tuples = [ - - // action, add listener, callbacks, - // ... .then handlers, argument index, [final state] - [ "notify", "progress", jQuery.Callbacks( "memory" ), - jQuery.Callbacks( "memory" ), 2 ], - [ "resolve", "done", jQuery.Callbacks( "once memory" ), - jQuery.Callbacks( "once memory" ), 0, "resolved" ], - [ "reject", "fail", jQuery.Callbacks( "once memory" ), - jQuery.Callbacks( "once memory" ), 1, "rejected" ] - ], - state = "pending", - promise = { - state: function() { - return state; - }, - always: function() { - deferred.done( arguments ).fail( arguments ); - return this; - }, - "catch": function( fn ) { - return promise.then( null, fn ); - }, - - // Keep pipe for back-compat - pipe: function( /* fnDone, fnFail, fnProgress */ ) { - var fns = arguments; - - return jQuery.Deferred( function( newDefer ) { - jQuery.each( tuples, function( _i, tuple ) { - - // Map tuples (progress, done, fail) to arguments (done, fail, progress) - var fn = isFunction( fns[ tuple[ 4 ] ] ) && fns[ tuple[ 4 ] ]; - - // deferred.progress(function() { bind to newDefer or newDefer.notify }) - // deferred.done(function() { bind to newDefer or newDefer.resolve }) - // deferred.fail(function() { bind to newDefer or newDefer.reject }) - deferred[ tuple[ 1 ] ]( function() { - var returned = fn && fn.apply( this, arguments ); - if ( returned && isFunction( returned.promise ) ) { - returned.promise() - .progress( newDefer.notify ) - .done( newDefer.resolve ) - .fail( newDefer.reject ); - } else { - newDefer[ tuple[ 0 ] + "With" ]( - this, - fn ? [ returned ] : arguments - ); - } - } ); - } ); - fns = null; - } ).promise(); - }, - then: function( onFulfilled, onRejected, onProgress ) { - var maxDepth = 0; - function resolve( depth, deferred, handler, special ) { - return function() { - var that = this, - args = arguments, - mightThrow = function() { - var returned, then; - - // Support: Promises/A+ section 2.3.3.3.3 - // https://promisesaplus.com/#point-59 - // Ignore double-resolution attempts - if ( depth < maxDepth ) { - return; - } - - returned = handler.apply( that, args ); - - // Support: Promises/A+ section 2.3.1 - // https://promisesaplus.com/#point-48 - if ( returned === deferred.promise() ) { - throw new TypeError( "Thenable self-resolution" ); - } - - // Support: Promises/A+ sections 2.3.3.1, 3.5 - // https://promisesaplus.com/#point-54 - // https://promisesaplus.com/#point-75 - // Retrieve `then` only once - then = returned && - - // Support: Promises/A+ section 2.3.4 - // https://promisesaplus.com/#point-64 - // Only check objects and functions for thenability - ( typeof returned === "object" || - typeof returned === "function" ) && - returned.then; - - // Handle a returned thenable - if ( isFunction( then ) ) { - - // Special processors (notify) just wait for resolution - if ( special ) { - then.call( - returned, - resolve( maxDepth, deferred, Identity, special ), - resolve( maxDepth, deferred, Thrower, special ) - ); - - // Normal processors (resolve) also hook into progress - } else { - - // ...and disregard older resolution values - maxDepth++; - - then.call( - returned, - resolve( maxDepth, deferred, Identity, special ), - resolve( maxDepth, deferred, Thrower, special ), - resolve( maxDepth, deferred, Identity, - deferred.notifyWith ) - ); - } - - // Handle all other returned values - } else { - - // Only substitute handlers pass on context - // and multiple values (non-spec behavior) - if ( handler !== Identity ) { - that = undefined; - args = [ returned ]; - } - - // Process the value(s) - // Default process is resolve - ( special || deferred.resolveWith )( that, args ); - } - }, - - // Only normal processors (resolve) catch and reject exceptions - process = special ? - mightThrow : - function() { - try { - mightThrow(); - } catch ( e ) { - - if ( jQuery.Deferred.exceptionHook ) { - jQuery.Deferred.exceptionHook( e, - process.stackTrace ); - } - - // Support: Promises/A+ section 2.3.3.3.4.1 - // https://promisesaplus.com/#point-61 - // Ignore post-resolution exceptions - if ( depth + 1 >= maxDepth ) { - - // Only substitute handlers pass on context - // and multiple values (non-spec behavior) - if ( handler !== Thrower ) { - that = undefined; - args = [ e ]; - } - - deferred.rejectWith( that, args ); - } - } - }; - - // Support: Promises/A+ section 2.3.3.3.1 - // https://promisesaplus.com/#point-57 - // Re-resolve promises immediately to dodge false rejection from - // subsequent errors - if ( depth ) { - process(); - } else { - - // Call an optional hook to record the stack, in case of exception - // since it's otherwise lost when execution goes async - if ( jQuery.Deferred.getStackHook ) { - process.stackTrace = jQuery.Deferred.getStackHook(); - } - window.setTimeout( process ); - } - }; - } - - return jQuery.Deferred( function( newDefer ) { - - // progress_handlers.add( ... ) - tuples[ 0 ][ 3 ].add( - resolve( - 0, - newDefer, - isFunction( onProgress ) ? - onProgress : - Identity, - newDefer.notifyWith - ) - ); - - // fulfilled_handlers.add( ... ) - tuples[ 1 ][ 3 ].add( - resolve( - 0, - newDefer, - isFunction( onFulfilled ) ? - onFulfilled : - Identity - ) - ); - - // rejected_handlers.add( ... ) - tuples[ 2 ][ 3 ].add( - resolve( - 0, - newDefer, - isFunction( onRejected ) ? - onRejected : - Thrower - ) - ); - } ).promise(); - }, - - // Get a promise for this deferred - // If obj is provided, the promise aspect is added to the object - promise: function( obj ) { - return obj != null ? jQuery.extend( obj, promise ) : promise; - } - }, - deferred = {}; - - // Add list-specific methods - jQuery.each( tuples, function( i, tuple ) { - var list = tuple[ 2 ], - stateString = tuple[ 5 ]; - - // promise.progress = list.add - // promise.done = list.add - // promise.fail = list.add - promise[ tuple[ 1 ] ] = list.add; - - // Handle state - if ( stateString ) { - list.add( - function() { - - // state = "resolved" (i.e., fulfilled) - // state = "rejected" - state = stateString; - }, - - // rejected_callbacks.disable - // fulfilled_callbacks.disable - tuples[ 3 - i ][ 2 ].disable, - - // rejected_handlers.disable - // fulfilled_handlers.disable - tuples[ 3 - i ][ 3 ].disable, - - // progress_callbacks.lock - tuples[ 0 ][ 2 ].lock, - - // progress_handlers.lock - tuples[ 0 ][ 3 ].lock - ); - } - - // progress_handlers.fire - // fulfilled_handlers.fire - // rejected_handlers.fire - list.add( tuple[ 3 ].fire ); - - // deferred.notify = function() { deferred.notifyWith(...) } - // deferred.resolve = function() { deferred.resolveWith(...) } - // deferred.reject = function() { deferred.rejectWith(...) } - deferred[ tuple[ 0 ] ] = function() { - deferred[ tuple[ 0 ] + "With" ]( this === deferred ? undefined : this, arguments ); - return this; - }; - - // deferred.notifyWith = list.fireWith - // deferred.resolveWith = list.fireWith - // deferred.rejectWith = list.fireWith - deferred[ tuple[ 0 ] + "With" ] = list.fireWith; - } ); - - // Make the deferred a promise - promise.promise( deferred ); - - // Call given func if any - if ( func ) { - func.call( deferred, deferred ); - } - - // All done! - return deferred; - }, - - // Deferred helper - when: function( singleValue ) { - var - - // count of uncompleted subordinates - remaining = arguments.length, - - // count of unprocessed arguments - i = remaining, - - // subordinate fulfillment data - resolveContexts = Array( i ), - resolveValues = slice.call( arguments ), - - // the primary Deferred - primary = jQuery.Deferred(), - - // subordinate callback factory - updateFunc = function( i ) { - return function( value ) { - resolveContexts[ i ] = this; - resolveValues[ i ] = arguments.length > 1 ? slice.call( arguments ) : value; - if ( !( --remaining ) ) { - primary.resolveWith( resolveContexts, resolveValues ); - } - }; - }; - - // Single- and empty arguments are adopted like Promise.resolve - if ( remaining <= 1 ) { - adoptValue( singleValue, primary.done( updateFunc( i ) ).resolve, primary.reject, - !remaining ); - - // Use .then() to unwrap secondary thenables (cf. gh-3000) - if ( primary.state() === "pending" || - isFunction( resolveValues[ i ] && resolveValues[ i ].then ) ) { - - return primary.then(); - } - } - - // Multiple arguments are aggregated like Promise.all array elements - while ( i-- ) { - adoptValue( resolveValues[ i ], updateFunc( i ), primary.reject ); - } - - return primary.promise(); - } -} ); - - -// These usually indicate a programmer mistake during development, -// warn about them ASAP rather than swallowing them by default. -var rerrorNames = /^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/; - -jQuery.Deferred.exceptionHook = function( error, stack ) { - - // Support: IE 8 - 9 only - // Console exists when dev tools are open, which can happen at any time - if ( window.console && window.console.warn && error && rerrorNames.test( error.name ) ) { - window.console.warn( "jQuery.Deferred exception: " + error.message, error.stack, stack ); - } -}; - - - - -jQuery.readyException = function( error ) { - window.setTimeout( function() { - throw error; - } ); -}; - - - - -// The deferred used on DOM ready -var readyList = jQuery.Deferred(); - -jQuery.fn.ready = function( fn ) { - - readyList - .then( fn ) - - // Wrap jQuery.readyException in a function so that the lookup - // happens at the time of error handling instead of callback - // registration. - .catch( function( error ) { - jQuery.readyException( error ); - } ); - - return this; -}; - -jQuery.extend( { - - // Is the DOM ready to be used? Set to true once it occurs. - isReady: false, - - // A counter to track how many items to wait for before - // the ready event fires. See trac-6781 - readyWait: 1, - - // Handle when the DOM is ready - ready: function( wait ) { - - // Abort if there are pending holds or we're already ready - if ( wait === true ? --jQuery.readyWait : jQuery.isReady ) { - return; - } - - // Remember that the DOM is ready - jQuery.isReady = true; - - // If a normal DOM Ready event fired, decrement, and wait if need be - if ( wait !== true && --jQuery.readyWait > 0 ) { - return; - } - - // If there are functions bound, to execute - readyList.resolveWith( document, [ jQuery ] ); - } -} ); - -jQuery.ready.then = readyList.then; - -// The ready event handler and self cleanup method -function completed() { - document.removeEventListener( "DOMContentLoaded", completed ); - window.removeEventListener( "load", completed ); - jQuery.ready(); -} - -// Catch cases where $(document).ready() is called -// after the browser event has already occurred. -// Support: IE <=9 - 10 only -// Older IE sometimes signals "interactive" too soon -if ( document.readyState === "complete" || - ( document.readyState !== "loading" && !document.documentElement.doScroll ) ) { - - // Handle it asynchronously to allow scripts the opportunity to delay ready - window.setTimeout( jQuery.ready ); - -} else { - - // Use the handy event callback - document.addEventListener( "DOMContentLoaded", completed ); - - // A fallback to window.onload, that will always work - window.addEventListener( "load", completed ); -} - - - - -// Multifunctional method to get and set values of a collection -// The value/s can optionally be executed if it's a function -var access = function( elems, fn, key, value, chainable, emptyGet, raw ) { - var i = 0, - len = elems.length, - bulk = key == null; - - // Sets many values - if ( toType( key ) === "object" ) { - chainable = true; - for ( i in key ) { - access( elems, fn, i, key[ i ], true, emptyGet, raw ); - } - - // Sets one value - } else if ( value !== undefined ) { - chainable = true; - - if ( !isFunction( value ) ) { - raw = true; - } - - if ( bulk ) { - - // Bulk operations run against the entire set - if ( raw ) { - fn.call( elems, value ); - fn = null; - - // ...except when executing function values - } else { - bulk = fn; - fn = function( elem, _key, value ) { - return bulk.call( jQuery( elem ), value ); - }; - } - } - - if ( fn ) { - for ( ; i < len; i++ ) { - fn( - elems[ i ], key, raw ? - value : - value.call( elems[ i ], i, fn( elems[ i ], key ) ) - ); - } - } - } - - if ( chainable ) { - return elems; - } - - // Gets - if ( bulk ) { - return fn.call( elems ); - } - - return len ? fn( elems[ 0 ], key ) : emptyGet; -}; - - -// Matches dashed string for camelizing -var rmsPrefix = /^-ms-/, - rdashAlpha = /-([a-z])/g; - -// Used by camelCase as callback to replace() -function fcamelCase( _all, letter ) { - return letter.toUpperCase(); -} - -// Convert dashed to camelCase; used by the css and data modules -// Support: IE <=9 - 11, Edge 12 - 15 -// Microsoft forgot to hump their vendor prefix (trac-9572) -function camelCase( string ) { - return string.replace( rmsPrefix, "ms-" ).replace( rdashAlpha, fcamelCase ); -} -var acceptData = function( owner ) { - - // Accepts only: - // - Node - // - Node.ELEMENT_NODE - // - Node.DOCUMENT_NODE - // - Object - // - Any - return owner.nodeType === 1 || owner.nodeType === 9 || !( +owner.nodeType ); -}; - - - - -function Data() { - this.expando = jQuery.expando + Data.uid++; -} - -Data.uid = 1; - -Data.prototype = { - - cache: function( owner ) { - - // Check if the owner object already has a cache - var value = owner[ this.expando ]; - - // If not, create one - if ( !value ) { - value = {}; - - // We can accept data for non-element nodes in modern browsers, - // but we should not, see trac-8335. - // Always return an empty object. - if ( acceptData( owner ) ) { - - // If it is a node unlikely to be stringify-ed or looped over - // use plain assignment - if ( owner.nodeType ) { - owner[ this.expando ] = value; - - // Otherwise secure it in a non-enumerable property - // configurable must be true to allow the property to be - // deleted when data is removed - } else { - Object.defineProperty( owner, this.expando, { - value: value, - configurable: true - } ); - } - } - } - - return value; - }, - set: function( owner, data, value ) { - var prop, - cache = this.cache( owner ); - - // Handle: [ owner, key, value ] args - // Always use camelCase key (gh-2257) - if ( typeof data === "string" ) { - cache[ camelCase( data ) ] = value; - - // Handle: [ owner, { properties } ] args - } else { - - // Copy the properties one-by-one to the cache object - for ( prop in data ) { - cache[ camelCase( prop ) ] = data[ prop ]; - } - } - return cache; - }, - get: function( owner, key ) { - return key === undefined ? - this.cache( owner ) : - - // Always use camelCase key (gh-2257) - owner[ this.expando ] && owner[ this.expando ][ camelCase( key ) ]; - }, - access: function( owner, key, value ) { - - // In cases where either: - // - // 1. No key was specified - // 2. A string key was specified, but no value provided - // - // Take the "read" path and allow the get method to determine - // which value to return, respectively either: - // - // 1. The entire cache object - // 2. The data stored at the key - // - if ( key === undefined || - ( ( key && typeof key === "string" ) && value === undefined ) ) { - - return this.get( owner, key ); - } - - // When the key is not a string, or both a key and value - // are specified, set or extend (existing objects) with either: - // - // 1. An object of properties - // 2. A key and value - // - this.set( owner, key, value ); - - // Since the "set" path can have two possible entry points - // return the expected data based on which path was taken[*] - return value !== undefined ? value : key; - }, - remove: function( owner, key ) { - var i, - cache = owner[ this.expando ]; - - if ( cache === undefined ) { - return; - } - - if ( key !== undefined ) { - - // Support array or space separated string of keys - if ( Array.isArray( key ) ) { - - // If key is an array of keys... - // We always set camelCase keys, so remove that. - key = key.map( camelCase ); - } else { - key = camelCase( key ); - - // If a key with the spaces exists, use it. - // Otherwise, create an array by matching non-whitespace - key = key in cache ? - [ key ] : - ( key.match( rnothtmlwhite ) || [] ); - } - - i = key.length; - - while ( i-- ) { - delete cache[ key[ i ] ]; - } - } - - // Remove the expando if there's no more data - if ( key === undefined || jQuery.isEmptyObject( cache ) ) { - - // Support: Chrome <=35 - 45 - // Webkit & Blink performance suffers when deleting properties - // from DOM nodes, so set to undefined instead - // https://bugs.chromium.org/p/chromium/issues/detail?id=378607 (bug restricted) - if ( owner.nodeType ) { - owner[ this.expando ] = undefined; - } else { - delete owner[ this.expando ]; - } - } - }, - hasData: function( owner ) { - var cache = owner[ this.expando ]; - return cache !== undefined && !jQuery.isEmptyObject( cache ); - } -}; -var dataPriv = new Data(); - -var dataUser = new Data(); - - - -// Implementation Summary -// -// 1. Enforce API surface and semantic compatibility with 1.9.x branch -// 2. Improve the module's maintainability by reducing the storage -// paths to a single mechanism. -// 3. Use the same single mechanism to support "private" and "user" data. -// 4. _Never_ expose "private" data to user code (TODO: Drop _data, _removeData) -// 5. Avoid exposing implementation details on user objects (eg. expando properties) -// 6. Provide a clear path for implementation upgrade to WeakMap in 2014 - -var rbrace = /^(?:\{[\w\W]*\}|\[[\w\W]*\])$/, - rmultiDash = /[A-Z]/g; - -function getData( data ) { - if ( data === "true" ) { - return true; - } - - if ( data === "false" ) { - return false; - } - - if ( data === "null" ) { - return null; - } - - // Only convert to a number if it doesn't change the string - if ( data === +data + "" ) { - return +data; - } - - if ( rbrace.test( data ) ) { - return JSON.parse( data ); - } - - return data; -} - -function dataAttr( elem, key, data ) { - var name; - - // If nothing was found internally, try to fetch any - // data from the HTML5 data-* attribute - if ( data === undefined && elem.nodeType === 1 ) { - name = "data-" + key.replace( rmultiDash, "-$&" ).toLowerCase(); - data = elem.getAttribute( name ); - - if ( typeof data === "string" ) { - try { - data = getData( data ); - } catch ( e ) {} - - // Make sure we set the data so it isn't changed later - dataUser.set( elem, key, data ); - } else { - data = undefined; - } - } - return data; -} - -jQuery.extend( { - hasData: function( elem ) { - return dataUser.hasData( elem ) || dataPriv.hasData( elem ); - }, - - data: function( elem, name, data ) { - return dataUser.access( elem, name, data ); - }, - - removeData: function( elem, name ) { - dataUser.remove( elem, name ); - }, - - // TODO: Now that all calls to _data and _removeData have been replaced - // with direct calls to dataPriv methods, these can be deprecated. - _data: function( elem, name, data ) { - return dataPriv.access( elem, name, data ); - }, - - _removeData: function( elem, name ) { - dataPriv.remove( elem, name ); - } -} ); - -jQuery.fn.extend( { - data: function( key, value ) { - var i, name, data, - elem = this[ 0 ], - attrs = elem && elem.attributes; - - // Gets all values - if ( key === undefined ) { - if ( this.length ) { - data = dataUser.get( elem ); - - if ( elem.nodeType === 1 && !dataPriv.get( elem, "hasDataAttrs" ) ) { - i = attrs.length; - while ( i-- ) { - - // Support: IE 11 only - // The attrs elements can be null (trac-14894) - if ( attrs[ i ] ) { - name = attrs[ i ].name; - if ( name.indexOf( "data-" ) === 0 ) { - name = camelCase( name.slice( 5 ) ); - dataAttr( elem, name, data[ name ] ); - } - } - } - dataPriv.set( elem, "hasDataAttrs", true ); - } - } - - return data; - } - - // Sets multiple values - if ( typeof key === "object" ) { - return this.each( function() { - dataUser.set( this, key ); - } ); - } - - return access( this, function( value ) { - var data; - - // The calling jQuery object (element matches) is not empty - // (and therefore has an element appears at this[ 0 ]) and the - // `value` parameter was not undefined. An empty jQuery object - // will result in `undefined` for elem = this[ 0 ] which will - // throw an exception if an attempt to read a data cache is made. - if ( elem && value === undefined ) { - - // Attempt to get data from the cache - // The key will always be camelCased in Data - data = dataUser.get( elem, key ); - if ( data !== undefined ) { - return data; - } - - // Attempt to "discover" the data in - // HTML5 custom data-* attrs - data = dataAttr( elem, key ); - if ( data !== undefined ) { - return data; - } - - // We tried really hard, but the data doesn't exist. - return; - } - - // Set the data... - this.each( function() { - - // We always store the camelCased key - dataUser.set( this, key, value ); - } ); - }, null, value, arguments.length > 1, null, true ); - }, - - removeData: function( key ) { - return this.each( function() { - dataUser.remove( this, key ); - } ); - } -} ); - - -jQuery.extend( { - queue: function( elem, type, data ) { - var queue; - - if ( elem ) { - type = ( type || "fx" ) + "queue"; - queue = dataPriv.get( elem, type ); - - // Speed up dequeue by getting out quickly if this is just a lookup - if ( data ) { - if ( !queue || Array.isArray( data ) ) { - queue = dataPriv.access( elem, type, jQuery.makeArray( data ) ); - } else { - queue.push( data ); - } - } - return queue || []; - } - }, - - dequeue: function( elem, type ) { - type = type || "fx"; - - var queue = jQuery.queue( elem, type ), - startLength = queue.length, - fn = queue.shift(), - hooks = jQuery._queueHooks( elem, type ), - next = function() { - jQuery.dequeue( elem, type ); - }; - - // If the fx queue is dequeued, always remove the progress sentinel - if ( fn === "inprogress" ) { - fn = queue.shift(); - startLength--; - } - - if ( fn ) { - - // Add a progress sentinel to prevent the fx queue from being - // automatically dequeued - if ( type === "fx" ) { - queue.unshift( "inprogress" ); - } - - // Clear up the last queue stop function - delete hooks.stop; - fn.call( elem, next, hooks ); - } - - if ( !startLength && hooks ) { - hooks.empty.fire(); - } - }, - - // Not public - generate a queueHooks object, or return the current one - _queueHooks: function( elem, type ) { - var key = type + "queueHooks"; - return dataPriv.get( elem, key ) || dataPriv.access( elem, key, { - empty: jQuery.Callbacks( "once memory" ).add( function() { - dataPriv.remove( elem, [ type + "queue", key ] ); - } ) - } ); - } -} ); - -jQuery.fn.extend( { - queue: function( type, data ) { - var setter = 2; - - if ( typeof type !== "string" ) { - data = type; - type = "fx"; - setter--; - } - - if ( arguments.length < setter ) { - return jQuery.queue( this[ 0 ], type ); - } - - return data === undefined ? - this : - this.each( function() { - var queue = jQuery.queue( this, type, data ); - - // Ensure a hooks for this queue - jQuery._queueHooks( this, type ); - - if ( type === "fx" && queue[ 0 ] !== "inprogress" ) { - jQuery.dequeue( this, type ); - } - } ); - }, - dequeue: function( type ) { - return this.each( function() { - jQuery.dequeue( this, type ); - } ); - }, - clearQueue: function( type ) { - return this.queue( type || "fx", [] ); - }, - - // Get a promise resolved when queues of a certain type - // are emptied (fx is the type by default) - promise: function( type, obj ) { - var tmp, - count = 1, - defer = jQuery.Deferred(), - elements = this, - i = this.length, - resolve = function() { - if ( !( --count ) ) { - defer.resolveWith( elements, [ elements ] ); - } - }; - - if ( typeof type !== "string" ) { - obj = type; - type = undefined; - } - type = type || "fx"; - - while ( i-- ) { - tmp = dataPriv.get( elements[ i ], type + "queueHooks" ); - if ( tmp && tmp.empty ) { - count++; - tmp.empty.add( resolve ); - } - } - resolve(); - return defer.promise( obj ); - } -} ); -var pnum = ( /[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/ ).source; - -var rcssNum = new RegExp( "^(?:([+-])=|)(" + pnum + ")([a-z%]*)$", "i" ); - - -var cssExpand = [ "Top", "Right", "Bottom", "Left" ]; - -var documentElement = document.documentElement; - - - - var isAttached = function( elem ) { - return jQuery.contains( elem.ownerDocument, elem ); - }, - composed = { composed: true }; - - // Support: IE 9 - 11+, Edge 12 - 18+, iOS 10.0 - 10.2 only - // Check attachment across shadow DOM boundaries when possible (gh-3504) - // Support: iOS 10.0-10.2 only - // Early iOS 10 versions support `attachShadow` but not `getRootNode`, - // leading to errors. We need to check for `getRootNode`. - if ( documentElement.getRootNode ) { - isAttached = function( elem ) { - return jQuery.contains( elem.ownerDocument, elem ) || - elem.getRootNode( composed ) === elem.ownerDocument; - }; - } -var isHiddenWithinTree = function( elem, el ) { - - // isHiddenWithinTree might be called from jQuery#filter function; - // in that case, element will be second argument - elem = el || elem; - - // Inline style trumps all - return elem.style.display === "none" || - elem.style.display === "" && - - // Otherwise, check computed style - // Support: Firefox <=43 - 45 - // Disconnected elements can have computed display: none, so first confirm that elem is - // in the document. - isAttached( elem ) && - - jQuery.css( elem, "display" ) === "none"; - }; - - - -function adjustCSS( elem, prop, valueParts, tween ) { - var adjusted, scale, - maxIterations = 20, - currentValue = tween ? - function() { - return tween.cur(); - } : - function() { - return jQuery.css( elem, prop, "" ); - }, - initial = currentValue(), - unit = valueParts && valueParts[ 3 ] || ( jQuery.cssNumber[ prop ] ? "" : "px" ), - - // Starting value computation is required for potential unit mismatches - initialInUnit = elem.nodeType && - ( jQuery.cssNumber[ prop ] || unit !== "px" && +initial ) && - rcssNum.exec( jQuery.css( elem, prop ) ); - - if ( initialInUnit && initialInUnit[ 3 ] !== unit ) { - - // Support: Firefox <=54 - // Halve the iteration target value to prevent interference from CSS upper bounds (gh-2144) - initial = initial / 2; - - // Trust units reported by jQuery.css - unit = unit || initialInUnit[ 3 ]; - - // Iteratively approximate from a nonzero starting point - initialInUnit = +initial || 1; - - while ( maxIterations-- ) { - - // Evaluate and update our best guess (doubling guesses that zero out). - // Finish if the scale equals or crosses 1 (making the old*new product non-positive). - jQuery.style( elem, prop, initialInUnit + unit ); - if ( ( 1 - scale ) * ( 1 - ( scale = currentValue() / initial || 0.5 ) ) <= 0 ) { - maxIterations = 0; - } - initialInUnit = initialInUnit / scale; - - } - - initialInUnit = initialInUnit * 2; - jQuery.style( elem, prop, initialInUnit + unit ); - - // Make sure we update the tween properties later on - valueParts = valueParts || []; - } - - if ( valueParts ) { - initialInUnit = +initialInUnit || +initial || 0; - - // Apply relative offset (+=/-=) if specified - adjusted = valueParts[ 1 ] ? - initialInUnit + ( valueParts[ 1 ] + 1 ) * valueParts[ 2 ] : - +valueParts[ 2 ]; - if ( tween ) { - tween.unit = unit; - tween.start = initialInUnit; - tween.end = adjusted; - } - } - return adjusted; -} - - -var defaultDisplayMap = {}; - -function getDefaultDisplay( elem ) { - var temp, - doc = elem.ownerDocument, - nodeName = elem.nodeName, - display = defaultDisplayMap[ nodeName ]; - - if ( display ) { - return display; - } - - temp = doc.body.appendChild( doc.createElement( nodeName ) ); - display = jQuery.css( temp, "display" ); - - temp.parentNode.removeChild( temp ); - - if ( display === "none" ) { - display = "block"; - } - defaultDisplayMap[ nodeName ] = display; - - return display; -} - -function showHide( elements, show ) { - var display, elem, - values = [], - index = 0, - length = elements.length; - - // Determine new display value for elements that need to change - for ( ; index < length; index++ ) { - elem = elements[ index ]; - if ( !elem.style ) { - continue; - } - - display = elem.style.display; - if ( show ) { - - // Since we force visibility upon cascade-hidden elements, an immediate (and slow) - // check is required in this first loop unless we have a nonempty display value (either - // inline or about-to-be-restored) - if ( display === "none" ) { - values[ index ] = dataPriv.get( elem, "display" ) || null; - if ( !values[ index ] ) { - elem.style.display = ""; - } - } - if ( elem.style.display === "" && isHiddenWithinTree( elem ) ) { - values[ index ] = getDefaultDisplay( elem ); - } - } else { - if ( display !== "none" ) { - values[ index ] = "none"; - - // Remember what we're overwriting - dataPriv.set( elem, "display", display ); - } - } - } - - // Set the display of the elements in a second loop to avoid constant reflow - for ( index = 0; index < length; index++ ) { - if ( values[ index ] != null ) { - elements[ index ].style.display = values[ index ]; - } - } - - return elements; -} - -jQuery.fn.extend( { - show: function() { - return showHide( this, true ); - }, - hide: function() { - return showHide( this ); - }, - toggle: function( state ) { - if ( typeof state === "boolean" ) { - return state ? this.show() : this.hide(); - } - - return this.each( function() { - if ( isHiddenWithinTree( this ) ) { - jQuery( this ).show(); - } else { - jQuery( this ).hide(); - } - } ); - } -} ); -var rcheckableType = ( /^(?:checkbox|radio)$/i ); - -var rtagName = ( /<([a-z][^\/\0>\x20\t\r\n\f]*)/i ); - -var rscriptType = ( /^$|^module$|\/(?:java|ecma)script/i ); - - - -( function() { - var fragment = document.createDocumentFragment(), - div = fragment.appendChild( document.createElement( "div" ) ), - input = document.createElement( "input" ); - - // Support: Android 4.0 - 4.3 only - // Check state lost if the name is set (trac-11217) - // Support: Windows Web Apps (WWA) - // `name` and `type` must use .setAttribute for WWA (trac-14901) - input.setAttribute( "type", "radio" ); - input.setAttribute( "checked", "checked" ); - input.setAttribute( "name", "t" ); - - div.appendChild( input ); - - // Support: Android <=4.1 only - // Older WebKit doesn't clone checked state correctly in fragments - support.checkClone = div.cloneNode( true ).cloneNode( true ).lastChild.checked; - - // Support: IE <=11 only - // Make sure textarea (and checkbox) defaultValue is properly cloned - div.innerHTML = "<textarea>x</textarea>"; - support.noCloneChecked = !!div.cloneNode( true ).lastChild.defaultValue; - - // Support: IE <=9 only - // IE <=9 replaces <option> tags with their contents when inserted outside of - // the select element. - div.innerHTML = "<option></option>"; - support.option = !!div.lastChild; -} )(); - - -// We have to close these tags to support XHTML (trac-13200) -var wrapMap = { - - // XHTML parsers do not magically insert elements in the - // same way that tag soup parsers do. So we cannot shorten - // this by omitting <tbody> or other required elements. - thead: [ 1, "<table>", "</table>" ], - col: [ 2, "<table><colgroup>", "</colgroup></table>" ], - tr: [ 2, "<table><tbody>", "</tbody></table>" ], - td: [ 3, "<table><tbody><tr>", "</tr></tbody></table>" ], - - _default: [ 0, "", "" ] -}; - -wrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead; -wrapMap.th = wrapMap.td; - -// Support: IE <=9 only -if ( !support.option ) { - wrapMap.optgroup = wrapMap.option = [ 1, "<select multiple='multiple'>", "</select>" ]; -} - - -function getAll( context, tag ) { - - // Support: IE <=9 - 11 only - // Use typeof to avoid zero-argument method invocation on host objects (trac-15151) - var ret; - - if ( typeof context.getElementsByTagName !== "undefined" ) { - ret = context.getElementsByTagName( tag || "*" ); - - } else if ( typeof context.querySelectorAll !== "undefined" ) { - ret = context.querySelectorAll( tag || "*" ); - - } else { - ret = []; - } - - if ( tag === undefined || tag && nodeName( context, tag ) ) { - return jQuery.merge( [ context ], ret ); - } - - return ret; -} - - -// Mark scripts as having already been evaluated -function setGlobalEval( elems, refElements ) { - var i = 0, - l = elems.length; - - for ( ; i < l; i++ ) { - dataPriv.set( - elems[ i ], - "globalEval", - !refElements || dataPriv.get( refElements[ i ], "globalEval" ) - ); - } -} - - -var rhtml = /<|&#?\w+;/; - -function buildFragment( elems, context, scripts, selection, ignored ) { - var elem, tmp, tag, wrap, attached, j, - fragment = context.createDocumentFragment(), - nodes = [], - i = 0, - l = elems.length; - - for ( ; i < l; i++ ) { - elem = elems[ i ]; - - if ( elem || elem === 0 ) { - - // Add nodes directly - if ( toType( elem ) === "object" ) { - - // Support: Android <=4.0 only, PhantomJS 1 only - // push.apply(_, arraylike) throws on ancient WebKit - jQuery.merge( nodes, elem.nodeType ? [ elem ] : elem ); - - // Convert non-html into a text node - } else if ( !rhtml.test( elem ) ) { - nodes.push( context.createTextNode( elem ) ); - - // Convert html into DOM nodes - } else { - tmp = tmp || fragment.appendChild( context.createElement( "div" ) ); - - // Deserialize a standard representation - tag = ( rtagName.exec( elem ) || [ "", "" ] )[ 1 ].toLowerCase(); - wrap = wrapMap[ tag ] || wrapMap._default; - tmp.innerHTML = wrap[ 1 ] + jQuery.htmlPrefilter( elem ) + wrap[ 2 ]; - - // Descend through wrappers to the right content - j = wrap[ 0 ]; - while ( j-- ) { - tmp = tmp.lastChild; - } - - // Support: Android <=4.0 only, PhantomJS 1 only - // push.apply(_, arraylike) throws on ancient WebKit - jQuery.merge( nodes, tmp.childNodes ); - - // Remember the top-level container - tmp = fragment.firstChild; - - // Ensure the created nodes are orphaned (trac-12392) - tmp.textContent = ""; - } - } - } - - // Remove wrapper from fragment - fragment.textContent = ""; - - i = 0; - while ( ( elem = nodes[ i++ ] ) ) { - - // Skip elements already in the context collection (trac-4087) - if ( selection && jQuery.inArray( elem, selection ) > -1 ) { - if ( ignored ) { - ignored.push( elem ); - } - continue; - } - - attached = isAttached( elem ); - - // Append to fragment - tmp = getAll( fragment.appendChild( elem ), "script" ); - - // Preserve script evaluation history - if ( attached ) { - setGlobalEval( tmp ); - } - - // Capture executables - if ( scripts ) { - j = 0; - while ( ( elem = tmp[ j++ ] ) ) { - if ( rscriptType.test( elem.type || "" ) ) { - scripts.push( elem ); - } - } - } - } - - return fragment; -} - - -var rtypenamespace = /^([^.]*)(?:\.(.+)|)/; - -function returnTrue() { - return true; -} - -function returnFalse() { - return false; -} - -// Support: IE <=9 - 11+ -// focus() and blur() are asynchronous, except when they are no-op. -// So expect focus to be synchronous when the element is already active, -// and blur to be synchronous when the element is not already active. -// (focus and blur are always synchronous in other supported browsers, -// this just defines when we can count on it). -function expectSync( elem, type ) { - return ( elem === safeActiveElement() ) === ( type === "focus" ); -} - -// Support: IE <=9 only -// Accessing document.activeElement can throw unexpectedly -// https://bugs.jquery.com/ticket/13393 -function safeActiveElement() { - try { - return document.activeElement; - } catch ( err ) { } -} - -function on( elem, types, selector, data, fn, one ) { - var origFn, type; - - // Types can be a map of types/handlers - if ( typeof types === "object" ) { - - // ( types-Object, selector, data ) - if ( typeof selector !== "string" ) { - - // ( types-Object, data ) - data = data || selector; - selector = undefined; - } - for ( type in types ) { - on( elem, type, selector, data, types[ type ], one ); - } - return elem; - } - - if ( data == null && fn == null ) { - - // ( types, fn ) - fn = selector; - data = selector = undefined; - } else if ( fn == null ) { - if ( typeof selector === "string" ) { - - // ( types, selector, fn ) - fn = data; - data = undefined; - } else { - - // ( types, data, fn ) - fn = data; - data = selector; - selector = undefined; - } - } - if ( fn === false ) { - fn = returnFalse; - } else if ( !fn ) { - return elem; - } - - if ( one === 1 ) { - origFn = fn; - fn = function( event ) { - - // Can use an empty set, since event contains the info - jQuery().off( event ); - return origFn.apply( this, arguments ); - }; - - // Use same guid so caller can remove using origFn - fn.guid = origFn.guid || ( origFn.guid = jQuery.guid++ ); - } - return elem.each( function() { - jQuery.event.add( this, types, fn, data, selector ); - } ); -} - -/* - * Helper functions for managing events -- not part of the public interface. - * Props to Dean Edwards' addEvent library for many of the ideas. - */ -jQuery.event = { - - global: {}, - - add: function( elem, types, handler, data, selector ) { - - var handleObjIn, eventHandle, tmp, - events, t, handleObj, - special, handlers, type, namespaces, origType, - elemData = dataPriv.get( elem ); - - // Only attach events to objects that accept data - if ( !acceptData( elem ) ) { - return; - } - - // Caller can pass in an object of custom data in lieu of the handler - if ( handler.handler ) { - handleObjIn = handler; - handler = handleObjIn.handler; - selector = handleObjIn.selector; - } - - // Ensure that invalid selectors throw exceptions at attach time - // Evaluate against documentElement in case elem is a non-element node (e.g., document) - if ( selector ) { - jQuery.find.matchesSelector( documentElement, selector ); - } - - // Make sure that the handler has a unique ID, used to find/remove it later - if ( !handler.guid ) { - handler.guid = jQuery.guid++; - } - - // Init the element's event structure and main handler, if this is the first - if ( !( events = elemData.events ) ) { - events = elemData.events = Object.create( null ); - } - if ( !( eventHandle = elemData.handle ) ) { - eventHandle = elemData.handle = function( e ) { - - // Discard the second event of a jQuery.event.trigger() and - // when an event is called after a page has unloaded - return typeof jQuery !== "undefined" && jQuery.event.triggered !== e.type ? - jQuery.event.dispatch.apply( elem, arguments ) : undefined; - }; - } - - // Handle multiple events separated by a space - types = ( types || "" ).match( rnothtmlwhite ) || [ "" ]; - t = types.length; - while ( t-- ) { - tmp = rtypenamespace.exec( types[ t ] ) || []; - type = origType = tmp[ 1 ]; - namespaces = ( tmp[ 2 ] || "" ).split( "." ).sort(); - - // There *must* be a type, no attaching namespace-only handlers - if ( !type ) { - continue; - } - - // If event changes its type, use the special event handlers for the changed type - special = jQuery.event.special[ type ] || {}; - - // If selector defined, determine special event api type, otherwise given type - type = ( selector ? special.delegateType : special.bindType ) || type; - - // Update special based on newly reset type - special = jQuery.event.special[ type ] || {}; - - // handleObj is passed to all event handlers - handleObj = jQuery.extend( { - type: type, - origType: origType, - data: data, - handler: handler, - guid: handler.guid, - selector: selector, - needsContext: selector && jQuery.expr.match.needsContext.test( selector ), - namespace: namespaces.join( "." ) - }, handleObjIn ); - - // Init the event handler queue if we're the first - if ( !( handlers = events[ type ] ) ) { - handlers = events[ type ] = []; - handlers.delegateCount = 0; - - // Only use addEventListener if the special events handler returns false - if ( !special.setup || - special.setup.call( elem, data, namespaces, eventHandle ) === false ) { - - if ( elem.addEventListener ) { - elem.addEventListener( type, eventHandle ); - } - } - } - - if ( special.add ) { - special.add.call( elem, handleObj ); - - if ( !handleObj.handler.guid ) { - handleObj.handler.guid = handler.guid; - } - } - - // Add to the element's handler list, delegates in front - if ( selector ) { - handlers.splice( handlers.delegateCount++, 0, handleObj ); - } else { - handlers.push( handleObj ); - } - - // Keep track of which events have ever been used, for event optimization - jQuery.event.global[ type ] = true; - } - - }, - - // Detach an event or set of events from an element - remove: function( elem, types, handler, selector, mappedTypes ) { - - var j, origCount, tmp, - events, t, handleObj, - special, handlers, type, namespaces, origType, - elemData = dataPriv.hasData( elem ) && dataPriv.get( elem ); - - if ( !elemData || !( events = elemData.events ) ) { - return; - } - - // Once for each type.namespace in types; type may be omitted - types = ( types || "" ).match( rnothtmlwhite ) || [ "" ]; - t = types.length; - while ( t-- ) { - tmp = rtypenamespace.exec( types[ t ] ) || []; - type = origType = tmp[ 1 ]; - namespaces = ( tmp[ 2 ] || "" ).split( "." ).sort(); - - // Unbind all events (on this namespace, if provided) for the element - if ( !type ) { - for ( type in events ) { - jQuery.event.remove( elem, type + types[ t ], handler, selector, true ); - } - continue; - } - - special = jQuery.event.special[ type ] || {}; - type = ( selector ? special.delegateType : special.bindType ) || type; - handlers = events[ type ] || []; - tmp = tmp[ 2 ] && - new RegExp( "(^|\\.)" + namespaces.join( "\\.(?:.*\\.|)" ) + "(\\.|$)" ); - - // Remove matching events - origCount = j = handlers.length; - while ( j-- ) { - handleObj = handlers[ j ]; - - if ( ( mappedTypes || origType === handleObj.origType ) && - ( !handler || handler.guid === handleObj.guid ) && - ( !tmp || tmp.test( handleObj.namespace ) ) && - ( !selector || selector === handleObj.selector || - selector === "**" && handleObj.selector ) ) { - handlers.splice( j, 1 ); - - if ( handleObj.selector ) { - handlers.delegateCount--; - } - if ( special.remove ) { - special.remove.call( elem, handleObj ); - } - } - } - - // Remove generic event handler if we removed something and no more handlers exist - // (avoids potential for endless recursion during removal of special event handlers) - if ( origCount && !handlers.length ) { - if ( !special.teardown || - special.teardown.call( elem, namespaces, elemData.handle ) === false ) { - - jQuery.removeEvent( elem, type, elemData.handle ); - } - - delete events[ type ]; - } - } - - // Remove data and the expando if it's no longer used - if ( jQuery.isEmptyObject( events ) ) { - dataPriv.remove( elem, "handle events" ); - } - }, - - dispatch: function( nativeEvent ) { - - var i, j, ret, matched, handleObj, handlerQueue, - args = new Array( arguments.length ), - - // Make a writable jQuery.Event from the native event object - event = jQuery.event.fix( nativeEvent ), - - handlers = ( - dataPriv.get( this, "events" ) || Object.create( null ) - )[ event.type ] || [], - special = jQuery.event.special[ event.type ] || {}; - - // Use the fix-ed jQuery.Event rather than the (read-only) native event - args[ 0 ] = event; - - for ( i = 1; i < arguments.length; i++ ) { - args[ i ] = arguments[ i ]; - } - - event.delegateTarget = this; - - // Call the preDispatch hook for the mapped type, and let it bail if desired - if ( special.preDispatch && special.preDispatch.call( this, event ) === false ) { - return; - } - - // Determine handlers - handlerQueue = jQuery.event.handlers.call( this, event, handlers ); - - // Run delegates first; they may want to stop propagation beneath us - i = 0; - while ( ( matched = handlerQueue[ i++ ] ) && !event.isPropagationStopped() ) { - event.currentTarget = matched.elem; - - j = 0; - while ( ( handleObj = matched.handlers[ j++ ] ) && - !event.isImmediatePropagationStopped() ) { - - // If the event is namespaced, then each handler is only invoked if it is - // specially universal or its namespaces are a superset of the event's. - if ( !event.rnamespace || handleObj.namespace === false || - event.rnamespace.test( handleObj.namespace ) ) { - - event.handleObj = handleObj; - event.data = handleObj.data; - - ret = ( ( jQuery.event.special[ handleObj.origType ] || {} ).handle || - handleObj.handler ).apply( matched.elem, args ); - - if ( ret !== undefined ) { - if ( ( event.result = ret ) === false ) { - event.preventDefault(); - event.stopPropagation(); - } - } - } - } - } - - // Call the postDispatch hook for the mapped type - if ( special.postDispatch ) { - special.postDispatch.call( this, event ); - } - - return event.result; - }, - - handlers: function( event, handlers ) { - var i, handleObj, sel, matchedHandlers, matchedSelectors, - handlerQueue = [], - delegateCount = handlers.delegateCount, - cur = event.target; - - // Find delegate handlers - if ( delegateCount && - - // Support: IE <=9 - // Black-hole SVG <use> instance trees (trac-13180) - cur.nodeType && - - // Support: Firefox <=42 - // Suppress spec-violating clicks indicating a non-primary pointer button (trac-3861) - // https://www.w3.org/TR/DOM-Level-3-Events/#event-type-click - // Support: IE 11 only - // ...but not arrow key "clicks" of radio inputs, which can have `button` -1 (gh-2343) - !( event.type === "click" && event.button >= 1 ) ) { - - for ( ; cur !== this; cur = cur.parentNode || this ) { - - // Don't check non-elements (trac-13208) - // Don't process clicks on disabled elements (trac-6911, trac-8165, trac-11382, trac-11764) - if ( cur.nodeType === 1 && !( event.type === "click" && cur.disabled === true ) ) { - matchedHandlers = []; - matchedSelectors = {}; - for ( i = 0; i < delegateCount; i++ ) { - handleObj = handlers[ i ]; - - // Don't conflict with Object.prototype properties (trac-13203) - sel = handleObj.selector + " "; - - if ( matchedSelectors[ sel ] === undefined ) { - matchedSelectors[ sel ] = handleObj.needsContext ? - jQuery( sel, this ).index( cur ) > -1 : - jQuery.find( sel, this, null, [ cur ] ).length; - } - if ( matchedSelectors[ sel ] ) { - matchedHandlers.push( handleObj ); - } - } - if ( matchedHandlers.length ) { - handlerQueue.push( { elem: cur, handlers: matchedHandlers } ); - } - } - } - } - - // Add the remaining (directly-bound) handlers - cur = this; - if ( delegateCount < handlers.length ) { - handlerQueue.push( { elem: cur, handlers: handlers.slice( delegateCount ) } ); - } - - return handlerQueue; - }, - - addProp: function( name, hook ) { - Object.defineProperty( jQuery.Event.prototype, name, { - enumerable: true, - configurable: true, - - get: isFunction( hook ) ? - function() { - if ( this.originalEvent ) { - return hook( this.originalEvent ); - } - } : - function() { - if ( this.originalEvent ) { - return this.originalEvent[ name ]; - } - }, - - set: function( value ) { - Object.defineProperty( this, name, { - enumerable: true, - configurable: true, - writable: true, - value: value - } ); - } - } ); - }, - - fix: function( originalEvent ) { - return originalEvent[ jQuery.expando ] ? - originalEvent : - new jQuery.Event( originalEvent ); - }, - - special: { - load: { - - // Prevent triggered image.load events from bubbling to window.load - noBubble: true - }, - click: { - - // Utilize native event to ensure correct state for checkable inputs - setup: function( data ) { - - // For mutual compressibility with _default, replace `this` access with a local var. - // `|| data` is dead code meant only to preserve the variable through minification. - var el = this || data; - - // Claim the first handler - if ( rcheckableType.test( el.type ) && - el.click && nodeName( el, "input" ) ) { - - // dataPriv.set( el, "click", ... ) - leverageNative( el, "click", returnTrue ); - } - - // Return false to allow normal processing in the caller - return false; - }, - trigger: function( data ) { - - // For mutual compressibility with _default, replace `this` access with a local var. - // `|| data` is dead code meant only to preserve the variable through minification. - var el = this || data; - - // Force setup before triggering a click - if ( rcheckableType.test( el.type ) && - el.click && nodeName( el, "input" ) ) { - - leverageNative( el, "click" ); - } - - // Return non-false to allow normal event-path propagation - return true; - }, - - // For cross-browser consistency, suppress native .click() on links - // Also prevent it if we're currently inside a leveraged native-event stack - _default: function( event ) { - var target = event.target; - return rcheckableType.test( target.type ) && - target.click && nodeName( target, "input" ) && - dataPriv.get( target, "click" ) || - nodeName( target, "a" ); - } - }, - - beforeunload: { - postDispatch: function( event ) { - - // Support: Firefox 20+ - // Firefox doesn't alert if the returnValue field is not set. - if ( event.result !== undefined && event.originalEvent ) { - event.originalEvent.returnValue = event.result; - } - } - } - } -}; - -// Ensure the presence of an event listener that handles manually-triggered -// synthetic events by interrupting progress until reinvoked in response to -// *native* events that it fires directly, ensuring that state changes have -// already occurred before other listeners are invoked. -function leverageNative( el, type, expectSync ) { - - // Missing expectSync indicates a trigger call, which must force setup through jQuery.event.add - if ( !expectSync ) { - if ( dataPriv.get( el, type ) === undefined ) { - jQuery.event.add( el, type, returnTrue ); - } - return; - } - - // Register the controller as a special universal handler for all event namespaces - dataPriv.set( el, type, false ); - jQuery.event.add( el, type, { - namespace: false, - handler: function( event ) { - var notAsync, result, - saved = dataPriv.get( this, type ); - - if ( ( event.isTrigger & 1 ) && this[ type ] ) { - - // Interrupt processing of the outer synthetic .trigger()ed event - // Saved data should be false in such cases, but might be a leftover capture object - // from an async native handler (gh-4350) - if ( !saved.length ) { - - // Store arguments for use when handling the inner native event - // There will always be at least one argument (an event object), so this array - // will not be confused with a leftover capture object. - saved = slice.call( arguments ); - dataPriv.set( this, type, saved ); - - // Trigger the native event and capture its result - // Support: IE <=9 - 11+ - // focus() and blur() are asynchronous - notAsync = expectSync( this, type ); - this[ type ](); - result = dataPriv.get( this, type ); - if ( saved !== result || notAsync ) { - dataPriv.set( this, type, false ); - } else { - result = {}; - } - if ( saved !== result ) { - - // Cancel the outer synthetic event - event.stopImmediatePropagation(); - event.preventDefault(); - - // Support: Chrome 86+ - // In Chrome, if an element having a focusout handler is blurred by - // clicking outside of it, it invokes the handler synchronously. If - // that handler calls `.remove()` on the element, the data is cleared, - // leaving `result` undefined. We need to guard against this. - return result && result.value; - } - - // If this is an inner synthetic event for an event with a bubbling surrogate - // (focus or blur), assume that the surrogate already propagated from triggering the - // native event and prevent that from happening again here. - // This technically gets the ordering wrong w.r.t. to `.trigger()` (in which the - // bubbling surrogate propagates *after* the non-bubbling base), but that seems - // less bad than duplication. - } else if ( ( jQuery.event.special[ type ] || {} ).delegateType ) { - event.stopPropagation(); - } - - // If this is a native event triggered above, everything is now in order - // Fire an inner synthetic event with the original arguments - } else if ( saved.length ) { - - // ...and capture the result - dataPriv.set( this, type, { - value: jQuery.event.trigger( - - // Support: IE <=9 - 11+ - // Extend with the prototype to reset the above stopImmediatePropagation() - jQuery.extend( saved[ 0 ], jQuery.Event.prototype ), - saved.slice( 1 ), - this - ) - } ); - - // Abort handling of the native event - event.stopImmediatePropagation(); - } - } - } ); -} - -jQuery.removeEvent = function( elem, type, handle ) { - - // This "if" is needed for plain objects - if ( elem.removeEventListener ) { - elem.removeEventListener( type, handle ); - } -}; - -jQuery.Event = function( src, props ) { - - // Allow instantiation without the 'new' keyword - if ( !( this instanceof jQuery.Event ) ) { - return new jQuery.Event( src, props ); - } - - // Event object - if ( src && src.type ) { - this.originalEvent = src; - this.type = src.type; - - // Events bubbling up the document may have been marked as prevented - // by a handler lower down the tree; reflect the correct value. - this.isDefaultPrevented = src.defaultPrevented || - src.defaultPrevented === undefined && - - // Support: Android <=2.3 only - src.returnValue === false ? - returnTrue : - returnFalse; - - // Create target properties - // Support: Safari <=6 - 7 only - // Target should not be a text node (trac-504, trac-13143) - this.target = ( src.target && src.target.nodeType === 3 ) ? - src.target.parentNode : - src.target; - - this.currentTarget = src.currentTarget; - this.relatedTarget = src.relatedTarget; - - // Event type - } else { - this.type = src; - } - - // Put explicitly provided properties onto the event object - if ( props ) { - jQuery.extend( this, props ); - } - - // Create a timestamp if incoming event doesn't have one - this.timeStamp = src && src.timeStamp || Date.now(); - - // Mark it as fixed - this[ jQuery.expando ] = true; -}; - -// jQuery.Event is based on DOM3 Events as specified by the ECMAScript Language Binding -// https://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/ecma-script-binding.html -jQuery.Event.prototype = { - constructor: jQuery.Event, - isDefaultPrevented: returnFalse, - isPropagationStopped: returnFalse, - isImmediatePropagationStopped: returnFalse, - isSimulated: false, - - preventDefault: function() { - var e = this.originalEvent; - - this.isDefaultPrevented = returnTrue; - - if ( e && !this.isSimulated ) { - e.preventDefault(); - } - }, - stopPropagation: function() { - var e = this.originalEvent; - - this.isPropagationStopped = returnTrue; - - if ( e && !this.isSimulated ) { - e.stopPropagation(); - } - }, - stopImmediatePropagation: function() { - var e = this.originalEvent; - - this.isImmediatePropagationStopped = returnTrue; - - if ( e && !this.isSimulated ) { - e.stopImmediatePropagation(); - } - - this.stopPropagation(); - } -}; - -// Includes all common event props including KeyEvent and MouseEvent specific props -jQuery.each( { - altKey: true, - bubbles: true, - cancelable: true, - changedTouches: true, - ctrlKey: true, - detail: true, - eventPhase: true, - metaKey: true, - pageX: true, - pageY: true, - shiftKey: true, - view: true, - "char": true, - code: true, - charCode: true, - key: true, - keyCode: true, - button: true, - buttons: true, - clientX: true, - clientY: true, - offsetX: true, - offsetY: true, - pointerId: true, - pointerType: true, - screenX: true, - screenY: true, - targetTouches: true, - toElement: true, - touches: true, - which: true -}, jQuery.event.addProp ); - -jQuery.each( { focus: "focusin", blur: "focusout" }, function( type, delegateType ) { - jQuery.event.special[ type ] = { - - // Utilize native event if possible so blur/focus sequence is correct - setup: function() { - - // Claim the first handler - // dataPriv.set( this, "focus", ... ) - // dataPriv.set( this, "blur", ... ) - leverageNative( this, type, expectSync ); - - // Return false to allow normal processing in the caller - return false; - }, - trigger: function() { - - // Force setup before trigger - leverageNative( this, type ); - - // Return non-false to allow normal event-path propagation - return true; - }, - - // Suppress native focus or blur if we're currently inside - // a leveraged native-event stack - _default: function( event ) { - return dataPriv.get( event.target, type ); - }, - - delegateType: delegateType - }; -} ); - -// Create mouseenter/leave events using mouseover/out and event-time checks -// so that event delegation works in jQuery. -// Do the same for pointerenter/pointerleave and pointerover/pointerout -// -// Support: Safari 7 only -// Safari sends mouseenter too often; see: -// https://bugs.chromium.org/p/chromium/issues/detail?id=470258 -// for the description of the bug (it existed in older Chrome versions as well). -jQuery.each( { - mouseenter: "mouseover", - mouseleave: "mouseout", - pointerenter: "pointerover", - pointerleave: "pointerout" -}, function( orig, fix ) { - jQuery.event.special[ orig ] = { - delegateType: fix, - bindType: fix, - - handle: function( event ) { - var ret, - target = this, - related = event.relatedTarget, - handleObj = event.handleObj; - - // For mouseenter/leave call the handler if related is outside the target. - // NB: No relatedTarget if the mouse left/entered the browser window - if ( !related || ( related !== target && !jQuery.contains( target, related ) ) ) { - event.type = handleObj.origType; - ret = handleObj.handler.apply( this, arguments ); - event.type = fix; - } - return ret; - } - }; -} ); - -jQuery.fn.extend( { - - on: function( types, selector, data, fn ) { - return on( this, types, selector, data, fn ); - }, - one: function( types, selector, data, fn ) { - return on( this, types, selector, data, fn, 1 ); - }, - off: function( types, selector, fn ) { - var handleObj, type; - if ( types && types.preventDefault && types.handleObj ) { - - // ( event ) dispatched jQuery.Event - handleObj = types.handleObj; - jQuery( types.delegateTarget ).off( - handleObj.namespace ? - handleObj.origType + "." + handleObj.namespace : - handleObj.origType, - handleObj.selector, - handleObj.handler - ); - return this; - } - if ( typeof types === "object" ) { - - // ( types-object [, selector] ) - for ( type in types ) { - this.off( type, selector, types[ type ] ); - } - return this; - } - if ( selector === false || typeof selector === "function" ) { - - // ( types [, fn] ) - fn = selector; - selector = undefined; - } - if ( fn === false ) { - fn = returnFalse; - } - return this.each( function() { - jQuery.event.remove( this, types, fn, selector ); - } ); - } -} ); - - -var - - // Support: IE <=10 - 11, Edge 12 - 13 only - // In IE/Edge using regex groups here causes severe slowdowns. - // See https://connect.microsoft.com/IE/feedback/details/1736512/ - rnoInnerhtml = /<script|<style|<link/i, - - // checked="checked" or checked - rchecked = /checked\s*(?:[^=]|=\s*.checked.)/i, - - rcleanScript = /^\s*<!\[CDATA\[|\]\]>\s*$/g; - -// Prefer a tbody over its parent table for containing new rows -function manipulationTarget( elem, content ) { - if ( nodeName( elem, "table" ) && - nodeName( content.nodeType !== 11 ? content : content.firstChild, "tr" ) ) { - - return jQuery( elem ).children( "tbody" )[ 0 ] || elem; - } - - return elem; -} - -// Replace/restore the type attribute of script elements for safe DOM manipulation -function disableScript( elem ) { - elem.type = ( elem.getAttribute( "type" ) !== null ) + "/" + elem.type; - return elem; -} -function restoreScript( elem ) { - if ( ( elem.type || "" ).slice( 0, 5 ) === "true/" ) { - elem.type = elem.type.slice( 5 ); - } else { - elem.removeAttribute( "type" ); - } - - return elem; -} - -function cloneCopyEvent( src, dest ) { - var i, l, type, pdataOld, udataOld, udataCur, events; - - if ( dest.nodeType !== 1 ) { - return; - } - - // 1. Copy private data: events, handlers, etc. - if ( dataPriv.hasData( src ) ) { - pdataOld = dataPriv.get( src ); - events = pdataOld.events; - - if ( events ) { - dataPriv.remove( dest, "handle events" ); - - for ( type in events ) { - for ( i = 0, l = events[ type ].length; i < l; i++ ) { - jQuery.event.add( dest, type, events[ type ][ i ] ); - } - } - } - } - - // 2. Copy user data - if ( dataUser.hasData( src ) ) { - udataOld = dataUser.access( src ); - udataCur = jQuery.extend( {}, udataOld ); - - dataUser.set( dest, udataCur ); - } -} - -// Fix IE bugs, see support tests -function fixInput( src, dest ) { - var nodeName = dest.nodeName.toLowerCase(); - - // Fails to persist the checked state of a cloned checkbox or radio button. - if ( nodeName === "input" && rcheckableType.test( src.type ) ) { - dest.checked = src.checked; - - // Fails to return the selected option to the default selected state when cloning options - } else if ( nodeName === "input" || nodeName === "textarea" ) { - dest.defaultValue = src.defaultValue; - } -} - -function domManip( collection, args, callback, ignored ) { - - // Flatten any nested arrays - args = flat( args ); - - var fragment, first, scripts, hasScripts, node, doc, - i = 0, - l = collection.length, - iNoClone = l - 1, - value = args[ 0 ], - valueIsFunction = isFunction( value ); - - // We can't cloneNode fragments that contain checked, in WebKit - if ( valueIsFunction || - ( l > 1 && typeof value === "string" && - !support.checkClone && rchecked.test( value ) ) ) { - return collection.each( function( index ) { - var self = collection.eq( index ); - if ( valueIsFunction ) { - args[ 0 ] = value.call( this, index, self.html() ); - } - domManip( self, args, callback, ignored ); - } ); - } - - if ( l ) { - fragment = buildFragment( args, collection[ 0 ].ownerDocument, false, collection, ignored ); - first = fragment.firstChild; - - if ( fragment.childNodes.length === 1 ) { - fragment = first; - } - - // Require either new content or an interest in ignored elements to invoke the callback - if ( first || ignored ) { - scripts = jQuery.map( getAll( fragment, "script" ), disableScript ); - hasScripts = scripts.length; - - // Use the original fragment for the last item - // instead of the first because it can end up - // being emptied incorrectly in certain situations (trac-8070). - for ( ; i < l; i++ ) { - node = fragment; - - if ( i !== iNoClone ) { - node = jQuery.clone( node, true, true ); - - // Keep references to cloned scripts for later restoration - if ( hasScripts ) { - - // Support: Android <=4.0 only, PhantomJS 1 only - // push.apply(_, arraylike) throws on ancient WebKit - jQuery.merge( scripts, getAll( node, "script" ) ); - } - } - - callback.call( collection[ i ], node, i ); - } - - if ( hasScripts ) { - doc = scripts[ scripts.length - 1 ].ownerDocument; - - // Reenable scripts - jQuery.map( scripts, restoreScript ); - - // Evaluate executable scripts on first document insertion - for ( i = 0; i < hasScripts; i++ ) { - node = scripts[ i ]; - if ( rscriptType.test( node.type || "" ) && - !dataPriv.access( node, "globalEval" ) && - jQuery.contains( doc, node ) ) { - - if ( node.src && ( node.type || "" ).toLowerCase() !== "module" ) { - - // Optional AJAX dependency, but won't run scripts if not present - if ( jQuery._evalUrl && !node.noModule ) { - jQuery._evalUrl( node.src, { - nonce: node.nonce || node.getAttribute( "nonce" ) - }, doc ); - } - } else { - - // Unwrap a CDATA section containing script contents. This shouldn't be - // needed as in XML documents they're already not visible when - // inspecting element contents and in HTML documents they have no - // meaning but we're preserving that logic for backwards compatibility. - // This will be removed completely in 4.0. See gh-4904. - DOMEval( node.textContent.replace( rcleanScript, "" ), node, doc ); - } - } - } - } - } - } - - return collection; -} - -function remove( elem, selector, keepData ) { - var node, - nodes = selector ? jQuery.filter( selector, elem ) : elem, - i = 0; - - for ( ; ( node = nodes[ i ] ) != null; i++ ) { - if ( !keepData && node.nodeType === 1 ) { - jQuery.cleanData( getAll( node ) ); - } - - if ( node.parentNode ) { - if ( keepData && isAttached( node ) ) { - setGlobalEval( getAll( node, "script" ) ); - } - node.parentNode.removeChild( node ); - } - } - - return elem; -} - -jQuery.extend( { - htmlPrefilter: function( html ) { - return html; - }, - - clone: function( elem, dataAndEvents, deepDataAndEvents ) { - var i, l, srcElements, destElements, - clone = elem.cloneNode( true ), - inPage = isAttached( elem ); - - // Fix IE cloning issues - if ( !support.noCloneChecked && ( elem.nodeType === 1 || elem.nodeType === 11 ) && - !jQuery.isXMLDoc( elem ) ) { - - // We eschew Sizzle here for performance reasons: https://jsperf.com/getall-vs-sizzle/2 - destElements = getAll( clone ); - srcElements = getAll( elem ); - - for ( i = 0, l = srcElements.length; i < l; i++ ) { - fixInput( srcElements[ i ], destElements[ i ] ); - } - } - - // Copy the events from the original to the clone - if ( dataAndEvents ) { - if ( deepDataAndEvents ) { - srcElements = srcElements || getAll( elem ); - destElements = destElements || getAll( clone ); - - for ( i = 0, l = srcElements.length; i < l; i++ ) { - cloneCopyEvent( srcElements[ i ], destElements[ i ] ); - } - } else { - cloneCopyEvent( elem, clone ); - } - } - - // Preserve script evaluation history - destElements = getAll( clone, "script" ); - if ( destElements.length > 0 ) { - setGlobalEval( destElements, !inPage && getAll( elem, "script" ) ); - } - - // Return the cloned set - return clone; - }, - - cleanData: function( elems ) { - var data, elem, type, - special = jQuery.event.special, - i = 0; - - for ( ; ( elem = elems[ i ] ) !== undefined; i++ ) { - if ( acceptData( elem ) ) { - if ( ( data = elem[ dataPriv.expando ] ) ) { - if ( data.events ) { - for ( type in data.events ) { - if ( special[ type ] ) { - jQuery.event.remove( elem, type ); - - // This is a shortcut to avoid jQuery.event.remove's overhead - } else { - jQuery.removeEvent( elem, type, data.handle ); - } - } - } - - // Support: Chrome <=35 - 45+ - // Assign undefined instead of using delete, see Data#remove - elem[ dataPriv.expando ] = undefined; - } - if ( elem[ dataUser.expando ] ) { - - // Support: Chrome <=35 - 45+ - // Assign undefined instead of using delete, see Data#remove - elem[ dataUser.expando ] = undefined; - } - } - } - } -} ); - -jQuery.fn.extend( { - detach: function( selector ) { - return remove( this, selector, true ); - }, - - remove: function( selector ) { - return remove( this, selector ); - }, - - text: function( value ) { - return access( this, function( value ) { - return value === undefined ? - jQuery.text( this ) : - this.empty().each( function() { - if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { - this.textContent = value; - } - } ); - }, null, value, arguments.length ); - }, - - append: function() { - return domManip( this, arguments, function( elem ) { - if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { - var target = manipulationTarget( this, elem ); - target.appendChild( elem ); - } - } ); - }, - - prepend: function() { - return domManip( this, arguments, function( elem ) { - if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { - var target = manipulationTarget( this, elem ); - target.insertBefore( elem, target.firstChild ); - } - } ); - }, - - before: function() { - return domManip( this, arguments, function( elem ) { - if ( this.parentNode ) { - this.parentNode.insertBefore( elem, this ); - } - } ); - }, - - after: function() { - return domManip( this, arguments, function( elem ) { - if ( this.parentNode ) { - this.parentNode.insertBefore( elem, this.nextSibling ); - } - } ); - }, - - empty: function() { - var elem, - i = 0; - - for ( ; ( elem = this[ i ] ) != null; i++ ) { - if ( elem.nodeType === 1 ) { - - // Prevent memory leaks - jQuery.cleanData( getAll( elem, false ) ); - - // Remove any remaining nodes - elem.textContent = ""; - } - } - - return this; - }, - - clone: function( dataAndEvents, deepDataAndEvents ) { - dataAndEvents = dataAndEvents == null ? false : dataAndEvents; - deepDataAndEvents = deepDataAndEvents == null ? dataAndEvents : deepDataAndEvents; - - return this.map( function() { - return jQuery.clone( this, dataAndEvents, deepDataAndEvents ); - } ); - }, - - html: function( value ) { - return access( this, function( value ) { - var elem = this[ 0 ] || {}, - i = 0, - l = this.length; - - if ( value === undefined && elem.nodeType === 1 ) { - return elem.innerHTML; - } - - // See if we can take a shortcut and just use innerHTML - if ( typeof value === "string" && !rnoInnerhtml.test( value ) && - !wrapMap[ ( rtagName.exec( value ) || [ "", "" ] )[ 1 ].toLowerCase() ] ) { - - value = jQuery.htmlPrefilter( value ); - - try { - for ( ; i < l; i++ ) { - elem = this[ i ] || {}; - - // Remove element nodes and prevent memory leaks - if ( elem.nodeType === 1 ) { - jQuery.cleanData( getAll( elem, false ) ); - elem.innerHTML = value; - } - } - - elem = 0; - - // If using innerHTML throws an exception, use the fallback method - } catch ( e ) {} - } - - if ( elem ) { - this.empty().append( value ); - } - }, null, value, arguments.length ); - }, - - replaceWith: function() { - var ignored = []; - - // Make the changes, replacing each non-ignored context element with the new content - return domManip( this, arguments, function( elem ) { - var parent = this.parentNode; - - if ( jQuery.inArray( this, ignored ) < 0 ) { - jQuery.cleanData( getAll( this ) ); - if ( parent ) { - parent.replaceChild( elem, this ); - } - } - - // Force callback invocation - }, ignored ); - } -} ); - -jQuery.each( { - appendTo: "append", - prependTo: "prepend", - insertBefore: "before", - insertAfter: "after", - replaceAll: "replaceWith" -}, function( name, original ) { - jQuery.fn[ name ] = function( selector ) { - var elems, - ret = [], - insert = jQuery( selector ), - last = insert.length - 1, - i = 0; - - for ( ; i <= last; i++ ) { - elems = i === last ? this : this.clone( true ); - jQuery( insert[ i ] )[ original ]( elems ); - - // Support: Android <=4.0 only, PhantomJS 1 only - // .get() because push.apply(_, arraylike) throws on ancient WebKit - push.apply( ret, elems.get() ); - } - - return this.pushStack( ret ); - }; -} ); -var rnumnonpx = new RegExp( "^(" + pnum + ")(?!px)[a-z%]+$", "i" ); - -var rcustomProp = /^--/; - - -var getStyles = function( elem ) { - - // Support: IE <=11 only, Firefox <=30 (trac-15098, trac-14150) - // IE throws on elements created in popups - // FF meanwhile throws on frame elements through "defaultView.getComputedStyle" - var view = elem.ownerDocument.defaultView; - - if ( !view || !view.opener ) { - view = window; - } - - return view.getComputedStyle( elem ); - }; - -var swap = function( elem, options, callback ) { - var ret, name, - old = {}; - - // Remember the old values, and insert the new ones - for ( name in options ) { - old[ name ] = elem.style[ name ]; - elem.style[ name ] = options[ name ]; - } - - ret = callback.call( elem ); - - // Revert the old values - for ( name in options ) { - elem.style[ name ] = old[ name ]; - } - - return ret; -}; - - -var rboxStyle = new RegExp( cssExpand.join( "|" ), "i" ); - -var whitespace = "[\\x20\\t\\r\\n\\f]"; - - -var rtrimCSS = new RegExp( - "^" + whitespace + "+|((?:^|[^\\\\])(?:\\\\.)*)" + whitespace + "+$", - "g" -); - - - - -( function() { - - // Executing both pixelPosition & boxSizingReliable tests require only one layout - // so they're executed at the same time to save the second computation. - function computeStyleTests() { - - // This is a singleton, we need to execute it only once - if ( !div ) { - return; - } - - container.style.cssText = "position:absolute;left:-11111px;width:60px;" + - "margin-top:1px;padding:0;border:0"; - div.style.cssText = - "position:relative;display:block;box-sizing:border-box;overflow:scroll;" + - "margin:auto;border:1px;padding:1px;" + - "width:60%;top:1%"; - documentElement.appendChild( container ).appendChild( div ); - - var divStyle = window.getComputedStyle( div ); - pixelPositionVal = divStyle.top !== "1%"; - - // Support: Android 4.0 - 4.3 only, Firefox <=3 - 44 - reliableMarginLeftVal = roundPixelMeasures( divStyle.marginLeft ) === 12; - - // Support: Android 4.0 - 4.3 only, Safari <=9.1 - 10.1, iOS <=7.0 - 9.3 - // Some styles come back with percentage values, even though they shouldn't - div.style.right = "60%"; - pixelBoxStylesVal = roundPixelMeasures( divStyle.right ) === 36; - - // Support: IE 9 - 11 only - // Detect misreporting of content dimensions for box-sizing:border-box elements - boxSizingReliableVal = roundPixelMeasures( divStyle.width ) === 36; - - // Support: IE 9 only - // Detect overflow:scroll screwiness (gh-3699) - // Support: Chrome <=64 - // Don't get tricked when zoom affects offsetWidth (gh-4029) - div.style.position = "absolute"; - scrollboxSizeVal = roundPixelMeasures( div.offsetWidth / 3 ) === 12; - - documentElement.removeChild( container ); - - // Nullify the div so it wouldn't be stored in the memory and - // it will also be a sign that checks already performed - div = null; - } - - function roundPixelMeasures( measure ) { - return Math.round( parseFloat( measure ) ); - } - - var pixelPositionVal, boxSizingReliableVal, scrollboxSizeVal, pixelBoxStylesVal, - reliableTrDimensionsVal, reliableMarginLeftVal, - container = document.createElement( "div" ), - div = document.createElement( "div" ); - - // Finish early in limited (non-browser) environments - if ( !div.style ) { - return; - } - - // Support: IE <=9 - 11 only - // Style of cloned element affects source element cloned (trac-8908) - div.style.backgroundClip = "content-box"; - div.cloneNode( true ).style.backgroundClip = ""; - support.clearCloneStyle = div.style.backgroundClip === "content-box"; - - jQuery.extend( support, { - boxSizingReliable: function() { - computeStyleTests(); - return boxSizingReliableVal; - }, - pixelBoxStyles: function() { - computeStyleTests(); - return pixelBoxStylesVal; - }, - pixelPosition: function() { - computeStyleTests(); - return pixelPositionVal; - }, - reliableMarginLeft: function() { - computeStyleTests(); - return reliableMarginLeftVal; - }, - scrollboxSize: function() { - computeStyleTests(); - return scrollboxSizeVal; - }, - - // Support: IE 9 - 11+, Edge 15 - 18+ - // IE/Edge misreport `getComputedStyle` of table rows with width/height - // set in CSS while `offset*` properties report correct values. - // Behavior in IE 9 is more subtle than in newer versions & it passes - // some versions of this test; make sure not to make it pass there! - // - // Support: Firefox 70+ - // Only Firefox includes border widths - // in computed dimensions. (gh-4529) - reliableTrDimensions: function() { - var table, tr, trChild, trStyle; - if ( reliableTrDimensionsVal == null ) { - table = document.createElement( "table" ); - tr = document.createElement( "tr" ); - trChild = document.createElement( "div" ); - - table.style.cssText = "position:absolute;left:-11111px;border-collapse:separate"; - tr.style.cssText = "border:1px solid"; - - // Support: Chrome 86+ - // Height set through cssText does not get applied. - // Computed height then comes back as 0. - tr.style.height = "1px"; - trChild.style.height = "9px"; - - // Support: Android 8 Chrome 86+ - // In our bodyBackground.html iframe, - // display for all div elements is set to "inline", - // which causes a problem only in Android 8 Chrome 86. - // Ensuring the div is display: block - // gets around this issue. - trChild.style.display = "block"; - - documentElement - .appendChild( table ) - .appendChild( tr ) - .appendChild( trChild ); - - trStyle = window.getComputedStyle( tr ); - reliableTrDimensionsVal = ( parseInt( trStyle.height, 10 ) + - parseInt( trStyle.borderTopWidth, 10 ) + - parseInt( trStyle.borderBottomWidth, 10 ) ) === tr.offsetHeight; - - documentElement.removeChild( table ); - } - return reliableTrDimensionsVal; - } - } ); -} )(); - - -function curCSS( elem, name, computed ) { - var width, minWidth, maxWidth, ret, - isCustomProp = rcustomProp.test( name ), - - // Support: Firefox 51+ - // Retrieving style before computed somehow - // fixes an issue with getting wrong values - // on detached elements - style = elem.style; - - computed = computed || getStyles( elem ); - - // getPropertyValue is needed for: - // .css('filter') (IE 9 only, trac-12537) - // .css('--customProperty) (gh-3144) - if ( computed ) { - - // Support: IE <=9 - 11+ - // IE only supports `"float"` in `getPropertyValue`; in computed styles - // it's only available as `"cssFloat"`. We no longer modify properties - // sent to `.css()` apart from camelCasing, so we need to check both. - // Normally, this would create difference in behavior: if - // `getPropertyValue` returns an empty string, the value returned - // by `.css()` would be `undefined`. This is usually the case for - // disconnected elements. However, in IE even disconnected elements - // with no styles return `"none"` for `getPropertyValue( "float" )` - ret = computed.getPropertyValue( name ) || computed[ name ]; - - if ( isCustomProp && ret ) { - - // Support: Firefox 105+, Chrome <=105+ - // Spec requires trimming whitespace for custom properties (gh-4926). - // Firefox only trims leading whitespace. Chrome just collapses - // both leading & trailing whitespace to a single space. - // - // Fall back to `undefined` if empty string returned. - // This collapses a missing definition with property defined - // and set to an empty string but there's no standard API - // allowing us to differentiate them without a performance penalty - // and returning `undefined` aligns with older jQuery. - // - // rtrimCSS treats U+000D CARRIAGE RETURN and U+000C FORM FEED - // as whitespace while CSS does not, but this is not a problem - // because CSS preprocessing replaces them with U+000A LINE FEED - // (which *is* CSS whitespace) - // https://www.w3.org/TR/css-syntax-3/#input-preprocessing - ret = ret.replace( rtrimCSS, "$1" ) || undefined; - } - - if ( ret === "" && !isAttached( elem ) ) { - ret = jQuery.style( elem, name ); - } - - // A tribute to the "awesome hack by Dean Edwards" - // Android Browser returns percentage for some values, - // but width seems to be reliably pixels. - // This is against the CSSOM draft spec: - // https://drafts.csswg.org/cssom/#resolved-values - if ( !support.pixelBoxStyles() && rnumnonpx.test( ret ) && rboxStyle.test( name ) ) { - - // Remember the original values - width = style.width; - minWidth = style.minWidth; - maxWidth = style.maxWidth; - - // Put in the new values to get a computed value out - style.minWidth = style.maxWidth = style.width = ret; - ret = computed.width; - - // Revert the changed values - style.width = width; - style.minWidth = minWidth; - style.maxWidth = maxWidth; - } - } - - return ret !== undefined ? - - // Support: IE <=9 - 11 only - // IE returns zIndex value as an integer. - ret + "" : - ret; -} - - -function addGetHookIf( conditionFn, hookFn ) { - - // Define the hook, we'll check on the first run if it's really needed. - return { - get: function() { - if ( conditionFn() ) { - - // Hook not needed (or it's not possible to use it due - // to missing dependency), remove it. - delete this.get; - return; - } - - // Hook needed; redefine it so that the support test is not executed again. - return ( this.get = hookFn ).apply( this, arguments ); - } - }; -} - - -var cssPrefixes = [ "Webkit", "Moz", "ms" ], - emptyStyle = document.createElement( "div" ).style, - vendorProps = {}; - -// Return a vendor-prefixed property or undefined -function vendorPropName( name ) { - - // Check for vendor prefixed names - var capName = name[ 0 ].toUpperCase() + name.slice( 1 ), - i = cssPrefixes.length; - - while ( i-- ) { - name = cssPrefixes[ i ] + capName; - if ( name in emptyStyle ) { - return name; - } - } -} - -// Return a potentially-mapped jQuery.cssProps or vendor prefixed property -function finalPropName( name ) { - var final = jQuery.cssProps[ name ] || vendorProps[ name ]; - - if ( final ) { - return final; - } - if ( name in emptyStyle ) { - return name; - } - return vendorProps[ name ] = vendorPropName( name ) || name; -} - - -var - - // Swappable if display is none or starts with table - // except "table", "table-cell", or "table-caption" - // See here for display values: https://developer.mozilla.org/en-US/docs/CSS/display - rdisplayswap = /^(none|table(?!-c[ea]).+)/, - cssShow = { position: "absolute", visibility: "hidden", display: "block" }, - cssNormalTransform = { - letterSpacing: "0", - fontWeight: "400" - }; - -function setPositiveNumber( _elem, value, subtract ) { - - // Any relative (+/-) values have already been - // normalized at this point - var matches = rcssNum.exec( value ); - return matches ? - - // Guard against undefined "subtract", e.g., when used as in cssHooks - Math.max( 0, matches[ 2 ] - ( subtract || 0 ) ) + ( matches[ 3 ] || "px" ) : - value; -} - -function boxModelAdjustment( elem, dimension, box, isBorderBox, styles, computedVal ) { - var i = dimension === "width" ? 1 : 0, - extra = 0, - delta = 0; - - // Adjustment may not be necessary - if ( box === ( isBorderBox ? "border" : "content" ) ) { - return 0; - } - - for ( ; i < 4; i += 2 ) { - - // Both box models exclude margin - if ( box === "margin" ) { - delta += jQuery.css( elem, box + cssExpand[ i ], true, styles ); - } - - // If we get here with a content-box, we're seeking "padding" or "border" or "margin" - if ( !isBorderBox ) { - - // Add padding - delta += jQuery.css( elem, "padding" + cssExpand[ i ], true, styles ); - - // For "border" or "margin", add border - if ( box !== "padding" ) { - delta += jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles ); - - // But still keep track of it otherwise - } else { - extra += jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles ); - } - - // If we get here with a border-box (content + padding + border), we're seeking "content" or - // "padding" or "margin" - } else { - - // For "content", subtract padding - if ( box === "content" ) { - delta -= jQuery.css( elem, "padding" + cssExpand[ i ], true, styles ); - } - - // For "content" or "padding", subtract border - if ( box !== "margin" ) { - delta -= jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles ); - } - } - } - - // Account for positive content-box scroll gutter when requested by providing computedVal - if ( !isBorderBox && computedVal >= 0 ) { - - // offsetWidth/offsetHeight is a rounded sum of content, padding, scroll gutter, and border - // Assuming integer scroll gutter, subtract the rest and round down - delta += Math.max( 0, Math.ceil( - elem[ "offset" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ) ] - - computedVal - - delta - - extra - - 0.5 - - // If offsetWidth/offsetHeight is unknown, then we can't determine content-box scroll gutter - // Use an explicit zero to avoid NaN (gh-3964) - ) ) || 0; - } - - return delta; -} - -function getWidthOrHeight( elem, dimension, extra ) { - - // Start with computed style - var styles = getStyles( elem ), - - // To avoid forcing a reflow, only fetch boxSizing if we need it (gh-4322). - // Fake content-box until we know it's needed to know the true value. - boxSizingNeeded = !support.boxSizingReliable() || extra, - isBorderBox = boxSizingNeeded && - jQuery.css( elem, "boxSizing", false, styles ) === "border-box", - valueIsBorderBox = isBorderBox, - - val = curCSS( elem, dimension, styles ), - offsetProp = "offset" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ); - - // Support: Firefox <=54 - // Return a confounding non-pixel value or feign ignorance, as appropriate. - if ( rnumnonpx.test( val ) ) { - if ( !extra ) { - return val; - } - val = "auto"; - } - - - // Support: IE 9 - 11 only - // Use offsetWidth/offsetHeight for when box sizing is unreliable. - // In those cases, the computed value can be trusted to be border-box. - if ( ( !support.boxSizingReliable() && isBorderBox || - - // Support: IE 10 - 11+, Edge 15 - 18+ - // IE/Edge misreport `getComputedStyle` of table rows with width/height - // set in CSS while `offset*` properties report correct values. - // Interestingly, in some cases IE 9 doesn't suffer from this issue. - !support.reliableTrDimensions() && nodeName( elem, "tr" ) || - - // Fall back to offsetWidth/offsetHeight when value is "auto" - // This happens for inline elements with no explicit setting (gh-3571) - val === "auto" || - - // Support: Android <=4.1 - 4.3 only - // Also use offsetWidth/offsetHeight for misreported inline dimensions (gh-3602) - !parseFloat( val ) && jQuery.css( elem, "display", false, styles ) === "inline" ) && - - // Make sure the element is visible & connected - elem.getClientRects().length ) { - - isBorderBox = jQuery.css( elem, "boxSizing", false, styles ) === "border-box"; - - // Where available, offsetWidth/offsetHeight approximate border box dimensions. - // Where not available (e.g., SVG), assume unreliable box-sizing and interpret the - // retrieved value as a content box dimension. - valueIsBorderBox = offsetProp in elem; - if ( valueIsBorderBox ) { - val = elem[ offsetProp ]; - } - } - - // Normalize "" and auto - val = parseFloat( val ) || 0; - - // Adjust for the element's box model - return ( val + - boxModelAdjustment( - elem, - dimension, - extra || ( isBorderBox ? "border" : "content" ), - valueIsBorderBox, - styles, - - // Provide the current computed size to request scroll gutter calculation (gh-3589) - val - ) - ) + "px"; -} - -jQuery.extend( { - - // Add in style property hooks for overriding the default - // behavior of getting and setting a style property - cssHooks: { - opacity: { - get: function( elem, computed ) { - if ( computed ) { - - // We should always get a number back from opacity - var ret = curCSS( elem, "opacity" ); - return ret === "" ? "1" : ret; - } - } - } - }, - - // Don't automatically add "px" to these possibly-unitless properties - cssNumber: { - "animationIterationCount": true, - "columnCount": true, - "fillOpacity": true, - "flexGrow": true, - "flexShrink": true, - "fontWeight": true, - "gridArea": true, - "gridColumn": true, - "gridColumnEnd": true, - "gridColumnStart": true, - "gridRow": true, - "gridRowEnd": true, - "gridRowStart": true, - "lineHeight": true, - "opacity": true, - "order": true, - "orphans": true, - "widows": true, - "zIndex": true, - "zoom": true - }, - - // Add in properties whose names you wish to fix before - // setting or getting the value - cssProps: {}, - - // Get and set the style property on a DOM Node - style: function( elem, name, value, extra ) { - - // Don't set styles on text and comment nodes - if ( !elem || elem.nodeType === 3 || elem.nodeType === 8 || !elem.style ) { - return; - } - - // Make sure that we're working with the right name - var ret, type, hooks, - origName = camelCase( name ), - isCustomProp = rcustomProp.test( name ), - style = elem.style; - - // Make sure that we're working with the right name. We don't - // want to query the value if it is a CSS custom property - // since they are user-defined. - if ( !isCustomProp ) { - name = finalPropName( origName ); - } - - // Gets hook for the prefixed version, then unprefixed version - hooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ]; - - // Check if we're setting a value - if ( value !== undefined ) { - type = typeof value; - - // Convert "+=" or "-=" to relative numbers (trac-7345) - if ( type === "string" && ( ret = rcssNum.exec( value ) ) && ret[ 1 ] ) { - value = adjustCSS( elem, name, ret ); - - // Fixes bug trac-9237 - type = "number"; - } - - // Make sure that null and NaN values aren't set (trac-7116) - if ( value == null || value !== value ) { - return; - } - - // If a number was passed in, add the unit (except for certain CSS properties) - // The isCustomProp check can be removed in jQuery 4.0 when we only auto-append - // "px" to a few hardcoded values. - if ( type === "number" && !isCustomProp ) { - value += ret && ret[ 3 ] || ( jQuery.cssNumber[ origName ] ? "" : "px" ); - } - - // background-* props affect original clone's values - if ( !support.clearCloneStyle && value === "" && name.indexOf( "background" ) === 0 ) { - style[ name ] = "inherit"; - } - - // If a hook was provided, use that value, otherwise just set the specified value - if ( !hooks || !( "set" in hooks ) || - ( value = hooks.set( elem, value, extra ) ) !== undefined ) { - - if ( isCustomProp ) { - style.setProperty( name, value ); - } else { - style[ name ] = value; - } - } - - } else { - - // If a hook was provided get the non-computed value from there - if ( hooks && "get" in hooks && - ( ret = hooks.get( elem, false, extra ) ) !== undefined ) { - - return ret; - } - - // Otherwise just get the value from the style object - return style[ name ]; - } - }, - - css: function( elem, name, extra, styles ) { - var val, num, hooks, - origName = camelCase( name ), - isCustomProp = rcustomProp.test( name ); - - // Make sure that we're working with the right name. We don't - // want to modify the value if it is a CSS custom property - // since they are user-defined. - if ( !isCustomProp ) { - name = finalPropName( origName ); - } - - // Try prefixed name followed by the unprefixed name - hooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ]; - - // If a hook was provided get the computed value from there - if ( hooks && "get" in hooks ) { - val = hooks.get( elem, true, extra ); - } - - // Otherwise, if a way to get the computed value exists, use that - if ( val === undefined ) { - val = curCSS( elem, name, styles ); - } - - // Convert "normal" to computed value - if ( val === "normal" && name in cssNormalTransform ) { - val = cssNormalTransform[ name ]; - } - - // Make numeric if forced or a qualifier was provided and val looks numeric - if ( extra === "" || extra ) { - num = parseFloat( val ); - return extra === true || isFinite( num ) ? num || 0 : val; - } - - return val; - } -} ); - -jQuery.each( [ "height", "width" ], function( _i, dimension ) { - jQuery.cssHooks[ dimension ] = { - get: function( elem, computed, extra ) { - if ( computed ) { - - // Certain elements can have dimension info if we invisibly show them - // but it must have a current display style that would benefit - return rdisplayswap.test( jQuery.css( elem, "display" ) ) && - - // Support: Safari 8+ - // Table columns in Safari have non-zero offsetWidth & zero - // getBoundingClientRect().width unless display is changed. - // Support: IE <=11 only - // Running getBoundingClientRect on a disconnected node - // in IE throws an error. - ( !elem.getClientRects().length || !elem.getBoundingClientRect().width ) ? - swap( elem, cssShow, function() { - return getWidthOrHeight( elem, dimension, extra ); - } ) : - getWidthOrHeight( elem, dimension, extra ); - } - }, - - set: function( elem, value, extra ) { - var matches, - styles = getStyles( elem ), - - // Only read styles.position if the test has a chance to fail - // to avoid forcing a reflow. - scrollboxSizeBuggy = !support.scrollboxSize() && - styles.position === "absolute", - - // To avoid forcing a reflow, only fetch boxSizing if we need it (gh-3991) - boxSizingNeeded = scrollboxSizeBuggy || extra, - isBorderBox = boxSizingNeeded && - jQuery.css( elem, "boxSizing", false, styles ) === "border-box", - subtract = extra ? - boxModelAdjustment( - elem, - dimension, - extra, - isBorderBox, - styles - ) : - 0; - - // Account for unreliable border-box dimensions by comparing offset* to computed and - // faking a content-box to get border and padding (gh-3699) - if ( isBorderBox && scrollboxSizeBuggy ) { - subtract -= Math.ceil( - elem[ "offset" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ) ] - - parseFloat( styles[ dimension ] ) - - boxModelAdjustment( elem, dimension, "border", false, styles ) - - 0.5 - ); - } - - // Convert to pixels if value adjustment is needed - if ( subtract && ( matches = rcssNum.exec( value ) ) && - ( matches[ 3 ] || "px" ) !== "px" ) { - - elem.style[ dimension ] = value; - value = jQuery.css( elem, dimension ); - } - - return setPositiveNumber( elem, value, subtract ); - } - }; -} ); - -jQuery.cssHooks.marginLeft = addGetHookIf( support.reliableMarginLeft, - function( elem, computed ) { - if ( computed ) { - return ( parseFloat( curCSS( elem, "marginLeft" ) ) || - elem.getBoundingClientRect().left - - swap( elem, { marginLeft: 0 }, function() { - return elem.getBoundingClientRect().left; - } ) - ) + "px"; - } - } -); - -// These hooks are used by animate to expand properties -jQuery.each( { - margin: "", - padding: "", - border: "Width" -}, function( prefix, suffix ) { - jQuery.cssHooks[ prefix + suffix ] = { - expand: function( value ) { - var i = 0, - expanded = {}, - - // Assumes a single number if not a string - parts = typeof value === "string" ? value.split( " " ) : [ value ]; - - for ( ; i < 4; i++ ) { - expanded[ prefix + cssExpand[ i ] + suffix ] = - parts[ i ] || parts[ i - 2 ] || parts[ 0 ]; - } - - return expanded; - } - }; - - if ( prefix !== "margin" ) { - jQuery.cssHooks[ prefix + suffix ].set = setPositiveNumber; - } -} ); - -jQuery.fn.extend( { - css: function( name, value ) { - return access( this, function( elem, name, value ) { - var styles, len, - map = {}, - i = 0; - - if ( Array.isArray( name ) ) { - styles = getStyles( elem ); - len = name.length; - - for ( ; i < len; i++ ) { - map[ name[ i ] ] = jQuery.css( elem, name[ i ], false, styles ); - } - - return map; - } - - return value !== undefined ? - jQuery.style( elem, name, value ) : - jQuery.css( elem, name ); - }, name, value, arguments.length > 1 ); - } -} ); - - -function Tween( elem, options, prop, end, easing ) { - return new Tween.prototype.init( elem, options, prop, end, easing ); -} -jQuery.Tween = Tween; - -Tween.prototype = { - constructor: Tween, - init: function( elem, options, prop, end, easing, unit ) { - this.elem = elem; - this.prop = prop; - this.easing = easing || jQuery.easing._default; - this.options = options; - this.start = this.now = this.cur(); - this.end = end; - this.unit = unit || ( jQuery.cssNumber[ prop ] ? "" : "px" ); - }, - cur: function() { - var hooks = Tween.propHooks[ this.prop ]; - - return hooks && hooks.get ? - hooks.get( this ) : - Tween.propHooks._default.get( this ); - }, - run: function( percent ) { - var eased, - hooks = Tween.propHooks[ this.prop ]; - - if ( this.options.duration ) { - this.pos = eased = jQuery.easing[ this.easing ]( - percent, this.options.duration * percent, 0, 1, this.options.duration - ); - } else { - this.pos = eased = percent; - } - this.now = ( this.end - this.start ) * eased + this.start; - - if ( this.options.step ) { - this.options.step.call( this.elem, this.now, this ); - } - - if ( hooks && hooks.set ) { - hooks.set( this ); - } else { - Tween.propHooks._default.set( this ); - } - return this; - } -}; - -Tween.prototype.init.prototype = Tween.prototype; - -Tween.propHooks = { - _default: { - get: function( tween ) { - var result; - - // Use a property on the element directly when it is not a DOM element, - // or when there is no matching style property that exists. - if ( tween.elem.nodeType !== 1 || - tween.elem[ tween.prop ] != null && tween.elem.style[ tween.prop ] == null ) { - return tween.elem[ tween.prop ]; - } - - // Passing an empty string as a 3rd parameter to .css will automatically - // attempt a parseFloat and fallback to a string if the parse fails. - // Simple values such as "10px" are parsed to Float; - // complex values such as "rotate(1rad)" are returned as-is. - result = jQuery.css( tween.elem, tween.prop, "" ); - - // Empty strings, null, undefined and "auto" are converted to 0. - return !result || result === "auto" ? 0 : result; - }, - set: function( tween ) { - - // Use step hook for back compat. - // Use cssHook if its there. - // Use .style if available and use plain properties where available. - if ( jQuery.fx.step[ tween.prop ] ) { - jQuery.fx.step[ tween.prop ]( tween ); - } else if ( tween.elem.nodeType === 1 && ( - jQuery.cssHooks[ tween.prop ] || - tween.elem.style[ finalPropName( tween.prop ) ] != null ) ) { - jQuery.style( tween.elem, tween.prop, tween.now + tween.unit ); - } else { - tween.elem[ tween.prop ] = tween.now; - } - } - } -}; - -// Support: IE <=9 only -// Panic based approach to setting things on disconnected nodes -Tween.propHooks.scrollTop = Tween.propHooks.scrollLeft = { - set: function( tween ) { - if ( tween.elem.nodeType && tween.elem.parentNode ) { - tween.elem[ tween.prop ] = tween.now; - } - } -}; - -jQuery.easing = { - linear: function( p ) { - return p; - }, - swing: function( p ) { - return 0.5 - Math.cos( p * Math.PI ) / 2; - }, - _default: "swing" -}; - -jQuery.fx = Tween.prototype.init; - -// Back compat <1.8 extension point -jQuery.fx.step = {}; - - - - -var - fxNow, inProgress, - rfxtypes = /^(?:toggle|show|hide)$/, - rrun = /queueHooks$/; - -function schedule() { - if ( inProgress ) { - if ( document.hidden === false && window.requestAnimationFrame ) { - window.requestAnimationFrame( schedule ); - } else { - window.setTimeout( schedule, jQuery.fx.interval ); - } - - jQuery.fx.tick(); - } -} - -// Animations created synchronously will run synchronously -function createFxNow() { - window.setTimeout( function() { - fxNow = undefined; - } ); - return ( fxNow = Date.now() ); -} - -// Generate parameters to create a standard animation -function genFx( type, includeWidth ) { - var which, - i = 0, - attrs = { height: type }; - - // If we include width, step value is 1 to do all cssExpand values, - // otherwise step value is 2 to skip over Left and Right - includeWidth = includeWidth ? 1 : 0; - for ( ; i < 4; i += 2 - includeWidth ) { - which = cssExpand[ i ]; - attrs[ "margin" + which ] = attrs[ "padding" + which ] = type; - } - - if ( includeWidth ) { - attrs.opacity = attrs.width = type; - } - - return attrs; -} - -function createTween( value, prop, animation ) { - var tween, - collection = ( Animation.tweeners[ prop ] || [] ).concat( Animation.tweeners[ "*" ] ), - index = 0, - length = collection.length; - for ( ; index < length; index++ ) { - if ( ( tween = collection[ index ].call( animation, prop, value ) ) ) { - - // We're done with this property - return tween; - } - } -} - -function defaultPrefilter( elem, props, opts ) { - var prop, value, toggle, hooks, oldfire, propTween, restoreDisplay, display, - isBox = "width" in props || "height" in props, - anim = this, - orig = {}, - style = elem.style, - hidden = elem.nodeType && isHiddenWithinTree( elem ), - dataShow = dataPriv.get( elem, "fxshow" ); - - // Queue-skipping animations hijack the fx hooks - if ( !opts.queue ) { - hooks = jQuery._queueHooks( elem, "fx" ); - if ( hooks.unqueued == null ) { - hooks.unqueued = 0; - oldfire = hooks.empty.fire; - hooks.empty.fire = function() { - if ( !hooks.unqueued ) { - oldfire(); - } - }; - } - hooks.unqueued++; - - anim.always( function() { - - // Ensure the complete handler is called before this completes - anim.always( function() { - hooks.unqueued--; - if ( !jQuery.queue( elem, "fx" ).length ) { - hooks.empty.fire(); - } - } ); - } ); - } - - // Detect show/hide animations - for ( prop in props ) { - value = props[ prop ]; - if ( rfxtypes.test( value ) ) { - delete props[ prop ]; - toggle = toggle || value === "toggle"; - if ( value === ( hidden ? "hide" : "show" ) ) { - - // Pretend to be hidden if this is a "show" and - // there is still data from a stopped show/hide - if ( value === "show" && dataShow && dataShow[ prop ] !== undefined ) { - hidden = true; - - // Ignore all other no-op show/hide data - } else { - continue; - } - } - orig[ prop ] = dataShow && dataShow[ prop ] || jQuery.style( elem, prop ); - } - } - - // Bail out if this is a no-op like .hide().hide() - propTween = !jQuery.isEmptyObject( props ); - if ( !propTween && jQuery.isEmptyObject( orig ) ) { - return; - } - - // Restrict "overflow" and "display" styles during box animations - if ( isBox && elem.nodeType === 1 ) { - - // Support: IE <=9 - 11, Edge 12 - 15 - // Record all 3 overflow attributes because IE does not infer the shorthand - // from identically-valued overflowX and overflowY and Edge just mirrors - // the overflowX value there. - opts.overflow = [ style.overflow, style.overflowX, style.overflowY ]; - - // Identify a display type, preferring old show/hide data over the CSS cascade - restoreDisplay = dataShow && dataShow.display; - if ( restoreDisplay == null ) { - restoreDisplay = dataPriv.get( elem, "display" ); - } - display = jQuery.css( elem, "display" ); - if ( display === "none" ) { - if ( restoreDisplay ) { - display = restoreDisplay; - } else { - - // Get nonempty value(s) by temporarily forcing visibility - showHide( [ elem ], true ); - restoreDisplay = elem.style.display || restoreDisplay; - display = jQuery.css( elem, "display" ); - showHide( [ elem ] ); - } - } - - // Animate inline elements as inline-block - if ( display === "inline" || display === "inline-block" && restoreDisplay != null ) { - if ( jQuery.css( elem, "float" ) === "none" ) { - - // Restore the original display value at the end of pure show/hide animations - if ( !propTween ) { - anim.done( function() { - style.display = restoreDisplay; - } ); - if ( restoreDisplay == null ) { - display = style.display; - restoreDisplay = display === "none" ? "" : display; - } - } - style.display = "inline-block"; - } - } - } - - if ( opts.overflow ) { - style.overflow = "hidden"; - anim.always( function() { - style.overflow = opts.overflow[ 0 ]; - style.overflowX = opts.overflow[ 1 ]; - style.overflowY = opts.overflow[ 2 ]; - } ); - } - - // Implement show/hide animations - propTween = false; - for ( prop in orig ) { - - // General show/hide setup for this element animation - if ( !propTween ) { - if ( dataShow ) { - if ( "hidden" in dataShow ) { - hidden = dataShow.hidden; - } - } else { - dataShow = dataPriv.access( elem, "fxshow", { display: restoreDisplay } ); - } - - // Store hidden/visible for toggle so `.stop().toggle()` "reverses" - if ( toggle ) { - dataShow.hidden = !hidden; - } - - // Show elements before animating them - if ( hidden ) { - showHide( [ elem ], true ); - } - - /* eslint-disable no-loop-func */ - - anim.done( function() { - - /* eslint-enable no-loop-func */ - - // The final step of a "hide" animation is actually hiding the element - if ( !hidden ) { - showHide( [ elem ] ); - } - dataPriv.remove( elem, "fxshow" ); - for ( prop in orig ) { - jQuery.style( elem, prop, orig[ prop ] ); - } - } ); - } - - // Per-property setup - propTween = createTween( hidden ? dataShow[ prop ] : 0, prop, anim ); - if ( !( prop in dataShow ) ) { - dataShow[ prop ] = propTween.start; - if ( hidden ) { - propTween.end = propTween.start; - propTween.start = 0; - } - } - } -} - -function propFilter( props, specialEasing ) { - var index, name, easing, value, hooks; - - // camelCase, specialEasing and expand cssHook pass - for ( index in props ) { - name = camelCase( index ); - easing = specialEasing[ name ]; - value = props[ index ]; - if ( Array.isArray( value ) ) { - easing = value[ 1 ]; - value = props[ index ] = value[ 0 ]; - } - - if ( index !== name ) { - props[ name ] = value; - delete props[ index ]; - } - - hooks = jQuery.cssHooks[ name ]; - if ( hooks && "expand" in hooks ) { - value = hooks.expand( value ); - delete props[ name ]; - - // Not quite $.extend, this won't overwrite existing keys. - // Reusing 'index' because we have the correct "name" - for ( index in value ) { - if ( !( index in props ) ) { - props[ index ] = value[ index ]; - specialEasing[ index ] = easing; - } - } - } else { - specialEasing[ name ] = easing; - } - } -} - -function Animation( elem, properties, options ) { - var result, - stopped, - index = 0, - length = Animation.prefilters.length, - deferred = jQuery.Deferred().always( function() { - - // Don't match elem in the :animated selector - delete tick.elem; - } ), - tick = function() { - if ( stopped ) { - return false; - } - var currentTime = fxNow || createFxNow(), - remaining = Math.max( 0, animation.startTime + animation.duration - currentTime ), - - // Support: Android 2.3 only - // Archaic crash bug won't allow us to use `1 - ( 0.5 || 0 )` (trac-12497) - temp = remaining / animation.duration || 0, - percent = 1 - temp, - index = 0, - length = animation.tweens.length; - - for ( ; index < length; index++ ) { - animation.tweens[ index ].run( percent ); - } - - deferred.notifyWith( elem, [ animation, percent, remaining ] ); - - // If there's more to do, yield - if ( percent < 1 && length ) { - return remaining; - } - - // If this was an empty animation, synthesize a final progress notification - if ( !length ) { - deferred.notifyWith( elem, [ animation, 1, 0 ] ); - } - - // Resolve the animation and report its conclusion - deferred.resolveWith( elem, [ animation ] ); - return false; - }, - animation = deferred.promise( { - elem: elem, - props: jQuery.extend( {}, properties ), - opts: jQuery.extend( true, { - specialEasing: {}, - easing: jQuery.easing._default - }, options ), - originalProperties: properties, - originalOptions: options, - startTime: fxNow || createFxNow(), - duration: options.duration, - tweens: [], - createTween: function( prop, end ) { - var tween = jQuery.Tween( elem, animation.opts, prop, end, - animation.opts.specialEasing[ prop ] || animation.opts.easing ); - animation.tweens.push( tween ); - return tween; - }, - stop: function( gotoEnd ) { - var index = 0, - - // If we are going to the end, we want to run all the tweens - // otherwise we skip this part - length = gotoEnd ? animation.tweens.length : 0; - if ( stopped ) { - return this; - } - stopped = true; - for ( ; index < length; index++ ) { - animation.tweens[ index ].run( 1 ); - } - - // Resolve when we played the last frame; otherwise, reject - if ( gotoEnd ) { - deferred.notifyWith( elem, [ animation, 1, 0 ] ); - deferred.resolveWith( elem, [ animation, gotoEnd ] ); - } else { - deferred.rejectWith( elem, [ animation, gotoEnd ] ); - } - return this; - } - } ), - props = animation.props; - - propFilter( props, animation.opts.specialEasing ); - - for ( ; index < length; index++ ) { - result = Animation.prefilters[ index ].call( animation, elem, props, animation.opts ); - if ( result ) { - if ( isFunction( result.stop ) ) { - jQuery._queueHooks( animation.elem, animation.opts.queue ).stop = - result.stop.bind( result ); - } - return result; - } - } - - jQuery.map( props, createTween, animation ); - - if ( isFunction( animation.opts.start ) ) { - animation.opts.start.call( elem, animation ); - } - - // Attach callbacks from options - animation - .progress( animation.opts.progress ) - .done( animation.opts.done, animation.opts.complete ) - .fail( animation.opts.fail ) - .always( animation.opts.always ); - - jQuery.fx.timer( - jQuery.extend( tick, { - elem: elem, - anim: animation, - queue: animation.opts.queue - } ) - ); - - return animation; -} - -jQuery.Animation = jQuery.extend( Animation, { - - tweeners: { - "*": [ function( prop, value ) { - var tween = this.createTween( prop, value ); - adjustCSS( tween.elem, prop, rcssNum.exec( value ), tween ); - return tween; - } ] - }, - - tweener: function( props, callback ) { - if ( isFunction( props ) ) { - callback = props; - props = [ "*" ]; - } else { - props = props.match( rnothtmlwhite ); - } - - var prop, - index = 0, - length = props.length; - - for ( ; index < length; index++ ) { - prop = props[ index ]; - Animation.tweeners[ prop ] = Animation.tweeners[ prop ] || []; - Animation.tweeners[ prop ].unshift( callback ); - } - }, - - prefilters: [ defaultPrefilter ], - - prefilter: function( callback, prepend ) { - if ( prepend ) { - Animation.prefilters.unshift( callback ); - } else { - Animation.prefilters.push( callback ); - } - } -} ); - -jQuery.speed = function( speed, easing, fn ) { - var opt = speed && typeof speed === "object" ? jQuery.extend( {}, speed ) : { - complete: fn || !fn && easing || - isFunction( speed ) && speed, - duration: speed, - easing: fn && easing || easing && !isFunction( easing ) && easing - }; - - // Go to the end state if fx are off - if ( jQuery.fx.off ) { - opt.duration = 0; - - } else { - if ( typeof opt.duration !== "number" ) { - if ( opt.duration in jQuery.fx.speeds ) { - opt.duration = jQuery.fx.speeds[ opt.duration ]; - - } else { - opt.duration = jQuery.fx.speeds._default; - } - } - } - - // Normalize opt.queue - true/undefined/null -> "fx" - if ( opt.queue == null || opt.queue === true ) { - opt.queue = "fx"; - } - - // Queueing - opt.old = opt.complete; - - opt.complete = function() { - if ( isFunction( opt.old ) ) { - opt.old.call( this ); - } - - if ( opt.queue ) { - jQuery.dequeue( this, opt.queue ); - } - }; - - return opt; -}; - -jQuery.fn.extend( { - fadeTo: function( speed, to, easing, callback ) { - - // Show any hidden elements after setting opacity to 0 - return this.filter( isHiddenWithinTree ).css( "opacity", 0 ).show() - - // Animate to the value specified - .end().animate( { opacity: to }, speed, easing, callback ); - }, - animate: function( prop, speed, easing, callback ) { - var empty = jQuery.isEmptyObject( prop ), - optall = jQuery.speed( speed, easing, callback ), - doAnimation = function() { - - // Operate on a copy of prop so per-property easing won't be lost - var anim = Animation( this, jQuery.extend( {}, prop ), optall ); - - // Empty animations, or finishing resolves immediately - if ( empty || dataPriv.get( this, "finish" ) ) { - anim.stop( true ); - } - }; - - doAnimation.finish = doAnimation; - - return empty || optall.queue === false ? - this.each( doAnimation ) : - this.queue( optall.queue, doAnimation ); - }, - stop: function( type, clearQueue, gotoEnd ) { - var stopQueue = function( hooks ) { - var stop = hooks.stop; - delete hooks.stop; - stop( gotoEnd ); - }; - - if ( typeof type !== "string" ) { - gotoEnd = clearQueue; - clearQueue = type; - type = undefined; - } - if ( clearQueue ) { - this.queue( type || "fx", [] ); - } - - return this.each( function() { - var dequeue = true, - index = type != null && type + "queueHooks", - timers = jQuery.timers, - data = dataPriv.get( this ); - - if ( index ) { - if ( data[ index ] && data[ index ].stop ) { - stopQueue( data[ index ] ); - } - } else { - for ( index in data ) { - if ( data[ index ] && data[ index ].stop && rrun.test( index ) ) { - stopQueue( data[ index ] ); - } - } - } - - for ( index = timers.length; index--; ) { - if ( timers[ index ].elem === this && - ( type == null || timers[ index ].queue === type ) ) { - - timers[ index ].anim.stop( gotoEnd ); - dequeue = false; - timers.splice( index, 1 ); - } - } - - // Start the next in the queue if the last step wasn't forced. - // Timers currently will call their complete callbacks, which - // will dequeue but only if they were gotoEnd. - if ( dequeue || !gotoEnd ) { - jQuery.dequeue( this, type ); - } - } ); - }, - finish: function( type ) { - if ( type !== false ) { - type = type || "fx"; - } - return this.each( function() { - var index, - data = dataPriv.get( this ), - queue = data[ type + "queue" ], - hooks = data[ type + "queueHooks" ], - timers = jQuery.timers, - length = queue ? queue.length : 0; - - // Enable finishing flag on private data - data.finish = true; - - // Empty the queue first - jQuery.queue( this, type, [] ); - - if ( hooks && hooks.stop ) { - hooks.stop.call( this, true ); - } - - // Look for any active animations, and finish them - for ( index = timers.length; index--; ) { - if ( timers[ index ].elem === this && timers[ index ].queue === type ) { - timers[ index ].anim.stop( true ); - timers.splice( index, 1 ); - } - } - - // Look for any animations in the old queue and finish them - for ( index = 0; index < length; index++ ) { - if ( queue[ index ] && queue[ index ].finish ) { - queue[ index ].finish.call( this ); - } - } - - // Turn off finishing flag - delete data.finish; - } ); - } -} ); - -jQuery.each( [ "toggle", "show", "hide" ], function( _i, name ) { - var cssFn = jQuery.fn[ name ]; - jQuery.fn[ name ] = function( speed, easing, callback ) { - return speed == null || typeof speed === "boolean" ? - cssFn.apply( this, arguments ) : - this.animate( genFx( name, true ), speed, easing, callback ); - }; -} ); - -// Generate shortcuts for custom animations -jQuery.each( { - slideDown: genFx( "show" ), - slideUp: genFx( "hide" ), - slideToggle: genFx( "toggle" ), - fadeIn: { opacity: "show" }, - fadeOut: { opacity: "hide" }, - fadeToggle: { opacity: "toggle" } -}, function( name, props ) { - jQuery.fn[ name ] = function( speed, easing, callback ) { - return this.animate( props, speed, easing, callback ); - }; -} ); - -jQuery.timers = []; -jQuery.fx.tick = function() { - var timer, - i = 0, - timers = jQuery.timers; - - fxNow = Date.now(); - - for ( ; i < timers.length; i++ ) { - timer = timers[ i ]; - - // Run the timer and safely remove it when done (allowing for external removal) - if ( !timer() && timers[ i ] === timer ) { - timers.splice( i--, 1 ); - } - } - - if ( !timers.length ) { - jQuery.fx.stop(); - } - fxNow = undefined; -}; - -jQuery.fx.timer = function( timer ) { - jQuery.timers.push( timer ); - jQuery.fx.start(); -}; - -jQuery.fx.interval = 13; -jQuery.fx.start = function() { - if ( inProgress ) { - return; - } - - inProgress = true; - schedule(); -}; - -jQuery.fx.stop = function() { - inProgress = null; -}; - -jQuery.fx.speeds = { - slow: 600, - fast: 200, - - // Default speed - _default: 400 -}; - - -// Based off of the plugin by Clint Helfers, with permission. -jQuery.fn.delay = function( time, type ) { - time = jQuery.fx ? jQuery.fx.speeds[ time ] || time : time; - type = type || "fx"; - - return this.queue( type, function( next, hooks ) { - var timeout = window.setTimeout( next, time ); - hooks.stop = function() { - window.clearTimeout( timeout ); - }; - } ); -}; - - -( function() { - var input = document.createElement( "input" ), - select = document.createElement( "select" ), - opt = select.appendChild( document.createElement( "option" ) ); - - input.type = "checkbox"; - - // Support: Android <=4.3 only - // Default value for a checkbox should be "on" - support.checkOn = input.value !== ""; - - // Support: IE <=11 only - // Must access selectedIndex to make default options select - support.optSelected = opt.selected; - - // Support: IE <=11 only - // An input loses its value after becoming a radio - input = document.createElement( "input" ); - input.value = "t"; - input.type = "radio"; - support.radioValue = input.value === "t"; -} )(); - - -var boolHook, - attrHandle = jQuery.expr.attrHandle; - -jQuery.fn.extend( { - attr: function( name, value ) { - return access( this, jQuery.attr, name, value, arguments.length > 1 ); - }, - - removeAttr: function( name ) { - return this.each( function() { - jQuery.removeAttr( this, name ); - } ); - } -} ); - -jQuery.extend( { - attr: function( elem, name, value ) { - var ret, hooks, - nType = elem.nodeType; - - // Don't get/set attributes on text, comment and attribute nodes - if ( nType === 3 || nType === 8 || nType === 2 ) { - return; - } - - // Fallback to prop when attributes are not supported - if ( typeof elem.getAttribute === "undefined" ) { - return jQuery.prop( elem, name, value ); - } - - // Attribute hooks are determined by the lowercase version - // Grab necessary hook if one is defined - if ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) { - hooks = jQuery.attrHooks[ name.toLowerCase() ] || - ( jQuery.expr.match.bool.test( name ) ? boolHook : undefined ); - } - - if ( value !== undefined ) { - if ( value === null ) { - jQuery.removeAttr( elem, name ); - return; - } - - if ( hooks && "set" in hooks && - ( ret = hooks.set( elem, value, name ) ) !== undefined ) { - return ret; - } - - elem.setAttribute( name, value + "" ); - return value; - } - - if ( hooks && "get" in hooks && ( ret = hooks.get( elem, name ) ) !== null ) { - return ret; - } - - ret = jQuery.find.attr( elem, name ); - - // Non-existent attributes return null, we normalize to undefined - return ret == null ? undefined : ret; - }, - - attrHooks: { - type: { - set: function( elem, value ) { - if ( !support.radioValue && value === "radio" && - nodeName( elem, "input" ) ) { - var val = elem.value; - elem.setAttribute( "type", value ); - if ( val ) { - elem.value = val; - } - return value; - } - } - } - }, - - removeAttr: function( elem, value ) { - var name, - i = 0, - - // Attribute names can contain non-HTML whitespace characters - // https://html.spec.whatwg.org/multipage/syntax.html#attributes-2 - attrNames = value && value.match( rnothtmlwhite ); - - if ( attrNames && elem.nodeType === 1 ) { - while ( ( name = attrNames[ i++ ] ) ) { - elem.removeAttribute( name ); - } - } - } -} ); - -// Hooks for boolean attributes -boolHook = { - set: function( elem, value, name ) { - if ( value === false ) { - - // Remove boolean attributes when set to false - jQuery.removeAttr( elem, name ); - } else { - elem.setAttribute( name, name ); - } - return name; - } -}; - -jQuery.each( jQuery.expr.match.bool.source.match( /\w+/g ), function( _i, name ) { - var getter = attrHandle[ name ] || jQuery.find.attr; - - attrHandle[ name ] = function( elem, name, isXML ) { - var ret, handle, - lowercaseName = name.toLowerCase(); - - if ( !isXML ) { - - // Avoid an infinite loop by temporarily removing this function from the getter - handle = attrHandle[ lowercaseName ]; - attrHandle[ lowercaseName ] = ret; - ret = getter( elem, name, isXML ) != null ? - lowercaseName : - null; - attrHandle[ lowercaseName ] = handle; - } - return ret; - }; -} ); - - - - -var rfocusable = /^(?:input|select|textarea|button)$/i, - rclickable = /^(?:a|area)$/i; - -jQuery.fn.extend( { - prop: function( name, value ) { - return access( this, jQuery.prop, name, value, arguments.length > 1 ); - }, - - removeProp: function( name ) { - return this.each( function() { - delete this[ jQuery.propFix[ name ] || name ]; - } ); - } -} ); - -jQuery.extend( { - prop: function( elem, name, value ) { - var ret, hooks, - nType = elem.nodeType; - - // Don't get/set properties on text, comment and attribute nodes - if ( nType === 3 || nType === 8 || nType === 2 ) { - return; - } - - if ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) { - - // Fix name and attach hooks - name = jQuery.propFix[ name ] || name; - hooks = jQuery.propHooks[ name ]; - } - - if ( value !== undefined ) { - if ( hooks && "set" in hooks && - ( ret = hooks.set( elem, value, name ) ) !== undefined ) { - return ret; - } - - return ( elem[ name ] = value ); - } - - if ( hooks && "get" in hooks && ( ret = hooks.get( elem, name ) ) !== null ) { - return ret; - } - - return elem[ name ]; - }, - - propHooks: { - tabIndex: { - get: function( elem ) { - - // Support: IE <=9 - 11 only - // elem.tabIndex doesn't always return the - // correct value when it hasn't been explicitly set - // Use proper attribute retrieval (trac-12072) - var tabindex = jQuery.find.attr( elem, "tabindex" ); - - if ( tabindex ) { - return parseInt( tabindex, 10 ); - } - - if ( - rfocusable.test( elem.nodeName ) || - rclickable.test( elem.nodeName ) && - elem.href - ) { - return 0; - } - - return -1; - } - } - }, - - propFix: { - "for": "htmlFor", - "class": "className" - } -} ); - -// Support: IE <=11 only -// Accessing the selectedIndex property -// forces the browser to respect setting selected -// on the option -// The getter ensures a default option is selected -// when in an optgroup -// eslint rule "no-unused-expressions" is disabled for this code -// since it considers such accessions noop -if ( !support.optSelected ) { - jQuery.propHooks.selected = { - get: function( elem ) { - - /* eslint no-unused-expressions: "off" */ - - var parent = elem.parentNode; - if ( parent && parent.parentNode ) { - parent.parentNode.selectedIndex; - } - return null; - }, - set: function( elem ) { - - /* eslint no-unused-expressions: "off" */ - - var parent = elem.parentNode; - if ( parent ) { - parent.selectedIndex; - - if ( parent.parentNode ) { - parent.parentNode.selectedIndex; - } - } - } - }; -} - -jQuery.each( [ - "tabIndex", - "readOnly", - "maxLength", - "cellSpacing", - "cellPadding", - "rowSpan", - "colSpan", - "useMap", - "frameBorder", - "contentEditable" -], function() { - jQuery.propFix[ this.toLowerCase() ] = this; -} ); - - - - - // Strip and collapse whitespace according to HTML spec - // https://infra.spec.whatwg.org/#strip-and-collapse-ascii-whitespace - function stripAndCollapse( value ) { - var tokens = value.match( rnothtmlwhite ) || []; - return tokens.join( " " ); - } - - -function getClass( elem ) { - return elem.getAttribute && elem.getAttribute( "class" ) || ""; -} - -function classesToArray( value ) { - if ( Array.isArray( value ) ) { - return value; - } - if ( typeof value === "string" ) { - return value.match( rnothtmlwhite ) || []; - } - return []; -} - -jQuery.fn.extend( { - addClass: function( value ) { - var classNames, cur, curValue, className, i, finalValue; - - if ( isFunction( value ) ) { - return this.each( function( j ) { - jQuery( this ).addClass( value.call( this, j, getClass( this ) ) ); - } ); - } - - classNames = classesToArray( value ); - - if ( classNames.length ) { - return this.each( function() { - curValue = getClass( this ); - cur = this.nodeType === 1 && ( " " + stripAndCollapse( curValue ) + " " ); - - if ( cur ) { - for ( i = 0; i < classNames.length; i++ ) { - className = classNames[ i ]; - if ( cur.indexOf( " " + className + " " ) < 0 ) { - cur += className + " "; - } - } - - // Only assign if different to avoid unneeded rendering. - finalValue = stripAndCollapse( cur ); - if ( curValue !== finalValue ) { - this.setAttribute( "class", finalValue ); - } - } - } ); - } - - return this; - }, - - removeClass: function( value ) { - var classNames, cur, curValue, className, i, finalValue; - - if ( isFunction( value ) ) { - return this.each( function( j ) { - jQuery( this ).removeClass( value.call( this, j, getClass( this ) ) ); - } ); - } - - if ( !arguments.length ) { - return this.attr( "class", "" ); - } - - classNames = classesToArray( value ); - - if ( classNames.length ) { - return this.each( function() { - curValue = getClass( this ); - - // This expression is here for better compressibility (see addClass) - cur = this.nodeType === 1 && ( " " + stripAndCollapse( curValue ) + " " ); - - if ( cur ) { - for ( i = 0; i < classNames.length; i++ ) { - className = classNames[ i ]; - - // Remove *all* instances - while ( cur.indexOf( " " + className + " " ) > -1 ) { - cur = cur.replace( " " + className + " ", " " ); - } - } - - // Only assign if different to avoid unneeded rendering. - finalValue = stripAndCollapse( cur ); - if ( curValue !== finalValue ) { - this.setAttribute( "class", finalValue ); - } - } - } ); - } - - return this; - }, - - toggleClass: function( value, stateVal ) { - var classNames, className, i, self, - type = typeof value, - isValidValue = type === "string" || Array.isArray( value ); - - if ( isFunction( value ) ) { - return this.each( function( i ) { - jQuery( this ).toggleClass( - value.call( this, i, getClass( this ), stateVal ), - stateVal - ); - } ); - } - - if ( typeof stateVal === "boolean" && isValidValue ) { - return stateVal ? this.addClass( value ) : this.removeClass( value ); - } - - classNames = classesToArray( value ); - - return this.each( function() { - if ( isValidValue ) { - - // Toggle individual class names - self = jQuery( this ); - - for ( i = 0; i < classNames.length; i++ ) { - className = classNames[ i ]; - - // Check each className given, space separated list - if ( self.hasClass( className ) ) { - self.removeClass( className ); - } else { - self.addClass( className ); - } - } - - // Toggle whole class name - } else if ( value === undefined || type === "boolean" ) { - className = getClass( this ); - if ( className ) { - - // Store className if set - dataPriv.set( this, "__className__", className ); - } - - // If the element has a class name or if we're passed `false`, - // then remove the whole classname (if there was one, the above saved it). - // Otherwise bring back whatever was previously saved (if anything), - // falling back to the empty string if nothing was stored. - if ( this.setAttribute ) { - this.setAttribute( "class", - className || value === false ? - "" : - dataPriv.get( this, "__className__" ) || "" - ); - } - } - } ); - }, - - hasClass: function( selector ) { - var className, elem, - i = 0; - - className = " " + selector + " "; - while ( ( elem = this[ i++ ] ) ) { - if ( elem.nodeType === 1 && - ( " " + stripAndCollapse( getClass( elem ) ) + " " ).indexOf( className ) > -1 ) { - return true; - } - } - - return false; - } -} ); - - - - -var rreturn = /\r/g; - -jQuery.fn.extend( { - val: function( value ) { - var hooks, ret, valueIsFunction, - elem = this[ 0 ]; - - if ( !arguments.length ) { - if ( elem ) { - hooks = jQuery.valHooks[ elem.type ] || - jQuery.valHooks[ elem.nodeName.toLowerCase() ]; - - if ( hooks && - "get" in hooks && - ( ret = hooks.get( elem, "value" ) ) !== undefined - ) { - return ret; - } - - ret = elem.value; - - // Handle most common string cases - if ( typeof ret === "string" ) { - return ret.replace( rreturn, "" ); - } - - // Handle cases where value is null/undef or number - return ret == null ? "" : ret; - } - - return; - } - - valueIsFunction = isFunction( value ); - - return this.each( function( i ) { - var val; - - if ( this.nodeType !== 1 ) { - return; - } - - if ( valueIsFunction ) { - val = value.call( this, i, jQuery( this ).val() ); - } else { - val = value; - } - - // Treat null/undefined as ""; convert numbers to string - if ( val == null ) { - val = ""; - - } else if ( typeof val === "number" ) { - val += ""; - - } else if ( Array.isArray( val ) ) { - val = jQuery.map( val, function( value ) { - return value == null ? "" : value + ""; - } ); - } - - hooks = jQuery.valHooks[ this.type ] || jQuery.valHooks[ this.nodeName.toLowerCase() ]; - - // If set returns undefined, fall back to normal setting - if ( !hooks || !( "set" in hooks ) || hooks.set( this, val, "value" ) === undefined ) { - this.value = val; - } - } ); - } -} ); - -jQuery.extend( { - valHooks: { - option: { - get: function( elem ) { - - var val = jQuery.find.attr( elem, "value" ); - return val != null ? - val : - - // Support: IE <=10 - 11 only - // option.text throws exceptions (trac-14686, trac-14858) - // Strip and collapse whitespace - // https://html.spec.whatwg.org/#strip-and-collapse-whitespace - stripAndCollapse( jQuery.text( elem ) ); - } - }, - select: { - get: function( elem ) { - var value, option, i, - options = elem.options, - index = elem.selectedIndex, - one = elem.type === "select-one", - values = one ? null : [], - max = one ? index + 1 : options.length; - - if ( index < 0 ) { - i = max; - - } else { - i = one ? index : 0; - } - - // Loop through all the selected options - for ( ; i < max; i++ ) { - option = options[ i ]; - - // Support: IE <=9 only - // IE8-9 doesn't update selected after form reset (trac-2551) - if ( ( option.selected || i === index ) && - - // Don't return options that are disabled or in a disabled optgroup - !option.disabled && - ( !option.parentNode.disabled || - !nodeName( option.parentNode, "optgroup" ) ) ) { - - // Get the specific value for the option - value = jQuery( option ).val(); - - // We don't need an array for one selects - if ( one ) { - return value; - } - - // Multi-Selects return an array - values.push( value ); - } - } - - return values; - }, - - set: function( elem, value ) { - var optionSet, option, - options = elem.options, - values = jQuery.makeArray( value ), - i = options.length; - - while ( i-- ) { - option = options[ i ]; - - /* eslint-disable no-cond-assign */ - - if ( option.selected = - jQuery.inArray( jQuery.valHooks.option.get( option ), values ) > -1 - ) { - optionSet = true; - } - - /* eslint-enable no-cond-assign */ - } - - // Force browsers to behave consistently when non-matching value is set - if ( !optionSet ) { - elem.selectedIndex = -1; - } - return values; - } - } - } -} ); - -// Radios and checkboxes getter/setter -jQuery.each( [ "radio", "checkbox" ], function() { - jQuery.valHooks[ this ] = { - set: function( elem, value ) { - if ( Array.isArray( value ) ) { - return ( elem.checked = jQuery.inArray( jQuery( elem ).val(), value ) > -1 ); - } - } - }; - if ( !support.checkOn ) { - jQuery.valHooks[ this ].get = function( elem ) { - return elem.getAttribute( "value" ) === null ? "on" : elem.value; - }; - } -} ); - - - - -// Return jQuery for attributes-only inclusion - - -support.focusin = "onfocusin" in window; - - -var rfocusMorph = /^(?:focusinfocus|focusoutblur)$/, - stopPropagationCallback = function( e ) { - e.stopPropagation(); - }; - -jQuery.extend( jQuery.event, { - - trigger: function( event, data, elem, onlyHandlers ) { - - var i, cur, tmp, bubbleType, ontype, handle, special, lastElement, - eventPath = [ elem || document ], - type = hasOwn.call( event, "type" ) ? event.type : event, - namespaces = hasOwn.call( event, "namespace" ) ? event.namespace.split( "." ) : []; - - cur = lastElement = tmp = elem = elem || document; - - // Don't do events on text and comment nodes - if ( elem.nodeType === 3 || elem.nodeType === 8 ) { - return; - } - - // focus/blur morphs to focusin/out; ensure we're not firing them right now - if ( rfocusMorph.test( type + jQuery.event.triggered ) ) { - return; - } - - if ( type.indexOf( "." ) > -1 ) { - - // Namespaced trigger; create a regexp to match event type in handle() - namespaces = type.split( "." ); - type = namespaces.shift(); - namespaces.sort(); - } - ontype = type.indexOf( ":" ) < 0 && "on" + type; - - // Caller can pass in a jQuery.Event object, Object, or just an event type string - event = event[ jQuery.expando ] ? - event : - new jQuery.Event( type, typeof event === "object" && event ); - - // Trigger bitmask: & 1 for native handlers; & 2 for jQuery (always true) - event.isTrigger = onlyHandlers ? 2 : 3; - event.namespace = namespaces.join( "." ); - event.rnamespace = event.namespace ? - new RegExp( "(^|\\.)" + namespaces.join( "\\.(?:.*\\.|)" ) + "(\\.|$)" ) : - null; - - // Clean up the event in case it is being reused - event.result = undefined; - if ( !event.target ) { - event.target = elem; - } - - // Clone any incoming data and prepend the event, creating the handler arg list - data = data == null ? - [ event ] : - jQuery.makeArray( data, [ event ] ); - - // Allow special events to draw outside the lines - special = jQuery.event.special[ type ] || {}; - if ( !onlyHandlers && special.trigger && special.trigger.apply( elem, data ) === false ) { - return; - } - - // Determine event propagation path in advance, per W3C events spec (trac-9951) - // Bubble up to document, then to window; watch for a global ownerDocument var (trac-9724) - if ( !onlyHandlers && !special.noBubble && !isWindow( elem ) ) { - - bubbleType = special.delegateType || type; - if ( !rfocusMorph.test( bubbleType + type ) ) { - cur = cur.parentNode; - } - for ( ; cur; cur = cur.parentNode ) { - eventPath.push( cur ); - tmp = cur; - } - - // Only add window if we got to document (e.g., not plain obj or detached DOM) - if ( tmp === ( elem.ownerDocument || document ) ) { - eventPath.push( tmp.defaultView || tmp.parentWindow || window ); - } - } - - // Fire handlers on the event path - i = 0; - while ( ( cur = eventPath[ i++ ] ) && !event.isPropagationStopped() ) { - lastElement = cur; - event.type = i > 1 ? - bubbleType : - special.bindType || type; - - // jQuery handler - handle = ( dataPriv.get( cur, "events" ) || Object.create( null ) )[ event.type ] && - dataPriv.get( cur, "handle" ); - if ( handle ) { - handle.apply( cur, data ); - } - - // Native handler - handle = ontype && cur[ ontype ]; - if ( handle && handle.apply && acceptData( cur ) ) { - event.result = handle.apply( cur, data ); - if ( event.result === false ) { - event.preventDefault(); - } - } - } - event.type = type; - - // If nobody prevented the default action, do it now - if ( !onlyHandlers && !event.isDefaultPrevented() ) { - - if ( ( !special._default || - special._default.apply( eventPath.pop(), data ) === false ) && - acceptData( elem ) ) { - - // Call a native DOM method on the target with the same name as the event. - // Don't do default actions on window, that's where global variables be (trac-6170) - if ( ontype && isFunction( elem[ type ] ) && !isWindow( elem ) ) { - - // Don't re-trigger an onFOO event when we call its FOO() method - tmp = elem[ ontype ]; - - if ( tmp ) { - elem[ ontype ] = null; - } - - // Prevent re-triggering of the same event, since we already bubbled it above - jQuery.event.triggered = type; - - if ( event.isPropagationStopped() ) { - lastElement.addEventListener( type, stopPropagationCallback ); - } - - elem[ type ](); - - if ( event.isPropagationStopped() ) { - lastElement.removeEventListener( type, stopPropagationCallback ); - } - - jQuery.event.triggered = undefined; - - if ( tmp ) { - elem[ ontype ] = tmp; - } - } - } - } - - return event.result; - }, - - // Piggyback on a donor event to simulate a different one - // Used only for `focus(in | out)` events - simulate: function( type, elem, event ) { - var e = jQuery.extend( - new jQuery.Event(), - event, - { - type: type, - isSimulated: true - } - ); - - jQuery.event.trigger( e, null, elem ); - } - -} ); - -jQuery.fn.extend( { - - trigger: function( type, data ) { - return this.each( function() { - jQuery.event.trigger( type, data, this ); - } ); - }, - triggerHandler: function( type, data ) { - var elem = this[ 0 ]; - if ( elem ) { - return jQuery.event.trigger( type, data, elem, true ); - } - } -} ); - - -// Support: Firefox <=44 -// Firefox doesn't have focus(in | out) events -// Related ticket - https://bugzilla.mozilla.org/show_bug.cgi?id=687787 -// -// Support: Chrome <=48 - 49, Safari <=9.0 - 9.1 -// focus(in | out) events fire after focus & blur events, -// which is spec violation - http://www.w3.org/TR/DOM-Level-3-Events/#events-focusevent-event-order -// Related ticket - https://bugs.chromium.org/p/chromium/issues/detail?id=449857 -if ( !support.focusin ) { - jQuery.each( { focus: "focusin", blur: "focusout" }, function( orig, fix ) { - - // Attach a single capturing handler on the document while someone wants focusin/focusout - var handler = function( event ) { - jQuery.event.simulate( fix, event.target, jQuery.event.fix( event ) ); - }; - - jQuery.event.special[ fix ] = { - setup: function() { - - // Handle: regular nodes (via `this.ownerDocument`), window - // (via `this.document`) & document (via `this`). - var doc = this.ownerDocument || this.document || this, - attaches = dataPriv.access( doc, fix ); - - if ( !attaches ) { - doc.addEventListener( orig, handler, true ); - } - dataPriv.access( doc, fix, ( attaches || 0 ) + 1 ); - }, - teardown: function() { - var doc = this.ownerDocument || this.document || this, - attaches = dataPriv.access( doc, fix ) - 1; - - if ( !attaches ) { - doc.removeEventListener( orig, handler, true ); - dataPriv.remove( doc, fix ); - - } else { - dataPriv.access( doc, fix, attaches ); - } - } - }; - } ); -} -var location = window.location; - -var nonce = { guid: Date.now() }; - -var rquery = ( /\?/ ); - - - -// Cross-browser xml parsing -jQuery.parseXML = function( data ) { - var xml, parserErrorElem; - if ( !data || typeof data !== "string" ) { - return null; - } - - // Support: IE 9 - 11 only - // IE throws on parseFromString with invalid input. - try { - xml = ( new window.DOMParser() ).parseFromString( data, "text/xml" ); - } catch ( e ) {} - - parserErrorElem = xml && xml.getElementsByTagName( "parsererror" )[ 0 ]; - if ( !xml || parserErrorElem ) { - jQuery.error( "Invalid XML: " + ( - parserErrorElem ? - jQuery.map( parserErrorElem.childNodes, function( el ) { - return el.textContent; - } ).join( "\n" ) : - data - ) ); - } - return xml; -}; - - -var - rbracket = /\[\]$/, - rCRLF = /\r?\n/g, - rsubmitterTypes = /^(?:submit|button|image|reset|file)$/i, - rsubmittable = /^(?:input|select|textarea|keygen)/i; - -function buildParams( prefix, obj, traditional, add ) { - var name; - - if ( Array.isArray( obj ) ) { - - // Serialize array item. - jQuery.each( obj, function( i, v ) { - if ( traditional || rbracket.test( prefix ) ) { - - // Treat each array item as a scalar. - add( prefix, v ); - - } else { - - // Item is non-scalar (array or object), encode its numeric index. - buildParams( - prefix + "[" + ( typeof v === "object" && v != null ? i : "" ) + "]", - v, - traditional, - add - ); - } - } ); - - } else if ( !traditional && toType( obj ) === "object" ) { - - // Serialize object item. - for ( name in obj ) { - buildParams( prefix + "[" + name + "]", obj[ name ], traditional, add ); - } - - } else { - - // Serialize scalar item. - add( prefix, obj ); - } -} - -// Serialize an array of form elements or a set of -// key/values into a query string -jQuery.param = function( a, traditional ) { - var prefix, - s = [], - add = function( key, valueOrFunction ) { - - // If value is a function, invoke it and use its return value - var value = isFunction( valueOrFunction ) ? - valueOrFunction() : - valueOrFunction; - - s[ s.length ] = encodeURIComponent( key ) + "=" + - encodeURIComponent( value == null ? "" : value ); - }; - - if ( a == null ) { - return ""; - } - - // If an array was passed in, assume that it is an array of form elements. - if ( Array.isArray( a ) || ( a.jquery && !jQuery.isPlainObject( a ) ) ) { - - // Serialize the form elements - jQuery.each( a, function() { - add( this.name, this.value ); - } ); - - } else { - - // If traditional, encode the "old" way (the way 1.3.2 or older - // did it), otherwise encode params recursively. - for ( prefix in a ) { - buildParams( prefix, a[ prefix ], traditional, add ); - } - } - - // Return the resulting serialization - return s.join( "&" ); -}; - -jQuery.fn.extend( { - serialize: function() { - return jQuery.param( this.serializeArray() ); - }, - serializeArray: function() { - return this.map( function() { - - // Can add propHook for "elements" to filter or add form elements - var elements = jQuery.prop( this, "elements" ); - return elements ? jQuery.makeArray( elements ) : this; - } ).filter( function() { - var type = this.type; - - // Use .is( ":disabled" ) so that fieldset[disabled] works - return this.name && !jQuery( this ).is( ":disabled" ) && - rsubmittable.test( this.nodeName ) && !rsubmitterTypes.test( type ) && - ( this.checked || !rcheckableType.test( type ) ); - } ).map( function( _i, elem ) { - var val = jQuery( this ).val(); - - if ( val == null ) { - return null; - } - - if ( Array.isArray( val ) ) { - return jQuery.map( val, function( val ) { - return { name: elem.name, value: val.replace( rCRLF, "\r\n" ) }; - } ); - } - - return { name: elem.name, value: val.replace( rCRLF, "\r\n" ) }; - } ).get(); - } -} ); - - -var - r20 = /%20/g, - rhash = /#.*$/, - rantiCache = /([?&])_=[^&]*/, - rheaders = /^(.*?):[ \t]*([^\r\n]*)$/mg, - - // trac-7653, trac-8125, trac-8152: local protocol detection - rlocalProtocol = /^(?:about|app|app-storage|.+-extension|file|res|widget):$/, - rnoContent = /^(?:GET|HEAD)$/, - rprotocol = /^\/\//, - - /* Prefilters - * 1) They are useful to introduce custom dataTypes (see ajax/jsonp.js for an example) - * 2) These are called: - * - BEFORE asking for a transport - * - AFTER param serialization (s.data is a string if s.processData is true) - * 3) key is the dataType - * 4) the catchall symbol "*" can be used - * 5) execution will start with transport dataType and THEN continue down to "*" if needed - */ - prefilters = {}, - - /* Transports bindings - * 1) key is the dataType - * 2) the catchall symbol "*" can be used - * 3) selection will start with transport dataType and THEN go to "*" if needed - */ - transports = {}, - - // Avoid comment-prolog char sequence (trac-10098); must appease lint and evade compression - allTypes = "*/".concat( "*" ), - - // Anchor tag for parsing the document origin - originAnchor = document.createElement( "a" ); - -originAnchor.href = location.href; - -// Base "constructor" for jQuery.ajaxPrefilter and jQuery.ajaxTransport -function addToPrefiltersOrTransports( structure ) { - - // dataTypeExpression is optional and defaults to "*" - return function( dataTypeExpression, func ) { - - if ( typeof dataTypeExpression !== "string" ) { - func = dataTypeExpression; - dataTypeExpression = "*"; - } - - var dataType, - i = 0, - dataTypes = dataTypeExpression.toLowerCase().match( rnothtmlwhite ) || []; - - if ( isFunction( func ) ) { - - // For each dataType in the dataTypeExpression - while ( ( dataType = dataTypes[ i++ ] ) ) { - - // Prepend if requested - if ( dataType[ 0 ] === "+" ) { - dataType = dataType.slice( 1 ) || "*"; - ( structure[ dataType ] = structure[ dataType ] || [] ).unshift( func ); - - // Otherwise append - } else { - ( structure[ dataType ] = structure[ dataType ] || [] ).push( func ); - } - } - } - }; -} - -// Base inspection function for prefilters and transports -function inspectPrefiltersOrTransports( structure, options, originalOptions, jqXHR ) { - - var inspected = {}, - seekingTransport = ( structure === transports ); - - function inspect( dataType ) { - var selected; - inspected[ dataType ] = true; - jQuery.each( structure[ dataType ] || [], function( _, prefilterOrFactory ) { - var dataTypeOrTransport = prefilterOrFactory( options, originalOptions, jqXHR ); - if ( typeof dataTypeOrTransport === "string" && - !seekingTransport && !inspected[ dataTypeOrTransport ] ) { - - options.dataTypes.unshift( dataTypeOrTransport ); - inspect( dataTypeOrTransport ); - return false; - } else if ( seekingTransport ) { - return !( selected = dataTypeOrTransport ); - } - } ); - return selected; - } - - return inspect( options.dataTypes[ 0 ] ) || !inspected[ "*" ] && inspect( "*" ); -} - -// A special extend for ajax options -// that takes "flat" options (not to be deep extended) -// Fixes trac-9887 -function ajaxExtend( target, src ) { - var key, deep, - flatOptions = jQuery.ajaxSettings.flatOptions || {}; - - for ( key in src ) { - if ( src[ key ] !== undefined ) { - ( flatOptions[ key ] ? target : ( deep || ( deep = {} ) ) )[ key ] = src[ key ]; - } - } - if ( deep ) { - jQuery.extend( true, target, deep ); - } - - return target; -} - -/* Handles responses to an ajax request: - * - finds the right dataType (mediates between content-type and expected dataType) - * - returns the corresponding response - */ -function ajaxHandleResponses( s, jqXHR, responses ) { - - var ct, type, finalDataType, firstDataType, - contents = s.contents, - dataTypes = s.dataTypes; - - // Remove auto dataType and get content-type in the process - while ( dataTypes[ 0 ] === "*" ) { - dataTypes.shift(); - if ( ct === undefined ) { - ct = s.mimeType || jqXHR.getResponseHeader( "Content-Type" ); - } - } - - // Check if we're dealing with a known content-type - if ( ct ) { - for ( type in contents ) { - if ( contents[ type ] && contents[ type ].test( ct ) ) { - dataTypes.unshift( type ); - break; - } - } - } - - // Check to see if we have a response for the expected dataType - if ( dataTypes[ 0 ] in responses ) { - finalDataType = dataTypes[ 0 ]; - } else { - - // Try convertible dataTypes - for ( type in responses ) { - if ( !dataTypes[ 0 ] || s.converters[ type + " " + dataTypes[ 0 ] ] ) { - finalDataType = type; - break; - } - if ( !firstDataType ) { - firstDataType = type; - } - } - - // Or just use first one - finalDataType = finalDataType || firstDataType; - } - - // If we found a dataType - // We add the dataType to the list if needed - // and return the corresponding response - if ( finalDataType ) { - if ( finalDataType !== dataTypes[ 0 ] ) { - dataTypes.unshift( finalDataType ); - } - return responses[ finalDataType ]; - } -} - -/* Chain conversions given the request and the original response - * Also sets the responseXXX fields on the jqXHR instance - */ -function ajaxConvert( s, response, jqXHR, isSuccess ) { - var conv2, current, conv, tmp, prev, - converters = {}, - - // Work with a copy of dataTypes in case we need to modify it for conversion - dataTypes = s.dataTypes.slice(); - - // Create converters map with lowercased keys - if ( dataTypes[ 1 ] ) { - for ( conv in s.converters ) { - converters[ conv.toLowerCase() ] = s.converters[ conv ]; - } - } - - current = dataTypes.shift(); - - // Convert to each sequential dataType - while ( current ) { - - if ( s.responseFields[ current ] ) { - jqXHR[ s.responseFields[ current ] ] = response; - } - - // Apply the dataFilter if provided - if ( !prev && isSuccess && s.dataFilter ) { - response = s.dataFilter( response, s.dataType ); - } - - prev = current; - current = dataTypes.shift(); - - if ( current ) { - - // There's only work to do if current dataType is non-auto - if ( current === "*" ) { - - current = prev; - - // Convert response if prev dataType is non-auto and differs from current - } else if ( prev !== "*" && prev !== current ) { - - // Seek a direct converter - conv = converters[ prev + " " + current ] || converters[ "* " + current ]; - - // If none found, seek a pair - if ( !conv ) { - for ( conv2 in converters ) { - - // If conv2 outputs current - tmp = conv2.split( " " ); - if ( tmp[ 1 ] === current ) { - - // If prev can be converted to accepted input - conv = converters[ prev + " " + tmp[ 0 ] ] || - converters[ "* " + tmp[ 0 ] ]; - if ( conv ) { - - // Condense equivalence converters - if ( conv === true ) { - conv = converters[ conv2 ]; - - // Otherwise, insert the intermediate dataType - } else if ( converters[ conv2 ] !== true ) { - current = tmp[ 0 ]; - dataTypes.unshift( tmp[ 1 ] ); - } - break; - } - } - } - } - - // Apply converter (if not an equivalence) - if ( conv !== true ) { - - // Unless errors are allowed to bubble, catch and return them - if ( conv && s.throws ) { - response = conv( response ); - } else { - try { - response = conv( response ); - } catch ( e ) { - return { - state: "parsererror", - error: conv ? e : "No conversion from " + prev + " to " + current - }; - } - } - } - } - } - } - - return { state: "success", data: response }; -} - -jQuery.extend( { - - // Counter for holding the number of active queries - active: 0, - - // Last-Modified header cache for next request - lastModified: {}, - etag: {}, - - ajaxSettings: { - url: location.href, - type: "GET", - isLocal: rlocalProtocol.test( location.protocol ), - global: true, - processData: true, - async: true, - contentType: "application/x-www-form-urlencoded; charset=UTF-8", - - /* - timeout: 0, - data: null, - dataType: null, - username: null, - password: null, - cache: null, - throws: false, - traditional: false, - headers: {}, - */ - - accepts: { - "*": allTypes, - text: "text/plain", - html: "text/html", - xml: "application/xml, text/xml", - json: "application/json, text/javascript" - }, - - contents: { - xml: /\bxml\b/, - html: /\bhtml/, - json: /\bjson\b/ - }, - - responseFields: { - xml: "responseXML", - text: "responseText", - json: "responseJSON" - }, - - // Data converters - // Keys separate source (or catchall "*") and destination types with a single space - converters: { - - // Convert anything to text - "* text": String, - - // Text to html (true = no transformation) - "text html": true, - - // Evaluate text as a json expression - "text json": JSON.parse, - - // Parse text as xml - "text xml": jQuery.parseXML - }, - - // For options that shouldn't be deep extended: - // you can add your own custom options here if - // and when you create one that shouldn't be - // deep extended (see ajaxExtend) - flatOptions: { - url: true, - context: true - } - }, - - // Creates a full fledged settings object into target - // with both ajaxSettings and settings fields. - // If target is omitted, writes into ajaxSettings. - ajaxSetup: function( target, settings ) { - return settings ? - - // Building a settings object - ajaxExtend( ajaxExtend( target, jQuery.ajaxSettings ), settings ) : - - // Extending ajaxSettings - ajaxExtend( jQuery.ajaxSettings, target ); - }, - - ajaxPrefilter: addToPrefiltersOrTransports( prefilters ), - ajaxTransport: addToPrefiltersOrTransports( transports ), - - // Main method - ajax: function( url, options ) { - - // If url is an object, simulate pre-1.5 signature - if ( typeof url === "object" ) { - options = url; - url = undefined; - } - - // Force options to be an object - options = options || {}; - - var transport, - - // URL without anti-cache param - cacheURL, - - // Response headers - responseHeadersString, - responseHeaders, - - // timeout handle - timeoutTimer, - - // Url cleanup var - urlAnchor, - - // Request state (becomes false upon send and true upon completion) - completed, - - // To know if global events are to be dispatched - fireGlobals, - - // Loop variable - i, - - // uncached part of the url - uncached, - - // Create the final options object - s = jQuery.ajaxSetup( {}, options ), - - // Callbacks context - callbackContext = s.context || s, - - // Context for global events is callbackContext if it is a DOM node or jQuery collection - globalEventContext = s.context && - ( callbackContext.nodeType || callbackContext.jquery ) ? - jQuery( callbackContext ) : - jQuery.event, - - // Deferreds - deferred = jQuery.Deferred(), - completeDeferred = jQuery.Callbacks( "once memory" ), - - // Status-dependent callbacks - statusCode = s.statusCode || {}, - - // Headers (they are sent all at once) - requestHeaders = {}, - requestHeadersNames = {}, - - // Default abort message - strAbort = "canceled", - - // Fake xhr - jqXHR = { - readyState: 0, - - // Builds headers hashtable if needed - getResponseHeader: function( key ) { - var match; - if ( completed ) { - if ( !responseHeaders ) { - responseHeaders = {}; - while ( ( match = rheaders.exec( responseHeadersString ) ) ) { - responseHeaders[ match[ 1 ].toLowerCase() + " " ] = - ( responseHeaders[ match[ 1 ].toLowerCase() + " " ] || [] ) - .concat( match[ 2 ] ); - } - } - match = responseHeaders[ key.toLowerCase() + " " ]; - } - return match == null ? null : match.join( ", " ); - }, - - // Raw string - getAllResponseHeaders: function() { - return completed ? responseHeadersString : null; - }, - - // Caches the header - setRequestHeader: function( name, value ) { - if ( completed == null ) { - name = requestHeadersNames[ name.toLowerCase() ] = - requestHeadersNames[ name.toLowerCase() ] || name; - requestHeaders[ name ] = value; - } - return this; - }, - - // Overrides response content-type header - overrideMimeType: function( type ) { - if ( completed == null ) { - s.mimeType = type; - } - return this; - }, - - // Status-dependent callbacks - statusCode: function( map ) { - var code; - if ( map ) { - if ( completed ) { - - // Execute the appropriate callbacks - jqXHR.always( map[ jqXHR.status ] ); - } else { - - // Lazy-add the new callbacks in a way that preserves old ones - for ( code in map ) { - statusCode[ code ] = [ statusCode[ code ], map[ code ] ]; - } - } - } - return this; - }, - - // Cancel the request - abort: function( statusText ) { - var finalText = statusText || strAbort; - if ( transport ) { - transport.abort( finalText ); - } - done( 0, finalText ); - return this; - } - }; - - // Attach deferreds - deferred.promise( jqXHR ); - - // Add protocol if not provided (prefilters might expect it) - // Handle falsy url in the settings object (trac-10093: consistency with old signature) - // We also use the url parameter if available - s.url = ( ( url || s.url || location.href ) + "" ) - .replace( rprotocol, location.protocol + "//" ); - - // Alias method option to type as per ticket trac-12004 - s.type = options.method || options.type || s.method || s.type; - - // Extract dataTypes list - s.dataTypes = ( s.dataType || "*" ).toLowerCase().match( rnothtmlwhite ) || [ "" ]; - - // A cross-domain request is in order when the origin doesn't match the current origin. - if ( s.crossDomain == null ) { - urlAnchor = document.createElement( "a" ); - - // Support: IE <=8 - 11, Edge 12 - 15 - // IE throws exception on accessing the href property if url is malformed, - // e.g. http://example.com:80x/ - try { - urlAnchor.href = s.url; - - // Support: IE <=8 - 11 only - // Anchor's host property isn't correctly set when s.url is relative - urlAnchor.href = urlAnchor.href; - s.crossDomain = originAnchor.protocol + "//" + originAnchor.host !== - urlAnchor.protocol + "//" + urlAnchor.host; - } catch ( e ) { - - // If there is an error parsing the URL, assume it is crossDomain, - // it can be rejected by the transport if it is invalid - s.crossDomain = true; - } - } - - // Convert data if not already a string - if ( s.data && s.processData && typeof s.data !== "string" ) { - s.data = jQuery.param( s.data, s.traditional ); - } - - // Apply prefilters - inspectPrefiltersOrTransports( prefilters, s, options, jqXHR ); - - // If request was aborted inside a prefilter, stop there - if ( completed ) { - return jqXHR; - } - - // We can fire global events as of now if asked to - // Don't fire events if jQuery.event is undefined in an AMD-usage scenario (trac-15118) - fireGlobals = jQuery.event && s.global; - - // Watch for a new set of requests - if ( fireGlobals && jQuery.active++ === 0 ) { - jQuery.event.trigger( "ajaxStart" ); - } - - // Uppercase the type - s.type = s.type.toUpperCase(); - - // Determine if request has content - s.hasContent = !rnoContent.test( s.type ); - - // Save the URL in case we're toying with the If-Modified-Since - // and/or If-None-Match header later on - // Remove hash to simplify url manipulation - cacheURL = s.url.replace( rhash, "" ); - - // More options handling for requests with no content - if ( !s.hasContent ) { - - // Remember the hash so we can put it back - uncached = s.url.slice( cacheURL.length ); - - // If data is available and should be processed, append data to url - if ( s.data && ( s.processData || typeof s.data === "string" ) ) { - cacheURL += ( rquery.test( cacheURL ) ? "&" : "?" ) + s.data; - - // trac-9682: remove data so that it's not used in an eventual retry - delete s.data; - } - - // Add or update anti-cache param if needed - if ( s.cache === false ) { - cacheURL = cacheURL.replace( rantiCache, "$1" ); - uncached = ( rquery.test( cacheURL ) ? "&" : "?" ) + "_=" + ( nonce.guid++ ) + - uncached; - } - - // Put hash and anti-cache on the URL that will be requested (gh-1732) - s.url = cacheURL + uncached; - - // Change '%20' to '+' if this is encoded form body content (gh-2658) - } else if ( s.data && s.processData && - ( s.contentType || "" ).indexOf( "application/x-www-form-urlencoded" ) === 0 ) { - s.data = s.data.replace( r20, "+" ); - } - - // Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode. - if ( s.ifModified ) { - if ( jQuery.lastModified[ cacheURL ] ) { - jqXHR.setRequestHeader( "If-Modified-Since", jQuery.lastModified[ cacheURL ] ); - } - if ( jQuery.etag[ cacheURL ] ) { - jqXHR.setRequestHeader( "If-None-Match", jQuery.etag[ cacheURL ] ); - } - } - - // Set the correct header, if data is being sent - if ( s.data && s.hasContent && s.contentType !== false || options.contentType ) { - jqXHR.setRequestHeader( "Content-Type", s.contentType ); - } - - // Set the Accepts header for the server, depending on the dataType - jqXHR.setRequestHeader( - "Accept", - s.dataTypes[ 0 ] && s.accepts[ s.dataTypes[ 0 ] ] ? - s.accepts[ s.dataTypes[ 0 ] ] + - ( s.dataTypes[ 0 ] !== "*" ? ", " + allTypes + "; q=0.01" : "" ) : - s.accepts[ "*" ] - ); - - // Check for headers option - for ( i in s.headers ) { - jqXHR.setRequestHeader( i, s.headers[ i ] ); - } - - // Allow custom headers/mimetypes and early abort - if ( s.beforeSend && - ( s.beforeSend.call( callbackContext, jqXHR, s ) === false || completed ) ) { - - // Abort if not done already and return - return jqXHR.abort(); - } - - // Aborting is no longer a cancellation - strAbort = "abort"; - - // Install callbacks on deferreds - completeDeferred.add( s.complete ); - jqXHR.done( s.success ); - jqXHR.fail( s.error ); - - // Get transport - transport = inspectPrefiltersOrTransports( transports, s, options, jqXHR ); - - // If no transport, we auto-abort - if ( !transport ) { - done( -1, "No Transport" ); - } else { - jqXHR.readyState = 1; - - // Send global event - if ( fireGlobals ) { - globalEventContext.trigger( "ajaxSend", [ jqXHR, s ] ); - } - - // If request was aborted inside ajaxSend, stop there - if ( completed ) { - return jqXHR; - } - - // Timeout - if ( s.async && s.timeout > 0 ) { - timeoutTimer = window.setTimeout( function() { - jqXHR.abort( "timeout" ); - }, s.timeout ); - } - - try { - completed = false; - transport.send( requestHeaders, done ); - } catch ( e ) { - - // Rethrow post-completion exceptions - if ( completed ) { - throw e; - } - - // Propagate others as results - done( -1, e ); - } - } - - // Callback for when everything is done - function done( status, nativeStatusText, responses, headers ) { - var isSuccess, success, error, response, modified, - statusText = nativeStatusText; - - // Ignore repeat invocations - if ( completed ) { - return; - } - - completed = true; - - // Clear timeout if it exists - if ( timeoutTimer ) { - window.clearTimeout( timeoutTimer ); - } - - // Dereference transport for early garbage collection - // (no matter how long the jqXHR object will be used) - transport = undefined; - - // Cache response headers - responseHeadersString = headers || ""; - - // Set readyState - jqXHR.readyState = status > 0 ? 4 : 0; - - // Determine if successful - isSuccess = status >= 200 && status < 300 || status === 304; - - // Get response data - if ( responses ) { - response = ajaxHandleResponses( s, jqXHR, responses ); - } - - // Use a noop converter for missing script but not if jsonp - if ( !isSuccess && - jQuery.inArray( "script", s.dataTypes ) > -1 && - jQuery.inArray( "json", s.dataTypes ) < 0 ) { - s.converters[ "text script" ] = function() {}; - } - - // Convert no matter what (that way responseXXX fields are always set) - response = ajaxConvert( s, response, jqXHR, isSuccess ); - - // If successful, handle type chaining - if ( isSuccess ) { - - // Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode. - if ( s.ifModified ) { - modified = jqXHR.getResponseHeader( "Last-Modified" ); - if ( modified ) { - jQuery.lastModified[ cacheURL ] = modified; - } - modified = jqXHR.getResponseHeader( "etag" ); - if ( modified ) { - jQuery.etag[ cacheURL ] = modified; - } - } - - // if no content - if ( status === 204 || s.type === "HEAD" ) { - statusText = "nocontent"; - - // if not modified - } else if ( status === 304 ) { - statusText = "notmodified"; - - // If we have data, let's convert it - } else { - statusText = response.state; - success = response.data; - error = response.error; - isSuccess = !error; - } - } else { - - // Extract error from statusText and normalize for non-aborts - error = statusText; - if ( status || !statusText ) { - statusText = "error"; - if ( status < 0 ) { - status = 0; - } - } - } - - // Set data for the fake xhr object - jqXHR.status = status; - jqXHR.statusText = ( nativeStatusText || statusText ) + ""; - - // Success/Error - if ( isSuccess ) { - deferred.resolveWith( callbackContext, [ success, statusText, jqXHR ] ); - } else { - deferred.rejectWith( callbackContext, [ jqXHR, statusText, error ] ); - } - - // Status-dependent callbacks - jqXHR.statusCode( statusCode ); - statusCode = undefined; - - if ( fireGlobals ) { - globalEventContext.trigger( isSuccess ? "ajaxSuccess" : "ajaxError", - [ jqXHR, s, isSuccess ? success : error ] ); - } - - // Complete - completeDeferred.fireWith( callbackContext, [ jqXHR, statusText ] ); - - if ( fireGlobals ) { - globalEventContext.trigger( "ajaxComplete", [ jqXHR, s ] ); - - // Handle the global AJAX counter - if ( !( --jQuery.active ) ) { - jQuery.event.trigger( "ajaxStop" ); - } - } - } - - return jqXHR; - }, - - getJSON: function( url, data, callback ) { - return jQuery.get( url, data, callback, "json" ); - }, - - getScript: function( url, callback ) { - return jQuery.get( url, undefined, callback, "script" ); - } -} ); - -jQuery.each( [ "get", "post" ], function( _i, method ) { - jQuery[ method ] = function( url, data, callback, type ) { - - // Shift arguments if data argument was omitted - if ( isFunction( data ) ) { - type = type || callback; - callback = data; - data = undefined; - } - - // The url can be an options object (which then must have .url) - return jQuery.ajax( jQuery.extend( { - url: url, - type: method, - dataType: type, - data: data, - success: callback - }, jQuery.isPlainObject( url ) && url ) ); - }; -} ); - -jQuery.ajaxPrefilter( function( s ) { - var i; - for ( i in s.headers ) { - if ( i.toLowerCase() === "content-type" ) { - s.contentType = s.headers[ i ] || ""; - } - } -} ); - - -jQuery._evalUrl = function( url, options, doc ) { - return jQuery.ajax( { - url: url, - - // Make this explicit, since user can override this through ajaxSetup (trac-11264) - type: "GET", - dataType: "script", - cache: true, - async: false, - global: false, - - // Only evaluate the response if it is successful (gh-4126) - // dataFilter is not invoked for failure responses, so using it instead - // of the default converter is kludgy but it works. - converters: { - "text script": function() {} - }, - dataFilter: function( response ) { - jQuery.globalEval( response, options, doc ); - } - } ); -}; - - -jQuery.fn.extend( { - wrapAll: function( html ) { - var wrap; - - if ( this[ 0 ] ) { - if ( isFunction( html ) ) { - html = html.call( this[ 0 ] ); - } - - // The elements to wrap the target around - wrap = jQuery( html, this[ 0 ].ownerDocument ).eq( 0 ).clone( true ); - - if ( this[ 0 ].parentNode ) { - wrap.insertBefore( this[ 0 ] ); - } - - wrap.map( function() { - var elem = this; - - while ( elem.firstElementChild ) { - elem = elem.firstElementChild; - } - - return elem; - } ).append( this ); - } - - return this; - }, - - wrapInner: function( html ) { - if ( isFunction( html ) ) { - return this.each( function( i ) { - jQuery( this ).wrapInner( html.call( this, i ) ); - } ); - } - - return this.each( function() { - var self = jQuery( this ), - contents = self.contents(); - - if ( contents.length ) { - contents.wrapAll( html ); - - } else { - self.append( html ); - } - } ); - }, - - wrap: function( html ) { - var htmlIsFunction = isFunction( html ); - - return this.each( function( i ) { - jQuery( this ).wrapAll( htmlIsFunction ? html.call( this, i ) : html ); - } ); - }, - - unwrap: function( selector ) { - this.parent( selector ).not( "body" ).each( function() { - jQuery( this ).replaceWith( this.childNodes ); - } ); - return this; - } -} ); - - -jQuery.expr.pseudos.hidden = function( elem ) { - return !jQuery.expr.pseudos.visible( elem ); -}; -jQuery.expr.pseudos.visible = function( elem ) { - return !!( elem.offsetWidth || elem.offsetHeight || elem.getClientRects().length ); -}; - - - - -jQuery.ajaxSettings.xhr = function() { - try { - return new window.XMLHttpRequest(); - } catch ( e ) {} -}; - -var xhrSuccessStatus = { - - // File protocol always yields status code 0, assume 200 - 0: 200, - - // Support: IE <=9 only - // trac-1450: sometimes IE returns 1223 when it should be 204 - 1223: 204 - }, - xhrSupported = jQuery.ajaxSettings.xhr(); - -support.cors = !!xhrSupported && ( "withCredentials" in xhrSupported ); -support.ajax = xhrSupported = !!xhrSupported; - -jQuery.ajaxTransport( function( options ) { - var callback, errorCallback; - - // Cross domain only allowed if supported through XMLHttpRequest - if ( support.cors || xhrSupported && !options.crossDomain ) { - return { - send: function( headers, complete ) { - var i, - xhr = options.xhr(); - - xhr.open( - options.type, - options.url, - options.async, - options.username, - options.password - ); - - // Apply custom fields if provided - if ( options.xhrFields ) { - for ( i in options.xhrFields ) { - xhr[ i ] = options.xhrFields[ i ]; - } - } - - // Override mime type if needed - if ( options.mimeType && xhr.overrideMimeType ) { - xhr.overrideMimeType( options.mimeType ); - } - - // X-Requested-With header - // For cross-domain requests, seeing as conditions for a preflight are - // akin to a jigsaw puzzle, we simply never set it to be sure. - // (it can always be set on a per-request basis or even using ajaxSetup) - // For same-domain requests, won't change header if already provided. - if ( !options.crossDomain && !headers[ "X-Requested-With" ] ) { - headers[ "X-Requested-With" ] = "XMLHttpRequest"; - } - - // Set headers - for ( i in headers ) { - xhr.setRequestHeader( i, headers[ i ] ); - } - - // Callback - callback = function( type ) { - return function() { - if ( callback ) { - callback = errorCallback = xhr.onload = - xhr.onerror = xhr.onabort = xhr.ontimeout = - xhr.onreadystatechange = null; - - if ( type === "abort" ) { - xhr.abort(); - } else if ( type === "error" ) { - - // Support: IE <=9 only - // On a manual native abort, IE9 throws - // errors on any property access that is not readyState - if ( typeof xhr.status !== "number" ) { - complete( 0, "error" ); - } else { - complete( - - // File: protocol always yields status 0; see trac-8605, trac-14207 - xhr.status, - xhr.statusText - ); - } - } else { - complete( - xhrSuccessStatus[ xhr.status ] || xhr.status, - xhr.statusText, - - // Support: IE <=9 only - // IE9 has no XHR2 but throws on binary (trac-11426) - // For XHR2 non-text, let the caller handle it (gh-2498) - ( xhr.responseType || "text" ) !== "text" || - typeof xhr.responseText !== "string" ? - { binary: xhr.response } : - { text: xhr.responseText }, - xhr.getAllResponseHeaders() - ); - } - } - }; - }; - - // Listen to events - xhr.onload = callback(); - errorCallback = xhr.onerror = xhr.ontimeout = callback( "error" ); - - // Support: IE 9 only - // Use onreadystatechange to replace onabort - // to handle uncaught aborts - if ( xhr.onabort !== undefined ) { - xhr.onabort = errorCallback; - } else { - xhr.onreadystatechange = function() { - - // Check readyState before timeout as it changes - if ( xhr.readyState === 4 ) { - - // Allow onerror to be called first, - // but that will not handle a native abort - // Also, save errorCallback to a variable - // as xhr.onerror cannot be accessed - window.setTimeout( function() { - if ( callback ) { - errorCallback(); - } - } ); - } - }; - } - - // Create the abort callback - callback = callback( "abort" ); - - try { - - // Do send the request (this may raise an exception) - xhr.send( options.hasContent && options.data || null ); - } catch ( e ) { - - // trac-14683: Only rethrow if this hasn't been notified as an error yet - if ( callback ) { - throw e; - } - } - }, - - abort: function() { - if ( callback ) { - callback(); - } - } - }; - } -} ); - - - - -// Prevent auto-execution of scripts when no explicit dataType was provided (See gh-2432) -jQuery.ajaxPrefilter( function( s ) { - if ( s.crossDomain ) { - s.contents.script = false; - } -} ); - -// Install script dataType -jQuery.ajaxSetup( { - accepts: { - script: "text/javascript, application/javascript, " + - "application/ecmascript, application/x-ecmascript" - }, - contents: { - script: /\b(?:java|ecma)script\b/ - }, - converters: { - "text script": function( text ) { - jQuery.globalEval( text ); - return text; - } - } -} ); - -// Handle cache's special case and crossDomain -jQuery.ajaxPrefilter( "script", function( s ) { - if ( s.cache === undefined ) { - s.cache = false; - } - if ( s.crossDomain ) { - s.type = "GET"; - } -} ); - -// Bind script tag hack transport -jQuery.ajaxTransport( "script", function( s ) { - - // This transport only deals with cross domain or forced-by-attrs requests - if ( s.crossDomain || s.scriptAttrs ) { - var script, callback; - return { - send: function( _, complete ) { - script = jQuery( "<script>" ) - .attr( s.scriptAttrs || {} ) - .prop( { charset: s.scriptCharset, src: s.url } ) - .on( "load error", callback = function( evt ) { - script.remove(); - callback = null; - if ( evt ) { - complete( evt.type === "error" ? 404 : 200, evt.type ); - } - } ); - - // Use native DOM manipulation to avoid our domManip AJAX trickery - document.head.appendChild( script[ 0 ] ); - }, - abort: function() { - if ( callback ) { - callback(); - } - } - }; - } -} ); - - - - -var oldCallbacks = [], - rjsonp = /(=)\?(?=&|$)|\?\?/; - -// Default jsonp settings -jQuery.ajaxSetup( { - jsonp: "callback", - jsonpCallback: function() { - var callback = oldCallbacks.pop() || ( jQuery.expando + "_" + ( nonce.guid++ ) ); - this[ callback ] = true; - return callback; - } -} ); - -// Detect, normalize options and install callbacks for jsonp requests -jQuery.ajaxPrefilter( "json jsonp", function( s, originalSettings, jqXHR ) { - - var callbackName, overwritten, responseContainer, - jsonProp = s.jsonp !== false && ( rjsonp.test( s.url ) ? - "url" : - typeof s.data === "string" && - ( s.contentType || "" ) - .indexOf( "application/x-www-form-urlencoded" ) === 0 && - rjsonp.test( s.data ) && "data" - ); - - // Handle iff the expected data type is "jsonp" or we have a parameter to set - if ( jsonProp || s.dataTypes[ 0 ] === "jsonp" ) { - - // Get callback name, remembering preexisting value associated with it - callbackName = s.jsonpCallback = isFunction( s.jsonpCallback ) ? - s.jsonpCallback() : - s.jsonpCallback; - - // Insert callback into url or form data - if ( jsonProp ) { - s[ jsonProp ] = s[ jsonProp ].replace( rjsonp, "$1" + callbackName ); - } else if ( s.jsonp !== false ) { - s.url += ( rquery.test( s.url ) ? "&" : "?" ) + s.jsonp + "=" + callbackName; - } - - // Use data converter to retrieve json after script execution - s.converters[ "script json" ] = function() { - if ( !responseContainer ) { - jQuery.error( callbackName + " was not called" ); - } - return responseContainer[ 0 ]; - }; - - // Force json dataType - s.dataTypes[ 0 ] = "json"; - - // Install callback - overwritten = window[ callbackName ]; - window[ callbackName ] = function() { - responseContainer = arguments; - }; - - // Clean-up function (fires after converters) - jqXHR.always( function() { - - // If previous value didn't exist - remove it - if ( overwritten === undefined ) { - jQuery( window ).removeProp( callbackName ); - - // Otherwise restore preexisting value - } else { - window[ callbackName ] = overwritten; - } - - // Save back as free - if ( s[ callbackName ] ) { - - // Make sure that re-using the options doesn't screw things around - s.jsonpCallback = originalSettings.jsonpCallback; - - // Save the callback name for future use - oldCallbacks.push( callbackName ); - } - - // Call if it was a function and we have a response - if ( responseContainer && isFunction( overwritten ) ) { - overwritten( responseContainer[ 0 ] ); - } - - responseContainer = overwritten = undefined; - } ); - - // Delegate to script - return "script"; - } -} ); - - - - -// Support: Safari 8 only -// In Safari 8 documents created via document.implementation.createHTMLDocument -// collapse sibling forms: the second one becomes a child of the first one. -// Because of that, this security measure has to be disabled in Safari 8. -// https://bugs.webkit.org/show_bug.cgi?id=137337 -support.createHTMLDocument = ( function() { - var body = document.implementation.createHTMLDocument( "" ).body; - body.innerHTML = "<form></form><form></form>"; - return body.childNodes.length === 2; -} )(); - - -// Argument "data" should be string of html -// context (optional): If specified, the fragment will be created in this context, -// defaults to document -// keepScripts (optional): If true, will include scripts passed in the html string -jQuery.parseHTML = function( data, context, keepScripts ) { - if ( typeof data !== "string" ) { - return []; - } - if ( typeof context === "boolean" ) { - keepScripts = context; - context = false; - } - - var base, parsed, scripts; - - if ( !context ) { - - // Stop scripts or inline event handlers from being executed immediately - // by using document.implementation - if ( support.createHTMLDocument ) { - context = document.implementation.createHTMLDocument( "" ); - - // Set the base href for the created document - // so any parsed elements with URLs - // are based on the document's URL (gh-2965) - base = context.createElement( "base" ); - base.href = document.location.href; - context.head.appendChild( base ); - } else { - context = document; - } - } - - parsed = rsingleTag.exec( data ); - scripts = !keepScripts && []; - - // Single tag - if ( parsed ) { - return [ context.createElement( parsed[ 1 ] ) ]; - } - - parsed = buildFragment( [ data ], context, scripts ); - - if ( scripts && scripts.length ) { - jQuery( scripts ).remove(); - } - - return jQuery.merge( [], parsed.childNodes ); -}; - - -/** - * Load a url into a page - */ -jQuery.fn.load = function( url, params, callback ) { - var selector, type, response, - self = this, - off = url.indexOf( " " ); - - if ( off > -1 ) { - selector = stripAndCollapse( url.slice( off ) ); - url = url.slice( 0, off ); - } - - // If it's a function - if ( isFunction( params ) ) { - - // We assume that it's the callback - callback = params; - params = undefined; - - // Otherwise, build a param string - } else if ( params && typeof params === "object" ) { - type = "POST"; - } - - // If we have elements to modify, make the request - if ( self.length > 0 ) { - jQuery.ajax( { - url: url, - - // If "type" variable is undefined, then "GET" method will be used. - // Make value of this field explicit since - // user can override it through ajaxSetup method - type: type || "GET", - dataType: "html", - data: params - } ).done( function( responseText ) { - - // Save response for use in complete callback - response = arguments; - - self.html( selector ? - - // If a selector was specified, locate the right elements in a dummy div - // Exclude scripts to avoid IE 'Permission Denied' errors - jQuery( "<div>" ).append( jQuery.parseHTML( responseText ) ).find( selector ) : - - // Otherwise use the full result - responseText ); - - // If the request succeeds, this function gets "data", "status", "jqXHR" - // but they are ignored because response was set above. - // If it fails, this function gets "jqXHR", "status", "error" - } ).always( callback && function( jqXHR, status ) { - self.each( function() { - callback.apply( this, response || [ jqXHR.responseText, status, jqXHR ] ); - } ); - } ); - } - - return this; -}; - - - - -jQuery.expr.pseudos.animated = function( elem ) { - return jQuery.grep( jQuery.timers, function( fn ) { - return elem === fn.elem; - } ).length; -}; - - - - -jQuery.offset = { - setOffset: function( elem, options, i ) { - var curPosition, curLeft, curCSSTop, curTop, curOffset, curCSSLeft, calculatePosition, - position = jQuery.css( elem, "position" ), - curElem = jQuery( elem ), - props = {}; - - // Set position first, in-case top/left are set even on static elem - if ( position === "static" ) { - elem.style.position = "relative"; - } - - curOffset = curElem.offset(); - curCSSTop = jQuery.css( elem, "top" ); - curCSSLeft = jQuery.css( elem, "left" ); - calculatePosition = ( position === "absolute" || position === "fixed" ) && - ( curCSSTop + curCSSLeft ).indexOf( "auto" ) > -1; - - // Need to be able to calculate position if either - // top or left is auto and position is either absolute or fixed - if ( calculatePosition ) { - curPosition = curElem.position(); - curTop = curPosition.top; - curLeft = curPosition.left; - - } else { - curTop = parseFloat( curCSSTop ) || 0; - curLeft = parseFloat( curCSSLeft ) || 0; - } - - if ( isFunction( options ) ) { - - // Use jQuery.extend here to allow modification of coordinates argument (gh-1848) - options = options.call( elem, i, jQuery.extend( {}, curOffset ) ); - } - - if ( options.top != null ) { - props.top = ( options.top - curOffset.top ) + curTop; - } - if ( options.left != null ) { - props.left = ( options.left - curOffset.left ) + curLeft; - } - - if ( "using" in options ) { - options.using.call( elem, props ); - - } else { - curElem.css( props ); - } - } -}; - -jQuery.fn.extend( { - - // offset() relates an element's border box to the document origin - offset: function( options ) { - - // Preserve chaining for setter - if ( arguments.length ) { - return options === undefined ? - this : - this.each( function( i ) { - jQuery.offset.setOffset( this, options, i ); - } ); - } - - var rect, win, - elem = this[ 0 ]; - - if ( !elem ) { - return; - } - - // Return zeros for disconnected and hidden (display: none) elements (gh-2310) - // Support: IE <=11 only - // Running getBoundingClientRect on a - // disconnected node in IE throws an error - if ( !elem.getClientRects().length ) { - return { top: 0, left: 0 }; - } - - // Get document-relative position by adding viewport scroll to viewport-relative gBCR - rect = elem.getBoundingClientRect(); - win = elem.ownerDocument.defaultView; - return { - top: rect.top + win.pageYOffset, - left: rect.left + win.pageXOffset - }; - }, - - // position() relates an element's margin box to its offset parent's padding box - // This corresponds to the behavior of CSS absolute positioning - position: function() { - if ( !this[ 0 ] ) { - return; - } - - var offsetParent, offset, doc, - elem = this[ 0 ], - parentOffset = { top: 0, left: 0 }; - - // position:fixed elements are offset from the viewport, which itself always has zero offset - if ( jQuery.css( elem, "position" ) === "fixed" ) { - - // Assume position:fixed implies availability of getBoundingClientRect - offset = elem.getBoundingClientRect(); - - } else { - offset = this.offset(); - - // Account for the *real* offset parent, which can be the document or its root element - // when a statically positioned element is identified - doc = elem.ownerDocument; - offsetParent = elem.offsetParent || doc.documentElement; - while ( offsetParent && - ( offsetParent === doc.body || offsetParent === doc.documentElement ) && - jQuery.css( offsetParent, "position" ) === "static" ) { - - offsetParent = offsetParent.parentNode; - } - if ( offsetParent && offsetParent !== elem && offsetParent.nodeType === 1 ) { - - // Incorporate borders into its offset, since they are outside its content origin - parentOffset = jQuery( offsetParent ).offset(); - parentOffset.top += jQuery.css( offsetParent, "borderTopWidth", true ); - parentOffset.left += jQuery.css( offsetParent, "borderLeftWidth", true ); - } - } - - // Subtract parent offsets and element margins - return { - top: offset.top - parentOffset.top - jQuery.css( elem, "marginTop", true ), - left: offset.left - parentOffset.left - jQuery.css( elem, "marginLeft", true ) - }; - }, - - // This method will return documentElement in the following cases: - // 1) For the element inside the iframe without offsetParent, this method will return - // documentElement of the parent window - // 2) For the hidden or detached element - // 3) For body or html element, i.e. in case of the html node - it will return itself - // - // but those exceptions were never presented as a real life use-cases - // and might be considered as more preferable results. - // - // This logic, however, is not guaranteed and can change at any point in the future - offsetParent: function() { - return this.map( function() { - var offsetParent = this.offsetParent; - - while ( offsetParent && jQuery.css( offsetParent, "position" ) === "static" ) { - offsetParent = offsetParent.offsetParent; - } - - return offsetParent || documentElement; - } ); - } -} ); - -// Create scrollLeft and scrollTop methods -jQuery.each( { scrollLeft: "pageXOffset", scrollTop: "pageYOffset" }, function( method, prop ) { - var top = "pageYOffset" === prop; - - jQuery.fn[ method ] = function( val ) { - return access( this, function( elem, method, val ) { - - // Coalesce documents and windows - var win; - if ( isWindow( elem ) ) { - win = elem; - } else if ( elem.nodeType === 9 ) { - win = elem.defaultView; - } - - if ( val === undefined ) { - return win ? win[ prop ] : elem[ method ]; - } - - if ( win ) { - win.scrollTo( - !top ? val : win.pageXOffset, - top ? val : win.pageYOffset - ); - - } else { - elem[ method ] = val; - } - }, method, val, arguments.length ); - }; -} ); - -// Support: Safari <=7 - 9.1, Chrome <=37 - 49 -// Add the top/left cssHooks using jQuery.fn.position -// Webkit bug: https://bugs.webkit.org/show_bug.cgi?id=29084 -// Blink bug: https://bugs.chromium.org/p/chromium/issues/detail?id=589347 -// getComputedStyle returns percent when specified for top/left/bottom/right; -// rather than make the css module depend on the offset module, just check for it here -jQuery.each( [ "top", "left" ], function( _i, prop ) { - jQuery.cssHooks[ prop ] = addGetHookIf( support.pixelPosition, - function( elem, computed ) { - if ( computed ) { - computed = curCSS( elem, prop ); - - // If curCSS returns percentage, fallback to offset - return rnumnonpx.test( computed ) ? - jQuery( elem ).position()[ prop ] + "px" : - computed; - } - } - ); -} ); - - -// Create innerHeight, innerWidth, height, width, outerHeight and outerWidth methods -jQuery.each( { Height: "height", Width: "width" }, function( name, type ) { - jQuery.each( { - padding: "inner" + name, - content: type, - "": "outer" + name - }, function( defaultExtra, funcName ) { - - // Margin is only for outerHeight, outerWidth - jQuery.fn[ funcName ] = function( margin, value ) { - var chainable = arguments.length && ( defaultExtra || typeof margin !== "boolean" ), - extra = defaultExtra || ( margin === true || value === true ? "margin" : "border" ); - - return access( this, function( elem, type, value ) { - var doc; - - if ( isWindow( elem ) ) { - - // $( window ).outerWidth/Height return w/h including scrollbars (gh-1729) - return funcName.indexOf( "outer" ) === 0 ? - elem[ "inner" + name ] : - elem.document.documentElement[ "client" + name ]; - } - - // Get document width or height - if ( elem.nodeType === 9 ) { - doc = elem.documentElement; - - // Either scroll[Width/Height] or offset[Width/Height] or client[Width/Height], - // whichever is greatest - return Math.max( - elem.body[ "scroll" + name ], doc[ "scroll" + name ], - elem.body[ "offset" + name ], doc[ "offset" + name ], - doc[ "client" + name ] - ); - } - - return value === undefined ? - - // Get width or height on the element, requesting but not forcing parseFloat - jQuery.css( elem, type, extra ) : - - // Set width or height on the element - jQuery.style( elem, type, value, extra ); - }, type, chainable ? margin : undefined, chainable ); - }; - } ); -} ); - - -jQuery.each( [ - "ajaxStart", - "ajaxStop", - "ajaxComplete", - "ajaxError", - "ajaxSuccess", - "ajaxSend" -], function( _i, type ) { - jQuery.fn[ type ] = function( fn ) { - return this.on( type, fn ); - }; -} ); - - - - -jQuery.fn.extend( { - - bind: function( types, data, fn ) { - return this.on( types, null, data, fn ); - }, - unbind: function( types, fn ) { - return this.off( types, null, fn ); - }, - - delegate: function( selector, types, data, fn ) { - return this.on( types, selector, data, fn ); - }, - undelegate: function( selector, types, fn ) { - - // ( namespace ) or ( selector, types [, fn] ) - return arguments.length === 1 ? - this.off( selector, "**" ) : - this.off( types, selector || "**", fn ); - }, - - hover: function( fnOver, fnOut ) { - return this.mouseenter( fnOver ).mouseleave( fnOut || fnOver ); - } -} ); - -jQuery.each( - ( "blur focus focusin focusout resize scroll click dblclick " + - "mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave " + - "change select submit keydown keypress keyup contextmenu" ).split( " " ), - function( _i, name ) { - - // Handle event binding - jQuery.fn[ name ] = function( data, fn ) { - return arguments.length > 0 ? - this.on( name, null, data, fn ) : - this.trigger( name ); - }; - } -); - - - - -// Support: Android <=4.0 only -// Make sure we trim BOM and NBSP -// Require that the "whitespace run" starts from a non-whitespace -// to avoid O(N^2) behavior when the engine would try matching "\s+$" at each space position. -var rtrim = /^[\s\uFEFF\xA0]+|([^\s\uFEFF\xA0])[\s\uFEFF\xA0]+$/g; - -// Bind a function to a context, optionally partially applying any -// arguments. -// jQuery.proxy is deprecated to promote standards (specifically Function#bind) -// However, it is not slated for removal any time soon -jQuery.proxy = function( fn, context ) { - var tmp, args, proxy; - - if ( typeof context === "string" ) { - tmp = fn[ context ]; - context = fn; - fn = tmp; - } - - // Quick check to determine if target is callable, in the spec - // this throws a TypeError, but we will just return undefined. - if ( !isFunction( fn ) ) { - return undefined; - } - - // Simulated bind - args = slice.call( arguments, 2 ); - proxy = function() { - return fn.apply( context || this, args.concat( slice.call( arguments ) ) ); - }; - - // Set the guid of unique handler to the same of original handler, so it can be removed - proxy.guid = fn.guid = fn.guid || jQuery.guid++; - - return proxy; -}; - -jQuery.holdReady = function( hold ) { - if ( hold ) { - jQuery.readyWait++; - } else { - jQuery.ready( true ); - } -}; -jQuery.isArray = Array.isArray; -jQuery.parseJSON = JSON.parse; -jQuery.nodeName = nodeName; -jQuery.isFunction = isFunction; -jQuery.isWindow = isWindow; -jQuery.camelCase = camelCase; -jQuery.type = toType; - -jQuery.now = Date.now; - -jQuery.isNumeric = function( obj ) { - - // As of jQuery 3.0, isNumeric is limited to - // strings and numbers (primitives or objects) - // that can be coerced to finite numbers (gh-2662) - var type = jQuery.type( obj ); - return ( type === "number" || type === "string" ) && - - // parseFloat NaNs numeric-cast false positives ("") - // ...but misinterprets leading-number strings, particularly hex literals ("0x...") - // subtraction forces infinities to NaN - !isNaN( obj - parseFloat( obj ) ); -}; - -jQuery.trim = function( text ) { - return text == null ? - "" : - ( text + "" ).replace( rtrim, "$1" ); -}; - - - -// Register as a named AMD module, since jQuery can be concatenated with other -// files that may use define, but not via a proper concatenation script that -// understands anonymous AMD modules. A named AMD is safest and most robust -// way to register. Lowercase jquery is used because AMD module names are -// derived from file names, and jQuery is normally delivered in a lowercase -// file name. Do this after creating the global so that if an AMD module wants -// to call noConflict to hide this version of jQuery, it will work. - -// Note that for maximum portability, libraries that are not jQuery should -// declare themselves as anonymous modules, and avoid setting a global if an -// AMD loader is present. jQuery is a special case. For more information, see -// https://github.com/jrburke/requirejs/wiki/Updating-existing-libraries#wiki-anon - -if ( typeof define === "function" && define.amd ) { - define( "jquery", [], function() { - return jQuery; - } ); -} - - - - -var - - // Map over jQuery in case of overwrite - _jQuery = window.jQuery, - - // Map over the $ in case of overwrite - _$ = window.$; - -jQuery.noConflict = function( deep ) { - if ( window.$ === jQuery ) { - window.$ = _$; - } - - if ( deep && window.jQuery === jQuery ) { - window.jQuery = _jQuery; - } - - return jQuery; -}; - -// Expose jQuery and $ identifiers, even in AMD -// (trac-7102#comment:10, https://github.com/jquery/jquery/pull/557) -// and CommonJS for browser emulators (trac-13566) -if ( typeof noGlobal === "undefined" ) { - window.jQuery = window.$ = jQuery; -} - - - - -return jQuery; -} ); diff --git a/software/flow/node_modules/jquery/dist/jquery.min.js b/software/flow/node_modules/jquery/dist/jquery.min.js deleted file mode 100644 index b5329e9..0000000 --- a/software/flow/node_modules/jquery/dist/jquery.min.js +++ /dev/null @@ -1,2 +0,0 @@ -/*! jQuery v3.6.3 | (c) OpenJS Foundation and other contributors | jquery.org/license */ -!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(C,e){"use strict";var t=[],r=Object.getPrototypeOf,s=t.slice,g=t.flat?function(e){return t.flat.call(e)}:function(e){return t.concat.apply([],e)},u=t.push,i=t.indexOf,n={},o=n.toString,y=n.hasOwnProperty,a=y.toString,l=a.call(Object),v={},m=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType&&"function"!=typeof e.item},x=function(e){return null!=e&&e===e.window},S=C.document,c={type:!0,src:!0,nonce:!0,noModule:!0};function b(e,t,n){var r,i,o=(n=n||S).createElement("script");if(o.text=e,t)for(r in c)(i=t[r]||t.getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}function w(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?n[o.call(e)]||"object":typeof e}var f="3.6.3",E=function(e,t){return new E.fn.init(e,t)};function p(e){var t=!!e&&"length"in e&&e.length,n=w(e);return!m(e)&&!x(e)&&("array"===n||0===t||"number"==typeof t&&0<t&&t-1 in e)}E.fn=E.prototype={jquery:f,constructor:E,length:0,toArray:function(){return s.call(this)},get:function(e){return null==e?s.call(this):e<0?this[e+this.length]:this[e]},pushStack:function(e){var t=E.merge(this.constructor(),e);return t.prevObject=this,t},each:function(e){return E.each(this,e)},map:function(n){return this.pushStack(E.map(this,function(e,t){return n.call(e,t,e)}))},slice:function(){return this.pushStack(s.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},even:function(){return this.pushStack(E.grep(this,function(e,t){return(t+1)%2}))},odd:function(){return this.pushStack(E.grep(this,function(e,t){return t%2}))},eq:function(e){var t=this.length,n=+e+(e<0?t:0);return this.pushStack(0<=n&&n<t?[this[n]]:[])},end:function(){return this.prevObject||this.constructor()},push:u,sort:t.sort,splice:t.splice},E.extend=E.fn.extend=function(){var e,t,n,r,i,o,a=arguments[0]||{},s=1,u=arguments.length,l=!1;for("boolean"==typeof a&&(l=a,a=arguments[s]||{},s++),"object"==typeof a||m(a)||(a={}),s===u&&(a=this,s--);s<u;s++)if(null!=(e=arguments[s]))for(t in e)r=e[t],"__proto__"!==t&&a!==r&&(l&&r&&(E.isPlainObject(r)||(i=Array.isArray(r)))?(n=a[t],o=i&&!Array.isArray(n)?[]:i||E.isPlainObject(n)?n:{},i=!1,a[t]=E.extend(l,o,r)):void 0!==r&&(a[t]=r));return a},E.extend({expando:"jQuery"+(f+Math.random()).replace(/\D/g,""),isReady:!0,error:function(e){throw new Error(e)},noop:function(){},isPlainObject:function(e){var t,n;return!(!e||"[object Object]"!==o.call(e))&&(!(t=r(e))||"function"==typeof(n=y.call(t,"constructor")&&t.constructor)&&a.call(n)===l)},isEmptyObject:function(e){var t;for(t in e)return!1;return!0},globalEval:function(e,t,n){b(e,{nonce:t&&t.nonce},n)},each:function(e,t){var n,r=0;if(p(e)){for(n=e.length;r<n;r++)if(!1===t.call(e[r],r,e[r]))break}else for(r in e)if(!1===t.call(e[r],r,e[r]))break;return e},makeArray:function(e,t){var n=t||[];return null!=e&&(p(Object(e))?E.merge(n,"string"==typeof e?[e]:e):u.call(n,e)),n},inArray:function(e,t,n){return null==t?-1:i.call(t,e,n)},merge:function(e,t){for(var n=+t.length,r=0,i=e.length;r<n;r++)e[i++]=t[r];return e.length=i,e},grep:function(e,t,n){for(var r=[],i=0,o=e.length,a=!n;i<o;i++)!t(e[i],i)!==a&&r.push(e[i]);return r},map:function(e,t,n){var r,i,o=0,a=[];if(p(e))for(r=e.length;o<r;o++)null!=(i=t(e[o],o,n))&&a.push(i);else for(o in e)null!=(i=t(e[o],o,n))&&a.push(i);return g(a)},guid:1,support:v}),"function"==typeof Symbol&&(E.fn[Symbol.iterator]=t[Symbol.iterator]),E.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),function(e,t){n["[object "+t+"]"]=t.toLowerCase()});var d=function(n){var e,d,b,o,i,h,f,g,w,u,l,T,C,a,S,y,s,c,v,E="sizzle"+1*new Date,p=n.document,k=0,r=0,m=ue(),x=ue(),A=ue(),N=ue(),j=function(e,t){return e===t&&(l=!0),0},D={}.hasOwnProperty,t=[],q=t.pop,L=t.push,H=t.push,O=t.slice,P=function(e,t){for(var n=0,r=e.length;n<r;n++)if(e[n]===t)return n;return-1},R="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",M="[\\x20\\t\\r\\n\\f]",I="(?:\\\\[\\da-fA-F]{1,6}"+M+"?|\\\\[^\\r\\n\\f]|[\\w-]|[^\0-\\x7f])+",W="\\["+M+"*("+I+")(?:"+M+"*([*^$|!~]?=)"+M+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+I+"))|)"+M+"*\\]",F=":("+I+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+W+")*)|.*)\\)|)",$=new RegExp(M+"+","g"),B=new RegExp("^"+M+"+|((?:^|[^\\\\])(?:\\\\.)*)"+M+"+$","g"),_=new RegExp("^"+M+"*,"+M+"*"),z=new RegExp("^"+M+"*([>+~]|"+M+")"+M+"*"),U=new RegExp(M+"|>"),X=new RegExp(F),V=new RegExp("^"+I+"$"),G={ID:new RegExp("^#("+I+")"),CLASS:new RegExp("^\\.("+I+")"),TAG:new RegExp("^("+I+"|[*])"),ATTR:new RegExp("^"+W),PSEUDO:new RegExp("^"+F),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+R+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},Y=/HTML$/i,Q=/^(?:input|select|textarea|button)$/i,J=/^h\d$/i,K=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ee=/[+~]/,te=new RegExp("\\\\[\\da-fA-F]{1,6}"+M+"?|\\\\([^\\r\\n\\f])","g"),ne=function(e,t){var n="0x"+e.slice(1)-65536;return t||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},re=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ie=function(e,t){return t?"\0"===e?"\ufffd":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},oe=function(){T()},ae=be(function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()},{dir:"parentNode",next:"legend"});try{H.apply(t=O.call(p.childNodes),p.childNodes),t[p.childNodes.length].nodeType}catch(e){H={apply:t.length?function(e,t){L.apply(e,O.call(t))}:function(e,t){var n=e.length,r=0;while(e[n++]=t[r++]);e.length=n-1}}}function se(t,e,n,r){var i,o,a,s,u,l,c,f=e&&e.ownerDocument,p=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==p&&9!==p&&11!==p)return n;if(!r&&(T(e),e=e||C,S)){if(11!==p&&(u=Z.exec(t)))if(i=u[1]){if(9===p){if(!(a=e.getElementById(i)))return n;if(a.id===i)return n.push(a),n}else if(f&&(a=f.getElementById(i))&&v(e,a)&&a.id===i)return n.push(a),n}else{if(u[2])return H.apply(n,e.getElementsByTagName(t)),n;if((i=u[3])&&d.getElementsByClassName&&e.getElementsByClassName)return H.apply(n,e.getElementsByClassName(i)),n}if(d.qsa&&!N[t+" "]&&(!y||!y.test(t))&&(1!==p||"object"!==e.nodeName.toLowerCase())){if(c=t,f=e,1===p&&(U.test(t)||z.test(t))){(f=ee.test(t)&&ve(e.parentNode)||e)===e&&d.scope||((s=e.getAttribute("id"))?s=s.replace(re,ie):e.setAttribute("id",s=E)),o=(l=h(t)).length;while(o--)l[o]=(s?"#"+s:":scope")+" "+xe(l[o]);c=l.join(",")}try{if(d.cssSupportsSelector&&!CSS.supports("selector(:is("+c+"))"))throw new Error;return H.apply(n,f.querySelectorAll(c)),n}catch(e){N(t,!0)}finally{s===E&&e.removeAttribute("id")}}}return g(t.replace(B,"$1"),e,n,r)}function ue(){var r=[];return function e(t,n){return r.push(t+" ")>b.cacheLength&&delete e[r.shift()],e[t+" "]=n}}function le(e){return e[E]=!0,e}function ce(e){var t=C.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function fe(e,t){var n=e.split("|"),r=n.length;while(r--)b.attrHandle[n[r]]=t}function pe(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)while(n=n.nextSibling)if(n===t)return-1;return e?1:-1}function de(t){return function(e){return"input"===e.nodeName.toLowerCase()&&e.type===t}}function he(n){return function(e){var t=e.nodeName.toLowerCase();return("input"===t||"button"===t)&&e.type===n}}function ge(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&ae(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function ye(a){return le(function(o){return o=+o,le(function(e,t){var n,r=a([],e.length,o),i=r.length;while(i--)e[n=r[i]]&&(e[n]=!(t[n]=e[n]))})})}function ve(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}for(e in d=se.support={},i=se.isXML=function(e){var t=e&&e.namespaceURI,n=e&&(e.ownerDocument||e).documentElement;return!Y.test(t||n&&n.nodeName||"HTML")},T=se.setDocument=function(e){var t,n,r=e?e.ownerDocument||e:p;return r!=C&&9===r.nodeType&&r.documentElement&&(a=(C=r).documentElement,S=!i(C),p!=C&&(n=C.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",oe,!1):n.attachEvent&&n.attachEvent("onunload",oe)),d.scope=ce(function(e){return a.appendChild(e).appendChild(C.createElement("div")),"undefined"!=typeof e.querySelectorAll&&!e.querySelectorAll(":scope fieldset div").length}),d.cssSupportsSelector=ce(function(){return CSS.supports("selector(*)")&&C.querySelectorAll(":is(:jqfake)")&&!CSS.supports("selector(:is(*,:jqfake))")}),d.attributes=ce(function(e){return e.className="i",!e.getAttribute("className")}),d.getElementsByTagName=ce(function(e){return e.appendChild(C.createComment("")),!e.getElementsByTagName("*").length}),d.getElementsByClassName=K.test(C.getElementsByClassName),d.getById=ce(function(e){return a.appendChild(e).id=E,!C.getElementsByName||!C.getElementsByName(E).length}),d.getById?(b.filter.ID=function(e){var t=e.replace(te,ne);return function(e){return e.getAttribute("id")===t}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&S){var n=t.getElementById(e);return n?[n]:[]}}):(b.filter.ID=function(e){var n=e.replace(te,ne);return function(e){var t="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return t&&t.value===n}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&S){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),b.find.TAG=d.getElementsByTagName?function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):d.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){while(n=o[i++])1===n.nodeType&&r.push(n);return r}return o},b.find.CLASS=d.getElementsByClassName&&function(e,t){if("undefined"!=typeof t.getElementsByClassName&&S)return t.getElementsByClassName(e)},s=[],y=[],(d.qsa=K.test(C.querySelectorAll))&&(ce(function(e){var t;a.appendChild(e).innerHTML="<a id='"+E+"'></a><select id='"+E+"-\r\\' msallowcapture=''><option selected=''></option></select>",e.querySelectorAll("[msallowcapture^='']").length&&y.push("[*^$]="+M+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||y.push("\\["+M+"*(?:value|"+R+")"),e.querySelectorAll("[id~="+E+"-]").length||y.push("~="),(t=C.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||y.push("\\["+M+"*name"+M+"*="+M+"*(?:''|\"\")"),e.querySelectorAll(":checked").length||y.push(":checked"),e.querySelectorAll("a#"+E+"+*").length||y.push(".#.+[+~]"),e.querySelectorAll("\\\f"),y.push("[\\r\\n\\f]")}),ce(function(e){e.innerHTML="<a href='' disabled='disabled'></a><select disabled='disabled'><option/></select>";var t=C.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&y.push("name"+M+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&y.push(":enabled",":disabled"),a.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&y.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),y.push(",.*:")})),(d.matchesSelector=K.test(c=a.matches||a.webkitMatchesSelector||a.mozMatchesSelector||a.oMatchesSelector||a.msMatchesSelector))&&ce(function(e){d.disconnectedMatch=c.call(e,"*"),c.call(e,"[s!='']:x"),s.push("!=",F)}),d.cssSupportsSelector||y.push(":has"),y=y.length&&new RegExp(y.join("|")),s=s.length&&new RegExp(s.join("|")),t=K.test(a.compareDocumentPosition),v=t||K.test(a.contains)?function(e,t){var n=9===e.nodeType&&e.documentElement||e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)while(t=t.parentNode)if(t===e)return!0;return!1},j=t?function(e,t){if(e===t)return l=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!d.sortDetached&&t.compareDocumentPosition(e)===n?e==C||e.ownerDocument==p&&v(p,e)?-1:t==C||t.ownerDocument==p&&v(p,t)?1:u?P(u,e)-P(u,t):0:4&n?-1:1)}:function(e,t){if(e===t)return l=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e==C?-1:t==C?1:i?-1:o?1:u?P(u,e)-P(u,t):0;if(i===o)return pe(e,t);n=e;while(n=n.parentNode)a.unshift(n);n=t;while(n=n.parentNode)s.unshift(n);while(a[r]===s[r])r++;return r?pe(a[r],s[r]):a[r]==p?-1:s[r]==p?1:0}),C},se.matches=function(e,t){return se(e,null,null,t)},se.matchesSelector=function(e,t){if(T(e),d.matchesSelector&&S&&!N[t+" "]&&(!s||!s.test(t))&&(!y||!y.test(t)))try{var n=c.call(e,t);if(n||d.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){N(t,!0)}return 0<se(t,C,null,[e]).length},se.contains=function(e,t){return(e.ownerDocument||e)!=C&&T(e),v(e,t)},se.attr=function(e,t){(e.ownerDocument||e)!=C&&T(e);var n=b.attrHandle[t.toLowerCase()],r=n&&D.call(b.attrHandle,t.toLowerCase())?n(e,t,!S):void 0;return void 0!==r?r:d.attributes||!S?e.getAttribute(t):(r=e.getAttributeNode(t))&&r.specified?r.value:null},se.escape=function(e){return(e+"").replace(re,ie)},se.error=function(e){throw new Error("Syntax error, unrecognized expression: "+e)},se.uniqueSort=function(e){var t,n=[],r=0,i=0;if(l=!d.detectDuplicates,u=!d.sortStable&&e.slice(0),e.sort(j),l){while(t=e[i++])t===e[i]&&(r=n.push(i));while(r--)e.splice(n[r],1)}return u=null,e},o=se.getText=function(e){var t,n="",r=0,i=e.nodeType;if(i){if(1===i||9===i||11===i){if("string"==typeof e.textContent)return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)n+=o(e)}else if(3===i||4===i)return e.nodeValue}else while(t=e[r++])n+=o(t);return n},(b=se.selectors={cacheLength:50,createPseudo:le,match:G,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(te,ne),e[3]=(e[3]||e[4]||e[5]||"").replace(te,ne),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||se.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&se.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return G.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&X.test(n)&&(t=h(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(te,ne).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=m[e+" "];return t||(t=new RegExp("(^|"+M+")"+e+"("+M+"|$)"))&&m(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(n,r,i){return function(e){var t=se.attr(e,n);return null==t?"!="===r:!r||(t+="","="===r?t===i:"!="===r?t!==i:"^="===r?i&&0===t.indexOf(i):"*="===r?i&&-1<t.indexOf(i):"$="===r?i&&t.slice(-i.length)===i:"~="===r?-1<(" "+t.replace($," ")+" ").indexOf(i):"|="===r&&(t===i||t.slice(0,i.length+1)===i+"-"))}},CHILD:function(h,e,t,g,y){var v="nth"!==h.slice(0,3),m="last"!==h.slice(-4),x="of-type"===e;return 1===g&&0===y?function(e){return!!e.parentNode}:function(e,t,n){var r,i,o,a,s,u,l=v!==m?"nextSibling":"previousSibling",c=e.parentNode,f=x&&e.nodeName.toLowerCase(),p=!n&&!x,d=!1;if(c){if(v){while(l){a=e;while(a=a[l])if(x?a.nodeName.toLowerCase()===f:1===a.nodeType)return!1;u=l="only"===h&&!u&&"nextSibling"}return!0}if(u=[m?c.firstChild:c.lastChild],m&&p){d=(s=(r=(i=(o=(a=c)[E]||(a[E]={}))[a.uniqueID]||(o[a.uniqueID]={}))[h]||[])[0]===k&&r[1])&&r[2],a=s&&c.childNodes[s];while(a=++s&&a&&a[l]||(d=s=0)||u.pop())if(1===a.nodeType&&++d&&a===e){i[h]=[k,s,d];break}}else if(p&&(d=s=(r=(i=(o=(a=e)[E]||(a[E]={}))[a.uniqueID]||(o[a.uniqueID]={}))[h]||[])[0]===k&&r[1]),!1===d)while(a=++s&&a&&a[l]||(d=s=0)||u.pop())if((x?a.nodeName.toLowerCase()===f:1===a.nodeType)&&++d&&(p&&((i=(o=a[E]||(a[E]={}))[a.uniqueID]||(o[a.uniqueID]={}))[h]=[k,d]),a===e))break;return(d-=y)===g||d%g==0&&0<=d/g}}},PSEUDO:function(e,o){var t,a=b.pseudos[e]||b.setFilters[e.toLowerCase()]||se.error("unsupported pseudo: "+e);return a[E]?a(o):1<a.length?(t=[e,e,"",o],b.setFilters.hasOwnProperty(e.toLowerCase())?le(function(e,t){var n,r=a(e,o),i=r.length;while(i--)e[n=P(e,r[i])]=!(t[n]=r[i])}):function(e){return a(e,0,t)}):a}},pseudos:{not:le(function(e){var r=[],i=[],s=f(e.replace(B,"$1"));return s[E]?le(function(e,t,n,r){var i,o=s(e,null,r,[]),a=e.length;while(a--)(i=o[a])&&(e[a]=!(t[a]=i))}):function(e,t,n){return r[0]=e,s(r,null,n,i),r[0]=null,!i.pop()}}),has:le(function(t){return function(e){return 0<se(t,e).length}}),contains:le(function(t){return t=t.replace(te,ne),function(e){return-1<(e.textContent||o(e)).indexOf(t)}}),lang:le(function(n){return V.test(n||"")||se.error("unsupported lang: "+n),n=n.replace(te,ne).toLowerCase(),function(e){var t;do{if(t=S?e.lang:e.getAttribute("xml:lang")||e.getAttribute("lang"))return(t=t.toLowerCase())===n||0===t.indexOf(n+"-")}while((e=e.parentNode)&&1===e.nodeType);return!1}}),target:function(e){var t=n.location&&n.location.hash;return t&&t.slice(1)===e.id},root:function(e){return e===a},focus:function(e){return e===C.activeElement&&(!C.hasFocus||C.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},enabled:ge(!1),disabled:ge(!0),checked:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&!!e.checked||"option"===t&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,!0===e.selected},empty:function(e){for(e=e.firstChild;e;e=e.nextSibling)if(e.nodeType<6)return!1;return!0},parent:function(e){return!b.pseudos.empty(e)},header:function(e){return J.test(e.nodeName)},input:function(e){return Q.test(e.nodeName)},button:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&"button"===e.type||"button"===t},text:function(e){var t;return"input"===e.nodeName.toLowerCase()&&"text"===e.type&&(null==(t=e.getAttribute("type"))||"text"===t.toLowerCase())},first:ye(function(){return[0]}),last:ye(function(e,t){return[t-1]}),eq:ye(function(e,t,n){return[n<0?n+t:n]}),even:ye(function(e,t){for(var n=0;n<t;n+=2)e.push(n);return e}),odd:ye(function(e,t){for(var n=1;n<t;n+=2)e.push(n);return e}),lt:ye(function(e,t,n){for(var r=n<0?n+t:t<n?t:n;0<=--r;)e.push(r);return e}),gt:ye(function(e,t,n){for(var r=n<0?n+t:n;++r<t;)e.push(r);return e})}}).pseudos.nth=b.pseudos.eq,{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})b.pseudos[e]=de(e);for(e in{submit:!0,reset:!0})b.pseudos[e]=he(e);function me(){}function xe(e){for(var t=0,n=e.length,r="";t<n;t++)r+=e[t].value;return r}function be(s,e,t){var u=e.dir,l=e.next,c=l||u,f=t&&"parentNode"===c,p=r++;return e.first?function(e,t,n){while(e=e[u])if(1===e.nodeType||f)return s(e,t,n);return!1}:function(e,t,n){var r,i,o,a=[k,p];if(n){while(e=e[u])if((1===e.nodeType||f)&&s(e,t,n))return!0}else while(e=e[u])if(1===e.nodeType||f)if(i=(o=e[E]||(e[E]={}))[e.uniqueID]||(o[e.uniqueID]={}),l&&l===e.nodeName.toLowerCase())e=e[u]||e;else{if((r=i[c])&&r[0]===k&&r[1]===p)return a[2]=r[2];if((i[c]=a)[2]=s(e,t,n))return!0}return!1}}function we(i){return 1<i.length?function(e,t,n){var r=i.length;while(r--)if(!i[r](e,t,n))return!1;return!0}:i[0]}function Te(e,t,n,r,i){for(var o,a=[],s=0,u=e.length,l=null!=t;s<u;s++)(o=e[s])&&(n&&!n(o,r,i)||(a.push(o),l&&t.push(s)));return a}function Ce(d,h,g,y,v,e){return y&&!y[E]&&(y=Ce(y)),v&&!v[E]&&(v=Ce(v,e)),le(function(e,t,n,r){var i,o,a,s=[],u=[],l=t.length,c=e||function(e,t,n){for(var r=0,i=t.length;r<i;r++)se(e,t[r],n);return n}(h||"*",n.nodeType?[n]:n,[]),f=!d||!e&&h?c:Te(c,s,d,n,r),p=g?v||(e?d:l||y)?[]:t:f;if(g&&g(f,p,n,r),y){i=Te(p,u),y(i,[],n,r),o=i.length;while(o--)(a=i[o])&&(p[u[o]]=!(f[u[o]]=a))}if(e){if(v||d){if(v){i=[],o=p.length;while(o--)(a=p[o])&&i.push(f[o]=a);v(null,p=[],i,r)}o=p.length;while(o--)(a=p[o])&&-1<(i=v?P(e,a):s[o])&&(e[i]=!(t[i]=a))}}else p=Te(p===t?p.splice(l,p.length):p),v?v(null,t,p,r):H.apply(t,p)})}function Se(e){for(var i,t,n,r=e.length,o=b.relative[e[0].type],a=o||b.relative[" "],s=o?1:0,u=be(function(e){return e===i},a,!0),l=be(function(e){return-1<P(i,e)},a,!0),c=[function(e,t,n){var r=!o&&(n||t!==w)||((i=t).nodeType?u(e,t,n):l(e,t,n));return i=null,r}];s<r;s++)if(t=b.relative[e[s].type])c=[be(we(c),t)];else{if((t=b.filter[e[s].type].apply(null,e[s].matches))[E]){for(n=++s;n<r;n++)if(b.relative[e[n].type])break;return Ce(1<s&&we(c),1<s&&xe(e.slice(0,s-1).concat({value:" "===e[s-2].type?"*":""})).replace(B,"$1"),t,s<n&&Se(e.slice(s,n)),n<r&&Se(e=e.slice(n)),n<r&&xe(e))}c.push(t)}return we(c)}return me.prototype=b.filters=b.pseudos,b.setFilters=new me,h=se.tokenize=function(e,t){var n,r,i,o,a,s,u,l=x[e+" "];if(l)return t?0:l.slice(0);a=e,s=[],u=b.preFilter;while(a){for(o in n&&!(r=_.exec(a))||(r&&(a=a.slice(r[0].length)||a),s.push(i=[])),n=!1,(r=z.exec(a))&&(n=r.shift(),i.push({value:n,type:r[0].replace(B," ")}),a=a.slice(n.length)),b.filter)!(r=G[o].exec(a))||u[o]&&!(r=u[o](r))||(n=r.shift(),i.push({value:n,type:o,matches:r}),a=a.slice(n.length));if(!n)break}return t?a.length:a?se.error(e):x(e,s).slice(0)},f=se.compile=function(e,t){var n,y,v,m,x,r,i=[],o=[],a=A[e+" "];if(!a){t||(t=h(e)),n=t.length;while(n--)(a=Se(t[n]))[E]?i.push(a):o.push(a);(a=A(e,(y=o,m=0<(v=i).length,x=0<y.length,r=function(e,t,n,r,i){var o,a,s,u=0,l="0",c=e&&[],f=[],p=w,d=e||x&&b.find.TAG("*",i),h=k+=null==p?1:Math.random()||.1,g=d.length;for(i&&(w=t==C||t||i);l!==g&&null!=(o=d[l]);l++){if(x&&o){a=0,t||o.ownerDocument==C||(T(o),n=!S);while(s=y[a++])if(s(o,t||C,n)){r.push(o);break}i&&(k=h)}m&&((o=!s&&o)&&u--,e&&c.push(o))}if(u+=l,m&&l!==u){a=0;while(s=v[a++])s(c,f,t,n);if(e){if(0<u)while(l--)c[l]||f[l]||(f[l]=q.call(r));f=Te(f)}H.apply(r,f),i&&!e&&0<f.length&&1<u+v.length&&se.uniqueSort(r)}return i&&(k=h,w=p),c},m?le(r):r))).selector=e}return a},g=se.select=function(e,t,n,r){var i,o,a,s,u,l="function"==typeof e&&e,c=!r&&h(e=l.selector||e);if(n=n||[],1===c.length){if(2<(o=c[0]=c[0].slice(0)).length&&"ID"===(a=o[0]).type&&9===t.nodeType&&S&&b.relative[o[1].type]){if(!(t=(b.find.ID(a.matches[0].replace(te,ne),t)||[])[0]))return n;l&&(t=t.parentNode),e=e.slice(o.shift().value.length)}i=G.needsContext.test(e)?0:o.length;while(i--){if(a=o[i],b.relative[s=a.type])break;if((u=b.find[s])&&(r=u(a.matches[0].replace(te,ne),ee.test(o[0].type)&&ve(t.parentNode)||t))){if(o.splice(i,1),!(e=r.length&&xe(o)))return H.apply(n,r),n;break}}}return(l||f(e,c))(r,t,!S,n,!t||ee.test(e)&&ve(t.parentNode)||t),n},d.sortStable=E.split("").sort(j).join("")===E,d.detectDuplicates=!!l,T(),d.sortDetached=ce(function(e){return 1&e.compareDocumentPosition(C.createElement("fieldset"))}),ce(function(e){return e.innerHTML="<a href='#'></a>","#"===e.firstChild.getAttribute("href")})||fe("type|href|height|width",function(e,t,n){if(!n)return e.getAttribute(t,"type"===t.toLowerCase()?1:2)}),d.attributes&&ce(function(e){return e.innerHTML="<input/>",e.firstChild.setAttribute("value",""),""===e.firstChild.getAttribute("value")})||fe("value",function(e,t,n){if(!n&&"input"===e.nodeName.toLowerCase())return e.defaultValue}),ce(function(e){return null==e.getAttribute("disabled")})||fe(R,function(e,t,n){var r;if(!n)return!0===e[t]?t.toLowerCase():(r=e.getAttributeNode(t))&&r.specified?r.value:null}),se}(C);E.find=d,E.expr=d.selectors,E.expr[":"]=E.expr.pseudos,E.uniqueSort=E.unique=d.uniqueSort,E.text=d.getText,E.isXMLDoc=d.isXML,E.contains=d.contains,E.escapeSelector=d.escape;var h=function(e,t,n){var r=[],i=void 0!==n;while((e=e[t])&&9!==e.nodeType)if(1===e.nodeType){if(i&&E(e).is(n))break;r.push(e)}return r},T=function(e,t){for(var n=[];e;e=e.nextSibling)1===e.nodeType&&e!==t&&n.push(e);return n},k=E.expr.match.needsContext;function A(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()}var N=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function j(e,n,r){return m(n)?E.grep(e,function(e,t){return!!n.call(e,t,e)!==r}):n.nodeType?E.grep(e,function(e){return e===n!==r}):"string"!=typeof n?E.grep(e,function(e){return-1<i.call(n,e)!==r}):E.filter(n,e,r)}E.filter=function(e,t,n){var r=t[0];return n&&(e=":not("+e+")"),1===t.length&&1===r.nodeType?E.find.matchesSelector(r,e)?[r]:[]:E.find.matches(e,E.grep(t,function(e){return 1===e.nodeType}))},E.fn.extend({find:function(e){var t,n,r=this.length,i=this;if("string"!=typeof e)return this.pushStack(E(e).filter(function(){for(t=0;t<r;t++)if(E.contains(i[t],this))return!0}));for(n=this.pushStack([]),t=0;t<r;t++)E.find(e,i[t],n);return 1<r?E.uniqueSort(n):n},filter:function(e){return this.pushStack(j(this,e||[],!1))},not:function(e){return this.pushStack(j(this,e||[],!0))},is:function(e){return!!j(this,"string"==typeof e&&k.test(e)?E(e):e||[],!1).length}});var D,q=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/;(E.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||D,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:q.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof E?t[0]:t,E.merge(this,E.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:S,!0)),N.test(r[1])&&E.isPlainObject(t))for(r in t)m(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=S.getElementById(r[2]))&&(this[0]=i,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):m(e)?void 0!==n.ready?n.ready(e):e(E):E.makeArray(e,this)}).prototype=E.fn,D=E(S);var L=/^(?:parents|prev(?:Until|All))/,H={children:!0,contents:!0,next:!0,prev:!0};function O(e,t){while((e=e[t])&&1!==e.nodeType);return e}E.fn.extend({has:function(e){var t=E(e,this),n=t.length;return this.filter(function(){for(var e=0;e<n;e++)if(E.contains(this,t[e]))return!0})},closest:function(e,t){var n,r=0,i=this.length,o=[],a="string"!=typeof e&&E(e);if(!k.test(e))for(;r<i;r++)for(n=this[r];n&&n!==t;n=n.parentNode)if(n.nodeType<11&&(a?-1<a.index(n):1===n.nodeType&&E.find.matchesSelector(n,e))){o.push(n);break}return this.pushStack(1<o.length?E.uniqueSort(o):o)},index:function(e){return e?"string"==typeof e?i.call(E(e),this[0]):i.call(this,e.jquery?e[0]:e):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){return this.pushStack(E.uniqueSort(E.merge(this.get(),E(e,t))))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}}),E.each({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return h(e,"parentNode")},parentsUntil:function(e,t,n){return h(e,"parentNode",n)},next:function(e){return O(e,"nextSibling")},prev:function(e){return O(e,"previousSibling")},nextAll:function(e){return h(e,"nextSibling")},prevAll:function(e){return h(e,"previousSibling")},nextUntil:function(e,t,n){return h(e,"nextSibling",n)},prevUntil:function(e,t,n){return h(e,"previousSibling",n)},siblings:function(e){return T((e.parentNode||{}).firstChild,e)},children:function(e){return T(e.firstChild)},contents:function(e){return null!=e.contentDocument&&r(e.contentDocument)?e.contentDocument:(A(e,"template")&&(e=e.content||e),E.merge([],e.childNodes))}},function(r,i){E.fn[r]=function(e,t){var n=E.map(this,i,e);return"Until"!==r.slice(-5)&&(t=e),t&&"string"==typeof t&&(n=E.filter(t,n)),1<this.length&&(H[r]||E.uniqueSort(n),L.test(r)&&n.reverse()),this.pushStack(n)}});var P=/[^\x20\t\r\n\f]+/g;function R(e){return e}function M(e){throw e}function I(e,t,n,r){var i;try{e&&m(i=e.promise)?i.call(e).done(t).fail(n):e&&m(i=e.then)?i.call(e,t,n):t.apply(void 0,[e].slice(r))}catch(e){n.apply(void 0,[e])}}E.Callbacks=function(r){var e,n;r="string"==typeof r?(e=r,n={},E.each(e.match(P)||[],function(e,t){n[t]=!0}),n):E.extend({},r);var i,t,o,a,s=[],u=[],l=-1,c=function(){for(a=a||r.once,o=i=!0;u.length;l=-1){t=u.shift();while(++l<s.length)!1===s[l].apply(t[0],t[1])&&r.stopOnFalse&&(l=s.length,t=!1)}r.memory||(t=!1),i=!1,a&&(s=t?[]:"")},f={add:function(){return s&&(t&&!i&&(l=s.length-1,u.push(t)),function n(e){E.each(e,function(e,t){m(t)?r.unique&&f.has(t)||s.push(t):t&&t.length&&"string"!==w(t)&&n(t)})}(arguments),t&&!i&&c()),this},remove:function(){return E.each(arguments,function(e,t){var n;while(-1<(n=E.inArray(t,s,n)))s.splice(n,1),n<=l&&l--}),this},has:function(e){return e?-1<E.inArray(e,s):0<s.length},empty:function(){return s&&(s=[]),this},disable:function(){return a=u=[],s=t="",this},disabled:function(){return!s},lock:function(){return a=u=[],t||i||(s=t=""),this},locked:function(){return!!a},fireWith:function(e,t){return a||(t=[e,(t=t||[]).slice?t.slice():t],u.push(t),i||c()),this},fire:function(){return f.fireWith(this,arguments),this},fired:function(){return!!o}};return f},E.extend({Deferred:function(e){var o=[["notify","progress",E.Callbacks("memory"),E.Callbacks("memory"),2],["resolve","done",E.Callbacks("once memory"),E.Callbacks("once memory"),0,"resolved"],["reject","fail",E.Callbacks("once memory"),E.Callbacks("once memory"),1,"rejected"]],i="pending",a={state:function(){return i},always:function(){return s.done(arguments).fail(arguments),this},"catch":function(e){return a.then(null,e)},pipe:function(){var i=arguments;return E.Deferred(function(r){E.each(o,function(e,t){var n=m(i[t[4]])&&i[t[4]];s[t[1]](function(){var e=n&&n.apply(this,arguments);e&&m(e.promise)?e.promise().progress(r.notify).done(r.resolve).fail(r.reject):r[t[0]+"With"](this,n?[e]:arguments)})}),i=null}).promise()},then:function(t,n,r){var u=0;function l(i,o,a,s){return function(){var n=this,r=arguments,e=function(){var e,t;if(!(i<u)){if((e=a.apply(n,r))===o.promise())throw new TypeError("Thenable self-resolution");t=e&&("object"==typeof e||"function"==typeof e)&&e.then,m(t)?s?t.call(e,l(u,o,R,s),l(u,o,M,s)):(u++,t.call(e,l(u,o,R,s),l(u,o,M,s),l(u,o,R,o.notifyWith))):(a!==R&&(n=void 0,r=[e]),(s||o.resolveWith)(n,r))}},t=s?e:function(){try{e()}catch(e){E.Deferred.exceptionHook&&E.Deferred.exceptionHook(e,t.stackTrace),u<=i+1&&(a!==M&&(n=void 0,r=[e]),o.rejectWith(n,r))}};i?t():(E.Deferred.getStackHook&&(t.stackTrace=E.Deferred.getStackHook()),C.setTimeout(t))}}return E.Deferred(function(e){o[0][3].add(l(0,e,m(r)?r:R,e.notifyWith)),o[1][3].add(l(0,e,m(t)?t:R)),o[2][3].add(l(0,e,m(n)?n:M))}).promise()},promise:function(e){return null!=e?E.extend(e,a):a}},s={};return E.each(o,function(e,t){var n=t[2],r=t[5];a[t[1]]=n.add,r&&n.add(function(){i=r},o[3-e][2].disable,o[3-e][3].disable,o[0][2].lock,o[0][3].lock),n.add(t[3].fire),s[t[0]]=function(){return s[t[0]+"With"](this===s?void 0:this,arguments),this},s[t[0]+"With"]=n.fireWith}),a.promise(s),e&&e.call(s,s),s},when:function(e){var n=arguments.length,t=n,r=Array(t),i=s.call(arguments),o=E.Deferred(),a=function(t){return function(e){r[t]=this,i[t]=1<arguments.length?s.call(arguments):e,--n||o.resolveWith(r,i)}};if(n<=1&&(I(e,o.done(a(t)).resolve,o.reject,!n),"pending"===o.state()||m(i[t]&&i[t].then)))return o.then();while(t--)I(i[t],a(t),o.reject);return o.promise()}});var W=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;E.Deferred.exceptionHook=function(e,t){C.console&&C.console.warn&&e&&W.test(e.name)&&C.console.warn("jQuery.Deferred exception: "+e.message,e.stack,t)},E.readyException=function(e){C.setTimeout(function(){throw e})};var F=E.Deferred();function $(){S.removeEventListener("DOMContentLoaded",$),C.removeEventListener("load",$),E.ready()}E.fn.ready=function(e){return F.then(e)["catch"](function(e){E.readyException(e)}),this},E.extend({isReady:!1,readyWait:1,ready:function(e){(!0===e?--E.readyWait:E.isReady)||(E.isReady=!0)!==e&&0<--E.readyWait||F.resolveWith(S,[E])}}),E.ready.then=F.then,"complete"===S.readyState||"loading"!==S.readyState&&!S.documentElement.doScroll?C.setTimeout(E.ready):(S.addEventListener("DOMContentLoaded",$),C.addEventListener("load",$));var B=function(e,t,n,r,i,o,a){var s=0,u=e.length,l=null==n;if("object"===w(n))for(s in i=!0,n)B(e,t,s,n[s],!0,o,a);else if(void 0!==r&&(i=!0,m(r)||(a=!0),l&&(a?(t.call(e,r),t=null):(l=t,t=function(e,t,n){return l.call(E(e),n)})),t))for(;s<u;s++)t(e[s],n,a?r:r.call(e[s],s,t(e[s],n)));return i?e:l?t.call(e):u?t(e[0],n):o},_=/^-ms-/,z=/-([a-z])/g;function U(e,t){return t.toUpperCase()}function X(e){return e.replace(_,"ms-").replace(z,U)}var V=function(e){return 1===e.nodeType||9===e.nodeType||!+e.nodeType};function G(){this.expando=E.expando+G.uid++}G.uid=1,G.prototype={cache:function(e){var t=e[this.expando];return t||(t={},V(e)&&(e.nodeType?e[this.expando]=t:Object.defineProperty(e,this.expando,{value:t,configurable:!0}))),t},set:function(e,t,n){var r,i=this.cache(e);if("string"==typeof t)i[X(t)]=n;else for(r in t)i[X(r)]=t[r];return i},get:function(e,t){return void 0===t?this.cache(e):e[this.expando]&&e[this.expando][X(t)]},access:function(e,t,n){return void 0===t||t&&"string"==typeof t&&void 0===n?this.get(e,t):(this.set(e,t,n),void 0!==n?n:t)},remove:function(e,t){var n,r=e[this.expando];if(void 0!==r){if(void 0!==t){n=(t=Array.isArray(t)?t.map(X):(t=X(t))in r?[t]:t.match(P)||[]).length;while(n--)delete r[t[n]]}(void 0===t||E.isEmptyObject(r))&&(e.nodeType?e[this.expando]=void 0:delete e[this.expando])}},hasData:function(e){var t=e[this.expando];return void 0!==t&&!E.isEmptyObject(t)}};var Y=new G,Q=new G,J=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,K=/[A-Z]/g;function Z(e,t,n){var r,i;if(void 0===n&&1===e.nodeType)if(r="data-"+t.replace(K,"-$&").toLowerCase(),"string"==typeof(n=e.getAttribute(r))){try{n="true"===(i=n)||"false"!==i&&("null"===i?null:i===+i+""?+i:J.test(i)?JSON.parse(i):i)}catch(e){}Q.set(e,t,n)}else n=void 0;return n}E.extend({hasData:function(e){return Q.hasData(e)||Y.hasData(e)},data:function(e,t,n){return Q.access(e,t,n)},removeData:function(e,t){Q.remove(e,t)},_data:function(e,t,n){return Y.access(e,t,n)},_removeData:function(e,t){Y.remove(e,t)}}),E.fn.extend({data:function(n,e){var t,r,i,o=this[0],a=o&&o.attributes;if(void 0===n){if(this.length&&(i=Q.get(o),1===o.nodeType&&!Y.get(o,"hasDataAttrs"))){t=a.length;while(t--)a[t]&&0===(r=a[t].name).indexOf("data-")&&(r=X(r.slice(5)),Z(o,r,i[r]));Y.set(o,"hasDataAttrs",!0)}return i}return"object"==typeof n?this.each(function(){Q.set(this,n)}):B(this,function(e){var t;if(o&&void 0===e)return void 0!==(t=Q.get(o,n))?t:void 0!==(t=Z(o,n))?t:void 0;this.each(function(){Q.set(this,n,e)})},null,e,1<arguments.length,null,!0)},removeData:function(e){return this.each(function(){Q.remove(this,e)})}}),E.extend({queue:function(e,t,n){var r;if(e)return t=(t||"fx")+"queue",r=Y.get(e,t),n&&(!r||Array.isArray(n)?r=Y.access(e,t,E.makeArray(n)):r.push(n)),r||[]},dequeue:function(e,t){t=t||"fx";var n=E.queue(e,t),r=n.length,i=n.shift(),o=E._queueHooks(e,t);"inprogress"===i&&(i=n.shift(),r--),i&&("fx"===t&&n.unshift("inprogress"),delete o.stop,i.call(e,function(){E.dequeue(e,t)},o)),!r&&o&&o.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return Y.get(e,n)||Y.access(e,n,{empty:E.Callbacks("once memory").add(function(){Y.remove(e,[t+"queue",n])})})}}),E.fn.extend({queue:function(t,n){var e=2;return"string"!=typeof t&&(n=t,t="fx",e--),arguments.length<e?E.queue(this[0],t):void 0===n?this:this.each(function(){var e=E.queue(this,t,n);E._queueHooks(this,t),"fx"===t&&"inprogress"!==e[0]&&E.dequeue(this,t)})},dequeue:function(e){return this.each(function(){E.dequeue(this,e)})},clearQueue:function(e){return this.queue(e||"fx",[])},promise:function(e,t){var n,r=1,i=E.Deferred(),o=this,a=this.length,s=function(){--r||i.resolveWith(o,[o])};"string"!=typeof e&&(t=e,e=void 0),e=e||"fx";while(a--)(n=Y.get(o[a],e+"queueHooks"))&&n.empty&&(r++,n.empty.add(s));return s(),i.promise(t)}});var ee=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,te=new RegExp("^(?:([+-])=|)("+ee+")([a-z%]*)$","i"),ne=["Top","Right","Bottom","Left"],re=S.documentElement,ie=function(e){return E.contains(e.ownerDocument,e)},oe={composed:!0};re.getRootNode&&(ie=function(e){return E.contains(e.ownerDocument,e)||e.getRootNode(oe)===e.ownerDocument});var ae=function(e,t){return"none"===(e=t||e).style.display||""===e.style.display&&ie(e)&&"none"===E.css(e,"display")};function se(e,t,n,r){var i,o,a=20,s=r?function(){return r.cur()}:function(){return E.css(e,t,"")},u=s(),l=n&&n[3]||(E.cssNumber[t]?"":"px"),c=e.nodeType&&(E.cssNumber[t]||"px"!==l&&+u)&&te.exec(E.css(e,t));if(c&&c[3]!==l){u/=2,l=l||c[3],c=+u||1;while(a--)E.style(e,t,c+l),(1-o)*(1-(o=s()/u||.5))<=0&&(a=0),c/=o;c*=2,E.style(e,t,c+l),n=n||[]}return n&&(c=+c||+u||0,i=n[1]?c+(n[1]+1)*n[2]:+n[2],r&&(r.unit=l,r.start=c,r.end=i)),i}var ue={};function le(e,t){for(var n,r,i,o,a,s,u,l=[],c=0,f=e.length;c<f;c++)(r=e[c]).style&&(n=r.style.display,t?("none"===n&&(l[c]=Y.get(r,"display")||null,l[c]||(r.style.display="")),""===r.style.display&&ae(r)&&(l[c]=(u=a=o=void 0,a=(i=r).ownerDocument,s=i.nodeName,(u=ue[s])||(o=a.body.appendChild(a.createElement(s)),u=E.css(o,"display"),o.parentNode.removeChild(o),"none"===u&&(u="block"),ue[s]=u)))):"none"!==n&&(l[c]="none",Y.set(r,"display",n)));for(c=0;c<f;c++)null!=l[c]&&(e[c].style.display=l[c]);return e}E.fn.extend({show:function(){return le(this,!0)},hide:function(){return le(this)},toggle:function(e){return"boolean"==typeof e?e?this.show():this.hide():this.each(function(){ae(this)?E(this).show():E(this).hide()})}});var ce,fe,pe=/^(?:checkbox|radio)$/i,de=/<([a-z][^\/\0>\x20\t\r\n\f]*)/i,he=/^$|^module$|\/(?:java|ecma)script/i;ce=S.createDocumentFragment().appendChild(S.createElement("div")),(fe=S.createElement("input")).setAttribute("type","radio"),fe.setAttribute("checked","checked"),fe.setAttribute("name","t"),ce.appendChild(fe),v.checkClone=ce.cloneNode(!0).cloneNode(!0).lastChild.checked,ce.innerHTML="<textarea>x</textarea>",v.noCloneChecked=!!ce.cloneNode(!0).lastChild.defaultValue,ce.innerHTML="<option></option>",v.option=!!ce.lastChild;var ge={thead:[1,"<table>","</table>"],col:[2,"<table><colgroup>","</colgroup></table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:[0,"",""]};function ye(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&A(e,t)?E.merge([e],n):n}function ve(e,t){for(var n=0,r=e.length;n<r;n++)Y.set(e[n],"globalEval",!t||Y.get(t[n],"globalEval"))}ge.tbody=ge.tfoot=ge.colgroup=ge.caption=ge.thead,ge.th=ge.td,v.option||(ge.optgroup=ge.option=[1,"<select multiple='multiple'>","</select>"]);var me=/<|&#?\w+;/;function xe(e,t,n,r,i){for(var o,a,s,u,l,c,f=t.createDocumentFragment(),p=[],d=0,h=e.length;d<h;d++)if((o=e[d])||0===o)if("object"===w(o))E.merge(p,o.nodeType?[o]:o);else if(me.test(o)){a=a||f.appendChild(t.createElement("div")),s=(de.exec(o)||["",""])[1].toLowerCase(),u=ge[s]||ge._default,a.innerHTML=u[1]+E.htmlPrefilter(o)+u[2],c=u[0];while(c--)a=a.lastChild;E.merge(p,a.childNodes),(a=f.firstChild).textContent=""}else p.push(t.createTextNode(o));f.textContent="",d=0;while(o=p[d++])if(r&&-1<E.inArray(o,r))i&&i.push(o);else if(l=ie(o),a=ye(f.appendChild(o),"script"),l&&ve(a),n){c=0;while(o=a[c++])he.test(o.type||"")&&n.push(o)}return f}var be=/^([^.]*)(?:\.(.+)|)/;function we(){return!0}function Te(){return!1}function Ce(e,t){return e===function(){try{return S.activeElement}catch(e){}}()==("focus"===t)}function Se(e,t,n,r,i,o){var a,s;if("object"==typeof t){for(s in"string"!=typeof n&&(r=r||n,n=void 0),t)Se(e,s,n,r,t[s],o);return e}if(null==r&&null==i?(i=n,r=n=void 0):null==i&&("string"==typeof n?(i=r,r=void 0):(i=r,r=n,n=void 0)),!1===i)i=Te;else if(!i)return e;return 1===o&&(a=i,(i=function(e){return E().off(e),a.apply(this,arguments)}).guid=a.guid||(a.guid=E.guid++)),e.each(function(){E.event.add(this,t,i,r,n)})}function Ee(e,i,o){o?(Y.set(e,i,!1),E.event.add(e,i,{namespace:!1,handler:function(e){var t,n,r=Y.get(this,i);if(1&e.isTrigger&&this[i]){if(r.length)(E.event.special[i]||{}).delegateType&&e.stopPropagation();else if(r=s.call(arguments),Y.set(this,i,r),t=o(this,i),this[i](),r!==(n=Y.get(this,i))||t?Y.set(this,i,!1):n={},r!==n)return e.stopImmediatePropagation(),e.preventDefault(),n&&n.value}else r.length&&(Y.set(this,i,{value:E.event.trigger(E.extend(r[0],E.Event.prototype),r.slice(1),this)}),e.stopImmediatePropagation())}})):void 0===Y.get(e,i)&&E.event.add(e,i,we)}E.event={global:{},add:function(t,e,n,r,i){var o,a,s,u,l,c,f,p,d,h,g,y=Y.get(t);if(V(t)){n.handler&&(n=(o=n).handler,i=o.selector),i&&E.find.matchesSelector(re,i),n.guid||(n.guid=E.guid++),(u=y.events)||(u=y.events=Object.create(null)),(a=y.handle)||(a=y.handle=function(e){return"undefined"!=typeof E&&E.event.triggered!==e.type?E.event.dispatch.apply(t,arguments):void 0}),l=(e=(e||"").match(P)||[""]).length;while(l--)d=g=(s=be.exec(e[l])||[])[1],h=(s[2]||"").split(".").sort(),d&&(f=E.event.special[d]||{},d=(i?f.delegateType:f.bindType)||d,f=E.event.special[d]||{},c=E.extend({type:d,origType:g,data:r,handler:n,guid:n.guid,selector:i,needsContext:i&&E.expr.match.needsContext.test(i),namespace:h.join(".")},o),(p=u[d])||((p=u[d]=[]).delegateCount=0,f.setup&&!1!==f.setup.call(t,r,h,a)||t.addEventListener&&t.addEventListener(d,a)),f.add&&(f.add.call(t,c),c.handler.guid||(c.handler.guid=n.guid)),i?p.splice(p.delegateCount++,0,c):p.push(c),E.event.global[d]=!0)}},remove:function(e,t,n,r,i){var o,a,s,u,l,c,f,p,d,h,g,y=Y.hasData(e)&&Y.get(e);if(y&&(u=y.events)){l=(t=(t||"").match(P)||[""]).length;while(l--)if(d=g=(s=be.exec(t[l])||[])[1],h=(s[2]||"").split(".").sort(),d){f=E.event.special[d]||{},p=u[d=(r?f.delegateType:f.bindType)||d]||[],s=s[2]&&new RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"),a=o=p.length;while(o--)c=p[o],!i&&g!==c.origType||n&&n.guid!==c.guid||s&&!s.test(c.namespace)||r&&r!==c.selector&&("**"!==r||!c.selector)||(p.splice(o,1),c.selector&&p.delegateCount--,f.remove&&f.remove.call(e,c));a&&!p.length&&(f.teardown&&!1!==f.teardown.call(e,h,y.handle)||E.removeEvent(e,d,y.handle),delete u[d])}else for(d in u)E.event.remove(e,d+t[l],n,r,!0);E.isEmptyObject(u)&&Y.remove(e,"handle events")}},dispatch:function(e){var t,n,r,i,o,a,s=new Array(arguments.length),u=E.event.fix(e),l=(Y.get(this,"events")||Object.create(null))[u.type]||[],c=E.event.special[u.type]||{};for(s[0]=u,t=1;t<arguments.length;t++)s[t]=arguments[t];if(u.delegateTarget=this,!c.preDispatch||!1!==c.preDispatch.call(this,u)){a=E.event.handlers.call(this,u,l),t=0;while((i=a[t++])&&!u.isPropagationStopped()){u.currentTarget=i.elem,n=0;while((o=i.handlers[n++])&&!u.isImmediatePropagationStopped())u.rnamespace&&!1!==o.namespace&&!u.rnamespace.test(o.namespace)||(u.handleObj=o,u.data=o.data,void 0!==(r=((E.event.special[o.origType]||{}).handle||o.handler).apply(i.elem,s))&&!1===(u.result=r)&&(u.preventDefault(),u.stopPropagation()))}return c.postDispatch&&c.postDispatch.call(this,u),u.result}},handlers:function(e,t){var n,r,i,o,a,s=[],u=t.delegateCount,l=e.target;if(u&&l.nodeType&&!("click"===e.type&&1<=e.button))for(;l!==this;l=l.parentNode||this)if(1===l.nodeType&&("click"!==e.type||!0!==l.disabled)){for(o=[],a={},n=0;n<u;n++)void 0===a[i=(r=t[n]).selector+" "]&&(a[i]=r.needsContext?-1<E(i,this).index(l):E.find(i,this,null,[l]).length),a[i]&&o.push(r);o.length&&s.push({elem:l,handlers:o})}return l=this,u<t.length&&s.push({elem:l,handlers:t.slice(u)}),s},addProp:function(t,e){Object.defineProperty(E.Event.prototype,t,{enumerable:!0,configurable:!0,get:m(e)?function(){if(this.originalEvent)return e(this.originalEvent)}:function(){if(this.originalEvent)return this.originalEvent[t]},set:function(e){Object.defineProperty(this,t,{enumerable:!0,configurable:!0,writable:!0,value:e})}})},fix:function(e){return e[E.expando]?e:new E.Event(e)},special:{load:{noBubble:!0},click:{setup:function(e){var t=this||e;return pe.test(t.type)&&t.click&&A(t,"input")&&Ee(t,"click",we),!1},trigger:function(e){var t=this||e;return pe.test(t.type)&&t.click&&A(t,"input")&&Ee(t,"click"),!0},_default:function(e){var t=e.target;return pe.test(t.type)&&t.click&&A(t,"input")&&Y.get(t,"click")||A(t,"a")}},beforeunload:{postDispatch:function(e){void 0!==e.result&&e.originalEvent&&(e.originalEvent.returnValue=e.result)}}}},E.removeEvent=function(e,t,n){e.removeEventListener&&e.removeEventListener(t,n)},E.Event=function(e,t){if(!(this instanceof E.Event))return new E.Event(e,t);e&&e.type?(this.originalEvent=e,this.type=e.type,this.isDefaultPrevented=e.defaultPrevented||void 0===e.defaultPrevented&&!1===e.returnValue?we:Te,this.target=e.target&&3===e.target.nodeType?e.target.parentNode:e.target,this.currentTarget=e.currentTarget,this.relatedTarget=e.relatedTarget):this.type=e,t&&E.extend(this,t),this.timeStamp=e&&e.timeStamp||Date.now(),this[E.expando]=!0},E.Event.prototype={constructor:E.Event,isDefaultPrevented:Te,isPropagationStopped:Te,isImmediatePropagationStopped:Te,isSimulated:!1,preventDefault:function(){var e=this.originalEvent;this.isDefaultPrevented=we,e&&!this.isSimulated&&e.preventDefault()},stopPropagation:function(){var e=this.originalEvent;this.isPropagationStopped=we,e&&!this.isSimulated&&e.stopPropagation()},stopImmediatePropagation:function(){var e=this.originalEvent;this.isImmediatePropagationStopped=we,e&&!this.isSimulated&&e.stopImmediatePropagation(),this.stopPropagation()}},E.each({altKey:!0,bubbles:!0,cancelable:!0,changedTouches:!0,ctrlKey:!0,detail:!0,eventPhase:!0,metaKey:!0,pageX:!0,pageY:!0,shiftKey:!0,view:!0,"char":!0,code:!0,charCode:!0,key:!0,keyCode:!0,button:!0,buttons:!0,clientX:!0,clientY:!0,offsetX:!0,offsetY:!0,pointerId:!0,pointerType:!0,screenX:!0,screenY:!0,targetTouches:!0,toElement:!0,touches:!0,which:!0},E.event.addProp),E.each({focus:"focusin",blur:"focusout"},function(t,e){E.event.special[t]={setup:function(){return Ee(this,t,Ce),!1},trigger:function(){return Ee(this,t),!0},_default:function(e){return Y.get(e.target,t)},delegateType:e}}),E.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},function(e,i){E.event.special[e]={delegateType:i,bindType:i,handle:function(e){var t,n=e.relatedTarget,r=e.handleObj;return n&&(n===this||E.contains(this,n))||(e.type=r.origType,t=r.handler.apply(this,arguments),e.type=i),t}}}),E.fn.extend({on:function(e,t,n,r){return Se(this,e,t,n,r)},one:function(e,t,n,r){return Se(this,e,t,n,r,1)},off:function(e,t,n){var r,i;if(e&&e.preventDefault&&e.handleObj)return r=e.handleObj,E(e.delegateTarget).off(r.namespace?r.origType+"."+r.namespace:r.origType,r.selector,r.handler),this;if("object"==typeof e){for(i in e)this.off(i,t,e[i]);return this}return!1!==t&&"function"!=typeof t||(n=t,t=void 0),!1===n&&(n=Te),this.each(function(){E.event.remove(this,e,n,t)})}});var ke=/<script|<style|<link/i,Ae=/checked\s*(?:[^=]|=\s*.checked.)/i,Ne=/^\s*<!\[CDATA\[|\]\]>\s*$/g;function je(e,t){return A(e,"table")&&A(11!==t.nodeType?t:t.firstChild,"tr")&&E(e).children("tbody")[0]||e}function De(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function qe(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Le(e,t){var n,r,i,o,a,s;if(1===t.nodeType){if(Y.hasData(e)&&(s=Y.get(e).events))for(i in Y.remove(t,"handle events"),s)for(n=0,r=s[i].length;n<r;n++)E.event.add(t,i,s[i][n]);Q.hasData(e)&&(o=Q.access(e),a=E.extend({},o),Q.set(t,a))}}function He(n,r,i,o){r=g(r);var e,t,a,s,u,l,c=0,f=n.length,p=f-1,d=r[0],h=m(d);if(h||1<f&&"string"==typeof d&&!v.checkClone&&Ae.test(d))return n.each(function(e){var t=n.eq(e);h&&(r[0]=d.call(this,e,t.html())),He(t,r,i,o)});if(f&&(t=(e=xe(r,n[0].ownerDocument,!1,n,o)).firstChild,1===e.childNodes.length&&(e=t),t||o)){for(s=(a=E.map(ye(e,"script"),De)).length;c<f;c++)u=e,c!==p&&(u=E.clone(u,!0,!0),s&&E.merge(a,ye(u,"script"))),i.call(n[c],u,c);if(s)for(l=a[a.length-1].ownerDocument,E.map(a,qe),c=0;c<s;c++)u=a[c],he.test(u.type||"")&&!Y.access(u,"globalEval")&&E.contains(l,u)&&(u.src&&"module"!==(u.type||"").toLowerCase()?E._evalUrl&&!u.noModule&&E._evalUrl(u.src,{nonce:u.nonce||u.getAttribute("nonce")},l):b(u.textContent.replace(Ne,""),u,l))}return n}function Oe(e,t,n){for(var r,i=t?E.filter(t,e):e,o=0;null!=(r=i[o]);o++)n||1!==r.nodeType||E.cleanData(ye(r)),r.parentNode&&(n&&ie(r)&&ve(ye(r,"script")),r.parentNode.removeChild(r));return e}E.extend({htmlPrefilter:function(e){return e},clone:function(e,t,n){var r,i,o,a,s,u,l,c=e.cloneNode(!0),f=ie(e);if(!(v.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||E.isXMLDoc(e)))for(a=ye(c),r=0,i=(o=ye(e)).length;r<i;r++)s=o[r],u=a[r],void 0,"input"===(l=u.nodeName.toLowerCase())&&pe.test(s.type)?u.checked=s.checked:"input"!==l&&"textarea"!==l||(u.defaultValue=s.defaultValue);if(t)if(n)for(o=o||ye(e),a=a||ye(c),r=0,i=o.length;r<i;r++)Le(o[r],a[r]);else Le(e,c);return 0<(a=ye(c,"script")).length&&ve(a,!f&&ye(e,"script")),c},cleanData:function(e){for(var t,n,r,i=E.event.special,o=0;void 0!==(n=e[o]);o++)if(V(n)){if(t=n[Y.expando]){if(t.events)for(r in t.events)i[r]?E.event.remove(n,r):E.removeEvent(n,r,t.handle);n[Y.expando]=void 0}n[Q.expando]&&(n[Q.expando]=void 0)}}}),E.fn.extend({detach:function(e){return Oe(this,e,!0)},remove:function(e){return Oe(this,e)},text:function(e){return B(this,function(e){return void 0===e?E.text(this):this.empty().each(function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=e)})},null,e,arguments.length)},append:function(){return He(this,arguments,function(e){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||je(this,e).appendChild(e)})},prepend:function(){return He(this,arguments,function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=je(this,e);t.insertBefore(e,t.firstChild)}})},before:function(){return He(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this)})},after:function(){return He(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)})},empty:function(){for(var e,t=0;null!=(e=this[t]);t++)1===e.nodeType&&(E.cleanData(ye(e,!1)),e.textContent="");return this},clone:function(e,t){return e=null!=e&&e,t=null==t?e:t,this.map(function(){return E.clone(this,e,t)})},html:function(e){return B(this,function(e){var t=this[0]||{},n=0,r=this.length;if(void 0===e&&1===t.nodeType)return t.innerHTML;if("string"==typeof e&&!ke.test(e)&&!ge[(de.exec(e)||["",""])[1].toLowerCase()]){e=E.htmlPrefilter(e);try{for(;n<r;n++)1===(t=this[n]||{}).nodeType&&(E.cleanData(ye(t,!1)),t.innerHTML=e);t=0}catch(e){}}t&&this.empty().append(e)},null,e,arguments.length)},replaceWith:function(){var n=[];return He(this,arguments,function(e){var t=this.parentNode;E.inArray(this,n)<0&&(E.cleanData(ye(this)),t&&t.replaceChild(e,this))},n)}}),E.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(e,a){E.fn[e]=function(e){for(var t,n=[],r=E(e),i=r.length-1,o=0;o<=i;o++)t=o===i?this:this.clone(!0),E(r[o])[a](t),u.apply(n,t.get());return this.pushStack(n)}});var Pe=new RegExp("^("+ee+")(?!px)[a-z%]+$","i"),Re=/^--/,Me=function(e){var t=e.ownerDocument.defaultView;return t&&t.opener||(t=C),t.getComputedStyle(e)},Ie=function(e,t,n){var r,i,o={};for(i in t)o[i]=e.style[i],e.style[i]=t[i];for(i in r=n.call(e),t)e.style[i]=o[i];return r},We=new RegExp(ne.join("|"),"i"),Fe="[\\x20\\t\\r\\n\\f]",$e=new RegExp("^"+Fe+"+|((?:^|[^\\\\])(?:\\\\.)*)"+Fe+"+$","g");function Be(e,t,n){var r,i,o,a,s=Re.test(t),u=e.style;return(n=n||Me(e))&&(a=n.getPropertyValue(t)||n[t],s&&a&&(a=a.replace($e,"$1")||void 0),""!==a||ie(e)||(a=E.style(e,t)),!v.pixelBoxStyles()&&Pe.test(a)&&We.test(t)&&(r=u.width,i=u.minWidth,o=u.maxWidth,u.minWidth=u.maxWidth=u.width=a,a=n.width,u.width=r,u.minWidth=i,u.maxWidth=o)),void 0!==a?a+"":a}function _e(e,t){return{get:function(){if(!e())return(this.get=t).apply(this,arguments);delete this.get}}}!function(){function e(){if(l){u.style.cssText="position:absolute;left:-11111px;width:60px;margin-top:1px;padding:0;border:0",l.style.cssText="position:relative;display:block;box-sizing:border-box;overflow:scroll;margin:auto;border:1px;padding:1px;width:60%;top:1%",re.appendChild(u).appendChild(l);var e=C.getComputedStyle(l);n="1%"!==e.top,s=12===t(e.marginLeft),l.style.right="60%",o=36===t(e.right),r=36===t(e.width),l.style.position="absolute",i=12===t(l.offsetWidth/3),re.removeChild(u),l=null}}function t(e){return Math.round(parseFloat(e))}var n,r,i,o,a,s,u=S.createElement("div"),l=S.createElement("div");l.style&&(l.style.backgroundClip="content-box",l.cloneNode(!0).style.backgroundClip="",v.clearCloneStyle="content-box"===l.style.backgroundClip,E.extend(v,{boxSizingReliable:function(){return e(),r},pixelBoxStyles:function(){return e(),o},pixelPosition:function(){return e(),n},reliableMarginLeft:function(){return e(),s},scrollboxSize:function(){return e(),i},reliableTrDimensions:function(){var e,t,n,r;return null==a&&(e=S.createElement("table"),t=S.createElement("tr"),n=S.createElement("div"),e.style.cssText="position:absolute;left:-11111px;border-collapse:separate",t.style.cssText="border:1px solid",t.style.height="1px",n.style.height="9px",n.style.display="block",re.appendChild(e).appendChild(t).appendChild(n),r=C.getComputedStyle(t),a=parseInt(r.height,10)+parseInt(r.borderTopWidth,10)+parseInt(r.borderBottomWidth,10)===t.offsetHeight,re.removeChild(e)),a}}))}();var ze=["Webkit","Moz","ms"],Ue=S.createElement("div").style,Xe={};function Ve(e){var t=E.cssProps[e]||Xe[e];return t||(e in Ue?e:Xe[e]=function(e){var t=e[0].toUpperCase()+e.slice(1),n=ze.length;while(n--)if((e=ze[n]+t)in Ue)return e}(e)||e)}var Ge=/^(none|table(?!-c[ea]).+)/,Ye={position:"absolute",visibility:"hidden",display:"block"},Qe={letterSpacing:"0",fontWeight:"400"};function Je(e,t,n){var r=te.exec(t);return r?Math.max(0,r[2]-(n||0))+(r[3]||"px"):t}function Ke(e,t,n,r,i,o){var a="width"===t?1:0,s=0,u=0;if(n===(r?"border":"content"))return 0;for(;a<4;a+=2)"margin"===n&&(u+=E.css(e,n+ne[a],!0,i)),r?("content"===n&&(u-=E.css(e,"padding"+ne[a],!0,i)),"margin"!==n&&(u-=E.css(e,"border"+ne[a]+"Width",!0,i))):(u+=E.css(e,"padding"+ne[a],!0,i),"padding"!==n?u+=E.css(e,"border"+ne[a]+"Width",!0,i):s+=E.css(e,"border"+ne[a]+"Width",!0,i));return!r&&0<=o&&(u+=Math.max(0,Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-o-u-s-.5))||0),u}function Ze(e,t,n){var r=Me(e),i=(!v.boxSizingReliable()||n)&&"border-box"===E.css(e,"boxSizing",!1,r),o=i,a=Be(e,t,r),s="offset"+t[0].toUpperCase()+t.slice(1);if(Pe.test(a)){if(!n)return a;a="auto"}return(!v.boxSizingReliable()&&i||!v.reliableTrDimensions()&&A(e,"tr")||"auto"===a||!parseFloat(a)&&"inline"===E.css(e,"display",!1,r))&&e.getClientRects().length&&(i="border-box"===E.css(e,"boxSizing",!1,r),(o=s in e)&&(a=e[s])),(a=parseFloat(a)||0)+Ke(e,t,n||(i?"border":"content"),o,r,a)+"px"}function et(e,t,n,r,i){return new et.prototype.init(e,t,n,r,i)}E.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=Be(e,"opacity");return""===n?"1":n}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,gridArea:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnStart:!0,gridRow:!0,gridRowEnd:!0,gridRowStart:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{},style:function(e,t,n,r){if(e&&3!==e.nodeType&&8!==e.nodeType&&e.style){var i,o,a,s=X(t),u=Re.test(t),l=e.style;if(u||(t=Ve(s)),a=E.cssHooks[t]||E.cssHooks[s],void 0===n)return a&&"get"in a&&void 0!==(i=a.get(e,!1,r))?i:l[t];"string"===(o=typeof n)&&(i=te.exec(n))&&i[1]&&(n=se(e,t,i),o="number"),null!=n&&n==n&&("number"!==o||u||(n+=i&&i[3]||(E.cssNumber[s]?"":"px")),v.clearCloneStyle||""!==n||0!==t.indexOf("background")||(l[t]="inherit"),a&&"set"in a&&void 0===(n=a.set(e,n,r))||(u?l.setProperty(t,n):l[t]=n))}},css:function(e,t,n,r){var i,o,a,s=X(t);return Re.test(t)||(t=Ve(s)),(a=E.cssHooks[t]||E.cssHooks[s])&&"get"in a&&(i=a.get(e,!0,n)),void 0===i&&(i=Be(e,t,r)),"normal"===i&&t in Qe&&(i=Qe[t]),""===n||n?(o=parseFloat(i),!0===n||isFinite(o)?o||0:i):i}}),E.each(["height","width"],function(e,u){E.cssHooks[u]={get:function(e,t,n){if(t)return!Ge.test(E.css(e,"display"))||e.getClientRects().length&&e.getBoundingClientRect().width?Ze(e,u,n):Ie(e,Ye,function(){return Ze(e,u,n)})},set:function(e,t,n){var r,i=Me(e),o=!v.scrollboxSize()&&"absolute"===i.position,a=(o||n)&&"border-box"===E.css(e,"boxSizing",!1,i),s=n?Ke(e,u,n,a,i):0;return a&&o&&(s-=Math.ceil(e["offset"+u[0].toUpperCase()+u.slice(1)]-parseFloat(i[u])-Ke(e,u,"border",!1,i)-.5)),s&&(r=te.exec(t))&&"px"!==(r[3]||"px")&&(e.style[u]=t,t=E.css(e,u)),Je(0,t,s)}}}),E.cssHooks.marginLeft=_e(v.reliableMarginLeft,function(e,t){if(t)return(parseFloat(Be(e,"marginLeft"))||e.getBoundingClientRect().left-Ie(e,{marginLeft:0},function(){return e.getBoundingClientRect().left}))+"px"}),E.each({margin:"",padding:"",border:"Width"},function(i,o){E.cssHooks[i+o]={expand:function(e){for(var t=0,n={},r="string"==typeof e?e.split(" "):[e];t<4;t++)n[i+ne[t]+o]=r[t]||r[t-2]||r[0];return n}},"margin"!==i&&(E.cssHooks[i+o].set=Je)}),E.fn.extend({css:function(e,t){return B(this,function(e,t,n){var r,i,o={},a=0;if(Array.isArray(t)){for(r=Me(e),i=t.length;a<i;a++)o[t[a]]=E.css(e,t[a],!1,r);return o}return void 0!==n?E.style(e,t,n):E.css(e,t)},e,t,1<arguments.length)}}),((E.Tween=et).prototype={constructor:et,init:function(e,t,n,r,i,o){this.elem=e,this.prop=n,this.easing=i||E.easing._default,this.options=t,this.start=this.now=this.cur(),this.end=r,this.unit=o||(E.cssNumber[n]?"":"px")},cur:function(){var e=et.propHooks[this.prop];return e&&e.get?e.get(this):et.propHooks._default.get(this)},run:function(e){var t,n=et.propHooks[this.prop];return this.options.duration?this.pos=t=E.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):this.pos=t=e,this.now=(this.end-this.start)*t+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):et.propHooks._default.set(this),this}}).init.prototype=et.prototype,(et.propHooks={_default:{get:function(e){var t;return 1!==e.elem.nodeType||null!=e.elem[e.prop]&&null==e.elem.style[e.prop]?e.elem[e.prop]:(t=E.css(e.elem,e.prop,""))&&"auto"!==t?t:0},set:function(e){E.fx.step[e.prop]?E.fx.step[e.prop](e):1!==e.elem.nodeType||!E.cssHooks[e.prop]&&null==e.elem.style[Ve(e.prop)]?e.elem[e.prop]=e.now:E.style(e.elem,e.prop,e.now+e.unit)}}}).scrollTop=et.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},E.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2},_default:"swing"},E.fx=et.prototype.init,E.fx.step={};var tt,nt,rt,it,ot=/^(?:toggle|show|hide)$/,at=/queueHooks$/;function st(){nt&&(!1===S.hidden&&C.requestAnimationFrame?C.requestAnimationFrame(st):C.setTimeout(st,E.fx.interval),E.fx.tick())}function ut(){return C.setTimeout(function(){tt=void 0}),tt=Date.now()}function lt(e,t){var n,r=0,i={height:e};for(t=t?1:0;r<4;r+=2-t)i["margin"+(n=ne[r])]=i["padding"+n]=e;return t&&(i.opacity=i.width=e),i}function ct(e,t,n){for(var r,i=(ft.tweeners[t]||[]).concat(ft.tweeners["*"]),o=0,a=i.length;o<a;o++)if(r=i[o].call(n,t,e))return r}function ft(o,e,t){var n,a,r=0,i=ft.prefilters.length,s=E.Deferred().always(function(){delete u.elem}),u=function(){if(a)return!1;for(var e=tt||ut(),t=Math.max(0,l.startTime+l.duration-e),n=1-(t/l.duration||0),r=0,i=l.tweens.length;r<i;r++)l.tweens[r].run(n);return s.notifyWith(o,[l,n,t]),n<1&&i?t:(i||s.notifyWith(o,[l,1,0]),s.resolveWith(o,[l]),!1)},l=s.promise({elem:o,props:E.extend({},e),opts:E.extend(!0,{specialEasing:{},easing:E.easing._default},t),originalProperties:e,originalOptions:t,startTime:tt||ut(),duration:t.duration,tweens:[],createTween:function(e,t){var n=E.Tween(o,l.opts,e,t,l.opts.specialEasing[e]||l.opts.easing);return l.tweens.push(n),n},stop:function(e){var t=0,n=e?l.tweens.length:0;if(a)return this;for(a=!0;t<n;t++)l.tweens[t].run(1);return e?(s.notifyWith(o,[l,1,0]),s.resolveWith(o,[l,e])):s.rejectWith(o,[l,e]),this}}),c=l.props;for(!function(e,t){var n,r,i,o,a;for(n in e)if(i=t[r=X(n)],o=e[n],Array.isArray(o)&&(i=o[1],o=e[n]=o[0]),n!==r&&(e[r]=o,delete e[n]),(a=E.cssHooks[r])&&"expand"in a)for(n in o=a.expand(o),delete e[r],o)n in e||(e[n]=o[n],t[n]=i);else t[r]=i}(c,l.opts.specialEasing);r<i;r++)if(n=ft.prefilters[r].call(l,o,c,l.opts))return m(n.stop)&&(E._queueHooks(l.elem,l.opts.queue).stop=n.stop.bind(n)),n;return E.map(c,ct,l),m(l.opts.start)&&l.opts.start.call(o,l),l.progress(l.opts.progress).done(l.opts.done,l.opts.complete).fail(l.opts.fail).always(l.opts.always),E.fx.timer(E.extend(u,{elem:o,anim:l,queue:l.opts.queue})),l}E.Animation=E.extend(ft,{tweeners:{"*":[function(e,t){var n=this.createTween(e,t);return se(n.elem,e,te.exec(t),n),n}]},tweener:function(e,t){m(e)?(t=e,e=["*"]):e=e.match(P);for(var n,r=0,i=e.length;r<i;r++)n=e[r],ft.tweeners[n]=ft.tweeners[n]||[],ft.tweeners[n].unshift(t)},prefilters:[function(e,t,n){var r,i,o,a,s,u,l,c,f="width"in t||"height"in t,p=this,d={},h=e.style,g=e.nodeType&&ae(e),y=Y.get(e,"fxshow");for(r in n.queue||(null==(a=E._queueHooks(e,"fx")).unqueued&&(a.unqueued=0,s=a.empty.fire,a.empty.fire=function(){a.unqueued||s()}),a.unqueued++,p.always(function(){p.always(function(){a.unqueued--,E.queue(e,"fx").length||a.empty.fire()})})),t)if(i=t[r],ot.test(i)){if(delete t[r],o=o||"toggle"===i,i===(g?"hide":"show")){if("show"!==i||!y||void 0===y[r])continue;g=!0}d[r]=y&&y[r]||E.style(e,r)}if((u=!E.isEmptyObject(t))||!E.isEmptyObject(d))for(r in f&&1===e.nodeType&&(n.overflow=[h.overflow,h.overflowX,h.overflowY],null==(l=y&&y.display)&&(l=Y.get(e,"display")),"none"===(c=E.css(e,"display"))&&(l?c=l:(le([e],!0),l=e.style.display||l,c=E.css(e,"display"),le([e]))),("inline"===c||"inline-block"===c&&null!=l)&&"none"===E.css(e,"float")&&(u||(p.done(function(){h.display=l}),null==l&&(c=h.display,l="none"===c?"":c)),h.display="inline-block")),n.overflow&&(h.overflow="hidden",p.always(function(){h.overflow=n.overflow[0],h.overflowX=n.overflow[1],h.overflowY=n.overflow[2]})),u=!1,d)u||(y?"hidden"in y&&(g=y.hidden):y=Y.access(e,"fxshow",{display:l}),o&&(y.hidden=!g),g&&le([e],!0),p.done(function(){for(r in g||le([e]),Y.remove(e,"fxshow"),d)E.style(e,r,d[r])})),u=ct(g?y[r]:0,r,p),r in y||(y[r]=u.start,g&&(u.end=u.start,u.start=0))}],prefilter:function(e,t){t?ft.prefilters.unshift(e):ft.prefilters.push(e)}}),E.speed=function(e,t,n){var r=e&&"object"==typeof e?E.extend({},e):{complete:n||!n&&t||m(e)&&e,duration:e,easing:n&&t||t&&!m(t)&&t};return E.fx.off?r.duration=0:"number"!=typeof r.duration&&(r.duration in E.fx.speeds?r.duration=E.fx.speeds[r.duration]:r.duration=E.fx.speeds._default),null!=r.queue&&!0!==r.queue||(r.queue="fx"),r.old=r.complete,r.complete=function(){m(r.old)&&r.old.call(this),r.queue&&E.dequeue(this,r.queue)},r},E.fn.extend({fadeTo:function(e,t,n,r){return this.filter(ae).css("opacity",0).show().end().animate({opacity:t},e,n,r)},animate:function(t,e,n,r){var i=E.isEmptyObject(t),o=E.speed(e,n,r),a=function(){var e=ft(this,E.extend({},t),o);(i||Y.get(this,"finish"))&&e.stop(!0)};return a.finish=a,i||!1===o.queue?this.each(a):this.queue(o.queue,a)},stop:function(i,e,o){var a=function(e){var t=e.stop;delete e.stop,t(o)};return"string"!=typeof i&&(o=e,e=i,i=void 0),e&&this.queue(i||"fx",[]),this.each(function(){var e=!0,t=null!=i&&i+"queueHooks",n=E.timers,r=Y.get(this);if(t)r[t]&&r[t].stop&&a(r[t]);else for(t in r)r[t]&&r[t].stop&&at.test(t)&&a(r[t]);for(t=n.length;t--;)n[t].elem!==this||null!=i&&n[t].queue!==i||(n[t].anim.stop(o),e=!1,n.splice(t,1));!e&&o||E.dequeue(this,i)})},finish:function(a){return!1!==a&&(a=a||"fx"),this.each(function(){var e,t=Y.get(this),n=t[a+"queue"],r=t[a+"queueHooks"],i=E.timers,o=n?n.length:0;for(t.finish=!0,E.queue(this,a,[]),r&&r.stop&&r.stop.call(this,!0),e=i.length;e--;)i[e].elem===this&&i[e].queue===a&&(i[e].anim.stop(!0),i.splice(e,1));for(e=0;e<o;e++)n[e]&&n[e].finish&&n[e].finish.call(this);delete t.finish})}}),E.each(["toggle","show","hide"],function(e,r){var i=E.fn[r];E.fn[r]=function(e,t,n){return null==e||"boolean"==typeof e?i.apply(this,arguments):this.animate(lt(r,!0),e,t,n)}}),E.each({slideDown:lt("show"),slideUp:lt("hide"),slideToggle:lt("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(e,r){E.fn[e]=function(e,t,n){return this.animate(r,e,t,n)}}),E.timers=[],E.fx.tick=function(){var e,t=0,n=E.timers;for(tt=Date.now();t<n.length;t++)(e=n[t])()||n[t]!==e||n.splice(t--,1);n.length||E.fx.stop(),tt=void 0},E.fx.timer=function(e){E.timers.push(e),E.fx.start()},E.fx.interval=13,E.fx.start=function(){nt||(nt=!0,st())},E.fx.stop=function(){nt=null},E.fx.speeds={slow:600,fast:200,_default:400},E.fn.delay=function(r,e){return r=E.fx&&E.fx.speeds[r]||r,e=e||"fx",this.queue(e,function(e,t){var n=C.setTimeout(e,r);t.stop=function(){C.clearTimeout(n)}})},rt=S.createElement("input"),it=S.createElement("select").appendChild(S.createElement("option")),rt.type="checkbox",v.checkOn=""!==rt.value,v.optSelected=it.selected,(rt=S.createElement("input")).value="t",rt.type="radio",v.radioValue="t"===rt.value;var pt,dt=E.expr.attrHandle;E.fn.extend({attr:function(e,t){return B(this,E.attr,e,t,1<arguments.length)},removeAttr:function(e){return this.each(function(){E.removeAttr(this,e)})}}),E.extend({attr:function(e,t,n){var r,i,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return"undefined"==typeof e.getAttribute?E.prop(e,t,n):(1===o&&E.isXMLDoc(e)||(i=E.attrHooks[t.toLowerCase()]||(E.expr.match.bool.test(t)?pt:void 0)),void 0!==n?null===n?void E.removeAttr(e,t):i&&"set"in i&&void 0!==(r=i.set(e,n,t))?r:(e.setAttribute(t,n+""),n):i&&"get"in i&&null!==(r=i.get(e,t))?r:null==(r=E.find.attr(e,t))?void 0:r)},attrHooks:{type:{set:function(e,t){if(!v.radioValue&&"radio"===t&&A(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),t}}}},removeAttr:function(e,t){var n,r=0,i=t&&t.match(P);if(i&&1===e.nodeType)while(n=i[r++])e.removeAttribute(n)}}),pt={set:function(e,t,n){return!1===t?E.removeAttr(e,n):e.setAttribute(n,n),n}},E.each(E.expr.match.bool.source.match(/\w+/g),function(e,t){var a=dt[t]||E.find.attr;dt[t]=function(e,t,n){var r,i,o=t.toLowerCase();return n||(i=dt[o],dt[o]=r,r=null!=a(e,t,n)?o:null,dt[o]=i),r}});var ht=/^(?:input|select|textarea|button)$/i,gt=/^(?:a|area)$/i;function yt(e){return(e.match(P)||[]).join(" ")}function vt(e){return e.getAttribute&&e.getAttribute("class")||""}function mt(e){return Array.isArray(e)?e:"string"==typeof e&&e.match(P)||[]}E.fn.extend({prop:function(e,t){return B(this,E.prop,e,t,1<arguments.length)},removeProp:function(e){return this.each(function(){delete this[E.propFix[e]||e]})}}),E.extend({prop:function(e,t,n){var r,i,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return 1===o&&E.isXMLDoc(e)||(t=E.propFix[t]||t,i=E.propHooks[t]),void 0!==n?i&&"set"in i&&void 0!==(r=i.set(e,n,t))?r:e[t]=n:i&&"get"in i&&null!==(r=i.get(e,t))?r:e[t]},propHooks:{tabIndex:{get:function(e){var t=E.find.attr(e,"tabindex");return t?parseInt(t,10):ht.test(e.nodeName)||gt.test(e.nodeName)&&e.href?0:-1}}},propFix:{"for":"htmlFor","class":"className"}}),v.optSelected||(E.propHooks.selected={get:function(e){var t=e.parentNode;return t&&t.parentNode&&t.parentNode.selectedIndex,null},set:function(e){var t=e.parentNode;t&&(t.selectedIndex,t.parentNode&&t.parentNode.selectedIndex)}}),E.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){E.propFix[this.toLowerCase()]=this}),E.fn.extend({addClass:function(t){var e,n,r,i,o,a;return m(t)?this.each(function(e){E(this).addClass(t.call(this,e,vt(this)))}):(e=mt(t)).length?this.each(function(){if(r=vt(this),n=1===this.nodeType&&" "+yt(r)+" "){for(o=0;o<e.length;o++)i=e[o],n.indexOf(" "+i+" ")<0&&(n+=i+" ");a=yt(n),r!==a&&this.setAttribute("class",a)}}):this},removeClass:function(t){var e,n,r,i,o,a;return m(t)?this.each(function(e){E(this).removeClass(t.call(this,e,vt(this)))}):arguments.length?(e=mt(t)).length?this.each(function(){if(r=vt(this),n=1===this.nodeType&&" "+yt(r)+" "){for(o=0;o<e.length;o++){i=e[o];while(-1<n.indexOf(" "+i+" "))n=n.replace(" "+i+" "," ")}a=yt(n),r!==a&&this.setAttribute("class",a)}}):this:this.attr("class","")},toggleClass:function(t,n){var e,r,i,o,a=typeof t,s="string"===a||Array.isArray(t);return m(t)?this.each(function(e){E(this).toggleClass(t.call(this,e,vt(this),n),n)}):"boolean"==typeof n&&s?n?this.addClass(t):this.removeClass(t):(e=mt(t),this.each(function(){if(s)for(o=E(this),i=0;i<e.length;i++)r=e[i],o.hasClass(r)?o.removeClass(r):o.addClass(r);else void 0!==t&&"boolean"!==a||((r=vt(this))&&Y.set(this,"__className__",r),this.setAttribute&&this.setAttribute("class",r||!1===t?"":Y.get(this,"__className__")||""))}))},hasClass:function(e){var t,n,r=0;t=" "+e+" ";while(n=this[r++])if(1===n.nodeType&&-1<(" "+yt(vt(n))+" ").indexOf(t))return!0;return!1}});var xt=/\r/g;E.fn.extend({val:function(n){var r,e,i,t=this[0];return arguments.length?(i=m(n),this.each(function(e){var t;1===this.nodeType&&(null==(t=i?n.call(this,e,E(this).val()):n)?t="":"number"==typeof t?t+="":Array.isArray(t)&&(t=E.map(t,function(e){return null==e?"":e+""})),(r=E.valHooks[this.type]||E.valHooks[this.nodeName.toLowerCase()])&&"set"in r&&void 0!==r.set(this,t,"value")||(this.value=t))})):t?(r=E.valHooks[t.type]||E.valHooks[t.nodeName.toLowerCase()])&&"get"in r&&void 0!==(e=r.get(t,"value"))?e:"string"==typeof(e=t.value)?e.replace(xt,""):null==e?"":e:void 0}}),E.extend({valHooks:{option:{get:function(e){var t=E.find.attr(e,"value");return null!=t?t:yt(E.text(e))}},select:{get:function(e){var t,n,r,i=e.options,o=e.selectedIndex,a="select-one"===e.type,s=a?null:[],u=a?o+1:i.length;for(r=o<0?u:a?o:0;r<u;r++)if(((n=i[r]).selected||r===o)&&!n.disabled&&(!n.parentNode.disabled||!A(n.parentNode,"optgroup"))){if(t=E(n).val(),a)return t;s.push(t)}return s},set:function(e,t){var n,r,i=e.options,o=E.makeArray(t),a=i.length;while(a--)((r=i[a]).selected=-1<E.inArray(E.valHooks.option.get(r),o))&&(n=!0);return n||(e.selectedIndex=-1),o}}}}),E.each(["radio","checkbox"],function(){E.valHooks[this]={set:function(e,t){if(Array.isArray(t))return e.checked=-1<E.inArray(E(e).val(),t)}},v.checkOn||(E.valHooks[this].get=function(e){return null===e.getAttribute("value")?"on":e.value})}),v.focusin="onfocusin"in C;var bt=/^(?:focusinfocus|focusoutblur)$/,wt=function(e){e.stopPropagation()};E.extend(E.event,{trigger:function(e,t,n,r){var i,o,a,s,u,l,c,f,p=[n||S],d=y.call(e,"type")?e.type:e,h=y.call(e,"namespace")?e.namespace.split("."):[];if(o=f=a=n=n||S,3!==n.nodeType&&8!==n.nodeType&&!bt.test(d+E.event.triggered)&&(-1<d.indexOf(".")&&(d=(h=d.split(".")).shift(),h.sort()),u=d.indexOf(":")<0&&"on"+d,(e=e[E.expando]?e:new E.Event(d,"object"==typeof e&&e)).isTrigger=r?2:3,e.namespace=h.join("."),e.rnamespace=e.namespace?new RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,e.result=void 0,e.target||(e.target=n),t=null==t?[e]:E.makeArray(t,[e]),c=E.event.special[d]||{},r||!c.trigger||!1!==c.trigger.apply(n,t))){if(!r&&!c.noBubble&&!x(n)){for(s=c.delegateType||d,bt.test(s+d)||(o=o.parentNode);o;o=o.parentNode)p.push(o),a=o;a===(n.ownerDocument||S)&&p.push(a.defaultView||a.parentWindow||C)}i=0;while((o=p[i++])&&!e.isPropagationStopped())f=o,e.type=1<i?s:c.bindType||d,(l=(Y.get(o,"events")||Object.create(null))[e.type]&&Y.get(o,"handle"))&&l.apply(o,t),(l=u&&o[u])&&l.apply&&V(o)&&(e.result=l.apply(o,t),!1===e.result&&e.preventDefault());return e.type=d,r||e.isDefaultPrevented()||c._default&&!1!==c._default.apply(p.pop(),t)||!V(n)||u&&m(n[d])&&!x(n)&&((a=n[u])&&(n[u]=null),E.event.triggered=d,e.isPropagationStopped()&&f.addEventListener(d,wt),n[d](),e.isPropagationStopped()&&f.removeEventListener(d,wt),E.event.triggered=void 0,a&&(n[u]=a)),e.result}},simulate:function(e,t,n){var r=E.extend(new E.Event,n,{type:e,isSimulated:!0});E.event.trigger(r,null,t)}}),E.fn.extend({trigger:function(e,t){return this.each(function(){E.event.trigger(e,t,this)})},triggerHandler:function(e,t){var n=this[0];if(n)return E.event.trigger(e,t,n,!0)}}),v.focusin||E.each({focus:"focusin",blur:"focusout"},function(n,r){var i=function(e){E.event.simulate(r,e.target,E.event.fix(e))};E.event.special[r]={setup:function(){var e=this.ownerDocument||this.document||this,t=Y.access(e,r);t||e.addEventListener(n,i,!0),Y.access(e,r,(t||0)+1)},teardown:function(){var e=this.ownerDocument||this.document||this,t=Y.access(e,r)-1;t?Y.access(e,r,t):(e.removeEventListener(n,i,!0),Y.remove(e,r))}}});var Tt=C.location,Ct={guid:Date.now()},St=/\?/;E.parseXML=function(e){var t,n;if(!e||"string"!=typeof e)return null;try{t=(new C.DOMParser).parseFromString(e,"text/xml")}catch(e){}return n=t&&t.getElementsByTagName("parsererror")[0],t&&!n||E.error("Invalid XML: "+(n?E.map(n.childNodes,function(e){return e.textContent}).join("\n"):e)),t};var Et=/\[\]$/,kt=/\r?\n/g,At=/^(?:submit|button|image|reset|file)$/i,Nt=/^(?:input|select|textarea|keygen)/i;function jt(n,e,r,i){var t;if(Array.isArray(e))E.each(e,function(e,t){r||Et.test(n)?i(n,t):jt(n+"["+("object"==typeof t&&null!=t?e:"")+"]",t,r,i)});else if(r||"object"!==w(e))i(n,e);else for(t in e)jt(n+"["+t+"]",e[t],r,i)}E.param=function(e,t){var n,r=[],i=function(e,t){var n=m(t)?t():t;r[r.length]=encodeURIComponent(e)+"="+encodeURIComponent(null==n?"":n)};if(null==e)return"";if(Array.isArray(e)||e.jquery&&!E.isPlainObject(e))E.each(e,function(){i(this.name,this.value)});else for(n in e)jt(n,e[n],t,i);return r.join("&")},E.fn.extend({serialize:function(){return E.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var e=E.prop(this,"elements");return e?E.makeArray(e):this}).filter(function(){var e=this.type;return this.name&&!E(this).is(":disabled")&&Nt.test(this.nodeName)&&!At.test(e)&&(this.checked||!pe.test(e))}).map(function(e,t){var n=E(this).val();return null==n?null:Array.isArray(n)?E.map(n,function(e){return{name:t.name,value:e.replace(kt,"\r\n")}}):{name:t.name,value:n.replace(kt,"\r\n")}}).get()}});var Dt=/%20/g,qt=/#.*$/,Lt=/([?&])_=[^&]*/,Ht=/^(.*?):[ \t]*([^\r\n]*)$/gm,Ot=/^(?:GET|HEAD)$/,Pt=/^\/\//,Rt={},Mt={},It="*/".concat("*"),Wt=S.createElement("a");function Ft(o){return function(e,t){"string"!=typeof e&&(t=e,e="*");var n,r=0,i=e.toLowerCase().match(P)||[];if(m(t))while(n=i[r++])"+"===n[0]?(n=n.slice(1)||"*",(o[n]=o[n]||[]).unshift(t)):(o[n]=o[n]||[]).push(t)}}function $t(t,i,o,a){var s={},u=t===Mt;function l(e){var r;return s[e]=!0,E.each(t[e]||[],function(e,t){var n=t(i,o,a);return"string"!=typeof n||u||s[n]?u?!(r=n):void 0:(i.dataTypes.unshift(n),l(n),!1)}),r}return l(i.dataTypes[0])||!s["*"]&&l("*")}function Bt(e,t){var n,r,i=E.ajaxSettings.flatOptions||{};for(n in t)void 0!==t[n]&&((i[n]?e:r||(r={}))[n]=t[n]);return r&&E.extend(!0,e,r),e}Wt.href=Tt.href,E.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:Tt.href,type:"GET",isLocal:/^(?:about|app|app-storage|.+-extension|file|res|widget):$/.test(Tt.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":It,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":E.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?Bt(Bt(e,E.ajaxSettings),t):Bt(E.ajaxSettings,e)},ajaxPrefilter:Ft(Rt),ajaxTransport:Ft(Mt),ajax:function(e,t){"object"==typeof e&&(t=e,e=void 0),t=t||{};var c,f,p,n,d,r,h,g,i,o,y=E.ajaxSetup({},t),v=y.context||y,m=y.context&&(v.nodeType||v.jquery)?E(v):E.event,x=E.Deferred(),b=E.Callbacks("once memory"),w=y.statusCode||{},a={},s={},u="canceled",T={readyState:0,getResponseHeader:function(e){var t;if(h){if(!n){n={};while(t=Ht.exec(p))n[t[1].toLowerCase()+" "]=(n[t[1].toLowerCase()+" "]||[]).concat(t[2])}t=n[e.toLowerCase()+" "]}return null==t?null:t.join(", ")},getAllResponseHeaders:function(){return h?p:null},setRequestHeader:function(e,t){return null==h&&(e=s[e.toLowerCase()]=s[e.toLowerCase()]||e,a[e]=t),this},overrideMimeType:function(e){return null==h&&(y.mimeType=e),this},statusCode:function(e){var t;if(e)if(h)T.always(e[T.status]);else for(t in e)w[t]=[w[t],e[t]];return this},abort:function(e){var t=e||u;return c&&c.abort(t),l(0,t),this}};if(x.promise(T),y.url=((e||y.url||Tt.href)+"").replace(Pt,Tt.protocol+"//"),y.type=t.method||t.type||y.method||y.type,y.dataTypes=(y.dataType||"*").toLowerCase().match(P)||[""],null==y.crossDomain){r=S.createElement("a");try{r.href=y.url,r.href=r.href,y.crossDomain=Wt.protocol+"//"+Wt.host!=r.protocol+"//"+r.host}catch(e){y.crossDomain=!0}}if(y.data&&y.processData&&"string"!=typeof y.data&&(y.data=E.param(y.data,y.traditional)),$t(Rt,y,t,T),h)return T;for(i in(g=E.event&&y.global)&&0==E.active++&&E.event.trigger("ajaxStart"),y.type=y.type.toUpperCase(),y.hasContent=!Ot.test(y.type),f=y.url.replace(qt,""),y.hasContent?y.data&&y.processData&&0===(y.contentType||"").indexOf("application/x-www-form-urlencoded")&&(y.data=y.data.replace(Dt,"+")):(o=y.url.slice(f.length),y.data&&(y.processData||"string"==typeof y.data)&&(f+=(St.test(f)?"&":"?")+y.data,delete y.data),!1===y.cache&&(f=f.replace(Lt,"$1"),o=(St.test(f)?"&":"?")+"_="+Ct.guid+++o),y.url=f+o),y.ifModified&&(E.lastModified[f]&&T.setRequestHeader("If-Modified-Since",E.lastModified[f]),E.etag[f]&&T.setRequestHeader("If-None-Match",E.etag[f])),(y.data&&y.hasContent&&!1!==y.contentType||t.contentType)&&T.setRequestHeader("Content-Type",y.contentType),T.setRequestHeader("Accept",y.dataTypes[0]&&y.accepts[y.dataTypes[0]]?y.accepts[y.dataTypes[0]]+("*"!==y.dataTypes[0]?", "+It+"; q=0.01":""):y.accepts["*"]),y.headers)T.setRequestHeader(i,y.headers[i]);if(y.beforeSend&&(!1===y.beforeSend.call(v,T,y)||h))return T.abort();if(u="abort",b.add(y.complete),T.done(y.success),T.fail(y.error),c=$t(Mt,y,t,T)){if(T.readyState=1,g&&m.trigger("ajaxSend",[T,y]),h)return T;y.async&&0<y.timeout&&(d=C.setTimeout(function(){T.abort("timeout")},y.timeout));try{h=!1,c.send(a,l)}catch(e){if(h)throw e;l(-1,e)}}else l(-1,"No Transport");function l(e,t,n,r){var i,o,a,s,u,l=t;h||(h=!0,d&&C.clearTimeout(d),c=void 0,p=r||"",T.readyState=0<e?4:0,i=200<=e&&e<300||304===e,n&&(s=function(e,t,n){var r,i,o,a,s=e.contents,u=e.dataTypes;while("*"===u[0])u.shift(),void 0===r&&(r=e.mimeType||t.getResponseHeader("Content-Type"));if(r)for(i in s)if(s[i]&&s[i].test(r)){u.unshift(i);break}if(u[0]in n)o=u[0];else{for(i in n){if(!u[0]||e.converters[i+" "+u[0]]){o=i;break}a||(a=i)}o=o||a}if(o)return o!==u[0]&&u.unshift(o),n[o]}(y,T,n)),!i&&-1<E.inArray("script",y.dataTypes)&&E.inArray("json",y.dataTypes)<0&&(y.converters["text script"]=function(){}),s=function(e,t,n,r){var i,o,a,s,u,l={},c=e.dataTypes.slice();if(c[1])for(a in e.converters)l[a.toLowerCase()]=e.converters[a];o=c.shift();while(o)if(e.responseFields[o]&&(n[e.responseFields[o]]=t),!u&&r&&e.dataFilter&&(t=e.dataFilter(t,e.dataType)),u=o,o=c.shift())if("*"===o)o=u;else if("*"!==u&&u!==o){if(!(a=l[u+" "+o]||l["* "+o]))for(i in l)if((s=i.split(" "))[1]===o&&(a=l[u+" "+s[0]]||l["* "+s[0]])){!0===a?a=l[i]:!0!==l[i]&&(o=s[0],c.unshift(s[1]));break}if(!0!==a)if(a&&e["throws"])t=a(t);else try{t=a(t)}catch(e){return{state:"parsererror",error:a?e:"No conversion from "+u+" to "+o}}}return{state:"success",data:t}}(y,s,T,i),i?(y.ifModified&&((u=T.getResponseHeader("Last-Modified"))&&(E.lastModified[f]=u),(u=T.getResponseHeader("etag"))&&(E.etag[f]=u)),204===e||"HEAD"===y.type?l="nocontent":304===e?l="notmodified":(l=s.state,o=s.data,i=!(a=s.error))):(a=l,!e&&l||(l="error",e<0&&(e=0))),T.status=e,T.statusText=(t||l)+"",i?x.resolveWith(v,[o,l,T]):x.rejectWith(v,[T,l,a]),T.statusCode(w),w=void 0,g&&m.trigger(i?"ajaxSuccess":"ajaxError",[T,y,i?o:a]),b.fireWith(v,[T,l]),g&&(m.trigger("ajaxComplete",[T,y]),--E.active||E.event.trigger("ajaxStop")))}return T},getJSON:function(e,t,n){return E.get(e,t,n,"json")},getScript:function(e,t){return E.get(e,void 0,t,"script")}}),E.each(["get","post"],function(e,i){E[i]=function(e,t,n,r){return m(t)&&(r=r||n,n=t,t=void 0),E.ajax(E.extend({url:e,type:i,dataType:r,data:t,success:n},E.isPlainObject(e)&&e))}}),E.ajaxPrefilter(function(e){var t;for(t in e.headers)"content-type"===t.toLowerCase()&&(e.contentType=e.headers[t]||"")}),E._evalUrl=function(e,t,n){return E.ajax({url:e,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,converters:{"text script":function(){}},dataFilter:function(e){E.globalEval(e,t,n)}})},E.fn.extend({wrapAll:function(e){var t;return this[0]&&(m(e)&&(e=e.call(this[0])),t=E(e,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&t.insertBefore(this[0]),t.map(function(){var e=this;while(e.firstElementChild)e=e.firstElementChild;return e}).append(this)),this},wrapInner:function(n){return m(n)?this.each(function(e){E(this).wrapInner(n.call(this,e))}):this.each(function(){var e=E(this),t=e.contents();t.length?t.wrapAll(n):e.append(n)})},wrap:function(t){var n=m(t);return this.each(function(e){E(this).wrapAll(n?t.call(this,e):t)})},unwrap:function(e){return this.parent(e).not("body").each(function(){E(this).replaceWith(this.childNodes)}),this}}),E.expr.pseudos.hidden=function(e){return!E.expr.pseudos.visible(e)},E.expr.pseudos.visible=function(e){return!!(e.offsetWidth||e.offsetHeight||e.getClientRects().length)},E.ajaxSettings.xhr=function(){try{return new C.XMLHttpRequest}catch(e){}};var _t={0:200,1223:204},zt=E.ajaxSettings.xhr();v.cors=!!zt&&"withCredentials"in zt,v.ajax=zt=!!zt,E.ajaxTransport(function(i){var o,a;if(v.cors||zt&&!i.crossDomain)return{send:function(e,t){var n,r=i.xhr();if(r.open(i.type,i.url,i.async,i.username,i.password),i.xhrFields)for(n in i.xhrFields)r[n]=i.xhrFields[n];for(n in i.mimeType&&r.overrideMimeType&&r.overrideMimeType(i.mimeType),i.crossDomain||e["X-Requested-With"]||(e["X-Requested-With"]="XMLHttpRequest"),e)r.setRequestHeader(n,e[n]);o=function(e){return function(){o&&(o=a=r.onload=r.onerror=r.onabort=r.ontimeout=r.onreadystatechange=null,"abort"===e?r.abort():"error"===e?"number"!=typeof r.status?t(0,"error"):t(r.status,r.statusText):t(_t[r.status]||r.status,r.statusText,"text"!==(r.responseType||"text")||"string"!=typeof r.responseText?{binary:r.response}:{text:r.responseText},r.getAllResponseHeaders()))}},r.onload=o(),a=r.onerror=r.ontimeout=o("error"),void 0!==r.onabort?r.onabort=a:r.onreadystatechange=function(){4===r.readyState&&C.setTimeout(function(){o&&a()})},o=o("abort");try{r.send(i.hasContent&&i.data||null)}catch(e){if(o)throw e}},abort:function(){o&&o()}}}),E.ajaxPrefilter(function(e){e.crossDomain&&(e.contents.script=!1)}),E.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(e){return E.globalEval(e),e}}}),E.ajaxPrefilter("script",function(e){void 0===e.cache&&(e.cache=!1),e.crossDomain&&(e.type="GET")}),E.ajaxTransport("script",function(n){var r,i;if(n.crossDomain||n.scriptAttrs)return{send:function(e,t){r=E("<script>").attr(n.scriptAttrs||{}).prop({charset:n.scriptCharset,src:n.url}).on("load error",i=function(e){r.remove(),i=null,e&&t("error"===e.type?404:200,e.type)}),S.head.appendChild(r[0])},abort:function(){i&&i()}}});var Ut,Xt=[],Vt=/(=)\?(?=&|$)|\?\?/;E.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Xt.pop()||E.expando+"_"+Ct.guid++;return this[e]=!0,e}}),E.ajaxPrefilter("json jsonp",function(e,t,n){var r,i,o,a=!1!==e.jsonp&&(Vt.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Vt.test(e.data)&&"data");if(a||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=m(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,a?e[a]=e[a].replace(Vt,"$1"+r):!1!==e.jsonp&&(e.url+=(St.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return o||E.error(r+" was not called"),o[0]},e.dataTypes[0]="json",i=C[r],C[r]=function(){o=arguments},n.always(function(){void 0===i?E(C).removeProp(r):C[r]=i,e[r]&&(e.jsonpCallback=t.jsonpCallback,Xt.push(r)),o&&m(i)&&i(o[0]),o=i=void 0}),"script"}),v.createHTMLDocument=((Ut=S.implementation.createHTMLDocument("").body).innerHTML="<form></form><form></form>",2===Ut.childNodes.length),E.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(v.createHTMLDocument?((r=(t=S.implementation.createHTMLDocument("")).createElement("base")).href=S.location.href,t.head.appendChild(r)):t=S),o=!n&&[],(i=N.exec(e))?[t.createElement(i[1])]:(i=xe([e],t,o),o&&o.length&&E(o).remove(),E.merge([],i.childNodes)));var r,i,o},E.fn.load=function(e,t,n){var r,i,o,a=this,s=e.indexOf(" ");return-1<s&&(r=yt(e.slice(s)),e=e.slice(0,s)),m(t)?(n=t,t=void 0):t&&"object"==typeof t&&(i="POST"),0<a.length&&E.ajax({url:e,type:i||"GET",dataType:"html",data:t}).done(function(e){o=arguments,a.html(r?E("<div>").append(E.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},E.expr.pseudos.animated=function(t){return E.grep(E.timers,function(e){return t===e.elem}).length},E.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l=E.css(e,"position"),c=E(e),f={};"static"===l&&(e.style.position="relative"),s=c.offset(),o=E.css(e,"top"),u=E.css(e,"left"),("absolute"===l||"fixed"===l)&&-1<(o+u).indexOf("auto")?(a=(r=c.position()).top,i=r.left):(a=parseFloat(o)||0,i=parseFloat(u)||0),m(t)&&(t=t.call(e,n,E.extend({},s))),null!=t.top&&(f.top=t.top-s.top+a),null!=t.left&&(f.left=t.left-s.left+i),"using"in t?t.using.call(e,f):c.css(f)}},E.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){E.offset.setOffset(this,t,e)});var e,n,r=this[0];return r?r.getClientRects().length?(e=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:e.top+n.pageYOffset,left:e.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===E.css(r,"position"))t=r.getBoundingClientRect();else{t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;while(e&&(e===n.body||e===n.documentElement)&&"static"===E.css(e,"position"))e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=E(e).offset()).top+=E.css(e,"borderTopWidth",!0),i.left+=E.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-E.css(r,"marginTop",!0),left:t.left-i.left-E.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var e=this.offsetParent;while(e&&"static"===E.css(e,"position"))e=e.offsetParent;return e||re})}}),E.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,i){var o="pageYOffset"===i;E.fn[t]=function(e){return B(this,function(e,t,n){var r;if(x(e)?r=e:9===e.nodeType&&(r=e.defaultView),void 0===n)return r?r[i]:e[t];r?r.scrollTo(o?r.pageXOffset:n,o?n:r.pageYOffset):e[t]=n},t,e,arguments.length)}}),E.each(["top","left"],function(e,n){E.cssHooks[n]=_e(v.pixelPosition,function(e,t){if(t)return t=Be(e,n),Pe.test(t)?E(e).position()[n]+"px":t})}),E.each({Height:"height",Width:"width"},function(a,s){E.each({padding:"inner"+a,content:s,"":"outer"+a},function(r,o){E.fn[o]=function(e,t){var n=arguments.length&&(r||"boolean"!=typeof e),i=r||(!0===e||!0===t?"margin":"border");return B(this,function(e,t,n){var r;return x(e)?0===o.indexOf("outer")?e["inner"+a]:e.document.documentElement["client"+a]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+a],r["scroll"+a],e.body["offset"+a],r["offset"+a],r["client"+a])):void 0===n?E.css(e,t,i):E.style(e,t,n,i)},s,n?e:void 0,n)}})}),E.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){E.fn[t]=function(e){return this.on(t,e)}}),E.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)},hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),E.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,n){E.fn[n]=function(e,t){return 0<arguments.length?this.on(n,null,e,t):this.trigger(n)}});var Gt=/^[\s\uFEFF\xA0]+|([^\s\uFEFF\xA0])[\s\uFEFF\xA0]+$/g;E.proxy=function(e,t){var n,r,i;if("string"==typeof t&&(n=e[t],t=e,e=n),m(e))return r=s.call(arguments,2),(i=function(){return e.apply(t||this,r.concat(s.call(arguments)))}).guid=e.guid=e.guid||E.guid++,i},E.holdReady=function(e){e?E.readyWait++:E.ready(!0)},E.isArray=Array.isArray,E.parseJSON=JSON.parse,E.nodeName=A,E.isFunction=m,E.isWindow=x,E.camelCase=X,E.type=w,E.now=Date.now,E.isNumeric=function(e){var t=E.type(e);return("number"===t||"string"===t)&&!isNaN(e-parseFloat(e))},E.trim=function(e){return null==e?"":(e+"").replace(Gt,"$1")},"function"==typeof define&&define.amd&&define("jquery",[],function(){return E});var Yt=C.jQuery,Qt=C.$;return E.noConflict=function(e){return C.$===E&&(C.$=Qt),e&&C.jQuery===E&&(C.jQuery=Yt),E},"undefined"==typeof e&&(C.jQuery=C.$=E),E}); diff --git a/software/flow/node_modules/jquery/dist/jquery.min.map b/software/flow/node_modules/jquery/dist/jquery.min.map deleted file mode 100644 index 1b11ec8..0000000 --- a/software/flow/node_modules/jquery/dist/jquery.min.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["jquery.js"],"names":["global","factory","module","exports","document","w","Error","window","this","noGlobal","arr","getProto","Object","getPrototypeOf","slice","flat","array","call","concat","apply","push","indexOf","class2type","toString","hasOwn","hasOwnProperty","fnToString","ObjectFunctionString","support","isFunction","obj","nodeType","item","isWindow","preservedScriptAttributes","type","src","nonce","noModule","DOMEval","code","node","doc","i","val","script","createElement","text","getAttribute","setAttribute","head","appendChild","parentNode","removeChild","toType","version","jQuery","selector","context","fn","init","isArrayLike","length","prototype","jquery","constructor","toArray","get","num","pushStack","elems","ret","merge","prevObject","each","callback","map","elem","arguments","first","eq","last","even","grep","_elem","odd","len","j","end","sort","splice","extend","options","name","copy","copyIsArray","clone","target","deep","isPlainObject","Array","isArray","undefined","expando","Math","random","replace","isReady","error","msg","noop","proto","Ctor","isEmptyObject","globalEval","makeArray","results","inArray","second","invert","matches","callbackExpect","arg","value","guid","Symbol","iterator","split","_i","toLowerCase","Sizzle","Expr","getText","isXML","tokenize","compile","select","outermostContext","sortInput","hasDuplicate","setDocument","docElem","documentIsHTML","rbuggyQSA","rbuggyMatches","contains","Date","preferredDoc","dirruns","done","classCache","createCache","tokenCache","compilerCache","nonnativeSelectorCache","sortOrder","a","b","pop","pushNative","list","booleans","whitespace","identifier","attributes","pseudos","rwhitespace","RegExp","rtrim","rcomma","rcombinators","rdescend","rpseudo","ridentifier","matchExpr","ID","CLASS","TAG","ATTR","PSEUDO","CHILD","bool","needsContext","rhtml","rinputs","rheader","rnative","rquickExpr","rsibling","runescape","funescape","escape","nonHex","high","String","fromCharCode","rcssescape","fcssescape","ch","asCodePoint","charCodeAt","unloadHandler","inDisabledFieldset","addCombinator","disabled","nodeName","dir","next","childNodes","e","els","seed","m","nid","match","groups","newSelector","newContext","ownerDocument","exec","getElementById","id","getElementsByTagName","getElementsByClassName","qsa","test","testContext","scope","toSelector","join","cssSupportsSelector","CSS","supports","querySelectorAll","qsaError","removeAttribute","keys","cache","key","cacheLength","shift","markFunction","assert","el","addHandle","attrs","handler","attrHandle","siblingCheck","cur","diff","sourceIndex","nextSibling","createInputPseudo","createButtonPseudo","createDisabledPseudo","isDisabled","createPositionalPseudo","argument","matchIndexes","namespace","namespaceURI","documentElement","hasCompare","subWindow","defaultView","top","addEventListener","attachEvent","className","createComment","getById","getElementsByName","filter","attrId","find","getAttributeNode","tag","tmp","input","innerHTML","matchesSelector","webkitMatchesSelector","mozMatchesSelector","oMatchesSelector","msMatchesSelector","disconnectedMatch","compareDocumentPosition","adown","bup","compare","sortDetached","aup","ap","bp","unshift","expr","elements","attr","specified","sel","uniqueSort","duplicates","detectDuplicates","sortStable","textContent","firstChild","nodeValue","selectors","createPseudo","relative",">"," ","+","~","preFilter","excess","unquoted","nodeNameSelector","pattern","operator","check","result","what","_argument","simple","forward","ofType","_context","xml","uniqueCache","outerCache","nodeIndex","start","parent","useCache","lastChild","uniqueID","pseudo","args","setFilters","idx","matched","not","matcher","unmatched","has","lang","elemLang","hash","location","root","focus","activeElement","hasFocus","href","tabIndex","enabled","checked","selected","selectedIndex","empty","header","button","_matchIndexes","lt","gt","radio","checkbox","file","password","image","submit","reset","tokens","combinator","base","skip","checkNonElements","doneName","oldCache","newCache","elementMatcher","matchers","condense","newUnmatched","mapped","setMatcher","postFilter","postFinder","postSelector","temp","preMap","postMap","preexisting","contexts","multipleContexts","matcherIn","matcherOut","matcherFromTokens","checkContext","leadingRelative","implicitRelative","matchContext","matchAnyContext","filters","parseOnly","soFar","preFilters","cached","elementMatchers","setMatchers","bySet","byElement","superMatcher","outermost","matchedCount","setMatched","contextBackup","dirrunsUnique","token","compiled","_name","defaultValue","unique","isXMLDoc","escapeSelector","until","truncate","is","siblings","n","rneedsContext","rsingleTag","winnow","qualifier","self","rootjQuery","parseHTML","ready","rparentsprev","guaranteedUnique","children","contents","prev","sibling","targets","l","closest","index","prevAll","add","addBack","parents","parentsUntil","nextAll","nextUntil","prevUntil","contentDocument","content","reverse","rnothtmlwhite","Identity","v","Thrower","ex","adoptValue","resolve","reject","noValue","method","promise","fail","then","Callbacks","object","_","flag","firing","memory","fired","locked","queue","firingIndex","fire","once","stopOnFalse","remove","disable","lock","fireWith","Deferred","func","tuples","state","always","deferred","catch","pipe","fns","newDefer","tuple","returned","progress","notify","onFulfilled","onRejected","onProgress","maxDepth","depth","special","that","mightThrow","TypeError","notifyWith","resolveWith","process","exceptionHook","stackTrace","rejectWith","getStackHook","setTimeout","stateString","when","singleValue","remaining","resolveContexts","resolveValues","primary","updateFunc","rerrorNames","stack","console","warn","message","readyException","readyList","completed","removeEventListener","readyWait","wait","readyState","doScroll","access","chainable","emptyGet","raw","bulk","_key","rmsPrefix","rdashAlpha","fcamelCase","_all","letter","toUpperCase","camelCase","string","acceptData","owner","Data","uid","defineProperty","configurable","set","data","prop","hasData","dataPriv","dataUser","rbrace","rmultiDash","dataAttr","JSON","parse","removeData","_data","_removeData","dequeue","startLength","hooks","_queueHooks","stop","setter","clearQueue","count","defer","pnum","source","rcssNum","cssExpand","isAttached","composed","getRootNode","isHiddenWithinTree","style","display","css","adjustCSS","valueParts","tween","adjusted","scale","maxIterations","currentValue","initial","unit","cssNumber","initialInUnit","defaultDisplayMap","showHide","show","values","body","hide","toggle","div","rcheckableType","rtagName","rscriptType","createDocumentFragment","checkClone","cloneNode","noCloneChecked","option","wrapMap","thead","col","tr","td","_default","getAll","setGlobalEval","refElements","tbody","tfoot","colgroup","caption","th","optgroup","buildFragment","scripts","selection","ignored","wrap","attached","fragment","nodes","htmlPrefilter","createTextNode","rtypenamespace","returnTrue","returnFalse","expectSync","err","safeActiveElement","on","types","one","origFn","event","off","leverageNative","notAsync","saved","isTrigger","delegateType","stopPropagation","stopImmediatePropagation","preventDefault","trigger","Event","handleObjIn","eventHandle","events","t","handleObj","handlers","namespaces","origType","elemData","create","handle","triggered","dispatch","bindType","delegateCount","setup","mappedTypes","origCount","teardown","removeEvent","nativeEvent","handlerQueue","fix","delegateTarget","preDispatch","isPropagationStopped","currentTarget","isImmediatePropagationStopped","rnamespace","postDispatch","matchedHandlers","matchedSelectors","addProp","hook","enumerable","originalEvent","writable","load","noBubble","click","beforeunload","returnValue","props","isDefaultPrevented","defaultPrevented","relatedTarget","timeStamp","now","isSimulated","altKey","bubbles","cancelable","changedTouches","ctrlKey","detail","eventPhase","metaKey","pageX","pageY","shiftKey","view","char","charCode","keyCode","buttons","clientX","clientY","offsetX","offsetY","pointerId","pointerType","screenX","screenY","targetTouches","toElement","touches","which","blur","mouseenter","mouseleave","pointerenter","pointerleave","orig","related","rnoInnerhtml","rchecked","rcleanScript","manipulationTarget","disableScript","restoreScript","cloneCopyEvent","dest","udataOld","udataCur","domManip","collection","hasScripts","iNoClone","valueIsFunction","html","_evalUrl","keepData","cleanData","dataAndEvents","deepDataAndEvents","srcElements","destElements","inPage","detach","append","prepend","insertBefore","before","after","replaceWith","replaceChild","appendTo","prependTo","insertAfter","replaceAll","original","insert","rnumnonpx","rcustomProp","getStyles","opener","getComputedStyle","swap","old","rboxStyle","rtrimCSS","curCSS","computed","width","minWidth","maxWidth","isCustomProp","getPropertyValue","pixelBoxStyles","addGetHookIf","conditionFn","hookFn","computeStyleTests","container","cssText","divStyle","pixelPositionVal","reliableMarginLeftVal","roundPixelMeasures","marginLeft","right","pixelBoxStylesVal","boxSizingReliableVal","position","scrollboxSizeVal","offsetWidth","measure","round","parseFloat","reliableTrDimensionsVal","backgroundClip","clearCloneStyle","boxSizingReliable","pixelPosition","reliableMarginLeft","scrollboxSize","reliableTrDimensions","table","trChild","trStyle","height","parseInt","borderTopWidth","borderBottomWidth","offsetHeight","cssPrefixes","emptyStyle","vendorProps","finalPropName","final","cssProps","capName","vendorPropName","rdisplayswap","cssShow","visibility","cssNormalTransform","letterSpacing","fontWeight","setPositiveNumber","subtract","max","boxModelAdjustment","dimension","box","isBorderBox","styles","computedVal","extra","delta","ceil","getWidthOrHeight","valueIsBorderBox","offsetProp","getClientRects","Tween","easing","cssHooks","opacity","animationIterationCount","columnCount","fillOpacity","flexGrow","flexShrink","gridArea","gridColumn","gridColumnEnd","gridColumnStart","gridRow","gridRowEnd","gridRowStart","lineHeight","order","orphans","widows","zIndex","zoom","origName","setProperty","isFinite","getBoundingClientRect","scrollboxSizeBuggy","left","margin","padding","border","prefix","suffix","expand","expanded","parts","propHooks","run","percent","eased","duration","pos","step","fx","scrollTop","scrollLeft","linear","p","swing","cos","PI","fxNow","inProgress","opt","rfxtypes","rrun","schedule","hidden","requestAnimationFrame","interval","tick","createFxNow","genFx","includeWidth","createTween","animation","Animation","tweeners","properties","stopped","prefilters","currentTime","startTime","tweens","opts","specialEasing","originalProperties","originalOptions","gotoEnd","propFilter","bind","complete","timer","anim","*","tweener","oldfire","propTween","restoreDisplay","isBox","dataShow","unqueued","overflow","overflowX","overflowY","prefilter","speed","speeds","fadeTo","to","animate","optall","doAnimation","finish","stopQueue","timers","cssFn","slideDown","slideUp","slideToggle","fadeIn","fadeOut","fadeToggle","slow","fast","delay","time","timeout","clearTimeout","checkOn","optSelected","radioValue","boolHook","removeAttr","nType","attrHooks","attrNames","getter","lowercaseName","rfocusable","rclickable","stripAndCollapse","getClass","classesToArray","removeProp","propFix","tabindex","for","class","addClass","classNames","curValue","finalValue","removeClass","toggleClass","stateVal","isValidValue","hasClass","rreturn","valHooks","optionSet","focusin","rfocusMorph","stopPropagationCallback","onlyHandlers","bubbleType","ontype","lastElement","eventPath","parentWindow","simulate","triggerHandler","attaches","rquery","parseXML","parserErrorElem","DOMParser","parseFromString","rbracket","rCRLF","rsubmitterTypes","rsubmittable","buildParams","traditional","param","s","valueOrFunction","encodeURIComponent","serialize","serializeArray","r20","rhash","rantiCache","rheaders","rnoContent","rprotocol","transports","allTypes","originAnchor","addToPrefiltersOrTransports","structure","dataTypeExpression","dataType","dataTypes","inspectPrefiltersOrTransports","jqXHR","inspected","seekingTransport","inspect","prefilterOrFactory","dataTypeOrTransport","ajaxExtend","flatOptions","ajaxSettings","active","lastModified","etag","url","isLocal","protocol","processData","async","contentType","accepts","json","responseFields","converters","* text","text html","text json","text xml","ajaxSetup","settings","ajaxPrefilter","ajaxTransport","ajax","transport","cacheURL","responseHeadersString","responseHeaders","timeoutTimer","urlAnchor","fireGlobals","uncached","callbackContext","globalEventContext","completeDeferred","statusCode","requestHeaders","requestHeadersNames","strAbort","getResponseHeader","getAllResponseHeaders","setRequestHeader","overrideMimeType","mimeType","status","abort","statusText","finalText","crossDomain","host","hasContent","ifModified","headers","beforeSend","success","send","nativeStatusText","responses","isSuccess","response","modified","ct","finalDataType","firstDataType","ajaxHandleResponses","conv2","current","conv","dataFilter","throws","ajaxConvert","getJSON","getScript","text script","wrapAll","firstElementChild","wrapInner","htmlIsFunction","unwrap","visible","xhr","XMLHttpRequest","xhrSuccessStatus","0","1223","xhrSupported","cors","errorCallback","open","username","xhrFields","onload","onerror","onabort","ontimeout","onreadystatechange","responseType","responseText","binary","scriptAttrs","charset","scriptCharset","evt","oldCallbacks","rjsonp","jsonp","jsonpCallback","originalSettings","callbackName","overwritten","responseContainer","jsonProp","createHTMLDocument","implementation","keepScripts","parsed","params","animated","offset","setOffset","curPosition","curLeft","curCSSTop","curTop","curOffset","curCSSLeft","curElem","using","rect","win","pageYOffset","pageXOffset","offsetParent","parentOffset","scrollTo","Height","Width","","defaultExtra","funcName","unbind","delegate","undelegate","hover","fnOver","fnOut","proxy","holdReady","hold","parseJSON","isNumeric","isNaN","trim","define","amd","_jQuery","_$","$","noConflict"],"mappings":";CAaA,SAAYA,EAAQC,GAEnB,aAEuB,iBAAXC,QAAiD,iBAAnBA,OAAOC,QAShDD,OAAOC,QAAUH,EAAOI,SACvBH,EAASD,GAAQ,GACjB,SAAUK,GACT,IAAMA,EAAED,SACP,MAAM,IAAIE,MAAO,4CAElB,OAAOL,EAASI,IAGlBJ,EAASD,GAtBX,CA0BuB,oBAAXO,OAAyBA,OAASC,KAAM,SAAUD,EAAQE,GAMtE,aAEA,IAAIC,EAAM,GAENC,EAAWC,OAAOC,eAElBC,EAAQJ,EAAII,MAEZC,EAAOL,EAAIK,KAAO,SAAUC,GAC/B,OAAON,EAAIK,KAAKE,KAAMD,IACnB,SAAUA,GACb,OAAON,EAAIQ,OAAOC,MAAO,GAAIH,IAI1BI,EAAOV,EAAIU,KAEXC,EAAUX,EAAIW,QAEdC,EAAa,GAEbC,EAAWD,EAAWC,SAEtBC,EAASF,EAAWG,eAEpBC,EAAaF,EAAOD,SAEpBI,EAAuBD,EAAWT,KAAML,QAExCgB,EAAU,GAEVC,EAAa,SAAqBC,GASpC,MAAsB,mBAARA,GAA8C,iBAAjBA,EAAIC,UAC1B,mBAAbD,EAAIE,MAIVC,EAAW,SAAmBH,GAChC,OAAc,MAAPA,GAAeA,IAAQA,EAAIvB,QAIhCH,EAAWG,EAAOH,SAIjB8B,EAA4B,CAC/BC,MAAM,EACNC,KAAK,EACLC,OAAO,EACPC,UAAU,GAGX,SAASC,EAASC,EAAMC,EAAMC,GAG7B,IAAIC,EAAGC,EACNC,GAHDH,EAAMA,GAAOtC,GAGC0C,cAAe,UAG7B,GADAD,EAAOE,KAAOP,EACTC,EACJ,IAAME,KAAKT,GAYVU,EAAMH,EAAME,IAAOF,EAAKO,cAAgBP,EAAKO,aAAcL,KAE1DE,EAAOI,aAAcN,EAAGC,GAI3BF,EAAIQ,KAAKC,YAAaN,GAASO,WAAWC,YAAaR,GAIzD,SAASS,EAAQxB,GAChB,OAAY,MAAPA,EACGA,EAAM,GAIQ,iBAARA,GAAmC,mBAARA,EACxCR,EAAYC,EAASN,KAAMa,KAAW,gBAC/BA,EAQT,IACCyB,EAAU,QAGVC,EAAS,SAAUC,EAAUC,GAI5B,OAAO,IAAIF,EAAOG,GAAGC,KAAMH,EAAUC,IA0VvC,SAASG,EAAa/B,GAMrB,IAAIgC,IAAWhC,GAAO,WAAYA,GAAOA,EAAIgC,OAC5C3B,EAAOmB,EAAQxB,GAEhB,OAAKD,EAAYC,KAASG,EAAUH,KAIpB,UAATK,GAA+B,IAAX2B,GACR,iBAAXA,GAAgC,EAATA,GAAgBA,EAAS,KAAOhC,GArWhE0B,EAAOG,GAAKH,EAAOO,UAAY,CAG9BC,OAAQT,EAERU,YAAaT,EAGbM,OAAQ,EAERI,QAAS,WACR,OAAOpD,EAAMG,KAAMT,OAKpB2D,IAAK,SAAUC,GAGd,OAAY,MAAPA,EACGtD,EAAMG,KAAMT,MAIb4D,EAAM,EAAI5D,KAAM4D,EAAM5D,KAAKsD,QAAWtD,KAAM4D,IAKpDC,UAAW,SAAUC,GAGpB,IAAIC,EAAMf,EAAOgB,MAAOhE,KAAKyD,cAAeK,GAM5C,OAHAC,EAAIE,WAAajE,KAGV+D,GAIRG,KAAM,SAAUC,GACf,OAAOnB,EAAOkB,KAAMlE,KAAMmE,IAG3BC,IAAK,SAAUD,GACd,OAAOnE,KAAK6D,UAAWb,EAAOoB,IAAKpE,KAAM,SAAUqE,EAAMlC,GACxD,OAAOgC,EAAS1D,KAAM4D,EAAMlC,EAAGkC,OAIjC/D,MAAO,WACN,OAAON,KAAK6D,UAAWvD,EAAMK,MAAOX,KAAMsE,aAG3CC,MAAO,WACN,OAAOvE,KAAKwE,GAAI,IAGjBC,KAAM,WACL,OAAOzE,KAAKwE,IAAK,IAGlBE,KAAM,WACL,OAAO1E,KAAK6D,UAAWb,EAAO2B,KAAM3E,KAAM,SAAU4E,EAAOzC,GAC1D,OAASA,EAAI,GAAM,MAIrB0C,IAAK,WACJ,OAAO7E,KAAK6D,UAAWb,EAAO2B,KAAM3E,KAAM,SAAU4E,EAAOzC,GAC1D,OAAOA,EAAI,MAIbqC,GAAI,SAAUrC,GACb,IAAI2C,EAAM9E,KAAKsD,OACdyB,GAAK5C,GAAMA,EAAI,EAAI2C,EAAM,GAC1B,OAAO9E,KAAK6D,UAAgB,GAALkB,GAAUA,EAAID,EAAM,CAAE9E,KAAM+E,IAAQ,KAG5DC,IAAK,WACJ,OAAOhF,KAAKiE,YAAcjE,KAAKyD,eAKhC7C,KAAMA,EACNqE,KAAM/E,EAAI+E,KACVC,OAAQhF,EAAIgF,QAGblC,EAAOmC,OAASnC,EAAOG,GAAGgC,OAAS,WAClC,IAAIC,EAASC,EAAMzD,EAAK0D,EAAMC,EAAaC,EAC1CC,EAASnB,UAAW,IAAO,GAC3BnC,EAAI,EACJmB,EAASgB,UAAUhB,OACnBoC,GAAO,EAsBR,IAnBuB,kBAAXD,IACXC,EAAOD,EAGPA,EAASnB,UAAWnC,IAAO,GAC3BA,KAIsB,iBAAXsD,GAAwBpE,EAAYoE,KAC/CA,EAAS,IAILtD,IAAMmB,IACVmC,EAASzF,KACTmC,KAGOA,EAAImB,EAAQnB,IAGnB,GAAqC,OAA9BiD,EAAUd,UAAWnC,IAG3B,IAAMkD,KAAQD,EACbE,EAAOF,EAASC,GAIF,cAATA,GAAwBI,IAAWH,IAKnCI,GAAQJ,IAAUtC,EAAO2C,cAAeL,KAC1CC,EAAcK,MAAMC,QAASP,MAC/B1D,EAAM6D,EAAQJ,GAIbG,EADID,IAAgBK,MAAMC,QAASjE,GAC3B,GACI2D,GAAgBvC,EAAO2C,cAAe/D,GAG1CA,EAFA,GAIT2D,GAAc,EAGdE,EAAQJ,GAASrC,EAAOmC,OAAQO,EAAMF,EAAOF,SAGzBQ,IAATR,IACXG,EAAQJ,GAASC,IAOrB,OAAOG,GAGRzC,EAAOmC,OAAQ,CAGdY,QAAS,UAAahD,EAAUiD,KAAKC,UAAWC,QAAS,MAAO,IAGhEC,SAAS,EAETC,MAAO,SAAUC,GAChB,MAAM,IAAIvG,MAAOuG,IAGlBC,KAAM,aAENX,cAAe,SAAUrE,GACxB,IAAIiF,EAAOC,EAIX,SAAMlF,GAAgC,oBAAzBP,EAASN,KAAMa,QAI5BiF,EAAQpG,EAAUmB,KASK,mBADvBkF,EAAOxF,EAAOP,KAAM8F,EAAO,gBAAmBA,EAAM9C,cACfvC,EAAWT,KAAM+F,KAAWrF,IAGlEsF,cAAe,SAAUnF,GACxB,IAAI+D,EAEJ,IAAMA,KAAQ/D,EACb,OAAO,EAER,OAAO,GAKRoF,WAAY,SAAU1E,EAAMoD,EAASlD,GACpCH,EAASC,EAAM,CAAEH,MAAOuD,GAAWA,EAAQvD,OAASK,IAGrDgC,KAAM,SAAU5C,EAAK6C,GACpB,IAAIb,EAAQnB,EAAI,EAEhB,GAAKkB,EAAa/B,IAEjB,IADAgC,EAAShC,EAAIgC,OACLnB,EAAImB,EAAQnB,IACnB,IAAgD,IAA3CgC,EAAS1D,KAAMa,EAAKa,GAAKA,EAAGb,EAAKa,IACrC,WAIF,IAAMA,KAAKb,EACV,IAAgD,IAA3C6C,EAAS1D,KAAMa,EAAKa,GAAKA,EAAGb,EAAKa,IACrC,MAKH,OAAOb,GAIRqF,UAAW,SAAUzG,EAAK0G,GACzB,IAAI7C,EAAM6C,GAAW,GAarB,OAXY,MAAP1G,IACCmD,EAAajD,OAAQF,IACzB8C,EAAOgB,MAAOD,EACE,iBAAR7D,EACN,CAAEA,GAAQA,GAGZU,EAAKH,KAAMsD,EAAK7D,IAIX6D,GAGR8C,QAAS,SAAUxC,EAAMnE,EAAKiC,GAC7B,OAAc,MAAPjC,GAAe,EAAIW,EAAQJ,KAAMP,EAAKmE,EAAMlC,IAKpD6B,MAAO,SAAUO,EAAOuC,GAKvB,IAJA,IAAIhC,GAAOgC,EAAOxD,OACjByB,EAAI,EACJ5C,EAAIoC,EAAMjB,OAEHyB,EAAID,EAAKC,IAChBR,EAAOpC,KAAQ2E,EAAQ/B,GAKxB,OAFAR,EAAMjB,OAASnB,EAERoC,GAGRI,KAAM,SAAUb,EAAOK,EAAU4C,GAShC,IARA,IACCC,EAAU,GACV7E,EAAI,EACJmB,EAASQ,EAAMR,OACf2D,GAAkBF,EAIX5E,EAAImB,EAAQnB,KACAgC,EAAUL,EAAO3B,GAAKA,KAChB8E,GACxBD,EAAQpG,KAAMkD,EAAO3B,IAIvB,OAAO6E,GAIR5C,IAAK,SAAUN,EAAOK,EAAU+C,GAC/B,IAAI5D,EAAQ6D,EACXhF,EAAI,EACJ4B,EAAM,GAGP,GAAKV,EAAaS,GAEjB,IADAR,EAASQ,EAAMR,OACPnB,EAAImB,EAAQnB,IAGL,OAFdgF,EAAQhD,EAAUL,EAAO3B,GAAKA,EAAG+E,KAGhCnD,EAAInD,KAAMuG,QAMZ,IAAMhF,KAAK2B,EAGI,OAFdqD,EAAQhD,EAAUL,EAAO3B,GAAKA,EAAG+E,KAGhCnD,EAAInD,KAAMuG,GAMb,OAAO5G,EAAMwD,IAIdqD,KAAM,EAINhG,QAASA,IAGa,mBAAXiG,SACXrE,EAAOG,GAAIkE,OAAOC,UAAapH,EAAKmH,OAAOC,WAI5CtE,EAAOkB,KAAM,uEAAuEqD,MAAO,KAC1F,SAAUC,EAAInC,GACbvE,EAAY,WAAauE,EAAO,KAAQA,EAAKoC,gBAmB/C,IAAIC,EAWJ,SAAY3H,GACZ,IAAIoC,EACHf,EACAuG,EACAC,EACAC,EACAC,EACAC,EACAC,EACAC,EACAC,EACAC,EAGAC,EACAxI,EACAyI,EACAC,EACAC,EACAC,EACAxB,EACAyB,EAGA1C,EAAU,SAAW,EAAI,IAAI2C,KAC7BC,EAAe5I,EAAOH,SACtBgJ,EAAU,EACVC,EAAO,EACPC,EAAaC,KACbC,EAAaD,KACbE,EAAgBF,KAChBG,EAAyBH,KACzBI,EAAY,SAAUC,EAAGC,GAIxB,OAHKD,IAAMC,IACVlB,GAAe,GAET,GAIRnH,EAAS,GAAOC,eAChBf,EAAM,GACNoJ,EAAMpJ,EAAIoJ,IACVC,EAAarJ,EAAIU,KACjBA,EAAOV,EAAIU,KACXN,EAAQJ,EAAII,MAIZO,EAAU,SAAU2I,EAAMnF,GAGzB,IAFA,IAAIlC,EAAI,EACP2C,EAAM0E,EAAKlG,OACJnB,EAAI2C,EAAK3C,IAChB,GAAKqH,EAAMrH,KAAQkC,EAClB,OAAOlC,EAGT,OAAQ,GAGTsH,EAAW,6HAMXC,EAAa,sBAGbC,EAAa,0BAA4BD,EACxC,0CAGDE,EAAa,MAAQF,EAAa,KAAOC,EAAa,OAASD,EAG9D,gBAAkBA,EAIlB,2DAA6DC,EAAa,OAC1ED,EAAa,OAEdG,EAAU,KAAOF,EAAa,wFAOAC,EAAa,eAO3CE,EAAc,IAAIC,OAAQL,EAAa,IAAK,KAC5CM,EAAQ,IAAID,OAAQ,IAAML,EAAa,8BACtCA,EAAa,KAAM,KAEpBO,EAAS,IAAIF,OAAQ,IAAML,EAAa,KAAOA,EAAa,KAC5DQ,EAAe,IAAIH,OAAQ,IAAML,EAAa,WAAaA,EAAa,IAAMA,EAC7E,KACDS,EAAW,IAAIJ,OAAQL,EAAa,MAEpCU,EAAU,IAAIL,OAAQF,GACtBQ,EAAc,IAAIN,OAAQ,IAAMJ,EAAa,KAE7CW,EAAY,CACXC,GAAM,IAAIR,OAAQ,MAAQJ,EAAa,KACvCa,MAAS,IAAIT,OAAQ,QAAUJ,EAAa,KAC5Cc,IAAO,IAAIV,OAAQ,KAAOJ,EAAa,SACvCe,KAAQ,IAAIX,OAAQ,IAAMH,GAC1Be,OAAU,IAAIZ,OAAQ,IAAMF,GAC5Be,MAAS,IAAIb,OAAQ,yDACpBL,EAAa,+BAAiCA,EAAa,cAC3DA,EAAa,aAAeA,EAAa,SAAU,KACpDmB,KAAQ,IAAId,OAAQ,OAASN,EAAW,KAAM,KAI9CqB,aAAgB,IAAIf,OAAQ,IAAML,EACjC,mDAAqDA,EACrD,mBAAqBA,EAAa,mBAAoB,MAGxDqB,EAAQ,SACRC,EAAU,sCACVC,EAAU,SAEVC,EAAU,yBAGVC,EAAa,mCAEbC,GAAW,OAIXC,GAAY,IAAItB,OAAQ,uBAAyBL,EAAa,uBAAwB,KACtF4B,GAAY,SAAUC,EAAQC,GAC7B,IAAIC,EAAO,KAAOF,EAAOjL,MAAO,GAAM,MAEtC,OAAOkL,IASNC,EAAO,EACNC,OAAOC,aAAcF,EAAO,OAC5BC,OAAOC,aAAcF,GAAQ,GAAK,MAAe,KAAPA,EAAe,SAK5DG,GAAa,sDACbC,GAAa,SAAUC,EAAIC,GAC1B,OAAKA,EAGQ,OAAPD,EACG,SAIDA,EAAGxL,MAAO,GAAI,GAAM,KAC1BwL,EAAGE,WAAYF,EAAGxI,OAAS,GAAIvC,SAAU,IAAO,IAI3C,KAAO+K,GAOfG,GAAgB,WACf7D,KAGD8D,GAAqBC,GACpB,SAAU9H,GACT,OAAyB,IAAlBA,EAAK+H,UAAqD,aAAhC/H,EAAKgI,SAAS5E,eAEhD,CAAE6E,IAAK,aAAcC,KAAM,WAI7B,IACC3L,EAAKD,MACFT,EAAMI,EAAMG,KAAMkI,EAAa6D,YACjC7D,EAAa6D,YAMdtM,EAAKyI,EAAa6D,WAAWlJ,QAAS/B,SACrC,MAAQkL,GACT7L,EAAO,CAAED,MAAOT,EAAIoD,OAGnB,SAAUmC,EAAQiH,GACjBnD,EAAW5I,MAAO8E,EAAQnF,EAAMG,KAAMiM,KAKvC,SAAUjH,EAAQiH,GACjB,IAAI3H,EAAIU,EAAOnC,OACdnB,EAAI,EAGL,MAAUsD,EAAQV,KAAQ2H,EAAKvK,MAC/BsD,EAAOnC,OAASyB,EAAI,IAKvB,SAAS2C,GAAQzE,EAAUC,EAAS0D,EAAS+F,GAC5C,IAAIC,EAAGzK,EAAGkC,EAAMwI,EAAKC,EAAOC,EAAQC,EACnCC,EAAa/J,GAAWA,EAAQgK,cAGhC3L,EAAW2B,EAAUA,EAAQ3B,SAAW,EAKzC,GAHAqF,EAAUA,GAAW,GAGI,iBAAb3D,IAA0BA,GACxB,IAAb1B,GAA+B,IAAbA,GAA+B,KAAbA,EAEpC,OAAOqF,EAIR,IAAM+F,IACLvE,EAAalF,GACbA,EAAUA,GAAWtD,EAEhB0I,GAAiB,CAIrB,GAAkB,KAAb/G,IAAqBuL,EAAQ3B,EAAWgC,KAAMlK,IAGlD,GAAO2J,EAAIE,EAAO,IAGjB,GAAkB,IAAbvL,EAAiB,CACrB,KAAO8C,EAAOnB,EAAQkK,eAAgBR,IAUrC,OAAOhG,EALP,GAAKvC,EAAKgJ,KAAOT,EAEhB,OADAhG,EAAQhG,KAAMyD,GACPuC,OAYT,GAAKqG,IAAgB5I,EAAO4I,EAAWG,eAAgBR,KACtDnE,EAAUvF,EAASmB,IACnBA,EAAKgJ,KAAOT,EAGZ,OADAhG,EAAQhG,KAAMyD,GACPuC,MAKH,CAAA,GAAKkG,EAAO,GAElB,OADAlM,EAAKD,MAAOiG,EAAS1D,EAAQoK,qBAAsBrK,IAC5C2D,EAGD,IAAOgG,EAAIE,EAAO,KAAS1L,EAAQmM,wBACzCrK,EAAQqK,uBAGR,OADA3M,EAAKD,MAAOiG,EAAS1D,EAAQqK,uBAAwBX,IAC9ChG,EAKT,GAAKxF,EAAQoM,MACXtE,EAAwBjG,EAAW,QACjCsF,IAAcA,EAAUkF,KAAMxK,MAIlB,IAAb1B,GAAqD,WAAnC2B,EAAQmJ,SAAS5E,eAA+B,CAYpE,GAVAuF,EAAc/J,EACdgK,EAAa/J,EASK,IAAb3B,IACF4I,EAASsD,KAAMxK,IAAciH,EAAauD,KAAMxK,IAAe,EAGjEgK,EAAa7B,GAASqC,KAAMxK,IAAcyK,GAAaxK,EAAQN,aAC9DM,KAImBA,GAAY9B,EAAQuM,SAGhCd,EAAM3J,EAAQV,aAAc,OAClCqK,EAAMA,EAAI3G,QAAS0F,GAAYC,IAE/B3I,EAAQT,aAAc,KAAQoK,EAAM9G,IAMtC5D,GADA4K,EAASjF,EAAU7E,IACRK,OACX,MAAQnB,IACP4K,EAAQ5K,IAAQ0K,EAAM,IAAMA,EAAM,UAAa,IAC9Ce,GAAYb,EAAQ5K,IAEtB6K,EAAcD,EAAOc,KAAM,KAG5B,IASC,GAAKzM,EAAQ0M,sBAGXC,IAAIC,SAAU,gBAAkBhB,EAAc,MAO/C,MAAM,IAAIlN,MAMX,OAHAc,EAAKD,MAAOiG,EACXqG,EAAWgB,iBAAkBjB,IAEvBpG,EACN,MAAQsH,GACThF,EAAwBjG,GAAU,GACjC,QACI4J,IAAQ9G,GACZ7C,EAAQiL,gBAAiB,QAQ9B,OAAOnG,EAAQ/E,EAASiD,QAAS8D,EAAO,MAAQ9G,EAAS0D,EAAS+F,GASnE,SAAS5D,KACR,IAAIqF,EAAO,GAYX,OAVA,SAASC,EAAOC,EAAKnH,GAQpB,OALKiH,EAAKxN,KAAM0N,EAAM,KAAQ3G,EAAK4G,oBAG3BF,EAAOD,EAAKI,SAEXH,EAAOC,EAAM,KAAQnH,GAShC,SAASsH,GAActL,GAEtB,OADAA,EAAI4C,IAAY,EACT5C,EAOR,SAASuL,GAAQvL,GAChB,IAAIwL,EAAK/O,EAAS0C,cAAe,YAEjC,IACC,QAASa,EAAIwL,GACZ,MAAQlC,GACT,OAAO,EACN,QAGIkC,EAAG/L,YACP+L,EAAG/L,WAAWC,YAAa8L,GAI5BA,EAAK,MASP,SAASC,GAAWC,EAAOC,GAC1B,IAAI5O,EAAM2O,EAAMtH,MAAO,KACtBpF,EAAIjC,EAAIoD,OAET,MAAQnB,IACPwF,EAAKoH,WAAY7O,EAAKiC,IAAQ2M,EAUhC,SAASE,GAAc5F,EAAGC,GACzB,IAAI4F,EAAM5F,GAAKD,EACd8F,EAAOD,GAAsB,IAAf7F,EAAE7H,UAAiC,IAAf8H,EAAE9H,UACnC6H,EAAE+F,YAAc9F,EAAE8F,YAGpB,GAAKD,EACJ,OAAOA,EAIR,GAAKD,EACJ,MAAUA,EAAMA,EAAIG,YACnB,GAAKH,IAAQ5F,EACZ,OAAQ,EAKX,OAAOD,EAAI,GAAK,EAOjB,SAASiG,GAAmB1N,GAC3B,OAAO,SAAU0C,GAEhB,MAAgB,UADLA,EAAKgI,SAAS5E,eACEpD,EAAK1C,OAASA,GAQ3C,SAAS2N,GAAoB3N,GAC5B,OAAO,SAAU0C,GAChB,IAAIgB,EAAOhB,EAAKgI,SAAS5E,cACzB,OAAkB,UAATpC,GAA6B,WAATA,IAAuBhB,EAAK1C,OAASA,GAQpE,SAAS4N,GAAsBnD,GAG9B,OAAO,SAAU/H,GAKhB,MAAK,SAAUA,EASTA,EAAKzB,aAAgC,IAAlByB,EAAK+H,SAGvB,UAAW/H,EACV,UAAWA,EAAKzB,WACbyB,EAAKzB,WAAWwJ,WAAaA,EAE7B/H,EAAK+H,WAAaA,EAMpB/H,EAAKmL,aAAepD,GAI1B/H,EAAKmL,cAAgBpD,GACrBF,GAAoB7H,KAAW+H,EAG1B/H,EAAK+H,WAAaA,EAKd,UAAW/H,GACfA,EAAK+H,WAAaA,GAY5B,SAASqD,GAAwBtM,GAChC,OAAOsL,GAAc,SAAUiB,GAE9B,OADAA,GAAYA,EACLjB,GAAc,SAAU9B,EAAM3F,GACpC,IAAIjC,EACH4K,EAAexM,EAAI,GAAIwJ,EAAKrJ,OAAQoM,GACpCvN,EAAIwN,EAAarM,OAGlB,MAAQnB,IACFwK,EAAQ5H,EAAI4K,EAAcxN,MAC9BwK,EAAM5H,KAASiC,EAASjC,GAAM4H,EAAM5H,SAYzC,SAAS2I,GAAaxK,GACrB,OAAOA,GAAmD,oBAAjCA,EAAQoK,sBAAwCpK,EA6tC1E,IAAMf,KAztCNf,EAAUsG,GAAOtG,QAAU,GAO3ByG,EAAQH,GAAOG,MAAQ,SAAUxD,GAChC,IAAIuL,EAAYvL,GAAQA,EAAKwL,aAC5BxH,EAAUhE,IAAUA,EAAK6I,eAAiB7I,GAAOyL,gBAKlD,OAAQ/E,EAAM0C,KAAMmC,GAAavH,GAAWA,EAAQgE,UAAY,SAQjEjE,EAAcV,GAAOU,YAAc,SAAUnG,GAC5C,IAAI8N,EAAYC,EACf9N,EAAMD,EAAOA,EAAKiL,eAAiBjL,EAAO0G,EAO3C,OAAKzG,GAAOtC,GAA6B,IAAjBsC,EAAIX,UAAmBW,EAAI4N,kBAMnDzH,GADAzI,EAAWsC,GACQ4N,gBACnBxH,GAAkBT,EAAOjI,GAQpB+I,GAAgB/I,IAClBoQ,EAAYpQ,EAASqQ,cAAiBD,EAAUE,MAAQF,IAGrDA,EAAUG,iBACdH,EAAUG,iBAAkB,SAAUlE,IAAe,GAG1C+D,EAAUI,aACrBJ,EAAUI,YAAa,WAAYnE,KASrC7K,EAAQuM,MAAQe,GAAQ,SAAUC,GAEjC,OADAtG,EAAQ1F,YAAagM,GAAKhM,YAAa/C,EAAS0C,cAAe,QACzB,oBAAxBqM,EAAGV,mBACfU,EAAGV,iBAAkB,uBAAwB3K,SAQhDlC,EAAQ0M,oBAAsBY,GAAQ,WAGrC,OAAOX,IAAIC,SAAU,gBAMpBpO,EAASqO,iBAAkB,kBAM1BF,IAAIC,SAAU,8BAWjB5M,EAAQwI,WAAa8E,GAAQ,SAAUC,GAEtC,OADAA,EAAG0B,UAAY,KACP1B,EAAGnM,aAAc,eAO1BpB,EAAQkM,qBAAuBoB,GAAQ,SAAUC,GAEhD,OADAA,EAAGhM,YAAa/C,EAAS0Q,cAAe,MAChC3B,EAAGrB,qBAAsB,KAAMhK,SAIxClC,EAAQmM,uBAAyBrC,EAAQuC,KAAM7N,EAAS2N,wBAMxDnM,EAAQmP,QAAU7B,GAAQ,SAAUC,GAEnC,OADAtG,EAAQ1F,YAAagM,GAAKtB,GAAKtH,GACvBnG,EAAS4Q,oBAAsB5Q,EAAS4Q,kBAAmBzK,GAAUzC,SAIzElC,EAAQmP,SACZ5I,EAAK8I,OAAa,GAAI,SAAUpD,GAC/B,IAAIqD,EAASrD,EAAGnH,QAASmF,GAAWC,IACpC,OAAO,SAAUjH,GAChB,OAAOA,EAAK7B,aAAc,QAAWkO,IAGvC/I,EAAKgJ,KAAW,GAAI,SAAUtD,EAAInK,GACjC,GAAuC,oBAA3BA,EAAQkK,gBAAkC9E,EAAiB,CACtE,IAAIjE,EAAOnB,EAAQkK,eAAgBC,GACnC,OAAOhJ,EAAO,CAAEA,GAAS,OAI3BsD,EAAK8I,OAAa,GAAK,SAAUpD,GAChC,IAAIqD,EAASrD,EAAGnH,QAASmF,GAAWC,IACpC,OAAO,SAAUjH,GAChB,IAAIpC,EAAwC,oBAA1BoC,EAAKuM,kBACtBvM,EAAKuM,iBAAkB,MACxB,OAAO3O,GAAQA,EAAKkF,QAAUuJ,IAMhC/I,EAAKgJ,KAAW,GAAI,SAAUtD,EAAInK,GACjC,GAAuC,oBAA3BA,EAAQkK,gBAAkC9E,EAAiB,CACtE,IAAIrG,EAAME,EAAG2B,EACZO,EAAOnB,EAAQkK,eAAgBC,GAEhC,GAAKhJ,EAAO,CAIX,IADApC,EAAOoC,EAAKuM,iBAAkB,QACjB3O,EAAKkF,QAAUkG,EAC3B,MAAO,CAAEhJ,GAIVP,EAAQZ,EAAQsN,kBAAmBnD,GACnClL,EAAI,EACJ,MAAUkC,EAAOP,EAAO3B,KAEvB,IADAF,EAAOoC,EAAKuM,iBAAkB,QACjB3O,EAAKkF,QAAUkG,EAC3B,MAAO,CAAEhJ,GAKZ,MAAO,MAMVsD,EAAKgJ,KAAY,IAAIvP,EAAQkM,qBAC5B,SAAUuD,EAAK3N,GACd,MAA6C,oBAAjCA,EAAQoK,qBACZpK,EAAQoK,qBAAsBuD,GAG1BzP,EAAQoM,IACZtK,EAAQ+K,iBAAkB4C,QAD3B,GAKR,SAAUA,EAAK3N,GACd,IAAImB,EACHyM,EAAM,GACN3O,EAAI,EAGJyE,EAAU1D,EAAQoK,qBAAsBuD,GAGzC,GAAa,MAARA,EAAc,CAClB,MAAUxM,EAAOuC,EAASzE,KACF,IAAlBkC,EAAK9C,UACTuP,EAAIlQ,KAAMyD,GAIZ,OAAOyM,EAER,OAAOlK,GAITe,EAAKgJ,KAAc,MAAIvP,EAAQmM,wBAA0B,SAAU8C,EAAWnN,GAC7E,GAA+C,oBAAnCA,EAAQqK,wBAA0CjF,EAC7D,OAAOpF,EAAQqK,uBAAwB8C,IAUzC7H,EAAgB,GAOhBD,EAAY,IAELnH,EAAQoM,IAAMtC,EAAQuC,KAAM7N,EAASqO,qBAI3CS,GAAQ,SAAUC,GAEjB,IAAIoC,EAOJ1I,EAAQ1F,YAAagM,GAAKqC,UAAY,UAAYjL,EAAU,qBAC1CA,EAAU,kEAOvB4I,EAAGV,iBAAkB,wBAAyB3K,QAClDiF,EAAU3H,KAAM,SAAW8I,EAAa,gBAKnCiF,EAAGV,iBAAkB,cAAe3K,QACzCiF,EAAU3H,KAAM,MAAQ8I,EAAa,aAAeD,EAAW,KAI1DkF,EAAGV,iBAAkB,QAAUlI,EAAU,MAAOzC,QACrDiF,EAAU3H,KAAM,OAQjBmQ,EAAQnR,EAAS0C,cAAe,UAC1BG,aAAc,OAAQ,IAC5BkM,EAAGhM,YAAaoO,GACVpC,EAAGV,iBAAkB,aAAc3K,QACxCiF,EAAU3H,KAAM,MAAQ8I,EAAa,QAAUA,EAAa,KAC3DA,EAAa,gBAMTiF,EAAGV,iBAAkB,YAAa3K,QACvCiF,EAAU3H,KAAM,YAMX+N,EAAGV,iBAAkB,KAAOlI,EAAU,MAAOzC,QAClDiF,EAAU3H,KAAM,YAKjB+N,EAAGV,iBAAkB,QACrB1F,EAAU3H,KAAM,iBAGjB8N,GAAQ,SAAUC,GACjBA,EAAGqC,UAAY,oFAKf,IAAID,EAAQnR,EAAS0C,cAAe,SACpCyO,EAAMtO,aAAc,OAAQ,UAC5BkM,EAAGhM,YAAaoO,GAAQtO,aAAc,OAAQ,KAIzCkM,EAAGV,iBAAkB,YAAa3K,QACtCiF,EAAU3H,KAAM,OAAS8I,EAAa,eAKW,IAA7CiF,EAAGV,iBAAkB,YAAa3K,QACtCiF,EAAU3H,KAAM,WAAY,aAK7ByH,EAAQ1F,YAAagM,GAAKvC,UAAW,EACc,IAA9CuC,EAAGV,iBAAkB,aAAc3K,QACvCiF,EAAU3H,KAAM,WAAY,aAK7B+N,EAAGV,iBAAkB,QACrB1F,EAAU3H,KAAM,YAIXQ,EAAQ6P,gBAAkB/F,EAAQuC,KAAQzG,EAAUqB,EAAQrB,SAClEqB,EAAQ6I,uBACR7I,EAAQ8I,oBACR9I,EAAQ+I,kBACR/I,EAAQgJ,qBAER3C,GAAQ,SAAUC,GAIjBvN,EAAQkQ,kBAAoBtK,EAAQvG,KAAMkO,EAAI,KAI9C3H,EAAQvG,KAAMkO,EAAI,aAClBnG,EAAc5H,KAAM,KAAMiJ,KAItBzI,EAAQ0M,qBAQbvF,EAAU3H,KAAM,QAGjB2H,EAAYA,EAAUjF,QAAU,IAAIyG,OAAQxB,EAAUsF,KAAM,MAC5DrF,EAAgBA,EAAclF,QAAU,IAAIyG,OAAQvB,EAAcqF,KAAM,MAIxEkC,EAAa7E,EAAQuC,KAAMpF,EAAQkJ,yBAKnC9I,EAAWsH,GAAc7E,EAAQuC,KAAMpF,EAAQI,UAC9C,SAAUW,EAAGC,GAQZ,IAAImI,EAAuB,IAAfpI,EAAE7H,UAAkB6H,EAAE0G,iBAAmB1G,EACpDqI,EAAMpI,GAAKA,EAAEzG,WACd,OAAOwG,IAAMqI,MAAWA,GAAwB,IAAjBA,EAAIlQ,YAClCiQ,EAAM/I,SACL+I,EAAM/I,SAAUgJ,GAChBrI,EAAEmI,yBAA8D,GAAnCnI,EAAEmI,wBAAyBE,MAG3D,SAAUrI,EAAGC,GACZ,GAAKA,EACJ,MAAUA,EAAIA,EAAEzG,WACf,GAAKyG,IAAMD,EACV,OAAO,EAIV,OAAO,GAOTD,EAAY4G,EACZ,SAAU3G,EAAGC,GAGZ,GAAKD,IAAMC,EAEV,OADAlB,GAAe,EACR,EAIR,IAAIuJ,GAAWtI,EAAEmI,yBAA2BlI,EAAEkI,wBAC9C,OAAKG,IAgBU,GAPfA,GAAYtI,EAAE8D,eAAiB9D,KAASC,EAAE6D,eAAiB7D,GAC1DD,EAAEmI,wBAAyBlI,GAG3B,KAIGjI,EAAQuQ,cAAgBtI,EAAEkI,wBAAyBnI,KAAQsI,EAOzDtI,GAAKxJ,GAAYwJ,EAAE8D,eAAiBvE,GACxCF,EAAUE,EAAcS,IAChB,EAOJC,GAAKzJ,GAAYyJ,EAAE6D,eAAiBvE,GACxCF,EAAUE,EAAcU,GACjB,EAIDnB,EACJrH,EAASqH,EAAWkB,GAAMvI,EAASqH,EAAWmB,GAChD,EAGe,EAAVqI,GAAe,EAAI,IAE3B,SAAUtI,EAAGC,GAGZ,GAAKD,IAAMC,EAEV,OADAlB,GAAe,EACR,EAGR,IAAI8G,EACH9M,EAAI,EACJyP,EAAMxI,EAAExG,WACR6O,EAAMpI,EAAEzG,WACRiP,EAAK,CAAEzI,GACP0I,EAAK,CAAEzI,GAGR,IAAMuI,IAAQH,EAMb,OAAOrI,GAAKxJ,GAAY,EACvByJ,GAAKzJ,EAAW,EAEhBgS,GAAO,EACPH,EAAM,EACNvJ,EACErH,EAASqH,EAAWkB,GAAMvI,EAASqH,EAAWmB,GAChD,EAGK,GAAKuI,IAAQH,EACnB,OAAOzC,GAAc5F,EAAGC,GAIzB4F,EAAM7F,EACN,MAAU6F,EAAMA,EAAIrM,WACnBiP,EAAGE,QAAS9C,GAEbA,EAAM5F,EACN,MAAU4F,EAAMA,EAAIrM,WACnBkP,EAAGC,QAAS9C,GAIb,MAAQ4C,EAAI1P,KAAQ2P,EAAI3P,GACvBA,IAGD,OAAOA,EAGN6M,GAAc6C,EAAI1P,GAAK2P,EAAI3P,IAO3B0P,EAAI1P,IAAOwG,GAAgB,EAC3BmJ,EAAI3P,IAAOwG,EAAe,EAE1B,IAGK/I,GAGR8H,GAAOV,QAAU,SAAUgL,EAAMC,GAChC,OAAOvK,GAAQsK,EAAM,KAAM,KAAMC,IAGlCvK,GAAOuJ,gBAAkB,SAAU5M,EAAM2N,GAGxC,GAFA5J,EAAa/D,GAERjD,EAAQ6P,iBAAmB3I,IAC9BY,EAAwB8I,EAAO,QAC7BxJ,IAAkBA,EAAciF,KAAMuE,OACtCzJ,IAAkBA,EAAUkF,KAAMuE,IAErC,IACC,IAAIjO,EAAMiD,EAAQvG,KAAM4D,EAAM2N,GAG9B,GAAKjO,GAAO3C,EAAQkQ,mBAInBjN,EAAKzE,UAAuC,KAA3ByE,EAAKzE,SAAS2B,SAC/B,OAAOwC,EAEP,MAAQ0I,GACTvD,EAAwB8I,GAAM,GAIhC,OAAyD,EAAlDtK,GAAQsK,EAAMpS,EAAU,KAAM,CAAEyE,IAASf,QAGjDoE,GAAOe,SAAW,SAAUvF,EAASmB,GAUpC,OAHOnB,EAAQgK,eAAiBhK,IAAatD,GAC5CwI,EAAalF,GAEPuF,EAAUvF,EAASmB,IAG3BqD,GAAOwK,KAAO,SAAU7N,EAAMgB,IAOtBhB,EAAK6I,eAAiB7I,IAAUzE,GACtCwI,EAAa/D,GAGd,IAAIlB,EAAKwE,EAAKoH,WAAY1J,EAAKoC,eAG9BrF,EAAMe,GAAMnC,EAAOP,KAAMkH,EAAKoH,WAAY1J,EAAKoC,eAC9CtE,EAAIkB,EAAMgB,GAAOiD,QACjBxC,EAEF,YAAeA,IAAR1D,EACNA,EACAhB,EAAQwI,aAAetB,EACtBjE,EAAK7B,aAAc6C,IACjBjD,EAAMiC,EAAKuM,iBAAkBvL,KAAYjD,EAAI+P,UAC9C/P,EAAI+E,MACJ,MAGJO,GAAO6D,OAAS,SAAU6G,GACzB,OAASA,EAAM,IAAKlM,QAAS0F,GAAYC,KAG1CnE,GAAOtB,MAAQ,SAAUC,GACxB,MAAM,IAAIvG,MAAO,0CAA4CuG,IAO9DqB,GAAO2K,WAAa,SAAUzL,GAC7B,IAAIvC,EACHiO,EAAa,GACbvN,EAAI,EACJ5C,EAAI,EAOL,GAJAgG,GAAgB/G,EAAQmR,iBACxBrK,GAAa9G,EAAQoR,YAAc5L,EAAQtG,MAAO,GAClDsG,EAAQ3B,KAAMkE,GAEThB,EAAe,CACnB,MAAU9D,EAAOuC,EAASzE,KACpBkC,IAASuC,EAASzE,KACtB4C,EAAIuN,EAAW1R,KAAMuB,IAGvB,MAAQ4C,IACP6B,EAAQ1B,OAAQoN,EAAYvN,GAAK,GAQnC,OAFAmD,EAAY,KAELtB,GAORgB,EAAUF,GAAOE,QAAU,SAAUvD,GACpC,IAAIpC,EACH8B,EAAM,GACN5B,EAAI,EACJZ,EAAW8C,EAAK9C,SAEjB,GAAMA,GAQC,GAAkB,IAAbA,GAA+B,IAAbA,GAA+B,KAAbA,EAAkB,CAIjE,GAAiC,iBAArB8C,EAAKoO,YAChB,OAAOpO,EAAKoO,YAIZ,IAAMpO,EAAOA,EAAKqO,WAAYrO,EAAMA,EAAOA,EAAK+K,YAC/CrL,GAAO6D,EAASvD,QAGZ,GAAkB,IAAb9C,GAA+B,IAAbA,EAC7B,OAAO8C,EAAKsO,eAnBZ,MAAU1Q,EAAOoC,EAAMlC,KAGtB4B,GAAO6D,EAAS3F,GAqBlB,OAAO8B,IAGR4D,EAAOD,GAAOkL,UAAY,CAGzBrE,YAAa,GAEbsE,aAAcpE,GAEd3B,MAAOxC,EAEPyE,WAAY,GAEZ4B,KAAM,GAENmC,SAAU,CACTC,IAAK,CAAEzG,IAAK,aAAc/H,OAAO,GACjCyO,IAAK,CAAE1G,IAAK,cACZ2G,IAAK,CAAE3G,IAAK,kBAAmB/H,OAAO,GACtC2O,IAAK,CAAE5G,IAAK,oBAGb6G,UAAW,CACVzI,KAAQ,SAAUoC,GAWjB,OAVAA,EAAO,GAAMA,EAAO,GAAI5G,QAASmF,GAAWC,IAG5CwB,EAAO,IAAQA,EAAO,IAAOA,EAAO,IACnCA,EAAO,IAAO,IAAK5G,QAASmF,GAAWC,IAEpB,OAAfwB,EAAO,KACXA,EAAO,GAAM,IAAMA,EAAO,GAAM,KAG1BA,EAAMxM,MAAO,EAAG,IAGxBsK,MAAS,SAAUkC,GAiClB,OArBAA,EAAO,GAAMA,EAAO,GAAIrF,cAEU,QAA7BqF,EAAO,GAAIxM,MAAO,EAAG,IAGnBwM,EAAO,IACZpF,GAAOtB,MAAO0G,EAAO,IAKtBA,EAAO,KAASA,EAAO,GACtBA,EAAO,IAAQA,EAAO,IAAO,GAC7B,GAAqB,SAAfA,EAAO,IAAiC,QAAfA,EAAO,KACvCA,EAAO,KAAWA,EAAO,GAAMA,EAAO,IAAwB,QAAfA,EAAO,KAG3CA,EAAO,IAClBpF,GAAOtB,MAAO0G,EAAO,IAGfA,GAGRnC,OAAU,SAAUmC,GACnB,IAAIsG,EACHC,GAAYvG,EAAO,IAAOA,EAAO,GAElC,OAAKxC,EAAmB,MAAEmD,KAAMX,EAAO,IAC/B,MAIHA,EAAO,GACXA,EAAO,GAAMA,EAAO,IAAOA,EAAO,IAAO,GAG9BuG,GAAYjJ,EAAQqD,KAAM4F,KAGnCD,EAAStL,EAAUuL,GAAU,MAG7BD,EAASC,EAASxS,QAAS,IAAKwS,EAAS/P,OAAS8P,GAAWC,EAAS/P,UAGxEwJ,EAAO,GAAMA,EAAO,GAAIxM,MAAO,EAAG8S,GAClCtG,EAAO,GAAMuG,EAAS/S,MAAO,EAAG8S,IAI1BtG,EAAMxM,MAAO,EAAG,MAIzBmQ,OAAQ,CAEPhG,IAAO,SAAU6I,GAChB,IAAIjH,EAAWiH,EAAiBpN,QAASmF,GAAWC,IAAY7D,cAChE,MAA4B,MAArB6L,EACN,WACC,OAAO,GAER,SAAUjP,GACT,OAAOA,EAAKgI,UAAYhI,EAAKgI,SAAS5E,gBAAkB4E,IAI3D7B,MAAS,SAAU6F,GAClB,IAAIkD,EAAUzK,EAAYuH,EAAY,KAEtC,OAAOkD,IACJA,EAAU,IAAIxJ,OAAQ,MAAQL,EAC/B,IAAM2G,EAAY,IAAM3G,EAAa,SAAaZ,EACjDuH,EAAW,SAAUhM,GACpB,OAAOkP,EAAQ9F,KACY,iBAAnBpJ,EAAKgM,WAA0BhM,EAAKgM,WACd,oBAAtBhM,EAAK7B,cACX6B,EAAK7B,aAAc,UACpB,OAKNkI,KAAQ,SAAUrF,EAAMmO,EAAUC,GACjC,OAAO,SAAUpP,GAChB,IAAIqP,EAAShM,GAAOwK,KAAM7N,EAAMgB,GAEhC,OAAe,MAAVqO,EACgB,OAAbF,GAEFA,IAINE,GAAU,GAIU,MAAbF,EAAmBE,IAAWD,EACvB,OAAbD,EAAoBE,IAAWD,EAClB,OAAbD,EAAoBC,GAAqC,IAA5BC,EAAO7S,QAAS4S,GAChC,OAAbD,EAAoBC,IAAoC,EAA3BC,EAAO7S,QAAS4S,GAChC,OAAbD,EAAoBC,GAASC,EAAOpT,OAAQmT,EAAMnQ,UAAamQ,EAClD,OAAbD,GAA2F,GAArE,IAAME,EAAOxN,QAAS4D,EAAa,KAAQ,KAAMjJ,QAAS4S,GACnE,OAAbD,IAAoBE,IAAWD,GAASC,EAAOpT,MAAO,EAAGmT,EAAMnQ,OAAS,KAAQmQ,EAAQ,QAO3F7I,MAAS,SAAUjJ,EAAMgS,EAAMC,EAAWrP,EAAOE,GAChD,IAAIoP,EAAgC,QAAvBlS,EAAKrB,MAAO,EAAG,GAC3BwT,EAA+B,SAArBnS,EAAKrB,OAAQ,GACvByT,EAAkB,YAATJ,EAEV,OAAiB,IAAVpP,GAAwB,IAATE,EAGrB,SAAUJ,GACT,QAASA,EAAKzB,YAGf,SAAUyB,EAAM2P,EAAUC,GACzB,IAAI5F,EAAO6F,EAAaC,EAAYlS,EAAMmS,EAAWC,EACpD/H,EAAMuH,IAAWC,EAAU,cAAgB,kBAC3CQ,EAASjQ,EAAKzB,WACdyC,EAAO0O,GAAU1P,EAAKgI,SAAS5E,cAC/B8M,GAAYN,IAAQF,EACpB7E,GAAO,EAER,GAAKoF,EAAS,CAGb,GAAKT,EAAS,CACb,MAAQvH,EAAM,CACbrK,EAAOoC,EACP,MAAUpC,EAAOA,EAAMqK,GACtB,GAAKyH,EACJ9R,EAAKoK,SAAS5E,gBAAkBpC,EACd,IAAlBpD,EAAKV,SAEL,OAAO,EAKT8S,EAAQ/H,EAAe,SAAT3K,IAAoB0S,GAAS,cAE5C,OAAO,EAMR,GAHAA,EAAQ,CAAEP,EAAUQ,EAAO5B,WAAa4B,EAAOE,WAG1CV,GAAWS,EAAW,CAe1BrF,GADAkF,GADA/F,GAHA6F,GAJAC,GADAlS,EAAOqS,GACYvO,KAAe9D,EAAM8D,GAAY,KAI1B9D,EAAKwS,YAC5BN,EAAYlS,EAAKwS,UAAa,KAEZ9S,IAAU,IACZ,KAAQiH,GAAWyF,EAAO,KACzBA,EAAO,GAC3BpM,EAAOmS,GAAaE,EAAO9H,WAAY4H,GAEvC,MAAUnS,IAASmS,GAAanS,GAAQA,EAAMqK,KAG3C4C,EAAOkF,EAAY,IAAOC,EAAM/K,MAGlC,GAAuB,IAAlBrH,EAAKV,YAAoB2N,GAAQjN,IAASoC,EAAO,CACrD6P,EAAavS,GAAS,CAAEiH,EAASwL,EAAWlF,GAC5C,YAyBF,GAlBKqF,IAaJrF,EADAkF,GADA/F,GAHA6F,GAJAC,GADAlS,EAAOoC,GACY0B,KAAe9D,EAAM8D,GAAY,KAI1B9D,EAAKwS,YAC5BN,EAAYlS,EAAKwS,UAAa,KAEZ9S,IAAU,IACZ,KAAQiH,GAAWyF,EAAO,KAMhC,IAATa,EAGJ,MAAUjN,IAASmS,GAAanS,GAAQA,EAAMqK,KAC3C4C,EAAOkF,EAAY,IAAOC,EAAM/K,MAElC,IAAOyK,EACN9R,EAAKoK,SAAS5E,gBAAkBpC,EACd,IAAlBpD,EAAKV,aACH2N,IAGGqF,KAMJL,GALAC,EAAalS,EAAM8D,KAChB9D,EAAM8D,GAAY,KAIK9D,EAAKwS,YAC5BN,EAAYlS,EAAKwS,UAAa,KAEpB9S,GAAS,CAAEiH,EAASsG,IAG7BjN,IAASoC,GACb,MASL,OADA6K,GAAQzK,KACQF,GAAW2K,EAAO3K,GAAU,GAAqB,GAAhB2K,EAAO3K,KAK5DoG,OAAU,SAAU+J,EAAQhF,GAM3B,IAAIiF,EACHxR,EAAKwE,EAAKkC,QAAS6K,IAAY/M,EAAKiN,WAAYF,EAAOjN,gBACtDC,GAAOtB,MAAO,uBAAyBsO,GAKzC,OAAKvR,EAAI4C,GACD5C,EAAIuM,GAIK,EAAZvM,EAAGG,QACPqR,EAAO,CAAED,EAAQA,EAAQ,GAAIhF,GACtB/H,EAAKiN,WAAW3T,eAAgByT,EAAOjN,eAC7CgH,GAAc,SAAU9B,EAAM3F,GAC7B,IAAI6N,EACHC,EAAU3R,EAAIwJ,EAAM+C,GACpBvN,EAAI2S,EAAQxR,OACb,MAAQnB,IAEPwK,EADAkI,EAAMhU,EAAS8L,EAAMmI,EAAS3S,OACb6E,EAAS6N,GAAQC,EAAS3S,MAG7C,SAAUkC,GACT,OAAOlB,EAAIkB,EAAM,EAAGsQ,KAIhBxR,IAIT0G,QAAS,CAGRkL,IAAOtG,GAAc,SAAUxL,GAK9B,IAAI8N,EAAQ,GACXnK,EAAU,GACVoO,EAAUjN,EAAS9E,EAASiD,QAAS8D,EAAO,OAE7C,OAAOgL,EAASjP,GACf0I,GAAc,SAAU9B,EAAM3F,EAASgN,EAAUC,GAChD,IAAI5P,EACH4Q,EAAYD,EAASrI,EAAM,KAAMsH,EAAK,IACtC9R,EAAIwK,EAAKrJ,OAGV,MAAQnB,KACAkC,EAAO4Q,EAAW9S,MACxBwK,EAAMxK,KAAS6E,EAAS7E,GAAMkC,MAIjC,SAAUA,EAAM2P,EAAUC,GAMzB,OALAlD,EAAO,GAAM1M,EACb2Q,EAASjE,EAAO,KAAMkD,EAAKrN,GAG3BmK,EAAO,GAAM,MACLnK,EAAQ0C,SAInB4L,IAAOzG,GAAc,SAAUxL,GAC9B,OAAO,SAAUoB,GAChB,OAAyC,EAAlCqD,GAAQzE,EAAUoB,GAAOf,UAIlCmF,SAAYgG,GAAc,SAAUlM,GAEnC,OADAA,EAAOA,EAAK2D,QAASmF,GAAWC,IACzB,SAAUjH,GAChB,OAAkE,GAAzDA,EAAKoO,aAAe7K,EAASvD,IAASxD,QAAS0B,MAW1D4S,KAAQ1G,GAAc,SAAU0G,GAO/B,OAJM9K,EAAYoD,KAAM0H,GAAQ,KAC/BzN,GAAOtB,MAAO,qBAAuB+O,GAEtCA,EAAOA,EAAKjP,QAASmF,GAAWC,IAAY7D,cACrC,SAAUpD,GAChB,IAAI+Q,EACJ,GACC,GAAOA,EAAW9M,EACjBjE,EAAK8Q,KACL9Q,EAAK7B,aAAc,aAAgB6B,EAAK7B,aAAc,QAGtD,OADA4S,EAAWA,EAAS3N,iBACA0N,GAA2C,IAAnCC,EAASvU,QAASsU,EAAO,YAE3C9Q,EAAOA,EAAKzB,aAAkC,IAAlByB,EAAK9C,UAC7C,OAAO,KAKTkE,OAAU,SAAUpB,GACnB,IAAIgR,EAAOtV,EAAOuV,UAAYvV,EAAOuV,SAASD,KAC9C,OAAOA,GAAQA,EAAK/U,MAAO,KAAQ+D,EAAKgJ,IAGzCkI,KAAQ,SAAUlR,GACjB,OAAOA,IAASgE,GAGjBmN,MAAS,SAAUnR,GAClB,OAAOA,IAASzE,EAAS6V,iBACrB7V,EAAS8V,UAAY9V,EAAS8V,gBAC7BrR,EAAK1C,MAAQ0C,EAAKsR,OAAStR,EAAKuR,WAItCC,QAAWtG,IAAsB,GACjCnD,SAAYmD,IAAsB,GAElCuG,QAAW,SAAUzR,GAIpB,IAAIgI,EAAWhI,EAAKgI,SAAS5E,cAC7B,MAAsB,UAAb4E,KAA0BhI,EAAKyR,SACxB,WAAbzJ,KAA2BhI,EAAK0R,UAGpCA,SAAY,SAAU1R,GASrB,OALKA,EAAKzB,YAETyB,EAAKzB,WAAWoT,eAGQ,IAAlB3R,EAAK0R,UAIbE,MAAS,SAAU5R,GAMlB,IAAMA,EAAOA,EAAKqO,WAAYrO,EAAMA,EAAOA,EAAK+K,YAC/C,GAAK/K,EAAK9C,SAAW,EACpB,OAAO,EAGT,OAAO,GAGR+S,OAAU,SAAUjQ,GACnB,OAAQsD,EAAKkC,QAAiB,MAAGxF,IAIlC6R,OAAU,SAAU7R,GACnB,OAAO4G,EAAQwC,KAAMpJ,EAAKgI,WAG3B0E,MAAS,SAAU1M,GAClB,OAAO2G,EAAQyC,KAAMpJ,EAAKgI,WAG3B8J,OAAU,SAAU9R,GACnB,IAAIgB,EAAOhB,EAAKgI,SAAS5E,cACzB,MAAgB,UAATpC,GAAkC,WAAdhB,EAAK1C,MAA8B,WAAT0D,GAGtD9C,KAAQ,SAAU8B,GACjB,IAAI6N,EACJ,MAAuC,UAAhC7N,EAAKgI,SAAS5E,eACN,SAAdpD,EAAK1C,OAIuC,OAAxCuQ,EAAO7N,EAAK7B,aAAc,UACN,SAAvB0P,EAAKzK,gBAIRlD,MAASkL,GAAwB,WAChC,MAAO,CAAE,KAGVhL,KAAQgL,GAAwB,SAAU2G,EAAe9S,GACxD,MAAO,CAAEA,EAAS,KAGnBkB,GAAMiL,GAAwB,SAAU2G,EAAe9S,EAAQoM,GAC9D,MAAO,CAAEA,EAAW,EAAIA,EAAWpM,EAASoM,KAG7ChL,KAAQ+K,GAAwB,SAAUE,EAAcrM,GAEvD,IADA,IAAInB,EAAI,EACAA,EAAImB,EAAQnB,GAAK,EACxBwN,EAAa/O,KAAMuB,GAEpB,OAAOwN,IAGR9K,IAAO4K,GAAwB,SAAUE,EAAcrM,GAEtD,IADA,IAAInB,EAAI,EACAA,EAAImB,EAAQnB,GAAK,EACxBwN,EAAa/O,KAAMuB,GAEpB,OAAOwN,IAGR0G,GAAM5G,GAAwB,SAAUE,EAAcrM,EAAQoM,GAM7D,IALA,IAAIvN,EAAIuN,EAAW,EAClBA,EAAWpM,EACAA,EAAXoM,EACCpM,EACAoM,EACa,KAALvN,GACTwN,EAAa/O,KAAMuB,GAEpB,OAAOwN,IAGR2G,GAAM7G,GAAwB,SAAUE,EAAcrM,EAAQoM,GAE7D,IADA,IAAIvN,EAAIuN,EAAW,EAAIA,EAAWpM,EAASoM,IACjCvN,EAAImB,GACbqM,EAAa/O,KAAMuB,GAEpB,OAAOwN,OAKL9F,QAAe,IAAIlC,EAAKkC,QAAc,GAGhC,CAAE0M,OAAO,EAAMC,UAAU,EAAMC,MAAM,EAAMC,UAAU,EAAMC,OAAO,GAC5EhP,EAAKkC,QAAS1H,GAAMkN,GAAmBlN,GAExC,IAAMA,IAAK,CAAEyU,QAAQ,EAAMC,OAAO,GACjClP,EAAKkC,QAAS1H,GAAMmN,GAAoBnN,GAIzC,SAASyS,MA0ET,SAAShH,GAAYkJ,GAIpB,IAHA,IAAI3U,EAAI,EACP2C,EAAMgS,EAAOxT,OACbL,EAAW,GACJd,EAAI2C,EAAK3C,IAChBc,GAAY6T,EAAQ3U,GAAIgF,MAEzB,OAAOlE,EAGR,SAASkJ,GAAe6I,EAAS+B,EAAYC,GAC5C,IAAI1K,EAAMyK,EAAWzK,IACpB2K,EAAOF,EAAWxK,KAClB+B,EAAM2I,GAAQ3K,EACd4K,EAAmBF,GAAgB,eAAR1I,EAC3B6I,EAAWtO,IAEZ,OAAOkO,EAAWxS,MAGjB,SAAUF,EAAMnB,EAAS+Q,GACxB,MAAU5P,EAAOA,EAAMiI,GACtB,GAAuB,IAAlBjI,EAAK9C,UAAkB2V,EAC3B,OAAOlC,EAAS3Q,EAAMnB,EAAS+Q,GAGjC,OAAO,GAIR,SAAU5P,EAAMnB,EAAS+Q,GACxB,IAAImD,EAAUlD,EAAaC,EAC1BkD,EAAW,CAAEzO,EAASuO,GAGvB,GAAKlD,GACJ,MAAU5P,EAAOA,EAAMiI,GACtB,IAAuB,IAAlBjI,EAAK9C,UAAkB2V,IACtBlC,EAAS3Q,EAAMnB,EAAS+Q,GAC5B,OAAO,OAKV,MAAU5P,EAAOA,EAAMiI,GACtB,GAAuB,IAAlBjI,EAAK9C,UAAkB2V,EAQ3B,GAHAhD,GAJAC,EAAa9P,EAAM0B,KAAe1B,EAAM0B,GAAY,KAI1B1B,EAAKoQ,YAC5BN,EAAY9P,EAAKoQ,UAAa,IAE5BwC,GAAQA,IAAS5S,EAAKgI,SAAS5E,cACnCpD,EAAOA,EAAMiI,IAASjI,MAChB,CAAA,IAAO+S,EAAWlD,EAAa5F,KACrC8I,EAAU,KAAQxO,GAAWwO,EAAU,KAAQD,EAG/C,OAASE,EAAU,GAAMD,EAAU,GAOnC,IAHAlD,EAAa5F,GAAQ+I,GAGJ,GAAMrC,EAAS3Q,EAAMnB,EAAS+Q,GAC9C,OAAO,EAMZ,OAAO,GAIV,SAASqD,GAAgBC,GACxB,OAAyB,EAAlBA,EAASjU,OACf,SAAUe,EAAMnB,EAAS+Q,GACxB,IAAI9R,EAAIoV,EAASjU,OACjB,MAAQnB,IACP,IAAMoV,EAAUpV,GAAKkC,EAAMnB,EAAS+Q,GACnC,OAAO,EAGT,OAAO,GAERsD,EAAU,GAYZ,SAASC,GAAUvC,EAAW7Q,EAAKqM,EAAQvN,EAAS+Q,GAOnD,IANA,IAAI5P,EACHoT,EAAe,GACftV,EAAI,EACJ2C,EAAMmQ,EAAU3R,OAChBoU,EAAgB,MAAPtT,EAEFjC,EAAI2C,EAAK3C,KACTkC,EAAO4Q,EAAW9S,MAClBsO,IAAUA,EAAQpM,EAAMnB,EAAS+Q,KACtCwD,EAAa7W,KAAMyD,GACdqT,GACJtT,EAAIxD,KAAMuB,KAMd,OAAOsV,EAGR,SAASE,GAAYxE,EAAWlQ,EAAU+R,EAAS4C,EAAYC,EAAYC,GAO1E,OANKF,IAAeA,EAAY7R,KAC/B6R,EAAaD,GAAYC,IAErBC,IAAeA,EAAY9R,KAC/B8R,EAAaF,GAAYE,EAAYC,IAE/BrJ,GAAc,SAAU9B,EAAM/F,EAAS1D,EAAS+Q,GACtD,IAAI8D,EAAM5V,EAAGkC,EACZ2T,EAAS,GACTC,EAAU,GACVC,EAActR,EAAQtD,OAGtBQ,EAAQ6I,GA5CX,SAA2B1J,EAAUkV,EAAUvR,GAG9C,IAFA,IAAIzE,EAAI,EACP2C,EAAMqT,EAAS7U,OACRnB,EAAI2C,EAAK3C,IAChBuF,GAAQzE,EAAUkV,EAAUhW,GAAKyE,GAElC,OAAOA,EAsCWwR,CACfnV,GAAY,IACZC,EAAQ3B,SAAW,CAAE2B,GAAYA,EACjC,IAIDmV,GAAYlF,IAAexG,GAAS1J,EAEnCa,EADA0T,GAAU1T,EAAOkU,EAAQ7E,EAAWjQ,EAAS+Q,GAG9CqE,EAAatD,EAGZ6C,IAAgBlL,EAAOwG,EAAY+E,GAAeN,GAGjD,GAGAhR,EACDyR,EAQF,GALKrD,GACJA,EAASqD,EAAWC,EAAYpV,EAAS+Q,GAIrC2D,EAAa,CACjBG,EAAOP,GAAUc,EAAYL,GAC7BL,EAAYG,EAAM,GAAI7U,EAAS+Q,GAG/B9R,EAAI4V,EAAKzU,OACT,MAAQnB,KACAkC,EAAO0T,EAAM5V,MACnBmW,EAAYL,EAAS9V,MAAWkW,EAAWJ,EAAS9V,IAAQkC,IAK/D,GAAKsI,GACJ,GAAKkL,GAAc1E,EAAY,CAC9B,GAAK0E,EAAa,CAGjBE,EAAO,GACP5V,EAAImW,EAAWhV,OACf,MAAQnB,KACAkC,EAAOiU,EAAYnW,KAGzB4V,EAAKnX,KAAQyX,EAAWlW,GAAMkC,GAGhCwT,EAAY,KAAQS,EAAa,GAAMP,EAAM9D,GAI9C9R,EAAImW,EAAWhV,OACf,MAAQnB,KACAkC,EAAOiU,EAAYnW,MACsC,GAA7D4V,EAAOF,EAAahX,EAAS8L,EAAMtI,GAAS2T,EAAQ7V,MAEtDwK,EAAMoL,KAAYnR,EAASmR,GAAS1T,UAOvCiU,EAAad,GACZc,IAAe1R,EACd0R,EAAWpT,OAAQgT,EAAaI,EAAWhV,QAC3CgV,GAEGT,EACJA,EAAY,KAAMjR,EAAS0R,EAAYrE,GAEvCrT,EAAKD,MAAOiG,EAAS0R,KAMzB,SAASC,GAAmBzB,GAyB3B,IAxBA,IAAI0B,EAAcxD,EAASjQ,EAC1BD,EAAMgS,EAAOxT,OACbmV,EAAkB9Q,EAAKmL,SAAUgE,EAAQ,GAAInV,MAC7C+W,EAAmBD,GAAmB9Q,EAAKmL,SAAU,KACrD3Q,EAAIsW,EAAkB,EAAI,EAG1BE,EAAexM,GAAe,SAAU9H,GACvC,OAAOA,IAASmU,GACdE,GAAkB,GACrBE,EAAkBzM,GAAe,SAAU9H,GAC1C,OAAwC,EAAjCxD,EAAS2X,EAAcnU,IAC5BqU,GAAkB,GACrBnB,EAAW,CAAE,SAAUlT,EAAMnB,EAAS+Q,GACrC,IAAIlQ,GAAS0U,IAAqBxE,GAAO/Q,IAAY+E,MAClDuQ,EAAetV,GAAU3B,SAC1BoX,EAActU,EAAMnB,EAAS+Q,GAC7B2E,EAAiBvU,EAAMnB,EAAS+Q,IAIlC,OADAuE,EAAe,KACRzU,IAGD5B,EAAI2C,EAAK3C,IAChB,GAAO6S,EAAUrN,EAAKmL,SAAUgE,EAAQ3U,GAAIR,MAC3C4V,EAAW,CAAEpL,GAAemL,GAAgBC,GAAYvC,QAClD,CAIN,IAHAA,EAAUrN,EAAK8I,OAAQqG,EAAQ3U,GAAIR,MAAOhB,MAAO,KAAMmW,EAAQ3U,GAAI6E,UAGrDjB,GAAY,CAIzB,IADAhB,IAAM5C,EACE4C,EAAID,EAAKC,IAChB,GAAK4C,EAAKmL,SAAUgE,EAAQ/R,GAAIpD,MAC/B,MAGF,OAAOgW,GACF,EAAJxV,GAASmV,GAAgBC,GACrB,EAAJpV,GAASyL,GAGTkJ,EACExW,MAAO,EAAG6B,EAAI,GACdzB,OAAQ,CAAEyG,MAAgC,MAAzB2P,EAAQ3U,EAAI,GAAIR,KAAe,IAAM,MACtDuE,QAAS8D,EAAO,MAClBgL,EACA7S,EAAI4C,GAAKwT,GAAmBzB,EAAOxW,MAAO6B,EAAG4C,IAC7CA,EAAID,GAAOyT,GAAqBzB,EAASA,EAAOxW,MAAOyE,IACvDA,EAAID,GAAO8I,GAAYkJ,IAGzBS,EAAS3W,KAAMoU,GAIjB,OAAOsC,GAAgBC,GAoTxB,OAtpBA3C,GAAWrR,UAAYoE,EAAKkR,QAAUlR,EAAKkC,QAC3ClC,EAAKiN,WAAa,IAAIA,GAEtB9M,EAAWJ,GAAOI,SAAW,SAAU7E,EAAU6V,GAChD,IAAIhE,EAAShI,EAAOgK,EAAQnV,EAC3BoX,EAAOhM,EAAQiM,EACfC,EAASjQ,EAAY/F,EAAW,KAEjC,GAAKgW,EACJ,OAAOH,EAAY,EAAIG,EAAO3Y,MAAO,GAGtCyY,EAAQ9V,EACR8J,EAAS,GACTiM,EAAarR,EAAKwL,UAElB,MAAQ4F,EAAQ,CA2Bf,IAAMpX,KAxBAmT,KAAahI,EAAQ7C,EAAOkD,KAAM4L,MAClCjM,IAGJiM,EAAQA,EAAMzY,MAAOwM,EAAO,GAAIxJ,SAAYyV,GAE7ChM,EAAOnM,KAAQkW,EAAS,KAGzBhC,GAAU,GAGHhI,EAAQ5C,EAAaiD,KAAM4L,MACjCjE,EAAUhI,EAAM0B,QAChBsI,EAAOlW,KAAM,CACZuG,MAAO2N,EAGPnT,KAAMmL,EAAO,GAAI5G,QAAS8D,EAAO,OAElC+O,EAAQA,EAAMzY,MAAOwU,EAAQxR,SAIhBqE,EAAK8I,SACX3D,EAAQxC,EAAW3I,GAAOwL,KAAM4L,KAAgBC,EAAYrX,MAChEmL,EAAQkM,EAAYrX,GAAQmL,MAC9BgI,EAAUhI,EAAM0B,QAChBsI,EAAOlW,KAAM,CACZuG,MAAO2N,EACPnT,KAAMA,EACNqF,QAAS8F,IAEViM,EAAQA,EAAMzY,MAAOwU,EAAQxR,SAI/B,IAAMwR,EACL,MAOF,OAAOgE,EACNC,EAAMzV,OACNyV,EACCrR,GAAOtB,MAAOnD,GAGd+F,EAAY/F,EAAU8J,GAASzM,MAAO,IA4ZzCyH,EAAUL,GAAOK,QAAU,SAAU9E,EAAU6J,GAC9C,IAAI3K,EA9H8B+W,EAAiBC,EAC/CC,EACHC,EACAC,EA4HAH,EAAc,GACdD,EAAkB,GAClBD,EAAShQ,EAAehG,EAAW,KAEpC,IAAMgW,EAAS,CAGRnM,IACLA,EAAQhF,EAAU7E,IAEnBd,EAAI2K,EAAMxJ,OACV,MAAQnB,KACP8W,EAASV,GAAmBzL,EAAO3K,KACtB4D,GACZoT,EAAYvY,KAAMqY,GAElBC,EAAgBtY,KAAMqY,IAKxBA,EAAShQ,EACRhG,GArJgCiW,EAsJNA,EArJxBE,EAA6B,GADkBD,EAsJNA,GArJrB7V,OACvB+V,EAAqC,EAAzBH,EAAgB5V,OAC5BgW,EAAe,SAAU3M,EAAMzJ,EAAS+Q,EAAKrN,EAAS2S,GACrD,IAAIlV,EAAMU,EAAGiQ,EACZwE,EAAe,EACfrX,EAAI,IACJ8S,EAAYtI,GAAQ,GACpB8M,EAAa,GACbC,EAAgBzR,EAGhBnE,EAAQ6I,GAAQ0M,GAAa1R,EAAKgJ,KAAY,IAAG,IAAK4I,GAGtDI,EAAkB/Q,GAA4B,MAAjB8Q,EAAwB,EAAI1T,KAAKC,UAAY,GAC1EnB,EAAMhB,EAAMR,OAcb,IAZKiW,IAMJtR,EAAmB/E,GAAWtD,GAAYsD,GAAWqW,GAM9CpX,IAAM2C,GAAgC,OAAvBT,EAAOP,EAAO3B,IAAeA,IAAM,CACzD,GAAKkX,GAAahV,EAAO,CACxBU,EAAI,EAME7B,GAAWmB,EAAK6I,eAAiBtN,IACtCwI,EAAa/D,GACb4P,GAAO3L,GAER,MAAU0M,EAAUkE,EAAiBnU,KACpC,GAAKiQ,EAAS3Q,EAAMnB,GAAWtD,EAAUqU,GAAQ,CAChDrN,EAAQhG,KAAMyD,GACd,MAGGkV,IACJ3Q,EAAU+Q,GAKPP,KAGG/U,GAAQ2Q,GAAW3Q,IACzBmV,IAII7M,GACJsI,EAAUrU,KAAMyD,IAgBnB,GATAmV,GAAgBrX,EASXiX,GAASjX,IAAMqX,EAAe,CAClCzU,EAAI,EACJ,MAAUiQ,EAAUmE,EAAapU,KAChCiQ,EAASC,EAAWwE,EAAYvW,EAAS+Q,GAG1C,GAAKtH,EAAO,CAGX,GAAoB,EAAf6M,EACJ,MAAQrX,IACC8S,EAAW9S,IAAOsX,EAAYtX,KACrCsX,EAAYtX,GAAMmH,EAAI7I,KAAMmG,IAM/B6S,EAAajC,GAAUiC,GAIxB7Y,EAAKD,MAAOiG,EAAS6S,GAGhBF,IAAc5M,GAA4B,EAApB8M,EAAWnW,QACG,EAAtCkW,EAAeL,EAAY7V,QAE7BoE,GAAO2K,WAAYzL,GAUrB,OALK2S,IACJ3Q,EAAU+Q,EACV1R,EAAmByR,GAGbzE,GAGFmE,EACN3K,GAAc6K,GACdA,KAgCOrW,SAAWA,EAEnB,OAAOgW,GAYRjR,EAASN,GAAOM,OAAS,SAAU/E,EAAUC,EAAS0D,EAAS+F,GAC9D,IAAIxK,EAAG2U,EAAQ8C,EAAOjY,EAAMgP,EAC3BkJ,EAA+B,mBAAb5W,GAA2BA,EAC7C6J,GAASH,GAAQ7E,EAAY7E,EAAW4W,EAAS5W,UAAYA,GAM9D,GAJA2D,EAAUA,GAAW,GAIC,IAAjBkG,EAAMxJ,OAAe,CAIzB,GAAqB,GADrBwT,EAAShK,EAAO,GAAMA,EAAO,GAAIxM,MAAO,IAC5BgD,QAA+C,QAA/BsW,EAAQ9C,EAAQ,IAAMnV,MAC5B,IAArBuB,EAAQ3B,UAAkB+G,GAAkBX,EAAKmL,SAAUgE,EAAQ,GAAInV,MAAS,CAIhF,KAFAuB,GAAYyE,EAAKgJ,KAAW,GAAGiJ,EAAM5S,QAAS,GAC5Cd,QAASmF,GAAWC,IAAapI,IAAa,IAAM,IAErD,OAAO0D,EAGIiT,IACX3W,EAAUA,EAAQN,YAGnBK,EAAWA,EAAS3C,MAAOwW,EAAOtI,QAAQrH,MAAM7D,QAIjDnB,EAAImI,EAA0B,aAAEmD,KAAMxK,GAAa,EAAI6T,EAAOxT,OAC9D,MAAQnB,IAAM,CAIb,GAHAyX,EAAQ9C,EAAQ3U,GAGXwF,EAAKmL,SAAYnR,EAAOiY,EAAMjY,MAClC,MAED,IAAOgP,EAAOhJ,EAAKgJ,KAAMhP,MAGjBgL,EAAOgE,EACbiJ,EAAM5S,QAAS,GAAId,QAASmF,GAAWC,IACvCF,GAASqC,KAAMqJ,EAAQ,GAAInV,OAAU+L,GAAaxK,EAAQN,aACzDM,IACI,CAKL,GAFA4T,EAAO5R,OAAQ/C,EAAG,KAClBc,EAAW0J,EAAKrJ,QAAUsK,GAAYkJ,IAGrC,OADAlW,EAAKD,MAAOiG,EAAS+F,GACd/F,EAGR,QAeJ,OAPEiT,GAAY9R,EAAS9E,EAAU6J,IAChCH,EACAzJ,GACCoF,EACD1B,GACC1D,GAAWkI,GAASqC,KAAMxK,IAAcyK,GAAaxK,EAAQN,aAAgBM,GAExE0D,GAMRxF,EAAQoR,WAAazM,EAAQwB,MAAO,IAAKtC,KAAMkE,GAAY0E,KAAM,MAAS9H,EAI1E3E,EAAQmR,mBAAqBpK,EAG7BC,IAIAhH,EAAQuQ,aAAejD,GAAQ,SAAUC,GAGxC,OAA4E,EAArEA,EAAG4C,wBAAyB3R,EAAS0C,cAAe,eAMtDoM,GAAQ,SAAUC,GAEvB,OADAA,EAAGqC,UAAY,mBACiC,MAAzCrC,EAAG+D,WAAWlQ,aAAc,WAEnCoM,GAAW,yBAA0B,SAAUvK,EAAMgB,EAAMwC,GAC1D,IAAMA,EACL,OAAOxD,EAAK7B,aAAc6C,EAA6B,SAAvBA,EAAKoC,cAA2B,EAAI,KAOjErG,EAAQwI,YAAe8E,GAAQ,SAAUC,GAG9C,OAFAA,EAAGqC,UAAY,WACfrC,EAAG+D,WAAWjQ,aAAc,QAAS,IACY,KAA1CkM,EAAG+D,WAAWlQ,aAAc,YAEnCoM,GAAW,QAAS,SAAUvK,EAAMyV,EAAOjS,GAC1C,IAAMA,GAAyC,UAAhCxD,EAAKgI,SAAS5E,cAC5B,OAAOpD,EAAK0V,eAOTrL,GAAQ,SAAUC,GACvB,OAAwC,MAAjCA,EAAGnM,aAAc,eAExBoM,GAAWnF,EAAU,SAAUpF,EAAMgB,EAAMwC,GAC1C,IAAIzF,EACJ,IAAMyF,EACL,OAAwB,IAAjBxD,EAAMgB,GAAkBA,EAAKoC,eACjCrF,EAAMiC,EAAKuM,iBAAkBvL,KAAYjD,EAAI+P,UAC9C/P,EAAI+E,MACJ,OAKEO,GA18EP,CA48EK3H,GAILiD,EAAO2N,KAAOjJ,EACd1E,EAAOgP,KAAOtK,EAAOkL,UAGrB5P,EAAOgP,KAAM,KAAQhP,EAAOgP,KAAKnI,QACjC7G,EAAOqP,WAAarP,EAAOgX,OAAStS,EAAO2K,WAC3CrP,EAAOT,KAAOmF,EAAOE,QACrB5E,EAAOiX,SAAWvS,EAAOG,MACzB7E,EAAOyF,SAAWf,EAAOe,SACzBzF,EAAOkX,eAAiBxS,EAAO6D,OAK/B,IAAIe,EAAM,SAAUjI,EAAMiI,EAAK6N,GAC9B,IAAIrF,EAAU,GACbsF,OAAqBtU,IAAVqU,EAEZ,OAAU9V,EAAOA,EAAMiI,KAA6B,IAAlBjI,EAAK9C,SACtC,GAAuB,IAAlB8C,EAAK9C,SAAiB,CAC1B,GAAK6Y,GAAYpX,EAAQqB,GAAOgW,GAAIF,GACnC,MAEDrF,EAAQlU,KAAMyD,GAGhB,OAAOyQ,GAIJwF,EAAW,SAAUC,EAAGlW,GAG3B,IAFA,IAAIyQ,EAAU,GAENyF,EAAGA,EAAIA,EAAEnL,YACI,IAAfmL,EAAEhZ,UAAkBgZ,IAAMlW,GAC9ByQ,EAAQlU,KAAM2Z,GAIhB,OAAOzF,GAIJ0F,EAAgBxX,EAAOgP,KAAKlF,MAAMhC,aAItC,SAASuB,EAAUhI,EAAMgB,GAExB,OAAOhB,EAAKgI,UAAYhI,EAAKgI,SAAS5E,gBAAkBpC,EAAKoC,cAG9D,IAAIgT,EAAa,kEAKjB,SAASC,EAAQzI,EAAU0I,EAAW5F,GACrC,OAAK1T,EAAYsZ,GACT3X,EAAO2B,KAAMsN,EAAU,SAAU5N,EAAMlC,GAC7C,QAASwY,EAAUla,KAAM4D,EAAMlC,EAAGkC,KAAW0Q,IAK1C4F,EAAUpZ,SACPyB,EAAO2B,KAAMsN,EAAU,SAAU5N,GACvC,OAASA,IAASsW,IAAgB5F,IAKV,iBAAd4F,EACJ3X,EAAO2B,KAAMsN,EAAU,SAAU5N,GACvC,OAA4C,EAAnCxD,EAAQJ,KAAMka,EAAWtW,KAAkB0Q,IAK/C/R,EAAOyN,OAAQkK,EAAW1I,EAAU8C,GAG5C/R,EAAOyN,OAAS,SAAUuB,EAAMlO,EAAOiR,GACtC,IAAI1Q,EAAOP,EAAO,GAMlB,OAJKiR,IACJ/C,EAAO,QAAUA,EAAO,KAGH,IAAjBlO,EAAMR,QAAkC,IAAlBe,EAAK9C,SACxByB,EAAO2N,KAAKM,gBAAiB5M,EAAM2N,GAAS,CAAE3N,GAAS,GAGxDrB,EAAO2N,KAAK3J,QAASgL,EAAMhP,EAAO2B,KAAMb,EAAO,SAAUO,GAC/D,OAAyB,IAAlBA,EAAK9C,aAIdyB,EAAOG,GAAGgC,OAAQ,CACjBwL,KAAM,SAAU1N,GACf,IAAId,EAAG4B,EACNe,EAAM9E,KAAKsD,OACXsX,EAAO5a,KAER,GAAyB,iBAAbiD,EACX,OAAOjD,KAAK6D,UAAWb,EAAQC,GAAWwN,OAAQ,WACjD,IAAMtO,EAAI,EAAGA,EAAI2C,EAAK3C,IACrB,GAAKa,EAAOyF,SAAUmS,EAAMzY,GAAKnC,MAChC,OAAO,KAQX,IAFA+D,EAAM/D,KAAK6D,UAAW,IAEhB1B,EAAI,EAAGA,EAAI2C,EAAK3C,IACrBa,EAAO2N,KAAM1N,EAAU2X,EAAMzY,GAAK4B,GAGnC,OAAa,EAANe,EAAU9B,EAAOqP,WAAYtO,GAAQA,GAE7C0M,OAAQ,SAAUxN,GACjB,OAAOjD,KAAK6D,UAAW6W,EAAQ1a,KAAMiD,GAAY,IAAI,KAEtD8R,IAAK,SAAU9R,GACd,OAAOjD,KAAK6D,UAAW6W,EAAQ1a,KAAMiD,GAAY,IAAI,KAEtDoX,GAAI,SAAUpX,GACb,QAASyX,EACR1a,KAIoB,iBAAbiD,GAAyBuX,EAAc/M,KAAMxK,GACnDD,EAAQC,GACRA,GAAY,IACb,GACCK,UASJ,IAAIuX,EAMH1P,EAAa,uCAENnI,EAAOG,GAAGC,KAAO,SAAUH,EAAUC,EAASqS,GACpD,IAAIzI,EAAOzI,EAGX,IAAMpB,EACL,OAAOjD,KAQR,GAHAuV,EAAOA,GAAQsF,EAGU,iBAAb5X,EAAwB,CAanC,KAPC6J,EALsB,MAAlB7J,EAAU,IACsB,MAApCA,EAAUA,EAASK,OAAS,IACT,GAAnBL,EAASK,OAGD,CAAE,KAAML,EAAU,MAGlBkI,EAAWgC,KAAMlK,MAIV6J,EAAO,IAAQ5J,EA6CxB,OAAMA,GAAWA,EAAQM,QACtBN,GAAWqS,GAAO5E,KAAM1N,GAK1BjD,KAAKyD,YAAaP,GAAUyN,KAAM1N,GAhDzC,GAAK6J,EAAO,GAAM,CAYjB,GAXA5J,EAAUA,aAAmBF,EAASE,EAAS,GAAMA,EAIrDF,EAAOgB,MAAOhE,KAAMgD,EAAO8X,UAC1BhO,EAAO,GACP5J,GAAWA,EAAQ3B,SAAW2B,EAAQgK,eAAiBhK,EAAUtD,GACjE,IAII6a,EAAWhN,KAAMX,EAAO,KAAS9J,EAAO2C,cAAezC,GAC3D,IAAM4J,KAAS5J,EAGT7B,EAAYrB,KAAM8M,IACtB9M,KAAM8M,GAAS5J,EAAS4J,IAIxB9M,KAAKkS,KAAMpF,EAAO5J,EAAS4J,IAK9B,OAAO9M,KAYP,OARAqE,EAAOzE,EAASwN,eAAgBN,EAAO,OAKtC9M,KAAM,GAAMqE,EACZrE,KAAKsD,OAAS,GAERtD,KAcH,OAAKiD,EAAS1B,UACpBvB,KAAM,GAAMiD,EACZjD,KAAKsD,OAAS,EACPtD,MAIIqB,EAAY4B,QACD6C,IAAfyP,EAAKwF,MACXxF,EAAKwF,MAAO9X,GAGZA,EAAUD,GAGLA,EAAO2D,UAAW1D,EAAUjD,QAIhCuD,UAAYP,EAAOG,GAGxB0X,EAAa7X,EAAQpD,GAGrB,IAAIob,EAAe,iCAGlBC,EAAmB,CAClBC,UAAU,EACVC,UAAU,EACV5O,MAAM,EACN6O,MAAM,GAoFR,SAASC,EAASpM,EAAK3C,GACtB,OAAU2C,EAAMA,EAAK3C,KAA4B,IAAjB2C,EAAI1N,UACpC,OAAO0N,EAnFRjM,EAAOG,GAAGgC,OAAQ,CACjB+P,IAAK,SAAUzP,GACd,IAAI6V,EAAUtY,EAAQyC,EAAQzF,MAC7Bub,EAAID,EAAQhY,OAEb,OAAOtD,KAAKyQ,OAAQ,WAEnB,IADA,IAAItO,EAAI,EACAA,EAAIoZ,EAAGpZ,IACd,GAAKa,EAAOyF,SAAUzI,KAAMsb,EAASnZ,IACpC,OAAO,KAMXqZ,QAAS,SAAU5I,EAAW1P,GAC7B,IAAI+L,EACH9M,EAAI,EACJoZ,EAAIvb,KAAKsD,OACTwR,EAAU,GACVwG,EAA+B,iBAAd1I,GAA0B5P,EAAQ4P,GAGpD,IAAM4H,EAAc/M,KAAMmF,GACzB,KAAQzQ,EAAIoZ,EAAGpZ,IACd,IAAM8M,EAAMjP,KAAMmC,GAAK8M,GAAOA,IAAQ/L,EAAS+L,EAAMA,EAAIrM,WAGxD,GAAKqM,EAAI1N,SAAW,KAAQ+Z,GACH,EAAxBA,EAAQG,MAAOxM,GAGE,IAAjBA,EAAI1N,UACHyB,EAAO2N,KAAKM,gBAAiBhC,EAAK2D,IAAgB,CAEnDkC,EAAQlU,KAAMqO,GACd,MAMJ,OAAOjP,KAAK6D,UAA4B,EAAjBiR,EAAQxR,OAAaN,EAAOqP,WAAYyC,GAAYA,IAI5E2G,MAAO,SAAUpX,GAGhB,OAAMA,EAKe,iBAATA,EACJxD,EAAQJ,KAAMuC,EAAQqB,GAAQrE,KAAM,IAIrCa,EAAQJ,KAAMT,KAGpBqE,EAAKb,OAASa,EAAM,GAAMA,GAZjBrE,KAAM,IAAOA,KAAM,GAAI4C,WAAe5C,KAAKuE,QAAQmX,UAAUpY,QAAU,GAgBlFqY,IAAK,SAAU1Y,EAAUC,GACxB,OAAOlD,KAAK6D,UACXb,EAAOqP,WACNrP,EAAOgB,MAAOhE,KAAK2D,MAAOX,EAAQC,EAAUC,OAK/C0Y,QAAS,SAAU3Y,GAClB,OAAOjD,KAAK2b,IAAiB,MAAZ1Y,EAChBjD,KAAKiE,WAAajE,KAAKiE,WAAWwM,OAAQxN,OAU7CD,EAAOkB,KAAM,CACZoQ,OAAQ,SAAUjQ,GACjB,IAAIiQ,EAASjQ,EAAKzB,WAClB,OAAO0R,GAA8B,KAApBA,EAAO/S,SAAkB+S,EAAS,MAEpDuH,QAAS,SAAUxX,GAClB,OAAOiI,EAAKjI,EAAM,eAEnByX,aAAc,SAAUzX,EAAMmD,EAAI2S,GACjC,OAAO7N,EAAKjI,EAAM,aAAc8V,IAEjC5N,KAAM,SAAUlI,GACf,OAAOgX,EAAShX,EAAM,gBAEvB+W,KAAM,SAAU/W,GACf,OAAOgX,EAAShX,EAAM,oBAEvB0X,QAAS,SAAU1X,GAClB,OAAOiI,EAAKjI,EAAM,gBAEnBqX,QAAS,SAAUrX,GAClB,OAAOiI,EAAKjI,EAAM,oBAEnB2X,UAAW,SAAU3X,EAAMmD,EAAI2S,GAC9B,OAAO7N,EAAKjI,EAAM,cAAe8V,IAElC8B,UAAW,SAAU5X,EAAMmD,EAAI2S,GAC9B,OAAO7N,EAAKjI,EAAM,kBAAmB8V,IAEtCG,SAAU,SAAUjW,GACnB,OAAOiW,GAAYjW,EAAKzB,YAAc,IAAK8P,WAAYrO,IAExD6W,SAAU,SAAU7W,GACnB,OAAOiW,EAAUjW,EAAKqO,aAEvByI,SAAU,SAAU9W,GACnB,OAA6B,MAAxBA,EAAK6X,iBAKT/b,EAAUkE,EAAK6X,iBAER7X,EAAK6X,iBAMR7P,EAAUhI,EAAM,cACpBA,EAAOA,EAAK8X,SAAW9X,GAGjBrB,EAAOgB,MAAO,GAAIK,EAAKmI,eAE7B,SAAUnH,EAAMlC,GAClBH,EAAOG,GAAIkC,GAAS,SAAU8U,EAAOlX,GACpC,IAAI6R,EAAU9R,EAAOoB,IAAKpE,KAAMmD,EAAIgX,GAuBpC,MArB0B,UAArB9U,EAAK/E,OAAQ,KACjB2C,EAAWkX,GAGPlX,GAAgC,iBAAbA,IACvB6R,EAAU9R,EAAOyN,OAAQxN,EAAU6R,IAGjB,EAAd9U,KAAKsD,SAGH2X,EAAkB5V,IACvBrC,EAAOqP,WAAYyC,GAIfkG,EAAavN,KAAMpI,IACvByP,EAAQsH,WAIHpc,KAAK6D,UAAWiR,MAGzB,IAAIuH,EAAgB,oBAsOpB,SAASC,EAAUC,GAClB,OAAOA,EAER,SAASC,EAASC,GACjB,MAAMA,EAGP,SAASC,EAAYvV,EAAOwV,EAASC,EAAQC,GAC5C,IAAIC,EAEJ,IAGM3V,GAAS9F,EAAcyb,EAAS3V,EAAM4V,SAC1CD,EAAOrc,KAAM0G,GAAQ0B,KAAM8T,GAAUK,KAAMJ,GAGhCzV,GAAS9F,EAAcyb,EAAS3V,EAAM8V,MACjDH,EAAOrc,KAAM0G,EAAOwV,EAASC,GAQ7BD,EAAQhc,WAAOmF,EAAW,CAAEqB,GAAQ7G,MAAOuc,IAM3C,MAAQ1V,GAITyV,EAAOjc,WAAOmF,EAAW,CAAEqB,KAvO7BnE,EAAOka,UAAY,SAAU9X,GA9B7B,IAAwBA,EACnB+X,EAiCJ/X,EAA6B,iBAAZA,GAlCMA,EAmCPA,EAlCZ+X,EAAS,GACbna,EAAOkB,KAAMkB,EAAQ0H,MAAOuP,IAAmB,GAAI,SAAUe,EAAGC,GAC/DF,EAAQE,IAAS,IAEXF,GA+BNna,EAAOmC,OAAQ,GAAIC,GAEpB,IACCkY,EAGAC,EAGAC,EAGAC,EAGAjU,EAAO,GAGPkU,EAAQ,GAGRC,GAAe,EAGfC,EAAO,WAQN,IALAH,EAASA,GAAUrY,EAAQyY,KAI3BL,EAAQF,GAAS,EACTI,EAAMpa,OAAQqa,GAAe,EAAI,CACxCJ,EAASG,EAAMlP,QACf,QAAUmP,EAAcnU,EAAKlG,QAGmC,IAA1DkG,EAAMmU,GAAchd,MAAO4c,EAAQ,GAAKA,EAAQ,KACpDnY,EAAQ0Y,cAGRH,EAAcnU,EAAKlG,OACnBia,GAAS,GAMNnY,EAAQmY,SACbA,GAAS,GAGVD,GAAS,EAGJG,IAIHjU,EADI+T,EACG,GAIA,KAMV3C,EAAO,CAGNe,IAAK,WA2BJ,OA1BKnS,IAGC+T,IAAWD,IACfK,EAAcnU,EAAKlG,OAAS,EAC5Boa,EAAM9c,KAAM2c,IAGb,SAAW5B,EAAKhH,GACf3R,EAAOkB,KAAMyQ,EAAM,SAAUyI,EAAGlW,GAC1B7F,EAAY6F,GACV9B,EAAQ4U,QAAWY,EAAK1F,IAAKhO,IAClCsC,EAAK5I,KAAMsG,GAEDA,GAAOA,EAAI5D,QAA4B,WAAlBR,EAAQoE,IAGxCyU,EAAKzU,KATR,CAYK5C,WAEAiZ,IAAWD,GACfM,KAGK5d,MAIR+d,OAAQ,WAYP,OAXA/a,EAAOkB,KAAMI,UAAW,SAAU8Y,EAAGlW,GACpC,IAAIuU,EACJ,OAA0D,GAAhDA,EAAQzY,EAAO6D,QAASK,EAAKsC,EAAMiS,IAC5CjS,EAAKtE,OAAQuW,EAAO,GAGfA,GAASkC,GACbA,MAII3d,MAKRkV,IAAK,SAAU/R,GACd,OAAOA,GACwB,EAA9BH,EAAO6D,QAAS1D,EAAIqG,GACN,EAAdA,EAAKlG,QAIP2S,MAAO,WAIN,OAHKzM,IACJA,EAAO,IAEDxJ,MAMRge,QAAS,WAGR,OAFAP,EAASC,EAAQ,GACjBlU,EAAO+T,EAAS,GACTvd,MAERoM,SAAU,WACT,OAAQ5C,GAMTyU,KAAM,WAKL,OAJAR,EAASC,EAAQ,GACXH,GAAWD,IAChB9T,EAAO+T,EAAS,IAEVvd,MAERyd,OAAQ,WACP,QAASA,GAIVS,SAAU,SAAUhb,EAASyR,GAS5B,OARM8I,IAEL9I,EAAO,CAAEzR,GADTyR,EAAOA,GAAQ,IACQrU,MAAQqU,EAAKrU,QAAUqU,GAC9C+I,EAAM9c,KAAM+T,GACN2I,GACLM,KAGK5d,MAIR4d,KAAM,WAEL,OADAhD,EAAKsD,SAAUle,KAAMsE,WACdtE,MAIRwd,MAAO,WACN,QAASA,IAIZ,OAAO5C,GA4CR5X,EAAOmC,OAAQ,CAEdgZ,SAAU,SAAUC,GACnB,IAAIC,EAAS,CAIX,CAAE,SAAU,WAAYrb,EAAOka,UAAW,UACzCla,EAAOka,UAAW,UAAY,GAC/B,CAAE,UAAW,OAAQla,EAAOka,UAAW,eACtCla,EAAOka,UAAW,eAAiB,EAAG,YACvC,CAAE,SAAU,OAAQla,EAAOka,UAAW,eACrCla,EAAOka,UAAW,eAAiB,EAAG,aAExCoB,EAAQ,UACRvB,EAAU,CACTuB,MAAO,WACN,OAAOA,GAERC,OAAQ,WAEP,OADAC,EAAS3V,KAAMvE,WAAY0Y,KAAM1Y,WAC1BtE,MAERye,QAAS,SAAUtb,GAClB,OAAO4Z,EAAQE,KAAM,KAAM9Z,IAI5Bub,KAAM,WACL,IAAIC,EAAMra,UAEV,OAAOtB,EAAOmb,SAAU,SAAUS,GACjC5b,EAAOkB,KAAMma,EAAQ,SAAU7W,EAAIqX,GAGlC,IAAI1b,EAAK9B,EAAYsd,EAAKE,EAAO,MAAWF,EAAKE,EAAO,IAKxDL,EAAUK,EAAO,IAAO,WACvB,IAAIC,EAAW3b,GAAMA,EAAGxC,MAAOX,KAAMsE,WAChCwa,GAAYzd,EAAYyd,EAAS/B,SACrC+B,EAAS/B,UACPgC,SAAUH,EAASI,QACnBnW,KAAM+V,EAASjC,SACfK,KAAM4B,EAAShC,QAEjBgC,EAAUC,EAAO,GAAM,QACtB7e,KACAmD,EAAK,CAAE2b,GAAaxa,eAKxBqa,EAAM,OACH5B,WAELE,KAAM,SAAUgC,EAAaC,EAAYC,GACxC,IAAIC,EAAW,EACf,SAASzC,EAAS0C,EAAOb,EAAU1P,EAASwQ,GAC3C,OAAO,WACN,IAAIC,EAAOvf,KACV2U,EAAOrQ,UACPkb,EAAa,WACZ,IAAIV,EAAU7B,EAKd,KAAKoC,EAAQD,GAAb,CAQA,IAJAN,EAAWhQ,EAAQnO,MAAO4e,EAAM5K,MAId6J,EAASzB,UAC1B,MAAM,IAAI0C,UAAW,4BAOtBxC,EAAO6B,IAKgB,iBAAbA,GACY,mBAAbA,IACRA,EAAS7B,KAGL5b,EAAY4b,GAGXqC,EACJrC,EAAKxc,KACJqe,EACAnC,EAASyC,EAAUZ,EAAUlC,EAAUgD,GACvC3C,EAASyC,EAAUZ,EAAUhC,EAAS8C,KAOvCF,IAEAnC,EAAKxc,KACJqe,EACAnC,EAASyC,EAAUZ,EAAUlC,EAAUgD,GACvC3C,EAASyC,EAAUZ,EAAUhC,EAAS8C,GACtC3C,EAASyC,EAAUZ,EAAUlC,EAC5BkC,EAASkB,eASP5Q,IAAYwN,IAChBiD,OAAOzZ,EACP6O,EAAO,CAAEmK,KAKRQ,GAAWd,EAASmB,aAAeJ,EAAM5K,MAK7CiL,EAAUN,EACTE,EACA,WACC,IACCA,IACC,MAAQ/S,GAEJzJ,EAAOmb,SAAS0B,eACpB7c,EAAOmb,SAAS0B,cAAepT,EAC9BmT,EAAQE,YAMQV,GAAbC,EAAQ,IAIPvQ,IAAY0N,IAChB+C,OAAOzZ,EACP6O,EAAO,CAAElI,IAGV+R,EAASuB,WAAYR,EAAM5K,MAS3B0K,EACJO,KAKK5c,EAAOmb,SAAS6B,eACpBJ,EAAQE,WAAa9c,EAAOmb,SAAS6B,gBAEtCjgB,EAAOkgB,WAAYL,KAKtB,OAAO5c,EAAOmb,SAAU,SAAUS,GAGjCP,EAAQ,GAAK,GAAI1C,IAChBgB,EACC,EACAiC,EACAvd,EAAY8d,GACXA,EACA7C,EACDsC,EAASc,aAKXrB,EAAQ,GAAK,GAAI1C,IAChBgB,EACC,EACAiC,EACAvd,EAAY4d,GACXA,EACA3C,IAKH+B,EAAQ,GAAK,GAAI1C,IAChBgB,EACC,EACAiC,EACAvd,EAAY6d,GACXA,EACA1C,MAGAO,WAKLA,QAAS,SAAUzb,GAClB,OAAc,MAAPA,EAAc0B,EAAOmC,OAAQ7D,EAAKyb,GAAYA,IAGvDyB,EAAW,GAkEZ,OA/DAxb,EAAOkB,KAAMma,EAAQ,SAAUlc,EAAG0c,GACjC,IAAIrV,EAAOqV,EAAO,GACjBqB,EAAcrB,EAAO,GAKtB9B,EAAS8B,EAAO,IAAQrV,EAAKmS,IAGxBuE,GACJ1W,EAAKmS,IACJ,WAIC2C,EAAQ4B,GAKT7B,EAAQ,EAAIlc,GAAK,GAAI6b,QAIrBK,EAAQ,EAAIlc,GAAK,GAAI6b,QAGrBK,EAAQ,GAAK,GAAIJ,KAGjBI,EAAQ,GAAK,GAAIJ,MAOnBzU,EAAKmS,IAAKkD,EAAO,GAAIjB,MAKrBY,EAAUK,EAAO,IAAQ,WAExB,OADAL,EAAUK,EAAO,GAAM,QAAU7e,OAASwe,OAAW1Y,EAAY9F,KAAMsE,WAChEtE,MAMRwe,EAAUK,EAAO,GAAM,QAAWrV,EAAK0U,WAIxCnB,EAAQA,QAASyB,GAGZJ,GACJA,EAAK3d,KAAM+d,EAAUA,GAIfA,GAIR2B,KAAM,SAAUC,GACf,IAGCC,EAAY/b,UAAUhB,OAGtBnB,EAAIke,EAGJC,EAAkB1a,MAAOzD,GACzBoe,EAAgBjgB,EAAMG,KAAM6D,WAG5Bkc,EAAUxd,EAAOmb,WAGjBsC,EAAa,SAAUte,GACtB,OAAO,SAAUgF,GAChBmZ,EAAiBne,GAAMnC,KACvBugB,EAAepe,GAAyB,EAAnBmC,UAAUhB,OAAahD,EAAMG,KAAM6D,WAAc6C,IAC5DkZ,GACTG,EAAQb,YAAaW,EAAiBC,KAM1C,GAAKF,GAAa,IACjB3D,EAAY0D,EAAaI,EAAQ3X,KAAM4X,EAAYte,IAAMwa,QAAS6D,EAAQ5D,QACxEyD,GAGuB,YAApBG,EAAQlC,SACZjd,EAAYkf,EAAepe,IAAOoe,EAAepe,GAAI8a,OAErD,OAAOuD,EAAQvD,OAKjB,MAAQ9a,IACPua,EAAY6D,EAAepe,GAAKse,EAAYte,GAAKqe,EAAQ5D,QAG1D,OAAO4D,EAAQzD,aAOjB,IAAI2D,EAAc,yDAElB1d,EAAOmb,SAAS0B,cAAgB,SAAUzZ,EAAOua,GAI3C5gB,EAAO6gB,SAAW7gB,EAAO6gB,QAAQC,MAAQza,GAASsa,EAAYjT,KAAMrH,EAAMf,OAC9EtF,EAAO6gB,QAAQC,KAAM,8BAAgCza,EAAM0a,QAAS1a,EAAMua,MAAOA,IAOnF3d,EAAO+d,eAAiB,SAAU3a,GACjCrG,EAAOkgB,WAAY,WAClB,MAAM7Z,KAQR,IAAI4a,EAAYhe,EAAOmb,WAkDvB,SAAS8C,IACRrhB,EAASshB,oBAAqB,mBAAoBD,GAClDlhB,EAAOmhB,oBAAqB,OAAQD,GACpCje,EAAO+X,QAnDR/X,EAAOG,GAAG4X,MAAQ,SAAU5X,GAY3B,OAVA6d,EACE/D,KAAM9Z,GAKNsb,SAAO,SAAUrY,GACjBpD,EAAO+d,eAAgB3a,KAGlBpG,MAGRgD,EAAOmC,OAAQ,CAGdgB,SAAS,EAITgb,UAAW,EAGXpG,MAAO,SAAUqG,KAGF,IAATA,IAAkBpe,EAAOme,UAAYne,EAAOmD,WAKjDnD,EAAOmD,SAAU,KAGZib,GAAsC,IAAnBpe,EAAOme,WAK/BH,EAAUrB,YAAa/f,EAAU,CAAEoD,OAIrCA,EAAO+X,MAAMkC,KAAO+D,EAAU/D,KAaD,aAAxBrd,EAASyhB,YACa,YAAxBzhB,EAASyhB,aAA6BzhB,EAASkQ,gBAAgBwR,SAGjEvhB,EAAOkgB,WAAYjd,EAAO+X,QAK1Bnb,EAASuQ,iBAAkB,mBAAoB8Q,GAG/ClhB,EAAOoQ,iBAAkB,OAAQ8Q,IAQlC,IAAIM,EAAS,SAAUzd,EAAOX,EAAImL,EAAKnH,EAAOqa,EAAWC,EAAUC,GAClE,IAAIvf,EAAI,EACP2C,EAAMhB,EAAMR,OACZqe,EAAc,MAAPrT,EAGR,GAAuB,WAAlBxL,EAAQwL,GAEZ,IAAMnM,KADNqf,GAAY,EACDlT,EACViT,EAAQzd,EAAOX,EAAIhB,EAAGmM,EAAKnM,IAAK,EAAMsf,EAAUC,QAI3C,QAAe5b,IAAVqB,IACXqa,GAAY,EAENngB,EAAY8F,KACjBua,GAAM,GAGFC,IAGCD,GACJve,EAAG1C,KAAMqD,EAAOqD,GAChBhE,EAAK,OAILwe,EAAOxe,EACPA,EAAK,SAAUkB,EAAMud,EAAMza,GAC1B,OAAOwa,EAAKlhB,KAAMuC,EAAQqB,GAAQ8C,MAKhChE,GACJ,KAAQhB,EAAI2C,EAAK3C,IAChBgB,EACCW,EAAO3B,GAAKmM,EAAKoT,EAChBva,EACAA,EAAM1G,KAAMqD,EAAO3B,GAAKA,EAAGgB,EAAIW,EAAO3B,GAAKmM,KAMhD,OAAKkT,EACG1d,EAIH6d,EACGxe,EAAG1C,KAAMqD,GAGVgB,EAAM3B,EAAIW,EAAO,GAAKwK,GAAQmT,GAKlCI,EAAY,QACfC,EAAa,YAGd,SAASC,EAAYC,EAAMC,GAC1B,OAAOA,EAAOC,cAMf,SAASC,EAAWC,GACnB,OAAOA,EAAOlc,QAAS2b,EAAW,OAAQ3b,QAAS4b,EAAYC,GAEhE,IAAIM,EAAa,SAAUC,GAQ1B,OAA0B,IAAnBA,EAAM/gB,UAAqC,IAAnB+gB,EAAM/gB,YAAsB+gB,EAAM/gB,UAMlE,SAASghB,IACRviB,KAAK+F,QAAU/C,EAAO+C,QAAUwc,EAAKC,MAGtCD,EAAKC,IAAM,EAEXD,EAAKhf,UAAY,CAEhB8K,MAAO,SAAUiU,GAGhB,IAAInb,EAAQmb,EAAOtiB,KAAK+F,SA4BxB,OAzBMoB,IACLA,EAAQ,GAKHkb,EAAYC,KAIXA,EAAM/gB,SACV+gB,EAAOtiB,KAAK+F,SAAYoB,EAMxB/G,OAAOqiB,eAAgBH,EAAOtiB,KAAK+F,QAAS,CAC3CoB,MAAOA,EACPub,cAAc,MAMXvb,GAERwb,IAAK,SAAUL,EAAOM,EAAMzb,GAC3B,IAAI0b,EACHxU,EAAQrO,KAAKqO,MAAOiU,GAIrB,GAAqB,iBAATM,EACXvU,EAAO8T,EAAWS,IAAWzb,OAM7B,IAAM0b,KAAQD,EACbvU,EAAO8T,EAAWU,IAAWD,EAAMC,GAGrC,OAAOxU,GAER1K,IAAK,SAAU2e,EAAOhU,GACrB,YAAexI,IAARwI,EACNtO,KAAKqO,MAAOiU,GAGZA,EAAOtiB,KAAK+F,UAAauc,EAAOtiB,KAAK+F,SAAWoc,EAAW7T,KAE7DiT,OAAQ,SAAUe,EAAOhU,EAAKnH,GAa7B,YAAarB,IAARwI,GACCA,GAAsB,iBAARA,QAAgCxI,IAAVqB,EAElCnH,KAAK2D,IAAK2e,EAAOhU,IASzBtO,KAAK2iB,IAAKL,EAAOhU,EAAKnH,QAILrB,IAAVqB,EAAsBA,EAAQmH,IAEtCyP,OAAQ,SAAUuE,EAAOhU,GACxB,IAAInM,EACHkM,EAAQiU,EAAOtiB,KAAK+F,SAErB,QAAeD,IAAVuI,EAAL,CAIA,QAAavI,IAARwI,EAAoB,CAkBxBnM,GAXCmM,EAJI1I,MAAMC,QAASyI,GAIbA,EAAIlK,IAAK+d,IAEf7T,EAAM6T,EAAW7T,MAIJD,EACZ,CAAEC,GACAA,EAAIxB,MAAOuP,IAAmB,IAG1B/Y,OAER,MAAQnB,WACAkM,EAAOC,EAAKnM,UAKR2D,IAARwI,GAAqBtL,EAAOyD,cAAe4H,MAM1CiU,EAAM/gB,SACV+gB,EAAOtiB,KAAK+F,cAAYD,SAEjBwc,EAAOtiB,KAAK+F,YAItB+c,QAAS,SAAUR,GAClB,IAAIjU,EAAQiU,EAAOtiB,KAAK+F,SACxB,YAAiBD,IAAVuI,IAAwBrL,EAAOyD,cAAe4H,KAGvD,IAAI0U,EAAW,IAAIR,EAEfS,EAAW,IAAIT,EAcfU,EAAS,gCACZC,EAAa,SA2Bd,SAASC,EAAU9e,EAAMiK,EAAKsU,GAC7B,IAAIvd,EA1Baud,EA8BjB,QAAc9c,IAAT8c,GAAwC,IAAlBve,EAAK9C,SAI/B,GAHA8D,EAAO,QAAUiJ,EAAIpI,QAASgd,EAAY,OAAQzb,cAG7B,iBAFrBmb,EAAOve,EAAK7B,aAAc6C,IAEM,CAC/B,IACCud,EAnCW,UADGA,EAoCEA,IA/BL,UAATA,IAIS,SAATA,EACG,KAIHA,KAAUA,EAAO,IACbA,EAGJK,EAAOxV,KAAMmV,GACVQ,KAAKC,MAAOT,GAGbA,GAeH,MAAQnW,IAGVuW,EAASL,IAAKte,EAAMiK,EAAKsU,QAEzBA,OAAO9c,EAGT,OAAO8c,EAGR5f,EAAOmC,OAAQ,CACd2d,QAAS,SAAUze,GAClB,OAAO2e,EAASF,QAASze,IAAU0e,EAASD,QAASze,IAGtDue,KAAM,SAAUve,EAAMgB,EAAMud,GAC3B,OAAOI,EAASzB,OAAQld,EAAMgB,EAAMud,IAGrCU,WAAY,SAAUjf,EAAMgB,GAC3B2d,EAASjF,OAAQ1Z,EAAMgB,IAKxBke,MAAO,SAAUlf,EAAMgB,EAAMud,GAC5B,OAAOG,EAASxB,OAAQld,EAAMgB,EAAMud,IAGrCY,YAAa,SAAUnf,EAAMgB,GAC5B0d,EAAShF,OAAQ1Z,EAAMgB,MAIzBrC,EAAOG,GAAGgC,OAAQ,CACjByd,KAAM,SAAUtU,EAAKnH,GACpB,IAAIhF,EAAGkD,EAAMud,EACZve,EAAOrE,KAAM,GACb6O,EAAQxK,GAAQA,EAAKuF,WAGtB,QAAa9D,IAARwI,EAAoB,CACxB,GAAKtO,KAAKsD,SACTsf,EAAOI,EAASrf,IAAKU,GAEE,IAAlBA,EAAK9C,WAAmBwhB,EAASpf,IAAKU,EAAM,iBAAmB,CACnElC,EAAI0M,EAAMvL,OACV,MAAQnB,IAIF0M,EAAO1M,IAEsB,KADjCkD,EAAOwJ,EAAO1M,GAAIkD,MACRxE,QAAS,WAClBwE,EAAO8c,EAAW9c,EAAK/E,MAAO,IAC9B6iB,EAAU9e,EAAMgB,EAAMud,EAAMvd,KAI/B0d,EAASJ,IAAKte,EAAM,gBAAgB,GAItC,OAAOue,EAIR,MAAoB,iBAARtU,EACJtO,KAAKkE,KAAM,WACjB8e,EAASL,IAAK3iB,KAAMsO,KAIfiT,EAAQvhB,KAAM,SAAUmH,GAC9B,IAAIyb,EAOJ,GAAKve,QAAkByB,IAAVqB,EAKZ,YAAcrB,KADd8c,EAAOI,EAASrf,IAAKU,EAAMiK,IAEnBsU,OAMM9c,KADd8c,EAAOO,EAAU9e,EAAMiK,IAEfsU,OAIR,EAID5iB,KAAKkE,KAAM,WAGV8e,EAASL,IAAK3iB,KAAMsO,EAAKnH,MAExB,KAAMA,EAA0B,EAAnB7C,UAAUhB,OAAY,MAAM,IAG7CggB,WAAY,SAAUhV,GACrB,OAAOtO,KAAKkE,KAAM,WACjB8e,EAASjF,OAAQ/d,KAAMsO,QAM1BtL,EAAOmC,OAAQ,CACduY,MAAO,SAAUrZ,EAAM1C,EAAMihB,GAC5B,IAAIlF,EAEJ,GAAKrZ,EAYJ,OAXA1C,GAASA,GAAQ,MAAS,QAC1B+b,EAAQqF,EAASpf,IAAKU,EAAM1C,GAGvBihB,KACElF,GAAS9X,MAAMC,QAAS+c,GAC7BlF,EAAQqF,EAASxB,OAAQld,EAAM1C,EAAMqB,EAAO2D,UAAWic,IAEvDlF,EAAM9c,KAAMgiB,IAGPlF,GAAS,IAIlB+F,QAAS,SAAUpf,EAAM1C,GACxBA,EAAOA,GAAQ,KAEf,IAAI+b,EAAQ1a,EAAO0a,MAAOrZ,EAAM1C,GAC/B+hB,EAAchG,EAAMpa,OACpBH,EAAKua,EAAMlP,QACXmV,EAAQ3gB,EAAO4gB,YAAavf,EAAM1C,GAMvB,eAAPwB,IACJA,EAAKua,EAAMlP,QACXkV,KAGIvgB,IAIU,OAATxB,GACJ+b,EAAM3L,QAAS,qBAIT4R,EAAME,KACb1gB,EAAG1C,KAAM4D,EApBF,WACNrB,EAAOygB,QAASpf,EAAM1C,IAmBFgiB,KAGhBD,GAAeC,GACpBA,EAAM1N,MAAM2H,QAKdgG,YAAa,SAAUvf,EAAM1C,GAC5B,IAAI2M,EAAM3M,EAAO,aACjB,OAAOohB,EAASpf,IAAKU,EAAMiK,IAASyU,EAASxB,OAAQld,EAAMiK,EAAK,CAC/D2H,MAAOjT,EAAOka,UAAW,eAAgBvB,IAAK,WAC7CoH,EAAShF,OAAQ1Z,EAAM,CAAE1C,EAAO,QAAS2M,WAM7CtL,EAAOG,GAAGgC,OAAQ,CACjBuY,MAAO,SAAU/b,EAAMihB,GACtB,IAAIkB,EAAS,EAQb,MANqB,iBAATniB,IACXihB,EAAOjhB,EACPA,EAAO,KACPmiB,KAGIxf,UAAUhB,OAASwgB,EAChB9gB,EAAO0a,MAAO1d,KAAM,GAAK2B,QAGjBmE,IAAT8c,EACN5iB,KACAA,KAAKkE,KAAM,WACV,IAAIwZ,EAAQ1a,EAAO0a,MAAO1d,KAAM2B,EAAMihB,GAGtC5f,EAAO4gB,YAAa5jB,KAAM2B,GAEZ,OAATA,GAAgC,eAAf+b,EAAO,IAC5B1a,EAAOygB,QAASzjB,KAAM2B,MAI1B8hB,QAAS,SAAU9hB,GAClB,OAAO3B,KAAKkE,KAAM,WACjBlB,EAAOygB,QAASzjB,KAAM2B,MAGxBoiB,WAAY,SAAUpiB,GACrB,OAAO3B,KAAK0d,MAAO/b,GAAQ,KAAM,KAKlCob,QAAS,SAAUpb,EAAML,GACxB,IAAIwP,EACHkT,EAAQ,EACRC,EAAQjhB,EAAOmb,WACflM,EAAWjS,KACXmC,EAAInC,KAAKsD,OACTqZ,EAAU,aACCqH,GACTC,EAAMtE,YAAa1N,EAAU,CAAEA,KAIb,iBAATtQ,IACXL,EAAMK,EACNA,OAAOmE,GAERnE,EAAOA,GAAQ,KAEf,MAAQQ,KACP2O,EAAMiS,EAASpf,IAAKsO,EAAU9P,GAAKR,EAAO,gBAC9BmP,EAAImF,QACf+N,IACAlT,EAAImF,MAAM0F,IAAKgB,IAIjB,OADAA,IACOsH,EAAMlH,QAASzb,MAGxB,IAAI4iB,GAAO,sCAA0CC,OAEjDC,GAAU,IAAIra,OAAQ,iBAAmBma,GAAO,cAAe,KAG/DG,GAAY,CAAE,MAAO,QAAS,SAAU,QAExCvU,GAAkBlQ,EAASkQ,gBAI1BwU,GAAa,SAAUjgB,GACzB,OAAOrB,EAAOyF,SAAUpE,EAAK6I,cAAe7I,IAE7CkgB,GAAW,CAAEA,UAAU,GAOnBzU,GAAgB0U,cACpBF,GAAa,SAAUjgB,GACtB,OAAOrB,EAAOyF,SAAUpE,EAAK6I,cAAe7I,IAC3CA,EAAKmgB,YAAaD,MAAelgB,EAAK6I,gBAG1C,IAAIuX,GAAqB,SAAUpgB,EAAMsK,GAOvC,MAA8B,UAH9BtK,EAAOsK,GAAMtK,GAGDqgB,MAAMC,SACM,KAAvBtgB,EAAKqgB,MAAMC,SAMXL,GAAYjgB,IAEsB,SAAlCrB,EAAO4hB,IAAKvgB,EAAM,YAKrB,SAASwgB,GAAWxgB,EAAMwe,EAAMiC,EAAYC,GAC3C,IAAIC,EAAUC,EACbC,EAAgB,GAChBC,EAAeJ,EACd,WACC,OAAOA,EAAM9V,OAEd,WACC,OAAOjM,EAAO4hB,IAAKvgB,EAAMwe,EAAM,KAEjCuC,EAAUD,IACVE,EAAOP,GAAcA,EAAY,KAAS9hB,EAAOsiB,UAAWzC,GAAS,GAAK,MAG1E0C,EAAgBlhB,EAAK9C,WAClByB,EAAOsiB,UAAWzC,IAAmB,OAATwC,IAAkBD,IAChDhB,GAAQjX,KAAMnK,EAAO4hB,IAAKvgB,EAAMwe,IAElC,GAAK0C,GAAiBA,EAAe,KAAQF,EAAO,CAInDD,GAAoB,EAGpBC,EAAOA,GAAQE,EAAe,GAG9BA,GAAiBH,GAAW,EAE5B,MAAQF,IAIPliB,EAAO0hB,MAAOrgB,EAAMwe,EAAM0C,EAAgBF,IACnC,EAAIJ,IAAY,GAAMA,EAAQE,IAAiBC,GAAW,MAAW,IAC3EF,EAAgB,GAEjBK,GAAgCN,EAIjCM,GAAgC,EAChCviB,EAAO0hB,MAAOrgB,EAAMwe,EAAM0C,EAAgBF,GAG1CP,EAAaA,GAAc,GAgB5B,OAbKA,IACJS,GAAiBA,IAAkBH,GAAW,EAG9CJ,EAAWF,EAAY,GACtBS,GAAkBT,EAAY,GAAM,GAAMA,EAAY,IACrDA,EAAY,GACTC,IACJA,EAAMM,KAAOA,EACbN,EAAM1Q,MAAQkR,EACdR,EAAM/f,IAAMggB,IAGPA,EAIR,IAAIQ,GAAoB,GAyBxB,SAASC,GAAUxT,EAAUyT,GAO5B,IANA,IAAIf,EAAStgB,EAxBcA,EACvB0T,EACH7V,EACAmK,EACAsY,EAqBAgB,EAAS,GACTlK,EAAQ,EACRnY,EAAS2O,EAAS3O,OAGXmY,EAAQnY,EAAQmY,KACvBpX,EAAO4N,EAAUwJ,IACNiJ,QAIXC,EAAUtgB,EAAKqgB,MAAMC,QAChBe,GAKa,SAAZf,IACJgB,EAAQlK,GAAUsH,EAASpf,IAAKU,EAAM,YAAe,KAC/CshB,EAAQlK,KACbpX,EAAKqgB,MAAMC,QAAU,KAGK,KAAvBtgB,EAAKqgB,MAAMC,SAAkBF,GAAoBpgB,KACrDshB,EAAQlK,IA7CVkJ,EAFAziB,EADG6V,OAAAA,EACH7V,GAF0BmC,EAiDaA,GA/C5B6I,cACXb,EAAWhI,EAAKgI,UAChBsY,EAAUa,GAAmBnZ,MAM9B0L,EAAO7V,EAAI0jB,KAAKjjB,YAAaT,EAAII,cAAe+J,IAChDsY,EAAU3hB,EAAO4hB,IAAK7M,EAAM,WAE5BA,EAAKnV,WAAWC,YAAakV,GAEZ,SAAZ4M,IACJA,EAAU,SAEXa,GAAmBnZ,GAAasY,MAkCb,SAAZA,IACJgB,EAAQlK,GAAU,OAGlBsH,EAASJ,IAAKte,EAAM,UAAWsgB,KAMlC,IAAMlJ,EAAQ,EAAGA,EAAQnY,EAAQmY,IACR,MAAnBkK,EAAQlK,KACZxJ,EAAUwJ,GAAQiJ,MAAMC,QAAUgB,EAAQlK,IAI5C,OAAOxJ,EAGRjP,EAAOG,GAAGgC,OAAQ,CACjBugB,KAAM,WACL,OAAOD,GAAUzlB,MAAM,IAExB6lB,KAAM,WACL,OAAOJ,GAAUzlB,OAElB8lB,OAAQ,SAAUxH,GACjB,MAAsB,kBAAVA,EACJA,EAAQte,KAAK0lB,OAAS1lB,KAAK6lB,OAG5B7lB,KAAKkE,KAAM,WACZugB,GAAoBzkB,MACxBgD,EAAQhD,MAAO0lB,OAEf1iB,EAAQhD,MAAO6lB,YAKnB,IAUEE,GACAhV,GAXEiV,GAAiB,wBAEjBC,GAAW,iCAEXC,GAAc,qCAMhBH,GADcnmB,EAASumB,yBACRxjB,YAAa/C,EAAS0C,cAAe,SACpDyO,GAAQnR,EAAS0C,cAAe,UAM3BG,aAAc,OAAQ,SAC5BsO,GAAMtO,aAAc,UAAW,WAC/BsO,GAAMtO,aAAc,OAAQ,KAE5BsjB,GAAIpjB,YAAaoO,IAIjB3P,EAAQglB,WAAaL,GAAIM,WAAW,GAAOA,WAAW,GAAO7R,UAAUsB,QAIvEiQ,GAAI/U,UAAY,yBAChB5P,EAAQklB,iBAAmBP,GAAIM,WAAW,GAAO7R,UAAUuF,aAK3DgM,GAAI/U,UAAY,oBAChB5P,EAAQmlB,SAAWR,GAAIvR,UAKxB,IAAIgS,GAAU,CAKbC,MAAO,CAAE,EAAG,UAAW,YACvBC,IAAK,CAAE,EAAG,oBAAqB,uBAC/BC,GAAI,CAAE,EAAG,iBAAkB,oBAC3BC,GAAI,CAAE,EAAG,qBAAsB,yBAE/BC,SAAU,CAAE,EAAG,GAAI,KAYpB,SAASC,GAAQ5jB,EAAS2N,GAIzB,IAAI9M,EAYJ,OATCA,EAD4C,oBAAjCb,EAAQoK,qBACbpK,EAAQoK,qBAAsBuD,GAAO,KAEI,oBAA7B3N,EAAQ+K,iBACpB/K,EAAQ+K,iBAAkB4C,GAAO,KAGjC,QAGM/K,IAAR+K,GAAqBA,GAAOxE,EAAUnJ,EAAS2N,GAC5C7N,EAAOgB,MAAO,CAAEd,GAAWa,GAG5BA,EAKR,SAASgjB,GAAejjB,EAAOkjB,GAI9B,IAHA,IAAI7kB,EAAI,EACPoZ,EAAIzX,EAAMR,OAEHnB,EAAIoZ,EAAGpZ,IACd4gB,EAASJ,IACR7e,EAAO3B,GACP,cACC6kB,GAAejE,EAASpf,IAAKqjB,EAAa7kB,GAAK,eA1CnDqkB,GAAQS,MAAQT,GAAQU,MAAQV,GAAQW,SAAWX,GAAQY,QAAUZ,GAAQC,MAC7ED,GAAQa,GAAKb,GAAQI,GAGfxlB,EAAQmlB,SACbC,GAAQc,SAAWd,GAAQD,OAAS,CAAE,EAAG,+BAAgC,cA2C1E,IAAIxb,GAAQ,YAEZ,SAASwc,GAAezjB,EAAOZ,EAASskB,EAASC,EAAWC,GAO3D,IANA,IAAIrjB,EAAMyM,EAAKD,EAAK8W,EAAMC,EAAU7iB,EACnC8iB,EAAW3kB,EAAQijB,yBACnB2B,EAAQ,GACR3lB,EAAI,EACJoZ,EAAIzX,EAAMR,OAEHnB,EAAIoZ,EAAGpZ,IAGd,IAFAkC,EAAOP,EAAO3B,KAEQ,IAATkC,EAGZ,GAAwB,WAAnBvB,EAAQuB,GAIZrB,EAAOgB,MAAO8jB,EAAOzjB,EAAK9C,SAAW,CAAE8C,GAASA,QAG1C,GAAM0G,GAAM0C,KAAMpJ,GAIlB,CACNyM,EAAMA,GAAO+W,EAASllB,YAAaO,EAAQZ,cAAe,QAG1DuO,GAAQoV,GAAS9Y,KAAM9I,IAAU,CAAE,GAAI,KAAQ,GAAIoD,cACnDkgB,EAAOnB,GAAS3V,IAAS2V,GAAQK,SACjC/V,EAAIE,UAAY2W,EAAM,GAAM3kB,EAAO+kB,cAAe1jB,GAASsjB,EAAM,GAGjE5iB,EAAI4iB,EAAM,GACV,MAAQ5iB,IACP+L,EAAMA,EAAI0D,UAKXxR,EAAOgB,MAAO8jB,EAAOhX,EAAItE,aAGzBsE,EAAM+W,EAASnV,YAGXD,YAAc,QAzBlBqV,EAAMlnB,KAAMsC,EAAQ8kB,eAAgB3jB,IA+BvCwjB,EAASpV,YAAc,GAEvBtQ,EAAI,EACJ,MAAUkC,EAAOyjB,EAAO3lB,KAGvB,GAAKslB,IAAkD,EAArCzkB,EAAO6D,QAASxC,EAAMojB,GAClCC,GACJA,EAAQ9mB,KAAMyD,QAgBhB,GAXAujB,EAAWtD,GAAYjgB,GAGvByM,EAAMgW,GAAQe,EAASllB,YAAa0B,GAAQ,UAGvCujB,GACJb,GAAejW,GAIX0W,EAAU,CACdziB,EAAI,EACJ,MAAUV,EAAOyM,EAAK/L,KAChBmhB,GAAYzY,KAAMpJ,EAAK1C,MAAQ,KACnC6lB,EAAQ5mB,KAAMyD,GAMlB,OAAOwjB,EAIR,IAAII,GAAiB,sBAErB,SAASC,KACR,OAAO,EAGR,SAASC,KACR,OAAO,EASR,SAASC,GAAY/jB,EAAM1C,GAC1B,OAAS0C,IAMV,WACC,IACC,OAAOzE,EAAS6V,cACf,MAAQ4S,KATQC,KAAqC,UAAT3mB,GAY/C,SAAS4mB,GAAIlkB,EAAMmkB,EAAOvlB,EAAU2f,EAAMzf,EAAIslB,GAC7C,IAAIC,EAAQ/mB,EAGZ,GAAsB,iBAAV6mB,EAAqB,CAShC,IAAM7mB,IANmB,iBAAbsB,IAGX2f,EAAOA,GAAQ3f,EACfA,OAAW6C,GAEE0iB,EACbD,GAAIlkB,EAAM1C,EAAMsB,EAAU2f,EAAM4F,EAAO7mB,GAAQ8mB,GAEhD,OAAOpkB,EAsBR,GAnBa,MAARue,GAAsB,MAANzf,GAGpBA,EAAKF,EACL2f,EAAO3f,OAAW6C,GACD,MAAN3C,IACc,iBAAbF,GAGXE,EAAKyf,EACLA,OAAO9c,IAIP3C,EAAKyf,EACLA,EAAO3f,EACPA,OAAW6C,KAGD,IAAP3C,EACJA,EAAKglB,QACC,IAAMhlB,EACZ,OAAOkB,EAeR,OAZa,IAARokB,IACJC,EAASvlB,GACTA,EAAK,SAAUwlB,GAId,OADA3lB,IAAS4lB,IAAKD,GACPD,EAAO/nB,MAAOX,KAAMsE,aAIzB8C,KAAOshB,EAAOthB,OAAUshB,EAAOthB,KAAOpE,EAAOoE,SAE1C/C,EAAKH,KAAM,WACjBlB,EAAO2lB,MAAMhN,IAAK3b,KAAMwoB,EAAOrlB,EAAIyf,EAAM3f,KA+a3C,SAAS4lB,GAAgBla,EAAIhN,EAAMymB,GAG5BA,GAQNrF,EAASJ,IAAKhU,EAAIhN,GAAM,GACxBqB,EAAO2lB,MAAMhN,IAAKhN,EAAIhN,EAAM,CAC3BiO,WAAW,EACXd,QAAS,SAAU6Z,GAClB,IAAIG,EAAUpV,EACbqV,EAAQhG,EAASpf,IAAK3D,KAAM2B,GAE7B,GAAyB,EAAlBgnB,EAAMK,WAAmBhpB,KAAM2B,IAKrC,GAAMonB,EAAMzlB,QAuCEN,EAAO2lB,MAAMrJ,QAAS3d,IAAU,IAAKsnB,cAClDN,EAAMO,uBArBN,GAdAH,EAAQzoB,EAAMG,KAAM6D,WACpBye,EAASJ,IAAK3iB,KAAM2B,EAAMonB,GAK1BD,EAAWV,EAAYpoB,KAAM2B,GAC7B3B,KAAM2B,KAEDonB,KADLrV,EAASqP,EAASpf,IAAK3D,KAAM2B,KACJmnB,EACxB/F,EAASJ,IAAK3iB,KAAM2B,GAAM,GAE1B+R,EAAS,GAELqV,IAAUrV,EAWd,OARAiV,EAAMQ,2BACNR,EAAMS,iBAOC1V,GAAUA,EAAOvM,WAef4hB,EAAMzlB,SAGjByf,EAASJ,IAAK3iB,KAAM2B,EAAM,CACzBwF,MAAOnE,EAAO2lB,MAAMU,QAInBrmB,EAAOmC,OAAQ4jB,EAAO,GAAK/lB,EAAOsmB,MAAM/lB,WACxCwlB,EAAMzoB,MAAO,GACbN,QAKF2oB,EAAMQ,qCA/E0BrjB,IAA7Bid,EAASpf,IAAKgL,EAAIhN,IACtBqB,EAAO2lB,MAAMhN,IAAKhN,EAAIhN,EAAMumB,IA5a/BllB,EAAO2lB,MAAQ,CAEdnpB,OAAQ,GAERmc,IAAK,SAAUtX,EAAMmkB,EAAO1Z,EAAS8T,EAAM3f,GAE1C,IAAIsmB,EAAaC,EAAa1Y,EAC7B2Y,EAAQC,EAAGC,EACXrK,EAASsK,EAAUjoB,EAAMkoB,EAAYC,EACrCC,EAAWhH,EAASpf,IAAKU,GAG1B,GAAMge,EAAYhe,GAAlB,CAKKyK,EAAQA,UAEZA,GADAya,EAAcza,GACQA,QACtB7L,EAAWsmB,EAAYtmB,UAKnBA,GACJD,EAAO2N,KAAKM,gBAAiBnB,GAAiB7M,GAIzC6L,EAAQ1H,OACb0H,EAAQ1H,KAAOpE,EAAOoE,SAIfqiB,EAASM,EAASN,UACzBA,EAASM,EAASN,OAASrpB,OAAO4pB,OAAQ,QAEnCR,EAAcO,EAASE,UAC9BT,EAAcO,EAASE,OAAS,SAAUxd,GAIzC,MAAyB,oBAAXzJ,GAA0BA,EAAO2lB,MAAMuB,YAAczd,EAAE9K,KACpEqB,EAAO2lB,MAAMwB,SAASxpB,MAAO0D,EAAMC,gBAAcwB,IAMpD4jB,GADAlB,GAAUA,GAAS,IAAK1b,MAAOuP,IAAmB,CAAE,KAC1C/Y,OACV,MAAQomB,IAEP/nB,EAAOmoB,GADPhZ,EAAMmX,GAAe9a,KAAMqb,EAAOkB,KAAS,IACpB,GACvBG,GAAe/Y,EAAK,IAAO,IAAKvJ,MAAO,KAAMtC,OAGvCtD,IAKN2d,EAAUtc,EAAO2lB,MAAMrJ,QAAS3d,IAAU,GAG1CA,GAASsB,EAAWqc,EAAQ2J,aAAe3J,EAAQ8K,WAAczoB,EAGjE2d,EAAUtc,EAAO2lB,MAAMrJ,QAAS3d,IAAU,GAG1CgoB,EAAY3mB,EAAOmC,OAAQ,CAC1BxD,KAAMA,EACNmoB,SAAUA,EACVlH,KAAMA,EACN9T,QAASA,EACT1H,KAAM0H,EAAQ1H,KACdnE,SAAUA,EACV6H,aAAc7H,GAAYD,EAAOgP,KAAKlF,MAAMhC,aAAa2C,KAAMxK,GAC/D2M,UAAWia,EAAWhc,KAAM,MAC1B0b,IAGKK,EAAWH,EAAQ9nB,OAC1BioB,EAAWH,EAAQ9nB,GAAS,IACnB0oB,cAAgB,EAGnB/K,EAAQgL,QACiD,IAA9DhL,EAAQgL,MAAM7pB,KAAM4D,EAAMue,EAAMiH,EAAYL,IAEvCnlB,EAAK8L,kBACT9L,EAAK8L,iBAAkBxO,EAAM6nB,IAK3BlK,EAAQ3D,MACZ2D,EAAQ3D,IAAIlb,KAAM4D,EAAMslB,GAElBA,EAAU7a,QAAQ1H,OACvBuiB,EAAU7a,QAAQ1H,KAAO0H,EAAQ1H,OAK9BnE,EACJ2mB,EAAS1kB,OAAQ0kB,EAASS,gBAAiB,EAAGV,GAE9CC,EAAShpB,KAAM+oB,GAIhB3mB,EAAO2lB,MAAMnpB,OAAQmC,IAAS,KAMhCoc,OAAQ,SAAU1Z,EAAMmkB,EAAO1Z,EAAS7L,EAAUsnB,GAEjD,IAAIxlB,EAAGylB,EAAW1Z,EACjB2Y,EAAQC,EAAGC,EACXrK,EAASsK,EAAUjoB,EAAMkoB,EAAYC,EACrCC,EAAWhH,EAASD,QAASze,IAAU0e,EAASpf,IAAKU,GAEtD,GAAM0lB,IAAeN,EAASM,EAASN,QAAvC,CAMAC,GADAlB,GAAUA,GAAS,IAAK1b,MAAOuP,IAAmB,CAAE,KAC1C/Y,OACV,MAAQomB,IAMP,GAJA/nB,EAAOmoB,GADPhZ,EAAMmX,GAAe9a,KAAMqb,EAAOkB,KAAS,IACpB,GACvBG,GAAe/Y,EAAK,IAAO,IAAKvJ,MAAO,KAAMtC,OAGvCtD,EAAN,CAOA2d,EAAUtc,EAAO2lB,MAAMrJ,QAAS3d,IAAU,GAE1CioB,EAAWH,EADX9nB,GAASsB,EAAWqc,EAAQ2J,aAAe3J,EAAQ8K,WAAczoB,IACpC,GAC7BmP,EAAMA,EAAK,IACV,IAAI/G,OAAQ,UAAY8f,EAAWhc,KAAM,iBAAoB,WAG9D2c,EAAYzlB,EAAI6kB,EAAStmB,OACzB,MAAQyB,IACP4kB,EAAYC,EAAU7kB,IAEfwlB,GAAeT,IAAaH,EAAUG,UACzChb,GAAWA,EAAQ1H,OAASuiB,EAAUviB,MACtC0J,IAAOA,EAAIrD,KAAMkc,EAAU/Z,YAC3B3M,GAAYA,IAAa0mB,EAAU1mB,WACxB,OAAbA,IAAqB0mB,EAAU1mB,YAChC2mB,EAAS1kB,OAAQH,EAAG,GAEf4kB,EAAU1mB,UACd2mB,EAASS,gBAEL/K,EAAQvB,QACZuB,EAAQvB,OAAOtd,KAAM4D,EAAMslB,IAOzBa,IAAcZ,EAAStmB,SACrBgc,EAAQmL,WACkD,IAA/DnL,EAAQmL,SAAShqB,KAAM4D,EAAMwlB,EAAYE,EAASE,SAElDjnB,EAAO0nB,YAAarmB,EAAM1C,EAAMooB,EAASE,eAGnCR,EAAQ9nB,SA1Cf,IAAMA,KAAQ8nB,EACbzmB,EAAO2lB,MAAM5K,OAAQ1Z,EAAM1C,EAAO6mB,EAAOkB,GAAK5a,EAAS7L,GAAU,GA8C/DD,EAAOyD,cAAegjB,IAC1B1G,EAAShF,OAAQ1Z,EAAM,mBAIzB8lB,SAAU,SAAUQ,GAEnB,IAAIxoB,EAAG4C,EAAGhB,EAAK+Q,EAAS6U,EAAWiB,EAClCjW,EAAO,IAAI/O,MAAOtB,UAAUhB,QAG5BqlB,EAAQ3lB,EAAO2lB,MAAMkC,IAAKF,GAE1Bf,GACC7G,EAASpf,IAAK3D,KAAM,WAAcI,OAAO4pB,OAAQ,OAC/CrB,EAAMhnB,OAAU,GACnB2d,EAAUtc,EAAO2lB,MAAMrJ,QAASqJ,EAAMhnB,OAAU,GAKjD,IAFAgT,EAAM,GAAMgU,EAENxmB,EAAI,EAAGA,EAAImC,UAAUhB,OAAQnB,IAClCwS,EAAMxS,GAAMmC,UAAWnC,GAMxB,GAHAwmB,EAAMmC,eAAiB9qB,MAGlBsf,EAAQyL,cAA2D,IAA5CzL,EAAQyL,YAAYtqB,KAAMT,KAAM2oB,GAA5D,CAKAiC,EAAe5nB,EAAO2lB,MAAMiB,SAASnpB,KAAMT,KAAM2oB,EAAOiB,GAGxDznB,EAAI,EACJ,OAAU2S,EAAU8V,EAAczoB,QAAYwmB,EAAMqC,uBAAyB,CAC5ErC,EAAMsC,cAAgBnW,EAAQzQ,KAE9BU,EAAI,EACJ,OAAU4kB,EAAY7U,EAAQ8U,SAAU7kB,QACtC4jB,EAAMuC,gCAIDvC,EAAMwC,aAAsC,IAAxBxB,EAAU/Z,YACnC+Y,EAAMwC,WAAW1d,KAAMkc,EAAU/Z,aAEjC+Y,EAAMgB,UAAYA,EAClBhB,EAAM/F,KAAO+G,EAAU/G,UAKV9c,KAHb/B,IAAUf,EAAO2lB,MAAMrJ,QAASqK,EAAUG,WAAc,IAAKG,QAC5DN,EAAU7a,SAAUnO,MAAOmU,EAAQzQ,KAAMsQ,MAGT,KAAzBgU,EAAMjV,OAAS3P,KACrB4kB,EAAMS,iBACNT,EAAMO,oBAYX,OAJK5J,EAAQ8L,cACZ9L,EAAQ8L,aAAa3qB,KAAMT,KAAM2oB,GAG3BA,EAAMjV,SAGdkW,SAAU,SAAUjB,EAAOiB,GAC1B,IAAIznB,EAAGwnB,EAAWvX,EAAKiZ,EAAiBC,EACvCV,EAAe,GACfP,EAAgBT,EAASS,cACzBpb,EAAM0Z,EAAMljB,OAGb,GAAK4kB,GAIJpb,EAAI1N,YAOc,UAAfonB,EAAMhnB,MAAoC,GAAhBgnB,EAAMxS,QAEnC,KAAQlH,IAAQjP,KAAMiP,EAAMA,EAAIrM,YAAc5C,KAI7C,GAAsB,IAAjBiP,EAAI1N,WAAoC,UAAfonB,EAAMhnB,OAAqC,IAAjBsN,EAAI7C,UAAsB,CAGjF,IAFAif,EAAkB,GAClBC,EAAmB,GACbnpB,EAAI,EAAGA,EAAIkoB,EAAeloB,SAME2D,IAA5BwlB,EAFLlZ,GAHAuX,EAAYC,EAAUznB,IAGNc,SAAW,OAG1BqoB,EAAkBlZ,GAAQuX,EAAU7e,cACC,EAApC9H,EAAQoP,EAAKpS,MAAOyb,MAAOxM,GAC3BjM,EAAO2N,KAAMyB,EAAKpS,KAAM,KAAM,CAAEiP,IAAQ3L,QAErCgoB,EAAkBlZ,IACtBiZ,EAAgBzqB,KAAM+oB,GAGnB0B,EAAgB/nB,QACpBsnB,EAAahqB,KAAM,CAAEyD,KAAM4K,EAAK2a,SAAUyB,IAY9C,OALApc,EAAMjP,KACDqqB,EAAgBT,EAAStmB,QAC7BsnB,EAAahqB,KAAM,CAAEyD,KAAM4K,EAAK2a,SAAUA,EAAStpB,MAAO+pB,KAGpDO,GAGRW,QAAS,SAAUlmB,EAAMmmB,GACxBprB,OAAOqiB,eAAgBzf,EAAOsmB,MAAM/lB,UAAW8B,EAAM,CACpDomB,YAAY,EACZ/I,cAAc,EAEd/e,IAAKtC,EAAYmqB,GAChB,WACC,GAAKxrB,KAAK0rB,cACT,OAAOF,EAAMxrB,KAAK0rB,gBAGpB,WACC,GAAK1rB,KAAK0rB,cACT,OAAO1rB,KAAK0rB,cAAermB,IAI9Bsd,IAAK,SAAUxb,GACd/G,OAAOqiB,eAAgBziB,KAAMqF,EAAM,CAClComB,YAAY,EACZ/I,cAAc,EACdiJ,UAAU,EACVxkB,MAAOA,QAMX0jB,IAAK,SAAUa,GACd,OAAOA,EAAe1oB,EAAO+C,SAC5B2lB,EACA,IAAI1oB,EAAOsmB,MAAOoC,IAGpBpM,QAAS,CACRsM,KAAM,CAGLC,UAAU,GAEXC,MAAO,CAGNxB,MAAO,SAAU1H,GAIhB,IAAIjU,EAAK3O,MAAQ4iB,EAWjB,OARKoD,GAAevY,KAAMkB,EAAGhN,OAC5BgN,EAAGmd,OAASzf,EAAUsC,EAAI,UAG1Bka,GAAgBla,EAAI,QAASuZ,KAIvB,GAERmB,QAAS,SAAUzG,GAIlB,IAAIjU,EAAK3O,MAAQ4iB,EAUjB,OAPKoD,GAAevY,KAAMkB,EAAGhN,OAC5BgN,EAAGmd,OAASzf,EAAUsC,EAAI,UAE1Bka,GAAgBla,EAAI,UAId,GAKRkY,SAAU,SAAU8B,GACnB,IAAIljB,EAASkjB,EAAMljB,OACnB,OAAOugB,GAAevY,KAAMhI,EAAO9D,OAClC8D,EAAOqmB,OAASzf,EAAU5G,EAAQ,UAClCsd,EAASpf,IAAK8B,EAAQ,UACtB4G,EAAU5G,EAAQ,OAIrBsmB,aAAc,CACbX,aAAc,SAAUzC,QAID7iB,IAAjB6iB,EAAMjV,QAAwBiV,EAAM+C,gBACxC/C,EAAM+C,cAAcM,YAAcrD,EAAMjV,YAoG7C1Q,EAAO0nB,YAAc,SAAUrmB,EAAM1C,EAAMsoB,GAGrC5lB,EAAK6c,qBACT7c,EAAK6c,oBAAqBvf,EAAMsoB,IAIlCjnB,EAAOsmB,MAAQ,SAAU1nB,EAAKqqB,GAG7B,KAAQjsB,gBAAgBgD,EAAOsmB,OAC9B,OAAO,IAAItmB,EAAOsmB,MAAO1nB,EAAKqqB,GAI1BrqB,GAAOA,EAAID,MACf3B,KAAK0rB,cAAgB9pB,EACrB5B,KAAK2B,KAAOC,EAAID,KAIhB3B,KAAKksB,mBAAqBtqB,EAAIuqB,uBACHrmB,IAAzBlE,EAAIuqB,mBAGgB,IAApBvqB,EAAIoqB,YACL9D,GACAC,GAKDnoB,KAAKyF,OAAW7D,EAAI6D,QAAkC,IAAxB7D,EAAI6D,OAAOlE,SACxCK,EAAI6D,OAAO7C,WACXhB,EAAI6D,OAELzF,KAAKirB,cAAgBrpB,EAAIqpB,cACzBjrB,KAAKosB,cAAgBxqB,EAAIwqB,eAIzBpsB,KAAK2B,KAAOC,EAIRqqB,GACJjpB,EAAOmC,OAAQnF,KAAMisB,GAItBjsB,KAAKqsB,UAAYzqB,GAAOA,EAAIyqB,WAAa3jB,KAAK4jB,MAG9CtsB,KAAMgD,EAAO+C,UAAY,GAK1B/C,EAAOsmB,MAAM/lB,UAAY,CACxBE,YAAaT,EAAOsmB,MACpB4C,mBAAoB/D,GACpB6C,qBAAsB7C,GACtB+C,8BAA+B/C,GAC/BoE,aAAa,EAEbnD,eAAgB,WACf,IAAI3c,EAAIzM,KAAK0rB,cAEb1rB,KAAKksB,mBAAqBhE,GAErBzb,IAAMzM,KAAKusB,aACf9f,EAAE2c,kBAGJF,gBAAiB,WAChB,IAAIzc,EAAIzM,KAAK0rB,cAEb1rB,KAAKgrB,qBAAuB9C,GAEvBzb,IAAMzM,KAAKusB,aACf9f,EAAEyc,mBAGJC,yBAA0B,WACzB,IAAI1c,EAAIzM,KAAK0rB,cAEb1rB,KAAKkrB,8BAAgChD,GAEhCzb,IAAMzM,KAAKusB,aACf9f,EAAE0c,2BAGHnpB,KAAKkpB,oBAKPlmB,EAAOkB,KAAM,CACZsoB,QAAQ,EACRC,SAAS,EACTC,YAAY,EACZC,gBAAgB,EAChBC,SAAS,EACTC,QAAQ,EACRC,YAAY,EACZC,SAAS,EACTC,OAAO,EACPC,OAAO,EACPC,UAAU,EACVC,MAAM,EACNC,QAAQ,EACRprB,MAAM,EACNqrB,UAAU,EACV/e,KAAK,EACLgf,SAAS,EACTnX,QAAQ,EACRoX,SAAS,EACTC,SAAS,EACTC,SAAS,EACTC,SAAS,EACTC,SAAS,EACTC,WAAW,EACXC,aAAa,EACbC,SAAS,EACTC,SAAS,EACTC,eAAe,EACfC,WAAW,EACXC,SAAS,EACTC,OAAO,GACLnrB,EAAO2lB,MAAM4C,SAEhBvoB,EAAOkB,KAAM,CAAEsR,MAAO,UAAW4Y,KAAM,YAAc,SAAUzsB,EAAMsnB,GACpEjmB,EAAO2lB,MAAMrJ,QAAS3d,GAAS,CAG9B2oB,MAAO,WAQN,OAHAzB,GAAgB7oB,KAAM2B,EAAMymB,KAGrB,GAERiB,QAAS,WAMR,OAHAR,GAAgB7oB,KAAM2B,IAGf,GAKRklB,SAAU,SAAU8B,GACnB,OAAO5F,EAASpf,IAAKglB,EAAMljB,OAAQ9D,IAGpCsnB,aAAcA,KAYhBjmB,EAAOkB,KAAM,CACZmqB,WAAY,YACZC,WAAY,WACZC,aAAc,cACdC,aAAc,cACZ,SAAUC,EAAM5D,GAClB7nB,EAAO2lB,MAAMrJ,QAASmP,GAAS,CAC9BxF,aAAc4B,EACdT,SAAUS,EAEVZ,OAAQ,SAAUtB,GACjB,IAAI5kB,EAEH2qB,EAAU/F,EAAMyD,cAChBzC,EAAYhB,EAAMgB,UASnB,OALM+E,IAAaA,IANT1uB,MAMgCgD,EAAOyF,SANvCzI,KAMyD0uB,MAClE/F,EAAMhnB,KAAOgoB,EAAUG,SACvB/lB,EAAM4lB,EAAU7a,QAAQnO,MAAOX,KAAMsE,WACrCqkB,EAAMhnB,KAAOkpB,GAEP9mB,MAKVf,EAAOG,GAAGgC,OAAQ,CAEjBojB,GAAI,SAAUC,EAAOvlB,EAAU2f,EAAMzf,GACpC,OAAOolB,GAAIvoB,KAAMwoB,EAAOvlB,EAAU2f,EAAMzf,IAEzCslB,IAAK,SAAUD,EAAOvlB,EAAU2f,EAAMzf,GACrC,OAAOolB,GAAIvoB,KAAMwoB,EAAOvlB,EAAU2f,EAAMzf,EAAI,IAE7CylB,IAAK,SAAUJ,EAAOvlB,EAAUE,GAC/B,IAAIwmB,EAAWhoB,EACf,GAAK6mB,GAASA,EAAMY,gBAAkBZ,EAAMmB,UAW3C,OARAA,EAAYnB,EAAMmB,UAClB3mB,EAAQwlB,EAAMsC,gBAAiBlC,IAC9Be,EAAU/Z,UACT+Z,EAAUG,SAAW,IAAMH,EAAU/Z,UACrC+Z,EAAUG,SACXH,EAAU1mB,SACV0mB,EAAU7a,SAEJ9O,KAER,GAAsB,iBAAVwoB,EAAqB,CAGhC,IAAM7mB,KAAQ6mB,EACbxoB,KAAK4oB,IAAKjnB,EAAMsB,EAAUulB,EAAO7mB,IAElC,OAAO3B,KAWR,OATkB,IAAbiD,GAA0C,mBAAbA,IAGjCE,EAAKF,EACLA,OAAW6C,IAEA,IAAP3C,IACJA,EAAKglB,IAECnoB,KAAKkE,KAAM,WACjBlB,EAAO2lB,MAAM5K,OAAQ/d,KAAMwoB,EAAOrlB,EAAIF,QAMzC,IAKC0rB,GAAe,wBAGfC,GAAW,oCAEXC,GAAe,6BAGhB,SAASC,GAAoBzqB,EAAM8X,GAClC,OAAK9P,EAAUhI,EAAM,UACpBgI,EAA+B,KAArB8P,EAAQ5a,SAAkB4a,EAAUA,EAAQzJ,WAAY,OAE3D1P,EAAQqB,GAAO6W,SAAU,SAAW,IAGrC7W,EAIR,SAAS0qB,GAAe1qB,GAEvB,OADAA,EAAK1C,MAAyC,OAAhC0C,EAAK7B,aAAc,SAAsB,IAAM6B,EAAK1C,KAC3D0C,EAER,SAAS2qB,GAAe3qB,GAOvB,MAN2C,WAApCA,EAAK1C,MAAQ,IAAKrB,MAAO,EAAG,GAClC+D,EAAK1C,KAAO0C,EAAK1C,KAAKrB,MAAO,GAE7B+D,EAAK8J,gBAAiB,QAGhB9J,EAGR,SAAS4qB,GAAgBrtB,EAAKstB,GAC7B,IAAI/sB,EAAGoZ,EAAG5Z,EAAgBwtB,EAAUC,EAAU3F,EAE9C,GAAuB,IAAlByF,EAAK3tB,SAAV,CAKA,GAAKwhB,EAASD,QAASlhB,KAEtB6nB,EADW1G,EAASpf,IAAK/B,GACP6nB,QAKjB,IAAM9nB,KAFNohB,EAAShF,OAAQmR,EAAM,iBAETzF,EACb,IAAMtnB,EAAI,EAAGoZ,EAAIkO,EAAQ9nB,GAAO2B,OAAQnB,EAAIoZ,EAAGpZ,IAC9Ca,EAAO2lB,MAAMhN,IAAKuT,EAAMvtB,EAAM8nB,EAAQ9nB,GAAQQ,IAO7C6gB,EAASF,QAASlhB,KACtButB,EAAWnM,EAASzB,OAAQ3f,GAC5BwtB,EAAWpsB,EAAOmC,OAAQ,GAAIgqB,GAE9BnM,EAASL,IAAKuM,EAAME,KAkBtB,SAASC,GAAUC,EAAY3a,EAAMxQ,EAAUujB,GAG9C/S,EAAOpU,EAAMoU,GAEb,IAAIkT,EAAUtjB,EAAOijB,EAAS+H,EAAYttB,EAAMC,EAC/CC,EAAI,EACJoZ,EAAI+T,EAAWhsB,OACfksB,EAAWjU,EAAI,EACfpU,EAAQwN,EAAM,GACd8a,EAAkBpuB,EAAY8F,GAG/B,GAAKsoB,GACG,EAAJlU,GAA0B,iBAAVpU,IAChB/F,EAAQglB,YAAcwI,GAASnhB,KAAMtG,GACxC,OAAOmoB,EAAWprB,KAAM,SAAUuX,GACjC,IAAIb,EAAO0U,EAAW9qB,GAAIiX,GACrBgU,IACJ9a,EAAM,GAAMxN,EAAM1G,KAAMT,KAAMyb,EAAOb,EAAK8U,SAE3CL,GAAUzU,EAAMjG,EAAMxQ,EAAUujB,KAIlC,GAAKnM,IAEJhX,GADAsjB,EAAWN,GAAe5S,EAAM2a,EAAY,GAAIpiB,eAAe,EAAOoiB,EAAY5H,IACjEhV,WAEmB,IAA/BmV,EAASrb,WAAWlJ,SACxBukB,EAAWtjB,GAIPA,GAASmjB,GAAU,CAOvB,IALA6H,GADA/H,EAAUxkB,EAAOoB,IAAK0iB,GAAQe,EAAU,UAAYkH,KAC/BzrB,OAKbnB,EAAIoZ,EAAGpZ,IACdF,EAAO4lB,EAEF1lB,IAAMqtB,IACVvtB,EAAOe,EAAOwC,MAAOvD,GAAM,GAAM,GAG5BstB,GAIJvsB,EAAOgB,MAAOwjB,EAASV,GAAQ7kB,EAAM,YAIvCkC,EAAS1D,KAAM6uB,EAAYntB,GAAKF,EAAME,GAGvC,GAAKotB,EAOJ,IANArtB,EAAMslB,EAASA,EAAQlkB,OAAS,GAAI4J,cAGpClK,EAAOoB,IAAKojB,EAASwH,IAGf7sB,EAAI,EAAGA,EAAIotB,EAAYptB,IAC5BF,EAAOulB,EAASrlB,GACX+jB,GAAYzY,KAAMxL,EAAKN,MAAQ,MAClCohB,EAASxB,OAAQtf,EAAM,eACxBe,EAAOyF,SAAUvG,EAAKD,KAEjBA,EAAKL,KAA8C,YAArCK,EAAKN,MAAQ,IAAK8F,cAG/BzE,EAAO2sB,WAAa1tB,EAAKH,UAC7BkB,EAAO2sB,SAAU1tB,EAAKL,IAAK,CAC1BC,MAAOI,EAAKJ,OAASI,EAAKO,aAAc,UACtCN,GASJH,EAASE,EAAKwQ,YAAYvM,QAAS2oB,GAAc,IAAM5sB,EAAMC,IAQnE,OAAOotB,EAGR,SAASvR,GAAQ1Z,EAAMpB,EAAU2sB,GAKhC,IAJA,IAAI3tB,EACH6lB,EAAQ7kB,EAAWD,EAAOyN,OAAQxN,EAAUoB,GAASA,EACrDlC,EAAI,EAE4B,OAAvBF,EAAO6lB,EAAO3lB,IAAeA,IAChCytB,GAA8B,IAAlB3tB,EAAKV,UACtByB,EAAO6sB,UAAW/I,GAAQ7kB,IAGtBA,EAAKW,aACJgtB,GAAYtL,GAAYriB,IAC5B8kB,GAAeD,GAAQ7kB,EAAM,WAE9BA,EAAKW,WAAWC,YAAaZ,IAI/B,OAAOoC,EAGRrB,EAAOmC,OAAQ,CACd4iB,cAAe,SAAU2H,GACxB,OAAOA,GAGRlqB,MAAO,SAAUnB,EAAMyrB,EAAeC,GACrC,IAAI5tB,EAAGoZ,EAAGyU,EAAaC,EA1INruB,EAAKstB,EACnB7iB,EA0IF7G,EAAQnB,EAAKgiB,WAAW,GACxB6J,EAAS5L,GAAYjgB,GAGtB,KAAMjD,EAAQklB,gBAAsC,IAAlBjiB,EAAK9C,UAAoC,KAAlB8C,EAAK9C,UAC3DyB,EAAOiX,SAAU5V,IAMnB,IAHA4rB,EAAenJ,GAAQthB,GAGjBrD,EAAI,EAAGoZ,GAFbyU,EAAclJ,GAAQziB,IAEOf,OAAQnB,EAAIoZ,EAAGpZ,IAtJ5BP,EAuJLouB,EAAa7tB,GAvJH+sB,EAuJQe,EAAc9tB,QAtJzCkK,EAGc,WAHdA,EAAW6iB,EAAK7iB,SAAS5E,gBAGAue,GAAevY,KAAM7L,EAAID,MACrDutB,EAAKpZ,QAAUlU,EAAIkU,QAGK,UAAbzJ,GAAqC,aAAbA,IACnC6iB,EAAKnV,aAAenY,EAAImY,cAmJxB,GAAK+V,EACJ,GAAKC,EAIJ,IAHAC,EAAcA,GAAelJ,GAAQziB,GACrC4rB,EAAeA,GAAgBnJ,GAAQthB,GAEjCrD,EAAI,EAAGoZ,EAAIyU,EAAY1sB,OAAQnB,EAAIoZ,EAAGpZ,IAC3C8sB,GAAgBe,EAAa7tB,GAAK8tB,EAAc9tB,SAGjD8sB,GAAgB5qB,EAAMmB,GAWxB,OAL2B,GAD3ByqB,EAAenJ,GAAQthB,EAAO,WACZlC,QACjByjB,GAAekJ,GAAeC,GAAUpJ,GAAQziB,EAAM,WAIhDmB,GAGRqqB,UAAW,SAAU/rB,GAKpB,IAJA,IAAI8e,EAAMve,EAAM1C,EACf2d,EAAUtc,EAAO2lB,MAAMrJ,QACvBnd,EAAI,OAE6B2D,KAAxBzB,EAAOP,EAAO3B,IAAqBA,IAC5C,GAAKkgB,EAAYhe,GAAS,CACzB,GAAOue,EAAOve,EAAM0e,EAAShd,SAAc,CAC1C,GAAK6c,EAAK6G,OACT,IAAM9nB,KAAQihB,EAAK6G,OACbnK,EAAS3d,GACbqB,EAAO2lB,MAAM5K,OAAQ1Z,EAAM1C,GAI3BqB,EAAO0nB,YAAarmB,EAAM1C,EAAMihB,EAAKqH,QAOxC5lB,EAAM0e,EAAShd,cAAYD,EAEvBzB,EAAM2e,EAASjd,WAInB1B,EAAM2e,EAASjd,cAAYD,OAOhC9C,EAAOG,GAAGgC,OAAQ,CACjBgrB,OAAQ,SAAUltB,GACjB,OAAO8a,GAAQ/d,KAAMiD,GAAU,IAGhC8a,OAAQ,SAAU9a,GACjB,OAAO8a,GAAQ/d,KAAMiD,IAGtBV,KAAM,SAAU4E,GACf,OAAOoa,EAAQvhB,KAAM,SAAUmH,GAC9B,YAAiBrB,IAAVqB,EACNnE,EAAOT,KAAMvC,MACbA,KAAKiW,QAAQ/R,KAAM,WACK,IAAlBlE,KAAKuB,UAAoC,KAAlBvB,KAAKuB,UAAqC,IAAlBvB,KAAKuB,WACxDvB,KAAKyS,YAActL,MAGpB,KAAMA,EAAO7C,UAAUhB,SAG3B8sB,OAAQ,WACP,OAAOf,GAAUrvB,KAAMsE,UAAW,SAAUD,GACpB,IAAlBrE,KAAKuB,UAAoC,KAAlBvB,KAAKuB,UAAqC,IAAlBvB,KAAKuB,UAC3CutB,GAAoB9uB,KAAMqE,GAChC1B,YAAa0B,MAKvBgsB,QAAS,WACR,OAAOhB,GAAUrvB,KAAMsE,UAAW,SAAUD,GAC3C,GAAuB,IAAlBrE,KAAKuB,UAAoC,KAAlBvB,KAAKuB,UAAqC,IAAlBvB,KAAKuB,SAAiB,CACzE,IAAIkE,EAASqpB,GAAoB9uB,KAAMqE,GACvCoB,EAAO6qB,aAAcjsB,EAAMoB,EAAOiN,gBAKrC6d,OAAQ,WACP,OAAOlB,GAAUrvB,KAAMsE,UAAW,SAAUD,GACtCrE,KAAK4C,YACT5C,KAAK4C,WAAW0tB,aAAcjsB,EAAMrE,SAKvCwwB,MAAO,WACN,OAAOnB,GAAUrvB,KAAMsE,UAAW,SAAUD,GACtCrE,KAAK4C,YACT5C,KAAK4C,WAAW0tB,aAAcjsB,EAAMrE,KAAKoP,gBAK5C6G,MAAO,WAIN,IAHA,IAAI5R,EACHlC,EAAI,EAE2B,OAAtBkC,EAAOrE,KAAMmC,IAAeA,IACd,IAAlBkC,EAAK9C,WAGTyB,EAAO6sB,UAAW/I,GAAQziB,GAAM,IAGhCA,EAAKoO,YAAc,IAIrB,OAAOzS,MAGRwF,MAAO,SAAUsqB,EAAeC,GAI/B,OAHAD,EAAiC,MAAjBA,GAAgCA,EAChDC,EAAyC,MAArBA,EAA4BD,EAAgBC,EAEzD/vB,KAAKoE,IAAK,WAChB,OAAOpB,EAAOwC,MAAOxF,KAAM8vB,EAAeC,MAI5CL,KAAM,SAAUvoB,GACf,OAAOoa,EAAQvhB,KAAM,SAAUmH,GAC9B,IAAI9C,EAAOrE,KAAM,IAAO,GACvBmC,EAAI,EACJoZ,EAAIvb,KAAKsD,OAEV,QAAewC,IAAVqB,GAAyC,IAAlB9C,EAAK9C,SAChC,OAAO8C,EAAK2M,UAIb,GAAsB,iBAAV7J,IAAuBwnB,GAAalhB,KAAMtG,KACpDqf,IAAWP,GAAS9Y,KAAMhG,IAAW,CAAE,GAAI,KAAQ,GAAIM,eAAkB,CAE1EN,EAAQnE,EAAO+kB,cAAe5gB,GAE9B,IACC,KAAQhF,EAAIoZ,EAAGpZ,IAIS,KAHvBkC,EAAOrE,KAAMmC,IAAO,IAGVZ,WACTyB,EAAO6sB,UAAW/I,GAAQziB,GAAM,IAChCA,EAAK2M,UAAY7J,GAInB9C,EAAO,EAGN,MAAQoI,KAGNpI,GACJrE,KAAKiW,QAAQma,OAAQjpB,IAEpB,KAAMA,EAAO7C,UAAUhB,SAG3BmtB,YAAa,WACZ,IAAI/I,EAAU,GAGd,OAAO2H,GAAUrvB,KAAMsE,UAAW,SAAUD,GAC3C,IAAIiQ,EAAStU,KAAK4C,WAEbI,EAAO6D,QAAS7G,KAAM0nB,GAAY,IACtC1kB,EAAO6sB,UAAW/I,GAAQ9mB,OACrBsU,GACJA,EAAOoc,aAAcrsB,EAAMrE,QAK3B0nB,MAIL1kB,EAAOkB,KAAM,CACZysB,SAAU,SACVC,UAAW,UACXN,aAAc,SACdO,YAAa,QACbC,WAAY,eACV,SAAUzrB,EAAM0rB,GAClB/tB,EAAOG,GAAIkC,GAAS,SAAUpC,GAO7B,IANA,IAAIa,EACHC,EAAM,GACNitB,EAAShuB,EAAQC,GACjBwB,EAAOusB,EAAO1tB,OAAS,EACvBnB,EAAI,EAEGA,GAAKsC,EAAMtC,IAClB2B,EAAQ3B,IAAMsC,EAAOzE,KAAOA,KAAKwF,OAAO,GACxCxC,EAAQguB,EAAQ7uB,IAAO4uB,GAAYjtB,GAInClD,EAAKD,MAAOoD,EAAKD,EAAMH,OAGxB,OAAO3D,KAAK6D,UAAWE,MAGzB,IAAIktB,GAAY,IAAIlnB,OAAQ,KAAOma,GAAO,kBAAmB,KAEzDgN,GAAc,MAGdC,GAAY,SAAU9sB,GAKxB,IAAI8oB,EAAO9oB,EAAK6I,cAAc+C,YAM9B,OAJMkd,GAASA,EAAKiE,SACnBjE,EAAOptB,GAGDotB,EAAKkE,iBAAkBhtB,IAG5BitB,GAAO,SAAUjtB,EAAMe,EAASjB,GACnC,IAAIJ,EAAKsB,EACRksB,EAAM,GAGP,IAAMlsB,KAAQD,EACbmsB,EAAKlsB,GAAShB,EAAKqgB,MAAOrf,GAC1BhB,EAAKqgB,MAAOrf,GAASD,EAASC,GAM/B,IAAMA,KAHNtB,EAAMI,EAAS1D,KAAM4D,GAGPe,EACbf,EAAKqgB,MAAOrf,GAASksB,EAAKlsB,GAG3B,OAAOtB,GAIJytB,GAAY,IAAIznB,OAAQsa,GAAUxW,KAAM,KAAO,KAE/CnE,GAAa,sBAGb+nB,GAAW,IAAI1nB,OAClB,IAAML,GAAa,8BAAgCA,GAAa,KAChE,KAmJD,SAASgoB,GAAQrtB,EAAMgB,EAAMssB,GAC5B,IAAIC,EAAOC,EAAUC,EAAU/tB,EAC9BguB,EAAeb,GAAYzjB,KAAMpI,GAMjCqf,EAAQrgB,EAAKqgB,MAoEd,OAlEAiN,EAAWA,GAAYR,GAAW9sB,MAgBjCN,EAAM4tB,EAASK,iBAAkB3sB,IAAUssB,EAAUtsB,GAEhD0sB,GAAgBhuB,IAkBpBA,EAAMA,EAAImC,QAASurB,GAAU,YAAU3rB,GAG3B,KAAR/B,GAAeugB,GAAYjgB,KAC/BN,EAAMf,EAAO0hB,MAAOrgB,EAAMgB,KAQrBjE,EAAQ6wB,kBAAoBhB,GAAUxjB,KAAM1J,IAASytB,GAAU/jB,KAAMpI,KAG1EusB,EAAQlN,EAAMkN,MACdC,EAAWnN,EAAMmN,SACjBC,EAAWpN,EAAMoN,SAGjBpN,EAAMmN,SAAWnN,EAAMoN,SAAWpN,EAAMkN,MAAQ7tB,EAChDA,EAAM4tB,EAASC,MAGflN,EAAMkN,MAAQA,EACdlN,EAAMmN,SAAWA,EACjBnN,EAAMoN,SAAWA,SAIJhsB,IAAR/B,EAINA,EAAM,GACNA,EAIF,SAASmuB,GAAcC,EAAaC,GAGnC,MAAO,CACNzuB,IAAK,WACJ,IAAKwuB,IASL,OAASnyB,KAAK2D,IAAMyuB,GAASzxB,MAAOX,KAAMsE,kBALlCtE,KAAK2D,OA3OhB,WAIC,SAAS0uB,IAGR,GAAMtM,EAAN,CAIAuM,EAAU5N,MAAM6N,QAAU,+EAE1BxM,EAAIrB,MAAM6N,QACT,4HAGDziB,GAAgBnN,YAAa2vB,GAAY3vB,YAAaojB,GAEtD,IAAIyM,EAAWzyB,EAAOsxB,iBAAkBtL,GACxC0M,EAAoC,OAAjBD,EAAStiB,IAG5BwiB,EAAsE,KAA9CC,EAAoBH,EAASI,YAIrD7M,EAAIrB,MAAMmO,MAAQ,MAClBC,EAA6D,KAAzCH,EAAoBH,EAASK,OAIjDE,EAAgE,KAAzCJ,EAAoBH,EAASZ,OAMpD7L,EAAIrB,MAAMsO,SAAW,WACrBC,EAAiE,KAA9CN,EAAoB5M,EAAImN,YAAc,GAEzDpjB,GAAgBjN,YAAayvB,GAI7BvM,EAAM,MAGP,SAAS4M,EAAoBQ,GAC5B,OAAOntB,KAAKotB,MAAOC,WAAYF,IAGhC,IAAIV,EAAkBM,EAAsBE,EAAkBH,EAC7DQ,EAAyBZ,EACzBJ,EAAY1yB,EAAS0C,cAAe,OACpCyjB,EAAMnmB,EAAS0C,cAAe,OAGzByjB,EAAIrB,QAMVqB,EAAIrB,MAAM6O,eAAiB,cAC3BxN,EAAIM,WAAW,GAAO3B,MAAM6O,eAAiB,GAC7CnyB,EAAQoyB,gBAA+C,gBAA7BzN,EAAIrB,MAAM6O,eAEpCvwB,EAAOmC,OAAQ/D,EAAS,CACvBqyB,kBAAmB,WAElB,OADApB,IACOU,GAERd,eAAgB,WAEf,OADAI,IACOS,GAERY,cAAe,WAEd,OADArB,IACOI,GAERkB,mBAAoB,WAEnB,OADAtB,IACOK,GAERkB,cAAe,WAEd,OADAvB,IACOY,GAYRY,qBAAsB,WACrB,IAAIC,EAAOnN,EAAIoN,EAASC,EAmCxB,OAlCgC,MAA3BV,IACJQ,EAAQl0B,EAAS0C,cAAe,SAChCqkB,EAAK/mB,EAAS0C,cAAe,MAC7ByxB,EAAUn0B,EAAS0C,cAAe,OAElCwxB,EAAMpP,MAAM6N,QAAU,2DACtB5L,EAAGjC,MAAM6N,QAAU,mBAKnB5L,EAAGjC,MAAMuP,OAAS,MAClBF,EAAQrP,MAAMuP,OAAS,MAQvBF,EAAQrP,MAAMC,QAAU,QAExB7U,GACEnN,YAAamxB,GACbnxB,YAAagkB,GACbhkB,YAAaoxB,GAEfC,EAAUj0B,EAAOsxB,iBAAkB1K,GACnC2M,EAA4BY,SAAUF,EAAQC,OAAQ,IACrDC,SAAUF,EAAQG,eAAgB,IAClCD,SAAUF,EAAQI,kBAAmB,MAAWzN,EAAG0N,aAEpDvkB,GAAgBjN,YAAaixB,IAEvBR,MAvIV,GAsPA,IAAIgB,GAAc,CAAE,SAAU,MAAO,MACpCC,GAAa30B,EAAS0C,cAAe,OAAQoiB,MAC7C8P,GAAc,GAkBf,SAASC,GAAepvB,GACvB,IAAIqvB,EAAQ1xB,EAAO2xB,SAAUtvB,IAAUmvB,GAAanvB,GAEpD,OAAKqvB,IAGArvB,KAAQkvB,GACLlvB,EAEDmvB,GAAanvB,GAxBrB,SAAyBA,GAGxB,IAAIuvB,EAAUvvB,EAAM,GAAI6c,cAAgB7c,EAAK/E,MAAO,GACnD6B,EAAImyB,GAAYhxB,OAEjB,MAAQnB,IAEP,IADAkD,EAAOivB,GAAanyB,GAAMyyB,KACbL,GACZ,OAAOlvB,EAeoBwvB,CAAgBxvB,IAAUA,GAIxD,IAKCyvB,GAAe,4BACfC,GAAU,CAAE/B,SAAU,WAAYgC,WAAY,SAAUrQ,QAAS,SACjEsQ,GAAqB,CACpBC,cAAe,IACfC,WAAY,OAGd,SAASC,GAAmBxwB,EAAOuC,EAAOkuB,GAIzC,IAAIruB,EAAUod,GAAQjX,KAAMhG,GAC5B,OAAOH,EAGNhB,KAAKsvB,IAAK,EAAGtuB,EAAS,IAAQquB,GAAY,KAAUruB,EAAS,IAAO,MACpEG,EAGF,SAASouB,GAAoBlxB,EAAMmxB,EAAWC,EAAKC,EAAaC,EAAQC,GACvE,IAAIzzB,EAAkB,UAAdqzB,EAAwB,EAAI,EACnCK,EAAQ,EACRC,EAAQ,EAGT,GAAKL,KAAUC,EAAc,SAAW,WACvC,OAAO,EAGR,KAAQvzB,EAAI,EAAGA,GAAK,EAGN,WAARszB,IACJK,GAAS9yB,EAAO4hB,IAAKvgB,EAAMoxB,EAAMpR,GAAWliB,IAAK,EAAMwzB,IAIlDD,GAmBQ,YAARD,IACJK,GAAS9yB,EAAO4hB,IAAKvgB,EAAM,UAAYggB,GAAWliB,IAAK,EAAMwzB,IAIjD,WAARF,IACJK,GAAS9yB,EAAO4hB,IAAKvgB,EAAM,SAAWggB,GAAWliB,GAAM,SAAS,EAAMwzB,MAtBvEG,GAAS9yB,EAAO4hB,IAAKvgB,EAAM,UAAYggB,GAAWliB,IAAK,EAAMwzB,GAGhD,YAARF,EACJK,GAAS9yB,EAAO4hB,IAAKvgB,EAAM,SAAWggB,GAAWliB,GAAM,SAAS,EAAMwzB,GAItEE,GAAS7yB,EAAO4hB,IAAKvgB,EAAM,SAAWggB,GAAWliB,GAAM,SAAS,EAAMwzB,IAoCzE,OAhBMD,GAA8B,GAAfE,IAIpBE,GAAS9vB,KAAKsvB,IAAK,EAAGtvB,KAAK+vB,KAC1B1xB,EAAM,SAAWmxB,EAAW,GAAItT,cAAgBsT,EAAUl1B,MAAO,IACjEs1B,EACAE,EACAD,EACA,MAIM,GAGDC,EAGR,SAASE,GAAkB3xB,EAAMmxB,EAAWK,GAG3C,IAAIF,EAASxE,GAAW9sB,GAKvBqxB,IADmBt0B,EAAQqyB,qBAAuBoC,IAEE,eAAnD7yB,EAAO4hB,IAAKvgB,EAAM,aAAa,EAAOsxB,GACvCM,EAAmBP,EAEnBtzB,EAAMsvB,GAAQrtB,EAAMmxB,EAAWG,GAC/BO,EAAa,SAAWV,EAAW,GAAItT,cAAgBsT,EAAUl1B,MAAO,GAIzE,GAAK2wB,GAAUxjB,KAAMrL,GAAQ,CAC5B,IAAMyzB,EACL,OAAOzzB,EAERA,EAAM,OAyCP,QAlCQhB,EAAQqyB,qBAAuBiC,IAMrCt0B,EAAQyyB,wBAA0BxnB,EAAUhI,EAAM,OAI3C,SAARjC,IAICixB,WAAYjxB,IAA0D,WAAjDY,EAAO4hB,IAAKvgB,EAAM,WAAW,EAAOsxB,KAG1DtxB,EAAK8xB,iBAAiB7yB,SAEtBoyB,EAAiE,eAAnD1yB,EAAO4hB,IAAKvgB,EAAM,aAAa,EAAOsxB,IAKpDM,EAAmBC,KAAc7xB,KAEhCjC,EAAMiC,EAAM6xB,MAKd9zB,EAAMixB,WAAYjxB,IAAS,GAI1BmzB,GACClxB,EACAmxB,EACAK,IAAWH,EAAc,SAAW,WACpCO,EACAN,EAGAvzB,GAEE,KA+SL,SAASg0B,GAAO/xB,EAAMe,EAASyd,EAAM7d,EAAKqxB,GACzC,OAAO,IAAID,GAAM7yB,UAAUH,KAAMiB,EAAMe,EAASyd,EAAM7d,EAAKqxB,GA7S5DrzB,EAAOmC,OAAQ,CAIdmxB,SAAU,CACTC,QAAS,CACR5yB,IAAK,SAAUU,EAAMstB,GACpB,GAAKA,EAAW,CAGf,IAAI5tB,EAAM2tB,GAAQrtB,EAAM,WACxB,MAAe,KAARN,EAAa,IAAMA,MAO9BuhB,UAAW,CACVkR,yBAA2B,EAC3BC,aAAe,EACfC,aAAe,EACfC,UAAY,EACZC,YAAc,EACdzB,YAAc,EACd0B,UAAY,EACZC,YAAc,EACdC,eAAiB,EACjBC,iBAAmB,EACnBC,SAAW,EACXC,YAAc,EACdC,cAAgB,EAChBC,YAAc,EACdb,SAAW,EACXc,OAAS,EACTC,SAAW,EACXC,QAAU,EACVC,QAAU,EACVC,MAAQ,GAKT9C,SAAU,GAGVjQ,MAAO,SAAUrgB,EAAMgB,EAAM8B,EAAO0uB,GAGnC,GAAMxxB,GAA0B,IAAlBA,EAAK9C,UAAoC,IAAlB8C,EAAK9C,UAAmB8C,EAAKqgB,MAAlE,CAKA,IAAI3gB,EAAKpC,EAAMgiB,EACd+T,EAAWvV,EAAW9c,GACtB0sB,EAAeb,GAAYzjB,KAAMpI,GACjCqf,EAAQrgB,EAAKqgB,MAad,GARMqN,IACL1sB,EAAOovB,GAAeiD,IAIvB/T,EAAQ3gB,EAAOszB,SAAUjxB,IAAUrC,EAAOszB,SAAUoB,QAGrC5xB,IAAVqB,EA0CJ,OAAKwc,GAAS,QAASA,QACwB7d,KAA5C/B,EAAM4f,EAAMhgB,IAAKU,GAAM,EAAOwxB,IAEzB9xB,EAID2gB,EAAOrf,GA7CA,YAHd1D,SAAcwF,KAGcpD,EAAMqgB,GAAQjX,KAAMhG,KAAapD,EAAK,KACjEoD,EAAQ0d,GAAWxgB,EAAMgB,EAAMtB,GAG/BpC,EAAO,UAIM,MAATwF,GAAiBA,GAAUA,IAOlB,WAATxF,GAAsBowB,IAC1B5qB,GAASpD,GAAOA,EAAK,KAASf,EAAOsiB,UAAWoS,GAAa,GAAK,OAI7Dt2B,EAAQoyB,iBAA6B,KAAVrsB,GAAiD,IAAjC9B,EAAKxE,QAAS,gBAC9D6jB,EAAOrf,GAAS,WAIXse,GAAY,QAASA,QACsB7d,KAA9CqB,EAAQwc,EAAMhB,IAAKte,EAAM8C,EAAO0uB,MAE7B9D,EACJrN,EAAMiT,YAAatyB,EAAM8B,GAEzBud,EAAOrf,GAAS8B,MAkBpByd,IAAK,SAAUvgB,EAAMgB,EAAMwwB,EAAOF,GACjC,IAAIvzB,EAAKwB,EAAK+f,EACb+T,EAAWvV,EAAW9c,GA6BvB,OA5BgB6rB,GAAYzjB,KAAMpI,KAMjCA,EAAOovB,GAAeiD,KAIvB/T,EAAQ3gB,EAAOszB,SAAUjxB,IAAUrC,EAAOszB,SAAUoB,KAGtC,QAAS/T,IACtBvhB,EAAMuhB,EAAMhgB,IAAKU,GAAM,EAAMwxB,SAIjB/vB,IAAR1D,IACJA,EAAMsvB,GAAQrtB,EAAMgB,EAAMswB,IAId,WAARvzB,GAAoBiD,KAAQ4vB,KAChC7yB,EAAM6yB,GAAoB5vB,IAIZ,KAAVwwB,GAAgBA,GACpBjyB,EAAMyvB,WAAYjxB,IACD,IAAVyzB,GAAkB+B,SAAUh0B,GAAQA,GAAO,EAAIxB,GAGhDA,KAITY,EAAOkB,KAAM,CAAE,SAAU,SAAW,SAAUsD,EAAIguB,GACjDxyB,EAAOszB,SAAUd,GAAc,CAC9B7xB,IAAK,SAAUU,EAAMstB,EAAUkE,GAC9B,GAAKlE,EAIJ,OAAOmD,GAAarnB,KAAMzK,EAAO4hB,IAAKvgB,EAAM,aAQxCA,EAAK8xB,iBAAiB7yB,QAAWe,EAAKwzB,wBAAwBjG,MAIjEoE,GAAkB3xB,EAAMmxB,EAAWK,GAHnCvE,GAAMjtB,EAAM0wB,GAAS,WACpB,OAAOiB,GAAkB3xB,EAAMmxB,EAAWK,MAM9ClT,IAAK,SAAUte,EAAM8C,EAAO0uB,GAC3B,IAAI7uB,EACH2uB,EAASxE,GAAW9sB,GAIpByzB,GAAsB12B,EAAQwyB,iBACT,aAApB+B,EAAO3C,SAIR0C,GADkBoC,GAAsBjC,IAEY,eAAnD7yB,EAAO4hB,IAAKvgB,EAAM,aAAa,EAAOsxB,GACvCN,EAAWQ,EACVN,GACClxB,EACAmxB,EACAK,EACAH,EACAC,GAED,EAqBF,OAjBKD,GAAeoC,IACnBzC,GAAYrvB,KAAK+vB,KAChB1xB,EAAM,SAAWmxB,EAAW,GAAItT,cAAgBsT,EAAUl1B,MAAO,IACjE+yB,WAAYsC,EAAQH,IACpBD,GAAoBlxB,EAAMmxB,EAAW,UAAU,EAAOG,GACtD,KAKGN,IAAcruB,EAAUod,GAAQjX,KAAMhG,KACb,QAA3BH,EAAS,IAAO,QAElB3C,EAAKqgB,MAAO8Q,GAAcruB,EAC1BA,EAAQnE,EAAO4hB,IAAKvgB,EAAMmxB,IAGpBJ,GAAmB/wB,EAAM8C,EAAOkuB,OAK1CryB,EAAOszB,SAAS1D,WAAaV,GAAc9wB,EAAQuyB,mBAClD,SAAUtvB,EAAMstB,GACf,GAAKA,EACJ,OAAS0B,WAAY3B,GAAQrtB,EAAM,gBAClCA,EAAKwzB,wBAAwBE,KAC5BzG,GAAMjtB,EAAM,CAAEuuB,WAAY,GAAK,WAC9B,OAAOvuB,EAAKwzB,wBAAwBE,QAEnC,OAMP/0B,EAAOkB,KAAM,CACZ8zB,OAAQ,GACRC,QAAS,GACTC,OAAQ,SACN,SAAUC,EAAQC,GACpBp1B,EAAOszB,SAAU6B,EAASC,GAAW,CACpCC,OAAQ,SAAUlxB,GAOjB,IANA,IAAIhF,EAAI,EACPm2B,EAAW,GAGXC,EAAyB,iBAAVpxB,EAAqBA,EAAMI,MAAO,KAAQ,CAAEJ,GAEpDhF,EAAI,EAAGA,IACdm2B,EAAUH,EAAS9T,GAAWliB,GAAMi2B,GACnCG,EAAOp2B,IAAOo2B,EAAOp2B,EAAI,IAAOo2B,EAAO,GAGzC,OAAOD,IAIO,WAAXH,IACJn1B,EAAOszB,SAAU6B,EAASC,GAASzV,IAAMyS,MAI3CpyB,EAAOG,GAAGgC,OAAQ,CACjByf,IAAK,SAAUvf,EAAM8B,GACpB,OAAOoa,EAAQvhB,KAAM,SAAUqE,EAAMgB,EAAM8B,GAC1C,IAAIwuB,EAAQ7wB,EACXV,EAAM,GACNjC,EAAI,EAEL,GAAKyD,MAAMC,QAASR,GAAS,CAI5B,IAHAswB,EAASxE,GAAW9sB,GACpBS,EAAMO,EAAK/B,OAEHnB,EAAI2C,EAAK3C,IAChBiC,EAAKiB,EAAMlD,IAAQa,EAAO4hB,IAAKvgB,EAAMgB,EAAMlD,IAAK,EAAOwzB,GAGxD,OAAOvxB,EAGR,YAAiB0B,IAAVqB,EACNnE,EAAO0hB,MAAOrgB,EAAMgB,EAAM8B,GAC1BnE,EAAO4hB,IAAKvgB,EAAMgB,IACjBA,EAAM8B,EAA0B,EAAnB7C,UAAUhB,aAQ5BN,EAAOozB,MAAQA,IAET7yB,UAAY,CACjBE,YAAa2yB,GACbhzB,KAAM,SAAUiB,EAAMe,EAASyd,EAAM7d,EAAKqxB,EAAQhR,GACjDrlB,KAAKqE,KAAOA,EACZrE,KAAK6iB,KAAOA,EACZ7iB,KAAKq2B,OAASA,GAAUrzB,EAAOqzB,OAAOxP,SACtC7mB,KAAKoF,QAAUA,EACfpF,KAAKqU,MAAQrU,KAAKssB,IAAMtsB,KAAKiP,MAC7BjP,KAAKgF,IAAMA,EACXhF,KAAKqlB,KAAOA,IAAUriB,EAAOsiB,UAAWzC,GAAS,GAAK,OAEvD5T,IAAK,WACJ,IAAI0U,EAAQyS,GAAMoC,UAAWx4B,KAAK6iB,MAElC,OAAOc,GAASA,EAAMhgB,IACrBggB,EAAMhgB,IAAK3D,MACXo2B,GAAMoC,UAAU3R,SAASljB,IAAK3D,OAEhCy4B,IAAK,SAAUC,GACd,IAAIC,EACHhV,EAAQyS,GAAMoC,UAAWx4B,KAAK6iB,MAoB/B,OAlBK7iB,KAAKoF,QAAQwzB,SACjB54B,KAAK64B,IAAMF,EAAQ31B,EAAOqzB,OAAQr2B,KAAKq2B,QACtCqC,EAAS14B,KAAKoF,QAAQwzB,SAAWF,EAAS,EAAG,EAAG14B,KAAKoF,QAAQwzB,UAG9D54B,KAAK64B,IAAMF,EAAQD,EAEpB14B,KAAKssB,KAAQtsB,KAAKgF,IAAMhF,KAAKqU,OAAUskB,EAAQ34B,KAAKqU,MAE/CrU,KAAKoF,QAAQ0zB,MACjB94B,KAAKoF,QAAQ0zB,KAAKr4B,KAAMT,KAAKqE,KAAMrE,KAAKssB,IAAKtsB,MAGzC2jB,GAASA,EAAMhB,IACnBgB,EAAMhB,IAAK3iB,MAEXo2B,GAAMoC,UAAU3R,SAASlE,IAAK3iB,MAExBA,QAIOoD,KAAKG,UAAY6yB,GAAM7yB,WAEvC6yB,GAAMoC,UAAY,CACjB3R,SAAU,CACTljB,IAAK,SAAUohB,GACd,IAAIrR,EAIJ,OAA6B,IAAxBqR,EAAM1gB,KAAK9C,UACa,MAA5BwjB,EAAM1gB,KAAM0gB,EAAMlC,OAAoD,MAAlCkC,EAAM1gB,KAAKqgB,MAAOK,EAAMlC,MACrDkC,EAAM1gB,KAAM0gB,EAAMlC,OAO1BnP,EAAS1Q,EAAO4hB,IAAKG,EAAM1gB,KAAM0gB,EAAMlC,KAAM,MAGhB,SAAXnP,EAAwBA,EAAJ,GAEvCiP,IAAK,SAAUoC,GAKT/hB,EAAO+1B,GAAGD,KAAM/T,EAAMlC,MAC1B7f,EAAO+1B,GAAGD,KAAM/T,EAAMlC,MAAQkC,GACK,IAAxBA,EAAM1gB,KAAK9C,WACtByB,EAAOszB,SAAUvR,EAAMlC,OAC6B,MAAnDkC,EAAM1gB,KAAKqgB,MAAO+P,GAAe1P,EAAMlC,OAGxCkC,EAAM1gB,KAAM0gB,EAAMlC,MAASkC,EAAMuH,IAFjCtpB,EAAO0hB,MAAOK,EAAM1gB,KAAM0gB,EAAMlC,KAAMkC,EAAMuH,IAAMvH,EAAMM,UAU5C2T,UAAY5C,GAAMoC,UAAUS,WAAa,CACxDtW,IAAK,SAAUoC,GACTA,EAAM1gB,KAAK9C,UAAYwjB,EAAM1gB,KAAKzB,aACtCmiB,EAAM1gB,KAAM0gB,EAAMlC,MAASkC,EAAMuH,OAKpCtpB,EAAOqzB,OAAS,CACf6C,OAAQ,SAAUC,GACjB,OAAOA,GAERC,MAAO,SAAUD,GAChB,MAAO,GAAMnzB,KAAKqzB,IAAKF,EAAInzB,KAAKszB,IAAO,GAExCzS,SAAU,SAGX7jB,EAAO+1B,GAAK3C,GAAM7yB,UAAUH,KAG5BJ,EAAO+1B,GAAGD,KAAO,GAKjB,IACCS,GAAOC,GAkrBHzoB,GAEH0oB,GAnrBDC,GAAW,yBACXC,GAAO,cAER,SAASC,KACHJ,MACqB,IAApB55B,EAASi6B,QAAoB95B,EAAO+5B,sBACxC/5B,EAAO+5B,sBAAuBF,IAE9B75B,EAAOkgB,WAAY2Z,GAAU52B,EAAO+1B,GAAGgB,UAGxC/2B,EAAO+1B,GAAGiB,QAKZ,SAASC,KAIR,OAHAl6B,EAAOkgB,WAAY,WAClBsZ,QAAQzzB,IAEAyzB,GAAQ7wB,KAAK4jB,MAIvB,SAAS4N,GAAOv4B,EAAMw4B,GACrB,IAAIhM,EACHhsB,EAAI,EACJ0M,EAAQ,CAAEolB,OAAQtyB,GAKnB,IADAw4B,EAAeA,EAAe,EAAI,EAC1Bh4B,EAAI,EAAGA,GAAK,EAAIg4B,EAEvBtrB,EAAO,UADPsf,EAAQ9J,GAAWliB,KACS0M,EAAO,UAAYsf,GAAUxsB,EAO1D,OAJKw4B,IACJtrB,EAAM0nB,QAAU1nB,EAAM+iB,MAAQjwB,GAGxBkN,EAGR,SAASurB,GAAajzB,EAAO0b,EAAMwX,GAKlC,IAJA,IAAItV,EACHuK,GAAegL,GAAUC,SAAU1X,IAAU,IAAKniB,OAAQ45B,GAAUC,SAAU,MAC9E9e,EAAQ,EACRnY,EAASgsB,EAAWhsB,OACbmY,EAAQnY,EAAQmY,IACvB,GAAOsJ,EAAQuK,EAAY7T,GAAQhb,KAAM45B,EAAWxX,EAAM1b,GAGzD,OAAO4d,EAsNV,SAASuV,GAAWj2B,EAAMm2B,EAAYp1B,GACrC,IAAIsO,EACH+mB,EACAhf,EAAQ,EACRnY,EAASg3B,GAAUI,WAAWp3B,OAC9Bkb,EAAWxb,EAAOmb,WAAWI,OAAQ,kBAG7Byb,EAAK31B,OAEb21B,EAAO,WACN,GAAKS,EACJ,OAAO,EAYR,IAVA,IAAIE,EAAcpB,IAASU,KAC1B5Z,EAAYra,KAAKsvB,IAAK,EAAG+E,EAAUO,UAAYP,EAAUzB,SAAW+B,GAKpEjC,EAAU,GADHrY,EAAYga,EAAUzB,UAAY,GAEzCnd,EAAQ,EACRnY,EAAS+2B,EAAUQ,OAAOv3B,OAEnBmY,EAAQnY,EAAQmY,IACvB4e,EAAUQ,OAAQpf,GAAQgd,IAAKC,GAMhC,OAHAla,EAASkB,WAAYrb,EAAM,CAAEg2B,EAAW3B,EAASrY,IAG5CqY,EAAU,GAAKp1B,EACZ+c,GAIF/c,GACLkb,EAASkB,WAAYrb,EAAM,CAAEg2B,EAAW,EAAG,IAI5C7b,EAASmB,YAAatb,EAAM,CAAEg2B,KACvB,IAERA,EAAY7b,EAASzB,QAAS,CAC7B1Y,KAAMA,EACN4nB,MAAOjpB,EAAOmC,OAAQ,GAAIq1B,GAC1BM,KAAM93B,EAAOmC,QAAQ,EAAM,CAC1B41B,cAAe,GACf1E,OAAQrzB,EAAOqzB,OAAOxP,UACpBzhB,GACH41B,mBAAoBR,EACpBS,gBAAiB71B,EACjBw1B,UAAWrB,IAASU,KACpBrB,SAAUxzB,EAAQwzB,SAClBiC,OAAQ,GACRT,YAAa,SAAUvX,EAAM7d,GAC5B,IAAI+f,EAAQ/hB,EAAOozB,MAAO/xB,EAAMg2B,EAAUS,KAAMjY,EAAM7d,EACrDq1B,EAAUS,KAAKC,cAAelY,IAAUwX,EAAUS,KAAKzE,QAExD,OADAgE,EAAUQ,OAAOj6B,KAAMmkB,GAChBA,GAERlB,KAAM,SAAUqX,GACf,IAAIzf,EAAQ,EAIXnY,EAAS43B,EAAUb,EAAUQ,OAAOv3B,OAAS,EAC9C,GAAKm3B,EACJ,OAAOz6B,KAGR,IADAy6B,GAAU,EACFhf,EAAQnY,EAAQmY,IACvB4e,EAAUQ,OAAQpf,GAAQgd,IAAK,GAUhC,OANKyC,GACJ1c,EAASkB,WAAYrb,EAAM,CAAEg2B,EAAW,EAAG,IAC3C7b,EAASmB,YAAatb,EAAM,CAAEg2B,EAAWa,KAEzC1c,EAASuB,WAAY1b,EAAM,CAAEg2B,EAAWa,IAElCl7B,QAGTisB,EAAQoO,EAAUpO,MAInB,KA/HD,SAAqBA,EAAO8O,GAC3B,IAAItf,EAAOpW,EAAMgxB,EAAQlvB,EAAOwc,EAGhC,IAAMlI,KAASwQ,EAed,GAbAoK,EAAS0E,EADT11B,EAAO8c,EAAW1G,IAElBtU,EAAQ8kB,EAAOxQ,GACV7V,MAAMC,QAASsB,KACnBkvB,EAASlvB,EAAO,GAChBA,EAAQ8kB,EAAOxQ,GAAUtU,EAAO,IAG5BsU,IAAUpW,IACd4mB,EAAO5mB,GAAS8B,SACT8kB,EAAOxQ,KAGfkI,EAAQ3gB,EAAOszB,SAAUjxB,KACX,WAAYse,EAMzB,IAAMlI,KALNtU,EAAQwc,EAAM0U,OAAQlxB,UACf8kB,EAAO5mB,GAIC8B,EACNsU,KAASwQ,IAChBA,EAAOxQ,GAAUtU,EAAOsU,GACxBsf,EAAetf,GAAU4a,QAI3B0E,EAAe11B,GAASgxB,EA6F1B8E,CAAYlP,EAAOoO,EAAUS,KAAKC,eAE1Btf,EAAQnY,EAAQmY,IAEvB,GADA/H,EAAS4mB,GAAUI,WAAYjf,GAAQhb,KAAM45B,EAAWh2B,EAAM4nB,EAAOoO,EAAUS,MAM9E,OAJKz5B,EAAYqS,EAAOmQ,QACvB7gB,EAAO4gB,YAAayW,EAAUh2B,KAAMg2B,EAAUS,KAAKpd,OAAQmG,KAC1DnQ,EAAOmQ,KAAKuX,KAAM1nB,IAEbA,EAyBT,OArBA1Q,EAAOoB,IAAK6nB,EAAOmO,GAAaC,GAE3Bh5B,EAAYg5B,EAAUS,KAAKzmB,QAC/BgmB,EAAUS,KAAKzmB,MAAM5T,KAAM4D,EAAMg2B,GAIlCA,EACEtb,SAAUsb,EAAUS,KAAK/b,UACzBlW,KAAMwxB,EAAUS,KAAKjyB,KAAMwxB,EAAUS,KAAKO,UAC1Cre,KAAMqd,EAAUS,KAAK9d,MACrBuB,OAAQ8b,EAAUS,KAAKvc,QAEzBvb,EAAO+1B,GAAGuC,MACTt4B,EAAOmC,OAAQ60B,EAAM,CACpB31B,KAAMA,EACNk3B,KAAMlB,EACN3c,MAAO2c,EAAUS,KAAKpd,SAIjB2c,EAGRr3B,EAAOs3B,UAAYt3B,EAAOmC,OAAQm1B,GAAW,CAE5CC,SAAU,CACTiB,IAAK,CAAE,SAAU3Y,EAAM1b,GACtB,IAAI4d,EAAQ/kB,KAAKo6B,YAAavX,EAAM1b,GAEpC,OADA0d,GAAWE,EAAM1gB,KAAMwe,EAAMuB,GAAQjX,KAAMhG,GAAS4d,GAC7CA,KAIT0W,QAAS,SAAUxP,EAAO9nB,GACpB9C,EAAY4qB,IAChB9nB,EAAW8nB,EACXA,EAAQ,CAAE,MAEVA,EAAQA,EAAMnf,MAAOuP,GAOtB,IAJA,IAAIwG,EACHpH,EAAQ,EACRnY,EAAS2oB,EAAM3oB,OAERmY,EAAQnY,EAAQmY,IACvBoH,EAAOoJ,EAAOxQ,GACd6e,GAAUC,SAAU1X,GAASyX,GAAUC,SAAU1X,IAAU,GAC3DyX,GAAUC,SAAU1X,GAAO9Q,QAAS5N,IAItCu2B,WAAY,CA3Wb,SAA2Br2B,EAAM4nB,EAAO6O,GACvC,IAAIjY,EAAM1b,EAAO2e,EAAQnC,EAAO+X,EAASC,EAAWC,EAAgBjX,EACnEkX,EAAQ,UAAW5P,GAAS,WAAYA,EACxCsP,EAAOv7B,KACPyuB,EAAO,GACP/J,EAAQrgB,EAAKqgB,MACbmV,EAASx1B,EAAK9C,UAAYkjB,GAAoBpgB,GAC9Cy3B,EAAW/Y,EAASpf,IAAKU,EAAM,UA6BhC,IAAMwe,KA1BAiY,EAAKpd,QAEa,OADvBiG,EAAQ3gB,EAAO4gB,YAAavf,EAAM,OACvB03B,WACVpY,EAAMoY,SAAW,EACjBL,EAAU/X,EAAM1N,MAAM2H,KACtB+F,EAAM1N,MAAM2H,KAAO,WACZ+F,EAAMoY,UACXL,MAIH/X,EAAMoY,WAENR,EAAKhd,OAAQ,WAGZgd,EAAKhd,OAAQ,WACZoF,EAAMoY,WACA/4B,EAAO0a,MAAOrZ,EAAM,MAAOf,QAChCqgB,EAAM1N,MAAM2H,YAOFqO,EAEb,GADA9kB,EAAQ8kB,EAAOpJ,GACV6W,GAASjsB,KAAMtG,GAAU,CAG7B,UAFO8kB,EAAOpJ,GACdiD,EAASA,GAAoB,WAAV3e,EACdA,KAAY0yB,EAAS,OAAS,QAAW,CAI7C,GAAe,SAAV1yB,IAAoB20B,QAAiCh2B,IAArBg2B,EAAUjZ,GAK9C,SAJAgX,GAAS,EAOXpL,EAAM5L,GAASiZ,GAAYA,EAAUjZ,IAAU7f,EAAO0hB,MAAOrgB,EAAMwe,GAMrE,IADA8Y,GAAa34B,EAAOyD,cAAewlB,MAChBjpB,EAAOyD,cAAegoB,GA8DzC,IAAM5L,KAzDDgZ,GAA2B,IAAlBx3B,EAAK9C,WAMlBu5B,EAAKkB,SAAW,CAAEtX,EAAMsX,SAAUtX,EAAMuX,UAAWvX,EAAMwX,WAIlC,OADvBN,EAAiBE,GAAYA,EAASnX,WAErCiX,EAAiB7Y,EAASpf,IAAKU,EAAM,YAGrB,UADjBsgB,EAAU3hB,EAAO4hB,IAAKvgB,EAAM,cAEtBu3B,EACJjX,EAAUiX,GAIVnW,GAAU,CAAEphB,IAAQ,GACpBu3B,EAAiBv3B,EAAKqgB,MAAMC,SAAWiX,EACvCjX,EAAU3hB,EAAO4hB,IAAKvgB,EAAM,WAC5BohB,GAAU,CAAEphB,OAKG,WAAZsgB,GAAoC,iBAAZA,GAAgD,MAAlBiX,IACrB,SAAhC54B,EAAO4hB,IAAKvgB,EAAM,WAGhBs3B,IACLJ,EAAK1yB,KAAM,WACV6b,EAAMC,QAAUiX,IAEM,MAAlBA,IACJjX,EAAUD,EAAMC,QAChBiX,EAA6B,SAAZjX,EAAqB,GAAKA,IAG7CD,EAAMC,QAAU,iBAKdmW,EAAKkB,WACTtX,EAAMsX,SAAW,SACjBT,EAAKhd,OAAQ,WACZmG,EAAMsX,SAAWlB,EAAKkB,SAAU,GAChCtX,EAAMuX,UAAYnB,EAAKkB,SAAU,GACjCtX,EAAMwX,UAAYpB,EAAKkB,SAAU,MAKnCL,GAAY,EACElN,EAGPkN,IACAG,EACC,WAAYA,IAChBjC,EAASiC,EAASjC,QAGnBiC,EAAW/Y,EAASxB,OAAQld,EAAM,SAAU,CAAEsgB,QAASiX,IAInD9V,IACJgW,EAASjC,QAAUA,GAIfA,GACJpU,GAAU,CAAEphB,IAAQ,GAKrBk3B,EAAK1yB,KAAM,WASV,IAAMga,KAJAgX,GACLpU,GAAU,CAAEphB,IAEb0e,EAAShF,OAAQ1Z,EAAM,UACToqB,EACbzrB,EAAO0hB,MAAOrgB,EAAMwe,EAAM4L,EAAM5L,OAMnC8Y,EAAYvB,GAAaP,EAASiC,EAAUjZ,GAAS,EAAGA,EAAM0Y,GACtD1Y,KAAQiZ,IACfA,EAAUjZ,GAAS8Y,EAAUtnB,MACxBwlB,IACJ8B,EAAU32B,IAAM22B,EAAUtnB,MAC1BsnB,EAAUtnB,MAAQ,MAuMrB8nB,UAAW,SAAUh4B,EAAUksB,GACzBA,EACJiK,GAAUI,WAAW3oB,QAAS5N,GAE9Bm2B,GAAUI,WAAW95B,KAAMuD,MAK9BnB,EAAOo5B,MAAQ,SAAUA,EAAO/F,EAAQlzB,GACvC,IAAIs2B,EAAM2C,GAA0B,iBAAVA,EAAqBp5B,EAAOmC,OAAQ,GAAIi3B,GAAU,CAC3Ef,SAAUl4B,IAAOA,GAAMkzB,GACtBh1B,EAAY+6B,IAAWA,EACxBxD,SAAUwD,EACV/F,OAAQlzB,GAAMkzB,GAAUA,IAAWh1B,EAAYg1B,IAAYA,GAoC5D,OAhCKrzB,EAAO+1B,GAAGnQ,IACd6Q,EAAIb,SAAW,EAGc,iBAAjBa,EAAIb,WACVa,EAAIb,YAAY51B,EAAO+1B,GAAGsD,OAC9B5C,EAAIb,SAAW51B,EAAO+1B,GAAGsD,OAAQ5C,EAAIb,UAGrCa,EAAIb,SAAW51B,EAAO+1B,GAAGsD,OAAOxV,UAMjB,MAAb4S,EAAI/b,QAA+B,IAAd+b,EAAI/b,QAC7B+b,EAAI/b,MAAQ,MAIb+b,EAAIlI,IAAMkI,EAAI4B,SAEd5B,EAAI4B,SAAW,WACTh6B,EAAYo4B,EAAIlI,MACpBkI,EAAIlI,IAAI9wB,KAAMT,MAGVy5B,EAAI/b,OACR1a,EAAOygB,QAASzjB,KAAMy5B,EAAI/b,QAIrB+b,GAGRz2B,EAAOG,GAAGgC,OAAQ,CACjBm3B,OAAQ,SAAUF,EAAOG,EAAIlG,EAAQlyB,GAGpC,OAAOnE,KAAKyQ,OAAQgU,IAAqBG,IAAK,UAAW,GAAIc,OAG3D1gB,MAAMw3B,QAAS,CAAEjG,QAASgG,GAAMH,EAAO/F,EAAQlyB,IAElDq4B,QAAS,SAAU3Z,EAAMuZ,EAAO/F,EAAQlyB,GACvC,IAAI8R,EAAQjT,EAAOyD,cAAeoc,GACjC4Z,EAASz5B,EAAOo5B,MAAOA,EAAO/F,EAAQlyB,GACtCu4B,EAAc,WAGb,IAAInB,EAAOjB,GAAWt6B,KAAMgD,EAAOmC,OAAQ,GAAI0d,GAAQ4Z,IAGlDxmB,GAAS8M,EAASpf,IAAK3D,KAAM,YACjCu7B,EAAK1X,MAAM,IAMd,OAFA6Y,EAAYC,OAASD,EAEdzmB,IAA0B,IAAjBwmB,EAAO/e,MACtB1d,KAAKkE,KAAMw4B,GACX18B,KAAK0d,MAAO+e,EAAO/e,MAAOgf,IAE5B7Y,KAAM,SAAUliB,EAAMoiB,EAAYmX,GACjC,IAAI0B,EAAY,SAAUjZ,GACzB,IAAIE,EAAOF,EAAME,YACVF,EAAME,KACbA,EAAMqX,IAYP,MATqB,iBAATv5B,IACXu5B,EAAUnX,EACVA,EAAapiB,EACbA,OAAOmE,GAEHie,GACJ/jB,KAAK0d,MAAO/b,GAAQ,KAAM,IAGpB3B,KAAKkE,KAAM,WACjB,IAAIuf,GAAU,EACbhI,EAAgB,MAAR9Z,GAAgBA,EAAO,aAC/Bk7B,EAAS75B,EAAO65B,OAChBja,EAAOG,EAASpf,IAAK3D,MAEtB,GAAKyb,EACCmH,EAAMnH,IAAWmH,EAAMnH,GAAQoI,MACnC+Y,EAAWha,EAAMnH,SAGlB,IAAMA,KAASmH,EACTA,EAAMnH,IAAWmH,EAAMnH,GAAQoI,MAAQ8V,GAAKlsB,KAAMgO,IACtDmhB,EAAWha,EAAMnH,IAKpB,IAAMA,EAAQohB,EAAOv5B,OAAQmY,KACvBohB,EAAQphB,GAAQpX,OAASrE,MACnB,MAAR2B,GAAgBk7B,EAAQphB,GAAQiC,QAAU/b,IAE5Ck7B,EAAQphB,GAAQ8f,KAAK1X,KAAMqX,GAC3BzX,GAAU,EACVoZ,EAAO33B,OAAQuW,EAAO,KAOnBgI,GAAYyX,GAChBl4B,EAAOygB,QAASzjB,KAAM2B,MAIzBg7B,OAAQ,SAAUh7B,GAIjB,OAHc,IAATA,IACJA,EAAOA,GAAQ,MAET3B,KAAKkE,KAAM,WACjB,IAAIuX,EACHmH,EAAOG,EAASpf,IAAK3D,MACrB0d,EAAQkF,EAAMjhB,EAAO,SACrBgiB,EAAQf,EAAMjhB,EAAO,cACrBk7B,EAAS75B,EAAO65B,OAChBv5B,EAASoa,EAAQA,EAAMpa,OAAS,EAajC,IAVAsf,EAAK+Z,QAAS,EAGd35B,EAAO0a,MAAO1d,KAAM2B,EAAM,IAErBgiB,GAASA,EAAME,MACnBF,EAAME,KAAKpjB,KAAMT,MAAM,GAIlByb,EAAQohB,EAAOv5B,OAAQmY,KACvBohB,EAAQphB,GAAQpX,OAASrE,MAAQ68B,EAAQphB,GAAQiC,QAAU/b,IAC/Dk7B,EAAQphB,GAAQ8f,KAAK1X,MAAM,GAC3BgZ,EAAO33B,OAAQuW,EAAO,IAKxB,IAAMA,EAAQ,EAAGA,EAAQnY,EAAQmY,IAC3BiC,EAAOjC,IAAWiC,EAAOjC,GAAQkhB,QACrCjf,EAAOjC,GAAQkhB,OAAOl8B,KAAMT,aAKvB4iB,EAAK+Z,YAKf35B,EAAOkB,KAAM,CAAE,SAAU,OAAQ,QAAU,SAAUsD,EAAInC,GACxD,IAAIy3B,EAAQ95B,EAAOG,GAAIkC,GACvBrC,EAAOG,GAAIkC,GAAS,SAAU+2B,EAAO/F,EAAQlyB,GAC5C,OAAgB,MAATi4B,GAAkC,kBAAVA,EAC9BU,EAAMn8B,MAAOX,KAAMsE,WACnBtE,KAAKw8B,QAAStC,GAAO70B,GAAM,GAAQ+2B,EAAO/F,EAAQlyB,MAKrDnB,EAAOkB,KAAM,CACZ64B,UAAW7C,GAAO,QAClB8C,QAAS9C,GAAO,QAChB+C,YAAa/C,GAAO,UACpBgD,OAAQ,CAAE3G,QAAS,QACnB4G,QAAS,CAAE5G,QAAS,QACpB6G,WAAY,CAAE7G,QAAS,WACrB,SAAUlxB,EAAM4mB,GAClBjpB,EAAOG,GAAIkC,GAAS,SAAU+2B,EAAO/F,EAAQlyB,GAC5C,OAAOnE,KAAKw8B,QAASvQ,EAAOmQ,EAAO/F,EAAQlyB,MAI7CnB,EAAO65B,OAAS,GAChB75B,EAAO+1B,GAAGiB,KAAO,WAChB,IAAIsB,EACHn5B,EAAI,EACJ06B,EAAS75B,EAAO65B,OAIjB,IAFAtD,GAAQ7wB,KAAK4jB,MAELnqB,EAAI06B,EAAOv5B,OAAQnB,KAC1Bm5B,EAAQuB,EAAQ16B,OAGC06B,EAAQ16B,KAAQm5B,GAChCuB,EAAO33B,OAAQ/C,IAAK,GAIhB06B,EAAOv5B,QACZN,EAAO+1B,GAAGlV,OAEX0V,QAAQzzB,GAGT9C,EAAO+1B,GAAGuC,MAAQ,SAAUA,GAC3Bt4B,EAAO65B,OAAOj8B,KAAM06B,GACpBt4B,EAAO+1B,GAAG1kB,SAGXrR,EAAO+1B,GAAGgB,SAAW,GACrB/2B,EAAO+1B,GAAG1kB,MAAQ,WACZmlB,KAILA,IAAa,EACbI,OAGD52B,EAAO+1B,GAAGlV,KAAO,WAChB2V,GAAa,MAGdx2B,EAAO+1B,GAAGsD,OAAS,CAClBgB,KAAM,IACNC,KAAM,IAGNzW,SAAU,KAKX7jB,EAAOG,GAAGo6B,MAAQ,SAAUC,EAAM77B,GAIjC,OAHA67B,EAAOx6B,EAAO+1B,IAAK/1B,EAAO+1B,GAAGsD,OAAQmB,IAAiBA,EACtD77B,EAAOA,GAAQ,KAER3B,KAAK0d,MAAO/b,EAAM,SAAU4K,EAAMoX,GACxC,IAAI8Z,EAAU19B,EAAOkgB,WAAY1T,EAAMixB,GACvC7Z,EAAME,KAAO,WACZ9jB,EAAO29B,aAAcD,OAOnB1sB,GAAQnR,EAAS0C,cAAe,SAEnCm3B,GADS75B,EAAS0C,cAAe,UACpBK,YAAa/C,EAAS0C,cAAe,WAEnDyO,GAAMpP,KAAO,WAIbP,EAAQu8B,QAA0B,KAAhB5sB,GAAM5J,MAIxB/F,EAAQw8B,YAAcnE,GAAI1jB,UAI1BhF,GAAQnR,EAAS0C,cAAe,UAC1B6E,MAAQ,IACd4J,GAAMpP,KAAO,QACbP,EAAQy8B,WAA6B,MAAhB9sB,GAAM5J,MAI5B,IAAI22B,GACH/uB,GAAa/L,EAAOgP,KAAKjD,WAE1B/L,EAAOG,GAAGgC,OAAQ,CACjB+M,KAAM,SAAU7M,EAAM8B,GACrB,OAAOoa,EAAQvhB,KAAMgD,EAAOkP,KAAM7M,EAAM8B,EAA0B,EAAnB7C,UAAUhB,SAG1Dy6B,WAAY,SAAU14B,GACrB,OAAOrF,KAAKkE,KAAM,WACjBlB,EAAO+6B,WAAY/9B,KAAMqF,QAK5BrC,EAAOmC,OAAQ,CACd+M,KAAM,SAAU7N,EAAMgB,EAAM8B,GAC3B,IAAIpD,EAAK4f,EACRqa,EAAQ35B,EAAK9C,SAGd,GAAe,IAAVy8B,GAAyB,IAAVA,GAAyB,IAAVA,EAKnC,MAAkC,oBAAtB35B,EAAK7B,aACTQ,EAAO6f,KAAMxe,EAAMgB,EAAM8B,IAKlB,IAAV62B,GAAgBh7B,EAAOiX,SAAU5V,KACrCsf,EAAQ3gB,EAAOi7B,UAAW54B,EAAKoC,iBAC5BzE,EAAOgP,KAAKlF,MAAMjC,KAAK4C,KAAMpI,GAASy4B,QAAWh4B,SAGtCA,IAAVqB,EACW,OAAVA,OACJnE,EAAO+6B,WAAY15B,EAAMgB,GAIrBse,GAAS,QAASA,QACuB7d,KAA3C/B,EAAM4f,EAAMhB,IAAKte,EAAM8C,EAAO9B,IACzBtB,GAGRM,EAAK5B,aAAc4C,EAAM8B,EAAQ,IAC1BA,GAGHwc,GAAS,QAASA,GAA+C,QAApC5f,EAAM4f,EAAMhgB,IAAKU,EAAMgB,IACjDtB,EAMM,OAHdA,EAAMf,EAAO2N,KAAKuB,KAAM7N,EAAMgB,SAGTS,EAAY/B,IAGlCk6B,UAAW,CACVt8B,KAAM,CACLghB,IAAK,SAAUte,EAAM8C,GACpB,IAAM/F,EAAQy8B,YAAwB,UAAV12B,GAC3BkF,EAAUhI,EAAM,SAAY,CAC5B,IAAIjC,EAAMiC,EAAK8C,MAKf,OAJA9C,EAAK5B,aAAc,OAAQ0E,GACtB/E,IACJiC,EAAK8C,MAAQ/E,GAEP+E,MAMX42B,WAAY,SAAU15B,EAAM8C,GAC3B,IAAI9B,EACHlD,EAAI,EAIJ+7B,EAAY/2B,GAASA,EAAM2F,MAAOuP,GAEnC,GAAK6hB,GAA+B,IAAlB75B,EAAK9C,SACtB,MAAU8D,EAAO64B,EAAW/7B,KAC3BkC,EAAK8J,gBAAiB9I,MAO1By4B,GAAW,CACVnb,IAAK,SAAUte,EAAM8C,EAAO9B,GAQ3B,OAPe,IAAV8B,EAGJnE,EAAO+6B,WAAY15B,EAAMgB,GAEzBhB,EAAK5B,aAAc4C,EAAMA,GAEnBA,IAITrC,EAAOkB,KAAMlB,EAAOgP,KAAKlF,MAAMjC,KAAKsZ,OAAOrX,MAAO,QAAU,SAAUtF,EAAInC,GACzE,IAAI84B,EAASpvB,GAAY1J,IAAUrC,EAAO2N,KAAKuB,KAE/CnD,GAAY1J,GAAS,SAAUhB,EAAMgB,EAAMwC,GAC1C,IAAI9D,EAAKkmB,EACRmU,EAAgB/4B,EAAKoC,cAYtB,OAVMI,IAGLoiB,EAASlb,GAAYqvB,GACrBrvB,GAAYqvB,GAAkBr6B,EAC9BA,EAAqC,MAA/Bo6B,EAAQ95B,EAAMgB,EAAMwC,GACzBu2B,EACA,KACDrvB,GAAYqvB,GAAkBnU,GAExBlmB,KAOT,IAAIs6B,GAAa,sCAChBC,GAAa,gBAwIb,SAASC,GAAkBp3B,GAE1B,OADaA,EAAM2F,MAAOuP,IAAmB,IAC/BxO,KAAM,KAItB,SAAS2wB,GAAUn6B,GAClB,OAAOA,EAAK7B,cAAgB6B,EAAK7B,aAAc,UAAa,GAG7D,SAASi8B,GAAgBt3B,GACxB,OAAKvB,MAAMC,QAASsB,GACZA,EAEc,iBAAVA,GACJA,EAAM2F,MAAOuP,IAEd,GAvJRrZ,EAAOG,GAAGgC,OAAQ,CACjB0d,KAAM,SAAUxd,EAAM8B,GACrB,OAAOoa,EAAQvhB,KAAMgD,EAAO6f,KAAMxd,EAAM8B,EAA0B,EAAnB7C,UAAUhB,SAG1Do7B,WAAY,SAAUr5B,GACrB,OAAOrF,KAAKkE,KAAM,kBACVlE,KAAMgD,EAAO27B,QAASt5B,IAAUA,QAK1CrC,EAAOmC,OAAQ,CACd0d,KAAM,SAAUxe,EAAMgB,EAAM8B,GAC3B,IAAIpD,EAAK4f,EACRqa,EAAQ35B,EAAK9C,SAGd,GAAe,IAAVy8B,GAAyB,IAAVA,GAAyB,IAAVA,EAWnC,OAPe,IAAVA,GAAgBh7B,EAAOiX,SAAU5V,KAGrCgB,EAAOrC,EAAO27B,QAASt5B,IAAUA,EACjCse,EAAQ3gB,EAAOw1B,UAAWnzB,SAGZS,IAAVqB,EACCwc,GAAS,QAASA,QACuB7d,KAA3C/B,EAAM4f,EAAMhB,IAAKte,EAAM8C,EAAO9B,IACzBtB,EAGCM,EAAMgB,GAAS8B,EAGpBwc,GAAS,QAASA,GAA+C,QAApC5f,EAAM4f,EAAMhgB,IAAKU,EAAMgB,IACjDtB,EAGDM,EAAMgB,IAGdmzB,UAAW,CACV5iB,SAAU,CACTjS,IAAK,SAAUU,GAMd,IAAIu6B,EAAW57B,EAAO2N,KAAKuB,KAAM7N,EAAM,YAEvC,OAAKu6B,EACG1K,SAAU0K,EAAU,IAI3BP,GAAW5wB,KAAMpJ,EAAKgI,WACtBiyB,GAAW7wB,KAAMpJ,EAAKgI,WACtBhI,EAAKsR,KAEE,GAGA,KAKXgpB,QAAS,CACRE,MAAO,UACPC,QAAS,eAYL19B,EAAQw8B,cACb56B,EAAOw1B,UAAUziB,SAAW,CAC3BpS,IAAK,SAAUU,GAId,IAAIiQ,EAASjQ,EAAKzB,WAIlB,OAHK0R,GAAUA,EAAO1R,YACrB0R,EAAO1R,WAAWoT,cAEZ,MAER2M,IAAK,SAAUte,GAId,IAAIiQ,EAASjQ,EAAKzB,WACb0R,IACJA,EAAO0B,cAEF1B,EAAO1R,YACX0R,EAAO1R,WAAWoT,kBAOvBhT,EAAOkB,KAAM,CACZ,WACA,WACA,YACA,cACA,cACA,UACA,UACA,SACA,cACA,mBACE,WACFlB,EAAO27B,QAAS3+B,KAAKyH,eAAkBzH,OA4BxCgD,EAAOG,GAAGgC,OAAQ,CACjB45B,SAAU,SAAU53B,GACnB,IAAI63B,EAAY/vB,EAAKgwB,EAAU5uB,EAAWlO,EAAG+8B,EAE7C,OAAK79B,EAAY8F,GACTnH,KAAKkE,KAAM,SAAUa,GAC3B/B,EAAQhD,MAAO++B,SAAU53B,EAAM1G,KAAMT,KAAM+E,EAAGy5B,GAAUx+B,WAI1Dg/B,EAAaP,GAAgBt3B,IAEb7D,OACRtD,KAAKkE,KAAM,WAIjB,GAHA+6B,EAAWT,GAAUx+B,MACrBiP,EAAwB,IAAlBjP,KAAKuB,UAAoB,IAAMg9B,GAAkBU,GAAa,IAEzD,CACV,IAAM98B,EAAI,EAAGA,EAAI68B,EAAW17B,OAAQnB,IACnCkO,EAAY2uB,EAAY78B,GACnB8M,EAAIpO,QAAS,IAAMwP,EAAY,KAAQ,IAC3CpB,GAAOoB,EAAY,KAKrB6uB,EAAaX,GAAkBtvB,GAC1BgwB,IAAaC,GACjBl/B,KAAKyC,aAAc,QAASy8B,MAMzBl/B,MAGRm/B,YAAa,SAAUh4B,GACtB,IAAI63B,EAAY/vB,EAAKgwB,EAAU5uB,EAAWlO,EAAG+8B,EAE7C,OAAK79B,EAAY8F,GACTnH,KAAKkE,KAAM,SAAUa,GAC3B/B,EAAQhD,MAAOm/B,YAAah4B,EAAM1G,KAAMT,KAAM+E,EAAGy5B,GAAUx+B,UAIvDsE,UAAUhB,QAIhB07B,EAAaP,GAAgBt3B,IAEb7D,OACRtD,KAAKkE,KAAM,WAMjB,GALA+6B,EAAWT,GAAUx+B,MAGrBiP,EAAwB,IAAlBjP,KAAKuB,UAAoB,IAAMg9B,GAAkBU,GAAa,IAEzD,CACV,IAAM98B,EAAI,EAAGA,EAAI68B,EAAW17B,OAAQnB,IAAM,CACzCkO,EAAY2uB,EAAY78B,GAGxB,OAAgD,EAAxC8M,EAAIpO,QAAS,IAAMwP,EAAY,KACtCpB,EAAMA,EAAI/I,QAAS,IAAMmK,EAAY,IAAK,KAK5C6uB,EAAaX,GAAkBtvB,GAC1BgwB,IAAaC,GACjBl/B,KAAKyC,aAAc,QAASy8B,MAMzBl/B,KA/BCA,KAAKkS,KAAM,QAAS,KAkC7BktB,YAAa,SAAUj4B,EAAOk4B,GAC7B,IAAIL,EAAY3uB,EAAWlO,EAAGyY,EAC7BjZ,SAAcwF,EACdm4B,EAAwB,WAAT39B,GAAqBiE,MAAMC,QAASsB,GAEpD,OAAK9F,EAAY8F,GACTnH,KAAKkE,KAAM,SAAU/B,GAC3Ba,EAAQhD,MAAOo/B,YACdj4B,EAAM1G,KAAMT,KAAMmC,EAAGq8B,GAAUx+B,MAAQq/B,GACvCA,KAKsB,kBAAbA,GAA0BC,EAC9BD,EAAWr/B,KAAK++B,SAAU53B,GAAUnH,KAAKm/B,YAAah4B,IAG9D63B,EAAaP,GAAgBt3B,GAEtBnH,KAAKkE,KAAM,WACjB,GAAKo7B,EAKJ,IAFA1kB,EAAO5X,EAAQhD,MAETmC,EAAI,EAAGA,EAAI68B,EAAW17B,OAAQnB,IACnCkO,EAAY2uB,EAAY78B,GAGnByY,EAAK2kB,SAAUlvB,GACnBuK,EAAKukB,YAAa9uB,GAElBuK,EAAKmkB,SAAU1uB,aAKIvK,IAAVqB,GAAgC,YAATxF,KAClC0O,EAAYmuB,GAAUx+B,QAIrB+iB,EAASJ,IAAK3iB,KAAM,gBAAiBqQ,GAOjCrQ,KAAKyC,cACTzC,KAAKyC,aAAc,QAClB4N,IAAuB,IAAVlJ,EACZ,GACA4b,EAASpf,IAAK3D,KAAM,kBAAqB,SAO/Cu/B,SAAU,SAAUt8B,GACnB,IAAIoN,EAAWhM,EACdlC,EAAI,EAELkO,EAAY,IAAMpN,EAAW,IAC7B,MAAUoB,EAAOrE,KAAMmC,KACtB,GAAuB,IAAlBkC,EAAK9C,WACoE,GAA3E,IAAMg9B,GAAkBC,GAAUn6B,IAAW,KAAMxD,QAASwP,GAC9D,OAAO,EAIT,OAAO,KAOT,IAAImvB,GAAU,MAEdx8B,EAAOG,GAAGgC,OAAQ,CACjB/C,IAAK,SAAU+E,GACd,IAAIwc,EAAO5f,EAAK0rB,EACfprB,EAAOrE,KAAM,GAEd,OAAMsE,UAAUhB,QA0BhBmsB,EAAkBpuB,EAAY8F,GAEvBnH,KAAKkE,KAAM,SAAU/B,GAC3B,IAAIC,EAEmB,IAAlBpC,KAAKuB,WAWE,OANXa,EADIqtB,EACEtoB,EAAM1G,KAAMT,KAAMmC,EAAGa,EAAQhD,MAAOoC,OAEpC+E,GAKN/E,EAAM,GAEoB,iBAARA,EAClBA,GAAO,GAEIwD,MAAMC,QAASzD,KAC1BA,EAAMY,EAAOoB,IAAKhC,EAAK,SAAU+E,GAChC,OAAgB,MAATA,EAAgB,GAAKA,EAAQ,OAItCwc,EAAQ3gB,EAAOy8B,SAAUz/B,KAAK2B,OAAUqB,EAAOy8B,SAAUz/B,KAAKqM,SAAS5E,iBAGrD,QAASkc,QAA+C7d,IAApC6d,EAAMhB,IAAK3iB,KAAMoC,EAAK,WAC3DpC,KAAKmH,MAAQ/E,OAzDTiC,GACJsf,EAAQ3gB,EAAOy8B,SAAUp7B,EAAK1C,OAC7BqB,EAAOy8B,SAAUp7B,EAAKgI,SAAS5E,iBAG/B,QAASkc,QACgC7d,KAAvC/B,EAAM4f,EAAMhgB,IAAKU,EAAM,UAElBN,EAMY,iBAHpBA,EAAMM,EAAK8C,OAIHpD,EAAImC,QAASs5B,GAAS,IAIhB,MAAPz7B,EAAc,GAAKA,OAG3B,KAyCHf,EAAOmC,OAAQ,CACds6B,SAAU,CACTlZ,OAAQ,CACP5iB,IAAK,SAAUU,GAEd,IAAIjC,EAAMY,EAAO2N,KAAKuB,KAAM7N,EAAM,SAClC,OAAc,MAAPjC,EACNA,EAMAm8B,GAAkBv7B,EAAOT,KAAM8B,MAGlC2D,OAAQ,CACPrE,IAAK,SAAUU,GACd,IAAI8C,EAAOof,EAAQpkB,EAClBiD,EAAUf,EAAKe,QACfqW,EAAQpX,EAAK2R,cACbyS,EAAoB,eAAdpkB,EAAK1C,KACXgkB,EAAS8C,EAAM,KAAO,GACtB6M,EAAM7M,EAAMhN,EAAQ,EAAIrW,EAAQ9B,OAUjC,IAPCnB,EADIsZ,EAAQ,EACR6Z,EAGA7M,EAAMhN,EAAQ,EAIXtZ,EAAImzB,EAAKnzB,IAKhB,KAJAokB,EAASnhB,EAASjD,IAIJ4T,UAAY5T,IAAMsZ,KAG7B8K,EAAOna,YACLma,EAAO3jB,WAAWwJ,WACnBC,EAAUka,EAAO3jB,WAAY,aAAiB,CAMjD,GAHAuE,EAAQnE,EAAQujB,GAASnkB,MAGpBqmB,EACJ,OAAOthB,EAIRwe,EAAO/kB,KAAMuG,GAIf,OAAOwe,GAGRhD,IAAK,SAAUte,EAAM8C,GACpB,IAAIu4B,EAAWnZ,EACdnhB,EAAUf,EAAKe,QACfugB,EAAS3iB,EAAO2D,UAAWQ,GAC3BhF,EAAIiD,EAAQ9B,OAEb,MAAQnB,MACPokB,EAASnhB,EAASjD,IAIN4T,UACuD,EAAlE/S,EAAO6D,QAAS7D,EAAOy8B,SAASlZ,OAAO5iB,IAAK4iB,GAAUZ,MAEtD+Z,GAAY,GAUd,OAHMA,IACLr7B,EAAK2R,eAAiB,GAEhB2P,OAOX3iB,EAAOkB,KAAM,CAAE,QAAS,YAAc,WACrClB,EAAOy8B,SAAUz/B,MAAS,CACzB2iB,IAAK,SAAUte,EAAM8C,GACpB,GAAKvB,MAAMC,QAASsB,GACnB,OAAS9C,EAAKyR,SAA2D,EAAjD9S,EAAO6D,QAAS7D,EAAQqB,GAAOjC,MAAO+E,KAI3D/F,EAAQu8B,UACb36B,EAAOy8B,SAAUz/B,MAAO2D,IAAM,SAAUU,GACvC,OAAwC,OAAjCA,EAAK7B,aAAc,SAAqB,KAAO6B,EAAK8C,UAW9D/F,EAAQu+B,QAAU,cAAe5/B,EAGjC,IAAI6/B,GAAc,kCACjBC,GAA0B,SAAUpzB,GACnCA,EAAEyc,mBAGJlmB,EAAOmC,OAAQnC,EAAO2lB,MAAO,CAE5BU,QAAS,SAAUV,EAAO/F,EAAMve,EAAMy7B,GAErC,IAAI39B,EAAG8M,EAAK6B,EAAKivB,EAAYC,EAAQ/V,EAAQ3K,EAAS2gB,EACrDC,EAAY,CAAE77B,GAAQzE,GACtB+B,EAAOX,EAAOP,KAAMkoB,EAAO,QAAWA,EAAMhnB,KAAOgnB,EACnDkB,EAAa7oB,EAAOP,KAAMkoB,EAAO,aAAgBA,EAAM/Y,UAAUrI,MAAO,KAAQ,GAKjF,GAHA0H,EAAMgxB,EAAcnvB,EAAMzM,EAAOA,GAAQzE,EAGlB,IAAlByE,EAAK9C,UAAoC,IAAlB8C,EAAK9C,WAK5Bq+B,GAAYnyB,KAAM9L,EAAOqB,EAAO2lB,MAAMuB,cAIf,EAAvBvoB,EAAKd,QAAS,OAIlBc,GADAkoB,EAAaloB,EAAK4F,MAAO,MACPiH,QAClBqb,EAAW5kB,QAEZ+6B,EAASr+B,EAAKd,QAAS,KAAQ,GAAK,KAAOc,GAG3CgnB,EAAQA,EAAO3lB,EAAO+C,SACrB4iB,EACA,IAAI3lB,EAAOsmB,MAAO3nB,EAAuB,iBAAVgnB,GAAsBA,IAGhDK,UAAY8W,EAAe,EAAI,EACrCnX,EAAM/Y,UAAYia,EAAWhc,KAAM,KACnC8a,EAAMwC,WAAaxC,EAAM/Y,UACxB,IAAI7F,OAAQ,UAAY8f,EAAWhc,KAAM,iBAAoB,WAC7D,KAGD8a,EAAMjV,YAAS5N,EACT6iB,EAAMljB,SACXkjB,EAAMljB,OAASpB,GAIhBue,EAAe,MAARA,EACN,CAAE+F,GACF3lB,EAAO2D,UAAWic,EAAM,CAAE+F,IAG3BrJ,EAAUtc,EAAO2lB,MAAMrJ,QAAS3d,IAAU,GACpCm+B,IAAgBxgB,EAAQ+J,UAAmD,IAAxC/J,EAAQ+J,QAAQ1oB,MAAO0D,EAAMue,IAAtE,CAMA,IAAMkd,IAAiBxgB,EAAQuM,WAAapqB,EAAU4C,GAAS,CAM9D,IAJA07B,EAAazgB,EAAQ2J,cAAgBtnB,EAC/Bi+B,GAAYnyB,KAAMsyB,EAAap+B,KACpCsN,EAAMA,EAAIrM,YAEHqM,EAAKA,EAAMA,EAAIrM,WACtBs9B,EAAUt/B,KAAMqO,GAChB6B,EAAM7B,EAIF6B,KAAUzM,EAAK6I,eAAiBtN,IACpCsgC,EAAUt/B,KAAMkQ,EAAIb,aAAea,EAAIqvB,cAAgBpgC,GAKzDoC,EAAI,EACJ,OAAU8M,EAAMixB,EAAW/9B,QAAYwmB,EAAMqC,uBAC5CiV,EAAchxB,EACd0Z,EAAMhnB,KAAW,EAAJQ,EACZ49B,EACAzgB,EAAQ8K,UAAYzoB,GAGrBsoB,GAAWlH,EAASpf,IAAKsL,EAAK,WAAc7O,OAAO4pB,OAAQ,OAAUrB,EAAMhnB,OAC1EohB,EAASpf,IAAKsL,EAAK,YAEnBgb,EAAOtpB,MAAOsO,EAAK2T,IAIpBqH,EAAS+V,GAAU/wB,EAAK+wB,KACT/V,EAAOtpB,OAAS0hB,EAAYpT,KAC1C0Z,EAAMjV,OAASuW,EAAOtpB,MAAOsO,EAAK2T,IACZ,IAAjB+F,EAAMjV,QACViV,EAAMS,kBA8CT,OA1CAT,EAAMhnB,KAAOA,EAGPm+B,GAAiBnX,EAAMuD,sBAEpB5M,EAAQuH,WACqC,IAApDvH,EAAQuH,SAASlmB,MAAOu/B,EAAU52B,MAAOsZ,KACzCP,EAAYhe,IAIP27B,GAAU3+B,EAAYgD,EAAM1C,MAAaF,EAAU4C,MAGvDyM,EAAMzM,EAAM27B,MAGX37B,EAAM27B,GAAW,MAIlBh9B,EAAO2lB,MAAMuB,UAAYvoB,EAEpBgnB,EAAMqC,wBACViV,EAAY9vB,iBAAkBxO,EAAMk+B,IAGrCx7B,EAAM1C,KAEDgnB,EAAMqC,wBACViV,EAAY/e,oBAAqBvf,EAAMk+B,IAGxC78B,EAAO2lB,MAAMuB,eAAYpkB,EAEpBgL,IACJzM,EAAM27B,GAAWlvB,IAMd6X,EAAMjV,SAKd0sB,SAAU,SAAUz+B,EAAM0C,EAAMskB,GAC/B,IAAIlc,EAAIzJ,EAAOmC,OACd,IAAInC,EAAOsmB,MACXX,EACA,CACChnB,KAAMA,EACN4qB,aAAa,IAIfvpB,EAAO2lB,MAAMU,QAAS5c,EAAG,KAAMpI,MAKjCrB,EAAOG,GAAGgC,OAAQ,CAEjBkkB,QAAS,SAAU1nB,EAAMihB,GACxB,OAAO5iB,KAAKkE,KAAM,WACjBlB,EAAO2lB,MAAMU,QAAS1nB,EAAMihB,EAAM5iB,SAGpCqgC,eAAgB,SAAU1+B,EAAMihB,GAC/B,IAAIve,EAAOrE,KAAM,GACjB,GAAKqE,EACJ,OAAOrB,EAAO2lB,MAAMU,QAAS1nB,EAAMihB,EAAMve,GAAM,MAc5CjD,EAAQu+B,SACb38B,EAAOkB,KAAM,CAAEsR,MAAO,UAAW4Y,KAAM,YAAc,SAAUK,EAAM5D,GAGpE,IAAI/b,EAAU,SAAU6Z,GACvB3lB,EAAO2lB,MAAMyX,SAAUvV,EAAKlC,EAAMljB,OAAQzC,EAAO2lB,MAAMkC,IAAKlC,KAG7D3lB,EAAO2lB,MAAMrJ,QAASuL,GAAQ,CAC7BP,MAAO,WAIN,IAAIpoB,EAAMlC,KAAKkN,eAAiBlN,KAAKJ,UAAYI,KAChDsgC,EAAWvd,EAASxB,OAAQrf,EAAK2oB,GAE5ByV,GACLp+B,EAAIiO,iBAAkBse,EAAM3f,GAAS,GAEtCiU,EAASxB,OAAQrf,EAAK2oB,GAAOyV,GAAY,GAAM,IAEhD7V,SAAU,WACT,IAAIvoB,EAAMlC,KAAKkN,eAAiBlN,KAAKJ,UAAYI,KAChDsgC,EAAWvd,EAASxB,OAAQrf,EAAK2oB,GAAQ,EAEpCyV,EAKLvd,EAASxB,OAAQrf,EAAK2oB,EAAKyV,IAJ3Bp+B,EAAIgf,oBAAqBuN,EAAM3f,GAAS,GACxCiU,EAAShF,OAAQ7b,EAAK2oB,QAS3B,IAAIvV,GAAWvV,EAAOuV,SAElBzT,GAAQ,CAAEuF,KAAMsB,KAAK4jB,OAErBiU,GAAS,KAKbv9B,EAAOw9B,SAAW,SAAU5d,GAC3B,IAAI3O,EAAKwsB,EACT,IAAM7d,GAAwB,iBAATA,EACpB,OAAO,KAKR,IACC3O,GAAM,IAAMlU,EAAO2gC,WAAcC,gBAAiB/d,EAAM,YACvD,MAAQnW,IAYV,OAVAg0B,EAAkBxsB,GAAOA,EAAI3G,qBAAsB,eAAiB,GAC9D2G,IAAOwsB,GACZz9B,EAAOoD,MAAO,iBACbq6B,EACCz9B,EAAOoB,IAAKq8B,EAAgBj0B,WAAY,SAAUmC,GACjD,OAAOA,EAAG8D,cACP5E,KAAM,MACV+U,IAGI3O,GAIR,IACC2sB,GAAW,QACXC,GAAQ,SACRC,GAAkB,wCAClBC,GAAe,qCAEhB,SAASC,GAAa7I,EAAQ72B,EAAK2/B,EAAatlB,GAC/C,IAAItW,EAEJ,GAAKO,MAAMC,QAASvE,GAGnB0B,EAAOkB,KAAM5C,EAAK,SAAUa,EAAGoa,GACzB0kB,GAAeL,GAASnzB,KAAM0qB,GAGlCxc,EAAKwc,EAAQ5b,GAKbykB,GACC7I,EAAS,KAAqB,iBAAN5b,GAAuB,MAALA,EAAYpa,EAAI,IAAO,IACjEoa,EACA0kB,EACAtlB,UAKG,GAAMslB,GAAiC,WAAlBn+B,EAAQxB,GAUnCqa,EAAKwc,EAAQ72B,QAPb,IAAM+D,KAAQ/D,EACb0/B,GAAa7I,EAAS,IAAM9yB,EAAO,IAAK/D,EAAK+D,GAAQ47B,EAAatlB,GAYrE3Y,EAAOk+B,MAAQ,SAAU93B,EAAG63B,GAC3B,IAAI9I,EACHgJ,EAAI,GACJxlB,EAAM,SAAUrN,EAAK8yB,GAGpB,IAAIj6B,EAAQ9F,EAAY+/B,GACvBA,IACAA,EAEDD,EAAGA,EAAE79B,QAAW+9B,mBAAoB/yB,GAAQ,IAC3C+yB,mBAA6B,MAATl6B,EAAgB,GAAKA,IAG5C,GAAU,MAALiC,EACJ,MAAO,GAIR,GAAKxD,MAAMC,QAASuD,IAASA,EAAE5F,SAAWR,EAAO2C,cAAeyD,GAG/DpG,EAAOkB,KAAMkF,EAAG,WACfuS,EAAK3b,KAAKqF,KAAMrF,KAAKmH,cAOtB,IAAMgxB,KAAU/uB,EACf43B,GAAa7I,EAAQ/uB,EAAG+uB,GAAU8I,EAAatlB,GAKjD,OAAOwlB,EAAEtzB,KAAM,MAGhB7K,EAAOG,GAAGgC,OAAQ,CACjBm8B,UAAW,WACV,OAAOt+B,EAAOk+B,MAAOlhC,KAAKuhC,mBAE3BA,eAAgB,WACf,OAAOvhC,KAAKoE,IAAK,WAGhB,IAAI6N,EAAWjP,EAAO6f,KAAM7iB,KAAM,YAClC,OAAOiS,EAAWjP,EAAO2D,UAAWsL,GAAajS,OAC9CyQ,OAAQ,WACX,IAAI9O,EAAO3B,KAAK2B,KAGhB,OAAO3B,KAAKqF,OAASrC,EAAQhD,MAAOqa,GAAI,cACvC0mB,GAAatzB,KAAMzN,KAAKqM,YAAey0B,GAAgBrzB,KAAM9L,KAC3D3B,KAAK8V,UAAYkQ,GAAevY,KAAM9L,MACtCyC,IAAK,SAAUoD,EAAInD,GACtB,IAAIjC,EAAMY,EAAQhD,MAAOoC,MAEzB,OAAY,MAAPA,EACG,KAGHwD,MAAMC,QAASzD,GACZY,EAAOoB,IAAKhC,EAAK,SAAUA,GACjC,MAAO,CAAEiD,KAAMhB,EAAKgB,KAAM8B,MAAO/E,EAAI8D,QAAS26B,GAAO,WAIhD,CAAEx7B,KAAMhB,EAAKgB,KAAM8B,MAAO/E,EAAI8D,QAAS26B,GAAO,WAClDl9B,SAKN,IACC69B,GAAM,OACNC,GAAQ,OACRC,GAAa,gBACbC,GAAW,6BAIXC,GAAa,iBACbC,GAAY,QAWZnH,GAAa,GAOboH,GAAa,GAGbC,GAAW,KAAKrhC,OAAQ,KAGxBshC,GAAepiC,EAAS0C,cAAe,KAKxC,SAAS2/B,GAA6BC,GAGrC,OAAO,SAAUC,EAAoB/jB,GAED,iBAAvB+jB,IACX/jB,EAAO+jB,EACPA,EAAqB,KAGtB,IAAIC,EACHjgC,EAAI,EACJkgC,EAAYF,EAAmB16B,cAAcqF,MAAOuP,IAAmB,GAExE,GAAKhb,EAAY+c,GAGhB,MAAUgkB,EAAWC,EAAWlgC,KAGR,MAAlBigC,EAAU,IACdA,EAAWA,EAAS9hC,MAAO,IAAO,KAChC4hC,EAAWE,GAAaF,EAAWE,IAAc,IAAKrwB,QAASqM,KAI/D8jB,EAAWE,GAAaF,EAAWE,IAAc,IAAKxhC,KAAMwd,IAQnE,SAASkkB,GAA+BJ,EAAW98B,EAAS61B,EAAiBsH,GAE5E,IAAIC,EAAY,GACfC,EAAqBP,IAAcJ,GAEpC,SAASY,EAASN,GACjB,IAAIrsB,EAcJ,OAbAysB,EAAWJ,IAAa,EACxBp/B,EAAOkB,KAAMg+B,EAAWE,IAAc,GAAI,SAAUhlB,EAAGulB,GACtD,IAAIC,EAAsBD,EAAoBv9B,EAAS61B,EAAiBsH,GACxE,MAAoC,iBAAxBK,GACVH,GAAqBD,EAAWI,GAKtBH,IACD1sB,EAAW6sB,QADf,GAHNx9B,EAAQi9B,UAAUtwB,QAAS6wB,GAC3BF,EAASE,IACF,KAKF7sB,EAGR,OAAO2sB,EAASt9B,EAAQi9B,UAAW,MAAUG,EAAW,MAASE,EAAS,KAM3E,SAASG,GAAYp9B,EAAQ7D,GAC5B,IAAI0M,EAAK5I,EACRo9B,EAAc9/B,EAAO+/B,aAAaD,aAAe,GAElD,IAAMx0B,KAAO1M,OACQkE,IAAflE,EAAK0M,MACPw0B,EAAax0B,GAAQ7I,EAAWC,IAAUA,EAAO,KAAU4I,GAAQ1M,EAAK0M,IAO5E,OAJK5I,GACJ1C,EAAOmC,QAAQ,EAAMM,EAAQC,GAGvBD,EA/ERu8B,GAAarsB,KAAOL,GAASK,KAgP7B3S,EAAOmC,OAAQ,CAGd69B,OAAQ,EAGRC,aAAc,GACdC,KAAM,GAENH,aAAc,CACbI,IAAK7tB,GAASK,KACdhU,KAAM,MACNyhC,QAxRgB,4DAwRQ31B,KAAM6H,GAAS+tB,UACvC7jC,QAAQ,EACR8jC,aAAa,EACbC,OAAO,EACPC,YAAa,mDAcbC,QAAS,CACRjI,IAAKuG,GACLx/B,KAAM,aACNmtB,KAAM,YACNzb,IAAK,4BACLyvB,KAAM,qCAGPvoB,SAAU,CACTlH,IAAK,UACLyb,KAAM,SACNgU,KAAM,YAGPC,eAAgB,CACf1vB,IAAK,cACL1R,KAAM,eACNmhC,KAAM,gBAKPE,WAAY,CAGXC,SAAUn4B,OAGVo4B,aAAa,EAGbC,YAAa3gB,KAAKC,MAGlB2gB,WAAYhhC,EAAOw9B,UAOpBsC,YAAa,CACZK,KAAK,EACLjgC,SAAS,IAOX+gC,UAAW,SAAUx+B,EAAQy+B,GAC5B,OAAOA,EAGNrB,GAAYA,GAAYp9B,EAAQzC,EAAO+/B,cAAgBmB,GAGvDrB,GAAY7/B,EAAO+/B,aAAct9B,IAGnC0+B,cAAelC,GAA6BvH,IAC5C0J,cAAenC,GAA6BH,IAG5CuC,KAAM,SAAUlB,EAAK/9B,GAGA,iBAAR+9B,IACX/9B,EAAU+9B,EACVA,OAAMr9B,GAIPV,EAAUA,GAAW,GAErB,IAAIk/B,EAGHC,EAGAC,EACAC,EAGAC,EAGAC,EAGA1jB,EAGA2jB,EAGAziC,EAGA0iC,EAGA1D,EAAIn+B,EAAOihC,UAAW,GAAI7+B,GAG1B0/B,EAAkB3D,EAAEj+B,SAAWi+B,EAG/B4D,EAAqB5D,EAAEj+B,UACpB4hC,EAAgBvjC,UAAYujC,EAAgBthC,QAC9CR,EAAQ8hC,GACR9hC,EAAO2lB,MAGRnK,EAAWxb,EAAOmb,WAClB6mB,EAAmBhiC,EAAOka,UAAW,eAGrC+nB,EAAa9D,EAAE8D,YAAc,GAG7BC,EAAiB,GACjBC,EAAsB,GAGtBC,EAAW,WAGX7C,EAAQ,CACPlhB,WAAY,EAGZgkB,kBAAmB,SAAU/2B,GAC5B,IAAIxB,EACJ,GAAKmU,EAAY,CAChB,IAAMwjB,EAAkB,CACvBA,EAAkB,GAClB,MAAU33B,EAAQ60B,GAASx0B,KAAMq3B,GAChCC,EAAiB33B,EAAO,GAAIrF,cAAgB,MACzCg9B,EAAiB33B,EAAO,GAAIrF,cAAgB,MAAS,IACrD/G,OAAQoM,EAAO,IAGpBA,EAAQ23B,EAAiBn2B,EAAI7G,cAAgB,KAE9C,OAAgB,MAATqF,EAAgB,KAAOA,EAAMe,KAAM,OAI3Cy3B,sBAAuB,WACtB,OAAOrkB,EAAYujB,EAAwB,MAI5Ce,iBAAkB,SAAUlgC,EAAM8B,GAMjC,OALkB,MAAb8Z,IACJ5b,EAAO8/B,EAAqB9/B,EAAKoC,eAChC09B,EAAqB9/B,EAAKoC,gBAAmBpC,EAC9C6/B,EAAgB7/B,GAAS8B,GAEnBnH,MAIRwlC,iBAAkB,SAAU7jC,GAI3B,OAHkB,MAAbsf,IACJkgB,EAAEsE,SAAW9jC,GAEP3B,MAIRilC,WAAY,SAAU7gC,GACrB,IAAIpC,EACJ,GAAKoC,EACJ,GAAK6c,EAGJshB,EAAMhkB,OAAQna,EAAKm+B,EAAMmD,cAIzB,IAAM1jC,KAAQoC,EACb6gC,EAAYjjC,GAAS,CAAEijC,EAAYjjC,GAAQoC,EAAKpC,IAInD,OAAOhC,MAIR2lC,MAAO,SAAUC,GAChB,IAAIC,EAAYD,GAAcR,EAK9B,OAJKd,GACJA,EAAUqB,MAAOE,GAElBh9B,EAAM,EAAGg9B,GACF7lC,OAoBV,GAfAwe,EAASzB,QAASwlB,GAKlBpB,EAAEgC,MAAUA,GAAOhC,EAAEgC,KAAO7tB,GAASK,MAAS,IAC5CzP,QAAS27B,GAAWvsB,GAAS+tB,SAAW,MAG1ClC,EAAEx/B,KAAOyD,EAAQ0X,QAAU1X,EAAQzD,MAAQw/B,EAAErkB,QAAUqkB,EAAEx/B,KAGzDw/B,EAAEkB,WAAclB,EAAEiB,UAAY,KAAM36B,cAAcqF,MAAOuP,IAAmB,CAAE,IAGxD,MAAjB8kB,EAAE2E,YAAsB,CAC5BnB,EAAY/kC,EAAS0C,cAAe,KAKpC,IACCqiC,EAAUhvB,KAAOwrB,EAAEgC,IAInBwB,EAAUhvB,KAAOgvB,EAAUhvB,KAC3BwrB,EAAE2E,YAAc9D,GAAaqB,SAAW,KAAOrB,GAAa+D,MAC3DpB,EAAUtB,SAAW,KAAOsB,EAAUoB,KACtC,MAAQt5B,GAIT00B,EAAE2E,aAAc,GAalB,GARK3E,EAAEve,MAAQue,EAAEmC,aAAiC,iBAAXnC,EAAEve,OACxCue,EAAEve,KAAO5f,EAAOk+B,MAAOC,EAAEve,KAAMue,EAAEF,cAIlCqB,GAA+B5H,GAAYyG,EAAG/7B,EAASm9B,GAGlDthB,EACJ,OAAOshB,EA8ER,IAAMpgC,KAzENyiC,EAAc5hC,EAAO2lB,OAASwY,EAAE3hC,SAGQ,GAApBwD,EAAOggC,UAC1BhgC,EAAO2lB,MAAMU,QAAS,aAIvB8X,EAAEx/B,KAAOw/B,EAAEx/B,KAAKugB,cAGhBif,EAAE6E,YAAcpE,GAAWn0B,KAAM0zB,EAAEx/B,MAKnC4iC,EAAWpD,EAAEgC,IAAIj9B,QAASu7B,GAAO,IAG3BN,EAAE6E,WAwBI7E,EAAEve,MAAQue,EAAEmC,aACoD,KAAzEnC,EAAEqC,aAAe,IAAK3iC,QAAS,uCACjCsgC,EAAEve,KAAOue,EAAEve,KAAK1c,QAASs7B,GAAK,OAvB9BqD,EAAW1D,EAAEgC,IAAI7iC,MAAOikC,EAASjhC,QAG5B69B,EAAEve,OAAUue,EAAEmC,aAAiC,iBAAXnC,EAAEve,QAC1C2hB,IAAchE,GAAO9yB,KAAM82B,GAAa,IAAM,KAAQpD,EAAEve,YAGjDue,EAAEve,OAIO,IAAZue,EAAE9yB,QACNk2B,EAAWA,EAASr+B,QAASw7B,GAAY,MACzCmD,GAAatE,GAAO9yB,KAAM82B,GAAa,IAAM,KAAQ,KAAS1iC,GAAMuF,OACnEy9B,GAIF1D,EAAEgC,IAAMoB,EAAWM,GASf1D,EAAE8E,aACDjjC,EAAOigC,aAAcsB,IACzBhC,EAAMgD,iBAAkB,oBAAqBviC,EAAOigC,aAAcsB,IAE9DvhC,EAAOkgC,KAAMqB,IACjBhC,EAAMgD,iBAAkB,gBAAiBviC,EAAOkgC,KAAMqB,MAKnDpD,EAAEve,MAAQue,EAAE6E,aAAgC,IAAlB7E,EAAEqC,aAAyBp+B,EAAQo+B,cACjEjB,EAAMgD,iBAAkB,eAAgBpE,EAAEqC,aAI3CjB,EAAMgD,iBACL,SACApE,EAAEkB,UAAW,IAAOlB,EAAEsC,QAAStC,EAAEkB,UAAW,IAC3ClB,EAAEsC,QAAStC,EAAEkB,UAAW,KACA,MAArBlB,EAAEkB,UAAW,GAAc,KAAON,GAAW,WAAa,IAC7DZ,EAAEsC,QAAS,MAIFtC,EAAE+E,QACZ3D,EAAMgD,iBAAkBpjC,EAAGg/B,EAAE+E,QAAS/jC,IAIvC,GAAKg/B,EAAEgF,cAC+C,IAAnDhF,EAAEgF,WAAW1lC,KAAMqkC,EAAiBvC,EAAOpB,IAAiBlgB,GAG9D,OAAOshB,EAAMoD,QAed,GAXAP,EAAW,QAGXJ,EAAiBrpB,IAAKwlB,EAAE9F,UACxBkH,EAAM15B,KAAMs4B,EAAEiF,SACd7D,EAAMvlB,KAAMmkB,EAAE/6B,OAGdk+B,EAAYhC,GAA+BR,GAAYX,EAAG/7B,EAASm9B,GAK5D,CASN,GARAA,EAAMlhB,WAAa,EAGdujB,GACJG,EAAmB1b,QAAS,WAAY,CAAEkZ,EAAOpB,IAI7ClgB,EACJ,OAAOshB,EAIHpB,EAAEoC,OAAqB,EAAZpC,EAAE1D,UACjBiH,EAAe3kC,EAAOkgB,WAAY,WACjCsiB,EAAMoD,MAAO,YACXxE,EAAE1D,UAGN,IACCxc,GAAY,EACZqjB,EAAU+B,KAAMnB,EAAgBr8B,GAC/B,MAAQ4D,GAGT,GAAKwU,EACJ,MAAMxU,EAIP5D,GAAO,EAAG4D,SAhCX5D,GAAO,EAAG,gBAqCX,SAASA,EAAM68B,EAAQY,EAAkBC,EAAWL,GACnD,IAAIM,EAAWJ,EAAShgC,EAAOqgC,EAAUC,EACxCd,EAAaU,EAGTrlB,IAILA,GAAY,EAGPyjB,GACJ3kC,EAAO29B,aAAcgH,GAKtBJ,OAAYx+B,EAGZ0+B,EAAwB0B,GAAW,GAGnC3D,EAAMlhB,WAAsB,EAATqkB,EAAa,EAAI,EAGpCc,EAAsB,KAAVd,GAAiBA,EAAS,KAAkB,MAAXA,EAGxCa,IACJE,EA7lBJ,SAA8BtF,EAAGoB,EAAOgE,GAEvC,IAAII,EAAIhlC,EAAMilC,EAAeC,EAC5B1rB,EAAWgmB,EAAEhmB,SACbknB,EAAYlB,EAAEkB,UAGf,MAA2B,MAAnBA,EAAW,GAClBA,EAAU7zB,aACE1I,IAAP6gC,IACJA,EAAKxF,EAAEsE,UAAYlD,EAAM8C,kBAAmB,iBAK9C,GAAKsB,EACJ,IAAMhlC,KAAQwZ,EACb,GAAKA,EAAUxZ,IAAUwZ,EAAUxZ,GAAO8L,KAAMk5B,GAAO,CACtDtE,EAAUtwB,QAASpQ,GACnB,MAMH,GAAK0gC,EAAW,KAAOkE,EACtBK,EAAgBvE,EAAW,OACrB,CAGN,IAAM1gC,KAAQ4kC,EAAY,CACzB,IAAMlE,EAAW,IAAOlB,EAAEyC,WAAYjiC,EAAO,IAAM0gC,EAAW,IAAQ,CACrEuE,EAAgBjlC,EAChB,MAEKklC,IACLA,EAAgBllC,GAKlBilC,EAAgBA,GAAiBC,EAMlC,GAAKD,EAIJ,OAHKA,IAAkBvE,EAAW,IACjCA,EAAUtwB,QAAS60B,GAEbL,EAAWK,GA0iBLE,CAAqB3F,EAAGoB,EAAOgE,KAIrCC,IACsC,EAA3CxjC,EAAO6D,QAAS,SAAUs6B,EAAEkB,YAC5Br/B,EAAO6D,QAAS,OAAQs6B,EAAEkB,WAAc,IACxClB,EAAEyC,WAAY,eAAkB,cAIjC6C,EA9iBH,SAAsBtF,EAAGsF,EAAUlE,EAAOiE,GACzC,IAAIO,EAAOC,EAASC,EAAMn2B,EAAKsK,EAC9BwoB,EAAa,GAGbvB,EAAYlB,EAAEkB,UAAU/hC,QAGzB,GAAK+hC,EAAW,GACf,IAAM4E,KAAQ9F,EAAEyC,WACfA,EAAYqD,EAAKx/B,eAAkB05B,EAAEyC,WAAYqD,GAInDD,EAAU3E,EAAU7zB,QAGpB,MAAQw4B,EAcP,GAZK7F,EAAEwC,eAAgBqD,KACtBzE,EAAOpB,EAAEwC,eAAgBqD,IAAcP,IAIlCrrB,GAAQorB,GAAarF,EAAE+F,aAC5BT,EAAWtF,EAAE+F,WAAYT,EAAUtF,EAAEiB,WAGtChnB,EAAO4rB,EACPA,EAAU3E,EAAU7zB,QAKnB,GAAiB,MAAZw4B,EAEJA,EAAU5rB,OAGJ,GAAc,MAATA,GAAgBA,IAAS4rB,EAAU,CAM9C,KAHAC,EAAOrD,EAAYxoB,EAAO,IAAM4rB,IAAapD,EAAY,KAAOoD,IAI/D,IAAMD,KAASnD,EAId,IADA9yB,EAAMi2B,EAAMx/B,MAAO,MACT,KAAQy/B,IAGjBC,EAAOrD,EAAYxoB,EAAO,IAAMtK,EAAK,KACpC8yB,EAAY,KAAO9yB,EAAK,KACb,EAGG,IAATm2B,EACJA,EAAOrD,EAAYmD,IAGgB,IAAxBnD,EAAYmD,KACvBC,EAAUl2B,EAAK,GACfuxB,EAAUtwB,QAASjB,EAAK,KAEzB,MAOJ,IAAc,IAATm2B,EAGJ,GAAKA,GAAQ9F,EAAEgG,UACdV,EAAWQ,EAAMR,QAEjB,IACCA,EAAWQ,EAAMR,GAChB,MAAQh6B,GACT,MAAO,CACN6R,MAAO,cACPlY,MAAO6gC,EAAOx6B,EAAI,sBAAwB2O,EAAO,OAAS4rB,IASjE,MAAO,CAAE1oB,MAAO,UAAWsE,KAAM6jB,GAidpBW,CAAajG,EAAGsF,EAAUlE,EAAOiE,GAGvCA,GAGCrF,EAAE8E,cACNS,EAAWnE,EAAM8C,kBAAmB,oBAEnCriC,EAAOigC,aAAcsB,GAAamC,IAEnCA,EAAWnE,EAAM8C,kBAAmB,WAEnCriC,EAAOkgC,KAAMqB,GAAamC,IAKZ,MAAXhB,GAA6B,SAAXvE,EAAEx/B,KACxBikC,EAAa,YAGS,MAAXF,EACXE,EAAa,eAIbA,EAAaa,EAASnoB,MACtB8nB,EAAUK,EAAS7jB,KAEnB4jB,IADApgC,EAAQqgC,EAASrgC,UAMlBA,EAAQw/B,GACHF,GAAWE,IACfA,EAAa,QACRF,EAAS,IACbA,EAAS,KAMZnD,EAAMmD,OAASA,EACfnD,EAAMqD,YAAeU,GAAoBV,GAAe,GAGnDY,EACJhoB,EAASmB,YAAamlB,EAAiB,CAAEsB,EAASR,EAAYrD,IAE9D/jB,EAASuB,WAAY+kB,EAAiB,CAAEvC,EAAOqD,EAAYx/B,IAI5Dm8B,EAAM0C,WAAYA,GAClBA,OAAan/B,EAER8+B,GACJG,EAAmB1b,QAASmd,EAAY,cAAgB,YACvD,CAAEjE,EAAOpB,EAAGqF,EAAYJ,EAAUhgC,IAIpC4+B,EAAiB9mB,SAAU4mB,EAAiB,CAAEvC,EAAOqD,IAEhDhB,IACJG,EAAmB1b,QAAS,eAAgB,CAAEkZ,EAAOpB,MAG3Cn+B,EAAOggC,QAChBhgC,EAAO2lB,MAAMU,QAAS,cAKzB,OAAOkZ,GAGR8E,QAAS,SAAUlE,EAAKvgB,EAAMze,GAC7B,OAAOnB,EAAOW,IAAKw/B,EAAKvgB,EAAMze,EAAU,SAGzCmjC,UAAW,SAAUnE,EAAKh/B,GACzB,OAAOnB,EAAOW,IAAKw/B,OAAKr9B,EAAW3B,EAAU,aAI/CnB,EAAOkB,KAAM,CAAE,MAAO,QAAU,SAAUsD,EAAIsV,GAC7C9Z,EAAQ8Z,GAAW,SAAUqmB,EAAKvgB,EAAMze,EAAUxC,GAUjD,OAPKN,EAAYuhB,KAChBjhB,EAAOA,GAAQwC,EACfA,EAAWye,EACXA,OAAO9c,GAID9C,EAAOqhC,KAAMrhC,EAAOmC,OAAQ,CAClCg+B,IAAKA,EACLxhC,KAAMmb,EACNslB,SAAUzgC,EACVihB,KAAMA,EACNwjB,QAASjiC,GACPnB,EAAO2C,cAAew9B,IAASA,OAIpCngC,EAAOmhC,cAAe,SAAUhD,GAC/B,IAAIh/B,EACJ,IAAMA,KAAKg/B,EAAE+E,QACa,iBAApB/jC,EAAEsF,gBACN05B,EAAEqC,YAAcrC,EAAE+E,QAAS/jC,IAAO,MAMrCa,EAAO2sB,SAAW,SAAUwT,EAAK/9B,EAASlD,GACzC,OAAOc,EAAOqhC,KAAM,CACnBlB,IAAKA,EAGLxhC,KAAM,MACNygC,SAAU,SACV/zB,OAAO,EACPk1B,OAAO,EACP/jC,QAAQ,EAKRokC,WAAY,CACX2D,cAAe,cAEhBL,WAAY,SAAUT,GACrBzjC,EAAO0D,WAAY+/B,EAAUrhC,EAASlD,OAMzCc,EAAOG,GAAGgC,OAAQ,CACjBqiC,QAAS,SAAU9X,GAClB,IAAI/H,EAyBJ,OAvBK3nB,KAAM,KACLqB,EAAYquB,KAChBA,EAAOA,EAAKjvB,KAAMT,KAAM,KAIzB2nB,EAAO3kB,EAAQ0sB,EAAM1vB,KAAM,GAAIkN,eAAgB1I,GAAI,GAAIgB,OAAO,GAEzDxF,KAAM,GAAI4C,YACd+kB,EAAK2I,aAActwB,KAAM,IAG1B2nB,EAAKvjB,IAAK,WACT,IAAIC,EAAOrE,KAEX,MAAQqE,EAAKojC,kBACZpjC,EAAOA,EAAKojC,kBAGb,OAAOpjC,IACJ+rB,OAAQpwB,OAGNA,MAGR0nC,UAAW,SAAUhY,GACpB,OAAKruB,EAAYquB,GACT1vB,KAAKkE,KAAM,SAAU/B,GAC3Ba,EAAQhD,MAAO0nC,UAAWhY,EAAKjvB,KAAMT,KAAMmC,MAItCnC,KAAKkE,KAAM,WACjB,IAAI0W,EAAO5X,EAAQhD,MAClBmb,EAAWP,EAAKO,WAEZA,EAAS7X,OACb6X,EAASqsB,QAAS9X,GAGlB9U,EAAKwV,OAAQV,MAKhB/H,KAAM,SAAU+H,GACf,IAAIiY,EAAiBtmC,EAAYquB,GAEjC,OAAO1vB,KAAKkE,KAAM,SAAU/B,GAC3Ba,EAAQhD,MAAOwnC,QAASG,EAAiBjY,EAAKjvB,KAAMT,KAAMmC,GAAMutB,MAIlEkY,OAAQ,SAAU3kC,GAIjB,OAHAjD,KAAKsU,OAAQrR,GAAW8R,IAAK,QAAS7Q,KAAM,WAC3ClB,EAAQhD,MAAOywB,YAAazwB,KAAKwM,cAE3BxM,QAKTgD,EAAOgP,KAAKnI,QAAQgwB,OAAS,SAAUx1B,GACtC,OAAQrB,EAAOgP,KAAKnI,QAAQg+B,QAASxjC,IAEtCrB,EAAOgP,KAAKnI,QAAQg+B,QAAU,SAAUxjC,GACvC,SAAWA,EAAK6uB,aAAe7uB,EAAKgwB,cAAgBhwB,EAAK8xB,iBAAiB7yB,SAM3EN,EAAO+/B,aAAa+E,IAAM,WACzB,IACC,OAAO,IAAI/nC,EAAOgoC,eACjB,MAAQt7B,MAGX,IAAIu7B,GAAmB,CAGrBC,EAAG,IAIHC,KAAM,KAEPC,GAAenlC,EAAO+/B,aAAa+E,MAEpC1mC,EAAQgnC,OAASD,IAAkB,oBAAqBA,GACxD/mC,EAAQijC,KAAO8D,KAAiBA,GAEhCnlC,EAAOohC,cAAe,SAAUh/B,GAC/B,IAAIjB,EAAUkkC,EAGd,GAAKjnC,EAAQgnC,MAAQD,KAAiB/iC,EAAQ0gC,YAC7C,MAAO,CACNO,KAAM,SAAUH,EAAS7K,GACxB,IAAIl5B,EACH2lC,EAAM1iC,EAAQ0iC,MAWf,GATAA,EAAIQ,KACHljC,EAAQzD,KACRyD,EAAQ+9B,IACR/9B,EAAQm+B,MACRn+B,EAAQmjC,SACRnjC,EAAQsR,UAIJtR,EAAQojC,UACZ,IAAMrmC,KAAKiD,EAAQojC,UAClBV,EAAK3lC,GAAMiD,EAAQojC,UAAWrmC,GAmBhC,IAAMA,KAdDiD,EAAQqgC,UAAYqC,EAAItC,kBAC5BsC,EAAItC,iBAAkBpgC,EAAQqgC,UAQzBrgC,EAAQ0gC,aAAgBI,EAAS,sBACtCA,EAAS,oBAAuB,kBAItBA,EACV4B,EAAIvC,iBAAkBpjC,EAAG+jC,EAAS/jC,IAInCgC,EAAW,SAAUxC,GACpB,OAAO,WACDwC,IACJA,EAAWkkC,EAAgBP,EAAIW,OAC9BX,EAAIY,QAAUZ,EAAIa,QAAUb,EAAIc,UAC/Bd,EAAIe,mBAAqB,KAEb,UAATlnC,EACJmmC,EAAInC,QACgB,UAAThkC,EAKgB,iBAAfmmC,EAAIpC,OACfrK,EAAU,EAAG,SAEbA,EAGCyM,EAAIpC,OACJoC,EAAIlC,YAINvK,EACC2M,GAAkBF,EAAIpC,SAAYoC,EAAIpC,OACtCoC,EAAIlC,WAK+B,UAAjCkC,EAAIgB,cAAgB,SACM,iBAArBhB,EAAIiB,aACV,CAAEC,OAAQlB,EAAIrB,UACd,CAAElkC,KAAMulC,EAAIiB,cACbjB,EAAIxC,4BAQTwC,EAAIW,OAAStkC,IACbkkC,EAAgBP,EAAIY,QAAUZ,EAAIc,UAAYzkC,EAAU,cAKnC2B,IAAhBgiC,EAAIa,QACRb,EAAIa,QAAUN,EAEdP,EAAIe,mBAAqB,WAGA,IAAnBf,EAAIzmB,YAMRthB,EAAOkgB,WAAY,WACb9b,GACJkkC,OAQLlkC,EAAWA,EAAU,SAErB,IAGC2jC,EAAIzB,KAAMjhC,EAAQ4gC,YAAc5gC,EAAQwd,MAAQ,MAC/C,MAAQnW,GAGT,GAAKtI,EACJ,MAAMsI,IAKTk5B,MAAO,WACDxhC,GACJA,QAWLnB,EAAOmhC,cAAe,SAAUhD,GAC1BA,EAAE2E,cACN3E,EAAEhmB,SAAS9Y,QAAS,KAKtBW,EAAOihC,UAAW,CACjBR,QAAS,CACRphC,OAAQ,6FAGT8Y,SAAU,CACT9Y,OAAQ,2BAETuhC,WAAY,CACX2D,cAAe,SAAUhlC,GAExB,OADAS,EAAO0D,WAAYnE,GACZA,MAMVS,EAAOmhC,cAAe,SAAU,SAAUhD,QACxBr7B,IAAZq7B,EAAE9yB,QACN8yB,EAAE9yB,OAAQ,GAEN8yB,EAAE2E,cACN3E,EAAEx/B,KAAO,SAKXqB,EAAOohC,cAAe,SAAU,SAAUjD,GAIxC,IAAI9+B,EAAQ8B,EADb,GAAKg9B,EAAE2E,aAAe3E,EAAE8H,YAEvB,MAAO,CACN5C,KAAM,SAAUjpB,EAAGie,GAClBh5B,EAASW,EAAQ,YACfkP,KAAMivB,EAAE8H,aAAe,IACvBpmB,KAAM,CAAEqmB,QAAS/H,EAAEgI,cAAevnC,IAAKu/B,EAAEgC,MACzC5a,GAAI,aAAcpkB,EAAW,SAAUilC,GACvC/mC,EAAO0b,SACP5Z,EAAW,KACNilC,GACJ/N,EAAuB,UAAb+N,EAAIznC,KAAmB,IAAM,IAAKynC,EAAIznC,QAKnD/B,EAAS8C,KAAKC,YAAaN,EAAQ,KAEpCsjC,MAAO,WACDxhC,GACJA,QAUL,IAqGKyhB,GArGDyjB,GAAe,GAClBC,GAAS,oBAGVtmC,EAAOihC,UAAW,CACjBsF,MAAO,WACPC,cAAe,WACd,IAAIrlC,EAAWklC,GAAa//B,OAAWtG,EAAO+C,QAAU,IAAQlE,GAAMuF,OAEtE,OADApH,KAAMmE,IAAa,EACZA,KAKTnB,EAAOmhC,cAAe,aAAc,SAAUhD,EAAGsI,EAAkBlH,GAElE,IAAImH,EAAcC,EAAaC,EAC9BC,GAAuB,IAAZ1I,EAAEoI,QAAqBD,GAAO77B,KAAM0zB,EAAEgC,KAChD,MACkB,iBAAXhC,EAAEve,MAE6C,KADnDue,EAAEqC,aAAe,IACjB3iC,QAAS,sCACXyoC,GAAO77B,KAAM0zB,EAAEve,OAAU,QAI5B,GAAKinB,GAAiC,UAArB1I,EAAEkB,UAAW,GA8D7B,OA3DAqH,EAAevI,EAAEqI,cAAgBnoC,EAAY8/B,EAAEqI,eAC9CrI,EAAEqI,gBACFrI,EAAEqI,cAGEK,EACJ1I,EAAG0I,GAAa1I,EAAG0I,GAAW3jC,QAASojC,GAAQ,KAAOI,IAC/B,IAAZvI,EAAEoI,QACbpI,EAAEgC,MAAS5C,GAAO9yB,KAAM0zB,EAAEgC,KAAQ,IAAM,KAAQhC,EAAEoI,MAAQ,IAAMG,GAIjEvI,EAAEyC,WAAY,eAAkB,WAI/B,OAHMgG,GACL5mC,EAAOoD,MAAOsjC,EAAe,mBAEvBE,EAAmB,IAI3BzI,EAAEkB,UAAW,GAAM,OAGnBsH,EAAc5pC,EAAQ2pC,GACtB3pC,EAAQ2pC,GAAiB,WACxBE,EAAoBtlC,WAIrBi+B,EAAMhkB,OAAQ,gBAGQzY,IAAhB6jC,EACJ3mC,EAAQjD,GAAS2+B,WAAYgL,GAI7B3pC,EAAQ2pC,GAAiBC,EAIrBxI,EAAGuI,KAGPvI,EAAEqI,cAAgBC,EAAiBD,cAGnCH,GAAazoC,KAAM8oC,IAIfE,GAAqBvoC,EAAYsoC,IACrCA,EAAaC,EAAmB,IAGjCA,EAAoBD,OAAc7jC,IAI5B,WAYT1E,EAAQ0oC,qBACHlkB,GAAOhmB,EAASmqC,eAAeD,mBAAoB,IAAKlkB,MACvD5U,UAAY,6BACiB,IAA3B4U,GAAKpZ,WAAWlJ,QAQxBN,EAAO8X,UAAY,SAAU8H,EAAM1f,EAAS8mC,GAC3C,MAAqB,iBAATpnB,EACJ,IAEgB,kBAAZ1f,IACX8mC,EAAc9mC,EACdA,GAAU,GAKLA,IAIA9B,EAAQ0oC,qBAMZ9yB,GALA9T,EAAUtD,EAASmqC,eAAeD,mBAAoB,KAKvCxnC,cAAe,SACzBqT,KAAO/V,EAAS0V,SAASK,KAC9BzS,EAAQR,KAAKC,YAAaqU,IAE1B9T,EAAUtD,GAKZ4nB,GAAWwiB,GAAe,IAD1BC,EAASxvB,EAAWtN,KAAMyV,IAKlB,CAAE1f,EAAQZ,cAAe2nC,EAAQ,MAGzCA,EAAS1iB,GAAe,CAAE3E,GAAQ1f,EAASskB,GAEtCA,GAAWA,EAAQlkB,QACvBN,EAAQwkB,GAAUzJ,SAGZ/a,EAAOgB,MAAO,GAAIimC,EAAOz9B,cAlChC,IAAIwK,EAAMizB,EAAQziB,GAyCnBxkB,EAAOG,GAAGyoB,KAAO,SAAUuX,EAAK+G,EAAQ/lC,GACvC,IAAIlB,EAAUtB,EAAM8kC,EACnB7rB,EAAO5a,KACP4oB,EAAMua,EAAItiC,QAAS,KAsDpB,OApDY,EAAP+nB,IACJ3lB,EAAWs7B,GAAkB4E,EAAI7iC,MAAOsoB,IACxCua,EAAMA,EAAI7iC,MAAO,EAAGsoB,IAIhBvnB,EAAY6oC,IAGhB/lC,EAAW+lC,EACXA,OAASpkC,GAGEokC,GAA4B,iBAAXA,IAC5BvoC,EAAO,QAIW,EAAdiZ,EAAKtX,QACTN,EAAOqhC,KAAM,CACZlB,IAAKA,EAKLxhC,KAAMA,GAAQ,MACdygC,SAAU,OACVxf,KAAMsnB,IACHrhC,KAAM,SAAUkgC,GAGnBtC,EAAWniC,UAEXsW,EAAK8U,KAAMzsB,EAIVD,EAAQ,SAAUotB,OAAQptB,EAAO8X,UAAWiuB,IAAiBp4B,KAAM1N,GAGnE8lC,KAKExqB,OAAQpa,GAAY,SAAUo+B,EAAOmD,GACxC9qB,EAAK1W,KAAM,WACVC,EAASxD,MAAOX,KAAMymC,GAAY,CAAElE,EAAMwG,aAAcrD,EAAQnD,QAK5DviC,MAMRgD,EAAOgP,KAAKnI,QAAQsgC,SAAW,SAAU9lC,GACxC,OAAOrB,EAAO2B,KAAM3B,EAAO65B,OAAQ,SAAU15B,GAC5C,OAAOkB,IAASlB,EAAGkB,OAChBf,QAMLN,EAAOonC,OAAS,CACfC,UAAW,SAAUhmC,EAAMe,EAASjD,GACnC,IAAImoC,EAAaC,EAASC,EAAWC,EAAQC,EAAWC,EACvD3X,EAAWhwB,EAAO4hB,IAAKvgB,EAAM,YAC7BumC,EAAU5nC,EAAQqB,GAClB4nB,EAAQ,GAGS,WAAb+G,IACJ3uB,EAAKqgB,MAAMsO,SAAW,YAGvB0X,EAAYE,EAAQR,SACpBI,EAAYxnC,EAAO4hB,IAAKvgB,EAAM,OAC9BsmC,EAAa3nC,EAAO4hB,IAAKvgB,EAAM,SACI,aAAb2uB,GAAwC,UAAbA,KACA,GAA9CwX,EAAYG,GAAa9pC,QAAS,SAMpC4pC,GADAH,EAAcM,EAAQ5X,YACD9iB,IACrBq6B,EAAUD,EAAYvS,OAGtB0S,EAASpX,WAAYmX,IAAe,EACpCD,EAAUlX,WAAYsX,IAAgB,GAGlCtpC,EAAY+D,KAGhBA,EAAUA,EAAQ3E,KAAM4D,EAAMlC,EAAGa,EAAOmC,OAAQ,GAAIulC,KAGjC,MAAftlC,EAAQ8K,MACZ+b,EAAM/b,IAAQ9K,EAAQ8K,IAAMw6B,EAAUx6B,IAAQu6B,GAE1B,MAAhBrlC,EAAQ2yB,OACZ9L,EAAM8L,KAAS3yB,EAAQ2yB,KAAO2S,EAAU3S,KAASwS,GAG7C,UAAWnlC,EACfA,EAAQylC,MAAMpqC,KAAM4D,EAAM4nB,GAG1B2e,EAAQhmB,IAAKqH,KAKhBjpB,EAAOG,GAAGgC,OAAQ,CAGjBilC,OAAQ,SAAUhlC,GAGjB,GAAKd,UAAUhB,OACd,YAAmBwC,IAAZV,EACNpF,KACAA,KAAKkE,KAAM,SAAU/B,GACpBa,EAAOonC,OAAOC,UAAWrqC,KAAMoF,EAASjD,KAI3C,IAAI2oC,EAAMC,EACT1mC,EAAOrE,KAAM,GAEd,OAAMqE,EAQAA,EAAK8xB,iBAAiB7yB,QAK5BwnC,EAAOzmC,EAAKwzB,wBACZkT,EAAM1mC,EAAK6I,cAAc+C,YAClB,CACNC,IAAK46B,EAAK56B,IAAM66B,EAAIC,YACpBjT,KAAM+S,EAAK/S,KAAOgT,EAAIE,cARf,CAAE/6B,IAAK,EAAG6nB,KAAM,QATxB,GAuBD/E,SAAU,WACT,GAAMhzB,KAAM,GAAZ,CAIA,IAAIkrC,EAAcd,EAAQloC,EACzBmC,EAAOrE,KAAM,GACbmrC,EAAe,CAAEj7B,IAAK,EAAG6nB,KAAM,GAGhC,GAAwC,UAAnC/0B,EAAO4hB,IAAKvgB,EAAM,YAGtB+lC,EAAS/lC,EAAKwzB,4BAER,CACNuS,EAASpqC,KAAKoqC,SAIdloC,EAAMmC,EAAK6I,cACXg+B,EAAe7mC,EAAK6mC,cAAgBhpC,EAAI4N,gBACxC,MAAQo7B,IACLA,IAAiBhpC,EAAI0jB,MAAQslB,IAAiBhpC,EAAI4N,kBACT,WAA3C9M,EAAO4hB,IAAKsmB,EAAc,YAE1BA,EAAeA,EAAatoC,WAExBsoC,GAAgBA,IAAiB7mC,GAAkC,IAA1B6mC,EAAa3pC,YAG1D4pC,EAAenoC,EAAQkoC,GAAed,UACzBl6B,KAAOlN,EAAO4hB,IAAKsmB,EAAc,kBAAkB,GAChEC,EAAapT,MAAQ/0B,EAAO4hB,IAAKsmB,EAAc,mBAAmB,IAKpE,MAAO,CACNh7B,IAAKk6B,EAAOl6B,IAAMi7B,EAAaj7B,IAAMlN,EAAO4hB,IAAKvgB,EAAM,aAAa,GACpE0zB,KAAMqS,EAAOrS,KAAOoT,EAAapT,KAAO/0B,EAAO4hB,IAAKvgB,EAAM,cAAc,MAc1E6mC,aAAc,WACb,OAAOlrC,KAAKoE,IAAK,WAChB,IAAI8mC,EAAelrC,KAAKkrC,aAExB,MAAQA,GAA2D,WAA3CloC,EAAO4hB,IAAKsmB,EAAc,YACjDA,EAAeA,EAAaA,aAG7B,OAAOA,GAAgBp7B,QAM1B9M,EAAOkB,KAAM,CAAE+0B,WAAY,cAAeD,UAAW,eAAiB,SAAUlc,EAAQ+F,GACvF,IAAI3S,EAAM,gBAAkB2S,EAE5B7f,EAAOG,GAAI2Z,GAAW,SAAU1a,GAC/B,OAAOmf,EAAQvhB,KAAM,SAAUqE,EAAMyY,EAAQ1a,GAG5C,IAAI2oC,EAOJ,GANKtpC,EAAU4C,GACd0mC,EAAM1mC,EACuB,IAAlBA,EAAK9C,WAChBwpC,EAAM1mC,EAAK4L,kBAGCnK,IAAR1D,EACJ,OAAO2oC,EAAMA,EAAKloB,GAASxe,EAAMyY,GAG7BiuB,EACJA,EAAIK,SACFl7B,EAAY66B,EAAIE,YAAV7oC,EACP8N,EAAM9N,EAAM2oC,EAAIC,aAIjB3mC,EAAMyY,GAAW1a,GAEhB0a,EAAQ1a,EAAKkC,UAAUhB,WAU5BN,EAAOkB,KAAM,CAAE,MAAO,QAAU,SAAUsD,EAAIqb,GAC7C7f,EAAOszB,SAAUzT,GAASqP,GAAc9wB,EAAQsyB,cAC/C,SAAUrvB,EAAMstB,GACf,GAAKA,EAIJ,OAHAA,EAAWD,GAAQrtB,EAAMwe,GAGlBoO,GAAUxjB,KAAMkkB,GACtB3uB,EAAQqB,GAAO2uB,WAAYnQ,GAAS,KACpC8O,MAQL3uB,EAAOkB,KAAM,CAAEmnC,OAAQ,SAAUC,MAAO,SAAW,SAAUjmC,EAAM1D,GAClEqB,EAAOkB,KAAM,CACZ+zB,QAAS,QAAU5yB,EACnB8W,QAASxa,EACT4pC,GAAI,QAAUlmC,GACZ,SAAUmmC,EAAcC,GAG1BzoC,EAAOG,GAAIsoC,GAAa,SAAUzT,EAAQ7wB,GACzC,IAAIqa,EAAYld,UAAUhB,SAAYkoC,GAAkC,kBAAXxT,GAC5DnC,EAAQ2V,KAA6B,IAAXxT,IAA6B,IAAV7wB,EAAiB,SAAW,UAE1E,OAAOoa,EAAQvhB,KAAM,SAAUqE,EAAM1C,EAAMwF,GAC1C,IAAIjF,EAEJ,OAAKT,EAAU4C,GAGyB,IAAhConC,EAAS5qC,QAAS,SACxBwD,EAAM,QAAUgB,GAChBhB,EAAKzE,SAASkQ,gBAAiB,SAAWzK,GAIrB,IAAlBhB,EAAK9C,UACTW,EAAMmC,EAAKyL,gBAIJ9J,KAAKsvB,IACXjxB,EAAKuhB,KAAM,SAAWvgB,GAAQnD,EAAK,SAAWmD,GAC9ChB,EAAKuhB,KAAM,SAAWvgB,GAAQnD,EAAK,SAAWmD,GAC9CnD,EAAK,SAAWmD,UAIDS,IAAVqB,EAGNnE,EAAO4hB,IAAKvgB,EAAM1C,EAAMk0B,GAGxB7yB,EAAO0hB,MAAOrgB,EAAM1C,EAAMwF,EAAO0uB,IAChCl0B,EAAM6f,EAAYwW,OAASlyB,EAAW0b,QAM5Cxe,EAAOkB,KAAM,CACZ,YACA,WACA,eACA,YACA,cACA,YACE,SAAUsD,EAAI7F,GAChBqB,EAAOG,GAAIxB,GAAS,SAAUwB,GAC7B,OAAOnD,KAAKuoB,GAAI5mB,EAAMwB,MAOxBH,EAAOG,GAAGgC,OAAQ,CAEjBi2B,KAAM,SAAU5S,EAAO5F,EAAMzf,GAC5B,OAAOnD,KAAKuoB,GAAIC,EAAO,KAAM5F,EAAMzf,IAEpCuoC,OAAQ,SAAUljB,EAAOrlB,GACxB,OAAOnD,KAAK4oB,IAAKJ,EAAO,KAAMrlB,IAG/BwoC,SAAU,SAAU1oC,EAAUulB,EAAO5F,EAAMzf,GAC1C,OAAOnD,KAAKuoB,GAAIC,EAAOvlB,EAAU2f,EAAMzf,IAExCyoC,WAAY,SAAU3oC,EAAUulB,EAAOrlB,GAGtC,OAA4B,IAArBmB,UAAUhB,OAChBtD,KAAK4oB,IAAK3lB,EAAU,MACpBjD,KAAK4oB,IAAKJ,EAAOvlB,GAAY,KAAME,IAGrC0oC,MAAO,SAAUC,EAAQC,GACxB,OAAO/rC,KAAKquB,WAAYyd,GAASxd,WAAYyd,GAASD,MAIxD9oC,EAAOkB,KACN,wLAE4DqD,MAAO,KACnE,SAAUC,EAAInC,GAGbrC,EAAOG,GAAIkC,GAAS,SAAUud,EAAMzf,GACnC,OAA0B,EAAnBmB,UAAUhB,OAChBtD,KAAKuoB,GAAIljB,EAAM,KAAMud,EAAMzf,GAC3BnD,KAAKqpB,QAAShkB,MAYlB,IAAI2E,GAAQ,sDAMZhH,EAAOgpC,MAAQ,SAAU7oC,EAAID,GAC5B,IAAI4N,EAAK6D,EAAMq3B,EAUf,GARwB,iBAAZ9oC,IACX4N,EAAM3N,EAAID,GACVA,EAAUC,EACVA,EAAK2N,GAKAzP,EAAY8B,GAalB,OARAwR,EAAOrU,EAAMG,KAAM6D,UAAW,IAC9B0nC,EAAQ,WACP,OAAO7oC,EAAGxC,MAAOuC,GAAWlD,KAAM2U,EAAKjU,OAAQJ,EAAMG,KAAM6D,eAItD8C,KAAOjE,EAAGiE,KAAOjE,EAAGiE,MAAQpE,EAAOoE,OAElC4kC,GAGRhpC,EAAOipC,UAAY,SAAUC,GACvBA,EACJlpC,EAAOme,YAEPne,EAAO+X,OAAO,IAGhB/X,EAAO6C,QAAUD,MAAMC,QACvB7C,EAAOmpC,UAAY/oB,KAAKC,MACxBrgB,EAAOqJ,SAAWA,EAClBrJ,EAAO3B,WAAaA,EACpB2B,EAAOvB,SAAWA,EAClBuB,EAAOmf,UAAYA,EACnBnf,EAAOrB,KAAOmB,EAEdE,EAAOspB,IAAM5jB,KAAK4jB,IAElBtpB,EAAOopC,UAAY,SAAU9qC,GAK5B,IAAIK,EAAOqB,EAAOrB,KAAML,GACxB,OAAkB,WAATK,GAA8B,WAATA,KAK5B0qC,MAAO/qC,EAAM+xB,WAAY/xB,KAG5B0B,EAAOspC,KAAO,SAAU/pC,GACvB,OAAe,MAARA,EACN,IACEA,EAAO,IAAK2D,QAAS8D,GAAO,OAkBT,mBAAXuiC,QAAyBA,OAAOC,KAC3CD,OAAQ,SAAU,GAAI,WACrB,OAAOvpC,IAOT,IAGCypC,GAAU1sC,EAAOiD,OAGjB0pC,GAAK3sC,EAAO4sC,EAwBb,OAtBA3pC,EAAO4pC,WAAa,SAAUlnC,GAS7B,OARK3F,EAAO4sC,IAAM3pC,IACjBjD,EAAO4sC,EAAID,IAGPhnC,GAAQ3F,EAAOiD,SAAWA,IAC9BjD,EAAOiD,OAASypC,IAGVzpC,GAMiB,oBAAb/C,IACXF,EAAOiD,OAASjD,EAAO4sC,EAAI3pC,GAMrBA","file":"jquery.min.js"} \ No newline at end of file diff --git a/software/flow/node_modules/jquery/dist/jquery.slim.js b/software/flow/node_modules/jquery/dist/jquery.slim.js deleted file mode 100644 index d7e1a94..0000000 --- a/software/flow/node_modules/jquery/dist/jquery.slim.js +++ /dev/null @@ -1,8894 +0,0 @@ -/*! - * jQuery JavaScript Library v3.6.3 -ajax,-ajax/jsonp,-ajax/load,-ajax/script,-ajax/var/location,-ajax/var/nonce,-ajax/var/rquery,-ajax/xhr,-manipulation/_evalUrl,-deprecated/ajax-event-alias,-effects,-effects/Tween,-effects/animatedSelector - * https://jquery.com/ - * - * Includes Sizzle.js - * https://sizzlejs.com/ - * - * Copyright OpenJS Foundation and other contributors - * Released under the MIT license - * https://jquery.org/license - * - * Date: 2022-12-20T21:28Z - */ -( function( global, factory ) { - - "use strict"; - - if ( typeof module === "object" && typeof module.exports === "object" ) { - - // For CommonJS and CommonJS-like environments where a proper `window` - // is present, execute the factory and get jQuery. - // For environments that do not have a `window` with a `document` - // (such as Node.js), expose a factory as module.exports. - // This accentuates the need for the creation of a real `window`. - // e.g. var jQuery = require("jquery")(window); - // See ticket trac-14549 for more info. - module.exports = global.document ? - factory( global, true ) : - function( w ) { - if ( !w.document ) { - throw new Error( "jQuery requires a window with a document" ); - } - return factory( w ); - }; - } else { - factory( global ); - } - -// Pass this if window is not defined yet -} )( typeof window !== "undefined" ? window : this, function( window, noGlobal ) { - -// Edge <= 12 - 13+, Firefox <=18 - 45+, IE 10 - 11, Safari 5.1 - 9+, iOS 6 - 9.1 -// throw exceptions when non-strict code (e.g., ASP.NET 4.5) accesses strict mode -// arguments.callee.caller (trac-13335). But as of jQuery 3.0 (2016), strict mode should be common -// enough that all such attempts are guarded in a try block. -"use strict"; - -var arr = []; - -var getProto = Object.getPrototypeOf; - -var slice = arr.slice; - -var flat = arr.flat ? function( array ) { - return arr.flat.call( array ); -} : function( array ) { - return arr.concat.apply( [], array ); -}; - - -var push = arr.push; - -var indexOf = arr.indexOf; - -var class2type = {}; - -var toString = class2type.toString; - -var hasOwn = class2type.hasOwnProperty; - -var fnToString = hasOwn.toString; - -var ObjectFunctionString = fnToString.call( Object ); - -var support = {}; - -var isFunction = function isFunction( obj ) { - - // Support: Chrome <=57, Firefox <=52 - // In some browsers, typeof returns "function" for HTML <object> elements - // (i.e., `typeof document.createElement( "object" ) === "function"`). - // We don't want to classify *any* DOM node as a function. - // Support: QtWeb <=3.8.5, WebKit <=534.34, wkhtmltopdf tool <=0.12.5 - // Plus for old WebKit, typeof returns "function" for HTML collections - // (e.g., `typeof document.getElementsByTagName("div") === "function"`). (gh-4756) - return typeof obj === "function" && typeof obj.nodeType !== "number" && - typeof obj.item !== "function"; - }; - - -var isWindow = function isWindow( obj ) { - return obj != null && obj === obj.window; - }; - - -var document = window.document; - - - - var preservedScriptAttributes = { - type: true, - src: true, - nonce: true, - noModule: true - }; - - function DOMEval( code, node, doc ) { - doc = doc || document; - - var i, val, - script = doc.createElement( "script" ); - - script.text = code; - if ( node ) { - for ( i in preservedScriptAttributes ) { - - // Support: Firefox 64+, Edge 18+ - // Some browsers don't support the "nonce" property on scripts. - // On the other hand, just using `getAttribute` is not enough as - // the `nonce` attribute is reset to an empty string whenever it - // becomes browsing-context connected. - // See https://github.com/whatwg/html/issues/2369 - // See https://html.spec.whatwg.org/#nonce-attributes - // The `node.getAttribute` check was added for the sake of - // `jQuery.globalEval` so that it can fake a nonce-containing node - // via an object. - val = node[ i ] || node.getAttribute && node.getAttribute( i ); - if ( val ) { - script.setAttribute( i, val ); - } - } - } - doc.head.appendChild( script ).parentNode.removeChild( script ); - } - - -function toType( obj ) { - if ( obj == null ) { - return obj + ""; - } - - // Support: Android <=2.3 only (functionish RegExp) - return typeof obj === "object" || typeof obj === "function" ? - class2type[ toString.call( obj ) ] || "object" : - typeof obj; -} -/* global Symbol */ -// Defining this global in .eslintrc.json would create a danger of using the global -// unguarded in another place, it seems safer to define global only for this module - - - -var - version = "3.6.3 -ajax,-ajax/jsonp,-ajax/load,-ajax/script,-ajax/var/location,-ajax/var/nonce,-ajax/var/rquery,-ajax/xhr,-manipulation/_evalUrl,-deprecated/ajax-event-alias,-effects,-effects/Tween,-effects/animatedSelector", - - // Define a local copy of jQuery - jQuery = function( selector, context ) { - - // The jQuery object is actually just the init constructor 'enhanced' - // Need init if jQuery is called (just allow error to be thrown if not included) - return new jQuery.fn.init( selector, context ); - }; - -jQuery.fn = jQuery.prototype = { - - // The current version of jQuery being used - jquery: version, - - constructor: jQuery, - - // The default length of a jQuery object is 0 - length: 0, - - toArray: function() { - return slice.call( this ); - }, - - // Get the Nth element in the matched element set OR - // Get the whole matched element set as a clean array - get: function( num ) { - - // Return all the elements in a clean array - if ( num == null ) { - return slice.call( this ); - } - - // Return just the one element from the set - return num < 0 ? this[ num + this.length ] : this[ num ]; - }, - - // Take an array of elements and push it onto the stack - // (returning the new matched element set) - pushStack: function( elems ) { - - // Build a new jQuery matched element set - var ret = jQuery.merge( this.constructor(), elems ); - - // Add the old object onto the stack (as a reference) - ret.prevObject = this; - - // Return the newly-formed element set - return ret; - }, - - // Execute a callback for every element in the matched set. - each: function( callback ) { - return jQuery.each( this, callback ); - }, - - map: function( callback ) { - return this.pushStack( jQuery.map( this, function( elem, i ) { - return callback.call( elem, i, elem ); - } ) ); - }, - - slice: function() { - return this.pushStack( slice.apply( this, arguments ) ); - }, - - first: function() { - return this.eq( 0 ); - }, - - last: function() { - return this.eq( -1 ); - }, - - even: function() { - return this.pushStack( jQuery.grep( this, function( _elem, i ) { - return ( i + 1 ) % 2; - } ) ); - }, - - odd: function() { - return this.pushStack( jQuery.grep( this, function( _elem, i ) { - return i % 2; - } ) ); - }, - - eq: function( i ) { - var len = this.length, - j = +i + ( i < 0 ? len : 0 ); - return this.pushStack( j >= 0 && j < len ? [ this[ j ] ] : [] ); - }, - - end: function() { - return this.prevObject || this.constructor(); - }, - - // For internal use only. - // Behaves like an Array's method, not like a jQuery method. - push: push, - sort: arr.sort, - splice: arr.splice -}; - -jQuery.extend = jQuery.fn.extend = function() { - var options, name, src, copy, copyIsArray, clone, - target = arguments[ 0 ] || {}, - i = 1, - length = arguments.length, - deep = false; - - // Handle a deep copy situation - if ( typeof target === "boolean" ) { - deep = target; - - // Skip the boolean and the target - target = arguments[ i ] || {}; - i++; - } - - // Handle case when target is a string or something (possible in deep copy) - if ( typeof target !== "object" && !isFunction( target ) ) { - target = {}; - } - - // Extend jQuery itself if only one argument is passed - if ( i === length ) { - target = this; - i--; - } - - for ( ; i < length; i++ ) { - - // Only deal with non-null/undefined values - if ( ( options = arguments[ i ] ) != null ) { - - // Extend the base object - for ( name in options ) { - copy = options[ name ]; - - // Prevent Object.prototype pollution - // Prevent never-ending loop - if ( name === "__proto__" || target === copy ) { - continue; - } - - // Recurse if we're merging plain objects or arrays - if ( deep && copy && ( jQuery.isPlainObject( copy ) || - ( copyIsArray = Array.isArray( copy ) ) ) ) { - src = target[ name ]; - - // Ensure proper type for the source value - if ( copyIsArray && !Array.isArray( src ) ) { - clone = []; - } else if ( !copyIsArray && !jQuery.isPlainObject( src ) ) { - clone = {}; - } else { - clone = src; - } - copyIsArray = false; - - // Never move original objects, clone them - target[ name ] = jQuery.extend( deep, clone, copy ); - - // Don't bring in undefined values - } else if ( copy !== undefined ) { - target[ name ] = copy; - } - } - } - } - - // Return the modified object - return target; -}; - -jQuery.extend( { - - // Unique for each copy of jQuery on the page - expando: "jQuery" + ( version + Math.random() ).replace( /\D/g, "" ), - - // Assume jQuery is ready without the ready module - isReady: true, - - error: function( msg ) { - throw new Error( msg ); - }, - - noop: function() {}, - - isPlainObject: function( obj ) { - var proto, Ctor; - - // Detect obvious negatives - // Use toString instead of jQuery.type to catch host objects - if ( !obj || toString.call( obj ) !== "[object Object]" ) { - return false; - } - - proto = getProto( obj ); - - // Objects with no prototype (e.g., `Object.create( null )`) are plain - if ( !proto ) { - return true; - } - - // Objects with prototype are plain iff they were constructed by a global Object function - Ctor = hasOwn.call( proto, "constructor" ) && proto.constructor; - return typeof Ctor === "function" && fnToString.call( Ctor ) === ObjectFunctionString; - }, - - isEmptyObject: function( obj ) { - var name; - - for ( name in obj ) { - return false; - } - return true; - }, - - // Evaluates a script in a provided context; falls back to the global one - // if not specified. - globalEval: function( code, options, doc ) { - DOMEval( code, { nonce: options && options.nonce }, doc ); - }, - - each: function( obj, callback ) { - var length, i = 0; - - if ( isArrayLike( obj ) ) { - length = obj.length; - for ( ; i < length; i++ ) { - if ( callback.call( obj[ i ], i, obj[ i ] ) === false ) { - break; - } - } - } else { - for ( i in obj ) { - if ( callback.call( obj[ i ], i, obj[ i ] ) === false ) { - break; - } - } - } - - return obj; - }, - - // results is for internal usage only - makeArray: function( arr, results ) { - var ret = results || []; - - if ( arr != null ) { - if ( isArrayLike( Object( arr ) ) ) { - jQuery.merge( ret, - typeof arr === "string" ? - [ arr ] : arr - ); - } else { - push.call( ret, arr ); - } - } - - return ret; - }, - - inArray: function( elem, arr, i ) { - return arr == null ? -1 : indexOf.call( arr, elem, i ); - }, - - // Support: Android <=4.0 only, PhantomJS 1 only - // push.apply(_, arraylike) throws on ancient WebKit - merge: function( first, second ) { - var len = +second.length, - j = 0, - i = first.length; - - for ( ; j < len; j++ ) { - first[ i++ ] = second[ j ]; - } - - first.length = i; - - return first; - }, - - grep: function( elems, callback, invert ) { - var callbackInverse, - matches = [], - i = 0, - length = elems.length, - callbackExpect = !invert; - - // Go through the array, only saving the items - // that pass the validator function - for ( ; i < length; i++ ) { - callbackInverse = !callback( elems[ i ], i ); - if ( callbackInverse !== callbackExpect ) { - matches.push( elems[ i ] ); - } - } - - return matches; - }, - - // arg is for internal usage only - map: function( elems, callback, arg ) { - var length, value, - i = 0, - ret = []; - - // Go through the array, translating each of the items to their new values - if ( isArrayLike( elems ) ) { - length = elems.length; - for ( ; i < length; i++ ) { - value = callback( elems[ i ], i, arg ); - - if ( value != null ) { - ret.push( value ); - } - } - - // Go through every key on the object, - } else { - for ( i in elems ) { - value = callback( elems[ i ], i, arg ); - - if ( value != null ) { - ret.push( value ); - } - } - } - - // Flatten any nested arrays - return flat( ret ); - }, - - // A global GUID counter for objects - guid: 1, - - // jQuery.support is not used in Core but other projects attach their - // properties to it so it needs to exist. - support: support -} ); - -if ( typeof Symbol === "function" ) { - jQuery.fn[ Symbol.iterator ] = arr[ Symbol.iterator ]; -} - -// Populate the class2type map -jQuery.each( "Boolean Number String Function Array Date RegExp Object Error Symbol".split( " " ), - function( _i, name ) { - class2type[ "[object " + name + "]" ] = name.toLowerCase(); - } ); - -function isArrayLike( obj ) { - - // Support: real iOS 8.2 only (not reproducible in simulator) - // `in` check used to prevent JIT error (gh-2145) - // hasOwn isn't used here due to false negatives - // regarding Nodelist length in IE - var length = !!obj && "length" in obj && obj.length, - type = toType( obj ); - - if ( isFunction( obj ) || isWindow( obj ) ) { - return false; - } - - return type === "array" || length === 0 || - typeof length === "number" && length > 0 && ( length - 1 ) in obj; -} -var Sizzle = -/*! - * Sizzle CSS Selector Engine v2.3.9 - * https://sizzlejs.com/ - * - * Copyright JS Foundation and other contributors - * Released under the MIT license - * https://js.foundation/ - * - * Date: 2022-12-19 - */ -( function( window ) { -var i, - support, - Expr, - getText, - isXML, - tokenize, - compile, - select, - outermostContext, - sortInput, - hasDuplicate, - - // Local document vars - setDocument, - document, - docElem, - documentIsHTML, - rbuggyQSA, - rbuggyMatches, - matches, - contains, - - // Instance-specific data - expando = "sizzle" + 1 * new Date(), - preferredDoc = window.document, - dirruns = 0, - done = 0, - classCache = createCache(), - tokenCache = createCache(), - compilerCache = createCache(), - nonnativeSelectorCache = createCache(), - sortOrder = function( a, b ) { - if ( a === b ) { - hasDuplicate = true; - } - return 0; - }, - - // Instance methods - hasOwn = ( {} ).hasOwnProperty, - arr = [], - pop = arr.pop, - pushNative = arr.push, - push = arr.push, - slice = arr.slice, - - // Use a stripped-down indexOf as it's faster than native - // https://jsperf.com/thor-indexof-vs-for/5 - indexOf = function( list, elem ) { - var i = 0, - len = list.length; - for ( ; i < len; i++ ) { - if ( list[ i ] === elem ) { - return i; - } - } - return -1; - }, - - booleans = "checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|" + - "ismap|loop|multiple|open|readonly|required|scoped", - - // Regular expressions - - // http://www.w3.org/TR/css3-selectors/#whitespace - whitespace = "[\\x20\\t\\r\\n\\f]", - - // https://www.w3.org/TR/css-syntax-3/#ident-token-diagram - identifier = "(?:\\\\[\\da-fA-F]{1,6}" + whitespace + - "?|\\\\[^\\r\\n\\f]|[\\w-]|[^\0-\\x7f])+", - - // Attribute selectors: http://www.w3.org/TR/selectors/#attribute-selectors - attributes = "\\[" + whitespace + "*(" + identifier + ")(?:" + whitespace + - - // Operator (capture 2) - "*([*^$|!~]?=)" + whitespace + - - // "Attribute values must be CSS identifiers [capture 5] - // or strings [capture 3 or capture 4]" - "*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|(" + identifier + "))|)" + - whitespace + "*\\]", - - pseudos = ":(" + identifier + ")(?:\\((" + - - // To reduce the number of selectors needing tokenize in the preFilter, prefer arguments: - // 1. quoted (capture 3; capture 4 or capture 5) - "('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|" + - - // 2. simple (capture 6) - "((?:\\\\.|[^\\\\()[\\]]|" + attributes + ")*)|" + - - // 3. anything else (capture 2) - ".*" + - ")\\)|)", - - // Leading and non-escaped trailing whitespace, capturing some non-whitespace characters preceding the latter - rwhitespace = new RegExp( whitespace + "+", "g" ), - rtrim = new RegExp( "^" + whitespace + "+|((?:^|[^\\\\])(?:\\\\.)*)" + - whitespace + "+$", "g" ), - - rcomma = new RegExp( "^" + whitespace + "*," + whitespace + "*" ), - rcombinators = new RegExp( "^" + whitespace + "*([>+~]|" + whitespace + ")" + whitespace + - "*" ), - rdescend = new RegExp( whitespace + "|>" ), - - rpseudo = new RegExp( pseudos ), - ridentifier = new RegExp( "^" + identifier + "$" ), - - matchExpr = { - "ID": new RegExp( "^#(" + identifier + ")" ), - "CLASS": new RegExp( "^\\.(" + identifier + ")" ), - "TAG": new RegExp( "^(" + identifier + "|[*])" ), - "ATTR": new RegExp( "^" + attributes ), - "PSEUDO": new RegExp( "^" + pseudos ), - "CHILD": new RegExp( "^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\(" + - whitespace + "*(even|odd|(([+-]|)(\\d*)n|)" + whitespace + "*(?:([+-]|)" + - whitespace + "*(\\d+)|))" + whitespace + "*\\)|)", "i" ), - "bool": new RegExp( "^(?:" + booleans + ")$", "i" ), - - // For use in libraries implementing .is() - // We use this for POS matching in `select` - "needsContext": new RegExp( "^" + whitespace + - "*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\(" + whitespace + - "*((?:-\\d)?\\d*)" + whitespace + "*\\)|)(?=[^-]|$)", "i" ) - }, - - rhtml = /HTML$/i, - rinputs = /^(?:input|select|textarea|button)$/i, - rheader = /^h\d$/i, - - rnative = /^[^{]+\{\s*\[native \w/, - - // Easily-parseable/retrievable ID or TAG or CLASS selectors - rquickExpr = /^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/, - - rsibling = /[+~]/, - - // CSS escapes - // http://www.w3.org/TR/CSS21/syndata.html#escaped-characters - runescape = new RegExp( "\\\\[\\da-fA-F]{1,6}" + whitespace + "?|\\\\([^\\r\\n\\f])", "g" ), - funescape = function( escape, nonHex ) { - var high = "0x" + escape.slice( 1 ) - 0x10000; - - return nonHex ? - - // Strip the backslash prefix from a non-hex escape sequence - nonHex : - - // Replace a hexadecimal escape sequence with the encoded Unicode code point - // Support: IE <=11+ - // For values outside the Basic Multilingual Plane (BMP), manually construct a - // surrogate pair - high < 0 ? - String.fromCharCode( high + 0x10000 ) : - String.fromCharCode( high >> 10 | 0xD800, high & 0x3FF | 0xDC00 ); - }, - - // CSS string/identifier serialization - // https://drafts.csswg.org/cssom/#common-serializing-idioms - rcssescape = /([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g, - fcssescape = function( ch, asCodePoint ) { - if ( asCodePoint ) { - - // U+0000 NULL becomes U+FFFD REPLACEMENT CHARACTER - if ( ch === "\0" ) { - return "\uFFFD"; - } - - // Control characters and (dependent upon position) numbers get escaped as code points - return ch.slice( 0, -1 ) + "\\" + - ch.charCodeAt( ch.length - 1 ).toString( 16 ) + " "; - } - - // Other potentially-special ASCII characters get backslash-escaped - return "\\" + ch; - }, - - // Used for iframes - // See setDocument() - // Removing the function wrapper causes a "Permission Denied" - // error in IE - unloadHandler = function() { - setDocument(); - }, - - inDisabledFieldset = addCombinator( - function( elem ) { - return elem.disabled === true && elem.nodeName.toLowerCase() === "fieldset"; - }, - { dir: "parentNode", next: "legend" } - ); - -// Optimize for push.apply( _, NodeList ) -try { - push.apply( - ( arr = slice.call( preferredDoc.childNodes ) ), - preferredDoc.childNodes - ); - - // Support: Android<4.0 - // Detect silently failing push.apply - // eslint-disable-next-line no-unused-expressions - arr[ preferredDoc.childNodes.length ].nodeType; -} catch ( e ) { - push = { apply: arr.length ? - - // Leverage slice if possible - function( target, els ) { - pushNative.apply( target, slice.call( els ) ); - } : - - // Support: IE<9 - // Otherwise append directly - function( target, els ) { - var j = target.length, - i = 0; - - // Can't trust NodeList.length - while ( ( target[ j++ ] = els[ i++ ] ) ) {} - target.length = j - 1; - } - }; -} - -function Sizzle( selector, context, results, seed ) { - var m, i, elem, nid, match, groups, newSelector, - newContext = context && context.ownerDocument, - - // nodeType defaults to 9, since context defaults to document - nodeType = context ? context.nodeType : 9; - - results = results || []; - - // Return early from calls with invalid selector or context - if ( typeof selector !== "string" || !selector || - nodeType !== 1 && nodeType !== 9 && nodeType !== 11 ) { - - return results; - } - - // Try to shortcut find operations (as opposed to filters) in HTML documents - if ( !seed ) { - setDocument( context ); - context = context || document; - - if ( documentIsHTML ) { - - // If the selector is sufficiently simple, try using a "get*By*" DOM method - // (excepting DocumentFragment context, where the methods don't exist) - if ( nodeType !== 11 && ( match = rquickExpr.exec( selector ) ) ) { - - // ID selector - if ( ( m = match[ 1 ] ) ) { - - // Document context - if ( nodeType === 9 ) { - if ( ( elem = context.getElementById( m ) ) ) { - - // Support: IE, Opera, Webkit - // TODO: identify versions - // getElementById can match elements by name instead of ID - if ( elem.id === m ) { - results.push( elem ); - return results; - } - } else { - return results; - } - - // Element context - } else { - - // Support: IE, Opera, Webkit - // TODO: identify versions - // getElementById can match elements by name instead of ID - if ( newContext && ( elem = newContext.getElementById( m ) ) && - contains( context, elem ) && - elem.id === m ) { - - results.push( elem ); - return results; - } - } - - // Type selector - } else if ( match[ 2 ] ) { - push.apply( results, context.getElementsByTagName( selector ) ); - return results; - - // Class selector - } else if ( ( m = match[ 3 ] ) && support.getElementsByClassName && - context.getElementsByClassName ) { - - push.apply( results, context.getElementsByClassName( m ) ); - return results; - } - } - - // Take advantage of querySelectorAll - if ( support.qsa && - !nonnativeSelectorCache[ selector + " " ] && - ( !rbuggyQSA || !rbuggyQSA.test( selector ) ) && - - // Support: IE 8 only - // Exclude object elements - ( nodeType !== 1 || context.nodeName.toLowerCase() !== "object" ) ) { - - newSelector = selector; - newContext = context; - - // qSA considers elements outside a scoping root when evaluating child or - // descendant combinators, which is not what we want. - // In such cases, we work around the behavior by prefixing every selector in the - // list with an ID selector referencing the scope context. - // The technique has to be used as well when a leading combinator is used - // as such selectors are not recognized by querySelectorAll. - // Thanks to Andrew Dupont for this technique. - if ( nodeType === 1 && - ( rdescend.test( selector ) || rcombinators.test( selector ) ) ) { - - // Expand context for sibling selectors - newContext = rsibling.test( selector ) && testContext( context.parentNode ) || - context; - - // We can use :scope instead of the ID hack if the browser - // supports it & if we're not changing the context. - if ( newContext !== context || !support.scope ) { - - // Capture the context ID, setting it first if necessary - if ( ( nid = context.getAttribute( "id" ) ) ) { - nid = nid.replace( rcssescape, fcssescape ); - } else { - context.setAttribute( "id", ( nid = expando ) ); - } - } - - // Prefix every selector in the list - groups = tokenize( selector ); - i = groups.length; - while ( i-- ) { - groups[ i ] = ( nid ? "#" + nid : ":scope" ) + " " + - toSelector( groups[ i ] ); - } - newSelector = groups.join( "," ); - } - - try { - - // `qSA` may not throw for unrecognized parts using forgiving parsing: - // https://drafts.csswg.org/selectors/#forgiving-selector - // like the `:has()` pseudo-class: - // https://drafts.csswg.org/selectors/#relational - // `CSS.supports` is still expected to return `false` then: - // https://drafts.csswg.org/css-conditional-4/#typedef-supports-selector-fn - // https://drafts.csswg.org/css-conditional-4/#dfn-support-selector - if ( support.cssSupportsSelector && - - // eslint-disable-next-line no-undef - !CSS.supports( "selector(:is(" + newSelector + "))" ) ) { - - // Support: IE 11+ - // Throw to get to the same code path as an error directly in qSA. - // Note: once we only support browser supporting - // `CSS.supports('selector(...)')`, we can most likely drop - // the `try-catch`. IE doesn't implement the API. - throw new Error(); - } - - push.apply( results, - newContext.querySelectorAll( newSelector ) - ); - return results; - } catch ( qsaError ) { - nonnativeSelectorCache( selector, true ); - } finally { - if ( nid === expando ) { - context.removeAttribute( "id" ); - } - } - } - } - } - - // All others - return select( selector.replace( rtrim, "$1" ), context, results, seed ); -} - -/** - * Create key-value caches of limited size - * @returns {function(string, object)} Returns the Object data after storing it on itself with - * property name the (space-suffixed) string and (if the cache is larger than Expr.cacheLength) - * deleting the oldest entry - */ -function createCache() { - var keys = []; - - function cache( key, value ) { - - // Use (key + " ") to avoid collision with native prototype properties (see Issue #157) - if ( keys.push( key + " " ) > Expr.cacheLength ) { - - // Only keep the most recent entries - delete cache[ keys.shift() ]; - } - return ( cache[ key + " " ] = value ); - } - return cache; -} - -/** - * Mark a function for special use by Sizzle - * @param {Function} fn The function to mark - */ -function markFunction( fn ) { - fn[ expando ] = true; - return fn; -} - -/** - * Support testing using an element - * @param {Function} fn Passed the created element and returns a boolean result - */ -function assert( fn ) { - var el = document.createElement( "fieldset" ); - - try { - return !!fn( el ); - } catch ( e ) { - return false; - } finally { - - // Remove from its parent by default - if ( el.parentNode ) { - el.parentNode.removeChild( el ); - } - - // release memory in IE - el = null; - } -} - -/** - * Adds the same handler for all of the specified attrs - * @param {String} attrs Pipe-separated list of attributes - * @param {Function} handler The method that will be applied - */ -function addHandle( attrs, handler ) { - var arr = attrs.split( "|" ), - i = arr.length; - - while ( i-- ) { - Expr.attrHandle[ arr[ i ] ] = handler; - } -} - -/** - * Checks document order of two siblings - * @param {Element} a - * @param {Element} b - * @returns {Number} Returns less than 0 if a precedes b, greater than 0 if a follows b - */ -function siblingCheck( a, b ) { - var cur = b && a, - diff = cur && a.nodeType === 1 && b.nodeType === 1 && - a.sourceIndex - b.sourceIndex; - - // Use IE sourceIndex if available on both nodes - if ( diff ) { - return diff; - } - - // Check if b follows a - if ( cur ) { - while ( ( cur = cur.nextSibling ) ) { - if ( cur === b ) { - return -1; - } - } - } - - return a ? 1 : -1; -} - -/** - * Returns a function to use in pseudos for input types - * @param {String} type - */ -function createInputPseudo( type ) { - return function( elem ) { - var name = elem.nodeName.toLowerCase(); - return name === "input" && elem.type === type; - }; -} - -/** - * Returns a function to use in pseudos for buttons - * @param {String} type - */ -function createButtonPseudo( type ) { - return function( elem ) { - var name = elem.nodeName.toLowerCase(); - return ( name === "input" || name === "button" ) && elem.type === type; - }; -} - -/** - * Returns a function to use in pseudos for :enabled/:disabled - * @param {Boolean} disabled true for :disabled; false for :enabled - */ -function createDisabledPseudo( disabled ) { - - // Known :disabled false positives: fieldset[disabled] > legend:nth-of-type(n+2) :can-disable - return function( elem ) { - - // Only certain elements can match :enabled or :disabled - // https://html.spec.whatwg.org/multipage/scripting.html#selector-enabled - // https://html.spec.whatwg.org/multipage/scripting.html#selector-disabled - if ( "form" in elem ) { - - // Check for inherited disabledness on relevant non-disabled elements: - // * listed form-associated elements in a disabled fieldset - // https://html.spec.whatwg.org/multipage/forms.html#category-listed - // https://html.spec.whatwg.org/multipage/forms.html#concept-fe-disabled - // * option elements in a disabled optgroup - // https://html.spec.whatwg.org/multipage/forms.html#concept-option-disabled - // All such elements have a "form" property. - if ( elem.parentNode && elem.disabled === false ) { - - // Option elements defer to a parent optgroup if present - if ( "label" in elem ) { - if ( "label" in elem.parentNode ) { - return elem.parentNode.disabled === disabled; - } else { - return elem.disabled === disabled; - } - } - - // Support: IE 6 - 11 - // Use the isDisabled shortcut property to check for disabled fieldset ancestors - return elem.isDisabled === disabled || - - // Where there is no isDisabled, check manually - /* jshint -W018 */ - elem.isDisabled !== !disabled && - inDisabledFieldset( elem ) === disabled; - } - - return elem.disabled === disabled; - - // Try to winnow out elements that can't be disabled before trusting the disabled property. - // Some victims get caught in our net (label, legend, menu, track), but it shouldn't - // even exist on them, let alone have a boolean value. - } else if ( "label" in elem ) { - return elem.disabled === disabled; - } - - // Remaining elements are neither :enabled nor :disabled - return false; - }; -} - -/** - * Returns a function to use in pseudos for positionals - * @param {Function} fn - */ -function createPositionalPseudo( fn ) { - return markFunction( function( argument ) { - argument = +argument; - return markFunction( function( seed, matches ) { - var j, - matchIndexes = fn( [], seed.length, argument ), - i = matchIndexes.length; - - // Match elements found at the specified indexes - while ( i-- ) { - if ( seed[ ( j = matchIndexes[ i ] ) ] ) { - seed[ j ] = !( matches[ j ] = seed[ j ] ); - } - } - } ); - } ); -} - -/** - * Checks a node for validity as a Sizzle context - * @param {Element|Object=} context - * @returns {Element|Object|Boolean} The input node if acceptable, otherwise a falsy value - */ -function testContext( context ) { - return context && typeof context.getElementsByTagName !== "undefined" && context; -} - -// Expose support vars for convenience -support = Sizzle.support = {}; - -/** - * Detects XML nodes - * @param {Element|Object} elem An element or a document - * @returns {Boolean} True iff elem is a non-HTML XML node - */ -isXML = Sizzle.isXML = function( elem ) { - var namespace = elem && elem.namespaceURI, - docElem = elem && ( elem.ownerDocument || elem ).documentElement; - - // Support: IE <=8 - // Assume HTML when documentElement doesn't yet exist, such as inside loading iframes - // https://bugs.jquery.com/ticket/4833 - return !rhtml.test( namespace || docElem && docElem.nodeName || "HTML" ); -}; - -/** - * Sets document-related variables once based on the current document - * @param {Element|Object} [doc] An element or document object to use to set the document - * @returns {Object} Returns the current document - */ -setDocument = Sizzle.setDocument = function( node ) { - var hasCompare, subWindow, - doc = node ? node.ownerDocument || node : preferredDoc; - - // Return early if doc is invalid or already selected - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - // eslint-disable-next-line eqeqeq - if ( doc == document || doc.nodeType !== 9 || !doc.documentElement ) { - return document; - } - - // Update global variables - document = doc; - docElem = document.documentElement; - documentIsHTML = !isXML( document ); - - // Support: IE 9 - 11+, Edge 12 - 18+ - // Accessing iframe documents after unload throws "permission denied" errors (jQuery #13936) - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - // eslint-disable-next-line eqeqeq - if ( preferredDoc != document && - ( subWindow = document.defaultView ) && subWindow.top !== subWindow ) { - - // Support: IE 11, Edge - if ( subWindow.addEventListener ) { - subWindow.addEventListener( "unload", unloadHandler, false ); - - // Support: IE 9 - 10 only - } else if ( subWindow.attachEvent ) { - subWindow.attachEvent( "onunload", unloadHandler ); - } - } - - // Support: IE 8 - 11+, Edge 12 - 18+, Chrome <=16 - 25 only, Firefox <=3.6 - 31 only, - // Safari 4 - 5 only, Opera <=11.6 - 12.x only - // IE/Edge & older browsers don't support the :scope pseudo-class. - // Support: Safari 6.0 only - // Safari 6.0 supports :scope but it's an alias of :root there. - support.scope = assert( function( el ) { - docElem.appendChild( el ).appendChild( document.createElement( "div" ) ); - return typeof el.querySelectorAll !== "undefined" && - !el.querySelectorAll( ":scope fieldset div" ).length; - } ); - - // Support: Chrome 105+, Firefox 104+, Safari 15.4+ - // Make sure forgiving mode is not used in `CSS.supports( "selector(...)" )`. - // - // `:is()` uses a forgiving selector list as an argument and is widely - // implemented, so it's a good one to test against. - support.cssSupportsSelector = assert( function() { - /* eslint-disable no-undef */ - - return CSS.supports( "selector(*)" ) && - - // Support: Firefox 78-81 only - // In old Firefox, `:is()` didn't use forgiving parsing. In that case, - // fail this test as there's no selector to test against that. - // `CSS.supports` uses unforgiving parsing - document.querySelectorAll( ":is(:jqfake)" ) && - - // `*` is needed as Safari & newer Chrome implemented something in between - // for `:has()` - it throws in `qSA` if it only contains an unsupported - // argument but multiple ones, one of which is supported, are fine. - // We want to play safe in case `:is()` gets the same treatment. - !CSS.supports( "selector(:is(*,:jqfake))" ); - - /* eslint-enable */ - } ); - - /* Attributes - ---------------------------------------------------------------------- */ - - // Support: IE<8 - // Verify that getAttribute really returns attributes and not properties - // (excepting IE8 booleans) - support.attributes = assert( function( el ) { - el.className = "i"; - return !el.getAttribute( "className" ); - } ); - - /* getElement(s)By* - ---------------------------------------------------------------------- */ - - // Check if getElementsByTagName("*") returns only elements - support.getElementsByTagName = assert( function( el ) { - el.appendChild( document.createComment( "" ) ); - return !el.getElementsByTagName( "*" ).length; - } ); - - // Support: IE<9 - support.getElementsByClassName = rnative.test( document.getElementsByClassName ); - - // Support: IE<10 - // Check if getElementById returns elements by name - // The broken getElementById methods don't pick up programmatically-set names, - // so use a roundabout getElementsByName test - support.getById = assert( function( el ) { - docElem.appendChild( el ).id = expando; - return !document.getElementsByName || !document.getElementsByName( expando ).length; - } ); - - // ID filter and find - if ( support.getById ) { - Expr.filter[ "ID" ] = function( id ) { - var attrId = id.replace( runescape, funescape ); - return function( elem ) { - return elem.getAttribute( "id" ) === attrId; - }; - }; - Expr.find[ "ID" ] = function( id, context ) { - if ( typeof context.getElementById !== "undefined" && documentIsHTML ) { - var elem = context.getElementById( id ); - return elem ? [ elem ] : []; - } - }; - } else { - Expr.filter[ "ID" ] = function( id ) { - var attrId = id.replace( runescape, funescape ); - return function( elem ) { - var node = typeof elem.getAttributeNode !== "undefined" && - elem.getAttributeNode( "id" ); - return node && node.value === attrId; - }; - }; - - // Support: IE 6 - 7 only - // getElementById is not reliable as a find shortcut - Expr.find[ "ID" ] = function( id, context ) { - if ( typeof context.getElementById !== "undefined" && documentIsHTML ) { - var node, i, elems, - elem = context.getElementById( id ); - - if ( elem ) { - - // Verify the id attribute - node = elem.getAttributeNode( "id" ); - if ( node && node.value === id ) { - return [ elem ]; - } - - // Fall back on getElementsByName - elems = context.getElementsByName( id ); - i = 0; - while ( ( elem = elems[ i++ ] ) ) { - node = elem.getAttributeNode( "id" ); - if ( node && node.value === id ) { - return [ elem ]; - } - } - } - - return []; - } - }; - } - - // Tag - Expr.find[ "TAG" ] = support.getElementsByTagName ? - function( tag, context ) { - if ( typeof context.getElementsByTagName !== "undefined" ) { - return context.getElementsByTagName( tag ); - - // DocumentFragment nodes don't have gEBTN - } else if ( support.qsa ) { - return context.querySelectorAll( tag ); - } - } : - - function( tag, context ) { - var elem, - tmp = [], - i = 0, - - // By happy coincidence, a (broken) gEBTN appears on DocumentFragment nodes too - results = context.getElementsByTagName( tag ); - - // Filter out possible comments - if ( tag === "*" ) { - while ( ( elem = results[ i++ ] ) ) { - if ( elem.nodeType === 1 ) { - tmp.push( elem ); - } - } - - return tmp; - } - return results; - }; - - // Class - Expr.find[ "CLASS" ] = support.getElementsByClassName && function( className, context ) { - if ( typeof context.getElementsByClassName !== "undefined" && documentIsHTML ) { - return context.getElementsByClassName( className ); - } - }; - - /* QSA/matchesSelector - ---------------------------------------------------------------------- */ - - // QSA and matchesSelector support - - // matchesSelector(:active) reports false when true (IE9/Opera 11.5) - rbuggyMatches = []; - - // qSa(:focus) reports false when true (Chrome 21) - // We allow this because of a bug in IE8/9 that throws an error - // whenever `document.activeElement` is accessed on an iframe - // So, we allow :focus to pass through QSA all the time to avoid the IE error - // See https://bugs.jquery.com/ticket/13378 - rbuggyQSA = []; - - if ( ( support.qsa = rnative.test( document.querySelectorAll ) ) ) { - - // Build QSA regex - // Regex strategy adopted from Diego Perini - assert( function( el ) { - - var input; - - // Select is set to empty string on purpose - // This is to test IE's treatment of not explicitly - // setting a boolean content attribute, - // since its presence should be enough - // https://bugs.jquery.com/ticket/12359 - docElem.appendChild( el ).innerHTML = "<a id='" + expando + "'></a>" + - "<select id='" + expando + "-\r\\' msallowcapture=''>" + - "<option selected=''></option></select>"; - - // Support: IE8, Opera 11-12.16 - // Nothing should be selected when empty strings follow ^= or $= or *= - // The test attribute must be unknown in Opera but "safe" for WinRT - // https://msdn.microsoft.com/en-us/library/ie/hh465388.aspx#attribute_section - if ( el.querySelectorAll( "[msallowcapture^='']" ).length ) { - rbuggyQSA.push( "[*^$]=" + whitespace + "*(?:''|\"\")" ); - } - - // Support: IE8 - // Boolean attributes and "value" are not treated correctly - if ( !el.querySelectorAll( "[selected]" ).length ) { - rbuggyQSA.push( "\\[" + whitespace + "*(?:value|" + booleans + ")" ); - } - - // Support: Chrome<29, Android<4.4, Safari<7.0+, iOS<7.0+, PhantomJS<1.9.8+ - if ( !el.querySelectorAll( "[id~=" + expando + "-]" ).length ) { - rbuggyQSA.push( "~=" ); - } - - // Support: IE 11+, Edge 15 - 18+ - // IE 11/Edge don't find elements on a `[name='']` query in some cases. - // Adding a temporary attribute to the document before the selection works - // around the issue. - // Interestingly, IE 10 & older don't seem to have the issue. - input = document.createElement( "input" ); - input.setAttribute( "name", "" ); - el.appendChild( input ); - if ( !el.querySelectorAll( "[name='']" ).length ) { - rbuggyQSA.push( "\\[" + whitespace + "*name" + whitespace + "*=" + - whitespace + "*(?:''|\"\")" ); - } - - // Webkit/Opera - :checked should return selected option elements - // http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked - // IE8 throws error here and will not see later tests - if ( !el.querySelectorAll( ":checked" ).length ) { - rbuggyQSA.push( ":checked" ); - } - - // Support: Safari 8+, iOS 8+ - // https://bugs.webkit.org/show_bug.cgi?id=136851 - // In-page `selector#id sibling-combinator selector` fails - if ( !el.querySelectorAll( "a#" + expando + "+*" ).length ) { - rbuggyQSA.push( ".#.+[+~]" ); - } - - // Support: Firefox <=3.6 - 5 only - // Old Firefox doesn't throw on a badly-escaped identifier. - el.querySelectorAll( "\\\f" ); - rbuggyQSA.push( "[\\r\\n\\f]" ); - } ); - - assert( function( el ) { - el.innerHTML = "<a href='' disabled='disabled'></a>" + - "<select disabled='disabled'><option/></select>"; - - // Support: Windows 8 Native Apps - // The type and name attributes are restricted during .innerHTML assignment - var input = document.createElement( "input" ); - input.setAttribute( "type", "hidden" ); - el.appendChild( input ).setAttribute( "name", "D" ); - - // Support: IE8 - // Enforce case-sensitivity of name attribute - if ( el.querySelectorAll( "[name=d]" ).length ) { - rbuggyQSA.push( "name" + whitespace + "*[*^$|!~]?=" ); - } - - // FF 3.5 - :enabled/:disabled and hidden elements (hidden elements are still enabled) - // IE8 throws error here and will not see later tests - if ( el.querySelectorAll( ":enabled" ).length !== 2 ) { - rbuggyQSA.push( ":enabled", ":disabled" ); - } - - // Support: IE9-11+ - // IE's :disabled selector does not pick up the children of disabled fieldsets - docElem.appendChild( el ).disabled = true; - if ( el.querySelectorAll( ":disabled" ).length !== 2 ) { - rbuggyQSA.push( ":enabled", ":disabled" ); - } - - // Support: Opera 10 - 11 only - // Opera 10-11 does not throw on post-comma invalid pseudos - el.querySelectorAll( "*,:x" ); - rbuggyQSA.push( ",.*:" ); - } ); - } - - if ( ( support.matchesSelector = rnative.test( ( matches = docElem.matches || - docElem.webkitMatchesSelector || - docElem.mozMatchesSelector || - docElem.oMatchesSelector || - docElem.msMatchesSelector ) ) ) ) { - - assert( function( el ) { - - // Check to see if it's possible to do matchesSelector - // on a disconnected node (IE 9) - support.disconnectedMatch = matches.call( el, "*" ); - - // This should fail with an exception - // Gecko does not error, returns false instead - matches.call( el, "[s!='']:x" ); - rbuggyMatches.push( "!=", pseudos ); - } ); - } - - if ( !support.cssSupportsSelector ) { - - // Support: Chrome 105+, Safari 15.4+ - // `:has()` uses a forgiving selector list as an argument so our regular - // `try-catch` mechanism fails to catch `:has()` with arguments not supported - // natively like `:has(:contains("Foo"))`. Where supported & spec-compliant, - // we now use `CSS.supports("selector(:is(SELECTOR_TO_BE_TESTED))")`, but - // outside that we mark `:has` as buggy. - rbuggyQSA.push( ":has" ); - } - - rbuggyQSA = rbuggyQSA.length && new RegExp( rbuggyQSA.join( "|" ) ); - rbuggyMatches = rbuggyMatches.length && new RegExp( rbuggyMatches.join( "|" ) ); - - /* Contains - ---------------------------------------------------------------------- */ - hasCompare = rnative.test( docElem.compareDocumentPosition ); - - // Element contains another - // Purposefully self-exclusive - // As in, an element does not contain itself - contains = hasCompare || rnative.test( docElem.contains ) ? - function( a, b ) { - - // Support: IE <9 only - // IE doesn't have `contains` on `document` so we need to check for - // `documentElement` presence. - // We need to fall back to `a` when `documentElement` is missing - // as `ownerDocument` of elements within `<template/>` may have - // a null one - a default behavior of all modern browsers. - var adown = a.nodeType === 9 && a.documentElement || a, - bup = b && b.parentNode; - return a === bup || !!( bup && bup.nodeType === 1 && ( - adown.contains ? - adown.contains( bup ) : - a.compareDocumentPosition && a.compareDocumentPosition( bup ) & 16 - ) ); - } : - function( a, b ) { - if ( b ) { - while ( ( b = b.parentNode ) ) { - if ( b === a ) { - return true; - } - } - } - return false; - }; - - /* Sorting - ---------------------------------------------------------------------- */ - - // Document order sorting - sortOrder = hasCompare ? - function( a, b ) { - - // Flag for duplicate removal - if ( a === b ) { - hasDuplicate = true; - return 0; - } - - // Sort on method existence if only one input has compareDocumentPosition - var compare = !a.compareDocumentPosition - !b.compareDocumentPosition; - if ( compare ) { - return compare; - } - - // Calculate position if both inputs belong to the same document - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - // eslint-disable-next-line eqeqeq - compare = ( a.ownerDocument || a ) == ( b.ownerDocument || b ) ? - a.compareDocumentPosition( b ) : - - // Otherwise we know they are disconnected - 1; - - // Disconnected nodes - if ( compare & 1 || - ( !support.sortDetached && b.compareDocumentPosition( a ) === compare ) ) { - - // Choose the first element that is related to our preferred document - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - // eslint-disable-next-line eqeqeq - if ( a == document || a.ownerDocument == preferredDoc && - contains( preferredDoc, a ) ) { - return -1; - } - - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - // eslint-disable-next-line eqeqeq - if ( b == document || b.ownerDocument == preferredDoc && - contains( preferredDoc, b ) ) { - return 1; - } - - // Maintain original order - return sortInput ? - ( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) : - 0; - } - - return compare & 4 ? -1 : 1; - } : - function( a, b ) { - - // Exit early if the nodes are identical - if ( a === b ) { - hasDuplicate = true; - return 0; - } - - var cur, - i = 0, - aup = a.parentNode, - bup = b.parentNode, - ap = [ a ], - bp = [ b ]; - - // Parentless nodes are either documents or disconnected - if ( !aup || !bup ) { - - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - /* eslint-disable eqeqeq */ - return a == document ? -1 : - b == document ? 1 : - /* eslint-enable eqeqeq */ - aup ? -1 : - bup ? 1 : - sortInput ? - ( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) : - 0; - - // If the nodes are siblings, we can do a quick check - } else if ( aup === bup ) { - return siblingCheck( a, b ); - } - - // Otherwise we need full lists of their ancestors for comparison - cur = a; - while ( ( cur = cur.parentNode ) ) { - ap.unshift( cur ); - } - cur = b; - while ( ( cur = cur.parentNode ) ) { - bp.unshift( cur ); - } - - // Walk down the tree looking for a discrepancy - while ( ap[ i ] === bp[ i ] ) { - i++; - } - - return i ? - - // Do a sibling check if the nodes have a common ancestor - siblingCheck( ap[ i ], bp[ i ] ) : - - // Otherwise nodes in our document sort first - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - /* eslint-disable eqeqeq */ - ap[ i ] == preferredDoc ? -1 : - bp[ i ] == preferredDoc ? 1 : - /* eslint-enable eqeqeq */ - 0; - }; - - return document; -}; - -Sizzle.matches = function( expr, elements ) { - return Sizzle( expr, null, null, elements ); -}; - -Sizzle.matchesSelector = function( elem, expr ) { - setDocument( elem ); - - if ( support.matchesSelector && documentIsHTML && - !nonnativeSelectorCache[ expr + " " ] && - ( !rbuggyMatches || !rbuggyMatches.test( expr ) ) && - ( !rbuggyQSA || !rbuggyQSA.test( expr ) ) ) { - - try { - var ret = matches.call( elem, expr ); - - // IE 9's matchesSelector returns false on disconnected nodes - if ( ret || support.disconnectedMatch || - - // As well, disconnected nodes are said to be in a document - // fragment in IE 9 - elem.document && elem.document.nodeType !== 11 ) { - return ret; - } - } catch ( e ) { - nonnativeSelectorCache( expr, true ); - } - } - - return Sizzle( expr, document, null, [ elem ] ).length > 0; -}; - -Sizzle.contains = function( context, elem ) { - - // Set document vars if needed - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - // eslint-disable-next-line eqeqeq - if ( ( context.ownerDocument || context ) != document ) { - setDocument( context ); - } - return contains( context, elem ); -}; - -Sizzle.attr = function( elem, name ) { - - // Set document vars if needed - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - // eslint-disable-next-line eqeqeq - if ( ( elem.ownerDocument || elem ) != document ) { - setDocument( elem ); - } - - var fn = Expr.attrHandle[ name.toLowerCase() ], - - // Don't get fooled by Object.prototype properties (jQuery #13807) - val = fn && hasOwn.call( Expr.attrHandle, name.toLowerCase() ) ? - fn( elem, name, !documentIsHTML ) : - undefined; - - return val !== undefined ? - val : - support.attributes || !documentIsHTML ? - elem.getAttribute( name ) : - ( val = elem.getAttributeNode( name ) ) && val.specified ? - val.value : - null; -}; - -Sizzle.escape = function( sel ) { - return ( sel + "" ).replace( rcssescape, fcssescape ); -}; - -Sizzle.error = function( msg ) { - throw new Error( "Syntax error, unrecognized expression: " + msg ); -}; - -/** - * Document sorting and removing duplicates - * @param {ArrayLike} results - */ -Sizzle.uniqueSort = function( results ) { - var elem, - duplicates = [], - j = 0, - i = 0; - - // Unless we *know* we can detect duplicates, assume their presence - hasDuplicate = !support.detectDuplicates; - sortInput = !support.sortStable && results.slice( 0 ); - results.sort( sortOrder ); - - if ( hasDuplicate ) { - while ( ( elem = results[ i++ ] ) ) { - if ( elem === results[ i ] ) { - j = duplicates.push( i ); - } - } - while ( j-- ) { - results.splice( duplicates[ j ], 1 ); - } - } - - // Clear input after sorting to release objects - // See https://github.com/jquery/sizzle/pull/225 - sortInput = null; - - return results; -}; - -/** - * Utility function for retrieving the text value of an array of DOM nodes - * @param {Array|Element} elem - */ -getText = Sizzle.getText = function( elem ) { - var node, - ret = "", - i = 0, - nodeType = elem.nodeType; - - if ( !nodeType ) { - - // If no nodeType, this is expected to be an array - while ( ( node = elem[ i++ ] ) ) { - - // Do not traverse comment nodes - ret += getText( node ); - } - } else if ( nodeType === 1 || nodeType === 9 || nodeType === 11 ) { - - // Use textContent for elements - // innerText usage removed for consistency of new lines (jQuery #11153) - if ( typeof elem.textContent === "string" ) { - return elem.textContent; - } else { - - // Traverse its children - for ( elem = elem.firstChild; elem; elem = elem.nextSibling ) { - ret += getText( elem ); - } - } - } else if ( nodeType === 3 || nodeType === 4 ) { - return elem.nodeValue; - } - - // Do not include comment or processing instruction nodes - - return ret; -}; - -Expr = Sizzle.selectors = { - - // Can be adjusted by the user - cacheLength: 50, - - createPseudo: markFunction, - - match: matchExpr, - - attrHandle: {}, - - find: {}, - - relative: { - ">": { dir: "parentNode", first: true }, - " ": { dir: "parentNode" }, - "+": { dir: "previousSibling", first: true }, - "~": { dir: "previousSibling" } - }, - - preFilter: { - "ATTR": function( match ) { - match[ 1 ] = match[ 1 ].replace( runescape, funescape ); - - // Move the given value to match[3] whether quoted or unquoted - match[ 3 ] = ( match[ 3 ] || match[ 4 ] || - match[ 5 ] || "" ).replace( runescape, funescape ); - - if ( match[ 2 ] === "~=" ) { - match[ 3 ] = " " + match[ 3 ] + " "; - } - - return match.slice( 0, 4 ); - }, - - "CHILD": function( match ) { - - /* matches from matchExpr["CHILD"] - 1 type (only|nth|...) - 2 what (child|of-type) - 3 argument (even|odd|\d*|\d*n([+-]\d+)?|...) - 4 xn-component of xn+y argument ([+-]?\d*n|) - 5 sign of xn-component - 6 x of xn-component - 7 sign of y-component - 8 y of y-component - */ - match[ 1 ] = match[ 1 ].toLowerCase(); - - if ( match[ 1 ].slice( 0, 3 ) === "nth" ) { - - // nth-* requires argument - if ( !match[ 3 ] ) { - Sizzle.error( match[ 0 ] ); - } - - // numeric x and y parameters for Expr.filter.CHILD - // remember that false/true cast respectively to 0/1 - match[ 4 ] = +( match[ 4 ] ? - match[ 5 ] + ( match[ 6 ] || 1 ) : - 2 * ( match[ 3 ] === "even" || match[ 3 ] === "odd" ) ); - match[ 5 ] = +( ( match[ 7 ] + match[ 8 ] ) || match[ 3 ] === "odd" ); - - // other types prohibit arguments - } else if ( match[ 3 ] ) { - Sizzle.error( match[ 0 ] ); - } - - return match; - }, - - "PSEUDO": function( match ) { - var excess, - unquoted = !match[ 6 ] && match[ 2 ]; - - if ( matchExpr[ "CHILD" ].test( match[ 0 ] ) ) { - return null; - } - - // Accept quoted arguments as-is - if ( match[ 3 ] ) { - match[ 2 ] = match[ 4 ] || match[ 5 ] || ""; - - // Strip excess characters from unquoted arguments - } else if ( unquoted && rpseudo.test( unquoted ) && - - // Get excess from tokenize (recursively) - ( excess = tokenize( unquoted, true ) ) && - - // advance to the next closing parenthesis - ( excess = unquoted.indexOf( ")", unquoted.length - excess ) - unquoted.length ) ) { - - // excess is a negative index - match[ 0 ] = match[ 0 ].slice( 0, excess ); - match[ 2 ] = unquoted.slice( 0, excess ); - } - - // Return only captures needed by the pseudo filter method (type and argument) - return match.slice( 0, 3 ); - } - }, - - filter: { - - "TAG": function( nodeNameSelector ) { - var nodeName = nodeNameSelector.replace( runescape, funescape ).toLowerCase(); - return nodeNameSelector === "*" ? - function() { - return true; - } : - function( elem ) { - return elem.nodeName && elem.nodeName.toLowerCase() === nodeName; - }; - }, - - "CLASS": function( className ) { - var pattern = classCache[ className + " " ]; - - return pattern || - ( pattern = new RegExp( "(^|" + whitespace + - ")" + className + "(" + whitespace + "|$)" ) ) && classCache( - className, function( elem ) { - return pattern.test( - typeof elem.className === "string" && elem.className || - typeof elem.getAttribute !== "undefined" && - elem.getAttribute( "class" ) || - "" - ); - } ); - }, - - "ATTR": function( name, operator, check ) { - return function( elem ) { - var result = Sizzle.attr( elem, name ); - - if ( result == null ) { - return operator === "!="; - } - if ( !operator ) { - return true; - } - - result += ""; - - /* eslint-disable max-len */ - - return operator === "=" ? result === check : - operator === "!=" ? result !== check : - operator === "^=" ? check && result.indexOf( check ) === 0 : - operator === "*=" ? check && result.indexOf( check ) > -1 : - operator === "$=" ? check && result.slice( -check.length ) === check : - operator === "~=" ? ( " " + result.replace( rwhitespace, " " ) + " " ).indexOf( check ) > -1 : - operator === "|=" ? result === check || result.slice( 0, check.length + 1 ) === check + "-" : - false; - /* eslint-enable max-len */ - - }; - }, - - "CHILD": function( type, what, _argument, first, last ) { - var simple = type.slice( 0, 3 ) !== "nth", - forward = type.slice( -4 ) !== "last", - ofType = what === "of-type"; - - return first === 1 && last === 0 ? - - // Shortcut for :nth-*(n) - function( elem ) { - return !!elem.parentNode; - } : - - function( elem, _context, xml ) { - var cache, uniqueCache, outerCache, node, nodeIndex, start, - dir = simple !== forward ? "nextSibling" : "previousSibling", - parent = elem.parentNode, - name = ofType && elem.nodeName.toLowerCase(), - useCache = !xml && !ofType, - diff = false; - - if ( parent ) { - - // :(first|last|only)-(child|of-type) - if ( simple ) { - while ( dir ) { - node = elem; - while ( ( node = node[ dir ] ) ) { - if ( ofType ? - node.nodeName.toLowerCase() === name : - node.nodeType === 1 ) { - - return false; - } - } - - // Reverse direction for :only-* (if we haven't yet done so) - start = dir = type === "only" && !start && "nextSibling"; - } - return true; - } - - start = [ forward ? parent.firstChild : parent.lastChild ]; - - // non-xml :nth-child(...) stores cache data on `parent` - if ( forward && useCache ) { - - // Seek `elem` from a previously-cached index - - // ...in a gzip-friendly way - node = parent; - outerCache = node[ expando ] || ( node[ expando ] = {} ); - - // Support: IE <9 only - // Defend against cloned attroperties (jQuery gh-1709) - uniqueCache = outerCache[ node.uniqueID ] || - ( outerCache[ node.uniqueID ] = {} ); - - cache = uniqueCache[ type ] || []; - nodeIndex = cache[ 0 ] === dirruns && cache[ 1 ]; - diff = nodeIndex && cache[ 2 ]; - node = nodeIndex && parent.childNodes[ nodeIndex ]; - - while ( ( node = ++nodeIndex && node && node[ dir ] || - - // Fallback to seeking `elem` from the start - ( diff = nodeIndex = 0 ) || start.pop() ) ) { - - // When found, cache indexes on `parent` and break - if ( node.nodeType === 1 && ++diff && node === elem ) { - uniqueCache[ type ] = [ dirruns, nodeIndex, diff ]; - break; - } - } - - } else { - - // Use previously-cached element index if available - if ( useCache ) { - - // ...in a gzip-friendly way - node = elem; - outerCache = node[ expando ] || ( node[ expando ] = {} ); - - // Support: IE <9 only - // Defend against cloned attroperties (jQuery gh-1709) - uniqueCache = outerCache[ node.uniqueID ] || - ( outerCache[ node.uniqueID ] = {} ); - - cache = uniqueCache[ type ] || []; - nodeIndex = cache[ 0 ] === dirruns && cache[ 1 ]; - diff = nodeIndex; - } - - // xml :nth-child(...) - // or :nth-last-child(...) or :nth(-last)?-of-type(...) - if ( diff === false ) { - - // Use the same loop as above to seek `elem` from the start - while ( ( node = ++nodeIndex && node && node[ dir ] || - ( diff = nodeIndex = 0 ) || start.pop() ) ) { - - if ( ( ofType ? - node.nodeName.toLowerCase() === name : - node.nodeType === 1 ) && - ++diff ) { - - // Cache the index of each encountered element - if ( useCache ) { - outerCache = node[ expando ] || - ( node[ expando ] = {} ); - - // Support: IE <9 only - // Defend against cloned attroperties (jQuery gh-1709) - uniqueCache = outerCache[ node.uniqueID ] || - ( outerCache[ node.uniqueID ] = {} ); - - uniqueCache[ type ] = [ dirruns, diff ]; - } - - if ( node === elem ) { - break; - } - } - } - } - } - - // Incorporate the offset, then check against cycle size - diff -= last; - return diff === first || ( diff % first === 0 && diff / first >= 0 ); - } - }; - }, - - "PSEUDO": function( pseudo, argument ) { - - // pseudo-class names are case-insensitive - // http://www.w3.org/TR/selectors/#pseudo-classes - // Prioritize by case sensitivity in case custom pseudos are added with uppercase letters - // Remember that setFilters inherits from pseudos - var args, - fn = Expr.pseudos[ pseudo ] || Expr.setFilters[ pseudo.toLowerCase() ] || - Sizzle.error( "unsupported pseudo: " + pseudo ); - - // The user may use createPseudo to indicate that - // arguments are needed to create the filter function - // just as Sizzle does - if ( fn[ expando ] ) { - return fn( argument ); - } - - // But maintain support for old signatures - if ( fn.length > 1 ) { - args = [ pseudo, pseudo, "", argument ]; - return Expr.setFilters.hasOwnProperty( pseudo.toLowerCase() ) ? - markFunction( function( seed, matches ) { - var idx, - matched = fn( seed, argument ), - i = matched.length; - while ( i-- ) { - idx = indexOf( seed, matched[ i ] ); - seed[ idx ] = !( matches[ idx ] = matched[ i ] ); - } - } ) : - function( elem ) { - return fn( elem, 0, args ); - }; - } - - return fn; - } - }, - - pseudos: { - - // Potentially complex pseudos - "not": markFunction( function( selector ) { - - // Trim the selector passed to compile - // to avoid treating leading and trailing - // spaces as combinators - var input = [], - results = [], - matcher = compile( selector.replace( rtrim, "$1" ) ); - - return matcher[ expando ] ? - markFunction( function( seed, matches, _context, xml ) { - var elem, - unmatched = matcher( seed, null, xml, [] ), - i = seed.length; - - // Match elements unmatched by `matcher` - while ( i-- ) { - if ( ( elem = unmatched[ i ] ) ) { - seed[ i ] = !( matches[ i ] = elem ); - } - } - } ) : - function( elem, _context, xml ) { - input[ 0 ] = elem; - matcher( input, null, xml, results ); - - // Don't keep the element (issue #299) - input[ 0 ] = null; - return !results.pop(); - }; - } ), - - "has": markFunction( function( selector ) { - return function( elem ) { - return Sizzle( selector, elem ).length > 0; - }; - } ), - - "contains": markFunction( function( text ) { - text = text.replace( runescape, funescape ); - return function( elem ) { - return ( elem.textContent || getText( elem ) ).indexOf( text ) > -1; - }; - } ), - - // "Whether an element is represented by a :lang() selector - // is based solely on the element's language value - // being equal to the identifier C, - // or beginning with the identifier C immediately followed by "-". - // The matching of C against the element's language value is performed case-insensitively. - // The identifier C does not have to be a valid language name." - // http://www.w3.org/TR/selectors/#lang-pseudo - "lang": markFunction( function( lang ) { - - // lang value must be a valid identifier - if ( !ridentifier.test( lang || "" ) ) { - Sizzle.error( "unsupported lang: " + lang ); - } - lang = lang.replace( runescape, funescape ).toLowerCase(); - return function( elem ) { - var elemLang; - do { - if ( ( elemLang = documentIsHTML ? - elem.lang : - elem.getAttribute( "xml:lang" ) || elem.getAttribute( "lang" ) ) ) { - - elemLang = elemLang.toLowerCase(); - return elemLang === lang || elemLang.indexOf( lang + "-" ) === 0; - } - } while ( ( elem = elem.parentNode ) && elem.nodeType === 1 ); - return false; - }; - } ), - - // Miscellaneous - "target": function( elem ) { - var hash = window.location && window.location.hash; - return hash && hash.slice( 1 ) === elem.id; - }, - - "root": function( elem ) { - return elem === docElem; - }, - - "focus": function( elem ) { - return elem === document.activeElement && - ( !document.hasFocus || document.hasFocus() ) && - !!( elem.type || elem.href || ~elem.tabIndex ); - }, - - // Boolean properties - "enabled": createDisabledPseudo( false ), - "disabled": createDisabledPseudo( true ), - - "checked": function( elem ) { - - // In CSS3, :checked should return both checked and selected elements - // http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked - var nodeName = elem.nodeName.toLowerCase(); - return ( nodeName === "input" && !!elem.checked ) || - ( nodeName === "option" && !!elem.selected ); - }, - - "selected": function( elem ) { - - // Accessing this property makes selected-by-default - // options in Safari work properly - if ( elem.parentNode ) { - // eslint-disable-next-line no-unused-expressions - elem.parentNode.selectedIndex; - } - - return elem.selected === true; - }, - - // Contents - "empty": function( elem ) { - - // http://www.w3.org/TR/selectors/#empty-pseudo - // :empty is negated by element (1) or content nodes (text: 3; cdata: 4; entity ref: 5), - // but not by others (comment: 8; processing instruction: 7; etc.) - // nodeType < 6 works because attributes (2) do not appear as children - for ( elem = elem.firstChild; elem; elem = elem.nextSibling ) { - if ( elem.nodeType < 6 ) { - return false; - } - } - return true; - }, - - "parent": function( elem ) { - return !Expr.pseudos[ "empty" ]( elem ); - }, - - // Element/input types - "header": function( elem ) { - return rheader.test( elem.nodeName ); - }, - - "input": function( elem ) { - return rinputs.test( elem.nodeName ); - }, - - "button": function( elem ) { - var name = elem.nodeName.toLowerCase(); - return name === "input" && elem.type === "button" || name === "button"; - }, - - "text": function( elem ) { - var attr; - return elem.nodeName.toLowerCase() === "input" && - elem.type === "text" && - - // Support: IE <10 only - // New HTML5 attribute values (e.g., "search") appear with elem.type === "text" - ( ( attr = elem.getAttribute( "type" ) ) == null || - attr.toLowerCase() === "text" ); - }, - - // Position-in-collection - "first": createPositionalPseudo( function() { - return [ 0 ]; - } ), - - "last": createPositionalPseudo( function( _matchIndexes, length ) { - return [ length - 1 ]; - } ), - - "eq": createPositionalPseudo( function( _matchIndexes, length, argument ) { - return [ argument < 0 ? argument + length : argument ]; - } ), - - "even": createPositionalPseudo( function( matchIndexes, length ) { - var i = 0; - for ( ; i < length; i += 2 ) { - matchIndexes.push( i ); - } - return matchIndexes; - } ), - - "odd": createPositionalPseudo( function( matchIndexes, length ) { - var i = 1; - for ( ; i < length; i += 2 ) { - matchIndexes.push( i ); - } - return matchIndexes; - } ), - - "lt": createPositionalPseudo( function( matchIndexes, length, argument ) { - var i = argument < 0 ? - argument + length : - argument > length ? - length : - argument; - for ( ; --i >= 0; ) { - matchIndexes.push( i ); - } - return matchIndexes; - } ), - - "gt": createPositionalPseudo( function( matchIndexes, length, argument ) { - var i = argument < 0 ? argument + length : argument; - for ( ; ++i < length; ) { - matchIndexes.push( i ); - } - return matchIndexes; - } ) - } -}; - -Expr.pseudos[ "nth" ] = Expr.pseudos[ "eq" ]; - -// Add button/input type pseudos -for ( i in { radio: true, checkbox: true, file: true, password: true, image: true } ) { - Expr.pseudos[ i ] = createInputPseudo( i ); -} -for ( i in { submit: true, reset: true } ) { - Expr.pseudos[ i ] = createButtonPseudo( i ); -} - -// Easy API for creating new setFilters -function setFilters() {} -setFilters.prototype = Expr.filters = Expr.pseudos; -Expr.setFilters = new setFilters(); - -tokenize = Sizzle.tokenize = function( selector, parseOnly ) { - var matched, match, tokens, type, - soFar, groups, preFilters, - cached = tokenCache[ selector + " " ]; - - if ( cached ) { - return parseOnly ? 0 : cached.slice( 0 ); - } - - soFar = selector; - groups = []; - preFilters = Expr.preFilter; - - while ( soFar ) { - - // Comma and first run - if ( !matched || ( match = rcomma.exec( soFar ) ) ) { - if ( match ) { - - // Don't consume trailing commas as valid - soFar = soFar.slice( match[ 0 ].length ) || soFar; - } - groups.push( ( tokens = [] ) ); - } - - matched = false; - - // Combinators - if ( ( match = rcombinators.exec( soFar ) ) ) { - matched = match.shift(); - tokens.push( { - value: matched, - - // Cast descendant combinators to space - type: match[ 0 ].replace( rtrim, " " ) - } ); - soFar = soFar.slice( matched.length ); - } - - // Filters - for ( type in Expr.filter ) { - if ( ( match = matchExpr[ type ].exec( soFar ) ) && ( !preFilters[ type ] || - ( match = preFilters[ type ]( match ) ) ) ) { - matched = match.shift(); - tokens.push( { - value: matched, - type: type, - matches: match - } ); - soFar = soFar.slice( matched.length ); - } - } - - if ( !matched ) { - break; - } - } - - // Return the length of the invalid excess - // if we're just parsing - // Otherwise, throw an error or return tokens - return parseOnly ? - soFar.length : - soFar ? - Sizzle.error( selector ) : - - // Cache the tokens - tokenCache( selector, groups ).slice( 0 ); -}; - -function toSelector( tokens ) { - var i = 0, - len = tokens.length, - selector = ""; - for ( ; i < len; i++ ) { - selector += tokens[ i ].value; - } - return selector; -} - -function addCombinator( matcher, combinator, base ) { - var dir = combinator.dir, - skip = combinator.next, - key = skip || dir, - checkNonElements = base && key === "parentNode", - doneName = done++; - - return combinator.first ? - - // Check against closest ancestor/preceding element - function( elem, context, xml ) { - while ( ( elem = elem[ dir ] ) ) { - if ( elem.nodeType === 1 || checkNonElements ) { - return matcher( elem, context, xml ); - } - } - return false; - } : - - // Check against all ancestor/preceding elements - function( elem, context, xml ) { - var oldCache, uniqueCache, outerCache, - newCache = [ dirruns, doneName ]; - - // We can't set arbitrary data on XML nodes, so they don't benefit from combinator caching - if ( xml ) { - while ( ( elem = elem[ dir ] ) ) { - if ( elem.nodeType === 1 || checkNonElements ) { - if ( matcher( elem, context, xml ) ) { - return true; - } - } - } - } else { - while ( ( elem = elem[ dir ] ) ) { - if ( elem.nodeType === 1 || checkNonElements ) { - outerCache = elem[ expando ] || ( elem[ expando ] = {} ); - - // Support: IE <9 only - // Defend against cloned attroperties (jQuery gh-1709) - uniqueCache = outerCache[ elem.uniqueID ] || - ( outerCache[ elem.uniqueID ] = {} ); - - if ( skip && skip === elem.nodeName.toLowerCase() ) { - elem = elem[ dir ] || elem; - } else if ( ( oldCache = uniqueCache[ key ] ) && - oldCache[ 0 ] === dirruns && oldCache[ 1 ] === doneName ) { - - // Assign to newCache so results back-propagate to previous elements - return ( newCache[ 2 ] = oldCache[ 2 ] ); - } else { - - // Reuse newcache so results back-propagate to previous elements - uniqueCache[ key ] = newCache; - - // A match means we're done; a fail means we have to keep checking - if ( ( newCache[ 2 ] = matcher( elem, context, xml ) ) ) { - return true; - } - } - } - } - } - return false; - }; -} - -function elementMatcher( matchers ) { - return matchers.length > 1 ? - function( elem, context, xml ) { - var i = matchers.length; - while ( i-- ) { - if ( !matchers[ i ]( elem, context, xml ) ) { - return false; - } - } - return true; - } : - matchers[ 0 ]; -} - -function multipleContexts( selector, contexts, results ) { - var i = 0, - len = contexts.length; - for ( ; i < len; i++ ) { - Sizzle( selector, contexts[ i ], results ); - } - return results; -} - -function condense( unmatched, map, filter, context, xml ) { - var elem, - newUnmatched = [], - i = 0, - len = unmatched.length, - mapped = map != null; - - for ( ; i < len; i++ ) { - if ( ( elem = unmatched[ i ] ) ) { - if ( !filter || filter( elem, context, xml ) ) { - newUnmatched.push( elem ); - if ( mapped ) { - map.push( i ); - } - } - } - } - - return newUnmatched; -} - -function setMatcher( preFilter, selector, matcher, postFilter, postFinder, postSelector ) { - if ( postFilter && !postFilter[ expando ] ) { - postFilter = setMatcher( postFilter ); - } - if ( postFinder && !postFinder[ expando ] ) { - postFinder = setMatcher( postFinder, postSelector ); - } - return markFunction( function( seed, results, context, xml ) { - var temp, i, elem, - preMap = [], - postMap = [], - preexisting = results.length, - - // Get initial elements from seed or context - elems = seed || multipleContexts( - selector || "*", - context.nodeType ? [ context ] : context, - [] - ), - - // Prefilter to get matcher input, preserving a map for seed-results synchronization - matcherIn = preFilter && ( seed || !selector ) ? - condense( elems, preMap, preFilter, context, xml ) : - elems, - - matcherOut = matcher ? - - // If we have a postFinder, or filtered seed, or non-seed postFilter or preexisting results, - postFinder || ( seed ? preFilter : preexisting || postFilter ) ? - - // ...intermediate processing is necessary - [] : - - // ...otherwise use results directly - results : - matcherIn; - - // Find primary matches - if ( matcher ) { - matcher( matcherIn, matcherOut, context, xml ); - } - - // Apply postFilter - if ( postFilter ) { - temp = condense( matcherOut, postMap ); - postFilter( temp, [], context, xml ); - - // Un-match failing elements by moving them back to matcherIn - i = temp.length; - while ( i-- ) { - if ( ( elem = temp[ i ] ) ) { - matcherOut[ postMap[ i ] ] = !( matcherIn[ postMap[ i ] ] = elem ); - } - } - } - - if ( seed ) { - if ( postFinder || preFilter ) { - if ( postFinder ) { - - // Get the final matcherOut by condensing this intermediate into postFinder contexts - temp = []; - i = matcherOut.length; - while ( i-- ) { - if ( ( elem = matcherOut[ i ] ) ) { - - // Restore matcherIn since elem is not yet a final match - temp.push( ( matcherIn[ i ] = elem ) ); - } - } - postFinder( null, ( matcherOut = [] ), temp, xml ); - } - - // Move matched elements from seed to results to keep them synchronized - i = matcherOut.length; - while ( i-- ) { - if ( ( elem = matcherOut[ i ] ) && - ( temp = postFinder ? indexOf( seed, elem ) : preMap[ i ] ) > -1 ) { - - seed[ temp ] = !( results[ temp ] = elem ); - } - } - } - - // Add elements to results, through postFinder if defined - } else { - matcherOut = condense( - matcherOut === results ? - matcherOut.splice( preexisting, matcherOut.length ) : - matcherOut - ); - if ( postFinder ) { - postFinder( null, results, matcherOut, xml ); - } else { - push.apply( results, matcherOut ); - } - } - } ); -} - -function matcherFromTokens( tokens ) { - var checkContext, matcher, j, - len = tokens.length, - leadingRelative = Expr.relative[ tokens[ 0 ].type ], - implicitRelative = leadingRelative || Expr.relative[ " " ], - i = leadingRelative ? 1 : 0, - - // The foundational matcher ensures that elements are reachable from top-level context(s) - matchContext = addCombinator( function( elem ) { - return elem === checkContext; - }, implicitRelative, true ), - matchAnyContext = addCombinator( function( elem ) { - return indexOf( checkContext, elem ) > -1; - }, implicitRelative, true ), - matchers = [ function( elem, context, xml ) { - var ret = ( !leadingRelative && ( xml || context !== outermostContext ) ) || ( - ( checkContext = context ).nodeType ? - matchContext( elem, context, xml ) : - matchAnyContext( elem, context, xml ) ); - - // Avoid hanging onto element (issue #299) - checkContext = null; - return ret; - } ]; - - for ( ; i < len; i++ ) { - if ( ( matcher = Expr.relative[ tokens[ i ].type ] ) ) { - matchers = [ addCombinator( elementMatcher( matchers ), matcher ) ]; - } else { - matcher = Expr.filter[ tokens[ i ].type ].apply( null, tokens[ i ].matches ); - - // Return special upon seeing a positional matcher - if ( matcher[ expando ] ) { - - // Find the next relative operator (if any) for proper handling - j = ++i; - for ( ; j < len; j++ ) { - if ( Expr.relative[ tokens[ j ].type ] ) { - break; - } - } - return setMatcher( - i > 1 && elementMatcher( matchers ), - i > 1 && toSelector( - - // If the preceding token was a descendant combinator, insert an implicit any-element `*` - tokens - .slice( 0, i - 1 ) - .concat( { value: tokens[ i - 2 ].type === " " ? "*" : "" } ) - ).replace( rtrim, "$1" ), - matcher, - i < j && matcherFromTokens( tokens.slice( i, j ) ), - j < len && matcherFromTokens( ( tokens = tokens.slice( j ) ) ), - j < len && toSelector( tokens ) - ); - } - matchers.push( matcher ); - } - } - - return elementMatcher( matchers ); -} - -function matcherFromGroupMatchers( elementMatchers, setMatchers ) { - var bySet = setMatchers.length > 0, - byElement = elementMatchers.length > 0, - superMatcher = function( seed, context, xml, results, outermost ) { - var elem, j, matcher, - matchedCount = 0, - i = "0", - unmatched = seed && [], - setMatched = [], - contextBackup = outermostContext, - - // We must always have either seed elements or outermost context - elems = seed || byElement && Expr.find[ "TAG" ]( "*", outermost ), - - // Use integer dirruns iff this is the outermost matcher - dirrunsUnique = ( dirruns += contextBackup == null ? 1 : Math.random() || 0.1 ), - len = elems.length; - - if ( outermost ) { - - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - // eslint-disable-next-line eqeqeq - outermostContext = context == document || context || outermost; - } - - // Add elements passing elementMatchers directly to results - // Support: IE<9, Safari - // Tolerate NodeList properties (IE: "length"; Safari: <number>) matching elements by id - for ( ; i !== len && ( elem = elems[ i ] ) != null; i++ ) { - if ( byElement && elem ) { - j = 0; - - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - // eslint-disable-next-line eqeqeq - if ( !context && elem.ownerDocument != document ) { - setDocument( elem ); - xml = !documentIsHTML; - } - while ( ( matcher = elementMatchers[ j++ ] ) ) { - if ( matcher( elem, context || document, xml ) ) { - results.push( elem ); - break; - } - } - if ( outermost ) { - dirruns = dirrunsUnique; - } - } - - // Track unmatched elements for set filters - if ( bySet ) { - - // They will have gone through all possible matchers - if ( ( elem = !matcher && elem ) ) { - matchedCount--; - } - - // Lengthen the array for every element, matched or not - if ( seed ) { - unmatched.push( elem ); - } - } - } - - // `i` is now the count of elements visited above, and adding it to `matchedCount` - // makes the latter nonnegative. - matchedCount += i; - - // Apply set filters to unmatched elements - // NOTE: This can be skipped if there are no unmatched elements (i.e., `matchedCount` - // equals `i`), unless we didn't visit _any_ elements in the above loop because we have - // no element matchers and no seed. - // Incrementing an initially-string "0" `i` allows `i` to remain a string only in that - // case, which will result in a "00" `matchedCount` that differs from `i` but is also - // numerically zero. - if ( bySet && i !== matchedCount ) { - j = 0; - while ( ( matcher = setMatchers[ j++ ] ) ) { - matcher( unmatched, setMatched, context, xml ); - } - - if ( seed ) { - - // Reintegrate element matches to eliminate the need for sorting - if ( matchedCount > 0 ) { - while ( i-- ) { - if ( !( unmatched[ i ] || setMatched[ i ] ) ) { - setMatched[ i ] = pop.call( results ); - } - } - } - - // Discard index placeholder values to get only actual matches - setMatched = condense( setMatched ); - } - - // Add matches to results - push.apply( results, setMatched ); - - // Seedless set matches succeeding multiple successful matchers stipulate sorting - if ( outermost && !seed && setMatched.length > 0 && - ( matchedCount + setMatchers.length ) > 1 ) { - - Sizzle.uniqueSort( results ); - } - } - - // Override manipulation of globals by nested matchers - if ( outermost ) { - dirruns = dirrunsUnique; - outermostContext = contextBackup; - } - - return unmatched; - }; - - return bySet ? - markFunction( superMatcher ) : - superMatcher; -} - -compile = Sizzle.compile = function( selector, match /* Internal Use Only */ ) { - var i, - setMatchers = [], - elementMatchers = [], - cached = compilerCache[ selector + " " ]; - - if ( !cached ) { - - // Generate a function of recursive functions that can be used to check each element - if ( !match ) { - match = tokenize( selector ); - } - i = match.length; - while ( i-- ) { - cached = matcherFromTokens( match[ i ] ); - if ( cached[ expando ] ) { - setMatchers.push( cached ); - } else { - elementMatchers.push( cached ); - } - } - - // Cache the compiled function - cached = compilerCache( - selector, - matcherFromGroupMatchers( elementMatchers, setMatchers ) - ); - - // Save selector and tokenization - cached.selector = selector; - } - return cached; -}; - -/** - * A low-level selection function that works with Sizzle's compiled - * selector functions - * @param {String|Function} selector A selector or a pre-compiled - * selector function built with Sizzle.compile - * @param {Element} context - * @param {Array} [results] - * @param {Array} [seed] A set of elements to match against - */ -select = Sizzle.select = function( selector, context, results, seed ) { - var i, tokens, token, type, find, - compiled = typeof selector === "function" && selector, - match = !seed && tokenize( ( selector = compiled.selector || selector ) ); - - results = results || []; - - // Try to minimize operations if there is only one selector in the list and no seed - // (the latter of which guarantees us context) - if ( match.length === 1 ) { - - // Reduce context if the leading compound selector is an ID - tokens = match[ 0 ] = match[ 0 ].slice( 0 ); - if ( tokens.length > 2 && ( token = tokens[ 0 ] ).type === "ID" && - context.nodeType === 9 && documentIsHTML && Expr.relative[ tokens[ 1 ].type ] ) { - - context = ( Expr.find[ "ID" ]( token.matches[ 0 ] - .replace( runescape, funescape ), context ) || [] )[ 0 ]; - if ( !context ) { - return results; - - // Precompiled matchers will still verify ancestry, so step up a level - } else if ( compiled ) { - context = context.parentNode; - } - - selector = selector.slice( tokens.shift().value.length ); - } - - // Fetch a seed set for right-to-left matching - i = matchExpr[ "needsContext" ].test( selector ) ? 0 : tokens.length; - while ( i-- ) { - token = tokens[ i ]; - - // Abort if we hit a combinator - if ( Expr.relative[ ( type = token.type ) ] ) { - break; - } - if ( ( find = Expr.find[ type ] ) ) { - - // Search, expanding context for leading sibling combinators - if ( ( seed = find( - token.matches[ 0 ].replace( runescape, funescape ), - rsibling.test( tokens[ 0 ].type ) && testContext( context.parentNode ) || - context - ) ) ) { - - // If seed is empty or no tokens remain, we can return early - tokens.splice( i, 1 ); - selector = seed.length && toSelector( tokens ); - if ( !selector ) { - push.apply( results, seed ); - return results; - } - - break; - } - } - } - } - - // Compile and execute a filtering function if one is not provided - // Provide `match` to avoid retokenization if we modified the selector above - ( compiled || compile( selector, match ) )( - seed, - context, - !documentIsHTML, - results, - !context || rsibling.test( selector ) && testContext( context.parentNode ) || context - ); - return results; -}; - -// One-time assignments - -// Sort stability -support.sortStable = expando.split( "" ).sort( sortOrder ).join( "" ) === expando; - -// Support: Chrome 14-35+ -// Always assume duplicates if they aren't passed to the comparison function -support.detectDuplicates = !!hasDuplicate; - -// Initialize against the default document -setDocument(); - -// Support: Webkit<537.32 - Safari 6.0.3/Chrome 25 (fixed in Chrome 27) -// Detached nodes confoundingly follow *each other* -support.sortDetached = assert( function( el ) { - - // Should return 1, but returns 4 (following) - return el.compareDocumentPosition( document.createElement( "fieldset" ) ) & 1; -} ); - -// Support: IE<8 -// Prevent attribute/property "interpolation" -// https://msdn.microsoft.com/en-us/library/ms536429%28VS.85%29.aspx -if ( !assert( function( el ) { - el.innerHTML = "<a href='#'></a>"; - return el.firstChild.getAttribute( "href" ) === "#"; -} ) ) { - addHandle( "type|href|height|width", function( elem, name, isXML ) { - if ( !isXML ) { - return elem.getAttribute( name, name.toLowerCase() === "type" ? 1 : 2 ); - } - } ); -} - -// Support: IE<9 -// Use defaultValue in place of getAttribute("value") -if ( !support.attributes || !assert( function( el ) { - el.innerHTML = "<input/>"; - el.firstChild.setAttribute( "value", "" ); - return el.firstChild.getAttribute( "value" ) === ""; -} ) ) { - addHandle( "value", function( elem, _name, isXML ) { - if ( !isXML && elem.nodeName.toLowerCase() === "input" ) { - return elem.defaultValue; - } - } ); -} - -// Support: IE<9 -// Use getAttributeNode to fetch booleans when getAttribute lies -if ( !assert( function( el ) { - return el.getAttribute( "disabled" ) == null; -} ) ) { - addHandle( booleans, function( elem, name, isXML ) { - var val; - if ( !isXML ) { - return elem[ name ] === true ? name.toLowerCase() : - ( val = elem.getAttributeNode( name ) ) && val.specified ? - val.value : - null; - } - } ); -} - -return Sizzle; - -} )( window ); - - - -jQuery.find = Sizzle; -jQuery.expr = Sizzle.selectors; - -// Deprecated -jQuery.expr[ ":" ] = jQuery.expr.pseudos; -jQuery.uniqueSort = jQuery.unique = Sizzle.uniqueSort; -jQuery.text = Sizzle.getText; -jQuery.isXMLDoc = Sizzle.isXML; -jQuery.contains = Sizzle.contains; -jQuery.escapeSelector = Sizzle.escape; - - - - -var dir = function( elem, dir, until ) { - var matched = [], - truncate = until !== undefined; - - while ( ( elem = elem[ dir ] ) && elem.nodeType !== 9 ) { - if ( elem.nodeType === 1 ) { - if ( truncate && jQuery( elem ).is( until ) ) { - break; - } - matched.push( elem ); - } - } - return matched; -}; - - -var siblings = function( n, elem ) { - var matched = []; - - for ( ; n; n = n.nextSibling ) { - if ( n.nodeType === 1 && n !== elem ) { - matched.push( n ); - } - } - - return matched; -}; - - -var rneedsContext = jQuery.expr.match.needsContext; - - - -function nodeName( elem, name ) { - - return elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase(); - -} -var rsingleTag = ( /^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i ); - - - -// Implement the identical functionality for filter and not -function winnow( elements, qualifier, not ) { - if ( isFunction( qualifier ) ) { - return jQuery.grep( elements, function( elem, i ) { - return !!qualifier.call( elem, i, elem ) !== not; - } ); - } - - // Single element - if ( qualifier.nodeType ) { - return jQuery.grep( elements, function( elem ) { - return ( elem === qualifier ) !== not; - } ); - } - - // Arraylike of elements (jQuery, arguments, Array) - if ( typeof qualifier !== "string" ) { - return jQuery.grep( elements, function( elem ) { - return ( indexOf.call( qualifier, elem ) > -1 ) !== not; - } ); - } - - // Filtered directly for both simple and complex selectors - return jQuery.filter( qualifier, elements, not ); -} - -jQuery.filter = function( expr, elems, not ) { - var elem = elems[ 0 ]; - - if ( not ) { - expr = ":not(" + expr + ")"; - } - - if ( elems.length === 1 && elem.nodeType === 1 ) { - return jQuery.find.matchesSelector( elem, expr ) ? [ elem ] : []; - } - - return jQuery.find.matches( expr, jQuery.grep( elems, function( elem ) { - return elem.nodeType === 1; - } ) ); -}; - -jQuery.fn.extend( { - find: function( selector ) { - var i, ret, - len = this.length, - self = this; - - if ( typeof selector !== "string" ) { - return this.pushStack( jQuery( selector ).filter( function() { - for ( i = 0; i < len; i++ ) { - if ( jQuery.contains( self[ i ], this ) ) { - return true; - } - } - } ) ); - } - - ret = this.pushStack( [] ); - - for ( i = 0; i < len; i++ ) { - jQuery.find( selector, self[ i ], ret ); - } - - return len > 1 ? jQuery.uniqueSort( ret ) : ret; - }, - filter: function( selector ) { - return this.pushStack( winnow( this, selector || [], false ) ); - }, - not: function( selector ) { - return this.pushStack( winnow( this, selector || [], true ) ); - }, - is: function( selector ) { - return !!winnow( - this, - - // If this is a positional/relative selector, check membership in the returned set - // so $("p:first").is("p:last") won't return true for a doc with two "p". - typeof selector === "string" && rneedsContext.test( selector ) ? - jQuery( selector ) : - selector || [], - false - ).length; - } -} ); - - -// Initialize a jQuery object - - -// A central reference to the root jQuery(document) -var rootjQuery, - - // A simple way to check for HTML strings - // Prioritize #id over <tag> to avoid XSS via location.hash (trac-9521) - // Strict HTML recognition (trac-11290: must start with <) - // Shortcut simple #id case for speed - rquickExpr = /^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/, - - init = jQuery.fn.init = function( selector, context, root ) { - var match, elem; - - // HANDLE: $(""), $(null), $(undefined), $(false) - if ( !selector ) { - return this; - } - - // Method init() accepts an alternate rootjQuery - // so migrate can support jQuery.sub (gh-2101) - root = root || rootjQuery; - - // Handle HTML strings - if ( typeof selector === "string" ) { - if ( selector[ 0 ] === "<" && - selector[ selector.length - 1 ] === ">" && - selector.length >= 3 ) { - - // Assume that strings that start and end with <> are HTML and skip the regex check - match = [ null, selector, null ]; - - } else { - match = rquickExpr.exec( selector ); - } - - // Match html or make sure no context is specified for #id - if ( match && ( match[ 1 ] || !context ) ) { - - // HANDLE: $(html) -> $(array) - if ( match[ 1 ] ) { - context = context instanceof jQuery ? context[ 0 ] : context; - - // Option to run scripts is true for back-compat - // Intentionally let the error be thrown if parseHTML is not present - jQuery.merge( this, jQuery.parseHTML( - match[ 1 ], - context && context.nodeType ? context.ownerDocument || context : document, - true - ) ); - - // HANDLE: $(html, props) - if ( rsingleTag.test( match[ 1 ] ) && jQuery.isPlainObject( context ) ) { - for ( match in context ) { - - // Properties of context are called as methods if possible - if ( isFunction( this[ match ] ) ) { - this[ match ]( context[ match ] ); - - // ...and otherwise set as attributes - } else { - this.attr( match, context[ match ] ); - } - } - } - - return this; - - // HANDLE: $(#id) - } else { - elem = document.getElementById( match[ 2 ] ); - - if ( elem ) { - - // Inject the element directly into the jQuery object - this[ 0 ] = elem; - this.length = 1; - } - return this; - } - - // HANDLE: $(expr, $(...)) - } else if ( !context || context.jquery ) { - return ( context || root ).find( selector ); - - // HANDLE: $(expr, context) - // (which is just equivalent to: $(context).find(expr) - } else { - return this.constructor( context ).find( selector ); - } - - // HANDLE: $(DOMElement) - } else if ( selector.nodeType ) { - this[ 0 ] = selector; - this.length = 1; - return this; - - // HANDLE: $(function) - // Shortcut for document ready - } else if ( isFunction( selector ) ) { - return root.ready !== undefined ? - root.ready( selector ) : - - // Execute immediately if ready is not present - selector( jQuery ); - } - - return jQuery.makeArray( selector, this ); - }; - -// Give the init function the jQuery prototype for later instantiation -init.prototype = jQuery.fn; - -// Initialize central reference -rootjQuery = jQuery( document ); - - -var rparentsprev = /^(?:parents|prev(?:Until|All))/, - - // Methods guaranteed to produce a unique set when starting from a unique set - guaranteedUnique = { - children: true, - contents: true, - next: true, - prev: true - }; - -jQuery.fn.extend( { - has: function( target ) { - var targets = jQuery( target, this ), - l = targets.length; - - return this.filter( function() { - var i = 0; - for ( ; i < l; i++ ) { - if ( jQuery.contains( this, targets[ i ] ) ) { - return true; - } - } - } ); - }, - - closest: function( selectors, context ) { - var cur, - i = 0, - l = this.length, - matched = [], - targets = typeof selectors !== "string" && jQuery( selectors ); - - // Positional selectors never match, since there's no _selection_ context - if ( !rneedsContext.test( selectors ) ) { - for ( ; i < l; i++ ) { - for ( cur = this[ i ]; cur && cur !== context; cur = cur.parentNode ) { - - // Always skip document fragments - if ( cur.nodeType < 11 && ( targets ? - targets.index( cur ) > -1 : - - // Don't pass non-elements to Sizzle - cur.nodeType === 1 && - jQuery.find.matchesSelector( cur, selectors ) ) ) { - - matched.push( cur ); - break; - } - } - } - } - - return this.pushStack( matched.length > 1 ? jQuery.uniqueSort( matched ) : matched ); - }, - - // Determine the position of an element within the set - index: function( elem ) { - - // No argument, return index in parent - if ( !elem ) { - return ( this[ 0 ] && this[ 0 ].parentNode ) ? this.first().prevAll().length : -1; - } - - // Index in selector - if ( typeof elem === "string" ) { - return indexOf.call( jQuery( elem ), this[ 0 ] ); - } - - // Locate the position of the desired element - return indexOf.call( this, - - // If it receives a jQuery object, the first element is used - elem.jquery ? elem[ 0 ] : elem - ); - }, - - add: function( selector, context ) { - return this.pushStack( - jQuery.uniqueSort( - jQuery.merge( this.get(), jQuery( selector, context ) ) - ) - ); - }, - - addBack: function( selector ) { - return this.add( selector == null ? - this.prevObject : this.prevObject.filter( selector ) - ); - } -} ); - -function sibling( cur, dir ) { - while ( ( cur = cur[ dir ] ) && cur.nodeType !== 1 ) {} - return cur; -} - -jQuery.each( { - parent: function( elem ) { - var parent = elem.parentNode; - return parent && parent.nodeType !== 11 ? parent : null; - }, - parents: function( elem ) { - return dir( elem, "parentNode" ); - }, - parentsUntil: function( elem, _i, until ) { - return dir( elem, "parentNode", until ); - }, - next: function( elem ) { - return sibling( elem, "nextSibling" ); - }, - prev: function( elem ) { - return sibling( elem, "previousSibling" ); - }, - nextAll: function( elem ) { - return dir( elem, "nextSibling" ); - }, - prevAll: function( elem ) { - return dir( elem, "previousSibling" ); - }, - nextUntil: function( elem, _i, until ) { - return dir( elem, "nextSibling", until ); - }, - prevUntil: function( elem, _i, until ) { - return dir( elem, "previousSibling", until ); - }, - siblings: function( elem ) { - return siblings( ( elem.parentNode || {} ).firstChild, elem ); - }, - children: function( elem ) { - return siblings( elem.firstChild ); - }, - contents: function( elem ) { - if ( elem.contentDocument != null && - - // Support: IE 11+ - // <object> elements with no `data` attribute has an object - // `contentDocument` with a `null` prototype. - getProto( elem.contentDocument ) ) { - - return elem.contentDocument; - } - - // Support: IE 9 - 11 only, iOS 7 only, Android Browser <=4.3 only - // Treat the template element as a regular one in browsers that - // don't support it. - if ( nodeName( elem, "template" ) ) { - elem = elem.content || elem; - } - - return jQuery.merge( [], elem.childNodes ); - } -}, function( name, fn ) { - jQuery.fn[ name ] = function( until, selector ) { - var matched = jQuery.map( this, fn, until ); - - if ( name.slice( -5 ) !== "Until" ) { - selector = until; - } - - if ( selector && typeof selector === "string" ) { - matched = jQuery.filter( selector, matched ); - } - - if ( this.length > 1 ) { - - // Remove duplicates - if ( !guaranteedUnique[ name ] ) { - jQuery.uniqueSort( matched ); - } - - // Reverse order for parents* and prev-derivatives - if ( rparentsprev.test( name ) ) { - matched.reverse(); - } - } - - return this.pushStack( matched ); - }; -} ); -var rnothtmlwhite = ( /[^\x20\t\r\n\f]+/g ); - - - -// Convert String-formatted options into Object-formatted ones -function createOptions( options ) { - var object = {}; - jQuery.each( options.match( rnothtmlwhite ) || [], function( _, flag ) { - object[ flag ] = true; - } ); - return object; -} - -/* - * Create a callback list using the following parameters: - * - * options: an optional list of space-separated options that will change how - * the callback list behaves or a more traditional option object - * - * By default a callback list will act like an event callback list and can be - * "fired" multiple times. - * - * Possible options: - * - * once: will ensure the callback list can only be fired once (like a Deferred) - * - * memory: will keep track of previous values and will call any callback added - * after the list has been fired right away with the latest "memorized" - * values (like a Deferred) - * - * unique: will ensure a callback can only be added once (no duplicate in the list) - * - * stopOnFalse: interrupt callings when a callback returns false - * - */ -jQuery.Callbacks = function( options ) { - - // Convert options from String-formatted to Object-formatted if needed - // (we check in cache first) - options = typeof options === "string" ? - createOptions( options ) : - jQuery.extend( {}, options ); - - var // Flag to know if list is currently firing - firing, - - // Last fire value for non-forgettable lists - memory, - - // Flag to know if list was already fired - fired, - - // Flag to prevent firing - locked, - - // Actual callback list - list = [], - - // Queue of execution data for repeatable lists - queue = [], - - // Index of currently firing callback (modified by add/remove as needed) - firingIndex = -1, - - // Fire callbacks - fire = function() { - - // Enforce single-firing - locked = locked || options.once; - - // Execute callbacks for all pending executions, - // respecting firingIndex overrides and runtime changes - fired = firing = true; - for ( ; queue.length; firingIndex = -1 ) { - memory = queue.shift(); - while ( ++firingIndex < list.length ) { - - // Run callback and check for early termination - if ( list[ firingIndex ].apply( memory[ 0 ], memory[ 1 ] ) === false && - options.stopOnFalse ) { - - // Jump to end and forget the data so .add doesn't re-fire - firingIndex = list.length; - memory = false; - } - } - } - - // Forget the data if we're done with it - if ( !options.memory ) { - memory = false; - } - - firing = false; - - // Clean up if we're done firing for good - if ( locked ) { - - // Keep an empty list if we have data for future add calls - if ( memory ) { - list = []; - - // Otherwise, this object is spent - } else { - list = ""; - } - } - }, - - // Actual Callbacks object - self = { - - // Add a callback or a collection of callbacks to the list - add: function() { - if ( list ) { - - // If we have memory from a past run, we should fire after adding - if ( memory && !firing ) { - firingIndex = list.length - 1; - queue.push( memory ); - } - - ( function add( args ) { - jQuery.each( args, function( _, arg ) { - if ( isFunction( arg ) ) { - if ( !options.unique || !self.has( arg ) ) { - list.push( arg ); - } - } else if ( arg && arg.length && toType( arg ) !== "string" ) { - - // Inspect recursively - add( arg ); - } - } ); - } )( arguments ); - - if ( memory && !firing ) { - fire(); - } - } - return this; - }, - - // Remove a callback from the list - remove: function() { - jQuery.each( arguments, function( _, arg ) { - var index; - while ( ( index = jQuery.inArray( arg, list, index ) ) > -1 ) { - list.splice( index, 1 ); - - // Handle firing indexes - if ( index <= firingIndex ) { - firingIndex--; - } - } - } ); - return this; - }, - - // Check if a given callback is in the list. - // If no argument is given, return whether or not list has callbacks attached. - has: function( fn ) { - return fn ? - jQuery.inArray( fn, list ) > -1 : - list.length > 0; - }, - - // Remove all callbacks from the list - empty: function() { - if ( list ) { - list = []; - } - return this; - }, - - // Disable .fire and .add - // Abort any current/pending executions - // Clear all callbacks and values - disable: function() { - locked = queue = []; - list = memory = ""; - return this; - }, - disabled: function() { - return !list; - }, - - // Disable .fire - // Also disable .add unless we have memory (since it would have no effect) - // Abort any pending executions - lock: function() { - locked = queue = []; - if ( !memory && !firing ) { - list = memory = ""; - } - return this; - }, - locked: function() { - return !!locked; - }, - - // Call all callbacks with the given context and arguments - fireWith: function( context, args ) { - if ( !locked ) { - args = args || []; - args = [ context, args.slice ? args.slice() : args ]; - queue.push( args ); - if ( !firing ) { - fire(); - } - } - return this; - }, - - // Call all the callbacks with the given arguments - fire: function() { - self.fireWith( this, arguments ); - return this; - }, - - // To know if the callbacks have already been called at least once - fired: function() { - return !!fired; - } - }; - - return self; -}; - - -function Identity( v ) { - return v; -} -function Thrower( ex ) { - throw ex; -} - -function adoptValue( value, resolve, reject, noValue ) { - var method; - - try { - - // Check for promise aspect first to privilege synchronous behavior - if ( value && isFunction( ( method = value.promise ) ) ) { - method.call( value ).done( resolve ).fail( reject ); - - // Other thenables - } else if ( value && isFunction( ( method = value.then ) ) ) { - method.call( value, resolve, reject ); - - // Other non-thenables - } else { - - // Control `resolve` arguments by letting Array#slice cast boolean `noValue` to integer: - // * false: [ value ].slice( 0 ) => resolve( value ) - // * true: [ value ].slice( 1 ) => resolve() - resolve.apply( undefined, [ value ].slice( noValue ) ); - } - - // For Promises/A+, convert exceptions into rejections - // Since jQuery.when doesn't unwrap thenables, we can skip the extra checks appearing in - // Deferred#then to conditionally suppress rejection. - } catch ( value ) { - - // Support: Android 4.0 only - // Strict mode functions invoked without .call/.apply get global-object context - reject.apply( undefined, [ value ] ); - } -} - -jQuery.extend( { - - Deferred: function( func ) { - var tuples = [ - - // action, add listener, callbacks, - // ... .then handlers, argument index, [final state] - [ "notify", "progress", jQuery.Callbacks( "memory" ), - jQuery.Callbacks( "memory" ), 2 ], - [ "resolve", "done", jQuery.Callbacks( "once memory" ), - jQuery.Callbacks( "once memory" ), 0, "resolved" ], - [ "reject", "fail", jQuery.Callbacks( "once memory" ), - jQuery.Callbacks( "once memory" ), 1, "rejected" ] - ], - state = "pending", - promise = { - state: function() { - return state; - }, - always: function() { - deferred.done( arguments ).fail( arguments ); - return this; - }, - "catch": function( fn ) { - return promise.then( null, fn ); - }, - - // Keep pipe for back-compat - pipe: function( /* fnDone, fnFail, fnProgress */ ) { - var fns = arguments; - - return jQuery.Deferred( function( newDefer ) { - jQuery.each( tuples, function( _i, tuple ) { - - // Map tuples (progress, done, fail) to arguments (done, fail, progress) - var fn = isFunction( fns[ tuple[ 4 ] ] ) && fns[ tuple[ 4 ] ]; - - // deferred.progress(function() { bind to newDefer or newDefer.notify }) - // deferred.done(function() { bind to newDefer or newDefer.resolve }) - // deferred.fail(function() { bind to newDefer or newDefer.reject }) - deferred[ tuple[ 1 ] ]( function() { - var returned = fn && fn.apply( this, arguments ); - if ( returned && isFunction( returned.promise ) ) { - returned.promise() - .progress( newDefer.notify ) - .done( newDefer.resolve ) - .fail( newDefer.reject ); - } else { - newDefer[ tuple[ 0 ] + "With" ]( - this, - fn ? [ returned ] : arguments - ); - } - } ); - } ); - fns = null; - } ).promise(); - }, - then: function( onFulfilled, onRejected, onProgress ) { - var maxDepth = 0; - function resolve( depth, deferred, handler, special ) { - return function() { - var that = this, - args = arguments, - mightThrow = function() { - var returned, then; - - // Support: Promises/A+ section 2.3.3.3.3 - // https://promisesaplus.com/#point-59 - // Ignore double-resolution attempts - if ( depth < maxDepth ) { - return; - } - - returned = handler.apply( that, args ); - - // Support: Promises/A+ section 2.3.1 - // https://promisesaplus.com/#point-48 - if ( returned === deferred.promise() ) { - throw new TypeError( "Thenable self-resolution" ); - } - - // Support: Promises/A+ sections 2.3.3.1, 3.5 - // https://promisesaplus.com/#point-54 - // https://promisesaplus.com/#point-75 - // Retrieve `then` only once - then = returned && - - // Support: Promises/A+ section 2.3.4 - // https://promisesaplus.com/#point-64 - // Only check objects and functions for thenability - ( typeof returned === "object" || - typeof returned === "function" ) && - returned.then; - - // Handle a returned thenable - if ( isFunction( then ) ) { - - // Special processors (notify) just wait for resolution - if ( special ) { - then.call( - returned, - resolve( maxDepth, deferred, Identity, special ), - resolve( maxDepth, deferred, Thrower, special ) - ); - - // Normal processors (resolve) also hook into progress - } else { - - // ...and disregard older resolution values - maxDepth++; - - then.call( - returned, - resolve( maxDepth, deferred, Identity, special ), - resolve( maxDepth, deferred, Thrower, special ), - resolve( maxDepth, deferred, Identity, - deferred.notifyWith ) - ); - } - - // Handle all other returned values - } else { - - // Only substitute handlers pass on context - // and multiple values (non-spec behavior) - if ( handler !== Identity ) { - that = undefined; - args = [ returned ]; - } - - // Process the value(s) - // Default process is resolve - ( special || deferred.resolveWith )( that, args ); - } - }, - - // Only normal processors (resolve) catch and reject exceptions - process = special ? - mightThrow : - function() { - try { - mightThrow(); - } catch ( e ) { - - if ( jQuery.Deferred.exceptionHook ) { - jQuery.Deferred.exceptionHook( e, - process.stackTrace ); - } - - // Support: Promises/A+ section 2.3.3.3.4.1 - // https://promisesaplus.com/#point-61 - // Ignore post-resolution exceptions - if ( depth + 1 >= maxDepth ) { - - // Only substitute handlers pass on context - // and multiple values (non-spec behavior) - if ( handler !== Thrower ) { - that = undefined; - args = [ e ]; - } - - deferred.rejectWith( that, args ); - } - } - }; - - // Support: Promises/A+ section 2.3.3.3.1 - // https://promisesaplus.com/#point-57 - // Re-resolve promises immediately to dodge false rejection from - // subsequent errors - if ( depth ) { - process(); - } else { - - // Call an optional hook to record the stack, in case of exception - // since it's otherwise lost when execution goes async - if ( jQuery.Deferred.getStackHook ) { - process.stackTrace = jQuery.Deferred.getStackHook(); - } - window.setTimeout( process ); - } - }; - } - - return jQuery.Deferred( function( newDefer ) { - - // progress_handlers.add( ... ) - tuples[ 0 ][ 3 ].add( - resolve( - 0, - newDefer, - isFunction( onProgress ) ? - onProgress : - Identity, - newDefer.notifyWith - ) - ); - - // fulfilled_handlers.add( ... ) - tuples[ 1 ][ 3 ].add( - resolve( - 0, - newDefer, - isFunction( onFulfilled ) ? - onFulfilled : - Identity - ) - ); - - // rejected_handlers.add( ... ) - tuples[ 2 ][ 3 ].add( - resolve( - 0, - newDefer, - isFunction( onRejected ) ? - onRejected : - Thrower - ) - ); - } ).promise(); - }, - - // Get a promise for this deferred - // If obj is provided, the promise aspect is added to the object - promise: function( obj ) { - return obj != null ? jQuery.extend( obj, promise ) : promise; - } - }, - deferred = {}; - - // Add list-specific methods - jQuery.each( tuples, function( i, tuple ) { - var list = tuple[ 2 ], - stateString = tuple[ 5 ]; - - // promise.progress = list.add - // promise.done = list.add - // promise.fail = list.add - promise[ tuple[ 1 ] ] = list.add; - - // Handle state - if ( stateString ) { - list.add( - function() { - - // state = "resolved" (i.e., fulfilled) - // state = "rejected" - state = stateString; - }, - - // rejected_callbacks.disable - // fulfilled_callbacks.disable - tuples[ 3 - i ][ 2 ].disable, - - // rejected_handlers.disable - // fulfilled_handlers.disable - tuples[ 3 - i ][ 3 ].disable, - - // progress_callbacks.lock - tuples[ 0 ][ 2 ].lock, - - // progress_handlers.lock - tuples[ 0 ][ 3 ].lock - ); - } - - // progress_handlers.fire - // fulfilled_handlers.fire - // rejected_handlers.fire - list.add( tuple[ 3 ].fire ); - - // deferred.notify = function() { deferred.notifyWith(...) } - // deferred.resolve = function() { deferred.resolveWith(...) } - // deferred.reject = function() { deferred.rejectWith(...) } - deferred[ tuple[ 0 ] ] = function() { - deferred[ tuple[ 0 ] + "With" ]( this === deferred ? undefined : this, arguments ); - return this; - }; - - // deferred.notifyWith = list.fireWith - // deferred.resolveWith = list.fireWith - // deferred.rejectWith = list.fireWith - deferred[ tuple[ 0 ] + "With" ] = list.fireWith; - } ); - - // Make the deferred a promise - promise.promise( deferred ); - - // Call given func if any - if ( func ) { - func.call( deferred, deferred ); - } - - // All done! - return deferred; - }, - - // Deferred helper - when: function( singleValue ) { - var - - // count of uncompleted subordinates - remaining = arguments.length, - - // count of unprocessed arguments - i = remaining, - - // subordinate fulfillment data - resolveContexts = Array( i ), - resolveValues = slice.call( arguments ), - - // the primary Deferred - primary = jQuery.Deferred(), - - // subordinate callback factory - updateFunc = function( i ) { - return function( value ) { - resolveContexts[ i ] = this; - resolveValues[ i ] = arguments.length > 1 ? slice.call( arguments ) : value; - if ( !( --remaining ) ) { - primary.resolveWith( resolveContexts, resolveValues ); - } - }; - }; - - // Single- and empty arguments are adopted like Promise.resolve - if ( remaining <= 1 ) { - adoptValue( singleValue, primary.done( updateFunc( i ) ).resolve, primary.reject, - !remaining ); - - // Use .then() to unwrap secondary thenables (cf. gh-3000) - if ( primary.state() === "pending" || - isFunction( resolveValues[ i ] && resolveValues[ i ].then ) ) { - - return primary.then(); - } - } - - // Multiple arguments are aggregated like Promise.all array elements - while ( i-- ) { - adoptValue( resolveValues[ i ], updateFunc( i ), primary.reject ); - } - - return primary.promise(); - } -} ); - - -// These usually indicate a programmer mistake during development, -// warn about them ASAP rather than swallowing them by default. -var rerrorNames = /^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/; - -jQuery.Deferred.exceptionHook = function( error, stack ) { - - // Support: IE 8 - 9 only - // Console exists when dev tools are open, which can happen at any time - if ( window.console && window.console.warn && error && rerrorNames.test( error.name ) ) { - window.console.warn( "jQuery.Deferred exception: " + error.message, error.stack, stack ); - } -}; - - - - -jQuery.readyException = function( error ) { - window.setTimeout( function() { - throw error; - } ); -}; - - - - -// The deferred used on DOM ready -var readyList = jQuery.Deferred(); - -jQuery.fn.ready = function( fn ) { - - readyList - .then( fn ) - - // Wrap jQuery.readyException in a function so that the lookup - // happens at the time of error handling instead of callback - // registration. - .catch( function( error ) { - jQuery.readyException( error ); - } ); - - return this; -}; - -jQuery.extend( { - - // Is the DOM ready to be used? Set to true once it occurs. - isReady: false, - - // A counter to track how many items to wait for before - // the ready event fires. See trac-6781 - readyWait: 1, - - // Handle when the DOM is ready - ready: function( wait ) { - - // Abort if there are pending holds or we're already ready - if ( wait === true ? --jQuery.readyWait : jQuery.isReady ) { - return; - } - - // Remember that the DOM is ready - jQuery.isReady = true; - - // If a normal DOM Ready event fired, decrement, and wait if need be - if ( wait !== true && --jQuery.readyWait > 0 ) { - return; - } - - // If there are functions bound, to execute - readyList.resolveWith( document, [ jQuery ] ); - } -} ); - -jQuery.ready.then = readyList.then; - -// The ready event handler and self cleanup method -function completed() { - document.removeEventListener( "DOMContentLoaded", completed ); - window.removeEventListener( "load", completed ); - jQuery.ready(); -} - -// Catch cases where $(document).ready() is called -// after the browser event has already occurred. -// Support: IE <=9 - 10 only -// Older IE sometimes signals "interactive" too soon -if ( document.readyState === "complete" || - ( document.readyState !== "loading" && !document.documentElement.doScroll ) ) { - - // Handle it asynchronously to allow scripts the opportunity to delay ready - window.setTimeout( jQuery.ready ); - -} else { - - // Use the handy event callback - document.addEventListener( "DOMContentLoaded", completed ); - - // A fallback to window.onload, that will always work - window.addEventListener( "load", completed ); -} - - - - -// Multifunctional method to get and set values of a collection -// The value/s can optionally be executed if it's a function -var access = function( elems, fn, key, value, chainable, emptyGet, raw ) { - var i = 0, - len = elems.length, - bulk = key == null; - - // Sets many values - if ( toType( key ) === "object" ) { - chainable = true; - for ( i in key ) { - access( elems, fn, i, key[ i ], true, emptyGet, raw ); - } - - // Sets one value - } else if ( value !== undefined ) { - chainable = true; - - if ( !isFunction( value ) ) { - raw = true; - } - - if ( bulk ) { - - // Bulk operations run against the entire set - if ( raw ) { - fn.call( elems, value ); - fn = null; - - // ...except when executing function values - } else { - bulk = fn; - fn = function( elem, _key, value ) { - return bulk.call( jQuery( elem ), value ); - }; - } - } - - if ( fn ) { - for ( ; i < len; i++ ) { - fn( - elems[ i ], key, raw ? - value : - value.call( elems[ i ], i, fn( elems[ i ], key ) ) - ); - } - } - } - - if ( chainable ) { - return elems; - } - - // Gets - if ( bulk ) { - return fn.call( elems ); - } - - return len ? fn( elems[ 0 ], key ) : emptyGet; -}; - - -// Matches dashed string for camelizing -var rmsPrefix = /^-ms-/, - rdashAlpha = /-([a-z])/g; - -// Used by camelCase as callback to replace() -function fcamelCase( _all, letter ) { - return letter.toUpperCase(); -} - -// Convert dashed to camelCase; used by the css and data modules -// Support: IE <=9 - 11, Edge 12 - 15 -// Microsoft forgot to hump their vendor prefix (trac-9572) -function camelCase( string ) { - return string.replace( rmsPrefix, "ms-" ).replace( rdashAlpha, fcamelCase ); -} -var acceptData = function( owner ) { - - // Accepts only: - // - Node - // - Node.ELEMENT_NODE - // - Node.DOCUMENT_NODE - // - Object - // - Any - return owner.nodeType === 1 || owner.nodeType === 9 || !( +owner.nodeType ); -}; - - - - -function Data() { - this.expando = jQuery.expando + Data.uid++; -} - -Data.uid = 1; - -Data.prototype = { - - cache: function( owner ) { - - // Check if the owner object already has a cache - var value = owner[ this.expando ]; - - // If not, create one - if ( !value ) { - value = {}; - - // We can accept data for non-element nodes in modern browsers, - // but we should not, see trac-8335. - // Always return an empty object. - if ( acceptData( owner ) ) { - - // If it is a node unlikely to be stringify-ed or looped over - // use plain assignment - if ( owner.nodeType ) { - owner[ this.expando ] = value; - - // Otherwise secure it in a non-enumerable property - // configurable must be true to allow the property to be - // deleted when data is removed - } else { - Object.defineProperty( owner, this.expando, { - value: value, - configurable: true - } ); - } - } - } - - return value; - }, - set: function( owner, data, value ) { - var prop, - cache = this.cache( owner ); - - // Handle: [ owner, key, value ] args - // Always use camelCase key (gh-2257) - if ( typeof data === "string" ) { - cache[ camelCase( data ) ] = value; - - // Handle: [ owner, { properties } ] args - } else { - - // Copy the properties one-by-one to the cache object - for ( prop in data ) { - cache[ camelCase( prop ) ] = data[ prop ]; - } - } - return cache; - }, - get: function( owner, key ) { - return key === undefined ? - this.cache( owner ) : - - // Always use camelCase key (gh-2257) - owner[ this.expando ] && owner[ this.expando ][ camelCase( key ) ]; - }, - access: function( owner, key, value ) { - - // In cases where either: - // - // 1. No key was specified - // 2. A string key was specified, but no value provided - // - // Take the "read" path and allow the get method to determine - // which value to return, respectively either: - // - // 1. The entire cache object - // 2. The data stored at the key - // - if ( key === undefined || - ( ( key && typeof key === "string" ) && value === undefined ) ) { - - return this.get( owner, key ); - } - - // When the key is not a string, or both a key and value - // are specified, set or extend (existing objects) with either: - // - // 1. An object of properties - // 2. A key and value - // - this.set( owner, key, value ); - - // Since the "set" path can have two possible entry points - // return the expected data based on which path was taken[*] - return value !== undefined ? value : key; - }, - remove: function( owner, key ) { - var i, - cache = owner[ this.expando ]; - - if ( cache === undefined ) { - return; - } - - if ( key !== undefined ) { - - // Support array or space separated string of keys - if ( Array.isArray( key ) ) { - - // If key is an array of keys... - // We always set camelCase keys, so remove that. - key = key.map( camelCase ); - } else { - key = camelCase( key ); - - // If a key with the spaces exists, use it. - // Otherwise, create an array by matching non-whitespace - key = key in cache ? - [ key ] : - ( key.match( rnothtmlwhite ) || [] ); - } - - i = key.length; - - while ( i-- ) { - delete cache[ key[ i ] ]; - } - } - - // Remove the expando if there's no more data - if ( key === undefined || jQuery.isEmptyObject( cache ) ) { - - // Support: Chrome <=35 - 45 - // Webkit & Blink performance suffers when deleting properties - // from DOM nodes, so set to undefined instead - // https://bugs.chromium.org/p/chromium/issues/detail?id=378607 (bug restricted) - if ( owner.nodeType ) { - owner[ this.expando ] = undefined; - } else { - delete owner[ this.expando ]; - } - } - }, - hasData: function( owner ) { - var cache = owner[ this.expando ]; - return cache !== undefined && !jQuery.isEmptyObject( cache ); - } -}; -var dataPriv = new Data(); - -var dataUser = new Data(); - - - -// Implementation Summary -// -// 1. Enforce API surface and semantic compatibility with 1.9.x branch -// 2. Improve the module's maintainability by reducing the storage -// paths to a single mechanism. -// 3. Use the same single mechanism to support "private" and "user" data. -// 4. _Never_ expose "private" data to user code (TODO: Drop _data, _removeData) -// 5. Avoid exposing implementation details on user objects (eg. expando properties) -// 6. Provide a clear path for implementation upgrade to WeakMap in 2014 - -var rbrace = /^(?:\{[\w\W]*\}|\[[\w\W]*\])$/, - rmultiDash = /[A-Z]/g; - -function getData( data ) { - if ( data === "true" ) { - return true; - } - - if ( data === "false" ) { - return false; - } - - if ( data === "null" ) { - return null; - } - - // Only convert to a number if it doesn't change the string - if ( data === +data + "" ) { - return +data; - } - - if ( rbrace.test( data ) ) { - return JSON.parse( data ); - } - - return data; -} - -function dataAttr( elem, key, data ) { - var name; - - // If nothing was found internally, try to fetch any - // data from the HTML5 data-* attribute - if ( data === undefined && elem.nodeType === 1 ) { - name = "data-" + key.replace( rmultiDash, "-$&" ).toLowerCase(); - data = elem.getAttribute( name ); - - if ( typeof data === "string" ) { - try { - data = getData( data ); - } catch ( e ) {} - - // Make sure we set the data so it isn't changed later - dataUser.set( elem, key, data ); - } else { - data = undefined; - } - } - return data; -} - -jQuery.extend( { - hasData: function( elem ) { - return dataUser.hasData( elem ) || dataPriv.hasData( elem ); - }, - - data: function( elem, name, data ) { - return dataUser.access( elem, name, data ); - }, - - removeData: function( elem, name ) { - dataUser.remove( elem, name ); - }, - - // TODO: Now that all calls to _data and _removeData have been replaced - // with direct calls to dataPriv methods, these can be deprecated. - _data: function( elem, name, data ) { - return dataPriv.access( elem, name, data ); - }, - - _removeData: function( elem, name ) { - dataPriv.remove( elem, name ); - } -} ); - -jQuery.fn.extend( { - data: function( key, value ) { - var i, name, data, - elem = this[ 0 ], - attrs = elem && elem.attributes; - - // Gets all values - if ( key === undefined ) { - if ( this.length ) { - data = dataUser.get( elem ); - - if ( elem.nodeType === 1 && !dataPriv.get( elem, "hasDataAttrs" ) ) { - i = attrs.length; - while ( i-- ) { - - // Support: IE 11 only - // The attrs elements can be null (trac-14894) - if ( attrs[ i ] ) { - name = attrs[ i ].name; - if ( name.indexOf( "data-" ) === 0 ) { - name = camelCase( name.slice( 5 ) ); - dataAttr( elem, name, data[ name ] ); - } - } - } - dataPriv.set( elem, "hasDataAttrs", true ); - } - } - - return data; - } - - // Sets multiple values - if ( typeof key === "object" ) { - return this.each( function() { - dataUser.set( this, key ); - } ); - } - - return access( this, function( value ) { - var data; - - // The calling jQuery object (element matches) is not empty - // (and therefore has an element appears at this[ 0 ]) and the - // `value` parameter was not undefined. An empty jQuery object - // will result in `undefined` for elem = this[ 0 ] which will - // throw an exception if an attempt to read a data cache is made. - if ( elem && value === undefined ) { - - // Attempt to get data from the cache - // The key will always be camelCased in Data - data = dataUser.get( elem, key ); - if ( data !== undefined ) { - return data; - } - - // Attempt to "discover" the data in - // HTML5 custom data-* attrs - data = dataAttr( elem, key ); - if ( data !== undefined ) { - return data; - } - - // We tried really hard, but the data doesn't exist. - return; - } - - // Set the data... - this.each( function() { - - // We always store the camelCased key - dataUser.set( this, key, value ); - } ); - }, null, value, arguments.length > 1, null, true ); - }, - - removeData: function( key ) { - return this.each( function() { - dataUser.remove( this, key ); - } ); - } -} ); - - -jQuery.extend( { - queue: function( elem, type, data ) { - var queue; - - if ( elem ) { - type = ( type || "fx" ) + "queue"; - queue = dataPriv.get( elem, type ); - - // Speed up dequeue by getting out quickly if this is just a lookup - if ( data ) { - if ( !queue || Array.isArray( data ) ) { - queue = dataPriv.access( elem, type, jQuery.makeArray( data ) ); - } else { - queue.push( data ); - } - } - return queue || []; - } - }, - - dequeue: function( elem, type ) { - type = type || "fx"; - - var queue = jQuery.queue( elem, type ), - startLength = queue.length, - fn = queue.shift(), - hooks = jQuery._queueHooks( elem, type ), - next = function() { - jQuery.dequeue( elem, type ); - }; - - // If the fx queue is dequeued, always remove the progress sentinel - if ( fn === "inprogress" ) { - fn = queue.shift(); - startLength--; - } - - if ( fn ) { - - // Add a progress sentinel to prevent the fx queue from being - // automatically dequeued - if ( type === "fx" ) { - queue.unshift( "inprogress" ); - } - - // Clear up the last queue stop function - delete hooks.stop; - fn.call( elem, next, hooks ); - } - - if ( !startLength && hooks ) { - hooks.empty.fire(); - } - }, - - // Not public - generate a queueHooks object, or return the current one - _queueHooks: function( elem, type ) { - var key = type + "queueHooks"; - return dataPriv.get( elem, key ) || dataPriv.access( elem, key, { - empty: jQuery.Callbacks( "once memory" ).add( function() { - dataPriv.remove( elem, [ type + "queue", key ] ); - } ) - } ); - } -} ); - -jQuery.fn.extend( { - queue: function( type, data ) { - var setter = 2; - - if ( typeof type !== "string" ) { - data = type; - type = "fx"; - setter--; - } - - if ( arguments.length < setter ) { - return jQuery.queue( this[ 0 ], type ); - } - - return data === undefined ? - this : - this.each( function() { - var queue = jQuery.queue( this, type, data ); - - // Ensure a hooks for this queue - jQuery._queueHooks( this, type ); - - if ( type === "fx" && queue[ 0 ] !== "inprogress" ) { - jQuery.dequeue( this, type ); - } - } ); - }, - dequeue: function( type ) { - return this.each( function() { - jQuery.dequeue( this, type ); - } ); - }, - clearQueue: function( type ) { - return this.queue( type || "fx", [] ); - }, - - // Get a promise resolved when queues of a certain type - // are emptied (fx is the type by default) - promise: function( type, obj ) { - var tmp, - count = 1, - defer = jQuery.Deferred(), - elements = this, - i = this.length, - resolve = function() { - if ( !( --count ) ) { - defer.resolveWith( elements, [ elements ] ); - } - }; - - if ( typeof type !== "string" ) { - obj = type; - type = undefined; - } - type = type || "fx"; - - while ( i-- ) { - tmp = dataPriv.get( elements[ i ], type + "queueHooks" ); - if ( tmp && tmp.empty ) { - count++; - tmp.empty.add( resolve ); - } - } - resolve(); - return defer.promise( obj ); - } -} ); -var pnum = ( /[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/ ).source; - -var rcssNum = new RegExp( "^(?:([+-])=|)(" + pnum + ")([a-z%]*)$", "i" ); - - -var cssExpand = [ "Top", "Right", "Bottom", "Left" ]; - -var documentElement = document.documentElement; - - - - var isAttached = function( elem ) { - return jQuery.contains( elem.ownerDocument, elem ); - }, - composed = { composed: true }; - - // Support: IE 9 - 11+, Edge 12 - 18+, iOS 10.0 - 10.2 only - // Check attachment across shadow DOM boundaries when possible (gh-3504) - // Support: iOS 10.0-10.2 only - // Early iOS 10 versions support `attachShadow` but not `getRootNode`, - // leading to errors. We need to check for `getRootNode`. - if ( documentElement.getRootNode ) { - isAttached = function( elem ) { - return jQuery.contains( elem.ownerDocument, elem ) || - elem.getRootNode( composed ) === elem.ownerDocument; - }; - } -var isHiddenWithinTree = function( elem, el ) { - - // isHiddenWithinTree might be called from jQuery#filter function; - // in that case, element will be second argument - elem = el || elem; - - // Inline style trumps all - return elem.style.display === "none" || - elem.style.display === "" && - - // Otherwise, check computed style - // Support: Firefox <=43 - 45 - // Disconnected elements can have computed display: none, so first confirm that elem is - // in the document. - isAttached( elem ) && - - jQuery.css( elem, "display" ) === "none"; - }; - - - -function adjustCSS( elem, prop, valueParts, tween ) { - var adjusted, scale, - maxIterations = 20, - currentValue = tween ? - function() { - return tween.cur(); - } : - function() { - return jQuery.css( elem, prop, "" ); - }, - initial = currentValue(), - unit = valueParts && valueParts[ 3 ] || ( jQuery.cssNumber[ prop ] ? "" : "px" ), - - // Starting value computation is required for potential unit mismatches - initialInUnit = elem.nodeType && - ( jQuery.cssNumber[ prop ] || unit !== "px" && +initial ) && - rcssNum.exec( jQuery.css( elem, prop ) ); - - if ( initialInUnit && initialInUnit[ 3 ] !== unit ) { - - // Support: Firefox <=54 - // Halve the iteration target value to prevent interference from CSS upper bounds (gh-2144) - initial = initial / 2; - - // Trust units reported by jQuery.css - unit = unit || initialInUnit[ 3 ]; - - // Iteratively approximate from a nonzero starting point - initialInUnit = +initial || 1; - - while ( maxIterations-- ) { - - // Evaluate and update our best guess (doubling guesses that zero out). - // Finish if the scale equals or crosses 1 (making the old*new product non-positive). - jQuery.style( elem, prop, initialInUnit + unit ); - if ( ( 1 - scale ) * ( 1 - ( scale = currentValue() / initial || 0.5 ) ) <= 0 ) { - maxIterations = 0; - } - initialInUnit = initialInUnit / scale; - - } - - initialInUnit = initialInUnit * 2; - jQuery.style( elem, prop, initialInUnit + unit ); - - // Make sure we update the tween properties later on - valueParts = valueParts || []; - } - - if ( valueParts ) { - initialInUnit = +initialInUnit || +initial || 0; - - // Apply relative offset (+=/-=) if specified - adjusted = valueParts[ 1 ] ? - initialInUnit + ( valueParts[ 1 ] + 1 ) * valueParts[ 2 ] : - +valueParts[ 2 ]; - if ( tween ) { - tween.unit = unit; - tween.start = initialInUnit; - tween.end = adjusted; - } - } - return adjusted; -} - - -var defaultDisplayMap = {}; - -function getDefaultDisplay( elem ) { - var temp, - doc = elem.ownerDocument, - nodeName = elem.nodeName, - display = defaultDisplayMap[ nodeName ]; - - if ( display ) { - return display; - } - - temp = doc.body.appendChild( doc.createElement( nodeName ) ); - display = jQuery.css( temp, "display" ); - - temp.parentNode.removeChild( temp ); - - if ( display === "none" ) { - display = "block"; - } - defaultDisplayMap[ nodeName ] = display; - - return display; -} - -function showHide( elements, show ) { - var display, elem, - values = [], - index = 0, - length = elements.length; - - // Determine new display value for elements that need to change - for ( ; index < length; index++ ) { - elem = elements[ index ]; - if ( !elem.style ) { - continue; - } - - display = elem.style.display; - if ( show ) { - - // Since we force visibility upon cascade-hidden elements, an immediate (and slow) - // check is required in this first loop unless we have a nonempty display value (either - // inline or about-to-be-restored) - if ( display === "none" ) { - values[ index ] = dataPriv.get( elem, "display" ) || null; - if ( !values[ index ] ) { - elem.style.display = ""; - } - } - if ( elem.style.display === "" && isHiddenWithinTree( elem ) ) { - values[ index ] = getDefaultDisplay( elem ); - } - } else { - if ( display !== "none" ) { - values[ index ] = "none"; - - // Remember what we're overwriting - dataPriv.set( elem, "display", display ); - } - } - } - - // Set the display of the elements in a second loop to avoid constant reflow - for ( index = 0; index < length; index++ ) { - if ( values[ index ] != null ) { - elements[ index ].style.display = values[ index ]; - } - } - - return elements; -} - -jQuery.fn.extend( { - show: function() { - return showHide( this, true ); - }, - hide: function() { - return showHide( this ); - }, - toggle: function( state ) { - if ( typeof state === "boolean" ) { - return state ? this.show() : this.hide(); - } - - return this.each( function() { - if ( isHiddenWithinTree( this ) ) { - jQuery( this ).show(); - } else { - jQuery( this ).hide(); - } - } ); - } -} ); -var rcheckableType = ( /^(?:checkbox|radio)$/i ); - -var rtagName = ( /<([a-z][^\/\0>\x20\t\r\n\f]*)/i ); - -var rscriptType = ( /^$|^module$|\/(?:java|ecma)script/i ); - - - -( function() { - var fragment = document.createDocumentFragment(), - div = fragment.appendChild( document.createElement( "div" ) ), - input = document.createElement( "input" ); - - // Support: Android 4.0 - 4.3 only - // Check state lost if the name is set (trac-11217) - // Support: Windows Web Apps (WWA) - // `name` and `type` must use .setAttribute for WWA (trac-14901) - input.setAttribute( "type", "radio" ); - input.setAttribute( "checked", "checked" ); - input.setAttribute( "name", "t" ); - - div.appendChild( input ); - - // Support: Android <=4.1 only - // Older WebKit doesn't clone checked state correctly in fragments - support.checkClone = div.cloneNode( true ).cloneNode( true ).lastChild.checked; - - // Support: IE <=11 only - // Make sure textarea (and checkbox) defaultValue is properly cloned - div.innerHTML = "<textarea>x</textarea>"; - support.noCloneChecked = !!div.cloneNode( true ).lastChild.defaultValue; - - // Support: IE <=9 only - // IE <=9 replaces <option> tags with their contents when inserted outside of - // the select element. - div.innerHTML = "<option></option>"; - support.option = !!div.lastChild; -} )(); - - -// We have to close these tags to support XHTML (trac-13200) -var wrapMap = { - - // XHTML parsers do not magically insert elements in the - // same way that tag soup parsers do. So we cannot shorten - // this by omitting <tbody> or other required elements. - thead: [ 1, "<table>", "</table>" ], - col: [ 2, "<table><colgroup>", "</colgroup></table>" ], - tr: [ 2, "<table><tbody>", "</tbody></table>" ], - td: [ 3, "<table><tbody><tr>", "</tr></tbody></table>" ], - - _default: [ 0, "", "" ] -}; - -wrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead; -wrapMap.th = wrapMap.td; - -// Support: IE <=9 only -if ( !support.option ) { - wrapMap.optgroup = wrapMap.option = [ 1, "<select multiple='multiple'>", "</select>" ]; -} - - -function getAll( context, tag ) { - - // Support: IE <=9 - 11 only - // Use typeof to avoid zero-argument method invocation on host objects (trac-15151) - var ret; - - if ( typeof context.getElementsByTagName !== "undefined" ) { - ret = context.getElementsByTagName( tag || "*" ); - - } else if ( typeof context.querySelectorAll !== "undefined" ) { - ret = context.querySelectorAll( tag || "*" ); - - } else { - ret = []; - } - - if ( tag === undefined || tag && nodeName( context, tag ) ) { - return jQuery.merge( [ context ], ret ); - } - - return ret; -} - - -// Mark scripts as having already been evaluated -function setGlobalEval( elems, refElements ) { - var i = 0, - l = elems.length; - - for ( ; i < l; i++ ) { - dataPriv.set( - elems[ i ], - "globalEval", - !refElements || dataPriv.get( refElements[ i ], "globalEval" ) - ); - } -} - - -var rhtml = /<|&#?\w+;/; - -function buildFragment( elems, context, scripts, selection, ignored ) { - var elem, tmp, tag, wrap, attached, j, - fragment = context.createDocumentFragment(), - nodes = [], - i = 0, - l = elems.length; - - for ( ; i < l; i++ ) { - elem = elems[ i ]; - - if ( elem || elem === 0 ) { - - // Add nodes directly - if ( toType( elem ) === "object" ) { - - // Support: Android <=4.0 only, PhantomJS 1 only - // push.apply(_, arraylike) throws on ancient WebKit - jQuery.merge( nodes, elem.nodeType ? [ elem ] : elem ); - - // Convert non-html into a text node - } else if ( !rhtml.test( elem ) ) { - nodes.push( context.createTextNode( elem ) ); - - // Convert html into DOM nodes - } else { - tmp = tmp || fragment.appendChild( context.createElement( "div" ) ); - - // Deserialize a standard representation - tag = ( rtagName.exec( elem ) || [ "", "" ] )[ 1 ].toLowerCase(); - wrap = wrapMap[ tag ] || wrapMap._default; - tmp.innerHTML = wrap[ 1 ] + jQuery.htmlPrefilter( elem ) + wrap[ 2 ]; - - // Descend through wrappers to the right content - j = wrap[ 0 ]; - while ( j-- ) { - tmp = tmp.lastChild; - } - - // Support: Android <=4.0 only, PhantomJS 1 only - // push.apply(_, arraylike) throws on ancient WebKit - jQuery.merge( nodes, tmp.childNodes ); - - // Remember the top-level container - tmp = fragment.firstChild; - - // Ensure the created nodes are orphaned (trac-12392) - tmp.textContent = ""; - } - } - } - - // Remove wrapper from fragment - fragment.textContent = ""; - - i = 0; - while ( ( elem = nodes[ i++ ] ) ) { - - // Skip elements already in the context collection (trac-4087) - if ( selection && jQuery.inArray( elem, selection ) > -1 ) { - if ( ignored ) { - ignored.push( elem ); - } - continue; - } - - attached = isAttached( elem ); - - // Append to fragment - tmp = getAll( fragment.appendChild( elem ), "script" ); - - // Preserve script evaluation history - if ( attached ) { - setGlobalEval( tmp ); - } - - // Capture executables - if ( scripts ) { - j = 0; - while ( ( elem = tmp[ j++ ] ) ) { - if ( rscriptType.test( elem.type || "" ) ) { - scripts.push( elem ); - } - } - } - } - - return fragment; -} - - -var rtypenamespace = /^([^.]*)(?:\.(.+)|)/; - -function returnTrue() { - return true; -} - -function returnFalse() { - return false; -} - -// Support: IE <=9 - 11+ -// focus() and blur() are asynchronous, except when they are no-op. -// So expect focus to be synchronous when the element is already active, -// and blur to be synchronous when the element is not already active. -// (focus and blur are always synchronous in other supported browsers, -// this just defines when we can count on it). -function expectSync( elem, type ) { - return ( elem === safeActiveElement() ) === ( type === "focus" ); -} - -// Support: IE <=9 only -// Accessing document.activeElement can throw unexpectedly -// https://bugs.jquery.com/ticket/13393 -function safeActiveElement() { - try { - return document.activeElement; - } catch ( err ) { } -} - -function on( elem, types, selector, data, fn, one ) { - var origFn, type; - - // Types can be a map of types/handlers - if ( typeof types === "object" ) { - - // ( types-Object, selector, data ) - if ( typeof selector !== "string" ) { - - // ( types-Object, data ) - data = data || selector; - selector = undefined; - } - for ( type in types ) { - on( elem, type, selector, data, types[ type ], one ); - } - return elem; - } - - if ( data == null && fn == null ) { - - // ( types, fn ) - fn = selector; - data = selector = undefined; - } else if ( fn == null ) { - if ( typeof selector === "string" ) { - - // ( types, selector, fn ) - fn = data; - data = undefined; - } else { - - // ( types, data, fn ) - fn = data; - data = selector; - selector = undefined; - } - } - if ( fn === false ) { - fn = returnFalse; - } else if ( !fn ) { - return elem; - } - - if ( one === 1 ) { - origFn = fn; - fn = function( event ) { - - // Can use an empty set, since event contains the info - jQuery().off( event ); - return origFn.apply( this, arguments ); - }; - - // Use same guid so caller can remove using origFn - fn.guid = origFn.guid || ( origFn.guid = jQuery.guid++ ); - } - return elem.each( function() { - jQuery.event.add( this, types, fn, data, selector ); - } ); -} - -/* - * Helper functions for managing events -- not part of the public interface. - * Props to Dean Edwards' addEvent library for many of the ideas. - */ -jQuery.event = { - - global: {}, - - add: function( elem, types, handler, data, selector ) { - - var handleObjIn, eventHandle, tmp, - events, t, handleObj, - special, handlers, type, namespaces, origType, - elemData = dataPriv.get( elem ); - - // Only attach events to objects that accept data - if ( !acceptData( elem ) ) { - return; - } - - // Caller can pass in an object of custom data in lieu of the handler - if ( handler.handler ) { - handleObjIn = handler; - handler = handleObjIn.handler; - selector = handleObjIn.selector; - } - - // Ensure that invalid selectors throw exceptions at attach time - // Evaluate against documentElement in case elem is a non-element node (e.g., document) - if ( selector ) { - jQuery.find.matchesSelector( documentElement, selector ); - } - - // Make sure that the handler has a unique ID, used to find/remove it later - if ( !handler.guid ) { - handler.guid = jQuery.guid++; - } - - // Init the element's event structure and main handler, if this is the first - if ( !( events = elemData.events ) ) { - events = elemData.events = Object.create( null ); - } - if ( !( eventHandle = elemData.handle ) ) { - eventHandle = elemData.handle = function( e ) { - - // Discard the second event of a jQuery.event.trigger() and - // when an event is called after a page has unloaded - return typeof jQuery !== "undefined" && jQuery.event.triggered !== e.type ? - jQuery.event.dispatch.apply( elem, arguments ) : undefined; - }; - } - - // Handle multiple events separated by a space - types = ( types || "" ).match( rnothtmlwhite ) || [ "" ]; - t = types.length; - while ( t-- ) { - tmp = rtypenamespace.exec( types[ t ] ) || []; - type = origType = tmp[ 1 ]; - namespaces = ( tmp[ 2 ] || "" ).split( "." ).sort(); - - // There *must* be a type, no attaching namespace-only handlers - if ( !type ) { - continue; - } - - // If event changes its type, use the special event handlers for the changed type - special = jQuery.event.special[ type ] || {}; - - // If selector defined, determine special event api type, otherwise given type - type = ( selector ? special.delegateType : special.bindType ) || type; - - // Update special based on newly reset type - special = jQuery.event.special[ type ] || {}; - - // handleObj is passed to all event handlers - handleObj = jQuery.extend( { - type: type, - origType: origType, - data: data, - handler: handler, - guid: handler.guid, - selector: selector, - needsContext: selector && jQuery.expr.match.needsContext.test( selector ), - namespace: namespaces.join( "." ) - }, handleObjIn ); - - // Init the event handler queue if we're the first - if ( !( handlers = events[ type ] ) ) { - handlers = events[ type ] = []; - handlers.delegateCount = 0; - - // Only use addEventListener if the special events handler returns false - if ( !special.setup || - special.setup.call( elem, data, namespaces, eventHandle ) === false ) { - - if ( elem.addEventListener ) { - elem.addEventListener( type, eventHandle ); - } - } - } - - if ( special.add ) { - special.add.call( elem, handleObj ); - - if ( !handleObj.handler.guid ) { - handleObj.handler.guid = handler.guid; - } - } - - // Add to the element's handler list, delegates in front - if ( selector ) { - handlers.splice( handlers.delegateCount++, 0, handleObj ); - } else { - handlers.push( handleObj ); - } - - // Keep track of which events have ever been used, for event optimization - jQuery.event.global[ type ] = true; - } - - }, - - // Detach an event or set of events from an element - remove: function( elem, types, handler, selector, mappedTypes ) { - - var j, origCount, tmp, - events, t, handleObj, - special, handlers, type, namespaces, origType, - elemData = dataPriv.hasData( elem ) && dataPriv.get( elem ); - - if ( !elemData || !( events = elemData.events ) ) { - return; - } - - // Once for each type.namespace in types; type may be omitted - types = ( types || "" ).match( rnothtmlwhite ) || [ "" ]; - t = types.length; - while ( t-- ) { - tmp = rtypenamespace.exec( types[ t ] ) || []; - type = origType = tmp[ 1 ]; - namespaces = ( tmp[ 2 ] || "" ).split( "." ).sort(); - - // Unbind all events (on this namespace, if provided) for the element - if ( !type ) { - for ( type in events ) { - jQuery.event.remove( elem, type + types[ t ], handler, selector, true ); - } - continue; - } - - special = jQuery.event.special[ type ] || {}; - type = ( selector ? special.delegateType : special.bindType ) || type; - handlers = events[ type ] || []; - tmp = tmp[ 2 ] && - new RegExp( "(^|\\.)" + namespaces.join( "\\.(?:.*\\.|)" ) + "(\\.|$)" ); - - // Remove matching events - origCount = j = handlers.length; - while ( j-- ) { - handleObj = handlers[ j ]; - - if ( ( mappedTypes || origType === handleObj.origType ) && - ( !handler || handler.guid === handleObj.guid ) && - ( !tmp || tmp.test( handleObj.namespace ) ) && - ( !selector || selector === handleObj.selector || - selector === "**" && handleObj.selector ) ) { - handlers.splice( j, 1 ); - - if ( handleObj.selector ) { - handlers.delegateCount--; - } - if ( special.remove ) { - special.remove.call( elem, handleObj ); - } - } - } - - // Remove generic event handler if we removed something and no more handlers exist - // (avoids potential for endless recursion during removal of special event handlers) - if ( origCount && !handlers.length ) { - if ( !special.teardown || - special.teardown.call( elem, namespaces, elemData.handle ) === false ) { - - jQuery.removeEvent( elem, type, elemData.handle ); - } - - delete events[ type ]; - } - } - - // Remove data and the expando if it's no longer used - if ( jQuery.isEmptyObject( events ) ) { - dataPriv.remove( elem, "handle events" ); - } - }, - - dispatch: function( nativeEvent ) { - - var i, j, ret, matched, handleObj, handlerQueue, - args = new Array( arguments.length ), - - // Make a writable jQuery.Event from the native event object - event = jQuery.event.fix( nativeEvent ), - - handlers = ( - dataPriv.get( this, "events" ) || Object.create( null ) - )[ event.type ] || [], - special = jQuery.event.special[ event.type ] || {}; - - // Use the fix-ed jQuery.Event rather than the (read-only) native event - args[ 0 ] = event; - - for ( i = 1; i < arguments.length; i++ ) { - args[ i ] = arguments[ i ]; - } - - event.delegateTarget = this; - - // Call the preDispatch hook for the mapped type, and let it bail if desired - if ( special.preDispatch && special.preDispatch.call( this, event ) === false ) { - return; - } - - // Determine handlers - handlerQueue = jQuery.event.handlers.call( this, event, handlers ); - - // Run delegates first; they may want to stop propagation beneath us - i = 0; - while ( ( matched = handlerQueue[ i++ ] ) && !event.isPropagationStopped() ) { - event.currentTarget = matched.elem; - - j = 0; - while ( ( handleObj = matched.handlers[ j++ ] ) && - !event.isImmediatePropagationStopped() ) { - - // If the event is namespaced, then each handler is only invoked if it is - // specially universal or its namespaces are a superset of the event's. - if ( !event.rnamespace || handleObj.namespace === false || - event.rnamespace.test( handleObj.namespace ) ) { - - event.handleObj = handleObj; - event.data = handleObj.data; - - ret = ( ( jQuery.event.special[ handleObj.origType ] || {} ).handle || - handleObj.handler ).apply( matched.elem, args ); - - if ( ret !== undefined ) { - if ( ( event.result = ret ) === false ) { - event.preventDefault(); - event.stopPropagation(); - } - } - } - } - } - - // Call the postDispatch hook for the mapped type - if ( special.postDispatch ) { - special.postDispatch.call( this, event ); - } - - return event.result; - }, - - handlers: function( event, handlers ) { - var i, handleObj, sel, matchedHandlers, matchedSelectors, - handlerQueue = [], - delegateCount = handlers.delegateCount, - cur = event.target; - - // Find delegate handlers - if ( delegateCount && - - // Support: IE <=9 - // Black-hole SVG <use> instance trees (trac-13180) - cur.nodeType && - - // Support: Firefox <=42 - // Suppress spec-violating clicks indicating a non-primary pointer button (trac-3861) - // https://www.w3.org/TR/DOM-Level-3-Events/#event-type-click - // Support: IE 11 only - // ...but not arrow key "clicks" of radio inputs, which can have `button` -1 (gh-2343) - !( event.type === "click" && event.button >= 1 ) ) { - - for ( ; cur !== this; cur = cur.parentNode || this ) { - - // Don't check non-elements (trac-13208) - // Don't process clicks on disabled elements (trac-6911, trac-8165, trac-11382, trac-11764) - if ( cur.nodeType === 1 && !( event.type === "click" && cur.disabled === true ) ) { - matchedHandlers = []; - matchedSelectors = {}; - for ( i = 0; i < delegateCount; i++ ) { - handleObj = handlers[ i ]; - - // Don't conflict with Object.prototype properties (trac-13203) - sel = handleObj.selector + " "; - - if ( matchedSelectors[ sel ] === undefined ) { - matchedSelectors[ sel ] = handleObj.needsContext ? - jQuery( sel, this ).index( cur ) > -1 : - jQuery.find( sel, this, null, [ cur ] ).length; - } - if ( matchedSelectors[ sel ] ) { - matchedHandlers.push( handleObj ); - } - } - if ( matchedHandlers.length ) { - handlerQueue.push( { elem: cur, handlers: matchedHandlers } ); - } - } - } - } - - // Add the remaining (directly-bound) handlers - cur = this; - if ( delegateCount < handlers.length ) { - handlerQueue.push( { elem: cur, handlers: handlers.slice( delegateCount ) } ); - } - - return handlerQueue; - }, - - addProp: function( name, hook ) { - Object.defineProperty( jQuery.Event.prototype, name, { - enumerable: true, - configurable: true, - - get: isFunction( hook ) ? - function() { - if ( this.originalEvent ) { - return hook( this.originalEvent ); - } - } : - function() { - if ( this.originalEvent ) { - return this.originalEvent[ name ]; - } - }, - - set: function( value ) { - Object.defineProperty( this, name, { - enumerable: true, - configurable: true, - writable: true, - value: value - } ); - } - } ); - }, - - fix: function( originalEvent ) { - return originalEvent[ jQuery.expando ] ? - originalEvent : - new jQuery.Event( originalEvent ); - }, - - special: { - load: { - - // Prevent triggered image.load events from bubbling to window.load - noBubble: true - }, - click: { - - // Utilize native event to ensure correct state for checkable inputs - setup: function( data ) { - - // For mutual compressibility with _default, replace `this` access with a local var. - // `|| data` is dead code meant only to preserve the variable through minification. - var el = this || data; - - // Claim the first handler - if ( rcheckableType.test( el.type ) && - el.click && nodeName( el, "input" ) ) { - - // dataPriv.set( el, "click", ... ) - leverageNative( el, "click", returnTrue ); - } - - // Return false to allow normal processing in the caller - return false; - }, - trigger: function( data ) { - - // For mutual compressibility with _default, replace `this` access with a local var. - // `|| data` is dead code meant only to preserve the variable through minification. - var el = this || data; - - // Force setup before triggering a click - if ( rcheckableType.test( el.type ) && - el.click && nodeName( el, "input" ) ) { - - leverageNative( el, "click" ); - } - - // Return non-false to allow normal event-path propagation - return true; - }, - - // For cross-browser consistency, suppress native .click() on links - // Also prevent it if we're currently inside a leveraged native-event stack - _default: function( event ) { - var target = event.target; - return rcheckableType.test( target.type ) && - target.click && nodeName( target, "input" ) && - dataPriv.get( target, "click" ) || - nodeName( target, "a" ); - } - }, - - beforeunload: { - postDispatch: function( event ) { - - // Support: Firefox 20+ - // Firefox doesn't alert if the returnValue field is not set. - if ( event.result !== undefined && event.originalEvent ) { - event.originalEvent.returnValue = event.result; - } - } - } - } -}; - -// Ensure the presence of an event listener that handles manually-triggered -// synthetic events by interrupting progress until reinvoked in response to -// *native* events that it fires directly, ensuring that state changes have -// already occurred before other listeners are invoked. -function leverageNative( el, type, expectSync ) { - - // Missing expectSync indicates a trigger call, which must force setup through jQuery.event.add - if ( !expectSync ) { - if ( dataPriv.get( el, type ) === undefined ) { - jQuery.event.add( el, type, returnTrue ); - } - return; - } - - // Register the controller as a special universal handler for all event namespaces - dataPriv.set( el, type, false ); - jQuery.event.add( el, type, { - namespace: false, - handler: function( event ) { - var notAsync, result, - saved = dataPriv.get( this, type ); - - if ( ( event.isTrigger & 1 ) && this[ type ] ) { - - // Interrupt processing of the outer synthetic .trigger()ed event - // Saved data should be false in such cases, but might be a leftover capture object - // from an async native handler (gh-4350) - if ( !saved.length ) { - - // Store arguments for use when handling the inner native event - // There will always be at least one argument (an event object), so this array - // will not be confused with a leftover capture object. - saved = slice.call( arguments ); - dataPriv.set( this, type, saved ); - - // Trigger the native event and capture its result - // Support: IE <=9 - 11+ - // focus() and blur() are asynchronous - notAsync = expectSync( this, type ); - this[ type ](); - result = dataPriv.get( this, type ); - if ( saved !== result || notAsync ) { - dataPriv.set( this, type, false ); - } else { - result = {}; - } - if ( saved !== result ) { - - // Cancel the outer synthetic event - event.stopImmediatePropagation(); - event.preventDefault(); - - // Support: Chrome 86+ - // In Chrome, if an element having a focusout handler is blurred by - // clicking outside of it, it invokes the handler synchronously. If - // that handler calls `.remove()` on the element, the data is cleared, - // leaving `result` undefined. We need to guard against this. - return result && result.value; - } - - // If this is an inner synthetic event for an event with a bubbling surrogate - // (focus or blur), assume that the surrogate already propagated from triggering the - // native event and prevent that from happening again here. - // This technically gets the ordering wrong w.r.t. to `.trigger()` (in which the - // bubbling surrogate propagates *after* the non-bubbling base), but that seems - // less bad than duplication. - } else if ( ( jQuery.event.special[ type ] || {} ).delegateType ) { - event.stopPropagation(); - } - - // If this is a native event triggered above, everything is now in order - // Fire an inner synthetic event with the original arguments - } else if ( saved.length ) { - - // ...and capture the result - dataPriv.set( this, type, { - value: jQuery.event.trigger( - - // Support: IE <=9 - 11+ - // Extend with the prototype to reset the above stopImmediatePropagation() - jQuery.extend( saved[ 0 ], jQuery.Event.prototype ), - saved.slice( 1 ), - this - ) - } ); - - // Abort handling of the native event - event.stopImmediatePropagation(); - } - } - } ); -} - -jQuery.removeEvent = function( elem, type, handle ) { - - // This "if" is needed for plain objects - if ( elem.removeEventListener ) { - elem.removeEventListener( type, handle ); - } -}; - -jQuery.Event = function( src, props ) { - - // Allow instantiation without the 'new' keyword - if ( !( this instanceof jQuery.Event ) ) { - return new jQuery.Event( src, props ); - } - - // Event object - if ( src && src.type ) { - this.originalEvent = src; - this.type = src.type; - - // Events bubbling up the document may have been marked as prevented - // by a handler lower down the tree; reflect the correct value. - this.isDefaultPrevented = src.defaultPrevented || - src.defaultPrevented === undefined && - - // Support: Android <=2.3 only - src.returnValue === false ? - returnTrue : - returnFalse; - - // Create target properties - // Support: Safari <=6 - 7 only - // Target should not be a text node (trac-504, trac-13143) - this.target = ( src.target && src.target.nodeType === 3 ) ? - src.target.parentNode : - src.target; - - this.currentTarget = src.currentTarget; - this.relatedTarget = src.relatedTarget; - - // Event type - } else { - this.type = src; - } - - // Put explicitly provided properties onto the event object - if ( props ) { - jQuery.extend( this, props ); - } - - // Create a timestamp if incoming event doesn't have one - this.timeStamp = src && src.timeStamp || Date.now(); - - // Mark it as fixed - this[ jQuery.expando ] = true; -}; - -// jQuery.Event is based on DOM3 Events as specified by the ECMAScript Language Binding -// https://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/ecma-script-binding.html -jQuery.Event.prototype = { - constructor: jQuery.Event, - isDefaultPrevented: returnFalse, - isPropagationStopped: returnFalse, - isImmediatePropagationStopped: returnFalse, - isSimulated: false, - - preventDefault: function() { - var e = this.originalEvent; - - this.isDefaultPrevented = returnTrue; - - if ( e && !this.isSimulated ) { - e.preventDefault(); - } - }, - stopPropagation: function() { - var e = this.originalEvent; - - this.isPropagationStopped = returnTrue; - - if ( e && !this.isSimulated ) { - e.stopPropagation(); - } - }, - stopImmediatePropagation: function() { - var e = this.originalEvent; - - this.isImmediatePropagationStopped = returnTrue; - - if ( e && !this.isSimulated ) { - e.stopImmediatePropagation(); - } - - this.stopPropagation(); - } -}; - -// Includes all common event props including KeyEvent and MouseEvent specific props -jQuery.each( { - altKey: true, - bubbles: true, - cancelable: true, - changedTouches: true, - ctrlKey: true, - detail: true, - eventPhase: true, - metaKey: true, - pageX: true, - pageY: true, - shiftKey: true, - view: true, - "char": true, - code: true, - charCode: true, - key: true, - keyCode: true, - button: true, - buttons: true, - clientX: true, - clientY: true, - offsetX: true, - offsetY: true, - pointerId: true, - pointerType: true, - screenX: true, - screenY: true, - targetTouches: true, - toElement: true, - touches: true, - which: true -}, jQuery.event.addProp ); - -jQuery.each( { focus: "focusin", blur: "focusout" }, function( type, delegateType ) { - jQuery.event.special[ type ] = { - - // Utilize native event if possible so blur/focus sequence is correct - setup: function() { - - // Claim the first handler - // dataPriv.set( this, "focus", ... ) - // dataPriv.set( this, "blur", ... ) - leverageNative( this, type, expectSync ); - - // Return false to allow normal processing in the caller - return false; - }, - trigger: function() { - - // Force setup before trigger - leverageNative( this, type ); - - // Return non-false to allow normal event-path propagation - return true; - }, - - // Suppress native focus or blur if we're currently inside - // a leveraged native-event stack - _default: function( event ) { - return dataPriv.get( event.target, type ); - }, - - delegateType: delegateType - }; -} ); - -// Create mouseenter/leave events using mouseover/out and event-time checks -// so that event delegation works in jQuery. -// Do the same for pointerenter/pointerleave and pointerover/pointerout -// -// Support: Safari 7 only -// Safari sends mouseenter too often; see: -// https://bugs.chromium.org/p/chromium/issues/detail?id=470258 -// for the description of the bug (it existed in older Chrome versions as well). -jQuery.each( { - mouseenter: "mouseover", - mouseleave: "mouseout", - pointerenter: "pointerover", - pointerleave: "pointerout" -}, function( orig, fix ) { - jQuery.event.special[ orig ] = { - delegateType: fix, - bindType: fix, - - handle: function( event ) { - var ret, - target = this, - related = event.relatedTarget, - handleObj = event.handleObj; - - // For mouseenter/leave call the handler if related is outside the target. - // NB: No relatedTarget if the mouse left/entered the browser window - if ( !related || ( related !== target && !jQuery.contains( target, related ) ) ) { - event.type = handleObj.origType; - ret = handleObj.handler.apply( this, arguments ); - event.type = fix; - } - return ret; - } - }; -} ); - -jQuery.fn.extend( { - - on: function( types, selector, data, fn ) { - return on( this, types, selector, data, fn ); - }, - one: function( types, selector, data, fn ) { - return on( this, types, selector, data, fn, 1 ); - }, - off: function( types, selector, fn ) { - var handleObj, type; - if ( types && types.preventDefault && types.handleObj ) { - - // ( event ) dispatched jQuery.Event - handleObj = types.handleObj; - jQuery( types.delegateTarget ).off( - handleObj.namespace ? - handleObj.origType + "." + handleObj.namespace : - handleObj.origType, - handleObj.selector, - handleObj.handler - ); - return this; - } - if ( typeof types === "object" ) { - - // ( types-object [, selector] ) - for ( type in types ) { - this.off( type, selector, types[ type ] ); - } - return this; - } - if ( selector === false || typeof selector === "function" ) { - - // ( types [, fn] ) - fn = selector; - selector = undefined; - } - if ( fn === false ) { - fn = returnFalse; - } - return this.each( function() { - jQuery.event.remove( this, types, fn, selector ); - } ); - } -} ); - - -var - - // Support: IE <=10 - 11, Edge 12 - 13 only - // In IE/Edge using regex groups here causes severe slowdowns. - // See https://connect.microsoft.com/IE/feedback/details/1736512/ - rnoInnerhtml = /<script|<style|<link/i, - - // checked="checked" or checked - rchecked = /checked\s*(?:[^=]|=\s*.checked.)/i, - - rcleanScript = /^\s*<!\[CDATA\[|\]\]>\s*$/g; - -// Prefer a tbody over its parent table for containing new rows -function manipulationTarget( elem, content ) { - if ( nodeName( elem, "table" ) && - nodeName( content.nodeType !== 11 ? content : content.firstChild, "tr" ) ) { - - return jQuery( elem ).children( "tbody" )[ 0 ] || elem; - } - - return elem; -} - -// Replace/restore the type attribute of script elements for safe DOM manipulation -function disableScript( elem ) { - elem.type = ( elem.getAttribute( "type" ) !== null ) + "/" + elem.type; - return elem; -} -function restoreScript( elem ) { - if ( ( elem.type || "" ).slice( 0, 5 ) === "true/" ) { - elem.type = elem.type.slice( 5 ); - } else { - elem.removeAttribute( "type" ); - } - - return elem; -} - -function cloneCopyEvent( src, dest ) { - var i, l, type, pdataOld, udataOld, udataCur, events; - - if ( dest.nodeType !== 1 ) { - return; - } - - // 1. Copy private data: events, handlers, etc. - if ( dataPriv.hasData( src ) ) { - pdataOld = dataPriv.get( src ); - events = pdataOld.events; - - if ( events ) { - dataPriv.remove( dest, "handle events" ); - - for ( type in events ) { - for ( i = 0, l = events[ type ].length; i < l; i++ ) { - jQuery.event.add( dest, type, events[ type ][ i ] ); - } - } - } - } - - // 2. Copy user data - if ( dataUser.hasData( src ) ) { - udataOld = dataUser.access( src ); - udataCur = jQuery.extend( {}, udataOld ); - - dataUser.set( dest, udataCur ); - } -} - -// Fix IE bugs, see support tests -function fixInput( src, dest ) { - var nodeName = dest.nodeName.toLowerCase(); - - // Fails to persist the checked state of a cloned checkbox or radio button. - if ( nodeName === "input" && rcheckableType.test( src.type ) ) { - dest.checked = src.checked; - - // Fails to return the selected option to the default selected state when cloning options - } else if ( nodeName === "input" || nodeName === "textarea" ) { - dest.defaultValue = src.defaultValue; - } -} - -function domManip( collection, args, callback, ignored ) { - - // Flatten any nested arrays - args = flat( args ); - - var fragment, first, scripts, hasScripts, node, doc, - i = 0, - l = collection.length, - iNoClone = l - 1, - value = args[ 0 ], - valueIsFunction = isFunction( value ); - - // We can't cloneNode fragments that contain checked, in WebKit - if ( valueIsFunction || - ( l > 1 && typeof value === "string" && - !support.checkClone && rchecked.test( value ) ) ) { - return collection.each( function( index ) { - var self = collection.eq( index ); - if ( valueIsFunction ) { - args[ 0 ] = value.call( this, index, self.html() ); - } - domManip( self, args, callback, ignored ); - } ); - } - - if ( l ) { - fragment = buildFragment( args, collection[ 0 ].ownerDocument, false, collection, ignored ); - first = fragment.firstChild; - - if ( fragment.childNodes.length === 1 ) { - fragment = first; - } - - // Require either new content or an interest in ignored elements to invoke the callback - if ( first || ignored ) { - scripts = jQuery.map( getAll( fragment, "script" ), disableScript ); - hasScripts = scripts.length; - - // Use the original fragment for the last item - // instead of the first because it can end up - // being emptied incorrectly in certain situations (trac-8070). - for ( ; i < l; i++ ) { - node = fragment; - - if ( i !== iNoClone ) { - node = jQuery.clone( node, true, true ); - - // Keep references to cloned scripts for later restoration - if ( hasScripts ) { - - // Support: Android <=4.0 only, PhantomJS 1 only - // push.apply(_, arraylike) throws on ancient WebKit - jQuery.merge( scripts, getAll( node, "script" ) ); - } - } - - callback.call( collection[ i ], node, i ); - } - - if ( hasScripts ) { - doc = scripts[ scripts.length - 1 ].ownerDocument; - - // Reenable scripts - jQuery.map( scripts, restoreScript ); - - // Evaluate executable scripts on first document insertion - for ( i = 0; i < hasScripts; i++ ) { - node = scripts[ i ]; - if ( rscriptType.test( node.type || "" ) && - !dataPriv.access( node, "globalEval" ) && - jQuery.contains( doc, node ) ) { - - if ( node.src && ( node.type || "" ).toLowerCase() !== "module" ) { - - // Optional AJAX dependency, but won't run scripts if not present - if ( jQuery._evalUrl && !node.noModule ) { - jQuery._evalUrl( node.src, { - nonce: node.nonce || node.getAttribute( "nonce" ) - }, doc ); - } - } else { - - // Unwrap a CDATA section containing script contents. This shouldn't be - // needed as in XML documents they're already not visible when - // inspecting element contents and in HTML documents they have no - // meaning but we're preserving that logic for backwards compatibility. - // This will be removed completely in 4.0. See gh-4904. - DOMEval( node.textContent.replace( rcleanScript, "" ), node, doc ); - } - } - } - } - } - } - - return collection; -} - -function remove( elem, selector, keepData ) { - var node, - nodes = selector ? jQuery.filter( selector, elem ) : elem, - i = 0; - - for ( ; ( node = nodes[ i ] ) != null; i++ ) { - if ( !keepData && node.nodeType === 1 ) { - jQuery.cleanData( getAll( node ) ); - } - - if ( node.parentNode ) { - if ( keepData && isAttached( node ) ) { - setGlobalEval( getAll( node, "script" ) ); - } - node.parentNode.removeChild( node ); - } - } - - return elem; -} - -jQuery.extend( { - htmlPrefilter: function( html ) { - return html; - }, - - clone: function( elem, dataAndEvents, deepDataAndEvents ) { - var i, l, srcElements, destElements, - clone = elem.cloneNode( true ), - inPage = isAttached( elem ); - - // Fix IE cloning issues - if ( !support.noCloneChecked && ( elem.nodeType === 1 || elem.nodeType === 11 ) && - !jQuery.isXMLDoc( elem ) ) { - - // We eschew Sizzle here for performance reasons: https://jsperf.com/getall-vs-sizzle/2 - destElements = getAll( clone ); - srcElements = getAll( elem ); - - for ( i = 0, l = srcElements.length; i < l; i++ ) { - fixInput( srcElements[ i ], destElements[ i ] ); - } - } - - // Copy the events from the original to the clone - if ( dataAndEvents ) { - if ( deepDataAndEvents ) { - srcElements = srcElements || getAll( elem ); - destElements = destElements || getAll( clone ); - - for ( i = 0, l = srcElements.length; i < l; i++ ) { - cloneCopyEvent( srcElements[ i ], destElements[ i ] ); - } - } else { - cloneCopyEvent( elem, clone ); - } - } - - // Preserve script evaluation history - destElements = getAll( clone, "script" ); - if ( destElements.length > 0 ) { - setGlobalEval( destElements, !inPage && getAll( elem, "script" ) ); - } - - // Return the cloned set - return clone; - }, - - cleanData: function( elems ) { - var data, elem, type, - special = jQuery.event.special, - i = 0; - - for ( ; ( elem = elems[ i ] ) !== undefined; i++ ) { - if ( acceptData( elem ) ) { - if ( ( data = elem[ dataPriv.expando ] ) ) { - if ( data.events ) { - for ( type in data.events ) { - if ( special[ type ] ) { - jQuery.event.remove( elem, type ); - - // This is a shortcut to avoid jQuery.event.remove's overhead - } else { - jQuery.removeEvent( elem, type, data.handle ); - } - } - } - - // Support: Chrome <=35 - 45+ - // Assign undefined instead of using delete, see Data#remove - elem[ dataPriv.expando ] = undefined; - } - if ( elem[ dataUser.expando ] ) { - - // Support: Chrome <=35 - 45+ - // Assign undefined instead of using delete, see Data#remove - elem[ dataUser.expando ] = undefined; - } - } - } - } -} ); - -jQuery.fn.extend( { - detach: function( selector ) { - return remove( this, selector, true ); - }, - - remove: function( selector ) { - return remove( this, selector ); - }, - - text: function( value ) { - return access( this, function( value ) { - return value === undefined ? - jQuery.text( this ) : - this.empty().each( function() { - if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { - this.textContent = value; - } - } ); - }, null, value, arguments.length ); - }, - - append: function() { - return domManip( this, arguments, function( elem ) { - if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { - var target = manipulationTarget( this, elem ); - target.appendChild( elem ); - } - } ); - }, - - prepend: function() { - return domManip( this, arguments, function( elem ) { - if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { - var target = manipulationTarget( this, elem ); - target.insertBefore( elem, target.firstChild ); - } - } ); - }, - - before: function() { - return domManip( this, arguments, function( elem ) { - if ( this.parentNode ) { - this.parentNode.insertBefore( elem, this ); - } - } ); - }, - - after: function() { - return domManip( this, arguments, function( elem ) { - if ( this.parentNode ) { - this.parentNode.insertBefore( elem, this.nextSibling ); - } - } ); - }, - - empty: function() { - var elem, - i = 0; - - for ( ; ( elem = this[ i ] ) != null; i++ ) { - if ( elem.nodeType === 1 ) { - - // Prevent memory leaks - jQuery.cleanData( getAll( elem, false ) ); - - // Remove any remaining nodes - elem.textContent = ""; - } - } - - return this; - }, - - clone: function( dataAndEvents, deepDataAndEvents ) { - dataAndEvents = dataAndEvents == null ? false : dataAndEvents; - deepDataAndEvents = deepDataAndEvents == null ? dataAndEvents : deepDataAndEvents; - - return this.map( function() { - return jQuery.clone( this, dataAndEvents, deepDataAndEvents ); - } ); - }, - - html: function( value ) { - return access( this, function( value ) { - var elem = this[ 0 ] || {}, - i = 0, - l = this.length; - - if ( value === undefined && elem.nodeType === 1 ) { - return elem.innerHTML; - } - - // See if we can take a shortcut and just use innerHTML - if ( typeof value === "string" && !rnoInnerhtml.test( value ) && - !wrapMap[ ( rtagName.exec( value ) || [ "", "" ] )[ 1 ].toLowerCase() ] ) { - - value = jQuery.htmlPrefilter( value ); - - try { - for ( ; i < l; i++ ) { - elem = this[ i ] || {}; - - // Remove element nodes and prevent memory leaks - if ( elem.nodeType === 1 ) { - jQuery.cleanData( getAll( elem, false ) ); - elem.innerHTML = value; - } - } - - elem = 0; - - // If using innerHTML throws an exception, use the fallback method - } catch ( e ) {} - } - - if ( elem ) { - this.empty().append( value ); - } - }, null, value, arguments.length ); - }, - - replaceWith: function() { - var ignored = []; - - // Make the changes, replacing each non-ignored context element with the new content - return domManip( this, arguments, function( elem ) { - var parent = this.parentNode; - - if ( jQuery.inArray( this, ignored ) < 0 ) { - jQuery.cleanData( getAll( this ) ); - if ( parent ) { - parent.replaceChild( elem, this ); - } - } - - // Force callback invocation - }, ignored ); - } -} ); - -jQuery.each( { - appendTo: "append", - prependTo: "prepend", - insertBefore: "before", - insertAfter: "after", - replaceAll: "replaceWith" -}, function( name, original ) { - jQuery.fn[ name ] = function( selector ) { - var elems, - ret = [], - insert = jQuery( selector ), - last = insert.length - 1, - i = 0; - - for ( ; i <= last; i++ ) { - elems = i === last ? this : this.clone( true ); - jQuery( insert[ i ] )[ original ]( elems ); - - // Support: Android <=4.0 only, PhantomJS 1 only - // .get() because push.apply(_, arraylike) throws on ancient WebKit - push.apply( ret, elems.get() ); - } - - return this.pushStack( ret ); - }; -} ); -var rnumnonpx = new RegExp( "^(" + pnum + ")(?!px)[a-z%]+$", "i" ); - -var rcustomProp = /^--/; - - -var getStyles = function( elem ) { - - // Support: IE <=11 only, Firefox <=30 (trac-15098, trac-14150) - // IE throws on elements created in popups - // FF meanwhile throws on frame elements through "defaultView.getComputedStyle" - var view = elem.ownerDocument.defaultView; - - if ( !view || !view.opener ) { - view = window; - } - - return view.getComputedStyle( elem ); - }; - -var swap = function( elem, options, callback ) { - var ret, name, - old = {}; - - // Remember the old values, and insert the new ones - for ( name in options ) { - old[ name ] = elem.style[ name ]; - elem.style[ name ] = options[ name ]; - } - - ret = callback.call( elem ); - - // Revert the old values - for ( name in options ) { - elem.style[ name ] = old[ name ]; - } - - return ret; -}; - - -var rboxStyle = new RegExp( cssExpand.join( "|" ), "i" ); - -var whitespace = "[\\x20\\t\\r\\n\\f]"; - - -var rtrimCSS = new RegExp( - "^" + whitespace + "+|((?:^|[^\\\\])(?:\\\\.)*)" + whitespace + "+$", - "g" -); - - - - -( function() { - - // Executing both pixelPosition & boxSizingReliable tests require only one layout - // so they're executed at the same time to save the second computation. - function computeStyleTests() { - - // This is a singleton, we need to execute it only once - if ( !div ) { - return; - } - - container.style.cssText = "position:absolute;left:-11111px;width:60px;" + - "margin-top:1px;padding:0;border:0"; - div.style.cssText = - "position:relative;display:block;box-sizing:border-box;overflow:scroll;" + - "margin:auto;border:1px;padding:1px;" + - "width:60%;top:1%"; - documentElement.appendChild( container ).appendChild( div ); - - var divStyle = window.getComputedStyle( div ); - pixelPositionVal = divStyle.top !== "1%"; - - // Support: Android 4.0 - 4.3 only, Firefox <=3 - 44 - reliableMarginLeftVal = roundPixelMeasures( divStyle.marginLeft ) === 12; - - // Support: Android 4.0 - 4.3 only, Safari <=9.1 - 10.1, iOS <=7.0 - 9.3 - // Some styles come back with percentage values, even though they shouldn't - div.style.right = "60%"; - pixelBoxStylesVal = roundPixelMeasures( divStyle.right ) === 36; - - // Support: IE 9 - 11 only - // Detect misreporting of content dimensions for box-sizing:border-box elements - boxSizingReliableVal = roundPixelMeasures( divStyle.width ) === 36; - - // Support: IE 9 only - // Detect overflow:scroll screwiness (gh-3699) - // Support: Chrome <=64 - // Don't get tricked when zoom affects offsetWidth (gh-4029) - div.style.position = "absolute"; - scrollboxSizeVal = roundPixelMeasures( div.offsetWidth / 3 ) === 12; - - documentElement.removeChild( container ); - - // Nullify the div so it wouldn't be stored in the memory and - // it will also be a sign that checks already performed - div = null; - } - - function roundPixelMeasures( measure ) { - return Math.round( parseFloat( measure ) ); - } - - var pixelPositionVal, boxSizingReliableVal, scrollboxSizeVal, pixelBoxStylesVal, - reliableTrDimensionsVal, reliableMarginLeftVal, - container = document.createElement( "div" ), - div = document.createElement( "div" ); - - // Finish early in limited (non-browser) environments - if ( !div.style ) { - return; - } - - // Support: IE <=9 - 11 only - // Style of cloned element affects source element cloned (trac-8908) - div.style.backgroundClip = "content-box"; - div.cloneNode( true ).style.backgroundClip = ""; - support.clearCloneStyle = div.style.backgroundClip === "content-box"; - - jQuery.extend( support, { - boxSizingReliable: function() { - computeStyleTests(); - return boxSizingReliableVal; - }, - pixelBoxStyles: function() { - computeStyleTests(); - return pixelBoxStylesVal; - }, - pixelPosition: function() { - computeStyleTests(); - return pixelPositionVal; - }, - reliableMarginLeft: function() { - computeStyleTests(); - return reliableMarginLeftVal; - }, - scrollboxSize: function() { - computeStyleTests(); - return scrollboxSizeVal; - }, - - // Support: IE 9 - 11+, Edge 15 - 18+ - // IE/Edge misreport `getComputedStyle` of table rows with width/height - // set in CSS while `offset*` properties report correct values. - // Behavior in IE 9 is more subtle than in newer versions & it passes - // some versions of this test; make sure not to make it pass there! - // - // Support: Firefox 70+ - // Only Firefox includes border widths - // in computed dimensions. (gh-4529) - reliableTrDimensions: function() { - var table, tr, trChild, trStyle; - if ( reliableTrDimensionsVal == null ) { - table = document.createElement( "table" ); - tr = document.createElement( "tr" ); - trChild = document.createElement( "div" ); - - table.style.cssText = "position:absolute;left:-11111px;border-collapse:separate"; - tr.style.cssText = "border:1px solid"; - - // Support: Chrome 86+ - // Height set through cssText does not get applied. - // Computed height then comes back as 0. - tr.style.height = "1px"; - trChild.style.height = "9px"; - - // Support: Android 8 Chrome 86+ - // In our bodyBackground.html iframe, - // display for all div elements is set to "inline", - // which causes a problem only in Android 8 Chrome 86. - // Ensuring the div is display: block - // gets around this issue. - trChild.style.display = "block"; - - documentElement - .appendChild( table ) - .appendChild( tr ) - .appendChild( trChild ); - - trStyle = window.getComputedStyle( tr ); - reliableTrDimensionsVal = ( parseInt( trStyle.height, 10 ) + - parseInt( trStyle.borderTopWidth, 10 ) + - parseInt( trStyle.borderBottomWidth, 10 ) ) === tr.offsetHeight; - - documentElement.removeChild( table ); - } - return reliableTrDimensionsVal; - } - } ); -} )(); - - -function curCSS( elem, name, computed ) { - var width, minWidth, maxWidth, ret, - isCustomProp = rcustomProp.test( name ), - - // Support: Firefox 51+ - // Retrieving style before computed somehow - // fixes an issue with getting wrong values - // on detached elements - style = elem.style; - - computed = computed || getStyles( elem ); - - // getPropertyValue is needed for: - // .css('filter') (IE 9 only, trac-12537) - // .css('--customProperty) (gh-3144) - if ( computed ) { - - // Support: IE <=9 - 11+ - // IE only supports `"float"` in `getPropertyValue`; in computed styles - // it's only available as `"cssFloat"`. We no longer modify properties - // sent to `.css()` apart from camelCasing, so we need to check both. - // Normally, this would create difference in behavior: if - // `getPropertyValue` returns an empty string, the value returned - // by `.css()` would be `undefined`. This is usually the case for - // disconnected elements. However, in IE even disconnected elements - // with no styles return `"none"` for `getPropertyValue( "float" )` - ret = computed.getPropertyValue( name ) || computed[ name ]; - - if ( isCustomProp && ret ) { - - // Support: Firefox 105+, Chrome <=105+ - // Spec requires trimming whitespace for custom properties (gh-4926). - // Firefox only trims leading whitespace. Chrome just collapses - // both leading & trailing whitespace to a single space. - // - // Fall back to `undefined` if empty string returned. - // This collapses a missing definition with property defined - // and set to an empty string but there's no standard API - // allowing us to differentiate them without a performance penalty - // and returning `undefined` aligns with older jQuery. - // - // rtrimCSS treats U+000D CARRIAGE RETURN and U+000C FORM FEED - // as whitespace while CSS does not, but this is not a problem - // because CSS preprocessing replaces them with U+000A LINE FEED - // (which *is* CSS whitespace) - // https://www.w3.org/TR/css-syntax-3/#input-preprocessing - ret = ret.replace( rtrimCSS, "$1" ) || undefined; - } - - if ( ret === "" && !isAttached( elem ) ) { - ret = jQuery.style( elem, name ); - } - - // A tribute to the "awesome hack by Dean Edwards" - // Android Browser returns percentage for some values, - // but width seems to be reliably pixels. - // This is against the CSSOM draft spec: - // https://drafts.csswg.org/cssom/#resolved-values - if ( !support.pixelBoxStyles() && rnumnonpx.test( ret ) && rboxStyle.test( name ) ) { - - // Remember the original values - width = style.width; - minWidth = style.minWidth; - maxWidth = style.maxWidth; - - // Put in the new values to get a computed value out - style.minWidth = style.maxWidth = style.width = ret; - ret = computed.width; - - // Revert the changed values - style.width = width; - style.minWidth = minWidth; - style.maxWidth = maxWidth; - } - } - - return ret !== undefined ? - - // Support: IE <=9 - 11 only - // IE returns zIndex value as an integer. - ret + "" : - ret; -} - - -function addGetHookIf( conditionFn, hookFn ) { - - // Define the hook, we'll check on the first run if it's really needed. - return { - get: function() { - if ( conditionFn() ) { - - // Hook not needed (or it's not possible to use it due - // to missing dependency), remove it. - delete this.get; - return; - } - - // Hook needed; redefine it so that the support test is not executed again. - return ( this.get = hookFn ).apply( this, arguments ); - } - }; -} - - -var cssPrefixes = [ "Webkit", "Moz", "ms" ], - emptyStyle = document.createElement( "div" ).style, - vendorProps = {}; - -// Return a vendor-prefixed property or undefined -function vendorPropName( name ) { - - // Check for vendor prefixed names - var capName = name[ 0 ].toUpperCase() + name.slice( 1 ), - i = cssPrefixes.length; - - while ( i-- ) { - name = cssPrefixes[ i ] + capName; - if ( name in emptyStyle ) { - return name; - } - } -} - -// Return a potentially-mapped jQuery.cssProps or vendor prefixed property -function finalPropName( name ) { - var final = jQuery.cssProps[ name ] || vendorProps[ name ]; - - if ( final ) { - return final; - } - if ( name in emptyStyle ) { - return name; - } - return vendorProps[ name ] = vendorPropName( name ) || name; -} - - -var - - // Swappable if display is none or starts with table - // except "table", "table-cell", or "table-caption" - // See here for display values: https://developer.mozilla.org/en-US/docs/CSS/display - rdisplayswap = /^(none|table(?!-c[ea]).+)/, - cssShow = { position: "absolute", visibility: "hidden", display: "block" }, - cssNormalTransform = { - letterSpacing: "0", - fontWeight: "400" - }; - -function setPositiveNumber( _elem, value, subtract ) { - - // Any relative (+/-) values have already been - // normalized at this point - var matches = rcssNum.exec( value ); - return matches ? - - // Guard against undefined "subtract", e.g., when used as in cssHooks - Math.max( 0, matches[ 2 ] - ( subtract || 0 ) ) + ( matches[ 3 ] || "px" ) : - value; -} - -function boxModelAdjustment( elem, dimension, box, isBorderBox, styles, computedVal ) { - var i = dimension === "width" ? 1 : 0, - extra = 0, - delta = 0; - - // Adjustment may not be necessary - if ( box === ( isBorderBox ? "border" : "content" ) ) { - return 0; - } - - for ( ; i < 4; i += 2 ) { - - // Both box models exclude margin - if ( box === "margin" ) { - delta += jQuery.css( elem, box + cssExpand[ i ], true, styles ); - } - - // If we get here with a content-box, we're seeking "padding" or "border" or "margin" - if ( !isBorderBox ) { - - // Add padding - delta += jQuery.css( elem, "padding" + cssExpand[ i ], true, styles ); - - // For "border" or "margin", add border - if ( box !== "padding" ) { - delta += jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles ); - - // But still keep track of it otherwise - } else { - extra += jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles ); - } - - // If we get here with a border-box (content + padding + border), we're seeking "content" or - // "padding" or "margin" - } else { - - // For "content", subtract padding - if ( box === "content" ) { - delta -= jQuery.css( elem, "padding" + cssExpand[ i ], true, styles ); - } - - // For "content" or "padding", subtract border - if ( box !== "margin" ) { - delta -= jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles ); - } - } - } - - // Account for positive content-box scroll gutter when requested by providing computedVal - if ( !isBorderBox && computedVal >= 0 ) { - - // offsetWidth/offsetHeight is a rounded sum of content, padding, scroll gutter, and border - // Assuming integer scroll gutter, subtract the rest and round down - delta += Math.max( 0, Math.ceil( - elem[ "offset" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ) ] - - computedVal - - delta - - extra - - 0.5 - - // If offsetWidth/offsetHeight is unknown, then we can't determine content-box scroll gutter - // Use an explicit zero to avoid NaN (gh-3964) - ) ) || 0; - } - - return delta; -} - -function getWidthOrHeight( elem, dimension, extra ) { - - // Start with computed style - var styles = getStyles( elem ), - - // To avoid forcing a reflow, only fetch boxSizing if we need it (gh-4322). - // Fake content-box until we know it's needed to know the true value. - boxSizingNeeded = !support.boxSizingReliable() || extra, - isBorderBox = boxSizingNeeded && - jQuery.css( elem, "boxSizing", false, styles ) === "border-box", - valueIsBorderBox = isBorderBox, - - val = curCSS( elem, dimension, styles ), - offsetProp = "offset" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ); - - // Support: Firefox <=54 - // Return a confounding non-pixel value or feign ignorance, as appropriate. - if ( rnumnonpx.test( val ) ) { - if ( !extra ) { - return val; - } - val = "auto"; - } - - - // Support: IE 9 - 11 only - // Use offsetWidth/offsetHeight for when box sizing is unreliable. - // In those cases, the computed value can be trusted to be border-box. - if ( ( !support.boxSizingReliable() && isBorderBox || - - // Support: IE 10 - 11+, Edge 15 - 18+ - // IE/Edge misreport `getComputedStyle` of table rows with width/height - // set in CSS while `offset*` properties report correct values. - // Interestingly, in some cases IE 9 doesn't suffer from this issue. - !support.reliableTrDimensions() && nodeName( elem, "tr" ) || - - // Fall back to offsetWidth/offsetHeight when value is "auto" - // This happens for inline elements with no explicit setting (gh-3571) - val === "auto" || - - // Support: Android <=4.1 - 4.3 only - // Also use offsetWidth/offsetHeight for misreported inline dimensions (gh-3602) - !parseFloat( val ) && jQuery.css( elem, "display", false, styles ) === "inline" ) && - - // Make sure the element is visible & connected - elem.getClientRects().length ) { - - isBorderBox = jQuery.css( elem, "boxSizing", false, styles ) === "border-box"; - - // Where available, offsetWidth/offsetHeight approximate border box dimensions. - // Where not available (e.g., SVG), assume unreliable box-sizing and interpret the - // retrieved value as a content box dimension. - valueIsBorderBox = offsetProp in elem; - if ( valueIsBorderBox ) { - val = elem[ offsetProp ]; - } - } - - // Normalize "" and auto - val = parseFloat( val ) || 0; - - // Adjust for the element's box model - return ( val + - boxModelAdjustment( - elem, - dimension, - extra || ( isBorderBox ? "border" : "content" ), - valueIsBorderBox, - styles, - - // Provide the current computed size to request scroll gutter calculation (gh-3589) - val - ) - ) + "px"; -} - -jQuery.extend( { - - // Add in style property hooks for overriding the default - // behavior of getting and setting a style property - cssHooks: { - opacity: { - get: function( elem, computed ) { - if ( computed ) { - - // We should always get a number back from opacity - var ret = curCSS( elem, "opacity" ); - return ret === "" ? "1" : ret; - } - } - } - }, - - // Don't automatically add "px" to these possibly-unitless properties - cssNumber: { - "animationIterationCount": true, - "columnCount": true, - "fillOpacity": true, - "flexGrow": true, - "flexShrink": true, - "fontWeight": true, - "gridArea": true, - "gridColumn": true, - "gridColumnEnd": true, - "gridColumnStart": true, - "gridRow": true, - "gridRowEnd": true, - "gridRowStart": true, - "lineHeight": true, - "opacity": true, - "order": true, - "orphans": true, - "widows": true, - "zIndex": true, - "zoom": true - }, - - // Add in properties whose names you wish to fix before - // setting or getting the value - cssProps: {}, - - // Get and set the style property on a DOM Node - style: function( elem, name, value, extra ) { - - // Don't set styles on text and comment nodes - if ( !elem || elem.nodeType === 3 || elem.nodeType === 8 || !elem.style ) { - return; - } - - // Make sure that we're working with the right name - var ret, type, hooks, - origName = camelCase( name ), - isCustomProp = rcustomProp.test( name ), - style = elem.style; - - // Make sure that we're working with the right name. We don't - // want to query the value if it is a CSS custom property - // since they are user-defined. - if ( !isCustomProp ) { - name = finalPropName( origName ); - } - - // Gets hook for the prefixed version, then unprefixed version - hooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ]; - - // Check if we're setting a value - if ( value !== undefined ) { - type = typeof value; - - // Convert "+=" or "-=" to relative numbers (trac-7345) - if ( type === "string" && ( ret = rcssNum.exec( value ) ) && ret[ 1 ] ) { - value = adjustCSS( elem, name, ret ); - - // Fixes bug trac-9237 - type = "number"; - } - - // Make sure that null and NaN values aren't set (trac-7116) - if ( value == null || value !== value ) { - return; - } - - // If a number was passed in, add the unit (except for certain CSS properties) - // The isCustomProp check can be removed in jQuery 4.0 when we only auto-append - // "px" to a few hardcoded values. - if ( type === "number" && !isCustomProp ) { - value += ret && ret[ 3 ] || ( jQuery.cssNumber[ origName ] ? "" : "px" ); - } - - // background-* props affect original clone's values - if ( !support.clearCloneStyle && value === "" && name.indexOf( "background" ) === 0 ) { - style[ name ] = "inherit"; - } - - // If a hook was provided, use that value, otherwise just set the specified value - if ( !hooks || !( "set" in hooks ) || - ( value = hooks.set( elem, value, extra ) ) !== undefined ) { - - if ( isCustomProp ) { - style.setProperty( name, value ); - } else { - style[ name ] = value; - } - } - - } else { - - // If a hook was provided get the non-computed value from there - if ( hooks && "get" in hooks && - ( ret = hooks.get( elem, false, extra ) ) !== undefined ) { - - return ret; - } - - // Otherwise just get the value from the style object - return style[ name ]; - } - }, - - css: function( elem, name, extra, styles ) { - var val, num, hooks, - origName = camelCase( name ), - isCustomProp = rcustomProp.test( name ); - - // Make sure that we're working with the right name. We don't - // want to modify the value if it is a CSS custom property - // since they are user-defined. - if ( !isCustomProp ) { - name = finalPropName( origName ); - } - - // Try prefixed name followed by the unprefixed name - hooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ]; - - // If a hook was provided get the computed value from there - if ( hooks && "get" in hooks ) { - val = hooks.get( elem, true, extra ); - } - - // Otherwise, if a way to get the computed value exists, use that - if ( val === undefined ) { - val = curCSS( elem, name, styles ); - } - - // Convert "normal" to computed value - if ( val === "normal" && name in cssNormalTransform ) { - val = cssNormalTransform[ name ]; - } - - // Make numeric if forced or a qualifier was provided and val looks numeric - if ( extra === "" || extra ) { - num = parseFloat( val ); - return extra === true || isFinite( num ) ? num || 0 : val; - } - - return val; - } -} ); - -jQuery.each( [ "height", "width" ], function( _i, dimension ) { - jQuery.cssHooks[ dimension ] = { - get: function( elem, computed, extra ) { - if ( computed ) { - - // Certain elements can have dimension info if we invisibly show them - // but it must have a current display style that would benefit - return rdisplayswap.test( jQuery.css( elem, "display" ) ) && - - // Support: Safari 8+ - // Table columns in Safari have non-zero offsetWidth & zero - // getBoundingClientRect().width unless display is changed. - // Support: IE <=11 only - // Running getBoundingClientRect on a disconnected node - // in IE throws an error. - ( !elem.getClientRects().length || !elem.getBoundingClientRect().width ) ? - swap( elem, cssShow, function() { - return getWidthOrHeight( elem, dimension, extra ); - } ) : - getWidthOrHeight( elem, dimension, extra ); - } - }, - - set: function( elem, value, extra ) { - var matches, - styles = getStyles( elem ), - - // Only read styles.position if the test has a chance to fail - // to avoid forcing a reflow. - scrollboxSizeBuggy = !support.scrollboxSize() && - styles.position === "absolute", - - // To avoid forcing a reflow, only fetch boxSizing if we need it (gh-3991) - boxSizingNeeded = scrollboxSizeBuggy || extra, - isBorderBox = boxSizingNeeded && - jQuery.css( elem, "boxSizing", false, styles ) === "border-box", - subtract = extra ? - boxModelAdjustment( - elem, - dimension, - extra, - isBorderBox, - styles - ) : - 0; - - // Account for unreliable border-box dimensions by comparing offset* to computed and - // faking a content-box to get border and padding (gh-3699) - if ( isBorderBox && scrollboxSizeBuggy ) { - subtract -= Math.ceil( - elem[ "offset" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ) ] - - parseFloat( styles[ dimension ] ) - - boxModelAdjustment( elem, dimension, "border", false, styles ) - - 0.5 - ); - } - - // Convert to pixels if value adjustment is needed - if ( subtract && ( matches = rcssNum.exec( value ) ) && - ( matches[ 3 ] || "px" ) !== "px" ) { - - elem.style[ dimension ] = value; - value = jQuery.css( elem, dimension ); - } - - return setPositiveNumber( elem, value, subtract ); - } - }; -} ); - -jQuery.cssHooks.marginLeft = addGetHookIf( support.reliableMarginLeft, - function( elem, computed ) { - if ( computed ) { - return ( parseFloat( curCSS( elem, "marginLeft" ) ) || - elem.getBoundingClientRect().left - - swap( elem, { marginLeft: 0 }, function() { - return elem.getBoundingClientRect().left; - } ) - ) + "px"; - } - } -); - -// These hooks are used by animate to expand properties -jQuery.each( { - margin: "", - padding: "", - border: "Width" -}, function( prefix, suffix ) { - jQuery.cssHooks[ prefix + suffix ] = { - expand: function( value ) { - var i = 0, - expanded = {}, - - // Assumes a single number if not a string - parts = typeof value === "string" ? value.split( " " ) : [ value ]; - - for ( ; i < 4; i++ ) { - expanded[ prefix + cssExpand[ i ] + suffix ] = - parts[ i ] || parts[ i - 2 ] || parts[ 0 ]; - } - - return expanded; - } - }; - - if ( prefix !== "margin" ) { - jQuery.cssHooks[ prefix + suffix ].set = setPositiveNumber; - } -} ); - -jQuery.fn.extend( { - css: function( name, value ) { - return access( this, function( elem, name, value ) { - var styles, len, - map = {}, - i = 0; - - if ( Array.isArray( name ) ) { - styles = getStyles( elem ); - len = name.length; - - for ( ; i < len; i++ ) { - map[ name[ i ] ] = jQuery.css( elem, name[ i ], false, styles ); - } - - return map; - } - - return value !== undefined ? - jQuery.style( elem, name, value ) : - jQuery.css( elem, name ); - }, name, value, arguments.length > 1 ); - } -} ); - - -// Based off of the plugin by Clint Helfers, with permission. -jQuery.fn.delay = function( time, type ) { - time = jQuery.fx ? jQuery.fx.speeds[ time ] || time : time; - type = type || "fx"; - - return this.queue( type, function( next, hooks ) { - var timeout = window.setTimeout( next, time ); - hooks.stop = function() { - window.clearTimeout( timeout ); - }; - } ); -}; - - -( function() { - var input = document.createElement( "input" ), - select = document.createElement( "select" ), - opt = select.appendChild( document.createElement( "option" ) ); - - input.type = "checkbox"; - - // Support: Android <=4.3 only - // Default value for a checkbox should be "on" - support.checkOn = input.value !== ""; - - // Support: IE <=11 only - // Must access selectedIndex to make default options select - support.optSelected = opt.selected; - - // Support: IE <=11 only - // An input loses its value after becoming a radio - input = document.createElement( "input" ); - input.value = "t"; - input.type = "radio"; - support.radioValue = input.value === "t"; -} )(); - - -var boolHook, - attrHandle = jQuery.expr.attrHandle; - -jQuery.fn.extend( { - attr: function( name, value ) { - return access( this, jQuery.attr, name, value, arguments.length > 1 ); - }, - - removeAttr: function( name ) { - return this.each( function() { - jQuery.removeAttr( this, name ); - } ); - } -} ); - -jQuery.extend( { - attr: function( elem, name, value ) { - var ret, hooks, - nType = elem.nodeType; - - // Don't get/set attributes on text, comment and attribute nodes - if ( nType === 3 || nType === 8 || nType === 2 ) { - return; - } - - // Fallback to prop when attributes are not supported - if ( typeof elem.getAttribute === "undefined" ) { - return jQuery.prop( elem, name, value ); - } - - // Attribute hooks are determined by the lowercase version - // Grab necessary hook if one is defined - if ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) { - hooks = jQuery.attrHooks[ name.toLowerCase() ] || - ( jQuery.expr.match.bool.test( name ) ? boolHook : undefined ); - } - - if ( value !== undefined ) { - if ( value === null ) { - jQuery.removeAttr( elem, name ); - return; - } - - if ( hooks && "set" in hooks && - ( ret = hooks.set( elem, value, name ) ) !== undefined ) { - return ret; - } - - elem.setAttribute( name, value + "" ); - return value; - } - - if ( hooks && "get" in hooks && ( ret = hooks.get( elem, name ) ) !== null ) { - return ret; - } - - ret = jQuery.find.attr( elem, name ); - - // Non-existent attributes return null, we normalize to undefined - return ret == null ? undefined : ret; - }, - - attrHooks: { - type: { - set: function( elem, value ) { - if ( !support.radioValue && value === "radio" && - nodeName( elem, "input" ) ) { - var val = elem.value; - elem.setAttribute( "type", value ); - if ( val ) { - elem.value = val; - } - return value; - } - } - } - }, - - removeAttr: function( elem, value ) { - var name, - i = 0, - - // Attribute names can contain non-HTML whitespace characters - // https://html.spec.whatwg.org/multipage/syntax.html#attributes-2 - attrNames = value && value.match( rnothtmlwhite ); - - if ( attrNames && elem.nodeType === 1 ) { - while ( ( name = attrNames[ i++ ] ) ) { - elem.removeAttribute( name ); - } - } - } -} ); - -// Hooks for boolean attributes -boolHook = { - set: function( elem, value, name ) { - if ( value === false ) { - - // Remove boolean attributes when set to false - jQuery.removeAttr( elem, name ); - } else { - elem.setAttribute( name, name ); - } - return name; - } -}; - -jQuery.each( jQuery.expr.match.bool.source.match( /\w+/g ), function( _i, name ) { - var getter = attrHandle[ name ] || jQuery.find.attr; - - attrHandle[ name ] = function( elem, name, isXML ) { - var ret, handle, - lowercaseName = name.toLowerCase(); - - if ( !isXML ) { - - // Avoid an infinite loop by temporarily removing this function from the getter - handle = attrHandle[ lowercaseName ]; - attrHandle[ lowercaseName ] = ret; - ret = getter( elem, name, isXML ) != null ? - lowercaseName : - null; - attrHandle[ lowercaseName ] = handle; - } - return ret; - }; -} ); - - - - -var rfocusable = /^(?:input|select|textarea|button)$/i, - rclickable = /^(?:a|area)$/i; - -jQuery.fn.extend( { - prop: function( name, value ) { - return access( this, jQuery.prop, name, value, arguments.length > 1 ); - }, - - removeProp: function( name ) { - return this.each( function() { - delete this[ jQuery.propFix[ name ] || name ]; - } ); - } -} ); - -jQuery.extend( { - prop: function( elem, name, value ) { - var ret, hooks, - nType = elem.nodeType; - - // Don't get/set properties on text, comment and attribute nodes - if ( nType === 3 || nType === 8 || nType === 2 ) { - return; - } - - if ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) { - - // Fix name and attach hooks - name = jQuery.propFix[ name ] || name; - hooks = jQuery.propHooks[ name ]; - } - - if ( value !== undefined ) { - if ( hooks && "set" in hooks && - ( ret = hooks.set( elem, value, name ) ) !== undefined ) { - return ret; - } - - return ( elem[ name ] = value ); - } - - if ( hooks && "get" in hooks && ( ret = hooks.get( elem, name ) ) !== null ) { - return ret; - } - - return elem[ name ]; - }, - - propHooks: { - tabIndex: { - get: function( elem ) { - - // Support: IE <=9 - 11 only - // elem.tabIndex doesn't always return the - // correct value when it hasn't been explicitly set - // Use proper attribute retrieval (trac-12072) - var tabindex = jQuery.find.attr( elem, "tabindex" ); - - if ( tabindex ) { - return parseInt( tabindex, 10 ); - } - - if ( - rfocusable.test( elem.nodeName ) || - rclickable.test( elem.nodeName ) && - elem.href - ) { - return 0; - } - - return -1; - } - } - }, - - propFix: { - "for": "htmlFor", - "class": "className" - } -} ); - -// Support: IE <=11 only -// Accessing the selectedIndex property -// forces the browser to respect setting selected -// on the option -// The getter ensures a default option is selected -// when in an optgroup -// eslint rule "no-unused-expressions" is disabled for this code -// since it considers such accessions noop -if ( !support.optSelected ) { - jQuery.propHooks.selected = { - get: function( elem ) { - - /* eslint no-unused-expressions: "off" */ - - var parent = elem.parentNode; - if ( parent && parent.parentNode ) { - parent.parentNode.selectedIndex; - } - return null; - }, - set: function( elem ) { - - /* eslint no-unused-expressions: "off" */ - - var parent = elem.parentNode; - if ( parent ) { - parent.selectedIndex; - - if ( parent.parentNode ) { - parent.parentNode.selectedIndex; - } - } - } - }; -} - -jQuery.each( [ - "tabIndex", - "readOnly", - "maxLength", - "cellSpacing", - "cellPadding", - "rowSpan", - "colSpan", - "useMap", - "frameBorder", - "contentEditable" -], function() { - jQuery.propFix[ this.toLowerCase() ] = this; -} ); - - - - - // Strip and collapse whitespace according to HTML spec - // https://infra.spec.whatwg.org/#strip-and-collapse-ascii-whitespace - function stripAndCollapse( value ) { - var tokens = value.match( rnothtmlwhite ) || []; - return tokens.join( " " ); - } - - -function getClass( elem ) { - return elem.getAttribute && elem.getAttribute( "class" ) || ""; -} - -function classesToArray( value ) { - if ( Array.isArray( value ) ) { - return value; - } - if ( typeof value === "string" ) { - return value.match( rnothtmlwhite ) || []; - } - return []; -} - -jQuery.fn.extend( { - addClass: function( value ) { - var classNames, cur, curValue, className, i, finalValue; - - if ( isFunction( value ) ) { - return this.each( function( j ) { - jQuery( this ).addClass( value.call( this, j, getClass( this ) ) ); - } ); - } - - classNames = classesToArray( value ); - - if ( classNames.length ) { - return this.each( function() { - curValue = getClass( this ); - cur = this.nodeType === 1 && ( " " + stripAndCollapse( curValue ) + " " ); - - if ( cur ) { - for ( i = 0; i < classNames.length; i++ ) { - className = classNames[ i ]; - if ( cur.indexOf( " " + className + " " ) < 0 ) { - cur += className + " "; - } - } - - // Only assign if different to avoid unneeded rendering. - finalValue = stripAndCollapse( cur ); - if ( curValue !== finalValue ) { - this.setAttribute( "class", finalValue ); - } - } - } ); - } - - return this; - }, - - removeClass: function( value ) { - var classNames, cur, curValue, className, i, finalValue; - - if ( isFunction( value ) ) { - return this.each( function( j ) { - jQuery( this ).removeClass( value.call( this, j, getClass( this ) ) ); - } ); - } - - if ( !arguments.length ) { - return this.attr( "class", "" ); - } - - classNames = classesToArray( value ); - - if ( classNames.length ) { - return this.each( function() { - curValue = getClass( this ); - - // This expression is here for better compressibility (see addClass) - cur = this.nodeType === 1 && ( " " + stripAndCollapse( curValue ) + " " ); - - if ( cur ) { - for ( i = 0; i < classNames.length; i++ ) { - className = classNames[ i ]; - - // Remove *all* instances - while ( cur.indexOf( " " + className + " " ) > -1 ) { - cur = cur.replace( " " + className + " ", " " ); - } - } - - // Only assign if different to avoid unneeded rendering. - finalValue = stripAndCollapse( cur ); - if ( curValue !== finalValue ) { - this.setAttribute( "class", finalValue ); - } - } - } ); - } - - return this; - }, - - toggleClass: function( value, stateVal ) { - var classNames, className, i, self, - type = typeof value, - isValidValue = type === "string" || Array.isArray( value ); - - if ( isFunction( value ) ) { - return this.each( function( i ) { - jQuery( this ).toggleClass( - value.call( this, i, getClass( this ), stateVal ), - stateVal - ); - } ); - } - - if ( typeof stateVal === "boolean" && isValidValue ) { - return stateVal ? this.addClass( value ) : this.removeClass( value ); - } - - classNames = classesToArray( value ); - - return this.each( function() { - if ( isValidValue ) { - - // Toggle individual class names - self = jQuery( this ); - - for ( i = 0; i < classNames.length; i++ ) { - className = classNames[ i ]; - - // Check each className given, space separated list - if ( self.hasClass( className ) ) { - self.removeClass( className ); - } else { - self.addClass( className ); - } - } - - // Toggle whole class name - } else if ( value === undefined || type === "boolean" ) { - className = getClass( this ); - if ( className ) { - - // Store className if set - dataPriv.set( this, "__className__", className ); - } - - // If the element has a class name or if we're passed `false`, - // then remove the whole classname (if there was one, the above saved it). - // Otherwise bring back whatever was previously saved (if anything), - // falling back to the empty string if nothing was stored. - if ( this.setAttribute ) { - this.setAttribute( "class", - className || value === false ? - "" : - dataPriv.get( this, "__className__" ) || "" - ); - } - } - } ); - }, - - hasClass: function( selector ) { - var className, elem, - i = 0; - - className = " " + selector + " "; - while ( ( elem = this[ i++ ] ) ) { - if ( elem.nodeType === 1 && - ( " " + stripAndCollapse( getClass( elem ) ) + " " ).indexOf( className ) > -1 ) { - return true; - } - } - - return false; - } -} ); - - - - -var rreturn = /\r/g; - -jQuery.fn.extend( { - val: function( value ) { - var hooks, ret, valueIsFunction, - elem = this[ 0 ]; - - if ( !arguments.length ) { - if ( elem ) { - hooks = jQuery.valHooks[ elem.type ] || - jQuery.valHooks[ elem.nodeName.toLowerCase() ]; - - if ( hooks && - "get" in hooks && - ( ret = hooks.get( elem, "value" ) ) !== undefined - ) { - return ret; - } - - ret = elem.value; - - // Handle most common string cases - if ( typeof ret === "string" ) { - return ret.replace( rreturn, "" ); - } - - // Handle cases where value is null/undef or number - return ret == null ? "" : ret; - } - - return; - } - - valueIsFunction = isFunction( value ); - - return this.each( function( i ) { - var val; - - if ( this.nodeType !== 1 ) { - return; - } - - if ( valueIsFunction ) { - val = value.call( this, i, jQuery( this ).val() ); - } else { - val = value; - } - - // Treat null/undefined as ""; convert numbers to string - if ( val == null ) { - val = ""; - - } else if ( typeof val === "number" ) { - val += ""; - - } else if ( Array.isArray( val ) ) { - val = jQuery.map( val, function( value ) { - return value == null ? "" : value + ""; - } ); - } - - hooks = jQuery.valHooks[ this.type ] || jQuery.valHooks[ this.nodeName.toLowerCase() ]; - - // If set returns undefined, fall back to normal setting - if ( !hooks || !( "set" in hooks ) || hooks.set( this, val, "value" ) === undefined ) { - this.value = val; - } - } ); - } -} ); - -jQuery.extend( { - valHooks: { - option: { - get: function( elem ) { - - var val = jQuery.find.attr( elem, "value" ); - return val != null ? - val : - - // Support: IE <=10 - 11 only - // option.text throws exceptions (trac-14686, trac-14858) - // Strip and collapse whitespace - // https://html.spec.whatwg.org/#strip-and-collapse-whitespace - stripAndCollapse( jQuery.text( elem ) ); - } - }, - select: { - get: function( elem ) { - var value, option, i, - options = elem.options, - index = elem.selectedIndex, - one = elem.type === "select-one", - values = one ? null : [], - max = one ? index + 1 : options.length; - - if ( index < 0 ) { - i = max; - - } else { - i = one ? index : 0; - } - - // Loop through all the selected options - for ( ; i < max; i++ ) { - option = options[ i ]; - - // Support: IE <=9 only - // IE8-9 doesn't update selected after form reset (trac-2551) - if ( ( option.selected || i === index ) && - - // Don't return options that are disabled or in a disabled optgroup - !option.disabled && - ( !option.parentNode.disabled || - !nodeName( option.parentNode, "optgroup" ) ) ) { - - // Get the specific value for the option - value = jQuery( option ).val(); - - // We don't need an array for one selects - if ( one ) { - return value; - } - - // Multi-Selects return an array - values.push( value ); - } - } - - return values; - }, - - set: function( elem, value ) { - var optionSet, option, - options = elem.options, - values = jQuery.makeArray( value ), - i = options.length; - - while ( i-- ) { - option = options[ i ]; - - /* eslint-disable no-cond-assign */ - - if ( option.selected = - jQuery.inArray( jQuery.valHooks.option.get( option ), values ) > -1 - ) { - optionSet = true; - } - - /* eslint-enable no-cond-assign */ - } - - // Force browsers to behave consistently when non-matching value is set - if ( !optionSet ) { - elem.selectedIndex = -1; - } - return values; - } - } - } -} ); - -// Radios and checkboxes getter/setter -jQuery.each( [ "radio", "checkbox" ], function() { - jQuery.valHooks[ this ] = { - set: function( elem, value ) { - if ( Array.isArray( value ) ) { - return ( elem.checked = jQuery.inArray( jQuery( elem ).val(), value ) > -1 ); - } - } - }; - if ( !support.checkOn ) { - jQuery.valHooks[ this ].get = function( elem ) { - return elem.getAttribute( "value" ) === null ? "on" : elem.value; - }; - } -} ); - - - - -// Return jQuery for attributes-only inclusion - - -support.focusin = "onfocusin" in window; - - -var rfocusMorph = /^(?:focusinfocus|focusoutblur)$/, - stopPropagationCallback = function( e ) { - e.stopPropagation(); - }; - -jQuery.extend( jQuery.event, { - - trigger: function( event, data, elem, onlyHandlers ) { - - var i, cur, tmp, bubbleType, ontype, handle, special, lastElement, - eventPath = [ elem || document ], - type = hasOwn.call( event, "type" ) ? event.type : event, - namespaces = hasOwn.call( event, "namespace" ) ? event.namespace.split( "." ) : []; - - cur = lastElement = tmp = elem = elem || document; - - // Don't do events on text and comment nodes - if ( elem.nodeType === 3 || elem.nodeType === 8 ) { - return; - } - - // focus/blur morphs to focusin/out; ensure we're not firing them right now - if ( rfocusMorph.test( type + jQuery.event.triggered ) ) { - return; - } - - if ( type.indexOf( "." ) > -1 ) { - - // Namespaced trigger; create a regexp to match event type in handle() - namespaces = type.split( "." ); - type = namespaces.shift(); - namespaces.sort(); - } - ontype = type.indexOf( ":" ) < 0 && "on" + type; - - // Caller can pass in a jQuery.Event object, Object, or just an event type string - event = event[ jQuery.expando ] ? - event : - new jQuery.Event( type, typeof event === "object" && event ); - - // Trigger bitmask: & 1 for native handlers; & 2 for jQuery (always true) - event.isTrigger = onlyHandlers ? 2 : 3; - event.namespace = namespaces.join( "." ); - event.rnamespace = event.namespace ? - new RegExp( "(^|\\.)" + namespaces.join( "\\.(?:.*\\.|)" ) + "(\\.|$)" ) : - null; - - // Clean up the event in case it is being reused - event.result = undefined; - if ( !event.target ) { - event.target = elem; - } - - // Clone any incoming data and prepend the event, creating the handler arg list - data = data == null ? - [ event ] : - jQuery.makeArray( data, [ event ] ); - - // Allow special events to draw outside the lines - special = jQuery.event.special[ type ] || {}; - if ( !onlyHandlers && special.trigger && special.trigger.apply( elem, data ) === false ) { - return; - } - - // Determine event propagation path in advance, per W3C events spec (trac-9951) - // Bubble up to document, then to window; watch for a global ownerDocument var (trac-9724) - if ( !onlyHandlers && !special.noBubble && !isWindow( elem ) ) { - - bubbleType = special.delegateType || type; - if ( !rfocusMorph.test( bubbleType + type ) ) { - cur = cur.parentNode; - } - for ( ; cur; cur = cur.parentNode ) { - eventPath.push( cur ); - tmp = cur; - } - - // Only add window if we got to document (e.g., not plain obj or detached DOM) - if ( tmp === ( elem.ownerDocument || document ) ) { - eventPath.push( tmp.defaultView || tmp.parentWindow || window ); - } - } - - // Fire handlers on the event path - i = 0; - while ( ( cur = eventPath[ i++ ] ) && !event.isPropagationStopped() ) { - lastElement = cur; - event.type = i > 1 ? - bubbleType : - special.bindType || type; - - // jQuery handler - handle = ( dataPriv.get( cur, "events" ) || Object.create( null ) )[ event.type ] && - dataPriv.get( cur, "handle" ); - if ( handle ) { - handle.apply( cur, data ); - } - - // Native handler - handle = ontype && cur[ ontype ]; - if ( handle && handle.apply && acceptData( cur ) ) { - event.result = handle.apply( cur, data ); - if ( event.result === false ) { - event.preventDefault(); - } - } - } - event.type = type; - - // If nobody prevented the default action, do it now - if ( !onlyHandlers && !event.isDefaultPrevented() ) { - - if ( ( !special._default || - special._default.apply( eventPath.pop(), data ) === false ) && - acceptData( elem ) ) { - - // Call a native DOM method on the target with the same name as the event. - // Don't do default actions on window, that's where global variables be (trac-6170) - if ( ontype && isFunction( elem[ type ] ) && !isWindow( elem ) ) { - - // Don't re-trigger an onFOO event when we call its FOO() method - tmp = elem[ ontype ]; - - if ( tmp ) { - elem[ ontype ] = null; - } - - // Prevent re-triggering of the same event, since we already bubbled it above - jQuery.event.triggered = type; - - if ( event.isPropagationStopped() ) { - lastElement.addEventListener( type, stopPropagationCallback ); - } - - elem[ type ](); - - if ( event.isPropagationStopped() ) { - lastElement.removeEventListener( type, stopPropagationCallback ); - } - - jQuery.event.triggered = undefined; - - if ( tmp ) { - elem[ ontype ] = tmp; - } - } - } - } - - return event.result; - }, - - // Piggyback on a donor event to simulate a different one - // Used only for `focus(in | out)` events - simulate: function( type, elem, event ) { - var e = jQuery.extend( - new jQuery.Event(), - event, - { - type: type, - isSimulated: true - } - ); - - jQuery.event.trigger( e, null, elem ); - } - -} ); - -jQuery.fn.extend( { - - trigger: function( type, data ) { - return this.each( function() { - jQuery.event.trigger( type, data, this ); - } ); - }, - triggerHandler: function( type, data ) { - var elem = this[ 0 ]; - if ( elem ) { - return jQuery.event.trigger( type, data, elem, true ); - } - } -} ); - - -// Support: Firefox <=44 -// Firefox doesn't have focus(in | out) events -// Related ticket - https://bugzilla.mozilla.org/show_bug.cgi?id=687787 -// -// Support: Chrome <=48 - 49, Safari <=9.0 - 9.1 -// focus(in | out) events fire after focus & blur events, -// which is spec violation - http://www.w3.org/TR/DOM-Level-3-Events/#events-focusevent-event-order -// Related ticket - https://bugs.chromium.org/p/chromium/issues/detail?id=449857 -if ( !support.focusin ) { - jQuery.each( { focus: "focusin", blur: "focusout" }, function( orig, fix ) { - - // Attach a single capturing handler on the document while someone wants focusin/focusout - var handler = function( event ) { - jQuery.event.simulate( fix, event.target, jQuery.event.fix( event ) ); - }; - - jQuery.event.special[ fix ] = { - setup: function() { - - // Handle: regular nodes (via `this.ownerDocument`), window - // (via `this.document`) & document (via `this`). - var doc = this.ownerDocument || this.document || this, - attaches = dataPriv.access( doc, fix ); - - if ( !attaches ) { - doc.addEventListener( orig, handler, true ); - } - dataPriv.access( doc, fix, ( attaches || 0 ) + 1 ); - }, - teardown: function() { - var doc = this.ownerDocument || this.document || this, - attaches = dataPriv.access( doc, fix ) - 1; - - if ( !attaches ) { - doc.removeEventListener( orig, handler, true ); - dataPriv.remove( doc, fix ); - - } else { - dataPriv.access( doc, fix, attaches ); - } - } - }; - } ); -} - - -// Cross-browser xml parsing -jQuery.parseXML = function( data ) { - var xml, parserErrorElem; - if ( !data || typeof data !== "string" ) { - return null; - } - - // Support: IE 9 - 11 only - // IE throws on parseFromString with invalid input. - try { - xml = ( new window.DOMParser() ).parseFromString( data, "text/xml" ); - } catch ( e ) {} - - parserErrorElem = xml && xml.getElementsByTagName( "parsererror" )[ 0 ]; - if ( !xml || parserErrorElem ) { - jQuery.error( "Invalid XML: " + ( - parserErrorElem ? - jQuery.map( parserErrorElem.childNodes, function( el ) { - return el.textContent; - } ).join( "\n" ) : - data - ) ); - } - return xml; -}; - - -var - rbracket = /\[\]$/, - rCRLF = /\r?\n/g, - rsubmitterTypes = /^(?:submit|button|image|reset|file)$/i, - rsubmittable = /^(?:input|select|textarea|keygen)/i; - -function buildParams( prefix, obj, traditional, add ) { - var name; - - if ( Array.isArray( obj ) ) { - - // Serialize array item. - jQuery.each( obj, function( i, v ) { - if ( traditional || rbracket.test( prefix ) ) { - - // Treat each array item as a scalar. - add( prefix, v ); - - } else { - - // Item is non-scalar (array or object), encode its numeric index. - buildParams( - prefix + "[" + ( typeof v === "object" && v != null ? i : "" ) + "]", - v, - traditional, - add - ); - } - } ); - - } else if ( !traditional && toType( obj ) === "object" ) { - - // Serialize object item. - for ( name in obj ) { - buildParams( prefix + "[" + name + "]", obj[ name ], traditional, add ); - } - - } else { - - // Serialize scalar item. - add( prefix, obj ); - } -} - -// Serialize an array of form elements or a set of -// key/values into a query string -jQuery.param = function( a, traditional ) { - var prefix, - s = [], - add = function( key, valueOrFunction ) { - - // If value is a function, invoke it and use its return value - var value = isFunction( valueOrFunction ) ? - valueOrFunction() : - valueOrFunction; - - s[ s.length ] = encodeURIComponent( key ) + "=" + - encodeURIComponent( value == null ? "" : value ); - }; - - if ( a == null ) { - return ""; - } - - // If an array was passed in, assume that it is an array of form elements. - if ( Array.isArray( a ) || ( a.jquery && !jQuery.isPlainObject( a ) ) ) { - - // Serialize the form elements - jQuery.each( a, function() { - add( this.name, this.value ); - } ); - - } else { - - // If traditional, encode the "old" way (the way 1.3.2 or older - // did it), otherwise encode params recursively. - for ( prefix in a ) { - buildParams( prefix, a[ prefix ], traditional, add ); - } - } - - // Return the resulting serialization - return s.join( "&" ); -}; - -jQuery.fn.extend( { - serialize: function() { - return jQuery.param( this.serializeArray() ); - }, - serializeArray: function() { - return this.map( function() { - - // Can add propHook for "elements" to filter or add form elements - var elements = jQuery.prop( this, "elements" ); - return elements ? jQuery.makeArray( elements ) : this; - } ).filter( function() { - var type = this.type; - - // Use .is( ":disabled" ) so that fieldset[disabled] works - return this.name && !jQuery( this ).is( ":disabled" ) && - rsubmittable.test( this.nodeName ) && !rsubmitterTypes.test( type ) && - ( this.checked || !rcheckableType.test( type ) ); - } ).map( function( _i, elem ) { - var val = jQuery( this ).val(); - - if ( val == null ) { - return null; - } - - if ( Array.isArray( val ) ) { - return jQuery.map( val, function( val ) { - return { name: elem.name, value: val.replace( rCRLF, "\r\n" ) }; - } ); - } - - return { name: elem.name, value: val.replace( rCRLF, "\r\n" ) }; - } ).get(); - } -} ); - - -jQuery.fn.extend( { - wrapAll: function( html ) { - var wrap; - - if ( this[ 0 ] ) { - if ( isFunction( html ) ) { - html = html.call( this[ 0 ] ); - } - - // The elements to wrap the target around - wrap = jQuery( html, this[ 0 ].ownerDocument ).eq( 0 ).clone( true ); - - if ( this[ 0 ].parentNode ) { - wrap.insertBefore( this[ 0 ] ); - } - - wrap.map( function() { - var elem = this; - - while ( elem.firstElementChild ) { - elem = elem.firstElementChild; - } - - return elem; - } ).append( this ); - } - - return this; - }, - - wrapInner: function( html ) { - if ( isFunction( html ) ) { - return this.each( function( i ) { - jQuery( this ).wrapInner( html.call( this, i ) ); - } ); - } - - return this.each( function() { - var self = jQuery( this ), - contents = self.contents(); - - if ( contents.length ) { - contents.wrapAll( html ); - - } else { - self.append( html ); - } - } ); - }, - - wrap: function( html ) { - var htmlIsFunction = isFunction( html ); - - return this.each( function( i ) { - jQuery( this ).wrapAll( htmlIsFunction ? html.call( this, i ) : html ); - } ); - }, - - unwrap: function( selector ) { - this.parent( selector ).not( "body" ).each( function() { - jQuery( this ).replaceWith( this.childNodes ); - } ); - return this; - } -} ); - - -jQuery.expr.pseudos.hidden = function( elem ) { - return !jQuery.expr.pseudos.visible( elem ); -}; -jQuery.expr.pseudos.visible = function( elem ) { - return !!( elem.offsetWidth || elem.offsetHeight || elem.getClientRects().length ); -}; - - - - -// Support: Safari 8 only -// In Safari 8 documents created via document.implementation.createHTMLDocument -// collapse sibling forms: the second one becomes a child of the first one. -// Because of that, this security measure has to be disabled in Safari 8. -// https://bugs.webkit.org/show_bug.cgi?id=137337 -support.createHTMLDocument = ( function() { - var body = document.implementation.createHTMLDocument( "" ).body; - body.innerHTML = "<form></form><form></form>"; - return body.childNodes.length === 2; -} )(); - - -// Argument "data" should be string of html -// context (optional): If specified, the fragment will be created in this context, -// defaults to document -// keepScripts (optional): If true, will include scripts passed in the html string -jQuery.parseHTML = function( data, context, keepScripts ) { - if ( typeof data !== "string" ) { - return []; - } - if ( typeof context === "boolean" ) { - keepScripts = context; - context = false; - } - - var base, parsed, scripts; - - if ( !context ) { - - // Stop scripts or inline event handlers from being executed immediately - // by using document.implementation - if ( support.createHTMLDocument ) { - context = document.implementation.createHTMLDocument( "" ); - - // Set the base href for the created document - // so any parsed elements with URLs - // are based on the document's URL (gh-2965) - base = context.createElement( "base" ); - base.href = document.location.href; - context.head.appendChild( base ); - } else { - context = document; - } - } - - parsed = rsingleTag.exec( data ); - scripts = !keepScripts && []; - - // Single tag - if ( parsed ) { - return [ context.createElement( parsed[ 1 ] ) ]; - } - - parsed = buildFragment( [ data ], context, scripts ); - - if ( scripts && scripts.length ) { - jQuery( scripts ).remove(); - } - - return jQuery.merge( [], parsed.childNodes ); -}; - - -jQuery.offset = { - setOffset: function( elem, options, i ) { - var curPosition, curLeft, curCSSTop, curTop, curOffset, curCSSLeft, calculatePosition, - position = jQuery.css( elem, "position" ), - curElem = jQuery( elem ), - props = {}; - - // Set position first, in-case top/left are set even on static elem - if ( position === "static" ) { - elem.style.position = "relative"; - } - - curOffset = curElem.offset(); - curCSSTop = jQuery.css( elem, "top" ); - curCSSLeft = jQuery.css( elem, "left" ); - calculatePosition = ( position === "absolute" || position === "fixed" ) && - ( curCSSTop + curCSSLeft ).indexOf( "auto" ) > -1; - - // Need to be able to calculate position if either - // top or left is auto and position is either absolute or fixed - if ( calculatePosition ) { - curPosition = curElem.position(); - curTop = curPosition.top; - curLeft = curPosition.left; - - } else { - curTop = parseFloat( curCSSTop ) || 0; - curLeft = parseFloat( curCSSLeft ) || 0; - } - - if ( isFunction( options ) ) { - - // Use jQuery.extend here to allow modification of coordinates argument (gh-1848) - options = options.call( elem, i, jQuery.extend( {}, curOffset ) ); - } - - if ( options.top != null ) { - props.top = ( options.top - curOffset.top ) + curTop; - } - if ( options.left != null ) { - props.left = ( options.left - curOffset.left ) + curLeft; - } - - if ( "using" in options ) { - options.using.call( elem, props ); - - } else { - curElem.css( props ); - } - } -}; - -jQuery.fn.extend( { - - // offset() relates an element's border box to the document origin - offset: function( options ) { - - // Preserve chaining for setter - if ( arguments.length ) { - return options === undefined ? - this : - this.each( function( i ) { - jQuery.offset.setOffset( this, options, i ); - } ); - } - - var rect, win, - elem = this[ 0 ]; - - if ( !elem ) { - return; - } - - // Return zeros for disconnected and hidden (display: none) elements (gh-2310) - // Support: IE <=11 only - // Running getBoundingClientRect on a - // disconnected node in IE throws an error - if ( !elem.getClientRects().length ) { - return { top: 0, left: 0 }; - } - - // Get document-relative position by adding viewport scroll to viewport-relative gBCR - rect = elem.getBoundingClientRect(); - win = elem.ownerDocument.defaultView; - return { - top: rect.top + win.pageYOffset, - left: rect.left + win.pageXOffset - }; - }, - - // position() relates an element's margin box to its offset parent's padding box - // This corresponds to the behavior of CSS absolute positioning - position: function() { - if ( !this[ 0 ] ) { - return; - } - - var offsetParent, offset, doc, - elem = this[ 0 ], - parentOffset = { top: 0, left: 0 }; - - // position:fixed elements are offset from the viewport, which itself always has zero offset - if ( jQuery.css( elem, "position" ) === "fixed" ) { - - // Assume position:fixed implies availability of getBoundingClientRect - offset = elem.getBoundingClientRect(); - - } else { - offset = this.offset(); - - // Account for the *real* offset parent, which can be the document or its root element - // when a statically positioned element is identified - doc = elem.ownerDocument; - offsetParent = elem.offsetParent || doc.documentElement; - while ( offsetParent && - ( offsetParent === doc.body || offsetParent === doc.documentElement ) && - jQuery.css( offsetParent, "position" ) === "static" ) { - - offsetParent = offsetParent.parentNode; - } - if ( offsetParent && offsetParent !== elem && offsetParent.nodeType === 1 ) { - - // Incorporate borders into its offset, since they are outside its content origin - parentOffset = jQuery( offsetParent ).offset(); - parentOffset.top += jQuery.css( offsetParent, "borderTopWidth", true ); - parentOffset.left += jQuery.css( offsetParent, "borderLeftWidth", true ); - } - } - - // Subtract parent offsets and element margins - return { - top: offset.top - parentOffset.top - jQuery.css( elem, "marginTop", true ), - left: offset.left - parentOffset.left - jQuery.css( elem, "marginLeft", true ) - }; - }, - - // This method will return documentElement in the following cases: - // 1) For the element inside the iframe without offsetParent, this method will return - // documentElement of the parent window - // 2) For the hidden or detached element - // 3) For body or html element, i.e. in case of the html node - it will return itself - // - // but those exceptions were never presented as a real life use-cases - // and might be considered as more preferable results. - // - // This logic, however, is not guaranteed and can change at any point in the future - offsetParent: function() { - return this.map( function() { - var offsetParent = this.offsetParent; - - while ( offsetParent && jQuery.css( offsetParent, "position" ) === "static" ) { - offsetParent = offsetParent.offsetParent; - } - - return offsetParent || documentElement; - } ); - } -} ); - -// Create scrollLeft and scrollTop methods -jQuery.each( { scrollLeft: "pageXOffset", scrollTop: "pageYOffset" }, function( method, prop ) { - var top = "pageYOffset" === prop; - - jQuery.fn[ method ] = function( val ) { - return access( this, function( elem, method, val ) { - - // Coalesce documents and windows - var win; - if ( isWindow( elem ) ) { - win = elem; - } else if ( elem.nodeType === 9 ) { - win = elem.defaultView; - } - - if ( val === undefined ) { - return win ? win[ prop ] : elem[ method ]; - } - - if ( win ) { - win.scrollTo( - !top ? val : win.pageXOffset, - top ? val : win.pageYOffset - ); - - } else { - elem[ method ] = val; - } - }, method, val, arguments.length ); - }; -} ); - -// Support: Safari <=7 - 9.1, Chrome <=37 - 49 -// Add the top/left cssHooks using jQuery.fn.position -// Webkit bug: https://bugs.webkit.org/show_bug.cgi?id=29084 -// Blink bug: https://bugs.chromium.org/p/chromium/issues/detail?id=589347 -// getComputedStyle returns percent when specified for top/left/bottom/right; -// rather than make the css module depend on the offset module, just check for it here -jQuery.each( [ "top", "left" ], function( _i, prop ) { - jQuery.cssHooks[ prop ] = addGetHookIf( support.pixelPosition, - function( elem, computed ) { - if ( computed ) { - computed = curCSS( elem, prop ); - - // If curCSS returns percentage, fallback to offset - return rnumnonpx.test( computed ) ? - jQuery( elem ).position()[ prop ] + "px" : - computed; - } - } - ); -} ); - - -// Create innerHeight, innerWidth, height, width, outerHeight and outerWidth methods -jQuery.each( { Height: "height", Width: "width" }, function( name, type ) { - jQuery.each( { - padding: "inner" + name, - content: type, - "": "outer" + name - }, function( defaultExtra, funcName ) { - - // Margin is only for outerHeight, outerWidth - jQuery.fn[ funcName ] = function( margin, value ) { - var chainable = arguments.length && ( defaultExtra || typeof margin !== "boolean" ), - extra = defaultExtra || ( margin === true || value === true ? "margin" : "border" ); - - return access( this, function( elem, type, value ) { - var doc; - - if ( isWindow( elem ) ) { - - // $( window ).outerWidth/Height return w/h including scrollbars (gh-1729) - return funcName.indexOf( "outer" ) === 0 ? - elem[ "inner" + name ] : - elem.document.documentElement[ "client" + name ]; - } - - // Get document width or height - if ( elem.nodeType === 9 ) { - doc = elem.documentElement; - - // Either scroll[Width/Height] or offset[Width/Height] or client[Width/Height], - // whichever is greatest - return Math.max( - elem.body[ "scroll" + name ], doc[ "scroll" + name ], - elem.body[ "offset" + name ], doc[ "offset" + name ], - doc[ "client" + name ] - ); - } - - return value === undefined ? - - // Get width or height on the element, requesting but not forcing parseFloat - jQuery.css( elem, type, extra ) : - - // Set width or height on the element - jQuery.style( elem, type, value, extra ); - }, type, chainable ? margin : undefined, chainable ); - }; - } ); -} ); - - -jQuery.fn.extend( { - - bind: function( types, data, fn ) { - return this.on( types, null, data, fn ); - }, - unbind: function( types, fn ) { - return this.off( types, null, fn ); - }, - - delegate: function( selector, types, data, fn ) { - return this.on( types, selector, data, fn ); - }, - undelegate: function( selector, types, fn ) { - - // ( namespace ) or ( selector, types [, fn] ) - return arguments.length === 1 ? - this.off( selector, "**" ) : - this.off( types, selector || "**", fn ); - }, - - hover: function( fnOver, fnOut ) { - return this.mouseenter( fnOver ).mouseleave( fnOut || fnOver ); - } -} ); - -jQuery.each( - ( "blur focus focusin focusout resize scroll click dblclick " + - "mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave " + - "change select submit keydown keypress keyup contextmenu" ).split( " " ), - function( _i, name ) { - - // Handle event binding - jQuery.fn[ name ] = function( data, fn ) { - return arguments.length > 0 ? - this.on( name, null, data, fn ) : - this.trigger( name ); - }; - } -); - - - - -// Support: Android <=4.0 only -// Make sure we trim BOM and NBSP -// Require that the "whitespace run" starts from a non-whitespace -// to avoid O(N^2) behavior when the engine would try matching "\s+$" at each space position. -var rtrim = /^[\s\uFEFF\xA0]+|([^\s\uFEFF\xA0])[\s\uFEFF\xA0]+$/g; - -// Bind a function to a context, optionally partially applying any -// arguments. -// jQuery.proxy is deprecated to promote standards (specifically Function#bind) -// However, it is not slated for removal any time soon -jQuery.proxy = function( fn, context ) { - var tmp, args, proxy; - - if ( typeof context === "string" ) { - tmp = fn[ context ]; - context = fn; - fn = tmp; - } - - // Quick check to determine if target is callable, in the spec - // this throws a TypeError, but we will just return undefined. - if ( !isFunction( fn ) ) { - return undefined; - } - - // Simulated bind - args = slice.call( arguments, 2 ); - proxy = function() { - return fn.apply( context || this, args.concat( slice.call( arguments ) ) ); - }; - - // Set the guid of unique handler to the same of original handler, so it can be removed - proxy.guid = fn.guid = fn.guid || jQuery.guid++; - - return proxy; -}; - -jQuery.holdReady = function( hold ) { - if ( hold ) { - jQuery.readyWait++; - } else { - jQuery.ready( true ); - } -}; -jQuery.isArray = Array.isArray; -jQuery.parseJSON = JSON.parse; -jQuery.nodeName = nodeName; -jQuery.isFunction = isFunction; -jQuery.isWindow = isWindow; -jQuery.camelCase = camelCase; -jQuery.type = toType; - -jQuery.now = Date.now; - -jQuery.isNumeric = function( obj ) { - - // As of jQuery 3.0, isNumeric is limited to - // strings and numbers (primitives or objects) - // that can be coerced to finite numbers (gh-2662) - var type = jQuery.type( obj ); - return ( type === "number" || type === "string" ) && - - // parseFloat NaNs numeric-cast false positives ("") - // ...but misinterprets leading-number strings, particularly hex literals ("0x...") - // subtraction forces infinities to NaN - !isNaN( obj - parseFloat( obj ) ); -}; - -jQuery.trim = function( text ) { - return text == null ? - "" : - ( text + "" ).replace( rtrim, "$1" ); -}; - - - -// Register as a named AMD module, since jQuery can be concatenated with other -// files that may use define, but not via a proper concatenation script that -// understands anonymous AMD modules. A named AMD is safest and most robust -// way to register. Lowercase jquery is used because AMD module names are -// derived from file names, and jQuery is normally delivered in a lowercase -// file name. Do this after creating the global so that if an AMD module wants -// to call noConflict to hide this version of jQuery, it will work. - -// Note that for maximum portability, libraries that are not jQuery should -// declare themselves as anonymous modules, and avoid setting a global if an -// AMD loader is present. jQuery is a special case. For more information, see -// https://github.com/jrburke/requirejs/wiki/Updating-existing-libraries#wiki-anon - -if ( typeof define === "function" && define.amd ) { - define( "jquery", [], function() { - return jQuery; - } ); -} - - - - -var - - // Map over jQuery in case of overwrite - _jQuery = window.jQuery, - - // Map over the $ in case of overwrite - _$ = window.$; - -jQuery.noConflict = function( deep ) { - if ( window.$ === jQuery ) { - window.$ = _$; - } - - if ( deep && window.jQuery === jQuery ) { - window.jQuery = _jQuery; - } - - return jQuery; -}; - -// Expose jQuery and $ identifiers, even in AMD -// (trac-7102#comment:10, https://github.com/jquery/jquery/pull/557) -// and CommonJS for browser emulators (trac-13566) -if ( typeof noGlobal === "undefined" ) { - window.jQuery = window.$ = jQuery; -} - - - - -return jQuery; -} ); diff --git a/software/flow/node_modules/jquery/dist/jquery.slim.min.js b/software/flow/node_modules/jquery/dist/jquery.slim.min.js deleted file mode 100644 index dba3386..0000000 --- a/software/flow/node_modules/jquery/dist/jquery.slim.min.js +++ /dev/null @@ -1,2 +0,0 @@ -/*! jQuery v3.6.3 -ajax,-ajax/jsonp,-ajax/load,-ajax/script,-ajax/var/location,-ajax/var/nonce,-ajax/var/rquery,-ajax/xhr,-manipulation/_evalUrl,-deprecated/ajax-event-alias,-effects,-effects/Tween,-effects/animatedSelector | (c) OpenJS Foundation and other contributors | jquery.org/license */ -!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(g,e){"use strict";var t=[],r=Object.getPrototypeOf,s=t.slice,v=t.flat?function(e){return t.flat.call(e)}:function(e){return t.concat.apply([],e)},u=t.push,i=t.indexOf,n={},o=n.toString,y=n.hasOwnProperty,a=y.toString,l=a.call(Object),m={},b=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType&&"function"!=typeof e.item},x=function(e){return null!=e&&e===e.window},w=g.document,c={type:!0,src:!0,nonce:!0,noModule:!0};function C(e,t,n){var r,i,o=(n=n||w).createElement("script");if(o.text=e,t)for(r in c)(i=t[r]||t.getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}function T(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?n[o.call(e)]||"object":typeof e}var f="3.6.3 -ajax,-ajax/jsonp,-ajax/load,-ajax/script,-ajax/var/location,-ajax/var/nonce,-ajax/var/rquery,-ajax/xhr,-manipulation/_evalUrl,-deprecated/ajax-event-alias,-effects,-effects/Tween,-effects/animatedSelector",E=function(e,t){return new E.fn.init(e,t)};function d(e){var t=!!e&&"length"in e&&e.length,n=T(e);return!b(e)&&!x(e)&&("array"===n||0===t||"number"==typeof t&&0<t&&t-1 in e)}E.fn=E.prototype={jquery:f,constructor:E,length:0,toArray:function(){return s.call(this)},get:function(e){return null==e?s.call(this):e<0?this[e+this.length]:this[e]},pushStack:function(e){var t=E.merge(this.constructor(),e);return t.prevObject=this,t},each:function(e){return E.each(this,e)},map:function(n){return this.pushStack(E.map(this,function(e,t){return n.call(e,t,e)}))},slice:function(){return this.pushStack(s.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},even:function(){return this.pushStack(E.grep(this,function(e,t){return(t+1)%2}))},odd:function(){return this.pushStack(E.grep(this,function(e,t){return t%2}))},eq:function(e){var t=this.length,n=+e+(e<0?t:0);return this.pushStack(0<=n&&n<t?[this[n]]:[])},end:function(){return this.prevObject||this.constructor()},push:u,sort:t.sort,splice:t.splice},E.extend=E.fn.extend=function(){var e,t,n,r,i,o,a=arguments[0]||{},s=1,u=arguments.length,l=!1;for("boolean"==typeof a&&(l=a,a=arguments[s]||{},s++),"object"==typeof a||b(a)||(a={}),s===u&&(a=this,s--);s<u;s++)if(null!=(e=arguments[s]))for(t in e)r=e[t],"__proto__"!==t&&a!==r&&(l&&r&&(E.isPlainObject(r)||(i=Array.isArray(r)))?(n=a[t],o=i&&!Array.isArray(n)?[]:i||E.isPlainObject(n)?n:{},i=!1,a[t]=E.extend(l,o,r)):void 0!==r&&(a[t]=r));return a},E.extend({expando:"jQuery"+(f+Math.random()).replace(/\D/g,""),isReady:!0,error:function(e){throw new Error(e)},noop:function(){},isPlainObject:function(e){var t,n;return!(!e||"[object Object]"!==o.call(e))&&(!(t=r(e))||"function"==typeof(n=y.call(t,"constructor")&&t.constructor)&&a.call(n)===l)},isEmptyObject:function(e){var t;for(t in e)return!1;return!0},globalEval:function(e,t,n){C(e,{nonce:t&&t.nonce},n)},each:function(e,t){var n,r=0;if(d(e)){for(n=e.length;r<n;r++)if(!1===t.call(e[r],r,e[r]))break}else for(r in e)if(!1===t.call(e[r],r,e[r]))break;return e},makeArray:function(e,t){var n=t||[];return null!=e&&(d(Object(e))?E.merge(n,"string"==typeof e?[e]:e):u.call(n,e)),n},inArray:function(e,t,n){return null==t?-1:i.call(t,e,n)},merge:function(e,t){for(var n=+t.length,r=0,i=e.length;r<n;r++)e[i++]=t[r];return e.length=i,e},grep:function(e,t,n){for(var r=[],i=0,o=e.length,a=!n;i<o;i++)!t(e[i],i)!==a&&r.push(e[i]);return r},map:function(e,t,n){var r,i,o=0,a=[];if(d(e))for(r=e.length;o<r;o++)null!=(i=t(e[o],o,n))&&a.push(i);else for(o in e)null!=(i=t(e[o],o,n))&&a.push(i);return v(a)},guid:1,support:m}),"function"==typeof Symbol&&(E.fn[Symbol.iterator]=t[Symbol.iterator]),E.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),function(e,t){n["[object "+t+"]"]=t.toLowerCase()});var p=function(n){var e,p,x,o,i,h,f,g,w,u,l,C,T,a,E,v,s,c,y,S="sizzle"+1*new Date,d=n.document,A=0,r=0,m=ue(),b=ue(),N=ue(),k=ue(),D=function(e,t){return e===t&&(l=!0),0},L={}.hasOwnProperty,t=[],j=t.pop,q=t.push,O=t.push,P=t.slice,H=function(e,t){for(var n=0,r=e.length;n<r;n++)if(e[n]===t)return n;return-1},I="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",R="[\\x20\\t\\r\\n\\f]",B="(?:\\\\[\\da-fA-F]{1,6}"+R+"?|\\\\[^\\r\\n\\f]|[\\w-]|[^\0-\\x7f])+",M="\\["+R+"*("+B+")(?:"+R+"*([*^$|!~]?=)"+R+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+B+"))|)"+R+"*\\]",W=":("+B+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+M+")*)|.*)\\)|)",F=new RegExp(R+"+","g"),$=new RegExp("^"+R+"+|((?:^|[^\\\\])(?:\\\\.)*)"+R+"+$","g"),z=new RegExp("^"+R+"*,"+R+"*"),_=new RegExp("^"+R+"*([>+~]|"+R+")"+R+"*"),U=new RegExp(R+"|>"),V=new RegExp(W),X=new RegExp("^"+B+"$"),Q={ID:new RegExp("^#("+B+")"),CLASS:new RegExp("^\\.("+B+")"),TAG:new RegExp("^("+B+"|[*])"),ATTR:new RegExp("^"+M),PSEUDO:new RegExp("^"+W),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+R+"*(even|odd|(([+-]|)(\\d*)n|)"+R+"*(?:([+-]|)"+R+"*(\\d+)|))"+R+"*\\)|)","i"),bool:new RegExp("^(?:"+I+")$","i"),needsContext:new RegExp("^"+R+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+R+"*((?:-\\d)?\\d*)"+R+"*\\)|)(?=[^-]|$)","i")},Y=/HTML$/i,G=/^(?:input|select|textarea|button)$/i,K=/^h\d$/i,J=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ee=/[+~]/,te=new RegExp("\\\\[\\da-fA-F]{1,6}"+R+"?|\\\\([^\\r\\n\\f])","g"),ne=function(e,t){var n="0x"+e.slice(1)-65536;return t||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},re=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ie=function(e,t){return t?"\0"===e?"\ufffd":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},oe=function(){C()},ae=xe(function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()},{dir:"parentNode",next:"legend"});try{O.apply(t=P.call(d.childNodes),d.childNodes),t[d.childNodes.length].nodeType}catch(e){O={apply:t.length?function(e,t){q.apply(e,P.call(t))}:function(e,t){var n=e.length,r=0;while(e[n++]=t[r++]);e.length=n-1}}}function se(t,e,n,r){var i,o,a,s,u,l,c,f=e&&e.ownerDocument,d=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==d&&9!==d&&11!==d)return n;if(!r&&(C(e),e=e||T,E)){if(11!==d&&(u=Z.exec(t)))if(i=u[1]){if(9===d){if(!(a=e.getElementById(i)))return n;if(a.id===i)return n.push(a),n}else if(f&&(a=f.getElementById(i))&&y(e,a)&&a.id===i)return n.push(a),n}else{if(u[2])return O.apply(n,e.getElementsByTagName(t)),n;if((i=u[3])&&p.getElementsByClassName&&e.getElementsByClassName)return O.apply(n,e.getElementsByClassName(i)),n}if(p.qsa&&!k[t+" "]&&(!v||!v.test(t))&&(1!==d||"object"!==e.nodeName.toLowerCase())){if(c=t,f=e,1===d&&(U.test(t)||_.test(t))){(f=ee.test(t)&&ye(e.parentNode)||e)===e&&p.scope||((s=e.getAttribute("id"))?s=s.replace(re,ie):e.setAttribute("id",s=S)),o=(l=h(t)).length;while(o--)l[o]=(s?"#"+s:":scope")+" "+be(l[o]);c=l.join(",")}try{if(p.cssSupportsSelector&&!CSS.supports("selector(:is("+c+"))"))throw new Error;return O.apply(n,f.querySelectorAll(c)),n}catch(e){k(t,!0)}finally{s===S&&e.removeAttribute("id")}}}return g(t.replace($,"$1"),e,n,r)}function ue(){var r=[];return function e(t,n){return r.push(t+" ")>x.cacheLength&&delete e[r.shift()],e[t+" "]=n}}function le(e){return e[S]=!0,e}function ce(e){var t=T.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function fe(e,t){var n=e.split("|"),r=n.length;while(r--)x.attrHandle[n[r]]=t}function de(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)while(n=n.nextSibling)if(n===t)return-1;return e?1:-1}function pe(t){return function(e){return"input"===e.nodeName.toLowerCase()&&e.type===t}}function he(n){return function(e){var t=e.nodeName.toLowerCase();return("input"===t||"button"===t)&&e.type===n}}function ge(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&ae(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function ve(a){return le(function(o){return o=+o,le(function(e,t){var n,r=a([],e.length,o),i=r.length;while(i--)e[n=r[i]]&&(e[n]=!(t[n]=e[n]))})})}function ye(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}for(e in p=se.support={},i=se.isXML=function(e){var t=e&&e.namespaceURI,n=e&&(e.ownerDocument||e).documentElement;return!Y.test(t||n&&n.nodeName||"HTML")},C=se.setDocument=function(e){var t,n,r=e?e.ownerDocument||e:d;return r!=T&&9===r.nodeType&&r.documentElement&&(a=(T=r).documentElement,E=!i(T),d!=T&&(n=T.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",oe,!1):n.attachEvent&&n.attachEvent("onunload",oe)),p.scope=ce(function(e){return a.appendChild(e).appendChild(T.createElement("div")),"undefined"!=typeof e.querySelectorAll&&!e.querySelectorAll(":scope fieldset div").length}),p.cssSupportsSelector=ce(function(){return CSS.supports("selector(*)")&&T.querySelectorAll(":is(:jqfake)")&&!CSS.supports("selector(:is(*,:jqfake))")}),p.attributes=ce(function(e){return e.className="i",!e.getAttribute("className")}),p.getElementsByTagName=ce(function(e){return e.appendChild(T.createComment("")),!e.getElementsByTagName("*").length}),p.getElementsByClassName=J.test(T.getElementsByClassName),p.getById=ce(function(e){return a.appendChild(e).id=S,!T.getElementsByName||!T.getElementsByName(S).length}),p.getById?(x.filter.ID=function(e){var t=e.replace(te,ne);return function(e){return e.getAttribute("id")===t}},x.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n=t.getElementById(e);return n?[n]:[]}}):(x.filter.ID=function(e){var n=e.replace(te,ne);return function(e){var t="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return t&&t.value===n}},x.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),x.find.TAG=p.getElementsByTagName?function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):p.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){while(n=o[i++])1===n.nodeType&&r.push(n);return r}return o},x.find.CLASS=p.getElementsByClassName&&function(e,t){if("undefined"!=typeof t.getElementsByClassName&&E)return t.getElementsByClassName(e)},s=[],v=[],(p.qsa=J.test(T.querySelectorAll))&&(ce(function(e){var t;a.appendChild(e).innerHTML="<a id='"+S+"'></a><select id='"+S+"-\r\\' msallowcapture=''><option selected=''></option></select>",e.querySelectorAll("[msallowcapture^='']").length&&v.push("[*^$]="+R+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||v.push("\\["+R+"*(?:value|"+I+")"),e.querySelectorAll("[id~="+S+"-]").length||v.push("~="),(t=T.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||v.push("\\["+R+"*name"+R+"*="+R+"*(?:''|\"\")"),e.querySelectorAll(":checked").length||v.push(":checked"),e.querySelectorAll("a#"+S+"+*").length||v.push(".#.+[+~]"),e.querySelectorAll("\\\f"),v.push("[\\r\\n\\f]")}),ce(function(e){e.innerHTML="<a href='' disabled='disabled'></a><select disabled='disabled'><option/></select>";var t=T.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&v.push("name"+R+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&v.push(":enabled",":disabled"),a.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&v.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),v.push(",.*:")})),(p.matchesSelector=J.test(c=a.matches||a.webkitMatchesSelector||a.mozMatchesSelector||a.oMatchesSelector||a.msMatchesSelector))&&ce(function(e){p.disconnectedMatch=c.call(e,"*"),c.call(e,"[s!='']:x"),s.push("!=",W)}),p.cssSupportsSelector||v.push(":has"),v=v.length&&new RegExp(v.join("|")),s=s.length&&new RegExp(s.join("|")),t=J.test(a.compareDocumentPosition),y=t||J.test(a.contains)?function(e,t){var n=9===e.nodeType&&e.documentElement||e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)while(t=t.parentNode)if(t===e)return!0;return!1},D=t?function(e,t){if(e===t)return l=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!p.sortDetached&&t.compareDocumentPosition(e)===n?e==T||e.ownerDocument==d&&y(d,e)?-1:t==T||t.ownerDocument==d&&y(d,t)?1:u?H(u,e)-H(u,t):0:4&n?-1:1)}:function(e,t){if(e===t)return l=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e==T?-1:t==T?1:i?-1:o?1:u?H(u,e)-H(u,t):0;if(i===o)return de(e,t);n=e;while(n=n.parentNode)a.unshift(n);n=t;while(n=n.parentNode)s.unshift(n);while(a[r]===s[r])r++;return r?de(a[r],s[r]):a[r]==d?-1:s[r]==d?1:0}),T},se.matches=function(e,t){return se(e,null,null,t)},se.matchesSelector=function(e,t){if(C(e),p.matchesSelector&&E&&!k[t+" "]&&(!s||!s.test(t))&&(!v||!v.test(t)))try{var n=c.call(e,t);if(n||p.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){k(t,!0)}return 0<se(t,T,null,[e]).length},se.contains=function(e,t){return(e.ownerDocument||e)!=T&&C(e),y(e,t)},se.attr=function(e,t){(e.ownerDocument||e)!=T&&C(e);var n=x.attrHandle[t.toLowerCase()],r=n&&L.call(x.attrHandle,t.toLowerCase())?n(e,t,!E):void 0;return void 0!==r?r:p.attributes||!E?e.getAttribute(t):(r=e.getAttributeNode(t))&&r.specified?r.value:null},se.escape=function(e){return(e+"").replace(re,ie)},se.error=function(e){throw new Error("Syntax error, unrecognized expression: "+e)},se.uniqueSort=function(e){var t,n=[],r=0,i=0;if(l=!p.detectDuplicates,u=!p.sortStable&&e.slice(0),e.sort(D),l){while(t=e[i++])t===e[i]&&(r=n.push(i));while(r--)e.splice(n[r],1)}return u=null,e},o=se.getText=function(e){var t,n="",r=0,i=e.nodeType;if(i){if(1===i||9===i||11===i){if("string"==typeof e.textContent)return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)n+=o(e)}else if(3===i||4===i)return e.nodeValue}else while(t=e[r++])n+=o(t);return n},(x=se.selectors={cacheLength:50,createPseudo:le,match:Q,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(te,ne),e[3]=(e[3]||e[4]||e[5]||"").replace(te,ne),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||se.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&se.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return Q.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&V.test(n)&&(t=h(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(te,ne).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=m[e+" "];return t||(t=new RegExp("(^|"+R+")"+e+"("+R+"|$)"))&&m(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(n,r,i){return function(e){var t=se.attr(e,n);return null==t?"!="===r:!r||(t+="","="===r?t===i:"!="===r?t!==i:"^="===r?i&&0===t.indexOf(i):"*="===r?i&&-1<t.indexOf(i):"$="===r?i&&t.slice(-i.length)===i:"~="===r?-1<(" "+t.replace(F," ")+" ").indexOf(i):"|="===r&&(t===i||t.slice(0,i.length+1)===i+"-"))}},CHILD:function(h,e,t,g,v){var y="nth"!==h.slice(0,3),m="last"!==h.slice(-4),b="of-type"===e;return 1===g&&0===v?function(e){return!!e.parentNode}:function(e,t,n){var r,i,o,a,s,u,l=y!==m?"nextSibling":"previousSibling",c=e.parentNode,f=b&&e.nodeName.toLowerCase(),d=!n&&!b,p=!1;if(c){if(y){while(l){a=e;while(a=a[l])if(b?a.nodeName.toLowerCase()===f:1===a.nodeType)return!1;u=l="only"===h&&!u&&"nextSibling"}return!0}if(u=[m?c.firstChild:c.lastChild],m&&d){p=(s=(r=(i=(o=(a=c)[S]||(a[S]={}))[a.uniqueID]||(o[a.uniqueID]={}))[h]||[])[0]===A&&r[1])&&r[2],a=s&&c.childNodes[s];while(a=++s&&a&&a[l]||(p=s=0)||u.pop())if(1===a.nodeType&&++p&&a===e){i[h]=[A,s,p];break}}else if(d&&(p=s=(r=(i=(o=(a=e)[S]||(a[S]={}))[a.uniqueID]||(o[a.uniqueID]={}))[h]||[])[0]===A&&r[1]),!1===p)while(a=++s&&a&&a[l]||(p=s=0)||u.pop())if((b?a.nodeName.toLowerCase()===f:1===a.nodeType)&&++p&&(d&&((i=(o=a[S]||(a[S]={}))[a.uniqueID]||(o[a.uniqueID]={}))[h]=[A,p]),a===e))break;return(p-=v)===g||p%g==0&&0<=p/g}}},PSEUDO:function(e,o){var t,a=x.pseudos[e]||x.setFilters[e.toLowerCase()]||se.error("unsupported pseudo: "+e);return a[S]?a(o):1<a.length?(t=[e,e,"",o],x.setFilters.hasOwnProperty(e.toLowerCase())?le(function(e,t){var n,r=a(e,o),i=r.length;while(i--)e[n=H(e,r[i])]=!(t[n]=r[i])}):function(e){return a(e,0,t)}):a}},pseudos:{not:le(function(e){var r=[],i=[],s=f(e.replace($,"$1"));return s[S]?le(function(e,t,n,r){var i,o=s(e,null,r,[]),a=e.length;while(a--)(i=o[a])&&(e[a]=!(t[a]=i))}):function(e,t,n){return r[0]=e,s(r,null,n,i),r[0]=null,!i.pop()}}),has:le(function(t){return function(e){return 0<se(t,e).length}}),contains:le(function(t){return t=t.replace(te,ne),function(e){return-1<(e.textContent||o(e)).indexOf(t)}}),lang:le(function(n){return X.test(n||"")||se.error("unsupported lang: "+n),n=n.replace(te,ne).toLowerCase(),function(e){var t;do{if(t=E?e.lang:e.getAttribute("xml:lang")||e.getAttribute("lang"))return(t=t.toLowerCase())===n||0===t.indexOf(n+"-")}while((e=e.parentNode)&&1===e.nodeType);return!1}}),target:function(e){var t=n.location&&n.location.hash;return t&&t.slice(1)===e.id},root:function(e){return e===a},focus:function(e){return e===T.activeElement&&(!T.hasFocus||T.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},enabled:ge(!1),disabled:ge(!0),checked:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&!!e.checked||"option"===t&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,!0===e.selected},empty:function(e){for(e=e.firstChild;e;e=e.nextSibling)if(e.nodeType<6)return!1;return!0},parent:function(e){return!x.pseudos.empty(e)},header:function(e){return K.test(e.nodeName)},input:function(e){return G.test(e.nodeName)},button:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&"button"===e.type||"button"===t},text:function(e){var t;return"input"===e.nodeName.toLowerCase()&&"text"===e.type&&(null==(t=e.getAttribute("type"))||"text"===t.toLowerCase())},first:ve(function(){return[0]}),last:ve(function(e,t){return[t-1]}),eq:ve(function(e,t,n){return[n<0?n+t:n]}),even:ve(function(e,t){for(var n=0;n<t;n+=2)e.push(n);return e}),odd:ve(function(e,t){for(var n=1;n<t;n+=2)e.push(n);return e}),lt:ve(function(e,t,n){for(var r=n<0?n+t:t<n?t:n;0<=--r;)e.push(r);return e}),gt:ve(function(e,t,n){for(var r=n<0?n+t:n;++r<t;)e.push(r);return e})}}).pseudos.nth=x.pseudos.eq,{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})x.pseudos[e]=pe(e);for(e in{submit:!0,reset:!0})x.pseudos[e]=he(e);function me(){}function be(e){for(var t=0,n=e.length,r="";t<n;t++)r+=e[t].value;return r}function xe(s,e,t){var u=e.dir,l=e.next,c=l||u,f=t&&"parentNode"===c,d=r++;return e.first?function(e,t,n){while(e=e[u])if(1===e.nodeType||f)return s(e,t,n);return!1}:function(e,t,n){var r,i,o,a=[A,d];if(n){while(e=e[u])if((1===e.nodeType||f)&&s(e,t,n))return!0}else while(e=e[u])if(1===e.nodeType||f)if(i=(o=e[S]||(e[S]={}))[e.uniqueID]||(o[e.uniqueID]={}),l&&l===e.nodeName.toLowerCase())e=e[u]||e;else{if((r=i[c])&&r[0]===A&&r[1]===d)return a[2]=r[2];if((i[c]=a)[2]=s(e,t,n))return!0}return!1}}function we(i){return 1<i.length?function(e,t,n){var r=i.length;while(r--)if(!i[r](e,t,n))return!1;return!0}:i[0]}function Ce(e,t,n,r,i){for(var o,a=[],s=0,u=e.length,l=null!=t;s<u;s++)(o=e[s])&&(n&&!n(o,r,i)||(a.push(o),l&&t.push(s)));return a}function Te(p,h,g,v,y,e){return v&&!v[S]&&(v=Te(v)),y&&!y[S]&&(y=Te(y,e)),le(function(e,t,n,r){var i,o,a,s=[],u=[],l=t.length,c=e||function(e,t,n){for(var r=0,i=t.length;r<i;r++)se(e,t[r],n);return n}(h||"*",n.nodeType?[n]:n,[]),f=!p||!e&&h?c:Ce(c,s,p,n,r),d=g?y||(e?p:l||v)?[]:t:f;if(g&&g(f,d,n,r),v){i=Ce(d,u),v(i,[],n,r),o=i.length;while(o--)(a=i[o])&&(d[u[o]]=!(f[u[o]]=a))}if(e){if(y||p){if(y){i=[],o=d.length;while(o--)(a=d[o])&&i.push(f[o]=a);y(null,d=[],i,r)}o=d.length;while(o--)(a=d[o])&&-1<(i=y?H(e,a):s[o])&&(e[i]=!(t[i]=a))}}else d=Ce(d===t?d.splice(l,d.length):d),y?y(null,t,d,r):O.apply(t,d)})}function Ee(e){for(var i,t,n,r=e.length,o=x.relative[e[0].type],a=o||x.relative[" "],s=o?1:0,u=xe(function(e){return e===i},a,!0),l=xe(function(e){return-1<H(i,e)},a,!0),c=[function(e,t,n){var r=!o&&(n||t!==w)||((i=t).nodeType?u(e,t,n):l(e,t,n));return i=null,r}];s<r;s++)if(t=x.relative[e[s].type])c=[xe(we(c),t)];else{if((t=x.filter[e[s].type].apply(null,e[s].matches))[S]){for(n=++s;n<r;n++)if(x.relative[e[n].type])break;return Te(1<s&&we(c),1<s&&be(e.slice(0,s-1).concat({value:" "===e[s-2].type?"*":""})).replace($,"$1"),t,s<n&&Ee(e.slice(s,n)),n<r&&Ee(e=e.slice(n)),n<r&&be(e))}c.push(t)}return we(c)}return me.prototype=x.filters=x.pseudos,x.setFilters=new me,h=se.tokenize=function(e,t){var n,r,i,o,a,s,u,l=b[e+" "];if(l)return t?0:l.slice(0);a=e,s=[],u=x.preFilter;while(a){for(o in n&&!(r=z.exec(a))||(r&&(a=a.slice(r[0].length)||a),s.push(i=[])),n=!1,(r=_.exec(a))&&(n=r.shift(),i.push({value:n,type:r[0].replace($," ")}),a=a.slice(n.length)),x.filter)!(r=Q[o].exec(a))||u[o]&&!(r=u[o](r))||(n=r.shift(),i.push({value:n,type:o,matches:r}),a=a.slice(n.length));if(!n)break}return t?a.length:a?se.error(e):b(e,s).slice(0)},f=se.compile=function(e,t){var n,v,y,m,b,r,i=[],o=[],a=N[e+" "];if(!a){t||(t=h(e)),n=t.length;while(n--)(a=Ee(t[n]))[S]?i.push(a):o.push(a);(a=N(e,(v=o,m=0<(y=i).length,b=0<v.length,r=function(e,t,n,r,i){var o,a,s,u=0,l="0",c=e&&[],f=[],d=w,p=e||b&&x.find.TAG("*",i),h=A+=null==d?1:Math.random()||.1,g=p.length;for(i&&(w=t==T||t||i);l!==g&&null!=(o=p[l]);l++){if(b&&o){a=0,t||o.ownerDocument==T||(C(o),n=!E);while(s=v[a++])if(s(o,t||T,n)){r.push(o);break}i&&(A=h)}m&&((o=!s&&o)&&u--,e&&c.push(o))}if(u+=l,m&&l!==u){a=0;while(s=y[a++])s(c,f,t,n);if(e){if(0<u)while(l--)c[l]||f[l]||(f[l]=j.call(r));f=Ce(f)}O.apply(r,f),i&&!e&&0<f.length&&1<u+y.length&&se.uniqueSort(r)}return i&&(A=h,w=d),c},m?le(r):r))).selector=e}return a},g=se.select=function(e,t,n,r){var i,o,a,s,u,l="function"==typeof e&&e,c=!r&&h(e=l.selector||e);if(n=n||[],1===c.length){if(2<(o=c[0]=c[0].slice(0)).length&&"ID"===(a=o[0]).type&&9===t.nodeType&&E&&x.relative[o[1].type]){if(!(t=(x.find.ID(a.matches[0].replace(te,ne),t)||[])[0]))return n;l&&(t=t.parentNode),e=e.slice(o.shift().value.length)}i=Q.needsContext.test(e)?0:o.length;while(i--){if(a=o[i],x.relative[s=a.type])break;if((u=x.find[s])&&(r=u(a.matches[0].replace(te,ne),ee.test(o[0].type)&&ye(t.parentNode)||t))){if(o.splice(i,1),!(e=r.length&&be(o)))return O.apply(n,r),n;break}}}return(l||f(e,c))(r,t,!E,n,!t||ee.test(e)&&ye(t.parentNode)||t),n},p.sortStable=S.split("").sort(D).join("")===S,p.detectDuplicates=!!l,C(),p.sortDetached=ce(function(e){return 1&e.compareDocumentPosition(T.createElement("fieldset"))}),ce(function(e){return e.innerHTML="<a href='#'></a>","#"===e.firstChild.getAttribute("href")})||fe("type|href|height|width",function(e,t,n){if(!n)return e.getAttribute(t,"type"===t.toLowerCase()?1:2)}),p.attributes&&ce(function(e){return e.innerHTML="<input/>",e.firstChild.setAttribute("value",""),""===e.firstChild.getAttribute("value")})||fe("value",function(e,t,n){if(!n&&"input"===e.nodeName.toLowerCase())return e.defaultValue}),ce(function(e){return null==e.getAttribute("disabled")})||fe(I,function(e,t,n){var r;if(!n)return!0===e[t]?t.toLowerCase():(r=e.getAttributeNode(t))&&r.specified?r.value:null}),se}(g);E.find=p,E.expr=p.selectors,E.expr[":"]=E.expr.pseudos,E.uniqueSort=E.unique=p.uniqueSort,E.text=p.getText,E.isXMLDoc=p.isXML,E.contains=p.contains,E.escapeSelector=p.escape;var h=function(e,t,n){var r=[],i=void 0!==n;while((e=e[t])&&9!==e.nodeType)if(1===e.nodeType){if(i&&E(e).is(n))break;r.push(e)}return r},S=function(e,t){for(var n=[];e;e=e.nextSibling)1===e.nodeType&&e!==t&&n.push(e);return n},A=E.expr.match.needsContext;function N(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()}var k=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function D(e,n,r){return b(n)?E.grep(e,function(e,t){return!!n.call(e,t,e)!==r}):n.nodeType?E.grep(e,function(e){return e===n!==r}):"string"!=typeof n?E.grep(e,function(e){return-1<i.call(n,e)!==r}):E.filter(n,e,r)}E.filter=function(e,t,n){var r=t[0];return n&&(e=":not("+e+")"),1===t.length&&1===r.nodeType?E.find.matchesSelector(r,e)?[r]:[]:E.find.matches(e,E.grep(t,function(e){return 1===e.nodeType}))},E.fn.extend({find:function(e){var t,n,r=this.length,i=this;if("string"!=typeof e)return this.pushStack(E(e).filter(function(){for(t=0;t<r;t++)if(E.contains(i[t],this))return!0}));for(n=this.pushStack([]),t=0;t<r;t++)E.find(e,i[t],n);return 1<r?E.uniqueSort(n):n},filter:function(e){return this.pushStack(D(this,e||[],!1))},not:function(e){return this.pushStack(D(this,e||[],!0))},is:function(e){return!!D(this,"string"==typeof e&&A.test(e)?E(e):e||[],!1).length}});var L,j=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/;(E.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||L,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:j.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof E?t[0]:t,E.merge(this,E.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:w,!0)),k.test(r[1])&&E.isPlainObject(t))for(r in t)b(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=w.getElementById(r[2]))&&(this[0]=i,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):b(e)?void 0!==n.ready?n.ready(e):e(E):E.makeArray(e,this)}).prototype=E.fn,L=E(w);var q=/^(?:parents|prev(?:Until|All))/,O={children:!0,contents:!0,next:!0,prev:!0};function P(e,t){while((e=e[t])&&1!==e.nodeType);return e}E.fn.extend({has:function(e){var t=E(e,this),n=t.length;return this.filter(function(){for(var e=0;e<n;e++)if(E.contains(this,t[e]))return!0})},closest:function(e,t){var n,r=0,i=this.length,o=[],a="string"!=typeof e&&E(e);if(!A.test(e))for(;r<i;r++)for(n=this[r];n&&n!==t;n=n.parentNode)if(n.nodeType<11&&(a?-1<a.index(n):1===n.nodeType&&E.find.matchesSelector(n,e))){o.push(n);break}return this.pushStack(1<o.length?E.uniqueSort(o):o)},index:function(e){return e?"string"==typeof e?i.call(E(e),this[0]):i.call(this,e.jquery?e[0]:e):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){return this.pushStack(E.uniqueSort(E.merge(this.get(),E(e,t))))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}}),E.each({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return h(e,"parentNode")},parentsUntil:function(e,t,n){return h(e,"parentNode",n)},next:function(e){return P(e,"nextSibling")},prev:function(e){return P(e,"previousSibling")},nextAll:function(e){return h(e,"nextSibling")},prevAll:function(e){return h(e,"previousSibling")},nextUntil:function(e,t,n){return h(e,"nextSibling",n)},prevUntil:function(e,t,n){return h(e,"previousSibling",n)},siblings:function(e){return S((e.parentNode||{}).firstChild,e)},children:function(e){return S(e.firstChild)},contents:function(e){return null!=e.contentDocument&&r(e.contentDocument)?e.contentDocument:(N(e,"template")&&(e=e.content||e),E.merge([],e.childNodes))}},function(r,i){E.fn[r]=function(e,t){var n=E.map(this,i,e);return"Until"!==r.slice(-5)&&(t=e),t&&"string"==typeof t&&(n=E.filter(t,n)),1<this.length&&(O[r]||E.uniqueSort(n),q.test(r)&&n.reverse()),this.pushStack(n)}});var H=/[^\x20\t\r\n\f]+/g;function I(e){return e}function R(e){throw e}function B(e,t,n,r){var i;try{e&&b(i=e.promise)?i.call(e).done(t).fail(n):e&&b(i=e.then)?i.call(e,t,n):t.apply(void 0,[e].slice(r))}catch(e){n.apply(void 0,[e])}}E.Callbacks=function(r){var e,n;r="string"==typeof r?(e=r,n={},E.each(e.match(H)||[],function(e,t){n[t]=!0}),n):E.extend({},r);var i,t,o,a,s=[],u=[],l=-1,c=function(){for(a=a||r.once,o=i=!0;u.length;l=-1){t=u.shift();while(++l<s.length)!1===s[l].apply(t[0],t[1])&&r.stopOnFalse&&(l=s.length,t=!1)}r.memory||(t=!1),i=!1,a&&(s=t?[]:"")},f={add:function(){return s&&(t&&!i&&(l=s.length-1,u.push(t)),function n(e){E.each(e,function(e,t){b(t)?r.unique&&f.has(t)||s.push(t):t&&t.length&&"string"!==T(t)&&n(t)})}(arguments),t&&!i&&c()),this},remove:function(){return E.each(arguments,function(e,t){var n;while(-1<(n=E.inArray(t,s,n)))s.splice(n,1),n<=l&&l--}),this},has:function(e){return e?-1<E.inArray(e,s):0<s.length},empty:function(){return s&&(s=[]),this},disable:function(){return a=u=[],s=t="",this},disabled:function(){return!s},lock:function(){return a=u=[],t||i||(s=t=""),this},locked:function(){return!!a},fireWith:function(e,t){return a||(t=[e,(t=t||[]).slice?t.slice():t],u.push(t),i||c()),this},fire:function(){return f.fireWith(this,arguments),this},fired:function(){return!!o}};return f},E.extend({Deferred:function(e){var o=[["notify","progress",E.Callbacks("memory"),E.Callbacks("memory"),2],["resolve","done",E.Callbacks("once memory"),E.Callbacks("once memory"),0,"resolved"],["reject","fail",E.Callbacks("once memory"),E.Callbacks("once memory"),1,"rejected"]],i="pending",a={state:function(){return i},always:function(){return s.done(arguments).fail(arguments),this},"catch":function(e){return a.then(null,e)},pipe:function(){var i=arguments;return E.Deferred(function(r){E.each(o,function(e,t){var n=b(i[t[4]])&&i[t[4]];s[t[1]](function(){var e=n&&n.apply(this,arguments);e&&b(e.promise)?e.promise().progress(r.notify).done(r.resolve).fail(r.reject):r[t[0]+"With"](this,n?[e]:arguments)})}),i=null}).promise()},then:function(t,n,r){var u=0;function l(i,o,a,s){return function(){var n=this,r=arguments,e=function(){var e,t;if(!(i<u)){if((e=a.apply(n,r))===o.promise())throw new TypeError("Thenable self-resolution");t=e&&("object"==typeof e||"function"==typeof e)&&e.then,b(t)?s?t.call(e,l(u,o,I,s),l(u,o,R,s)):(u++,t.call(e,l(u,o,I,s),l(u,o,R,s),l(u,o,I,o.notifyWith))):(a!==I&&(n=void 0,r=[e]),(s||o.resolveWith)(n,r))}},t=s?e:function(){try{e()}catch(e){E.Deferred.exceptionHook&&E.Deferred.exceptionHook(e,t.stackTrace),u<=i+1&&(a!==R&&(n=void 0,r=[e]),o.rejectWith(n,r))}};i?t():(E.Deferred.getStackHook&&(t.stackTrace=E.Deferred.getStackHook()),g.setTimeout(t))}}return E.Deferred(function(e){o[0][3].add(l(0,e,b(r)?r:I,e.notifyWith)),o[1][3].add(l(0,e,b(t)?t:I)),o[2][3].add(l(0,e,b(n)?n:R))}).promise()},promise:function(e){return null!=e?E.extend(e,a):a}},s={};return E.each(o,function(e,t){var n=t[2],r=t[5];a[t[1]]=n.add,r&&n.add(function(){i=r},o[3-e][2].disable,o[3-e][3].disable,o[0][2].lock,o[0][3].lock),n.add(t[3].fire),s[t[0]]=function(){return s[t[0]+"With"](this===s?void 0:this,arguments),this},s[t[0]+"With"]=n.fireWith}),a.promise(s),e&&e.call(s,s),s},when:function(e){var n=arguments.length,t=n,r=Array(t),i=s.call(arguments),o=E.Deferred(),a=function(t){return function(e){r[t]=this,i[t]=1<arguments.length?s.call(arguments):e,--n||o.resolveWith(r,i)}};if(n<=1&&(B(e,o.done(a(t)).resolve,o.reject,!n),"pending"===o.state()||b(i[t]&&i[t].then)))return o.then();while(t--)B(i[t],a(t),o.reject);return o.promise()}});var M=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;E.Deferred.exceptionHook=function(e,t){g.console&&g.console.warn&&e&&M.test(e.name)&&g.console.warn("jQuery.Deferred exception: "+e.message,e.stack,t)},E.readyException=function(e){g.setTimeout(function(){throw e})};var W=E.Deferred();function F(){w.removeEventListener("DOMContentLoaded",F),g.removeEventListener("load",F),E.ready()}E.fn.ready=function(e){return W.then(e)["catch"](function(e){E.readyException(e)}),this},E.extend({isReady:!1,readyWait:1,ready:function(e){(!0===e?--E.readyWait:E.isReady)||(E.isReady=!0)!==e&&0<--E.readyWait||W.resolveWith(w,[E])}}),E.ready.then=W.then,"complete"===w.readyState||"loading"!==w.readyState&&!w.documentElement.doScroll?g.setTimeout(E.ready):(w.addEventListener("DOMContentLoaded",F),g.addEventListener("load",F));var $=function(e,t,n,r,i,o,a){var s=0,u=e.length,l=null==n;if("object"===T(n))for(s in i=!0,n)$(e,t,s,n[s],!0,o,a);else if(void 0!==r&&(i=!0,b(r)||(a=!0),l&&(a?(t.call(e,r),t=null):(l=t,t=function(e,t,n){return l.call(E(e),n)})),t))for(;s<u;s++)t(e[s],n,a?r:r.call(e[s],s,t(e[s],n)));return i?e:l?t.call(e):u?t(e[0],n):o},z=/^-ms-/,_=/-([a-z])/g;function U(e,t){return t.toUpperCase()}function V(e){return e.replace(z,"ms-").replace(_,U)}var X=function(e){return 1===e.nodeType||9===e.nodeType||!+e.nodeType};function Q(){this.expando=E.expando+Q.uid++}Q.uid=1,Q.prototype={cache:function(e){var t=e[this.expando];return t||(t={},X(e)&&(e.nodeType?e[this.expando]=t:Object.defineProperty(e,this.expando,{value:t,configurable:!0}))),t},set:function(e,t,n){var r,i=this.cache(e);if("string"==typeof t)i[V(t)]=n;else for(r in t)i[V(r)]=t[r];return i},get:function(e,t){return void 0===t?this.cache(e):e[this.expando]&&e[this.expando][V(t)]},access:function(e,t,n){return void 0===t||t&&"string"==typeof t&&void 0===n?this.get(e,t):(this.set(e,t,n),void 0!==n?n:t)},remove:function(e,t){var n,r=e[this.expando];if(void 0!==r){if(void 0!==t){n=(t=Array.isArray(t)?t.map(V):(t=V(t))in r?[t]:t.match(H)||[]).length;while(n--)delete r[t[n]]}(void 0===t||E.isEmptyObject(r))&&(e.nodeType?e[this.expando]=void 0:delete e[this.expando])}},hasData:function(e){var t=e[this.expando];return void 0!==t&&!E.isEmptyObject(t)}};var Y=new Q,G=new Q,K=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,J=/[A-Z]/g;function Z(e,t,n){var r,i;if(void 0===n&&1===e.nodeType)if(r="data-"+t.replace(J,"-$&").toLowerCase(),"string"==typeof(n=e.getAttribute(r))){try{n="true"===(i=n)||"false"!==i&&("null"===i?null:i===+i+""?+i:K.test(i)?JSON.parse(i):i)}catch(e){}G.set(e,t,n)}else n=void 0;return n}E.extend({hasData:function(e){return G.hasData(e)||Y.hasData(e)},data:function(e,t,n){return G.access(e,t,n)},removeData:function(e,t){G.remove(e,t)},_data:function(e,t,n){return Y.access(e,t,n)},_removeData:function(e,t){Y.remove(e,t)}}),E.fn.extend({data:function(n,e){var t,r,i,o=this[0],a=o&&o.attributes;if(void 0===n){if(this.length&&(i=G.get(o),1===o.nodeType&&!Y.get(o,"hasDataAttrs"))){t=a.length;while(t--)a[t]&&0===(r=a[t].name).indexOf("data-")&&(r=V(r.slice(5)),Z(o,r,i[r]));Y.set(o,"hasDataAttrs",!0)}return i}return"object"==typeof n?this.each(function(){G.set(this,n)}):$(this,function(e){var t;if(o&&void 0===e)return void 0!==(t=G.get(o,n))?t:void 0!==(t=Z(o,n))?t:void 0;this.each(function(){G.set(this,n,e)})},null,e,1<arguments.length,null,!0)},removeData:function(e){return this.each(function(){G.remove(this,e)})}}),E.extend({queue:function(e,t,n){var r;if(e)return t=(t||"fx")+"queue",r=Y.get(e,t),n&&(!r||Array.isArray(n)?r=Y.access(e,t,E.makeArray(n)):r.push(n)),r||[]},dequeue:function(e,t){t=t||"fx";var n=E.queue(e,t),r=n.length,i=n.shift(),o=E._queueHooks(e,t);"inprogress"===i&&(i=n.shift(),r--),i&&("fx"===t&&n.unshift("inprogress"),delete o.stop,i.call(e,function(){E.dequeue(e,t)},o)),!r&&o&&o.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return Y.get(e,n)||Y.access(e,n,{empty:E.Callbacks("once memory").add(function(){Y.remove(e,[t+"queue",n])})})}}),E.fn.extend({queue:function(t,n){var e=2;return"string"!=typeof t&&(n=t,t="fx",e--),arguments.length<e?E.queue(this[0],t):void 0===n?this:this.each(function(){var e=E.queue(this,t,n);E._queueHooks(this,t),"fx"===t&&"inprogress"!==e[0]&&E.dequeue(this,t)})},dequeue:function(e){return this.each(function(){E.dequeue(this,e)})},clearQueue:function(e){return this.queue(e||"fx",[])},promise:function(e,t){var n,r=1,i=E.Deferred(),o=this,a=this.length,s=function(){--r||i.resolveWith(o,[o])};"string"!=typeof e&&(t=e,e=void 0),e=e||"fx";while(a--)(n=Y.get(o[a],e+"queueHooks"))&&n.empty&&(r++,n.empty.add(s));return s(),i.promise(t)}});var ee=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,te=new RegExp("^(?:([+-])=|)("+ee+")([a-z%]*)$","i"),ne=["Top","Right","Bottom","Left"],re=w.documentElement,ie=function(e){return E.contains(e.ownerDocument,e)},oe={composed:!0};re.getRootNode&&(ie=function(e){return E.contains(e.ownerDocument,e)||e.getRootNode(oe)===e.ownerDocument});var ae=function(e,t){return"none"===(e=t||e).style.display||""===e.style.display&&ie(e)&&"none"===E.css(e,"display")};var se={};function ue(e,t){for(var n,r,i,o,a,s,u,l=[],c=0,f=e.length;c<f;c++)(r=e[c]).style&&(n=r.style.display,t?("none"===n&&(l[c]=Y.get(r,"display")||null,l[c]||(r.style.display="")),""===r.style.display&&ae(r)&&(l[c]=(u=a=o=void 0,a=(i=r).ownerDocument,s=i.nodeName,(u=se[s])||(o=a.body.appendChild(a.createElement(s)),u=E.css(o,"display"),o.parentNode.removeChild(o),"none"===u&&(u="block"),se[s]=u)))):"none"!==n&&(l[c]="none",Y.set(r,"display",n)));for(c=0;c<f;c++)null!=l[c]&&(e[c].style.display=l[c]);return e}E.fn.extend({show:function(){return ue(this,!0)},hide:function(){return ue(this)},toggle:function(e){return"boolean"==typeof e?e?this.show():this.hide():this.each(function(){ae(this)?E(this).show():E(this).hide()})}});var le,ce,fe=/^(?:checkbox|radio)$/i,de=/<([a-z][^\/\0>\x20\t\r\n\f]*)/i,pe=/^$|^module$|\/(?:java|ecma)script/i;le=w.createDocumentFragment().appendChild(w.createElement("div")),(ce=w.createElement("input")).setAttribute("type","radio"),ce.setAttribute("checked","checked"),ce.setAttribute("name","t"),le.appendChild(ce),m.checkClone=le.cloneNode(!0).cloneNode(!0).lastChild.checked,le.innerHTML="<textarea>x</textarea>",m.noCloneChecked=!!le.cloneNode(!0).lastChild.defaultValue,le.innerHTML="<option></option>",m.option=!!le.lastChild;var he={thead:[1,"<table>","</table>"],col:[2,"<table><colgroup>","</colgroup></table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:[0,"",""]};function ge(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&N(e,t)?E.merge([e],n):n}function ve(e,t){for(var n=0,r=e.length;n<r;n++)Y.set(e[n],"globalEval",!t||Y.get(t[n],"globalEval"))}he.tbody=he.tfoot=he.colgroup=he.caption=he.thead,he.th=he.td,m.option||(he.optgroup=he.option=[1,"<select multiple='multiple'>","</select>"]);var ye=/<|&#?\w+;/;function me(e,t,n,r,i){for(var o,a,s,u,l,c,f=t.createDocumentFragment(),d=[],p=0,h=e.length;p<h;p++)if((o=e[p])||0===o)if("object"===T(o))E.merge(d,o.nodeType?[o]:o);else if(ye.test(o)){a=a||f.appendChild(t.createElement("div")),s=(de.exec(o)||["",""])[1].toLowerCase(),u=he[s]||he._default,a.innerHTML=u[1]+E.htmlPrefilter(o)+u[2],c=u[0];while(c--)a=a.lastChild;E.merge(d,a.childNodes),(a=f.firstChild).textContent=""}else d.push(t.createTextNode(o));f.textContent="",p=0;while(o=d[p++])if(r&&-1<E.inArray(o,r))i&&i.push(o);else if(l=ie(o),a=ge(f.appendChild(o),"script"),l&&ve(a),n){c=0;while(o=a[c++])pe.test(o.type||"")&&n.push(o)}return f}var be=/^([^.]*)(?:\.(.+)|)/;function xe(){return!0}function we(){return!1}function Ce(e,t){return e===function(){try{return w.activeElement}catch(e){}}()==("focus"===t)}function Te(e,t,n,r,i,o){var a,s;if("object"==typeof t){for(s in"string"!=typeof n&&(r=r||n,n=void 0),t)Te(e,s,n,r,t[s],o);return e}if(null==r&&null==i?(i=n,r=n=void 0):null==i&&("string"==typeof n?(i=r,r=void 0):(i=r,r=n,n=void 0)),!1===i)i=we;else if(!i)return e;return 1===o&&(a=i,(i=function(e){return E().off(e),a.apply(this,arguments)}).guid=a.guid||(a.guid=E.guid++)),e.each(function(){E.event.add(this,t,i,r,n)})}function Ee(e,i,o){o?(Y.set(e,i,!1),E.event.add(e,i,{namespace:!1,handler:function(e){var t,n,r=Y.get(this,i);if(1&e.isTrigger&&this[i]){if(r.length)(E.event.special[i]||{}).delegateType&&e.stopPropagation();else if(r=s.call(arguments),Y.set(this,i,r),t=o(this,i),this[i](),r!==(n=Y.get(this,i))||t?Y.set(this,i,!1):n={},r!==n)return e.stopImmediatePropagation(),e.preventDefault(),n&&n.value}else r.length&&(Y.set(this,i,{value:E.event.trigger(E.extend(r[0],E.Event.prototype),r.slice(1),this)}),e.stopImmediatePropagation())}})):void 0===Y.get(e,i)&&E.event.add(e,i,xe)}E.event={global:{},add:function(t,e,n,r,i){var o,a,s,u,l,c,f,d,p,h,g,v=Y.get(t);if(X(t)){n.handler&&(n=(o=n).handler,i=o.selector),i&&E.find.matchesSelector(re,i),n.guid||(n.guid=E.guid++),(u=v.events)||(u=v.events=Object.create(null)),(a=v.handle)||(a=v.handle=function(e){return"undefined"!=typeof E&&E.event.triggered!==e.type?E.event.dispatch.apply(t,arguments):void 0}),l=(e=(e||"").match(H)||[""]).length;while(l--)p=g=(s=be.exec(e[l])||[])[1],h=(s[2]||"").split(".").sort(),p&&(f=E.event.special[p]||{},p=(i?f.delegateType:f.bindType)||p,f=E.event.special[p]||{},c=E.extend({type:p,origType:g,data:r,handler:n,guid:n.guid,selector:i,needsContext:i&&E.expr.match.needsContext.test(i),namespace:h.join(".")},o),(d=u[p])||((d=u[p]=[]).delegateCount=0,f.setup&&!1!==f.setup.call(t,r,h,a)||t.addEventListener&&t.addEventListener(p,a)),f.add&&(f.add.call(t,c),c.handler.guid||(c.handler.guid=n.guid)),i?d.splice(d.delegateCount++,0,c):d.push(c),E.event.global[p]=!0)}},remove:function(e,t,n,r,i){var o,a,s,u,l,c,f,d,p,h,g,v=Y.hasData(e)&&Y.get(e);if(v&&(u=v.events)){l=(t=(t||"").match(H)||[""]).length;while(l--)if(p=g=(s=be.exec(t[l])||[])[1],h=(s[2]||"").split(".").sort(),p){f=E.event.special[p]||{},d=u[p=(r?f.delegateType:f.bindType)||p]||[],s=s[2]&&new RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"),a=o=d.length;while(o--)c=d[o],!i&&g!==c.origType||n&&n.guid!==c.guid||s&&!s.test(c.namespace)||r&&r!==c.selector&&("**"!==r||!c.selector)||(d.splice(o,1),c.selector&&d.delegateCount--,f.remove&&f.remove.call(e,c));a&&!d.length&&(f.teardown&&!1!==f.teardown.call(e,h,v.handle)||E.removeEvent(e,p,v.handle),delete u[p])}else for(p in u)E.event.remove(e,p+t[l],n,r,!0);E.isEmptyObject(u)&&Y.remove(e,"handle events")}},dispatch:function(e){var t,n,r,i,o,a,s=new Array(arguments.length),u=E.event.fix(e),l=(Y.get(this,"events")||Object.create(null))[u.type]||[],c=E.event.special[u.type]||{};for(s[0]=u,t=1;t<arguments.length;t++)s[t]=arguments[t];if(u.delegateTarget=this,!c.preDispatch||!1!==c.preDispatch.call(this,u)){a=E.event.handlers.call(this,u,l),t=0;while((i=a[t++])&&!u.isPropagationStopped()){u.currentTarget=i.elem,n=0;while((o=i.handlers[n++])&&!u.isImmediatePropagationStopped())u.rnamespace&&!1!==o.namespace&&!u.rnamespace.test(o.namespace)||(u.handleObj=o,u.data=o.data,void 0!==(r=((E.event.special[o.origType]||{}).handle||o.handler).apply(i.elem,s))&&!1===(u.result=r)&&(u.preventDefault(),u.stopPropagation()))}return c.postDispatch&&c.postDispatch.call(this,u),u.result}},handlers:function(e,t){var n,r,i,o,a,s=[],u=t.delegateCount,l=e.target;if(u&&l.nodeType&&!("click"===e.type&&1<=e.button))for(;l!==this;l=l.parentNode||this)if(1===l.nodeType&&("click"!==e.type||!0!==l.disabled)){for(o=[],a={},n=0;n<u;n++)void 0===a[i=(r=t[n]).selector+" "]&&(a[i]=r.needsContext?-1<E(i,this).index(l):E.find(i,this,null,[l]).length),a[i]&&o.push(r);o.length&&s.push({elem:l,handlers:o})}return l=this,u<t.length&&s.push({elem:l,handlers:t.slice(u)}),s},addProp:function(t,e){Object.defineProperty(E.Event.prototype,t,{enumerable:!0,configurable:!0,get:b(e)?function(){if(this.originalEvent)return e(this.originalEvent)}:function(){if(this.originalEvent)return this.originalEvent[t]},set:function(e){Object.defineProperty(this,t,{enumerable:!0,configurable:!0,writable:!0,value:e})}})},fix:function(e){return e[E.expando]?e:new E.Event(e)},special:{load:{noBubble:!0},click:{setup:function(e){var t=this||e;return fe.test(t.type)&&t.click&&N(t,"input")&&Ee(t,"click",xe),!1},trigger:function(e){var t=this||e;return fe.test(t.type)&&t.click&&N(t,"input")&&Ee(t,"click"),!0},_default:function(e){var t=e.target;return fe.test(t.type)&&t.click&&N(t,"input")&&Y.get(t,"click")||N(t,"a")}},beforeunload:{postDispatch:function(e){void 0!==e.result&&e.originalEvent&&(e.originalEvent.returnValue=e.result)}}}},E.removeEvent=function(e,t,n){e.removeEventListener&&e.removeEventListener(t,n)},E.Event=function(e,t){if(!(this instanceof E.Event))return new E.Event(e,t);e&&e.type?(this.originalEvent=e,this.type=e.type,this.isDefaultPrevented=e.defaultPrevented||void 0===e.defaultPrevented&&!1===e.returnValue?xe:we,this.target=e.target&&3===e.target.nodeType?e.target.parentNode:e.target,this.currentTarget=e.currentTarget,this.relatedTarget=e.relatedTarget):this.type=e,t&&E.extend(this,t),this.timeStamp=e&&e.timeStamp||Date.now(),this[E.expando]=!0},E.Event.prototype={constructor:E.Event,isDefaultPrevented:we,isPropagationStopped:we,isImmediatePropagationStopped:we,isSimulated:!1,preventDefault:function(){var e=this.originalEvent;this.isDefaultPrevented=xe,e&&!this.isSimulated&&e.preventDefault()},stopPropagation:function(){var e=this.originalEvent;this.isPropagationStopped=xe,e&&!this.isSimulated&&e.stopPropagation()},stopImmediatePropagation:function(){var e=this.originalEvent;this.isImmediatePropagationStopped=xe,e&&!this.isSimulated&&e.stopImmediatePropagation(),this.stopPropagation()}},E.each({altKey:!0,bubbles:!0,cancelable:!0,changedTouches:!0,ctrlKey:!0,detail:!0,eventPhase:!0,metaKey:!0,pageX:!0,pageY:!0,shiftKey:!0,view:!0,"char":!0,code:!0,charCode:!0,key:!0,keyCode:!0,button:!0,buttons:!0,clientX:!0,clientY:!0,offsetX:!0,offsetY:!0,pointerId:!0,pointerType:!0,screenX:!0,screenY:!0,targetTouches:!0,toElement:!0,touches:!0,which:!0},E.event.addProp),E.each({focus:"focusin",blur:"focusout"},function(t,e){E.event.special[t]={setup:function(){return Ee(this,t,Ce),!1},trigger:function(){return Ee(this,t),!0},_default:function(e){return Y.get(e.target,t)},delegateType:e}}),E.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},function(e,i){E.event.special[e]={delegateType:i,bindType:i,handle:function(e){var t,n=e.relatedTarget,r=e.handleObj;return n&&(n===this||E.contains(this,n))||(e.type=r.origType,t=r.handler.apply(this,arguments),e.type=i),t}}}),E.fn.extend({on:function(e,t,n,r){return Te(this,e,t,n,r)},one:function(e,t,n,r){return Te(this,e,t,n,r,1)},off:function(e,t,n){var r,i;if(e&&e.preventDefault&&e.handleObj)return r=e.handleObj,E(e.delegateTarget).off(r.namespace?r.origType+"."+r.namespace:r.origType,r.selector,r.handler),this;if("object"==typeof e){for(i in e)this.off(i,t,e[i]);return this}return!1!==t&&"function"!=typeof t||(n=t,t=void 0),!1===n&&(n=we),this.each(function(){E.event.remove(this,e,n,t)})}});var Se=/<script|<style|<link/i,Ae=/checked\s*(?:[^=]|=\s*.checked.)/i,Ne=/^\s*<!\[CDATA\[|\]\]>\s*$/g;function ke(e,t){return N(e,"table")&&N(11!==t.nodeType?t:t.firstChild,"tr")&&E(e).children("tbody")[0]||e}function De(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function Le(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function je(e,t){var n,r,i,o,a,s;if(1===t.nodeType){if(Y.hasData(e)&&(s=Y.get(e).events))for(i in Y.remove(t,"handle events"),s)for(n=0,r=s[i].length;n<r;n++)E.event.add(t,i,s[i][n]);G.hasData(e)&&(o=G.access(e),a=E.extend({},o),G.set(t,a))}}function qe(n,r,i,o){r=v(r);var e,t,a,s,u,l,c=0,f=n.length,d=f-1,p=r[0],h=b(p);if(h||1<f&&"string"==typeof p&&!m.checkClone&&Ae.test(p))return n.each(function(e){var t=n.eq(e);h&&(r[0]=p.call(this,e,t.html())),qe(t,r,i,o)});if(f&&(t=(e=me(r,n[0].ownerDocument,!1,n,o)).firstChild,1===e.childNodes.length&&(e=t),t||o)){for(s=(a=E.map(ge(e,"script"),De)).length;c<f;c++)u=e,c!==d&&(u=E.clone(u,!0,!0),s&&E.merge(a,ge(u,"script"))),i.call(n[c],u,c);if(s)for(l=a[a.length-1].ownerDocument,E.map(a,Le),c=0;c<s;c++)u=a[c],pe.test(u.type||"")&&!Y.access(u,"globalEval")&&E.contains(l,u)&&(u.src&&"module"!==(u.type||"").toLowerCase()?E._evalUrl&&!u.noModule&&E._evalUrl(u.src,{nonce:u.nonce||u.getAttribute("nonce")},l):C(u.textContent.replace(Ne,""),u,l))}return n}function Oe(e,t,n){for(var r,i=t?E.filter(t,e):e,o=0;null!=(r=i[o]);o++)n||1!==r.nodeType||E.cleanData(ge(r)),r.parentNode&&(n&&ie(r)&&ve(ge(r,"script")),r.parentNode.removeChild(r));return e}E.extend({htmlPrefilter:function(e){return e},clone:function(e,t,n){var r,i,o,a,s,u,l,c=e.cloneNode(!0),f=ie(e);if(!(m.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||E.isXMLDoc(e)))for(a=ge(c),r=0,i=(o=ge(e)).length;r<i;r++)s=o[r],u=a[r],void 0,"input"===(l=u.nodeName.toLowerCase())&&fe.test(s.type)?u.checked=s.checked:"input"!==l&&"textarea"!==l||(u.defaultValue=s.defaultValue);if(t)if(n)for(o=o||ge(e),a=a||ge(c),r=0,i=o.length;r<i;r++)je(o[r],a[r]);else je(e,c);return 0<(a=ge(c,"script")).length&&ve(a,!f&&ge(e,"script")),c},cleanData:function(e){for(var t,n,r,i=E.event.special,o=0;void 0!==(n=e[o]);o++)if(X(n)){if(t=n[Y.expando]){if(t.events)for(r in t.events)i[r]?E.event.remove(n,r):E.removeEvent(n,r,t.handle);n[Y.expando]=void 0}n[G.expando]&&(n[G.expando]=void 0)}}}),E.fn.extend({detach:function(e){return Oe(this,e,!0)},remove:function(e){return Oe(this,e)},text:function(e){return $(this,function(e){return void 0===e?E.text(this):this.empty().each(function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=e)})},null,e,arguments.length)},append:function(){return qe(this,arguments,function(e){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||ke(this,e).appendChild(e)})},prepend:function(){return qe(this,arguments,function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=ke(this,e);t.insertBefore(e,t.firstChild)}})},before:function(){return qe(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this)})},after:function(){return qe(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)})},empty:function(){for(var e,t=0;null!=(e=this[t]);t++)1===e.nodeType&&(E.cleanData(ge(e,!1)),e.textContent="");return this},clone:function(e,t){return e=null!=e&&e,t=null==t?e:t,this.map(function(){return E.clone(this,e,t)})},html:function(e){return $(this,function(e){var t=this[0]||{},n=0,r=this.length;if(void 0===e&&1===t.nodeType)return t.innerHTML;if("string"==typeof e&&!Se.test(e)&&!he[(de.exec(e)||["",""])[1].toLowerCase()]){e=E.htmlPrefilter(e);try{for(;n<r;n++)1===(t=this[n]||{}).nodeType&&(E.cleanData(ge(t,!1)),t.innerHTML=e);t=0}catch(e){}}t&&this.empty().append(e)},null,e,arguments.length)},replaceWith:function(){var n=[];return qe(this,arguments,function(e){var t=this.parentNode;E.inArray(this,n)<0&&(E.cleanData(ge(this)),t&&t.replaceChild(e,this))},n)}}),E.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(e,a){E.fn[e]=function(e){for(var t,n=[],r=E(e),i=r.length-1,o=0;o<=i;o++)t=o===i?this:this.clone(!0),E(r[o])[a](t),u.apply(n,t.get());return this.pushStack(n)}});var Pe=new RegExp("^("+ee+")(?!px)[a-z%]+$","i"),He=/^--/,Ie=function(e){var t=e.ownerDocument.defaultView;return t&&t.opener||(t=g),t.getComputedStyle(e)},Re=function(e,t,n){var r,i,o={};for(i in t)o[i]=e.style[i],e.style[i]=t[i];for(i in r=n.call(e),t)e.style[i]=o[i];return r},Be=new RegExp(ne.join("|"),"i"),Me="[\\x20\\t\\r\\n\\f]",We=new RegExp("^"+Me+"+|((?:^|[^\\\\])(?:\\\\.)*)"+Me+"+$","g");function Fe(e,t,n){var r,i,o,a,s=He.test(t),u=e.style;return(n=n||Ie(e))&&(a=n.getPropertyValue(t)||n[t],s&&a&&(a=a.replace(We,"$1")||void 0),""!==a||ie(e)||(a=E.style(e,t)),!m.pixelBoxStyles()&&Pe.test(a)&&Be.test(t)&&(r=u.width,i=u.minWidth,o=u.maxWidth,u.minWidth=u.maxWidth=u.width=a,a=n.width,u.width=r,u.minWidth=i,u.maxWidth=o)),void 0!==a?a+"":a}function $e(e,t){return{get:function(){if(!e())return(this.get=t).apply(this,arguments);delete this.get}}}!function(){function e(){if(l){u.style.cssText="position:absolute;left:-11111px;width:60px;margin-top:1px;padding:0;border:0",l.style.cssText="position:relative;display:block;box-sizing:border-box;overflow:scroll;margin:auto;border:1px;padding:1px;width:60%;top:1%",re.appendChild(u).appendChild(l);var e=g.getComputedStyle(l);n="1%"!==e.top,s=12===t(e.marginLeft),l.style.right="60%",o=36===t(e.right),r=36===t(e.width),l.style.position="absolute",i=12===t(l.offsetWidth/3),re.removeChild(u),l=null}}function t(e){return Math.round(parseFloat(e))}var n,r,i,o,a,s,u=w.createElement("div"),l=w.createElement("div");l.style&&(l.style.backgroundClip="content-box",l.cloneNode(!0).style.backgroundClip="",m.clearCloneStyle="content-box"===l.style.backgroundClip,E.extend(m,{boxSizingReliable:function(){return e(),r},pixelBoxStyles:function(){return e(),o},pixelPosition:function(){return e(),n},reliableMarginLeft:function(){return e(),s},scrollboxSize:function(){return e(),i},reliableTrDimensions:function(){var e,t,n,r;return null==a&&(e=w.createElement("table"),t=w.createElement("tr"),n=w.createElement("div"),e.style.cssText="position:absolute;left:-11111px;border-collapse:separate",t.style.cssText="border:1px solid",t.style.height="1px",n.style.height="9px",n.style.display="block",re.appendChild(e).appendChild(t).appendChild(n),r=g.getComputedStyle(t),a=parseInt(r.height,10)+parseInt(r.borderTopWidth,10)+parseInt(r.borderBottomWidth,10)===t.offsetHeight,re.removeChild(e)),a}}))}();var ze=["Webkit","Moz","ms"],_e=w.createElement("div").style,Ue={};function Ve(e){var t=E.cssProps[e]||Ue[e];return t||(e in _e?e:Ue[e]=function(e){var t=e[0].toUpperCase()+e.slice(1),n=ze.length;while(n--)if((e=ze[n]+t)in _e)return e}(e)||e)}var Xe,Qe,Ye=/^(none|table(?!-c[ea]).+)/,Ge={position:"absolute",visibility:"hidden",display:"block"},Ke={letterSpacing:"0",fontWeight:"400"};function Je(e,t,n){var r=te.exec(t);return r?Math.max(0,r[2]-(n||0))+(r[3]||"px"):t}function Ze(e,t,n,r,i,o){var a="width"===t?1:0,s=0,u=0;if(n===(r?"border":"content"))return 0;for(;a<4;a+=2)"margin"===n&&(u+=E.css(e,n+ne[a],!0,i)),r?("content"===n&&(u-=E.css(e,"padding"+ne[a],!0,i)),"margin"!==n&&(u-=E.css(e,"border"+ne[a]+"Width",!0,i))):(u+=E.css(e,"padding"+ne[a],!0,i),"padding"!==n?u+=E.css(e,"border"+ne[a]+"Width",!0,i):s+=E.css(e,"border"+ne[a]+"Width",!0,i));return!r&&0<=o&&(u+=Math.max(0,Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-o-u-s-.5))||0),u}function et(e,t,n){var r=Ie(e),i=(!m.boxSizingReliable()||n)&&"border-box"===E.css(e,"boxSizing",!1,r),o=i,a=Fe(e,t,r),s="offset"+t[0].toUpperCase()+t.slice(1);if(Pe.test(a)){if(!n)return a;a="auto"}return(!m.boxSizingReliable()&&i||!m.reliableTrDimensions()&&N(e,"tr")||"auto"===a||!parseFloat(a)&&"inline"===E.css(e,"display",!1,r))&&e.getClientRects().length&&(i="border-box"===E.css(e,"boxSizing",!1,r),(o=s in e)&&(a=e[s])),(a=parseFloat(a)||0)+Ze(e,t,n||(i?"border":"content"),o,r,a)+"px"}E.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=Fe(e,"opacity");return""===n?"1":n}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,gridArea:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnStart:!0,gridRow:!0,gridRowEnd:!0,gridRowStart:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{},style:function(e,t,n,r){if(e&&3!==e.nodeType&&8!==e.nodeType&&e.style){var i,o,a,s=V(t),u=He.test(t),l=e.style;if(u||(t=Ve(s)),a=E.cssHooks[t]||E.cssHooks[s],void 0===n)return a&&"get"in a&&void 0!==(i=a.get(e,!1,r))?i:l[t];"string"===(o=typeof n)&&(i=te.exec(n))&&i[1]&&(n=function(e,t,n,r){var i,o,a=20,s=r?function(){return r.cur()}:function(){return E.css(e,t,"")},u=s(),l=n&&n[3]||(E.cssNumber[t]?"":"px"),c=e.nodeType&&(E.cssNumber[t]||"px"!==l&&+u)&&te.exec(E.css(e,t));if(c&&c[3]!==l){u/=2,l=l||c[3],c=+u||1;while(a--)E.style(e,t,c+l),(1-o)*(1-(o=s()/u||.5))<=0&&(a=0),c/=o;c*=2,E.style(e,t,c+l),n=n||[]}return n&&(c=+c||+u||0,i=n[1]?c+(n[1]+1)*n[2]:+n[2],r&&(r.unit=l,r.start=c,r.end=i)),i}(e,t,i),o="number"),null!=n&&n==n&&("number"!==o||u||(n+=i&&i[3]||(E.cssNumber[s]?"":"px")),m.clearCloneStyle||""!==n||0!==t.indexOf("background")||(l[t]="inherit"),a&&"set"in a&&void 0===(n=a.set(e,n,r))||(u?l.setProperty(t,n):l[t]=n))}},css:function(e,t,n,r){var i,o,a,s=V(t);return He.test(t)||(t=Ve(s)),(a=E.cssHooks[t]||E.cssHooks[s])&&"get"in a&&(i=a.get(e,!0,n)),void 0===i&&(i=Fe(e,t,r)),"normal"===i&&t in Ke&&(i=Ke[t]),""===n||n?(o=parseFloat(i),!0===n||isFinite(o)?o||0:i):i}}),E.each(["height","width"],function(e,u){E.cssHooks[u]={get:function(e,t,n){if(t)return!Ye.test(E.css(e,"display"))||e.getClientRects().length&&e.getBoundingClientRect().width?et(e,u,n):Re(e,Ge,function(){return et(e,u,n)})},set:function(e,t,n){var r,i=Ie(e),o=!m.scrollboxSize()&&"absolute"===i.position,a=(o||n)&&"border-box"===E.css(e,"boxSizing",!1,i),s=n?Ze(e,u,n,a,i):0;return a&&o&&(s-=Math.ceil(e["offset"+u[0].toUpperCase()+u.slice(1)]-parseFloat(i[u])-Ze(e,u,"border",!1,i)-.5)),s&&(r=te.exec(t))&&"px"!==(r[3]||"px")&&(e.style[u]=t,t=E.css(e,u)),Je(0,t,s)}}}),E.cssHooks.marginLeft=$e(m.reliableMarginLeft,function(e,t){if(t)return(parseFloat(Fe(e,"marginLeft"))||e.getBoundingClientRect().left-Re(e,{marginLeft:0},function(){return e.getBoundingClientRect().left}))+"px"}),E.each({margin:"",padding:"",border:"Width"},function(i,o){E.cssHooks[i+o]={expand:function(e){for(var t=0,n={},r="string"==typeof e?e.split(" "):[e];t<4;t++)n[i+ne[t]+o]=r[t]||r[t-2]||r[0];return n}},"margin"!==i&&(E.cssHooks[i+o].set=Je)}),E.fn.extend({css:function(e,t){return $(this,function(e,t,n){var r,i,o={},a=0;if(Array.isArray(t)){for(r=Ie(e),i=t.length;a<i;a++)o[t[a]]=E.css(e,t[a],!1,r);return o}return void 0!==n?E.style(e,t,n):E.css(e,t)},e,t,1<arguments.length)}}),E.fn.delay=function(r,e){return r=E.fx&&E.fx.speeds[r]||r,e=e||"fx",this.queue(e,function(e,t){var n=g.setTimeout(e,r);t.stop=function(){g.clearTimeout(n)}})},Xe=w.createElement("input"),Qe=w.createElement("select").appendChild(w.createElement("option")),Xe.type="checkbox",m.checkOn=""!==Xe.value,m.optSelected=Qe.selected,(Xe=w.createElement("input")).value="t",Xe.type="radio",m.radioValue="t"===Xe.value;var tt,nt=E.expr.attrHandle;E.fn.extend({attr:function(e,t){return $(this,E.attr,e,t,1<arguments.length)},removeAttr:function(e){return this.each(function(){E.removeAttr(this,e)})}}),E.extend({attr:function(e,t,n){var r,i,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return"undefined"==typeof e.getAttribute?E.prop(e,t,n):(1===o&&E.isXMLDoc(e)||(i=E.attrHooks[t.toLowerCase()]||(E.expr.match.bool.test(t)?tt:void 0)),void 0!==n?null===n?void E.removeAttr(e,t):i&&"set"in i&&void 0!==(r=i.set(e,n,t))?r:(e.setAttribute(t,n+""),n):i&&"get"in i&&null!==(r=i.get(e,t))?r:null==(r=E.find.attr(e,t))?void 0:r)},attrHooks:{type:{set:function(e,t){if(!m.radioValue&&"radio"===t&&N(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),t}}}},removeAttr:function(e,t){var n,r=0,i=t&&t.match(H);if(i&&1===e.nodeType)while(n=i[r++])e.removeAttribute(n)}}),tt={set:function(e,t,n){return!1===t?E.removeAttr(e,n):e.setAttribute(n,n),n}},E.each(E.expr.match.bool.source.match(/\w+/g),function(e,t){var a=nt[t]||E.find.attr;nt[t]=function(e,t,n){var r,i,o=t.toLowerCase();return n||(i=nt[o],nt[o]=r,r=null!=a(e,t,n)?o:null,nt[o]=i),r}});var rt=/^(?:input|select|textarea|button)$/i,it=/^(?:a|area)$/i;function ot(e){return(e.match(H)||[]).join(" ")}function at(e){return e.getAttribute&&e.getAttribute("class")||""}function st(e){return Array.isArray(e)?e:"string"==typeof e&&e.match(H)||[]}E.fn.extend({prop:function(e,t){return $(this,E.prop,e,t,1<arguments.length)},removeProp:function(e){return this.each(function(){delete this[E.propFix[e]||e]})}}),E.extend({prop:function(e,t,n){var r,i,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return 1===o&&E.isXMLDoc(e)||(t=E.propFix[t]||t,i=E.propHooks[t]),void 0!==n?i&&"set"in i&&void 0!==(r=i.set(e,n,t))?r:e[t]=n:i&&"get"in i&&null!==(r=i.get(e,t))?r:e[t]},propHooks:{tabIndex:{get:function(e){var t=E.find.attr(e,"tabindex");return t?parseInt(t,10):rt.test(e.nodeName)||it.test(e.nodeName)&&e.href?0:-1}}},propFix:{"for":"htmlFor","class":"className"}}),m.optSelected||(E.propHooks.selected={get:function(e){var t=e.parentNode;return t&&t.parentNode&&t.parentNode.selectedIndex,null},set:function(e){var t=e.parentNode;t&&(t.selectedIndex,t.parentNode&&t.parentNode.selectedIndex)}}),E.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){E.propFix[this.toLowerCase()]=this}),E.fn.extend({addClass:function(t){var e,n,r,i,o,a;return b(t)?this.each(function(e){E(this).addClass(t.call(this,e,at(this)))}):(e=st(t)).length?this.each(function(){if(r=at(this),n=1===this.nodeType&&" "+ot(r)+" "){for(o=0;o<e.length;o++)i=e[o],n.indexOf(" "+i+" ")<0&&(n+=i+" ");a=ot(n),r!==a&&this.setAttribute("class",a)}}):this},removeClass:function(t){var e,n,r,i,o,a;return b(t)?this.each(function(e){E(this).removeClass(t.call(this,e,at(this)))}):arguments.length?(e=st(t)).length?this.each(function(){if(r=at(this),n=1===this.nodeType&&" "+ot(r)+" "){for(o=0;o<e.length;o++){i=e[o];while(-1<n.indexOf(" "+i+" "))n=n.replace(" "+i+" "," ")}a=ot(n),r!==a&&this.setAttribute("class",a)}}):this:this.attr("class","")},toggleClass:function(t,n){var e,r,i,o,a=typeof t,s="string"===a||Array.isArray(t);return b(t)?this.each(function(e){E(this).toggleClass(t.call(this,e,at(this),n),n)}):"boolean"==typeof n&&s?n?this.addClass(t):this.removeClass(t):(e=st(t),this.each(function(){if(s)for(o=E(this),i=0;i<e.length;i++)r=e[i],o.hasClass(r)?o.removeClass(r):o.addClass(r);else void 0!==t&&"boolean"!==a||((r=at(this))&&Y.set(this,"__className__",r),this.setAttribute&&this.setAttribute("class",r||!1===t?"":Y.get(this,"__className__")||""))}))},hasClass:function(e){var t,n,r=0;t=" "+e+" ";while(n=this[r++])if(1===n.nodeType&&-1<(" "+ot(at(n))+" ").indexOf(t))return!0;return!1}});var ut=/\r/g;E.fn.extend({val:function(n){var r,e,i,t=this[0];return arguments.length?(i=b(n),this.each(function(e){var t;1===this.nodeType&&(null==(t=i?n.call(this,e,E(this).val()):n)?t="":"number"==typeof t?t+="":Array.isArray(t)&&(t=E.map(t,function(e){return null==e?"":e+""})),(r=E.valHooks[this.type]||E.valHooks[this.nodeName.toLowerCase()])&&"set"in r&&void 0!==r.set(this,t,"value")||(this.value=t))})):t?(r=E.valHooks[t.type]||E.valHooks[t.nodeName.toLowerCase()])&&"get"in r&&void 0!==(e=r.get(t,"value"))?e:"string"==typeof(e=t.value)?e.replace(ut,""):null==e?"":e:void 0}}),E.extend({valHooks:{option:{get:function(e){var t=E.find.attr(e,"value");return null!=t?t:ot(E.text(e))}},select:{get:function(e){var t,n,r,i=e.options,o=e.selectedIndex,a="select-one"===e.type,s=a?null:[],u=a?o+1:i.length;for(r=o<0?u:a?o:0;r<u;r++)if(((n=i[r]).selected||r===o)&&!n.disabled&&(!n.parentNode.disabled||!N(n.parentNode,"optgroup"))){if(t=E(n).val(),a)return t;s.push(t)}return s},set:function(e,t){var n,r,i=e.options,o=E.makeArray(t),a=i.length;while(a--)((r=i[a]).selected=-1<E.inArray(E.valHooks.option.get(r),o))&&(n=!0);return n||(e.selectedIndex=-1),o}}}}),E.each(["radio","checkbox"],function(){E.valHooks[this]={set:function(e,t){if(Array.isArray(t))return e.checked=-1<E.inArray(E(e).val(),t)}},m.checkOn||(E.valHooks[this].get=function(e){return null===e.getAttribute("value")?"on":e.value})}),m.focusin="onfocusin"in g;var lt=/^(?:focusinfocus|focusoutblur)$/,ct=function(e){e.stopPropagation()};E.extend(E.event,{trigger:function(e,t,n,r){var i,o,a,s,u,l,c,f,d=[n||w],p=y.call(e,"type")?e.type:e,h=y.call(e,"namespace")?e.namespace.split("."):[];if(o=f=a=n=n||w,3!==n.nodeType&&8!==n.nodeType&&!lt.test(p+E.event.triggered)&&(-1<p.indexOf(".")&&(p=(h=p.split(".")).shift(),h.sort()),u=p.indexOf(":")<0&&"on"+p,(e=e[E.expando]?e:new E.Event(p,"object"==typeof e&&e)).isTrigger=r?2:3,e.namespace=h.join("."),e.rnamespace=e.namespace?new RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,e.result=void 0,e.target||(e.target=n),t=null==t?[e]:E.makeArray(t,[e]),c=E.event.special[p]||{},r||!c.trigger||!1!==c.trigger.apply(n,t))){if(!r&&!c.noBubble&&!x(n)){for(s=c.delegateType||p,lt.test(s+p)||(o=o.parentNode);o;o=o.parentNode)d.push(o),a=o;a===(n.ownerDocument||w)&&d.push(a.defaultView||a.parentWindow||g)}i=0;while((o=d[i++])&&!e.isPropagationStopped())f=o,e.type=1<i?s:c.bindType||p,(l=(Y.get(o,"events")||Object.create(null))[e.type]&&Y.get(o,"handle"))&&l.apply(o,t),(l=u&&o[u])&&l.apply&&X(o)&&(e.result=l.apply(o,t),!1===e.result&&e.preventDefault());return e.type=p,r||e.isDefaultPrevented()||c._default&&!1!==c._default.apply(d.pop(),t)||!X(n)||u&&b(n[p])&&!x(n)&&((a=n[u])&&(n[u]=null),E.event.triggered=p,e.isPropagationStopped()&&f.addEventListener(p,ct),n[p](),e.isPropagationStopped()&&f.removeEventListener(p,ct),E.event.triggered=void 0,a&&(n[u]=a)),e.result}},simulate:function(e,t,n){var r=E.extend(new E.Event,n,{type:e,isSimulated:!0});E.event.trigger(r,null,t)}}),E.fn.extend({trigger:function(e,t){return this.each(function(){E.event.trigger(e,t,this)})},triggerHandler:function(e,t){var n=this[0];if(n)return E.event.trigger(e,t,n,!0)}}),m.focusin||E.each({focus:"focusin",blur:"focusout"},function(n,r){var i=function(e){E.event.simulate(r,e.target,E.event.fix(e))};E.event.special[r]={setup:function(){var e=this.ownerDocument||this.document||this,t=Y.access(e,r);t||e.addEventListener(n,i,!0),Y.access(e,r,(t||0)+1)},teardown:function(){var e=this.ownerDocument||this.document||this,t=Y.access(e,r)-1;t?Y.access(e,r,t):(e.removeEventListener(n,i,!0),Y.remove(e,r))}}}),E.parseXML=function(e){var t,n;if(!e||"string"!=typeof e)return null;try{t=(new g.DOMParser).parseFromString(e,"text/xml")}catch(e){}return n=t&&t.getElementsByTagName("parsererror")[0],t&&!n||E.error("Invalid XML: "+(n?E.map(n.childNodes,function(e){return e.textContent}).join("\n"):e)),t};var ft,dt=/\[\]$/,pt=/\r?\n/g,ht=/^(?:submit|button|image|reset|file)$/i,gt=/^(?:input|select|textarea|keygen)/i;function vt(n,e,r,i){var t;if(Array.isArray(e))E.each(e,function(e,t){r||dt.test(n)?i(n,t):vt(n+"["+("object"==typeof t&&null!=t?e:"")+"]",t,r,i)});else if(r||"object"!==T(e))i(n,e);else for(t in e)vt(n+"["+t+"]",e[t],r,i)}E.param=function(e,t){var n,r=[],i=function(e,t){var n=b(t)?t():t;r[r.length]=encodeURIComponent(e)+"="+encodeURIComponent(null==n?"":n)};if(null==e)return"";if(Array.isArray(e)||e.jquery&&!E.isPlainObject(e))E.each(e,function(){i(this.name,this.value)});else for(n in e)vt(n,e[n],t,i);return r.join("&")},E.fn.extend({serialize:function(){return E.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var e=E.prop(this,"elements");return e?E.makeArray(e):this}).filter(function(){var e=this.type;return this.name&&!E(this).is(":disabled")&&gt.test(this.nodeName)&&!ht.test(e)&&(this.checked||!fe.test(e))}).map(function(e,t){var n=E(this).val();return null==n?null:Array.isArray(n)?E.map(n,function(e){return{name:t.name,value:e.replace(pt,"\r\n")}}):{name:t.name,value:n.replace(pt,"\r\n")}}).get()}}),E.fn.extend({wrapAll:function(e){var t;return this[0]&&(b(e)&&(e=e.call(this[0])),t=E(e,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&t.insertBefore(this[0]),t.map(function(){var e=this;while(e.firstElementChild)e=e.firstElementChild;return e}).append(this)),this},wrapInner:function(n){return b(n)?this.each(function(e){E(this).wrapInner(n.call(this,e))}):this.each(function(){var e=E(this),t=e.contents();t.length?t.wrapAll(n):e.append(n)})},wrap:function(t){var n=b(t);return this.each(function(e){E(this).wrapAll(n?t.call(this,e):t)})},unwrap:function(e){return this.parent(e).not("body").each(function(){E(this).replaceWith(this.childNodes)}),this}}),E.expr.pseudos.hidden=function(e){return!E.expr.pseudos.visible(e)},E.expr.pseudos.visible=function(e){return!!(e.offsetWidth||e.offsetHeight||e.getClientRects().length)},m.createHTMLDocument=((ft=w.implementation.createHTMLDocument("").body).innerHTML="<form></form><form></form>",2===ft.childNodes.length),E.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(m.createHTMLDocument?((r=(t=w.implementation.createHTMLDocument("")).createElement("base")).href=w.location.href,t.head.appendChild(r)):t=w),o=!n&&[],(i=k.exec(e))?[t.createElement(i[1])]:(i=me([e],t,o),o&&o.length&&E(o).remove(),E.merge([],i.childNodes)));var r,i,o},E.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l=E.css(e,"position"),c=E(e),f={};"static"===l&&(e.style.position="relative"),s=c.offset(),o=E.css(e,"top"),u=E.css(e,"left"),("absolute"===l||"fixed"===l)&&-1<(o+u).indexOf("auto")?(a=(r=c.position()).top,i=r.left):(a=parseFloat(o)||0,i=parseFloat(u)||0),b(t)&&(t=t.call(e,n,E.extend({},s))),null!=t.top&&(f.top=t.top-s.top+a),null!=t.left&&(f.left=t.left-s.left+i),"using"in t?t.using.call(e,f):c.css(f)}},E.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){E.offset.setOffset(this,t,e)});var e,n,r=this[0];return r?r.getClientRects().length?(e=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:e.top+n.pageYOffset,left:e.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===E.css(r,"position"))t=r.getBoundingClientRect();else{t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;while(e&&(e===n.body||e===n.documentElement)&&"static"===E.css(e,"position"))e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=E(e).offset()).top+=E.css(e,"borderTopWidth",!0),i.left+=E.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-E.css(r,"marginTop",!0),left:t.left-i.left-E.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var e=this.offsetParent;while(e&&"static"===E.css(e,"position"))e=e.offsetParent;return e||re})}}),E.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,i){var o="pageYOffset"===i;E.fn[t]=function(e){return $(this,function(e,t,n){var r;if(x(e)?r=e:9===e.nodeType&&(r=e.defaultView),void 0===n)return r?r[i]:e[t];r?r.scrollTo(o?r.pageXOffset:n,o?n:r.pageYOffset):e[t]=n},t,e,arguments.length)}}),E.each(["top","left"],function(e,n){E.cssHooks[n]=$e(m.pixelPosition,function(e,t){if(t)return t=Fe(e,n),Pe.test(t)?E(e).position()[n]+"px":t})}),E.each({Height:"height",Width:"width"},function(a,s){E.each({padding:"inner"+a,content:s,"":"outer"+a},function(r,o){E.fn[o]=function(e,t){var n=arguments.length&&(r||"boolean"!=typeof e),i=r||(!0===e||!0===t?"margin":"border");return $(this,function(e,t,n){var r;return x(e)?0===o.indexOf("outer")?e["inner"+a]:e.document.documentElement["client"+a]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+a],r["scroll"+a],e.body["offset"+a],r["offset"+a],r["client"+a])):void 0===n?E.css(e,t,i):E.style(e,t,n,i)},s,n?e:void 0,n)}})}),E.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)},hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),E.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,n){E.fn[n]=function(e,t){return 0<arguments.length?this.on(n,null,e,t):this.trigger(n)}});var yt=/^[\s\uFEFF\xA0]+|([^\s\uFEFF\xA0])[\s\uFEFF\xA0]+$/g;E.proxy=function(e,t){var n,r,i;if("string"==typeof t&&(n=e[t],t=e,e=n),b(e))return r=s.call(arguments,2),(i=function(){return e.apply(t||this,r.concat(s.call(arguments)))}).guid=e.guid=e.guid||E.guid++,i},E.holdReady=function(e){e?E.readyWait++:E.ready(!0)},E.isArray=Array.isArray,E.parseJSON=JSON.parse,E.nodeName=N,E.isFunction=b,E.isWindow=x,E.camelCase=V,E.type=T,E.now=Date.now,E.isNumeric=function(e){var t=E.type(e);return("number"===t||"string"===t)&&!isNaN(e-parseFloat(e))},E.trim=function(e){return null==e?"":(e+"").replace(yt,"$1")},"function"==typeof define&&define.amd&&define("jquery",[],function(){return E});var mt=g.jQuery,bt=g.$;return E.noConflict=function(e){return g.$===E&&(g.$=bt),e&&g.jQuery===E&&(g.jQuery=mt),E},"undefined"==typeof e&&(g.jQuery=g.$=E),E}); diff --git a/software/flow/node_modules/jquery/dist/jquery.slim.min.map b/software/flow/node_modules/jquery/dist/jquery.slim.min.map deleted file mode 100644 index b6949d3..0000000 --- a/software/flow/node_modules/jquery/dist/jquery.slim.min.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["jquery.slim.js"],"names":["global","factory","module","exports","document","w","Error","window","this","noGlobal","arr","getProto","Object","getPrototypeOf","slice","flat","array","call","concat","apply","push","indexOf","class2type","toString","hasOwn","hasOwnProperty","fnToString","ObjectFunctionString","support","isFunction","obj","nodeType","item","isWindow","preservedScriptAttributes","type","src","nonce","noModule","DOMEval","code","node","doc","i","val","script","createElement","text","getAttribute","setAttribute","head","appendChild","parentNode","removeChild","toType","version","jQuery","selector","context","fn","init","isArrayLike","length","prototype","jquery","constructor","toArray","get","num","pushStack","elems","ret","merge","prevObject","each","callback","map","elem","arguments","first","eq","last","even","grep","_elem","odd","len","j","end","sort","splice","extend","options","name","copy","copyIsArray","clone","target","deep","isPlainObject","Array","isArray","undefined","expando","Math","random","replace","isReady","error","msg","noop","proto","Ctor","isEmptyObject","globalEval","makeArray","results","inArray","second","invert","matches","callbackExpect","arg","value","guid","Symbol","iterator","split","_i","toLowerCase","Sizzle","Expr","getText","isXML","tokenize","compile","select","outermostContext","sortInput","hasDuplicate","setDocument","docElem","documentIsHTML","rbuggyQSA","rbuggyMatches","contains","Date","preferredDoc","dirruns","done","classCache","createCache","tokenCache","compilerCache","nonnativeSelectorCache","sortOrder","a","b","pop","pushNative","list","booleans","whitespace","identifier","attributes","pseudos","rwhitespace","RegExp","rtrim","rcomma","rcombinators","rdescend","rpseudo","ridentifier","matchExpr","ID","CLASS","TAG","ATTR","PSEUDO","CHILD","bool","needsContext","rhtml","rinputs","rheader","rnative","rquickExpr","rsibling","runescape","funescape","escape","nonHex","high","String","fromCharCode","rcssescape","fcssescape","ch","asCodePoint","charCodeAt","unloadHandler","inDisabledFieldset","addCombinator","disabled","nodeName","dir","next","childNodes","e","els","seed","m","nid","match","groups","newSelector","newContext","ownerDocument","exec","getElementById","id","getElementsByTagName","getElementsByClassName","qsa","test","testContext","scope","toSelector","join","cssSupportsSelector","CSS","supports","querySelectorAll","qsaError","removeAttribute","keys","cache","key","cacheLength","shift","markFunction","assert","el","addHandle","attrs","handler","attrHandle","siblingCheck","cur","diff","sourceIndex","nextSibling","createInputPseudo","createButtonPseudo","createDisabledPseudo","isDisabled","createPositionalPseudo","argument","matchIndexes","namespace","namespaceURI","documentElement","hasCompare","subWindow","defaultView","top","addEventListener","attachEvent","className","createComment","getById","getElementsByName","filter","attrId","find","getAttributeNode","tag","tmp","input","innerHTML","matchesSelector","webkitMatchesSelector","mozMatchesSelector","oMatchesSelector","msMatchesSelector","disconnectedMatch","compareDocumentPosition","adown","bup","compare","sortDetached","aup","ap","bp","unshift","expr","elements","attr","specified","sel","uniqueSort","duplicates","detectDuplicates","sortStable","textContent","firstChild","nodeValue","selectors","createPseudo","relative",">"," ","+","~","preFilter","excess","unquoted","nodeNameSelector","pattern","operator","check","result","what","_argument","simple","forward","ofType","_context","xml","uniqueCache","outerCache","nodeIndex","start","parent","useCache","lastChild","uniqueID","pseudo","args","setFilters","idx","matched","not","matcher","unmatched","has","lang","elemLang","hash","location","root","focus","activeElement","hasFocus","href","tabIndex","enabled","checked","selected","selectedIndex","empty","header","button","_matchIndexes","lt","gt","radio","checkbox","file","password","image","submit","reset","tokens","combinator","base","skip","checkNonElements","doneName","oldCache","newCache","elementMatcher","matchers","condense","newUnmatched","mapped","setMatcher","postFilter","postFinder","postSelector","temp","preMap","postMap","preexisting","contexts","multipleContexts","matcherIn","matcherOut","matcherFromTokens","checkContext","leadingRelative","implicitRelative","matchContext","matchAnyContext","filters","parseOnly","soFar","preFilters","cached","elementMatchers","setMatchers","bySet","byElement","superMatcher","outermost","matchedCount","setMatched","contextBackup","dirrunsUnique","token","compiled","_name","defaultValue","unique","isXMLDoc","escapeSelector","until","truncate","is","siblings","n","rneedsContext","rsingleTag","winnow","qualifier","self","rootjQuery","parseHTML","ready","rparentsprev","guaranteedUnique","children","contents","prev","sibling","targets","l","closest","index","prevAll","add","addBack","parents","parentsUntil","nextAll","nextUntil","prevUntil","contentDocument","content","reverse","rnothtmlwhite","Identity","v","Thrower","ex","adoptValue","resolve","reject","noValue","method","promise","fail","then","Callbacks","object","_","flag","firing","memory","fired","locked","queue","firingIndex","fire","once","stopOnFalse","remove","disable","lock","fireWith","Deferred","func","tuples","state","always","deferred","catch","pipe","fns","newDefer","tuple","returned","progress","notify","onFulfilled","onRejected","onProgress","maxDepth","depth","special","that","mightThrow","TypeError","notifyWith","resolveWith","process","exceptionHook","stackTrace","rejectWith","getStackHook","setTimeout","stateString","when","singleValue","remaining","resolveContexts","resolveValues","primary","updateFunc","rerrorNames","stack","console","warn","message","readyException","readyList","completed","removeEventListener","readyWait","wait","readyState","doScroll","access","chainable","emptyGet","raw","bulk","_key","rmsPrefix","rdashAlpha","fcamelCase","_all","letter","toUpperCase","camelCase","string","acceptData","owner","Data","uid","defineProperty","configurable","set","data","prop","hasData","dataPriv","dataUser","rbrace","rmultiDash","dataAttr","JSON","parse","removeData","_data","_removeData","dequeue","startLength","hooks","_queueHooks","stop","setter","clearQueue","count","defer","pnum","source","rcssNum","cssExpand","isAttached","composed","getRootNode","isHiddenWithinTree","style","display","css","defaultDisplayMap","showHide","show","values","body","hide","toggle","div","rcheckableType","rtagName","rscriptType","createDocumentFragment","checkClone","cloneNode","noCloneChecked","option","wrapMap","thead","col","tr","td","_default","getAll","setGlobalEval","refElements","tbody","tfoot","colgroup","caption","th","optgroup","buildFragment","scripts","selection","ignored","wrap","attached","fragment","nodes","htmlPrefilter","createTextNode","rtypenamespace","returnTrue","returnFalse","expectSync","err","safeActiveElement","on","types","one","origFn","event","off","leverageNative","notAsync","saved","isTrigger","delegateType","stopPropagation","stopImmediatePropagation","preventDefault","trigger","Event","handleObjIn","eventHandle","events","t","handleObj","handlers","namespaces","origType","elemData","create","handle","triggered","dispatch","bindType","delegateCount","setup","mappedTypes","origCount","teardown","removeEvent","nativeEvent","handlerQueue","fix","delegateTarget","preDispatch","isPropagationStopped","currentTarget","isImmediatePropagationStopped","rnamespace","postDispatch","matchedHandlers","matchedSelectors","addProp","hook","enumerable","originalEvent","writable","load","noBubble","click","beforeunload","returnValue","props","isDefaultPrevented","defaultPrevented","relatedTarget","timeStamp","now","isSimulated","altKey","bubbles","cancelable","changedTouches","ctrlKey","detail","eventPhase","metaKey","pageX","pageY","shiftKey","view","char","charCode","keyCode","buttons","clientX","clientY","offsetX","offsetY","pointerId","pointerType","screenX","screenY","targetTouches","toElement","touches","which","blur","mouseenter","mouseleave","pointerenter","pointerleave","orig","related","rnoInnerhtml","rchecked","rcleanScript","manipulationTarget","disableScript","restoreScript","cloneCopyEvent","dest","udataOld","udataCur","domManip","collection","hasScripts","iNoClone","valueIsFunction","html","_evalUrl","keepData","cleanData","dataAndEvents","deepDataAndEvents","srcElements","destElements","inPage","detach","append","prepend","insertBefore","before","after","replaceWith","replaceChild","appendTo","prependTo","insertAfter","replaceAll","original","insert","rnumnonpx","rcustomProp","getStyles","opener","getComputedStyle","swap","old","rboxStyle","rtrimCSS","curCSS","computed","width","minWidth","maxWidth","isCustomProp","getPropertyValue","pixelBoxStyles","addGetHookIf","conditionFn","hookFn","computeStyleTests","container","cssText","divStyle","pixelPositionVal","reliableMarginLeftVal","roundPixelMeasures","marginLeft","right","pixelBoxStylesVal","boxSizingReliableVal","position","scrollboxSizeVal","offsetWidth","measure","round","parseFloat","reliableTrDimensionsVal","backgroundClip","clearCloneStyle","boxSizingReliable","pixelPosition","reliableMarginLeft","scrollboxSize","reliableTrDimensions","table","trChild","trStyle","height","parseInt","borderTopWidth","borderBottomWidth","offsetHeight","cssPrefixes","emptyStyle","vendorProps","finalPropName","final","cssProps","capName","vendorPropName","opt","rdisplayswap","cssShow","visibility","cssNormalTransform","letterSpacing","fontWeight","setPositiveNumber","subtract","max","boxModelAdjustment","dimension","box","isBorderBox","styles","computedVal","extra","delta","ceil","getWidthOrHeight","valueIsBorderBox","offsetProp","getClientRects","cssHooks","opacity","cssNumber","animationIterationCount","columnCount","fillOpacity","flexGrow","flexShrink","gridArea","gridColumn","gridColumnEnd","gridColumnStart","gridRow","gridRowEnd","gridRowStart","lineHeight","order","orphans","widows","zIndex","zoom","origName","valueParts","tween","adjusted","scale","maxIterations","currentValue","initial","unit","initialInUnit","adjustCSS","setProperty","isFinite","getBoundingClientRect","scrollboxSizeBuggy","left","margin","padding","border","prefix","suffix","expand","expanded","parts","delay","time","fx","speeds","timeout","clearTimeout","checkOn","optSelected","radioValue","boolHook","removeAttr","nType","attrHooks","attrNames","getter","lowercaseName","rfocusable","rclickable","stripAndCollapse","getClass","classesToArray","removeProp","propFix","propHooks","tabindex","for","class","addClass","classNames","curValue","finalValue","removeClass","toggleClass","stateVal","isValidValue","hasClass","rreturn","valHooks","optionSet","focusin","rfocusMorph","stopPropagationCallback","onlyHandlers","bubbleType","ontype","lastElement","eventPath","parentWindow","simulate","triggerHandler","attaches","parseXML","parserErrorElem","DOMParser","parseFromString","rbracket","rCRLF","rsubmitterTypes","rsubmittable","buildParams","traditional","param","s","valueOrFunction","encodeURIComponent","serialize","serializeArray","wrapAll","firstElementChild","wrapInner","htmlIsFunction","unwrap","hidden","visible","createHTMLDocument","implementation","keepScripts","parsed","offset","setOffset","curPosition","curLeft","curCSSTop","curTop","curOffset","curCSSLeft","curElem","using","rect","win","pageYOffset","pageXOffset","offsetParent","parentOffset","scrollLeft","scrollTop","scrollTo","Height","Width","","defaultExtra","funcName","bind","unbind","delegate","undelegate","hover","fnOver","fnOut","proxy","holdReady","hold","parseJSON","isNumeric","isNaN","trim","define","amd","_jQuery","_$","$","noConflict"],"mappings":";CAaA,SAAYA,EAAQC,GAEnB,aAEuB,iBAAXC,QAAiD,iBAAnBA,OAAOC,QAShDD,OAAOC,QAAUH,EAAOI,SACvBH,EAASD,GAAQ,GACjB,SAAUK,GACT,IAAMA,EAAED,SACP,MAAM,IAAIE,MAAO,4CAElB,OAAOL,EAASI,IAGlBJ,EAASD,GAtBX,CA0BuB,oBAAXO,OAAyBA,OAASC,KAAM,SAAUD,EAAQE,GAMtE,aAEA,IAAIC,EAAM,GAENC,EAAWC,OAAOC,eAElBC,EAAQJ,EAAII,MAEZC,EAAOL,EAAIK,KAAO,SAAUC,GAC/B,OAAON,EAAIK,KAAKE,KAAMD,IACnB,SAAUA,GACb,OAAON,EAAIQ,OAAOC,MAAO,GAAIH,IAI1BI,EAAOV,EAAIU,KAEXC,EAAUX,EAAIW,QAEdC,EAAa,GAEbC,EAAWD,EAAWC,SAEtBC,EAASF,EAAWG,eAEpBC,EAAaF,EAAOD,SAEpBI,EAAuBD,EAAWT,KAAML,QAExCgB,EAAU,GAEVC,EAAa,SAAqBC,GASpC,MAAsB,mBAARA,GAA8C,iBAAjBA,EAAIC,UAC1B,mBAAbD,EAAIE,MAIVC,EAAW,SAAmBH,GAChC,OAAc,MAAPA,GAAeA,IAAQA,EAAIvB,QAIhCH,EAAWG,EAAOH,SAIjB8B,EAA4B,CAC/BC,MAAM,EACNC,KAAK,EACLC,OAAO,EACPC,UAAU,GAGX,SAASC,EAASC,EAAMC,EAAMC,GAG7B,IAAIC,EAAGC,EACNC,GAHDH,EAAMA,GAAOtC,GAGC0C,cAAe,UAG7B,GADAD,EAAOE,KAAOP,EACTC,EACJ,IAAME,KAAKT,GAYVU,EAAMH,EAAME,IAAOF,EAAKO,cAAgBP,EAAKO,aAAcL,KAE1DE,EAAOI,aAAcN,EAAGC,GAI3BF,EAAIQ,KAAKC,YAAaN,GAASO,WAAWC,YAAaR,GAIzD,SAASS,EAAQxB,GAChB,OAAY,MAAPA,EACGA,EAAM,GAIQ,iBAARA,GAAmC,mBAARA,EACxCR,EAAYC,EAASN,KAAMa,KAAW,gBAC/BA,EAQT,IACCyB,EAAU,sNAGVC,EAAS,SAAUC,EAAUC,GAI5B,OAAO,IAAIF,EAAOG,GAAGC,KAAMH,EAAUC,IA0VvC,SAASG,EAAa/B,GAMrB,IAAIgC,IAAWhC,GAAO,WAAYA,GAAOA,EAAIgC,OAC5C3B,EAAOmB,EAAQxB,GAEhB,OAAKD,EAAYC,KAASG,EAAUH,KAIpB,UAATK,GAA+B,IAAX2B,GACR,iBAAXA,GAAgC,EAATA,GAAgBA,EAAS,KAAOhC,GArWhE0B,EAAOG,GAAKH,EAAOO,UAAY,CAG9BC,OAAQT,EAERU,YAAaT,EAGbM,OAAQ,EAERI,QAAS,WACR,OAAOpD,EAAMG,KAAMT,OAKpB2D,IAAK,SAAUC,GAGd,OAAY,MAAPA,EACGtD,EAAMG,KAAMT,MAIb4D,EAAM,EAAI5D,KAAM4D,EAAM5D,KAAKsD,QAAWtD,KAAM4D,IAKpDC,UAAW,SAAUC,GAGpB,IAAIC,EAAMf,EAAOgB,MAAOhE,KAAKyD,cAAeK,GAM5C,OAHAC,EAAIE,WAAajE,KAGV+D,GAIRG,KAAM,SAAUC,GACf,OAAOnB,EAAOkB,KAAMlE,KAAMmE,IAG3BC,IAAK,SAAUD,GACd,OAAOnE,KAAK6D,UAAWb,EAAOoB,IAAKpE,KAAM,SAAUqE,EAAMlC,GACxD,OAAOgC,EAAS1D,KAAM4D,EAAMlC,EAAGkC,OAIjC/D,MAAO,WACN,OAAON,KAAK6D,UAAWvD,EAAMK,MAAOX,KAAMsE,aAG3CC,MAAO,WACN,OAAOvE,KAAKwE,GAAI,IAGjBC,KAAM,WACL,OAAOzE,KAAKwE,IAAK,IAGlBE,KAAM,WACL,OAAO1E,KAAK6D,UAAWb,EAAO2B,KAAM3E,KAAM,SAAU4E,EAAOzC,GAC1D,OAASA,EAAI,GAAM,MAIrB0C,IAAK,WACJ,OAAO7E,KAAK6D,UAAWb,EAAO2B,KAAM3E,KAAM,SAAU4E,EAAOzC,GAC1D,OAAOA,EAAI,MAIbqC,GAAI,SAAUrC,GACb,IAAI2C,EAAM9E,KAAKsD,OACdyB,GAAK5C,GAAMA,EAAI,EAAI2C,EAAM,GAC1B,OAAO9E,KAAK6D,UAAgB,GAALkB,GAAUA,EAAID,EAAM,CAAE9E,KAAM+E,IAAQ,KAG5DC,IAAK,WACJ,OAAOhF,KAAKiE,YAAcjE,KAAKyD,eAKhC7C,KAAMA,EACNqE,KAAM/E,EAAI+E,KACVC,OAAQhF,EAAIgF,QAGblC,EAAOmC,OAASnC,EAAOG,GAAGgC,OAAS,WAClC,IAAIC,EAASC,EAAMzD,EAAK0D,EAAMC,EAAaC,EAC1CC,EAASnB,UAAW,IAAO,GAC3BnC,EAAI,EACJmB,EAASgB,UAAUhB,OACnBoC,GAAO,EAsBR,IAnBuB,kBAAXD,IACXC,EAAOD,EAGPA,EAASnB,UAAWnC,IAAO,GAC3BA,KAIsB,iBAAXsD,GAAwBpE,EAAYoE,KAC/CA,EAAS,IAILtD,IAAMmB,IACVmC,EAASzF,KACTmC,KAGOA,EAAImB,EAAQnB,IAGnB,GAAqC,OAA9BiD,EAAUd,UAAWnC,IAG3B,IAAMkD,KAAQD,EACbE,EAAOF,EAASC,GAIF,cAATA,GAAwBI,IAAWH,IAKnCI,GAAQJ,IAAUtC,EAAO2C,cAAeL,KAC1CC,EAAcK,MAAMC,QAASP,MAC/B1D,EAAM6D,EAAQJ,GAIbG,EADID,IAAgBK,MAAMC,QAASjE,GAC3B,GACI2D,GAAgBvC,EAAO2C,cAAe/D,GAG1CA,EAFA,GAIT2D,GAAc,EAGdE,EAAQJ,GAASrC,EAAOmC,OAAQO,EAAMF,EAAOF,SAGzBQ,IAATR,IACXG,EAAQJ,GAASC,IAOrB,OAAOG,GAGRzC,EAAOmC,OAAQ,CAGdY,QAAS,UAAahD,EAAUiD,KAAKC,UAAWC,QAAS,MAAO,IAGhEC,SAAS,EAETC,MAAO,SAAUC,GAChB,MAAM,IAAIvG,MAAOuG,IAGlBC,KAAM,aAENX,cAAe,SAAUrE,GACxB,IAAIiF,EAAOC,EAIX,SAAMlF,GAAgC,oBAAzBP,EAASN,KAAMa,QAI5BiF,EAAQpG,EAAUmB,KASK,mBADvBkF,EAAOxF,EAAOP,KAAM8F,EAAO,gBAAmBA,EAAM9C,cACfvC,EAAWT,KAAM+F,KAAWrF,IAGlEsF,cAAe,SAAUnF,GACxB,IAAI+D,EAEJ,IAAMA,KAAQ/D,EACb,OAAO,EAER,OAAO,GAKRoF,WAAY,SAAU1E,EAAMoD,EAASlD,GACpCH,EAASC,EAAM,CAAEH,MAAOuD,GAAWA,EAAQvD,OAASK,IAGrDgC,KAAM,SAAU5C,EAAK6C,GACpB,IAAIb,EAAQnB,EAAI,EAEhB,GAAKkB,EAAa/B,IAEjB,IADAgC,EAAShC,EAAIgC,OACLnB,EAAImB,EAAQnB,IACnB,IAAgD,IAA3CgC,EAAS1D,KAAMa,EAAKa,GAAKA,EAAGb,EAAKa,IACrC,WAIF,IAAMA,KAAKb,EACV,IAAgD,IAA3C6C,EAAS1D,KAAMa,EAAKa,GAAKA,EAAGb,EAAKa,IACrC,MAKH,OAAOb,GAIRqF,UAAW,SAAUzG,EAAK0G,GACzB,IAAI7C,EAAM6C,GAAW,GAarB,OAXY,MAAP1G,IACCmD,EAAajD,OAAQF,IACzB8C,EAAOgB,MAAOD,EACE,iBAAR7D,EACN,CAAEA,GAAQA,GAGZU,EAAKH,KAAMsD,EAAK7D,IAIX6D,GAGR8C,QAAS,SAAUxC,EAAMnE,EAAKiC,GAC7B,OAAc,MAAPjC,GAAe,EAAIW,EAAQJ,KAAMP,EAAKmE,EAAMlC,IAKpD6B,MAAO,SAAUO,EAAOuC,GAKvB,IAJA,IAAIhC,GAAOgC,EAAOxD,OACjByB,EAAI,EACJ5C,EAAIoC,EAAMjB,OAEHyB,EAAID,EAAKC,IAChBR,EAAOpC,KAAQ2E,EAAQ/B,GAKxB,OAFAR,EAAMjB,OAASnB,EAERoC,GAGRI,KAAM,SAAUb,EAAOK,EAAU4C,GAShC,IARA,IACCC,EAAU,GACV7E,EAAI,EACJmB,EAASQ,EAAMR,OACf2D,GAAkBF,EAIX5E,EAAImB,EAAQnB,KACAgC,EAAUL,EAAO3B,GAAKA,KAChB8E,GACxBD,EAAQpG,KAAMkD,EAAO3B,IAIvB,OAAO6E,GAIR5C,IAAK,SAAUN,EAAOK,EAAU+C,GAC/B,IAAI5D,EAAQ6D,EACXhF,EAAI,EACJ4B,EAAM,GAGP,GAAKV,EAAaS,GAEjB,IADAR,EAASQ,EAAMR,OACPnB,EAAImB,EAAQnB,IAGL,OAFdgF,EAAQhD,EAAUL,EAAO3B,GAAKA,EAAG+E,KAGhCnD,EAAInD,KAAMuG,QAMZ,IAAMhF,KAAK2B,EAGI,OAFdqD,EAAQhD,EAAUL,EAAO3B,GAAKA,EAAG+E,KAGhCnD,EAAInD,KAAMuG,GAMb,OAAO5G,EAAMwD,IAIdqD,KAAM,EAINhG,QAASA,IAGa,mBAAXiG,SACXrE,EAAOG,GAAIkE,OAAOC,UAAapH,EAAKmH,OAAOC,WAI5CtE,EAAOkB,KAAM,uEAAuEqD,MAAO,KAC1F,SAAUC,EAAInC,GACbvE,EAAY,WAAauE,EAAO,KAAQA,EAAKoC,gBAmB/C,IAAIC,EAWJ,SAAY3H,GACZ,IAAIoC,EACHf,EACAuG,EACAC,EACAC,EACAC,EACAC,EACAC,EACAC,EACAC,EACAC,EAGAC,EACAxI,EACAyI,EACAC,EACAC,EACAC,EACAxB,EACAyB,EAGA1C,EAAU,SAAW,EAAI,IAAI2C,KAC7BC,EAAe5I,EAAOH,SACtBgJ,EAAU,EACVC,EAAO,EACPC,EAAaC,KACbC,EAAaD,KACbE,EAAgBF,KAChBG,EAAyBH,KACzBI,EAAY,SAAUC,EAAGC,GAIxB,OAHKD,IAAMC,IACVlB,GAAe,GAET,GAIRnH,EAAS,GAAOC,eAChBf,EAAM,GACNoJ,EAAMpJ,EAAIoJ,IACVC,EAAarJ,EAAIU,KACjBA,EAAOV,EAAIU,KACXN,EAAQJ,EAAII,MAIZO,EAAU,SAAU2I,EAAMnF,GAGzB,IAFA,IAAIlC,EAAI,EACP2C,EAAM0E,EAAKlG,OACJnB,EAAI2C,EAAK3C,IAChB,GAAKqH,EAAMrH,KAAQkC,EAClB,OAAOlC,EAGT,OAAQ,GAGTsH,EAAW,6HAMXC,EAAa,sBAGbC,EAAa,0BAA4BD,EACxC,0CAGDE,EAAa,MAAQF,EAAa,KAAOC,EAAa,OAASD,EAG9D,gBAAkBA,EAIlB,2DAA6DC,EAAa,OAC1ED,EAAa,OAEdG,EAAU,KAAOF,EAAa,wFAOAC,EAAa,eAO3CE,EAAc,IAAIC,OAAQL,EAAa,IAAK,KAC5CM,EAAQ,IAAID,OAAQ,IAAML,EAAa,8BACtCA,EAAa,KAAM,KAEpBO,EAAS,IAAIF,OAAQ,IAAML,EAAa,KAAOA,EAAa,KAC5DQ,EAAe,IAAIH,OAAQ,IAAML,EAAa,WAAaA,EAAa,IAAMA,EAC7E,KACDS,EAAW,IAAIJ,OAAQL,EAAa,MAEpCU,EAAU,IAAIL,OAAQF,GACtBQ,EAAc,IAAIN,OAAQ,IAAMJ,EAAa,KAE7CW,EAAY,CACXC,GAAM,IAAIR,OAAQ,MAAQJ,EAAa,KACvCa,MAAS,IAAIT,OAAQ,QAAUJ,EAAa,KAC5Cc,IAAO,IAAIV,OAAQ,KAAOJ,EAAa,SACvCe,KAAQ,IAAIX,OAAQ,IAAMH,GAC1Be,OAAU,IAAIZ,OAAQ,IAAMF,GAC5Be,MAAS,IAAIb,OAAQ,yDACpBL,EAAa,+BAAiCA,EAAa,cAC3DA,EAAa,aAAeA,EAAa,SAAU,KACpDmB,KAAQ,IAAId,OAAQ,OAASN,EAAW,KAAM,KAI9CqB,aAAgB,IAAIf,OAAQ,IAAML,EACjC,mDAAqDA,EACrD,mBAAqBA,EAAa,mBAAoB,MAGxDqB,EAAQ,SACRC,EAAU,sCACVC,EAAU,SAEVC,EAAU,yBAGVC,EAAa,mCAEbC,GAAW,OAIXC,GAAY,IAAItB,OAAQ,uBAAyBL,EAAa,uBAAwB,KACtF4B,GAAY,SAAUC,EAAQC,GAC7B,IAAIC,EAAO,KAAOF,EAAOjL,MAAO,GAAM,MAEtC,OAAOkL,IASNC,EAAO,EACNC,OAAOC,aAAcF,EAAO,OAC5BC,OAAOC,aAAcF,GAAQ,GAAK,MAAe,KAAPA,EAAe,SAK5DG,GAAa,sDACbC,GAAa,SAAUC,EAAIC,GAC1B,OAAKA,EAGQ,OAAPD,EACG,SAIDA,EAAGxL,MAAO,GAAI,GAAM,KAC1BwL,EAAGE,WAAYF,EAAGxI,OAAS,GAAIvC,SAAU,IAAO,IAI3C,KAAO+K,GAOfG,GAAgB,WACf7D,KAGD8D,GAAqBC,GACpB,SAAU9H,GACT,OAAyB,IAAlBA,EAAK+H,UAAqD,aAAhC/H,EAAKgI,SAAS5E,eAEhD,CAAE6E,IAAK,aAAcC,KAAM,WAI7B,IACC3L,EAAKD,MACFT,EAAMI,EAAMG,KAAMkI,EAAa6D,YACjC7D,EAAa6D,YAMdtM,EAAKyI,EAAa6D,WAAWlJ,QAAS/B,SACrC,MAAQkL,GACT7L,EAAO,CAAED,MAAOT,EAAIoD,OAGnB,SAAUmC,EAAQiH,GACjBnD,EAAW5I,MAAO8E,EAAQnF,EAAMG,KAAMiM,KAKvC,SAAUjH,EAAQiH,GACjB,IAAI3H,EAAIU,EAAOnC,OACdnB,EAAI,EAGL,MAAUsD,EAAQV,KAAQ2H,EAAKvK,MAC/BsD,EAAOnC,OAASyB,EAAI,IAKvB,SAAS2C,GAAQzE,EAAUC,EAAS0D,EAAS+F,GAC5C,IAAIC,EAAGzK,EAAGkC,EAAMwI,EAAKC,EAAOC,EAAQC,EACnCC,EAAa/J,GAAWA,EAAQgK,cAGhC3L,EAAW2B,EAAUA,EAAQ3B,SAAW,EAKzC,GAHAqF,EAAUA,GAAW,GAGI,iBAAb3D,IAA0BA,GACxB,IAAb1B,GAA+B,IAAbA,GAA+B,KAAbA,EAEpC,OAAOqF,EAIR,IAAM+F,IACLvE,EAAalF,GACbA,EAAUA,GAAWtD,EAEhB0I,GAAiB,CAIrB,GAAkB,KAAb/G,IAAqBuL,EAAQ3B,EAAWgC,KAAMlK,IAGlD,GAAO2J,EAAIE,EAAO,IAGjB,GAAkB,IAAbvL,EAAiB,CACrB,KAAO8C,EAAOnB,EAAQkK,eAAgBR,IAUrC,OAAOhG,EALP,GAAKvC,EAAKgJ,KAAOT,EAEhB,OADAhG,EAAQhG,KAAMyD,GACPuC,OAYT,GAAKqG,IAAgB5I,EAAO4I,EAAWG,eAAgBR,KACtDnE,EAAUvF,EAASmB,IACnBA,EAAKgJ,KAAOT,EAGZ,OADAhG,EAAQhG,KAAMyD,GACPuC,MAKH,CAAA,GAAKkG,EAAO,GAElB,OADAlM,EAAKD,MAAOiG,EAAS1D,EAAQoK,qBAAsBrK,IAC5C2D,EAGD,IAAOgG,EAAIE,EAAO,KAAS1L,EAAQmM,wBACzCrK,EAAQqK,uBAGR,OADA3M,EAAKD,MAAOiG,EAAS1D,EAAQqK,uBAAwBX,IAC9ChG,EAKT,GAAKxF,EAAQoM,MACXtE,EAAwBjG,EAAW,QACjCsF,IAAcA,EAAUkF,KAAMxK,MAIlB,IAAb1B,GAAqD,WAAnC2B,EAAQmJ,SAAS5E,eAA+B,CAYpE,GAVAuF,EAAc/J,EACdgK,EAAa/J,EASK,IAAb3B,IACF4I,EAASsD,KAAMxK,IAAciH,EAAauD,KAAMxK,IAAe,EAGjEgK,EAAa7B,GAASqC,KAAMxK,IAAcyK,GAAaxK,EAAQN,aAC9DM,KAImBA,GAAY9B,EAAQuM,SAGhCd,EAAM3J,EAAQV,aAAc,OAClCqK,EAAMA,EAAI3G,QAAS0F,GAAYC,IAE/B3I,EAAQT,aAAc,KAAQoK,EAAM9G,IAMtC5D,GADA4K,EAASjF,EAAU7E,IACRK,OACX,MAAQnB,IACP4K,EAAQ5K,IAAQ0K,EAAM,IAAMA,EAAM,UAAa,IAC9Ce,GAAYb,EAAQ5K,IAEtB6K,EAAcD,EAAOc,KAAM,KAG5B,IASC,GAAKzM,EAAQ0M,sBAGXC,IAAIC,SAAU,gBAAkBhB,EAAc,MAO/C,MAAM,IAAIlN,MAMX,OAHAc,EAAKD,MAAOiG,EACXqG,EAAWgB,iBAAkBjB,IAEvBpG,EACN,MAAQsH,GACThF,EAAwBjG,GAAU,GACjC,QACI4J,IAAQ9G,GACZ7C,EAAQiL,gBAAiB,QAQ9B,OAAOnG,EAAQ/E,EAASiD,QAAS8D,EAAO,MAAQ9G,EAAS0D,EAAS+F,GASnE,SAAS5D,KACR,IAAIqF,EAAO,GAYX,OAVA,SAASC,EAAOC,EAAKnH,GAQpB,OALKiH,EAAKxN,KAAM0N,EAAM,KAAQ3G,EAAK4G,oBAG3BF,EAAOD,EAAKI,SAEXH,EAAOC,EAAM,KAAQnH,GAShC,SAASsH,GAActL,GAEtB,OADAA,EAAI4C,IAAY,EACT5C,EAOR,SAASuL,GAAQvL,GAChB,IAAIwL,EAAK/O,EAAS0C,cAAe,YAEjC,IACC,QAASa,EAAIwL,GACZ,MAAQlC,GACT,OAAO,EACN,QAGIkC,EAAG/L,YACP+L,EAAG/L,WAAWC,YAAa8L,GAI5BA,EAAK,MASP,SAASC,GAAWC,EAAOC,GAC1B,IAAI5O,EAAM2O,EAAMtH,MAAO,KACtBpF,EAAIjC,EAAIoD,OAET,MAAQnB,IACPwF,EAAKoH,WAAY7O,EAAKiC,IAAQ2M,EAUhC,SAASE,GAAc5F,EAAGC,GACzB,IAAI4F,EAAM5F,GAAKD,EACd8F,EAAOD,GAAsB,IAAf7F,EAAE7H,UAAiC,IAAf8H,EAAE9H,UACnC6H,EAAE+F,YAAc9F,EAAE8F,YAGpB,GAAKD,EACJ,OAAOA,EAIR,GAAKD,EACJ,MAAUA,EAAMA,EAAIG,YACnB,GAAKH,IAAQ5F,EACZ,OAAQ,EAKX,OAAOD,EAAI,GAAK,EAOjB,SAASiG,GAAmB1N,GAC3B,OAAO,SAAU0C,GAEhB,MAAgB,UADLA,EAAKgI,SAAS5E,eACEpD,EAAK1C,OAASA,GAQ3C,SAAS2N,GAAoB3N,GAC5B,OAAO,SAAU0C,GAChB,IAAIgB,EAAOhB,EAAKgI,SAAS5E,cACzB,OAAkB,UAATpC,GAA6B,WAATA,IAAuBhB,EAAK1C,OAASA,GAQpE,SAAS4N,GAAsBnD,GAG9B,OAAO,SAAU/H,GAKhB,MAAK,SAAUA,EASTA,EAAKzB,aAAgC,IAAlByB,EAAK+H,SAGvB,UAAW/H,EACV,UAAWA,EAAKzB,WACbyB,EAAKzB,WAAWwJ,WAAaA,EAE7B/H,EAAK+H,WAAaA,EAMpB/H,EAAKmL,aAAepD,GAI1B/H,EAAKmL,cAAgBpD,GACrBF,GAAoB7H,KAAW+H,EAG1B/H,EAAK+H,WAAaA,EAKd,UAAW/H,GACfA,EAAK+H,WAAaA,GAY5B,SAASqD,GAAwBtM,GAChC,OAAOsL,GAAc,SAAUiB,GAE9B,OADAA,GAAYA,EACLjB,GAAc,SAAU9B,EAAM3F,GACpC,IAAIjC,EACH4K,EAAexM,EAAI,GAAIwJ,EAAKrJ,OAAQoM,GACpCvN,EAAIwN,EAAarM,OAGlB,MAAQnB,IACFwK,EAAQ5H,EAAI4K,EAAcxN,MAC9BwK,EAAM5H,KAASiC,EAASjC,GAAM4H,EAAM5H,SAYzC,SAAS2I,GAAaxK,GACrB,OAAOA,GAAmD,oBAAjCA,EAAQoK,sBAAwCpK,EA6tC1E,IAAMf,KAztCNf,EAAUsG,GAAOtG,QAAU,GAO3ByG,EAAQH,GAAOG,MAAQ,SAAUxD,GAChC,IAAIuL,EAAYvL,GAAQA,EAAKwL,aAC5BxH,EAAUhE,IAAUA,EAAK6I,eAAiB7I,GAAOyL,gBAKlD,OAAQ/E,EAAM0C,KAAMmC,GAAavH,GAAWA,EAAQgE,UAAY,SAQjEjE,EAAcV,GAAOU,YAAc,SAAUnG,GAC5C,IAAI8N,EAAYC,EACf9N,EAAMD,EAAOA,EAAKiL,eAAiBjL,EAAO0G,EAO3C,OAAKzG,GAAOtC,GAA6B,IAAjBsC,EAAIX,UAAmBW,EAAI4N,kBAMnDzH,GADAzI,EAAWsC,GACQ4N,gBACnBxH,GAAkBT,EAAOjI,GAQpB+I,GAAgB/I,IAClBoQ,EAAYpQ,EAASqQ,cAAiBD,EAAUE,MAAQF,IAGrDA,EAAUG,iBACdH,EAAUG,iBAAkB,SAAUlE,IAAe,GAG1C+D,EAAUI,aACrBJ,EAAUI,YAAa,WAAYnE,KASrC7K,EAAQuM,MAAQe,GAAQ,SAAUC,GAEjC,OADAtG,EAAQ1F,YAAagM,GAAKhM,YAAa/C,EAAS0C,cAAe,QACzB,oBAAxBqM,EAAGV,mBACfU,EAAGV,iBAAkB,uBAAwB3K,SAQhDlC,EAAQ0M,oBAAsBY,GAAQ,WAGrC,OAAOX,IAAIC,SAAU,gBAMpBpO,EAASqO,iBAAkB,kBAM1BF,IAAIC,SAAU,8BAWjB5M,EAAQwI,WAAa8E,GAAQ,SAAUC,GAEtC,OADAA,EAAG0B,UAAY,KACP1B,EAAGnM,aAAc,eAO1BpB,EAAQkM,qBAAuBoB,GAAQ,SAAUC,GAEhD,OADAA,EAAGhM,YAAa/C,EAAS0Q,cAAe,MAChC3B,EAAGrB,qBAAsB,KAAMhK,SAIxClC,EAAQmM,uBAAyBrC,EAAQuC,KAAM7N,EAAS2N,wBAMxDnM,EAAQmP,QAAU7B,GAAQ,SAAUC,GAEnC,OADAtG,EAAQ1F,YAAagM,GAAKtB,GAAKtH,GACvBnG,EAAS4Q,oBAAsB5Q,EAAS4Q,kBAAmBzK,GAAUzC,SAIzElC,EAAQmP,SACZ5I,EAAK8I,OAAa,GAAI,SAAUpD,GAC/B,IAAIqD,EAASrD,EAAGnH,QAASmF,GAAWC,IACpC,OAAO,SAAUjH,GAChB,OAAOA,EAAK7B,aAAc,QAAWkO,IAGvC/I,EAAKgJ,KAAW,GAAI,SAAUtD,EAAInK,GACjC,GAAuC,oBAA3BA,EAAQkK,gBAAkC9E,EAAiB,CACtE,IAAIjE,EAAOnB,EAAQkK,eAAgBC,GACnC,OAAOhJ,EAAO,CAAEA,GAAS,OAI3BsD,EAAK8I,OAAa,GAAK,SAAUpD,GAChC,IAAIqD,EAASrD,EAAGnH,QAASmF,GAAWC,IACpC,OAAO,SAAUjH,GAChB,IAAIpC,EAAwC,oBAA1BoC,EAAKuM,kBACtBvM,EAAKuM,iBAAkB,MACxB,OAAO3O,GAAQA,EAAKkF,QAAUuJ,IAMhC/I,EAAKgJ,KAAW,GAAI,SAAUtD,EAAInK,GACjC,GAAuC,oBAA3BA,EAAQkK,gBAAkC9E,EAAiB,CACtE,IAAIrG,EAAME,EAAG2B,EACZO,EAAOnB,EAAQkK,eAAgBC,GAEhC,GAAKhJ,EAAO,CAIX,IADApC,EAAOoC,EAAKuM,iBAAkB,QACjB3O,EAAKkF,QAAUkG,EAC3B,MAAO,CAAEhJ,GAIVP,EAAQZ,EAAQsN,kBAAmBnD,GACnClL,EAAI,EACJ,MAAUkC,EAAOP,EAAO3B,KAEvB,IADAF,EAAOoC,EAAKuM,iBAAkB,QACjB3O,EAAKkF,QAAUkG,EAC3B,MAAO,CAAEhJ,GAKZ,MAAO,MAMVsD,EAAKgJ,KAAY,IAAIvP,EAAQkM,qBAC5B,SAAUuD,EAAK3N,GACd,MAA6C,oBAAjCA,EAAQoK,qBACZpK,EAAQoK,qBAAsBuD,GAG1BzP,EAAQoM,IACZtK,EAAQ+K,iBAAkB4C,QAD3B,GAKR,SAAUA,EAAK3N,GACd,IAAImB,EACHyM,EAAM,GACN3O,EAAI,EAGJyE,EAAU1D,EAAQoK,qBAAsBuD,GAGzC,GAAa,MAARA,EAAc,CAClB,MAAUxM,EAAOuC,EAASzE,KACF,IAAlBkC,EAAK9C,UACTuP,EAAIlQ,KAAMyD,GAIZ,OAAOyM,EAER,OAAOlK,GAITe,EAAKgJ,KAAc,MAAIvP,EAAQmM,wBAA0B,SAAU8C,EAAWnN,GAC7E,GAA+C,oBAAnCA,EAAQqK,wBAA0CjF,EAC7D,OAAOpF,EAAQqK,uBAAwB8C,IAUzC7H,EAAgB,GAOhBD,EAAY,IAELnH,EAAQoM,IAAMtC,EAAQuC,KAAM7N,EAASqO,qBAI3CS,GAAQ,SAAUC,GAEjB,IAAIoC,EAOJ1I,EAAQ1F,YAAagM,GAAKqC,UAAY,UAAYjL,EAAU,qBAC1CA,EAAU,kEAOvB4I,EAAGV,iBAAkB,wBAAyB3K,QAClDiF,EAAU3H,KAAM,SAAW8I,EAAa,gBAKnCiF,EAAGV,iBAAkB,cAAe3K,QACzCiF,EAAU3H,KAAM,MAAQ8I,EAAa,aAAeD,EAAW,KAI1DkF,EAAGV,iBAAkB,QAAUlI,EAAU,MAAOzC,QACrDiF,EAAU3H,KAAM,OAQjBmQ,EAAQnR,EAAS0C,cAAe,UAC1BG,aAAc,OAAQ,IAC5BkM,EAAGhM,YAAaoO,GACVpC,EAAGV,iBAAkB,aAAc3K,QACxCiF,EAAU3H,KAAM,MAAQ8I,EAAa,QAAUA,EAAa,KAC3DA,EAAa,gBAMTiF,EAAGV,iBAAkB,YAAa3K,QACvCiF,EAAU3H,KAAM,YAMX+N,EAAGV,iBAAkB,KAAOlI,EAAU,MAAOzC,QAClDiF,EAAU3H,KAAM,YAKjB+N,EAAGV,iBAAkB,QACrB1F,EAAU3H,KAAM,iBAGjB8N,GAAQ,SAAUC,GACjBA,EAAGqC,UAAY,oFAKf,IAAID,EAAQnR,EAAS0C,cAAe,SACpCyO,EAAMtO,aAAc,OAAQ,UAC5BkM,EAAGhM,YAAaoO,GAAQtO,aAAc,OAAQ,KAIzCkM,EAAGV,iBAAkB,YAAa3K,QACtCiF,EAAU3H,KAAM,OAAS8I,EAAa,eAKW,IAA7CiF,EAAGV,iBAAkB,YAAa3K,QACtCiF,EAAU3H,KAAM,WAAY,aAK7ByH,EAAQ1F,YAAagM,GAAKvC,UAAW,EACc,IAA9CuC,EAAGV,iBAAkB,aAAc3K,QACvCiF,EAAU3H,KAAM,WAAY,aAK7B+N,EAAGV,iBAAkB,QACrB1F,EAAU3H,KAAM,YAIXQ,EAAQ6P,gBAAkB/F,EAAQuC,KAAQzG,EAAUqB,EAAQrB,SAClEqB,EAAQ6I,uBACR7I,EAAQ8I,oBACR9I,EAAQ+I,kBACR/I,EAAQgJ,qBAER3C,GAAQ,SAAUC,GAIjBvN,EAAQkQ,kBAAoBtK,EAAQvG,KAAMkO,EAAI,KAI9C3H,EAAQvG,KAAMkO,EAAI,aAClBnG,EAAc5H,KAAM,KAAMiJ,KAItBzI,EAAQ0M,qBAQbvF,EAAU3H,KAAM,QAGjB2H,EAAYA,EAAUjF,QAAU,IAAIyG,OAAQxB,EAAUsF,KAAM,MAC5DrF,EAAgBA,EAAclF,QAAU,IAAIyG,OAAQvB,EAAcqF,KAAM,MAIxEkC,EAAa7E,EAAQuC,KAAMpF,EAAQkJ,yBAKnC9I,EAAWsH,GAAc7E,EAAQuC,KAAMpF,EAAQI,UAC9C,SAAUW,EAAGC,GAQZ,IAAImI,EAAuB,IAAfpI,EAAE7H,UAAkB6H,EAAE0G,iBAAmB1G,EACpDqI,EAAMpI,GAAKA,EAAEzG,WACd,OAAOwG,IAAMqI,MAAWA,GAAwB,IAAjBA,EAAIlQ,YAClCiQ,EAAM/I,SACL+I,EAAM/I,SAAUgJ,GAChBrI,EAAEmI,yBAA8D,GAAnCnI,EAAEmI,wBAAyBE,MAG3D,SAAUrI,EAAGC,GACZ,GAAKA,EACJ,MAAUA,EAAIA,EAAEzG,WACf,GAAKyG,IAAMD,EACV,OAAO,EAIV,OAAO,GAOTD,EAAY4G,EACZ,SAAU3G,EAAGC,GAGZ,GAAKD,IAAMC,EAEV,OADAlB,GAAe,EACR,EAIR,IAAIuJ,GAAWtI,EAAEmI,yBAA2BlI,EAAEkI,wBAC9C,OAAKG,IAgBU,GAPfA,GAAYtI,EAAE8D,eAAiB9D,KAASC,EAAE6D,eAAiB7D,GAC1DD,EAAEmI,wBAAyBlI,GAG3B,KAIGjI,EAAQuQ,cAAgBtI,EAAEkI,wBAAyBnI,KAAQsI,EAOzDtI,GAAKxJ,GAAYwJ,EAAE8D,eAAiBvE,GACxCF,EAAUE,EAAcS,IAChB,EAOJC,GAAKzJ,GAAYyJ,EAAE6D,eAAiBvE,GACxCF,EAAUE,EAAcU,GACjB,EAIDnB,EACJrH,EAASqH,EAAWkB,GAAMvI,EAASqH,EAAWmB,GAChD,EAGe,EAAVqI,GAAe,EAAI,IAE3B,SAAUtI,EAAGC,GAGZ,GAAKD,IAAMC,EAEV,OADAlB,GAAe,EACR,EAGR,IAAI8G,EACH9M,EAAI,EACJyP,EAAMxI,EAAExG,WACR6O,EAAMpI,EAAEzG,WACRiP,EAAK,CAAEzI,GACP0I,EAAK,CAAEzI,GAGR,IAAMuI,IAAQH,EAMb,OAAOrI,GAAKxJ,GAAY,EACvByJ,GAAKzJ,EAAW,EAEhBgS,GAAO,EACPH,EAAM,EACNvJ,EACErH,EAASqH,EAAWkB,GAAMvI,EAASqH,EAAWmB,GAChD,EAGK,GAAKuI,IAAQH,EACnB,OAAOzC,GAAc5F,EAAGC,GAIzB4F,EAAM7F,EACN,MAAU6F,EAAMA,EAAIrM,WACnBiP,EAAGE,QAAS9C,GAEbA,EAAM5F,EACN,MAAU4F,EAAMA,EAAIrM,WACnBkP,EAAGC,QAAS9C,GAIb,MAAQ4C,EAAI1P,KAAQ2P,EAAI3P,GACvBA,IAGD,OAAOA,EAGN6M,GAAc6C,EAAI1P,GAAK2P,EAAI3P,IAO3B0P,EAAI1P,IAAOwG,GAAgB,EAC3BmJ,EAAI3P,IAAOwG,EAAe,EAE1B,IAGK/I,GAGR8H,GAAOV,QAAU,SAAUgL,EAAMC,GAChC,OAAOvK,GAAQsK,EAAM,KAAM,KAAMC,IAGlCvK,GAAOuJ,gBAAkB,SAAU5M,EAAM2N,GAGxC,GAFA5J,EAAa/D,GAERjD,EAAQ6P,iBAAmB3I,IAC9BY,EAAwB8I,EAAO,QAC7BxJ,IAAkBA,EAAciF,KAAMuE,OACtCzJ,IAAkBA,EAAUkF,KAAMuE,IAErC,IACC,IAAIjO,EAAMiD,EAAQvG,KAAM4D,EAAM2N,GAG9B,GAAKjO,GAAO3C,EAAQkQ,mBAInBjN,EAAKzE,UAAuC,KAA3ByE,EAAKzE,SAAS2B,SAC/B,OAAOwC,EAEP,MAAQ0I,GACTvD,EAAwB8I,GAAM,GAIhC,OAAyD,EAAlDtK,GAAQsK,EAAMpS,EAAU,KAAM,CAAEyE,IAASf,QAGjDoE,GAAOe,SAAW,SAAUvF,EAASmB,GAUpC,OAHOnB,EAAQgK,eAAiBhK,IAAatD,GAC5CwI,EAAalF,GAEPuF,EAAUvF,EAASmB,IAG3BqD,GAAOwK,KAAO,SAAU7N,EAAMgB,IAOtBhB,EAAK6I,eAAiB7I,IAAUzE,GACtCwI,EAAa/D,GAGd,IAAIlB,EAAKwE,EAAKoH,WAAY1J,EAAKoC,eAG9BrF,EAAMe,GAAMnC,EAAOP,KAAMkH,EAAKoH,WAAY1J,EAAKoC,eAC9CtE,EAAIkB,EAAMgB,GAAOiD,QACjBxC,EAEF,YAAeA,IAAR1D,EACNA,EACAhB,EAAQwI,aAAetB,EACtBjE,EAAK7B,aAAc6C,IACjBjD,EAAMiC,EAAKuM,iBAAkBvL,KAAYjD,EAAI+P,UAC9C/P,EAAI+E,MACJ,MAGJO,GAAO6D,OAAS,SAAU6G,GACzB,OAASA,EAAM,IAAKlM,QAAS0F,GAAYC,KAG1CnE,GAAOtB,MAAQ,SAAUC,GACxB,MAAM,IAAIvG,MAAO,0CAA4CuG,IAO9DqB,GAAO2K,WAAa,SAAUzL,GAC7B,IAAIvC,EACHiO,EAAa,GACbvN,EAAI,EACJ5C,EAAI,EAOL,GAJAgG,GAAgB/G,EAAQmR,iBACxBrK,GAAa9G,EAAQoR,YAAc5L,EAAQtG,MAAO,GAClDsG,EAAQ3B,KAAMkE,GAEThB,EAAe,CACnB,MAAU9D,EAAOuC,EAASzE,KACpBkC,IAASuC,EAASzE,KACtB4C,EAAIuN,EAAW1R,KAAMuB,IAGvB,MAAQ4C,IACP6B,EAAQ1B,OAAQoN,EAAYvN,GAAK,GAQnC,OAFAmD,EAAY,KAELtB,GAORgB,EAAUF,GAAOE,QAAU,SAAUvD,GACpC,IAAIpC,EACH8B,EAAM,GACN5B,EAAI,EACJZ,EAAW8C,EAAK9C,SAEjB,GAAMA,GAQC,GAAkB,IAAbA,GAA+B,IAAbA,GAA+B,KAAbA,EAAkB,CAIjE,GAAiC,iBAArB8C,EAAKoO,YAChB,OAAOpO,EAAKoO,YAIZ,IAAMpO,EAAOA,EAAKqO,WAAYrO,EAAMA,EAAOA,EAAK+K,YAC/CrL,GAAO6D,EAASvD,QAGZ,GAAkB,IAAb9C,GAA+B,IAAbA,EAC7B,OAAO8C,EAAKsO,eAnBZ,MAAU1Q,EAAOoC,EAAMlC,KAGtB4B,GAAO6D,EAAS3F,GAqBlB,OAAO8B,IAGR4D,EAAOD,GAAOkL,UAAY,CAGzBrE,YAAa,GAEbsE,aAAcpE,GAEd3B,MAAOxC,EAEPyE,WAAY,GAEZ4B,KAAM,GAENmC,SAAU,CACTC,IAAK,CAAEzG,IAAK,aAAc/H,OAAO,GACjCyO,IAAK,CAAE1G,IAAK,cACZ2G,IAAK,CAAE3G,IAAK,kBAAmB/H,OAAO,GACtC2O,IAAK,CAAE5G,IAAK,oBAGb6G,UAAW,CACVzI,KAAQ,SAAUoC,GAWjB,OAVAA,EAAO,GAAMA,EAAO,GAAI5G,QAASmF,GAAWC,IAG5CwB,EAAO,IAAQA,EAAO,IAAOA,EAAO,IACnCA,EAAO,IAAO,IAAK5G,QAASmF,GAAWC,IAEpB,OAAfwB,EAAO,KACXA,EAAO,GAAM,IAAMA,EAAO,GAAM,KAG1BA,EAAMxM,MAAO,EAAG,IAGxBsK,MAAS,SAAUkC,GAiClB,OArBAA,EAAO,GAAMA,EAAO,GAAIrF,cAEU,QAA7BqF,EAAO,GAAIxM,MAAO,EAAG,IAGnBwM,EAAO,IACZpF,GAAOtB,MAAO0G,EAAO,IAKtBA,EAAO,KAASA,EAAO,GACtBA,EAAO,IAAQA,EAAO,IAAO,GAC7B,GAAqB,SAAfA,EAAO,IAAiC,QAAfA,EAAO,KACvCA,EAAO,KAAWA,EAAO,GAAMA,EAAO,IAAwB,QAAfA,EAAO,KAG3CA,EAAO,IAClBpF,GAAOtB,MAAO0G,EAAO,IAGfA,GAGRnC,OAAU,SAAUmC,GACnB,IAAIsG,EACHC,GAAYvG,EAAO,IAAOA,EAAO,GAElC,OAAKxC,EAAmB,MAAEmD,KAAMX,EAAO,IAC/B,MAIHA,EAAO,GACXA,EAAO,GAAMA,EAAO,IAAOA,EAAO,IAAO,GAG9BuG,GAAYjJ,EAAQqD,KAAM4F,KAGnCD,EAAStL,EAAUuL,GAAU,MAG7BD,EAASC,EAASxS,QAAS,IAAKwS,EAAS/P,OAAS8P,GAAWC,EAAS/P,UAGxEwJ,EAAO,GAAMA,EAAO,GAAIxM,MAAO,EAAG8S,GAClCtG,EAAO,GAAMuG,EAAS/S,MAAO,EAAG8S,IAI1BtG,EAAMxM,MAAO,EAAG,MAIzBmQ,OAAQ,CAEPhG,IAAO,SAAU6I,GAChB,IAAIjH,EAAWiH,EAAiBpN,QAASmF,GAAWC,IAAY7D,cAChE,MAA4B,MAArB6L,EACN,WACC,OAAO,GAER,SAAUjP,GACT,OAAOA,EAAKgI,UAAYhI,EAAKgI,SAAS5E,gBAAkB4E,IAI3D7B,MAAS,SAAU6F,GAClB,IAAIkD,EAAUzK,EAAYuH,EAAY,KAEtC,OAAOkD,IACJA,EAAU,IAAIxJ,OAAQ,MAAQL,EAC/B,IAAM2G,EAAY,IAAM3G,EAAa,SAAaZ,EACjDuH,EAAW,SAAUhM,GACpB,OAAOkP,EAAQ9F,KACY,iBAAnBpJ,EAAKgM,WAA0BhM,EAAKgM,WACd,oBAAtBhM,EAAK7B,cACX6B,EAAK7B,aAAc,UACpB,OAKNkI,KAAQ,SAAUrF,EAAMmO,EAAUC,GACjC,OAAO,SAAUpP,GAChB,IAAIqP,EAAShM,GAAOwK,KAAM7N,EAAMgB,GAEhC,OAAe,MAAVqO,EACgB,OAAbF,GAEFA,IAINE,GAAU,GAIU,MAAbF,EAAmBE,IAAWD,EACvB,OAAbD,EAAoBE,IAAWD,EAClB,OAAbD,EAAoBC,GAAqC,IAA5BC,EAAO7S,QAAS4S,GAChC,OAAbD,EAAoBC,IAAoC,EAA3BC,EAAO7S,QAAS4S,GAChC,OAAbD,EAAoBC,GAASC,EAAOpT,OAAQmT,EAAMnQ,UAAamQ,EAClD,OAAbD,GAA2F,GAArE,IAAME,EAAOxN,QAAS4D,EAAa,KAAQ,KAAMjJ,QAAS4S,GACnE,OAAbD,IAAoBE,IAAWD,GAASC,EAAOpT,MAAO,EAAGmT,EAAMnQ,OAAS,KAAQmQ,EAAQ,QAO3F7I,MAAS,SAAUjJ,EAAMgS,EAAMC,EAAWrP,EAAOE,GAChD,IAAIoP,EAAgC,QAAvBlS,EAAKrB,MAAO,EAAG,GAC3BwT,EAA+B,SAArBnS,EAAKrB,OAAQ,GACvByT,EAAkB,YAATJ,EAEV,OAAiB,IAAVpP,GAAwB,IAATE,EAGrB,SAAUJ,GACT,QAASA,EAAKzB,YAGf,SAAUyB,EAAM2P,EAAUC,GACzB,IAAI5F,EAAO6F,EAAaC,EAAYlS,EAAMmS,EAAWC,EACpD/H,EAAMuH,IAAWC,EAAU,cAAgB,kBAC3CQ,EAASjQ,EAAKzB,WACdyC,EAAO0O,GAAU1P,EAAKgI,SAAS5E,cAC/B8M,GAAYN,IAAQF,EACpB7E,GAAO,EAER,GAAKoF,EAAS,CAGb,GAAKT,EAAS,CACb,MAAQvH,EAAM,CACbrK,EAAOoC,EACP,MAAUpC,EAAOA,EAAMqK,GACtB,GAAKyH,EACJ9R,EAAKoK,SAAS5E,gBAAkBpC,EACd,IAAlBpD,EAAKV,SAEL,OAAO,EAKT8S,EAAQ/H,EAAe,SAAT3K,IAAoB0S,GAAS,cAE5C,OAAO,EAMR,GAHAA,EAAQ,CAAEP,EAAUQ,EAAO5B,WAAa4B,EAAOE,WAG1CV,GAAWS,EAAW,CAe1BrF,GADAkF,GADA/F,GAHA6F,GAJAC,GADAlS,EAAOqS,GACYvO,KAAe9D,EAAM8D,GAAY,KAI1B9D,EAAKwS,YAC5BN,EAAYlS,EAAKwS,UAAa,KAEZ9S,IAAU,IACZ,KAAQiH,GAAWyF,EAAO,KACzBA,EAAO,GAC3BpM,EAAOmS,GAAaE,EAAO9H,WAAY4H,GAEvC,MAAUnS,IAASmS,GAAanS,GAAQA,EAAMqK,KAG3C4C,EAAOkF,EAAY,IAAOC,EAAM/K,MAGlC,GAAuB,IAAlBrH,EAAKV,YAAoB2N,GAAQjN,IAASoC,EAAO,CACrD6P,EAAavS,GAAS,CAAEiH,EAASwL,EAAWlF,GAC5C,YAyBF,GAlBKqF,IAaJrF,EADAkF,GADA/F,GAHA6F,GAJAC,GADAlS,EAAOoC,GACY0B,KAAe9D,EAAM8D,GAAY,KAI1B9D,EAAKwS,YAC5BN,EAAYlS,EAAKwS,UAAa,KAEZ9S,IAAU,IACZ,KAAQiH,GAAWyF,EAAO,KAMhC,IAATa,EAGJ,MAAUjN,IAASmS,GAAanS,GAAQA,EAAMqK,KAC3C4C,EAAOkF,EAAY,IAAOC,EAAM/K,MAElC,IAAOyK,EACN9R,EAAKoK,SAAS5E,gBAAkBpC,EACd,IAAlBpD,EAAKV,aACH2N,IAGGqF,KAMJL,GALAC,EAAalS,EAAM8D,KAChB9D,EAAM8D,GAAY,KAIK9D,EAAKwS,YAC5BN,EAAYlS,EAAKwS,UAAa,KAEpB9S,GAAS,CAAEiH,EAASsG,IAG7BjN,IAASoC,GACb,MASL,OADA6K,GAAQzK,KACQF,GAAW2K,EAAO3K,GAAU,GAAqB,GAAhB2K,EAAO3K,KAK5DoG,OAAU,SAAU+J,EAAQhF,GAM3B,IAAIiF,EACHxR,EAAKwE,EAAKkC,QAAS6K,IAAY/M,EAAKiN,WAAYF,EAAOjN,gBACtDC,GAAOtB,MAAO,uBAAyBsO,GAKzC,OAAKvR,EAAI4C,GACD5C,EAAIuM,GAIK,EAAZvM,EAAGG,QACPqR,EAAO,CAAED,EAAQA,EAAQ,GAAIhF,GACtB/H,EAAKiN,WAAW3T,eAAgByT,EAAOjN,eAC7CgH,GAAc,SAAU9B,EAAM3F,GAC7B,IAAI6N,EACHC,EAAU3R,EAAIwJ,EAAM+C,GACpBvN,EAAI2S,EAAQxR,OACb,MAAQnB,IAEPwK,EADAkI,EAAMhU,EAAS8L,EAAMmI,EAAS3S,OACb6E,EAAS6N,GAAQC,EAAS3S,MAG7C,SAAUkC,GACT,OAAOlB,EAAIkB,EAAM,EAAGsQ,KAIhBxR,IAIT0G,QAAS,CAGRkL,IAAOtG,GAAc,SAAUxL,GAK9B,IAAI8N,EAAQ,GACXnK,EAAU,GACVoO,EAAUjN,EAAS9E,EAASiD,QAAS8D,EAAO,OAE7C,OAAOgL,EAASjP,GACf0I,GAAc,SAAU9B,EAAM3F,EAASgN,EAAUC,GAChD,IAAI5P,EACH4Q,EAAYD,EAASrI,EAAM,KAAMsH,EAAK,IACtC9R,EAAIwK,EAAKrJ,OAGV,MAAQnB,KACAkC,EAAO4Q,EAAW9S,MACxBwK,EAAMxK,KAAS6E,EAAS7E,GAAMkC,MAIjC,SAAUA,EAAM2P,EAAUC,GAMzB,OALAlD,EAAO,GAAM1M,EACb2Q,EAASjE,EAAO,KAAMkD,EAAKrN,GAG3BmK,EAAO,GAAM,MACLnK,EAAQ0C,SAInB4L,IAAOzG,GAAc,SAAUxL,GAC9B,OAAO,SAAUoB,GAChB,OAAyC,EAAlCqD,GAAQzE,EAAUoB,GAAOf,UAIlCmF,SAAYgG,GAAc,SAAUlM,GAEnC,OADAA,EAAOA,EAAK2D,QAASmF,GAAWC,IACzB,SAAUjH,GAChB,OAAkE,GAAzDA,EAAKoO,aAAe7K,EAASvD,IAASxD,QAAS0B,MAW1D4S,KAAQ1G,GAAc,SAAU0G,GAO/B,OAJM9K,EAAYoD,KAAM0H,GAAQ,KAC/BzN,GAAOtB,MAAO,qBAAuB+O,GAEtCA,EAAOA,EAAKjP,QAASmF,GAAWC,IAAY7D,cACrC,SAAUpD,GAChB,IAAI+Q,EACJ,GACC,GAAOA,EAAW9M,EACjBjE,EAAK8Q,KACL9Q,EAAK7B,aAAc,aAAgB6B,EAAK7B,aAAc,QAGtD,OADA4S,EAAWA,EAAS3N,iBACA0N,GAA2C,IAAnCC,EAASvU,QAASsU,EAAO,YAE3C9Q,EAAOA,EAAKzB,aAAkC,IAAlByB,EAAK9C,UAC7C,OAAO,KAKTkE,OAAU,SAAUpB,GACnB,IAAIgR,EAAOtV,EAAOuV,UAAYvV,EAAOuV,SAASD,KAC9C,OAAOA,GAAQA,EAAK/U,MAAO,KAAQ+D,EAAKgJ,IAGzCkI,KAAQ,SAAUlR,GACjB,OAAOA,IAASgE,GAGjBmN,MAAS,SAAUnR,GAClB,OAAOA,IAASzE,EAAS6V,iBACrB7V,EAAS8V,UAAY9V,EAAS8V,gBAC7BrR,EAAK1C,MAAQ0C,EAAKsR,OAAStR,EAAKuR,WAItCC,QAAWtG,IAAsB,GACjCnD,SAAYmD,IAAsB,GAElCuG,QAAW,SAAUzR,GAIpB,IAAIgI,EAAWhI,EAAKgI,SAAS5E,cAC7B,MAAsB,UAAb4E,KAA0BhI,EAAKyR,SACxB,WAAbzJ,KAA2BhI,EAAK0R,UAGpCA,SAAY,SAAU1R,GASrB,OALKA,EAAKzB,YAETyB,EAAKzB,WAAWoT,eAGQ,IAAlB3R,EAAK0R,UAIbE,MAAS,SAAU5R,GAMlB,IAAMA,EAAOA,EAAKqO,WAAYrO,EAAMA,EAAOA,EAAK+K,YAC/C,GAAK/K,EAAK9C,SAAW,EACpB,OAAO,EAGT,OAAO,GAGR+S,OAAU,SAAUjQ,GACnB,OAAQsD,EAAKkC,QAAiB,MAAGxF,IAIlC6R,OAAU,SAAU7R,GACnB,OAAO4G,EAAQwC,KAAMpJ,EAAKgI,WAG3B0E,MAAS,SAAU1M,GAClB,OAAO2G,EAAQyC,KAAMpJ,EAAKgI,WAG3B8J,OAAU,SAAU9R,GACnB,IAAIgB,EAAOhB,EAAKgI,SAAS5E,cACzB,MAAgB,UAATpC,GAAkC,WAAdhB,EAAK1C,MAA8B,WAAT0D,GAGtD9C,KAAQ,SAAU8B,GACjB,IAAI6N,EACJ,MAAuC,UAAhC7N,EAAKgI,SAAS5E,eACN,SAAdpD,EAAK1C,OAIuC,OAAxCuQ,EAAO7N,EAAK7B,aAAc,UACN,SAAvB0P,EAAKzK,gBAIRlD,MAASkL,GAAwB,WAChC,MAAO,CAAE,KAGVhL,KAAQgL,GAAwB,SAAU2G,EAAe9S,GACxD,MAAO,CAAEA,EAAS,KAGnBkB,GAAMiL,GAAwB,SAAU2G,EAAe9S,EAAQoM,GAC9D,MAAO,CAAEA,EAAW,EAAIA,EAAWpM,EAASoM,KAG7ChL,KAAQ+K,GAAwB,SAAUE,EAAcrM,GAEvD,IADA,IAAInB,EAAI,EACAA,EAAImB,EAAQnB,GAAK,EACxBwN,EAAa/O,KAAMuB,GAEpB,OAAOwN,IAGR9K,IAAO4K,GAAwB,SAAUE,EAAcrM,GAEtD,IADA,IAAInB,EAAI,EACAA,EAAImB,EAAQnB,GAAK,EACxBwN,EAAa/O,KAAMuB,GAEpB,OAAOwN,IAGR0G,GAAM5G,GAAwB,SAAUE,EAAcrM,EAAQoM,GAM7D,IALA,IAAIvN,EAAIuN,EAAW,EAClBA,EAAWpM,EACAA,EAAXoM,EACCpM,EACAoM,EACa,KAALvN,GACTwN,EAAa/O,KAAMuB,GAEpB,OAAOwN,IAGR2G,GAAM7G,GAAwB,SAAUE,EAAcrM,EAAQoM,GAE7D,IADA,IAAIvN,EAAIuN,EAAW,EAAIA,EAAWpM,EAASoM,IACjCvN,EAAImB,GACbqM,EAAa/O,KAAMuB,GAEpB,OAAOwN,OAKL9F,QAAe,IAAIlC,EAAKkC,QAAc,GAGhC,CAAE0M,OAAO,EAAMC,UAAU,EAAMC,MAAM,EAAMC,UAAU,EAAMC,OAAO,GAC5EhP,EAAKkC,QAAS1H,GAAMkN,GAAmBlN,GAExC,IAAMA,IAAK,CAAEyU,QAAQ,EAAMC,OAAO,GACjClP,EAAKkC,QAAS1H,GAAMmN,GAAoBnN,GAIzC,SAASyS,MA0ET,SAAShH,GAAYkJ,GAIpB,IAHA,IAAI3U,EAAI,EACP2C,EAAMgS,EAAOxT,OACbL,EAAW,GACJd,EAAI2C,EAAK3C,IAChBc,GAAY6T,EAAQ3U,GAAIgF,MAEzB,OAAOlE,EAGR,SAASkJ,GAAe6I,EAAS+B,EAAYC,GAC5C,IAAI1K,EAAMyK,EAAWzK,IACpB2K,EAAOF,EAAWxK,KAClB+B,EAAM2I,GAAQ3K,EACd4K,EAAmBF,GAAgB,eAAR1I,EAC3B6I,EAAWtO,IAEZ,OAAOkO,EAAWxS,MAGjB,SAAUF,EAAMnB,EAAS+Q,GACxB,MAAU5P,EAAOA,EAAMiI,GACtB,GAAuB,IAAlBjI,EAAK9C,UAAkB2V,EAC3B,OAAOlC,EAAS3Q,EAAMnB,EAAS+Q,GAGjC,OAAO,GAIR,SAAU5P,EAAMnB,EAAS+Q,GACxB,IAAImD,EAAUlD,EAAaC,EAC1BkD,EAAW,CAAEzO,EAASuO,GAGvB,GAAKlD,GACJ,MAAU5P,EAAOA,EAAMiI,GACtB,IAAuB,IAAlBjI,EAAK9C,UAAkB2V,IACtBlC,EAAS3Q,EAAMnB,EAAS+Q,GAC5B,OAAO,OAKV,MAAU5P,EAAOA,EAAMiI,GACtB,GAAuB,IAAlBjI,EAAK9C,UAAkB2V,EAQ3B,GAHAhD,GAJAC,EAAa9P,EAAM0B,KAAe1B,EAAM0B,GAAY,KAI1B1B,EAAKoQ,YAC5BN,EAAY9P,EAAKoQ,UAAa,IAE5BwC,GAAQA,IAAS5S,EAAKgI,SAAS5E,cACnCpD,EAAOA,EAAMiI,IAASjI,MAChB,CAAA,IAAO+S,EAAWlD,EAAa5F,KACrC8I,EAAU,KAAQxO,GAAWwO,EAAU,KAAQD,EAG/C,OAASE,EAAU,GAAMD,EAAU,GAOnC,IAHAlD,EAAa5F,GAAQ+I,GAGJ,GAAMrC,EAAS3Q,EAAMnB,EAAS+Q,GAC9C,OAAO,EAMZ,OAAO,GAIV,SAASqD,GAAgBC,GACxB,OAAyB,EAAlBA,EAASjU,OACf,SAAUe,EAAMnB,EAAS+Q,GACxB,IAAI9R,EAAIoV,EAASjU,OACjB,MAAQnB,IACP,IAAMoV,EAAUpV,GAAKkC,EAAMnB,EAAS+Q,GACnC,OAAO,EAGT,OAAO,GAERsD,EAAU,GAYZ,SAASC,GAAUvC,EAAW7Q,EAAKqM,EAAQvN,EAAS+Q,GAOnD,IANA,IAAI5P,EACHoT,EAAe,GACftV,EAAI,EACJ2C,EAAMmQ,EAAU3R,OAChBoU,EAAgB,MAAPtT,EAEFjC,EAAI2C,EAAK3C,KACTkC,EAAO4Q,EAAW9S,MAClBsO,IAAUA,EAAQpM,EAAMnB,EAAS+Q,KACtCwD,EAAa7W,KAAMyD,GACdqT,GACJtT,EAAIxD,KAAMuB,KAMd,OAAOsV,EAGR,SAASE,GAAYxE,EAAWlQ,EAAU+R,EAAS4C,EAAYC,EAAYC,GAO1E,OANKF,IAAeA,EAAY7R,KAC/B6R,EAAaD,GAAYC,IAErBC,IAAeA,EAAY9R,KAC/B8R,EAAaF,GAAYE,EAAYC,IAE/BrJ,GAAc,SAAU9B,EAAM/F,EAAS1D,EAAS+Q,GACtD,IAAI8D,EAAM5V,EAAGkC,EACZ2T,EAAS,GACTC,EAAU,GACVC,EAActR,EAAQtD,OAGtBQ,EAAQ6I,GA5CX,SAA2B1J,EAAUkV,EAAUvR,GAG9C,IAFA,IAAIzE,EAAI,EACP2C,EAAMqT,EAAS7U,OACRnB,EAAI2C,EAAK3C,IAChBuF,GAAQzE,EAAUkV,EAAUhW,GAAKyE,GAElC,OAAOA,EAsCWwR,CACfnV,GAAY,IACZC,EAAQ3B,SAAW,CAAE2B,GAAYA,EACjC,IAIDmV,GAAYlF,IAAexG,GAAS1J,EAEnCa,EADA0T,GAAU1T,EAAOkU,EAAQ7E,EAAWjQ,EAAS+Q,GAG9CqE,EAAatD,EAGZ6C,IAAgBlL,EAAOwG,EAAY+E,GAAeN,GAGjD,GAGAhR,EACDyR,EAQF,GALKrD,GACJA,EAASqD,EAAWC,EAAYpV,EAAS+Q,GAIrC2D,EAAa,CACjBG,EAAOP,GAAUc,EAAYL,GAC7BL,EAAYG,EAAM,GAAI7U,EAAS+Q,GAG/B9R,EAAI4V,EAAKzU,OACT,MAAQnB,KACAkC,EAAO0T,EAAM5V,MACnBmW,EAAYL,EAAS9V,MAAWkW,EAAWJ,EAAS9V,IAAQkC,IAK/D,GAAKsI,GACJ,GAAKkL,GAAc1E,EAAY,CAC9B,GAAK0E,EAAa,CAGjBE,EAAO,GACP5V,EAAImW,EAAWhV,OACf,MAAQnB,KACAkC,EAAOiU,EAAYnW,KAGzB4V,EAAKnX,KAAQyX,EAAWlW,GAAMkC,GAGhCwT,EAAY,KAAQS,EAAa,GAAMP,EAAM9D,GAI9C9R,EAAImW,EAAWhV,OACf,MAAQnB,KACAkC,EAAOiU,EAAYnW,MACsC,GAA7D4V,EAAOF,EAAahX,EAAS8L,EAAMtI,GAAS2T,EAAQ7V,MAEtDwK,EAAMoL,KAAYnR,EAASmR,GAAS1T,UAOvCiU,EAAad,GACZc,IAAe1R,EACd0R,EAAWpT,OAAQgT,EAAaI,EAAWhV,QAC3CgV,GAEGT,EACJA,EAAY,KAAMjR,EAAS0R,EAAYrE,GAEvCrT,EAAKD,MAAOiG,EAAS0R,KAMzB,SAASC,GAAmBzB,GAyB3B,IAxBA,IAAI0B,EAAcxD,EAASjQ,EAC1BD,EAAMgS,EAAOxT,OACbmV,EAAkB9Q,EAAKmL,SAAUgE,EAAQ,GAAInV,MAC7C+W,EAAmBD,GAAmB9Q,EAAKmL,SAAU,KACrD3Q,EAAIsW,EAAkB,EAAI,EAG1BE,EAAexM,GAAe,SAAU9H,GACvC,OAAOA,IAASmU,GACdE,GAAkB,GACrBE,EAAkBzM,GAAe,SAAU9H,GAC1C,OAAwC,EAAjCxD,EAAS2X,EAAcnU,IAC5BqU,GAAkB,GACrBnB,EAAW,CAAE,SAAUlT,EAAMnB,EAAS+Q,GACrC,IAAIlQ,GAAS0U,IAAqBxE,GAAO/Q,IAAY+E,MAClDuQ,EAAetV,GAAU3B,SAC1BoX,EAActU,EAAMnB,EAAS+Q,GAC7B2E,EAAiBvU,EAAMnB,EAAS+Q,IAIlC,OADAuE,EAAe,KACRzU,IAGD5B,EAAI2C,EAAK3C,IAChB,GAAO6S,EAAUrN,EAAKmL,SAAUgE,EAAQ3U,GAAIR,MAC3C4V,EAAW,CAAEpL,GAAemL,GAAgBC,GAAYvC,QAClD,CAIN,IAHAA,EAAUrN,EAAK8I,OAAQqG,EAAQ3U,GAAIR,MAAOhB,MAAO,KAAMmW,EAAQ3U,GAAI6E,UAGrDjB,GAAY,CAIzB,IADAhB,IAAM5C,EACE4C,EAAID,EAAKC,IAChB,GAAK4C,EAAKmL,SAAUgE,EAAQ/R,GAAIpD,MAC/B,MAGF,OAAOgW,GACF,EAAJxV,GAASmV,GAAgBC,GACrB,EAAJpV,GAASyL,GAGTkJ,EACExW,MAAO,EAAG6B,EAAI,GACdzB,OAAQ,CAAEyG,MAAgC,MAAzB2P,EAAQ3U,EAAI,GAAIR,KAAe,IAAM,MACtDuE,QAAS8D,EAAO,MAClBgL,EACA7S,EAAI4C,GAAKwT,GAAmBzB,EAAOxW,MAAO6B,EAAG4C,IAC7CA,EAAID,GAAOyT,GAAqBzB,EAASA,EAAOxW,MAAOyE,IACvDA,EAAID,GAAO8I,GAAYkJ,IAGzBS,EAAS3W,KAAMoU,GAIjB,OAAOsC,GAAgBC,GAoTxB,OAtpBA3C,GAAWrR,UAAYoE,EAAKkR,QAAUlR,EAAKkC,QAC3ClC,EAAKiN,WAAa,IAAIA,GAEtB9M,EAAWJ,GAAOI,SAAW,SAAU7E,EAAU6V,GAChD,IAAIhE,EAAShI,EAAOgK,EAAQnV,EAC3BoX,EAAOhM,EAAQiM,EACfC,EAASjQ,EAAY/F,EAAW,KAEjC,GAAKgW,EACJ,OAAOH,EAAY,EAAIG,EAAO3Y,MAAO,GAGtCyY,EAAQ9V,EACR8J,EAAS,GACTiM,EAAarR,EAAKwL,UAElB,MAAQ4F,EAAQ,CA2Bf,IAAMpX,KAxBAmT,KAAahI,EAAQ7C,EAAOkD,KAAM4L,MAClCjM,IAGJiM,EAAQA,EAAMzY,MAAOwM,EAAO,GAAIxJ,SAAYyV,GAE7ChM,EAAOnM,KAAQkW,EAAS,KAGzBhC,GAAU,GAGHhI,EAAQ5C,EAAaiD,KAAM4L,MACjCjE,EAAUhI,EAAM0B,QAChBsI,EAAOlW,KAAM,CACZuG,MAAO2N,EAGPnT,KAAMmL,EAAO,GAAI5G,QAAS8D,EAAO,OAElC+O,EAAQA,EAAMzY,MAAOwU,EAAQxR,SAIhBqE,EAAK8I,SACX3D,EAAQxC,EAAW3I,GAAOwL,KAAM4L,KAAgBC,EAAYrX,MAChEmL,EAAQkM,EAAYrX,GAAQmL,MAC9BgI,EAAUhI,EAAM0B,QAChBsI,EAAOlW,KAAM,CACZuG,MAAO2N,EACPnT,KAAMA,EACNqF,QAAS8F,IAEViM,EAAQA,EAAMzY,MAAOwU,EAAQxR,SAI/B,IAAMwR,EACL,MAOF,OAAOgE,EACNC,EAAMzV,OACNyV,EACCrR,GAAOtB,MAAOnD,GAGd+F,EAAY/F,EAAU8J,GAASzM,MAAO,IA4ZzCyH,EAAUL,GAAOK,QAAU,SAAU9E,EAAU6J,GAC9C,IAAI3K,EA9H8B+W,EAAiBC,EAC/CC,EACHC,EACAC,EA4HAH,EAAc,GACdD,EAAkB,GAClBD,EAAShQ,EAAehG,EAAW,KAEpC,IAAMgW,EAAS,CAGRnM,IACLA,EAAQhF,EAAU7E,IAEnBd,EAAI2K,EAAMxJ,OACV,MAAQnB,KACP8W,EAASV,GAAmBzL,EAAO3K,KACtB4D,GACZoT,EAAYvY,KAAMqY,GAElBC,EAAgBtY,KAAMqY,IAKxBA,EAAShQ,EACRhG,GArJgCiW,EAsJNA,EArJxBE,EAA6B,GADkBD,EAsJNA,GArJrB7V,OACvB+V,EAAqC,EAAzBH,EAAgB5V,OAC5BgW,EAAe,SAAU3M,EAAMzJ,EAAS+Q,EAAKrN,EAAS2S,GACrD,IAAIlV,EAAMU,EAAGiQ,EACZwE,EAAe,EACfrX,EAAI,IACJ8S,EAAYtI,GAAQ,GACpB8M,EAAa,GACbC,EAAgBzR,EAGhBnE,EAAQ6I,GAAQ0M,GAAa1R,EAAKgJ,KAAY,IAAG,IAAK4I,GAGtDI,EAAkB/Q,GAA4B,MAAjB8Q,EAAwB,EAAI1T,KAAKC,UAAY,GAC1EnB,EAAMhB,EAAMR,OAcb,IAZKiW,IAMJtR,EAAmB/E,GAAWtD,GAAYsD,GAAWqW,GAM9CpX,IAAM2C,GAAgC,OAAvBT,EAAOP,EAAO3B,IAAeA,IAAM,CACzD,GAAKkX,GAAahV,EAAO,CACxBU,EAAI,EAME7B,GAAWmB,EAAK6I,eAAiBtN,IACtCwI,EAAa/D,GACb4P,GAAO3L,GAER,MAAU0M,EAAUkE,EAAiBnU,KACpC,GAAKiQ,EAAS3Q,EAAMnB,GAAWtD,EAAUqU,GAAQ,CAChDrN,EAAQhG,KAAMyD,GACd,MAGGkV,IACJ3Q,EAAU+Q,GAKPP,KAGG/U,GAAQ2Q,GAAW3Q,IACzBmV,IAII7M,GACJsI,EAAUrU,KAAMyD,IAgBnB,GATAmV,GAAgBrX,EASXiX,GAASjX,IAAMqX,EAAe,CAClCzU,EAAI,EACJ,MAAUiQ,EAAUmE,EAAapU,KAChCiQ,EAASC,EAAWwE,EAAYvW,EAAS+Q,GAG1C,GAAKtH,EAAO,CAGX,GAAoB,EAAf6M,EACJ,MAAQrX,IACC8S,EAAW9S,IAAOsX,EAAYtX,KACrCsX,EAAYtX,GAAMmH,EAAI7I,KAAMmG,IAM/B6S,EAAajC,GAAUiC,GAIxB7Y,EAAKD,MAAOiG,EAAS6S,GAGhBF,IAAc5M,GAA4B,EAApB8M,EAAWnW,QACG,EAAtCkW,EAAeL,EAAY7V,QAE7BoE,GAAO2K,WAAYzL,GAUrB,OALK2S,IACJ3Q,EAAU+Q,EACV1R,EAAmByR,GAGbzE,GAGFmE,EACN3K,GAAc6K,GACdA,KAgCOrW,SAAWA,EAEnB,OAAOgW,GAYRjR,EAASN,GAAOM,OAAS,SAAU/E,EAAUC,EAAS0D,EAAS+F,GAC9D,IAAIxK,EAAG2U,EAAQ8C,EAAOjY,EAAMgP,EAC3BkJ,EAA+B,mBAAb5W,GAA2BA,EAC7C6J,GAASH,GAAQ7E,EAAY7E,EAAW4W,EAAS5W,UAAYA,GAM9D,GAJA2D,EAAUA,GAAW,GAIC,IAAjBkG,EAAMxJ,OAAe,CAIzB,GAAqB,GADrBwT,EAAShK,EAAO,GAAMA,EAAO,GAAIxM,MAAO,IAC5BgD,QAA+C,QAA/BsW,EAAQ9C,EAAQ,IAAMnV,MAC5B,IAArBuB,EAAQ3B,UAAkB+G,GAAkBX,EAAKmL,SAAUgE,EAAQ,GAAInV,MAAS,CAIhF,KAFAuB,GAAYyE,EAAKgJ,KAAW,GAAGiJ,EAAM5S,QAAS,GAC5Cd,QAASmF,GAAWC,IAAapI,IAAa,IAAM,IAErD,OAAO0D,EAGIiT,IACX3W,EAAUA,EAAQN,YAGnBK,EAAWA,EAAS3C,MAAOwW,EAAOtI,QAAQrH,MAAM7D,QAIjDnB,EAAImI,EAA0B,aAAEmD,KAAMxK,GAAa,EAAI6T,EAAOxT,OAC9D,MAAQnB,IAAM,CAIb,GAHAyX,EAAQ9C,EAAQ3U,GAGXwF,EAAKmL,SAAYnR,EAAOiY,EAAMjY,MAClC,MAED,IAAOgP,EAAOhJ,EAAKgJ,KAAMhP,MAGjBgL,EAAOgE,EACbiJ,EAAM5S,QAAS,GAAId,QAASmF,GAAWC,IACvCF,GAASqC,KAAMqJ,EAAQ,GAAInV,OAAU+L,GAAaxK,EAAQN,aACzDM,IACI,CAKL,GAFA4T,EAAO5R,OAAQ/C,EAAG,KAClBc,EAAW0J,EAAKrJ,QAAUsK,GAAYkJ,IAGrC,OADAlW,EAAKD,MAAOiG,EAAS+F,GACd/F,EAGR,QAeJ,OAPEiT,GAAY9R,EAAS9E,EAAU6J,IAChCH,EACAzJ,GACCoF,EACD1B,GACC1D,GAAWkI,GAASqC,KAAMxK,IAAcyK,GAAaxK,EAAQN,aAAgBM,GAExE0D,GAMRxF,EAAQoR,WAAazM,EAAQwB,MAAO,IAAKtC,KAAMkE,GAAY0E,KAAM,MAAS9H,EAI1E3E,EAAQmR,mBAAqBpK,EAG7BC,IAIAhH,EAAQuQ,aAAejD,GAAQ,SAAUC,GAGxC,OAA4E,EAArEA,EAAG4C,wBAAyB3R,EAAS0C,cAAe,eAMtDoM,GAAQ,SAAUC,GAEvB,OADAA,EAAGqC,UAAY,mBACiC,MAAzCrC,EAAG+D,WAAWlQ,aAAc,WAEnCoM,GAAW,yBAA0B,SAAUvK,EAAMgB,EAAMwC,GAC1D,IAAMA,EACL,OAAOxD,EAAK7B,aAAc6C,EAA6B,SAAvBA,EAAKoC,cAA2B,EAAI,KAOjErG,EAAQwI,YAAe8E,GAAQ,SAAUC,GAG9C,OAFAA,EAAGqC,UAAY,WACfrC,EAAG+D,WAAWjQ,aAAc,QAAS,IACY,KAA1CkM,EAAG+D,WAAWlQ,aAAc,YAEnCoM,GAAW,QAAS,SAAUvK,EAAMyV,EAAOjS,GAC1C,IAAMA,GAAyC,UAAhCxD,EAAKgI,SAAS5E,cAC5B,OAAOpD,EAAK0V,eAOTrL,GAAQ,SAAUC,GACvB,OAAwC,MAAjCA,EAAGnM,aAAc,eAExBoM,GAAWnF,EAAU,SAAUpF,EAAMgB,EAAMwC,GAC1C,IAAIzF,EACJ,IAAMyF,EACL,OAAwB,IAAjBxD,EAAMgB,GAAkBA,EAAKoC,eACjCrF,EAAMiC,EAAKuM,iBAAkBvL,KAAYjD,EAAI+P,UAC9C/P,EAAI+E,MACJ,OAKEO,GA18EP,CA48EK3H,GAILiD,EAAO2N,KAAOjJ,EACd1E,EAAOgP,KAAOtK,EAAOkL,UAGrB5P,EAAOgP,KAAM,KAAQhP,EAAOgP,KAAKnI,QACjC7G,EAAOqP,WAAarP,EAAOgX,OAAStS,EAAO2K,WAC3CrP,EAAOT,KAAOmF,EAAOE,QACrB5E,EAAOiX,SAAWvS,EAAOG,MACzB7E,EAAOyF,SAAWf,EAAOe,SACzBzF,EAAOkX,eAAiBxS,EAAO6D,OAK/B,IAAIe,EAAM,SAAUjI,EAAMiI,EAAK6N,GAC9B,IAAIrF,EAAU,GACbsF,OAAqBtU,IAAVqU,EAEZ,OAAU9V,EAAOA,EAAMiI,KAA6B,IAAlBjI,EAAK9C,SACtC,GAAuB,IAAlB8C,EAAK9C,SAAiB,CAC1B,GAAK6Y,GAAYpX,EAAQqB,GAAOgW,GAAIF,GACnC,MAEDrF,EAAQlU,KAAMyD,GAGhB,OAAOyQ,GAIJwF,EAAW,SAAUC,EAAGlW,GAG3B,IAFA,IAAIyQ,EAAU,GAENyF,EAAGA,EAAIA,EAAEnL,YACI,IAAfmL,EAAEhZ,UAAkBgZ,IAAMlW,GAC9ByQ,EAAQlU,KAAM2Z,GAIhB,OAAOzF,GAIJ0F,EAAgBxX,EAAOgP,KAAKlF,MAAMhC,aAItC,SAASuB,EAAUhI,EAAMgB,GAExB,OAAOhB,EAAKgI,UAAYhI,EAAKgI,SAAS5E,gBAAkBpC,EAAKoC,cAG9D,IAAIgT,EAAa,kEAKjB,SAASC,EAAQzI,EAAU0I,EAAW5F,GACrC,OAAK1T,EAAYsZ,GACT3X,EAAO2B,KAAMsN,EAAU,SAAU5N,EAAMlC,GAC7C,QAASwY,EAAUla,KAAM4D,EAAMlC,EAAGkC,KAAW0Q,IAK1C4F,EAAUpZ,SACPyB,EAAO2B,KAAMsN,EAAU,SAAU5N,GACvC,OAASA,IAASsW,IAAgB5F,IAKV,iBAAd4F,EACJ3X,EAAO2B,KAAMsN,EAAU,SAAU5N,GACvC,OAA4C,EAAnCxD,EAAQJ,KAAMka,EAAWtW,KAAkB0Q,IAK/C/R,EAAOyN,OAAQkK,EAAW1I,EAAU8C,GAG5C/R,EAAOyN,OAAS,SAAUuB,EAAMlO,EAAOiR,GACtC,IAAI1Q,EAAOP,EAAO,GAMlB,OAJKiR,IACJ/C,EAAO,QAAUA,EAAO,KAGH,IAAjBlO,EAAMR,QAAkC,IAAlBe,EAAK9C,SACxByB,EAAO2N,KAAKM,gBAAiB5M,EAAM2N,GAAS,CAAE3N,GAAS,GAGxDrB,EAAO2N,KAAK3J,QAASgL,EAAMhP,EAAO2B,KAAMb,EAAO,SAAUO,GAC/D,OAAyB,IAAlBA,EAAK9C,aAIdyB,EAAOG,GAAGgC,OAAQ,CACjBwL,KAAM,SAAU1N,GACf,IAAId,EAAG4B,EACNe,EAAM9E,KAAKsD,OACXsX,EAAO5a,KAER,GAAyB,iBAAbiD,EACX,OAAOjD,KAAK6D,UAAWb,EAAQC,GAAWwN,OAAQ,WACjD,IAAMtO,EAAI,EAAGA,EAAI2C,EAAK3C,IACrB,GAAKa,EAAOyF,SAAUmS,EAAMzY,GAAKnC,MAChC,OAAO,KAQX,IAFA+D,EAAM/D,KAAK6D,UAAW,IAEhB1B,EAAI,EAAGA,EAAI2C,EAAK3C,IACrBa,EAAO2N,KAAM1N,EAAU2X,EAAMzY,GAAK4B,GAGnC,OAAa,EAANe,EAAU9B,EAAOqP,WAAYtO,GAAQA,GAE7C0M,OAAQ,SAAUxN,GACjB,OAAOjD,KAAK6D,UAAW6W,EAAQ1a,KAAMiD,GAAY,IAAI,KAEtD8R,IAAK,SAAU9R,GACd,OAAOjD,KAAK6D,UAAW6W,EAAQ1a,KAAMiD,GAAY,IAAI,KAEtDoX,GAAI,SAAUpX,GACb,QAASyX,EACR1a,KAIoB,iBAAbiD,GAAyBuX,EAAc/M,KAAMxK,GACnDD,EAAQC,GACRA,GAAY,IACb,GACCK,UASJ,IAAIuX,EAMH1P,EAAa,uCAENnI,EAAOG,GAAGC,KAAO,SAAUH,EAAUC,EAASqS,GACpD,IAAIzI,EAAOzI,EAGX,IAAMpB,EACL,OAAOjD,KAQR,GAHAuV,EAAOA,GAAQsF,EAGU,iBAAb5X,EAAwB,CAanC,KAPC6J,EALsB,MAAlB7J,EAAU,IACsB,MAApCA,EAAUA,EAASK,OAAS,IACT,GAAnBL,EAASK,OAGD,CAAE,KAAML,EAAU,MAGlBkI,EAAWgC,KAAMlK,MAIV6J,EAAO,IAAQ5J,EA6CxB,OAAMA,GAAWA,EAAQM,QACtBN,GAAWqS,GAAO5E,KAAM1N,GAK1BjD,KAAKyD,YAAaP,GAAUyN,KAAM1N,GAhDzC,GAAK6J,EAAO,GAAM,CAYjB,GAXA5J,EAAUA,aAAmBF,EAASE,EAAS,GAAMA,EAIrDF,EAAOgB,MAAOhE,KAAMgD,EAAO8X,UAC1BhO,EAAO,GACP5J,GAAWA,EAAQ3B,SAAW2B,EAAQgK,eAAiBhK,EAAUtD,GACjE,IAII6a,EAAWhN,KAAMX,EAAO,KAAS9J,EAAO2C,cAAezC,GAC3D,IAAM4J,KAAS5J,EAGT7B,EAAYrB,KAAM8M,IACtB9M,KAAM8M,GAAS5J,EAAS4J,IAIxB9M,KAAKkS,KAAMpF,EAAO5J,EAAS4J,IAK9B,OAAO9M,KAYP,OARAqE,EAAOzE,EAASwN,eAAgBN,EAAO,OAKtC9M,KAAM,GAAMqE,EACZrE,KAAKsD,OAAS,GAERtD,KAcH,OAAKiD,EAAS1B,UACpBvB,KAAM,GAAMiD,EACZjD,KAAKsD,OAAS,EACPtD,MAIIqB,EAAY4B,QACD6C,IAAfyP,EAAKwF,MACXxF,EAAKwF,MAAO9X,GAGZA,EAAUD,GAGLA,EAAO2D,UAAW1D,EAAUjD,QAIhCuD,UAAYP,EAAOG,GAGxB0X,EAAa7X,EAAQpD,GAGrB,IAAIob,EAAe,iCAGlBC,EAAmB,CAClBC,UAAU,EACVC,UAAU,EACV5O,MAAM,EACN6O,MAAM,GAoFR,SAASC,EAASpM,EAAK3C,GACtB,OAAU2C,EAAMA,EAAK3C,KAA4B,IAAjB2C,EAAI1N,UACpC,OAAO0N,EAnFRjM,EAAOG,GAAGgC,OAAQ,CACjB+P,IAAK,SAAUzP,GACd,IAAI6V,EAAUtY,EAAQyC,EAAQzF,MAC7Bub,EAAID,EAAQhY,OAEb,OAAOtD,KAAKyQ,OAAQ,WAEnB,IADA,IAAItO,EAAI,EACAA,EAAIoZ,EAAGpZ,IACd,GAAKa,EAAOyF,SAAUzI,KAAMsb,EAASnZ,IACpC,OAAO,KAMXqZ,QAAS,SAAU5I,EAAW1P,GAC7B,IAAI+L,EACH9M,EAAI,EACJoZ,EAAIvb,KAAKsD,OACTwR,EAAU,GACVwG,EAA+B,iBAAd1I,GAA0B5P,EAAQ4P,GAGpD,IAAM4H,EAAc/M,KAAMmF,GACzB,KAAQzQ,EAAIoZ,EAAGpZ,IACd,IAAM8M,EAAMjP,KAAMmC,GAAK8M,GAAOA,IAAQ/L,EAAS+L,EAAMA,EAAIrM,WAGxD,GAAKqM,EAAI1N,SAAW,KAAQ+Z,GACH,EAAxBA,EAAQG,MAAOxM,GAGE,IAAjBA,EAAI1N,UACHyB,EAAO2N,KAAKM,gBAAiBhC,EAAK2D,IAAgB,CAEnDkC,EAAQlU,KAAMqO,GACd,MAMJ,OAAOjP,KAAK6D,UAA4B,EAAjBiR,EAAQxR,OAAaN,EAAOqP,WAAYyC,GAAYA,IAI5E2G,MAAO,SAAUpX,GAGhB,OAAMA,EAKe,iBAATA,EACJxD,EAAQJ,KAAMuC,EAAQqB,GAAQrE,KAAM,IAIrCa,EAAQJ,KAAMT,KAGpBqE,EAAKb,OAASa,EAAM,GAAMA,GAZjBrE,KAAM,IAAOA,KAAM,GAAI4C,WAAe5C,KAAKuE,QAAQmX,UAAUpY,QAAU,GAgBlFqY,IAAK,SAAU1Y,EAAUC,GACxB,OAAOlD,KAAK6D,UACXb,EAAOqP,WACNrP,EAAOgB,MAAOhE,KAAK2D,MAAOX,EAAQC,EAAUC,OAK/C0Y,QAAS,SAAU3Y,GAClB,OAAOjD,KAAK2b,IAAiB,MAAZ1Y,EAChBjD,KAAKiE,WAAajE,KAAKiE,WAAWwM,OAAQxN,OAU7CD,EAAOkB,KAAM,CACZoQ,OAAQ,SAAUjQ,GACjB,IAAIiQ,EAASjQ,EAAKzB,WAClB,OAAO0R,GAA8B,KAApBA,EAAO/S,SAAkB+S,EAAS,MAEpDuH,QAAS,SAAUxX,GAClB,OAAOiI,EAAKjI,EAAM,eAEnByX,aAAc,SAAUzX,EAAMmD,EAAI2S,GACjC,OAAO7N,EAAKjI,EAAM,aAAc8V,IAEjC5N,KAAM,SAAUlI,GACf,OAAOgX,EAAShX,EAAM,gBAEvB+W,KAAM,SAAU/W,GACf,OAAOgX,EAAShX,EAAM,oBAEvB0X,QAAS,SAAU1X,GAClB,OAAOiI,EAAKjI,EAAM,gBAEnBqX,QAAS,SAAUrX,GAClB,OAAOiI,EAAKjI,EAAM,oBAEnB2X,UAAW,SAAU3X,EAAMmD,EAAI2S,GAC9B,OAAO7N,EAAKjI,EAAM,cAAe8V,IAElC8B,UAAW,SAAU5X,EAAMmD,EAAI2S,GAC9B,OAAO7N,EAAKjI,EAAM,kBAAmB8V,IAEtCG,SAAU,SAAUjW,GACnB,OAAOiW,GAAYjW,EAAKzB,YAAc,IAAK8P,WAAYrO,IAExD6W,SAAU,SAAU7W,GACnB,OAAOiW,EAAUjW,EAAKqO,aAEvByI,SAAU,SAAU9W,GACnB,OAA6B,MAAxBA,EAAK6X,iBAKT/b,EAAUkE,EAAK6X,iBAER7X,EAAK6X,iBAMR7P,EAAUhI,EAAM,cACpBA,EAAOA,EAAK8X,SAAW9X,GAGjBrB,EAAOgB,MAAO,GAAIK,EAAKmI,eAE7B,SAAUnH,EAAMlC,GAClBH,EAAOG,GAAIkC,GAAS,SAAU8U,EAAOlX,GACpC,IAAI6R,EAAU9R,EAAOoB,IAAKpE,KAAMmD,EAAIgX,GAuBpC,MArB0B,UAArB9U,EAAK/E,OAAQ,KACjB2C,EAAWkX,GAGPlX,GAAgC,iBAAbA,IACvB6R,EAAU9R,EAAOyN,OAAQxN,EAAU6R,IAGjB,EAAd9U,KAAKsD,SAGH2X,EAAkB5V,IACvBrC,EAAOqP,WAAYyC,GAIfkG,EAAavN,KAAMpI,IACvByP,EAAQsH,WAIHpc,KAAK6D,UAAWiR,MAGzB,IAAIuH,EAAgB,oBAsOpB,SAASC,EAAUC,GAClB,OAAOA,EAER,SAASC,EAASC,GACjB,MAAMA,EAGP,SAASC,EAAYvV,EAAOwV,EAASC,EAAQC,GAC5C,IAAIC,EAEJ,IAGM3V,GAAS9F,EAAcyb,EAAS3V,EAAM4V,SAC1CD,EAAOrc,KAAM0G,GAAQ0B,KAAM8T,GAAUK,KAAMJ,GAGhCzV,GAAS9F,EAAcyb,EAAS3V,EAAM8V,MACjDH,EAAOrc,KAAM0G,EAAOwV,EAASC,GAQ7BD,EAAQhc,WAAOmF,EAAW,CAAEqB,GAAQ7G,MAAOuc,IAM3C,MAAQ1V,GAITyV,EAAOjc,WAAOmF,EAAW,CAAEqB,KAvO7BnE,EAAOka,UAAY,SAAU9X,GA9B7B,IAAwBA,EACnB+X,EAiCJ/X,EAA6B,iBAAZA,GAlCMA,EAmCPA,EAlCZ+X,EAAS,GACbna,EAAOkB,KAAMkB,EAAQ0H,MAAOuP,IAAmB,GAAI,SAAUe,EAAGC,GAC/DF,EAAQE,IAAS,IAEXF,GA+BNna,EAAOmC,OAAQ,GAAIC,GAEpB,IACCkY,EAGAC,EAGAC,EAGAC,EAGAjU,EAAO,GAGPkU,EAAQ,GAGRC,GAAe,EAGfC,EAAO,WAQN,IALAH,EAASA,GAAUrY,EAAQyY,KAI3BL,EAAQF,GAAS,EACTI,EAAMpa,OAAQqa,GAAe,EAAI,CACxCJ,EAASG,EAAMlP,QACf,QAAUmP,EAAcnU,EAAKlG,QAGmC,IAA1DkG,EAAMmU,GAAchd,MAAO4c,EAAQ,GAAKA,EAAQ,KACpDnY,EAAQ0Y,cAGRH,EAAcnU,EAAKlG,OACnBia,GAAS,GAMNnY,EAAQmY,SACbA,GAAS,GAGVD,GAAS,EAGJG,IAIHjU,EADI+T,EACG,GAIA,KAMV3C,EAAO,CAGNe,IAAK,WA2BJ,OA1BKnS,IAGC+T,IAAWD,IACfK,EAAcnU,EAAKlG,OAAS,EAC5Boa,EAAM9c,KAAM2c,IAGb,SAAW5B,EAAKhH,GACf3R,EAAOkB,KAAMyQ,EAAM,SAAUyI,EAAGlW,GAC1B7F,EAAY6F,GACV9B,EAAQ4U,QAAWY,EAAK1F,IAAKhO,IAClCsC,EAAK5I,KAAMsG,GAEDA,GAAOA,EAAI5D,QAA4B,WAAlBR,EAAQoE,IAGxCyU,EAAKzU,KATR,CAYK5C,WAEAiZ,IAAWD,GACfM,KAGK5d,MAIR+d,OAAQ,WAYP,OAXA/a,EAAOkB,KAAMI,UAAW,SAAU8Y,EAAGlW,GACpC,IAAIuU,EACJ,OAA0D,GAAhDA,EAAQzY,EAAO6D,QAASK,EAAKsC,EAAMiS,IAC5CjS,EAAKtE,OAAQuW,EAAO,GAGfA,GAASkC,GACbA,MAII3d,MAKRkV,IAAK,SAAU/R,GACd,OAAOA,GACwB,EAA9BH,EAAO6D,QAAS1D,EAAIqG,GACN,EAAdA,EAAKlG,QAIP2S,MAAO,WAIN,OAHKzM,IACJA,EAAO,IAEDxJ,MAMRge,QAAS,WAGR,OAFAP,EAASC,EAAQ,GACjBlU,EAAO+T,EAAS,GACTvd,MAERoM,SAAU,WACT,OAAQ5C,GAMTyU,KAAM,WAKL,OAJAR,EAASC,EAAQ,GACXH,GAAWD,IAChB9T,EAAO+T,EAAS,IAEVvd,MAERyd,OAAQ,WACP,QAASA,GAIVS,SAAU,SAAUhb,EAASyR,GAS5B,OARM8I,IAEL9I,EAAO,CAAEzR,GADTyR,EAAOA,GAAQ,IACQrU,MAAQqU,EAAKrU,QAAUqU,GAC9C+I,EAAM9c,KAAM+T,GACN2I,GACLM,KAGK5d,MAIR4d,KAAM,WAEL,OADAhD,EAAKsD,SAAUle,KAAMsE,WACdtE,MAIRwd,MAAO,WACN,QAASA,IAIZ,OAAO5C,GA4CR5X,EAAOmC,OAAQ,CAEdgZ,SAAU,SAAUC,GACnB,IAAIC,EAAS,CAIX,CAAE,SAAU,WAAYrb,EAAOka,UAAW,UACzCla,EAAOka,UAAW,UAAY,GAC/B,CAAE,UAAW,OAAQla,EAAOka,UAAW,eACtCla,EAAOka,UAAW,eAAiB,EAAG,YACvC,CAAE,SAAU,OAAQla,EAAOka,UAAW,eACrCla,EAAOka,UAAW,eAAiB,EAAG,aAExCoB,EAAQ,UACRvB,EAAU,CACTuB,MAAO,WACN,OAAOA,GAERC,OAAQ,WAEP,OADAC,EAAS3V,KAAMvE,WAAY0Y,KAAM1Y,WAC1BtE,MAERye,QAAS,SAAUtb,GAClB,OAAO4Z,EAAQE,KAAM,KAAM9Z,IAI5Bub,KAAM,WACL,IAAIC,EAAMra,UAEV,OAAOtB,EAAOmb,SAAU,SAAUS,GACjC5b,EAAOkB,KAAMma,EAAQ,SAAU7W,EAAIqX,GAGlC,IAAI1b,EAAK9B,EAAYsd,EAAKE,EAAO,MAAWF,EAAKE,EAAO,IAKxDL,EAAUK,EAAO,IAAO,WACvB,IAAIC,EAAW3b,GAAMA,EAAGxC,MAAOX,KAAMsE,WAChCwa,GAAYzd,EAAYyd,EAAS/B,SACrC+B,EAAS/B,UACPgC,SAAUH,EAASI,QACnBnW,KAAM+V,EAASjC,SACfK,KAAM4B,EAAShC,QAEjBgC,EAAUC,EAAO,GAAM,QACtB7e,KACAmD,EAAK,CAAE2b,GAAaxa,eAKxBqa,EAAM,OACH5B,WAELE,KAAM,SAAUgC,EAAaC,EAAYC,GACxC,IAAIC,EAAW,EACf,SAASzC,EAAS0C,EAAOb,EAAU1P,EAASwQ,GAC3C,OAAO,WACN,IAAIC,EAAOvf,KACV2U,EAAOrQ,UACPkb,EAAa,WACZ,IAAIV,EAAU7B,EAKd,KAAKoC,EAAQD,GAAb,CAQA,IAJAN,EAAWhQ,EAAQnO,MAAO4e,EAAM5K,MAId6J,EAASzB,UAC1B,MAAM,IAAI0C,UAAW,4BAOtBxC,EAAO6B,IAKgB,iBAAbA,GACY,mBAAbA,IACRA,EAAS7B,KAGL5b,EAAY4b,GAGXqC,EACJrC,EAAKxc,KACJqe,EACAnC,EAASyC,EAAUZ,EAAUlC,EAAUgD,GACvC3C,EAASyC,EAAUZ,EAAUhC,EAAS8C,KAOvCF,IAEAnC,EAAKxc,KACJqe,EACAnC,EAASyC,EAAUZ,EAAUlC,EAAUgD,GACvC3C,EAASyC,EAAUZ,EAAUhC,EAAS8C,GACtC3C,EAASyC,EAAUZ,EAAUlC,EAC5BkC,EAASkB,eASP5Q,IAAYwN,IAChBiD,OAAOzZ,EACP6O,EAAO,CAAEmK,KAKRQ,GAAWd,EAASmB,aAAeJ,EAAM5K,MAK7CiL,EAAUN,EACTE,EACA,WACC,IACCA,IACC,MAAQ/S,GAEJzJ,EAAOmb,SAAS0B,eACpB7c,EAAOmb,SAAS0B,cAAepT,EAC9BmT,EAAQE,YAMQV,GAAbC,EAAQ,IAIPvQ,IAAY0N,IAChB+C,OAAOzZ,EACP6O,EAAO,CAAElI,IAGV+R,EAASuB,WAAYR,EAAM5K,MAS3B0K,EACJO,KAKK5c,EAAOmb,SAAS6B,eACpBJ,EAAQE,WAAa9c,EAAOmb,SAAS6B,gBAEtCjgB,EAAOkgB,WAAYL,KAKtB,OAAO5c,EAAOmb,SAAU,SAAUS,GAGjCP,EAAQ,GAAK,GAAI1C,IAChBgB,EACC,EACAiC,EACAvd,EAAY8d,GACXA,EACA7C,EACDsC,EAASc,aAKXrB,EAAQ,GAAK,GAAI1C,IAChBgB,EACC,EACAiC,EACAvd,EAAY4d,GACXA,EACA3C,IAKH+B,EAAQ,GAAK,GAAI1C,IAChBgB,EACC,EACAiC,EACAvd,EAAY6d,GACXA,EACA1C,MAGAO,WAKLA,QAAS,SAAUzb,GAClB,OAAc,MAAPA,EAAc0B,EAAOmC,OAAQ7D,EAAKyb,GAAYA,IAGvDyB,EAAW,GAkEZ,OA/DAxb,EAAOkB,KAAMma,EAAQ,SAAUlc,EAAG0c,GACjC,IAAIrV,EAAOqV,EAAO,GACjBqB,EAAcrB,EAAO,GAKtB9B,EAAS8B,EAAO,IAAQrV,EAAKmS,IAGxBuE,GACJ1W,EAAKmS,IACJ,WAIC2C,EAAQ4B,GAKT7B,EAAQ,EAAIlc,GAAK,GAAI6b,QAIrBK,EAAQ,EAAIlc,GAAK,GAAI6b,QAGrBK,EAAQ,GAAK,GAAIJ,KAGjBI,EAAQ,GAAK,GAAIJ,MAOnBzU,EAAKmS,IAAKkD,EAAO,GAAIjB,MAKrBY,EAAUK,EAAO,IAAQ,WAExB,OADAL,EAAUK,EAAO,GAAM,QAAU7e,OAASwe,OAAW1Y,EAAY9F,KAAMsE,WAChEtE,MAMRwe,EAAUK,EAAO,GAAM,QAAWrV,EAAK0U,WAIxCnB,EAAQA,QAASyB,GAGZJ,GACJA,EAAK3d,KAAM+d,EAAUA,GAIfA,GAIR2B,KAAM,SAAUC,GACf,IAGCC,EAAY/b,UAAUhB,OAGtBnB,EAAIke,EAGJC,EAAkB1a,MAAOzD,GACzBoe,EAAgBjgB,EAAMG,KAAM6D,WAG5Bkc,EAAUxd,EAAOmb,WAGjBsC,EAAa,SAAUte,GACtB,OAAO,SAAUgF,GAChBmZ,EAAiBne,GAAMnC,KACvBugB,EAAepe,GAAyB,EAAnBmC,UAAUhB,OAAahD,EAAMG,KAAM6D,WAAc6C,IAC5DkZ,GACTG,EAAQb,YAAaW,EAAiBC,KAM1C,GAAKF,GAAa,IACjB3D,EAAY0D,EAAaI,EAAQ3X,KAAM4X,EAAYte,IAAMwa,QAAS6D,EAAQ5D,QACxEyD,GAGuB,YAApBG,EAAQlC,SACZjd,EAAYkf,EAAepe,IAAOoe,EAAepe,GAAI8a,OAErD,OAAOuD,EAAQvD,OAKjB,MAAQ9a,IACPua,EAAY6D,EAAepe,GAAKse,EAAYte,GAAKqe,EAAQ5D,QAG1D,OAAO4D,EAAQzD,aAOjB,IAAI2D,EAAc,yDAElB1d,EAAOmb,SAAS0B,cAAgB,SAAUzZ,EAAOua,GAI3C5gB,EAAO6gB,SAAW7gB,EAAO6gB,QAAQC,MAAQza,GAASsa,EAAYjT,KAAMrH,EAAMf,OAC9EtF,EAAO6gB,QAAQC,KAAM,8BAAgCza,EAAM0a,QAAS1a,EAAMua,MAAOA,IAOnF3d,EAAO+d,eAAiB,SAAU3a,GACjCrG,EAAOkgB,WAAY,WAClB,MAAM7Z,KAQR,IAAI4a,EAAYhe,EAAOmb,WAkDvB,SAAS8C,IACRrhB,EAASshB,oBAAqB,mBAAoBD,GAClDlhB,EAAOmhB,oBAAqB,OAAQD,GACpCje,EAAO+X,QAnDR/X,EAAOG,GAAG4X,MAAQ,SAAU5X,GAY3B,OAVA6d,EACE/D,KAAM9Z,GAKNsb,SAAO,SAAUrY,GACjBpD,EAAO+d,eAAgB3a,KAGlBpG,MAGRgD,EAAOmC,OAAQ,CAGdgB,SAAS,EAITgb,UAAW,EAGXpG,MAAO,SAAUqG,KAGF,IAATA,IAAkBpe,EAAOme,UAAYne,EAAOmD,WAKjDnD,EAAOmD,SAAU,KAGZib,GAAsC,IAAnBpe,EAAOme,WAK/BH,EAAUrB,YAAa/f,EAAU,CAAEoD,OAIrCA,EAAO+X,MAAMkC,KAAO+D,EAAU/D,KAaD,aAAxBrd,EAASyhB,YACa,YAAxBzhB,EAASyhB,aAA6BzhB,EAASkQ,gBAAgBwR,SAGjEvhB,EAAOkgB,WAAYjd,EAAO+X,QAK1Bnb,EAASuQ,iBAAkB,mBAAoB8Q,GAG/ClhB,EAAOoQ,iBAAkB,OAAQ8Q,IAQlC,IAAIM,EAAS,SAAUzd,EAAOX,EAAImL,EAAKnH,EAAOqa,EAAWC,EAAUC,GAClE,IAAIvf,EAAI,EACP2C,EAAMhB,EAAMR,OACZqe,EAAc,MAAPrT,EAGR,GAAuB,WAAlBxL,EAAQwL,GAEZ,IAAMnM,KADNqf,GAAY,EACDlT,EACViT,EAAQzd,EAAOX,EAAIhB,EAAGmM,EAAKnM,IAAK,EAAMsf,EAAUC,QAI3C,QAAe5b,IAAVqB,IACXqa,GAAY,EAENngB,EAAY8F,KACjBua,GAAM,GAGFC,IAGCD,GACJve,EAAG1C,KAAMqD,EAAOqD,GAChBhE,EAAK,OAILwe,EAAOxe,EACPA,EAAK,SAAUkB,EAAMud,EAAMza,GAC1B,OAAOwa,EAAKlhB,KAAMuC,EAAQqB,GAAQ8C,MAKhChE,GACJ,KAAQhB,EAAI2C,EAAK3C,IAChBgB,EACCW,EAAO3B,GAAKmM,EAAKoT,EAChBva,EACAA,EAAM1G,KAAMqD,EAAO3B,GAAKA,EAAGgB,EAAIW,EAAO3B,GAAKmM,KAMhD,OAAKkT,EACG1d,EAIH6d,EACGxe,EAAG1C,KAAMqD,GAGVgB,EAAM3B,EAAIW,EAAO,GAAKwK,GAAQmT,GAKlCI,EAAY,QACfC,EAAa,YAGd,SAASC,EAAYC,EAAMC,GAC1B,OAAOA,EAAOC,cAMf,SAASC,EAAWC,GACnB,OAAOA,EAAOlc,QAAS2b,EAAW,OAAQ3b,QAAS4b,EAAYC,GAEhE,IAAIM,EAAa,SAAUC,GAQ1B,OAA0B,IAAnBA,EAAM/gB,UAAqC,IAAnB+gB,EAAM/gB,YAAsB+gB,EAAM/gB,UAMlE,SAASghB,IACRviB,KAAK+F,QAAU/C,EAAO+C,QAAUwc,EAAKC,MAGtCD,EAAKC,IAAM,EAEXD,EAAKhf,UAAY,CAEhB8K,MAAO,SAAUiU,GAGhB,IAAInb,EAAQmb,EAAOtiB,KAAK+F,SA4BxB,OAzBMoB,IACLA,EAAQ,GAKHkb,EAAYC,KAIXA,EAAM/gB,SACV+gB,EAAOtiB,KAAK+F,SAAYoB,EAMxB/G,OAAOqiB,eAAgBH,EAAOtiB,KAAK+F,QAAS,CAC3CoB,MAAOA,EACPub,cAAc,MAMXvb,GAERwb,IAAK,SAAUL,EAAOM,EAAMzb,GAC3B,IAAI0b,EACHxU,EAAQrO,KAAKqO,MAAOiU,GAIrB,GAAqB,iBAATM,EACXvU,EAAO8T,EAAWS,IAAWzb,OAM7B,IAAM0b,KAAQD,EACbvU,EAAO8T,EAAWU,IAAWD,EAAMC,GAGrC,OAAOxU,GAER1K,IAAK,SAAU2e,EAAOhU,GACrB,YAAexI,IAARwI,EACNtO,KAAKqO,MAAOiU,GAGZA,EAAOtiB,KAAK+F,UAAauc,EAAOtiB,KAAK+F,SAAWoc,EAAW7T,KAE7DiT,OAAQ,SAAUe,EAAOhU,EAAKnH,GAa7B,YAAarB,IAARwI,GACCA,GAAsB,iBAARA,QAAgCxI,IAAVqB,EAElCnH,KAAK2D,IAAK2e,EAAOhU,IASzBtO,KAAK2iB,IAAKL,EAAOhU,EAAKnH,QAILrB,IAAVqB,EAAsBA,EAAQmH,IAEtCyP,OAAQ,SAAUuE,EAAOhU,GACxB,IAAInM,EACHkM,EAAQiU,EAAOtiB,KAAK+F,SAErB,QAAeD,IAAVuI,EAAL,CAIA,QAAavI,IAARwI,EAAoB,CAkBxBnM,GAXCmM,EAJI1I,MAAMC,QAASyI,GAIbA,EAAIlK,IAAK+d,IAEf7T,EAAM6T,EAAW7T,MAIJD,EACZ,CAAEC,GACAA,EAAIxB,MAAOuP,IAAmB,IAG1B/Y,OAER,MAAQnB,WACAkM,EAAOC,EAAKnM,UAKR2D,IAARwI,GAAqBtL,EAAOyD,cAAe4H,MAM1CiU,EAAM/gB,SACV+gB,EAAOtiB,KAAK+F,cAAYD,SAEjBwc,EAAOtiB,KAAK+F,YAItB+c,QAAS,SAAUR,GAClB,IAAIjU,EAAQiU,EAAOtiB,KAAK+F,SACxB,YAAiBD,IAAVuI,IAAwBrL,EAAOyD,cAAe4H,KAGvD,IAAI0U,EAAW,IAAIR,EAEfS,EAAW,IAAIT,EAcfU,EAAS,gCACZC,EAAa,SA2Bd,SAASC,EAAU9e,EAAMiK,EAAKsU,GAC7B,IAAIvd,EA1Baud,EA8BjB,QAAc9c,IAAT8c,GAAwC,IAAlBve,EAAK9C,SAI/B,GAHA8D,EAAO,QAAUiJ,EAAIpI,QAASgd,EAAY,OAAQzb,cAG7B,iBAFrBmb,EAAOve,EAAK7B,aAAc6C,IAEM,CAC/B,IACCud,EAnCW,UADGA,EAoCEA,IA/BL,UAATA,IAIS,SAATA,EACG,KAIHA,KAAUA,EAAO,IACbA,EAGJK,EAAOxV,KAAMmV,GACVQ,KAAKC,MAAOT,GAGbA,GAeH,MAAQnW,IAGVuW,EAASL,IAAKte,EAAMiK,EAAKsU,QAEzBA,OAAO9c,EAGT,OAAO8c,EAGR5f,EAAOmC,OAAQ,CACd2d,QAAS,SAAUze,GAClB,OAAO2e,EAASF,QAASze,IAAU0e,EAASD,QAASze,IAGtDue,KAAM,SAAUve,EAAMgB,EAAMud,GAC3B,OAAOI,EAASzB,OAAQld,EAAMgB,EAAMud,IAGrCU,WAAY,SAAUjf,EAAMgB,GAC3B2d,EAASjF,OAAQ1Z,EAAMgB,IAKxBke,MAAO,SAAUlf,EAAMgB,EAAMud,GAC5B,OAAOG,EAASxB,OAAQld,EAAMgB,EAAMud,IAGrCY,YAAa,SAAUnf,EAAMgB,GAC5B0d,EAAShF,OAAQ1Z,EAAMgB,MAIzBrC,EAAOG,GAAGgC,OAAQ,CACjByd,KAAM,SAAUtU,EAAKnH,GACpB,IAAIhF,EAAGkD,EAAMud,EACZve,EAAOrE,KAAM,GACb6O,EAAQxK,GAAQA,EAAKuF,WAGtB,QAAa9D,IAARwI,EAAoB,CACxB,GAAKtO,KAAKsD,SACTsf,EAAOI,EAASrf,IAAKU,GAEE,IAAlBA,EAAK9C,WAAmBwhB,EAASpf,IAAKU,EAAM,iBAAmB,CACnElC,EAAI0M,EAAMvL,OACV,MAAQnB,IAIF0M,EAAO1M,IAEsB,KADjCkD,EAAOwJ,EAAO1M,GAAIkD,MACRxE,QAAS,WAClBwE,EAAO8c,EAAW9c,EAAK/E,MAAO,IAC9B6iB,EAAU9e,EAAMgB,EAAMud,EAAMvd,KAI/B0d,EAASJ,IAAKte,EAAM,gBAAgB,GAItC,OAAOue,EAIR,MAAoB,iBAARtU,EACJtO,KAAKkE,KAAM,WACjB8e,EAASL,IAAK3iB,KAAMsO,KAIfiT,EAAQvhB,KAAM,SAAUmH,GAC9B,IAAIyb,EAOJ,GAAKve,QAAkByB,IAAVqB,EAKZ,YAAcrB,KADd8c,EAAOI,EAASrf,IAAKU,EAAMiK,IAEnBsU,OAMM9c,KADd8c,EAAOO,EAAU9e,EAAMiK,IAEfsU,OAIR,EAID5iB,KAAKkE,KAAM,WAGV8e,EAASL,IAAK3iB,KAAMsO,EAAKnH,MAExB,KAAMA,EAA0B,EAAnB7C,UAAUhB,OAAY,MAAM,IAG7CggB,WAAY,SAAUhV,GACrB,OAAOtO,KAAKkE,KAAM,WACjB8e,EAASjF,OAAQ/d,KAAMsO,QAM1BtL,EAAOmC,OAAQ,CACduY,MAAO,SAAUrZ,EAAM1C,EAAMihB,GAC5B,IAAIlF,EAEJ,GAAKrZ,EAYJ,OAXA1C,GAASA,GAAQ,MAAS,QAC1B+b,EAAQqF,EAASpf,IAAKU,EAAM1C,GAGvBihB,KACElF,GAAS9X,MAAMC,QAAS+c,GAC7BlF,EAAQqF,EAASxB,OAAQld,EAAM1C,EAAMqB,EAAO2D,UAAWic,IAEvDlF,EAAM9c,KAAMgiB,IAGPlF,GAAS,IAIlB+F,QAAS,SAAUpf,EAAM1C,GACxBA,EAAOA,GAAQ,KAEf,IAAI+b,EAAQ1a,EAAO0a,MAAOrZ,EAAM1C,GAC/B+hB,EAAchG,EAAMpa,OACpBH,EAAKua,EAAMlP,QACXmV,EAAQ3gB,EAAO4gB,YAAavf,EAAM1C,GAMvB,eAAPwB,IACJA,EAAKua,EAAMlP,QACXkV,KAGIvgB,IAIU,OAATxB,GACJ+b,EAAM3L,QAAS,qBAIT4R,EAAME,KACb1gB,EAAG1C,KAAM4D,EApBF,WACNrB,EAAOygB,QAASpf,EAAM1C,IAmBFgiB,KAGhBD,GAAeC,GACpBA,EAAM1N,MAAM2H,QAKdgG,YAAa,SAAUvf,EAAM1C,GAC5B,IAAI2M,EAAM3M,EAAO,aACjB,OAAOohB,EAASpf,IAAKU,EAAMiK,IAASyU,EAASxB,OAAQld,EAAMiK,EAAK,CAC/D2H,MAAOjT,EAAOka,UAAW,eAAgBvB,IAAK,WAC7CoH,EAAShF,OAAQ1Z,EAAM,CAAE1C,EAAO,QAAS2M,WAM7CtL,EAAOG,GAAGgC,OAAQ,CACjBuY,MAAO,SAAU/b,EAAMihB,GACtB,IAAIkB,EAAS,EAQb,MANqB,iBAATniB,IACXihB,EAAOjhB,EACPA,EAAO,KACPmiB,KAGIxf,UAAUhB,OAASwgB,EAChB9gB,EAAO0a,MAAO1d,KAAM,GAAK2B,QAGjBmE,IAAT8c,EACN5iB,KACAA,KAAKkE,KAAM,WACV,IAAIwZ,EAAQ1a,EAAO0a,MAAO1d,KAAM2B,EAAMihB,GAGtC5f,EAAO4gB,YAAa5jB,KAAM2B,GAEZ,OAATA,GAAgC,eAAf+b,EAAO,IAC5B1a,EAAOygB,QAASzjB,KAAM2B,MAI1B8hB,QAAS,SAAU9hB,GAClB,OAAO3B,KAAKkE,KAAM,WACjBlB,EAAOygB,QAASzjB,KAAM2B,MAGxBoiB,WAAY,SAAUpiB,GACrB,OAAO3B,KAAK0d,MAAO/b,GAAQ,KAAM,KAKlCob,QAAS,SAAUpb,EAAML,GACxB,IAAIwP,EACHkT,EAAQ,EACRC,EAAQjhB,EAAOmb,WACflM,EAAWjS,KACXmC,EAAInC,KAAKsD,OACTqZ,EAAU,aACCqH,GACTC,EAAMtE,YAAa1N,EAAU,CAAEA,KAIb,iBAATtQ,IACXL,EAAMK,EACNA,OAAOmE,GAERnE,EAAOA,GAAQ,KAEf,MAAQQ,KACP2O,EAAMiS,EAASpf,IAAKsO,EAAU9P,GAAKR,EAAO,gBAC9BmP,EAAImF,QACf+N,IACAlT,EAAImF,MAAM0F,IAAKgB,IAIjB,OADAA,IACOsH,EAAMlH,QAASzb,MAGxB,IAAI4iB,GAAO,sCAA0CC,OAEjDC,GAAU,IAAIra,OAAQ,iBAAmBma,GAAO,cAAe,KAG/DG,GAAY,CAAE,MAAO,QAAS,SAAU,QAExCvU,GAAkBlQ,EAASkQ,gBAI1BwU,GAAa,SAAUjgB,GACzB,OAAOrB,EAAOyF,SAAUpE,EAAK6I,cAAe7I,IAE7CkgB,GAAW,CAAEA,UAAU,GAOnBzU,GAAgB0U,cACpBF,GAAa,SAAUjgB,GACtB,OAAOrB,EAAOyF,SAAUpE,EAAK6I,cAAe7I,IAC3CA,EAAKmgB,YAAaD,MAAelgB,EAAK6I,gBAG1C,IAAIuX,GAAqB,SAAUpgB,EAAMsK,GAOvC,MAA8B,UAH9BtK,EAAOsK,GAAMtK,GAGDqgB,MAAMC,SACM,KAAvBtgB,EAAKqgB,MAAMC,SAMXL,GAAYjgB,IAEsB,SAAlCrB,EAAO4hB,IAAKvgB,EAAM,YAuErB,IAAIwgB,GAAoB,GAyBxB,SAASC,GAAU7S,EAAU8S,GAO5B,IANA,IAAIJ,EAAStgB,EAxBcA,EACvB0T,EACH7V,EACAmK,EACAsY,EAqBAK,EAAS,GACTvJ,EAAQ,EACRnY,EAAS2O,EAAS3O,OAGXmY,EAAQnY,EAAQmY,KACvBpX,EAAO4N,EAAUwJ,IACNiJ,QAIXC,EAAUtgB,EAAKqgB,MAAMC,QAChBI,GAKa,SAAZJ,IACJK,EAAQvJ,GAAUsH,EAASpf,IAAKU,EAAM,YAAe,KAC/C2gB,EAAQvJ,KACbpX,EAAKqgB,MAAMC,QAAU,KAGK,KAAvBtgB,EAAKqgB,MAAMC,SAAkBF,GAAoBpgB,KACrD2gB,EAAQvJ,IA7CVkJ,EAFAziB,EADG6V,OAAAA,EACH7V,GAF0BmC,EAiDaA,GA/C5B6I,cACXb,EAAWhI,EAAKgI,UAChBsY,EAAUE,GAAmBxY,MAM9B0L,EAAO7V,EAAI+iB,KAAKtiB,YAAaT,EAAII,cAAe+J,IAChDsY,EAAU3hB,EAAO4hB,IAAK7M,EAAM,WAE5BA,EAAKnV,WAAWC,YAAakV,GAEZ,SAAZ4M,IACJA,EAAU,SAEXE,GAAmBxY,GAAasY,MAkCb,SAAZA,IACJK,EAAQvJ,GAAU,OAGlBsH,EAASJ,IAAKte,EAAM,UAAWsgB,KAMlC,IAAMlJ,EAAQ,EAAGA,EAAQnY,EAAQmY,IACR,MAAnBuJ,EAAQvJ,KACZxJ,EAAUwJ,GAAQiJ,MAAMC,QAAUK,EAAQvJ,IAI5C,OAAOxJ,EAGRjP,EAAOG,GAAGgC,OAAQ,CACjB4f,KAAM,WACL,OAAOD,GAAU9kB,MAAM,IAExBklB,KAAM,WACL,OAAOJ,GAAU9kB,OAElBmlB,OAAQ,SAAU7G,GACjB,MAAsB,kBAAVA,EACJA,EAAQte,KAAK+kB,OAAS/kB,KAAKklB,OAG5BllB,KAAKkE,KAAM,WACZugB,GAAoBzkB,MACxBgD,EAAQhD,MAAO+kB,OAEf/hB,EAAQhD,MAAOklB,YAKnB,IAUEE,GACArU,GAXEsU,GAAiB,wBAEjBC,GAAW,iCAEXC,GAAc,qCAMhBH,GADcxlB,EAAS4lB,yBACR7iB,YAAa/C,EAAS0C,cAAe,SACpDyO,GAAQnR,EAAS0C,cAAe,UAM3BG,aAAc,OAAQ,SAC5BsO,GAAMtO,aAAc,UAAW,WAC/BsO,GAAMtO,aAAc,OAAQ,KAE5B2iB,GAAIziB,YAAaoO,IAIjB3P,EAAQqkB,WAAaL,GAAIM,WAAW,GAAOA,WAAW,GAAOlR,UAAUsB,QAIvEsP,GAAIpU,UAAY,yBAChB5P,EAAQukB,iBAAmBP,GAAIM,WAAW,GAAOlR,UAAUuF,aAK3DqL,GAAIpU,UAAY,oBAChB5P,EAAQwkB,SAAWR,GAAI5Q,UAKxB,IAAIqR,GAAU,CAKbC,MAAO,CAAE,EAAG,UAAW,YACvBC,IAAK,CAAE,EAAG,oBAAqB,uBAC/BC,GAAI,CAAE,EAAG,iBAAkB,oBAC3BC,GAAI,CAAE,EAAG,qBAAsB,yBAE/BC,SAAU,CAAE,EAAG,GAAI,KAYpB,SAASC,GAAQjjB,EAAS2N,GAIzB,IAAI9M,EAYJ,OATCA,EAD4C,oBAAjCb,EAAQoK,qBACbpK,EAAQoK,qBAAsBuD,GAAO,KAEI,oBAA7B3N,EAAQ+K,iBACpB/K,EAAQ+K,iBAAkB4C,GAAO,KAGjC,QAGM/K,IAAR+K,GAAqBA,GAAOxE,EAAUnJ,EAAS2N,GAC5C7N,EAAOgB,MAAO,CAAEd,GAAWa,GAG5BA,EAKR,SAASqiB,GAAetiB,EAAOuiB,GAI9B,IAHA,IAAIlkB,EAAI,EACPoZ,EAAIzX,EAAMR,OAEHnB,EAAIoZ,EAAGpZ,IACd4gB,EAASJ,IACR7e,EAAO3B,GACP,cACCkkB,GAAetD,EAASpf,IAAK0iB,EAAalkB,GAAK,eA1CnD0jB,GAAQS,MAAQT,GAAQU,MAAQV,GAAQW,SAAWX,GAAQY,QAAUZ,GAAQC,MAC7ED,GAAQa,GAAKb,GAAQI,GAGf7kB,EAAQwkB,SACbC,GAAQc,SAAWd,GAAQD,OAAS,CAAE,EAAG,+BAAgC,cA2C1E,IAAI7a,GAAQ,YAEZ,SAAS6b,GAAe9iB,EAAOZ,EAAS2jB,EAASC,EAAWC,GAO3D,IANA,IAAI1iB,EAAMyM,EAAKD,EAAKmW,EAAMC,EAAUliB,EACnCmiB,EAAWhkB,EAAQsiB,yBACnB2B,EAAQ,GACRhlB,EAAI,EACJoZ,EAAIzX,EAAMR,OAEHnB,EAAIoZ,EAAGpZ,IAGd,IAFAkC,EAAOP,EAAO3B,KAEQ,IAATkC,EAGZ,GAAwB,WAAnBvB,EAAQuB,GAIZrB,EAAOgB,MAAOmjB,EAAO9iB,EAAK9C,SAAW,CAAE8C,GAASA,QAG1C,GAAM0G,GAAM0C,KAAMpJ,GAIlB,CACNyM,EAAMA,GAAOoW,EAASvkB,YAAaO,EAAQZ,cAAe,QAG1DuO,GAAQyU,GAASnY,KAAM9I,IAAU,CAAE,GAAI,KAAQ,GAAIoD,cACnDuf,EAAOnB,GAAShV,IAASgV,GAAQK,SACjCpV,EAAIE,UAAYgW,EAAM,GAAMhkB,EAAOokB,cAAe/iB,GAAS2iB,EAAM,GAGjEjiB,EAAIiiB,EAAM,GACV,MAAQjiB,IACP+L,EAAMA,EAAI0D,UAKXxR,EAAOgB,MAAOmjB,EAAOrW,EAAItE,aAGzBsE,EAAMoW,EAASxU,YAGXD,YAAc,QAzBlB0U,EAAMvmB,KAAMsC,EAAQmkB,eAAgBhjB,IA+BvC6iB,EAASzU,YAAc,GAEvBtQ,EAAI,EACJ,MAAUkC,EAAO8iB,EAAOhlB,KAGvB,GAAK2kB,IAAkD,EAArC9jB,EAAO6D,QAASxC,EAAMyiB,GAClCC,GACJA,EAAQnmB,KAAMyD,QAgBhB,GAXA4iB,EAAW3C,GAAYjgB,GAGvByM,EAAMqV,GAAQe,EAASvkB,YAAa0B,GAAQ,UAGvC4iB,GACJb,GAAetV,GAIX+V,EAAU,CACd9hB,EAAI,EACJ,MAAUV,EAAOyM,EAAK/L,KAChBwgB,GAAY9X,KAAMpJ,EAAK1C,MAAQ,KACnCklB,EAAQjmB,KAAMyD,GAMlB,OAAO6iB,EAIR,IAAII,GAAiB,sBAErB,SAASC,KACR,OAAO,EAGR,SAASC,KACR,OAAO,EASR,SAASC,GAAYpjB,EAAM1C,GAC1B,OAAS0C,IAMV,WACC,IACC,OAAOzE,EAAS6V,cACf,MAAQiS,KATQC,KAAqC,UAAThmB,GAY/C,SAASimB,GAAIvjB,EAAMwjB,EAAO5kB,EAAU2f,EAAMzf,EAAI2kB,GAC7C,IAAIC,EAAQpmB,EAGZ,GAAsB,iBAAVkmB,EAAqB,CAShC,IAAMlmB,IANmB,iBAAbsB,IAGX2f,EAAOA,GAAQ3f,EACfA,OAAW6C,GAEE+hB,EACbD,GAAIvjB,EAAM1C,EAAMsB,EAAU2f,EAAMiF,EAAOlmB,GAAQmmB,GAEhD,OAAOzjB,EAsBR,GAnBa,MAARue,GAAsB,MAANzf,GAGpBA,EAAKF,EACL2f,EAAO3f,OAAW6C,GACD,MAAN3C,IACc,iBAAbF,GAGXE,EAAKyf,EACLA,OAAO9c,IAIP3C,EAAKyf,EACLA,EAAO3f,EACPA,OAAW6C,KAGD,IAAP3C,EACJA,EAAKqkB,QACC,IAAMrkB,EACZ,OAAOkB,EAeR,OAZa,IAARyjB,IACJC,EAAS5kB,GACTA,EAAK,SAAU6kB,GAId,OADAhlB,IAASilB,IAAKD,GACPD,EAAOpnB,MAAOX,KAAMsE,aAIzB8C,KAAO2gB,EAAO3gB,OAAU2gB,EAAO3gB,KAAOpE,EAAOoE,SAE1C/C,EAAKH,KAAM,WACjBlB,EAAOglB,MAAMrM,IAAK3b,KAAM6nB,EAAO1kB,EAAIyf,EAAM3f,KA+a3C,SAASilB,GAAgBvZ,EAAIhN,EAAM8lB,GAG5BA,GAQN1E,EAASJ,IAAKhU,EAAIhN,GAAM,GACxBqB,EAAOglB,MAAMrM,IAAKhN,EAAIhN,EAAM,CAC3BiO,WAAW,EACXd,QAAS,SAAUkZ,GAClB,IAAIG,EAAUzU,EACb0U,EAAQrF,EAASpf,IAAK3D,KAAM2B,GAE7B,GAAyB,EAAlBqmB,EAAMK,WAAmBroB,KAAM2B,IAKrC,GAAMymB,EAAM9kB,QAuCEN,EAAOglB,MAAM1I,QAAS3d,IAAU,IAAK2mB,cAClDN,EAAMO,uBArBN,GAdAH,EAAQ9nB,EAAMG,KAAM6D,WACpBye,EAASJ,IAAK3iB,KAAM2B,EAAMymB,GAK1BD,EAAWV,EAAYznB,KAAM2B,GAC7B3B,KAAM2B,KAEDymB,KADL1U,EAASqP,EAASpf,IAAK3D,KAAM2B,KACJwmB,EACxBpF,EAASJ,IAAK3iB,KAAM2B,GAAM,GAE1B+R,EAAS,GAEL0U,IAAU1U,EAWd,OARAsU,EAAMQ,2BACNR,EAAMS,iBAOC/U,GAAUA,EAAOvM,WAefihB,EAAM9kB,SAGjByf,EAASJ,IAAK3iB,KAAM2B,EAAM,CACzBwF,MAAOnE,EAAOglB,MAAMU,QAInB1lB,EAAOmC,OAAQijB,EAAO,GAAKplB,EAAO2lB,MAAMplB,WACxC6kB,EAAM9nB,MAAO,GACbN,QAKFgoB,EAAMQ,qCA/E0B1iB,IAA7Bid,EAASpf,IAAKgL,EAAIhN,IACtBqB,EAAOglB,MAAMrM,IAAKhN,EAAIhN,EAAM4lB,IA5a/BvkB,EAAOglB,MAAQ,CAEdxoB,OAAQ,GAERmc,IAAK,SAAUtX,EAAMwjB,EAAO/Y,EAAS8T,EAAM3f,GAE1C,IAAI2lB,EAAaC,EAAa/X,EAC7BgY,EAAQC,EAAGC,EACX1J,EAAS2J,EAAUtnB,EAAMunB,EAAYC,EACrCC,EAAWrG,EAASpf,IAAKU,GAG1B,GAAMge,EAAYhe,GAAlB,CAKKyK,EAAQA,UAEZA,GADA8Z,EAAc9Z,GACQA,QACtB7L,EAAW2lB,EAAY3lB,UAKnBA,GACJD,EAAO2N,KAAKM,gBAAiBnB,GAAiB7M,GAIzC6L,EAAQ1H,OACb0H,EAAQ1H,KAAOpE,EAAOoE,SAIf0hB,EAASM,EAASN,UACzBA,EAASM,EAASN,OAAS1oB,OAAOipB,OAAQ,QAEnCR,EAAcO,EAASE,UAC9BT,EAAcO,EAASE,OAAS,SAAU7c,GAIzC,MAAyB,oBAAXzJ,GAA0BA,EAAOglB,MAAMuB,YAAc9c,EAAE9K,KACpEqB,EAAOglB,MAAMwB,SAAS7oB,MAAO0D,EAAMC,gBAAcwB,IAMpDijB,GADAlB,GAAUA,GAAS,IAAK/a,MAAOuP,IAAmB,CAAE,KAC1C/Y,OACV,MAAQylB,IAEPpnB,EAAOwnB,GADPrY,EAAMwW,GAAena,KAAM0a,EAAOkB,KAAS,IACpB,GACvBG,GAAepY,EAAK,IAAO,IAAKvJ,MAAO,KAAMtC,OAGvCtD,IAKN2d,EAAUtc,EAAOglB,MAAM1I,QAAS3d,IAAU,GAG1CA,GAASsB,EAAWqc,EAAQgJ,aAAehJ,EAAQmK,WAAc9nB,EAGjE2d,EAAUtc,EAAOglB,MAAM1I,QAAS3d,IAAU,GAG1CqnB,EAAYhmB,EAAOmC,OAAQ,CAC1BxD,KAAMA,EACNwnB,SAAUA,EACVvG,KAAMA,EACN9T,QAASA,EACT1H,KAAM0H,EAAQ1H,KACdnE,SAAUA,EACV6H,aAAc7H,GAAYD,EAAOgP,KAAKlF,MAAMhC,aAAa2C,KAAMxK,GAC/D2M,UAAWsZ,EAAWrb,KAAM,MAC1B+a,IAGKK,EAAWH,EAAQnnB,OAC1BsnB,EAAWH,EAAQnnB,GAAS,IACnB+nB,cAAgB,EAGnBpK,EAAQqK,QACiD,IAA9DrK,EAAQqK,MAAMlpB,KAAM4D,EAAMue,EAAMsG,EAAYL,IAEvCxkB,EAAK8L,kBACT9L,EAAK8L,iBAAkBxO,EAAMknB,IAK3BvJ,EAAQ3D,MACZ2D,EAAQ3D,IAAIlb,KAAM4D,EAAM2kB,GAElBA,EAAUla,QAAQ1H,OACvB4hB,EAAUla,QAAQ1H,KAAO0H,EAAQ1H,OAK9BnE,EACJgmB,EAAS/jB,OAAQ+jB,EAASS,gBAAiB,EAAGV,GAE9CC,EAASroB,KAAMooB,GAIhBhmB,EAAOglB,MAAMxoB,OAAQmC,IAAS,KAMhCoc,OAAQ,SAAU1Z,EAAMwjB,EAAO/Y,EAAS7L,EAAU2mB,GAEjD,IAAI7kB,EAAG8kB,EAAW/Y,EACjBgY,EAAQC,EAAGC,EACX1J,EAAS2J,EAAUtnB,EAAMunB,EAAYC,EACrCC,EAAWrG,EAASD,QAASze,IAAU0e,EAASpf,IAAKU,GAEtD,GAAM+kB,IAAeN,EAASM,EAASN,QAAvC,CAMAC,GADAlB,GAAUA,GAAS,IAAK/a,MAAOuP,IAAmB,CAAE,KAC1C/Y,OACV,MAAQylB,IAMP,GAJApnB,EAAOwnB,GADPrY,EAAMwW,GAAena,KAAM0a,EAAOkB,KAAS,IACpB,GACvBG,GAAepY,EAAK,IAAO,IAAKvJ,MAAO,KAAMtC,OAGvCtD,EAAN,CAOA2d,EAAUtc,EAAOglB,MAAM1I,QAAS3d,IAAU,GAE1CsnB,EAAWH,EADXnnB,GAASsB,EAAWqc,EAAQgJ,aAAehJ,EAAQmK,WAAc9nB,IACpC,GAC7BmP,EAAMA,EAAK,IACV,IAAI/G,OAAQ,UAAYmf,EAAWrb,KAAM,iBAAoB,WAG9Dgc,EAAY9kB,EAAIkkB,EAAS3lB,OACzB,MAAQyB,IACPikB,EAAYC,EAAUlkB,IAEf6kB,GAAeT,IAAaH,EAAUG,UACzCra,GAAWA,EAAQ1H,OAAS4hB,EAAU5hB,MACtC0J,IAAOA,EAAIrD,KAAMub,EAAUpZ,YAC3B3M,GAAYA,IAAa+lB,EAAU/lB,WACxB,OAAbA,IAAqB+lB,EAAU/lB,YAChCgmB,EAAS/jB,OAAQH,EAAG,GAEfikB,EAAU/lB,UACdgmB,EAASS,gBAELpK,EAAQvB,QACZuB,EAAQvB,OAAOtd,KAAM4D,EAAM2kB,IAOzBa,IAAcZ,EAAS3lB,SACrBgc,EAAQwK,WACkD,IAA/DxK,EAAQwK,SAASrpB,KAAM4D,EAAM6kB,EAAYE,EAASE,SAElDtmB,EAAO+mB,YAAa1lB,EAAM1C,EAAMynB,EAASE,eAGnCR,EAAQnnB,SA1Cf,IAAMA,KAAQmnB,EACb9lB,EAAOglB,MAAMjK,OAAQ1Z,EAAM1C,EAAOkmB,EAAOkB,GAAKja,EAAS7L,GAAU,GA8C/DD,EAAOyD,cAAeqiB,IAC1B/F,EAAShF,OAAQ1Z,EAAM,mBAIzBmlB,SAAU,SAAUQ,GAEnB,IAAI7nB,EAAG4C,EAAGhB,EAAK+Q,EAASkU,EAAWiB,EAClCtV,EAAO,IAAI/O,MAAOtB,UAAUhB,QAG5B0kB,EAAQhlB,EAAOglB,MAAMkC,IAAKF,GAE1Bf,GACClG,EAASpf,IAAK3D,KAAM,WAAcI,OAAOipB,OAAQ,OAC/CrB,EAAMrmB,OAAU,GACnB2d,EAAUtc,EAAOglB,MAAM1I,QAAS0I,EAAMrmB,OAAU,GAKjD,IAFAgT,EAAM,GAAMqT,EAEN7lB,EAAI,EAAGA,EAAImC,UAAUhB,OAAQnB,IAClCwS,EAAMxS,GAAMmC,UAAWnC,GAMxB,GAHA6lB,EAAMmC,eAAiBnqB,MAGlBsf,EAAQ8K,cAA2D,IAA5C9K,EAAQ8K,YAAY3pB,KAAMT,KAAMgoB,GAA5D,CAKAiC,EAAejnB,EAAOglB,MAAMiB,SAASxoB,KAAMT,KAAMgoB,EAAOiB,GAGxD9mB,EAAI,EACJ,OAAU2S,EAAUmV,EAAc9nB,QAAY6lB,EAAMqC,uBAAyB,CAC5ErC,EAAMsC,cAAgBxV,EAAQzQ,KAE9BU,EAAI,EACJ,OAAUikB,EAAYlU,EAAQmU,SAAUlkB,QACtCijB,EAAMuC,gCAIDvC,EAAMwC,aAAsC,IAAxBxB,EAAUpZ,YACnCoY,EAAMwC,WAAW/c,KAAMub,EAAUpZ,aAEjCoY,EAAMgB,UAAYA,EAClBhB,EAAMpF,KAAOoG,EAAUpG,UAKV9c,KAHb/B,IAAUf,EAAOglB,MAAM1I,QAAS0J,EAAUG,WAAc,IAAKG,QAC5DN,EAAUla,SAAUnO,MAAOmU,EAAQzQ,KAAMsQ,MAGT,KAAzBqT,EAAMtU,OAAS3P,KACrBikB,EAAMS,iBACNT,EAAMO,oBAYX,OAJKjJ,EAAQmL,cACZnL,EAAQmL,aAAahqB,KAAMT,KAAMgoB,GAG3BA,EAAMtU,SAGduV,SAAU,SAAUjB,EAAOiB,GAC1B,IAAI9mB,EAAG6mB,EAAW5W,EAAKsY,EAAiBC,EACvCV,EAAe,GACfP,EAAgBT,EAASS,cACzBza,EAAM+Y,EAAMviB,OAGb,GAAKikB,GAIJza,EAAI1N,YAOc,UAAfymB,EAAMrmB,MAAoC,GAAhBqmB,EAAM7R,QAEnC,KAAQlH,IAAQjP,KAAMiP,EAAMA,EAAIrM,YAAc5C,KAI7C,GAAsB,IAAjBiP,EAAI1N,WAAoC,UAAfymB,EAAMrmB,OAAqC,IAAjBsN,EAAI7C,UAAsB,CAGjF,IAFAse,EAAkB,GAClBC,EAAmB,GACbxoB,EAAI,EAAGA,EAAIunB,EAAevnB,SAME2D,IAA5B6kB,EAFLvY,GAHA4W,EAAYC,EAAU9mB,IAGNc,SAAW,OAG1B0nB,EAAkBvY,GAAQ4W,EAAUle,cACC,EAApC9H,EAAQoP,EAAKpS,MAAOyb,MAAOxM,GAC3BjM,EAAO2N,KAAMyB,EAAKpS,KAAM,KAAM,CAAEiP,IAAQ3L,QAErCqnB,EAAkBvY,IACtBsY,EAAgB9pB,KAAMooB,GAGnB0B,EAAgBpnB,QACpB2mB,EAAarpB,KAAM,CAAEyD,KAAM4K,EAAKga,SAAUyB,IAY9C,OALAzb,EAAMjP,KACD0pB,EAAgBT,EAAS3lB,QAC7B2mB,EAAarpB,KAAM,CAAEyD,KAAM4K,EAAKga,SAAUA,EAAS3oB,MAAOopB,KAGpDO,GAGRW,QAAS,SAAUvlB,EAAMwlB,GACxBzqB,OAAOqiB,eAAgBzf,EAAO2lB,MAAMplB,UAAW8B,EAAM,CACpDylB,YAAY,EACZpI,cAAc,EAEd/e,IAAKtC,EAAYwpB,GAChB,WACC,GAAK7qB,KAAK+qB,cACT,OAAOF,EAAM7qB,KAAK+qB,gBAGpB,WACC,GAAK/qB,KAAK+qB,cACT,OAAO/qB,KAAK+qB,cAAe1lB,IAI9Bsd,IAAK,SAAUxb,GACd/G,OAAOqiB,eAAgBziB,KAAMqF,EAAM,CAClCylB,YAAY,EACZpI,cAAc,EACdsI,UAAU,EACV7jB,MAAOA,QAMX+iB,IAAK,SAAUa,GACd,OAAOA,EAAe/nB,EAAO+C,SAC5BglB,EACA,IAAI/nB,EAAO2lB,MAAOoC,IAGpBzL,QAAS,CACR2L,KAAM,CAGLC,UAAU,GAEXC,MAAO,CAGNxB,MAAO,SAAU/G,GAIhB,IAAIjU,EAAK3O,MAAQ4iB,EAWjB,OARKyC,GAAe5X,KAAMkB,EAAGhN,OAC5BgN,EAAGwc,OAAS9e,EAAUsC,EAAI,UAG1BuZ,GAAgBvZ,EAAI,QAAS4Y,KAIvB,GAERmB,QAAS,SAAU9F,GAIlB,IAAIjU,EAAK3O,MAAQ4iB,EAUjB,OAPKyC,GAAe5X,KAAMkB,EAAGhN,OAC5BgN,EAAGwc,OAAS9e,EAAUsC,EAAI,UAE1BuZ,GAAgBvZ,EAAI,UAId,GAKRuX,SAAU,SAAU8B,GACnB,IAAIviB,EAASuiB,EAAMviB,OACnB,OAAO4f,GAAe5X,KAAMhI,EAAO9D,OAClC8D,EAAO0lB,OAAS9e,EAAU5G,EAAQ,UAClCsd,EAASpf,IAAK8B,EAAQ,UACtB4G,EAAU5G,EAAQ,OAIrB2lB,aAAc,CACbX,aAAc,SAAUzC,QAIDliB,IAAjBkiB,EAAMtU,QAAwBsU,EAAM+C,gBACxC/C,EAAM+C,cAAcM,YAAcrD,EAAMtU,YAoG7C1Q,EAAO+mB,YAAc,SAAU1lB,EAAM1C,EAAM2nB,GAGrCjlB,EAAK6c,qBACT7c,EAAK6c,oBAAqBvf,EAAM2nB,IAIlCtmB,EAAO2lB,MAAQ,SAAU/mB,EAAK0pB,GAG7B,KAAQtrB,gBAAgBgD,EAAO2lB,OAC9B,OAAO,IAAI3lB,EAAO2lB,MAAO/mB,EAAK0pB,GAI1B1pB,GAAOA,EAAID,MACf3B,KAAK+qB,cAAgBnpB,EACrB5B,KAAK2B,KAAOC,EAAID,KAIhB3B,KAAKurB,mBAAqB3pB,EAAI4pB,uBACH1lB,IAAzBlE,EAAI4pB,mBAGgB,IAApB5pB,EAAIypB,YACL9D,GACAC,GAKDxnB,KAAKyF,OAAW7D,EAAI6D,QAAkC,IAAxB7D,EAAI6D,OAAOlE,SACxCK,EAAI6D,OAAO7C,WACXhB,EAAI6D,OAELzF,KAAKsqB,cAAgB1oB,EAAI0oB,cACzBtqB,KAAKyrB,cAAgB7pB,EAAI6pB,eAIzBzrB,KAAK2B,KAAOC,EAIR0pB,GACJtoB,EAAOmC,OAAQnF,KAAMsrB,GAItBtrB,KAAK0rB,UAAY9pB,GAAOA,EAAI8pB,WAAahjB,KAAKijB,MAG9C3rB,KAAMgD,EAAO+C,UAAY,GAK1B/C,EAAO2lB,MAAMplB,UAAY,CACxBE,YAAaT,EAAO2lB,MACpB4C,mBAAoB/D,GACpB6C,qBAAsB7C,GACtB+C,8BAA+B/C,GAC/BoE,aAAa,EAEbnD,eAAgB,WACf,IAAIhc,EAAIzM,KAAK+qB,cAEb/qB,KAAKurB,mBAAqBhE,GAErB9a,IAAMzM,KAAK4rB,aACfnf,EAAEgc,kBAGJF,gBAAiB,WAChB,IAAI9b,EAAIzM,KAAK+qB,cAEb/qB,KAAKqqB,qBAAuB9C,GAEvB9a,IAAMzM,KAAK4rB,aACfnf,EAAE8b,mBAGJC,yBAA0B,WACzB,IAAI/b,EAAIzM,KAAK+qB,cAEb/qB,KAAKuqB,8BAAgChD,GAEhC9a,IAAMzM,KAAK4rB,aACfnf,EAAE+b,2BAGHxoB,KAAKuoB,oBAKPvlB,EAAOkB,KAAM,CACZ2nB,QAAQ,EACRC,SAAS,EACTC,YAAY,EACZC,gBAAgB,EAChBC,SAAS,EACTC,QAAQ,EACRC,YAAY,EACZC,SAAS,EACTC,OAAO,EACPC,OAAO,EACPC,UAAU,EACVC,MAAM,EACNC,QAAQ,EACRzqB,MAAM,EACN0qB,UAAU,EACVpe,KAAK,EACLqe,SAAS,EACTxW,QAAQ,EACRyW,SAAS,EACTC,SAAS,EACTC,SAAS,EACTC,SAAS,EACTC,SAAS,EACTC,WAAW,EACXC,aAAa,EACbC,SAAS,EACTC,SAAS,EACTC,eAAe,EACfC,WAAW,EACXC,SAAS,EACTC,OAAO,GACLxqB,EAAOglB,MAAM4C,SAEhB5nB,EAAOkB,KAAM,CAAEsR,MAAO,UAAWiY,KAAM,YAAc,SAAU9rB,EAAM2mB,GACpEtlB,EAAOglB,MAAM1I,QAAS3d,GAAS,CAG9BgoB,MAAO,WAQN,OAHAzB,GAAgBloB,KAAM2B,EAAM8lB,KAGrB,GAERiB,QAAS,WAMR,OAHAR,GAAgBloB,KAAM2B,IAGf,GAKRukB,SAAU,SAAU8B,GACnB,OAAOjF,EAASpf,IAAKqkB,EAAMviB,OAAQ9D,IAGpC2mB,aAAcA,KAYhBtlB,EAAOkB,KAAM,CACZwpB,WAAY,YACZC,WAAY,WACZC,aAAc,cACdC,aAAc,cACZ,SAAUC,EAAM5D,GAClBlnB,EAAOglB,MAAM1I,QAASwO,GAAS,CAC9BxF,aAAc4B,EACdT,SAAUS,EAEVZ,OAAQ,SAAUtB,GACjB,IAAIjkB,EAEHgqB,EAAU/F,EAAMyD,cAChBzC,EAAYhB,EAAMgB,UASnB,OALM+E,IAAaA,IANT/tB,MAMgCgD,EAAOyF,SANvCzI,KAMyD+tB,MAClE/F,EAAMrmB,KAAOqnB,EAAUG,SACvBplB,EAAMilB,EAAUla,QAAQnO,MAAOX,KAAMsE,WACrC0jB,EAAMrmB,KAAOuoB,GAEPnmB,MAKVf,EAAOG,GAAGgC,OAAQ,CAEjByiB,GAAI,SAAUC,EAAO5kB,EAAU2f,EAAMzf,GACpC,OAAOykB,GAAI5nB,KAAM6nB,EAAO5kB,EAAU2f,EAAMzf,IAEzC2kB,IAAK,SAAUD,EAAO5kB,EAAU2f,EAAMzf,GACrC,OAAOykB,GAAI5nB,KAAM6nB,EAAO5kB,EAAU2f,EAAMzf,EAAI,IAE7C8kB,IAAK,SAAUJ,EAAO5kB,EAAUE,GAC/B,IAAI6lB,EAAWrnB,EACf,GAAKkmB,GAASA,EAAMY,gBAAkBZ,EAAMmB,UAW3C,OARAA,EAAYnB,EAAMmB,UAClBhmB,EAAQ6kB,EAAMsC,gBAAiBlC,IAC9Be,EAAUpZ,UACToZ,EAAUG,SAAW,IAAMH,EAAUpZ,UACrCoZ,EAAUG,SACXH,EAAU/lB,SACV+lB,EAAUla,SAEJ9O,KAER,GAAsB,iBAAV6nB,EAAqB,CAGhC,IAAMlmB,KAAQkmB,EACb7nB,KAAKioB,IAAKtmB,EAAMsB,EAAU4kB,EAAOlmB,IAElC,OAAO3B,KAWR,OATkB,IAAbiD,GAA0C,mBAAbA,IAGjCE,EAAKF,EACLA,OAAW6C,IAEA,IAAP3C,IACJA,EAAKqkB,IAECxnB,KAAKkE,KAAM,WACjBlB,EAAOglB,MAAMjK,OAAQ/d,KAAM6nB,EAAO1kB,EAAIF,QAMzC,IAKC+qB,GAAe,wBAGfC,GAAW,oCAEXC,GAAe,6BAGhB,SAASC,GAAoB9pB,EAAM8X,GAClC,OAAK9P,EAAUhI,EAAM,UACpBgI,EAA+B,KAArB8P,EAAQ5a,SAAkB4a,EAAUA,EAAQzJ,WAAY,OAE3D1P,EAAQqB,GAAO6W,SAAU,SAAW,IAGrC7W,EAIR,SAAS+pB,GAAe/pB,GAEvB,OADAA,EAAK1C,MAAyC,OAAhC0C,EAAK7B,aAAc,SAAsB,IAAM6B,EAAK1C,KAC3D0C,EAER,SAASgqB,GAAehqB,GAOvB,MAN2C,WAApCA,EAAK1C,MAAQ,IAAKrB,MAAO,EAAG,GAClC+D,EAAK1C,KAAO0C,EAAK1C,KAAKrB,MAAO,GAE7B+D,EAAK8J,gBAAiB,QAGhB9J,EAGR,SAASiqB,GAAgB1sB,EAAK2sB,GAC7B,IAAIpsB,EAAGoZ,EAAG5Z,EAAgB6sB,EAAUC,EAAU3F,EAE9C,GAAuB,IAAlByF,EAAKhtB,SAAV,CAKA,GAAKwhB,EAASD,QAASlhB,KAEtBknB,EADW/F,EAASpf,IAAK/B,GACPknB,QAKjB,IAAMnnB,KAFNohB,EAAShF,OAAQwQ,EAAM,iBAETzF,EACb,IAAM3mB,EAAI,EAAGoZ,EAAIuN,EAAQnnB,GAAO2B,OAAQnB,EAAIoZ,EAAGpZ,IAC9Ca,EAAOglB,MAAMrM,IAAK4S,EAAM5sB,EAAMmnB,EAAQnnB,GAAQQ,IAO7C6gB,EAASF,QAASlhB,KACtB4sB,EAAWxL,EAASzB,OAAQ3f,GAC5B6sB,EAAWzrB,EAAOmC,OAAQ,GAAIqpB,GAE9BxL,EAASL,IAAK4L,EAAME,KAkBtB,SAASC,GAAUC,EAAYha,EAAMxQ,EAAU4iB,GAG9CpS,EAAOpU,EAAMoU,GAEb,IAAIuS,EAAU3iB,EAAOsiB,EAAS+H,EAAY3sB,EAAMC,EAC/CC,EAAI,EACJoZ,EAAIoT,EAAWrrB,OACfurB,EAAWtT,EAAI,EACfpU,EAAQwN,EAAM,GACdma,EAAkBztB,EAAY8F,GAG/B,GAAK2nB,GACG,EAAJvT,GAA0B,iBAAVpU,IAChB/F,EAAQqkB,YAAcwI,GAASxgB,KAAMtG,GACxC,OAAOwnB,EAAWzqB,KAAM,SAAUuX,GACjC,IAAIb,EAAO+T,EAAWnqB,GAAIiX,GACrBqT,IACJna,EAAM,GAAMxN,EAAM1G,KAAMT,KAAMyb,EAAOb,EAAKmU,SAE3CL,GAAU9T,EAAMjG,EAAMxQ,EAAU4iB,KAIlC,GAAKxL,IAEJhX,GADA2iB,EAAWN,GAAejS,EAAMga,EAAY,GAAIzhB,eAAe,EAAOyhB,EAAY5H,IACjErU,WAEmB,IAA/BwU,EAAS1a,WAAWlJ,SACxB4jB,EAAW3iB,GAIPA,GAASwiB,GAAU,CAOvB,IALA6H,GADA/H,EAAU7jB,EAAOoB,IAAK+hB,GAAQe,EAAU,UAAYkH,KAC/B9qB,OAKbnB,EAAIoZ,EAAGpZ,IACdF,EAAOilB,EAEF/kB,IAAM0sB,IACV5sB,EAAOe,EAAOwC,MAAOvD,GAAM,GAAM,GAG5B2sB,GAIJ5rB,EAAOgB,MAAO6iB,EAASV,GAAQlkB,EAAM,YAIvCkC,EAAS1D,KAAMkuB,EAAYxsB,GAAKF,EAAME,GAGvC,GAAKysB,EAOJ,IANA1sB,EAAM2kB,EAASA,EAAQvjB,OAAS,GAAI4J,cAGpClK,EAAOoB,IAAKyiB,EAASwH,IAGflsB,EAAI,EAAGA,EAAIysB,EAAYzsB,IAC5BF,EAAO4kB,EAAS1kB,GACXojB,GAAY9X,KAAMxL,EAAKN,MAAQ,MAClCohB,EAASxB,OAAQtf,EAAM,eACxBe,EAAOyF,SAAUvG,EAAKD,KAEjBA,EAAKL,KAA8C,YAArCK,EAAKN,MAAQ,IAAK8F,cAG/BzE,EAAOgsB,WAAa/sB,EAAKH,UAC7BkB,EAAOgsB,SAAU/sB,EAAKL,IAAK,CAC1BC,MAAOI,EAAKJ,OAASI,EAAKO,aAAc,UACtCN,GASJH,EAASE,EAAKwQ,YAAYvM,QAASgoB,GAAc,IAAMjsB,EAAMC,IAQnE,OAAOysB,EAGR,SAAS5Q,GAAQ1Z,EAAMpB,EAAUgsB,GAKhC,IAJA,IAAIhtB,EACHklB,EAAQlkB,EAAWD,EAAOyN,OAAQxN,EAAUoB,GAASA,EACrDlC,EAAI,EAE4B,OAAvBF,EAAOklB,EAAOhlB,IAAeA,IAChC8sB,GAA8B,IAAlBhtB,EAAKV,UACtByB,EAAOksB,UAAW/I,GAAQlkB,IAGtBA,EAAKW,aACJqsB,GAAY3K,GAAYriB,IAC5BmkB,GAAeD,GAAQlkB,EAAM,WAE9BA,EAAKW,WAAWC,YAAaZ,IAI/B,OAAOoC,EAGRrB,EAAOmC,OAAQ,CACdiiB,cAAe,SAAU2H,GACxB,OAAOA,GAGRvpB,MAAO,SAAUnB,EAAM8qB,EAAeC,GACrC,IAAIjtB,EAAGoZ,EAAG8T,EAAaC,EA1IN1tB,EAAK2sB,EACnBliB,EA0IF7G,EAAQnB,EAAKqhB,WAAW,GACxB6J,EAASjL,GAAYjgB,GAGtB,KAAMjD,EAAQukB,gBAAsC,IAAlBthB,EAAK9C,UAAoC,KAAlB8C,EAAK9C,UAC3DyB,EAAOiX,SAAU5V,IAMnB,IAHAirB,EAAenJ,GAAQ3gB,GAGjBrD,EAAI,EAAGoZ,GAFb8T,EAAclJ,GAAQ9hB,IAEOf,OAAQnB,EAAIoZ,EAAGpZ,IAtJ5BP,EAuJLytB,EAAaltB,GAvJHosB,EAuJQe,EAAcntB,QAtJzCkK,EAGc,WAHdA,EAAWkiB,EAAKliB,SAAS5E,gBAGA4d,GAAe5X,KAAM7L,EAAID,MACrD4sB,EAAKzY,QAAUlU,EAAIkU,QAGK,UAAbzJ,GAAqC,aAAbA,IACnCkiB,EAAKxU,aAAenY,EAAImY,cAmJxB,GAAKoV,EACJ,GAAKC,EAIJ,IAHAC,EAAcA,GAAelJ,GAAQ9hB,GACrCirB,EAAeA,GAAgBnJ,GAAQ3gB,GAEjCrD,EAAI,EAAGoZ,EAAI8T,EAAY/rB,OAAQnB,EAAIoZ,EAAGpZ,IAC3CmsB,GAAgBe,EAAaltB,GAAKmtB,EAAcntB,SAGjDmsB,GAAgBjqB,EAAMmB,GAWxB,OAL2B,GAD3B8pB,EAAenJ,GAAQ3gB,EAAO,WACZlC,QACjB8iB,GAAekJ,GAAeC,GAAUpJ,GAAQ9hB,EAAM,WAIhDmB,GAGR0pB,UAAW,SAAUprB,GAKpB,IAJA,IAAI8e,EAAMve,EAAM1C,EACf2d,EAAUtc,EAAOglB,MAAM1I,QACvBnd,EAAI,OAE6B2D,KAAxBzB,EAAOP,EAAO3B,IAAqBA,IAC5C,GAAKkgB,EAAYhe,GAAS,CACzB,GAAOue,EAAOve,EAAM0e,EAAShd,SAAc,CAC1C,GAAK6c,EAAKkG,OACT,IAAMnnB,KAAQihB,EAAKkG,OACbxJ,EAAS3d,GACbqB,EAAOglB,MAAMjK,OAAQ1Z,EAAM1C,GAI3BqB,EAAO+mB,YAAa1lB,EAAM1C,EAAMihB,EAAK0G,QAOxCjlB,EAAM0e,EAAShd,cAAYD,EAEvBzB,EAAM2e,EAASjd,WAInB1B,EAAM2e,EAASjd,cAAYD,OAOhC9C,EAAOG,GAAGgC,OAAQ,CACjBqqB,OAAQ,SAAUvsB,GACjB,OAAO8a,GAAQ/d,KAAMiD,GAAU,IAGhC8a,OAAQ,SAAU9a,GACjB,OAAO8a,GAAQ/d,KAAMiD,IAGtBV,KAAM,SAAU4E,GACf,OAAOoa,EAAQvhB,KAAM,SAAUmH,GAC9B,YAAiBrB,IAAVqB,EACNnE,EAAOT,KAAMvC,MACbA,KAAKiW,QAAQ/R,KAAM,WACK,IAAlBlE,KAAKuB,UAAoC,KAAlBvB,KAAKuB,UAAqC,IAAlBvB,KAAKuB,WACxDvB,KAAKyS,YAActL,MAGpB,KAAMA,EAAO7C,UAAUhB,SAG3BmsB,OAAQ,WACP,OAAOf,GAAU1uB,KAAMsE,UAAW,SAAUD,GACpB,IAAlBrE,KAAKuB,UAAoC,KAAlBvB,KAAKuB,UAAqC,IAAlBvB,KAAKuB,UAC3C4sB,GAAoBnuB,KAAMqE,GAChC1B,YAAa0B,MAKvBqrB,QAAS,WACR,OAAOhB,GAAU1uB,KAAMsE,UAAW,SAAUD,GAC3C,GAAuB,IAAlBrE,KAAKuB,UAAoC,KAAlBvB,KAAKuB,UAAqC,IAAlBvB,KAAKuB,SAAiB,CACzE,IAAIkE,EAAS0oB,GAAoBnuB,KAAMqE,GACvCoB,EAAOkqB,aAActrB,EAAMoB,EAAOiN,gBAKrCkd,OAAQ,WACP,OAAOlB,GAAU1uB,KAAMsE,UAAW,SAAUD,GACtCrE,KAAK4C,YACT5C,KAAK4C,WAAW+sB,aAActrB,EAAMrE,SAKvC6vB,MAAO,WACN,OAAOnB,GAAU1uB,KAAMsE,UAAW,SAAUD,GACtCrE,KAAK4C,YACT5C,KAAK4C,WAAW+sB,aAActrB,EAAMrE,KAAKoP,gBAK5C6G,MAAO,WAIN,IAHA,IAAI5R,EACHlC,EAAI,EAE2B,OAAtBkC,EAAOrE,KAAMmC,IAAeA,IACd,IAAlBkC,EAAK9C,WAGTyB,EAAOksB,UAAW/I,GAAQ9hB,GAAM,IAGhCA,EAAKoO,YAAc,IAIrB,OAAOzS,MAGRwF,MAAO,SAAU2pB,EAAeC,GAI/B,OAHAD,EAAiC,MAAjBA,GAAgCA,EAChDC,EAAyC,MAArBA,EAA4BD,EAAgBC,EAEzDpvB,KAAKoE,IAAK,WAChB,OAAOpB,EAAOwC,MAAOxF,KAAMmvB,EAAeC,MAI5CL,KAAM,SAAU5nB,GACf,OAAOoa,EAAQvhB,KAAM,SAAUmH,GAC9B,IAAI9C,EAAOrE,KAAM,IAAO,GACvBmC,EAAI,EACJoZ,EAAIvb,KAAKsD,OAEV,QAAewC,IAAVqB,GAAyC,IAAlB9C,EAAK9C,SAChC,OAAO8C,EAAK2M,UAIb,GAAsB,iBAAV7J,IAAuB6mB,GAAavgB,KAAMtG,KACpD0e,IAAWP,GAASnY,KAAMhG,IAAW,CAAE,GAAI,KAAQ,GAAIM,eAAkB,CAE1EN,EAAQnE,EAAOokB,cAAejgB,GAE9B,IACC,KAAQhF,EAAIoZ,EAAGpZ,IAIS,KAHvBkC,EAAOrE,KAAMmC,IAAO,IAGVZ,WACTyB,EAAOksB,UAAW/I,GAAQ9hB,GAAM,IAChCA,EAAK2M,UAAY7J,GAInB9C,EAAO,EAGN,MAAQoI,KAGNpI,GACJrE,KAAKiW,QAAQwZ,OAAQtoB,IAEpB,KAAMA,EAAO7C,UAAUhB,SAG3BwsB,YAAa,WACZ,IAAI/I,EAAU,GAGd,OAAO2H,GAAU1uB,KAAMsE,UAAW,SAAUD,GAC3C,IAAIiQ,EAAStU,KAAK4C,WAEbI,EAAO6D,QAAS7G,KAAM+mB,GAAY,IACtC/jB,EAAOksB,UAAW/I,GAAQnmB,OACrBsU,GACJA,EAAOyb,aAAc1rB,EAAMrE,QAK3B+mB,MAIL/jB,EAAOkB,KAAM,CACZ8rB,SAAU,SACVC,UAAW,UACXN,aAAc,SACdO,YAAa,QACbC,WAAY,eACV,SAAU9qB,EAAM+qB,GAClBptB,EAAOG,GAAIkC,GAAS,SAAUpC,GAO7B,IANA,IAAIa,EACHC,EAAM,GACNssB,EAASrtB,EAAQC,GACjBwB,EAAO4rB,EAAO/sB,OAAS,EACvBnB,EAAI,EAEGA,GAAKsC,EAAMtC,IAClB2B,EAAQ3B,IAAMsC,EAAOzE,KAAOA,KAAKwF,OAAO,GACxCxC,EAAQqtB,EAAQluB,IAAOiuB,GAAYtsB,GAInClD,EAAKD,MAAOoD,EAAKD,EAAMH,OAGxB,OAAO3D,KAAK6D,UAAWE,MAGzB,IAAIusB,GAAY,IAAIvmB,OAAQ,KAAOma,GAAO,kBAAmB,KAEzDqM,GAAc,MAGdC,GAAY,SAAUnsB,GAKxB,IAAImoB,EAAOnoB,EAAK6I,cAAc+C,YAM9B,OAJMuc,GAASA,EAAKiE,SACnBjE,EAAOzsB,GAGDysB,EAAKkE,iBAAkBrsB,IAG5BssB,GAAO,SAAUtsB,EAAMe,EAASjB,GACnC,IAAIJ,EAAKsB,EACRurB,EAAM,GAGP,IAAMvrB,KAAQD,EACbwrB,EAAKvrB,GAAShB,EAAKqgB,MAAOrf,GAC1BhB,EAAKqgB,MAAOrf,GAASD,EAASC,GAM/B,IAAMA,KAHNtB,EAAMI,EAAS1D,KAAM4D,GAGPe,EACbf,EAAKqgB,MAAOrf,GAASurB,EAAKvrB,GAG3B,OAAOtB,GAIJ8sB,GAAY,IAAI9mB,OAAQsa,GAAUxW,KAAM,KAAO,KAE/CnE,GAAa,sBAGbonB,GAAW,IAAI/mB,OAClB,IAAML,GAAa,8BAAgCA,GAAa,KAChE,KAmJD,SAASqnB,GAAQ1sB,EAAMgB,EAAM2rB,GAC5B,IAAIC,EAAOC,EAAUC,EAAUptB,EAC9BqtB,EAAeb,GAAY9iB,KAAMpI,GAMjCqf,EAAQrgB,EAAKqgB,MAoEd,OAlEAsM,EAAWA,GAAYR,GAAWnsB,MAgBjCN,EAAMitB,EAASK,iBAAkBhsB,IAAU2rB,EAAU3rB,GAEhD+rB,GAAgBrtB,IAkBpBA,EAAMA,EAAImC,QAAS4qB,GAAU,YAAUhrB,GAG3B,KAAR/B,GAAeugB,GAAYjgB,KAC/BN,EAAMf,EAAO0hB,MAAOrgB,EAAMgB,KAQrBjE,EAAQkwB,kBAAoBhB,GAAU7iB,KAAM1J,IAAS8sB,GAAUpjB,KAAMpI,KAG1E4rB,EAAQvM,EAAMuM,MACdC,EAAWxM,EAAMwM,SACjBC,EAAWzM,EAAMyM,SAGjBzM,EAAMwM,SAAWxM,EAAMyM,SAAWzM,EAAMuM,MAAQltB,EAChDA,EAAMitB,EAASC,MAGfvM,EAAMuM,MAAQA,EACdvM,EAAMwM,SAAWA,EACjBxM,EAAMyM,SAAWA,SAIJrrB,IAAR/B,EAINA,EAAM,GACNA,EAIF,SAASwtB,GAAcC,EAAaC,GAGnC,MAAO,CACN9tB,IAAK,WACJ,IAAK6tB,IASL,OAASxxB,KAAK2D,IAAM8tB,GAAS9wB,MAAOX,KAAMsE,kBALlCtE,KAAK2D,OA3OhB,WAIC,SAAS+tB,IAGR,GAAMtM,EAAN,CAIAuM,EAAUjN,MAAMkN,QAAU,+EAE1BxM,EAAIV,MAAMkN,QACT,4HAGD9hB,GAAgBnN,YAAagvB,GAAYhvB,YAAayiB,GAEtD,IAAIyM,EAAW9xB,EAAO2wB,iBAAkBtL,GACxC0M,EAAoC,OAAjBD,EAAS3hB,IAG5B6hB,EAAsE,KAA9CC,EAAoBH,EAASI,YAIrD7M,EAAIV,MAAMwN,MAAQ,MAClBC,EAA6D,KAAzCH,EAAoBH,EAASK,OAIjDE,EAAgE,KAAzCJ,EAAoBH,EAASZ,OAMpD7L,EAAIV,MAAM2N,SAAW,WACrBC,EAAiE,KAA9CN,EAAoB5M,EAAImN,YAAc,GAEzDziB,GAAgBjN,YAAa8uB,GAI7BvM,EAAM,MAGP,SAAS4M,EAAoBQ,GAC5B,OAAOxsB,KAAKysB,MAAOC,WAAYF,IAGhC,IAAIV,EAAkBM,EAAsBE,EAAkBH,EAC7DQ,EAAyBZ,EACzBJ,EAAY/xB,EAAS0C,cAAe,OACpC8iB,EAAMxlB,EAAS0C,cAAe,OAGzB8iB,EAAIV,QAMVU,EAAIV,MAAMkO,eAAiB,cAC3BxN,EAAIM,WAAW,GAAOhB,MAAMkO,eAAiB,GAC7CxxB,EAAQyxB,gBAA+C,gBAA7BzN,EAAIV,MAAMkO,eAEpC5vB,EAAOmC,OAAQ/D,EAAS,CACvB0xB,kBAAmB,WAElB,OADApB,IACOU,GAERd,eAAgB,WAEf,OADAI,IACOS,GAERY,cAAe,WAEd,OADArB,IACOI,GAERkB,mBAAoB,WAEnB,OADAtB,IACOK,GAERkB,cAAe,WAEd,OADAvB,IACOY,GAYRY,qBAAsB,WACrB,IAAIC,EAAOnN,EAAIoN,EAASC,EAmCxB,OAlCgC,MAA3BV,IACJQ,EAAQvzB,EAAS0C,cAAe,SAChC0jB,EAAKpmB,EAAS0C,cAAe,MAC7B8wB,EAAUxzB,EAAS0C,cAAe,OAElC6wB,EAAMzO,MAAMkN,QAAU,2DACtB5L,EAAGtB,MAAMkN,QAAU,mBAKnB5L,EAAGtB,MAAM4O,OAAS,MAClBF,EAAQ1O,MAAM4O,OAAS,MAQvBF,EAAQ1O,MAAMC,QAAU,QAExB7U,GACEnN,YAAawwB,GACbxwB,YAAaqjB,GACbrjB,YAAaywB,GAEfC,EAAUtzB,EAAO2wB,iBAAkB1K,GACnC2M,EAA4BY,SAAUF,EAAQC,OAAQ,IACrDC,SAAUF,EAAQG,eAAgB,IAClCD,SAAUF,EAAQI,kBAAmB,MAAWzN,EAAG0N,aAEpD5jB,GAAgBjN,YAAaswB,IAEvBR,MAvIV,GAsPA,IAAIgB,GAAc,CAAE,SAAU,MAAO,MACpCC,GAAah0B,EAAS0C,cAAe,OAAQoiB,MAC7CmP,GAAc,GAkBf,SAASC,GAAezuB,GACvB,IAAI0uB,EAAQ/wB,EAAOgxB,SAAU3uB,IAAUwuB,GAAaxuB,GAEpD,OAAK0uB,IAGA1uB,KAAQuuB,GACLvuB,EAEDwuB,GAAaxuB,GAxBrB,SAAyBA,GAGxB,IAAI4uB,EAAU5uB,EAAM,GAAI6c,cAAgB7c,EAAK/E,MAAO,GACnD6B,EAAIwxB,GAAYrwB,OAEjB,MAAQnB,IAEP,IADAkD,EAAOsuB,GAAaxxB,GAAM8xB,KACbL,GACZ,OAAOvuB,EAeoB6uB,CAAgB7uB,IAAUA,GAIxD,IAmeK0L,GAEHojB,GAheDC,GAAe,4BACfC,GAAU,CAAEhC,SAAU,WAAYiC,WAAY,SAAU3P,QAAS,SACjE4P,GAAqB,CACpBC,cAAe,IACfC,WAAY,OAGd,SAASC,GAAmB9vB,EAAOuC,EAAOwtB,GAIzC,IAAI3tB,EAAUod,GAAQjX,KAAMhG,GAC5B,OAAOH,EAGNhB,KAAK4uB,IAAK,EAAG5tB,EAAS,IAAQ2tB,GAAY,KAAU3tB,EAAS,IAAO,MACpEG,EAGF,SAAS0tB,GAAoBxwB,EAAMywB,EAAWC,EAAKC,EAAaC,EAAQC,GACvE,IAAI/yB,EAAkB,UAAd2yB,EAAwB,EAAI,EACnCK,EAAQ,EACRC,EAAQ,EAGT,GAAKL,KAAUC,EAAc,SAAW,WACvC,OAAO,EAGR,KAAQ7yB,EAAI,EAAGA,GAAK,EAGN,WAAR4yB,IACJK,GAASpyB,EAAO4hB,IAAKvgB,EAAM0wB,EAAM1Q,GAAWliB,IAAK,EAAM8yB,IAIlDD,GAmBQ,YAARD,IACJK,GAASpyB,EAAO4hB,IAAKvgB,EAAM,UAAYggB,GAAWliB,IAAK,EAAM8yB,IAIjD,WAARF,IACJK,GAASpyB,EAAO4hB,IAAKvgB,EAAM,SAAWggB,GAAWliB,GAAM,SAAS,EAAM8yB,MAtBvEG,GAASpyB,EAAO4hB,IAAKvgB,EAAM,UAAYggB,GAAWliB,IAAK,EAAM8yB,GAGhD,YAARF,EACJK,GAASpyB,EAAO4hB,IAAKvgB,EAAM,SAAWggB,GAAWliB,GAAM,SAAS,EAAM8yB,GAItEE,GAASnyB,EAAO4hB,IAAKvgB,EAAM,SAAWggB,GAAWliB,GAAM,SAAS,EAAM8yB,IAoCzE,OAhBMD,GAA8B,GAAfE,IAIpBE,GAASpvB,KAAK4uB,IAAK,EAAG5uB,KAAKqvB,KAC1BhxB,EAAM,SAAWywB,EAAW,GAAI5S,cAAgB4S,EAAUx0B,MAAO,IACjE40B,EACAE,EACAD,EACA,MAIM,GAGDC,EAGR,SAASE,GAAkBjxB,EAAMywB,EAAWK,GAG3C,IAAIF,EAASzE,GAAWnsB,GAKvB2wB,IADmB5zB,EAAQ0xB,qBAAuBqC,IAEE,eAAnDnyB,EAAO4hB,IAAKvgB,EAAM,aAAa,EAAO4wB,GACvCM,EAAmBP,EAEnB5yB,EAAM2uB,GAAQ1sB,EAAMywB,EAAWG,GAC/BO,EAAa,SAAWV,EAAW,GAAI5S,cAAgB4S,EAAUx0B,MAAO,GAIzE,GAAKgwB,GAAU7iB,KAAMrL,GAAQ,CAC5B,IAAM+yB,EACL,OAAO/yB,EAERA,EAAM,OAyCP,QAlCQhB,EAAQ0xB,qBAAuBkC,IAMrC5zB,EAAQ8xB,wBAA0B7mB,EAAUhI,EAAM,OAI3C,SAARjC,IAICswB,WAAYtwB,IAA0D,WAAjDY,EAAO4hB,IAAKvgB,EAAM,WAAW,EAAO4wB,KAG1D5wB,EAAKoxB,iBAAiBnyB,SAEtB0xB,EAAiE,eAAnDhyB,EAAO4hB,IAAKvgB,EAAM,aAAa,EAAO4wB,IAKpDM,EAAmBC,KAAcnxB,KAEhCjC,EAAMiC,EAAMmxB,MAKdpzB,EAAMswB,WAAYtwB,IAAS,GAI1ByyB,GACCxwB,EACAywB,EACAK,IAAWH,EAAc,SAAW,WACpCO,EACAN,EAGA7yB,GAEE,KAGLY,EAAOmC,OAAQ,CAIduwB,SAAU,CACTC,QAAS,CACRhyB,IAAK,SAAUU,EAAM2sB,GACpB,GAAKA,EAAW,CAGf,IAAIjtB,EAAMgtB,GAAQ1sB,EAAM,WACxB,MAAe,KAARN,EAAa,IAAMA,MAO9B6xB,UAAW,CACVC,yBAA2B,EAC3BC,aAAe,EACfC,aAAe,EACfC,UAAY,EACZC,YAAc,EACdxB,YAAc,EACdyB,UAAY,EACZC,YAAc,EACdC,eAAiB,EACjBC,iBAAmB,EACnBC,SAAW,EACXC,YAAc,EACdC,cAAgB,EAChBC,YAAc,EACdd,SAAW,EACXe,OAAS,EACTC,SAAW,EACXC,QAAU,EACVC,QAAU,EACVC,MAAQ,GAKT9C,SAAU,GAGVtP,MAAO,SAAUrgB,EAAMgB,EAAM8B,EAAOguB,GAGnC,GAAM9wB,GAA0B,IAAlBA,EAAK9C,UAAoC,IAAlB8C,EAAK9C,UAAmB8C,EAAKqgB,MAAlE,CAKA,IAAI3gB,EAAKpC,EAAMgiB,EACdoT,EAAW5U,EAAW9c,GACtB+rB,EAAeb,GAAY9iB,KAAMpI,GACjCqf,EAAQrgB,EAAKqgB,MAad,GARM0M,IACL/rB,EAAOyuB,GAAeiD,IAIvBpT,EAAQ3gB,EAAO0yB,SAAUrwB,IAAUrC,EAAO0yB,SAAUqB,QAGrCjxB,IAAVqB,EA0CJ,OAAKwc,GAAS,QAASA,QACwB7d,KAA5C/B,EAAM4f,EAAMhgB,IAAKU,GAAM,EAAO8wB,IAEzBpxB,EAID2gB,EAAOrf,GA7CA,YAHd1D,SAAcwF,KAGcpD,EAAMqgB,GAAQjX,KAAMhG,KAAapD,EAAK,KACjEoD,EA1rEJ,SAAoB9C,EAAMwe,EAAMmU,EAAYC,GAC3C,IAAIC,EAAUC,EACbC,EAAgB,GAChBC,EAAeJ,EACd,WACC,OAAOA,EAAMhoB,OAEd,WACC,OAAOjM,EAAO4hB,IAAKvgB,EAAMwe,EAAM,KAEjCyU,EAAUD,IACVE,EAAOP,GAAcA,EAAY,KAASh0B,EAAO4yB,UAAW/S,GAAS,GAAK,MAG1E2U,EAAgBnzB,EAAK9C,WAClByB,EAAO4yB,UAAW/S,IAAmB,OAAT0U,IAAkBD,IAChDlT,GAAQjX,KAAMnK,EAAO4hB,IAAKvgB,EAAMwe,IAElC,GAAK2U,GAAiBA,EAAe,KAAQD,EAAO,CAInDD,GAAoB,EAGpBC,EAAOA,GAAQC,EAAe,GAG9BA,GAAiBF,GAAW,EAE5B,MAAQF,IAIPp0B,EAAO0hB,MAAOrgB,EAAMwe,EAAM2U,EAAgBD,IACnC,EAAIJ,IAAY,GAAMA,EAAQE,IAAiBC,GAAW,MAAW,IAC3EF,EAAgB,GAEjBI,GAAgCL,EAIjCK,GAAgC,EAChCx0B,EAAO0hB,MAAOrgB,EAAMwe,EAAM2U,EAAgBD,GAG1CP,EAAaA,GAAc,GAgB5B,OAbKA,IACJQ,GAAiBA,IAAkBF,GAAW,EAG9CJ,EAAWF,EAAY,GACtBQ,GAAkBR,EAAY,GAAM,GAAMA,EAAY,IACrDA,EAAY,GACTC,IACJA,EAAMM,KAAOA,EACbN,EAAM5iB,MAAQmjB,EACdP,EAAMjyB,IAAMkyB,IAGPA,EA4nEIO,CAAWpzB,EAAMgB,EAAMtB,GAG/BpC,EAAO,UAIM,MAATwF,GAAiBA,GAAUA,IAOlB,WAATxF,GAAsByvB,IAC1BjqB,GAASpD,GAAOA,EAAK,KAASf,EAAO4yB,UAAWmB,GAAa,GAAK,OAI7D31B,EAAQyxB,iBAA6B,KAAV1rB,GAAiD,IAAjC9B,EAAKxE,QAAS,gBAC9D6jB,EAAOrf,GAAS,WAIXse,GAAY,QAASA,QACsB7d,KAA9CqB,EAAQwc,EAAMhB,IAAKte,EAAM8C,EAAOguB,MAE7B/D,EACJ1M,EAAMgT,YAAaryB,EAAM8B,GAEzBud,EAAOrf,GAAS8B,MAkBpByd,IAAK,SAAUvgB,EAAMgB,EAAM8vB,EAAOF,GACjC,IAAI7yB,EAAKwB,EAAK+f,EACboT,EAAW5U,EAAW9c,GA6BvB,OA5BgBkrB,GAAY9iB,KAAMpI,KAMjCA,EAAOyuB,GAAeiD,KAIvBpT,EAAQ3gB,EAAO0yB,SAAUrwB,IAAUrC,EAAO0yB,SAAUqB,KAGtC,QAASpT,IACtBvhB,EAAMuhB,EAAMhgB,IAAKU,GAAM,EAAM8wB,SAIjBrvB,IAAR1D,IACJA,EAAM2uB,GAAQ1sB,EAAMgB,EAAM4vB,IAId,WAAR7yB,GAAoBiD,KAAQkvB,KAChCnyB,EAAMmyB,GAAoBlvB,IAIZ,KAAV8vB,GAAgBA,GACpBvxB,EAAM8uB,WAAYtwB,IACD,IAAV+yB,GAAkBwC,SAAU/zB,GAAQA,GAAO,EAAIxB,GAGhDA,KAITY,EAAOkB,KAAM,CAAE,SAAU,SAAW,SAAUsD,EAAIstB,GACjD9xB,EAAO0yB,SAAUZ,GAAc,CAC9BnxB,IAAK,SAAUU,EAAM2sB,EAAUmE,GAC9B,GAAKnE,EAIJ,OAAOoD,GAAa3mB,KAAMzK,EAAO4hB,IAAKvgB,EAAM,aAQxCA,EAAKoxB,iBAAiBnyB,QAAWe,EAAKuzB,wBAAwB3G,MAIjEqE,GAAkBjxB,EAAMywB,EAAWK,GAHnCxE,GAAMtsB,EAAMgwB,GAAS,WACpB,OAAOiB,GAAkBjxB,EAAMywB,EAAWK,MAM9CxS,IAAK,SAAUte,EAAM8C,EAAOguB,GAC3B,IAAInuB,EACHiuB,EAASzE,GAAWnsB,GAIpBwzB,GAAsBz2B,EAAQ6xB,iBACT,aAApBgC,EAAO5C,SAIR2C,GADkB6C,GAAsB1C,IAEY,eAAnDnyB,EAAO4hB,IAAKvgB,EAAM,aAAa,EAAO4wB,GACvCN,EAAWQ,EACVN,GACCxwB,EACAywB,EACAK,EACAH,EACAC,GAED,EAqBF,OAjBKD,GAAe6C,IACnBlD,GAAY3uB,KAAKqvB,KAChBhxB,EAAM,SAAWywB,EAAW,GAAI5S,cAAgB4S,EAAUx0B,MAAO,IACjEoyB,WAAYuC,EAAQH,IACpBD,GAAoBxwB,EAAMywB,EAAW,UAAU,EAAOG,GACtD,KAKGN,IAAc3tB,EAAUod,GAAQjX,KAAMhG,KACb,QAA3BH,EAAS,IAAO,QAElB3C,EAAKqgB,MAAOoQ,GAAc3tB,EAC1BA,EAAQnE,EAAO4hB,IAAKvgB,EAAMywB,IAGpBJ,GAAmBrwB,EAAM8C,EAAOwtB,OAK1C3xB,EAAO0yB,SAASzD,WAAaV,GAAcnwB,EAAQ4xB,mBAClD,SAAU3uB,EAAM2sB,GACf,GAAKA,EACJ,OAAS0B,WAAY3B,GAAQ1sB,EAAM,gBAClCA,EAAKuzB,wBAAwBE,KAC5BnH,GAAMtsB,EAAM,CAAE4tB,WAAY,GAAK,WAC9B,OAAO5tB,EAAKuzB,wBAAwBE,QAEnC,OAMP90B,EAAOkB,KAAM,CACZ6zB,OAAQ,GACRC,QAAS,GACTC,OAAQ,SACN,SAAUC,EAAQC,GACpBn1B,EAAO0yB,SAAUwC,EAASC,GAAW,CACpCC,OAAQ,SAAUjxB,GAOjB,IANA,IAAIhF,EAAI,EACPk2B,EAAW,GAGXC,EAAyB,iBAAVnxB,EAAqBA,EAAMI,MAAO,KAAQ,CAAEJ,GAEpDhF,EAAI,EAAGA,IACdk2B,EAAUH,EAAS7T,GAAWliB,GAAMg2B,GACnCG,EAAOn2B,IAAOm2B,EAAOn2B,EAAI,IAAOm2B,EAAO,GAGzC,OAAOD,IAIO,WAAXH,IACJl1B,EAAO0yB,SAAUwC,EAASC,GAASxV,IAAM+R,MAI3C1xB,EAAOG,GAAGgC,OAAQ,CACjByf,IAAK,SAAUvf,EAAM8B,GACpB,OAAOoa,EAAQvhB,KAAM,SAAUqE,EAAMgB,EAAM8B,GAC1C,IAAI8tB,EAAQnwB,EACXV,EAAM,GACNjC,EAAI,EAEL,GAAKyD,MAAMC,QAASR,GAAS,CAI5B,IAHA4vB,EAASzE,GAAWnsB,GACpBS,EAAMO,EAAK/B,OAEHnB,EAAI2C,EAAK3C,IAChBiC,EAAKiB,EAAMlD,IAAQa,EAAO4hB,IAAKvgB,EAAMgB,EAAMlD,IAAK,EAAO8yB,GAGxD,OAAO7wB,EAGR,YAAiB0B,IAAVqB,EACNnE,EAAO0hB,MAAOrgB,EAAMgB,EAAM8B,GAC1BnE,EAAO4hB,IAAKvgB,EAAMgB,IACjBA,EAAM8B,EAA0B,EAAnB7C,UAAUhB,WAM5BN,EAAOG,GAAGo1B,MAAQ,SAAUC,EAAM72B,GAIjC,OAHA62B,EAAOx1B,EAAOy1B,IAAKz1B,EAAOy1B,GAAGC,OAAQF,IAAiBA,EACtD72B,EAAOA,GAAQ,KAER3B,KAAK0d,MAAO/b,EAAM,SAAU4K,EAAMoX,GACxC,IAAIgV,EAAU54B,EAAOkgB,WAAY1T,EAAMisB,GACvC7U,EAAME,KAAO,WACZ9jB,EAAO64B,aAAcD,OAOnB5nB,GAAQnR,EAAS0C,cAAe,SAEnC6xB,GADSv0B,EAAS0C,cAAe,UACpBK,YAAa/C,EAAS0C,cAAe,WAEnDyO,GAAMpP,KAAO,WAIbP,EAAQy3B,QAA0B,KAAhB9nB,GAAM5J,MAIxB/F,EAAQ03B,YAAc3E,GAAIpe,UAI1BhF,GAAQnR,EAAS0C,cAAe,UAC1B6E,MAAQ,IACd4J,GAAMpP,KAAO,QACbP,EAAQ23B,WAA6B,MAAhBhoB,GAAM5J,MAI5B,IAAI6xB,GACHjqB,GAAa/L,EAAOgP,KAAKjD,WAE1B/L,EAAOG,GAAGgC,OAAQ,CACjB+M,KAAM,SAAU7M,EAAM8B,GACrB,OAAOoa,EAAQvhB,KAAMgD,EAAOkP,KAAM7M,EAAM8B,EAA0B,EAAnB7C,UAAUhB,SAG1D21B,WAAY,SAAU5zB,GACrB,OAAOrF,KAAKkE,KAAM,WACjBlB,EAAOi2B,WAAYj5B,KAAMqF,QAK5BrC,EAAOmC,OAAQ,CACd+M,KAAM,SAAU7N,EAAMgB,EAAM8B,GAC3B,IAAIpD,EAAK4f,EACRuV,EAAQ70B,EAAK9C,SAGd,GAAe,IAAV23B,GAAyB,IAAVA,GAAyB,IAAVA,EAKnC,MAAkC,oBAAtB70B,EAAK7B,aACTQ,EAAO6f,KAAMxe,EAAMgB,EAAM8B,IAKlB,IAAV+xB,GAAgBl2B,EAAOiX,SAAU5V,KACrCsf,EAAQ3gB,EAAOm2B,UAAW9zB,EAAKoC,iBAC5BzE,EAAOgP,KAAKlF,MAAMjC,KAAK4C,KAAMpI,GAAS2zB,QAAWlzB,SAGtCA,IAAVqB,EACW,OAAVA,OACJnE,EAAOi2B,WAAY50B,EAAMgB,GAIrBse,GAAS,QAASA,QACuB7d,KAA3C/B,EAAM4f,EAAMhB,IAAKte,EAAM8C,EAAO9B,IACzBtB,GAGRM,EAAK5B,aAAc4C,EAAM8B,EAAQ,IAC1BA,GAGHwc,GAAS,QAASA,GAA+C,QAApC5f,EAAM4f,EAAMhgB,IAAKU,EAAMgB,IACjDtB,EAMM,OAHdA,EAAMf,EAAO2N,KAAKuB,KAAM7N,EAAMgB,SAGTS,EAAY/B,IAGlCo1B,UAAW,CACVx3B,KAAM,CACLghB,IAAK,SAAUte,EAAM8C,GACpB,IAAM/F,EAAQ23B,YAAwB,UAAV5xB,GAC3BkF,EAAUhI,EAAM,SAAY,CAC5B,IAAIjC,EAAMiC,EAAK8C,MAKf,OAJA9C,EAAK5B,aAAc,OAAQ0E,GACtB/E,IACJiC,EAAK8C,MAAQ/E,GAEP+E,MAMX8xB,WAAY,SAAU50B,EAAM8C,GAC3B,IAAI9B,EACHlD,EAAI,EAIJi3B,EAAYjyB,GAASA,EAAM2F,MAAOuP,GAEnC,GAAK+c,GAA+B,IAAlB/0B,EAAK9C,SACtB,MAAU8D,EAAO+zB,EAAWj3B,KAC3BkC,EAAK8J,gBAAiB9I,MAO1B2zB,GAAW,CACVrW,IAAK,SAAUte,EAAM8C,EAAO9B,GAQ3B,OAPe,IAAV8B,EAGJnE,EAAOi2B,WAAY50B,EAAMgB,GAEzBhB,EAAK5B,aAAc4C,EAAMA,GAEnBA,IAITrC,EAAOkB,KAAMlB,EAAOgP,KAAKlF,MAAMjC,KAAKsZ,OAAOrX,MAAO,QAAU,SAAUtF,EAAInC,GACzE,IAAIg0B,EAAStqB,GAAY1J,IAAUrC,EAAO2N,KAAKuB,KAE/CnD,GAAY1J,GAAS,SAAUhB,EAAMgB,EAAMwC,GAC1C,IAAI9D,EAAKulB,EACRgQ,EAAgBj0B,EAAKoC,cAYtB,OAVMI,IAGLyhB,EAASva,GAAYuqB,GACrBvqB,GAAYuqB,GAAkBv1B,EAC9BA,EAAqC,MAA/Bs1B,EAAQh1B,EAAMgB,EAAMwC,GACzByxB,EACA,KACDvqB,GAAYuqB,GAAkBhQ,GAExBvlB,KAOT,IAAIw1B,GAAa,sCAChBC,GAAa,gBAwIb,SAASC,GAAkBtyB,GAE1B,OADaA,EAAM2F,MAAOuP,IAAmB,IAC/BxO,KAAM,KAItB,SAAS6rB,GAAUr1B,GAClB,OAAOA,EAAK7B,cAAgB6B,EAAK7B,aAAc,UAAa,GAG7D,SAASm3B,GAAgBxyB,GACxB,OAAKvB,MAAMC,QAASsB,GACZA,EAEc,iBAAVA,GACJA,EAAM2F,MAAOuP,IAEd,GAvJRrZ,EAAOG,GAAGgC,OAAQ,CACjB0d,KAAM,SAAUxd,EAAM8B,GACrB,OAAOoa,EAAQvhB,KAAMgD,EAAO6f,KAAMxd,EAAM8B,EAA0B,EAAnB7C,UAAUhB,SAG1Ds2B,WAAY,SAAUv0B,GACrB,OAAOrF,KAAKkE,KAAM,kBACVlE,KAAMgD,EAAO62B,QAASx0B,IAAUA,QAK1CrC,EAAOmC,OAAQ,CACd0d,KAAM,SAAUxe,EAAMgB,EAAM8B,GAC3B,IAAIpD,EAAK4f,EACRuV,EAAQ70B,EAAK9C,SAGd,GAAe,IAAV23B,GAAyB,IAAVA,GAAyB,IAAVA,EAWnC,OAPe,IAAVA,GAAgBl2B,EAAOiX,SAAU5V,KAGrCgB,EAAOrC,EAAO62B,QAASx0B,IAAUA,EACjCse,EAAQ3gB,EAAO82B,UAAWz0B,SAGZS,IAAVqB,EACCwc,GAAS,QAASA,QACuB7d,KAA3C/B,EAAM4f,EAAMhB,IAAKte,EAAM8C,EAAO9B,IACzBtB,EAGCM,EAAMgB,GAAS8B,EAGpBwc,GAAS,QAASA,GAA+C,QAApC5f,EAAM4f,EAAMhgB,IAAKU,EAAMgB,IACjDtB,EAGDM,EAAMgB,IAGdy0B,UAAW,CACVlkB,SAAU,CACTjS,IAAK,SAAUU,GAMd,IAAI01B,EAAW/2B,EAAO2N,KAAKuB,KAAM7N,EAAM,YAEvC,OAAK01B,EACGxG,SAAUwG,EAAU,IAI3BR,GAAW9rB,KAAMpJ,EAAKgI,WACtBmtB,GAAW/rB,KAAMpJ,EAAKgI,WACtBhI,EAAKsR,KAEE,GAGA,KAKXkkB,QAAS,CACRG,MAAO,UACPC,QAAS,eAYL74B,EAAQ03B,cACb91B,EAAO82B,UAAU/jB,SAAW,CAC3BpS,IAAK,SAAUU,GAId,IAAIiQ,EAASjQ,EAAKzB,WAIlB,OAHK0R,GAAUA,EAAO1R,YACrB0R,EAAO1R,WAAWoT,cAEZ,MAER2M,IAAK,SAAUte,GAId,IAAIiQ,EAASjQ,EAAKzB,WACb0R,IACJA,EAAO0B,cAEF1B,EAAO1R,YACX0R,EAAO1R,WAAWoT,kBAOvBhT,EAAOkB,KAAM,CACZ,WACA,WACA,YACA,cACA,cACA,UACA,UACA,SACA,cACA,mBACE,WACFlB,EAAO62B,QAAS75B,KAAKyH,eAAkBzH,OA4BxCgD,EAAOG,GAAGgC,OAAQ,CACjB+0B,SAAU,SAAU/yB,GACnB,IAAIgzB,EAAYlrB,EAAKmrB,EAAU/pB,EAAWlO,EAAGk4B,EAE7C,OAAKh5B,EAAY8F,GACTnH,KAAKkE,KAAM,SAAUa,GAC3B/B,EAAQhD,MAAOk6B,SAAU/yB,EAAM1G,KAAMT,KAAM+E,EAAG20B,GAAU15B,WAI1Dm6B,EAAaR,GAAgBxyB,IAEb7D,OACRtD,KAAKkE,KAAM,WAIjB,GAHAk2B,EAAWV,GAAU15B,MACrBiP,EAAwB,IAAlBjP,KAAKuB,UAAoB,IAAMk4B,GAAkBW,GAAa,IAEzD,CACV,IAAMj4B,EAAI,EAAGA,EAAIg4B,EAAW72B,OAAQnB,IACnCkO,EAAY8pB,EAAYh4B,GACnB8M,EAAIpO,QAAS,IAAMwP,EAAY,KAAQ,IAC3CpB,GAAOoB,EAAY,KAKrBgqB,EAAaZ,GAAkBxqB,GAC1BmrB,IAAaC,GACjBr6B,KAAKyC,aAAc,QAAS43B,MAMzBr6B,MAGRs6B,YAAa,SAAUnzB,GACtB,IAAIgzB,EAAYlrB,EAAKmrB,EAAU/pB,EAAWlO,EAAGk4B,EAE7C,OAAKh5B,EAAY8F,GACTnH,KAAKkE,KAAM,SAAUa,GAC3B/B,EAAQhD,MAAOs6B,YAAanzB,EAAM1G,KAAMT,KAAM+E,EAAG20B,GAAU15B,UAIvDsE,UAAUhB,QAIhB62B,EAAaR,GAAgBxyB,IAEb7D,OACRtD,KAAKkE,KAAM,WAMjB,GALAk2B,EAAWV,GAAU15B,MAGrBiP,EAAwB,IAAlBjP,KAAKuB,UAAoB,IAAMk4B,GAAkBW,GAAa,IAEzD,CACV,IAAMj4B,EAAI,EAAGA,EAAIg4B,EAAW72B,OAAQnB,IAAM,CACzCkO,EAAY8pB,EAAYh4B,GAGxB,OAAgD,EAAxC8M,EAAIpO,QAAS,IAAMwP,EAAY,KACtCpB,EAAMA,EAAI/I,QAAS,IAAMmK,EAAY,IAAK,KAK5CgqB,EAAaZ,GAAkBxqB,GAC1BmrB,IAAaC,GACjBr6B,KAAKyC,aAAc,QAAS43B,MAMzBr6B,KA/BCA,KAAKkS,KAAM,QAAS,KAkC7BqoB,YAAa,SAAUpzB,EAAOqzB,GAC7B,IAAIL,EAAY9pB,EAAWlO,EAAGyY,EAC7BjZ,SAAcwF,EACdszB,EAAwB,WAAT94B,GAAqBiE,MAAMC,QAASsB,GAEpD,OAAK9F,EAAY8F,GACTnH,KAAKkE,KAAM,SAAU/B,GAC3Ba,EAAQhD,MAAOu6B,YACdpzB,EAAM1G,KAAMT,KAAMmC,EAAGu3B,GAAU15B,MAAQw6B,GACvCA,KAKsB,kBAAbA,GAA0BC,EAC9BD,EAAWx6B,KAAKk6B,SAAU/yB,GAAUnH,KAAKs6B,YAAanzB,IAG9DgzB,EAAaR,GAAgBxyB,GAEtBnH,KAAKkE,KAAM,WACjB,GAAKu2B,EAKJ,IAFA7f,EAAO5X,EAAQhD,MAETmC,EAAI,EAAGA,EAAIg4B,EAAW72B,OAAQnB,IACnCkO,EAAY8pB,EAAYh4B,GAGnByY,EAAK8f,SAAUrqB,GACnBuK,EAAK0f,YAAajqB,GAElBuK,EAAKsf,SAAU7pB,aAKIvK,IAAVqB,GAAgC,YAATxF,KAClC0O,EAAYqpB,GAAU15B,QAIrB+iB,EAASJ,IAAK3iB,KAAM,gBAAiBqQ,GAOjCrQ,KAAKyC,cACTzC,KAAKyC,aAAc,QAClB4N,IAAuB,IAAVlJ,EACZ,GACA4b,EAASpf,IAAK3D,KAAM,kBAAqB,SAO/C06B,SAAU,SAAUz3B,GACnB,IAAIoN,EAAWhM,EACdlC,EAAI,EAELkO,EAAY,IAAMpN,EAAW,IAC7B,MAAUoB,EAAOrE,KAAMmC,KACtB,GAAuB,IAAlBkC,EAAK9C,WACoE,GAA3E,IAAMk4B,GAAkBC,GAAUr1B,IAAW,KAAMxD,QAASwP,GAC9D,OAAO,EAIT,OAAO,KAOT,IAAIsqB,GAAU,MAEd33B,EAAOG,GAAGgC,OAAQ,CACjB/C,IAAK,SAAU+E,GACd,IAAIwc,EAAO5f,EAAK+qB,EACfzqB,EAAOrE,KAAM,GAEd,OAAMsE,UAAUhB,QA0BhBwrB,EAAkBztB,EAAY8F,GAEvBnH,KAAKkE,KAAM,SAAU/B,GAC3B,IAAIC,EAEmB,IAAlBpC,KAAKuB,WAWE,OANXa,EADI0sB,EACE3nB,EAAM1G,KAAMT,KAAMmC,EAAGa,EAAQhD,MAAOoC,OAEpC+E,GAKN/E,EAAM,GAEoB,iBAARA,EAClBA,GAAO,GAEIwD,MAAMC,QAASzD,KAC1BA,EAAMY,EAAOoB,IAAKhC,EAAK,SAAU+E,GAChC,OAAgB,MAATA,EAAgB,GAAKA,EAAQ,OAItCwc,EAAQ3gB,EAAO43B,SAAU56B,KAAK2B,OAAUqB,EAAO43B,SAAU56B,KAAKqM,SAAS5E,iBAGrD,QAASkc,QAA+C7d,IAApC6d,EAAMhB,IAAK3iB,KAAMoC,EAAK,WAC3DpC,KAAKmH,MAAQ/E,OAzDTiC,GACJsf,EAAQ3gB,EAAO43B,SAAUv2B,EAAK1C,OAC7BqB,EAAO43B,SAAUv2B,EAAKgI,SAAS5E,iBAG/B,QAASkc,QACgC7d,KAAvC/B,EAAM4f,EAAMhgB,IAAKU,EAAM,UAElBN,EAMY,iBAHpBA,EAAMM,EAAK8C,OAIHpD,EAAImC,QAASy0B,GAAS,IAIhB,MAAP52B,EAAc,GAAKA,OAG3B,KAyCHf,EAAOmC,OAAQ,CACdy1B,SAAU,CACThV,OAAQ,CACPjiB,IAAK,SAAUU,GAEd,IAAIjC,EAAMY,EAAO2N,KAAKuB,KAAM7N,EAAM,SAClC,OAAc,MAAPjC,EACNA,EAMAq3B,GAAkBz2B,EAAOT,KAAM8B,MAGlC2D,OAAQ,CACPrE,IAAK,SAAUU,GACd,IAAI8C,EAAOye,EAAQzjB,EAClBiD,EAAUf,EAAKe,QACfqW,EAAQpX,EAAK2R,cACb8R,EAAoB,eAAdzjB,EAAK1C,KACXqjB,EAAS8C,EAAM,KAAO,GACtB8M,EAAM9M,EAAMrM,EAAQ,EAAIrW,EAAQ9B,OAUjC,IAPCnB,EADIsZ,EAAQ,EACRmZ,EAGA9M,EAAMrM,EAAQ,EAIXtZ,EAAIyyB,EAAKzyB,IAKhB,KAJAyjB,EAASxgB,EAASjD,IAIJ4T,UAAY5T,IAAMsZ,KAG7BmK,EAAOxZ,YACLwZ,EAAOhjB,WAAWwJ,WACnBC,EAAUuZ,EAAOhjB,WAAY,aAAiB,CAMjD,GAHAuE,EAAQnE,EAAQ4iB,GAASxjB,MAGpB0lB,EACJ,OAAO3gB,EAIR6d,EAAOpkB,KAAMuG,GAIf,OAAO6d,GAGRrC,IAAK,SAAUte,EAAM8C,GACpB,IAAI0zB,EAAWjV,EACdxgB,EAAUf,EAAKe,QACf4f,EAAShiB,EAAO2D,UAAWQ,GAC3BhF,EAAIiD,EAAQ9B,OAEb,MAAQnB,MACPyjB,EAASxgB,EAASjD,IAIN4T,UACuD,EAAlE/S,EAAO6D,QAAS7D,EAAO43B,SAAShV,OAAOjiB,IAAKiiB,GAAUZ,MAEtD6V,GAAY,GAUd,OAHMA,IACLx2B,EAAK2R,eAAiB,GAEhBgP,OAOXhiB,EAAOkB,KAAM,CAAE,QAAS,YAAc,WACrClB,EAAO43B,SAAU56B,MAAS,CACzB2iB,IAAK,SAAUte,EAAM8C,GACpB,GAAKvB,MAAMC,QAASsB,GACnB,OAAS9C,EAAKyR,SAA2D,EAAjD9S,EAAO6D,QAAS7D,EAAQqB,GAAOjC,MAAO+E,KAI3D/F,EAAQy3B,UACb71B,EAAO43B,SAAU56B,MAAO2D,IAAM,SAAUU,GACvC,OAAwC,OAAjCA,EAAK7B,aAAc,SAAqB,KAAO6B,EAAK8C,UAW9D/F,EAAQ05B,QAAU,cAAe/6B,EAGjC,IAAIg7B,GAAc,kCACjBC,GAA0B,SAAUvuB,GACnCA,EAAE8b,mBAGJvlB,EAAOmC,OAAQnC,EAAOglB,MAAO,CAE5BU,QAAS,SAAUV,EAAOpF,EAAMve,EAAM42B,GAErC,IAAI94B,EAAG8M,EAAK6B,EAAKoqB,EAAYC,EAAQ7R,EAAQhK,EAAS8b,EACrDC,EAAY,CAAEh3B,GAAQzE,GACtB+B,EAAOX,EAAOP,KAAMunB,EAAO,QAAWA,EAAMrmB,KAAOqmB,EACnDkB,EAAaloB,EAAOP,KAAMunB,EAAO,aAAgBA,EAAMpY,UAAUrI,MAAO,KAAQ,GAKjF,GAHA0H,EAAMmsB,EAActqB,EAAMzM,EAAOA,GAAQzE,EAGlB,IAAlByE,EAAK9C,UAAoC,IAAlB8C,EAAK9C,WAK5Bw5B,GAAYttB,KAAM9L,EAAOqB,EAAOglB,MAAMuB,cAIf,EAAvB5nB,EAAKd,QAAS,OAIlBc,GADAunB,EAAavnB,EAAK4F,MAAO,MACPiH,QAClB0a,EAAWjkB,QAEZk2B,EAASx5B,EAAKd,QAAS,KAAQ,GAAK,KAAOc,GAG3CqmB,EAAQA,EAAOhlB,EAAO+C,SACrBiiB,EACA,IAAIhlB,EAAO2lB,MAAOhnB,EAAuB,iBAAVqmB,GAAsBA,IAGhDK,UAAY4S,EAAe,EAAI,EACrCjT,EAAMpY,UAAYsZ,EAAWrb,KAAM,KACnCma,EAAMwC,WAAaxC,EAAMpY,UACxB,IAAI7F,OAAQ,UAAYmf,EAAWrb,KAAM,iBAAoB,WAC7D,KAGDma,EAAMtU,YAAS5N,EACTkiB,EAAMviB,SACXuiB,EAAMviB,OAASpB,GAIhBue,EAAe,MAARA,EACN,CAAEoF,GACFhlB,EAAO2D,UAAWic,EAAM,CAAEoF,IAG3B1I,EAAUtc,EAAOglB,MAAM1I,QAAS3d,IAAU,GACpCs5B,IAAgB3b,EAAQoJ,UAAmD,IAAxCpJ,EAAQoJ,QAAQ/nB,MAAO0D,EAAMue,IAAtE,CAMA,IAAMqY,IAAiB3b,EAAQ4L,WAAazpB,EAAU4C,GAAS,CAM9D,IAJA62B,EAAa5b,EAAQgJ,cAAgB3mB,EAC/Bo5B,GAAYttB,KAAMytB,EAAav5B,KACpCsN,EAAMA,EAAIrM,YAEHqM,EAAKA,EAAMA,EAAIrM,WACtBy4B,EAAUz6B,KAAMqO,GAChB6B,EAAM7B,EAIF6B,KAAUzM,EAAK6I,eAAiBtN,IACpCy7B,EAAUz6B,KAAMkQ,EAAIb,aAAea,EAAIwqB,cAAgBv7B,GAKzDoC,EAAI,EACJ,OAAU8M,EAAMosB,EAAWl5B,QAAY6lB,EAAMqC,uBAC5C+Q,EAAcnsB,EACd+Y,EAAMrmB,KAAW,EAAJQ,EACZ+4B,EACA5b,EAAQmK,UAAY9nB,GAGrB2nB,GAAWvG,EAASpf,IAAKsL,EAAK,WAAc7O,OAAOipB,OAAQ,OAAUrB,EAAMrmB,OAC1EohB,EAASpf,IAAKsL,EAAK,YAEnBqa,EAAO3oB,MAAOsO,EAAK2T,IAIpB0G,EAAS6R,GAAUlsB,EAAKksB,KACT7R,EAAO3oB,OAAS0hB,EAAYpT,KAC1C+Y,EAAMtU,OAAS4V,EAAO3oB,MAAOsO,EAAK2T,IACZ,IAAjBoF,EAAMtU,QACVsU,EAAMS,kBA8CT,OA1CAT,EAAMrmB,KAAOA,EAGPs5B,GAAiBjT,EAAMuD,sBAEpBjM,EAAQ4G,WACqC,IAApD5G,EAAQ4G,SAASvlB,MAAO06B,EAAU/xB,MAAOsZ,KACzCP,EAAYhe,IAIP82B,GAAU95B,EAAYgD,EAAM1C,MAAaF,EAAU4C,MAGvDyM,EAAMzM,EAAM82B,MAGX92B,EAAM82B,GAAW,MAIlBn4B,EAAOglB,MAAMuB,UAAY5nB,EAEpBqmB,EAAMqC,wBACV+Q,EAAYjrB,iBAAkBxO,EAAMq5B,IAGrC32B,EAAM1C,KAEDqmB,EAAMqC,wBACV+Q,EAAYla,oBAAqBvf,EAAMq5B,IAGxCh4B,EAAOglB,MAAMuB,eAAYzjB,EAEpBgL,IACJzM,EAAM82B,GAAWrqB,IAMdkX,EAAMtU,SAKd6nB,SAAU,SAAU55B,EAAM0C,EAAM2jB,GAC/B,IAAIvb,EAAIzJ,EAAOmC,OACd,IAAInC,EAAO2lB,MACXX,EACA,CACCrmB,KAAMA,EACNiqB,aAAa,IAIf5oB,EAAOglB,MAAMU,QAASjc,EAAG,KAAMpI,MAKjCrB,EAAOG,GAAGgC,OAAQ,CAEjBujB,QAAS,SAAU/mB,EAAMihB,GACxB,OAAO5iB,KAAKkE,KAAM,WACjBlB,EAAOglB,MAAMU,QAAS/mB,EAAMihB,EAAM5iB,SAGpCw7B,eAAgB,SAAU75B,EAAMihB,GAC/B,IAAIve,EAAOrE,KAAM,GACjB,GAAKqE,EACJ,OAAOrB,EAAOglB,MAAMU,QAAS/mB,EAAMihB,EAAMve,GAAM,MAc5CjD,EAAQ05B,SACb93B,EAAOkB,KAAM,CAAEsR,MAAO,UAAWiY,KAAM,YAAc,SAAUK,EAAM5D,GAGpE,IAAIpb,EAAU,SAAUkZ,GACvBhlB,EAAOglB,MAAMuT,SAAUrR,EAAKlC,EAAMviB,OAAQzC,EAAOglB,MAAMkC,IAAKlC,KAG7DhlB,EAAOglB,MAAM1I,QAAS4K,GAAQ,CAC7BP,MAAO,WAIN,IAAIznB,EAAMlC,KAAKkN,eAAiBlN,KAAKJ,UAAYI,KAChDy7B,EAAW1Y,EAASxB,OAAQrf,EAAKgoB,GAE5BuR,GACLv5B,EAAIiO,iBAAkB2d,EAAMhf,GAAS,GAEtCiU,EAASxB,OAAQrf,EAAKgoB,GAAOuR,GAAY,GAAM,IAEhD3R,SAAU,WACT,IAAI5nB,EAAMlC,KAAKkN,eAAiBlN,KAAKJ,UAAYI,KAChDy7B,EAAW1Y,EAASxB,OAAQrf,EAAKgoB,GAAQ,EAEpCuR,EAKL1Y,EAASxB,OAAQrf,EAAKgoB,EAAKuR,IAJ3Bv5B,EAAIgf,oBAAqB4M,EAAMhf,GAAS,GACxCiU,EAAShF,OAAQ7b,EAAKgoB,QAY3BlnB,EAAO04B,SAAW,SAAU9Y,GAC3B,IAAI3O,EAAK0nB,EACT,IAAM/Y,GAAwB,iBAATA,EACpB,OAAO,KAKR,IACC3O,GAAM,IAAMlU,EAAO67B,WAAcC,gBAAiBjZ,EAAM,YACvD,MAAQnW,IAYV,OAVAkvB,EAAkB1nB,GAAOA,EAAI3G,qBAAsB,eAAiB,GAC9D2G,IAAO0nB,GACZ34B,EAAOoD,MAAO,iBACbu1B,EACC34B,EAAOoB,IAAKu3B,EAAgBnvB,WAAY,SAAUmC,GACjD,OAAOA,EAAG8D,cACP5E,KAAM,MACV+U,IAGI3O,GAIR,IA4MKgR,GA3MJ6W,GAAW,QACXC,GAAQ,SACRC,GAAkB,wCAClBC,GAAe,qCAEhB,SAASC,GAAahE,EAAQ52B,EAAK66B,EAAaxgB,GAC/C,IAAItW,EAEJ,GAAKO,MAAMC,QAASvE,GAGnB0B,EAAOkB,KAAM5C,EAAK,SAAUa,EAAGoa,GACzB4f,GAAeL,GAASruB,KAAMyqB,GAGlCvc,EAAKuc,EAAQ3b,GAKb2f,GACChE,EAAS,KAAqB,iBAAN3b,GAAuB,MAALA,EAAYpa,EAAI,IAAO,IACjEoa,EACA4f,EACAxgB,UAKG,GAAMwgB,GAAiC,WAAlBr5B,EAAQxB,GAUnCqa,EAAKuc,EAAQ52B,QAPb,IAAM+D,KAAQ/D,EACb46B,GAAahE,EAAS,IAAM7yB,EAAO,IAAK/D,EAAK+D,GAAQ82B,EAAaxgB,GAYrE3Y,EAAOo5B,MAAQ,SAAUhzB,EAAG+yB,GAC3B,IAAIjE,EACHmE,EAAI,GACJ1gB,EAAM,SAAUrN,EAAKguB,GAGpB,IAAIn1B,EAAQ9F,EAAYi7B,GACvBA,IACAA,EAEDD,EAAGA,EAAE/4B,QAAWi5B,mBAAoBjuB,GAAQ,IAC3CiuB,mBAA6B,MAATp1B,EAAgB,GAAKA,IAG5C,GAAU,MAALiC,EACJ,MAAO,GAIR,GAAKxD,MAAMC,QAASuD,IAASA,EAAE5F,SAAWR,EAAO2C,cAAeyD,GAG/DpG,EAAOkB,KAAMkF,EAAG,WACfuS,EAAK3b,KAAKqF,KAAMrF,KAAKmH,cAOtB,IAAM+wB,KAAU9uB,EACf8yB,GAAahE,EAAQ9uB,EAAG8uB,GAAUiE,EAAaxgB,GAKjD,OAAO0gB,EAAExuB,KAAM,MAGhB7K,EAAOG,GAAGgC,OAAQ,CACjBq3B,UAAW,WACV,OAAOx5B,EAAOo5B,MAAOp8B,KAAKy8B,mBAE3BA,eAAgB,WACf,OAAOz8B,KAAKoE,IAAK,WAGhB,IAAI6N,EAAWjP,EAAO6f,KAAM7iB,KAAM,YAClC,OAAOiS,EAAWjP,EAAO2D,UAAWsL,GAAajS,OAC9CyQ,OAAQ,WACX,IAAI9O,EAAO3B,KAAK2B,KAGhB,OAAO3B,KAAKqF,OAASrC,EAAQhD,MAAOqa,GAAI,cACvC4hB,GAAaxuB,KAAMzN,KAAKqM,YAAe2vB,GAAgBvuB,KAAM9L,KAC3D3B,KAAK8V,UAAYuP,GAAe5X,KAAM9L,MACtCyC,IAAK,SAAUoD,EAAInD,GACtB,IAAIjC,EAAMY,EAAQhD,MAAOoC,MAEzB,OAAY,MAAPA,EACG,KAGHwD,MAAMC,QAASzD,GACZY,EAAOoB,IAAKhC,EAAK,SAAUA,GACjC,MAAO,CAAEiD,KAAMhB,EAAKgB,KAAM8B,MAAO/E,EAAI8D,QAAS61B,GAAO,WAIhD,CAAE12B,KAAMhB,EAAKgB,KAAM8B,MAAO/E,EAAI8D,QAAS61B,GAAO,WAClDp4B,SAKNX,EAAOG,GAAGgC,OAAQ,CACjBu3B,QAAS,SAAU3N,GAClB,IAAI/H,EAyBJ,OAvBKhnB,KAAM,KACLqB,EAAY0tB,KAChBA,EAAOA,EAAKtuB,KAAMT,KAAM,KAIzBgnB,EAAOhkB,EAAQ+rB,EAAM/uB,KAAM,GAAIkN,eAAgB1I,GAAI,GAAIgB,OAAO,GAEzDxF,KAAM,GAAI4C,YACdokB,EAAK2I,aAAc3vB,KAAM,IAG1BgnB,EAAK5iB,IAAK,WACT,IAAIC,EAAOrE,KAEX,MAAQqE,EAAKs4B,kBACZt4B,EAAOA,EAAKs4B,kBAGb,OAAOt4B,IACJorB,OAAQzvB,OAGNA,MAGR48B,UAAW,SAAU7N,GACpB,OAAK1tB,EAAY0tB,GACT/uB,KAAKkE,KAAM,SAAU/B,GAC3Ba,EAAQhD,MAAO48B,UAAW7N,EAAKtuB,KAAMT,KAAMmC,MAItCnC,KAAKkE,KAAM,WACjB,IAAI0W,EAAO5X,EAAQhD,MAClBmb,EAAWP,EAAKO,WAEZA,EAAS7X,OACb6X,EAASuhB,QAAS3N,GAGlBnU,EAAK6U,OAAQV,MAKhB/H,KAAM,SAAU+H,GACf,IAAI8N,EAAiBx7B,EAAY0tB,GAEjC,OAAO/uB,KAAKkE,KAAM,SAAU/B,GAC3Ba,EAAQhD,MAAO08B,QAASG,EAAiB9N,EAAKtuB,KAAMT,KAAMmC,GAAM4sB,MAIlE+N,OAAQ,SAAU75B,GAIjB,OAHAjD,KAAKsU,OAAQrR,GAAW8R,IAAK,QAAS7Q,KAAM,WAC3ClB,EAAQhD,MAAO8vB,YAAa9vB,KAAKwM,cAE3BxM,QAKTgD,EAAOgP,KAAKnI,QAAQkzB,OAAS,SAAU14B,GACtC,OAAQrB,EAAOgP,KAAKnI,QAAQmzB,QAAS34B,IAEtCrB,EAAOgP,KAAKnI,QAAQmzB,QAAU,SAAU34B,GACvC,SAAWA,EAAKkuB,aAAeluB,EAAKqvB,cAAgBrvB,EAAKoxB,iBAAiBnyB,SAW3ElC,EAAQ67B,qBACHhY,GAAOrlB,EAASs9B,eAAeD,mBAAoB,IAAKhY,MACvDjU,UAAY,6BACiB,IAA3BiU,GAAKzY,WAAWlJ,QAQxBN,EAAO8X,UAAY,SAAU8H,EAAM1f,EAASi6B,GAC3C,MAAqB,iBAATva,EACJ,IAEgB,kBAAZ1f,IACXi6B,EAAcj6B,EACdA,GAAU,GAKLA,IAIA9B,EAAQ67B,qBAMZjmB,GALA9T,EAAUtD,EAASs9B,eAAeD,mBAAoB,KAKvC36B,cAAe,SACzBqT,KAAO/V,EAAS0V,SAASK,KAC9BzS,EAAQR,KAAKC,YAAaqU,IAE1B9T,EAAUtD,GAKZinB,GAAWsW,GAAe,IAD1BC,EAAS3iB,EAAWtN,KAAMyV,IAKlB,CAAE1f,EAAQZ,cAAe86B,EAAQ,MAGzCA,EAASxW,GAAe,CAAEhE,GAAQ1f,EAAS2jB,GAEtCA,GAAWA,EAAQvjB,QACvBN,EAAQ6jB,GAAU9I,SAGZ/a,EAAOgB,MAAO,GAAIo5B,EAAO5wB,cAlChC,IAAIwK,EAAMomB,EAAQvW,GAsCnB7jB,EAAOq6B,OAAS,CACfC,UAAW,SAAUj5B,EAAMe,EAASjD,GACnC,IAAIo7B,EAAaC,EAASC,EAAWC,EAAQC,EAAWC,EACvDvL,EAAWrvB,EAAO4hB,IAAKvgB,EAAM,YAC7Bw5B,EAAU76B,EAAQqB,GAClBinB,EAAQ,GAGS,WAAb+G,IACJhuB,EAAKqgB,MAAM2N,SAAW,YAGvBsL,EAAYE,EAAQR,SACpBI,EAAYz6B,EAAO4hB,IAAKvgB,EAAM,OAC9Bu5B,EAAa56B,EAAO4hB,IAAKvgB,EAAM,SACI,aAAbguB,GAAwC,UAAbA,KACA,GAA9CoL,EAAYG,GAAa/8B,QAAS,SAMpC68B,GADAH,EAAcM,EAAQxL,YACDniB,IACrBstB,EAAUD,EAAYzF,OAGtB4F,EAAShL,WAAY+K,IAAe,EACpCD,EAAU9K,WAAYkL,IAAgB,GAGlCv8B,EAAY+D,KAGhBA,EAAUA,EAAQ3E,KAAM4D,EAAMlC,EAAGa,EAAOmC,OAAQ,GAAIw4B,KAGjC,MAAfv4B,EAAQ8K,MACZob,EAAMpb,IAAQ9K,EAAQ8K,IAAMytB,EAAUztB,IAAQwtB,GAE1B,MAAhBt4B,EAAQ0yB,OACZxM,EAAMwM,KAAS1yB,EAAQ0yB,KAAO6F,EAAU7F,KAAS0F,GAG7C,UAAWp4B,EACfA,EAAQ04B,MAAMr9B,KAAM4D,EAAMinB,GAG1BuS,EAAQjZ,IAAK0G,KAKhBtoB,EAAOG,GAAGgC,OAAQ,CAGjBk4B,OAAQ,SAAUj4B,GAGjB,GAAKd,UAAUhB,OACd,YAAmBwC,IAAZV,EACNpF,KACAA,KAAKkE,KAAM,SAAU/B,GACpBa,EAAOq6B,OAAOC,UAAWt9B,KAAMoF,EAASjD,KAI3C,IAAI47B,EAAMC,EACT35B,EAAOrE,KAAM,GAEd,OAAMqE,EAQAA,EAAKoxB,iBAAiBnyB,QAK5By6B,EAAO15B,EAAKuzB,wBACZoG,EAAM35B,EAAK6I,cAAc+C,YAClB,CACNC,IAAK6tB,EAAK7tB,IAAM8tB,EAAIC,YACpBnG,KAAMiG,EAAKjG,KAAOkG,EAAIE,cARf,CAAEhuB,IAAK,EAAG4nB,KAAM,QATxB,GAuBDzF,SAAU,WACT,GAAMryB,KAAM,GAAZ,CAIA,IAAIm+B,EAAcd,EAAQn7B,EACzBmC,EAAOrE,KAAM,GACbo+B,EAAe,CAAEluB,IAAK,EAAG4nB,KAAM,GAGhC,GAAwC,UAAnC90B,EAAO4hB,IAAKvgB,EAAM,YAGtBg5B,EAASh5B,EAAKuzB,4BAER,CACNyF,EAASr9B,KAAKq9B,SAIdn7B,EAAMmC,EAAK6I,cACXixB,EAAe95B,EAAK85B,cAAgBj8B,EAAI4N,gBACxC,MAAQquB,IACLA,IAAiBj8B,EAAI+iB,MAAQkZ,IAAiBj8B,EAAI4N,kBACT,WAA3C9M,EAAO4hB,IAAKuZ,EAAc,YAE1BA,EAAeA,EAAav7B,WAExBu7B,GAAgBA,IAAiB95B,GAAkC,IAA1B85B,EAAa58B,YAG1D68B,EAAep7B,EAAQm7B,GAAed,UACzBntB,KAAOlN,EAAO4hB,IAAKuZ,EAAc,kBAAkB,GAChEC,EAAatG,MAAQ90B,EAAO4hB,IAAKuZ,EAAc,mBAAmB,IAKpE,MAAO,CACNjuB,IAAKmtB,EAAOntB,IAAMkuB,EAAaluB,IAAMlN,EAAO4hB,IAAKvgB,EAAM,aAAa,GACpEyzB,KAAMuF,EAAOvF,KAAOsG,EAAatG,KAAO90B,EAAO4hB,IAAKvgB,EAAM,cAAc,MAc1E85B,aAAc,WACb,OAAOn+B,KAAKoE,IAAK,WAChB,IAAI+5B,EAAen+B,KAAKm+B,aAExB,MAAQA,GAA2D,WAA3Cn7B,EAAO4hB,IAAKuZ,EAAc,YACjDA,EAAeA,EAAaA,aAG7B,OAAOA,GAAgBruB,QAM1B9M,EAAOkB,KAAM,CAAEm6B,WAAY,cAAeC,UAAW,eAAiB,SAAUxhB,EAAQ+F,GACvF,IAAI3S,EAAM,gBAAkB2S,EAE5B7f,EAAOG,GAAI2Z,GAAW,SAAU1a,GAC/B,OAAOmf,EAAQvhB,KAAM,SAAUqE,EAAMyY,EAAQ1a,GAG5C,IAAI47B,EAOJ,GANKv8B,EAAU4C,GACd25B,EAAM35B,EACuB,IAAlBA,EAAK9C,WAChBy8B,EAAM35B,EAAK4L,kBAGCnK,IAAR1D,EACJ,OAAO47B,EAAMA,EAAKnb,GAASxe,EAAMyY,GAG7BkhB,EACJA,EAAIO,SACFruB,EAAY8tB,EAAIE,YAAV97B,EACP8N,EAAM9N,EAAM47B,EAAIC,aAIjB55B,EAAMyY,GAAW1a,GAEhB0a,EAAQ1a,EAAKkC,UAAUhB,WAU5BN,EAAOkB,KAAM,CAAE,MAAO,QAAU,SAAUsD,EAAIqb,GAC7C7f,EAAO0yB,SAAU7S,GAAS0O,GAAcnwB,EAAQ2xB,cAC/C,SAAU1uB,EAAM2sB,GACf,GAAKA,EAIJ,OAHAA,EAAWD,GAAQ1sB,EAAMwe,GAGlByN,GAAU7iB,KAAMujB,GACtBhuB,EAAQqB,GAAOguB,WAAYxP,GAAS,KACpCmO,MAQLhuB,EAAOkB,KAAM,CAAEs6B,OAAQ,SAAUC,MAAO,SAAW,SAAUp5B,EAAM1D,GAClEqB,EAAOkB,KAAM,CACZ8zB,QAAS,QAAU3yB,EACnB8W,QAASxa,EACT+8B,GAAI,QAAUr5B,GACZ,SAAUs5B,EAAcC,GAG1B57B,EAAOG,GAAIy7B,GAAa,SAAU7G,EAAQ5wB,GACzC,IAAIqa,EAAYld,UAAUhB,SAAYq7B,GAAkC,kBAAX5G,GAC5D5C,EAAQwJ,KAA6B,IAAX5G,IAA6B,IAAV5wB,EAAiB,SAAW,UAE1E,OAAOoa,EAAQvhB,KAAM,SAAUqE,EAAM1C,EAAMwF,GAC1C,IAAIjF,EAEJ,OAAKT,EAAU4C,GAGyB,IAAhCu6B,EAAS/9B,QAAS,SACxBwD,EAAM,QAAUgB,GAChBhB,EAAKzE,SAASkQ,gBAAiB,SAAWzK,GAIrB,IAAlBhB,EAAK9C,UACTW,EAAMmC,EAAKyL,gBAIJ9J,KAAK4uB,IACXvwB,EAAK4gB,KAAM,SAAW5f,GAAQnD,EAAK,SAAWmD,GAC9ChB,EAAK4gB,KAAM,SAAW5f,GAAQnD,EAAK,SAAWmD,GAC9CnD,EAAK,SAAWmD,UAIDS,IAAVqB,EAGNnE,EAAO4hB,IAAKvgB,EAAM1C,EAAMwzB,GAGxBnyB,EAAO0hB,MAAOrgB,EAAM1C,EAAMwF,EAAOguB,IAChCxzB,EAAM6f,EAAYuW,OAASjyB,EAAW0b,QAM5Cxe,EAAOG,GAAGgC,OAAQ,CAEjB05B,KAAM,SAAUhX,EAAOjF,EAAMzf,GAC5B,OAAOnD,KAAK4nB,GAAIC,EAAO,KAAMjF,EAAMzf,IAEpC27B,OAAQ,SAAUjX,EAAO1kB,GACxB,OAAOnD,KAAKioB,IAAKJ,EAAO,KAAM1kB,IAG/B47B,SAAU,SAAU97B,EAAU4kB,EAAOjF,EAAMzf,GAC1C,OAAOnD,KAAK4nB,GAAIC,EAAO5kB,EAAU2f,EAAMzf,IAExC67B,WAAY,SAAU/7B,EAAU4kB,EAAO1kB,GAGtC,OAA4B,IAArBmB,UAAUhB,OAChBtD,KAAKioB,IAAKhlB,EAAU,MACpBjD,KAAKioB,IAAKJ,EAAO5kB,GAAY,KAAME,IAGrC87B,MAAO,SAAUC,EAAQC,GACxB,OAAOn/B,KAAK0tB,WAAYwR,GAASvR,WAAYwR,GAASD,MAIxDl8B,EAAOkB,KACN,wLAE4DqD,MAAO,KACnE,SAAUC,EAAInC,GAGbrC,EAAOG,GAAIkC,GAAS,SAAUud,EAAMzf,GACnC,OAA0B,EAAnBmB,UAAUhB,OAChBtD,KAAK4nB,GAAIviB,EAAM,KAAMud,EAAMzf,GAC3BnD,KAAK0oB,QAASrjB,MAYlB,IAAI2E,GAAQ,sDAMZhH,EAAOo8B,MAAQ,SAAUj8B,EAAID,GAC5B,IAAI4N,EAAK6D,EAAMyqB,EAUf,GARwB,iBAAZl8B,IACX4N,EAAM3N,EAAID,GACVA,EAAUC,EACVA,EAAK2N,GAKAzP,EAAY8B,GAalB,OARAwR,EAAOrU,EAAMG,KAAM6D,UAAW,IAC9B86B,EAAQ,WACP,OAAOj8B,EAAGxC,MAAOuC,GAAWlD,KAAM2U,EAAKjU,OAAQJ,EAAMG,KAAM6D,eAItD8C,KAAOjE,EAAGiE,KAAOjE,EAAGiE,MAAQpE,EAAOoE,OAElCg4B,GAGRp8B,EAAOq8B,UAAY,SAAUC,GACvBA,EACJt8B,EAAOme,YAEPne,EAAO+X,OAAO,IAGhB/X,EAAO6C,QAAUD,MAAMC,QACvB7C,EAAOu8B,UAAYnc,KAAKC,MACxBrgB,EAAOqJ,SAAWA,EAClBrJ,EAAO3B,WAAaA,EACpB2B,EAAOvB,SAAWA,EAClBuB,EAAOmf,UAAYA,EACnBnf,EAAOrB,KAAOmB,EAEdE,EAAO2oB,IAAMjjB,KAAKijB,IAElB3oB,EAAOw8B,UAAY,SAAUl+B,GAK5B,IAAIK,EAAOqB,EAAOrB,KAAML,GACxB,OAAkB,WAATK,GAA8B,WAATA,KAK5B89B,MAAOn+B,EAAMoxB,WAAYpxB,KAG5B0B,EAAO08B,KAAO,SAAUn9B,GACvB,OAAe,MAARA,EACN,IACEA,EAAO,IAAK2D,QAAS8D,GAAO,OAkBT,mBAAX21B,QAAyBA,OAAOC,KAC3CD,OAAQ,SAAU,GAAI,WACrB,OAAO38B,IAOT,IAGC68B,GAAU9/B,EAAOiD,OAGjB88B,GAAK//B,EAAOggC,EAwBb,OAtBA/8B,EAAOg9B,WAAa,SAAUt6B,GAS7B,OARK3F,EAAOggC,IAAM/8B,IACjBjD,EAAOggC,EAAID,IAGPp6B,GAAQ3F,EAAOiD,SAAWA,IAC9BjD,EAAOiD,OAAS68B,IAGV78B,GAMiB,oBAAb/C,IACXF,EAAOiD,OAASjD,EAAOggC,EAAI/8B,GAMrBA","file":"jquery.slim.min.js"} \ No newline at end of file diff --git a/software/flow/node_modules/jquery/external/sizzle/LICENSE.txt b/software/flow/node_modules/jquery/external/sizzle/LICENSE.txt deleted file mode 100644 index 88fcd17..0000000 --- a/software/flow/node_modules/jquery/external/sizzle/LICENSE.txt +++ /dev/null @@ -1,36 +0,0 @@ -Copyright JS Foundation and other contributors, https://js.foundation/ - -This software consists of voluntary contributions made by many -individuals. For exact contribution history, see the revision history -available at https://github.com/jquery/sizzle - -The following license applies to all parts of this software except as -documented below: - -==== - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -==== - -All files located in the node_modules and external directories are -externally maintained libraries used by this software which have their -own licenses; we recommend you read them, as their terms may differ from -the terms above. diff --git a/software/flow/node_modules/jquery/external/sizzle/dist/sizzle.js b/software/flow/node_modules/jquery/external/sizzle/dist/sizzle.js deleted file mode 100644 index c1978cd..0000000 --- a/software/flow/node_modules/jquery/external/sizzle/dist/sizzle.js +++ /dev/null @@ -1,2542 +0,0 @@ -/*! - * Sizzle CSS Selector Engine v2.3.9 - * https://sizzlejs.com/ - * - * Copyright JS Foundation and other contributors - * Released under the MIT license - * https://js.foundation/ - * - * Date: 2022-12-19 - */ -( function( window ) { -var i, - support, - Expr, - getText, - isXML, - tokenize, - compile, - select, - outermostContext, - sortInput, - hasDuplicate, - - // Local document vars - setDocument, - document, - docElem, - documentIsHTML, - rbuggyQSA, - rbuggyMatches, - matches, - contains, - - // Instance-specific data - expando = "sizzle" + 1 * new Date(), - preferredDoc = window.document, - dirruns = 0, - done = 0, - classCache = createCache(), - tokenCache = createCache(), - compilerCache = createCache(), - nonnativeSelectorCache = createCache(), - sortOrder = function( a, b ) { - if ( a === b ) { - hasDuplicate = true; - } - return 0; - }, - - // Instance methods - hasOwn = ( {} ).hasOwnProperty, - arr = [], - pop = arr.pop, - pushNative = arr.push, - push = arr.push, - slice = arr.slice, - - // Use a stripped-down indexOf as it's faster than native - // https://jsperf.com/thor-indexof-vs-for/5 - indexOf = function( list, elem ) { - var i = 0, - len = list.length; - for ( ; i < len; i++ ) { - if ( list[ i ] === elem ) { - return i; - } - } - return -1; - }, - - booleans = "checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|" + - "ismap|loop|multiple|open|readonly|required|scoped", - - // Regular expressions - - // http://www.w3.org/TR/css3-selectors/#whitespace - whitespace = "[\\x20\\t\\r\\n\\f]", - - // https://www.w3.org/TR/css-syntax-3/#ident-token-diagram - identifier = "(?:\\\\[\\da-fA-F]{1,6}" + whitespace + - "?|\\\\[^\\r\\n\\f]|[\\w-]|[^\0-\\x7f])+", - - // Attribute selectors: http://www.w3.org/TR/selectors/#attribute-selectors - attributes = "\\[" + whitespace + "*(" + identifier + ")(?:" + whitespace + - - // Operator (capture 2) - "*([*^$|!~]?=)" + whitespace + - - // "Attribute values must be CSS identifiers [capture 5] - // or strings [capture 3 or capture 4]" - "*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|(" + identifier + "))|)" + - whitespace + "*\\]", - - pseudos = ":(" + identifier + ")(?:\\((" + - - // To reduce the number of selectors needing tokenize in the preFilter, prefer arguments: - // 1. quoted (capture 3; capture 4 or capture 5) - "('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|" + - - // 2. simple (capture 6) - "((?:\\\\.|[^\\\\()[\\]]|" + attributes + ")*)|" + - - // 3. anything else (capture 2) - ".*" + - ")\\)|)", - - // Leading and non-escaped trailing whitespace, capturing some non-whitespace characters preceding the latter - rwhitespace = new RegExp( whitespace + "+", "g" ), - rtrim = new RegExp( "^" + whitespace + "+|((?:^|[^\\\\])(?:\\\\.)*)" + - whitespace + "+$", "g" ), - - rcomma = new RegExp( "^" + whitespace + "*," + whitespace + "*" ), - rcombinators = new RegExp( "^" + whitespace + "*([>+~]|" + whitespace + ")" + whitespace + - "*" ), - rdescend = new RegExp( whitespace + "|>" ), - - rpseudo = new RegExp( pseudos ), - ridentifier = new RegExp( "^" + identifier + "$" ), - - matchExpr = { - "ID": new RegExp( "^#(" + identifier + ")" ), - "CLASS": new RegExp( "^\\.(" + identifier + ")" ), - "TAG": new RegExp( "^(" + identifier + "|[*])" ), - "ATTR": new RegExp( "^" + attributes ), - "PSEUDO": new RegExp( "^" + pseudos ), - "CHILD": new RegExp( "^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\(" + - whitespace + "*(even|odd|(([+-]|)(\\d*)n|)" + whitespace + "*(?:([+-]|)" + - whitespace + "*(\\d+)|))" + whitespace + "*\\)|)", "i" ), - "bool": new RegExp( "^(?:" + booleans + ")$", "i" ), - - // For use in libraries implementing .is() - // We use this for POS matching in `select` - "needsContext": new RegExp( "^" + whitespace + - "*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\(" + whitespace + - "*((?:-\\d)?\\d*)" + whitespace + "*\\)|)(?=[^-]|$)", "i" ) - }, - - rhtml = /HTML$/i, - rinputs = /^(?:input|select|textarea|button)$/i, - rheader = /^h\d$/i, - - rnative = /^[^{]+\{\s*\[native \w/, - - // Easily-parseable/retrievable ID or TAG or CLASS selectors - rquickExpr = /^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/, - - rsibling = /[+~]/, - - // CSS escapes - // http://www.w3.org/TR/CSS21/syndata.html#escaped-characters - runescape = new RegExp( "\\\\[\\da-fA-F]{1,6}" + whitespace + "?|\\\\([^\\r\\n\\f])", "g" ), - funescape = function( escape, nonHex ) { - var high = "0x" + escape.slice( 1 ) - 0x10000; - - return nonHex ? - - // Strip the backslash prefix from a non-hex escape sequence - nonHex : - - // Replace a hexadecimal escape sequence with the encoded Unicode code point - // Support: IE <=11+ - // For values outside the Basic Multilingual Plane (BMP), manually construct a - // surrogate pair - high < 0 ? - String.fromCharCode( high + 0x10000 ) : - String.fromCharCode( high >> 10 | 0xD800, high & 0x3FF | 0xDC00 ); - }, - - // CSS string/identifier serialization - // https://drafts.csswg.org/cssom/#common-serializing-idioms - rcssescape = /([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g, - fcssescape = function( ch, asCodePoint ) { - if ( asCodePoint ) { - - // U+0000 NULL becomes U+FFFD REPLACEMENT CHARACTER - if ( ch === "\0" ) { - return "\uFFFD"; - } - - // Control characters and (dependent upon position) numbers get escaped as code points - return ch.slice( 0, -1 ) + "\\" + - ch.charCodeAt( ch.length - 1 ).toString( 16 ) + " "; - } - - // Other potentially-special ASCII characters get backslash-escaped - return "\\" + ch; - }, - - // Used for iframes - // See setDocument() - // Removing the function wrapper causes a "Permission Denied" - // error in IE - unloadHandler = function() { - setDocument(); - }, - - inDisabledFieldset = addCombinator( - function( elem ) { - return elem.disabled === true && elem.nodeName.toLowerCase() === "fieldset"; - }, - { dir: "parentNode", next: "legend" } - ); - -// Optimize for push.apply( _, NodeList ) -try { - push.apply( - ( arr = slice.call( preferredDoc.childNodes ) ), - preferredDoc.childNodes - ); - - // Support: Android<4.0 - // Detect silently failing push.apply - // eslint-disable-next-line no-unused-expressions - arr[ preferredDoc.childNodes.length ].nodeType; -} catch ( e ) { - push = { apply: arr.length ? - - // Leverage slice if possible - function( target, els ) { - pushNative.apply( target, slice.call( els ) ); - } : - - // Support: IE<9 - // Otherwise append directly - function( target, els ) { - var j = target.length, - i = 0; - - // Can't trust NodeList.length - while ( ( target[ j++ ] = els[ i++ ] ) ) {} - target.length = j - 1; - } - }; -} - -function Sizzle( selector, context, results, seed ) { - var m, i, elem, nid, match, groups, newSelector, - newContext = context && context.ownerDocument, - - // nodeType defaults to 9, since context defaults to document - nodeType = context ? context.nodeType : 9; - - results = results || []; - - // Return early from calls with invalid selector or context - if ( typeof selector !== "string" || !selector || - nodeType !== 1 && nodeType !== 9 && nodeType !== 11 ) { - - return results; - } - - // Try to shortcut find operations (as opposed to filters) in HTML documents - if ( !seed ) { - setDocument( context ); - context = context || document; - - if ( documentIsHTML ) { - - // If the selector is sufficiently simple, try using a "get*By*" DOM method - // (excepting DocumentFragment context, where the methods don't exist) - if ( nodeType !== 11 && ( match = rquickExpr.exec( selector ) ) ) { - - // ID selector - if ( ( m = match[ 1 ] ) ) { - - // Document context - if ( nodeType === 9 ) { - if ( ( elem = context.getElementById( m ) ) ) { - - // Support: IE, Opera, Webkit - // TODO: identify versions - // getElementById can match elements by name instead of ID - if ( elem.id === m ) { - results.push( elem ); - return results; - } - } else { - return results; - } - - // Element context - } else { - - // Support: IE, Opera, Webkit - // TODO: identify versions - // getElementById can match elements by name instead of ID - if ( newContext && ( elem = newContext.getElementById( m ) ) && - contains( context, elem ) && - elem.id === m ) { - - results.push( elem ); - return results; - } - } - - // Type selector - } else if ( match[ 2 ] ) { - push.apply( results, context.getElementsByTagName( selector ) ); - return results; - - // Class selector - } else if ( ( m = match[ 3 ] ) && support.getElementsByClassName && - context.getElementsByClassName ) { - - push.apply( results, context.getElementsByClassName( m ) ); - return results; - } - } - - // Take advantage of querySelectorAll - if ( support.qsa && - !nonnativeSelectorCache[ selector + " " ] && - ( !rbuggyQSA || !rbuggyQSA.test( selector ) ) && - - // Support: IE 8 only - // Exclude object elements - ( nodeType !== 1 || context.nodeName.toLowerCase() !== "object" ) ) { - - newSelector = selector; - newContext = context; - - // qSA considers elements outside a scoping root when evaluating child or - // descendant combinators, which is not what we want. - // In such cases, we work around the behavior by prefixing every selector in the - // list with an ID selector referencing the scope context. - // The technique has to be used as well when a leading combinator is used - // as such selectors are not recognized by querySelectorAll. - // Thanks to Andrew Dupont for this technique. - if ( nodeType === 1 && - ( rdescend.test( selector ) || rcombinators.test( selector ) ) ) { - - // Expand context for sibling selectors - newContext = rsibling.test( selector ) && testContext( context.parentNode ) || - context; - - // We can use :scope instead of the ID hack if the browser - // supports it & if we're not changing the context. - if ( newContext !== context || !support.scope ) { - - // Capture the context ID, setting it first if necessary - if ( ( nid = context.getAttribute( "id" ) ) ) { - nid = nid.replace( rcssescape, fcssescape ); - } else { - context.setAttribute( "id", ( nid = expando ) ); - } - } - - // Prefix every selector in the list - groups = tokenize( selector ); - i = groups.length; - while ( i-- ) { - groups[ i ] = ( nid ? "#" + nid : ":scope" ) + " " + - toSelector( groups[ i ] ); - } - newSelector = groups.join( "," ); - } - - try { - - // `qSA` may not throw for unrecognized parts using forgiving parsing: - // https://drafts.csswg.org/selectors/#forgiving-selector - // like the `:has()` pseudo-class: - // https://drafts.csswg.org/selectors/#relational - // `CSS.supports` is still expected to return `false` then: - // https://drafts.csswg.org/css-conditional-4/#typedef-supports-selector-fn - // https://drafts.csswg.org/css-conditional-4/#dfn-support-selector - if ( support.cssSupportsSelector && - - // eslint-disable-next-line no-undef - !CSS.supports( "selector(:is(" + newSelector + "))" ) ) { - - // Support: IE 11+ - // Throw to get to the same code path as an error directly in qSA. - // Note: once we only support browser supporting - // `CSS.supports('selector(...)')`, we can most likely drop - // the `try-catch`. IE doesn't implement the API. - throw new Error(); - } - - push.apply( results, - newContext.querySelectorAll( newSelector ) - ); - return results; - } catch ( qsaError ) { - nonnativeSelectorCache( selector, true ); - } finally { - if ( nid === expando ) { - context.removeAttribute( "id" ); - } - } - } - } - } - - // All others - return select( selector.replace( rtrim, "$1" ), context, results, seed ); -} - -/** - * Create key-value caches of limited size - * @returns {function(string, object)} Returns the Object data after storing it on itself with - * property name the (space-suffixed) string and (if the cache is larger than Expr.cacheLength) - * deleting the oldest entry - */ -function createCache() { - var keys = []; - - function cache( key, value ) { - - // Use (key + " ") to avoid collision with native prototype properties (see Issue #157) - if ( keys.push( key + " " ) > Expr.cacheLength ) { - - // Only keep the most recent entries - delete cache[ keys.shift() ]; - } - return ( cache[ key + " " ] = value ); - } - return cache; -} - -/** - * Mark a function for special use by Sizzle - * @param {Function} fn The function to mark - */ -function markFunction( fn ) { - fn[ expando ] = true; - return fn; -} - -/** - * Support testing using an element - * @param {Function} fn Passed the created element and returns a boolean result - */ -function assert( fn ) { - var el = document.createElement( "fieldset" ); - - try { - return !!fn( el ); - } catch ( e ) { - return false; - } finally { - - // Remove from its parent by default - if ( el.parentNode ) { - el.parentNode.removeChild( el ); - } - - // release memory in IE - el = null; - } -} - -/** - * Adds the same handler for all of the specified attrs - * @param {String} attrs Pipe-separated list of attributes - * @param {Function} handler The method that will be applied - */ -function addHandle( attrs, handler ) { - var arr = attrs.split( "|" ), - i = arr.length; - - while ( i-- ) { - Expr.attrHandle[ arr[ i ] ] = handler; - } -} - -/** - * Checks document order of two siblings - * @param {Element} a - * @param {Element} b - * @returns {Number} Returns less than 0 if a precedes b, greater than 0 if a follows b - */ -function siblingCheck( a, b ) { - var cur = b && a, - diff = cur && a.nodeType === 1 && b.nodeType === 1 && - a.sourceIndex - b.sourceIndex; - - // Use IE sourceIndex if available on both nodes - if ( diff ) { - return diff; - } - - // Check if b follows a - if ( cur ) { - while ( ( cur = cur.nextSibling ) ) { - if ( cur === b ) { - return -1; - } - } - } - - return a ? 1 : -1; -} - -/** - * Returns a function to use in pseudos for input types - * @param {String} type - */ -function createInputPseudo( type ) { - return function( elem ) { - var name = elem.nodeName.toLowerCase(); - return name === "input" && elem.type === type; - }; -} - -/** - * Returns a function to use in pseudos for buttons - * @param {String} type - */ -function createButtonPseudo( type ) { - return function( elem ) { - var name = elem.nodeName.toLowerCase(); - return ( name === "input" || name === "button" ) && elem.type === type; - }; -} - -/** - * Returns a function to use in pseudos for :enabled/:disabled - * @param {Boolean} disabled true for :disabled; false for :enabled - */ -function createDisabledPseudo( disabled ) { - - // Known :disabled false positives: fieldset[disabled] > legend:nth-of-type(n+2) :can-disable - return function( elem ) { - - // Only certain elements can match :enabled or :disabled - // https://html.spec.whatwg.org/multipage/scripting.html#selector-enabled - // https://html.spec.whatwg.org/multipage/scripting.html#selector-disabled - if ( "form" in elem ) { - - // Check for inherited disabledness on relevant non-disabled elements: - // * listed form-associated elements in a disabled fieldset - // https://html.spec.whatwg.org/multipage/forms.html#category-listed - // https://html.spec.whatwg.org/multipage/forms.html#concept-fe-disabled - // * option elements in a disabled optgroup - // https://html.spec.whatwg.org/multipage/forms.html#concept-option-disabled - // All such elements have a "form" property. - if ( elem.parentNode && elem.disabled === false ) { - - // Option elements defer to a parent optgroup if present - if ( "label" in elem ) { - if ( "label" in elem.parentNode ) { - return elem.parentNode.disabled === disabled; - } else { - return elem.disabled === disabled; - } - } - - // Support: IE 6 - 11 - // Use the isDisabled shortcut property to check for disabled fieldset ancestors - return elem.isDisabled === disabled || - - // Where there is no isDisabled, check manually - /* jshint -W018 */ - elem.isDisabled !== !disabled && - inDisabledFieldset( elem ) === disabled; - } - - return elem.disabled === disabled; - - // Try to winnow out elements that can't be disabled before trusting the disabled property. - // Some victims get caught in our net (label, legend, menu, track), but it shouldn't - // even exist on them, let alone have a boolean value. - } else if ( "label" in elem ) { - return elem.disabled === disabled; - } - - // Remaining elements are neither :enabled nor :disabled - return false; - }; -} - -/** - * Returns a function to use in pseudos for positionals - * @param {Function} fn - */ -function createPositionalPseudo( fn ) { - return markFunction( function( argument ) { - argument = +argument; - return markFunction( function( seed, matches ) { - var j, - matchIndexes = fn( [], seed.length, argument ), - i = matchIndexes.length; - - // Match elements found at the specified indexes - while ( i-- ) { - if ( seed[ ( j = matchIndexes[ i ] ) ] ) { - seed[ j ] = !( matches[ j ] = seed[ j ] ); - } - } - } ); - } ); -} - -/** - * Checks a node for validity as a Sizzle context - * @param {Element|Object=} context - * @returns {Element|Object|Boolean} The input node if acceptable, otherwise a falsy value - */ -function testContext( context ) { - return context && typeof context.getElementsByTagName !== "undefined" && context; -} - -// Expose support vars for convenience -support = Sizzle.support = {}; - -/** - * Detects XML nodes - * @param {Element|Object} elem An element or a document - * @returns {Boolean} True iff elem is a non-HTML XML node - */ -isXML = Sizzle.isXML = function( elem ) { - var namespace = elem && elem.namespaceURI, - docElem = elem && ( elem.ownerDocument || elem ).documentElement; - - // Support: IE <=8 - // Assume HTML when documentElement doesn't yet exist, such as inside loading iframes - // https://bugs.jquery.com/ticket/4833 - return !rhtml.test( namespace || docElem && docElem.nodeName || "HTML" ); -}; - -/** - * Sets document-related variables once based on the current document - * @param {Element|Object} [doc] An element or document object to use to set the document - * @returns {Object} Returns the current document - */ -setDocument = Sizzle.setDocument = function( node ) { - var hasCompare, subWindow, - doc = node ? node.ownerDocument || node : preferredDoc; - - // Return early if doc is invalid or already selected - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - // eslint-disable-next-line eqeqeq - if ( doc == document || doc.nodeType !== 9 || !doc.documentElement ) { - return document; - } - - // Update global variables - document = doc; - docElem = document.documentElement; - documentIsHTML = !isXML( document ); - - // Support: IE 9 - 11+, Edge 12 - 18+ - // Accessing iframe documents after unload throws "permission denied" errors (jQuery #13936) - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - // eslint-disable-next-line eqeqeq - if ( preferredDoc != document && - ( subWindow = document.defaultView ) && subWindow.top !== subWindow ) { - - // Support: IE 11, Edge - if ( subWindow.addEventListener ) { - subWindow.addEventListener( "unload", unloadHandler, false ); - - // Support: IE 9 - 10 only - } else if ( subWindow.attachEvent ) { - subWindow.attachEvent( "onunload", unloadHandler ); - } - } - - // Support: IE 8 - 11+, Edge 12 - 18+, Chrome <=16 - 25 only, Firefox <=3.6 - 31 only, - // Safari 4 - 5 only, Opera <=11.6 - 12.x only - // IE/Edge & older browsers don't support the :scope pseudo-class. - // Support: Safari 6.0 only - // Safari 6.0 supports :scope but it's an alias of :root there. - support.scope = assert( function( el ) { - docElem.appendChild( el ).appendChild( document.createElement( "div" ) ); - return typeof el.querySelectorAll !== "undefined" && - !el.querySelectorAll( ":scope fieldset div" ).length; - } ); - - // Support: Chrome 105+, Firefox 104+, Safari 15.4+ - // Make sure forgiving mode is not used in `CSS.supports( "selector(...)" )`. - // - // `:is()` uses a forgiving selector list as an argument and is widely - // implemented, so it's a good one to test against. - support.cssSupportsSelector = assert( function() { - /* eslint-disable no-undef */ - - return CSS.supports( "selector(*)" ) && - - // Support: Firefox 78-81 only - // In old Firefox, `:is()` didn't use forgiving parsing. In that case, - // fail this test as there's no selector to test against that. - // `CSS.supports` uses unforgiving parsing - document.querySelectorAll( ":is(:jqfake)" ) && - - // `*` is needed as Safari & newer Chrome implemented something in between - // for `:has()` - it throws in `qSA` if it only contains an unsupported - // argument but multiple ones, one of which is supported, are fine. - // We want to play safe in case `:is()` gets the same treatment. - !CSS.supports( "selector(:is(*,:jqfake))" ); - - /* eslint-enable */ - } ); - - /* Attributes - ---------------------------------------------------------------------- */ - - // Support: IE<8 - // Verify that getAttribute really returns attributes and not properties - // (excepting IE8 booleans) - support.attributes = assert( function( el ) { - el.className = "i"; - return !el.getAttribute( "className" ); - } ); - - /* getElement(s)By* - ---------------------------------------------------------------------- */ - - // Check if getElementsByTagName("*") returns only elements - support.getElementsByTagName = assert( function( el ) { - el.appendChild( document.createComment( "" ) ); - return !el.getElementsByTagName( "*" ).length; - } ); - - // Support: IE<9 - support.getElementsByClassName = rnative.test( document.getElementsByClassName ); - - // Support: IE<10 - // Check if getElementById returns elements by name - // The broken getElementById methods don't pick up programmatically-set names, - // so use a roundabout getElementsByName test - support.getById = assert( function( el ) { - docElem.appendChild( el ).id = expando; - return !document.getElementsByName || !document.getElementsByName( expando ).length; - } ); - - // ID filter and find - if ( support.getById ) { - Expr.filter[ "ID" ] = function( id ) { - var attrId = id.replace( runescape, funescape ); - return function( elem ) { - return elem.getAttribute( "id" ) === attrId; - }; - }; - Expr.find[ "ID" ] = function( id, context ) { - if ( typeof context.getElementById !== "undefined" && documentIsHTML ) { - var elem = context.getElementById( id ); - return elem ? [ elem ] : []; - } - }; - } else { - Expr.filter[ "ID" ] = function( id ) { - var attrId = id.replace( runescape, funescape ); - return function( elem ) { - var node = typeof elem.getAttributeNode !== "undefined" && - elem.getAttributeNode( "id" ); - return node && node.value === attrId; - }; - }; - - // Support: IE 6 - 7 only - // getElementById is not reliable as a find shortcut - Expr.find[ "ID" ] = function( id, context ) { - if ( typeof context.getElementById !== "undefined" && documentIsHTML ) { - var node, i, elems, - elem = context.getElementById( id ); - - if ( elem ) { - - // Verify the id attribute - node = elem.getAttributeNode( "id" ); - if ( node && node.value === id ) { - return [ elem ]; - } - - // Fall back on getElementsByName - elems = context.getElementsByName( id ); - i = 0; - while ( ( elem = elems[ i++ ] ) ) { - node = elem.getAttributeNode( "id" ); - if ( node && node.value === id ) { - return [ elem ]; - } - } - } - - return []; - } - }; - } - - // Tag - Expr.find[ "TAG" ] = support.getElementsByTagName ? - function( tag, context ) { - if ( typeof context.getElementsByTagName !== "undefined" ) { - return context.getElementsByTagName( tag ); - - // DocumentFragment nodes don't have gEBTN - } else if ( support.qsa ) { - return context.querySelectorAll( tag ); - } - } : - - function( tag, context ) { - var elem, - tmp = [], - i = 0, - - // By happy coincidence, a (broken) gEBTN appears on DocumentFragment nodes too - results = context.getElementsByTagName( tag ); - - // Filter out possible comments - if ( tag === "*" ) { - while ( ( elem = results[ i++ ] ) ) { - if ( elem.nodeType === 1 ) { - tmp.push( elem ); - } - } - - return tmp; - } - return results; - }; - - // Class - Expr.find[ "CLASS" ] = support.getElementsByClassName && function( className, context ) { - if ( typeof context.getElementsByClassName !== "undefined" && documentIsHTML ) { - return context.getElementsByClassName( className ); - } - }; - - /* QSA/matchesSelector - ---------------------------------------------------------------------- */ - - // QSA and matchesSelector support - - // matchesSelector(:active) reports false when true (IE9/Opera 11.5) - rbuggyMatches = []; - - // qSa(:focus) reports false when true (Chrome 21) - // We allow this because of a bug in IE8/9 that throws an error - // whenever `document.activeElement` is accessed on an iframe - // So, we allow :focus to pass through QSA all the time to avoid the IE error - // See https://bugs.jquery.com/ticket/13378 - rbuggyQSA = []; - - if ( ( support.qsa = rnative.test( document.querySelectorAll ) ) ) { - - // Build QSA regex - // Regex strategy adopted from Diego Perini - assert( function( el ) { - - var input; - - // Select is set to empty string on purpose - // This is to test IE's treatment of not explicitly - // setting a boolean content attribute, - // since its presence should be enough - // https://bugs.jquery.com/ticket/12359 - docElem.appendChild( el ).innerHTML = "<a id='" + expando + "'></a>" + - "<select id='" + expando + "-\r\\' msallowcapture=''>" + - "<option selected=''></option></select>"; - - // Support: IE8, Opera 11-12.16 - // Nothing should be selected when empty strings follow ^= or $= or *= - // The test attribute must be unknown in Opera but "safe" for WinRT - // https://msdn.microsoft.com/en-us/library/ie/hh465388.aspx#attribute_section - if ( el.querySelectorAll( "[msallowcapture^='']" ).length ) { - rbuggyQSA.push( "[*^$]=" + whitespace + "*(?:''|\"\")" ); - } - - // Support: IE8 - // Boolean attributes and "value" are not treated correctly - if ( !el.querySelectorAll( "[selected]" ).length ) { - rbuggyQSA.push( "\\[" + whitespace + "*(?:value|" + booleans + ")" ); - } - - // Support: Chrome<29, Android<4.4, Safari<7.0+, iOS<7.0+, PhantomJS<1.9.8+ - if ( !el.querySelectorAll( "[id~=" + expando + "-]" ).length ) { - rbuggyQSA.push( "~=" ); - } - - // Support: IE 11+, Edge 15 - 18+ - // IE 11/Edge don't find elements on a `[name='']` query in some cases. - // Adding a temporary attribute to the document before the selection works - // around the issue. - // Interestingly, IE 10 & older don't seem to have the issue. - input = document.createElement( "input" ); - input.setAttribute( "name", "" ); - el.appendChild( input ); - if ( !el.querySelectorAll( "[name='']" ).length ) { - rbuggyQSA.push( "\\[" + whitespace + "*name" + whitespace + "*=" + - whitespace + "*(?:''|\"\")" ); - } - - // Webkit/Opera - :checked should return selected option elements - // http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked - // IE8 throws error here and will not see later tests - if ( !el.querySelectorAll( ":checked" ).length ) { - rbuggyQSA.push( ":checked" ); - } - - // Support: Safari 8+, iOS 8+ - // https://bugs.webkit.org/show_bug.cgi?id=136851 - // In-page `selector#id sibling-combinator selector` fails - if ( !el.querySelectorAll( "a#" + expando + "+*" ).length ) { - rbuggyQSA.push( ".#.+[+~]" ); - } - - // Support: Firefox <=3.6 - 5 only - // Old Firefox doesn't throw on a badly-escaped identifier. - el.querySelectorAll( "\\\f" ); - rbuggyQSA.push( "[\\r\\n\\f]" ); - } ); - - assert( function( el ) { - el.innerHTML = "<a href='' disabled='disabled'></a>" + - "<select disabled='disabled'><option/></select>"; - - // Support: Windows 8 Native Apps - // The type and name attributes are restricted during .innerHTML assignment - var input = document.createElement( "input" ); - input.setAttribute( "type", "hidden" ); - el.appendChild( input ).setAttribute( "name", "D" ); - - // Support: IE8 - // Enforce case-sensitivity of name attribute - if ( el.querySelectorAll( "[name=d]" ).length ) { - rbuggyQSA.push( "name" + whitespace + "*[*^$|!~]?=" ); - } - - // FF 3.5 - :enabled/:disabled and hidden elements (hidden elements are still enabled) - // IE8 throws error here and will not see later tests - if ( el.querySelectorAll( ":enabled" ).length !== 2 ) { - rbuggyQSA.push( ":enabled", ":disabled" ); - } - - // Support: IE9-11+ - // IE's :disabled selector does not pick up the children of disabled fieldsets - docElem.appendChild( el ).disabled = true; - if ( el.querySelectorAll( ":disabled" ).length !== 2 ) { - rbuggyQSA.push( ":enabled", ":disabled" ); - } - - // Support: Opera 10 - 11 only - // Opera 10-11 does not throw on post-comma invalid pseudos - el.querySelectorAll( "*,:x" ); - rbuggyQSA.push( ",.*:" ); - } ); - } - - if ( ( support.matchesSelector = rnative.test( ( matches = docElem.matches || - docElem.webkitMatchesSelector || - docElem.mozMatchesSelector || - docElem.oMatchesSelector || - docElem.msMatchesSelector ) ) ) ) { - - assert( function( el ) { - - // Check to see if it's possible to do matchesSelector - // on a disconnected node (IE 9) - support.disconnectedMatch = matches.call( el, "*" ); - - // This should fail with an exception - // Gecko does not error, returns false instead - matches.call( el, "[s!='']:x" ); - rbuggyMatches.push( "!=", pseudos ); - } ); - } - - if ( !support.cssSupportsSelector ) { - - // Support: Chrome 105+, Safari 15.4+ - // `:has()` uses a forgiving selector list as an argument so our regular - // `try-catch` mechanism fails to catch `:has()` with arguments not supported - // natively like `:has(:contains("Foo"))`. Where supported & spec-compliant, - // we now use `CSS.supports("selector(:is(SELECTOR_TO_BE_TESTED))")`, but - // outside that we mark `:has` as buggy. - rbuggyQSA.push( ":has" ); - } - - rbuggyQSA = rbuggyQSA.length && new RegExp( rbuggyQSA.join( "|" ) ); - rbuggyMatches = rbuggyMatches.length && new RegExp( rbuggyMatches.join( "|" ) ); - - /* Contains - ---------------------------------------------------------------------- */ - hasCompare = rnative.test( docElem.compareDocumentPosition ); - - // Element contains another - // Purposefully self-exclusive - // As in, an element does not contain itself - contains = hasCompare || rnative.test( docElem.contains ) ? - function( a, b ) { - - // Support: IE <9 only - // IE doesn't have `contains` on `document` so we need to check for - // `documentElement` presence. - // We need to fall back to `a` when `documentElement` is missing - // as `ownerDocument` of elements within `<template/>` may have - // a null one - a default behavior of all modern browsers. - var adown = a.nodeType === 9 && a.documentElement || a, - bup = b && b.parentNode; - return a === bup || !!( bup && bup.nodeType === 1 && ( - adown.contains ? - adown.contains( bup ) : - a.compareDocumentPosition && a.compareDocumentPosition( bup ) & 16 - ) ); - } : - function( a, b ) { - if ( b ) { - while ( ( b = b.parentNode ) ) { - if ( b === a ) { - return true; - } - } - } - return false; - }; - - /* Sorting - ---------------------------------------------------------------------- */ - - // Document order sorting - sortOrder = hasCompare ? - function( a, b ) { - - // Flag for duplicate removal - if ( a === b ) { - hasDuplicate = true; - return 0; - } - - // Sort on method existence if only one input has compareDocumentPosition - var compare = !a.compareDocumentPosition - !b.compareDocumentPosition; - if ( compare ) { - return compare; - } - - // Calculate position if both inputs belong to the same document - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - // eslint-disable-next-line eqeqeq - compare = ( a.ownerDocument || a ) == ( b.ownerDocument || b ) ? - a.compareDocumentPosition( b ) : - - // Otherwise we know they are disconnected - 1; - - // Disconnected nodes - if ( compare & 1 || - ( !support.sortDetached && b.compareDocumentPosition( a ) === compare ) ) { - - // Choose the first element that is related to our preferred document - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - // eslint-disable-next-line eqeqeq - if ( a == document || a.ownerDocument == preferredDoc && - contains( preferredDoc, a ) ) { - return -1; - } - - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - // eslint-disable-next-line eqeqeq - if ( b == document || b.ownerDocument == preferredDoc && - contains( preferredDoc, b ) ) { - return 1; - } - - // Maintain original order - return sortInput ? - ( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) : - 0; - } - - return compare & 4 ? -1 : 1; - } : - function( a, b ) { - - // Exit early if the nodes are identical - if ( a === b ) { - hasDuplicate = true; - return 0; - } - - var cur, - i = 0, - aup = a.parentNode, - bup = b.parentNode, - ap = [ a ], - bp = [ b ]; - - // Parentless nodes are either documents or disconnected - if ( !aup || !bup ) { - - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - /* eslint-disable eqeqeq */ - return a == document ? -1 : - b == document ? 1 : - /* eslint-enable eqeqeq */ - aup ? -1 : - bup ? 1 : - sortInput ? - ( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) : - 0; - - // If the nodes are siblings, we can do a quick check - } else if ( aup === bup ) { - return siblingCheck( a, b ); - } - - // Otherwise we need full lists of their ancestors for comparison - cur = a; - while ( ( cur = cur.parentNode ) ) { - ap.unshift( cur ); - } - cur = b; - while ( ( cur = cur.parentNode ) ) { - bp.unshift( cur ); - } - - // Walk down the tree looking for a discrepancy - while ( ap[ i ] === bp[ i ] ) { - i++; - } - - return i ? - - // Do a sibling check if the nodes have a common ancestor - siblingCheck( ap[ i ], bp[ i ] ) : - - // Otherwise nodes in our document sort first - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - /* eslint-disable eqeqeq */ - ap[ i ] == preferredDoc ? -1 : - bp[ i ] == preferredDoc ? 1 : - /* eslint-enable eqeqeq */ - 0; - }; - - return document; -}; - -Sizzle.matches = function( expr, elements ) { - return Sizzle( expr, null, null, elements ); -}; - -Sizzle.matchesSelector = function( elem, expr ) { - setDocument( elem ); - - if ( support.matchesSelector && documentIsHTML && - !nonnativeSelectorCache[ expr + " " ] && - ( !rbuggyMatches || !rbuggyMatches.test( expr ) ) && - ( !rbuggyQSA || !rbuggyQSA.test( expr ) ) ) { - - try { - var ret = matches.call( elem, expr ); - - // IE 9's matchesSelector returns false on disconnected nodes - if ( ret || support.disconnectedMatch || - - // As well, disconnected nodes are said to be in a document - // fragment in IE 9 - elem.document && elem.document.nodeType !== 11 ) { - return ret; - } - } catch ( e ) { - nonnativeSelectorCache( expr, true ); - } - } - - return Sizzle( expr, document, null, [ elem ] ).length > 0; -}; - -Sizzle.contains = function( context, elem ) { - - // Set document vars if needed - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - // eslint-disable-next-line eqeqeq - if ( ( context.ownerDocument || context ) != document ) { - setDocument( context ); - } - return contains( context, elem ); -}; - -Sizzle.attr = function( elem, name ) { - - // Set document vars if needed - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - // eslint-disable-next-line eqeqeq - if ( ( elem.ownerDocument || elem ) != document ) { - setDocument( elem ); - } - - var fn = Expr.attrHandle[ name.toLowerCase() ], - - // Don't get fooled by Object.prototype properties (jQuery #13807) - val = fn && hasOwn.call( Expr.attrHandle, name.toLowerCase() ) ? - fn( elem, name, !documentIsHTML ) : - undefined; - - return val !== undefined ? - val : - support.attributes || !documentIsHTML ? - elem.getAttribute( name ) : - ( val = elem.getAttributeNode( name ) ) && val.specified ? - val.value : - null; -}; - -Sizzle.escape = function( sel ) { - return ( sel + "" ).replace( rcssescape, fcssescape ); -}; - -Sizzle.error = function( msg ) { - throw new Error( "Syntax error, unrecognized expression: " + msg ); -}; - -/** - * Document sorting and removing duplicates - * @param {ArrayLike} results - */ -Sizzle.uniqueSort = function( results ) { - var elem, - duplicates = [], - j = 0, - i = 0; - - // Unless we *know* we can detect duplicates, assume their presence - hasDuplicate = !support.detectDuplicates; - sortInput = !support.sortStable && results.slice( 0 ); - results.sort( sortOrder ); - - if ( hasDuplicate ) { - while ( ( elem = results[ i++ ] ) ) { - if ( elem === results[ i ] ) { - j = duplicates.push( i ); - } - } - while ( j-- ) { - results.splice( duplicates[ j ], 1 ); - } - } - - // Clear input after sorting to release objects - // See https://github.com/jquery/sizzle/pull/225 - sortInput = null; - - return results; -}; - -/** - * Utility function for retrieving the text value of an array of DOM nodes - * @param {Array|Element} elem - */ -getText = Sizzle.getText = function( elem ) { - var node, - ret = "", - i = 0, - nodeType = elem.nodeType; - - if ( !nodeType ) { - - // If no nodeType, this is expected to be an array - while ( ( node = elem[ i++ ] ) ) { - - // Do not traverse comment nodes - ret += getText( node ); - } - } else if ( nodeType === 1 || nodeType === 9 || nodeType === 11 ) { - - // Use textContent for elements - // innerText usage removed for consistency of new lines (jQuery #11153) - if ( typeof elem.textContent === "string" ) { - return elem.textContent; - } else { - - // Traverse its children - for ( elem = elem.firstChild; elem; elem = elem.nextSibling ) { - ret += getText( elem ); - } - } - } else if ( nodeType === 3 || nodeType === 4 ) { - return elem.nodeValue; - } - - // Do not include comment or processing instruction nodes - - return ret; -}; - -Expr = Sizzle.selectors = { - - // Can be adjusted by the user - cacheLength: 50, - - createPseudo: markFunction, - - match: matchExpr, - - attrHandle: {}, - - find: {}, - - relative: { - ">": { dir: "parentNode", first: true }, - " ": { dir: "parentNode" }, - "+": { dir: "previousSibling", first: true }, - "~": { dir: "previousSibling" } - }, - - preFilter: { - "ATTR": function( match ) { - match[ 1 ] = match[ 1 ].replace( runescape, funescape ); - - // Move the given value to match[3] whether quoted or unquoted - match[ 3 ] = ( match[ 3 ] || match[ 4 ] || - match[ 5 ] || "" ).replace( runescape, funescape ); - - if ( match[ 2 ] === "~=" ) { - match[ 3 ] = " " + match[ 3 ] + " "; - } - - return match.slice( 0, 4 ); - }, - - "CHILD": function( match ) { - - /* matches from matchExpr["CHILD"] - 1 type (only|nth|...) - 2 what (child|of-type) - 3 argument (even|odd|\d*|\d*n([+-]\d+)?|...) - 4 xn-component of xn+y argument ([+-]?\d*n|) - 5 sign of xn-component - 6 x of xn-component - 7 sign of y-component - 8 y of y-component - */ - match[ 1 ] = match[ 1 ].toLowerCase(); - - if ( match[ 1 ].slice( 0, 3 ) === "nth" ) { - - // nth-* requires argument - if ( !match[ 3 ] ) { - Sizzle.error( match[ 0 ] ); - } - - // numeric x and y parameters for Expr.filter.CHILD - // remember that false/true cast respectively to 0/1 - match[ 4 ] = +( match[ 4 ] ? - match[ 5 ] + ( match[ 6 ] || 1 ) : - 2 * ( match[ 3 ] === "even" || match[ 3 ] === "odd" ) ); - match[ 5 ] = +( ( match[ 7 ] + match[ 8 ] ) || match[ 3 ] === "odd" ); - - // other types prohibit arguments - } else if ( match[ 3 ] ) { - Sizzle.error( match[ 0 ] ); - } - - return match; - }, - - "PSEUDO": function( match ) { - var excess, - unquoted = !match[ 6 ] && match[ 2 ]; - - if ( matchExpr[ "CHILD" ].test( match[ 0 ] ) ) { - return null; - } - - // Accept quoted arguments as-is - if ( match[ 3 ] ) { - match[ 2 ] = match[ 4 ] || match[ 5 ] || ""; - - // Strip excess characters from unquoted arguments - } else if ( unquoted && rpseudo.test( unquoted ) && - - // Get excess from tokenize (recursively) - ( excess = tokenize( unquoted, true ) ) && - - // advance to the next closing parenthesis - ( excess = unquoted.indexOf( ")", unquoted.length - excess ) - unquoted.length ) ) { - - // excess is a negative index - match[ 0 ] = match[ 0 ].slice( 0, excess ); - match[ 2 ] = unquoted.slice( 0, excess ); - } - - // Return only captures needed by the pseudo filter method (type and argument) - return match.slice( 0, 3 ); - } - }, - - filter: { - - "TAG": function( nodeNameSelector ) { - var nodeName = nodeNameSelector.replace( runescape, funescape ).toLowerCase(); - return nodeNameSelector === "*" ? - function() { - return true; - } : - function( elem ) { - return elem.nodeName && elem.nodeName.toLowerCase() === nodeName; - }; - }, - - "CLASS": function( className ) { - var pattern = classCache[ className + " " ]; - - return pattern || - ( pattern = new RegExp( "(^|" + whitespace + - ")" + className + "(" + whitespace + "|$)" ) ) && classCache( - className, function( elem ) { - return pattern.test( - typeof elem.className === "string" && elem.className || - typeof elem.getAttribute !== "undefined" && - elem.getAttribute( "class" ) || - "" - ); - } ); - }, - - "ATTR": function( name, operator, check ) { - return function( elem ) { - var result = Sizzle.attr( elem, name ); - - if ( result == null ) { - return operator === "!="; - } - if ( !operator ) { - return true; - } - - result += ""; - - /* eslint-disable max-len */ - - return operator === "=" ? result === check : - operator === "!=" ? result !== check : - operator === "^=" ? check && result.indexOf( check ) === 0 : - operator === "*=" ? check && result.indexOf( check ) > -1 : - operator === "$=" ? check && result.slice( -check.length ) === check : - operator === "~=" ? ( " " + result.replace( rwhitespace, " " ) + " " ).indexOf( check ) > -1 : - operator === "|=" ? result === check || result.slice( 0, check.length + 1 ) === check + "-" : - false; - /* eslint-enable max-len */ - - }; - }, - - "CHILD": function( type, what, _argument, first, last ) { - var simple = type.slice( 0, 3 ) !== "nth", - forward = type.slice( -4 ) !== "last", - ofType = what === "of-type"; - - return first === 1 && last === 0 ? - - // Shortcut for :nth-*(n) - function( elem ) { - return !!elem.parentNode; - } : - - function( elem, _context, xml ) { - var cache, uniqueCache, outerCache, node, nodeIndex, start, - dir = simple !== forward ? "nextSibling" : "previousSibling", - parent = elem.parentNode, - name = ofType && elem.nodeName.toLowerCase(), - useCache = !xml && !ofType, - diff = false; - - if ( parent ) { - - // :(first|last|only)-(child|of-type) - if ( simple ) { - while ( dir ) { - node = elem; - while ( ( node = node[ dir ] ) ) { - if ( ofType ? - node.nodeName.toLowerCase() === name : - node.nodeType === 1 ) { - - return false; - } - } - - // Reverse direction for :only-* (if we haven't yet done so) - start = dir = type === "only" && !start && "nextSibling"; - } - return true; - } - - start = [ forward ? parent.firstChild : parent.lastChild ]; - - // non-xml :nth-child(...) stores cache data on `parent` - if ( forward && useCache ) { - - // Seek `elem` from a previously-cached index - - // ...in a gzip-friendly way - node = parent; - outerCache = node[ expando ] || ( node[ expando ] = {} ); - - // Support: IE <9 only - // Defend against cloned attroperties (jQuery gh-1709) - uniqueCache = outerCache[ node.uniqueID ] || - ( outerCache[ node.uniqueID ] = {} ); - - cache = uniqueCache[ type ] || []; - nodeIndex = cache[ 0 ] === dirruns && cache[ 1 ]; - diff = nodeIndex && cache[ 2 ]; - node = nodeIndex && parent.childNodes[ nodeIndex ]; - - while ( ( node = ++nodeIndex && node && node[ dir ] || - - // Fallback to seeking `elem` from the start - ( diff = nodeIndex = 0 ) || start.pop() ) ) { - - // When found, cache indexes on `parent` and break - if ( node.nodeType === 1 && ++diff && node === elem ) { - uniqueCache[ type ] = [ dirruns, nodeIndex, diff ]; - break; - } - } - - } else { - - // Use previously-cached element index if available - if ( useCache ) { - - // ...in a gzip-friendly way - node = elem; - outerCache = node[ expando ] || ( node[ expando ] = {} ); - - // Support: IE <9 only - // Defend against cloned attroperties (jQuery gh-1709) - uniqueCache = outerCache[ node.uniqueID ] || - ( outerCache[ node.uniqueID ] = {} ); - - cache = uniqueCache[ type ] || []; - nodeIndex = cache[ 0 ] === dirruns && cache[ 1 ]; - diff = nodeIndex; - } - - // xml :nth-child(...) - // or :nth-last-child(...) or :nth(-last)?-of-type(...) - if ( diff === false ) { - - // Use the same loop as above to seek `elem` from the start - while ( ( node = ++nodeIndex && node && node[ dir ] || - ( diff = nodeIndex = 0 ) || start.pop() ) ) { - - if ( ( ofType ? - node.nodeName.toLowerCase() === name : - node.nodeType === 1 ) && - ++diff ) { - - // Cache the index of each encountered element - if ( useCache ) { - outerCache = node[ expando ] || - ( node[ expando ] = {} ); - - // Support: IE <9 only - // Defend against cloned attroperties (jQuery gh-1709) - uniqueCache = outerCache[ node.uniqueID ] || - ( outerCache[ node.uniqueID ] = {} ); - - uniqueCache[ type ] = [ dirruns, diff ]; - } - - if ( node === elem ) { - break; - } - } - } - } - } - - // Incorporate the offset, then check against cycle size - diff -= last; - return diff === first || ( diff % first === 0 && diff / first >= 0 ); - } - }; - }, - - "PSEUDO": function( pseudo, argument ) { - - // pseudo-class names are case-insensitive - // http://www.w3.org/TR/selectors/#pseudo-classes - // Prioritize by case sensitivity in case custom pseudos are added with uppercase letters - // Remember that setFilters inherits from pseudos - var args, - fn = Expr.pseudos[ pseudo ] || Expr.setFilters[ pseudo.toLowerCase() ] || - Sizzle.error( "unsupported pseudo: " + pseudo ); - - // The user may use createPseudo to indicate that - // arguments are needed to create the filter function - // just as Sizzle does - if ( fn[ expando ] ) { - return fn( argument ); - } - - // But maintain support for old signatures - if ( fn.length > 1 ) { - args = [ pseudo, pseudo, "", argument ]; - return Expr.setFilters.hasOwnProperty( pseudo.toLowerCase() ) ? - markFunction( function( seed, matches ) { - var idx, - matched = fn( seed, argument ), - i = matched.length; - while ( i-- ) { - idx = indexOf( seed, matched[ i ] ); - seed[ idx ] = !( matches[ idx ] = matched[ i ] ); - } - } ) : - function( elem ) { - return fn( elem, 0, args ); - }; - } - - return fn; - } - }, - - pseudos: { - - // Potentially complex pseudos - "not": markFunction( function( selector ) { - - // Trim the selector passed to compile - // to avoid treating leading and trailing - // spaces as combinators - var input = [], - results = [], - matcher = compile( selector.replace( rtrim, "$1" ) ); - - return matcher[ expando ] ? - markFunction( function( seed, matches, _context, xml ) { - var elem, - unmatched = matcher( seed, null, xml, [] ), - i = seed.length; - - // Match elements unmatched by `matcher` - while ( i-- ) { - if ( ( elem = unmatched[ i ] ) ) { - seed[ i ] = !( matches[ i ] = elem ); - } - } - } ) : - function( elem, _context, xml ) { - input[ 0 ] = elem; - matcher( input, null, xml, results ); - - // Don't keep the element (issue #299) - input[ 0 ] = null; - return !results.pop(); - }; - } ), - - "has": markFunction( function( selector ) { - return function( elem ) { - return Sizzle( selector, elem ).length > 0; - }; - } ), - - "contains": markFunction( function( text ) { - text = text.replace( runescape, funescape ); - return function( elem ) { - return ( elem.textContent || getText( elem ) ).indexOf( text ) > -1; - }; - } ), - - // "Whether an element is represented by a :lang() selector - // is based solely on the element's language value - // being equal to the identifier C, - // or beginning with the identifier C immediately followed by "-". - // The matching of C against the element's language value is performed case-insensitively. - // The identifier C does not have to be a valid language name." - // http://www.w3.org/TR/selectors/#lang-pseudo - "lang": markFunction( function( lang ) { - - // lang value must be a valid identifier - if ( !ridentifier.test( lang || "" ) ) { - Sizzle.error( "unsupported lang: " + lang ); - } - lang = lang.replace( runescape, funescape ).toLowerCase(); - return function( elem ) { - var elemLang; - do { - if ( ( elemLang = documentIsHTML ? - elem.lang : - elem.getAttribute( "xml:lang" ) || elem.getAttribute( "lang" ) ) ) { - - elemLang = elemLang.toLowerCase(); - return elemLang === lang || elemLang.indexOf( lang + "-" ) === 0; - } - } while ( ( elem = elem.parentNode ) && elem.nodeType === 1 ); - return false; - }; - } ), - - // Miscellaneous - "target": function( elem ) { - var hash = window.location && window.location.hash; - return hash && hash.slice( 1 ) === elem.id; - }, - - "root": function( elem ) { - return elem === docElem; - }, - - "focus": function( elem ) { - return elem === document.activeElement && - ( !document.hasFocus || document.hasFocus() ) && - !!( elem.type || elem.href || ~elem.tabIndex ); - }, - - // Boolean properties - "enabled": createDisabledPseudo( false ), - "disabled": createDisabledPseudo( true ), - - "checked": function( elem ) { - - // In CSS3, :checked should return both checked and selected elements - // http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked - var nodeName = elem.nodeName.toLowerCase(); - return ( nodeName === "input" && !!elem.checked ) || - ( nodeName === "option" && !!elem.selected ); - }, - - "selected": function( elem ) { - - // Accessing this property makes selected-by-default - // options in Safari work properly - if ( elem.parentNode ) { - // eslint-disable-next-line no-unused-expressions - elem.parentNode.selectedIndex; - } - - return elem.selected === true; - }, - - // Contents - "empty": function( elem ) { - - // http://www.w3.org/TR/selectors/#empty-pseudo - // :empty is negated by element (1) or content nodes (text: 3; cdata: 4; entity ref: 5), - // but not by others (comment: 8; processing instruction: 7; etc.) - // nodeType < 6 works because attributes (2) do not appear as children - for ( elem = elem.firstChild; elem; elem = elem.nextSibling ) { - if ( elem.nodeType < 6 ) { - return false; - } - } - return true; - }, - - "parent": function( elem ) { - return !Expr.pseudos[ "empty" ]( elem ); - }, - - // Element/input types - "header": function( elem ) { - return rheader.test( elem.nodeName ); - }, - - "input": function( elem ) { - return rinputs.test( elem.nodeName ); - }, - - "button": function( elem ) { - var name = elem.nodeName.toLowerCase(); - return name === "input" && elem.type === "button" || name === "button"; - }, - - "text": function( elem ) { - var attr; - return elem.nodeName.toLowerCase() === "input" && - elem.type === "text" && - - // Support: IE <10 only - // New HTML5 attribute values (e.g., "search") appear with elem.type === "text" - ( ( attr = elem.getAttribute( "type" ) ) == null || - attr.toLowerCase() === "text" ); - }, - - // Position-in-collection - "first": createPositionalPseudo( function() { - return [ 0 ]; - } ), - - "last": createPositionalPseudo( function( _matchIndexes, length ) { - return [ length - 1 ]; - } ), - - "eq": createPositionalPseudo( function( _matchIndexes, length, argument ) { - return [ argument < 0 ? argument + length : argument ]; - } ), - - "even": createPositionalPseudo( function( matchIndexes, length ) { - var i = 0; - for ( ; i < length; i += 2 ) { - matchIndexes.push( i ); - } - return matchIndexes; - } ), - - "odd": createPositionalPseudo( function( matchIndexes, length ) { - var i = 1; - for ( ; i < length; i += 2 ) { - matchIndexes.push( i ); - } - return matchIndexes; - } ), - - "lt": createPositionalPseudo( function( matchIndexes, length, argument ) { - var i = argument < 0 ? - argument + length : - argument > length ? - length : - argument; - for ( ; --i >= 0; ) { - matchIndexes.push( i ); - } - return matchIndexes; - } ), - - "gt": createPositionalPseudo( function( matchIndexes, length, argument ) { - var i = argument < 0 ? argument + length : argument; - for ( ; ++i < length; ) { - matchIndexes.push( i ); - } - return matchIndexes; - } ) - } -}; - -Expr.pseudos[ "nth" ] = Expr.pseudos[ "eq" ]; - -// Add button/input type pseudos -for ( i in { radio: true, checkbox: true, file: true, password: true, image: true } ) { - Expr.pseudos[ i ] = createInputPseudo( i ); -} -for ( i in { submit: true, reset: true } ) { - Expr.pseudos[ i ] = createButtonPseudo( i ); -} - -// Easy API for creating new setFilters -function setFilters() {} -setFilters.prototype = Expr.filters = Expr.pseudos; -Expr.setFilters = new setFilters(); - -tokenize = Sizzle.tokenize = function( selector, parseOnly ) { - var matched, match, tokens, type, - soFar, groups, preFilters, - cached = tokenCache[ selector + " " ]; - - if ( cached ) { - return parseOnly ? 0 : cached.slice( 0 ); - } - - soFar = selector; - groups = []; - preFilters = Expr.preFilter; - - while ( soFar ) { - - // Comma and first run - if ( !matched || ( match = rcomma.exec( soFar ) ) ) { - if ( match ) { - - // Don't consume trailing commas as valid - soFar = soFar.slice( match[ 0 ].length ) || soFar; - } - groups.push( ( tokens = [] ) ); - } - - matched = false; - - // Combinators - if ( ( match = rcombinators.exec( soFar ) ) ) { - matched = match.shift(); - tokens.push( { - value: matched, - - // Cast descendant combinators to space - type: match[ 0 ].replace( rtrim, " " ) - } ); - soFar = soFar.slice( matched.length ); - } - - // Filters - for ( type in Expr.filter ) { - if ( ( match = matchExpr[ type ].exec( soFar ) ) && ( !preFilters[ type ] || - ( match = preFilters[ type ]( match ) ) ) ) { - matched = match.shift(); - tokens.push( { - value: matched, - type: type, - matches: match - } ); - soFar = soFar.slice( matched.length ); - } - } - - if ( !matched ) { - break; - } - } - - // Return the length of the invalid excess - // if we're just parsing - // Otherwise, throw an error or return tokens - return parseOnly ? - soFar.length : - soFar ? - Sizzle.error( selector ) : - - // Cache the tokens - tokenCache( selector, groups ).slice( 0 ); -}; - -function toSelector( tokens ) { - var i = 0, - len = tokens.length, - selector = ""; - for ( ; i < len; i++ ) { - selector += tokens[ i ].value; - } - return selector; -} - -function addCombinator( matcher, combinator, base ) { - var dir = combinator.dir, - skip = combinator.next, - key = skip || dir, - checkNonElements = base && key === "parentNode", - doneName = done++; - - return combinator.first ? - - // Check against closest ancestor/preceding element - function( elem, context, xml ) { - while ( ( elem = elem[ dir ] ) ) { - if ( elem.nodeType === 1 || checkNonElements ) { - return matcher( elem, context, xml ); - } - } - return false; - } : - - // Check against all ancestor/preceding elements - function( elem, context, xml ) { - var oldCache, uniqueCache, outerCache, - newCache = [ dirruns, doneName ]; - - // We can't set arbitrary data on XML nodes, so they don't benefit from combinator caching - if ( xml ) { - while ( ( elem = elem[ dir ] ) ) { - if ( elem.nodeType === 1 || checkNonElements ) { - if ( matcher( elem, context, xml ) ) { - return true; - } - } - } - } else { - while ( ( elem = elem[ dir ] ) ) { - if ( elem.nodeType === 1 || checkNonElements ) { - outerCache = elem[ expando ] || ( elem[ expando ] = {} ); - - // Support: IE <9 only - // Defend against cloned attroperties (jQuery gh-1709) - uniqueCache = outerCache[ elem.uniqueID ] || - ( outerCache[ elem.uniqueID ] = {} ); - - if ( skip && skip === elem.nodeName.toLowerCase() ) { - elem = elem[ dir ] || elem; - } else if ( ( oldCache = uniqueCache[ key ] ) && - oldCache[ 0 ] === dirruns && oldCache[ 1 ] === doneName ) { - - // Assign to newCache so results back-propagate to previous elements - return ( newCache[ 2 ] = oldCache[ 2 ] ); - } else { - - // Reuse newcache so results back-propagate to previous elements - uniqueCache[ key ] = newCache; - - // A match means we're done; a fail means we have to keep checking - if ( ( newCache[ 2 ] = matcher( elem, context, xml ) ) ) { - return true; - } - } - } - } - } - return false; - }; -} - -function elementMatcher( matchers ) { - return matchers.length > 1 ? - function( elem, context, xml ) { - var i = matchers.length; - while ( i-- ) { - if ( !matchers[ i ]( elem, context, xml ) ) { - return false; - } - } - return true; - } : - matchers[ 0 ]; -} - -function multipleContexts( selector, contexts, results ) { - var i = 0, - len = contexts.length; - for ( ; i < len; i++ ) { - Sizzle( selector, contexts[ i ], results ); - } - return results; -} - -function condense( unmatched, map, filter, context, xml ) { - var elem, - newUnmatched = [], - i = 0, - len = unmatched.length, - mapped = map != null; - - for ( ; i < len; i++ ) { - if ( ( elem = unmatched[ i ] ) ) { - if ( !filter || filter( elem, context, xml ) ) { - newUnmatched.push( elem ); - if ( mapped ) { - map.push( i ); - } - } - } - } - - return newUnmatched; -} - -function setMatcher( preFilter, selector, matcher, postFilter, postFinder, postSelector ) { - if ( postFilter && !postFilter[ expando ] ) { - postFilter = setMatcher( postFilter ); - } - if ( postFinder && !postFinder[ expando ] ) { - postFinder = setMatcher( postFinder, postSelector ); - } - return markFunction( function( seed, results, context, xml ) { - var temp, i, elem, - preMap = [], - postMap = [], - preexisting = results.length, - - // Get initial elements from seed or context - elems = seed || multipleContexts( - selector || "*", - context.nodeType ? [ context ] : context, - [] - ), - - // Prefilter to get matcher input, preserving a map for seed-results synchronization - matcherIn = preFilter && ( seed || !selector ) ? - condense( elems, preMap, preFilter, context, xml ) : - elems, - - matcherOut = matcher ? - - // If we have a postFinder, or filtered seed, or non-seed postFilter or preexisting results, - postFinder || ( seed ? preFilter : preexisting || postFilter ) ? - - // ...intermediate processing is necessary - [] : - - // ...otherwise use results directly - results : - matcherIn; - - // Find primary matches - if ( matcher ) { - matcher( matcherIn, matcherOut, context, xml ); - } - - // Apply postFilter - if ( postFilter ) { - temp = condense( matcherOut, postMap ); - postFilter( temp, [], context, xml ); - - // Un-match failing elements by moving them back to matcherIn - i = temp.length; - while ( i-- ) { - if ( ( elem = temp[ i ] ) ) { - matcherOut[ postMap[ i ] ] = !( matcherIn[ postMap[ i ] ] = elem ); - } - } - } - - if ( seed ) { - if ( postFinder || preFilter ) { - if ( postFinder ) { - - // Get the final matcherOut by condensing this intermediate into postFinder contexts - temp = []; - i = matcherOut.length; - while ( i-- ) { - if ( ( elem = matcherOut[ i ] ) ) { - - // Restore matcherIn since elem is not yet a final match - temp.push( ( matcherIn[ i ] = elem ) ); - } - } - postFinder( null, ( matcherOut = [] ), temp, xml ); - } - - // Move matched elements from seed to results to keep them synchronized - i = matcherOut.length; - while ( i-- ) { - if ( ( elem = matcherOut[ i ] ) && - ( temp = postFinder ? indexOf( seed, elem ) : preMap[ i ] ) > -1 ) { - - seed[ temp ] = !( results[ temp ] = elem ); - } - } - } - - // Add elements to results, through postFinder if defined - } else { - matcherOut = condense( - matcherOut === results ? - matcherOut.splice( preexisting, matcherOut.length ) : - matcherOut - ); - if ( postFinder ) { - postFinder( null, results, matcherOut, xml ); - } else { - push.apply( results, matcherOut ); - } - } - } ); -} - -function matcherFromTokens( tokens ) { - var checkContext, matcher, j, - len = tokens.length, - leadingRelative = Expr.relative[ tokens[ 0 ].type ], - implicitRelative = leadingRelative || Expr.relative[ " " ], - i = leadingRelative ? 1 : 0, - - // The foundational matcher ensures that elements are reachable from top-level context(s) - matchContext = addCombinator( function( elem ) { - return elem === checkContext; - }, implicitRelative, true ), - matchAnyContext = addCombinator( function( elem ) { - return indexOf( checkContext, elem ) > -1; - }, implicitRelative, true ), - matchers = [ function( elem, context, xml ) { - var ret = ( !leadingRelative && ( xml || context !== outermostContext ) ) || ( - ( checkContext = context ).nodeType ? - matchContext( elem, context, xml ) : - matchAnyContext( elem, context, xml ) ); - - // Avoid hanging onto element (issue #299) - checkContext = null; - return ret; - } ]; - - for ( ; i < len; i++ ) { - if ( ( matcher = Expr.relative[ tokens[ i ].type ] ) ) { - matchers = [ addCombinator( elementMatcher( matchers ), matcher ) ]; - } else { - matcher = Expr.filter[ tokens[ i ].type ].apply( null, tokens[ i ].matches ); - - // Return special upon seeing a positional matcher - if ( matcher[ expando ] ) { - - // Find the next relative operator (if any) for proper handling - j = ++i; - for ( ; j < len; j++ ) { - if ( Expr.relative[ tokens[ j ].type ] ) { - break; - } - } - return setMatcher( - i > 1 && elementMatcher( matchers ), - i > 1 && toSelector( - - // If the preceding token was a descendant combinator, insert an implicit any-element `*` - tokens - .slice( 0, i - 1 ) - .concat( { value: tokens[ i - 2 ].type === " " ? "*" : "" } ) - ).replace( rtrim, "$1" ), - matcher, - i < j && matcherFromTokens( tokens.slice( i, j ) ), - j < len && matcherFromTokens( ( tokens = tokens.slice( j ) ) ), - j < len && toSelector( tokens ) - ); - } - matchers.push( matcher ); - } - } - - return elementMatcher( matchers ); -} - -function matcherFromGroupMatchers( elementMatchers, setMatchers ) { - var bySet = setMatchers.length > 0, - byElement = elementMatchers.length > 0, - superMatcher = function( seed, context, xml, results, outermost ) { - var elem, j, matcher, - matchedCount = 0, - i = "0", - unmatched = seed && [], - setMatched = [], - contextBackup = outermostContext, - - // We must always have either seed elements or outermost context - elems = seed || byElement && Expr.find[ "TAG" ]( "*", outermost ), - - // Use integer dirruns iff this is the outermost matcher - dirrunsUnique = ( dirruns += contextBackup == null ? 1 : Math.random() || 0.1 ), - len = elems.length; - - if ( outermost ) { - - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - // eslint-disable-next-line eqeqeq - outermostContext = context == document || context || outermost; - } - - // Add elements passing elementMatchers directly to results - // Support: IE<9, Safari - // Tolerate NodeList properties (IE: "length"; Safari: <number>) matching elements by id - for ( ; i !== len && ( elem = elems[ i ] ) != null; i++ ) { - if ( byElement && elem ) { - j = 0; - - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - // eslint-disable-next-line eqeqeq - if ( !context && elem.ownerDocument != document ) { - setDocument( elem ); - xml = !documentIsHTML; - } - while ( ( matcher = elementMatchers[ j++ ] ) ) { - if ( matcher( elem, context || document, xml ) ) { - results.push( elem ); - break; - } - } - if ( outermost ) { - dirruns = dirrunsUnique; - } - } - - // Track unmatched elements for set filters - if ( bySet ) { - - // They will have gone through all possible matchers - if ( ( elem = !matcher && elem ) ) { - matchedCount--; - } - - // Lengthen the array for every element, matched or not - if ( seed ) { - unmatched.push( elem ); - } - } - } - - // `i` is now the count of elements visited above, and adding it to `matchedCount` - // makes the latter nonnegative. - matchedCount += i; - - // Apply set filters to unmatched elements - // NOTE: This can be skipped if there are no unmatched elements (i.e., `matchedCount` - // equals `i`), unless we didn't visit _any_ elements in the above loop because we have - // no element matchers and no seed. - // Incrementing an initially-string "0" `i` allows `i` to remain a string only in that - // case, which will result in a "00" `matchedCount` that differs from `i` but is also - // numerically zero. - if ( bySet && i !== matchedCount ) { - j = 0; - while ( ( matcher = setMatchers[ j++ ] ) ) { - matcher( unmatched, setMatched, context, xml ); - } - - if ( seed ) { - - // Reintegrate element matches to eliminate the need for sorting - if ( matchedCount > 0 ) { - while ( i-- ) { - if ( !( unmatched[ i ] || setMatched[ i ] ) ) { - setMatched[ i ] = pop.call( results ); - } - } - } - - // Discard index placeholder values to get only actual matches - setMatched = condense( setMatched ); - } - - // Add matches to results - push.apply( results, setMatched ); - - // Seedless set matches succeeding multiple successful matchers stipulate sorting - if ( outermost && !seed && setMatched.length > 0 && - ( matchedCount + setMatchers.length ) > 1 ) { - - Sizzle.uniqueSort( results ); - } - } - - // Override manipulation of globals by nested matchers - if ( outermost ) { - dirruns = dirrunsUnique; - outermostContext = contextBackup; - } - - return unmatched; - }; - - return bySet ? - markFunction( superMatcher ) : - superMatcher; -} - -compile = Sizzle.compile = function( selector, match /* Internal Use Only */ ) { - var i, - setMatchers = [], - elementMatchers = [], - cached = compilerCache[ selector + " " ]; - - if ( !cached ) { - - // Generate a function of recursive functions that can be used to check each element - if ( !match ) { - match = tokenize( selector ); - } - i = match.length; - while ( i-- ) { - cached = matcherFromTokens( match[ i ] ); - if ( cached[ expando ] ) { - setMatchers.push( cached ); - } else { - elementMatchers.push( cached ); - } - } - - // Cache the compiled function - cached = compilerCache( - selector, - matcherFromGroupMatchers( elementMatchers, setMatchers ) - ); - - // Save selector and tokenization - cached.selector = selector; - } - return cached; -}; - -/** - * A low-level selection function that works with Sizzle's compiled - * selector functions - * @param {String|Function} selector A selector or a pre-compiled - * selector function built with Sizzle.compile - * @param {Element} context - * @param {Array} [results] - * @param {Array} [seed] A set of elements to match against - */ -select = Sizzle.select = function( selector, context, results, seed ) { - var i, tokens, token, type, find, - compiled = typeof selector === "function" && selector, - match = !seed && tokenize( ( selector = compiled.selector || selector ) ); - - results = results || []; - - // Try to minimize operations if there is only one selector in the list and no seed - // (the latter of which guarantees us context) - if ( match.length === 1 ) { - - // Reduce context if the leading compound selector is an ID - tokens = match[ 0 ] = match[ 0 ].slice( 0 ); - if ( tokens.length > 2 && ( token = tokens[ 0 ] ).type === "ID" && - context.nodeType === 9 && documentIsHTML && Expr.relative[ tokens[ 1 ].type ] ) { - - context = ( Expr.find[ "ID" ]( token.matches[ 0 ] - .replace( runescape, funescape ), context ) || [] )[ 0 ]; - if ( !context ) { - return results; - - // Precompiled matchers will still verify ancestry, so step up a level - } else if ( compiled ) { - context = context.parentNode; - } - - selector = selector.slice( tokens.shift().value.length ); - } - - // Fetch a seed set for right-to-left matching - i = matchExpr[ "needsContext" ].test( selector ) ? 0 : tokens.length; - while ( i-- ) { - token = tokens[ i ]; - - // Abort if we hit a combinator - if ( Expr.relative[ ( type = token.type ) ] ) { - break; - } - if ( ( find = Expr.find[ type ] ) ) { - - // Search, expanding context for leading sibling combinators - if ( ( seed = find( - token.matches[ 0 ].replace( runescape, funescape ), - rsibling.test( tokens[ 0 ].type ) && testContext( context.parentNode ) || - context - ) ) ) { - - // If seed is empty or no tokens remain, we can return early - tokens.splice( i, 1 ); - selector = seed.length && toSelector( tokens ); - if ( !selector ) { - push.apply( results, seed ); - return results; - } - - break; - } - } - } - } - - // Compile and execute a filtering function if one is not provided - // Provide `match` to avoid retokenization if we modified the selector above - ( compiled || compile( selector, match ) )( - seed, - context, - !documentIsHTML, - results, - !context || rsibling.test( selector ) && testContext( context.parentNode ) || context - ); - return results; -}; - -// One-time assignments - -// Sort stability -support.sortStable = expando.split( "" ).sort( sortOrder ).join( "" ) === expando; - -// Support: Chrome 14-35+ -// Always assume duplicates if they aren't passed to the comparison function -support.detectDuplicates = !!hasDuplicate; - -// Initialize against the default document -setDocument(); - -// Support: Webkit<537.32 - Safari 6.0.3/Chrome 25 (fixed in Chrome 27) -// Detached nodes confoundingly follow *each other* -support.sortDetached = assert( function( el ) { - - // Should return 1, but returns 4 (following) - return el.compareDocumentPosition( document.createElement( "fieldset" ) ) & 1; -} ); - -// Support: IE<8 -// Prevent attribute/property "interpolation" -// https://msdn.microsoft.com/en-us/library/ms536429%28VS.85%29.aspx -if ( !assert( function( el ) { - el.innerHTML = "<a href='#'></a>"; - return el.firstChild.getAttribute( "href" ) === "#"; -} ) ) { - addHandle( "type|href|height|width", function( elem, name, isXML ) { - if ( !isXML ) { - return elem.getAttribute( name, name.toLowerCase() === "type" ? 1 : 2 ); - } - } ); -} - -// Support: IE<9 -// Use defaultValue in place of getAttribute("value") -if ( !support.attributes || !assert( function( el ) { - el.innerHTML = "<input/>"; - el.firstChild.setAttribute( "value", "" ); - return el.firstChild.getAttribute( "value" ) === ""; -} ) ) { - addHandle( "value", function( elem, _name, isXML ) { - if ( !isXML && elem.nodeName.toLowerCase() === "input" ) { - return elem.defaultValue; - } - } ); -} - -// Support: IE<9 -// Use getAttributeNode to fetch booleans when getAttribute lies -if ( !assert( function( el ) { - return el.getAttribute( "disabled" ) == null; -} ) ) { - addHandle( booleans, function( elem, name, isXML ) { - var val; - if ( !isXML ) { - return elem[ name ] === true ? name.toLowerCase() : - ( val = elem.getAttributeNode( name ) ) && val.specified ? - val.value : - null; - } - } ); -} - -// EXPOSE -var _sizzle = window.Sizzle; - -Sizzle.noConflict = function() { - if ( window.Sizzle === Sizzle ) { - window.Sizzle = _sizzle; - } - - return Sizzle; -}; - -if ( typeof define === "function" && define.amd ) { - define( function() { - return Sizzle; - } ); - -// Sizzle requires that there be a global window in Common-JS like environments -} else if ( typeof module !== "undefined" && module.exports ) { - module.exports = Sizzle; -} else { - window.Sizzle = Sizzle; -} - -// EXPOSE - -} )( window ); diff --git a/software/flow/node_modules/jquery/external/sizzle/dist/sizzle.min.js b/software/flow/node_modules/jquery/external/sizzle/dist/sizzle.min.js deleted file mode 100644 index 3738953..0000000 --- a/software/flow/node_modules/jquery/external/sizzle/dist/sizzle.min.js +++ /dev/null @@ -1,3 +0,0 @@ -/*! Sizzle v2.3.9 | (c) JS Foundation and other contributors | js.foundation */ -!function(e){var t,n,r,i,o,u,l,a,s,c,f,d,p,h,g,m,y,v,w,b="sizzle"+1*new Date,N=e.document,C=0,x=0,S=ae(),E=ae(),A=ae(),D=ae(),T=function(e,t){return e===t&&(f=!0),0},L={}.hasOwnProperty,q=[],I=q.pop,B=q.push,R=q.push,k=q.slice,$=function(e,t){for(var n=0,r=e.length;n<r;n++)if(e[n]===t)return n;return-1},H="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",M="[\\x20\\t\\r\\n\\f]",P="(?:\\\\[\\da-fA-F]{1,6}"+M+"?|\\\\[^\\r\\n\\f]|[\\w-]|[^\0-\\x7f])+",z="\\["+M+"*("+P+")(?:"+M+"*([*^$|!~]?=)"+M+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+P+"))|)"+M+"*\\]",F=":("+P+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+z+")*)|.*)\\)|)",O=new RegExp(M+"+","g"),j=new RegExp("^"+M+"+|((?:^|[^\\\\])(?:\\\\.)*)"+M+"+$","g"),G=new RegExp("^"+M+"*,"+M+"*"),U=new RegExp("^"+M+"*([>+~]|"+M+")"+M+"*"),V=new RegExp(M+"|>"),X=new RegExp(F),J=new RegExp("^"+P+"$"),K={ID:new RegExp("^#("+P+")"),CLASS:new RegExp("^\\.("+P+")"),TAG:new RegExp("^("+P+"|[*])"),ATTR:new RegExp("^"+z),PSEUDO:new RegExp("^"+F),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+H+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},Q=/HTML$/i,W=/^(?:input|select|textarea|button)$/i,Y=/^h\d$/i,Z=/^[^{]+\{\s*\[native \w/,_=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ee=/[+~]/,te=new RegExp("\\\\[\\da-fA-F]{1,6}"+M+"?|\\\\([^\\r\\n\\f])","g"),ne=function(e,t){var n="0x"+e.slice(1)-65536;return t||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},re=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ie=function(e,t){return t?"\0"===e?"\ufffd":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},oe=function(){d()},ue=ve(function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()},{dir:"parentNode",next:"legend"});try{R.apply(q=k.call(N.childNodes),N.childNodes),q[N.childNodes.length].nodeType}catch(e){R={apply:q.length?function(e,t){B.apply(e,k.call(t))}:function(e,t){var n=e.length,r=0;while(e[n++]=t[r++]);e.length=n-1}}}function le(e,t,r,i){var o,l,s,c,f,h,y,v=t&&t.ownerDocument,N=t?t.nodeType:9;if(r=r||[],"string"!=typeof e||!e||1!==N&&9!==N&&11!==N)return r;if(!i&&(d(t),t=t||p,g)){if(11!==N&&(f=_.exec(e)))if(o=f[1]){if(9===N){if(!(s=t.getElementById(o)))return r;if(s.id===o)return r.push(s),r}else if(v&&(s=v.getElementById(o))&&w(t,s)&&s.id===o)return r.push(s),r}else{if(f[2])return R.apply(r,t.getElementsByTagName(e)),r;if((o=f[3])&&n.getElementsByClassName&&t.getElementsByClassName)return R.apply(r,t.getElementsByClassName(o)),r}if(n.qsa&&!D[e+" "]&&(!m||!m.test(e))&&(1!==N||"object"!==t.nodeName.toLowerCase())){if(y=e,v=t,1===N&&(V.test(e)||U.test(e))){(v=ee.test(e)&&ge(t.parentNode)||t)===t&&n.scope||((c=t.getAttribute("id"))?c=c.replace(re,ie):t.setAttribute("id",c=b)),l=(h=u(e)).length;while(l--)h[l]=(c?"#"+c:":scope")+" "+ye(h[l]);y=h.join(",")}try{if(n.cssSupportsSelector&&!CSS.supports("selector(:is("+y+"))"))throw new Error;return R.apply(r,v.querySelectorAll(y)),r}catch(t){D(e,!0)}finally{c===b&&t.removeAttribute("id")}}}return a(e.replace(j,"$1"),t,r,i)}function ae(){var e=[];function t(n,i){return e.push(n+" ")>r.cacheLength&&delete t[e.shift()],t[n+" "]=i}return t}function se(e){return e[b]=!0,e}function ce(e){var t=p.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function fe(e,t){var n=e.split("|"),i=n.length;while(i--)r.attrHandle[n[i]]=t}function de(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)while(n=n.nextSibling)if(n===t)return-1;return e?1:-1}function pe(e){return function(t){return"form"in t?t.parentNode&&!1===t.disabled?"label"in t?"label"in t.parentNode?t.parentNode.disabled===e:t.disabled===e:t.isDisabled===e||t.isDisabled!==!e&&ue(t)===e:t.disabled===e:"label"in t&&t.disabled===e}}function he(e){return se(function(t){return t=+t,se(function(n,r){var i,o=e([],n.length,t),u=o.length;while(u--)n[i=o[u]]&&(n[i]=!(r[i]=n[i]))})})}function ge(e){return e&&void 0!==e.getElementsByTagName&&e}n=le.support={},o=le.isXML=function(e){var t=e&&e.namespaceURI,n=e&&(e.ownerDocument||e).documentElement;return!Q.test(t||n&&n.nodeName||"HTML")},d=le.setDocument=function(e){var t,i,u=e?e.ownerDocument||e:N;return u!=p&&9===u.nodeType&&u.documentElement?(p=u,h=p.documentElement,g=!o(p),N!=p&&(i=p.defaultView)&&i.top!==i&&(i.addEventListener?i.addEventListener("unload",oe,!1):i.attachEvent&&i.attachEvent("onunload",oe)),n.scope=ce(function(e){return h.appendChild(e).appendChild(p.createElement("div")),void 0!==e.querySelectorAll&&!e.querySelectorAll(":scope fieldset div").length}),n.cssSupportsSelector=ce(function(){return CSS.supports("selector(*)")&&p.querySelectorAll(":is(:jqfake)")&&!CSS.supports("selector(:is(*,:jqfake))")}),n.attributes=ce(function(e){return e.className="i",!e.getAttribute("className")}),n.getElementsByTagName=ce(function(e){return e.appendChild(p.createComment("")),!e.getElementsByTagName("*").length}),n.getElementsByClassName=Z.test(p.getElementsByClassName),n.getById=ce(function(e){return h.appendChild(e).id=b,!p.getElementsByName||!p.getElementsByName(b).length}),n.getById?(r.filter.ID=function(e){var t=e.replace(te,ne);return function(e){return e.getAttribute("id")===t}},r.find.ID=function(e,t){if(void 0!==t.getElementById&&g){var n=t.getElementById(e);return n?[n]:[]}}):(r.filter.ID=function(e){var t=e.replace(te,ne);return function(e){var n=void 0!==e.getAttributeNode&&e.getAttributeNode("id");return n&&n.value===t}},r.find.ID=function(e,t){if(void 0!==t.getElementById&&g){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),r.find.TAG=n.getElementsByTagName?function(e,t){return void 0!==t.getElementsByTagName?t.getElementsByTagName(e):n.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){while(n=o[i++])1===n.nodeType&&r.push(n);return r}return o},r.find.CLASS=n.getElementsByClassName&&function(e,t){if(void 0!==t.getElementsByClassName&&g)return t.getElementsByClassName(e)},y=[],m=[],(n.qsa=Z.test(p.querySelectorAll))&&(ce(function(e){var t;h.appendChild(e).innerHTML="<a id='"+b+"'></a><select id='"+b+"-\r\\' msallowcapture=''><option selected=''></option></select>",e.querySelectorAll("[msallowcapture^='']").length&&m.push("[*^$]="+M+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||m.push("\\["+M+"*(?:value|"+H+")"),e.querySelectorAll("[id~="+b+"-]").length||m.push("~="),(t=p.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||m.push("\\["+M+"*name"+M+"*="+M+"*(?:''|\"\")"),e.querySelectorAll(":checked").length||m.push(":checked"),e.querySelectorAll("a#"+b+"+*").length||m.push(".#.+[+~]"),e.querySelectorAll("\\\f"),m.push("[\\r\\n\\f]")}),ce(function(e){e.innerHTML="<a href='' disabled='disabled'></a><select disabled='disabled'><option/></select>";var t=p.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&m.push("name"+M+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&m.push(":enabled",":disabled"),h.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&m.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),m.push(",.*:")})),(n.matchesSelector=Z.test(v=h.matches||h.webkitMatchesSelector||h.mozMatchesSelector||h.oMatchesSelector||h.msMatchesSelector))&&ce(function(e){n.disconnectedMatch=v.call(e,"*"),v.call(e,"[s!='']:x"),y.push("!=",F)}),n.cssSupportsSelector||m.push(":has"),m=m.length&&new RegExp(m.join("|")),y=y.length&&new RegExp(y.join("|")),t=Z.test(h.compareDocumentPosition),w=t||Z.test(h.contains)?function(e,t){var n=9===e.nodeType&&e.documentElement||e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)while(t=t.parentNode)if(t===e)return!0;return!1},T=t?function(e,t){if(e===t)return f=!0,0;var r=!e.compareDocumentPosition-!t.compareDocumentPosition;return r||(1&(r=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!n.sortDetached&&t.compareDocumentPosition(e)===r?e==p||e.ownerDocument==N&&w(N,e)?-1:t==p||t.ownerDocument==N&&w(N,t)?1:c?$(c,e)-$(c,t):0:4&r?-1:1)}:function(e,t){if(e===t)return f=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,u=[e],l=[t];if(!i||!o)return e==p?-1:t==p?1:i?-1:o?1:c?$(c,e)-$(c,t):0;if(i===o)return de(e,t);n=e;while(n=n.parentNode)u.unshift(n);n=t;while(n=n.parentNode)l.unshift(n);while(u[r]===l[r])r++;return r?de(u[r],l[r]):u[r]==N?-1:l[r]==N?1:0},p):p},le.matches=function(e,t){return le(e,null,null,t)},le.matchesSelector=function(e,t){if(d(e),n.matchesSelector&&g&&!D[t+" "]&&(!y||!y.test(t))&&(!m||!m.test(t)))try{var r=v.call(e,t);if(r||n.disconnectedMatch||e.document&&11!==e.document.nodeType)return r}catch(e){D(t,!0)}return le(t,p,null,[e]).length>0},le.contains=function(e,t){return(e.ownerDocument||e)!=p&&d(e),w(e,t)},le.attr=function(e,t){(e.ownerDocument||e)!=p&&d(e);var i=r.attrHandle[t.toLowerCase()],o=i&&L.call(r.attrHandle,t.toLowerCase())?i(e,t,!g):void 0;return void 0!==o?o:n.attributes||!g?e.getAttribute(t):(o=e.getAttributeNode(t))&&o.specified?o.value:null},le.escape=function(e){return(e+"").replace(re,ie)},le.error=function(e){throw new Error("Syntax error, unrecognized expression: "+e)},le.uniqueSort=function(e){var t,r=[],i=0,o=0;if(f=!n.detectDuplicates,c=!n.sortStable&&e.slice(0),e.sort(T),f){while(t=e[o++])t===e[o]&&(i=r.push(o));while(i--)e.splice(r[i],1)}return c=null,e},i=le.getText=function(e){var t,n="",r=0,o=e.nodeType;if(o){if(1===o||9===o||11===o){if("string"==typeof e.textContent)return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)n+=i(e)}else if(3===o||4===o)return e.nodeValue}else while(t=e[r++])n+=i(t);return n},(r=le.selectors={cacheLength:50,createPseudo:se,match:K,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(te,ne),e[3]=(e[3]||e[4]||e[5]||"").replace(te,ne),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||le.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&le.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return K.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&X.test(n)&&(t=u(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(te,ne).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=S[e+" "];return t||(t=new RegExp("(^|"+M+")"+e+"("+M+"|$)"))&&S(e,function(e){return t.test("string"==typeof e.className&&e.className||void 0!==e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(e,t,n){return function(r){var i=le.attr(r,e);return null==i?"!="===t:!t||(i+="","="===t?i===n:"!="===t?i!==n:"^="===t?n&&0===i.indexOf(n):"*="===t?n&&i.indexOf(n)>-1:"$="===t?n&&i.slice(-n.length)===n:"~="===t?(" "+i.replace(O," ")+" ").indexOf(n)>-1:"|="===t&&(i===n||i.slice(0,n.length+1)===n+"-"))}},CHILD:function(e,t,n,r,i){var o="nth"!==e.slice(0,3),u="last"!==e.slice(-4),l="of-type"===t;return 1===r&&0===i?function(e){return!!e.parentNode}:function(t,n,a){var s,c,f,d,p,h,g=o!==u?"nextSibling":"previousSibling",m=t.parentNode,y=l&&t.nodeName.toLowerCase(),v=!a&&!l,w=!1;if(m){if(o){while(g){d=t;while(d=d[g])if(l?d.nodeName.toLowerCase()===y:1===d.nodeType)return!1;h=g="only"===e&&!h&&"nextSibling"}return!0}if(h=[u?m.firstChild:m.lastChild],u&&v){w=(p=(s=(c=(f=(d=m)[b]||(d[b]={}))[d.uniqueID]||(f[d.uniqueID]={}))[e]||[])[0]===C&&s[1])&&s[2],d=p&&m.childNodes[p];while(d=++p&&d&&d[g]||(w=p=0)||h.pop())if(1===d.nodeType&&++w&&d===t){c[e]=[C,p,w];break}}else if(v&&(w=p=(s=(c=(f=(d=t)[b]||(d[b]={}))[d.uniqueID]||(f[d.uniqueID]={}))[e]||[])[0]===C&&s[1]),!1===w)while(d=++p&&d&&d[g]||(w=p=0)||h.pop())if((l?d.nodeName.toLowerCase()===y:1===d.nodeType)&&++w&&(v&&((c=(f=d[b]||(d[b]={}))[d.uniqueID]||(f[d.uniqueID]={}))[e]=[C,w]),d===t))break;return(w-=i)===r||w%r==0&&w/r>=0}}},PSEUDO:function(e,t){var n,i=r.pseudos[e]||r.setFilters[e.toLowerCase()]||le.error("unsupported pseudo: "+e);return i[b]?i(t):i.length>1?(n=[e,e,"",t],r.setFilters.hasOwnProperty(e.toLowerCase())?se(function(e,n){var r,o=i(e,t),u=o.length;while(u--)e[r=$(e,o[u])]=!(n[r]=o[u])}):function(e){return i(e,0,n)}):i}},pseudos:{not:se(function(e){var t=[],n=[],r=l(e.replace(j,"$1"));return r[b]?se(function(e,t,n,i){var o,u=r(e,null,i,[]),l=e.length;while(l--)(o=u[l])&&(e[l]=!(t[l]=o))}):function(e,i,o){return t[0]=e,r(t,null,o,n),t[0]=null,!n.pop()}}),has:se(function(e){return function(t){return le(e,t).length>0}}),contains:se(function(e){return e=e.replace(te,ne),function(t){return(t.textContent||i(t)).indexOf(e)>-1}}),lang:se(function(e){return J.test(e||"")||le.error("unsupported lang: "+e),e=e.replace(te,ne).toLowerCase(),function(t){var n;do{if(n=g?t.lang:t.getAttribute("xml:lang")||t.getAttribute("lang"))return(n=n.toLowerCase())===e||0===n.indexOf(e+"-")}while((t=t.parentNode)&&1===t.nodeType);return!1}}),target:function(t){var n=e.location&&e.location.hash;return n&&n.slice(1)===t.id},root:function(e){return e===h},focus:function(e){return e===p.activeElement&&(!p.hasFocus||p.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},enabled:pe(!1),disabled:pe(!0),checked:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&!!e.checked||"option"===t&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,!0===e.selected},empty:function(e){for(e=e.firstChild;e;e=e.nextSibling)if(e.nodeType<6)return!1;return!0},parent:function(e){return!r.pseudos.empty(e)},header:function(e){return Y.test(e.nodeName)},input:function(e){return W.test(e.nodeName)},button:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&"button"===e.type||"button"===t},text:function(e){var t;return"input"===e.nodeName.toLowerCase()&&"text"===e.type&&(null==(t=e.getAttribute("type"))||"text"===t.toLowerCase())},first:he(function(){return[0]}),last:he(function(e,t){return[t-1]}),eq:he(function(e,t,n){return[n<0?n+t:n]}),even:he(function(e,t){for(var n=0;n<t;n+=2)e.push(n);return e}),odd:he(function(e,t){for(var n=1;n<t;n+=2)e.push(n);return e}),lt:he(function(e,t,n){for(var r=n<0?n+t:n>t?t:n;--r>=0;)e.push(r);return e}),gt:he(function(e,t,n){for(var r=n<0?n+t:n;++r<t;)e.push(r);return e})}}).pseudos.nth=r.pseudos.eq;for(t in{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})r.pseudos[t]=function(e){return function(t){return"input"===t.nodeName.toLowerCase()&&t.type===e}}(t);for(t in{submit:!0,reset:!0})r.pseudos[t]=function(e){return function(t){var n=t.nodeName.toLowerCase();return("input"===n||"button"===n)&&t.type===e}}(t);function me(){}me.prototype=r.filters=r.pseudos,r.setFilters=new me,u=le.tokenize=function(e,t){var n,i,o,u,l,a,s,c=E[e+" "];if(c)return t?0:c.slice(0);l=e,a=[],s=r.preFilter;while(l){n&&!(i=G.exec(l))||(i&&(l=l.slice(i[0].length)||l),a.push(o=[])),n=!1,(i=U.exec(l))&&(n=i.shift(),o.push({value:n,type:i[0].replace(j," ")}),l=l.slice(n.length));for(u in r.filter)!(i=K[u].exec(l))||s[u]&&!(i=s[u](i))||(n=i.shift(),o.push({value:n,type:u,matches:i}),l=l.slice(n.length));if(!n)break}return t?l.length:l?le.error(e):E(e,a).slice(0)};function ye(e){for(var t=0,n=e.length,r="";t<n;t++)r+=e[t].value;return r}function ve(e,t,n){var r=t.dir,i=t.next,o=i||r,u=n&&"parentNode"===o,l=x++;return t.first?function(t,n,i){while(t=t[r])if(1===t.nodeType||u)return e(t,n,i);return!1}:function(t,n,a){var s,c,f,d=[C,l];if(a){while(t=t[r])if((1===t.nodeType||u)&&e(t,n,a))return!0}else while(t=t[r])if(1===t.nodeType||u)if(f=t[b]||(t[b]={}),c=f[t.uniqueID]||(f[t.uniqueID]={}),i&&i===t.nodeName.toLowerCase())t=t[r]||t;else{if((s=c[o])&&s[0]===C&&s[1]===l)return d[2]=s[2];if(c[o]=d,d[2]=e(t,n,a))return!0}return!1}}function we(e){return e.length>1?function(t,n,r){var i=e.length;while(i--)if(!e[i](t,n,r))return!1;return!0}:e[0]}function be(e,t,n){for(var r=0,i=t.length;r<i;r++)le(e,t[r],n);return n}function Ne(e,t,n,r,i){for(var o,u=[],l=0,a=e.length,s=null!=t;l<a;l++)(o=e[l])&&(n&&!n(o,r,i)||(u.push(o),s&&t.push(l)));return u}function Ce(e,t,n,r,i,o){return r&&!r[b]&&(r=Ce(r)),i&&!i[b]&&(i=Ce(i,o)),se(function(o,u,l,a){var s,c,f,d=[],p=[],h=u.length,g=o||be(t||"*",l.nodeType?[l]:l,[]),m=!e||!o&&t?g:Ne(g,d,e,l,a),y=n?i||(o?e:h||r)?[]:u:m;if(n&&n(m,y,l,a),r){s=Ne(y,p),r(s,[],l,a),c=s.length;while(c--)(f=s[c])&&(y[p[c]]=!(m[p[c]]=f))}if(o){if(i||e){if(i){s=[],c=y.length;while(c--)(f=y[c])&&s.push(m[c]=f);i(null,y=[],s,a)}c=y.length;while(c--)(f=y[c])&&(s=i?$(o,f):d[c])>-1&&(o[s]=!(u[s]=f))}}else y=Ne(y===u?y.splice(h,y.length):y),i?i(null,u,y,a):R.apply(u,y)})}function xe(e){for(var t,n,i,o=e.length,u=r.relative[e[0].type],l=u||r.relative[" "],a=u?1:0,c=ve(function(e){return e===t},l,!0),f=ve(function(e){return $(t,e)>-1},l,!0),d=[function(e,n,r){var i=!u&&(r||n!==s)||((t=n).nodeType?c(e,n,r):f(e,n,r));return t=null,i}];a<o;a++)if(n=r.relative[e[a].type])d=[ve(we(d),n)];else{if((n=r.filter[e[a].type].apply(null,e[a].matches))[b]){for(i=++a;i<o;i++)if(r.relative[e[i].type])break;return Ce(a>1&&we(d),a>1&&ye(e.slice(0,a-1).concat({value:" "===e[a-2].type?"*":""})).replace(j,"$1"),n,a<i&&xe(e.slice(a,i)),i<o&&xe(e=e.slice(i)),i<o&&ye(e))}d.push(n)}return we(d)}function Se(e,t){var n=t.length>0,i=e.length>0,o=function(o,u,l,a,c){var f,h,m,y=0,v="0",w=o&&[],b=[],N=s,x=o||i&&r.find.TAG("*",c),S=C+=null==N?1:Math.random()||.1,E=x.length;for(c&&(s=u==p||u||c);v!==E&&null!=(f=x[v]);v++){if(i&&f){h=0,u||f.ownerDocument==p||(d(f),l=!g);while(m=e[h++])if(m(f,u||p,l)){a.push(f);break}c&&(C=S)}n&&((f=!m&&f)&&y--,o&&w.push(f))}if(y+=v,n&&v!==y){h=0;while(m=t[h++])m(w,b,u,l);if(o){if(y>0)while(v--)w[v]||b[v]||(b[v]=I.call(a));b=Ne(b)}R.apply(a,b),c&&!o&&b.length>0&&y+t.length>1&&le.uniqueSort(a)}return c&&(C=S,s=N),w};return n?se(o):o}l=le.compile=function(e,t){var n,r=[],i=[],o=A[e+" "];if(!o){t||(t=u(e)),n=t.length;while(n--)(o=xe(t[n]))[b]?r.push(o):i.push(o);(o=A(e,Se(i,r))).selector=e}return o},a=le.select=function(e,t,n,i){var o,a,s,c,f,d="function"==typeof e&&e,p=!i&&u(e=d.selector||e);if(n=n||[],1===p.length){if((a=p[0]=p[0].slice(0)).length>2&&"ID"===(s=a[0]).type&&9===t.nodeType&&g&&r.relative[a[1].type]){if(!(t=(r.find.ID(s.matches[0].replace(te,ne),t)||[])[0]))return n;d&&(t=t.parentNode),e=e.slice(a.shift().value.length)}o=K.needsContext.test(e)?0:a.length;while(o--){if(s=a[o],r.relative[c=s.type])break;if((f=r.find[c])&&(i=f(s.matches[0].replace(te,ne),ee.test(a[0].type)&&ge(t.parentNode)||t))){if(a.splice(o,1),!(e=i.length&&ye(a)))return R.apply(n,i),n;break}}}return(d||l(e,p))(i,t,!g,n,!t||ee.test(e)&&ge(t.parentNode)||t),n},n.sortStable=b.split("").sort(T).join("")===b,n.detectDuplicates=!!f,d(),n.sortDetached=ce(function(e){return 1&e.compareDocumentPosition(p.createElement("fieldset"))}),ce(function(e){return e.innerHTML="<a href='#'></a>","#"===e.firstChild.getAttribute("href")})||fe("type|href|height|width",function(e,t,n){if(!n)return e.getAttribute(t,"type"===t.toLowerCase()?1:2)}),n.attributes&&ce(function(e){return e.innerHTML="<input/>",e.firstChild.setAttribute("value",""),""===e.firstChild.getAttribute("value")})||fe("value",function(e,t,n){if(!n&&"input"===e.nodeName.toLowerCase())return e.defaultValue}),ce(function(e){return null==e.getAttribute("disabled")})||fe(H,function(e,t,n){var r;if(!n)return!0===e[t]?t.toLowerCase():(r=e.getAttributeNode(t))&&r.specified?r.value:null});var Ee=e.Sizzle;le.noConflict=function(){return e.Sizzle===le&&(e.Sizzle=Ee),le},"function"==typeof define&&define.amd?define(function(){return le}):"undefined"!=typeof module&&module.exports?module.exports=le:e.Sizzle=le}(window); -//# sourceMappingURL=sizzle.min.map \ No newline at end of file diff --git a/software/flow/node_modules/jquery/external/sizzle/dist/sizzle.min.map b/software/flow/node_modules/jquery/external/sizzle/dist/sizzle.min.map deleted file mode 100644 index 4190018..0000000 --- a/software/flow/node_modules/jquery/external/sizzle/dist/sizzle.min.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["sizzle.js"],"names":["window","i","support","Expr","getText","isXML","tokenize","compile","select","outermostContext","sortInput","hasDuplicate","setDocument","document","docElem","documentIsHTML","rbuggyQSA","rbuggyMatches","matches","contains","expando","Date","preferredDoc","dirruns","done","classCache","createCache","tokenCache","compilerCache","nonnativeSelectorCache","sortOrder","a","b","hasOwn","hasOwnProperty","arr","pop","pushNative","push","slice","indexOf","list","elem","len","length","booleans","whitespace","identifier","attributes","pseudos","rwhitespace","RegExp","rtrim","rcomma","rcombinators","rdescend","rpseudo","ridentifier","matchExpr","ID","CLASS","TAG","ATTR","PSEUDO","CHILD","bool","needsContext","rhtml","rinputs","rheader","rnative","rquickExpr","rsibling","runescape","funescape","escape","nonHex","high","String","fromCharCode","rcssescape","fcssescape","ch","asCodePoint","charCodeAt","toString","unloadHandler","inDisabledFieldset","addCombinator","disabled","nodeName","toLowerCase","dir","next","apply","call","childNodes","nodeType","e","target","els","j","Sizzle","selector","context","results","seed","m","nid","match","groups","newSelector","newContext","ownerDocument","exec","getElementById","id","getElementsByTagName","getElementsByClassName","qsa","test","testContext","parentNode","scope","getAttribute","replace","setAttribute","toSelector","join","cssSupportsSelector","CSS","supports","Error","querySelectorAll","qsaError","removeAttribute","keys","cache","key","value","cacheLength","shift","markFunction","fn","assert","el","createElement","removeChild","addHandle","attrs","handler","split","attrHandle","siblingCheck","cur","diff","sourceIndex","nextSibling","createDisabledPseudo","isDisabled","createPositionalPseudo","argument","matchIndexes","namespace","namespaceURI","documentElement","node","hasCompare","subWindow","doc","defaultView","top","addEventListener","attachEvent","appendChild","className","createComment","getById","getElementsByName","filter","attrId","find","getAttributeNode","elems","tag","tmp","input","innerHTML","matchesSelector","webkitMatchesSelector","mozMatchesSelector","oMatchesSelector","msMatchesSelector","disconnectedMatch","compareDocumentPosition","adown","bup","compare","sortDetached","aup","ap","bp","unshift","expr","elements","ret","attr","name","val","undefined","specified","sel","error","msg","uniqueSort","duplicates","detectDuplicates","sortStable","sort","splice","textContent","firstChild","nodeValue","selectors","createPseudo","relative",">","first"," ","+","~","preFilter","excess","unquoted","nodeNameSelector","pattern","operator","check","result","type","what","_argument","last","simple","forward","ofType","_context","xml","uniqueCache","outerCache","nodeIndex","start","parent","useCache","lastChild","uniqueID","pseudo","args","setFilters","idx","matched","not","matcher","unmatched","has","text","lang","elemLang","hash","location","root","focus","activeElement","hasFocus","href","tabIndex","enabled","checked","selected","selectedIndex","empty","header","button","_matchIndexes","eq","even","odd","lt","gt","radio","checkbox","file","password","image","createInputPseudo","submit","reset","createButtonPseudo","prototype","filters","parseOnly","tokens","soFar","preFilters","cached","combinator","base","skip","checkNonElements","doneName","oldCache","newCache","elementMatcher","matchers","multipleContexts","contexts","condense","map","newUnmatched","mapped","setMatcher","postFilter","postFinder","postSelector","temp","preMap","postMap","preexisting","matcherIn","matcherOut","matcherFromTokens","checkContext","leadingRelative","implicitRelative","matchContext","matchAnyContext","concat","matcherFromGroupMatchers","elementMatchers","setMatchers","bySet","byElement","superMatcher","outermost","matchedCount","setMatched","contextBackup","dirrunsUnique","Math","random","token","compiled","_name","defaultValue","_sizzle","noConflict","define","amd","module","exports"],"mappings":";CAUA,SAAYA,GACZ,IAAIC,EACHC,EACAC,EACAC,EACAC,EACAC,EACAC,EACAC,EACAC,EACAC,EACAC,EAGAC,EACAC,EACAC,EACAC,EACAC,EACAC,EACAC,EACAC,EAGAC,EAAU,SAAW,EAAI,IAAIC,KAC7BC,EAAetB,EAAOa,SACtBU,EAAU,EACVC,EAAO,EACPC,EAAaC,KACbC,EAAaD,KACbE,EAAgBF,KAChBG,EAAyBH,KACzBI,EAAY,SAAUC,EAAGC,GAIxB,OAHKD,IAAMC,IACVrB,GAAe,GAET,GAIRsB,KAAgBC,eAChBC,KACAC,EAAMD,EAAIC,IACVC,EAAaF,EAAIG,KACjBA,EAAOH,EAAIG,KACXC,EAAQJ,EAAII,MAIZC,EAAU,SAAUC,EAAMC,GAGzB,IAFA,IAAIzC,EAAI,EACP0C,EAAMF,EAAKG,OACJ3C,EAAI0C,EAAK1C,IAChB,GAAKwC,EAAMxC,KAAQyC,EAClB,OAAOzC,EAGT,OAAQ,GAGT4C,EAAW,6HAMXC,EAAa,sBAGbC,EAAa,0BAA4BD,EACxC,0CAGDE,EAAa,MAAQF,EAAa,KAAOC,EAAa,OAASD,EAG9D,gBAAkBA,EAIlB,2DAA6DC,EAAa,OAC1ED,EAAa,OAEdG,EAAU,KAAOF,EAAa,wFAOAC,EAAa,eAO3CE,EAAc,IAAIC,OAAQL,EAAa,IAAK,KAC5CM,EAAQ,IAAID,OAAQ,IAAML,EAAa,8BACtCA,EAAa,KAAM,KAEpBO,EAAS,IAAIF,OAAQ,IAAML,EAAa,KAAOA,EAAa,KAC5DQ,EAAe,IAAIH,OAAQ,IAAML,EAAa,WAAaA,EAAa,IAAMA,EAC7E,KACDS,EAAW,IAAIJ,OAAQL,EAAa,MAEpCU,EAAU,IAAIL,OAAQF,GACtBQ,EAAc,IAAIN,OAAQ,IAAMJ,EAAa,KAE7CW,GACCC,GAAM,IAAIR,OAAQ,MAAQJ,EAAa,KACvCa,MAAS,IAAIT,OAAQ,QAAUJ,EAAa,KAC5Cc,IAAO,IAAIV,OAAQ,KAAOJ,EAAa,SACvCe,KAAQ,IAAIX,OAAQ,IAAMH,GAC1Be,OAAU,IAAIZ,OAAQ,IAAMF,GAC5Be,MAAS,IAAIb,OAAQ,yDACpBL,EAAa,+BAAiCA,EAAa,cAC3DA,EAAa,aAAeA,EAAa,SAAU,KACpDmB,KAAQ,IAAId,OAAQ,OAASN,EAAW,KAAM,KAI9CqB,aAAgB,IAAIf,OAAQ,IAAML,EACjC,mDAAqDA,EACrD,mBAAqBA,EAAa,mBAAoB,MAGxDqB,EAAQ,SACRC,EAAU,sCACVC,EAAU,SAEVC,EAAU,yBAGVC,EAAa,mCAEbC,GAAW,OAIXC,GAAY,IAAItB,OAAQ,uBAAyBL,EAAa,uBAAwB,KACtF4B,GAAY,SAAUC,EAAQC,GAC7B,IAAIC,EAAO,KAAOF,EAAOpC,MAAO,GAAM,MAEtC,OAAOqC,IASNC,EAAO,EACNC,OAAOC,aAAcF,EAAO,OAC5BC,OAAOC,aAAcF,GAAQ,GAAK,MAAe,KAAPA,EAAe,SAK5DG,GAAa,sDACbC,GAAa,SAAUC,EAAIC,GAC1B,OAAKA,EAGQ,OAAPD,EACG,SAIDA,EAAG3C,MAAO,GAAI,GAAM,KAC1B2C,EAAGE,WAAYF,EAAGtC,OAAS,GAAIyC,SAAU,IAAO,IAI3C,KAAOH,GAOfI,GAAgB,WACf1E,KAGD2E,GAAqBC,GACpB,SAAU9C,GACT,OAAyB,IAAlBA,EAAK+C,UAAqD,aAAhC/C,EAAKgD,SAASC,gBAE9CC,IAAK,aAAcC,KAAM,WAI7B,IACCvD,EAAKwD,MACF3D,EAAMI,EAAMwD,KAAMzE,EAAa0E,YACjC1E,EAAa0E,YAMd7D,EAAKb,EAAa0E,WAAWpD,QAASqD,SACrC,MAAQC,GACT5D,GAASwD,MAAO3D,EAAIS,OAGnB,SAAUuD,EAAQC,GACjB/D,EAAWyD,MAAOK,EAAQ5D,EAAMwD,KAAMK,KAKvC,SAAUD,EAAQC,GACjB,IAAIC,EAAIF,EAAOvD,OACd3C,EAAI,EAGL,MAAUkG,EAAQE,KAAQD,EAAKnG,MAC/BkG,EAAOvD,OAASyD,EAAI,IAKvB,SAASC,GAAQC,EAAUC,EAASC,EAASC,GAC5C,IAAIC,EAAG1G,EAAGyC,EAAMkE,EAAKC,EAAOC,EAAQC,EACnCC,EAAaR,GAAWA,EAAQS,cAGhChB,EAAWO,EAAUA,EAAQP,SAAW,EAKzC,GAHAQ,EAAUA,MAGe,iBAAbF,IAA0BA,GACxB,IAAbN,GAA+B,IAAbA,GAA+B,KAAbA,EAEpC,OAAOQ,EAIR,IAAMC,IACL9F,EAAa4F,GACbA,EAAUA,GAAW3F,EAEhBE,GAAiB,CAIrB,GAAkB,KAAbkF,IAAqBY,EAAQtC,EAAW2C,KAAMX,IAGlD,GAAOI,EAAIE,EAAO,IAGjB,GAAkB,IAAbZ,EAAiB,CACrB,KAAOvD,EAAO8D,EAAQW,eAAgBR,IAUrC,OAAOF,EALP,GAAK/D,EAAK0E,KAAOT,EAEhB,OADAF,EAAQnE,KAAMI,GACP+D,OAYT,GAAKO,IAAgBtE,EAAOsE,EAAWG,eAAgBR,KACtDxF,EAAUqF,EAAS9D,IACnBA,EAAK0E,KAAOT,EAGZ,OADAF,EAAQnE,KAAMI,GACP+D,MAKH,CAAA,GAAKI,EAAO,GAElB,OADAvE,EAAKwD,MAAOW,EAASD,EAAQa,qBAAsBd,IAC5CE,EAGD,IAAOE,EAAIE,EAAO,KAAS3G,EAAQoH,wBACzCd,EAAQc,uBAGR,OADAhF,EAAKwD,MAAOW,EAASD,EAAQc,uBAAwBX,IAC9CF,EAKT,GAAKvG,EAAQqH,MACX1F,EAAwB0E,EAAW,QACjCvF,IAAcA,EAAUwG,KAAMjB,MAIlB,IAAbN,GAAqD,WAAnCO,EAAQd,SAASC,eAA+B,CAYpE,GAVAoB,EAAcR,EACdS,EAAaR,EASK,IAAbP,IACF1C,EAASiE,KAAMjB,IAAcjD,EAAakE,KAAMjB,IAAe,EAGjES,EAAaxC,GAASgD,KAAMjB,IAAckB,GAAajB,EAAQkB,aAC9DlB,KAImBA,GAAYtG,EAAQyH,SAGhCf,EAAMJ,EAAQoB,aAAc,OAClChB,EAAMA,EAAIiB,QAAS7C,GAAYC,IAE/BuB,EAAQsB,aAAc,KAAQlB,EAAMxF,IAMtCnB,GADA6G,EAASxG,EAAUiG,IACR3D,OACX,MAAQ3C,IACP6G,EAAQ7G,IAAQ2G,EAAM,IAAMA,EAAM,UAAa,IAC9CmB,GAAYjB,EAAQ7G,IAEtB8G,EAAcD,EAAOkB,KAAM,KAG5B,IASC,GAAK9H,EAAQ+H,sBAGXC,IAAIC,SAAU,gBAAkBpB,EAAc,MAO/C,MAAM,IAAIqB,MAMX,OAHA9F,EAAKwD,MAAOW,EACXO,EAAWqB,iBAAkBtB,IAEvBN,EACN,MAAQ6B,GACTzG,EAAwB0E,GAAU,GACjC,QACIK,IAAQxF,GACZoF,EAAQ+B,gBAAiB,QAQ9B,OAAO/H,EAAQ+F,EAASsB,QAASzE,EAAO,MAAQoD,EAASC,EAASC,GASnE,SAAShF,KACR,IAAI8G,KAEJ,SAASC,EAAOC,EAAKC,GAQpB,OALKH,EAAKlG,KAAMoG,EAAM,KAAQvI,EAAKyI,oBAG3BH,EAAOD,EAAKK,SAEXJ,EAAOC,EAAM,KAAQC,EAE/B,OAAOF,EAOR,SAASK,GAAcC,GAEtB,OADAA,EAAI3H,IAAY,EACT2H,EAOR,SAASC,GAAQD,GAChB,IAAIE,EAAKpI,EAASqI,cAAe,YAEjC,IACC,QAASH,EAAIE,GACZ,MAAQ/C,GACT,OAAO,EACN,QAGI+C,EAAGvB,YACPuB,EAAGvB,WAAWyB,YAAaF,GAI5BA,EAAK,MASP,SAASG,GAAWC,EAAOC,GAC1B,IAAInH,EAAMkH,EAAME,MAAO,KACtBtJ,EAAIkC,EAAIS,OAET,MAAQ3C,IACPE,EAAKqJ,WAAYrH,EAAKlC,IAAQqJ,EAUhC,SAASG,GAAc1H,EAAGC,GACzB,IAAI0H,EAAM1H,GAAKD,EACd4H,EAAOD,GAAsB,IAAf3H,EAAEkE,UAAiC,IAAfjE,EAAEiE,UACnClE,EAAE6H,YAAc5H,EAAE4H,YAGpB,GAAKD,EACJ,OAAOA,EAIR,GAAKD,EACJ,MAAUA,EAAMA,EAAIG,YACnB,GAAKH,IAAQ1H,EACZ,OAAQ,EAKX,OAAOD,EAAI,GAAK,EA6BjB,SAAS+H,GAAsBrE,GAG9B,OAAO,SAAU/C,GAKhB,MAAK,SAAUA,EASTA,EAAKgF,aAAgC,IAAlBhF,EAAK+C,SAGvB,UAAW/C,EACV,UAAWA,EAAKgF,WACbhF,EAAKgF,WAAWjC,WAAaA,EAE7B/C,EAAK+C,WAAaA,EAMpB/C,EAAKqH,aAAetE,GAI1B/C,EAAKqH,cAAgBtE,GACrBF,GAAoB7C,KAAW+C,EAG1B/C,EAAK+C,WAAaA,EAKd,UAAW/C,GACfA,EAAK+C,WAAaA,GAY5B,SAASuE,GAAwBjB,GAChC,OAAOD,GAAc,SAAUmB,GAE9B,OADAA,GAAYA,EACLnB,GAAc,SAAUpC,EAAMxF,GACpC,IAAImF,EACH6D,EAAenB,KAAQrC,EAAK9D,OAAQqH,GACpChK,EAAIiK,EAAatH,OAGlB,MAAQ3C,IACFyG,EAAQL,EAAI6D,EAAcjK,MAC9ByG,EAAML,KAASnF,EAASmF,GAAMK,EAAML,SAYzC,SAASoB,GAAajB,GACrB,OAAOA,QAAmD,IAAjCA,EAAQa,sBAAwCb,EAI1EtG,EAAUoG,GAAOpG,WAOjBG,EAAQiG,GAAOjG,MAAQ,SAAUqC,GAChC,IAAIyH,EAAYzH,GAAQA,EAAK0H,aAC5BtJ,EAAU4B,IAAUA,EAAKuE,eAAiBvE,GAAO2H,gBAKlD,OAAQlG,EAAMqD,KAAM2C,GAAarJ,GAAWA,EAAQ4E,UAAY,SAQjE9E,EAAc0F,GAAO1F,YAAc,SAAU0J,GAC5C,IAAIC,EAAYC,EACfC,EAAMH,EAAOA,EAAKrD,eAAiBqD,EAAOhJ,EAO3C,OAAKmJ,GAAO5J,GAA6B,IAAjB4J,EAAIxE,UAAmBwE,EAAIJ,iBAKnDxJ,EAAW4J,EACX3J,EAAUD,EAASwJ,gBACnBtJ,GAAkBV,EAAOQ,GAQpBS,GAAgBT,IAClB2J,EAAY3J,EAAS6J,cAAiBF,EAAUG,MAAQH,IAGrDA,EAAUI,iBACdJ,EAAUI,iBAAkB,SAAUtF,IAAe,GAG1CkF,EAAUK,aACrBL,EAAUK,YAAa,WAAYvF,KASrCpF,EAAQyH,MAAQqB,GAAQ,SAAUC,GAEjC,OADAnI,EAAQgK,YAAa7B,GAAK6B,YAAajK,EAASqI,cAAe,aACzB,IAAxBD,EAAGZ,mBACfY,EAAGZ,iBAAkB,uBAAwBzF,SAQhD1C,EAAQ+H,oBAAsBe,GAAQ,WAGrC,OAAOd,IAAIC,SAAU,gBAMpBtH,EAASwH,iBAAkB,kBAM1BH,IAAIC,SAAU,8BAWjBjI,EAAQ8C,WAAagG,GAAQ,SAAUC,GAEtC,OADAA,EAAG8B,UAAY,KACP9B,EAAGrB,aAAc,eAO1B1H,EAAQmH,qBAAuB2B,GAAQ,SAAUC,GAEhD,OADAA,EAAG6B,YAAajK,EAASmK,cAAe,MAChC/B,EAAG5B,qBAAsB,KAAMzE,SAIxC1C,EAAQoH,uBAAyBhD,EAAQkD,KAAM3G,EAASyG,wBAMxDpH,EAAQ+K,QAAUjC,GAAQ,SAAUC,GAEnC,OADAnI,EAAQgK,YAAa7B,GAAK7B,GAAKhG,GACvBP,EAASqK,oBAAsBrK,EAASqK,kBAAmB9J,GAAUwB,SAIzE1C,EAAQ+K,SACZ9K,EAAKgL,OAAa,GAAI,SAAU/D,GAC/B,IAAIgE,EAAShE,EAAGS,QAASpD,GAAWC,IACpC,OAAO,SAAUhC,GAChB,OAAOA,EAAKkF,aAAc,QAAWwD,IAGvCjL,EAAKkL,KAAW,GAAI,SAAUjE,EAAIZ,GACjC,QAAuC,IAA3BA,EAAQW,gBAAkCpG,EAAiB,CACtE,IAAI2B,EAAO8D,EAAQW,eAAgBC,GACnC,OAAO1E,GAASA,UAIlBvC,EAAKgL,OAAa,GAAK,SAAU/D,GAChC,IAAIgE,EAAShE,EAAGS,QAASpD,GAAWC,IACpC,OAAO,SAAUhC,GAChB,IAAI4H,OAAwC,IAA1B5H,EAAK4I,kBACtB5I,EAAK4I,iBAAkB,MACxB,OAAOhB,GAAQA,EAAK3B,QAAUyC,IAMhCjL,EAAKkL,KAAW,GAAI,SAAUjE,EAAIZ,GACjC,QAAuC,IAA3BA,EAAQW,gBAAkCpG,EAAiB,CACtE,IAAIuJ,EAAMrK,EAAGsL,EACZ7I,EAAO8D,EAAQW,eAAgBC,GAEhC,GAAK1E,EAAO,CAIX,IADA4H,EAAO5H,EAAK4I,iBAAkB,QACjBhB,EAAK3B,QAAUvB,EAC3B,OAAS1E,GAIV6I,EAAQ/E,EAAQ0E,kBAAmB9D,GACnCnH,EAAI,EACJ,MAAUyC,EAAO6I,EAAOtL,KAEvB,IADAqK,EAAO5H,EAAK4I,iBAAkB,QACjBhB,EAAK3B,QAAUvB,EAC3B,OAAS1E,GAKZ,YAMHvC,EAAKkL,KAAY,IAAInL,EAAQmH,qBAC5B,SAAUmE,EAAKhF,GACd,YAA6C,IAAjCA,EAAQa,qBACZb,EAAQa,qBAAsBmE,GAG1BtL,EAAQqH,IACZf,EAAQ6B,iBAAkBmD,QAD3B,GAKR,SAAUA,EAAKhF,GACd,IAAI9D,EACH+I,KACAxL,EAAI,EAGJwG,EAAUD,EAAQa,qBAAsBmE,GAGzC,GAAa,MAARA,EAAc,CAClB,MAAU9I,EAAO+D,EAASxG,KACF,IAAlByC,EAAKuD,UACTwF,EAAInJ,KAAMI,GAIZ,OAAO+I,EAER,OAAOhF,GAITtG,EAAKkL,KAAc,MAAInL,EAAQoH,wBAA0B,SAAUyD,EAAWvE,GAC7E,QAA+C,IAAnCA,EAAQc,wBAA0CvG,EAC7D,OAAOyF,EAAQc,uBAAwByD,IAUzC9J,KAOAD,MAEOd,EAAQqH,IAAMjD,EAAQkD,KAAM3G,EAASwH,qBAI3CW,GAAQ,SAAUC,GAEjB,IAAIyC,EAOJ5K,EAAQgK,YAAa7B,GAAK0C,UAAY,UAAYvK,EAAU,qBAC1CA,EAAU,kEAOvB6H,EAAGZ,iBAAkB,wBAAyBzF,QAClD5B,EAAUsB,KAAM,SAAWQ,EAAa,gBAKnCmG,EAAGZ,iBAAkB,cAAezF,QACzC5B,EAAUsB,KAAM,MAAQQ,EAAa,aAAeD,EAAW,KAI1DoG,EAAGZ,iBAAkB,QAAUjH,EAAU,MAAOwB,QACrD5B,EAAUsB,KAAM,OAQjBoJ,EAAQ7K,EAASqI,cAAe,UAC1BpB,aAAc,OAAQ,IAC5BmB,EAAG6B,YAAaY,GACVzC,EAAGZ,iBAAkB,aAAczF,QACxC5B,EAAUsB,KAAM,MAAQQ,EAAa,QAAUA,EAAa,KAC3DA,EAAa,gBAMTmG,EAAGZ,iBAAkB,YAAazF,QACvC5B,EAAUsB,KAAM,YAMX2G,EAAGZ,iBAAkB,KAAOjH,EAAU,MAAOwB,QAClD5B,EAAUsB,KAAM,YAKjB2G,EAAGZ,iBAAkB,QACrBrH,EAAUsB,KAAM,iBAGjB0G,GAAQ,SAAUC,GACjBA,EAAG0C,UAAY,oFAKf,IAAID,EAAQ7K,EAASqI,cAAe,SACpCwC,EAAM5D,aAAc,OAAQ,UAC5BmB,EAAG6B,YAAaY,GAAQ5D,aAAc,OAAQ,KAIzCmB,EAAGZ,iBAAkB,YAAazF,QACtC5B,EAAUsB,KAAM,OAASQ,EAAa,eAKW,IAA7CmG,EAAGZ,iBAAkB,YAAazF,QACtC5B,EAAUsB,KAAM,WAAY,aAK7BxB,EAAQgK,YAAa7B,GAAKxD,UAAW,EACc,IAA9CwD,EAAGZ,iBAAkB,aAAczF,QACvC5B,EAAUsB,KAAM,WAAY,aAK7B2G,EAAGZ,iBAAkB,QACrBrH,EAAUsB,KAAM,YAIXpC,EAAQ0L,gBAAkBtH,EAAQkD,KAAQtG,EAAUJ,EAAQI,SAClEJ,EAAQ+K,uBACR/K,EAAQgL,oBACRhL,EAAQiL,kBACRjL,EAAQkL,qBAERhD,GAAQ,SAAUC,GAIjB/I,EAAQ+L,kBAAoB/K,EAAQ6E,KAAMkD,EAAI,KAI9C/H,EAAQ6E,KAAMkD,EAAI,aAClBhI,EAAcqB,KAAM,KAAMW,KAItB/C,EAAQ+H,qBAQbjH,EAAUsB,KAAM,QAGjBtB,EAAYA,EAAU4B,QAAU,IAAIO,OAAQnC,EAAUgH,KAAM,MAC5D/G,EAAgBA,EAAc2B,QAAU,IAAIO,OAAQlC,EAAc+G,KAAM,MAIxEuC,EAAajG,EAAQkD,KAAM1G,EAAQoL,yBAKnC/K,EAAWoJ,GAAcjG,EAAQkD,KAAM1G,EAAQK,UAC9C,SAAUY,EAAGC,GAQZ,IAAImK,EAAuB,IAAfpK,EAAEkE,UAAkBlE,EAAEsI,iBAAmBtI,EACpDqK,EAAMpK,GAAKA,EAAE0F,WACd,OAAO3F,IAAMqK,MAAWA,GAAwB,IAAjBA,EAAInG,YAClCkG,EAAMhL,SACLgL,EAAMhL,SAAUiL,GAChBrK,EAAEmK,yBAA8D,GAAnCnK,EAAEmK,wBAAyBE,MAG3D,SAAUrK,EAAGC,GACZ,GAAKA,EACJ,MAAUA,EAAIA,EAAE0F,WACf,GAAK1F,IAAMD,EACV,OAAO,EAIV,OAAO,GAOTD,EAAYyI,EACZ,SAAUxI,EAAGC,GAGZ,GAAKD,IAAMC,EAEV,OADArB,GAAe,EACR,EAIR,IAAI0L,GAAWtK,EAAEmK,yBAA2BlK,EAAEkK,wBAC9C,OAAKG,IAgBU,GAPfA,GAAYtK,EAAEkF,eAAiBlF,KAASC,EAAEiF,eAAiBjF,GAC1DD,EAAEmK,wBAAyBlK,GAG3B,KAIG9B,EAAQoM,cAAgBtK,EAAEkK,wBAAyBnK,KAAQsK,EAOzDtK,GAAKlB,GAAYkB,EAAEkF,eAAiB3F,GACxCH,EAAUG,EAAcS,IAChB,EAOJC,GAAKnB,GAAYmB,EAAEiF,eAAiB3F,GACxCH,EAAUG,EAAcU,GACjB,EAIDtB,EACJ8B,EAAS9B,EAAWqB,GAAMS,EAAS9B,EAAWsB,GAChD,EAGe,EAAVqK,GAAe,EAAI,IAE3B,SAAUtK,EAAGC,GAGZ,GAAKD,IAAMC,EAEV,OADArB,GAAe,EACR,EAGR,IAAI+I,EACHzJ,EAAI,EACJsM,EAAMxK,EAAE2F,WACR0E,EAAMpK,EAAE0F,WACR8E,GAAOzK,GACP0K,GAAOzK,GAGR,IAAMuK,IAAQH,EAMb,OAAOrK,GAAKlB,GAAY,EACvBmB,GAAKnB,EAAW,EAEhB0L,GAAO,EACPH,EAAM,EACN1L,EACE8B,EAAS9B,EAAWqB,GAAMS,EAAS9B,EAAWsB,GAChD,EAGK,GAAKuK,IAAQH,EACnB,OAAO3C,GAAc1H,EAAGC,GAIzB0H,EAAM3H,EACN,MAAU2H,EAAMA,EAAIhC,WACnB8E,EAAGE,QAAShD,GAEbA,EAAM1H,EACN,MAAU0H,EAAMA,EAAIhC,WACnB+E,EAAGC,QAAShD,GAIb,MAAQ8C,EAAIvM,KAAQwM,EAAIxM,GACvBA,IAGD,OAAOA,EAGNwJ,GAAc+C,EAAIvM,GAAKwM,EAAIxM,IAO3BuM,EAAIvM,IAAOqB,GAAgB,EAC3BmL,EAAIxM,IAAOqB,EAAe,EAE1B,GAGKT,GA1fCA,GA6fTyF,GAAOpF,QAAU,SAAUyL,EAAMC,GAChC,OAAOtG,GAAQqG,EAAM,KAAM,KAAMC,IAGlCtG,GAAOsF,gBAAkB,SAAUlJ,EAAMiK,GAGxC,GAFA/L,EAAa8B,GAERxC,EAAQ0L,iBAAmB7K,IAC9Bc,EAAwB8K,EAAO,QAC7B1L,IAAkBA,EAAcuG,KAAMmF,OACtC3L,IAAkBA,EAAUwG,KAAMmF,IAErC,IACC,IAAIE,EAAM3L,EAAQ6E,KAAMrD,EAAMiK,GAG9B,GAAKE,GAAO3M,EAAQ+L,mBAInBvJ,EAAK7B,UAAuC,KAA3B6B,EAAK7B,SAASoF,SAC/B,OAAO4G,EAEP,MAAQ3G,GACTrE,EAAwB8K,GAAM,GAIhC,OAAOrG,GAAQqG,EAAM9L,EAAU,MAAQ6B,IAASE,OAAS,GAG1D0D,GAAOnF,SAAW,SAAUqF,EAAS9D,GAUpC,OAHO8D,EAAQS,eAAiBT,IAAa3F,GAC5CD,EAAa4F,GAEPrF,EAAUqF,EAAS9D,IAG3B4D,GAAOwG,KAAO,SAAUpK,EAAMqK,IAOtBrK,EAAKuE,eAAiBvE,IAAU7B,GACtCD,EAAa8B,GAGd,IAAIqG,EAAK5I,EAAKqJ,WAAYuD,EAAKpH,eAG9BqH,EAAMjE,GAAM9G,EAAO8D,KAAM5F,EAAKqJ,WAAYuD,EAAKpH,eAC9CoD,EAAIrG,EAAMqK,GAAOhM,QACjBkM,EAEF,YAAeA,IAARD,EACNA,EACA9M,EAAQ8C,aAAejC,EACtB2B,EAAKkF,aAAcmF,IACjBC,EAAMtK,EAAK4I,iBAAkByB,KAAYC,EAAIE,UAC9CF,EAAIrE,MACJ,MAGJrC,GAAO3B,OAAS,SAAUwI,GACzB,OAASA,EAAM,IAAKtF,QAAS7C,GAAYC,KAG1CqB,GAAO8G,MAAQ,SAAUC,GACxB,MAAM,IAAIjF,MAAO,0CAA4CiF,IAO9D/G,GAAOgH,WAAa,SAAU7G,GAC7B,IAAI/D,EACH6K,KACAlH,EAAI,EACJpG,EAAI,EAOL,GAJAU,GAAgBT,EAAQsN,iBACxB9M,GAAaR,EAAQuN,YAAchH,EAAQlE,MAAO,GAClDkE,EAAQiH,KAAM5L,GAETnB,EAAe,CACnB,MAAU+B,EAAO+D,EAASxG,KACpByC,IAAS+D,EAASxG,KACtBoG,EAAIkH,EAAWjL,KAAMrC,IAGvB,MAAQoG,IACPI,EAAQkH,OAAQJ,EAAYlH,GAAK,GAQnC,OAFA3F,EAAY,KAEL+F,GAORrG,EAAUkG,GAAOlG,QAAU,SAAUsC,GACpC,IAAI4H,EACHuC,EAAM,GACN5M,EAAI,EACJgG,EAAWvD,EAAKuD,SAEjB,GAAMA,GAQC,GAAkB,IAAbA,GAA+B,IAAbA,GAA+B,KAAbA,EAAkB,CAIjE,GAAiC,iBAArBvD,EAAKkL,YAChB,OAAOlL,EAAKkL,YAIZ,IAAMlL,EAAOA,EAAKmL,WAAYnL,EAAMA,EAAOA,EAAKmH,YAC/CgD,GAAOzM,EAASsC,QAGZ,GAAkB,IAAbuD,GAA+B,IAAbA,EAC7B,OAAOvD,EAAKoL,eAnBZ,MAAUxD,EAAO5H,EAAMzC,KAGtB4M,GAAOzM,EAASkK,GAqBlB,OAAOuC,IAGR1M,EAAOmG,GAAOyH,WAGbnF,YAAa,GAEboF,aAAclF,GAEdjC,MAAOnD,EAEP8F,cAEA6B,QAEA4C,UACCC,KAAOtI,IAAK,aAAcuI,OAAO,GACjCC,KAAOxI,IAAK,cACZyI,KAAOzI,IAAK,kBAAmBuI,OAAO,GACtCG,KAAO1I,IAAK,oBAGb2I,WACCzK,KAAQ,SAAU+C,GAWjB,OAVAA,EAAO,GAAMA,EAAO,GAAIgB,QAASpD,GAAWC,IAG5CmC,EAAO,IAAQA,EAAO,IAAOA,EAAO,IACnCA,EAAO,IAAO,IAAKgB,QAASpD,GAAWC,IAEpB,OAAfmC,EAAO,KACXA,EAAO,GAAM,IAAMA,EAAO,GAAM,KAG1BA,EAAMtE,MAAO,EAAG,IAGxByB,MAAS,SAAU6C,GAiClB,OArBAA,EAAO,GAAMA,EAAO,GAAIlB,cAEU,QAA7BkB,EAAO,GAAItE,MAAO,EAAG,IAGnBsE,EAAO,IACZP,GAAO8G,MAAOvG,EAAO,IAKtBA,EAAO,KAASA,EAAO,GACtBA,EAAO,IAAQA,EAAO,IAAO,GAC7B,GAAqB,SAAfA,EAAO,IAAiC,QAAfA,EAAO,KACvCA,EAAO,KAAWA,EAAO,GAAMA,EAAO,IAAwB,QAAfA,EAAO,KAG3CA,EAAO,IAClBP,GAAO8G,MAAOvG,EAAO,IAGfA,GAGR9C,OAAU,SAAU8C,GACnB,IAAI2H,EACHC,GAAY5H,EAAO,IAAOA,EAAO,GAElC,OAAKnD,EAAmB,MAAE8D,KAAMX,EAAO,IAC/B,MAIHA,EAAO,GACXA,EAAO,GAAMA,EAAO,IAAOA,EAAO,IAAO,GAG9B4H,GAAYjL,EAAQgE,KAAMiH,KAGnCD,EAASlO,EAAUmO,GAAU,MAG7BD,EAASC,EAASjM,QAAS,IAAKiM,EAAS7L,OAAS4L,GAAWC,EAAS7L,UAGxEiE,EAAO,GAAMA,EAAO,GAAItE,MAAO,EAAGiM,GAClC3H,EAAO,GAAM4H,EAASlM,MAAO,EAAGiM,IAI1B3H,EAAMtE,MAAO,EAAG,MAIzB4I,QAECtH,IAAO,SAAU6K,GAChB,IAAIhJ,EAAWgJ,EAAiB7G,QAASpD,GAAWC,IAAYiB,cAChE,MAA4B,MAArB+I,EACN,WACC,OAAO,GAER,SAAUhM,GACT,OAAOA,EAAKgD,UAAYhD,EAAKgD,SAASC,gBAAkBD,IAI3D9B,MAAS,SAAUmH,GAClB,IAAI4D,EAAUlN,EAAYsJ,EAAY,KAEtC,OAAO4D,IACJA,EAAU,IAAIxL,OAAQ,MAAQL,EAC/B,IAAMiI,EAAY,IAAMjI,EAAa,SAAarB,EACjDsJ,EAAW,SAAUrI,GACpB,OAAOiM,EAAQnH,KACY,iBAAnB9E,EAAKqI,WAA0BrI,EAAKqI,gBACd,IAAtBrI,EAAKkF,cACXlF,EAAKkF,aAAc,UACpB,OAKN9D,KAAQ,SAAUiJ,EAAM6B,EAAUC,GACjC,OAAO,SAAUnM,GAChB,IAAIoM,EAASxI,GAAOwG,KAAMpK,EAAMqK,GAEhC,OAAe,MAAV+B,EACgB,OAAbF,GAEFA,IAINE,GAAU,GAIU,MAAbF,EAAmBE,IAAWD,EACvB,OAAbD,EAAoBE,IAAWD,EAClB,OAAbD,EAAoBC,GAAqC,IAA5BC,EAAOtM,QAASqM,GAChC,OAAbD,EAAoBC,GAASC,EAAOtM,QAASqM,IAAW,EAC3C,OAAbD,EAAoBC,GAASC,EAAOvM,OAAQsM,EAAMjM,UAAaiM,EAClD,OAAbD,GAAsB,IAAME,EAAOjH,QAAS3E,EAAa,KAAQ,KAAMV,QAASqM,IAAW,EAC9E,OAAbD,IAAoBE,IAAWD,GAASC,EAAOvM,MAAO,EAAGsM,EAAMjM,OAAS,KAAQiM,EAAQ,QAO3F7K,MAAS,SAAU+K,EAAMC,EAAMC,EAAWd,EAAOe,GAChD,IAAIC,EAAgC,QAAvBJ,EAAKxM,MAAO,EAAG,GAC3B6M,EAA+B,SAArBL,EAAKxM,OAAQ,GACvB8M,EAAkB,YAATL,EAEV,OAAiB,IAAVb,GAAwB,IAATe,EAGrB,SAAUxM,GACT,QAASA,EAAKgF,YAGf,SAAUhF,EAAM4M,EAAUC,GACzB,IAAI9G,EAAO+G,EAAaC,EAAYnF,EAAMoF,EAAWC,EACpD/J,EAAMuJ,IAAWC,EAAU,cAAgB,kBAC3CQ,EAASlN,EAAKgF,WACdqF,EAAOsC,GAAU3M,EAAKgD,SAASC,cAC/BkK,GAAYN,IAAQF,EACpB1F,GAAO,EAER,GAAKiG,EAAS,CAGb,GAAKT,EAAS,CACb,MAAQvJ,EAAM,CACb0E,EAAO5H,EACP,MAAU4H,EAAOA,EAAM1E,GACtB,GAAKyJ,EACJ/E,EAAK5E,SAASC,gBAAkBoH,EACd,IAAlBzC,EAAKrE,SAEL,OAAO,EAKT0J,EAAQ/J,EAAe,SAATmJ,IAAoBY,GAAS,cAE5C,OAAO,EAMR,GAHAA,GAAUP,EAAUQ,EAAO/B,WAAa+B,EAAOE,WAG1CV,GAAWS,EAAW,CAe1BlG,GADA+F,GADAjH,GAHA+G,GAJAC,GADAnF,EAAOsF,GACYxO,KAAekJ,EAAMlJ,QAIdkJ,EAAKyF,YAC5BN,EAAYnF,EAAKyF,eAEChB,QACF,KAAQxN,GAAWkH,EAAO,KACzBA,EAAO,GAC3B6B,EAAOoF,GAAaE,EAAO5J,WAAY0J,GAEvC,MAAUpF,IAASoF,GAAapF,GAAQA,EAAM1E,KAG3C+D,EAAO+F,EAAY,IAAOC,EAAMvN,MAGlC,GAAuB,IAAlBkI,EAAKrE,YAAoB0D,GAAQW,IAAS5H,EAAO,CACrD8M,EAAaT,IAAWxN,EAASmO,EAAW/F,GAC5C,YAyBF,GAlBKkG,IAaJlG,EADA+F,GADAjH,GAHA+G,GAJAC,GADAnF,EAAO5H,GACYtB,KAAekJ,EAAMlJ,QAIdkJ,EAAKyF,YAC5BN,EAAYnF,EAAKyF,eAEChB,QACF,KAAQxN,GAAWkH,EAAO,KAMhC,IAATkB,EAGJ,MAAUW,IAASoF,GAAapF,GAAQA,EAAM1E,KAC3C+D,EAAO+F,EAAY,IAAOC,EAAMvN,MAElC,IAAOiN,EACN/E,EAAK5E,SAASC,gBAAkBoH,EACd,IAAlBzC,EAAKrE,aACH0D,IAGGkG,KAMJL,GALAC,EAAanF,EAAMlJ,KAChBkJ,EAAMlJ,QAIiBkJ,EAAKyF,YAC5BN,EAAYnF,EAAKyF,eAEPhB,IAAWxN,EAASoI,IAG7BW,IAAS5H,GACb,MASL,OADAiH,GAAQuF,KACQf,GAAWxE,EAAOwE,GAAU,GAAKxE,EAAOwE,GAAS,KAKrEpK,OAAU,SAAUiM,EAAQ/F,GAM3B,IAAIgG,EACHlH,EAAK5I,EAAK8C,QAAS+M,IAAY7P,EAAK+P,WAAYF,EAAOrK,gBACtDW,GAAO8G,MAAO,uBAAyB4C,GAKzC,OAAKjH,EAAI3H,GACD2H,EAAIkB,GAIPlB,EAAGnG,OAAS,GAChBqN,GAASD,EAAQA,EAAQ,GAAI/F,GACtB9J,EAAK+P,WAAWhO,eAAgB8N,EAAOrK,eAC7CmD,GAAc,SAAUpC,EAAMxF,GAC7B,IAAIiP,EACHC,EAAUrH,EAAIrC,EAAMuD,GACpBhK,EAAImQ,EAAQxN,OACb,MAAQ3C,IAEPyG,EADAyJ,EAAM3N,EAASkE,EAAM0J,EAASnQ,OACbiB,EAASiP,GAAQC,EAASnQ,MAG7C,SAAUyC,GACT,OAAOqG,EAAIrG,EAAM,EAAGuN,KAIhBlH,IAIT9F,SAGCoN,IAAOvH,GAAc,SAAUvC,GAK9B,IAAImF,KACHjF,KACA6J,EAAU/P,EAASgG,EAASsB,QAASzE,EAAO,OAE7C,OAAOkN,EAASlP,GACf0H,GAAc,SAAUpC,EAAMxF,EAASoO,EAAUC,GAChD,IAAI7M,EACH6N,EAAYD,EAAS5J,EAAM,KAAM6I,MACjCtP,EAAIyG,EAAK9D,OAGV,MAAQ3C,KACAyC,EAAO6N,EAAWtQ,MACxByG,EAAMzG,KAASiB,EAASjB,GAAMyC,MAIjC,SAAUA,EAAM4M,EAAUC,GAMzB,OALA7D,EAAO,GAAMhJ,EACb4N,EAAS5E,EAAO,KAAM6D,EAAK9I,GAG3BiF,EAAO,GAAM,MACLjF,EAAQrE,SAInBoO,IAAO1H,GAAc,SAAUvC,GAC9B,OAAO,SAAU7D,GAChB,OAAO4D,GAAQC,EAAU7D,GAAOE,OAAS,KAI3CzB,SAAY2H,GAAc,SAAU2H,GAEnC,OADAA,EAAOA,EAAK5I,QAASpD,GAAWC,IACzB,SAAUhC,GAChB,OAASA,EAAKkL,aAAexN,EAASsC,IAASF,QAASiO,IAAU,KAWpEC,KAAQ5H,GAAc,SAAU4H,GAO/B,OAJMjN,EAAY+D,KAAMkJ,GAAQ,KAC/BpK,GAAO8G,MAAO,qBAAuBsD,GAEtCA,EAAOA,EAAK7I,QAASpD,GAAWC,IAAYiB,cACrC,SAAUjD,GAChB,IAAIiO,EACJ,GACC,GAAOA,EAAW5P,EACjB2B,EAAKgO,KACLhO,EAAKkF,aAAc,aAAgBlF,EAAKkF,aAAc,QAGtD,OADA+I,EAAWA,EAAShL,iBACA+K,GAA2C,IAAnCC,EAASnO,QAASkO,EAAO,YAE3ChO,EAAOA,EAAKgF,aAAkC,IAAlBhF,EAAKuD,UAC7C,OAAO,KAKTE,OAAU,SAAUzD,GACnB,IAAIkO,EAAO5Q,EAAO6Q,UAAY7Q,EAAO6Q,SAASD,KAC9C,OAAOA,GAAQA,EAAKrO,MAAO,KAAQG,EAAK0E,IAGzC0J,KAAQ,SAAUpO,GACjB,OAAOA,IAAS5B,GAGjBiQ,MAAS,SAAUrO,GAClB,OAAOA,IAAS7B,EAASmQ,iBACrBnQ,EAASoQ,UAAYpQ,EAASoQ,gBAC7BvO,EAAKqM,MAAQrM,EAAKwO,OAASxO,EAAKyO,WAItCC,QAAWtH,IAAsB,GACjCrE,SAAYqE,IAAsB,GAElCuH,QAAW,SAAU3O,GAIpB,IAAIgD,EAAWhD,EAAKgD,SAASC,cAC7B,MAAsB,UAAbD,KAA0BhD,EAAK2O,SACxB,WAAb3L,KAA2BhD,EAAK4O,UAGpCA,SAAY,SAAU5O,GASrB,OALKA,EAAKgF,YAEThF,EAAKgF,WAAW6J,eAGQ,IAAlB7O,EAAK4O,UAIbE,MAAS,SAAU9O,GAMlB,IAAMA,EAAOA,EAAKmL,WAAYnL,EAAMA,EAAOA,EAAKmH,YAC/C,GAAKnH,EAAKuD,SAAW,EACpB,OAAO,EAGT,OAAO,GAGR2J,OAAU,SAAUlN,GACnB,OAAQvC,EAAK8C,QAAiB,MAAGP,IAIlC+O,OAAU,SAAU/O,GACnB,OAAO2B,EAAQmD,KAAM9E,EAAKgD,WAG3BgG,MAAS,SAAUhJ,GAClB,OAAO0B,EAAQoD,KAAM9E,EAAKgD,WAG3BgM,OAAU,SAAUhP,GACnB,IAAIqK,EAAOrK,EAAKgD,SAASC,cACzB,MAAgB,UAAToH,GAAkC,WAAdrK,EAAKqM,MAA8B,WAAThC,GAGtD0D,KAAQ,SAAU/N,GACjB,IAAIoK,EACJ,MAAuC,UAAhCpK,EAAKgD,SAASC,eACN,SAAdjD,EAAKqM,OAIuC,OAAxCjC,EAAOpK,EAAKkF,aAAc,UACN,SAAvBkF,EAAKnH,gBAIRwI,MAASnE,GAAwB,WAChC,OAAS,KAGVkF,KAAQlF,GAAwB,SAAU2H,EAAe/O,GACxD,OAASA,EAAS,KAGnBgP,GAAM5H,GAAwB,SAAU2H,EAAe/O,EAAQqH,GAC9D,OAASA,EAAW,EAAIA,EAAWrH,EAASqH,KAG7C4H,KAAQ7H,GAAwB,SAAUE,EAActH,GAEvD,IADA,IAAI3C,EAAI,EACAA,EAAI2C,EAAQ3C,GAAK,EACxBiK,EAAa5H,KAAMrC,GAEpB,OAAOiK,IAGR4H,IAAO9H,GAAwB,SAAUE,EAActH,GAEtD,IADA,IAAI3C,EAAI,EACAA,EAAI2C,EAAQ3C,GAAK,EACxBiK,EAAa5H,KAAMrC,GAEpB,OAAOiK,IAGR6H,GAAM/H,GAAwB,SAAUE,EAActH,EAAQqH,GAM7D,IALA,IAAIhK,EAAIgK,EAAW,EAClBA,EAAWrH,EACXqH,EAAWrH,EACVA,EACAqH,IACQhK,GAAK,GACdiK,EAAa5H,KAAMrC,GAEpB,OAAOiK,IAGR8H,GAAMhI,GAAwB,SAAUE,EAActH,EAAQqH,GAE7D,IADA,IAAIhK,EAAIgK,EAAW,EAAIA,EAAWrH,EAASqH,IACjChK,EAAI2C,GACbsH,EAAa5H,KAAMrC,GAEpB,OAAOiK,OAKLjH,QAAe,IAAI9C,EAAK8C,QAAc,GAG3C,IAAMhD,KAAOgS,OAAO,EAAMC,UAAU,EAAMC,MAAM,EAAMC,UAAU,EAAMC,OAAO,GAC5ElS,EAAK8C,QAAShD,GAp0Cf,SAA4B8O,GAC3B,OAAO,SAAUrM,GAEhB,MAAgB,UADLA,EAAKgD,SAASC,eACEjD,EAAKqM,OAASA,GAi0CtBuD,CAAmBrS,GAExC,IAAMA,KAAOsS,QAAQ,EAAMC,OAAO,GACjCrS,EAAK8C,QAAShD,GA5zCf,SAA6B8O,GAC5B,OAAO,SAAUrM,GAChB,IAAIqK,EAAOrK,EAAKgD,SAASC,cACzB,OAAkB,UAAToH,GAA6B,WAATA,IAAuBrK,EAAKqM,OAASA,GAyzC/C0D,CAAoBxS,GAIzC,SAASiQ,MACTA,GAAWwC,UAAYvS,EAAKwS,QAAUxS,EAAK8C,QAC3C9C,EAAK+P,WAAa,IAAIA,GAEtB5P,EAAWgG,GAAOhG,SAAW,SAAUiG,EAAUqM,GAChD,IAAIxC,EAASvJ,EAAOgM,EAAQ9D,EAC3B+D,EAAOhM,EAAQiM,EACfC,EAASrR,EAAY4E,EAAW,KAEjC,GAAKyM,EACJ,OAAOJ,EAAY,EAAII,EAAOzQ,MAAO,GAGtCuQ,EAAQvM,EACRO,KACAiM,EAAa5S,EAAKoO,UAElB,MAAQuE,EAAQ,CAGT1C,KAAavJ,EAAQxD,EAAO6D,KAAM4L,MAClCjM,IAGJiM,EAAQA,EAAMvQ,MAAOsE,EAAO,GAAIjE,SAAYkQ,GAE7ChM,EAAOxE,KAAQuQ,OAGhBzC,GAAU,GAGHvJ,EAAQvD,EAAa4D,KAAM4L,MACjC1C,EAAUvJ,EAAMgC,QAChBgK,EAAOvQ,MACNqG,MAAOyH,EAGPrB,KAAMlI,EAAO,GAAIgB,QAASzE,EAAO,OAElC0P,EAAQA,EAAMvQ,MAAO6N,EAAQxN,SAI9B,IAAMmM,KAAQ5O,EAAKgL,SACXtE,EAAQnD,EAAWqL,GAAO7H,KAAM4L,KAAgBC,EAAYhE,MAChElI,EAAQkM,EAAYhE,GAAQlI,MAC9BuJ,EAAUvJ,EAAMgC,QAChBgK,EAAOvQ,MACNqG,MAAOyH,EACPrB,KAAMA,EACN7N,QAAS2F,IAEViM,EAAQA,EAAMvQ,MAAO6N,EAAQxN,SAI/B,IAAMwN,EACL,MAOF,OAAOwC,EACNE,EAAMlQ,OACNkQ,EACCxM,GAAO8G,MAAO7G,GAGd5E,EAAY4E,EAAUO,GAASvE,MAAO,IAGzC,SAASwF,GAAY8K,GAIpB,IAHA,IAAI5S,EAAI,EACP0C,EAAMkQ,EAAOjQ,OACb2D,EAAW,GACJtG,EAAI0C,EAAK1C,IAChBsG,GAAYsM,EAAQ5S,GAAI0I,MAEzB,OAAOpC,EAGR,SAASf,GAAe8K,EAAS2C,EAAYC,GAC5C,IAAItN,EAAMqN,EAAWrN,IACpBuN,EAAOF,EAAWpN,KAClB6C,EAAMyK,GAAQvN,EACdwN,EAAmBF,GAAgB,eAARxK,EAC3B2K,EAAW7R,IAEZ,OAAOyR,EAAW9E,MAGjB,SAAUzL,EAAM8D,EAAS+I,GACxB,MAAU7M,EAAOA,EAAMkD,GACtB,GAAuB,IAAlBlD,EAAKuD,UAAkBmN,EAC3B,OAAO9C,EAAS5N,EAAM8D,EAAS+I,GAGjC,OAAO,GAIR,SAAU7M,EAAM8D,EAAS+I,GACxB,IAAI+D,EAAU9D,EAAaC,EAC1B8D,GAAahS,EAAS8R,GAGvB,GAAK9D,GACJ,MAAU7M,EAAOA,EAAMkD,GACtB,IAAuB,IAAlBlD,EAAKuD,UAAkBmN,IACtB9C,EAAS5N,EAAM8D,EAAS+I,GAC5B,OAAO,OAKV,MAAU7M,EAAOA,EAAMkD,GACtB,GAAuB,IAAlBlD,EAAKuD,UAAkBmN,EAQ3B,GAPA3D,EAAa/M,EAAMtB,KAAesB,EAAMtB,OAIxCoO,EAAcC,EAAY/M,EAAKqN,YAC5BN,EAAY/M,EAAKqN,cAEfoD,GAAQA,IAASzQ,EAAKgD,SAASC,cACnCjD,EAAOA,EAAMkD,IAASlD,MAChB,CAAA,IAAO4Q,EAAW9D,EAAa9G,KACrC4K,EAAU,KAAQ/R,GAAW+R,EAAU,KAAQD,EAG/C,OAASE,EAAU,GAAMD,EAAU,GAOnC,GAHA9D,EAAa9G,GAAQ6K,EAGdA,EAAU,GAAMjD,EAAS5N,EAAM8D,EAAS+I,GAC9C,OAAO,EAMZ,OAAO,GAIV,SAASiE,GAAgBC,GACxB,OAAOA,EAAS7Q,OAAS,EACxB,SAAUF,EAAM8D,EAAS+I,GACxB,IAAItP,EAAIwT,EAAS7Q,OACjB,MAAQ3C,IACP,IAAMwT,EAAUxT,GAAKyC,EAAM8D,EAAS+I,GACnC,OAAO,EAGT,OAAO,GAERkE,EAAU,GAGZ,SAASC,GAAkBnN,EAAUoN,EAAUlN,GAG9C,IAFA,IAAIxG,EAAI,EACP0C,EAAMgR,EAAS/Q,OACR3C,EAAI0C,EAAK1C,IAChBqG,GAAQC,EAAUoN,EAAU1T,GAAKwG,GAElC,OAAOA,EAGR,SAASmN,GAAUrD,EAAWsD,EAAK1I,EAAQ3E,EAAS+I,GAOnD,IANA,IAAI7M,EACHoR,KACA7T,EAAI,EACJ0C,EAAM4N,EAAU3N,OAChBmR,EAAgB,MAAPF,EAEF5T,EAAI0C,EAAK1C,KACTyC,EAAO6N,EAAWtQ,MAClBkL,IAAUA,EAAQzI,EAAM8D,EAAS+I,KACtCuE,EAAaxR,KAAMI,GACdqR,GACJF,EAAIvR,KAAMrC,KAMd,OAAO6T,EAGR,SAASE,GAAYzF,EAAWhI,EAAU+J,EAAS2D,EAAYC,EAAYC,GAO1E,OANKF,IAAeA,EAAY7S,KAC/B6S,EAAaD,GAAYC,IAErBC,IAAeA,EAAY9S,KAC/B8S,EAAaF,GAAYE,EAAYC,IAE/BrL,GAAc,SAAUpC,EAAMD,EAASD,EAAS+I,GACtD,IAAI6E,EAAMnU,EAAGyC,EACZ2R,KACAC,KACAC,EAAc9N,EAAQ7D,OAGtB2I,EAAQ7E,GAAQgN,GACfnN,GAAY,IACZC,EAAQP,UAAaO,GAAYA,MAKlCgO,GAAYjG,IAAe7H,GAASH,EAEnCgF,EADAqI,GAAUrI,EAAO8I,EAAQ9F,EAAW/H,EAAS+I,GAG9CkF,EAAanE,EAGZ4D,IAAgBxN,EAAO6H,EAAYgG,GAAeN,MAMjDxN,EACD+N,EAQF,GALKlE,GACJA,EAASkE,EAAWC,EAAYjO,EAAS+I,GAIrC0E,EAAa,CACjBG,EAAOR,GAAUa,EAAYH,GAC7BL,EAAYG,KAAU5N,EAAS+I,GAG/BtP,EAAImU,EAAKxR,OACT,MAAQ3C,KACAyC,EAAO0R,EAAMnU,MACnBwU,EAAYH,EAASrU,MAAWuU,EAAWF,EAASrU,IAAQyC,IAK/D,GAAKgE,GACJ,GAAKwN,GAAc3F,EAAY,CAC9B,GAAK2F,EAAa,CAGjBE,KACAnU,EAAIwU,EAAW7R,OACf,MAAQ3C,KACAyC,EAAO+R,EAAYxU,KAGzBmU,EAAK9R,KAAQkS,EAAWvU,GAAMyC,GAGhCwR,EAAY,KAAQO,KAAmBL,EAAM7E,GAI9CtP,EAAIwU,EAAW7R,OACf,MAAQ3C,KACAyC,EAAO+R,EAAYxU,MACvBmU,EAAOF,EAAa1R,EAASkE,EAAMhE,GAAS2R,EAAQpU,KAAS,IAE/DyG,EAAM0N,KAAY3N,EAAS2N,GAAS1R,UAOvC+R,EAAab,GACZa,IAAehO,EACdgO,EAAW9G,OAAQ4G,EAAaE,EAAW7R,QAC3C6R,GAEGP,EACJA,EAAY,KAAMzN,EAASgO,EAAYlF,GAEvCjN,EAAKwD,MAAOW,EAASgO,KAMzB,SAASC,GAAmB7B,GAyB3B,IAxBA,IAAI8B,EAAcrE,EAASjK,EAC1B1D,EAAMkQ,EAAOjQ,OACbgS,EAAkBzU,EAAK8N,SAAU4E,EAAQ,GAAI9D,MAC7C8F,EAAmBD,GAAmBzU,EAAK8N,SAAU,KACrDhO,EAAI2U,EAAkB,EAAI,EAG1BE,EAAetP,GAAe,SAAU9C,GACvC,OAAOA,IAASiS,GACdE,GAAkB,GACrBE,EAAkBvP,GAAe,SAAU9C,GAC1C,OAAOF,EAASmS,EAAcjS,IAAU,GACtCmS,GAAkB,GACrBpB,GAAa,SAAU/Q,EAAM8D,EAAS+I,GACrC,IAAI1C,GAAS+H,IAAqBrF,GAAO/I,IAAY/F,MAClDkU,EAAenO,GAAUP,SAC1B6O,EAAcpS,EAAM8D,EAAS+I,GAC7BwF,EAAiBrS,EAAM8D,EAAS+I,IAIlC,OADAoF,EAAe,KACR9H,IAGD5M,EAAI0C,EAAK1C,IAChB,GAAOqQ,EAAUnQ,EAAK8N,SAAU4E,EAAQ5S,GAAI8O,MAC3C0E,GAAajO,GAAegO,GAAgBC,GAAYnD,QAClD,CAIN,IAHAA,EAAUnQ,EAAKgL,OAAQ0H,EAAQ5S,GAAI8O,MAAOjJ,MAAO,KAAM+M,EAAQ5S,GAAIiB,UAGrDE,GAAY,CAIzB,IADAiF,IAAMpG,EACEoG,EAAI1D,EAAK0D,IAChB,GAAKlG,EAAK8N,SAAU4E,EAAQxM,GAAI0I,MAC/B,MAGF,OAAOiF,GACN/T,EAAI,GAAKuT,GAAgBC,GACzBxT,EAAI,GAAK8H,GAGT8K,EACEtQ,MAAO,EAAGtC,EAAI,GACd+U,QAAUrM,MAAgC,MAAzBkK,EAAQ5S,EAAI,GAAI8O,KAAe,IAAM,MACtDlH,QAASzE,EAAO,MAClBkN,EACArQ,EAAIoG,GAAKqO,GAAmB7B,EAAOtQ,MAAOtC,EAAGoG,IAC7CA,EAAI1D,GAAO+R,GAAqB7B,EAASA,EAAOtQ,MAAO8D,IACvDA,EAAI1D,GAAOoF,GAAY8K,IAGzBY,EAASnR,KAAMgO,GAIjB,OAAOkD,GAAgBC,GAGxB,SAASwB,GAA0BC,EAAiBC,GACnD,IAAIC,EAAQD,EAAYvS,OAAS,EAChCyS,EAAYH,EAAgBtS,OAAS,EACrC0S,EAAe,SAAU5O,EAAMF,EAAS+I,EAAK9I,EAAS8O,GACrD,IAAI7S,EAAM2D,EAAGiK,EACZkF,EAAe,EACfvV,EAAI,IACJsQ,EAAY7J,MACZ+O,KACAC,EAAgBjV,EAGhB8K,EAAQ7E,GAAQ2O,GAAalV,EAAKkL,KAAY,IAAG,IAAKkK,GAGtDI,EAAkBpU,GAA4B,MAAjBmU,EAAwB,EAAIE,KAAKC,UAAY,GAC1ElT,EAAM4I,EAAM3I,OAcb,IAZK2S,IAMJ9U,EAAmB+F,GAAW3F,GAAY2F,GAAW+O,GAM9CtV,IAAM0C,GAAgC,OAAvBD,EAAO6I,EAAOtL,IAAeA,IAAM,CACzD,GAAKoV,GAAa3S,EAAO,CACxB2D,EAAI,EAMEG,GAAW9D,EAAKuE,eAAiBpG,IACtCD,EAAa8B,GACb6M,GAAOxO,GAER,MAAUuP,EAAU4E,EAAiB7O,KACpC,GAAKiK,EAAS5N,EAAM8D,GAAW3F,EAAU0O,GAAQ,CAChD9I,EAAQnE,KAAMI,GACd,MAGG6S,IACJhU,EAAUoU,GAKPP,KAGG1S,GAAQ4N,GAAW5N,IACzB8S,IAII9O,GACJ6J,EAAUjO,KAAMI,IAgBnB,GATA8S,GAAgBvV,EASXmV,GAASnV,IAAMuV,EAAe,CAClCnP,EAAI,EACJ,MAAUiK,EAAU6E,EAAa9O,KAChCiK,EAASC,EAAWkF,EAAYjP,EAAS+I,GAG1C,GAAK7I,EAAO,CAGX,GAAK8O,EAAe,EACnB,MAAQvV,IACCsQ,EAAWtQ,IAAOwV,EAAYxV,KACrCwV,EAAYxV,GAAMmC,EAAI2D,KAAMU,IAM/BgP,EAAa7B,GAAU6B,GAIxBnT,EAAKwD,MAAOW,EAASgP,GAGhBF,IAAc7O,GAAQ+O,EAAW7S,OAAS,GAC5C4S,EAAeL,EAAYvS,OAAW,GAExC0D,GAAOgH,WAAY7G,GAUrB,OALK8O,IACJhU,EAAUoU,EACVlV,EAAmBiV,GAGbnF,GAGT,OAAO6E,EACNtM,GAAcwM,GACdA,EAGF/U,EAAU+F,GAAO/F,QAAU,SAAUgG,EAAUM,GAC9C,IAAI5G,EACHkV,KACAD,KACAlC,EAASpR,EAAe2E,EAAW,KAEpC,IAAMyM,EAAS,CAGRnM,IACLA,EAAQvG,EAAUiG,IAEnBtG,EAAI4G,EAAMjE,OACV,MAAQ3C,KACP+S,EAAS0B,GAAmB7N,EAAO5G,KACtBmB,GACZ+T,EAAY7S,KAAM0Q,GAElBkC,EAAgB5S,KAAM0Q,IAKxBA,EAASpR,EACR2E,EACA0O,GAA0BC,EAAiBC,KAIrC5O,SAAWA,EAEnB,OAAOyM,GAYRxS,EAAS8F,GAAO9F,OAAS,SAAU+F,EAAUC,EAASC,EAASC,GAC9D,IAAIzG,EAAG4S,EAAQiD,EAAO/G,EAAM1D,EAC3B0K,EAA+B,mBAAbxP,GAA2BA,EAC7CM,GAASH,GAAQpG,EAAYiG,EAAWwP,EAASxP,UAAYA,GAM9D,GAJAE,EAAUA,MAIY,IAAjBI,EAAMjE,OAAe,CAIzB,IADAiQ,EAAShM,EAAO,GAAMA,EAAO,GAAItE,MAAO,IAC5BK,OAAS,GAAsC,QAA/BkT,EAAQjD,EAAQ,IAAM9D,MAC5B,IAArBvI,EAAQP,UAAkBlF,GAAkBZ,EAAK8N,SAAU4E,EAAQ,GAAI9D,MAAS,CAIhF,KAFAvI,GAAYrG,EAAKkL,KAAW,GAAGyK,EAAM5U,QAAS,GAC5C2G,QAASpD,GAAWC,IAAa8B,QAAmB,IAErD,OAAOC,EAGIsP,IACXvP,EAAUA,EAAQkB,YAGnBnB,EAAWA,EAAShE,MAAOsQ,EAAOhK,QAAQF,MAAM/F,QAIjD3C,EAAIyD,EAA0B,aAAE8D,KAAMjB,GAAa,EAAIsM,EAAOjQ,OAC9D,MAAQ3C,IAAM,CAIb,GAHA6V,EAAQjD,EAAQ5S,GAGXE,EAAK8N,SAAYc,EAAO+G,EAAM/G,MAClC,MAED,IAAO1D,EAAOlL,EAAKkL,KAAM0D,MAGjBrI,EAAO2E,EACbyK,EAAM5U,QAAS,GAAI2G,QAASpD,GAAWC,IACvCF,GAASgD,KAAMqL,EAAQ,GAAI9D,OAAUtH,GAAajB,EAAQkB,aACzDlB,IACI,CAKL,GAFAqM,EAAOlF,OAAQ1N,EAAG,KAClBsG,EAAWG,EAAK9D,QAAUmF,GAAY8K,IAGrC,OADAvQ,EAAKwD,MAAOW,EAASC,GACdD,EAGR,QAeJ,OAPEsP,GAAYxV,EAASgG,EAAUM,IAChCH,EACAF,GACCzF,EACD0F,GACCD,GAAWhC,GAASgD,KAAMjB,IAAckB,GAAajB,EAAQkB,aAAgBlB,GAExEC,GAMRvG,EAAQuN,WAAarM,EAAQmI,MAAO,IAAKmE,KAAM5L,GAAYkG,KAAM,MAAS5G,EAI1ElB,EAAQsN,mBAAqB7M,EAG7BC,IAIAV,EAAQoM,aAAetD,GAAQ,SAAUC,GAGxC,OAA4E,EAArEA,EAAGiD,wBAAyBrL,EAASqI,cAAe,eAMtDF,GAAQ,SAAUC,GAEvB,OADAA,EAAG0C,UAAY,mBACiC,MAAzC1C,EAAG4E,WAAWjG,aAAc,WAEnCwB,GAAW,yBAA0B,SAAU1G,EAAMqK,EAAM1M,GAC1D,IAAMA,EACL,OAAOqC,EAAKkF,aAAcmF,EAA6B,SAAvBA,EAAKpH,cAA2B,EAAI,KAOjEzF,EAAQ8C,YAAegG,GAAQ,SAAUC,GAG9C,OAFAA,EAAG0C,UAAY,WACf1C,EAAG4E,WAAW/F,aAAc,QAAS,IACY,KAA1CmB,EAAG4E,WAAWjG,aAAc,YAEnCwB,GAAW,QAAS,SAAU1G,EAAMsT,EAAO3V,GAC1C,IAAMA,GAAyC,UAAhCqC,EAAKgD,SAASC,cAC5B,OAAOjD,EAAKuT,eAOTjN,GAAQ,SAAUC,GACvB,OAAwC,MAAjCA,EAAGrB,aAAc,eAExBwB,GAAWvG,EAAU,SAAUH,EAAMqK,EAAM1M,GAC1C,IAAI2M,EACJ,IAAM3M,EACL,OAAwB,IAAjBqC,EAAMqK,GAAkBA,EAAKpH,eACjCqH,EAAMtK,EAAK4I,iBAAkByB,KAAYC,EAAIE,UAC9CF,EAAIrE,MACJ,OAML,IAAIuN,GAAUlW,EAAOsG,OAErBA,GAAO6P,WAAa,WAKnB,OAJKnW,EAAOsG,SAAWA,KACtBtG,EAAOsG,OAAS4P,IAGV5P,IAGe,mBAAX8P,QAAyBA,OAAOC,IAC3CD,OAAQ,WACP,OAAO9P,KAIqB,oBAAXgQ,QAA0BA,OAAOC,QACnDD,OAAOC,QAAUjQ,GAEjBtG,EAAOsG,OAASA,GA99EjB,CAm+EKtG","file":"sizzle.min.js"} \ No newline at end of file diff --git a/software/flow/node_modules/jquery/package.json b/software/flow/node_modules/jquery/package.json deleted file mode 100644 index fbc9336..0000000 --- a/software/flow/node_modules/jquery/package.json +++ /dev/null @@ -1,116 +0,0 @@ -{ - "name": "jquery", - "title": "jQuery", - "description": "JavaScript library for DOM operations", - "version": "3.6.3", - "main": "dist/jquery.js", - "homepage": "https://jquery.com", - "author": { - "name": "OpenJS Foundation and other contributors", - "url": "https://github.com/jquery/jquery/blob/3.6.3/AUTHORS.txt" - }, - "repository": { - "type": "git", - "url": "https://github.com/jquery/jquery.git" - }, - "keywords": [ - "jquery", - "javascript", - "browser", - "library" - ], - "bugs": { - "url": "https://github.com/jquery/jquery/issues" - }, - "license": "MIT", - "devDependencies": { - "@babel/core": "7.3.3", - "@babel/plugin-transform-for-of": "7.2.0", - "colors": "1.4.0", - "commitplease": "3.2.0", - "core-js": "2.6.5", - "eslint-config-jquery": "3.0.0", - "grunt": "1.5.3", - "grunt-babel": "8.0.0", - "grunt-cli": "1.4.3", - "grunt-compare-size": "0.4.2", - "grunt-contrib-uglify": "3.4.0", - "grunt-contrib-watch": "1.1.0", - "grunt-eslint": "22.0.0", - "grunt-git-authors": "3.2.0", - "grunt-jsonlint": "2.1.2", - "grunt-karma": "4.0.2", - "grunt-newer": "1.3.0", - "grunt-npmcopy": "0.2.0", - "gzip-js": "0.3.2", - "husky": "4.2.5", - "jsdom": "19.0.0", - "karma": "^6.3.17", - "karma-browserstack-launcher": "1.6.0", - "karma-chrome-launcher": "3.1.1", - "karma-firefox-launcher": "2.1.2", - "karma-ie-launcher": "1.0.0", - "karma-jsdom-launcher": "12.0.0", - "karma-qunit": "4.1.2", - "load-grunt-tasks": "5.1.0", - "native-promise-only": "0.8.1", - "promises-aplus-tests": "2.1.2", - "q": "1.5.1", - "qunit": "2.9.2", - "raw-body": "2.3.3", - "requirejs": "2.3.6", - "sinon": "2.3.7", - "sizzle": "2.3.9", - "strip-json-comments": "2.0.1", - "testswarm": "1.1.2", - "uglify-js": "3.4.7" - }, - "scripts": { - "build": "npm install && grunt", - "start": "grunt watch", - "test:browserless": "grunt && grunt test:slow", - "test:browser": "grunt && grunt karma:main", - "test:amd": "grunt && grunt karma:amd", - "test:no-deprecated": "grunt test:prepare && grunt custom:-deprecated && grunt karma:main", - "test:no-sizzle": "grunt test:prepare && grunt custom:-sizzle && grunt karma:main", - "test:slim": "grunt test:prepare && grunt custom:slim && grunt karma:main", - "test": "npm run test:slim && npm run test:no-deprecated && npm run test:no-sizzle && grunt && grunt test:slow && grunt karma:main && grunt karma:amd", - "jenkins": "npm run test:browserless" - }, - "commitplease": { - "nohook": true, - "components": [ - "Docs", - "Tests", - "Build", - "Support", - "Release", - "Core", - "Ajax", - "Attributes", - "Callbacks", - "CSS", - "Data", - "Deferred", - "Deprecated", - "Dimensions", - "Effects", - "Event", - "Manipulation", - "Offset", - "Queue", - "Selector", - "Serialize", - "Traversing", - "Wrap" - ], - "markerPattern": "^((clos|fix|resolv)(e[sd]|ing))|^(refs?)", - "ticketPattern": "^((Closes|Fixes) ([a-zA-Z]{2,}-)[0-9]+)|^(Refs? [^#])" - }, - "husky": { - "hooks": { - "commit-msg": "commitplease .git/COMMIT_EDITMSG", - "pre-commit": "grunt lint:newer qunit_fixture" - } - } -} diff --git a/software/flow/node_modules/jquery/src/ajax.js b/software/flow/node_modules/jquery/src/ajax.js deleted file mode 100644 index 1fa3104..0000000 --- a/software/flow/node_modules/jquery/src/ajax.js +++ /dev/null @@ -1,876 +0,0 @@ -define( [ - "./core", - "./var/document", - "./var/isFunction", - "./var/rnothtmlwhite", - "./ajax/var/location", - "./ajax/var/nonce", - "./ajax/var/rquery", - - "./core/init", - "./core/parseXML", - "./event/trigger", - "./deferred", - "./serialize" // jQuery.param -], function( jQuery, document, isFunction, rnothtmlwhite, location, nonce, rquery ) { - -"use strict"; - -var - r20 = /%20/g, - rhash = /#.*$/, - rantiCache = /([?&])_=[^&]*/, - rheaders = /^(.*?):[ \t]*([^\r\n]*)$/mg, - - // trac-7653, trac-8125, trac-8152: local protocol detection - rlocalProtocol = /^(?:about|app|app-storage|.+-extension|file|res|widget):$/, - rnoContent = /^(?:GET|HEAD)$/, - rprotocol = /^\/\//, - - /* Prefilters - * 1) They are useful to introduce custom dataTypes (see ajax/jsonp.js for an example) - * 2) These are called: - * - BEFORE asking for a transport - * - AFTER param serialization (s.data is a string if s.processData is true) - * 3) key is the dataType - * 4) the catchall symbol "*" can be used - * 5) execution will start with transport dataType and THEN continue down to "*" if needed - */ - prefilters = {}, - - /* Transports bindings - * 1) key is the dataType - * 2) the catchall symbol "*" can be used - * 3) selection will start with transport dataType and THEN go to "*" if needed - */ - transports = {}, - - // Avoid comment-prolog char sequence (trac-10098); must appease lint and evade compression - allTypes = "*/".concat( "*" ), - - // Anchor tag for parsing the document origin - originAnchor = document.createElement( "a" ); - -originAnchor.href = location.href; - -// Base "constructor" for jQuery.ajaxPrefilter and jQuery.ajaxTransport -function addToPrefiltersOrTransports( structure ) { - - // dataTypeExpression is optional and defaults to "*" - return function( dataTypeExpression, func ) { - - if ( typeof dataTypeExpression !== "string" ) { - func = dataTypeExpression; - dataTypeExpression = "*"; - } - - var dataType, - i = 0, - dataTypes = dataTypeExpression.toLowerCase().match( rnothtmlwhite ) || []; - - if ( isFunction( func ) ) { - - // For each dataType in the dataTypeExpression - while ( ( dataType = dataTypes[ i++ ] ) ) { - - // Prepend if requested - if ( dataType[ 0 ] === "+" ) { - dataType = dataType.slice( 1 ) || "*"; - ( structure[ dataType ] = structure[ dataType ] || [] ).unshift( func ); - - // Otherwise append - } else { - ( structure[ dataType ] = structure[ dataType ] || [] ).push( func ); - } - } - } - }; -} - -// Base inspection function for prefilters and transports -function inspectPrefiltersOrTransports( structure, options, originalOptions, jqXHR ) { - - var inspected = {}, - seekingTransport = ( structure === transports ); - - function inspect( dataType ) { - var selected; - inspected[ dataType ] = true; - jQuery.each( structure[ dataType ] || [], function( _, prefilterOrFactory ) { - var dataTypeOrTransport = prefilterOrFactory( options, originalOptions, jqXHR ); - if ( typeof dataTypeOrTransport === "string" && - !seekingTransport && !inspected[ dataTypeOrTransport ] ) { - - options.dataTypes.unshift( dataTypeOrTransport ); - inspect( dataTypeOrTransport ); - return false; - } else if ( seekingTransport ) { - return !( selected = dataTypeOrTransport ); - } - } ); - return selected; - } - - return inspect( options.dataTypes[ 0 ] ) || !inspected[ "*" ] && inspect( "*" ); -} - -// A special extend for ajax options -// that takes "flat" options (not to be deep extended) -// Fixes trac-9887 -function ajaxExtend( target, src ) { - var key, deep, - flatOptions = jQuery.ajaxSettings.flatOptions || {}; - - for ( key in src ) { - if ( src[ key ] !== undefined ) { - ( flatOptions[ key ] ? target : ( deep || ( deep = {} ) ) )[ key ] = src[ key ]; - } - } - if ( deep ) { - jQuery.extend( true, target, deep ); - } - - return target; -} - -/* Handles responses to an ajax request: - * - finds the right dataType (mediates between content-type and expected dataType) - * - returns the corresponding response - */ -function ajaxHandleResponses( s, jqXHR, responses ) { - - var ct, type, finalDataType, firstDataType, - contents = s.contents, - dataTypes = s.dataTypes; - - // Remove auto dataType and get content-type in the process - while ( dataTypes[ 0 ] === "*" ) { - dataTypes.shift(); - if ( ct === undefined ) { - ct = s.mimeType || jqXHR.getResponseHeader( "Content-Type" ); - } - } - - // Check if we're dealing with a known content-type - if ( ct ) { - for ( type in contents ) { - if ( contents[ type ] && contents[ type ].test( ct ) ) { - dataTypes.unshift( type ); - break; - } - } - } - - // Check to see if we have a response for the expected dataType - if ( dataTypes[ 0 ] in responses ) { - finalDataType = dataTypes[ 0 ]; - } else { - - // Try convertible dataTypes - for ( type in responses ) { - if ( !dataTypes[ 0 ] || s.converters[ type + " " + dataTypes[ 0 ] ] ) { - finalDataType = type; - break; - } - if ( !firstDataType ) { - firstDataType = type; - } - } - - // Or just use first one - finalDataType = finalDataType || firstDataType; - } - - // If we found a dataType - // We add the dataType to the list if needed - // and return the corresponding response - if ( finalDataType ) { - if ( finalDataType !== dataTypes[ 0 ] ) { - dataTypes.unshift( finalDataType ); - } - return responses[ finalDataType ]; - } -} - -/* Chain conversions given the request and the original response - * Also sets the responseXXX fields on the jqXHR instance - */ -function ajaxConvert( s, response, jqXHR, isSuccess ) { - var conv2, current, conv, tmp, prev, - converters = {}, - - // Work with a copy of dataTypes in case we need to modify it for conversion - dataTypes = s.dataTypes.slice(); - - // Create converters map with lowercased keys - if ( dataTypes[ 1 ] ) { - for ( conv in s.converters ) { - converters[ conv.toLowerCase() ] = s.converters[ conv ]; - } - } - - current = dataTypes.shift(); - - // Convert to each sequential dataType - while ( current ) { - - if ( s.responseFields[ current ] ) { - jqXHR[ s.responseFields[ current ] ] = response; - } - - // Apply the dataFilter if provided - if ( !prev && isSuccess && s.dataFilter ) { - response = s.dataFilter( response, s.dataType ); - } - - prev = current; - current = dataTypes.shift(); - - if ( current ) { - - // There's only work to do if current dataType is non-auto - if ( current === "*" ) { - - current = prev; - - // Convert response if prev dataType is non-auto and differs from current - } else if ( prev !== "*" && prev !== current ) { - - // Seek a direct converter - conv = converters[ prev + " " + current ] || converters[ "* " + current ]; - - // If none found, seek a pair - if ( !conv ) { - for ( conv2 in converters ) { - - // If conv2 outputs current - tmp = conv2.split( " " ); - if ( tmp[ 1 ] === current ) { - - // If prev can be converted to accepted input - conv = converters[ prev + " " + tmp[ 0 ] ] || - converters[ "* " + tmp[ 0 ] ]; - if ( conv ) { - - // Condense equivalence converters - if ( conv === true ) { - conv = converters[ conv2 ]; - - // Otherwise, insert the intermediate dataType - } else if ( converters[ conv2 ] !== true ) { - current = tmp[ 0 ]; - dataTypes.unshift( tmp[ 1 ] ); - } - break; - } - } - } - } - - // Apply converter (if not an equivalence) - if ( conv !== true ) { - - // Unless errors are allowed to bubble, catch and return them - if ( conv && s.throws ) { - response = conv( response ); - } else { - try { - response = conv( response ); - } catch ( e ) { - return { - state: "parsererror", - error: conv ? e : "No conversion from " + prev + " to " + current - }; - } - } - } - } - } - } - - return { state: "success", data: response }; -} - -jQuery.extend( { - - // Counter for holding the number of active queries - active: 0, - - // Last-Modified header cache for next request - lastModified: {}, - etag: {}, - - ajaxSettings: { - url: location.href, - type: "GET", - isLocal: rlocalProtocol.test( location.protocol ), - global: true, - processData: true, - async: true, - contentType: "application/x-www-form-urlencoded; charset=UTF-8", - - /* - timeout: 0, - data: null, - dataType: null, - username: null, - password: null, - cache: null, - throws: false, - traditional: false, - headers: {}, - */ - - accepts: { - "*": allTypes, - text: "text/plain", - html: "text/html", - xml: "application/xml, text/xml", - json: "application/json, text/javascript" - }, - - contents: { - xml: /\bxml\b/, - html: /\bhtml/, - json: /\bjson\b/ - }, - - responseFields: { - xml: "responseXML", - text: "responseText", - json: "responseJSON" - }, - - // Data converters - // Keys separate source (or catchall "*") and destination types with a single space - converters: { - - // Convert anything to text - "* text": String, - - // Text to html (true = no transformation) - "text html": true, - - // Evaluate text as a json expression - "text json": JSON.parse, - - // Parse text as xml - "text xml": jQuery.parseXML - }, - - // For options that shouldn't be deep extended: - // you can add your own custom options here if - // and when you create one that shouldn't be - // deep extended (see ajaxExtend) - flatOptions: { - url: true, - context: true - } - }, - - // Creates a full fledged settings object into target - // with both ajaxSettings and settings fields. - // If target is omitted, writes into ajaxSettings. - ajaxSetup: function( target, settings ) { - return settings ? - - // Building a settings object - ajaxExtend( ajaxExtend( target, jQuery.ajaxSettings ), settings ) : - - // Extending ajaxSettings - ajaxExtend( jQuery.ajaxSettings, target ); - }, - - ajaxPrefilter: addToPrefiltersOrTransports( prefilters ), - ajaxTransport: addToPrefiltersOrTransports( transports ), - - // Main method - ajax: function( url, options ) { - - // If url is an object, simulate pre-1.5 signature - if ( typeof url === "object" ) { - options = url; - url = undefined; - } - - // Force options to be an object - options = options || {}; - - var transport, - - // URL without anti-cache param - cacheURL, - - // Response headers - responseHeadersString, - responseHeaders, - - // timeout handle - timeoutTimer, - - // Url cleanup var - urlAnchor, - - // Request state (becomes false upon send and true upon completion) - completed, - - // To know if global events are to be dispatched - fireGlobals, - - // Loop variable - i, - - // uncached part of the url - uncached, - - // Create the final options object - s = jQuery.ajaxSetup( {}, options ), - - // Callbacks context - callbackContext = s.context || s, - - // Context for global events is callbackContext if it is a DOM node or jQuery collection - globalEventContext = s.context && - ( callbackContext.nodeType || callbackContext.jquery ) ? - jQuery( callbackContext ) : - jQuery.event, - - // Deferreds - deferred = jQuery.Deferred(), - completeDeferred = jQuery.Callbacks( "once memory" ), - - // Status-dependent callbacks - statusCode = s.statusCode || {}, - - // Headers (they are sent all at once) - requestHeaders = {}, - requestHeadersNames = {}, - - // Default abort message - strAbort = "canceled", - - // Fake xhr - jqXHR = { - readyState: 0, - - // Builds headers hashtable if needed - getResponseHeader: function( key ) { - var match; - if ( completed ) { - if ( !responseHeaders ) { - responseHeaders = {}; - while ( ( match = rheaders.exec( responseHeadersString ) ) ) { - responseHeaders[ match[ 1 ].toLowerCase() + " " ] = - ( responseHeaders[ match[ 1 ].toLowerCase() + " " ] || [] ) - .concat( match[ 2 ] ); - } - } - match = responseHeaders[ key.toLowerCase() + " " ]; - } - return match == null ? null : match.join( ", " ); - }, - - // Raw string - getAllResponseHeaders: function() { - return completed ? responseHeadersString : null; - }, - - // Caches the header - setRequestHeader: function( name, value ) { - if ( completed == null ) { - name = requestHeadersNames[ name.toLowerCase() ] = - requestHeadersNames[ name.toLowerCase() ] || name; - requestHeaders[ name ] = value; - } - return this; - }, - - // Overrides response content-type header - overrideMimeType: function( type ) { - if ( completed == null ) { - s.mimeType = type; - } - return this; - }, - - // Status-dependent callbacks - statusCode: function( map ) { - var code; - if ( map ) { - if ( completed ) { - - // Execute the appropriate callbacks - jqXHR.always( map[ jqXHR.status ] ); - } else { - - // Lazy-add the new callbacks in a way that preserves old ones - for ( code in map ) { - statusCode[ code ] = [ statusCode[ code ], map[ code ] ]; - } - } - } - return this; - }, - - // Cancel the request - abort: function( statusText ) { - var finalText = statusText || strAbort; - if ( transport ) { - transport.abort( finalText ); - } - done( 0, finalText ); - return this; - } - }; - - // Attach deferreds - deferred.promise( jqXHR ); - - // Add protocol if not provided (prefilters might expect it) - // Handle falsy url in the settings object (trac-10093: consistency with old signature) - // We also use the url parameter if available - s.url = ( ( url || s.url || location.href ) + "" ) - .replace( rprotocol, location.protocol + "//" ); - - // Alias method option to type as per ticket trac-12004 - s.type = options.method || options.type || s.method || s.type; - - // Extract dataTypes list - s.dataTypes = ( s.dataType || "*" ).toLowerCase().match( rnothtmlwhite ) || [ "" ]; - - // A cross-domain request is in order when the origin doesn't match the current origin. - if ( s.crossDomain == null ) { - urlAnchor = document.createElement( "a" ); - - // Support: IE <=8 - 11, Edge 12 - 15 - // IE throws exception on accessing the href property if url is malformed, - // e.g. http://example.com:80x/ - try { - urlAnchor.href = s.url; - - // Support: IE <=8 - 11 only - // Anchor's host property isn't correctly set when s.url is relative - urlAnchor.href = urlAnchor.href; - s.crossDomain = originAnchor.protocol + "//" + originAnchor.host !== - urlAnchor.protocol + "//" + urlAnchor.host; - } catch ( e ) { - - // If there is an error parsing the URL, assume it is crossDomain, - // it can be rejected by the transport if it is invalid - s.crossDomain = true; - } - } - - // Convert data if not already a string - if ( s.data && s.processData && typeof s.data !== "string" ) { - s.data = jQuery.param( s.data, s.traditional ); - } - - // Apply prefilters - inspectPrefiltersOrTransports( prefilters, s, options, jqXHR ); - - // If request was aborted inside a prefilter, stop there - if ( completed ) { - return jqXHR; - } - - // We can fire global events as of now if asked to - // Don't fire events if jQuery.event is undefined in an AMD-usage scenario (trac-15118) - fireGlobals = jQuery.event && s.global; - - // Watch for a new set of requests - if ( fireGlobals && jQuery.active++ === 0 ) { - jQuery.event.trigger( "ajaxStart" ); - } - - // Uppercase the type - s.type = s.type.toUpperCase(); - - // Determine if request has content - s.hasContent = !rnoContent.test( s.type ); - - // Save the URL in case we're toying with the If-Modified-Since - // and/or If-None-Match header later on - // Remove hash to simplify url manipulation - cacheURL = s.url.replace( rhash, "" ); - - // More options handling for requests with no content - if ( !s.hasContent ) { - - // Remember the hash so we can put it back - uncached = s.url.slice( cacheURL.length ); - - // If data is available and should be processed, append data to url - if ( s.data && ( s.processData || typeof s.data === "string" ) ) { - cacheURL += ( rquery.test( cacheURL ) ? "&" : "?" ) + s.data; - - // trac-9682: remove data so that it's not used in an eventual retry - delete s.data; - } - - // Add or update anti-cache param if needed - if ( s.cache === false ) { - cacheURL = cacheURL.replace( rantiCache, "$1" ); - uncached = ( rquery.test( cacheURL ) ? "&" : "?" ) + "_=" + ( nonce.guid++ ) + - uncached; - } - - // Put hash and anti-cache on the URL that will be requested (gh-1732) - s.url = cacheURL + uncached; - - // Change '%20' to '+' if this is encoded form body content (gh-2658) - } else if ( s.data && s.processData && - ( s.contentType || "" ).indexOf( "application/x-www-form-urlencoded" ) === 0 ) { - s.data = s.data.replace( r20, "+" ); - } - - // Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode. - if ( s.ifModified ) { - if ( jQuery.lastModified[ cacheURL ] ) { - jqXHR.setRequestHeader( "If-Modified-Since", jQuery.lastModified[ cacheURL ] ); - } - if ( jQuery.etag[ cacheURL ] ) { - jqXHR.setRequestHeader( "If-None-Match", jQuery.etag[ cacheURL ] ); - } - } - - // Set the correct header, if data is being sent - if ( s.data && s.hasContent && s.contentType !== false || options.contentType ) { - jqXHR.setRequestHeader( "Content-Type", s.contentType ); - } - - // Set the Accepts header for the server, depending on the dataType - jqXHR.setRequestHeader( - "Accept", - s.dataTypes[ 0 ] && s.accepts[ s.dataTypes[ 0 ] ] ? - s.accepts[ s.dataTypes[ 0 ] ] + - ( s.dataTypes[ 0 ] !== "*" ? ", " + allTypes + "; q=0.01" : "" ) : - s.accepts[ "*" ] - ); - - // Check for headers option - for ( i in s.headers ) { - jqXHR.setRequestHeader( i, s.headers[ i ] ); - } - - // Allow custom headers/mimetypes and early abort - if ( s.beforeSend && - ( s.beforeSend.call( callbackContext, jqXHR, s ) === false || completed ) ) { - - // Abort if not done already and return - return jqXHR.abort(); - } - - // Aborting is no longer a cancellation - strAbort = "abort"; - - // Install callbacks on deferreds - completeDeferred.add( s.complete ); - jqXHR.done( s.success ); - jqXHR.fail( s.error ); - - // Get transport - transport = inspectPrefiltersOrTransports( transports, s, options, jqXHR ); - - // If no transport, we auto-abort - if ( !transport ) { - done( -1, "No Transport" ); - } else { - jqXHR.readyState = 1; - - // Send global event - if ( fireGlobals ) { - globalEventContext.trigger( "ajaxSend", [ jqXHR, s ] ); - } - - // If request was aborted inside ajaxSend, stop there - if ( completed ) { - return jqXHR; - } - - // Timeout - if ( s.async && s.timeout > 0 ) { - timeoutTimer = window.setTimeout( function() { - jqXHR.abort( "timeout" ); - }, s.timeout ); - } - - try { - completed = false; - transport.send( requestHeaders, done ); - } catch ( e ) { - - // Rethrow post-completion exceptions - if ( completed ) { - throw e; - } - - // Propagate others as results - done( -1, e ); - } - } - - // Callback for when everything is done - function done( status, nativeStatusText, responses, headers ) { - var isSuccess, success, error, response, modified, - statusText = nativeStatusText; - - // Ignore repeat invocations - if ( completed ) { - return; - } - - completed = true; - - // Clear timeout if it exists - if ( timeoutTimer ) { - window.clearTimeout( timeoutTimer ); - } - - // Dereference transport for early garbage collection - // (no matter how long the jqXHR object will be used) - transport = undefined; - - // Cache response headers - responseHeadersString = headers || ""; - - // Set readyState - jqXHR.readyState = status > 0 ? 4 : 0; - - // Determine if successful - isSuccess = status >= 200 && status < 300 || status === 304; - - // Get response data - if ( responses ) { - response = ajaxHandleResponses( s, jqXHR, responses ); - } - - // Use a noop converter for missing script but not if jsonp - if ( !isSuccess && - jQuery.inArray( "script", s.dataTypes ) > -1 && - jQuery.inArray( "json", s.dataTypes ) < 0 ) { - s.converters[ "text script" ] = function() {}; - } - - // Convert no matter what (that way responseXXX fields are always set) - response = ajaxConvert( s, response, jqXHR, isSuccess ); - - // If successful, handle type chaining - if ( isSuccess ) { - - // Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode. - if ( s.ifModified ) { - modified = jqXHR.getResponseHeader( "Last-Modified" ); - if ( modified ) { - jQuery.lastModified[ cacheURL ] = modified; - } - modified = jqXHR.getResponseHeader( "etag" ); - if ( modified ) { - jQuery.etag[ cacheURL ] = modified; - } - } - - // if no content - if ( status === 204 || s.type === "HEAD" ) { - statusText = "nocontent"; - - // if not modified - } else if ( status === 304 ) { - statusText = "notmodified"; - - // If we have data, let's convert it - } else { - statusText = response.state; - success = response.data; - error = response.error; - isSuccess = !error; - } - } else { - - // Extract error from statusText and normalize for non-aborts - error = statusText; - if ( status || !statusText ) { - statusText = "error"; - if ( status < 0 ) { - status = 0; - } - } - } - - // Set data for the fake xhr object - jqXHR.status = status; - jqXHR.statusText = ( nativeStatusText || statusText ) + ""; - - // Success/Error - if ( isSuccess ) { - deferred.resolveWith( callbackContext, [ success, statusText, jqXHR ] ); - } else { - deferred.rejectWith( callbackContext, [ jqXHR, statusText, error ] ); - } - - // Status-dependent callbacks - jqXHR.statusCode( statusCode ); - statusCode = undefined; - - if ( fireGlobals ) { - globalEventContext.trigger( isSuccess ? "ajaxSuccess" : "ajaxError", - [ jqXHR, s, isSuccess ? success : error ] ); - } - - // Complete - completeDeferred.fireWith( callbackContext, [ jqXHR, statusText ] ); - - if ( fireGlobals ) { - globalEventContext.trigger( "ajaxComplete", [ jqXHR, s ] ); - - // Handle the global AJAX counter - if ( !( --jQuery.active ) ) { - jQuery.event.trigger( "ajaxStop" ); - } - } - } - - return jqXHR; - }, - - getJSON: function( url, data, callback ) { - return jQuery.get( url, data, callback, "json" ); - }, - - getScript: function( url, callback ) { - return jQuery.get( url, undefined, callback, "script" ); - } -} ); - -jQuery.each( [ "get", "post" ], function( _i, method ) { - jQuery[ method ] = function( url, data, callback, type ) { - - // Shift arguments if data argument was omitted - if ( isFunction( data ) ) { - type = type || callback; - callback = data; - data = undefined; - } - - // The url can be an options object (which then must have .url) - return jQuery.ajax( jQuery.extend( { - url: url, - type: method, - dataType: type, - data: data, - success: callback - }, jQuery.isPlainObject( url ) && url ) ); - }; -} ); - -jQuery.ajaxPrefilter( function( s ) { - var i; - for ( i in s.headers ) { - if ( i.toLowerCase() === "content-type" ) { - s.contentType = s.headers[ i ] || ""; - } - } -} ); - -return jQuery; -} ); diff --git a/software/flow/node_modules/jquery/src/ajax/jsonp.js b/software/flow/node_modules/jquery/src/ajax/jsonp.js deleted file mode 100644 index 10186de..0000000 --- a/software/flow/node_modules/jquery/src/ajax/jsonp.js +++ /dev/null @@ -1,103 +0,0 @@ -define( [ - "../core", - "../var/isFunction", - "./var/nonce", - "./var/rquery", - "../ajax" -], function( jQuery, isFunction, nonce, rquery ) { - -"use strict"; - -var oldCallbacks = [], - rjsonp = /(=)\?(?=&|$)|\?\?/; - -// Default jsonp settings -jQuery.ajaxSetup( { - jsonp: "callback", - jsonpCallback: function() { - var callback = oldCallbacks.pop() || ( jQuery.expando + "_" + ( nonce.guid++ ) ); - this[ callback ] = true; - return callback; - } -} ); - -// Detect, normalize options and install callbacks for jsonp requests -jQuery.ajaxPrefilter( "json jsonp", function( s, originalSettings, jqXHR ) { - - var callbackName, overwritten, responseContainer, - jsonProp = s.jsonp !== false && ( rjsonp.test( s.url ) ? - "url" : - typeof s.data === "string" && - ( s.contentType || "" ) - .indexOf( "application/x-www-form-urlencoded" ) === 0 && - rjsonp.test( s.data ) && "data" - ); - - // Handle iff the expected data type is "jsonp" or we have a parameter to set - if ( jsonProp || s.dataTypes[ 0 ] === "jsonp" ) { - - // Get callback name, remembering preexisting value associated with it - callbackName = s.jsonpCallback = isFunction( s.jsonpCallback ) ? - s.jsonpCallback() : - s.jsonpCallback; - - // Insert callback into url or form data - if ( jsonProp ) { - s[ jsonProp ] = s[ jsonProp ].replace( rjsonp, "$1" + callbackName ); - } else if ( s.jsonp !== false ) { - s.url += ( rquery.test( s.url ) ? "&" : "?" ) + s.jsonp + "=" + callbackName; - } - - // Use data converter to retrieve json after script execution - s.converters[ "script json" ] = function() { - if ( !responseContainer ) { - jQuery.error( callbackName + " was not called" ); - } - return responseContainer[ 0 ]; - }; - - // Force json dataType - s.dataTypes[ 0 ] = "json"; - - // Install callback - overwritten = window[ callbackName ]; - window[ callbackName ] = function() { - responseContainer = arguments; - }; - - // Clean-up function (fires after converters) - jqXHR.always( function() { - - // If previous value didn't exist - remove it - if ( overwritten === undefined ) { - jQuery( window ).removeProp( callbackName ); - - // Otherwise restore preexisting value - } else { - window[ callbackName ] = overwritten; - } - - // Save back as free - if ( s[ callbackName ] ) { - - // Make sure that re-using the options doesn't screw things around - s.jsonpCallback = originalSettings.jsonpCallback; - - // Save the callback name for future use - oldCallbacks.push( callbackName ); - } - - // Call if it was a function and we have a response - if ( responseContainer && isFunction( overwritten ) ) { - overwritten( responseContainer[ 0 ] ); - } - - responseContainer = overwritten = undefined; - } ); - - // Delegate to script - return "script"; - } -} ); - -} ); diff --git a/software/flow/node_modules/jquery/src/ajax/load.js b/software/flow/node_modules/jquery/src/ajax/load.js deleted file mode 100644 index defdb01..0000000 --- a/software/flow/node_modules/jquery/src/ajax/load.js +++ /dev/null @@ -1,77 +0,0 @@ -define( [ - "../core", - "../core/stripAndCollapse", - "../var/isFunction", - "../core/parseHTML", - "../ajax", - "../traversing", - "../manipulation", - "../selector" -], function( jQuery, stripAndCollapse, isFunction ) { - -"use strict"; - -/** - * Load a url into a page - */ -jQuery.fn.load = function( url, params, callback ) { - var selector, type, response, - self = this, - off = url.indexOf( " " ); - - if ( off > -1 ) { - selector = stripAndCollapse( url.slice( off ) ); - url = url.slice( 0, off ); - } - - // If it's a function - if ( isFunction( params ) ) { - - // We assume that it's the callback - callback = params; - params = undefined; - - // Otherwise, build a param string - } else if ( params && typeof params === "object" ) { - type = "POST"; - } - - // If we have elements to modify, make the request - if ( self.length > 0 ) { - jQuery.ajax( { - url: url, - - // If "type" variable is undefined, then "GET" method will be used. - // Make value of this field explicit since - // user can override it through ajaxSetup method - type: type || "GET", - dataType: "html", - data: params - } ).done( function( responseText ) { - - // Save response for use in complete callback - response = arguments; - - self.html( selector ? - - // If a selector was specified, locate the right elements in a dummy div - // Exclude scripts to avoid IE 'Permission Denied' errors - jQuery( "<div>" ).append( jQuery.parseHTML( responseText ) ).find( selector ) : - - // Otherwise use the full result - responseText ); - - // If the request succeeds, this function gets "data", "status", "jqXHR" - // but they are ignored because response was set above. - // If it fails, this function gets "jqXHR", "status", "error" - } ).always( callback && function( jqXHR, status ) { - self.each( function() { - callback.apply( this, response || [ jqXHR.responseText, status, jqXHR ] ); - } ); - } ); - } - - return this; -}; - -} ); diff --git a/software/flow/node_modules/jquery/src/ajax/script.js b/software/flow/node_modules/jquery/src/ajax/script.js deleted file mode 100644 index 410c82c..0000000 --- a/software/flow/node_modules/jquery/src/ajax/script.js +++ /dev/null @@ -1,74 +0,0 @@ -define( [ - "../core", - "../var/document", - "../ajax" -], function( jQuery, document ) { - -"use strict"; - -// Prevent auto-execution of scripts when no explicit dataType was provided (See gh-2432) -jQuery.ajaxPrefilter( function( s ) { - if ( s.crossDomain ) { - s.contents.script = false; - } -} ); - -// Install script dataType -jQuery.ajaxSetup( { - accepts: { - script: "text/javascript, application/javascript, " + - "application/ecmascript, application/x-ecmascript" - }, - contents: { - script: /\b(?:java|ecma)script\b/ - }, - converters: { - "text script": function( text ) { - jQuery.globalEval( text ); - return text; - } - } -} ); - -// Handle cache's special case and crossDomain -jQuery.ajaxPrefilter( "script", function( s ) { - if ( s.cache === undefined ) { - s.cache = false; - } - if ( s.crossDomain ) { - s.type = "GET"; - } -} ); - -// Bind script tag hack transport -jQuery.ajaxTransport( "script", function( s ) { - - // This transport only deals with cross domain or forced-by-attrs requests - if ( s.crossDomain || s.scriptAttrs ) { - var script, callback; - return { - send: function( _, complete ) { - script = jQuery( "<script>" ) - .attr( s.scriptAttrs || {} ) - .prop( { charset: s.scriptCharset, src: s.url } ) - .on( "load error", callback = function( evt ) { - script.remove(); - callback = null; - if ( evt ) { - complete( evt.type === "error" ? 404 : 200, evt.type ); - } - } ); - - // Use native DOM manipulation to avoid our domManip AJAX trickery - document.head.appendChild( script[ 0 ] ); - }, - abort: function() { - if ( callback ) { - callback(); - } - } - }; - } -} ); - -} ); diff --git a/software/flow/node_modules/jquery/src/ajax/var/location.js b/software/flow/node_modules/jquery/src/ajax/var/location.js deleted file mode 100644 index 4171d18..0000000 --- a/software/flow/node_modules/jquery/src/ajax/var/location.js +++ /dev/null @@ -1,5 +0,0 @@ -define( function() { - "use strict"; - - return window.location; -} ); diff --git a/software/flow/node_modules/jquery/src/ajax/var/nonce.js b/software/flow/node_modules/jquery/src/ajax/var/nonce.js deleted file mode 100644 index c0e4472..0000000 --- a/software/flow/node_modules/jquery/src/ajax/var/nonce.js +++ /dev/null @@ -1,5 +0,0 @@ -define( function() { - "use strict"; - - return { guid: Date.now() }; -} ); diff --git a/software/flow/node_modules/jquery/src/ajax/var/rquery.js b/software/flow/node_modules/jquery/src/ajax/var/rquery.js deleted file mode 100644 index 06fc374..0000000 --- a/software/flow/node_modules/jquery/src/ajax/var/rquery.js +++ /dev/null @@ -1,5 +0,0 @@ -define( function() { - "use strict"; - - return ( /\?/ ); -} ); diff --git a/software/flow/node_modules/jquery/src/ajax/xhr.js b/software/flow/node_modules/jquery/src/ajax/xhr.js deleted file mode 100644 index 0c4418b..0000000 --- a/software/flow/node_modules/jquery/src/ajax/xhr.js +++ /dev/null @@ -1,170 +0,0 @@ -define( [ - "../core", - "../var/support", - "../ajax" -], function( jQuery, support ) { - -"use strict"; - -jQuery.ajaxSettings.xhr = function() { - try { - return new window.XMLHttpRequest(); - } catch ( e ) {} -}; - -var xhrSuccessStatus = { - - // File protocol always yields status code 0, assume 200 - 0: 200, - - // Support: IE <=9 only - // trac-1450: sometimes IE returns 1223 when it should be 204 - 1223: 204 - }, - xhrSupported = jQuery.ajaxSettings.xhr(); - -support.cors = !!xhrSupported && ( "withCredentials" in xhrSupported ); -support.ajax = xhrSupported = !!xhrSupported; - -jQuery.ajaxTransport( function( options ) { - var callback, errorCallback; - - // Cross domain only allowed if supported through XMLHttpRequest - if ( support.cors || xhrSupported && !options.crossDomain ) { - return { - send: function( headers, complete ) { - var i, - xhr = options.xhr(); - - xhr.open( - options.type, - options.url, - options.async, - options.username, - options.password - ); - - // Apply custom fields if provided - if ( options.xhrFields ) { - for ( i in options.xhrFields ) { - xhr[ i ] = options.xhrFields[ i ]; - } - } - - // Override mime type if needed - if ( options.mimeType && xhr.overrideMimeType ) { - xhr.overrideMimeType( options.mimeType ); - } - - // X-Requested-With header - // For cross-domain requests, seeing as conditions for a preflight are - // akin to a jigsaw puzzle, we simply never set it to be sure. - // (it can always be set on a per-request basis or even using ajaxSetup) - // For same-domain requests, won't change header if already provided. - if ( !options.crossDomain && !headers[ "X-Requested-With" ] ) { - headers[ "X-Requested-With" ] = "XMLHttpRequest"; - } - - // Set headers - for ( i in headers ) { - xhr.setRequestHeader( i, headers[ i ] ); - } - - // Callback - callback = function( type ) { - return function() { - if ( callback ) { - callback = errorCallback = xhr.onload = - xhr.onerror = xhr.onabort = xhr.ontimeout = - xhr.onreadystatechange = null; - - if ( type === "abort" ) { - xhr.abort(); - } else if ( type === "error" ) { - - // Support: IE <=9 only - // On a manual native abort, IE9 throws - // errors on any property access that is not readyState - if ( typeof xhr.status !== "number" ) { - complete( 0, "error" ); - } else { - complete( - - // File: protocol always yields status 0; see trac-8605, trac-14207 - xhr.status, - xhr.statusText - ); - } - } else { - complete( - xhrSuccessStatus[ xhr.status ] || xhr.status, - xhr.statusText, - - // Support: IE <=9 only - // IE9 has no XHR2 but throws on binary (trac-11426) - // For XHR2 non-text, let the caller handle it (gh-2498) - ( xhr.responseType || "text" ) !== "text" || - typeof xhr.responseText !== "string" ? - { binary: xhr.response } : - { text: xhr.responseText }, - xhr.getAllResponseHeaders() - ); - } - } - }; - }; - - // Listen to events - xhr.onload = callback(); - errorCallback = xhr.onerror = xhr.ontimeout = callback( "error" ); - - // Support: IE 9 only - // Use onreadystatechange to replace onabort - // to handle uncaught aborts - if ( xhr.onabort !== undefined ) { - xhr.onabort = errorCallback; - } else { - xhr.onreadystatechange = function() { - - // Check readyState before timeout as it changes - if ( xhr.readyState === 4 ) { - - // Allow onerror to be called first, - // but that will not handle a native abort - // Also, save errorCallback to a variable - // as xhr.onerror cannot be accessed - window.setTimeout( function() { - if ( callback ) { - errorCallback(); - } - } ); - } - }; - } - - // Create the abort callback - callback = callback( "abort" ); - - try { - - // Do send the request (this may raise an exception) - xhr.send( options.hasContent && options.data || null ); - } catch ( e ) { - - // trac-14683: Only rethrow if this hasn't been notified as an error yet - if ( callback ) { - throw e; - } - } - }, - - abort: function() { - if ( callback ) { - callback(); - } - } - }; - } -} ); - -} ); diff --git a/software/flow/node_modules/jquery/src/attributes.js b/software/flow/node_modules/jquery/src/attributes.js deleted file mode 100644 index 2d801e5..0000000 --- a/software/flow/node_modules/jquery/src/attributes.js +++ /dev/null @@ -1,13 +0,0 @@ -define( [ - "./core", - "./attributes/attr", - "./attributes/prop", - "./attributes/classes", - "./attributes/val" -], function( jQuery ) { - -"use strict"; - -// Return jQuery for attributes-only inclusion -return jQuery; -} ); diff --git a/software/flow/node_modules/jquery/src/attributes/attr.js b/software/flow/node_modules/jquery/src/attributes/attr.js deleted file mode 100644 index 4c43eb1..0000000 --- a/software/flow/node_modules/jquery/src/attributes/attr.js +++ /dev/null @@ -1,141 +0,0 @@ -define( [ - "../core", - "../core/access", - "../core/nodeName", - "./support", - "../var/rnothtmlwhite", - "../selector" -], function( jQuery, access, nodeName, support, rnothtmlwhite ) { - -"use strict"; - -var boolHook, - attrHandle = jQuery.expr.attrHandle; - -jQuery.fn.extend( { - attr: function( name, value ) { - return access( this, jQuery.attr, name, value, arguments.length > 1 ); - }, - - removeAttr: function( name ) { - return this.each( function() { - jQuery.removeAttr( this, name ); - } ); - } -} ); - -jQuery.extend( { - attr: function( elem, name, value ) { - var ret, hooks, - nType = elem.nodeType; - - // Don't get/set attributes on text, comment and attribute nodes - if ( nType === 3 || nType === 8 || nType === 2 ) { - return; - } - - // Fallback to prop when attributes are not supported - if ( typeof elem.getAttribute === "undefined" ) { - return jQuery.prop( elem, name, value ); - } - - // Attribute hooks are determined by the lowercase version - // Grab necessary hook if one is defined - if ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) { - hooks = jQuery.attrHooks[ name.toLowerCase() ] || - ( jQuery.expr.match.bool.test( name ) ? boolHook : undefined ); - } - - if ( value !== undefined ) { - if ( value === null ) { - jQuery.removeAttr( elem, name ); - return; - } - - if ( hooks && "set" in hooks && - ( ret = hooks.set( elem, value, name ) ) !== undefined ) { - return ret; - } - - elem.setAttribute( name, value + "" ); - return value; - } - - if ( hooks && "get" in hooks && ( ret = hooks.get( elem, name ) ) !== null ) { - return ret; - } - - ret = jQuery.find.attr( elem, name ); - - // Non-existent attributes return null, we normalize to undefined - return ret == null ? undefined : ret; - }, - - attrHooks: { - type: { - set: function( elem, value ) { - if ( !support.radioValue && value === "radio" && - nodeName( elem, "input" ) ) { - var val = elem.value; - elem.setAttribute( "type", value ); - if ( val ) { - elem.value = val; - } - return value; - } - } - } - }, - - removeAttr: function( elem, value ) { - var name, - i = 0, - - // Attribute names can contain non-HTML whitespace characters - // https://html.spec.whatwg.org/multipage/syntax.html#attributes-2 - attrNames = value && value.match( rnothtmlwhite ); - - if ( attrNames && elem.nodeType === 1 ) { - while ( ( name = attrNames[ i++ ] ) ) { - elem.removeAttribute( name ); - } - } - } -} ); - -// Hooks for boolean attributes -boolHook = { - set: function( elem, value, name ) { - if ( value === false ) { - - // Remove boolean attributes when set to false - jQuery.removeAttr( elem, name ); - } else { - elem.setAttribute( name, name ); - } - return name; - } -}; - -jQuery.each( jQuery.expr.match.bool.source.match( /\w+/g ), function( _i, name ) { - var getter = attrHandle[ name ] || jQuery.find.attr; - - attrHandle[ name ] = function( elem, name, isXML ) { - var ret, handle, - lowercaseName = name.toLowerCase(); - - if ( !isXML ) { - - // Avoid an infinite loop by temporarily removing this function from the getter - handle = attrHandle[ lowercaseName ]; - attrHandle[ lowercaseName ] = ret; - ret = getter( elem, name, isXML ) != null ? - lowercaseName : - null; - attrHandle[ lowercaseName ] = handle; - } - return ret; - }; -} ); - -} ); diff --git a/software/flow/node_modules/jquery/src/attributes/classes.js b/software/flow/node_modules/jquery/src/attributes/classes.js deleted file mode 100644 index 2ac919b..0000000 --- a/software/flow/node_modules/jquery/src/attributes/classes.js +++ /dev/null @@ -1,184 +0,0 @@ -define( [ - "../core", - "../core/stripAndCollapse", - "../var/isFunction", - "../var/rnothtmlwhite", - "../data/var/dataPriv", - "../core/init" -], function( jQuery, stripAndCollapse, isFunction, rnothtmlwhite, dataPriv ) { - -"use strict"; - -function getClass( elem ) { - return elem.getAttribute && elem.getAttribute( "class" ) || ""; -} - -function classesToArray( value ) { - if ( Array.isArray( value ) ) { - return value; - } - if ( typeof value === "string" ) { - return value.match( rnothtmlwhite ) || []; - } - return []; -} - -jQuery.fn.extend( { - addClass: function( value ) { - var classNames, cur, curValue, className, i, finalValue; - - if ( isFunction( value ) ) { - return this.each( function( j ) { - jQuery( this ).addClass( value.call( this, j, getClass( this ) ) ); - } ); - } - - classNames = classesToArray( value ); - - if ( classNames.length ) { - return this.each( function() { - curValue = getClass( this ); - cur = this.nodeType === 1 && ( " " + stripAndCollapse( curValue ) + " " ); - - if ( cur ) { - for ( i = 0; i < classNames.length; i++ ) { - className = classNames[ i ]; - if ( cur.indexOf( " " + className + " " ) < 0 ) { - cur += className + " "; - } - } - - // Only assign if different to avoid unneeded rendering. - finalValue = stripAndCollapse( cur ); - if ( curValue !== finalValue ) { - this.setAttribute( "class", finalValue ); - } - } - } ); - } - - return this; - }, - - removeClass: function( value ) { - var classNames, cur, curValue, className, i, finalValue; - - if ( isFunction( value ) ) { - return this.each( function( j ) { - jQuery( this ).removeClass( value.call( this, j, getClass( this ) ) ); - } ); - } - - if ( !arguments.length ) { - return this.attr( "class", "" ); - } - - classNames = classesToArray( value ); - - if ( classNames.length ) { - return this.each( function() { - curValue = getClass( this ); - - // This expression is here for better compressibility (see addClass) - cur = this.nodeType === 1 && ( " " + stripAndCollapse( curValue ) + " " ); - - if ( cur ) { - for ( i = 0; i < classNames.length; i++ ) { - className = classNames[ i ]; - - // Remove *all* instances - while ( cur.indexOf( " " + className + " " ) > -1 ) { - cur = cur.replace( " " + className + " ", " " ); - } - } - - // Only assign if different to avoid unneeded rendering. - finalValue = stripAndCollapse( cur ); - if ( curValue !== finalValue ) { - this.setAttribute( "class", finalValue ); - } - } - } ); - } - - return this; - }, - - toggleClass: function( value, stateVal ) { - var classNames, className, i, self, - type = typeof value, - isValidValue = type === "string" || Array.isArray( value ); - - if ( isFunction( value ) ) { - return this.each( function( i ) { - jQuery( this ).toggleClass( - value.call( this, i, getClass( this ), stateVal ), - stateVal - ); - } ); - } - - if ( typeof stateVal === "boolean" && isValidValue ) { - return stateVal ? this.addClass( value ) : this.removeClass( value ); - } - - classNames = classesToArray( value ); - - return this.each( function() { - if ( isValidValue ) { - - // Toggle individual class names - self = jQuery( this ); - - for ( i = 0; i < classNames.length; i++ ) { - className = classNames[ i ]; - - // Check each className given, space separated list - if ( self.hasClass( className ) ) { - self.removeClass( className ); - } else { - self.addClass( className ); - } - } - - // Toggle whole class name - } else if ( value === undefined || type === "boolean" ) { - className = getClass( this ); - if ( className ) { - - // Store className if set - dataPriv.set( this, "__className__", className ); - } - - // If the element has a class name or if we're passed `false`, - // then remove the whole classname (if there was one, the above saved it). - // Otherwise bring back whatever was previously saved (if anything), - // falling back to the empty string if nothing was stored. - if ( this.setAttribute ) { - this.setAttribute( "class", - className || value === false ? - "" : - dataPriv.get( this, "__className__" ) || "" - ); - } - } - } ); - }, - - hasClass: function( selector ) { - var className, elem, - i = 0; - - className = " " + selector + " "; - while ( ( elem = this[ i++ ] ) ) { - if ( elem.nodeType === 1 && - ( " " + stripAndCollapse( getClass( elem ) ) + " " ).indexOf( className ) > -1 ) { - return true; - } - } - - return false; - } -} ); - -} ); diff --git a/software/flow/node_modules/jquery/src/attributes/prop.js b/software/flow/node_modules/jquery/src/attributes/prop.js deleted file mode 100644 index 150b389..0000000 --- a/software/flow/node_modules/jquery/src/attributes/prop.js +++ /dev/null @@ -1,142 +0,0 @@ -define( [ - "../core", - "../core/access", - "./support", - "../selector" -], function( jQuery, access, support ) { - -"use strict"; - -var rfocusable = /^(?:input|select|textarea|button)$/i, - rclickable = /^(?:a|area)$/i; - -jQuery.fn.extend( { - prop: function( name, value ) { - return access( this, jQuery.prop, name, value, arguments.length > 1 ); - }, - - removeProp: function( name ) { - return this.each( function() { - delete this[ jQuery.propFix[ name ] || name ]; - } ); - } -} ); - -jQuery.extend( { - prop: function( elem, name, value ) { - var ret, hooks, - nType = elem.nodeType; - - // Don't get/set properties on text, comment and attribute nodes - if ( nType === 3 || nType === 8 || nType === 2 ) { - return; - } - - if ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) { - - // Fix name and attach hooks - name = jQuery.propFix[ name ] || name; - hooks = jQuery.propHooks[ name ]; - } - - if ( value !== undefined ) { - if ( hooks && "set" in hooks && - ( ret = hooks.set( elem, value, name ) ) !== undefined ) { - return ret; - } - - return ( elem[ name ] = value ); - } - - if ( hooks && "get" in hooks && ( ret = hooks.get( elem, name ) ) !== null ) { - return ret; - } - - return elem[ name ]; - }, - - propHooks: { - tabIndex: { - get: function( elem ) { - - // Support: IE <=9 - 11 only - // elem.tabIndex doesn't always return the - // correct value when it hasn't been explicitly set - // Use proper attribute retrieval (trac-12072) - var tabindex = jQuery.find.attr( elem, "tabindex" ); - - if ( tabindex ) { - return parseInt( tabindex, 10 ); - } - - if ( - rfocusable.test( elem.nodeName ) || - rclickable.test( elem.nodeName ) && - elem.href - ) { - return 0; - } - - return -1; - } - } - }, - - propFix: { - "for": "htmlFor", - "class": "className" - } -} ); - -// Support: IE <=11 only -// Accessing the selectedIndex property -// forces the browser to respect setting selected -// on the option -// The getter ensures a default option is selected -// when in an optgroup -// eslint rule "no-unused-expressions" is disabled for this code -// since it considers such accessions noop -if ( !support.optSelected ) { - jQuery.propHooks.selected = { - get: function( elem ) { - - /* eslint no-unused-expressions: "off" */ - - var parent = elem.parentNode; - if ( parent && parent.parentNode ) { - parent.parentNode.selectedIndex; - } - return null; - }, - set: function( elem ) { - - /* eslint no-unused-expressions: "off" */ - - var parent = elem.parentNode; - if ( parent ) { - parent.selectedIndex; - - if ( parent.parentNode ) { - parent.parentNode.selectedIndex; - } - } - } - }; -} - -jQuery.each( [ - "tabIndex", - "readOnly", - "maxLength", - "cellSpacing", - "cellPadding", - "rowSpan", - "colSpan", - "useMap", - "frameBorder", - "contentEditable" -], function() { - jQuery.propFix[ this.toLowerCase() ] = this; -} ); - -} ); diff --git a/software/flow/node_modules/jquery/src/attributes/support.js b/software/flow/node_modules/jquery/src/attributes/support.js deleted file mode 100644 index af60e96..0000000 --- a/software/flow/node_modules/jquery/src/attributes/support.js +++ /dev/null @@ -1,33 +0,0 @@ -define( [ - "../var/document", - "../var/support" -], function( document, support ) { - -"use strict"; - -( function() { - var input = document.createElement( "input" ), - select = document.createElement( "select" ), - opt = select.appendChild( document.createElement( "option" ) ); - - input.type = "checkbox"; - - // Support: Android <=4.3 only - // Default value for a checkbox should be "on" - support.checkOn = input.value !== ""; - - // Support: IE <=11 only - // Must access selectedIndex to make default options select - support.optSelected = opt.selected; - - // Support: IE <=11 only - // An input loses its value after becoming a radio - input = document.createElement( "input" ); - input.value = "t"; - input.type = "radio"; - support.radioValue = input.value === "t"; -} )(); - -return support; - -} ); diff --git a/software/flow/node_modules/jquery/src/attributes/val.js b/software/flow/node_modules/jquery/src/attributes/val.js deleted file mode 100644 index 2879a62..0000000 --- a/software/flow/node_modules/jquery/src/attributes/val.js +++ /dev/null @@ -1,191 +0,0 @@ -define( [ - "../core", - "../core/stripAndCollapse", - "./support", - "../core/nodeName", - "../var/isFunction", - - "../core/init" -], function( jQuery, stripAndCollapse, support, nodeName, isFunction ) { - -"use strict"; - -var rreturn = /\r/g; - -jQuery.fn.extend( { - val: function( value ) { - var hooks, ret, valueIsFunction, - elem = this[ 0 ]; - - if ( !arguments.length ) { - if ( elem ) { - hooks = jQuery.valHooks[ elem.type ] || - jQuery.valHooks[ elem.nodeName.toLowerCase() ]; - - if ( hooks && - "get" in hooks && - ( ret = hooks.get( elem, "value" ) ) !== undefined - ) { - return ret; - } - - ret = elem.value; - - // Handle most common string cases - if ( typeof ret === "string" ) { - return ret.replace( rreturn, "" ); - } - - // Handle cases where value is null/undef or number - return ret == null ? "" : ret; - } - - return; - } - - valueIsFunction = isFunction( value ); - - return this.each( function( i ) { - var val; - - if ( this.nodeType !== 1 ) { - return; - } - - if ( valueIsFunction ) { - val = value.call( this, i, jQuery( this ).val() ); - } else { - val = value; - } - - // Treat null/undefined as ""; convert numbers to string - if ( val == null ) { - val = ""; - - } else if ( typeof val === "number" ) { - val += ""; - - } else if ( Array.isArray( val ) ) { - val = jQuery.map( val, function( value ) { - return value == null ? "" : value + ""; - } ); - } - - hooks = jQuery.valHooks[ this.type ] || jQuery.valHooks[ this.nodeName.toLowerCase() ]; - - // If set returns undefined, fall back to normal setting - if ( !hooks || !( "set" in hooks ) || hooks.set( this, val, "value" ) === undefined ) { - this.value = val; - } - } ); - } -} ); - -jQuery.extend( { - valHooks: { - option: { - get: function( elem ) { - - var val = jQuery.find.attr( elem, "value" ); - return val != null ? - val : - - // Support: IE <=10 - 11 only - // option.text throws exceptions (trac-14686, trac-14858) - // Strip and collapse whitespace - // https://html.spec.whatwg.org/#strip-and-collapse-whitespace - stripAndCollapse( jQuery.text( elem ) ); - } - }, - select: { - get: function( elem ) { - var value, option, i, - options = elem.options, - index = elem.selectedIndex, - one = elem.type === "select-one", - values = one ? null : [], - max = one ? index + 1 : options.length; - - if ( index < 0 ) { - i = max; - - } else { - i = one ? index : 0; - } - - // Loop through all the selected options - for ( ; i < max; i++ ) { - option = options[ i ]; - - // Support: IE <=9 only - // IE8-9 doesn't update selected after form reset (trac-2551) - if ( ( option.selected || i === index ) && - - // Don't return options that are disabled or in a disabled optgroup - !option.disabled && - ( !option.parentNode.disabled || - !nodeName( option.parentNode, "optgroup" ) ) ) { - - // Get the specific value for the option - value = jQuery( option ).val(); - - // We don't need an array for one selects - if ( one ) { - return value; - } - - // Multi-Selects return an array - values.push( value ); - } - } - - return values; - }, - - set: function( elem, value ) { - var optionSet, option, - options = elem.options, - values = jQuery.makeArray( value ), - i = options.length; - - while ( i-- ) { - option = options[ i ]; - - /* eslint-disable no-cond-assign */ - - if ( option.selected = - jQuery.inArray( jQuery.valHooks.option.get( option ), values ) > -1 - ) { - optionSet = true; - } - - /* eslint-enable no-cond-assign */ - } - - // Force browsers to behave consistently when non-matching value is set - if ( !optionSet ) { - elem.selectedIndex = -1; - } - return values; - } - } - } -} ); - -// Radios and checkboxes getter/setter -jQuery.each( [ "radio", "checkbox" ], function() { - jQuery.valHooks[ this ] = { - set: function( elem, value ) { - if ( Array.isArray( value ) ) { - return ( elem.checked = jQuery.inArray( jQuery( elem ).val(), value ) > -1 ); - } - } - }; - if ( !support.checkOn ) { - jQuery.valHooks[ this ].get = function( elem ) { - return elem.getAttribute( "value" ) === null ? "on" : elem.value; - }; - } -} ); - -} ); diff --git a/software/flow/node_modules/jquery/src/callbacks.js b/software/flow/node_modules/jquery/src/callbacks.js deleted file mode 100644 index 6cf5403..0000000 --- a/software/flow/node_modules/jquery/src/callbacks.js +++ /dev/null @@ -1,236 +0,0 @@ -define( [ - "./core", - "./core/toType", - "./var/isFunction", - "./var/rnothtmlwhite" -], function( jQuery, toType, isFunction, rnothtmlwhite ) { - -"use strict"; - -// Convert String-formatted options into Object-formatted ones -function createOptions( options ) { - var object = {}; - jQuery.each( options.match( rnothtmlwhite ) || [], function( _, flag ) { - object[ flag ] = true; - } ); - return object; -} - -/* - * Create a callback list using the following parameters: - * - * options: an optional list of space-separated options that will change how - * the callback list behaves or a more traditional option object - * - * By default a callback list will act like an event callback list and can be - * "fired" multiple times. - * - * Possible options: - * - * once: will ensure the callback list can only be fired once (like a Deferred) - * - * memory: will keep track of previous values and will call any callback added - * after the list has been fired right away with the latest "memorized" - * values (like a Deferred) - * - * unique: will ensure a callback can only be added once (no duplicate in the list) - * - * stopOnFalse: interrupt callings when a callback returns false - * - */ -jQuery.Callbacks = function( options ) { - - // Convert options from String-formatted to Object-formatted if needed - // (we check in cache first) - options = typeof options === "string" ? - createOptions( options ) : - jQuery.extend( {}, options ); - - var // Flag to know if list is currently firing - firing, - - // Last fire value for non-forgettable lists - memory, - - // Flag to know if list was already fired - fired, - - // Flag to prevent firing - locked, - - // Actual callback list - list = [], - - // Queue of execution data for repeatable lists - queue = [], - - // Index of currently firing callback (modified by add/remove as needed) - firingIndex = -1, - - // Fire callbacks - fire = function() { - - // Enforce single-firing - locked = locked || options.once; - - // Execute callbacks for all pending executions, - // respecting firingIndex overrides and runtime changes - fired = firing = true; - for ( ; queue.length; firingIndex = -1 ) { - memory = queue.shift(); - while ( ++firingIndex < list.length ) { - - // Run callback and check for early termination - if ( list[ firingIndex ].apply( memory[ 0 ], memory[ 1 ] ) === false && - options.stopOnFalse ) { - - // Jump to end and forget the data so .add doesn't re-fire - firingIndex = list.length; - memory = false; - } - } - } - - // Forget the data if we're done with it - if ( !options.memory ) { - memory = false; - } - - firing = false; - - // Clean up if we're done firing for good - if ( locked ) { - - // Keep an empty list if we have data for future add calls - if ( memory ) { - list = []; - - // Otherwise, this object is spent - } else { - list = ""; - } - } - }, - - // Actual Callbacks object - self = { - - // Add a callback or a collection of callbacks to the list - add: function() { - if ( list ) { - - // If we have memory from a past run, we should fire after adding - if ( memory && !firing ) { - firingIndex = list.length - 1; - queue.push( memory ); - } - - ( function add( args ) { - jQuery.each( args, function( _, arg ) { - if ( isFunction( arg ) ) { - if ( !options.unique || !self.has( arg ) ) { - list.push( arg ); - } - } else if ( arg && arg.length && toType( arg ) !== "string" ) { - - // Inspect recursively - add( arg ); - } - } ); - } )( arguments ); - - if ( memory && !firing ) { - fire(); - } - } - return this; - }, - - // Remove a callback from the list - remove: function() { - jQuery.each( arguments, function( _, arg ) { - var index; - while ( ( index = jQuery.inArray( arg, list, index ) ) > -1 ) { - list.splice( index, 1 ); - - // Handle firing indexes - if ( index <= firingIndex ) { - firingIndex--; - } - } - } ); - return this; - }, - - // Check if a given callback is in the list. - // If no argument is given, return whether or not list has callbacks attached. - has: function( fn ) { - return fn ? - jQuery.inArray( fn, list ) > -1 : - list.length > 0; - }, - - // Remove all callbacks from the list - empty: function() { - if ( list ) { - list = []; - } - return this; - }, - - // Disable .fire and .add - // Abort any current/pending executions - // Clear all callbacks and values - disable: function() { - locked = queue = []; - list = memory = ""; - return this; - }, - disabled: function() { - return !list; - }, - - // Disable .fire - // Also disable .add unless we have memory (since it would have no effect) - // Abort any pending executions - lock: function() { - locked = queue = []; - if ( !memory && !firing ) { - list = memory = ""; - } - return this; - }, - locked: function() { - return !!locked; - }, - - // Call all callbacks with the given context and arguments - fireWith: function( context, args ) { - if ( !locked ) { - args = args || []; - args = [ context, args.slice ? args.slice() : args ]; - queue.push( args ); - if ( !firing ) { - fire(); - } - } - return this; - }, - - // Call all the callbacks with the given arguments - fire: function() { - self.fireWith( this, arguments ); - return this; - }, - - // To know if the callbacks have already been called at least once - fired: function() { - return !!fired; - } - }; - - return self; -}; - -return jQuery; -} ); diff --git a/software/flow/node_modules/jquery/src/core.js b/software/flow/node_modules/jquery/src/core.js deleted file mode 100644 index 1e010cb..0000000 --- a/software/flow/node_modules/jquery/src/core.js +++ /dev/null @@ -1,400 +0,0 @@ -/* global Symbol */ -// Defining this global in .eslintrc.json would create a danger of using the global -// unguarded in another place, it seems safer to define global only for this module - -define( [ - "./var/arr", - "./var/getProto", - "./var/slice", - "./var/flat", - "./var/push", - "./var/indexOf", - "./var/class2type", - "./var/toString", - "./var/hasOwn", - "./var/fnToString", - "./var/ObjectFunctionString", - "./var/support", - "./var/isFunction", - "./var/isWindow", - "./core/DOMEval", - "./core/toType" -], function( arr, getProto, slice, flat, push, indexOf, - class2type, toString, hasOwn, fnToString, ObjectFunctionString, - support, isFunction, isWindow, DOMEval, toType ) { - -"use strict"; - -var - version = "3.6.3", - - // Define a local copy of jQuery - jQuery = function( selector, context ) { - - // The jQuery object is actually just the init constructor 'enhanced' - // Need init if jQuery is called (just allow error to be thrown if not included) - return new jQuery.fn.init( selector, context ); - }; - -jQuery.fn = jQuery.prototype = { - - // The current version of jQuery being used - jquery: version, - - constructor: jQuery, - - // The default length of a jQuery object is 0 - length: 0, - - toArray: function() { - return slice.call( this ); - }, - - // Get the Nth element in the matched element set OR - // Get the whole matched element set as a clean array - get: function( num ) { - - // Return all the elements in a clean array - if ( num == null ) { - return slice.call( this ); - } - - // Return just the one element from the set - return num < 0 ? this[ num + this.length ] : this[ num ]; - }, - - // Take an array of elements and push it onto the stack - // (returning the new matched element set) - pushStack: function( elems ) { - - // Build a new jQuery matched element set - var ret = jQuery.merge( this.constructor(), elems ); - - // Add the old object onto the stack (as a reference) - ret.prevObject = this; - - // Return the newly-formed element set - return ret; - }, - - // Execute a callback for every element in the matched set. - each: function( callback ) { - return jQuery.each( this, callback ); - }, - - map: function( callback ) { - return this.pushStack( jQuery.map( this, function( elem, i ) { - return callback.call( elem, i, elem ); - } ) ); - }, - - slice: function() { - return this.pushStack( slice.apply( this, arguments ) ); - }, - - first: function() { - return this.eq( 0 ); - }, - - last: function() { - return this.eq( -1 ); - }, - - even: function() { - return this.pushStack( jQuery.grep( this, function( _elem, i ) { - return ( i + 1 ) % 2; - } ) ); - }, - - odd: function() { - return this.pushStack( jQuery.grep( this, function( _elem, i ) { - return i % 2; - } ) ); - }, - - eq: function( i ) { - var len = this.length, - j = +i + ( i < 0 ? len : 0 ); - return this.pushStack( j >= 0 && j < len ? [ this[ j ] ] : [] ); - }, - - end: function() { - return this.prevObject || this.constructor(); - }, - - // For internal use only. - // Behaves like an Array's method, not like a jQuery method. - push: push, - sort: arr.sort, - splice: arr.splice -}; - -jQuery.extend = jQuery.fn.extend = function() { - var options, name, src, copy, copyIsArray, clone, - target = arguments[ 0 ] || {}, - i = 1, - length = arguments.length, - deep = false; - - // Handle a deep copy situation - if ( typeof target === "boolean" ) { - deep = target; - - // Skip the boolean and the target - target = arguments[ i ] || {}; - i++; - } - - // Handle case when target is a string or something (possible in deep copy) - if ( typeof target !== "object" && !isFunction( target ) ) { - target = {}; - } - - // Extend jQuery itself if only one argument is passed - if ( i === length ) { - target = this; - i--; - } - - for ( ; i < length; i++ ) { - - // Only deal with non-null/undefined values - if ( ( options = arguments[ i ] ) != null ) { - - // Extend the base object - for ( name in options ) { - copy = options[ name ]; - - // Prevent Object.prototype pollution - // Prevent never-ending loop - if ( name === "__proto__" || target === copy ) { - continue; - } - - // Recurse if we're merging plain objects or arrays - if ( deep && copy && ( jQuery.isPlainObject( copy ) || - ( copyIsArray = Array.isArray( copy ) ) ) ) { - src = target[ name ]; - - // Ensure proper type for the source value - if ( copyIsArray && !Array.isArray( src ) ) { - clone = []; - } else if ( !copyIsArray && !jQuery.isPlainObject( src ) ) { - clone = {}; - } else { - clone = src; - } - copyIsArray = false; - - // Never move original objects, clone them - target[ name ] = jQuery.extend( deep, clone, copy ); - - // Don't bring in undefined values - } else if ( copy !== undefined ) { - target[ name ] = copy; - } - } - } - } - - // Return the modified object - return target; -}; - -jQuery.extend( { - - // Unique for each copy of jQuery on the page - expando: "jQuery" + ( version + Math.random() ).replace( /\D/g, "" ), - - // Assume jQuery is ready without the ready module - isReady: true, - - error: function( msg ) { - throw new Error( msg ); - }, - - noop: function() {}, - - isPlainObject: function( obj ) { - var proto, Ctor; - - // Detect obvious negatives - // Use toString instead of jQuery.type to catch host objects - if ( !obj || toString.call( obj ) !== "[object Object]" ) { - return false; - } - - proto = getProto( obj ); - - // Objects with no prototype (e.g., `Object.create( null )`) are plain - if ( !proto ) { - return true; - } - - // Objects with prototype are plain iff they were constructed by a global Object function - Ctor = hasOwn.call( proto, "constructor" ) && proto.constructor; - return typeof Ctor === "function" && fnToString.call( Ctor ) === ObjectFunctionString; - }, - - isEmptyObject: function( obj ) { - var name; - - for ( name in obj ) { - return false; - } - return true; - }, - - // Evaluates a script in a provided context; falls back to the global one - // if not specified. - globalEval: function( code, options, doc ) { - DOMEval( code, { nonce: options && options.nonce }, doc ); - }, - - each: function( obj, callback ) { - var length, i = 0; - - if ( isArrayLike( obj ) ) { - length = obj.length; - for ( ; i < length; i++ ) { - if ( callback.call( obj[ i ], i, obj[ i ] ) === false ) { - break; - } - } - } else { - for ( i in obj ) { - if ( callback.call( obj[ i ], i, obj[ i ] ) === false ) { - break; - } - } - } - - return obj; - }, - - // results is for internal usage only - makeArray: function( arr, results ) { - var ret = results || []; - - if ( arr != null ) { - if ( isArrayLike( Object( arr ) ) ) { - jQuery.merge( ret, - typeof arr === "string" ? - [ arr ] : arr - ); - } else { - push.call( ret, arr ); - } - } - - return ret; - }, - - inArray: function( elem, arr, i ) { - return arr == null ? -1 : indexOf.call( arr, elem, i ); - }, - - // Support: Android <=4.0 only, PhantomJS 1 only - // push.apply(_, arraylike) throws on ancient WebKit - merge: function( first, second ) { - var len = +second.length, - j = 0, - i = first.length; - - for ( ; j < len; j++ ) { - first[ i++ ] = second[ j ]; - } - - first.length = i; - - return first; - }, - - grep: function( elems, callback, invert ) { - var callbackInverse, - matches = [], - i = 0, - length = elems.length, - callbackExpect = !invert; - - // Go through the array, only saving the items - // that pass the validator function - for ( ; i < length; i++ ) { - callbackInverse = !callback( elems[ i ], i ); - if ( callbackInverse !== callbackExpect ) { - matches.push( elems[ i ] ); - } - } - - return matches; - }, - - // arg is for internal usage only - map: function( elems, callback, arg ) { - var length, value, - i = 0, - ret = []; - - // Go through the array, translating each of the items to their new values - if ( isArrayLike( elems ) ) { - length = elems.length; - for ( ; i < length; i++ ) { - value = callback( elems[ i ], i, arg ); - - if ( value != null ) { - ret.push( value ); - } - } - - // Go through every key on the object, - } else { - for ( i in elems ) { - value = callback( elems[ i ], i, arg ); - - if ( value != null ) { - ret.push( value ); - } - } - } - - // Flatten any nested arrays - return flat( ret ); - }, - - // A global GUID counter for objects - guid: 1, - - // jQuery.support is not used in Core but other projects attach their - // properties to it so it needs to exist. - support: support -} ); - -if ( typeof Symbol === "function" ) { - jQuery.fn[ Symbol.iterator ] = arr[ Symbol.iterator ]; -} - -// Populate the class2type map -jQuery.each( "Boolean Number String Function Array Date RegExp Object Error Symbol".split( " " ), - function( _i, name ) { - class2type[ "[object " + name + "]" ] = name.toLowerCase(); - } ); - -function isArrayLike( obj ) { - - // Support: real iOS 8.2 only (not reproducible in simulator) - // `in` check used to prevent JIT error (gh-2145) - // hasOwn isn't used here due to false negatives - // regarding Nodelist length in IE - var length = !!obj && "length" in obj && obj.length, - type = toType( obj ); - - if ( isFunction( obj ) || isWindow( obj ) ) { - return false; - } - - return type === "array" || length === 0 || - typeof length === "number" && length > 0 && ( length - 1 ) in obj; -} - -return jQuery; -} ); diff --git a/software/flow/node_modules/jquery/src/core/DOMEval.js b/software/flow/node_modules/jquery/src/core/DOMEval.js deleted file mode 100644 index 59f6e02..0000000 --- a/software/flow/node_modules/jquery/src/core/DOMEval.js +++ /dev/null @@ -1,43 +0,0 @@ -define( [ - "../var/document" -], function( document ) { - "use strict"; - - var preservedScriptAttributes = { - type: true, - src: true, - nonce: true, - noModule: true - }; - - function DOMEval( code, node, doc ) { - doc = doc || document; - - var i, val, - script = doc.createElement( "script" ); - - script.text = code; - if ( node ) { - for ( i in preservedScriptAttributes ) { - - // Support: Firefox 64+, Edge 18+ - // Some browsers don't support the "nonce" property on scripts. - // On the other hand, just using `getAttribute` is not enough as - // the `nonce` attribute is reset to an empty string whenever it - // becomes browsing-context connected. - // See https://github.com/whatwg/html/issues/2369 - // See https://html.spec.whatwg.org/#nonce-attributes - // The `node.getAttribute` check was added for the sake of - // `jQuery.globalEval` so that it can fake a nonce-containing node - // via an object. - val = node[ i ] || node.getAttribute && node.getAttribute( i ); - if ( val ) { - script.setAttribute( i, val ); - } - } - } - doc.head.appendChild( script ).parentNode.removeChild( script ); - } - - return DOMEval; -} ); diff --git a/software/flow/node_modules/jquery/src/core/access.js b/software/flow/node_modules/jquery/src/core/access.js deleted file mode 100644 index 524c980..0000000 --- a/software/flow/node_modules/jquery/src/core/access.js +++ /dev/null @@ -1,72 +0,0 @@ -define( [ - "../core", - "../core/toType", - "../var/isFunction" -], function( jQuery, toType, isFunction ) { - -"use strict"; - -// Multifunctional method to get and set values of a collection -// The value/s can optionally be executed if it's a function -var access = function( elems, fn, key, value, chainable, emptyGet, raw ) { - var i = 0, - len = elems.length, - bulk = key == null; - - // Sets many values - if ( toType( key ) === "object" ) { - chainable = true; - for ( i in key ) { - access( elems, fn, i, key[ i ], true, emptyGet, raw ); - } - - // Sets one value - } else if ( value !== undefined ) { - chainable = true; - - if ( !isFunction( value ) ) { - raw = true; - } - - if ( bulk ) { - - // Bulk operations run against the entire set - if ( raw ) { - fn.call( elems, value ); - fn = null; - - // ...except when executing function values - } else { - bulk = fn; - fn = function( elem, _key, value ) { - return bulk.call( jQuery( elem ), value ); - }; - } - } - - if ( fn ) { - for ( ; i < len; i++ ) { - fn( - elems[ i ], key, raw ? - value : - value.call( elems[ i ], i, fn( elems[ i ], key ) ) - ); - } - } - } - - if ( chainable ) { - return elems; - } - - // Gets - if ( bulk ) { - return fn.call( elems ); - } - - return len ? fn( elems[ 0 ], key ) : emptyGet; -}; - -return access; - -} ); diff --git a/software/flow/node_modules/jquery/src/core/camelCase.js b/software/flow/node_modules/jquery/src/core/camelCase.js deleted file mode 100644 index 352a080..0000000 --- a/software/flow/node_modules/jquery/src/core/camelCase.js +++ /dev/null @@ -1,23 +0,0 @@ -define( [], function() { - -"use strict"; - -// Matches dashed string for camelizing -var rmsPrefix = /^-ms-/, - rdashAlpha = /-([a-z])/g; - -// Used by camelCase as callback to replace() -function fcamelCase( _all, letter ) { - return letter.toUpperCase(); -} - -// Convert dashed to camelCase; used by the css and data modules -// Support: IE <=9 - 11, Edge 12 - 15 -// Microsoft forgot to hump their vendor prefix (trac-9572) -function camelCase( string ) { - return string.replace( rmsPrefix, "ms-" ).replace( rdashAlpha, fcamelCase ); -} - -return camelCase; - -} ); diff --git a/software/flow/node_modules/jquery/src/core/init.js b/software/flow/node_modules/jquery/src/core/init.js deleted file mode 100644 index 83d0618..0000000 --- a/software/flow/node_modules/jquery/src/core/init.js +++ /dev/null @@ -1,129 +0,0 @@ -// Initialize a jQuery object -define( [ - "../core", - "../var/document", - "../var/isFunction", - "./var/rsingleTag", - - "../traversing/findFilter" -], function( jQuery, document, isFunction, rsingleTag ) { - -"use strict"; - -// A central reference to the root jQuery(document) -var rootjQuery, - - // A simple way to check for HTML strings - // Prioritize #id over <tag> to avoid XSS via location.hash (trac-9521) - // Strict HTML recognition (trac-11290: must start with <) - // Shortcut simple #id case for speed - rquickExpr = /^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/, - - init = jQuery.fn.init = function( selector, context, root ) { - var match, elem; - - // HANDLE: $(""), $(null), $(undefined), $(false) - if ( !selector ) { - return this; - } - - // Method init() accepts an alternate rootjQuery - // so migrate can support jQuery.sub (gh-2101) - root = root || rootjQuery; - - // Handle HTML strings - if ( typeof selector === "string" ) { - if ( selector[ 0 ] === "<" && - selector[ selector.length - 1 ] === ">" && - selector.length >= 3 ) { - - // Assume that strings that start and end with <> are HTML and skip the regex check - match = [ null, selector, null ]; - - } else { - match = rquickExpr.exec( selector ); - } - - // Match html or make sure no context is specified for #id - if ( match && ( match[ 1 ] || !context ) ) { - - // HANDLE: $(html) -> $(array) - if ( match[ 1 ] ) { - context = context instanceof jQuery ? context[ 0 ] : context; - - // Option to run scripts is true for back-compat - // Intentionally let the error be thrown if parseHTML is not present - jQuery.merge( this, jQuery.parseHTML( - match[ 1 ], - context && context.nodeType ? context.ownerDocument || context : document, - true - ) ); - - // HANDLE: $(html, props) - if ( rsingleTag.test( match[ 1 ] ) && jQuery.isPlainObject( context ) ) { - for ( match in context ) { - - // Properties of context are called as methods if possible - if ( isFunction( this[ match ] ) ) { - this[ match ]( context[ match ] ); - - // ...and otherwise set as attributes - } else { - this.attr( match, context[ match ] ); - } - } - } - - return this; - - // HANDLE: $(#id) - } else { - elem = document.getElementById( match[ 2 ] ); - - if ( elem ) { - - // Inject the element directly into the jQuery object - this[ 0 ] = elem; - this.length = 1; - } - return this; - } - - // HANDLE: $(expr, $(...)) - } else if ( !context || context.jquery ) { - return ( context || root ).find( selector ); - - // HANDLE: $(expr, context) - // (which is just equivalent to: $(context).find(expr) - } else { - return this.constructor( context ).find( selector ); - } - - // HANDLE: $(DOMElement) - } else if ( selector.nodeType ) { - this[ 0 ] = selector; - this.length = 1; - return this; - - // HANDLE: $(function) - // Shortcut for document ready - } else if ( isFunction( selector ) ) { - return root.ready !== undefined ? - root.ready( selector ) : - - // Execute immediately if ready is not present - selector( jQuery ); - } - - return jQuery.makeArray( selector, this ); - }; - -// Give the init function the jQuery prototype for later instantiation -init.prototype = jQuery.fn; - -// Initialize central reference -rootjQuery = jQuery( document ); - -return init; - -} ); diff --git a/software/flow/node_modules/jquery/src/core/isAttached.js b/software/flow/node_modules/jquery/src/core/isAttached.js deleted file mode 100644 index bd52519..0000000 --- a/software/flow/node_modules/jquery/src/core/isAttached.js +++ /dev/null @@ -1,26 +0,0 @@ -define( [ - "../core", - "../var/documentElement", - "../selector" // jQuery.contains -], function( jQuery, documentElement ) { - "use strict"; - - var isAttached = function( elem ) { - return jQuery.contains( elem.ownerDocument, elem ); - }, - composed = { composed: true }; - - // Support: IE 9 - 11+, Edge 12 - 18+, iOS 10.0 - 10.2 only - // Check attachment across shadow DOM boundaries when possible (gh-3504) - // Support: iOS 10.0-10.2 only - // Early iOS 10 versions support `attachShadow` but not `getRootNode`, - // leading to errors. We need to check for `getRootNode`. - if ( documentElement.getRootNode ) { - isAttached = function( elem ) { - return jQuery.contains( elem.ownerDocument, elem ) || - elem.getRootNode( composed ) === elem.ownerDocument; - }; - } - - return isAttached; -} ); diff --git a/software/flow/node_modules/jquery/src/core/nodeName.js b/software/flow/node_modules/jquery/src/core/nodeName.js deleted file mode 100644 index ef1b80b..0000000 --- a/software/flow/node_modules/jquery/src/core/nodeName.js +++ /dev/null @@ -1,13 +0,0 @@ -define( function() { - -"use strict"; - -function nodeName( elem, name ) { - - return elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase(); - -} - -return nodeName; - -} ); diff --git a/software/flow/node_modules/jquery/src/core/parseHTML.js b/software/flow/node_modules/jquery/src/core/parseHTML.js deleted file mode 100644 index 21ff6bf..0000000 --- a/software/flow/node_modules/jquery/src/core/parseHTML.js +++ /dev/null @@ -1,65 +0,0 @@ -define( [ - "../core", - "../var/document", - "./var/rsingleTag", - "../manipulation/buildFragment", - - // This is the only module that needs core/support - "./support" -], function( jQuery, document, rsingleTag, buildFragment, support ) { - -"use strict"; - -// Argument "data" should be string of html -// context (optional): If specified, the fragment will be created in this context, -// defaults to document -// keepScripts (optional): If true, will include scripts passed in the html string -jQuery.parseHTML = function( data, context, keepScripts ) { - if ( typeof data !== "string" ) { - return []; - } - if ( typeof context === "boolean" ) { - keepScripts = context; - context = false; - } - - var base, parsed, scripts; - - if ( !context ) { - - // Stop scripts or inline event handlers from being executed immediately - // by using document.implementation - if ( support.createHTMLDocument ) { - context = document.implementation.createHTMLDocument( "" ); - - // Set the base href for the created document - // so any parsed elements with URLs - // are based on the document's URL (gh-2965) - base = context.createElement( "base" ); - base.href = document.location.href; - context.head.appendChild( base ); - } else { - context = document; - } - } - - parsed = rsingleTag.exec( data ); - scripts = !keepScripts && []; - - // Single tag - if ( parsed ) { - return [ context.createElement( parsed[ 1 ] ) ]; - } - - parsed = buildFragment( [ data ], context, scripts ); - - if ( scripts && scripts.length ) { - jQuery( scripts ).remove(); - } - - return jQuery.merge( [], parsed.childNodes ); -}; - -return jQuery.parseHTML; - -} ); diff --git a/software/flow/node_modules/jquery/src/core/parseXML.js b/software/flow/node_modules/jquery/src/core/parseXML.js deleted file mode 100644 index 9b5d290..0000000 --- a/software/flow/node_modules/jquery/src/core/parseXML.js +++ /dev/null @@ -1,35 +0,0 @@ -define( [ - "../core" -], function( jQuery ) { - -"use strict"; - -// Cross-browser xml parsing -jQuery.parseXML = function( data ) { - var xml, parserErrorElem; - if ( !data || typeof data !== "string" ) { - return null; - } - - // Support: IE 9 - 11 only - // IE throws on parseFromString with invalid input. - try { - xml = ( new window.DOMParser() ).parseFromString( data, "text/xml" ); - } catch ( e ) {} - - parserErrorElem = xml && xml.getElementsByTagName( "parsererror" )[ 0 ]; - if ( !xml || parserErrorElem ) { - jQuery.error( "Invalid XML: " + ( - parserErrorElem ? - jQuery.map( parserErrorElem.childNodes, function( el ) { - return el.textContent; - } ).join( "\n" ) : - data - ) ); - } - return xml; -}; - -return jQuery.parseXML; - -} ); diff --git a/software/flow/node_modules/jquery/src/core/ready-no-deferred.js b/software/flow/node_modules/jquery/src/core/ready-no-deferred.js deleted file mode 100644 index 20cf8dc..0000000 --- a/software/flow/node_modules/jquery/src/core/ready-no-deferred.js +++ /dev/null @@ -1,97 +0,0 @@ -define( [ - "../core", - "../var/document", - "../var/isFunction" -], function( jQuery, document, isFunction ) { - -"use strict"; - -var readyCallbacks = [], - whenReady = function( fn ) { - readyCallbacks.push( fn ); - }, - executeReady = function( fn ) { - - // Prevent errors from freezing future callback execution (gh-1823) - // Not backwards-compatible as this does not execute sync - window.setTimeout( function() { - fn.call( document, jQuery ); - } ); - }; - -jQuery.fn.ready = function( fn ) { - whenReady( fn ); - return this; -}; - -jQuery.extend( { - - // Is the DOM ready to be used? Set to true once it occurs. - isReady: false, - - // A counter to track how many items to wait for before - // the ready event fires. See trac-6781 - readyWait: 1, - - ready: function( wait ) { - - // Abort if there are pending holds or we're already ready - if ( wait === true ? --jQuery.readyWait : jQuery.isReady ) { - return; - } - - // Remember that the DOM is ready - jQuery.isReady = true; - - // If a normal DOM Ready event fired, decrement, and wait if need be - if ( wait !== true && --jQuery.readyWait > 0 ) { - return; - } - - whenReady = function( fn ) { - readyCallbacks.push( fn ); - - while ( readyCallbacks.length ) { - fn = readyCallbacks.shift(); - if ( isFunction( fn ) ) { - executeReady( fn ); - } - } - }; - - whenReady(); - } -} ); - -// Make jQuery.ready Promise consumable (gh-1778) -jQuery.ready.then = jQuery.fn.ready; - -/** - * The ready event handler and self cleanup method - */ -function completed() { - document.removeEventListener( "DOMContentLoaded", completed ); - window.removeEventListener( "load", completed ); - jQuery.ready(); -} - -// Catch cases where $(document).ready() is called -// after the browser event has already occurred. -// Support: IE9-10 only -// Older IE sometimes signals "interactive" too soon -if ( document.readyState === "complete" || - ( document.readyState !== "loading" && !document.documentElement.doScroll ) ) { - - // Handle it asynchronously to allow scripts the opportunity to delay ready - window.setTimeout( jQuery.ready ); - -} else { - - // Use the handy event callback - document.addEventListener( "DOMContentLoaded", completed ); - - // A fallback to window.onload, that will always work - window.addEventListener( "load", completed ); -} - -} ); diff --git a/software/flow/node_modules/jquery/src/core/ready.js b/software/flow/node_modules/jquery/src/core/ready.js deleted file mode 100644 index a802483..0000000 --- a/software/flow/node_modules/jquery/src/core/ready.js +++ /dev/null @@ -1,86 +0,0 @@ -define( [ - "../core", - "../var/document", - "../core/readyException", - "../deferred" -], function( jQuery, document ) { - -"use strict"; - -// The deferred used on DOM ready -var readyList = jQuery.Deferred(); - -jQuery.fn.ready = function( fn ) { - - readyList - .then( fn ) - - // Wrap jQuery.readyException in a function so that the lookup - // happens at the time of error handling instead of callback - // registration. - .catch( function( error ) { - jQuery.readyException( error ); - } ); - - return this; -}; - -jQuery.extend( { - - // Is the DOM ready to be used? Set to true once it occurs. - isReady: false, - - // A counter to track how many items to wait for before - // the ready event fires. See trac-6781 - readyWait: 1, - - // Handle when the DOM is ready - ready: function( wait ) { - - // Abort if there are pending holds or we're already ready - if ( wait === true ? --jQuery.readyWait : jQuery.isReady ) { - return; - } - - // Remember that the DOM is ready - jQuery.isReady = true; - - // If a normal DOM Ready event fired, decrement, and wait if need be - if ( wait !== true && --jQuery.readyWait > 0 ) { - return; - } - - // If there are functions bound, to execute - readyList.resolveWith( document, [ jQuery ] ); - } -} ); - -jQuery.ready.then = readyList.then; - -// The ready event handler and self cleanup method -function completed() { - document.removeEventListener( "DOMContentLoaded", completed ); - window.removeEventListener( "load", completed ); - jQuery.ready(); -} - -// Catch cases where $(document).ready() is called -// after the browser event has already occurred. -// Support: IE <=9 - 10 only -// Older IE sometimes signals "interactive" too soon -if ( document.readyState === "complete" || - ( document.readyState !== "loading" && !document.documentElement.doScroll ) ) { - - // Handle it asynchronously to allow scripts the opportunity to delay ready - window.setTimeout( jQuery.ready ); - -} else { - - // Use the handy event callback - document.addEventListener( "DOMContentLoaded", completed ); - - // A fallback to window.onload, that will always work - window.addEventListener( "load", completed ); -} - -} ); diff --git a/software/flow/node_modules/jquery/src/core/readyException.js b/software/flow/node_modules/jquery/src/core/readyException.js deleted file mode 100644 index 72bdd90..0000000 --- a/software/flow/node_modules/jquery/src/core/readyException.js +++ /dev/null @@ -1,13 +0,0 @@ -define( [ - "../core" -], function( jQuery ) { - -"use strict"; - -jQuery.readyException = function( error ) { - window.setTimeout( function() { - throw error; - } ); -}; - -} ); diff --git a/software/flow/node_modules/jquery/src/core/stripAndCollapse.js b/software/flow/node_modules/jquery/src/core/stripAndCollapse.js deleted file mode 100644 index 2b63820..0000000 --- a/software/flow/node_modules/jquery/src/core/stripAndCollapse.js +++ /dev/null @@ -1,14 +0,0 @@ -define( [ - "../var/rnothtmlwhite" -], function( rnothtmlwhite ) { - "use strict"; - - // Strip and collapse whitespace according to HTML spec - // https://infra.spec.whatwg.org/#strip-and-collapse-ascii-whitespace - function stripAndCollapse( value ) { - var tokens = value.match( rnothtmlwhite ) || []; - return tokens.join( " " ); - } - - return stripAndCollapse; -} ); diff --git a/software/flow/node_modules/jquery/src/core/support.js b/software/flow/node_modules/jquery/src/core/support.js deleted file mode 100644 index 13ae02f..0000000 --- a/software/flow/node_modules/jquery/src/core/support.js +++ /dev/null @@ -1,20 +0,0 @@ -define( [ - "../var/document", - "../var/support" -], function( document, support ) { - -"use strict"; - -// Support: Safari 8 only -// In Safari 8 documents created via document.implementation.createHTMLDocument -// collapse sibling forms: the second one becomes a child of the first one. -// Because of that, this security measure has to be disabled in Safari 8. -// https://bugs.webkit.org/show_bug.cgi?id=137337 -support.createHTMLDocument = ( function() { - var body = document.implementation.createHTMLDocument( "" ).body; - body.innerHTML = "<form></form><form></form>"; - return body.childNodes.length === 2; -} )(); - -return support; -} ); diff --git a/software/flow/node_modules/jquery/src/core/toType.js b/software/flow/node_modules/jquery/src/core/toType.js deleted file mode 100644 index c77ba95..0000000 --- a/software/flow/node_modules/jquery/src/core/toType.js +++ /dev/null @@ -1,20 +0,0 @@ -define( [ - "../var/class2type", - "../var/toString" -], function( class2type, toString ) { - -"use strict"; - -function toType( obj ) { - if ( obj == null ) { - return obj + ""; - } - - // Support: Android <=2.3 only (functionish RegExp) - return typeof obj === "object" || typeof obj === "function" ? - class2type[ toString.call( obj ) ] || "object" : - typeof obj; -} - -return toType; -} ); diff --git a/software/flow/node_modules/jquery/src/core/var/rsingleTag.js b/software/flow/node_modules/jquery/src/core/var/rsingleTag.js deleted file mode 100644 index 340b80d..0000000 --- a/software/flow/node_modules/jquery/src/core/var/rsingleTag.js +++ /dev/null @@ -1,7 +0,0 @@ -define( function() { - "use strict"; - - // rsingleTag matches a string consisting of a single HTML element with no attributes - // and captures the element's name - return ( /^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i ); -} ); diff --git a/software/flow/node_modules/jquery/src/css.js b/software/flow/node_modules/jquery/src/css.js deleted file mode 100644 index 8109bfd..0000000 --- a/software/flow/node_modules/jquery/src/css.js +++ /dev/null @@ -1,495 +0,0 @@ -define( [ - "./core", - "./core/access", - "./core/camelCase", - "./core/nodeName", - "./var/rcssNum", - "./css/var/rnumnonpx", - "./css/var/rcustomProp", - "./css/var/cssExpand", - "./css/var/getStyles", - "./css/var/swap", - "./css/curCSS", - "./css/adjustCSS", - "./css/addGetHookIf", - "./css/support", - "./css/finalPropName", - - "./core/init", - "./core/ready", - "./selector" // contains -], function( jQuery, access, camelCase, nodeName, rcssNum, rnumnonpx, - rcustomProp, cssExpand, getStyles, swap, curCSS, adjustCSS, addGetHookIf, - support, finalPropName ) { - -"use strict"; - -var - - // Swappable if display is none or starts with table - // except "table", "table-cell", or "table-caption" - // See here for display values: https://developer.mozilla.org/en-US/docs/CSS/display - rdisplayswap = /^(none|table(?!-c[ea]).+)/, - cssShow = { position: "absolute", visibility: "hidden", display: "block" }, - cssNormalTransform = { - letterSpacing: "0", - fontWeight: "400" - }; - -function setPositiveNumber( _elem, value, subtract ) { - - // Any relative (+/-) values have already been - // normalized at this point - var matches = rcssNum.exec( value ); - return matches ? - - // Guard against undefined "subtract", e.g., when used as in cssHooks - Math.max( 0, matches[ 2 ] - ( subtract || 0 ) ) + ( matches[ 3 ] || "px" ) : - value; -} - -function boxModelAdjustment( elem, dimension, box, isBorderBox, styles, computedVal ) { - var i = dimension === "width" ? 1 : 0, - extra = 0, - delta = 0; - - // Adjustment may not be necessary - if ( box === ( isBorderBox ? "border" : "content" ) ) { - return 0; - } - - for ( ; i < 4; i += 2 ) { - - // Both box models exclude margin - if ( box === "margin" ) { - delta += jQuery.css( elem, box + cssExpand[ i ], true, styles ); - } - - // If we get here with a content-box, we're seeking "padding" or "border" or "margin" - if ( !isBorderBox ) { - - // Add padding - delta += jQuery.css( elem, "padding" + cssExpand[ i ], true, styles ); - - // For "border" or "margin", add border - if ( box !== "padding" ) { - delta += jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles ); - - // But still keep track of it otherwise - } else { - extra += jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles ); - } - - // If we get here with a border-box (content + padding + border), we're seeking "content" or - // "padding" or "margin" - } else { - - // For "content", subtract padding - if ( box === "content" ) { - delta -= jQuery.css( elem, "padding" + cssExpand[ i ], true, styles ); - } - - // For "content" or "padding", subtract border - if ( box !== "margin" ) { - delta -= jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles ); - } - } - } - - // Account for positive content-box scroll gutter when requested by providing computedVal - if ( !isBorderBox && computedVal >= 0 ) { - - // offsetWidth/offsetHeight is a rounded sum of content, padding, scroll gutter, and border - // Assuming integer scroll gutter, subtract the rest and round down - delta += Math.max( 0, Math.ceil( - elem[ "offset" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ) ] - - computedVal - - delta - - extra - - 0.5 - - // If offsetWidth/offsetHeight is unknown, then we can't determine content-box scroll gutter - // Use an explicit zero to avoid NaN (gh-3964) - ) ) || 0; - } - - return delta; -} - -function getWidthOrHeight( elem, dimension, extra ) { - - // Start with computed style - var styles = getStyles( elem ), - - // To avoid forcing a reflow, only fetch boxSizing if we need it (gh-4322). - // Fake content-box until we know it's needed to know the true value. - boxSizingNeeded = !support.boxSizingReliable() || extra, - isBorderBox = boxSizingNeeded && - jQuery.css( elem, "boxSizing", false, styles ) === "border-box", - valueIsBorderBox = isBorderBox, - - val = curCSS( elem, dimension, styles ), - offsetProp = "offset" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ); - - // Support: Firefox <=54 - // Return a confounding non-pixel value or feign ignorance, as appropriate. - if ( rnumnonpx.test( val ) ) { - if ( !extra ) { - return val; - } - val = "auto"; - } - - - // Support: IE 9 - 11 only - // Use offsetWidth/offsetHeight for when box sizing is unreliable. - // In those cases, the computed value can be trusted to be border-box. - if ( ( !support.boxSizingReliable() && isBorderBox || - - // Support: IE 10 - 11+, Edge 15 - 18+ - // IE/Edge misreport `getComputedStyle` of table rows with width/height - // set in CSS while `offset*` properties report correct values. - // Interestingly, in some cases IE 9 doesn't suffer from this issue. - !support.reliableTrDimensions() && nodeName( elem, "tr" ) || - - // Fall back to offsetWidth/offsetHeight when value is "auto" - // This happens for inline elements with no explicit setting (gh-3571) - val === "auto" || - - // Support: Android <=4.1 - 4.3 only - // Also use offsetWidth/offsetHeight for misreported inline dimensions (gh-3602) - !parseFloat( val ) && jQuery.css( elem, "display", false, styles ) === "inline" ) && - - // Make sure the element is visible & connected - elem.getClientRects().length ) { - - isBorderBox = jQuery.css( elem, "boxSizing", false, styles ) === "border-box"; - - // Where available, offsetWidth/offsetHeight approximate border box dimensions. - // Where not available (e.g., SVG), assume unreliable box-sizing and interpret the - // retrieved value as a content box dimension. - valueIsBorderBox = offsetProp in elem; - if ( valueIsBorderBox ) { - val = elem[ offsetProp ]; - } - } - - // Normalize "" and auto - val = parseFloat( val ) || 0; - - // Adjust for the element's box model - return ( val + - boxModelAdjustment( - elem, - dimension, - extra || ( isBorderBox ? "border" : "content" ), - valueIsBorderBox, - styles, - - // Provide the current computed size to request scroll gutter calculation (gh-3589) - val - ) - ) + "px"; -} - -jQuery.extend( { - - // Add in style property hooks for overriding the default - // behavior of getting and setting a style property - cssHooks: { - opacity: { - get: function( elem, computed ) { - if ( computed ) { - - // We should always get a number back from opacity - var ret = curCSS( elem, "opacity" ); - return ret === "" ? "1" : ret; - } - } - } - }, - - // Don't automatically add "px" to these possibly-unitless properties - cssNumber: { - "animationIterationCount": true, - "columnCount": true, - "fillOpacity": true, - "flexGrow": true, - "flexShrink": true, - "fontWeight": true, - "gridArea": true, - "gridColumn": true, - "gridColumnEnd": true, - "gridColumnStart": true, - "gridRow": true, - "gridRowEnd": true, - "gridRowStart": true, - "lineHeight": true, - "opacity": true, - "order": true, - "orphans": true, - "widows": true, - "zIndex": true, - "zoom": true - }, - - // Add in properties whose names you wish to fix before - // setting or getting the value - cssProps: {}, - - // Get and set the style property on a DOM Node - style: function( elem, name, value, extra ) { - - // Don't set styles on text and comment nodes - if ( !elem || elem.nodeType === 3 || elem.nodeType === 8 || !elem.style ) { - return; - } - - // Make sure that we're working with the right name - var ret, type, hooks, - origName = camelCase( name ), - isCustomProp = rcustomProp.test( name ), - style = elem.style; - - // Make sure that we're working with the right name. We don't - // want to query the value if it is a CSS custom property - // since they are user-defined. - if ( !isCustomProp ) { - name = finalPropName( origName ); - } - - // Gets hook for the prefixed version, then unprefixed version - hooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ]; - - // Check if we're setting a value - if ( value !== undefined ) { - type = typeof value; - - // Convert "+=" or "-=" to relative numbers (trac-7345) - if ( type === "string" && ( ret = rcssNum.exec( value ) ) && ret[ 1 ] ) { - value = adjustCSS( elem, name, ret ); - - // Fixes bug trac-9237 - type = "number"; - } - - // Make sure that null and NaN values aren't set (trac-7116) - if ( value == null || value !== value ) { - return; - } - - // If a number was passed in, add the unit (except for certain CSS properties) - // The isCustomProp check can be removed in jQuery 4.0 when we only auto-append - // "px" to a few hardcoded values. - if ( type === "number" && !isCustomProp ) { - value += ret && ret[ 3 ] || ( jQuery.cssNumber[ origName ] ? "" : "px" ); - } - - // background-* props affect original clone's values - if ( !support.clearCloneStyle && value === "" && name.indexOf( "background" ) === 0 ) { - style[ name ] = "inherit"; - } - - // If a hook was provided, use that value, otherwise just set the specified value - if ( !hooks || !( "set" in hooks ) || - ( value = hooks.set( elem, value, extra ) ) !== undefined ) { - - if ( isCustomProp ) { - style.setProperty( name, value ); - } else { - style[ name ] = value; - } - } - - } else { - - // If a hook was provided get the non-computed value from there - if ( hooks && "get" in hooks && - ( ret = hooks.get( elem, false, extra ) ) !== undefined ) { - - return ret; - } - - // Otherwise just get the value from the style object - return style[ name ]; - } - }, - - css: function( elem, name, extra, styles ) { - var val, num, hooks, - origName = camelCase( name ), - isCustomProp = rcustomProp.test( name ); - - // Make sure that we're working with the right name. We don't - // want to modify the value if it is a CSS custom property - // since they are user-defined. - if ( !isCustomProp ) { - name = finalPropName( origName ); - } - - // Try prefixed name followed by the unprefixed name - hooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ]; - - // If a hook was provided get the computed value from there - if ( hooks && "get" in hooks ) { - val = hooks.get( elem, true, extra ); - } - - // Otherwise, if a way to get the computed value exists, use that - if ( val === undefined ) { - val = curCSS( elem, name, styles ); - } - - // Convert "normal" to computed value - if ( val === "normal" && name in cssNormalTransform ) { - val = cssNormalTransform[ name ]; - } - - // Make numeric if forced or a qualifier was provided and val looks numeric - if ( extra === "" || extra ) { - num = parseFloat( val ); - return extra === true || isFinite( num ) ? num || 0 : val; - } - - return val; - } -} ); - -jQuery.each( [ "height", "width" ], function( _i, dimension ) { - jQuery.cssHooks[ dimension ] = { - get: function( elem, computed, extra ) { - if ( computed ) { - - // Certain elements can have dimension info if we invisibly show them - // but it must have a current display style that would benefit - return rdisplayswap.test( jQuery.css( elem, "display" ) ) && - - // Support: Safari 8+ - // Table columns in Safari have non-zero offsetWidth & zero - // getBoundingClientRect().width unless display is changed. - // Support: IE <=11 only - // Running getBoundingClientRect on a disconnected node - // in IE throws an error. - ( !elem.getClientRects().length || !elem.getBoundingClientRect().width ) ? - swap( elem, cssShow, function() { - return getWidthOrHeight( elem, dimension, extra ); - } ) : - getWidthOrHeight( elem, dimension, extra ); - } - }, - - set: function( elem, value, extra ) { - var matches, - styles = getStyles( elem ), - - // Only read styles.position if the test has a chance to fail - // to avoid forcing a reflow. - scrollboxSizeBuggy = !support.scrollboxSize() && - styles.position === "absolute", - - // To avoid forcing a reflow, only fetch boxSizing if we need it (gh-3991) - boxSizingNeeded = scrollboxSizeBuggy || extra, - isBorderBox = boxSizingNeeded && - jQuery.css( elem, "boxSizing", false, styles ) === "border-box", - subtract = extra ? - boxModelAdjustment( - elem, - dimension, - extra, - isBorderBox, - styles - ) : - 0; - - // Account for unreliable border-box dimensions by comparing offset* to computed and - // faking a content-box to get border and padding (gh-3699) - if ( isBorderBox && scrollboxSizeBuggy ) { - subtract -= Math.ceil( - elem[ "offset" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ) ] - - parseFloat( styles[ dimension ] ) - - boxModelAdjustment( elem, dimension, "border", false, styles ) - - 0.5 - ); - } - - // Convert to pixels if value adjustment is needed - if ( subtract && ( matches = rcssNum.exec( value ) ) && - ( matches[ 3 ] || "px" ) !== "px" ) { - - elem.style[ dimension ] = value; - value = jQuery.css( elem, dimension ); - } - - return setPositiveNumber( elem, value, subtract ); - } - }; -} ); - -jQuery.cssHooks.marginLeft = addGetHookIf( support.reliableMarginLeft, - function( elem, computed ) { - if ( computed ) { - return ( parseFloat( curCSS( elem, "marginLeft" ) ) || - elem.getBoundingClientRect().left - - swap( elem, { marginLeft: 0 }, function() { - return elem.getBoundingClientRect().left; - } ) - ) + "px"; - } - } -); - -// These hooks are used by animate to expand properties -jQuery.each( { - margin: "", - padding: "", - border: "Width" -}, function( prefix, suffix ) { - jQuery.cssHooks[ prefix + suffix ] = { - expand: function( value ) { - var i = 0, - expanded = {}, - - // Assumes a single number if not a string - parts = typeof value === "string" ? value.split( " " ) : [ value ]; - - for ( ; i < 4; i++ ) { - expanded[ prefix + cssExpand[ i ] + suffix ] = - parts[ i ] || parts[ i - 2 ] || parts[ 0 ]; - } - - return expanded; - } - }; - - if ( prefix !== "margin" ) { - jQuery.cssHooks[ prefix + suffix ].set = setPositiveNumber; - } -} ); - -jQuery.fn.extend( { - css: function( name, value ) { - return access( this, function( elem, name, value ) { - var styles, len, - map = {}, - i = 0; - - if ( Array.isArray( name ) ) { - styles = getStyles( elem ); - len = name.length; - - for ( ; i < len; i++ ) { - map[ name[ i ] ] = jQuery.css( elem, name[ i ], false, styles ); - } - - return map; - } - - return value !== undefined ? - jQuery.style( elem, name, value ) : - jQuery.css( elem, name ); - }, name, value, arguments.length > 1 ); - } -} ); - -return jQuery; -} ); diff --git a/software/flow/node_modules/jquery/src/css/addGetHookIf.js b/software/flow/node_modules/jquery/src/css/addGetHookIf.js deleted file mode 100644 index e4bb49a..0000000 --- a/software/flow/node_modules/jquery/src/css/addGetHookIf.js +++ /dev/null @@ -1,26 +0,0 @@ -define( function() { - -"use strict"; - -function addGetHookIf( conditionFn, hookFn ) { - - // Define the hook, we'll check on the first run if it's really needed. - return { - get: function() { - if ( conditionFn() ) { - - // Hook not needed (or it's not possible to use it due - // to missing dependency), remove it. - delete this.get; - return; - } - - // Hook needed; redefine it so that the support test is not executed again. - return ( this.get = hookFn ).apply( this, arguments ); - } - }; -} - -return addGetHookIf; - -} ); diff --git a/software/flow/node_modules/jquery/src/css/adjustCSS.js b/software/flow/node_modules/jquery/src/css/adjustCSS.js deleted file mode 100644 index 8898789..0000000 --- a/software/flow/node_modules/jquery/src/css/adjustCSS.js +++ /dev/null @@ -1,74 +0,0 @@ -define( [ - "../core", - "../var/rcssNum" -], function( jQuery, rcssNum ) { - -"use strict"; - -function adjustCSS( elem, prop, valueParts, tween ) { - var adjusted, scale, - maxIterations = 20, - currentValue = tween ? - function() { - return tween.cur(); - } : - function() { - return jQuery.css( elem, prop, "" ); - }, - initial = currentValue(), - unit = valueParts && valueParts[ 3 ] || ( jQuery.cssNumber[ prop ] ? "" : "px" ), - - // Starting value computation is required for potential unit mismatches - initialInUnit = elem.nodeType && - ( jQuery.cssNumber[ prop ] || unit !== "px" && +initial ) && - rcssNum.exec( jQuery.css( elem, prop ) ); - - if ( initialInUnit && initialInUnit[ 3 ] !== unit ) { - - // Support: Firefox <=54 - // Halve the iteration target value to prevent interference from CSS upper bounds (gh-2144) - initial = initial / 2; - - // Trust units reported by jQuery.css - unit = unit || initialInUnit[ 3 ]; - - // Iteratively approximate from a nonzero starting point - initialInUnit = +initial || 1; - - while ( maxIterations-- ) { - - // Evaluate and update our best guess (doubling guesses that zero out). - // Finish if the scale equals or crosses 1 (making the old*new product non-positive). - jQuery.style( elem, prop, initialInUnit + unit ); - if ( ( 1 - scale ) * ( 1 - ( scale = currentValue() / initial || 0.5 ) ) <= 0 ) { - maxIterations = 0; - } - initialInUnit = initialInUnit / scale; - - } - - initialInUnit = initialInUnit * 2; - jQuery.style( elem, prop, initialInUnit + unit ); - - // Make sure we update the tween properties later on - valueParts = valueParts || []; - } - - if ( valueParts ) { - initialInUnit = +initialInUnit || +initial || 0; - - // Apply relative offset (+=/-=) if specified - adjusted = valueParts[ 1 ] ? - initialInUnit + ( valueParts[ 1 ] + 1 ) * valueParts[ 2 ] : - +valueParts[ 2 ]; - if ( tween ) { - tween.unit = unit; - tween.start = initialInUnit; - tween.end = adjusted; - } - } - return adjusted; -} - -return adjustCSS; -} ); diff --git a/software/flow/node_modules/jquery/src/css/curCSS.js b/software/flow/node_modules/jquery/src/css/curCSS.js deleted file mode 100644 index cde40b6..0000000 --- a/software/flow/node_modules/jquery/src/css/curCSS.js +++ /dev/null @@ -1,100 +0,0 @@ -define( [ - "../core", - "../core/isAttached", - "./var/rboxStyle", - "./var/rnumnonpx", - "./var/getStyles", - "./var/rcustomProp", - "../var/rtrimCSS", - "./support" -], function( jQuery, isAttached, rboxStyle, rnumnonpx, getStyles, - rcustomProp, rtrimCSS, support ) { - -"use strict"; - -function curCSS( elem, name, computed ) { - var width, minWidth, maxWidth, ret, - isCustomProp = rcustomProp.test( name ), - - // Support: Firefox 51+ - // Retrieving style before computed somehow - // fixes an issue with getting wrong values - // on detached elements - style = elem.style; - - computed = computed || getStyles( elem ); - - // getPropertyValue is needed for: - // .css('filter') (IE 9 only, trac-12537) - // .css('--customProperty) (gh-3144) - if ( computed ) { - - // Support: IE <=9 - 11+ - // IE only supports `"float"` in `getPropertyValue`; in computed styles - // it's only available as `"cssFloat"`. We no longer modify properties - // sent to `.css()` apart from camelCasing, so we need to check both. - // Normally, this would create difference in behavior: if - // `getPropertyValue` returns an empty string, the value returned - // by `.css()` would be `undefined`. This is usually the case for - // disconnected elements. However, in IE even disconnected elements - // with no styles return `"none"` for `getPropertyValue( "float" )` - ret = computed.getPropertyValue( name ) || computed[ name ]; - - if ( isCustomProp && ret ) { - - // Support: Firefox 105+, Chrome <=105+ - // Spec requires trimming whitespace for custom properties (gh-4926). - // Firefox only trims leading whitespace. Chrome just collapses - // both leading & trailing whitespace to a single space. - // - // Fall back to `undefined` if empty string returned. - // This collapses a missing definition with property defined - // and set to an empty string but there's no standard API - // allowing us to differentiate them without a performance penalty - // and returning `undefined` aligns with older jQuery. - // - // rtrimCSS treats U+000D CARRIAGE RETURN and U+000C FORM FEED - // as whitespace while CSS does not, but this is not a problem - // because CSS preprocessing replaces them with U+000A LINE FEED - // (which *is* CSS whitespace) - // https://www.w3.org/TR/css-syntax-3/#input-preprocessing - ret = ret.replace( rtrimCSS, "$1" ) || undefined; - } - - if ( ret === "" && !isAttached( elem ) ) { - ret = jQuery.style( elem, name ); - } - - // A tribute to the "awesome hack by Dean Edwards" - // Android Browser returns percentage for some values, - // but width seems to be reliably pixels. - // This is against the CSSOM draft spec: - // https://drafts.csswg.org/cssom/#resolved-values - if ( !support.pixelBoxStyles() && rnumnonpx.test( ret ) && rboxStyle.test( name ) ) { - - // Remember the original values - width = style.width; - minWidth = style.minWidth; - maxWidth = style.maxWidth; - - // Put in the new values to get a computed value out - style.minWidth = style.maxWidth = style.width = ret; - ret = computed.width; - - // Revert the changed values - style.width = width; - style.minWidth = minWidth; - style.maxWidth = maxWidth; - } - } - - return ret !== undefined ? - - // Support: IE <=9 - 11 only - // IE returns zIndex value as an integer. - ret + "" : - ret; -} - -return curCSS; -} ); diff --git a/software/flow/node_modules/jquery/src/css/finalPropName.js b/software/flow/node_modules/jquery/src/css/finalPropName.js deleted file mode 100644 index 352d18a..0000000 --- a/software/flow/node_modules/jquery/src/css/finalPropName.js +++ /dev/null @@ -1,42 +0,0 @@ -define( [ - "../var/document", - "../core" -], function( document, jQuery ) { - -"use strict"; - -var cssPrefixes = [ "Webkit", "Moz", "ms" ], - emptyStyle = document.createElement( "div" ).style, - vendorProps = {}; - -// Return a vendor-prefixed property or undefined -function vendorPropName( name ) { - - // Check for vendor prefixed names - var capName = name[ 0 ].toUpperCase() + name.slice( 1 ), - i = cssPrefixes.length; - - while ( i-- ) { - name = cssPrefixes[ i ] + capName; - if ( name in emptyStyle ) { - return name; - } - } -} - -// Return a potentially-mapped jQuery.cssProps or vendor prefixed property -function finalPropName( name ) { - var final = jQuery.cssProps[ name ] || vendorProps[ name ]; - - if ( final ) { - return final; - } - if ( name in emptyStyle ) { - return name; - } - return vendorProps[ name ] = vendorPropName( name ) || name; -} - -return finalPropName; - -} ); diff --git a/software/flow/node_modules/jquery/src/css/hiddenVisibleSelectors.js b/software/flow/node_modules/jquery/src/css/hiddenVisibleSelectors.js deleted file mode 100644 index d7a9339..0000000 --- a/software/flow/node_modules/jquery/src/css/hiddenVisibleSelectors.js +++ /dev/null @@ -1,15 +0,0 @@ -define( [ - "../core", - "../selector" -], function( jQuery ) { - -"use strict"; - -jQuery.expr.pseudos.hidden = function( elem ) { - return !jQuery.expr.pseudos.visible( elem ); -}; -jQuery.expr.pseudos.visible = function( elem ) { - return !!( elem.offsetWidth || elem.offsetHeight || elem.getClientRects().length ); -}; - -} ); diff --git a/software/flow/node_modules/jquery/src/css/showHide.js b/software/flow/node_modules/jquery/src/css/showHide.js deleted file mode 100644 index 3eeafef..0000000 --- a/software/flow/node_modules/jquery/src/css/showHide.js +++ /dev/null @@ -1,105 +0,0 @@ -define( [ - "../core", - "../data/var/dataPriv", - "../css/var/isHiddenWithinTree" -], function( jQuery, dataPriv, isHiddenWithinTree ) { - -"use strict"; - -var defaultDisplayMap = {}; - -function getDefaultDisplay( elem ) { - var temp, - doc = elem.ownerDocument, - nodeName = elem.nodeName, - display = defaultDisplayMap[ nodeName ]; - - if ( display ) { - return display; - } - - temp = doc.body.appendChild( doc.createElement( nodeName ) ); - display = jQuery.css( temp, "display" ); - - temp.parentNode.removeChild( temp ); - - if ( display === "none" ) { - display = "block"; - } - defaultDisplayMap[ nodeName ] = display; - - return display; -} - -function showHide( elements, show ) { - var display, elem, - values = [], - index = 0, - length = elements.length; - - // Determine new display value for elements that need to change - for ( ; index < length; index++ ) { - elem = elements[ index ]; - if ( !elem.style ) { - continue; - } - - display = elem.style.display; - if ( show ) { - - // Since we force visibility upon cascade-hidden elements, an immediate (and slow) - // check is required in this first loop unless we have a nonempty display value (either - // inline or about-to-be-restored) - if ( display === "none" ) { - values[ index ] = dataPriv.get( elem, "display" ) || null; - if ( !values[ index ] ) { - elem.style.display = ""; - } - } - if ( elem.style.display === "" && isHiddenWithinTree( elem ) ) { - values[ index ] = getDefaultDisplay( elem ); - } - } else { - if ( display !== "none" ) { - values[ index ] = "none"; - - // Remember what we're overwriting - dataPriv.set( elem, "display", display ); - } - } - } - - // Set the display of the elements in a second loop to avoid constant reflow - for ( index = 0; index < length; index++ ) { - if ( values[ index ] != null ) { - elements[ index ].style.display = values[ index ]; - } - } - - return elements; -} - -jQuery.fn.extend( { - show: function() { - return showHide( this, true ); - }, - hide: function() { - return showHide( this ); - }, - toggle: function( state ) { - if ( typeof state === "boolean" ) { - return state ? this.show() : this.hide(); - } - - return this.each( function() { - if ( isHiddenWithinTree( this ) ) { - jQuery( this ).show(); - } else { - jQuery( this ).hide(); - } - } ); - } -} ); - -return showHide; -} ); diff --git a/software/flow/node_modules/jquery/src/css/support.js b/software/flow/node_modules/jquery/src/css/support.js deleted file mode 100644 index 9958f60..0000000 --- a/software/flow/node_modules/jquery/src/css/support.js +++ /dev/null @@ -1,152 +0,0 @@ -define( [ - "../core", - "../var/document", - "../var/documentElement", - "../var/support" -], function( jQuery, document, documentElement, support ) { - -"use strict"; - -( function() { - - // Executing both pixelPosition & boxSizingReliable tests require only one layout - // so they're executed at the same time to save the second computation. - function computeStyleTests() { - - // This is a singleton, we need to execute it only once - if ( !div ) { - return; - } - - container.style.cssText = "position:absolute;left:-11111px;width:60px;" + - "margin-top:1px;padding:0;border:0"; - div.style.cssText = - "position:relative;display:block;box-sizing:border-box;overflow:scroll;" + - "margin:auto;border:1px;padding:1px;" + - "width:60%;top:1%"; - documentElement.appendChild( container ).appendChild( div ); - - var divStyle = window.getComputedStyle( div ); - pixelPositionVal = divStyle.top !== "1%"; - - // Support: Android 4.0 - 4.3 only, Firefox <=3 - 44 - reliableMarginLeftVal = roundPixelMeasures( divStyle.marginLeft ) === 12; - - // Support: Android 4.0 - 4.3 only, Safari <=9.1 - 10.1, iOS <=7.0 - 9.3 - // Some styles come back with percentage values, even though they shouldn't - div.style.right = "60%"; - pixelBoxStylesVal = roundPixelMeasures( divStyle.right ) === 36; - - // Support: IE 9 - 11 only - // Detect misreporting of content dimensions for box-sizing:border-box elements - boxSizingReliableVal = roundPixelMeasures( divStyle.width ) === 36; - - // Support: IE 9 only - // Detect overflow:scroll screwiness (gh-3699) - // Support: Chrome <=64 - // Don't get tricked when zoom affects offsetWidth (gh-4029) - div.style.position = "absolute"; - scrollboxSizeVal = roundPixelMeasures( div.offsetWidth / 3 ) === 12; - - documentElement.removeChild( container ); - - // Nullify the div so it wouldn't be stored in the memory and - // it will also be a sign that checks already performed - div = null; - } - - function roundPixelMeasures( measure ) { - return Math.round( parseFloat( measure ) ); - } - - var pixelPositionVal, boxSizingReliableVal, scrollboxSizeVal, pixelBoxStylesVal, - reliableTrDimensionsVal, reliableMarginLeftVal, - container = document.createElement( "div" ), - div = document.createElement( "div" ); - - // Finish early in limited (non-browser) environments - if ( !div.style ) { - return; - } - - // Support: IE <=9 - 11 only - // Style of cloned element affects source element cloned (trac-8908) - div.style.backgroundClip = "content-box"; - div.cloneNode( true ).style.backgroundClip = ""; - support.clearCloneStyle = div.style.backgroundClip === "content-box"; - - jQuery.extend( support, { - boxSizingReliable: function() { - computeStyleTests(); - return boxSizingReliableVal; - }, - pixelBoxStyles: function() { - computeStyleTests(); - return pixelBoxStylesVal; - }, - pixelPosition: function() { - computeStyleTests(); - return pixelPositionVal; - }, - reliableMarginLeft: function() { - computeStyleTests(); - return reliableMarginLeftVal; - }, - scrollboxSize: function() { - computeStyleTests(); - return scrollboxSizeVal; - }, - - // Support: IE 9 - 11+, Edge 15 - 18+ - // IE/Edge misreport `getComputedStyle` of table rows with width/height - // set in CSS while `offset*` properties report correct values. - // Behavior in IE 9 is more subtle than in newer versions & it passes - // some versions of this test; make sure not to make it pass there! - // - // Support: Firefox 70+ - // Only Firefox includes border widths - // in computed dimensions. (gh-4529) - reliableTrDimensions: function() { - var table, tr, trChild, trStyle; - if ( reliableTrDimensionsVal == null ) { - table = document.createElement( "table" ); - tr = document.createElement( "tr" ); - trChild = document.createElement( "div" ); - - table.style.cssText = "position:absolute;left:-11111px;border-collapse:separate"; - tr.style.cssText = "border:1px solid"; - - // Support: Chrome 86+ - // Height set through cssText does not get applied. - // Computed height then comes back as 0. - tr.style.height = "1px"; - trChild.style.height = "9px"; - - // Support: Android 8 Chrome 86+ - // In our bodyBackground.html iframe, - // display for all div elements is set to "inline", - // which causes a problem only in Android 8 Chrome 86. - // Ensuring the div is display: block - // gets around this issue. - trChild.style.display = "block"; - - documentElement - .appendChild( table ) - .appendChild( tr ) - .appendChild( trChild ); - - trStyle = window.getComputedStyle( tr ); - reliableTrDimensionsVal = ( parseInt( trStyle.height, 10 ) + - parseInt( trStyle.borderTopWidth, 10 ) + - parseInt( trStyle.borderBottomWidth, 10 ) ) === tr.offsetHeight; - - documentElement.removeChild( table ); - } - return reliableTrDimensionsVal; - } - } ); -} )(); - -return support; - -} ); diff --git a/software/flow/node_modules/jquery/src/css/var/cssExpand.js b/software/flow/node_modules/jquery/src/css/var/cssExpand.js deleted file mode 100644 index dd2007c..0000000 --- a/software/flow/node_modules/jquery/src/css/var/cssExpand.js +++ /dev/null @@ -1,5 +0,0 @@ -define( function() { - "use strict"; - - return [ "Top", "Right", "Bottom", "Left" ]; -} ); diff --git a/software/flow/node_modules/jquery/src/css/var/getStyles.js b/software/flow/node_modules/jquery/src/css/var/getStyles.js deleted file mode 100644 index a2d5f3d..0000000 --- a/software/flow/node_modules/jquery/src/css/var/getStyles.js +++ /dev/null @@ -1,17 +0,0 @@ -define( function() { - "use strict"; - - return function( elem ) { - - // Support: IE <=11 only, Firefox <=30 (trac-15098, trac-14150) - // IE throws on elements created in popups - // FF meanwhile throws on frame elements through "defaultView.getComputedStyle" - var view = elem.ownerDocument.defaultView; - - if ( !view || !view.opener ) { - view = window; - } - - return view.getComputedStyle( elem ); - }; -} ); diff --git a/software/flow/node_modules/jquery/src/css/var/isHiddenWithinTree.js b/software/flow/node_modules/jquery/src/css/var/isHiddenWithinTree.js deleted file mode 100644 index 0ab610e..0000000 --- a/software/flow/node_modules/jquery/src/css/var/isHiddenWithinTree.js +++ /dev/null @@ -1,34 +0,0 @@ -define( [ - "../../core", - "../../core/isAttached" - - // css is assumed -], function( jQuery, isAttached ) { - "use strict"; - - // isHiddenWithinTree reports if an element has a non-"none" display style (inline and/or - // through the CSS cascade), which is useful in deciding whether or not to make it visible. - // It differs from the :hidden selector (jQuery.expr.pseudos.hidden) in two important ways: - // * A hidden ancestor does not force an element to be classified as hidden. - // * Being disconnected from the document does not force an element to be classified as hidden. - // These differences improve the behavior of .toggle() et al. when applied to elements that are - // detached or contained within hidden ancestors (gh-2404, gh-2863). - return function( elem, el ) { - - // isHiddenWithinTree might be called from jQuery#filter function; - // in that case, element will be second argument - elem = el || elem; - - // Inline style trumps all - return elem.style.display === "none" || - elem.style.display === "" && - - // Otherwise, check computed style - // Support: Firefox <=43 - 45 - // Disconnected elements can have computed display: none, so first confirm that elem is - // in the document. - isAttached( elem ) && - - jQuery.css( elem, "display" ) === "none"; - }; -} ); diff --git a/software/flow/node_modules/jquery/src/css/var/rboxStyle.js b/software/flow/node_modules/jquery/src/css/var/rboxStyle.js deleted file mode 100644 index 902c010..0000000 --- a/software/flow/node_modules/jquery/src/css/var/rboxStyle.js +++ /dev/null @@ -1,7 +0,0 @@ -define( [ - "./cssExpand" -], function( cssExpand ) { - "use strict"; - - return new RegExp( cssExpand.join( "|" ), "i" ); -} ); diff --git a/software/flow/node_modules/jquery/src/css/var/rcustomProp.js b/software/flow/node_modules/jquery/src/css/var/rcustomProp.js deleted file mode 100644 index 6f01b85..0000000 --- a/software/flow/node_modules/jquery/src/css/var/rcustomProp.js +++ /dev/null @@ -1,7 +0,0 @@ -define( function() { - -"use strict"; - -return /^--/; - -} ); diff --git a/software/flow/node_modules/jquery/src/css/var/rnumnonpx.js b/software/flow/node_modules/jquery/src/css/var/rnumnonpx.js deleted file mode 100644 index 056cda7..0000000 --- a/software/flow/node_modules/jquery/src/css/var/rnumnonpx.js +++ /dev/null @@ -1,7 +0,0 @@ -define( [ - "../../var/pnum" -], function( pnum ) { - "use strict"; - - return new RegExp( "^(" + pnum + ")(?!px)[a-z%]+$", "i" ); -} ); diff --git a/software/flow/node_modules/jquery/src/css/var/swap.js b/software/flow/node_modules/jquery/src/css/var/swap.js deleted file mode 100644 index 69388e5..0000000 --- a/software/flow/node_modules/jquery/src/css/var/swap.js +++ /dev/null @@ -1,26 +0,0 @@ -define( function() { - -"use strict"; - -// A method for quickly swapping in/out CSS properties to get correct calculations. -return function( elem, options, callback ) { - var ret, name, - old = {}; - - // Remember the old values, and insert the new ones - for ( name in options ) { - old[ name ] = elem.style[ name ]; - elem.style[ name ] = options[ name ]; - } - - ret = callback.call( elem ); - - // Revert the old values - for ( name in options ) { - elem.style[ name ] = old[ name ]; - } - - return ret; -}; - -} ); diff --git a/software/flow/node_modules/jquery/src/data.js b/software/flow/node_modules/jquery/src/data.js deleted file mode 100644 index 236b00e..0000000 --- a/software/flow/node_modules/jquery/src/data.js +++ /dev/null @@ -1,180 +0,0 @@ -define( [ - "./core", - "./core/access", - "./core/camelCase", - "./data/var/dataPriv", - "./data/var/dataUser" -], function( jQuery, access, camelCase, dataPriv, dataUser ) { - -"use strict"; - -// Implementation Summary -// -// 1. Enforce API surface and semantic compatibility with 1.9.x branch -// 2. Improve the module's maintainability by reducing the storage -// paths to a single mechanism. -// 3. Use the same single mechanism to support "private" and "user" data. -// 4. _Never_ expose "private" data to user code (TODO: Drop _data, _removeData) -// 5. Avoid exposing implementation details on user objects (eg. expando properties) -// 6. Provide a clear path for implementation upgrade to WeakMap in 2014 - -var rbrace = /^(?:\{[\w\W]*\}|\[[\w\W]*\])$/, - rmultiDash = /[A-Z]/g; - -function getData( data ) { - if ( data === "true" ) { - return true; - } - - if ( data === "false" ) { - return false; - } - - if ( data === "null" ) { - return null; - } - - // Only convert to a number if it doesn't change the string - if ( data === +data + "" ) { - return +data; - } - - if ( rbrace.test( data ) ) { - return JSON.parse( data ); - } - - return data; -} - -function dataAttr( elem, key, data ) { - var name; - - // If nothing was found internally, try to fetch any - // data from the HTML5 data-* attribute - if ( data === undefined && elem.nodeType === 1 ) { - name = "data-" + key.replace( rmultiDash, "-$&" ).toLowerCase(); - data = elem.getAttribute( name ); - - if ( typeof data === "string" ) { - try { - data = getData( data ); - } catch ( e ) {} - - // Make sure we set the data so it isn't changed later - dataUser.set( elem, key, data ); - } else { - data = undefined; - } - } - return data; -} - -jQuery.extend( { - hasData: function( elem ) { - return dataUser.hasData( elem ) || dataPriv.hasData( elem ); - }, - - data: function( elem, name, data ) { - return dataUser.access( elem, name, data ); - }, - - removeData: function( elem, name ) { - dataUser.remove( elem, name ); - }, - - // TODO: Now that all calls to _data and _removeData have been replaced - // with direct calls to dataPriv methods, these can be deprecated. - _data: function( elem, name, data ) { - return dataPriv.access( elem, name, data ); - }, - - _removeData: function( elem, name ) { - dataPriv.remove( elem, name ); - } -} ); - -jQuery.fn.extend( { - data: function( key, value ) { - var i, name, data, - elem = this[ 0 ], - attrs = elem && elem.attributes; - - // Gets all values - if ( key === undefined ) { - if ( this.length ) { - data = dataUser.get( elem ); - - if ( elem.nodeType === 1 && !dataPriv.get( elem, "hasDataAttrs" ) ) { - i = attrs.length; - while ( i-- ) { - - // Support: IE 11 only - // The attrs elements can be null (trac-14894) - if ( attrs[ i ] ) { - name = attrs[ i ].name; - if ( name.indexOf( "data-" ) === 0 ) { - name = camelCase( name.slice( 5 ) ); - dataAttr( elem, name, data[ name ] ); - } - } - } - dataPriv.set( elem, "hasDataAttrs", true ); - } - } - - return data; - } - - // Sets multiple values - if ( typeof key === "object" ) { - return this.each( function() { - dataUser.set( this, key ); - } ); - } - - return access( this, function( value ) { - var data; - - // The calling jQuery object (element matches) is not empty - // (and therefore has an element appears at this[ 0 ]) and the - // `value` parameter was not undefined. An empty jQuery object - // will result in `undefined` for elem = this[ 0 ] which will - // throw an exception if an attempt to read a data cache is made. - if ( elem && value === undefined ) { - - // Attempt to get data from the cache - // The key will always be camelCased in Data - data = dataUser.get( elem, key ); - if ( data !== undefined ) { - return data; - } - - // Attempt to "discover" the data in - // HTML5 custom data-* attrs - data = dataAttr( elem, key ); - if ( data !== undefined ) { - return data; - } - - // We tried really hard, but the data doesn't exist. - return; - } - - // Set the data... - this.each( function() { - - // We always store the camelCased key - dataUser.set( this, key, value ); - } ); - }, null, value, arguments.length > 1, null, true ); - }, - - removeData: function( key ) { - return this.each( function() { - dataUser.remove( this, key ); - } ); - } -} ); - -return jQuery; -} ); diff --git a/software/flow/node_modules/jquery/src/data/Data.js b/software/flow/node_modules/jquery/src/data/Data.js deleted file mode 100644 index a7a4c56..0000000 --- a/software/flow/node_modules/jquery/src/data/Data.js +++ /dev/null @@ -1,162 +0,0 @@ -define( [ - "../core", - "../core/camelCase", - "../var/rnothtmlwhite", - "./var/acceptData" -], function( jQuery, camelCase, rnothtmlwhite, acceptData ) { - -"use strict"; - -function Data() { - this.expando = jQuery.expando + Data.uid++; -} - -Data.uid = 1; - -Data.prototype = { - - cache: function( owner ) { - - // Check if the owner object already has a cache - var value = owner[ this.expando ]; - - // If not, create one - if ( !value ) { - value = {}; - - // We can accept data for non-element nodes in modern browsers, - // but we should not, see trac-8335. - // Always return an empty object. - if ( acceptData( owner ) ) { - - // If it is a node unlikely to be stringify-ed or looped over - // use plain assignment - if ( owner.nodeType ) { - owner[ this.expando ] = value; - - // Otherwise secure it in a non-enumerable property - // configurable must be true to allow the property to be - // deleted when data is removed - } else { - Object.defineProperty( owner, this.expando, { - value: value, - configurable: true - } ); - } - } - } - - return value; - }, - set: function( owner, data, value ) { - var prop, - cache = this.cache( owner ); - - // Handle: [ owner, key, value ] args - // Always use camelCase key (gh-2257) - if ( typeof data === "string" ) { - cache[ camelCase( data ) ] = value; - - // Handle: [ owner, { properties } ] args - } else { - - // Copy the properties one-by-one to the cache object - for ( prop in data ) { - cache[ camelCase( prop ) ] = data[ prop ]; - } - } - return cache; - }, - get: function( owner, key ) { - return key === undefined ? - this.cache( owner ) : - - // Always use camelCase key (gh-2257) - owner[ this.expando ] && owner[ this.expando ][ camelCase( key ) ]; - }, - access: function( owner, key, value ) { - - // In cases where either: - // - // 1. No key was specified - // 2. A string key was specified, but no value provided - // - // Take the "read" path and allow the get method to determine - // which value to return, respectively either: - // - // 1. The entire cache object - // 2. The data stored at the key - // - if ( key === undefined || - ( ( key && typeof key === "string" ) && value === undefined ) ) { - - return this.get( owner, key ); - } - - // When the key is not a string, or both a key and value - // are specified, set or extend (existing objects) with either: - // - // 1. An object of properties - // 2. A key and value - // - this.set( owner, key, value ); - - // Since the "set" path can have two possible entry points - // return the expected data based on which path was taken[*] - return value !== undefined ? value : key; - }, - remove: function( owner, key ) { - var i, - cache = owner[ this.expando ]; - - if ( cache === undefined ) { - return; - } - - if ( key !== undefined ) { - - // Support array or space separated string of keys - if ( Array.isArray( key ) ) { - - // If key is an array of keys... - // We always set camelCase keys, so remove that. - key = key.map( camelCase ); - } else { - key = camelCase( key ); - - // If a key with the spaces exists, use it. - // Otherwise, create an array by matching non-whitespace - key = key in cache ? - [ key ] : - ( key.match( rnothtmlwhite ) || [] ); - } - - i = key.length; - - while ( i-- ) { - delete cache[ key[ i ] ]; - } - } - - // Remove the expando if there's no more data - if ( key === undefined || jQuery.isEmptyObject( cache ) ) { - - // Support: Chrome <=35 - 45 - // Webkit & Blink performance suffers when deleting properties - // from DOM nodes, so set to undefined instead - // https://bugs.chromium.org/p/chromium/issues/detail?id=378607 (bug restricted) - if ( owner.nodeType ) { - owner[ this.expando ] = undefined; - } else { - delete owner[ this.expando ]; - } - } - }, - hasData: function( owner ) { - var cache = owner[ this.expando ]; - return cache !== undefined && !jQuery.isEmptyObject( cache ); - } -}; - -return Data; -} ); diff --git a/software/flow/node_modules/jquery/src/data/var/acceptData.js b/software/flow/node_modules/jquery/src/data/var/acceptData.js deleted file mode 100644 index e00f753..0000000 --- a/software/flow/node_modules/jquery/src/data/var/acceptData.js +++ /dev/null @@ -1,19 +0,0 @@ -define( function() { - -"use strict"; - -/** - * Determines whether an object can have data - */ -return function( owner ) { - - // Accepts only: - // - Node - // - Node.ELEMENT_NODE - // - Node.DOCUMENT_NODE - // - Object - // - Any - return owner.nodeType === 1 || owner.nodeType === 9 || !( +owner.nodeType ); -}; - -} ); diff --git a/software/flow/node_modules/jquery/src/data/var/dataPriv.js b/software/flow/node_modules/jquery/src/data/var/dataPriv.js deleted file mode 100644 index 72713c8..0000000 --- a/software/flow/node_modules/jquery/src/data/var/dataPriv.js +++ /dev/null @@ -1,7 +0,0 @@ -define( [ - "../Data" -], function( Data ) { - "use strict"; - - return new Data(); -} ); diff --git a/software/flow/node_modules/jquery/src/data/var/dataUser.js b/software/flow/node_modules/jquery/src/data/var/dataUser.js deleted file mode 100644 index 72713c8..0000000 --- a/software/flow/node_modules/jquery/src/data/var/dataUser.js +++ /dev/null @@ -1,7 +0,0 @@ -define( [ - "../Data" -], function( Data ) { - "use strict"; - - return new Data(); -} ); diff --git a/software/flow/node_modules/jquery/src/deferred.js b/software/flow/node_modules/jquery/src/deferred.js deleted file mode 100644 index 439653f..0000000 --- a/software/flow/node_modules/jquery/src/deferred.js +++ /dev/null @@ -1,399 +0,0 @@ -define( [ - "./core", - "./var/isFunction", - "./var/slice", - "./callbacks" -], function( jQuery, isFunction, slice ) { - -"use strict"; - -function Identity( v ) { - return v; -} -function Thrower( ex ) { - throw ex; -} - -function adoptValue( value, resolve, reject, noValue ) { - var method; - - try { - - // Check for promise aspect first to privilege synchronous behavior - if ( value && isFunction( ( method = value.promise ) ) ) { - method.call( value ).done( resolve ).fail( reject ); - - // Other thenables - } else if ( value && isFunction( ( method = value.then ) ) ) { - method.call( value, resolve, reject ); - - // Other non-thenables - } else { - - // Control `resolve` arguments by letting Array#slice cast boolean `noValue` to integer: - // * false: [ value ].slice( 0 ) => resolve( value ) - // * true: [ value ].slice( 1 ) => resolve() - resolve.apply( undefined, [ value ].slice( noValue ) ); - } - - // For Promises/A+, convert exceptions into rejections - // Since jQuery.when doesn't unwrap thenables, we can skip the extra checks appearing in - // Deferred#then to conditionally suppress rejection. - } catch ( value ) { - - // Support: Android 4.0 only - // Strict mode functions invoked without .call/.apply get global-object context - reject.apply( undefined, [ value ] ); - } -} - -jQuery.extend( { - - Deferred: function( func ) { - var tuples = [ - - // action, add listener, callbacks, - // ... .then handlers, argument index, [final state] - [ "notify", "progress", jQuery.Callbacks( "memory" ), - jQuery.Callbacks( "memory" ), 2 ], - [ "resolve", "done", jQuery.Callbacks( "once memory" ), - jQuery.Callbacks( "once memory" ), 0, "resolved" ], - [ "reject", "fail", jQuery.Callbacks( "once memory" ), - jQuery.Callbacks( "once memory" ), 1, "rejected" ] - ], - state = "pending", - promise = { - state: function() { - return state; - }, - always: function() { - deferred.done( arguments ).fail( arguments ); - return this; - }, - "catch": function( fn ) { - return promise.then( null, fn ); - }, - - // Keep pipe for back-compat - pipe: function( /* fnDone, fnFail, fnProgress */ ) { - var fns = arguments; - - return jQuery.Deferred( function( newDefer ) { - jQuery.each( tuples, function( _i, tuple ) { - - // Map tuples (progress, done, fail) to arguments (done, fail, progress) - var fn = isFunction( fns[ tuple[ 4 ] ] ) && fns[ tuple[ 4 ] ]; - - // deferred.progress(function() { bind to newDefer or newDefer.notify }) - // deferred.done(function() { bind to newDefer or newDefer.resolve }) - // deferred.fail(function() { bind to newDefer or newDefer.reject }) - deferred[ tuple[ 1 ] ]( function() { - var returned = fn && fn.apply( this, arguments ); - if ( returned && isFunction( returned.promise ) ) { - returned.promise() - .progress( newDefer.notify ) - .done( newDefer.resolve ) - .fail( newDefer.reject ); - } else { - newDefer[ tuple[ 0 ] + "With" ]( - this, - fn ? [ returned ] : arguments - ); - } - } ); - } ); - fns = null; - } ).promise(); - }, - then: function( onFulfilled, onRejected, onProgress ) { - var maxDepth = 0; - function resolve( depth, deferred, handler, special ) { - return function() { - var that = this, - args = arguments, - mightThrow = function() { - var returned, then; - - // Support: Promises/A+ section 2.3.3.3.3 - // https://promisesaplus.com/#point-59 - // Ignore double-resolution attempts - if ( depth < maxDepth ) { - return; - } - - returned = handler.apply( that, args ); - - // Support: Promises/A+ section 2.3.1 - // https://promisesaplus.com/#point-48 - if ( returned === deferred.promise() ) { - throw new TypeError( "Thenable self-resolution" ); - } - - // Support: Promises/A+ sections 2.3.3.1, 3.5 - // https://promisesaplus.com/#point-54 - // https://promisesaplus.com/#point-75 - // Retrieve `then` only once - then = returned && - - // Support: Promises/A+ section 2.3.4 - // https://promisesaplus.com/#point-64 - // Only check objects and functions for thenability - ( typeof returned === "object" || - typeof returned === "function" ) && - returned.then; - - // Handle a returned thenable - if ( isFunction( then ) ) { - - // Special processors (notify) just wait for resolution - if ( special ) { - then.call( - returned, - resolve( maxDepth, deferred, Identity, special ), - resolve( maxDepth, deferred, Thrower, special ) - ); - - // Normal processors (resolve) also hook into progress - } else { - - // ...and disregard older resolution values - maxDepth++; - - then.call( - returned, - resolve( maxDepth, deferred, Identity, special ), - resolve( maxDepth, deferred, Thrower, special ), - resolve( maxDepth, deferred, Identity, - deferred.notifyWith ) - ); - } - - // Handle all other returned values - } else { - - // Only substitute handlers pass on context - // and multiple values (non-spec behavior) - if ( handler !== Identity ) { - that = undefined; - args = [ returned ]; - } - - // Process the value(s) - // Default process is resolve - ( special || deferred.resolveWith )( that, args ); - } - }, - - // Only normal processors (resolve) catch and reject exceptions - process = special ? - mightThrow : - function() { - try { - mightThrow(); - } catch ( e ) { - - if ( jQuery.Deferred.exceptionHook ) { - jQuery.Deferred.exceptionHook( e, - process.stackTrace ); - } - - // Support: Promises/A+ section 2.3.3.3.4.1 - // https://promisesaplus.com/#point-61 - // Ignore post-resolution exceptions - if ( depth + 1 >= maxDepth ) { - - // Only substitute handlers pass on context - // and multiple values (non-spec behavior) - if ( handler !== Thrower ) { - that = undefined; - args = [ e ]; - } - - deferred.rejectWith( that, args ); - } - } - }; - - // Support: Promises/A+ section 2.3.3.3.1 - // https://promisesaplus.com/#point-57 - // Re-resolve promises immediately to dodge false rejection from - // subsequent errors - if ( depth ) { - process(); - } else { - - // Call an optional hook to record the stack, in case of exception - // since it's otherwise lost when execution goes async - if ( jQuery.Deferred.getStackHook ) { - process.stackTrace = jQuery.Deferred.getStackHook(); - } - window.setTimeout( process ); - } - }; - } - - return jQuery.Deferred( function( newDefer ) { - - // progress_handlers.add( ... ) - tuples[ 0 ][ 3 ].add( - resolve( - 0, - newDefer, - isFunction( onProgress ) ? - onProgress : - Identity, - newDefer.notifyWith - ) - ); - - // fulfilled_handlers.add( ... ) - tuples[ 1 ][ 3 ].add( - resolve( - 0, - newDefer, - isFunction( onFulfilled ) ? - onFulfilled : - Identity - ) - ); - - // rejected_handlers.add( ... ) - tuples[ 2 ][ 3 ].add( - resolve( - 0, - newDefer, - isFunction( onRejected ) ? - onRejected : - Thrower - ) - ); - } ).promise(); - }, - - // Get a promise for this deferred - // If obj is provided, the promise aspect is added to the object - promise: function( obj ) { - return obj != null ? jQuery.extend( obj, promise ) : promise; - } - }, - deferred = {}; - - // Add list-specific methods - jQuery.each( tuples, function( i, tuple ) { - var list = tuple[ 2 ], - stateString = tuple[ 5 ]; - - // promise.progress = list.add - // promise.done = list.add - // promise.fail = list.add - promise[ tuple[ 1 ] ] = list.add; - - // Handle state - if ( stateString ) { - list.add( - function() { - - // state = "resolved" (i.e., fulfilled) - // state = "rejected" - state = stateString; - }, - - // rejected_callbacks.disable - // fulfilled_callbacks.disable - tuples[ 3 - i ][ 2 ].disable, - - // rejected_handlers.disable - // fulfilled_handlers.disable - tuples[ 3 - i ][ 3 ].disable, - - // progress_callbacks.lock - tuples[ 0 ][ 2 ].lock, - - // progress_handlers.lock - tuples[ 0 ][ 3 ].lock - ); - } - - // progress_handlers.fire - // fulfilled_handlers.fire - // rejected_handlers.fire - list.add( tuple[ 3 ].fire ); - - // deferred.notify = function() { deferred.notifyWith(...) } - // deferred.resolve = function() { deferred.resolveWith(...) } - // deferred.reject = function() { deferred.rejectWith(...) } - deferred[ tuple[ 0 ] ] = function() { - deferred[ tuple[ 0 ] + "With" ]( this === deferred ? undefined : this, arguments ); - return this; - }; - - // deferred.notifyWith = list.fireWith - // deferred.resolveWith = list.fireWith - // deferred.rejectWith = list.fireWith - deferred[ tuple[ 0 ] + "With" ] = list.fireWith; - } ); - - // Make the deferred a promise - promise.promise( deferred ); - - // Call given func if any - if ( func ) { - func.call( deferred, deferred ); - } - - // All done! - return deferred; - }, - - // Deferred helper - when: function( singleValue ) { - var - - // count of uncompleted subordinates - remaining = arguments.length, - - // count of unprocessed arguments - i = remaining, - - // subordinate fulfillment data - resolveContexts = Array( i ), - resolveValues = slice.call( arguments ), - - // the primary Deferred - primary = jQuery.Deferred(), - - // subordinate callback factory - updateFunc = function( i ) { - return function( value ) { - resolveContexts[ i ] = this; - resolveValues[ i ] = arguments.length > 1 ? slice.call( arguments ) : value; - if ( !( --remaining ) ) { - primary.resolveWith( resolveContexts, resolveValues ); - } - }; - }; - - // Single- and empty arguments are adopted like Promise.resolve - if ( remaining <= 1 ) { - adoptValue( singleValue, primary.done( updateFunc( i ) ).resolve, primary.reject, - !remaining ); - - // Use .then() to unwrap secondary thenables (cf. gh-3000) - if ( primary.state() === "pending" || - isFunction( resolveValues[ i ] && resolveValues[ i ].then ) ) { - - return primary.then(); - } - } - - // Multiple arguments are aggregated like Promise.all array elements - while ( i-- ) { - adoptValue( resolveValues[ i ], updateFunc( i ), primary.reject ); - } - - return primary.promise(); - } -} ); - -return jQuery; -} ); diff --git a/software/flow/node_modules/jquery/src/deferred/exceptionHook.js b/software/flow/node_modules/jquery/src/deferred/exceptionHook.js deleted file mode 100644 index 6dbdc85..0000000 --- a/software/flow/node_modules/jquery/src/deferred/exceptionHook.js +++ /dev/null @@ -1,21 +0,0 @@ -define( [ - "../core", - "../deferred" -], function( jQuery ) { - -"use strict"; - -// These usually indicate a programmer mistake during development, -// warn about them ASAP rather than swallowing them by default. -var rerrorNames = /^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/; - -jQuery.Deferred.exceptionHook = function( error, stack ) { - - // Support: IE 8 - 9 only - // Console exists when dev tools are open, which can happen at any time - if ( window.console && window.console.warn && error && rerrorNames.test( error.name ) ) { - window.console.warn( "jQuery.Deferred exception: " + error.message, error.stack, stack ); - } -}; - -} ); diff --git a/software/flow/node_modules/jquery/src/deprecated.js b/software/flow/node_modules/jquery/src/deprecated.js deleted file mode 100644 index ca54982..0000000 --- a/software/flow/node_modules/jquery/src/deprecated.js +++ /dev/null @@ -1,89 +0,0 @@ -define( [ - "./core", - "./core/nodeName", - "./core/camelCase", - "./core/toType", - "./var/isFunction", - "./var/isWindow", - "./var/slice", - - "./deprecated/ajax-event-alias", - "./deprecated/event" -], function( jQuery, nodeName, camelCase, toType, isFunction, isWindow, slice ) { - -"use strict"; - -// Support: Android <=4.0 only -// Make sure we trim BOM and NBSP -// Require that the "whitespace run" starts from a non-whitespace -// to avoid O(N^2) behavior when the engine would try matching "\s+$" at each space position. -var rtrim = /^[\s\uFEFF\xA0]+|([^\s\uFEFF\xA0])[\s\uFEFF\xA0]+$/g; - -// Bind a function to a context, optionally partially applying any -// arguments. -// jQuery.proxy is deprecated to promote standards (specifically Function#bind) -// However, it is not slated for removal any time soon -jQuery.proxy = function( fn, context ) { - var tmp, args, proxy; - - if ( typeof context === "string" ) { - tmp = fn[ context ]; - context = fn; - fn = tmp; - } - - // Quick check to determine if target is callable, in the spec - // this throws a TypeError, but we will just return undefined. - if ( !isFunction( fn ) ) { - return undefined; - } - - // Simulated bind - args = slice.call( arguments, 2 ); - proxy = function() { - return fn.apply( context || this, args.concat( slice.call( arguments ) ) ); - }; - - // Set the guid of unique handler to the same of original handler, so it can be removed - proxy.guid = fn.guid = fn.guid || jQuery.guid++; - - return proxy; -}; - -jQuery.holdReady = function( hold ) { - if ( hold ) { - jQuery.readyWait++; - } else { - jQuery.ready( true ); - } -}; -jQuery.isArray = Array.isArray; -jQuery.parseJSON = JSON.parse; -jQuery.nodeName = nodeName; -jQuery.isFunction = isFunction; -jQuery.isWindow = isWindow; -jQuery.camelCase = camelCase; -jQuery.type = toType; - -jQuery.now = Date.now; - -jQuery.isNumeric = function( obj ) { - - // As of jQuery 3.0, isNumeric is limited to - // strings and numbers (primitives or objects) - // that can be coerced to finite numbers (gh-2662) - var type = jQuery.type( obj ); - return ( type === "number" || type === "string" ) && - - // parseFloat NaNs numeric-cast false positives ("") - // ...but misinterprets leading-number strings, particularly hex literals ("0x...") - // subtraction forces infinities to NaN - !isNaN( obj - parseFloat( obj ) ); -}; - -jQuery.trim = function( text ) { - return text == null ? - "" : - ( text + "" ).replace( rtrim, "$1" ); -}; -} ); diff --git a/software/flow/node_modules/jquery/src/deprecated/ajax-event-alias.js b/software/flow/node_modules/jquery/src/deprecated/ajax-event-alias.js deleted file mode 100644 index b96c0aa..0000000 --- a/software/flow/node_modules/jquery/src/deprecated/ajax-event-alias.js +++ /dev/null @@ -1,22 +0,0 @@ -define( [ - "../core", - "../ajax", - "../event" -], function( jQuery ) { - -"use strict"; - -jQuery.each( [ - "ajaxStart", - "ajaxStop", - "ajaxComplete", - "ajaxError", - "ajaxSuccess", - "ajaxSend" -], function( _i, type ) { - jQuery.fn[ type ] = function( fn ) { - return this.on( type, fn ); - }; -} ); - -} ); diff --git a/software/flow/node_modules/jquery/src/deprecated/event.js b/software/flow/node_modules/jquery/src/deprecated/event.js deleted file mode 100644 index d46a3b8..0000000 --- a/software/flow/node_modules/jquery/src/deprecated/event.js +++ /dev/null @@ -1,50 +0,0 @@ -define( [ - "../core", - - "../event", - "../event/trigger" -], function( jQuery ) { - -"use strict"; - -jQuery.fn.extend( { - - bind: function( types, data, fn ) { - return this.on( types, null, data, fn ); - }, - unbind: function( types, fn ) { - return this.off( types, null, fn ); - }, - - delegate: function( selector, types, data, fn ) { - return this.on( types, selector, data, fn ); - }, - undelegate: function( selector, types, fn ) { - - // ( namespace ) or ( selector, types [, fn] ) - return arguments.length === 1 ? - this.off( selector, "**" ) : - this.off( types, selector || "**", fn ); - }, - - hover: function( fnOver, fnOut ) { - return this.mouseenter( fnOver ).mouseleave( fnOut || fnOver ); - } -} ); - -jQuery.each( - ( "blur focus focusin focusout resize scroll click dblclick " + - "mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave " + - "change select submit keydown keypress keyup contextmenu" ).split( " " ), - function( _i, name ) { - - // Handle event binding - jQuery.fn[ name ] = function( data, fn ) { - return arguments.length > 0 ? - this.on( name, null, data, fn ) : - this.trigger( name ); - }; - } -); - -} ); diff --git a/software/flow/node_modules/jquery/src/dimensions.js b/software/flow/node_modules/jquery/src/dimensions.js deleted file mode 100644 index 5d12450..0000000 --- a/software/flow/node_modules/jquery/src/dimensions.js +++ /dev/null @@ -1,60 +0,0 @@ -define( [ - "./core", - "./core/access", - "./var/isWindow", - "./css" -], function( jQuery, access, isWindow ) { - -"use strict"; - -// Create innerHeight, innerWidth, height, width, outerHeight and outerWidth methods -jQuery.each( { Height: "height", Width: "width" }, function( name, type ) { - jQuery.each( { - padding: "inner" + name, - content: type, - "": "outer" + name - }, function( defaultExtra, funcName ) { - - // Margin is only for outerHeight, outerWidth - jQuery.fn[ funcName ] = function( margin, value ) { - var chainable = arguments.length && ( defaultExtra || typeof margin !== "boolean" ), - extra = defaultExtra || ( margin === true || value === true ? "margin" : "border" ); - - return access( this, function( elem, type, value ) { - var doc; - - if ( isWindow( elem ) ) { - - // $( window ).outerWidth/Height return w/h including scrollbars (gh-1729) - return funcName.indexOf( "outer" ) === 0 ? - elem[ "inner" + name ] : - elem.document.documentElement[ "client" + name ]; - } - - // Get document width or height - if ( elem.nodeType === 9 ) { - doc = elem.documentElement; - - // Either scroll[Width/Height] or offset[Width/Height] or client[Width/Height], - // whichever is greatest - return Math.max( - elem.body[ "scroll" + name ], doc[ "scroll" + name ], - elem.body[ "offset" + name ], doc[ "offset" + name ], - doc[ "client" + name ] - ); - } - - return value === undefined ? - - // Get width or height on the element, requesting but not forcing parseFloat - jQuery.css( elem, type, extra ) : - - // Set width or height on the element - jQuery.style( elem, type, value, extra ); - }, type, chainable ? margin : undefined, chainable ); - }; - } ); -} ); - -return jQuery; -} ); diff --git a/software/flow/node_modules/jquery/src/effects.js b/software/flow/node_modules/jquery/src/effects.js deleted file mode 100644 index d0feb01..0000000 --- a/software/flow/node_modules/jquery/src/effects.js +++ /dev/null @@ -1,702 +0,0 @@ -define( [ - "./core", - "./core/camelCase", - "./var/document", - "./var/isFunction", - "./var/rcssNum", - "./var/rnothtmlwhite", - "./css/var/cssExpand", - "./css/var/isHiddenWithinTree", - "./css/adjustCSS", - "./data/var/dataPriv", - "./css/showHide", - - "./core/init", - "./queue", - "./deferred", - "./traversing", - "./manipulation", - "./css", - "./effects/Tween" -], function( jQuery, camelCase, document, isFunction, rcssNum, rnothtmlwhite, cssExpand, - isHiddenWithinTree, adjustCSS, dataPriv, showHide ) { - -"use strict"; - -var - fxNow, inProgress, - rfxtypes = /^(?:toggle|show|hide)$/, - rrun = /queueHooks$/; - -function schedule() { - if ( inProgress ) { - if ( document.hidden === false && window.requestAnimationFrame ) { - window.requestAnimationFrame( schedule ); - } else { - window.setTimeout( schedule, jQuery.fx.interval ); - } - - jQuery.fx.tick(); - } -} - -// Animations created synchronously will run synchronously -function createFxNow() { - window.setTimeout( function() { - fxNow = undefined; - } ); - return ( fxNow = Date.now() ); -} - -// Generate parameters to create a standard animation -function genFx( type, includeWidth ) { - var which, - i = 0, - attrs = { height: type }; - - // If we include width, step value is 1 to do all cssExpand values, - // otherwise step value is 2 to skip over Left and Right - includeWidth = includeWidth ? 1 : 0; - for ( ; i < 4; i += 2 - includeWidth ) { - which = cssExpand[ i ]; - attrs[ "margin" + which ] = attrs[ "padding" + which ] = type; - } - - if ( includeWidth ) { - attrs.opacity = attrs.width = type; - } - - return attrs; -} - -function createTween( value, prop, animation ) { - var tween, - collection = ( Animation.tweeners[ prop ] || [] ).concat( Animation.tweeners[ "*" ] ), - index = 0, - length = collection.length; - for ( ; index < length; index++ ) { - if ( ( tween = collection[ index ].call( animation, prop, value ) ) ) { - - // We're done with this property - return tween; - } - } -} - -function defaultPrefilter( elem, props, opts ) { - var prop, value, toggle, hooks, oldfire, propTween, restoreDisplay, display, - isBox = "width" in props || "height" in props, - anim = this, - orig = {}, - style = elem.style, - hidden = elem.nodeType && isHiddenWithinTree( elem ), - dataShow = dataPriv.get( elem, "fxshow" ); - - // Queue-skipping animations hijack the fx hooks - if ( !opts.queue ) { - hooks = jQuery._queueHooks( elem, "fx" ); - if ( hooks.unqueued == null ) { - hooks.unqueued = 0; - oldfire = hooks.empty.fire; - hooks.empty.fire = function() { - if ( !hooks.unqueued ) { - oldfire(); - } - }; - } - hooks.unqueued++; - - anim.always( function() { - - // Ensure the complete handler is called before this completes - anim.always( function() { - hooks.unqueued--; - if ( !jQuery.queue( elem, "fx" ).length ) { - hooks.empty.fire(); - } - } ); - } ); - } - - // Detect show/hide animations - for ( prop in props ) { - value = props[ prop ]; - if ( rfxtypes.test( value ) ) { - delete props[ prop ]; - toggle = toggle || value === "toggle"; - if ( value === ( hidden ? "hide" : "show" ) ) { - - // Pretend to be hidden if this is a "show" and - // there is still data from a stopped show/hide - if ( value === "show" && dataShow && dataShow[ prop ] !== undefined ) { - hidden = true; - - // Ignore all other no-op show/hide data - } else { - continue; - } - } - orig[ prop ] = dataShow && dataShow[ prop ] || jQuery.style( elem, prop ); - } - } - - // Bail out if this is a no-op like .hide().hide() - propTween = !jQuery.isEmptyObject( props ); - if ( !propTween && jQuery.isEmptyObject( orig ) ) { - return; - } - - // Restrict "overflow" and "display" styles during box animations - if ( isBox && elem.nodeType === 1 ) { - - // Support: IE <=9 - 11, Edge 12 - 15 - // Record all 3 overflow attributes because IE does not infer the shorthand - // from identically-valued overflowX and overflowY and Edge just mirrors - // the overflowX value there. - opts.overflow = [ style.overflow, style.overflowX, style.overflowY ]; - - // Identify a display type, preferring old show/hide data over the CSS cascade - restoreDisplay = dataShow && dataShow.display; - if ( restoreDisplay == null ) { - restoreDisplay = dataPriv.get( elem, "display" ); - } - display = jQuery.css( elem, "display" ); - if ( display === "none" ) { - if ( restoreDisplay ) { - display = restoreDisplay; - } else { - - // Get nonempty value(s) by temporarily forcing visibility - showHide( [ elem ], true ); - restoreDisplay = elem.style.display || restoreDisplay; - display = jQuery.css( elem, "display" ); - showHide( [ elem ] ); - } - } - - // Animate inline elements as inline-block - if ( display === "inline" || display === "inline-block" && restoreDisplay != null ) { - if ( jQuery.css( elem, "float" ) === "none" ) { - - // Restore the original display value at the end of pure show/hide animations - if ( !propTween ) { - anim.done( function() { - style.display = restoreDisplay; - } ); - if ( restoreDisplay == null ) { - display = style.display; - restoreDisplay = display === "none" ? "" : display; - } - } - style.display = "inline-block"; - } - } - } - - if ( opts.overflow ) { - style.overflow = "hidden"; - anim.always( function() { - style.overflow = opts.overflow[ 0 ]; - style.overflowX = opts.overflow[ 1 ]; - style.overflowY = opts.overflow[ 2 ]; - } ); - } - - // Implement show/hide animations - propTween = false; - for ( prop in orig ) { - - // General show/hide setup for this element animation - if ( !propTween ) { - if ( dataShow ) { - if ( "hidden" in dataShow ) { - hidden = dataShow.hidden; - } - } else { - dataShow = dataPriv.access( elem, "fxshow", { display: restoreDisplay } ); - } - - // Store hidden/visible for toggle so `.stop().toggle()` "reverses" - if ( toggle ) { - dataShow.hidden = !hidden; - } - - // Show elements before animating them - if ( hidden ) { - showHide( [ elem ], true ); - } - - /* eslint-disable no-loop-func */ - - anim.done( function() { - - /* eslint-enable no-loop-func */ - - // The final step of a "hide" animation is actually hiding the element - if ( !hidden ) { - showHide( [ elem ] ); - } - dataPriv.remove( elem, "fxshow" ); - for ( prop in orig ) { - jQuery.style( elem, prop, orig[ prop ] ); - } - } ); - } - - // Per-property setup - propTween = createTween( hidden ? dataShow[ prop ] : 0, prop, anim ); - if ( !( prop in dataShow ) ) { - dataShow[ prop ] = propTween.start; - if ( hidden ) { - propTween.end = propTween.start; - propTween.start = 0; - } - } - } -} - -function propFilter( props, specialEasing ) { - var index, name, easing, value, hooks; - - // camelCase, specialEasing and expand cssHook pass - for ( index in props ) { - name = camelCase( index ); - easing = specialEasing[ name ]; - value = props[ index ]; - if ( Array.isArray( value ) ) { - easing = value[ 1 ]; - value = props[ index ] = value[ 0 ]; - } - - if ( index !== name ) { - props[ name ] = value; - delete props[ index ]; - } - - hooks = jQuery.cssHooks[ name ]; - if ( hooks && "expand" in hooks ) { - value = hooks.expand( value ); - delete props[ name ]; - - // Not quite $.extend, this won't overwrite existing keys. - // Reusing 'index' because we have the correct "name" - for ( index in value ) { - if ( !( index in props ) ) { - props[ index ] = value[ index ]; - specialEasing[ index ] = easing; - } - } - } else { - specialEasing[ name ] = easing; - } - } -} - -function Animation( elem, properties, options ) { - var result, - stopped, - index = 0, - length = Animation.prefilters.length, - deferred = jQuery.Deferred().always( function() { - - // Don't match elem in the :animated selector - delete tick.elem; - } ), - tick = function() { - if ( stopped ) { - return false; - } - var currentTime = fxNow || createFxNow(), - remaining = Math.max( 0, animation.startTime + animation.duration - currentTime ), - - // Support: Android 2.3 only - // Archaic crash bug won't allow us to use `1 - ( 0.5 || 0 )` (trac-12497) - temp = remaining / animation.duration || 0, - percent = 1 - temp, - index = 0, - length = animation.tweens.length; - - for ( ; index < length; index++ ) { - animation.tweens[ index ].run( percent ); - } - - deferred.notifyWith( elem, [ animation, percent, remaining ] ); - - // If there's more to do, yield - if ( percent < 1 && length ) { - return remaining; - } - - // If this was an empty animation, synthesize a final progress notification - if ( !length ) { - deferred.notifyWith( elem, [ animation, 1, 0 ] ); - } - - // Resolve the animation and report its conclusion - deferred.resolveWith( elem, [ animation ] ); - return false; - }, - animation = deferred.promise( { - elem: elem, - props: jQuery.extend( {}, properties ), - opts: jQuery.extend( true, { - specialEasing: {}, - easing: jQuery.easing._default - }, options ), - originalProperties: properties, - originalOptions: options, - startTime: fxNow || createFxNow(), - duration: options.duration, - tweens: [], - createTween: function( prop, end ) { - var tween = jQuery.Tween( elem, animation.opts, prop, end, - animation.opts.specialEasing[ prop ] || animation.opts.easing ); - animation.tweens.push( tween ); - return tween; - }, - stop: function( gotoEnd ) { - var index = 0, - - // If we are going to the end, we want to run all the tweens - // otherwise we skip this part - length = gotoEnd ? animation.tweens.length : 0; - if ( stopped ) { - return this; - } - stopped = true; - for ( ; index < length; index++ ) { - animation.tweens[ index ].run( 1 ); - } - - // Resolve when we played the last frame; otherwise, reject - if ( gotoEnd ) { - deferred.notifyWith( elem, [ animation, 1, 0 ] ); - deferred.resolveWith( elem, [ animation, gotoEnd ] ); - } else { - deferred.rejectWith( elem, [ animation, gotoEnd ] ); - } - return this; - } - } ), - props = animation.props; - - propFilter( props, animation.opts.specialEasing ); - - for ( ; index < length; index++ ) { - result = Animation.prefilters[ index ].call( animation, elem, props, animation.opts ); - if ( result ) { - if ( isFunction( result.stop ) ) { - jQuery._queueHooks( animation.elem, animation.opts.queue ).stop = - result.stop.bind( result ); - } - return result; - } - } - - jQuery.map( props, createTween, animation ); - - if ( isFunction( animation.opts.start ) ) { - animation.opts.start.call( elem, animation ); - } - - // Attach callbacks from options - animation - .progress( animation.opts.progress ) - .done( animation.opts.done, animation.opts.complete ) - .fail( animation.opts.fail ) - .always( animation.opts.always ); - - jQuery.fx.timer( - jQuery.extend( tick, { - elem: elem, - anim: animation, - queue: animation.opts.queue - } ) - ); - - return animation; -} - -jQuery.Animation = jQuery.extend( Animation, { - - tweeners: { - "*": [ function( prop, value ) { - var tween = this.createTween( prop, value ); - adjustCSS( tween.elem, prop, rcssNum.exec( value ), tween ); - return tween; - } ] - }, - - tweener: function( props, callback ) { - if ( isFunction( props ) ) { - callback = props; - props = [ "*" ]; - } else { - props = props.match( rnothtmlwhite ); - } - - var prop, - index = 0, - length = props.length; - - for ( ; index < length; index++ ) { - prop = props[ index ]; - Animation.tweeners[ prop ] = Animation.tweeners[ prop ] || []; - Animation.tweeners[ prop ].unshift( callback ); - } - }, - - prefilters: [ defaultPrefilter ], - - prefilter: function( callback, prepend ) { - if ( prepend ) { - Animation.prefilters.unshift( callback ); - } else { - Animation.prefilters.push( callback ); - } - } -} ); - -jQuery.speed = function( speed, easing, fn ) { - var opt = speed && typeof speed === "object" ? jQuery.extend( {}, speed ) : { - complete: fn || !fn && easing || - isFunction( speed ) && speed, - duration: speed, - easing: fn && easing || easing && !isFunction( easing ) && easing - }; - - // Go to the end state if fx are off - if ( jQuery.fx.off ) { - opt.duration = 0; - - } else { - if ( typeof opt.duration !== "number" ) { - if ( opt.duration in jQuery.fx.speeds ) { - opt.duration = jQuery.fx.speeds[ opt.duration ]; - - } else { - opt.duration = jQuery.fx.speeds._default; - } - } - } - - // Normalize opt.queue - true/undefined/null -> "fx" - if ( opt.queue == null || opt.queue === true ) { - opt.queue = "fx"; - } - - // Queueing - opt.old = opt.complete; - - opt.complete = function() { - if ( isFunction( opt.old ) ) { - opt.old.call( this ); - } - - if ( opt.queue ) { - jQuery.dequeue( this, opt.queue ); - } - }; - - return opt; -}; - -jQuery.fn.extend( { - fadeTo: function( speed, to, easing, callback ) { - - // Show any hidden elements after setting opacity to 0 - return this.filter( isHiddenWithinTree ).css( "opacity", 0 ).show() - - // Animate to the value specified - .end().animate( { opacity: to }, speed, easing, callback ); - }, - animate: function( prop, speed, easing, callback ) { - var empty = jQuery.isEmptyObject( prop ), - optall = jQuery.speed( speed, easing, callback ), - doAnimation = function() { - - // Operate on a copy of prop so per-property easing won't be lost - var anim = Animation( this, jQuery.extend( {}, prop ), optall ); - - // Empty animations, or finishing resolves immediately - if ( empty || dataPriv.get( this, "finish" ) ) { - anim.stop( true ); - } - }; - - doAnimation.finish = doAnimation; - - return empty || optall.queue === false ? - this.each( doAnimation ) : - this.queue( optall.queue, doAnimation ); - }, - stop: function( type, clearQueue, gotoEnd ) { - var stopQueue = function( hooks ) { - var stop = hooks.stop; - delete hooks.stop; - stop( gotoEnd ); - }; - - if ( typeof type !== "string" ) { - gotoEnd = clearQueue; - clearQueue = type; - type = undefined; - } - if ( clearQueue ) { - this.queue( type || "fx", [] ); - } - - return this.each( function() { - var dequeue = true, - index = type != null && type + "queueHooks", - timers = jQuery.timers, - data = dataPriv.get( this ); - - if ( index ) { - if ( data[ index ] && data[ index ].stop ) { - stopQueue( data[ index ] ); - } - } else { - for ( index in data ) { - if ( data[ index ] && data[ index ].stop && rrun.test( index ) ) { - stopQueue( data[ index ] ); - } - } - } - - for ( index = timers.length; index--; ) { - if ( timers[ index ].elem === this && - ( type == null || timers[ index ].queue === type ) ) { - - timers[ index ].anim.stop( gotoEnd ); - dequeue = false; - timers.splice( index, 1 ); - } - } - - // Start the next in the queue if the last step wasn't forced. - // Timers currently will call their complete callbacks, which - // will dequeue but only if they were gotoEnd. - if ( dequeue || !gotoEnd ) { - jQuery.dequeue( this, type ); - } - } ); - }, - finish: function( type ) { - if ( type !== false ) { - type = type || "fx"; - } - return this.each( function() { - var index, - data = dataPriv.get( this ), - queue = data[ type + "queue" ], - hooks = data[ type + "queueHooks" ], - timers = jQuery.timers, - length = queue ? queue.length : 0; - - // Enable finishing flag on private data - data.finish = true; - - // Empty the queue first - jQuery.queue( this, type, [] ); - - if ( hooks && hooks.stop ) { - hooks.stop.call( this, true ); - } - - // Look for any active animations, and finish them - for ( index = timers.length; index--; ) { - if ( timers[ index ].elem === this && timers[ index ].queue === type ) { - timers[ index ].anim.stop( true ); - timers.splice( index, 1 ); - } - } - - // Look for any animations in the old queue and finish them - for ( index = 0; index < length; index++ ) { - if ( queue[ index ] && queue[ index ].finish ) { - queue[ index ].finish.call( this ); - } - } - - // Turn off finishing flag - delete data.finish; - } ); - } -} ); - -jQuery.each( [ "toggle", "show", "hide" ], function( _i, name ) { - var cssFn = jQuery.fn[ name ]; - jQuery.fn[ name ] = function( speed, easing, callback ) { - return speed == null || typeof speed === "boolean" ? - cssFn.apply( this, arguments ) : - this.animate( genFx( name, true ), speed, easing, callback ); - }; -} ); - -// Generate shortcuts for custom animations -jQuery.each( { - slideDown: genFx( "show" ), - slideUp: genFx( "hide" ), - slideToggle: genFx( "toggle" ), - fadeIn: { opacity: "show" }, - fadeOut: { opacity: "hide" }, - fadeToggle: { opacity: "toggle" } -}, function( name, props ) { - jQuery.fn[ name ] = function( speed, easing, callback ) { - return this.animate( props, speed, easing, callback ); - }; -} ); - -jQuery.timers = []; -jQuery.fx.tick = function() { - var timer, - i = 0, - timers = jQuery.timers; - - fxNow = Date.now(); - - for ( ; i < timers.length; i++ ) { - timer = timers[ i ]; - - // Run the timer and safely remove it when done (allowing for external removal) - if ( !timer() && timers[ i ] === timer ) { - timers.splice( i--, 1 ); - } - } - - if ( !timers.length ) { - jQuery.fx.stop(); - } - fxNow = undefined; -}; - -jQuery.fx.timer = function( timer ) { - jQuery.timers.push( timer ); - jQuery.fx.start(); -}; - -jQuery.fx.interval = 13; -jQuery.fx.start = function() { - if ( inProgress ) { - return; - } - - inProgress = true; - schedule(); -}; - -jQuery.fx.stop = function() { - inProgress = null; -}; - -jQuery.fx.speeds = { - slow: 600, - fast: 200, - - // Default speed - _default: 400 -}; - -return jQuery; -} ); diff --git a/software/flow/node_modules/jquery/src/effects/Tween.js b/software/flow/node_modules/jquery/src/effects/Tween.js deleted file mode 100644 index c452b7f..0000000 --- a/software/flow/node_modules/jquery/src/effects/Tween.js +++ /dev/null @@ -1,125 +0,0 @@ -define( [ - "../core", - "../css/finalPropName", - - "../css" -], function( jQuery, finalPropName ) { - -"use strict"; - -function Tween( elem, options, prop, end, easing ) { - return new Tween.prototype.init( elem, options, prop, end, easing ); -} -jQuery.Tween = Tween; - -Tween.prototype = { - constructor: Tween, - init: function( elem, options, prop, end, easing, unit ) { - this.elem = elem; - this.prop = prop; - this.easing = easing || jQuery.easing._default; - this.options = options; - this.start = this.now = this.cur(); - this.end = end; - this.unit = unit || ( jQuery.cssNumber[ prop ] ? "" : "px" ); - }, - cur: function() { - var hooks = Tween.propHooks[ this.prop ]; - - return hooks && hooks.get ? - hooks.get( this ) : - Tween.propHooks._default.get( this ); - }, - run: function( percent ) { - var eased, - hooks = Tween.propHooks[ this.prop ]; - - if ( this.options.duration ) { - this.pos = eased = jQuery.easing[ this.easing ]( - percent, this.options.duration * percent, 0, 1, this.options.duration - ); - } else { - this.pos = eased = percent; - } - this.now = ( this.end - this.start ) * eased + this.start; - - if ( this.options.step ) { - this.options.step.call( this.elem, this.now, this ); - } - - if ( hooks && hooks.set ) { - hooks.set( this ); - } else { - Tween.propHooks._default.set( this ); - } - return this; - } -}; - -Tween.prototype.init.prototype = Tween.prototype; - -Tween.propHooks = { - _default: { - get: function( tween ) { - var result; - - // Use a property on the element directly when it is not a DOM element, - // or when there is no matching style property that exists. - if ( tween.elem.nodeType !== 1 || - tween.elem[ tween.prop ] != null && tween.elem.style[ tween.prop ] == null ) { - return tween.elem[ tween.prop ]; - } - - // Passing an empty string as a 3rd parameter to .css will automatically - // attempt a parseFloat and fallback to a string if the parse fails. - // Simple values such as "10px" are parsed to Float; - // complex values such as "rotate(1rad)" are returned as-is. - result = jQuery.css( tween.elem, tween.prop, "" ); - - // Empty strings, null, undefined and "auto" are converted to 0. - return !result || result === "auto" ? 0 : result; - }, - set: function( tween ) { - - // Use step hook for back compat. - // Use cssHook if its there. - // Use .style if available and use plain properties where available. - if ( jQuery.fx.step[ tween.prop ] ) { - jQuery.fx.step[ tween.prop ]( tween ); - } else if ( tween.elem.nodeType === 1 && ( - jQuery.cssHooks[ tween.prop ] || - tween.elem.style[ finalPropName( tween.prop ) ] != null ) ) { - jQuery.style( tween.elem, tween.prop, tween.now + tween.unit ); - } else { - tween.elem[ tween.prop ] = tween.now; - } - } - } -}; - -// Support: IE <=9 only -// Panic based approach to setting things on disconnected nodes -Tween.propHooks.scrollTop = Tween.propHooks.scrollLeft = { - set: function( tween ) { - if ( tween.elem.nodeType && tween.elem.parentNode ) { - tween.elem[ tween.prop ] = tween.now; - } - } -}; - -jQuery.easing = { - linear: function( p ) { - return p; - }, - swing: function( p ) { - return 0.5 - Math.cos( p * Math.PI ) / 2; - }, - _default: "swing" -}; - -jQuery.fx = Tween.prototype.init; - -// Back compat <1.8 extension point -jQuery.fx.step = {}; - -} ); diff --git a/software/flow/node_modules/jquery/src/effects/animatedSelector.js b/software/flow/node_modules/jquery/src/effects/animatedSelector.js deleted file mode 100644 index 24c1bfb..0000000 --- a/software/flow/node_modules/jquery/src/effects/animatedSelector.js +++ /dev/null @@ -1,15 +0,0 @@ -define( [ - "../core", - "../selector", - "../effects" -], function( jQuery ) { - -"use strict"; - -jQuery.expr.pseudos.animated = function( elem ) { - return jQuery.grep( jQuery.timers, function( fn ) { - return elem === fn.elem; - } ).length; -}; - -} ); diff --git a/software/flow/node_modules/jquery/src/event.js b/software/flow/node_modules/jquery/src/event.js deleted file mode 100644 index 5925a40..0000000 --- a/software/flow/node_modules/jquery/src/event.js +++ /dev/null @@ -1,874 +0,0 @@ -define( [ - "./core", - "./var/document", - "./var/documentElement", - "./var/isFunction", - "./var/rnothtmlwhite", - "./var/rcheckableType", - "./var/slice", - "./data/var/acceptData", - "./data/var/dataPriv", - "./core/nodeName", - - "./core/init", - "./selector" -], function( jQuery, document, documentElement, isFunction, rnothtmlwhite, - rcheckableType, slice, acceptData, dataPriv, nodeName ) { - -"use strict"; - -var rtypenamespace = /^([^.]*)(?:\.(.+)|)/; - -function returnTrue() { - return true; -} - -function returnFalse() { - return false; -} - -// Support: IE <=9 - 11+ -// focus() and blur() are asynchronous, except when they are no-op. -// So expect focus to be synchronous when the element is already active, -// and blur to be synchronous when the element is not already active. -// (focus and blur are always synchronous in other supported browsers, -// this just defines when we can count on it). -function expectSync( elem, type ) { - return ( elem === safeActiveElement() ) === ( type === "focus" ); -} - -// Support: IE <=9 only -// Accessing document.activeElement can throw unexpectedly -// https://bugs.jquery.com/ticket/13393 -function safeActiveElement() { - try { - return document.activeElement; - } catch ( err ) { } -} - -function on( elem, types, selector, data, fn, one ) { - var origFn, type; - - // Types can be a map of types/handlers - if ( typeof types === "object" ) { - - // ( types-Object, selector, data ) - if ( typeof selector !== "string" ) { - - // ( types-Object, data ) - data = data || selector; - selector = undefined; - } - for ( type in types ) { - on( elem, type, selector, data, types[ type ], one ); - } - return elem; - } - - if ( data == null && fn == null ) { - - // ( types, fn ) - fn = selector; - data = selector = undefined; - } else if ( fn == null ) { - if ( typeof selector === "string" ) { - - // ( types, selector, fn ) - fn = data; - data = undefined; - } else { - - // ( types, data, fn ) - fn = data; - data = selector; - selector = undefined; - } - } - if ( fn === false ) { - fn = returnFalse; - } else if ( !fn ) { - return elem; - } - - if ( one === 1 ) { - origFn = fn; - fn = function( event ) { - - // Can use an empty set, since event contains the info - jQuery().off( event ); - return origFn.apply( this, arguments ); - }; - - // Use same guid so caller can remove using origFn - fn.guid = origFn.guid || ( origFn.guid = jQuery.guid++ ); - } - return elem.each( function() { - jQuery.event.add( this, types, fn, data, selector ); - } ); -} - -/* - * Helper functions for managing events -- not part of the public interface. - * Props to Dean Edwards' addEvent library for many of the ideas. - */ -jQuery.event = { - - global: {}, - - add: function( elem, types, handler, data, selector ) { - - var handleObjIn, eventHandle, tmp, - events, t, handleObj, - special, handlers, type, namespaces, origType, - elemData = dataPriv.get( elem ); - - // Only attach events to objects that accept data - if ( !acceptData( elem ) ) { - return; - } - - // Caller can pass in an object of custom data in lieu of the handler - if ( handler.handler ) { - handleObjIn = handler; - handler = handleObjIn.handler; - selector = handleObjIn.selector; - } - - // Ensure that invalid selectors throw exceptions at attach time - // Evaluate against documentElement in case elem is a non-element node (e.g., document) - if ( selector ) { - jQuery.find.matchesSelector( documentElement, selector ); - } - - // Make sure that the handler has a unique ID, used to find/remove it later - if ( !handler.guid ) { - handler.guid = jQuery.guid++; - } - - // Init the element's event structure and main handler, if this is the first - if ( !( events = elemData.events ) ) { - events = elemData.events = Object.create( null ); - } - if ( !( eventHandle = elemData.handle ) ) { - eventHandle = elemData.handle = function( e ) { - - // Discard the second event of a jQuery.event.trigger() and - // when an event is called after a page has unloaded - return typeof jQuery !== "undefined" && jQuery.event.triggered !== e.type ? - jQuery.event.dispatch.apply( elem, arguments ) : undefined; - }; - } - - // Handle multiple events separated by a space - types = ( types || "" ).match( rnothtmlwhite ) || [ "" ]; - t = types.length; - while ( t-- ) { - tmp = rtypenamespace.exec( types[ t ] ) || []; - type = origType = tmp[ 1 ]; - namespaces = ( tmp[ 2 ] || "" ).split( "." ).sort(); - - // There *must* be a type, no attaching namespace-only handlers - if ( !type ) { - continue; - } - - // If event changes its type, use the special event handlers for the changed type - special = jQuery.event.special[ type ] || {}; - - // If selector defined, determine special event api type, otherwise given type - type = ( selector ? special.delegateType : special.bindType ) || type; - - // Update special based on newly reset type - special = jQuery.event.special[ type ] || {}; - - // handleObj is passed to all event handlers - handleObj = jQuery.extend( { - type: type, - origType: origType, - data: data, - handler: handler, - guid: handler.guid, - selector: selector, - needsContext: selector && jQuery.expr.match.needsContext.test( selector ), - namespace: namespaces.join( "." ) - }, handleObjIn ); - - // Init the event handler queue if we're the first - if ( !( handlers = events[ type ] ) ) { - handlers = events[ type ] = []; - handlers.delegateCount = 0; - - // Only use addEventListener if the special events handler returns false - if ( !special.setup || - special.setup.call( elem, data, namespaces, eventHandle ) === false ) { - - if ( elem.addEventListener ) { - elem.addEventListener( type, eventHandle ); - } - } - } - - if ( special.add ) { - special.add.call( elem, handleObj ); - - if ( !handleObj.handler.guid ) { - handleObj.handler.guid = handler.guid; - } - } - - // Add to the element's handler list, delegates in front - if ( selector ) { - handlers.splice( handlers.delegateCount++, 0, handleObj ); - } else { - handlers.push( handleObj ); - } - - // Keep track of which events have ever been used, for event optimization - jQuery.event.global[ type ] = true; - } - - }, - - // Detach an event or set of events from an element - remove: function( elem, types, handler, selector, mappedTypes ) { - - var j, origCount, tmp, - events, t, handleObj, - special, handlers, type, namespaces, origType, - elemData = dataPriv.hasData( elem ) && dataPriv.get( elem ); - - if ( !elemData || !( events = elemData.events ) ) { - return; - } - - // Once for each type.namespace in types; type may be omitted - types = ( types || "" ).match( rnothtmlwhite ) || [ "" ]; - t = types.length; - while ( t-- ) { - tmp = rtypenamespace.exec( types[ t ] ) || []; - type = origType = tmp[ 1 ]; - namespaces = ( tmp[ 2 ] || "" ).split( "." ).sort(); - - // Unbind all events (on this namespace, if provided) for the element - if ( !type ) { - for ( type in events ) { - jQuery.event.remove( elem, type + types[ t ], handler, selector, true ); - } - continue; - } - - special = jQuery.event.special[ type ] || {}; - type = ( selector ? special.delegateType : special.bindType ) || type; - handlers = events[ type ] || []; - tmp = tmp[ 2 ] && - new RegExp( "(^|\\.)" + namespaces.join( "\\.(?:.*\\.|)" ) + "(\\.|$)" ); - - // Remove matching events - origCount = j = handlers.length; - while ( j-- ) { - handleObj = handlers[ j ]; - - if ( ( mappedTypes || origType === handleObj.origType ) && - ( !handler || handler.guid === handleObj.guid ) && - ( !tmp || tmp.test( handleObj.namespace ) ) && - ( !selector || selector === handleObj.selector || - selector === "**" && handleObj.selector ) ) { - handlers.splice( j, 1 ); - - if ( handleObj.selector ) { - handlers.delegateCount--; - } - if ( special.remove ) { - special.remove.call( elem, handleObj ); - } - } - } - - // Remove generic event handler if we removed something and no more handlers exist - // (avoids potential for endless recursion during removal of special event handlers) - if ( origCount && !handlers.length ) { - if ( !special.teardown || - special.teardown.call( elem, namespaces, elemData.handle ) === false ) { - - jQuery.removeEvent( elem, type, elemData.handle ); - } - - delete events[ type ]; - } - } - - // Remove data and the expando if it's no longer used - if ( jQuery.isEmptyObject( events ) ) { - dataPriv.remove( elem, "handle events" ); - } - }, - - dispatch: function( nativeEvent ) { - - var i, j, ret, matched, handleObj, handlerQueue, - args = new Array( arguments.length ), - - // Make a writable jQuery.Event from the native event object - event = jQuery.event.fix( nativeEvent ), - - handlers = ( - dataPriv.get( this, "events" ) || Object.create( null ) - )[ event.type ] || [], - special = jQuery.event.special[ event.type ] || {}; - - // Use the fix-ed jQuery.Event rather than the (read-only) native event - args[ 0 ] = event; - - for ( i = 1; i < arguments.length; i++ ) { - args[ i ] = arguments[ i ]; - } - - event.delegateTarget = this; - - // Call the preDispatch hook for the mapped type, and let it bail if desired - if ( special.preDispatch && special.preDispatch.call( this, event ) === false ) { - return; - } - - // Determine handlers - handlerQueue = jQuery.event.handlers.call( this, event, handlers ); - - // Run delegates first; they may want to stop propagation beneath us - i = 0; - while ( ( matched = handlerQueue[ i++ ] ) && !event.isPropagationStopped() ) { - event.currentTarget = matched.elem; - - j = 0; - while ( ( handleObj = matched.handlers[ j++ ] ) && - !event.isImmediatePropagationStopped() ) { - - // If the event is namespaced, then each handler is only invoked if it is - // specially universal or its namespaces are a superset of the event's. - if ( !event.rnamespace || handleObj.namespace === false || - event.rnamespace.test( handleObj.namespace ) ) { - - event.handleObj = handleObj; - event.data = handleObj.data; - - ret = ( ( jQuery.event.special[ handleObj.origType ] || {} ).handle || - handleObj.handler ).apply( matched.elem, args ); - - if ( ret !== undefined ) { - if ( ( event.result = ret ) === false ) { - event.preventDefault(); - event.stopPropagation(); - } - } - } - } - } - - // Call the postDispatch hook for the mapped type - if ( special.postDispatch ) { - special.postDispatch.call( this, event ); - } - - return event.result; - }, - - handlers: function( event, handlers ) { - var i, handleObj, sel, matchedHandlers, matchedSelectors, - handlerQueue = [], - delegateCount = handlers.delegateCount, - cur = event.target; - - // Find delegate handlers - if ( delegateCount && - - // Support: IE <=9 - // Black-hole SVG <use> instance trees (trac-13180) - cur.nodeType && - - // Support: Firefox <=42 - // Suppress spec-violating clicks indicating a non-primary pointer button (trac-3861) - // https://www.w3.org/TR/DOM-Level-3-Events/#event-type-click - // Support: IE 11 only - // ...but not arrow key "clicks" of radio inputs, which can have `button` -1 (gh-2343) - !( event.type === "click" && event.button >= 1 ) ) { - - for ( ; cur !== this; cur = cur.parentNode || this ) { - - // Don't check non-elements (trac-13208) - // Don't process clicks on disabled elements (trac-6911, trac-8165, trac-11382, trac-11764) - if ( cur.nodeType === 1 && !( event.type === "click" && cur.disabled === true ) ) { - matchedHandlers = []; - matchedSelectors = {}; - for ( i = 0; i < delegateCount; i++ ) { - handleObj = handlers[ i ]; - - // Don't conflict with Object.prototype properties (trac-13203) - sel = handleObj.selector + " "; - - if ( matchedSelectors[ sel ] === undefined ) { - matchedSelectors[ sel ] = handleObj.needsContext ? - jQuery( sel, this ).index( cur ) > -1 : - jQuery.find( sel, this, null, [ cur ] ).length; - } - if ( matchedSelectors[ sel ] ) { - matchedHandlers.push( handleObj ); - } - } - if ( matchedHandlers.length ) { - handlerQueue.push( { elem: cur, handlers: matchedHandlers } ); - } - } - } - } - - // Add the remaining (directly-bound) handlers - cur = this; - if ( delegateCount < handlers.length ) { - handlerQueue.push( { elem: cur, handlers: handlers.slice( delegateCount ) } ); - } - - return handlerQueue; - }, - - addProp: function( name, hook ) { - Object.defineProperty( jQuery.Event.prototype, name, { - enumerable: true, - configurable: true, - - get: isFunction( hook ) ? - function() { - if ( this.originalEvent ) { - return hook( this.originalEvent ); - } - } : - function() { - if ( this.originalEvent ) { - return this.originalEvent[ name ]; - } - }, - - set: function( value ) { - Object.defineProperty( this, name, { - enumerable: true, - configurable: true, - writable: true, - value: value - } ); - } - } ); - }, - - fix: function( originalEvent ) { - return originalEvent[ jQuery.expando ] ? - originalEvent : - new jQuery.Event( originalEvent ); - }, - - special: { - load: { - - // Prevent triggered image.load events from bubbling to window.load - noBubble: true - }, - click: { - - // Utilize native event to ensure correct state for checkable inputs - setup: function( data ) { - - // For mutual compressibility with _default, replace `this` access with a local var. - // `|| data` is dead code meant only to preserve the variable through minification. - var el = this || data; - - // Claim the first handler - if ( rcheckableType.test( el.type ) && - el.click && nodeName( el, "input" ) ) { - - // dataPriv.set( el, "click", ... ) - leverageNative( el, "click", returnTrue ); - } - - // Return false to allow normal processing in the caller - return false; - }, - trigger: function( data ) { - - // For mutual compressibility with _default, replace `this` access with a local var. - // `|| data` is dead code meant only to preserve the variable through minification. - var el = this || data; - - // Force setup before triggering a click - if ( rcheckableType.test( el.type ) && - el.click && nodeName( el, "input" ) ) { - - leverageNative( el, "click" ); - } - - // Return non-false to allow normal event-path propagation - return true; - }, - - // For cross-browser consistency, suppress native .click() on links - // Also prevent it if we're currently inside a leveraged native-event stack - _default: function( event ) { - var target = event.target; - return rcheckableType.test( target.type ) && - target.click && nodeName( target, "input" ) && - dataPriv.get( target, "click" ) || - nodeName( target, "a" ); - } - }, - - beforeunload: { - postDispatch: function( event ) { - - // Support: Firefox 20+ - // Firefox doesn't alert if the returnValue field is not set. - if ( event.result !== undefined && event.originalEvent ) { - event.originalEvent.returnValue = event.result; - } - } - } - } -}; - -// Ensure the presence of an event listener that handles manually-triggered -// synthetic events by interrupting progress until reinvoked in response to -// *native* events that it fires directly, ensuring that state changes have -// already occurred before other listeners are invoked. -function leverageNative( el, type, expectSync ) { - - // Missing expectSync indicates a trigger call, which must force setup through jQuery.event.add - if ( !expectSync ) { - if ( dataPriv.get( el, type ) === undefined ) { - jQuery.event.add( el, type, returnTrue ); - } - return; - } - - // Register the controller as a special universal handler for all event namespaces - dataPriv.set( el, type, false ); - jQuery.event.add( el, type, { - namespace: false, - handler: function( event ) { - var notAsync, result, - saved = dataPriv.get( this, type ); - - if ( ( event.isTrigger & 1 ) && this[ type ] ) { - - // Interrupt processing of the outer synthetic .trigger()ed event - // Saved data should be false in such cases, but might be a leftover capture object - // from an async native handler (gh-4350) - if ( !saved.length ) { - - // Store arguments for use when handling the inner native event - // There will always be at least one argument (an event object), so this array - // will not be confused with a leftover capture object. - saved = slice.call( arguments ); - dataPriv.set( this, type, saved ); - - // Trigger the native event and capture its result - // Support: IE <=9 - 11+ - // focus() and blur() are asynchronous - notAsync = expectSync( this, type ); - this[ type ](); - result = dataPriv.get( this, type ); - if ( saved !== result || notAsync ) { - dataPriv.set( this, type, false ); - } else { - result = {}; - } - if ( saved !== result ) { - - // Cancel the outer synthetic event - event.stopImmediatePropagation(); - event.preventDefault(); - - // Support: Chrome 86+ - // In Chrome, if an element having a focusout handler is blurred by - // clicking outside of it, it invokes the handler synchronously. If - // that handler calls `.remove()` on the element, the data is cleared, - // leaving `result` undefined. We need to guard against this. - return result && result.value; - } - - // If this is an inner synthetic event for an event with a bubbling surrogate - // (focus or blur), assume that the surrogate already propagated from triggering the - // native event and prevent that from happening again here. - // This technically gets the ordering wrong w.r.t. to `.trigger()` (in which the - // bubbling surrogate propagates *after* the non-bubbling base), but that seems - // less bad than duplication. - } else if ( ( jQuery.event.special[ type ] || {} ).delegateType ) { - event.stopPropagation(); - } - - // If this is a native event triggered above, everything is now in order - // Fire an inner synthetic event with the original arguments - } else if ( saved.length ) { - - // ...and capture the result - dataPriv.set( this, type, { - value: jQuery.event.trigger( - - // Support: IE <=9 - 11+ - // Extend with the prototype to reset the above stopImmediatePropagation() - jQuery.extend( saved[ 0 ], jQuery.Event.prototype ), - saved.slice( 1 ), - this - ) - } ); - - // Abort handling of the native event - event.stopImmediatePropagation(); - } - } - } ); -} - -jQuery.removeEvent = function( elem, type, handle ) { - - // This "if" is needed for plain objects - if ( elem.removeEventListener ) { - elem.removeEventListener( type, handle ); - } -}; - -jQuery.Event = function( src, props ) { - - // Allow instantiation without the 'new' keyword - if ( !( this instanceof jQuery.Event ) ) { - return new jQuery.Event( src, props ); - } - - // Event object - if ( src && src.type ) { - this.originalEvent = src; - this.type = src.type; - - // Events bubbling up the document may have been marked as prevented - // by a handler lower down the tree; reflect the correct value. - this.isDefaultPrevented = src.defaultPrevented || - src.defaultPrevented === undefined && - - // Support: Android <=2.3 only - src.returnValue === false ? - returnTrue : - returnFalse; - - // Create target properties - // Support: Safari <=6 - 7 only - // Target should not be a text node (trac-504, trac-13143) - this.target = ( src.target && src.target.nodeType === 3 ) ? - src.target.parentNode : - src.target; - - this.currentTarget = src.currentTarget; - this.relatedTarget = src.relatedTarget; - - // Event type - } else { - this.type = src; - } - - // Put explicitly provided properties onto the event object - if ( props ) { - jQuery.extend( this, props ); - } - - // Create a timestamp if incoming event doesn't have one - this.timeStamp = src && src.timeStamp || Date.now(); - - // Mark it as fixed - this[ jQuery.expando ] = true; -}; - -// jQuery.Event is based on DOM3 Events as specified by the ECMAScript Language Binding -// https://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/ecma-script-binding.html -jQuery.Event.prototype = { - constructor: jQuery.Event, - isDefaultPrevented: returnFalse, - isPropagationStopped: returnFalse, - isImmediatePropagationStopped: returnFalse, - isSimulated: false, - - preventDefault: function() { - var e = this.originalEvent; - - this.isDefaultPrevented = returnTrue; - - if ( e && !this.isSimulated ) { - e.preventDefault(); - } - }, - stopPropagation: function() { - var e = this.originalEvent; - - this.isPropagationStopped = returnTrue; - - if ( e && !this.isSimulated ) { - e.stopPropagation(); - } - }, - stopImmediatePropagation: function() { - var e = this.originalEvent; - - this.isImmediatePropagationStopped = returnTrue; - - if ( e && !this.isSimulated ) { - e.stopImmediatePropagation(); - } - - this.stopPropagation(); - } -}; - -// Includes all common event props including KeyEvent and MouseEvent specific props -jQuery.each( { - altKey: true, - bubbles: true, - cancelable: true, - changedTouches: true, - ctrlKey: true, - detail: true, - eventPhase: true, - metaKey: true, - pageX: true, - pageY: true, - shiftKey: true, - view: true, - "char": true, - code: true, - charCode: true, - key: true, - keyCode: true, - button: true, - buttons: true, - clientX: true, - clientY: true, - offsetX: true, - offsetY: true, - pointerId: true, - pointerType: true, - screenX: true, - screenY: true, - targetTouches: true, - toElement: true, - touches: true, - which: true -}, jQuery.event.addProp ); - -jQuery.each( { focus: "focusin", blur: "focusout" }, function( type, delegateType ) { - jQuery.event.special[ type ] = { - - // Utilize native event if possible so blur/focus sequence is correct - setup: function() { - - // Claim the first handler - // dataPriv.set( this, "focus", ... ) - // dataPriv.set( this, "blur", ... ) - leverageNative( this, type, expectSync ); - - // Return false to allow normal processing in the caller - return false; - }, - trigger: function() { - - // Force setup before trigger - leverageNative( this, type ); - - // Return non-false to allow normal event-path propagation - return true; - }, - - // Suppress native focus or blur if we're currently inside - // a leveraged native-event stack - _default: function( event ) { - return dataPriv.get( event.target, type ); - }, - - delegateType: delegateType - }; -} ); - -// Create mouseenter/leave events using mouseover/out and event-time checks -// so that event delegation works in jQuery. -// Do the same for pointerenter/pointerleave and pointerover/pointerout -// -// Support: Safari 7 only -// Safari sends mouseenter too often; see: -// https://bugs.chromium.org/p/chromium/issues/detail?id=470258 -// for the description of the bug (it existed in older Chrome versions as well). -jQuery.each( { - mouseenter: "mouseover", - mouseleave: "mouseout", - pointerenter: "pointerover", - pointerleave: "pointerout" -}, function( orig, fix ) { - jQuery.event.special[ orig ] = { - delegateType: fix, - bindType: fix, - - handle: function( event ) { - var ret, - target = this, - related = event.relatedTarget, - handleObj = event.handleObj; - - // For mouseenter/leave call the handler if related is outside the target. - // NB: No relatedTarget if the mouse left/entered the browser window - if ( !related || ( related !== target && !jQuery.contains( target, related ) ) ) { - event.type = handleObj.origType; - ret = handleObj.handler.apply( this, arguments ); - event.type = fix; - } - return ret; - } - }; -} ); - -jQuery.fn.extend( { - - on: function( types, selector, data, fn ) { - return on( this, types, selector, data, fn ); - }, - one: function( types, selector, data, fn ) { - return on( this, types, selector, data, fn, 1 ); - }, - off: function( types, selector, fn ) { - var handleObj, type; - if ( types && types.preventDefault && types.handleObj ) { - - // ( event ) dispatched jQuery.Event - handleObj = types.handleObj; - jQuery( types.delegateTarget ).off( - handleObj.namespace ? - handleObj.origType + "." + handleObj.namespace : - handleObj.origType, - handleObj.selector, - handleObj.handler - ); - return this; - } - if ( typeof types === "object" ) { - - // ( types-object [, selector] ) - for ( type in types ) { - this.off( type, selector, types[ type ] ); - } - return this; - } - if ( selector === false || typeof selector === "function" ) { - - // ( types [, fn] ) - fn = selector; - selector = undefined; - } - if ( fn === false ) { - fn = returnFalse; - } - return this.each( function() { - jQuery.event.remove( this, types, fn, selector ); - } ); - } -} ); - -return jQuery; -} ); diff --git a/software/flow/node_modules/jquery/src/event/focusin.js b/software/flow/node_modules/jquery/src/event/focusin.js deleted file mode 100644 index 3da86c7..0000000 --- a/software/flow/node_modules/jquery/src/event/focusin.js +++ /dev/null @@ -1,58 +0,0 @@ -define( [ - "../core", - "../data/var/dataPriv", - "./support", - - "../event", - "./trigger" -], function( jQuery, dataPriv, support ) { - -"use strict"; - -// Support: Firefox <=44 -// Firefox doesn't have focus(in | out) events -// Related ticket - https://bugzilla.mozilla.org/show_bug.cgi?id=687787 -// -// Support: Chrome <=48 - 49, Safari <=9.0 - 9.1 -// focus(in | out) events fire after focus & blur events, -// which is spec violation - http://www.w3.org/TR/DOM-Level-3-Events/#events-focusevent-event-order -// Related ticket - https://bugs.chromium.org/p/chromium/issues/detail?id=449857 -if ( !support.focusin ) { - jQuery.each( { focus: "focusin", blur: "focusout" }, function( orig, fix ) { - - // Attach a single capturing handler on the document while someone wants focusin/focusout - var handler = function( event ) { - jQuery.event.simulate( fix, event.target, jQuery.event.fix( event ) ); - }; - - jQuery.event.special[ fix ] = { - setup: function() { - - // Handle: regular nodes (via `this.ownerDocument`), window - // (via `this.document`) & document (via `this`). - var doc = this.ownerDocument || this.document || this, - attaches = dataPriv.access( doc, fix ); - - if ( !attaches ) { - doc.addEventListener( orig, handler, true ); - } - dataPriv.access( doc, fix, ( attaches || 0 ) + 1 ); - }, - teardown: function() { - var doc = this.ownerDocument || this.document || this, - attaches = dataPriv.access( doc, fix ) - 1; - - if ( !attaches ) { - doc.removeEventListener( orig, handler, true ); - dataPriv.remove( doc, fix ); - - } else { - dataPriv.access( doc, fix, attaches ); - } - } - }; - } ); -} - -return jQuery; -} ); diff --git a/software/flow/node_modules/jquery/src/event/support.js b/software/flow/node_modules/jquery/src/event/support.js deleted file mode 100644 index e3db9ad..0000000 --- a/software/flow/node_modules/jquery/src/event/support.js +++ /dev/null @@ -1,11 +0,0 @@ -define( [ - "../var/support" -], function( support ) { - -"use strict"; - -support.focusin = "onfocusin" in window; - -return support; - -} ); diff --git a/software/flow/node_modules/jquery/src/event/trigger.js b/software/flow/node_modules/jquery/src/event/trigger.js deleted file mode 100644 index 28ec6b3..0000000 --- a/software/flow/node_modules/jquery/src/event/trigger.js +++ /dev/null @@ -1,199 +0,0 @@ -define( [ - "../core", - "../var/document", - "../data/var/dataPriv", - "../data/var/acceptData", - "../var/hasOwn", - "../var/isFunction", - "../var/isWindow", - "../event" -], function( jQuery, document, dataPriv, acceptData, hasOwn, isFunction, isWindow ) { - -"use strict"; - -var rfocusMorph = /^(?:focusinfocus|focusoutblur)$/, - stopPropagationCallback = function( e ) { - e.stopPropagation(); - }; - -jQuery.extend( jQuery.event, { - - trigger: function( event, data, elem, onlyHandlers ) { - - var i, cur, tmp, bubbleType, ontype, handle, special, lastElement, - eventPath = [ elem || document ], - type = hasOwn.call( event, "type" ) ? event.type : event, - namespaces = hasOwn.call( event, "namespace" ) ? event.namespace.split( "." ) : []; - - cur = lastElement = tmp = elem = elem || document; - - // Don't do events on text and comment nodes - if ( elem.nodeType === 3 || elem.nodeType === 8 ) { - return; - } - - // focus/blur morphs to focusin/out; ensure we're not firing them right now - if ( rfocusMorph.test( type + jQuery.event.triggered ) ) { - return; - } - - if ( type.indexOf( "." ) > -1 ) { - - // Namespaced trigger; create a regexp to match event type in handle() - namespaces = type.split( "." ); - type = namespaces.shift(); - namespaces.sort(); - } - ontype = type.indexOf( ":" ) < 0 && "on" + type; - - // Caller can pass in a jQuery.Event object, Object, or just an event type string - event = event[ jQuery.expando ] ? - event : - new jQuery.Event( type, typeof event === "object" && event ); - - // Trigger bitmask: & 1 for native handlers; & 2 for jQuery (always true) - event.isTrigger = onlyHandlers ? 2 : 3; - event.namespace = namespaces.join( "." ); - event.rnamespace = event.namespace ? - new RegExp( "(^|\\.)" + namespaces.join( "\\.(?:.*\\.|)" ) + "(\\.|$)" ) : - null; - - // Clean up the event in case it is being reused - event.result = undefined; - if ( !event.target ) { - event.target = elem; - } - - // Clone any incoming data and prepend the event, creating the handler arg list - data = data == null ? - [ event ] : - jQuery.makeArray( data, [ event ] ); - - // Allow special events to draw outside the lines - special = jQuery.event.special[ type ] || {}; - if ( !onlyHandlers && special.trigger && special.trigger.apply( elem, data ) === false ) { - return; - } - - // Determine event propagation path in advance, per W3C events spec (trac-9951) - // Bubble up to document, then to window; watch for a global ownerDocument var (trac-9724) - if ( !onlyHandlers && !special.noBubble && !isWindow( elem ) ) { - - bubbleType = special.delegateType || type; - if ( !rfocusMorph.test( bubbleType + type ) ) { - cur = cur.parentNode; - } - for ( ; cur; cur = cur.parentNode ) { - eventPath.push( cur ); - tmp = cur; - } - - // Only add window if we got to document (e.g., not plain obj or detached DOM) - if ( tmp === ( elem.ownerDocument || document ) ) { - eventPath.push( tmp.defaultView || tmp.parentWindow || window ); - } - } - - // Fire handlers on the event path - i = 0; - while ( ( cur = eventPath[ i++ ] ) && !event.isPropagationStopped() ) { - lastElement = cur; - event.type = i > 1 ? - bubbleType : - special.bindType || type; - - // jQuery handler - handle = ( dataPriv.get( cur, "events" ) || Object.create( null ) )[ event.type ] && - dataPriv.get( cur, "handle" ); - if ( handle ) { - handle.apply( cur, data ); - } - - // Native handler - handle = ontype && cur[ ontype ]; - if ( handle && handle.apply && acceptData( cur ) ) { - event.result = handle.apply( cur, data ); - if ( event.result === false ) { - event.preventDefault(); - } - } - } - event.type = type; - - // If nobody prevented the default action, do it now - if ( !onlyHandlers && !event.isDefaultPrevented() ) { - - if ( ( !special._default || - special._default.apply( eventPath.pop(), data ) === false ) && - acceptData( elem ) ) { - - // Call a native DOM method on the target with the same name as the event. - // Don't do default actions on window, that's where global variables be (trac-6170) - if ( ontype && isFunction( elem[ type ] ) && !isWindow( elem ) ) { - - // Don't re-trigger an onFOO event when we call its FOO() method - tmp = elem[ ontype ]; - - if ( tmp ) { - elem[ ontype ] = null; - } - - // Prevent re-triggering of the same event, since we already bubbled it above - jQuery.event.triggered = type; - - if ( event.isPropagationStopped() ) { - lastElement.addEventListener( type, stopPropagationCallback ); - } - - elem[ type ](); - - if ( event.isPropagationStopped() ) { - lastElement.removeEventListener( type, stopPropagationCallback ); - } - - jQuery.event.triggered = undefined; - - if ( tmp ) { - elem[ ontype ] = tmp; - } - } - } - } - - return event.result; - }, - - // Piggyback on a donor event to simulate a different one - // Used only for `focus(in | out)` events - simulate: function( type, elem, event ) { - var e = jQuery.extend( - new jQuery.Event(), - event, - { - type: type, - isSimulated: true - } - ); - - jQuery.event.trigger( e, null, elem ); - } - -} ); - -jQuery.fn.extend( { - - trigger: function( type, data ) { - return this.each( function() { - jQuery.event.trigger( type, data, this ); - } ); - }, - triggerHandler: function( type, data ) { - var elem = this[ 0 ]; - if ( elem ) { - return jQuery.event.trigger( type, data, elem, true ); - } - } -} ); - -return jQuery; -} ); diff --git a/software/flow/node_modules/jquery/src/exports/amd.js b/software/flow/node_modules/jquery/src/exports/amd.js deleted file mode 100644 index cbb1ef5..0000000 --- a/software/flow/node_modules/jquery/src/exports/amd.js +++ /dev/null @@ -1,26 +0,0 @@ -define( [ - "../core" -], function( jQuery ) { - -"use strict"; - -// Register as a named AMD module, since jQuery can be concatenated with other -// files that may use define, but not via a proper concatenation script that -// understands anonymous AMD modules. A named AMD is safest and most robust -// way to register. Lowercase jquery is used because AMD module names are -// derived from file names, and jQuery is normally delivered in a lowercase -// file name. Do this after creating the global so that if an AMD module wants -// to call noConflict to hide this version of jQuery, it will work. - -// Note that for maximum portability, libraries that are not jQuery should -// declare themselves as anonymous modules, and avoid setting a global if an -// AMD loader is present. jQuery is a special case. For more information, see -// https://github.com/jrburke/requirejs/wiki/Updating-existing-libraries#wiki-anon - -if ( typeof define === "function" && define.amd ) { - define( "jquery", [], function() { - return jQuery; - } ); -} - -} ); diff --git a/software/flow/node_modules/jquery/src/exports/global.js b/software/flow/node_modules/jquery/src/exports/global.js deleted file mode 100644 index 51b43b2..0000000 --- a/software/flow/node_modules/jquery/src/exports/global.js +++ /dev/null @@ -1,34 +0,0 @@ -define( [ - "../core" -], function( jQuery ) { - -"use strict"; - -var - - // Map over jQuery in case of overwrite - _jQuery = window.jQuery, - - // Map over the $ in case of overwrite - _$ = window.$; - -jQuery.noConflict = function( deep ) { - if ( window.$ === jQuery ) { - window.$ = _$; - } - - if ( deep && window.jQuery === jQuery ) { - window.jQuery = _jQuery; - } - - return jQuery; -}; - -// Expose jQuery and $ identifiers, even in AMD -// (trac-7102#comment:10, https://github.com/jquery/jquery/pull/557) -// and CommonJS for browser emulators (trac-13566) -if ( typeof noGlobal === "undefined" ) { - window.jQuery = window.$ = jQuery; -} - -} ); diff --git a/software/flow/node_modules/jquery/src/jquery.js b/software/flow/node_modules/jquery/src/jquery.js deleted file mode 100644 index 0c144c1..0000000 --- a/software/flow/node_modules/jquery/src/jquery.js +++ /dev/null @@ -1,41 +0,0 @@ -define( [ - "./core", - "./selector", - "./traversing", - "./callbacks", - "./deferred", - "./deferred/exceptionHook", - "./core/ready", - "./data", - "./queue", - "./queue/delay", - "./attributes", - "./event", - "./event/focusin", - "./manipulation", - "./manipulation/_evalUrl", - "./wrap", - "./css", - "./css/hiddenVisibleSelectors", - "./serialize", - "./ajax", - "./ajax/xhr", - "./ajax/script", - "./ajax/jsonp", - "./ajax/load", - "./core/parseXML", - "./core/parseHTML", - "./effects", - "./effects/animatedSelector", - "./offset", - "./dimensions", - "./deprecated", - "./exports/amd", - "./exports/global" -], function( jQuery ) { - -"use strict"; - -return jQuery; - -} ); diff --git a/software/flow/node_modules/jquery/src/manipulation.js b/software/flow/node_modules/jquery/src/manipulation.js deleted file mode 100644 index aa215b6..0000000 --- a/software/flow/node_modules/jquery/src/manipulation.js +++ /dev/null @@ -1,487 +0,0 @@ -define( [ - "./core", - "./core/isAttached", - "./var/flat", - "./var/isFunction", - "./var/push", - "./var/rcheckableType", - "./core/access", - "./manipulation/var/rtagName", - "./manipulation/var/rscriptType", - "./manipulation/wrapMap", - "./manipulation/getAll", - "./manipulation/setGlobalEval", - "./manipulation/buildFragment", - "./manipulation/support", - - "./data/var/dataPriv", - "./data/var/dataUser", - "./data/var/acceptData", - "./core/DOMEval", - "./core/nodeName", - - "./core/init", - "./traversing", - "./selector", - "./event" -], function( jQuery, isAttached, flat, isFunction, push, rcheckableType, - access, rtagName, rscriptType, - wrapMap, getAll, setGlobalEval, buildFragment, support, - dataPriv, dataUser, acceptData, DOMEval, nodeName ) { - -"use strict"; - -var - - // Support: IE <=10 - 11, Edge 12 - 13 only - // In IE/Edge using regex groups here causes severe slowdowns. - // See https://connect.microsoft.com/IE/feedback/details/1736512/ - rnoInnerhtml = /<script|<style|<link/i, - - // checked="checked" or checked - rchecked = /checked\s*(?:[^=]|=\s*.checked.)/i, - - rcleanScript = /^\s*<!\[CDATA\[|\]\]>\s*$/g; - -// Prefer a tbody over its parent table for containing new rows -function manipulationTarget( elem, content ) { - if ( nodeName( elem, "table" ) && - nodeName( content.nodeType !== 11 ? content : content.firstChild, "tr" ) ) { - - return jQuery( elem ).children( "tbody" )[ 0 ] || elem; - } - - return elem; -} - -// Replace/restore the type attribute of script elements for safe DOM manipulation -function disableScript( elem ) { - elem.type = ( elem.getAttribute( "type" ) !== null ) + "/" + elem.type; - return elem; -} -function restoreScript( elem ) { - if ( ( elem.type || "" ).slice( 0, 5 ) === "true/" ) { - elem.type = elem.type.slice( 5 ); - } else { - elem.removeAttribute( "type" ); - } - - return elem; -} - -function cloneCopyEvent( src, dest ) { - var i, l, type, pdataOld, udataOld, udataCur, events; - - if ( dest.nodeType !== 1 ) { - return; - } - - // 1. Copy private data: events, handlers, etc. - if ( dataPriv.hasData( src ) ) { - pdataOld = dataPriv.get( src ); - events = pdataOld.events; - - if ( events ) { - dataPriv.remove( dest, "handle events" ); - - for ( type in events ) { - for ( i = 0, l = events[ type ].length; i < l; i++ ) { - jQuery.event.add( dest, type, events[ type ][ i ] ); - } - } - } - } - - // 2. Copy user data - if ( dataUser.hasData( src ) ) { - udataOld = dataUser.access( src ); - udataCur = jQuery.extend( {}, udataOld ); - - dataUser.set( dest, udataCur ); - } -} - -// Fix IE bugs, see support tests -function fixInput( src, dest ) { - var nodeName = dest.nodeName.toLowerCase(); - - // Fails to persist the checked state of a cloned checkbox or radio button. - if ( nodeName === "input" && rcheckableType.test( src.type ) ) { - dest.checked = src.checked; - - // Fails to return the selected option to the default selected state when cloning options - } else if ( nodeName === "input" || nodeName === "textarea" ) { - dest.defaultValue = src.defaultValue; - } -} - -function domManip( collection, args, callback, ignored ) { - - // Flatten any nested arrays - args = flat( args ); - - var fragment, first, scripts, hasScripts, node, doc, - i = 0, - l = collection.length, - iNoClone = l - 1, - value = args[ 0 ], - valueIsFunction = isFunction( value ); - - // We can't cloneNode fragments that contain checked, in WebKit - if ( valueIsFunction || - ( l > 1 && typeof value === "string" && - !support.checkClone && rchecked.test( value ) ) ) { - return collection.each( function( index ) { - var self = collection.eq( index ); - if ( valueIsFunction ) { - args[ 0 ] = value.call( this, index, self.html() ); - } - domManip( self, args, callback, ignored ); - } ); - } - - if ( l ) { - fragment = buildFragment( args, collection[ 0 ].ownerDocument, false, collection, ignored ); - first = fragment.firstChild; - - if ( fragment.childNodes.length === 1 ) { - fragment = first; - } - - // Require either new content or an interest in ignored elements to invoke the callback - if ( first || ignored ) { - scripts = jQuery.map( getAll( fragment, "script" ), disableScript ); - hasScripts = scripts.length; - - // Use the original fragment for the last item - // instead of the first because it can end up - // being emptied incorrectly in certain situations (trac-8070). - for ( ; i < l; i++ ) { - node = fragment; - - if ( i !== iNoClone ) { - node = jQuery.clone( node, true, true ); - - // Keep references to cloned scripts for later restoration - if ( hasScripts ) { - - // Support: Android <=4.0 only, PhantomJS 1 only - // push.apply(_, arraylike) throws on ancient WebKit - jQuery.merge( scripts, getAll( node, "script" ) ); - } - } - - callback.call( collection[ i ], node, i ); - } - - if ( hasScripts ) { - doc = scripts[ scripts.length - 1 ].ownerDocument; - - // Reenable scripts - jQuery.map( scripts, restoreScript ); - - // Evaluate executable scripts on first document insertion - for ( i = 0; i < hasScripts; i++ ) { - node = scripts[ i ]; - if ( rscriptType.test( node.type || "" ) && - !dataPriv.access( node, "globalEval" ) && - jQuery.contains( doc, node ) ) { - - if ( node.src && ( node.type || "" ).toLowerCase() !== "module" ) { - - // Optional AJAX dependency, but won't run scripts if not present - if ( jQuery._evalUrl && !node.noModule ) { - jQuery._evalUrl( node.src, { - nonce: node.nonce || node.getAttribute( "nonce" ) - }, doc ); - } - } else { - - // Unwrap a CDATA section containing script contents. This shouldn't be - // needed as in XML documents they're already not visible when - // inspecting element contents and in HTML documents they have no - // meaning but we're preserving that logic for backwards compatibility. - // This will be removed completely in 4.0. See gh-4904. - DOMEval( node.textContent.replace( rcleanScript, "" ), node, doc ); - } - } - } - } - } - } - - return collection; -} - -function remove( elem, selector, keepData ) { - var node, - nodes = selector ? jQuery.filter( selector, elem ) : elem, - i = 0; - - for ( ; ( node = nodes[ i ] ) != null; i++ ) { - if ( !keepData && node.nodeType === 1 ) { - jQuery.cleanData( getAll( node ) ); - } - - if ( node.parentNode ) { - if ( keepData && isAttached( node ) ) { - setGlobalEval( getAll( node, "script" ) ); - } - node.parentNode.removeChild( node ); - } - } - - return elem; -} - -jQuery.extend( { - htmlPrefilter: function( html ) { - return html; - }, - - clone: function( elem, dataAndEvents, deepDataAndEvents ) { - var i, l, srcElements, destElements, - clone = elem.cloneNode( true ), - inPage = isAttached( elem ); - - // Fix IE cloning issues - if ( !support.noCloneChecked && ( elem.nodeType === 1 || elem.nodeType === 11 ) && - !jQuery.isXMLDoc( elem ) ) { - - // We eschew Sizzle here for performance reasons: https://jsperf.com/getall-vs-sizzle/2 - destElements = getAll( clone ); - srcElements = getAll( elem ); - - for ( i = 0, l = srcElements.length; i < l; i++ ) { - fixInput( srcElements[ i ], destElements[ i ] ); - } - } - - // Copy the events from the original to the clone - if ( dataAndEvents ) { - if ( deepDataAndEvents ) { - srcElements = srcElements || getAll( elem ); - destElements = destElements || getAll( clone ); - - for ( i = 0, l = srcElements.length; i < l; i++ ) { - cloneCopyEvent( srcElements[ i ], destElements[ i ] ); - } - } else { - cloneCopyEvent( elem, clone ); - } - } - - // Preserve script evaluation history - destElements = getAll( clone, "script" ); - if ( destElements.length > 0 ) { - setGlobalEval( destElements, !inPage && getAll( elem, "script" ) ); - } - - // Return the cloned set - return clone; - }, - - cleanData: function( elems ) { - var data, elem, type, - special = jQuery.event.special, - i = 0; - - for ( ; ( elem = elems[ i ] ) !== undefined; i++ ) { - if ( acceptData( elem ) ) { - if ( ( data = elem[ dataPriv.expando ] ) ) { - if ( data.events ) { - for ( type in data.events ) { - if ( special[ type ] ) { - jQuery.event.remove( elem, type ); - - // This is a shortcut to avoid jQuery.event.remove's overhead - } else { - jQuery.removeEvent( elem, type, data.handle ); - } - } - } - - // Support: Chrome <=35 - 45+ - // Assign undefined instead of using delete, see Data#remove - elem[ dataPriv.expando ] = undefined; - } - if ( elem[ dataUser.expando ] ) { - - // Support: Chrome <=35 - 45+ - // Assign undefined instead of using delete, see Data#remove - elem[ dataUser.expando ] = undefined; - } - } - } - } -} ); - -jQuery.fn.extend( { - detach: function( selector ) { - return remove( this, selector, true ); - }, - - remove: function( selector ) { - return remove( this, selector ); - }, - - text: function( value ) { - return access( this, function( value ) { - return value === undefined ? - jQuery.text( this ) : - this.empty().each( function() { - if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { - this.textContent = value; - } - } ); - }, null, value, arguments.length ); - }, - - append: function() { - return domManip( this, arguments, function( elem ) { - if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { - var target = manipulationTarget( this, elem ); - target.appendChild( elem ); - } - } ); - }, - - prepend: function() { - return domManip( this, arguments, function( elem ) { - if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { - var target = manipulationTarget( this, elem ); - target.insertBefore( elem, target.firstChild ); - } - } ); - }, - - before: function() { - return domManip( this, arguments, function( elem ) { - if ( this.parentNode ) { - this.parentNode.insertBefore( elem, this ); - } - } ); - }, - - after: function() { - return domManip( this, arguments, function( elem ) { - if ( this.parentNode ) { - this.parentNode.insertBefore( elem, this.nextSibling ); - } - } ); - }, - - empty: function() { - var elem, - i = 0; - - for ( ; ( elem = this[ i ] ) != null; i++ ) { - if ( elem.nodeType === 1 ) { - - // Prevent memory leaks - jQuery.cleanData( getAll( elem, false ) ); - - // Remove any remaining nodes - elem.textContent = ""; - } - } - - return this; - }, - - clone: function( dataAndEvents, deepDataAndEvents ) { - dataAndEvents = dataAndEvents == null ? false : dataAndEvents; - deepDataAndEvents = deepDataAndEvents == null ? dataAndEvents : deepDataAndEvents; - - return this.map( function() { - return jQuery.clone( this, dataAndEvents, deepDataAndEvents ); - } ); - }, - - html: function( value ) { - return access( this, function( value ) { - var elem = this[ 0 ] || {}, - i = 0, - l = this.length; - - if ( value === undefined && elem.nodeType === 1 ) { - return elem.innerHTML; - } - - // See if we can take a shortcut and just use innerHTML - if ( typeof value === "string" && !rnoInnerhtml.test( value ) && - !wrapMap[ ( rtagName.exec( value ) || [ "", "" ] )[ 1 ].toLowerCase() ] ) { - - value = jQuery.htmlPrefilter( value ); - - try { - for ( ; i < l; i++ ) { - elem = this[ i ] || {}; - - // Remove element nodes and prevent memory leaks - if ( elem.nodeType === 1 ) { - jQuery.cleanData( getAll( elem, false ) ); - elem.innerHTML = value; - } - } - - elem = 0; - - // If using innerHTML throws an exception, use the fallback method - } catch ( e ) {} - } - - if ( elem ) { - this.empty().append( value ); - } - }, null, value, arguments.length ); - }, - - replaceWith: function() { - var ignored = []; - - // Make the changes, replacing each non-ignored context element with the new content - return domManip( this, arguments, function( elem ) { - var parent = this.parentNode; - - if ( jQuery.inArray( this, ignored ) < 0 ) { - jQuery.cleanData( getAll( this ) ); - if ( parent ) { - parent.replaceChild( elem, this ); - } - } - - // Force callback invocation - }, ignored ); - } -} ); - -jQuery.each( { - appendTo: "append", - prependTo: "prepend", - insertBefore: "before", - insertAfter: "after", - replaceAll: "replaceWith" -}, function( name, original ) { - jQuery.fn[ name ] = function( selector ) { - var elems, - ret = [], - insert = jQuery( selector ), - last = insert.length - 1, - i = 0; - - for ( ; i <= last; i++ ) { - elems = i === last ? this : this.clone( true ); - jQuery( insert[ i ] )[ original ]( elems ); - - // Support: Android <=4.0 only, PhantomJS 1 only - // .get() because push.apply(_, arraylike) throws on ancient WebKit - push.apply( ret, elems.get() ); - } - - return this.pushStack( ret ); - }; -} ); - -return jQuery; -} ); diff --git a/software/flow/node_modules/jquery/src/manipulation/_evalUrl.js b/software/flow/node_modules/jquery/src/manipulation/_evalUrl.js deleted file mode 100644 index 810b5b5..0000000 --- a/software/flow/node_modules/jquery/src/manipulation/_evalUrl.js +++ /dev/null @@ -1,32 +0,0 @@ -define( [ - "../ajax" -], function( jQuery ) { - -"use strict"; - -jQuery._evalUrl = function( url, options, doc ) { - return jQuery.ajax( { - url: url, - - // Make this explicit, since user can override this through ajaxSetup (trac-11264) - type: "GET", - dataType: "script", - cache: true, - async: false, - global: false, - - // Only evaluate the response if it is successful (gh-4126) - // dataFilter is not invoked for failure responses, so using it instead - // of the default converter is kludgy but it works. - converters: { - "text script": function() {} - }, - dataFilter: function( response ) { - jQuery.globalEval( response, options, doc ); - } - } ); -}; - -return jQuery._evalUrl; - -} ); diff --git a/software/flow/node_modules/jquery/src/manipulation/buildFragment.js b/software/flow/node_modules/jquery/src/manipulation/buildFragment.js deleted file mode 100644 index b16d7ab..0000000 --- a/software/flow/node_modules/jquery/src/manipulation/buildFragment.js +++ /dev/null @@ -1,106 +0,0 @@ -define( [ - "../core", - "../core/toType", - "../core/isAttached", - "./var/rtagName", - "./var/rscriptType", - "./wrapMap", - "./getAll", - "./setGlobalEval" -], function( jQuery, toType, isAttached, rtagName, rscriptType, wrapMap, getAll, setGlobalEval ) { - -"use strict"; - -var rhtml = /<|&#?\w+;/; - -function buildFragment( elems, context, scripts, selection, ignored ) { - var elem, tmp, tag, wrap, attached, j, - fragment = context.createDocumentFragment(), - nodes = [], - i = 0, - l = elems.length; - - for ( ; i < l; i++ ) { - elem = elems[ i ]; - - if ( elem || elem === 0 ) { - - // Add nodes directly - if ( toType( elem ) === "object" ) { - - // Support: Android <=4.0 only, PhantomJS 1 only - // push.apply(_, arraylike) throws on ancient WebKit - jQuery.merge( nodes, elem.nodeType ? [ elem ] : elem ); - - // Convert non-html into a text node - } else if ( !rhtml.test( elem ) ) { - nodes.push( context.createTextNode( elem ) ); - - // Convert html into DOM nodes - } else { - tmp = tmp || fragment.appendChild( context.createElement( "div" ) ); - - // Deserialize a standard representation - tag = ( rtagName.exec( elem ) || [ "", "" ] )[ 1 ].toLowerCase(); - wrap = wrapMap[ tag ] || wrapMap._default; - tmp.innerHTML = wrap[ 1 ] + jQuery.htmlPrefilter( elem ) + wrap[ 2 ]; - - // Descend through wrappers to the right content - j = wrap[ 0 ]; - while ( j-- ) { - tmp = tmp.lastChild; - } - - // Support: Android <=4.0 only, PhantomJS 1 only - // push.apply(_, arraylike) throws on ancient WebKit - jQuery.merge( nodes, tmp.childNodes ); - - // Remember the top-level container - tmp = fragment.firstChild; - - // Ensure the created nodes are orphaned (trac-12392) - tmp.textContent = ""; - } - } - } - - // Remove wrapper from fragment - fragment.textContent = ""; - - i = 0; - while ( ( elem = nodes[ i++ ] ) ) { - - // Skip elements already in the context collection (trac-4087) - if ( selection && jQuery.inArray( elem, selection ) > -1 ) { - if ( ignored ) { - ignored.push( elem ); - } - continue; - } - - attached = isAttached( elem ); - - // Append to fragment - tmp = getAll( fragment.appendChild( elem ), "script" ); - - // Preserve script evaluation history - if ( attached ) { - setGlobalEval( tmp ); - } - - // Capture executables - if ( scripts ) { - j = 0; - while ( ( elem = tmp[ j++ ] ) ) { - if ( rscriptType.test( elem.type || "" ) ) { - scripts.push( elem ); - } - } - } - } - - return fragment; -} - -return buildFragment; -} ); diff --git a/software/flow/node_modules/jquery/src/manipulation/getAll.js b/software/flow/node_modules/jquery/src/manipulation/getAll.js deleted file mode 100644 index 65dcc1e..0000000 --- a/software/flow/node_modules/jquery/src/manipulation/getAll.js +++ /dev/null @@ -1,32 +0,0 @@ -define( [ - "../core", - "../core/nodeName" -], function( jQuery, nodeName ) { - -"use strict"; - -function getAll( context, tag ) { - - // Support: IE <=9 - 11 only - // Use typeof to avoid zero-argument method invocation on host objects (trac-15151) - var ret; - - if ( typeof context.getElementsByTagName !== "undefined" ) { - ret = context.getElementsByTagName( tag || "*" ); - - } else if ( typeof context.querySelectorAll !== "undefined" ) { - ret = context.querySelectorAll( tag || "*" ); - - } else { - ret = []; - } - - if ( tag === undefined || tag && nodeName( context, tag ) ) { - return jQuery.merge( [ context ], ret ); - } - - return ret; -} - -return getAll; -} ); diff --git a/software/flow/node_modules/jquery/src/manipulation/setGlobalEval.js b/software/flow/node_modules/jquery/src/manipulation/setGlobalEval.js deleted file mode 100644 index cf95240..0000000 --- a/software/flow/node_modules/jquery/src/manipulation/setGlobalEval.js +++ /dev/null @@ -1,22 +0,0 @@ -define( [ - "../data/var/dataPriv" -], function( dataPriv ) { - -"use strict"; - -// Mark scripts as having already been evaluated -function setGlobalEval( elems, refElements ) { - var i = 0, - l = elems.length; - - for ( ; i < l; i++ ) { - dataPriv.set( - elems[ i ], - "globalEval", - !refElements || dataPriv.get( refElements[ i ], "globalEval" ) - ); - } -} - -return setGlobalEval; -} ); diff --git a/software/flow/node_modules/jquery/src/manipulation/support.js b/software/flow/node_modules/jquery/src/manipulation/support.js deleted file mode 100644 index 0158363..0000000 --- a/software/flow/node_modules/jquery/src/manipulation/support.js +++ /dev/null @@ -1,41 +0,0 @@ -define( [ - "../var/document", - "../var/support" -], function( document, support ) { - -"use strict"; - -( function() { - var fragment = document.createDocumentFragment(), - div = fragment.appendChild( document.createElement( "div" ) ), - input = document.createElement( "input" ); - - // Support: Android 4.0 - 4.3 only - // Check state lost if the name is set (trac-11217) - // Support: Windows Web Apps (WWA) - // `name` and `type` must use .setAttribute for WWA (trac-14901) - input.setAttribute( "type", "radio" ); - input.setAttribute( "checked", "checked" ); - input.setAttribute( "name", "t" ); - - div.appendChild( input ); - - // Support: Android <=4.1 only - // Older WebKit doesn't clone checked state correctly in fragments - support.checkClone = div.cloneNode( true ).cloneNode( true ).lastChild.checked; - - // Support: IE <=11 only - // Make sure textarea (and checkbox) defaultValue is properly cloned - div.innerHTML = "<textarea>x</textarea>"; - support.noCloneChecked = !!div.cloneNode( true ).lastChild.defaultValue; - - // Support: IE <=9 only - // IE <=9 replaces <option> tags with their contents when inserted outside of - // the select element. - div.innerHTML = "<option></option>"; - support.option = !!div.lastChild; -} )(); - -return support; - -} ); diff --git a/software/flow/node_modules/jquery/src/manipulation/var/rscriptType.js b/software/flow/node_modules/jquery/src/manipulation/var/rscriptType.js deleted file mode 100644 index cd1430a..0000000 --- a/software/flow/node_modules/jquery/src/manipulation/var/rscriptType.js +++ /dev/null @@ -1,5 +0,0 @@ -define( function() { - "use strict"; - - return ( /^$|^module$|\/(?:java|ecma)script/i ); -} ); diff --git a/software/flow/node_modules/jquery/src/manipulation/var/rtagName.js b/software/flow/node_modules/jquery/src/manipulation/var/rtagName.js deleted file mode 100644 index 7435620..0000000 --- a/software/flow/node_modules/jquery/src/manipulation/var/rtagName.js +++ /dev/null @@ -1,8 +0,0 @@ -define( function() { - "use strict"; - - // rtagName captures the name from the first start tag in a string of HTML - // https://html.spec.whatwg.org/multipage/syntax.html#tag-open-state - // https://html.spec.whatwg.org/multipage/syntax.html#tag-name-state - return ( /<([a-z][^\/\0>\x20\t\r\n\f]*)/i ); -} ); diff --git a/software/flow/node_modules/jquery/src/manipulation/wrapMap.js b/software/flow/node_modules/jquery/src/manipulation/wrapMap.js deleted file mode 100644 index 9868e56..0000000 --- a/software/flow/node_modules/jquery/src/manipulation/wrapMap.js +++ /dev/null @@ -1,30 +0,0 @@ -define( [ - "./support" -], function( support ) { - -"use strict"; - -// We have to close these tags to support XHTML (trac-13200) -var wrapMap = { - - // XHTML parsers do not magically insert elements in the - // same way that tag soup parsers do. So we cannot shorten - // this by omitting <tbody> or other required elements. - thead: [ 1, "<table>", "</table>" ], - col: [ 2, "<table><colgroup>", "</colgroup></table>" ], - tr: [ 2, "<table><tbody>", "</tbody></table>" ], - td: [ 3, "<table><tbody><tr>", "</tr></tbody></table>" ], - - _default: [ 0, "", "" ] -}; - -wrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead; -wrapMap.th = wrapMap.td; - -// Support: IE <=9 only -if ( !support.option ) { - wrapMap.optgroup = wrapMap.option = [ 1, "<select multiple='multiple'>", "</select>" ]; -} - -return wrapMap; -} ); diff --git a/software/flow/node_modules/jquery/src/offset.js b/software/flow/node_modules/jquery/src/offset.js deleted file mode 100644 index 6e97358..0000000 --- a/software/flow/node_modules/jquery/src/offset.js +++ /dev/null @@ -1,232 +0,0 @@ -define( [ - "./core", - "./core/access", - "./var/documentElement", - "./var/isFunction", - "./css/var/rnumnonpx", - "./css/curCSS", - "./css/addGetHookIf", - "./css/support", - "./var/isWindow", - "./core/init", - "./css", - "./selector" // contains -], function( jQuery, access, documentElement, isFunction, rnumnonpx, - curCSS, addGetHookIf, support, isWindow ) { - -"use strict"; - -jQuery.offset = { - setOffset: function( elem, options, i ) { - var curPosition, curLeft, curCSSTop, curTop, curOffset, curCSSLeft, calculatePosition, - position = jQuery.css( elem, "position" ), - curElem = jQuery( elem ), - props = {}; - - // Set position first, in-case top/left are set even on static elem - if ( position === "static" ) { - elem.style.position = "relative"; - } - - curOffset = curElem.offset(); - curCSSTop = jQuery.css( elem, "top" ); - curCSSLeft = jQuery.css( elem, "left" ); - calculatePosition = ( position === "absolute" || position === "fixed" ) && - ( curCSSTop + curCSSLeft ).indexOf( "auto" ) > -1; - - // Need to be able to calculate position if either - // top or left is auto and position is either absolute or fixed - if ( calculatePosition ) { - curPosition = curElem.position(); - curTop = curPosition.top; - curLeft = curPosition.left; - - } else { - curTop = parseFloat( curCSSTop ) || 0; - curLeft = parseFloat( curCSSLeft ) || 0; - } - - if ( isFunction( options ) ) { - - // Use jQuery.extend here to allow modification of coordinates argument (gh-1848) - options = options.call( elem, i, jQuery.extend( {}, curOffset ) ); - } - - if ( options.top != null ) { - props.top = ( options.top - curOffset.top ) + curTop; - } - if ( options.left != null ) { - props.left = ( options.left - curOffset.left ) + curLeft; - } - - if ( "using" in options ) { - options.using.call( elem, props ); - - } else { - curElem.css( props ); - } - } -}; - -jQuery.fn.extend( { - - // offset() relates an element's border box to the document origin - offset: function( options ) { - - // Preserve chaining for setter - if ( arguments.length ) { - return options === undefined ? - this : - this.each( function( i ) { - jQuery.offset.setOffset( this, options, i ); - } ); - } - - var rect, win, - elem = this[ 0 ]; - - if ( !elem ) { - return; - } - - // Return zeros for disconnected and hidden (display: none) elements (gh-2310) - // Support: IE <=11 only - // Running getBoundingClientRect on a - // disconnected node in IE throws an error - if ( !elem.getClientRects().length ) { - return { top: 0, left: 0 }; - } - - // Get document-relative position by adding viewport scroll to viewport-relative gBCR - rect = elem.getBoundingClientRect(); - win = elem.ownerDocument.defaultView; - return { - top: rect.top + win.pageYOffset, - left: rect.left + win.pageXOffset - }; - }, - - // position() relates an element's margin box to its offset parent's padding box - // This corresponds to the behavior of CSS absolute positioning - position: function() { - if ( !this[ 0 ] ) { - return; - } - - var offsetParent, offset, doc, - elem = this[ 0 ], - parentOffset = { top: 0, left: 0 }; - - // position:fixed elements are offset from the viewport, which itself always has zero offset - if ( jQuery.css( elem, "position" ) === "fixed" ) { - - // Assume position:fixed implies availability of getBoundingClientRect - offset = elem.getBoundingClientRect(); - - } else { - offset = this.offset(); - - // Account for the *real* offset parent, which can be the document or its root element - // when a statically positioned element is identified - doc = elem.ownerDocument; - offsetParent = elem.offsetParent || doc.documentElement; - while ( offsetParent && - ( offsetParent === doc.body || offsetParent === doc.documentElement ) && - jQuery.css( offsetParent, "position" ) === "static" ) { - - offsetParent = offsetParent.parentNode; - } - if ( offsetParent && offsetParent !== elem && offsetParent.nodeType === 1 ) { - - // Incorporate borders into its offset, since they are outside its content origin - parentOffset = jQuery( offsetParent ).offset(); - parentOffset.top += jQuery.css( offsetParent, "borderTopWidth", true ); - parentOffset.left += jQuery.css( offsetParent, "borderLeftWidth", true ); - } - } - - // Subtract parent offsets and element margins - return { - top: offset.top - parentOffset.top - jQuery.css( elem, "marginTop", true ), - left: offset.left - parentOffset.left - jQuery.css( elem, "marginLeft", true ) - }; - }, - - // This method will return documentElement in the following cases: - // 1) For the element inside the iframe without offsetParent, this method will return - // documentElement of the parent window - // 2) For the hidden or detached element - // 3) For body or html element, i.e. in case of the html node - it will return itself - // - // but those exceptions were never presented as a real life use-cases - // and might be considered as more preferable results. - // - // This logic, however, is not guaranteed and can change at any point in the future - offsetParent: function() { - return this.map( function() { - var offsetParent = this.offsetParent; - - while ( offsetParent && jQuery.css( offsetParent, "position" ) === "static" ) { - offsetParent = offsetParent.offsetParent; - } - - return offsetParent || documentElement; - } ); - } -} ); - -// Create scrollLeft and scrollTop methods -jQuery.each( { scrollLeft: "pageXOffset", scrollTop: "pageYOffset" }, function( method, prop ) { - var top = "pageYOffset" === prop; - - jQuery.fn[ method ] = function( val ) { - return access( this, function( elem, method, val ) { - - // Coalesce documents and windows - var win; - if ( isWindow( elem ) ) { - win = elem; - } else if ( elem.nodeType === 9 ) { - win = elem.defaultView; - } - - if ( val === undefined ) { - return win ? win[ prop ] : elem[ method ]; - } - - if ( win ) { - win.scrollTo( - !top ? val : win.pageXOffset, - top ? val : win.pageYOffset - ); - - } else { - elem[ method ] = val; - } - }, method, val, arguments.length ); - }; -} ); - -// Support: Safari <=7 - 9.1, Chrome <=37 - 49 -// Add the top/left cssHooks using jQuery.fn.position -// Webkit bug: https://bugs.webkit.org/show_bug.cgi?id=29084 -// Blink bug: https://bugs.chromium.org/p/chromium/issues/detail?id=589347 -// getComputedStyle returns percent when specified for top/left/bottom/right; -// rather than make the css module depend on the offset module, just check for it here -jQuery.each( [ "top", "left" ], function( _i, prop ) { - jQuery.cssHooks[ prop ] = addGetHookIf( support.pixelPosition, - function( elem, computed ) { - if ( computed ) { - computed = curCSS( elem, prop ); - - // If curCSS returns percentage, fallback to offset - return rnumnonpx.test( computed ) ? - jQuery( elem ).position()[ prop ] + "px" : - computed; - } - } - ); -} ); - -return jQuery; -} ); diff --git a/software/flow/node_modules/jquery/src/queue.js b/software/flow/node_modules/jquery/src/queue.js deleted file mode 100644 index fbbbeab..0000000 --- a/software/flow/node_modules/jquery/src/queue.js +++ /dev/null @@ -1,145 +0,0 @@ -define( [ - "./core", - "./data/var/dataPriv", - "./deferred", - "./callbacks" -], function( jQuery, dataPriv ) { - -"use strict"; - -jQuery.extend( { - queue: function( elem, type, data ) { - var queue; - - if ( elem ) { - type = ( type || "fx" ) + "queue"; - queue = dataPriv.get( elem, type ); - - // Speed up dequeue by getting out quickly if this is just a lookup - if ( data ) { - if ( !queue || Array.isArray( data ) ) { - queue = dataPriv.access( elem, type, jQuery.makeArray( data ) ); - } else { - queue.push( data ); - } - } - return queue || []; - } - }, - - dequeue: function( elem, type ) { - type = type || "fx"; - - var queue = jQuery.queue( elem, type ), - startLength = queue.length, - fn = queue.shift(), - hooks = jQuery._queueHooks( elem, type ), - next = function() { - jQuery.dequeue( elem, type ); - }; - - // If the fx queue is dequeued, always remove the progress sentinel - if ( fn === "inprogress" ) { - fn = queue.shift(); - startLength--; - } - - if ( fn ) { - - // Add a progress sentinel to prevent the fx queue from being - // automatically dequeued - if ( type === "fx" ) { - queue.unshift( "inprogress" ); - } - - // Clear up the last queue stop function - delete hooks.stop; - fn.call( elem, next, hooks ); - } - - if ( !startLength && hooks ) { - hooks.empty.fire(); - } - }, - - // Not public - generate a queueHooks object, or return the current one - _queueHooks: function( elem, type ) { - var key = type + "queueHooks"; - return dataPriv.get( elem, key ) || dataPriv.access( elem, key, { - empty: jQuery.Callbacks( "once memory" ).add( function() { - dataPriv.remove( elem, [ type + "queue", key ] ); - } ) - } ); - } -} ); - -jQuery.fn.extend( { - queue: function( type, data ) { - var setter = 2; - - if ( typeof type !== "string" ) { - data = type; - type = "fx"; - setter--; - } - - if ( arguments.length < setter ) { - return jQuery.queue( this[ 0 ], type ); - } - - return data === undefined ? - this : - this.each( function() { - var queue = jQuery.queue( this, type, data ); - - // Ensure a hooks for this queue - jQuery._queueHooks( this, type ); - - if ( type === "fx" && queue[ 0 ] !== "inprogress" ) { - jQuery.dequeue( this, type ); - } - } ); - }, - dequeue: function( type ) { - return this.each( function() { - jQuery.dequeue( this, type ); - } ); - }, - clearQueue: function( type ) { - return this.queue( type || "fx", [] ); - }, - - // Get a promise resolved when queues of a certain type - // are emptied (fx is the type by default) - promise: function( type, obj ) { - var tmp, - count = 1, - defer = jQuery.Deferred(), - elements = this, - i = this.length, - resolve = function() { - if ( !( --count ) ) { - defer.resolveWith( elements, [ elements ] ); - } - }; - - if ( typeof type !== "string" ) { - obj = type; - type = undefined; - } - type = type || "fx"; - - while ( i-- ) { - tmp = dataPriv.get( elements[ i ], type + "queueHooks" ); - if ( tmp && tmp.empty ) { - count++; - tmp.empty.add( resolve ); - } - } - resolve(); - return defer.promise( obj ); - } -} ); - -return jQuery; -} ); diff --git a/software/flow/node_modules/jquery/src/queue/delay.js b/software/flow/node_modules/jquery/src/queue/delay.js deleted file mode 100644 index de3bef5..0000000 --- a/software/flow/node_modules/jquery/src/queue/delay.js +++ /dev/null @@ -1,23 +0,0 @@ -define( [ - "../core", - "../queue", - "../effects" // Delay is optional because of this dependency -], function( jQuery ) { - -"use strict"; - -// Based off of the plugin by Clint Helfers, with permission. -jQuery.fn.delay = function( time, type ) { - time = jQuery.fx ? jQuery.fx.speeds[ time ] || time : time; - type = type || "fx"; - - return this.queue( type, function( next, hooks ) { - var timeout = window.setTimeout( next, time ); - hooks.stop = function() { - window.clearTimeout( timeout ); - }; - } ); -}; - -return jQuery.fn.delay; -} ); diff --git a/software/flow/node_modules/jquery/src/selector-native.js b/software/flow/node_modules/jquery/src/selector-native.js deleted file mode 100644 index faba511..0000000 --- a/software/flow/node_modules/jquery/src/selector-native.js +++ /dev/null @@ -1,240 +0,0 @@ -define( [ - "./core", - "./var/document", - "./var/documentElement", - "./var/hasOwn", - "./var/indexOf" -], function( jQuery, document, documentElement, hasOwn, indexOf ) { - -"use strict"; - -/* - * Optional (non-Sizzle) selector module for custom builds. - * - * Note that this DOES NOT SUPPORT many documented jQuery - * features in exchange for its smaller size: - * - * Attribute not equal selector - * Positional selectors (:first; :eq(n); :odd; etc.) - * Type selectors (:input; :checkbox; :button; etc.) - * State-based selectors (:animated; :visible; :hidden; etc.) - * :has(selector) - * :not(complex selector) - * custom selectors via Sizzle extensions - * Leading combinators (e.g., $collection.find("> *")) - * Reliable functionality on XML fragments - * Requiring all parts of a selector to match elements under context - * (e.g., $div.find("div > *") now matches children of $div) - * Matching against non-elements - * Reliable sorting of disconnected nodes - * querySelectorAll bug fixes (e.g., unreliable :focus on WebKit) - * - * If any of these are unacceptable tradeoffs, either use Sizzle or - * customize this stub for the project's specific needs. - */ - -var hasDuplicate, sortInput, - rhtmlSuffix = /HTML$/i, - sortStable = jQuery.expando.split( "" ).sort( sortOrder ).join( "" ) === jQuery.expando, - matches = documentElement.matches || - documentElement.webkitMatchesSelector || - documentElement.mozMatchesSelector || - documentElement.oMatchesSelector || - documentElement.msMatchesSelector, - - // CSS string/identifier serialization - // https://drafts.csswg.org/cssom/#common-serializing-idioms - rcssescape = /([\0-\x1f\x7f]|^-?\d)|^-$|[^\x80-\uFFFF\w-]/g, - fcssescape = function( ch, asCodePoint ) { - if ( asCodePoint ) { - - // U+0000 NULL becomes U+FFFD REPLACEMENT CHARACTER - if ( ch === "\0" ) { - return "\uFFFD"; - } - - // Control characters and (dependent upon position) numbers get escaped as code points - return ch.slice( 0, -1 ) + "\\" + ch.charCodeAt( ch.length - 1 ).toString( 16 ) + " "; - } - - // Other potentially-special ASCII characters get backslash-escaped - return "\\" + ch; - }; - -function sortOrder( a, b ) { - - // Flag for duplicate removal - if ( a === b ) { - hasDuplicate = true; - return 0; - } - - // Sort on method existence if only one input has compareDocumentPosition - var compare = !a.compareDocumentPosition - !b.compareDocumentPosition; - if ( compare ) { - return compare; - } - - // Calculate position if both inputs belong to the same document - compare = ( a.ownerDocument || a ) === ( b.ownerDocument || b ) ? - a.compareDocumentPosition( b ) : - - // Otherwise we know they are disconnected - 1; - - // Disconnected nodes - if ( compare & 1 ) { - - // Choose the first element that is related to our preferred document - if ( a === document || a.ownerDocument === document && - jQuery.contains( document, a ) ) { - return -1; - } - if ( b === document || b.ownerDocument === document && - jQuery.contains( document, b ) ) { - return 1; - } - - // Maintain original order - return sortInput ? - ( indexOf.call( sortInput, a ) - indexOf.call( sortInput, b ) ) : - 0; - } - - return compare & 4 ? -1 : 1; -} - -function uniqueSort( results ) { - var elem, - duplicates = [], - j = 0, - i = 0; - - hasDuplicate = false; - sortInput = !sortStable && results.slice( 0 ); - results.sort( sortOrder ); - - if ( hasDuplicate ) { - while ( ( elem = results[ i++ ] ) ) { - if ( elem === results[ i ] ) { - j = duplicates.push( i ); - } - } - while ( j-- ) { - results.splice( duplicates[ j ], 1 ); - } - } - - // Clear input after sorting to release objects - // See https://github.com/jquery/sizzle/pull/225 - sortInput = null; - - return results; -} - -function escape( sel ) { - return ( sel + "" ).replace( rcssescape, fcssescape ); -} - -jQuery.extend( { - uniqueSort: uniqueSort, - unique: uniqueSort, - escapeSelector: escape, - find: function( selector, context, results, seed ) { - var elem, nodeType, - i = 0; - - results = results || []; - context = context || document; - - // Same basic safeguard as Sizzle - if ( !selector || typeof selector !== "string" ) { - return results; - } - - // Early return if context is not an element or document - if ( ( nodeType = context.nodeType ) !== 1 && nodeType !== 9 ) { - return []; - } - - if ( seed ) { - while ( ( elem = seed[ i++ ] ) ) { - if ( jQuery.find.matchesSelector( elem, selector ) ) { - results.push( elem ); - } - } - } else { - jQuery.merge( results, context.querySelectorAll( selector ) ); - } - - return results; - }, - text: function( elem ) { - var node, - ret = "", - i = 0, - nodeType = elem.nodeType; - - if ( !nodeType ) { - - // If no nodeType, this is expected to be an array - while ( ( node = elem[ i++ ] ) ) { - - // Do not traverse comment nodes - ret += jQuery.text( node ); - } - } else if ( nodeType === 1 || nodeType === 9 || nodeType === 11 ) { - - // Use textContent for elements - return elem.textContent; - } else if ( nodeType === 3 || nodeType === 4 ) { - return elem.nodeValue; - } - - // Do not include comment or processing instruction nodes - - return ret; - }, - contains: function( a, b ) { - var bup = b && b.parentNode; - return a === bup || !!( bup && bup.nodeType === 1 && a.contains( bup ) ); - }, - isXMLDoc: function( elem ) { - var namespace = elem.namespaceURI, - documentElement = ( elem.ownerDocument || elem ).documentElement; - - // Assume HTML when documentElement doesn't yet exist, such as inside - // document fragments. - return !rhtmlSuffix.test( namespace || - documentElement && documentElement.nodeName || - "HTML" ); - }, - expr: { - attrHandle: {}, - match: { - bool: new RegExp( "^(?:checked|selected|async|autofocus|autoplay|controls|defer" + - "|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped)$", "i" ), - needsContext: /^[\x20\t\r\n\f]*[>+~]/ - } - } -} ); - -jQuery.extend( jQuery.find, { - matches: function( expr, elements ) { - return jQuery.find( expr, null, null, elements ); - }, - matchesSelector: function( elem, expr ) { - return matches.call( elem, expr ); - }, - attr: function( elem, name ) { - var fn = jQuery.expr.attrHandle[ name.toLowerCase() ], - - // Don't get fooled by Object.prototype properties (jQuery trac-13807) - value = fn && hasOwn.call( jQuery.expr.attrHandle, name.toLowerCase() ) ? - fn( elem, name, jQuery.isXMLDoc( elem ) ) : - undefined; - return value !== undefined ? value : elem.getAttribute( name ); - } -} ); - -} ); diff --git a/software/flow/node_modules/jquery/src/selector-sizzle.js b/software/flow/node_modules/jquery/src/selector-sizzle.js deleted file mode 100644 index ff7bc70..0000000 --- a/software/flow/node_modules/jquery/src/selector-sizzle.js +++ /dev/null @@ -1,19 +0,0 @@ -define( [ - "./core", - "../external/sizzle/dist/sizzle" -], function( jQuery, Sizzle ) { - -"use strict"; - -jQuery.find = Sizzle; -jQuery.expr = Sizzle.selectors; - -// Deprecated -jQuery.expr[ ":" ] = jQuery.expr.pseudos; -jQuery.uniqueSort = jQuery.unique = Sizzle.uniqueSort; -jQuery.text = Sizzle.getText; -jQuery.isXMLDoc = Sizzle.isXML; -jQuery.contains = Sizzle.contains; -jQuery.escapeSelector = Sizzle.escape; - -} ); diff --git a/software/flow/node_modules/jquery/src/selector.js b/software/flow/node_modules/jquery/src/selector.js deleted file mode 100644 index 2e0c17e..0000000 --- a/software/flow/node_modules/jquery/src/selector.js +++ /dev/null @@ -1,3 +0,0 @@ -define( [ "./selector-sizzle" ], function() { - "use strict"; -} ); diff --git a/software/flow/node_modules/jquery/src/serialize.js b/software/flow/node_modules/jquery/src/serialize.js deleted file mode 100644 index 11a8624..0000000 --- a/software/flow/node_modules/jquery/src/serialize.js +++ /dev/null @@ -1,134 +0,0 @@ -define( [ - "./core", - "./core/toType", - "./var/rcheckableType", - "./var/isFunction", - "./core/init", - "./traversing", // filter - "./attributes/prop" -], function( jQuery, toType, rcheckableType, isFunction ) { - -"use strict"; - -var - rbracket = /\[\]$/, - rCRLF = /\r?\n/g, - rsubmitterTypes = /^(?:submit|button|image|reset|file)$/i, - rsubmittable = /^(?:input|select|textarea|keygen)/i; - -function buildParams( prefix, obj, traditional, add ) { - var name; - - if ( Array.isArray( obj ) ) { - - // Serialize array item. - jQuery.each( obj, function( i, v ) { - if ( traditional || rbracket.test( prefix ) ) { - - // Treat each array item as a scalar. - add( prefix, v ); - - } else { - - // Item is non-scalar (array or object), encode its numeric index. - buildParams( - prefix + "[" + ( typeof v === "object" && v != null ? i : "" ) + "]", - v, - traditional, - add - ); - } - } ); - - } else if ( !traditional && toType( obj ) === "object" ) { - - // Serialize object item. - for ( name in obj ) { - buildParams( prefix + "[" + name + "]", obj[ name ], traditional, add ); - } - - } else { - - // Serialize scalar item. - add( prefix, obj ); - } -} - -// Serialize an array of form elements or a set of -// key/values into a query string -jQuery.param = function( a, traditional ) { - var prefix, - s = [], - add = function( key, valueOrFunction ) { - - // If value is a function, invoke it and use its return value - var value = isFunction( valueOrFunction ) ? - valueOrFunction() : - valueOrFunction; - - s[ s.length ] = encodeURIComponent( key ) + "=" + - encodeURIComponent( value == null ? "" : value ); - }; - - if ( a == null ) { - return ""; - } - - // If an array was passed in, assume that it is an array of form elements. - if ( Array.isArray( a ) || ( a.jquery && !jQuery.isPlainObject( a ) ) ) { - - // Serialize the form elements - jQuery.each( a, function() { - add( this.name, this.value ); - } ); - - } else { - - // If traditional, encode the "old" way (the way 1.3.2 or older - // did it), otherwise encode params recursively. - for ( prefix in a ) { - buildParams( prefix, a[ prefix ], traditional, add ); - } - } - - // Return the resulting serialization - return s.join( "&" ); -}; - -jQuery.fn.extend( { - serialize: function() { - return jQuery.param( this.serializeArray() ); - }, - serializeArray: function() { - return this.map( function() { - - // Can add propHook for "elements" to filter or add form elements - var elements = jQuery.prop( this, "elements" ); - return elements ? jQuery.makeArray( elements ) : this; - } ).filter( function() { - var type = this.type; - - // Use .is( ":disabled" ) so that fieldset[disabled] works - return this.name && !jQuery( this ).is( ":disabled" ) && - rsubmittable.test( this.nodeName ) && !rsubmitterTypes.test( type ) && - ( this.checked || !rcheckableType.test( type ) ); - } ).map( function( _i, elem ) { - var val = jQuery( this ).val(); - - if ( val == null ) { - return null; - } - - if ( Array.isArray( val ) ) { - return jQuery.map( val, function( val ) { - return { name: elem.name, value: val.replace( rCRLF, "\r\n" ) }; - } ); - } - - return { name: elem.name, value: val.replace( rCRLF, "\r\n" ) }; - } ).get(); - } -} ); - -return jQuery; -} ); diff --git a/software/flow/node_modules/jquery/src/traversing.js b/software/flow/node_modules/jquery/src/traversing.js deleted file mode 100644 index de37718..0000000 --- a/software/flow/node_modules/jquery/src/traversing.js +++ /dev/null @@ -1,198 +0,0 @@ -define( [ - "./core", - "./var/getProto", - "./var/indexOf", - "./traversing/var/dir", - "./traversing/var/siblings", - "./traversing/var/rneedsContext", - "./core/nodeName", - - "./core/init", - "./traversing/findFilter", - "./selector" -], function( jQuery, getProto, indexOf, dir, siblings, rneedsContext, nodeName ) { - -"use strict"; - -var rparentsprev = /^(?:parents|prev(?:Until|All))/, - - // Methods guaranteed to produce a unique set when starting from a unique set - guaranteedUnique = { - children: true, - contents: true, - next: true, - prev: true - }; - -jQuery.fn.extend( { - has: function( target ) { - var targets = jQuery( target, this ), - l = targets.length; - - return this.filter( function() { - var i = 0; - for ( ; i < l; i++ ) { - if ( jQuery.contains( this, targets[ i ] ) ) { - return true; - } - } - } ); - }, - - closest: function( selectors, context ) { - var cur, - i = 0, - l = this.length, - matched = [], - targets = typeof selectors !== "string" && jQuery( selectors ); - - // Positional selectors never match, since there's no _selection_ context - if ( !rneedsContext.test( selectors ) ) { - for ( ; i < l; i++ ) { - for ( cur = this[ i ]; cur && cur !== context; cur = cur.parentNode ) { - - // Always skip document fragments - if ( cur.nodeType < 11 && ( targets ? - targets.index( cur ) > -1 : - - // Don't pass non-elements to Sizzle - cur.nodeType === 1 && - jQuery.find.matchesSelector( cur, selectors ) ) ) { - - matched.push( cur ); - break; - } - } - } - } - - return this.pushStack( matched.length > 1 ? jQuery.uniqueSort( matched ) : matched ); - }, - - // Determine the position of an element within the set - index: function( elem ) { - - // No argument, return index in parent - if ( !elem ) { - return ( this[ 0 ] && this[ 0 ].parentNode ) ? this.first().prevAll().length : -1; - } - - // Index in selector - if ( typeof elem === "string" ) { - return indexOf.call( jQuery( elem ), this[ 0 ] ); - } - - // Locate the position of the desired element - return indexOf.call( this, - - // If it receives a jQuery object, the first element is used - elem.jquery ? elem[ 0 ] : elem - ); - }, - - add: function( selector, context ) { - return this.pushStack( - jQuery.uniqueSort( - jQuery.merge( this.get(), jQuery( selector, context ) ) - ) - ); - }, - - addBack: function( selector ) { - return this.add( selector == null ? - this.prevObject : this.prevObject.filter( selector ) - ); - } -} ); - -function sibling( cur, dir ) { - while ( ( cur = cur[ dir ] ) && cur.nodeType !== 1 ) {} - return cur; -} - -jQuery.each( { - parent: function( elem ) { - var parent = elem.parentNode; - return parent && parent.nodeType !== 11 ? parent : null; - }, - parents: function( elem ) { - return dir( elem, "parentNode" ); - }, - parentsUntil: function( elem, _i, until ) { - return dir( elem, "parentNode", until ); - }, - next: function( elem ) { - return sibling( elem, "nextSibling" ); - }, - prev: function( elem ) { - return sibling( elem, "previousSibling" ); - }, - nextAll: function( elem ) { - return dir( elem, "nextSibling" ); - }, - prevAll: function( elem ) { - return dir( elem, "previousSibling" ); - }, - nextUntil: function( elem, _i, until ) { - return dir( elem, "nextSibling", until ); - }, - prevUntil: function( elem, _i, until ) { - return dir( elem, "previousSibling", until ); - }, - siblings: function( elem ) { - return siblings( ( elem.parentNode || {} ).firstChild, elem ); - }, - children: function( elem ) { - return siblings( elem.firstChild ); - }, - contents: function( elem ) { - if ( elem.contentDocument != null && - - // Support: IE 11+ - // <object> elements with no `data` attribute has an object - // `contentDocument` with a `null` prototype. - getProto( elem.contentDocument ) ) { - - return elem.contentDocument; - } - - // Support: IE 9 - 11 only, iOS 7 only, Android Browser <=4.3 only - // Treat the template element as a regular one in browsers that - // don't support it. - if ( nodeName( elem, "template" ) ) { - elem = elem.content || elem; - } - - return jQuery.merge( [], elem.childNodes ); - } -}, function( name, fn ) { - jQuery.fn[ name ] = function( until, selector ) { - var matched = jQuery.map( this, fn, until ); - - if ( name.slice( -5 ) !== "Until" ) { - selector = until; - } - - if ( selector && typeof selector === "string" ) { - matched = jQuery.filter( selector, matched ); - } - - if ( this.length > 1 ) { - - // Remove duplicates - if ( !guaranteedUnique[ name ] ) { - jQuery.uniqueSort( matched ); - } - - // Reverse order for parents* and prev-derivatives - if ( rparentsprev.test( name ) ) { - matched.reverse(); - } - } - - return this.pushStack( matched ); - }; -} ); - -return jQuery; -} ); diff --git a/software/flow/node_modules/jquery/src/traversing/findFilter.js b/software/flow/node_modules/jquery/src/traversing/findFilter.js deleted file mode 100644 index 268dad7..0000000 --- a/software/flow/node_modules/jquery/src/traversing/findFilter.js +++ /dev/null @@ -1,97 +0,0 @@ -define( [ - "../core", - "../var/indexOf", - "../var/isFunction", - "./var/rneedsContext", - "../selector" -], function( jQuery, indexOf, isFunction, rneedsContext ) { - -"use strict"; - -// Implement the identical functionality for filter and not -function winnow( elements, qualifier, not ) { - if ( isFunction( qualifier ) ) { - return jQuery.grep( elements, function( elem, i ) { - return !!qualifier.call( elem, i, elem ) !== not; - } ); - } - - // Single element - if ( qualifier.nodeType ) { - return jQuery.grep( elements, function( elem ) { - return ( elem === qualifier ) !== not; - } ); - } - - // Arraylike of elements (jQuery, arguments, Array) - if ( typeof qualifier !== "string" ) { - return jQuery.grep( elements, function( elem ) { - return ( indexOf.call( qualifier, elem ) > -1 ) !== not; - } ); - } - - // Filtered directly for both simple and complex selectors - return jQuery.filter( qualifier, elements, not ); -} - -jQuery.filter = function( expr, elems, not ) { - var elem = elems[ 0 ]; - - if ( not ) { - expr = ":not(" + expr + ")"; - } - - if ( elems.length === 1 && elem.nodeType === 1 ) { - return jQuery.find.matchesSelector( elem, expr ) ? [ elem ] : []; - } - - return jQuery.find.matches( expr, jQuery.grep( elems, function( elem ) { - return elem.nodeType === 1; - } ) ); -}; - -jQuery.fn.extend( { - find: function( selector ) { - var i, ret, - len = this.length, - self = this; - - if ( typeof selector !== "string" ) { - return this.pushStack( jQuery( selector ).filter( function() { - for ( i = 0; i < len; i++ ) { - if ( jQuery.contains( self[ i ], this ) ) { - return true; - } - } - } ) ); - } - - ret = this.pushStack( [] ); - - for ( i = 0; i < len; i++ ) { - jQuery.find( selector, self[ i ], ret ); - } - - return len > 1 ? jQuery.uniqueSort( ret ) : ret; - }, - filter: function( selector ) { - return this.pushStack( winnow( this, selector || [], false ) ); - }, - not: function( selector ) { - return this.pushStack( winnow( this, selector || [], true ) ); - }, - is: function( selector ) { - return !!winnow( - this, - - // If this is a positional/relative selector, check membership in the returned set - // so $("p:first").is("p:last") won't return true for a doc with two "p". - typeof selector === "string" && rneedsContext.test( selector ) ? - jQuery( selector ) : - selector || [], - false - ).length; - } -} ); - -} ); diff --git a/software/flow/node_modules/jquery/src/traversing/var/dir.js b/software/flow/node_modules/jquery/src/traversing/var/dir.js deleted file mode 100644 index 366a823..0000000 --- a/software/flow/node_modules/jquery/src/traversing/var/dir.js +++ /dev/null @@ -1,22 +0,0 @@ -define( [ - "../../core" -], function( jQuery ) { - -"use strict"; - -return function( elem, dir, until ) { - var matched = [], - truncate = until !== undefined; - - while ( ( elem = elem[ dir ] ) && elem.nodeType !== 9 ) { - if ( elem.nodeType === 1 ) { - if ( truncate && jQuery( elem ).is( until ) ) { - break; - } - matched.push( elem ); - } - } - return matched; -}; - -} ); diff --git a/software/flow/node_modules/jquery/src/traversing/var/rneedsContext.js b/software/flow/node_modules/jquery/src/traversing/var/rneedsContext.js deleted file mode 100644 index d0663ce..0000000 --- a/software/flow/node_modules/jquery/src/traversing/var/rneedsContext.js +++ /dev/null @@ -1,8 +0,0 @@ -define( [ - "../../core", - "../../selector" -], function( jQuery ) { - "use strict"; - - return jQuery.expr.match.needsContext; -} ); diff --git a/software/flow/node_modules/jquery/src/traversing/var/siblings.js b/software/flow/node_modules/jquery/src/traversing/var/siblings.js deleted file mode 100644 index 952629d..0000000 --- a/software/flow/node_modules/jquery/src/traversing/var/siblings.js +++ /dev/null @@ -1,17 +0,0 @@ -define( function() { - -"use strict"; - -return function( n, elem ) { - var matched = []; - - for ( ; n; n = n.nextSibling ) { - if ( n.nodeType === 1 && n !== elem ) { - matched.push( n ); - } - } - - return matched; -}; - -} ); diff --git a/software/flow/node_modules/jquery/src/var/ObjectFunctionString.js b/software/flow/node_modules/jquery/src/var/ObjectFunctionString.js deleted file mode 100644 index f9e850f..0000000 --- a/software/flow/node_modules/jquery/src/var/ObjectFunctionString.js +++ /dev/null @@ -1,7 +0,0 @@ -define( [ - "./fnToString" -], function( fnToString ) { - "use strict"; - - return fnToString.call( Object ); -} ); diff --git a/software/flow/node_modules/jquery/src/var/arr.js b/software/flow/node_modules/jquery/src/var/arr.js deleted file mode 100644 index 84713d8..0000000 --- a/software/flow/node_modules/jquery/src/var/arr.js +++ /dev/null @@ -1,5 +0,0 @@ -define( function() { - "use strict"; - - return []; -} ); diff --git a/software/flow/node_modules/jquery/src/var/class2type.js b/software/flow/node_modules/jquery/src/var/class2type.js deleted file mode 100644 index 4365d46..0000000 --- a/software/flow/node_modules/jquery/src/var/class2type.js +++ /dev/null @@ -1,6 +0,0 @@ -define( function() { - "use strict"; - - // [[Class]] -> type pairs - return {}; -} ); diff --git a/software/flow/node_modules/jquery/src/var/document.js b/software/flow/node_modules/jquery/src/var/document.js deleted file mode 100644 index dd3939d..0000000 --- a/software/flow/node_modules/jquery/src/var/document.js +++ /dev/null @@ -1,5 +0,0 @@ -define( function() { - "use strict"; - - return window.document; -} ); diff --git a/software/flow/node_modules/jquery/src/var/documentElement.js b/software/flow/node_modules/jquery/src/var/documentElement.js deleted file mode 100644 index 0e3f8b4..0000000 --- a/software/flow/node_modules/jquery/src/var/documentElement.js +++ /dev/null @@ -1,7 +0,0 @@ -define( [ - "./document" -], function( document ) { - "use strict"; - - return document.documentElement; -} ); diff --git a/software/flow/node_modules/jquery/src/var/flat.js b/software/flow/node_modules/jquery/src/var/flat.js deleted file mode 100644 index 86f91a6..0000000 --- a/software/flow/node_modules/jquery/src/var/flat.js +++ /dev/null @@ -1,16 +0,0 @@ -define( [ - "./arr" -], function( arr ) { - -"use strict"; - -// Support: IE 9 - 11+, Edge 18+, Android Browser 4.0 - 4.3 only, iOS 7 - 11 only, Safari 11 only, -// Firefox <= 61 only -// Provide fallback for browsers without Array#flat. -return arr.flat ? function( array ) { - return arr.flat.call( array ); -} : function( array ) { - return arr.concat.apply( [], array ); -}; - -} ); diff --git a/software/flow/node_modules/jquery/src/var/fnToString.js b/software/flow/node_modules/jquery/src/var/fnToString.js deleted file mode 100644 index 18c43ff..0000000 --- a/software/flow/node_modules/jquery/src/var/fnToString.js +++ /dev/null @@ -1,7 +0,0 @@ -define( [ - "./hasOwn" -], function( hasOwn ) { - "use strict"; - - return hasOwn.toString; -} ); diff --git a/software/flow/node_modules/jquery/src/var/getProto.js b/software/flow/node_modules/jquery/src/var/getProto.js deleted file mode 100644 index 965fab8..0000000 --- a/software/flow/node_modules/jquery/src/var/getProto.js +++ /dev/null @@ -1,5 +0,0 @@ -define( function() { - "use strict"; - - return Object.getPrototypeOf; -} ); diff --git a/software/flow/node_modules/jquery/src/var/hasOwn.js b/software/flow/node_modules/jquery/src/var/hasOwn.js deleted file mode 100644 index 44ab680..0000000 --- a/software/flow/node_modules/jquery/src/var/hasOwn.js +++ /dev/null @@ -1,7 +0,0 @@ -define( [ - "./class2type" -], function( class2type ) { - "use strict"; - - return class2type.hasOwnProperty; -} ); diff --git a/software/flow/node_modules/jquery/src/var/indexOf.js b/software/flow/node_modules/jquery/src/var/indexOf.js deleted file mode 100644 index 8320b98..0000000 --- a/software/flow/node_modules/jquery/src/var/indexOf.js +++ /dev/null @@ -1,7 +0,0 @@ -define( [ - "./arr" -], function( arr ) { - "use strict"; - - return arr.indexOf; -} ); diff --git a/software/flow/node_modules/jquery/src/var/isFunction.js b/software/flow/node_modules/jquery/src/var/isFunction.js deleted file mode 100644 index 6e2d3a7..0000000 --- a/software/flow/node_modules/jquery/src/var/isFunction.js +++ /dev/null @@ -1,17 +0,0 @@ -define( function() { - "use strict"; - - return function isFunction( obj ) { - - // Support: Chrome <=57, Firefox <=52 - // In some browsers, typeof returns "function" for HTML <object> elements - // (i.e., `typeof document.createElement( "object" ) === "function"`). - // We don't want to classify *any* DOM node as a function. - // Support: QtWeb <=3.8.5, WebKit <=534.34, wkhtmltopdf tool <=0.12.5 - // Plus for old WebKit, typeof returns "function" for HTML collections - // (e.g., `typeof document.getElementsByTagName("div") === "function"`). (gh-4756) - return typeof obj === "function" && typeof obj.nodeType !== "number" && - typeof obj.item !== "function"; - }; - -} ); diff --git a/software/flow/node_modules/jquery/src/var/isWindow.js b/software/flow/node_modules/jquery/src/var/isWindow.js deleted file mode 100644 index 2ba1168..0000000 --- a/software/flow/node_modules/jquery/src/var/isWindow.js +++ /dev/null @@ -1,8 +0,0 @@ -define( function() { - "use strict"; - - return function isWindow( obj ) { - return obj != null && obj === obj.window; - }; - -} ); diff --git a/software/flow/node_modules/jquery/src/var/pnum.js b/software/flow/node_modules/jquery/src/var/pnum.js deleted file mode 100644 index 6f06d73..0000000 --- a/software/flow/node_modules/jquery/src/var/pnum.js +++ /dev/null @@ -1,5 +0,0 @@ -define( function() { - "use strict"; - - return ( /[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/ ).source; -} ); diff --git a/software/flow/node_modules/jquery/src/var/push.js b/software/flow/node_modules/jquery/src/var/push.js deleted file mode 100644 index 9465620..0000000 --- a/software/flow/node_modules/jquery/src/var/push.js +++ /dev/null @@ -1,7 +0,0 @@ -define( [ - "./arr" -], function( arr ) { - "use strict"; - - return arr.push; -} ); diff --git a/software/flow/node_modules/jquery/src/var/rcheckableType.js b/software/flow/node_modules/jquery/src/var/rcheckableType.js deleted file mode 100644 index 25bbcb4..0000000 --- a/software/flow/node_modules/jquery/src/var/rcheckableType.js +++ /dev/null @@ -1,5 +0,0 @@ -define( function() { - "use strict"; - - return ( /^(?:checkbox|radio)$/i ); -} ); diff --git a/software/flow/node_modules/jquery/src/var/rcssNum.js b/software/flow/node_modules/jquery/src/var/rcssNum.js deleted file mode 100644 index 4214b14..0000000 --- a/software/flow/node_modules/jquery/src/var/rcssNum.js +++ /dev/null @@ -1,9 +0,0 @@ -define( [ - "../var/pnum" -], function( pnum ) { - -"use strict"; - -return new RegExp( "^(?:([+-])=|)(" + pnum + ")([a-z%]*)$", "i" ); - -} ); diff --git a/software/flow/node_modules/jquery/src/var/rnothtmlwhite.js b/software/flow/node_modules/jquery/src/var/rnothtmlwhite.js deleted file mode 100644 index 29eebf2..0000000 --- a/software/flow/node_modules/jquery/src/var/rnothtmlwhite.js +++ /dev/null @@ -1,8 +0,0 @@ -define( function() { - "use strict"; - - // Only count HTML whitespace - // Other whitespace should count in values - // https://infra.spec.whatwg.org/#ascii-whitespace - return ( /[^\x20\t\r\n\f]+/g ); -} ); diff --git a/software/flow/node_modules/jquery/src/var/rtrimCSS.js b/software/flow/node_modules/jquery/src/var/rtrimCSS.js deleted file mode 100644 index cfe1eea..0000000 --- a/software/flow/node_modules/jquery/src/var/rtrimCSS.js +++ /dev/null @@ -1,12 +0,0 @@ -define( [ - "./whitespace" -], function( whitespace ) { - -"use strict"; - -return new RegExp( - "^" + whitespace + "+|((?:^|[^\\\\])(?:\\\\.)*)" + whitespace + "+$", - "g" -); - -} ); diff --git a/software/flow/node_modules/jquery/src/var/slice.js b/software/flow/node_modules/jquery/src/var/slice.js deleted file mode 100644 index 915f837..0000000 --- a/software/flow/node_modules/jquery/src/var/slice.js +++ /dev/null @@ -1,7 +0,0 @@ -define( [ - "./arr" -], function( arr ) { - "use strict"; - - return arr.slice; -} ); diff --git a/software/flow/node_modules/jquery/src/var/support.js b/software/flow/node_modules/jquery/src/var/support.js deleted file mode 100644 index 094d0ae..0000000 --- a/software/flow/node_modules/jquery/src/var/support.js +++ /dev/null @@ -1,6 +0,0 @@ -define( function() { - "use strict"; - - // All support tests are defined in their respective modules. - return {}; -} ); diff --git a/software/flow/node_modules/jquery/src/var/toString.js b/software/flow/node_modules/jquery/src/var/toString.js deleted file mode 100644 index ff4ecdc..0000000 --- a/software/flow/node_modules/jquery/src/var/toString.js +++ /dev/null @@ -1,7 +0,0 @@ -define( [ - "./class2type" -], function( class2type ) { - "use strict"; - - return class2type.toString; -} ); diff --git a/software/flow/node_modules/jquery/src/var/whitespace.js b/software/flow/node_modules/jquery/src/var/whitespace.js deleted file mode 100644 index 2a6059b..0000000 --- a/software/flow/node_modules/jquery/src/var/whitespace.js +++ /dev/null @@ -1,8 +0,0 @@ -define( function() { - -"use strict"; - -// https://www.w3.org/TR/css3-selectors/#whitespace -return "[\\x20\\t\\r\\n\\f]"; - -} ); diff --git a/software/flow/node_modules/jquery/src/wrap.js b/software/flow/node_modules/jquery/src/wrap.js deleted file mode 100644 index 41b716f..0000000 --- a/software/flow/node_modules/jquery/src/wrap.js +++ /dev/null @@ -1,78 +0,0 @@ -define( [ - "./core", - "./var/isFunction", - "./core/init", - "./manipulation", // clone - "./traversing" // parent, contents -], function( jQuery, isFunction ) { - -"use strict"; - -jQuery.fn.extend( { - wrapAll: function( html ) { - var wrap; - - if ( this[ 0 ] ) { - if ( isFunction( html ) ) { - html = html.call( this[ 0 ] ); - } - - // The elements to wrap the target around - wrap = jQuery( html, this[ 0 ].ownerDocument ).eq( 0 ).clone( true ); - - if ( this[ 0 ].parentNode ) { - wrap.insertBefore( this[ 0 ] ); - } - - wrap.map( function() { - var elem = this; - - while ( elem.firstElementChild ) { - elem = elem.firstElementChild; - } - - return elem; - } ).append( this ); - } - - return this; - }, - - wrapInner: function( html ) { - if ( isFunction( html ) ) { - return this.each( function( i ) { - jQuery( this ).wrapInner( html.call( this, i ) ); - } ); - } - - return this.each( function() { - var self = jQuery( this ), - contents = self.contents(); - - if ( contents.length ) { - contents.wrapAll( html ); - - } else { - self.append( html ); - } - } ); - }, - - wrap: function( html ) { - var htmlIsFunction = isFunction( html ); - - return this.each( function( i ) { - jQuery( this ).wrapAll( htmlIsFunction ? html.call( this, i ) : html ); - } ); - }, - - unwrap: function( selector ) { - this.parent( selector ).not( "body" ).each( function() { - jQuery( this ).replaceWith( this.childNodes ); - } ); - return this; - } -} ); - -return jQuery; -} ); diff --git a/software/flow/node_modules/lodash/LICENSE b/software/flow/node_modules/lodash/LICENSE deleted file mode 100644 index 77c42f1..0000000 --- a/software/flow/node_modules/lodash/LICENSE +++ /dev/null @@ -1,47 +0,0 @@ -Copyright OpenJS Foundation and other contributors <https://openjsf.org/> - -Based on Underscore.js, copyright Jeremy Ashkenas, -DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/> - -This software consists of voluntary contributions made by many -individuals. For exact contribution history, see the revision history -available at https://github.com/lodash/lodash - -The following license applies to all parts of this software except as -documented below: - -==== - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -==== - -Copyright and related rights for sample code are waived via CC0. Sample -code is defined as all source code displayed within the prose of the -documentation. - -CC0: http://creativecommons.org/publicdomain/zero/1.0/ - -==== - -Files located in the node_modules and vendor directories are externally -maintained libraries used by this software which have their own -licenses; we recommend you read them, as their terms may differ from the -terms above. diff --git a/software/flow/node_modules/lodash/README.md b/software/flow/node_modules/lodash/README.md deleted file mode 100644 index 3ab1a05..0000000 --- a/software/flow/node_modules/lodash/README.md +++ /dev/null @@ -1,39 +0,0 @@ -# lodash v4.17.21 - -The [Lodash](https://lodash.com/) library exported as [Node.js](https://nodejs.org/) modules. - -## Installation - -Using npm: -```shell -$ npm i -g npm -$ npm i --save lodash -``` - -In Node.js: -```js -// Load the full build. -var _ = require('lodash'); -// Load the core build. -var _ = require('lodash/core'); -// Load the FP build for immutable auto-curried iteratee-first data-last methods. -var fp = require('lodash/fp'); - -// Load method categories. -var array = require('lodash/array'); -var object = require('lodash/fp/object'); - -// Cherry-pick methods for smaller browserify/rollup/webpack bundles. -var at = require('lodash/at'); -var curryN = require('lodash/fp/curryN'); -``` - -See the [package source](https://github.com/lodash/lodash/tree/4.17.21-npm) for more details. - -**Note:**<br> -Install [n_](https://www.npmjs.com/package/n_) for Lodash use in the Node.js < 6 REPL. - -## Support - -Tested in Chrome 74-75, Firefox 66-67, IE 11, Edge 18, Safari 11-12, & Node.js 8-12.<br> -Automated [browser](https://saucelabs.com/u/lodash) & [CI](https://travis-ci.org/lodash/lodash/) test runs are available. diff --git a/software/flow/node_modules/lodash/_DataView.js b/software/flow/node_modules/lodash/_DataView.js deleted file mode 100644 index ac2d57c..0000000 --- a/software/flow/node_modules/lodash/_DataView.js +++ /dev/null @@ -1,7 +0,0 @@ -var getNative = require('./_getNative'), - root = require('./_root'); - -/* Built-in method references that are verified to be native. */ -var DataView = getNative(root, 'DataView'); - -module.exports = DataView; diff --git a/software/flow/node_modules/lodash/_Hash.js b/software/flow/node_modules/lodash/_Hash.js deleted file mode 100644 index b504fe3..0000000 --- a/software/flow/node_modules/lodash/_Hash.js +++ /dev/null @@ -1,32 +0,0 @@ -var hashClear = require('./_hashClear'), - hashDelete = require('./_hashDelete'), - hashGet = require('./_hashGet'), - hashHas = require('./_hashHas'), - hashSet = require('./_hashSet'); - -/** - * Creates a hash object. - * - * @private - * @constructor - * @param {Array} [entries] The key-value pairs to cache. - */ -function Hash(entries) { - var index = -1, - length = entries == null ? 0 : entries.length; - - this.clear(); - while (++index < length) { - var entry = entries[index]; - this.set(entry[0], entry[1]); - } -} - -// Add methods to `Hash`. -Hash.prototype.clear = hashClear; -Hash.prototype['delete'] = hashDelete; -Hash.prototype.get = hashGet; -Hash.prototype.has = hashHas; -Hash.prototype.set = hashSet; - -module.exports = Hash; diff --git a/software/flow/node_modules/lodash/_LazyWrapper.js b/software/flow/node_modules/lodash/_LazyWrapper.js deleted file mode 100644 index 81786c7..0000000 --- a/software/flow/node_modules/lodash/_LazyWrapper.js +++ /dev/null @@ -1,28 +0,0 @@ -var baseCreate = require('./_baseCreate'), - baseLodash = require('./_baseLodash'); - -/** Used as references for the maximum length and index of an array. */ -var MAX_ARRAY_LENGTH = 4294967295; - -/** - * Creates a lazy wrapper object which wraps `value` to enable lazy evaluation. - * - * @private - * @constructor - * @param {*} value The value to wrap. - */ -function LazyWrapper(value) { - this.__wrapped__ = value; - this.__actions__ = []; - this.__dir__ = 1; - this.__filtered__ = false; - this.__iteratees__ = []; - this.__takeCount__ = MAX_ARRAY_LENGTH; - this.__views__ = []; -} - -// Ensure `LazyWrapper` is an instance of `baseLodash`. -LazyWrapper.prototype = baseCreate(baseLodash.prototype); -LazyWrapper.prototype.constructor = LazyWrapper; - -module.exports = LazyWrapper; diff --git a/software/flow/node_modules/lodash/_ListCache.js b/software/flow/node_modules/lodash/_ListCache.js deleted file mode 100644 index 26895c3..0000000 --- a/software/flow/node_modules/lodash/_ListCache.js +++ /dev/null @@ -1,32 +0,0 @@ -var listCacheClear = require('./_listCacheClear'), - listCacheDelete = require('./_listCacheDelete'), - listCacheGet = require('./_listCacheGet'), - listCacheHas = require('./_listCacheHas'), - listCacheSet = require('./_listCacheSet'); - -/** - * Creates an list cache object. - * - * @private - * @constructor - * @param {Array} [entries] The key-value pairs to cache. - */ -function ListCache(entries) { - var index = -1, - length = entries == null ? 0 : entries.length; - - this.clear(); - while (++index < length) { - var entry = entries[index]; - this.set(entry[0], entry[1]); - } -} - -// Add methods to `ListCache`. -ListCache.prototype.clear = listCacheClear; -ListCache.prototype['delete'] = listCacheDelete; -ListCache.prototype.get = listCacheGet; -ListCache.prototype.has = listCacheHas; -ListCache.prototype.set = listCacheSet; - -module.exports = ListCache; diff --git a/software/flow/node_modules/lodash/_LodashWrapper.js b/software/flow/node_modules/lodash/_LodashWrapper.js deleted file mode 100644 index c1e4d9d..0000000 --- a/software/flow/node_modules/lodash/_LodashWrapper.js +++ /dev/null @@ -1,22 +0,0 @@ -var baseCreate = require('./_baseCreate'), - baseLodash = require('./_baseLodash'); - -/** - * The base constructor for creating `lodash` wrapper objects. - * - * @private - * @param {*} value The value to wrap. - * @param {boolean} [chainAll] Enable explicit method chain sequences. - */ -function LodashWrapper(value, chainAll) { - this.__wrapped__ = value; - this.__actions__ = []; - this.__chain__ = !!chainAll; - this.__index__ = 0; - this.__values__ = undefined; -} - -LodashWrapper.prototype = baseCreate(baseLodash.prototype); -LodashWrapper.prototype.constructor = LodashWrapper; - -module.exports = LodashWrapper; diff --git a/software/flow/node_modules/lodash/_Map.js b/software/flow/node_modules/lodash/_Map.js deleted file mode 100644 index b73f29a..0000000 --- a/software/flow/node_modules/lodash/_Map.js +++ /dev/null @@ -1,7 +0,0 @@ -var getNative = require('./_getNative'), - root = require('./_root'); - -/* Built-in method references that are verified to be native. */ -var Map = getNative(root, 'Map'); - -module.exports = Map; diff --git a/software/flow/node_modules/lodash/_MapCache.js b/software/flow/node_modules/lodash/_MapCache.js deleted file mode 100644 index 4a4eea7..0000000 --- a/software/flow/node_modules/lodash/_MapCache.js +++ /dev/null @@ -1,32 +0,0 @@ -var mapCacheClear = require('./_mapCacheClear'), - mapCacheDelete = require('./_mapCacheDelete'), - mapCacheGet = require('./_mapCacheGet'), - mapCacheHas = require('./_mapCacheHas'), - mapCacheSet = require('./_mapCacheSet'); - -/** - * Creates a map cache object to store key-value pairs. - * - * @private - * @constructor - * @param {Array} [entries] The key-value pairs to cache. - */ -function MapCache(entries) { - var index = -1, - length = entries == null ? 0 : entries.length; - - this.clear(); - while (++index < length) { - var entry = entries[index]; - this.set(entry[0], entry[1]); - } -} - -// Add methods to `MapCache`. -MapCache.prototype.clear = mapCacheClear; -MapCache.prototype['delete'] = mapCacheDelete; -MapCache.prototype.get = mapCacheGet; -MapCache.prototype.has = mapCacheHas; -MapCache.prototype.set = mapCacheSet; - -module.exports = MapCache; diff --git a/software/flow/node_modules/lodash/_Promise.js b/software/flow/node_modules/lodash/_Promise.js deleted file mode 100644 index 247b9e1..0000000 --- a/software/flow/node_modules/lodash/_Promise.js +++ /dev/null @@ -1,7 +0,0 @@ -var getNative = require('./_getNative'), - root = require('./_root'); - -/* Built-in method references that are verified to be native. */ -var Promise = getNative(root, 'Promise'); - -module.exports = Promise; diff --git a/software/flow/node_modules/lodash/_Set.js b/software/flow/node_modules/lodash/_Set.js deleted file mode 100644 index b3c8dcb..0000000 --- a/software/flow/node_modules/lodash/_Set.js +++ /dev/null @@ -1,7 +0,0 @@ -var getNative = require('./_getNative'), - root = require('./_root'); - -/* Built-in method references that are verified to be native. */ -var Set = getNative(root, 'Set'); - -module.exports = Set; diff --git a/software/flow/node_modules/lodash/_SetCache.js b/software/flow/node_modules/lodash/_SetCache.js deleted file mode 100644 index 6468b06..0000000 --- a/software/flow/node_modules/lodash/_SetCache.js +++ /dev/null @@ -1,27 +0,0 @@ -var MapCache = require('./_MapCache'), - setCacheAdd = require('./_setCacheAdd'), - setCacheHas = require('./_setCacheHas'); - -/** - * - * Creates an array cache object to store unique values. - * - * @private - * @constructor - * @param {Array} [values] The values to cache. - */ -function SetCache(values) { - var index = -1, - length = values == null ? 0 : values.length; - - this.__data__ = new MapCache; - while (++index < length) { - this.add(values[index]); - } -} - -// Add methods to `SetCache`. -SetCache.prototype.add = SetCache.prototype.push = setCacheAdd; -SetCache.prototype.has = setCacheHas; - -module.exports = SetCache; diff --git a/software/flow/node_modules/lodash/_Stack.js b/software/flow/node_modules/lodash/_Stack.js deleted file mode 100644 index 80b2cf1..0000000 --- a/software/flow/node_modules/lodash/_Stack.js +++ /dev/null @@ -1,27 +0,0 @@ -var ListCache = require('./_ListCache'), - stackClear = require('./_stackClear'), - stackDelete = require('./_stackDelete'), - stackGet = require('./_stackGet'), - stackHas = require('./_stackHas'), - stackSet = require('./_stackSet'); - -/** - * Creates a stack cache object to store key-value pairs. - * - * @private - * @constructor - * @param {Array} [entries] The key-value pairs to cache. - */ -function Stack(entries) { - var data = this.__data__ = new ListCache(entries); - this.size = data.size; -} - -// Add methods to `Stack`. -Stack.prototype.clear = stackClear; -Stack.prototype['delete'] = stackDelete; -Stack.prototype.get = stackGet; -Stack.prototype.has = stackHas; -Stack.prototype.set = stackSet; - -module.exports = Stack; diff --git a/software/flow/node_modules/lodash/_Symbol.js b/software/flow/node_modules/lodash/_Symbol.js deleted file mode 100644 index a013f7c..0000000 --- a/software/flow/node_modules/lodash/_Symbol.js +++ /dev/null @@ -1,6 +0,0 @@ -var root = require('./_root'); - -/** Built-in value references. */ -var Symbol = root.Symbol; - -module.exports = Symbol; diff --git a/software/flow/node_modules/lodash/_Uint8Array.js b/software/flow/node_modules/lodash/_Uint8Array.js deleted file mode 100644 index 2fb30e1..0000000 --- a/software/flow/node_modules/lodash/_Uint8Array.js +++ /dev/null @@ -1,6 +0,0 @@ -var root = require('./_root'); - -/** Built-in value references. */ -var Uint8Array = root.Uint8Array; - -module.exports = Uint8Array; diff --git a/software/flow/node_modules/lodash/_WeakMap.js b/software/flow/node_modules/lodash/_WeakMap.js deleted file mode 100644 index 567f86c..0000000 --- a/software/flow/node_modules/lodash/_WeakMap.js +++ /dev/null @@ -1,7 +0,0 @@ -var getNative = require('./_getNative'), - root = require('./_root'); - -/* Built-in method references that are verified to be native. */ -var WeakMap = getNative(root, 'WeakMap'); - -module.exports = WeakMap; diff --git a/software/flow/node_modules/lodash/_apply.js b/software/flow/node_modules/lodash/_apply.js deleted file mode 100644 index 36436dd..0000000 --- a/software/flow/node_modules/lodash/_apply.js +++ /dev/null @@ -1,21 +0,0 @@ -/** - * A faster alternative to `Function#apply`, this function invokes `func` - * with the `this` binding of `thisArg` and the arguments of `args`. - * - * @private - * @param {Function} func The function to invoke. - * @param {*} thisArg The `this` binding of `func`. - * @param {Array} args The arguments to invoke `func` with. - * @returns {*} Returns the result of `func`. - */ -function apply(func, thisArg, args) { - switch (args.length) { - case 0: return func.call(thisArg); - case 1: return func.call(thisArg, args[0]); - case 2: return func.call(thisArg, args[0], args[1]); - case 3: return func.call(thisArg, args[0], args[1], args[2]); - } - return func.apply(thisArg, args); -} - -module.exports = apply; diff --git a/software/flow/node_modules/lodash/_arrayAggregator.js b/software/flow/node_modules/lodash/_arrayAggregator.js deleted file mode 100644 index d96c3ca..0000000 --- a/software/flow/node_modules/lodash/_arrayAggregator.js +++ /dev/null @@ -1,22 +0,0 @@ -/** - * A specialized version of `baseAggregator` for arrays. - * - * @private - * @param {Array} [array] The array to iterate over. - * @param {Function} setter The function to set `accumulator` values. - * @param {Function} iteratee The iteratee to transform keys. - * @param {Object} accumulator The initial aggregated object. - * @returns {Function} Returns `accumulator`. - */ -function arrayAggregator(array, setter, iteratee, accumulator) { - var index = -1, - length = array == null ? 0 : array.length; - - while (++index < length) { - var value = array[index]; - setter(accumulator, value, iteratee(value), array); - } - return accumulator; -} - -module.exports = arrayAggregator; diff --git a/software/flow/node_modules/lodash/_arrayEach.js b/software/flow/node_modules/lodash/_arrayEach.js deleted file mode 100644 index 2c5f579..0000000 --- a/software/flow/node_modules/lodash/_arrayEach.js +++ /dev/null @@ -1,22 +0,0 @@ -/** - * A specialized version of `_.forEach` for arrays without support for - * iteratee shorthands. - * - * @private - * @param {Array} [array] The array to iterate over. - * @param {Function} iteratee The function invoked per iteration. - * @returns {Array} Returns `array`. - */ -function arrayEach(array, iteratee) { - var index = -1, - length = array == null ? 0 : array.length; - - while (++index < length) { - if (iteratee(array[index], index, array) === false) { - break; - } - } - return array; -} - -module.exports = arrayEach; diff --git a/software/flow/node_modules/lodash/_arrayEachRight.js b/software/flow/node_modules/lodash/_arrayEachRight.js deleted file mode 100644 index 976ca5c..0000000 --- a/software/flow/node_modules/lodash/_arrayEachRight.js +++ /dev/null @@ -1,21 +0,0 @@ -/** - * A specialized version of `_.forEachRight` for arrays without support for - * iteratee shorthands. - * - * @private - * @param {Array} [array] The array to iterate over. - * @param {Function} iteratee The function invoked per iteration. - * @returns {Array} Returns `array`. - */ -function arrayEachRight(array, iteratee) { - var length = array == null ? 0 : array.length; - - while (length--) { - if (iteratee(array[length], length, array) === false) { - break; - } - } - return array; -} - -module.exports = arrayEachRight; diff --git a/software/flow/node_modules/lodash/_arrayEvery.js b/software/flow/node_modules/lodash/_arrayEvery.js deleted file mode 100644 index e26a918..0000000 --- a/software/flow/node_modules/lodash/_arrayEvery.js +++ /dev/null @@ -1,23 +0,0 @@ -/** - * A specialized version of `_.every` for arrays without support for - * iteratee shorthands. - * - * @private - * @param {Array} [array] The array to iterate over. - * @param {Function} predicate The function invoked per iteration. - * @returns {boolean} Returns `true` if all elements pass the predicate check, - * else `false`. - */ -function arrayEvery(array, predicate) { - var index = -1, - length = array == null ? 0 : array.length; - - while (++index < length) { - if (!predicate(array[index], index, array)) { - return false; - } - } - return true; -} - -module.exports = arrayEvery; diff --git a/software/flow/node_modules/lodash/_arrayFilter.js b/software/flow/node_modules/lodash/_arrayFilter.js deleted file mode 100644 index 75ea254..0000000 --- a/software/flow/node_modules/lodash/_arrayFilter.js +++ /dev/null @@ -1,25 +0,0 @@ -/** - * A specialized version of `_.filter` for arrays without support for - * iteratee shorthands. - * - * @private - * @param {Array} [array] The array to iterate over. - * @param {Function} predicate The function invoked per iteration. - * @returns {Array} Returns the new filtered array. - */ -function arrayFilter(array, predicate) { - var index = -1, - length = array == null ? 0 : array.length, - resIndex = 0, - result = []; - - while (++index < length) { - var value = array[index]; - if (predicate(value, index, array)) { - result[resIndex++] = value; - } - } - return result; -} - -module.exports = arrayFilter; diff --git a/software/flow/node_modules/lodash/_arrayIncludes.js b/software/flow/node_modules/lodash/_arrayIncludes.js deleted file mode 100644 index 3737a6d..0000000 --- a/software/flow/node_modules/lodash/_arrayIncludes.js +++ /dev/null @@ -1,17 +0,0 @@ -var baseIndexOf = require('./_baseIndexOf'); - -/** - * A specialized version of `_.includes` for arrays without support for - * specifying an index to search from. - * - * @private - * @param {Array} [array] The array to inspect. - * @param {*} target The value to search for. - * @returns {boolean} Returns `true` if `target` is found, else `false`. - */ -function arrayIncludes(array, value) { - var length = array == null ? 0 : array.length; - return !!length && baseIndexOf(array, value, 0) > -1; -} - -module.exports = arrayIncludes; diff --git a/software/flow/node_modules/lodash/_arrayIncludesWith.js b/software/flow/node_modules/lodash/_arrayIncludesWith.js deleted file mode 100644 index 235fd97..0000000 --- a/software/flow/node_modules/lodash/_arrayIncludesWith.js +++ /dev/null @@ -1,22 +0,0 @@ -/** - * This function is like `arrayIncludes` except that it accepts a comparator. - * - * @private - * @param {Array} [array] The array to inspect. - * @param {*} target The value to search for. - * @param {Function} comparator The comparator invoked per element. - * @returns {boolean} Returns `true` if `target` is found, else `false`. - */ -function arrayIncludesWith(array, value, comparator) { - var index = -1, - length = array == null ? 0 : array.length; - - while (++index < length) { - if (comparator(value, array[index])) { - return true; - } - } - return false; -} - -module.exports = arrayIncludesWith; diff --git a/software/flow/node_modules/lodash/_arrayLikeKeys.js b/software/flow/node_modules/lodash/_arrayLikeKeys.js deleted file mode 100644 index b2ec9ce..0000000 --- a/software/flow/node_modules/lodash/_arrayLikeKeys.js +++ /dev/null @@ -1,49 +0,0 @@ -var baseTimes = require('./_baseTimes'), - isArguments = require('./isArguments'), - isArray = require('./isArray'), - isBuffer = require('./isBuffer'), - isIndex = require('./_isIndex'), - isTypedArray = require('./isTypedArray'); - -/** Used for built-in method references. */ -var objectProto = Object.prototype; - -/** Used to check objects for own properties. */ -var hasOwnProperty = objectProto.hasOwnProperty; - -/** - * Creates an array of the enumerable property names of the array-like `value`. - * - * @private - * @param {*} value The value to query. - * @param {boolean} inherited Specify returning inherited property names. - * @returns {Array} Returns the array of property names. - */ -function arrayLikeKeys(value, inherited) { - var isArr = isArray(value), - isArg = !isArr && isArguments(value), - isBuff = !isArr && !isArg && isBuffer(value), - isType = !isArr && !isArg && !isBuff && isTypedArray(value), - skipIndexes = isArr || isArg || isBuff || isType, - result = skipIndexes ? baseTimes(value.length, String) : [], - length = result.length; - - for (var key in value) { - if ((inherited || hasOwnProperty.call(value, key)) && - !(skipIndexes && ( - // Safari 9 has enumerable `arguments.length` in strict mode. - key == 'length' || - // Node.js 0.10 has enumerable non-index properties on buffers. - (isBuff && (key == 'offset' || key == 'parent')) || - // PhantomJS 2 has enumerable non-index properties on typed arrays. - (isType && (key == 'buffer' || key == 'byteLength' || key == 'byteOffset')) || - // Skip index properties. - isIndex(key, length) - ))) { - result.push(key); - } - } - return result; -} - -module.exports = arrayLikeKeys; diff --git a/software/flow/node_modules/lodash/_arrayMap.js b/software/flow/node_modules/lodash/_arrayMap.js deleted file mode 100644 index 22b2246..0000000 --- a/software/flow/node_modules/lodash/_arrayMap.js +++ /dev/null @@ -1,21 +0,0 @@ -/** - * A specialized version of `_.map` for arrays without support for iteratee - * shorthands. - * - * @private - * @param {Array} [array] The array to iterate over. - * @param {Function} iteratee The function invoked per iteration. - * @returns {Array} Returns the new mapped array. - */ -function arrayMap(array, iteratee) { - var index = -1, - length = array == null ? 0 : array.length, - result = Array(length); - - while (++index < length) { - result[index] = iteratee(array[index], index, array); - } - return result; -} - -module.exports = arrayMap; diff --git a/software/flow/node_modules/lodash/_arrayPush.js b/software/flow/node_modules/lodash/_arrayPush.js deleted file mode 100644 index 7d742b3..0000000 --- a/software/flow/node_modules/lodash/_arrayPush.js +++ /dev/null @@ -1,20 +0,0 @@ -/** - * Appends the elements of `values` to `array`. - * - * @private - * @param {Array} array The array to modify. - * @param {Array} values The values to append. - * @returns {Array} Returns `array`. - */ -function arrayPush(array, values) { - var index = -1, - length = values.length, - offset = array.length; - - while (++index < length) { - array[offset + index] = values[index]; - } - return array; -} - -module.exports = arrayPush; diff --git a/software/flow/node_modules/lodash/_arrayReduce.js b/software/flow/node_modules/lodash/_arrayReduce.js deleted file mode 100644 index de8b79b..0000000 --- a/software/flow/node_modules/lodash/_arrayReduce.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * A specialized version of `_.reduce` for arrays without support for - * iteratee shorthands. - * - * @private - * @param {Array} [array] The array to iterate over. - * @param {Function} iteratee The function invoked per iteration. - * @param {*} [accumulator] The initial value. - * @param {boolean} [initAccum] Specify using the first element of `array` as - * the initial value. - * @returns {*} Returns the accumulated value. - */ -function arrayReduce(array, iteratee, accumulator, initAccum) { - var index = -1, - length = array == null ? 0 : array.length; - - if (initAccum && length) { - accumulator = array[++index]; - } - while (++index < length) { - accumulator = iteratee(accumulator, array[index], index, array); - } - return accumulator; -} - -module.exports = arrayReduce; diff --git a/software/flow/node_modules/lodash/_arrayReduceRight.js b/software/flow/node_modules/lodash/_arrayReduceRight.js deleted file mode 100644 index 22d8976..0000000 --- a/software/flow/node_modules/lodash/_arrayReduceRight.js +++ /dev/null @@ -1,24 +0,0 @@ -/** - * A specialized version of `_.reduceRight` for arrays without support for - * iteratee shorthands. - * - * @private - * @param {Array} [array] The array to iterate over. - * @param {Function} iteratee The function invoked per iteration. - * @param {*} [accumulator] The initial value. - * @param {boolean} [initAccum] Specify using the last element of `array` as - * the initial value. - * @returns {*} Returns the accumulated value. - */ -function arrayReduceRight(array, iteratee, accumulator, initAccum) { - var length = array == null ? 0 : array.length; - if (initAccum && length) { - accumulator = array[--length]; - } - while (length--) { - accumulator = iteratee(accumulator, array[length], length, array); - } - return accumulator; -} - -module.exports = arrayReduceRight; diff --git a/software/flow/node_modules/lodash/_arraySample.js b/software/flow/node_modules/lodash/_arraySample.js deleted file mode 100644 index fcab010..0000000 --- a/software/flow/node_modules/lodash/_arraySample.js +++ /dev/null @@ -1,15 +0,0 @@ -var baseRandom = require('./_baseRandom'); - -/** - * A specialized version of `_.sample` for arrays. - * - * @private - * @param {Array} array The array to sample. - * @returns {*} Returns the random element. - */ -function arraySample(array) { - var length = array.length; - return length ? array[baseRandom(0, length - 1)] : undefined; -} - -module.exports = arraySample; diff --git a/software/flow/node_modules/lodash/_arraySampleSize.js b/software/flow/node_modules/lodash/_arraySampleSize.js deleted file mode 100644 index 8c7e364..0000000 --- a/software/flow/node_modules/lodash/_arraySampleSize.js +++ /dev/null @@ -1,17 +0,0 @@ -var baseClamp = require('./_baseClamp'), - copyArray = require('./_copyArray'), - shuffleSelf = require('./_shuffleSelf'); - -/** - * A specialized version of `_.sampleSize` for arrays. - * - * @private - * @param {Array} array The array to sample. - * @param {number} n The number of elements to sample. - * @returns {Array} Returns the random elements. - */ -function arraySampleSize(array, n) { - return shuffleSelf(copyArray(array), baseClamp(n, 0, array.length)); -} - -module.exports = arraySampleSize; diff --git a/software/flow/node_modules/lodash/_arrayShuffle.js b/software/flow/node_modules/lodash/_arrayShuffle.js deleted file mode 100644 index 46313a3..0000000 --- a/software/flow/node_modules/lodash/_arrayShuffle.js +++ /dev/null @@ -1,15 +0,0 @@ -var copyArray = require('./_copyArray'), - shuffleSelf = require('./_shuffleSelf'); - -/** - * A specialized version of `_.shuffle` for arrays. - * - * @private - * @param {Array} array The array to shuffle. - * @returns {Array} Returns the new shuffled array. - */ -function arrayShuffle(array) { - return shuffleSelf(copyArray(array)); -} - -module.exports = arrayShuffle; diff --git a/software/flow/node_modules/lodash/_arraySome.js b/software/flow/node_modules/lodash/_arraySome.js deleted file mode 100644 index 6fd02fd..0000000 --- a/software/flow/node_modules/lodash/_arraySome.js +++ /dev/null @@ -1,23 +0,0 @@ -/** - * A specialized version of `_.some` for arrays without support for iteratee - * shorthands. - * - * @private - * @param {Array} [array] The array to iterate over. - * @param {Function} predicate The function invoked per iteration. - * @returns {boolean} Returns `true` if any element passes the predicate check, - * else `false`. - */ -function arraySome(array, predicate) { - var index = -1, - length = array == null ? 0 : array.length; - - while (++index < length) { - if (predicate(array[index], index, array)) { - return true; - } - } - return false; -} - -module.exports = arraySome; diff --git a/software/flow/node_modules/lodash/_asciiSize.js b/software/flow/node_modules/lodash/_asciiSize.js deleted file mode 100644 index 11d29c3..0000000 --- a/software/flow/node_modules/lodash/_asciiSize.js +++ /dev/null @@ -1,12 +0,0 @@ -var baseProperty = require('./_baseProperty'); - -/** - * Gets the size of an ASCII `string`. - * - * @private - * @param {string} string The string inspect. - * @returns {number} Returns the string size. - */ -var asciiSize = baseProperty('length'); - -module.exports = asciiSize; diff --git a/software/flow/node_modules/lodash/_asciiToArray.js b/software/flow/node_modules/lodash/_asciiToArray.js deleted file mode 100644 index 8e3dd5b..0000000 --- a/software/flow/node_modules/lodash/_asciiToArray.js +++ /dev/null @@ -1,12 +0,0 @@ -/** - * Converts an ASCII `string` to an array. - * - * @private - * @param {string} string The string to convert. - * @returns {Array} Returns the converted array. - */ -function asciiToArray(string) { - return string.split(''); -} - -module.exports = asciiToArray; diff --git a/software/flow/node_modules/lodash/_asciiWords.js b/software/flow/node_modules/lodash/_asciiWords.js deleted file mode 100644 index d765f0f..0000000 --- a/software/flow/node_modules/lodash/_asciiWords.js +++ /dev/null @@ -1,15 +0,0 @@ -/** Used to match words composed of alphanumeric characters. */ -var reAsciiWord = /[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g; - -/** - * Splits an ASCII `string` into an array of its words. - * - * @private - * @param {string} The string to inspect. - * @returns {Array} Returns the words of `string`. - */ -function asciiWords(string) { - return string.match(reAsciiWord) || []; -} - -module.exports = asciiWords; diff --git a/software/flow/node_modules/lodash/_assignMergeValue.js b/software/flow/node_modules/lodash/_assignMergeValue.js deleted file mode 100644 index cb1185e..0000000 --- a/software/flow/node_modules/lodash/_assignMergeValue.js +++ /dev/null @@ -1,20 +0,0 @@ -var baseAssignValue = require('./_baseAssignValue'), - eq = require('./eq'); - -/** - * This function is like `assignValue` except that it doesn't assign - * `undefined` values. - * - * @private - * @param {Object} object The object to modify. - * @param {string} key The key of the property to assign. - * @param {*} value The value to assign. - */ -function assignMergeValue(object, key, value) { - if ((value !== undefined && !eq(object[key], value)) || - (value === undefined && !(key in object))) { - baseAssignValue(object, key, value); - } -} - -module.exports = assignMergeValue; diff --git a/software/flow/node_modules/lodash/_assignValue.js b/software/flow/node_modules/lodash/_assignValue.js deleted file mode 100644 index 4083957..0000000 --- a/software/flow/node_modules/lodash/_assignValue.js +++ /dev/null @@ -1,28 +0,0 @@ -var baseAssignValue = require('./_baseAssignValue'), - eq = require('./eq'); - -/** Used for built-in method references. */ -var objectProto = Object.prototype; - -/** Used to check objects for own properties. */ -var hasOwnProperty = objectProto.hasOwnProperty; - -/** - * Assigns `value` to `key` of `object` if the existing value is not equivalent - * using [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) - * for equality comparisons. - * - * @private - * @param {Object} object The object to modify. - * @param {string} key The key of the property to assign. - * @param {*} value The value to assign. - */ -function assignValue(object, key, value) { - var objValue = object[key]; - if (!(hasOwnProperty.call(object, key) && eq(objValue, value)) || - (value === undefined && !(key in object))) { - baseAssignValue(object, key, value); - } -} - -module.exports = assignValue; diff --git a/software/flow/node_modules/lodash/_assocIndexOf.js b/software/flow/node_modules/lodash/_assocIndexOf.js deleted file mode 100644 index 5b77a2b..0000000 --- a/software/flow/node_modules/lodash/_assocIndexOf.js +++ /dev/null @@ -1,21 +0,0 @@ -var eq = require('./eq'); - -/** - * Gets the index at which the `key` is found in `array` of key-value pairs. - * - * @private - * @param {Array} array The array to inspect. - * @param {*} key The key to search for. - * @returns {number} Returns the index of the matched value, else `-1`. - */ -function assocIndexOf(array, key) { - var length = array.length; - while (length--) { - if (eq(array[length][0], key)) { - return length; - } - } - return -1; -} - -module.exports = assocIndexOf; diff --git a/software/flow/node_modules/lodash/_baseAggregator.js b/software/flow/node_modules/lodash/_baseAggregator.js deleted file mode 100644 index 4bc9e91..0000000 --- a/software/flow/node_modules/lodash/_baseAggregator.js +++ /dev/null @@ -1,21 +0,0 @@ -var baseEach = require('./_baseEach'); - -/** - * Aggregates elements of `collection` on `accumulator` with keys transformed - * by `iteratee` and values set by `setter`. - * - * @private - * @param {Array|Object} collection The collection to iterate over. - * @param {Function} setter The function to set `accumulator` values. - * @param {Function} iteratee The iteratee to transform keys. - * @param {Object} accumulator The initial aggregated object. - * @returns {Function} Returns `accumulator`. - */ -function baseAggregator(collection, setter, iteratee, accumulator) { - baseEach(collection, function(value, key, collection) { - setter(accumulator, value, iteratee(value), collection); - }); - return accumulator; -} - -module.exports = baseAggregator; diff --git a/software/flow/node_modules/lodash/_baseAssign.js b/software/flow/node_modules/lodash/_baseAssign.js deleted file mode 100644 index e5c4a1a..0000000 --- a/software/flow/node_modules/lodash/_baseAssign.js +++ /dev/null @@ -1,17 +0,0 @@ -var copyObject = require('./_copyObject'), - keys = require('./keys'); - -/** - * The base implementation of `_.assign` without support for multiple sources - * or `customizer` functions. - * - * @private - * @param {Object} object The destination object. - * @param {Object} source The source object. - * @returns {Object} Returns `object`. - */ -function baseAssign(object, source) { - return object && copyObject(source, keys(source), object); -} - -module.exports = baseAssign; diff --git a/software/flow/node_modules/lodash/_baseAssignIn.js b/software/flow/node_modules/lodash/_baseAssignIn.js deleted file mode 100644 index 6624f90..0000000 --- a/software/flow/node_modules/lodash/_baseAssignIn.js +++ /dev/null @@ -1,17 +0,0 @@ -var copyObject = require('./_copyObject'), - keysIn = require('./keysIn'); - -/** - * The base implementation of `_.assignIn` without support for multiple sources - * or `customizer` functions. - * - * @private - * @param {Object} object The destination object. - * @param {Object} source The source object. - * @returns {Object} Returns `object`. - */ -function baseAssignIn(object, source) { - return object && copyObject(source, keysIn(source), object); -} - -module.exports = baseAssignIn; diff --git a/software/flow/node_modules/lodash/_baseAssignValue.js b/software/flow/node_modules/lodash/_baseAssignValue.js deleted file mode 100644 index d6f66ef..0000000 --- a/software/flow/node_modules/lodash/_baseAssignValue.js +++ /dev/null @@ -1,25 +0,0 @@ -var defineProperty = require('./_defineProperty'); - -/** - * The base implementation of `assignValue` and `assignMergeValue` without - * value checks. - * - * @private - * @param {Object} object The object to modify. - * @param {string} key The key of the property to assign. - * @param {*} value The value to assign. - */ -function baseAssignValue(object, key, value) { - if (key == '__proto__' && defineProperty) { - defineProperty(object, key, { - 'configurable': true, - 'enumerable': true, - 'value': value, - 'writable': true - }); - } else { - object[key] = value; - } -} - -module.exports = baseAssignValue; diff --git a/software/flow/node_modules/lodash/_baseAt.js b/software/flow/node_modules/lodash/_baseAt.js deleted file mode 100644 index 90e4237..0000000 --- a/software/flow/node_modules/lodash/_baseAt.js +++ /dev/null @@ -1,23 +0,0 @@ -var get = require('./get'); - -/** - * The base implementation of `_.at` without support for individual paths. - * - * @private - * @param {Object} object The object to iterate over. - * @param {string[]} paths The property paths to pick. - * @returns {Array} Returns the picked elements. - */ -function baseAt(object, paths) { - var index = -1, - length = paths.length, - result = Array(length), - skip = object == null; - - while (++index < length) { - result[index] = skip ? undefined : get(object, paths[index]); - } - return result; -} - -module.exports = baseAt; diff --git a/software/flow/node_modules/lodash/_baseClamp.js b/software/flow/node_modules/lodash/_baseClamp.js deleted file mode 100644 index a1c5692..0000000 --- a/software/flow/node_modules/lodash/_baseClamp.js +++ /dev/null @@ -1,22 +0,0 @@ -/** - * The base implementation of `_.clamp` which doesn't coerce arguments. - * - * @private - * @param {number} number The number to clamp. - * @param {number} [lower] The lower bound. - * @param {number} upper The upper bound. - * @returns {number} Returns the clamped number. - */ -function baseClamp(number, lower, upper) { - if (number === number) { - if (upper !== undefined) { - number = number <= upper ? number : upper; - } - if (lower !== undefined) { - number = number >= lower ? number : lower; - } - } - return number; -} - -module.exports = baseClamp; diff --git a/software/flow/node_modules/lodash/_baseClone.js b/software/flow/node_modules/lodash/_baseClone.js deleted file mode 100644 index 69f8705..0000000 --- a/software/flow/node_modules/lodash/_baseClone.js +++ /dev/null @@ -1,166 +0,0 @@ -var Stack = require('./_Stack'), - arrayEach = require('./_arrayEach'), - assignValue = require('./_assignValue'), - baseAssign = require('./_baseAssign'), - baseAssignIn = require('./_baseAssignIn'), - cloneBuffer = require('./_cloneBuffer'), - copyArray = require('./_copyArray'), - copySymbols = require('./_copySymbols'), - copySymbolsIn = require('./_copySymbolsIn'), - getAllKeys = require('./_getAllKeys'), - getAllKeysIn = require('./_getAllKeysIn'), - getTag = require('./_getTag'), - initCloneArray = require('./_initCloneArray'), - initCloneByTag = require('./_initCloneByTag'), - initCloneObject = require('./_initCloneObject'), - isArray = require('./isArray'), - isBuffer = require('./isBuffer'), - isMap = require('./isMap'), - isObject = require('./isObject'), - isSet = require('./isSet'), - keys = require('./keys'), - keysIn = require('./keysIn'); - -/** Used to compose bitmasks for cloning. */ -var CLONE_DEEP_FLAG = 1, - CLONE_FLAT_FLAG = 2, - CLONE_SYMBOLS_FLAG = 4; - -/** `Object#toString` result references. */ -var argsTag = '[object Arguments]', - arrayTag = '[object Array]', - boolTag = '[object Boolean]', - dateTag = '[object Date]', - errorTag = '[object Error]', - funcTag = '[object Function]', - genTag = '[object GeneratorFunction]', - mapTag = '[object Map]', - numberTag = '[object Number]', - objectTag = '[object Object]', - regexpTag = '[object RegExp]', - setTag = '[object Set]', - stringTag = '[object String]', - symbolTag = '[object Symbol]', - weakMapTag = '[object WeakMap]'; - -var arrayBufferTag = '[object ArrayBuffer]', - dataViewTag = '[object DataView]', - float32Tag = '[object Float32Array]', - float64Tag = '[object Float64Array]', - int8Tag = '[object Int8Array]', - int16Tag = '[object Int16Array]', - int32Tag = '[object Int32Array]', - uint8Tag = '[object Uint8Array]', - uint8ClampedTag = '[object Uint8ClampedArray]', - uint16Tag = '[object Uint16Array]', - uint32Tag = '[object Uint32Array]'; - -/** Used to identify `toStringTag` values supported by `_.clone`. */ -var cloneableTags = {}; -cloneableTags[argsTag] = cloneableTags[arrayTag] = -cloneableTags[arrayBufferTag] = cloneableTags[dataViewTag] = -cloneableTags[boolTag] = cloneableTags[dateTag] = -cloneableTags[float32Tag] = cloneableTags[float64Tag] = -cloneableTags[int8Tag] = cloneableTags[int16Tag] = -cloneableTags[int32Tag] = cloneableTags[mapTag] = -cloneableTags[numberTag] = cloneableTags[objectTag] = -cloneableTags[regexpTag] = cloneableTags[setTag] = -cloneableTags[stringTag] = cloneableTags[symbolTag] = -cloneableTags[uint8Tag] = cloneableTags[uint8ClampedTag] = -cloneableTags[uint16Tag] = cloneableTags[uint32Tag] = true; -cloneableTags[errorTag] = cloneableTags[funcTag] = -cloneableTags[weakMapTag] = false; - -/** - * The base implementation of `_.clone` and `_.cloneDeep` which tracks - * traversed objects. - * - * @private - * @param {*} value The value to clone. - * @param {boolean} bitmask The bitmask flags. - * 1 - Deep clone - * 2 - Flatten inherited properties - * 4 - Clone symbols - * @param {Function} [customizer] The function to customize cloning. - * @param {string} [key] The key of `value`. - * @param {Object} [object] The parent object of `value`. - * @param {Object} [stack] Tracks traversed objects and their clone counterparts. - * @returns {*} Returns the cloned value. - */ -function baseClone(value, bitmask, customizer, key, object, stack) { - var result, - isDeep = bitmask & CLONE_DEEP_FLAG, - isFlat = bitmask & CLONE_FLAT_FLAG, - isFull = bitmask & CLONE_SYMBOLS_FLAG; - - if (customizer) { - result = object ? customizer(value, key, object, stack) : customizer(value); - } - if (result !== undefined) { - return result; - } - if (!isObject(value)) { - return value; - } - var isArr = isArray(value); - if (isArr) { - result = initCloneArray(value); - if (!isDeep) { - return copyArray(value, result); - } - } else { - var tag = getTag(value), - isFunc = tag == funcTag || tag == genTag; - - if (isBuffer(value)) { - return cloneBuffer(value, isDeep); - } - if (tag == objectTag || tag == argsTag || (isFunc && !object)) { - result = (isFlat || isFunc) ? {} : initCloneObject(value); - if (!isDeep) { - return isFlat - ? copySymbolsIn(value, baseAssignIn(result, value)) - : copySymbols(value, baseAssign(result, value)); - } - } else { - if (!cloneableTags[tag]) { - return object ? value : {}; - } - result = initCloneByTag(value, tag, isDeep); - } - } - // Check for circular references and return its corresponding clone. - stack || (stack = new Stack); - var stacked = stack.get(value); - if (stacked) { - return stacked; - } - stack.set(value, result); - - if (isSet(value)) { - value.forEach(function(subValue) { - result.add(baseClone(subValue, bitmask, customizer, subValue, value, stack)); - }); - } else if (isMap(value)) { - value.forEach(function(subValue, key) { - result.set(key, baseClone(subValue, bitmask, customizer, key, value, stack)); - }); - } - - var keysFunc = isFull - ? (isFlat ? getAllKeysIn : getAllKeys) - : (isFlat ? keysIn : keys); - - var props = isArr ? undefined : keysFunc(value); - arrayEach(props || value, function(subValue, key) { - if (props) { - key = subValue; - subValue = value[key]; - } - // Recursively populate clone (susceptible to call stack limits). - assignValue(result, key, baseClone(subValue, bitmask, customizer, key, value, stack)); - }); - return result; -} - -module.exports = baseClone; diff --git a/software/flow/node_modules/lodash/_baseConforms.js b/software/flow/node_modules/lodash/_baseConforms.js deleted file mode 100644 index 947e20d..0000000 --- a/software/flow/node_modules/lodash/_baseConforms.js +++ /dev/null @@ -1,18 +0,0 @@ -var baseConformsTo = require('./_baseConformsTo'), - keys = require('./keys'); - -/** - * The base implementation of `_.conforms` which doesn't clone `source`. - * - * @private - * @param {Object} source The object of property predicates to conform to. - * @returns {Function} Returns the new spec function. - */ -function baseConforms(source) { - var props = keys(source); - return function(object) { - return baseConformsTo(object, source, props); - }; -} - -module.exports = baseConforms; diff --git a/software/flow/node_modules/lodash/_baseConformsTo.js b/software/flow/node_modules/lodash/_baseConformsTo.js deleted file mode 100644 index e449cb8..0000000 --- a/software/flow/node_modules/lodash/_baseConformsTo.js +++ /dev/null @@ -1,27 +0,0 @@ -/** - * The base implementation of `_.conformsTo` which accepts `props` to check. - * - * @private - * @param {Object} object The object to inspect. - * @param {Object} source The object of property predicates to conform to. - * @returns {boolean} Returns `true` if `object` conforms, else `false`. - */ -function baseConformsTo(object, source, props) { - var length = props.length; - if (object == null) { - return !length; - } - object = Object(object); - while (length--) { - var key = props[length], - predicate = source[key], - value = object[key]; - - if ((value === undefined && !(key in object)) || !predicate(value)) { - return false; - } - } - return true; -} - -module.exports = baseConformsTo; diff --git a/software/flow/node_modules/lodash/_baseCreate.js b/software/flow/node_modules/lodash/_baseCreate.js deleted file mode 100644 index ffa6a52..0000000 --- a/software/flow/node_modules/lodash/_baseCreate.js +++ /dev/null @@ -1,30 +0,0 @@ -var isObject = require('./isObject'); - -/** Built-in value references. */ -var objectCreate = Object.create; - -/** - * The base implementation of `_.create` without support for assigning - * properties to the created object. - * - * @private - * @param {Object} proto The object to inherit from. - * @returns {Object} Returns the new object. - */ -var baseCreate = (function() { - function object() {} - return function(proto) { - if (!isObject(proto)) { - return {}; - } - if (objectCreate) { - return objectCreate(proto); - } - object.prototype = proto; - var result = new object; - object.prototype = undefined; - return result; - }; -}()); - -module.exports = baseCreate; diff --git a/software/flow/node_modules/lodash/_baseDelay.js b/software/flow/node_modules/lodash/_baseDelay.js deleted file mode 100644 index 1486d69..0000000 --- a/software/flow/node_modules/lodash/_baseDelay.js +++ /dev/null @@ -1,21 +0,0 @@ -/** Error message constants. */ -var FUNC_ERROR_TEXT = 'Expected a function'; - -/** - * The base implementation of `_.delay` and `_.defer` which accepts `args` - * to provide to `func`. - * - * @private - * @param {Function} func The function to delay. - * @param {number} wait The number of milliseconds to delay invocation. - * @param {Array} args The arguments to provide to `func`. - * @returns {number|Object} Returns the timer id or timeout object. - */ -function baseDelay(func, wait, args) { - if (typeof func != 'function') { - throw new TypeError(FUNC_ERROR_TEXT); - } - return setTimeout(function() { func.apply(undefined, args); }, wait); -} - -module.exports = baseDelay; diff --git a/software/flow/node_modules/lodash/_baseDifference.js b/software/flow/node_modules/lodash/_baseDifference.js deleted file mode 100644 index 343ac19..0000000 --- a/software/flow/node_modules/lodash/_baseDifference.js +++ /dev/null @@ -1,67 +0,0 @@ -var SetCache = require('./_SetCache'), - arrayIncludes = require('./_arrayIncludes'), - arrayIncludesWith = require('./_arrayIncludesWith'), - arrayMap = require('./_arrayMap'), - baseUnary = require('./_baseUnary'), - cacheHas = require('./_cacheHas'); - -/** Used as the size to enable large array optimizations. */ -var LARGE_ARRAY_SIZE = 200; - -/** - * The base implementation of methods like `_.difference` without support - * for excluding multiple arrays or iteratee shorthands. - * - * @private - * @param {Array} array The array to inspect. - * @param {Array} values The values to exclude. - * @param {Function} [iteratee] The iteratee invoked per element. - * @param {Function} [comparator] The comparator invoked per element. - * @returns {Array} Returns the new array of filtered values. - */ -function baseDifference(array, values, iteratee, comparator) { - var index = -1, - includes = arrayIncludes, - isCommon = true, - length = array.length, - result = [], - valuesLength = values.length; - - if (!length) { - return result; - } - if (iteratee) { - values = arrayMap(values, baseUnary(iteratee)); - } - if (comparator) { - includes = arrayIncludesWith; - isCommon = false; - } - else if (values.length >= LARGE_ARRAY_SIZE) { - includes = cacheHas; - isCommon = false; - values = new SetCache(values); - } - outer: - while (++index < length) { - var value = array[index], - computed = iteratee == null ? value : iteratee(value); - - value = (comparator || value !== 0) ? value : 0; - if (isCommon && computed === computed) { - var valuesIndex = valuesLength; - while (valuesIndex--) { - if (values[valuesIndex] === computed) { - continue outer; - } - } - result.push(value); - } - else if (!includes(values, computed, comparator)) { - result.push(value); - } - } - return result; -} - -module.exports = baseDifference; diff --git a/software/flow/node_modules/lodash/_baseEach.js b/software/flow/node_modules/lodash/_baseEach.js deleted file mode 100644 index 512c067..0000000 --- a/software/flow/node_modules/lodash/_baseEach.js +++ /dev/null @@ -1,14 +0,0 @@ -var baseForOwn = require('./_baseForOwn'), - createBaseEach = require('./_createBaseEach'); - -/** - * The base implementation of `_.forEach` without support for iteratee shorthands. - * - * @private - * @param {Array|Object} collection The collection to iterate over. - * @param {Function} iteratee The function invoked per iteration. - * @returns {Array|Object} Returns `collection`. - */ -var baseEach = createBaseEach(baseForOwn); - -module.exports = baseEach; diff --git a/software/flow/node_modules/lodash/_baseEachRight.js b/software/flow/node_modules/lodash/_baseEachRight.js deleted file mode 100644 index 0a8feec..0000000 --- a/software/flow/node_modules/lodash/_baseEachRight.js +++ /dev/null @@ -1,14 +0,0 @@ -var baseForOwnRight = require('./_baseForOwnRight'), - createBaseEach = require('./_createBaseEach'); - -/** - * The base implementation of `_.forEachRight` without support for iteratee shorthands. - * - * @private - * @param {Array|Object} collection The collection to iterate over. - * @param {Function} iteratee The function invoked per iteration. - * @returns {Array|Object} Returns `collection`. - */ -var baseEachRight = createBaseEach(baseForOwnRight, true); - -module.exports = baseEachRight; diff --git a/software/flow/node_modules/lodash/_baseEvery.js b/software/flow/node_modules/lodash/_baseEvery.js deleted file mode 100644 index fa52f7b..0000000 --- a/software/flow/node_modules/lodash/_baseEvery.js +++ /dev/null @@ -1,21 +0,0 @@ -var baseEach = require('./_baseEach'); - -/** - * The base implementation of `_.every` without support for iteratee shorthands. - * - * @private - * @param {Array|Object} collection The collection to iterate over. - * @param {Function} predicate The function invoked per iteration. - * @returns {boolean} Returns `true` if all elements pass the predicate check, - * else `false` - */ -function baseEvery(collection, predicate) { - var result = true; - baseEach(collection, function(value, index, collection) { - result = !!predicate(value, index, collection); - return result; - }); - return result; -} - -module.exports = baseEvery; diff --git a/software/flow/node_modules/lodash/_baseExtremum.js b/software/flow/node_modules/lodash/_baseExtremum.js deleted file mode 100644 index 9d6aa77..0000000 --- a/software/flow/node_modules/lodash/_baseExtremum.js +++ /dev/null @@ -1,32 +0,0 @@ -var isSymbol = require('./isSymbol'); - -/** - * The base implementation of methods like `_.max` and `_.min` which accepts a - * `comparator` to determine the extremum value. - * - * @private - * @param {Array} array The array to iterate over. - * @param {Function} iteratee The iteratee invoked per iteration. - * @param {Function} comparator The comparator used to compare values. - * @returns {*} Returns the extremum value. - */ -function baseExtremum(array, iteratee, comparator) { - var index = -1, - length = array.length; - - while (++index < length) { - var value = array[index], - current = iteratee(value); - - if (current != null && (computed === undefined - ? (current === current && !isSymbol(current)) - : comparator(current, computed) - )) { - var computed = current, - result = value; - } - } - return result; -} - -module.exports = baseExtremum; diff --git a/software/flow/node_modules/lodash/_baseFill.js b/software/flow/node_modules/lodash/_baseFill.js deleted file mode 100644 index 46ef9c7..0000000 --- a/software/flow/node_modules/lodash/_baseFill.js +++ /dev/null @@ -1,32 +0,0 @@ -var toInteger = require('./toInteger'), - toLength = require('./toLength'); - -/** - * The base implementation of `_.fill` without an iteratee call guard. - * - * @private - * @param {Array} array The array to fill. - * @param {*} value The value to fill `array` with. - * @param {number} [start=0] The start position. - * @param {number} [end=array.length] The end position. - * @returns {Array} Returns `array`. - */ -function baseFill(array, value, start, end) { - var length = array.length; - - start = toInteger(start); - if (start < 0) { - start = -start > length ? 0 : (length + start); - } - end = (end === undefined || end > length) ? length : toInteger(end); - if (end < 0) { - end += length; - } - end = start > end ? 0 : toLength(end); - while (start < end) { - array[start++] = value; - } - return array; -} - -module.exports = baseFill; diff --git a/software/flow/node_modules/lodash/_baseFilter.js b/software/flow/node_modules/lodash/_baseFilter.js deleted file mode 100644 index 4678477..0000000 --- a/software/flow/node_modules/lodash/_baseFilter.js +++ /dev/null @@ -1,21 +0,0 @@ -var baseEach = require('./_baseEach'); - -/** - * The base implementation of `_.filter` without support for iteratee shorthands. - * - * @private - * @param {Array|Object} collection The collection to iterate over. - * @param {Function} predicate The function invoked per iteration. - * @returns {Array} Returns the new filtered array. - */ -function baseFilter(collection, predicate) { - var result = []; - baseEach(collection, function(value, index, collection) { - if (predicate(value, index, collection)) { - result.push(value); - } - }); - return result; -} - -module.exports = baseFilter; diff --git a/software/flow/node_modules/lodash/_baseFindIndex.js b/software/flow/node_modules/lodash/_baseFindIndex.js deleted file mode 100644 index e3f5d8a..0000000 --- a/software/flow/node_modules/lodash/_baseFindIndex.js +++ /dev/null @@ -1,24 +0,0 @@ -/** - * The base implementation of `_.findIndex` and `_.findLastIndex` without - * support for iteratee shorthands. - * - * @private - * @param {Array} array The array to inspect. - * @param {Function} predicate The function invoked per iteration. - * @param {number} fromIndex The index to search from. - * @param {boolean} [fromRight] Specify iterating from right to left. - * @returns {number} Returns the index of the matched value, else `-1`. - */ -function baseFindIndex(array, predicate, fromIndex, fromRight) { - var length = array.length, - index = fromIndex + (fromRight ? 1 : -1); - - while ((fromRight ? index-- : ++index < length)) { - if (predicate(array[index], index, array)) { - return index; - } - } - return -1; -} - -module.exports = baseFindIndex; diff --git a/software/flow/node_modules/lodash/_baseFindKey.js b/software/flow/node_modules/lodash/_baseFindKey.js deleted file mode 100644 index 2e430f3..0000000 --- a/software/flow/node_modules/lodash/_baseFindKey.js +++ /dev/null @@ -1,23 +0,0 @@ -/** - * The base implementation of methods like `_.findKey` and `_.findLastKey`, - * without support for iteratee shorthands, which iterates over `collection` - * using `eachFunc`. - * - * @private - * @param {Array|Object} collection The collection to inspect. - * @param {Function} predicate The function invoked per iteration. - * @param {Function} eachFunc The function to iterate over `collection`. - * @returns {*} Returns the found element or its key, else `undefined`. - */ -function baseFindKey(collection, predicate, eachFunc) { - var result; - eachFunc(collection, function(value, key, collection) { - if (predicate(value, key, collection)) { - result = key; - return false; - } - }); - return result; -} - -module.exports = baseFindKey; diff --git a/software/flow/node_modules/lodash/_baseFlatten.js b/software/flow/node_modules/lodash/_baseFlatten.js deleted file mode 100644 index 4b1e009..0000000 --- a/software/flow/node_modules/lodash/_baseFlatten.js +++ /dev/null @@ -1,38 +0,0 @@ -var arrayPush = require('./_arrayPush'), - isFlattenable = require('./_isFlattenable'); - -/** - * The base implementation of `_.flatten` with support for restricting flattening. - * - * @private - * @param {Array} array The array to flatten. - * @param {number} depth The maximum recursion depth. - * @param {boolean} [predicate=isFlattenable] The function invoked per iteration. - * @param {boolean} [isStrict] Restrict to values that pass `predicate` checks. - * @param {Array} [result=[]] The initial result value. - * @returns {Array} Returns the new flattened array. - */ -function baseFlatten(array, depth, predicate, isStrict, result) { - var index = -1, - length = array.length; - - predicate || (predicate = isFlattenable); - result || (result = []); - - while (++index < length) { - var value = array[index]; - if (depth > 0 && predicate(value)) { - if (depth > 1) { - // Recursively flatten arrays (susceptible to call stack limits). - baseFlatten(value, depth - 1, predicate, isStrict, result); - } else { - arrayPush(result, value); - } - } else if (!isStrict) { - result[result.length] = value; - } - } - return result; -} - -module.exports = baseFlatten; diff --git a/software/flow/node_modules/lodash/_baseFor.js b/software/flow/node_modules/lodash/_baseFor.js deleted file mode 100644 index d946590..0000000 --- a/software/flow/node_modules/lodash/_baseFor.js +++ /dev/null @@ -1,16 +0,0 @@ -var createBaseFor = require('./_createBaseFor'); - -/** - * The base implementation of `baseForOwn` which iterates over `object` - * properties returned by `keysFunc` and invokes `iteratee` for each property. - * Iteratee functions may exit iteration early by explicitly returning `false`. - * - * @private - * @param {Object} object The object to iterate over. - * @param {Function} iteratee The function invoked per iteration. - * @param {Function} keysFunc The function to get the keys of `object`. - * @returns {Object} Returns `object`. - */ -var baseFor = createBaseFor(); - -module.exports = baseFor; diff --git a/software/flow/node_modules/lodash/_baseForOwn.js b/software/flow/node_modules/lodash/_baseForOwn.js deleted file mode 100644 index 503d523..0000000 --- a/software/flow/node_modules/lodash/_baseForOwn.js +++ /dev/null @@ -1,16 +0,0 @@ -var baseFor = require('./_baseFor'), - keys = require('./keys'); - -/** - * The base implementation of `_.forOwn` without support for iteratee shorthands. - * - * @private - * @param {Object} object The object to iterate over. - * @param {Function} iteratee The function invoked per iteration. - * @returns {Object} Returns `object`. - */ -function baseForOwn(object, iteratee) { - return object && baseFor(object, iteratee, keys); -} - -module.exports = baseForOwn; diff --git a/software/flow/node_modules/lodash/_baseForOwnRight.js b/software/flow/node_modules/lodash/_baseForOwnRight.js deleted file mode 100644 index a4b10e6..0000000 --- a/software/flow/node_modules/lodash/_baseForOwnRight.js +++ /dev/null @@ -1,16 +0,0 @@ -var baseForRight = require('./_baseForRight'), - keys = require('./keys'); - -/** - * The base implementation of `_.forOwnRight` without support for iteratee shorthands. - * - * @private - * @param {Object} object The object to iterate over. - * @param {Function} iteratee The function invoked per iteration. - * @returns {Object} Returns `object`. - */ -function baseForOwnRight(object, iteratee) { - return object && baseForRight(object, iteratee, keys); -} - -module.exports = baseForOwnRight; diff --git a/software/flow/node_modules/lodash/_baseForRight.js b/software/flow/node_modules/lodash/_baseForRight.js deleted file mode 100644 index 32842cd..0000000 --- a/software/flow/node_modules/lodash/_baseForRight.js +++ /dev/null @@ -1,15 +0,0 @@ -var createBaseFor = require('./_createBaseFor'); - -/** - * This function is like `baseFor` except that it iterates over properties - * in the opposite order. - * - * @private - * @param {Object} object The object to iterate over. - * @param {Function} iteratee The function invoked per iteration. - * @param {Function} keysFunc The function to get the keys of `object`. - * @returns {Object} Returns `object`. - */ -var baseForRight = createBaseFor(true); - -module.exports = baseForRight; diff --git a/software/flow/node_modules/lodash/_baseFunctions.js b/software/flow/node_modules/lodash/_baseFunctions.js deleted file mode 100644 index d23bc9b..0000000 --- a/software/flow/node_modules/lodash/_baseFunctions.js +++ /dev/null @@ -1,19 +0,0 @@ -var arrayFilter = require('./_arrayFilter'), - isFunction = require('./isFunction'); - -/** - * The base implementation of `_.functions` which creates an array of - * `object` function property names filtered from `props`. - * - * @private - * @param {Object} object The object to inspect. - * @param {Array} props The property names to filter. - * @returns {Array} Returns the function names. - */ -function baseFunctions(object, props) { - return arrayFilter(props, function(key) { - return isFunction(object[key]); - }); -} - -module.exports = baseFunctions; diff --git a/software/flow/node_modules/lodash/_baseGet.js b/software/flow/node_modules/lodash/_baseGet.js deleted file mode 100644 index a194913..0000000 --- a/software/flow/node_modules/lodash/_baseGet.js +++ /dev/null @@ -1,24 +0,0 @@ -var castPath = require('./_castPath'), - toKey = require('./_toKey'); - -/** - * The base implementation of `_.get` without support for default values. - * - * @private - * @param {Object} object The object to query. - * @param {Array|string} path The path of the property to get. - * @returns {*} Returns the resolved value. - */ -function baseGet(object, path) { - path = castPath(path, object); - - var index = 0, - length = path.length; - - while (object != null && index < length) { - object = object[toKey(path[index++])]; - } - return (index && index == length) ? object : undefined; -} - -module.exports = baseGet; diff --git a/software/flow/node_modules/lodash/_baseGetAllKeys.js b/software/flow/node_modules/lodash/_baseGetAllKeys.js deleted file mode 100644 index 8ad204e..0000000 --- a/software/flow/node_modules/lodash/_baseGetAllKeys.js +++ /dev/null @@ -1,20 +0,0 @@ -var arrayPush = require('./_arrayPush'), - isArray = require('./isArray'); - -/** - * The base implementation of `getAllKeys` and `getAllKeysIn` which uses - * `keysFunc` and `symbolsFunc` to get the enumerable property names and - * symbols of `object`. - * - * @private - * @param {Object} object The object to query. - * @param {Function} keysFunc The function to get the keys of `object`. - * @param {Function} symbolsFunc The function to get the symbols of `object`. - * @returns {Array} Returns the array of property names and symbols. - */ -function baseGetAllKeys(object, keysFunc, symbolsFunc) { - var result = keysFunc(object); - return isArray(object) ? result : arrayPush(result, symbolsFunc(object)); -} - -module.exports = baseGetAllKeys; diff --git a/software/flow/node_modules/lodash/_baseGetTag.js b/software/flow/node_modules/lodash/_baseGetTag.js deleted file mode 100644 index b927ccc..0000000 --- a/software/flow/node_modules/lodash/_baseGetTag.js +++ /dev/null @@ -1,28 +0,0 @@ -var Symbol = require('./_Symbol'), - getRawTag = require('./_getRawTag'), - objectToString = require('./_objectToString'); - -/** `Object#toString` result references. */ -var nullTag = '[object Null]', - undefinedTag = '[object Undefined]'; - -/** Built-in value references. */ -var symToStringTag = Symbol ? Symbol.toStringTag : undefined; - -/** - * The base implementation of `getTag` without fallbacks for buggy environments. - * - * @private - * @param {*} value The value to query. - * @returns {string} Returns the `toStringTag`. - */ -function baseGetTag(value) { - if (value == null) { - return value === undefined ? undefinedTag : nullTag; - } - return (symToStringTag && symToStringTag in Object(value)) - ? getRawTag(value) - : objectToString(value); -} - -module.exports = baseGetTag; diff --git a/software/flow/node_modules/lodash/_baseGt.js b/software/flow/node_modules/lodash/_baseGt.js deleted file mode 100644 index 502d273..0000000 --- a/software/flow/node_modules/lodash/_baseGt.js +++ /dev/null @@ -1,14 +0,0 @@ -/** - * The base implementation of `_.gt` which doesn't coerce arguments. - * - * @private - * @param {*} value The value to compare. - * @param {*} other The other value to compare. - * @returns {boolean} Returns `true` if `value` is greater than `other`, - * else `false`. - */ -function baseGt(value, other) { - return value > other; -} - -module.exports = baseGt; diff --git a/software/flow/node_modules/lodash/_baseHas.js b/software/flow/node_modules/lodash/_baseHas.js deleted file mode 100644 index 1b73032..0000000 --- a/software/flow/node_modules/lodash/_baseHas.js +++ /dev/null @@ -1,19 +0,0 @@ -/** Used for built-in method references. */ -var objectProto = Object.prototype; - -/** Used to check objects for own properties. */ -var hasOwnProperty = objectProto.hasOwnProperty; - -/** - * The base implementation of `_.has` without support for deep paths. - * - * @private - * @param {Object} [object] The object to query. - * @param {Array|string} key The key to check. - * @returns {boolean} Returns `true` if `key` exists, else `false`. - */ -function baseHas(object, key) { - return object != null && hasOwnProperty.call(object, key); -} - -module.exports = baseHas; diff --git a/software/flow/node_modules/lodash/_baseHasIn.js b/software/flow/node_modules/lodash/_baseHasIn.js deleted file mode 100644 index 2e0d042..0000000 --- a/software/flow/node_modules/lodash/_baseHasIn.js +++ /dev/null @@ -1,13 +0,0 @@ -/** - * The base implementation of `_.hasIn` without support for deep paths. - * - * @private - * @param {Object} [object] The object to query. - * @param {Array|string} key The key to check. - * @returns {boolean} Returns `true` if `key` exists, else `false`. - */ -function baseHasIn(object, key) { - return object != null && key in Object(object); -} - -module.exports = baseHasIn; diff --git a/software/flow/node_modules/lodash/_baseInRange.js b/software/flow/node_modules/lodash/_baseInRange.js deleted file mode 100644 index ec95666..0000000 --- a/software/flow/node_modules/lodash/_baseInRange.js +++ /dev/null @@ -1,18 +0,0 @@ -/* Built-in method references for those with the same name as other `lodash` methods. */ -var nativeMax = Math.max, - nativeMin = Math.min; - -/** - * The base implementation of `_.inRange` which doesn't coerce arguments. - * - * @private - * @param {number} number The number to check. - * @param {number} start The start of the range. - * @param {number} end The end of the range. - * @returns {boolean} Returns `true` if `number` is in the range, else `false`. - */ -function baseInRange(number, start, end) { - return number >= nativeMin(start, end) && number < nativeMax(start, end); -} - -module.exports = baseInRange; diff --git a/software/flow/node_modules/lodash/_baseIndexOf.js b/software/flow/node_modules/lodash/_baseIndexOf.js deleted file mode 100644 index 167e706..0000000 --- a/software/flow/node_modules/lodash/_baseIndexOf.js +++ /dev/null @@ -1,20 +0,0 @@ -var baseFindIndex = require('./_baseFindIndex'), - baseIsNaN = require('./_baseIsNaN'), - strictIndexOf = require('./_strictIndexOf'); - -/** - * The base implementation of `_.indexOf` without `fromIndex` bounds checks. - * - * @private - * @param {Array} array The array to inspect. - * @param {*} value The value to search for. - * @param {number} fromIndex The index to search from. - * @returns {number} Returns the index of the matched value, else `-1`. - */ -function baseIndexOf(array, value, fromIndex) { - return value === value - ? strictIndexOf(array, value, fromIndex) - : baseFindIndex(array, baseIsNaN, fromIndex); -} - -module.exports = baseIndexOf; diff --git a/software/flow/node_modules/lodash/_baseIndexOfWith.js b/software/flow/node_modules/lodash/_baseIndexOfWith.js deleted file mode 100644 index f815fe0..0000000 --- a/software/flow/node_modules/lodash/_baseIndexOfWith.js +++ /dev/null @@ -1,23 +0,0 @@ -/** - * This function is like `baseIndexOf` except that it accepts a comparator. - * - * @private - * @param {Array} array The array to inspect. - * @param {*} value The value to search for. - * @param {number} fromIndex The index to search from. - * @param {Function} comparator The comparator invoked per element. - * @returns {number} Returns the index of the matched value, else `-1`. - */ -function baseIndexOfWith(array, value, fromIndex, comparator) { - var index = fromIndex - 1, - length = array.length; - - while (++index < length) { - if (comparator(array[index], value)) { - return index; - } - } - return -1; -} - -module.exports = baseIndexOfWith; diff --git a/software/flow/node_modules/lodash/_baseIntersection.js b/software/flow/node_modules/lodash/_baseIntersection.js deleted file mode 100644 index c1d250c..0000000 --- a/software/flow/node_modules/lodash/_baseIntersection.js +++ /dev/null @@ -1,74 +0,0 @@ -var SetCache = require('./_SetCache'), - arrayIncludes = require('./_arrayIncludes'), - arrayIncludesWith = require('./_arrayIncludesWith'), - arrayMap = require('./_arrayMap'), - baseUnary = require('./_baseUnary'), - cacheHas = require('./_cacheHas'); - -/* Built-in method references for those with the same name as other `lodash` methods. */ -var nativeMin = Math.min; - -/** - * The base implementation of methods like `_.intersection`, without support - * for iteratee shorthands, that accepts an array of arrays to inspect. - * - * @private - * @param {Array} arrays The arrays to inspect. - * @param {Function} [iteratee] The iteratee invoked per element. - * @param {Function} [comparator] The comparator invoked per element. - * @returns {Array} Returns the new array of shared values. - */ -function baseIntersection(arrays, iteratee, comparator) { - var includes = comparator ? arrayIncludesWith : arrayIncludes, - length = arrays[0].length, - othLength = arrays.length, - othIndex = othLength, - caches = Array(othLength), - maxLength = Infinity, - result = []; - - while (othIndex--) { - var array = arrays[othIndex]; - if (othIndex && iteratee) { - array = arrayMap(array, baseUnary(iteratee)); - } - maxLength = nativeMin(array.length, maxLength); - caches[othIndex] = !comparator && (iteratee || (length >= 120 && array.length >= 120)) - ? new SetCache(othIndex && array) - : undefined; - } - array = arrays[0]; - - var index = -1, - seen = caches[0]; - - outer: - while (++index < length && result.length < maxLength) { - var value = array[index], - computed = iteratee ? iteratee(value) : value; - - value = (comparator || value !== 0) ? value : 0; - if (!(seen - ? cacheHas(seen, computed) - : includes(result, computed, comparator) - )) { - othIndex = othLength; - while (--othIndex) { - var cache = caches[othIndex]; - if (!(cache - ? cacheHas(cache, computed) - : includes(arrays[othIndex], computed, comparator)) - ) { - continue outer; - } - } - if (seen) { - seen.push(computed); - } - result.push(value); - } - } - return result; -} - -module.exports = baseIntersection; diff --git a/software/flow/node_modules/lodash/_baseInverter.js b/software/flow/node_modules/lodash/_baseInverter.js deleted file mode 100644 index fbc337f..0000000 --- a/software/flow/node_modules/lodash/_baseInverter.js +++ /dev/null @@ -1,21 +0,0 @@ -var baseForOwn = require('./_baseForOwn'); - -/** - * The base implementation of `_.invert` and `_.invertBy` which inverts - * `object` with values transformed by `iteratee` and set by `setter`. - * - * @private - * @param {Object} object The object to iterate over. - * @param {Function} setter The function to set `accumulator` values. - * @param {Function} iteratee The iteratee to transform values. - * @param {Object} accumulator The initial inverted object. - * @returns {Function} Returns `accumulator`. - */ -function baseInverter(object, setter, iteratee, accumulator) { - baseForOwn(object, function(value, key, object) { - setter(accumulator, iteratee(value), key, object); - }); - return accumulator; -} - -module.exports = baseInverter; diff --git a/software/flow/node_modules/lodash/_baseInvoke.js b/software/flow/node_modules/lodash/_baseInvoke.js deleted file mode 100644 index 49bcf3c..0000000 --- a/software/flow/node_modules/lodash/_baseInvoke.js +++ /dev/null @@ -1,24 +0,0 @@ -var apply = require('./_apply'), - castPath = require('./_castPath'), - last = require('./last'), - parent = require('./_parent'), - toKey = require('./_toKey'); - -/** - * The base implementation of `_.invoke` without support for individual - * method arguments. - * - * @private - * @param {Object} object The object to query. - * @param {Array|string} path The path of the method to invoke. - * @param {Array} args The arguments to invoke the method with. - * @returns {*} Returns the result of the invoked method. - */ -function baseInvoke(object, path, args) { - path = castPath(path, object); - object = parent(object, path); - var func = object == null ? object : object[toKey(last(path))]; - return func == null ? undefined : apply(func, object, args); -} - -module.exports = baseInvoke; diff --git a/software/flow/node_modules/lodash/_baseIsArguments.js b/software/flow/node_modules/lodash/_baseIsArguments.js deleted file mode 100644 index b3562cc..0000000 --- a/software/flow/node_modules/lodash/_baseIsArguments.js +++ /dev/null @@ -1,18 +0,0 @@ -var baseGetTag = require('./_baseGetTag'), - isObjectLike = require('./isObjectLike'); - -/** `Object#toString` result references. */ -var argsTag = '[object Arguments]'; - -/** - * The base implementation of `_.isArguments`. - * - * @private - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is an `arguments` object, - */ -function baseIsArguments(value) { - return isObjectLike(value) && baseGetTag(value) == argsTag; -} - -module.exports = baseIsArguments; diff --git a/software/flow/node_modules/lodash/_baseIsArrayBuffer.js b/software/flow/node_modules/lodash/_baseIsArrayBuffer.js deleted file mode 100644 index a2c4f30..0000000 --- a/software/flow/node_modules/lodash/_baseIsArrayBuffer.js +++ /dev/null @@ -1,17 +0,0 @@ -var baseGetTag = require('./_baseGetTag'), - isObjectLike = require('./isObjectLike'); - -var arrayBufferTag = '[object ArrayBuffer]'; - -/** - * The base implementation of `_.isArrayBuffer` without Node.js optimizations. - * - * @private - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is an array buffer, else `false`. - */ -function baseIsArrayBuffer(value) { - return isObjectLike(value) && baseGetTag(value) == arrayBufferTag; -} - -module.exports = baseIsArrayBuffer; diff --git a/software/flow/node_modules/lodash/_baseIsDate.js b/software/flow/node_modules/lodash/_baseIsDate.js deleted file mode 100644 index ba67c78..0000000 --- a/software/flow/node_modules/lodash/_baseIsDate.js +++ /dev/null @@ -1,18 +0,0 @@ -var baseGetTag = require('./_baseGetTag'), - isObjectLike = require('./isObjectLike'); - -/** `Object#toString` result references. */ -var dateTag = '[object Date]'; - -/** - * The base implementation of `_.isDate` without Node.js optimizations. - * - * @private - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is a date object, else `false`. - */ -function baseIsDate(value) { - return isObjectLike(value) && baseGetTag(value) == dateTag; -} - -module.exports = baseIsDate; diff --git a/software/flow/node_modules/lodash/_baseIsEqual.js b/software/flow/node_modules/lodash/_baseIsEqual.js deleted file mode 100644 index 00a68a4..0000000 --- a/software/flow/node_modules/lodash/_baseIsEqual.js +++ /dev/null @@ -1,28 +0,0 @@ -var baseIsEqualDeep = require('./_baseIsEqualDeep'), - isObjectLike = require('./isObjectLike'); - -/** - * The base implementation of `_.isEqual` which supports partial comparisons - * and tracks traversed objects. - * - * @private - * @param {*} value The value to compare. - * @param {*} other The other value to compare. - * @param {boolean} bitmask The bitmask flags. - * 1 - Unordered comparison - * 2 - Partial comparison - * @param {Function} [customizer] The function to customize comparisons. - * @param {Object} [stack] Tracks traversed `value` and `other` objects. - * @returns {boolean} Returns `true` if the values are equivalent, else `false`. - */ -function baseIsEqual(value, other, bitmask, customizer, stack) { - if (value === other) { - return true; - } - if (value == null || other == null || (!isObjectLike(value) && !isObjectLike(other))) { - return value !== value && other !== other; - } - return baseIsEqualDeep(value, other, bitmask, customizer, baseIsEqual, stack); -} - -module.exports = baseIsEqual; diff --git a/software/flow/node_modules/lodash/_baseIsEqualDeep.js b/software/flow/node_modules/lodash/_baseIsEqualDeep.js deleted file mode 100644 index e3cfd6a..0000000 --- a/software/flow/node_modules/lodash/_baseIsEqualDeep.js +++ /dev/null @@ -1,83 +0,0 @@ -var Stack = require('./_Stack'), - equalArrays = require('./_equalArrays'), - equalByTag = require('./_equalByTag'), - equalObjects = require('./_equalObjects'), - getTag = require('./_getTag'), - isArray = require('./isArray'), - isBuffer = require('./isBuffer'), - isTypedArray = require('./isTypedArray'); - -/** Used to compose bitmasks for value comparisons. */ -var COMPARE_PARTIAL_FLAG = 1; - -/** `Object#toString` result references. */ -var argsTag = '[object Arguments]', - arrayTag = '[object Array]', - objectTag = '[object Object]'; - -/** Used for built-in method references. */ -var objectProto = Object.prototype; - -/** Used to check objects for own properties. */ -var hasOwnProperty = objectProto.hasOwnProperty; - -/** - * A specialized version of `baseIsEqual` for arrays and objects which performs - * deep comparisons and tracks traversed objects enabling objects with circular - * references to be compared. - * - * @private - * @param {Object} object The object to compare. - * @param {Object} other The other object to compare. - * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details. - * @param {Function} customizer The function to customize comparisons. - * @param {Function} equalFunc The function to determine equivalents of values. - * @param {Object} [stack] Tracks traversed `object` and `other` objects. - * @returns {boolean} Returns `true` if the objects are equivalent, else `false`. - */ -function baseIsEqualDeep(object, other, bitmask, customizer, equalFunc, stack) { - var objIsArr = isArray(object), - othIsArr = isArray(other), - objTag = objIsArr ? arrayTag : getTag(object), - othTag = othIsArr ? arrayTag : getTag(other); - - objTag = objTag == argsTag ? objectTag : objTag; - othTag = othTag == argsTag ? objectTag : othTag; - - var objIsObj = objTag == objectTag, - othIsObj = othTag == objectTag, - isSameTag = objTag == othTag; - - if (isSameTag && isBuffer(object)) { - if (!isBuffer(other)) { - return false; - } - objIsArr = true; - objIsObj = false; - } - if (isSameTag && !objIsObj) { - stack || (stack = new Stack); - return (objIsArr || isTypedArray(object)) - ? equalArrays(object, other, bitmask, customizer, equalFunc, stack) - : equalByTag(object, other, objTag, bitmask, customizer, equalFunc, stack); - } - if (!(bitmask & COMPARE_PARTIAL_FLAG)) { - var objIsWrapped = objIsObj && hasOwnProperty.call(object, '__wrapped__'), - othIsWrapped = othIsObj && hasOwnProperty.call(other, '__wrapped__'); - - if (objIsWrapped || othIsWrapped) { - var objUnwrapped = objIsWrapped ? object.value() : object, - othUnwrapped = othIsWrapped ? other.value() : other; - - stack || (stack = new Stack); - return equalFunc(objUnwrapped, othUnwrapped, bitmask, customizer, stack); - } - } - if (!isSameTag) { - return false; - } - stack || (stack = new Stack); - return equalObjects(object, other, bitmask, customizer, equalFunc, stack); -} - -module.exports = baseIsEqualDeep; diff --git a/software/flow/node_modules/lodash/_baseIsMap.js b/software/flow/node_modules/lodash/_baseIsMap.js deleted file mode 100644 index 02a4021..0000000 --- a/software/flow/node_modules/lodash/_baseIsMap.js +++ /dev/null @@ -1,18 +0,0 @@ -var getTag = require('./_getTag'), - isObjectLike = require('./isObjectLike'); - -/** `Object#toString` result references. */ -var mapTag = '[object Map]'; - -/** - * The base implementation of `_.isMap` without Node.js optimizations. - * - * @private - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is a map, else `false`. - */ -function baseIsMap(value) { - return isObjectLike(value) && getTag(value) == mapTag; -} - -module.exports = baseIsMap; diff --git a/software/flow/node_modules/lodash/_baseIsMatch.js b/software/flow/node_modules/lodash/_baseIsMatch.js deleted file mode 100644 index 72494be..0000000 --- a/software/flow/node_modules/lodash/_baseIsMatch.js +++ /dev/null @@ -1,62 +0,0 @@ -var Stack = require('./_Stack'), - baseIsEqual = require('./_baseIsEqual'); - -/** Used to compose bitmasks for value comparisons. */ -var COMPARE_PARTIAL_FLAG = 1, - COMPARE_UNORDERED_FLAG = 2; - -/** - * The base implementation of `_.isMatch` without support for iteratee shorthands. - * - * @private - * @param {Object} object The object to inspect. - * @param {Object} source The object of property values to match. - * @param {Array} matchData The property names, values, and compare flags to match. - * @param {Function} [customizer] The function to customize comparisons. - * @returns {boolean} Returns `true` if `object` is a match, else `false`. - */ -function baseIsMatch(object, source, matchData, customizer) { - var index = matchData.length, - length = index, - noCustomizer = !customizer; - - if (object == null) { - return !length; - } - object = Object(object); - while (index--) { - var data = matchData[index]; - if ((noCustomizer && data[2]) - ? data[1] !== object[data[0]] - : !(data[0] in object) - ) { - return false; - } - } - while (++index < length) { - data = matchData[index]; - var key = data[0], - objValue = object[key], - srcValue = data[1]; - - if (noCustomizer && data[2]) { - if (objValue === undefined && !(key in object)) { - return false; - } - } else { - var stack = new Stack; - if (customizer) { - var result = customizer(objValue, srcValue, key, object, source, stack); - } - if (!(result === undefined - ? baseIsEqual(srcValue, objValue, COMPARE_PARTIAL_FLAG | COMPARE_UNORDERED_FLAG, customizer, stack) - : result - )) { - return false; - } - } - } - return true; -} - -module.exports = baseIsMatch; diff --git a/software/flow/node_modules/lodash/_baseIsNaN.js b/software/flow/node_modules/lodash/_baseIsNaN.js deleted file mode 100644 index 316f1eb..0000000 --- a/software/flow/node_modules/lodash/_baseIsNaN.js +++ /dev/null @@ -1,12 +0,0 @@ -/** - * The base implementation of `_.isNaN` without support for number objects. - * - * @private - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is `NaN`, else `false`. - */ -function baseIsNaN(value) { - return value !== value; -} - -module.exports = baseIsNaN; diff --git a/software/flow/node_modules/lodash/_baseIsNative.js b/software/flow/node_modules/lodash/_baseIsNative.js deleted file mode 100644 index 8702330..0000000 --- a/software/flow/node_modules/lodash/_baseIsNative.js +++ /dev/null @@ -1,47 +0,0 @@ -var isFunction = require('./isFunction'), - isMasked = require('./_isMasked'), - isObject = require('./isObject'), - toSource = require('./_toSource'); - -/** - * Used to match `RegExp` - * [syntax characters](http://ecma-international.org/ecma-262/7.0/#sec-patterns). - */ -var reRegExpChar = /[\\^$.*+?()[\]{}|]/g; - -/** Used to detect host constructors (Safari). */ -var reIsHostCtor = /^\[object .+?Constructor\]$/; - -/** Used for built-in method references. */ -var funcProto = Function.prototype, - objectProto = Object.prototype; - -/** Used to resolve the decompiled source of functions. */ -var funcToString = funcProto.toString; - -/** Used to check objects for own properties. */ -var hasOwnProperty = objectProto.hasOwnProperty; - -/** Used to detect if a method is native. */ -var reIsNative = RegExp('^' + - funcToString.call(hasOwnProperty).replace(reRegExpChar, '\\$&') - .replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, '$1.*?') + '$' -); - -/** - * The base implementation of `_.isNative` without bad shim checks. - * - * @private - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is a native function, - * else `false`. - */ -function baseIsNative(value) { - if (!isObject(value) || isMasked(value)) { - return false; - } - var pattern = isFunction(value) ? reIsNative : reIsHostCtor; - return pattern.test(toSource(value)); -} - -module.exports = baseIsNative; diff --git a/software/flow/node_modules/lodash/_baseIsRegExp.js b/software/flow/node_modules/lodash/_baseIsRegExp.js deleted file mode 100644 index 6cd7c1a..0000000 --- a/software/flow/node_modules/lodash/_baseIsRegExp.js +++ /dev/null @@ -1,18 +0,0 @@ -var baseGetTag = require('./_baseGetTag'), - isObjectLike = require('./isObjectLike'); - -/** `Object#toString` result references. */ -var regexpTag = '[object RegExp]'; - -/** - * The base implementation of `_.isRegExp` without Node.js optimizations. - * - * @private - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is a regexp, else `false`. - */ -function baseIsRegExp(value) { - return isObjectLike(value) && baseGetTag(value) == regexpTag; -} - -module.exports = baseIsRegExp; diff --git a/software/flow/node_modules/lodash/_baseIsSet.js b/software/flow/node_modules/lodash/_baseIsSet.js deleted file mode 100644 index 6dee367..0000000 --- a/software/flow/node_modules/lodash/_baseIsSet.js +++ /dev/null @@ -1,18 +0,0 @@ -var getTag = require('./_getTag'), - isObjectLike = require('./isObjectLike'); - -/** `Object#toString` result references. */ -var setTag = '[object Set]'; - -/** - * The base implementation of `_.isSet` without Node.js optimizations. - * - * @private - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is a set, else `false`. - */ -function baseIsSet(value) { - return isObjectLike(value) && getTag(value) == setTag; -} - -module.exports = baseIsSet; diff --git a/software/flow/node_modules/lodash/_baseIsTypedArray.js b/software/flow/node_modules/lodash/_baseIsTypedArray.js deleted file mode 100644 index 1edb32f..0000000 --- a/software/flow/node_modules/lodash/_baseIsTypedArray.js +++ /dev/null @@ -1,60 +0,0 @@ -var baseGetTag = require('./_baseGetTag'), - isLength = require('./isLength'), - isObjectLike = require('./isObjectLike'); - -/** `Object#toString` result references. */ -var argsTag = '[object Arguments]', - arrayTag = '[object Array]', - boolTag = '[object Boolean]', - dateTag = '[object Date]', - errorTag = '[object Error]', - funcTag = '[object Function]', - mapTag = '[object Map]', - numberTag = '[object Number]', - objectTag = '[object Object]', - regexpTag = '[object RegExp]', - setTag = '[object Set]', - stringTag = '[object String]', - weakMapTag = '[object WeakMap]'; - -var arrayBufferTag = '[object ArrayBuffer]', - dataViewTag = '[object DataView]', - float32Tag = '[object Float32Array]', - float64Tag = '[object Float64Array]', - int8Tag = '[object Int8Array]', - int16Tag = '[object Int16Array]', - int32Tag = '[object Int32Array]', - uint8Tag = '[object Uint8Array]', - uint8ClampedTag = '[object Uint8ClampedArray]', - uint16Tag = '[object Uint16Array]', - uint32Tag = '[object Uint32Array]'; - -/** Used to identify `toStringTag` values of typed arrays. */ -var typedArrayTags = {}; -typedArrayTags[float32Tag] = typedArrayTags[float64Tag] = -typedArrayTags[int8Tag] = typedArrayTags[int16Tag] = -typedArrayTags[int32Tag] = typedArrayTags[uint8Tag] = -typedArrayTags[uint8ClampedTag] = typedArrayTags[uint16Tag] = -typedArrayTags[uint32Tag] = true; -typedArrayTags[argsTag] = typedArrayTags[arrayTag] = -typedArrayTags[arrayBufferTag] = typedArrayTags[boolTag] = -typedArrayTags[dataViewTag] = typedArrayTags[dateTag] = -typedArrayTags[errorTag] = typedArrayTags[funcTag] = -typedArrayTags[mapTag] = typedArrayTags[numberTag] = -typedArrayTags[objectTag] = typedArrayTags[regexpTag] = -typedArrayTags[setTag] = typedArrayTags[stringTag] = -typedArrayTags[weakMapTag] = false; - -/** - * The base implementation of `_.isTypedArray` without Node.js optimizations. - * - * @private - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is a typed array, else `false`. - */ -function baseIsTypedArray(value) { - return isObjectLike(value) && - isLength(value.length) && !!typedArrayTags[baseGetTag(value)]; -} - -module.exports = baseIsTypedArray; diff --git a/software/flow/node_modules/lodash/_baseIteratee.js b/software/flow/node_modules/lodash/_baseIteratee.js deleted file mode 100644 index 995c257..0000000 --- a/software/flow/node_modules/lodash/_baseIteratee.js +++ /dev/null @@ -1,31 +0,0 @@ -var baseMatches = require('./_baseMatches'), - baseMatchesProperty = require('./_baseMatchesProperty'), - identity = require('./identity'), - isArray = require('./isArray'), - property = require('./property'); - -/** - * The base implementation of `_.iteratee`. - * - * @private - * @param {*} [value=_.identity] The value to convert to an iteratee. - * @returns {Function} Returns the iteratee. - */ -function baseIteratee(value) { - // Don't store the `typeof` result in a variable to avoid a JIT bug in Safari 9. - // See https://bugs.webkit.org/show_bug.cgi?id=156034 for more details. - if (typeof value == 'function') { - return value; - } - if (value == null) { - return identity; - } - if (typeof value == 'object') { - return isArray(value) - ? baseMatchesProperty(value[0], value[1]) - : baseMatches(value); - } - return property(value); -} - -module.exports = baseIteratee; diff --git a/software/flow/node_modules/lodash/_baseKeys.js b/software/flow/node_modules/lodash/_baseKeys.js deleted file mode 100644 index 45e9e6f..0000000 --- a/software/flow/node_modules/lodash/_baseKeys.js +++ /dev/null @@ -1,30 +0,0 @@ -var isPrototype = require('./_isPrototype'), - nativeKeys = require('./_nativeKeys'); - -/** Used for built-in method references. */ -var objectProto = Object.prototype; - -/** Used to check objects for own properties. */ -var hasOwnProperty = objectProto.hasOwnProperty; - -/** - * The base implementation of `_.keys` which doesn't treat sparse arrays as dense. - * - * @private - * @param {Object} object The object to query. - * @returns {Array} Returns the array of property names. - */ -function baseKeys(object) { - if (!isPrototype(object)) { - return nativeKeys(object); - } - var result = []; - for (var key in Object(object)) { - if (hasOwnProperty.call(object, key) && key != 'constructor') { - result.push(key); - } - } - return result; -} - -module.exports = baseKeys; diff --git a/software/flow/node_modules/lodash/_baseKeysIn.js b/software/flow/node_modules/lodash/_baseKeysIn.js deleted file mode 100644 index ea8a0a1..0000000 --- a/software/flow/node_modules/lodash/_baseKeysIn.js +++ /dev/null @@ -1,33 +0,0 @@ -var isObject = require('./isObject'), - isPrototype = require('./_isPrototype'), - nativeKeysIn = require('./_nativeKeysIn'); - -/** Used for built-in method references. */ -var objectProto = Object.prototype; - -/** Used to check objects for own properties. */ -var hasOwnProperty = objectProto.hasOwnProperty; - -/** - * The base implementation of `_.keysIn` which doesn't treat sparse arrays as dense. - * - * @private - * @param {Object} object The object to query. - * @returns {Array} Returns the array of property names. - */ -function baseKeysIn(object) { - if (!isObject(object)) { - return nativeKeysIn(object); - } - var isProto = isPrototype(object), - result = []; - - for (var key in object) { - if (!(key == 'constructor' && (isProto || !hasOwnProperty.call(object, key)))) { - result.push(key); - } - } - return result; -} - -module.exports = baseKeysIn; diff --git a/software/flow/node_modules/lodash/_baseLodash.js b/software/flow/node_modules/lodash/_baseLodash.js deleted file mode 100644 index f76c790..0000000 --- a/software/flow/node_modules/lodash/_baseLodash.js +++ /dev/null @@ -1,10 +0,0 @@ -/** - * The function whose prototype chain sequence wrappers inherit from. - * - * @private - */ -function baseLodash() { - // No operation performed. -} - -module.exports = baseLodash; diff --git a/software/flow/node_modules/lodash/_baseLt.js b/software/flow/node_modules/lodash/_baseLt.js deleted file mode 100644 index 8674d29..0000000 --- a/software/flow/node_modules/lodash/_baseLt.js +++ /dev/null @@ -1,14 +0,0 @@ -/** - * The base implementation of `_.lt` which doesn't coerce arguments. - * - * @private - * @param {*} value The value to compare. - * @param {*} other The other value to compare. - * @returns {boolean} Returns `true` if `value` is less than `other`, - * else `false`. - */ -function baseLt(value, other) { - return value < other; -} - -module.exports = baseLt; diff --git a/software/flow/node_modules/lodash/_baseMap.js b/software/flow/node_modules/lodash/_baseMap.js deleted file mode 100644 index 0bf5cea..0000000 --- a/software/flow/node_modules/lodash/_baseMap.js +++ /dev/null @@ -1,22 +0,0 @@ -var baseEach = require('./_baseEach'), - isArrayLike = require('./isArrayLike'); - -/** - * The base implementation of `_.map` without support for iteratee shorthands. - * - * @private - * @param {Array|Object} collection The collection to iterate over. - * @param {Function} iteratee The function invoked per iteration. - * @returns {Array} Returns the new mapped array. - */ -function baseMap(collection, iteratee) { - var index = -1, - result = isArrayLike(collection) ? Array(collection.length) : []; - - baseEach(collection, function(value, key, collection) { - result[++index] = iteratee(value, key, collection); - }); - return result; -} - -module.exports = baseMap; diff --git a/software/flow/node_modules/lodash/_baseMatches.js b/software/flow/node_modules/lodash/_baseMatches.js deleted file mode 100644 index e56582a..0000000 --- a/software/flow/node_modules/lodash/_baseMatches.js +++ /dev/null @@ -1,22 +0,0 @@ -var baseIsMatch = require('./_baseIsMatch'), - getMatchData = require('./_getMatchData'), - matchesStrictComparable = require('./_matchesStrictComparable'); - -/** - * The base implementation of `_.matches` which doesn't clone `source`. - * - * @private - * @param {Object} source The object of property values to match. - * @returns {Function} Returns the new spec function. - */ -function baseMatches(source) { - var matchData = getMatchData(source); - if (matchData.length == 1 && matchData[0][2]) { - return matchesStrictComparable(matchData[0][0], matchData[0][1]); - } - return function(object) { - return object === source || baseIsMatch(object, source, matchData); - }; -} - -module.exports = baseMatches; diff --git a/software/flow/node_modules/lodash/_baseMatchesProperty.js b/software/flow/node_modules/lodash/_baseMatchesProperty.js deleted file mode 100644 index 24afd89..0000000 --- a/software/flow/node_modules/lodash/_baseMatchesProperty.js +++ /dev/null @@ -1,33 +0,0 @@ -var baseIsEqual = require('./_baseIsEqual'), - get = require('./get'), - hasIn = require('./hasIn'), - isKey = require('./_isKey'), - isStrictComparable = require('./_isStrictComparable'), - matchesStrictComparable = require('./_matchesStrictComparable'), - toKey = require('./_toKey'); - -/** Used to compose bitmasks for value comparisons. */ -var COMPARE_PARTIAL_FLAG = 1, - COMPARE_UNORDERED_FLAG = 2; - -/** - * The base implementation of `_.matchesProperty` which doesn't clone `srcValue`. - * - * @private - * @param {string} path The path of the property to get. - * @param {*} srcValue The value to match. - * @returns {Function} Returns the new spec function. - */ -function baseMatchesProperty(path, srcValue) { - if (isKey(path) && isStrictComparable(srcValue)) { - return matchesStrictComparable(toKey(path), srcValue); - } - return function(object) { - var objValue = get(object, path); - return (objValue === undefined && objValue === srcValue) - ? hasIn(object, path) - : baseIsEqual(srcValue, objValue, COMPARE_PARTIAL_FLAG | COMPARE_UNORDERED_FLAG); - }; -} - -module.exports = baseMatchesProperty; diff --git a/software/flow/node_modules/lodash/_baseMean.js b/software/flow/node_modules/lodash/_baseMean.js deleted file mode 100644 index fa9e00a..0000000 --- a/software/flow/node_modules/lodash/_baseMean.js +++ /dev/null @@ -1,20 +0,0 @@ -var baseSum = require('./_baseSum'); - -/** Used as references for various `Number` constants. */ -var NAN = 0 / 0; - -/** - * The base implementation of `_.mean` and `_.meanBy` without support for - * iteratee shorthands. - * - * @private - * @param {Array} array The array to iterate over. - * @param {Function} iteratee The function invoked per iteration. - * @returns {number} Returns the mean. - */ -function baseMean(array, iteratee) { - var length = array == null ? 0 : array.length; - return length ? (baseSum(array, iteratee) / length) : NAN; -} - -module.exports = baseMean; diff --git a/software/flow/node_modules/lodash/_baseMerge.js b/software/flow/node_modules/lodash/_baseMerge.js deleted file mode 100644 index c98b5eb..0000000 --- a/software/flow/node_modules/lodash/_baseMerge.js +++ /dev/null @@ -1,42 +0,0 @@ -var Stack = require('./_Stack'), - assignMergeValue = require('./_assignMergeValue'), - baseFor = require('./_baseFor'), - baseMergeDeep = require('./_baseMergeDeep'), - isObject = require('./isObject'), - keysIn = require('./keysIn'), - safeGet = require('./_safeGet'); - -/** - * The base implementation of `_.merge` without support for multiple sources. - * - * @private - * @param {Object} object The destination object. - * @param {Object} source The source object. - * @param {number} srcIndex The index of `source`. - * @param {Function} [customizer] The function to customize merged values. - * @param {Object} [stack] Tracks traversed source values and their merged - * counterparts. - */ -function baseMerge(object, source, srcIndex, customizer, stack) { - if (object === source) { - return; - } - baseFor(source, function(srcValue, key) { - stack || (stack = new Stack); - if (isObject(srcValue)) { - baseMergeDeep(object, source, key, srcIndex, baseMerge, customizer, stack); - } - else { - var newValue = customizer - ? customizer(safeGet(object, key), srcValue, (key + ''), object, source, stack) - : undefined; - - if (newValue === undefined) { - newValue = srcValue; - } - assignMergeValue(object, key, newValue); - } - }, keysIn); -} - -module.exports = baseMerge; diff --git a/software/flow/node_modules/lodash/_baseMergeDeep.js b/software/flow/node_modules/lodash/_baseMergeDeep.js deleted file mode 100644 index 4679e8d..0000000 --- a/software/flow/node_modules/lodash/_baseMergeDeep.js +++ /dev/null @@ -1,94 +0,0 @@ -var assignMergeValue = require('./_assignMergeValue'), - cloneBuffer = require('./_cloneBuffer'), - cloneTypedArray = require('./_cloneTypedArray'), - copyArray = require('./_copyArray'), - initCloneObject = require('./_initCloneObject'), - isArguments = require('./isArguments'), - isArray = require('./isArray'), - isArrayLikeObject = require('./isArrayLikeObject'), - isBuffer = require('./isBuffer'), - isFunction = require('./isFunction'), - isObject = require('./isObject'), - isPlainObject = require('./isPlainObject'), - isTypedArray = require('./isTypedArray'), - safeGet = require('./_safeGet'), - toPlainObject = require('./toPlainObject'); - -/** - * A specialized version of `baseMerge` for arrays and objects which performs - * deep merges and tracks traversed objects enabling objects with circular - * references to be merged. - * - * @private - * @param {Object} object The destination object. - * @param {Object} source The source object. - * @param {string} key The key of the value to merge. - * @param {number} srcIndex The index of `source`. - * @param {Function} mergeFunc The function to merge values. - * @param {Function} [customizer] The function to customize assigned values. - * @param {Object} [stack] Tracks traversed source values and their merged - * counterparts. - */ -function baseMergeDeep(object, source, key, srcIndex, mergeFunc, customizer, stack) { - var objValue = safeGet(object, key), - srcValue = safeGet(source, key), - stacked = stack.get(srcValue); - - if (stacked) { - assignMergeValue(object, key, stacked); - return; - } - var newValue = customizer - ? customizer(objValue, srcValue, (key + ''), object, source, stack) - : undefined; - - var isCommon = newValue === undefined; - - if (isCommon) { - var isArr = isArray(srcValue), - isBuff = !isArr && isBuffer(srcValue), - isTyped = !isArr && !isBuff && isTypedArray(srcValue); - - newValue = srcValue; - if (isArr || isBuff || isTyped) { - if (isArray(objValue)) { - newValue = objValue; - } - else if (isArrayLikeObject(objValue)) { - newValue = copyArray(objValue); - } - else if (isBuff) { - isCommon = false; - newValue = cloneBuffer(srcValue, true); - } - else if (isTyped) { - isCommon = false; - newValue = cloneTypedArray(srcValue, true); - } - else { - newValue = []; - } - } - else if (isPlainObject(srcValue) || isArguments(srcValue)) { - newValue = objValue; - if (isArguments(objValue)) { - newValue = toPlainObject(objValue); - } - else if (!isObject(objValue) || isFunction(objValue)) { - newValue = initCloneObject(srcValue); - } - } - else { - isCommon = false; - } - } - if (isCommon) { - // Recursively merge objects and arrays (susceptible to call stack limits). - stack.set(srcValue, newValue); - mergeFunc(newValue, srcValue, srcIndex, customizer, stack); - stack['delete'](srcValue); - } - assignMergeValue(object, key, newValue); -} - -module.exports = baseMergeDeep; diff --git a/software/flow/node_modules/lodash/_baseNth.js b/software/flow/node_modules/lodash/_baseNth.js deleted file mode 100644 index 0403c2a..0000000 --- a/software/flow/node_modules/lodash/_baseNth.js +++ /dev/null @@ -1,20 +0,0 @@ -var isIndex = require('./_isIndex'); - -/** - * The base implementation of `_.nth` which doesn't coerce arguments. - * - * @private - * @param {Array} array The array to query. - * @param {number} n The index of the element to return. - * @returns {*} Returns the nth element of `array`. - */ -function baseNth(array, n) { - var length = array.length; - if (!length) { - return; - } - n += n < 0 ? length : 0; - return isIndex(n, length) ? array[n] : undefined; -} - -module.exports = baseNth; diff --git a/software/flow/node_modules/lodash/_baseOrderBy.js b/software/flow/node_modules/lodash/_baseOrderBy.js deleted file mode 100644 index 775a017..0000000 --- a/software/flow/node_modules/lodash/_baseOrderBy.js +++ /dev/null @@ -1,49 +0,0 @@ -var arrayMap = require('./_arrayMap'), - baseGet = require('./_baseGet'), - baseIteratee = require('./_baseIteratee'), - baseMap = require('./_baseMap'), - baseSortBy = require('./_baseSortBy'), - baseUnary = require('./_baseUnary'), - compareMultiple = require('./_compareMultiple'), - identity = require('./identity'), - isArray = require('./isArray'); - -/** - * The base implementation of `_.orderBy` without param guards. - * - * @private - * @param {Array|Object} collection The collection to iterate over. - * @param {Function[]|Object[]|string[]} iteratees The iteratees to sort by. - * @param {string[]} orders The sort orders of `iteratees`. - * @returns {Array} Returns the new sorted array. - */ -function baseOrderBy(collection, iteratees, orders) { - if (iteratees.length) { - iteratees = arrayMap(iteratees, function(iteratee) { - if (isArray(iteratee)) { - return function(value) { - return baseGet(value, iteratee.length === 1 ? iteratee[0] : iteratee); - } - } - return iteratee; - }); - } else { - iteratees = [identity]; - } - - var index = -1; - iteratees = arrayMap(iteratees, baseUnary(baseIteratee)); - - var result = baseMap(collection, function(value, key, collection) { - var criteria = arrayMap(iteratees, function(iteratee) { - return iteratee(value); - }); - return { 'criteria': criteria, 'index': ++index, 'value': value }; - }); - - return baseSortBy(result, function(object, other) { - return compareMultiple(object, other, orders); - }); -} - -module.exports = baseOrderBy; diff --git a/software/flow/node_modules/lodash/_basePick.js b/software/flow/node_modules/lodash/_basePick.js deleted file mode 100644 index 09b458a..0000000 --- a/software/flow/node_modules/lodash/_basePick.js +++ /dev/null @@ -1,19 +0,0 @@ -var basePickBy = require('./_basePickBy'), - hasIn = require('./hasIn'); - -/** - * The base implementation of `_.pick` without support for individual - * property identifiers. - * - * @private - * @param {Object} object The source object. - * @param {string[]} paths The property paths to pick. - * @returns {Object} Returns the new object. - */ -function basePick(object, paths) { - return basePickBy(object, paths, function(value, path) { - return hasIn(object, path); - }); -} - -module.exports = basePick; diff --git a/software/flow/node_modules/lodash/_basePickBy.js b/software/flow/node_modules/lodash/_basePickBy.js deleted file mode 100644 index 85be68c..0000000 --- a/software/flow/node_modules/lodash/_basePickBy.js +++ /dev/null @@ -1,30 +0,0 @@ -var baseGet = require('./_baseGet'), - baseSet = require('./_baseSet'), - castPath = require('./_castPath'); - -/** - * The base implementation of `_.pickBy` without support for iteratee shorthands. - * - * @private - * @param {Object} object The source object. - * @param {string[]} paths The property paths to pick. - * @param {Function} predicate The function invoked per property. - * @returns {Object} Returns the new object. - */ -function basePickBy(object, paths, predicate) { - var index = -1, - length = paths.length, - result = {}; - - while (++index < length) { - var path = paths[index], - value = baseGet(object, path); - - if (predicate(value, path)) { - baseSet(result, castPath(path, object), value); - } - } - return result; -} - -module.exports = basePickBy; diff --git a/software/flow/node_modules/lodash/_baseProperty.js b/software/flow/node_modules/lodash/_baseProperty.js deleted file mode 100644 index 496281e..0000000 --- a/software/flow/node_modules/lodash/_baseProperty.js +++ /dev/null @@ -1,14 +0,0 @@ -/** - * The base implementation of `_.property` without support for deep paths. - * - * @private - * @param {string} key The key of the property to get. - * @returns {Function} Returns the new accessor function. - */ -function baseProperty(key) { - return function(object) { - return object == null ? undefined : object[key]; - }; -} - -module.exports = baseProperty; diff --git a/software/flow/node_modules/lodash/_basePropertyDeep.js b/software/flow/node_modules/lodash/_basePropertyDeep.js deleted file mode 100644 index 1e5aae5..0000000 --- a/software/flow/node_modules/lodash/_basePropertyDeep.js +++ /dev/null @@ -1,16 +0,0 @@ -var baseGet = require('./_baseGet'); - -/** - * A specialized version of `baseProperty` which supports deep paths. - * - * @private - * @param {Array|string} path The path of the property to get. - * @returns {Function} Returns the new accessor function. - */ -function basePropertyDeep(path) { - return function(object) { - return baseGet(object, path); - }; -} - -module.exports = basePropertyDeep; diff --git a/software/flow/node_modules/lodash/_basePropertyOf.js b/software/flow/node_modules/lodash/_basePropertyOf.js deleted file mode 100644 index 4617399..0000000 --- a/software/flow/node_modules/lodash/_basePropertyOf.js +++ /dev/null @@ -1,14 +0,0 @@ -/** - * The base implementation of `_.propertyOf` without support for deep paths. - * - * @private - * @param {Object} object The object to query. - * @returns {Function} Returns the new accessor function. - */ -function basePropertyOf(object) { - return function(key) { - return object == null ? undefined : object[key]; - }; -} - -module.exports = basePropertyOf; diff --git a/software/flow/node_modules/lodash/_basePullAll.js b/software/flow/node_modules/lodash/_basePullAll.js deleted file mode 100644 index 305720e..0000000 --- a/software/flow/node_modules/lodash/_basePullAll.js +++ /dev/null @@ -1,51 +0,0 @@ -var arrayMap = require('./_arrayMap'), - baseIndexOf = require('./_baseIndexOf'), - baseIndexOfWith = require('./_baseIndexOfWith'), - baseUnary = require('./_baseUnary'), - copyArray = require('./_copyArray'); - -/** Used for built-in method references. */ -var arrayProto = Array.prototype; - -/** Built-in value references. */ -var splice = arrayProto.splice; - -/** - * The base implementation of `_.pullAllBy` without support for iteratee - * shorthands. - * - * @private - * @param {Array} array The array to modify. - * @param {Array} values The values to remove. - * @param {Function} [iteratee] The iteratee invoked per element. - * @param {Function} [comparator] The comparator invoked per element. - * @returns {Array} Returns `array`. - */ -function basePullAll(array, values, iteratee, comparator) { - var indexOf = comparator ? baseIndexOfWith : baseIndexOf, - index = -1, - length = values.length, - seen = array; - - if (array === values) { - values = copyArray(values); - } - if (iteratee) { - seen = arrayMap(array, baseUnary(iteratee)); - } - while (++index < length) { - var fromIndex = 0, - value = values[index], - computed = iteratee ? iteratee(value) : value; - - while ((fromIndex = indexOf(seen, computed, fromIndex, comparator)) > -1) { - if (seen !== array) { - splice.call(seen, fromIndex, 1); - } - splice.call(array, fromIndex, 1); - } - } - return array; -} - -module.exports = basePullAll; diff --git a/software/flow/node_modules/lodash/_basePullAt.js b/software/flow/node_modules/lodash/_basePullAt.js deleted file mode 100644 index c3e9e71..0000000 --- a/software/flow/node_modules/lodash/_basePullAt.js +++ /dev/null @@ -1,37 +0,0 @@ -var baseUnset = require('./_baseUnset'), - isIndex = require('./_isIndex'); - -/** Used for built-in method references. */ -var arrayProto = Array.prototype; - -/** Built-in value references. */ -var splice = arrayProto.splice; - -/** - * The base implementation of `_.pullAt` without support for individual - * indexes or capturing the removed elements. - * - * @private - * @param {Array} array The array to modify. - * @param {number[]} indexes The indexes of elements to remove. - * @returns {Array} Returns `array`. - */ -function basePullAt(array, indexes) { - var length = array ? indexes.length : 0, - lastIndex = length - 1; - - while (length--) { - var index = indexes[length]; - if (length == lastIndex || index !== previous) { - var previous = index; - if (isIndex(index)) { - splice.call(array, index, 1); - } else { - baseUnset(array, index); - } - } - } - return array; -} - -module.exports = basePullAt; diff --git a/software/flow/node_modules/lodash/_baseRandom.js b/software/flow/node_modules/lodash/_baseRandom.js deleted file mode 100644 index 94f76a7..0000000 --- a/software/flow/node_modules/lodash/_baseRandom.js +++ /dev/null @@ -1,18 +0,0 @@ -/* Built-in method references for those with the same name as other `lodash` methods. */ -var nativeFloor = Math.floor, - nativeRandom = Math.random; - -/** - * The base implementation of `_.random` without support for returning - * floating-point numbers. - * - * @private - * @param {number} lower The lower bound. - * @param {number} upper The upper bound. - * @returns {number} Returns the random number. - */ -function baseRandom(lower, upper) { - return lower + nativeFloor(nativeRandom() * (upper - lower + 1)); -} - -module.exports = baseRandom; diff --git a/software/flow/node_modules/lodash/_baseRange.js b/software/flow/node_modules/lodash/_baseRange.js deleted file mode 100644 index 0fb8e41..0000000 --- a/software/flow/node_modules/lodash/_baseRange.js +++ /dev/null @@ -1,28 +0,0 @@ -/* Built-in method references for those with the same name as other `lodash` methods. */ -var nativeCeil = Math.ceil, - nativeMax = Math.max; - -/** - * The base implementation of `_.range` and `_.rangeRight` which doesn't - * coerce arguments. - * - * @private - * @param {number} start The start of the range. - * @param {number} end The end of the range. - * @param {number} step The value to increment or decrement by. - * @param {boolean} [fromRight] Specify iterating from right to left. - * @returns {Array} Returns the range of numbers. - */ -function baseRange(start, end, step, fromRight) { - var index = -1, - length = nativeMax(nativeCeil((end - start) / (step || 1)), 0), - result = Array(length); - - while (length--) { - result[fromRight ? length : ++index] = start; - start += step; - } - return result; -} - -module.exports = baseRange; diff --git a/software/flow/node_modules/lodash/_baseReduce.js b/software/flow/node_modules/lodash/_baseReduce.js deleted file mode 100644 index 5a1f8b5..0000000 --- a/software/flow/node_modules/lodash/_baseReduce.js +++ /dev/null @@ -1,23 +0,0 @@ -/** - * The base implementation of `_.reduce` and `_.reduceRight`, without support - * for iteratee shorthands, which iterates over `collection` using `eachFunc`. - * - * @private - * @param {Array|Object} collection The collection to iterate over. - * @param {Function} iteratee The function invoked per iteration. - * @param {*} accumulator The initial value. - * @param {boolean} initAccum Specify using the first or last element of - * `collection` as the initial value. - * @param {Function} eachFunc The function to iterate over `collection`. - * @returns {*} Returns the accumulated value. - */ -function baseReduce(collection, iteratee, accumulator, initAccum, eachFunc) { - eachFunc(collection, function(value, index, collection) { - accumulator = initAccum - ? (initAccum = false, value) - : iteratee(accumulator, value, index, collection); - }); - return accumulator; -} - -module.exports = baseReduce; diff --git a/software/flow/node_modules/lodash/_baseRepeat.js b/software/flow/node_modules/lodash/_baseRepeat.js deleted file mode 100644 index ee44c31..0000000 --- a/software/flow/node_modules/lodash/_baseRepeat.js +++ /dev/null @@ -1,35 +0,0 @@ -/** Used as references for various `Number` constants. */ -var MAX_SAFE_INTEGER = 9007199254740991; - -/* Built-in method references for those with the same name as other `lodash` methods. */ -var nativeFloor = Math.floor; - -/** - * The base implementation of `_.repeat` which doesn't coerce arguments. - * - * @private - * @param {string} string The string to repeat. - * @param {number} n The number of times to repeat the string. - * @returns {string} Returns the repeated string. - */ -function baseRepeat(string, n) { - var result = ''; - if (!string || n < 1 || n > MAX_SAFE_INTEGER) { - return result; - } - // Leverage the exponentiation by squaring algorithm for a faster repeat. - // See https://en.wikipedia.org/wiki/Exponentiation_by_squaring for more details. - do { - if (n % 2) { - result += string; - } - n = nativeFloor(n / 2); - if (n) { - string += string; - } - } while (n); - - return result; -} - -module.exports = baseRepeat; diff --git a/software/flow/node_modules/lodash/_baseRest.js b/software/flow/node_modules/lodash/_baseRest.js deleted file mode 100644 index d0dc4bd..0000000 --- a/software/flow/node_modules/lodash/_baseRest.js +++ /dev/null @@ -1,17 +0,0 @@ -var identity = require('./identity'), - overRest = require('./_overRest'), - setToString = require('./_setToString'); - -/** - * The base implementation of `_.rest` which doesn't validate or coerce arguments. - * - * @private - * @param {Function} func The function to apply a rest parameter to. - * @param {number} [start=func.length-1] The start position of the rest parameter. - * @returns {Function} Returns the new function. - */ -function baseRest(func, start) { - return setToString(overRest(func, start, identity), func + ''); -} - -module.exports = baseRest; diff --git a/software/flow/node_modules/lodash/_baseSample.js b/software/flow/node_modules/lodash/_baseSample.js deleted file mode 100644 index 58582b9..0000000 --- a/software/flow/node_modules/lodash/_baseSample.js +++ /dev/null @@ -1,15 +0,0 @@ -var arraySample = require('./_arraySample'), - values = require('./values'); - -/** - * The base implementation of `_.sample`. - * - * @private - * @param {Array|Object} collection The collection to sample. - * @returns {*} Returns the random element. - */ -function baseSample(collection) { - return arraySample(values(collection)); -} - -module.exports = baseSample; diff --git a/software/flow/node_modules/lodash/_baseSampleSize.js b/software/flow/node_modules/lodash/_baseSampleSize.js deleted file mode 100644 index 5c90ec5..0000000 --- a/software/flow/node_modules/lodash/_baseSampleSize.js +++ /dev/null @@ -1,18 +0,0 @@ -var baseClamp = require('./_baseClamp'), - shuffleSelf = require('./_shuffleSelf'), - values = require('./values'); - -/** - * The base implementation of `_.sampleSize` without param guards. - * - * @private - * @param {Array|Object} collection The collection to sample. - * @param {number} n The number of elements to sample. - * @returns {Array} Returns the random elements. - */ -function baseSampleSize(collection, n) { - var array = values(collection); - return shuffleSelf(array, baseClamp(n, 0, array.length)); -} - -module.exports = baseSampleSize; diff --git a/software/flow/node_modules/lodash/_baseSet.js b/software/flow/node_modules/lodash/_baseSet.js deleted file mode 100644 index 99f4fbf..0000000 --- a/software/flow/node_modules/lodash/_baseSet.js +++ /dev/null @@ -1,51 +0,0 @@ -var assignValue = require('./_assignValue'), - castPath = require('./_castPath'), - isIndex = require('./_isIndex'), - isObject = require('./isObject'), - toKey = require('./_toKey'); - -/** - * The base implementation of `_.set`. - * - * @private - * @param {Object} object The object to modify. - * @param {Array|string} path The path of the property to set. - * @param {*} value The value to set. - * @param {Function} [customizer] The function to customize path creation. - * @returns {Object} Returns `object`. - */ -function baseSet(object, path, value, customizer) { - if (!isObject(object)) { - return object; - } - path = castPath(path, object); - - var index = -1, - length = path.length, - lastIndex = length - 1, - nested = object; - - while (nested != null && ++index < length) { - var key = toKey(path[index]), - newValue = value; - - if (key === '__proto__' || key === 'constructor' || key === 'prototype') { - return object; - } - - if (index != lastIndex) { - var objValue = nested[key]; - newValue = customizer ? customizer(objValue, key, nested) : undefined; - if (newValue === undefined) { - newValue = isObject(objValue) - ? objValue - : (isIndex(path[index + 1]) ? [] : {}); - } - } - assignValue(nested, key, newValue); - nested = nested[key]; - } - return object; -} - -module.exports = baseSet; diff --git a/software/flow/node_modules/lodash/_baseSetData.js b/software/flow/node_modules/lodash/_baseSetData.js deleted file mode 100644 index c409947..0000000 --- a/software/flow/node_modules/lodash/_baseSetData.js +++ /dev/null @@ -1,17 +0,0 @@ -var identity = require('./identity'), - metaMap = require('./_metaMap'); - -/** - * The base implementation of `setData` without support for hot loop shorting. - * - * @private - * @param {Function} func The function to associate metadata with. - * @param {*} data The metadata. - * @returns {Function} Returns `func`. - */ -var baseSetData = !metaMap ? identity : function(func, data) { - metaMap.set(func, data); - return func; -}; - -module.exports = baseSetData; diff --git a/software/flow/node_modules/lodash/_baseSetToString.js b/software/flow/node_modules/lodash/_baseSetToString.js deleted file mode 100644 index 89eaca3..0000000 --- a/software/flow/node_modules/lodash/_baseSetToString.js +++ /dev/null @@ -1,22 +0,0 @@ -var constant = require('./constant'), - defineProperty = require('./_defineProperty'), - identity = require('./identity'); - -/** - * The base implementation of `setToString` without support for hot loop shorting. - * - * @private - * @param {Function} func The function to modify. - * @param {Function} string The `toString` result. - * @returns {Function} Returns `func`. - */ -var baseSetToString = !defineProperty ? identity : function(func, string) { - return defineProperty(func, 'toString', { - 'configurable': true, - 'enumerable': false, - 'value': constant(string), - 'writable': true - }); -}; - -module.exports = baseSetToString; diff --git a/software/flow/node_modules/lodash/_baseShuffle.js b/software/flow/node_modules/lodash/_baseShuffle.js deleted file mode 100644 index 023077a..0000000 --- a/software/flow/node_modules/lodash/_baseShuffle.js +++ /dev/null @@ -1,15 +0,0 @@ -var shuffleSelf = require('./_shuffleSelf'), - values = require('./values'); - -/** - * The base implementation of `_.shuffle`. - * - * @private - * @param {Array|Object} collection The collection to shuffle. - * @returns {Array} Returns the new shuffled array. - */ -function baseShuffle(collection) { - return shuffleSelf(values(collection)); -} - -module.exports = baseShuffle; diff --git a/software/flow/node_modules/lodash/_baseSlice.js b/software/flow/node_modules/lodash/_baseSlice.js deleted file mode 100644 index 786f6c9..0000000 --- a/software/flow/node_modules/lodash/_baseSlice.js +++ /dev/null @@ -1,31 +0,0 @@ -/** - * The base implementation of `_.slice` without an iteratee call guard. - * - * @private - * @param {Array} array The array to slice. - * @param {number} [start=0] The start position. - * @param {number} [end=array.length] The end position. - * @returns {Array} Returns the slice of `array`. - */ -function baseSlice(array, start, end) { - var index = -1, - length = array.length; - - if (start < 0) { - start = -start > length ? 0 : (length + start); - } - end = end > length ? length : end; - if (end < 0) { - end += length; - } - length = start > end ? 0 : ((end - start) >>> 0); - start >>>= 0; - - var result = Array(length); - while (++index < length) { - result[index] = array[index + start]; - } - return result; -} - -module.exports = baseSlice; diff --git a/software/flow/node_modules/lodash/_baseSome.js b/software/flow/node_modules/lodash/_baseSome.js deleted file mode 100644 index 58f3f44..0000000 --- a/software/flow/node_modules/lodash/_baseSome.js +++ /dev/null @@ -1,22 +0,0 @@ -var baseEach = require('./_baseEach'); - -/** - * The base implementation of `_.some` without support for iteratee shorthands. - * - * @private - * @param {Array|Object} collection The collection to iterate over. - * @param {Function} predicate The function invoked per iteration. - * @returns {boolean} Returns `true` if any element passes the predicate check, - * else `false`. - */ -function baseSome(collection, predicate) { - var result; - - baseEach(collection, function(value, index, collection) { - result = predicate(value, index, collection); - return !result; - }); - return !!result; -} - -module.exports = baseSome; diff --git a/software/flow/node_modules/lodash/_baseSortBy.js b/software/flow/node_modules/lodash/_baseSortBy.js deleted file mode 100644 index a25c92e..0000000 --- a/software/flow/node_modules/lodash/_baseSortBy.js +++ /dev/null @@ -1,21 +0,0 @@ -/** - * The base implementation of `_.sortBy` which uses `comparer` to define the - * sort order of `array` and replaces criteria objects with their corresponding - * values. - * - * @private - * @param {Array} array The array to sort. - * @param {Function} comparer The function to define sort order. - * @returns {Array} Returns `array`. - */ -function baseSortBy(array, comparer) { - var length = array.length; - - array.sort(comparer); - while (length--) { - array[length] = array[length].value; - } - return array; -} - -module.exports = baseSortBy; diff --git a/software/flow/node_modules/lodash/_baseSortedIndex.js b/software/flow/node_modules/lodash/_baseSortedIndex.js deleted file mode 100644 index 638c366..0000000 --- a/software/flow/node_modules/lodash/_baseSortedIndex.js +++ /dev/null @@ -1,42 +0,0 @@ -var baseSortedIndexBy = require('./_baseSortedIndexBy'), - identity = require('./identity'), - isSymbol = require('./isSymbol'); - -/** Used as references for the maximum length and index of an array. */ -var MAX_ARRAY_LENGTH = 4294967295, - HALF_MAX_ARRAY_LENGTH = MAX_ARRAY_LENGTH >>> 1; - -/** - * The base implementation of `_.sortedIndex` and `_.sortedLastIndex` which - * performs a binary search of `array` to determine the index at which `value` - * should be inserted into `array` in order to maintain its sort order. - * - * @private - * @param {Array} array The sorted array to inspect. - * @param {*} value The value to evaluate. - * @param {boolean} [retHighest] Specify returning the highest qualified index. - * @returns {number} Returns the index at which `value` should be inserted - * into `array`. - */ -function baseSortedIndex(array, value, retHighest) { - var low = 0, - high = array == null ? low : array.length; - - if (typeof value == 'number' && value === value && high <= HALF_MAX_ARRAY_LENGTH) { - while (low < high) { - var mid = (low + high) >>> 1, - computed = array[mid]; - - if (computed !== null && !isSymbol(computed) && - (retHighest ? (computed <= value) : (computed < value))) { - low = mid + 1; - } else { - high = mid; - } - } - return high; - } - return baseSortedIndexBy(array, value, identity, retHighest); -} - -module.exports = baseSortedIndex; diff --git a/software/flow/node_modules/lodash/_baseSortedIndexBy.js b/software/flow/node_modules/lodash/_baseSortedIndexBy.js deleted file mode 100644 index c247b37..0000000 --- a/software/flow/node_modules/lodash/_baseSortedIndexBy.js +++ /dev/null @@ -1,67 +0,0 @@ -var isSymbol = require('./isSymbol'); - -/** Used as references for the maximum length and index of an array. */ -var MAX_ARRAY_LENGTH = 4294967295, - MAX_ARRAY_INDEX = MAX_ARRAY_LENGTH - 1; - -/* Built-in method references for those with the same name as other `lodash` methods. */ -var nativeFloor = Math.floor, - nativeMin = Math.min; - -/** - * The base implementation of `_.sortedIndexBy` and `_.sortedLastIndexBy` - * which invokes `iteratee` for `value` and each element of `array` to compute - * their sort ranking. The iteratee is invoked with one argument; (value). - * - * @private - * @param {Array} array The sorted array to inspect. - * @param {*} value The value to evaluate. - * @param {Function} iteratee The iteratee invoked per element. - * @param {boolean} [retHighest] Specify returning the highest qualified index. - * @returns {number} Returns the index at which `value` should be inserted - * into `array`. - */ -function baseSortedIndexBy(array, value, iteratee, retHighest) { - var low = 0, - high = array == null ? 0 : array.length; - if (high === 0) { - return 0; - } - - value = iteratee(value); - var valIsNaN = value !== value, - valIsNull = value === null, - valIsSymbol = isSymbol(value), - valIsUndefined = value === undefined; - - while (low < high) { - var mid = nativeFloor((low + high) / 2), - computed = iteratee(array[mid]), - othIsDefined = computed !== undefined, - othIsNull = computed === null, - othIsReflexive = computed === computed, - othIsSymbol = isSymbol(computed); - - if (valIsNaN) { - var setLow = retHighest || othIsReflexive; - } else if (valIsUndefined) { - setLow = othIsReflexive && (retHighest || othIsDefined); - } else if (valIsNull) { - setLow = othIsReflexive && othIsDefined && (retHighest || !othIsNull); - } else if (valIsSymbol) { - setLow = othIsReflexive && othIsDefined && !othIsNull && (retHighest || !othIsSymbol); - } else if (othIsNull || othIsSymbol) { - setLow = false; - } else { - setLow = retHighest ? (computed <= value) : (computed < value); - } - if (setLow) { - low = mid + 1; - } else { - high = mid; - } - } - return nativeMin(high, MAX_ARRAY_INDEX); -} - -module.exports = baseSortedIndexBy; diff --git a/software/flow/node_modules/lodash/_baseSortedUniq.js b/software/flow/node_modules/lodash/_baseSortedUniq.js deleted file mode 100644 index 802159a..0000000 --- a/software/flow/node_modules/lodash/_baseSortedUniq.js +++ /dev/null @@ -1,30 +0,0 @@ -var eq = require('./eq'); - -/** - * The base implementation of `_.sortedUniq` and `_.sortedUniqBy` without - * support for iteratee shorthands. - * - * @private - * @param {Array} array The array to inspect. - * @param {Function} [iteratee] The iteratee invoked per element. - * @returns {Array} Returns the new duplicate free array. - */ -function baseSortedUniq(array, iteratee) { - var index = -1, - length = array.length, - resIndex = 0, - result = []; - - while (++index < length) { - var value = array[index], - computed = iteratee ? iteratee(value) : value; - - if (!index || !eq(computed, seen)) { - var seen = computed; - result[resIndex++] = value === 0 ? 0 : value; - } - } - return result; -} - -module.exports = baseSortedUniq; diff --git a/software/flow/node_modules/lodash/_baseSum.js b/software/flow/node_modules/lodash/_baseSum.js deleted file mode 100644 index a9e84c1..0000000 --- a/software/flow/node_modules/lodash/_baseSum.js +++ /dev/null @@ -1,24 +0,0 @@ -/** - * The base implementation of `_.sum` and `_.sumBy` without support for - * iteratee shorthands. - * - * @private - * @param {Array} array The array to iterate over. - * @param {Function} iteratee The function invoked per iteration. - * @returns {number} Returns the sum. - */ -function baseSum(array, iteratee) { - var result, - index = -1, - length = array.length; - - while (++index < length) { - var current = iteratee(array[index]); - if (current !== undefined) { - result = result === undefined ? current : (result + current); - } - } - return result; -} - -module.exports = baseSum; diff --git a/software/flow/node_modules/lodash/_baseTimes.js b/software/flow/node_modules/lodash/_baseTimes.js deleted file mode 100644 index 0603fc3..0000000 --- a/software/flow/node_modules/lodash/_baseTimes.js +++ /dev/null @@ -1,20 +0,0 @@ -/** - * The base implementation of `_.times` without support for iteratee shorthands - * or max array length checks. - * - * @private - * @param {number} n The number of times to invoke `iteratee`. - * @param {Function} iteratee The function invoked per iteration. - * @returns {Array} Returns the array of results. - */ -function baseTimes(n, iteratee) { - var index = -1, - result = Array(n); - - while (++index < n) { - result[index] = iteratee(index); - } - return result; -} - -module.exports = baseTimes; diff --git a/software/flow/node_modules/lodash/_baseToNumber.js b/software/flow/node_modules/lodash/_baseToNumber.js deleted file mode 100644 index 04859f3..0000000 --- a/software/flow/node_modules/lodash/_baseToNumber.js +++ /dev/null @@ -1,24 +0,0 @@ -var isSymbol = require('./isSymbol'); - -/** Used as references for various `Number` constants. */ -var NAN = 0 / 0; - -/** - * The base implementation of `_.toNumber` which doesn't ensure correct - * conversions of binary, hexadecimal, or octal string values. - * - * @private - * @param {*} value The value to process. - * @returns {number} Returns the number. - */ -function baseToNumber(value) { - if (typeof value == 'number') { - return value; - } - if (isSymbol(value)) { - return NAN; - } - return +value; -} - -module.exports = baseToNumber; diff --git a/software/flow/node_modules/lodash/_baseToPairs.js b/software/flow/node_modules/lodash/_baseToPairs.js deleted file mode 100644 index bff1991..0000000 --- a/software/flow/node_modules/lodash/_baseToPairs.js +++ /dev/null @@ -1,18 +0,0 @@ -var arrayMap = require('./_arrayMap'); - -/** - * The base implementation of `_.toPairs` and `_.toPairsIn` which creates an array - * of key-value pairs for `object` corresponding to the property names of `props`. - * - * @private - * @param {Object} object The object to query. - * @param {Array} props The property names to get values for. - * @returns {Object} Returns the key-value pairs. - */ -function baseToPairs(object, props) { - return arrayMap(props, function(key) { - return [key, object[key]]; - }); -} - -module.exports = baseToPairs; diff --git a/software/flow/node_modules/lodash/_baseToString.js b/software/flow/node_modules/lodash/_baseToString.js deleted file mode 100644 index ada6ad2..0000000 --- a/software/flow/node_modules/lodash/_baseToString.js +++ /dev/null @@ -1,37 +0,0 @@ -var Symbol = require('./_Symbol'), - arrayMap = require('./_arrayMap'), - isArray = require('./isArray'), - isSymbol = require('./isSymbol'); - -/** Used as references for various `Number` constants. */ -var INFINITY = 1 / 0; - -/** Used to convert symbols to primitives and strings. */ -var symbolProto = Symbol ? Symbol.prototype : undefined, - symbolToString = symbolProto ? symbolProto.toString : undefined; - -/** - * The base implementation of `_.toString` which doesn't convert nullish - * values to empty strings. - * - * @private - * @param {*} value The value to process. - * @returns {string} Returns the string. - */ -function baseToString(value) { - // Exit early for strings to avoid a performance hit in some environments. - if (typeof value == 'string') { - return value; - } - if (isArray(value)) { - // Recursively convert values (susceptible to call stack limits). - return arrayMap(value, baseToString) + ''; - } - if (isSymbol(value)) { - return symbolToString ? symbolToString.call(value) : ''; - } - var result = (value + ''); - return (result == '0' && (1 / value) == -INFINITY) ? '-0' : result; -} - -module.exports = baseToString; diff --git a/software/flow/node_modules/lodash/_baseTrim.js b/software/flow/node_modules/lodash/_baseTrim.js deleted file mode 100644 index 3e2797d..0000000 --- a/software/flow/node_modules/lodash/_baseTrim.js +++ /dev/null @@ -1,19 +0,0 @@ -var trimmedEndIndex = require('./_trimmedEndIndex'); - -/** Used to match leading whitespace. */ -var reTrimStart = /^\s+/; - -/** - * The base implementation of `_.trim`. - * - * @private - * @param {string} string The string to trim. - * @returns {string} Returns the trimmed string. - */ -function baseTrim(string) { - return string - ? string.slice(0, trimmedEndIndex(string) + 1).replace(reTrimStart, '') - : string; -} - -module.exports = baseTrim; diff --git a/software/flow/node_modules/lodash/_baseUnary.js b/software/flow/node_modules/lodash/_baseUnary.js deleted file mode 100644 index 98639e9..0000000 --- a/software/flow/node_modules/lodash/_baseUnary.js +++ /dev/null @@ -1,14 +0,0 @@ -/** - * The base implementation of `_.unary` without support for storing metadata. - * - * @private - * @param {Function} func The function to cap arguments for. - * @returns {Function} Returns the new capped function. - */ -function baseUnary(func) { - return function(value) { - return func(value); - }; -} - -module.exports = baseUnary; diff --git a/software/flow/node_modules/lodash/_baseUniq.js b/software/flow/node_modules/lodash/_baseUniq.js deleted file mode 100644 index aea459d..0000000 --- a/software/flow/node_modules/lodash/_baseUniq.js +++ /dev/null @@ -1,72 +0,0 @@ -var SetCache = require('./_SetCache'), - arrayIncludes = require('./_arrayIncludes'), - arrayIncludesWith = require('./_arrayIncludesWith'), - cacheHas = require('./_cacheHas'), - createSet = require('./_createSet'), - setToArray = require('./_setToArray'); - -/** Used as the size to enable large array optimizations. */ -var LARGE_ARRAY_SIZE = 200; - -/** - * The base implementation of `_.uniqBy` without support for iteratee shorthands. - * - * @private - * @param {Array} array The array to inspect. - * @param {Function} [iteratee] The iteratee invoked per element. - * @param {Function} [comparator] The comparator invoked per element. - * @returns {Array} Returns the new duplicate free array. - */ -function baseUniq(array, iteratee, comparator) { - var index = -1, - includes = arrayIncludes, - length = array.length, - isCommon = true, - result = [], - seen = result; - - if (comparator) { - isCommon = false; - includes = arrayIncludesWith; - } - else if (length >= LARGE_ARRAY_SIZE) { - var set = iteratee ? null : createSet(array); - if (set) { - return setToArray(set); - } - isCommon = false; - includes = cacheHas; - seen = new SetCache; - } - else { - seen = iteratee ? [] : result; - } - outer: - while (++index < length) { - var value = array[index], - computed = iteratee ? iteratee(value) : value; - - value = (comparator || value !== 0) ? value : 0; - if (isCommon && computed === computed) { - var seenIndex = seen.length; - while (seenIndex--) { - if (seen[seenIndex] === computed) { - continue outer; - } - } - if (iteratee) { - seen.push(computed); - } - result.push(value); - } - else if (!includes(seen, computed, comparator)) { - if (seen !== result) { - seen.push(computed); - } - result.push(value); - } - } - return result; -} - -module.exports = baseUniq; diff --git a/software/flow/node_modules/lodash/_baseUnset.js b/software/flow/node_modules/lodash/_baseUnset.js deleted file mode 100644 index eefc6e3..0000000 --- a/software/flow/node_modules/lodash/_baseUnset.js +++ /dev/null @@ -1,20 +0,0 @@ -var castPath = require('./_castPath'), - last = require('./last'), - parent = require('./_parent'), - toKey = require('./_toKey'); - -/** - * The base implementation of `_.unset`. - * - * @private - * @param {Object} object The object to modify. - * @param {Array|string} path The property path to unset. - * @returns {boolean} Returns `true` if the property is deleted, else `false`. - */ -function baseUnset(object, path) { - path = castPath(path, object); - object = parent(object, path); - return object == null || delete object[toKey(last(path))]; -} - -module.exports = baseUnset; diff --git a/software/flow/node_modules/lodash/_baseUpdate.js b/software/flow/node_modules/lodash/_baseUpdate.js deleted file mode 100644 index 92a6237..0000000 --- a/software/flow/node_modules/lodash/_baseUpdate.js +++ /dev/null @@ -1,18 +0,0 @@ -var baseGet = require('./_baseGet'), - baseSet = require('./_baseSet'); - -/** - * The base implementation of `_.update`. - * - * @private - * @param {Object} object The object to modify. - * @param {Array|string} path The path of the property to update. - * @param {Function} updater The function to produce the updated value. - * @param {Function} [customizer] The function to customize path creation. - * @returns {Object} Returns `object`. - */ -function baseUpdate(object, path, updater, customizer) { - return baseSet(object, path, updater(baseGet(object, path)), customizer); -} - -module.exports = baseUpdate; diff --git a/software/flow/node_modules/lodash/_baseValues.js b/software/flow/node_modules/lodash/_baseValues.js deleted file mode 100644 index b95faad..0000000 --- a/software/flow/node_modules/lodash/_baseValues.js +++ /dev/null @@ -1,19 +0,0 @@ -var arrayMap = require('./_arrayMap'); - -/** - * The base implementation of `_.values` and `_.valuesIn` which creates an - * array of `object` property values corresponding to the property names - * of `props`. - * - * @private - * @param {Object} object The object to query. - * @param {Array} props The property names to get values for. - * @returns {Object} Returns the array of property values. - */ -function baseValues(object, props) { - return arrayMap(props, function(key) { - return object[key]; - }); -} - -module.exports = baseValues; diff --git a/software/flow/node_modules/lodash/_baseWhile.js b/software/flow/node_modules/lodash/_baseWhile.js deleted file mode 100644 index 07eac61..0000000 --- a/software/flow/node_modules/lodash/_baseWhile.js +++ /dev/null @@ -1,26 +0,0 @@ -var baseSlice = require('./_baseSlice'); - -/** - * The base implementation of methods like `_.dropWhile` and `_.takeWhile` - * without support for iteratee shorthands. - * - * @private - * @param {Array} array The array to query. - * @param {Function} predicate The function invoked per iteration. - * @param {boolean} [isDrop] Specify dropping elements instead of taking them. - * @param {boolean} [fromRight] Specify iterating from right to left. - * @returns {Array} Returns the slice of `array`. - */ -function baseWhile(array, predicate, isDrop, fromRight) { - var length = array.length, - index = fromRight ? length : -1; - - while ((fromRight ? index-- : ++index < length) && - predicate(array[index], index, array)) {} - - return isDrop - ? baseSlice(array, (fromRight ? 0 : index), (fromRight ? index + 1 : length)) - : baseSlice(array, (fromRight ? index + 1 : 0), (fromRight ? length : index)); -} - -module.exports = baseWhile; diff --git a/software/flow/node_modules/lodash/_baseWrapperValue.js b/software/flow/node_modules/lodash/_baseWrapperValue.js deleted file mode 100644 index 443e0df..0000000 --- a/software/flow/node_modules/lodash/_baseWrapperValue.js +++ /dev/null @@ -1,25 +0,0 @@ -var LazyWrapper = require('./_LazyWrapper'), - arrayPush = require('./_arrayPush'), - arrayReduce = require('./_arrayReduce'); - -/** - * The base implementation of `wrapperValue` which returns the result of - * performing a sequence of actions on the unwrapped `value`, where each - * successive action is supplied the return value of the previous. - * - * @private - * @param {*} value The unwrapped value. - * @param {Array} actions Actions to perform to resolve the unwrapped value. - * @returns {*} Returns the resolved value. - */ -function baseWrapperValue(value, actions) { - var result = value; - if (result instanceof LazyWrapper) { - result = result.value(); - } - return arrayReduce(actions, function(result, action) { - return action.func.apply(action.thisArg, arrayPush([result], action.args)); - }, result); -} - -module.exports = baseWrapperValue; diff --git a/software/flow/node_modules/lodash/_baseXor.js b/software/flow/node_modules/lodash/_baseXor.js deleted file mode 100644 index 8e69338..0000000 --- a/software/flow/node_modules/lodash/_baseXor.js +++ /dev/null @@ -1,36 +0,0 @@ -var baseDifference = require('./_baseDifference'), - baseFlatten = require('./_baseFlatten'), - baseUniq = require('./_baseUniq'); - -/** - * The base implementation of methods like `_.xor`, without support for - * iteratee shorthands, that accepts an array of arrays to inspect. - * - * @private - * @param {Array} arrays The arrays to inspect. - * @param {Function} [iteratee] The iteratee invoked per element. - * @param {Function} [comparator] The comparator invoked per element. - * @returns {Array} Returns the new array of values. - */ -function baseXor(arrays, iteratee, comparator) { - var length = arrays.length; - if (length < 2) { - return length ? baseUniq(arrays[0]) : []; - } - var index = -1, - result = Array(length); - - while (++index < length) { - var array = arrays[index], - othIndex = -1; - - while (++othIndex < length) { - if (othIndex != index) { - result[index] = baseDifference(result[index] || array, arrays[othIndex], iteratee, comparator); - } - } - } - return baseUniq(baseFlatten(result, 1), iteratee, comparator); -} - -module.exports = baseXor; diff --git a/software/flow/node_modules/lodash/_baseZipObject.js b/software/flow/node_modules/lodash/_baseZipObject.js deleted file mode 100644 index 401f85b..0000000 --- a/software/flow/node_modules/lodash/_baseZipObject.js +++ /dev/null @@ -1,23 +0,0 @@ -/** - * This base implementation of `_.zipObject` which assigns values using `assignFunc`. - * - * @private - * @param {Array} props The property identifiers. - * @param {Array} values The property values. - * @param {Function} assignFunc The function to assign values. - * @returns {Object} Returns the new object. - */ -function baseZipObject(props, values, assignFunc) { - var index = -1, - length = props.length, - valsLength = values.length, - result = {}; - - while (++index < length) { - var value = index < valsLength ? values[index] : undefined; - assignFunc(result, props[index], value); - } - return result; -} - -module.exports = baseZipObject; diff --git a/software/flow/node_modules/lodash/_cacheHas.js b/software/flow/node_modules/lodash/_cacheHas.js deleted file mode 100644 index 2dec892..0000000 --- a/software/flow/node_modules/lodash/_cacheHas.js +++ /dev/null @@ -1,13 +0,0 @@ -/** - * Checks if a `cache` value for `key` exists. - * - * @private - * @param {Object} cache The cache to query. - * @param {string} key The key of the entry to check. - * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`. - */ -function cacheHas(cache, key) { - return cache.has(key); -} - -module.exports = cacheHas; diff --git a/software/flow/node_modules/lodash/_castArrayLikeObject.js b/software/flow/node_modules/lodash/_castArrayLikeObject.js deleted file mode 100644 index 92c75fa..0000000 --- a/software/flow/node_modules/lodash/_castArrayLikeObject.js +++ /dev/null @@ -1,14 +0,0 @@ -var isArrayLikeObject = require('./isArrayLikeObject'); - -/** - * Casts `value` to an empty array if it's not an array like object. - * - * @private - * @param {*} value The value to inspect. - * @returns {Array|Object} Returns the cast array-like object. - */ -function castArrayLikeObject(value) { - return isArrayLikeObject(value) ? value : []; -} - -module.exports = castArrayLikeObject; diff --git a/software/flow/node_modules/lodash/_castFunction.js b/software/flow/node_modules/lodash/_castFunction.js deleted file mode 100644 index 98c91ae..0000000 --- a/software/flow/node_modules/lodash/_castFunction.js +++ /dev/null @@ -1,14 +0,0 @@ -var identity = require('./identity'); - -/** - * Casts `value` to `identity` if it's not a function. - * - * @private - * @param {*} value The value to inspect. - * @returns {Function} Returns cast function. - */ -function castFunction(value) { - return typeof value == 'function' ? value : identity; -} - -module.exports = castFunction; diff --git a/software/flow/node_modules/lodash/_castPath.js b/software/flow/node_modules/lodash/_castPath.js deleted file mode 100644 index 017e4c1..0000000 --- a/software/flow/node_modules/lodash/_castPath.js +++ /dev/null @@ -1,21 +0,0 @@ -var isArray = require('./isArray'), - isKey = require('./_isKey'), - stringToPath = require('./_stringToPath'), - toString = require('./toString'); - -/** - * Casts `value` to a path array if it's not one. - * - * @private - * @param {*} value The value to inspect. - * @param {Object} [object] The object to query keys on. - * @returns {Array} Returns the cast property path array. - */ -function castPath(value, object) { - if (isArray(value)) { - return value; - } - return isKey(value, object) ? [value] : stringToPath(toString(value)); -} - -module.exports = castPath; diff --git a/software/flow/node_modules/lodash/_castRest.js b/software/flow/node_modules/lodash/_castRest.js deleted file mode 100644 index 213c66f..0000000 --- a/software/flow/node_modules/lodash/_castRest.js +++ /dev/null @@ -1,14 +0,0 @@ -var baseRest = require('./_baseRest'); - -/** - * A `baseRest` alias which can be replaced with `identity` by module - * replacement plugins. - * - * @private - * @type {Function} - * @param {Function} func The function to apply a rest parameter to. - * @returns {Function} Returns the new function. - */ -var castRest = baseRest; - -module.exports = castRest; diff --git a/software/flow/node_modules/lodash/_castSlice.js b/software/flow/node_modules/lodash/_castSlice.js deleted file mode 100644 index 071faeb..0000000 --- a/software/flow/node_modules/lodash/_castSlice.js +++ /dev/null @@ -1,18 +0,0 @@ -var baseSlice = require('./_baseSlice'); - -/** - * Casts `array` to a slice if it's needed. - * - * @private - * @param {Array} array The array to inspect. - * @param {number} start The start position. - * @param {number} [end=array.length] The end position. - * @returns {Array} Returns the cast slice. - */ -function castSlice(array, start, end) { - var length = array.length; - end = end === undefined ? length : end; - return (!start && end >= length) ? array : baseSlice(array, start, end); -} - -module.exports = castSlice; diff --git a/software/flow/node_modules/lodash/_charsEndIndex.js b/software/flow/node_modules/lodash/_charsEndIndex.js deleted file mode 100644 index 07908ff..0000000 --- a/software/flow/node_modules/lodash/_charsEndIndex.js +++ /dev/null @@ -1,19 +0,0 @@ -var baseIndexOf = require('./_baseIndexOf'); - -/** - * Used by `_.trim` and `_.trimEnd` to get the index of the last string symbol - * that is not found in the character symbols. - * - * @private - * @param {Array} strSymbols The string symbols to inspect. - * @param {Array} chrSymbols The character symbols to find. - * @returns {number} Returns the index of the last unmatched string symbol. - */ -function charsEndIndex(strSymbols, chrSymbols) { - var index = strSymbols.length; - - while (index-- && baseIndexOf(chrSymbols, strSymbols[index], 0) > -1) {} - return index; -} - -module.exports = charsEndIndex; diff --git a/software/flow/node_modules/lodash/_charsStartIndex.js b/software/flow/node_modules/lodash/_charsStartIndex.js deleted file mode 100644 index b17afd2..0000000 --- a/software/flow/node_modules/lodash/_charsStartIndex.js +++ /dev/null @@ -1,20 +0,0 @@ -var baseIndexOf = require('./_baseIndexOf'); - -/** - * Used by `_.trim` and `_.trimStart` to get the index of the first string symbol - * that is not found in the character symbols. - * - * @private - * @param {Array} strSymbols The string symbols to inspect. - * @param {Array} chrSymbols The character symbols to find. - * @returns {number} Returns the index of the first unmatched string symbol. - */ -function charsStartIndex(strSymbols, chrSymbols) { - var index = -1, - length = strSymbols.length; - - while (++index < length && baseIndexOf(chrSymbols, strSymbols[index], 0) > -1) {} - return index; -} - -module.exports = charsStartIndex; diff --git a/software/flow/node_modules/lodash/_cloneArrayBuffer.js b/software/flow/node_modules/lodash/_cloneArrayBuffer.js deleted file mode 100644 index c3d8f6e..0000000 --- a/software/flow/node_modules/lodash/_cloneArrayBuffer.js +++ /dev/null @@ -1,16 +0,0 @@ -var Uint8Array = require('./_Uint8Array'); - -/** - * Creates a clone of `arrayBuffer`. - * - * @private - * @param {ArrayBuffer} arrayBuffer The array buffer to clone. - * @returns {ArrayBuffer} Returns the cloned array buffer. - */ -function cloneArrayBuffer(arrayBuffer) { - var result = new arrayBuffer.constructor(arrayBuffer.byteLength); - new Uint8Array(result).set(new Uint8Array(arrayBuffer)); - return result; -} - -module.exports = cloneArrayBuffer; diff --git a/software/flow/node_modules/lodash/_cloneBuffer.js b/software/flow/node_modules/lodash/_cloneBuffer.js deleted file mode 100644 index 27c4810..0000000 --- a/software/flow/node_modules/lodash/_cloneBuffer.js +++ /dev/null @@ -1,35 +0,0 @@ -var root = require('./_root'); - -/** Detect free variable `exports`. */ -var freeExports = typeof exports == 'object' && exports && !exports.nodeType && exports; - -/** Detect free variable `module`. */ -var freeModule = freeExports && typeof module == 'object' && module && !module.nodeType && module; - -/** Detect the popular CommonJS extension `module.exports`. */ -var moduleExports = freeModule && freeModule.exports === freeExports; - -/** Built-in value references. */ -var Buffer = moduleExports ? root.Buffer : undefined, - allocUnsafe = Buffer ? Buffer.allocUnsafe : undefined; - -/** - * Creates a clone of `buffer`. - * - * @private - * @param {Buffer} buffer The buffer to clone. - * @param {boolean} [isDeep] Specify a deep clone. - * @returns {Buffer} Returns the cloned buffer. - */ -function cloneBuffer(buffer, isDeep) { - if (isDeep) { - return buffer.slice(); - } - var length = buffer.length, - result = allocUnsafe ? allocUnsafe(length) : new buffer.constructor(length); - - buffer.copy(result); - return result; -} - -module.exports = cloneBuffer; diff --git a/software/flow/node_modules/lodash/_cloneDataView.js b/software/flow/node_modules/lodash/_cloneDataView.js deleted file mode 100644 index 9c9b7b0..0000000 --- a/software/flow/node_modules/lodash/_cloneDataView.js +++ /dev/null @@ -1,16 +0,0 @@ -var cloneArrayBuffer = require('./_cloneArrayBuffer'); - -/** - * Creates a clone of `dataView`. - * - * @private - * @param {Object} dataView The data view to clone. - * @param {boolean} [isDeep] Specify a deep clone. - * @returns {Object} Returns the cloned data view. - */ -function cloneDataView(dataView, isDeep) { - var buffer = isDeep ? cloneArrayBuffer(dataView.buffer) : dataView.buffer; - return new dataView.constructor(buffer, dataView.byteOffset, dataView.byteLength); -} - -module.exports = cloneDataView; diff --git a/software/flow/node_modules/lodash/_cloneRegExp.js b/software/flow/node_modules/lodash/_cloneRegExp.js deleted file mode 100644 index 64a30df..0000000 --- a/software/flow/node_modules/lodash/_cloneRegExp.js +++ /dev/null @@ -1,17 +0,0 @@ -/** Used to match `RegExp` flags from their coerced string values. */ -var reFlags = /\w*$/; - -/** - * Creates a clone of `regexp`. - * - * @private - * @param {Object} regexp The regexp to clone. - * @returns {Object} Returns the cloned regexp. - */ -function cloneRegExp(regexp) { - var result = new regexp.constructor(regexp.source, reFlags.exec(regexp)); - result.lastIndex = regexp.lastIndex; - return result; -} - -module.exports = cloneRegExp; diff --git a/software/flow/node_modules/lodash/_cloneSymbol.js b/software/flow/node_modules/lodash/_cloneSymbol.js deleted file mode 100644 index bede39f..0000000 --- a/software/flow/node_modules/lodash/_cloneSymbol.js +++ /dev/null @@ -1,18 +0,0 @@ -var Symbol = require('./_Symbol'); - -/** Used to convert symbols to primitives and strings. */ -var symbolProto = Symbol ? Symbol.prototype : undefined, - symbolValueOf = symbolProto ? symbolProto.valueOf : undefined; - -/** - * Creates a clone of the `symbol` object. - * - * @private - * @param {Object} symbol The symbol object to clone. - * @returns {Object} Returns the cloned symbol object. - */ -function cloneSymbol(symbol) { - return symbolValueOf ? Object(symbolValueOf.call(symbol)) : {}; -} - -module.exports = cloneSymbol; diff --git a/software/flow/node_modules/lodash/_cloneTypedArray.js b/software/flow/node_modules/lodash/_cloneTypedArray.js deleted file mode 100644 index 7aad84d..0000000 --- a/software/flow/node_modules/lodash/_cloneTypedArray.js +++ /dev/null @@ -1,16 +0,0 @@ -var cloneArrayBuffer = require('./_cloneArrayBuffer'); - -/** - * Creates a clone of `typedArray`. - * - * @private - * @param {Object} typedArray The typed array to clone. - * @param {boolean} [isDeep] Specify a deep clone. - * @returns {Object} Returns the cloned typed array. - */ -function cloneTypedArray(typedArray, isDeep) { - var buffer = isDeep ? cloneArrayBuffer(typedArray.buffer) : typedArray.buffer; - return new typedArray.constructor(buffer, typedArray.byteOffset, typedArray.length); -} - -module.exports = cloneTypedArray; diff --git a/software/flow/node_modules/lodash/_compareAscending.js b/software/flow/node_modules/lodash/_compareAscending.js deleted file mode 100644 index 8dc2791..0000000 --- a/software/flow/node_modules/lodash/_compareAscending.js +++ /dev/null @@ -1,41 +0,0 @@ -var isSymbol = require('./isSymbol'); - -/** - * Compares values to sort them in ascending order. - * - * @private - * @param {*} value The value to compare. - * @param {*} other The other value to compare. - * @returns {number} Returns the sort order indicator for `value`. - */ -function compareAscending(value, other) { - if (value !== other) { - var valIsDefined = value !== undefined, - valIsNull = value === null, - valIsReflexive = value === value, - valIsSymbol = isSymbol(value); - - var othIsDefined = other !== undefined, - othIsNull = other === null, - othIsReflexive = other === other, - othIsSymbol = isSymbol(other); - - if ((!othIsNull && !othIsSymbol && !valIsSymbol && value > other) || - (valIsSymbol && othIsDefined && othIsReflexive && !othIsNull && !othIsSymbol) || - (valIsNull && othIsDefined && othIsReflexive) || - (!valIsDefined && othIsReflexive) || - !valIsReflexive) { - return 1; - } - if ((!valIsNull && !valIsSymbol && !othIsSymbol && value < other) || - (othIsSymbol && valIsDefined && valIsReflexive && !valIsNull && !valIsSymbol) || - (othIsNull && valIsDefined && valIsReflexive) || - (!othIsDefined && valIsReflexive) || - !othIsReflexive) { - return -1; - } - } - return 0; -} - -module.exports = compareAscending; diff --git a/software/flow/node_modules/lodash/_compareMultiple.js b/software/flow/node_modules/lodash/_compareMultiple.js deleted file mode 100644 index ad61f0f..0000000 --- a/software/flow/node_modules/lodash/_compareMultiple.js +++ /dev/null @@ -1,44 +0,0 @@ -var compareAscending = require('./_compareAscending'); - -/** - * Used by `_.orderBy` to compare multiple properties of a value to another - * and stable sort them. - * - * If `orders` is unspecified, all values are sorted in ascending order. Otherwise, - * specify an order of "desc" for descending or "asc" for ascending sort order - * of corresponding values. - * - * @private - * @param {Object} object The object to compare. - * @param {Object} other The other object to compare. - * @param {boolean[]|string[]} orders The order to sort by for each property. - * @returns {number} Returns the sort order indicator for `object`. - */ -function compareMultiple(object, other, orders) { - var index = -1, - objCriteria = object.criteria, - othCriteria = other.criteria, - length = objCriteria.length, - ordersLength = orders.length; - - while (++index < length) { - var result = compareAscending(objCriteria[index], othCriteria[index]); - if (result) { - if (index >= ordersLength) { - return result; - } - var order = orders[index]; - return result * (order == 'desc' ? -1 : 1); - } - } - // Fixes an `Array#sort` bug in the JS engine embedded in Adobe applications - // that causes it, under certain circumstances, to provide the same value for - // `object` and `other`. See https://github.com/jashkenas/underscore/pull/1247 - // for more details. - // - // This also ensures a stable sort in V8 and other engines. - // See https://bugs.chromium.org/p/v8/issues/detail?id=90 for more details. - return object.index - other.index; -} - -module.exports = compareMultiple; diff --git a/software/flow/node_modules/lodash/_composeArgs.js b/software/flow/node_modules/lodash/_composeArgs.js deleted file mode 100644 index 1ce40f4..0000000 --- a/software/flow/node_modules/lodash/_composeArgs.js +++ /dev/null @@ -1,39 +0,0 @@ -/* Built-in method references for those with the same name as other `lodash` methods. */ -var nativeMax = Math.max; - -/** - * Creates an array that is the composition of partially applied arguments, - * placeholders, and provided arguments into a single array of arguments. - * - * @private - * @param {Array} args The provided arguments. - * @param {Array} partials The arguments to prepend to those provided. - * @param {Array} holders The `partials` placeholder indexes. - * @params {boolean} [isCurried] Specify composing for a curried function. - * @returns {Array} Returns the new array of composed arguments. - */ -function composeArgs(args, partials, holders, isCurried) { - var argsIndex = -1, - argsLength = args.length, - holdersLength = holders.length, - leftIndex = -1, - leftLength = partials.length, - rangeLength = nativeMax(argsLength - holdersLength, 0), - result = Array(leftLength + rangeLength), - isUncurried = !isCurried; - - while (++leftIndex < leftLength) { - result[leftIndex] = partials[leftIndex]; - } - while (++argsIndex < holdersLength) { - if (isUncurried || argsIndex < argsLength) { - result[holders[argsIndex]] = args[argsIndex]; - } - } - while (rangeLength--) { - result[leftIndex++] = args[argsIndex++]; - } - return result; -} - -module.exports = composeArgs; diff --git a/software/flow/node_modules/lodash/_composeArgsRight.js b/software/flow/node_modules/lodash/_composeArgsRight.js deleted file mode 100644 index 8dc588d..0000000 --- a/software/flow/node_modules/lodash/_composeArgsRight.js +++ /dev/null @@ -1,41 +0,0 @@ -/* Built-in method references for those with the same name as other `lodash` methods. */ -var nativeMax = Math.max; - -/** - * This function is like `composeArgs` except that the arguments composition - * is tailored for `_.partialRight`. - * - * @private - * @param {Array} args The provided arguments. - * @param {Array} partials The arguments to append to those provided. - * @param {Array} holders The `partials` placeholder indexes. - * @params {boolean} [isCurried] Specify composing for a curried function. - * @returns {Array} Returns the new array of composed arguments. - */ -function composeArgsRight(args, partials, holders, isCurried) { - var argsIndex = -1, - argsLength = args.length, - holdersIndex = -1, - holdersLength = holders.length, - rightIndex = -1, - rightLength = partials.length, - rangeLength = nativeMax(argsLength - holdersLength, 0), - result = Array(rangeLength + rightLength), - isUncurried = !isCurried; - - while (++argsIndex < rangeLength) { - result[argsIndex] = args[argsIndex]; - } - var offset = argsIndex; - while (++rightIndex < rightLength) { - result[offset + rightIndex] = partials[rightIndex]; - } - while (++holdersIndex < holdersLength) { - if (isUncurried || argsIndex < argsLength) { - result[offset + holders[holdersIndex]] = args[argsIndex++]; - } - } - return result; -} - -module.exports = composeArgsRight; diff --git a/software/flow/node_modules/lodash/_copyArray.js b/software/flow/node_modules/lodash/_copyArray.js deleted file mode 100644 index cd94d5d..0000000 --- a/software/flow/node_modules/lodash/_copyArray.js +++ /dev/null @@ -1,20 +0,0 @@ -/** - * Copies the values of `source` to `array`. - * - * @private - * @param {Array} source The array to copy values from. - * @param {Array} [array=[]] The array to copy values to. - * @returns {Array} Returns `array`. - */ -function copyArray(source, array) { - var index = -1, - length = source.length; - - array || (array = Array(length)); - while (++index < length) { - array[index] = source[index]; - } - return array; -} - -module.exports = copyArray; diff --git a/software/flow/node_modules/lodash/_copyObject.js b/software/flow/node_modules/lodash/_copyObject.js deleted file mode 100644 index 2f2a5c2..0000000 --- a/software/flow/node_modules/lodash/_copyObject.js +++ /dev/null @@ -1,40 +0,0 @@ -var assignValue = require('./_assignValue'), - baseAssignValue = require('./_baseAssignValue'); - -/** - * Copies properties of `source` to `object`. - * - * @private - * @param {Object} source The object to copy properties from. - * @param {Array} props The property identifiers to copy. - * @param {Object} [object={}] The object to copy properties to. - * @param {Function} [customizer] The function to customize copied values. - * @returns {Object} Returns `object`. - */ -function copyObject(source, props, object, customizer) { - var isNew = !object; - object || (object = {}); - - var index = -1, - length = props.length; - - while (++index < length) { - var key = props[index]; - - var newValue = customizer - ? customizer(object[key], source[key], key, object, source) - : undefined; - - if (newValue === undefined) { - newValue = source[key]; - } - if (isNew) { - baseAssignValue(object, key, newValue); - } else { - assignValue(object, key, newValue); - } - } - return object; -} - -module.exports = copyObject; diff --git a/software/flow/node_modules/lodash/_copySymbols.js b/software/flow/node_modules/lodash/_copySymbols.js deleted file mode 100644 index c35944a..0000000 --- a/software/flow/node_modules/lodash/_copySymbols.js +++ /dev/null @@ -1,16 +0,0 @@ -var copyObject = require('./_copyObject'), - getSymbols = require('./_getSymbols'); - -/** - * Copies own symbols of `source` to `object`. - * - * @private - * @param {Object} source The object to copy symbols from. - * @param {Object} [object={}] The object to copy symbols to. - * @returns {Object} Returns `object`. - */ -function copySymbols(source, object) { - return copyObject(source, getSymbols(source), object); -} - -module.exports = copySymbols; diff --git a/software/flow/node_modules/lodash/_copySymbolsIn.js b/software/flow/node_modules/lodash/_copySymbolsIn.js deleted file mode 100644 index fdf20a7..0000000 --- a/software/flow/node_modules/lodash/_copySymbolsIn.js +++ /dev/null @@ -1,16 +0,0 @@ -var copyObject = require('./_copyObject'), - getSymbolsIn = require('./_getSymbolsIn'); - -/** - * Copies own and inherited symbols of `source` to `object`. - * - * @private - * @param {Object} source The object to copy symbols from. - * @param {Object} [object={}] The object to copy symbols to. - * @returns {Object} Returns `object`. - */ -function copySymbolsIn(source, object) { - return copyObject(source, getSymbolsIn(source), object); -} - -module.exports = copySymbolsIn; diff --git a/software/flow/node_modules/lodash/_coreJsData.js b/software/flow/node_modules/lodash/_coreJsData.js deleted file mode 100644 index f8e5b4e..0000000 --- a/software/flow/node_modules/lodash/_coreJsData.js +++ /dev/null @@ -1,6 +0,0 @@ -var root = require('./_root'); - -/** Used to detect overreaching core-js shims. */ -var coreJsData = root['__core-js_shared__']; - -module.exports = coreJsData; diff --git a/software/flow/node_modules/lodash/_countHolders.js b/software/flow/node_modules/lodash/_countHolders.js deleted file mode 100644 index 718fcda..0000000 --- a/software/flow/node_modules/lodash/_countHolders.js +++ /dev/null @@ -1,21 +0,0 @@ -/** - * Gets the number of `placeholder` occurrences in `array`. - * - * @private - * @param {Array} array The array to inspect. - * @param {*} placeholder The placeholder to search for. - * @returns {number} Returns the placeholder count. - */ -function countHolders(array, placeholder) { - var length = array.length, - result = 0; - - while (length--) { - if (array[length] === placeholder) { - ++result; - } - } - return result; -} - -module.exports = countHolders; diff --git a/software/flow/node_modules/lodash/_createAggregator.js b/software/flow/node_modules/lodash/_createAggregator.js deleted file mode 100644 index 0be42c4..0000000 --- a/software/flow/node_modules/lodash/_createAggregator.js +++ /dev/null @@ -1,23 +0,0 @@ -var arrayAggregator = require('./_arrayAggregator'), - baseAggregator = require('./_baseAggregator'), - baseIteratee = require('./_baseIteratee'), - isArray = require('./isArray'); - -/** - * Creates a function like `_.groupBy`. - * - * @private - * @param {Function} setter The function to set accumulator values. - * @param {Function} [initializer] The accumulator object initializer. - * @returns {Function} Returns the new aggregator function. - */ -function createAggregator(setter, initializer) { - return function(collection, iteratee) { - var func = isArray(collection) ? arrayAggregator : baseAggregator, - accumulator = initializer ? initializer() : {}; - - return func(collection, setter, baseIteratee(iteratee, 2), accumulator); - }; -} - -module.exports = createAggregator; diff --git a/software/flow/node_modules/lodash/_createAssigner.js b/software/flow/node_modules/lodash/_createAssigner.js deleted file mode 100644 index 1f904c5..0000000 --- a/software/flow/node_modules/lodash/_createAssigner.js +++ /dev/null @@ -1,37 +0,0 @@ -var baseRest = require('./_baseRest'), - isIterateeCall = require('./_isIterateeCall'); - -/** - * Creates a function like `_.assign`. - * - * @private - * @param {Function} assigner The function to assign values. - * @returns {Function} Returns the new assigner function. - */ -function createAssigner(assigner) { - return baseRest(function(object, sources) { - var index = -1, - length = sources.length, - customizer = length > 1 ? sources[length - 1] : undefined, - guard = length > 2 ? sources[2] : undefined; - - customizer = (assigner.length > 3 && typeof customizer == 'function') - ? (length--, customizer) - : undefined; - - if (guard && isIterateeCall(sources[0], sources[1], guard)) { - customizer = length < 3 ? undefined : customizer; - length = 1; - } - object = Object(object); - while (++index < length) { - var source = sources[index]; - if (source) { - assigner(object, source, index, customizer); - } - } - return object; - }); -} - -module.exports = createAssigner; diff --git a/software/flow/node_modules/lodash/_createBaseEach.js b/software/flow/node_modules/lodash/_createBaseEach.js deleted file mode 100644 index d24fdd1..0000000 --- a/software/flow/node_modules/lodash/_createBaseEach.js +++ /dev/null @@ -1,32 +0,0 @@ -var isArrayLike = require('./isArrayLike'); - -/** - * Creates a `baseEach` or `baseEachRight` function. - * - * @private - * @param {Function} eachFunc The function to iterate over a collection. - * @param {boolean} [fromRight] Specify iterating from right to left. - * @returns {Function} Returns the new base function. - */ -function createBaseEach(eachFunc, fromRight) { - return function(collection, iteratee) { - if (collection == null) { - return collection; - } - if (!isArrayLike(collection)) { - return eachFunc(collection, iteratee); - } - var length = collection.length, - index = fromRight ? length : -1, - iterable = Object(collection); - - while ((fromRight ? index-- : ++index < length)) { - if (iteratee(iterable[index], index, iterable) === false) { - break; - } - } - return collection; - }; -} - -module.exports = createBaseEach; diff --git a/software/flow/node_modules/lodash/_createBaseFor.js b/software/flow/node_modules/lodash/_createBaseFor.js deleted file mode 100644 index 94cbf29..0000000 --- a/software/flow/node_modules/lodash/_createBaseFor.js +++ /dev/null @@ -1,25 +0,0 @@ -/** - * Creates a base function for methods like `_.forIn` and `_.forOwn`. - * - * @private - * @param {boolean} [fromRight] Specify iterating from right to left. - * @returns {Function} Returns the new base function. - */ -function createBaseFor(fromRight) { - return function(object, iteratee, keysFunc) { - var index = -1, - iterable = Object(object), - props = keysFunc(object), - length = props.length; - - while (length--) { - var key = props[fromRight ? length : ++index]; - if (iteratee(iterable[key], key, iterable) === false) { - break; - } - } - return object; - }; -} - -module.exports = createBaseFor; diff --git a/software/flow/node_modules/lodash/_createBind.js b/software/flow/node_modules/lodash/_createBind.js deleted file mode 100644 index 07cb99f..0000000 --- a/software/flow/node_modules/lodash/_createBind.js +++ /dev/null @@ -1,28 +0,0 @@ -var createCtor = require('./_createCtor'), - root = require('./_root'); - -/** Used to compose bitmasks for function metadata. */ -var WRAP_BIND_FLAG = 1; - -/** - * Creates a function that wraps `func` to invoke it with the optional `this` - * binding of `thisArg`. - * - * @private - * @param {Function} func The function to wrap. - * @param {number} bitmask The bitmask flags. See `createWrap` for more details. - * @param {*} [thisArg] The `this` binding of `func`. - * @returns {Function} Returns the new wrapped function. - */ -function createBind(func, bitmask, thisArg) { - var isBind = bitmask & WRAP_BIND_FLAG, - Ctor = createCtor(func); - - function wrapper() { - var fn = (this && this !== root && this instanceof wrapper) ? Ctor : func; - return fn.apply(isBind ? thisArg : this, arguments); - } - return wrapper; -} - -module.exports = createBind; diff --git a/software/flow/node_modules/lodash/_createCaseFirst.js b/software/flow/node_modules/lodash/_createCaseFirst.js deleted file mode 100644 index fe8ea48..0000000 --- a/software/flow/node_modules/lodash/_createCaseFirst.js +++ /dev/null @@ -1,33 +0,0 @@ -var castSlice = require('./_castSlice'), - hasUnicode = require('./_hasUnicode'), - stringToArray = require('./_stringToArray'), - toString = require('./toString'); - -/** - * Creates a function like `_.lowerFirst`. - * - * @private - * @param {string} methodName The name of the `String` case method to use. - * @returns {Function} Returns the new case function. - */ -function createCaseFirst(methodName) { - return function(string) { - string = toString(string); - - var strSymbols = hasUnicode(string) - ? stringToArray(string) - : undefined; - - var chr = strSymbols - ? strSymbols[0] - : string.charAt(0); - - var trailing = strSymbols - ? castSlice(strSymbols, 1).join('') - : string.slice(1); - - return chr[methodName]() + trailing; - }; -} - -module.exports = createCaseFirst; diff --git a/software/flow/node_modules/lodash/_createCompounder.js b/software/flow/node_modules/lodash/_createCompounder.js deleted file mode 100644 index 8d4cee2..0000000 --- a/software/flow/node_modules/lodash/_createCompounder.js +++ /dev/null @@ -1,24 +0,0 @@ -var arrayReduce = require('./_arrayReduce'), - deburr = require('./deburr'), - words = require('./words'); - -/** Used to compose unicode capture groups. */ -var rsApos = "['\u2019]"; - -/** Used to match apostrophes. */ -var reApos = RegExp(rsApos, 'g'); - -/** - * Creates a function like `_.camelCase`. - * - * @private - * @param {Function} callback The function to combine each word. - * @returns {Function} Returns the new compounder function. - */ -function createCompounder(callback) { - return function(string) { - return arrayReduce(words(deburr(string).replace(reApos, '')), callback, ''); - }; -} - -module.exports = createCompounder; diff --git a/software/flow/node_modules/lodash/_createCtor.js b/software/flow/node_modules/lodash/_createCtor.js deleted file mode 100644 index 9047aa5..0000000 --- a/software/flow/node_modules/lodash/_createCtor.js +++ /dev/null @@ -1,37 +0,0 @@ -var baseCreate = require('./_baseCreate'), - isObject = require('./isObject'); - -/** - * Creates a function that produces an instance of `Ctor` regardless of - * whether it was invoked as part of a `new` expression or by `call` or `apply`. - * - * @private - * @param {Function} Ctor The constructor to wrap. - * @returns {Function} Returns the new wrapped function. - */ -function createCtor(Ctor) { - return function() { - // Use a `switch` statement to work with class constructors. See - // http://ecma-international.org/ecma-262/7.0/#sec-ecmascript-function-objects-call-thisargument-argumentslist - // for more details. - var args = arguments; - switch (args.length) { - case 0: return new Ctor; - case 1: return new Ctor(args[0]); - case 2: return new Ctor(args[0], args[1]); - case 3: return new Ctor(args[0], args[1], args[2]); - case 4: return new Ctor(args[0], args[1], args[2], args[3]); - case 5: return new Ctor(args[0], args[1], args[2], args[3], args[4]); - case 6: return new Ctor(args[0], args[1], args[2], args[3], args[4], args[5]); - case 7: return new Ctor(args[0], args[1], args[2], args[3], args[4], args[5], args[6]); - } - var thisBinding = baseCreate(Ctor.prototype), - result = Ctor.apply(thisBinding, args); - - // Mimic the constructor's `return` behavior. - // See https://es5.github.io/#x13.2.2 for more details. - return isObject(result) ? result : thisBinding; - }; -} - -module.exports = createCtor; diff --git a/software/flow/node_modules/lodash/_createCurry.js b/software/flow/node_modules/lodash/_createCurry.js deleted file mode 100644 index f06c2cd..0000000 --- a/software/flow/node_modules/lodash/_createCurry.js +++ /dev/null @@ -1,46 +0,0 @@ -var apply = require('./_apply'), - createCtor = require('./_createCtor'), - createHybrid = require('./_createHybrid'), - createRecurry = require('./_createRecurry'), - getHolder = require('./_getHolder'), - replaceHolders = require('./_replaceHolders'), - root = require('./_root'); - -/** - * Creates a function that wraps `func` to enable currying. - * - * @private - * @param {Function} func The function to wrap. - * @param {number} bitmask The bitmask flags. See `createWrap` for more details. - * @param {number} arity The arity of `func`. - * @returns {Function} Returns the new wrapped function. - */ -function createCurry(func, bitmask, arity) { - var Ctor = createCtor(func); - - function wrapper() { - var length = arguments.length, - args = Array(length), - index = length, - placeholder = getHolder(wrapper); - - while (index--) { - args[index] = arguments[index]; - } - var holders = (length < 3 && args[0] !== placeholder && args[length - 1] !== placeholder) - ? [] - : replaceHolders(args, placeholder); - - length -= holders.length; - if (length < arity) { - return createRecurry( - func, bitmask, createHybrid, wrapper.placeholder, undefined, - args, holders, undefined, undefined, arity - length); - } - var fn = (this && this !== root && this instanceof wrapper) ? Ctor : func; - return apply(fn, this, args); - } - return wrapper; -} - -module.exports = createCurry; diff --git a/software/flow/node_modules/lodash/_createFind.js b/software/flow/node_modules/lodash/_createFind.js deleted file mode 100644 index 8859ff8..0000000 --- a/software/flow/node_modules/lodash/_createFind.js +++ /dev/null @@ -1,25 +0,0 @@ -var baseIteratee = require('./_baseIteratee'), - isArrayLike = require('./isArrayLike'), - keys = require('./keys'); - -/** - * Creates a `_.find` or `_.findLast` function. - * - * @private - * @param {Function} findIndexFunc The function to find the collection index. - * @returns {Function} Returns the new find function. - */ -function createFind(findIndexFunc) { - return function(collection, predicate, fromIndex) { - var iterable = Object(collection); - if (!isArrayLike(collection)) { - var iteratee = baseIteratee(predicate, 3); - collection = keys(collection); - predicate = function(key) { return iteratee(iterable[key], key, iterable); }; - } - var index = findIndexFunc(collection, predicate, fromIndex); - return index > -1 ? iterable[iteratee ? collection[index] : index] : undefined; - }; -} - -module.exports = createFind; diff --git a/software/flow/node_modules/lodash/_createFlow.js b/software/flow/node_modules/lodash/_createFlow.js deleted file mode 100644 index baaddbf..0000000 --- a/software/flow/node_modules/lodash/_createFlow.js +++ /dev/null @@ -1,78 +0,0 @@ -var LodashWrapper = require('./_LodashWrapper'), - flatRest = require('./_flatRest'), - getData = require('./_getData'), - getFuncName = require('./_getFuncName'), - isArray = require('./isArray'), - isLaziable = require('./_isLaziable'); - -/** Error message constants. */ -var FUNC_ERROR_TEXT = 'Expected a function'; - -/** Used to compose bitmasks for function metadata. */ -var WRAP_CURRY_FLAG = 8, - WRAP_PARTIAL_FLAG = 32, - WRAP_ARY_FLAG = 128, - WRAP_REARG_FLAG = 256; - -/** - * Creates a `_.flow` or `_.flowRight` function. - * - * @private - * @param {boolean} [fromRight] Specify iterating from right to left. - * @returns {Function} Returns the new flow function. - */ -function createFlow(fromRight) { - return flatRest(function(funcs) { - var length = funcs.length, - index = length, - prereq = LodashWrapper.prototype.thru; - - if (fromRight) { - funcs.reverse(); - } - while (index--) { - var func = funcs[index]; - if (typeof func != 'function') { - throw new TypeError(FUNC_ERROR_TEXT); - } - if (prereq && !wrapper && getFuncName(func) == 'wrapper') { - var wrapper = new LodashWrapper([], true); - } - } - index = wrapper ? index : length; - while (++index < length) { - func = funcs[index]; - - var funcName = getFuncName(func), - data = funcName == 'wrapper' ? getData(func) : undefined; - - if (data && isLaziable(data[0]) && - data[1] == (WRAP_ARY_FLAG | WRAP_CURRY_FLAG | WRAP_PARTIAL_FLAG | WRAP_REARG_FLAG) && - !data[4].length && data[9] == 1 - ) { - wrapper = wrapper[getFuncName(data[0])].apply(wrapper, data[3]); - } else { - wrapper = (func.length == 1 && isLaziable(func)) - ? wrapper[funcName]() - : wrapper.thru(func); - } - } - return function() { - var args = arguments, - value = args[0]; - - if (wrapper && args.length == 1 && isArray(value)) { - return wrapper.plant(value).value(); - } - var index = 0, - result = length ? funcs[index].apply(this, args) : value; - - while (++index < length) { - result = funcs[index].call(this, result); - } - return result; - }; - }); -} - -module.exports = createFlow; diff --git a/software/flow/node_modules/lodash/_createHybrid.js b/software/flow/node_modules/lodash/_createHybrid.js deleted file mode 100644 index b671bd1..0000000 --- a/software/flow/node_modules/lodash/_createHybrid.js +++ /dev/null @@ -1,92 +0,0 @@ -var composeArgs = require('./_composeArgs'), - composeArgsRight = require('./_composeArgsRight'), - countHolders = require('./_countHolders'), - createCtor = require('./_createCtor'), - createRecurry = require('./_createRecurry'), - getHolder = require('./_getHolder'), - reorder = require('./_reorder'), - replaceHolders = require('./_replaceHolders'), - root = require('./_root'); - -/** Used to compose bitmasks for function metadata. */ -var WRAP_BIND_FLAG = 1, - WRAP_BIND_KEY_FLAG = 2, - WRAP_CURRY_FLAG = 8, - WRAP_CURRY_RIGHT_FLAG = 16, - WRAP_ARY_FLAG = 128, - WRAP_FLIP_FLAG = 512; - -/** - * Creates a function that wraps `func` to invoke it with optional `this` - * binding of `thisArg`, partial application, and currying. - * - * @private - * @param {Function|string} func The function or method name to wrap. - * @param {number} bitmask The bitmask flags. See `createWrap` for more details. - * @param {*} [thisArg] The `this` binding of `func`. - * @param {Array} [partials] The arguments to prepend to those provided to - * the new function. - * @param {Array} [holders] The `partials` placeholder indexes. - * @param {Array} [partialsRight] The arguments to append to those provided - * to the new function. - * @param {Array} [holdersRight] The `partialsRight` placeholder indexes. - * @param {Array} [argPos] The argument positions of the new function. - * @param {number} [ary] The arity cap of `func`. - * @param {number} [arity] The arity of `func`. - * @returns {Function} Returns the new wrapped function. - */ -function createHybrid(func, bitmask, thisArg, partials, holders, partialsRight, holdersRight, argPos, ary, arity) { - var isAry = bitmask & WRAP_ARY_FLAG, - isBind = bitmask & WRAP_BIND_FLAG, - isBindKey = bitmask & WRAP_BIND_KEY_FLAG, - isCurried = bitmask & (WRAP_CURRY_FLAG | WRAP_CURRY_RIGHT_FLAG), - isFlip = bitmask & WRAP_FLIP_FLAG, - Ctor = isBindKey ? undefined : createCtor(func); - - function wrapper() { - var length = arguments.length, - args = Array(length), - index = length; - - while (index--) { - args[index] = arguments[index]; - } - if (isCurried) { - var placeholder = getHolder(wrapper), - holdersCount = countHolders(args, placeholder); - } - if (partials) { - args = composeArgs(args, partials, holders, isCurried); - } - if (partialsRight) { - args = composeArgsRight(args, partialsRight, holdersRight, isCurried); - } - length -= holdersCount; - if (isCurried && length < arity) { - var newHolders = replaceHolders(args, placeholder); - return createRecurry( - func, bitmask, createHybrid, wrapper.placeholder, thisArg, - args, newHolders, argPos, ary, arity - length - ); - } - var thisBinding = isBind ? thisArg : this, - fn = isBindKey ? thisBinding[func] : func; - - length = args.length; - if (argPos) { - args = reorder(args, argPos); - } else if (isFlip && length > 1) { - args.reverse(); - } - if (isAry && ary < length) { - args.length = ary; - } - if (this && this !== root && this instanceof wrapper) { - fn = Ctor || createCtor(fn); - } - return fn.apply(thisBinding, args); - } - return wrapper; -} - -module.exports = createHybrid; diff --git a/software/flow/node_modules/lodash/_createInverter.js b/software/flow/node_modules/lodash/_createInverter.js deleted file mode 100644 index 6c0c562..0000000 --- a/software/flow/node_modules/lodash/_createInverter.js +++ /dev/null @@ -1,17 +0,0 @@ -var baseInverter = require('./_baseInverter'); - -/** - * Creates a function like `_.invertBy`. - * - * @private - * @param {Function} setter The function to set accumulator values. - * @param {Function} toIteratee The function to resolve iteratees. - * @returns {Function} Returns the new inverter function. - */ -function createInverter(setter, toIteratee) { - return function(object, iteratee) { - return baseInverter(object, setter, toIteratee(iteratee), {}); - }; -} - -module.exports = createInverter; diff --git a/software/flow/node_modules/lodash/_createMathOperation.js b/software/flow/node_modules/lodash/_createMathOperation.js deleted file mode 100644 index f1e238a..0000000 --- a/software/flow/node_modules/lodash/_createMathOperation.js +++ /dev/null @@ -1,38 +0,0 @@ -var baseToNumber = require('./_baseToNumber'), - baseToString = require('./_baseToString'); - -/** - * Creates a function that performs a mathematical operation on two values. - * - * @private - * @param {Function} operator The function to perform the operation. - * @param {number} [defaultValue] The value used for `undefined` arguments. - * @returns {Function} Returns the new mathematical operation function. - */ -function createMathOperation(operator, defaultValue) { - return function(value, other) { - var result; - if (value === undefined && other === undefined) { - return defaultValue; - } - if (value !== undefined) { - result = value; - } - if (other !== undefined) { - if (result === undefined) { - return other; - } - if (typeof value == 'string' || typeof other == 'string') { - value = baseToString(value); - other = baseToString(other); - } else { - value = baseToNumber(value); - other = baseToNumber(other); - } - result = operator(value, other); - } - return result; - }; -} - -module.exports = createMathOperation; diff --git a/software/flow/node_modules/lodash/_createOver.js b/software/flow/node_modules/lodash/_createOver.js deleted file mode 100644 index 3b94551..0000000 --- a/software/flow/node_modules/lodash/_createOver.js +++ /dev/null @@ -1,27 +0,0 @@ -var apply = require('./_apply'), - arrayMap = require('./_arrayMap'), - baseIteratee = require('./_baseIteratee'), - baseRest = require('./_baseRest'), - baseUnary = require('./_baseUnary'), - flatRest = require('./_flatRest'); - -/** - * Creates a function like `_.over`. - * - * @private - * @param {Function} arrayFunc The function to iterate over iteratees. - * @returns {Function} Returns the new over function. - */ -function createOver(arrayFunc) { - return flatRest(function(iteratees) { - iteratees = arrayMap(iteratees, baseUnary(baseIteratee)); - return baseRest(function(args) { - var thisArg = this; - return arrayFunc(iteratees, function(iteratee) { - return apply(iteratee, thisArg, args); - }); - }); - }); -} - -module.exports = createOver; diff --git a/software/flow/node_modules/lodash/_createPadding.js b/software/flow/node_modules/lodash/_createPadding.js deleted file mode 100644 index 2124612..0000000 --- a/software/flow/node_modules/lodash/_createPadding.js +++ /dev/null @@ -1,33 +0,0 @@ -var baseRepeat = require('./_baseRepeat'), - baseToString = require('./_baseToString'), - castSlice = require('./_castSlice'), - hasUnicode = require('./_hasUnicode'), - stringSize = require('./_stringSize'), - stringToArray = require('./_stringToArray'); - -/* Built-in method references for those with the same name as other `lodash` methods. */ -var nativeCeil = Math.ceil; - -/** - * Creates the padding for `string` based on `length`. The `chars` string - * is truncated if the number of characters exceeds `length`. - * - * @private - * @param {number} length The padding length. - * @param {string} [chars=' '] The string used as padding. - * @returns {string} Returns the padding for `string`. - */ -function createPadding(length, chars) { - chars = chars === undefined ? ' ' : baseToString(chars); - - var charsLength = chars.length; - if (charsLength < 2) { - return charsLength ? baseRepeat(chars, length) : chars; - } - var result = baseRepeat(chars, nativeCeil(length / stringSize(chars))); - return hasUnicode(chars) - ? castSlice(stringToArray(result), 0, length).join('') - : result.slice(0, length); -} - -module.exports = createPadding; diff --git a/software/flow/node_modules/lodash/_createPartial.js b/software/flow/node_modules/lodash/_createPartial.js deleted file mode 100644 index e16c248..0000000 --- a/software/flow/node_modules/lodash/_createPartial.js +++ /dev/null @@ -1,43 +0,0 @@ -var apply = require('./_apply'), - createCtor = require('./_createCtor'), - root = require('./_root'); - -/** Used to compose bitmasks for function metadata. */ -var WRAP_BIND_FLAG = 1; - -/** - * Creates a function that wraps `func` to invoke it with the `this` binding - * of `thisArg` and `partials` prepended to the arguments it receives. - * - * @private - * @param {Function} func The function to wrap. - * @param {number} bitmask The bitmask flags. See `createWrap` for more details. - * @param {*} thisArg The `this` binding of `func`. - * @param {Array} partials The arguments to prepend to those provided to - * the new function. - * @returns {Function} Returns the new wrapped function. - */ -function createPartial(func, bitmask, thisArg, partials) { - var isBind = bitmask & WRAP_BIND_FLAG, - Ctor = createCtor(func); - - function wrapper() { - var argsIndex = -1, - argsLength = arguments.length, - leftIndex = -1, - leftLength = partials.length, - args = Array(leftLength + argsLength), - fn = (this && this !== root && this instanceof wrapper) ? Ctor : func; - - while (++leftIndex < leftLength) { - args[leftIndex] = partials[leftIndex]; - } - while (argsLength--) { - args[leftIndex++] = arguments[++argsIndex]; - } - return apply(fn, isBind ? thisArg : this, args); - } - return wrapper; -} - -module.exports = createPartial; diff --git a/software/flow/node_modules/lodash/_createRange.js b/software/flow/node_modules/lodash/_createRange.js deleted file mode 100644 index 9f52c77..0000000 --- a/software/flow/node_modules/lodash/_createRange.js +++ /dev/null @@ -1,30 +0,0 @@ -var baseRange = require('./_baseRange'), - isIterateeCall = require('./_isIterateeCall'), - toFinite = require('./toFinite'); - -/** - * Creates a `_.range` or `_.rangeRight` function. - * - * @private - * @param {boolean} [fromRight] Specify iterating from right to left. - * @returns {Function} Returns the new range function. - */ -function createRange(fromRight) { - return function(start, end, step) { - if (step && typeof step != 'number' && isIterateeCall(start, end, step)) { - end = step = undefined; - } - // Ensure the sign of `-0` is preserved. - start = toFinite(start); - if (end === undefined) { - end = start; - start = 0; - } else { - end = toFinite(end); - } - step = step === undefined ? (start < end ? 1 : -1) : toFinite(step); - return baseRange(start, end, step, fromRight); - }; -} - -module.exports = createRange; diff --git a/software/flow/node_modules/lodash/_createRecurry.js b/software/flow/node_modules/lodash/_createRecurry.js deleted file mode 100644 index eb29fb2..0000000 --- a/software/flow/node_modules/lodash/_createRecurry.js +++ /dev/null @@ -1,56 +0,0 @@ -var isLaziable = require('./_isLaziable'), - setData = require('./_setData'), - setWrapToString = require('./_setWrapToString'); - -/** Used to compose bitmasks for function metadata. */ -var WRAP_BIND_FLAG = 1, - WRAP_BIND_KEY_FLAG = 2, - WRAP_CURRY_BOUND_FLAG = 4, - WRAP_CURRY_FLAG = 8, - WRAP_PARTIAL_FLAG = 32, - WRAP_PARTIAL_RIGHT_FLAG = 64; - -/** - * Creates a function that wraps `func` to continue currying. - * - * @private - * @param {Function} func The function to wrap. - * @param {number} bitmask The bitmask flags. See `createWrap` for more details. - * @param {Function} wrapFunc The function to create the `func` wrapper. - * @param {*} placeholder The placeholder value. - * @param {*} [thisArg] The `this` binding of `func`. - * @param {Array} [partials] The arguments to prepend to those provided to - * the new function. - * @param {Array} [holders] The `partials` placeholder indexes. - * @param {Array} [argPos] The argument positions of the new function. - * @param {number} [ary] The arity cap of `func`. - * @param {number} [arity] The arity of `func`. - * @returns {Function} Returns the new wrapped function. - */ -function createRecurry(func, bitmask, wrapFunc, placeholder, thisArg, partials, holders, argPos, ary, arity) { - var isCurry = bitmask & WRAP_CURRY_FLAG, - newHolders = isCurry ? holders : undefined, - newHoldersRight = isCurry ? undefined : holders, - newPartials = isCurry ? partials : undefined, - newPartialsRight = isCurry ? undefined : partials; - - bitmask |= (isCurry ? WRAP_PARTIAL_FLAG : WRAP_PARTIAL_RIGHT_FLAG); - bitmask &= ~(isCurry ? WRAP_PARTIAL_RIGHT_FLAG : WRAP_PARTIAL_FLAG); - - if (!(bitmask & WRAP_CURRY_BOUND_FLAG)) { - bitmask &= ~(WRAP_BIND_FLAG | WRAP_BIND_KEY_FLAG); - } - var newData = [ - func, bitmask, thisArg, newPartials, newHolders, newPartialsRight, - newHoldersRight, argPos, ary, arity - ]; - - var result = wrapFunc.apply(undefined, newData); - if (isLaziable(func)) { - setData(result, newData); - } - result.placeholder = placeholder; - return setWrapToString(result, func, bitmask); -} - -module.exports = createRecurry; diff --git a/software/flow/node_modules/lodash/_createRelationalOperation.js b/software/flow/node_modules/lodash/_createRelationalOperation.js deleted file mode 100644 index a17c6b5..0000000 --- a/software/flow/node_modules/lodash/_createRelationalOperation.js +++ /dev/null @@ -1,20 +0,0 @@ -var toNumber = require('./toNumber'); - -/** - * Creates a function that performs a relational operation on two values. - * - * @private - * @param {Function} operator The function to perform the operation. - * @returns {Function} Returns the new relational operation function. - */ -function createRelationalOperation(operator) { - return function(value, other) { - if (!(typeof value == 'string' && typeof other == 'string')) { - value = toNumber(value); - other = toNumber(other); - } - return operator(value, other); - }; -} - -module.exports = createRelationalOperation; diff --git a/software/flow/node_modules/lodash/_createRound.js b/software/flow/node_modules/lodash/_createRound.js deleted file mode 100644 index 88be5df..0000000 --- a/software/flow/node_modules/lodash/_createRound.js +++ /dev/null @@ -1,35 +0,0 @@ -var root = require('./_root'), - toInteger = require('./toInteger'), - toNumber = require('./toNumber'), - toString = require('./toString'); - -/* Built-in method references for those with the same name as other `lodash` methods. */ -var nativeIsFinite = root.isFinite, - nativeMin = Math.min; - -/** - * Creates a function like `_.round`. - * - * @private - * @param {string} methodName The name of the `Math` method to use when rounding. - * @returns {Function} Returns the new round function. - */ -function createRound(methodName) { - var func = Math[methodName]; - return function(number, precision) { - number = toNumber(number); - precision = precision == null ? 0 : nativeMin(toInteger(precision), 292); - if (precision && nativeIsFinite(number)) { - // Shift with exponential notation to avoid floating-point issues. - // See [MDN](https://mdn.io/round#Examples) for more details. - var pair = (toString(number) + 'e').split('e'), - value = func(pair[0] + 'e' + (+pair[1] + precision)); - - pair = (toString(value) + 'e').split('e'); - return +(pair[0] + 'e' + (+pair[1] - precision)); - } - return func(number); - }; -} - -module.exports = createRound; diff --git a/software/flow/node_modules/lodash/_createSet.js b/software/flow/node_modules/lodash/_createSet.js deleted file mode 100644 index 0f644ee..0000000 --- a/software/flow/node_modules/lodash/_createSet.js +++ /dev/null @@ -1,19 +0,0 @@ -var Set = require('./_Set'), - noop = require('./noop'), - setToArray = require('./_setToArray'); - -/** Used as references for various `Number` constants. */ -var INFINITY = 1 / 0; - -/** - * Creates a set object of `values`. - * - * @private - * @param {Array} values The values to add to the set. - * @returns {Object} Returns the new set. - */ -var createSet = !(Set && (1 / setToArray(new Set([,-0]))[1]) == INFINITY) ? noop : function(values) { - return new Set(values); -}; - -module.exports = createSet; diff --git a/software/flow/node_modules/lodash/_createToPairs.js b/software/flow/node_modules/lodash/_createToPairs.js deleted file mode 100644 index 568417a..0000000 --- a/software/flow/node_modules/lodash/_createToPairs.js +++ /dev/null @@ -1,30 +0,0 @@ -var baseToPairs = require('./_baseToPairs'), - getTag = require('./_getTag'), - mapToArray = require('./_mapToArray'), - setToPairs = require('./_setToPairs'); - -/** `Object#toString` result references. */ -var mapTag = '[object Map]', - setTag = '[object Set]'; - -/** - * Creates a `_.toPairs` or `_.toPairsIn` function. - * - * @private - * @param {Function} keysFunc The function to get the keys of a given object. - * @returns {Function} Returns the new pairs function. - */ -function createToPairs(keysFunc) { - return function(object) { - var tag = getTag(object); - if (tag == mapTag) { - return mapToArray(object); - } - if (tag == setTag) { - return setToPairs(object); - } - return baseToPairs(object, keysFunc(object)); - }; -} - -module.exports = createToPairs; diff --git a/software/flow/node_modules/lodash/_createWrap.js b/software/flow/node_modules/lodash/_createWrap.js deleted file mode 100644 index 33f0633..0000000 --- a/software/flow/node_modules/lodash/_createWrap.js +++ /dev/null @@ -1,106 +0,0 @@ -var baseSetData = require('./_baseSetData'), - createBind = require('./_createBind'), - createCurry = require('./_createCurry'), - createHybrid = require('./_createHybrid'), - createPartial = require('./_createPartial'), - getData = require('./_getData'), - mergeData = require('./_mergeData'), - setData = require('./_setData'), - setWrapToString = require('./_setWrapToString'), - toInteger = require('./toInteger'); - -/** Error message constants. */ -var FUNC_ERROR_TEXT = 'Expected a function'; - -/** Used to compose bitmasks for function metadata. */ -var WRAP_BIND_FLAG = 1, - WRAP_BIND_KEY_FLAG = 2, - WRAP_CURRY_FLAG = 8, - WRAP_CURRY_RIGHT_FLAG = 16, - WRAP_PARTIAL_FLAG = 32, - WRAP_PARTIAL_RIGHT_FLAG = 64; - -/* Built-in method references for those with the same name as other `lodash` methods. */ -var nativeMax = Math.max; - -/** - * Creates a function that either curries or invokes `func` with optional - * `this` binding and partially applied arguments. - * - * @private - * @param {Function|string} func The function or method name to wrap. - * @param {number} bitmask The bitmask flags. - * 1 - `_.bind` - * 2 - `_.bindKey` - * 4 - `_.curry` or `_.curryRight` of a bound function - * 8 - `_.curry` - * 16 - `_.curryRight` - * 32 - `_.partial` - * 64 - `_.partialRight` - * 128 - `_.rearg` - * 256 - `_.ary` - * 512 - `_.flip` - * @param {*} [thisArg] The `this` binding of `func`. - * @param {Array} [partials] The arguments to be partially applied. - * @param {Array} [holders] The `partials` placeholder indexes. - * @param {Array} [argPos] The argument positions of the new function. - * @param {number} [ary] The arity cap of `func`. - * @param {number} [arity] The arity of `func`. - * @returns {Function} Returns the new wrapped function. - */ -function createWrap(func, bitmask, thisArg, partials, holders, argPos, ary, arity) { - var isBindKey = bitmask & WRAP_BIND_KEY_FLAG; - if (!isBindKey && typeof func != 'function') { - throw new TypeError(FUNC_ERROR_TEXT); - } - var length = partials ? partials.length : 0; - if (!length) { - bitmask &= ~(WRAP_PARTIAL_FLAG | WRAP_PARTIAL_RIGHT_FLAG); - partials = holders = undefined; - } - ary = ary === undefined ? ary : nativeMax(toInteger(ary), 0); - arity = arity === undefined ? arity : toInteger(arity); - length -= holders ? holders.length : 0; - - if (bitmask & WRAP_PARTIAL_RIGHT_FLAG) { - var partialsRight = partials, - holdersRight = holders; - - partials = holders = undefined; - } - var data = isBindKey ? undefined : getData(func); - - var newData = [ - func, bitmask, thisArg, partials, holders, partialsRight, holdersRight, - argPos, ary, arity - ]; - - if (data) { - mergeData(newData, data); - } - func = newData[0]; - bitmask = newData[1]; - thisArg = newData[2]; - partials = newData[3]; - holders = newData[4]; - arity = newData[9] = newData[9] === undefined - ? (isBindKey ? 0 : func.length) - : nativeMax(newData[9] - length, 0); - - if (!arity && bitmask & (WRAP_CURRY_FLAG | WRAP_CURRY_RIGHT_FLAG)) { - bitmask &= ~(WRAP_CURRY_FLAG | WRAP_CURRY_RIGHT_FLAG); - } - if (!bitmask || bitmask == WRAP_BIND_FLAG) { - var result = createBind(func, bitmask, thisArg); - } else if (bitmask == WRAP_CURRY_FLAG || bitmask == WRAP_CURRY_RIGHT_FLAG) { - result = createCurry(func, bitmask, arity); - } else if ((bitmask == WRAP_PARTIAL_FLAG || bitmask == (WRAP_BIND_FLAG | WRAP_PARTIAL_FLAG)) && !holders.length) { - result = createPartial(func, bitmask, thisArg, partials); - } else { - result = createHybrid.apply(undefined, newData); - } - var setter = data ? baseSetData : setData; - return setWrapToString(setter(result, newData), func, bitmask); -} - -module.exports = createWrap; diff --git a/software/flow/node_modules/lodash/_customDefaultsAssignIn.js b/software/flow/node_modules/lodash/_customDefaultsAssignIn.js deleted file mode 100644 index 1f49e6f..0000000 --- a/software/flow/node_modules/lodash/_customDefaultsAssignIn.js +++ /dev/null @@ -1,29 +0,0 @@ -var eq = require('./eq'); - -/** Used for built-in method references. */ -var objectProto = Object.prototype; - -/** Used to check objects for own properties. */ -var hasOwnProperty = objectProto.hasOwnProperty; - -/** - * Used by `_.defaults` to customize its `_.assignIn` use to assign properties - * of source objects to the destination object for all destination properties - * that resolve to `undefined`. - * - * @private - * @param {*} objValue The destination value. - * @param {*} srcValue The source value. - * @param {string} key The key of the property to assign. - * @param {Object} object The parent object of `objValue`. - * @returns {*} Returns the value to assign. - */ -function customDefaultsAssignIn(objValue, srcValue, key, object) { - if (objValue === undefined || - (eq(objValue, objectProto[key]) && !hasOwnProperty.call(object, key))) { - return srcValue; - } - return objValue; -} - -module.exports = customDefaultsAssignIn; diff --git a/software/flow/node_modules/lodash/_customDefaultsMerge.js b/software/flow/node_modules/lodash/_customDefaultsMerge.js deleted file mode 100644 index 4cab317..0000000 --- a/software/flow/node_modules/lodash/_customDefaultsMerge.js +++ /dev/null @@ -1,28 +0,0 @@ -var baseMerge = require('./_baseMerge'), - isObject = require('./isObject'); - -/** - * Used by `_.defaultsDeep` to customize its `_.merge` use to merge source - * objects into destination objects that are passed thru. - * - * @private - * @param {*} objValue The destination value. - * @param {*} srcValue The source value. - * @param {string} key The key of the property to merge. - * @param {Object} object The parent object of `objValue`. - * @param {Object} source The parent object of `srcValue`. - * @param {Object} [stack] Tracks traversed source values and their merged - * counterparts. - * @returns {*} Returns the value to assign. - */ -function customDefaultsMerge(objValue, srcValue, key, object, source, stack) { - if (isObject(objValue) && isObject(srcValue)) { - // Recursively merge objects and arrays (susceptible to call stack limits). - stack.set(srcValue, objValue); - baseMerge(objValue, srcValue, undefined, customDefaultsMerge, stack); - stack['delete'](srcValue); - } - return objValue; -} - -module.exports = customDefaultsMerge; diff --git a/software/flow/node_modules/lodash/_customOmitClone.js b/software/flow/node_modules/lodash/_customOmitClone.js deleted file mode 100644 index 968db2e..0000000 --- a/software/flow/node_modules/lodash/_customOmitClone.js +++ /dev/null @@ -1,16 +0,0 @@ -var isPlainObject = require('./isPlainObject'); - -/** - * Used by `_.omit` to customize its `_.cloneDeep` use to only clone plain - * objects. - * - * @private - * @param {*} value The value to inspect. - * @param {string} key The key of the property to inspect. - * @returns {*} Returns the uncloned value or `undefined` to defer cloning to `_.cloneDeep`. - */ -function customOmitClone(value) { - return isPlainObject(value) ? undefined : value; -} - -module.exports = customOmitClone; diff --git a/software/flow/node_modules/lodash/_deburrLetter.js b/software/flow/node_modules/lodash/_deburrLetter.js deleted file mode 100644 index 3e531ed..0000000 --- a/software/flow/node_modules/lodash/_deburrLetter.js +++ /dev/null @@ -1,71 +0,0 @@ -var basePropertyOf = require('./_basePropertyOf'); - -/** Used to map Latin Unicode letters to basic Latin letters. */ -var deburredLetters = { - // Latin-1 Supplement block. - '\xc0': 'A', '\xc1': 'A', '\xc2': 'A', '\xc3': 'A', '\xc4': 'A', '\xc5': 'A', - '\xe0': 'a', '\xe1': 'a', '\xe2': 'a', '\xe3': 'a', '\xe4': 'a', '\xe5': 'a', - '\xc7': 'C', '\xe7': 'c', - '\xd0': 'D', '\xf0': 'd', - '\xc8': 'E', '\xc9': 'E', '\xca': 'E', '\xcb': 'E', - '\xe8': 'e', '\xe9': 'e', '\xea': 'e', '\xeb': 'e', - '\xcc': 'I', '\xcd': 'I', '\xce': 'I', '\xcf': 'I', - '\xec': 'i', '\xed': 'i', '\xee': 'i', '\xef': 'i', - '\xd1': 'N', '\xf1': 'n', - '\xd2': 'O', '\xd3': 'O', '\xd4': 'O', '\xd5': 'O', '\xd6': 'O', '\xd8': 'O', - '\xf2': 'o', '\xf3': 'o', '\xf4': 'o', '\xf5': 'o', '\xf6': 'o', '\xf8': 'o', - '\xd9': 'U', '\xda': 'U', '\xdb': 'U', '\xdc': 'U', - '\xf9': 'u', '\xfa': 'u', '\xfb': 'u', '\xfc': 'u', - '\xdd': 'Y', '\xfd': 'y', '\xff': 'y', - '\xc6': 'Ae', '\xe6': 'ae', - '\xde': 'Th', '\xfe': 'th', - '\xdf': 'ss', - // Latin Extended-A block. - '\u0100': 'A', '\u0102': 'A', '\u0104': 'A', - '\u0101': 'a', '\u0103': 'a', '\u0105': 'a', - '\u0106': 'C', '\u0108': 'C', '\u010a': 'C', '\u010c': 'C', - '\u0107': 'c', '\u0109': 'c', '\u010b': 'c', '\u010d': 'c', - '\u010e': 'D', '\u0110': 'D', '\u010f': 'd', '\u0111': 'd', - '\u0112': 'E', '\u0114': 'E', '\u0116': 'E', '\u0118': 'E', '\u011a': 'E', - '\u0113': 'e', '\u0115': 'e', '\u0117': 'e', '\u0119': 'e', '\u011b': 'e', - '\u011c': 'G', '\u011e': 'G', '\u0120': 'G', '\u0122': 'G', - '\u011d': 'g', '\u011f': 'g', '\u0121': 'g', '\u0123': 'g', - '\u0124': 'H', '\u0126': 'H', '\u0125': 'h', '\u0127': 'h', - '\u0128': 'I', '\u012a': 'I', '\u012c': 'I', '\u012e': 'I', '\u0130': 'I', - '\u0129': 'i', '\u012b': 'i', '\u012d': 'i', '\u012f': 'i', '\u0131': 'i', - '\u0134': 'J', '\u0135': 'j', - '\u0136': 'K', '\u0137': 'k', '\u0138': 'k', - '\u0139': 'L', '\u013b': 'L', '\u013d': 'L', '\u013f': 'L', '\u0141': 'L', - '\u013a': 'l', '\u013c': 'l', '\u013e': 'l', '\u0140': 'l', '\u0142': 'l', - '\u0143': 'N', '\u0145': 'N', '\u0147': 'N', '\u014a': 'N', - '\u0144': 'n', '\u0146': 'n', '\u0148': 'n', '\u014b': 'n', - '\u014c': 'O', '\u014e': 'O', '\u0150': 'O', - '\u014d': 'o', '\u014f': 'o', '\u0151': 'o', - '\u0154': 'R', '\u0156': 'R', '\u0158': 'R', - '\u0155': 'r', '\u0157': 'r', '\u0159': 'r', - '\u015a': 'S', '\u015c': 'S', '\u015e': 'S', '\u0160': 'S', - '\u015b': 's', '\u015d': 's', '\u015f': 's', '\u0161': 's', - '\u0162': 'T', '\u0164': 'T', '\u0166': 'T', - '\u0163': 't', '\u0165': 't', '\u0167': 't', - '\u0168': 'U', '\u016a': 'U', '\u016c': 'U', '\u016e': 'U', '\u0170': 'U', '\u0172': 'U', - '\u0169': 'u', '\u016b': 'u', '\u016d': 'u', '\u016f': 'u', '\u0171': 'u', '\u0173': 'u', - '\u0174': 'W', '\u0175': 'w', - '\u0176': 'Y', '\u0177': 'y', '\u0178': 'Y', - '\u0179': 'Z', '\u017b': 'Z', '\u017d': 'Z', - '\u017a': 'z', '\u017c': 'z', '\u017e': 'z', - '\u0132': 'IJ', '\u0133': 'ij', - '\u0152': 'Oe', '\u0153': 'oe', - '\u0149': "'n", '\u017f': 's' -}; - -/** - * Used by `_.deburr` to convert Latin-1 Supplement and Latin Extended-A - * letters to basic Latin letters. - * - * @private - * @param {string} letter The matched letter to deburr. - * @returns {string} Returns the deburred letter. - */ -var deburrLetter = basePropertyOf(deburredLetters); - -module.exports = deburrLetter; diff --git a/software/flow/node_modules/lodash/_defineProperty.js b/software/flow/node_modules/lodash/_defineProperty.js deleted file mode 100644 index b6116d9..0000000 --- a/software/flow/node_modules/lodash/_defineProperty.js +++ /dev/null @@ -1,11 +0,0 @@ -var getNative = require('./_getNative'); - -var defineProperty = (function() { - try { - var func = getNative(Object, 'defineProperty'); - func({}, '', {}); - return func; - } catch (e) {} -}()); - -module.exports = defineProperty; diff --git a/software/flow/node_modules/lodash/_equalArrays.js b/software/flow/node_modules/lodash/_equalArrays.js deleted file mode 100644 index 824228c..0000000 --- a/software/flow/node_modules/lodash/_equalArrays.js +++ /dev/null @@ -1,84 +0,0 @@ -var SetCache = require('./_SetCache'), - arraySome = require('./_arraySome'), - cacheHas = require('./_cacheHas'); - -/** Used to compose bitmasks for value comparisons. */ -var COMPARE_PARTIAL_FLAG = 1, - COMPARE_UNORDERED_FLAG = 2; - -/** - * A specialized version of `baseIsEqualDeep` for arrays with support for - * partial deep comparisons. - * - * @private - * @param {Array} array The array to compare. - * @param {Array} other The other array to compare. - * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details. - * @param {Function} customizer The function to customize comparisons. - * @param {Function} equalFunc The function to determine equivalents of values. - * @param {Object} stack Tracks traversed `array` and `other` objects. - * @returns {boolean} Returns `true` if the arrays are equivalent, else `false`. - */ -function equalArrays(array, other, bitmask, customizer, equalFunc, stack) { - var isPartial = bitmask & COMPARE_PARTIAL_FLAG, - arrLength = array.length, - othLength = other.length; - - if (arrLength != othLength && !(isPartial && othLength > arrLength)) { - return false; - } - // Check that cyclic values are equal. - var arrStacked = stack.get(array); - var othStacked = stack.get(other); - if (arrStacked && othStacked) { - return arrStacked == other && othStacked == array; - } - var index = -1, - result = true, - seen = (bitmask & COMPARE_UNORDERED_FLAG) ? new SetCache : undefined; - - stack.set(array, other); - stack.set(other, array); - - // Ignore non-index properties. - while (++index < arrLength) { - var arrValue = array[index], - othValue = other[index]; - - if (customizer) { - var compared = isPartial - ? customizer(othValue, arrValue, index, other, array, stack) - : customizer(arrValue, othValue, index, array, other, stack); - } - if (compared !== undefined) { - if (compared) { - continue; - } - result = false; - break; - } - // Recursively compare arrays (susceptible to call stack limits). - if (seen) { - if (!arraySome(other, function(othValue, othIndex) { - if (!cacheHas(seen, othIndex) && - (arrValue === othValue || equalFunc(arrValue, othValue, bitmask, customizer, stack))) { - return seen.push(othIndex); - } - })) { - result = false; - break; - } - } else if (!( - arrValue === othValue || - equalFunc(arrValue, othValue, bitmask, customizer, stack) - )) { - result = false; - break; - } - } - stack['delete'](array); - stack['delete'](other); - return result; -} - -module.exports = equalArrays; diff --git a/software/flow/node_modules/lodash/_equalByTag.js b/software/flow/node_modules/lodash/_equalByTag.js deleted file mode 100644 index 71919e8..0000000 --- a/software/flow/node_modules/lodash/_equalByTag.js +++ /dev/null @@ -1,112 +0,0 @@ -var Symbol = require('./_Symbol'), - Uint8Array = require('./_Uint8Array'), - eq = require('./eq'), - equalArrays = require('./_equalArrays'), - mapToArray = require('./_mapToArray'), - setToArray = require('./_setToArray'); - -/** Used to compose bitmasks for value comparisons. */ -var COMPARE_PARTIAL_FLAG = 1, - COMPARE_UNORDERED_FLAG = 2; - -/** `Object#toString` result references. */ -var boolTag = '[object Boolean]', - dateTag = '[object Date]', - errorTag = '[object Error]', - mapTag = '[object Map]', - numberTag = '[object Number]', - regexpTag = '[object RegExp]', - setTag = '[object Set]', - stringTag = '[object String]', - symbolTag = '[object Symbol]'; - -var arrayBufferTag = '[object ArrayBuffer]', - dataViewTag = '[object DataView]'; - -/** Used to convert symbols to primitives and strings. */ -var symbolProto = Symbol ? Symbol.prototype : undefined, - symbolValueOf = symbolProto ? symbolProto.valueOf : undefined; - -/** - * A specialized version of `baseIsEqualDeep` for comparing objects of - * the same `toStringTag`. - * - * **Note:** This function only supports comparing values with tags of - * `Boolean`, `Date`, `Error`, `Number`, `RegExp`, or `String`. - * - * @private - * @param {Object} object The object to compare. - * @param {Object} other The other object to compare. - * @param {string} tag The `toStringTag` of the objects to compare. - * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details. - * @param {Function} customizer The function to customize comparisons. - * @param {Function} equalFunc The function to determine equivalents of values. - * @param {Object} stack Tracks traversed `object` and `other` objects. - * @returns {boolean} Returns `true` if the objects are equivalent, else `false`. - */ -function equalByTag(object, other, tag, bitmask, customizer, equalFunc, stack) { - switch (tag) { - case dataViewTag: - if ((object.byteLength != other.byteLength) || - (object.byteOffset != other.byteOffset)) { - return false; - } - object = object.buffer; - other = other.buffer; - - case arrayBufferTag: - if ((object.byteLength != other.byteLength) || - !equalFunc(new Uint8Array(object), new Uint8Array(other))) { - return false; - } - return true; - - case boolTag: - case dateTag: - case numberTag: - // Coerce booleans to `1` or `0` and dates to milliseconds. - // Invalid dates are coerced to `NaN`. - return eq(+object, +other); - - case errorTag: - return object.name == other.name && object.message == other.message; - - case regexpTag: - case stringTag: - // Coerce regexes to strings and treat strings, primitives and objects, - // as equal. See http://www.ecma-international.org/ecma-262/7.0/#sec-regexp.prototype.tostring - // for more details. - return object == (other + ''); - - case mapTag: - var convert = mapToArray; - - case setTag: - var isPartial = bitmask & COMPARE_PARTIAL_FLAG; - convert || (convert = setToArray); - - if (object.size != other.size && !isPartial) { - return false; - } - // Assume cyclic values are equal. - var stacked = stack.get(object); - if (stacked) { - return stacked == other; - } - bitmask |= COMPARE_UNORDERED_FLAG; - - // Recursively compare objects (susceptible to call stack limits). - stack.set(object, other); - var result = equalArrays(convert(object), convert(other), bitmask, customizer, equalFunc, stack); - stack['delete'](object); - return result; - - case symbolTag: - if (symbolValueOf) { - return symbolValueOf.call(object) == symbolValueOf.call(other); - } - } - return false; -} - -module.exports = equalByTag; diff --git a/software/flow/node_modules/lodash/_equalObjects.js b/software/flow/node_modules/lodash/_equalObjects.js deleted file mode 100644 index cdaacd2..0000000 --- a/software/flow/node_modules/lodash/_equalObjects.js +++ /dev/null @@ -1,90 +0,0 @@ -var getAllKeys = require('./_getAllKeys'); - -/** Used to compose bitmasks for value comparisons. */ -var COMPARE_PARTIAL_FLAG = 1; - -/** Used for built-in method references. */ -var objectProto = Object.prototype; - -/** Used to check objects for own properties. */ -var hasOwnProperty = objectProto.hasOwnProperty; - -/** - * A specialized version of `baseIsEqualDeep` for objects with support for - * partial deep comparisons. - * - * @private - * @param {Object} object The object to compare. - * @param {Object} other The other object to compare. - * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details. - * @param {Function} customizer The function to customize comparisons. - * @param {Function} equalFunc The function to determine equivalents of values. - * @param {Object} stack Tracks traversed `object` and `other` objects. - * @returns {boolean} Returns `true` if the objects are equivalent, else `false`. - */ -function equalObjects(object, other, bitmask, customizer, equalFunc, stack) { - var isPartial = bitmask & COMPARE_PARTIAL_FLAG, - objProps = getAllKeys(object), - objLength = objProps.length, - othProps = getAllKeys(other), - othLength = othProps.length; - - if (objLength != othLength && !isPartial) { - return false; - } - var index = objLength; - while (index--) { - var key = objProps[index]; - if (!(isPartial ? key in other : hasOwnProperty.call(other, key))) { - return false; - } - } - // Check that cyclic values are equal. - var objStacked = stack.get(object); - var othStacked = stack.get(other); - if (objStacked && othStacked) { - return objStacked == other && othStacked == object; - } - var result = true; - stack.set(object, other); - stack.set(other, object); - - var skipCtor = isPartial; - while (++index < objLength) { - key = objProps[index]; - var objValue = object[key], - othValue = other[key]; - - if (customizer) { - var compared = isPartial - ? customizer(othValue, objValue, key, other, object, stack) - : customizer(objValue, othValue, key, object, other, stack); - } - // Recursively compare objects (susceptible to call stack limits). - if (!(compared === undefined - ? (objValue === othValue || equalFunc(objValue, othValue, bitmask, customizer, stack)) - : compared - )) { - result = false; - break; - } - skipCtor || (skipCtor = key == 'constructor'); - } - if (result && !skipCtor) { - var objCtor = object.constructor, - othCtor = other.constructor; - - // Non `Object` object instances with different constructors are not equal. - if (objCtor != othCtor && - ('constructor' in object && 'constructor' in other) && - !(typeof objCtor == 'function' && objCtor instanceof objCtor && - typeof othCtor == 'function' && othCtor instanceof othCtor)) { - result = false; - } - } - stack['delete'](object); - stack['delete'](other); - return result; -} - -module.exports = equalObjects; diff --git a/software/flow/node_modules/lodash/_escapeHtmlChar.js b/software/flow/node_modules/lodash/_escapeHtmlChar.js deleted file mode 100644 index 7ca68ee..0000000 --- a/software/flow/node_modules/lodash/_escapeHtmlChar.js +++ /dev/null @@ -1,21 +0,0 @@ -var basePropertyOf = require('./_basePropertyOf'); - -/** Used to map characters to HTML entities. */ -var htmlEscapes = { - '&': '&amp;', - '<': '&lt;', - '>': '&gt;', - '"': '&quot;', - "'": '&#39;' -}; - -/** - * Used by `_.escape` to convert characters to HTML entities. - * - * @private - * @param {string} chr The matched character to escape. - * @returns {string} Returns the escaped character. - */ -var escapeHtmlChar = basePropertyOf(htmlEscapes); - -module.exports = escapeHtmlChar; diff --git a/software/flow/node_modules/lodash/_escapeStringChar.js b/software/flow/node_modules/lodash/_escapeStringChar.js deleted file mode 100644 index 44eca96..0000000 --- a/software/flow/node_modules/lodash/_escapeStringChar.js +++ /dev/null @@ -1,22 +0,0 @@ -/** Used to escape characters for inclusion in compiled string literals. */ -var stringEscapes = { - '\\': '\\', - "'": "'", - '\n': 'n', - '\r': 'r', - '\u2028': 'u2028', - '\u2029': 'u2029' -}; - -/** - * Used by `_.template` to escape characters for inclusion in compiled string literals. - * - * @private - * @param {string} chr The matched character to escape. - * @returns {string} Returns the escaped character. - */ -function escapeStringChar(chr) { - return '\\' + stringEscapes[chr]; -} - -module.exports = escapeStringChar; diff --git a/software/flow/node_modules/lodash/_flatRest.js b/software/flow/node_modules/lodash/_flatRest.js deleted file mode 100644 index 94ab6cc..0000000 --- a/software/flow/node_modules/lodash/_flatRest.js +++ /dev/null @@ -1,16 +0,0 @@ -var flatten = require('./flatten'), - overRest = require('./_overRest'), - setToString = require('./_setToString'); - -/** - * A specialized version of `baseRest` which flattens the rest array. - * - * @private - * @param {Function} func The function to apply a rest parameter to. - * @returns {Function} Returns the new function. - */ -function flatRest(func) { - return setToString(overRest(func, undefined, flatten), func + ''); -} - -module.exports = flatRest; diff --git a/software/flow/node_modules/lodash/_freeGlobal.js b/software/flow/node_modules/lodash/_freeGlobal.js deleted file mode 100644 index bbec998..0000000 --- a/software/flow/node_modules/lodash/_freeGlobal.js +++ /dev/null @@ -1,4 +0,0 @@ -/** Detect free variable `global` from Node.js. */ -var freeGlobal = typeof global == 'object' && global && global.Object === Object && global; - -module.exports = freeGlobal; diff --git a/software/flow/node_modules/lodash/_getAllKeys.js b/software/flow/node_modules/lodash/_getAllKeys.js deleted file mode 100644 index a9ce699..0000000 --- a/software/flow/node_modules/lodash/_getAllKeys.js +++ /dev/null @@ -1,16 +0,0 @@ -var baseGetAllKeys = require('./_baseGetAllKeys'), - getSymbols = require('./_getSymbols'), - keys = require('./keys'); - -/** - * Creates an array of own enumerable property names and symbols of `object`. - * - * @private - * @param {Object} object The object to query. - * @returns {Array} Returns the array of property names and symbols. - */ -function getAllKeys(object) { - return baseGetAllKeys(object, keys, getSymbols); -} - -module.exports = getAllKeys; diff --git a/software/flow/node_modules/lodash/_getAllKeysIn.js b/software/flow/node_modules/lodash/_getAllKeysIn.js deleted file mode 100644 index 1b46678..0000000 --- a/software/flow/node_modules/lodash/_getAllKeysIn.js +++ /dev/null @@ -1,17 +0,0 @@ -var baseGetAllKeys = require('./_baseGetAllKeys'), - getSymbolsIn = require('./_getSymbolsIn'), - keysIn = require('./keysIn'); - -/** - * Creates an array of own and inherited enumerable property names and - * symbols of `object`. - * - * @private - * @param {Object} object The object to query. - * @returns {Array} Returns the array of property names and symbols. - */ -function getAllKeysIn(object) { - return baseGetAllKeys(object, keysIn, getSymbolsIn); -} - -module.exports = getAllKeysIn; diff --git a/software/flow/node_modules/lodash/_getData.js b/software/flow/node_modules/lodash/_getData.js deleted file mode 100644 index a1fe7b7..0000000 --- a/software/flow/node_modules/lodash/_getData.js +++ /dev/null @@ -1,15 +0,0 @@ -var metaMap = require('./_metaMap'), - noop = require('./noop'); - -/** - * Gets metadata for `func`. - * - * @private - * @param {Function} func The function to query. - * @returns {*} Returns the metadata for `func`. - */ -var getData = !metaMap ? noop : function(func) { - return metaMap.get(func); -}; - -module.exports = getData; diff --git a/software/flow/node_modules/lodash/_getFuncName.js b/software/flow/node_modules/lodash/_getFuncName.js deleted file mode 100644 index 21e15b3..0000000 --- a/software/flow/node_modules/lodash/_getFuncName.js +++ /dev/null @@ -1,31 +0,0 @@ -var realNames = require('./_realNames'); - -/** Used for built-in method references. */ -var objectProto = Object.prototype; - -/** Used to check objects for own properties. */ -var hasOwnProperty = objectProto.hasOwnProperty; - -/** - * Gets the name of `func`. - * - * @private - * @param {Function} func The function to query. - * @returns {string} Returns the function name. - */ -function getFuncName(func) { - var result = (func.name + ''), - array = realNames[result], - length = hasOwnProperty.call(realNames, result) ? array.length : 0; - - while (length--) { - var data = array[length], - otherFunc = data.func; - if (otherFunc == null || otherFunc == func) { - return data.name; - } - } - return result; -} - -module.exports = getFuncName; diff --git a/software/flow/node_modules/lodash/_getHolder.js b/software/flow/node_modules/lodash/_getHolder.js deleted file mode 100644 index 65e94b5..0000000 --- a/software/flow/node_modules/lodash/_getHolder.js +++ /dev/null @@ -1,13 +0,0 @@ -/** - * Gets the argument placeholder value for `func`. - * - * @private - * @param {Function} func The function to inspect. - * @returns {*} Returns the placeholder value. - */ -function getHolder(func) { - var object = func; - return object.placeholder; -} - -module.exports = getHolder; diff --git a/software/flow/node_modules/lodash/_getMapData.js b/software/flow/node_modules/lodash/_getMapData.js deleted file mode 100644 index 17f6303..0000000 --- a/software/flow/node_modules/lodash/_getMapData.js +++ /dev/null @@ -1,18 +0,0 @@ -var isKeyable = require('./_isKeyable'); - -/** - * Gets the data for `map`. - * - * @private - * @param {Object} map The map to query. - * @param {string} key The reference key. - * @returns {*} Returns the map data. - */ -function getMapData(map, key) { - var data = map.__data__; - return isKeyable(key) - ? data[typeof key == 'string' ? 'string' : 'hash'] - : data.map; -} - -module.exports = getMapData; diff --git a/software/flow/node_modules/lodash/_getMatchData.js b/software/flow/node_modules/lodash/_getMatchData.js deleted file mode 100644 index 2cc70f9..0000000 --- a/software/flow/node_modules/lodash/_getMatchData.js +++ /dev/null @@ -1,24 +0,0 @@ -var isStrictComparable = require('./_isStrictComparable'), - keys = require('./keys'); - -/** - * Gets the property names, values, and compare flags of `object`. - * - * @private - * @param {Object} object The object to query. - * @returns {Array} Returns the match data of `object`. - */ -function getMatchData(object) { - var result = keys(object), - length = result.length; - - while (length--) { - var key = result[length], - value = object[key]; - - result[length] = [key, value, isStrictComparable(value)]; - } - return result; -} - -module.exports = getMatchData; diff --git a/software/flow/node_modules/lodash/_getNative.js b/software/flow/node_modules/lodash/_getNative.js deleted file mode 100644 index 97a622b..0000000 --- a/software/flow/node_modules/lodash/_getNative.js +++ /dev/null @@ -1,17 +0,0 @@ -var baseIsNative = require('./_baseIsNative'), - getValue = require('./_getValue'); - -/** - * Gets the native function at `key` of `object`. - * - * @private - * @param {Object} object The object to query. - * @param {string} key The key of the method to get. - * @returns {*} Returns the function if it's native, else `undefined`. - */ -function getNative(object, key) { - var value = getValue(object, key); - return baseIsNative(value) ? value : undefined; -} - -module.exports = getNative; diff --git a/software/flow/node_modules/lodash/_getPrototype.js b/software/flow/node_modules/lodash/_getPrototype.js deleted file mode 100644 index e808612..0000000 --- a/software/flow/node_modules/lodash/_getPrototype.js +++ /dev/null @@ -1,6 +0,0 @@ -var overArg = require('./_overArg'); - -/** Built-in value references. */ -var getPrototype = overArg(Object.getPrototypeOf, Object); - -module.exports = getPrototype; diff --git a/software/flow/node_modules/lodash/_getRawTag.js b/software/flow/node_modules/lodash/_getRawTag.js deleted file mode 100644 index 49a95c9..0000000 --- a/software/flow/node_modules/lodash/_getRawTag.js +++ /dev/null @@ -1,46 +0,0 @@ -var Symbol = require('./_Symbol'); - -/** Used for built-in method references. */ -var objectProto = Object.prototype; - -/** Used to check objects for own properties. */ -var hasOwnProperty = objectProto.hasOwnProperty; - -/** - * Used to resolve the - * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring) - * of values. - */ -var nativeObjectToString = objectProto.toString; - -/** Built-in value references. */ -var symToStringTag = Symbol ? Symbol.toStringTag : undefined; - -/** - * A specialized version of `baseGetTag` which ignores `Symbol.toStringTag` values. - * - * @private - * @param {*} value The value to query. - * @returns {string} Returns the raw `toStringTag`. - */ -function getRawTag(value) { - var isOwn = hasOwnProperty.call(value, symToStringTag), - tag = value[symToStringTag]; - - try { - value[symToStringTag] = undefined; - var unmasked = true; - } catch (e) {} - - var result = nativeObjectToString.call(value); - if (unmasked) { - if (isOwn) { - value[symToStringTag] = tag; - } else { - delete value[symToStringTag]; - } - } - return result; -} - -module.exports = getRawTag; diff --git a/software/flow/node_modules/lodash/_getSymbols.js b/software/flow/node_modules/lodash/_getSymbols.js deleted file mode 100644 index 7d6eafe..0000000 --- a/software/flow/node_modules/lodash/_getSymbols.js +++ /dev/null @@ -1,30 +0,0 @@ -var arrayFilter = require('./_arrayFilter'), - stubArray = require('./stubArray'); - -/** Used for built-in method references. */ -var objectProto = Object.prototype; - -/** Built-in value references. */ -var propertyIsEnumerable = objectProto.propertyIsEnumerable; - -/* Built-in method references for those with the same name as other `lodash` methods. */ -var nativeGetSymbols = Object.getOwnPropertySymbols; - -/** - * Creates an array of the own enumerable symbols of `object`. - * - * @private - * @param {Object} object The object to query. - * @returns {Array} Returns the array of symbols. - */ -var getSymbols = !nativeGetSymbols ? stubArray : function(object) { - if (object == null) { - return []; - } - object = Object(object); - return arrayFilter(nativeGetSymbols(object), function(symbol) { - return propertyIsEnumerable.call(object, symbol); - }); -}; - -module.exports = getSymbols; diff --git a/software/flow/node_modules/lodash/_getSymbolsIn.js b/software/flow/node_modules/lodash/_getSymbolsIn.js deleted file mode 100644 index cec0855..0000000 --- a/software/flow/node_modules/lodash/_getSymbolsIn.js +++ /dev/null @@ -1,25 +0,0 @@ -var arrayPush = require('./_arrayPush'), - getPrototype = require('./_getPrototype'), - getSymbols = require('./_getSymbols'), - stubArray = require('./stubArray'); - -/* Built-in method references for those with the same name as other `lodash` methods. */ -var nativeGetSymbols = Object.getOwnPropertySymbols; - -/** - * Creates an array of the own and inherited enumerable symbols of `object`. - * - * @private - * @param {Object} object The object to query. - * @returns {Array} Returns the array of symbols. - */ -var getSymbolsIn = !nativeGetSymbols ? stubArray : function(object) { - var result = []; - while (object) { - arrayPush(result, getSymbols(object)); - object = getPrototype(object); - } - return result; -}; - -module.exports = getSymbolsIn; diff --git a/software/flow/node_modules/lodash/_getTag.js b/software/flow/node_modules/lodash/_getTag.js deleted file mode 100644 index deaf89d..0000000 --- a/software/flow/node_modules/lodash/_getTag.js +++ /dev/null @@ -1,58 +0,0 @@ -var DataView = require('./_DataView'), - Map = require('./_Map'), - Promise = require('./_Promise'), - Set = require('./_Set'), - WeakMap = require('./_WeakMap'), - baseGetTag = require('./_baseGetTag'), - toSource = require('./_toSource'); - -/** `Object#toString` result references. */ -var mapTag = '[object Map]', - objectTag = '[object Object]', - promiseTag = '[object Promise]', - setTag = '[object Set]', - weakMapTag = '[object WeakMap]'; - -var dataViewTag = '[object DataView]'; - -/** Used to detect maps, sets, and weakmaps. */ -var dataViewCtorString = toSource(DataView), - mapCtorString = toSource(Map), - promiseCtorString = toSource(Promise), - setCtorString = toSource(Set), - weakMapCtorString = toSource(WeakMap); - -/** - * Gets the `toStringTag` of `value`. - * - * @private - * @param {*} value The value to query. - * @returns {string} Returns the `toStringTag`. - */ -var getTag = baseGetTag; - -// Fallback for data views, maps, sets, and weak maps in IE 11 and promises in Node.js < 6. -if ((DataView && getTag(new DataView(new ArrayBuffer(1))) != dataViewTag) || - (Map && getTag(new Map) != mapTag) || - (Promise && getTag(Promise.resolve()) != promiseTag) || - (Set && getTag(new Set) != setTag) || - (WeakMap && getTag(new WeakMap) != weakMapTag)) { - getTag = function(value) { - var result = baseGetTag(value), - Ctor = result == objectTag ? value.constructor : undefined, - ctorString = Ctor ? toSource(Ctor) : ''; - - if (ctorString) { - switch (ctorString) { - case dataViewCtorString: return dataViewTag; - case mapCtorString: return mapTag; - case promiseCtorString: return promiseTag; - case setCtorString: return setTag; - case weakMapCtorString: return weakMapTag; - } - } - return result; - }; -} - -module.exports = getTag; diff --git a/software/flow/node_modules/lodash/_getValue.js b/software/flow/node_modules/lodash/_getValue.js deleted file mode 100644 index 5f7d773..0000000 --- a/software/flow/node_modules/lodash/_getValue.js +++ /dev/null @@ -1,13 +0,0 @@ -/** - * Gets the value at `key` of `object`. - * - * @private - * @param {Object} [object] The object to query. - * @param {string} key The key of the property to get. - * @returns {*} Returns the property value. - */ -function getValue(object, key) { - return object == null ? undefined : object[key]; -} - -module.exports = getValue; diff --git a/software/flow/node_modules/lodash/_getView.js b/software/flow/node_modules/lodash/_getView.js deleted file mode 100644 index df1e5d4..0000000 --- a/software/flow/node_modules/lodash/_getView.js +++ /dev/null @@ -1,33 +0,0 @@ -/* Built-in method references for those with the same name as other `lodash` methods. */ -var nativeMax = Math.max, - nativeMin = Math.min; - -/** - * Gets the view, applying any `transforms` to the `start` and `end` positions. - * - * @private - * @param {number} start The start of the view. - * @param {number} end The end of the view. - * @param {Array} transforms The transformations to apply to the view. - * @returns {Object} Returns an object containing the `start` and `end` - * positions of the view. - */ -function getView(start, end, transforms) { - var index = -1, - length = transforms.length; - - while (++index < length) { - var data = transforms[index], - size = data.size; - - switch (data.type) { - case 'drop': start += size; break; - case 'dropRight': end -= size; break; - case 'take': end = nativeMin(end, start + size); break; - case 'takeRight': start = nativeMax(start, end - size); break; - } - } - return { 'start': start, 'end': end }; -} - -module.exports = getView; diff --git a/software/flow/node_modules/lodash/_getWrapDetails.js b/software/flow/node_modules/lodash/_getWrapDetails.js deleted file mode 100644 index 3bcc6e4..0000000 --- a/software/flow/node_modules/lodash/_getWrapDetails.js +++ /dev/null @@ -1,17 +0,0 @@ -/** Used to match wrap detail comments. */ -var reWrapDetails = /\{\n\/\* \[wrapped with (.+)\] \*/, - reSplitDetails = /,? & /; - -/** - * Extracts wrapper details from the `source` body comment. - * - * @private - * @param {string} source The source to inspect. - * @returns {Array} Returns the wrapper details. - */ -function getWrapDetails(source) { - var match = source.match(reWrapDetails); - return match ? match[1].split(reSplitDetails) : []; -} - -module.exports = getWrapDetails; diff --git a/software/flow/node_modules/lodash/_hasPath.js b/software/flow/node_modules/lodash/_hasPath.js deleted file mode 100644 index 93dbde1..0000000 --- a/software/flow/node_modules/lodash/_hasPath.js +++ /dev/null @@ -1,39 +0,0 @@ -var castPath = require('./_castPath'), - isArguments = require('./isArguments'), - isArray = require('./isArray'), - isIndex = require('./_isIndex'), - isLength = require('./isLength'), - toKey = require('./_toKey'); - -/** - * Checks if `path` exists on `object`. - * - * @private - * @param {Object} object The object to query. - * @param {Array|string} path The path to check. - * @param {Function} hasFunc The function to check properties. - * @returns {boolean} Returns `true` if `path` exists, else `false`. - */ -function hasPath(object, path, hasFunc) { - path = castPath(path, object); - - var index = -1, - length = path.length, - result = false; - - while (++index < length) { - var key = toKey(path[index]); - if (!(result = object != null && hasFunc(object, key))) { - break; - } - object = object[key]; - } - if (result || ++index != length) { - return result; - } - length = object == null ? 0 : object.length; - return !!length && isLength(length) && isIndex(key, length) && - (isArray(object) || isArguments(object)); -} - -module.exports = hasPath; diff --git a/software/flow/node_modules/lodash/_hasUnicode.js b/software/flow/node_modules/lodash/_hasUnicode.js deleted file mode 100644 index cb6ca15..0000000 --- a/software/flow/node_modules/lodash/_hasUnicode.js +++ /dev/null @@ -1,26 +0,0 @@ -/** Used to compose unicode character classes. */ -var rsAstralRange = '\\ud800-\\udfff', - rsComboMarksRange = '\\u0300-\\u036f', - reComboHalfMarksRange = '\\ufe20-\\ufe2f', - rsComboSymbolsRange = '\\u20d0-\\u20ff', - rsComboRange = rsComboMarksRange + reComboHalfMarksRange + rsComboSymbolsRange, - rsVarRange = '\\ufe0e\\ufe0f'; - -/** Used to compose unicode capture groups. */ -var rsZWJ = '\\u200d'; - -/** Used to detect strings with [zero-width joiners or code points from the astral planes](http://eev.ee/blog/2015/09/12/dark-corners-of-unicode/). */ -var reHasUnicode = RegExp('[' + rsZWJ + rsAstralRange + rsComboRange + rsVarRange + ']'); - -/** - * Checks if `string` contains Unicode symbols. - * - * @private - * @param {string} string The string to inspect. - * @returns {boolean} Returns `true` if a symbol is found, else `false`. - */ -function hasUnicode(string) { - return reHasUnicode.test(string); -} - -module.exports = hasUnicode; diff --git a/software/flow/node_modules/lodash/_hasUnicodeWord.js b/software/flow/node_modules/lodash/_hasUnicodeWord.js deleted file mode 100644 index 95d52c4..0000000 --- a/software/flow/node_modules/lodash/_hasUnicodeWord.js +++ /dev/null @@ -1,15 +0,0 @@ -/** Used to detect strings that need a more robust regexp to match words. */ -var reHasUnicodeWord = /[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/; - -/** - * Checks if `string` contains a word composed of Unicode symbols. - * - * @private - * @param {string} string The string to inspect. - * @returns {boolean} Returns `true` if a word is found, else `false`. - */ -function hasUnicodeWord(string) { - return reHasUnicodeWord.test(string); -} - -module.exports = hasUnicodeWord; diff --git a/software/flow/node_modules/lodash/_hashClear.js b/software/flow/node_modules/lodash/_hashClear.js deleted file mode 100644 index 5d4b70c..0000000 --- a/software/flow/node_modules/lodash/_hashClear.js +++ /dev/null @@ -1,15 +0,0 @@ -var nativeCreate = require('./_nativeCreate'); - -/** - * Removes all key-value entries from the hash. - * - * @private - * @name clear - * @memberOf Hash - */ -function hashClear() { - this.__data__ = nativeCreate ? nativeCreate(null) : {}; - this.size = 0; -} - -module.exports = hashClear; diff --git a/software/flow/node_modules/lodash/_hashDelete.js b/software/flow/node_modules/lodash/_hashDelete.js deleted file mode 100644 index ea9dabf..0000000 --- a/software/flow/node_modules/lodash/_hashDelete.js +++ /dev/null @@ -1,17 +0,0 @@ -/** - * Removes `key` and its value from the hash. - * - * @private - * @name delete - * @memberOf Hash - * @param {Object} hash The hash to modify. - * @param {string} key The key of the value to remove. - * @returns {boolean} Returns `true` if the entry was removed, else `false`. - */ -function hashDelete(key) { - var result = this.has(key) && delete this.__data__[key]; - this.size -= result ? 1 : 0; - return result; -} - -module.exports = hashDelete; diff --git a/software/flow/node_modules/lodash/_hashGet.js b/software/flow/node_modules/lodash/_hashGet.js deleted file mode 100644 index 1fc2f34..0000000 --- a/software/flow/node_modules/lodash/_hashGet.js +++ /dev/null @@ -1,30 +0,0 @@ -var nativeCreate = require('./_nativeCreate'); - -/** Used to stand-in for `undefined` hash values. */ -var HASH_UNDEFINED = '__lodash_hash_undefined__'; - -/** Used for built-in method references. */ -var objectProto = Object.prototype; - -/** Used to check objects for own properties. */ -var hasOwnProperty = objectProto.hasOwnProperty; - -/** - * Gets the hash value for `key`. - * - * @private - * @name get - * @memberOf Hash - * @param {string} key The key of the value to get. - * @returns {*} Returns the entry value. - */ -function hashGet(key) { - var data = this.__data__; - if (nativeCreate) { - var result = data[key]; - return result === HASH_UNDEFINED ? undefined : result; - } - return hasOwnProperty.call(data, key) ? data[key] : undefined; -} - -module.exports = hashGet; diff --git a/software/flow/node_modules/lodash/_hashHas.js b/software/flow/node_modules/lodash/_hashHas.js deleted file mode 100644 index 281a551..0000000 --- a/software/flow/node_modules/lodash/_hashHas.js +++ /dev/null @@ -1,23 +0,0 @@ -var nativeCreate = require('./_nativeCreate'); - -/** Used for built-in method references. */ -var objectProto = Object.prototype; - -/** Used to check objects for own properties. */ -var hasOwnProperty = objectProto.hasOwnProperty; - -/** - * Checks if a hash value for `key` exists. - * - * @private - * @name has - * @memberOf Hash - * @param {string} key The key of the entry to check. - * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`. - */ -function hashHas(key) { - var data = this.__data__; - return nativeCreate ? (data[key] !== undefined) : hasOwnProperty.call(data, key); -} - -module.exports = hashHas; diff --git a/software/flow/node_modules/lodash/_hashSet.js b/software/flow/node_modules/lodash/_hashSet.js deleted file mode 100644 index e105528..0000000 --- a/software/flow/node_modules/lodash/_hashSet.js +++ /dev/null @@ -1,23 +0,0 @@ -var nativeCreate = require('./_nativeCreate'); - -/** Used to stand-in for `undefined` hash values. */ -var HASH_UNDEFINED = '__lodash_hash_undefined__'; - -/** - * Sets the hash `key` to `value`. - * - * @private - * @name set - * @memberOf Hash - * @param {string} key The key of the value to set. - * @param {*} value The value to set. - * @returns {Object} Returns the hash instance. - */ -function hashSet(key, value) { - var data = this.__data__; - this.size += this.has(key) ? 0 : 1; - data[key] = (nativeCreate && value === undefined) ? HASH_UNDEFINED : value; - return this; -} - -module.exports = hashSet; diff --git a/software/flow/node_modules/lodash/_initCloneArray.js b/software/flow/node_modules/lodash/_initCloneArray.js deleted file mode 100644 index 078c15a..0000000 --- a/software/flow/node_modules/lodash/_initCloneArray.js +++ /dev/null @@ -1,26 +0,0 @@ -/** Used for built-in method references. */ -var objectProto = Object.prototype; - -/** Used to check objects for own properties. */ -var hasOwnProperty = objectProto.hasOwnProperty; - -/** - * Initializes an array clone. - * - * @private - * @param {Array} array The array to clone. - * @returns {Array} Returns the initialized clone. - */ -function initCloneArray(array) { - var length = array.length, - result = new array.constructor(length); - - // Add properties assigned by `RegExp#exec`. - if (length && typeof array[0] == 'string' && hasOwnProperty.call(array, 'index')) { - result.index = array.index; - result.input = array.input; - } - return result; -} - -module.exports = initCloneArray; diff --git a/software/flow/node_modules/lodash/_initCloneByTag.js b/software/flow/node_modules/lodash/_initCloneByTag.js deleted file mode 100644 index f69a008..0000000 --- a/software/flow/node_modules/lodash/_initCloneByTag.js +++ /dev/null @@ -1,77 +0,0 @@ -var cloneArrayBuffer = require('./_cloneArrayBuffer'), - cloneDataView = require('./_cloneDataView'), - cloneRegExp = require('./_cloneRegExp'), - cloneSymbol = require('./_cloneSymbol'), - cloneTypedArray = require('./_cloneTypedArray'); - -/** `Object#toString` result references. */ -var boolTag = '[object Boolean]', - dateTag = '[object Date]', - mapTag = '[object Map]', - numberTag = '[object Number]', - regexpTag = '[object RegExp]', - setTag = '[object Set]', - stringTag = '[object String]', - symbolTag = '[object Symbol]'; - -var arrayBufferTag = '[object ArrayBuffer]', - dataViewTag = '[object DataView]', - float32Tag = '[object Float32Array]', - float64Tag = '[object Float64Array]', - int8Tag = '[object Int8Array]', - int16Tag = '[object Int16Array]', - int32Tag = '[object Int32Array]', - uint8Tag = '[object Uint8Array]', - uint8ClampedTag = '[object Uint8ClampedArray]', - uint16Tag = '[object Uint16Array]', - uint32Tag = '[object Uint32Array]'; - -/** - * Initializes an object clone based on its `toStringTag`. - * - * **Note:** This function only supports cloning values with tags of - * `Boolean`, `Date`, `Error`, `Map`, `Number`, `RegExp`, `Set`, or `String`. - * - * @private - * @param {Object} object The object to clone. - * @param {string} tag The `toStringTag` of the object to clone. - * @param {boolean} [isDeep] Specify a deep clone. - * @returns {Object} Returns the initialized clone. - */ -function initCloneByTag(object, tag, isDeep) { - var Ctor = object.constructor; - switch (tag) { - case arrayBufferTag: - return cloneArrayBuffer(object); - - case boolTag: - case dateTag: - return new Ctor(+object); - - case dataViewTag: - return cloneDataView(object, isDeep); - - case float32Tag: case float64Tag: - case int8Tag: case int16Tag: case int32Tag: - case uint8Tag: case uint8ClampedTag: case uint16Tag: case uint32Tag: - return cloneTypedArray(object, isDeep); - - case mapTag: - return new Ctor; - - case numberTag: - case stringTag: - return new Ctor(object); - - case regexpTag: - return cloneRegExp(object); - - case setTag: - return new Ctor; - - case symbolTag: - return cloneSymbol(object); - } -} - -module.exports = initCloneByTag; diff --git a/software/flow/node_modules/lodash/_initCloneObject.js b/software/flow/node_modules/lodash/_initCloneObject.js deleted file mode 100644 index 5a13e64..0000000 --- a/software/flow/node_modules/lodash/_initCloneObject.js +++ /dev/null @@ -1,18 +0,0 @@ -var baseCreate = require('./_baseCreate'), - getPrototype = require('./_getPrototype'), - isPrototype = require('./_isPrototype'); - -/** - * Initializes an object clone. - * - * @private - * @param {Object} object The object to clone. - * @returns {Object} Returns the initialized clone. - */ -function initCloneObject(object) { - return (typeof object.constructor == 'function' && !isPrototype(object)) - ? baseCreate(getPrototype(object)) - : {}; -} - -module.exports = initCloneObject; diff --git a/software/flow/node_modules/lodash/_insertWrapDetails.js b/software/flow/node_modules/lodash/_insertWrapDetails.js deleted file mode 100644 index e790808..0000000 --- a/software/flow/node_modules/lodash/_insertWrapDetails.js +++ /dev/null @@ -1,23 +0,0 @@ -/** Used to match wrap detail comments. */ -var reWrapComment = /\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/; - -/** - * Inserts wrapper `details` in a comment at the top of the `source` body. - * - * @private - * @param {string} source The source to modify. - * @returns {Array} details The details to insert. - * @returns {string} Returns the modified source. - */ -function insertWrapDetails(source, details) { - var length = details.length; - if (!length) { - return source; - } - var lastIndex = length - 1; - details[lastIndex] = (length > 1 ? '& ' : '') + details[lastIndex]; - details = details.join(length > 2 ? ', ' : ' '); - return source.replace(reWrapComment, '{\n/* [wrapped with ' + details + '] */\n'); -} - -module.exports = insertWrapDetails; diff --git a/software/flow/node_modules/lodash/_isFlattenable.js b/software/flow/node_modules/lodash/_isFlattenable.js deleted file mode 100644 index 4cc2c24..0000000 --- a/software/flow/node_modules/lodash/_isFlattenable.js +++ /dev/null @@ -1,20 +0,0 @@ -var Symbol = require('./_Symbol'), - isArguments = require('./isArguments'), - isArray = require('./isArray'); - -/** Built-in value references. */ -var spreadableSymbol = Symbol ? Symbol.isConcatSpreadable : undefined; - -/** - * Checks if `value` is a flattenable `arguments` object or array. - * - * @private - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is flattenable, else `false`. - */ -function isFlattenable(value) { - return isArray(value) || isArguments(value) || - !!(spreadableSymbol && value && value[spreadableSymbol]); -} - -module.exports = isFlattenable; diff --git a/software/flow/node_modules/lodash/_isIndex.js b/software/flow/node_modules/lodash/_isIndex.js deleted file mode 100644 index 061cd39..0000000 --- a/software/flow/node_modules/lodash/_isIndex.js +++ /dev/null @@ -1,25 +0,0 @@ -/** Used as references for various `Number` constants. */ -var MAX_SAFE_INTEGER = 9007199254740991; - -/** Used to detect unsigned integer values. */ -var reIsUint = /^(?:0|[1-9]\d*)$/; - -/** - * Checks if `value` is a valid array-like index. - * - * @private - * @param {*} value The value to check. - * @param {number} [length=MAX_SAFE_INTEGER] The upper bounds of a valid index. - * @returns {boolean} Returns `true` if `value` is a valid index, else `false`. - */ -function isIndex(value, length) { - var type = typeof value; - length = length == null ? MAX_SAFE_INTEGER : length; - - return !!length && - (type == 'number' || - (type != 'symbol' && reIsUint.test(value))) && - (value > -1 && value % 1 == 0 && value < length); -} - -module.exports = isIndex; diff --git a/software/flow/node_modules/lodash/_isIterateeCall.js b/software/flow/node_modules/lodash/_isIterateeCall.js deleted file mode 100644 index a0bb5a9..0000000 --- a/software/flow/node_modules/lodash/_isIterateeCall.js +++ /dev/null @@ -1,30 +0,0 @@ -var eq = require('./eq'), - isArrayLike = require('./isArrayLike'), - isIndex = require('./_isIndex'), - isObject = require('./isObject'); - -/** - * Checks if the given arguments are from an iteratee call. - * - * @private - * @param {*} value The potential iteratee value argument. - * @param {*} index The potential iteratee index or key argument. - * @param {*} object The potential iteratee object argument. - * @returns {boolean} Returns `true` if the arguments are from an iteratee call, - * else `false`. - */ -function isIterateeCall(value, index, object) { - if (!isObject(object)) { - return false; - } - var type = typeof index; - if (type == 'number' - ? (isArrayLike(object) && isIndex(index, object.length)) - : (type == 'string' && index in object) - ) { - return eq(object[index], value); - } - return false; -} - -module.exports = isIterateeCall; diff --git a/software/flow/node_modules/lodash/_isKey.js b/software/flow/node_modules/lodash/_isKey.js deleted file mode 100644 index ff08b06..0000000 --- a/software/flow/node_modules/lodash/_isKey.js +++ /dev/null @@ -1,29 +0,0 @@ -var isArray = require('./isArray'), - isSymbol = require('./isSymbol'); - -/** Used to match property names within property paths. */ -var reIsDeepProp = /\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/, - reIsPlainProp = /^\w*$/; - -/** - * Checks if `value` is a property name and not a property path. - * - * @private - * @param {*} value The value to check. - * @param {Object} [object] The object to query keys on. - * @returns {boolean} Returns `true` if `value` is a property name, else `false`. - */ -function isKey(value, object) { - if (isArray(value)) { - return false; - } - var type = typeof value; - if (type == 'number' || type == 'symbol' || type == 'boolean' || - value == null || isSymbol(value)) { - return true; - } - return reIsPlainProp.test(value) || !reIsDeepProp.test(value) || - (object != null && value in Object(object)); -} - -module.exports = isKey; diff --git a/software/flow/node_modules/lodash/_isKeyable.js b/software/flow/node_modules/lodash/_isKeyable.js deleted file mode 100644 index 39f1828..0000000 --- a/software/flow/node_modules/lodash/_isKeyable.js +++ /dev/null @@ -1,15 +0,0 @@ -/** - * Checks if `value` is suitable for use as unique object key. - * - * @private - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is suitable, else `false`. - */ -function isKeyable(value) { - var type = typeof value; - return (type == 'string' || type == 'number' || type == 'symbol' || type == 'boolean') - ? (value !== '__proto__') - : (value === null); -} - -module.exports = isKeyable; diff --git a/software/flow/node_modules/lodash/_isLaziable.js b/software/flow/node_modules/lodash/_isLaziable.js deleted file mode 100644 index a57c4f2..0000000 --- a/software/flow/node_modules/lodash/_isLaziable.js +++ /dev/null @@ -1,28 +0,0 @@ -var LazyWrapper = require('./_LazyWrapper'), - getData = require('./_getData'), - getFuncName = require('./_getFuncName'), - lodash = require('./wrapperLodash'); - -/** - * Checks if `func` has a lazy counterpart. - * - * @private - * @param {Function} func The function to check. - * @returns {boolean} Returns `true` if `func` has a lazy counterpart, - * else `false`. - */ -function isLaziable(func) { - var funcName = getFuncName(func), - other = lodash[funcName]; - - if (typeof other != 'function' || !(funcName in LazyWrapper.prototype)) { - return false; - } - if (func === other) { - return true; - } - var data = getData(other); - return !!data && func === data[0]; -} - -module.exports = isLaziable; diff --git a/software/flow/node_modules/lodash/_isMaskable.js b/software/flow/node_modules/lodash/_isMaskable.js deleted file mode 100644 index eb98d09..0000000 --- a/software/flow/node_modules/lodash/_isMaskable.js +++ /dev/null @@ -1,14 +0,0 @@ -var coreJsData = require('./_coreJsData'), - isFunction = require('./isFunction'), - stubFalse = require('./stubFalse'); - -/** - * Checks if `func` is capable of being masked. - * - * @private - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `func` is maskable, else `false`. - */ -var isMaskable = coreJsData ? isFunction : stubFalse; - -module.exports = isMaskable; diff --git a/software/flow/node_modules/lodash/_isMasked.js b/software/flow/node_modules/lodash/_isMasked.js deleted file mode 100644 index 4b0f21b..0000000 --- a/software/flow/node_modules/lodash/_isMasked.js +++ /dev/null @@ -1,20 +0,0 @@ -var coreJsData = require('./_coreJsData'); - -/** Used to detect methods masquerading as native. */ -var maskSrcKey = (function() { - var uid = /[^.]+$/.exec(coreJsData && coreJsData.keys && coreJsData.keys.IE_PROTO || ''); - return uid ? ('Symbol(src)_1.' + uid) : ''; -}()); - -/** - * Checks if `func` has its source masked. - * - * @private - * @param {Function} func The function to check. - * @returns {boolean} Returns `true` if `func` is masked, else `false`. - */ -function isMasked(func) { - return !!maskSrcKey && (maskSrcKey in func); -} - -module.exports = isMasked; diff --git a/software/flow/node_modules/lodash/_isPrototype.js b/software/flow/node_modules/lodash/_isPrototype.js deleted file mode 100644 index 0f29498..0000000 --- a/software/flow/node_modules/lodash/_isPrototype.js +++ /dev/null @@ -1,18 +0,0 @@ -/** Used for built-in method references. */ -var objectProto = Object.prototype; - -/** - * Checks if `value` is likely a prototype object. - * - * @private - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is a prototype, else `false`. - */ -function isPrototype(value) { - var Ctor = value && value.constructor, - proto = (typeof Ctor == 'function' && Ctor.prototype) || objectProto; - - return value === proto; -} - -module.exports = isPrototype; diff --git a/software/flow/node_modules/lodash/_isStrictComparable.js b/software/flow/node_modules/lodash/_isStrictComparable.js deleted file mode 100644 index b59f40b..0000000 --- a/software/flow/node_modules/lodash/_isStrictComparable.js +++ /dev/null @@ -1,15 +0,0 @@ -var isObject = require('./isObject'); - -/** - * Checks if `value` is suitable for strict equality comparisons, i.e. `===`. - * - * @private - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` if suitable for strict - * equality comparisons, else `false`. - */ -function isStrictComparable(value) { - return value === value && !isObject(value); -} - -module.exports = isStrictComparable; diff --git a/software/flow/node_modules/lodash/_iteratorToArray.js b/software/flow/node_modules/lodash/_iteratorToArray.js deleted file mode 100644 index 4768566..0000000 --- a/software/flow/node_modules/lodash/_iteratorToArray.js +++ /dev/null @@ -1,18 +0,0 @@ -/** - * Converts `iterator` to an array. - * - * @private - * @param {Object} iterator The iterator to convert. - * @returns {Array} Returns the converted array. - */ -function iteratorToArray(iterator) { - var data, - result = []; - - while (!(data = iterator.next()).done) { - result.push(data.value); - } - return result; -} - -module.exports = iteratorToArray; diff --git a/software/flow/node_modules/lodash/_lazyClone.js b/software/flow/node_modules/lodash/_lazyClone.js deleted file mode 100644 index d8a51f8..0000000 --- a/software/flow/node_modules/lodash/_lazyClone.js +++ /dev/null @@ -1,23 +0,0 @@ -var LazyWrapper = require('./_LazyWrapper'), - copyArray = require('./_copyArray'); - -/** - * Creates a clone of the lazy wrapper object. - * - * @private - * @name clone - * @memberOf LazyWrapper - * @returns {Object} Returns the cloned `LazyWrapper` object. - */ -function lazyClone() { - var result = new LazyWrapper(this.__wrapped__); - result.__actions__ = copyArray(this.__actions__); - result.__dir__ = this.__dir__; - result.__filtered__ = this.__filtered__; - result.__iteratees__ = copyArray(this.__iteratees__); - result.__takeCount__ = this.__takeCount__; - result.__views__ = copyArray(this.__views__); - return result; -} - -module.exports = lazyClone; diff --git a/software/flow/node_modules/lodash/_lazyReverse.js b/software/flow/node_modules/lodash/_lazyReverse.js deleted file mode 100644 index c5b5219..0000000 --- a/software/flow/node_modules/lodash/_lazyReverse.js +++ /dev/null @@ -1,23 +0,0 @@ -var LazyWrapper = require('./_LazyWrapper'); - -/** - * Reverses the direction of lazy iteration. - * - * @private - * @name reverse - * @memberOf LazyWrapper - * @returns {Object} Returns the new reversed `LazyWrapper` object. - */ -function lazyReverse() { - if (this.__filtered__) { - var result = new LazyWrapper(this); - result.__dir__ = -1; - result.__filtered__ = true; - } else { - result = this.clone(); - result.__dir__ *= -1; - } - return result; -} - -module.exports = lazyReverse; diff --git a/software/flow/node_modules/lodash/_lazyValue.js b/software/flow/node_modules/lodash/_lazyValue.js deleted file mode 100644 index 371ca8d..0000000 --- a/software/flow/node_modules/lodash/_lazyValue.js +++ /dev/null @@ -1,69 +0,0 @@ -var baseWrapperValue = require('./_baseWrapperValue'), - getView = require('./_getView'), - isArray = require('./isArray'); - -/** Used to indicate the type of lazy iteratees. */ -var LAZY_FILTER_FLAG = 1, - LAZY_MAP_FLAG = 2; - -/* Built-in method references for those with the same name as other `lodash` methods. */ -var nativeMin = Math.min; - -/** - * Extracts the unwrapped value from its lazy wrapper. - * - * @private - * @name value - * @memberOf LazyWrapper - * @returns {*} Returns the unwrapped value. - */ -function lazyValue() { - var array = this.__wrapped__.value(), - dir = this.__dir__, - isArr = isArray(array), - isRight = dir < 0, - arrLength = isArr ? array.length : 0, - view = getView(0, arrLength, this.__views__), - start = view.start, - end = view.end, - length = end - start, - index = isRight ? end : (start - 1), - iteratees = this.__iteratees__, - iterLength = iteratees.length, - resIndex = 0, - takeCount = nativeMin(length, this.__takeCount__); - - if (!isArr || (!isRight && arrLength == length && takeCount == length)) { - return baseWrapperValue(array, this.__actions__); - } - var result = []; - - outer: - while (length-- && resIndex < takeCount) { - index += dir; - - var iterIndex = -1, - value = array[index]; - - while (++iterIndex < iterLength) { - var data = iteratees[iterIndex], - iteratee = data.iteratee, - type = data.type, - computed = iteratee(value); - - if (type == LAZY_MAP_FLAG) { - value = computed; - } else if (!computed) { - if (type == LAZY_FILTER_FLAG) { - continue outer; - } else { - break outer; - } - } - } - result[resIndex++] = value; - } - return result; -} - -module.exports = lazyValue; diff --git a/software/flow/node_modules/lodash/_listCacheClear.js b/software/flow/node_modules/lodash/_listCacheClear.js deleted file mode 100644 index acbe39a..0000000 --- a/software/flow/node_modules/lodash/_listCacheClear.js +++ /dev/null @@ -1,13 +0,0 @@ -/** - * Removes all key-value entries from the list cache. - * - * @private - * @name clear - * @memberOf ListCache - */ -function listCacheClear() { - this.__data__ = []; - this.size = 0; -} - -module.exports = listCacheClear; diff --git a/software/flow/node_modules/lodash/_listCacheDelete.js b/software/flow/node_modules/lodash/_listCacheDelete.js deleted file mode 100644 index b1384ad..0000000 --- a/software/flow/node_modules/lodash/_listCacheDelete.js +++ /dev/null @@ -1,35 +0,0 @@ -var assocIndexOf = require('./_assocIndexOf'); - -/** Used for built-in method references. */ -var arrayProto = Array.prototype; - -/** Built-in value references. */ -var splice = arrayProto.splice; - -/** - * Removes `key` and its value from the list cache. - * - * @private - * @name delete - * @memberOf ListCache - * @param {string} key The key of the value to remove. - * @returns {boolean} Returns `true` if the entry was removed, else `false`. - */ -function listCacheDelete(key) { - var data = this.__data__, - index = assocIndexOf(data, key); - - if (index < 0) { - return false; - } - var lastIndex = data.length - 1; - if (index == lastIndex) { - data.pop(); - } else { - splice.call(data, index, 1); - } - --this.size; - return true; -} - -module.exports = listCacheDelete; diff --git a/software/flow/node_modules/lodash/_listCacheGet.js b/software/flow/node_modules/lodash/_listCacheGet.js deleted file mode 100644 index f8192fc..0000000 --- a/software/flow/node_modules/lodash/_listCacheGet.js +++ /dev/null @@ -1,19 +0,0 @@ -var assocIndexOf = require('./_assocIndexOf'); - -/** - * Gets the list cache value for `key`. - * - * @private - * @name get - * @memberOf ListCache - * @param {string} key The key of the value to get. - * @returns {*} Returns the entry value. - */ -function listCacheGet(key) { - var data = this.__data__, - index = assocIndexOf(data, key); - - return index < 0 ? undefined : data[index][1]; -} - -module.exports = listCacheGet; diff --git a/software/flow/node_modules/lodash/_listCacheHas.js b/software/flow/node_modules/lodash/_listCacheHas.js deleted file mode 100644 index 2adf671..0000000 --- a/software/flow/node_modules/lodash/_listCacheHas.js +++ /dev/null @@ -1,16 +0,0 @@ -var assocIndexOf = require('./_assocIndexOf'); - -/** - * Checks if a list cache value for `key` exists. - * - * @private - * @name has - * @memberOf ListCache - * @param {string} key The key of the entry to check. - * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`. - */ -function listCacheHas(key) { - return assocIndexOf(this.__data__, key) > -1; -} - -module.exports = listCacheHas; diff --git a/software/flow/node_modules/lodash/_listCacheSet.js b/software/flow/node_modules/lodash/_listCacheSet.js deleted file mode 100644 index 5855c95..0000000 --- a/software/flow/node_modules/lodash/_listCacheSet.js +++ /dev/null @@ -1,26 +0,0 @@ -var assocIndexOf = require('./_assocIndexOf'); - -/** - * Sets the list cache `key` to `value`. - * - * @private - * @name set - * @memberOf ListCache - * @param {string} key The key of the value to set. - * @param {*} value The value to set. - * @returns {Object} Returns the list cache instance. - */ -function listCacheSet(key, value) { - var data = this.__data__, - index = assocIndexOf(data, key); - - if (index < 0) { - ++this.size; - data.push([key, value]); - } else { - data[index][1] = value; - } - return this; -} - -module.exports = listCacheSet; diff --git a/software/flow/node_modules/lodash/_mapCacheClear.js b/software/flow/node_modules/lodash/_mapCacheClear.js deleted file mode 100644 index bc9ca20..0000000 --- a/software/flow/node_modules/lodash/_mapCacheClear.js +++ /dev/null @@ -1,21 +0,0 @@ -var Hash = require('./_Hash'), - ListCache = require('./_ListCache'), - Map = require('./_Map'); - -/** - * Removes all key-value entries from the map. - * - * @private - * @name clear - * @memberOf MapCache - */ -function mapCacheClear() { - this.size = 0; - this.__data__ = { - 'hash': new Hash, - 'map': new (Map || ListCache), - 'string': new Hash - }; -} - -module.exports = mapCacheClear; diff --git a/software/flow/node_modules/lodash/_mapCacheDelete.js b/software/flow/node_modules/lodash/_mapCacheDelete.js deleted file mode 100644 index 946ca3c..0000000 --- a/software/flow/node_modules/lodash/_mapCacheDelete.js +++ /dev/null @@ -1,18 +0,0 @@ -var getMapData = require('./_getMapData'); - -/** - * Removes `key` and its value from the map. - * - * @private - * @name delete - * @memberOf MapCache - * @param {string} key The key of the value to remove. - * @returns {boolean} Returns `true` if the entry was removed, else `false`. - */ -function mapCacheDelete(key) { - var result = getMapData(this, key)['delete'](key); - this.size -= result ? 1 : 0; - return result; -} - -module.exports = mapCacheDelete; diff --git a/software/flow/node_modules/lodash/_mapCacheGet.js b/software/flow/node_modules/lodash/_mapCacheGet.js deleted file mode 100644 index f29f55c..0000000 --- a/software/flow/node_modules/lodash/_mapCacheGet.js +++ /dev/null @@ -1,16 +0,0 @@ -var getMapData = require('./_getMapData'); - -/** - * Gets the map value for `key`. - * - * @private - * @name get - * @memberOf MapCache - * @param {string} key The key of the value to get. - * @returns {*} Returns the entry value. - */ -function mapCacheGet(key) { - return getMapData(this, key).get(key); -} - -module.exports = mapCacheGet; diff --git a/software/flow/node_modules/lodash/_mapCacheHas.js b/software/flow/node_modules/lodash/_mapCacheHas.js deleted file mode 100644 index a1214c0..0000000 --- a/software/flow/node_modules/lodash/_mapCacheHas.js +++ /dev/null @@ -1,16 +0,0 @@ -var getMapData = require('./_getMapData'); - -/** - * Checks if a map value for `key` exists. - * - * @private - * @name has - * @memberOf MapCache - * @param {string} key The key of the entry to check. - * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`. - */ -function mapCacheHas(key) { - return getMapData(this, key).has(key); -} - -module.exports = mapCacheHas; diff --git a/software/flow/node_modules/lodash/_mapCacheSet.js b/software/flow/node_modules/lodash/_mapCacheSet.js deleted file mode 100644 index 7346849..0000000 --- a/software/flow/node_modules/lodash/_mapCacheSet.js +++ /dev/null @@ -1,22 +0,0 @@ -var getMapData = require('./_getMapData'); - -/** - * Sets the map `key` to `value`. - * - * @private - * @name set - * @memberOf MapCache - * @param {string} key The key of the value to set. - * @param {*} value The value to set. - * @returns {Object} Returns the map cache instance. - */ -function mapCacheSet(key, value) { - var data = getMapData(this, key), - size = data.size; - - data.set(key, value); - this.size += data.size == size ? 0 : 1; - return this; -} - -module.exports = mapCacheSet; diff --git a/software/flow/node_modules/lodash/_mapToArray.js b/software/flow/node_modules/lodash/_mapToArray.js deleted file mode 100644 index fe3dd53..0000000 --- a/software/flow/node_modules/lodash/_mapToArray.js +++ /dev/null @@ -1,18 +0,0 @@ -/** - * Converts `map` to its key-value pairs. - * - * @private - * @param {Object} map The map to convert. - * @returns {Array} Returns the key-value pairs. - */ -function mapToArray(map) { - var index = -1, - result = Array(map.size); - - map.forEach(function(value, key) { - result[++index] = [key, value]; - }); - return result; -} - -module.exports = mapToArray; diff --git a/software/flow/node_modules/lodash/_matchesStrictComparable.js b/software/flow/node_modules/lodash/_matchesStrictComparable.js deleted file mode 100644 index f608af9..0000000 --- a/software/flow/node_modules/lodash/_matchesStrictComparable.js +++ /dev/null @@ -1,20 +0,0 @@ -/** - * A specialized version of `matchesProperty` for source values suitable - * for strict equality comparisons, i.e. `===`. - * - * @private - * @param {string} key The key of the property to get. - * @param {*} srcValue The value to match. - * @returns {Function} Returns the new spec function. - */ -function matchesStrictComparable(key, srcValue) { - return function(object) { - if (object == null) { - return false; - } - return object[key] === srcValue && - (srcValue !== undefined || (key in Object(object))); - }; -} - -module.exports = matchesStrictComparable; diff --git a/software/flow/node_modules/lodash/_memoizeCapped.js b/software/flow/node_modules/lodash/_memoizeCapped.js deleted file mode 100644 index 7f71c8f..0000000 --- a/software/flow/node_modules/lodash/_memoizeCapped.js +++ /dev/null @@ -1,26 +0,0 @@ -var memoize = require('./memoize'); - -/** Used as the maximum memoize cache size. */ -var MAX_MEMOIZE_SIZE = 500; - -/** - * A specialized version of `_.memoize` which clears the memoized function's - * cache when it exceeds `MAX_MEMOIZE_SIZE`. - * - * @private - * @param {Function} func The function to have its output memoized. - * @returns {Function} Returns the new memoized function. - */ -function memoizeCapped(func) { - var result = memoize(func, function(key) { - if (cache.size === MAX_MEMOIZE_SIZE) { - cache.clear(); - } - return key; - }); - - var cache = result.cache; - return result; -} - -module.exports = memoizeCapped; diff --git a/software/flow/node_modules/lodash/_mergeData.js b/software/flow/node_modules/lodash/_mergeData.js deleted file mode 100644 index cb570f9..0000000 --- a/software/flow/node_modules/lodash/_mergeData.js +++ /dev/null @@ -1,90 +0,0 @@ -var composeArgs = require('./_composeArgs'), - composeArgsRight = require('./_composeArgsRight'), - replaceHolders = require('./_replaceHolders'); - -/** Used as the internal argument placeholder. */ -var PLACEHOLDER = '__lodash_placeholder__'; - -/** Used to compose bitmasks for function metadata. */ -var WRAP_BIND_FLAG = 1, - WRAP_BIND_KEY_FLAG = 2, - WRAP_CURRY_BOUND_FLAG = 4, - WRAP_CURRY_FLAG = 8, - WRAP_ARY_FLAG = 128, - WRAP_REARG_FLAG = 256; - -/* Built-in method references for those with the same name as other `lodash` methods. */ -var nativeMin = Math.min; - -/** - * Merges the function metadata of `source` into `data`. - * - * Merging metadata reduces the number of wrappers used to invoke a function. - * This is possible because methods like `_.bind`, `_.curry`, and `_.partial` - * may be applied regardless of execution order. Methods like `_.ary` and - * `_.rearg` modify function arguments, making the order in which they are - * executed important, preventing the merging of metadata. However, we make - * an exception for a safe combined case where curried functions have `_.ary` - * and or `_.rearg` applied. - * - * @private - * @param {Array} data The destination metadata. - * @param {Array} source The source metadata. - * @returns {Array} Returns `data`. - */ -function mergeData(data, source) { - var bitmask = data[1], - srcBitmask = source[1], - newBitmask = bitmask | srcBitmask, - isCommon = newBitmask < (WRAP_BIND_FLAG | WRAP_BIND_KEY_FLAG | WRAP_ARY_FLAG); - - var isCombo = - ((srcBitmask == WRAP_ARY_FLAG) && (bitmask == WRAP_CURRY_FLAG)) || - ((srcBitmask == WRAP_ARY_FLAG) && (bitmask == WRAP_REARG_FLAG) && (data[7].length <= source[8])) || - ((srcBitmask == (WRAP_ARY_FLAG | WRAP_REARG_FLAG)) && (source[7].length <= source[8]) && (bitmask == WRAP_CURRY_FLAG)); - - // Exit early if metadata can't be merged. - if (!(isCommon || isCombo)) { - return data; - } - // Use source `thisArg` if available. - if (srcBitmask & WRAP_BIND_FLAG) { - data[2] = source[2]; - // Set when currying a bound function. - newBitmask |= bitmask & WRAP_BIND_FLAG ? 0 : WRAP_CURRY_BOUND_FLAG; - } - // Compose partial arguments. - var value = source[3]; - if (value) { - var partials = data[3]; - data[3] = partials ? composeArgs(partials, value, source[4]) : value; - data[4] = partials ? replaceHolders(data[3], PLACEHOLDER) : source[4]; - } - // Compose partial right arguments. - value = source[5]; - if (value) { - partials = data[5]; - data[5] = partials ? composeArgsRight(partials, value, source[6]) : value; - data[6] = partials ? replaceHolders(data[5], PLACEHOLDER) : source[6]; - } - // Use source `argPos` if available. - value = source[7]; - if (value) { - data[7] = value; - } - // Use source `ary` if it's smaller. - if (srcBitmask & WRAP_ARY_FLAG) { - data[8] = data[8] == null ? source[8] : nativeMin(data[8], source[8]); - } - // Use source `arity` if one is not provided. - if (data[9] == null) { - data[9] = source[9]; - } - // Use source `func` and merge bitmasks. - data[0] = source[0]; - data[1] = newBitmask; - - return data; -} - -module.exports = mergeData; diff --git a/software/flow/node_modules/lodash/_metaMap.js b/software/flow/node_modules/lodash/_metaMap.js deleted file mode 100644 index 0157a0b..0000000 --- a/software/flow/node_modules/lodash/_metaMap.js +++ /dev/null @@ -1,6 +0,0 @@ -var WeakMap = require('./_WeakMap'); - -/** Used to store function metadata. */ -var metaMap = WeakMap && new WeakMap; - -module.exports = metaMap; diff --git a/software/flow/node_modules/lodash/_nativeCreate.js b/software/flow/node_modules/lodash/_nativeCreate.js deleted file mode 100644 index c7aede8..0000000 --- a/software/flow/node_modules/lodash/_nativeCreate.js +++ /dev/null @@ -1,6 +0,0 @@ -var getNative = require('./_getNative'); - -/* Built-in method references that are verified to be native. */ -var nativeCreate = getNative(Object, 'create'); - -module.exports = nativeCreate; diff --git a/software/flow/node_modules/lodash/_nativeKeys.js b/software/flow/node_modules/lodash/_nativeKeys.js deleted file mode 100644 index 479a104..0000000 --- a/software/flow/node_modules/lodash/_nativeKeys.js +++ /dev/null @@ -1,6 +0,0 @@ -var overArg = require('./_overArg'); - -/* Built-in method references for those with the same name as other `lodash` methods. */ -var nativeKeys = overArg(Object.keys, Object); - -module.exports = nativeKeys; diff --git a/software/flow/node_modules/lodash/_nativeKeysIn.js b/software/flow/node_modules/lodash/_nativeKeysIn.js deleted file mode 100644 index 00ee505..0000000 --- a/software/flow/node_modules/lodash/_nativeKeysIn.js +++ /dev/null @@ -1,20 +0,0 @@ -/** - * This function is like - * [`Object.keys`](http://ecma-international.org/ecma-262/7.0/#sec-object.keys) - * except that it includes inherited enumerable properties. - * - * @private - * @param {Object} object The object to query. - * @returns {Array} Returns the array of property names. - */ -function nativeKeysIn(object) { - var result = []; - if (object != null) { - for (var key in Object(object)) { - result.push(key); - } - } - return result; -} - -module.exports = nativeKeysIn; diff --git a/software/flow/node_modules/lodash/_nodeUtil.js b/software/flow/node_modules/lodash/_nodeUtil.js deleted file mode 100644 index 983d78f..0000000 --- a/software/flow/node_modules/lodash/_nodeUtil.js +++ /dev/null @@ -1,30 +0,0 @@ -var freeGlobal = require('./_freeGlobal'); - -/** Detect free variable `exports`. */ -var freeExports = typeof exports == 'object' && exports && !exports.nodeType && exports; - -/** Detect free variable `module`. */ -var freeModule = freeExports && typeof module == 'object' && module && !module.nodeType && module; - -/** Detect the popular CommonJS extension `module.exports`. */ -var moduleExports = freeModule && freeModule.exports === freeExports; - -/** Detect free variable `process` from Node.js. */ -var freeProcess = moduleExports && freeGlobal.process; - -/** Used to access faster Node.js helpers. */ -var nodeUtil = (function() { - try { - // Use `util.types` for Node.js 10+. - var types = freeModule && freeModule.require && freeModule.require('util').types; - - if (types) { - return types; - } - - // Legacy `process.binding('util')` for Node.js < 10. - return freeProcess && freeProcess.binding && freeProcess.binding('util'); - } catch (e) {} -}()); - -module.exports = nodeUtil; diff --git a/software/flow/node_modules/lodash/_objectToString.js b/software/flow/node_modules/lodash/_objectToString.js deleted file mode 100644 index c614ec0..0000000 --- a/software/flow/node_modules/lodash/_objectToString.js +++ /dev/null @@ -1,22 +0,0 @@ -/** Used for built-in method references. */ -var objectProto = Object.prototype; - -/** - * Used to resolve the - * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring) - * of values. - */ -var nativeObjectToString = objectProto.toString; - -/** - * Converts `value` to a string using `Object.prototype.toString`. - * - * @private - * @param {*} value The value to convert. - * @returns {string} Returns the converted string. - */ -function objectToString(value) { - return nativeObjectToString.call(value); -} - -module.exports = objectToString; diff --git a/software/flow/node_modules/lodash/_overArg.js b/software/flow/node_modules/lodash/_overArg.js deleted file mode 100644 index 651c5c5..0000000 --- a/software/flow/node_modules/lodash/_overArg.js +++ /dev/null @@ -1,15 +0,0 @@ -/** - * Creates a unary function that invokes `func` with its argument transformed. - * - * @private - * @param {Function} func The function to wrap. - * @param {Function} transform The argument transform. - * @returns {Function} Returns the new function. - */ -function overArg(func, transform) { - return function(arg) { - return func(transform(arg)); - }; -} - -module.exports = overArg; diff --git a/software/flow/node_modules/lodash/_overRest.js b/software/flow/node_modules/lodash/_overRest.js deleted file mode 100644 index c7cdef3..0000000 --- a/software/flow/node_modules/lodash/_overRest.js +++ /dev/null @@ -1,36 +0,0 @@ -var apply = require('./_apply'); - -/* Built-in method references for those with the same name as other `lodash` methods. */ -var nativeMax = Math.max; - -/** - * A specialized version of `baseRest` which transforms the rest array. - * - * @private - * @param {Function} func The function to apply a rest parameter to. - * @param {number} [start=func.length-1] The start position of the rest parameter. - * @param {Function} transform The rest array transform. - * @returns {Function} Returns the new function. - */ -function overRest(func, start, transform) { - start = nativeMax(start === undefined ? (func.length - 1) : start, 0); - return function() { - var args = arguments, - index = -1, - length = nativeMax(args.length - start, 0), - array = Array(length); - - while (++index < length) { - array[index] = args[start + index]; - } - index = -1; - var otherArgs = Array(start + 1); - while (++index < start) { - otherArgs[index] = args[index]; - } - otherArgs[start] = transform(array); - return apply(func, this, otherArgs); - }; -} - -module.exports = overRest; diff --git a/software/flow/node_modules/lodash/_parent.js b/software/flow/node_modules/lodash/_parent.js deleted file mode 100644 index f174328..0000000 --- a/software/flow/node_modules/lodash/_parent.js +++ /dev/null @@ -1,16 +0,0 @@ -var baseGet = require('./_baseGet'), - baseSlice = require('./_baseSlice'); - -/** - * Gets the parent value at `path` of `object`. - * - * @private - * @param {Object} object The object to query. - * @param {Array} path The path to get the parent value of. - * @returns {*} Returns the parent value. - */ -function parent(object, path) { - return path.length < 2 ? object : baseGet(object, baseSlice(path, 0, -1)); -} - -module.exports = parent; diff --git a/software/flow/node_modules/lodash/_reEscape.js b/software/flow/node_modules/lodash/_reEscape.js deleted file mode 100644 index 7f47eda..0000000 --- a/software/flow/node_modules/lodash/_reEscape.js +++ /dev/null @@ -1,4 +0,0 @@ -/** Used to match template delimiters. */ -var reEscape = /<%-([\s\S]+?)%>/g; - -module.exports = reEscape; diff --git a/software/flow/node_modules/lodash/_reEvaluate.js b/software/flow/node_modules/lodash/_reEvaluate.js deleted file mode 100644 index 6adfc31..0000000 --- a/software/flow/node_modules/lodash/_reEvaluate.js +++ /dev/null @@ -1,4 +0,0 @@ -/** Used to match template delimiters. */ -var reEvaluate = /<%([\s\S]+?)%>/g; - -module.exports = reEvaluate; diff --git a/software/flow/node_modules/lodash/_reInterpolate.js b/software/flow/node_modules/lodash/_reInterpolate.js deleted file mode 100644 index d02ff0b..0000000 --- a/software/flow/node_modules/lodash/_reInterpolate.js +++ /dev/null @@ -1,4 +0,0 @@ -/** Used to match template delimiters. */ -var reInterpolate = /<%=([\s\S]+?)%>/g; - -module.exports = reInterpolate; diff --git a/software/flow/node_modules/lodash/_realNames.js b/software/flow/node_modules/lodash/_realNames.js deleted file mode 100644 index aa0d529..0000000 --- a/software/flow/node_modules/lodash/_realNames.js +++ /dev/null @@ -1,4 +0,0 @@ -/** Used to lookup unminified function names. */ -var realNames = {}; - -module.exports = realNames; diff --git a/software/flow/node_modules/lodash/_reorder.js b/software/flow/node_modules/lodash/_reorder.js deleted file mode 100644 index a3502b0..0000000 --- a/software/flow/node_modules/lodash/_reorder.js +++ /dev/null @@ -1,29 +0,0 @@ -var copyArray = require('./_copyArray'), - isIndex = require('./_isIndex'); - -/* Built-in method references for those with the same name as other `lodash` methods. */ -var nativeMin = Math.min; - -/** - * Reorder `array` according to the specified indexes where the element at - * the first index is assigned as the first element, the element at - * the second index is assigned as the second element, and so on. - * - * @private - * @param {Array} array The array to reorder. - * @param {Array} indexes The arranged array indexes. - * @returns {Array} Returns `array`. - */ -function reorder(array, indexes) { - var arrLength = array.length, - length = nativeMin(indexes.length, arrLength), - oldArray = copyArray(array); - - while (length--) { - var index = indexes[length]; - array[length] = isIndex(index, arrLength) ? oldArray[index] : undefined; - } - return array; -} - -module.exports = reorder; diff --git a/software/flow/node_modules/lodash/_replaceHolders.js b/software/flow/node_modules/lodash/_replaceHolders.js deleted file mode 100644 index 74360ec..0000000 --- a/software/flow/node_modules/lodash/_replaceHolders.js +++ /dev/null @@ -1,29 +0,0 @@ -/** Used as the internal argument placeholder. */ -var PLACEHOLDER = '__lodash_placeholder__'; - -/** - * Replaces all `placeholder` elements in `array` with an internal placeholder - * and returns an array of their indexes. - * - * @private - * @param {Array} array The array to modify. - * @param {*} placeholder The placeholder to replace. - * @returns {Array} Returns the new array of placeholder indexes. - */ -function replaceHolders(array, placeholder) { - var index = -1, - length = array.length, - resIndex = 0, - result = []; - - while (++index < length) { - var value = array[index]; - if (value === placeholder || value === PLACEHOLDER) { - array[index] = PLACEHOLDER; - result[resIndex++] = index; - } - } - return result; -} - -module.exports = replaceHolders; diff --git a/software/flow/node_modules/lodash/_root.js b/software/flow/node_modules/lodash/_root.js deleted file mode 100644 index d2852be..0000000 --- a/software/flow/node_modules/lodash/_root.js +++ /dev/null @@ -1,9 +0,0 @@ -var freeGlobal = require('./_freeGlobal'); - -/** Detect free variable `self`. */ -var freeSelf = typeof self == 'object' && self && self.Object === Object && self; - -/** Used as a reference to the global object. */ -var root = freeGlobal || freeSelf || Function('return this')(); - -module.exports = root; diff --git a/software/flow/node_modules/lodash/_safeGet.js b/software/flow/node_modules/lodash/_safeGet.js deleted file mode 100644 index b070897..0000000 --- a/software/flow/node_modules/lodash/_safeGet.js +++ /dev/null @@ -1,21 +0,0 @@ -/** - * Gets the value at `key`, unless `key` is "__proto__" or "constructor". - * - * @private - * @param {Object} object The object to query. - * @param {string} key The key of the property to get. - * @returns {*} Returns the property value. - */ -function safeGet(object, key) { - if (key === 'constructor' && typeof object[key] === 'function') { - return; - } - - if (key == '__proto__') { - return; - } - - return object[key]; -} - -module.exports = safeGet; diff --git a/software/flow/node_modules/lodash/_setCacheAdd.js b/software/flow/node_modules/lodash/_setCacheAdd.js deleted file mode 100644 index 1081a74..0000000 --- a/software/flow/node_modules/lodash/_setCacheAdd.js +++ /dev/null @@ -1,19 +0,0 @@ -/** Used to stand-in for `undefined` hash values. */ -var HASH_UNDEFINED = '__lodash_hash_undefined__'; - -/** - * Adds `value` to the array cache. - * - * @private - * @name add - * @memberOf SetCache - * @alias push - * @param {*} value The value to cache. - * @returns {Object} Returns the cache instance. - */ -function setCacheAdd(value) { - this.__data__.set(value, HASH_UNDEFINED); - return this; -} - -module.exports = setCacheAdd; diff --git a/software/flow/node_modules/lodash/_setCacheHas.js b/software/flow/node_modules/lodash/_setCacheHas.js deleted file mode 100644 index 9a49255..0000000 --- a/software/flow/node_modules/lodash/_setCacheHas.js +++ /dev/null @@ -1,14 +0,0 @@ -/** - * Checks if `value` is in the array cache. - * - * @private - * @name has - * @memberOf SetCache - * @param {*} value The value to search for. - * @returns {number} Returns `true` if `value` is found, else `false`. - */ -function setCacheHas(value) { - return this.__data__.has(value); -} - -module.exports = setCacheHas; diff --git a/software/flow/node_modules/lodash/_setData.js b/software/flow/node_modules/lodash/_setData.js deleted file mode 100644 index e5cf3eb..0000000 --- a/software/flow/node_modules/lodash/_setData.js +++ /dev/null @@ -1,20 +0,0 @@ -var baseSetData = require('./_baseSetData'), - shortOut = require('./_shortOut'); - -/** - * Sets metadata for `func`. - * - * **Note:** If this function becomes hot, i.e. is invoked a lot in a short - * period of time, it will trip its breaker and transition to an identity - * function to avoid garbage collection pauses in V8. See - * [V8 issue 2070](https://bugs.chromium.org/p/v8/issues/detail?id=2070) - * for more details. - * - * @private - * @param {Function} func The function to associate metadata with. - * @param {*} data The metadata. - * @returns {Function} Returns `func`. - */ -var setData = shortOut(baseSetData); - -module.exports = setData; diff --git a/software/flow/node_modules/lodash/_setToArray.js b/software/flow/node_modules/lodash/_setToArray.js deleted file mode 100644 index b87f074..0000000 --- a/software/flow/node_modules/lodash/_setToArray.js +++ /dev/null @@ -1,18 +0,0 @@ -/** - * Converts `set` to an array of its values. - * - * @private - * @param {Object} set The set to convert. - * @returns {Array} Returns the values. - */ -function setToArray(set) { - var index = -1, - result = Array(set.size); - - set.forEach(function(value) { - result[++index] = value; - }); - return result; -} - -module.exports = setToArray; diff --git a/software/flow/node_modules/lodash/_setToPairs.js b/software/flow/node_modules/lodash/_setToPairs.js deleted file mode 100644 index 36ad37a..0000000 --- a/software/flow/node_modules/lodash/_setToPairs.js +++ /dev/null @@ -1,18 +0,0 @@ -/** - * Converts `set` to its value-value pairs. - * - * @private - * @param {Object} set The set to convert. - * @returns {Array} Returns the value-value pairs. - */ -function setToPairs(set) { - var index = -1, - result = Array(set.size); - - set.forEach(function(value) { - result[++index] = [value, value]; - }); - return result; -} - -module.exports = setToPairs; diff --git a/software/flow/node_modules/lodash/_setToString.js b/software/flow/node_modules/lodash/_setToString.js deleted file mode 100644 index 6ca8419..0000000 --- a/software/flow/node_modules/lodash/_setToString.js +++ /dev/null @@ -1,14 +0,0 @@ -var baseSetToString = require('./_baseSetToString'), - shortOut = require('./_shortOut'); - -/** - * Sets the `toString` method of `func` to return `string`. - * - * @private - * @param {Function} func The function to modify. - * @param {Function} string The `toString` result. - * @returns {Function} Returns `func`. - */ -var setToString = shortOut(baseSetToString); - -module.exports = setToString; diff --git a/software/flow/node_modules/lodash/_setWrapToString.js b/software/flow/node_modules/lodash/_setWrapToString.js deleted file mode 100644 index decdc44..0000000 --- a/software/flow/node_modules/lodash/_setWrapToString.js +++ /dev/null @@ -1,21 +0,0 @@ -var getWrapDetails = require('./_getWrapDetails'), - insertWrapDetails = require('./_insertWrapDetails'), - setToString = require('./_setToString'), - updateWrapDetails = require('./_updateWrapDetails'); - -/** - * Sets the `toString` method of `wrapper` to mimic the source of `reference` - * with wrapper details in a comment at the top of the source body. - * - * @private - * @param {Function} wrapper The function to modify. - * @param {Function} reference The reference function. - * @param {number} bitmask The bitmask flags. See `createWrap` for more details. - * @returns {Function} Returns `wrapper`. - */ -function setWrapToString(wrapper, reference, bitmask) { - var source = (reference + ''); - return setToString(wrapper, insertWrapDetails(source, updateWrapDetails(getWrapDetails(source), bitmask))); -} - -module.exports = setWrapToString; diff --git a/software/flow/node_modules/lodash/_shortOut.js b/software/flow/node_modules/lodash/_shortOut.js deleted file mode 100644 index 3300a07..0000000 --- a/software/flow/node_modules/lodash/_shortOut.js +++ /dev/null @@ -1,37 +0,0 @@ -/** Used to detect hot functions by number of calls within a span of milliseconds. */ -var HOT_COUNT = 800, - HOT_SPAN = 16; - -/* Built-in method references for those with the same name as other `lodash` methods. */ -var nativeNow = Date.now; - -/** - * Creates a function that'll short out and invoke `identity` instead - * of `func` when it's called `HOT_COUNT` or more times in `HOT_SPAN` - * milliseconds. - * - * @private - * @param {Function} func The function to restrict. - * @returns {Function} Returns the new shortable function. - */ -function shortOut(func) { - var count = 0, - lastCalled = 0; - - return function() { - var stamp = nativeNow(), - remaining = HOT_SPAN - (stamp - lastCalled); - - lastCalled = stamp; - if (remaining > 0) { - if (++count >= HOT_COUNT) { - return arguments[0]; - } - } else { - count = 0; - } - return func.apply(undefined, arguments); - }; -} - -module.exports = shortOut; diff --git a/software/flow/node_modules/lodash/_shuffleSelf.js b/software/flow/node_modules/lodash/_shuffleSelf.js deleted file mode 100644 index 8bcc4f5..0000000 --- a/software/flow/node_modules/lodash/_shuffleSelf.js +++ /dev/null @@ -1,28 +0,0 @@ -var baseRandom = require('./_baseRandom'); - -/** - * A specialized version of `_.shuffle` which mutates and sets the size of `array`. - * - * @private - * @param {Array} array The array to shuffle. - * @param {number} [size=array.length] The size of `array`. - * @returns {Array} Returns `array`. - */ -function shuffleSelf(array, size) { - var index = -1, - length = array.length, - lastIndex = length - 1; - - size = size === undefined ? length : size; - while (++index < size) { - var rand = baseRandom(index, lastIndex), - value = array[rand]; - - array[rand] = array[index]; - array[index] = value; - } - array.length = size; - return array; -} - -module.exports = shuffleSelf; diff --git a/software/flow/node_modules/lodash/_stackClear.js b/software/flow/node_modules/lodash/_stackClear.js deleted file mode 100644 index ce8e5a9..0000000 --- a/software/flow/node_modules/lodash/_stackClear.js +++ /dev/null @@ -1,15 +0,0 @@ -var ListCache = require('./_ListCache'); - -/** - * Removes all key-value entries from the stack. - * - * @private - * @name clear - * @memberOf Stack - */ -function stackClear() { - this.__data__ = new ListCache; - this.size = 0; -} - -module.exports = stackClear; diff --git a/software/flow/node_modules/lodash/_stackDelete.js b/software/flow/node_modules/lodash/_stackDelete.js deleted file mode 100644 index ff9887a..0000000 --- a/software/flow/node_modules/lodash/_stackDelete.js +++ /dev/null @@ -1,18 +0,0 @@ -/** - * Removes `key` and its value from the stack. - * - * @private - * @name delete - * @memberOf Stack - * @param {string} key The key of the value to remove. - * @returns {boolean} Returns `true` if the entry was removed, else `false`. - */ -function stackDelete(key) { - var data = this.__data__, - result = data['delete'](key); - - this.size = data.size; - return result; -} - -module.exports = stackDelete; diff --git a/software/flow/node_modules/lodash/_stackGet.js b/software/flow/node_modules/lodash/_stackGet.js deleted file mode 100644 index 1cdf004..0000000 --- a/software/flow/node_modules/lodash/_stackGet.js +++ /dev/null @@ -1,14 +0,0 @@ -/** - * Gets the stack value for `key`. - * - * @private - * @name get - * @memberOf Stack - * @param {string} key The key of the value to get. - * @returns {*} Returns the entry value. - */ -function stackGet(key) { - return this.__data__.get(key); -} - -module.exports = stackGet; diff --git a/software/flow/node_modules/lodash/_stackHas.js b/software/flow/node_modules/lodash/_stackHas.js deleted file mode 100644 index 16a3ad1..0000000 --- a/software/flow/node_modules/lodash/_stackHas.js +++ /dev/null @@ -1,14 +0,0 @@ -/** - * Checks if a stack value for `key` exists. - * - * @private - * @name has - * @memberOf Stack - * @param {string} key The key of the entry to check. - * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`. - */ -function stackHas(key) { - return this.__data__.has(key); -} - -module.exports = stackHas; diff --git a/software/flow/node_modules/lodash/_stackSet.js b/software/flow/node_modules/lodash/_stackSet.js deleted file mode 100644 index b790ac5..0000000 --- a/software/flow/node_modules/lodash/_stackSet.js +++ /dev/null @@ -1,34 +0,0 @@ -var ListCache = require('./_ListCache'), - Map = require('./_Map'), - MapCache = require('./_MapCache'); - -/** Used as the size to enable large array optimizations. */ -var LARGE_ARRAY_SIZE = 200; - -/** - * Sets the stack `key` to `value`. - * - * @private - * @name set - * @memberOf Stack - * @param {string} key The key of the value to set. - * @param {*} value The value to set. - * @returns {Object} Returns the stack cache instance. - */ -function stackSet(key, value) { - var data = this.__data__; - if (data instanceof ListCache) { - var pairs = data.__data__; - if (!Map || (pairs.length < LARGE_ARRAY_SIZE - 1)) { - pairs.push([key, value]); - this.size = ++data.size; - return this; - } - data = this.__data__ = new MapCache(pairs); - } - data.set(key, value); - this.size = data.size; - return this; -} - -module.exports = stackSet; diff --git a/software/flow/node_modules/lodash/_strictIndexOf.js b/software/flow/node_modules/lodash/_strictIndexOf.js deleted file mode 100644 index 0486a49..0000000 --- a/software/flow/node_modules/lodash/_strictIndexOf.js +++ /dev/null @@ -1,23 +0,0 @@ -/** - * A specialized version of `_.indexOf` which performs strict equality - * comparisons of values, i.e. `===`. - * - * @private - * @param {Array} array The array to inspect. - * @param {*} value The value to search for. - * @param {number} fromIndex The index to search from. - * @returns {number} Returns the index of the matched value, else `-1`. - */ -function strictIndexOf(array, value, fromIndex) { - var index = fromIndex - 1, - length = array.length; - - while (++index < length) { - if (array[index] === value) { - return index; - } - } - return -1; -} - -module.exports = strictIndexOf; diff --git a/software/flow/node_modules/lodash/_strictLastIndexOf.js b/software/flow/node_modules/lodash/_strictLastIndexOf.js deleted file mode 100644 index d7310dc..0000000 --- a/software/flow/node_modules/lodash/_strictLastIndexOf.js +++ /dev/null @@ -1,21 +0,0 @@ -/** - * A specialized version of `_.lastIndexOf` which performs strict equality - * comparisons of values, i.e. `===`. - * - * @private - * @param {Array} array The array to inspect. - * @param {*} value The value to search for. - * @param {number} fromIndex The index to search from. - * @returns {number} Returns the index of the matched value, else `-1`. - */ -function strictLastIndexOf(array, value, fromIndex) { - var index = fromIndex + 1; - while (index--) { - if (array[index] === value) { - return index; - } - } - return index; -} - -module.exports = strictLastIndexOf; diff --git a/software/flow/node_modules/lodash/_stringSize.js b/software/flow/node_modules/lodash/_stringSize.js deleted file mode 100644 index 17ef462..0000000 --- a/software/flow/node_modules/lodash/_stringSize.js +++ /dev/null @@ -1,18 +0,0 @@ -var asciiSize = require('./_asciiSize'), - hasUnicode = require('./_hasUnicode'), - unicodeSize = require('./_unicodeSize'); - -/** - * Gets the number of symbols in `string`. - * - * @private - * @param {string} string The string to inspect. - * @returns {number} Returns the string size. - */ -function stringSize(string) { - return hasUnicode(string) - ? unicodeSize(string) - : asciiSize(string); -} - -module.exports = stringSize; diff --git a/software/flow/node_modules/lodash/_stringToArray.js b/software/flow/node_modules/lodash/_stringToArray.js deleted file mode 100644 index d161158..0000000 --- a/software/flow/node_modules/lodash/_stringToArray.js +++ /dev/null @@ -1,18 +0,0 @@ -var asciiToArray = require('./_asciiToArray'), - hasUnicode = require('./_hasUnicode'), - unicodeToArray = require('./_unicodeToArray'); - -/** - * Converts `string` to an array. - * - * @private - * @param {string} string The string to convert. - * @returns {Array} Returns the converted array. - */ -function stringToArray(string) { - return hasUnicode(string) - ? unicodeToArray(string) - : asciiToArray(string); -} - -module.exports = stringToArray; diff --git a/software/flow/node_modules/lodash/_stringToPath.js b/software/flow/node_modules/lodash/_stringToPath.js deleted file mode 100644 index 8f39f8a..0000000 --- a/software/flow/node_modules/lodash/_stringToPath.js +++ /dev/null @@ -1,27 +0,0 @@ -var memoizeCapped = require('./_memoizeCapped'); - -/** Used to match property names within property paths. */ -var rePropName = /[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g; - -/** Used to match backslashes in property paths. */ -var reEscapeChar = /\\(\\)?/g; - -/** - * Converts `string` to a property path array. - * - * @private - * @param {string} string The string to convert. - * @returns {Array} Returns the property path array. - */ -var stringToPath = memoizeCapped(function(string) { - var result = []; - if (string.charCodeAt(0) === 46 /* . */) { - result.push(''); - } - string.replace(rePropName, function(match, number, quote, subString) { - result.push(quote ? subString.replace(reEscapeChar, '$1') : (number || match)); - }); - return result; -}); - -module.exports = stringToPath; diff --git a/software/flow/node_modules/lodash/_toKey.js b/software/flow/node_modules/lodash/_toKey.js deleted file mode 100644 index c6d645c..0000000 --- a/software/flow/node_modules/lodash/_toKey.js +++ /dev/null @@ -1,21 +0,0 @@ -var isSymbol = require('./isSymbol'); - -/** Used as references for various `Number` constants. */ -var INFINITY = 1 / 0; - -/** - * Converts `value` to a string key if it's not a string or symbol. - * - * @private - * @param {*} value The value to inspect. - * @returns {string|symbol} Returns the key. - */ -function toKey(value) { - if (typeof value == 'string' || isSymbol(value)) { - return value; - } - var result = (value + ''); - return (result == '0' && (1 / value) == -INFINITY) ? '-0' : result; -} - -module.exports = toKey; diff --git a/software/flow/node_modules/lodash/_toSource.js b/software/flow/node_modules/lodash/_toSource.js deleted file mode 100644 index a020b38..0000000 --- a/software/flow/node_modules/lodash/_toSource.js +++ /dev/null @@ -1,26 +0,0 @@ -/** Used for built-in method references. */ -var funcProto = Function.prototype; - -/** Used to resolve the decompiled source of functions. */ -var funcToString = funcProto.toString; - -/** - * Converts `func` to its source code. - * - * @private - * @param {Function} func The function to convert. - * @returns {string} Returns the source code. - */ -function toSource(func) { - if (func != null) { - try { - return funcToString.call(func); - } catch (e) {} - try { - return (func + ''); - } catch (e) {} - } - return ''; -} - -module.exports = toSource; diff --git a/software/flow/node_modules/lodash/_trimmedEndIndex.js b/software/flow/node_modules/lodash/_trimmedEndIndex.js deleted file mode 100644 index 139439a..0000000 --- a/software/flow/node_modules/lodash/_trimmedEndIndex.js +++ /dev/null @@ -1,19 +0,0 @@ -/** Used to match a single whitespace character. */ -var reWhitespace = /\s/; - -/** - * Used by `_.trim` and `_.trimEnd` to get the index of the last non-whitespace - * character of `string`. - * - * @private - * @param {string} string The string to inspect. - * @returns {number} Returns the index of the last non-whitespace character. - */ -function trimmedEndIndex(string) { - var index = string.length; - - while (index-- && reWhitespace.test(string.charAt(index))) {} - return index; -} - -module.exports = trimmedEndIndex; diff --git a/software/flow/node_modules/lodash/_unescapeHtmlChar.js b/software/flow/node_modules/lodash/_unescapeHtmlChar.js deleted file mode 100644 index a71fecb..0000000 --- a/software/flow/node_modules/lodash/_unescapeHtmlChar.js +++ /dev/null @@ -1,21 +0,0 @@ -var basePropertyOf = require('./_basePropertyOf'); - -/** Used to map HTML entities to characters. */ -var htmlUnescapes = { - '&amp;': '&', - '&lt;': '<', - '&gt;': '>', - '&quot;': '"', - '&#39;': "'" -}; - -/** - * Used by `_.unescape` to convert HTML entities to characters. - * - * @private - * @param {string} chr The matched character to unescape. - * @returns {string} Returns the unescaped character. - */ -var unescapeHtmlChar = basePropertyOf(htmlUnescapes); - -module.exports = unescapeHtmlChar; diff --git a/software/flow/node_modules/lodash/_unicodeSize.js b/software/flow/node_modules/lodash/_unicodeSize.js deleted file mode 100644 index 68137ec..0000000 --- a/software/flow/node_modules/lodash/_unicodeSize.js +++ /dev/null @@ -1,44 +0,0 @@ -/** Used to compose unicode character classes. */ -var rsAstralRange = '\\ud800-\\udfff', - rsComboMarksRange = '\\u0300-\\u036f', - reComboHalfMarksRange = '\\ufe20-\\ufe2f', - rsComboSymbolsRange = '\\u20d0-\\u20ff', - rsComboRange = rsComboMarksRange + reComboHalfMarksRange + rsComboSymbolsRange, - rsVarRange = '\\ufe0e\\ufe0f'; - -/** Used to compose unicode capture groups. */ -var rsAstral = '[' + rsAstralRange + ']', - rsCombo = '[' + rsComboRange + ']', - rsFitz = '\\ud83c[\\udffb-\\udfff]', - rsModifier = '(?:' + rsCombo + '|' + rsFitz + ')', - rsNonAstral = '[^' + rsAstralRange + ']', - rsRegional = '(?:\\ud83c[\\udde6-\\uddff]){2}', - rsSurrPair = '[\\ud800-\\udbff][\\udc00-\\udfff]', - rsZWJ = '\\u200d'; - -/** Used to compose unicode regexes. */ -var reOptMod = rsModifier + '?', - rsOptVar = '[' + rsVarRange + ']?', - rsOptJoin = '(?:' + rsZWJ + '(?:' + [rsNonAstral, rsRegional, rsSurrPair].join('|') + ')' + rsOptVar + reOptMod + ')*', - rsSeq = rsOptVar + reOptMod + rsOptJoin, - rsSymbol = '(?:' + [rsNonAstral + rsCombo + '?', rsCombo, rsRegional, rsSurrPair, rsAstral].join('|') + ')'; - -/** Used to match [string symbols](https://mathiasbynens.be/notes/javascript-unicode). */ -var reUnicode = RegExp(rsFitz + '(?=' + rsFitz + ')|' + rsSymbol + rsSeq, 'g'); - -/** - * Gets the size of a Unicode `string`. - * - * @private - * @param {string} string The string inspect. - * @returns {number} Returns the string size. - */ -function unicodeSize(string) { - var result = reUnicode.lastIndex = 0; - while (reUnicode.test(string)) { - ++result; - } - return result; -} - -module.exports = unicodeSize; diff --git a/software/flow/node_modules/lodash/_unicodeToArray.js b/software/flow/node_modules/lodash/_unicodeToArray.js deleted file mode 100644 index 2a725c0..0000000 --- a/software/flow/node_modules/lodash/_unicodeToArray.js +++ /dev/null @@ -1,40 +0,0 @@ -/** Used to compose unicode character classes. */ -var rsAstralRange = '\\ud800-\\udfff', - rsComboMarksRange = '\\u0300-\\u036f', - reComboHalfMarksRange = '\\ufe20-\\ufe2f', - rsComboSymbolsRange = '\\u20d0-\\u20ff', - rsComboRange = rsComboMarksRange + reComboHalfMarksRange + rsComboSymbolsRange, - rsVarRange = '\\ufe0e\\ufe0f'; - -/** Used to compose unicode capture groups. */ -var rsAstral = '[' + rsAstralRange + ']', - rsCombo = '[' + rsComboRange + ']', - rsFitz = '\\ud83c[\\udffb-\\udfff]', - rsModifier = '(?:' + rsCombo + '|' + rsFitz + ')', - rsNonAstral = '[^' + rsAstralRange + ']', - rsRegional = '(?:\\ud83c[\\udde6-\\uddff]){2}', - rsSurrPair = '[\\ud800-\\udbff][\\udc00-\\udfff]', - rsZWJ = '\\u200d'; - -/** Used to compose unicode regexes. */ -var reOptMod = rsModifier + '?', - rsOptVar = '[' + rsVarRange + ']?', - rsOptJoin = '(?:' + rsZWJ + '(?:' + [rsNonAstral, rsRegional, rsSurrPair].join('|') + ')' + rsOptVar + reOptMod + ')*', - rsSeq = rsOptVar + reOptMod + rsOptJoin, - rsSymbol = '(?:' + [rsNonAstral + rsCombo + '?', rsCombo, rsRegional, rsSurrPair, rsAstral].join('|') + ')'; - -/** Used to match [string symbols](https://mathiasbynens.be/notes/javascript-unicode). */ -var reUnicode = RegExp(rsFitz + '(?=' + rsFitz + ')|' + rsSymbol + rsSeq, 'g'); - -/** - * Converts a Unicode `string` to an array. - * - * @private - * @param {string} string The string to convert. - * @returns {Array} Returns the converted array. - */ -function unicodeToArray(string) { - return string.match(reUnicode) || []; -} - -module.exports = unicodeToArray; diff --git a/software/flow/node_modules/lodash/_unicodeWords.js b/software/flow/node_modules/lodash/_unicodeWords.js deleted file mode 100644 index e72e6e0..0000000 --- a/software/flow/node_modules/lodash/_unicodeWords.js +++ /dev/null @@ -1,69 +0,0 @@ -/** Used to compose unicode character classes. */ -var rsAstralRange = '\\ud800-\\udfff', - rsComboMarksRange = '\\u0300-\\u036f', - reComboHalfMarksRange = '\\ufe20-\\ufe2f', - rsComboSymbolsRange = '\\u20d0-\\u20ff', - rsComboRange = rsComboMarksRange + reComboHalfMarksRange + rsComboSymbolsRange, - rsDingbatRange = '\\u2700-\\u27bf', - rsLowerRange = 'a-z\\xdf-\\xf6\\xf8-\\xff', - rsMathOpRange = '\\xac\\xb1\\xd7\\xf7', - rsNonCharRange = '\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf', - rsPunctuationRange = '\\u2000-\\u206f', - rsSpaceRange = ' \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000', - rsUpperRange = 'A-Z\\xc0-\\xd6\\xd8-\\xde', - rsVarRange = '\\ufe0e\\ufe0f', - rsBreakRange = rsMathOpRange + rsNonCharRange + rsPunctuationRange + rsSpaceRange; - -/** Used to compose unicode capture groups. */ -var rsApos = "['\u2019]", - rsBreak = '[' + rsBreakRange + ']', - rsCombo = '[' + rsComboRange + ']', - rsDigits = '\\d+', - rsDingbat = '[' + rsDingbatRange + ']', - rsLower = '[' + rsLowerRange + ']', - rsMisc = '[^' + rsAstralRange + rsBreakRange + rsDigits + rsDingbatRange + rsLowerRange + rsUpperRange + ']', - rsFitz = '\\ud83c[\\udffb-\\udfff]', - rsModifier = '(?:' + rsCombo + '|' + rsFitz + ')', - rsNonAstral = '[^' + rsAstralRange + ']', - rsRegional = '(?:\\ud83c[\\udde6-\\uddff]){2}', - rsSurrPair = '[\\ud800-\\udbff][\\udc00-\\udfff]', - rsUpper = '[' + rsUpperRange + ']', - rsZWJ = '\\u200d'; - -/** Used to compose unicode regexes. */ -var rsMiscLower = '(?:' + rsLower + '|' + rsMisc + ')', - rsMiscUpper = '(?:' + rsUpper + '|' + rsMisc + ')', - rsOptContrLower = '(?:' + rsApos + '(?:d|ll|m|re|s|t|ve))?', - rsOptContrUpper = '(?:' + rsApos + '(?:D|LL|M|RE|S|T|VE))?', - reOptMod = rsModifier + '?', - rsOptVar = '[' + rsVarRange + ']?', - rsOptJoin = '(?:' + rsZWJ + '(?:' + [rsNonAstral, rsRegional, rsSurrPair].join('|') + ')' + rsOptVar + reOptMod + ')*', - rsOrdLower = '\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])', - rsOrdUpper = '\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])', - rsSeq = rsOptVar + reOptMod + rsOptJoin, - rsEmoji = '(?:' + [rsDingbat, rsRegional, rsSurrPair].join('|') + ')' + rsSeq; - -/** Used to match complex or compound words. */ -var reUnicodeWord = RegExp([ - rsUpper + '?' + rsLower + '+' + rsOptContrLower + '(?=' + [rsBreak, rsUpper, '$'].join('|') + ')', - rsMiscUpper + '+' + rsOptContrUpper + '(?=' + [rsBreak, rsUpper + rsMiscLower, '$'].join('|') + ')', - rsUpper + '?' + rsMiscLower + '+' + rsOptContrLower, - rsUpper + '+' + rsOptContrUpper, - rsOrdUpper, - rsOrdLower, - rsDigits, - rsEmoji -].join('|'), 'g'); - -/** - * Splits a Unicode `string` into an array of its words. - * - * @private - * @param {string} The string to inspect. - * @returns {Array} Returns the words of `string`. - */ -function unicodeWords(string) { - return string.match(reUnicodeWord) || []; -} - -module.exports = unicodeWords; diff --git a/software/flow/node_modules/lodash/_updateWrapDetails.js b/software/flow/node_modules/lodash/_updateWrapDetails.js deleted file mode 100644 index 8759fbd..0000000 --- a/software/flow/node_modules/lodash/_updateWrapDetails.js +++ /dev/null @@ -1,46 +0,0 @@ -var arrayEach = require('./_arrayEach'), - arrayIncludes = require('./_arrayIncludes'); - -/** Used to compose bitmasks for function metadata. */ -var WRAP_BIND_FLAG = 1, - WRAP_BIND_KEY_FLAG = 2, - WRAP_CURRY_FLAG = 8, - WRAP_CURRY_RIGHT_FLAG = 16, - WRAP_PARTIAL_FLAG = 32, - WRAP_PARTIAL_RIGHT_FLAG = 64, - WRAP_ARY_FLAG = 128, - WRAP_REARG_FLAG = 256, - WRAP_FLIP_FLAG = 512; - -/** Used to associate wrap methods with their bit flags. */ -var wrapFlags = [ - ['ary', WRAP_ARY_FLAG], - ['bind', WRAP_BIND_FLAG], - ['bindKey', WRAP_BIND_KEY_FLAG], - ['curry', WRAP_CURRY_FLAG], - ['curryRight', WRAP_CURRY_RIGHT_FLAG], - ['flip', WRAP_FLIP_FLAG], - ['partial', WRAP_PARTIAL_FLAG], - ['partialRight', WRAP_PARTIAL_RIGHT_FLAG], - ['rearg', WRAP_REARG_FLAG] -]; - -/** - * Updates wrapper `details` based on `bitmask` flags. - * - * @private - * @returns {Array} details The details to modify. - * @param {number} bitmask The bitmask flags. See `createWrap` for more details. - * @returns {Array} Returns `details`. - */ -function updateWrapDetails(details, bitmask) { - arrayEach(wrapFlags, function(pair) { - var value = '_.' + pair[0]; - if ((bitmask & pair[1]) && !arrayIncludes(details, value)) { - details.push(value); - } - }); - return details.sort(); -} - -module.exports = updateWrapDetails; diff --git a/software/flow/node_modules/lodash/_wrapperClone.js b/software/flow/node_modules/lodash/_wrapperClone.js deleted file mode 100644 index 7bb58a2..0000000 --- a/software/flow/node_modules/lodash/_wrapperClone.js +++ /dev/null @@ -1,23 +0,0 @@ -var LazyWrapper = require('./_LazyWrapper'), - LodashWrapper = require('./_LodashWrapper'), - copyArray = require('./_copyArray'); - -/** - * Creates a clone of `wrapper`. - * - * @private - * @param {Object} wrapper The wrapper to clone. - * @returns {Object} Returns the cloned wrapper. - */ -function wrapperClone(wrapper) { - if (wrapper instanceof LazyWrapper) { - return wrapper.clone(); - } - var result = new LodashWrapper(wrapper.__wrapped__, wrapper.__chain__); - result.__actions__ = copyArray(wrapper.__actions__); - result.__index__ = wrapper.__index__; - result.__values__ = wrapper.__values__; - return result; -} - -module.exports = wrapperClone; diff --git a/software/flow/node_modules/lodash/add.js b/software/flow/node_modules/lodash/add.js deleted file mode 100644 index f069515..0000000 --- a/software/flow/node_modules/lodash/add.js +++ /dev/null @@ -1,22 +0,0 @@ -var createMathOperation = require('./_createMathOperation'); - -/** - * Adds two numbers. - * - * @static - * @memberOf _ - * @since 3.4.0 - * @category Math - * @param {number} augend The first number in an addition. - * @param {number} addend The second number in an addition. - * @returns {number} Returns the total. - * @example - * - * _.add(6, 4); - * // => 10 - */ -var add = createMathOperation(function(augend, addend) { - return augend + addend; -}, 0); - -module.exports = add; diff --git a/software/flow/node_modules/lodash/after.js b/software/flow/node_modules/lodash/after.js deleted file mode 100644 index 3900c97..0000000 --- a/software/flow/node_modules/lodash/after.js +++ /dev/null @@ -1,42 +0,0 @@ -var toInteger = require('./toInteger'); - -/** Error message constants. */ -var FUNC_ERROR_TEXT = 'Expected a function'; - -/** - * The opposite of `_.before`; this method creates a function that invokes - * `func` once it's called `n` or more times. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Function - * @param {number} n The number of calls before `func` is invoked. - * @param {Function} func The function to restrict. - * @returns {Function} Returns the new restricted function. - * @example - * - * var saves = ['profile', 'settings']; - * - * var done = _.after(saves.length, function() { - * console.log('done saving!'); - * }); - * - * _.forEach(saves, function(type) { - * asyncSave({ 'type': type, 'complete': done }); - * }); - * // => Logs 'done saving!' after the two async saves have completed. - */ -function after(n, func) { - if (typeof func != 'function') { - throw new TypeError(FUNC_ERROR_TEXT); - } - n = toInteger(n); - return function() { - if (--n < 1) { - return func.apply(this, arguments); - } - }; -} - -module.exports = after; diff --git a/software/flow/node_modules/lodash/array.js b/software/flow/node_modules/lodash/array.js deleted file mode 100644 index af688d3..0000000 --- a/software/flow/node_modules/lodash/array.js +++ /dev/null @@ -1,67 +0,0 @@ -module.exports = { - 'chunk': require('./chunk'), - 'compact': require('./compact'), - 'concat': require('./concat'), - 'difference': require('./difference'), - 'differenceBy': require('./differenceBy'), - 'differenceWith': require('./differenceWith'), - 'drop': require('./drop'), - 'dropRight': require('./dropRight'), - 'dropRightWhile': require('./dropRightWhile'), - 'dropWhile': require('./dropWhile'), - 'fill': require('./fill'), - 'findIndex': require('./findIndex'), - 'findLastIndex': require('./findLastIndex'), - 'first': require('./first'), - 'flatten': require('./flatten'), - 'flattenDeep': require('./flattenDeep'), - 'flattenDepth': require('./flattenDepth'), - 'fromPairs': require('./fromPairs'), - 'head': require('./head'), - 'indexOf': require('./indexOf'), - 'initial': require('./initial'), - 'intersection': require('./intersection'), - 'intersectionBy': require('./intersectionBy'), - 'intersectionWith': require('./intersectionWith'), - 'join': require('./join'), - 'last': require('./last'), - 'lastIndexOf': require('./lastIndexOf'), - 'nth': require('./nth'), - 'pull': require('./pull'), - 'pullAll': require('./pullAll'), - 'pullAllBy': require('./pullAllBy'), - 'pullAllWith': require('./pullAllWith'), - 'pullAt': require('./pullAt'), - 'remove': require('./remove'), - 'reverse': require('./reverse'), - 'slice': require('./slice'), - 'sortedIndex': require('./sortedIndex'), - 'sortedIndexBy': require('./sortedIndexBy'), - 'sortedIndexOf': require('./sortedIndexOf'), - 'sortedLastIndex': require('./sortedLastIndex'), - 'sortedLastIndexBy': require('./sortedLastIndexBy'), - 'sortedLastIndexOf': require('./sortedLastIndexOf'), - 'sortedUniq': require('./sortedUniq'), - 'sortedUniqBy': require('./sortedUniqBy'), - 'tail': require('./tail'), - 'take': require('./take'), - 'takeRight': require('./takeRight'), - 'takeRightWhile': require('./takeRightWhile'), - 'takeWhile': require('./takeWhile'), - 'union': require('./union'), - 'unionBy': require('./unionBy'), - 'unionWith': require('./unionWith'), - 'uniq': require('./uniq'), - 'uniqBy': require('./uniqBy'), - 'uniqWith': require('./uniqWith'), - 'unzip': require('./unzip'), - 'unzipWith': require('./unzipWith'), - 'without': require('./without'), - 'xor': require('./xor'), - 'xorBy': require('./xorBy'), - 'xorWith': require('./xorWith'), - 'zip': require('./zip'), - 'zipObject': require('./zipObject'), - 'zipObjectDeep': require('./zipObjectDeep'), - 'zipWith': require('./zipWith') -}; diff --git a/software/flow/node_modules/lodash/ary.js b/software/flow/node_modules/lodash/ary.js deleted file mode 100644 index 70c87d0..0000000 --- a/software/flow/node_modules/lodash/ary.js +++ /dev/null @@ -1,29 +0,0 @@ -var createWrap = require('./_createWrap'); - -/** Used to compose bitmasks for function metadata. */ -var WRAP_ARY_FLAG = 128; - -/** - * Creates a function that invokes `func`, with up to `n` arguments, - * ignoring any additional arguments. - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category Function - * @param {Function} func The function to cap arguments for. - * @param {number} [n=func.length] The arity cap. - * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. - * @returns {Function} Returns the new capped function. - * @example - * - * _.map(['6', '8', '10'], _.ary(parseInt, 1)); - * // => [6, 8, 10] - */ -function ary(func, n, guard) { - n = guard ? undefined : n; - n = (func && n == null) ? func.length : n; - return createWrap(func, WRAP_ARY_FLAG, undefined, undefined, undefined, undefined, n); -} - -module.exports = ary; diff --git a/software/flow/node_modules/lodash/assign.js b/software/flow/node_modules/lodash/assign.js deleted file mode 100644 index 909db26..0000000 --- a/software/flow/node_modules/lodash/assign.js +++ /dev/null @@ -1,58 +0,0 @@ -var assignValue = require('./_assignValue'), - copyObject = require('./_copyObject'), - createAssigner = require('./_createAssigner'), - isArrayLike = require('./isArrayLike'), - isPrototype = require('./_isPrototype'), - keys = require('./keys'); - -/** Used for built-in method references. */ -var objectProto = Object.prototype; - -/** Used to check objects for own properties. */ -var hasOwnProperty = objectProto.hasOwnProperty; - -/** - * Assigns own enumerable string keyed properties of source objects to the - * destination object. Source objects are applied from left to right. - * Subsequent sources overwrite property assignments of previous sources. - * - * **Note:** This method mutates `object` and is loosely based on - * [`Object.assign`](https://mdn.io/Object/assign). - * - * @static - * @memberOf _ - * @since 0.10.0 - * @category Object - * @param {Object} object The destination object. - * @param {...Object} [sources] The source objects. - * @returns {Object} Returns `object`. - * @see _.assignIn - * @example - * - * function Foo() { - * this.a = 1; - * } - * - * function Bar() { - * this.c = 3; - * } - * - * Foo.prototype.b = 2; - * Bar.prototype.d = 4; - * - * _.assign({ 'a': 0 }, new Foo, new Bar); - * // => { 'a': 1, 'c': 3 } - */ -var assign = createAssigner(function(object, source) { - if (isPrototype(source) || isArrayLike(source)) { - copyObject(source, keys(source), object); - return; - } - for (var key in source) { - if (hasOwnProperty.call(source, key)) { - assignValue(object, key, source[key]); - } - } -}); - -module.exports = assign; diff --git a/software/flow/node_modules/lodash/assignIn.js b/software/flow/node_modules/lodash/assignIn.js deleted file mode 100644 index e663473..0000000 --- a/software/flow/node_modules/lodash/assignIn.js +++ /dev/null @@ -1,40 +0,0 @@ -var copyObject = require('./_copyObject'), - createAssigner = require('./_createAssigner'), - keysIn = require('./keysIn'); - -/** - * This method is like `_.assign` except that it iterates over own and - * inherited source properties. - * - * **Note:** This method mutates `object`. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @alias extend - * @category Object - * @param {Object} object The destination object. - * @param {...Object} [sources] The source objects. - * @returns {Object} Returns `object`. - * @see _.assign - * @example - * - * function Foo() { - * this.a = 1; - * } - * - * function Bar() { - * this.c = 3; - * } - * - * Foo.prototype.b = 2; - * Bar.prototype.d = 4; - * - * _.assignIn({ 'a': 0 }, new Foo, new Bar); - * // => { 'a': 1, 'b': 2, 'c': 3, 'd': 4 } - */ -var assignIn = createAssigner(function(object, source) { - copyObject(source, keysIn(source), object); -}); - -module.exports = assignIn; diff --git a/software/flow/node_modules/lodash/assignInWith.js b/software/flow/node_modules/lodash/assignInWith.js deleted file mode 100644 index 68fcc0b..0000000 --- a/software/flow/node_modules/lodash/assignInWith.js +++ /dev/null @@ -1,38 +0,0 @@ -var copyObject = require('./_copyObject'), - createAssigner = require('./_createAssigner'), - keysIn = require('./keysIn'); - -/** - * This method is like `_.assignIn` except that it accepts `customizer` - * which is invoked to produce the assigned values. If `customizer` returns - * `undefined`, assignment is handled by the method instead. The `customizer` - * is invoked with five arguments: (objValue, srcValue, key, object, source). - * - * **Note:** This method mutates `object`. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @alias extendWith - * @category Object - * @param {Object} object The destination object. - * @param {...Object} sources The source objects. - * @param {Function} [customizer] The function to customize assigned values. - * @returns {Object} Returns `object`. - * @see _.assignWith - * @example - * - * function customizer(objValue, srcValue) { - * return _.isUndefined(objValue) ? srcValue : objValue; - * } - * - * var defaults = _.partialRight(_.assignInWith, customizer); - * - * defaults({ 'a': 1 }, { 'b': 2 }, { 'a': 3 }); - * // => { 'a': 1, 'b': 2 } - */ -var assignInWith = createAssigner(function(object, source, srcIndex, customizer) { - copyObject(source, keysIn(source), object, customizer); -}); - -module.exports = assignInWith; diff --git a/software/flow/node_modules/lodash/assignWith.js b/software/flow/node_modules/lodash/assignWith.js deleted file mode 100644 index 7dc6c76..0000000 --- a/software/flow/node_modules/lodash/assignWith.js +++ /dev/null @@ -1,37 +0,0 @@ -var copyObject = require('./_copyObject'), - createAssigner = require('./_createAssigner'), - keys = require('./keys'); - -/** - * This method is like `_.assign` except that it accepts `customizer` - * which is invoked to produce the assigned values. If `customizer` returns - * `undefined`, assignment is handled by the method instead. The `customizer` - * is invoked with five arguments: (objValue, srcValue, key, object, source). - * - * **Note:** This method mutates `object`. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Object - * @param {Object} object The destination object. - * @param {...Object} sources The source objects. - * @param {Function} [customizer] The function to customize assigned values. - * @returns {Object} Returns `object`. - * @see _.assignInWith - * @example - * - * function customizer(objValue, srcValue) { - * return _.isUndefined(objValue) ? srcValue : objValue; - * } - * - * var defaults = _.partialRight(_.assignWith, customizer); - * - * defaults({ 'a': 1 }, { 'b': 2 }, { 'a': 3 }); - * // => { 'a': 1, 'b': 2 } - */ -var assignWith = createAssigner(function(object, source, srcIndex, customizer) { - copyObject(source, keys(source), object, customizer); -}); - -module.exports = assignWith; diff --git a/software/flow/node_modules/lodash/at.js b/software/flow/node_modules/lodash/at.js deleted file mode 100644 index 781ee9e..0000000 --- a/software/flow/node_modules/lodash/at.js +++ /dev/null @@ -1,23 +0,0 @@ -var baseAt = require('./_baseAt'), - flatRest = require('./_flatRest'); - -/** - * Creates an array of values corresponding to `paths` of `object`. - * - * @static - * @memberOf _ - * @since 1.0.0 - * @category Object - * @param {Object} object The object to iterate over. - * @param {...(string|string[])} [paths] The property paths to pick. - * @returns {Array} Returns the picked values. - * @example - * - * var object = { 'a': [{ 'b': { 'c': 3 } }, 4] }; - * - * _.at(object, ['a[0].b.c', 'a[1]']); - * // => [3, 4] - */ -var at = flatRest(baseAt); - -module.exports = at; diff --git a/software/flow/node_modules/lodash/attempt.js b/software/flow/node_modules/lodash/attempt.js deleted file mode 100644 index 624d015..0000000 --- a/software/flow/node_modules/lodash/attempt.js +++ /dev/null @@ -1,35 +0,0 @@ -var apply = require('./_apply'), - baseRest = require('./_baseRest'), - isError = require('./isError'); - -/** - * Attempts to invoke `func`, returning either the result or the caught error - * object. Any additional arguments are provided to `func` when it's invoked. - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category Util - * @param {Function} func The function to attempt. - * @param {...*} [args] The arguments to invoke `func` with. - * @returns {*} Returns the `func` result or error object. - * @example - * - * // Avoid throwing errors for invalid selectors. - * var elements = _.attempt(function(selector) { - * return document.querySelectorAll(selector); - * }, '>_>'); - * - * if (_.isError(elements)) { - * elements = []; - * } - */ -var attempt = baseRest(function(func, args) { - try { - return apply(func, undefined, args); - } catch (e) { - return isError(e) ? e : new Error(e); - } -}); - -module.exports = attempt; diff --git a/software/flow/node_modules/lodash/before.js b/software/flow/node_modules/lodash/before.js deleted file mode 100644 index a3e0a16..0000000 --- a/software/flow/node_modules/lodash/before.js +++ /dev/null @@ -1,40 +0,0 @@ -var toInteger = require('./toInteger'); - -/** Error message constants. */ -var FUNC_ERROR_TEXT = 'Expected a function'; - -/** - * Creates a function that invokes `func`, with the `this` binding and arguments - * of the created function, while it's called less than `n` times. Subsequent - * calls to the created function return the result of the last `func` invocation. - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category Function - * @param {number} n The number of calls at which `func` is no longer invoked. - * @param {Function} func The function to restrict. - * @returns {Function} Returns the new restricted function. - * @example - * - * jQuery(element).on('click', _.before(5, addContactToList)); - * // => Allows adding up to 4 contacts to the list. - */ -function before(n, func) { - var result; - if (typeof func != 'function') { - throw new TypeError(FUNC_ERROR_TEXT); - } - n = toInteger(n); - return function() { - if (--n > 0) { - result = func.apply(this, arguments); - } - if (n <= 1) { - func = undefined; - } - return result; - }; -} - -module.exports = before; diff --git a/software/flow/node_modules/lodash/bind.js b/software/flow/node_modules/lodash/bind.js deleted file mode 100644 index b1076e9..0000000 --- a/software/flow/node_modules/lodash/bind.js +++ /dev/null @@ -1,57 +0,0 @@ -var baseRest = require('./_baseRest'), - createWrap = require('./_createWrap'), - getHolder = require('./_getHolder'), - replaceHolders = require('./_replaceHolders'); - -/** Used to compose bitmasks for function metadata. */ -var WRAP_BIND_FLAG = 1, - WRAP_PARTIAL_FLAG = 32; - -/** - * Creates a function that invokes `func` with the `this` binding of `thisArg` - * and `partials` prepended to the arguments it receives. - * - * The `_.bind.placeholder` value, which defaults to `_` in monolithic builds, - * may be used as a placeholder for partially applied arguments. - * - * **Note:** Unlike native `Function#bind`, this method doesn't set the "length" - * property of bound functions. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Function - * @param {Function} func The function to bind. - * @param {*} thisArg The `this` binding of `func`. - * @param {...*} [partials] The arguments to be partially applied. - * @returns {Function} Returns the new bound function. - * @example - * - * function greet(greeting, punctuation) { - * return greeting + ' ' + this.user + punctuation; - * } - * - * var object = { 'user': 'fred' }; - * - * var bound = _.bind(greet, object, 'hi'); - * bound('!'); - * // => 'hi fred!' - * - * // Bound with placeholders. - * var bound = _.bind(greet, object, _, '!'); - * bound('hi'); - * // => 'hi fred!' - */ -var bind = baseRest(function(func, thisArg, partials) { - var bitmask = WRAP_BIND_FLAG; - if (partials.length) { - var holders = replaceHolders(partials, getHolder(bind)); - bitmask |= WRAP_PARTIAL_FLAG; - } - return createWrap(func, bitmask, thisArg, partials, holders); -}); - -// Assign default placeholders. -bind.placeholder = {}; - -module.exports = bind; diff --git a/software/flow/node_modules/lodash/bindAll.js b/software/flow/node_modules/lodash/bindAll.js deleted file mode 100644 index a35706d..0000000 --- a/software/flow/node_modules/lodash/bindAll.js +++ /dev/null @@ -1,41 +0,0 @@ -var arrayEach = require('./_arrayEach'), - baseAssignValue = require('./_baseAssignValue'), - bind = require('./bind'), - flatRest = require('./_flatRest'), - toKey = require('./_toKey'); - -/** - * Binds methods of an object to the object itself, overwriting the existing - * method. - * - * **Note:** This method doesn't set the "length" property of bound functions. - * - * @static - * @since 0.1.0 - * @memberOf _ - * @category Util - * @param {Object} object The object to bind and assign the bound methods to. - * @param {...(string|string[])} methodNames The object method names to bind. - * @returns {Object} Returns `object`. - * @example - * - * var view = { - * 'label': 'docs', - * 'click': function() { - * console.log('clicked ' + this.label); - * } - * }; - * - * _.bindAll(view, ['click']); - * jQuery(element).on('click', view.click); - * // => Logs 'clicked docs' when clicked. - */ -var bindAll = flatRest(function(object, methodNames) { - arrayEach(methodNames, function(key) { - key = toKey(key); - baseAssignValue(object, key, bind(object[key], object)); - }); - return object; -}); - -module.exports = bindAll; diff --git a/software/flow/node_modules/lodash/bindKey.js b/software/flow/node_modules/lodash/bindKey.js deleted file mode 100644 index f7fd64c..0000000 --- a/software/flow/node_modules/lodash/bindKey.js +++ /dev/null @@ -1,68 +0,0 @@ -var baseRest = require('./_baseRest'), - createWrap = require('./_createWrap'), - getHolder = require('./_getHolder'), - replaceHolders = require('./_replaceHolders'); - -/** Used to compose bitmasks for function metadata. */ -var WRAP_BIND_FLAG = 1, - WRAP_BIND_KEY_FLAG = 2, - WRAP_PARTIAL_FLAG = 32; - -/** - * Creates a function that invokes the method at `object[key]` with `partials` - * prepended to the arguments it receives. - * - * This method differs from `_.bind` by allowing bound functions to reference - * methods that may be redefined or don't yet exist. See - * [Peter Michaux's article](http://peter.michaux.ca/articles/lazy-function-definition-pattern) - * for more details. - * - * The `_.bindKey.placeholder` value, which defaults to `_` in monolithic - * builds, may be used as a placeholder for partially applied arguments. - * - * @static - * @memberOf _ - * @since 0.10.0 - * @category Function - * @param {Object} object The object to invoke the method on. - * @param {string} key The key of the method. - * @param {...*} [partials] The arguments to be partially applied. - * @returns {Function} Returns the new bound function. - * @example - * - * var object = { - * 'user': 'fred', - * 'greet': function(greeting, punctuation) { - * return greeting + ' ' + this.user + punctuation; - * } - * }; - * - * var bound = _.bindKey(object, 'greet', 'hi'); - * bound('!'); - * // => 'hi fred!' - * - * object.greet = function(greeting, punctuation) { - * return greeting + 'ya ' + this.user + punctuation; - * }; - * - * bound('!'); - * // => 'hiya fred!' - * - * // Bound with placeholders. - * var bound = _.bindKey(object, 'greet', _, '!'); - * bound('hi'); - * // => 'hiya fred!' - */ -var bindKey = baseRest(function(object, key, partials) { - var bitmask = WRAP_BIND_FLAG | WRAP_BIND_KEY_FLAG; - if (partials.length) { - var holders = replaceHolders(partials, getHolder(bindKey)); - bitmask |= WRAP_PARTIAL_FLAG; - } - return createWrap(key, bitmask, object, partials, holders); -}); - -// Assign default placeholders. -bindKey.placeholder = {}; - -module.exports = bindKey; diff --git a/software/flow/node_modules/lodash/camelCase.js b/software/flow/node_modules/lodash/camelCase.js deleted file mode 100644 index d7390de..0000000 --- a/software/flow/node_modules/lodash/camelCase.js +++ /dev/null @@ -1,29 +0,0 @@ -var capitalize = require('./capitalize'), - createCompounder = require('./_createCompounder'); - -/** - * Converts `string` to [camel case](https://en.wikipedia.org/wiki/CamelCase). - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category String - * @param {string} [string=''] The string to convert. - * @returns {string} Returns the camel cased string. - * @example - * - * _.camelCase('Foo Bar'); - * // => 'fooBar' - * - * _.camelCase('--foo-bar--'); - * // => 'fooBar' - * - * _.camelCase('__FOO_BAR__'); - * // => 'fooBar' - */ -var camelCase = createCompounder(function(result, word, index) { - word = word.toLowerCase(); - return result + (index ? capitalize(word) : word); -}); - -module.exports = camelCase; diff --git a/software/flow/node_modules/lodash/capitalize.js b/software/flow/node_modules/lodash/capitalize.js deleted file mode 100644 index 3e1600e..0000000 --- a/software/flow/node_modules/lodash/capitalize.js +++ /dev/null @@ -1,23 +0,0 @@ -var toString = require('./toString'), - upperFirst = require('./upperFirst'); - -/** - * Converts the first character of `string` to upper case and the remaining - * to lower case. - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category String - * @param {string} [string=''] The string to capitalize. - * @returns {string} Returns the capitalized string. - * @example - * - * _.capitalize('FRED'); - * // => 'Fred' - */ -function capitalize(string) { - return upperFirst(toString(string).toLowerCase()); -} - -module.exports = capitalize; diff --git a/software/flow/node_modules/lodash/castArray.js b/software/flow/node_modules/lodash/castArray.js deleted file mode 100644 index e470bdb..0000000 --- a/software/flow/node_modules/lodash/castArray.js +++ /dev/null @@ -1,44 +0,0 @@ -var isArray = require('./isArray'); - -/** - * Casts `value` as an array if it's not one. - * - * @static - * @memberOf _ - * @since 4.4.0 - * @category Lang - * @param {*} value The value to inspect. - * @returns {Array} Returns the cast array. - * @example - * - * _.castArray(1); - * // => [1] - * - * _.castArray({ 'a': 1 }); - * // => [{ 'a': 1 }] - * - * _.castArray('abc'); - * // => ['abc'] - * - * _.castArray(null); - * // => [null] - * - * _.castArray(undefined); - * // => [undefined] - * - * _.castArray(); - * // => [] - * - * var array = [1, 2, 3]; - * console.log(_.castArray(array) === array); - * // => true - */ -function castArray() { - if (!arguments.length) { - return []; - } - var value = arguments[0]; - return isArray(value) ? value : [value]; -} - -module.exports = castArray; diff --git a/software/flow/node_modules/lodash/ceil.js b/software/flow/node_modules/lodash/ceil.js deleted file mode 100644 index 56c8722..0000000 --- a/software/flow/node_modules/lodash/ceil.js +++ /dev/null @@ -1,26 +0,0 @@ -var createRound = require('./_createRound'); - -/** - * Computes `number` rounded up to `precision`. - * - * @static - * @memberOf _ - * @since 3.10.0 - * @category Math - * @param {number} number The number to round up. - * @param {number} [precision=0] The precision to round up to. - * @returns {number} Returns the rounded up number. - * @example - * - * _.ceil(4.006); - * // => 5 - * - * _.ceil(6.004, 2); - * // => 6.01 - * - * _.ceil(6040, -2); - * // => 6100 - */ -var ceil = createRound('ceil'); - -module.exports = ceil; diff --git a/software/flow/node_modules/lodash/chain.js b/software/flow/node_modules/lodash/chain.js deleted file mode 100644 index f6cd647..0000000 --- a/software/flow/node_modules/lodash/chain.js +++ /dev/null @@ -1,38 +0,0 @@ -var lodash = require('./wrapperLodash'); - -/** - * Creates a `lodash` wrapper instance that wraps `value` with explicit method - * chain sequences enabled. The result of such sequences must be unwrapped - * with `_#value`. - * - * @static - * @memberOf _ - * @since 1.3.0 - * @category Seq - * @param {*} value The value to wrap. - * @returns {Object} Returns the new `lodash` wrapper instance. - * @example - * - * var users = [ - * { 'user': 'barney', 'age': 36 }, - * { 'user': 'fred', 'age': 40 }, - * { 'user': 'pebbles', 'age': 1 } - * ]; - * - * var youngest = _ - * .chain(users) - * .sortBy('age') - * .map(function(o) { - * return o.user + ' is ' + o.age; - * }) - * .head() - * .value(); - * // => 'pebbles is 1' - */ -function chain(value) { - var result = lodash(value); - result.__chain__ = true; - return result; -} - -module.exports = chain; diff --git a/software/flow/node_modules/lodash/chunk.js b/software/flow/node_modules/lodash/chunk.js deleted file mode 100644 index 5b562fe..0000000 --- a/software/flow/node_modules/lodash/chunk.js +++ /dev/null @@ -1,50 +0,0 @@ -var baseSlice = require('./_baseSlice'), - isIterateeCall = require('./_isIterateeCall'), - toInteger = require('./toInteger'); - -/* Built-in method references for those with the same name as other `lodash` methods. */ -var nativeCeil = Math.ceil, - nativeMax = Math.max; - -/** - * Creates an array of elements split into groups the length of `size`. - * If `array` can't be split evenly, the final chunk will be the remaining - * elements. - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category Array - * @param {Array} array The array to process. - * @param {number} [size=1] The length of each chunk - * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. - * @returns {Array} Returns the new array of chunks. - * @example - * - * _.chunk(['a', 'b', 'c', 'd'], 2); - * // => [['a', 'b'], ['c', 'd']] - * - * _.chunk(['a', 'b', 'c', 'd'], 3); - * // => [['a', 'b', 'c'], ['d']] - */ -function chunk(array, size, guard) { - if ((guard ? isIterateeCall(array, size, guard) : size === undefined)) { - size = 1; - } else { - size = nativeMax(toInteger(size), 0); - } - var length = array == null ? 0 : array.length; - if (!length || size < 1) { - return []; - } - var index = 0, - resIndex = 0, - result = Array(nativeCeil(length / size)); - - while (index < length) { - result[resIndex++] = baseSlice(array, index, (index += size)); - } - return result; -} - -module.exports = chunk; diff --git a/software/flow/node_modules/lodash/clamp.js b/software/flow/node_modules/lodash/clamp.js deleted file mode 100644 index 91a72c9..0000000 --- a/software/flow/node_modules/lodash/clamp.js +++ /dev/null @@ -1,39 +0,0 @@ -var baseClamp = require('./_baseClamp'), - toNumber = require('./toNumber'); - -/** - * Clamps `number` within the inclusive `lower` and `upper` bounds. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Number - * @param {number} number The number to clamp. - * @param {number} [lower] The lower bound. - * @param {number} upper The upper bound. - * @returns {number} Returns the clamped number. - * @example - * - * _.clamp(-10, -5, 5); - * // => -5 - * - * _.clamp(10, -5, 5); - * // => 5 - */ -function clamp(number, lower, upper) { - if (upper === undefined) { - upper = lower; - lower = undefined; - } - if (upper !== undefined) { - upper = toNumber(upper); - upper = upper === upper ? upper : 0; - } - if (lower !== undefined) { - lower = toNumber(lower); - lower = lower === lower ? lower : 0; - } - return baseClamp(toNumber(number), lower, upper); -} - -module.exports = clamp; diff --git a/software/flow/node_modules/lodash/clone.js b/software/flow/node_modules/lodash/clone.js deleted file mode 100644 index dd439d6..0000000 --- a/software/flow/node_modules/lodash/clone.js +++ /dev/null @@ -1,36 +0,0 @@ -var baseClone = require('./_baseClone'); - -/** Used to compose bitmasks for cloning. */ -var CLONE_SYMBOLS_FLAG = 4; - -/** - * Creates a shallow clone of `value`. - * - * **Note:** This method is loosely based on the - * [structured clone algorithm](https://mdn.io/Structured_clone_algorithm) - * and supports cloning arrays, array buffers, booleans, date objects, maps, - * numbers, `Object` objects, regexes, sets, strings, symbols, and typed - * arrays. The own enumerable properties of `arguments` objects are cloned - * as plain objects. An empty object is returned for uncloneable values such - * as error objects, functions, DOM nodes, and WeakMaps. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Lang - * @param {*} value The value to clone. - * @returns {*} Returns the cloned value. - * @see _.cloneDeep - * @example - * - * var objects = [{ 'a': 1 }, { 'b': 2 }]; - * - * var shallow = _.clone(objects); - * console.log(shallow[0] === objects[0]); - * // => true - */ -function clone(value) { - return baseClone(value, CLONE_SYMBOLS_FLAG); -} - -module.exports = clone; diff --git a/software/flow/node_modules/lodash/cloneDeep.js b/software/flow/node_modules/lodash/cloneDeep.js deleted file mode 100644 index 4425fbe..0000000 --- a/software/flow/node_modules/lodash/cloneDeep.js +++ /dev/null @@ -1,29 +0,0 @@ -var baseClone = require('./_baseClone'); - -/** Used to compose bitmasks for cloning. */ -var CLONE_DEEP_FLAG = 1, - CLONE_SYMBOLS_FLAG = 4; - -/** - * This method is like `_.clone` except that it recursively clones `value`. - * - * @static - * @memberOf _ - * @since 1.0.0 - * @category Lang - * @param {*} value The value to recursively clone. - * @returns {*} Returns the deep cloned value. - * @see _.clone - * @example - * - * var objects = [{ 'a': 1 }, { 'b': 2 }]; - * - * var deep = _.cloneDeep(objects); - * console.log(deep[0] === objects[0]); - * // => false - */ -function cloneDeep(value) { - return baseClone(value, CLONE_DEEP_FLAG | CLONE_SYMBOLS_FLAG); -} - -module.exports = cloneDeep; diff --git a/software/flow/node_modules/lodash/cloneDeepWith.js b/software/flow/node_modules/lodash/cloneDeepWith.js deleted file mode 100644 index fd9c6c0..0000000 --- a/software/flow/node_modules/lodash/cloneDeepWith.js +++ /dev/null @@ -1,40 +0,0 @@ -var baseClone = require('./_baseClone'); - -/** Used to compose bitmasks for cloning. */ -var CLONE_DEEP_FLAG = 1, - CLONE_SYMBOLS_FLAG = 4; - -/** - * This method is like `_.cloneWith` except that it recursively clones `value`. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Lang - * @param {*} value The value to recursively clone. - * @param {Function} [customizer] The function to customize cloning. - * @returns {*} Returns the deep cloned value. - * @see _.cloneWith - * @example - * - * function customizer(value) { - * if (_.isElement(value)) { - * return value.cloneNode(true); - * } - * } - * - * var el = _.cloneDeepWith(document.body, customizer); - * - * console.log(el === document.body); - * // => false - * console.log(el.nodeName); - * // => 'BODY' - * console.log(el.childNodes.length); - * // => 20 - */ -function cloneDeepWith(value, customizer) { - customizer = typeof customizer == 'function' ? customizer : undefined; - return baseClone(value, CLONE_DEEP_FLAG | CLONE_SYMBOLS_FLAG, customizer); -} - -module.exports = cloneDeepWith; diff --git a/software/flow/node_modules/lodash/cloneWith.js b/software/flow/node_modules/lodash/cloneWith.js deleted file mode 100644 index d2f4e75..0000000 --- a/software/flow/node_modules/lodash/cloneWith.js +++ /dev/null @@ -1,42 +0,0 @@ -var baseClone = require('./_baseClone'); - -/** Used to compose bitmasks for cloning. */ -var CLONE_SYMBOLS_FLAG = 4; - -/** - * This method is like `_.clone` except that it accepts `customizer` which - * is invoked to produce the cloned value. If `customizer` returns `undefined`, - * cloning is handled by the method instead. The `customizer` is invoked with - * up to four arguments; (value [, index|key, object, stack]). - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Lang - * @param {*} value The value to clone. - * @param {Function} [customizer] The function to customize cloning. - * @returns {*} Returns the cloned value. - * @see _.cloneDeepWith - * @example - * - * function customizer(value) { - * if (_.isElement(value)) { - * return value.cloneNode(false); - * } - * } - * - * var el = _.cloneWith(document.body, customizer); - * - * console.log(el === document.body); - * // => false - * console.log(el.nodeName); - * // => 'BODY' - * console.log(el.childNodes.length); - * // => 0 - */ -function cloneWith(value, customizer) { - customizer = typeof customizer == 'function' ? customizer : undefined; - return baseClone(value, CLONE_SYMBOLS_FLAG, customizer); -} - -module.exports = cloneWith; diff --git a/software/flow/node_modules/lodash/collection.js b/software/flow/node_modules/lodash/collection.js deleted file mode 100644 index 77fe837..0000000 --- a/software/flow/node_modules/lodash/collection.js +++ /dev/null @@ -1,30 +0,0 @@ -module.exports = { - 'countBy': require('./countBy'), - 'each': require('./each'), - 'eachRight': require('./eachRight'), - 'every': require('./every'), - 'filter': require('./filter'), - 'find': require('./find'), - 'findLast': require('./findLast'), - 'flatMap': require('./flatMap'), - 'flatMapDeep': require('./flatMapDeep'), - 'flatMapDepth': require('./flatMapDepth'), - 'forEach': require('./forEach'), - 'forEachRight': require('./forEachRight'), - 'groupBy': require('./groupBy'), - 'includes': require('./includes'), - 'invokeMap': require('./invokeMap'), - 'keyBy': require('./keyBy'), - 'map': require('./map'), - 'orderBy': require('./orderBy'), - 'partition': require('./partition'), - 'reduce': require('./reduce'), - 'reduceRight': require('./reduceRight'), - 'reject': require('./reject'), - 'sample': require('./sample'), - 'sampleSize': require('./sampleSize'), - 'shuffle': require('./shuffle'), - 'size': require('./size'), - 'some': require('./some'), - 'sortBy': require('./sortBy') -}; diff --git a/software/flow/node_modules/lodash/commit.js b/software/flow/node_modules/lodash/commit.js deleted file mode 100644 index fe4db71..0000000 --- a/software/flow/node_modules/lodash/commit.js +++ /dev/null @@ -1,33 +0,0 @@ -var LodashWrapper = require('./_LodashWrapper'); - -/** - * Executes the chain sequence and returns the wrapped result. - * - * @name commit - * @memberOf _ - * @since 3.2.0 - * @category Seq - * @returns {Object} Returns the new `lodash` wrapper instance. - * @example - * - * var array = [1, 2]; - * var wrapped = _(array).push(3); - * - * console.log(array); - * // => [1, 2] - * - * wrapped = wrapped.commit(); - * console.log(array); - * // => [1, 2, 3] - * - * wrapped.last(); - * // => 3 - * - * console.log(array); - * // => [1, 2, 3] - */ -function wrapperCommit() { - return new LodashWrapper(this.value(), this.__chain__); -} - -module.exports = wrapperCommit; diff --git a/software/flow/node_modules/lodash/compact.js b/software/flow/node_modules/lodash/compact.js deleted file mode 100644 index 031fab4..0000000 --- a/software/flow/node_modules/lodash/compact.js +++ /dev/null @@ -1,31 +0,0 @@ -/** - * Creates an array with all falsey values removed. The values `false`, `null`, - * `0`, `""`, `undefined`, and `NaN` are falsey. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Array - * @param {Array} array The array to compact. - * @returns {Array} Returns the new array of filtered values. - * @example - * - * _.compact([0, 1, false, 2, '', 3]); - * // => [1, 2, 3] - */ -function compact(array) { - var index = -1, - length = array == null ? 0 : array.length, - resIndex = 0, - result = []; - - while (++index < length) { - var value = array[index]; - if (value) { - result[resIndex++] = value; - } - } - return result; -} - -module.exports = compact; diff --git a/software/flow/node_modules/lodash/concat.js b/software/flow/node_modules/lodash/concat.js deleted file mode 100644 index 1da48a4..0000000 --- a/software/flow/node_modules/lodash/concat.js +++ /dev/null @@ -1,43 +0,0 @@ -var arrayPush = require('./_arrayPush'), - baseFlatten = require('./_baseFlatten'), - copyArray = require('./_copyArray'), - isArray = require('./isArray'); - -/** - * Creates a new array concatenating `array` with any additional arrays - * and/or values. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Array - * @param {Array} array The array to concatenate. - * @param {...*} [values] The values to concatenate. - * @returns {Array} Returns the new concatenated array. - * @example - * - * var array = [1]; - * var other = _.concat(array, 2, [3], [[4]]); - * - * console.log(other); - * // => [1, 2, 3, [4]] - * - * console.log(array); - * // => [1] - */ -function concat() { - var length = arguments.length; - if (!length) { - return []; - } - var args = Array(length - 1), - array = arguments[0], - index = length; - - while (index--) { - args[index - 1] = arguments[index]; - } - return arrayPush(isArray(array) ? copyArray(array) : [array], baseFlatten(args, 1)); -} - -module.exports = concat; diff --git a/software/flow/node_modules/lodash/cond.js b/software/flow/node_modules/lodash/cond.js deleted file mode 100644 index 6455598..0000000 --- a/software/flow/node_modules/lodash/cond.js +++ /dev/null @@ -1,60 +0,0 @@ -var apply = require('./_apply'), - arrayMap = require('./_arrayMap'), - baseIteratee = require('./_baseIteratee'), - baseRest = require('./_baseRest'); - -/** Error message constants. */ -var FUNC_ERROR_TEXT = 'Expected a function'; - -/** - * Creates a function that iterates over `pairs` and invokes the corresponding - * function of the first predicate to return truthy. The predicate-function - * pairs are invoked with the `this` binding and arguments of the created - * function. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Util - * @param {Array} pairs The predicate-function pairs. - * @returns {Function} Returns the new composite function. - * @example - * - * var func = _.cond([ - * [_.matches({ 'a': 1 }), _.constant('matches A')], - * [_.conforms({ 'b': _.isNumber }), _.constant('matches B')], - * [_.stubTrue, _.constant('no match')] - * ]); - * - * func({ 'a': 1, 'b': 2 }); - * // => 'matches A' - * - * func({ 'a': 0, 'b': 1 }); - * // => 'matches B' - * - * func({ 'a': '1', 'b': '2' }); - * // => 'no match' - */ -function cond(pairs) { - var length = pairs == null ? 0 : pairs.length, - toIteratee = baseIteratee; - - pairs = !length ? [] : arrayMap(pairs, function(pair) { - if (typeof pair[1] != 'function') { - throw new TypeError(FUNC_ERROR_TEXT); - } - return [toIteratee(pair[0]), pair[1]]; - }); - - return baseRest(function(args) { - var index = -1; - while (++index < length) { - var pair = pairs[index]; - if (apply(pair[0], this, args)) { - return apply(pair[1], this, args); - } - } - }); -} - -module.exports = cond; diff --git a/software/flow/node_modules/lodash/conforms.js b/software/flow/node_modules/lodash/conforms.js deleted file mode 100644 index 5501a94..0000000 --- a/software/flow/node_modules/lodash/conforms.js +++ /dev/null @@ -1,35 +0,0 @@ -var baseClone = require('./_baseClone'), - baseConforms = require('./_baseConforms'); - -/** Used to compose bitmasks for cloning. */ -var CLONE_DEEP_FLAG = 1; - -/** - * Creates a function that invokes the predicate properties of `source` with - * the corresponding property values of a given object, returning `true` if - * all predicates return truthy, else `false`. - * - * **Note:** The created function is equivalent to `_.conformsTo` with - * `source` partially applied. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Util - * @param {Object} source The object of property predicates to conform to. - * @returns {Function} Returns the new spec function. - * @example - * - * var objects = [ - * { 'a': 2, 'b': 1 }, - * { 'a': 1, 'b': 2 } - * ]; - * - * _.filter(objects, _.conforms({ 'b': function(n) { return n > 1; } })); - * // => [{ 'a': 1, 'b': 2 }] - */ -function conforms(source) { - return baseConforms(baseClone(source, CLONE_DEEP_FLAG)); -} - -module.exports = conforms; diff --git a/software/flow/node_modules/lodash/conformsTo.js b/software/flow/node_modules/lodash/conformsTo.js deleted file mode 100644 index b8a93eb..0000000 --- a/software/flow/node_modules/lodash/conformsTo.js +++ /dev/null @@ -1,32 +0,0 @@ -var baseConformsTo = require('./_baseConformsTo'), - keys = require('./keys'); - -/** - * Checks if `object` conforms to `source` by invoking the predicate - * properties of `source` with the corresponding property values of `object`. - * - * **Note:** This method is equivalent to `_.conforms` when `source` is - * partially applied. - * - * @static - * @memberOf _ - * @since 4.14.0 - * @category Lang - * @param {Object} object The object to inspect. - * @param {Object} source The object of property predicates to conform to. - * @returns {boolean} Returns `true` if `object` conforms, else `false`. - * @example - * - * var object = { 'a': 1, 'b': 2 }; - * - * _.conformsTo(object, { 'b': function(n) { return n > 1; } }); - * // => true - * - * _.conformsTo(object, { 'b': function(n) { return n > 2; } }); - * // => false - */ -function conformsTo(object, source) { - return source == null || baseConformsTo(object, source, keys(source)); -} - -module.exports = conformsTo; diff --git a/software/flow/node_modules/lodash/constant.js b/software/flow/node_modules/lodash/constant.js deleted file mode 100644 index 655ece3..0000000 --- a/software/flow/node_modules/lodash/constant.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Creates a function that returns `value`. - * - * @static - * @memberOf _ - * @since 2.4.0 - * @category Util - * @param {*} value The value to return from the new function. - * @returns {Function} Returns the new constant function. - * @example - * - * var objects = _.times(2, _.constant({ 'a': 1 })); - * - * console.log(objects); - * // => [{ 'a': 1 }, { 'a': 1 }] - * - * console.log(objects[0] === objects[1]); - * // => true - */ -function constant(value) { - return function() { - return value; - }; -} - -module.exports = constant; diff --git a/software/flow/node_modules/lodash/core.js b/software/flow/node_modules/lodash/core.js deleted file mode 100644 index be1d567..0000000 --- a/software/flow/node_modules/lodash/core.js +++ /dev/null @@ -1,3877 +0,0 @@ -/** - * @license - * Lodash (Custom Build) <https://lodash.com/> - * Build: `lodash core -o ./dist/lodash.core.js` - * Copyright OpenJS Foundation and other contributors <https://openjsf.org/> - * Released under MIT license <https://lodash.com/license> - * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE> - * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors - */ -;(function() { - - /** Used as a safe reference for `undefined` in pre-ES5 environments. */ - var undefined; - - /** Used as the semantic version number. */ - var VERSION = '4.17.21'; - - /** Error message constants. */ - var FUNC_ERROR_TEXT = 'Expected a function'; - - /** Used to compose bitmasks for value comparisons. */ - var COMPARE_PARTIAL_FLAG = 1, - COMPARE_UNORDERED_FLAG = 2; - - /** Used to compose bitmasks for function metadata. */ - var WRAP_BIND_FLAG = 1, - WRAP_PARTIAL_FLAG = 32; - - /** Used as references for various `Number` constants. */ - var INFINITY = 1 / 0, - MAX_SAFE_INTEGER = 9007199254740991; - - /** `Object#toString` result references. */ - var argsTag = '[object Arguments]', - arrayTag = '[object Array]', - asyncTag = '[object AsyncFunction]', - boolTag = '[object Boolean]', - dateTag = '[object Date]', - errorTag = '[object Error]', - funcTag = '[object Function]', - genTag = '[object GeneratorFunction]', - numberTag = '[object Number]', - objectTag = '[object Object]', - proxyTag = '[object Proxy]', - regexpTag = '[object RegExp]', - stringTag = '[object String]'; - - /** Used to match HTML entities and HTML characters. */ - var reUnescapedHtml = /[&<>"']/g, - reHasUnescapedHtml = RegExp(reUnescapedHtml.source); - - /** Used to detect unsigned integer values. */ - var reIsUint = /^(?:0|[1-9]\d*)$/; - - /** Used to map characters to HTML entities. */ - var htmlEscapes = { - '&': '&amp;', - '<': '&lt;', - '>': '&gt;', - '"': '&quot;', - "'": '&#39;' - }; - - /** Detect free variable `global` from Node.js. */ - var freeGlobal = typeof global == 'object' && global && global.Object === Object && global; - - /** Detect free variable `self`. */ - var freeSelf = typeof self == 'object' && self && self.Object === Object && self; - - /** Used as a reference to the global object. */ - var root = freeGlobal || freeSelf || Function('return this')(); - - /** Detect free variable `exports`. */ - var freeExports = typeof exports == 'object' && exports && !exports.nodeType && exports; - - /** Detect free variable `module`. */ - var freeModule = freeExports && typeof module == 'object' && module && !module.nodeType && module; - - /*--------------------------------------------------------------------------*/ - - /** - * Appends the elements of `values` to `array`. - * - * @private - * @param {Array} array The array to modify. - * @param {Array} values The values to append. - * @returns {Array} Returns `array`. - */ - function arrayPush(array, values) { - array.push.apply(array, values); - return array; - } - - /** - * The base implementation of `_.findIndex` and `_.findLastIndex` without - * support for iteratee shorthands. - * - * @private - * @param {Array} array The array to inspect. - * @param {Function} predicate The function invoked per iteration. - * @param {number} fromIndex The index to search from. - * @param {boolean} [fromRight] Specify iterating from right to left. - * @returns {number} Returns the index of the matched value, else `-1`. - */ - function baseFindIndex(array, predicate, fromIndex, fromRight) { - var length = array.length, - index = fromIndex + (fromRight ? 1 : -1); - - while ((fromRight ? index-- : ++index < length)) { - if (predicate(array[index], index, array)) { - return index; - } - } - return -1; - } - - /** - * The base implementation of `_.property` without support for deep paths. - * - * @private - * @param {string} key The key of the property to get. - * @returns {Function} Returns the new accessor function. - */ - function baseProperty(key) { - return function(object) { - return object == null ? undefined : object[key]; - }; - } - - /** - * The base implementation of `_.propertyOf` without support for deep paths. - * - * @private - * @param {Object} object The object to query. - * @returns {Function} Returns the new accessor function. - */ - function basePropertyOf(object) { - return function(key) { - return object == null ? undefined : object[key]; - }; - } - - /** - * The base implementation of `_.reduce` and `_.reduceRight`, without support - * for iteratee shorthands, which iterates over `collection` using `eachFunc`. - * - * @private - * @param {Array|Object} collection The collection to iterate over. - * @param {Function} iteratee The function invoked per iteration. - * @param {*} accumulator The initial value. - * @param {boolean} initAccum Specify using the first or last element of - * `collection` as the initial value. - * @param {Function} eachFunc The function to iterate over `collection`. - * @returns {*} Returns the accumulated value. - */ - function baseReduce(collection, iteratee, accumulator, initAccum, eachFunc) { - eachFunc(collection, function(value, index, collection) { - accumulator = initAccum - ? (initAccum = false, value) - : iteratee(accumulator, value, index, collection); - }); - return accumulator; - } - - /** - * The base implementation of `_.values` and `_.valuesIn` which creates an - * array of `object` property values corresponding to the property names - * of `props`. - * - * @private - * @param {Object} object The object to query. - * @param {Array} props The property names to get values for. - * @returns {Object} Returns the array of property values. - */ - function baseValues(object, props) { - return baseMap(props, function(key) { - return object[key]; - }); - } - - /** - * Used by `_.escape` to convert characters to HTML entities. - * - * @private - * @param {string} chr The matched character to escape. - * @returns {string} Returns the escaped character. - */ - var escapeHtmlChar = basePropertyOf(htmlEscapes); - - /** - * Creates a unary function that invokes `func` with its argument transformed. - * - * @private - * @param {Function} func The function to wrap. - * @param {Function} transform The argument transform. - * @returns {Function} Returns the new function. - */ - function overArg(func, transform) { - return function(arg) { - return func(transform(arg)); - }; - } - - /*--------------------------------------------------------------------------*/ - - /** Used for built-in method references. */ - var arrayProto = Array.prototype, - objectProto = Object.prototype; - - /** Used to check objects for own properties. */ - var hasOwnProperty = objectProto.hasOwnProperty; - - /** Used to generate unique IDs. */ - var idCounter = 0; - - /** - * Used to resolve the - * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring) - * of values. - */ - var nativeObjectToString = objectProto.toString; - - /** Used to restore the original `_` reference in `_.noConflict`. */ - var oldDash = root._; - - /** Built-in value references. */ - var objectCreate = Object.create, - propertyIsEnumerable = objectProto.propertyIsEnumerable; - - /* Built-in method references for those with the same name as other `lodash` methods. */ - var nativeIsFinite = root.isFinite, - nativeKeys = overArg(Object.keys, Object), - nativeMax = Math.max; - - /*------------------------------------------------------------------------*/ - - /** - * Creates a `lodash` object which wraps `value` to enable implicit method - * chain sequences. Methods that operate on and return arrays, collections, - * and functions can be chained together. Methods that retrieve a single value - * or may return a primitive value will automatically end the chain sequence - * and return the unwrapped value. Otherwise, the value must be unwrapped - * with `_#value`. - * - * Explicit chain sequences, which must be unwrapped with `_#value`, may be - * enabled using `_.chain`. - * - * The execution of chained methods is lazy, that is, it's deferred until - * `_#value` is implicitly or explicitly called. - * - * Lazy evaluation allows several methods to support shortcut fusion. - * Shortcut fusion is an optimization to merge iteratee calls; this avoids - * the creation of intermediate arrays and can greatly reduce the number of - * iteratee executions. Sections of a chain sequence qualify for shortcut - * fusion if the section is applied to an array and iteratees accept only - * one argument. The heuristic for whether a section qualifies for shortcut - * fusion is subject to change. - * - * Chaining is supported in custom builds as long as the `_#value` method is - * directly or indirectly included in the build. - * - * In addition to lodash methods, wrappers have `Array` and `String` methods. - * - * The wrapper `Array` methods are: - * `concat`, `join`, `pop`, `push`, `shift`, `sort`, `splice`, and `unshift` - * - * The wrapper `String` methods are: - * `replace` and `split` - * - * The wrapper methods that support shortcut fusion are: - * `at`, `compact`, `drop`, `dropRight`, `dropWhile`, `filter`, `find`, - * `findLast`, `head`, `initial`, `last`, `map`, `reject`, `reverse`, `slice`, - * `tail`, `take`, `takeRight`, `takeRightWhile`, `takeWhile`, and `toArray` - * - * The chainable wrapper methods are: - * `after`, `ary`, `assign`, `assignIn`, `assignInWith`, `assignWith`, `at`, - * `before`, `bind`, `bindAll`, `bindKey`, `castArray`, `chain`, `chunk`, - * `commit`, `compact`, `concat`, `conforms`, `constant`, `countBy`, `create`, - * `curry`, `debounce`, `defaults`, `defaultsDeep`, `defer`, `delay`, - * `difference`, `differenceBy`, `differenceWith`, `drop`, `dropRight`, - * `dropRightWhile`, `dropWhile`, `extend`, `extendWith`, `fill`, `filter`, - * `flatMap`, `flatMapDeep`, `flatMapDepth`, `flatten`, `flattenDeep`, - * `flattenDepth`, `flip`, `flow`, `flowRight`, `fromPairs`, `functions`, - * `functionsIn`, `groupBy`, `initial`, `intersection`, `intersectionBy`, - * `intersectionWith`, `invert`, `invertBy`, `invokeMap`, `iteratee`, `keyBy`, - * `keys`, `keysIn`, `map`, `mapKeys`, `mapValues`, `matches`, `matchesProperty`, - * `memoize`, `merge`, `mergeWith`, `method`, `methodOf`, `mixin`, `negate`, - * `nthArg`, `omit`, `omitBy`, `once`, `orderBy`, `over`, `overArgs`, - * `overEvery`, `overSome`, `partial`, `partialRight`, `partition`, `pick`, - * `pickBy`, `plant`, `property`, `propertyOf`, `pull`, `pullAll`, `pullAllBy`, - * `pullAllWith`, `pullAt`, `push`, `range`, `rangeRight`, `rearg`, `reject`, - * `remove`, `rest`, `reverse`, `sampleSize`, `set`, `setWith`, `shuffle`, - * `slice`, `sort`, `sortBy`, `splice`, `spread`, `tail`, `take`, `takeRight`, - * `takeRightWhile`, `takeWhile`, `tap`, `throttle`, `thru`, `toArray`, - * `toPairs`, `toPairsIn`, `toPath`, `toPlainObject`, `transform`, `unary`, - * `union`, `unionBy`, `unionWith`, `uniq`, `uniqBy`, `uniqWith`, `unset`, - * `unshift`, `unzip`, `unzipWith`, `update`, `updateWith`, `values`, - * `valuesIn`, `without`, `wrap`, `xor`, `xorBy`, `xorWith`, `zip`, - * `zipObject`, `zipObjectDeep`, and `zipWith` - * - * The wrapper methods that are **not** chainable by default are: - * `add`, `attempt`, `camelCase`, `capitalize`, `ceil`, `clamp`, `clone`, - * `cloneDeep`, `cloneDeepWith`, `cloneWith`, `conformsTo`, `deburr`, - * `defaultTo`, `divide`, `each`, `eachRight`, `endsWith`, `eq`, `escape`, - * `escapeRegExp`, `every`, `find`, `findIndex`, `findKey`, `findLast`, - * `findLastIndex`, `findLastKey`, `first`, `floor`, `forEach`, `forEachRight`, - * `forIn`, `forInRight`, `forOwn`, `forOwnRight`, `get`, `gt`, `gte`, `has`, - * `hasIn`, `head`, `identity`, `includes`, `indexOf`, `inRange`, `invoke`, - * `isArguments`, `isArray`, `isArrayBuffer`, `isArrayLike`, `isArrayLikeObject`, - * `isBoolean`, `isBuffer`, `isDate`, `isElement`, `isEmpty`, `isEqual`, - * `isEqualWith`, `isError`, `isFinite`, `isFunction`, `isInteger`, `isLength`, - * `isMap`, `isMatch`, `isMatchWith`, `isNaN`, `isNative`, `isNil`, `isNull`, - * `isNumber`, `isObject`, `isObjectLike`, `isPlainObject`, `isRegExp`, - * `isSafeInteger`, `isSet`, `isString`, `isUndefined`, `isTypedArray`, - * `isWeakMap`, `isWeakSet`, `join`, `kebabCase`, `last`, `lastIndexOf`, - * `lowerCase`, `lowerFirst`, `lt`, `lte`, `max`, `maxBy`, `mean`, `meanBy`, - * `min`, `minBy`, `multiply`, `noConflict`, `noop`, `now`, `nth`, `pad`, - * `padEnd`, `padStart`, `parseInt`, `pop`, `random`, `reduce`, `reduceRight`, - * `repeat`, `result`, `round`, `runInContext`, `sample`, `shift`, `size`, - * `snakeCase`, `some`, `sortedIndex`, `sortedIndexBy`, `sortedLastIndex`, - * `sortedLastIndexBy`, `startCase`, `startsWith`, `stubArray`, `stubFalse`, - * `stubObject`, `stubString`, `stubTrue`, `subtract`, `sum`, `sumBy`, - * `template`, `times`, `toFinite`, `toInteger`, `toJSON`, `toLength`, - * `toLower`, `toNumber`, `toSafeInteger`, `toString`, `toUpper`, `trim`, - * `trimEnd`, `trimStart`, `truncate`, `unescape`, `uniqueId`, `upperCase`, - * `upperFirst`, `value`, and `words` - * - * @name _ - * @constructor - * @category Seq - * @param {*} value The value to wrap in a `lodash` instance. - * @returns {Object} Returns the new `lodash` wrapper instance. - * @example - * - * function square(n) { - * return n * n; - * } - * - * var wrapped = _([1, 2, 3]); - * - * // Returns an unwrapped value. - * wrapped.reduce(_.add); - * // => 6 - * - * // Returns a wrapped value. - * var squares = wrapped.map(square); - * - * _.isArray(squares); - * // => false - * - * _.isArray(squares.value()); - * // => true - */ - function lodash(value) { - return value instanceof LodashWrapper - ? value - : new LodashWrapper(value); - } - - /** - * The base implementation of `_.create` without support for assigning - * properties to the created object. - * - * @private - * @param {Object} proto The object to inherit from. - * @returns {Object} Returns the new object. - */ - var baseCreate = (function() { - function object() {} - return function(proto) { - if (!isObject(proto)) { - return {}; - } - if (objectCreate) { - return objectCreate(proto); - } - object.prototype = proto; - var result = new object; - object.prototype = undefined; - return result; - }; - }()); - - /** - * The base constructor for creating `lodash` wrapper objects. - * - * @private - * @param {*} value The value to wrap. - * @param {boolean} [chainAll] Enable explicit method chain sequences. - */ - function LodashWrapper(value, chainAll) { - this.__wrapped__ = value; - this.__actions__ = []; - this.__chain__ = !!chainAll; - } - - LodashWrapper.prototype = baseCreate(lodash.prototype); - LodashWrapper.prototype.constructor = LodashWrapper; - - /*------------------------------------------------------------------------*/ - - /** - * Assigns `value` to `key` of `object` if the existing value is not equivalent - * using [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) - * for equality comparisons. - * - * @private - * @param {Object} object The object to modify. - * @param {string} key The key of the property to assign. - * @param {*} value The value to assign. - */ - function assignValue(object, key, value) { - var objValue = object[key]; - if (!(hasOwnProperty.call(object, key) && eq(objValue, value)) || - (value === undefined && !(key in object))) { - baseAssignValue(object, key, value); - } - } - - /** - * The base implementation of `assignValue` and `assignMergeValue` without - * value checks. - * - * @private - * @param {Object} object The object to modify. - * @param {string} key The key of the property to assign. - * @param {*} value The value to assign. - */ - function baseAssignValue(object, key, value) { - object[key] = value; - } - - /** - * The base implementation of `_.delay` and `_.defer` which accepts `args` - * to provide to `func`. - * - * @private - * @param {Function} func The function to delay. - * @param {number} wait The number of milliseconds to delay invocation. - * @param {Array} args The arguments to provide to `func`. - * @returns {number|Object} Returns the timer id or timeout object. - */ - function baseDelay(func, wait, args) { - if (typeof func != 'function') { - throw new TypeError(FUNC_ERROR_TEXT); - } - return setTimeout(function() { func.apply(undefined, args); }, wait); - } - - /** - * The base implementation of `_.forEach` without support for iteratee shorthands. - * - * @private - * @param {Array|Object} collection The collection to iterate over. - * @param {Function} iteratee The function invoked per iteration. - * @returns {Array|Object} Returns `collection`. - */ - var baseEach = createBaseEach(baseForOwn); - - /** - * The base implementation of `_.every` without support for iteratee shorthands. - * - * @private - * @param {Array|Object} collection The collection to iterate over. - * @param {Function} predicate The function invoked per iteration. - * @returns {boolean} Returns `true` if all elements pass the predicate check, - * else `false` - */ - function baseEvery(collection, predicate) { - var result = true; - baseEach(collection, function(value, index, collection) { - result = !!predicate(value, index, collection); - return result; - }); - return result; - } - - /** - * The base implementation of methods like `_.max` and `_.min` which accepts a - * `comparator` to determine the extremum value. - * - * @private - * @param {Array} array The array to iterate over. - * @param {Function} iteratee The iteratee invoked per iteration. - * @param {Function} comparator The comparator used to compare values. - * @returns {*} Returns the extremum value. - */ - function baseExtremum(array, iteratee, comparator) { - var index = -1, - length = array.length; - - while (++index < length) { - var value = array[index], - current = iteratee(value); - - if (current != null && (computed === undefined - ? (current === current && !false) - : comparator(current, computed) - )) { - var computed = current, - result = value; - } - } - return result; - } - - /** - * The base implementation of `_.filter` without support for iteratee shorthands. - * - * @private - * @param {Array|Object} collection The collection to iterate over. - * @param {Function} predicate The function invoked per iteration. - * @returns {Array} Returns the new filtered array. - */ - function baseFilter(collection, predicate) { - var result = []; - baseEach(collection, function(value, index, collection) { - if (predicate(value, index, collection)) { - result.push(value); - } - }); - return result; - } - - /** - * The base implementation of `_.flatten` with support for restricting flattening. - * - * @private - * @param {Array} array The array to flatten. - * @param {number} depth The maximum recursion depth. - * @param {boolean} [predicate=isFlattenable] The function invoked per iteration. - * @param {boolean} [isStrict] Restrict to values that pass `predicate` checks. - * @param {Array} [result=[]] The initial result value. - * @returns {Array} Returns the new flattened array. - */ - function baseFlatten(array, depth, predicate, isStrict, result) { - var index = -1, - length = array.length; - - predicate || (predicate = isFlattenable); - result || (result = []); - - while (++index < length) { - var value = array[index]; - if (depth > 0 && predicate(value)) { - if (depth > 1) { - // Recursively flatten arrays (susceptible to call stack limits). - baseFlatten(value, depth - 1, predicate, isStrict, result); - } else { - arrayPush(result, value); - } - } else if (!isStrict) { - result[result.length] = value; - } - } - return result; - } - - /** - * The base implementation of `baseForOwn` which iterates over `object` - * properties returned by `keysFunc` and invokes `iteratee` for each property. - * Iteratee functions may exit iteration early by explicitly returning `false`. - * - * @private - * @param {Object} object The object to iterate over. - * @param {Function} iteratee The function invoked per iteration. - * @param {Function} keysFunc The function to get the keys of `object`. - * @returns {Object} Returns `object`. - */ - var baseFor = createBaseFor(); - - /** - * The base implementation of `_.forOwn` without support for iteratee shorthands. - * - * @private - * @param {Object} object The object to iterate over. - * @param {Function} iteratee The function invoked per iteration. - * @returns {Object} Returns `object`. - */ - function baseForOwn(object, iteratee) { - return object && baseFor(object, iteratee, keys); - } - - /** - * The base implementation of `_.functions` which creates an array of - * `object` function property names filtered from `props`. - * - * @private - * @param {Object} object The object to inspect. - * @param {Array} props The property names to filter. - * @returns {Array} Returns the function names. - */ - function baseFunctions(object, props) { - return baseFilter(props, function(key) { - return isFunction(object[key]); - }); - } - - /** - * The base implementation of `getTag` without fallbacks for buggy environments. - * - * @private - * @param {*} value The value to query. - * @returns {string} Returns the `toStringTag`. - */ - function baseGetTag(value) { - return objectToString(value); - } - - /** - * The base implementation of `_.gt` which doesn't coerce arguments. - * - * @private - * @param {*} value The value to compare. - * @param {*} other The other value to compare. - * @returns {boolean} Returns `true` if `value` is greater than `other`, - * else `false`. - */ - function baseGt(value, other) { - return value > other; - } - - /** - * The base implementation of `_.isArguments`. - * - * @private - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is an `arguments` object, - */ - var baseIsArguments = noop; - - /** - * The base implementation of `_.isDate` without Node.js optimizations. - * - * @private - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is a date object, else `false`. - */ - function baseIsDate(value) { - return isObjectLike(value) && baseGetTag(value) == dateTag; - } - - /** - * The base implementation of `_.isEqual` which supports partial comparisons - * and tracks traversed objects. - * - * @private - * @param {*} value The value to compare. - * @param {*} other The other value to compare. - * @param {boolean} bitmask The bitmask flags. - * 1 - Unordered comparison - * 2 - Partial comparison - * @param {Function} [customizer] The function to customize comparisons. - * @param {Object} [stack] Tracks traversed `value` and `other` objects. - * @returns {boolean} Returns `true` if the values are equivalent, else `false`. - */ - function baseIsEqual(value, other, bitmask, customizer, stack) { - if (value === other) { - return true; - } - if (value == null || other == null || (!isObjectLike(value) && !isObjectLike(other))) { - return value !== value && other !== other; - } - return baseIsEqualDeep(value, other, bitmask, customizer, baseIsEqual, stack); - } - - /** - * A specialized version of `baseIsEqual` for arrays and objects which performs - * deep comparisons and tracks traversed objects enabling objects with circular - * references to be compared. - * - * @private - * @param {Object} object The object to compare. - * @param {Object} other The other object to compare. - * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details. - * @param {Function} customizer The function to customize comparisons. - * @param {Function} equalFunc The function to determine equivalents of values. - * @param {Object} [stack] Tracks traversed `object` and `other` objects. - * @returns {boolean} Returns `true` if the objects are equivalent, else `false`. - */ - function baseIsEqualDeep(object, other, bitmask, customizer, equalFunc, stack) { - var objIsArr = isArray(object), - othIsArr = isArray(other), - objTag = objIsArr ? arrayTag : baseGetTag(object), - othTag = othIsArr ? arrayTag : baseGetTag(other); - - objTag = objTag == argsTag ? objectTag : objTag; - othTag = othTag == argsTag ? objectTag : othTag; - - var objIsObj = objTag == objectTag, - othIsObj = othTag == objectTag, - isSameTag = objTag == othTag; - - stack || (stack = []); - var objStack = find(stack, function(entry) { - return entry[0] == object; - }); - var othStack = find(stack, function(entry) { - return entry[0] == other; - }); - if (objStack && othStack) { - return objStack[1] == other; - } - stack.push([object, other]); - stack.push([other, object]); - if (isSameTag && !objIsObj) { - var result = (objIsArr) - ? equalArrays(object, other, bitmask, customizer, equalFunc, stack) - : equalByTag(object, other, objTag, bitmask, customizer, equalFunc, stack); - stack.pop(); - return result; - } - if (!(bitmask & COMPARE_PARTIAL_FLAG)) { - var objIsWrapped = objIsObj && hasOwnProperty.call(object, '__wrapped__'), - othIsWrapped = othIsObj && hasOwnProperty.call(other, '__wrapped__'); - - if (objIsWrapped || othIsWrapped) { - var objUnwrapped = objIsWrapped ? object.value() : object, - othUnwrapped = othIsWrapped ? other.value() : other; - - var result = equalFunc(objUnwrapped, othUnwrapped, bitmask, customizer, stack); - stack.pop(); - return result; - } - } - if (!isSameTag) { - return false; - } - var result = equalObjects(object, other, bitmask, customizer, equalFunc, stack); - stack.pop(); - return result; - } - - /** - * The base implementation of `_.isRegExp` without Node.js optimizations. - * - * @private - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is a regexp, else `false`. - */ - function baseIsRegExp(value) { - return isObjectLike(value) && baseGetTag(value) == regexpTag; - } - - /** - * The base implementation of `_.iteratee`. - * - * @private - * @param {*} [value=_.identity] The value to convert to an iteratee. - * @returns {Function} Returns the iteratee. - */ - function baseIteratee(func) { - if (typeof func == 'function') { - return func; - } - if (func == null) { - return identity; - } - return (typeof func == 'object' ? baseMatches : baseProperty)(func); - } - - /** - * The base implementation of `_.lt` which doesn't coerce arguments. - * - * @private - * @param {*} value The value to compare. - * @param {*} other The other value to compare. - * @returns {boolean} Returns `true` if `value` is less than `other`, - * else `false`. - */ - function baseLt(value, other) { - return value < other; - } - - /** - * The base implementation of `_.map` without support for iteratee shorthands. - * - * @private - * @param {Array|Object} collection The collection to iterate over. - * @param {Function} iteratee The function invoked per iteration. - * @returns {Array} Returns the new mapped array. - */ - function baseMap(collection, iteratee) { - var index = -1, - result = isArrayLike(collection) ? Array(collection.length) : []; - - baseEach(collection, function(value, key, collection) { - result[++index] = iteratee(value, key, collection); - }); - return result; - } - - /** - * The base implementation of `_.matches` which doesn't clone `source`. - * - * @private - * @param {Object} source The object of property values to match. - * @returns {Function} Returns the new spec function. - */ - function baseMatches(source) { - var props = nativeKeys(source); - return function(object) { - var length = props.length; - if (object == null) { - return !length; - } - object = Object(object); - while (length--) { - var key = props[length]; - if (!(key in object && - baseIsEqual(source[key], object[key], COMPARE_PARTIAL_FLAG | COMPARE_UNORDERED_FLAG) - )) { - return false; - } - } - return true; - }; - } - - /** - * The base implementation of `_.pick` without support for individual - * property identifiers. - * - * @private - * @param {Object} object The source object. - * @param {string[]} paths The property paths to pick. - * @returns {Object} Returns the new object. - */ - function basePick(object, props) { - object = Object(object); - return reduce(props, function(result, key) { - if (key in object) { - result[key] = object[key]; - } - return result; - }, {}); - } - - /** - * The base implementation of `_.rest` which doesn't validate or coerce arguments. - * - * @private - * @param {Function} func The function to apply a rest parameter to. - * @param {number} [start=func.length-1] The start position of the rest parameter. - * @returns {Function} Returns the new function. - */ - function baseRest(func, start) { - return setToString(overRest(func, start, identity), func + ''); - } - - /** - * The base implementation of `_.slice` without an iteratee call guard. - * - * @private - * @param {Array} array The array to slice. - * @param {number} [start=0] The start position. - * @param {number} [end=array.length] The end position. - * @returns {Array} Returns the slice of `array`. - */ - function baseSlice(array, start, end) { - var index = -1, - length = array.length; - - if (start < 0) { - start = -start > length ? 0 : (length + start); - } - end = end > length ? length : end; - if (end < 0) { - end += length; - } - length = start > end ? 0 : ((end - start) >>> 0); - start >>>= 0; - - var result = Array(length); - while (++index < length) { - result[index] = array[index + start]; - } - return result; - } - - /** - * Copies the values of `source` to `array`. - * - * @private - * @param {Array} source The array to copy values from. - * @param {Array} [array=[]] The array to copy values to. - * @returns {Array} Returns `array`. - */ - function copyArray(source) { - return baseSlice(source, 0, source.length); - } - - /** - * The base implementation of `_.some` without support for iteratee shorthands. - * - * @private - * @param {Array|Object} collection The collection to iterate over. - * @param {Function} predicate The function invoked per iteration. - * @returns {boolean} Returns `true` if any element passes the predicate check, - * else `false`. - */ - function baseSome(collection, predicate) { - var result; - - baseEach(collection, function(value, index, collection) { - result = predicate(value, index, collection); - return !result; - }); - return !!result; - } - - /** - * The base implementation of `wrapperValue` which returns the result of - * performing a sequence of actions on the unwrapped `value`, where each - * successive action is supplied the return value of the previous. - * - * @private - * @param {*} value The unwrapped value. - * @param {Array} actions Actions to perform to resolve the unwrapped value. - * @returns {*} Returns the resolved value. - */ - function baseWrapperValue(value, actions) { - var result = value; - return reduce(actions, function(result, action) { - return action.func.apply(action.thisArg, arrayPush([result], action.args)); - }, result); - } - - /** - * Compares values to sort them in ascending order. - * - * @private - * @param {*} value The value to compare. - * @param {*} other The other value to compare. - * @returns {number} Returns the sort order indicator for `value`. - */ - function compareAscending(value, other) { - if (value !== other) { - var valIsDefined = value !== undefined, - valIsNull = value === null, - valIsReflexive = value === value, - valIsSymbol = false; - - var othIsDefined = other !== undefined, - othIsNull = other === null, - othIsReflexive = other === other, - othIsSymbol = false; - - if ((!othIsNull && !othIsSymbol && !valIsSymbol && value > other) || - (valIsSymbol && othIsDefined && othIsReflexive && !othIsNull && !othIsSymbol) || - (valIsNull && othIsDefined && othIsReflexive) || - (!valIsDefined && othIsReflexive) || - !valIsReflexive) { - return 1; - } - if ((!valIsNull && !valIsSymbol && !othIsSymbol && value < other) || - (othIsSymbol && valIsDefined && valIsReflexive && !valIsNull && !valIsSymbol) || - (othIsNull && valIsDefined && valIsReflexive) || - (!othIsDefined && valIsReflexive) || - !othIsReflexive) { - return -1; - } - } - return 0; - } - - /** - * Copies properties of `source` to `object`. - * - * @private - * @param {Object} source The object to copy properties from. - * @param {Array} props The property identifiers to copy. - * @param {Object} [object={}] The object to copy properties to. - * @param {Function} [customizer] The function to customize copied values. - * @returns {Object} Returns `object`. - */ - function copyObject(source, props, object, customizer) { - var isNew = !object; - object || (object = {}); - - var index = -1, - length = props.length; - - while (++index < length) { - var key = props[index]; - - var newValue = customizer - ? customizer(object[key], source[key], key, object, source) - : undefined; - - if (newValue === undefined) { - newValue = source[key]; - } - if (isNew) { - baseAssignValue(object, key, newValue); - } else { - assignValue(object, key, newValue); - } - } - return object; - } - - /** - * Creates a function like `_.assign`. - * - * @private - * @param {Function} assigner The function to assign values. - * @returns {Function} Returns the new assigner function. - */ - function createAssigner(assigner) { - return baseRest(function(object, sources) { - var index = -1, - length = sources.length, - customizer = length > 1 ? sources[length - 1] : undefined; - - customizer = (assigner.length > 3 && typeof customizer == 'function') - ? (length--, customizer) - : undefined; - - object = Object(object); - while (++index < length) { - var source = sources[index]; - if (source) { - assigner(object, source, index, customizer); - } - } - return object; - }); - } - - /** - * Creates a `baseEach` or `baseEachRight` function. - * - * @private - * @param {Function} eachFunc The function to iterate over a collection. - * @param {boolean} [fromRight] Specify iterating from right to left. - * @returns {Function} Returns the new base function. - */ - function createBaseEach(eachFunc, fromRight) { - return function(collection, iteratee) { - if (collection == null) { - return collection; - } - if (!isArrayLike(collection)) { - return eachFunc(collection, iteratee); - } - var length = collection.length, - index = fromRight ? length : -1, - iterable = Object(collection); - - while ((fromRight ? index-- : ++index < length)) { - if (iteratee(iterable[index], index, iterable) === false) { - break; - } - } - return collection; - }; - } - - /** - * Creates a base function for methods like `_.forIn` and `_.forOwn`. - * - * @private - * @param {boolean} [fromRight] Specify iterating from right to left. - * @returns {Function} Returns the new base function. - */ - function createBaseFor(fromRight) { - return function(object, iteratee, keysFunc) { - var index = -1, - iterable = Object(object), - props = keysFunc(object), - length = props.length; - - while (length--) { - var key = props[fromRight ? length : ++index]; - if (iteratee(iterable[key], key, iterable) === false) { - break; - } - } - return object; - }; - } - - /** - * Creates a function that produces an instance of `Ctor` regardless of - * whether it was invoked as part of a `new` expression or by `call` or `apply`. - * - * @private - * @param {Function} Ctor The constructor to wrap. - * @returns {Function} Returns the new wrapped function. - */ - function createCtor(Ctor) { - return function() { - // Use a `switch` statement to work with class constructors. See - // http://ecma-international.org/ecma-262/7.0/#sec-ecmascript-function-objects-call-thisargument-argumentslist - // for more details. - var args = arguments; - var thisBinding = baseCreate(Ctor.prototype), - result = Ctor.apply(thisBinding, args); - - // Mimic the constructor's `return` behavior. - // See https://es5.github.io/#x13.2.2 for more details. - return isObject(result) ? result : thisBinding; - }; - } - - /** - * Creates a `_.find` or `_.findLast` function. - * - * @private - * @param {Function} findIndexFunc The function to find the collection index. - * @returns {Function} Returns the new find function. - */ - function createFind(findIndexFunc) { - return function(collection, predicate, fromIndex) { - var iterable = Object(collection); - if (!isArrayLike(collection)) { - var iteratee = baseIteratee(predicate, 3); - collection = keys(collection); - predicate = function(key) { return iteratee(iterable[key], key, iterable); }; - } - var index = findIndexFunc(collection, predicate, fromIndex); - return index > -1 ? iterable[iteratee ? collection[index] : index] : undefined; - }; - } - - /** - * Creates a function that wraps `func` to invoke it with the `this` binding - * of `thisArg` and `partials` prepended to the arguments it receives. - * - * @private - * @param {Function} func The function to wrap. - * @param {number} bitmask The bitmask flags. See `createWrap` for more details. - * @param {*} thisArg The `this` binding of `func`. - * @param {Array} partials The arguments to prepend to those provided to - * the new function. - * @returns {Function} Returns the new wrapped function. - */ - function createPartial(func, bitmask, thisArg, partials) { - if (typeof func != 'function') { - throw new TypeError(FUNC_ERROR_TEXT); - } - var isBind = bitmask & WRAP_BIND_FLAG, - Ctor = createCtor(func); - - function wrapper() { - var argsIndex = -1, - argsLength = arguments.length, - leftIndex = -1, - leftLength = partials.length, - args = Array(leftLength + argsLength), - fn = (this && this !== root && this instanceof wrapper) ? Ctor : func; - - while (++leftIndex < leftLength) { - args[leftIndex] = partials[leftIndex]; - } - while (argsLength--) { - args[leftIndex++] = arguments[++argsIndex]; - } - return fn.apply(isBind ? thisArg : this, args); - } - return wrapper; - } - - /** - * A specialized version of `baseIsEqualDeep` for arrays with support for - * partial deep comparisons. - * - * @private - * @param {Array} array The array to compare. - * @param {Array} other The other array to compare. - * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details. - * @param {Function} customizer The function to customize comparisons. - * @param {Function} equalFunc The function to determine equivalents of values. - * @param {Object} stack Tracks traversed `array` and `other` objects. - * @returns {boolean} Returns `true` if the arrays are equivalent, else `false`. - */ - function equalArrays(array, other, bitmask, customizer, equalFunc, stack) { - var isPartial = bitmask & COMPARE_PARTIAL_FLAG, - arrLength = array.length, - othLength = other.length; - - if (arrLength != othLength && !(isPartial && othLength > arrLength)) { - return false; - } - // Check that cyclic values are equal. - var arrStacked = stack.get(array); - var othStacked = stack.get(other); - if (arrStacked && othStacked) { - return arrStacked == other && othStacked == array; - } - var index = -1, - result = true, - seen = (bitmask & COMPARE_UNORDERED_FLAG) ? [] : undefined; - - // Ignore non-index properties. - while (++index < arrLength) { - var arrValue = array[index], - othValue = other[index]; - - var compared; - if (compared !== undefined) { - if (compared) { - continue; - } - result = false; - break; - } - // Recursively compare arrays (susceptible to call stack limits). - if (seen) { - if (!baseSome(other, function(othValue, othIndex) { - if (!indexOf(seen, othIndex) && - (arrValue === othValue || equalFunc(arrValue, othValue, bitmask, customizer, stack))) { - return seen.push(othIndex); - } - })) { - result = false; - break; - } - } else if (!( - arrValue === othValue || - equalFunc(arrValue, othValue, bitmask, customizer, stack) - )) { - result = false; - break; - } - } - return result; - } - - /** - * A specialized version of `baseIsEqualDeep` for comparing objects of - * the same `toStringTag`. - * - * **Note:** This function only supports comparing values with tags of - * `Boolean`, `Date`, `Error`, `Number`, `RegExp`, or `String`. - * - * @private - * @param {Object} object The object to compare. - * @param {Object} other The other object to compare. - * @param {string} tag The `toStringTag` of the objects to compare. - * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details. - * @param {Function} customizer The function to customize comparisons. - * @param {Function} equalFunc The function to determine equivalents of values. - * @param {Object} stack Tracks traversed `object` and `other` objects. - * @returns {boolean} Returns `true` if the objects are equivalent, else `false`. - */ - function equalByTag(object, other, tag, bitmask, customizer, equalFunc, stack) { - switch (tag) { - - case boolTag: - case dateTag: - case numberTag: - // Coerce booleans to `1` or `0` and dates to milliseconds. - // Invalid dates are coerced to `NaN`. - return eq(+object, +other); - - case errorTag: - return object.name == other.name && object.message == other.message; - - case regexpTag: - case stringTag: - // Coerce regexes to strings and treat strings, primitives and objects, - // as equal. See http://www.ecma-international.org/ecma-262/7.0/#sec-regexp.prototype.tostring - // for more details. - return object == (other + ''); - - } - return false; - } - - /** - * A specialized version of `baseIsEqualDeep` for objects with support for - * partial deep comparisons. - * - * @private - * @param {Object} object The object to compare. - * @param {Object} other The other object to compare. - * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details. - * @param {Function} customizer The function to customize comparisons. - * @param {Function} equalFunc The function to determine equivalents of values. - * @param {Object} stack Tracks traversed `object` and `other` objects. - * @returns {boolean} Returns `true` if the objects are equivalent, else `false`. - */ - function equalObjects(object, other, bitmask, customizer, equalFunc, stack) { - var isPartial = bitmask & COMPARE_PARTIAL_FLAG, - objProps = keys(object), - objLength = objProps.length, - othProps = keys(other), - othLength = othProps.length; - - if (objLength != othLength && !isPartial) { - return false; - } - var index = objLength; - while (index--) { - var key = objProps[index]; - if (!(isPartial ? key in other : hasOwnProperty.call(other, key))) { - return false; - } - } - // Check that cyclic values are equal. - var objStacked = stack.get(object); - var othStacked = stack.get(other); - if (objStacked && othStacked) { - return objStacked == other && othStacked == object; - } - var result = true; - - var skipCtor = isPartial; - while (++index < objLength) { - key = objProps[index]; - var objValue = object[key], - othValue = other[key]; - - var compared; - // Recursively compare objects (susceptible to call stack limits). - if (!(compared === undefined - ? (objValue === othValue || equalFunc(objValue, othValue, bitmask, customizer, stack)) - : compared - )) { - result = false; - break; - } - skipCtor || (skipCtor = key == 'constructor'); - } - if (result && !skipCtor) { - var objCtor = object.constructor, - othCtor = other.constructor; - - // Non `Object` object instances with different constructors are not equal. - if (objCtor != othCtor && - ('constructor' in object && 'constructor' in other) && - !(typeof objCtor == 'function' && objCtor instanceof objCtor && - typeof othCtor == 'function' && othCtor instanceof othCtor)) { - result = false; - } - } - return result; - } - - /** - * A specialized version of `baseRest` which flattens the rest array. - * - * @private - * @param {Function} func The function to apply a rest parameter to. - * @returns {Function} Returns the new function. - */ - function flatRest(func) { - return setToString(overRest(func, undefined, flatten), func + ''); - } - - /** - * Checks if `value` is a flattenable `arguments` object or array. - * - * @private - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is flattenable, else `false`. - */ - function isFlattenable(value) { - return isArray(value) || isArguments(value); - } - - /** - * Checks if `value` is a valid array-like index. - * - * @private - * @param {*} value The value to check. - * @param {number} [length=MAX_SAFE_INTEGER] The upper bounds of a valid index. - * @returns {boolean} Returns `true` if `value` is a valid index, else `false`. - */ - function isIndex(value, length) { - var type = typeof value; - length = length == null ? MAX_SAFE_INTEGER : length; - - return !!length && - (type == 'number' || - (type != 'symbol' && reIsUint.test(value))) && - (value > -1 && value % 1 == 0 && value < length); - } - - /** - * Checks if the given arguments are from an iteratee call. - * - * @private - * @param {*} value The potential iteratee value argument. - * @param {*} index The potential iteratee index or key argument. - * @param {*} object The potential iteratee object argument. - * @returns {boolean} Returns `true` if the arguments are from an iteratee call, - * else `false`. - */ - function isIterateeCall(value, index, object) { - if (!isObject(object)) { - return false; - } - var type = typeof index; - if (type == 'number' - ? (isArrayLike(object) && isIndex(index, object.length)) - : (type == 'string' && index in object) - ) { - return eq(object[index], value); - } - return false; - } - - /** - * This function is like - * [`Object.keys`](http://ecma-international.org/ecma-262/7.0/#sec-object.keys) - * except that it includes inherited enumerable properties. - * - * @private - * @param {Object} object The object to query. - * @returns {Array} Returns the array of property names. - */ - function nativeKeysIn(object) { - var result = []; - if (object != null) { - for (var key in Object(object)) { - result.push(key); - } - } - return result; - } - - /** - * Converts `value` to a string using `Object.prototype.toString`. - * - * @private - * @param {*} value The value to convert. - * @returns {string} Returns the converted string. - */ - function objectToString(value) { - return nativeObjectToString.call(value); - } - - /** - * A specialized version of `baseRest` which transforms the rest array. - * - * @private - * @param {Function} func The function to apply a rest parameter to. - * @param {number} [start=func.length-1] The start position of the rest parameter. - * @param {Function} transform The rest array transform. - * @returns {Function} Returns the new function. - */ - function overRest(func, start, transform) { - start = nativeMax(start === undefined ? (func.length - 1) : start, 0); - return function() { - var args = arguments, - index = -1, - length = nativeMax(args.length - start, 0), - array = Array(length); - - while (++index < length) { - array[index] = args[start + index]; - } - index = -1; - var otherArgs = Array(start + 1); - while (++index < start) { - otherArgs[index] = args[index]; - } - otherArgs[start] = transform(array); - return func.apply(this, otherArgs); - }; - } - - /** - * Sets the `toString` method of `func` to return `string`. - * - * @private - * @param {Function} func The function to modify. - * @param {Function} string The `toString` result. - * @returns {Function} Returns `func`. - */ - var setToString = identity; - - /*------------------------------------------------------------------------*/ - - /** - * Creates an array with all falsey values removed. The values `false`, `null`, - * `0`, `""`, `undefined`, and `NaN` are falsey. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Array - * @param {Array} array The array to compact. - * @returns {Array} Returns the new array of filtered values. - * @example - * - * _.compact([0, 1, false, 2, '', 3]); - * // => [1, 2, 3] - */ - function compact(array) { - return baseFilter(array, Boolean); - } - - /** - * Creates a new array concatenating `array` with any additional arrays - * and/or values. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Array - * @param {Array} array The array to concatenate. - * @param {...*} [values] The values to concatenate. - * @returns {Array} Returns the new concatenated array. - * @example - * - * var array = [1]; - * var other = _.concat(array, 2, [3], [[4]]); - * - * console.log(other); - * // => [1, 2, 3, [4]] - * - * console.log(array); - * // => [1] - */ - function concat() { - var length = arguments.length; - if (!length) { - return []; - } - var args = Array(length - 1), - array = arguments[0], - index = length; - - while (index--) { - args[index - 1] = arguments[index]; - } - return arrayPush(isArray(array) ? copyArray(array) : [array], baseFlatten(args, 1)); - } - - /** - * This method is like `_.find` except that it returns the index of the first - * element `predicate` returns truthy for instead of the element itself. - * - * @static - * @memberOf _ - * @since 1.1.0 - * @category Array - * @param {Array} array The array to inspect. - * @param {Function} [predicate=_.identity] The function invoked per iteration. - * @param {number} [fromIndex=0] The index to search from. - * @returns {number} Returns the index of the found element, else `-1`. - * @example - * - * var users = [ - * { 'user': 'barney', 'active': false }, - * { 'user': 'fred', 'active': false }, - * { 'user': 'pebbles', 'active': true } - * ]; - * - * _.findIndex(users, function(o) { return o.user == 'barney'; }); - * // => 0 - * - * // The `_.matches` iteratee shorthand. - * _.findIndex(users, { 'user': 'fred', 'active': false }); - * // => 1 - * - * // The `_.matchesProperty` iteratee shorthand. - * _.findIndex(users, ['active', false]); - * // => 0 - * - * // The `_.property` iteratee shorthand. - * _.findIndex(users, 'active'); - * // => 2 - */ - function findIndex(array, predicate, fromIndex) { - var length = array == null ? 0 : array.length; - if (!length) { - return -1; - } - var index = fromIndex == null ? 0 : toInteger(fromIndex); - if (index < 0) { - index = nativeMax(length + index, 0); - } - return baseFindIndex(array, baseIteratee(predicate, 3), index); - } - - /** - * Flattens `array` a single level deep. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Array - * @param {Array} array The array to flatten. - * @returns {Array} Returns the new flattened array. - * @example - * - * _.flatten([1, [2, [3, [4]], 5]]); - * // => [1, 2, [3, [4]], 5] - */ - function flatten(array) { - var length = array == null ? 0 : array.length; - return length ? baseFlatten(array, 1) : []; - } - - /** - * Recursively flattens `array`. - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category Array - * @param {Array} array The array to flatten. - * @returns {Array} Returns the new flattened array. - * @example - * - * _.flattenDeep([1, [2, [3, [4]], 5]]); - * // => [1, 2, 3, 4, 5] - */ - function flattenDeep(array) { - var length = array == null ? 0 : array.length; - return length ? baseFlatten(array, INFINITY) : []; - } - - /** - * Gets the first element of `array`. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @alias first - * @category Array - * @param {Array} array The array to query. - * @returns {*} Returns the first element of `array`. - * @example - * - * _.head([1, 2, 3]); - * // => 1 - * - * _.head([]); - * // => undefined - */ - function head(array) { - return (array && array.length) ? array[0] : undefined; - } - - /** - * Gets the index at which the first occurrence of `value` is found in `array` - * using [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) - * for equality comparisons. If `fromIndex` is negative, it's used as the - * offset from the end of `array`. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Array - * @param {Array} array The array to inspect. - * @param {*} value The value to search for. - * @param {number} [fromIndex=0] The index to search from. - * @returns {number} Returns the index of the matched value, else `-1`. - * @example - * - * _.indexOf([1, 2, 1, 2], 2); - * // => 1 - * - * // Search from the `fromIndex`. - * _.indexOf([1, 2, 1, 2], 2, 2); - * // => 3 - */ - function indexOf(array, value, fromIndex) { - var length = array == null ? 0 : array.length; - if (typeof fromIndex == 'number') { - fromIndex = fromIndex < 0 ? nativeMax(length + fromIndex, 0) : fromIndex; - } else { - fromIndex = 0; - } - var index = (fromIndex || 0) - 1, - isReflexive = value === value; - - while (++index < length) { - var other = array[index]; - if ((isReflexive ? other === value : other !== other)) { - return index; - } - } - return -1; - } - - /** - * Gets the last element of `array`. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Array - * @param {Array} array The array to query. - * @returns {*} Returns the last element of `array`. - * @example - * - * _.last([1, 2, 3]); - * // => 3 - */ - function last(array) { - var length = array == null ? 0 : array.length; - return length ? array[length - 1] : undefined; - } - - /** - * Creates a slice of `array` from `start` up to, but not including, `end`. - * - * **Note:** This method is used instead of - * [`Array#slice`](https://mdn.io/Array/slice) to ensure dense arrays are - * returned. - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category Array - * @param {Array} array The array to slice. - * @param {number} [start=0] The start position. - * @param {number} [end=array.length] The end position. - * @returns {Array} Returns the slice of `array`. - */ - function slice(array, start, end) { - var length = array == null ? 0 : array.length; - start = start == null ? 0 : +start; - end = end === undefined ? length : +end; - return length ? baseSlice(array, start, end) : []; - } - - /*------------------------------------------------------------------------*/ - - /** - * Creates a `lodash` wrapper instance that wraps `value` with explicit method - * chain sequences enabled. The result of such sequences must be unwrapped - * with `_#value`. - * - * @static - * @memberOf _ - * @since 1.3.0 - * @category Seq - * @param {*} value The value to wrap. - * @returns {Object} Returns the new `lodash` wrapper instance. - * @example - * - * var users = [ - * { 'user': 'barney', 'age': 36 }, - * { 'user': 'fred', 'age': 40 }, - * { 'user': 'pebbles', 'age': 1 } - * ]; - * - * var youngest = _ - * .chain(users) - * .sortBy('age') - * .map(function(o) { - * return o.user + ' is ' + o.age; - * }) - * .head() - * .value(); - * // => 'pebbles is 1' - */ - function chain(value) { - var result = lodash(value); - result.__chain__ = true; - return result; - } - - /** - * This method invokes `interceptor` and returns `value`. The interceptor - * is invoked with one argument; (value). The purpose of this method is to - * "tap into" a method chain sequence in order to modify intermediate results. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Seq - * @param {*} value The value to provide to `interceptor`. - * @param {Function} interceptor The function to invoke. - * @returns {*} Returns `value`. - * @example - * - * _([1, 2, 3]) - * .tap(function(array) { - * // Mutate input array. - * array.pop(); - * }) - * .reverse() - * .value(); - * // => [2, 1] - */ - function tap(value, interceptor) { - interceptor(value); - return value; - } - - /** - * This method is like `_.tap` except that it returns the result of `interceptor`. - * The purpose of this method is to "pass thru" values replacing intermediate - * results in a method chain sequence. - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category Seq - * @param {*} value The value to provide to `interceptor`. - * @param {Function} interceptor The function to invoke. - * @returns {*} Returns the result of `interceptor`. - * @example - * - * _(' abc ') - * .chain() - * .trim() - * .thru(function(value) { - * return [value]; - * }) - * .value(); - * // => ['abc'] - */ - function thru(value, interceptor) { - return interceptor(value); - } - - /** - * Creates a `lodash` wrapper instance with explicit method chain sequences enabled. - * - * @name chain - * @memberOf _ - * @since 0.1.0 - * @category Seq - * @returns {Object} Returns the new `lodash` wrapper instance. - * @example - * - * var users = [ - * { 'user': 'barney', 'age': 36 }, - * { 'user': 'fred', 'age': 40 } - * ]; - * - * // A sequence without explicit chaining. - * _(users).head(); - * // => { 'user': 'barney', 'age': 36 } - * - * // A sequence with explicit chaining. - * _(users) - * .chain() - * .head() - * .pick('user') - * .value(); - * // => { 'user': 'barney' } - */ - function wrapperChain() { - return chain(this); - } - - /** - * Executes the chain sequence to resolve the unwrapped value. - * - * @name value - * @memberOf _ - * @since 0.1.0 - * @alias toJSON, valueOf - * @category Seq - * @returns {*} Returns the resolved unwrapped value. - * @example - * - * _([1, 2, 3]).value(); - * // => [1, 2, 3] - */ - function wrapperValue() { - return baseWrapperValue(this.__wrapped__, this.__actions__); - } - - /*------------------------------------------------------------------------*/ - - /** - * Checks if `predicate` returns truthy for **all** elements of `collection`. - * Iteration is stopped once `predicate` returns falsey. The predicate is - * invoked with three arguments: (value, index|key, collection). - * - * **Note:** This method returns `true` for - * [empty collections](https://en.wikipedia.org/wiki/Empty_set) because - * [everything is true](https://en.wikipedia.org/wiki/Vacuous_truth) of - * elements of empty collections. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Collection - * @param {Array|Object} collection The collection to iterate over. - * @param {Function} [predicate=_.identity] The function invoked per iteration. - * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. - * @returns {boolean} Returns `true` if all elements pass the predicate check, - * else `false`. - * @example - * - * _.every([true, 1, null, 'yes'], Boolean); - * // => false - * - * var users = [ - * { 'user': 'barney', 'age': 36, 'active': false }, - * { 'user': 'fred', 'age': 40, 'active': false } - * ]; - * - * // The `_.matches` iteratee shorthand. - * _.every(users, { 'user': 'barney', 'active': false }); - * // => false - * - * // The `_.matchesProperty` iteratee shorthand. - * _.every(users, ['active', false]); - * // => true - * - * // The `_.property` iteratee shorthand. - * _.every(users, 'active'); - * // => false - */ - function every(collection, predicate, guard) { - predicate = guard ? undefined : predicate; - return baseEvery(collection, baseIteratee(predicate)); - } - - /** - * Iterates over elements of `collection`, returning an array of all elements - * `predicate` returns truthy for. The predicate is invoked with three - * arguments: (value, index|key, collection). - * - * **Note:** Unlike `_.remove`, this method returns a new array. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Collection - * @param {Array|Object} collection The collection to iterate over. - * @param {Function} [predicate=_.identity] The function invoked per iteration. - * @returns {Array} Returns the new filtered array. - * @see _.reject - * @example - * - * var users = [ - * { 'user': 'barney', 'age': 36, 'active': true }, - * { 'user': 'fred', 'age': 40, 'active': false } - * ]; - * - * _.filter(users, function(o) { return !o.active; }); - * // => objects for ['fred'] - * - * // The `_.matches` iteratee shorthand. - * _.filter(users, { 'age': 36, 'active': true }); - * // => objects for ['barney'] - * - * // The `_.matchesProperty` iteratee shorthand. - * _.filter(users, ['active', false]); - * // => objects for ['fred'] - * - * // The `_.property` iteratee shorthand. - * _.filter(users, 'active'); - * // => objects for ['barney'] - * - * // Combining several predicates using `_.overEvery` or `_.overSome`. - * _.filter(users, _.overSome([{ 'age': 36 }, ['age', 40]])); - * // => objects for ['fred', 'barney'] - */ - function filter(collection, predicate) { - return baseFilter(collection, baseIteratee(predicate)); - } - - /** - * Iterates over elements of `collection`, returning the first element - * `predicate` returns truthy for. The predicate is invoked with three - * arguments: (value, index|key, collection). - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Collection - * @param {Array|Object} collection The collection to inspect. - * @param {Function} [predicate=_.identity] The function invoked per iteration. - * @param {number} [fromIndex=0] The index to search from. - * @returns {*} Returns the matched element, else `undefined`. - * @example - * - * var users = [ - * { 'user': 'barney', 'age': 36, 'active': true }, - * { 'user': 'fred', 'age': 40, 'active': false }, - * { 'user': 'pebbles', 'age': 1, 'active': true } - * ]; - * - * _.find(users, function(o) { return o.age < 40; }); - * // => object for 'barney' - * - * // The `_.matches` iteratee shorthand. - * _.find(users, { 'age': 1, 'active': true }); - * // => object for 'pebbles' - * - * // The `_.matchesProperty` iteratee shorthand. - * _.find(users, ['active', false]); - * // => object for 'fred' - * - * // The `_.property` iteratee shorthand. - * _.find(users, 'active'); - * // => object for 'barney' - */ - var find = createFind(findIndex); - - /** - * Iterates over elements of `collection` and invokes `iteratee` for each element. - * The iteratee is invoked with three arguments: (value, index|key, collection). - * Iteratee functions may exit iteration early by explicitly returning `false`. - * - * **Note:** As with other "Collections" methods, objects with a "length" - * property are iterated like arrays. To avoid this behavior use `_.forIn` - * or `_.forOwn` for object iteration. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @alias each - * @category Collection - * @param {Array|Object} collection The collection to iterate over. - * @param {Function} [iteratee=_.identity] The function invoked per iteration. - * @returns {Array|Object} Returns `collection`. - * @see _.forEachRight - * @example - * - * _.forEach([1, 2], function(value) { - * console.log(value); - * }); - * // => Logs `1` then `2`. - * - * _.forEach({ 'a': 1, 'b': 2 }, function(value, key) { - * console.log(key); - * }); - * // => Logs 'a' then 'b' (iteration order is not guaranteed). - */ - function forEach(collection, iteratee) { - return baseEach(collection, baseIteratee(iteratee)); - } - - /** - * Creates an array of values by running each element in `collection` thru - * `iteratee`. The iteratee is invoked with three arguments: - * (value, index|key, collection). - * - * Many lodash methods are guarded to work as iteratees for methods like - * `_.every`, `_.filter`, `_.map`, `_.mapValues`, `_.reject`, and `_.some`. - * - * The guarded methods are: - * `ary`, `chunk`, `curry`, `curryRight`, `drop`, `dropRight`, `every`, - * `fill`, `invert`, `parseInt`, `random`, `range`, `rangeRight`, `repeat`, - * `sampleSize`, `slice`, `some`, `sortBy`, `split`, `take`, `takeRight`, - * `template`, `trim`, `trimEnd`, `trimStart`, and `words` - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Collection - * @param {Array|Object} collection The collection to iterate over. - * @param {Function} [iteratee=_.identity] The function invoked per iteration. - * @returns {Array} Returns the new mapped array. - * @example - * - * function square(n) { - * return n * n; - * } - * - * _.map([4, 8], square); - * // => [16, 64] - * - * _.map({ 'a': 4, 'b': 8 }, square); - * // => [16, 64] (iteration order is not guaranteed) - * - * var users = [ - * { 'user': 'barney' }, - * { 'user': 'fred' } - * ]; - * - * // The `_.property` iteratee shorthand. - * _.map(users, 'user'); - * // => ['barney', 'fred'] - */ - function map(collection, iteratee) { - return baseMap(collection, baseIteratee(iteratee)); - } - - /** - * Reduces `collection` to a value which is the accumulated result of running - * each element in `collection` thru `iteratee`, where each successive - * invocation is supplied the return value of the previous. If `accumulator` - * is not given, the first element of `collection` is used as the initial - * value. The iteratee is invoked with four arguments: - * (accumulator, value, index|key, collection). - * - * Many lodash methods are guarded to work as iteratees for methods like - * `_.reduce`, `_.reduceRight`, and `_.transform`. - * - * The guarded methods are: - * `assign`, `defaults`, `defaultsDeep`, `includes`, `merge`, `orderBy`, - * and `sortBy` - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Collection - * @param {Array|Object} collection The collection to iterate over. - * @param {Function} [iteratee=_.identity] The function invoked per iteration. - * @param {*} [accumulator] The initial value. - * @returns {*} Returns the accumulated value. - * @see _.reduceRight - * @example - * - * _.reduce([1, 2], function(sum, n) { - * return sum + n; - * }, 0); - * // => 3 - * - * _.reduce({ 'a': 1, 'b': 2, 'c': 1 }, function(result, value, key) { - * (result[value] || (result[value] = [])).push(key); - * return result; - * }, {}); - * // => { '1': ['a', 'c'], '2': ['b'] } (iteration order is not guaranteed) - */ - function reduce(collection, iteratee, accumulator) { - return baseReduce(collection, baseIteratee(iteratee), accumulator, arguments.length < 3, baseEach); - } - - /** - * Gets the size of `collection` by returning its length for array-like - * values or the number of own enumerable string keyed properties for objects. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Collection - * @param {Array|Object|string} collection The collection to inspect. - * @returns {number} Returns the collection size. - * @example - * - * _.size([1, 2, 3]); - * // => 3 - * - * _.size({ 'a': 1, 'b': 2 }); - * // => 2 - * - * _.size('pebbles'); - * // => 7 - */ - function size(collection) { - if (collection == null) { - return 0; - } - collection = isArrayLike(collection) ? collection : nativeKeys(collection); - return collection.length; - } - - /** - * Checks if `predicate` returns truthy for **any** element of `collection`. - * Iteration is stopped once `predicate` returns truthy. The predicate is - * invoked with three arguments: (value, index|key, collection). - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Collection - * @param {Array|Object} collection The collection to iterate over. - * @param {Function} [predicate=_.identity] The function invoked per iteration. - * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. - * @returns {boolean} Returns `true` if any element passes the predicate check, - * else `false`. - * @example - * - * _.some([null, 0, 'yes', false], Boolean); - * // => true - * - * var users = [ - * { 'user': 'barney', 'active': true }, - * { 'user': 'fred', 'active': false } - * ]; - * - * // The `_.matches` iteratee shorthand. - * _.some(users, { 'user': 'barney', 'active': false }); - * // => false - * - * // The `_.matchesProperty` iteratee shorthand. - * _.some(users, ['active', false]); - * // => true - * - * // The `_.property` iteratee shorthand. - * _.some(users, 'active'); - * // => true - */ - function some(collection, predicate, guard) { - predicate = guard ? undefined : predicate; - return baseSome(collection, baseIteratee(predicate)); - } - - /** - * Creates an array of elements, sorted in ascending order by the results of - * running each element in a collection thru each iteratee. This method - * performs a stable sort, that is, it preserves the original sort order of - * equal elements. The iteratees are invoked with one argument: (value). - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Collection - * @param {Array|Object} collection The collection to iterate over. - * @param {...(Function|Function[])} [iteratees=[_.identity]] - * The iteratees to sort by. - * @returns {Array} Returns the new sorted array. - * @example - * - * var users = [ - * { 'user': 'fred', 'age': 48 }, - * { 'user': 'barney', 'age': 36 }, - * { 'user': 'fred', 'age': 30 }, - * { 'user': 'barney', 'age': 34 } - * ]; - * - * _.sortBy(users, [function(o) { return o.user; }]); - * // => objects for [['barney', 36], ['barney', 34], ['fred', 48], ['fred', 30]] - * - * _.sortBy(users, ['user', 'age']); - * // => objects for [['barney', 34], ['barney', 36], ['fred', 30], ['fred', 48]] - */ - function sortBy(collection, iteratee) { - var index = 0; - iteratee = baseIteratee(iteratee); - - return baseMap(baseMap(collection, function(value, key, collection) { - return { 'value': value, 'index': index++, 'criteria': iteratee(value, key, collection) }; - }).sort(function(object, other) { - return compareAscending(object.criteria, other.criteria) || (object.index - other.index); - }), baseProperty('value')); - } - - /*------------------------------------------------------------------------*/ - - /** - * Creates a function that invokes `func`, with the `this` binding and arguments - * of the created function, while it's called less than `n` times. Subsequent - * calls to the created function return the result of the last `func` invocation. - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category Function - * @param {number} n The number of calls at which `func` is no longer invoked. - * @param {Function} func The function to restrict. - * @returns {Function} Returns the new restricted function. - * @example - * - * jQuery(element).on('click', _.before(5, addContactToList)); - * // => Allows adding up to 4 contacts to the list. - */ - function before(n, func) { - var result; - if (typeof func != 'function') { - throw new TypeError(FUNC_ERROR_TEXT); - } - n = toInteger(n); - return function() { - if (--n > 0) { - result = func.apply(this, arguments); - } - if (n <= 1) { - func = undefined; - } - return result; - }; - } - - /** - * Creates a function that invokes `func` with the `this` binding of `thisArg` - * and `partials` prepended to the arguments it receives. - * - * The `_.bind.placeholder` value, which defaults to `_` in monolithic builds, - * may be used as a placeholder for partially applied arguments. - * - * **Note:** Unlike native `Function#bind`, this method doesn't set the "length" - * property of bound functions. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Function - * @param {Function} func The function to bind. - * @param {*} thisArg The `this` binding of `func`. - * @param {...*} [partials] The arguments to be partially applied. - * @returns {Function} Returns the new bound function. - * @example - * - * function greet(greeting, punctuation) { - * return greeting + ' ' + this.user + punctuation; - * } - * - * var object = { 'user': 'fred' }; - * - * var bound = _.bind(greet, object, 'hi'); - * bound('!'); - * // => 'hi fred!' - * - * // Bound with placeholders. - * var bound = _.bind(greet, object, _, '!'); - * bound('hi'); - * // => 'hi fred!' - */ - var bind = baseRest(function(func, thisArg, partials) { - return createPartial(func, WRAP_BIND_FLAG | WRAP_PARTIAL_FLAG, thisArg, partials); - }); - - /** - * Defers invoking the `func` until the current call stack has cleared. Any - * additional arguments are provided to `func` when it's invoked. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Function - * @param {Function} func The function to defer. - * @param {...*} [args] The arguments to invoke `func` with. - * @returns {number} Returns the timer id. - * @example - * - * _.defer(function(text) { - * console.log(text); - * }, 'deferred'); - * // => Logs 'deferred' after one millisecond. - */ - var defer = baseRest(function(func, args) { - return baseDelay(func, 1, args); - }); - - /** - * Invokes `func` after `wait` milliseconds. Any additional arguments are - * provided to `func` when it's invoked. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Function - * @param {Function} func The function to delay. - * @param {number} wait The number of milliseconds to delay invocation. - * @param {...*} [args] The arguments to invoke `func` with. - * @returns {number} Returns the timer id. - * @example - * - * _.delay(function(text) { - * console.log(text); - * }, 1000, 'later'); - * // => Logs 'later' after one second. - */ - var delay = baseRest(function(func, wait, args) { - return baseDelay(func, toNumber(wait) || 0, args); - }); - - /** - * Creates a function that negates the result of the predicate `func`. The - * `func` predicate is invoked with the `this` binding and arguments of the - * created function. - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category Function - * @param {Function} predicate The predicate to negate. - * @returns {Function} Returns the new negated function. - * @example - * - * function isEven(n) { - * return n % 2 == 0; - * } - * - * _.filter([1, 2, 3, 4, 5, 6], _.negate(isEven)); - * // => [1, 3, 5] - */ - function negate(predicate) { - if (typeof predicate != 'function') { - throw new TypeError(FUNC_ERROR_TEXT); - } - return function() { - var args = arguments; - return !predicate.apply(this, args); - }; - } - - /** - * Creates a function that is restricted to invoking `func` once. Repeat calls - * to the function return the value of the first invocation. The `func` is - * invoked with the `this` binding and arguments of the created function. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Function - * @param {Function} func The function to restrict. - * @returns {Function} Returns the new restricted function. - * @example - * - * var initialize = _.once(createApplication); - * initialize(); - * initialize(); - * // => `createApplication` is invoked once - */ - function once(func) { - return before(2, func); - } - - /*------------------------------------------------------------------------*/ - - /** - * Creates a shallow clone of `value`. - * - * **Note:** This method is loosely based on the - * [structured clone algorithm](https://mdn.io/Structured_clone_algorithm) - * and supports cloning arrays, array buffers, booleans, date objects, maps, - * numbers, `Object` objects, regexes, sets, strings, symbols, and typed - * arrays. The own enumerable properties of `arguments` objects are cloned - * as plain objects. An empty object is returned for uncloneable values such - * as error objects, functions, DOM nodes, and WeakMaps. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Lang - * @param {*} value The value to clone. - * @returns {*} Returns the cloned value. - * @see _.cloneDeep - * @example - * - * var objects = [{ 'a': 1 }, { 'b': 2 }]; - * - * var shallow = _.clone(objects); - * console.log(shallow[0] === objects[0]); - * // => true - */ - function clone(value) { - if (!isObject(value)) { - return value; - } - return isArray(value) ? copyArray(value) : copyObject(value, nativeKeys(value)); - } - - /** - * Performs a - * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) - * comparison between two values to determine if they are equivalent. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Lang - * @param {*} value The value to compare. - * @param {*} other The other value to compare. - * @returns {boolean} Returns `true` if the values are equivalent, else `false`. - * @example - * - * var object = { 'a': 1 }; - * var other = { 'a': 1 }; - * - * _.eq(object, object); - * // => true - * - * _.eq(object, other); - * // => false - * - * _.eq('a', 'a'); - * // => true - * - * _.eq('a', Object('a')); - * // => false - * - * _.eq(NaN, NaN); - * // => true - */ - function eq(value, other) { - return value === other || (value !== value && other !== other); - } - - /** - * Checks if `value` is likely an `arguments` object. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is an `arguments` object, - * else `false`. - * @example - * - * _.isArguments(function() { return arguments; }()); - * // => true - * - * _.isArguments([1, 2, 3]); - * // => false - */ - var isArguments = baseIsArguments(function() { return arguments; }()) ? baseIsArguments : function(value) { - return isObjectLike(value) && hasOwnProperty.call(value, 'callee') && - !propertyIsEnumerable.call(value, 'callee'); - }; - - /** - * Checks if `value` is classified as an `Array` object. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is an array, else `false`. - * @example - * - * _.isArray([1, 2, 3]); - * // => true - * - * _.isArray(document.body.children); - * // => false - * - * _.isArray('abc'); - * // => false - * - * _.isArray(_.noop); - * // => false - */ - var isArray = Array.isArray; - - /** - * Checks if `value` is array-like. A value is considered array-like if it's - * not a function and has a `value.length` that's an integer greater than or - * equal to `0` and less than or equal to `Number.MAX_SAFE_INTEGER`. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is array-like, else `false`. - * @example - * - * _.isArrayLike([1, 2, 3]); - * // => true - * - * _.isArrayLike(document.body.children); - * // => true - * - * _.isArrayLike('abc'); - * // => true - * - * _.isArrayLike(_.noop); - * // => false - */ - function isArrayLike(value) { - return value != null && isLength(value.length) && !isFunction(value); - } - - /** - * Checks if `value` is classified as a boolean primitive or object. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is a boolean, else `false`. - * @example - * - * _.isBoolean(false); - * // => true - * - * _.isBoolean(null); - * // => false - */ - function isBoolean(value) { - return value === true || value === false || - (isObjectLike(value) && baseGetTag(value) == boolTag); - } - - /** - * Checks if `value` is classified as a `Date` object. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is a date object, else `false`. - * @example - * - * _.isDate(new Date); - * // => true - * - * _.isDate('Mon April 23 2012'); - * // => false - */ - var isDate = baseIsDate; - - /** - * Checks if `value` is an empty object, collection, map, or set. - * - * Objects are considered empty if they have no own enumerable string keyed - * properties. - * - * Array-like values such as `arguments` objects, arrays, buffers, strings, or - * jQuery-like collections are considered empty if they have a `length` of `0`. - * Similarly, maps and sets are considered empty if they have a `size` of `0`. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is empty, else `false`. - * @example - * - * _.isEmpty(null); - * // => true - * - * _.isEmpty(true); - * // => true - * - * _.isEmpty(1); - * // => true - * - * _.isEmpty([1, 2, 3]); - * // => false - * - * _.isEmpty({ 'a': 1 }); - * // => false - */ - function isEmpty(value) { - if (isArrayLike(value) && - (isArray(value) || isString(value) || - isFunction(value.splice) || isArguments(value))) { - return !value.length; - } - return !nativeKeys(value).length; - } - - /** - * Performs a deep comparison between two values to determine if they are - * equivalent. - * - * **Note:** This method supports comparing arrays, array buffers, booleans, - * date objects, error objects, maps, numbers, `Object` objects, regexes, - * sets, strings, symbols, and typed arrays. `Object` objects are compared - * by their own, not inherited, enumerable properties. Functions and DOM - * nodes are compared by strict equality, i.e. `===`. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Lang - * @param {*} value The value to compare. - * @param {*} other The other value to compare. - * @returns {boolean} Returns `true` if the values are equivalent, else `false`. - * @example - * - * var object = { 'a': 1 }; - * var other = { 'a': 1 }; - * - * _.isEqual(object, other); - * // => true - * - * object === other; - * // => false - */ - function isEqual(value, other) { - return baseIsEqual(value, other); - } - - /** - * Checks if `value` is a finite primitive number. - * - * **Note:** This method is based on - * [`Number.isFinite`](https://mdn.io/Number/isFinite). - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is a finite number, else `false`. - * @example - * - * _.isFinite(3); - * // => true - * - * _.isFinite(Number.MIN_VALUE); - * // => true - * - * _.isFinite(Infinity); - * // => false - * - * _.isFinite('3'); - * // => false - */ - function isFinite(value) { - return typeof value == 'number' && nativeIsFinite(value); - } - - /** - * Checks if `value` is classified as a `Function` object. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is a function, else `false`. - * @example - * - * _.isFunction(_); - * // => true - * - * _.isFunction(/abc/); - * // => false - */ - function isFunction(value) { - if (!isObject(value)) { - return false; - } - // The use of `Object#toString` avoids issues with the `typeof` operator - // in Safari 9 which returns 'object' for typed arrays and other constructors. - var tag = baseGetTag(value); - return tag == funcTag || tag == genTag || tag == asyncTag || tag == proxyTag; - } - - /** - * Checks if `value` is a valid array-like length. - * - * **Note:** This method is loosely based on - * [`ToLength`](http://ecma-international.org/ecma-262/7.0/#sec-tolength). - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is a valid length, else `false`. - * @example - * - * _.isLength(3); - * // => true - * - * _.isLength(Number.MIN_VALUE); - * // => false - * - * _.isLength(Infinity); - * // => false - * - * _.isLength('3'); - * // => false - */ - function isLength(value) { - return typeof value == 'number' && - value > -1 && value % 1 == 0 && value <= MAX_SAFE_INTEGER; - } - - /** - * Checks if `value` is the - * [language type](http://www.ecma-international.org/ecma-262/7.0/#sec-ecmascript-language-types) - * of `Object`. (e.g. arrays, functions, objects, regexes, `new Number(0)`, and `new String('')`) - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is an object, else `false`. - * @example - * - * _.isObject({}); - * // => true - * - * _.isObject([1, 2, 3]); - * // => true - * - * _.isObject(_.noop); - * // => true - * - * _.isObject(null); - * // => false - */ - function isObject(value) { - var type = typeof value; - return value != null && (type == 'object' || type == 'function'); - } - - /** - * Checks if `value` is object-like. A value is object-like if it's not `null` - * and has a `typeof` result of "object". - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is object-like, else `false`. - * @example - * - * _.isObjectLike({}); - * // => true - * - * _.isObjectLike([1, 2, 3]); - * // => true - * - * _.isObjectLike(_.noop); - * // => false - * - * _.isObjectLike(null); - * // => false - */ - function isObjectLike(value) { - return value != null && typeof value == 'object'; - } - - /** - * Checks if `value` is `NaN`. - * - * **Note:** This method is based on - * [`Number.isNaN`](https://mdn.io/Number/isNaN) and is not the same as - * global [`isNaN`](https://mdn.io/isNaN) which returns `true` for - * `undefined` and other non-number values. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is `NaN`, else `false`. - * @example - * - * _.isNaN(NaN); - * // => true - * - * _.isNaN(new Number(NaN)); - * // => true - * - * isNaN(undefined); - * // => true - * - * _.isNaN(undefined); - * // => false - */ - function isNaN(value) { - // An `NaN` primitive is the only value that is not equal to itself. - // Perform the `toStringTag` check first to avoid errors with some - // ActiveX objects in IE. - return isNumber(value) && value != +value; - } - - /** - * Checks if `value` is `null`. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is `null`, else `false`. - * @example - * - * _.isNull(null); - * // => true - * - * _.isNull(void 0); - * // => false - */ - function isNull(value) { - return value === null; - } - - /** - * Checks if `value` is classified as a `Number` primitive or object. - * - * **Note:** To exclude `Infinity`, `-Infinity`, and `NaN`, which are - * classified as numbers, use the `_.isFinite` method. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is a number, else `false`. - * @example - * - * _.isNumber(3); - * // => true - * - * _.isNumber(Number.MIN_VALUE); - * // => true - * - * _.isNumber(Infinity); - * // => true - * - * _.isNumber('3'); - * // => false - */ - function isNumber(value) { - return typeof value == 'number' || - (isObjectLike(value) && baseGetTag(value) == numberTag); - } - - /** - * Checks if `value` is classified as a `RegExp` object. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is a regexp, else `false`. - * @example - * - * _.isRegExp(/abc/); - * // => true - * - * _.isRegExp('/abc/'); - * // => false - */ - var isRegExp = baseIsRegExp; - - /** - * Checks if `value` is classified as a `String` primitive or object. - * - * @static - * @since 0.1.0 - * @memberOf _ - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is a string, else `false`. - * @example - * - * _.isString('abc'); - * // => true - * - * _.isString(1); - * // => false - */ - function isString(value) { - return typeof value == 'string' || - (!isArray(value) && isObjectLike(value) && baseGetTag(value) == stringTag); - } - - /** - * Checks if `value` is `undefined`. - * - * @static - * @since 0.1.0 - * @memberOf _ - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is `undefined`, else `false`. - * @example - * - * _.isUndefined(void 0); - * // => true - * - * _.isUndefined(null); - * // => false - */ - function isUndefined(value) { - return value === undefined; - } - - /** - * Converts `value` to an array. - * - * @static - * @since 0.1.0 - * @memberOf _ - * @category Lang - * @param {*} value The value to convert. - * @returns {Array} Returns the converted array. - * @example - * - * _.toArray({ 'a': 1, 'b': 2 }); - * // => [1, 2] - * - * _.toArray('abc'); - * // => ['a', 'b', 'c'] - * - * _.toArray(1); - * // => [] - * - * _.toArray(null); - * // => [] - */ - function toArray(value) { - if (!isArrayLike(value)) { - return values(value); - } - return value.length ? copyArray(value) : []; - } - - /** - * Converts `value` to an integer. - * - * **Note:** This method is loosely based on - * [`ToInteger`](http://www.ecma-international.org/ecma-262/7.0/#sec-tointeger). - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Lang - * @param {*} value The value to convert. - * @returns {number} Returns the converted integer. - * @example - * - * _.toInteger(3.2); - * // => 3 - * - * _.toInteger(Number.MIN_VALUE); - * // => 0 - * - * _.toInteger(Infinity); - * // => 1.7976931348623157e+308 - * - * _.toInteger('3.2'); - * // => 3 - */ - var toInteger = Number; - - /** - * Converts `value` to a number. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Lang - * @param {*} value The value to process. - * @returns {number} Returns the number. - * @example - * - * _.toNumber(3.2); - * // => 3.2 - * - * _.toNumber(Number.MIN_VALUE); - * // => 5e-324 - * - * _.toNumber(Infinity); - * // => Infinity - * - * _.toNumber('3.2'); - * // => 3.2 - */ - var toNumber = Number; - - /** - * Converts `value` to a string. An empty string is returned for `null` - * and `undefined` values. The sign of `-0` is preserved. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Lang - * @param {*} value The value to convert. - * @returns {string} Returns the converted string. - * @example - * - * _.toString(null); - * // => '' - * - * _.toString(-0); - * // => '-0' - * - * _.toString([1, 2, 3]); - * // => '1,2,3' - */ - function toString(value) { - if (typeof value == 'string') { - return value; - } - return value == null ? '' : (value + ''); - } - - /*------------------------------------------------------------------------*/ - - /** - * Assigns own enumerable string keyed properties of source objects to the - * destination object. Source objects are applied from left to right. - * Subsequent sources overwrite property assignments of previous sources. - * - * **Note:** This method mutates `object` and is loosely based on - * [`Object.assign`](https://mdn.io/Object/assign). - * - * @static - * @memberOf _ - * @since 0.10.0 - * @category Object - * @param {Object} object The destination object. - * @param {...Object} [sources] The source objects. - * @returns {Object} Returns `object`. - * @see _.assignIn - * @example - * - * function Foo() { - * this.a = 1; - * } - * - * function Bar() { - * this.c = 3; - * } - * - * Foo.prototype.b = 2; - * Bar.prototype.d = 4; - * - * _.assign({ 'a': 0 }, new Foo, new Bar); - * // => { 'a': 1, 'c': 3 } - */ - var assign = createAssigner(function(object, source) { - copyObject(source, nativeKeys(source), object); - }); - - /** - * This method is like `_.assign` except that it iterates over own and - * inherited source properties. - * - * **Note:** This method mutates `object`. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @alias extend - * @category Object - * @param {Object} object The destination object. - * @param {...Object} [sources] The source objects. - * @returns {Object} Returns `object`. - * @see _.assign - * @example - * - * function Foo() { - * this.a = 1; - * } - * - * function Bar() { - * this.c = 3; - * } - * - * Foo.prototype.b = 2; - * Bar.prototype.d = 4; - * - * _.assignIn({ 'a': 0 }, new Foo, new Bar); - * // => { 'a': 1, 'b': 2, 'c': 3, 'd': 4 } - */ - var assignIn = createAssigner(function(object, source) { - copyObject(source, nativeKeysIn(source), object); - }); - - /** - * Creates an object that inherits from the `prototype` object. If a - * `properties` object is given, its own enumerable string keyed properties - * are assigned to the created object. - * - * @static - * @memberOf _ - * @since 2.3.0 - * @category Object - * @param {Object} prototype The object to inherit from. - * @param {Object} [properties] The properties to assign to the object. - * @returns {Object} Returns the new object. - * @example - * - * function Shape() { - * this.x = 0; - * this.y = 0; - * } - * - * function Circle() { - * Shape.call(this); - * } - * - * Circle.prototype = _.create(Shape.prototype, { - * 'constructor': Circle - * }); - * - * var circle = new Circle; - * circle instanceof Circle; - * // => true - * - * circle instanceof Shape; - * // => true - */ - function create(prototype, properties) { - var result = baseCreate(prototype); - return properties == null ? result : assign(result, properties); - } - - /** - * Assigns own and inherited enumerable string keyed properties of source - * objects to the destination object for all destination properties that - * resolve to `undefined`. Source objects are applied from left to right. - * Once a property is set, additional values of the same property are ignored. - * - * **Note:** This method mutates `object`. - * - * @static - * @since 0.1.0 - * @memberOf _ - * @category Object - * @param {Object} object The destination object. - * @param {...Object} [sources] The source objects. - * @returns {Object} Returns `object`. - * @see _.defaultsDeep - * @example - * - * _.defaults({ 'a': 1 }, { 'b': 2 }, { 'a': 3 }); - * // => { 'a': 1, 'b': 2 } - */ - var defaults = baseRest(function(object, sources) { - object = Object(object); - - var index = -1; - var length = sources.length; - var guard = length > 2 ? sources[2] : undefined; - - if (guard && isIterateeCall(sources[0], sources[1], guard)) { - length = 1; - } - - while (++index < length) { - var source = sources[index]; - var props = keysIn(source); - var propsIndex = -1; - var propsLength = props.length; - - while (++propsIndex < propsLength) { - var key = props[propsIndex]; - var value = object[key]; - - if (value === undefined || - (eq(value, objectProto[key]) && !hasOwnProperty.call(object, key))) { - object[key] = source[key]; - } - } - } - - return object; - }); - - /** - * Checks if `path` is a direct property of `object`. - * - * @static - * @since 0.1.0 - * @memberOf _ - * @category Object - * @param {Object} object The object to query. - * @param {Array|string} path The path to check. - * @returns {boolean} Returns `true` if `path` exists, else `false`. - * @example - * - * var object = { 'a': { 'b': 2 } }; - * var other = _.create({ 'a': _.create({ 'b': 2 }) }); - * - * _.has(object, 'a'); - * // => true - * - * _.has(object, 'a.b'); - * // => true - * - * _.has(object, ['a', 'b']); - * // => true - * - * _.has(other, 'a'); - * // => false - */ - function has(object, path) { - return object != null && hasOwnProperty.call(object, path); - } - - /** - * Creates an array of the own enumerable property names of `object`. - * - * **Note:** Non-object values are coerced to objects. See the - * [ES spec](http://ecma-international.org/ecma-262/7.0/#sec-object.keys) - * for more details. - * - * @static - * @since 0.1.0 - * @memberOf _ - * @category Object - * @param {Object} object The object to query. - * @returns {Array} Returns the array of property names. - * @example - * - * function Foo() { - * this.a = 1; - * this.b = 2; - * } - * - * Foo.prototype.c = 3; - * - * _.keys(new Foo); - * // => ['a', 'b'] (iteration order is not guaranteed) - * - * _.keys('hi'); - * // => ['0', '1'] - */ - var keys = nativeKeys; - - /** - * Creates an array of the own and inherited enumerable property names of `object`. - * - * **Note:** Non-object values are coerced to objects. - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category Object - * @param {Object} object The object to query. - * @returns {Array} Returns the array of property names. - * @example - * - * function Foo() { - * this.a = 1; - * this.b = 2; - * } - * - * Foo.prototype.c = 3; - * - * _.keysIn(new Foo); - * // => ['a', 'b', 'c'] (iteration order is not guaranteed) - */ - var keysIn = nativeKeysIn; - - /** - * Creates an object composed of the picked `object` properties. - * - * @static - * @since 0.1.0 - * @memberOf _ - * @category Object - * @param {Object} object The source object. - * @param {...(string|string[])} [paths] The property paths to pick. - * @returns {Object} Returns the new object. - * @example - * - * var object = { 'a': 1, 'b': '2', 'c': 3 }; - * - * _.pick(object, ['a', 'c']); - * // => { 'a': 1, 'c': 3 } - */ - var pick = flatRest(function(object, paths) { - return object == null ? {} : basePick(object, paths); - }); - - /** - * This method is like `_.get` except that if the resolved value is a - * function it's invoked with the `this` binding of its parent object and - * its result is returned. - * - * @static - * @since 0.1.0 - * @memberOf _ - * @category Object - * @param {Object} object The object to query. - * @param {Array|string} path The path of the property to resolve. - * @param {*} [defaultValue] The value returned for `undefined` resolved values. - * @returns {*} Returns the resolved value. - * @example - * - * var object = { 'a': [{ 'b': { 'c1': 3, 'c2': _.constant(4) } }] }; - * - * _.result(object, 'a[0].b.c1'); - * // => 3 - * - * _.result(object, 'a[0].b.c2'); - * // => 4 - * - * _.result(object, 'a[0].b.c3', 'default'); - * // => 'default' - * - * _.result(object, 'a[0].b.c3', _.constant('default')); - * // => 'default' - */ - function result(object, path, defaultValue) { - var value = object == null ? undefined : object[path]; - if (value === undefined) { - value = defaultValue; - } - return isFunction(value) ? value.call(object) : value; - } - - /** - * Creates an array of the own enumerable string keyed property values of `object`. - * - * **Note:** Non-object values are coerced to objects. - * - * @static - * @since 0.1.0 - * @memberOf _ - * @category Object - * @param {Object} object The object to query. - * @returns {Array} Returns the array of property values. - * @example - * - * function Foo() { - * this.a = 1; - * this.b = 2; - * } - * - * Foo.prototype.c = 3; - * - * _.values(new Foo); - * // => [1, 2] (iteration order is not guaranteed) - * - * _.values('hi'); - * // => ['h', 'i'] - */ - function values(object) { - return object == null ? [] : baseValues(object, keys(object)); - } - - /*------------------------------------------------------------------------*/ - - /** - * Converts the characters "&", "<", ">", '"', and "'" in `string` to their - * corresponding HTML entities. - * - * **Note:** No other characters are escaped. To escape additional - * characters use a third-party library like [_he_](https://mths.be/he). - * - * Though the ">" character is escaped for symmetry, characters like - * ">" and "/" don't need escaping in HTML and have no special meaning - * unless they're part of a tag or unquoted attribute value. See - * [Mathias Bynens's article](https://mathiasbynens.be/notes/ambiguous-ampersands) - * (under "semi-related fun fact") for more details. - * - * When working with HTML you should always - * [quote attribute values](http://wonko.com/post/html-escaping) to reduce - * XSS vectors. - * - * @static - * @since 0.1.0 - * @memberOf _ - * @category String - * @param {string} [string=''] The string to escape. - * @returns {string} Returns the escaped string. - * @example - * - * _.escape('fred, barney, & pebbles'); - * // => 'fred, barney, &amp; pebbles' - */ - function escape(string) { - string = toString(string); - return (string && reHasUnescapedHtml.test(string)) - ? string.replace(reUnescapedHtml, escapeHtmlChar) - : string; - } - - /*------------------------------------------------------------------------*/ - - /** - * This method returns the first argument it receives. - * - * @static - * @since 0.1.0 - * @memberOf _ - * @category Util - * @param {*} value Any value. - * @returns {*} Returns `value`. - * @example - * - * var object = { 'a': 1 }; - * - * console.log(_.identity(object) === object); - * // => true - */ - function identity(value) { - return value; - } - - /** - * Creates a function that invokes `func` with the arguments of the created - * function. If `func` is a property name, the created function returns the - * property value for a given element. If `func` is an array or object, the - * created function returns `true` for elements that contain the equivalent - * source properties, otherwise it returns `false`. - * - * @static - * @since 4.0.0 - * @memberOf _ - * @category Util - * @param {*} [func=_.identity] The value to convert to a callback. - * @returns {Function} Returns the callback. - * @example - * - * var users = [ - * { 'user': 'barney', 'age': 36, 'active': true }, - * { 'user': 'fred', 'age': 40, 'active': false } - * ]; - * - * // The `_.matches` iteratee shorthand. - * _.filter(users, _.iteratee({ 'user': 'barney', 'active': true })); - * // => [{ 'user': 'barney', 'age': 36, 'active': true }] - * - * // The `_.matchesProperty` iteratee shorthand. - * _.filter(users, _.iteratee(['user', 'fred'])); - * // => [{ 'user': 'fred', 'age': 40 }] - * - * // The `_.property` iteratee shorthand. - * _.map(users, _.iteratee('user')); - * // => ['barney', 'fred'] - * - * // Create custom iteratee shorthands. - * _.iteratee = _.wrap(_.iteratee, function(iteratee, func) { - * return !_.isRegExp(func) ? iteratee(func) : function(string) { - * return func.test(string); - * }; - * }); - * - * _.filter(['abc', 'def'], /ef/); - * // => ['def'] - */ - var iteratee = baseIteratee; - - /** - * Creates a function that performs a partial deep comparison between a given - * object and `source`, returning `true` if the given object has equivalent - * property values, else `false`. - * - * **Note:** The created function is equivalent to `_.isMatch` with `source` - * partially applied. - * - * Partial comparisons will match empty array and empty object `source` - * values against any array or object value, respectively. See `_.isEqual` - * for a list of supported value comparisons. - * - * **Note:** Multiple values can be checked by combining several matchers - * using `_.overSome` - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category Util - * @param {Object} source The object of property values to match. - * @returns {Function} Returns the new spec function. - * @example - * - * var objects = [ - * { 'a': 1, 'b': 2, 'c': 3 }, - * { 'a': 4, 'b': 5, 'c': 6 } - * ]; - * - * _.filter(objects, _.matches({ 'a': 4, 'c': 6 })); - * // => [{ 'a': 4, 'b': 5, 'c': 6 }] - * - * // Checking for several possible values - * _.filter(objects, _.overSome([_.matches({ 'a': 1 }), _.matches({ 'a': 4 })])); - * // => [{ 'a': 1, 'b': 2, 'c': 3 }, { 'a': 4, 'b': 5, 'c': 6 }] - */ - function matches(source) { - return baseMatches(assign({}, source)); - } - - /** - * Adds all own enumerable string keyed function properties of a source - * object to the destination object. If `object` is a function, then methods - * are added to its prototype as well. - * - * **Note:** Use `_.runInContext` to create a pristine `lodash` function to - * avoid conflicts caused by modifying the original. - * - * @static - * @since 0.1.0 - * @memberOf _ - * @category Util - * @param {Function|Object} [object=lodash] The destination object. - * @param {Object} source The object of functions to add. - * @param {Object} [options={}] The options object. - * @param {boolean} [options.chain=true] Specify whether mixins are chainable. - * @returns {Function|Object} Returns `object`. - * @example - * - * function vowels(string) { - * return _.filter(string, function(v) { - * return /[aeiou]/i.test(v); - * }); - * } - * - * _.mixin({ 'vowels': vowels }); - * _.vowels('fred'); - * // => ['e'] - * - * _('fred').vowels().value(); - * // => ['e'] - * - * _.mixin({ 'vowels': vowels }, { 'chain': false }); - * _('fred').vowels(); - * // => ['e'] - */ - function mixin(object, source, options) { - var props = keys(source), - methodNames = baseFunctions(source, props); - - if (options == null && - !(isObject(source) && (methodNames.length || !props.length))) { - options = source; - source = object; - object = this; - methodNames = baseFunctions(source, keys(source)); - } - var chain = !(isObject(options) && 'chain' in options) || !!options.chain, - isFunc = isFunction(object); - - baseEach(methodNames, function(methodName) { - var func = source[methodName]; - object[methodName] = func; - if (isFunc) { - object.prototype[methodName] = function() { - var chainAll = this.__chain__; - if (chain || chainAll) { - var result = object(this.__wrapped__), - actions = result.__actions__ = copyArray(this.__actions__); - - actions.push({ 'func': func, 'args': arguments, 'thisArg': object }); - result.__chain__ = chainAll; - return result; - } - return func.apply(object, arrayPush([this.value()], arguments)); - }; - } - }); - - return object; - } - - /** - * Reverts the `_` variable to its previous value and returns a reference to - * the `lodash` function. - * - * @static - * @since 0.1.0 - * @memberOf _ - * @category Util - * @returns {Function} Returns the `lodash` function. - * @example - * - * var lodash = _.noConflict(); - */ - function noConflict() { - if (root._ === this) { - root._ = oldDash; - } - return this; - } - - /** - * This method returns `undefined`. - * - * @static - * @memberOf _ - * @since 2.3.0 - * @category Util - * @example - * - * _.times(2, _.noop); - * // => [undefined, undefined] - */ - function noop() { - // No operation performed. - } - - /** - * Generates a unique ID. If `prefix` is given, the ID is appended to it. - * - * @static - * @since 0.1.0 - * @memberOf _ - * @category Util - * @param {string} [prefix=''] The value to prefix the ID with. - * @returns {string} Returns the unique ID. - * @example - * - * _.uniqueId('contact_'); - * // => 'contact_104' - * - * _.uniqueId(); - * // => '105' - */ - function uniqueId(prefix) { - var id = ++idCounter; - return toString(prefix) + id; - } - - /*------------------------------------------------------------------------*/ - - /** - * Computes the maximum value of `array`. If `array` is empty or falsey, - * `undefined` is returned. - * - * @static - * @since 0.1.0 - * @memberOf _ - * @category Math - * @param {Array} array The array to iterate over. - * @returns {*} Returns the maximum value. - * @example - * - * _.max([4, 2, 8, 6]); - * // => 8 - * - * _.max([]); - * // => undefined - */ - function max(array) { - return (array && array.length) - ? baseExtremum(array, identity, baseGt) - : undefined; - } - - /** - * Computes the minimum value of `array`. If `array` is empty or falsey, - * `undefined` is returned. - * - * @static - * @since 0.1.0 - * @memberOf _ - * @category Math - * @param {Array} array The array to iterate over. - * @returns {*} Returns the minimum value. - * @example - * - * _.min([4, 2, 8, 6]); - * // => 2 - * - * _.min([]); - * // => undefined - */ - function min(array) { - return (array && array.length) - ? baseExtremum(array, identity, baseLt) - : undefined; - } - - /*------------------------------------------------------------------------*/ - - // Add methods that return wrapped values in chain sequences. - lodash.assignIn = assignIn; - lodash.before = before; - lodash.bind = bind; - lodash.chain = chain; - lodash.compact = compact; - lodash.concat = concat; - lodash.create = create; - lodash.defaults = defaults; - lodash.defer = defer; - lodash.delay = delay; - lodash.filter = filter; - lodash.flatten = flatten; - lodash.flattenDeep = flattenDeep; - lodash.iteratee = iteratee; - lodash.keys = keys; - lodash.map = map; - lodash.matches = matches; - lodash.mixin = mixin; - lodash.negate = negate; - lodash.once = once; - lodash.pick = pick; - lodash.slice = slice; - lodash.sortBy = sortBy; - lodash.tap = tap; - lodash.thru = thru; - lodash.toArray = toArray; - lodash.values = values; - - // Add aliases. - lodash.extend = assignIn; - - // Add methods to `lodash.prototype`. - mixin(lodash, lodash); - - /*------------------------------------------------------------------------*/ - - // Add methods that return unwrapped values in chain sequences. - lodash.clone = clone; - lodash.escape = escape; - lodash.every = every; - lodash.find = find; - lodash.forEach = forEach; - lodash.has = has; - lodash.head = head; - lodash.identity = identity; - lodash.indexOf = indexOf; - lodash.isArguments = isArguments; - lodash.isArray = isArray; - lodash.isBoolean = isBoolean; - lodash.isDate = isDate; - lodash.isEmpty = isEmpty; - lodash.isEqual = isEqual; - lodash.isFinite = isFinite; - lodash.isFunction = isFunction; - lodash.isNaN = isNaN; - lodash.isNull = isNull; - lodash.isNumber = isNumber; - lodash.isObject = isObject; - lodash.isRegExp = isRegExp; - lodash.isString = isString; - lodash.isUndefined = isUndefined; - lodash.last = last; - lodash.max = max; - lodash.min = min; - lodash.noConflict = noConflict; - lodash.noop = noop; - lodash.reduce = reduce; - lodash.result = result; - lodash.size = size; - lodash.some = some; - lodash.uniqueId = uniqueId; - - // Add aliases. - lodash.each = forEach; - lodash.first = head; - - mixin(lodash, (function() { - var source = {}; - baseForOwn(lodash, function(func, methodName) { - if (!hasOwnProperty.call(lodash.prototype, methodName)) { - source[methodName] = func; - } - }); - return source; - }()), { 'chain': false }); - - /*------------------------------------------------------------------------*/ - - /** - * The semantic version number. - * - * @static - * @memberOf _ - * @type {string} - */ - lodash.VERSION = VERSION; - - // Add `Array` methods to `lodash.prototype`. - baseEach(['pop', 'join', 'replace', 'reverse', 'split', 'push', 'shift', 'sort', 'splice', 'unshift'], function(methodName) { - var func = (/^(?:replace|split)$/.test(methodName) ? String.prototype : arrayProto)[methodName], - chainName = /^(?:push|sort|unshift)$/.test(methodName) ? 'tap' : 'thru', - retUnwrapped = /^(?:pop|join|replace|shift)$/.test(methodName); - - lodash.prototype[methodName] = function() { - var args = arguments; - if (retUnwrapped && !this.__chain__) { - var value = this.value(); - return func.apply(isArray(value) ? value : [], args); - } - return this[chainName](function(value) { - return func.apply(isArray(value) ? value : [], args); - }); - }; - }); - - // Add chain sequence methods to the `lodash` wrapper. - lodash.prototype.toJSON = lodash.prototype.valueOf = lodash.prototype.value = wrapperValue; - - /*--------------------------------------------------------------------------*/ - - // Some AMD build optimizers, like r.js, check for condition patterns like: - if (typeof define == 'function' && typeof define.amd == 'object' && define.amd) { - // Expose Lodash on the global object to prevent errors when Lodash is - // loaded by a script tag in the presence of an AMD loader. - // See http://requirejs.org/docs/errors.html#mismatch for more details. - // Use `_.noConflict` to remove Lodash from the global object. - root._ = lodash; - - // Define as an anonymous module so, through path mapping, it can be - // referenced as the "underscore" module. - define(function() { - return lodash; - }); - } - // Check for `exports` after `define` in case a build optimizer adds it. - else if (freeModule) { - // Export for Node.js. - (freeModule.exports = lodash)._ = lodash; - // Export for CommonJS support. - freeExports._ = lodash; - } - else { - // Export to the global object. - root._ = lodash; - } -}.call(this)); diff --git a/software/flow/node_modules/lodash/core.min.js b/software/flow/node_modules/lodash/core.min.js deleted file mode 100644 index e425e4d..0000000 --- a/software/flow/node_modules/lodash/core.min.js +++ /dev/null @@ -1,29 +0,0 @@ -/** - * @license - * Lodash (Custom Build) lodash.com/license | Underscore.js 1.8.3 underscorejs.org/LICENSE - * Build: `lodash core -o ./dist/lodash.core.js` - */ -;(function(){function n(n){return H(n)&&pn.call(n,"callee")&&!yn.call(n,"callee")}function t(n,t){return n.push.apply(n,t),n}function r(n){return function(t){return null==t?Z:t[n]}}function e(n,t,r,e,u){return u(n,function(n,u,o){r=e?(e=false,n):t(r,n,u,o)}),r}function u(n,t){return j(t,function(t){return n[t]})}function o(n){return n instanceof i?n:new i(n)}function i(n,t){this.__wrapped__=n,this.__actions__=[],this.__chain__=!!t}function c(n,t,r){if(typeof n!="function")throw new TypeError("Expected a function"); -return setTimeout(function(){n.apply(Z,r)},t)}function f(n,t){var r=true;return mn(n,function(n,e,u){return r=!!t(n,e,u)}),r}function a(n,t,r){for(var e=-1,u=n.length;++e<u;){var o=n[e],i=t(o);if(null!=i&&(c===Z?i===i:r(i,c)))var c=i,f=o}return f}function l(n,t){var r=[];return mn(n,function(n,e,u){t(n,e,u)&&r.push(n)}),r}function p(n,r,e,u,o){var i=-1,c=n.length;for(e||(e=R),o||(o=[]);++i<c;){var f=n[i];0<r&&e(f)?1<r?p(f,r-1,e,u,o):t(o,f):u||(o[o.length]=f)}return o}function s(n,t){return n&&On(n,t,Dn); -}function h(n,t){return l(t,function(t){return U(n[t])})}function v(n,t){return n>t}function b(n,t,r,e,u){return n===t||(null==n||null==t||!H(n)&&!H(t)?n!==n&&t!==t:y(n,t,r,e,b,u))}function y(n,t,r,e,u,o){var i=Nn(n),c=Nn(t),f=i?"[object Array]":hn.call(n),a=c?"[object Array]":hn.call(t),f="[object Arguments]"==f?"[object Object]":f,a="[object Arguments]"==a?"[object Object]":a,l="[object Object]"==f,c="[object Object]"==a,a=f==a;o||(o=[]);var p=An(o,function(t){return t[0]==n}),s=An(o,function(n){ -return n[0]==t});if(p&&s)return p[1]==t;if(o.push([n,t]),o.push([t,n]),a&&!l){if(i)r=T(n,t,r,e,u,o);else n:{switch(f){case"[object Boolean]":case"[object Date]":case"[object Number]":r=J(+n,+t);break n;case"[object Error]":r=n.name==t.name&&n.message==t.message;break n;case"[object RegExp]":case"[object String]":r=n==t+"";break n}r=false}return o.pop(),r}return 1&r||(i=l&&pn.call(n,"__wrapped__"),f=c&&pn.call(t,"__wrapped__"),!i&&!f)?!!a&&(r=B(n,t,r,e,u,o),o.pop(),r):(i=i?n.value():n,f=f?t.value():t, -r=u(i,f,r,e,o),o.pop(),r)}function g(n){return typeof n=="function"?n:null==n?X:(typeof n=="object"?d:r)(n)}function _(n,t){return n<t}function j(n,t){var r=-1,e=M(n)?Array(n.length):[];return mn(n,function(n,u,o){e[++r]=t(n,u,o)}),e}function d(n){var t=_n(n);return function(r){var e=t.length;if(null==r)return!e;for(r=Object(r);e--;){var u=t[e];if(!(u in r&&b(n[u],r[u],3)))return false}return true}}function m(n,t){return n=Object(n),C(t,function(t,r){return r in n&&(t[r]=n[r]),t},{})}function O(n){return xn(I(n,void 0,X),n+""); -}function x(n,t,r){var e=-1,u=n.length;for(0>t&&(t=-t>u?0:u+t),r=r>u?u:r,0>r&&(r+=u),u=t>r?0:r-t>>>0,t>>>=0,r=Array(u);++e<u;)r[e]=n[e+t];return r}function A(n){return x(n,0,n.length)}function E(n,t){var r;return mn(n,function(n,e,u){return r=t(n,e,u),!r}),!!r}function w(n,r){return C(r,function(n,r){return r.func.apply(r.thisArg,t([n],r.args))},n)}function k(n,t,r){var e=!r;r||(r={});for(var u=-1,o=t.length;++u<o;){var i=t[u],c=Z;if(c===Z&&(c=n[i]),e)r[i]=c;else{var f=r,a=f[i];pn.call(f,i)&&J(a,c)&&(c!==Z||i in f)||(f[i]=c); -}}return r}function N(n){return O(function(t,r){var e=-1,u=r.length,o=1<u?r[u-1]:Z,o=3<n.length&&typeof o=="function"?(u--,o):Z;for(t=Object(t);++e<u;){var i=r[e];i&&n(t,i,e,o)}return t})}function F(n){return function(){var t=arguments,r=dn(n.prototype),t=n.apply(r,t);return V(t)?t:r}}function S(n,t,r){function e(){for(var o=-1,i=arguments.length,c=-1,f=r.length,a=Array(f+i),l=this&&this!==on&&this instanceof e?u:n;++c<f;)a[c]=r[c];for(;i--;)a[c++]=arguments[++o];return l.apply(t,a)}if(typeof n!="function")throw new TypeError("Expected a function"); -var u=F(n);return e}function T(n,t,r,e,u,o){var i=n.length,c=t.length;if(i!=c&&!(1&r&&c>i))return false;var c=o.get(n),f=o.get(t);if(c&&f)return c==t&&f==n;for(var c=-1,f=true,a=2&r?[]:Z;++c<i;){var l=n[c],p=t[c];if(void 0!==Z){f=false;break}if(a){if(!E(t,function(n,t){if(!P(a,t)&&(l===n||u(l,n,r,e,o)))return a.push(t)})){f=false;break}}else if(l!==p&&!u(l,p,r,e,o)){f=false;break}}return f}function B(n,t,r,e,u,o){var i=1&r,c=Dn(n),f=c.length,a=Dn(t).length;if(f!=a&&!i)return false;for(a=f;a--;){var l=c[a];if(!(i?l in t:pn.call(t,l)))return false; -}var p=o.get(n),l=o.get(t);if(p&&l)return p==t&&l==n;for(p=true;++a<f;){var l=c[a],s=n[l],h=t[l];if(void 0!==Z||s!==h&&!u(s,h,r,e,o)){p=false;break}i||(i="constructor"==l)}return p&&!i&&(r=n.constructor,e=t.constructor,r!=e&&"constructor"in n&&"constructor"in t&&!(typeof r=="function"&&r instanceof r&&typeof e=="function"&&e instanceof e)&&(p=false)),p}function R(t){return Nn(t)||n(t)}function D(n){var t=[];if(null!=n)for(var r in Object(n))t.push(r);return t}function I(n,t,r){return t=jn(t===Z?n.length-1:t,0), -function(){for(var e=arguments,u=-1,o=jn(e.length-t,0),i=Array(o);++u<o;)i[u]=e[t+u];for(u=-1,o=Array(t+1);++u<t;)o[u]=e[u];return o[t]=r(i),n.apply(this,o)}}function $(n){return(null==n?0:n.length)?p(n,1):[]}function q(n){return n&&n.length?n[0]:Z}function P(n,t,r){var e=null==n?0:n.length;r=typeof r=="number"?0>r?jn(e+r,0):r:0,r=(r||0)-1;for(var u=t===t;++r<e;){var o=n[r];if(u?o===t:o!==o)return r}return-1}function z(n,t){return mn(n,g(t))}function C(n,t,r){return e(n,g(t),r,3>arguments.length,mn); -}function G(n,t){var r;if(typeof t!="function")throw new TypeError("Expected a function");return n=Fn(n),function(){return 0<--n&&(r=t.apply(this,arguments)),1>=n&&(t=Z),r}}function J(n,t){return n===t||n!==n&&t!==t}function M(n){var t;return(t=null!=n)&&(t=n.length,t=typeof t=="number"&&-1<t&&0==t%1&&9007199254740991>=t),t&&!U(n)}function U(n){return!!V(n)&&(n=hn.call(n),"[object Function]"==n||"[object GeneratorFunction]"==n||"[object AsyncFunction]"==n||"[object Proxy]"==n)}function V(n){var t=typeof n; -return null!=n&&("object"==t||"function"==t)}function H(n){return null!=n&&typeof n=="object"}function K(n){return typeof n=="number"||H(n)&&"[object Number]"==hn.call(n)}function L(n){return typeof n=="string"||!Nn(n)&&H(n)&&"[object String]"==hn.call(n)}function Q(n){return typeof n=="string"?n:null==n?"":n+""}function W(n){return null==n?[]:u(n,Dn(n))}function X(n){return n}function Y(n,r,e){var u=Dn(r),o=h(r,u);null!=e||V(r)&&(o.length||!u.length)||(e=r,r=n,n=this,o=h(r,Dn(r)));var i=!(V(e)&&"chain"in e&&!e.chain),c=U(n); -return mn(o,function(e){var u=r[e];n[e]=u,c&&(n.prototype[e]=function(){var r=this.__chain__;if(i||r){var e=n(this.__wrapped__);return(e.__actions__=A(this.__actions__)).push({func:u,args:arguments,thisArg:n}),e.__chain__=r,e}return u.apply(n,t([this.value()],arguments))})}),n}var Z,nn=1/0,tn=/[&<>"']/g,rn=RegExp(tn.source),en=/^(?:0|[1-9]\d*)$/,un=typeof self=="object"&&self&&self.Object===Object&&self,on=typeof global=="object"&&global&&global.Object===Object&&global||un||Function("return this")(),cn=(un=typeof exports=="object"&&exports&&!exports.nodeType&&exports)&&typeof module=="object"&&module&&!module.nodeType&&module,fn=function(n){ -return function(t){return null==n?Z:n[t]}}({"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"}),an=Array.prototype,ln=Object.prototype,pn=ln.hasOwnProperty,sn=0,hn=ln.toString,vn=on._,bn=Object.create,yn=ln.propertyIsEnumerable,gn=on.isFinite,_n=function(n,t){return function(r){return n(t(r))}}(Object.keys,Object),jn=Math.max,dn=function(){function n(){}return function(t){return V(t)?bn?bn(t):(n.prototype=t,t=new n,n.prototype=Z,t):{}}}();i.prototype=dn(o.prototype),i.prototype.constructor=i; -var mn=function(n,t){return function(r,e){if(null==r)return r;if(!M(r))return n(r,e);for(var u=r.length,o=t?u:-1,i=Object(r);(t?o--:++o<u)&&false!==e(i[o],o,i););return r}}(s),On=function(n){return function(t,r,e){var u=-1,o=Object(t);e=e(t);for(var i=e.length;i--;){var c=e[n?i:++u];if(false===r(o[c],c,o))break}return t}}(),xn=X,An=function(n){return function(t,r,e){var u=Object(t);if(!M(t)){var o=g(r);t=Dn(t),r=function(n){return o(u[n],n,u)}}return r=n(t,r,e),-1<r?u[o?t[r]:r]:Z}}(function(n,t,r){var e=null==n?0:n.length; -if(!e)return-1;r=null==r?0:Fn(r),0>r&&(r=jn(e+r,0));n:{for(t=g(t),e=n.length,r+=-1;++r<e;)if(t(n[r],r,n)){n=r;break n}n=-1}return n}),En=O(function(n,t,r){return S(n,t,r)}),wn=O(function(n,t){return c(n,1,t)}),kn=O(function(n,t,r){return c(n,Sn(t)||0,r)}),Nn=Array.isArray,Fn=Number,Sn=Number,Tn=N(function(n,t){k(t,_n(t),n)}),Bn=N(function(n,t){k(t,D(t),n)}),Rn=O(function(n,t){n=Object(n);var r,e=-1,u=t.length,o=2<u?t[2]:Z;if(r=o){r=t[0];var i=t[1];if(V(o)){var c=typeof i;if("number"==c){if(c=M(o))var c=o.length,f=typeof i,c=null==c?9007199254740991:c,c=!!c&&("number"==f||"symbol"!=f&&en.test(i))&&-1<i&&0==i%1&&i<c; -}else c="string"==c&&i in o;r=!!c&&J(o[i],r)}else r=false}for(r&&(u=1);++e<u;)for(o=t[e],r=In(o),i=-1,c=r.length;++i<c;){var f=r[i],a=n[f];(a===Z||J(a,ln[f])&&!pn.call(n,f))&&(n[f]=o[f])}return n}),Dn=_n,In=D,$n=function(n){return xn(I(n,Z,$),n+"")}(function(n,t){return null==n?{}:m(n,t)});o.assignIn=Bn,o.before=G,o.bind=En,o.chain=function(n){return n=o(n),n.__chain__=true,n},o.compact=function(n){return l(n,Boolean)},o.concat=function(){var n=arguments.length;if(!n)return[];for(var r=Array(n-1),e=arguments[0];n--;)r[n-1]=arguments[n]; -return t(Nn(e)?A(e):[e],p(r,1))},o.create=function(n,t){var r=dn(n);return null==t?r:Tn(r,t)},o.defaults=Rn,o.defer=wn,o.delay=kn,o.filter=function(n,t){return l(n,g(t))},o.flatten=$,o.flattenDeep=function(n){return(null==n?0:n.length)?p(n,nn):[]},o.iteratee=g,o.keys=Dn,o.map=function(n,t){return j(n,g(t))},o.matches=function(n){return d(Tn({},n))},o.mixin=Y,o.negate=function(n){if(typeof n!="function")throw new TypeError("Expected a function");return function(){return!n.apply(this,arguments)}},o.once=function(n){ -return G(2,n)},o.pick=$n,o.slice=function(n,t,r){var e=null==n?0:n.length;return r=r===Z?e:+r,e?x(n,null==t?0:+t,r):[]},o.sortBy=function(n,t){var e=0;return t=g(t),j(j(n,function(n,r,u){return{value:n,index:e++,criteria:t(n,r,u)}}).sort(function(n,t){var r;n:{r=n.criteria;var e=t.criteria;if(r!==e){var u=r!==Z,o=null===r,i=r===r,c=e!==Z,f=null===e,a=e===e;if(!f&&r>e||o&&c&&a||!u&&a||!i){r=1;break n}if(!o&&r<e||f&&u&&i||!c&&i||!a){r=-1;break n}}r=0}return r||n.index-t.index}),r("value"))},o.tap=function(n,t){ -return t(n),n},o.thru=function(n,t){return t(n)},o.toArray=function(n){return M(n)?n.length?A(n):[]:W(n)},o.values=W,o.extend=Bn,Y(o,o),o.clone=function(n){return V(n)?Nn(n)?A(n):k(n,_n(n)):n},o.escape=function(n){return(n=Q(n))&&rn.test(n)?n.replace(tn,fn):n},o.every=function(n,t,r){return t=r?Z:t,f(n,g(t))},o.find=An,o.forEach=z,o.has=function(n,t){return null!=n&&pn.call(n,t)},o.head=q,o.identity=X,o.indexOf=P,o.isArguments=n,o.isArray=Nn,o.isBoolean=function(n){return true===n||false===n||H(n)&&"[object Boolean]"==hn.call(n); -},o.isDate=function(n){return H(n)&&"[object Date]"==hn.call(n)},o.isEmpty=function(t){return M(t)&&(Nn(t)||L(t)||U(t.splice)||n(t))?!t.length:!_n(t).length},o.isEqual=function(n,t){return b(n,t)},o.isFinite=function(n){return typeof n=="number"&&gn(n)},o.isFunction=U,o.isNaN=function(n){return K(n)&&n!=+n},o.isNull=function(n){return null===n},o.isNumber=K,o.isObject=V,o.isRegExp=function(n){return H(n)&&"[object RegExp]"==hn.call(n)},o.isString=L,o.isUndefined=function(n){return n===Z},o.last=function(n){ -var t=null==n?0:n.length;return t?n[t-1]:Z},o.max=function(n){return n&&n.length?a(n,X,v):Z},o.min=function(n){return n&&n.length?a(n,X,_):Z},o.noConflict=function(){return on._===this&&(on._=vn),this},o.noop=function(){},o.reduce=C,o.result=function(n,t,r){return t=null==n?Z:n[t],t===Z&&(t=r),U(t)?t.call(n):t},o.size=function(n){return null==n?0:(n=M(n)?n:_n(n),n.length)},o.some=function(n,t,r){return t=r?Z:t,E(n,g(t))},o.uniqueId=function(n){var t=++sn;return Q(n)+t},o.each=z,o.first=q,Y(o,function(){ -var n={};return s(o,function(t,r){pn.call(o.prototype,r)||(n[r]=t)}),n}(),{chain:false}),o.VERSION="4.17.21",mn("pop join replace reverse split push shift sort splice unshift".split(" "),function(n){var t=(/^(?:replace|split)$/.test(n)?String.prototype:an)[n],r=/^(?:push|sort|unshift)$/.test(n)?"tap":"thru",e=/^(?:pop|join|replace|shift)$/.test(n);o.prototype[n]=function(){var n=arguments;if(e&&!this.__chain__){var u=this.value();return t.apply(Nn(u)?u:[],n)}return this[r](function(r){return t.apply(Nn(r)?r:[],n); -})}}),o.prototype.toJSON=o.prototype.valueOf=o.prototype.value=function(){return w(this.__wrapped__,this.__actions__)},typeof define=="function"&&typeof define.amd=="object"&&define.amd?(on._=o, define(function(){return o})):cn?((cn.exports=o)._=o,un._=o):on._=o}).call(this); \ No newline at end of file diff --git a/software/flow/node_modules/lodash/countBy.js b/software/flow/node_modules/lodash/countBy.js deleted file mode 100644 index 0e88abc..0000000 --- a/software/flow/node_modules/lodash/countBy.js +++ /dev/null @@ -1,40 +0,0 @@ -var baseAssignValue = require('./_baseAssignValue'), - createAggregator = require('./_createAggregator'); - -/** Used for built-in method references. */ -var objectProto = Object.prototype; - -/** Used to check objects for own properties. */ -var hasOwnProperty = objectProto.hasOwnProperty; - -/** - * Creates an object composed of keys generated from the results of running - * each element of `collection` thru `iteratee`. The corresponding value of - * each key is the number of times the key was returned by `iteratee`. The - * iteratee is invoked with one argument: (value). - * - * @static - * @memberOf _ - * @since 0.5.0 - * @category Collection - * @param {Array|Object} collection The collection to iterate over. - * @param {Function} [iteratee=_.identity] The iteratee to transform keys. - * @returns {Object} Returns the composed aggregate object. - * @example - * - * _.countBy([6.1, 4.2, 6.3], Math.floor); - * // => { '4': 1, '6': 2 } - * - * // The `_.property` iteratee shorthand. - * _.countBy(['one', 'two', 'three'], 'length'); - * // => { '3': 2, '5': 1 } - */ -var countBy = createAggregator(function(result, value, key) { - if (hasOwnProperty.call(result, key)) { - ++result[key]; - } else { - baseAssignValue(result, key, 1); - } -}); - -module.exports = countBy; diff --git a/software/flow/node_modules/lodash/create.js b/software/flow/node_modules/lodash/create.js deleted file mode 100644 index 919edb8..0000000 --- a/software/flow/node_modules/lodash/create.js +++ /dev/null @@ -1,43 +0,0 @@ -var baseAssign = require('./_baseAssign'), - baseCreate = require('./_baseCreate'); - -/** - * Creates an object that inherits from the `prototype` object. If a - * `properties` object is given, its own enumerable string keyed properties - * are assigned to the created object. - * - * @static - * @memberOf _ - * @since 2.3.0 - * @category Object - * @param {Object} prototype The object to inherit from. - * @param {Object} [properties] The properties to assign to the object. - * @returns {Object} Returns the new object. - * @example - * - * function Shape() { - * this.x = 0; - * this.y = 0; - * } - * - * function Circle() { - * Shape.call(this); - * } - * - * Circle.prototype = _.create(Shape.prototype, { - * 'constructor': Circle - * }); - * - * var circle = new Circle; - * circle instanceof Circle; - * // => true - * - * circle instanceof Shape; - * // => true - */ -function create(prototype, properties) { - var result = baseCreate(prototype); - return properties == null ? result : baseAssign(result, properties); -} - -module.exports = create; diff --git a/software/flow/node_modules/lodash/curry.js b/software/flow/node_modules/lodash/curry.js deleted file mode 100644 index 918db1a..0000000 --- a/software/flow/node_modules/lodash/curry.js +++ /dev/null @@ -1,57 +0,0 @@ -var createWrap = require('./_createWrap'); - -/** Used to compose bitmasks for function metadata. */ -var WRAP_CURRY_FLAG = 8; - -/** - * Creates a function that accepts arguments of `func` and either invokes - * `func` returning its result, if at least `arity` number of arguments have - * been provided, or returns a function that accepts the remaining `func` - * arguments, and so on. The arity of `func` may be specified if `func.length` - * is not sufficient. - * - * The `_.curry.placeholder` value, which defaults to `_` in monolithic builds, - * may be used as a placeholder for provided arguments. - * - * **Note:** This method doesn't set the "length" property of curried functions. - * - * @static - * @memberOf _ - * @since 2.0.0 - * @category Function - * @param {Function} func The function to curry. - * @param {number} [arity=func.length] The arity of `func`. - * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. - * @returns {Function} Returns the new curried function. - * @example - * - * var abc = function(a, b, c) { - * return [a, b, c]; - * }; - * - * var curried = _.curry(abc); - * - * curried(1)(2)(3); - * // => [1, 2, 3] - * - * curried(1, 2)(3); - * // => [1, 2, 3] - * - * curried(1, 2, 3); - * // => [1, 2, 3] - * - * // Curried with placeholders. - * curried(1)(_, 3)(2); - * // => [1, 2, 3] - */ -function curry(func, arity, guard) { - arity = guard ? undefined : arity; - var result = createWrap(func, WRAP_CURRY_FLAG, undefined, undefined, undefined, undefined, undefined, arity); - result.placeholder = curry.placeholder; - return result; -} - -// Assign default placeholders. -curry.placeholder = {}; - -module.exports = curry; diff --git a/software/flow/node_modules/lodash/curryRight.js b/software/flow/node_modules/lodash/curryRight.js deleted file mode 100644 index c85b6f3..0000000 --- a/software/flow/node_modules/lodash/curryRight.js +++ /dev/null @@ -1,54 +0,0 @@ -var createWrap = require('./_createWrap'); - -/** Used to compose bitmasks for function metadata. */ -var WRAP_CURRY_RIGHT_FLAG = 16; - -/** - * This method is like `_.curry` except that arguments are applied to `func` - * in the manner of `_.partialRight` instead of `_.partial`. - * - * The `_.curryRight.placeholder` value, which defaults to `_` in monolithic - * builds, may be used as a placeholder for provided arguments. - * - * **Note:** This method doesn't set the "length" property of curried functions. - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category Function - * @param {Function} func The function to curry. - * @param {number} [arity=func.length] The arity of `func`. - * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. - * @returns {Function} Returns the new curried function. - * @example - * - * var abc = function(a, b, c) { - * return [a, b, c]; - * }; - * - * var curried = _.curryRight(abc); - * - * curried(3)(2)(1); - * // => [1, 2, 3] - * - * curried(2, 3)(1); - * // => [1, 2, 3] - * - * curried(1, 2, 3); - * // => [1, 2, 3] - * - * // Curried with placeholders. - * curried(3)(1, _)(2); - * // => [1, 2, 3] - */ -function curryRight(func, arity, guard) { - arity = guard ? undefined : arity; - var result = createWrap(func, WRAP_CURRY_RIGHT_FLAG, undefined, undefined, undefined, undefined, undefined, arity); - result.placeholder = curryRight.placeholder; - return result; -} - -// Assign default placeholders. -curryRight.placeholder = {}; - -module.exports = curryRight; diff --git a/software/flow/node_modules/lodash/date.js b/software/flow/node_modules/lodash/date.js deleted file mode 100644 index cbf5b41..0000000 --- a/software/flow/node_modules/lodash/date.js +++ /dev/null @@ -1,3 +0,0 @@ -module.exports = { - 'now': require('./now') -}; diff --git a/software/flow/node_modules/lodash/debounce.js b/software/flow/node_modules/lodash/debounce.js deleted file mode 100644 index 8f751d5..0000000 --- a/software/flow/node_modules/lodash/debounce.js +++ /dev/null @@ -1,191 +0,0 @@ -var isObject = require('./isObject'), - now = require('./now'), - toNumber = require('./toNumber'); - -/** Error message constants. */ -var FUNC_ERROR_TEXT = 'Expected a function'; - -/* Built-in method references for those with the same name as other `lodash` methods. */ -var nativeMax = Math.max, - nativeMin = Math.min; - -/** - * Creates a debounced function that delays invoking `func` until after `wait` - * milliseconds have elapsed since the last time the debounced function was - * invoked. The debounced function comes with a `cancel` method to cancel - * delayed `func` invocations and a `flush` method to immediately invoke them. - * Provide `options` to indicate whether `func` should be invoked on the - * leading and/or trailing edge of the `wait` timeout. The `func` is invoked - * with the last arguments provided to the debounced function. Subsequent - * calls to the debounced function return the result of the last `func` - * invocation. - * - * **Note:** If `leading` and `trailing` options are `true`, `func` is - * invoked on the trailing edge of the timeout only if the debounced function - * is invoked more than once during the `wait` timeout. - * - * If `wait` is `0` and `leading` is `false`, `func` invocation is deferred - * until to the next tick, similar to `setTimeout` with a timeout of `0`. - * - * See [David Corbacho's article](https://css-tricks.com/debouncing-throttling-explained-examples/) - * for details over the differences between `_.debounce` and `_.throttle`. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Function - * @param {Function} func The function to debounce. - * @param {number} [wait=0] The number of milliseconds to delay. - * @param {Object} [options={}] The options object. - * @param {boolean} [options.leading=false] - * Specify invoking on the leading edge of the timeout. - * @param {number} [options.maxWait] - * The maximum time `func` is allowed to be delayed before it's invoked. - * @param {boolean} [options.trailing=true] - * Specify invoking on the trailing edge of the timeout. - * @returns {Function} Returns the new debounced function. - * @example - * - * // Avoid costly calculations while the window size is in flux. - * jQuery(window).on('resize', _.debounce(calculateLayout, 150)); - * - * // Invoke `sendMail` when clicked, debouncing subsequent calls. - * jQuery(element).on('click', _.debounce(sendMail, 300, { - * 'leading': true, - * 'trailing': false - * })); - * - * // Ensure `batchLog` is invoked once after 1 second of debounced calls. - * var debounced = _.debounce(batchLog, 250, { 'maxWait': 1000 }); - * var source = new EventSource('/stream'); - * jQuery(source).on('message', debounced); - * - * // Cancel the trailing debounced invocation. - * jQuery(window).on('popstate', debounced.cancel); - */ -function debounce(func, wait, options) { - var lastArgs, - lastThis, - maxWait, - result, - timerId, - lastCallTime, - lastInvokeTime = 0, - leading = false, - maxing = false, - trailing = true; - - if (typeof func != 'function') { - throw new TypeError(FUNC_ERROR_TEXT); - } - wait = toNumber(wait) || 0; - if (isObject(options)) { - leading = !!options.leading; - maxing = 'maxWait' in options; - maxWait = maxing ? nativeMax(toNumber(options.maxWait) || 0, wait) : maxWait; - trailing = 'trailing' in options ? !!options.trailing : trailing; - } - - function invokeFunc(time) { - var args = lastArgs, - thisArg = lastThis; - - lastArgs = lastThis = undefined; - lastInvokeTime = time; - result = func.apply(thisArg, args); - return result; - } - - function leadingEdge(time) { - // Reset any `maxWait` timer. - lastInvokeTime = time; - // Start the timer for the trailing edge. - timerId = setTimeout(timerExpired, wait); - // Invoke the leading edge. - return leading ? invokeFunc(time) : result; - } - - function remainingWait(time) { - var timeSinceLastCall = time - lastCallTime, - timeSinceLastInvoke = time - lastInvokeTime, - timeWaiting = wait - timeSinceLastCall; - - return maxing - ? nativeMin(timeWaiting, maxWait - timeSinceLastInvoke) - : timeWaiting; - } - - function shouldInvoke(time) { - var timeSinceLastCall = time - lastCallTime, - timeSinceLastInvoke = time - lastInvokeTime; - - // Either this is the first call, activity has stopped and we're at the - // trailing edge, the system time has gone backwards and we're treating - // it as the trailing edge, or we've hit the `maxWait` limit. - return (lastCallTime === undefined || (timeSinceLastCall >= wait) || - (timeSinceLastCall < 0) || (maxing && timeSinceLastInvoke >= maxWait)); - } - - function timerExpired() { - var time = now(); - if (shouldInvoke(time)) { - return trailingEdge(time); - } - // Restart the timer. - timerId = setTimeout(timerExpired, remainingWait(time)); - } - - function trailingEdge(time) { - timerId = undefined; - - // Only invoke if we have `lastArgs` which means `func` has been - // debounced at least once. - if (trailing && lastArgs) { - return invokeFunc(time); - } - lastArgs = lastThis = undefined; - return result; - } - - function cancel() { - if (timerId !== undefined) { - clearTimeout(timerId); - } - lastInvokeTime = 0; - lastArgs = lastCallTime = lastThis = timerId = undefined; - } - - function flush() { - return timerId === undefined ? result : trailingEdge(now()); - } - - function debounced() { - var time = now(), - isInvoking = shouldInvoke(time); - - lastArgs = arguments; - lastThis = this; - lastCallTime = time; - - if (isInvoking) { - if (timerId === undefined) { - return leadingEdge(lastCallTime); - } - if (maxing) { - // Handle invocations in a tight loop. - clearTimeout(timerId); - timerId = setTimeout(timerExpired, wait); - return invokeFunc(lastCallTime); - } - } - if (timerId === undefined) { - timerId = setTimeout(timerExpired, wait); - } - return result; - } - debounced.cancel = cancel; - debounced.flush = flush; - return debounced; -} - -module.exports = debounce; diff --git a/software/flow/node_modules/lodash/deburr.js b/software/flow/node_modules/lodash/deburr.js deleted file mode 100644 index f85e314..0000000 --- a/software/flow/node_modules/lodash/deburr.js +++ /dev/null @@ -1,45 +0,0 @@ -var deburrLetter = require('./_deburrLetter'), - toString = require('./toString'); - -/** Used to match Latin Unicode letters (excluding mathematical operators). */ -var reLatin = /[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g; - -/** Used to compose unicode character classes. */ -var rsComboMarksRange = '\\u0300-\\u036f', - reComboHalfMarksRange = '\\ufe20-\\ufe2f', - rsComboSymbolsRange = '\\u20d0-\\u20ff', - rsComboRange = rsComboMarksRange + reComboHalfMarksRange + rsComboSymbolsRange; - -/** Used to compose unicode capture groups. */ -var rsCombo = '[' + rsComboRange + ']'; - -/** - * Used to match [combining diacritical marks](https://en.wikipedia.org/wiki/Combining_Diacritical_Marks) and - * [combining diacritical marks for symbols](https://en.wikipedia.org/wiki/Combining_Diacritical_Marks_for_Symbols). - */ -var reComboMark = RegExp(rsCombo, 'g'); - -/** - * Deburrs `string` by converting - * [Latin-1 Supplement](https://en.wikipedia.org/wiki/Latin-1_Supplement_(Unicode_block)#Character_table) - * and [Latin Extended-A](https://en.wikipedia.org/wiki/Latin_Extended-A) - * letters to basic Latin letters and removing - * [combining diacritical marks](https://en.wikipedia.org/wiki/Combining_Diacritical_Marks). - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category String - * @param {string} [string=''] The string to deburr. - * @returns {string} Returns the deburred string. - * @example - * - * _.deburr('déjà vu'); - * // => 'deja vu' - */ -function deburr(string) { - string = toString(string); - return string && string.replace(reLatin, deburrLetter).replace(reComboMark, ''); -} - -module.exports = deburr; diff --git a/software/flow/node_modules/lodash/defaultTo.js b/software/flow/node_modules/lodash/defaultTo.js deleted file mode 100644 index 5b33359..0000000 --- a/software/flow/node_modules/lodash/defaultTo.js +++ /dev/null @@ -1,25 +0,0 @@ -/** - * Checks `value` to determine whether a default value should be returned in - * its place. The `defaultValue` is returned if `value` is `NaN`, `null`, - * or `undefined`. - * - * @static - * @memberOf _ - * @since 4.14.0 - * @category Util - * @param {*} value The value to check. - * @param {*} defaultValue The default value. - * @returns {*} Returns the resolved value. - * @example - * - * _.defaultTo(1, 10); - * // => 1 - * - * _.defaultTo(undefined, 10); - * // => 10 - */ -function defaultTo(value, defaultValue) { - return (value == null || value !== value) ? defaultValue : value; -} - -module.exports = defaultTo; diff --git a/software/flow/node_modules/lodash/defaults.js b/software/flow/node_modules/lodash/defaults.js deleted file mode 100644 index c74df04..0000000 --- a/software/flow/node_modules/lodash/defaults.js +++ /dev/null @@ -1,64 +0,0 @@ -var baseRest = require('./_baseRest'), - eq = require('./eq'), - isIterateeCall = require('./_isIterateeCall'), - keysIn = require('./keysIn'); - -/** Used for built-in method references. */ -var objectProto = Object.prototype; - -/** Used to check objects for own properties. */ -var hasOwnProperty = objectProto.hasOwnProperty; - -/** - * Assigns own and inherited enumerable string keyed properties of source - * objects to the destination object for all destination properties that - * resolve to `undefined`. Source objects are applied from left to right. - * Once a property is set, additional values of the same property are ignored. - * - * **Note:** This method mutates `object`. - * - * @static - * @since 0.1.0 - * @memberOf _ - * @category Object - * @param {Object} object The destination object. - * @param {...Object} [sources] The source objects. - * @returns {Object} Returns `object`. - * @see _.defaultsDeep - * @example - * - * _.defaults({ 'a': 1 }, { 'b': 2 }, { 'a': 3 }); - * // => { 'a': 1, 'b': 2 } - */ -var defaults = baseRest(function(object, sources) { - object = Object(object); - - var index = -1; - var length = sources.length; - var guard = length > 2 ? sources[2] : undefined; - - if (guard && isIterateeCall(sources[0], sources[1], guard)) { - length = 1; - } - - while (++index < length) { - var source = sources[index]; - var props = keysIn(source); - var propsIndex = -1; - var propsLength = props.length; - - while (++propsIndex < propsLength) { - var key = props[propsIndex]; - var value = object[key]; - - if (value === undefined || - (eq(value, objectProto[key]) && !hasOwnProperty.call(object, key))) { - object[key] = source[key]; - } - } - } - - return object; -}); - -module.exports = defaults; diff --git a/software/flow/node_modules/lodash/defaultsDeep.js b/software/flow/node_modules/lodash/defaultsDeep.js deleted file mode 100644 index 9b5fa3e..0000000 --- a/software/flow/node_modules/lodash/defaultsDeep.js +++ /dev/null @@ -1,30 +0,0 @@ -var apply = require('./_apply'), - baseRest = require('./_baseRest'), - customDefaultsMerge = require('./_customDefaultsMerge'), - mergeWith = require('./mergeWith'); - -/** - * This method is like `_.defaults` except that it recursively assigns - * default properties. - * - * **Note:** This method mutates `object`. - * - * @static - * @memberOf _ - * @since 3.10.0 - * @category Object - * @param {Object} object The destination object. - * @param {...Object} [sources] The source objects. - * @returns {Object} Returns `object`. - * @see _.defaults - * @example - * - * _.defaultsDeep({ 'a': { 'b': 2 } }, { 'a': { 'b': 1, 'c': 3 } }); - * // => { 'a': { 'b': 2, 'c': 3 } } - */ -var defaultsDeep = baseRest(function(args) { - args.push(undefined, customDefaultsMerge); - return apply(mergeWith, undefined, args); -}); - -module.exports = defaultsDeep; diff --git a/software/flow/node_modules/lodash/defer.js b/software/flow/node_modules/lodash/defer.js deleted file mode 100644 index f6d6c6f..0000000 --- a/software/flow/node_modules/lodash/defer.js +++ /dev/null @@ -1,26 +0,0 @@ -var baseDelay = require('./_baseDelay'), - baseRest = require('./_baseRest'); - -/** - * Defers invoking the `func` until the current call stack has cleared. Any - * additional arguments are provided to `func` when it's invoked. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Function - * @param {Function} func The function to defer. - * @param {...*} [args] The arguments to invoke `func` with. - * @returns {number} Returns the timer id. - * @example - * - * _.defer(function(text) { - * console.log(text); - * }, 'deferred'); - * // => Logs 'deferred' after one millisecond. - */ -var defer = baseRest(function(func, args) { - return baseDelay(func, 1, args); -}); - -module.exports = defer; diff --git a/software/flow/node_modules/lodash/delay.js b/software/flow/node_modules/lodash/delay.js deleted file mode 100644 index bd55479..0000000 --- a/software/flow/node_modules/lodash/delay.js +++ /dev/null @@ -1,28 +0,0 @@ -var baseDelay = require('./_baseDelay'), - baseRest = require('./_baseRest'), - toNumber = require('./toNumber'); - -/** - * Invokes `func` after `wait` milliseconds. Any additional arguments are - * provided to `func` when it's invoked. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Function - * @param {Function} func The function to delay. - * @param {number} wait The number of milliseconds to delay invocation. - * @param {...*} [args] The arguments to invoke `func` with. - * @returns {number} Returns the timer id. - * @example - * - * _.delay(function(text) { - * console.log(text); - * }, 1000, 'later'); - * // => Logs 'later' after one second. - */ -var delay = baseRest(function(func, wait, args) { - return baseDelay(func, toNumber(wait) || 0, args); -}); - -module.exports = delay; diff --git a/software/flow/node_modules/lodash/difference.js b/software/flow/node_modules/lodash/difference.js deleted file mode 100644 index fa28bb3..0000000 --- a/software/flow/node_modules/lodash/difference.js +++ /dev/null @@ -1,33 +0,0 @@ -var baseDifference = require('./_baseDifference'), - baseFlatten = require('./_baseFlatten'), - baseRest = require('./_baseRest'), - isArrayLikeObject = require('./isArrayLikeObject'); - -/** - * Creates an array of `array` values not included in the other given arrays - * using [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) - * for equality comparisons. The order and references of result values are - * determined by the first array. - * - * **Note:** Unlike `_.pullAll`, this method returns a new array. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Array - * @param {Array} array The array to inspect. - * @param {...Array} [values] The values to exclude. - * @returns {Array} Returns the new array of filtered values. - * @see _.without, _.xor - * @example - * - * _.difference([2, 1], [2, 3]); - * // => [1] - */ -var difference = baseRest(function(array, values) { - return isArrayLikeObject(array) - ? baseDifference(array, baseFlatten(values, 1, isArrayLikeObject, true)) - : []; -}); - -module.exports = difference; diff --git a/software/flow/node_modules/lodash/differenceBy.js b/software/flow/node_modules/lodash/differenceBy.js deleted file mode 100644 index 2cd63e7..0000000 --- a/software/flow/node_modules/lodash/differenceBy.js +++ /dev/null @@ -1,44 +0,0 @@ -var baseDifference = require('./_baseDifference'), - baseFlatten = require('./_baseFlatten'), - baseIteratee = require('./_baseIteratee'), - baseRest = require('./_baseRest'), - isArrayLikeObject = require('./isArrayLikeObject'), - last = require('./last'); - -/** - * This method is like `_.difference` except that it accepts `iteratee` which - * is invoked for each element of `array` and `values` to generate the criterion - * by which they're compared. The order and references of result values are - * determined by the first array. The iteratee is invoked with one argument: - * (value). - * - * **Note:** Unlike `_.pullAllBy`, this method returns a new array. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Array - * @param {Array} array The array to inspect. - * @param {...Array} [values] The values to exclude. - * @param {Function} [iteratee=_.identity] The iteratee invoked per element. - * @returns {Array} Returns the new array of filtered values. - * @example - * - * _.differenceBy([2.1, 1.2], [2.3, 3.4], Math.floor); - * // => [1.2] - * - * // The `_.property` iteratee shorthand. - * _.differenceBy([{ 'x': 2 }, { 'x': 1 }], [{ 'x': 1 }], 'x'); - * // => [{ 'x': 2 }] - */ -var differenceBy = baseRest(function(array, values) { - var iteratee = last(values); - if (isArrayLikeObject(iteratee)) { - iteratee = undefined; - } - return isArrayLikeObject(array) - ? baseDifference(array, baseFlatten(values, 1, isArrayLikeObject, true), baseIteratee(iteratee, 2)) - : []; -}); - -module.exports = differenceBy; diff --git a/software/flow/node_modules/lodash/differenceWith.js b/software/flow/node_modules/lodash/differenceWith.js deleted file mode 100644 index c0233f4..0000000 --- a/software/flow/node_modules/lodash/differenceWith.js +++ /dev/null @@ -1,40 +0,0 @@ -var baseDifference = require('./_baseDifference'), - baseFlatten = require('./_baseFlatten'), - baseRest = require('./_baseRest'), - isArrayLikeObject = require('./isArrayLikeObject'), - last = require('./last'); - -/** - * This method is like `_.difference` except that it accepts `comparator` - * which is invoked to compare elements of `array` to `values`. The order and - * references of result values are determined by the first array. The comparator - * is invoked with two arguments: (arrVal, othVal). - * - * **Note:** Unlike `_.pullAllWith`, this method returns a new array. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Array - * @param {Array} array The array to inspect. - * @param {...Array} [values] The values to exclude. - * @param {Function} [comparator] The comparator invoked per element. - * @returns {Array} Returns the new array of filtered values. - * @example - * - * var objects = [{ 'x': 1, 'y': 2 }, { 'x': 2, 'y': 1 }]; - * - * _.differenceWith(objects, [{ 'x': 1, 'y': 2 }], _.isEqual); - * // => [{ 'x': 2, 'y': 1 }] - */ -var differenceWith = baseRest(function(array, values) { - var comparator = last(values); - if (isArrayLikeObject(comparator)) { - comparator = undefined; - } - return isArrayLikeObject(array) - ? baseDifference(array, baseFlatten(values, 1, isArrayLikeObject, true), undefined, comparator) - : []; -}); - -module.exports = differenceWith; diff --git a/software/flow/node_modules/lodash/divide.js b/software/flow/node_modules/lodash/divide.js deleted file mode 100644 index 8cae0cd..0000000 --- a/software/flow/node_modules/lodash/divide.js +++ /dev/null @@ -1,22 +0,0 @@ -var createMathOperation = require('./_createMathOperation'); - -/** - * Divide two numbers. - * - * @static - * @memberOf _ - * @since 4.7.0 - * @category Math - * @param {number} dividend The first number in a division. - * @param {number} divisor The second number in a division. - * @returns {number} Returns the quotient. - * @example - * - * _.divide(6, 4); - * // => 1.5 - */ -var divide = createMathOperation(function(dividend, divisor) { - return dividend / divisor; -}, 1); - -module.exports = divide; diff --git a/software/flow/node_modules/lodash/drop.js b/software/flow/node_modules/lodash/drop.js deleted file mode 100644 index d5c3cba..0000000 --- a/software/flow/node_modules/lodash/drop.js +++ /dev/null @@ -1,38 +0,0 @@ -var baseSlice = require('./_baseSlice'), - toInteger = require('./toInteger'); - -/** - * Creates a slice of `array` with `n` elements dropped from the beginning. - * - * @static - * @memberOf _ - * @since 0.5.0 - * @category Array - * @param {Array} array The array to query. - * @param {number} [n=1] The number of elements to drop. - * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. - * @returns {Array} Returns the slice of `array`. - * @example - * - * _.drop([1, 2, 3]); - * // => [2, 3] - * - * _.drop([1, 2, 3], 2); - * // => [3] - * - * _.drop([1, 2, 3], 5); - * // => [] - * - * _.drop([1, 2, 3], 0); - * // => [1, 2, 3] - */ -function drop(array, n, guard) { - var length = array == null ? 0 : array.length; - if (!length) { - return []; - } - n = (guard || n === undefined) ? 1 : toInteger(n); - return baseSlice(array, n < 0 ? 0 : n, length); -} - -module.exports = drop; diff --git a/software/flow/node_modules/lodash/dropRight.js b/software/flow/node_modules/lodash/dropRight.js deleted file mode 100644 index 441fe99..0000000 --- a/software/flow/node_modules/lodash/dropRight.js +++ /dev/null @@ -1,39 +0,0 @@ -var baseSlice = require('./_baseSlice'), - toInteger = require('./toInteger'); - -/** - * Creates a slice of `array` with `n` elements dropped from the end. - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category Array - * @param {Array} array The array to query. - * @param {number} [n=1] The number of elements to drop. - * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. - * @returns {Array} Returns the slice of `array`. - * @example - * - * _.dropRight([1, 2, 3]); - * // => [1, 2] - * - * _.dropRight([1, 2, 3], 2); - * // => [1] - * - * _.dropRight([1, 2, 3], 5); - * // => [] - * - * _.dropRight([1, 2, 3], 0); - * // => [1, 2, 3] - */ -function dropRight(array, n, guard) { - var length = array == null ? 0 : array.length; - if (!length) { - return []; - } - n = (guard || n === undefined) ? 1 : toInteger(n); - n = length - n; - return baseSlice(array, 0, n < 0 ? 0 : n); -} - -module.exports = dropRight; diff --git a/software/flow/node_modules/lodash/dropRightWhile.js b/software/flow/node_modules/lodash/dropRightWhile.js deleted file mode 100644 index 9ad36a0..0000000 --- a/software/flow/node_modules/lodash/dropRightWhile.js +++ /dev/null @@ -1,45 +0,0 @@ -var baseIteratee = require('./_baseIteratee'), - baseWhile = require('./_baseWhile'); - -/** - * Creates a slice of `array` excluding elements dropped from the end. - * Elements are dropped until `predicate` returns falsey. The predicate is - * invoked with three arguments: (value, index, array). - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category Array - * @param {Array} array The array to query. - * @param {Function} [predicate=_.identity] The function invoked per iteration. - * @returns {Array} Returns the slice of `array`. - * @example - * - * var users = [ - * { 'user': 'barney', 'active': true }, - * { 'user': 'fred', 'active': false }, - * { 'user': 'pebbles', 'active': false } - * ]; - * - * _.dropRightWhile(users, function(o) { return !o.active; }); - * // => objects for ['barney'] - * - * // The `_.matches` iteratee shorthand. - * _.dropRightWhile(users, { 'user': 'pebbles', 'active': false }); - * // => objects for ['barney', 'fred'] - * - * // The `_.matchesProperty` iteratee shorthand. - * _.dropRightWhile(users, ['active', false]); - * // => objects for ['barney'] - * - * // The `_.property` iteratee shorthand. - * _.dropRightWhile(users, 'active'); - * // => objects for ['barney', 'fred', 'pebbles'] - */ -function dropRightWhile(array, predicate) { - return (array && array.length) - ? baseWhile(array, baseIteratee(predicate, 3), true, true) - : []; -} - -module.exports = dropRightWhile; diff --git a/software/flow/node_modules/lodash/dropWhile.js b/software/flow/node_modules/lodash/dropWhile.js deleted file mode 100644 index 903ef56..0000000 --- a/software/flow/node_modules/lodash/dropWhile.js +++ /dev/null @@ -1,45 +0,0 @@ -var baseIteratee = require('./_baseIteratee'), - baseWhile = require('./_baseWhile'); - -/** - * Creates a slice of `array` excluding elements dropped from the beginning. - * Elements are dropped until `predicate` returns falsey. The predicate is - * invoked with three arguments: (value, index, array). - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category Array - * @param {Array} array The array to query. - * @param {Function} [predicate=_.identity] The function invoked per iteration. - * @returns {Array} Returns the slice of `array`. - * @example - * - * var users = [ - * { 'user': 'barney', 'active': false }, - * { 'user': 'fred', 'active': false }, - * { 'user': 'pebbles', 'active': true } - * ]; - * - * _.dropWhile(users, function(o) { return !o.active; }); - * // => objects for ['pebbles'] - * - * // The `_.matches` iteratee shorthand. - * _.dropWhile(users, { 'user': 'barney', 'active': false }); - * // => objects for ['fred', 'pebbles'] - * - * // The `_.matchesProperty` iteratee shorthand. - * _.dropWhile(users, ['active', false]); - * // => objects for ['pebbles'] - * - * // The `_.property` iteratee shorthand. - * _.dropWhile(users, 'active'); - * // => objects for ['barney', 'fred', 'pebbles'] - */ -function dropWhile(array, predicate) { - return (array && array.length) - ? baseWhile(array, baseIteratee(predicate, 3), true) - : []; -} - -module.exports = dropWhile; diff --git a/software/flow/node_modules/lodash/each.js b/software/flow/node_modules/lodash/each.js deleted file mode 100644 index 8800f42..0000000 --- a/software/flow/node_modules/lodash/each.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('./forEach'); diff --git a/software/flow/node_modules/lodash/eachRight.js b/software/flow/node_modules/lodash/eachRight.js deleted file mode 100644 index 3252b2a..0000000 --- a/software/flow/node_modules/lodash/eachRight.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('./forEachRight'); diff --git a/software/flow/node_modules/lodash/endsWith.js b/software/flow/node_modules/lodash/endsWith.js deleted file mode 100644 index 76fc866..0000000 --- a/software/flow/node_modules/lodash/endsWith.js +++ /dev/null @@ -1,43 +0,0 @@ -var baseClamp = require('./_baseClamp'), - baseToString = require('./_baseToString'), - toInteger = require('./toInteger'), - toString = require('./toString'); - -/** - * Checks if `string` ends with the given target string. - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category String - * @param {string} [string=''] The string to inspect. - * @param {string} [target] The string to search for. - * @param {number} [position=string.length] The position to search up to. - * @returns {boolean} Returns `true` if `string` ends with `target`, - * else `false`. - * @example - * - * _.endsWith('abc', 'c'); - * // => true - * - * _.endsWith('abc', 'b'); - * // => false - * - * _.endsWith('abc', 'b', 2); - * // => true - */ -function endsWith(string, target, position) { - string = toString(string); - target = baseToString(target); - - var length = string.length; - position = position === undefined - ? length - : baseClamp(toInteger(position), 0, length); - - var end = position; - position -= target.length; - return position >= 0 && string.slice(position, end) == target; -} - -module.exports = endsWith; diff --git a/software/flow/node_modules/lodash/entries.js b/software/flow/node_modules/lodash/entries.js deleted file mode 100644 index 7a88df2..0000000 --- a/software/flow/node_modules/lodash/entries.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('./toPairs'); diff --git a/software/flow/node_modules/lodash/entriesIn.js b/software/flow/node_modules/lodash/entriesIn.js deleted file mode 100644 index f6c6331..0000000 --- a/software/flow/node_modules/lodash/entriesIn.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('./toPairsIn'); diff --git a/software/flow/node_modules/lodash/eq.js b/software/flow/node_modules/lodash/eq.js deleted file mode 100644 index a940688..0000000 --- a/software/flow/node_modules/lodash/eq.js +++ /dev/null @@ -1,37 +0,0 @@ -/** - * Performs a - * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) - * comparison between two values to determine if they are equivalent. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Lang - * @param {*} value The value to compare. - * @param {*} other The other value to compare. - * @returns {boolean} Returns `true` if the values are equivalent, else `false`. - * @example - * - * var object = { 'a': 1 }; - * var other = { 'a': 1 }; - * - * _.eq(object, object); - * // => true - * - * _.eq(object, other); - * // => false - * - * _.eq('a', 'a'); - * // => true - * - * _.eq('a', Object('a')); - * // => false - * - * _.eq(NaN, NaN); - * // => true - */ -function eq(value, other) { - return value === other || (value !== value && other !== other); -} - -module.exports = eq; diff --git a/software/flow/node_modules/lodash/escape.js b/software/flow/node_modules/lodash/escape.js deleted file mode 100644 index 9247e00..0000000 --- a/software/flow/node_modules/lodash/escape.js +++ /dev/null @@ -1,43 +0,0 @@ -var escapeHtmlChar = require('./_escapeHtmlChar'), - toString = require('./toString'); - -/** Used to match HTML entities and HTML characters. */ -var reUnescapedHtml = /[&<>"']/g, - reHasUnescapedHtml = RegExp(reUnescapedHtml.source); - -/** - * Converts the characters "&", "<", ">", '"', and "'" in `string` to their - * corresponding HTML entities. - * - * **Note:** No other characters are escaped. To escape additional - * characters use a third-party library like [_he_](https://mths.be/he). - * - * Though the ">" character is escaped for symmetry, characters like - * ">" and "/" don't need escaping in HTML and have no special meaning - * unless they're part of a tag or unquoted attribute value. See - * [Mathias Bynens's article](https://mathiasbynens.be/notes/ambiguous-ampersands) - * (under "semi-related fun fact") for more details. - * - * When working with HTML you should always - * [quote attribute values](http://wonko.com/post/html-escaping) to reduce - * XSS vectors. - * - * @static - * @since 0.1.0 - * @memberOf _ - * @category String - * @param {string} [string=''] The string to escape. - * @returns {string} Returns the escaped string. - * @example - * - * _.escape('fred, barney, & pebbles'); - * // => 'fred, barney, &amp; pebbles' - */ -function escape(string) { - string = toString(string); - return (string && reHasUnescapedHtml.test(string)) - ? string.replace(reUnescapedHtml, escapeHtmlChar) - : string; -} - -module.exports = escape; diff --git a/software/flow/node_modules/lodash/escapeRegExp.js b/software/flow/node_modules/lodash/escapeRegExp.js deleted file mode 100644 index 0a58c69..0000000 --- a/software/flow/node_modules/lodash/escapeRegExp.js +++ /dev/null @@ -1,32 +0,0 @@ -var toString = require('./toString'); - -/** - * Used to match `RegExp` - * [syntax characters](http://ecma-international.org/ecma-262/7.0/#sec-patterns). - */ -var reRegExpChar = /[\\^$.*+?()[\]{}|]/g, - reHasRegExpChar = RegExp(reRegExpChar.source); - -/** - * Escapes the `RegExp` special characters "^", "$", "\", ".", "*", "+", - * "?", "(", ")", "[", "]", "{", "}", and "|" in `string`. - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category String - * @param {string} [string=''] The string to escape. - * @returns {string} Returns the escaped string. - * @example - * - * _.escapeRegExp('[lodash](https://lodash.com/)'); - * // => '\[lodash\]\(https://lodash\.com/\)' - */ -function escapeRegExp(string) { - string = toString(string); - return (string && reHasRegExpChar.test(string)) - ? string.replace(reRegExpChar, '\\$&') - : string; -} - -module.exports = escapeRegExp; diff --git a/software/flow/node_modules/lodash/every.js b/software/flow/node_modules/lodash/every.js deleted file mode 100644 index 25080da..0000000 --- a/software/flow/node_modules/lodash/every.js +++ /dev/null @@ -1,56 +0,0 @@ -var arrayEvery = require('./_arrayEvery'), - baseEvery = require('./_baseEvery'), - baseIteratee = require('./_baseIteratee'), - isArray = require('./isArray'), - isIterateeCall = require('./_isIterateeCall'); - -/** - * Checks if `predicate` returns truthy for **all** elements of `collection`. - * Iteration is stopped once `predicate` returns falsey. The predicate is - * invoked with three arguments: (value, index|key, collection). - * - * **Note:** This method returns `true` for - * [empty collections](https://en.wikipedia.org/wiki/Empty_set) because - * [everything is true](https://en.wikipedia.org/wiki/Vacuous_truth) of - * elements of empty collections. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Collection - * @param {Array|Object} collection The collection to iterate over. - * @param {Function} [predicate=_.identity] The function invoked per iteration. - * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. - * @returns {boolean} Returns `true` if all elements pass the predicate check, - * else `false`. - * @example - * - * _.every([true, 1, null, 'yes'], Boolean); - * // => false - * - * var users = [ - * { 'user': 'barney', 'age': 36, 'active': false }, - * { 'user': 'fred', 'age': 40, 'active': false } - * ]; - * - * // The `_.matches` iteratee shorthand. - * _.every(users, { 'user': 'barney', 'active': false }); - * // => false - * - * // The `_.matchesProperty` iteratee shorthand. - * _.every(users, ['active', false]); - * // => true - * - * // The `_.property` iteratee shorthand. - * _.every(users, 'active'); - * // => false - */ -function every(collection, predicate, guard) { - var func = isArray(collection) ? arrayEvery : baseEvery; - if (guard && isIterateeCall(collection, predicate, guard)) { - predicate = undefined; - } - return func(collection, baseIteratee(predicate, 3)); -} - -module.exports = every; diff --git a/software/flow/node_modules/lodash/extend.js b/software/flow/node_modules/lodash/extend.js deleted file mode 100644 index e00166c..0000000 --- a/software/flow/node_modules/lodash/extend.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('./assignIn'); diff --git a/software/flow/node_modules/lodash/extendWith.js b/software/flow/node_modules/lodash/extendWith.js deleted file mode 100644 index dbdcb3b..0000000 --- a/software/flow/node_modules/lodash/extendWith.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('./assignInWith'); diff --git a/software/flow/node_modules/lodash/fill.js b/software/flow/node_modules/lodash/fill.js deleted file mode 100644 index ae13aa1..0000000 --- a/software/flow/node_modules/lodash/fill.js +++ /dev/null @@ -1,45 +0,0 @@ -var baseFill = require('./_baseFill'), - isIterateeCall = require('./_isIterateeCall'); - -/** - * Fills elements of `array` with `value` from `start` up to, but not - * including, `end`. - * - * **Note:** This method mutates `array`. - * - * @static - * @memberOf _ - * @since 3.2.0 - * @category Array - * @param {Array} array The array to fill. - * @param {*} value The value to fill `array` with. - * @param {number} [start=0] The start position. - * @param {number} [end=array.length] The end position. - * @returns {Array} Returns `array`. - * @example - * - * var array = [1, 2, 3]; - * - * _.fill(array, 'a'); - * console.log(array); - * // => ['a', 'a', 'a'] - * - * _.fill(Array(3), 2); - * // => [2, 2, 2] - * - * _.fill([4, 6, 8, 10], '*', 1, 3); - * // => [4, '*', '*', 10] - */ -function fill(array, value, start, end) { - var length = array == null ? 0 : array.length; - if (!length) { - return []; - } - if (start && typeof start != 'number' && isIterateeCall(array, value, start)) { - start = 0; - end = length; - } - return baseFill(array, value, start, end); -} - -module.exports = fill; diff --git a/software/flow/node_modules/lodash/filter.js b/software/flow/node_modules/lodash/filter.js deleted file mode 100644 index 89e0c8c..0000000 --- a/software/flow/node_modules/lodash/filter.js +++ /dev/null @@ -1,52 +0,0 @@ -var arrayFilter = require('./_arrayFilter'), - baseFilter = require('./_baseFilter'), - baseIteratee = require('./_baseIteratee'), - isArray = require('./isArray'); - -/** - * Iterates over elements of `collection`, returning an array of all elements - * `predicate` returns truthy for. The predicate is invoked with three - * arguments: (value, index|key, collection). - * - * **Note:** Unlike `_.remove`, this method returns a new array. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Collection - * @param {Array|Object} collection The collection to iterate over. - * @param {Function} [predicate=_.identity] The function invoked per iteration. - * @returns {Array} Returns the new filtered array. - * @see _.reject - * @example - * - * var users = [ - * { 'user': 'barney', 'age': 36, 'active': true }, - * { 'user': 'fred', 'age': 40, 'active': false } - * ]; - * - * _.filter(users, function(o) { return !o.active; }); - * // => objects for ['fred'] - * - * // The `_.matches` iteratee shorthand. - * _.filter(users, { 'age': 36, 'active': true }); - * // => objects for ['barney'] - * - * // The `_.matchesProperty` iteratee shorthand. - * _.filter(users, ['active', false]); - * // => objects for ['fred'] - * - * // The `_.property` iteratee shorthand. - * _.filter(users, 'active'); - * // => objects for ['barney'] - * - * // Combining several predicates using `_.overEvery` or `_.overSome`. - * _.filter(users, _.overSome([{ 'age': 36 }, ['age', 40]])); - * // => objects for ['fred', 'barney'] - */ -function filter(collection, predicate) { - var func = isArray(collection) ? arrayFilter : baseFilter; - return func(collection, baseIteratee(predicate, 3)); -} - -module.exports = filter; diff --git a/software/flow/node_modules/lodash/find.js b/software/flow/node_modules/lodash/find.js deleted file mode 100644 index de732cc..0000000 --- a/software/flow/node_modules/lodash/find.js +++ /dev/null @@ -1,42 +0,0 @@ -var createFind = require('./_createFind'), - findIndex = require('./findIndex'); - -/** - * Iterates over elements of `collection`, returning the first element - * `predicate` returns truthy for. The predicate is invoked with three - * arguments: (value, index|key, collection). - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Collection - * @param {Array|Object} collection The collection to inspect. - * @param {Function} [predicate=_.identity] The function invoked per iteration. - * @param {number} [fromIndex=0] The index to search from. - * @returns {*} Returns the matched element, else `undefined`. - * @example - * - * var users = [ - * { 'user': 'barney', 'age': 36, 'active': true }, - * { 'user': 'fred', 'age': 40, 'active': false }, - * { 'user': 'pebbles', 'age': 1, 'active': true } - * ]; - * - * _.find(users, function(o) { return o.age < 40; }); - * // => object for 'barney' - * - * // The `_.matches` iteratee shorthand. - * _.find(users, { 'age': 1, 'active': true }); - * // => object for 'pebbles' - * - * // The `_.matchesProperty` iteratee shorthand. - * _.find(users, ['active', false]); - * // => object for 'fred' - * - * // The `_.property` iteratee shorthand. - * _.find(users, 'active'); - * // => object for 'barney' - */ -var find = createFind(findIndex); - -module.exports = find; diff --git a/software/flow/node_modules/lodash/findIndex.js b/software/flow/node_modules/lodash/findIndex.js deleted file mode 100644 index 4689069..0000000 --- a/software/flow/node_modules/lodash/findIndex.js +++ /dev/null @@ -1,55 +0,0 @@ -var baseFindIndex = require('./_baseFindIndex'), - baseIteratee = require('./_baseIteratee'), - toInteger = require('./toInteger'); - -/* Built-in method references for those with the same name as other `lodash` methods. */ -var nativeMax = Math.max; - -/** - * This method is like `_.find` except that it returns the index of the first - * element `predicate` returns truthy for instead of the element itself. - * - * @static - * @memberOf _ - * @since 1.1.0 - * @category Array - * @param {Array} array The array to inspect. - * @param {Function} [predicate=_.identity] The function invoked per iteration. - * @param {number} [fromIndex=0] The index to search from. - * @returns {number} Returns the index of the found element, else `-1`. - * @example - * - * var users = [ - * { 'user': 'barney', 'active': false }, - * { 'user': 'fred', 'active': false }, - * { 'user': 'pebbles', 'active': true } - * ]; - * - * _.findIndex(users, function(o) { return o.user == 'barney'; }); - * // => 0 - * - * // The `_.matches` iteratee shorthand. - * _.findIndex(users, { 'user': 'fred', 'active': false }); - * // => 1 - * - * // The `_.matchesProperty` iteratee shorthand. - * _.findIndex(users, ['active', false]); - * // => 0 - * - * // The `_.property` iteratee shorthand. - * _.findIndex(users, 'active'); - * // => 2 - */ -function findIndex(array, predicate, fromIndex) { - var length = array == null ? 0 : array.length; - if (!length) { - return -1; - } - var index = fromIndex == null ? 0 : toInteger(fromIndex); - if (index < 0) { - index = nativeMax(length + index, 0); - } - return baseFindIndex(array, baseIteratee(predicate, 3), index); -} - -module.exports = findIndex; diff --git a/software/flow/node_modules/lodash/findKey.js b/software/flow/node_modules/lodash/findKey.js deleted file mode 100644 index cac0248..0000000 --- a/software/flow/node_modules/lodash/findKey.js +++ /dev/null @@ -1,44 +0,0 @@ -var baseFindKey = require('./_baseFindKey'), - baseForOwn = require('./_baseForOwn'), - baseIteratee = require('./_baseIteratee'); - -/** - * This method is like `_.find` except that it returns the key of the first - * element `predicate` returns truthy for instead of the element itself. - * - * @static - * @memberOf _ - * @since 1.1.0 - * @category Object - * @param {Object} object The object to inspect. - * @param {Function} [predicate=_.identity] The function invoked per iteration. - * @returns {string|undefined} Returns the key of the matched element, - * else `undefined`. - * @example - * - * var users = { - * 'barney': { 'age': 36, 'active': true }, - * 'fred': { 'age': 40, 'active': false }, - * 'pebbles': { 'age': 1, 'active': true } - * }; - * - * _.findKey(users, function(o) { return o.age < 40; }); - * // => 'barney' (iteration order is not guaranteed) - * - * // The `_.matches` iteratee shorthand. - * _.findKey(users, { 'age': 1, 'active': true }); - * // => 'pebbles' - * - * // The `_.matchesProperty` iteratee shorthand. - * _.findKey(users, ['active', false]); - * // => 'fred' - * - * // The `_.property` iteratee shorthand. - * _.findKey(users, 'active'); - * // => 'barney' - */ -function findKey(object, predicate) { - return baseFindKey(object, baseIteratee(predicate, 3), baseForOwn); -} - -module.exports = findKey; diff --git a/software/flow/node_modules/lodash/findLast.js b/software/flow/node_modules/lodash/findLast.js deleted file mode 100644 index 70b4271..0000000 --- a/software/flow/node_modules/lodash/findLast.js +++ /dev/null @@ -1,25 +0,0 @@ -var createFind = require('./_createFind'), - findLastIndex = require('./findLastIndex'); - -/** - * This method is like `_.find` except that it iterates over elements of - * `collection` from right to left. - * - * @static - * @memberOf _ - * @since 2.0.0 - * @category Collection - * @param {Array|Object} collection The collection to inspect. - * @param {Function} [predicate=_.identity] The function invoked per iteration. - * @param {number} [fromIndex=collection.length-1] The index to search from. - * @returns {*} Returns the matched element, else `undefined`. - * @example - * - * _.findLast([1, 2, 3, 4], function(n) { - * return n % 2 == 1; - * }); - * // => 3 - */ -var findLast = createFind(findLastIndex); - -module.exports = findLast; diff --git a/software/flow/node_modules/lodash/findLastIndex.js b/software/flow/node_modules/lodash/findLastIndex.js deleted file mode 100644 index 7da3431..0000000 --- a/software/flow/node_modules/lodash/findLastIndex.js +++ /dev/null @@ -1,59 +0,0 @@ -var baseFindIndex = require('./_baseFindIndex'), - baseIteratee = require('./_baseIteratee'), - toInteger = require('./toInteger'); - -/* Built-in method references for those with the same name as other `lodash` methods. */ -var nativeMax = Math.max, - nativeMin = Math.min; - -/** - * This method is like `_.findIndex` except that it iterates over elements - * of `collection` from right to left. - * - * @static - * @memberOf _ - * @since 2.0.0 - * @category Array - * @param {Array} array The array to inspect. - * @param {Function} [predicate=_.identity] The function invoked per iteration. - * @param {number} [fromIndex=array.length-1] The index to search from. - * @returns {number} Returns the index of the found element, else `-1`. - * @example - * - * var users = [ - * { 'user': 'barney', 'active': true }, - * { 'user': 'fred', 'active': false }, - * { 'user': 'pebbles', 'active': false } - * ]; - * - * _.findLastIndex(users, function(o) { return o.user == 'pebbles'; }); - * // => 2 - * - * // The `_.matches` iteratee shorthand. - * _.findLastIndex(users, { 'user': 'barney', 'active': true }); - * // => 0 - * - * // The `_.matchesProperty` iteratee shorthand. - * _.findLastIndex(users, ['active', false]); - * // => 2 - * - * // The `_.property` iteratee shorthand. - * _.findLastIndex(users, 'active'); - * // => 0 - */ -function findLastIndex(array, predicate, fromIndex) { - var length = array == null ? 0 : array.length; - if (!length) { - return -1; - } - var index = length - 1; - if (fromIndex !== undefined) { - index = toInteger(fromIndex); - index = fromIndex < 0 - ? nativeMax(length + index, 0) - : nativeMin(index, length - 1); - } - return baseFindIndex(array, baseIteratee(predicate, 3), index, true); -} - -module.exports = findLastIndex; diff --git a/software/flow/node_modules/lodash/findLastKey.js b/software/flow/node_modules/lodash/findLastKey.js deleted file mode 100644 index 66fb9fb..0000000 --- a/software/flow/node_modules/lodash/findLastKey.js +++ /dev/null @@ -1,44 +0,0 @@ -var baseFindKey = require('./_baseFindKey'), - baseForOwnRight = require('./_baseForOwnRight'), - baseIteratee = require('./_baseIteratee'); - -/** - * This method is like `_.findKey` except that it iterates over elements of - * a collection in the opposite order. - * - * @static - * @memberOf _ - * @since 2.0.0 - * @category Object - * @param {Object} object The object to inspect. - * @param {Function} [predicate=_.identity] The function invoked per iteration. - * @returns {string|undefined} Returns the key of the matched element, - * else `undefined`. - * @example - * - * var users = { - * 'barney': { 'age': 36, 'active': true }, - * 'fred': { 'age': 40, 'active': false }, - * 'pebbles': { 'age': 1, 'active': true } - * }; - * - * _.findLastKey(users, function(o) { return o.age < 40; }); - * // => returns 'pebbles' assuming `_.findKey` returns 'barney' - * - * // The `_.matches` iteratee shorthand. - * _.findLastKey(users, { 'age': 36, 'active': true }); - * // => 'barney' - * - * // The `_.matchesProperty` iteratee shorthand. - * _.findLastKey(users, ['active', false]); - * // => 'fred' - * - * // The `_.property` iteratee shorthand. - * _.findLastKey(users, 'active'); - * // => 'pebbles' - */ -function findLastKey(object, predicate) { - return baseFindKey(object, baseIteratee(predicate, 3), baseForOwnRight); -} - -module.exports = findLastKey; diff --git a/software/flow/node_modules/lodash/first.js b/software/flow/node_modules/lodash/first.js deleted file mode 100644 index 53f4ad1..0000000 --- a/software/flow/node_modules/lodash/first.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('./head'); diff --git a/software/flow/node_modules/lodash/flake.lock b/software/flow/node_modules/lodash/flake.lock deleted file mode 100644 index dd03252..0000000 --- a/software/flow/node_modules/lodash/flake.lock +++ /dev/null @@ -1,40 +0,0 @@ -{ - "nodes": { - "nixpkgs": { - "locked": { - "lastModified": 1613582597, - "narHash": "sha256-6LvipIvFuhyorHpUqK3HjySC5Y6gshXHFBhU9EJ4DoM=", - "path": "/nix/store/srvplqq673sqd9vyfhyc5w1p88y1gfm4-source", - "rev": "6b1057b452c55bb3b463f0d7055bc4ec3fd1f381", - "type": "path" - }, - "original": { - "id": "nixpkgs", - "type": "indirect" - } - }, - "root": { - "inputs": { - "nixpkgs": "nixpkgs", - "utils": "utils" - } - }, - "utils": { - "locked": { - "lastModified": 1610051610, - "narHash": "sha256-U9rPz/usA1/Aohhk7Cmc2gBrEEKRzcW4nwPWMPwja4Y=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "3982c9903e93927c2164caa727cd3f6a0e6d14cc", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - } - }, - "root": "root", - "version": 7 -} diff --git a/software/flow/node_modules/lodash/flake.nix b/software/flow/node_modules/lodash/flake.nix deleted file mode 100644 index 15a451c..0000000 --- a/software/flow/node_modules/lodash/flake.nix +++ /dev/null @@ -1,20 +0,0 @@ -{ - inputs = { - utils.url = "github:numtide/flake-utils"; - }; - - outputs = { self, nixpkgs, utils }: - utils.lib.eachDefaultSystem (system: - let - pkgs = nixpkgs.legacyPackages."${system}"; - in rec { - devShell = pkgs.mkShell { - nativeBuildInputs = with pkgs; [ - yarn - nodejs-14_x - nodePackages.typescript-language-server - nodePackages.eslint - ]; - }; - }); -} diff --git a/software/flow/node_modules/lodash/flatMap.js b/software/flow/node_modules/lodash/flatMap.js deleted file mode 100644 index e668506..0000000 --- a/software/flow/node_modules/lodash/flatMap.js +++ /dev/null @@ -1,29 +0,0 @@ -var baseFlatten = require('./_baseFlatten'), - map = require('./map'); - -/** - * Creates a flattened array of values by running each element in `collection` - * thru `iteratee` and flattening the mapped results. The iteratee is invoked - * with three arguments: (value, index|key, collection). - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Collection - * @param {Array|Object} collection The collection to iterate over. - * @param {Function} [iteratee=_.identity] The function invoked per iteration. - * @returns {Array} Returns the new flattened array. - * @example - * - * function duplicate(n) { - * return [n, n]; - * } - * - * _.flatMap([1, 2], duplicate); - * // => [1, 1, 2, 2] - */ -function flatMap(collection, iteratee) { - return baseFlatten(map(collection, iteratee), 1); -} - -module.exports = flatMap; diff --git a/software/flow/node_modules/lodash/flatMapDeep.js b/software/flow/node_modules/lodash/flatMapDeep.js deleted file mode 100644 index 4653d60..0000000 --- a/software/flow/node_modules/lodash/flatMapDeep.js +++ /dev/null @@ -1,31 +0,0 @@ -var baseFlatten = require('./_baseFlatten'), - map = require('./map'); - -/** Used as references for various `Number` constants. */ -var INFINITY = 1 / 0; - -/** - * This method is like `_.flatMap` except that it recursively flattens the - * mapped results. - * - * @static - * @memberOf _ - * @since 4.7.0 - * @category Collection - * @param {Array|Object} collection The collection to iterate over. - * @param {Function} [iteratee=_.identity] The function invoked per iteration. - * @returns {Array} Returns the new flattened array. - * @example - * - * function duplicate(n) { - * return [[[n, n]]]; - * } - * - * _.flatMapDeep([1, 2], duplicate); - * // => [1, 1, 2, 2] - */ -function flatMapDeep(collection, iteratee) { - return baseFlatten(map(collection, iteratee), INFINITY); -} - -module.exports = flatMapDeep; diff --git a/software/flow/node_modules/lodash/flatMapDepth.js b/software/flow/node_modules/lodash/flatMapDepth.js deleted file mode 100644 index 6d72005..0000000 --- a/software/flow/node_modules/lodash/flatMapDepth.js +++ /dev/null @@ -1,31 +0,0 @@ -var baseFlatten = require('./_baseFlatten'), - map = require('./map'), - toInteger = require('./toInteger'); - -/** - * This method is like `_.flatMap` except that it recursively flattens the - * mapped results up to `depth` times. - * - * @static - * @memberOf _ - * @since 4.7.0 - * @category Collection - * @param {Array|Object} collection The collection to iterate over. - * @param {Function} [iteratee=_.identity] The function invoked per iteration. - * @param {number} [depth=1] The maximum recursion depth. - * @returns {Array} Returns the new flattened array. - * @example - * - * function duplicate(n) { - * return [[[n, n]]]; - * } - * - * _.flatMapDepth([1, 2], duplicate, 2); - * // => [[1, 1], [2, 2]] - */ -function flatMapDepth(collection, iteratee, depth) { - depth = depth === undefined ? 1 : toInteger(depth); - return baseFlatten(map(collection, iteratee), depth); -} - -module.exports = flatMapDepth; diff --git a/software/flow/node_modules/lodash/flatten.js b/software/flow/node_modules/lodash/flatten.js deleted file mode 100644 index 3f09f7f..0000000 --- a/software/flow/node_modules/lodash/flatten.js +++ /dev/null @@ -1,22 +0,0 @@ -var baseFlatten = require('./_baseFlatten'); - -/** - * Flattens `array` a single level deep. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Array - * @param {Array} array The array to flatten. - * @returns {Array} Returns the new flattened array. - * @example - * - * _.flatten([1, [2, [3, [4]], 5]]); - * // => [1, 2, [3, [4]], 5] - */ -function flatten(array) { - var length = array == null ? 0 : array.length; - return length ? baseFlatten(array, 1) : []; -} - -module.exports = flatten; diff --git a/software/flow/node_modules/lodash/flattenDeep.js b/software/flow/node_modules/lodash/flattenDeep.js deleted file mode 100644 index 8ad585c..0000000 --- a/software/flow/node_modules/lodash/flattenDeep.js +++ /dev/null @@ -1,25 +0,0 @@ -var baseFlatten = require('./_baseFlatten'); - -/** Used as references for various `Number` constants. */ -var INFINITY = 1 / 0; - -/** - * Recursively flattens `array`. - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category Array - * @param {Array} array The array to flatten. - * @returns {Array} Returns the new flattened array. - * @example - * - * _.flattenDeep([1, [2, [3, [4]], 5]]); - * // => [1, 2, 3, 4, 5] - */ -function flattenDeep(array) { - var length = array == null ? 0 : array.length; - return length ? baseFlatten(array, INFINITY) : []; -} - -module.exports = flattenDeep; diff --git a/software/flow/node_modules/lodash/flattenDepth.js b/software/flow/node_modules/lodash/flattenDepth.js deleted file mode 100644 index 441fdcc..0000000 --- a/software/flow/node_modules/lodash/flattenDepth.js +++ /dev/null @@ -1,33 +0,0 @@ -var baseFlatten = require('./_baseFlatten'), - toInteger = require('./toInteger'); - -/** - * Recursively flatten `array` up to `depth` times. - * - * @static - * @memberOf _ - * @since 4.4.0 - * @category Array - * @param {Array} array The array to flatten. - * @param {number} [depth=1] The maximum recursion depth. - * @returns {Array} Returns the new flattened array. - * @example - * - * var array = [1, [2, [3, [4]], 5]]; - * - * _.flattenDepth(array, 1); - * // => [1, 2, [3, [4]], 5] - * - * _.flattenDepth(array, 2); - * // => [1, 2, 3, [4], 5] - */ -function flattenDepth(array, depth) { - var length = array == null ? 0 : array.length; - if (!length) { - return []; - } - depth = depth === undefined ? 1 : toInteger(depth); - return baseFlatten(array, depth); -} - -module.exports = flattenDepth; diff --git a/software/flow/node_modules/lodash/flip.js b/software/flow/node_modules/lodash/flip.js deleted file mode 100644 index c28dd78..0000000 --- a/software/flow/node_modules/lodash/flip.js +++ /dev/null @@ -1,28 +0,0 @@ -var createWrap = require('./_createWrap'); - -/** Used to compose bitmasks for function metadata. */ -var WRAP_FLIP_FLAG = 512; - -/** - * Creates a function that invokes `func` with arguments reversed. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Function - * @param {Function} func The function to flip arguments for. - * @returns {Function} Returns the new flipped function. - * @example - * - * var flipped = _.flip(function() { - * return _.toArray(arguments); - * }); - * - * flipped('a', 'b', 'c', 'd'); - * // => ['d', 'c', 'b', 'a'] - */ -function flip(func) { - return createWrap(func, WRAP_FLIP_FLAG); -} - -module.exports = flip; diff --git a/software/flow/node_modules/lodash/floor.js b/software/flow/node_modules/lodash/floor.js deleted file mode 100644 index ab6dfa2..0000000 --- a/software/flow/node_modules/lodash/floor.js +++ /dev/null @@ -1,26 +0,0 @@ -var createRound = require('./_createRound'); - -/** - * Computes `number` rounded down to `precision`. - * - * @static - * @memberOf _ - * @since 3.10.0 - * @category Math - * @param {number} number The number to round down. - * @param {number} [precision=0] The precision to round down to. - * @returns {number} Returns the rounded down number. - * @example - * - * _.floor(4.006); - * // => 4 - * - * _.floor(0.046, 2); - * // => 0.04 - * - * _.floor(4060, -2); - * // => 4000 - */ -var floor = createRound('floor'); - -module.exports = floor; diff --git a/software/flow/node_modules/lodash/flow.js b/software/flow/node_modules/lodash/flow.js deleted file mode 100644 index 74b6b62..0000000 --- a/software/flow/node_modules/lodash/flow.js +++ /dev/null @@ -1,27 +0,0 @@ -var createFlow = require('./_createFlow'); - -/** - * Creates a function that returns the result of invoking the given functions - * with the `this` binding of the created function, where each successive - * invocation is supplied the return value of the previous. - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category Util - * @param {...(Function|Function[])} [funcs] The functions to invoke. - * @returns {Function} Returns the new composite function. - * @see _.flowRight - * @example - * - * function square(n) { - * return n * n; - * } - * - * var addSquare = _.flow([_.add, square]); - * addSquare(1, 2); - * // => 9 - */ -var flow = createFlow(); - -module.exports = flow; diff --git a/software/flow/node_modules/lodash/flowRight.js b/software/flow/node_modules/lodash/flowRight.js deleted file mode 100644 index 1146141..0000000 --- a/software/flow/node_modules/lodash/flowRight.js +++ /dev/null @@ -1,26 +0,0 @@ -var createFlow = require('./_createFlow'); - -/** - * This method is like `_.flow` except that it creates a function that - * invokes the given functions from right to left. - * - * @static - * @since 3.0.0 - * @memberOf _ - * @category Util - * @param {...(Function|Function[])} [funcs] The functions to invoke. - * @returns {Function} Returns the new composite function. - * @see _.flow - * @example - * - * function square(n) { - * return n * n; - * } - * - * var addSquare = _.flowRight([square, _.add]); - * addSquare(1, 2); - * // => 9 - */ -var flowRight = createFlow(true); - -module.exports = flowRight; diff --git a/software/flow/node_modules/lodash/forEach.js b/software/flow/node_modules/lodash/forEach.js deleted file mode 100644 index c64eaa7..0000000 --- a/software/flow/node_modules/lodash/forEach.js +++ /dev/null @@ -1,41 +0,0 @@ -var arrayEach = require('./_arrayEach'), - baseEach = require('./_baseEach'), - castFunction = require('./_castFunction'), - isArray = require('./isArray'); - -/** - * Iterates over elements of `collection` and invokes `iteratee` for each element. - * The iteratee is invoked with three arguments: (value, index|key, collection). - * Iteratee functions may exit iteration early by explicitly returning `false`. - * - * **Note:** As with other "Collections" methods, objects with a "length" - * property are iterated like arrays. To avoid this behavior use `_.forIn` - * or `_.forOwn` for object iteration. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @alias each - * @category Collection - * @param {Array|Object} collection The collection to iterate over. - * @param {Function} [iteratee=_.identity] The function invoked per iteration. - * @returns {Array|Object} Returns `collection`. - * @see _.forEachRight - * @example - * - * _.forEach([1, 2], function(value) { - * console.log(value); - * }); - * // => Logs `1` then `2`. - * - * _.forEach({ 'a': 1, 'b': 2 }, function(value, key) { - * console.log(key); - * }); - * // => Logs 'a' then 'b' (iteration order is not guaranteed). - */ -function forEach(collection, iteratee) { - var func = isArray(collection) ? arrayEach : baseEach; - return func(collection, castFunction(iteratee)); -} - -module.exports = forEach; diff --git a/software/flow/node_modules/lodash/forEachRight.js b/software/flow/node_modules/lodash/forEachRight.js deleted file mode 100644 index 7390eba..0000000 --- a/software/flow/node_modules/lodash/forEachRight.js +++ /dev/null @@ -1,31 +0,0 @@ -var arrayEachRight = require('./_arrayEachRight'), - baseEachRight = require('./_baseEachRight'), - castFunction = require('./_castFunction'), - isArray = require('./isArray'); - -/** - * This method is like `_.forEach` except that it iterates over elements of - * `collection` from right to left. - * - * @static - * @memberOf _ - * @since 2.0.0 - * @alias eachRight - * @category Collection - * @param {Array|Object} collection The collection to iterate over. - * @param {Function} [iteratee=_.identity] The function invoked per iteration. - * @returns {Array|Object} Returns `collection`. - * @see _.forEach - * @example - * - * _.forEachRight([1, 2], function(value) { - * console.log(value); - * }); - * // => Logs `2` then `1`. - */ -function forEachRight(collection, iteratee) { - var func = isArray(collection) ? arrayEachRight : baseEachRight; - return func(collection, castFunction(iteratee)); -} - -module.exports = forEachRight; diff --git a/software/flow/node_modules/lodash/forIn.js b/software/flow/node_modules/lodash/forIn.js deleted file mode 100644 index 583a596..0000000 --- a/software/flow/node_modules/lodash/forIn.js +++ /dev/null @@ -1,39 +0,0 @@ -var baseFor = require('./_baseFor'), - castFunction = require('./_castFunction'), - keysIn = require('./keysIn'); - -/** - * Iterates over own and inherited enumerable string keyed properties of an - * object and invokes `iteratee` for each property. The iteratee is invoked - * with three arguments: (value, key, object). Iteratee functions may exit - * iteration early by explicitly returning `false`. - * - * @static - * @memberOf _ - * @since 0.3.0 - * @category Object - * @param {Object} object The object to iterate over. - * @param {Function} [iteratee=_.identity] The function invoked per iteration. - * @returns {Object} Returns `object`. - * @see _.forInRight - * @example - * - * function Foo() { - * this.a = 1; - * this.b = 2; - * } - * - * Foo.prototype.c = 3; - * - * _.forIn(new Foo, function(value, key) { - * console.log(key); - * }); - * // => Logs 'a', 'b', then 'c' (iteration order is not guaranteed). - */ -function forIn(object, iteratee) { - return object == null - ? object - : baseFor(object, castFunction(iteratee), keysIn); -} - -module.exports = forIn; diff --git a/software/flow/node_modules/lodash/forInRight.js b/software/flow/node_modules/lodash/forInRight.js deleted file mode 100644 index 4aedf58..0000000 --- a/software/flow/node_modules/lodash/forInRight.js +++ /dev/null @@ -1,37 +0,0 @@ -var baseForRight = require('./_baseForRight'), - castFunction = require('./_castFunction'), - keysIn = require('./keysIn'); - -/** - * This method is like `_.forIn` except that it iterates over properties of - * `object` in the opposite order. - * - * @static - * @memberOf _ - * @since 2.0.0 - * @category Object - * @param {Object} object The object to iterate over. - * @param {Function} [iteratee=_.identity] The function invoked per iteration. - * @returns {Object} Returns `object`. - * @see _.forIn - * @example - * - * function Foo() { - * this.a = 1; - * this.b = 2; - * } - * - * Foo.prototype.c = 3; - * - * _.forInRight(new Foo, function(value, key) { - * console.log(key); - * }); - * // => Logs 'c', 'b', then 'a' assuming `_.forIn` logs 'a', 'b', then 'c'. - */ -function forInRight(object, iteratee) { - return object == null - ? object - : baseForRight(object, castFunction(iteratee), keysIn); -} - -module.exports = forInRight; diff --git a/software/flow/node_modules/lodash/forOwn.js b/software/flow/node_modules/lodash/forOwn.js deleted file mode 100644 index 94eed84..0000000 --- a/software/flow/node_modules/lodash/forOwn.js +++ /dev/null @@ -1,36 +0,0 @@ -var baseForOwn = require('./_baseForOwn'), - castFunction = require('./_castFunction'); - -/** - * Iterates over own enumerable string keyed properties of an object and - * invokes `iteratee` for each property. The iteratee is invoked with three - * arguments: (value, key, object). Iteratee functions may exit iteration - * early by explicitly returning `false`. - * - * @static - * @memberOf _ - * @since 0.3.0 - * @category Object - * @param {Object} object The object to iterate over. - * @param {Function} [iteratee=_.identity] The function invoked per iteration. - * @returns {Object} Returns `object`. - * @see _.forOwnRight - * @example - * - * function Foo() { - * this.a = 1; - * this.b = 2; - * } - * - * Foo.prototype.c = 3; - * - * _.forOwn(new Foo, function(value, key) { - * console.log(key); - * }); - * // => Logs 'a' then 'b' (iteration order is not guaranteed). - */ -function forOwn(object, iteratee) { - return object && baseForOwn(object, castFunction(iteratee)); -} - -module.exports = forOwn; diff --git a/software/flow/node_modules/lodash/forOwnRight.js b/software/flow/node_modules/lodash/forOwnRight.js deleted file mode 100644 index 86f338f..0000000 --- a/software/flow/node_modules/lodash/forOwnRight.js +++ /dev/null @@ -1,34 +0,0 @@ -var baseForOwnRight = require('./_baseForOwnRight'), - castFunction = require('./_castFunction'); - -/** - * This method is like `_.forOwn` except that it iterates over properties of - * `object` in the opposite order. - * - * @static - * @memberOf _ - * @since 2.0.0 - * @category Object - * @param {Object} object The object to iterate over. - * @param {Function} [iteratee=_.identity] The function invoked per iteration. - * @returns {Object} Returns `object`. - * @see _.forOwn - * @example - * - * function Foo() { - * this.a = 1; - * this.b = 2; - * } - * - * Foo.prototype.c = 3; - * - * _.forOwnRight(new Foo, function(value, key) { - * console.log(key); - * }); - * // => Logs 'b' then 'a' assuming `_.forOwn` logs 'a' then 'b'. - */ -function forOwnRight(object, iteratee) { - return object && baseForOwnRight(object, castFunction(iteratee)); -} - -module.exports = forOwnRight; diff --git a/software/flow/node_modules/lodash/fp.js b/software/flow/node_modules/lodash/fp.js deleted file mode 100644 index e372dbb..0000000 --- a/software/flow/node_modules/lodash/fp.js +++ /dev/null @@ -1,2 +0,0 @@ -var _ = require('./lodash.min').runInContext(); -module.exports = require('./fp/_baseConvert')(_, _); diff --git a/software/flow/node_modules/lodash/fp/F.js b/software/flow/node_modules/lodash/fp/F.js deleted file mode 100644 index a05a63a..0000000 --- a/software/flow/node_modules/lodash/fp/F.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('./stubFalse'); diff --git a/software/flow/node_modules/lodash/fp/T.js b/software/flow/node_modules/lodash/fp/T.js deleted file mode 100644 index e2ba8ea..0000000 --- a/software/flow/node_modules/lodash/fp/T.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('./stubTrue'); diff --git a/software/flow/node_modules/lodash/fp/__.js b/software/flow/node_modules/lodash/fp/__.js deleted file mode 100644 index 4af98de..0000000 --- a/software/flow/node_modules/lodash/fp/__.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('./placeholder'); diff --git a/software/flow/node_modules/lodash/fp/_baseConvert.js b/software/flow/node_modules/lodash/fp/_baseConvert.js deleted file mode 100644 index 9baf8e1..0000000 --- a/software/flow/node_modules/lodash/fp/_baseConvert.js +++ /dev/null @@ -1,569 +0,0 @@ -var mapping = require('./_mapping'), - fallbackHolder = require('./placeholder'); - -/** Built-in value reference. */ -var push = Array.prototype.push; - -/** - * Creates a function, with an arity of `n`, that invokes `func` with the - * arguments it receives. - * - * @private - * @param {Function} func The function to wrap. - * @param {number} n The arity of the new function. - * @returns {Function} Returns the new function. - */ -function baseArity(func, n) { - return n == 2 - ? function(a, b) { return func.apply(undefined, arguments); } - : function(a) { return func.apply(undefined, arguments); }; -} - -/** - * Creates a function that invokes `func`, with up to `n` arguments, ignoring - * any additional arguments. - * - * @private - * @param {Function} func The function to cap arguments for. - * @param {number} n The arity cap. - * @returns {Function} Returns the new function. - */ -function baseAry(func, n) { - return n == 2 - ? function(a, b) { return func(a, b); } - : function(a) { return func(a); }; -} - -/** - * Creates a clone of `array`. - * - * @private - * @param {Array} array The array to clone. - * @returns {Array} Returns the cloned array. - */ -function cloneArray(array) { - var length = array ? array.length : 0, - result = Array(length); - - while (length--) { - result[length] = array[length]; - } - return result; -} - -/** - * Creates a function that clones a given object using the assignment `func`. - * - * @private - * @param {Function} func The assignment function. - * @returns {Function} Returns the new cloner function. - */ -function createCloner(func) { - return function(object) { - return func({}, object); - }; -} - -/** - * A specialized version of `_.spread` which flattens the spread array into - * the arguments of the invoked `func`. - * - * @private - * @param {Function} func The function to spread arguments over. - * @param {number} start The start position of the spread. - * @returns {Function} Returns the new function. - */ -function flatSpread(func, start) { - return function() { - var length = arguments.length, - lastIndex = length - 1, - args = Array(length); - - while (length--) { - args[length] = arguments[length]; - } - var array = args[start], - otherArgs = args.slice(0, start); - - if (array) { - push.apply(otherArgs, array); - } - if (start != lastIndex) { - push.apply(otherArgs, args.slice(start + 1)); - } - return func.apply(this, otherArgs); - }; -} - -/** - * Creates a function that wraps `func` and uses `cloner` to clone the first - * argument it receives. - * - * @private - * @param {Function} func The function to wrap. - * @param {Function} cloner The function to clone arguments. - * @returns {Function} Returns the new immutable function. - */ -function wrapImmutable(func, cloner) { - return function() { - var length = arguments.length; - if (!length) { - return; - } - var args = Array(length); - while (length--) { - args[length] = arguments[length]; - } - var result = args[0] = cloner.apply(undefined, args); - func.apply(undefined, args); - return result; - }; -} - -/** - * The base implementation of `convert` which accepts a `util` object of methods - * required to perform conversions. - * - * @param {Object} util The util object. - * @param {string} name The name of the function to convert. - * @param {Function} func The function to convert. - * @param {Object} [options] The options object. - * @param {boolean} [options.cap=true] Specify capping iteratee arguments. - * @param {boolean} [options.curry=true] Specify currying. - * @param {boolean} [options.fixed=true] Specify fixed arity. - * @param {boolean} [options.immutable=true] Specify immutable operations. - * @param {boolean} [options.rearg=true] Specify rearranging arguments. - * @returns {Function|Object} Returns the converted function or object. - */ -function baseConvert(util, name, func, options) { - var isLib = typeof name == 'function', - isObj = name === Object(name); - - if (isObj) { - options = func; - func = name; - name = undefined; - } - if (func == null) { - throw new TypeError; - } - options || (options = {}); - - var config = { - 'cap': 'cap' in options ? options.cap : true, - 'curry': 'curry' in options ? options.curry : true, - 'fixed': 'fixed' in options ? options.fixed : true, - 'immutable': 'immutable' in options ? options.immutable : true, - 'rearg': 'rearg' in options ? options.rearg : true - }; - - var defaultHolder = isLib ? func : fallbackHolder, - forceCurry = ('curry' in options) && options.curry, - forceFixed = ('fixed' in options) && options.fixed, - forceRearg = ('rearg' in options) && options.rearg, - pristine = isLib ? func.runInContext() : undefined; - - var helpers = isLib ? func : { - 'ary': util.ary, - 'assign': util.assign, - 'clone': util.clone, - 'curry': util.curry, - 'forEach': util.forEach, - 'isArray': util.isArray, - 'isError': util.isError, - 'isFunction': util.isFunction, - 'isWeakMap': util.isWeakMap, - 'iteratee': util.iteratee, - 'keys': util.keys, - 'rearg': util.rearg, - 'toInteger': util.toInteger, - 'toPath': util.toPath - }; - - var ary = helpers.ary, - assign = helpers.assign, - clone = helpers.clone, - curry = helpers.curry, - each = helpers.forEach, - isArray = helpers.isArray, - isError = helpers.isError, - isFunction = helpers.isFunction, - isWeakMap = helpers.isWeakMap, - keys = helpers.keys, - rearg = helpers.rearg, - toInteger = helpers.toInteger, - toPath = helpers.toPath; - - var aryMethodKeys = keys(mapping.aryMethod); - - var wrappers = { - 'castArray': function(castArray) { - return function() { - var value = arguments[0]; - return isArray(value) - ? castArray(cloneArray(value)) - : castArray.apply(undefined, arguments); - }; - }, - 'iteratee': function(iteratee) { - return function() { - var func = arguments[0], - arity = arguments[1], - result = iteratee(func, arity), - length = result.length; - - if (config.cap && typeof arity == 'number') { - arity = arity > 2 ? (arity - 2) : 1; - return (length && length <= arity) ? result : baseAry(result, arity); - } - return result; - }; - }, - 'mixin': function(mixin) { - return function(source) { - var func = this; - if (!isFunction(func)) { - return mixin(func, Object(source)); - } - var pairs = []; - each(keys(source), function(key) { - if (isFunction(source[key])) { - pairs.push([key, func.prototype[key]]); - } - }); - - mixin(func, Object(source)); - - each(pairs, function(pair) { - var value = pair[1]; - if (isFunction(value)) { - func.prototype[pair[0]] = value; - } else { - delete func.prototype[pair[0]]; - } - }); - return func; - }; - }, - 'nthArg': function(nthArg) { - return function(n) { - var arity = n < 0 ? 1 : (toInteger(n) + 1); - return curry(nthArg(n), arity); - }; - }, - 'rearg': function(rearg) { - return function(func, indexes) { - var arity = indexes ? indexes.length : 0; - return curry(rearg(func, indexes), arity); - }; - }, - 'runInContext': function(runInContext) { - return function(context) { - return baseConvert(util, runInContext(context), options); - }; - } - }; - - /*--------------------------------------------------------------------------*/ - - /** - * Casts `func` to a function with an arity capped iteratee if needed. - * - * @private - * @param {string} name The name of the function to inspect. - * @param {Function} func The function to inspect. - * @returns {Function} Returns the cast function. - */ - function castCap(name, func) { - if (config.cap) { - var indexes = mapping.iterateeRearg[name]; - if (indexes) { - return iterateeRearg(func, indexes); - } - var n = !isLib && mapping.iterateeAry[name]; - if (n) { - return iterateeAry(func, n); - } - } - return func; - } - - /** - * Casts `func` to a curried function if needed. - * - * @private - * @param {string} name The name of the function to inspect. - * @param {Function} func The function to inspect. - * @param {number} n The arity of `func`. - * @returns {Function} Returns the cast function. - */ - function castCurry(name, func, n) { - return (forceCurry || (config.curry && n > 1)) - ? curry(func, n) - : func; - } - - /** - * Casts `func` to a fixed arity function if needed. - * - * @private - * @param {string} name The name of the function to inspect. - * @param {Function} func The function to inspect. - * @param {number} n The arity cap. - * @returns {Function} Returns the cast function. - */ - function castFixed(name, func, n) { - if (config.fixed && (forceFixed || !mapping.skipFixed[name])) { - var data = mapping.methodSpread[name], - start = data && data.start; - - return start === undefined ? ary(func, n) : flatSpread(func, start); - } - return func; - } - - /** - * Casts `func` to an rearged function if needed. - * - * @private - * @param {string} name The name of the function to inspect. - * @param {Function} func The function to inspect. - * @param {number} n The arity of `func`. - * @returns {Function} Returns the cast function. - */ - function castRearg(name, func, n) { - return (config.rearg && n > 1 && (forceRearg || !mapping.skipRearg[name])) - ? rearg(func, mapping.methodRearg[name] || mapping.aryRearg[n]) - : func; - } - - /** - * Creates a clone of `object` by `path`. - * - * @private - * @param {Object} object The object to clone. - * @param {Array|string} path The path to clone by. - * @returns {Object} Returns the cloned object. - */ - function cloneByPath(object, path) { - path = toPath(path); - - var index = -1, - length = path.length, - lastIndex = length - 1, - result = clone(Object(object)), - nested = result; - - while (nested != null && ++index < length) { - var key = path[index], - value = nested[key]; - - if (value != null && - !(isFunction(value) || isError(value) || isWeakMap(value))) { - nested[key] = clone(index == lastIndex ? value : Object(value)); - } - nested = nested[key]; - } - return result; - } - - /** - * Converts `lodash` to an immutable auto-curried iteratee-first data-last - * version with conversion `options` applied. - * - * @param {Object} [options] The options object. See `baseConvert` for more details. - * @returns {Function} Returns the converted `lodash`. - */ - function convertLib(options) { - return _.runInContext.convert(options)(undefined); - } - - /** - * Create a converter function for `func` of `name`. - * - * @param {string} name The name of the function to convert. - * @param {Function} func The function to convert. - * @returns {Function} Returns the new converter function. - */ - function createConverter(name, func) { - var realName = mapping.aliasToReal[name] || name, - methodName = mapping.remap[realName] || realName, - oldOptions = options; - - return function(options) { - var newUtil = isLib ? pristine : helpers, - newFunc = isLib ? pristine[methodName] : func, - newOptions = assign(assign({}, oldOptions), options); - - return baseConvert(newUtil, realName, newFunc, newOptions); - }; - } - - /** - * Creates a function that wraps `func` to invoke its iteratee, with up to `n` - * arguments, ignoring any additional arguments. - * - * @private - * @param {Function} func The function to cap iteratee arguments for. - * @param {number} n The arity cap. - * @returns {Function} Returns the new function. - */ - function iterateeAry(func, n) { - return overArg(func, function(func) { - return typeof func == 'function' ? baseAry(func, n) : func; - }); - } - - /** - * Creates a function that wraps `func` to invoke its iteratee with arguments - * arranged according to the specified `indexes` where the argument value at - * the first index is provided as the first argument, the argument value at - * the second index is provided as the second argument, and so on. - * - * @private - * @param {Function} func The function to rearrange iteratee arguments for. - * @param {number[]} indexes The arranged argument indexes. - * @returns {Function} Returns the new function. - */ - function iterateeRearg(func, indexes) { - return overArg(func, function(func) { - var n = indexes.length; - return baseArity(rearg(baseAry(func, n), indexes), n); - }); - } - - /** - * Creates a function that invokes `func` with its first argument transformed. - * - * @private - * @param {Function} func The function to wrap. - * @param {Function} transform The argument transform. - * @returns {Function} Returns the new function. - */ - function overArg(func, transform) { - return function() { - var length = arguments.length; - if (!length) { - return func(); - } - var args = Array(length); - while (length--) { - args[length] = arguments[length]; - } - var index = config.rearg ? 0 : (length - 1); - args[index] = transform(args[index]); - return func.apply(undefined, args); - }; - } - - /** - * Creates a function that wraps `func` and applys the conversions - * rules by `name`. - * - * @private - * @param {string} name The name of the function to wrap. - * @param {Function} func The function to wrap. - * @returns {Function} Returns the converted function. - */ - function wrap(name, func, placeholder) { - var result, - realName = mapping.aliasToReal[name] || name, - wrapped = func, - wrapper = wrappers[realName]; - - if (wrapper) { - wrapped = wrapper(func); - } - else if (config.immutable) { - if (mapping.mutate.array[realName]) { - wrapped = wrapImmutable(func, cloneArray); - } - else if (mapping.mutate.object[realName]) { - wrapped = wrapImmutable(func, createCloner(func)); - } - else if (mapping.mutate.set[realName]) { - wrapped = wrapImmutable(func, cloneByPath); - } - } - each(aryMethodKeys, function(aryKey) { - each(mapping.aryMethod[aryKey], function(otherName) { - if (realName == otherName) { - var data = mapping.methodSpread[realName], - afterRearg = data && data.afterRearg; - - result = afterRearg - ? castFixed(realName, castRearg(realName, wrapped, aryKey), aryKey) - : castRearg(realName, castFixed(realName, wrapped, aryKey), aryKey); - - result = castCap(realName, result); - result = castCurry(realName, result, aryKey); - return false; - } - }); - return !result; - }); - - result || (result = wrapped); - if (result == func) { - result = forceCurry ? curry(result, 1) : function() { - return func.apply(this, arguments); - }; - } - result.convert = createConverter(realName, func); - result.placeholder = func.placeholder = placeholder; - - return result; - } - - /*--------------------------------------------------------------------------*/ - - if (!isObj) { - return wrap(name, func, defaultHolder); - } - var _ = func; - - // Convert methods by ary cap. - var pairs = []; - each(aryMethodKeys, function(aryKey) { - each(mapping.aryMethod[aryKey], function(key) { - var func = _[mapping.remap[key] || key]; - if (func) { - pairs.push([key, wrap(key, func, _)]); - } - }); - }); - - // Convert remaining methods. - each(keys(_), function(key) { - var func = _[key]; - if (typeof func == 'function') { - var length = pairs.length; - while (length--) { - if (pairs[length][0] == key) { - return; - } - } - func.convert = createConverter(key, func); - pairs.push([key, func]); - } - }); - - // Assign to `_` leaving `_.prototype` unchanged to allow chaining. - each(pairs, function(pair) { - _[pair[0]] = pair[1]; - }); - - _.convert = convertLib; - _.placeholder = _; - - // Assign aliases. - each(keys(_), function(key) { - each(mapping.realToAlias[key] || [], function(alias) { - _[alias] = _[key]; - }); - }); - - return _; -} - -module.exports = baseConvert; diff --git a/software/flow/node_modules/lodash/fp/_convertBrowser.js b/software/flow/node_modules/lodash/fp/_convertBrowser.js deleted file mode 100644 index bde030d..0000000 --- a/software/flow/node_modules/lodash/fp/_convertBrowser.js +++ /dev/null @@ -1,18 +0,0 @@ -var baseConvert = require('./_baseConvert'); - -/** - * Converts `lodash` to an immutable auto-curried iteratee-first data-last - * version with conversion `options` applied. - * - * @param {Function} lodash The lodash function to convert. - * @param {Object} [options] The options object. See `baseConvert` for more details. - * @returns {Function} Returns the converted `lodash`. - */ -function browserConvert(lodash, options) { - return baseConvert(lodash, lodash, options); -} - -if (typeof _ == 'function' && typeof _.runInContext == 'function') { - _ = browserConvert(_.runInContext()); -} -module.exports = browserConvert; diff --git a/software/flow/node_modules/lodash/fp/_falseOptions.js b/software/flow/node_modules/lodash/fp/_falseOptions.js deleted file mode 100644 index 773235e..0000000 --- a/software/flow/node_modules/lodash/fp/_falseOptions.js +++ /dev/null @@ -1,7 +0,0 @@ -module.exports = { - 'cap': false, - 'curry': false, - 'fixed': false, - 'immutable': false, - 'rearg': false -}; diff --git a/software/flow/node_modules/lodash/fp/_mapping.js b/software/flow/node_modules/lodash/fp/_mapping.js deleted file mode 100644 index a642ec0..0000000 --- a/software/flow/node_modules/lodash/fp/_mapping.js +++ /dev/null @@ -1,358 +0,0 @@ -/** Used to map aliases to their real names. */ -exports.aliasToReal = { - - // Lodash aliases. - 'each': 'forEach', - 'eachRight': 'forEachRight', - 'entries': 'toPairs', - 'entriesIn': 'toPairsIn', - 'extend': 'assignIn', - 'extendAll': 'assignInAll', - 'extendAllWith': 'assignInAllWith', - 'extendWith': 'assignInWith', - 'first': 'head', - - // Methods that are curried variants of others. - 'conforms': 'conformsTo', - 'matches': 'isMatch', - 'property': 'get', - - // Ramda aliases. - '__': 'placeholder', - 'F': 'stubFalse', - 'T': 'stubTrue', - 'all': 'every', - 'allPass': 'overEvery', - 'always': 'constant', - 'any': 'some', - 'anyPass': 'overSome', - 'apply': 'spread', - 'assoc': 'set', - 'assocPath': 'set', - 'complement': 'negate', - 'compose': 'flowRight', - 'contains': 'includes', - 'dissoc': 'unset', - 'dissocPath': 'unset', - 'dropLast': 'dropRight', - 'dropLastWhile': 'dropRightWhile', - 'equals': 'isEqual', - 'identical': 'eq', - 'indexBy': 'keyBy', - 'init': 'initial', - 'invertObj': 'invert', - 'juxt': 'over', - 'omitAll': 'omit', - 'nAry': 'ary', - 'path': 'get', - 'pathEq': 'matchesProperty', - 'pathOr': 'getOr', - 'paths': 'at', - 'pickAll': 'pick', - 'pipe': 'flow', - 'pluck': 'map', - 'prop': 'get', - 'propEq': 'matchesProperty', - 'propOr': 'getOr', - 'props': 'at', - 'symmetricDifference': 'xor', - 'symmetricDifferenceBy': 'xorBy', - 'symmetricDifferenceWith': 'xorWith', - 'takeLast': 'takeRight', - 'takeLastWhile': 'takeRightWhile', - 'unapply': 'rest', - 'unnest': 'flatten', - 'useWith': 'overArgs', - 'where': 'conformsTo', - 'whereEq': 'isMatch', - 'zipObj': 'zipObject' -}; - -/** Used to map ary to method names. */ -exports.aryMethod = { - '1': [ - 'assignAll', 'assignInAll', 'attempt', 'castArray', 'ceil', 'create', - 'curry', 'curryRight', 'defaultsAll', 'defaultsDeepAll', 'floor', 'flow', - 'flowRight', 'fromPairs', 'invert', 'iteratee', 'memoize', 'method', 'mergeAll', - 'methodOf', 'mixin', 'nthArg', 'over', 'overEvery', 'overSome','rest', 'reverse', - 'round', 'runInContext', 'spread', 'template', 'trim', 'trimEnd', 'trimStart', - 'uniqueId', 'words', 'zipAll' - ], - '2': [ - 'add', 'after', 'ary', 'assign', 'assignAllWith', 'assignIn', 'assignInAllWith', - 'at', 'before', 'bind', 'bindAll', 'bindKey', 'chunk', 'cloneDeepWith', - 'cloneWith', 'concat', 'conformsTo', 'countBy', 'curryN', 'curryRightN', - 'debounce', 'defaults', 'defaultsDeep', 'defaultTo', 'delay', 'difference', - 'divide', 'drop', 'dropRight', 'dropRightWhile', 'dropWhile', 'endsWith', 'eq', - 'every', 'filter', 'find', 'findIndex', 'findKey', 'findLast', 'findLastIndex', - 'findLastKey', 'flatMap', 'flatMapDeep', 'flattenDepth', 'forEach', - 'forEachRight', 'forIn', 'forInRight', 'forOwn', 'forOwnRight', 'get', - 'groupBy', 'gt', 'gte', 'has', 'hasIn', 'includes', 'indexOf', 'intersection', - 'invertBy', 'invoke', 'invokeMap', 'isEqual', 'isMatch', 'join', 'keyBy', - 'lastIndexOf', 'lt', 'lte', 'map', 'mapKeys', 'mapValues', 'matchesProperty', - 'maxBy', 'meanBy', 'merge', 'mergeAllWith', 'minBy', 'multiply', 'nth', 'omit', - 'omitBy', 'overArgs', 'pad', 'padEnd', 'padStart', 'parseInt', 'partial', - 'partialRight', 'partition', 'pick', 'pickBy', 'propertyOf', 'pull', 'pullAll', - 'pullAt', 'random', 'range', 'rangeRight', 'rearg', 'reject', 'remove', - 'repeat', 'restFrom', 'result', 'sampleSize', 'some', 'sortBy', 'sortedIndex', - 'sortedIndexOf', 'sortedLastIndex', 'sortedLastIndexOf', 'sortedUniqBy', - 'split', 'spreadFrom', 'startsWith', 'subtract', 'sumBy', 'take', 'takeRight', - 'takeRightWhile', 'takeWhile', 'tap', 'throttle', 'thru', 'times', 'trimChars', - 'trimCharsEnd', 'trimCharsStart', 'truncate', 'union', 'uniqBy', 'uniqWith', - 'unset', 'unzipWith', 'without', 'wrap', 'xor', 'zip', 'zipObject', - 'zipObjectDeep' - ], - '3': [ - 'assignInWith', 'assignWith', 'clamp', 'differenceBy', 'differenceWith', - 'findFrom', 'findIndexFrom', 'findLastFrom', 'findLastIndexFrom', 'getOr', - 'includesFrom', 'indexOfFrom', 'inRange', 'intersectionBy', 'intersectionWith', - 'invokeArgs', 'invokeArgsMap', 'isEqualWith', 'isMatchWith', 'flatMapDepth', - 'lastIndexOfFrom', 'mergeWith', 'orderBy', 'padChars', 'padCharsEnd', - 'padCharsStart', 'pullAllBy', 'pullAllWith', 'rangeStep', 'rangeStepRight', - 'reduce', 'reduceRight', 'replace', 'set', 'slice', 'sortedIndexBy', - 'sortedLastIndexBy', 'transform', 'unionBy', 'unionWith', 'update', 'xorBy', - 'xorWith', 'zipWith' - ], - '4': [ - 'fill', 'setWith', 'updateWith' - ] -}; - -/** Used to map ary to rearg configs. */ -exports.aryRearg = { - '2': [1, 0], - '3': [2, 0, 1], - '4': [3, 2, 0, 1] -}; - -/** Used to map method names to their iteratee ary. */ -exports.iterateeAry = { - 'dropRightWhile': 1, - 'dropWhile': 1, - 'every': 1, - 'filter': 1, - 'find': 1, - 'findFrom': 1, - 'findIndex': 1, - 'findIndexFrom': 1, - 'findKey': 1, - 'findLast': 1, - 'findLastFrom': 1, - 'findLastIndex': 1, - 'findLastIndexFrom': 1, - 'findLastKey': 1, - 'flatMap': 1, - 'flatMapDeep': 1, - 'flatMapDepth': 1, - 'forEach': 1, - 'forEachRight': 1, - 'forIn': 1, - 'forInRight': 1, - 'forOwn': 1, - 'forOwnRight': 1, - 'map': 1, - 'mapKeys': 1, - 'mapValues': 1, - 'partition': 1, - 'reduce': 2, - 'reduceRight': 2, - 'reject': 1, - 'remove': 1, - 'some': 1, - 'takeRightWhile': 1, - 'takeWhile': 1, - 'times': 1, - 'transform': 2 -}; - -/** Used to map method names to iteratee rearg configs. */ -exports.iterateeRearg = { - 'mapKeys': [1], - 'reduceRight': [1, 0] -}; - -/** Used to map method names to rearg configs. */ -exports.methodRearg = { - 'assignInAllWith': [1, 0], - 'assignInWith': [1, 2, 0], - 'assignAllWith': [1, 0], - 'assignWith': [1, 2, 0], - 'differenceBy': [1, 2, 0], - 'differenceWith': [1, 2, 0], - 'getOr': [2, 1, 0], - 'intersectionBy': [1, 2, 0], - 'intersectionWith': [1, 2, 0], - 'isEqualWith': [1, 2, 0], - 'isMatchWith': [2, 1, 0], - 'mergeAllWith': [1, 0], - 'mergeWith': [1, 2, 0], - 'padChars': [2, 1, 0], - 'padCharsEnd': [2, 1, 0], - 'padCharsStart': [2, 1, 0], - 'pullAllBy': [2, 1, 0], - 'pullAllWith': [2, 1, 0], - 'rangeStep': [1, 2, 0], - 'rangeStepRight': [1, 2, 0], - 'setWith': [3, 1, 2, 0], - 'sortedIndexBy': [2, 1, 0], - 'sortedLastIndexBy': [2, 1, 0], - 'unionBy': [1, 2, 0], - 'unionWith': [1, 2, 0], - 'updateWith': [3, 1, 2, 0], - 'xorBy': [1, 2, 0], - 'xorWith': [1, 2, 0], - 'zipWith': [1, 2, 0] -}; - -/** Used to map method names to spread configs. */ -exports.methodSpread = { - 'assignAll': { 'start': 0 }, - 'assignAllWith': { 'start': 0 }, - 'assignInAll': { 'start': 0 }, - 'assignInAllWith': { 'start': 0 }, - 'defaultsAll': { 'start': 0 }, - 'defaultsDeepAll': { 'start': 0 }, - 'invokeArgs': { 'start': 2 }, - 'invokeArgsMap': { 'start': 2 }, - 'mergeAll': { 'start': 0 }, - 'mergeAllWith': { 'start': 0 }, - 'partial': { 'start': 1 }, - 'partialRight': { 'start': 1 }, - 'without': { 'start': 1 }, - 'zipAll': { 'start': 0 } -}; - -/** Used to identify methods which mutate arrays or objects. */ -exports.mutate = { - 'array': { - 'fill': true, - 'pull': true, - 'pullAll': true, - 'pullAllBy': true, - 'pullAllWith': true, - 'pullAt': true, - 'remove': true, - 'reverse': true - }, - 'object': { - 'assign': true, - 'assignAll': true, - 'assignAllWith': true, - 'assignIn': true, - 'assignInAll': true, - 'assignInAllWith': true, - 'assignInWith': true, - 'assignWith': true, - 'defaults': true, - 'defaultsAll': true, - 'defaultsDeep': true, - 'defaultsDeepAll': true, - 'merge': true, - 'mergeAll': true, - 'mergeAllWith': true, - 'mergeWith': true, - }, - 'set': { - 'set': true, - 'setWith': true, - 'unset': true, - 'update': true, - 'updateWith': true - } -}; - -/** Used to map real names to their aliases. */ -exports.realToAlias = (function() { - var hasOwnProperty = Object.prototype.hasOwnProperty, - object = exports.aliasToReal, - result = {}; - - for (var key in object) { - var value = object[key]; - if (hasOwnProperty.call(result, value)) { - result[value].push(key); - } else { - result[value] = [key]; - } - } - return result; -}()); - -/** Used to map method names to other names. */ -exports.remap = { - 'assignAll': 'assign', - 'assignAllWith': 'assignWith', - 'assignInAll': 'assignIn', - 'assignInAllWith': 'assignInWith', - 'curryN': 'curry', - 'curryRightN': 'curryRight', - 'defaultsAll': 'defaults', - 'defaultsDeepAll': 'defaultsDeep', - 'findFrom': 'find', - 'findIndexFrom': 'findIndex', - 'findLastFrom': 'findLast', - 'findLastIndexFrom': 'findLastIndex', - 'getOr': 'get', - 'includesFrom': 'includes', - 'indexOfFrom': 'indexOf', - 'invokeArgs': 'invoke', - 'invokeArgsMap': 'invokeMap', - 'lastIndexOfFrom': 'lastIndexOf', - 'mergeAll': 'merge', - 'mergeAllWith': 'mergeWith', - 'padChars': 'pad', - 'padCharsEnd': 'padEnd', - 'padCharsStart': 'padStart', - 'propertyOf': 'get', - 'rangeStep': 'range', - 'rangeStepRight': 'rangeRight', - 'restFrom': 'rest', - 'spreadFrom': 'spread', - 'trimChars': 'trim', - 'trimCharsEnd': 'trimEnd', - 'trimCharsStart': 'trimStart', - 'zipAll': 'zip' -}; - -/** Used to track methods that skip fixing their arity. */ -exports.skipFixed = { - 'castArray': true, - 'flow': true, - 'flowRight': true, - 'iteratee': true, - 'mixin': true, - 'rearg': true, - 'runInContext': true -}; - -/** Used to track methods that skip rearranging arguments. */ -exports.skipRearg = { - 'add': true, - 'assign': true, - 'assignIn': true, - 'bind': true, - 'bindKey': true, - 'concat': true, - 'difference': true, - 'divide': true, - 'eq': true, - 'gt': true, - 'gte': true, - 'isEqual': true, - 'lt': true, - 'lte': true, - 'matchesProperty': true, - 'merge': true, - 'multiply': true, - 'overArgs': true, - 'partial': true, - 'partialRight': true, - 'propertyOf': true, - 'random': true, - 'range': true, - 'rangeRight': true, - 'subtract': true, - 'zip': true, - 'zipObject': true, - 'zipObjectDeep': true -}; diff --git a/software/flow/node_modules/lodash/fp/_util.js b/software/flow/node_modules/lodash/fp/_util.js deleted file mode 100644 index 1dbf36f..0000000 --- a/software/flow/node_modules/lodash/fp/_util.js +++ /dev/null @@ -1,16 +0,0 @@ -module.exports = { - 'ary': require('../ary'), - 'assign': require('../_baseAssign'), - 'clone': require('../clone'), - 'curry': require('../curry'), - 'forEach': require('../_arrayEach'), - 'isArray': require('../isArray'), - 'isError': require('../isError'), - 'isFunction': require('../isFunction'), - 'isWeakMap': require('../isWeakMap'), - 'iteratee': require('../iteratee'), - 'keys': require('../_baseKeys'), - 'rearg': require('../rearg'), - 'toInteger': require('../toInteger'), - 'toPath': require('../toPath') -}; diff --git a/software/flow/node_modules/lodash/fp/add.js b/software/flow/node_modules/lodash/fp/add.js deleted file mode 100644 index 816eeec..0000000 --- a/software/flow/node_modules/lodash/fp/add.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('add', require('../add')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/after.js b/software/flow/node_modules/lodash/fp/after.js deleted file mode 100644 index 21a0167..0000000 --- a/software/flow/node_modules/lodash/fp/after.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('after', require('../after')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/all.js b/software/flow/node_modules/lodash/fp/all.js deleted file mode 100644 index d0839f7..0000000 --- a/software/flow/node_modules/lodash/fp/all.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('./every'); diff --git a/software/flow/node_modules/lodash/fp/allPass.js b/software/flow/node_modules/lodash/fp/allPass.js deleted file mode 100644 index 79b73ef..0000000 --- a/software/flow/node_modules/lodash/fp/allPass.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('./overEvery'); diff --git a/software/flow/node_modules/lodash/fp/always.js b/software/flow/node_modules/lodash/fp/always.js deleted file mode 100644 index 9887703..0000000 --- a/software/flow/node_modules/lodash/fp/always.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('./constant'); diff --git a/software/flow/node_modules/lodash/fp/any.js b/software/flow/node_modules/lodash/fp/any.js deleted file mode 100644 index 900ac25..0000000 --- a/software/flow/node_modules/lodash/fp/any.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('./some'); diff --git a/software/flow/node_modules/lodash/fp/anyPass.js b/software/flow/node_modules/lodash/fp/anyPass.js deleted file mode 100644 index 2774ab3..0000000 --- a/software/flow/node_modules/lodash/fp/anyPass.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('./overSome'); diff --git a/software/flow/node_modules/lodash/fp/apply.js b/software/flow/node_modules/lodash/fp/apply.js deleted file mode 100644 index 2b75712..0000000 --- a/software/flow/node_modules/lodash/fp/apply.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('./spread'); diff --git a/software/flow/node_modules/lodash/fp/array.js b/software/flow/node_modules/lodash/fp/array.js deleted file mode 100644 index fe939c2..0000000 --- a/software/flow/node_modules/lodash/fp/array.js +++ /dev/null @@ -1,2 +0,0 @@ -var convert = require('./convert'); -module.exports = convert(require('../array')); diff --git a/software/flow/node_modules/lodash/fp/ary.js b/software/flow/node_modules/lodash/fp/ary.js deleted file mode 100644 index 8edf187..0000000 --- a/software/flow/node_modules/lodash/fp/ary.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('ary', require('../ary')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/assign.js b/software/flow/node_modules/lodash/fp/assign.js deleted file mode 100644 index 23f47af..0000000 --- a/software/flow/node_modules/lodash/fp/assign.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('assign', require('../assign')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/assignAll.js b/software/flow/node_modules/lodash/fp/assignAll.js deleted file mode 100644 index b1d36c7..0000000 --- a/software/flow/node_modules/lodash/fp/assignAll.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('assignAll', require('../assign')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/assignAllWith.js b/software/flow/node_modules/lodash/fp/assignAllWith.js deleted file mode 100644 index 21e836e..0000000 --- a/software/flow/node_modules/lodash/fp/assignAllWith.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('assignAllWith', require('../assignWith')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/assignIn.js b/software/flow/node_modules/lodash/fp/assignIn.js deleted file mode 100644 index 6e7c65f..0000000 --- a/software/flow/node_modules/lodash/fp/assignIn.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('assignIn', require('../assignIn')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/assignInAll.js b/software/flow/node_modules/lodash/fp/assignInAll.js deleted file mode 100644 index 7ba75db..0000000 --- a/software/flow/node_modules/lodash/fp/assignInAll.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('assignInAll', require('../assignIn')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/assignInAllWith.js b/software/flow/node_modules/lodash/fp/assignInAllWith.js deleted file mode 100644 index e766903..0000000 --- a/software/flow/node_modules/lodash/fp/assignInAllWith.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('assignInAllWith', require('../assignInWith')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/assignInWith.js b/software/flow/node_modules/lodash/fp/assignInWith.js deleted file mode 100644 index acb5923..0000000 --- a/software/flow/node_modules/lodash/fp/assignInWith.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('assignInWith', require('../assignInWith')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/assignWith.js b/software/flow/node_modules/lodash/fp/assignWith.js deleted file mode 100644 index eb92521..0000000 --- a/software/flow/node_modules/lodash/fp/assignWith.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('assignWith', require('../assignWith')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/assoc.js b/software/flow/node_modules/lodash/fp/assoc.js deleted file mode 100644 index 7648820..0000000 --- a/software/flow/node_modules/lodash/fp/assoc.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('./set'); diff --git a/software/flow/node_modules/lodash/fp/assocPath.js b/software/flow/node_modules/lodash/fp/assocPath.js deleted file mode 100644 index 7648820..0000000 --- a/software/flow/node_modules/lodash/fp/assocPath.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('./set'); diff --git a/software/flow/node_modules/lodash/fp/at.js b/software/flow/node_modules/lodash/fp/at.js deleted file mode 100644 index cc39d25..0000000 --- a/software/flow/node_modules/lodash/fp/at.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('at', require('../at')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/attempt.js b/software/flow/node_modules/lodash/fp/attempt.js deleted file mode 100644 index 26ca42e..0000000 --- a/software/flow/node_modules/lodash/fp/attempt.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('attempt', require('../attempt')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/before.js b/software/flow/node_modules/lodash/fp/before.js deleted file mode 100644 index 7a2de65..0000000 --- a/software/flow/node_modules/lodash/fp/before.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('before', require('../before')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/bind.js b/software/flow/node_modules/lodash/fp/bind.js deleted file mode 100644 index 5cbe4f3..0000000 --- a/software/flow/node_modules/lodash/fp/bind.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('bind', require('../bind')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/bindAll.js b/software/flow/node_modules/lodash/fp/bindAll.js deleted file mode 100644 index 6b4a4a0..0000000 --- a/software/flow/node_modules/lodash/fp/bindAll.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('bindAll', require('../bindAll')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/bindKey.js b/software/flow/node_modules/lodash/fp/bindKey.js deleted file mode 100644 index 6a46c6b..0000000 --- a/software/flow/node_modules/lodash/fp/bindKey.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('bindKey', require('../bindKey')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/camelCase.js b/software/flow/node_modules/lodash/fp/camelCase.js deleted file mode 100644 index 87b77b4..0000000 --- a/software/flow/node_modules/lodash/fp/camelCase.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('camelCase', require('../camelCase'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/capitalize.js b/software/flow/node_modules/lodash/fp/capitalize.js deleted file mode 100644 index cac74e1..0000000 --- a/software/flow/node_modules/lodash/fp/capitalize.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('capitalize', require('../capitalize'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/castArray.js b/software/flow/node_modules/lodash/fp/castArray.js deleted file mode 100644 index 8681c09..0000000 --- a/software/flow/node_modules/lodash/fp/castArray.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('castArray', require('../castArray')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/ceil.js b/software/flow/node_modules/lodash/fp/ceil.js deleted file mode 100644 index f416b72..0000000 --- a/software/flow/node_modules/lodash/fp/ceil.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('ceil', require('../ceil')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/chain.js b/software/flow/node_modules/lodash/fp/chain.js deleted file mode 100644 index 604fe39..0000000 --- a/software/flow/node_modules/lodash/fp/chain.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('chain', require('../chain'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/chunk.js b/software/flow/node_modules/lodash/fp/chunk.js deleted file mode 100644 index 871ab08..0000000 --- a/software/flow/node_modules/lodash/fp/chunk.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('chunk', require('../chunk')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/clamp.js b/software/flow/node_modules/lodash/fp/clamp.js deleted file mode 100644 index 3b06c01..0000000 --- a/software/flow/node_modules/lodash/fp/clamp.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('clamp', require('../clamp')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/clone.js b/software/flow/node_modules/lodash/fp/clone.js deleted file mode 100644 index cadb59c..0000000 --- a/software/flow/node_modules/lodash/fp/clone.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('clone', require('../clone'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/cloneDeep.js b/software/flow/node_modules/lodash/fp/cloneDeep.js deleted file mode 100644 index a6107aa..0000000 --- a/software/flow/node_modules/lodash/fp/cloneDeep.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('cloneDeep', require('../cloneDeep'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/cloneDeepWith.js b/software/flow/node_modules/lodash/fp/cloneDeepWith.js deleted file mode 100644 index 6f01e44..0000000 --- a/software/flow/node_modules/lodash/fp/cloneDeepWith.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('cloneDeepWith', require('../cloneDeepWith')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/cloneWith.js b/software/flow/node_modules/lodash/fp/cloneWith.js deleted file mode 100644 index aa88578..0000000 --- a/software/flow/node_modules/lodash/fp/cloneWith.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('cloneWith', require('../cloneWith')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/collection.js b/software/flow/node_modules/lodash/fp/collection.js deleted file mode 100644 index fc8b328..0000000 --- a/software/flow/node_modules/lodash/fp/collection.js +++ /dev/null @@ -1,2 +0,0 @@ -var convert = require('./convert'); -module.exports = convert(require('../collection')); diff --git a/software/flow/node_modules/lodash/fp/commit.js b/software/flow/node_modules/lodash/fp/commit.js deleted file mode 100644 index 130a894..0000000 --- a/software/flow/node_modules/lodash/fp/commit.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('commit', require('../commit'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/compact.js b/software/flow/node_modules/lodash/fp/compact.js deleted file mode 100644 index ce8f7a1..0000000 --- a/software/flow/node_modules/lodash/fp/compact.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('compact', require('../compact'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/complement.js b/software/flow/node_modules/lodash/fp/complement.js deleted file mode 100644 index 93eb462..0000000 --- a/software/flow/node_modules/lodash/fp/complement.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('./negate'); diff --git a/software/flow/node_modules/lodash/fp/compose.js b/software/flow/node_modules/lodash/fp/compose.js deleted file mode 100644 index 1954e94..0000000 --- a/software/flow/node_modules/lodash/fp/compose.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('./flowRight'); diff --git a/software/flow/node_modules/lodash/fp/concat.js b/software/flow/node_modules/lodash/fp/concat.js deleted file mode 100644 index e59346a..0000000 --- a/software/flow/node_modules/lodash/fp/concat.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('concat', require('../concat')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/cond.js b/software/flow/node_modules/lodash/fp/cond.js deleted file mode 100644 index 6a0120e..0000000 --- a/software/flow/node_modules/lodash/fp/cond.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('cond', require('../cond'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/conforms.js b/software/flow/node_modules/lodash/fp/conforms.js deleted file mode 100644 index 3247f64..0000000 --- a/software/flow/node_modules/lodash/fp/conforms.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('./conformsTo'); diff --git a/software/flow/node_modules/lodash/fp/conformsTo.js b/software/flow/node_modules/lodash/fp/conformsTo.js deleted file mode 100644 index aa7f41e..0000000 --- a/software/flow/node_modules/lodash/fp/conformsTo.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('conformsTo', require('../conformsTo')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/constant.js b/software/flow/node_modules/lodash/fp/constant.js deleted file mode 100644 index 9e406fc..0000000 --- a/software/flow/node_modules/lodash/fp/constant.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('constant', require('../constant'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/contains.js b/software/flow/node_modules/lodash/fp/contains.js deleted file mode 100644 index 594722a..0000000 --- a/software/flow/node_modules/lodash/fp/contains.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('./includes'); diff --git a/software/flow/node_modules/lodash/fp/convert.js b/software/flow/node_modules/lodash/fp/convert.js deleted file mode 100644 index 4795dc4..0000000 --- a/software/flow/node_modules/lodash/fp/convert.js +++ /dev/null @@ -1,18 +0,0 @@ -var baseConvert = require('./_baseConvert'), - util = require('./_util'); - -/** - * Converts `func` of `name` to an immutable auto-curried iteratee-first data-last - * version with conversion `options` applied. If `name` is an object its methods - * will be converted. - * - * @param {string} name The name of the function to wrap. - * @param {Function} [func] The function to wrap. - * @param {Object} [options] The options object. See `baseConvert` for more details. - * @returns {Function|Object} Returns the converted function or object. - */ -function convert(name, func, options) { - return baseConvert(util, name, func, options); -} - -module.exports = convert; diff --git a/software/flow/node_modules/lodash/fp/countBy.js b/software/flow/node_modules/lodash/fp/countBy.js deleted file mode 100644 index dfa4643..0000000 --- a/software/flow/node_modules/lodash/fp/countBy.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('countBy', require('../countBy')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/create.js b/software/flow/node_modules/lodash/fp/create.js deleted file mode 100644 index 752025f..0000000 --- a/software/flow/node_modules/lodash/fp/create.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('create', require('../create')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/curry.js b/software/flow/node_modules/lodash/fp/curry.js deleted file mode 100644 index b0b4168..0000000 --- a/software/flow/node_modules/lodash/fp/curry.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('curry', require('../curry')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/curryN.js b/software/flow/node_modules/lodash/fp/curryN.js deleted file mode 100644 index 2ae7d00..0000000 --- a/software/flow/node_modules/lodash/fp/curryN.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('curryN', require('../curry')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/curryRight.js b/software/flow/node_modules/lodash/fp/curryRight.js deleted file mode 100644 index cb619eb..0000000 --- a/software/flow/node_modules/lodash/fp/curryRight.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('curryRight', require('../curryRight')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/curryRightN.js b/software/flow/node_modules/lodash/fp/curryRightN.js deleted file mode 100644 index 2495afc..0000000 --- a/software/flow/node_modules/lodash/fp/curryRightN.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('curryRightN', require('../curryRight')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/date.js b/software/flow/node_modules/lodash/fp/date.js deleted file mode 100644 index 82cb952..0000000 --- a/software/flow/node_modules/lodash/fp/date.js +++ /dev/null @@ -1,2 +0,0 @@ -var convert = require('./convert'); -module.exports = convert(require('../date')); diff --git a/software/flow/node_modules/lodash/fp/debounce.js b/software/flow/node_modules/lodash/fp/debounce.js deleted file mode 100644 index 2612229..0000000 --- a/software/flow/node_modules/lodash/fp/debounce.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('debounce', require('../debounce')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/deburr.js b/software/flow/node_modules/lodash/fp/deburr.js deleted file mode 100644 index 96463ab..0000000 --- a/software/flow/node_modules/lodash/fp/deburr.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('deburr', require('../deburr'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/defaultTo.js b/software/flow/node_modules/lodash/fp/defaultTo.js deleted file mode 100644 index d6b52a4..0000000 --- a/software/flow/node_modules/lodash/fp/defaultTo.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('defaultTo', require('../defaultTo')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/defaults.js b/software/flow/node_modules/lodash/fp/defaults.js deleted file mode 100644 index e1a8e6e..0000000 --- a/software/flow/node_modules/lodash/fp/defaults.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('defaults', require('../defaults')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/defaultsAll.js b/software/flow/node_modules/lodash/fp/defaultsAll.js deleted file mode 100644 index 238fcc3..0000000 --- a/software/flow/node_modules/lodash/fp/defaultsAll.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('defaultsAll', require('../defaults')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/defaultsDeep.js b/software/flow/node_modules/lodash/fp/defaultsDeep.js deleted file mode 100644 index 1f172ff..0000000 --- a/software/flow/node_modules/lodash/fp/defaultsDeep.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('defaultsDeep', require('../defaultsDeep')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/defaultsDeepAll.js b/software/flow/node_modules/lodash/fp/defaultsDeepAll.js deleted file mode 100644 index 6835f2f..0000000 --- a/software/flow/node_modules/lodash/fp/defaultsDeepAll.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('defaultsDeepAll', require('../defaultsDeep')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/defer.js b/software/flow/node_modules/lodash/fp/defer.js deleted file mode 100644 index ec7990f..0000000 --- a/software/flow/node_modules/lodash/fp/defer.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('defer', require('../defer'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/delay.js b/software/flow/node_modules/lodash/fp/delay.js deleted file mode 100644 index 556dbd5..0000000 --- a/software/flow/node_modules/lodash/fp/delay.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('delay', require('../delay')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/difference.js b/software/flow/node_modules/lodash/fp/difference.js deleted file mode 100644 index 2d03765..0000000 --- a/software/flow/node_modules/lodash/fp/difference.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('difference', require('../difference')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/differenceBy.js b/software/flow/node_modules/lodash/fp/differenceBy.js deleted file mode 100644 index 2f91491..0000000 --- a/software/flow/node_modules/lodash/fp/differenceBy.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('differenceBy', require('../differenceBy')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/differenceWith.js b/software/flow/node_modules/lodash/fp/differenceWith.js deleted file mode 100644 index bcf5ad2..0000000 --- a/software/flow/node_modules/lodash/fp/differenceWith.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('differenceWith', require('../differenceWith')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/dissoc.js b/software/flow/node_modules/lodash/fp/dissoc.js deleted file mode 100644 index 7ec7be1..0000000 --- a/software/flow/node_modules/lodash/fp/dissoc.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('./unset'); diff --git a/software/flow/node_modules/lodash/fp/dissocPath.js b/software/flow/node_modules/lodash/fp/dissocPath.js deleted file mode 100644 index 7ec7be1..0000000 --- a/software/flow/node_modules/lodash/fp/dissocPath.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('./unset'); diff --git a/software/flow/node_modules/lodash/fp/divide.js b/software/flow/node_modules/lodash/fp/divide.js deleted file mode 100644 index 82048c5..0000000 --- a/software/flow/node_modules/lodash/fp/divide.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('divide', require('../divide')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/drop.js b/software/flow/node_modules/lodash/fp/drop.js deleted file mode 100644 index 2fa9b4f..0000000 --- a/software/flow/node_modules/lodash/fp/drop.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('drop', require('../drop')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/dropLast.js b/software/flow/node_modules/lodash/fp/dropLast.js deleted file mode 100644 index 174e525..0000000 --- a/software/flow/node_modules/lodash/fp/dropLast.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('./dropRight'); diff --git a/software/flow/node_modules/lodash/fp/dropLastWhile.js b/software/flow/node_modules/lodash/fp/dropLastWhile.js deleted file mode 100644 index be2a9d2..0000000 --- a/software/flow/node_modules/lodash/fp/dropLastWhile.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('./dropRightWhile'); diff --git a/software/flow/node_modules/lodash/fp/dropRight.js b/software/flow/node_modules/lodash/fp/dropRight.js deleted file mode 100644 index e98881f..0000000 --- a/software/flow/node_modules/lodash/fp/dropRight.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('dropRight', require('../dropRight')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/dropRightWhile.js b/software/flow/node_modules/lodash/fp/dropRightWhile.js deleted file mode 100644 index cacaa70..0000000 --- a/software/flow/node_modules/lodash/fp/dropRightWhile.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('dropRightWhile', require('../dropRightWhile')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/dropWhile.js b/software/flow/node_modules/lodash/fp/dropWhile.js deleted file mode 100644 index 285f864..0000000 --- a/software/flow/node_modules/lodash/fp/dropWhile.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('dropWhile', require('../dropWhile')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/each.js b/software/flow/node_modules/lodash/fp/each.js deleted file mode 100644 index 8800f42..0000000 --- a/software/flow/node_modules/lodash/fp/each.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('./forEach'); diff --git a/software/flow/node_modules/lodash/fp/eachRight.js b/software/flow/node_modules/lodash/fp/eachRight.js deleted file mode 100644 index 3252b2a..0000000 --- a/software/flow/node_modules/lodash/fp/eachRight.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('./forEachRight'); diff --git a/software/flow/node_modules/lodash/fp/endsWith.js b/software/flow/node_modules/lodash/fp/endsWith.js deleted file mode 100644 index 17dc2a4..0000000 --- a/software/flow/node_modules/lodash/fp/endsWith.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('endsWith', require('../endsWith')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/entries.js b/software/flow/node_modules/lodash/fp/entries.js deleted file mode 100644 index 7a88df2..0000000 --- a/software/flow/node_modules/lodash/fp/entries.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('./toPairs'); diff --git a/software/flow/node_modules/lodash/fp/entriesIn.js b/software/flow/node_modules/lodash/fp/entriesIn.js deleted file mode 100644 index f6c6331..0000000 --- a/software/flow/node_modules/lodash/fp/entriesIn.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('./toPairsIn'); diff --git a/software/flow/node_modules/lodash/fp/eq.js b/software/flow/node_modules/lodash/fp/eq.js deleted file mode 100644 index 9a3d21b..0000000 --- a/software/flow/node_modules/lodash/fp/eq.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('eq', require('../eq')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/equals.js b/software/flow/node_modules/lodash/fp/equals.js deleted file mode 100644 index e6a5ce0..0000000 --- a/software/flow/node_modules/lodash/fp/equals.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('./isEqual'); diff --git a/software/flow/node_modules/lodash/fp/escape.js b/software/flow/node_modules/lodash/fp/escape.js deleted file mode 100644 index 52c1fbb..0000000 --- a/software/flow/node_modules/lodash/fp/escape.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('escape', require('../escape'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/escapeRegExp.js b/software/flow/node_modules/lodash/fp/escapeRegExp.js deleted file mode 100644 index 369b2ef..0000000 --- a/software/flow/node_modules/lodash/fp/escapeRegExp.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('escapeRegExp', require('../escapeRegExp'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/every.js b/software/flow/node_modules/lodash/fp/every.js deleted file mode 100644 index 95c2776..0000000 --- a/software/flow/node_modules/lodash/fp/every.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('every', require('../every')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/extend.js b/software/flow/node_modules/lodash/fp/extend.js deleted file mode 100644 index e00166c..0000000 --- a/software/flow/node_modules/lodash/fp/extend.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('./assignIn'); diff --git a/software/flow/node_modules/lodash/fp/extendAll.js b/software/flow/node_modules/lodash/fp/extendAll.js deleted file mode 100644 index cc55b64..0000000 --- a/software/flow/node_modules/lodash/fp/extendAll.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('./assignInAll'); diff --git a/software/flow/node_modules/lodash/fp/extendAllWith.js b/software/flow/node_modules/lodash/fp/extendAllWith.js deleted file mode 100644 index 6679d20..0000000 --- a/software/flow/node_modules/lodash/fp/extendAllWith.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('./assignInAllWith'); diff --git a/software/flow/node_modules/lodash/fp/extendWith.js b/software/flow/node_modules/lodash/fp/extendWith.js deleted file mode 100644 index dbdcb3b..0000000 --- a/software/flow/node_modules/lodash/fp/extendWith.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('./assignInWith'); diff --git a/software/flow/node_modules/lodash/fp/fill.js b/software/flow/node_modules/lodash/fp/fill.js deleted file mode 100644 index b2d47e8..0000000 --- a/software/flow/node_modules/lodash/fp/fill.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('fill', require('../fill')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/filter.js b/software/flow/node_modules/lodash/fp/filter.js deleted file mode 100644 index 796d501..0000000 --- a/software/flow/node_modules/lodash/fp/filter.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('filter', require('../filter')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/find.js b/software/flow/node_modules/lodash/fp/find.js deleted file mode 100644 index f805d33..0000000 --- a/software/flow/node_modules/lodash/fp/find.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('find', require('../find')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/findFrom.js b/software/flow/node_modules/lodash/fp/findFrom.js deleted file mode 100644 index da8275e..0000000 --- a/software/flow/node_modules/lodash/fp/findFrom.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('findFrom', require('../find')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/findIndex.js b/software/flow/node_modules/lodash/fp/findIndex.js deleted file mode 100644 index 8c15fd1..0000000 --- a/software/flow/node_modules/lodash/fp/findIndex.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('findIndex', require('../findIndex')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/findIndexFrom.js b/software/flow/node_modules/lodash/fp/findIndexFrom.js deleted file mode 100644 index 32e98cb..0000000 --- a/software/flow/node_modules/lodash/fp/findIndexFrom.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('findIndexFrom', require('../findIndex')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/findKey.js b/software/flow/node_modules/lodash/fp/findKey.js deleted file mode 100644 index 475bcfa..0000000 --- a/software/flow/node_modules/lodash/fp/findKey.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('findKey', require('../findKey')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/findLast.js b/software/flow/node_modules/lodash/fp/findLast.js deleted file mode 100644 index 093fe94..0000000 --- a/software/flow/node_modules/lodash/fp/findLast.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('findLast', require('../findLast')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/findLastFrom.js b/software/flow/node_modules/lodash/fp/findLastFrom.js deleted file mode 100644 index 76c38fb..0000000 --- a/software/flow/node_modules/lodash/fp/findLastFrom.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('findLastFrom', require('../findLast')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/findLastIndex.js b/software/flow/node_modules/lodash/fp/findLastIndex.js deleted file mode 100644 index 36986df..0000000 --- a/software/flow/node_modules/lodash/fp/findLastIndex.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('findLastIndex', require('../findLastIndex')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/findLastIndexFrom.js b/software/flow/node_modules/lodash/fp/findLastIndexFrom.js deleted file mode 100644 index 34c8176..0000000 --- a/software/flow/node_modules/lodash/fp/findLastIndexFrom.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('findLastIndexFrom', require('../findLastIndex')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/findLastKey.js b/software/flow/node_modules/lodash/fp/findLastKey.js deleted file mode 100644 index 5f81b60..0000000 --- a/software/flow/node_modules/lodash/fp/findLastKey.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('findLastKey', require('../findLastKey')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/first.js b/software/flow/node_modules/lodash/fp/first.js deleted file mode 100644 index 53f4ad1..0000000 --- a/software/flow/node_modules/lodash/fp/first.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('./head'); diff --git a/software/flow/node_modules/lodash/fp/flatMap.js b/software/flow/node_modules/lodash/fp/flatMap.js deleted file mode 100644 index d01dc4d..0000000 --- a/software/flow/node_modules/lodash/fp/flatMap.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('flatMap', require('../flatMap')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/flatMapDeep.js b/software/flow/node_modules/lodash/fp/flatMapDeep.js deleted file mode 100644 index 569c42e..0000000 --- a/software/flow/node_modules/lodash/fp/flatMapDeep.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('flatMapDeep', require('../flatMapDeep')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/flatMapDepth.js b/software/flow/node_modules/lodash/fp/flatMapDepth.js deleted file mode 100644 index 6eb68fd..0000000 --- a/software/flow/node_modules/lodash/fp/flatMapDepth.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('flatMapDepth', require('../flatMapDepth')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/flatten.js b/software/flow/node_modules/lodash/fp/flatten.js deleted file mode 100644 index 30425d8..0000000 --- a/software/flow/node_modules/lodash/fp/flatten.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('flatten', require('../flatten'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/flattenDeep.js b/software/flow/node_modules/lodash/fp/flattenDeep.js deleted file mode 100644 index aed5db2..0000000 --- a/software/flow/node_modules/lodash/fp/flattenDeep.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('flattenDeep', require('../flattenDeep'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/flattenDepth.js b/software/flow/node_modules/lodash/fp/flattenDepth.js deleted file mode 100644 index ad65e37..0000000 --- a/software/flow/node_modules/lodash/fp/flattenDepth.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('flattenDepth', require('../flattenDepth')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/flip.js b/software/flow/node_modules/lodash/fp/flip.js deleted file mode 100644 index 0547e7b..0000000 --- a/software/flow/node_modules/lodash/fp/flip.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('flip', require('../flip'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/floor.js b/software/flow/node_modules/lodash/fp/floor.js deleted file mode 100644 index a6cf335..0000000 --- a/software/flow/node_modules/lodash/fp/floor.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('floor', require('../floor')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/flow.js b/software/flow/node_modules/lodash/fp/flow.js deleted file mode 100644 index cd83677..0000000 --- a/software/flow/node_modules/lodash/fp/flow.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('flow', require('../flow')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/flowRight.js b/software/flow/node_modules/lodash/fp/flowRight.js deleted file mode 100644 index 972a5b9..0000000 --- a/software/flow/node_modules/lodash/fp/flowRight.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('flowRight', require('../flowRight')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/forEach.js b/software/flow/node_modules/lodash/fp/forEach.js deleted file mode 100644 index 2f49452..0000000 --- a/software/flow/node_modules/lodash/fp/forEach.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('forEach', require('../forEach')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/forEachRight.js b/software/flow/node_modules/lodash/fp/forEachRight.js deleted file mode 100644 index 3ff9733..0000000 --- a/software/flow/node_modules/lodash/fp/forEachRight.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('forEachRight', require('../forEachRight')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/forIn.js b/software/flow/node_modules/lodash/fp/forIn.js deleted file mode 100644 index 9341749..0000000 --- a/software/flow/node_modules/lodash/fp/forIn.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('forIn', require('../forIn')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/forInRight.js b/software/flow/node_modules/lodash/fp/forInRight.js deleted file mode 100644 index cecf8bb..0000000 --- a/software/flow/node_modules/lodash/fp/forInRight.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('forInRight', require('../forInRight')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/forOwn.js b/software/flow/node_modules/lodash/fp/forOwn.js deleted file mode 100644 index 246449e..0000000 --- a/software/flow/node_modules/lodash/fp/forOwn.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('forOwn', require('../forOwn')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/forOwnRight.js b/software/flow/node_modules/lodash/fp/forOwnRight.js deleted file mode 100644 index c5e826e..0000000 --- a/software/flow/node_modules/lodash/fp/forOwnRight.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('forOwnRight', require('../forOwnRight')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/fromPairs.js b/software/flow/node_modules/lodash/fp/fromPairs.js deleted file mode 100644 index f8cc596..0000000 --- a/software/flow/node_modules/lodash/fp/fromPairs.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('fromPairs', require('../fromPairs')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/function.js b/software/flow/node_modules/lodash/fp/function.js deleted file mode 100644 index dfe69b1..0000000 --- a/software/flow/node_modules/lodash/fp/function.js +++ /dev/null @@ -1,2 +0,0 @@ -var convert = require('./convert'); -module.exports = convert(require('../function')); diff --git a/software/flow/node_modules/lodash/fp/functions.js b/software/flow/node_modules/lodash/fp/functions.js deleted file mode 100644 index 09d1bb1..0000000 --- a/software/flow/node_modules/lodash/fp/functions.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('functions', require('../functions'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/functionsIn.js b/software/flow/node_modules/lodash/fp/functionsIn.js deleted file mode 100644 index 2cfeb83..0000000 --- a/software/flow/node_modules/lodash/fp/functionsIn.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('functionsIn', require('../functionsIn'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/get.js b/software/flow/node_modules/lodash/fp/get.js deleted file mode 100644 index 6d3a328..0000000 --- a/software/flow/node_modules/lodash/fp/get.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('get', require('../get')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/getOr.js b/software/flow/node_modules/lodash/fp/getOr.js deleted file mode 100644 index 7dbf771..0000000 --- a/software/flow/node_modules/lodash/fp/getOr.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('getOr', require('../get')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/groupBy.js b/software/flow/node_modules/lodash/fp/groupBy.js deleted file mode 100644 index fc0bc78..0000000 --- a/software/flow/node_modules/lodash/fp/groupBy.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('groupBy', require('../groupBy')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/gt.js b/software/flow/node_modules/lodash/fp/gt.js deleted file mode 100644 index 9e57c80..0000000 --- a/software/flow/node_modules/lodash/fp/gt.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('gt', require('../gt')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/gte.js b/software/flow/node_modules/lodash/fp/gte.js deleted file mode 100644 index 4584786..0000000 --- a/software/flow/node_modules/lodash/fp/gte.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('gte', require('../gte')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/has.js b/software/flow/node_modules/lodash/fp/has.js deleted file mode 100644 index b901298..0000000 --- a/software/flow/node_modules/lodash/fp/has.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('has', require('../has')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/hasIn.js b/software/flow/node_modules/lodash/fp/hasIn.js deleted file mode 100644 index b3c3d1a..0000000 --- a/software/flow/node_modules/lodash/fp/hasIn.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('hasIn', require('../hasIn')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/head.js b/software/flow/node_modules/lodash/fp/head.js deleted file mode 100644 index 2694f0a..0000000 --- a/software/flow/node_modules/lodash/fp/head.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('head', require('../head'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/identical.js b/software/flow/node_modules/lodash/fp/identical.js deleted file mode 100644 index 85563f4..0000000 --- a/software/flow/node_modules/lodash/fp/identical.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('./eq'); diff --git a/software/flow/node_modules/lodash/fp/identity.js b/software/flow/node_modules/lodash/fp/identity.js deleted file mode 100644 index 096415a..0000000 --- a/software/flow/node_modules/lodash/fp/identity.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('identity', require('../identity'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/inRange.js b/software/flow/node_modules/lodash/fp/inRange.js deleted file mode 100644 index 202d940..0000000 --- a/software/flow/node_modules/lodash/fp/inRange.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('inRange', require('../inRange')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/includes.js b/software/flow/node_modules/lodash/fp/includes.js deleted file mode 100644 index 1146780..0000000 --- a/software/flow/node_modules/lodash/fp/includes.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('includes', require('../includes')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/includesFrom.js b/software/flow/node_modules/lodash/fp/includesFrom.js deleted file mode 100644 index 683afdb..0000000 --- a/software/flow/node_modules/lodash/fp/includesFrom.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('includesFrom', require('../includes')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/indexBy.js b/software/flow/node_modules/lodash/fp/indexBy.js deleted file mode 100644 index 7e64bc0..0000000 --- a/software/flow/node_modules/lodash/fp/indexBy.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('./keyBy'); diff --git a/software/flow/node_modules/lodash/fp/indexOf.js b/software/flow/node_modules/lodash/fp/indexOf.js deleted file mode 100644 index 524658e..0000000 --- a/software/flow/node_modules/lodash/fp/indexOf.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('indexOf', require('../indexOf')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/indexOfFrom.js b/software/flow/node_modules/lodash/fp/indexOfFrom.js deleted file mode 100644 index d99c822..0000000 --- a/software/flow/node_modules/lodash/fp/indexOfFrom.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('indexOfFrom', require('../indexOf')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/init.js b/software/flow/node_modules/lodash/fp/init.js deleted file mode 100644 index 2f88d8b..0000000 --- a/software/flow/node_modules/lodash/fp/init.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('./initial'); diff --git a/software/flow/node_modules/lodash/fp/initial.js b/software/flow/node_modules/lodash/fp/initial.js deleted file mode 100644 index b732ba0..0000000 --- a/software/flow/node_modules/lodash/fp/initial.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('initial', require('../initial'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/intersection.js b/software/flow/node_modules/lodash/fp/intersection.js deleted file mode 100644 index 52936d5..0000000 --- a/software/flow/node_modules/lodash/fp/intersection.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('intersection', require('../intersection')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/intersectionBy.js b/software/flow/node_modules/lodash/fp/intersectionBy.js deleted file mode 100644 index 72629f2..0000000 --- a/software/flow/node_modules/lodash/fp/intersectionBy.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('intersectionBy', require('../intersectionBy')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/intersectionWith.js b/software/flow/node_modules/lodash/fp/intersectionWith.js deleted file mode 100644 index e064f40..0000000 --- a/software/flow/node_modules/lodash/fp/intersectionWith.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('intersectionWith', require('../intersectionWith')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/invert.js b/software/flow/node_modules/lodash/fp/invert.js deleted file mode 100644 index 2d5d1f0..0000000 --- a/software/flow/node_modules/lodash/fp/invert.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('invert', require('../invert')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/invertBy.js b/software/flow/node_modules/lodash/fp/invertBy.js deleted file mode 100644 index 63ca97e..0000000 --- a/software/flow/node_modules/lodash/fp/invertBy.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('invertBy', require('../invertBy')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/invertObj.js b/software/flow/node_modules/lodash/fp/invertObj.js deleted file mode 100644 index f1d842e..0000000 --- a/software/flow/node_modules/lodash/fp/invertObj.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('./invert'); diff --git a/software/flow/node_modules/lodash/fp/invoke.js b/software/flow/node_modules/lodash/fp/invoke.js deleted file mode 100644 index fcf17f0..0000000 --- a/software/flow/node_modules/lodash/fp/invoke.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('invoke', require('../invoke')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/invokeArgs.js b/software/flow/node_modules/lodash/fp/invokeArgs.js deleted file mode 100644 index d3f2953..0000000 --- a/software/flow/node_modules/lodash/fp/invokeArgs.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('invokeArgs', require('../invoke')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/invokeArgsMap.js b/software/flow/node_modules/lodash/fp/invokeArgsMap.js deleted file mode 100644 index eaa9f84..0000000 --- a/software/flow/node_modules/lodash/fp/invokeArgsMap.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('invokeArgsMap', require('../invokeMap')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/invokeMap.js b/software/flow/node_modules/lodash/fp/invokeMap.js deleted file mode 100644 index 6515fd7..0000000 --- a/software/flow/node_modules/lodash/fp/invokeMap.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('invokeMap', require('../invokeMap')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/isArguments.js b/software/flow/node_modules/lodash/fp/isArguments.js deleted file mode 100644 index 1d93c9e..0000000 --- a/software/flow/node_modules/lodash/fp/isArguments.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('isArguments', require('../isArguments'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/isArray.js b/software/flow/node_modules/lodash/fp/isArray.js deleted file mode 100644 index ba7ade8..0000000 --- a/software/flow/node_modules/lodash/fp/isArray.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('isArray', require('../isArray'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/isArrayBuffer.js b/software/flow/node_modules/lodash/fp/isArrayBuffer.js deleted file mode 100644 index 5088513..0000000 --- a/software/flow/node_modules/lodash/fp/isArrayBuffer.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('isArrayBuffer', require('../isArrayBuffer'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/isArrayLike.js b/software/flow/node_modules/lodash/fp/isArrayLike.js deleted file mode 100644 index 8f1856b..0000000 --- a/software/flow/node_modules/lodash/fp/isArrayLike.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('isArrayLike', require('../isArrayLike'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/isArrayLikeObject.js b/software/flow/node_modules/lodash/fp/isArrayLikeObject.js deleted file mode 100644 index 2108498..0000000 --- a/software/flow/node_modules/lodash/fp/isArrayLikeObject.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('isArrayLikeObject', require('../isArrayLikeObject'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/isBoolean.js b/software/flow/node_modules/lodash/fp/isBoolean.js deleted file mode 100644 index 9339f75..0000000 --- a/software/flow/node_modules/lodash/fp/isBoolean.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('isBoolean', require('../isBoolean'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/isBuffer.js b/software/flow/node_modules/lodash/fp/isBuffer.js deleted file mode 100644 index e60b123..0000000 --- a/software/flow/node_modules/lodash/fp/isBuffer.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('isBuffer', require('../isBuffer'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/isDate.js b/software/flow/node_modules/lodash/fp/isDate.js deleted file mode 100644 index dc41d08..0000000 --- a/software/flow/node_modules/lodash/fp/isDate.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('isDate', require('../isDate'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/isElement.js b/software/flow/node_modules/lodash/fp/isElement.js deleted file mode 100644 index 18ee039..0000000 --- a/software/flow/node_modules/lodash/fp/isElement.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('isElement', require('../isElement'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/isEmpty.js b/software/flow/node_modules/lodash/fp/isEmpty.js deleted file mode 100644 index 0f4ae84..0000000 --- a/software/flow/node_modules/lodash/fp/isEmpty.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('isEmpty', require('../isEmpty'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/isEqual.js b/software/flow/node_modules/lodash/fp/isEqual.js deleted file mode 100644 index 4138386..0000000 --- a/software/flow/node_modules/lodash/fp/isEqual.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('isEqual', require('../isEqual')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/isEqualWith.js b/software/flow/node_modules/lodash/fp/isEqualWith.js deleted file mode 100644 index 029ff5c..0000000 --- a/software/flow/node_modules/lodash/fp/isEqualWith.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('isEqualWith', require('../isEqualWith')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/isError.js b/software/flow/node_modules/lodash/fp/isError.js deleted file mode 100644 index 3dfd81c..0000000 --- a/software/flow/node_modules/lodash/fp/isError.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('isError', require('../isError'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/isFinite.js b/software/flow/node_modules/lodash/fp/isFinite.js deleted file mode 100644 index 0b647b8..0000000 --- a/software/flow/node_modules/lodash/fp/isFinite.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('isFinite', require('../isFinite'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/isFunction.js b/software/flow/node_modules/lodash/fp/isFunction.js deleted file mode 100644 index ff8e5c4..0000000 --- a/software/flow/node_modules/lodash/fp/isFunction.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('isFunction', require('../isFunction'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/isInteger.js b/software/flow/node_modules/lodash/fp/isInteger.js deleted file mode 100644 index 67af4ff..0000000 --- a/software/flow/node_modules/lodash/fp/isInteger.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('isInteger', require('../isInteger'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/isLength.js b/software/flow/node_modules/lodash/fp/isLength.js deleted file mode 100644 index fc101c5..0000000 --- a/software/flow/node_modules/lodash/fp/isLength.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('isLength', require('../isLength'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/isMap.js b/software/flow/node_modules/lodash/fp/isMap.js deleted file mode 100644 index a209aa6..0000000 --- a/software/flow/node_modules/lodash/fp/isMap.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('isMap', require('../isMap'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/isMatch.js b/software/flow/node_modules/lodash/fp/isMatch.js deleted file mode 100644 index 6264ca1..0000000 --- a/software/flow/node_modules/lodash/fp/isMatch.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('isMatch', require('../isMatch')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/isMatchWith.js b/software/flow/node_modules/lodash/fp/isMatchWith.js deleted file mode 100644 index d95f319..0000000 --- a/software/flow/node_modules/lodash/fp/isMatchWith.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('isMatchWith', require('../isMatchWith')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/isNaN.js b/software/flow/node_modules/lodash/fp/isNaN.js deleted file mode 100644 index 66a978f..0000000 --- a/software/flow/node_modules/lodash/fp/isNaN.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('isNaN', require('../isNaN'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/isNative.js b/software/flow/node_modules/lodash/fp/isNative.js deleted file mode 100644 index 3d775ba..0000000 --- a/software/flow/node_modules/lodash/fp/isNative.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('isNative', require('../isNative'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/isNil.js b/software/flow/node_modules/lodash/fp/isNil.js deleted file mode 100644 index 5952c02..0000000 --- a/software/flow/node_modules/lodash/fp/isNil.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('isNil', require('../isNil'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/isNull.js b/software/flow/node_modules/lodash/fp/isNull.js deleted file mode 100644 index f201a35..0000000 --- a/software/flow/node_modules/lodash/fp/isNull.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('isNull', require('../isNull'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/isNumber.js b/software/flow/node_modules/lodash/fp/isNumber.js deleted file mode 100644 index a2b5fa0..0000000 --- a/software/flow/node_modules/lodash/fp/isNumber.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('isNumber', require('../isNumber'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/isObject.js b/software/flow/node_modules/lodash/fp/isObject.js deleted file mode 100644 index 231ace0..0000000 --- a/software/flow/node_modules/lodash/fp/isObject.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('isObject', require('../isObject'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/isObjectLike.js b/software/flow/node_modules/lodash/fp/isObjectLike.js deleted file mode 100644 index f16082e..0000000 --- a/software/flow/node_modules/lodash/fp/isObjectLike.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('isObjectLike', require('../isObjectLike'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/isPlainObject.js b/software/flow/node_modules/lodash/fp/isPlainObject.js deleted file mode 100644 index b5bea90..0000000 --- a/software/flow/node_modules/lodash/fp/isPlainObject.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('isPlainObject', require('../isPlainObject'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/isRegExp.js b/software/flow/node_modules/lodash/fp/isRegExp.js deleted file mode 100644 index 12a1a3d..0000000 --- a/software/flow/node_modules/lodash/fp/isRegExp.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('isRegExp', require('../isRegExp'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/isSafeInteger.js b/software/flow/node_modules/lodash/fp/isSafeInteger.js deleted file mode 100644 index 7230f55..0000000 --- a/software/flow/node_modules/lodash/fp/isSafeInteger.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('isSafeInteger', require('../isSafeInteger'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/isSet.js b/software/flow/node_modules/lodash/fp/isSet.js deleted file mode 100644 index 35c01f6..0000000 --- a/software/flow/node_modules/lodash/fp/isSet.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('isSet', require('../isSet'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/isString.js b/software/flow/node_modules/lodash/fp/isString.js deleted file mode 100644 index 1fd0679..0000000 --- a/software/flow/node_modules/lodash/fp/isString.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('isString', require('../isString'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/isSymbol.js b/software/flow/node_modules/lodash/fp/isSymbol.js deleted file mode 100644 index 3867695..0000000 --- a/software/flow/node_modules/lodash/fp/isSymbol.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('isSymbol', require('../isSymbol'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/isTypedArray.js b/software/flow/node_modules/lodash/fp/isTypedArray.js deleted file mode 100644 index 8567953..0000000 --- a/software/flow/node_modules/lodash/fp/isTypedArray.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('isTypedArray', require('../isTypedArray'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/isUndefined.js b/software/flow/node_modules/lodash/fp/isUndefined.js deleted file mode 100644 index ddbca31..0000000 --- a/software/flow/node_modules/lodash/fp/isUndefined.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('isUndefined', require('../isUndefined'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/isWeakMap.js b/software/flow/node_modules/lodash/fp/isWeakMap.js deleted file mode 100644 index ef60c61..0000000 --- a/software/flow/node_modules/lodash/fp/isWeakMap.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('isWeakMap', require('../isWeakMap'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/isWeakSet.js b/software/flow/node_modules/lodash/fp/isWeakSet.js deleted file mode 100644 index c99bfaa..0000000 --- a/software/flow/node_modules/lodash/fp/isWeakSet.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('isWeakSet', require('../isWeakSet'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/iteratee.js b/software/flow/node_modules/lodash/fp/iteratee.js deleted file mode 100644 index 9f0f717..0000000 --- a/software/flow/node_modules/lodash/fp/iteratee.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('iteratee', require('../iteratee')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/join.js b/software/flow/node_modules/lodash/fp/join.js deleted file mode 100644 index a220e00..0000000 --- a/software/flow/node_modules/lodash/fp/join.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('join', require('../join')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/juxt.js b/software/flow/node_modules/lodash/fp/juxt.js deleted file mode 100644 index f71e04e..0000000 --- a/software/flow/node_modules/lodash/fp/juxt.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('./over'); diff --git a/software/flow/node_modules/lodash/fp/kebabCase.js b/software/flow/node_modules/lodash/fp/kebabCase.js deleted file mode 100644 index 60737f1..0000000 --- a/software/flow/node_modules/lodash/fp/kebabCase.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('kebabCase', require('../kebabCase'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/keyBy.js b/software/flow/node_modules/lodash/fp/keyBy.js deleted file mode 100644 index 9a6a85d..0000000 --- a/software/flow/node_modules/lodash/fp/keyBy.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('keyBy', require('../keyBy')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/keys.js b/software/flow/node_modules/lodash/fp/keys.js deleted file mode 100644 index e12bb07..0000000 --- a/software/flow/node_modules/lodash/fp/keys.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('keys', require('../keys'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/keysIn.js b/software/flow/node_modules/lodash/fp/keysIn.js deleted file mode 100644 index f3eb36a..0000000 --- a/software/flow/node_modules/lodash/fp/keysIn.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('keysIn', require('../keysIn'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/lang.js b/software/flow/node_modules/lodash/fp/lang.js deleted file mode 100644 index 08cc9c1..0000000 --- a/software/flow/node_modules/lodash/fp/lang.js +++ /dev/null @@ -1,2 +0,0 @@ -var convert = require('./convert'); -module.exports = convert(require('../lang')); diff --git a/software/flow/node_modules/lodash/fp/last.js b/software/flow/node_modules/lodash/fp/last.js deleted file mode 100644 index 0f71699..0000000 --- a/software/flow/node_modules/lodash/fp/last.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('last', require('../last'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/lastIndexOf.js b/software/flow/node_modules/lodash/fp/lastIndexOf.js deleted file mode 100644 index ddf39c3..0000000 --- a/software/flow/node_modules/lodash/fp/lastIndexOf.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('lastIndexOf', require('../lastIndexOf')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/lastIndexOfFrom.js b/software/flow/node_modules/lodash/fp/lastIndexOfFrom.js deleted file mode 100644 index 1ff6a0b..0000000 --- a/software/flow/node_modules/lodash/fp/lastIndexOfFrom.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('lastIndexOfFrom', require('../lastIndexOf')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/lowerCase.js b/software/flow/node_modules/lodash/fp/lowerCase.js deleted file mode 100644 index ea64bc1..0000000 --- a/software/flow/node_modules/lodash/fp/lowerCase.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('lowerCase', require('../lowerCase'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/lowerFirst.js b/software/flow/node_modules/lodash/fp/lowerFirst.js deleted file mode 100644 index 539720a..0000000 --- a/software/flow/node_modules/lodash/fp/lowerFirst.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('lowerFirst', require('../lowerFirst'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/lt.js b/software/flow/node_modules/lodash/fp/lt.js deleted file mode 100644 index a31d21e..0000000 --- a/software/flow/node_modules/lodash/fp/lt.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('lt', require('../lt')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/lte.js b/software/flow/node_modules/lodash/fp/lte.js deleted file mode 100644 index d795d10..0000000 --- a/software/flow/node_modules/lodash/fp/lte.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('lte', require('../lte')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/map.js b/software/flow/node_modules/lodash/fp/map.js deleted file mode 100644 index cf98794..0000000 --- a/software/flow/node_modules/lodash/fp/map.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('map', require('../map')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/mapKeys.js b/software/flow/node_modules/lodash/fp/mapKeys.js deleted file mode 100644 index 1684587..0000000 --- a/software/flow/node_modules/lodash/fp/mapKeys.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('mapKeys', require('../mapKeys')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/mapValues.js b/software/flow/node_modules/lodash/fp/mapValues.js deleted file mode 100644 index 4004972..0000000 --- a/software/flow/node_modules/lodash/fp/mapValues.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('mapValues', require('../mapValues')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/matches.js b/software/flow/node_modules/lodash/fp/matches.js deleted file mode 100644 index 29d1e1e..0000000 --- a/software/flow/node_modules/lodash/fp/matches.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('./isMatch'); diff --git a/software/flow/node_modules/lodash/fp/matchesProperty.js b/software/flow/node_modules/lodash/fp/matchesProperty.js deleted file mode 100644 index 4575bd2..0000000 --- a/software/flow/node_modules/lodash/fp/matchesProperty.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('matchesProperty', require('../matchesProperty')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/math.js b/software/flow/node_modules/lodash/fp/math.js deleted file mode 100644 index e8f50f7..0000000 --- a/software/flow/node_modules/lodash/fp/math.js +++ /dev/null @@ -1,2 +0,0 @@ -var convert = require('./convert'); -module.exports = convert(require('../math')); diff --git a/software/flow/node_modules/lodash/fp/max.js b/software/flow/node_modules/lodash/fp/max.js deleted file mode 100644 index a66acac..0000000 --- a/software/flow/node_modules/lodash/fp/max.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('max', require('../max'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/maxBy.js b/software/flow/node_modules/lodash/fp/maxBy.js deleted file mode 100644 index d083fd6..0000000 --- a/software/flow/node_modules/lodash/fp/maxBy.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('maxBy', require('../maxBy')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/mean.js b/software/flow/node_modules/lodash/fp/mean.js deleted file mode 100644 index 3117246..0000000 --- a/software/flow/node_modules/lodash/fp/mean.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('mean', require('../mean'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/meanBy.js b/software/flow/node_modules/lodash/fp/meanBy.js deleted file mode 100644 index 556f25e..0000000 --- a/software/flow/node_modules/lodash/fp/meanBy.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('meanBy', require('../meanBy')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/memoize.js b/software/flow/node_modules/lodash/fp/memoize.js deleted file mode 100644 index 638eec6..0000000 --- a/software/flow/node_modules/lodash/fp/memoize.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('memoize', require('../memoize')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/merge.js b/software/flow/node_modules/lodash/fp/merge.js deleted file mode 100644 index ac66add..0000000 --- a/software/flow/node_modules/lodash/fp/merge.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('merge', require('../merge')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/mergeAll.js b/software/flow/node_modules/lodash/fp/mergeAll.js deleted file mode 100644 index a3674d6..0000000 --- a/software/flow/node_modules/lodash/fp/mergeAll.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('mergeAll', require('../merge')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/mergeAllWith.js b/software/flow/node_modules/lodash/fp/mergeAllWith.js deleted file mode 100644 index 4bd4206..0000000 --- a/software/flow/node_modules/lodash/fp/mergeAllWith.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('mergeAllWith', require('../mergeWith')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/mergeWith.js b/software/flow/node_modules/lodash/fp/mergeWith.js deleted file mode 100644 index 00d44d5..0000000 --- a/software/flow/node_modules/lodash/fp/mergeWith.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('mergeWith', require('../mergeWith')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/method.js b/software/flow/node_modules/lodash/fp/method.js deleted file mode 100644 index f4060c6..0000000 --- a/software/flow/node_modules/lodash/fp/method.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('method', require('../method')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/methodOf.js b/software/flow/node_modules/lodash/fp/methodOf.js deleted file mode 100644 index 6139905..0000000 --- a/software/flow/node_modules/lodash/fp/methodOf.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('methodOf', require('../methodOf')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/min.js b/software/flow/node_modules/lodash/fp/min.js deleted file mode 100644 index d12c6b4..0000000 --- a/software/flow/node_modules/lodash/fp/min.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('min', require('../min'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/minBy.js b/software/flow/node_modules/lodash/fp/minBy.js deleted file mode 100644 index fdb9e24..0000000 --- a/software/flow/node_modules/lodash/fp/minBy.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('minBy', require('../minBy')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/mixin.js b/software/flow/node_modules/lodash/fp/mixin.js deleted file mode 100644 index 332e6fb..0000000 --- a/software/flow/node_modules/lodash/fp/mixin.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('mixin', require('../mixin')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/multiply.js b/software/flow/node_modules/lodash/fp/multiply.js deleted file mode 100644 index 4dcf0b0..0000000 --- a/software/flow/node_modules/lodash/fp/multiply.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('multiply', require('../multiply')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/nAry.js b/software/flow/node_modules/lodash/fp/nAry.js deleted file mode 100644 index f262a76..0000000 --- a/software/flow/node_modules/lodash/fp/nAry.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('./ary'); diff --git a/software/flow/node_modules/lodash/fp/negate.js b/software/flow/node_modules/lodash/fp/negate.js deleted file mode 100644 index 8b6dc7c..0000000 --- a/software/flow/node_modules/lodash/fp/negate.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('negate', require('../negate'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/next.js b/software/flow/node_modules/lodash/fp/next.js deleted file mode 100644 index 140155e..0000000 --- a/software/flow/node_modules/lodash/fp/next.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('next', require('../next'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/noop.js b/software/flow/node_modules/lodash/fp/noop.js deleted file mode 100644 index b9e32cc..0000000 --- a/software/flow/node_modules/lodash/fp/noop.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('noop', require('../noop'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/now.js b/software/flow/node_modules/lodash/fp/now.js deleted file mode 100644 index 6de2068..0000000 --- a/software/flow/node_modules/lodash/fp/now.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('now', require('../now'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/nth.js b/software/flow/node_modules/lodash/fp/nth.js deleted file mode 100644 index da4fda7..0000000 --- a/software/flow/node_modules/lodash/fp/nth.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('nth', require('../nth')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/nthArg.js b/software/flow/node_modules/lodash/fp/nthArg.js deleted file mode 100644 index fce3165..0000000 --- a/software/flow/node_modules/lodash/fp/nthArg.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('nthArg', require('../nthArg')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/number.js b/software/flow/node_modules/lodash/fp/number.js deleted file mode 100644 index 5c10b88..0000000 --- a/software/flow/node_modules/lodash/fp/number.js +++ /dev/null @@ -1,2 +0,0 @@ -var convert = require('./convert'); -module.exports = convert(require('../number')); diff --git a/software/flow/node_modules/lodash/fp/object.js b/software/flow/node_modules/lodash/fp/object.js deleted file mode 100644 index ae39a13..0000000 --- a/software/flow/node_modules/lodash/fp/object.js +++ /dev/null @@ -1,2 +0,0 @@ -var convert = require('./convert'); -module.exports = convert(require('../object')); diff --git a/software/flow/node_modules/lodash/fp/omit.js b/software/flow/node_modules/lodash/fp/omit.js deleted file mode 100644 index fd68529..0000000 --- a/software/flow/node_modules/lodash/fp/omit.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('omit', require('../omit')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/omitAll.js b/software/flow/node_modules/lodash/fp/omitAll.js deleted file mode 100644 index 144cf4b..0000000 --- a/software/flow/node_modules/lodash/fp/omitAll.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('./omit'); diff --git a/software/flow/node_modules/lodash/fp/omitBy.js b/software/flow/node_modules/lodash/fp/omitBy.js deleted file mode 100644 index 90df738..0000000 --- a/software/flow/node_modules/lodash/fp/omitBy.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('omitBy', require('../omitBy')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/once.js b/software/flow/node_modules/lodash/fp/once.js deleted file mode 100644 index f8f0a5c..0000000 --- a/software/flow/node_modules/lodash/fp/once.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('once', require('../once'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/orderBy.js b/software/flow/node_modules/lodash/fp/orderBy.js deleted file mode 100644 index 848e210..0000000 --- a/software/flow/node_modules/lodash/fp/orderBy.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('orderBy', require('../orderBy')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/over.js b/software/flow/node_modules/lodash/fp/over.js deleted file mode 100644 index 01eba7b..0000000 --- a/software/flow/node_modules/lodash/fp/over.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('over', require('../over')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/overArgs.js b/software/flow/node_modules/lodash/fp/overArgs.js deleted file mode 100644 index 738556f..0000000 --- a/software/flow/node_modules/lodash/fp/overArgs.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('overArgs', require('../overArgs')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/overEvery.js b/software/flow/node_modules/lodash/fp/overEvery.js deleted file mode 100644 index 9f5a032..0000000 --- a/software/flow/node_modules/lodash/fp/overEvery.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('overEvery', require('../overEvery')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/overSome.js b/software/flow/node_modules/lodash/fp/overSome.js deleted file mode 100644 index 15939d5..0000000 --- a/software/flow/node_modules/lodash/fp/overSome.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('overSome', require('../overSome')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/pad.js b/software/flow/node_modules/lodash/fp/pad.js deleted file mode 100644 index f1dea4a..0000000 --- a/software/flow/node_modules/lodash/fp/pad.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('pad', require('../pad')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/padChars.js b/software/flow/node_modules/lodash/fp/padChars.js deleted file mode 100644 index d6e0804..0000000 --- a/software/flow/node_modules/lodash/fp/padChars.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('padChars', require('../pad')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/padCharsEnd.js b/software/flow/node_modules/lodash/fp/padCharsEnd.js deleted file mode 100644 index d4ab79a..0000000 --- a/software/flow/node_modules/lodash/fp/padCharsEnd.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('padCharsEnd', require('../padEnd')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/padCharsStart.js b/software/flow/node_modules/lodash/fp/padCharsStart.js deleted file mode 100644 index a08a300..0000000 --- a/software/flow/node_modules/lodash/fp/padCharsStart.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('padCharsStart', require('../padStart')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/padEnd.js b/software/flow/node_modules/lodash/fp/padEnd.js deleted file mode 100644 index a8522ec..0000000 --- a/software/flow/node_modules/lodash/fp/padEnd.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('padEnd', require('../padEnd')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/padStart.js b/software/flow/node_modules/lodash/fp/padStart.js deleted file mode 100644 index f4ca79d..0000000 --- a/software/flow/node_modules/lodash/fp/padStart.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('padStart', require('../padStart')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/parseInt.js b/software/flow/node_modules/lodash/fp/parseInt.js deleted file mode 100644 index 27314cc..0000000 --- a/software/flow/node_modules/lodash/fp/parseInt.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('parseInt', require('../parseInt')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/partial.js b/software/flow/node_modules/lodash/fp/partial.js deleted file mode 100644 index 5d46015..0000000 --- a/software/flow/node_modules/lodash/fp/partial.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('partial', require('../partial')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/partialRight.js b/software/flow/node_modules/lodash/fp/partialRight.js deleted file mode 100644 index 7f05fed..0000000 --- a/software/flow/node_modules/lodash/fp/partialRight.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('partialRight', require('../partialRight')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/partition.js b/software/flow/node_modules/lodash/fp/partition.js deleted file mode 100644 index 2ebcacc..0000000 --- a/software/flow/node_modules/lodash/fp/partition.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('partition', require('../partition')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/path.js b/software/flow/node_modules/lodash/fp/path.js deleted file mode 100644 index b29cfb2..0000000 --- a/software/flow/node_modules/lodash/fp/path.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('./get'); diff --git a/software/flow/node_modules/lodash/fp/pathEq.js b/software/flow/node_modules/lodash/fp/pathEq.js deleted file mode 100644 index 36c027a..0000000 --- a/software/flow/node_modules/lodash/fp/pathEq.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('./matchesProperty'); diff --git a/software/flow/node_modules/lodash/fp/pathOr.js b/software/flow/node_modules/lodash/fp/pathOr.js deleted file mode 100644 index 4ab5820..0000000 --- a/software/flow/node_modules/lodash/fp/pathOr.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('./getOr'); diff --git a/software/flow/node_modules/lodash/fp/paths.js b/software/flow/node_modules/lodash/fp/paths.js deleted file mode 100644 index 1eb7950..0000000 --- a/software/flow/node_modules/lodash/fp/paths.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('./at'); diff --git a/software/flow/node_modules/lodash/fp/pick.js b/software/flow/node_modules/lodash/fp/pick.js deleted file mode 100644 index 197393d..0000000 --- a/software/flow/node_modules/lodash/fp/pick.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('pick', require('../pick')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/pickAll.js b/software/flow/node_modules/lodash/fp/pickAll.js deleted file mode 100644 index a8ecd46..0000000 --- a/software/flow/node_modules/lodash/fp/pickAll.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('./pick'); diff --git a/software/flow/node_modules/lodash/fp/pickBy.js b/software/flow/node_modules/lodash/fp/pickBy.js deleted file mode 100644 index d832d16..0000000 --- a/software/flow/node_modules/lodash/fp/pickBy.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('pickBy', require('../pickBy')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/pipe.js b/software/flow/node_modules/lodash/fp/pipe.js deleted file mode 100644 index b2e1e2c..0000000 --- a/software/flow/node_modules/lodash/fp/pipe.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('./flow'); diff --git a/software/flow/node_modules/lodash/fp/placeholder.js b/software/flow/node_modules/lodash/fp/placeholder.js deleted file mode 100644 index 1ce1739..0000000 --- a/software/flow/node_modules/lodash/fp/placeholder.js +++ /dev/null @@ -1,6 +0,0 @@ -/** - * The default argument placeholder value for methods. - * - * @type {Object} - */ -module.exports = {}; diff --git a/software/flow/node_modules/lodash/fp/plant.js b/software/flow/node_modules/lodash/fp/plant.js deleted file mode 100644 index eca8f32..0000000 --- a/software/flow/node_modules/lodash/fp/plant.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('plant', require('../plant'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/pluck.js b/software/flow/node_modules/lodash/fp/pluck.js deleted file mode 100644 index 0d1e1ab..0000000 --- a/software/flow/node_modules/lodash/fp/pluck.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('./map'); diff --git a/software/flow/node_modules/lodash/fp/prop.js b/software/flow/node_modules/lodash/fp/prop.js deleted file mode 100644 index b29cfb2..0000000 --- a/software/flow/node_modules/lodash/fp/prop.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('./get'); diff --git a/software/flow/node_modules/lodash/fp/propEq.js b/software/flow/node_modules/lodash/fp/propEq.js deleted file mode 100644 index 36c027a..0000000 --- a/software/flow/node_modules/lodash/fp/propEq.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('./matchesProperty'); diff --git a/software/flow/node_modules/lodash/fp/propOr.js b/software/flow/node_modules/lodash/fp/propOr.js deleted file mode 100644 index 4ab5820..0000000 --- a/software/flow/node_modules/lodash/fp/propOr.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('./getOr'); diff --git a/software/flow/node_modules/lodash/fp/property.js b/software/flow/node_modules/lodash/fp/property.js deleted file mode 100644 index b29cfb2..0000000 --- a/software/flow/node_modules/lodash/fp/property.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('./get'); diff --git a/software/flow/node_modules/lodash/fp/propertyOf.js b/software/flow/node_modules/lodash/fp/propertyOf.js deleted file mode 100644 index f6273ee..0000000 --- a/software/flow/node_modules/lodash/fp/propertyOf.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('propertyOf', require('../get')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/props.js b/software/flow/node_modules/lodash/fp/props.js deleted file mode 100644 index 1eb7950..0000000 --- a/software/flow/node_modules/lodash/fp/props.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('./at'); diff --git a/software/flow/node_modules/lodash/fp/pull.js b/software/flow/node_modules/lodash/fp/pull.js deleted file mode 100644 index 8d7084f..0000000 --- a/software/flow/node_modules/lodash/fp/pull.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('pull', require('../pull')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/pullAll.js b/software/flow/node_modules/lodash/fp/pullAll.js deleted file mode 100644 index 98d5c9a..0000000 --- a/software/flow/node_modules/lodash/fp/pullAll.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('pullAll', require('../pullAll')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/pullAllBy.js b/software/flow/node_modules/lodash/fp/pullAllBy.js deleted file mode 100644 index 876bc3b..0000000 --- a/software/flow/node_modules/lodash/fp/pullAllBy.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('pullAllBy', require('../pullAllBy')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/pullAllWith.js b/software/flow/node_modules/lodash/fp/pullAllWith.js deleted file mode 100644 index f71ba4d..0000000 --- a/software/flow/node_modules/lodash/fp/pullAllWith.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('pullAllWith', require('../pullAllWith')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/pullAt.js b/software/flow/node_modules/lodash/fp/pullAt.js deleted file mode 100644 index e8b3bb6..0000000 --- a/software/flow/node_modules/lodash/fp/pullAt.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('pullAt', require('../pullAt')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/random.js b/software/flow/node_modules/lodash/fp/random.js deleted file mode 100644 index 99d852e..0000000 --- a/software/flow/node_modules/lodash/fp/random.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('random', require('../random')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/range.js b/software/flow/node_modules/lodash/fp/range.js deleted file mode 100644 index a6bb591..0000000 --- a/software/flow/node_modules/lodash/fp/range.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('range', require('../range')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/rangeRight.js b/software/flow/node_modules/lodash/fp/rangeRight.js deleted file mode 100644 index fdb712f..0000000 --- a/software/flow/node_modules/lodash/fp/rangeRight.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('rangeRight', require('../rangeRight')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/rangeStep.js b/software/flow/node_modules/lodash/fp/rangeStep.js deleted file mode 100644 index d72dfc2..0000000 --- a/software/flow/node_modules/lodash/fp/rangeStep.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('rangeStep', require('../range')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/rangeStepRight.js b/software/flow/node_modules/lodash/fp/rangeStepRight.js deleted file mode 100644 index 8b2a67b..0000000 --- a/software/flow/node_modules/lodash/fp/rangeStepRight.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('rangeStepRight', require('../rangeRight')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/rearg.js b/software/flow/node_modules/lodash/fp/rearg.js deleted file mode 100644 index 678e02a..0000000 --- a/software/flow/node_modules/lodash/fp/rearg.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('rearg', require('../rearg')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/reduce.js b/software/flow/node_modules/lodash/fp/reduce.js deleted file mode 100644 index 4cef0a0..0000000 --- a/software/flow/node_modules/lodash/fp/reduce.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('reduce', require('../reduce')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/reduceRight.js b/software/flow/node_modules/lodash/fp/reduceRight.js deleted file mode 100644 index caf5bb5..0000000 --- a/software/flow/node_modules/lodash/fp/reduceRight.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('reduceRight', require('../reduceRight')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/reject.js b/software/flow/node_modules/lodash/fp/reject.js deleted file mode 100644 index c163273..0000000 --- a/software/flow/node_modules/lodash/fp/reject.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('reject', require('../reject')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/remove.js b/software/flow/node_modules/lodash/fp/remove.js deleted file mode 100644 index e9d1327..0000000 --- a/software/flow/node_modules/lodash/fp/remove.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('remove', require('../remove')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/repeat.js b/software/flow/node_modules/lodash/fp/repeat.js deleted file mode 100644 index 08470f2..0000000 --- a/software/flow/node_modules/lodash/fp/repeat.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('repeat', require('../repeat')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/replace.js b/software/flow/node_modules/lodash/fp/replace.js deleted file mode 100644 index 2227db6..0000000 --- a/software/flow/node_modules/lodash/fp/replace.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('replace', require('../replace')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/rest.js b/software/flow/node_modules/lodash/fp/rest.js deleted file mode 100644 index c1f3d64..0000000 --- a/software/flow/node_modules/lodash/fp/rest.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('rest', require('../rest')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/restFrom.js b/software/flow/node_modules/lodash/fp/restFrom.js deleted file mode 100644 index 714e42b..0000000 --- a/software/flow/node_modules/lodash/fp/restFrom.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('restFrom', require('../rest')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/result.js b/software/flow/node_modules/lodash/fp/result.js deleted file mode 100644 index f86ce07..0000000 --- a/software/flow/node_modules/lodash/fp/result.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('result', require('../result')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/reverse.js b/software/flow/node_modules/lodash/fp/reverse.js deleted file mode 100644 index 07c9f5e..0000000 --- a/software/flow/node_modules/lodash/fp/reverse.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('reverse', require('../reverse')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/round.js b/software/flow/node_modules/lodash/fp/round.js deleted file mode 100644 index 4c0e5c8..0000000 --- a/software/flow/node_modules/lodash/fp/round.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('round', require('../round')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/sample.js b/software/flow/node_modules/lodash/fp/sample.js deleted file mode 100644 index 6bea125..0000000 --- a/software/flow/node_modules/lodash/fp/sample.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('sample', require('../sample'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/sampleSize.js b/software/flow/node_modules/lodash/fp/sampleSize.js deleted file mode 100644 index 359ed6f..0000000 --- a/software/flow/node_modules/lodash/fp/sampleSize.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('sampleSize', require('../sampleSize')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/seq.js b/software/flow/node_modules/lodash/fp/seq.js deleted file mode 100644 index d8f42b0..0000000 --- a/software/flow/node_modules/lodash/fp/seq.js +++ /dev/null @@ -1,2 +0,0 @@ -var convert = require('./convert'); -module.exports = convert(require('../seq')); diff --git a/software/flow/node_modules/lodash/fp/set.js b/software/flow/node_modules/lodash/fp/set.js deleted file mode 100644 index 0b56a56..0000000 --- a/software/flow/node_modules/lodash/fp/set.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('set', require('../set')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/setWith.js b/software/flow/node_modules/lodash/fp/setWith.js deleted file mode 100644 index 0b58495..0000000 --- a/software/flow/node_modules/lodash/fp/setWith.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('setWith', require('../setWith')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/shuffle.js b/software/flow/node_modules/lodash/fp/shuffle.js deleted file mode 100644 index aa3a1ca..0000000 --- a/software/flow/node_modules/lodash/fp/shuffle.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('shuffle', require('../shuffle'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/size.js b/software/flow/node_modules/lodash/fp/size.js deleted file mode 100644 index 7490136..0000000 --- a/software/flow/node_modules/lodash/fp/size.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('size', require('../size'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/slice.js b/software/flow/node_modules/lodash/fp/slice.js deleted file mode 100644 index 15945d3..0000000 --- a/software/flow/node_modules/lodash/fp/slice.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('slice', require('../slice')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/snakeCase.js b/software/flow/node_modules/lodash/fp/snakeCase.js deleted file mode 100644 index a0ff780..0000000 --- a/software/flow/node_modules/lodash/fp/snakeCase.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('snakeCase', require('../snakeCase'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/some.js b/software/flow/node_modules/lodash/fp/some.js deleted file mode 100644 index a4fa2d0..0000000 --- a/software/flow/node_modules/lodash/fp/some.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('some', require('../some')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/sortBy.js b/software/flow/node_modules/lodash/fp/sortBy.js deleted file mode 100644 index e0790ad..0000000 --- a/software/flow/node_modules/lodash/fp/sortBy.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('sortBy', require('../sortBy')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/sortedIndex.js b/software/flow/node_modules/lodash/fp/sortedIndex.js deleted file mode 100644 index 364a054..0000000 --- a/software/flow/node_modules/lodash/fp/sortedIndex.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('sortedIndex', require('../sortedIndex')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/sortedIndexBy.js b/software/flow/node_modules/lodash/fp/sortedIndexBy.js deleted file mode 100644 index 9593dbd..0000000 --- a/software/flow/node_modules/lodash/fp/sortedIndexBy.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('sortedIndexBy', require('../sortedIndexBy')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/sortedIndexOf.js b/software/flow/node_modules/lodash/fp/sortedIndexOf.js deleted file mode 100644 index c9084ca..0000000 --- a/software/flow/node_modules/lodash/fp/sortedIndexOf.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('sortedIndexOf', require('../sortedIndexOf')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/sortedLastIndex.js b/software/flow/node_modules/lodash/fp/sortedLastIndex.js deleted file mode 100644 index 47fe241..0000000 --- a/software/flow/node_modules/lodash/fp/sortedLastIndex.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('sortedLastIndex', require('../sortedLastIndex')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/sortedLastIndexBy.js b/software/flow/node_modules/lodash/fp/sortedLastIndexBy.js deleted file mode 100644 index 0f9a347..0000000 --- a/software/flow/node_modules/lodash/fp/sortedLastIndexBy.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('sortedLastIndexBy', require('../sortedLastIndexBy')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/sortedLastIndexOf.js b/software/flow/node_modules/lodash/fp/sortedLastIndexOf.js deleted file mode 100644 index 0d4d932..0000000 --- a/software/flow/node_modules/lodash/fp/sortedLastIndexOf.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('sortedLastIndexOf', require('../sortedLastIndexOf')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/sortedUniq.js b/software/flow/node_modules/lodash/fp/sortedUniq.js deleted file mode 100644 index 882d283..0000000 --- a/software/flow/node_modules/lodash/fp/sortedUniq.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('sortedUniq', require('../sortedUniq'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/sortedUniqBy.js b/software/flow/node_modules/lodash/fp/sortedUniqBy.js deleted file mode 100644 index 033db91..0000000 --- a/software/flow/node_modules/lodash/fp/sortedUniqBy.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('sortedUniqBy', require('../sortedUniqBy')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/split.js b/software/flow/node_modules/lodash/fp/split.js deleted file mode 100644 index 14de1a7..0000000 --- a/software/flow/node_modules/lodash/fp/split.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('split', require('../split')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/spread.js b/software/flow/node_modules/lodash/fp/spread.js deleted file mode 100644 index 2d11b70..0000000 --- a/software/flow/node_modules/lodash/fp/spread.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('spread', require('../spread')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/spreadFrom.js b/software/flow/node_modules/lodash/fp/spreadFrom.js deleted file mode 100644 index 0b630df..0000000 --- a/software/flow/node_modules/lodash/fp/spreadFrom.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('spreadFrom', require('../spread')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/startCase.js b/software/flow/node_modules/lodash/fp/startCase.js deleted file mode 100644 index ada98c9..0000000 --- a/software/flow/node_modules/lodash/fp/startCase.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('startCase', require('../startCase'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/startsWith.js b/software/flow/node_modules/lodash/fp/startsWith.js deleted file mode 100644 index 985e2f2..0000000 --- a/software/flow/node_modules/lodash/fp/startsWith.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('startsWith', require('../startsWith')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/string.js b/software/flow/node_modules/lodash/fp/string.js deleted file mode 100644 index 773b037..0000000 --- a/software/flow/node_modules/lodash/fp/string.js +++ /dev/null @@ -1,2 +0,0 @@ -var convert = require('./convert'); -module.exports = convert(require('../string')); diff --git a/software/flow/node_modules/lodash/fp/stubArray.js b/software/flow/node_modules/lodash/fp/stubArray.js deleted file mode 100644 index cd604cb..0000000 --- a/software/flow/node_modules/lodash/fp/stubArray.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('stubArray', require('../stubArray'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/stubFalse.js b/software/flow/node_modules/lodash/fp/stubFalse.js deleted file mode 100644 index 3296664..0000000 --- a/software/flow/node_modules/lodash/fp/stubFalse.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('stubFalse', require('../stubFalse'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/stubObject.js b/software/flow/node_modules/lodash/fp/stubObject.js deleted file mode 100644 index c6c8ec4..0000000 --- a/software/flow/node_modules/lodash/fp/stubObject.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('stubObject', require('../stubObject'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/stubString.js b/software/flow/node_modules/lodash/fp/stubString.js deleted file mode 100644 index 701051e..0000000 --- a/software/flow/node_modules/lodash/fp/stubString.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('stubString', require('../stubString'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/stubTrue.js b/software/flow/node_modules/lodash/fp/stubTrue.js deleted file mode 100644 index 9249082..0000000 --- a/software/flow/node_modules/lodash/fp/stubTrue.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('stubTrue', require('../stubTrue'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/subtract.js b/software/flow/node_modules/lodash/fp/subtract.js deleted file mode 100644 index d32b16d..0000000 --- a/software/flow/node_modules/lodash/fp/subtract.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('subtract', require('../subtract')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/sum.js b/software/flow/node_modules/lodash/fp/sum.js deleted file mode 100644 index 5cce12b..0000000 --- a/software/flow/node_modules/lodash/fp/sum.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('sum', require('../sum'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/sumBy.js b/software/flow/node_modules/lodash/fp/sumBy.js deleted file mode 100644 index c882656..0000000 --- a/software/flow/node_modules/lodash/fp/sumBy.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('sumBy', require('../sumBy')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/symmetricDifference.js b/software/flow/node_modules/lodash/fp/symmetricDifference.js deleted file mode 100644 index 78c16ad..0000000 --- a/software/flow/node_modules/lodash/fp/symmetricDifference.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('./xor'); diff --git a/software/flow/node_modules/lodash/fp/symmetricDifferenceBy.js b/software/flow/node_modules/lodash/fp/symmetricDifferenceBy.js deleted file mode 100644 index 298fc7f..0000000 --- a/software/flow/node_modules/lodash/fp/symmetricDifferenceBy.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('./xorBy'); diff --git a/software/flow/node_modules/lodash/fp/symmetricDifferenceWith.js b/software/flow/node_modules/lodash/fp/symmetricDifferenceWith.js deleted file mode 100644 index 70bc6fa..0000000 --- a/software/flow/node_modules/lodash/fp/symmetricDifferenceWith.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('./xorWith'); diff --git a/software/flow/node_modules/lodash/fp/tail.js b/software/flow/node_modules/lodash/fp/tail.js deleted file mode 100644 index f122f0a..0000000 --- a/software/flow/node_modules/lodash/fp/tail.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('tail', require('../tail'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/take.js b/software/flow/node_modules/lodash/fp/take.js deleted file mode 100644 index 9af98a7..0000000 --- a/software/flow/node_modules/lodash/fp/take.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('take', require('../take')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/takeLast.js b/software/flow/node_modules/lodash/fp/takeLast.js deleted file mode 100644 index e98c84a..0000000 --- a/software/flow/node_modules/lodash/fp/takeLast.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('./takeRight'); diff --git a/software/flow/node_modules/lodash/fp/takeLastWhile.js b/software/flow/node_modules/lodash/fp/takeLastWhile.js deleted file mode 100644 index 5367968..0000000 --- a/software/flow/node_modules/lodash/fp/takeLastWhile.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('./takeRightWhile'); diff --git a/software/flow/node_modules/lodash/fp/takeRight.js b/software/flow/node_modules/lodash/fp/takeRight.js deleted file mode 100644 index b82950a..0000000 --- a/software/flow/node_modules/lodash/fp/takeRight.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('takeRight', require('../takeRight')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/takeRightWhile.js b/software/flow/node_modules/lodash/fp/takeRightWhile.js deleted file mode 100644 index 8ffb0a2..0000000 --- a/software/flow/node_modules/lodash/fp/takeRightWhile.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('takeRightWhile', require('../takeRightWhile')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/takeWhile.js b/software/flow/node_modules/lodash/fp/takeWhile.js deleted file mode 100644 index 2813664..0000000 --- a/software/flow/node_modules/lodash/fp/takeWhile.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('takeWhile', require('../takeWhile')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/tap.js b/software/flow/node_modules/lodash/fp/tap.js deleted file mode 100644 index d33ad6e..0000000 --- a/software/flow/node_modules/lodash/fp/tap.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('tap', require('../tap')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/template.js b/software/flow/node_modules/lodash/fp/template.js deleted file mode 100644 index 74857e1..0000000 --- a/software/flow/node_modules/lodash/fp/template.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('template', require('../template')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/templateSettings.js b/software/flow/node_modules/lodash/fp/templateSettings.js deleted file mode 100644 index 7bcc0a8..0000000 --- a/software/flow/node_modules/lodash/fp/templateSettings.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('templateSettings', require('../templateSettings'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/throttle.js b/software/flow/node_modules/lodash/fp/throttle.js deleted file mode 100644 index 77fff14..0000000 --- a/software/flow/node_modules/lodash/fp/throttle.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('throttle', require('../throttle')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/thru.js b/software/flow/node_modules/lodash/fp/thru.js deleted file mode 100644 index d42b3b1..0000000 --- a/software/flow/node_modules/lodash/fp/thru.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('thru', require('../thru')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/times.js b/software/flow/node_modules/lodash/fp/times.js deleted file mode 100644 index 0dab06d..0000000 --- a/software/flow/node_modules/lodash/fp/times.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('times', require('../times')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/toArray.js b/software/flow/node_modules/lodash/fp/toArray.js deleted file mode 100644 index f0c360a..0000000 --- a/software/flow/node_modules/lodash/fp/toArray.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('toArray', require('../toArray'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/toFinite.js b/software/flow/node_modules/lodash/fp/toFinite.js deleted file mode 100644 index 3a47687..0000000 --- a/software/flow/node_modules/lodash/fp/toFinite.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('toFinite', require('../toFinite'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/toInteger.js b/software/flow/node_modules/lodash/fp/toInteger.js deleted file mode 100644 index e0af6a7..0000000 --- a/software/flow/node_modules/lodash/fp/toInteger.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('toInteger', require('../toInteger'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/toIterator.js b/software/flow/node_modules/lodash/fp/toIterator.js deleted file mode 100644 index 65e6baa..0000000 --- a/software/flow/node_modules/lodash/fp/toIterator.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('toIterator', require('../toIterator'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/toJSON.js b/software/flow/node_modules/lodash/fp/toJSON.js deleted file mode 100644 index 2d718d0..0000000 --- a/software/flow/node_modules/lodash/fp/toJSON.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('toJSON', require('../toJSON'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/toLength.js b/software/flow/node_modules/lodash/fp/toLength.js deleted file mode 100644 index b97cdd9..0000000 --- a/software/flow/node_modules/lodash/fp/toLength.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('toLength', require('../toLength'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/toLower.js b/software/flow/node_modules/lodash/fp/toLower.js deleted file mode 100644 index 616ef36..0000000 --- a/software/flow/node_modules/lodash/fp/toLower.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('toLower', require('../toLower'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/toNumber.js b/software/flow/node_modules/lodash/fp/toNumber.js deleted file mode 100644 index d0c6f4d..0000000 --- a/software/flow/node_modules/lodash/fp/toNumber.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('toNumber', require('../toNumber'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/toPairs.js b/software/flow/node_modules/lodash/fp/toPairs.js deleted file mode 100644 index af78378..0000000 --- a/software/flow/node_modules/lodash/fp/toPairs.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('toPairs', require('../toPairs'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/toPairsIn.js b/software/flow/node_modules/lodash/fp/toPairsIn.js deleted file mode 100644 index 66504ab..0000000 --- a/software/flow/node_modules/lodash/fp/toPairsIn.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('toPairsIn', require('../toPairsIn'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/toPath.js b/software/flow/node_modules/lodash/fp/toPath.js deleted file mode 100644 index b4d5e50..0000000 --- a/software/flow/node_modules/lodash/fp/toPath.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('toPath', require('../toPath'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/toPlainObject.js b/software/flow/node_modules/lodash/fp/toPlainObject.js deleted file mode 100644 index 278bb86..0000000 --- a/software/flow/node_modules/lodash/fp/toPlainObject.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('toPlainObject', require('../toPlainObject'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/toSafeInteger.js b/software/flow/node_modules/lodash/fp/toSafeInteger.js deleted file mode 100644 index 367a26f..0000000 --- a/software/flow/node_modules/lodash/fp/toSafeInteger.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('toSafeInteger', require('../toSafeInteger'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/toString.js b/software/flow/node_modules/lodash/fp/toString.js deleted file mode 100644 index cec4f8e..0000000 --- a/software/flow/node_modules/lodash/fp/toString.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('toString', require('../toString'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/toUpper.js b/software/flow/node_modules/lodash/fp/toUpper.js deleted file mode 100644 index 54f9a56..0000000 --- a/software/flow/node_modules/lodash/fp/toUpper.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('toUpper', require('../toUpper'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/transform.js b/software/flow/node_modules/lodash/fp/transform.js deleted file mode 100644 index 759d088..0000000 --- a/software/flow/node_modules/lodash/fp/transform.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('transform', require('../transform')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/trim.js b/software/flow/node_modules/lodash/fp/trim.js deleted file mode 100644 index e6319a7..0000000 --- a/software/flow/node_modules/lodash/fp/trim.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('trim', require('../trim')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/trimChars.js b/software/flow/node_modules/lodash/fp/trimChars.js deleted file mode 100644 index c9294de..0000000 --- a/software/flow/node_modules/lodash/fp/trimChars.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('trimChars', require('../trim')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/trimCharsEnd.js b/software/flow/node_modules/lodash/fp/trimCharsEnd.js deleted file mode 100644 index 284bc2f..0000000 --- a/software/flow/node_modules/lodash/fp/trimCharsEnd.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('trimCharsEnd', require('../trimEnd')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/trimCharsStart.js b/software/flow/node_modules/lodash/fp/trimCharsStart.js deleted file mode 100644 index ff0ee65..0000000 --- a/software/flow/node_modules/lodash/fp/trimCharsStart.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('trimCharsStart', require('../trimStart')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/trimEnd.js b/software/flow/node_modules/lodash/fp/trimEnd.js deleted file mode 100644 index 7190880..0000000 --- a/software/flow/node_modules/lodash/fp/trimEnd.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('trimEnd', require('../trimEnd')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/trimStart.js b/software/flow/node_modules/lodash/fp/trimStart.js deleted file mode 100644 index fda902c..0000000 --- a/software/flow/node_modules/lodash/fp/trimStart.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('trimStart', require('../trimStart')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/truncate.js b/software/flow/node_modules/lodash/fp/truncate.js deleted file mode 100644 index d265c1d..0000000 --- a/software/flow/node_modules/lodash/fp/truncate.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('truncate', require('../truncate')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/unapply.js b/software/flow/node_modules/lodash/fp/unapply.js deleted file mode 100644 index c5dfe77..0000000 --- a/software/flow/node_modules/lodash/fp/unapply.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('./rest'); diff --git a/software/flow/node_modules/lodash/fp/unary.js b/software/flow/node_modules/lodash/fp/unary.js deleted file mode 100644 index 286c945..0000000 --- a/software/flow/node_modules/lodash/fp/unary.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('unary', require('../unary'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/unescape.js b/software/flow/node_modules/lodash/fp/unescape.js deleted file mode 100644 index fddcb46..0000000 --- a/software/flow/node_modules/lodash/fp/unescape.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('unescape', require('../unescape'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/union.js b/software/flow/node_modules/lodash/fp/union.js deleted file mode 100644 index ef8228d..0000000 --- a/software/flow/node_modules/lodash/fp/union.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('union', require('../union')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/unionBy.js b/software/flow/node_modules/lodash/fp/unionBy.js deleted file mode 100644 index 603687a..0000000 --- a/software/flow/node_modules/lodash/fp/unionBy.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('unionBy', require('../unionBy')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/unionWith.js b/software/flow/node_modules/lodash/fp/unionWith.js deleted file mode 100644 index 65bb3a7..0000000 --- a/software/flow/node_modules/lodash/fp/unionWith.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('unionWith', require('../unionWith')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/uniq.js b/software/flow/node_modules/lodash/fp/uniq.js deleted file mode 100644 index bc18524..0000000 --- a/software/flow/node_modules/lodash/fp/uniq.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('uniq', require('../uniq'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/uniqBy.js b/software/flow/node_modules/lodash/fp/uniqBy.js deleted file mode 100644 index 634c6a8..0000000 --- a/software/flow/node_modules/lodash/fp/uniqBy.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('uniqBy', require('../uniqBy')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/uniqWith.js b/software/flow/node_modules/lodash/fp/uniqWith.js deleted file mode 100644 index 0ec601a..0000000 --- a/software/flow/node_modules/lodash/fp/uniqWith.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('uniqWith', require('../uniqWith')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/uniqueId.js b/software/flow/node_modules/lodash/fp/uniqueId.js deleted file mode 100644 index aa8fc2f..0000000 --- a/software/flow/node_modules/lodash/fp/uniqueId.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('uniqueId', require('../uniqueId')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/unnest.js b/software/flow/node_modules/lodash/fp/unnest.js deleted file mode 100644 index 5d34060..0000000 --- a/software/flow/node_modules/lodash/fp/unnest.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('./flatten'); diff --git a/software/flow/node_modules/lodash/fp/unset.js b/software/flow/node_modules/lodash/fp/unset.js deleted file mode 100644 index ea203a0..0000000 --- a/software/flow/node_modules/lodash/fp/unset.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('unset', require('../unset')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/unzip.js b/software/flow/node_modules/lodash/fp/unzip.js deleted file mode 100644 index cc364b3..0000000 --- a/software/flow/node_modules/lodash/fp/unzip.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('unzip', require('../unzip'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/unzipWith.js b/software/flow/node_modules/lodash/fp/unzipWith.js deleted file mode 100644 index 182eaa1..0000000 --- a/software/flow/node_modules/lodash/fp/unzipWith.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('unzipWith', require('../unzipWith')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/update.js b/software/flow/node_modules/lodash/fp/update.js deleted file mode 100644 index b8ce2cc..0000000 --- a/software/flow/node_modules/lodash/fp/update.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('update', require('../update')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/updateWith.js b/software/flow/node_modules/lodash/fp/updateWith.js deleted file mode 100644 index d5e8282..0000000 --- a/software/flow/node_modules/lodash/fp/updateWith.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('updateWith', require('../updateWith')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/upperCase.js b/software/flow/node_modules/lodash/fp/upperCase.js deleted file mode 100644 index c886f20..0000000 --- a/software/flow/node_modules/lodash/fp/upperCase.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('upperCase', require('../upperCase'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/upperFirst.js b/software/flow/node_modules/lodash/fp/upperFirst.js deleted file mode 100644 index d8c04df..0000000 --- a/software/flow/node_modules/lodash/fp/upperFirst.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('upperFirst', require('../upperFirst'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/useWith.js b/software/flow/node_modules/lodash/fp/useWith.js deleted file mode 100644 index d8b3df5..0000000 --- a/software/flow/node_modules/lodash/fp/useWith.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('./overArgs'); diff --git a/software/flow/node_modules/lodash/fp/util.js b/software/flow/node_modules/lodash/fp/util.js deleted file mode 100644 index 18c00ba..0000000 --- a/software/flow/node_modules/lodash/fp/util.js +++ /dev/null @@ -1,2 +0,0 @@ -var convert = require('./convert'); -module.exports = convert(require('../util')); diff --git a/software/flow/node_modules/lodash/fp/value.js b/software/flow/node_modules/lodash/fp/value.js deleted file mode 100644 index 555eec7..0000000 --- a/software/flow/node_modules/lodash/fp/value.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('value', require('../value'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/valueOf.js b/software/flow/node_modules/lodash/fp/valueOf.js deleted file mode 100644 index f968807..0000000 --- a/software/flow/node_modules/lodash/fp/valueOf.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('valueOf', require('../valueOf'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/values.js b/software/flow/node_modules/lodash/fp/values.js deleted file mode 100644 index 2dfc561..0000000 --- a/software/flow/node_modules/lodash/fp/values.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('values', require('../values'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/valuesIn.js b/software/flow/node_modules/lodash/fp/valuesIn.js deleted file mode 100644 index a1b2bb8..0000000 --- a/software/flow/node_modules/lodash/fp/valuesIn.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('valuesIn', require('../valuesIn'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/where.js b/software/flow/node_modules/lodash/fp/where.js deleted file mode 100644 index 3247f64..0000000 --- a/software/flow/node_modules/lodash/fp/where.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('./conformsTo'); diff --git a/software/flow/node_modules/lodash/fp/whereEq.js b/software/flow/node_modules/lodash/fp/whereEq.js deleted file mode 100644 index 29d1e1e..0000000 --- a/software/flow/node_modules/lodash/fp/whereEq.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('./isMatch'); diff --git a/software/flow/node_modules/lodash/fp/without.js b/software/flow/node_modules/lodash/fp/without.js deleted file mode 100644 index bad9e12..0000000 --- a/software/flow/node_modules/lodash/fp/without.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('without', require('../without')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/words.js b/software/flow/node_modules/lodash/fp/words.js deleted file mode 100644 index 4a90141..0000000 --- a/software/flow/node_modules/lodash/fp/words.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('words', require('../words')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/wrap.js b/software/flow/node_modules/lodash/fp/wrap.js deleted file mode 100644 index e93bd8a..0000000 --- a/software/flow/node_modules/lodash/fp/wrap.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('wrap', require('../wrap')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/wrapperAt.js b/software/flow/node_modules/lodash/fp/wrapperAt.js deleted file mode 100644 index 8f0a310..0000000 --- a/software/flow/node_modules/lodash/fp/wrapperAt.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('wrapperAt', require('../wrapperAt'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/wrapperChain.js b/software/flow/node_modules/lodash/fp/wrapperChain.js deleted file mode 100644 index 2a48ea2..0000000 --- a/software/flow/node_modules/lodash/fp/wrapperChain.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('wrapperChain', require('../wrapperChain'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/wrapperLodash.js b/software/flow/node_modules/lodash/fp/wrapperLodash.js deleted file mode 100644 index a7162d0..0000000 --- a/software/flow/node_modules/lodash/fp/wrapperLodash.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('wrapperLodash', require('../wrapperLodash'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/wrapperReverse.js b/software/flow/node_modules/lodash/fp/wrapperReverse.js deleted file mode 100644 index e1481aa..0000000 --- a/software/flow/node_modules/lodash/fp/wrapperReverse.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('wrapperReverse', require('../wrapperReverse'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/wrapperValue.js b/software/flow/node_modules/lodash/fp/wrapperValue.js deleted file mode 100644 index 8eb9112..0000000 --- a/software/flow/node_modules/lodash/fp/wrapperValue.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('wrapperValue', require('../wrapperValue'), require('./_falseOptions')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/xor.js b/software/flow/node_modules/lodash/fp/xor.js deleted file mode 100644 index 29e2819..0000000 --- a/software/flow/node_modules/lodash/fp/xor.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('xor', require('../xor')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/xorBy.js b/software/flow/node_modules/lodash/fp/xorBy.js deleted file mode 100644 index b355686..0000000 --- a/software/flow/node_modules/lodash/fp/xorBy.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('xorBy', require('../xorBy')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/xorWith.js b/software/flow/node_modules/lodash/fp/xorWith.js deleted file mode 100644 index 8e05739..0000000 --- a/software/flow/node_modules/lodash/fp/xorWith.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('xorWith', require('../xorWith')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/zip.js b/software/flow/node_modules/lodash/fp/zip.js deleted file mode 100644 index 69e147a..0000000 --- a/software/flow/node_modules/lodash/fp/zip.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('zip', require('../zip')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/zipAll.js b/software/flow/node_modules/lodash/fp/zipAll.js deleted file mode 100644 index efa8ccb..0000000 --- a/software/flow/node_modules/lodash/fp/zipAll.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('zipAll', require('../zip')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/zipObj.js b/software/flow/node_modules/lodash/fp/zipObj.js deleted file mode 100644 index f4a3453..0000000 --- a/software/flow/node_modules/lodash/fp/zipObj.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('./zipObject'); diff --git a/software/flow/node_modules/lodash/fp/zipObject.js b/software/flow/node_modules/lodash/fp/zipObject.js deleted file mode 100644 index 462dbb6..0000000 --- a/software/flow/node_modules/lodash/fp/zipObject.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('zipObject', require('../zipObject')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/zipObjectDeep.js b/software/flow/node_modules/lodash/fp/zipObjectDeep.js deleted file mode 100644 index 53a5d33..0000000 --- a/software/flow/node_modules/lodash/fp/zipObjectDeep.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('zipObjectDeep', require('../zipObjectDeep')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fp/zipWith.js b/software/flow/node_modules/lodash/fp/zipWith.js deleted file mode 100644 index c5cf9e2..0000000 --- a/software/flow/node_modules/lodash/fp/zipWith.js +++ /dev/null @@ -1,5 +0,0 @@ -var convert = require('./convert'), - func = convert('zipWith', require('../zipWith')); - -func.placeholder = require('./placeholder'); -module.exports = func; diff --git a/software/flow/node_modules/lodash/fromPairs.js b/software/flow/node_modules/lodash/fromPairs.js deleted file mode 100644 index ee7940d..0000000 --- a/software/flow/node_modules/lodash/fromPairs.js +++ /dev/null @@ -1,28 +0,0 @@ -/** - * The inverse of `_.toPairs`; this method returns an object composed - * from key-value `pairs`. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Array - * @param {Array} pairs The key-value pairs. - * @returns {Object} Returns the new object. - * @example - * - * _.fromPairs([['a', 1], ['b', 2]]); - * // => { 'a': 1, 'b': 2 } - */ -function fromPairs(pairs) { - var index = -1, - length = pairs == null ? 0 : pairs.length, - result = {}; - - while (++index < length) { - var pair = pairs[index]; - result[pair[0]] = pair[1]; - } - return result; -} - -module.exports = fromPairs; diff --git a/software/flow/node_modules/lodash/function.js b/software/flow/node_modules/lodash/function.js deleted file mode 100644 index b0fc6d9..0000000 --- a/software/flow/node_modules/lodash/function.js +++ /dev/null @@ -1,25 +0,0 @@ -module.exports = { - 'after': require('./after'), - 'ary': require('./ary'), - 'before': require('./before'), - 'bind': require('./bind'), - 'bindKey': require('./bindKey'), - 'curry': require('./curry'), - 'curryRight': require('./curryRight'), - 'debounce': require('./debounce'), - 'defer': require('./defer'), - 'delay': require('./delay'), - 'flip': require('./flip'), - 'memoize': require('./memoize'), - 'negate': require('./negate'), - 'once': require('./once'), - 'overArgs': require('./overArgs'), - 'partial': require('./partial'), - 'partialRight': require('./partialRight'), - 'rearg': require('./rearg'), - 'rest': require('./rest'), - 'spread': require('./spread'), - 'throttle': require('./throttle'), - 'unary': require('./unary'), - 'wrap': require('./wrap') -}; diff --git a/software/flow/node_modules/lodash/functions.js b/software/flow/node_modules/lodash/functions.js deleted file mode 100644 index 9722928..0000000 --- a/software/flow/node_modules/lodash/functions.js +++ /dev/null @@ -1,31 +0,0 @@ -var baseFunctions = require('./_baseFunctions'), - keys = require('./keys'); - -/** - * Creates an array of function property names from own enumerable properties - * of `object`. - * - * @static - * @since 0.1.0 - * @memberOf _ - * @category Object - * @param {Object} object The object to inspect. - * @returns {Array} Returns the function names. - * @see _.functionsIn - * @example - * - * function Foo() { - * this.a = _.constant('a'); - * this.b = _.constant('b'); - * } - * - * Foo.prototype.c = _.constant('c'); - * - * _.functions(new Foo); - * // => ['a', 'b'] - */ -function functions(object) { - return object == null ? [] : baseFunctions(object, keys(object)); -} - -module.exports = functions; diff --git a/software/flow/node_modules/lodash/functionsIn.js b/software/flow/node_modules/lodash/functionsIn.js deleted file mode 100644 index f00345d..0000000 --- a/software/flow/node_modules/lodash/functionsIn.js +++ /dev/null @@ -1,31 +0,0 @@ -var baseFunctions = require('./_baseFunctions'), - keysIn = require('./keysIn'); - -/** - * Creates an array of function property names from own and inherited - * enumerable properties of `object`. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Object - * @param {Object} object The object to inspect. - * @returns {Array} Returns the function names. - * @see _.functions - * @example - * - * function Foo() { - * this.a = _.constant('a'); - * this.b = _.constant('b'); - * } - * - * Foo.prototype.c = _.constant('c'); - * - * _.functionsIn(new Foo); - * // => ['a', 'b', 'c'] - */ -function functionsIn(object) { - return object == null ? [] : baseFunctions(object, keysIn(object)); -} - -module.exports = functionsIn; diff --git a/software/flow/node_modules/lodash/get.js b/software/flow/node_modules/lodash/get.js deleted file mode 100644 index 8805ff9..0000000 --- a/software/flow/node_modules/lodash/get.js +++ /dev/null @@ -1,33 +0,0 @@ -var baseGet = require('./_baseGet'); - -/** - * Gets the value at `path` of `object`. If the resolved value is - * `undefined`, the `defaultValue` is returned in its place. - * - * @static - * @memberOf _ - * @since 3.7.0 - * @category Object - * @param {Object} object The object to query. - * @param {Array|string} path The path of the property to get. - * @param {*} [defaultValue] The value returned for `undefined` resolved values. - * @returns {*} Returns the resolved value. - * @example - * - * var object = { 'a': [{ 'b': { 'c': 3 } }] }; - * - * _.get(object, 'a[0].b.c'); - * // => 3 - * - * _.get(object, ['a', '0', 'b', 'c']); - * // => 3 - * - * _.get(object, 'a.b.c', 'default'); - * // => 'default' - */ -function get(object, path, defaultValue) { - var result = object == null ? undefined : baseGet(object, path); - return result === undefined ? defaultValue : result; -} - -module.exports = get; diff --git a/software/flow/node_modules/lodash/groupBy.js b/software/flow/node_modules/lodash/groupBy.js deleted file mode 100644 index babf4f6..0000000 --- a/software/flow/node_modules/lodash/groupBy.js +++ /dev/null @@ -1,41 +0,0 @@ -var baseAssignValue = require('./_baseAssignValue'), - createAggregator = require('./_createAggregator'); - -/** Used for built-in method references. */ -var objectProto = Object.prototype; - -/** Used to check objects for own properties. */ -var hasOwnProperty = objectProto.hasOwnProperty; - -/** - * Creates an object composed of keys generated from the results of running - * each element of `collection` thru `iteratee`. The order of grouped values - * is determined by the order they occur in `collection`. The corresponding - * value of each key is an array of elements responsible for generating the - * key. The iteratee is invoked with one argument: (value). - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Collection - * @param {Array|Object} collection The collection to iterate over. - * @param {Function} [iteratee=_.identity] The iteratee to transform keys. - * @returns {Object} Returns the composed aggregate object. - * @example - * - * _.groupBy([6.1, 4.2, 6.3], Math.floor); - * // => { '4': [4.2], '6': [6.1, 6.3] } - * - * // The `_.property` iteratee shorthand. - * _.groupBy(['one', 'two', 'three'], 'length'); - * // => { '3': ['one', 'two'], '5': ['three'] } - */ -var groupBy = createAggregator(function(result, value, key) { - if (hasOwnProperty.call(result, key)) { - result[key].push(value); - } else { - baseAssignValue(result, key, [value]); - } -}); - -module.exports = groupBy; diff --git a/software/flow/node_modules/lodash/gt.js b/software/flow/node_modules/lodash/gt.js deleted file mode 100644 index 3a66282..0000000 --- a/software/flow/node_modules/lodash/gt.js +++ /dev/null @@ -1,29 +0,0 @@ -var baseGt = require('./_baseGt'), - createRelationalOperation = require('./_createRelationalOperation'); - -/** - * Checks if `value` is greater than `other`. - * - * @static - * @memberOf _ - * @since 3.9.0 - * @category Lang - * @param {*} value The value to compare. - * @param {*} other The other value to compare. - * @returns {boolean} Returns `true` if `value` is greater than `other`, - * else `false`. - * @see _.lt - * @example - * - * _.gt(3, 1); - * // => true - * - * _.gt(3, 3); - * // => false - * - * _.gt(1, 3); - * // => false - */ -var gt = createRelationalOperation(baseGt); - -module.exports = gt; diff --git a/software/flow/node_modules/lodash/gte.js b/software/flow/node_modules/lodash/gte.js deleted file mode 100644 index 4180a68..0000000 --- a/software/flow/node_modules/lodash/gte.js +++ /dev/null @@ -1,30 +0,0 @@ -var createRelationalOperation = require('./_createRelationalOperation'); - -/** - * Checks if `value` is greater than or equal to `other`. - * - * @static - * @memberOf _ - * @since 3.9.0 - * @category Lang - * @param {*} value The value to compare. - * @param {*} other The other value to compare. - * @returns {boolean} Returns `true` if `value` is greater than or equal to - * `other`, else `false`. - * @see _.lte - * @example - * - * _.gte(3, 1); - * // => true - * - * _.gte(3, 3); - * // => true - * - * _.gte(1, 3); - * // => false - */ -var gte = createRelationalOperation(function(value, other) { - return value >= other; -}); - -module.exports = gte; diff --git a/software/flow/node_modules/lodash/has.js b/software/flow/node_modules/lodash/has.js deleted file mode 100644 index 34df55e..0000000 --- a/software/flow/node_modules/lodash/has.js +++ /dev/null @@ -1,35 +0,0 @@ -var baseHas = require('./_baseHas'), - hasPath = require('./_hasPath'); - -/** - * Checks if `path` is a direct property of `object`. - * - * @static - * @since 0.1.0 - * @memberOf _ - * @category Object - * @param {Object} object The object to query. - * @param {Array|string} path The path to check. - * @returns {boolean} Returns `true` if `path` exists, else `false`. - * @example - * - * var object = { 'a': { 'b': 2 } }; - * var other = _.create({ 'a': _.create({ 'b': 2 }) }); - * - * _.has(object, 'a'); - * // => true - * - * _.has(object, 'a.b'); - * // => true - * - * _.has(object, ['a', 'b']); - * // => true - * - * _.has(other, 'a'); - * // => false - */ -function has(object, path) { - return object != null && hasPath(object, path, baseHas); -} - -module.exports = has; diff --git a/software/flow/node_modules/lodash/hasIn.js b/software/flow/node_modules/lodash/hasIn.js deleted file mode 100644 index 06a3686..0000000 --- a/software/flow/node_modules/lodash/hasIn.js +++ /dev/null @@ -1,34 +0,0 @@ -var baseHasIn = require('./_baseHasIn'), - hasPath = require('./_hasPath'); - -/** - * Checks if `path` is a direct or inherited property of `object`. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Object - * @param {Object} object The object to query. - * @param {Array|string} path The path to check. - * @returns {boolean} Returns `true` if `path` exists, else `false`. - * @example - * - * var object = _.create({ 'a': _.create({ 'b': 2 }) }); - * - * _.hasIn(object, 'a'); - * // => true - * - * _.hasIn(object, 'a.b'); - * // => true - * - * _.hasIn(object, ['a', 'b']); - * // => true - * - * _.hasIn(object, 'b'); - * // => false - */ -function hasIn(object, path) { - return object != null && hasPath(object, path, baseHasIn); -} - -module.exports = hasIn; diff --git a/software/flow/node_modules/lodash/head.js b/software/flow/node_modules/lodash/head.js deleted file mode 100644 index dee9d1f..0000000 --- a/software/flow/node_modules/lodash/head.js +++ /dev/null @@ -1,23 +0,0 @@ -/** - * Gets the first element of `array`. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @alias first - * @category Array - * @param {Array} array The array to query. - * @returns {*} Returns the first element of `array`. - * @example - * - * _.head([1, 2, 3]); - * // => 1 - * - * _.head([]); - * // => undefined - */ -function head(array) { - return (array && array.length) ? array[0] : undefined; -} - -module.exports = head; diff --git a/software/flow/node_modules/lodash/identity.js b/software/flow/node_modules/lodash/identity.js deleted file mode 100644 index 2d5d963..0000000 --- a/software/flow/node_modules/lodash/identity.js +++ /dev/null @@ -1,21 +0,0 @@ -/** - * This method returns the first argument it receives. - * - * @static - * @since 0.1.0 - * @memberOf _ - * @category Util - * @param {*} value Any value. - * @returns {*} Returns `value`. - * @example - * - * var object = { 'a': 1 }; - * - * console.log(_.identity(object) === object); - * // => true - */ -function identity(value) { - return value; -} - -module.exports = identity; diff --git a/software/flow/node_modules/lodash/inRange.js b/software/flow/node_modules/lodash/inRange.js deleted file mode 100644 index f20728d..0000000 --- a/software/flow/node_modules/lodash/inRange.js +++ /dev/null @@ -1,55 +0,0 @@ -var baseInRange = require('./_baseInRange'), - toFinite = require('./toFinite'), - toNumber = require('./toNumber'); - -/** - * Checks if `n` is between `start` and up to, but not including, `end`. If - * `end` is not specified, it's set to `start` with `start` then set to `0`. - * If `start` is greater than `end` the params are swapped to support - * negative ranges. - * - * @static - * @memberOf _ - * @since 3.3.0 - * @category Number - * @param {number} number The number to check. - * @param {number} [start=0] The start of the range. - * @param {number} end The end of the range. - * @returns {boolean} Returns `true` if `number` is in the range, else `false`. - * @see _.range, _.rangeRight - * @example - * - * _.inRange(3, 2, 4); - * // => true - * - * _.inRange(4, 8); - * // => true - * - * _.inRange(4, 2); - * // => false - * - * _.inRange(2, 2); - * // => false - * - * _.inRange(1.2, 2); - * // => true - * - * _.inRange(5.2, 4); - * // => false - * - * _.inRange(-3, -2, -6); - * // => true - */ -function inRange(number, start, end) { - start = toFinite(start); - if (end === undefined) { - end = start; - start = 0; - } else { - end = toFinite(end); - } - number = toNumber(number); - return baseInRange(number, start, end); -} - -module.exports = inRange; diff --git a/software/flow/node_modules/lodash/includes.js b/software/flow/node_modules/lodash/includes.js deleted file mode 100644 index ae0deed..0000000 --- a/software/flow/node_modules/lodash/includes.js +++ /dev/null @@ -1,53 +0,0 @@ -var baseIndexOf = require('./_baseIndexOf'), - isArrayLike = require('./isArrayLike'), - isString = require('./isString'), - toInteger = require('./toInteger'), - values = require('./values'); - -/* Built-in method references for those with the same name as other `lodash` methods. */ -var nativeMax = Math.max; - -/** - * Checks if `value` is in `collection`. If `collection` is a string, it's - * checked for a substring of `value`, otherwise - * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) - * is used for equality comparisons. If `fromIndex` is negative, it's used as - * the offset from the end of `collection`. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Collection - * @param {Array|Object|string} collection The collection to inspect. - * @param {*} value The value to search for. - * @param {number} [fromIndex=0] The index to search from. - * @param- {Object} [guard] Enables use as an iteratee for methods like `_.reduce`. - * @returns {boolean} Returns `true` if `value` is found, else `false`. - * @example - * - * _.includes([1, 2, 3], 1); - * // => true - * - * _.includes([1, 2, 3], 1, 2); - * // => false - * - * _.includes({ 'a': 1, 'b': 2 }, 1); - * // => true - * - * _.includes('abcd', 'bc'); - * // => true - */ -function includes(collection, value, fromIndex, guard) { - collection = isArrayLike(collection) ? collection : values(collection); - fromIndex = (fromIndex && !guard) ? toInteger(fromIndex) : 0; - - var length = collection.length; - if (fromIndex < 0) { - fromIndex = nativeMax(length + fromIndex, 0); - } - return isString(collection) - ? (fromIndex <= length && collection.indexOf(value, fromIndex) > -1) - : (!!length && baseIndexOf(collection, value, fromIndex) > -1); -} - -module.exports = includes; diff --git a/software/flow/node_modules/lodash/index.js b/software/flow/node_modules/lodash/index.js deleted file mode 100644 index 5d063e2..0000000 --- a/software/flow/node_modules/lodash/index.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('./lodash'); \ No newline at end of file diff --git a/software/flow/node_modules/lodash/indexOf.js b/software/flow/node_modules/lodash/indexOf.js deleted file mode 100644 index 3c644af..0000000 --- a/software/flow/node_modules/lodash/indexOf.js +++ /dev/null @@ -1,42 +0,0 @@ -var baseIndexOf = require('./_baseIndexOf'), - toInteger = require('./toInteger'); - -/* Built-in method references for those with the same name as other `lodash` methods. */ -var nativeMax = Math.max; - -/** - * Gets the index at which the first occurrence of `value` is found in `array` - * using [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) - * for equality comparisons. If `fromIndex` is negative, it's used as the - * offset from the end of `array`. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Array - * @param {Array} array The array to inspect. - * @param {*} value The value to search for. - * @param {number} [fromIndex=0] The index to search from. - * @returns {number} Returns the index of the matched value, else `-1`. - * @example - * - * _.indexOf([1, 2, 1, 2], 2); - * // => 1 - * - * // Search from the `fromIndex`. - * _.indexOf([1, 2, 1, 2], 2, 2); - * // => 3 - */ -function indexOf(array, value, fromIndex) { - var length = array == null ? 0 : array.length; - if (!length) { - return -1; - } - var index = fromIndex == null ? 0 : toInteger(fromIndex); - if (index < 0) { - index = nativeMax(length + index, 0); - } - return baseIndexOf(array, value, index); -} - -module.exports = indexOf; diff --git a/software/flow/node_modules/lodash/initial.js b/software/flow/node_modules/lodash/initial.js deleted file mode 100644 index f47fc50..0000000 --- a/software/flow/node_modules/lodash/initial.js +++ /dev/null @@ -1,22 +0,0 @@ -var baseSlice = require('./_baseSlice'); - -/** - * Gets all but the last element of `array`. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Array - * @param {Array} array The array to query. - * @returns {Array} Returns the slice of `array`. - * @example - * - * _.initial([1, 2, 3]); - * // => [1, 2] - */ -function initial(array) { - var length = array == null ? 0 : array.length; - return length ? baseSlice(array, 0, -1) : []; -} - -module.exports = initial; diff --git a/software/flow/node_modules/lodash/intersection.js b/software/flow/node_modules/lodash/intersection.js deleted file mode 100644 index a94c135..0000000 --- a/software/flow/node_modules/lodash/intersection.js +++ /dev/null @@ -1,30 +0,0 @@ -var arrayMap = require('./_arrayMap'), - baseIntersection = require('./_baseIntersection'), - baseRest = require('./_baseRest'), - castArrayLikeObject = require('./_castArrayLikeObject'); - -/** - * Creates an array of unique values that are included in all given arrays - * using [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) - * for equality comparisons. The order and references of result values are - * determined by the first array. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Array - * @param {...Array} [arrays] The arrays to inspect. - * @returns {Array} Returns the new array of intersecting values. - * @example - * - * _.intersection([2, 1], [2, 3]); - * // => [2] - */ -var intersection = baseRest(function(arrays) { - var mapped = arrayMap(arrays, castArrayLikeObject); - return (mapped.length && mapped[0] === arrays[0]) - ? baseIntersection(mapped) - : []; -}); - -module.exports = intersection; diff --git a/software/flow/node_modules/lodash/intersectionBy.js b/software/flow/node_modules/lodash/intersectionBy.js deleted file mode 100644 index 31461aa..0000000 --- a/software/flow/node_modules/lodash/intersectionBy.js +++ /dev/null @@ -1,45 +0,0 @@ -var arrayMap = require('./_arrayMap'), - baseIntersection = require('./_baseIntersection'), - baseIteratee = require('./_baseIteratee'), - baseRest = require('./_baseRest'), - castArrayLikeObject = require('./_castArrayLikeObject'), - last = require('./last'); - -/** - * This method is like `_.intersection` except that it accepts `iteratee` - * which is invoked for each element of each `arrays` to generate the criterion - * by which they're compared. The order and references of result values are - * determined by the first array. The iteratee is invoked with one argument: - * (value). - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Array - * @param {...Array} [arrays] The arrays to inspect. - * @param {Function} [iteratee=_.identity] The iteratee invoked per element. - * @returns {Array} Returns the new array of intersecting values. - * @example - * - * _.intersectionBy([2.1, 1.2], [2.3, 3.4], Math.floor); - * // => [2.1] - * - * // The `_.property` iteratee shorthand. - * _.intersectionBy([{ 'x': 1 }], [{ 'x': 2 }, { 'x': 1 }], 'x'); - * // => [{ 'x': 1 }] - */ -var intersectionBy = baseRest(function(arrays) { - var iteratee = last(arrays), - mapped = arrayMap(arrays, castArrayLikeObject); - - if (iteratee === last(mapped)) { - iteratee = undefined; - } else { - mapped.pop(); - } - return (mapped.length && mapped[0] === arrays[0]) - ? baseIntersection(mapped, baseIteratee(iteratee, 2)) - : []; -}); - -module.exports = intersectionBy; diff --git a/software/flow/node_modules/lodash/intersectionWith.js b/software/flow/node_modules/lodash/intersectionWith.js deleted file mode 100644 index 63cabfa..0000000 --- a/software/flow/node_modules/lodash/intersectionWith.js +++ /dev/null @@ -1,41 +0,0 @@ -var arrayMap = require('./_arrayMap'), - baseIntersection = require('./_baseIntersection'), - baseRest = require('./_baseRest'), - castArrayLikeObject = require('./_castArrayLikeObject'), - last = require('./last'); - -/** - * This method is like `_.intersection` except that it accepts `comparator` - * which is invoked to compare elements of `arrays`. The order and references - * of result values are determined by the first array. The comparator is - * invoked with two arguments: (arrVal, othVal). - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Array - * @param {...Array} [arrays] The arrays to inspect. - * @param {Function} [comparator] The comparator invoked per element. - * @returns {Array} Returns the new array of intersecting values. - * @example - * - * var objects = [{ 'x': 1, 'y': 2 }, { 'x': 2, 'y': 1 }]; - * var others = [{ 'x': 1, 'y': 1 }, { 'x': 1, 'y': 2 }]; - * - * _.intersectionWith(objects, others, _.isEqual); - * // => [{ 'x': 1, 'y': 2 }] - */ -var intersectionWith = baseRest(function(arrays) { - var comparator = last(arrays), - mapped = arrayMap(arrays, castArrayLikeObject); - - comparator = typeof comparator == 'function' ? comparator : undefined; - if (comparator) { - mapped.pop(); - } - return (mapped.length && mapped[0] === arrays[0]) - ? baseIntersection(mapped, undefined, comparator) - : []; -}); - -module.exports = intersectionWith; diff --git a/software/flow/node_modules/lodash/invert.js b/software/flow/node_modules/lodash/invert.js deleted file mode 100644 index 8c47950..0000000 --- a/software/flow/node_modules/lodash/invert.js +++ /dev/null @@ -1,42 +0,0 @@ -var constant = require('./constant'), - createInverter = require('./_createInverter'), - identity = require('./identity'); - -/** Used for built-in method references. */ -var objectProto = Object.prototype; - -/** - * Used to resolve the - * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring) - * of values. - */ -var nativeObjectToString = objectProto.toString; - -/** - * Creates an object composed of the inverted keys and values of `object`. - * If `object` contains duplicate values, subsequent values overwrite - * property assignments of previous values. - * - * @static - * @memberOf _ - * @since 0.7.0 - * @category Object - * @param {Object} object The object to invert. - * @returns {Object} Returns the new inverted object. - * @example - * - * var object = { 'a': 1, 'b': 2, 'c': 1 }; - * - * _.invert(object); - * // => { '1': 'c', '2': 'b' } - */ -var invert = createInverter(function(result, value, key) { - if (value != null && - typeof value.toString != 'function') { - value = nativeObjectToString.call(value); - } - - result[value] = key; -}, constant(identity)); - -module.exports = invert; diff --git a/software/flow/node_modules/lodash/invertBy.js b/software/flow/node_modules/lodash/invertBy.js deleted file mode 100644 index 3f4f7e5..0000000 --- a/software/flow/node_modules/lodash/invertBy.js +++ /dev/null @@ -1,56 +0,0 @@ -var baseIteratee = require('./_baseIteratee'), - createInverter = require('./_createInverter'); - -/** Used for built-in method references. */ -var objectProto = Object.prototype; - -/** Used to check objects for own properties. */ -var hasOwnProperty = objectProto.hasOwnProperty; - -/** - * Used to resolve the - * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring) - * of values. - */ -var nativeObjectToString = objectProto.toString; - -/** - * This method is like `_.invert` except that the inverted object is generated - * from the results of running each element of `object` thru `iteratee`. The - * corresponding inverted value of each inverted key is an array of keys - * responsible for generating the inverted value. The iteratee is invoked - * with one argument: (value). - * - * @static - * @memberOf _ - * @since 4.1.0 - * @category Object - * @param {Object} object The object to invert. - * @param {Function} [iteratee=_.identity] The iteratee invoked per element. - * @returns {Object} Returns the new inverted object. - * @example - * - * var object = { 'a': 1, 'b': 2, 'c': 1 }; - * - * _.invertBy(object); - * // => { '1': ['a', 'c'], '2': ['b'] } - * - * _.invertBy(object, function(value) { - * return 'group' + value; - * }); - * // => { 'group1': ['a', 'c'], 'group2': ['b'] } - */ -var invertBy = createInverter(function(result, value, key) { - if (value != null && - typeof value.toString != 'function') { - value = nativeObjectToString.call(value); - } - - if (hasOwnProperty.call(result, value)) { - result[value].push(key); - } else { - result[value] = [key]; - } -}, baseIteratee); - -module.exports = invertBy; diff --git a/software/flow/node_modules/lodash/invoke.js b/software/flow/node_modules/lodash/invoke.js deleted file mode 100644 index 97d51eb..0000000 --- a/software/flow/node_modules/lodash/invoke.js +++ /dev/null @@ -1,24 +0,0 @@ -var baseInvoke = require('./_baseInvoke'), - baseRest = require('./_baseRest'); - -/** - * Invokes the method at `path` of `object`. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Object - * @param {Object} object The object to query. - * @param {Array|string} path The path of the method to invoke. - * @param {...*} [args] The arguments to invoke the method with. - * @returns {*} Returns the result of the invoked method. - * @example - * - * var object = { 'a': [{ 'b': { 'c': [1, 2, 3, 4] } }] }; - * - * _.invoke(object, 'a[0].b.c.slice', 1, 3); - * // => [2, 3] - */ -var invoke = baseRest(baseInvoke); - -module.exports = invoke; diff --git a/software/flow/node_modules/lodash/invokeMap.js b/software/flow/node_modules/lodash/invokeMap.js deleted file mode 100644 index 8da5126..0000000 --- a/software/flow/node_modules/lodash/invokeMap.js +++ /dev/null @@ -1,41 +0,0 @@ -var apply = require('./_apply'), - baseEach = require('./_baseEach'), - baseInvoke = require('./_baseInvoke'), - baseRest = require('./_baseRest'), - isArrayLike = require('./isArrayLike'); - -/** - * Invokes the method at `path` of each element in `collection`, returning - * an array of the results of each invoked method. Any additional arguments - * are provided to each invoked method. If `path` is a function, it's invoked - * for, and `this` bound to, each element in `collection`. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Collection - * @param {Array|Object} collection The collection to iterate over. - * @param {Array|Function|string} path The path of the method to invoke or - * the function invoked per iteration. - * @param {...*} [args] The arguments to invoke each method with. - * @returns {Array} Returns the array of results. - * @example - * - * _.invokeMap([[5, 1, 7], [3, 2, 1]], 'sort'); - * // => [[1, 5, 7], [1, 2, 3]] - * - * _.invokeMap([123, 456], String.prototype.split, ''); - * // => [['1', '2', '3'], ['4', '5', '6']] - */ -var invokeMap = baseRest(function(collection, path, args) { - var index = -1, - isFunc = typeof path == 'function', - result = isArrayLike(collection) ? Array(collection.length) : []; - - baseEach(collection, function(value) { - result[++index] = isFunc ? apply(path, value, args) : baseInvoke(value, path, args); - }); - return result; -}); - -module.exports = invokeMap; diff --git a/software/flow/node_modules/lodash/isArguments.js b/software/flow/node_modules/lodash/isArguments.js deleted file mode 100644 index 8b9ed66..0000000 --- a/software/flow/node_modules/lodash/isArguments.js +++ /dev/null @@ -1,36 +0,0 @@ -var baseIsArguments = require('./_baseIsArguments'), - isObjectLike = require('./isObjectLike'); - -/** Used for built-in method references. */ -var objectProto = Object.prototype; - -/** Used to check objects for own properties. */ -var hasOwnProperty = objectProto.hasOwnProperty; - -/** Built-in value references. */ -var propertyIsEnumerable = objectProto.propertyIsEnumerable; - -/** - * Checks if `value` is likely an `arguments` object. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is an `arguments` object, - * else `false`. - * @example - * - * _.isArguments(function() { return arguments; }()); - * // => true - * - * _.isArguments([1, 2, 3]); - * // => false - */ -var isArguments = baseIsArguments(function() { return arguments; }()) ? baseIsArguments : function(value) { - return isObjectLike(value) && hasOwnProperty.call(value, 'callee') && - !propertyIsEnumerable.call(value, 'callee'); -}; - -module.exports = isArguments; diff --git a/software/flow/node_modules/lodash/isArray.js b/software/flow/node_modules/lodash/isArray.js deleted file mode 100644 index 88ab55f..0000000 --- a/software/flow/node_modules/lodash/isArray.js +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Checks if `value` is classified as an `Array` object. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is an array, else `false`. - * @example - * - * _.isArray([1, 2, 3]); - * // => true - * - * _.isArray(document.body.children); - * // => false - * - * _.isArray('abc'); - * // => false - * - * _.isArray(_.noop); - * // => false - */ -var isArray = Array.isArray; - -module.exports = isArray; diff --git a/software/flow/node_modules/lodash/isArrayBuffer.js b/software/flow/node_modules/lodash/isArrayBuffer.js deleted file mode 100644 index 12904a6..0000000 --- a/software/flow/node_modules/lodash/isArrayBuffer.js +++ /dev/null @@ -1,27 +0,0 @@ -var baseIsArrayBuffer = require('./_baseIsArrayBuffer'), - baseUnary = require('./_baseUnary'), - nodeUtil = require('./_nodeUtil'); - -/* Node.js helper references. */ -var nodeIsArrayBuffer = nodeUtil && nodeUtil.isArrayBuffer; - -/** - * Checks if `value` is classified as an `ArrayBuffer` object. - * - * @static - * @memberOf _ - * @since 4.3.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is an array buffer, else `false`. - * @example - * - * _.isArrayBuffer(new ArrayBuffer(2)); - * // => true - * - * _.isArrayBuffer(new Array(2)); - * // => false - */ -var isArrayBuffer = nodeIsArrayBuffer ? baseUnary(nodeIsArrayBuffer) : baseIsArrayBuffer; - -module.exports = isArrayBuffer; diff --git a/software/flow/node_modules/lodash/isArrayLike.js b/software/flow/node_modules/lodash/isArrayLike.js deleted file mode 100644 index 0f96680..0000000 --- a/software/flow/node_modules/lodash/isArrayLike.js +++ /dev/null @@ -1,33 +0,0 @@ -var isFunction = require('./isFunction'), - isLength = require('./isLength'); - -/** - * Checks if `value` is array-like. A value is considered array-like if it's - * not a function and has a `value.length` that's an integer greater than or - * equal to `0` and less than or equal to `Number.MAX_SAFE_INTEGER`. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is array-like, else `false`. - * @example - * - * _.isArrayLike([1, 2, 3]); - * // => true - * - * _.isArrayLike(document.body.children); - * // => true - * - * _.isArrayLike('abc'); - * // => true - * - * _.isArrayLike(_.noop); - * // => false - */ -function isArrayLike(value) { - return value != null && isLength(value.length) && !isFunction(value); -} - -module.exports = isArrayLike; diff --git a/software/flow/node_modules/lodash/isArrayLikeObject.js b/software/flow/node_modules/lodash/isArrayLikeObject.js deleted file mode 100644 index 6c4812a..0000000 --- a/software/flow/node_modules/lodash/isArrayLikeObject.js +++ /dev/null @@ -1,33 +0,0 @@ -var isArrayLike = require('./isArrayLike'), - isObjectLike = require('./isObjectLike'); - -/** - * This method is like `_.isArrayLike` except that it also checks if `value` - * is an object. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is an array-like object, - * else `false`. - * @example - * - * _.isArrayLikeObject([1, 2, 3]); - * // => true - * - * _.isArrayLikeObject(document.body.children); - * // => true - * - * _.isArrayLikeObject('abc'); - * // => false - * - * _.isArrayLikeObject(_.noop); - * // => false - */ -function isArrayLikeObject(value) { - return isObjectLike(value) && isArrayLike(value); -} - -module.exports = isArrayLikeObject; diff --git a/software/flow/node_modules/lodash/isBoolean.js b/software/flow/node_modules/lodash/isBoolean.js deleted file mode 100644 index a43ed4b..0000000 --- a/software/flow/node_modules/lodash/isBoolean.js +++ /dev/null @@ -1,29 +0,0 @@ -var baseGetTag = require('./_baseGetTag'), - isObjectLike = require('./isObjectLike'); - -/** `Object#toString` result references. */ -var boolTag = '[object Boolean]'; - -/** - * Checks if `value` is classified as a boolean primitive or object. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is a boolean, else `false`. - * @example - * - * _.isBoolean(false); - * // => true - * - * _.isBoolean(null); - * // => false - */ -function isBoolean(value) { - return value === true || value === false || - (isObjectLike(value) && baseGetTag(value) == boolTag); -} - -module.exports = isBoolean; diff --git a/software/flow/node_modules/lodash/isBuffer.js b/software/flow/node_modules/lodash/isBuffer.js deleted file mode 100644 index c103cc7..0000000 --- a/software/flow/node_modules/lodash/isBuffer.js +++ /dev/null @@ -1,38 +0,0 @@ -var root = require('./_root'), - stubFalse = require('./stubFalse'); - -/** Detect free variable `exports`. */ -var freeExports = typeof exports == 'object' && exports && !exports.nodeType && exports; - -/** Detect free variable `module`. */ -var freeModule = freeExports && typeof module == 'object' && module && !module.nodeType && module; - -/** Detect the popular CommonJS extension `module.exports`. */ -var moduleExports = freeModule && freeModule.exports === freeExports; - -/** Built-in value references. */ -var Buffer = moduleExports ? root.Buffer : undefined; - -/* Built-in method references for those with the same name as other `lodash` methods. */ -var nativeIsBuffer = Buffer ? Buffer.isBuffer : undefined; - -/** - * Checks if `value` is a buffer. - * - * @static - * @memberOf _ - * @since 4.3.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is a buffer, else `false`. - * @example - * - * _.isBuffer(new Buffer(2)); - * // => true - * - * _.isBuffer(new Uint8Array(2)); - * // => false - */ -var isBuffer = nativeIsBuffer || stubFalse; - -module.exports = isBuffer; diff --git a/software/flow/node_modules/lodash/isDate.js b/software/flow/node_modules/lodash/isDate.js deleted file mode 100644 index 7f0209f..0000000 --- a/software/flow/node_modules/lodash/isDate.js +++ /dev/null @@ -1,27 +0,0 @@ -var baseIsDate = require('./_baseIsDate'), - baseUnary = require('./_baseUnary'), - nodeUtil = require('./_nodeUtil'); - -/* Node.js helper references. */ -var nodeIsDate = nodeUtil && nodeUtil.isDate; - -/** - * Checks if `value` is classified as a `Date` object. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is a date object, else `false`. - * @example - * - * _.isDate(new Date); - * // => true - * - * _.isDate('Mon April 23 2012'); - * // => false - */ -var isDate = nodeIsDate ? baseUnary(nodeIsDate) : baseIsDate; - -module.exports = isDate; diff --git a/software/flow/node_modules/lodash/isElement.js b/software/flow/node_modules/lodash/isElement.js deleted file mode 100644 index 76ae29c..0000000 --- a/software/flow/node_modules/lodash/isElement.js +++ /dev/null @@ -1,25 +0,0 @@ -var isObjectLike = require('./isObjectLike'), - isPlainObject = require('./isPlainObject'); - -/** - * Checks if `value` is likely a DOM element. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is a DOM element, else `false`. - * @example - * - * _.isElement(document.body); - * // => true - * - * _.isElement('<body>'); - * // => false - */ -function isElement(value) { - return isObjectLike(value) && value.nodeType === 1 && !isPlainObject(value); -} - -module.exports = isElement; diff --git a/software/flow/node_modules/lodash/isEmpty.js b/software/flow/node_modules/lodash/isEmpty.js deleted file mode 100644 index 3597294..0000000 --- a/software/flow/node_modules/lodash/isEmpty.js +++ /dev/null @@ -1,77 +0,0 @@ -var baseKeys = require('./_baseKeys'), - getTag = require('./_getTag'), - isArguments = require('./isArguments'), - isArray = require('./isArray'), - isArrayLike = require('./isArrayLike'), - isBuffer = require('./isBuffer'), - isPrototype = require('./_isPrototype'), - isTypedArray = require('./isTypedArray'); - -/** `Object#toString` result references. */ -var mapTag = '[object Map]', - setTag = '[object Set]'; - -/** Used for built-in method references. */ -var objectProto = Object.prototype; - -/** Used to check objects for own properties. */ -var hasOwnProperty = objectProto.hasOwnProperty; - -/** - * Checks if `value` is an empty object, collection, map, or set. - * - * Objects are considered empty if they have no own enumerable string keyed - * properties. - * - * Array-like values such as `arguments` objects, arrays, buffers, strings, or - * jQuery-like collections are considered empty if they have a `length` of `0`. - * Similarly, maps and sets are considered empty if they have a `size` of `0`. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is empty, else `false`. - * @example - * - * _.isEmpty(null); - * // => true - * - * _.isEmpty(true); - * // => true - * - * _.isEmpty(1); - * // => true - * - * _.isEmpty([1, 2, 3]); - * // => false - * - * _.isEmpty({ 'a': 1 }); - * // => false - */ -function isEmpty(value) { - if (value == null) { - return true; - } - if (isArrayLike(value) && - (isArray(value) || typeof value == 'string' || typeof value.splice == 'function' || - isBuffer(value) || isTypedArray(value) || isArguments(value))) { - return !value.length; - } - var tag = getTag(value); - if (tag == mapTag || tag == setTag) { - return !value.size; - } - if (isPrototype(value)) { - return !baseKeys(value).length; - } - for (var key in value) { - if (hasOwnProperty.call(value, key)) { - return false; - } - } - return true; -} - -module.exports = isEmpty; diff --git a/software/flow/node_modules/lodash/isEqual.js b/software/flow/node_modules/lodash/isEqual.js deleted file mode 100644 index 5e23e76..0000000 --- a/software/flow/node_modules/lodash/isEqual.js +++ /dev/null @@ -1,35 +0,0 @@ -var baseIsEqual = require('./_baseIsEqual'); - -/** - * Performs a deep comparison between two values to determine if they are - * equivalent. - * - * **Note:** This method supports comparing arrays, array buffers, booleans, - * date objects, error objects, maps, numbers, `Object` objects, regexes, - * sets, strings, symbols, and typed arrays. `Object` objects are compared - * by their own, not inherited, enumerable properties. Functions and DOM - * nodes are compared by strict equality, i.e. `===`. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Lang - * @param {*} value The value to compare. - * @param {*} other The other value to compare. - * @returns {boolean} Returns `true` if the values are equivalent, else `false`. - * @example - * - * var object = { 'a': 1 }; - * var other = { 'a': 1 }; - * - * _.isEqual(object, other); - * // => true - * - * object === other; - * // => false - */ -function isEqual(value, other) { - return baseIsEqual(value, other); -} - -module.exports = isEqual; diff --git a/software/flow/node_modules/lodash/isEqualWith.js b/software/flow/node_modules/lodash/isEqualWith.js deleted file mode 100644 index 21bdc7f..0000000 --- a/software/flow/node_modules/lodash/isEqualWith.js +++ /dev/null @@ -1,41 +0,0 @@ -var baseIsEqual = require('./_baseIsEqual'); - -/** - * This method is like `_.isEqual` except that it accepts `customizer` which - * is invoked to compare values. If `customizer` returns `undefined`, comparisons - * are handled by the method instead. The `customizer` is invoked with up to - * six arguments: (objValue, othValue [, index|key, object, other, stack]). - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Lang - * @param {*} value The value to compare. - * @param {*} other The other value to compare. - * @param {Function} [customizer] The function to customize comparisons. - * @returns {boolean} Returns `true` if the values are equivalent, else `false`. - * @example - * - * function isGreeting(value) { - * return /^h(?:i|ello)$/.test(value); - * } - * - * function customizer(objValue, othValue) { - * if (isGreeting(objValue) && isGreeting(othValue)) { - * return true; - * } - * } - * - * var array = ['hello', 'goodbye']; - * var other = ['hi', 'goodbye']; - * - * _.isEqualWith(array, other, customizer); - * // => true - */ -function isEqualWith(value, other, customizer) { - customizer = typeof customizer == 'function' ? customizer : undefined; - var result = customizer ? customizer(value, other) : undefined; - return result === undefined ? baseIsEqual(value, other, undefined, customizer) : !!result; -} - -module.exports = isEqualWith; diff --git a/software/flow/node_modules/lodash/isError.js b/software/flow/node_modules/lodash/isError.js deleted file mode 100644 index b4f41e0..0000000 --- a/software/flow/node_modules/lodash/isError.js +++ /dev/null @@ -1,36 +0,0 @@ -var baseGetTag = require('./_baseGetTag'), - isObjectLike = require('./isObjectLike'), - isPlainObject = require('./isPlainObject'); - -/** `Object#toString` result references. */ -var domExcTag = '[object DOMException]', - errorTag = '[object Error]'; - -/** - * Checks if `value` is an `Error`, `EvalError`, `RangeError`, `ReferenceError`, - * `SyntaxError`, `TypeError`, or `URIError` object. - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is an error object, else `false`. - * @example - * - * _.isError(new Error); - * // => true - * - * _.isError(Error); - * // => false - */ -function isError(value) { - if (!isObjectLike(value)) { - return false; - } - var tag = baseGetTag(value); - return tag == errorTag || tag == domExcTag || - (typeof value.message == 'string' && typeof value.name == 'string' && !isPlainObject(value)); -} - -module.exports = isError; diff --git a/software/flow/node_modules/lodash/isFinite.js b/software/flow/node_modules/lodash/isFinite.js deleted file mode 100644 index 601842b..0000000 --- a/software/flow/node_modules/lodash/isFinite.js +++ /dev/null @@ -1,36 +0,0 @@ -var root = require('./_root'); - -/* Built-in method references for those with the same name as other `lodash` methods. */ -var nativeIsFinite = root.isFinite; - -/** - * Checks if `value` is a finite primitive number. - * - * **Note:** This method is based on - * [`Number.isFinite`](https://mdn.io/Number/isFinite). - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is a finite number, else `false`. - * @example - * - * _.isFinite(3); - * // => true - * - * _.isFinite(Number.MIN_VALUE); - * // => true - * - * _.isFinite(Infinity); - * // => false - * - * _.isFinite('3'); - * // => false - */ -function isFinite(value) { - return typeof value == 'number' && nativeIsFinite(value); -} - -module.exports = isFinite; diff --git a/software/flow/node_modules/lodash/isFunction.js b/software/flow/node_modules/lodash/isFunction.js deleted file mode 100644 index 907a8cd..0000000 --- a/software/flow/node_modules/lodash/isFunction.js +++ /dev/null @@ -1,37 +0,0 @@ -var baseGetTag = require('./_baseGetTag'), - isObject = require('./isObject'); - -/** `Object#toString` result references. */ -var asyncTag = '[object AsyncFunction]', - funcTag = '[object Function]', - genTag = '[object GeneratorFunction]', - proxyTag = '[object Proxy]'; - -/** - * Checks if `value` is classified as a `Function` object. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is a function, else `false`. - * @example - * - * _.isFunction(_); - * // => true - * - * _.isFunction(/abc/); - * // => false - */ -function isFunction(value) { - if (!isObject(value)) { - return false; - } - // The use of `Object#toString` avoids issues with the `typeof` operator - // in Safari 9 which returns 'object' for typed arrays and other constructors. - var tag = baseGetTag(value); - return tag == funcTag || tag == genTag || tag == asyncTag || tag == proxyTag; -} - -module.exports = isFunction; diff --git a/software/flow/node_modules/lodash/isInteger.js b/software/flow/node_modules/lodash/isInteger.js deleted file mode 100644 index 66aa87d..0000000 --- a/software/flow/node_modules/lodash/isInteger.js +++ /dev/null @@ -1,33 +0,0 @@ -var toInteger = require('./toInteger'); - -/** - * Checks if `value` is an integer. - * - * **Note:** This method is based on - * [`Number.isInteger`](https://mdn.io/Number/isInteger). - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is an integer, else `false`. - * @example - * - * _.isInteger(3); - * // => true - * - * _.isInteger(Number.MIN_VALUE); - * // => false - * - * _.isInteger(Infinity); - * // => false - * - * _.isInteger('3'); - * // => false - */ -function isInteger(value) { - return typeof value == 'number' && value == toInteger(value); -} - -module.exports = isInteger; diff --git a/software/flow/node_modules/lodash/isLength.js b/software/flow/node_modules/lodash/isLength.js deleted file mode 100644 index 3a95caa..0000000 --- a/software/flow/node_modules/lodash/isLength.js +++ /dev/null @@ -1,35 +0,0 @@ -/** Used as references for various `Number` constants. */ -var MAX_SAFE_INTEGER = 9007199254740991; - -/** - * Checks if `value` is a valid array-like length. - * - * **Note:** This method is loosely based on - * [`ToLength`](http://ecma-international.org/ecma-262/7.0/#sec-tolength). - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is a valid length, else `false`. - * @example - * - * _.isLength(3); - * // => true - * - * _.isLength(Number.MIN_VALUE); - * // => false - * - * _.isLength(Infinity); - * // => false - * - * _.isLength('3'); - * // => false - */ -function isLength(value) { - return typeof value == 'number' && - value > -1 && value % 1 == 0 && value <= MAX_SAFE_INTEGER; -} - -module.exports = isLength; diff --git a/software/flow/node_modules/lodash/isMap.js b/software/flow/node_modules/lodash/isMap.js deleted file mode 100644 index 44f8517..0000000 --- a/software/flow/node_modules/lodash/isMap.js +++ /dev/null @@ -1,27 +0,0 @@ -var baseIsMap = require('./_baseIsMap'), - baseUnary = require('./_baseUnary'), - nodeUtil = require('./_nodeUtil'); - -/* Node.js helper references. */ -var nodeIsMap = nodeUtil && nodeUtil.isMap; - -/** - * Checks if `value` is classified as a `Map` object. - * - * @static - * @memberOf _ - * @since 4.3.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is a map, else `false`. - * @example - * - * _.isMap(new Map); - * // => true - * - * _.isMap(new WeakMap); - * // => false - */ -var isMap = nodeIsMap ? baseUnary(nodeIsMap) : baseIsMap; - -module.exports = isMap; diff --git a/software/flow/node_modules/lodash/isMatch.js b/software/flow/node_modules/lodash/isMatch.js deleted file mode 100644 index 9773a18..0000000 --- a/software/flow/node_modules/lodash/isMatch.js +++ /dev/null @@ -1,36 +0,0 @@ -var baseIsMatch = require('./_baseIsMatch'), - getMatchData = require('./_getMatchData'); - -/** - * Performs a partial deep comparison between `object` and `source` to - * determine if `object` contains equivalent property values. - * - * **Note:** This method is equivalent to `_.matches` when `source` is - * partially applied. - * - * Partial comparisons will match empty array and empty object `source` - * values against any array or object value, respectively. See `_.isEqual` - * for a list of supported value comparisons. - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category Lang - * @param {Object} object The object to inspect. - * @param {Object} source The object of property values to match. - * @returns {boolean} Returns `true` if `object` is a match, else `false`. - * @example - * - * var object = { 'a': 1, 'b': 2 }; - * - * _.isMatch(object, { 'b': 2 }); - * // => true - * - * _.isMatch(object, { 'b': 1 }); - * // => false - */ -function isMatch(object, source) { - return object === source || baseIsMatch(object, source, getMatchData(source)); -} - -module.exports = isMatch; diff --git a/software/flow/node_modules/lodash/isMatchWith.js b/software/flow/node_modules/lodash/isMatchWith.js deleted file mode 100644 index 187b6a6..0000000 --- a/software/flow/node_modules/lodash/isMatchWith.js +++ /dev/null @@ -1,41 +0,0 @@ -var baseIsMatch = require('./_baseIsMatch'), - getMatchData = require('./_getMatchData'); - -/** - * This method is like `_.isMatch` except that it accepts `customizer` which - * is invoked to compare values. If `customizer` returns `undefined`, comparisons - * are handled by the method instead. The `customizer` is invoked with five - * arguments: (objValue, srcValue, index|key, object, source). - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Lang - * @param {Object} object The object to inspect. - * @param {Object} source The object of property values to match. - * @param {Function} [customizer] The function to customize comparisons. - * @returns {boolean} Returns `true` if `object` is a match, else `false`. - * @example - * - * function isGreeting(value) { - * return /^h(?:i|ello)$/.test(value); - * } - * - * function customizer(objValue, srcValue) { - * if (isGreeting(objValue) && isGreeting(srcValue)) { - * return true; - * } - * } - * - * var object = { 'greeting': 'hello' }; - * var source = { 'greeting': 'hi' }; - * - * _.isMatchWith(object, source, customizer); - * // => true - */ -function isMatchWith(object, source, customizer) { - customizer = typeof customizer == 'function' ? customizer : undefined; - return baseIsMatch(object, source, getMatchData(source), customizer); -} - -module.exports = isMatchWith; diff --git a/software/flow/node_modules/lodash/isNaN.js b/software/flow/node_modules/lodash/isNaN.js deleted file mode 100644 index 7d0d783..0000000 --- a/software/flow/node_modules/lodash/isNaN.js +++ /dev/null @@ -1,38 +0,0 @@ -var isNumber = require('./isNumber'); - -/** - * Checks if `value` is `NaN`. - * - * **Note:** This method is based on - * [`Number.isNaN`](https://mdn.io/Number/isNaN) and is not the same as - * global [`isNaN`](https://mdn.io/isNaN) which returns `true` for - * `undefined` and other non-number values. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is `NaN`, else `false`. - * @example - * - * _.isNaN(NaN); - * // => true - * - * _.isNaN(new Number(NaN)); - * // => true - * - * isNaN(undefined); - * // => true - * - * _.isNaN(undefined); - * // => false - */ -function isNaN(value) { - // An `NaN` primitive is the only value that is not equal to itself. - // Perform the `toStringTag` check first to avoid errors with some - // ActiveX objects in IE. - return isNumber(value) && value != +value; -} - -module.exports = isNaN; diff --git a/software/flow/node_modules/lodash/isNative.js b/software/flow/node_modules/lodash/isNative.js deleted file mode 100644 index f0cb8d5..0000000 --- a/software/flow/node_modules/lodash/isNative.js +++ /dev/null @@ -1,40 +0,0 @@ -var baseIsNative = require('./_baseIsNative'), - isMaskable = require('./_isMaskable'); - -/** Error message constants. */ -var CORE_ERROR_TEXT = 'Unsupported core-js use. Try https://npms.io/search?q=ponyfill.'; - -/** - * Checks if `value` is a pristine native function. - * - * **Note:** This method can't reliably detect native functions in the presence - * of the core-js package because core-js circumvents this kind of detection. - * Despite multiple requests, the core-js maintainer has made it clear: any - * attempt to fix the detection will be obstructed. As a result, we're left - * with little choice but to throw an error. Unfortunately, this also affects - * packages, like [babel-polyfill](https://www.npmjs.com/package/babel-polyfill), - * which rely on core-js. - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is a native function, - * else `false`. - * @example - * - * _.isNative(Array.prototype.push); - * // => true - * - * _.isNative(_); - * // => false - */ -function isNative(value) { - if (isMaskable(value)) { - throw new Error(CORE_ERROR_TEXT); - } - return baseIsNative(value); -} - -module.exports = isNative; diff --git a/software/flow/node_modules/lodash/isNil.js b/software/flow/node_modules/lodash/isNil.js deleted file mode 100644 index 79f0505..0000000 --- a/software/flow/node_modules/lodash/isNil.js +++ /dev/null @@ -1,25 +0,0 @@ -/** - * Checks if `value` is `null` or `undefined`. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is nullish, else `false`. - * @example - * - * _.isNil(null); - * // => true - * - * _.isNil(void 0); - * // => true - * - * _.isNil(NaN); - * // => false - */ -function isNil(value) { - return value == null; -} - -module.exports = isNil; diff --git a/software/flow/node_modules/lodash/isNull.js b/software/flow/node_modules/lodash/isNull.js deleted file mode 100644 index c0a374d..0000000 --- a/software/flow/node_modules/lodash/isNull.js +++ /dev/null @@ -1,22 +0,0 @@ -/** - * Checks if `value` is `null`. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is `null`, else `false`. - * @example - * - * _.isNull(null); - * // => true - * - * _.isNull(void 0); - * // => false - */ -function isNull(value) { - return value === null; -} - -module.exports = isNull; diff --git a/software/flow/node_modules/lodash/isNumber.js b/software/flow/node_modules/lodash/isNumber.js deleted file mode 100644 index cd34ee4..0000000 --- a/software/flow/node_modules/lodash/isNumber.js +++ /dev/null @@ -1,38 +0,0 @@ -var baseGetTag = require('./_baseGetTag'), - isObjectLike = require('./isObjectLike'); - -/** `Object#toString` result references. */ -var numberTag = '[object Number]'; - -/** - * Checks if `value` is classified as a `Number` primitive or object. - * - * **Note:** To exclude `Infinity`, `-Infinity`, and `NaN`, which are - * classified as numbers, use the `_.isFinite` method. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is a number, else `false`. - * @example - * - * _.isNumber(3); - * // => true - * - * _.isNumber(Number.MIN_VALUE); - * // => true - * - * _.isNumber(Infinity); - * // => true - * - * _.isNumber('3'); - * // => false - */ -function isNumber(value) { - return typeof value == 'number' || - (isObjectLike(value) && baseGetTag(value) == numberTag); -} - -module.exports = isNumber; diff --git a/software/flow/node_modules/lodash/isObject.js b/software/flow/node_modules/lodash/isObject.js deleted file mode 100644 index 1dc8939..0000000 --- a/software/flow/node_modules/lodash/isObject.js +++ /dev/null @@ -1,31 +0,0 @@ -/** - * Checks if `value` is the - * [language type](http://www.ecma-international.org/ecma-262/7.0/#sec-ecmascript-language-types) - * of `Object`. (e.g. arrays, functions, objects, regexes, `new Number(0)`, and `new String('')`) - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is an object, else `false`. - * @example - * - * _.isObject({}); - * // => true - * - * _.isObject([1, 2, 3]); - * // => true - * - * _.isObject(_.noop); - * // => true - * - * _.isObject(null); - * // => false - */ -function isObject(value) { - var type = typeof value; - return value != null && (type == 'object' || type == 'function'); -} - -module.exports = isObject; diff --git a/software/flow/node_modules/lodash/isObjectLike.js b/software/flow/node_modules/lodash/isObjectLike.js deleted file mode 100644 index 301716b..0000000 --- a/software/flow/node_modules/lodash/isObjectLike.js +++ /dev/null @@ -1,29 +0,0 @@ -/** - * Checks if `value` is object-like. A value is object-like if it's not `null` - * and has a `typeof` result of "object". - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is object-like, else `false`. - * @example - * - * _.isObjectLike({}); - * // => true - * - * _.isObjectLike([1, 2, 3]); - * // => true - * - * _.isObjectLike(_.noop); - * // => false - * - * _.isObjectLike(null); - * // => false - */ -function isObjectLike(value) { - return value != null && typeof value == 'object'; -} - -module.exports = isObjectLike; diff --git a/software/flow/node_modules/lodash/isPlainObject.js b/software/flow/node_modules/lodash/isPlainObject.js deleted file mode 100644 index 2387373..0000000 --- a/software/flow/node_modules/lodash/isPlainObject.js +++ /dev/null @@ -1,62 +0,0 @@ -var baseGetTag = require('./_baseGetTag'), - getPrototype = require('./_getPrototype'), - isObjectLike = require('./isObjectLike'); - -/** `Object#toString` result references. */ -var objectTag = '[object Object]'; - -/** Used for built-in method references. */ -var funcProto = Function.prototype, - objectProto = Object.prototype; - -/** Used to resolve the decompiled source of functions. */ -var funcToString = funcProto.toString; - -/** Used to check objects for own properties. */ -var hasOwnProperty = objectProto.hasOwnProperty; - -/** Used to infer the `Object` constructor. */ -var objectCtorString = funcToString.call(Object); - -/** - * Checks if `value` is a plain object, that is, an object created by the - * `Object` constructor or one with a `[[Prototype]]` of `null`. - * - * @static - * @memberOf _ - * @since 0.8.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is a plain object, else `false`. - * @example - * - * function Foo() { - * this.a = 1; - * } - * - * _.isPlainObject(new Foo); - * // => false - * - * _.isPlainObject([1, 2, 3]); - * // => false - * - * _.isPlainObject({ 'x': 0, 'y': 0 }); - * // => true - * - * _.isPlainObject(Object.create(null)); - * // => true - */ -function isPlainObject(value) { - if (!isObjectLike(value) || baseGetTag(value) != objectTag) { - return false; - } - var proto = getPrototype(value); - if (proto === null) { - return true; - } - var Ctor = hasOwnProperty.call(proto, 'constructor') && proto.constructor; - return typeof Ctor == 'function' && Ctor instanceof Ctor && - funcToString.call(Ctor) == objectCtorString; -} - -module.exports = isPlainObject; diff --git a/software/flow/node_modules/lodash/isRegExp.js b/software/flow/node_modules/lodash/isRegExp.js deleted file mode 100644 index 76c9b6e..0000000 --- a/software/flow/node_modules/lodash/isRegExp.js +++ /dev/null @@ -1,27 +0,0 @@ -var baseIsRegExp = require('./_baseIsRegExp'), - baseUnary = require('./_baseUnary'), - nodeUtil = require('./_nodeUtil'); - -/* Node.js helper references. */ -var nodeIsRegExp = nodeUtil && nodeUtil.isRegExp; - -/** - * Checks if `value` is classified as a `RegExp` object. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is a regexp, else `false`. - * @example - * - * _.isRegExp(/abc/); - * // => true - * - * _.isRegExp('/abc/'); - * // => false - */ -var isRegExp = nodeIsRegExp ? baseUnary(nodeIsRegExp) : baseIsRegExp; - -module.exports = isRegExp; diff --git a/software/flow/node_modules/lodash/isSafeInteger.js b/software/flow/node_modules/lodash/isSafeInteger.js deleted file mode 100644 index 2a48526..0000000 --- a/software/flow/node_modules/lodash/isSafeInteger.js +++ /dev/null @@ -1,37 +0,0 @@ -var isInteger = require('./isInteger'); - -/** Used as references for various `Number` constants. */ -var MAX_SAFE_INTEGER = 9007199254740991; - -/** - * Checks if `value` is a safe integer. An integer is safe if it's an IEEE-754 - * double precision number which isn't the result of a rounded unsafe integer. - * - * **Note:** This method is based on - * [`Number.isSafeInteger`](https://mdn.io/Number/isSafeInteger). - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is a safe integer, else `false`. - * @example - * - * _.isSafeInteger(3); - * // => true - * - * _.isSafeInteger(Number.MIN_VALUE); - * // => false - * - * _.isSafeInteger(Infinity); - * // => false - * - * _.isSafeInteger('3'); - * // => false - */ -function isSafeInteger(value) { - return isInteger(value) && value >= -MAX_SAFE_INTEGER && value <= MAX_SAFE_INTEGER; -} - -module.exports = isSafeInteger; diff --git a/software/flow/node_modules/lodash/isSet.js b/software/flow/node_modules/lodash/isSet.js deleted file mode 100644 index ab88bdf..0000000 --- a/software/flow/node_modules/lodash/isSet.js +++ /dev/null @@ -1,27 +0,0 @@ -var baseIsSet = require('./_baseIsSet'), - baseUnary = require('./_baseUnary'), - nodeUtil = require('./_nodeUtil'); - -/* Node.js helper references. */ -var nodeIsSet = nodeUtil && nodeUtil.isSet; - -/** - * Checks if `value` is classified as a `Set` object. - * - * @static - * @memberOf _ - * @since 4.3.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is a set, else `false`. - * @example - * - * _.isSet(new Set); - * // => true - * - * _.isSet(new WeakSet); - * // => false - */ -var isSet = nodeIsSet ? baseUnary(nodeIsSet) : baseIsSet; - -module.exports = isSet; diff --git a/software/flow/node_modules/lodash/isString.js b/software/flow/node_modules/lodash/isString.js deleted file mode 100644 index 627eb9c..0000000 --- a/software/flow/node_modules/lodash/isString.js +++ /dev/null @@ -1,30 +0,0 @@ -var baseGetTag = require('./_baseGetTag'), - isArray = require('./isArray'), - isObjectLike = require('./isObjectLike'); - -/** `Object#toString` result references. */ -var stringTag = '[object String]'; - -/** - * Checks if `value` is classified as a `String` primitive or object. - * - * @static - * @since 0.1.0 - * @memberOf _ - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is a string, else `false`. - * @example - * - * _.isString('abc'); - * // => true - * - * _.isString(1); - * // => false - */ -function isString(value) { - return typeof value == 'string' || - (!isArray(value) && isObjectLike(value) && baseGetTag(value) == stringTag); -} - -module.exports = isString; diff --git a/software/flow/node_modules/lodash/isSymbol.js b/software/flow/node_modules/lodash/isSymbol.js deleted file mode 100644 index dfb60b9..0000000 --- a/software/flow/node_modules/lodash/isSymbol.js +++ /dev/null @@ -1,29 +0,0 @@ -var baseGetTag = require('./_baseGetTag'), - isObjectLike = require('./isObjectLike'); - -/** `Object#toString` result references. */ -var symbolTag = '[object Symbol]'; - -/** - * Checks if `value` is classified as a `Symbol` primitive or object. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is a symbol, else `false`. - * @example - * - * _.isSymbol(Symbol.iterator); - * // => true - * - * _.isSymbol('abc'); - * // => false - */ -function isSymbol(value) { - return typeof value == 'symbol' || - (isObjectLike(value) && baseGetTag(value) == symbolTag); -} - -module.exports = isSymbol; diff --git a/software/flow/node_modules/lodash/isTypedArray.js b/software/flow/node_modules/lodash/isTypedArray.js deleted file mode 100644 index da3f8dd..0000000 --- a/software/flow/node_modules/lodash/isTypedArray.js +++ /dev/null @@ -1,27 +0,0 @@ -var baseIsTypedArray = require('./_baseIsTypedArray'), - baseUnary = require('./_baseUnary'), - nodeUtil = require('./_nodeUtil'); - -/* Node.js helper references. */ -var nodeIsTypedArray = nodeUtil && nodeUtil.isTypedArray; - -/** - * Checks if `value` is classified as a typed array. - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is a typed array, else `false`. - * @example - * - * _.isTypedArray(new Uint8Array); - * // => true - * - * _.isTypedArray([]); - * // => false - */ -var isTypedArray = nodeIsTypedArray ? baseUnary(nodeIsTypedArray) : baseIsTypedArray; - -module.exports = isTypedArray; diff --git a/software/flow/node_modules/lodash/isUndefined.js b/software/flow/node_modules/lodash/isUndefined.js deleted file mode 100644 index 377d121..0000000 --- a/software/flow/node_modules/lodash/isUndefined.js +++ /dev/null @@ -1,22 +0,0 @@ -/** - * Checks if `value` is `undefined`. - * - * @static - * @since 0.1.0 - * @memberOf _ - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is `undefined`, else `false`. - * @example - * - * _.isUndefined(void 0); - * // => true - * - * _.isUndefined(null); - * // => false - */ -function isUndefined(value) { - return value === undefined; -} - -module.exports = isUndefined; diff --git a/software/flow/node_modules/lodash/isWeakMap.js b/software/flow/node_modules/lodash/isWeakMap.js deleted file mode 100644 index 8d36f66..0000000 --- a/software/flow/node_modules/lodash/isWeakMap.js +++ /dev/null @@ -1,28 +0,0 @@ -var getTag = require('./_getTag'), - isObjectLike = require('./isObjectLike'); - -/** `Object#toString` result references. */ -var weakMapTag = '[object WeakMap]'; - -/** - * Checks if `value` is classified as a `WeakMap` object. - * - * @static - * @memberOf _ - * @since 4.3.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is a weak map, else `false`. - * @example - * - * _.isWeakMap(new WeakMap); - * // => true - * - * _.isWeakMap(new Map); - * // => false - */ -function isWeakMap(value) { - return isObjectLike(value) && getTag(value) == weakMapTag; -} - -module.exports = isWeakMap; diff --git a/software/flow/node_modules/lodash/isWeakSet.js b/software/flow/node_modules/lodash/isWeakSet.js deleted file mode 100644 index e628b26..0000000 --- a/software/flow/node_modules/lodash/isWeakSet.js +++ /dev/null @@ -1,28 +0,0 @@ -var baseGetTag = require('./_baseGetTag'), - isObjectLike = require('./isObjectLike'); - -/** `Object#toString` result references. */ -var weakSetTag = '[object WeakSet]'; - -/** - * Checks if `value` is classified as a `WeakSet` object. - * - * @static - * @memberOf _ - * @since 4.3.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is a weak set, else `false`. - * @example - * - * _.isWeakSet(new WeakSet); - * // => true - * - * _.isWeakSet(new Set); - * // => false - */ -function isWeakSet(value) { - return isObjectLike(value) && baseGetTag(value) == weakSetTag; -} - -module.exports = isWeakSet; diff --git a/software/flow/node_modules/lodash/iteratee.js b/software/flow/node_modules/lodash/iteratee.js deleted file mode 100644 index 61b73a8..0000000 --- a/software/flow/node_modules/lodash/iteratee.js +++ /dev/null @@ -1,53 +0,0 @@ -var baseClone = require('./_baseClone'), - baseIteratee = require('./_baseIteratee'); - -/** Used to compose bitmasks for cloning. */ -var CLONE_DEEP_FLAG = 1; - -/** - * Creates a function that invokes `func` with the arguments of the created - * function. If `func` is a property name, the created function returns the - * property value for a given element. If `func` is an array or object, the - * created function returns `true` for elements that contain the equivalent - * source properties, otherwise it returns `false`. - * - * @static - * @since 4.0.0 - * @memberOf _ - * @category Util - * @param {*} [func=_.identity] The value to convert to a callback. - * @returns {Function} Returns the callback. - * @example - * - * var users = [ - * { 'user': 'barney', 'age': 36, 'active': true }, - * { 'user': 'fred', 'age': 40, 'active': false } - * ]; - * - * // The `_.matches` iteratee shorthand. - * _.filter(users, _.iteratee({ 'user': 'barney', 'active': true })); - * // => [{ 'user': 'barney', 'age': 36, 'active': true }] - * - * // The `_.matchesProperty` iteratee shorthand. - * _.filter(users, _.iteratee(['user', 'fred'])); - * // => [{ 'user': 'fred', 'age': 40 }] - * - * // The `_.property` iteratee shorthand. - * _.map(users, _.iteratee('user')); - * // => ['barney', 'fred'] - * - * // Create custom iteratee shorthands. - * _.iteratee = _.wrap(_.iteratee, function(iteratee, func) { - * return !_.isRegExp(func) ? iteratee(func) : function(string) { - * return func.test(string); - * }; - * }); - * - * _.filter(['abc', 'def'], /ef/); - * // => ['def'] - */ -function iteratee(func) { - return baseIteratee(typeof func == 'function' ? func : baseClone(func, CLONE_DEEP_FLAG)); -} - -module.exports = iteratee; diff --git a/software/flow/node_modules/lodash/join.js b/software/flow/node_modules/lodash/join.js deleted file mode 100644 index 45de079..0000000 --- a/software/flow/node_modules/lodash/join.js +++ /dev/null @@ -1,26 +0,0 @@ -/** Used for built-in method references. */ -var arrayProto = Array.prototype; - -/* Built-in method references for those with the same name as other `lodash` methods. */ -var nativeJoin = arrayProto.join; - -/** - * Converts all elements in `array` into a string separated by `separator`. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Array - * @param {Array} array The array to convert. - * @param {string} [separator=','] The element separator. - * @returns {string} Returns the joined string. - * @example - * - * _.join(['a', 'b', 'c'], '~'); - * // => 'a~b~c' - */ -function join(array, separator) { - return array == null ? '' : nativeJoin.call(array, separator); -} - -module.exports = join; diff --git a/software/flow/node_modules/lodash/kebabCase.js b/software/flow/node_modules/lodash/kebabCase.js deleted file mode 100644 index 8a52be6..0000000 --- a/software/flow/node_modules/lodash/kebabCase.js +++ /dev/null @@ -1,28 +0,0 @@ -var createCompounder = require('./_createCompounder'); - -/** - * Converts `string` to - * [kebab case](https://en.wikipedia.org/wiki/Letter_case#Special_case_styles). - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category String - * @param {string} [string=''] The string to convert. - * @returns {string} Returns the kebab cased string. - * @example - * - * _.kebabCase('Foo Bar'); - * // => 'foo-bar' - * - * _.kebabCase('fooBar'); - * // => 'foo-bar' - * - * _.kebabCase('__FOO_BAR__'); - * // => 'foo-bar' - */ -var kebabCase = createCompounder(function(result, word, index) { - return result + (index ? '-' : '') + word.toLowerCase(); -}); - -module.exports = kebabCase; diff --git a/software/flow/node_modules/lodash/keyBy.js b/software/flow/node_modules/lodash/keyBy.js deleted file mode 100644 index acc007a..0000000 --- a/software/flow/node_modules/lodash/keyBy.js +++ /dev/null @@ -1,36 +0,0 @@ -var baseAssignValue = require('./_baseAssignValue'), - createAggregator = require('./_createAggregator'); - -/** - * Creates an object composed of keys generated from the results of running - * each element of `collection` thru `iteratee`. The corresponding value of - * each key is the last element responsible for generating the key. The - * iteratee is invoked with one argument: (value). - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Collection - * @param {Array|Object} collection The collection to iterate over. - * @param {Function} [iteratee=_.identity] The iteratee to transform keys. - * @returns {Object} Returns the composed aggregate object. - * @example - * - * var array = [ - * { 'dir': 'left', 'code': 97 }, - * { 'dir': 'right', 'code': 100 } - * ]; - * - * _.keyBy(array, function(o) { - * return String.fromCharCode(o.code); - * }); - * // => { 'a': { 'dir': 'left', 'code': 97 }, 'd': { 'dir': 'right', 'code': 100 } } - * - * _.keyBy(array, 'dir'); - * // => { 'left': { 'dir': 'left', 'code': 97 }, 'right': { 'dir': 'right', 'code': 100 } } - */ -var keyBy = createAggregator(function(result, value, key) { - baseAssignValue(result, key, value); -}); - -module.exports = keyBy; diff --git a/software/flow/node_modules/lodash/keys.js b/software/flow/node_modules/lodash/keys.js deleted file mode 100644 index d143c71..0000000 --- a/software/flow/node_modules/lodash/keys.js +++ /dev/null @@ -1,37 +0,0 @@ -var arrayLikeKeys = require('./_arrayLikeKeys'), - baseKeys = require('./_baseKeys'), - isArrayLike = require('./isArrayLike'); - -/** - * Creates an array of the own enumerable property names of `object`. - * - * **Note:** Non-object values are coerced to objects. See the - * [ES spec](http://ecma-international.org/ecma-262/7.0/#sec-object.keys) - * for more details. - * - * @static - * @since 0.1.0 - * @memberOf _ - * @category Object - * @param {Object} object The object to query. - * @returns {Array} Returns the array of property names. - * @example - * - * function Foo() { - * this.a = 1; - * this.b = 2; - * } - * - * Foo.prototype.c = 3; - * - * _.keys(new Foo); - * // => ['a', 'b'] (iteration order is not guaranteed) - * - * _.keys('hi'); - * // => ['0', '1'] - */ -function keys(object) { - return isArrayLike(object) ? arrayLikeKeys(object) : baseKeys(object); -} - -module.exports = keys; diff --git a/software/flow/node_modules/lodash/keysIn.js b/software/flow/node_modules/lodash/keysIn.js deleted file mode 100644 index a62308f..0000000 --- a/software/flow/node_modules/lodash/keysIn.js +++ /dev/null @@ -1,32 +0,0 @@ -var arrayLikeKeys = require('./_arrayLikeKeys'), - baseKeysIn = require('./_baseKeysIn'), - isArrayLike = require('./isArrayLike'); - -/** - * Creates an array of the own and inherited enumerable property names of `object`. - * - * **Note:** Non-object values are coerced to objects. - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category Object - * @param {Object} object The object to query. - * @returns {Array} Returns the array of property names. - * @example - * - * function Foo() { - * this.a = 1; - * this.b = 2; - * } - * - * Foo.prototype.c = 3; - * - * _.keysIn(new Foo); - * // => ['a', 'b', 'c'] (iteration order is not guaranteed) - */ -function keysIn(object) { - return isArrayLike(object) ? arrayLikeKeys(object, true) : baseKeysIn(object); -} - -module.exports = keysIn; diff --git a/software/flow/node_modules/lodash/lang.js b/software/flow/node_modules/lodash/lang.js deleted file mode 100644 index a396216..0000000 --- a/software/flow/node_modules/lodash/lang.js +++ /dev/null @@ -1,58 +0,0 @@ -module.exports = { - 'castArray': require('./castArray'), - 'clone': require('./clone'), - 'cloneDeep': require('./cloneDeep'), - 'cloneDeepWith': require('./cloneDeepWith'), - 'cloneWith': require('./cloneWith'), - 'conformsTo': require('./conformsTo'), - 'eq': require('./eq'), - 'gt': require('./gt'), - 'gte': require('./gte'), - 'isArguments': require('./isArguments'), - 'isArray': require('./isArray'), - 'isArrayBuffer': require('./isArrayBuffer'), - 'isArrayLike': require('./isArrayLike'), - 'isArrayLikeObject': require('./isArrayLikeObject'), - 'isBoolean': require('./isBoolean'), - 'isBuffer': require('./isBuffer'), - 'isDate': require('./isDate'), - 'isElement': require('./isElement'), - 'isEmpty': require('./isEmpty'), - 'isEqual': require('./isEqual'), - 'isEqualWith': require('./isEqualWith'), - 'isError': require('./isError'), - 'isFinite': require('./isFinite'), - 'isFunction': require('./isFunction'), - 'isInteger': require('./isInteger'), - 'isLength': require('./isLength'), - 'isMap': require('./isMap'), - 'isMatch': require('./isMatch'), - 'isMatchWith': require('./isMatchWith'), - 'isNaN': require('./isNaN'), - 'isNative': require('./isNative'), - 'isNil': require('./isNil'), - 'isNull': require('./isNull'), - 'isNumber': require('./isNumber'), - 'isObject': require('./isObject'), - 'isObjectLike': require('./isObjectLike'), - 'isPlainObject': require('./isPlainObject'), - 'isRegExp': require('./isRegExp'), - 'isSafeInteger': require('./isSafeInteger'), - 'isSet': require('./isSet'), - 'isString': require('./isString'), - 'isSymbol': require('./isSymbol'), - 'isTypedArray': require('./isTypedArray'), - 'isUndefined': require('./isUndefined'), - 'isWeakMap': require('./isWeakMap'), - 'isWeakSet': require('./isWeakSet'), - 'lt': require('./lt'), - 'lte': require('./lte'), - 'toArray': require('./toArray'), - 'toFinite': require('./toFinite'), - 'toInteger': require('./toInteger'), - 'toLength': require('./toLength'), - 'toNumber': require('./toNumber'), - 'toPlainObject': require('./toPlainObject'), - 'toSafeInteger': require('./toSafeInteger'), - 'toString': require('./toString') -}; diff --git a/software/flow/node_modules/lodash/last.js b/software/flow/node_modules/lodash/last.js deleted file mode 100644 index cad1eaf..0000000 --- a/software/flow/node_modules/lodash/last.js +++ /dev/null @@ -1,20 +0,0 @@ -/** - * Gets the last element of `array`. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Array - * @param {Array} array The array to query. - * @returns {*} Returns the last element of `array`. - * @example - * - * _.last([1, 2, 3]); - * // => 3 - */ -function last(array) { - var length = array == null ? 0 : array.length; - return length ? array[length - 1] : undefined; -} - -module.exports = last; diff --git a/software/flow/node_modules/lodash/lastIndexOf.js b/software/flow/node_modules/lodash/lastIndexOf.js deleted file mode 100644 index dabfb61..0000000 --- a/software/flow/node_modules/lodash/lastIndexOf.js +++ /dev/null @@ -1,46 +0,0 @@ -var baseFindIndex = require('./_baseFindIndex'), - baseIsNaN = require('./_baseIsNaN'), - strictLastIndexOf = require('./_strictLastIndexOf'), - toInteger = require('./toInteger'); - -/* Built-in method references for those with the same name as other `lodash` methods. */ -var nativeMax = Math.max, - nativeMin = Math.min; - -/** - * This method is like `_.indexOf` except that it iterates over elements of - * `array` from right to left. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Array - * @param {Array} array The array to inspect. - * @param {*} value The value to search for. - * @param {number} [fromIndex=array.length-1] The index to search from. - * @returns {number} Returns the index of the matched value, else `-1`. - * @example - * - * _.lastIndexOf([1, 2, 1, 2], 2); - * // => 3 - * - * // Search from the `fromIndex`. - * _.lastIndexOf([1, 2, 1, 2], 2, 2); - * // => 1 - */ -function lastIndexOf(array, value, fromIndex) { - var length = array == null ? 0 : array.length; - if (!length) { - return -1; - } - var index = length; - if (fromIndex !== undefined) { - index = toInteger(fromIndex); - index = index < 0 ? nativeMax(length + index, 0) : nativeMin(index, length - 1); - } - return value === value - ? strictLastIndexOf(array, value, index) - : baseFindIndex(array, baseIsNaN, index, true); -} - -module.exports = lastIndexOf; diff --git a/software/flow/node_modules/lodash/lodash.js b/software/flow/node_modules/lodash/lodash.js deleted file mode 100644 index 4131e93..0000000 --- a/software/flow/node_modules/lodash/lodash.js +++ /dev/null @@ -1,17209 +0,0 @@ -/** - * @license - * Lodash <https://lodash.com/> - * Copyright OpenJS Foundation and other contributors <https://openjsf.org/> - * Released under MIT license <https://lodash.com/license> - * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE> - * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors - */ -;(function() { - - /** Used as a safe reference for `undefined` in pre-ES5 environments. */ - var undefined; - - /** Used as the semantic version number. */ - var VERSION = '4.17.21'; - - /** Used as the size to enable large array optimizations. */ - var LARGE_ARRAY_SIZE = 200; - - /** Error message constants. */ - var CORE_ERROR_TEXT = 'Unsupported core-js use. Try https://npms.io/search?q=ponyfill.', - FUNC_ERROR_TEXT = 'Expected a function', - INVALID_TEMPL_VAR_ERROR_TEXT = 'Invalid `variable` option passed into `_.template`'; - - /** Used to stand-in for `undefined` hash values. */ - var HASH_UNDEFINED = '__lodash_hash_undefined__'; - - /** Used as the maximum memoize cache size. */ - var MAX_MEMOIZE_SIZE = 500; - - /** Used as the internal argument placeholder. */ - var PLACEHOLDER = '__lodash_placeholder__'; - - /** Used to compose bitmasks for cloning. */ - var CLONE_DEEP_FLAG = 1, - CLONE_FLAT_FLAG = 2, - CLONE_SYMBOLS_FLAG = 4; - - /** Used to compose bitmasks for value comparisons. */ - var COMPARE_PARTIAL_FLAG = 1, - COMPARE_UNORDERED_FLAG = 2; - - /** Used to compose bitmasks for function metadata. */ - var WRAP_BIND_FLAG = 1, - WRAP_BIND_KEY_FLAG = 2, - WRAP_CURRY_BOUND_FLAG = 4, - WRAP_CURRY_FLAG = 8, - WRAP_CURRY_RIGHT_FLAG = 16, - WRAP_PARTIAL_FLAG = 32, - WRAP_PARTIAL_RIGHT_FLAG = 64, - WRAP_ARY_FLAG = 128, - WRAP_REARG_FLAG = 256, - WRAP_FLIP_FLAG = 512; - - /** Used as default options for `_.truncate`. */ - var DEFAULT_TRUNC_LENGTH = 30, - DEFAULT_TRUNC_OMISSION = '...'; - - /** Used to detect hot functions by number of calls within a span of milliseconds. */ - var HOT_COUNT = 800, - HOT_SPAN = 16; - - /** Used to indicate the type of lazy iteratees. */ - var LAZY_FILTER_FLAG = 1, - LAZY_MAP_FLAG = 2, - LAZY_WHILE_FLAG = 3; - - /** Used as references for various `Number` constants. */ - var INFINITY = 1 / 0, - MAX_SAFE_INTEGER = 9007199254740991, - MAX_INTEGER = 1.7976931348623157e+308, - NAN = 0 / 0; - - /** Used as references for the maximum length and index of an array. */ - var MAX_ARRAY_LENGTH = 4294967295, - MAX_ARRAY_INDEX = MAX_ARRAY_LENGTH - 1, - HALF_MAX_ARRAY_LENGTH = MAX_ARRAY_LENGTH >>> 1; - - /** Used to associate wrap methods with their bit flags. */ - var wrapFlags = [ - ['ary', WRAP_ARY_FLAG], - ['bind', WRAP_BIND_FLAG], - ['bindKey', WRAP_BIND_KEY_FLAG], - ['curry', WRAP_CURRY_FLAG], - ['curryRight', WRAP_CURRY_RIGHT_FLAG], - ['flip', WRAP_FLIP_FLAG], - ['partial', WRAP_PARTIAL_FLAG], - ['partialRight', WRAP_PARTIAL_RIGHT_FLAG], - ['rearg', WRAP_REARG_FLAG] - ]; - - /** `Object#toString` result references. */ - var argsTag = '[object Arguments]', - arrayTag = '[object Array]', - asyncTag = '[object AsyncFunction]', - boolTag = '[object Boolean]', - dateTag = '[object Date]', - domExcTag = '[object DOMException]', - errorTag = '[object Error]', - funcTag = '[object Function]', - genTag = '[object GeneratorFunction]', - mapTag = '[object Map]', - numberTag = '[object Number]', - nullTag = '[object Null]', - objectTag = '[object Object]', - promiseTag = '[object Promise]', - proxyTag = '[object Proxy]', - regexpTag = '[object RegExp]', - setTag = '[object Set]', - stringTag = '[object String]', - symbolTag = '[object Symbol]', - undefinedTag = '[object Undefined]', - weakMapTag = '[object WeakMap]', - weakSetTag = '[object WeakSet]'; - - var arrayBufferTag = '[object ArrayBuffer]', - dataViewTag = '[object DataView]', - float32Tag = '[object Float32Array]', - float64Tag = '[object Float64Array]', - int8Tag = '[object Int8Array]', - int16Tag = '[object Int16Array]', - int32Tag = '[object Int32Array]', - uint8Tag = '[object Uint8Array]', - uint8ClampedTag = '[object Uint8ClampedArray]', - uint16Tag = '[object Uint16Array]', - uint32Tag = '[object Uint32Array]'; - - /** Used to match empty string literals in compiled template source. */ - var reEmptyStringLeading = /\b__p \+= '';/g, - reEmptyStringMiddle = /\b(__p \+=) '' \+/g, - reEmptyStringTrailing = /(__e\(.*?\)|\b__t\)) \+\n'';/g; - - /** Used to match HTML entities and HTML characters. */ - var reEscapedHtml = /&(?:amp|lt|gt|quot|#39);/g, - reUnescapedHtml = /[&<>"']/g, - reHasEscapedHtml = RegExp(reEscapedHtml.source), - reHasUnescapedHtml = RegExp(reUnescapedHtml.source); - - /** Used to match template delimiters. */ - var reEscape = /<%-([\s\S]+?)%>/g, - reEvaluate = /<%([\s\S]+?)%>/g, - reInterpolate = /<%=([\s\S]+?)%>/g; - - /** Used to match property names within property paths. */ - var reIsDeepProp = /\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/, - reIsPlainProp = /^\w*$/, - rePropName = /[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g; - - /** - * Used to match `RegExp` - * [syntax characters](http://ecma-international.org/ecma-262/7.0/#sec-patterns). - */ - var reRegExpChar = /[\\^$.*+?()[\]{}|]/g, - reHasRegExpChar = RegExp(reRegExpChar.source); - - /** Used to match leading whitespace. */ - var reTrimStart = /^\s+/; - - /** Used to match a single whitespace character. */ - var reWhitespace = /\s/; - - /** Used to match wrap detail comments. */ - var reWrapComment = /\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/, - reWrapDetails = /\{\n\/\* \[wrapped with (.+)\] \*/, - reSplitDetails = /,? & /; - - /** Used to match words composed of alphanumeric characters. */ - var reAsciiWord = /[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g; - - /** - * Used to validate the `validate` option in `_.template` variable. - * - * Forbids characters which could potentially change the meaning of the function argument definition: - * - "()," (modification of function parameters) - * - "=" (default value) - * - "[]{}" (destructuring of function parameters) - * - "/" (beginning of a comment) - * - whitespace - */ - var reForbiddenIdentifierChars = /[()=,{}\[\]\/\s]/; - - /** Used to match backslashes in property paths. */ - var reEscapeChar = /\\(\\)?/g; - - /** - * Used to match - * [ES template delimiters](http://ecma-international.org/ecma-262/7.0/#sec-template-literal-lexical-components). - */ - var reEsTemplate = /\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g; - - /** Used to match `RegExp` flags from their coerced string values. */ - var reFlags = /\w*$/; - - /** Used to detect bad signed hexadecimal string values. */ - var reIsBadHex = /^[-+]0x[0-9a-f]+$/i; - - /** Used to detect binary string values. */ - var reIsBinary = /^0b[01]+$/i; - - /** Used to detect host constructors (Safari). */ - var reIsHostCtor = /^\[object .+?Constructor\]$/; - - /** Used to detect octal string values. */ - var reIsOctal = /^0o[0-7]+$/i; - - /** Used to detect unsigned integer values. */ - var reIsUint = /^(?:0|[1-9]\d*)$/; - - /** Used to match Latin Unicode letters (excluding mathematical operators). */ - var reLatin = /[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g; - - /** Used to ensure capturing order of template delimiters. */ - var reNoMatch = /($^)/; - - /** Used to match unescaped characters in compiled string literals. */ - var reUnescapedString = /['\n\r\u2028\u2029\\]/g; - - /** Used to compose unicode character classes. */ - var rsAstralRange = '\\ud800-\\udfff', - rsComboMarksRange = '\\u0300-\\u036f', - reComboHalfMarksRange = '\\ufe20-\\ufe2f', - rsComboSymbolsRange = '\\u20d0-\\u20ff', - rsComboRange = rsComboMarksRange + reComboHalfMarksRange + rsComboSymbolsRange, - rsDingbatRange = '\\u2700-\\u27bf', - rsLowerRange = 'a-z\\xdf-\\xf6\\xf8-\\xff', - rsMathOpRange = '\\xac\\xb1\\xd7\\xf7', - rsNonCharRange = '\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf', - rsPunctuationRange = '\\u2000-\\u206f', - rsSpaceRange = ' \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000', - rsUpperRange = 'A-Z\\xc0-\\xd6\\xd8-\\xde', - rsVarRange = '\\ufe0e\\ufe0f', - rsBreakRange = rsMathOpRange + rsNonCharRange + rsPunctuationRange + rsSpaceRange; - - /** Used to compose unicode capture groups. */ - var rsApos = "['\u2019]", - rsAstral = '[' + rsAstralRange + ']', - rsBreak = '[' + rsBreakRange + ']', - rsCombo = '[' + rsComboRange + ']', - rsDigits = '\\d+', - rsDingbat = '[' + rsDingbatRange + ']', - rsLower = '[' + rsLowerRange + ']', - rsMisc = '[^' + rsAstralRange + rsBreakRange + rsDigits + rsDingbatRange + rsLowerRange + rsUpperRange + ']', - rsFitz = '\\ud83c[\\udffb-\\udfff]', - rsModifier = '(?:' + rsCombo + '|' + rsFitz + ')', - rsNonAstral = '[^' + rsAstralRange + ']', - rsRegional = '(?:\\ud83c[\\udde6-\\uddff]){2}', - rsSurrPair = '[\\ud800-\\udbff][\\udc00-\\udfff]', - rsUpper = '[' + rsUpperRange + ']', - rsZWJ = '\\u200d'; - - /** Used to compose unicode regexes. */ - var rsMiscLower = '(?:' + rsLower + '|' + rsMisc + ')', - rsMiscUpper = '(?:' + rsUpper + '|' + rsMisc + ')', - rsOptContrLower = '(?:' + rsApos + '(?:d|ll|m|re|s|t|ve))?', - rsOptContrUpper = '(?:' + rsApos + '(?:D|LL|M|RE|S|T|VE))?', - reOptMod = rsModifier + '?', - rsOptVar = '[' + rsVarRange + ']?', - rsOptJoin = '(?:' + rsZWJ + '(?:' + [rsNonAstral, rsRegional, rsSurrPair].join('|') + ')' + rsOptVar + reOptMod + ')*', - rsOrdLower = '\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])', - rsOrdUpper = '\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])', - rsSeq = rsOptVar + reOptMod + rsOptJoin, - rsEmoji = '(?:' + [rsDingbat, rsRegional, rsSurrPair].join('|') + ')' + rsSeq, - rsSymbol = '(?:' + [rsNonAstral + rsCombo + '?', rsCombo, rsRegional, rsSurrPair, rsAstral].join('|') + ')'; - - /** Used to match apostrophes. */ - var reApos = RegExp(rsApos, 'g'); - - /** - * Used to match [combining diacritical marks](https://en.wikipedia.org/wiki/Combining_Diacritical_Marks) and - * [combining diacritical marks for symbols](https://en.wikipedia.org/wiki/Combining_Diacritical_Marks_for_Symbols). - */ - var reComboMark = RegExp(rsCombo, 'g'); - - /** Used to match [string symbols](https://mathiasbynens.be/notes/javascript-unicode). */ - var reUnicode = RegExp(rsFitz + '(?=' + rsFitz + ')|' + rsSymbol + rsSeq, 'g'); - - /** Used to match complex or compound words. */ - var reUnicodeWord = RegExp([ - rsUpper + '?' + rsLower + '+' + rsOptContrLower + '(?=' + [rsBreak, rsUpper, '$'].join('|') + ')', - rsMiscUpper + '+' + rsOptContrUpper + '(?=' + [rsBreak, rsUpper + rsMiscLower, '$'].join('|') + ')', - rsUpper + '?' + rsMiscLower + '+' + rsOptContrLower, - rsUpper + '+' + rsOptContrUpper, - rsOrdUpper, - rsOrdLower, - rsDigits, - rsEmoji - ].join('|'), 'g'); - - /** Used to detect strings with [zero-width joiners or code points from the astral planes](http://eev.ee/blog/2015/09/12/dark-corners-of-unicode/). */ - var reHasUnicode = RegExp('[' + rsZWJ + rsAstralRange + rsComboRange + rsVarRange + ']'); - - /** Used to detect strings that need a more robust regexp to match words. */ - var reHasUnicodeWord = /[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/; - - /** Used to assign default `context` object properties. */ - var contextProps = [ - 'Array', 'Buffer', 'DataView', 'Date', 'Error', 'Float32Array', 'Float64Array', - 'Function', 'Int8Array', 'Int16Array', 'Int32Array', 'Map', 'Math', 'Object', - 'Promise', 'RegExp', 'Set', 'String', 'Symbol', 'TypeError', 'Uint8Array', - 'Uint8ClampedArray', 'Uint16Array', 'Uint32Array', 'WeakMap', - '_', 'clearTimeout', 'isFinite', 'parseInt', 'setTimeout' - ]; - - /** Used to make template sourceURLs easier to identify. */ - var templateCounter = -1; - - /** Used to identify `toStringTag` values of typed arrays. */ - var typedArrayTags = {}; - typedArrayTags[float32Tag] = typedArrayTags[float64Tag] = - typedArrayTags[int8Tag] = typedArrayTags[int16Tag] = - typedArrayTags[int32Tag] = typedArrayTags[uint8Tag] = - typedArrayTags[uint8ClampedTag] = typedArrayTags[uint16Tag] = - typedArrayTags[uint32Tag] = true; - typedArrayTags[argsTag] = typedArrayTags[arrayTag] = - typedArrayTags[arrayBufferTag] = typedArrayTags[boolTag] = - typedArrayTags[dataViewTag] = typedArrayTags[dateTag] = - typedArrayTags[errorTag] = typedArrayTags[funcTag] = - typedArrayTags[mapTag] = typedArrayTags[numberTag] = - typedArrayTags[objectTag] = typedArrayTags[regexpTag] = - typedArrayTags[setTag] = typedArrayTags[stringTag] = - typedArrayTags[weakMapTag] = false; - - /** Used to identify `toStringTag` values supported by `_.clone`. */ - var cloneableTags = {}; - cloneableTags[argsTag] = cloneableTags[arrayTag] = - cloneableTags[arrayBufferTag] = cloneableTags[dataViewTag] = - cloneableTags[boolTag] = cloneableTags[dateTag] = - cloneableTags[float32Tag] = cloneableTags[float64Tag] = - cloneableTags[int8Tag] = cloneableTags[int16Tag] = - cloneableTags[int32Tag] = cloneableTags[mapTag] = - cloneableTags[numberTag] = cloneableTags[objectTag] = - cloneableTags[regexpTag] = cloneableTags[setTag] = - cloneableTags[stringTag] = cloneableTags[symbolTag] = - cloneableTags[uint8Tag] = cloneableTags[uint8ClampedTag] = - cloneableTags[uint16Tag] = cloneableTags[uint32Tag] = true; - cloneableTags[errorTag] = cloneableTags[funcTag] = - cloneableTags[weakMapTag] = false; - - /** Used to map Latin Unicode letters to basic Latin letters. */ - var deburredLetters = { - // Latin-1 Supplement block. - '\xc0': 'A', '\xc1': 'A', '\xc2': 'A', '\xc3': 'A', '\xc4': 'A', '\xc5': 'A', - '\xe0': 'a', '\xe1': 'a', '\xe2': 'a', '\xe3': 'a', '\xe4': 'a', '\xe5': 'a', - '\xc7': 'C', '\xe7': 'c', - '\xd0': 'D', '\xf0': 'd', - '\xc8': 'E', '\xc9': 'E', '\xca': 'E', '\xcb': 'E', - '\xe8': 'e', '\xe9': 'e', '\xea': 'e', '\xeb': 'e', - '\xcc': 'I', '\xcd': 'I', '\xce': 'I', '\xcf': 'I', - '\xec': 'i', '\xed': 'i', '\xee': 'i', '\xef': 'i', - '\xd1': 'N', '\xf1': 'n', - '\xd2': 'O', '\xd3': 'O', '\xd4': 'O', '\xd5': 'O', '\xd6': 'O', '\xd8': 'O', - '\xf2': 'o', '\xf3': 'o', '\xf4': 'o', '\xf5': 'o', '\xf6': 'o', '\xf8': 'o', - '\xd9': 'U', '\xda': 'U', '\xdb': 'U', '\xdc': 'U', - '\xf9': 'u', '\xfa': 'u', '\xfb': 'u', '\xfc': 'u', - '\xdd': 'Y', '\xfd': 'y', '\xff': 'y', - '\xc6': 'Ae', '\xe6': 'ae', - '\xde': 'Th', '\xfe': 'th', - '\xdf': 'ss', - // Latin Extended-A block. - '\u0100': 'A', '\u0102': 'A', '\u0104': 'A', - '\u0101': 'a', '\u0103': 'a', '\u0105': 'a', - '\u0106': 'C', '\u0108': 'C', '\u010a': 'C', '\u010c': 'C', - '\u0107': 'c', '\u0109': 'c', '\u010b': 'c', '\u010d': 'c', - '\u010e': 'D', '\u0110': 'D', '\u010f': 'd', '\u0111': 'd', - '\u0112': 'E', '\u0114': 'E', '\u0116': 'E', '\u0118': 'E', '\u011a': 'E', - '\u0113': 'e', '\u0115': 'e', '\u0117': 'e', '\u0119': 'e', '\u011b': 'e', - '\u011c': 'G', '\u011e': 'G', '\u0120': 'G', '\u0122': 'G', - '\u011d': 'g', '\u011f': 'g', '\u0121': 'g', '\u0123': 'g', - '\u0124': 'H', '\u0126': 'H', '\u0125': 'h', '\u0127': 'h', - '\u0128': 'I', '\u012a': 'I', '\u012c': 'I', '\u012e': 'I', '\u0130': 'I', - '\u0129': 'i', '\u012b': 'i', '\u012d': 'i', '\u012f': 'i', '\u0131': 'i', - '\u0134': 'J', '\u0135': 'j', - '\u0136': 'K', '\u0137': 'k', '\u0138': 'k', - '\u0139': 'L', '\u013b': 'L', '\u013d': 'L', '\u013f': 'L', '\u0141': 'L', - '\u013a': 'l', '\u013c': 'l', '\u013e': 'l', '\u0140': 'l', '\u0142': 'l', - '\u0143': 'N', '\u0145': 'N', '\u0147': 'N', '\u014a': 'N', - '\u0144': 'n', '\u0146': 'n', '\u0148': 'n', '\u014b': 'n', - '\u014c': 'O', '\u014e': 'O', '\u0150': 'O', - '\u014d': 'o', '\u014f': 'o', '\u0151': 'o', - '\u0154': 'R', '\u0156': 'R', '\u0158': 'R', - '\u0155': 'r', '\u0157': 'r', '\u0159': 'r', - '\u015a': 'S', '\u015c': 'S', '\u015e': 'S', '\u0160': 'S', - '\u015b': 's', '\u015d': 's', '\u015f': 's', '\u0161': 's', - '\u0162': 'T', '\u0164': 'T', '\u0166': 'T', - '\u0163': 't', '\u0165': 't', '\u0167': 't', - '\u0168': 'U', '\u016a': 'U', '\u016c': 'U', '\u016e': 'U', '\u0170': 'U', '\u0172': 'U', - '\u0169': 'u', '\u016b': 'u', '\u016d': 'u', '\u016f': 'u', '\u0171': 'u', '\u0173': 'u', - '\u0174': 'W', '\u0175': 'w', - '\u0176': 'Y', '\u0177': 'y', '\u0178': 'Y', - '\u0179': 'Z', '\u017b': 'Z', '\u017d': 'Z', - '\u017a': 'z', '\u017c': 'z', '\u017e': 'z', - '\u0132': 'IJ', '\u0133': 'ij', - '\u0152': 'Oe', '\u0153': 'oe', - '\u0149': "'n", '\u017f': 's' - }; - - /** Used to map characters to HTML entities. */ - var htmlEscapes = { - '&': '&amp;', - '<': '&lt;', - '>': '&gt;', - '"': '&quot;', - "'": '&#39;' - }; - - /** Used to map HTML entities to characters. */ - var htmlUnescapes = { - '&amp;': '&', - '&lt;': '<', - '&gt;': '>', - '&quot;': '"', - '&#39;': "'" - }; - - /** Used to escape characters for inclusion in compiled string literals. */ - var stringEscapes = { - '\\': '\\', - "'": "'", - '\n': 'n', - '\r': 'r', - '\u2028': 'u2028', - '\u2029': 'u2029' - }; - - /** Built-in method references without a dependency on `root`. */ - var freeParseFloat = parseFloat, - freeParseInt = parseInt; - - /** Detect free variable `global` from Node.js. */ - var freeGlobal = typeof global == 'object' && global && global.Object === Object && global; - - /** Detect free variable `self`. */ - var freeSelf = typeof self == 'object' && self && self.Object === Object && self; - - /** Used as a reference to the global object. */ - var root = freeGlobal || freeSelf || Function('return this')(); - - /** Detect free variable `exports`. */ - var freeExports = typeof exports == 'object' && exports && !exports.nodeType && exports; - - /** Detect free variable `module`. */ - var freeModule = freeExports && typeof module == 'object' && module && !module.nodeType && module; - - /** Detect the popular CommonJS extension `module.exports`. */ - var moduleExports = freeModule && freeModule.exports === freeExports; - - /** Detect free variable `process` from Node.js. */ - var freeProcess = moduleExports && freeGlobal.process; - - /** Used to access faster Node.js helpers. */ - var nodeUtil = (function() { - try { - // Use `util.types` for Node.js 10+. - var types = freeModule && freeModule.require && freeModule.require('util').types; - - if (types) { - return types; - } - - // Legacy `process.binding('util')` for Node.js < 10. - return freeProcess && freeProcess.binding && freeProcess.binding('util'); - } catch (e) {} - }()); - - /* Node.js helper references. */ - var nodeIsArrayBuffer = nodeUtil && nodeUtil.isArrayBuffer, - nodeIsDate = nodeUtil && nodeUtil.isDate, - nodeIsMap = nodeUtil && nodeUtil.isMap, - nodeIsRegExp = nodeUtil && nodeUtil.isRegExp, - nodeIsSet = nodeUtil && nodeUtil.isSet, - nodeIsTypedArray = nodeUtil && nodeUtil.isTypedArray; - - /*--------------------------------------------------------------------------*/ - - /** - * A faster alternative to `Function#apply`, this function invokes `func` - * with the `this` binding of `thisArg` and the arguments of `args`. - * - * @private - * @param {Function} func The function to invoke. - * @param {*} thisArg The `this` binding of `func`. - * @param {Array} args The arguments to invoke `func` with. - * @returns {*} Returns the result of `func`. - */ - function apply(func, thisArg, args) { - switch (args.length) { - case 0: return func.call(thisArg); - case 1: return func.call(thisArg, args[0]); - case 2: return func.call(thisArg, args[0], args[1]); - case 3: return func.call(thisArg, args[0], args[1], args[2]); - } - return func.apply(thisArg, args); - } - - /** - * A specialized version of `baseAggregator` for arrays. - * - * @private - * @param {Array} [array] The array to iterate over. - * @param {Function} setter The function to set `accumulator` values. - * @param {Function} iteratee The iteratee to transform keys. - * @param {Object} accumulator The initial aggregated object. - * @returns {Function} Returns `accumulator`. - */ - function arrayAggregator(array, setter, iteratee, accumulator) { - var index = -1, - length = array == null ? 0 : array.length; - - while (++index < length) { - var value = array[index]; - setter(accumulator, value, iteratee(value), array); - } - return accumulator; - } - - /** - * A specialized version of `_.forEach` for arrays without support for - * iteratee shorthands. - * - * @private - * @param {Array} [array] The array to iterate over. - * @param {Function} iteratee The function invoked per iteration. - * @returns {Array} Returns `array`. - */ - function arrayEach(array, iteratee) { - var index = -1, - length = array == null ? 0 : array.length; - - while (++index < length) { - if (iteratee(array[index], index, array) === false) { - break; - } - } - return array; - } - - /** - * A specialized version of `_.forEachRight` for arrays without support for - * iteratee shorthands. - * - * @private - * @param {Array} [array] The array to iterate over. - * @param {Function} iteratee The function invoked per iteration. - * @returns {Array} Returns `array`. - */ - function arrayEachRight(array, iteratee) { - var length = array == null ? 0 : array.length; - - while (length--) { - if (iteratee(array[length], length, array) === false) { - break; - } - } - return array; - } - - /** - * A specialized version of `_.every` for arrays without support for - * iteratee shorthands. - * - * @private - * @param {Array} [array] The array to iterate over. - * @param {Function} predicate The function invoked per iteration. - * @returns {boolean} Returns `true` if all elements pass the predicate check, - * else `false`. - */ - function arrayEvery(array, predicate) { - var index = -1, - length = array == null ? 0 : array.length; - - while (++index < length) { - if (!predicate(array[index], index, array)) { - return false; - } - } - return true; - } - - /** - * A specialized version of `_.filter` for arrays without support for - * iteratee shorthands. - * - * @private - * @param {Array} [array] The array to iterate over. - * @param {Function} predicate The function invoked per iteration. - * @returns {Array} Returns the new filtered array. - */ - function arrayFilter(array, predicate) { - var index = -1, - length = array == null ? 0 : array.length, - resIndex = 0, - result = []; - - while (++index < length) { - var value = array[index]; - if (predicate(value, index, array)) { - result[resIndex++] = value; - } - } - return result; - } - - /** - * A specialized version of `_.includes` for arrays without support for - * specifying an index to search from. - * - * @private - * @param {Array} [array] The array to inspect. - * @param {*} target The value to search for. - * @returns {boolean} Returns `true` if `target` is found, else `false`. - */ - function arrayIncludes(array, value) { - var length = array == null ? 0 : array.length; - return !!length && baseIndexOf(array, value, 0) > -1; - } - - /** - * This function is like `arrayIncludes` except that it accepts a comparator. - * - * @private - * @param {Array} [array] The array to inspect. - * @param {*} target The value to search for. - * @param {Function} comparator The comparator invoked per element. - * @returns {boolean} Returns `true` if `target` is found, else `false`. - */ - function arrayIncludesWith(array, value, comparator) { - var index = -1, - length = array == null ? 0 : array.length; - - while (++index < length) { - if (comparator(value, array[index])) { - return true; - } - } - return false; - } - - /** - * A specialized version of `_.map` for arrays without support for iteratee - * shorthands. - * - * @private - * @param {Array} [array] The array to iterate over. - * @param {Function} iteratee The function invoked per iteration. - * @returns {Array} Returns the new mapped array. - */ - function arrayMap(array, iteratee) { - var index = -1, - length = array == null ? 0 : array.length, - result = Array(length); - - while (++index < length) { - result[index] = iteratee(array[index], index, array); - } - return result; - } - - /** - * Appends the elements of `values` to `array`. - * - * @private - * @param {Array} array The array to modify. - * @param {Array} values The values to append. - * @returns {Array} Returns `array`. - */ - function arrayPush(array, values) { - var index = -1, - length = values.length, - offset = array.length; - - while (++index < length) { - array[offset + index] = values[index]; - } - return array; - } - - /** - * A specialized version of `_.reduce` for arrays without support for - * iteratee shorthands. - * - * @private - * @param {Array} [array] The array to iterate over. - * @param {Function} iteratee The function invoked per iteration. - * @param {*} [accumulator] The initial value. - * @param {boolean} [initAccum] Specify using the first element of `array` as - * the initial value. - * @returns {*} Returns the accumulated value. - */ - function arrayReduce(array, iteratee, accumulator, initAccum) { - var index = -1, - length = array == null ? 0 : array.length; - - if (initAccum && length) { - accumulator = array[++index]; - } - while (++index < length) { - accumulator = iteratee(accumulator, array[index], index, array); - } - return accumulator; - } - - /** - * A specialized version of `_.reduceRight` for arrays without support for - * iteratee shorthands. - * - * @private - * @param {Array} [array] The array to iterate over. - * @param {Function} iteratee The function invoked per iteration. - * @param {*} [accumulator] The initial value. - * @param {boolean} [initAccum] Specify using the last element of `array` as - * the initial value. - * @returns {*} Returns the accumulated value. - */ - function arrayReduceRight(array, iteratee, accumulator, initAccum) { - var length = array == null ? 0 : array.length; - if (initAccum && length) { - accumulator = array[--length]; - } - while (length--) { - accumulator = iteratee(accumulator, array[length], length, array); - } - return accumulator; - } - - /** - * A specialized version of `_.some` for arrays without support for iteratee - * shorthands. - * - * @private - * @param {Array} [array] The array to iterate over. - * @param {Function} predicate The function invoked per iteration. - * @returns {boolean} Returns `true` if any element passes the predicate check, - * else `false`. - */ - function arraySome(array, predicate) { - var index = -1, - length = array == null ? 0 : array.length; - - while (++index < length) { - if (predicate(array[index], index, array)) { - return true; - } - } - return false; - } - - /** - * Gets the size of an ASCII `string`. - * - * @private - * @param {string} string The string inspect. - * @returns {number} Returns the string size. - */ - var asciiSize = baseProperty('length'); - - /** - * Converts an ASCII `string` to an array. - * - * @private - * @param {string} string The string to convert. - * @returns {Array} Returns the converted array. - */ - function asciiToArray(string) { - return string.split(''); - } - - /** - * Splits an ASCII `string` into an array of its words. - * - * @private - * @param {string} The string to inspect. - * @returns {Array} Returns the words of `string`. - */ - function asciiWords(string) { - return string.match(reAsciiWord) || []; - } - - /** - * The base implementation of methods like `_.findKey` and `_.findLastKey`, - * without support for iteratee shorthands, which iterates over `collection` - * using `eachFunc`. - * - * @private - * @param {Array|Object} collection The collection to inspect. - * @param {Function} predicate The function invoked per iteration. - * @param {Function} eachFunc The function to iterate over `collection`. - * @returns {*} Returns the found element or its key, else `undefined`. - */ - function baseFindKey(collection, predicate, eachFunc) { - var result; - eachFunc(collection, function(value, key, collection) { - if (predicate(value, key, collection)) { - result = key; - return false; - } - }); - return result; - } - - /** - * The base implementation of `_.findIndex` and `_.findLastIndex` without - * support for iteratee shorthands. - * - * @private - * @param {Array} array The array to inspect. - * @param {Function} predicate The function invoked per iteration. - * @param {number} fromIndex The index to search from. - * @param {boolean} [fromRight] Specify iterating from right to left. - * @returns {number} Returns the index of the matched value, else `-1`. - */ - function baseFindIndex(array, predicate, fromIndex, fromRight) { - var length = array.length, - index = fromIndex + (fromRight ? 1 : -1); - - while ((fromRight ? index-- : ++index < length)) { - if (predicate(array[index], index, array)) { - return index; - } - } - return -1; - } - - /** - * The base implementation of `_.indexOf` without `fromIndex` bounds checks. - * - * @private - * @param {Array} array The array to inspect. - * @param {*} value The value to search for. - * @param {number} fromIndex The index to search from. - * @returns {number} Returns the index of the matched value, else `-1`. - */ - function baseIndexOf(array, value, fromIndex) { - return value === value - ? strictIndexOf(array, value, fromIndex) - : baseFindIndex(array, baseIsNaN, fromIndex); - } - - /** - * This function is like `baseIndexOf` except that it accepts a comparator. - * - * @private - * @param {Array} array The array to inspect. - * @param {*} value The value to search for. - * @param {number} fromIndex The index to search from. - * @param {Function} comparator The comparator invoked per element. - * @returns {number} Returns the index of the matched value, else `-1`. - */ - function baseIndexOfWith(array, value, fromIndex, comparator) { - var index = fromIndex - 1, - length = array.length; - - while (++index < length) { - if (comparator(array[index], value)) { - return index; - } - } - return -1; - } - - /** - * The base implementation of `_.isNaN` without support for number objects. - * - * @private - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is `NaN`, else `false`. - */ - function baseIsNaN(value) { - return value !== value; - } - - /** - * The base implementation of `_.mean` and `_.meanBy` without support for - * iteratee shorthands. - * - * @private - * @param {Array} array The array to iterate over. - * @param {Function} iteratee The function invoked per iteration. - * @returns {number} Returns the mean. - */ - function baseMean(array, iteratee) { - var length = array == null ? 0 : array.length; - return length ? (baseSum(array, iteratee) / length) : NAN; - } - - /** - * The base implementation of `_.property` without support for deep paths. - * - * @private - * @param {string} key The key of the property to get. - * @returns {Function} Returns the new accessor function. - */ - function baseProperty(key) { - return function(object) { - return object == null ? undefined : object[key]; - }; - } - - /** - * The base implementation of `_.propertyOf` without support for deep paths. - * - * @private - * @param {Object} object The object to query. - * @returns {Function} Returns the new accessor function. - */ - function basePropertyOf(object) { - return function(key) { - return object == null ? undefined : object[key]; - }; - } - - /** - * The base implementation of `_.reduce` and `_.reduceRight`, without support - * for iteratee shorthands, which iterates over `collection` using `eachFunc`. - * - * @private - * @param {Array|Object} collection The collection to iterate over. - * @param {Function} iteratee The function invoked per iteration. - * @param {*} accumulator The initial value. - * @param {boolean} initAccum Specify using the first or last element of - * `collection` as the initial value. - * @param {Function} eachFunc The function to iterate over `collection`. - * @returns {*} Returns the accumulated value. - */ - function baseReduce(collection, iteratee, accumulator, initAccum, eachFunc) { - eachFunc(collection, function(value, index, collection) { - accumulator = initAccum - ? (initAccum = false, value) - : iteratee(accumulator, value, index, collection); - }); - return accumulator; - } - - /** - * The base implementation of `_.sortBy` which uses `comparer` to define the - * sort order of `array` and replaces criteria objects with their corresponding - * values. - * - * @private - * @param {Array} array The array to sort. - * @param {Function} comparer The function to define sort order. - * @returns {Array} Returns `array`. - */ - function baseSortBy(array, comparer) { - var length = array.length; - - array.sort(comparer); - while (length--) { - array[length] = array[length].value; - } - return array; - } - - /** - * The base implementation of `_.sum` and `_.sumBy` without support for - * iteratee shorthands. - * - * @private - * @param {Array} array The array to iterate over. - * @param {Function} iteratee The function invoked per iteration. - * @returns {number} Returns the sum. - */ - function baseSum(array, iteratee) { - var result, - index = -1, - length = array.length; - - while (++index < length) { - var current = iteratee(array[index]); - if (current !== undefined) { - result = result === undefined ? current : (result + current); - } - } - return result; - } - - /** - * The base implementation of `_.times` without support for iteratee shorthands - * or max array length checks. - * - * @private - * @param {number} n The number of times to invoke `iteratee`. - * @param {Function} iteratee The function invoked per iteration. - * @returns {Array} Returns the array of results. - */ - function baseTimes(n, iteratee) { - var index = -1, - result = Array(n); - - while (++index < n) { - result[index] = iteratee(index); - } - return result; - } - - /** - * The base implementation of `_.toPairs` and `_.toPairsIn` which creates an array - * of key-value pairs for `object` corresponding to the property names of `props`. - * - * @private - * @param {Object} object The object to query. - * @param {Array} props The property names to get values for. - * @returns {Object} Returns the key-value pairs. - */ - function baseToPairs(object, props) { - return arrayMap(props, function(key) { - return [key, object[key]]; - }); - } - - /** - * The base implementation of `_.trim`. - * - * @private - * @param {string} string The string to trim. - * @returns {string} Returns the trimmed string. - */ - function baseTrim(string) { - return string - ? string.slice(0, trimmedEndIndex(string) + 1).replace(reTrimStart, '') - : string; - } - - /** - * The base implementation of `_.unary` without support for storing metadata. - * - * @private - * @param {Function} func The function to cap arguments for. - * @returns {Function} Returns the new capped function. - */ - function baseUnary(func) { - return function(value) { - return func(value); - }; - } - - /** - * The base implementation of `_.values` and `_.valuesIn` which creates an - * array of `object` property values corresponding to the property names - * of `props`. - * - * @private - * @param {Object} object The object to query. - * @param {Array} props The property names to get values for. - * @returns {Object} Returns the array of property values. - */ - function baseValues(object, props) { - return arrayMap(props, function(key) { - return object[key]; - }); - } - - /** - * Checks if a `cache` value for `key` exists. - * - * @private - * @param {Object} cache The cache to query. - * @param {string} key The key of the entry to check. - * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`. - */ - function cacheHas(cache, key) { - return cache.has(key); - } - - /** - * Used by `_.trim` and `_.trimStart` to get the index of the first string symbol - * that is not found in the character symbols. - * - * @private - * @param {Array} strSymbols The string symbols to inspect. - * @param {Array} chrSymbols The character symbols to find. - * @returns {number} Returns the index of the first unmatched string symbol. - */ - function charsStartIndex(strSymbols, chrSymbols) { - var index = -1, - length = strSymbols.length; - - while (++index < length && baseIndexOf(chrSymbols, strSymbols[index], 0) > -1) {} - return index; - } - - /** - * Used by `_.trim` and `_.trimEnd` to get the index of the last string symbol - * that is not found in the character symbols. - * - * @private - * @param {Array} strSymbols The string symbols to inspect. - * @param {Array} chrSymbols The character symbols to find. - * @returns {number} Returns the index of the last unmatched string symbol. - */ - function charsEndIndex(strSymbols, chrSymbols) { - var index = strSymbols.length; - - while (index-- && baseIndexOf(chrSymbols, strSymbols[index], 0) > -1) {} - return index; - } - - /** - * Gets the number of `placeholder` occurrences in `array`. - * - * @private - * @param {Array} array The array to inspect. - * @param {*} placeholder The placeholder to search for. - * @returns {number} Returns the placeholder count. - */ - function countHolders(array, placeholder) { - var length = array.length, - result = 0; - - while (length--) { - if (array[length] === placeholder) { - ++result; - } - } - return result; - } - - /** - * Used by `_.deburr` to convert Latin-1 Supplement and Latin Extended-A - * letters to basic Latin letters. - * - * @private - * @param {string} letter The matched letter to deburr. - * @returns {string} Returns the deburred letter. - */ - var deburrLetter = basePropertyOf(deburredLetters); - - /** - * Used by `_.escape` to convert characters to HTML entities. - * - * @private - * @param {string} chr The matched character to escape. - * @returns {string} Returns the escaped character. - */ - var escapeHtmlChar = basePropertyOf(htmlEscapes); - - /** - * Used by `_.template` to escape characters for inclusion in compiled string literals. - * - * @private - * @param {string} chr The matched character to escape. - * @returns {string} Returns the escaped character. - */ - function escapeStringChar(chr) { - return '\\' + stringEscapes[chr]; - } - - /** - * Gets the value at `key` of `object`. - * - * @private - * @param {Object} [object] The object to query. - * @param {string} key The key of the property to get. - * @returns {*} Returns the property value. - */ - function getValue(object, key) { - return object == null ? undefined : object[key]; - } - - /** - * Checks if `string` contains Unicode symbols. - * - * @private - * @param {string} string The string to inspect. - * @returns {boolean} Returns `true` if a symbol is found, else `false`. - */ - function hasUnicode(string) { - return reHasUnicode.test(string); - } - - /** - * Checks if `string` contains a word composed of Unicode symbols. - * - * @private - * @param {string} string The string to inspect. - * @returns {boolean} Returns `true` if a word is found, else `false`. - */ - function hasUnicodeWord(string) { - return reHasUnicodeWord.test(string); - } - - /** - * Converts `iterator` to an array. - * - * @private - * @param {Object} iterator The iterator to convert. - * @returns {Array} Returns the converted array. - */ - function iteratorToArray(iterator) { - var data, - result = []; - - while (!(data = iterator.next()).done) { - result.push(data.value); - } - return result; - } - - /** - * Converts `map` to its key-value pairs. - * - * @private - * @param {Object} map The map to convert. - * @returns {Array} Returns the key-value pairs. - */ - function mapToArray(map) { - var index = -1, - result = Array(map.size); - - map.forEach(function(value, key) { - result[++index] = [key, value]; - }); - return result; - } - - /** - * Creates a unary function that invokes `func` with its argument transformed. - * - * @private - * @param {Function} func The function to wrap. - * @param {Function} transform The argument transform. - * @returns {Function} Returns the new function. - */ - function overArg(func, transform) { - return function(arg) { - return func(transform(arg)); - }; - } - - /** - * Replaces all `placeholder` elements in `array` with an internal placeholder - * and returns an array of their indexes. - * - * @private - * @param {Array} array The array to modify. - * @param {*} placeholder The placeholder to replace. - * @returns {Array} Returns the new array of placeholder indexes. - */ - function replaceHolders(array, placeholder) { - var index = -1, - length = array.length, - resIndex = 0, - result = []; - - while (++index < length) { - var value = array[index]; - if (value === placeholder || value === PLACEHOLDER) { - array[index] = PLACEHOLDER; - result[resIndex++] = index; - } - } - return result; - } - - /** - * Converts `set` to an array of its values. - * - * @private - * @param {Object} set The set to convert. - * @returns {Array} Returns the values. - */ - function setToArray(set) { - var index = -1, - result = Array(set.size); - - set.forEach(function(value) { - result[++index] = value; - }); - return result; - } - - /** - * Converts `set` to its value-value pairs. - * - * @private - * @param {Object} set The set to convert. - * @returns {Array} Returns the value-value pairs. - */ - function setToPairs(set) { - var index = -1, - result = Array(set.size); - - set.forEach(function(value) { - result[++index] = [value, value]; - }); - return result; - } - - /** - * A specialized version of `_.indexOf` which performs strict equality - * comparisons of values, i.e. `===`. - * - * @private - * @param {Array} array The array to inspect. - * @param {*} value The value to search for. - * @param {number} fromIndex The index to search from. - * @returns {number} Returns the index of the matched value, else `-1`. - */ - function strictIndexOf(array, value, fromIndex) { - var index = fromIndex - 1, - length = array.length; - - while (++index < length) { - if (array[index] === value) { - return index; - } - } - return -1; - } - - /** - * A specialized version of `_.lastIndexOf` which performs strict equality - * comparisons of values, i.e. `===`. - * - * @private - * @param {Array} array The array to inspect. - * @param {*} value The value to search for. - * @param {number} fromIndex The index to search from. - * @returns {number} Returns the index of the matched value, else `-1`. - */ - function strictLastIndexOf(array, value, fromIndex) { - var index = fromIndex + 1; - while (index--) { - if (array[index] === value) { - return index; - } - } - return index; - } - - /** - * Gets the number of symbols in `string`. - * - * @private - * @param {string} string The string to inspect. - * @returns {number} Returns the string size. - */ - function stringSize(string) { - return hasUnicode(string) - ? unicodeSize(string) - : asciiSize(string); - } - - /** - * Converts `string` to an array. - * - * @private - * @param {string} string The string to convert. - * @returns {Array} Returns the converted array. - */ - function stringToArray(string) { - return hasUnicode(string) - ? unicodeToArray(string) - : asciiToArray(string); - } - - /** - * Used by `_.trim` and `_.trimEnd` to get the index of the last non-whitespace - * character of `string`. - * - * @private - * @param {string} string The string to inspect. - * @returns {number} Returns the index of the last non-whitespace character. - */ - function trimmedEndIndex(string) { - var index = string.length; - - while (index-- && reWhitespace.test(string.charAt(index))) {} - return index; - } - - /** - * Used by `_.unescape` to convert HTML entities to characters. - * - * @private - * @param {string} chr The matched character to unescape. - * @returns {string} Returns the unescaped character. - */ - var unescapeHtmlChar = basePropertyOf(htmlUnescapes); - - /** - * Gets the size of a Unicode `string`. - * - * @private - * @param {string} string The string inspect. - * @returns {number} Returns the string size. - */ - function unicodeSize(string) { - var result = reUnicode.lastIndex = 0; - while (reUnicode.test(string)) { - ++result; - } - return result; - } - - /** - * Converts a Unicode `string` to an array. - * - * @private - * @param {string} string The string to convert. - * @returns {Array} Returns the converted array. - */ - function unicodeToArray(string) { - return string.match(reUnicode) || []; - } - - /** - * Splits a Unicode `string` into an array of its words. - * - * @private - * @param {string} The string to inspect. - * @returns {Array} Returns the words of `string`. - */ - function unicodeWords(string) { - return string.match(reUnicodeWord) || []; - } - - /*--------------------------------------------------------------------------*/ - - /** - * Create a new pristine `lodash` function using the `context` object. - * - * @static - * @memberOf _ - * @since 1.1.0 - * @category Util - * @param {Object} [context=root] The context object. - * @returns {Function} Returns a new `lodash` function. - * @example - * - * _.mixin({ 'foo': _.constant('foo') }); - * - * var lodash = _.runInContext(); - * lodash.mixin({ 'bar': lodash.constant('bar') }); - * - * _.isFunction(_.foo); - * // => true - * _.isFunction(_.bar); - * // => false - * - * lodash.isFunction(lodash.foo); - * // => false - * lodash.isFunction(lodash.bar); - * // => true - * - * // Create a suped-up `defer` in Node.js. - * var defer = _.runInContext({ 'setTimeout': setImmediate }).defer; - */ - var runInContext = (function runInContext(context) { - context = context == null ? root : _.defaults(root.Object(), context, _.pick(root, contextProps)); - - /** Built-in constructor references. */ - var Array = context.Array, - Date = context.Date, - Error = context.Error, - Function = context.Function, - Math = context.Math, - Object = context.Object, - RegExp = context.RegExp, - String = context.String, - TypeError = context.TypeError; - - /** Used for built-in method references. */ - var arrayProto = Array.prototype, - funcProto = Function.prototype, - objectProto = Object.prototype; - - /** Used to detect overreaching core-js shims. */ - var coreJsData = context['__core-js_shared__']; - - /** Used to resolve the decompiled source of functions. */ - var funcToString = funcProto.toString; - - /** Used to check objects for own properties. */ - var hasOwnProperty = objectProto.hasOwnProperty; - - /** Used to generate unique IDs. */ - var idCounter = 0; - - /** Used to detect methods masquerading as native. */ - var maskSrcKey = (function() { - var uid = /[^.]+$/.exec(coreJsData && coreJsData.keys && coreJsData.keys.IE_PROTO || ''); - return uid ? ('Symbol(src)_1.' + uid) : ''; - }()); - - /** - * Used to resolve the - * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring) - * of values. - */ - var nativeObjectToString = objectProto.toString; - - /** Used to infer the `Object` constructor. */ - var objectCtorString = funcToString.call(Object); - - /** Used to restore the original `_` reference in `_.noConflict`. */ - var oldDash = root._; - - /** Used to detect if a method is native. */ - var reIsNative = RegExp('^' + - funcToString.call(hasOwnProperty).replace(reRegExpChar, '\\$&') - .replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, '$1.*?') + '$' - ); - - /** Built-in value references. */ - var Buffer = moduleExports ? context.Buffer : undefined, - Symbol = context.Symbol, - Uint8Array = context.Uint8Array, - allocUnsafe = Buffer ? Buffer.allocUnsafe : undefined, - getPrototype = overArg(Object.getPrototypeOf, Object), - objectCreate = Object.create, - propertyIsEnumerable = objectProto.propertyIsEnumerable, - splice = arrayProto.splice, - spreadableSymbol = Symbol ? Symbol.isConcatSpreadable : undefined, - symIterator = Symbol ? Symbol.iterator : undefined, - symToStringTag = Symbol ? Symbol.toStringTag : undefined; - - var defineProperty = (function() { - try { - var func = getNative(Object, 'defineProperty'); - func({}, '', {}); - return func; - } catch (e) {} - }()); - - /** Mocked built-ins. */ - var ctxClearTimeout = context.clearTimeout !== root.clearTimeout && context.clearTimeout, - ctxNow = Date && Date.now !== root.Date.now && Date.now, - ctxSetTimeout = context.setTimeout !== root.setTimeout && context.setTimeout; - - /* Built-in method references for those with the same name as other `lodash` methods. */ - var nativeCeil = Math.ceil, - nativeFloor = Math.floor, - nativeGetSymbols = Object.getOwnPropertySymbols, - nativeIsBuffer = Buffer ? Buffer.isBuffer : undefined, - nativeIsFinite = context.isFinite, - nativeJoin = arrayProto.join, - nativeKeys = overArg(Object.keys, Object), - nativeMax = Math.max, - nativeMin = Math.min, - nativeNow = Date.now, - nativeParseInt = context.parseInt, - nativeRandom = Math.random, - nativeReverse = arrayProto.reverse; - - /* Built-in method references that are verified to be native. */ - var DataView = getNative(context, 'DataView'), - Map = getNative(context, 'Map'), - Promise = getNative(context, 'Promise'), - Set = getNative(context, 'Set'), - WeakMap = getNative(context, 'WeakMap'), - nativeCreate = getNative(Object, 'create'); - - /** Used to store function metadata. */ - var metaMap = WeakMap && new WeakMap; - - /** Used to lookup unminified function names. */ - var realNames = {}; - - /** Used to detect maps, sets, and weakmaps. */ - var dataViewCtorString = toSource(DataView), - mapCtorString = toSource(Map), - promiseCtorString = toSource(Promise), - setCtorString = toSource(Set), - weakMapCtorString = toSource(WeakMap); - - /** Used to convert symbols to primitives and strings. */ - var symbolProto = Symbol ? Symbol.prototype : undefined, - symbolValueOf = symbolProto ? symbolProto.valueOf : undefined, - symbolToString = symbolProto ? symbolProto.toString : undefined; - - /*------------------------------------------------------------------------*/ - - /** - * Creates a `lodash` object which wraps `value` to enable implicit method - * chain sequences. Methods that operate on and return arrays, collections, - * and functions can be chained together. Methods that retrieve a single value - * or may return a primitive value will automatically end the chain sequence - * and return the unwrapped value. Otherwise, the value must be unwrapped - * with `_#value`. - * - * Explicit chain sequences, which must be unwrapped with `_#value`, may be - * enabled using `_.chain`. - * - * The execution of chained methods is lazy, that is, it's deferred until - * `_#value` is implicitly or explicitly called. - * - * Lazy evaluation allows several methods to support shortcut fusion. - * Shortcut fusion is an optimization to merge iteratee calls; this avoids - * the creation of intermediate arrays and can greatly reduce the number of - * iteratee executions. Sections of a chain sequence qualify for shortcut - * fusion if the section is applied to an array and iteratees accept only - * one argument. The heuristic for whether a section qualifies for shortcut - * fusion is subject to change. - * - * Chaining is supported in custom builds as long as the `_#value` method is - * directly or indirectly included in the build. - * - * In addition to lodash methods, wrappers have `Array` and `String` methods. - * - * The wrapper `Array` methods are: - * `concat`, `join`, `pop`, `push`, `shift`, `sort`, `splice`, and `unshift` - * - * The wrapper `String` methods are: - * `replace` and `split` - * - * The wrapper methods that support shortcut fusion are: - * `at`, `compact`, `drop`, `dropRight`, `dropWhile`, `filter`, `find`, - * `findLast`, `head`, `initial`, `last`, `map`, `reject`, `reverse`, `slice`, - * `tail`, `take`, `takeRight`, `takeRightWhile`, `takeWhile`, and `toArray` - * - * The chainable wrapper methods are: - * `after`, `ary`, `assign`, `assignIn`, `assignInWith`, `assignWith`, `at`, - * `before`, `bind`, `bindAll`, `bindKey`, `castArray`, `chain`, `chunk`, - * `commit`, `compact`, `concat`, `conforms`, `constant`, `countBy`, `create`, - * `curry`, `debounce`, `defaults`, `defaultsDeep`, `defer`, `delay`, - * `difference`, `differenceBy`, `differenceWith`, `drop`, `dropRight`, - * `dropRightWhile`, `dropWhile`, `extend`, `extendWith`, `fill`, `filter`, - * `flatMap`, `flatMapDeep`, `flatMapDepth`, `flatten`, `flattenDeep`, - * `flattenDepth`, `flip`, `flow`, `flowRight`, `fromPairs`, `functions`, - * `functionsIn`, `groupBy`, `initial`, `intersection`, `intersectionBy`, - * `intersectionWith`, `invert`, `invertBy`, `invokeMap`, `iteratee`, `keyBy`, - * `keys`, `keysIn`, `map`, `mapKeys`, `mapValues`, `matches`, `matchesProperty`, - * `memoize`, `merge`, `mergeWith`, `method`, `methodOf`, `mixin`, `negate`, - * `nthArg`, `omit`, `omitBy`, `once`, `orderBy`, `over`, `overArgs`, - * `overEvery`, `overSome`, `partial`, `partialRight`, `partition`, `pick`, - * `pickBy`, `plant`, `property`, `propertyOf`, `pull`, `pullAll`, `pullAllBy`, - * `pullAllWith`, `pullAt`, `push`, `range`, `rangeRight`, `rearg`, `reject`, - * `remove`, `rest`, `reverse`, `sampleSize`, `set`, `setWith`, `shuffle`, - * `slice`, `sort`, `sortBy`, `splice`, `spread`, `tail`, `take`, `takeRight`, - * `takeRightWhile`, `takeWhile`, `tap`, `throttle`, `thru`, `toArray`, - * `toPairs`, `toPairsIn`, `toPath`, `toPlainObject`, `transform`, `unary`, - * `union`, `unionBy`, `unionWith`, `uniq`, `uniqBy`, `uniqWith`, `unset`, - * `unshift`, `unzip`, `unzipWith`, `update`, `updateWith`, `values`, - * `valuesIn`, `without`, `wrap`, `xor`, `xorBy`, `xorWith`, `zip`, - * `zipObject`, `zipObjectDeep`, and `zipWith` - * - * The wrapper methods that are **not** chainable by default are: - * `add`, `attempt`, `camelCase`, `capitalize`, `ceil`, `clamp`, `clone`, - * `cloneDeep`, `cloneDeepWith`, `cloneWith`, `conformsTo`, `deburr`, - * `defaultTo`, `divide`, `each`, `eachRight`, `endsWith`, `eq`, `escape`, - * `escapeRegExp`, `every`, `find`, `findIndex`, `findKey`, `findLast`, - * `findLastIndex`, `findLastKey`, `first`, `floor`, `forEach`, `forEachRight`, - * `forIn`, `forInRight`, `forOwn`, `forOwnRight`, `get`, `gt`, `gte`, `has`, - * `hasIn`, `head`, `identity`, `includes`, `indexOf`, `inRange`, `invoke`, - * `isArguments`, `isArray`, `isArrayBuffer`, `isArrayLike`, `isArrayLikeObject`, - * `isBoolean`, `isBuffer`, `isDate`, `isElement`, `isEmpty`, `isEqual`, - * `isEqualWith`, `isError`, `isFinite`, `isFunction`, `isInteger`, `isLength`, - * `isMap`, `isMatch`, `isMatchWith`, `isNaN`, `isNative`, `isNil`, `isNull`, - * `isNumber`, `isObject`, `isObjectLike`, `isPlainObject`, `isRegExp`, - * `isSafeInteger`, `isSet`, `isString`, `isUndefined`, `isTypedArray`, - * `isWeakMap`, `isWeakSet`, `join`, `kebabCase`, `last`, `lastIndexOf`, - * `lowerCase`, `lowerFirst`, `lt`, `lte`, `max`, `maxBy`, `mean`, `meanBy`, - * `min`, `minBy`, `multiply`, `noConflict`, `noop`, `now`, `nth`, `pad`, - * `padEnd`, `padStart`, `parseInt`, `pop`, `random`, `reduce`, `reduceRight`, - * `repeat`, `result`, `round`, `runInContext`, `sample`, `shift`, `size`, - * `snakeCase`, `some`, `sortedIndex`, `sortedIndexBy`, `sortedLastIndex`, - * `sortedLastIndexBy`, `startCase`, `startsWith`, `stubArray`, `stubFalse`, - * `stubObject`, `stubString`, `stubTrue`, `subtract`, `sum`, `sumBy`, - * `template`, `times`, `toFinite`, `toInteger`, `toJSON`, `toLength`, - * `toLower`, `toNumber`, `toSafeInteger`, `toString`, `toUpper`, `trim`, - * `trimEnd`, `trimStart`, `truncate`, `unescape`, `uniqueId`, `upperCase`, - * `upperFirst`, `value`, and `words` - * - * @name _ - * @constructor - * @category Seq - * @param {*} value The value to wrap in a `lodash` instance. - * @returns {Object} Returns the new `lodash` wrapper instance. - * @example - * - * function square(n) { - * return n * n; - * } - * - * var wrapped = _([1, 2, 3]); - * - * // Returns an unwrapped value. - * wrapped.reduce(_.add); - * // => 6 - * - * // Returns a wrapped value. - * var squares = wrapped.map(square); - * - * _.isArray(squares); - * // => false - * - * _.isArray(squares.value()); - * // => true - */ - function lodash(value) { - if (isObjectLike(value) && !isArray(value) && !(value instanceof LazyWrapper)) { - if (value instanceof LodashWrapper) { - return value; - } - if (hasOwnProperty.call(value, '__wrapped__')) { - return wrapperClone(value); - } - } - return new LodashWrapper(value); - } - - /** - * The base implementation of `_.create` without support for assigning - * properties to the created object. - * - * @private - * @param {Object} proto The object to inherit from. - * @returns {Object} Returns the new object. - */ - var baseCreate = (function() { - function object() {} - return function(proto) { - if (!isObject(proto)) { - return {}; - } - if (objectCreate) { - return objectCreate(proto); - } - object.prototype = proto; - var result = new object; - object.prototype = undefined; - return result; - }; - }()); - - /** - * The function whose prototype chain sequence wrappers inherit from. - * - * @private - */ - function baseLodash() { - // No operation performed. - } - - /** - * The base constructor for creating `lodash` wrapper objects. - * - * @private - * @param {*} value The value to wrap. - * @param {boolean} [chainAll] Enable explicit method chain sequences. - */ - function LodashWrapper(value, chainAll) { - this.__wrapped__ = value; - this.__actions__ = []; - this.__chain__ = !!chainAll; - this.__index__ = 0; - this.__values__ = undefined; - } - - /** - * By default, the template delimiters used by lodash are like those in - * embedded Ruby (ERB) as well as ES2015 template strings. Change the - * following template settings to use alternative delimiters. - * - * @static - * @memberOf _ - * @type {Object} - */ - lodash.templateSettings = { - - /** - * Used to detect `data` property values to be HTML-escaped. - * - * @memberOf _.templateSettings - * @type {RegExp} - */ - 'escape': reEscape, - - /** - * Used to detect code to be evaluated. - * - * @memberOf _.templateSettings - * @type {RegExp} - */ - 'evaluate': reEvaluate, - - /** - * Used to detect `data` property values to inject. - * - * @memberOf _.templateSettings - * @type {RegExp} - */ - 'interpolate': reInterpolate, - - /** - * Used to reference the data object in the template text. - * - * @memberOf _.templateSettings - * @type {string} - */ - 'variable': '', - - /** - * Used to import variables into the compiled template. - * - * @memberOf _.templateSettings - * @type {Object} - */ - 'imports': { - - /** - * A reference to the `lodash` function. - * - * @memberOf _.templateSettings.imports - * @type {Function} - */ - '_': lodash - } - }; - - // Ensure wrappers are instances of `baseLodash`. - lodash.prototype = baseLodash.prototype; - lodash.prototype.constructor = lodash; - - LodashWrapper.prototype = baseCreate(baseLodash.prototype); - LodashWrapper.prototype.constructor = LodashWrapper; - - /*------------------------------------------------------------------------*/ - - /** - * Creates a lazy wrapper object which wraps `value` to enable lazy evaluation. - * - * @private - * @constructor - * @param {*} value The value to wrap. - */ - function LazyWrapper(value) { - this.__wrapped__ = value; - this.__actions__ = []; - this.__dir__ = 1; - this.__filtered__ = false; - this.__iteratees__ = []; - this.__takeCount__ = MAX_ARRAY_LENGTH; - this.__views__ = []; - } - - /** - * Creates a clone of the lazy wrapper object. - * - * @private - * @name clone - * @memberOf LazyWrapper - * @returns {Object} Returns the cloned `LazyWrapper` object. - */ - function lazyClone() { - var result = new LazyWrapper(this.__wrapped__); - result.__actions__ = copyArray(this.__actions__); - result.__dir__ = this.__dir__; - result.__filtered__ = this.__filtered__; - result.__iteratees__ = copyArray(this.__iteratees__); - result.__takeCount__ = this.__takeCount__; - result.__views__ = copyArray(this.__views__); - return result; - } - - /** - * Reverses the direction of lazy iteration. - * - * @private - * @name reverse - * @memberOf LazyWrapper - * @returns {Object} Returns the new reversed `LazyWrapper` object. - */ - function lazyReverse() { - if (this.__filtered__) { - var result = new LazyWrapper(this); - result.__dir__ = -1; - result.__filtered__ = true; - } else { - result = this.clone(); - result.__dir__ *= -1; - } - return result; - } - - /** - * Extracts the unwrapped value from its lazy wrapper. - * - * @private - * @name value - * @memberOf LazyWrapper - * @returns {*} Returns the unwrapped value. - */ - function lazyValue() { - var array = this.__wrapped__.value(), - dir = this.__dir__, - isArr = isArray(array), - isRight = dir < 0, - arrLength = isArr ? array.length : 0, - view = getView(0, arrLength, this.__views__), - start = view.start, - end = view.end, - length = end - start, - index = isRight ? end : (start - 1), - iteratees = this.__iteratees__, - iterLength = iteratees.length, - resIndex = 0, - takeCount = nativeMin(length, this.__takeCount__); - - if (!isArr || (!isRight && arrLength == length && takeCount == length)) { - return baseWrapperValue(array, this.__actions__); - } - var result = []; - - outer: - while (length-- && resIndex < takeCount) { - index += dir; - - var iterIndex = -1, - value = array[index]; - - while (++iterIndex < iterLength) { - var data = iteratees[iterIndex], - iteratee = data.iteratee, - type = data.type, - computed = iteratee(value); - - if (type == LAZY_MAP_FLAG) { - value = computed; - } else if (!computed) { - if (type == LAZY_FILTER_FLAG) { - continue outer; - } else { - break outer; - } - } - } - result[resIndex++] = value; - } - return result; - } - - // Ensure `LazyWrapper` is an instance of `baseLodash`. - LazyWrapper.prototype = baseCreate(baseLodash.prototype); - LazyWrapper.prototype.constructor = LazyWrapper; - - /*------------------------------------------------------------------------*/ - - /** - * Creates a hash object. - * - * @private - * @constructor - * @param {Array} [entries] The key-value pairs to cache. - */ - function Hash(entries) { - var index = -1, - length = entries == null ? 0 : entries.length; - - this.clear(); - while (++index < length) { - var entry = entries[index]; - this.set(entry[0], entry[1]); - } - } - - /** - * Removes all key-value entries from the hash. - * - * @private - * @name clear - * @memberOf Hash - */ - function hashClear() { - this.__data__ = nativeCreate ? nativeCreate(null) : {}; - this.size = 0; - } - - /** - * Removes `key` and its value from the hash. - * - * @private - * @name delete - * @memberOf Hash - * @param {Object} hash The hash to modify. - * @param {string} key The key of the value to remove. - * @returns {boolean} Returns `true` if the entry was removed, else `false`. - */ - function hashDelete(key) { - var result = this.has(key) && delete this.__data__[key]; - this.size -= result ? 1 : 0; - return result; - } - - /** - * Gets the hash value for `key`. - * - * @private - * @name get - * @memberOf Hash - * @param {string} key The key of the value to get. - * @returns {*} Returns the entry value. - */ - function hashGet(key) { - var data = this.__data__; - if (nativeCreate) { - var result = data[key]; - return result === HASH_UNDEFINED ? undefined : result; - } - return hasOwnProperty.call(data, key) ? data[key] : undefined; - } - - /** - * Checks if a hash value for `key` exists. - * - * @private - * @name has - * @memberOf Hash - * @param {string} key The key of the entry to check. - * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`. - */ - function hashHas(key) { - var data = this.__data__; - return nativeCreate ? (data[key] !== undefined) : hasOwnProperty.call(data, key); - } - - /** - * Sets the hash `key` to `value`. - * - * @private - * @name set - * @memberOf Hash - * @param {string} key The key of the value to set. - * @param {*} value The value to set. - * @returns {Object} Returns the hash instance. - */ - function hashSet(key, value) { - var data = this.__data__; - this.size += this.has(key) ? 0 : 1; - data[key] = (nativeCreate && value === undefined) ? HASH_UNDEFINED : value; - return this; - } - - // Add methods to `Hash`. - Hash.prototype.clear = hashClear; - Hash.prototype['delete'] = hashDelete; - Hash.prototype.get = hashGet; - Hash.prototype.has = hashHas; - Hash.prototype.set = hashSet; - - /*------------------------------------------------------------------------*/ - - /** - * Creates an list cache object. - * - * @private - * @constructor - * @param {Array} [entries] The key-value pairs to cache. - */ - function ListCache(entries) { - var index = -1, - length = entries == null ? 0 : entries.length; - - this.clear(); - while (++index < length) { - var entry = entries[index]; - this.set(entry[0], entry[1]); - } - } - - /** - * Removes all key-value entries from the list cache. - * - * @private - * @name clear - * @memberOf ListCache - */ - function listCacheClear() { - this.__data__ = []; - this.size = 0; - } - - /** - * Removes `key` and its value from the list cache. - * - * @private - * @name delete - * @memberOf ListCache - * @param {string} key The key of the value to remove. - * @returns {boolean} Returns `true` if the entry was removed, else `false`. - */ - function listCacheDelete(key) { - var data = this.__data__, - index = assocIndexOf(data, key); - - if (index < 0) { - return false; - } - var lastIndex = data.length - 1; - if (index == lastIndex) { - data.pop(); - } else { - splice.call(data, index, 1); - } - --this.size; - return true; - } - - /** - * Gets the list cache value for `key`. - * - * @private - * @name get - * @memberOf ListCache - * @param {string} key The key of the value to get. - * @returns {*} Returns the entry value. - */ - function listCacheGet(key) { - var data = this.__data__, - index = assocIndexOf(data, key); - - return index < 0 ? undefined : data[index][1]; - } - - /** - * Checks if a list cache value for `key` exists. - * - * @private - * @name has - * @memberOf ListCache - * @param {string} key The key of the entry to check. - * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`. - */ - function listCacheHas(key) { - return assocIndexOf(this.__data__, key) > -1; - } - - /** - * Sets the list cache `key` to `value`. - * - * @private - * @name set - * @memberOf ListCache - * @param {string} key The key of the value to set. - * @param {*} value The value to set. - * @returns {Object} Returns the list cache instance. - */ - function listCacheSet(key, value) { - var data = this.__data__, - index = assocIndexOf(data, key); - - if (index < 0) { - ++this.size; - data.push([key, value]); - } else { - data[index][1] = value; - } - return this; - } - - // Add methods to `ListCache`. - ListCache.prototype.clear = listCacheClear; - ListCache.prototype['delete'] = listCacheDelete; - ListCache.prototype.get = listCacheGet; - ListCache.prototype.has = listCacheHas; - ListCache.prototype.set = listCacheSet; - - /*------------------------------------------------------------------------*/ - - /** - * Creates a map cache object to store key-value pairs. - * - * @private - * @constructor - * @param {Array} [entries] The key-value pairs to cache. - */ - function MapCache(entries) { - var index = -1, - length = entries == null ? 0 : entries.length; - - this.clear(); - while (++index < length) { - var entry = entries[index]; - this.set(entry[0], entry[1]); - } - } - - /** - * Removes all key-value entries from the map. - * - * @private - * @name clear - * @memberOf MapCache - */ - function mapCacheClear() { - this.size = 0; - this.__data__ = { - 'hash': new Hash, - 'map': new (Map || ListCache), - 'string': new Hash - }; - } - - /** - * Removes `key` and its value from the map. - * - * @private - * @name delete - * @memberOf MapCache - * @param {string} key The key of the value to remove. - * @returns {boolean} Returns `true` if the entry was removed, else `false`. - */ - function mapCacheDelete(key) { - var result = getMapData(this, key)['delete'](key); - this.size -= result ? 1 : 0; - return result; - } - - /** - * Gets the map value for `key`. - * - * @private - * @name get - * @memberOf MapCache - * @param {string} key The key of the value to get. - * @returns {*} Returns the entry value. - */ - function mapCacheGet(key) { - return getMapData(this, key).get(key); - } - - /** - * Checks if a map value for `key` exists. - * - * @private - * @name has - * @memberOf MapCache - * @param {string} key The key of the entry to check. - * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`. - */ - function mapCacheHas(key) { - return getMapData(this, key).has(key); - } - - /** - * Sets the map `key` to `value`. - * - * @private - * @name set - * @memberOf MapCache - * @param {string} key The key of the value to set. - * @param {*} value The value to set. - * @returns {Object} Returns the map cache instance. - */ - function mapCacheSet(key, value) { - var data = getMapData(this, key), - size = data.size; - - data.set(key, value); - this.size += data.size == size ? 0 : 1; - return this; - } - - // Add methods to `MapCache`. - MapCache.prototype.clear = mapCacheClear; - MapCache.prototype['delete'] = mapCacheDelete; - MapCache.prototype.get = mapCacheGet; - MapCache.prototype.has = mapCacheHas; - MapCache.prototype.set = mapCacheSet; - - /*------------------------------------------------------------------------*/ - - /** - * - * Creates an array cache object to store unique values. - * - * @private - * @constructor - * @param {Array} [values] The values to cache. - */ - function SetCache(values) { - var index = -1, - length = values == null ? 0 : values.length; - - this.__data__ = new MapCache; - while (++index < length) { - this.add(values[index]); - } - } - - /** - * Adds `value` to the array cache. - * - * @private - * @name add - * @memberOf SetCache - * @alias push - * @param {*} value The value to cache. - * @returns {Object} Returns the cache instance. - */ - function setCacheAdd(value) { - this.__data__.set(value, HASH_UNDEFINED); - return this; - } - - /** - * Checks if `value` is in the array cache. - * - * @private - * @name has - * @memberOf SetCache - * @param {*} value The value to search for. - * @returns {number} Returns `true` if `value` is found, else `false`. - */ - function setCacheHas(value) { - return this.__data__.has(value); - } - - // Add methods to `SetCache`. - SetCache.prototype.add = SetCache.prototype.push = setCacheAdd; - SetCache.prototype.has = setCacheHas; - - /*------------------------------------------------------------------------*/ - - /** - * Creates a stack cache object to store key-value pairs. - * - * @private - * @constructor - * @param {Array} [entries] The key-value pairs to cache. - */ - function Stack(entries) { - var data = this.__data__ = new ListCache(entries); - this.size = data.size; - } - - /** - * Removes all key-value entries from the stack. - * - * @private - * @name clear - * @memberOf Stack - */ - function stackClear() { - this.__data__ = new ListCache; - this.size = 0; - } - - /** - * Removes `key` and its value from the stack. - * - * @private - * @name delete - * @memberOf Stack - * @param {string} key The key of the value to remove. - * @returns {boolean} Returns `true` if the entry was removed, else `false`. - */ - function stackDelete(key) { - var data = this.__data__, - result = data['delete'](key); - - this.size = data.size; - return result; - } - - /** - * Gets the stack value for `key`. - * - * @private - * @name get - * @memberOf Stack - * @param {string} key The key of the value to get. - * @returns {*} Returns the entry value. - */ - function stackGet(key) { - return this.__data__.get(key); - } - - /** - * Checks if a stack value for `key` exists. - * - * @private - * @name has - * @memberOf Stack - * @param {string} key The key of the entry to check. - * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`. - */ - function stackHas(key) { - return this.__data__.has(key); - } - - /** - * Sets the stack `key` to `value`. - * - * @private - * @name set - * @memberOf Stack - * @param {string} key The key of the value to set. - * @param {*} value The value to set. - * @returns {Object} Returns the stack cache instance. - */ - function stackSet(key, value) { - var data = this.__data__; - if (data instanceof ListCache) { - var pairs = data.__data__; - if (!Map || (pairs.length < LARGE_ARRAY_SIZE - 1)) { - pairs.push([key, value]); - this.size = ++data.size; - return this; - } - data = this.__data__ = new MapCache(pairs); - } - data.set(key, value); - this.size = data.size; - return this; - } - - // Add methods to `Stack`. - Stack.prototype.clear = stackClear; - Stack.prototype['delete'] = stackDelete; - Stack.prototype.get = stackGet; - Stack.prototype.has = stackHas; - Stack.prototype.set = stackSet; - - /*------------------------------------------------------------------------*/ - - /** - * Creates an array of the enumerable property names of the array-like `value`. - * - * @private - * @param {*} value The value to query. - * @param {boolean} inherited Specify returning inherited property names. - * @returns {Array} Returns the array of property names. - */ - function arrayLikeKeys(value, inherited) { - var isArr = isArray(value), - isArg = !isArr && isArguments(value), - isBuff = !isArr && !isArg && isBuffer(value), - isType = !isArr && !isArg && !isBuff && isTypedArray(value), - skipIndexes = isArr || isArg || isBuff || isType, - result = skipIndexes ? baseTimes(value.length, String) : [], - length = result.length; - - for (var key in value) { - if ((inherited || hasOwnProperty.call(value, key)) && - !(skipIndexes && ( - // Safari 9 has enumerable `arguments.length` in strict mode. - key == 'length' || - // Node.js 0.10 has enumerable non-index properties on buffers. - (isBuff && (key == 'offset' || key == 'parent')) || - // PhantomJS 2 has enumerable non-index properties on typed arrays. - (isType && (key == 'buffer' || key == 'byteLength' || key == 'byteOffset')) || - // Skip index properties. - isIndex(key, length) - ))) { - result.push(key); - } - } - return result; - } - - /** - * A specialized version of `_.sample` for arrays. - * - * @private - * @param {Array} array The array to sample. - * @returns {*} Returns the random element. - */ - function arraySample(array) { - var length = array.length; - return length ? array[baseRandom(0, length - 1)] : undefined; - } - - /** - * A specialized version of `_.sampleSize` for arrays. - * - * @private - * @param {Array} array The array to sample. - * @param {number} n The number of elements to sample. - * @returns {Array} Returns the random elements. - */ - function arraySampleSize(array, n) { - return shuffleSelf(copyArray(array), baseClamp(n, 0, array.length)); - } - - /** - * A specialized version of `_.shuffle` for arrays. - * - * @private - * @param {Array} array The array to shuffle. - * @returns {Array} Returns the new shuffled array. - */ - function arrayShuffle(array) { - return shuffleSelf(copyArray(array)); - } - - /** - * This function is like `assignValue` except that it doesn't assign - * `undefined` values. - * - * @private - * @param {Object} object The object to modify. - * @param {string} key The key of the property to assign. - * @param {*} value The value to assign. - */ - function assignMergeValue(object, key, value) { - if ((value !== undefined && !eq(object[key], value)) || - (value === undefined && !(key in object))) { - baseAssignValue(object, key, value); - } - } - - /** - * Assigns `value` to `key` of `object` if the existing value is not equivalent - * using [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) - * for equality comparisons. - * - * @private - * @param {Object} object The object to modify. - * @param {string} key The key of the property to assign. - * @param {*} value The value to assign. - */ - function assignValue(object, key, value) { - var objValue = object[key]; - if (!(hasOwnProperty.call(object, key) && eq(objValue, value)) || - (value === undefined && !(key in object))) { - baseAssignValue(object, key, value); - } - } - - /** - * Gets the index at which the `key` is found in `array` of key-value pairs. - * - * @private - * @param {Array} array The array to inspect. - * @param {*} key The key to search for. - * @returns {number} Returns the index of the matched value, else `-1`. - */ - function assocIndexOf(array, key) { - var length = array.length; - while (length--) { - if (eq(array[length][0], key)) { - return length; - } - } - return -1; - } - - /** - * Aggregates elements of `collection` on `accumulator` with keys transformed - * by `iteratee` and values set by `setter`. - * - * @private - * @param {Array|Object} collection The collection to iterate over. - * @param {Function} setter The function to set `accumulator` values. - * @param {Function} iteratee The iteratee to transform keys. - * @param {Object} accumulator The initial aggregated object. - * @returns {Function} Returns `accumulator`. - */ - function baseAggregator(collection, setter, iteratee, accumulator) { - baseEach(collection, function(value, key, collection) { - setter(accumulator, value, iteratee(value), collection); - }); - return accumulator; - } - - /** - * The base implementation of `_.assign` without support for multiple sources - * or `customizer` functions. - * - * @private - * @param {Object} object The destination object. - * @param {Object} source The source object. - * @returns {Object} Returns `object`. - */ - function baseAssign(object, source) { - return object && copyObject(source, keys(source), object); - } - - /** - * The base implementation of `_.assignIn` without support for multiple sources - * or `customizer` functions. - * - * @private - * @param {Object} object The destination object. - * @param {Object} source The source object. - * @returns {Object} Returns `object`. - */ - function baseAssignIn(object, source) { - return object && copyObject(source, keysIn(source), object); - } - - /** - * The base implementation of `assignValue` and `assignMergeValue` without - * value checks. - * - * @private - * @param {Object} object The object to modify. - * @param {string} key The key of the property to assign. - * @param {*} value The value to assign. - */ - function baseAssignValue(object, key, value) { - if (key == '__proto__' && defineProperty) { - defineProperty(object, key, { - 'configurable': true, - 'enumerable': true, - 'value': value, - 'writable': true - }); - } else { - object[key] = value; - } - } - - /** - * The base implementation of `_.at` without support for individual paths. - * - * @private - * @param {Object} object The object to iterate over. - * @param {string[]} paths The property paths to pick. - * @returns {Array} Returns the picked elements. - */ - function baseAt(object, paths) { - var index = -1, - length = paths.length, - result = Array(length), - skip = object == null; - - while (++index < length) { - result[index] = skip ? undefined : get(object, paths[index]); - } - return result; - } - - /** - * The base implementation of `_.clamp` which doesn't coerce arguments. - * - * @private - * @param {number} number The number to clamp. - * @param {number} [lower] The lower bound. - * @param {number} upper The upper bound. - * @returns {number} Returns the clamped number. - */ - function baseClamp(number, lower, upper) { - if (number === number) { - if (upper !== undefined) { - number = number <= upper ? number : upper; - } - if (lower !== undefined) { - number = number >= lower ? number : lower; - } - } - return number; - } - - /** - * The base implementation of `_.clone` and `_.cloneDeep` which tracks - * traversed objects. - * - * @private - * @param {*} value The value to clone. - * @param {boolean} bitmask The bitmask flags. - * 1 - Deep clone - * 2 - Flatten inherited properties - * 4 - Clone symbols - * @param {Function} [customizer] The function to customize cloning. - * @param {string} [key] The key of `value`. - * @param {Object} [object] The parent object of `value`. - * @param {Object} [stack] Tracks traversed objects and their clone counterparts. - * @returns {*} Returns the cloned value. - */ - function baseClone(value, bitmask, customizer, key, object, stack) { - var result, - isDeep = bitmask & CLONE_DEEP_FLAG, - isFlat = bitmask & CLONE_FLAT_FLAG, - isFull = bitmask & CLONE_SYMBOLS_FLAG; - - if (customizer) { - result = object ? customizer(value, key, object, stack) : customizer(value); - } - if (result !== undefined) { - return result; - } - if (!isObject(value)) { - return value; - } - var isArr = isArray(value); - if (isArr) { - result = initCloneArray(value); - if (!isDeep) { - return copyArray(value, result); - } - } else { - var tag = getTag(value), - isFunc = tag == funcTag || tag == genTag; - - if (isBuffer(value)) { - return cloneBuffer(value, isDeep); - } - if (tag == objectTag || tag == argsTag || (isFunc && !object)) { - result = (isFlat || isFunc) ? {} : initCloneObject(value); - if (!isDeep) { - return isFlat - ? copySymbolsIn(value, baseAssignIn(result, value)) - : copySymbols(value, baseAssign(result, value)); - } - } else { - if (!cloneableTags[tag]) { - return object ? value : {}; - } - result = initCloneByTag(value, tag, isDeep); - } - } - // Check for circular references and return its corresponding clone. - stack || (stack = new Stack); - var stacked = stack.get(value); - if (stacked) { - return stacked; - } - stack.set(value, result); - - if (isSet(value)) { - value.forEach(function(subValue) { - result.add(baseClone(subValue, bitmask, customizer, subValue, value, stack)); - }); - } else if (isMap(value)) { - value.forEach(function(subValue, key) { - result.set(key, baseClone(subValue, bitmask, customizer, key, value, stack)); - }); - } - - var keysFunc = isFull - ? (isFlat ? getAllKeysIn : getAllKeys) - : (isFlat ? keysIn : keys); - - var props = isArr ? undefined : keysFunc(value); - arrayEach(props || value, function(subValue, key) { - if (props) { - key = subValue; - subValue = value[key]; - } - // Recursively populate clone (susceptible to call stack limits). - assignValue(result, key, baseClone(subValue, bitmask, customizer, key, value, stack)); - }); - return result; - } - - /** - * The base implementation of `_.conforms` which doesn't clone `source`. - * - * @private - * @param {Object} source The object of property predicates to conform to. - * @returns {Function} Returns the new spec function. - */ - function baseConforms(source) { - var props = keys(source); - return function(object) { - return baseConformsTo(object, source, props); - }; - } - - /** - * The base implementation of `_.conformsTo` which accepts `props` to check. - * - * @private - * @param {Object} object The object to inspect. - * @param {Object} source The object of property predicates to conform to. - * @returns {boolean} Returns `true` if `object` conforms, else `false`. - */ - function baseConformsTo(object, source, props) { - var length = props.length; - if (object == null) { - return !length; - } - object = Object(object); - while (length--) { - var key = props[length], - predicate = source[key], - value = object[key]; - - if ((value === undefined && !(key in object)) || !predicate(value)) { - return false; - } - } - return true; - } - - /** - * The base implementation of `_.delay` and `_.defer` which accepts `args` - * to provide to `func`. - * - * @private - * @param {Function} func The function to delay. - * @param {number} wait The number of milliseconds to delay invocation. - * @param {Array} args The arguments to provide to `func`. - * @returns {number|Object} Returns the timer id or timeout object. - */ - function baseDelay(func, wait, args) { - if (typeof func != 'function') { - throw new TypeError(FUNC_ERROR_TEXT); - } - return setTimeout(function() { func.apply(undefined, args); }, wait); - } - - /** - * The base implementation of methods like `_.difference` without support - * for excluding multiple arrays or iteratee shorthands. - * - * @private - * @param {Array} array The array to inspect. - * @param {Array} values The values to exclude. - * @param {Function} [iteratee] The iteratee invoked per element. - * @param {Function} [comparator] The comparator invoked per element. - * @returns {Array} Returns the new array of filtered values. - */ - function baseDifference(array, values, iteratee, comparator) { - var index = -1, - includes = arrayIncludes, - isCommon = true, - length = array.length, - result = [], - valuesLength = values.length; - - if (!length) { - return result; - } - if (iteratee) { - values = arrayMap(values, baseUnary(iteratee)); - } - if (comparator) { - includes = arrayIncludesWith; - isCommon = false; - } - else if (values.length >= LARGE_ARRAY_SIZE) { - includes = cacheHas; - isCommon = false; - values = new SetCache(values); - } - outer: - while (++index < length) { - var value = array[index], - computed = iteratee == null ? value : iteratee(value); - - value = (comparator || value !== 0) ? value : 0; - if (isCommon && computed === computed) { - var valuesIndex = valuesLength; - while (valuesIndex--) { - if (values[valuesIndex] === computed) { - continue outer; - } - } - result.push(value); - } - else if (!includes(values, computed, comparator)) { - result.push(value); - } - } - return result; - } - - /** - * The base implementation of `_.forEach` without support for iteratee shorthands. - * - * @private - * @param {Array|Object} collection The collection to iterate over. - * @param {Function} iteratee The function invoked per iteration. - * @returns {Array|Object} Returns `collection`. - */ - var baseEach = createBaseEach(baseForOwn); - - /** - * The base implementation of `_.forEachRight` without support for iteratee shorthands. - * - * @private - * @param {Array|Object} collection The collection to iterate over. - * @param {Function} iteratee The function invoked per iteration. - * @returns {Array|Object} Returns `collection`. - */ - var baseEachRight = createBaseEach(baseForOwnRight, true); - - /** - * The base implementation of `_.every` without support for iteratee shorthands. - * - * @private - * @param {Array|Object} collection The collection to iterate over. - * @param {Function} predicate The function invoked per iteration. - * @returns {boolean} Returns `true` if all elements pass the predicate check, - * else `false` - */ - function baseEvery(collection, predicate) { - var result = true; - baseEach(collection, function(value, index, collection) { - result = !!predicate(value, index, collection); - return result; - }); - return result; - } - - /** - * The base implementation of methods like `_.max` and `_.min` which accepts a - * `comparator` to determine the extremum value. - * - * @private - * @param {Array} array The array to iterate over. - * @param {Function} iteratee The iteratee invoked per iteration. - * @param {Function} comparator The comparator used to compare values. - * @returns {*} Returns the extremum value. - */ - function baseExtremum(array, iteratee, comparator) { - var index = -1, - length = array.length; - - while (++index < length) { - var value = array[index], - current = iteratee(value); - - if (current != null && (computed === undefined - ? (current === current && !isSymbol(current)) - : comparator(current, computed) - )) { - var computed = current, - result = value; - } - } - return result; - } - - /** - * The base implementation of `_.fill` without an iteratee call guard. - * - * @private - * @param {Array} array The array to fill. - * @param {*} value The value to fill `array` with. - * @param {number} [start=0] The start position. - * @param {number} [end=array.length] The end position. - * @returns {Array} Returns `array`. - */ - function baseFill(array, value, start, end) { - var length = array.length; - - start = toInteger(start); - if (start < 0) { - start = -start > length ? 0 : (length + start); - } - end = (end === undefined || end > length) ? length : toInteger(end); - if (end < 0) { - end += length; - } - end = start > end ? 0 : toLength(end); - while (start < end) { - array[start++] = value; - } - return array; - } - - /** - * The base implementation of `_.filter` without support for iteratee shorthands. - * - * @private - * @param {Array|Object} collection The collection to iterate over. - * @param {Function} predicate The function invoked per iteration. - * @returns {Array} Returns the new filtered array. - */ - function baseFilter(collection, predicate) { - var result = []; - baseEach(collection, function(value, index, collection) { - if (predicate(value, index, collection)) { - result.push(value); - } - }); - return result; - } - - /** - * The base implementation of `_.flatten` with support for restricting flattening. - * - * @private - * @param {Array} array The array to flatten. - * @param {number} depth The maximum recursion depth. - * @param {boolean} [predicate=isFlattenable] The function invoked per iteration. - * @param {boolean} [isStrict] Restrict to values that pass `predicate` checks. - * @param {Array} [result=[]] The initial result value. - * @returns {Array} Returns the new flattened array. - */ - function baseFlatten(array, depth, predicate, isStrict, result) { - var index = -1, - length = array.length; - - predicate || (predicate = isFlattenable); - result || (result = []); - - while (++index < length) { - var value = array[index]; - if (depth > 0 && predicate(value)) { - if (depth > 1) { - // Recursively flatten arrays (susceptible to call stack limits). - baseFlatten(value, depth - 1, predicate, isStrict, result); - } else { - arrayPush(result, value); - } - } else if (!isStrict) { - result[result.length] = value; - } - } - return result; - } - - /** - * The base implementation of `baseForOwn` which iterates over `object` - * properties returned by `keysFunc` and invokes `iteratee` for each property. - * Iteratee functions may exit iteration early by explicitly returning `false`. - * - * @private - * @param {Object} object The object to iterate over. - * @param {Function} iteratee The function invoked per iteration. - * @param {Function} keysFunc The function to get the keys of `object`. - * @returns {Object} Returns `object`. - */ - var baseFor = createBaseFor(); - - /** - * This function is like `baseFor` except that it iterates over properties - * in the opposite order. - * - * @private - * @param {Object} object The object to iterate over. - * @param {Function} iteratee The function invoked per iteration. - * @param {Function} keysFunc The function to get the keys of `object`. - * @returns {Object} Returns `object`. - */ - var baseForRight = createBaseFor(true); - - /** - * The base implementation of `_.forOwn` without support for iteratee shorthands. - * - * @private - * @param {Object} object The object to iterate over. - * @param {Function} iteratee The function invoked per iteration. - * @returns {Object} Returns `object`. - */ - function baseForOwn(object, iteratee) { - return object && baseFor(object, iteratee, keys); - } - - /** - * The base implementation of `_.forOwnRight` without support for iteratee shorthands. - * - * @private - * @param {Object} object The object to iterate over. - * @param {Function} iteratee The function invoked per iteration. - * @returns {Object} Returns `object`. - */ - function baseForOwnRight(object, iteratee) { - return object && baseForRight(object, iteratee, keys); - } - - /** - * The base implementation of `_.functions` which creates an array of - * `object` function property names filtered from `props`. - * - * @private - * @param {Object} object The object to inspect. - * @param {Array} props The property names to filter. - * @returns {Array} Returns the function names. - */ - function baseFunctions(object, props) { - return arrayFilter(props, function(key) { - return isFunction(object[key]); - }); - } - - /** - * The base implementation of `_.get` without support for default values. - * - * @private - * @param {Object} object The object to query. - * @param {Array|string} path The path of the property to get. - * @returns {*} Returns the resolved value. - */ - function baseGet(object, path) { - path = castPath(path, object); - - var index = 0, - length = path.length; - - while (object != null && index < length) { - object = object[toKey(path[index++])]; - } - return (index && index == length) ? object : undefined; - } - - /** - * The base implementation of `getAllKeys` and `getAllKeysIn` which uses - * `keysFunc` and `symbolsFunc` to get the enumerable property names and - * symbols of `object`. - * - * @private - * @param {Object} object The object to query. - * @param {Function} keysFunc The function to get the keys of `object`. - * @param {Function} symbolsFunc The function to get the symbols of `object`. - * @returns {Array} Returns the array of property names and symbols. - */ - function baseGetAllKeys(object, keysFunc, symbolsFunc) { - var result = keysFunc(object); - return isArray(object) ? result : arrayPush(result, symbolsFunc(object)); - } - - /** - * The base implementation of `getTag` without fallbacks for buggy environments. - * - * @private - * @param {*} value The value to query. - * @returns {string} Returns the `toStringTag`. - */ - function baseGetTag(value) { - if (value == null) { - return value === undefined ? undefinedTag : nullTag; - } - return (symToStringTag && symToStringTag in Object(value)) - ? getRawTag(value) - : objectToString(value); - } - - /** - * The base implementation of `_.gt` which doesn't coerce arguments. - * - * @private - * @param {*} value The value to compare. - * @param {*} other The other value to compare. - * @returns {boolean} Returns `true` if `value` is greater than `other`, - * else `false`. - */ - function baseGt(value, other) { - return value > other; - } - - /** - * The base implementation of `_.has` without support for deep paths. - * - * @private - * @param {Object} [object] The object to query. - * @param {Array|string} key The key to check. - * @returns {boolean} Returns `true` if `key` exists, else `false`. - */ - function baseHas(object, key) { - return object != null && hasOwnProperty.call(object, key); - } - - /** - * The base implementation of `_.hasIn` without support for deep paths. - * - * @private - * @param {Object} [object] The object to query. - * @param {Array|string} key The key to check. - * @returns {boolean} Returns `true` if `key` exists, else `false`. - */ - function baseHasIn(object, key) { - return object != null && key in Object(object); - } - - /** - * The base implementation of `_.inRange` which doesn't coerce arguments. - * - * @private - * @param {number} number The number to check. - * @param {number} start The start of the range. - * @param {number} end The end of the range. - * @returns {boolean} Returns `true` if `number` is in the range, else `false`. - */ - function baseInRange(number, start, end) { - return number >= nativeMin(start, end) && number < nativeMax(start, end); - } - - /** - * The base implementation of methods like `_.intersection`, without support - * for iteratee shorthands, that accepts an array of arrays to inspect. - * - * @private - * @param {Array} arrays The arrays to inspect. - * @param {Function} [iteratee] The iteratee invoked per element. - * @param {Function} [comparator] The comparator invoked per element. - * @returns {Array} Returns the new array of shared values. - */ - function baseIntersection(arrays, iteratee, comparator) { - var includes = comparator ? arrayIncludesWith : arrayIncludes, - length = arrays[0].length, - othLength = arrays.length, - othIndex = othLength, - caches = Array(othLength), - maxLength = Infinity, - result = []; - - while (othIndex--) { - var array = arrays[othIndex]; - if (othIndex && iteratee) { - array = arrayMap(array, baseUnary(iteratee)); - } - maxLength = nativeMin(array.length, maxLength); - caches[othIndex] = !comparator && (iteratee || (length >= 120 && array.length >= 120)) - ? new SetCache(othIndex && array) - : undefined; - } - array = arrays[0]; - - var index = -1, - seen = caches[0]; - - outer: - while (++index < length && result.length < maxLength) { - var value = array[index], - computed = iteratee ? iteratee(value) : value; - - value = (comparator || value !== 0) ? value : 0; - if (!(seen - ? cacheHas(seen, computed) - : includes(result, computed, comparator) - )) { - othIndex = othLength; - while (--othIndex) { - var cache = caches[othIndex]; - if (!(cache - ? cacheHas(cache, computed) - : includes(arrays[othIndex], computed, comparator)) - ) { - continue outer; - } - } - if (seen) { - seen.push(computed); - } - result.push(value); - } - } - return result; - } - - /** - * The base implementation of `_.invert` and `_.invertBy` which inverts - * `object` with values transformed by `iteratee` and set by `setter`. - * - * @private - * @param {Object} object The object to iterate over. - * @param {Function} setter The function to set `accumulator` values. - * @param {Function} iteratee The iteratee to transform values. - * @param {Object} accumulator The initial inverted object. - * @returns {Function} Returns `accumulator`. - */ - function baseInverter(object, setter, iteratee, accumulator) { - baseForOwn(object, function(value, key, object) { - setter(accumulator, iteratee(value), key, object); - }); - return accumulator; - } - - /** - * The base implementation of `_.invoke` without support for individual - * method arguments. - * - * @private - * @param {Object} object The object to query. - * @param {Array|string} path The path of the method to invoke. - * @param {Array} args The arguments to invoke the method with. - * @returns {*} Returns the result of the invoked method. - */ - function baseInvoke(object, path, args) { - path = castPath(path, object); - object = parent(object, path); - var func = object == null ? object : object[toKey(last(path))]; - return func == null ? undefined : apply(func, object, args); - } - - /** - * The base implementation of `_.isArguments`. - * - * @private - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is an `arguments` object, - */ - function baseIsArguments(value) { - return isObjectLike(value) && baseGetTag(value) == argsTag; - } - - /** - * The base implementation of `_.isArrayBuffer` without Node.js optimizations. - * - * @private - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is an array buffer, else `false`. - */ - function baseIsArrayBuffer(value) { - return isObjectLike(value) && baseGetTag(value) == arrayBufferTag; - } - - /** - * The base implementation of `_.isDate` without Node.js optimizations. - * - * @private - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is a date object, else `false`. - */ - function baseIsDate(value) { - return isObjectLike(value) && baseGetTag(value) == dateTag; - } - - /** - * The base implementation of `_.isEqual` which supports partial comparisons - * and tracks traversed objects. - * - * @private - * @param {*} value The value to compare. - * @param {*} other The other value to compare. - * @param {boolean} bitmask The bitmask flags. - * 1 - Unordered comparison - * 2 - Partial comparison - * @param {Function} [customizer] The function to customize comparisons. - * @param {Object} [stack] Tracks traversed `value` and `other` objects. - * @returns {boolean} Returns `true` if the values are equivalent, else `false`. - */ - function baseIsEqual(value, other, bitmask, customizer, stack) { - if (value === other) { - return true; - } - if (value == null || other == null || (!isObjectLike(value) && !isObjectLike(other))) { - return value !== value && other !== other; - } - return baseIsEqualDeep(value, other, bitmask, customizer, baseIsEqual, stack); - } - - /** - * A specialized version of `baseIsEqual` for arrays and objects which performs - * deep comparisons and tracks traversed objects enabling objects with circular - * references to be compared. - * - * @private - * @param {Object} object The object to compare. - * @param {Object} other The other object to compare. - * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details. - * @param {Function} customizer The function to customize comparisons. - * @param {Function} equalFunc The function to determine equivalents of values. - * @param {Object} [stack] Tracks traversed `object` and `other` objects. - * @returns {boolean} Returns `true` if the objects are equivalent, else `false`. - */ - function baseIsEqualDeep(object, other, bitmask, customizer, equalFunc, stack) { - var objIsArr = isArray(object), - othIsArr = isArray(other), - objTag = objIsArr ? arrayTag : getTag(object), - othTag = othIsArr ? arrayTag : getTag(other); - - objTag = objTag == argsTag ? objectTag : objTag; - othTag = othTag == argsTag ? objectTag : othTag; - - var objIsObj = objTag == objectTag, - othIsObj = othTag == objectTag, - isSameTag = objTag == othTag; - - if (isSameTag && isBuffer(object)) { - if (!isBuffer(other)) { - return false; - } - objIsArr = true; - objIsObj = false; - } - if (isSameTag && !objIsObj) { - stack || (stack = new Stack); - return (objIsArr || isTypedArray(object)) - ? equalArrays(object, other, bitmask, customizer, equalFunc, stack) - : equalByTag(object, other, objTag, bitmask, customizer, equalFunc, stack); - } - if (!(bitmask & COMPARE_PARTIAL_FLAG)) { - var objIsWrapped = objIsObj && hasOwnProperty.call(object, '__wrapped__'), - othIsWrapped = othIsObj && hasOwnProperty.call(other, '__wrapped__'); - - if (objIsWrapped || othIsWrapped) { - var objUnwrapped = objIsWrapped ? object.value() : object, - othUnwrapped = othIsWrapped ? other.value() : other; - - stack || (stack = new Stack); - return equalFunc(objUnwrapped, othUnwrapped, bitmask, customizer, stack); - } - } - if (!isSameTag) { - return false; - } - stack || (stack = new Stack); - return equalObjects(object, other, bitmask, customizer, equalFunc, stack); - } - - /** - * The base implementation of `_.isMap` without Node.js optimizations. - * - * @private - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is a map, else `false`. - */ - function baseIsMap(value) { - return isObjectLike(value) && getTag(value) == mapTag; - } - - /** - * The base implementation of `_.isMatch` without support for iteratee shorthands. - * - * @private - * @param {Object} object The object to inspect. - * @param {Object} source The object of property values to match. - * @param {Array} matchData The property names, values, and compare flags to match. - * @param {Function} [customizer] The function to customize comparisons. - * @returns {boolean} Returns `true` if `object` is a match, else `false`. - */ - function baseIsMatch(object, source, matchData, customizer) { - var index = matchData.length, - length = index, - noCustomizer = !customizer; - - if (object == null) { - return !length; - } - object = Object(object); - while (index--) { - var data = matchData[index]; - if ((noCustomizer && data[2]) - ? data[1] !== object[data[0]] - : !(data[0] in object) - ) { - return false; - } - } - while (++index < length) { - data = matchData[index]; - var key = data[0], - objValue = object[key], - srcValue = data[1]; - - if (noCustomizer && data[2]) { - if (objValue === undefined && !(key in object)) { - return false; - } - } else { - var stack = new Stack; - if (customizer) { - var result = customizer(objValue, srcValue, key, object, source, stack); - } - if (!(result === undefined - ? baseIsEqual(srcValue, objValue, COMPARE_PARTIAL_FLAG | COMPARE_UNORDERED_FLAG, customizer, stack) - : result - )) { - return false; - } - } - } - return true; - } - - /** - * The base implementation of `_.isNative` without bad shim checks. - * - * @private - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is a native function, - * else `false`. - */ - function baseIsNative(value) { - if (!isObject(value) || isMasked(value)) { - return false; - } - var pattern = isFunction(value) ? reIsNative : reIsHostCtor; - return pattern.test(toSource(value)); - } - - /** - * The base implementation of `_.isRegExp` without Node.js optimizations. - * - * @private - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is a regexp, else `false`. - */ - function baseIsRegExp(value) { - return isObjectLike(value) && baseGetTag(value) == regexpTag; - } - - /** - * The base implementation of `_.isSet` without Node.js optimizations. - * - * @private - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is a set, else `false`. - */ - function baseIsSet(value) { - return isObjectLike(value) && getTag(value) == setTag; - } - - /** - * The base implementation of `_.isTypedArray` without Node.js optimizations. - * - * @private - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is a typed array, else `false`. - */ - function baseIsTypedArray(value) { - return isObjectLike(value) && - isLength(value.length) && !!typedArrayTags[baseGetTag(value)]; - } - - /** - * The base implementation of `_.iteratee`. - * - * @private - * @param {*} [value=_.identity] The value to convert to an iteratee. - * @returns {Function} Returns the iteratee. - */ - function baseIteratee(value) { - // Don't store the `typeof` result in a variable to avoid a JIT bug in Safari 9. - // See https://bugs.webkit.org/show_bug.cgi?id=156034 for more details. - if (typeof value == 'function') { - return value; - } - if (value == null) { - return identity; - } - if (typeof value == 'object') { - return isArray(value) - ? baseMatchesProperty(value[0], value[1]) - : baseMatches(value); - } - return property(value); - } - - /** - * The base implementation of `_.keys` which doesn't treat sparse arrays as dense. - * - * @private - * @param {Object} object The object to query. - * @returns {Array} Returns the array of property names. - */ - function baseKeys(object) { - if (!isPrototype(object)) { - return nativeKeys(object); - } - var result = []; - for (var key in Object(object)) { - if (hasOwnProperty.call(object, key) && key != 'constructor') { - result.push(key); - } - } - return result; - } - - /** - * The base implementation of `_.keysIn` which doesn't treat sparse arrays as dense. - * - * @private - * @param {Object} object The object to query. - * @returns {Array} Returns the array of property names. - */ - function baseKeysIn(object) { - if (!isObject(object)) { - return nativeKeysIn(object); - } - var isProto = isPrototype(object), - result = []; - - for (var key in object) { - if (!(key == 'constructor' && (isProto || !hasOwnProperty.call(object, key)))) { - result.push(key); - } - } - return result; - } - - /** - * The base implementation of `_.lt` which doesn't coerce arguments. - * - * @private - * @param {*} value The value to compare. - * @param {*} other The other value to compare. - * @returns {boolean} Returns `true` if `value` is less than `other`, - * else `false`. - */ - function baseLt(value, other) { - return value < other; - } - - /** - * The base implementation of `_.map` without support for iteratee shorthands. - * - * @private - * @param {Array|Object} collection The collection to iterate over. - * @param {Function} iteratee The function invoked per iteration. - * @returns {Array} Returns the new mapped array. - */ - function baseMap(collection, iteratee) { - var index = -1, - result = isArrayLike(collection) ? Array(collection.length) : []; - - baseEach(collection, function(value, key, collection) { - result[++index] = iteratee(value, key, collection); - }); - return result; - } - - /** - * The base implementation of `_.matches` which doesn't clone `source`. - * - * @private - * @param {Object} source The object of property values to match. - * @returns {Function} Returns the new spec function. - */ - function baseMatches(source) { - var matchData = getMatchData(source); - if (matchData.length == 1 && matchData[0][2]) { - return matchesStrictComparable(matchData[0][0], matchData[0][1]); - } - return function(object) { - return object === source || baseIsMatch(object, source, matchData); - }; - } - - /** - * The base implementation of `_.matchesProperty` which doesn't clone `srcValue`. - * - * @private - * @param {string} path The path of the property to get. - * @param {*} srcValue The value to match. - * @returns {Function} Returns the new spec function. - */ - function baseMatchesProperty(path, srcValue) { - if (isKey(path) && isStrictComparable(srcValue)) { - return matchesStrictComparable(toKey(path), srcValue); - } - return function(object) { - var objValue = get(object, path); - return (objValue === undefined && objValue === srcValue) - ? hasIn(object, path) - : baseIsEqual(srcValue, objValue, COMPARE_PARTIAL_FLAG | COMPARE_UNORDERED_FLAG); - }; - } - - /** - * The base implementation of `_.merge` without support for multiple sources. - * - * @private - * @param {Object} object The destination object. - * @param {Object} source The source object. - * @param {number} srcIndex The index of `source`. - * @param {Function} [customizer] The function to customize merged values. - * @param {Object} [stack] Tracks traversed source values and their merged - * counterparts. - */ - function baseMerge(object, source, srcIndex, customizer, stack) { - if (object === source) { - return; - } - baseFor(source, function(srcValue, key) { - stack || (stack = new Stack); - if (isObject(srcValue)) { - baseMergeDeep(object, source, key, srcIndex, baseMerge, customizer, stack); - } - else { - var newValue = customizer - ? customizer(safeGet(object, key), srcValue, (key + ''), object, source, stack) - : undefined; - - if (newValue === undefined) { - newValue = srcValue; - } - assignMergeValue(object, key, newValue); - } - }, keysIn); - } - - /** - * A specialized version of `baseMerge` for arrays and objects which performs - * deep merges and tracks traversed objects enabling objects with circular - * references to be merged. - * - * @private - * @param {Object} object The destination object. - * @param {Object} source The source object. - * @param {string} key The key of the value to merge. - * @param {number} srcIndex The index of `source`. - * @param {Function} mergeFunc The function to merge values. - * @param {Function} [customizer] The function to customize assigned values. - * @param {Object} [stack] Tracks traversed source values and their merged - * counterparts. - */ - function baseMergeDeep(object, source, key, srcIndex, mergeFunc, customizer, stack) { - var objValue = safeGet(object, key), - srcValue = safeGet(source, key), - stacked = stack.get(srcValue); - - if (stacked) { - assignMergeValue(object, key, stacked); - return; - } - var newValue = customizer - ? customizer(objValue, srcValue, (key + ''), object, source, stack) - : undefined; - - var isCommon = newValue === undefined; - - if (isCommon) { - var isArr = isArray(srcValue), - isBuff = !isArr && isBuffer(srcValue), - isTyped = !isArr && !isBuff && isTypedArray(srcValue); - - newValue = srcValue; - if (isArr || isBuff || isTyped) { - if (isArray(objValue)) { - newValue = objValue; - } - else if (isArrayLikeObject(objValue)) { - newValue = copyArray(objValue); - } - else if (isBuff) { - isCommon = false; - newValue = cloneBuffer(srcValue, true); - } - else if (isTyped) { - isCommon = false; - newValue = cloneTypedArray(srcValue, true); - } - else { - newValue = []; - } - } - else if (isPlainObject(srcValue) || isArguments(srcValue)) { - newValue = objValue; - if (isArguments(objValue)) { - newValue = toPlainObject(objValue); - } - else if (!isObject(objValue) || isFunction(objValue)) { - newValue = initCloneObject(srcValue); - } - } - else { - isCommon = false; - } - } - if (isCommon) { - // Recursively merge objects and arrays (susceptible to call stack limits). - stack.set(srcValue, newValue); - mergeFunc(newValue, srcValue, srcIndex, customizer, stack); - stack['delete'](srcValue); - } - assignMergeValue(object, key, newValue); - } - - /** - * The base implementation of `_.nth` which doesn't coerce arguments. - * - * @private - * @param {Array} array The array to query. - * @param {number} n The index of the element to return. - * @returns {*} Returns the nth element of `array`. - */ - function baseNth(array, n) { - var length = array.length; - if (!length) { - return; - } - n += n < 0 ? length : 0; - return isIndex(n, length) ? array[n] : undefined; - } - - /** - * The base implementation of `_.orderBy` without param guards. - * - * @private - * @param {Array|Object} collection The collection to iterate over. - * @param {Function[]|Object[]|string[]} iteratees The iteratees to sort by. - * @param {string[]} orders The sort orders of `iteratees`. - * @returns {Array} Returns the new sorted array. - */ - function baseOrderBy(collection, iteratees, orders) { - if (iteratees.length) { - iteratees = arrayMap(iteratees, function(iteratee) { - if (isArray(iteratee)) { - return function(value) { - return baseGet(value, iteratee.length === 1 ? iteratee[0] : iteratee); - } - } - return iteratee; - }); - } else { - iteratees = [identity]; - } - - var index = -1; - iteratees = arrayMap(iteratees, baseUnary(getIteratee())); - - var result = baseMap(collection, function(value, key, collection) { - var criteria = arrayMap(iteratees, function(iteratee) { - return iteratee(value); - }); - return { 'criteria': criteria, 'index': ++index, 'value': value }; - }); - - return baseSortBy(result, function(object, other) { - return compareMultiple(object, other, orders); - }); - } - - /** - * The base implementation of `_.pick` without support for individual - * property identifiers. - * - * @private - * @param {Object} object The source object. - * @param {string[]} paths The property paths to pick. - * @returns {Object} Returns the new object. - */ - function basePick(object, paths) { - return basePickBy(object, paths, function(value, path) { - return hasIn(object, path); - }); - } - - /** - * The base implementation of `_.pickBy` without support for iteratee shorthands. - * - * @private - * @param {Object} object The source object. - * @param {string[]} paths The property paths to pick. - * @param {Function} predicate The function invoked per property. - * @returns {Object} Returns the new object. - */ - function basePickBy(object, paths, predicate) { - var index = -1, - length = paths.length, - result = {}; - - while (++index < length) { - var path = paths[index], - value = baseGet(object, path); - - if (predicate(value, path)) { - baseSet(result, castPath(path, object), value); - } - } - return result; - } - - /** - * A specialized version of `baseProperty` which supports deep paths. - * - * @private - * @param {Array|string} path The path of the property to get. - * @returns {Function} Returns the new accessor function. - */ - function basePropertyDeep(path) { - return function(object) { - return baseGet(object, path); - }; - } - - /** - * The base implementation of `_.pullAllBy` without support for iteratee - * shorthands. - * - * @private - * @param {Array} array The array to modify. - * @param {Array} values The values to remove. - * @param {Function} [iteratee] The iteratee invoked per element. - * @param {Function} [comparator] The comparator invoked per element. - * @returns {Array} Returns `array`. - */ - function basePullAll(array, values, iteratee, comparator) { - var indexOf = comparator ? baseIndexOfWith : baseIndexOf, - index = -1, - length = values.length, - seen = array; - - if (array === values) { - values = copyArray(values); - } - if (iteratee) { - seen = arrayMap(array, baseUnary(iteratee)); - } - while (++index < length) { - var fromIndex = 0, - value = values[index], - computed = iteratee ? iteratee(value) : value; - - while ((fromIndex = indexOf(seen, computed, fromIndex, comparator)) > -1) { - if (seen !== array) { - splice.call(seen, fromIndex, 1); - } - splice.call(array, fromIndex, 1); - } - } - return array; - } - - /** - * The base implementation of `_.pullAt` without support for individual - * indexes or capturing the removed elements. - * - * @private - * @param {Array} array The array to modify. - * @param {number[]} indexes The indexes of elements to remove. - * @returns {Array} Returns `array`. - */ - function basePullAt(array, indexes) { - var length = array ? indexes.length : 0, - lastIndex = length - 1; - - while (length--) { - var index = indexes[length]; - if (length == lastIndex || index !== previous) { - var previous = index; - if (isIndex(index)) { - splice.call(array, index, 1); - } else { - baseUnset(array, index); - } - } - } - return array; - } - - /** - * The base implementation of `_.random` without support for returning - * floating-point numbers. - * - * @private - * @param {number} lower The lower bound. - * @param {number} upper The upper bound. - * @returns {number} Returns the random number. - */ - function baseRandom(lower, upper) { - return lower + nativeFloor(nativeRandom() * (upper - lower + 1)); - } - - /** - * The base implementation of `_.range` and `_.rangeRight` which doesn't - * coerce arguments. - * - * @private - * @param {number} start The start of the range. - * @param {number} end The end of the range. - * @param {number} step The value to increment or decrement by. - * @param {boolean} [fromRight] Specify iterating from right to left. - * @returns {Array} Returns the range of numbers. - */ - function baseRange(start, end, step, fromRight) { - var index = -1, - length = nativeMax(nativeCeil((end - start) / (step || 1)), 0), - result = Array(length); - - while (length--) { - result[fromRight ? length : ++index] = start; - start += step; - } - return result; - } - - /** - * The base implementation of `_.repeat` which doesn't coerce arguments. - * - * @private - * @param {string} string The string to repeat. - * @param {number} n The number of times to repeat the string. - * @returns {string} Returns the repeated string. - */ - function baseRepeat(string, n) { - var result = ''; - if (!string || n < 1 || n > MAX_SAFE_INTEGER) { - return result; - } - // Leverage the exponentiation by squaring algorithm for a faster repeat. - // See https://en.wikipedia.org/wiki/Exponentiation_by_squaring for more details. - do { - if (n % 2) { - result += string; - } - n = nativeFloor(n / 2); - if (n) { - string += string; - } - } while (n); - - return result; - } - - /** - * The base implementation of `_.rest` which doesn't validate or coerce arguments. - * - * @private - * @param {Function} func The function to apply a rest parameter to. - * @param {number} [start=func.length-1] The start position of the rest parameter. - * @returns {Function} Returns the new function. - */ - function baseRest(func, start) { - return setToString(overRest(func, start, identity), func + ''); - } - - /** - * The base implementation of `_.sample`. - * - * @private - * @param {Array|Object} collection The collection to sample. - * @returns {*} Returns the random element. - */ - function baseSample(collection) { - return arraySample(values(collection)); - } - - /** - * The base implementation of `_.sampleSize` without param guards. - * - * @private - * @param {Array|Object} collection The collection to sample. - * @param {number} n The number of elements to sample. - * @returns {Array} Returns the random elements. - */ - function baseSampleSize(collection, n) { - var array = values(collection); - return shuffleSelf(array, baseClamp(n, 0, array.length)); - } - - /** - * The base implementation of `_.set`. - * - * @private - * @param {Object} object The object to modify. - * @param {Array|string} path The path of the property to set. - * @param {*} value The value to set. - * @param {Function} [customizer] The function to customize path creation. - * @returns {Object} Returns `object`. - */ - function baseSet(object, path, value, customizer) { - if (!isObject(object)) { - return object; - } - path = castPath(path, object); - - var index = -1, - length = path.length, - lastIndex = length - 1, - nested = object; - - while (nested != null && ++index < length) { - var key = toKey(path[index]), - newValue = value; - - if (key === '__proto__' || key === 'constructor' || key === 'prototype') { - return object; - } - - if (index != lastIndex) { - var objValue = nested[key]; - newValue = customizer ? customizer(objValue, key, nested) : undefined; - if (newValue === undefined) { - newValue = isObject(objValue) - ? objValue - : (isIndex(path[index + 1]) ? [] : {}); - } - } - assignValue(nested, key, newValue); - nested = nested[key]; - } - return object; - } - - /** - * The base implementation of `setData` without support for hot loop shorting. - * - * @private - * @param {Function} func The function to associate metadata with. - * @param {*} data The metadata. - * @returns {Function} Returns `func`. - */ - var baseSetData = !metaMap ? identity : function(func, data) { - metaMap.set(func, data); - return func; - }; - - /** - * The base implementation of `setToString` without support for hot loop shorting. - * - * @private - * @param {Function} func The function to modify. - * @param {Function} string The `toString` result. - * @returns {Function} Returns `func`. - */ - var baseSetToString = !defineProperty ? identity : function(func, string) { - return defineProperty(func, 'toString', { - 'configurable': true, - 'enumerable': false, - 'value': constant(string), - 'writable': true - }); - }; - - /** - * The base implementation of `_.shuffle`. - * - * @private - * @param {Array|Object} collection The collection to shuffle. - * @returns {Array} Returns the new shuffled array. - */ - function baseShuffle(collection) { - return shuffleSelf(values(collection)); - } - - /** - * The base implementation of `_.slice` without an iteratee call guard. - * - * @private - * @param {Array} array The array to slice. - * @param {number} [start=0] The start position. - * @param {number} [end=array.length] The end position. - * @returns {Array} Returns the slice of `array`. - */ - function baseSlice(array, start, end) { - var index = -1, - length = array.length; - - if (start < 0) { - start = -start > length ? 0 : (length + start); - } - end = end > length ? length : end; - if (end < 0) { - end += length; - } - length = start > end ? 0 : ((end - start) >>> 0); - start >>>= 0; - - var result = Array(length); - while (++index < length) { - result[index] = array[index + start]; - } - return result; - } - - /** - * The base implementation of `_.some` without support for iteratee shorthands. - * - * @private - * @param {Array|Object} collection The collection to iterate over. - * @param {Function} predicate The function invoked per iteration. - * @returns {boolean} Returns `true` if any element passes the predicate check, - * else `false`. - */ - function baseSome(collection, predicate) { - var result; - - baseEach(collection, function(value, index, collection) { - result = predicate(value, index, collection); - return !result; - }); - return !!result; - } - - /** - * The base implementation of `_.sortedIndex` and `_.sortedLastIndex` which - * performs a binary search of `array` to determine the index at which `value` - * should be inserted into `array` in order to maintain its sort order. - * - * @private - * @param {Array} array The sorted array to inspect. - * @param {*} value The value to evaluate. - * @param {boolean} [retHighest] Specify returning the highest qualified index. - * @returns {number} Returns the index at which `value` should be inserted - * into `array`. - */ - function baseSortedIndex(array, value, retHighest) { - var low = 0, - high = array == null ? low : array.length; - - if (typeof value == 'number' && value === value && high <= HALF_MAX_ARRAY_LENGTH) { - while (low < high) { - var mid = (low + high) >>> 1, - computed = array[mid]; - - if (computed !== null && !isSymbol(computed) && - (retHighest ? (computed <= value) : (computed < value))) { - low = mid + 1; - } else { - high = mid; - } - } - return high; - } - return baseSortedIndexBy(array, value, identity, retHighest); - } - - /** - * The base implementation of `_.sortedIndexBy` and `_.sortedLastIndexBy` - * which invokes `iteratee` for `value` and each element of `array` to compute - * their sort ranking. The iteratee is invoked with one argument; (value). - * - * @private - * @param {Array} array The sorted array to inspect. - * @param {*} value The value to evaluate. - * @param {Function} iteratee The iteratee invoked per element. - * @param {boolean} [retHighest] Specify returning the highest qualified index. - * @returns {number} Returns the index at which `value` should be inserted - * into `array`. - */ - function baseSortedIndexBy(array, value, iteratee, retHighest) { - var low = 0, - high = array == null ? 0 : array.length; - if (high === 0) { - return 0; - } - - value = iteratee(value); - var valIsNaN = value !== value, - valIsNull = value === null, - valIsSymbol = isSymbol(value), - valIsUndefined = value === undefined; - - while (low < high) { - var mid = nativeFloor((low + high) / 2), - computed = iteratee(array[mid]), - othIsDefined = computed !== undefined, - othIsNull = computed === null, - othIsReflexive = computed === computed, - othIsSymbol = isSymbol(computed); - - if (valIsNaN) { - var setLow = retHighest || othIsReflexive; - } else if (valIsUndefined) { - setLow = othIsReflexive && (retHighest || othIsDefined); - } else if (valIsNull) { - setLow = othIsReflexive && othIsDefined && (retHighest || !othIsNull); - } else if (valIsSymbol) { - setLow = othIsReflexive && othIsDefined && !othIsNull && (retHighest || !othIsSymbol); - } else if (othIsNull || othIsSymbol) { - setLow = false; - } else { - setLow = retHighest ? (computed <= value) : (computed < value); - } - if (setLow) { - low = mid + 1; - } else { - high = mid; - } - } - return nativeMin(high, MAX_ARRAY_INDEX); - } - - /** - * The base implementation of `_.sortedUniq` and `_.sortedUniqBy` without - * support for iteratee shorthands. - * - * @private - * @param {Array} array The array to inspect. - * @param {Function} [iteratee] The iteratee invoked per element. - * @returns {Array} Returns the new duplicate free array. - */ - function baseSortedUniq(array, iteratee) { - var index = -1, - length = array.length, - resIndex = 0, - result = []; - - while (++index < length) { - var value = array[index], - computed = iteratee ? iteratee(value) : value; - - if (!index || !eq(computed, seen)) { - var seen = computed; - result[resIndex++] = value === 0 ? 0 : value; - } - } - return result; - } - - /** - * The base implementation of `_.toNumber` which doesn't ensure correct - * conversions of binary, hexadecimal, or octal string values. - * - * @private - * @param {*} value The value to process. - * @returns {number} Returns the number. - */ - function baseToNumber(value) { - if (typeof value == 'number') { - return value; - } - if (isSymbol(value)) { - return NAN; - } - return +value; - } - - /** - * The base implementation of `_.toString` which doesn't convert nullish - * values to empty strings. - * - * @private - * @param {*} value The value to process. - * @returns {string} Returns the string. - */ - function baseToString(value) { - // Exit early for strings to avoid a performance hit in some environments. - if (typeof value == 'string') { - return value; - } - if (isArray(value)) { - // Recursively convert values (susceptible to call stack limits). - return arrayMap(value, baseToString) + ''; - } - if (isSymbol(value)) { - return symbolToString ? symbolToString.call(value) : ''; - } - var result = (value + ''); - return (result == '0' && (1 / value) == -INFINITY) ? '-0' : result; - } - - /** - * The base implementation of `_.uniqBy` without support for iteratee shorthands. - * - * @private - * @param {Array} array The array to inspect. - * @param {Function} [iteratee] The iteratee invoked per element. - * @param {Function} [comparator] The comparator invoked per element. - * @returns {Array} Returns the new duplicate free array. - */ - function baseUniq(array, iteratee, comparator) { - var index = -1, - includes = arrayIncludes, - length = array.length, - isCommon = true, - result = [], - seen = result; - - if (comparator) { - isCommon = false; - includes = arrayIncludesWith; - } - else if (length >= LARGE_ARRAY_SIZE) { - var set = iteratee ? null : createSet(array); - if (set) { - return setToArray(set); - } - isCommon = false; - includes = cacheHas; - seen = new SetCache; - } - else { - seen = iteratee ? [] : result; - } - outer: - while (++index < length) { - var value = array[index], - computed = iteratee ? iteratee(value) : value; - - value = (comparator || value !== 0) ? value : 0; - if (isCommon && computed === computed) { - var seenIndex = seen.length; - while (seenIndex--) { - if (seen[seenIndex] === computed) { - continue outer; - } - } - if (iteratee) { - seen.push(computed); - } - result.push(value); - } - else if (!includes(seen, computed, comparator)) { - if (seen !== result) { - seen.push(computed); - } - result.push(value); - } - } - return result; - } - - /** - * The base implementation of `_.unset`. - * - * @private - * @param {Object} object The object to modify. - * @param {Array|string} path The property path to unset. - * @returns {boolean} Returns `true` if the property is deleted, else `false`. - */ - function baseUnset(object, path) { - path = castPath(path, object); - object = parent(object, path); - return object == null || delete object[toKey(last(path))]; - } - - /** - * The base implementation of `_.update`. - * - * @private - * @param {Object} object The object to modify. - * @param {Array|string} path The path of the property to update. - * @param {Function} updater The function to produce the updated value. - * @param {Function} [customizer] The function to customize path creation. - * @returns {Object} Returns `object`. - */ - function baseUpdate(object, path, updater, customizer) { - return baseSet(object, path, updater(baseGet(object, path)), customizer); - } - - /** - * The base implementation of methods like `_.dropWhile` and `_.takeWhile` - * without support for iteratee shorthands. - * - * @private - * @param {Array} array The array to query. - * @param {Function} predicate The function invoked per iteration. - * @param {boolean} [isDrop] Specify dropping elements instead of taking them. - * @param {boolean} [fromRight] Specify iterating from right to left. - * @returns {Array} Returns the slice of `array`. - */ - function baseWhile(array, predicate, isDrop, fromRight) { - var length = array.length, - index = fromRight ? length : -1; - - while ((fromRight ? index-- : ++index < length) && - predicate(array[index], index, array)) {} - - return isDrop - ? baseSlice(array, (fromRight ? 0 : index), (fromRight ? index + 1 : length)) - : baseSlice(array, (fromRight ? index + 1 : 0), (fromRight ? length : index)); - } - - /** - * The base implementation of `wrapperValue` which returns the result of - * performing a sequence of actions on the unwrapped `value`, where each - * successive action is supplied the return value of the previous. - * - * @private - * @param {*} value The unwrapped value. - * @param {Array} actions Actions to perform to resolve the unwrapped value. - * @returns {*} Returns the resolved value. - */ - function baseWrapperValue(value, actions) { - var result = value; - if (result instanceof LazyWrapper) { - result = result.value(); - } - return arrayReduce(actions, function(result, action) { - return action.func.apply(action.thisArg, arrayPush([result], action.args)); - }, result); - } - - /** - * The base implementation of methods like `_.xor`, without support for - * iteratee shorthands, that accepts an array of arrays to inspect. - * - * @private - * @param {Array} arrays The arrays to inspect. - * @param {Function} [iteratee] The iteratee invoked per element. - * @param {Function} [comparator] The comparator invoked per element. - * @returns {Array} Returns the new array of values. - */ - function baseXor(arrays, iteratee, comparator) { - var length = arrays.length; - if (length < 2) { - return length ? baseUniq(arrays[0]) : []; - } - var index = -1, - result = Array(length); - - while (++index < length) { - var array = arrays[index], - othIndex = -1; - - while (++othIndex < length) { - if (othIndex != index) { - result[index] = baseDifference(result[index] || array, arrays[othIndex], iteratee, comparator); - } - } - } - return baseUniq(baseFlatten(result, 1), iteratee, comparator); - } - - /** - * This base implementation of `_.zipObject` which assigns values using `assignFunc`. - * - * @private - * @param {Array} props The property identifiers. - * @param {Array} values The property values. - * @param {Function} assignFunc The function to assign values. - * @returns {Object} Returns the new object. - */ - function baseZipObject(props, values, assignFunc) { - var index = -1, - length = props.length, - valsLength = values.length, - result = {}; - - while (++index < length) { - var value = index < valsLength ? values[index] : undefined; - assignFunc(result, props[index], value); - } - return result; - } - - /** - * Casts `value` to an empty array if it's not an array like object. - * - * @private - * @param {*} value The value to inspect. - * @returns {Array|Object} Returns the cast array-like object. - */ - function castArrayLikeObject(value) { - return isArrayLikeObject(value) ? value : []; - } - - /** - * Casts `value` to `identity` if it's not a function. - * - * @private - * @param {*} value The value to inspect. - * @returns {Function} Returns cast function. - */ - function castFunction(value) { - return typeof value == 'function' ? value : identity; - } - - /** - * Casts `value` to a path array if it's not one. - * - * @private - * @param {*} value The value to inspect. - * @param {Object} [object] The object to query keys on. - * @returns {Array} Returns the cast property path array. - */ - function castPath(value, object) { - if (isArray(value)) { - return value; - } - return isKey(value, object) ? [value] : stringToPath(toString(value)); - } - - /** - * A `baseRest` alias which can be replaced with `identity` by module - * replacement plugins. - * - * @private - * @type {Function} - * @param {Function} func The function to apply a rest parameter to. - * @returns {Function} Returns the new function. - */ - var castRest = baseRest; - - /** - * Casts `array` to a slice if it's needed. - * - * @private - * @param {Array} array The array to inspect. - * @param {number} start The start position. - * @param {number} [end=array.length] The end position. - * @returns {Array} Returns the cast slice. - */ - function castSlice(array, start, end) { - var length = array.length; - end = end === undefined ? length : end; - return (!start && end >= length) ? array : baseSlice(array, start, end); - } - - /** - * A simple wrapper around the global [`clearTimeout`](https://mdn.io/clearTimeout). - * - * @private - * @param {number|Object} id The timer id or timeout object of the timer to clear. - */ - var clearTimeout = ctxClearTimeout || function(id) { - return root.clearTimeout(id); - }; - - /** - * Creates a clone of `buffer`. - * - * @private - * @param {Buffer} buffer The buffer to clone. - * @param {boolean} [isDeep] Specify a deep clone. - * @returns {Buffer} Returns the cloned buffer. - */ - function cloneBuffer(buffer, isDeep) { - if (isDeep) { - return buffer.slice(); - } - var length = buffer.length, - result = allocUnsafe ? allocUnsafe(length) : new buffer.constructor(length); - - buffer.copy(result); - return result; - } - - /** - * Creates a clone of `arrayBuffer`. - * - * @private - * @param {ArrayBuffer} arrayBuffer The array buffer to clone. - * @returns {ArrayBuffer} Returns the cloned array buffer. - */ - function cloneArrayBuffer(arrayBuffer) { - var result = new arrayBuffer.constructor(arrayBuffer.byteLength); - new Uint8Array(result).set(new Uint8Array(arrayBuffer)); - return result; - } - - /** - * Creates a clone of `dataView`. - * - * @private - * @param {Object} dataView The data view to clone. - * @param {boolean} [isDeep] Specify a deep clone. - * @returns {Object} Returns the cloned data view. - */ - function cloneDataView(dataView, isDeep) { - var buffer = isDeep ? cloneArrayBuffer(dataView.buffer) : dataView.buffer; - return new dataView.constructor(buffer, dataView.byteOffset, dataView.byteLength); - } - - /** - * Creates a clone of `regexp`. - * - * @private - * @param {Object} regexp The regexp to clone. - * @returns {Object} Returns the cloned regexp. - */ - function cloneRegExp(regexp) { - var result = new regexp.constructor(regexp.source, reFlags.exec(regexp)); - result.lastIndex = regexp.lastIndex; - return result; - } - - /** - * Creates a clone of the `symbol` object. - * - * @private - * @param {Object} symbol The symbol object to clone. - * @returns {Object} Returns the cloned symbol object. - */ - function cloneSymbol(symbol) { - return symbolValueOf ? Object(symbolValueOf.call(symbol)) : {}; - } - - /** - * Creates a clone of `typedArray`. - * - * @private - * @param {Object} typedArray The typed array to clone. - * @param {boolean} [isDeep] Specify a deep clone. - * @returns {Object} Returns the cloned typed array. - */ - function cloneTypedArray(typedArray, isDeep) { - var buffer = isDeep ? cloneArrayBuffer(typedArray.buffer) : typedArray.buffer; - return new typedArray.constructor(buffer, typedArray.byteOffset, typedArray.length); - } - - /** - * Compares values to sort them in ascending order. - * - * @private - * @param {*} value The value to compare. - * @param {*} other The other value to compare. - * @returns {number} Returns the sort order indicator for `value`. - */ - function compareAscending(value, other) { - if (value !== other) { - var valIsDefined = value !== undefined, - valIsNull = value === null, - valIsReflexive = value === value, - valIsSymbol = isSymbol(value); - - var othIsDefined = other !== undefined, - othIsNull = other === null, - othIsReflexive = other === other, - othIsSymbol = isSymbol(other); - - if ((!othIsNull && !othIsSymbol && !valIsSymbol && value > other) || - (valIsSymbol && othIsDefined && othIsReflexive && !othIsNull && !othIsSymbol) || - (valIsNull && othIsDefined && othIsReflexive) || - (!valIsDefined && othIsReflexive) || - !valIsReflexive) { - return 1; - } - if ((!valIsNull && !valIsSymbol && !othIsSymbol && value < other) || - (othIsSymbol && valIsDefined && valIsReflexive && !valIsNull && !valIsSymbol) || - (othIsNull && valIsDefined && valIsReflexive) || - (!othIsDefined && valIsReflexive) || - !othIsReflexive) { - return -1; - } - } - return 0; - } - - /** - * Used by `_.orderBy` to compare multiple properties of a value to another - * and stable sort them. - * - * If `orders` is unspecified, all values are sorted in ascending order. Otherwise, - * specify an order of "desc" for descending or "asc" for ascending sort order - * of corresponding values. - * - * @private - * @param {Object} object The object to compare. - * @param {Object} other The other object to compare. - * @param {boolean[]|string[]} orders The order to sort by for each property. - * @returns {number} Returns the sort order indicator for `object`. - */ - function compareMultiple(object, other, orders) { - var index = -1, - objCriteria = object.criteria, - othCriteria = other.criteria, - length = objCriteria.length, - ordersLength = orders.length; - - while (++index < length) { - var result = compareAscending(objCriteria[index], othCriteria[index]); - if (result) { - if (index >= ordersLength) { - return result; - } - var order = orders[index]; - return result * (order == 'desc' ? -1 : 1); - } - } - // Fixes an `Array#sort` bug in the JS engine embedded in Adobe applications - // that causes it, under certain circumstances, to provide the same value for - // `object` and `other`. See https://github.com/jashkenas/underscore/pull/1247 - // for more details. - // - // This also ensures a stable sort in V8 and other engines. - // See https://bugs.chromium.org/p/v8/issues/detail?id=90 for more details. - return object.index - other.index; - } - - /** - * Creates an array that is the composition of partially applied arguments, - * placeholders, and provided arguments into a single array of arguments. - * - * @private - * @param {Array} args The provided arguments. - * @param {Array} partials The arguments to prepend to those provided. - * @param {Array} holders The `partials` placeholder indexes. - * @params {boolean} [isCurried] Specify composing for a curried function. - * @returns {Array} Returns the new array of composed arguments. - */ - function composeArgs(args, partials, holders, isCurried) { - var argsIndex = -1, - argsLength = args.length, - holdersLength = holders.length, - leftIndex = -1, - leftLength = partials.length, - rangeLength = nativeMax(argsLength - holdersLength, 0), - result = Array(leftLength + rangeLength), - isUncurried = !isCurried; - - while (++leftIndex < leftLength) { - result[leftIndex] = partials[leftIndex]; - } - while (++argsIndex < holdersLength) { - if (isUncurried || argsIndex < argsLength) { - result[holders[argsIndex]] = args[argsIndex]; - } - } - while (rangeLength--) { - result[leftIndex++] = args[argsIndex++]; - } - return result; - } - - /** - * This function is like `composeArgs` except that the arguments composition - * is tailored for `_.partialRight`. - * - * @private - * @param {Array} args The provided arguments. - * @param {Array} partials The arguments to append to those provided. - * @param {Array} holders The `partials` placeholder indexes. - * @params {boolean} [isCurried] Specify composing for a curried function. - * @returns {Array} Returns the new array of composed arguments. - */ - function composeArgsRight(args, partials, holders, isCurried) { - var argsIndex = -1, - argsLength = args.length, - holdersIndex = -1, - holdersLength = holders.length, - rightIndex = -1, - rightLength = partials.length, - rangeLength = nativeMax(argsLength - holdersLength, 0), - result = Array(rangeLength + rightLength), - isUncurried = !isCurried; - - while (++argsIndex < rangeLength) { - result[argsIndex] = args[argsIndex]; - } - var offset = argsIndex; - while (++rightIndex < rightLength) { - result[offset + rightIndex] = partials[rightIndex]; - } - while (++holdersIndex < holdersLength) { - if (isUncurried || argsIndex < argsLength) { - result[offset + holders[holdersIndex]] = args[argsIndex++]; - } - } - return result; - } - - /** - * Copies the values of `source` to `array`. - * - * @private - * @param {Array} source The array to copy values from. - * @param {Array} [array=[]] The array to copy values to. - * @returns {Array} Returns `array`. - */ - function copyArray(source, array) { - var index = -1, - length = source.length; - - array || (array = Array(length)); - while (++index < length) { - array[index] = source[index]; - } - return array; - } - - /** - * Copies properties of `source` to `object`. - * - * @private - * @param {Object} source The object to copy properties from. - * @param {Array} props The property identifiers to copy. - * @param {Object} [object={}] The object to copy properties to. - * @param {Function} [customizer] The function to customize copied values. - * @returns {Object} Returns `object`. - */ - function copyObject(source, props, object, customizer) { - var isNew = !object; - object || (object = {}); - - var index = -1, - length = props.length; - - while (++index < length) { - var key = props[index]; - - var newValue = customizer - ? customizer(object[key], source[key], key, object, source) - : undefined; - - if (newValue === undefined) { - newValue = source[key]; - } - if (isNew) { - baseAssignValue(object, key, newValue); - } else { - assignValue(object, key, newValue); - } - } - return object; - } - - /** - * Copies own symbols of `source` to `object`. - * - * @private - * @param {Object} source The object to copy symbols from. - * @param {Object} [object={}] The object to copy symbols to. - * @returns {Object} Returns `object`. - */ - function copySymbols(source, object) { - return copyObject(source, getSymbols(source), object); - } - - /** - * Copies own and inherited symbols of `source` to `object`. - * - * @private - * @param {Object} source The object to copy symbols from. - * @param {Object} [object={}] The object to copy symbols to. - * @returns {Object} Returns `object`. - */ - function copySymbolsIn(source, object) { - return copyObject(source, getSymbolsIn(source), object); - } - - /** - * Creates a function like `_.groupBy`. - * - * @private - * @param {Function} setter The function to set accumulator values. - * @param {Function} [initializer] The accumulator object initializer. - * @returns {Function} Returns the new aggregator function. - */ - function createAggregator(setter, initializer) { - return function(collection, iteratee) { - var func = isArray(collection) ? arrayAggregator : baseAggregator, - accumulator = initializer ? initializer() : {}; - - return func(collection, setter, getIteratee(iteratee, 2), accumulator); - }; - } - - /** - * Creates a function like `_.assign`. - * - * @private - * @param {Function} assigner The function to assign values. - * @returns {Function} Returns the new assigner function. - */ - function createAssigner(assigner) { - return baseRest(function(object, sources) { - var index = -1, - length = sources.length, - customizer = length > 1 ? sources[length - 1] : undefined, - guard = length > 2 ? sources[2] : undefined; - - customizer = (assigner.length > 3 && typeof customizer == 'function') - ? (length--, customizer) - : undefined; - - if (guard && isIterateeCall(sources[0], sources[1], guard)) { - customizer = length < 3 ? undefined : customizer; - length = 1; - } - object = Object(object); - while (++index < length) { - var source = sources[index]; - if (source) { - assigner(object, source, index, customizer); - } - } - return object; - }); - } - - /** - * Creates a `baseEach` or `baseEachRight` function. - * - * @private - * @param {Function} eachFunc The function to iterate over a collection. - * @param {boolean} [fromRight] Specify iterating from right to left. - * @returns {Function} Returns the new base function. - */ - function createBaseEach(eachFunc, fromRight) { - return function(collection, iteratee) { - if (collection == null) { - return collection; - } - if (!isArrayLike(collection)) { - return eachFunc(collection, iteratee); - } - var length = collection.length, - index = fromRight ? length : -1, - iterable = Object(collection); - - while ((fromRight ? index-- : ++index < length)) { - if (iteratee(iterable[index], index, iterable) === false) { - break; - } - } - return collection; - }; - } - - /** - * Creates a base function for methods like `_.forIn` and `_.forOwn`. - * - * @private - * @param {boolean} [fromRight] Specify iterating from right to left. - * @returns {Function} Returns the new base function. - */ - function createBaseFor(fromRight) { - return function(object, iteratee, keysFunc) { - var index = -1, - iterable = Object(object), - props = keysFunc(object), - length = props.length; - - while (length--) { - var key = props[fromRight ? length : ++index]; - if (iteratee(iterable[key], key, iterable) === false) { - break; - } - } - return object; - }; - } - - /** - * Creates a function that wraps `func` to invoke it with the optional `this` - * binding of `thisArg`. - * - * @private - * @param {Function} func The function to wrap. - * @param {number} bitmask The bitmask flags. See `createWrap` for more details. - * @param {*} [thisArg] The `this` binding of `func`. - * @returns {Function} Returns the new wrapped function. - */ - function createBind(func, bitmask, thisArg) { - var isBind = bitmask & WRAP_BIND_FLAG, - Ctor = createCtor(func); - - function wrapper() { - var fn = (this && this !== root && this instanceof wrapper) ? Ctor : func; - return fn.apply(isBind ? thisArg : this, arguments); - } - return wrapper; - } - - /** - * Creates a function like `_.lowerFirst`. - * - * @private - * @param {string} methodName The name of the `String` case method to use. - * @returns {Function} Returns the new case function. - */ - function createCaseFirst(methodName) { - return function(string) { - string = toString(string); - - var strSymbols = hasUnicode(string) - ? stringToArray(string) - : undefined; - - var chr = strSymbols - ? strSymbols[0] - : string.charAt(0); - - var trailing = strSymbols - ? castSlice(strSymbols, 1).join('') - : string.slice(1); - - return chr[methodName]() + trailing; - }; - } - - /** - * Creates a function like `_.camelCase`. - * - * @private - * @param {Function} callback The function to combine each word. - * @returns {Function} Returns the new compounder function. - */ - function createCompounder(callback) { - return function(string) { - return arrayReduce(words(deburr(string).replace(reApos, '')), callback, ''); - }; - } - - /** - * Creates a function that produces an instance of `Ctor` regardless of - * whether it was invoked as part of a `new` expression or by `call` or `apply`. - * - * @private - * @param {Function} Ctor The constructor to wrap. - * @returns {Function} Returns the new wrapped function. - */ - function createCtor(Ctor) { - return function() { - // Use a `switch` statement to work with class constructors. See - // http://ecma-international.org/ecma-262/7.0/#sec-ecmascript-function-objects-call-thisargument-argumentslist - // for more details. - var args = arguments; - switch (args.length) { - case 0: return new Ctor; - case 1: return new Ctor(args[0]); - case 2: return new Ctor(args[0], args[1]); - case 3: return new Ctor(args[0], args[1], args[2]); - case 4: return new Ctor(args[0], args[1], args[2], args[3]); - case 5: return new Ctor(args[0], args[1], args[2], args[3], args[4]); - case 6: return new Ctor(args[0], args[1], args[2], args[3], args[4], args[5]); - case 7: return new Ctor(args[0], args[1], args[2], args[3], args[4], args[5], args[6]); - } - var thisBinding = baseCreate(Ctor.prototype), - result = Ctor.apply(thisBinding, args); - - // Mimic the constructor's `return` behavior. - // See https://es5.github.io/#x13.2.2 for more details. - return isObject(result) ? result : thisBinding; - }; - } - - /** - * Creates a function that wraps `func` to enable currying. - * - * @private - * @param {Function} func The function to wrap. - * @param {number} bitmask The bitmask flags. See `createWrap` for more details. - * @param {number} arity The arity of `func`. - * @returns {Function} Returns the new wrapped function. - */ - function createCurry(func, bitmask, arity) { - var Ctor = createCtor(func); - - function wrapper() { - var length = arguments.length, - args = Array(length), - index = length, - placeholder = getHolder(wrapper); - - while (index--) { - args[index] = arguments[index]; - } - var holders = (length < 3 && args[0] !== placeholder && args[length - 1] !== placeholder) - ? [] - : replaceHolders(args, placeholder); - - length -= holders.length; - if (length < arity) { - return createRecurry( - func, bitmask, createHybrid, wrapper.placeholder, undefined, - args, holders, undefined, undefined, arity - length); - } - var fn = (this && this !== root && this instanceof wrapper) ? Ctor : func; - return apply(fn, this, args); - } - return wrapper; - } - - /** - * Creates a `_.find` or `_.findLast` function. - * - * @private - * @param {Function} findIndexFunc The function to find the collection index. - * @returns {Function} Returns the new find function. - */ - function createFind(findIndexFunc) { - return function(collection, predicate, fromIndex) { - var iterable = Object(collection); - if (!isArrayLike(collection)) { - var iteratee = getIteratee(predicate, 3); - collection = keys(collection); - predicate = function(key) { return iteratee(iterable[key], key, iterable); }; - } - var index = findIndexFunc(collection, predicate, fromIndex); - return index > -1 ? iterable[iteratee ? collection[index] : index] : undefined; - }; - } - - /** - * Creates a `_.flow` or `_.flowRight` function. - * - * @private - * @param {boolean} [fromRight] Specify iterating from right to left. - * @returns {Function} Returns the new flow function. - */ - function createFlow(fromRight) { - return flatRest(function(funcs) { - var length = funcs.length, - index = length, - prereq = LodashWrapper.prototype.thru; - - if (fromRight) { - funcs.reverse(); - } - while (index--) { - var func = funcs[index]; - if (typeof func != 'function') { - throw new TypeError(FUNC_ERROR_TEXT); - } - if (prereq && !wrapper && getFuncName(func) == 'wrapper') { - var wrapper = new LodashWrapper([], true); - } - } - index = wrapper ? index : length; - while (++index < length) { - func = funcs[index]; - - var funcName = getFuncName(func), - data = funcName == 'wrapper' ? getData(func) : undefined; - - if (data && isLaziable(data[0]) && - data[1] == (WRAP_ARY_FLAG | WRAP_CURRY_FLAG | WRAP_PARTIAL_FLAG | WRAP_REARG_FLAG) && - !data[4].length && data[9] == 1 - ) { - wrapper = wrapper[getFuncName(data[0])].apply(wrapper, data[3]); - } else { - wrapper = (func.length == 1 && isLaziable(func)) - ? wrapper[funcName]() - : wrapper.thru(func); - } - } - return function() { - var args = arguments, - value = args[0]; - - if (wrapper && args.length == 1 && isArray(value)) { - return wrapper.plant(value).value(); - } - var index = 0, - result = length ? funcs[index].apply(this, args) : value; - - while (++index < length) { - result = funcs[index].call(this, result); - } - return result; - }; - }); - } - - /** - * Creates a function that wraps `func` to invoke it with optional `this` - * binding of `thisArg`, partial application, and currying. - * - * @private - * @param {Function|string} func The function or method name to wrap. - * @param {number} bitmask The bitmask flags. See `createWrap` for more details. - * @param {*} [thisArg] The `this` binding of `func`. - * @param {Array} [partials] The arguments to prepend to those provided to - * the new function. - * @param {Array} [holders] The `partials` placeholder indexes. - * @param {Array} [partialsRight] The arguments to append to those provided - * to the new function. - * @param {Array} [holdersRight] The `partialsRight` placeholder indexes. - * @param {Array} [argPos] The argument positions of the new function. - * @param {number} [ary] The arity cap of `func`. - * @param {number} [arity] The arity of `func`. - * @returns {Function} Returns the new wrapped function. - */ - function createHybrid(func, bitmask, thisArg, partials, holders, partialsRight, holdersRight, argPos, ary, arity) { - var isAry = bitmask & WRAP_ARY_FLAG, - isBind = bitmask & WRAP_BIND_FLAG, - isBindKey = bitmask & WRAP_BIND_KEY_FLAG, - isCurried = bitmask & (WRAP_CURRY_FLAG | WRAP_CURRY_RIGHT_FLAG), - isFlip = bitmask & WRAP_FLIP_FLAG, - Ctor = isBindKey ? undefined : createCtor(func); - - function wrapper() { - var length = arguments.length, - args = Array(length), - index = length; - - while (index--) { - args[index] = arguments[index]; - } - if (isCurried) { - var placeholder = getHolder(wrapper), - holdersCount = countHolders(args, placeholder); - } - if (partials) { - args = composeArgs(args, partials, holders, isCurried); - } - if (partialsRight) { - args = composeArgsRight(args, partialsRight, holdersRight, isCurried); - } - length -= holdersCount; - if (isCurried && length < arity) { - var newHolders = replaceHolders(args, placeholder); - return createRecurry( - func, bitmask, createHybrid, wrapper.placeholder, thisArg, - args, newHolders, argPos, ary, arity - length - ); - } - var thisBinding = isBind ? thisArg : this, - fn = isBindKey ? thisBinding[func] : func; - - length = args.length; - if (argPos) { - args = reorder(args, argPos); - } else if (isFlip && length > 1) { - args.reverse(); - } - if (isAry && ary < length) { - args.length = ary; - } - if (this && this !== root && this instanceof wrapper) { - fn = Ctor || createCtor(fn); - } - return fn.apply(thisBinding, args); - } - return wrapper; - } - - /** - * Creates a function like `_.invertBy`. - * - * @private - * @param {Function} setter The function to set accumulator values. - * @param {Function} toIteratee The function to resolve iteratees. - * @returns {Function} Returns the new inverter function. - */ - function createInverter(setter, toIteratee) { - return function(object, iteratee) { - return baseInverter(object, setter, toIteratee(iteratee), {}); - }; - } - - /** - * Creates a function that performs a mathematical operation on two values. - * - * @private - * @param {Function} operator The function to perform the operation. - * @param {number} [defaultValue] The value used for `undefined` arguments. - * @returns {Function} Returns the new mathematical operation function. - */ - function createMathOperation(operator, defaultValue) { - return function(value, other) { - var result; - if (value === undefined && other === undefined) { - return defaultValue; - } - if (value !== undefined) { - result = value; - } - if (other !== undefined) { - if (result === undefined) { - return other; - } - if (typeof value == 'string' || typeof other == 'string') { - value = baseToString(value); - other = baseToString(other); - } else { - value = baseToNumber(value); - other = baseToNumber(other); - } - result = operator(value, other); - } - return result; - }; - } - - /** - * Creates a function like `_.over`. - * - * @private - * @param {Function} arrayFunc The function to iterate over iteratees. - * @returns {Function} Returns the new over function. - */ - function createOver(arrayFunc) { - return flatRest(function(iteratees) { - iteratees = arrayMap(iteratees, baseUnary(getIteratee())); - return baseRest(function(args) { - var thisArg = this; - return arrayFunc(iteratees, function(iteratee) { - return apply(iteratee, thisArg, args); - }); - }); - }); - } - - /** - * Creates the padding for `string` based on `length`. The `chars` string - * is truncated if the number of characters exceeds `length`. - * - * @private - * @param {number} length The padding length. - * @param {string} [chars=' '] The string used as padding. - * @returns {string} Returns the padding for `string`. - */ - function createPadding(length, chars) { - chars = chars === undefined ? ' ' : baseToString(chars); - - var charsLength = chars.length; - if (charsLength < 2) { - return charsLength ? baseRepeat(chars, length) : chars; - } - var result = baseRepeat(chars, nativeCeil(length / stringSize(chars))); - return hasUnicode(chars) - ? castSlice(stringToArray(result), 0, length).join('') - : result.slice(0, length); - } - - /** - * Creates a function that wraps `func` to invoke it with the `this` binding - * of `thisArg` and `partials` prepended to the arguments it receives. - * - * @private - * @param {Function} func The function to wrap. - * @param {number} bitmask The bitmask flags. See `createWrap` for more details. - * @param {*} thisArg The `this` binding of `func`. - * @param {Array} partials The arguments to prepend to those provided to - * the new function. - * @returns {Function} Returns the new wrapped function. - */ - function createPartial(func, bitmask, thisArg, partials) { - var isBind = bitmask & WRAP_BIND_FLAG, - Ctor = createCtor(func); - - function wrapper() { - var argsIndex = -1, - argsLength = arguments.length, - leftIndex = -1, - leftLength = partials.length, - args = Array(leftLength + argsLength), - fn = (this && this !== root && this instanceof wrapper) ? Ctor : func; - - while (++leftIndex < leftLength) { - args[leftIndex] = partials[leftIndex]; - } - while (argsLength--) { - args[leftIndex++] = arguments[++argsIndex]; - } - return apply(fn, isBind ? thisArg : this, args); - } - return wrapper; - } - - /** - * Creates a `_.range` or `_.rangeRight` function. - * - * @private - * @param {boolean} [fromRight] Specify iterating from right to left. - * @returns {Function} Returns the new range function. - */ - function createRange(fromRight) { - return function(start, end, step) { - if (step && typeof step != 'number' && isIterateeCall(start, end, step)) { - end = step = undefined; - } - // Ensure the sign of `-0` is preserved. - start = toFinite(start); - if (end === undefined) { - end = start; - start = 0; - } else { - end = toFinite(end); - } - step = step === undefined ? (start < end ? 1 : -1) : toFinite(step); - return baseRange(start, end, step, fromRight); - }; - } - - /** - * Creates a function that performs a relational operation on two values. - * - * @private - * @param {Function} operator The function to perform the operation. - * @returns {Function} Returns the new relational operation function. - */ - function createRelationalOperation(operator) { - return function(value, other) { - if (!(typeof value == 'string' && typeof other == 'string')) { - value = toNumber(value); - other = toNumber(other); - } - return operator(value, other); - }; - } - - /** - * Creates a function that wraps `func` to continue currying. - * - * @private - * @param {Function} func The function to wrap. - * @param {number} bitmask The bitmask flags. See `createWrap` for more details. - * @param {Function} wrapFunc The function to create the `func` wrapper. - * @param {*} placeholder The placeholder value. - * @param {*} [thisArg] The `this` binding of `func`. - * @param {Array} [partials] The arguments to prepend to those provided to - * the new function. - * @param {Array} [holders] The `partials` placeholder indexes. - * @param {Array} [argPos] The argument positions of the new function. - * @param {number} [ary] The arity cap of `func`. - * @param {number} [arity] The arity of `func`. - * @returns {Function} Returns the new wrapped function. - */ - function createRecurry(func, bitmask, wrapFunc, placeholder, thisArg, partials, holders, argPos, ary, arity) { - var isCurry = bitmask & WRAP_CURRY_FLAG, - newHolders = isCurry ? holders : undefined, - newHoldersRight = isCurry ? undefined : holders, - newPartials = isCurry ? partials : undefined, - newPartialsRight = isCurry ? undefined : partials; - - bitmask |= (isCurry ? WRAP_PARTIAL_FLAG : WRAP_PARTIAL_RIGHT_FLAG); - bitmask &= ~(isCurry ? WRAP_PARTIAL_RIGHT_FLAG : WRAP_PARTIAL_FLAG); - - if (!(bitmask & WRAP_CURRY_BOUND_FLAG)) { - bitmask &= ~(WRAP_BIND_FLAG | WRAP_BIND_KEY_FLAG); - } - var newData = [ - func, bitmask, thisArg, newPartials, newHolders, newPartialsRight, - newHoldersRight, argPos, ary, arity - ]; - - var result = wrapFunc.apply(undefined, newData); - if (isLaziable(func)) { - setData(result, newData); - } - result.placeholder = placeholder; - return setWrapToString(result, func, bitmask); - } - - /** - * Creates a function like `_.round`. - * - * @private - * @param {string} methodName The name of the `Math` method to use when rounding. - * @returns {Function} Returns the new round function. - */ - function createRound(methodName) { - var func = Math[methodName]; - return function(number, precision) { - number = toNumber(number); - precision = precision == null ? 0 : nativeMin(toInteger(precision), 292); - if (precision && nativeIsFinite(number)) { - // Shift with exponential notation to avoid floating-point issues. - // See [MDN](https://mdn.io/round#Examples) for more details. - var pair = (toString(number) + 'e').split('e'), - value = func(pair[0] + 'e' + (+pair[1] + precision)); - - pair = (toString(value) + 'e').split('e'); - return +(pair[0] + 'e' + (+pair[1] - precision)); - } - return func(number); - }; - } - - /** - * Creates a set object of `values`. - * - * @private - * @param {Array} values The values to add to the set. - * @returns {Object} Returns the new set. - */ - var createSet = !(Set && (1 / setToArray(new Set([,-0]))[1]) == INFINITY) ? noop : function(values) { - return new Set(values); - }; - - /** - * Creates a `_.toPairs` or `_.toPairsIn` function. - * - * @private - * @param {Function} keysFunc The function to get the keys of a given object. - * @returns {Function} Returns the new pairs function. - */ - function createToPairs(keysFunc) { - return function(object) { - var tag = getTag(object); - if (tag == mapTag) { - return mapToArray(object); - } - if (tag == setTag) { - return setToPairs(object); - } - return baseToPairs(object, keysFunc(object)); - }; - } - - /** - * Creates a function that either curries or invokes `func` with optional - * `this` binding and partially applied arguments. - * - * @private - * @param {Function|string} func The function or method name to wrap. - * @param {number} bitmask The bitmask flags. - * 1 - `_.bind` - * 2 - `_.bindKey` - * 4 - `_.curry` or `_.curryRight` of a bound function - * 8 - `_.curry` - * 16 - `_.curryRight` - * 32 - `_.partial` - * 64 - `_.partialRight` - * 128 - `_.rearg` - * 256 - `_.ary` - * 512 - `_.flip` - * @param {*} [thisArg] The `this` binding of `func`. - * @param {Array} [partials] The arguments to be partially applied. - * @param {Array} [holders] The `partials` placeholder indexes. - * @param {Array} [argPos] The argument positions of the new function. - * @param {number} [ary] The arity cap of `func`. - * @param {number} [arity] The arity of `func`. - * @returns {Function} Returns the new wrapped function. - */ - function createWrap(func, bitmask, thisArg, partials, holders, argPos, ary, arity) { - var isBindKey = bitmask & WRAP_BIND_KEY_FLAG; - if (!isBindKey && typeof func != 'function') { - throw new TypeError(FUNC_ERROR_TEXT); - } - var length = partials ? partials.length : 0; - if (!length) { - bitmask &= ~(WRAP_PARTIAL_FLAG | WRAP_PARTIAL_RIGHT_FLAG); - partials = holders = undefined; - } - ary = ary === undefined ? ary : nativeMax(toInteger(ary), 0); - arity = arity === undefined ? arity : toInteger(arity); - length -= holders ? holders.length : 0; - - if (bitmask & WRAP_PARTIAL_RIGHT_FLAG) { - var partialsRight = partials, - holdersRight = holders; - - partials = holders = undefined; - } - var data = isBindKey ? undefined : getData(func); - - var newData = [ - func, bitmask, thisArg, partials, holders, partialsRight, holdersRight, - argPos, ary, arity - ]; - - if (data) { - mergeData(newData, data); - } - func = newData[0]; - bitmask = newData[1]; - thisArg = newData[2]; - partials = newData[3]; - holders = newData[4]; - arity = newData[9] = newData[9] === undefined - ? (isBindKey ? 0 : func.length) - : nativeMax(newData[9] - length, 0); - - if (!arity && bitmask & (WRAP_CURRY_FLAG | WRAP_CURRY_RIGHT_FLAG)) { - bitmask &= ~(WRAP_CURRY_FLAG | WRAP_CURRY_RIGHT_FLAG); - } - if (!bitmask || bitmask == WRAP_BIND_FLAG) { - var result = createBind(func, bitmask, thisArg); - } else if (bitmask == WRAP_CURRY_FLAG || bitmask == WRAP_CURRY_RIGHT_FLAG) { - result = createCurry(func, bitmask, arity); - } else if ((bitmask == WRAP_PARTIAL_FLAG || bitmask == (WRAP_BIND_FLAG | WRAP_PARTIAL_FLAG)) && !holders.length) { - result = createPartial(func, bitmask, thisArg, partials); - } else { - result = createHybrid.apply(undefined, newData); - } - var setter = data ? baseSetData : setData; - return setWrapToString(setter(result, newData), func, bitmask); - } - - /** - * Used by `_.defaults` to customize its `_.assignIn` use to assign properties - * of source objects to the destination object for all destination properties - * that resolve to `undefined`. - * - * @private - * @param {*} objValue The destination value. - * @param {*} srcValue The source value. - * @param {string} key The key of the property to assign. - * @param {Object} object The parent object of `objValue`. - * @returns {*} Returns the value to assign. - */ - function customDefaultsAssignIn(objValue, srcValue, key, object) { - if (objValue === undefined || - (eq(objValue, objectProto[key]) && !hasOwnProperty.call(object, key))) { - return srcValue; - } - return objValue; - } - - /** - * Used by `_.defaultsDeep` to customize its `_.merge` use to merge source - * objects into destination objects that are passed thru. - * - * @private - * @param {*} objValue The destination value. - * @param {*} srcValue The source value. - * @param {string} key The key of the property to merge. - * @param {Object} object The parent object of `objValue`. - * @param {Object} source The parent object of `srcValue`. - * @param {Object} [stack] Tracks traversed source values and their merged - * counterparts. - * @returns {*} Returns the value to assign. - */ - function customDefaultsMerge(objValue, srcValue, key, object, source, stack) { - if (isObject(objValue) && isObject(srcValue)) { - // Recursively merge objects and arrays (susceptible to call stack limits). - stack.set(srcValue, objValue); - baseMerge(objValue, srcValue, undefined, customDefaultsMerge, stack); - stack['delete'](srcValue); - } - return objValue; - } - - /** - * Used by `_.omit` to customize its `_.cloneDeep` use to only clone plain - * objects. - * - * @private - * @param {*} value The value to inspect. - * @param {string} key The key of the property to inspect. - * @returns {*} Returns the uncloned value or `undefined` to defer cloning to `_.cloneDeep`. - */ - function customOmitClone(value) { - return isPlainObject(value) ? undefined : value; - } - - /** - * A specialized version of `baseIsEqualDeep` for arrays with support for - * partial deep comparisons. - * - * @private - * @param {Array} array The array to compare. - * @param {Array} other The other array to compare. - * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details. - * @param {Function} customizer The function to customize comparisons. - * @param {Function} equalFunc The function to determine equivalents of values. - * @param {Object} stack Tracks traversed `array` and `other` objects. - * @returns {boolean} Returns `true` if the arrays are equivalent, else `false`. - */ - function equalArrays(array, other, bitmask, customizer, equalFunc, stack) { - var isPartial = bitmask & COMPARE_PARTIAL_FLAG, - arrLength = array.length, - othLength = other.length; - - if (arrLength != othLength && !(isPartial && othLength > arrLength)) { - return false; - } - // Check that cyclic values are equal. - var arrStacked = stack.get(array); - var othStacked = stack.get(other); - if (arrStacked && othStacked) { - return arrStacked == other && othStacked == array; - } - var index = -1, - result = true, - seen = (bitmask & COMPARE_UNORDERED_FLAG) ? new SetCache : undefined; - - stack.set(array, other); - stack.set(other, array); - - // Ignore non-index properties. - while (++index < arrLength) { - var arrValue = array[index], - othValue = other[index]; - - if (customizer) { - var compared = isPartial - ? customizer(othValue, arrValue, index, other, array, stack) - : customizer(arrValue, othValue, index, array, other, stack); - } - if (compared !== undefined) { - if (compared) { - continue; - } - result = false; - break; - } - // Recursively compare arrays (susceptible to call stack limits). - if (seen) { - if (!arraySome(other, function(othValue, othIndex) { - if (!cacheHas(seen, othIndex) && - (arrValue === othValue || equalFunc(arrValue, othValue, bitmask, customizer, stack))) { - return seen.push(othIndex); - } - })) { - result = false; - break; - } - } else if (!( - arrValue === othValue || - equalFunc(arrValue, othValue, bitmask, customizer, stack) - )) { - result = false; - break; - } - } - stack['delete'](array); - stack['delete'](other); - return result; - } - - /** - * A specialized version of `baseIsEqualDeep` for comparing objects of - * the same `toStringTag`. - * - * **Note:** This function only supports comparing values with tags of - * `Boolean`, `Date`, `Error`, `Number`, `RegExp`, or `String`. - * - * @private - * @param {Object} object The object to compare. - * @param {Object} other The other object to compare. - * @param {string} tag The `toStringTag` of the objects to compare. - * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details. - * @param {Function} customizer The function to customize comparisons. - * @param {Function} equalFunc The function to determine equivalents of values. - * @param {Object} stack Tracks traversed `object` and `other` objects. - * @returns {boolean} Returns `true` if the objects are equivalent, else `false`. - */ - function equalByTag(object, other, tag, bitmask, customizer, equalFunc, stack) { - switch (tag) { - case dataViewTag: - if ((object.byteLength != other.byteLength) || - (object.byteOffset != other.byteOffset)) { - return false; - } - object = object.buffer; - other = other.buffer; - - case arrayBufferTag: - if ((object.byteLength != other.byteLength) || - !equalFunc(new Uint8Array(object), new Uint8Array(other))) { - return false; - } - return true; - - case boolTag: - case dateTag: - case numberTag: - // Coerce booleans to `1` or `0` and dates to milliseconds. - // Invalid dates are coerced to `NaN`. - return eq(+object, +other); - - case errorTag: - return object.name == other.name && object.message == other.message; - - case regexpTag: - case stringTag: - // Coerce regexes to strings and treat strings, primitives and objects, - // as equal. See http://www.ecma-international.org/ecma-262/7.0/#sec-regexp.prototype.tostring - // for more details. - return object == (other + ''); - - case mapTag: - var convert = mapToArray; - - case setTag: - var isPartial = bitmask & COMPARE_PARTIAL_FLAG; - convert || (convert = setToArray); - - if (object.size != other.size && !isPartial) { - return false; - } - // Assume cyclic values are equal. - var stacked = stack.get(object); - if (stacked) { - return stacked == other; - } - bitmask |= COMPARE_UNORDERED_FLAG; - - // Recursively compare objects (susceptible to call stack limits). - stack.set(object, other); - var result = equalArrays(convert(object), convert(other), bitmask, customizer, equalFunc, stack); - stack['delete'](object); - return result; - - case symbolTag: - if (symbolValueOf) { - return symbolValueOf.call(object) == symbolValueOf.call(other); - } - } - return false; - } - - /** - * A specialized version of `baseIsEqualDeep` for objects with support for - * partial deep comparisons. - * - * @private - * @param {Object} object The object to compare. - * @param {Object} other The other object to compare. - * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details. - * @param {Function} customizer The function to customize comparisons. - * @param {Function} equalFunc The function to determine equivalents of values. - * @param {Object} stack Tracks traversed `object` and `other` objects. - * @returns {boolean} Returns `true` if the objects are equivalent, else `false`. - */ - function equalObjects(object, other, bitmask, customizer, equalFunc, stack) { - var isPartial = bitmask & COMPARE_PARTIAL_FLAG, - objProps = getAllKeys(object), - objLength = objProps.length, - othProps = getAllKeys(other), - othLength = othProps.length; - - if (objLength != othLength && !isPartial) { - return false; - } - var index = objLength; - while (index--) { - var key = objProps[index]; - if (!(isPartial ? key in other : hasOwnProperty.call(other, key))) { - return false; - } - } - // Check that cyclic values are equal. - var objStacked = stack.get(object); - var othStacked = stack.get(other); - if (objStacked && othStacked) { - return objStacked == other && othStacked == object; - } - var result = true; - stack.set(object, other); - stack.set(other, object); - - var skipCtor = isPartial; - while (++index < objLength) { - key = objProps[index]; - var objValue = object[key], - othValue = other[key]; - - if (customizer) { - var compared = isPartial - ? customizer(othValue, objValue, key, other, object, stack) - : customizer(objValue, othValue, key, object, other, stack); - } - // Recursively compare objects (susceptible to call stack limits). - if (!(compared === undefined - ? (objValue === othValue || equalFunc(objValue, othValue, bitmask, customizer, stack)) - : compared - )) { - result = false; - break; - } - skipCtor || (skipCtor = key == 'constructor'); - } - if (result && !skipCtor) { - var objCtor = object.constructor, - othCtor = other.constructor; - - // Non `Object` object instances with different constructors are not equal. - if (objCtor != othCtor && - ('constructor' in object && 'constructor' in other) && - !(typeof objCtor == 'function' && objCtor instanceof objCtor && - typeof othCtor == 'function' && othCtor instanceof othCtor)) { - result = false; - } - } - stack['delete'](object); - stack['delete'](other); - return result; - } - - /** - * A specialized version of `baseRest` which flattens the rest array. - * - * @private - * @param {Function} func The function to apply a rest parameter to. - * @returns {Function} Returns the new function. - */ - function flatRest(func) { - return setToString(overRest(func, undefined, flatten), func + ''); - } - - /** - * Creates an array of own enumerable property names and symbols of `object`. - * - * @private - * @param {Object} object The object to query. - * @returns {Array} Returns the array of property names and symbols. - */ - function getAllKeys(object) { - return baseGetAllKeys(object, keys, getSymbols); - } - - /** - * Creates an array of own and inherited enumerable property names and - * symbols of `object`. - * - * @private - * @param {Object} object The object to query. - * @returns {Array} Returns the array of property names and symbols. - */ - function getAllKeysIn(object) { - return baseGetAllKeys(object, keysIn, getSymbolsIn); - } - - /** - * Gets metadata for `func`. - * - * @private - * @param {Function} func The function to query. - * @returns {*} Returns the metadata for `func`. - */ - var getData = !metaMap ? noop : function(func) { - return metaMap.get(func); - }; - - /** - * Gets the name of `func`. - * - * @private - * @param {Function} func The function to query. - * @returns {string} Returns the function name. - */ - function getFuncName(func) { - var result = (func.name + ''), - array = realNames[result], - length = hasOwnProperty.call(realNames, result) ? array.length : 0; - - while (length--) { - var data = array[length], - otherFunc = data.func; - if (otherFunc == null || otherFunc == func) { - return data.name; - } - } - return result; - } - - /** - * Gets the argument placeholder value for `func`. - * - * @private - * @param {Function} func The function to inspect. - * @returns {*} Returns the placeholder value. - */ - function getHolder(func) { - var object = hasOwnProperty.call(lodash, 'placeholder') ? lodash : func; - return object.placeholder; - } - - /** - * Gets the appropriate "iteratee" function. If `_.iteratee` is customized, - * this function returns the custom method, otherwise it returns `baseIteratee`. - * If arguments are provided, the chosen function is invoked with them and - * its result is returned. - * - * @private - * @param {*} [value] The value to convert to an iteratee. - * @param {number} [arity] The arity of the created iteratee. - * @returns {Function} Returns the chosen function or its result. - */ - function getIteratee() { - var result = lodash.iteratee || iteratee; - result = result === iteratee ? baseIteratee : result; - return arguments.length ? result(arguments[0], arguments[1]) : result; - } - - /** - * Gets the data for `map`. - * - * @private - * @param {Object} map The map to query. - * @param {string} key The reference key. - * @returns {*} Returns the map data. - */ - function getMapData(map, key) { - var data = map.__data__; - return isKeyable(key) - ? data[typeof key == 'string' ? 'string' : 'hash'] - : data.map; - } - - /** - * Gets the property names, values, and compare flags of `object`. - * - * @private - * @param {Object} object The object to query. - * @returns {Array} Returns the match data of `object`. - */ - function getMatchData(object) { - var result = keys(object), - length = result.length; - - while (length--) { - var key = result[length], - value = object[key]; - - result[length] = [key, value, isStrictComparable(value)]; - } - return result; - } - - /** - * Gets the native function at `key` of `object`. - * - * @private - * @param {Object} object The object to query. - * @param {string} key The key of the method to get. - * @returns {*} Returns the function if it's native, else `undefined`. - */ - function getNative(object, key) { - var value = getValue(object, key); - return baseIsNative(value) ? value : undefined; - } - - /** - * A specialized version of `baseGetTag` which ignores `Symbol.toStringTag` values. - * - * @private - * @param {*} value The value to query. - * @returns {string} Returns the raw `toStringTag`. - */ - function getRawTag(value) { - var isOwn = hasOwnProperty.call(value, symToStringTag), - tag = value[symToStringTag]; - - try { - value[symToStringTag] = undefined; - var unmasked = true; - } catch (e) {} - - var result = nativeObjectToString.call(value); - if (unmasked) { - if (isOwn) { - value[symToStringTag] = tag; - } else { - delete value[symToStringTag]; - } - } - return result; - } - - /** - * Creates an array of the own enumerable symbols of `object`. - * - * @private - * @param {Object} object The object to query. - * @returns {Array} Returns the array of symbols. - */ - var getSymbols = !nativeGetSymbols ? stubArray : function(object) { - if (object == null) { - return []; - } - object = Object(object); - return arrayFilter(nativeGetSymbols(object), function(symbol) { - return propertyIsEnumerable.call(object, symbol); - }); - }; - - /** - * Creates an array of the own and inherited enumerable symbols of `object`. - * - * @private - * @param {Object} object The object to query. - * @returns {Array} Returns the array of symbols. - */ - var getSymbolsIn = !nativeGetSymbols ? stubArray : function(object) { - var result = []; - while (object) { - arrayPush(result, getSymbols(object)); - object = getPrototype(object); - } - return result; - }; - - /** - * Gets the `toStringTag` of `value`. - * - * @private - * @param {*} value The value to query. - * @returns {string} Returns the `toStringTag`. - */ - var getTag = baseGetTag; - - // Fallback for data views, maps, sets, and weak maps in IE 11 and promises in Node.js < 6. - if ((DataView && getTag(new DataView(new ArrayBuffer(1))) != dataViewTag) || - (Map && getTag(new Map) != mapTag) || - (Promise && getTag(Promise.resolve()) != promiseTag) || - (Set && getTag(new Set) != setTag) || - (WeakMap && getTag(new WeakMap) != weakMapTag)) { - getTag = function(value) { - var result = baseGetTag(value), - Ctor = result == objectTag ? value.constructor : undefined, - ctorString = Ctor ? toSource(Ctor) : ''; - - if (ctorString) { - switch (ctorString) { - case dataViewCtorString: return dataViewTag; - case mapCtorString: return mapTag; - case promiseCtorString: return promiseTag; - case setCtorString: return setTag; - case weakMapCtorString: return weakMapTag; - } - } - return result; - }; - } - - /** - * Gets the view, applying any `transforms` to the `start` and `end` positions. - * - * @private - * @param {number} start The start of the view. - * @param {number} end The end of the view. - * @param {Array} transforms The transformations to apply to the view. - * @returns {Object} Returns an object containing the `start` and `end` - * positions of the view. - */ - function getView(start, end, transforms) { - var index = -1, - length = transforms.length; - - while (++index < length) { - var data = transforms[index], - size = data.size; - - switch (data.type) { - case 'drop': start += size; break; - case 'dropRight': end -= size; break; - case 'take': end = nativeMin(end, start + size); break; - case 'takeRight': start = nativeMax(start, end - size); break; - } - } - return { 'start': start, 'end': end }; - } - - /** - * Extracts wrapper details from the `source` body comment. - * - * @private - * @param {string} source The source to inspect. - * @returns {Array} Returns the wrapper details. - */ - function getWrapDetails(source) { - var match = source.match(reWrapDetails); - return match ? match[1].split(reSplitDetails) : []; - } - - /** - * Checks if `path` exists on `object`. - * - * @private - * @param {Object} object The object to query. - * @param {Array|string} path The path to check. - * @param {Function} hasFunc The function to check properties. - * @returns {boolean} Returns `true` if `path` exists, else `false`. - */ - function hasPath(object, path, hasFunc) { - path = castPath(path, object); - - var index = -1, - length = path.length, - result = false; - - while (++index < length) { - var key = toKey(path[index]); - if (!(result = object != null && hasFunc(object, key))) { - break; - } - object = object[key]; - } - if (result || ++index != length) { - return result; - } - length = object == null ? 0 : object.length; - return !!length && isLength(length) && isIndex(key, length) && - (isArray(object) || isArguments(object)); - } - - /** - * Initializes an array clone. - * - * @private - * @param {Array} array The array to clone. - * @returns {Array} Returns the initialized clone. - */ - function initCloneArray(array) { - var length = array.length, - result = new array.constructor(length); - - // Add properties assigned by `RegExp#exec`. - if (length && typeof array[0] == 'string' && hasOwnProperty.call(array, 'index')) { - result.index = array.index; - result.input = array.input; - } - return result; - } - - /** - * Initializes an object clone. - * - * @private - * @param {Object} object The object to clone. - * @returns {Object} Returns the initialized clone. - */ - function initCloneObject(object) { - return (typeof object.constructor == 'function' && !isPrototype(object)) - ? baseCreate(getPrototype(object)) - : {}; - } - - /** - * Initializes an object clone based on its `toStringTag`. - * - * **Note:** This function only supports cloning values with tags of - * `Boolean`, `Date`, `Error`, `Map`, `Number`, `RegExp`, `Set`, or `String`. - * - * @private - * @param {Object} object The object to clone. - * @param {string} tag The `toStringTag` of the object to clone. - * @param {boolean} [isDeep] Specify a deep clone. - * @returns {Object} Returns the initialized clone. - */ - function initCloneByTag(object, tag, isDeep) { - var Ctor = object.constructor; - switch (tag) { - case arrayBufferTag: - return cloneArrayBuffer(object); - - case boolTag: - case dateTag: - return new Ctor(+object); - - case dataViewTag: - return cloneDataView(object, isDeep); - - case float32Tag: case float64Tag: - case int8Tag: case int16Tag: case int32Tag: - case uint8Tag: case uint8ClampedTag: case uint16Tag: case uint32Tag: - return cloneTypedArray(object, isDeep); - - case mapTag: - return new Ctor; - - case numberTag: - case stringTag: - return new Ctor(object); - - case regexpTag: - return cloneRegExp(object); - - case setTag: - return new Ctor; - - case symbolTag: - return cloneSymbol(object); - } - } - - /** - * Inserts wrapper `details` in a comment at the top of the `source` body. - * - * @private - * @param {string} source The source to modify. - * @returns {Array} details The details to insert. - * @returns {string} Returns the modified source. - */ - function insertWrapDetails(source, details) { - var length = details.length; - if (!length) { - return source; - } - var lastIndex = length - 1; - details[lastIndex] = (length > 1 ? '& ' : '') + details[lastIndex]; - details = details.join(length > 2 ? ', ' : ' '); - return source.replace(reWrapComment, '{\n/* [wrapped with ' + details + '] */\n'); - } - - /** - * Checks if `value` is a flattenable `arguments` object or array. - * - * @private - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is flattenable, else `false`. - */ - function isFlattenable(value) { - return isArray(value) || isArguments(value) || - !!(spreadableSymbol && value && value[spreadableSymbol]); - } - - /** - * Checks if `value` is a valid array-like index. - * - * @private - * @param {*} value The value to check. - * @param {number} [length=MAX_SAFE_INTEGER] The upper bounds of a valid index. - * @returns {boolean} Returns `true` if `value` is a valid index, else `false`. - */ - function isIndex(value, length) { - var type = typeof value; - length = length == null ? MAX_SAFE_INTEGER : length; - - return !!length && - (type == 'number' || - (type != 'symbol' && reIsUint.test(value))) && - (value > -1 && value % 1 == 0 && value < length); - } - - /** - * Checks if the given arguments are from an iteratee call. - * - * @private - * @param {*} value The potential iteratee value argument. - * @param {*} index The potential iteratee index or key argument. - * @param {*} object The potential iteratee object argument. - * @returns {boolean} Returns `true` if the arguments are from an iteratee call, - * else `false`. - */ - function isIterateeCall(value, index, object) { - if (!isObject(object)) { - return false; - } - var type = typeof index; - if (type == 'number' - ? (isArrayLike(object) && isIndex(index, object.length)) - : (type == 'string' && index in object) - ) { - return eq(object[index], value); - } - return false; - } - - /** - * Checks if `value` is a property name and not a property path. - * - * @private - * @param {*} value The value to check. - * @param {Object} [object] The object to query keys on. - * @returns {boolean} Returns `true` if `value` is a property name, else `false`. - */ - function isKey(value, object) { - if (isArray(value)) { - return false; - } - var type = typeof value; - if (type == 'number' || type == 'symbol' || type == 'boolean' || - value == null || isSymbol(value)) { - return true; - } - return reIsPlainProp.test(value) || !reIsDeepProp.test(value) || - (object != null && value in Object(object)); - } - - /** - * Checks if `value` is suitable for use as unique object key. - * - * @private - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is suitable, else `false`. - */ - function isKeyable(value) { - var type = typeof value; - return (type == 'string' || type == 'number' || type == 'symbol' || type == 'boolean') - ? (value !== '__proto__') - : (value === null); - } - - /** - * Checks if `func` has a lazy counterpart. - * - * @private - * @param {Function} func The function to check. - * @returns {boolean} Returns `true` if `func` has a lazy counterpart, - * else `false`. - */ - function isLaziable(func) { - var funcName = getFuncName(func), - other = lodash[funcName]; - - if (typeof other != 'function' || !(funcName in LazyWrapper.prototype)) { - return false; - } - if (func === other) { - return true; - } - var data = getData(other); - return !!data && func === data[0]; - } - - /** - * Checks if `func` has its source masked. - * - * @private - * @param {Function} func The function to check. - * @returns {boolean} Returns `true` if `func` is masked, else `false`. - */ - function isMasked(func) { - return !!maskSrcKey && (maskSrcKey in func); - } - - /** - * Checks if `func` is capable of being masked. - * - * @private - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `func` is maskable, else `false`. - */ - var isMaskable = coreJsData ? isFunction : stubFalse; - - /** - * Checks if `value` is likely a prototype object. - * - * @private - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is a prototype, else `false`. - */ - function isPrototype(value) { - var Ctor = value && value.constructor, - proto = (typeof Ctor == 'function' && Ctor.prototype) || objectProto; - - return value === proto; - } - - /** - * Checks if `value` is suitable for strict equality comparisons, i.e. `===`. - * - * @private - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` if suitable for strict - * equality comparisons, else `false`. - */ - function isStrictComparable(value) { - return value === value && !isObject(value); - } - - /** - * A specialized version of `matchesProperty` for source values suitable - * for strict equality comparisons, i.e. `===`. - * - * @private - * @param {string} key The key of the property to get. - * @param {*} srcValue The value to match. - * @returns {Function} Returns the new spec function. - */ - function matchesStrictComparable(key, srcValue) { - return function(object) { - if (object == null) { - return false; - } - return object[key] === srcValue && - (srcValue !== undefined || (key in Object(object))); - }; - } - - /** - * A specialized version of `_.memoize` which clears the memoized function's - * cache when it exceeds `MAX_MEMOIZE_SIZE`. - * - * @private - * @param {Function} func The function to have its output memoized. - * @returns {Function} Returns the new memoized function. - */ - function memoizeCapped(func) { - var result = memoize(func, function(key) { - if (cache.size === MAX_MEMOIZE_SIZE) { - cache.clear(); - } - return key; - }); - - var cache = result.cache; - return result; - } - - /** - * Merges the function metadata of `source` into `data`. - * - * Merging metadata reduces the number of wrappers used to invoke a function. - * This is possible because methods like `_.bind`, `_.curry`, and `_.partial` - * may be applied regardless of execution order. Methods like `_.ary` and - * `_.rearg` modify function arguments, making the order in which they are - * executed important, preventing the merging of metadata. However, we make - * an exception for a safe combined case where curried functions have `_.ary` - * and or `_.rearg` applied. - * - * @private - * @param {Array} data The destination metadata. - * @param {Array} source The source metadata. - * @returns {Array} Returns `data`. - */ - function mergeData(data, source) { - var bitmask = data[1], - srcBitmask = source[1], - newBitmask = bitmask | srcBitmask, - isCommon = newBitmask < (WRAP_BIND_FLAG | WRAP_BIND_KEY_FLAG | WRAP_ARY_FLAG); - - var isCombo = - ((srcBitmask == WRAP_ARY_FLAG) && (bitmask == WRAP_CURRY_FLAG)) || - ((srcBitmask == WRAP_ARY_FLAG) && (bitmask == WRAP_REARG_FLAG) && (data[7].length <= source[8])) || - ((srcBitmask == (WRAP_ARY_FLAG | WRAP_REARG_FLAG)) && (source[7].length <= source[8]) && (bitmask == WRAP_CURRY_FLAG)); - - // Exit early if metadata can't be merged. - if (!(isCommon || isCombo)) { - return data; - } - // Use source `thisArg` if available. - if (srcBitmask & WRAP_BIND_FLAG) { - data[2] = source[2]; - // Set when currying a bound function. - newBitmask |= bitmask & WRAP_BIND_FLAG ? 0 : WRAP_CURRY_BOUND_FLAG; - } - // Compose partial arguments. - var value = source[3]; - if (value) { - var partials = data[3]; - data[3] = partials ? composeArgs(partials, value, source[4]) : value; - data[4] = partials ? replaceHolders(data[3], PLACEHOLDER) : source[4]; - } - // Compose partial right arguments. - value = source[5]; - if (value) { - partials = data[5]; - data[5] = partials ? composeArgsRight(partials, value, source[6]) : value; - data[6] = partials ? replaceHolders(data[5], PLACEHOLDER) : source[6]; - } - // Use source `argPos` if available. - value = source[7]; - if (value) { - data[7] = value; - } - // Use source `ary` if it's smaller. - if (srcBitmask & WRAP_ARY_FLAG) { - data[8] = data[8] == null ? source[8] : nativeMin(data[8], source[8]); - } - // Use source `arity` if one is not provided. - if (data[9] == null) { - data[9] = source[9]; - } - // Use source `func` and merge bitmasks. - data[0] = source[0]; - data[1] = newBitmask; - - return data; - } - - /** - * This function is like - * [`Object.keys`](http://ecma-international.org/ecma-262/7.0/#sec-object.keys) - * except that it includes inherited enumerable properties. - * - * @private - * @param {Object} object The object to query. - * @returns {Array} Returns the array of property names. - */ - function nativeKeysIn(object) { - var result = []; - if (object != null) { - for (var key in Object(object)) { - result.push(key); - } - } - return result; - } - - /** - * Converts `value` to a string using `Object.prototype.toString`. - * - * @private - * @param {*} value The value to convert. - * @returns {string} Returns the converted string. - */ - function objectToString(value) { - return nativeObjectToString.call(value); - } - - /** - * A specialized version of `baseRest` which transforms the rest array. - * - * @private - * @param {Function} func The function to apply a rest parameter to. - * @param {number} [start=func.length-1] The start position of the rest parameter. - * @param {Function} transform The rest array transform. - * @returns {Function} Returns the new function. - */ - function overRest(func, start, transform) { - start = nativeMax(start === undefined ? (func.length - 1) : start, 0); - return function() { - var args = arguments, - index = -1, - length = nativeMax(args.length - start, 0), - array = Array(length); - - while (++index < length) { - array[index] = args[start + index]; - } - index = -1; - var otherArgs = Array(start + 1); - while (++index < start) { - otherArgs[index] = args[index]; - } - otherArgs[start] = transform(array); - return apply(func, this, otherArgs); - }; - } - - /** - * Gets the parent value at `path` of `object`. - * - * @private - * @param {Object} object The object to query. - * @param {Array} path The path to get the parent value of. - * @returns {*} Returns the parent value. - */ - function parent(object, path) { - return path.length < 2 ? object : baseGet(object, baseSlice(path, 0, -1)); - } - - /** - * Reorder `array` according to the specified indexes where the element at - * the first index is assigned as the first element, the element at - * the second index is assigned as the second element, and so on. - * - * @private - * @param {Array} array The array to reorder. - * @param {Array} indexes The arranged array indexes. - * @returns {Array} Returns `array`. - */ - function reorder(array, indexes) { - var arrLength = array.length, - length = nativeMin(indexes.length, arrLength), - oldArray = copyArray(array); - - while (length--) { - var index = indexes[length]; - array[length] = isIndex(index, arrLength) ? oldArray[index] : undefined; - } - return array; - } - - /** - * Gets the value at `key`, unless `key` is "__proto__" or "constructor". - * - * @private - * @param {Object} object The object to query. - * @param {string} key The key of the property to get. - * @returns {*} Returns the property value. - */ - function safeGet(object, key) { - if (key === 'constructor' && typeof object[key] === 'function') { - return; - } - - if (key == '__proto__') { - return; - } - - return object[key]; - } - - /** - * Sets metadata for `func`. - * - * **Note:** If this function becomes hot, i.e. is invoked a lot in a short - * period of time, it will trip its breaker and transition to an identity - * function to avoid garbage collection pauses in V8. See - * [V8 issue 2070](https://bugs.chromium.org/p/v8/issues/detail?id=2070) - * for more details. - * - * @private - * @param {Function} func The function to associate metadata with. - * @param {*} data The metadata. - * @returns {Function} Returns `func`. - */ - var setData = shortOut(baseSetData); - - /** - * A simple wrapper around the global [`setTimeout`](https://mdn.io/setTimeout). - * - * @private - * @param {Function} func The function to delay. - * @param {number} wait The number of milliseconds to delay invocation. - * @returns {number|Object} Returns the timer id or timeout object. - */ - var setTimeout = ctxSetTimeout || function(func, wait) { - return root.setTimeout(func, wait); - }; - - /** - * Sets the `toString` method of `func` to return `string`. - * - * @private - * @param {Function} func The function to modify. - * @param {Function} string The `toString` result. - * @returns {Function} Returns `func`. - */ - var setToString = shortOut(baseSetToString); - - /** - * Sets the `toString` method of `wrapper` to mimic the source of `reference` - * with wrapper details in a comment at the top of the source body. - * - * @private - * @param {Function} wrapper The function to modify. - * @param {Function} reference The reference function. - * @param {number} bitmask The bitmask flags. See `createWrap` for more details. - * @returns {Function} Returns `wrapper`. - */ - function setWrapToString(wrapper, reference, bitmask) { - var source = (reference + ''); - return setToString(wrapper, insertWrapDetails(source, updateWrapDetails(getWrapDetails(source), bitmask))); - } - - /** - * Creates a function that'll short out and invoke `identity` instead - * of `func` when it's called `HOT_COUNT` or more times in `HOT_SPAN` - * milliseconds. - * - * @private - * @param {Function} func The function to restrict. - * @returns {Function} Returns the new shortable function. - */ - function shortOut(func) { - var count = 0, - lastCalled = 0; - - return function() { - var stamp = nativeNow(), - remaining = HOT_SPAN - (stamp - lastCalled); - - lastCalled = stamp; - if (remaining > 0) { - if (++count >= HOT_COUNT) { - return arguments[0]; - } - } else { - count = 0; - } - return func.apply(undefined, arguments); - }; - } - - /** - * A specialized version of `_.shuffle` which mutates and sets the size of `array`. - * - * @private - * @param {Array} array The array to shuffle. - * @param {number} [size=array.length] The size of `array`. - * @returns {Array} Returns `array`. - */ - function shuffleSelf(array, size) { - var index = -1, - length = array.length, - lastIndex = length - 1; - - size = size === undefined ? length : size; - while (++index < size) { - var rand = baseRandom(index, lastIndex), - value = array[rand]; - - array[rand] = array[index]; - array[index] = value; - } - array.length = size; - return array; - } - - /** - * Converts `string` to a property path array. - * - * @private - * @param {string} string The string to convert. - * @returns {Array} Returns the property path array. - */ - var stringToPath = memoizeCapped(function(string) { - var result = []; - if (string.charCodeAt(0) === 46 /* . */) { - result.push(''); - } - string.replace(rePropName, function(match, number, quote, subString) { - result.push(quote ? subString.replace(reEscapeChar, '$1') : (number || match)); - }); - return result; - }); - - /** - * Converts `value` to a string key if it's not a string or symbol. - * - * @private - * @param {*} value The value to inspect. - * @returns {string|symbol} Returns the key. - */ - function toKey(value) { - if (typeof value == 'string' || isSymbol(value)) { - return value; - } - var result = (value + ''); - return (result == '0' && (1 / value) == -INFINITY) ? '-0' : result; - } - - /** - * Converts `func` to its source code. - * - * @private - * @param {Function} func The function to convert. - * @returns {string} Returns the source code. - */ - function toSource(func) { - if (func != null) { - try { - return funcToString.call(func); - } catch (e) {} - try { - return (func + ''); - } catch (e) {} - } - return ''; - } - - /** - * Updates wrapper `details` based on `bitmask` flags. - * - * @private - * @returns {Array} details The details to modify. - * @param {number} bitmask The bitmask flags. See `createWrap` for more details. - * @returns {Array} Returns `details`. - */ - function updateWrapDetails(details, bitmask) { - arrayEach(wrapFlags, function(pair) { - var value = '_.' + pair[0]; - if ((bitmask & pair[1]) && !arrayIncludes(details, value)) { - details.push(value); - } - }); - return details.sort(); - } - - /** - * Creates a clone of `wrapper`. - * - * @private - * @param {Object} wrapper The wrapper to clone. - * @returns {Object} Returns the cloned wrapper. - */ - function wrapperClone(wrapper) { - if (wrapper instanceof LazyWrapper) { - return wrapper.clone(); - } - var result = new LodashWrapper(wrapper.__wrapped__, wrapper.__chain__); - result.__actions__ = copyArray(wrapper.__actions__); - result.__index__ = wrapper.__index__; - result.__values__ = wrapper.__values__; - return result; - } - - /*------------------------------------------------------------------------*/ - - /** - * Creates an array of elements split into groups the length of `size`. - * If `array` can't be split evenly, the final chunk will be the remaining - * elements. - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category Array - * @param {Array} array The array to process. - * @param {number} [size=1] The length of each chunk - * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. - * @returns {Array} Returns the new array of chunks. - * @example - * - * _.chunk(['a', 'b', 'c', 'd'], 2); - * // => [['a', 'b'], ['c', 'd']] - * - * _.chunk(['a', 'b', 'c', 'd'], 3); - * // => [['a', 'b', 'c'], ['d']] - */ - function chunk(array, size, guard) { - if ((guard ? isIterateeCall(array, size, guard) : size === undefined)) { - size = 1; - } else { - size = nativeMax(toInteger(size), 0); - } - var length = array == null ? 0 : array.length; - if (!length || size < 1) { - return []; - } - var index = 0, - resIndex = 0, - result = Array(nativeCeil(length / size)); - - while (index < length) { - result[resIndex++] = baseSlice(array, index, (index += size)); - } - return result; - } - - /** - * Creates an array with all falsey values removed. The values `false`, `null`, - * `0`, `""`, `undefined`, and `NaN` are falsey. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Array - * @param {Array} array The array to compact. - * @returns {Array} Returns the new array of filtered values. - * @example - * - * _.compact([0, 1, false, 2, '', 3]); - * // => [1, 2, 3] - */ - function compact(array) { - var index = -1, - length = array == null ? 0 : array.length, - resIndex = 0, - result = []; - - while (++index < length) { - var value = array[index]; - if (value) { - result[resIndex++] = value; - } - } - return result; - } - - /** - * Creates a new array concatenating `array` with any additional arrays - * and/or values. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Array - * @param {Array} array The array to concatenate. - * @param {...*} [values] The values to concatenate. - * @returns {Array} Returns the new concatenated array. - * @example - * - * var array = [1]; - * var other = _.concat(array, 2, [3], [[4]]); - * - * console.log(other); - * // => [1, 2, 3, [4]] - * - * console.log(array); - * // => [1] - */ - function concat() { - var length = arguments.length; - if (!length) { - return []; - } - var args = Array(length - 1), - array = arguments[0], - index = length; - - while (index--) { - args[index - 1] = arguments[index]; - } - return arrayPush(isArray(array) ? copyArray(array) : [array], baseFlatten(args, 1)); - } - - /** - * Creates an array of `array` values not included in the other given arrays - * using [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) - * for equality comparisons. The order and references of result values are - * determined by the first array. - * - * **Note:** Unlike `_.pullAll`, this method returns a new array. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Array - * @param {Array} array The array to inspect. - * @param {...Array} [values] The values to exclude. - * @returns {Array} Returns the new array of filtered values. - * @see _.without, _.xor - * @example - * - * _.difference([2, 1], [2, 3]); - * // => [1] - */ - var difference = baseRest(function(array, values) { - return isArrayLikeObject(array) - ? baseDifference(array, baseFlatten(values, 1, isArrayLikeObject, true)) - : []; - }); - - /** - * This method is like `_.difference` except that it accepts `iteratee` which - * is invoked for each element of `array` and `values` to generate the criterion - * by which they're compared. The order and references of result values are - * determined by the first array. The iteratee is invoked with one argument: - * (value). - * - * **Note:** Unlike `_.pullAllBy`, this method returns a new array. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Array - * @param {Array} array The array to inspect. - * @param {...Array} [values] The values to exclude. - * @param {Function} [iteratee=_.identity] The iteratee invoked per element. - * @returns {Array} Returns the new array of filtered values. - * @example - * - * _.differenceBy([2.1, 1.2], [2.3, 3.4], Math.floor); - * // => [1.2] - * - * // The `_.property` iteratee shorthand. - * _.differenceBy([{ 'x': 2 }, { 'x': 1 }], [{ 'x': 1 }], 'x'); - * // => [{ 'x': 2 }] - */ - var differenceBy = baseRest(function(array, values) { - var iteratee = last(values); - if (isArrayLikeObject(iteratee)) { - iteratee = undefined; - } - return isArrayLikeObject(array) - ? baseDifference(array, baseFlatten(values, 1, isArrayLikeObject, true), getIteratee(iteratee, 2)) - : []; - }); - - /** - * This method is like `_.difference` except that it accepts `comparator` - * which is invoked to compare elements of `array` to `values`. The order and - * references of result values are determined by the first array. The comparator - * is invoked with two arguments: (arrVal, othVal). - * - * **Note:** Unlike `_.pullAllWith`, this method returns a new array. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Array - * @param {Array} array The array to inspect. - * @param {...Array} [values] The values to exclude. - * @param {Function} [comparator] The comparator invoked per element. - * @returns {Array} Returns the new array of filtered values. - * @example - * - * var objects = [{ 'x': 1, 'y': 2 }, { 'x': 2, 'y': 1 }]; - * - * _.differenceWith(objects, [{ 'x': 1, 'y': 2 }], _.isEqual); - * // => [{ 'x': 2, 'y': 1 }] - */ - var differenceWith = baseRest(function(array, values) { - var comparator = last(values); - if (isArrayLikeObject(comparator)) { - comparator = undefined; - } - return isArrayLikeObject(array) - ? baseDifference(array, baseFlatten(values, 1, isArrayLikeObject, true), undefined, comparator) - : []; - }); - - /** - * Creates a slice of `array` with `n` elements dropped from the beginning. - * - * @static - * @memberOf _ - * @since 0.5.0 - * @category Array - * @param {Array} array The array to query. - * @param {number} [n=1] The number of elements to drop. - * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. - * @returns {Array} Returns the slice of `array`. - * @example - * - * _.drop([1, 2, 3]); - * // => [2, 3] - * - * _.drop([1, 2, 3], 2); - * // => [3] - * - * _.drop([1, 2, 3], 5); - * // => [] - * - * _.drop([1, 2, 3], 0); - * // => [1, 2, 3] - */ - function drop(array, n, guard) { - var length = array == null ? 0 : array.length; - if (!length) { - return []; - } - n = (guard || n === undefined) ? 1 : toInteger(n); - return baseSlice(array, n < 0 ? 0 : n, length); - } - - /** - * Creates a slice of `array` with `n` elements dropped from the end. - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category Array - * @param {Array} array The array to query. - * @param {number} [n=1] The number of elements to drop. - * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. - * @returns {Array} Returns the slice of `array`. - * @example - * - * _.dropRight([1, 2, 3]); - * // => [1, 2] - * - * _.dropRight([1, 2, 3], 2); - * // => [1] - * - * _.dropRight([1, 2, 3], 5); - * // => [] - * - * _.dropRight([1, 2, 3], 0); - * // => [1, 2, 3] - */ - function dropRight(array, n, guard) { - var length = array == null ? 0 : array.length; - if (!length) { - return []; - } - n = (guard || n === undefined) ? 1 : toInteger(n); - n = length - n; - return baseSlice(array, 0, n < 0 ? 0 : n); - } - - /** - * Creates a slice of `array` excluding elements dropped from the end. - * Elements are dropped until `predicate` returns falsey. The predicate is - * invoked with three arguments: (value, index, array). - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category Array - * @param {Array} array The array to query. - * @param {Function} [predicate=_.identity] The function invoked per iteration. - * @returns {Array} Returns the slice of `array`. - * @example - * - * var users = [ - * { 'user': 'barney', 'active': true }, - * { 'user': 'fred', 'active': false }, - * { 'user': 'pebbles', 'active': false } - * ]; - * - * _.dropRightWhile(users, function(o) { return !o.active; }); - * // => objects for ['barney'] - * - * // The `_.matches` iteratee shorthand. - * _.dropRightWhile(users, { 'user': 'pebbles', 'active': false }); - * // => objects for ['barney', 'fred'] - * - * // The `_.matchesProperty` iteratee shorthand. - * _.dropRightWhile(users, ['active', false]); - * // => objects for ['barney'] - * - * // The `_.property` iteratee shorthand. - * _.dropRightWhile(users, 'active'); - * // => objects for ['barney', 'fred', 'pebbles'] - */ - function dropRightWhile(array, predicate) { - return (array && array.length) - ? baseWhile(array, getIteratee(predicate, 3), true, true) - : []; - } - - /** - * Creates a slice of `array` excluding elements dropped from the beginning. - * Elements are dropped until `predicate` returns falsey. The predicate is - * invoked with three arguments: (value, index, array). - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category Array - * @param {Array} array The array to query. - * @param {Function} [predicate=_.identity] The function invoked per iteration. - * @returns {Array} Returns the slice of `array`. - * @example - * - * var users = [ - * { 'user': 'barney', 'active': false }, - * { 'user': 'fred', 'active': false }, - * { 'user': 'pebbles', 'active': true } - * ]; - * - * _.dropWhile(users, function(o) { return !o.active; }); - * // => objects for ['pebbles'] - * - * // The `_.matches` iteratee shorthand. - * _.dropWhile(users, { 'user': 'barney', 'active': false }); - * // => objects for ['fred', 'pebbles'] - * - * // The `_.matchesProperty` iteratee shorthand. - * _.dropWhile(users, ['active', false]); - * // => objects for ['pebbles'] - * - * // The `_.property` iteratee shorthand. - * _.dropWhile(users, 'active'); - * // => objects for ['barney', 'fred', 'pebbles'] - */ - function dropWhile(array, predicate) { - return (array && array.length) - ? baseWhile(array, getIteratee(predicate, 3), true) - : []; - } - - /** - * Fills elements of `array` with `value` from `start` up to, but not - * including, `end`. - * - * **Note:** This method mutates `array`. - * - * @static - * @memberOf _ - * @since 3.2.0 - * @category Array - * @param {Array} array The array to fill. - * @param {*} value The value to fill `array` with. - * @param {number} [start=0] The start position. - * @param {number} [end=array.length] The end position. - * @returns {Array} Returns `array`. - * @example - * - * var array = [1, 2, 3]; - * - * _.fill(array, 'a'); - * console.log(array); - * // => ['a', 'a', 'a'] - * - * _.fill(Array(3), 2); - * // => [2, 2, 2] - * - * _.fill([4, 6, 8, 10], '*', 1, 3); - * // => [4, '*', '*', 10] - */ - function fill(array, value, start, end) { - var length = array == null ? 0 : array.length; - if (!length) { - return []; - } - if (start && typeof start != 'number' && isIterateeCall(array, value, start)) { - start = 0; - end = length; - } - return baseFill(array, value, start, end); - } - - /** - * This method is like `_.find` except that it returns the index of the first - * element `predicate` returns truthy for instead of the element itself. - * - * @static - * @memberOf _ - * @since 1.1.0 - * @category Array - * @param {Array} array The array to inspect. - * @param {Function} [predicate=_.identity] The function invoked per iteration. - * @param {number} [fromIndex=0] The index to search from. - * @returns {number} Returns the index of the found element, else `-1`. - * @example - * - * var users = [ - * { 'user': 'barney', 'active': false }, - * { 'user': 'fred', 'active': false }, - * { 'user': 'pebbles', 'active': true } - * ]; - * - * _.findIndex(users, function(o) { return o.user == 'barney'; }); - * // => 0 - * - * // The `_.matches` iteratee shorthand. - * _.findIndex(users, { 'user': 'fred', 'active': false }); - * // => 1 - * - * // The `_.matchesProperty` iteratee shorthand. - * _.findIndex(users, ['active', false]); - * // => 0 - * - * // The `_.property` iteratee shorthand. - * _.findIndex(users, 'active'); - * // => 2 - */ - function findIndex(array, predicate, fromIndex) { - var length = array == null ? 0 : array.length; - if (!length) { - return -1; - } - var index = fromIndex == null ? 0 : toInteger(fromIndex); - if (index < 0) { - index = nativeMax(length + index, 0); - } - return baseFindIndex(array, getIteratee(predicate, 3), index); - } - - /** - * This method is like `_.findIndex` except that it iterates over elements - * of `collection` from right to left. - * - * @static - * @memberOf _ - * @since 2.0.0 - * @category Array - * @param {Array} array The array to inspect. - * @param {Function} [predicate=_.identity] The function invoked per iteration. - * @param {number} [fromIndex=array.length-1] The index to search from. - * @returns {number} Returns the index of the found element, else `-1`. - * @example - * - * var users = [ - * { 'user': 'barney', 'active': true }, - * { 'user': 'fred', 'active': false }, - * { 'user': 'pebbles', 'active': false } - * ]; - * - * _.findLastIndex(users, function(o) { return o.user == 'pebbles'; }); - * // => 2 - * - * // The `_.matches` iteratee shorthand. - * _.findLastIndex(users, { 'user': 'barney', 'active': true }); - * // => 0 - * - * // The `_.matchesProperty` iteratee shorthand. - * _.findLastIndex(users, ['active', false]); - * // => 2 - * - * // The `_.property` iteratee shorthand. - * _.findLastIndex(users, 'active'); - * // => 0 - */ - function findLastIndex(array, predicate, fromIndex) { - var length = array == null ? 0 : array.length; - if (!length) { - return -1; - } - var index = length - 1; - if (fromIndex !== undefined) { - index = toInteger(fromIndex); - index = fromIndex < 0 - ? nativeMax(length + index, 0) - : nativeMin(index, length - 1); - } - return baseFindIndex(array, getIteratee(predicate, 3), index, true); - } - - /** - * Flattens `array` a single level deep. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Array - * @param {Array} array The array to flatten. - * @returns {Array} Returns the new flattened array. - * @example - * - * _.flatten([1, [2, [3, [4]], 5]]); - * // => [1, 2, [3, [4]], 5] - */ - function flatten(array) { - var length = array == null ? 0 : array.length; - return length ? baseFlatten(array, 1) : []; - } - - /** - * Recursively flattens `array`. - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category Array - * @param {Array} array The array to flatten. - * @returns {Array} Returns the new flattened array. - * @example - * - * _.flattenDeep([1, [2, [3, [4]], 5]]); - * // => [1, 2, 3, 4, 5] - */ - function flattenDeep(array) { - var length = array == null ? 0 : array.length; - return length ? baseFlatten(array, INFINITY) : []; - } - - /** - * Recursively flatten `array` up to `depth` times. - * - * @static - * @memberOf _ - * @since 4.4.0 - * @category Array - * @param {Array} array The array to flatten. - * @param {number} [depth=1] The maximum recursion depth. - * @returns {Array} Returns the new flattened array. - * @example - * - * var array = [1, [2, [3, [4]], 5]]; - * - * _.flattenDepth(array, 1); - * // => [1, 2, [3, [4]], 5] - * - * _.flattenDepth(array, 2); - * // => [1, 2, 3, [4], 5] - */ - function flattenDepth(array, depth) { - var length = array == null ? 0 : array.length; - if (!length) { - return []; - } - depth = depth === undefined ? 1 : toInteger(depth); - return baseFlatten(array, depth); - } - - /** - * The inverse of `_.toPairs`; this method returns an object composed - * from key-value `pairs`. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Array - * @param {Array} pairs The key-value pairs. - * @returns {Object} Returns the new object. - * @example - * - * _.fromPairs([['a', 1], ['b', 2]]); - * // => { 'a': 1, 'b': 2 } - */ - function fromPairs(pairs) { - var index = -1, - length = pairs == null ? 0 : pairs.length, - result = {}; - - while (++index < length) { - var pair = pairs[index]; - result[pair[0]] = pair[1]; - } - return result; - } - - /** - * Gets the first element of `array`. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @alias first - * @category Array - * @param {Array} array The array to query. - * @returns {*} Returns the first element of `array`. - * @example - * - * _.head([1, 2, 3]); - * // => 1 - * - * _.head([]); - * // => undefined - */ - function head(array) { - return (array && array.length) ? array[0] : undefined; - } - - /** - * Gets the index at which the first occurrence of `value` is found in `array` - * using [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) - * for equality comparisons. If `fromIndex` is negative, it's used as the - * offset from the end of `array`. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Array - * @param {Array} array The array to inspect. - * @param {*} value The value to search for. - * @param {number} [fromIndex=0] The index to search from. - * @returns {number} Returns the index of the matched value, else `-1`. - * @example - * - * _.indexOf([1, 2, 1, 2], 2); - * // => 1 - * - * // Search from the `fromIndex`. - * _.indexOf([1, 2, 1, 2], 2, 2); - * // => 3 - */ - function indexOf(array, value, fromIndex) { - var length = array == null ? 0 : array.length; - if (!length) { - return -1; - } - var index = fromIndex == null ? 0 : toInteger(fromIndex); - if (index < 0) { - index = nativeMax(length + index, 0); - } - return baseIndexOf(array, value, index); - } - - /** - * Gets all but the last element of `array`. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Array - * @param {Array} array The array to query. - * @returns {Array} Returns the slice of `array`. - * @example - * - * _.initial([1, 2, 3]); - * // => [1, 2] - */ - function initial(array) { - var length = array == null ? 0 : array.length; - return length ? baseSlice(array, 0, -1) : []; - } - - /** - * Creates an array of unique values that are included in all given arrays - * using [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) - * for equality comparisons. The order and references of result values are - * determined by the first array. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Array - * @param {...Array} [arrays] The arrays to inspect. - * @returns {Array} Returns the new array of intersecting values. - * @example - * - * _.intersection([2, 1], [2, 3]); - * // => [2] - */ - var intersection = baseRest(function(arrays) { - var mapped = arrayMap(arrays, castArrayLikeObject); - return (mapped.length && mapped[0] === arrays[0]) - ? baseIntersection(mapped) - : []; - }); - - /** - * This method is like `_.intersection` except that it accepts `iteratee` - * which is invoked for each element of each `arrays` to generate the criterion - * by which they're compared. The order and references of result values are - * determined by the first array. The iteratee is invoked with one argument: - * (value). - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Array - * @param {...Array} [arrays] The arrays to inspect. - * @param {Function} [iteratee=_.identity] The iteratee invoked per element. - * @returns {Array} Returns the new array of intersecting values. - * @example - * - * _.intersectionBy([2.1, 1.2], [2.3, 3.4], Math.floor); - * // => [2.1] - * - * // The `_.property` iteratee shorthand. - * _.intersectionBy([{ 'x': 1 }], [{ 'x': 2 }, { 'x': 1 }], 'x'); - * // => [{ 'x': 1 }] - */ - var intersectionBy = baseRest(function(arrays) { - var iteratee = last(arrays), - mapped = arrayMap(arrays, castArrayLikeObject); - - if (iteratee === last(mapped)) { - iteratee = undefined; - } else { - mapped.pop(); - } - return (mapped.length && mapped[0] === arrays[0]) - ? baseIntersection(mapped, getIteratee(iteratee, 2)) - : []; - }); - - /** - * This method is like `_.intersection` except that it accepts `comparator` - * which is invoked to compare elements of `arrays`. The order and references - * of result values are determined by the first array. The comparator is - * invoked with two arguments: (arrVal, othVal). - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Array - * @param {...Array} [arrays] The arrays to inspect. - * @param {Function} [comparator] The comparator invoked per element. - * @returns {Array} Returns the new array of intersecting values. - * @example - * - * var objects = [{ 'x': 1, 'y': 2 }, { 'x': 2, 'y': 1 }]; - * var others = [{ 'x': 1, 'y': 1 }, { 'x': 1, 'y': 2 }]; - * - * _.intersectionWith(objects, others, _.isEqual); - * // => [{ 'x': 1, 'y': 2 }] - */ - var intersectionWith = baseRest(function(arrays) { - var comparator = last(arrays), - mapped = arrayMap(arrays, castArrayLikeObject); - - comparator = typeof comparator == 'function' ? comparator : undefined; - if (comparator) { - mapped.pop(); - } - return (mapped.length && mapped[0] === arrays[0]) - ? baseIntersection(mapped, undefined, comparator) - : []; - }); - - /** - * Converts all elements in `array` into a string separated by `separator`. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Array - * @param {Array} array The array to convert. - * @param {string} [separator=','] The element separator. - * @returns {string} Returns the joined string. - * @example - * - * _.join(['a', 'b', 'c'], '~'); - * // => 'a~b~c' - */ - function join(array, separator) { - return array == null ? '' : nativeJoin.call(array, separator); - } - - /** - * Gets the last element of `array`. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Array - * @param {Array} array The array to query. - * @returns {*} Returns the last element of `array`. - * @example - * - * _.last([1, 2, 3]); - * // => 3 - */ - function last(array) { - var length = array == null ? 0 : array.length; - return length ? array[length - 1] : undefined; - } - - /** - * This method is like `_.indexOf` except that it iterates over elements of - * `array` from right to left. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Array - * @param {Array} array The array to inspect. - * @param {*} value The value to search for. - * @param {number} [fromIndex=array.length-1] The index to search from. - * @returns {number} Returns the index of the matched value, else `-1`. - * @example - * - * _.lastIndexOf([1, 2, 1, 2], 2); - * // => 3 - * - * // Search from the `fromIndex`. - * _.lastIndexOf([1, 2, 1, 2], 2, 2); - * // => 1 - */ - function lastIndexOf(array, value, fromIndex) { - var length = array == null ? 0 : array.length; - if (!length) { - return -1; - } - var index = length; - if (fromIndex !== undefined) { - index = toInteger(fromIndex); - index = index < 0 ? nativeMax(length + index, 0) : nativeMin(index, length - 1); - } - return value === value - ? strictLastIndexOf(array, value, index) - : baseFindIndex(array, baseIsNaN, index, true); - } - - /** - * Gets the element at index `n` of `array`. If `n` is negative, the nth - * element from the end is returned. - * - * @static - * @memberOf _ - * @since 4.11.0 - * @category Array - * @param {Array} array The array to query. - * @param {number} [n=0] The index of the element to return. - * @returns {*} Returns the nth element of `array`. - * @example - * - * var array = ['a', 'b', 'c', 'd']; - * - * _.nth(array, 1); - * // => 'b' - * - * _.nth(array, -2); - * // => 'c'; - */ - function nth(array, n) { - return (array && array.length) ? baseNth(array, toInteger(n)) : undefined; - } - - /** - * Removes all given values from `array` using - * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) - * for equality comparisons. - * - * **Note:** Unlike `_.without`, this method mutates `array`. Use `_.remove` - * to remove elements from an array by predicate. - * - * @static - * @memberOf _ - * @since 2.0.0 - * @category Array - * @param {Array} array The array to modify. - * @param {...*} [values] The values to remove. - * @returns {Array} Returns `array`. - * @example - * - * var array = ['a', 'b', 'c', 'a', 'b', 'c']; - * - * _.pull(array, 'a', 'c'); - * console.log(array); - * // => ['b', 'b'] - */ - var pull = baseRest(pullAll); - - /** - * This method is like `_.pull` except that it accepts an array of values to remove. - * - * **Note:** Unlike `_.difference`, this method mutates `array`. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Array - * @param {Array} array The array to modify. - * @param {Array} values The values to remove. - * @returns {Array} Returns `array`. - * @example - * - * var array = ['a', 'b', 'c', 'a', 'b', 'c']; - * - * _.pullAll(array, ['a', 'c']); - * console.log(array); - * // => ['b', 'b'] - */ - function pullAll(array, values) { - return (array && array.length && values && values.length) - ? basePullAll(array, values) - : array; - } - - /** - * This method is like `_.pullAll` except that it accepts `iteratee` which is - * invoked for each element of `array` and `values` to generate the criterion - * by which they're compared. The iteratee is invoked with one argument: (value). - * - * **Note:** Unlike `_.differenceBy`, this method mutates `array`. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Array - * @param {Array} array The array to modify. - * @param {Array} values The values to remove. - * @param {Function} [iteratee=_.identity] The iteratee invoked per element. - * @returns {Array} Returns `array`. - * @example - * - * var array = [{ 'x': 1 }, { 'x': 2 }, { 'x': 3 }, { 'x': 1 }]; - * - * _.pullAllBy(array, [{ 'x': 1 }, { 'x': 3 }], 'x'); - * console.log(array); - * // => [{ 'x': 2 }] - */ - function pullAllBy(array, values, iteratee) { - return (array && array.length && values && values.length) - ? basePullAll(array, values, getIteratee(iteratee, 2)) - : array; - } - - /** - * This method is like `_.pullAll` except that it accepts `comparator` which - * is invoked to compare elements of `array` to `values`. The comparator is - * invoked with two arguments: (arrVal, othVal). - * - * **Note:** Unlike `_.differenceWith`, this method mutates `array`. - * - * @static - * @memberOf _ - * @since 4.6.0 - * @category Array - * @param {Array} array The array to modify. - * @param {Array} values The values to remove. - * @param {Function} [comparator] The comparator invoked per element. - * @returns {Array} Returns `array`. - * @example - * - * var array = [{ 'x': 1, 'y': 2 }, { 'x': 3, 'y': 4 }, { 'x': 5, 'y': 6 }]; - * - * _.pullAllWith(array, [{ 'x': 3, 'y': 4 }], _.isEqual); - * console.log(array); - * // => [{ 'x': 1, 'y': 2 }, { 'x': 5, 'y': 6 }] - */ - function pullAllWith(array, values, comparator) { - return (array && array.length && values && values.length) - ? basePullAll(array, values, undefined, comparator) - : array; - } - - /** - * Removes elements from `array` corresponding to `indexes` and returns an - * array of removed elements. - * - * **Note:** Unlike `_.at`, this method mutates `array`. - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category Array - * @param {Array} array The array to modify. - * @param {...(number|number[])} [indexes] The indexes of elements to remove. - * @returns {Array} Returns the new array of removed elements. - * @example - * - * var array = ['a', 'b', 'c', 'd']; - * var pulled = _.pullAt(array, [1, 3]); - * - * console.log(array); - * // => ['a', 'c'] - * - * console.log(pulled); - * // => ['b', 'd'] - */ - var pullAt = flatRest(function(array, indexes) { - var length = array == null ? 0 : array.length, - result = baseAt(array, indexes); - - basePullAt(array, arrayMap(indexes, function(index) { - return isIndex(index, length) ? +index : index; - }).sort(compareAscending)); - - return result; - }); - - /** - * Removes all elements from `array` that `predicate` returns truthy for - * and returns an array of the removed elements. The predicate is invoked - * with three arguments: (value, index, array). - * - * **Note:** Unlike `_.filter`, this method mutates `array`. Use `_.pull` - * to pull elements from an array by value. - * - * @static - * @memberOf _ - * @since 2.0.0 - * @category Array - * @param {Array} array The array to modify. - * @param {Function} [predicate=_.identity] The function invoked per iteration. - * @returns {Array} Returns the new array of removed elements. - * @example - * - * var array = [1, 2, 3, 4]; - * var evens = _.remove(array, function(n) { - * return n % 2 == 0; - * }); - * - * console.log(array); - * // => [1, 3] - * - * console.log(evens); - * // => [2, 4] - */ - function remove(array, predicate) { - var result = []; - if (!(array && array.length)) { - return result; - } - var index = -1, - indexes = [], - length = array.length; - - predicate = getIteratee(predicate, 3); - while (++index < length) { - var value = array[index]; - if (predicate(value, index, array)) { - result.push(value); - indexes.push(index); - } - } - basePullAt(array, indexes); - return result; - } - - /** - * Reverses `array` so that the first element becomes the last, the second - * element becomes the second to last, and so on. - * - * **Note:** This method mutates `array` and is based on - * [`Array#reverse`](https://mdn.io/Array/reverse). - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Array - * @param {Array} array The array to modify. - * @returns {Array} Returns `array`. - * @example - * - * var array = [1, 2, 3]; - * - * _.reverse(array); - * // => [3, 2, 1] - * - * console.log(array); - * // => [3, 2, 1] - */ - function reverse(array) { - return array == null ? array : nativeReverse.call(array); - } - - /** - * Creates a slice of `array` from `start` up to, but not including, `end`. - * - * **Note:** This method is used instead of - * [`Array#slice`](https://mdn.io/Array/slice) to ensure dense arrays are - * returned. - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category Array - * @param {Array} array The array to slice. - * @param {number} [start=0] The start position. - * @param {number} [end=array.length] The end position. - * @returns {Array} Returns the slice of `array`. - */ - function slice(array, start, end) { - var length = array == null ? 0 : array.length; - if (!length) { - return []; - } - if (end && typeof end != 'number' && isIterateeCall(array, start, end)) { - start = 0; - end = length; - } - else { - start = start == null ? 0 : toInteger(start); - end = end === undefined ? length : toInteger(end); - } - return baseSlice(array, start, end); - } - - /** - * Uses a binary search to determine the lowest index at which `value` - * should be inserted into `array` in order to maintain its sort order. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Array - * @param {Array} array The sorted array to inspect. - * @param {*} value The value to evaluate. - * @returns {number} Returns the index at which `value` should be inserted - * into `array`. - * @example - * - * _.sortedIndex([30, 50], 40); - * // => 1 - */ - function sortedIndex(array, value) { - return baseSortedIndex(array, value); - } - - /** - * This method is like `_.sortedIndex` except that it accepts `iteratee` - * which is invoked for `value` and each element of `array` to compute their - * sort ranking. The iteratee is invoked with one argument: (value). - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Array - * @param {Array} array The sorted array to inspect. - * @param {*} value The value to evaluate. - * @param {Function} [iteratee=_.identity] The iteratee invoked per element. - * @returns {number} Returns the index at which `value` should be inserted - * into `array`. - * @example - * - * var objects = [{ 'x': 4 }, { 'x': 5 }]; - * - * _.sortedIndexBy(objects, { 'x': 4 }, function(o) { return o.x; }); - * // => 0 - * - * // The `_.property` iteratee shorthand. - * _.sortedIndexBy(objects, { 'x': 4 }, 'x'); - * // => 0 - */ - function sortedIndexBy(array, value, iteratee) { - return baseSortedIndexBy(array, value, getIteratee(iteratee, 2)); - } - - /** - * This method is like `_.indexOf` except that it performs a binary - * search on a sorted `array`. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Array - * @param {Array} array The array to inspect. - * @param {*} value The value to search for. - * @returns {number} Returns the index of the matched value, else `-1`. - * @example - * - * _.sortedIndexOf([4, 5, 5, 5, 6], 5); - * // => 1 - */ - function sortedIndexOf(array, value) { - var length = array == null ? 0 : array.length; - if (length) { - var index = baseSortedIndex(array, value); - if (index < length && eq(array[index], value)) { - return index; - } - } - return -1; - } - - /** - * This method is like `_.sortedIndex` except that it returns the highest - * index at which `value` should be inserted into `array` in order to - * maintain its sort order. - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category Array - * @param {Array} array The sorted array to inspect. - * @param {*} value The value to evaluate. - * @returns {number} Returns the index at which `value` should be inserted - * into `array`. - * @example - * - * _.sortedLastIndex([4, 5, 5, 5, 6], 5); - * // => 4 - */ - function sortedLastIndex(array, value) { - return baseSortedIndex(array, value, true); - } - - /** - * This method is like `_.sortedLastIndex` except that it accepts `iteratee` - * which is invoked for `value` and each element of `array` to compute their - * sort ranking. The iteratee is invoked with one argument: (value). - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Array - * @param {Array} array The sorted array to inspect. - * @param {*} value The value to evaluate. - * @param {Function} [iteratee=_.identity] The iteratee invoked per element. - * @returns {number} Returns the index at which `value` should be inserted - * into `array`. - * @example - * - * var objects = [{ 'x': 4 }, { 'x': 5 }]; - * - * _.sortedLastIndexBy(objects, { 'x': 4 }, function(o) { return o.x; }); - * // => 1 - * - * // The `_.property` iteratee shorthand. - * _.sortedLastIndexBy(objects, { 'x': 4 }, 'x'); - * // => 1 - */ - function sortedLastIndexBy(array, value, iteratee) { - return baseSortedIndexBy(array, value, getIteratee(iteratee, 2), true); - } - - /** - * This method is like `_.lastIndexOf` except that it performs a binary - * search on a sorted `array`. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Array - * @param {Array} array The array to inspect. - * @param {*} value The value to search for. - * @returns {number} Returns the index of the matched value, else `-1`. - * @example - * - * _.sortedLastIndexOf([4, 5, 5, 5, 6], 5); - * // => 3 - */ - function sortedLastIndexOf(array, value) { - var length = array == null ? 0 : array.length; - if (length) { - var index = baseSortedIndex(array, value, true) - 1; - if (eq(array[index], value)) { - return index; - } - } - return -1; - } - - /** - * This method is like `_.uniq` except that it's designed and optimized - * for sorted arrays. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Array - * @param {Array} array The array to inspect. - * @returns {Array} Returns the new duplicate free array. - * @example - * - * _.sortedUniq([1, 1, 2]); - * // => [1, 2] - */ - function sortedUniq(array) { - return (array && array.length) - ? baseSortedUniq(array) - : []; - } - - /** - * This method is like `_.uniqBy` except that it's designed and optimized - * for sorted arrays. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Array - * @param {Array} array The array to inspect. - * @param {Function} [iteratee] The iteratee invoked per element. - * @returns {Array} Returns the new duplicate free array. - * @example - * - * _.sortedUniqBy([1.1, 1.2, 2.3, 2.4], Math.floor); - * // => [1.1, 2.3] - */ - function sortedUniqBy(array, iteratee) { - return (array && array.length) - ? baseSortedUniq(array, getIteratee(iteratee, 2)) - : []; - } - - /** - * Gets all but the first element of `array`. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Array - * @param {Array} array The array to query. - * @returns {Array} Returns the slice of `array`. - * @example - * - * _.tail([1, 2, 3]); - * // => [2, 3] - */ - function tail(array) { - var length = array == null ? 0 : array.length; - return length ? baseSlice(array, 1, length) : []; - } - - /** - * Creates a slice of `array` with `n` elements taken from the beginning. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Array - * @param {Array} array The array to query. - * @param {number} [n=1] The number of elements to take. - * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. - * @returns {Array} Returns the slice of `array`. - * @example - * - * _.take([1, 2, 3]); - * // => [1] - * - * _.take([1, 2, 3], 2); - * // => [1, 2] - * - * _.take([1, 2, 3], 5); - * // => [1, 2, 3] - * - * _.take([1, 2, 3], 0); - * // => [] - */ - function take(array, n, guard) { - if (!(array && array.length)) { - return []; - } - n = (guard || n === undefined) ? 1 : toInteger(n); - return baseSlice(array, 0, n < 0 ? 0 : n); - } - - /** - * Creates a slice of `array` with `n` elements taken from the end. - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category Array - * @param {Array} array The array to query. - * @param {number} [n=1] The number of elements to take. - * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. - * @returns {Array} Returns the slice of `array`. - * @example - * - * _.takeRight([1, 2, 3]); - * // => [3] - * - * _.takeRight([1, 2, 3], 2); - * // => [2, 3] - * - * _.takeRight([1, 2, 3], 5); - * // => [1, 2, 3] - * - * _.takeRight([1, 2, 3], 0); - * // => [] - */ - function takeRight(array, n, guard) { - var length = array == null ? 0 : array.length; - if (!length) { - return []; - } - n = (guard || n === undefined) ? 1 : toInteger(n); - n = length - n; - return baseSlice(array, n < 0 ? 0 : n, length); - } - - /** - * Creates a slice of `array` with elements taken from the end. Elements are - * taken until `predicate` returns falsey. The predicate is invoked with - * three arguments: (value, index, array). - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category Array - * @param {Array} array The array to query. - * @param {Function} [predicate=_.identity] The function invoked per iteration. - * @returns {Array} Returns the slice of `array`. - * @example - * - * var users = [ - * { 'user': 'barney', 'active': true }, - * { 'user': 'fred', 'active': false }, - * { 'user': 'pebbles', 'active': false } - * ]; - * - * _.takeRightWhile(users, function(o) { return !o.active; }); - * // => objects for ['fred', 'pebbles'] - * - * // The `_.matches` iteratee shorthand. - * _.takeRightWhile(users, { 'user': 'pebbles', 'active': false }); - * // => objects for ['pebbles'] - * - * // The `_.matchesProperty` iteratee shorthand. - * _.takeRightWhile(users, ['active', false]); - * // => objects for ['fred', 'pebbles'] - * - * // The `_.property` iteratee shorthand. - * _.takeRightWhile(users, 'active'); - * // => [] - */ - function takeRightWhile(array, predicate) { - return (array && array.length) - ? baseWhile(array, getIteratee(predicate, 3), false, true) - : []; - } - - /** - * Creates a slice of `array` with elements taken from the beginning. Elements - * are taken until `predicate` returns falsey. The predicate is invoked with - * three arguments: (value, index, array). - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category Array - * @param {Array} array The array to query. - * @param {Function} [predicate=_.identity] The function invoked per iteration. - * @returns {Array} Returns the slice of `array`. - * @example - * - * var users = [ - * { 'user': 'barney', 'active': false }, - * { 'user': 'fred', 'active': false }, - * { 'user': 'pebbles', 'active': true } - * ]; - * - * _.takeWhile(users, function(o) { return !o.active; }); - * // => objects for ['barney', 'fred'] - * - * // The `_.matches` iteratee shorthand. - * _.takeWhile(users, { 'user': 'barney', 'active': false }); - * // => objects for ['barney'] - * - * // The `_.matchesProperty` iteratee shorthand. - * _.takeWhile(users, ['active', false]); - * // => objects for ['barney', 'fred'] - * - * // The `_.property` iteratee shorthand. - * _.takeWhile(users, 'active'); - * // => [] - */ - function takeWhile(array, predicate) { - return (array && array.length) - ? baseWhile(array, getIteratee(predicate, 3)) - : []; - } - - /** - * Creates an array of unique values, in order, from all given arrays using - * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) - * for equality comparisons. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Array - * @param {...Array} [arrays] The arrays to inspect. - * @returns {Array} Returns the new array of combined values. - * @example - * - * _.union([2], [1, 2]); - * // => [2, 1] - */ - var union = baseRest(function(arrays) { - return baseUniq(baseFlatten(arrays, 1, isArrayLikeObject, true)); - }); - - /** - * This method is like `_.union` except that it accepts `iteratee` which is - * invoked for each element of each `arrays` to generate the criterion by - * which uniqueness is computed. Result values are chosen from the first - * array in which the value occurs. The iteratee is invoked with one argument: - * (value). - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Array - * @param {...Array} [arrays] The arrays to inspect. - * @param {Function} [iteratee=_.identity] The iteratee invoked per element. - * @returns {Array} Returns the new array of combined values. - * @example - * - * _.unionBy([2.1], [1.2, 2.3], Math.floor); - * // => [2.1, 1.2] - * - * // The `_.property` iteratee shorthand. - * _.unionBy([{ 'x': 1 }], [{ 'x': 2 }, { 'x': 1 }], 'x'); - * // => [{ 'x': 1 }, { 'x': 2 }] - */ - var unionBy = baseRest(function(arrays) { - var iteratee = last(arrays); - if (isArrayLikeObject(iteratee)) { - iteratee = undefined; - } - return baseUniq(baseFlatten(arrays, 1, isArrayLikeObject, true), getIteratee(iteratee, 2)); - }); - - /** - * This method is like `_.union` except that it accepts `comparator` which - * is invoked to compare elements of `arrays`. Result values are chosen from - * the first array in which the value occurs. The comparator is invoked - * with two arguments: (arrVal, othVal). - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Array - * @param {...Array} [arrays] The arrays to inspect. - * @param {Function} [comparator] The comparator invoked per element. - * @returns {Array} Returns the new array of combined values. - * @example - * - * var objects = [{ 'x': 1, 'y': 2 }, { 'x': 2, 'y': 1 }]; - * var others = [{ 'x': 1, 'y': 1 }, { 'x': 1, 'y': 2 }]; - * - * _.unionWith(objects, others, _.isEqual); - * // => [{ 'x': 1, 'y': 2 }, { 'x': 2, 'y': 1 }, { 'x': 1, 'y': 1 }] - */ - var unionWith = baseRest(function(arrays) { - var comparator = last(arrays); - comparator = typeof comparator == 'function' ? comparator : undefined; - return baseUniq(baseFlatten(arrays, 1, isArrayLikeObject, true), undefined, comparator); - }); - - /** - * Creates a duplicate-free version of an array, using - * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) - * for equality comparisons, in which only the first occurrence of each element - * is kept. The order of result values is determined by the order they occur - * in the array. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Array - * @param {Array} array The array to inspect. - * @returns {Array} Returns the new duplicate free array. - * @example - * - * _.uniq([2, 1, 2]); - * // => [2, 1] - */ - function uniq(array) { - return (array && array.length) ? baseUniq(array) : []; - } - - /** - * This method is like `_.uniq` except that it accepts `iteratee` which is - * invoked for each element in `array` to generate the criterion by which - * uniqueness is computed. The order of result values is determined by the - * order they occur in the array. The iteratee is invoked with one argument: - * (value). - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Array - * @param {Array} array The array to inspect. - * @param {Function} [iteratee=_.identity] The iteratee invoked per element. - * @returns {Array} Returns the new duplicate free array. - * @example - * - * _.uniqBy([2.1, 1.2, 2.3], Math.floor); - * // => [2.1, 1.2] - * - * // The `_.property` iteratee shorthand. - * _.uniqBy([{ 'x': 1 }, { 'x': 2 }, { 'x': 1 }], 'x'); - * // => [{ 'x': 1 }, { 'x': 2 }] - */ - function uniqBy(array, iteratee) { - return (array && array.length) ? baseUniq(array, getIteratee(iteratee, 2)) : []; - } - - /** - * This method is like `_.uniq` except that it accepts `comparator` which - * is invoked to compare elements of `array`. The order of result values is - * determined by the order they occur in the array.The comparator is invoked - * with two arguments: (arrVal, othVal). - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Array - * @param {Array} array The array to inspect. - * @param {Function} [comparator] The comparator invoked per element. - * @returns {Array} Returns the new duplicate free array. - * @example - * - * var objects = [{ 'x': 1, 'y': 2 }, { 'x': 2, 'y': 1 }, { 'x': 1, 'y': 2 }]; - * - * _.uniqWith(objects, _.isEqual); - * // => [{ 'x': 1, 'y': 2 }, { 'x': 2, 'y': 1 }] - */ - function uniqWith(array, comparator) { - comparator = typeof comparator == 'function' ? comparator : undefined; - return (array && array.length) ? baseUniq(array, undefined, comparator) : []; - } - - /** - * This method is like `_.zip` except that it accepts an array of grouped - * elements and creates an array regrouping the elements to their pre-zip - * configuration. - * - * @static - * @memberOf _ - * @since 1.2.0 - * @category Array - * @param {Array} array The array of grouped elements to process. - * @returns {Array} Returns the new array of regrouped elements. - * @example - * - * var zipped = _.zip(['a', 'b'], [1, 2], [true, false]); - * // => [['a', 1, true], ['b', 2, false]] - * - * _.unzip(zipped); - * // => [['a', 'b'], [1, 2], [true, false]] - */ - function unzip(array) { - if (!(array && array.length)) { - return []; - } - var length = 0; - array = arrayFilter(array, function(group) { - if (isArrayLikeObject(group)) { - length = nativeMax(group.length, length); - return true; - } - }); - return baseTimes(length, function(index) { - return arrayMap(array, baseProperty(index)); - }); - } - - /** - * This method is like `_.unzip` except that it accepts `iteratee` to specify - * how regrouped values should be combined. The iteratee is invoked with the - * elements of each group: (...group). - * - * @static - * @memberOf _ - * @since 3.8.0 - * @category Array - * @param {Array} array The array of grouped elements to process. - * @param {Function} [iteratee=_.identity] The function to combine - * regrouped values. - * @returns {Array} Returns the new array of regrouped elements. - * @example - * - * var zipped = _.zip([1, 2], [10, 20], [100, 200]); - * // => [[1, 10, 100], [2, 20, 200]] - * - * _.unzipWith(zipped, _.add); - * // => [3, 30, 300] - */ - function unzipWith(array, iteratee) { - if (!(array && array.length)) { - return []; - } - var result = unzip(array); - if (iteratee == null) { - return result; - } - return arrayMap(result, function(group) { - return apply(iteratee, undefined, group); - }); - } - - /** - * Creates an array excluding all given values using - * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) - * for equality comparisons. - * - * **Note:** Unlike `_.pull`, this method returns a new array. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Array - * @param {Array} array The array to inspect. - * @param {...*} [values] The values to exclude. - * @returns {Array} Returns the new array of filtered values. - * @see _.difference, _.xor - * @example - * - * _.without([2, 1, 2, 3], 1, 2); - * // => [3] - */ - var without = baseRest(function(array, values) { - return isArrayLikeObject(array) - ? baseDifference(array, values) - : []; - }); - - /** - * Creates an array of unique values that is the - * [symmetric difference](https://en.wikipedia.org/wiki/Symmetric_difference) - * of the given arrays. The order of result values is determined by the order - * they occur in the arrays. - * - * @static - * @memberOf _ - * @since 2.4.0 - * @category Array - * @param {...Array} [arrays] The arrays to inspect. - * @returns {Array} Returns the new array of filtered values. - * @see _.difference, _.without - * @example - * - * _.xor([2, 1], [2, 3]); - * // => [1, 3] - */ - var xor = baseRest(function(arrays) { - return baseXor(arrayFilter(arrays, isArrayLikeObject)); - }); - - /** - * This method is like `_.xor` except that it accepts `iteratee` which is - * invoked for each element of each `arrays` to generate the criterion by - * which by which they're compared. The order of result values is determined - * by the order they occur in the arrays. The iteratee is invoked with one - * argument: (value). - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Array - * @param {...Array} [arrays] The arrays to inspect. - * @param {Function} [iteratee=_.identity] The iteratee invoked per element. - * @returns {Array} Returns the new array of filtered values. - * @example - * - * _.xorBy([2.1, 1.2], [2.3, 3.4], Math.floor); - * // => [1.2, 3.4] - * - * // The `_.property` iteratee shorthand. - * _.xorBy([{ 'x': 1 }], [{ 'x': 2 }, { 'x': 1 }], 'x'); - * // => [{ 'x': 2 }] - */ - var xorBy = baseRest(function(arrays) { - var iteratee = last(arrays); - if (isArrayLikeObject(iteratee)) { - iteratee = undefined; - } - return baseXor(arrayFilter(arrays, isArrayLikeObject), getIteratee(iteratee, 2)); - }); - - /** - * This method is like `_.xor` except that it accepts `comparator` which is - * invoked to compare elements of `arrays`. The order of result values is - * determined by the order they occur in the arrays. The comparator is invoked - * with two arguments: (arrVal, othVal). - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Array - * @param {...Array} [arrays] The arrays to inspect. - * @param {Function} [comparator] The comparator invoked per element. - * @returns {Array} Returns the new array of filtered values. - * @example - * - * var objects = [{ 'x': 1, 'y': 2 }, { 'x': 2, 'y': 1 }]; - * var others = [{ 'x': 1, 'y': 1 }, { 'x': 1, 'y': 2 }]; - * - * _.xorWith(objects, others, _.isEqual); - * // => [{ 'x': 2, 'y': 1 }, { 'x': 1, 'y': 1 }] - */ - var xorWith = baseRest(function(arrays) { - var comparator = last(arrays); - comparator = typeof comparator == 'function' ? comparator : undefined; - return baseXor(arrayFilter(arrays, isArrayLikeObject), undefined, comparator); - }); - - /** - * Creates an array of grouped elements, the first of which contains the - * first elements of the given arrays, the second of which contains the - * second elements of the given arrays, and so on. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Array - * @param {...Array} [arrays] The arrays to process. - * @returns {Array} Returns the new array of grouped elements. - * @example - * - * _.zip(['a', 'b'], [1, 2], [true, false]); - * // => [['a', 1, true], ['b', 2, false]] - */ - var zip = baseRest(unzip); - - /** - * This method is like `_.fromPairs` except that it accepts two arrays, - * one of property identifiers and one of corresponding values. - * - * @static - * @memberOf _ - * @since 0.4.0 - * @category Array - * @param {Array} [props=[]] The property identifiers. - * @param {Array} [values=[]] The property values. - * @returns {Object} Returns the new object. - * @example - * - * _.zipObject(['a', 'b'], [1, 2]); - * // => { 'a': 1, 'b': 2 } - */ - function zipObject(props, values) { - return baseZipObject(props || [], values || [], assignValue); - } - - /** - * This method is like `_.zipObject` except that it supports property paths. - * - * @static - * @memberOf _ - * @since 4.1.0 - * @category Array - * @param {Array} [props=[]] The property identifiers. - * @param {Array} [values=[]] The property values. - * @returns {Object} Returns the new object. - * @example - * - * _.zipObjectDeep(['a.b[0].c', 'a.b[1].d'], [1, 2]); - * // => { 'a': { 'b': [{ 'c': 1 }, { 'd': 2 }] } } - */ - function zipObjectDeep(props, values) { - return baseZipObject(props || [], values || [], baseSet); - } - - /** - * This method is like `_.zip` except that it accepts `iteratee` to specify - * how grouped values should be combined. The iteratee is invoked with the - * elements of each group: (...group). - * - * @static - * @memberOf _ - * @since 3.8.0 - * @category Array - * @param {...Array} [arrays] The arrays to process. - * @param {Function} [iteratee=_.identity] The function to combine - * grouped values. - * @returns {Array} Returns the new array of grouped elements. - * @example - * - * _.zipWith([1, 2], [10, 20], [100, 200], function(a, b, c) { - * return a + b + c; - * }); - * // => [111, 222] - */ - var zipWith = baseRest(function(arrays) { - var length = arrays.length, - iteratee = length > 1 ? arrays[length - 1] : undefined; - - iteratee = typeof iteratee == 'function' ? (arrays.pop(), iteratee) : undefined; - return unzipWith(arrays, iteratee); - }); - - /*------------------------------------------------------------------------*/ - - /** - * Creates a `lodash` wrapper instance that wraps `value` with explicit method - * chain sequences enabled. The result of such sequences must be unwrapped - * with `_#value`. - * - * @static - * @memberOf _ - * @since 1.3.0 - * @category Seq - * @param {*} value The value to wrap. - * @returns {Object} Returns the new `lodash` wrapper instance. - * @example - * - * var users = [ - * { 'user': 'barney', 'age': 36 }, - * { 'user': 'fred', 'age': 40 }, - * { 'user': 'pebbles', 'age': 1 } - * ]; - * - * var youngest = _ - * .chain(users) - * .sortBy('age') - * .map(function(o) { - * return o.user + ' is ' + o.age; - * }) - * .head() - * .value(); - * // => 'pebbles is 1' - */ - function chain(value) { - var result = lodash(value); - result.__chain__ = true; - return result; - } - - /** - * This method invokes `interceptor` and returns `value`. The interceptor - * is invoked with one argument; (value). The purpose of this method is to - * "tap into" a method chain sequence in order to modify intermediate results. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Seq - * @param {*} value The value to provide to `interceptor`. - * @param {Function} interceptor The function to invoke. - * @returns {*} Returns `value`. - * @example - * - * _([1, 2, 3]) - * .tap(function(array) { - * // Mutate input array. - * array.pop(); - * }) - * .reverse() - * .value(); - * // => [2, 1] - */ - function tap(value, interceptor) { - interceptor(value); - return value; - } - - /** - * This method is like `_.tap` except that it returns the result of `interceptor`. - * The purpose of this method is to "pass thru" values replacing intermediate - * results in a method chain sequence. - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category Seq - * @param {*} value The value to provide to `interceptor`. - * @param {Function} interceptor The function to invoke. - * @returns {*} Returns the result of `interceptor`. - * @example - * - * _(' abc ') - * .chain() - * .trim() - * .thru(function(value) { - * return [value]; - * }) - * .value(); - * // => ['abc'] - */ - function thru(value, interceptor) { - return interceptor(value); - } - - /** - * This method is the wrapper version of `_.at`. - * - * @name at - * @memberOf _ - * @since 1.0.0 - * @category Seq - * @param {...(string|string[])} [paths] The property paths to pick. - * @returns {Object} Returns the new `lodash` wrapper instance. - * @example - * - * var object = { 'a': [{ 'b': { 'c': 3 } }, 4] }; - * - * _(object).at(['a[0].b.c', 'a[1]']).value(); - * // => [3, 4] - */ - var wrapperAt = flatRest(function(paths) { - var length = paths.length, - start = length ? paths[0] : 0, - value = this.__wrapped__, - interceptor = function(object) { return baseAt(object, paths); }; - - if (length > 1 || this.__actions__.length || - !(value instanceof LazyWrapper) || !isIndex(start)) { - return this.thru(interceptor); - } - value = value.slice(start, +start + (length ? 1 : 0)); - value.__actions__.push({ - 'func': thru, - 'args': [interceptor], - 'thisArg': undefined - }); - return new LodashWrapper(value, this.__chain__).thru(function(array) { - if (length && !array.length) { - array.push(undefined); - } - return array; - }); - }); - - /** - * Creates a `lodash` wrapper instance with explicit method chain sequences enabled. - * - * @name chain - * @memberOf _ - * @since 0.1.0 - * @category Seq - * @returns {Object} Returns the new `lodash` wrapper instance. - * @example - * - * var users = [ - * { 'user': 'barney', 'age': 36 }, - * { 'user': 'fred', 'age': 40 } - * ]; - * - * // A sequence without explicit chaining. - * _(users).head(); - * // => { 'user': 'barney', 'age': 36 } - * - * // A sequence with explicit chaining. - * _(users) - * .chain() - * .head() - * .pick('user') - * .value(); - * // => { 'user': 'barney' } - */ - function wrapperChain() { - return chain(this); - } - - /** - * Executes the chain sequence and returns the wrapped result. - * - * @name commit - * @memberOf _ - * @since 3.2.0 - * @category Seq - * @returns {Object} Returns the new `lodash` wrapper instance. - * @example - * - * var array = [1, 2]; - * var wrapped = _(array).push(3); - * - * console.log(array); - * // => [1, 2] - * - * wrapped = wrapped.commit(); - * console.log(array); - * // => [1, 2, 3] - * - * wrapped.last(); - * // => 3 - * - * console.log(array); - * // => [1, 2, 3] - */ - function wrapperCommit() { - return new LodashWrapper(this.value(), this.__chain__); - } - - /** - * Gets the next value on a wrapped object following the - * [iterator protocol](https://mdn.io/iteration_protocols#iterator). - * - * @name next - * @memberOf _ - * @since 4.0.0 - * @category Seq - * @returns {Object} Returns the next iterator value. - * @example - * - * var wrapped = _([1, 2]); - * - * wrapped.next(); - * // => { 'done': false, 'value': 1 } - * - * wrapped.next(); - * // => { 'done': false, 'value': 2 } - * - * wrapped.next(); - * // => { 'done': true, 'value': undefined } - */ - function wrapperNext() { - if (this.__values__ === undefined) { - this.__values__ = toArray(this.value()); - } - var done = this.__index__ >= this.__values__.length, - value = done ? undefined : this.__values__[this.__index__++]; - - return { 'done': done, 'value': value }; - } - - /** - * Enables the wrapper to be iterable. - * - * @name Symbol.iterator - * @memberOf _ - * @since 4.0.0 - * @category Seq - * @returns {Object} Returns the wrapper object. - * @example - * - * var wrapped = _([1, 2]); - * - * wrapped[Symbol.iterator]() === wrapped; - * // => true - * - * Array.from(wrapped); - * // => [1, 2] - */ - function wrapperToIterator() { - return this; - } - - /** - * Creates a clone of the chain sequence planting `value` as the wrapped value. - * - * @name plant - * @memberOf _ - * @since 3.2.0 - * @category Seq - * @param {*} value The value to plant. - * @returns {Object} Returns the new `lodash` wrapper instance. - * @example - * - * function square(n) { - * return n * n; - * } - * - * var wrapped = _([1, 2]).map(square); - * var other = wrapped.plant([3, 4]); - * - * other.value(); - * // => [9, 16] - * - * wrapped.value(); - * // => [1, 4] - */ - function wrapperPlant(value) { - var result, - parent = this; - - while (parent instanceof baseLodash) { - var clone = wrapperClone(parent); - clone.__index__ = 0; - clone.__values__ = undefined; - if (result) { - previous.__wrapped__ = clone; - } else { - result = clone; - } - var previous = clone; - parent = parent.__wrapped__; - } - previous.__wrapped__ = value; - return result; - } - - /** - * This method is the wrapper version of `_.reverse`. - * - * **Note:** This method mutates the wrapped array. - * - * @name reverse - * @memberOf _ - * @since 0.1.0 - * @category Seq - * @returns {Object} Returns the new `lodash` wrapper instance. - * @example - * - * var array = [1, 2, 3]; - * - * _(array).reverse().value() - * // => [3, 2, 1] - * - * console.log(array); - * // => [3, 2, 1] - */ - function wrapperReverse() { - var value = this.__wrapped__; - if (value instanceof LazyWrapper) { - var wrapped = value; - if (this.__actions__.length) { - wrapped = new LazyWrapper(this); - } - wrapped = wrapped.reverse(); - wrapped.__actions__.push({ - 'func': thru, - 'args': [reverse], - 'thisArg': undefined - }); - return new LodashWrapper(wrapped, this.__chain__); - } - return this.thru(reverse); - } - - /** - * Executes the chain sequence to resolve the unwrapped value. - * - * @name value - * @memberOf _ - * @since 0.1.0 - * @alias toJSON, valueOf - * @category Seq - * @returns {*} Returns the resolved unwrapped value. - * @example - * - * _([1, 2, 3]).value(); - * // => [1, 2, 3] - */ - function wrapperValue() { - return baseWrapperValue(this.__wrapped__, this.__actions__); - } - - /*------------------------------------------------------------------------*/ - - /** - * Creates an object composed of keys generated from the results of running - * each element of `collection` thru `iteratee`. The corresponding value of - * each key is the number of times the key was returned by `iteratee`. The - * iteratee is invoked with one argument: (value). - * - * @static - * @memberOf _ - * @since 0.5.0 - * @category Collection - * @param {Array|Object} collection The collection to iterate over. - * @param {Function} [iteratee=_.identity] The iteratee to transform keys. - * @returns {Object} Returns the composed aggregate object. - * @example - * - * _.countBy([6.1, 4.2, 6.3], Math.floor); - * // => { '4': 1, '6': 2 } - * - * // The `_.property` iteratee shorthand. - * _.countBy(['one', 'two', 'three'], 'length'); - * // => { '3': 2, '5': 1 } - */ - var countBy = createAggregator(function(result, value, key) { - if (hasOwnProperty.call(result, key)) { - ++result[key]; - } else { - baseAssignValue(result, key, 1); - } - }); - - /** - * Checks if `predicate` returns truthy for **all** elements of `collection`. - * Iteration is stopped once `predicate` returns falsey. The predicate is - * invoked with three arguments: (value, index|key, collection). - * - * **Note:** This method returns `true` for - * [empty collections](https://en.wikipedia.org/wiki/Empty_set) because - * [everything is true](https://en.wikipedia.org/wiki/Vacuous_truth) of - * elements of empty collections. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Collection - * @param {Array|Object} collection The collection to iterate over. - * @param {Function} [predicate=_.identity] The function invoked per iteration. - * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. - * @returns {boolean} Returns `true` if all elements pass the predicate check, - * else `false`. - * @example - * - * _.every([true, 1, null, 'yes'], Boolean); - * // => false - * - * var users = [ - * { 'user': 'barney', 'age': 36, 'active': false }, - * { 'user': 'fred', 'age': 40, 'active': false } - * ]; - * - * // The `_.matches` iteratee shorthand. - * _.every(users, { 'user': 'barney', 'active': false }); - * // => false - * - * // The `_.matchesProperty` iteratee shorthand. - * _.every(users, ['active', false]); - * // => true - * - * // The `_.property` iteratee shorthand. - * _.every(users, 'active'); - * // => false - */ - function every(collection, predicate, guard) { - var func = isArray(collection) ? arrayEvery : baseEvery; - if (guard && isIterateeCall(collection, predicate, guard)) { - predicate = undefined; - } - return func(collection, getIteratee(predicate, 3)); - } - - /** - * Iterates over elements of `collection`, returning an array of all elements - * `predicate` returns truthy for. The predicate is invoked with three - * arguments: (value, index|key, collection). - * - * **Note:** Unlike `_.remove`, this method returns a new array. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Collection - * @param {Array|Object} collection The collection to iterate over. - * @param {Function} [predicate=_.identity] The function invoked per iteration. - * @returns {Array} Returns the new filtered array. - * @see _.reject - * @example - * - * var users = [ - * { 'user': 'barney', 'age': 36, 'active': true }, - * { 'user': 'fred', 'age': 40, 'active': false } - * ]; - * - * _.filter(users, function(o) { return !o.active; }); - * // => objects for ['fred'] - * - * // The `_.matches` iteratee shorthand. - * _.filter(users, { 'age': 36, 'active': true }); - * // => objects for ['barney'] - * - * // The `_.matchesProperty` iteratee shorthand. - * _.filter(users, ['active', false]); - * // => objects for ['fred'] - * - * // The `_.property` iteratee shorthand. - * _.filter(users, 'active'); - * // => objects for ['barney'] - * - * // Combining several predicates using `_.overEvery` or `_.overSome`. - * _.filter(users, _.overSome([{ 'age': 36 }, ['age', 40]])); - * // => objects for ['fred', 'barney'] - */ - function filter(collection, predicate) { - var func = isArray(collection) ? arrayFilter : baseFilter; - return func(collection, getIteratee(predicate, 3)); - } - - /** - * Iterates over elements of `collection`, returning the first element - * `predicate` returns truthy for. The predicate is invoked with three - * arguments: (value, index|key, collection). - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Collection - * @param {Array|Object} collection The collection to inspect. - * @param {Function} [predicate=_.identity] The function invoked per iteration. - * @param {number} [fromIndex=0] The index to search from. - * @returns {*} Returns the matched element, else `undefined`. - * @example - * - * var users = [ - * { 'user': 'barney', 'age': 36, 'active': true }, - * { 'user': 'fred', 'age': 40, 'active': false }, - * { 'user': 'pebbles', 'age': 1, 'active': true } - * ]; - * - * _.find(users, function(o) { return o.age < 40; }); - * // => object for 'barney' - * - * // The `_.matches` iteratee shorthand. - * _.find(users, { 'age': 1, 'active': true }); - * // => object for 'pebbles' - * - * // The `_.matchesProperty` iteratee shorthand. - * _.find(users, ['active', false]); - * // => object for 'fred' - * - * // The `_.property` iteratee shorthand. - * _.find(users, 'active'); - * // => object for 'barney' - */ - var find = createFind(findIndex); - - /** - * This method is like `_.find` except that it iterates over elements of - * `collection` from right to left. - * - * @static - * @memberOf _ - * @since 2.0.0 - * @category Collection - * @param {Array|Object} collection The collection to inspect. - * @param {Function} [predicate=_.identity] The function invoked per iteration. - * @param {number} [fromIndex=collection.length-1] The index to search from. - * @returns {*} Returns the matched element, else `undefined`. - * @example - * - * _.findLast([1, 2, 3, 4], function(n) { - * return n % 2 == 1; - * }); - * // => 3 - */ - var findLast = createFind(findLastIndex); - - /** - * Creates a flattened array of values by running each element in `collection` - * thru `iteratee` and flattening the mapped results. The iteratee is invoked - * with three arguments: (value, index|key, collection). - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Collection - * @param {Array|Object} collection The collection to iterate over. - * @param {Function} [iteratee=_.identity] The function invoked per iteration. - * @returns {Array} Returns the new flattened array. - * @example - * - * function duplicate(n) { - * return [n, n]; - * } - * - * _.flatMap([1, 2], duplicate); - * // => [1, 1, 2, 2] - */ - function flatMap(collection, iteratee) { - return baseFlatten(map(collection, iteratee), 1); - } - - /** - * This method is like `_.flatMap` except that it recursively flattens the - * mapped results. - * - * @static - * @memberOf _ - * @since 4.7.0 - * @category Collection - * @param {Array|Object} collection The collection to iterate over. - * @param {Function} [iteratee=_.identity] The function invoked per iteration. - * @returns {Array} Returns the new flattened array. - * @example - * - * function duplicate(n) { - * return [[[n, n]]]; - * } - * - * _.flatMapDeep([1, 2], duplicate); - * // => [1, 1, 2, 2] - */ - function flatMapDeep(collection, iteratee) { - return baseFlatten(map(collection, iteratee), INFINITY); - } - - /** - * This method is like `_.flatMap` except that it recursively flattens the - * mapped results up to `depth` times. - * - * @static - * @memberOf _ - * @since 4.7.0 - * @category Collection - * @param {Array|Object} collection The collection to iterate over. - * @param {Function} [iteratee=_.identity] The function invoked per iteration. - * @param {number} [depth=1] The maximum recursion depth. - * @returns {Array} Returns the new flattened array. - * @example - * - * function duplicate(n) { - * return [[[n, n]]]; - * } - * - * _.flatMapDepth([1, 2], duplicate, 2); - * // => [[1, 1], [2, 2]] - */ - function flatMapDepth(collection, iteratee, depth) { - depth = depth === undefined ? 1 : toInteger(depth); - return baseFlatten(map(collection, iteratee), depth); - } - - /** - * Iterates over elements of `collection` and invokes `iteratee` for each element. - * The iteratee is invoked with three arguments: (value, index|key, collection). - * Iteratee functions may exit iteration early by explicitly returning `false`. - * - * **Note:** As with other "Collections" methods, objects with a "length" - * property are iterated like arrays. To avoid this behavior use `_.forIn` - * or `_.forOwn` for object iteration. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @alias each - * @category Collection - * @param {Array|Object} collection The collection to iterate over. - * @param {Function} [iteratee=_.identity] The function invoked per iteration. - * @returns {Array|Object} Returns `collection`. - * @see _.forEachRight - * @example - * - * _.forEach([1, 2], function(value) { - * console.log(value); - * }); - * // => Logs `1` then `2`. - * - * _.forEach({ 'a': 1, 'b': 2 }, function(value, key) { - * console.log(key); - * }); - * // => Logs 'a' then 'b' (iteration order is not guaranteed). - */ - function forEach(collection, iteratee) { - var func = isArray(collection) ? arrayEach : baseEach; - return func(collection, getIteratee(iteratee, 3)); - } - - /** - * This method is like `_.forEach` except that it iterates over elements of - * `collection` from right to left. - * - * @static - * @memberOf _ - * @since 2.0.0 - * @alias eachRight - * @category Collection - * @param {Array|Object} collection The collection to iterate over. - * @param {Function} [iteratee=_.identity] The function invoked per iteration. - * @returns {Array|Object} Returns `collection`. - * @see _.forEach - * @example - * - * _.forEachRight([1, 2], function(value) { - * console.log(value); - * }); - * // => Logs `2` then `1`. - */ - function forEachRight(collection, iteratee) { - var func = isArray(collection) ? arrayEachRight : baseEachRight; - return func(collection, getIteratee(iteratee, 3)); - } - - /** - * Creates an object composed of keys generated from the results of running - * each element of `collection` thru `iteratee`. The order of grouped values - * is determined by the order they occur in `collection`. The corresponding - * value of each key is an array of elements responsible for generating the - * key. The iteratee is invoked with one argument: (value). - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Collection - * @param {Array|Object} collection The collection to iterate over. - * @param {Function} [iteratee=_.identity] The iteratee to transform keys. - * @returns {Object} Returns the composed aggregate object. - * @example - * - * _.groupBy([6.1, 4.2, 6.3], Math.floor); - * // => { '4': [4.2], '6': [6.1, 6.3] } - * - * // The `_.property` iteratee shorthand. - * _.groupBy(['one', 'two', 'three'], 'length'); - * // => { '3': ['one', 'two'], '5': ['three'] } - */ - var groupBy = createAggregator(function(result, value, key) { - if (hasOwnProperty.call(result, key)) { - result[key].push(value); - } else { - baseAssignValue(result, key, [value]); - } - }); - - /** - * Checks if `value` is in `collection`. If `collection` is a string, it's - * checked for a substring of `value`, otherwise - * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) - * is used for equality comparisons. If `fromIndex` is negative, it's used as - * the offset from the end of `collection`. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Collection - * @param {Array|Object|string} collection The collection to inspect. - * @param {*} value The value to search for. - * @param {number} [fromIndex=0] The index to search from. - * @param- {Object} [guard] Enables use as an iteratee for methods like `_.reduce`. - * @returns {boolean} Returns `true` if `value` is found, else `false`. - * @example - * - * _.includes([1, 2, 3], 1); - * // => true - * - * _.includes([1, 2, 3], 1, 2); - * // => false - * - * _.includes({ 'a': 1, 'b': 2 }, 1); - * // => true - * - * _.includes('abcd', 'bc'); - * // => true - */ - function includes(collection, value, fromIndex, guard) { - collection = isArrayLike(collection) ? collection : values(collection); - fromIndex = (fromIndex && !guard) ? toInteger(fromIndex) : 0; - - var length = collection.length; - if (fromIndex < 0) { - fromIndex = nativeMax(length + fromIndex, 0); - } - return isString(collection) - ? (fromIndex <= length && collection.indexOf(value, fromIndex) > -1) - : (!!length && baseIndexOf(collection, value, fromIndex) > -1); - } - - /** - * Invokes the method at `path` of each element in `collection`, returning - * an array of the results of each invoked method. Any additional arguments - * are provided to each invoked method. If `path` is a function, it's invoked - * for, and `this` bound to, each element in `collection`. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Collection - * @param {Array|Object} collection The collection to iterate over. - * @param {Array|Function|string} path The path of the method to invoke or - * the function invoked per iteration. - * @param {...*} [args] The arguments to invoke each method with. - * @returns {Array} Returns the array of results. - * @example - * - * _.invokeMap([[5, 1, 7], [3, 2, 1]], 'sort'); - * // => [[1, 5, 7], [1, 2, 3]] - * - * _.invokeMap([123, 456], String.prototype.split, ''); - * // => [['1', '2', '3'], ['4', '5', '6']] - */ - var invokeMap = baseRest(function(collection, path, args) { - var index = -1, - isFunc = typeof path == 'function', - result = isArrayLike(collection) ? Array(collection.length) : []; - - baseEach(collection, function(value) { - result[++index] = isFunc ? apply(path, value, args) : baseInvoke(value, path, args); - }); - return result; - }); - - /** - * Creates an object composed of keys generated from the results of running - * each element of `collection` thru `iteratee`. The corresponding value of - * each key is the last element responsible for generating the key. The - * iteratee is invoked with one argument: (value). - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Collection - * @param {Array|Object} collection The collection to iterate over. - * @param {Function} [iteratee=_.identity] The iteratee to transform keys. - * @returns {Object} Returns the composed aggregate object. - * @example - * - * var array = [ - * { 'dir': 'left', 'code': 97 }, - * { 'dir': 'right', 'code': 100 } - * ]; - * - * _.keyBy(array, function(o) { - * return String.fromCharCode(o.code); - * }); - * // => { 'a': { 'dir': 'left', 'code': 97 }, 'd': { 'dir': 'right', 'code': 100 } } - * - * _.keyBy(array, 'dir'); - * // => { 'left': { 'dir': 'left', 'code': 97 }, 'right': { 'dir': 'right', 'code': 100 } } - */ - var keyBy = createAggregator(function(result, value, key) { - baseAssignValue(result, key, value); - }); - - /** - * Creates an array of values by running each element in `collection` thru - * `iteratee`. The iteratee is invoked with three arguments: - * (value, index|key, collection). - * - * Many lodash methods are guarded to work as iteratees for methods like - * `_.every`, `_.filter`, `_.map`, `_.mapValues`, `_.reject`, and `_.some`. - * - * The guarded methods are: - * `ary`, `chunk`, `curry`, `curryRight`, `drop`, `dropRight`, `every`, - * `fill`, `invert`, `parseInt`, `random`, `range`, `rangeRight`, `repeat`, - * `sampleSize`, `slice`, `some`, `sortBy`, `split`, `take`, `takeRight`, - * `template`, `trim`, `trimEnd`, `trimStart`, and `words` - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Collection - * @param {Array|Object} collection The collection to iterate over. - * @param {Function} [iteratee=_.identity] The function invoked per iteration. - * @returns {Array} Returns the new mapped array. - * @example - * - * function square(n) { - * return n * n; - * } - * - * _.map([4, 8], square); - * // => [16, 64] - * - * _.map({ 'a': 4, 'b': 8 }, square); - * // => [16, 64] (iteration order is not guaranteed) - * - * var users = [ - * { 'user': 'barney' }, - * { 'user': 'fred' } - * ]; - * - * // The `_.property` iteratee shorthand. - * _.map(users, 'user'); - * // => ['barney', 'fred'] - */ - function map(collection, iteratee) { - var func = isArray(collection) ? arrayMap : baseMap; - return func(collection, getIteratee(iteratee, 3)); - } - - /** - * This method is like `_.sortBy` except that it allows specifying the sort - * orders of the iteratees to sort by. If `orders` is unspecified, all values - * are sorted in ascending order. Otherwise, specify an order of "desc" for - * descending or "asc" for ascending sort order of corresponding values. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Collection - * @param {Array|Object} collection The collection to iterate over. - * @param {Array[]|Function[]|Object[]|string[]} [iteratees=[_.identity]] - * The iteratees to sort by. - * @param {string[]} [orders] The sort orders of `iteratees`. - * @param- {Object} [guard] Enables use as an iteratee for methods like `_.reduce`. - * @returns {Array} Returns the new sorted array. - * @example - * - * var users = [ - * { 'user': 'fred', 'age': 48 }, - * { 'user': 'barney', 'age': 34 }, - * { 'user': 'fred', 'age': 40 }, - * { 'user': 'barney', 'age': 36 } - * ]; - * - * // Sort by `user` in ascending order and by `age` in descending order. - * _.orderBy(users, ['user', 'age'], ['asc', 'desc']); - * // => objects for [['barney', 36], ['barney', 34], ['fred', 48], ['fred', 40]] - */ - function orderBy(collection, iteratees, orders, guard) { - if (collection == null) { - return []; - } - if (!isArray(iteratees)) { - iteratees = iteratees == null ? [] : [iteratees]; - } - orders = guard ? undefined : orders; - if (!isArray(orders)) { - orders = orders == null ? [] : [orders]; - } - return baseOrderBy(collection, iteratees, orders); - } - - /** - * Creates an array of elements split into two groups, the first of which - * contains elements `predicate` returns truthy for, the second of which - * contains elements `predicate` returns falsey for. The predicate is - * invoked with one argument: (value). - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category Collection - * @param {Array|Object} collection The collection to iterate over. - * @param {Function} [predicate=_.identity] The function invoked per iteration. - * @returns {Array} Returns the array of grouped elements. - * @example - * - * var users = [ - * { 'user': 'barney', 'age': 36, 'active': false }, - * { 'user': 'fred', 'age': 40, 'active': true }, - * { 'user': 'pebbles', 'age': 1, 'active': false } - * ]; - * - * _.partition(users, function(o) { return o.active; }); - * // => objects for [['fred'], ['barney', 'pebbles']] - * - * // The `_.matches` iteratee shorthand. - * _.partition(users, { 'age': 1, 'active': false }); - * // => objects for [['pebbles'], ['barney', 'fred']] - * - * // The `_.matchesProperty` iteratee shorthand. - * _.partition(users, ['active', false]); - * // => objects for [['barney', 'pebbles'], ['fred']] - * - * // The `_.property` iteratee shorthand. - * _.partition(users, 'active'); - * // => objects for [['fred'], ['barney', 'pebbles']] - */ - var partition = createAggregator(function(result, value, key) { - result[key ? 0 : 1].push(value); - }, function() { return [[], []]; }); - - /** - * Reduces `collection` to a value which is the accumulated result of running - * each element in `collection` thru `iteratee`, where each successive - * invocation is supplied the return value of the previous. If `accumulator` - * is not given, the first element of `collection` is used as the initial - * value. The iteratee is invoked with four arguments: - * (accumulator, value, index|key, collection). - * - * Many lodash methods are guarded to work as iteratees for methods like - * `_.reduce`, `_.reduceRight`, and `_.transform`. - * - * The guarded methods are: - * `assign`, `defaults`, `defaultsDeep`, `includes`, `merge`, `orderBy`, - * and `sortBy` - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Collection - * @param {Array|Object} collection The collection to iterate over. - * @param {Function} [iteratee=_.identity] The function invoked per iteration. - * @param {*} [accumulator] The initial value. - * @returns {*} Returns the accumulated value. - * @see _.reduceRight - * @example - * - * _.reduce([1, 2], function(sum, n) { - * return sum + n; - * }, 0); - * // => 3 - * - * _.reduce({ 'a': 1, 'b': 2, 'c': 1 }, function(result, value, key) { - * (result[value] || (result[value] = [])).push(key); - * return result; - * }, {}); - * // => { '1': ['a', 'c'], '2': ['b'] } (iteration order is not guaranteed) - */ - function reduce(collection, iteratee, accumulator) { - var func = isArray(collection) ? arrayReduce : baseReduce, - initAccum = arguments.length < 3; - - return func(collection, getIteratee(iteratee, 4), accumulator, initAccum, baseEach); - } - - /** - * This method is like `_.reduce` except that it iterates over elements of - * `collection` from right to left. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Collection - * @param {Array|Object} collection The collection to iterate over. - * @param {Function} [iteratee=_.identity] The function invoked per iteration. - * @param {*} [accumulator] The initial value. - * @returns {*} Returns the accumulated value. - * @see _.reduce - * @example - * - * var array = [[0, 1], [2, 3], [4, 5]]; - * - * _.reduceRight(array, function(flattened, other) { - * return flattened.concat(other); - * }, []); - * // => [4, 5, 2, 3, 0, 1] - */ - function reduceRight(collection, iteratee, accumulator) { - var func = isArray(collection) ? arrayReduceRight : baseReduce, - initAccum = arguments.length < 3; - - return func(collection, getIteratee(iteratee, 4), accumulator, initAccum, baseEachRight); - } - - /** - * The opposite of `_.filter`; this method returns the elements of `collection` - * that `predicate` does **not** return truthy for. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Collection - * @param {Array|Object} collection The collection to iterate over. - * @param {Function} [predicate=_.identity] The function invoked per iteration. - * @returns {Array} Returns the new filtered array. - * @see _.filter - * @example - * - * var users = [ - * { 'user': 'barney', 'age': 36, 'active': false }, - * { 'user': 'fred', 'age': 40, 'active': true } - * ]; - * - * _.reject(users, function(o) { return !o.active; }); - * // => objects for ['fred'] - * - * // The `_.matches` iteratee shorthand. - * _.reject(users, { 'age': 40, 'active': true }); - * // => objects for ['barney'] - * - * // The `_.matchesProperty` iteratee shorthand. - * _.reject(users, ['active', false]); - * // => objects for ['fred'] - * - * // The `_.property` iteratee shorthand. - * _.reject(users, 'active'); - * // => objects for ['barney'] - */ - function reject(collection, predicate) { - var func = isArray(collection) ? arrayFilter : baseFilter; - return func(collection, negate(getIteratee(predicate, 3))); - } - - /** - * Gets a random element from `collection`. - * - * @static - * @memberOf _ - * @since 2.0.0 - * @category Collection - * @param {Array|Object} collection The collection to sample. - * @returns {*} Returns the random element. - * @example - * - * _.sample([1, 2, 3, 4]); - * // => 2 - */ - function sample(collection) { - var func = isArray(collection) ? arraySample : baseSample; - return func(collection); - } - - /** - * Gets `n` random elements at unique keys from `collection` up to the - * size of `collection`. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Collection - * @param {Array|Object} collection The collection to sample. - * @param {number} [n=1] The number of elements to sample. - * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. - * @returns {Array} Returns the random elements. - * @example - * - * _.sampleSize([1, 2, 3], 2); - * // => [3, 1] - * - * _.sampleSize([1, 2, 3], 4); - * // => [2, 3, 1] - */ - function sampleSize(collection, n, guard) { - if ((guard ? isIterateeCall(collection, n, guard) : n === undefined)) { - n = 1; - } else { - n = toInteger(n); - } - var func = isArray(collection) ? arraySampleSize : baseSampleSize; - return func(collection, n); - } - - /** - * Creates an array of shuffled values, using a version of the - * [Fisher-Yates shuffle](https://en.wikipedia.org/wiki/Fisher-Yates_shuffle). - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Collection - * @param {Array|Object} collection The collection to shuffle. - * @returns {Array} Returns the new shuffled array. - * @example - * - * _.shuffle([1, 2, 3, 4]); - * // => [4, 1, 3, 2] - */ - function shuffle(collection) { - var func = isArray(collection) ? arrayShuffle : baseShuffle; - return func(collection); - } - - /** - * Gets the size of `collection` by returning its length for array-like - * values or the number of own enumerable string keyed properties for objects. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Collection - * @param {Array|Object|string} collection The collection to inspect. - * @returns {number} Returns the collection size. - * @example - * - * _.size([1, 2, 3]); - * // => 3 - * - * _.size({ 'a': 1, 'b': 2 }); - * // => 2 - * - * _.size('pebbles'); - * // => 7 - */ - function size(collection) { - if (collection == null) { - return 0; - } - if (isArrayLike(collection)) { - return isString(collection) ? stringSize(collection) : collection.length; - } - var tag = getTag(collection); - if (tag == mapTag || tag == setTag) { - return collection.size; - } - return baseKeys(collection).length; - } - - /** - * Checks if `predicate` returns truthy for **any** element of `collection`. - * Iteration is stopped once `predicate` returns truthy. The predicate is - * invoked with three arguments: (value, index|key, collection). - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Collection - * @param {Array|Object} collection The collection to iterate over. - * @param {Function} [predicate=_.identity] The function invoked per iteration. - * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. - * @returns {boolean} Returns `true` if any element passes the predicate check, - * else `false`. - * @example - * - * _.some([null, 0, 'yes', false], Boolean); - * // => true - * - * var users = [ - * { 'user': 'barney', 'active': true }, - * { 'user': 'fred', 'active': false } - * ]; - * - * // The `_.matches` iteratee shorthand. - * _.some(users, { 'user': 'barney', 'active': false }); - * // => false - * - * // The `_.matchesProperty` iteratee shorthand. - * _.some(users, ['active', false]); - * // => true - * - * // The `_.property` iteratee shorthand. - * _.some(users, 'active'); - * // => true - */ - function some(collection, predicate, guard) { - var func = isArray(collection) ? arraySome : baseSome; - if (guard && isIterateeCall(collection, predicate, guard)) { - predicate = undefined; - } - return func(collection, getIteratee(predicate, 3)); - } - - /** - * Creates an array of elements, sorted in ascending order by the results of - * running each element in a collection thru each iteratee. This method - * performs a stable sort, that is, it preserves the original sort order of - * equal elements. The iteratees are invoked with one argument: (value). - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Collection - * @param {Array|Object} collection The collection to iterate over. - * @param {...(Function|Function[])} [iteratees=[_.identity]] - * The iteratees to sort by. - * @returns {Array} Returns the new sorted array. - * @example - * - * var users = [ - * { 'user': 'fred', 'age': 48 }, - * { 'user': 'barney', 'age': 36 }, - * { 'user': 'fred', 'age': 30 }, - * { 'user': 'barney', 'age': 34 } - * ]; - * - * _.sortBy(users, [function(o) { return o.user; }]); - * // => objects for [['barney', 36], ['barney', 34], ['fred', 48], ['fred', 30]] - * - * _.sortBy(users, ['user', 'age']); - * // => objects for [['barney', 34], ['barney', 36], ['fred', 30], ['fred', 48]] - */ - var sortBy = baseRest(function(collection, iteratees) { - if (collection == null) { - return []; - } - var length = iteratees.length; - if (length > 1 && isIterateeCall(collection, iteratees[0], iteratees[1])) { - iteratees = []; - } else if (length > 2 && isIterateeCall(iteratees[0], iteratees[1], iteratees[2])) { - iteratees = [iteratees[0]]; - } - return baseOrderBy(collection, baseFlatten(iteratees, 1), []); - }); - - /*------------------------------------------------------------------------*/ - - /** - * Gets the timestamp of the number of milliseconds that have elapsed since - * the Unix epoch (1 January 1970 00:00:00 UTC). - * - * @static - * @memberOf _ - * @since 2.4.0 - * @category Date - * @returns {number} Returns the timestamp. - * @example - * - * _.defer(function(stamp) { - * console.log(_.now() - stamp); - * }, _.now()); - * // => Logs the number of milliseconds it took for the deferred invocation. - */ - var now = ctxNow || function() { - return root.Date.now(); - }; - - /*------------------------------------------------------------------------*/ - - /** - * The opposite of `_.before`; this method creates a function that invokes - * `func` once it's called `n` or more times. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Function - * @param {number} n The number of calls before `func` is invoked. - * @param {Function} func The function to restrict. - * @returns {Function} Returns the new restricted function. - * @example - * - * var saves = ['profile', 'settings']; - * - * var done = _.after(saves.length, function() { - * console.log('done saving!'); - * }); - * - * _.forEach(saves, function(type) { - * asyncSave({ 'type': type, 'complete': done }); - * }); - * // => Logs 'done saving!' after the two async saves have completed. - */ - function after(n, func) { - if (typeof func != 'function') { - throw new TypeError(FUNC_ERROR_TEXT); - } - n = toInteger(n); - return function() { - if (--n < 1) { - return func.apply(this, arguments); - } - }; - } - - /** - * Creates a function that invokes `func`, with up to `n` arguments, - * ignoring any additional arguments. - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category Function - * @param {Function} func The function to cap arguments for. - * @param {number} [n=func.length] The arity cap. - * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. - * @returns {Function} Returns the new capped function. - * @example - * - * _.map(['6', '8', '10'], _.ary(parseInt, 1)); - * // => [6, 8, 10] - */ - function ary(func, n, guard) { - n = guard ? undefined : n; - n = (func && n == null) ? func.length : n; - return createWrap(func, WRAP_ARY_FLAG, undefined, undefined, undefined, undefined, n); - } - - /** - * Creates a function that invokes `func`, with the `this` binding and arguments - * of the created function, while it's called less than `n` times. Subsequent - * calls to the created function return the result of the last `func` invocation. - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category Function - * @param {number} n The number of calls at which `func` is no longer invoked. - * @param {Function} func The function to restrict. - * @returns {Function} Returns the new restricted function. - * @example - * - * jQuery(element).on('click', _.before(5, addContactToList)); - * // => Allows adding up to 4 contacts to the list. - */ - function before(n, func) { - var result; - if (typeof func != 'function') { - throw new TypeError(FUNC_ERROR_TEXT); - } - n = toInteger(n); - return function() { - if (--n > 0) { - result = func.apply(this, arguments); - } - if (n <= 1) { - func = undefined; - } - return result; - }; - } - - /** - * Creates a function that invokes `func` with the `this` binding of `thisArg` - * and `partials` prepended to the arguments it receives. - * - * The `_.bind.placeholder` value, which defaults to `_` in monolithic builds, - * may be used as a placeholder for partially applied arguments. - * - * **Note:** Unlike native `Function#bind`, this method doesn't set the "length" - * property of bound functions. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Function - * @param {Function} func The function to bind. - * @param {*} thisArg The `this` binding of `func`. - * @param {...*} [partials] The arguments to be partially applied. - * @returns {Function} Returns the new bound function. - * @example - * - * function greet(greeting, punctuation) { - * return greeting + ' ' + this.user + punctuation; - * } - * - * var object = { 'user': 'fred' }; - * - * var bound = _.bind(greet, object, 'hi'); - * bound('!'); - * // => 'hi fred!' - * - * // Bound with placeholders. - * var bound = _.bind(greet, object, _, '!'); - * bound('hi'); - * // => 'hi fred!' - */ - var bind = baseRest(function(func, thisArg, partials) { - var bitmask = WRAP_BIND_FLAG; - if (partials.length) { - var holders = replaceHolders(partials, getHolder(bind)); - bitmask |= WRAP_PARTIAL_FLAG; - } - return createWrap(func, bitmask, thisArg, partials, holders); - }); - - /** - * Creates a function that invokes the method at `object[key]` with `partials` - * prepended to the arguments it receives. - * - * This method differs from `_.bind` by allowing bound functions to reference - * methods that may be redefined or don't yet exist. See - * [Peter Michaux's article](http://peter.michaux.ca/articles/lazy-function-definition-pattern) - * for more details. - * - * The `_.bindKey.placeholder` value, which defaults to `_` in monolithic - * builds, may be used as a placeholder for partially applied arguments. - * - * @static - * @memberOf _ - * @since 0.10.0 - * @category Function - * @param {Object} object The object to invoke the method on. - * @param {string} key The key of the method. - * @param {...*} [partials] The arguments to be partially applied. - * @returns {Function} Returns the new bound function. - * @example - * - * var object = { - * 'user': 'fred', - * 'greet': function(greeting, punctuation) { - * return greeting + ' ' + this.user + punctuation; - * } - * }; - * - * var bound = _.bindKey(object, 'greet', 'hi'); - * bound('!'); - * // => 'hi fred!' - * - * object.greet = function(greeting, punctuation) { - * return greeting + 'ya ' + this.user + punctuation; - * }; - * - * bound('!'); - * // => 'hiya fred!' - * - * // Bound with placeholders. - * var bound = _.bindKey(object, 'greet', _, '!'); - * bound('hi'); - * // => 'hiya fred!' - */ - var bindKey = baseRest(function(object, key, partials) { - var bitmask = WRAP_BIND_FLAG | WRAP_BIND_KEY_FLAG; - if (partials.length) { - var holders = replaceHolders(partials, getHolder(bindKey)); - bitmask |= WRAP_PARTIAL_FLAG; - } - return createWrap(key, bitmask, object, partials, holders); - }); - - /** - * Creates a function that accepts arguments of `func` and either invokes - * `func` returning its result, if at least `arity` number of arguments have - * been provided, or returns a function that accepts the remaining `func` - * arguments, and so on. The arity of `func` may be specified if `func.length` - * is not sufficient. - * - * The `_.curry.placeholder` value, which defaults to `_` in monolithic builds, - * may be used as a placeholder for provided arguments. - * - * **Note:** This method doesn't set the "length" property of curried functions. - * - * @static - * @memberOf _ - * @since 2.0.0 - * @category Function - * @param {Function} func The function to curry. - * @param {number} [arity=func.length] The arity of `func`. - * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. - * @returns {Function} Returns the new curried function. - * @example - * - * var abc = function(a, b, c) { - * return [a, b, c]; - * }; - * - * var curried = _.curry(abc); - * - * curried(1)(2)(3); - * // => [1, 2, 3] - * - * curried(1, 2)(3); - * // => [1, 2, 3] - * - * curried(1, 2, 3); - * // => [1, 2, 3] - * - * // Curried with placeholders. - * curried(1)(_, 3)(2); - * // => [1, 2, 3] - */ - function curry(func, arity, guard) { - arity = guard ? undefined : arity; - var result = createWrap(func, WRAP_CURRY_FLAG, undefined, undefined, undefined, undefined, undefined, arity); - result.placeholder = curry.placeholder; - return result; - } - - /** - * This method is like `_.curry` except that arguments are applied to `func` - * in the manner of `_.partialRight` instead of `_.partial`. - * - * The `_.curryRight.placeholder` value, which defaults to `_` in monolithic - * builds, may be used as a placeholder for provided arguments. - * - * **Note:** This method doesn't set the "length" property of curried functions. - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category Function - * @param {Function} func The function to curry. - * @param {number} [arity=func.length] The arity of `func`. - * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. - * @returns {Function} Returns the new curried function. - * @example - * - * var abc = function(a, b, c) { - * return [a, b, c]; - * }; - * - * var curried = _.curryRight(abc); - * - * curried(3)(2)(1); - * // => [1, 2, 3] - * - * curried(2, 3)(1); - * // => [1, 2, 3] - * - * curried(1, 2, 3); - * // => [1, 2, 3] - * - * // Curried with placeholders. - * curried(3)(1, _)(2); - * // => [1, 2, 3] - */ - function curryRight(func, arity, guard) { - arity = guard ? undefined : arity; - var result = createWrap(func, WRAP_CURRY_RIGHT_FLAG, undefined, undefined, undefined, undefined, undefined, arity); - result.placeholder = curryRight.placeholder; - return result; - } - - /** - * Creates a debounced function that delays invoking `func` until after `wait` - * milliseconds have elapsed since the last time the debounced function was - * invoked. The debounced function comes with a `cancel` method to cancel - * delayed `func` invocations and a `flush` method to immediately invoke them. - * Provide `options` to indicate whether `func` should be invoked on the - * leading and/or trailing edge of the `wait` timeout. The `func` is invoked - * with the last arguments provided to the debounced function. Subsequent - * calls to the debounced function return the result of the last `func` - * invocation. - * - * **Note:** If `leading` and `trailing` options are `true`, `func` is - * invoked on the trailing edge of the timeout only if the debounced function - * is invoked more than once during the `wait` timeout. - * - * If `wait` is `0` and `leading` is `false`, `func` invocation is deferred - * until to the next tick, similar to `setTimeout` with a timeout of `0`. - * - * See [David Corbacho's article](https://css-tricks.com/debouncing-throttling-explained-examples/) - * for details over the differences between `_.debounce` and `_.throttle`. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Function - * @param {Function} func The function to debounce. - * @param {number} [wait=0] The number of milliseconds to delay. - * @param {Object} [options={}] The options object. - * @param {boolean} [options.leading=false] - * Specify invoking on the leading edge of the timeout. - * @param {number} [options.maxWait] - * The maximum time `func` is allowed to be delayed before it's invoked. - * @param {boolean} [options.trailing=true] - * Specify invoking on the trailing edge of the timeout. - * @returns {Function} Returns the new debounced function. - * @example - * - * // Avoid costly calculations while the window size is in flux. - * jQuery(window).on('resize', _.debounce(calculateLayout, 150)); - * - * // Invoke `sendMail` when clicked, debouncing subsequent calls. - * jQuery(element).on('click', _.debounce(sendMail, 300, { - * 'leading': true, - * 'trailing': false - * })); - * - * // Ensure `batchLog` is invoked once after 1 second of debounced calls. - * var debounced = _.debounce(batchLog, 250, { 'maxWait': 1000 }); - * var source = new EventSource('/stream'); - * jQuery(source).on('message', debounced); - * - * // Cancel the trailing debounced invocation. - * jQuery(window).on('popstate', debounced.cancel); - */ - function debounce(func, wait, options) { - var lastArgs, - lastThis, - maxWait, - result, - timerId, - lastCallTime, - lastInvokeTime = 0, - leading = false, - maxing = false, - trailing = true; - - if (typeof func != 'function') { - throw new TypeError(FUNC_ERROR_TEXT); - } - wait = toNumber(wait) || 0; - if (isObject(options)) { - leading = !!options.leading; - maxing = 'maxWait' in options; - maxWait = maxing ? nativeMax(toNumber(options.maxWait) || 0, wait) : maxWait; - trailing = 'trailing' in options ? !!options.trailing : trailing; - } - - function invokeFunc(time) { - var args = lastArgs, - thisArg = lastThis; - - lastArgs = lastThis = undefined; - lastInvokeTime = time; - result = func.apply(thisArg, args); - return result; - } - - function leadingEdge(time) { - // Reset any `maxWait` timer. - lastInvokeTime = time; - // Start the timer for the trailing edge. - timerId = setTimeout(timerExpired, wait); - // Invoke the leading edge. - return leading ? invokeFunc(time) : result; - } - - function remainingWait(time) { - var timeSinceLastCall = time - lastCallTime, - timeSinceLastInvoke = time - lastInvokeTime, - timeWaiting = wait - timeSinceLastCall; - - return maxing - ? nativeMin(timeWaiting, maxWait - timeSinceLastInvoke) - : timeWaiting; - } - - function shouldInvoke(time) { - var timeSinceLastCall = time - lastCallTime, - timeSinceLastInvoke = time - lastInvokeTime; - - // Either this is the first call, activity has stopped and we're at the - // trailing edge, the system time has gone backwards and we're treating - // it as the trailing edge, or we've hit the `maxWait` limit. - return (lastCallTime === undefined || (timeSinceLastCall >= wait) || - (timeSinceLastCall < 0) || (maxing && timeSinceLastInvoke >= maxWait)); - } - - function timerExpired() { - var time = now(); - if (shouldInvoke(time)) { - return trailingEdge(time); - } - // Restart the timer. - timerId = setTimeout(timerExpired, remainingWait(time)); - } - - function trailingEdge(time) { - timerId = undefined; - - // Only invoke if we have `lastArgs` which means `func` has been - // debounced at least once. - if (trailing && lastArgs) { - return invokeFunc(time); - } - lastArgs = lastThis = undefined; - return result; - } - - function cancel() { - if (timerId !== undefined) { - clearTimeout(timerId); - } - lastInvokeTime = 0; - lastArgs = lastCallTime = lastThis = timerId = undefined; - } - - function flush() { - return timerId === undefined ? result : trailingEdge(now()); - } - - function debounced() { - var time = now(), - isInvoking = shouldInvoke(time); - - lastArgs = arguments; - lastThis = this; - lastCallTime = time; - - if (isInvoking) { - if (timerId === undefined) { - return leadingEdge(lastCallTime); - } - if (maxing) { - // Handle invocations in a tight loop. - clearTimeout(timerId); - timerId = setTimeout(timerExpired, wait); - return invokeFunc(lastCallTime); - } - } - if (timerId === undefined) { - timerId = setTimeout(timerExpired, wait); - } - return result; - } - debounced.cancel = cancel; - debounced.flush = flush; - return debounced; - } - - /** - * Defers invoking the `func` until the current call stack has cleared. Any - * additional arguments are provided to `func` when it's invoked. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Function - * @param {Function} func The function to defer. - * @param {...*} [args] The arguments to invoke `func` with. - * @returns {number} Returns the timer id. - * @example - * - * _.defer(function(text) { - * console.log(text); - * }, 'deferred'); - * // => Logs 'deferred' after one millisecond. - */ - var defer = baseRest(function(func, args) { - return baseDelay(func, 1, args); - }); - - /** - * Invokes `func` after `wait` milliseconds. Any additional arguments are - * provided to `func` when it's invoked. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Function - * @param {Function} func The function to delay. - * @param {number} wait The number of milliseconds to delay invocation. - * @param {...*} [args] The arguments to invoke `func` with. - * @returns {number} Returns the timer id. - * @example - * - * _.delay(function(text) { - * console.log(text); - * }, 1000, 'later'); - * // => Logs 'later' after one second. - */ - var delay = baseRest(function(func, wait, args) { - return baseDelay(func, toNumber(wait) || 0, args); - }); - - /** - * Creates a function that invokes `func` with arguments reversed. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Function - * @param {Function} func The function to flip arguments for. - * @returns {Function} Returns the new flipped function. - * @example - * - * var flipped = _.flip(function() { - * return _.toArray(arguments); - * }); - * - * flipped('a', 'b', 'c', 'd'); - * // => ['d', 'c', 'b', 'a'] - */ - function flip(func) { - return createWrap(func, WRAP_FLIP_FLAG); - } - - /** - * Creates a function that memoizes the result of `func`. If `resolver` is - * provided, it determines the cache key for storing the result based on the - * arguments provided to the memoized function. By default, the first argument - * provided to the memoized function is used as the map cache key. The `func` - * is invoked with the `this` binding of the memoized function. - * - * **Note:** The cache is exposed as the `cache` property on the memoized - * function. Its creation may be customized by replacing the `_.memoize.Cache` - * constructor with one whose instances implement the - * [`Map`](http://ecma-international.org/ecma-262/7.0/#sec-properties-of-the-map-prototype-object) - * method interface of `clear`, `delete`, `get`, `has`, and `set`. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Function - * @param {Function} func The function to have its output memoized. - * @param {Function} [resolver] The function to resolve the cache key. - * @returns {Function} Returns the new memoized function. - * @example - * - * var object = { 'a': 1, 'b': 2 }; - * var other = { 'c': 3, 'd': 4 }; - * - * var values = _.memoize(_.values); - * values(object); - * // => [1, 2] - * - * values(other); - * // => [3, 4] - * - * object.a = 2; - * values(object); - * // => [1, 2] - * - * // Modify the result cache. - * values.cache.set(object, ['a', 'b']); - * values(object); - * // => ['a', 'b'] - * - * // Replace `_.memoize.Cache`. - * _.memoize.Cache = WeakMap; - */ - function memoize(func, resolver) { - if (typeof func != 'function' || (resolver != null && typeof resolver != 'function')) { - throw new TypeError(FUNC_ERROR_TEXT); - } - var memoized = function() { - var args = arguments, - key = resolver ? resolver.apply(this, args) : args[0], - cache = memoized.cache; - - if (cache.has(key)) { - return cache.get(key); - } - var result = func.apply(this, args); - memoized.cache = cache.set(key, result) || cache; - return result; - }; - memoized.cache = new (memoize.Cache || MapCache); - return memoized; - } - - // Expose `MapCache`. - memoize.Cache = MapCache; - - /** - * Creates a function that negates the result of the predicate `func`. The - * `func` predicate is invoked with the `this` binding and arguments of the - * created function. - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category Function - * @param {Function} predicate The predicate to negate. - * @returns {Function} Returns the new negated function. - * @example - * - * function isEven(n) { - * return n % 2 == 0; - * } - * - * _.filter([1, 2, 3, 4, 5, 6], _.negate(isEven)); - * // => [1, 3, 5] - */ - function negate(predicate) { - if (typeof predicate != 'function') { - throw new TypeError(FUNC_ERROR_TEXT); - } - return function() { - var args = arguments; - switch (args.length) { - case 0: return !predicate.call(this); - case 1: return !predicate.call(this, args[0]); - case 2: return !predicate.call(this, args[0], args[1]); - case 3: return !predicate.call(this, args[0], args[1], args[2]); - } - return !predicate.apply(this, args); - }; - } - - /** - * Creates a function that is restricted to invoking `func` once. Repeat calls - * to the function return the value of the first invocation. The `func` is - * invoked with the `this` binding and arguments of the created function. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Function - * @param {Function} func The function to restrict. - * @returns {Function} Returns the new restricted function. - * @example - * - * var initialize = _.once(createApplication); - * initialize(); - * initialize(); - * // => `createApplication` is invoked once - */ - function once(func) { - return before(2, func); - } - - /** - * Creates a function that invokes `func` with its arguments transformed. - * - * @static - * @since 4.0.0 - * @memberOf _ - * @category Function - * @param {Function} func The function to wrap. - * @param {...(Function|Function[])} [transforms=[_.identity]] - * The argument transforms. - * @returns {Function} Returns the new function. - * @example - * - * function doubled(n) { - * return n * 2; - * } - * - * function square(n) { - * return n * n; - * } - * - * var func = _.overArgs(function(x, y) { - * return [x, y]; - * }, [square, doubled]); - * - * func(9, 3); - * // => [81, 6] - * - * func(10, 5); - * // => [100, 10] - */ - var overArgs = castRest(function(func, transforms) { - transforms = (transforms.length == 1 && isArray(transforms[0])) - ? arrayMap(transforms[0], baseUnary(getIteratee())) - : arrayMap(baseFlatten(transforms, 1), baseUnary(getIteratee())); - - var funcsLength = transforms.length; - return baseRest(function(args) { - var index = -1, - length = nativeMin(args.length, funcsLength); - - while (++index < length) { - args[index] = transforms[index].call(this, args[index]); - } - return apply(func, this, args); - }); - }); - - /** - * Creates a function that invokes `func` with `partials` prepended to the - * arguments it receives. This method is like `_.bind` except it does **not** - * alter the `this` binding. - * - * The `_.partial.placeholder` value, which defaults to `_` in monolithic - * builds, may be used as a placeholder for partially applied arguments. - * - * **Note:** This method doesn't set the "length" property of partially - * applied functions. - * - * @static - * @memberOf _ - * @since 0.2.0 - * @category Function - * @param {Function} func The function to partially apply arguments to. - * @param {...*} [partials] The arguments to be partially applied. - * @returns {Function} Returns the new partially applied function. - * @example - * - * function greet(greeting, name) { - * return greeting + ' ' + name; - * } - * - * var sayHelloTo = _.partial(greet, 'hello'); - * sayHelloTo('fred'); - * // => 'hello fred' - * - * // Partially applied with placeholders. - * var greetFred = _.partial(greet, _, 'fred'); - * greetFred('hi'); - * // => 'hi fred' - */ - var partial = baseRest(function(func, partials) { - var holders = replaceHolders(partials, getHolder(partial)); - return createWrap(func, WRAP_PARTIAL_FLAG, undefined, partials, holders); - }); - - /** - * This method is like `_.partial` except that partially applied arguments - * are appended to the arguments it receives. - * - * The `_.partialRight.placeholder` value, which defaults to `_` in monolithic - * builds, may be used as a placeholder for partially applied arguments. - * - * **Note:** This method doesn't set the "length" property of partially - * applied functions. - * - * @static - * @memberOf _ - * @since 1.0.0 - * @category Function - * @param {Function} func The function to partially apply arguments to. - * @param {...*} [partials] The arguments to be partially applied. - * @returns {Function} Returns the new partially applied function. - * @example - * - * function greet(greeting, name) { - * return greeting + ' ' + name; - * } - * - * var greetFred = _.partialRight(greet, 'fred'); - * greetFred('hi'); - * // => 'hi fred' - * - * // Partially applied with placeholders. - * var sayHelloTo = _.partialRight(greet, 'hello', _); - * sayHelloTo('fred'); - * // => 'hello fred' - */ - var partialRight = baseRest(function(func, partials) { - var holders = replaceHolders(partials, getHolder(partialRight)); - return createWrap(func, WRAP_PARTIAL_RIGHT_FLAG, undefined, partials, holders); - }); - - /** - * Creates a function that invokes `func` with arguments arranged according - * to the specified `indexes` where the argument value at the first index is - * provided as the first argument, the argument value at the second index is - * provided as the second argument, and so on. - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category Function - * @param {Function} func The function to rearrange arguments for. - * @param {...(number|number[])} indexes The arranged argument indexes. - * @returns {Function} Returns the new function. - * @example - * - * var rearged = _.rearg(function(a, b, c) { - * return [a, b, c]; - * }, [2, 0, 1]); - * - * rearged('b', 'c', 'a') - * // => ['a', 'b', 'c'] - */ - var rearg = flatRest(function(func, indexes) { - return createWrap(func, WRAP_REARG_FLAG, undefined, undefined, undefined, indexes); - }); - - /** - * Creates a function that invokes `func` with the `this` binding of the - * created function and arguments from `start` and beyond provided as - * an array. - * - * **Note:** This method is based on the - * [rest parameter](https://mdn.io/rest_parameters). - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Function - * @param {Function} func The function to apply a rest parameter to. - * @param {number} [start=func.length-1] The start position of the rest parameter. - * @returns {Function} Returns the new function. - * @example - * - * var say = _.rest(function(what, names) { - * return what + ' ' + _.initial(names).join(', ') + - * (_.size(names) > 1 ? ', & ' : '') + _.last(names); - * }); - * - * say('hello', 'fred', 'barney', 'pebbles'); - * // => 'hello fred, barney, & pebbles' - */ - function rest(func, start) { - if (typeof func != 'function') { - throw new TypeError(FUNC_ERROR_TEXT); - } - start = start === undefined ? start : toInteger(start); - return baseRest(func, start); - } - - /** - * Creates a function that invokes `func` with the `this` binding of the - * create function and an array of arguments much like - * [`Function#apply`](http://www.ecma-international.org/ecma-262/7.0/#sec-function.prototype.apply). - * - * **Note:** This method is based on the - * [spread operator](https://mdn.io/spread_operator). - * - * @static - * @memberOf _ - * @since 3.2.0 - * @category Function - * @param {Function} func The function to spread arguments over. - * @param {number} [start=0] The start position of the spread. - * @returns {Function} Returns the new function. - * @example - * - * var say = _.spread(function(who, what) { - * return who + ' says ' + what; - * }); - * - * say(['fred', 'hello']); - * // => 'fred says hello' - * - * var numbers = Promise.all([ - * Promise.resolve(40), - * Promise.resolve(36) - * ]); - * - * numbers.then(_.spread(function(x, y) { - * return x + y; - * })); - * // => a Promise of 76 - */ - function spread(func, start) { - if (typeof func != 'function') { - throw new TypeError(FUNC_ERROR_TEXT); - } - start = start == null ? 0 : nativeMax(toInteger(start), 0); - return baseRest(function(args) { - var array = args[start], - otherArgs = castSlice(args, 0, start); - - if (array) { - arrayPush(otherArgs, array); - } - return apply(func, this, otherArgs); - }); - } - - /** - * Creates a throttled function that only invokes `func` at most once per - * every `wait` milliseconds. The throttled function comes with a `cancel` - * method to cancel delayed `func` invocations and a `flush` method to - * immediately invoke them. Provide `options` to indicate whether `func` - * should be invoked on the leading and/or trailing edge of the `wait` - * timeout. The `func` is invoked with the last arguments provided to the - * throttled function. Subsequent calls to the throttled function return the - * result of the last `func` invocation. - * - * **Note:** If `leading` and `trailing` options are `true`, `func` is - * invoked on the trailing edge of the timeout only if the throttled function - * is invoked more than once during the `wait` timeout. - * - * If `wait` is `0` and `leading` is `false`, `func` invocation is deferred - * until to the next tick, similar to `setTimeout` with a timeout of `0`. - * - * See [David Corbacho's article](https://css-tricks.com/debouncing-throttling-explained-examples/) - * for details over the differences between `_.throttle` and `_.debounce`. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Function - * @param {Function} func The function to throttle. - * @param {number} [wait=0] The number of milliseconds to throttle invocations to. - * @param {Object} [options={}] The options object. - * @param {boolean} [options.leading=true] - * Specify invoking on the leading edge of the timeout. - * @param {boolean} [options.trailing=true] - * Specify invoking on the trailing edge of the timeout. - * @returns {Function} Returns the new throttled function. - * @example - * - * // Avoid excessively updating the position while scrolling. - * jQuery(window).on('scroll', _.throttle(updatePosition, 100)); - * - * // Invoke `renewToken` when the click event is fired, but not more than once every 5 minutes. - * var throttled = _.throttle(renewToken, 300000, { 'trailing': false }); - * jQuery(element).on('click', throttled); - * - * // Cancel the trailing throttled invocation. - * jQuery(window).on('popstate', throttled.cancel); - */ - function throttle(func, wait, options) { - var leading = true, - trailing = true; - - if (typeof func != 'function') { - throw new TypeError(FUNC_ERROR_TEXT); - } - if (isObject(options)) { - leading = 'leading' in options ? !!options.leading : leading; - trailing = 'trailing' in options ? !!options.trailing : trailing; - } - return debounce(func, wait, { - 'leading': leading, - 'maxWait': wait, - 'trailing': trailing - }); - } - - /** - * Creates a function that accepts up to one argument, ignoring any - * additional arguments. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Function - * @param {Function} func The function to cap arguments for. - * @returns {Function} Returns the new capped function. - * @example - * - * _.map(['6', '8', '10'], _.unary(parseInt)); - * // => [6, 8, 10] - */ - function unary(func) { - return ary(func, 1); - } - - /** - * Creates a function that provides `value` to `wrapper` as its first - * argument. Any additional arguments provided to the function are appended - * to those provided to the `wrapper`. The wrapper is invoked with the `this` - * binding of the created function. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Function - * @param {*} value The value to wrap. - * @param {Function} [wrapper=identity] The wrapper function. - * @returns {Function} Returns the new function. - * @example - * - * var p = _.wrap(_.escape, function(func, text) { - * return '<p>' + func(text) + '</p>'; - * }); - * - * p('fred, barney, & pebbles'); - * // => '<p>fred, barney, &amp; pebbles</p>' - */ - function wrap(value, wrapper) { - return partial(castFunction(wrapper), value); - } - - /*------------------------------------------------------------------------*/ - - /** - * Casts `value` as an array if it's not one. - * - * @static - * @memberOf _ - * @since 4.4.0 - * @category Lang - * @param {*} value The value to inspect. - * @returns {Array} Returns the cast array. - * @example - * - * _.castArray(1); - * // => [1] - * - * _.castArray({ 'a': 1 }); - * // => [{ 'a': 1 }] - * - * _.castArray('abc'); - * // => ['abc'] - * - * _.castArray(null); - * // => [null] - * - * _.castArray(undefined); - * // => [undefined] - * - * _.castArray(); - * // => [] - * - * var array = [1, 2, 3]; - * console.log(_.castArray(array) === array); - * // => true - */ - function castArray() { - if (!arguments.length) { - return []; - } - var value = arguments[0]; - return isArray(value) ? value : [value]; - } - - /** - * Creates a shallow clone of `value`. - * - * **Note:** This method is loosely based on the - * [structured clone algorithm](https://mdn.io/Structured_clone_algorithm) - * and supports cloning arrays, array buffers, booleans, date objects, maps, - * numbers, `Object` objects, regexes, sets, strings, symbols, and typed - * arrays. The own enumerable properties of `arguments` objects are cloned - * as plain objects. An empty object is returned for uncloneable values such - * as error objects, functions, DOM nodes, and WeakMaps. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Lang - * @param {*} value The value to clone. - * @returns {*} Returns the cloned value. - * @see _.cloneDeep - * @example - * - * var objects = [{ 'a': 1 }, { 'b': 2 }]; - * - * var shallow = _.clone(objects); - * console.log(shallow[0] === objects[0]); - * // => true - */ - function clone(value) { - return baseClone(value, CLONE_SYMBOLS_FLAG); - } - - /** - * This method is like `_.clone` except that it accepts `customizer` which - * is invoked to produce the cloned value. If `customizer` returns `undefined`, - * cloning is handled by the method instead. The `customizer` is invoked with - * up to four arguments; (value [, index|key, object, stack]). - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Lang - * @param {*} value The value to clone. - * @param {Function} [customizer] The function to customize cloning. - * @returns {*} Returns the cloned value. - * @see _.cloneDeepWith - * @example - * - * function customizer(value) { - * if (_.isElement(value)) { - * return value.cloneNode(false); - * } - * } - * - * var el = _.cloneWith(document.body, customizer); - * - * console.log(el === document.body); - * // => false - * console.log(el.nodeName); - * // => 'BODY' - * console.log(el.childNodes.length); - * // => 0 - */ - function cloneWith(value, customizer) { - customizer = typeof customizer == 'function' ? customizer : undefined; - return baseClone(value, CLONE_SYMBOLS_FLAG, customizer); - } - - /** - * This method is like `_.clone` except that it recursively clones `value`. - * - * @static - * @memberOf _ - * @since 1.0.0 - * @category Lang - * @param {*} value The value to recursively clone. - * @returns {*} Returns the deep cloned value. - * @see _.clone - * @example - * - * var objects = [{ 'a': 1 }, { 'b': 2 }]; - * - * var deep = _.cloneDeep(objects); - * console.log(deep[0] === objects[0]); - * // => false - */ - function cloneDeep(value) { - return baseClone(value, CLONE_DEEP_FLAG | CLONE_SYMBOLS_FLAG); - } - - /** - * This method is like `_.cloneWith` except that it recursively clones `value`. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Lang - * @param {*} value The value to recursively clone. - * @param {Function} [customizer] The function to customize cloning. - * @returns {*} Returns the deep cloned value. - * @see _.cloneWith - * @example - * - * function customizer(value) { - * if (_.isElement(value)) { - * return value.cloneNode(true); - * } - * } - * - * var el = _.cloneDeepWith(document.body, customizer); - * - * console.log(el === document.body); - * // => false - * console.log(el.nodeName); - * // => 'BODY' - * console.log(el.childNodes.length); - * // => 20 - */ - function cloneDeepWith(value, customizer) { - customizer = typeof customizer == 'function' ? customizer : undefined; - return baseClone(value, CLONE_DEEP_FLAG | CLONE_SYMBOLS_FLAG, customizer); - } - - /** - * Checks if `object` conforms to `source` by invoking the predicate - * properties of `source` with the corresponding property values of `object`. - * - * **Note:** This method is equivalent to `_.conforms` when `source` is - * partially applied. - * - * @static - * @memberOf _ - * @since 4.14.0 - * @category Lang - * @param {Object} object The object to inspect. - * @param {Object} source The object of property predicates to conform to. - * @returns {boolean} Returns `true` if `object` conforms, else `false`. - * @example - * - * var object = { 'a': 1, 'b': 2 }; - * - * _.conformsTo(object, { 'b': function(n) { return n > 1; } }); - * // => true - * - * _.conformsTo(object, { 'b': function(n) { return n > 2; } }); - * // => false - */ - function conformsTo(object, source) { - return source == null || baseConformsTo(object, source, keys(source)); - } - - /** - * Performs a - * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) - * comparison between two values to determine if they are equivalent. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Lang - * @param {*} value The value to compare. - * @param {*} other The other value to compare. - * @returns {boolean} Returns `true` if the values are equivalent, else `false`. - * @example - * - * var object = { 'a': 1 }; - * var other = { 'a': 1 }; - * - * _.eq(object, object); - * // => true - * - * _.eq(object, other); - * // => false - * - * _.eq('a', 'a'); - * // => true - * - * _.eq('a', Object('a')); - * // => false - * - * _.eq(NaN, NaN); - * // => true - */ - function eq(value, other) { - return value === other || (value !== value && other !== other); - } - - /** - * Checks if `value` is greater than `other`. - * - * @static - * @memberOf _ - * @since 3.9.0 - * @category Lang - * @param {*} value The value to compare. - * @param {*} other The other value to compare. - * @returns {boolean} Returns `true` if `value` is greater than `other`, - * else `false`. - * @see _.lt - * @example - * - * _.gt(3, 1); - * // => true - * - * _.gt(3, 3); - * // => false - * - * _.gt(1, 3); - * // => false - */ - var gt = createRelationalOperation(baseGt); - - /** - * Checks if `value` is greater than or equal to `other`. - * - * @static - * @memberOf _ - * @since 3.9.0 - * @category Lang - * @param {*} value The value to compare. - * @param {*} other The other value to compare. - * @returns {boolean} Returns `true` if `value` is greater than or equal to - * `other`, else `false`. - * @see _.lte - * @example - * - * _.gte(3, 1); - * // => true - * - * _.gte(3, 3); - * // => true - * - * _.gte(1, 3); - * // => false - */ - var gte = createRelationalOperation(function(value, other) { - return value >= other; - }); - - /** - * Checks if `value` is likely an `arguments` object. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is an `arguments` object, - * else `false`. - * @example - * - * _.isArguments(function() { return arguments; }()); - * // => true - * - * _.isArguments([1, 2, 3]); - * // => false - */ - var isArguments = baseIsArguments(function() { return arguments; }()) ? baseIsArguments : function(value) { - return isObjectLike(value) && hasOwnProperty.call(value, 'callee') && - !propertyIsEnumerable.call(value, 'callee'); - }; - - /** - * Checks if `value` is classified as an `Array` object. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is an array, else `false`. - * @example - * - * _.isArray([1, 2, 3]); - * // => true - * - * _.isArray(document.body.children); - * // => false - * - * _.isArray('abc'); - * // => false - * - * _.isArray(_.noop); - * // => false - */ - var isArray = Array.isArray; - - /** - * Checks if `value` is classified as an `ArrayBuffer` object. - * - * @static - * @memberOf _ - * @since 4.3.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is an array buffer, else `false`. - * @example - * - * _.isArrayBuffer(new ArrayBuffer(2)); - * // => true - * - * _.isArrayBuffer(new Array(2)); - * // => false - */ - var isArrayBuffer = nodeIsArrayBuffer ? baseUnary(nodeIsArrayBuffer) : baseIsArrayBuffer; - - /** - * Checks if `value` is array-like. A value is considered array-like if it's - * not a function and has a `value.length` that's an integer greater than or - * equal to `0` and less than or equal to `Number.MAX_SAFE_INTEGER`. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is array-like, else `false`. - * @example - * - * _.isArrayLike([1, 2, 3]); - * // => true - * - * _.isArrayLike(document.body.children); - * // => true - * - * _.isArrayLike('abc'); - * // => true - * - * _.isArrayLike(_.noop); - * // => false - */ - function isArrayLike(value) { - return value != null && isLength(value.length) && !isFunction(value); - } - - /** - * This method is like `_.isArrayLike` except that it also checks if `value` - * is an object. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is an array-like object, - * else `false`. - * @example - * - * _.isArrayLikeObject([1, 2, 3]); - * // => true - * - * _.isArrayLikeObject(document.body.children); - * // => true - * - * _.isArrayLikeObject('abc'); - * // => false - * - * _.isArrayLikeObject(_.noop); - * // => false - */ - function isArrayLikeObject(value) { - return isObjectLike(value) && isArrayLike(value); - } - - /** - * Checks if `value` is classified as a boolean primitive or object. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is a boolean, else `false`. - * @example - * - * _.isBoolean(false); - * // => true - * - * _.isBoolean(null); - * // => false - */ - function isBoolean(value) { - return value === true || value === false || - (isObjectLike(value) && baseGetTag(value) == boolTag); - } - - /** - * Checks if `value` is a buffer. - * - * @static - * @memberOf _ - * @since 4.3.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is a buffer, else `false`. - * @example - * - * _.isBuffer(new Buffer(2)); - * // => true - * - * _.isBuffer(new Uint8Array(2)); - * // => false - */ - var isBuffer = nativeIsBuffer || stubFalse; - - /** - * Checks if `value` is classified as a `Date` object. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is a date object, else `false`. - * @example - * - * _.isDate(new Date); - * // => true - * - * _.isDate('Mon April 23 2012'); - * // => false - */ - var isDate = nodeIsDate ? baseUnary(nodeIsDate) : baseIsDate; - - /** - * Checks if `value` is likely a DOM element. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is a DOM element, else `false`. - * @example - * - * _.isElement(document.body); - * // => true - * - * _.isElement('<body>'); - * // => false - */ - function isElement(value) { - return isObjectLike(value) && value.nodeType === 1 && !isPlainObject(value); - } - - /** - * Checks if `value` is an empty object, collection, map, or set. - * - * Objects are considered empty if they have no own enumerable string keyed - * properties. - * - * Array-like values such as `arguments` objects, arrays, buffers, strings, or - * jQuery-like collections are considered empty if they have a `length` of `0`. - * Similarly, maps and sets are considered empty if they have a `size` of `0`. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is empty, else `false`. - * @example - * - * _.isEmpty(null); - * // => true - * - * _.isEmpty(true); - * // => true - * - * _.isEmpty(1); - * // => true - * - * _.isEmpty([1, 2, 3]); - * // => false - * - * _.isEmpty({ 'a': 1 }); - * // => false - */ - function isEmpty(value) { - if (value == null) { - return true; - } - if (isArrayLike(value) && - (isArray(value) || typeof value == 'string' || typeof value.splice == 'function' || - isBuffer(value) || isTypedArray(value) || isArguments(value))) { - return !value.length; - } - var tag = getTag(value); - if (tag == mapTag || tag == setTag) { - return !value.size; - } - if (isPrototype(value)) { - return !baseKeys(value).length; - } - for (var key in value) { - if (hasOwnProperty.call(value, key)) { - return false; - } - } - return true; - } - - /** - * Performs a deep comparison between two values to determine if they are - * equivalent. - * - * **Note:** This method supports comparing arrays, array buffers, booleans, - * date objects, error objects, maps, numbers, `Object` objects, regexes, - * sets, strings, symbols, and typed arrays. `Object` objects are compared - * by their own, not inherited, enumerable properties. Functions and DOM - * nodes are compared by strict equality, i.e. `===`. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Lang - * @param {*} value The value to compare. - * @param {*} other The other value to compare. - * @returns {boolean} Returns `true` if the values are equivalent, else `false`. - * @example - * - * var object = { 'a': 1 }; - * var other = { 'a': 1 }; - * - * _.isEqual(object, other); - * // => true - * - * object === other; - * // => false - */ - function isEqual(value, other) { - return baseIsEqual(value, other); - } - - /** - * This method is like `_.isEqual` except that it accepts `customizer` which - * is invoked to compare values. If `customizer` returns `undefined`, comparisons - * are handled by the method instead. The `customizer` is invoked with up to - * six arguments: (objValue, othValue [, index|key, object, other, stack]). - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Lang - * @param {*} value The value to compare. - * @param {*} other The other value to compare. - * @param {Function} [customizer] The function to customize comparisons. - * @returns {boolean} Returns `true` if the values are equivalent, else `false`. - * @example - * - * function isGreeting(value) { - * return /^h(?:i|ello)$/.test(value); - * } - * - * function customizer(objValue, othValue) { - * if (isGreeting(objValue) && isGreeting(othValue)) { - * return true; - * } - * } - * - * var array = ['hello', 'goodbye']; - * var other = ['hi', 'goodbye']; - * - * _.isEqualWith(array, other, customizer); - * // => true - */ - function isEqualWith(value, other, customizer) { - customizer = typeof customizer == 'function' ? customizer : undefined; - var result = customizer ? customizer(value, other) : undefined; - return result === undefined ? baseIsEqual(value, other, undefined, customizer) : !!result; - } - - /** - * Checks if `value` is an `Error`, `EvalError`, `RangeError`, `ReferenceError`, - * `SyntaxError`, `TypeError`, or `URIError` object. - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is an error object, else `false`. - * @example - * - * _.isError(new Error); - * // => true - * - * _.isError(Error); - * // => false - */ - function isError(value) { - if (!isObjectLike(value)) { - return false; - } - var tag = baseGetTag(value); - return tag == errorTag || tag == domExcTag || - (typeof value.message == 'string' && typeof value.name == 'string' && !isPlainObject(value)); - } - - /** - * Checks if `value` is a finite primitive number. - * - * **Note:** This method is based on - * [`Number.isFinite`](https://mdn.io/Number/isFinite). - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is a finite number, else `false`. - * @example - * - * _.isFinite(3); - * // => true - * - * _.isFinite(Number.MIN_VALUE); - * // => true - * - * _.isFinite(Infinity); - * // => false - * - * _.isFinite('3'); - * // => false - */ - function isFinite(value) { - return typeof value == 'number' && nativeIsFinite(value); - } - - /** - * Checks if `value` is classified as a `Function` object. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is a function, else `false`. - * @example - * - * _.isFunction(_); - * // => true - * - * _.isFunction(/abc/); - * // => false - */ - function isFunction(value) { - if (!isObject(value)) { - return false; - } - // The use of `Object#toString` avoids issues with the `typeof` operator - // in Safari 9 which returns 'object' for typed arrays and other constructors. - var tag = baseGetTag(value); - return tag == funcTag || tag == genTag || tag == asyncTag || tag == proxyTag; - } - - /** - * Checks if `value` is an integer. - * - * **Note:** This method is based on - * [`Number.isInteger`](https://mdn.io/Number/isInteger). - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is an integer, else `false`. - * @example - * - * _.isInteger(3); - * // => true - * - * _.isInteger(Number.MIN_VALUE); - * // => false - * - * _.isInteger(Infinity); - * // => false - * - * _.isInteger('3'); - * // => false - */ - function isInteger(value) { - return typeof value == 'number' && value == toInteger(value); - } - - /** - * Checks if `value` is a valid array-like length. - * - * **Note:** This method is loosely based on - * [`ToLength`](http://ecma-international.org/ecma-262/7.0/#sec-tolength). - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is a valid length, else `false`. - * @example - * - * _.isLength(3); - * // => true - * - * _.isLength(Number.MIN_VALUE); - * // => false - * - * _.isLength(Infinity); - * // => false - * - * _.isLength('3'); - * // => false - */ - function isLength(value) { - return typeof value == 'number' && - value > -1 && value % 1 == 0 && value <= MAX_SAFE_INTEGER; - } - - /** - * Checks if `value` is the - * [language type](http://www.ecma-international.org/ecma-262/7.0/#sec-ecmascript-language-types) - * of `Object`. (e.g. arrays, functions, objects, regexes, `new Number(0)`, and `new String('')`) - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is an object, else `false`. - * @example - * - * _.isObject({}); - * // => true - * - * _.isObject([1, 2, 3]); - * // => true - * - * _.isObject(_.noop); - * // => true - * - * _.isObject(null); - * // => false - */ - function isObject(value) { - var type = typeof value; - return value != null && (type == 'object' || type == 'function'); - } - - /** - * Checks if `value` is object-like. A value is object-like if it's not `null` - * and has a `typeof` result of "object". - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is object-like, else `false`. - * @example - * - * _.isObjectLike({}); - * // => true - * - * _.isObjectLike([1, 2, 3]); - * // => true - * - * _.isObjectLike(_.noop); - * // => false - * - * _.isObjectLike(null); - * // => false - */ - function isObjectLike(value) { - return value != null && typeof value == 'object'; - } - - /** - * Checks if `value` is classified as a `Map` object. - * - * @static - * @memberOf _ - * @since 4.3.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is a map, else `false`. - * @example - * - * _.isMap(new Map); - * // => true - * - * _.isMap(new WeakMap); - * // => false - */ - var isMap = nodeIsMap ? baseUnary(nodeIsMap) : baseIsMap; - - /** - * Performs a partial deep comparison between `object` and `source` to - * determine if `object` contains equivalent property values. - * - * **Note:** This method is equivalent to `_.matches` when `source` is - * partially applied. - * - * Partial comparisons will match empty array and empty object `source` - * values against any array or object value, respectively. See `_.isEqual` - * for a list of supported value comparisons. - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category Lang - * @param {Object} object The object to inspect. - * @param {Object} source The object of property values to match. - * @returns {boolean} Returns `true` if `object` is a match, else `false`. - * @example - * - * var object = { 'a': 1, 'b': 2 }; - * - * _.isMatch(object, { 'b': 2 }); - * // => true - * - * _.isMatch(object, { 'b': 1 }); - * // => false - */ - function isMatch(object, source) { - return object === source || baseIsMatch(object, source, getMatchData(source)); - } - - /** - * This method is like `_.isMatch` except that it accepts `customizer` which - * is invoked to compare values. If `customizer` returns `undefined`, comparisons - * are handled by the method instead. The `customizer` is invoked with five - * arguments: (objValue, srcValue, index|key, object, source). - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Lang - * @param {Object} object The object to inspect. - * @param {Object} source The object of property values to match. - * @param {Function} [customizer] The function to customize comparisons. - * @returns {boolean} Returns `true` if `object` is a match, else `false`. - * @example - * - * function isGreeting(value) { - * return /^h(?:i|ello)$/.test(value); - * } - * - * function customizer(objValue, srcValue) { - * if (isGreeting(objValue) && isGreeting(srcValue)) { - * return true; - * } - * } - * - * var object = { 'greeting': 'hello' }; - * var source = { 'greeting': 'hi' }; - * - * _.isMatchWith(object, source, customizer); - * // => true - */ - function isMatchWith(object, source, customizer) { - customizer = typeof customizer == 'function' ? customizer : undefined; - return baseIsMatch(object, source, getMatchData(source), customizer); - } - - /** - * Checks if `value` is `NaN`. - * - * **Note:** This method is based on - * [`Number.isNaN`](https://mdn.io/Number/isNaN) and is not the same as - * global [`isNaN`](https://mdn.io/isNaN) which returns `true` for - * `undefined` and other non-number values. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is `NaN`, else `false`. - * @example - * - * _.isNaN(NaN); - * // => true - * - * _.isNaN(new Number(NaN)); - * // => true - * - * isNaN(undefined); - * // => true - * - * _.isNaN(undefined); - * // => false - */ - function isNaN(value) { - // An `NaN` primitive is the only value that is not equal to itself. - // Perform the `toStringTag` check first to avoid errors with some - // ActiveX objects in IE. - return isNumber(value) && value != +value; - } - - /** - * Checks if `value` is a pristine native function. - * - * **Note:** This method can't reliably detect native functions in the presence - * of the core-js package because core-js circumvents this kind of detection. - * Despite multiple requests, the core-js maintainer has made it clear: any - * attempt to fix the detection will be obstructed. As a result, we're left - * with little choice but to throw an error. Unfortunately, this also affects - * packages, like [babel-polyfill](https://www.npmjs.com/package/babel-polyfill), - * which rely on core-js. - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is a native function, - * else `false`. - * @example - * - * _.isNative(Array.prototype.push); - * // => true - * - * _.isNative(_); - * // => false - */ - function isNative(value) { - if (isMaskable(value)) { - throw new Error(CORE_ERROR_TEXT); - } - return baseIsNative(value); - } - - /** - * Checks if `value` is `null`. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is `null`, else `false`. - * @example - * - * _.isNull(null); - * // => true - * - * _.isNull(void 0); - * // => false - */ - function isNull(value) { - return value === null; - } - - /** - * Checks if `value` is `null` or `undefined`. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is nullish, else `false`. - * @example - * - * _.isNil(null); - * // => true - * - * _.isNil(void 0); - * // => true - * - * _.isNil(NaN); - * // => false - */ - function isNil(value) { - return value == null; - } - - /** - * Checks if `value` is classified as a `Number` primitive or object. - * - * **Note:** To exclude `Infinity`, `-Infinity`, and `NaN`, which are - * classified as numbers, use the `_.isFinite` method. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is a number, else `false`. - * @example - * - * _.isNumber(3); - * // => true - * - * _.isNumber(Number.MIN_VALUE); - * // => true - * - * _.isNumber(Infinity); - * // => true - * - * _.isNumber('3'); - * // => false - */ - function isNumber(value) { - return typeof value == 'number' || - (isObjectLike(value) && baseGetTag(value) == numberTag); - } - - /** - * Checks if `value` is a plain object, that is, an object created by the - * `Object` constructor or one with a `[[Prototype]]` of `null`. - * - * @static - * @memberOf _ - * @since 0.8.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is a plain object, else `false`. - * @example - * - * function Foo() { - * this.a = 1; - * } - * - * _.isPlainObject(new Foo); - * // => false - * - * _.isPlainObject([1, 2, 3]); - * // => false - * - * _.isPlainObject({ 'x': 0, 'y': 0 }); - * // => true - * - * _.isPlainObject(Object.create(null)); - * // => true - */ - function isPlainObject(value) { - if (!isObjectLike(value) || baseGetTag(value) != objectTag) { - return false; - } - var proto = getPrototype(value); - if (proto === null) { - return true; - } - var Ctor = hasOwnProperty.call(proto, 'constructor') && proto.constructor; - return typeof Ctor == 'function' && Ctor instanceof Ctor && - funcToString.call(Ctor) == objectCtorString; - } - - /** - * Checks if `value` is classified as a `RegExp` object. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is a regexp, else `false`. - * @example - * - * _.isRegExp(/abc/); - * // => true - * - * _.isRegExp('/abc/'); - * // => false - */ - var isRegExp = nodeIsRegExp ? baseUnary(nodeIsRegExp) : baseIsRegExp; - - /** - * Checks if `value` is a safe integer. An integer is safe if it's an IEEE-754 - * double precision number which isn't the result of a rounded unsafe integer. - * - * **Note:** This method is based on - * [`Number.isSafeInteger`](https://mdn.io/Number/isSafeInteger). - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is a safe integer, else `false`. - * @example - * - * _.isSafeInteger(3); - * // => true - * - * _.isSafeInteger(Number.MIN_VALUE); - * // => false - * - * _.isSafeInteger(Infinity); - * // => false - * - * _.isSafeInteger('3'); - * // => false - */ - function isSafeInteger(value) { - return isInteger(value) && value >= -MAX_SAFE_INTEGER && value <= MAX_SAFE_INTEGER; - } - - /** - * Checks if `value` is classified as a `Set` object. - * - * @static - * @memberOf _ - * @since 4.3.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is a set, else `false`. - * @example - * - * _.isSet(new Set); - * // => true - * - * _.isSet(new WeakSet); - * // => false - */ - var isSet = nodeIsSet ? baseUnary(nodeIsSet) : baseIsSet; - - /** - * Checks if `value` is classified as a `String` primitive or object. - * - * @static - * @since 0.1.0 - * @memberOf _ - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is a string, else `false`. - * @example - * - * _.isString('abc'); - * // => true - * - * _.isString(1); - * // => false - */ - function isString(value) { - return typeof value == 'string' || - (!isArray(value) && isObjectLike(value) && baseGetTag(value) == stringTag); - } - - /** - * Checks if `value` is classified as a `Symbol` primitive or object. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is a symbol, else `false`. - * @example - * - * _.isSymbol(Symbol.iterator); - * // => true - * - * _.isSymbol('abc'); - * // => false - */ - function isSymbol(value) { - return typeof value == 'symbol' || - (isObjectLike(value) && baseGetTag(value) == symbolTag); - } - - /** - * Checks if `value` is classified as a typed array. - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is a typed array, else `false`. - * @example - * - * _.isTypedArray(new Uint8Array); - * // => true - * - * _.isTypedArray([]); - * // => false - */ - var isTypedArray = nodeIsTypedArray ? baseUnary(nodeIsTypedArray) : baseIsTypedArray; - - /** - * Checks if `value` is `undefined`. - * - * @static - * @since 0.1.0 - * @memberOf _ - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is `undefined`, else `false`. - * @example - * - * _.isUndefined(void 0); - * // => true - * - * _.isUndefined(null); - * // => false - */ - function isUndefined(value) { - return value === undefined; - } - - /** - * Checks if `value` is classified as a `WeakMap` object. - * - * @static - * @memberOf _ - * @since 4.3.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is a weak map, else `false`. - * @example - * - * _.isWeakMap(new WeakMap); - * // => true - * - * _.isWeakMap(new Map); - * // => false - */ - function isWeakMap(value) { - return isObjectLike(value) && getTag(value) == weakMapTag; - } - - /** - * Checks if `value` is classified as a `WeakSet` object. - * - * @static - * @memberOf _ - * @since 4.3.0 - * @category Lang - * @param {*} value The value to check. - * @returns {boolean} Returns `true` if `value` is a weak set, else `false`. - * @example - * - * _.isWeakSet(new WeakSet); - * // => true - * - * _.isWeakSet(new Set); - * // => false - */ - function isWeakSet(value) { - return isObjectLike(value) && baseGetTag(value) == weakSetTag; - } - - /** - * Checks if `value` is less than `other`. - * - * @static - * @memberOf _ - * @since 3.9.0 - * @category Lang - * @param {*} value The value to compare. - * @param {*} other The other value to compare. - * @returns {boolean} Returns `true` if `value` is less than `other`, - * else `false`. - * @see _.gt - * @example - * - * _.lt(1, 3); - * // => true - * - * _.lt(3, 3); - * // => false - * - * _.lt(3, 1); - * // => false - */ - var lt = createRelationalOperation(baseLt); - - /** - * Checks if `value` is less than or equal to `other`. - * - * @static - * @memberOf _ - * @since 3.9.0 - * @category Lang - * @param {*} value The value to compare. - * @param {*} other The other value to compare. - * @returns {boolean} Returns `true` if `value` is less than or equal to - * `other`, else `false`. - * @see _.gte - * @example - * - * _.lte(1, 3); - * // => true - * - * _.lte(3, 3); - * // => true - * - * _.lte(3, 1); - * // => false - */ - var lte = createRelationalOperation(function(value, other) { - return value <= other; - }); - - /** - * Converts `value` to an array. - * - * @static - * @since 0.1.0 - * @memberOf _ - * @category Lang - * @param {*} value The value to convert. - * @returns {Array} Returns the converted array. - * @example - * - * _.toArray({ 'a': 1, 'b': 2 }); - * // => [1, 2] - * - * _.toArray('abc'); - * // => ['a', 'b', 'c'] - * - * _.toArray(1); - * // => [] - * - * _.toArray(null); - * // => [] - */ - function toArray(value) { - if (!value) { - return []; - } - if (isArrayLike(value)) { - return isString(value) ? stringToArray(value) : copyArray(value); - } - if (symIterator && value[symIterator]) { - return iteratorToArray(value[symIterator]()); - } - var tag = getTag(value), - func = tag == mapTag ? mapToArray : (tag == setTag ? setToArray : values); - - return func(value); - } - - /** - * Converts `value` to a finite number. - * - * @static - * @memberOf _ - * @since 4.12.0 - * @category Lang - * @param {*} value The value to convert. - * @returns {number} Returns the converted number. - * @example - * - * _.toFinite(3.2); - * // => 3.2 - * - * _.toFinite(Number.MIN_VALUE); - * // => 5e-324 - * - * _.toFinite(Infinity); - * // => 1.7976931348623157e+308 - * - * _.toFinite('3.2'); - * // => 3.2 - */ - function toFinite(value) { - if (!value) { - return value === 0 ? value : 0; - } - value = toNumber(value); - if (value === INFINITY || value === -INFINITY) { - var sign = (value < 0 ? -1 : 1); - return sign * MAX_INTEGER; - } - return value === value ? value : 0; - } - - /** - * Converts `value` to an integer. - * - * **Note:** This method is loosely based on - * [`ToInteger`](http://www.ecma-international.org/ecma-262/7.0/#sec-tointeger). - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Lang - * @param {*} value The value to convert. - * @returns {number} Returns the converted integer. - * @example - * - * _.toInteger(3.2); - * // => 3 - * - * _.toInteger(Number.MIN_VALUE); - * // => 0 - * - * _.toInteger(Infinity); - * // => 1.7976931348623157e+308 - * - * _.toInteger('3.2'); - * // => 3 - */ - function toInteger(value) { - var result = toFinite(value), - remainder = result % 1; - - return result === result ? (remainder ? result - remainder : result) : 0; - } - - /** - * Converts `value` to an integer suitable for use as the length of an - * array-like object. - * - * **Note:** This method is based on - * [`ToLength`](http://ecma-international.org/ecma-262/7.0/#sec-tolength). - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Lang - * @param {*} value The value to convert. - * @returns {number} Returns the converted integer. - * @example - * - * _.toLength(3.2); - * // => 3 - * - * _.toLength(Number.MIN_VALUE); - * // => 0 - * - * _.toLength(Infinity); - * // => 4294967295 - * - * _.toLength('3.2'); - * // => 3 - */ - function toLength(value) { - return value ? baseClamp(toInteger(value), 0, MAX_ARRAY_LENGTH) : 0; - } - - /** - * Converts `value` to a number. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Lang - * @param {*} value The value to process. - * @returns {number} Returns the number. - * @example - * - * _.toNumber(3.2); - * // => 3.2 - * - * _.toNumber(Number.MIN_VALUE); - * // => 5e-324 - * - * _.toNumber(Infinity); - * // => Infinity - * - * _.toNumber('3.2'); - * // => 3.2 - */ - function toNumber(value) { - if (typeof value == 'number') { - return value; - } - if (isSymbol(value)) { - return NAN; - } - if (isObject(value)) { - var other = typeof value.valueOf == 'function' ? value.valueOf() : value; - value = isObject(other) ? (other + '') : other; - } - if (typeof value != 'string') { - return value === 0 ? value : +value; - } - value = baseTrim(value); - var isBinary = reIsBinary.test(value); - return (isBinary || reIsOctal.test(value)) - ? freeParseInt(value.slice(2), isBinary ? 2 : 8) - : (reIsBadHex.test(value) ? NAN : +value); - } - - /** - * Converts `value` to a plain object flattening inherited enumerable string - * keyed properties of `value` to own properties of the plain object. - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category Lang - * @param {*} value The value to convert. - * @returns {Object} Returns the converted plain object. - * @example - * - * function Foo() { - * this.b = 2; - * } - * - * Foo.prototype.c = 3; - * - * _.assign({ 'a': 1 }, new Foo); - * // => { 'a': 1, 'b': 2 } - * - * _.assign({ 'a': 1 }, _.toPlainObject(new Foo)); - * // => { 'a': 1, 'b': 2, 'c': 3 } - */ - function toPlainObject(value) { - return copyObject(value, keysIn(value)); - } - - /** - * Converts `value` to a safe integer. A safe integer can be compared and - * represented correctly. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Lang - * @param {*} value The value to convert. - * @returns {number} Returns the converted integer. - * @example - * - * _.toSafeInteger(3.2); - * // => 3 - * - * _.toSafeInteger(Number.MIN_VALUE); - * // => 0 - * - * _.toSafeInteger(Infinity); - * // => 9007199254740991 - * - * _.toSafeInteger('3.2'); - * // => 3 - */ - function toSafeInteger(value) { - return value - ? baseClamp(toInteger(value), -MAX_SAFE_INTEGER, MAX_SAFE_INTEGER) - : (value === 0 ? value : 0); - } - - /** - * Converts `value` to a string. An empty string is returned for `null` - * and `undefined` values. The sign of `-0` is preserved. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Lang - * @param {*} value The value to convert. - * @returns {string} Returns the converted string. - * @example - * - * _.toString(null); - * // => '' - * - * _.toString(-0); - * // => '-0' - * - * _.toString([1, 2, 3]); - * // => '1,2,3' - */ - function toString(value) { - return value == null ? '' : baseToString(value); - } - - /*------------------------------------------------------------------------*/ - - /** - * Assigns own enumerable string keyed properties of source objects to the - * destination object. Source objects are applied from left to right. - * Subsequent sources overwrite property assignments of previous sources. - * - * **Note:** This method mutates `object` and is loosely based on - * [`Object.assign`](https://mdn.io/Object/assign). - * - * @static - * @memberOf _ - * @since 0.10.0 - * @category Object - * @param {Object} object The destination object. - * @param {...Object} [sources] The source objects. - * @returns {Object} Returns `object`. - * @see _.assignIn - * @example - * - * function Foo() { - * this.a = 1; - * } - * - * function Bar() { - * this.c = 3; - * } - * - * Foo.prototype.b = 2; - * Bar.prototype.d = 4; - * - * _.assign({ 'a': 0 }, new Foo, new Bar); - * // => { 'a': 1, 'c': 3 } - */ - var assign = createAssigner(function(object, source) { - if (isPrototype(source) || isArrayLike(source)) { - copyObject(source, keys(source), object); - return; - } - for (var key in source) { - if (hasOwnProperty.call(source, key)) { - assignValue(object, key, source[key]); - } - } - }); - - /** - * This method is like `_.assign` except that it iterates over own and - * inherited source properties. - * - * **Note:** This method mutates `object`. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @alias extend - * @category Object - * @param {Object} object The destination object. - * @param {...Object} [sources] The source objects. - * @returns {Object} Returns `object`. - * @see _.assign - * @example - * - * function Foo() { - * this.a = 1; - * } - * - * function Bar() { - * this.c = 3; - * } - * - * Foo.prototype.b = 2; - * Bar.prototype.d = 4; - * - * _.assignIn({ 'a': 0 }, new Foo, new Bar); - * // => { 'a': 1, 'b': 2, 'c': 3, 'd': 4 } - */ - var assignIn = createAssigner(function(object, source) { - copyObject(source, keysIn(source), object); - }); - - /** - * This method is like `_.assignIn` except that it accepts `customizer` - * which is invoked to produce the assigned values. If `customizer` returns - * `undefined`, assignment is handled by the method instead. The `customizer` - * is invoked with five arguments: (objValue, srcValue, key, object, source). - * - * **Note:** This method mutates `object`. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @alias extendWith - * @category Object - * @param {Object} object The destination object. - * @param {...Object} sources The source objects. - * @param {Function} [customizer] The function to customize assigned values. - * @returns {Object} Returns `object`. - * @see _.assignWith - * @example - * - * function customizer(objValue, srcValue) { - * return _.isUndefined(objValue) ? srcValue : objValue; - * } - * - * var defaults = _.partialRight(_.assignInWith, customizer); - * - * defaults({ 'a': 1 }, { 'b': 2 }, { 'a': 3 }); - * // => { 'a': 1, 'b': 2 } - */ - var assignInWith = createAssigner(function(object, source, srcIndex, customizer) { - copyObject(source, keysIn(source), object, customizer); - }); - - /** - * This method is like `_.assign` except that it accepts `customizer` - * which is invoked to produce the assigned values. If `customizer` returns - * `undefined`, assignment is handled by the method instead. The `customizer` - * is invoked with five arguments: (objValue, srcValue, key, object, source). - * - * **Note:** This method mutates `object`. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Object - * @param {Object} object The destination object. - * @param {...Object} sources The source objects. - * @param {Function} [customizer] The function to customize assigned values. - * @returns {Object} Returns `object`. - * @see _.assignInWith - * @example - * - * function customizer(objValue, srcValue) { - * return _.isUndefined(objValue) ? srcValue : objValue; - * } - * - * var defaults = _.partialRight(_.assignWith, customizer); - * - * defaults({ 'a': 1 }, { 'b': 2 }, { 'a': 3 }); - * // => { 'a': 1, 'b': 2 } - */ - var assignWith = createAssigner(function(object, source, srcIndex, customizer) { - copyObject(source, keys(source), object, customizer); - }); - - /** - * Creates an array of values corresponding to `paths` of `object`. - * - * @static - * @memberOf _ - * @since 1.0.0 - * @category Object - * @param {Object} object The object to iterate over. - * @param {...(string|string[])} [paths] The property paths to pick. - * @returns {Array} Returns the picked values. - * @example - * - * var object = { 'a': [{ 'b': { 'c': 3 } }, 4] }; - * - * _.at(object, ['a[0].b.c', 'a[1]']); - * // => [3, 4] - */ - var at = flatRest(baseAt); - - /** - * Creates an object that inherits from the `prototype` object. If a - * `properties` object is given, its own enumerable string keyed properties - * are assigned to the created object. - * - * @static - * @memberOf _ - * @since 2.3.0 - * @category Object - * @param {Object} prototype The object to inherit from. - * @param {Object} [properties] The properties to assign to the object. - * @returns {Object} Returns the new object. - * @example - * - * function Shape() { - * this.x = 0; - * this.y = 0; - * } - * - * function Circle() { - * Shape.call(this); - * } - * - * Circle.prototype = _.create(Shape.prototype, { - * 'constructor': Circle - * }); - * - * var circle = new Circle; - * circle instanceof Circle; - * // => true - * - * circle instanceof Shape; - * // => true - */ - function create(prototype, properties) { - var result = baseCreate(prototype); - return properties == null ? result : baseAssign(result, properties); - } - - /** - * Assigns own and inherited enumerable string keyed properties of source - * objects to the destination object for all destination properties that - * resolve to `undefined`. Source objects are applied from left to right. - * Once a property is set, additional values of the same property are ignored. - * - * **Note:** This method mutates `object`. - * - * @static - * @since 0.1.0 - * @memberOf _ - * @category Object - * @param {Object} object The destination object. - * @param {...Object} [sources] The source objects. - * @returns {Object} Returns `object`. - * @see _.defaultsDeep - * @example - * - * _.defaults({ 'a': 1 }, { 'b': 2 }, { 'a': 3 }); - * // => { 'a': 1, 'b': 2 } - */ - var defaults = baseRest(function(object, sources) { - object = Object(object); - - var index = -1; - var length = sources.length; - var guard = length > 2 ? sources[2] : undefined; - - if (guard && isIterateeCall(sources[0], sources[1], guard)) { - length = 1; - } - - while (++index < length) { - var source = sources[index]; - var props = keysIn(source); - var propsIndex = -1; - var propsLength = props.length; - - while (++propsIndex < propsLength) { - var key = props[propsIndex]; - var value = object[key]; - - if (value === undefined || - (eq(value, objectProto[key]) && !hasOwnProperty.call(object, key))) { - object[key] = source[key]; - } - } - } - - return object; - }); - - /** - * This method is like `_.defaults` except that it recursively assigns - * default properties. - * - * **Note:** This method mutates `object`. - * - * @static - * @memberOf _ - * @since 3.10.0 - * @category Object - * @param {Object} object The destination object. - * @param {...Object} [sources] The source objects. - * @returns {Object} Returns `object`. - * @see _.defaults - * @example - * - * _.defaultsDeep({ 'a': { 'b': 2 } }, { 'a': { 'b': 1, 'c': 3 } }); - * // => { 'a': { 'b': 2, 'c': 3 } } - */ - var defaultsDeep = baseRest(function(args) { - args.push(undefined, customDefaultsMerge); - return apply(mergeWith, undefined, args); - }); - - /** - * This method is like `_.find` except that it returns the key of the first - * element `predicate` returns truthy for instead of the element itself. - * - * @static - * @memberOf _ - * @since 1.1.0 - * @category Object - * @param {Object} object The object to inspect. - * @param {Function} [predicate=_.identity] The function invoked per iteration. - * @returns {string|undefined} Returns the key of the matched element, - * else `undefined`. - * @example - * - * var users = { - * 'barney': { 'age': 36, 'active': true }, - * 'fred': { 'age': 40, 'active': false }, - * 'pebbles': { 'age': 1, 'active': true } - * }; - * - * _.findKey(users, function(o) { return o.age < 40; }); - * // => 'barney' (iteration order is not guaranteed) - * - * // The `_.matches` iteratee shorthand. - * _.findKey(users, { 'age': 1, 'active': true }); - * // => 'pebbles' - * - * // The `_.matchesProperty` iteratee shorthand. - * _.findKey(users, ['active', false]); - * // => 'fred' - * - * // The `_.property` iteratee shorthand. - * _.findKey(users, 'active'); - * // => 'barney' - */ - function findKey(object, predicate) { - return baseFindKey(object, getIteratee(predicate, 3), baseForOwn); - } - - /** - * This method is like `_.findKey` except that it iterates over elements of - * a collection in the opposite order. - * - * @static - * @memberOf _ - * @since 2.0.0 - * @category Object - * @param {Object} object The object to inspect. - * @param {Function} [predicate=_.identity] The function invoked per iteration. - * @returns {string|undefined} Returns the key of the matched element, - * else `undefined`. - * @example - * - * var users = { - * 'barney': { 'age': 36, 'active': true }, - * 'fred': { 'age': 40, 'active': false }, - * 'pebbles': { 'age': 1, 'active': true } - * }; - * - * _.findLastKey(users, function(o) { return o.age < 40; }); - * // => returns 'pebbles' assuming `_.findKey` returns 'barney' - * - * // The `_.matches` iteratee shorthand. - * _.findLastKey(users, { 'age': 36, 'active': true }); - * // => 'barney' - * - * // The `_.matchesProperty` iteratee shorthand. - * _.findLastKey(users, ['active', false]); - * // => 'fred' - * - * // The `_.property` iteratee shorthand. - * _.findLastKey(users, 'active'); - * // => 'pebbles' - */ - function findLastKey(object, predicate) { - return baseFindKey(object, getIteratee(predicate, 3), baseForOwnRight); - } - - /** - * Iterates over own and inherited enumerable string keyed properties of an - * object and invokes `iteratee` for each property. The iteratee is invoked - * with three arguments: (value, key, object). Iteratee functions may exit - * iteration early by explicitly returning `false`. - * - * @static - * @memberOf _ - * @since 0.3.0 - * @category Object - * @param {Object} object The object to iterate over. - * @param {Function} [iteratee=_.identity] The function invoked per iteration. - * @returns {Object} Returns `object`. - * @see _.forInRight - * @example - * - * function Foo() { - * this.a = 1; - * this.b = 2; - * } - * - * Foo.prototype.c = 3; - * - * _.forIn(new Foo, function(value, key) { - * console.log(key); - * }); - * // => Logs 'a', 'b', then 'c' (iteration order is not guaranteed). - */ - function forIn(object, iteratee) { - return object == null - ? object - : baseFor(object, getIteratee(iteratee, 3), keysIn); - } - - /** - * This method is like `_.forIn` except that it iterates over properties of - * `object` in the opposite order. - * - * @static - * @memberOf _ - * @since 2.0.0 - * @category Object - * @param {Object} object The object to iterate over. - * @param {Function} [iteratee=_.identity] The function invoked per iteration. - * @returns {Object} Returns `object`. - * @see _.forIn - * @example - * - * function Foo() { - * this.a = 1; - * this.b = 2; - * } - * - * Foo.prototype.c = 3; - * - * _.forInRight(new Foo, function(value, key) { - * console.log(key); - * }); - * // => Logs 'c', 'b', then 'a' assuming `_.forIn` logs 'a', 'b', then 'c'. - */ - function forInRight(object, iteratee) { - return object == null - ? object - : baseForRight(object, getIteratee(iteratee, 3), keysIn); - } - - /** - * Iterates over own enumerable string keyed properties of an object and - * invokes `iteratee` for each property. The iteratee is invoked with three - * arguments: (value, key, object). Iteratee functions may exit iteration - * early by explicitly returning `false`. - * - * @static - * @memberOf _ - * @since 0.3.0 - * @category Object - * @param {Object} object The object to iterate over. - * @param {Function} [iteratee=_.identity] The function invoked per iteration. - * @returns {Object} Returns `object`. - * @see _.forOwnRight - * @example - * - * function Foo() { - * this.a = 1; - * this.b = 2; - * } - * - * Foo.prototype.c = 3; - * - * _.forOwn(new Foo, function(value, key) { - * console.log(key); - * }); - * // => Logs 'a' then 'b' (iteration order is not guaranteed). - */ - function forOwn(object, iteratee) { - return object && baseForOwn(object, getIteratee(iteratee, 3)); - } - - /** - * This method is like `_.forOwn` except that it iterates over properties of - * `object` in the opposite order. - * - * @static - * @memberOf _ - * @since 2.0.0 - * @category Object - * @param {Object} object The object to iterate over. - * @param {Function} [iteratee=_.identity] The function invoked per iteration. - * @returns {Object} Returns `object`. - * @see _.forOwn - * @example - * - * function Foo() { - * this.a = 1; - * this.b = 2; - * } - * - * Foo.prototype.c = 3; - * - * _.forOwnRight(new Foo, function(value, key) { - * console.log(key); - * }); - * // => Logs 'b' then 'a' assuming `_.forOwn` logs 'a' then 'b'. - */ - function forOwnRight(object, iteratee) { - return object && baseForOwnRight(object, getIteratee(iteratee, 3)); - } - - /** - * Creates an array of function property names from own enumerable properties - * of `object`. - * - * @static - * @since 0.1.0 - * @memberOf _ - * @category Object - * @param {Object} object The object to inspect. - * @returns {Array} Returns the function names. - * @see _.functionsIn - * @example - * - * function Foo() { - * this.a = _.constant('a'); - * this.b = _.constant('b'); - * } - * - * Foo.prototype.c = _.constant('c'); - * - * _.functions(new Foo); - * // => ['a', 'b'] - */ - function functions(object) { - return object == null ? [] : baseFunctions(object, keys(object)); - } - - /** - * Creates an array of function property names from own and inherited - * enumerable properties of `object`. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Object - * @param {Object} object The object to inspect. - * @returns {Array} Returns the function names. - * @see _.functions - * @example - * - * function Foo() { - * this.a = _.constant('a'); - * this.b = _.constant('b'); - * } - * - * Foo.prototype.c = _.constant('c'); - * - * _.functionsIn(new Foo); - * // => ['a', 'b', 'c'] - */ - function functionsIn(object) { - return object == null ? [] : baseFunctions(object, keysIn(object)); - } - - /** - * Gets the value at `path` of `object`. If the resolved value is - * `undefined`, the `defaultValue` is returned in its place. - * - * @static - * @memberOf _ - * @since 3.7.0 - * @category Object - * @param {Object} object The object to query. - * @param {Array|string} path The path of the property to get. - * @param {*} [defaultValue] The value returned for `undefined` resolved values. - * @returns {*} Returns the resolved value. - * @example - * - * var object = { 'a': [{ 'b': { 'c': 3 } }] }; - * - * _.get(object, 'a[0].b.c'); - * // => 3 - * - * _.get(object, ['a', '0', 'b', 'c']); - * // => 3 - * - * _.get(object, 'a.b.c', 'default'); - * // => 'default' - */ - function get(object, path, defaultValue) { - var result = object == null ? undefined : baseGet(object, path); - return result === undefined ? defaultValue : result; - } - - /** - * Checks if `path` is a direct property of `object`. - * - * @static - * @since 0.1.0 - * @memberOf _ - * @category Object - * @param {Object} object The object to query. - * @param {Array|string} path The path to check. - * @returns {boolean} Returns `true` if `path` exists, else `false`. - * @example - * - * var object = { 'a': { 'b': 2 } }; - * var other = _.create({ 'a': _.create({ 'b': 2 }) }); - * - * _.has(object, 'a'); - * // => true - * - * _.has(object, 'a.b'); - * // => true - * - * _.has(object, ['a', 'b']); - * // => true - * - * _.has(other, 'a'); - * // => false - */ - function has(object, path) { - return object != null && hasPath(object, path, baseHas); - } - - /** - * Checks if `path` is a direct or inherited property of `object`. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Object - * @param {Object} object The object to query. - * @param {Array|string} path The path to check. - * @returns {boolean} Returns `true` if `path` exists, else `false`. - * @example - * - * var object = _.create({ 'a': _.create({ 'b': 2 }) }); - * - * _.hasIn(object, 'a'); - * // => true - * - * _.hasIn(object, 'a.b'); - * // => true - * - * _.hasIn(object, ['a', 'b']); - * // => true - * - * _.hasIn(object, 'b'); - * // => false - */ - function hasIn(object, path) { - return object != null && hasPath(object, path, baseHasIn); - } - - /** - * Creates an object composed of the inverted keys and values of `object`. - * If `object` contains duplicate values, subsequent values overwrite - * property assignments of previous values. - * - * @static - * @memberOf _ - * @since 0.7.0 - * @category Object - * @param {Object} object The object to invert. - * @returns {Object} Returns the new inverted object. - * @example - * - * var object = { 'a': 1, 'b': 2, 'c': 1 }; - * - * _.invert(object); - * // => { '1': 'c', '2': 'b' } - */ - var invert = createInverter(function(result, value, key) { - if (value != null && - typeof value.toString != 'function') { - value = nativeObjectToString.call(value); - } - - result[value] = key; - }, constant(identity)); - - /** - * This method is like `_.invert` except that the inverted object is generated - * from the results of running each element of `object` thru `iteratee`. The - * corresponding inverted value of each inverted key is an array of keys - * responsible for generating the inverted value. The iteratee is invoked - * with one argument: (value). - * - * @static - * @memberOf _ - * @since 4.1.0 - * @category Object - * @param {Object} object The object to invert. - * @param {Function} [iteratee=_.identity] The iteratee invoked per element. - * @returns {Object} Returns the new inverted object. - * @example - * - * var object = { 'a': 1, 'b': 2, 'c': 1 }; - * - * _.invertBy(object); - * // => { '1': ['a', 'c'], '2': ['b'] } - * - * _.invertBy(object, function(value) { - * return 'group' + value; - * }); - * // => { 'group1': ['a', 'c'], 'group2': ['b'] } - */ - var invertBy = createInverter(function(result, value, key) { - if (value != null && - typeof value.toString != 'function') { - value = nativeObjectToString.call(value); - } - - if (hasOwnProperty.call(result, value)) { - result[value].push(key); - } else { - result[value] = [key]; - } - }, getIteratee); - - /** - * Invokes the method at `path` of `object`. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Object - * @param {Object} object The object to query. - * @param {Array|string} path The path of the method to invoke. - * @param {...*} [args] The arguments to invoke the method with. - * @returns {*} Returns the result of the invoked method. - * @example - * - * var object = { 'a': [{ 'b': { 'c': [1, 2, 3, 4] } }] }; - * - * _.invoke(object, 'a[0].b.c.slice', 1, 3); - * // => [2, 3] - */ - var invoke = baseRest(baseInvoke); - - /** - * Creates an array of the own enumerable property names of `object`. - * - * **Note:** Non-object values are coerced to objects. See the - * [ES spec](http://ecma-international.org/ecma-262/7.0/#sec-object.keys) - * for more details. - * - * @static - * @since 0.1.0 - * @memberOf _ - * @category Object - * @param {Object} object The object to query. - * @returns {Array} Returns the array of property names. - * @example - * - * function Foo() { - * this.a = 1; - * this.b = 2; - * } - * - * Foo.prototype.c = 3; - * - * _.keys(new Foo); - * // => ['a', 'b'] (iteration order is not guaranteed) - * - * _.keys('hi'); - * // => ['0', '1'] - */ - function keys(object) { - return isArrayLike(object) ? arrayLikeKeys(object) : baseKeys(object); - } - - /** - * Creates an array of the own and inherited enumerable property names of `object`. - * - * **Note:** Non-object values are coerced to objects. - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category Object - * @param {Object} object The object to query. - * @returns {Array} Returns the array of property names. - * @example - * - * function Foo() { - * this.a = 1; - * this.b = 2; - * } - * - * Foo.prototype.c = 3; - * - * _.keysIn(new Foo); - * // => ['a', 'b', 'c'] (iteration order is not guaranteed) - */ - function keysIn(object) { - return isArrayLike(object) ? arrayLikeKeys(object, true) : baseKeysIn(object); - } - - /** - * The opposite of `_.mapValues`; this method creates an object with the - * same values as `object` and keys generated by running each own enumerable - * string keyed property of `object` thru `iteratee`. The iteratee is invoked - * with three arguments: (value, key, object). - * - * @static - * @memberOf _ - * @since 3.8.0 - * @category Object - * @param {Object} object The object to iterate over. - * @param {Function} [iteratee=_.identity] The function invoked per iteration. - * @returns {Object} Returns the new mapped object. - * @see _.mapValues - * @example - * - * _.mapKeys({ 'a': 1, 'b': 2 }, function(value, key) { - * return key + value; - * }); - * // => { 'a1': 1, 'b2': 2 } - */ - function mapKeys(object, iteratee) { - var result = {}; - iteratee = getIteratee(iteratee, 3); - - baseForOwn(object, function(value, key, object) { - baseAssignValue(result, iteratee(value, key, object), value); - }); - return result; - } - - /** - * Creates an object with the same keys as `object` and values generated - * by running each own enumerable string keyed property of `object` thru - * `iteratee`. The iteratee is invoked with three arguments: - * (value, key, object). - * - * @static - * @memberOf _ - * @since 2.4.0 - * @category Object - * @param {Object} object The object to iterate over. - * @param {Function} [iteratee=_.identity] The function invoked per iteration. - * @returns {Object} Returns the new mapped object. - * @see _.mapKeys - * @example - * - * var users = { - * 'fred': { 'user': 'fred', 'age': 40 }, - * 'pebbles': { 'user': 'pebbles', 'age': 1 } - * }; - * - * _.mapValues(users, function(o) { return o.age; }); - * // => { 'fred': 40, 'pebbles': 1 } (iteration order is not guaranteed) - * - * // The `_.property` iteratee shorthand. - * _.mapValues(users, 'age'); - * // => { 'fred': 40, 'pebbles': 1 } (iteration order is not guaranteed) - */ - function mapValues(object, iteratee) { - var result = {}; - iteratee = getIteratee(iteratee, 3); - - baseForOwn(object, function(value, key, object) { - baseAssignValue(result, key, iteratee(value, key, object)); - }); - return result; - } - - /** - * This method is like `_.assign` except that it recursively merges own and - * inherited enumerable string keyed properties of source objects into the - * destination object. Source properties that resolve to `undefined` are - * skipped if a destination value exists. Array and plain object properties - * are merged recursively. Other objects and value types are overridden by - * assignment. Source objects are applied from left to right. Subsequent - * sources overwrite property assignments of previous sources. - * - * **Note:** This method mutates `object`. - * - * @static - * @memberOf _ - * @since 0.5.0 - * @category Object - * @param {Object} object The destination object. - * @param {...Object} [sources] The source objects. - * @returns {Object} Returns `object`. - * @example - * - * var object = { - * 'a': [{ 'b': 2 }, { 'd': 4 }] - * }; - * - * var other = { - * 'a': [{ 'c': 3 }, { 'e': 5 }] - * }; - * - * _.merge(object, other); - * // => { 'a': [{ 'b': 2, 'c': 3 }, { 'd': 4, 'e': 5 }] } - */ - var merge = createAssigner(function(object, source, srcIndex) { - baseMerge(object, source, srcIndex); - }); - - /** - * This method is like `_.merge` except that it accepts `customizer` which - * is invoked to produce the merged values of the destination and source - * properties. If `customizer` returns `undefined`, merging is handled by the - * method instead. The `customizer` is invoked with six arguments: - * (objValue, srcValue, key, object, source, stack). - * - * **Note:** This method mutates `object`. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Object - * @param {Object} object The destination object. - * @param {...Object} sources The source objects. - * @param {Function} customizer The function to customize assigned values. - * @returns {Object} Returns `object`. - * @example - * - * function customizer(objValue, srcValue) { - * if (_.isArray(objValue)) { - * return objValue.concat(srcValue); - * } - * } - * - * var object = { 'a': [1], 'b': [2] }; - * var other = { 'a': [3], 'b': [4] }; - * - * _.mergeWith(object, other, customizer); - * // => { 'a': [1, 3], 'b': [2, 4] } - */ - var mergeWith = createAssigner(function(object, source, srcIndex, customizer) { - baseMerge(object, source, srcIndex, customizer); - }); - - /** - * The opposite of `_.pick`; this method creates an object composed of the - * own and inherited enumerable property paths of `object` that are not omitted. - * - * **Note:** This method is considerably slower than `_.pick`. - * - * @static - * @since 0.1.0 - * @memberOf _ - * @category Object - * @param {Object} object The source object. - * @param {...(string|string[])} [paths] The property paths to omit. - * @returns {Object} Returns the new object. - * @example - * - * var object = { 'a': 1, 'b': '2', 'c': 3 }; - * - * _.omit(object, ['a', 'c']); - * // => { 'b': '2' } - */ - var omit = flatRest(function(object, paths) { - var result = {}; - if (object == null) { - return result; - } - var isDeep = false; - paths = arrayMap(paths, function(path) { - path = castPath(path, object); - isDeep || (isDeep = path.length > 1); - return path; - }); - copyObject(object, getAllKeysIn(object), result); - if (isDeep) { - result = baseClone(result, CLONE_DEEP_FLAG | CLONE_FLAT_FLAG | CLONE_SYMBOLS_FLAG, customOmitClone); - } - var length = paths.length; - while (length--) { - baseUnset(result, paths[length]); - } - return result; - }); - - /** - * The opposite of `_.pickBy`; this method creates an object composed of - * the own and inherited enumerable string keyed properties of `object` that - * `predicate` doesn't return truthy for. The predicate is invoked with two - * arguments: (value, key). - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Object - * @param {Object} object The source object. - * @param {Function} [predicate=_.identity] The function invoked per property. - * @returns {Object} Returns the new object. - * @example - * - * var object = { 'a': 1, 'b': '2', 'c': 3 }; - * - * _.omitBy(object, _.isNumber); - * // => { 'b': '2' } - */ - function omitBy(object, predicate) { - return pickBy(object, negate(getIteratee(predicate))); - } - - /** - * Creates an object composed of the picked `object` properties. - * - * @static - * @since 0.1.0 - * @memberOf _ - * @category Object - * @param {Object} object The source object. - * @param {...(string|string[])} [paths] The property paths to pick. - * @returns {Object} Returns the new object. - * @example - * - * var object = { 'a': 1, 'b': '2', 'c': 3 }; - * - * _.pick(object, ['a', 'c']); - * // => { 'a': 1, 'c': 3 } - */ - var pick = flatRest(function(object, paths) { - return object == null ? {} : basePick(object, paths); - }); - - /** - * Creates an object composed of the `object` properties `predicate` returns - * truthy for. The predicate is invoked with two arguments: (value, key). - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Object - * @param {Object} object The source object. - * @param {Function} [predicate=_.identity] The function invoked per property. - * @returns {Object} Returns the new object. - * @example - * - * var object = { 'a': 1, 'b': '2', 'c': 3 }; - * - * _.pickBy(object, _.isNumber); - * // => { 'a': 1, 'c': 3 } - */ - function pickBy(object, predicate) { - if (object == null) { - return {}; - } - var props = arrayMap(getAllKeysIn(object), function(prop) { - return [prop]; - }); - predicate = getIteratee(predicate); - return basePickBy(object, props, function(value, path) { - return predicate(value, path[0]); - }); - } - - /** - * This method is like `_.get` except that if the resolved value is a - * function it's invoked with the `this` binding of its parent object and - * its result is returned. - * - * @static - * @since 0.1.0 - * @memberOf _ - * @category Object - * @param {Object} object The object to query. - * @param {Array|string} path The path of the property to resolve. - * @param {*} [defaultValue] The value returned for `undefined` resolved values. - * @returns {*} Returns the resolved value. - * @example - * - * var object = { 'a': [{ 'b': { 'c1': 3, 'c2': _.constant(4) } }] }; - * - * _.result(object, 'a[0].b.c1'); - * // => 3 - * - * _.result(object, 'a[0].b.c2'); - * // => 4 - * - * _.result(object, 'a[0].b.c3', 'default'); - * // => 'default' - * - * _.result(object, 'a[0].b.c3', _.constant('default')); - * // => 'default' - */ - function result(object, path, defaultValue) { - path = castPath(path, object); - - var index = -1, - length = path.length; - - // Ensure the loop is entered when path is empty. - if (!length) { - length = 1; - object = undefined; - } - while (++index < length) { - var value = object == null ? undefined : object[toKey(path[index])]; - if (value === undefined) { - index = length; - value = defaultValue; - } - object = isFunction(value) ? value.call(object) : value; - } - return object; - } - - /** - * Sets the value at `path` of `object`. If a portion of `path` doesn't exist, - * it's created. Arrays are created for missing index properties while objects - * are created for all other missing properties. Use `_.setWith` to customize - * `path` creation. - * - * **Note:** This method mutates `object`. - * - * @static - * @memberOf _ - * @since 3.7.0 - * @category Object - * @param {Object} object The object to modify. - * @param {Array|string} path The path of the property to set. - * @param {*} value The value to set. - * @returns {Object} Returns `object`. - * @example - * - * var object = { 'a': [{ 'b': { 'c': 3 } }] }; - * - * _.set(object, 'a[0].b.c', 4); - * console.log(object.a[0].b.c); - * // => 4 - * - * _.set(object, ['x', '0', 'y', 'z'], 5); - * console.log(object.x[0].y.z); - * // => 5 - */ - function set(object, path, value) { - return object == null ? object : baseSet(object, path, value); - } - - /** - * This method is like `_.set` except that it accepts `customizer` which is - * invoked to produce the objects of `path`. If `customizer` returns `undefined` - * path creation is handled by the method instead. The `customizer` is invoked - * with three arguments: (nsValue, key, nsObject). - * - * **Note:** This method mutates `object`. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Object - * @param {Object} object The object to modify. - * @param {Array|string} path The path of the property to set. - * @param {*} value The value to set. - * @param {Function} [customizer] The function to customize assigned values. - * @returns {Object} Returns `object`. - * @example - * - * var object = {}; - * - * _.setWith(object, '[0][1]', 'a', Object); - * // => { '0': { '1': 'a' } } - */ - function setWith(object, path, value, customizer) { - customizer = typeof customizer == 'function' ? customizer : undefined; - return object == null ? object : baseSet(object, path, value, customizer); - } - - /** - * Creates an array of own enumerable string keyed-value pairs for `object` - * which can be consumed by `_.fromPairs`. If `object` is a map or set, its - * entries are returned. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @alias entries - * @category Object - * @param {Object} object The object to query. - * @returns {Array} Returns the key-value pairs. - * @example - * - * function Foo() { - * this.a = 1; - * this.b = 2; - * } - * - * Foo.prototype.c = 3; - * - * _.toPairs(new Foo); - * // => [['a', 1], ['b', 2]] (iteration order is not guaranteed) - */ - var toPairs = createToPairs(keys); - - /** - * Creates an array of own and inherited enumerable string keyed-value pairs - * for `object` which can be consumed by `_.fromPairs`. If `object` is a map - * or set, its entries are returned. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @alias entriesIn - * @category Object - * @param {Object} object The object to query. - * @returns {Array} Returns the key-value pairs. - * @example - * - * function Foo() { - * this.a = 1; - * this.b = 2; - * } - * - * Foo.prototype.c = 3; - * - * _.toPairsIn(new Foo); - * // => [['a', 1], ['b', 2], ['c', 3]] (iteration order is not guaranteed) - */ - var toPairsIn = createToPairs(keysIn); - - /** - * An alternative to `_.reduce`; this method transforms `object` to a new - * `accumulator` object which is the result of running each of its own - * enumerable string keyed properties thru `iteratee`, with each invocation - * potentially mutating the `accumulator` object. If `accumulator` is not - * provided, a new object with the same `[[Prototype]]` will be used. The - * iteratee is invoked with four arguments: (accumulator, value, key, object). - * Iteratee functions may exit iteration early by explicitly returning `false`. - * - * @static - * @memberOf _ - * @since 1.3.0 - * @category Object - * @param {Object} object The object to iterate over. - * @param {Function} [iteratee=_.identity] The function invoked per iteration. - * @param {*} [accumulator] The custom accumulator value. - * @returns {*} Returns the accumulated value. - * @example - * - * _.transform([2, 3, 4], function(result, n) { - * result.push(n *= n); - * return n % 2 == 0; - * }, []); - * // => [4, 9] - * - * _.transform({ 'a': 1, 'b': 2, 'c': 1 }, function(result, value, key) { - * (result[value] || (result[value] = [])).push(key); - * }, {}); - * // => { '1': ['a', 'c'], '2': ['b'] } - */ - function transform(object, iteratee, accumulator) { - var isArr = isArray(object), - isArrLike = isArr || isBuffer(object) || isTypedArray(object); - - iteratee = getIteratee(iteratee, 4); - if (accumulator == null) { - var Ctor = object && object.constructor; - if (isArrLike) { - accumulator = isArr ? new Ctor : []; - } - else if (isObject(object)) { - accumulator = isFunction(Ctor) ? baseCreate(getPrototype(object)) : {}; - } - else { - accumulator = {}; - } - } - (isArrLike ? arrayEach : baseForOwn)(object, function(value, index, object) { - return iteratee(accumulator, value, index, object); - }); - return accumulator; - } - - /** - * Removes the property at `path` of `object`. - * - * **Note:** This method mutates `object`. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Object - * @param {Object} object The object to modify. - * @param {Array|string} path The path of the property to unset. - * @returns {boolean} Returns `true` if the property is deleted, else `false`. - * @example - * - * var object = { 'a': [{ 'b': { 'c': 7 } }] }; - * _.unset(object, 'a[0].b.c'); - * // => true - * - * console.log(object); - * // => { 'a': [{ 'b': {} }] }; - * - * _.unset(object, ['a', '0', 'b', 'c']); - * // => true - * - * console.log(object); - * // => { 'a': [{ 'b': {} }] }; - */ - function unset(object, path) { - return object == null ? true : baseUnset(object, path); - } - - /** - * This method is like `_.set` except that accepts `updater` to produce the - * value to set. Use `_.updateWith` to customize `path` creation. The `updater` - * is invoked with one argument: (value). - * - * **Note:** This method mutates `object`. - * - * @static - * @memberOf _ - * @since 4.6.0 - * @category Object - * @param {Object} object The object to modify. - * @param {Array|string} path The path of the property to set. - * @param {Function} updater The function to produce the updated value. - * @returns {Object} Returns `object`. - * @example - * - * var object = { 'a': [{ 'b': { 'c': 3 } }] }; - * - * _.update(object, 'a[0].b.c', function(n) { return n * n; }); - * console.log(object.a[0].b.c); - * // => 9 - * - * _.update(object, 'x[0].y.z', function(n) { return n ? n + 1 : 0; }); - * console.log(object.x[0].y.z); - * // => 0 - */ - function update(object, path, updater) { - return object == null ? object : baseUpdate(object, path, castFunction(updater)); - } - - /** - * This method is like `_.update` except that it accepts `customizer` which is - * invoked to produce the objects of `path`. If `customizer` returns `undefined` - * path creation is handled by the method instead. The `customizer` is invoked - * with three arguments: (nsValue, key, nsObject). - * - * **Note:** This method mutates `object`. - * - * @static - * @memberOf _ - * @since 4.6.0 - * @category Object - * @param {Object} object The object to modify. - * @param {Array|string} path The path of the property to set. - * @param {Function} updater The function to produce the updated value. - * @param {Function} [customizer] The function to customize assigned values. - * @returns {Object} Returns `object`. - * @example - * - * var object = {}; - * - * _.updateWith(object, '[0][1]', _.constant('a'), Object); - * // => { '0': { '1': 'a' } } - */ - function updateWith(object, path, updater, customizer) { - customizer = typeof customizer == 'function' ? customizer : undefined; - return object == null ? object : baseUpdate(object, path, castFunction(updater), customizer); - } - - /** - * Creates an array of the own enumerable string keyed property values of `object`. - * - * **Note:** Non-object values are coerced to objects. - * - * @static - * @since 0.1.0 - * @memberOf _ - * @category Object - * @param {Object} object The object to query. - * @returns {Array} Returns the array of property values. - * @example - * - * function Foo() { - * this.a = 1; - * this.b = 2; - * } - * - * Foo.prototype.c = 3; - * - * _.values(new Foo); - * // => [1, 2] (iteration order is not guaranteed) - * - * _.values('hi'); - * // => ['h', 'i'] - */ - function values(object) { - return object == null ? [] : baseValues(object, keys(object)); - } - - /** - * Creates an array of the own and inherited enumerable string keyed property - * values of `object`. - * - * **Note:** Non-object values are coerced to objects. - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category Object - * @param {Object} object The object to query. - * @returns {Array} Returns the array of property values. - * @example - * - * function Foo() { - * this.a = 1; - * this.b = 2; - * } - * - * Foo.prototype.c = 3; - * - * _.valuesIn(new Foo); - * // => [1, 2, 3] (iteration order is not guaranteed) - */ - function valuesIn(object) { - return object == null ? [] : baseValues(object, keysIn(object)); - } - - /*------------------------------------------------------------------------*/ - - /** - * Clamps `number` within the inclusive `lower` and `upper` bounds. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Number - * @param {number} number The number to clamp. - * @param {number} [lower] The lower bound. - * @param {number} upper The upper bound. - * @returns {number} Returns the clamped number. - * @example - * - * _.clamp(-10, -5, 5); - * // => -5 - * - * _.clamp(10, -5, 5); - * // => 5 - */ - function clamp(number, lower, upper) { - if (upper === undefined) { - upper = lower; - lower = undefined; - } - if (upper !== undefined) { - upper = toNumber(upper); - upper = upper === upper ? upper : 0; - } - if (lower !== undefined) { - lower = toNumber(lower); - lower = lower === lower ? lower : 0; - } - return baseClamp(toNumber(number), lower, upper); - } - - /** - * Checks if `n` is between `start` and up to, but not including, `end`. If - * `end` is not specified, it's set to `start` with `start` then set to `0`. - * If `start` is greater than `end` the params are swapped to support - * negative ranges. - * - * @static - * @memberOf _ - * @since 3.3.0 - * @category Number - * @param {number} number The number to check. - * @param {number} [start=0] The start of the range. - * @param {number} end The end of the range. - * @returns {boolean} Returns `true` if `number` is in the range, else `false`. - * @see _.range, _.rangeRight - * @example - * - * _.inRange(3, 2, 4); - * // => true - * - * _.inRange(4, 8); - * // => true - * - * _.inRange(4, 2); - * // => false - * - * _.inRange(2, 2); - * // => false - * - * _.inRange(1.2, 2); - * // => true - * - * _.inRange(5.2, 4); - * // => false - * - * _.inRange(-3, -2, -6); - * // => true - */ - function inRange(number, start, end) { - start = toFinite(start); - if (end === undefined) { - end = start; - start = 0; - } else { - end = toFinite(end); - } - number = toNumber(number); - return baseInRange(number, start, end); - } - - /** - * Produces a random number between the inclusive `lower` and `upper` bounds. - * If only one argument is provided a number between `0` and the given number - * is returned. If `floating` is `true`, or either `lower` or `upper` are - * floats, a floating-point number is returned instead of an integer. - * - * **Note:** JavaScript follows the IEEE-754 standard for resolving - * floating-point values which can produce unexpected results. - * - * @static - * @memberOf _ - * @since 0.7.0 - * @category Number - * @param {number} [lower=0] The lower bound. - * @param {number} [upper=1] The upper bound. - * @param {boolean} [floating] Specify returning a floating-point number. - * @returns {number} Returns the random number. - * @example - * - * _.random(0, 5); - * // => an integer between 0 and 5 - * - * _.random(5); - * // => also an integer between 0 and 5 - * - * _.random(5, true); - * // => a floating-point number between 0 and 5 - * - * _.random(1.2, 5.2); - * // => a floating-point number between 1.2 and 5.2 - */ - function random(lower, upper, floating) { - if (floating && typeof floating != 'boolean' && isIterateeCall(lower, upper, floating)) { - upper = floating = undefined; - } - if (floating === undefined) { - if (typeof upper == 'boolean') { - floating = upper; - upper = undefined; - } - else if (typeof lower == 'boolean') { - floating = lower; - lower = undefined; - } - } - if (lower === undefined && upper === undefined) { - lower = 0; - upper = 1; - } - else { - lower = toFinite(lower); - if (upper === undefined) { - upper = lower; - lower = 0; - } else { - upper = toFinite(upper); - } - } - if (lower > upper) { - var temp = lower; - lower = upper; - upper = temp; - } - if (floating || lower % 1 || upper % 1) { - var rand = nativeRandom(); - return nativeMin(lower + (rand * (upper - lower + freeParseFloat('1e-' + ((rand + '').length - 1)))), upper); - } - return baseRandom(lower, upper); - } - - /*------------------------------------------------------------------------*/ - - /** - * Converts `string` to [camel case](https://en.wikipedia.org/wiki/CamelCase). - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category String - * @param {string} [string=''] The string to convert. - * @returns {string} Returns the camel cased string. - * @example - * - * _.camelCase('Foo Bar'); - * // => 'fooBar' - * - * _.camelCase('--foo-bar--'); - * // => 'fooBar' - * - * _.camelCase('__FOO_BAR__'); - * // => 'fooBar' - */ - var camelCase = createCompounder(function(result, word, index) { - word = word.toLowerCase(); - return result + (index ? capitalize(word) : word); - }); - - /** - * Converts the first character of `string` to upper case and the remaining - * to lower case. - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category String - * @param {string} [string=''] The string to capitalize. - * @returns {string} Returns the capitalized string. - * @example - * - * _.capitalize('FRED'); - * // => 'Fred' - */ - function capitalize(string) { - return upperFirst(toString(string).toLowerCase()); - } - - /** - * Deburrs `string` by converting - * [Latin-1 Supplement](https://en.wikipedia.org/wiki/Latin-1_Supplement_(Unicode_block)#Character_table) - * and [Latin Extended-A](https://en.wikipedia.org/wiki/Latin_Extended-A) - * letters to basic Latin letters and removing - * [combining diacritical marks](https://en.wikipedia.org/wiki/Combining_Diacritical_Marks). - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category String - * @param {string} [string=''] The string to deburr. - * @returns {string} Returns the deburred string. - * @example - * - * _.deburr('déjà vu'); - * // => 'deja vu' - */ - function deburr(string) { - string = toString(string); - return string && string.replace(reLatin, deburrLetter).replace(reComboMark, ''); - } - - /** - * Checks if `string` ends with the given target string. - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category String - * @param {string} [string=''] The string to inspect. - * @param {string} [target] The string to search for. - * @param {number} [position=string.length] The position to search up to. - * @returns {boolean} Returns `true` if `string` ends with `target`, - * else `false`. - * @example - * - * _.endsWith('abc', 'c'); - * // => true - * - * _.endsWith('abc', 'b'); - * // => false - * - * _.endsWith('abc', 'b', 2); - * // => true - */ - function endsWith(string, target, position) { - string = toString(string); - target = baseToString(target); - - var length = string.length; - position = position === undefined - ? length - : baseClamp(toInteger(position), 0, length); - - var end = position; - position -= target.length; - return position >= 0 && string.slice(position, end) == target; - } - - /** - * Converts the characters "&", "<", ">", '"', and "'" in `string` to their - * corresponding HTML entities. - * - * **Note:** No other characters are escaped. To escape additional - * characters use a third-party library like [_he_](https://mths.be/he). - * - * Though the ">" character is escaped for symmetry, characters like - * ">" and "/" don't need escaping in HTML and have no special meaning - * unless they're part of a tag or unquoted attribute value. See - * [Mathias Bynens's article](https://mathiasbynens.be/notes/ambiguous-ampersands) - * (under "semi-related fun fact") for more details. - * - * When working with HTML you should always - * [quote attribute values](http://wonko.com/post/html-escaping) to reduce - * XSS vectors. - * - * @static - * @since 0.1.0 - * @memberOf _ - * @category String - * @param {string} [string=''] The string to escape. - * @returns {string} Returns the escaped string. - * @example - * - * _.escape('fred, barney, & pebbles'); - * // => 'fred, barney, &amp; pebbles' - */ - function escape(string) { - string = toString(string); - return (string && reHasUnescapedHtml.test(string)) - ? string.replace(reUnescapedHtml, escapeHtmlChar) - : string; - } - - /** - * Escapes the `RegExp` special characters "^", "$", "\", ".", "*", "+", - * "?", "(", ")", "[", "]", "{", "}", and "|" in `string`. - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category String - * @param {string} [string=''] The string to escape. - * @returns {string} Returns the escaped string. - * @example - * - * _.escapeRegExp('[lodash](https://lodash.com/)'); - * // => '\[lodash\]\(https://lodash\.com/\)' - */ - function escapeRegExp(string) { - string = toString(string); - return (string && reHasRegExpChar.test(string)) - ? string.replace(reRegExpChar, '\\$&') - : string; - } - - /** - * Converts `string` to - * [kebab case](https://en.wikipedia.org/wiki/Letter_case#Special_case_styles). - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category String - * @param {string} [string=''] The string to convert. - * @returns {string} Returns the kebab cased string. - * @example - * - * _.kebabCase('Foo Bar'); - * // => 'foo-bar' - * - * _.kebabCase('fooBar'); - * // => 'foo-bar' - * - * _.kebabCase('__FOO_BAR__'); - * // => 'foo-bar' - */ - var kebabCase = createCompounder(function(result, word, index) { - return result + (index ? '-' : '') + word.toLowerCase(); - }); - - /** - * Converts `string`, as space separated words, to lower case. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category String - * @param {string} [string=''] The string to convert. - * @returns {string} Returns the lower cased string. - * @example - * - * _.lowerCase('--Foo-Bar--'); - * // => 'foo bar' - * - * _.lowerCase('fooBar'); - * // => 'foo bar' - * - * _.lowerCase('__FOO_BAR__'); - * // => 'foo bar' - */ - var lowerCase = createCompounder(function(result, word, index) { - return result + (index ? ' ' : '') + word.toLowerCase(); - }); - - /** - * Converts the first character of `string` to lower case. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category String - * @param {string} [string=''] The string to convert. - * @returns {string} Returns the converted string. - * @example - * - * _.lowerFirst('Fred'); - * // => 'fred' - * - * _.lowerFirst('FRED'); - * // => 'fRED' - */ - var lowerFirst = createCaseFirst('toLowerCase'); - - /** - * Pads `string` on the left and right sides if it's shorter than `length`. - * Padding characters are truncated if they can't be evenly divided by `length`. - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category String - * @param {string} [string=''] The string to pad. - * @param {number} [length=0] The padding length. - * @param {string} [chars=' '] The string used as padding. - * @returns {string} Returns the padded string. - * @example - * - * _.pad('abc', 8); - * // => ' abc ' - * - * _.pad('abc', 8, '_-'); - * // => '_-abc_-_' - * - * _.pad('abc', 3); - * // => 'abc' - */ - function pad(string, length, chars) { - string = toString(string); - length = toInteger(length); - - var strLength = length ? stringSize(string) : 0; - if (!length || strLength >= length) { - return string; - } - var mid = (length - strLength) / 2; - return ( - createPadding(nativeFloor(mid), chars) + - string + - createPadding(nativeCeil(mid), chars) - ); - } - - /** - * Pads `string` on the right side if it's shorter than `length`. Padding - * characters are truncated if they exceed `length`. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category String - * @param {string} [string=''] The string to pad. - * @param {number} [length=0] The padding length. - * @param {string} [chars=' '] The string used as padding. - * @returns {string} Returns the padded string. - * @example - * - * _.padEnd('abc', 6); - * // => 'abc ' - * - * _.padEnd('abc', 6, '_-'); - * // => 'abc_-_' - * - * _.padEnd('abc', 3); - * // => 'abc' - */ - function padEnd(string, length, chars) { - string = toString(string); - length = toInteger(length); - - var strLength = length ? stringSize(string) : 0; - return (length && strLength < length) - ? (string + createPadding(length - strLength, chars)) - : string; - } - - /** - * Pads `string` on the left side if it's shorter than `length`. Padding - * characters are truncated if they exceed `length`. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category String - * @param {string} [string=''] The string to pad. - * @param {number} [length=0] The padding length. - * @param {string} [chars=' '] The string used as padding. - * @returns {string} Returns the padded string. - * @example - * - * _.padStart('abc', 6); - * // => ' abc' - * - * _.padStart('abc', 6, '_-'); - * // => '_-_abc' - * - * _.padStart('abc', 3); - * // => 'abc' - */ - function padStart(string, length, chars) { - string = toString(string); - length = toInteger(length); - - var strLength = length ? stringSize(string) : 0; - return (length && strLength < length) - ? (createPadding(length - strLength, chars) + string) - : string; - } - - /** - * Converts `string` to an integer of the specified radix. If `radix` is - * `undefined` or `0`, a `radix` of `10` is used unless `value` is a - * hexadecimal, in which case a `radix` of `16` is used. - * - * **Note:** This method aligns with the - * [ES5 implementation](https://es5.github.io/#x15.1.2.2) of `parseInt`. - * - * @static - * @memberOf _ - * @since 1.1.0 - * @category String - * @param {string} string The string to convert. - * @param {number} [radix=10] The radix to interpret `value` by. - * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. - * @returns {number} Returns the converted integer. - * @example - * - * _.parseInt('08'); - * // => 8 - * - * _.map(['6', '08', '10'], _.parseInt); - * // => [6, 8, 10] - */ - function parseInt(string, radix, guard) { - if (guard || radix == null) { - radix = 0; - } else if (radix) { - radix = +radix; - } - return nativeParseInt(toString(string).replace(reTrimStart, ''), radix || 0); - } - - /** - * Repeats the given string `n` times. - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category String - * @param {string} [string=''] The string to repeat. - * @param {number} [n=1] The number of times to repeat the string. - * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. - * @returns {string} Returns the repeated string. - * @example - * - * _.repeat('*', 3); - * // => '***' - * - * _.repeat('abc', 2); - * // => 'abcabc' - * - * _.repeat('abc', 0); - * // => '' - */ - function repeat(string, n, guard) { - if ((guard ? isIterateeCall(string, n, guard) : n === undefined)) { - n = 1; - } else { - n = toInteger(n); - } - return baseRepeat(toString(string), n); - } - - /** - * Replaces matches for `pattern` in `string` with `replacement`. - * - * **Note:** This method is based on - * [`String#replace`](https://mdn.io/String/replace). - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category String - * @param {string} [string=''] The string to modify. - * @param {RegExp|string} pattern The pattern to replace. - * @param {Function|string} replacement The match replacement. - * @returns {string} Returns the modified string. - * @example - * - * _.replace('Hi Fred', 'Fred', 'Barney'); - * // => 'Hi Barney' - */ - function replace() { - var args = arguments, - string = toString(args[0]); - - return args.length < 3 ? string : string.replace(args[1], args[2]); - } - - /** - * Converts `string` to - * [snake case](https://en.wikipedia.org/wiki/Snake_case). - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category String - * @param {string} [string=''] The string to convert. - * @returns {string} Returns the snake cased string. - * @example - * - * _.snakeCase('Foo Bar'); - * // => 'foo_bar' - * - * _.snakeCase('fooBar'); - * // => 'foo_bar' - * - * _.snakeCase('--FOO-BAR--'); - * // => 'foo_bar' - */ - var snakeCase = createCompounder(function(result, word, index) { - return result + (index ? '_' : '') + word.toLowerCase(); - }); - - /** - * Splits `string` by `separator`. - * - * **Note:** This method is based on - * [`String#split`](https://mdn.io/String/split). - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category String - * @param {string} [string=''] The string to split. - * @param {RegExp|string} separator The separator pattern to split by. - * @param {number} [limit] The length to truncate results to. - * @returns {Array} Returns the string segments. - * @example - * - * _.split('a-b-c', '-', 2); - * // => ['a', 'b'] - */ - function split(string, separator, limit) { - if (limit && typeof limit != 'number' && isIterateeCall(string, separator, limit)) { - separator = limit = undefined; - } - limit = limit === undefined ? MAX_ARRAY_LENGTH : limit >>> 0; - if (!limit) { - return []; - } - string = toString(string); - if (string && ( - typeof separator == 'string' || - (separator != null && !isRegExp(separator)) - )) { - separator = baseToString(separator); - if (!separator && hasUnicode(string)) { - return castSlice(stringToArray(string), 0, limit); - } - } - return string.split(separator, limit); - } - - /** - * Converts `string` to - * [start case](https://en.wikipedia.org/wiki/Letter_case#Stylistic_or_specialised_usage). - * - * @static - * @memberOf _ - * @since 3.1.0 - * @category String - * @param {string} [string=''] The string to convert. - * @returns {string} Returns the start cased string. - * @example - * - * _.startCase('--foo-bar--'); - * // => 'Foo Bar' - * - * _.startCase('fooBar'); - * // => 'Foo Bar' - * - * _.startCase('__FOO_BAR__'); - * // => 'FOO BAR' - */ - var startCase = createCompounder(function(result, word, index) { - return result + (index ? ' ' : '') + upperFirst(word); - }); - - /** - * Checks if `string` starts with the given target string. - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category String - * @param {string} [string=''] The string to inspect. - * @param {string} [target] The string to search for. - * @param {number} [position=0] The position to search from. - * @returns {boolean} Returns `true` if `string` starts with `target`, - * else `false`. - * @example - * - * _.startsWith('abc', 'a'); - * // => true - * - * _.startsWith('abc', 'b'); - * // => false - * - * _.startsWith('abc', 'b', 1); - * // => true - */ - function startsWith(string, target, position) { - string = toString(string); - position = position == null - ? 0 - : baseClamp(toInteger(position), 0, string.length); - - target = baseToString(target); - return string.slice(position, position + target.length) == target; - } - - /** - * Creates a compiled template function that can interpolate data properties - * in "interpolate" delimiters, HTML-escape interpolated data properties in - * "escape" delimiters, and execute JavaScript in "evaluate" delimiters. Data - * properties may be accessed as free variables in the template. If a setting - * object is given, it takes precedence over `_.templateSettings` values. - * - * **Note:** In the development build `_.template` utilizes - * [sourceURLs](http://www.html5rocks.com/en/tutorials/developertools/sourcemaps/#toc-sourceurl) - * for easier debugging. - * - * For more information on precompiling templates see - * [lodash's custom builds documentation](https://lodash.com/custom-builds). - * - * For more information on Chrome extension sandboxes see - * [Chrome's extensions documentation](https://developer.chrome.com/extensions/sandboxingEval). - * - * @static - * @since 0.1.0 - * @memberOf _ - * @category String - * @param {string} [string=''] The template string. - * @param {Object} [options={}] The options object. - * @param {RegExp} [options.escape=_.templateSettings.escape] - * The HTML "escape" delimiter. - * @param {RegExp} [options.evaluate=_.templateSettings.evaluate] - * The "evaluate" delimiter. - * @param {Object} [options.imports=_.templateSettings.imports] - * An object to import into the template as free variables. - * @param {RegExp} [options.interpolate=_.templateSettings.interpolate] - * The "interpolate" delimiter. - * @param {string} [options.sourceURL='lodash.templateSources[n]'] - * The sourceURL of the compiled template. - * @param {string} [options.variable='obj'] - * The data object variable name. - * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. - * @returns {Function} Returns the compiled template function. - * @example - * - * // Use the "interpolate" delimiter to create a compiled template. - * var compiled = _.template('hello <%= user %>!'); - * compiled({ 'user': 'fred' }); - * // => 'hello fred!' - * - * // Use the HTML "escape" delimiter to escape data property values. - * var compiled = _.template('<b><%- value %></b>'); - * compiled({ 'value': '<script>' }); - * // => '<b>&lt;script&gt;</b>' - * - * // Use the "evaluate" delimiter to execute JavaScript and generate HTML. - * var compiled = _.template('<% _.forEach(users, function(user) { %><li><%- user %></li><% }); %>'); - * compiled({ 'users': ['fred', 'barney'] }); - * // => '<li>fred</li><li>barney</li>' - * - * // Use the internal `print` function in "evaluate" delimiters. - * var compiled = _.template('<% print("hello " + user); %>!'); - * compiled({ 'user': 'barney' }); - * // => 'hello barney!' - * - * // Use the ES template literal delimiter as an "interpolate" delimiter. - * // Disable support by replacing the "interpolate" delimiter. - * var compiled = _.template('hello ${ user }!'); - * compiled({ 'user': 'pebbles' }); - * // => 'hello pebbles!' - * - * // Use backslashes to treat delimiters as plain text. - * var compiled = _.template('<%= "\\<%- value %\\>" %>'); - * compiled({ 'value': 'ignored' }); - * // => '<%- value %>' - * - * // Use the `imports` option to import `jQuery` as `jq`. - * var text = '<% jq.each(users, function(user) { %><li><%- user %></li><% }); %>'; - * var compiled = _.template(text, { 'imports': { 'jq': jQuery } }); - * compiled({ 'users': ['fred', 'barney'] }); - * // => '<li>fred</li><li>barney</li>' - * - * // Use the `sourceURL` option to specify a custom sourceURL for the template. - * var compiled = _.template('hello <%= user %>!', { 'sourceURL': '/basic/greeting.jst' }); - * compiled(data); - * // => Find the source of "greeting.jst" under the Sources tab or Resources panel of the web inspector. - * - * // Use the `variable` option to ensure a with-statement isn't used in the compiled template. - * var compiled = _.template('hi <%= data.user %>!', { 'variable': 'data' }); - * compiled.source; - * // => function(data) { - * // var __t, __p = ''; - * // __p += 'hi ' + ((__t = ( data.user )) == null ? '' : __t) + '!'; - * // return __p; - * // } - * - * // Use custom template delimiters. - * _.templateSettings.interpolate = /{{([\s\S]+?)}}/g; - * var compiled = _.template('hello {{ user }}!'); - * compiled({ 'user': 'mustache' }); - * // => 'hello mustache!' - * - * // Use the `source` property to inline compiled templates for meaningful - * // line numbers in error messages and stack traces. - * fs.writeFileSync(path.join(process.cwd(), 'jst.js'), '\ - * var JST = {\ - * "main": ' + _.template(mainText).source + '\ - * };\ - * '); - */ - function template(string, options, guard) { - // Based on John Resig's `tmpl` implementation - // (http://ejohn.org/blog/javascript-micro-templating/) - // and Laura Doktorova's doT.js (https://github.com/olado/doT). - var settings = lodash.templateSettings; - - if (guard && isIterateeCall(string, options, guard)) { - options = undefined; - } - string = toString(string); - options = assignInWith({}, options, settings, customDefaultsAssignIn); - - var imports = assignInWith({}, options.imports, settings.imports, customDefaultsAssignIn), - importsKeys = keys(imports), - importsValues = baseValues(imports, importsKeys); - - var isEscaping, - isEvaluating, - index = 0, - interpolate = options.interpolate || reNoMatch, - source = "__p += '"; - - // Compile the regexp to match each delimiter. - var reDelimiters = RegExp( - (options.escape || reNoMatch).source + '|' + - interpolate.source + '|' + - (interpolate === reInterpolate ? reEsTemplate : reNoMatch).source + '|' + - (options.evaluate || reNoMatch).source + '|$' - , 'g'); - - // Use a sourceURL for easier debugging. - // The sourceURL gets injected into the source that's eval-ed, so be careful - // to normalize all kinds of whitespace, so e.g. newlines (and unicode versions of it) can't sneak in - // and escape the comment, thus injecting code that gets evaled. - var sourceURL = '//# sourceURL=' + - (hasOwnProperty.call(options, 'sourceURL') - ? (options.sourceURL + '').replace(/\s/g, ' ') - : ('lodash.templateSources[' + (++templateCounter) + ']') - ) + '\n'; - - string.replace(reDelimiters, function(match, escapeValue, interpolateValue, esTemplateValue, evaluateValue, offset) { - interpolateValue || (interpolateValue = esTemplateValue); - - // Escape characters that can't be included in string literals. - source += string.slice(index, offset).replace(reUnescapedString, escapeStringChar); - - // Replace delimiters with snippets. - if (escapeValue) { - isEscaping = true; - source += "' +\n__e(" + escapeValue + ") +\n'"; - } - if (evaluateValue) { - isEvaluating = true; - source += "';\n" + evaluateValue + ";\n__p += '"; - } - if (interpolateValue) { - source += "' +\n((__t = (" + interpolateValue + ")) == null ? '' : __t) +\n'"; - } - index = offset + match.length; - - // The JS engine embedded in Adobe products needs `match` returned in - // order to produce the correct `offset` value. - return match; - }); - - source += "';\n"; - - // If `variable` is not specified wrap a with-statement around the generated - // code to add the data object to the top of the scope chain. - var variable = hasOwnProperty.call(options, 'variable') && options.variable; - if (!variable) { - source = 'with (obj) {\n' + source + '\n}\n'; - } - // Throw an error if a forbidden character was found in `variable`, to prevent - // potential command injection attacks. - else if (reForbiddenIdentifierChars.test(variable)) { - throw new Error(INVALID_TEMPL_VAR_ERROR_TEXT); - } - - // Cleanup code by stripping empty strings. - source = (isEvaluating ? source.replace(reEmptyStringLeading, '') : source) - .replace(reEmptyStringMiddle, '$1') - .replace(reEmptyStringTrailing, '$1;'); - - // Frame code as the function body. - source = 'function(' + (variable || 'obj') + ') {\n' + - (variable - ? '' - : 'obj || (obj = {});\n' - ) + - "var __t, __p = ''" + - (isEscaping - ? ', __e = _.escape' - : '' - ) + - (isEvaluating - ? ', __j = Array.prototype.join;\n' + - "function print() { __p += __j.call(arguments, '') }\n" - : ';\n' - ) + - source + - 'return __p\n}'; - - var result = attempt(function() { - return Function(importsKeys, sourceURL + 'return ' + source) - .apply(undefined, importsValues); - }); - - // Provide the compiled function's source by its `toString` method or - // the `source` property as a convenience for inlining compiled templates. - result.source = source; - if (isError(result)) { - throw result; - } - return result; - } - - /** - * Converts `string`, as a whole, to lower case just like - * [String#toLowerCase](https://mdn.io/toLowerCase). - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category String - * @param {string} [string=''] The string to convert. - * @returns {string} Returns the lower cased string. - * @example - * - * _.toLower('--Foo-Bar--'); - * // => '--foo-bar--' - * - * _.toLower('fooBar'); - * // => 'foobar' - * - * _.toLower('__FOO_BAR__'); - * // => '__foo_bar__' - */ - function toLower(value) { - return toString(value).toLowerCase(); - } - - /** - * Converts `string`, as a whole, to upper case just like - * [String#toUpperCase](https://mdn.io/toUpperCase). - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category String - * @param {string} [string=''] The string to convert. - * @returns {string} Returns the upper cased string. - * @example - * - * _.toUpper('--foo-bar--'); - * // => '--FOO-BAR--' - * - * _.toUpper('fooBar'); - * // => 'FOOBAR' - * - * _.toUpper('__foo_bar__'); - * // => '__FOO_BAR__' - */ - function toUpper(value) { - return toString(value).toUpperCase(); - } - - /** - * Removes leading and trailing whitespace or specified characters from `string`. - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category String - * @param {string} [string=''] The string to trim. - * @param {string} [chars=whitespace] The characters to trim. - * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. - * @returns {string} Returns the trimmed string. - * @example - * - * _.trim(' abc '); - * // => 'abc' - * - * _.trim('-_-abc-_-', '_-'); - * // => 'abc' - * - * _.map([' foo ', ' bar '], _.trim); - * // => ['foo', 'bar'] - */ - function trim(string, chars, guard) { - string = toString(string); - if (string && (guard || chars === undefined)) { - return baseTrim(string); - } - if (!string || !(chars = baseToString(chars))) { - return string; - } - var strSymbols = stringToArray(string), - chrSymbols = stringToArray(chars), - start = charsStartIndex(strSymbols, chrSymbols), - end = charsEndIndex(strSymbols, chrSymbols) + 1; - - return castSlice(strSymbols, start, end).join(''); - } - - /** - * Removes trailing whitespace or specified characters from `string`. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category String - * @param {string} [string=''] The string to trim. - * @param {string} [chars=whitespace] The characters to trim. - * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. - * @returns {string} Returns the trimmed string. - * @example - * - * _.trimEnd(' abc '); - * // => ' abc' - * - * _.trimEnd('-_-abc-_-', '_-'); - * // => '-_-abc' - */ - function trimEnd(string, chars, guard) { - string = toString(string); - if (string && (guard || chars === undefined)) { - return string.slice(0, trimmedEndIndex(string) + 1); - } - if (!string || !(chars = baseToString(chars))) { - return string; - } - var strSymbols = stringToArray(string), - end = charsEndIndex(strSymbols, stringToArray(chars)) + 1; - - return castSlice(strSymbols, 0, end).join(''); - } - - /** - * Removes leading whitespace or specified characters from `string`. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category String - * @param {string} [string=''] The string to trim. - * @param {string} [chars=whitespace] The characters to trim. - * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. - * @returns {string} Returns the trimmed string. - * @example - * - * _.trimStart(' abc '); - * // => 'abc ' - * - * _.trimStart('-_-abc-_-', '_-'); - * // => 'abc-_-' - */ - function trimStart(string, chars, guard) { - string = toString(string); - if (string && (guard || chars === undefined)) { - return string.replace(reTrimStart, ''); - } - if (!string || !(chars = baseToString(chars))) { - return string; - } - var strSymbols = stringToArray(string), - start = charsStartIndex(strSymbols, stringToArray(chars)); - - return castSlice(strSymbols, start).join(''); - } - - /** - * Truncates `string` if it's longer than the given maximum string length. - * The last characters of the truncated string are replaced with the omission - * string which defaults to "...". - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category String - * @param {string} [string=''] The string to truncate. - * @param {Object} [options={}] The options object. - * @param {number} [options.length=30] The maximum string length. - * @param {string} [options.omission='...'] The string to indicate text is omitted. - * @param {RegExp|string} [options.separator] The separator pattern to truncate to. - * @returns {string} Returns the truncated string. - * @example - * - * _.truncate('hi-diddly-ho there, neighborino'); - * // => 'hi-diddly-ho there, neighbo...' - * - * _.truncate('hi-diddly-ho there, neighborino', { - * 'length': 24, - * 'separator': ' ' - * }); - * // => 'hi-diddly-ho there,...' - * - * _.truncate('hi-diddly-ho there, neighborino', { - * 'length': 24, - * 'separator': /,? +/ - * }); - * // => 'hi-diddly-ho there...' - * - * _.truncate('hi-diddly-ho there, neighborino', { - * 'omission': ' [...]' - * }); - * // => 'hi-diddly-ho there, neig [...]' - */ - function truncate(string, options) { - var length = DEFAULT_TRUNC_LENGTH, - omission = DEFAULT_TRUNC_OMISSION; - - if (isObject(options)) { - var separator = 'separator' in options ? options.separator : separator; - length = 'length' in options ? toInteger(options.length) : length; - omission = 'omission' in options ? baseToString(options.omission) : omission; - } - string = toString(string); - - var strLength = string.length; - if (hasUnicode(string)) { - var strSymbols = stringToArray(string); - strLength = strSymbols.length; - } - if (length >= strLength) { - return string; - } - var end = length - stringSize(omission); - if (end < 1) { - return omission; - } - var result = strSymbols - ? castSlice(strSymbols, 0, end).join('') - : string.slice(0, end); - - if (separator === undefined) { - return result + omission; - } - if (strSymbols) { - end += (result.length - end); - } - if (isRegExp(separator)) { - if (string.slice(end).search(separator)) { - var match, - substring = result; - - if (!separator.global) { - separator = RegExp(separator.source, toString(reFlags.exec(separator)) + 'g'); - } - separator.lastIndex = 0; - while ((match = separator.exec(substring))) { - var newEnd = match.index; - } - result = result.slice(0, newEnd === undefined ? end : newEnd); - } - } else if (string.indexOf(baseToString(separator), end) != end) { - var index = result.lastIndexOf(separator); - if (index > -1) { - result = result.slice(0, index); - } - } - return result + omission; - } - - /** - * The inverse of `_.escape`; this method converts the HTML entities - * `&amp;`, `&lt;`, `&gt;`, `&quot;`, and `&#39;` in `string` to - * their corresponding characters. - * - * **Note:** No other HTML entities are unescaped. To unescape additional - * HTML entities use a third-party library like [_he_](https://mths.be/he). - * - * @static - * @memberOf _ - * @since 0.6.0 - * @category String - * @param {string} [string=''] The string to unescape. - * @returns {string} Returns the unescaped string. - * @example - * - * _.unescape('fred, barney, &amp; pebbles'); - * // => 'fred, barney, & pebbles' - */ - function unescape(string) { - string = toString(string); - return (string && reHasEscapedHtml.test(string)) - ? string.replace(reEscapedHtml, unescapeHtmlChar) - : string; - } - - /** - * Converts `string`, as space separated words, to upper case. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category String - * @param {string} [string=''] The string to convert. - * @returns {string} Returns the upper cased string. - * @example - * - * _.upperCase('--foo-bar'); - * // => 'FOO BAR' - * - * _.upperCase('fooBar'); - * // => 'FOO BAR' - * - * _.upperCase('__foo_bar__'); - * // => 'FOO BAR' - */ - var upperCase = createCompounder(function(result, word, index) { - return result + (index ? ' ' : '') + word.toUpperCase(); - }); - - /** - * Converts the first character of `string` to upper case. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category String - * @param {string} [string=''] The string to convert. - * @returns {string} Returns the converted string. - * @example - * - * _.upperFirst('fred'); - * // => 'Fred' - * - * _.upperFirst('FRED'); - * // => 'FRED' - */ - var upperFirst = createCaseFirst('toUpperCase'); - - /** - * Splits `string` into an array of its words. - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category String - * @param {string} [string=''] The string to inspect. - * @param {RegExp|string} [pattern] The pattern to match words. - * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. - * @returns {Array} Returns the words of `string`. - * @example - * - * _.words('fred, barney, & pebbles'); - * // => ['fred', 'barney', 'pebbles'] - * - * _.words('fred, barney, & pebbles', /[^, ]+/g); - * // => ['fred', 'barney', '&', 'pebbles'] - */ - function words(string, pattern, guard) { - string = toString(string); - pattern = guard ? undefined : pattern; - - if (pattern === undefined) { - return hasUnicodeWord(string) ? unicodeWords(string) : asciiWords(string); - } - return string.match(pattern) || []; - } - - /*------------------------------------------------------------------------*/ - - /** - * Attempts to invoke `func`, returning either the result or the caught error - * object. Any additional arguments are provided to `func` when it's invoked. - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category Util - * @param {Function} func The function to attempt. - * @param {...*} [args] The arguments to invoke `func` with. - * @returns {*} Returns the `func` result or error object. - * @example - * - * // Avoid throwing errors for invalid selectors. - * var elements = _.attempt(function(selector) { - * return document.querySelectorAll(selector); - * }, '>_>'); - * - * if (_.isError(elements)) { - * elements = []; - * } - */ - var attempt = baseRest(function(func, args) { - try { - return apply(func, undefined, args); - } catch (e) { - return isError(e) ? e : new Error(e); - } - }); - - /** - * Binds methods of an object to the object itself, overwriting the existing - * method. - * - * **Note:** This method doesn't set the "length" property of bound functions. - * - * @static - * @since 0.1.0 - * @memberOf _ - * @category Util - * @param {Object} object The object to bind and assign the bound methods to. - * @param {...(string|string[])} methodNames The object method names to bind. - * @returns {Object} Returns `object`. - * @example - * - * var view = { - * 'label': 'docs', - * 'click': function() { - * console.log('clicked ' + this.label); - * } - * }; - * - * _.bindAll(view, ['click']); - * jQuery(element).on('click', view.click); - * // => Logs 'clicked docs' when clicked. - */ - var bindAll = flatRest(function(object, methodNames) { - arrayEach(methodNames, function(key) { - key = toKey(key); - baseAssignValue(object, key, bind(object[key], object)); - }); - return object; - }); - - /** - * Creates a function that iterates over `pairs` and invokes the corresponding - * function of the first predicate to return truthy. The predicate-function - * pairs are invoked with the `this` binding and arguments of the created - * function. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Util - * @param {Array} pairs The predicate-function pairs. - * @returns {Function} Returns the new composite function. - * @example - * - * var func = _.cond([ - * [_.matches({ 'a': 1 }), _.constant('matches A')], - * [_.conforms({ 'b': _.isNumber }), _.constant('matches B')], - * [_.stubTrue, _.constant('no match')] - * ]); - * - * func({ 'a': 1, 'b': 2 }); - * // => 'matches A' - * - * func({ 'a': 0, 'b': 1 }); - * // => 'matches B' - * - * func({ 'a': '1', 'b': '2' }); - * // => 'no match' - */ - function cond(pairs) { - var length = pairs == null ? 0 : pairs.length, - toIteratee = getIteratee(); - - pairs = !length ? [] : arrayMap(pairs, function(pair) { - if (typeof pair[1] != 'function') { - throw new TypeError(FUNC_ERROR_TEXT); - } - return [toIteratee(pair[0]), pair[1]]; - }); - - return baseRest(function(args) { - var index = -1; - while (++index < length) { - var pair = pairs[index]; - if (apply(pair[0], this, args)) { - return apply(pair[1], this, args); - } - } - }); - } - - /** - * Creates a function that invokes the predicate properties of `source` with - * the corresponding property values of a given object, returning `true` if - * all predicates return truthy, else `false`. - * - * **Note:** The created function is equivalent to `_.conformsTo` with - * `source` partially applied. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Util - * @param {Object} source The object of property predicates to conform to. - * @returns {Function} Returns the new spec function. - * @example - * - * var objects = [ - * { 'a': 2, 'b': 1 }, - * { 'a': 1, 'b': 2 } - * ]; - * - * _.filter(objects, _.conforms({ 'b': function(n) { return n > 1; } })); - * // => [{ 'a': 1, 'b': 2 }] - */ - function conforms(source) { - return baseConforms(baseClone(source, CLONE_DEEP_FLAG)); - } - - /** - * Creates a function that returns `value`. - * - * @static - * @memberOf _ - * @since 2.4.0 - * @category Util - * @param {*} value The value to return from the new function. - * @returns {Function} Returns the new constant function. - * @example - * - * var objects = _.times(2, _.constant({ 'a': 1 })); - * - * console.log(objects); - * // => [{ 'a': 1 }, { 'a': 1 }] - * - * console.log(objects[0] === objects[1]); - * // => true - */ - function constant(value) { - return function() { - return value; - }; - } - - /** - * Checks `value` to determine whether a default value should be returned in - * its place. The `defaultValue` is returned if `value` is `NaN`, `null`, - * or `undefined`. - * - * @static - * @memberOf _ - * @since 4.14.0 - * @category Util - * @param {*} value The value to check. - * @param {*} defaultValue The default value. - * @returns {*} Returns the resolved value. - * @example - * - * _.defaultTo(1, 10); - * // => 1 - * - * _.defaultTo(undefined, 10); - * // => 10 - */ - function defaultTo(value, defaultValue) { - return (value == null || value !== value) ? defaultValue : value; - } - - /** - * Creates a function that returns the result of invoking the given functions - * with the `this` binding of the created function, where each successive - * invocation is supplied the return value of the previous. - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category Util - * @param {...(Function|Function[])} [funcs] The functions to invoke. - * @returns {Function} Returns the new composite function. - * @see _.flowRight - * @example - * - * function square(n) { - * return n * n; - * } - * - * var addSquare = _.flow([_.add, square]); - * addSquare(1, 2); - * // => 9 - */ - var flow = createFlow(); - - /** - * This method is like `_.flow` except that it creates a function that - * invokes the given functions from right to left. - * - * @static - * @since 3.0.0 - * @memberOf _ - * @category Util - * @param {...(Function|Function[])} [funcs] The functions to invoke. - * @returns {Function} Returns the new composite function. - * @see _.flow - * @example - * - * function square(n) { - * return n * n; - * } - * - * var addSquare = _.flowRight([square, _.add]); - * addSquare(1, 2); - * // => 9 - */ - var flowRight = createFlow(true); - - /** - * This method returns the first argument it receives. - * - * @static - * @since 0.1.0 - * @memberOf _ - * @category Util - * @param {*} value Any value. - * @returns {*} Returns `value`. - * @example - * - * var object = { 'a': 1 }; - * - * console.log(_.identity(object) === object); - * // => true - */ - function identity(value) { - return value; - } - - /** - * Creates a function that invokes `func` with the arguments of the created - * function. If `func` is a property name, the created function returns the - * property value for a given element. If `func` is an array or object, the - * created function returns `true` for elements that contain the equivalent - * source properties, otherwise it returns `false`. - * - * @static - * @since 4.0.0 - * @memberOf _ - * @category Util - * @param {*} [func=_.identity] The value to convert to a callback. - * @returns {Function} Returns the callback. - * @example - * - * var users = [ - * { 'user': 'barney', 'age': 36, 'active': true }, - * { 'user': 'fred', 'age': 40, 'active': false } - * ]; - * - * // The `_.matches` iteratee shorthand. - * _.filter(users, _.iteratee({ 'user': 'barney', 'active': true })); - * // => [{ 'user': 'barney', 'age': 36, 'active': true }] - * - * // The `_.matchesProperty` iteratee shorthand. - * _.filter(users, _.iteratee(['user', 'fred'])); - * // => [{ 'user': 'fred', 'age': 40 }] - * - * // The `_.property` iteratee shorthand. - * _.map(users, _.iteratee('user')); - * // => ['barney', 'fred'] - * - * // Create custom iteratee shorthands. - * _.iteratee = _.wrap(_.iteratee, function(iteratee, func) { - * return !_.isRegExp(func) ? iteratee(func) : function(string) { - * return func.test(string); - * }; - * }); - * - * _.filter(['abc', 'def'], /ef/); - * // => ['def'] - */ - function iteratee(func) { - return baseIteratee(typeof func == 'function' ? func : baseClone(func, CLONE_DEEP_FLAG)); - } - - /** - * Creates a function that performs a partial deep comparison between a given - * object and `source`, returning `true` if the given object has equivalent - * property values, else `false`. - * - * **Note:** The created function is equivalent to `_.isMatch` with `source` - * partially applied. - * - * Partial comparisons will match empty array and empty object `source` - * values against any array or object value, respectively. See `_.isEqual` - * for a list of supported value comparisons. - * - * **Note:** Multiple values can be checked by combining several matchers - * using `_.overSome` - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category Util - * @param {Object} source The object of property values to match. - * @returns {Function} Returns the new spec function. - * @example - * - * var objects = [ - * { 'a': 1, 'b': 2, 'c': 3 }, - * { 'a': 4, 'b': 5, 'c': 6 } - * ]; - * - * _.filter(objects, _.matches({ 'a': 4, 'c': 6 })); - * // => [{ 'a': 4, 'b': 5, 'c': 6 }] - * - * // Checking for several possible values - * _.filter(objects, _.overSome([_.matches({ 'a': 1 }), _.matches({ 'a': 4 })])); - * // => [{ 'a': 1, 'b': 2, 'c': 3 }, { 'a': 4, 'b': 5, 'c': 6 }] - */ - function matches(source) { - return baseMatches(baseClone(source, CLONE_DEEP_FLAG)); - } - - /** - * Creates a function that performs a partial deep comparison between the - * value at `path` of a given object to `srcValue`, returning `true` if the - * object value is equivalent, else `false`. - * - * **Note:** Partial comparisons will match empty array and empty object - * `srcValue` values against any array or object value, respectively. See - * `_.isEqual` for a list of supported value comparisons. - * - * **Note:** Multiple values can be checked by combining several matchers - * using `_.overSome` - * - * @static - * @memberOf _ - * @since 3.2.0 - * @category Util - * @param {Array|string} path The path of the property to get. - * @param {*} srcValue The value to match. - * @returns {Function} Returns the new spec function. - * @example - * - * var objects = [ - * { 'a': 1, 'b': 2, 'c': 3 }, - * { 'a': 4, 'b': 5, 'c': 6 } - * ]; - * - * _.find(objects, _.matchesProperty('a', 4)); - * // => { 'a': 4, 'b': 5, 'c': 6 } - * - * // Checking for several possible values - * _.filter(objects, _.overSome([_.matchesProperty('a', 1), _.matchesProperty('a', 4)])); - * // => [{ 'a': 1, 'b': 2, 'c': 3 }, { 'a': 4, 'b': 5, 'c': 6 }] - */ - function matchesProperty(path, srcValue) { - return baseMatchesProperty(path, baseClone(srcValue, CLONE_DEEP_FLAG)); - } - - /** - * Creates a function that invokes the method at `path` of a given object. - * Any additional arguments are provided to the invoked method. - * - * @static - * @memberOf _ - * @since 3.7.0 - * @category Util - * @param {Array|string} path The path of the method to invoke. - * @param {...*} [args] The arguments to invoke the method with. - * @returns {Function} Returns the new invoker function. - * @example - * - * var objects = [ - * { 'a': { 'b': _.constant(2) } }, - * { 'a': { 'b': _.constant(1) } } - * ]; - * - * _.map(objects, _.method('a.b')); - * // => [2, 1] - * - * _.map(objects, _.method(['a', 'b'])); - * // => [2, 1] - */ - var method = baseRest(function(path, args) { - return function(object) { - return baseInvoke(object, path, args); - }; - }); - - /** - * The opposite of `_.method`; this method creates a function that invokes - * the method at a given path of `object`. Any additional arguments are - * provided to the invoked method. - * - * @static - * @memberOf _ - * @since 3.7.0 - * @category Util - * @param {Object} object The object to query. - * @param {...*} [args] The arguments to invoke the method with. - * @returns {Function} Returns the new invoker function. - * @example - * - * var array = _.times(3, _.constant), - * object = { 'a': array, 'b': array, 'c': array }; - * - * _.map(['a[2]', 'c[0]'], _.methodOf(object)); - * // => [2, 0] - * - * _.map([['a', '2'], ['c', '0']], _.methodOf(object)); - * // => [2, 0] - */ - var methodOf = baseRest(function(object, args) { - return function(path) { - return baseInvoke(object, path, args); - }; - }); - - /** - * Adds all own enumerable string keyed function properties of a source - * object to the destination object. If `object` is a function, then methods - * are added to its prototype as well. - * - * **Note:** Use `_.runInContext` to create a pristine `lodash` function to - * avoid conflicts caused by modifying the original. - * - * @static - * @since 0.1.0 - * @memberOf _ - * @category Util - * @param {Function|Object} [object=lodash] The destination object. - * @param {Object} source The object of functions to add. - * @param {Object} [options={}] The options object. - * @param {boolean} [options.chain=true] Specify whether mixins are chainable. - * @returns {Function|Object} Returns `object`. - * @example - * - * function vowels(string) { - * return _.filter(string, function(v) { - * return /[aeiou]/i.test(v); - * }); - * } - * - * _.mixin({ 'vowels': vowels }); - * _.vowels('fred'); - * // => ['e'] - * - * _('fred').vowels().value(); - * // => ['e'] - * - * _.mixin({ 'vowels': vowels }, { 'chain': false }); - * _('fred').vowels(); - * // => ['e'] - */ - function mixin(object, source, options) { - var props = keys(source), - methodNames = baseFunctions(source, props); - - if (options == null && - !(isObject(source) && (methodNames.length || !props.length))) { - options = source; - source = object; - object = this; - methodNames = baseFunctions(source, keys(source)); - } - var chain = !(isObject(options) && 'chain' in options) || !!options.chain, - isFunc = isFunction(object); - - arrayEach(methodNames, function(methodName) { - var func = source[methodName]; - object[methodName] = func; - if (isFunc) { - object.prototype[methodName] = function() { - var chainAll = this.__chain__; - if (chain || chainAll) { - var result = object(this.__wrapped__), - actions = result.__actions__ = copyArray(this.__actions__); - - actions.push({ 'func': func, 'args': arguments, 'thisArg': object }); - result.__chain__ = chainAll; - return result; - } - return func.apply(object, arrayPush([this.value()], arguments)); - }; - } - }); - - return object; - } - - /** - * Reverts the `_` variable to its previous value and returns a reference to - * the `lodash` function. - * - * @static - * @since 0.1.0 - * @memberOf _ - * @category Util - * @returns {Function} Returns the `lodash` function. - * @example - * - * var lodash = _.noConflict(); - */ - function noConflict() { - if (root._ === this) { - root._ = oldDash; - } - return this; - } - - /** - * This method returns `undefined`. - * - * @static - * @memberOf _ - * @since 2.3.0 - * @category Util - * @example - * - * _.times(2, _.noop); - * // => [undefined, undefined] - */ - function noop() { - // No operation performed. - } - - /** - * Creates a function that gets the argument at index `n`. If `n` is negative, - * the nth argument from the end is returned. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Util - * @param {number} [n=0] The index of the argument to return. - * @returns {Function} Returns the new pass-thru function. - * @example - * - * var func = _.nthArg(1); - * func('a', 'b', 'c', 'd'); - * // => 'b' - * - * var func = _.nthArg(-2); - * func('a', 'b', 'c', 'd'); - * // => 'c' - */ - function nthArg(n) { - n = toInteger(n); - return baseRest(function(args) { - return baseNth(args, n); - }); - } - - /** - * Creates a function that invokes `iteratees` with the arguments it receives - * and returns their results. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Util - * @param {...(Function|Function[])} [iteratees=[_.identity]] - * The iteratees to invoke. - * @returns {Function} Returns the new function. - * @example - * - * var func = _.over([Math.max, Math.min]); - * - * func(1, 2, 3, 4); - * // => [4, 1] - */ - var over = createOver(arrayMap); - - /** - * Creates a function that checks if **all** of the `predicates` return - * truthy when invoked with the arguments it receives. - * - * Following shorthands are possible for providing predicates. - * Pass an `Object` and it will be used as an parameter for `_.matches` to create the predicate. - * Pass an `Array` of parameters for `_.matchesProperty` and the predicate will be created using them. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Util - * @param {...(Function|Function[])} [predicates=[_.identity]] - * The predicates to check. - * @returns {Function} Returns the new function. - * @example - * - * var func = _.overEvery([Boolean, isFinite]); - * - * func('1'); - * // => true - * - * func(null); - * // => false - * - * func(NaN); - * // => false - */ - var overEvery = createOver(arrayEvery); - - /** - * Creates a function that checks if **any** of the `predicates` return - * truthy when invoked with the arguments it receives. - * - * Following shorthands are possible for providing predicates. - * Pass an `Object` and it will be used as an parameter for `_.matches` to create the predicate. - * Pass an `Array` of parameters for `_.matchesProperty` and the predicate will be created using them. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Util - * @param {...(Function|Function[])} [predicates=[_.identity]] - * The predicates to check. - * @returns {Function} Returns the new function. - * @example - * - * var func = _.overSome([Boolean, isFinite]); - * - * func('1'); - * // => true - * - * func(null); - * // => true - * - * func(NaN); - * // => false - * - * var matchesFunc = _.overSome([{ 'a': 1 }, { 'a': 2 }]) - * var matchesPropertyFunc = _.overSome([['a', 1], ['a', 2]]) - */ - var overSome = createOver(arraySome); - - /** - * Creates a function that returns the value at `path` of a given object. - * - * @static - * @memberOf _ - * @since 2.4.0 - * @category Util - * @param {Array|string} path The path of the property to get. - * @returns {Function} Returns the new accessor function. - * @example - * - * var objects = [ - * { 'a': { 'b': 2 } }, - * { 'a': { 'b': 1 } } - * ]; - * - * _.map(objects, _.property('a.b')); - * // => [2, 1] - * - * _.map(_.sortBy(objects, _.property(['a', 'b'])), 'a.b'); - * // => [1, 2] - */ - function property(path) { - return isKey(path) ? baseProperty(toKey(path)) : basePropertyDeep(path); - } - - /** - * The opposite of `_.property`; this method creates a function that returns - * the value at a given path of `object`. - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category Util - * @param {Object} object The object to query. - * @returns {Function} Returns the new accessor function. - * @example - * - * var array = [0, 1, 2], - * object = { 'a': array, 'b': array, 'c': array }; - * - * _.map(['a[2]', 'c[0]'], _.propertyOf(object)); - * // => [2, 0] - * - * _.map([['a', '2'], ['c', '0']], _.propertyOf(object)); - * // => [2, 0] - */ - function propertyOf(object) { - return function(path) { - return object == null ? undefined : baseGet(object, path); - }; - } - - /** - * Creates an array of numbers (positive and/or negative) progressing from - * `start` up to, but not including, `end`. A step of `-1` is used if a negative - * `start` is specified without an `end` or `step`. If `end` is not specified, - * it's set to `start` with `start` then set to `0`. - * - * **Note:** JavaScript follows the IEEE-754 standard for resolving - * floating-point values which can produce unexpected results. - * - * @static - * @since 0.1.0 - * @memberOf _ - * @category Util - * @param {number} [start=0] The start of the range. - * @param {number} end The end of the range. - * @param {number} [step=1] The value to increment or decrement by. - * @returns {Array} Returns the range of numbers. - * @see _.inRange, _.rangeRight - * @example - * - * _.range(4); - * // => [0, 1, 2, 3] - * - * _.range(-4); - * // => [0, -1, -2, -3] - * - * _.range(1, 5); - * // => [1, 2, 3, 4] - * - * _.range(0, 20, 5); - * // => [0, 5, 10, 15] - * - * _.range(0, -4, -1); - * // => [0, -1, -2, -3] - * - * _.range(1, 4, 0); - * // => [1, 1, 1] - * - * _.range(0); - * // => [] - */ - var range = createRange(); - - /** - * This method is like `_.range` except that it populates values in - * descending order. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Util - * @param {number} [start=0] The start of the range. - * @param {number} end The end of the range. - * @param {number} [step=1] The value to increment or decrement by. - * @returns {Array} Returns the range of numbers. - * @see _.inRange, _.range - * @example - * - * _.rangeRight(4); - * // => [3, 2, 1, 0] - * - * _.rangeRight(-4); - * // => [-3, -2, -1, 0] - * - * _.rangeRight(1, 5); - * // => [4, 3, 2, 1] - * - * _.rangeRight(0, 20, 5); - * // => [15, 10, 5, 0] - * - * _.rangeRight(0, -4, -1); - * // => [-3, -2, -1, 0] - * - * _.rangeRight(1, 4, 0); - * // => [1, 1, 1] - * - * _.rangeRight(0); - * // => [] - */ - var rangeRight = createRange(true); - - /** - * This method returns a new empty array. - * - * @static - * @memberOf _ - * @since 4.13.0 - * @category Util - * @returns {Array} Returns the new empty array. - * @example - * - * var arrays = _.times(2, _.stubArray); - * - * console.log(arrays); - * // => [[], []] - * - * console.log(arrays[0] === arrays[1]); - * // => false - */ - function stubArray() { - return []; - } - - /** - * This method returns `false`. - * - * @static - * @memberOf _ - * @since 4.13.0 - * @category Util - * @returns {boolean} Returns `false`. - * @example - * - * _.times(2, _.stubFalse); - * // => [false, false] - */ - function stubFalse() { - return false; - } - - /** - * This method returns a new empty object. - * - * @static - * @memberOf _ - * @since 4.13.0 - * @category Util - * @returns {Object} Returns the new empty object. - * @example - * - * var objects = _.times(2, _.stubObject); - * - * console.log(objects); - * // => [{}, {}] - * - * console.log(objects[0] === objects[1]); - * // => false - */ - function stubObject() { - return {}; - } - - /** - * This method returns an empty string. - * - * @static - * @memberOf _ - * @since 4.13.0 - * @category Util - * @returns {string} Returns the empty string. - * @example - * - * _.times(2, _.stubString); - * // => ['', ''] - */ - function stubString() { - return ''; - } - - /** - * This method returns `true`. - * - * @static - * @memberOf _ - * @since 4.13.0 - * @category Util - * @returns {boolean} Returns `true`. - * @example - * - * _.times(2, _.stubTrue); - * // => [true, true] - */ - function stubTrue() { - return true; - } - - /** - * Invokes the iteratee `n` times, returning an array of the results of - * each invocation. The iteratee is invoked with one argument; (index). - * - * @static - * @since 0.1.0 - * @memberOf _ - * @category Util - * @param {number} n The number of times to invoke `iteratee`. - * @param {Function} [iteratee=_.identity] The function invoked per iteration. - * @returns {Array} Returns the array of results. - * @example - * - * _.times(3, String); - * // => ['0', '1', '2'] - * - * _.times(4, _.constant(0)); - * // => [0, 0, 0, 0] - */ - function times(n, iteratee) { - n = toInteger(n); - if (n < 1 || n > MAX_SAFE_INTEGER) { - return []; - } - var index = MAX_ARRAY_LENGTH, - length = nativeMin(n, MAX_ARRAY_LENGTH); - - iteratee = getIteratee(iteratee); - n -= MAX_ARRAY_LENGTH; - - var result = baseTimes(length, iteratee); - while (++index < n) { - iteratee(index); - } - return result; - } - - /** - * Converts `value` to a property path array. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Util - * @param {*} value The value to convert. - * @returns {Array} Returns the new property path array. - * @example - * - * _.toPath('a.b.c'); - * // => ['a', 'b', 'c'] - * - * _.toPath('a[0].b.c'); - * // => ['a', '0', 'b', 'c'] - */ - function toPath(value) { - if (isArray(value)) { - return arrayMap(value, toKey); - } - return isSymbol(value) ? [value] : copyArray(stringToPath(toString(value))); - } - - /** - * Generates a unique ID. If `prefix` is given, the ID is appended to it. - * - * @static - * @since 0.1.0 - * @memberOf _ - * @category Util - * @param {string} [prefix=''] The value to prefix the ID with. - * @returns {string} Returns the unique ID. - * @example - * - * _.uniqueId('contact_'); - * // => 'contact_104' - * - * _.uniqueId(); - * // => '105' - */ - function uniqueId(prefix) { - var id = ++idCounter; - return toString(prefix) + id; - } - - /*------------------------------------------------------------------------*/ - - /** - * Adds two numbers. - * - * @static - * @memberOf _ - * @since 3.4.0 - * @category Math - * @param {number} augend The first number in an addition. - * @param {number} addend The second number in an addition. - * @returns {number} Returns the total. - * @example - * - * _.add(6, 4); - * // => 10 - */ - var add = createMathOperation(function(augend, addend) { - return augend + addend; - }, 0); - - /** - * Computes `number` rounded up to `precision`. - * - * @static - * @memberOf _ - * @since 3.10.0 - * @category Math - * @param {number} number The number to round up. - * @param {number} [precision=0] The precision to round up to. - * @returns {number} Returns the rounded up number. - * @example - * - * _.ceil(4.006); - * // => 5 - * - * _.ceil(6.004, 2); - * // => 6.01 - * - * _.ceil(6040, -2); - * // => 6100 - */ - var ceil = createRound('ceil'); - - /** - * Divide two numbers. - * - * @static - * @memberOf _ - * @since 4.7.0 - * @category Math - * @param {number} dividend The first number in a division. - * @param {number} divisor The second number in a division. - * @returns {number} Returns the quotient. - * @example - * - * _.divide(6, 4); - * // => 1.5 - */ - var divide = createMathOperation(function(dividend, divisor) { - return dividend / divisor; - }, 1); - - /** - * Computes `number` rounded down to `precision`. - * - * @static - * @memberOf _ - * @since 3.10.0 - * @category Math - * @param {number} number The number to round down. - * @param {number} [precision=0] The precision to round down to. - * @returns {number} Returns the rounded down number. - * @example - * - * _.floor(4.006); - * // => 4 - * - * _.floor(0.046, 2); - * // => 0.04 - * - * _.floor(4060, -2); - * // => 4000 - */ - var floor = createRound('floor'); - - /** - * Computes the maximum value of `array`. If `array` is empty or falsey, - * `undefined` is returned. - * - * @static - * @since 0.1.0 - * @memberOf _ - * @category Math - * @param {Array} array The array to iterate over. - * @returns {*} Returns the maximum value. - * @example - * - * _.max([4, 2, 8, 6]); - * // => 8 - * - * _.max([]); - * // => undefined - */ - function max(array) { - return (array && array.length) - ? baseExtremum(array, identity, baseGt) - : undefined; - } - - /** - * This method is like `_.max` except that it accepts `iteratee` which is - * invoked for each element in `array` to generate the criterion by which - * the value is ranked. The iteratee is invoked with one argument: (value). - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Math - * @param {Array} array The array to iterate over. - * @param {Function} [iteratee=_.identity] The iteratee invoked per element. - * @returns {*} Returns the maximum value. - * @example - * - * var objects = [{ 'n': 1 }, { 'n': 2 }]; - * - * _.maxBy(objects, function(o) { return o.n; }); - * // => { 'n': 2 } - * - * // The `_.property` iteratee shorthand. - * _.maxBy(objects, 'n'); - * // => { 'n': 2 } - */ - function maxBy(array, iteratee) { - return (array && array.length) - ? baseExtremum(array, getIteratee(iteratee, 2), baseGt) - : undefined; - } - - /** - * Computes the mean of the values in `array`. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Math - * @param {Array} array The array to iterate over. - * @returns {number} Returns the mean. - * @example - * - * _.mean([4, 2, 8, 6]); - * // => 5 - */ - function mean(array) { - return baseMean(array, identity); - } - - /** - * This method is like `_.mean` except that it accepts `iteratee` which is - * invoked for each element in `array` to generate the value to be averaged. - * The iteratee is invoked with one argument: (value). - * - * @static - * @memberOf _ - * @since 4.7.0 - * @category Math - * @param {Array} array The array to iterate over. - * @param {Function} [iteratee=_.identity] The iteratee invoked per element. - * @returns {number} Returns the mean. - * @example - * - * var objects = [{ 'n': 4 }, { 'n': 2 }, { 'n': 8 }, { 'n': 6 }]; - * - * _.meanBy(objects, function(o) { return o.n; }); - * // => 5 - * - * // The `_.property` iteratee shorthand. - * _.meanBy(objects, 'n'); - * // => 5 - */ - function meanBy(array, iteratee) { - return baseMean(array, getIteratee(iteratee, 2)); - } - - /** - * Computes the minimum value of `array`. If `array` is empty or falsey, - * `undefined` is returned. - * - * @static - * @since 0.1.0 - * @memberOf _ - * @category Math - * @param {Array} array The array to iterate over. - * @returns {*} Returns the minimum value. - * @example - * - * _.min([4, 2, 8, 6]); - * // => 2 - * - * _.min([]); - * // => undefined - */ - function min(array) { - return (array && array.length) - ? baseExtremum(array, identity, baseLt) - : undefined; - } - - /** - * This method is like `_.min` except that it accepts `iteratee` which is - * invoked for each element in `array` to generate the criterion by which - * the value is ranked. The iteratee is invoked with one argument: (value). - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Math - * @param {Array} array The array to iterate over. - * @param {Function} [iteratee=_.identity] The iteratee invoked per element. - * @returns {*} Returns the minimum value. - * @example - * - * var objects = [{ 'n': 1 }, { 'n': 2 }]; - * - * _.minBy(objects, function(o) { return o.n; }); - * // => { 'n': 1 } - * - * // The `_.property` iteratee shorthand. - * _.minBy(objects, 'n'); - * // => { 'n': 1 } - */ - function minBy(array, iteratee) { - return (array && array.length) - ? baseExtremum(array, getIteratee(iteratee, 2), baseLt) - : undefined; - } - - /** - * Multiply two numbers. - * - * @static - * @memberOf _ - * @since 4.7.0 - * @category Math - * @param {number} multiplier The first number in a multiplication. - * @param {number} multiplicand The second number in a multiplication. - * @returns {number} Returns the product. - * @example - * - * _.multiply(6, 4); - * // => 24 - */ - var multiply = createMathOperation(function(multiplier, multiplicand) { - return multiplier * multiplicand; - }, 1); - - /** - * Computes `number` rounded to `precision`. - * - * @static - * @memberOf _ - * @since 3.10.0 - * @category Math - * @param {number} number The number to round. - * @param {number} [precision=0] The precision to round to. - * @returns {number} Returns the rounded number. - * @example - * - * _.round(4.006); - * // => 4 - * - * _.round(4.006, 2); - * // => 4.01 - * - * _.round(4060, -2); - * // => 4100 - */ - var round = createRound('round'); - - /** - * Subtract two numbers. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Math - * @param {number} minuend The first number in a subtraction. - * @param {number} subtrahend The second number in a subtraction. - * @returns {number} Returns the difference. - * @example - * - * _.subtract(6, 4); - * // => 2 - */ - var subtract = createMathOperation(function(minuend, subtrahend) { - return minuend - subtrahend; - }, 0); - - /** - * Computes the sum of the values in `array`. - * - * @static - * @memberOf _ - * @since 3.4.0 - * @category Math - * @param {Array} array The array to iterate over. - * @returns {number} Returns the sum. - * @example - * - * _.sum([4, 2, 8, 6]); - * // => 20 - */ - function sum(array) { - return (array && array.length) - ? baseSum(array, identity) - : 0; - } - - /** - * This method is like `_.sum` except that it accepts `iteratee` which is - * invoked for each element in `array` to generate the value to be summed. - * The iteratee is invoked with one argument: (value). - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Math - * @param {Array} array The array to iterate over. - * @param {Function} [iteratee=_.identity] The iteratee invoked per element. - * @returns {number} Returns the sum. - * @example - * - * var objects = [{ 'n': 4 }, { 'n': 2 }, { 'n': 8 }, { 'n': 6 }]; - * - * _.sumBy(objects, function(o) { return o.n; }); - * // => 20 - * - * // The `_.property` iteratee shorthand. - * _.sumBy(objects, 'n'); - * // => 20 - */ - function sumBy(array, iteratee) { - return (array && array.length) - ? baseSum(array, getIteratee(iteratee, 2)) - : 0; - } - - /*------------------------------------------------------------------------*/ - - // Add methods that return wrapped values in chain sequences. - lodash.after = after; - lodash.ary = ary; - lodash.assign = assign; - lodash.assignIn = assignIn; - lodash.assignInWith = assignInWith; - lodash.assignWith = assignWith; - lodash.at = at; - lodash.before = before; - lodash.bind = bind; - lodash.bindAll = bindAll; - lodash.bindKey = bindKey; - lodash.castArray = castArray; - lodash.chain = chain; - lodash.chunk = chunk; - lodash.compact = compact; - lodash.concat = concat; - lodash.cond = cond; - lodash.conforms = conforms; - lodash.constant = constant; - lodash.countBy = countBy; - lodash.create = create; - lodash.curry = curry; - lodash.curryRight = curryRight; - lodash.debounce = debounce; - lodash.defaults = defaults; - lodash.defaultsDeep = defaultsDeep; - lodash.defer = defer; - lodash.delay = delay; - lodash.difference = difference; - lodash.differenceBy = differenceBy; - lodash.differenceWith = differenceWith; - lodash.drop = drop; - lodash.dropRight = dropRight; - lodash.dropRightWhile = dropRightWhile; - lodash.dropWhile = dropWhile; - lodash.fill = fill; - lodash.filter = filter; - lodash.flatMap = flatMap; - lodash.flatMapDeep = flatMapDeep; - lodash.flatMapDepth = flatMapDepth; - lodash.flatten = flatten; - lodash.flattenDeep = flattenDeep; - lodash.flattenDepth = flattenDepth; - lodash.flip = flip; - lodash.flow = flow; - lodash.flowRight = flowRight; - lodash.fromPairs = fromPairs; - lodash.functions = functions; - lodash.functionsIn = functionsIn; - lodash.groupBy = groupBy; - lodash.initial = initial; - lodash.intersection = intersection; - lodash.intersectionBy = intersectionBy; - lodash.intersectionWith = intersectionWith; - lodash.invert = invert; - lodash.invertBy = invertBy; - lodash.invokeMap = invokeMap; - lodash.iteratee = iteratee; - lodash.keyBy = keyBy; - lodash.keys = keys; - lodash.keysIn = keysIn; - lodash.map = map; - lodash.mapKeys = mapKeys; - lodash.mapValues = mapValues; - lodash.matches = matches; - lodash.matchesProperty = matchesProperty; - lodash.memoize = memoize; - lodash.merge = merge; - lodash.mergeWith = mergeWith; - lodash.method = method; - lodash.methodOf = methodOf; - lodash.mixin = mixin; - lodash.negate = negate; - lodash.nthArg = nthArg; - lodash.omit = omit; - lodash.omitBy = omitBy; - lodash.once = once; - lodash.orderBy = orderBy; - lodash.over = over; - lodash.overArgs = overArgs; - lodash.overEvery = overEvery; - lodash.overSome = overSome; - lodash.partial = partial; - lodash.partialRight = partialRight; - lodash.partition = partition; - lodash.pick = pick; - lodash.pickBy = pickBy; - lodash.property = property; - lodash.propertyOf = propertyOf; - lodash.pull = pull; - lodash.pullAll = pullAll; - lodash.pullAllBy = pullAllBy; - lodash.pullAllWith = pullAllWith; - lodash.pullAt = pullAt; - lodash.range = range; - lodash.rangeRight = rangeRight; - lodash.rearg = rearg; - lodash.reject = reject; - lodash.remove = remove; - lodash.rest = rest; - lodash.reverse = reverse; - lodash.sampleSize = sampleSize; - lodash.set = set; - lodash.setWith = setWith; - lodash.shuffle = shuffle; - lodash.slice = slice; - lodash.sortBy = sortBy; - lodash.sortedUniq = sortedUniq; - lodash.sortedUniqBy = sortedUniqBy; - lodash.split = split; - lodash.spread = spread; - lodash.tail = tail; - lodash.take = take; - lodash.takeRight = takeRight; - lodash.takeRightWhile = takeRightWhile; - lodash.takeWhile = takeWhile; - lodash.tap = tap; - lodash.throttle = throttle; - lodash.thru = thru; - lodash.toArray = toArray; - lodash.toPairs = toPairs; - lodash.toPairsIn = toPairsIn; - lodash.toPath = toPath; - lodash.toPlainObject = toPlainObject; - lodash.transform = transform; - lodash.unary = unary; - lodash.union = union; - lodash.unionBy = unionBy; - lodash.unionWith = unionWith; - lodash.uniq = uniq; - lodash.uniqBy = uniqBy; - lodash.uniqWith = uniqWith; - lodash.unset = unset; - lodash.unzip = unzip; - lodash.unzipWith = unzipWith; - lodash.update = update; - lodash.updateWith = updateWith; - lodash.values = values; - lodash.valuesIn = valuesIn; - lodash.without = without; - lodash.words = words; - lodash.wrap = wrap; - lodash.xor = xor; - lodash.xorBy = xorBy; - lodash.xorWith = xorWith; - lodash.zip = zip; - lodash.zipObject = zipObject; - lodash.zipObjectDeep = zipObjectDeep; - lodash.zipWith = zipWith; - - // Add aliases. - lodash.entries = toPairs; - lodash.entriesIn = toPairsIn; - lodash.extend = assignIn; - lodash.extendWith = assignInWith; - - // Add methods to `lodash.prototype`. - mixin(lodash, lodash); - - /*------------------------------------------------------------------------*/ - - // Add methods that return unwrapped values in chain sequences. - lodash.add = add; - lodash.attempt = attempt; - lodash.camelCase = camelCase; - lodash.capitalize = capitalize; - lodash.ceil = ceil; - lodash.clamp = clamp; - lodash.clone = clone; - lodash.cloneDeep = cloneDeep; - lodash.cloneDeepWith = cloneDeepWith; - lodash.cloneWith = cloneWith; - lodash.conformsTo = conformsTo; - lodash.deburr = deburr; - lodash.defaultTo = defaultTo; - lodash.divide = divide; - lodash.endsWith = endsWith; - lodash.eq = eq; - lodash.escape = escape; - lodash.escapeRegExp = escapeRegExp; - lodash.every = every; - lodash.find = find; - lodash.findIndex = findIndex; - lodash.findKey = findKey; - lodash.findLast = findLast; - lodash.findLastIndex = findLastIndex; - lodash.findLastKey = findLastKey; - lodash.floor = floor; - lodash.forEach = forEach; - lodash.forEachRight = forEachRight; - lodash.forIn = forIn; - lodash.forInRight = forInRight; - lodash.forOwn = forOwn; - lodash.forOwnRight = forOwnRight; - lodash.get = get; - lodash.gt = gt; - lodash.gte = gte; - lodash.has = has; - lodash.hasIn = hasIn; - lodash.head = head; - lodash.identity = identity; - lodash.includes = includes; - lodash.indexOf = indexOf; - lodash.inRange = inRange; - lodash.invoke = invoke; - lodash.isArguments = isArguments; - lodash.isArray = isArray; - lodash.isArrayBuffer = isArrayBuffer; - lodash.isArrayLike = isArrayLike; - lodash.isArrayLikeObject = isArrayLikeObject; - lodash.isBoolean = isBoolean; - lodash.isBuffer = isBuffer; - lodash.isDate = isDate; - lodash.isElement = isElement; - lodash.isEmpty = isEmpty; - lodash.isEqual = isEqual; - lodash.isEqualWith = isEqualWith; - lodash.isError = isError; - lodash.isFinite = isFinite; - lodash.isFunction = isFunction; - lodash.isInteger = isInteger; - lodash.isLength = isLength; - lodash.isMap = isMap; - lodash.isMatch = isMatch; - lodash.isMatchWith = isMatchWith; - lodash.isNaN = isNaN; - lodash.isNative = isNative; - lodash.isNil = isNil; - lodash.isNull = isNull; - lodash.isNumber = isNumber; - lodash.isObject = isObject; - lodash.isObjectLike = isObjectLike; - lodash.isPlainObject = isPlainObject; - lodash.isRegExp = isRegExp; - lodash.isSafeInteger = isSafeInteger; - lodash.isSet = isSet; - lodash.isString = isString; - lodash.isSymbol = isSymbol; - lodash.isTypedArray = isTypedArray; - lodash.isUndefined = isUndefined; - lodash.isWeakMap = isWeakMap; - lodash.isWeakSet = isWeakSet; - lodash.join = join; - lodash.kebabCase = kebabCase; - lodash.last = last; - lodash.lastIndexOf = lastIndexOf; - lodash.lowerCase = lowerCase; - lodash.lowerFirst = lowerFirst; - lodash.lt = lt; - lodash.lte = lte; - lodash.max = max; - lodash.maxBy = maxBy; - lodash.mean = mean; - lodash.meanBy = meanBy; - lodash.min = min; - lodash.minBy = minBy; - lodash.stubArray = stubArray; - lodash.stubFalse = stubFalse; - lodash.stubObject = stubObject; - lodash.stubString = stubString; - lodash.stubTrue = stubTrue; - lodash.multiply = multiply; - lodash.nth = nth; - lodash.noConflict = noConflict; - lodash.noop = noop; - lodash.now = now; - lodash.pad = pad; - lodash.padEnd = padEnd; - lodash.padStart = padStart; - lodash.parseInt = parseInt; - lodash.random = random; - lodash.reduce = reduce; - lodash.reduceRight = reduceRight; - lodash.repeat = repeat; - lodash.replace = replace; - lodash.result = result; - lodash.round = round; - lodash.runInContext = runInContext; - lodash.sample = sample; - lodash.size = size; - lodash.snakeCase = snakeCase; - lodash.some = some; - lodash.sortedIndex = sortedIndex; - lodash.sortedIndexBy = sortedIndexBy; - lodash.sortedIndexOf = sortedIndexOf; - lodash.sortedLastIndex = sortedLastIndex; - lodash.sortedLastIndexBy = sortedLastIndexBy; - lodash.sortedLastIndexOf = sortedLastIndexOf; - lodash.startCase = startCase; - lodash.startsWith = startsWith; - lodash.subtract = subtract; - lodash.sum = sum; - lodash.sumBy = sumBy; - lodash.template = template; - lodash.times = times; - lodash.toFinite = toFinite; - lodash.toInteger = toInteger; - lodash.toLength = toLength; - lodash.toLower = toLower; - lodash.toNumber = toNumber; - lodash.toSafeInteger = toSafeInteger; - lodash.toString = toString; - lodash.toUpper = toUpper; - lodash.trim = trim; - lodash.trimEnd = trimEnd; - lodash.trimStart = trimStart; - lodash.truncate = truncate; - lodash.unescape = unescape; - lodash.uniqueId = uniqueId; - lodash.upperCase = upperCase; - lodash.upperFirst = upperFirst; - - // Add aliases. - lodash.each = forEach; - lodash.eachRight = forEachRight; - lodash.first = head; - - mixin(lodash, (function() { - var source = {}; - baseForOwn(lodash, function(func, methodName) { - if (!hasOwnProperty.call(lodash.prototype, methodName)) { - source[methodName] = func; - } - }); - return source; - }()), { 'chain': false }); - - /*------------------------------------------------------------------------*/ - - /** - * The semantic version number. - * - * @static - * @memberOf _ - * @type {string} - */ - lodash.VERSION = VERSION; - - // Assign default placeholders. - arrayEach(['bind', 'bindKey', 'curry', 'curryRight', 'partial', 'partialRight'], function(methodName) { - lodash[methodName].placeholder = lodash; - }); - - // Add `LazyWrapper` methods for `_.drop` and `_.take` variants. - arrayEach(['drop', 'take'], function(methodName, index) { - LazyWrapper.prototype[methodName] = function(n) { - n = n === undefined ? 1 : nativeMax(toInteger(n), 0); - - var result = (this.__filtered__ && !index) - ? new LazyWrapper(this) - : this.clone(); - - if (result.__filtered__) { - result.__takeCount__ = nativeMin(n, result.__takeCount__); - } else { - result.__views__.push({ - 'size': nativeMin(n, MAX_ARRAY_LENGTH), - 'type': methodName + (result.__dir__ < 0 ? 'Right' : '') - }); - } - return result; - }; - - LazyWrapper.prototype[methodName + 'Right'] = function(n) { - return this.reverse()[methodName](n).reverse(); - }; - }); - - // Add `LazyWrapper` methods that accept an `iteratee` value. - arrayEach(['filter', 'map', 'takeWhile'], function(methodName, index) { - var type = index + 1, - isFilter = type == LAZY_FILTER_FLAG || type == LAZY_WHILE_FLAG; - - LazyWrapper.prototype[methodName] = function(iteratee) { - var result = this.clone(); - result.__iteratees__.push({ - 'iteratee': getIteratee(iteratee, 3), - 'type': type - }); - result.__filtered__ = result.__filtered__ || isFilter; - return result; - }; - }); - - // Add `LazyWrapper` methods for `_.head` and `_.last`. - arrayEach(['head', 'last'], function(methodName, index) { - var takeName = 'take' + (index ? 'Right' : ''); - - LazyWrapper.prototype[methodName] = function() { - return this[takeName](1).value()[0]; - }; - }); - - // Add `LazyWrapper` methods for `_.initial` and `_.tail`. - arrayEach(['initial', 'tail'], function(methodName, index) { - var dropName = 'drop' + (index ? '' : 'Right'); - - LazyWrapper.prototype[methodName] = function() { - return this.__filtered__ ? new LazyWrapper(this) : this[dropName](1); - }; - }); - - LazyWrapper.prototype.compact = function() { - return this.filter(identity); - }; - - LazyWrapper.prototype.find = function(predicate) { - return this.filter(predicate).head(); - }; - - LazyWrapper.prototype.findLast = function(predicate) { - return this.reverse().find(predicate); - }; - - LazyWrapper.prototype.invokeMap = baseRest(function(path, args) { - if (typeof path == 'function') { - return new LazyWrapper(this); - } - return this.map(function(value) { - return baseInvoke(value, path, args); - }); - }); - - LazyWrapper.prototype.reject = function(predicate) { - return this.filter(negate(getIteratee(predicate))); - }; - - LazyWrapper.prototype.slice = function(start, end) { - start = toInteger(start); - - var result = this; - if (result.__filtered__ && (start > 0 || end < 0)) { - return new LazyWrapper(result); - } - if (start < 0) { - result = result.takeRight(-start); - } else if (start) { - result = result.drop(start); - } - if (end !== undefined) { - end = toInteger(end); - result = end < 0 ? result.dropRight(-end) : result.take(end - start); - } - return result; - }; - - LazyWrapper.prototype.takeRightWhile = function(predicate) { - return this.reverse().takeWhile(predicate).reverse(); - }; - - LazyWrapper.prototype.toArray = function() { - return this.take(MAX_ARRAY_LENGTH); - }; - - // Add `LazyWrapper` methods to `lodash.prototype`. - baseForOwn(LazyWrapper.prototype, function(func, methodName) { - var checkIteratee = /^(?:filter|find|map|reject)|While$/.test(methodName), - isTaker = /^(?:head|last)$/.test(methodName), - lodashFunc = lodash[isTaker ? ('take' + (methodName == 'last' ? 'Right' : '')) : methodName], - retUnwrapped = isTaker || /^find/.test(methodName); - - if (!lodashFunc) { - return; - } - lodash.prototype[methodName] = function() { - var value = this.__wrapped__, - args = isTaker ? [1] : arguments, - isLazy = value instanceof LazyWrapper, - iteratee = args[0], - useLazy = isLazy || isArray(value); - - var interceptor = function(value) { - var result = lodashFunc.apply(lodash, arrayPush([value], args)); - return (isTaker && chainAll) ? result[0] : result; - }; - - if (useLazy && checkIteratee && typeof iteratee == 'function' && iteratee.length != 1) { - // Avoid lazy use if the iteratee has a "length" value other than `1`. - isLazy = useLazy = false; - } - var chainAll = this.__chain__, - isHybrid = !!this.__actions__.length, - isUnwrapped = retUnwrapped && !chainAll, - onlyLazy = isLazy && !isHybrid; - - if (!retUnwrapped && useLazy) { - value = onlyLazy ? value : new LazyWrapper(this); - var result = func.apply(value, args); - result.__actions__.push({ 'func': thru, 'args': [interceptor], 'thisArg': undefined }); - return new LodashWrapper(result, chainAll); - } - if (isUnwrapped && onlyLazy) { - return func.apply(this, args); - } - result = this.thru(interceptor); - return isUnwrapped ? (isTaker ? result.value()[0] : result.value()) : result; - }; - }); - - // Add `Array` methods to `lodash.prototype`. - arrayEach(['pop', 'push', 'shift', 'sort', 'splice', 'unshift'], function(methodName) { - var func = arrayProto[methodName], - chainName = /^(?:push|sort|unshift)$/.test(methodName) ? 'tap' : 'thru', - retUnwrapped = /^(?:pop|shift)$/.test(methodName); - - lodash.prototype[methodName] = function() { - var args = arguments; - if (retUnwrapped && !this.__chain__) { - var value = this.value(); - return func.apply(isArray(value) ? value : [], args); - } - return this[chainName](function(value) { - return func.apply(isArray(value) ? value : [], args); - }); - }; - }); - - // Map minified method names to their real names. - baseForOwn(LazyWrapper.prototype, function(func, methodName) { - var lodashFunc = lodash[methodName]; - if (lodashFunc) { - var key = lodashFunc.name + ''; - if (!hasOwnProperty.call(realNames, key)) { - realNames[key] = []; - } - realNames[key].push({ 'name': methodName, 'func': lodashFunc }); - } - }); - - realNames[createHybrid(undefined, WRAP_BIND_KEY_FLAG).name] = [{ - 'name': 'wrapper', - 'func': undefined - }]; - - // Add methods to `LazyWrapper`. - LazyWrapper.prototype.clone = lazyClone; - LazyWrapper.prototype.reverse = lazyReverse; - LazyWrapper.prototype.value = lazyValue; - - // Add chain sequence methods to the `lodash` wrapper. - lodash.prototype.at = wrapperAt; - lodash.prototype.chain = wrapperChain; - lodash.prototype.commit = wrapperCommit; - lodash.prototype.next = wrapperNext; - lodash.prototype.plant = wrapperPlant; - lodash.prototype.reverse = wrapperReverse; - lodash.prototype.toJSON = lodash.prototype.valueOf = lodash.prototype.value = wrapperValue; - - // Add lazy aliases. - lodash.prototype.first = lodash.prototype.head; - - if (symIterator) { - lodash.prototype[symIterator] = wrapperToIterator; - } - return lodash; - }); - - /*--------------------------------------------------------------------------*/ - - // Export lodash. - var _ = runInContext(); - - // Some AMD build optimizers, like r.js, check for condition patterns like: - if (typeof define == 'function' && typeof define.amd == 'object' && define.amd) { - // Expose Lodash on the global object to prevent errors when Lodash is - // loaded by a script tag in the presence of an AMD loader. - // See http://requirejs.org/docs/errors.html#mismatch for more details. - // Use `_.noConflict` to remove Lodash from the global object. - root._ = _; - - // Define as an anonymous module so, through path mapping, it can be - // referenced as the "underscore" module. - define(function() { - return _; - }); - } - // Check for `exports` after `define` in case a build optimizer adds it. - else if (freeModule) { - // Export for Node.js. - (freeModule.exports = _)._ = _; - // Export for CommonJS support. - freeExports._ = _; - } - else { - // Export to the global object. - root._ = _; - } -}.call(this)); diff --git a/software/flow/node_modules/lodash/lodash.min.js b/software/flow/node_modules/lodash/lodash.min.js deleted file mode 100644 index 4219da7..0000000 --- a/software/flow/node_modules/lodash/lodash.min.js +++ /dev/null @@ -1,140 +0,0 @@ -/** - * @license - * Lodash <https://lodash.com/> - * Copyright OpenJS Foundation and other contributors <https://openjsf.org/> - * Released under MIT license <https://lodash.com/license> - * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE> - * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors - */ -(function(){function n(n,t,r){switch(r.length){case 0:return n.call(t);case 1:return n.call(t,r[0]);case 2:return n.call(t,r[0],r[1]);case 3:return n.call(t,r[0],r[1],r[2])}return n.apply(t,r)}function t(n,t,r,e){for(var u=-1,i=null==n?0:n.length;++u<i;){var o=n[u];t(e,o,r(o),n)}return e}function r(n,t){for(var r=-1,e=null==n?0:n.length;++r<e&&t(n[r],r,n)!==!1;);return n}function e(n,t){for(var r=null==n?0:n.length;r--&&t(n[r],r,n)!==!1;);return n}function u(n,t){for(var r=-1,e=null==n?0:n.length;++r<e;)if(!t(n[r],r,n))return!1; -return!0}function i(n,t){for(var r=-1,e=null==n?0:n.length,u=0,i=[];++r<e;){var o=n[r];t(o,r,n)&&(i[u++]=o)}return i}function o(n,t){return!!(null==n?0:n.length)&&y(n,t,0)>-1}function f(n,t,r){for(var e=-1,u=null==n?0:n.length;++e<u;)if(r(t,n[e]))return!0;return!1}function c(n,t){for(var r=-1,e=null==n?0:n.length,u=Array(e);++r<e;)u[r]=t(n[r],r,n);return u}function a(n,t){for(var r=-1,e=t.length,u=n.length;++r<e;)n[u+r]=t[r];return n}function l(n,t,r,e){var u=-1,i=null==n?0:n.length;for(e&&i&&(r=n[++u]);++u<i;)r=t(r,n[u],u,n); -return r}function s(n,t,r,e){var u=null==n?0:n.length;for(e&&u&&(r=n[--u]);u--;)r=t(r,n[u],u,n);return r}function h(n,t){for(var r=-1,e=null==n?0:n.length;++r<e;)if(t(n[r],r,n))return!0;return!1}function p(n){return n.split("")}function _(n){return n.match($t)||[]}function v(n,t,r){var e;return r(n,function(n,r,u){if(t(n,r,u))return e=r,!1}),e}function g(n,t,r,e){for(var u=n.length,i=r+(e?1:-1);e?i--:++i<u;)if(t(n[i],i,n))return i;return-1}function y(n,t,r){return t===t?Z(n,t,r):g(n,b,r)}function d(n,t,r,e){ -for(var u=r-1,i=n.length;++u<i;)if(e(n[u],t))return u;return-1}function b(n){return n!==n}function w(n,t){var r=null==n?0:n.length;return r?k(n,t)/r:Cn}function m(n){return function(t){return null==t?X:t[n]}}function x(n){return function(t){return null==n?X:n[t]}}function j(n,t,r,e,u){return u(n,function(n,u,i){r=e?(e=!1,n):t(r,n,u,i)}),r}function A(n,t){var r=n.length;for(n.sort(t);r--;)n[r]=n[r].value;return n}function k(n,t){for(var r,e=-1,u=n.length;++e<u;){var i=t(n[e]);i!==X&&(r=r===X?i:r+i); -}return r}function O(n,t){for(var r=-1,e=Array(n);++r<n;)e[r]=t(r);return e}function I(n,t){return c(t,function(t){return[t,n[t]]})}function R(n){return n?n.slice(0,H(n)+1).replace(Lt,""):n}function z(n){return function(t){return n(t)}}function E(n,t){return c(t,function(t){return n[t]})}function S(n,t){return n.has(t)}function W(n,t){for(var r=-1,e=n.length;++r<e&&y(t,n[r],0)>-1;);return r}function L(n,t){for(var r=n.length;r--&&y(t,n[r],0)>-1;);return r}function C(n,t){for(var r=n.length,e=0;r--;)n[r]===t&&++e; -return e}function U(n){return"\\"+Yr[n]}function B(n,t){return null==n?X:n[t]}function T(n){return Nr.test(n)}function $(n){return Pr.test(n)}function D(n){for(var t,r=[];!(t=n.next()).done;)r.push(t.value);return r}function M(n){var t=-1,r=Array(n.size);return n.forEach(function(n,e){r[++t]=[e,n]}),r}function F(n,t){return function(r){return n(t(r))}}function N(n,t){for(var r=-1,e=n.length,u=0,i=[];++r<e;){var o=n[r];o!==t&&o!==cn||(n[r]=cn,i[u++]=r)}return i}function P(n){var t=-1,r=Array(n.size); -return n.forEach(function(n){r[++t]=n}),r}function q(n){var t=-1,r=Array(n.size);return n.forEach(function(n){r[++t]=[n,n]}),r}function Z(n,t,r){for(var e=r-1,u=n.length;++e<u;)if(n[e]===t)return e;return-1}function K(n,t,r){for(var e=r+1;e--;)if(n[e]===t)return e;return e}function V(n){return T(n)?J(n):_e(n)}function G(n){return T(n)?Y(n):p(n)}function H(n){for(var t=n.length;t--&&Ct.test(n.charAt(t)););return t}function J(n){for(var t=Mr.lastIndex=0;Mr.test(n);)++t;return t}function Y(n){return n.match(Mr)||[]; -}function Q(n){return n.match(Fr)||[]}var X,nn="4.17.21",tn=200,rn="Unsupported core-js use. Try https://npms.io/search?q=ponyfill.",en="Expected a function",un="Invalid `variable` option passed into `_.template`",on="__lodash_hash_undefined__",fn=500,cn="__lodash_placeholder__",an=1,ln=2,sn=4,hn=1,pn=2,_n=1,vn=2,gn=4,yn=8,dn=16,bn=32,wn=64,mn=128,xn=256,jn=512,An=30,kn="...",On=800,In=16,Rn=1,zn=2,En=3,Sn=1/0,Wn=9007199254740991,Ln=1.7976931348623157e308,Cn=NaN,Un=4294967295,Bn=Un-1,Tn=Un>>>1,$n=[["ary",mn],["bind",_n],["bindKey",vn],["curry",yn],["curryRight",dn],["flip",jn],["partial",bn],["partialRight",wn],["rearg",xn]],Dn="[object Arguments]",Mn="[object Array]",Fn="[object AsyncFunction]",Nn="[object Boolean]",Pn="[object Date]",qn="[object DOMException]",Zn="[object Error]",Kn="[object Function]",Vn="[object GeneratorFunction]",Gn="[object Map]",Hn="[object Number]",Jn="[object Null]",Yn="[object Object]",Qn="[object Promise]",Xn="[object Proxy]",nt="[object RegExp]",tt="[object Set]",rt="[object String]",et="[object Symbol]",ut="[object Undefined]",it="[object WeakMap]",ot="[object WeakSet]",ft="[object ArrayBuffer]",ct="[object DataView]",at="[object Float32Array]",lt="[object Float64Array]",st="[object Int8Array]",ht="[object Int16Array]",pt="[object Int32Array]",_t="[object Uint8Array]",vt="[object Uint8ClampedArray]",gt="[object Uint16Array]",yt="[object Uint32Array]",dt=/\b__p \+= '';/g,bt=/\b(__p \+=) '' \+/g,wt=/(__e\(.*?\)|\b__t\)) \+\n'';/g,mt=/&(?:amp|lt|gt|quot|#39);/g,xt=/[&<>"']/g,jt=RegExp(mt.source),At=RegExp(xt.source),kt=/<%-([\s\S]+?)%>/g,Ot=/<%([\s\S]+?)%>/g,It=/<%=([\s\S]+?)%>/g,Rt=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,zt=/^\w*$/,Et=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,St=/[\\^$.*+?()[\]{}|]/g,Wt=RegExp(St.source),Lt=/^\s+/,Ct=/\s/,Ut=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,Bt=/\{\n\/\* \[wrapped with (.+)\] \*/,Tt=/,? & /,$t=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,Dt=/[()=,{}\[\]\/\s]/,Mt=/\\(\\)?/g,Ft=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,Nt=/\w*$/,Pt=/^[-+]0x[0-9a-f]+$/i,qt=/^0b[01]+$/i,Zt=/^\[object .+?Constructor\]$/,Kt=/^0o[0-7]+$/i,Vt=/^(?:0|[1-9]\d*)$/,Gt=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,Ht=/($^)/,Jt=/['\n\r\u2028\u2029\\]/g,Yt="\\ud800-\\udfff",Qt="\\u0300-\\u036f",Xt="\\ufe20-\\ufe2f",nr="\\u20d0-\\u20ff",tr=Qt+Xt+nr,rr="\\u2700-\\u27bf",er="a-z\\xdf-\\xf6\\xf8-\\xff",ur="\\xac\\xb1\\xd7\\xf7",ir="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",or="\\u2000-\\u206f",fr=" \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",cr="A-Z\\xc0-\\xd6\\xd8-\\xde",ar="\\ufe0e\\ufe0f",lr=ur+ir+or+fr,sr="['\u2019]",hr="["+Yt+"]",pr="["+lr+"]",_r="["+tr+"]",vr="\\d+",gr="["+rr+"]",yr="["+er+"]",dr="[^"+Yt+lr+vr+rr+er+cr+"]",br="\\ud83c[\\udffb-\\udfff]",wr="(?:"+_r+"|"+br+")",mr="[^"+Yt+"]",xr="(?:\\ud83c[\\udde6-\\uddff]){2}",jr="[\\ud800-\\udbff][\\udc00-\\udfff]",Ar="["+cr+"]",kr="\\u200d",Or="(?:"+yr+"|"+dr+")",Ir="(?:"+Ar+"|"+dr+")",Rr="(?:"+sr+"(?:d|ll|m|re|s|t|ve))?",zr="(?:"+sr+"(?:D|LL|M|RE|S|T|VE))?",Er=wr+"?",Sr="["+ar+"]?",Wr="(?:"+kr+"(?:"+[mr,xr,jr].join("|")+")"+Sr+Er+")*",Lr="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",Cr="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",Ur=Sr+Er+Wr,Br="(?:"+[gr,xr,jr].join("|")+")"+Ur,Tr="(?:"+[mr+_r+"?",_r,xr,jr,hr].join("|")+")",$r=RegExp(sr,"g"),Dr=RegExp(_r,"g"),Mr=RegExp(br+"(?="+br+")|"+Tr+Ur,"g"),Fr=RegExp([Ar+"?"+yr+"+"+Rr+"(?="+[pr,Ar,"$"].join("|")+")",Ir+"+"+zr+"(?="+[pr,Ar+Or,"$"].join("|")+")",Ar+"?"+Or+"+"+Rr,Ar+"+"+zr,Cr,Lr,vr,Br].join("|"),"g"),Nr=RegExp("["+kr+Yt+tr+ar+"]"),Pr=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,qr=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],Zr=-1,Kr={}; -Kr[at]=Kr[lt]=Kr[st]=Kr[ht]=Kr[pt]=Kr[_t]=Kr[vt]=Kr[gt]=Kr[yt]=!0,Kr[Dn]=Kr[Mn]=Kr[ft]=Kr[Nn]=Kr[ct]=Kr[Pn]=Kr[Zn]=Kr[Kn]=Kr[Gn]=Kr[Hn]=Kr[Yn]=Kr[nt]=Kr[tt]=Kr[rt]=Kr[it]=!1;var Vr={};Vr[Dn]=Vr[Mn]=Vr[ft]=Vr[ct]=Vr[Nn]=Vr[Pn]=Vr[at]=Vr[lt]=Vr[st]=Vr[ht]=Vr[pt]=Vr[Gn]=Vr[Hn]=Vr[Yn]=Vr[nt]=Vr[tt]=Vr[rt]=Vr[et]=Vr[_t]=Vr[vt]=Vr[gt]=Vr[yt]=!0,Vr[Zn]=Vr[Kn]=Vr[it]=!1;var Gr={"\xc0":"A","\xc1":"A","\xc2":"A","\xc3":"A","\xc4":"A","\xc5":"A","\xe0":"a","\xe1":"a","\xe2":"a","\xe3":"a","\xe4":"a","\xe5":"a", -"\xc7":"C","\xe7":"c","\xd0":"D","\xf0":"d","\xc8":"E","\xc9":"E","\xca":"E","\xcb":"E","\xe8":"e","\xe9":"e","\xea":"e","\xeb":"e","\xcc":"I","\xcd":"I","\xce":"I","\xcf":"I","\xec":"i","\xed":"i","\xee":"i","\xef":"i","\xd1":"N","\xf1":"n","\xd2":"O","\xd3":"O","\xd4":"O","\xd5":"O","\xd6":"O","\xd8":"O","\xf2":"o","\xf3":"o","\xf4":"o","\xf5":"o","\xf6":"o","\xf8":"o","\xd9":"U","\xda":"U","\xdb":"U","\xdc":"U","\xf9":"u","\xfa":"u","\xfb":"u","\xfc":"u","\xdd":"Y","\xfd":"y","\xff":"y","\xc6":"Ae", -"\xe6":"ae","\xde":"Th","\xfe":"th","\xdf":"ss","\u0100":"A","\u0102":"A","\u0104":"A","\u0101":"a","\u0103":"a","\u0105":"a","\u0106":"C","\u0108":"C","\u010a":"C","\u010c":"C","\u0107":"c","\u0109":"c","\u010b":"c","\u010d":"c","\u010e":"D","\u0110":"D","\u010f":"d","\u0111":"d","\u0112":"E","\u0114":"E","\u0116":"E","\u0118":"E","\u011a":"E","\u0113":"e","\u0115":"e","\u0117":"e","\u0119":"e","\u011b":"e","\u011c":"G","\u011e":"G","\u0120":"G","\u0122":"G","\u011d":"g","\u011f":"g","\u0121":"g", -"\u0123":"g","\u0124":"H","\u0126":"H","\u0125":"h","\u0127":"h","\u0128":"I","\u012a":"I","\u012c":"I","\u012e":"I","\u0130":"I","\u0129":"i","\u012b":"i","\u012d":"i","\u012f":"i","\u0131":"i","\u0134":"J","\u0135":"j","\u0136":"K","\u0137":"k","\u0138":"k","\u0139":"L","\u013b":"L","\u013d":"L","\u013f":"L","\u0141":"L","\u013a":"l","\u013c":"l","\u013e":"l","\u0140":"l","\u0142":"l","\u0143":"N","\u0145":"N","\u0147":"N","\u014a":"N","\u0144":"n","\u0146":"n","\u0148":"n","\u014b":"n","\u014c":"O", -"\u014e":"O","\u0150":"O","\u014d":"o","\u014f":"o","\u0151":"o","\u0154":"R","\u0156":"R","\u0158":"R","\u0155":"r","\u0157":"r","\u0159":"r","\u015a":"S","\u015c":"S","\u015e":"S","\u0160":"S","\u015b":"s","\u015d":"s","\u015f":"s","\u0161":"s","\u0162":"T","\u0164":"T","\u0166":"T","\u0163":"t","\u0165":"t","\u0167":"t","\u0168":"U","\u016a":"U","\u016c":"U","\u016e":"U","\u0170":"U","\u0172":"U","\u0169":"u","\u016b":"u","\u016d":"u","\u016f":"u","\u0171":"u","\u0173":"u","\u0174":"W","\u0175":"w", -"\u0176":"Y","\u0177":"y","\u0178":"Y","\u0179":"Z","\u017b":"Z","\u017d":"Z","\u017a":"z","\u017c":"z","\u017e":"z","\u0132":"IJ","\u0133":"ij","\u0152":"Oe","\u0153":"oe","\u0149":"'n","\u017f":"s"},Hr={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"},Jr={"&amp;":"&","&lt;":"<","&gt;":">","&quot;":'"',"&#39;":"'"},Yr={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},Qr=parseFloat,Xr=parseInt,ne="object"==typeof global&&global&&global.Object===Object&&global,te="object"==typeof self&&self&&self.Object===Object&&self,re=ne||te||Function("return this")(),ee="object"==typeof exports&&exports&&!exports.nodeType&&exports,ue=ee&&"object"==typeof module&&module&&!module.nodeType&&module,ie=ue&&ue.exports===ee,oe=ie&&ne.process,fe=function(){ -try{var n=ue&&ue.require&&ue.require("util").types;return n?n:oe&&oe.binding&&oe.binding("util")}catch(n){}}(),ce=fe&&fe.isArrayBuffer,ae=fe&&fe.isDate,le=fe&&fe.isMap,se=fe&&fe.isRegExp,he=fe&&fe.isSet,pe=fe&&fe.isTypedArray,_e=m("length"),ve=x(Gr),ge=x(Hr),ye=x(Jr),de=function p(x){function Z(n){if(cc(n)&&!bh(n)&&!(n instanceof Ct)){if(n instanceof Y)return n;if(bl.call(n,"__wrapped__"))return eo(n)}return new Y(n)}function J(){}function Y(n,t){this.__wrapped__=n,this.__actions__=[],this.__chain__=!!t, -this.__index__=0,this.__values__=X}function Ct(n){this.__wrapped__=n,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=Un,this.__views__=[]}function $t(){var n=new Ct(this.__wrapped__);return n.__actions__=Tu(this.__actions__),n.__dir__=this.__dir__,n.__filtered__=this.__filtered__,n.__iteratees__=Tu(this.__iteratees__),n.__takeCount__=this.__takeCount__,n.__views__=Tu(this.__views__),n}function Yt(){if(this.__filtered__){var n=new Ct(this);n.__dir__=-1, -n.__filtered__=!0}else n=this.clone(),n.__dir__*=-1;return n}function Qt(){var n=this.__wrapped__.value(),t=this.__dir__,r=bh(n),e=t<0,u=r?n.length:0,i=Oi(0,u,this.__views__),o=i.start,f=i.end,c=f-o,a=e?f:o-1,l=this.__iteratees__,s=l.length,h=0,p=Hl(c,this.__takeCount__);if(!r||!e&&u==c&&p==c)return wu(n,this.__actions__);var _=[];n:for(;c--&&h<p;){a+=t;for(var v=-1,g=n[a];++v<s;){var y=l[v],d=y.iteratee,b=y.type,w=d(g);if(b==zn)g=w;else if(!w){if(b==Rn)continue n;break n}}_[h++]=g}return _}function Xt(n){ -var t=-1,r=null==n?0:n.length;for(this.clear();++t<r;){var e=n[t];this.set(e[0],e[1])}}function nr(){this.__data__=is?is(null):{},this.size=0}function tr(n){var t=this.has(n)&&delete this.__data__[n];return this.size-=t?1:0,t}function rr(n){var t=this.__data__;if(is){var r=t[n];return r===on?X:r}return bl.call(t,n)?t[n]:X}function er(n){var t=this.__data__;return is?t[n]!==X:bl.call(t,n)}function ur(n,t){var r=this.__data__;return this.size+=this.has(n)?0:1,r[n]=is&&t===X?on:t,this}function ir(n){ -var t=-1,r=null==n?0:n.length;for(this.clear();++t<r;){var e=n[t];this.set(e[0],e[1])}}function or(){this.__data__=[],this.size=0}function fr(n){var t=this.__data__,r=Wr(t,n);return!(r<0)&&(r==t.length-1?t.pop():Ll.call(t,r,1),--this.size,!0)}function cr(n){var t=this.__data__,r=Wr(t,n);return r<0?X:t[r][1]}function ar(n){return Wr(this.__data__,n)>-1}function lr(n,t){var r=this.__data__,e=Wr(r,n);return e<0?(++this.size,r.push([n,t])):r[e][1]=t,this}function sr(n){var t=-1,r=null==n?0:n.length;for(this.clear();++t<r;){ -var e=n[t];this.set(e[0],e[1])}}function hr(){this.size=0,this.__data__={hash:new Xt,map:new(ts||ir),string:new Xt}}function pr(n){var t=xi(this,n).delete(n);return this.size-=t?1:0,t}function _r(n){return xi(this,n).get(n)}function vr(n){return xi(this,n).has(n)}function gr(n,t){var r=xi(this,n),e=r.size;return r.set(n,t),this.size+=r.size==e?0:1,this}function yr(n){var t=-1,r=null==n?0:n.length;for(this.__data__=new sr;++t<r;)this.add(n[t])}function dr(n){return this.__data__.set(n,on),this}function br(n){ -return this.__data__.has(n)}function wr(n){this.size=(this.__data__=new ir(n)).size}function mr(){this.__data__=new ir,this.size=0}function xr(n){var t=this.__data__,r=t.delete(n);return this.size=t.size,r}function jr(n){return this.__data__.get(n)}function Ar(n){return this.__data__.has(n)}function kr(n,t){var r=this.__data__;if(r instanceof ir){var e=r.__data__;if(!ts||e.length<tn-1)return e.push([n,t]),this.size=++r.size,this;r=this.__data__=new sr(e)}return r.set(n,t),this.size=r.size,this}function Or(n,t){ -var r=bh(n),e=!r&&dh(n),u=!r&&!e&&mh(n),i=!r&&!e&&!u&&Oh(n),o=r||e||u||i,f=o?O(n.length,hl):[],c=f.length;for(var a in n)!t&&!bl.call(n,a)||o&&("length"==a||u&&("offset"==a||"parent"==a)||i&&("buffer"==a||"byteLength"==a||"byteOffset"==a)||Ci(a,c))||f.push(a);return f}function Ir(n){var t=n.length;return t?n[tu(0,t-1)]:X}function Rr(n,t){return Xi(Tu(n),Mr(t,0,n.length))}function zr(n){return Xi(Tu(n))}function Er(n,t,r){(r===X||Gf(n[t],r))&&(r!==X||t in n)||Br(n,t,r)}function Sr(n,t,r){var e=n[t]; -bl.call(n,t)&&Gf(e,r)&&(r!==X||t in n)||Br(n,t,r)}function Wr(n,t){for(var r=n.length;r--;)if(Gf(n[r][0],t))return r;return-1}function Lr(n,t,r,e){return ys(n,function(n,u,i){t(e,n,r(n),i)}),e}function Cr(n,t){return n&&$u(t,Pc(t),n)}function Ur(n,t){return n&&$u(t,qc(t),n)}function Br(n,t,r){"__proto__"==t&&Tl?Tl(n,t,{configurable:!0,enumerable:!0,value:r,writable:!0}):n[t]=r}function Tr(n,t){for(var r=-1,e=t.length,u=il(e),i=null==n;++r<e;)u[r]=i?X:Mc(n,t[r]);return u}function Mr(n,t,r){return n===n&&(r!==X&&(n=n<=r?n:r), -t!==X&&(n=n>=t?n:t)),n}function Fr(n,t,e,u,i,o){var f,c=t&an,a=t&ln,l=t&sn;if(e&&(f=i?e(n,u,i,o):e(n)),f!==X)return f;if(!fc(n))return n;var s=bh(n);if(s){if(f=zi(n),!c)return Tu(n,f)}else{var h=zs(n),p=h==Kn||h==Vn;if(mh(n))return Iu(n,c);if(h==Yn||h==Dn||p&&!i){if(f=a||p?{}:Ei(n),!c)return a?Mu(n,Ur(f,n)):Du(n,Cr(f,n))}else{if(!Vr[h])return i?n:{};f=Si(n,h,c)}}o||(o=new wr);var _=o.get(n);if(_)return _;o.set(n,f),kh(n)?n.forEach(function(r){f.add(Fr(r,t,e,r,n,o))}):jh(n)&&n.forEach(function(r,u){ -f.set(u,Fr(r,t,e,u,n,o))});var v=l?a?di:yi:a?qc:Pc,g=s?X:v(n);return r(g||n,function(r,u){g&&(u=r,r=n[u]),Sr(f,u,Fr(r,t,e,u,n,o))}),f}function Nr(n){var t=Pc(n);return function(r){return Pr(r,n,t)}}function Pr(n,t,r){var e=r.length;if(null==n)return!e;for(n=ll(n);e--;){var u=r[e],i=t[u],o=n[u];if(o===X&&!(u in n)||!i(o))return!1}return!0}function Gr(n,t,r){if("function"!=typeof n)throw new pl(en);return Ws(function(){n.apply(X,r)},t)}function Hr(n,t,r,e){var u=-1,i=o,a=!0,l=n.length,s=[],h=t.length; -if(!l)return s;r&&(t=c(t,z(r))),e?(i=f,a=!1):t.length>=tn&&(i=S,a=!1,t=new yr(t));n:for(;++u<l;){var p=n[u],_=null==r?p:r(p);if(p=e||0!==p?p:0,a&&_===_){for(var v=h;v--;)if(t[v]===_)continue n;s.push(p)}else i(t,_,e)||s.push(p)}return s}function Jr(n,t){var r=!0;return ys(n,function(n,e,u){return r=!!t(n,e,u)}),r}function Yr(n,t,r){for(var e=-1,u=n.length;++e<u;){var i=n[e],o=t(i);if(null!=o&&(f===X?o===o&&!bc(o):r(o,f)))var f=o,c=i}return c}function ne(n,t,r,e){var u=n.length;for(r=kc(r),r<0&&(r=-r>u?0:u+r), -e=e===X||e>u?u:kc(e),e<0&&(e+=u),e=r>e?0:Oc(e);r<e;)n[r++]=t;return n}function te(n,t){var r=[];return ys(n,function(n,e,u){t(n,e,u)&&r.push(n)}),r}function ee(n,t,r,e,u){var i=-1,o=n.length;for(r||(r=Li),u||(u=[]);++i<o;){var f=n[i];t>0&&r(f)?t>1?ee(f,t-1,r,e,u):a(u,f):e||(u[u.length]=f)}return u}function ue(n,t){return n&&bs(n,t,Pc)}function oe(n,t){return n&&ws(n,t,Pc)}function fe(n,t){return i(t,function(t){return uc(n[t])})}function _e(n,t){t=ku(t,n);for(var r=0,e=t.length;null!=n&&r<e;)n=n[no(t[r++])]; -return r&&r==e?n:X}function de(n,t,r){var e=t(n);return bh(n)?e:a(e,r(n))}function we(n){return null==n?n===X?ut:Jn:Bl&&Bl in ll(n)?ki(n):Ki(n)}function me(n,t){return n>t}function xe(n,t){return null!=n&&bl.call(n,t)}function je(n,t){return null!=n&&t in ll(n)}function Ae(n,t,r){return n>=Hl(t,r)&&n<Gl(t,r)}function ke(n,t,r){for(var e=r?f:o,u=n[0].length,i=n.length,a=i,l=il(i),s=1/0,h=[];a--;){var p=n[a];a&&t&&(p=c(p,z(t))),s=Hl(p.length,s),l[a]=!r&&(t||u>=120&&p.length>=120)?new yr(a&&p):X}p=n[0]; -var _=-1,v=l[0];n:for(;++_<u&&h.length<s;){var g=p[_],y=t?t(g):g;if(g=r||0!==g?g:0,!(v?S(v,y):e(h,y,r))){for(a=i;--a;){var d=l[a];if(!(d?S(d,y):e(n[a],y,r)))continue n}v&&v.push(y),h.push(g)}}return h}function Oe(n,t,r,e){return ue(n,function(n,u,i){t(e,r(n),u,i)}),e}function Ie(t,r,e){r=ku(r,t),t=Gi(t,r);var u=null==t?t:t[no(jo(r))];return null==u?X:n(u,t,e)}function Re(n){return cc(n)&&we(n)==Dn}function ze(n){return cc(n)&&we(n)==ft}function Ee(n){return cc(n)&&we(n)==Pn}function Se(n,t,r,e,u){ -return n===t||(null==n||null==t||!cc(n)&&!cc(t)?n!==n&&t!==t:We(n,t,r,e,Se,u))}function We(n,t,r,e,u,i){var o=bh(n),f=bh(t),c=o?Mn:zs(n),a=f?Mn:zs(t);c=c==Dn?Yn:c,a=a==Dn?Yn:a;var l=c==Yn,s=a==Yn,h=c==a;if(h&&mh(n)){if(!mh(t))return!1;o=!0,l=!1}if(h&&!l)return i||(i=new wr),o||Oh(n)?pi(n,t,r,e,u,i):_i(n,t,c,r,e,u,i);if(!(r&hn)){var p=l&&bl.call(n,"__wrapped__"),_=s&&bl.call(t,"__wrapped__");if(p||_){var v=p?n.value():n,g=_?t.value():t;return i||(i=new wr),u(v,g,r,e,i)}}return!!h&&(i||(i=new wr),vi(n,t,r,e,u,i)); -}function Le(n){return cc(n)&&zs(n)==Gn}function Ce(n,t,r,e){var u=r.length,i=u,o=!e;if(null==n)return!i;for(n=ll(n);u--;){var f=r[u];if(o&&f[2]?f[1]!==n[f[0]]:!(f[0]in n))return!1}for(;++u<i;){f=r[u];var c=f[0],a=n[c],l=f[1];if(o&&f[2]){if(a===X&&!(c in n))return!1}else{var s=new wr;if(e)var h=e(a,l,c,n,t,s);if(!(h===X?Se(l,a,hn|pn,e,s):h))return!1}}return!0}function Ue(n){return!(!fc(n)||Di(n))&&(uc(n)?kl:Zt).test(to(n))}function Be(n){return cc(n)&&we(n)==nt}function Te(n){return cc(n)&&zs(n)==tt; -}function $e(n){return cc(n)&&oc(n.length)&&!!Kr[we(n)]}function De(n){return"function"==typeof n?n:null==n?La:"object"==typeof n?bh(n)?Ze(n[0],n[1]):qe(n):Fa(n)}function Me(n){if(!Mi(n))return Vl(n);var t=[];for(var r in ll(n))bl.call(n,r)&&"constructor"!=r&&t.push(r);return t}function Fe(n){if(!fc(n))return Zi(n);var t=Mi(n),r=[];for(var e in n)("constructor"!=e||!t&&bl.call(n,e))&&r.push(e);return r}function Ne(n,t){return n<t}function Pe(n,t){var r=-1,e=Hf(n)?il(n.length):[];return ys(n,function(n,u,i){ -e[++r]=t(n,u,i)}),e}function qe(n){var t=ji(n);return 1==t.length&&t[0][2]?Ni(t[0][0],t[0][1]):function(r){return r===n||Ce(r,n,t)}}function Ze(n,t){return Bi(n)&&Fi(t)?Ni(no(n),t):function(r){var e=Mc(r,n);return e===X&&e===t?Nc(r,n):Se(t,e,hn|pn)}}function Ke(n,t,r,e,u){n!==t&&bs(t,function(i,o){if(u||(u=new wr),fc(i))Ve(n,t,o,r,Ke,e,u);else{var f=e?e(Ji(n,o),i,o+"",n,t,u):X;f===X&&(f=i),Er(n,o,f)}},qc)}function Ve(n,t,r,e,u,i,o){var f=Ji(n,r),c=Ji(t,r),a=o.get(c);if(a)return Er(n,r,a),X;var l=i?i(f,c,r+"",n,t,o):X,s=l===X; -if(s){var h=bh(c),p=!h&&mh(c),_=!h&&!p&&Oh(c);l=c,h||p||_?bh(f)?l=f:Jf(f)?l=Tu(f):p?(s=!1,l=Iu(c,!0)):_?(s=!1,l=Wu(c,!0)):l=[]:gc(c)||dh(c)?(l=f,dh(f)?l=Rc(f):fc(f)&&!uc(f)||(l=Ei(c))):s=!1}s&&(o.set(c,l),u(l,c,e,i,o),o.delete(c)),Er(n,r,l)}function Ge(n,t){var r=n.length;if(r)return t+=t<0?r:0,Ci(t,r)?n[t]:X}function He(n,t,r){t=t.length?c(t,function(n){return bh(n)?function(t){return _e(t,1===n.length?n[0]:n)}:n}):[La];var e=-1;return t=c(t,z(mi())),A(Pe(n,function(n,r,u){return{criteria:c(t,function(t){ -return t(n)}),index:++e,value:n}}),function(n,t){return Cu(n,t,r)})}function Je(n,t){return Ye(n,t,function(t,r){return Nc(n,r)})}function Ye(n,t,r){for(var e=-1,u=t.length,i={};++e<u;){var o=t[e],f=_e(n,o);r(f,o)&&fu(i,ku(o,n),f)}return i}function Qe(n){return function(t){return _e(t,n)}}function Xe(n,t,r,e){var u=e?d:y,i=-1,o=t.length,f=n;for(n===t&&(t=Tu(t)),r&&(f=c(n,z(r)));++i<o;)for(var a=0,l=t[i],s=r?r(l):l;(a=u(f,s,a,e))>-1;)f!==n&&Ll.call(f,a,1),Ll.call(n,a,1);return n}function nu(n,t){for(var r=n?t.length:0,e=r-1;r--;){ -var u=t[r];if(r==e||u!==i){var i=u;Ci(u)?Ll.call(n,u,1):yu(n,u)}}return n}function tu(n,t){return n+Nl(Ql()*(t-n+1))}function ru(n,t,r,e){for(var u=-1,i=Gl(Fl((t-n)/(r||1)),0),o=il(i);i--;)o[e?i:++u]=n,n+=r;return o}function eu(n,t){var r="";if(!n||t<1||t>Wn)return r;do t%2&&(r+=n),t=Nl(t/2),t&&(n+=n);while(t);return r}function uu(n,t){return Ls(Vi(n,t,La),n+"")}function iu(n){return Ir(ra(n))}function ou(n,t){var r=ra(n);return Xi(r,Mr(t,0,r.length))}function fu(n,t,r,e){if(!fc(n))return n;t=ku(t,n); -for(var u=-1,i=t.length,o=i-1,f=n;null!=f&&++u<i;){var c=no(t[u]),a=r;if("__proto__"===c||"constructor"===c||"prototype"===c)return n;if(u!=o){var l=f[c];a=e?e(l,c,f):X,a===X&&(a=fc(l)?l:Ci(t[u+1])?[]:{})}Sr(f,c,a),f=f[c]}return n}function cu(n){return Xi(ra(n))}function au(n,t,r){var e=-1,u=n.length;t<0&&(t=-t>u?0:u+t),r=r>u?u:r,r<0&&(r+=u),u=t>r?0:r-t>>>0,t>>>=0;for(var i=il(u);++e<u;)i[e]=n[e+t];return i}function lu(n,t){var r;return ys(n,function(n,e,u){return r=t(n,e,u),!r}),!!r}function su(n,t,r){ -var e=0,u=null==n?e:n.length;if("number"==typeof t&&t===t&&u<=Tn){for(;e<u;){var i=e+u>>>1,o=n[i];null!==o&&!bc(o)&&(r?o<=t:o<t)?e=i+1:u=i}return u}return hu(n,t,La,r)}function hu(n,t,r,e){var u=0,i=null==n?0:n.length;if(0===i)return 0;t=r(t);for(var o=t!==t,f=null===t,c=bc(t),a=t===X;u<i;){var l=Nl((u+i)/2),s=r(n[l]),h=s!==X,p=null===s,_=s===s,v=bc(s);if(o)var g=e||_;else g=a?_&&(e||h):f?_&&h&&(e||!p):c?_&&h&&!p&&(e||!v):!p&&!v&&(e?s<=t:s<t);g?u=l+1:i=l}return Hl(i,Bn)}function pu(n,t){for(var r=-1,e=n.length,u=0,i=[];++r<e;){ -var o=n[r],f=t?t(o):o;if(!r||!Gf(f,c)){var c=f;i[u++]=0===o?0:o}}return i}function _u(n){return"number"==typeof n?n:bc(n)?Cn:+n}function vu(n){if("string"==typeof n)return n;if(bh(n))return c(n,vu)+"";if(bc(n))return vs?vs.call(n):"";var t=n+"";return"0"==t&&1/n==-Sn?"-0":t}function gu(n,t,r){var e=-1,u=o,i=n.length,c=!0,a=[],l=a;if(r)c=!1,u=f;else if(i>=tn){var s=t?null:ks(n);if(s)return P(s);c=!1,u=S,l=new yr}else l=t?[]:a;n:for(;++e<i;){var h=n[e],p=t?t(h):h;if(h=r||0!==h?h:0,c&&p===p){for(var _=l.length;_--;)if(l[_]===p)continue n; -t&&l.push(p),a.push(h)}else u(l,p,r)||(l!==a&&l.push(p),a.push(h))}return a}function yu(n,t){return t=ku(t,n),n=Gi(n,t),null==n||delete n[no(jo(t))]}function du(n,t,r,e){return fu(n,t,r(_e(n,t)),e)}function bu(n,t,r,e){for(var u=n.length,i=e?u:-1;(e?i--:++i<u)&&t(n[i],i,n););return r?au(n,e?0:i,e?i+1:u):au(n,e?i+1:0,e?u:i)}function wu(n,t){var r=n;return r instanceof Ct&&(r=r.value()),l(t,function(n,t){return t.func.apply(t.thisArg,a([n],t.args))},r)}function mu(n,t,r){var e=n.length;if(e<2)return e?gu(n[0]):[]; -for(var u=-1,i=il(e);++u<e;)for(var o=n[u],f=-1;++f<e;)f!=u&&(i[u]=Hr(i[u]||o,n[f],t,r));return gu(ee(i,1),t,r)}function xu(n,t,r){for(var e=-1,u=n.length,i=t.length,o={};++e<u;){r(o,n[e],e<i?t[e]:X)}return o}function ju(n){return Jf(n)?n:[]}function Au(n){return"function"==typeof n?n:La}function ku(n,t){return bh(n)?n:Bi(n,t)?[n]:Cs(Ec(n))}function Ou(n,t,r){var e=n.length;return r=r===X?e:r,!t&&r>=e?n:au(n,t,r)}function Iu(n,t){if(t)return n.slice();var r=n.length,e=zl?zl(r):new n.constructor(r); -return n.copy(e),e}function Ru(n){var t=new n.constructor(n.byteLength);return new Rl(t).set(new Rl(n)),t}function zu(n,t){return new n.constructor(t?Ru(n.buffer):n.buffer,n.byteOffset,n.byteLength)}function Eu(n){var t=new n.constructor(n.source,Nt.exec(n));return t.lastIndex=n.lastIndex,t}function Su(n){return _s?ll(_s.call(n)):{}}function Wu(n,t){return new n.constructor(t?Ru(n.buffer):n.buffer,n.byteOffset,n.length)}function Lu(n,t){if(n!==t){var r=n!==X,e=null===n,u=n===n,i=bc(n),o=t!==X,f=null===t,c=t===t,a=bc(t); -if(!f&&!a&&!i&&n>t||i&&o&&c&&!f&&!a||e&&o&&c||!r&&c||!u)return 1;if(!e&&!i&&!a&&n<t||a&&r&&u&&!e&&!i||f&&r&&u||!o&&u||!c)return-1}return 0}function Cu(n,t,r){for(var e=-1,u=n.criteria,i=t.criteria,o=u.length,f=r.length;++e<o;){var c=Lu(u[e],i[e]);if(c){if(e>=f)return c;return c*("desc"==r[e]?-1:1)}}return n.index-t.index}function Uu(n,t,r,e){for(var u=-1,i=n.length,o=r.length,f=-1,c=t.length,a=Gl(i-o,0),l=il(c+a),s=!e;++f<c;)l[f]=t[f];for(;++u<o;)(s||u<i)&&(l[r[u]]=n[u]);for(;a--;)l[f++]=n[u++];return l; -}function Bu(n,t,r,e){for(var u=-1,i=n.length,o=-1,f=r.length,c=-1,a=t.length,l=Gl(i-f,0),s=il(l+a),h=!e;++u<l;)s[u]=n[u];for(var p=u;++c<a;)s[p+c]=t[c];for(;++o<f;)(h||u<i)&&(s[p+r[o]]=n[u++]);return s}function Tu(n,t){var r=-1,e=n.length;for(t||(t=il(e));++r<e;)t[r]=n[r];return t}function $u(n,t,r,e){var u=!r;r||(r={});for(var i=-1,o=t.length;++i<o;){var f=t[i],c=e?e(r[f],n[f],f,r,n):X;c===X&&(c=n[f]),u?Br(r,f,c):Sr(r,f,c)}return r}function Du(n,t){return $u(n,Is(n),t)}function Mu(n,t){return $u(n,Rs(n),t); -}function Fu(n,r){return function(e,u){var i=bh(e)?t:Lr,o=r?r():{};return i(e,n,mi(u,2),o)}}function Nu(n){return uu(function(t,r){var e=-1,u=r.length,i=u>1?r[u-1]:X,o=u>2?r[2]:X;for(i=n.length>3&&"function"==typeof i?(u--,i):X,o&&Ui(r[0],r[1],o)&&(i=u<3?X:i,u=1),t=ll(t);++e<u;){var f=r[e];f&&n(t,f,e,i)}return t})}function Pu(n,t){return function(r,e){if(null==r)return r;if(!Hf(r))return n(r,e);for(var u=r.length,i=t?u:-1,o=ll(r);(t?i--:++i<u)&&e(o[i],i,o)!==!1;);return r}}function qu(n){return function(t,r,e){ -for(var u=-1,i=ll(t),o=e(t),f=o.length;f--;){var c=o[n?f:++u];if(r(i[c],c,i)===!1)break}return t}}function Zu(n,t,r){function e(){return(this&&this!==re&&this instanceof e?i:n).apply(u?r:this,arguments)}var u=t&_n,i=Gu(n);return e}function Ku(n){return function(t){t=Ec(t);var r=T(t)?G(t):X,e=r?r[0]:t.charAt(0),u=r?Ou(r,1).join(""):t.slice(1);return e[n]()+u}}function Vu(n){return function(t){return l(Ra(ca(t).replace($r,"")),n,"")}}function Gu(n){return function(){var t=arguments;switch(t.length){ -case 0:return new n;case 1:return new n(t[0]);case 2:return new n(t[0],t[1]);case 3:return new n(t[0],t[1],t[2]);case 4:return new n(t[0],t[1],t[2],t[3]);case 5:return new n(t[0],t[1],t[2],t[3],t[4]);case 6:return new n(t[0],t[1],t[2],t[3],t[4],t[5]);case 7:return new n(t[0],t[1],t[2],t[3],t[4],t[5],t[6])}var r=gs(n.prototype),e=n.apply(r,t);return fc(e)?e:r}}function Hu(t,r,e){function u(){for(var o=arguments.length,f=il(o),c=o,a=wi(u);c--;)f[c]=arguments[c];var l=o<3&&f[0]!==a&&f[o-1]!==a?[]:N(f,a); -return o-=l.length,o<e?oi(t,r,Qu,u.placeholder,X,f,l,X,X,e-o):n(this&&this!==re&&this instanceof u?i:t,this,f)}var i=Gu(t);return u}function Ju(n){return function(t,r,e){var u=ll(t);if(!Hf(t)){var i=mi(r,3);t=Pc(t),r=function(n){return i(u[n],n,u)}}var o=n(t,r,e);return o>-1?u[i?t[o]:o]:X}}function Yu(n){return gi(function(t){var r=t.length,e=r,u=Y.prototype.thru;for(n&&t.reverse();e--;){var i=t[e];if("function"!=typeof i)throw new pl(en);if(u&&!o&&"wrapper"==bi(i))var o=new Y([],!0)}for(e=o?e:r;++e<r;){ -i=t[e];var f=bi(i),c="wrapper"==f?Os(i):X;o=c&&$i(c[0])&&c[1]==(mn|yn|bn|xn)&&!c[4].length&&1==c[9]?o[bi(c[0])].apply(o,c[3]):1==i.length&&$i(i)?o[f]():o.thru(i)}return function(){var n=arguments,e=n[0];if(o&&1==n.length&&bh(e))return o.plant(e).value();for(var u=0,i=r?t[u].apply(this,n):e;++u<r;)i=t[u].call(this,i);return i}})}function Qu(n,t,r,e,u,i,o,f,c,a){function l(){for(var y=arguments.length,d=il(y),b=y;b--;)d[b]=arguments[b];if(_)var w=wi(l),m=C(d,w);if(e&&(d=Uu(d,e,u,_)),i&&(d=Bu(d,i,o,_)), -y-=m,_&&y<a){return oi(n,t,Qu,l.placeholder,r,d,N(d,w),f,c,a-y)}var x=h?r:this,j=p?x[n]:n;return y=d.length,f?d=Hi(d,f):v&&y>1&&d.reverse(),s&&c<y&&(d.length=c),this&&this!==re&&this instanceof l&&(j=g||Gu(j)),j.apply(x,d)}var s=t&mn,h=t&_n,p=t&vn,_=t&(yn|dn),v=t&jn,g=p?X:Gu(n);return l}function Xu(n,t){return function(r,e){return Oe(r,n,t(e),{})}}function ni(n,t){return function(r,e){var u;if(r===X&&e===X)return t;if(r!==X&&(u=r),e!==X){if(u===X)return e;"string"==typeof r||"string"==typeof e?(r=vu(r), -e=vu(e)):(r=_u(r),e=_u(e)),u=n(r,e)}return u}}function ti(t){return gi(function(r){return r=c(r,z(mi())),uu(function(e){var u=this;return t(r,function(t){return n(t,u,e)})})})}function ri(n,t){t=t===X?" ":vu(t);var r=t.length;if(r<2)return r?eu(t,n):t;var e=eu(t,Fl(n/V(t)));return T(t)?Ou(G(e),0,n).join(""):e.slice(0,n)}function ei(t,r,e,u){function i(){for(var r=-1,c=arguments.length,a=-1,l=u.length,s=il(l+c),h=this&&this!==re&&this instanceof i?f:t;++a<l;)s[a]=u[a];for(;c--;)s[a++]=arguments[++r]; -return n(h,o?e:this,s)}var o=r&_n,f=Gu(t);return i}function ui(n){return function(t,r,e){return e&&"number"!=typeof e&&Ui(t,r,e)&&(r=e=X),t=Ac(t),r===X?(r=t,t=0):r=Ac(r),e=e===X?t<r?1:-1:Ac(e),ru(t,r,e,n)}}function ii(n){return function(t,r){return"string"==typeof t&&"string"==typeof r||(t=Ic(t),r=Ic(r)),n(t,r)}}function oi(n,t,r,e,u,i,o,f,c,a){var l=t&yn,s=l?o:X,h=l?X:o,p=l?i:X,_=l?X:i;t|=l?bn:wn,t&=~(l?wn:bn),t&gn||(t&=~(_n|vn));var v=[n,t,u,p,s,_,h,f,c,a],g=r.apply(X,v);return $i(n)&&Ss(g,v),g.placeholder=e, -Yi(g,n,t)}function fi(n){var t=al[n];return function(n,r){if(n=Ic(n),r=null==r?0:Hl(kc(r),292),r&&Zl(n)){var e=(Ec(n)+"e").split("e");return e=(Ec(t(e[0]+"e"+(+e[1]+r)))+"e").split("e"),+(e[0]+"e"+(+e[1]-r))}return t(n)}}function ci(n){return function(t){var r=zs(t);return r==Gn?M(t):r==tt?q(t):I(t,n(t))}}function ai(n,t,r,e,u,i,o,f){var c=t&vn;if(!c&&"function"!=typeof n)throw new pl(en);var a=e?e.length:0;if(a||(t&=~(bn|wn),e=u=X),o=o===X?o:Gl(kc(o),0),f=f===X?f:kc(f),a-=u?u.length:0,t&wn){var l=e,s=u; -e=u=X}var h=c?X:Os(n),p=[n,t,r,e,u,l,s,i,o,f];if(h&&qi(p,h),n=p[0],t=p[1],r=p[2],e=p[3],u=p[4],f=p[9]=p[9]===X?c?0:n.length:Gl(p[9]-a,0),!f&&t&(yn|dn)&&(t&=~(yn|dn)),t&&t!=_n)_=t==yn||t==dn?Hu(n,t,f):t!=bn&&t!=(_n|bn)||u.length?Qu.apply(X,p):ei(n,t,r,e);else var _=Zu(n,t,r);return Yi((h?ms:Ss)(_,p),n,t)}function li(n,t,r,e){return n===X||Gf(n,gl[r])&&!bl.call(e,r)?t:n}function si(n,t,r,e,u,i){return fc(n)&&fc(t)&&(i.set(t,n),Ke(n,t,X,si,i),i.delete(t)),n}function hi(n){return gc(n)?X:n}function pi(n,t,r,e,u,i){ -var o=r&hn,f=n.length,c=t.length;if(f!=c&&!(o&&c>f))return!1;var a=i.get(n),l=i.get(t);if(a&&l)return a==t&&l==n;var s=-1,p=!0,_=r&pn?new yr:X;for(i.set(n,t),i.set(t,n);++s<f;){var v=n[s],g=t[s];if(e)var y=o?e(g,v,s,t,n,i):e(v,g,s,n,t,i);if(y!==X){if(y)continue;p=!1;break}if(_){if(!h(t,function(n,t){if(!S(_,t)&&(v===n||u(v,n,r,e,i)))return _.push(t)})){p=!1;break}}else if(v!==g&&!u(v,g,r,e,i)){p=!1;break}}return i.delete(n),i.delete(t),p}function _i(n,t,r,e,u,i,o){switch(r){case ct:if(n.byteLength!=t.byteLength||n.byteOffset!=t.byteOffset)return!1; -n=n.buffer,t=t.buffer;case ft:return!(n.byteLength!=t.byteLength||!i(new Rl(n),new Rl(t)));case Nn:case Pn:case Hn:return Gf(+n,+t);case Zn:return n.name==t.name&&n.message==t.message;case nt:case rt:return n==t+"";case Gn:var f=M;case tt:var c=e&hn;if(f||(f=P),n.size!=t.size&&!c)return!1;var a=o.get(n);if(a)return a==t;e|=pn,o.set(n,t);var l=pi(f(n),f(t),e,u,i,o);return o.delete(n),l;case et:if(_s)return _s.call(n)==_s.call(t)}return!1}function vi(n,t,r,e,u,i){var o=r&hn,f=yi(n),c=f.length;if(c!=yi(t).length&&!o)return!1; -for(var a=c;a--;){var l=f[a];if(!(o?l in t:bl.call(t,l)))return!1}var s=i.get(n),h=i.get(t);if(s&&h)return s==t&&h==n;var p=!0;i.set(n,t),i.set(t,n);for(var _=o;++a<c;){l=f[a];var v=n[l],g=t[l];if(e)var y=o?e(g,v,l,t,n,i):e(v,g,l,n,t,i);if(!(y===X?v===g||u(v,g,r,e,i):y)){p=!1;break}_||(_="constructor"==l)}if(p&&!_){var d=n.constructor,b=t.constructor;d!=b&&"constructor"in n&&"constructor"in t&&!("function"==typeof d&&d instanceof d&&"function"==typeof b&&b instanceof b)&&(p=!1)}return i.delete(n), -i.delete(t),p}function gi(n){return Ls(Vi(n,X,_o),n+"")}function yi(n){return de(n,Pc,Is)}function di(n){return de(n,qc,Rs)}function bi(n){for(var t=n.name+"",r=fs[t],e=bl.call(fs,t)?r.length:0;e--;){var u=r[e],i=u.func;if(null==i||i==n)return u.name}return t}function wi(n){return(bl.call(Z,"placeholder")?Z:n).placeholder}function mi(){var n=Z.iteratee||Ca;return n=n===Ca?De:n,arguments.length?n(arguments[0],arguments[1]):n}function xi(n,t){var r=n.__data__;return Ti(t)?r["string"==typeof t?"string":"hash"]:r.map; -}function ji(n){for(var t=Pc(n),r=t.length;r--;){var e=t[r],u=n[e];t[r]=[e,u,Fi(u)]}return t}function Ai(n,t){var r=B(n,t);return Ue(r)?r:X}function ki(n){var t=bl.call(n,Bl),r=n[Bl];try{n[Bl]=X;var e=!0}catch(n){}var u=xl.call(n);return e&&(t?n[Bl]=r:delete n[Bl]),u}function Oi(n,t,r){for(var e=-1,u=r.length;++e<u;){var i=r[e],o=i.size;switch(i.type){case"drop":n+=o;break;case"dropRight":t-=o;break;case"take":t=Hl(t,n+o);break;case"takeRight":n=Gl(n,t-o)}}return{start:n,end:t}}function Ii(n){var t=n.match(Bt); -return t?t[1].split(Tt):[]}function Ri(n,t,r){t=ku(t,n);for(var e=-1,u=t.length,i=!1;++e<u;){var o=no(t[e]);if(!(i=null!=n&&r(n,o)))break;n=n[o]}return i||++e!=u?i:(u=null==n?0:n.length,!!u&&oc(u)&&Ci(o,u)&&(bh(n)||dh(n)))}function zi(n){var t=n.length,r=new n.constructor(t);return t&&"string"==typeof n[0]&&bl.call(n,"index")&&(r.index=n.index,r.input=n.input),r}function Ei(n){return"function"!=typeof n.constructor||Mi(n)?{}:gs(El(n))}function Si(n,t,r){var e=n.constructor;switch(t){case ft:return Ru(n); -case Nn:case Pn:return new e(+n);case ct:return zu(n,r);case at:case lt:case st:case ht:case pt:case _t:case vt:case gt:case yt:return Wu(n,r);case Gn:return new e;case Hn:case rt:return new e(n);case nt:return Eu(n);case tt:return new e;case et:return Su(n)}}function Wi(n,t){var r=t.length;if(!r)return n;var e=r-1;return t[e]=(r>1?"& ":"")+t[e],t=t.join(r>2?", ":" "),n.replace(Ut,"{\n/* [wrapped with "+t+"] */\n")}function Li(n){return bh(n)||dh(n)||!!(Cl&&n&&n[Cl])}function Ci(n,t){var r=typeof n; -return t=null==t?Wn:t,!!t&&("number"==r||"symbol"!=r&&Vt.test(n))&&n>-1&&n%1==0&&n<t}function Ui(n,t,r){if(!fc(r))return!1;var e=typeof t;return!!("number"==e?Hf(r)&&Ci(t,r.length):"string"==e&&t in r)&&Gf(r[t],n)}function Bi(n,t){if(bh(n))return!1;var r=typeof n;return!("number"!=r&&"symbol"!=r&&"boolean"!=r&&null!=n&&!bc(n))||(zt.test(n)||!Rt.test(n)||null!=t&&n in ll(t))}function Ti(n){var t=typeof n;return"string"==t||"number"==t||"symbol"==t||"boolean"==t?"__proto__"!==n:null===n}function $i(n){ -var t=bi(n),r=Z[t];if("function"!=typeof r||!(t in Ct.prototype))return!1;if(n===r)return!0;var e=Os(r);return!!e&&n===e[0]}function Di(n){return!!ml&&ml in n}function Mi(n){var t=n&&n.constructor;return n===("function"==typeof t&&t.prototype||gl)}function Fi(n){return n===n&&!fc(n)}function Ni(n,t){return function(r){return null!=r&&(r[n]===t&&(t!==X||n in ll(r)))}}function Pi(n){var t=Cf(n,function(n){return r.size===fn&&r.clear(),n}),r=t.cache;return t}function qi(n,t){var r=n[1],e=t[1],u=r|e,i=u<(_n|vn|mn),o=e==mn&&r==yn||e==mn&&r==xn&&n[7].length<=t[8]||e==(mn|xn)&&t[7].length<=t[8]&&r==yn; -if(!i&&!o)return n;e&_n&&(n[2]=t[2],u|=r&_n?0:gn);var f=t[3];if(f){var c=n[3];n[3]=c?Uu(c,f,t[4]):f,n[4]=c?N(n[3],cn):t[4]}return f=t[5],f&&(c=n[5],n[5]=c?Bu(c,f,t[6]):f,n[6]=c?N(n[5],cn):t[6]),f=t[7],f&&(n[7]=f),e&mn&&(n[8]=null==n[8]?t[8]:Hl(n[8],t[8])),null==n[9]&&(n[9]=t[9]),n[0]=t[0],n[1]=u,n}function Zi(n){var t=[];if(null!=n)for(var r in ll(n))t.push(r);return t}function Ki(n){return xl.call(n)}function Vi(t,r,e){return r=Gl(r===X?t.length-1:r,0),function(){for(var u=arguments,i=-1,o=Gl(u.length-r,0),f=il(o);++i<o;)f[i]=u[r+i]; -i=-1;for(var c=il(r+1);++i<r;)c[i]=u[i];return c[r]=e(f),n(t,this,c)}}function Gi(n,t){return t.length<2?n:_e(n,au(t,0,-1))}function Hi(n,t){for(var r=n.length,e=Hl(t.length,r),u=Tu(n);e--;){var i=t[e];n[e]=Ci(i,r)?u[i]:X}return n}function Ji(n,t){if(("constructor"!==t||"function"!=typeof n[t])&&"__proto__"!=t)return n[t]}function Yi(n,t,r){var e=t+"";return Ls(n,Wi(e,ro(Ii(e),r)))}function Qi(n){var t=0,r=0;return function(){var e=Jl(),u=In-(e-r);if(r=e,u>0){if(++t>=On)return arguments[0]}else t=0; -return n.apply(X,arguments)}}function Xi(n,t){var r=-1,e=n.length,u=e-1;for(t=t===X?e:t;++r<t;){var i=tu(r,u),o=n[i];n[i]=n[r],n[r]=o}return n.length=t,n}function no(n){if("string"==typeof n||bc(n))return n;var t=n+"";return"0"==t&&1/n==-Sn?"-0":t}function to(n){if(null!=n){try{return dl.call(n)}catch(n){}try{return n+""}catch(n){}}return""}function ro(n,t){return r($n,function(r){var e="_."+r[0];t&r[1]&&!o(n,e)&&n.push(e)}),n.sort()}function eo(n){if(n instanceof Ct)return n.clone();var t=new Y(n.__wrapped__,n.__chain__); -return t.__actions__=Tu(n.__actions__),t.__index__=n.__index__,t.__values__=n.__values__,t}function uo(n,t,r){t=(r?Ui(n,t,r):t===X)?1:Gl(kc(t),0);var e=null==n?0:n.length;if(!e||t<1)return[];for(var u=0,i=0,o=il(Fl(e/t));u<e;)o[i++]=au(n,u,u+=t);return o}function io(n){for(var t=-1,r=null==n?0:n.length,e=0,u=[];++t<r;){var i=n[t];i&&(u[e++]=i)}return u}function oo(){var n=arguments.length;if(!n)return[];for(var t=il(n-1),r=arguments[0],e=n;e--;)t[e-1]=arguments[e];return a(bh(r)?Tu(r):[r],ee(t,1)); -}function fo(n,t,r){var e=null==n?0:n.length;return e?(t=r||t===X?1:kc(t),au(n,t<0?0:t,e)):[]}function co(n,t,r){var e=null==n?0:n.length;return e?(t=r||t===X?1:kc(t),t=e-t,au(n,0,t<0?0:t)):[]}function ao(n,t){return n&&n.length?bu(n,mi(t,3),!0,!0):[]}function lo(n,t){return n&&n.length?bu(n,mi(t,3),!0):[]}function so(n,t,r,e){var u=null==n?0:n.length;return u?(r&&"number"!=typeof r&&Ui(n,t,r)&&(r=0,e=u),ne(n,t,r,e)):[]}function ho(n,t,r){var e=null==n?0:n.length;if(!e)return-1;var u=null==r?0:kc(r); -return u<0&&(u=Gl(e+u,0)),g(n,mi(t,3),u)}function po(n,t,r){var e=null==n?0:n.length;if(!e)return-1;var u=e-1;return r!==X&&(u=kc(r),u=r<0?Gl(e+u,0):Hl(u,e-1)),g(n,mi(t,3),u,!0)}function _o(n){return(null==n?0:n.length)?ee(n,1):[]}function vo(n){return(null==n?0:n.length)?ee(n,Sn):[]}function go(n,t){return(null==n?0:n.length)?(t=t===X?1:kc(t),ee(n,t)):[]}function yo(n){for(var t=-1,r=null==n?0:n.length,e={};++t<r;){var u=n[t];e[u[0]]=u[1]}return e}function bo(n){return n&&n.length?n[0]:X}function wo(n,t,r){ -var e=null==n?0:n.length;if(!e)return-1;var u=null==r?0:kc(r);return u<0&&(u=Gl(e+u,0)),y(n,t,u)}function mo(n){return(null==n?0:n.length)?au(n,0,-1):[]}function xo(n,t){return null==n?"":Kl.call(n,t)}function jo(n){var t=null==n?0:n.length;return t?n[t-1]:X}function Ao(n,t,r){var e=null==n?0:n.length;if(!e)return-1;var u=e;return r!==X&&(u=kc(r),u=u<0?Gl(e+u,0):Hl(u,e-1)),t===t?K(n,t,u):g(n,b,u,!0)}function ko(n,t){return n&&n.length?Ge(n,kc(t)):X}function Oo(n,t){return n&&n.length&&t&&t.length?Xe(n,t):n; -}function Io(n,t,r){return n&&n.length&&t&&t.length?Xe(n,t,mi(r,2)):n}function Ro(n,t,r){return n&&n.length&&t&&t.length?Xe(n,t,X,r):n}function zo(n,t){var r=[];if(!n||!n.length)return r;var e=-1,u=[],i=n.length;for(t=mi(t,3);++e<i;){var o=n[e];t(o,e,n)&&(r.push(o),u.push(e))}return nu(n,u),r}function Eo(n){return null==n?n:Xl.call(n)}function So(n,t,r){var e=null==n?0:n.length;return e?(r&&"number"!=typeof r&&Ui(n,t,r)?(t=0,r=e):(t=null==t?0:kc(t),r=r===X?e:kc(r)),au(n,t,r)):[]}function Wo(n,t){ -return su(n,t)}function Lo(n,t,r){return hu(n,t,mi(r,2))}function Co(n,t){var r=null==n?0:n.length;if(r){var e=su(n,t);if(e<r&&Gf(n[e],t))return e}return-1}function Uo(n,t){return su(n,t,!0)}function Bo(n,t,r){return hu(n,t,mi(r,2),!0)}function To(n,t){if(null==n?0:n.length){var r=su(n,t,!0)-1;if(Gf(n[r],t))return r}return-1}function $o(n){return n&&n.length?pu(n):[]}function Do(n,t){return n&&n.length?pu(n,mi(t,2)):[]}function Mo(n){var t=null==n?0:n.length;return t?au(n,1,t):[]}function Fo(n,t,r){ -return n&&n.length?(t=r||t===X?1:kc(t),au(n,0,t<0?0:t)):[]}function No(n,t,r){var e=null==n?0:n.length;return e?(t=r||t===X?1:kc(t),t=e-t,au(n,t<0?0:t,e)):[]}function Po(n,t){return n&&n.length?bu(n,mi(t,3),!1,!0):[]}function qo(n,t){return n&&n.length?bu(n,mi(t,3)):[]}function Zo(n){return n&&n.length?gu(n):[]}function Ko(n,t){return n&&n.length?gu(n,mi(t,2)):[]}function Vo(n,t){return t="function"==typeof t?t:X,n&&n.length?gu(n,X,t):[]}function Go(n){if(!n||!n.length)return[];var t=0;return n=i(n,function(n){ -if(Jf(n))return t=Gl(n.length,t),!0}),O(t,function(t){return c(n,m(t))})}function Ho(t,r){if(!t||!t.length)return[];var e=Go(t);return null==r?e:c(e,function(t){return n(r,X,t)})}function Jo(n,t){return xu(n||[],t||[],Sr)}function Yo(n,t){return xu(n||[],t||[],fu)}function Qo(n){var t=Z(n);return t.__chain__=!0,t}function Xo(n,t){return t(n),n}function nf(n,t){return t(n)}function tf(){return Qo(this)}function rf(){return new Y(this.value(),this.__chain__)}function ef(){this.__values__===X&&(this.__values__=jc(this.value())); -var n=this.__index__>=this.__values__.length;return{done:n,value:n?X:this.__values__[this.__index__++]}}function uf(){return this}function of(n){for(var t,r=this;r instanceof J;){var e=eo(r);e.__index__=0,e.__values__=X,t?u.__wrapped__=e:t=e;var u=e;r=r.__wrapped__}return u.__wrapped__=n,t}function ff(){var n=this.__wrapped__;if(n instanceof Ct){var t=n;return this.__actions__.length&&(t=new Ct(this)),t=t.reverse(),t.__actions__.push({func:nf,args:[Eo],thisArg:X}),new Y(t,this.__chain__)}return this.thru(Eo); -}function cf(){return wu(this.__wrapped__,this.__actions__)}function af(n,t,r){var e=bh(n)?u:Jr;return r&&Ui(n,t,r)&&(t=X),e(n,mi(t,3))}function lf(n,t){return(bh(n)?i:te)(n,mi(t,3))}function sf(n,t){return ee(yf(n,t),1)}function hf(n,t){return ee(yf(n,t),Sn)}function pf(n,t,r){return r=r===X?1:kc(r),ee(yf(n,t),r)}function _f(n,t){return(bh(n)?r:ys)(n,mi(t,3))}function vf(n,t){return(bh(n)?e:ds)(n,mi(t,3))}function gf(n,t,r,e){n=Hf(n)?n:ra(n),r=r&&!e?kc(r):0;var u=n.length;return r<0&&(r=Gl(u+r,0)), -dc(n)?r<=u&&n.indexOf(t,r)>-1:!!u&&y(n,t,r)>-1}function yf(n,t){return(bh(n)?c:Pe)(n,mi(t,3))}function df(n,t,r,e){return null==n?[]:(bh(t)||(t=null==t?[]:[t]),r=e?X:r,bh(r)||(r=null==r?[]:[r]),He(n,t,r))}function bf(n,t,r){var e=bh(n)?l:j,u=arguments.length<3;return e(n,mi(t,4),r,u,ys)}function wf(n,t,r){var e=bh(n)?s:j,u=arguments.length<3;return e(n,mi(t,4),r,u,ds)}function mf(n,t){return(bh(n)?i:te)(n,Uf(mi(t,3)))}function xf(n){return(bh(n)?Ir:iu)(n)}function jf(n,t,r){return t=(r?Ui(n,t,r):t===X)?1:kc(t), -(bh(n)?Rr:ou)(n,t)}function Af(n){return(bh(n)?zr:cu)(n)}function kf(n){if(null==n)return 0;if(Hf(n))return dc(n)?V(n):n.length;var t=zs(n);return t==Gn||t==tt?n.size:Me(n).length}function Of(n,t,r){var e=bh(n)?h:lu;return r&&Ui(n,t,r)&&(t=X),e(n,mi(t,3))}function If(n,t){if("function"!=typeof t)throw new pl(en);return n=kc(n),function(){if(--n<1)return t.apply(this,arguments)}}function Rf(n,t,r){return t=r?X:t,t=n&&null==t?n.length:t,ai(n,mn,X,X,X,X,t)}function zf(n,t){var r;if("function"!=typeof t)throw new pl(en); -return n=kc(n),function(){return--n>0&&(r=t.apply(this,arguments)),n<=1&&(t=X),r}}function Ef(n,t,r){t=r?X:t;var e=ai(n,yn,X,X,X,X,X,t);return e.placeholder=Ef.placeholder,e}function Sf(n,t,r){t=r?X:t;var e=ai(n,dn,X,X,X,X,X,t);return e.placeholder=Sf.placeholder,e}function Wf(n,t,r){function e(t){var r=h,e=p;return h=p=X,d=t,v=n.apply(e,r)}function u(n){return d=n,g=Ws(f,t),b?e(n):v}function i(n){var r=n-y,e=n-d,u=t-r;return w?Hl(u,_-e):u}function o(n){var r=n-y,e=n-d;return y===X||r>=t||r<0||w&&e>=_; -}function f(){var n=fh();return o(n)?c(n):(g=Ws(f,i(n)),X)}function c(n){return g=X,m&&h?e(n):(h=p=X,v)}function a(){g!==X&&As(g),d=0,h=y=p=g=X}function l(){return g===X?v:c(fh())}function s(){var n=fh(),r=o(n);if(h=arguments,p=this,y=n,r){if(g===X)return u(y);if(w)return As(g),g=Ws(f,t),e(y)}return g===X&&(g=Ws(f,t)),v}var h,p,_,v,g,y,d=0,b=!1,w=!1,m=!0;if("function"!=typeof n)throw new pl(en);return t=Ic(t)||0,fc(r)&&(b=!!r.leading,w="maxWait"in r,_=w?Gl(Ic(r.maxWait)||0,t):_,m="trailing"in r?!!r.trailing:m), -s.cancel=a,s.flush=l,s}function Lf(n){return ai(n,jn)}function Cf(n,t){if("function"!=typeof n||null!=t&&"function"!=typeof t)throw new pl(en);var r=function(){var e=arguments,u=t?t.apply(this,e):e[0],i=r.cache;if(i.has(u))return i.get(u);var o=n.apply(this,e);return r.cache=i.set(u,o)||i,o};return r.cache=new(Cf.Cache||sr),r}function Uf(n){if("function"!=typeof n)throw new pl(en);return function(){var t=arguments;switch(t.length){case 0:return!n.call(this);case 1:return!n.call(this,t[0]);case 2: -return!n.call(this,t[0],t[1]);case 3:return!n.call(this,t[0],t[1],t[2])}return!n.apply(this,t)}}function Bf(n){return zf(2,n)}function Tf(n,t){if("function"!=typeof n)throw new pl(en);return t=t===X?t:kc(t),uu(n,t)}function $f(t,r){if("function"!=typeof t)throw new pl(en);return r=null==r?0:Gl(kc(r),0),uu(function(e){var u=e[r],i=Ou(e,0,r);return u&&a(i,u),n(t,this,i)})}function Df(n,t,r){var e=!0,u=!0;if("function"!=typeof n)throw new pl(en);return fc(r)&&(e="leading"in r?!!r.leading:e,u="trailing"in r?!!r.trailing:u), -Wf(n,t,{leading:e,maxWait:t,trailing:u})}function Mf(n){return Rf(n,1)}function Ff(n,t){return ph(Au(t),n)}function Nf(){if(!arguments.length)return[];var n=arguments[0];return bh(n)?n:[n]}function Pf(n){return Fr(n,sn)}function qf(n,t){return t="function"==typeof t?t:X,Fr(n,sn,t)}function Zf(n){return Fr(n,an|sn)}function Kf(n,t){return t="function"==typeof t?t:X,Fr(n,an|sn,t)}function Vf(n,t){return null==t||Pr(n,t,Pc(t))}function Gf(n,t){return n===t||n!==n&&t!==t}function Hf(n){return null!=n&&oc(n.length)&&!uc(n); -}function Jf(n){return cc(n)&&Hf(n)}function Yf(n){return n===!0||n===!1||cc(n)&&we(n)==Nn}function Qf(n){return cc(n)&&1===n.nodeType&&!gc(n)}function Xf(n){if(null==n)return!0;if(Hf(n)&&(bh(n)||"string"==typeof n||"function"==typeof n.splice||mh(n)||Oh(n)||dh(n)))return!n.length;var t=zs(n);if(t==Gn||t==tt)return!n.size;if(Mi(n))return!Me(n).length;for(var r in n)if(bl.call(n,r))return!1;return!0}function nc(n,t){return Se(n,t)}function tc(n,t,r){r="function"==typeof r?r:X;var e=r?r(n,t):X;return e===X?Se(n,t,X,r):!!e; -}function rc(n){if(!cc(n))return!1;var t=we(n);return t==Zn||t==qn||"string"==typeof n.message&&"string"==typeof n.name&&!gc(n)}function ec(n){return"number"==typeof n&&Zl(n)}function uc(n){if(!fc(n))return!1;var t=we(n);return t==Kn||t==Vn||t==Fn||t==Xn}function ic(n){return"number"==typeof n&&n==kc(n)}function oc(n){return"number"==typeof n&&n>-1&&n%1==0&&n<=Wn}function fc(n){var t=typeof n;return null!=n&&("object"==t||"function"==t)}function cc(n){return null!=n&&"object"==typeof n}function ac(n,t){ -return n===t||Ce(n,t,ji(t))}function lc(n,t,r){return r="function"==typeof r?r:X,Ce(n,t,ji(t),r)}function sc(n){return vc(n)&&n!=+n}function hc(n){if(Es(n))throw new fl(rn);return Ue(n)}function pc(n){return null===n}function _c(n){return null==n}function vc(n){return"number"==typeof n||cc(n)&&we(n)==Hn}function gc(n){if(!cc(n)||we(n)!=Yn)return!1;var t=El(n);if(null===t)return!0;var r=bl.call(t,"constructor")&&t.constructor;return"function"==typeof r&&r instanceof r&&dl.call(r)==jl}function yc(n){ -return ic(n)&&n>=-Wn&&n<=Wn}function dc(n){return"string"==typeof n||!bh(n)&&cc(n)&&we(n)==rt}function bc(n){return"symbol"==typeof n||cc(n)&&we(n)==et}function wc(n){return n===X}function mc(n){return cc(n)&&zs(n)==it}function xc(n){return cc(n)&&we(n)==ot}function jc(n){if(!n)return[];if(Hf(n))return dc(n)?G(n):Tu(n);if(Ul&&n[Ul])return D(n[Ul]());var t=zs(n);return(t==Gn?M:t==tt?P:ra)(n)}function Ac(n){if(!n)return 0===n?n:0;if(n=Ic(n),n===Sn||n===-Sn){return(n<0?-1:1)*Ln}return n===n?n:0}function kc(n){ -var t=Ac(n),r=t%1;return t===t?r?t-r:t:0}function Oc(n){return n?Mr(kc(n),0,Un):0}function Ic(n){if("number"==typeof n)return n;if(bc(n))return Cn;if(fc(n)){var t="function"==typeof n.valueOf?n.valueOf():n;n=fc(t)?t+"":t}if("string"!=typeof n)return 0===n?n:+n;n=R(n);var r=qt.test(n);return r||Kt.test(n)?Xr(n.slice(2),r?2:8):Pt.test(n)?Cn:+n}function Rc(n){return $u(n,qc(n))}function zc(n){return n?Mr(kc(n),-Wn,Wn):0===n?n:0}function Ec(n){return null==n?"":vu(n)}function Sc(n,t){var r=gs(n);return null==t?r:Cr(r,t); -}function Wc(n,t){return v(n,mi(t,3),ue)}function Lc(n,t){return v(n,mi(t,3),oe)}function Cc(n,t){return null==n?n:bs(n,mi(t,3),qc)}function Uc(n,t){return null==n?n:ws(n,mi(t,3),qc)}function Bc(n,t){return n&&ue(n,mi(t,3))}function Tc(n,t){return n&&oe(n,mi(t,3))}function $c(n){return null==n?[]:fe(n,Pc(n))}function Dc(n){return null==n?[]:fe(n,qc(n))}function Mc(n,t,r){var e=null==n?X:_e(n,t);return e===X?r:e}function Fc(n,t){return null!=n&&Ri(n,t,xe)}function Nc(n,t){return null!=n&&Ri(n,t,je); -}function Pc(n){return Hf(n)?Or(n):Me(n)}function qc(n){return Hf(n)?Or(n,!0):Fe(n)}function Zc(n,t){var r={};return t=mi(t,3),ue(n,function(n,e,u){Br(r,t(n,e,u),n)}),r}function Kc(n,t){var r={};return t=mi(t,3),ue(n,function(n,e,u){Br(r,e,t(n,e,u))}),r}function Vc(n,t){return Gc(n,Uf(mi(t)))}function Gc(n,t){if(null==n)return{};var r=c(di(n),function(n){return[n]});return t=mi(t),Ye(n,r,function(n,r){return t(n,r[0])})}function Hc(n,t,r){t=ku(t,n);var e=-1,u=t.length;for(u||(u=1,n=X);++e<u;){var i=null==n?X:n[no(t[e])]; -i===X&&(e=u,i=r),n=uc(i)?i.call(n):i}return n}function Jc(n,t,r){return null==n?n:fu(n,t,r)}function Yc(n,t,r,e){return e="function"==typeof e?e:X,null==n?n:fu(n,t,r,e)}function Qc(n,t,e){var u=bh(n),i=u||mh(n)||Oh(n);if(t=mi(t,4),null==e){var o=n&&n.constructor;e=i?u?new o:[]:fc(n)&&uc(o)?gs(El(n)):{}}return(i?r:ue)(n,function(n,r,u){return t(e,n,r,u)}),e}function Xc(n,t){return null==n||yu(n,t)}function na(n,t,r){return null==n?n:du(n,t,Au(r))}function ta(n,t,r,e){return e="function"==typeof e?e:X, -null==n?n:du(n,t,Au(r),e)}function ra(n){return null==n?[]:E(n,Pc(n))}function ea(n){return null==n?[]:E(n,qc(n))}function ua(n,t,r){return r===X&&(r=t,t=X),r!==X&&(r=Ic(r),r=r===r?r:0),t!==X&&(t=Ic(t),t=t===t?t:0),Mr(Ic(n),t,r)}function ia(n,t,r){return t=Ac(t),r===X?(r=t,t=0):r=Ac(r),n=Ic(n),Ae(n,t,r)}function oa(n,t,r){if(r&&"boolean"!=typeof r&&Ui(n,t,r)&&(t=r=X),r===X&&("boolean"==typeof t?(r=t,t=X):"boolean"==typeof n&&(r=n,n=X)),n===X&&t===X?(n=0,t=1):(n=Ac(n),t===X?(t=n,n=0):t=Ac(t)),n>t){ -var e=n;n=t,t=e}if(r||n%1||t%1){var u=Ql();return Hl(n+u*(t-n+Qr("1e-"+((u+"").length-1))),t)}return tu(n,t)}function fa(n){return Qh(Ec(n).toLowerCase())}function ca(n){return n=Ec(n),n&&n.replace(Gt,ve).replace(Dr,"")}function aa(n,t,r){n=Ec(n),t=vu(t);var e=n.length;r=r===X?e:Mr(kc(r),0,e);var u=r;return r-=t.length,r>=0&&n.slice(r,u)==t}function la(n){return n=Ec(n),n&&At.test(n)?n.replace(xt,ge):n}function sa(n){return n=Ec(n),n&&Wt.test(n)?n.replace(St,"\\$&"):n}function ha(n,t,r){n=Ec(n),t=kc(t); -var e=t?V(n):0;if(!t||e>=t)return n;var u=(t-e)/2;return ri(Nl(u),r)+n+ri(Fl(u),r)}function pa(n,t,r){n=Ec(n),t=kc(t);var e=t?V(n):0;return t&&e<t?n+ri(t-e,r):n}function _a(n,t,r){n=Ec(n),t=kc(t);var e=t?V(n):0;return t&&e<t?ri(t-e,r)+n:n}function va(n,t,r){return r||null==t?t=0:t&&(t=+t),Yl(Ec(n).replace(Lt,""),t||0)}function ga(n,t,r){return t=(r?Ui(n,t,r):t===X)?1:kc(t),eu(Ec(n),t)}function ya(){var n=arguments,t=Ec(n[0]);return n.length<3?t:t.replace(n[1],n[2])}function da(n,t,r){return r&&"number"!=typeof r&&Ui(n,t,r)&&(t=r=X), -(r=r===X?Un:r>>>0)?(n=Ec(n),n&&("string"==typeof t||null!=t&&!Ah(t))&&(t=vu(t),!t&&T(n))?Ou(G(n),0,r):n.split(t,r)):[]}function ba(n,t,r){return n=Ec(n),r=null==r?0:Mr(kc(r),0,n.length),t=vu(t),n.slice(r,r+t.length)==t}function wa(n,t,r){var e=Z.templateSettings;r&&Ui(n,t,r)&&(t=X),n=Ec(n),t=Sh({},t,e,li);var u,i,o=Sh({},t.imports,e.imports,li),f=Pc(o),c=E(o,f),a=0,l=t.interpolate||Ht,s="__p += '",h=sl((t.escape||Ht).source+"|"+l.source+"|"+(l===It?Ft:Ht).source+"|"+(t.evaluate||Ht).source+"|$","g"),p="//# sourceURL="+(bl.call(t,"sourceURL")?(t.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++Zr+"]")+"\n"; -n.replace(h,function(t,r,e,o,f,c){return e||(e=o),s+=n.slice(a,c).replace(Jt,U),r&&(u=!0,s+="' +\n__e("+r+") +\n'"),f&&(i=!0,s+="';\n"+f+";\n__p += '"),e&&(s+="' +\n((__t = ("+e+")) == null ? '' : __t) +\n'"),a=c+t.length,t}),s+="';\n";var _=bl.call(t,"variable")&&t.variable;if(_){if(Dt.test(_))throw new fl(un)}else s="with (obj) {\n"+s+"\n}\n";s=(i?s.replace(dt,""):s).replace(bt,"$1").replace(wt,"$1;"),s="function("+(_||"obj")+") {\n"+(_?"":"obj || (obj = {});\n")+"var __t, __p = ''"+(u?", __e = _.escape":"")+(i?", __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\n":";\n")+s+"return __p\n}"; -var v=Xh(function(){return cl(f,p+"return "+s).apply(X,c)});if(v.source=s,rc(v))throw v;return v}function ma(n){return Ec(n).toLowerCase()}function xa(n){return Ec(n).toUpperCase()}function ja(n,t,r){if(n=Ec(n),n&&(r||t===X))return R(n);if(!n||!(t=vu(t)))return n;var e=G(n),u=G(t);return Ou(e,W(e,u),L(e,u)+1).join("")}function Aa(n,t,r){if(n=Ec(n),n&&(r||t===X))return n.slice(0,H(n)+1);if(!n||!(t=vu(t)))return n;var e=G(n);return Ou(e,0,L(e,G(t))+1).join("")}function ka(n,t,r){if(n=Ec(n),n&&(r||t===X))return n.replace(Lt,""); -if(!n||!(t=vu(t)))return n;var e=G(n);return Ou(e,W(e,G(t))).join("")}function Oa(n,t){var r=An,e=kn;if(fc(t)){var u="separator"in t?t.separator:u;r="length"in t?kc(t.length):r,e="omission"in t?vu(t.omission):e}n=Ec(n);var i=n.length;if(T(n)){var o=G(n);i=o.length}if(r>=i)return n;var f=r-V(e);if(f<1)return e;var c=o?Ou(o,0,f).join(""):n.slice(0,f);if(u===X)return c+e;if(o&&(f+=c.length-f),Ah(u)){if(n.slice(f).search(u)){var a,l=c;for(u.global||(u=sl(u.source,Ec(Nt.exec(u))+"g")),u.lastIndex=0;a=u.exec(l);)var s=a.index; -c=c.slice(0,s===X?f:s)}}else if(n.indexOf(vu(u),f)!=f){var h=c.lastIndexOf(u);h>-1&&(c=c.slice(0,h))}return c+e}function Ia(n){return n=Ec(n),n&&jt.test(n)?n.replace(mt,ye):n}function Ra(n,t,r){return n=Ec(n),t=r?X:t,t===X?$(n)?Q(n):_(n):n.match(t)||[]}function za(t){var r=null==t?0:t.length,e=mi();return t=r?c(t,function(n){if("function"!=typeof n[1])throw new pl(en);return[e(n[0]),n[1]]}):[],uu(function(e){for(var u=-1;++u<r;){var i=t[u];if(n(i[0],this,e))return n(i[1],this,e)}})}function Ea(n){ -return Nr(Fr(n,an))}function Sa(n){return function(){return n}}function Wa(n,t){return null==n||n!==n?t:n}function La(n){return n}function Ca(n){return De("function"==typeof n?n:Fr(n,an))}function Ua(n){return qe(Fr(n,an))}function Ba(n,t){return Ze(n,Fr(t,an))}function Ta(n,t,e){var u=Pc(t),i=fe(t,u);null!=e||fc(t)&&(i.length||!u.length)||(e=t,t=n,n=this,i=fe(t,Pc(t)));var o=!(fc(e)&&"chain"in e&&!e.chain),f=uc(n);return r(i,function(r){var e=t[r];n[r]=e,f&&(n.prototype[r]=function(){var t=this.__chain__; -if(o||t){var r=n(this.__wrapped__);return(r.__actions__=Tu(this.__actions__)).push({func:e,args:arguments,thisArg:n}),r.__chain__=t,r}return e.apply(n,a([this.value()],arguments))})}),n}function $a(){return re._===this&&(re._=Al),this}function Da(){}function Ma(n){return n=kc(n),uu(function(t){return Ge(t,n)})}function Fa(n){return Bi(n)?m(no(n)):Qe(n)}function Na(n){return function(t){return null==n?X:_e(n,t)}}function Pa(){return[]}function qa(){return!1}function Za(){return{}}function Ka(){return""; -}function Va(){return!0}function Ga(n,t){if(n=kc(n),n<1||n>Wn)return[];var r=Un,e=Hl(n,Un);t=mi(t),n-=Un;for(var u=O(e,t);++r<n;)t(r);return u}function Ha(n){return bh(n)?c(n,no):bc(n)?[n]:Tu(Cs(Ec(n)))}function Ja(n){var t=++wl;return Ec(n)+t}function Ya(n){return n&&n.length?Yr(n,La,me):X}function Qa(n,t){return n&&n.length?Yr(n,mi(t,2),me):X}function Xa(n){return w(n,La)}function nl(n,t){return w(n,mi(t,2))}function tl(n){return n&&n.length?Yr(n,La,Ne):X}function rl(n,t){return n&&n.length?Yr(n,mi(t,2),Ne):X; -}function el(n){return n&&n.length?k(n,La):0}function ul(n,t){return n&&n.length?k(n,mi(t,2)):0}x=null==x?re:be.defaults(re.Object(),x,be.pick(re,qr));var il=x.Array,ol=x.Date,fl=x.Error,cl=x.Function,al=x.Math,ll=x.Object,sl=x.RegExp,hl=x.String,pl=x.TypeError,_l=il.prototype,vl=cl.prototype,gl=ll.prototype,yl=x["__core-js_shared__"],dl=vl.toString,bl=gl.hasOwnProperty,wl=0,ml=function(){var n=/[^.]+$/.exec(yl&&yl.keys&&yl.keys.IE_PROTO||"");return n?"Symbol(src)_1."+n:""}(),xl=gl.toString,jl=dl.call(ll),Al=re._,kl=sl("^"+dl.call(bl).replace(St,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Ol=ie?x.Buffer:X,Il=x.Symbol,Rl=x.Uint8Array,zl=Ol?Ol.allocUnsafe:X,El=F(ll.getPrototypeOf,ll),Sl=ll.create,Wl=gl.propertyIsEnumerable,Ll=_l.splice,Cl=Il?Il.isConcatSpreadable:X,Ul=Il?Il.iterator:X,Bl=Il?Il.toStringTag:X,Tl=function(){ -try{var n=Ai(ll,"defineProperty");return n({},"",{}),n}catch(n){}}(),$l=x.clearTimeout!==re.clearTimeout&&x.clearTimeout,Dl=ol&&ol.now!==re.Date.now&&ol.now,Ml=x.setTimeout!==re.setTimeout&&x.setTimeout,Fl=al.ceil,Nl=al.floor,Pl=ll.getOwnPropertySymbols,ql=Ol?Ol.isBuffer:X,Zl=x.isFinite,Kl=_l.join,Vl=F(ll.keys,ll),Gl=al.max,Hl=al.min,Jl=ol.now,Yl=x.parseInt,Ql=al.random,Xl=_l.reverse,ns=Ai(x,"DataView"),ts=Ai(x,"Map"),rs=Ai(x,"Promise"),es=Ai(x,"Set"),us=Ai(x,"WeakMap"),is=Ai(ll,"create"),os=us&&new us,fs={},cs=to(ns),as=to(ts),ls=to(rs),ss=to(es),hs=to(us),ps=Il?Il.prototype:X,_s=ps?ps.valueOf:X,vs=ps?ps.toString:X,gs=function(){ -function n(){}return function(t){if(!fc(t))return{};if(Sl)return Sl(t);n.prototype=t;var r=new n;return n.prototype=X,r}}();Z.templateSettings={escape:kt,evaluate:Ot,interpolate:It,variable:"",imports:{_:Z}},Z.prototype=J.prototype,Z.prototype.constructor=Z,Y.prototype=gs(J.prototype),Y.prototype.constructor=Y,Ct.prototype=gs(J.prototype),Ct.prototype.constructor=Ct,Xt.prototype.clear=nr,Xt.prototype.delete=tr,Xt.prototype.get=rr,Xt.prototype.has=er,Xt.prototype.set=ur,ir.prototype.clear=or,ir.prototype.delete=fr, -ir.prototype.get=cr,ir.prototype.has=ar,ir.prototype.set=lr,sr.prototype.clear=hr,sr.prototype.delete=pr,sr.prototype.get=_r,sr.prototype.has=vr,sr.prototype.set=gr,yr.prototype.add=yr.prototype.push=dr,yr.prototype.has=br,wr.prototype.clear=mr,wr.prototype.delete=xr,wr.prototype.get=jr,wr.prototype.has=Ar,wr.prototype.set=kr;var ys=Pu(ue),ds=Pu(oe,!0),bs=qu(),ws=qu(!0),ms=os?function(n,t){return os.set(n,t),n}:La,xs=Tl?function(n,t){return Tl(n,"toString",{configurable:!0,enumerable:!1,value:Sa(t), -writable:!0})}:La,js=uu,As=$l||function(n){return re.clearTimeout(n)},ks=es&&1/P(new es([,-0]))[1]==Sn?function(n){return new es(n)}:Da,Os=os?function(n){return os.get(n)}:Da,Is=Pl?function(n){return null==n?[]:(n=ll(n),i(Pl(n),function(t){return Wl.call(n,t)}))}:Pa,Rs=Pl?function(n){for(var t=[];n;)a(t,Is(n)),n=El(n);return t}:Pa,zs=we;(ns&&zs(new ns(new ArrayBuffer(1)))!=ct||ts&&zs(new ts)!=Gn||rs&&zs(rs.resolve())!=Qn||es&&zs(new es)!=tt||us&&zs(new us)!=it)&&(zs=function(n){var t=we(n),r=t==Yn?n.constructor:X,e=r?to(r):""; -if(e)switch(e){case cs:return ct;case as:return Gn;case ls:return Qn;case ss:return tt;case hs:return it}return t});var Es=yl?uc:qa,Ss=Qi(ms),Ws=Ml||function(n,t){return re.setTimeout(n,t)},Ls=Qi(xs),Cs=Pi(function(n){var t=[];return 46===n.charCodeAt(0)&&t.push(""),n.replace(Et,function(n,r,e,u){t.push(e?u.replace(Mt,"$1"):r||n)}),t}),Us=uu(function(n,t){return Jf(n)?Hr(n,ee(t,1,Jf,!0)):[]}),Bs=uu(function(n,t){var r=jo(t);return Jf(r)&&(r=X),Jf(n)?Hr(n,ee(t,1,Jf,!0),mi(r,2)):[]}),Ts=uu(function(n,t){ -var r=jo(t);return Jf(r)&&(r=X),Jf(n)?Hr(n,ee(t,1,Jf,!0),X,r):[]}),$s=uu(function(n){var t=c(n,ju);return t.length&&t[0]===n[0]?ke(t):[]}),Ds=uu(function(n){var t=jo(n),r=c(n,ju);return t===jo(r)?t=X:r.pop(),r.length&&r[0]===n[0]?ke(r,mi(t,2)):[]}),Ms=uu(function(n){var t=jo(n),r=c(n,ju);return t="function"==typeof t?t:X,t&&r.pop(),r.length&&r[0]===n[0]?ke(r,X,t):[]}),Fs=uu(Oo),Ns=gi(function(n,t){var r=null==n?0:n.length,e=Tr(n,t);return nu(n,c(t,function(n){return Ci(n,r)?+n:n}).sort(Lu)),e}),Ps=uu(function(n){ -return gu(ee(n,1,Jf,!0))}),qs=uu(function(n){var t=jo(n);return Jf(t)&&(t=X),gu(ee(n,1,Jf,!0),mi(t,2))}),Zs=uu(function(n){var t=jo(n);return t="function"==typeof t?t:X,gu(ee(n,1,Jf,!0),X,t)}),Ks=uu(function(n,t){return Jf(n)?Hr(n,t):[]}),Vs=uu(function(n){return mu(i(n,Jf))}),Gs=uu(function(n){var t=jo(n);return Jf(t)&&(t=X),mu(i(n,Jf),mi(t,2))}),Hs=uu(function(n){var t=jo(n);return t="function"==typeof t?t:X,mu(i(n,Jf),X,t)}),Js=uu(Go),Ys=uu(function(n){var t=n.length,r=t>1?n[t-1]:X;return r="function"==typeof r?(n.pop(), -r):X,Ho(n,r)}),Qs=gi(function(n){var t=n.length,r=t?n[0]:0,e=this.__wrapped__,u=function(t){return Tr(t,n)};return!(t>1||this.__actions__.length)&&e instanceof Ct&&Ci(r)?(e=e.slice(r,+r+(t?1:0)),e.__actions__.push({func:nf,args:[u],thisArg:X}),new Y(e,this.__chain__).thru(function(n){return t&&!n.length&&n.push(X),n})):this.thru(u)}),Xs=Fu(function(n,t,r){bl.call(n,r)?++n[r]:Br(n,r,1)}),nh=Ju(ho),th=Ju(po),rh=Fu(function(n,t,r){bl.call(n,r)?n[r].push(t):Br(n,r,[t])}),eh=uu(function(t,r,e){var u=-1,i="function"==typeof r,o=Hf(t)?il(t.length):[]; -return ys(t,function(t){o[++u]=i?n(r,t,e):Ie(t,r,e)}),o}),uh=Fu(function(n,t,r){Br(n,r,t)}),ih=Fu(function(n,t,r){n[r?0:1].push(t)},function(){return[[],[]]}),oh=uu(function(n,t){if(null==n)return[];var r=t.length;return r>1&&Ui(n,t[0],t[1])?t=[]:r>2&&Ui(t[0],t[1],t[2])&&(t=[t[0]]),He(n,ee(t,1),[])}),fh=Dl||function(){return re.Date.now()},ch=uu(function(n,t,r){var e=_n;if(r.length){var u=N(r,wi(ch));e|=bn}return ai(n,e,t,r,u)}),ah=uu(function(n,t,r){var e=_n|vn;if(r.length){var u=N(r,wi(ah));e|=bn; -}return ai(t,e,n,r,u)}),lh=uu(function(n,t){return Gr(n,1,t)}),sh=uu(function(n,t,r){return Gr(n,Ic(t)||0,r)});Cf.Cache=sr;var hh=js(function(t,r){r=1==r.length&&bh(r[0])?c(r[0],z(mi())):c(ee(r,1),z(mi()));var e=r.length;return uu(function(u){for(var i=-1,o=Hl(u.length,e);++i<o;)u[i]=r[i].call(this,u[i]);return n(t,this,u)})}),ph=uu(function(n,t){return ai(n,bn,X,t,N(t,wi(ph)))}),_h=uu(function(n,t){return ai(n,wn,X,t,N(t,wi(_h)))}),vh=gi(function(n,t){return ai(n,xn,X,X,X,t)}),gh=ii(me),yh=ii(function(n,t){ -return n>=t}),dh=Re(function(){return arguments}())?Re:function(n){return cc(n)&&bl.call(n,"callee")&&!Wl.call(n,"callee")},bh=il.isArray,wh=ce?z(ce):ze,mh=ql||qa,xh=ae?z(ae):Ee,jh=le?z(le):Le,Ah=se?z(se):Be,kh=he?z(he):Te,Oh=pe?z(pe):$e,Ih=ii(Ne),Rh=ii(function(n,t){return n<=t}),zh=Nu(function(n,t){if(Mi(t)||Hf(t))return $u(t,Pc(t),n),X;for(var r in t)bl.call(t,r)&&Sr(n,r,t[r])}),Eh=Nu(function(n,t){$u(t,qc(t),n)}),Sh=Nu(function(n,t,r,e){$u(t,qc(t),n,e)}),Wh=Nu(function(n,t,r,e){$u(t,Pc(t),n,e); -}),Lh=gi(Tr),Ch=uu(function(n,t){n=ll(n);var r=-1,e=t.length,u=e>2?t[2]:X;for(u&&Ui(t[0],t[1],u)&&(e=1);++r<e;)for(var i=t[r],o=qc(i),f=-1,c=o.length;++f<c;){var a=o[f],l=n[a];(l===X||Gf(l,gl[a])&&!bl.call(n,a))&&(n[a]=i[a])}return n}),Uh=uu(function(t){return t.push(X,si),n(Mh,X,t)}),Bh=Xu(function(n,t,r){null!=t&&"function"!=typeof t.toString&&(t=xl.call(t)),n[t]=r},Sa(La)),Th=Xu(function(n,t,r){null!=t&&"function"!=typeof t.toString&&(t=xl.call(t)),bl.call(n,t)?n[t].push(r):n[t]=[r]},mi),$h=uu(Ie),Dh=Nu(function(n,t,r){ -Ke(n,t,r)}),Mh=Nu(function(n,t,r,e){Ke(n,t,r,e)}),Fh=gi(function(n,t){var r={};if(null==n)return r;var e=!1;t=c(t,function(t){return t=ku(t,n),e||(e=t.length>1),t}),$u(n,di(n),r),e&&(r=Fr(r,an|ln|sn,hi));for(var u=t.length;u--;)yu(r,t[u]);return r}),Nh=gi(function(n,t){return null==n?{}:Je(n,t)}),Ph=ci(Pc),qh=ci(qc),Zh=Vu(function(n,t,r){return t=t.toLowerCase(),n+(r?fa(t):t)}),Kh=Vu(function(n,t,r){return n+(r?"-":"")+t.toLowerCase()}),Vh=Vu(function(n,t,r){return n+(r?" ":"")+t.toLowerCase()}),Gh=Ku("toLowerCase"),Hh=Vu(function(n,t,r){ -return n+(r?"_":"")+t.toLowerCase()}),Jh=Vu(function(n,t,r){return n+(r?" ":"")+Qh(t)}),Yh=Vu(function(n,t,r){return n+(r?" ":"")+t.toUpperCase()}),Qh=Ku("toUpperCase"),Xh=uu(function(t,r){try{return n(t,X,r)}catch(n){return rc(n)?n:new fl(n)}}),np=gi(function(n,t){return r(t,function(t){t=no(t),Br(n,t,ch(n[t],n))}),n}),tp=Yu(),rp=Yu(!0),ep=uu(function(n,t){return function(r){return Ie(r,n,t)}}),up=uu(function(n,t){return function(r){return Ie(n,r,t)}}),ip=ti(c),op=ti(u),fp=ti(h),cp=ui(),ap=ui(!0),lp=ni(function(n,t){ -return n+t},0),sp=fi("ceil"),hp=ni(function(n,t){return n/t},1),pp=fi("floor"),_p=ni(function(n,t){return n*t},1),vp=fi("round"),gp=ni(function(n,t){return n-t},0);return Z.after=If,Z.ary=Rf,Z.assign=zh,Z.assignIn=Eh,Z.assignInWith=Sh,Z.assignWith=Wh,Z.at=Lh,Z.before=zf,Z.bind=ch,Z.bindAll=np,Z.bindKey=ah,Z.castArray=Nf,Z.chain=Qo,Z.chunk=uo,Z.compact=io,Z.concat=oo,Z.cond=za,Z.conforms=Ea,Z.constant=Sa,Z.countBy=Xs,Z.create=Sc,Z.curry=Ef,Z.curryRight=Sf,Z.debounce=Wf,Z.defaults=Ch,Z.defaultsDeep=Uh, -Z.defer=lh,Z.delay=sh,Z.difference=Us,Z.differenceBy=Bs,Z.differenceWith=Ts,Z.drop=fo,Z.dropRight=co,Z.dropRightWhile=ao,Z.dropWhile=lo,Z.fill=so,Z.filter=lf,Z.flatMap=sf,Z.flatMapDeep=hf,Z.flatMapDepth=pf,Z.flatten=_o,Z.flattenDeep=vo,Z.flattenDepth=go,Z.flip=Lf,Z.flow=tp,Z.flowRight=rp,Z.fromPairs=yo,Z.functions=$c,Z.functionsIn=Dc,Z.groupBy=rh,Z.initial=mo,Z.intersection=$s,Z.intersectionBy=Ds,Z.intersectionWith=Ms,Z.invert=Bh,Z.invertBy=Th,Z.invokeMap=eh,Z.iteratee=Ca,Z.keyBy=uh,Z.keys=Pc,Z.keysIn=qc, -Z.map=yf,Z.mapKeys=Zc,Z.mapValues=Kc,Z.matches=Ua,Z.matchesProperty=Ba,Z.memoize=Cf,Z.merge=Dh,Z.mergeWith=Mh,Z.method=ep,Z.methodOf=up,Z.mixin=Ta,Z.negate=Uf,Z.nthArg=Ma,Z.omit=Fh,Z.omitBy=Vc,Z.once=Bf,Z.orderBy=df,Z.over=ip,Z.overArgs=hh,Z.overEvery=op,Z.overSome=fp,Z.partial=ph,Z.partialRight=_h,Z.partition=ih,Z.pick=Nh,Z.pickBy=Gc,Z.property=Fa,Z.propertyOf=Na,Z.pull=Fs,Z.pullAll=Oo,Z.pullAllBy=Io,Z.pullAllWith=Ro,Z.pullAt=Ns,Z.range=cp,Z.rangeRight=ap,Z.rearg=vh,Z.reject=mf,Z.remove=zo,Z.rest=Tf, -Z.reverse=Eo,Z.sampleSize=jf,Z.set=Jc,Z.setWith=Yc,Z.shuffle=Af,Z.slice=So,Z.sortBy=oh,Z.sortedUniq=$o,Z.sortedUniqBy=Do,Z.split=da,Z.spread=$f,Z.tail=Mo,Z.take=Fo,Z.takeRight=No,Z.takeRightWhile=Po,Z.takeWhile=qo,Z.tap=Xo,Z.throttle=Df,Z.thru=nf,Z.toArray=jc,Z.toPairs=Ph,Z.toPairsIn=qh,Z.toPath=Ha,Z.toPlainObject=Rc,Z.transform=Qc,Z.unary=Mf,Z.union=Ps,Z.unionBy=qs,Z.unionWith=Zs,Z.uniq=Zo,Z.uniqBy=Ko,Z.uniqWith=Vo,Z.unset=Xc,Z.unzip=Go,Z.unzipWith=Ho,Z.update=na,Z.updateWith=ta,Z.values=ra,Z.valuesIn=ea, -Z.without=Ks,Z.words=Ra,Z.wrap=Ff,Z.xor=Vs,Z.xorBy=Gs,Z.xorWith=Hs,Z.zip=Js,Z.zipObject=Jo,Z.zipObjectDeep=Yo,Z.zipWith=Ys,Z.entries=Ph,Z.entriesIn=qh,Z.extend=Eh,Z.extendWith=Sh,Ta(Z,Z),Z.add=lp,Z.attempt=Xh,Z.camelCase=Zh,Z.capitalize=fa,Z.ceil=sp,Z.clamp=ua,Z.clone=Pf,Z.cloneDeep=Zf,Z.cloneDeepWith=Kf,Z.cloneWith=qf,Z.conformsTo=Vf,Z.deburr=ca,Z.defaultTo=Wa,Z.divide=hp,Z.endsWith=aa,Z.eq=Gf,Z.escape=la,Z.escapeRegExp=sa,Z.every=af,Z.find=nh,Z.findIndex=ho,Z.findKey=Wc,Z.findLast=th,Z.findLastIndex=po, -Z.findLastKey=Lc,Z.floor=pp,Z.forEach=_f,Z.forEachRight=vf,Z.forIn=Cc,Z.forInRight=Uc,Z.forOwn=Bc,Z.forOwnRight=Tc,Z.get=Mc,Z.gt=gh,Z.gte=yh,Z.has=Fc,Z.hasIn=Nc,Z.head=bo,Z.identity=La,Z.includes=gf,Z.indexOf=wo,Z.inRange=ia,Z.invoke=$h,Z.isArguments=dh,Z.isArray=bh,Z.isArrayBuffer=wh,Z.isArrayLike=Hf,Z.isArrayLikeObject=Jf,Z.isBoolean=Yf,Z.isBuffer=mh,Z.isDate=xh,Z.isElement=Qf,Z.isEmpty=Xf,Z.isEqual=nc,Z.isEqualWith=tc,Z.isError=rc,Z.isFinite=ec,Z.isFunction=uc,Z.isInteger=ic,Z.isLength=oc,Z.isMap=jh, -Z.isMatch=ac,Z.isMatchWith=lc,Z.isNaN=sc,Z.isNative=hc,Z.isNil=_c,Z.isNull=pc,Z.isNumber=vc,Z.isObject=fc,Z.isObjectLike=cc,Z.isPlainObject=gc,Z.isRegExp=Ah,Z.isSafeInteger=yc,Z.isSet=kh,Z.isString=dc,Z.isSymbol=bc,Z.isTypedArray=Oh,Z.isUndefined=wc,Z.isWeakMap=mc,Z.isWeakSet=xc,Z.join=xo,Z.kebabCase=Kh,Z.last=jo,Z.lastIndexOf=Ao,Z.lowerCase=Vh,Z.lowerFirst=Gh,Z.lt=Ih,Z.lte=Rh,Z.max=Ya,Z.maxBy=Qa,Z.mean=Xa,Z.meanBy=nl,Z.min=tl,Z.minBy=rl,Z.stubArray=Pa,Z.stubFalse=qa,Z.stubObject=Za,Z.stubString=Ka, -Z.stubTrue=Va,Z.multiply=_p,Z.nth=ko,Z.noConflict=$a,Z.noop=Da,Z.now=fh,Z.pad=ha,Z.padEnd=pa,Z.padStart=_a,Z.parseInt=va,Z.random=oa,Z.reduce=bf,Z.reduceRight=wf,Z.repeat=ga,Z.replace=ya,Z.result=Hc,Z.round=vp,Z.runInContext=p,Z.sample=xf,Z.size=kf,Z.snakeCase=Hh,Z.some=Of,Z.sortedIndex=Wo,Z.sortedIndexBy=Lo,Z.sortedIndexOf=Co,Z.sortedLastIndex=Uo,Z.sortedLastIndexBy=Bo,Z.sortedLastIndexOf=To,Z.startCase=Jh,Z.startsWith=ba,Z.subtract=gp,Z.sum=el,Z.sumBy=ul,Z.template=wa,Z.times=Ga,Z.toFinite=Ac,Z.toInteger=kc, -Z.toLength=Oc,Z.toLower=ma,Z.toNumber=Ic,Z.toSafeInteger=zc,Z.toString=Ec,Z.toUpper=xa,Z.trim=ja,Z.trimEnd=Aa,Z.trimStart=ka,Z.truncate=Oa,Z.unescape=Ia,Z.uniqueId=Ja,Z.upperCase=Yh,Z.upperFirst=Qh,Z.each=_f,Z.eachRight=vf,Z.first=bo,Ta(Z,function(){var n={};return ue(Z,function(t,r){bl.call(Z.prototype,r)||(n[r]=t)}),n}(),{chain:!1}),Z.VERSION=nn,r(["bind","bindKey","curry","curryRight","partial","partialRight"],function(n){Z[n].placeholder=Z}),r(["drop","take"],function(n,t){Ct.prototype[n]=function(r){ -r=r===X?1:Gl(kc(r),0);var e=this.__filtered__&&!t?new Ct(this):this.clone();return e.__filtered__?e.__takeCount__=Hl(r,e.__takeCount__):e.__views__.push({size:Hl(r,Un),type:n+(e.__dir__<0?"Right":"")}),e},Ct.prototype[n+"Right"]=function(t){return this.reverse()[n](t).reverse()}}),r(["filter","map","takeWhile"],function(n,t){var r=t+1,e=r==Rn||r==En;Ct.prototype[n]=function(n){var t=this.clone();return t.__iteratees__.push({iteratee:mi(n,3),type:r}),t.__filtered__=t.__filtered__||e,t}}),r(["head","last"],function(n,t){ -var r="take"+(t?"Right":"");Ct.prototype[n]=function(){return this[r](1).value()[0]}}),r(["initial","tail"],function(n,t){var r="drop"+(t?"":"Right");Ct.prototype[n]=function(){return this.__filtered__?new Ct(this):this[r](1)}}),Ct.prototype.compact=function(){return this.filter(La)},Ct.prototype.find=function(n){return this.filter(n).head()},Ct.prototype.findLast=function(n){return this.reverse().find(n)},Ct.prototype.invokeMap=uu(function(n,t){return"function"==typeof n?new Ct(this):this.map(function(r){ -return Ie(r,n,t)})}),Ct.prototype.reject=function(n){return this.filter(Uf(mi(n)))},Ct.prototype.slice=function(n,t){n=kc(n);var r=this;return r.__filtered__&&(n>0||t<0)?new Ct(r):(n<0?r=r.takeRight(-n):n&&(r=r.drop(n)),t!==X&&(t=kc(t),r=t<0?r.dropRight(-t):r.take(t-n)),r)},Ct.prototype.takeRightWhile=function(n){return this.reverse().takeWhile(n).reverse()},Ct.prototype.toArray=function(){return this.take(Un)},ue(Ct.prototype,function(n,t){var r=/^(?:filter|find|map|reject)|While$/.test(t),e=/^(?:head|last)$/.test(t),u=Z[e?"take"+("last"==t?"Right":""):t],i=e||/^find/.test(t); -u&&(Z.prototype[t]=function(){var t=this.__wrapped__,o=e?[1]:arguments,f=t instanceof Ct,c=o[0],l=f||bh(t),s=function(n){var t=u.apply(Z,a([n],o));return e&&h?t[0]:t};l&&r&&"function"==typeof c&&1!=c.length&&(f=l=!1);var h=this.__chain__,p=!!this.__actions__.length,_=i&&!h,v=f&&!p;if(!i&&l){t=v?t:new Ct(this);var g=n.apply(t,o);return g.__actions__.push({func:nf,args:[s],thisArg:X}),new Y(g,h)}return _&&v?n.apply(this,o):(g=this.thru(s),_?e?g.value()[0]:g.value():g)})}),r(["pop","push","shift","sort","splice","unshift"],function(n){ -var t=_l[n],r=/^(?:push|sort|unshift)$/.test(n)?"tap":"thru",e=/^(?:pop|shift)$/.test(n);Z.prototype[n]=function(){var n=arguments;if(e&&!this.__chain__){var u=this.value();return t.apply(bh(u)?u:[],n)}return this[r](function(r){return t.apply(bh(r)?r:[],n)})}}),ue(Ct.prototype,function(n,t){var r=Z[t];if(r){var e=r.name+"";bl.call(fs,e)||(fs[e]=[]),fs[e].push({name:t,func:r})}}),fs[Qu(X,vn).name]=[{name:"wrapper",func:X}],Ct.prototype.clone=$t,Ct.prototype.reverse=Yt,Ct.prototype.value=Qt,Z.prototype.at=Qs, -Z.prototype.chain=tf,Z.prototype.commit=rf,Z.prototype.next=ef,Z.prototype.plant=of,Z.prototype.reverse=ff,Z.prototype.toJSON=Z.prototype.valueOf=Z.prototype.value=cf,Z.prototype.first=Z.prototype.head,Ul&&(Z.prototype[Ul]=uf),Z},be=de();"function"==typeof define&&"object"==typeof define.amd&&define.amd?(re._=be,define(function(){return be})):ue?((ue.exports=be)._=be,ee._=be):re._=be}).call(this); \ No newline at end of file diff --git a/software/flow/node_modules/lodash/lowerCase.js b/software/flow/node_modules/lodash/lowerCase.js deleted file mode 100644 index 66c1f49..0000000 --- a/software/flow/node_modules/lodash/lowerCase.js +++ /dev/null @@ -1,27 +0,0 @@ -var createCompounder = require('./_createCompounder'); - -/** - * Converts `string`, as space separated words, to lower case. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category String - * @param {string} [string=''] The string to convert. - * @returns {string} Returns the lower cased string. - * @example - * - * _.lowerCase('--Foo-Bar--'); - * // => 'foo bar' - * - * _.lowerCase('fooBar'); - * // => 'foo bar' - * - * _.lowerCase('__FOO_BAR__'); - * // => 'foo bar' - */ -var lowerCase = createCompounder(function(result, word, index) { - return result + (index ? ' ' : '') + word.toLowerCase(); -}); - -module.exports = lowerCase; diff --git a/software/flow/node_modules/lodash/lowerFirst.js b/software/flow/node_modules/lodash/lowerFirst.js deleted file mode 100644 index c08f082..0000000 --- a/software/flow/node_modules/lodash/lowerFirst.js +++ /dev/null @@ -1,22 +0,0 @@ -var createCaseFirst = require('./_createCaseFirst'); - -/** - * Converts the first character of `string` to lower case. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category String - * @param {string} [string=''] The string to convert. - * @returns {string} Returns the converted string. - * @example - * - * _.lowerFirst('Fred'); - * // => 'fred' - * - * _.lowerFirst('FRED'); - * // => 'fRED' - */ -var lowerFirst = createCaseFirst('toLowerCase'); - -module.exports = lowerFirst; diff --git a/software/flow/node_modules/lodash/lt.js b/software/flow/node_modules/lodash/lt.js deleted file mode 100644 index 813866e..0000000 --- a/software/flow/node_modules/lodash/lt.js +++ /dev/null @@ -1,29 +0,0 @@ -var baseLt = require('./_baseLt'), - createRelationalOperation = require('./_createRelationalOperation'); - -/** - * Checks if `value` is less than `other`. - * - * @static - * @memberOf _ - * @since 3.9.0 - * @category Lang - * @param {*} value The value to compare. - * @param {*} other The other value to compare. - * @returns {boolean} Returns `true` if `value` is less than `other`, - * else `false`. - * @see _.gt - * @example - * - * _.lt(1, 3); - * // => true - * - * _.lt(3, 3); - * // => false - * - * _.lt(3, 1); - * // => false - */ -var lt = createRelationalOperation(baseLt); - -module.exports = lt; diff --git a/software/flow/node_modules/lodash/lte.js b/software/flow/node_modules/lodash/lte.js deleted file mode 100644 index 382f661..0000000 --- a/software/flow/node_modules/lodash/lte.js +++ /dev/null @@ -1,30 +0,0 @@ -var createRelationalOperation = require('./_createRelationalOperation'); - -/** - * Checks if `value` is less than or equal to `other`. - * - * @static - * @memberOf _ - * @since 3.9.0 - * @category Lang - * @param {*} value The value to compare. - * @param {*} other The other value to compare. - * @returns {boolean} Returns `true` if `value` is less than or equal to - * `other`, else `false`. - * @see _.gte - * @example - * - * _.lte(1, 3); - * // => true - * - * _.lte(3, 3); - * // => true - * - * _.lte(3, 1); - * // => false - */ -var lte = createRelationalOperation(function(value, other) { - return value <= other; -}); - -module.exports = lte; diff --git a/software/flow/node_modules/lodash/map.js b/software/flow/node_modules/lodash/map.js deleted file mode 100644 index 22efee7..0000000 --- a/software/flow/node_modules/lodash/map.js +++ /dev/null @@ -1,53 +0,0 @@ -var arrayMap = require('./_arrayMap'), - baseIteratee = require('./_baseIteratee'), - baseMap = require('./_baseMap'), - isArray = require('./isArray'); - -/** - * Creates an array of values by running each element in `collection` thru - * `iteratee`. The iteratee is invoked with three arguments: - * (value, index|key, collection). - * - * Many lodash methods are guarded to work as iteratees for methods like - * `_.every`, `_.filter`, `_.map`, `_.mapValues`, `_.reject`, and `_.some`. - * - * The guarded methods are: - * `ary`, `chunk`, `curry`, `curryRight`, `drop`, `dropRight`, `every`, - * `fill`, `invert`, `parseInt`, `random`, `range`, `rangeRight`, `repeat`, - * `sampleSize`, `slice`, `some`, `sortBy`, `split`, `take`, `takeRight`, - * `template`, `trim`, `trimEnd`, `trimStart`, and `words` - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Collection - * @param {Array|Object} collection The collection to iterate over. - * @param {Function} [iteratee=_.identity] The function invoked per iteration. - * @returns {Array} Returns the new mapped array. - * @example - * - * function square(n) { - * return n * n; - * } - * - * _.map([4, 8], square); - * // => [16, 64] - * - * _.map({ 'a': 4, 'b': 8 }, square); - * // => [16, 64] (iteration order is not guaranteed) - * - * var users = [ - * { 'user': 'barney' }, - * { 'user': 'fred' } - * ]; - * - * // The `_.property` iteratee shorthand. - * _.map(users, 'user'); - * // => ['barney', 'fred'] - */ -function map(collection, iteratee) { - var func = isArray(collection) ? arrayMap : baseMap; - return func(collection, baseIteratee(iteratee, 3)); -} - -module.exports = map; diff --git a/software/flow/node_modules/lodash/mapKeys.js b/software/flow/node_modules/lodash/mapKeys.js deleted file mode 100644 index 3b68797..0000000 --- a/software/flow/node_modules/lodash/mapKeys.js +++ /dev/null @@ -1,36 +0,0 @@ -var baseAssignValue = require('./_baseAssignValue'), - baseForOwn = require('./_baseForOwn'), - baseIteratee = require('./_baseIteratee'); - -/** - * The opposite of `_.mapValues`; this method creates an object with the - * same values as `object` and keys generated by running each own enumerable - * string keyed property of `object` thru `iteratee`. The iteratee is invoked - * with three arguments: (value, key, object). - * - * @static - * @memberOf _ - * @since 3.8.0 - * @category Object - * @param {Object} object The object to iterate over. - * @param {Function} [iteratee=_.identity] The function invoked per iteration. - * @returns {Object} Returns the new mapped object. - * @see _.mapValues - * @example - * - * _.mapKeys({ 'a': 1, 'b': 2 }, function(value, key) { - * return key + value; - * }); - * // => { 'a1': 1, 'b2': 2 } - */ -function mapKeys(object, iteratee) { - var result = {}; - iteratee = baseIteratee(iteratee, 3); - - baseForOwn(object, function(value, key, object) { - baseAssignValue(result, iteratee(value, key, object), value); - }); - return result; -} - -module.exports = mapKeys; diff --git a/software/flow/node_modules/lodash/mapValues.js b/software/flow/node_modules/lodash/mapValues.js deleted file mode 100644 index 4ec0825..0000000 --- a/software/flow/node_modules/lodash/mapValues.js +++ /dev/null @@ -1,43 +0,0 @@ -var baseAssignValue = require('./_baseAssignValue'), - baseForOwn = require('./_baseForOwn'), - baseIteratee = require('./_baseIteratee'); - -/** - * Creates an object with the same keys as `object` and values generated - * by running each own enumerable string keyed property of `object` thru - * `iteratee`. The iteratee is invoked with three arguments: - * (value, key, object). - * - * @static - * @memberOf _ - * @since 2.4.0 - * @category Object - * @param {Object} object The object to iterate over. - * @param {Function} [iteratee=_.identity] The function invoked per iteration. - * @returns {Object} Returns the new mapped object. - * @see _.mapKeys - * @example - * - * var users = { - * 'fred': { 'user': 'fred', 'age': 40 }, - * 'pebbles': { 'user': 'pebbles', 'age': 1 } - * }; - * - * _.mapValues(users, function(o) { return o.age; }); - * // => { 'fred': 40, 'pebbles': 1 } (iteration order is not guaranteed) - * - * // The `_.property` iteratee shorthand. - * _.mapValues(users, 'age'); - * // => { 'fred': 40, 'pebbles': 1 } (iteration order is not guaranteed) - */ -function mapValues(object, iteratee) { - var result = {}; - iteratee = baseIteratee(iteratee, 3); - - baseForOwn(object, function(value, key, object) { - baseAssignValue(result, key, iteratee(value, key, object)); - }); - return result; -} - -module.exports = mapValues; diff --git a/software/flow/node_modules/lodash/matches.js b/software/flow/node_modules/lodash/matches.js deleted file mode 100644 index e10b351..0000000 --- a/software/flow/node_modules/lodash/matches.js +++ /dev/null @@ -1,46 +0,0 @@ -var baseClone = require('./_baseClone'), - baseMatches = require('./_baseMatches'); - -/** Used to compose bitmasks for cloning. */ -var CLONE_DEEP_FLAG = 1; - -/** - * Creates a function that performs a partial deep comparison between a given - * object and `source`, returning `true` if the given object has equivalent - * property values, else `false`. - * - * **Note:** The created function is equivalent to `_.isMatch` with `source` - * partially applied. - * - * Partial comparisons will match empty array and empty object `source` - * values against any array or object value, respectively. See `_.isEqual` - * for a list of supported value comparisons. - * - * **Note:** Multiple values can be checked by combining several matchers - * using `_.overSome` - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category Util - * @param {Object} source The object of property values to match. - * @returns {Function} Returns the new spec function. - * @example - * - * var objects = [ - * { 'a': 1, 'b': 2, 'c': 3 }, - * { 'a': 4, 'b': 5, 'c': 6 } - * ]; - * - * _.filter(objects, _.matches({ 'a': 4, 'c': 6 })); - * // => [{ 'a': 4, 'b': 5, 'c': 6 }] - * - * // Checking for several possible values - * _.filter(objects, _.overSome([_.matches({ 'a': 1 }), _.matches({ 'a': 4 })])); - * // => [{ 'a': 1, 'b': 2, 'c': 3 }, { 'a': 4, 'b': 5, 'c': 6 }] - */ -function matches(source) { - return baseMatches(baseClone(source, CLONE_DEEP_FLAG)); -} - -module.exports = matches; diff --git a/software/flow/node_modules/lodash/matchesProperty.js b/software/flow/node_modules/lodash/matchesProperty.js deleted file mode 100644 index e6f1a88..0000000 --- a/software/flow/node_modules/lodash/matchesProperty.js +++ /dev/null @@ -1,44 +0,0 @@ -var baseClone = require('./_baseClone'), - baseMatchesProperty = require('./_baseMatchesProperty'); - -/** Used to compose bitmasks for cloning. */ -var CLONE_DEEP_FLAG = 1; - -/** - * Creates a function that performs a partial deep comparison between the - * value at `path` of a given object to `srcValue`, returning `true` if the - * object value is equivalent, else `false`. - * - * **Note:** Partial comparisons will match empty array and empty object - * `srcValue` values against any array or object value, respectively. See - * `_.isEqual` for a list of supported value comparisons. - * - * **Note:** Multiple values can be checked by combining several matchers - * using `_.overSome` - * - * @static - * @memberOf _ - * @since 3.2.0 - * @category Util - * @param {Array|string} path The path of the property to get. - * @param {*} srcValue The value to match. - * @returns {Function} Returns the new spec function. - * @example - * - * var objects = [ - * { 'a': 1, 'b': 2, 'c': 3 }, - * { 'a': 4, 'b': 5, 'c': 6 } - * ]; - * - * _.find(objects, _.matchesProperty('a', 4)); - * // => { 'a': 4, 'b': 5, 'c': 6 } - * - * // Checking for several possible values - * _.filter(objects, _.overSome([_.matchesProperty('a', 1), _.matchesProperty('a', 4)])); - * // => [{ 'a': 1, 'b': 2, 'c': 3 }, { 'a': 4, 'b': 5, 'c': 6 }] - */ -function matchesProperty(path, srcValue) { - return baseMatchesProperty(path, baseClone(srcValue, CLONE_DEEP_FLAG)); -} - -module.exports = matchesProperty; diff --git a/software/flow/node_modules/lodash/math.js b/software/flow/node_modules/lodash/math.js deleted file mode 100644 index 5966887..0000000 --- a/software/flow/node_modules/lodash/math.js +++ /dev/null @@ -1,17 +0,0 @@ -module.exports = { - 'add': require('./add'), - 'ceil': require('./ceil'), - 'divide': require('./divide'), - 'floor': require('./floor'), - 'max': require('./max'), - 'maxBy': require('./maxBy'), - 'mean': require('./mean'), - 'meanBy': require('./meanBy'), - 'min': require('./min'), - 'minBy': require('./minBy'), - 'multiply': require('./multiply'), - 'round': require('./round'), - 'subtract': require('./subtract'), - 'sum': require('./sum'), - 'sumBy': require('./sumBy') -}; diff --git a/software/flow/node_modules/lodash/max.js b/software/flow/node_modules/lodash/max.js deleted file mode 100644 index 142ad8c..0000000 --- a/software/flow/node_modules/lodash/max.js +++ /dev/null @@ -1,29 +0,0 @@ -var baseExtremum = require('./_baseExtremum'), - baseGt = require('./_baseGt'), - identity = require('./identity'); - -/** - * Computes the maximum value of `array`. If `array` is empty or falsey, - * `undefined` is returned. - * - * @static - * @since 0.1.0 - * @memberOf _ - * @category Math - * @param {Array} array The array to iterate over. - * @returns {*} Returns the maximum value. - * @example - * - * _.max([4, 2, 8, 6]); - * // => 8 - * - * _.max([]); - * // => undefined - */ -function max(array) { - return (array && array.length) - ? baseExtremum(array, identity, baseGt) - : undefined; -} - -module.exports = max; diff --git a/software/flow/node_modules/lodash/maxBy.js b/software/flow/node_modules/lodash/maxBy.js deleted file mode 100644 index 2eba9c0..0000000 --- a/software/flow/node_modules/lodash/maxBy.js +++ /dev/null @@ -1,34 +0,0 @@ -var baseExtremum = require('./_baseExtremum'), - baseGt = require('./_baseGt'), - baseIteratee = require('./_baseIteratee'); - -/** - * This method is like `_.max` except that it accepts `iteratee` which is - * invoked for each element in `array` to generate the criterion by which - * the value is ranked. The iteratee is invoked with one argument: (value). - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Math - * @param {Array} array The array to iterate over. - * @param {Function} [iteratee=_.identity] The iteratee invoked per element. - * @returns {*} Returns the maximum value. - * @example - * - * var objects = [{ 'n': 1 }, { 'n': 2 }]; - * - * _.maxBy(objects, function(o) { return o.n; }); - * // => { 'n': 2 } - * - * // The `_.property` iteratee shorthand. - * _.maxBy(objects, 'n'); - * // => { 'n': 2 } - */ -function maxBy(array, iteratee) { - return (array && array.length) - ? baseExtremum(array, baseIteratee(iteratee, 2), baseGt) - : undefined; -} - -module.exports = maxBy; diff --git a/software/flow/node_modules/lodash/mean.js b/software/flow/node_modules/lodash/mean.js deleted file mode 100644 index e3ffff6..0000000 --- a/software/flow/node_modules/lodash/mean.js +++ /dev/null @@ -1,22 +0,0 @@ -var baseMean = require('./_baseMean'), - identity = require('./identity'); - -/** - * Computes the mean of the values in `array`. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Math - * @param {Array} array The array to iterate over. - * @returns {number} Returns the mean. - * @example - * - * _.mean([4, 2, 8, 6]); - * // => 5 - */ -function mean(array) { - return baseMean(array, identity); -} - -module.exports = mean; diff --git a/software/flow/node_modules/lodash/meanBy.js b/software/flow/node_modules/lodash/meanBy.js deleted file mode 100644 index b031671..0000000 --- a/software/flow/node_modules/lodash/meanBy.js +++ /dev/null @@ -1,31 +0,0 @@ -var baseIteratee = require('./_baseIteratee'), - baseMean = require('./_baseMean'); - -/** - * This method is like `_.mean` except that it accepts `iteratee` which is - * invoked for each element in `array` to generate the value to be averaged. - * The iteratee is invoked with one argument: (value). - * - * @static - * @memberOf _ - * @since 4.7.0 - * @category Math - * @param {Array} array The array to iterate over. - * @param {Function} [iteratee=_.identity] The iteratee invoked per element. - * @returns {number} Returns the mean. - * @example - * - * var objects = [{ 'n': 4 }, { 'n': 2 }, { 'n': 8 }, { 'n': 6 }]; - * - * _.meanBy(objects, function(o) { return o.n; }); - * // => 5 - * - * // The `_.property` iteratee shorthand. - * _.meanBy(objects, 'n'); - * // => 5 - */ -function meanBy(array, iteratee) { - return baseMean(array, baseIteratee(iteratee, 2)); -} - -module.exports = meanBy; diff --git a/software/flow/node_modules/lodash/memoize.js b/software/flow/node_modules/lodash/memoize.js deleted file mode 100644 index d6035af..0000000 --- a/software/flow/node_modules/lodash/memoize.js +++ /dev/null @@ -1,73 +0,0 @@ -var MapCache = require('./_MapCache'); - -/** Error message constants. */ -var FUNC_ERROR_TEXT = 'Expected a function'; - -/** - * Creates a function that memoizes the result of `func`. If `resolver` is - * provided, it determines the cache key for storing the result based on the - * arguments provided to the memoized function. By default, the first argument - * provided to the memoized function is used as the map cache key. The `func` - * is invoked with the `this` binding of the memoized function. - * - * **Note:** The cache is exposed as the `cache` property on the memoized - * function. Its creation may be customized by replacing the `_.memoize.Cache` - * constructor with one whose instances implement the - * [`Map`](http://ecma-international.org/ecma-262/7.0/#sec-properties-of-the-map-prototype-object) - * method interface of `clear`, `delete`, `get`, `has`, and `set`. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Function - * @param {Function} func The function to have its output memoized. - * @param {Function} [resolver] The function to resolve the cache key. - * @returns {Function} Returns the new memoized function. - * @example - * - * var object = { 'a': 1, 'b': 2 }; - * var other = { 'c': 3, 'd': 4 }; - * - * var values = _.memoize(_.values); - * values(object); - * // => [1, 2] - * - * values(other); - * // => [3, 4] - * - * object.a = 2; - * values(object); - * // => [1, 2] - * - * // Modify the result cache. - * values.cache.set(object, ['a', 'b']); - * values(object); - * // => ['a', 'b'] - * - * // Replace `_.memoize.Cache`. - * _.memoize.Cache = WeakMap; - */ -function memoize(func, resolver) { - if (typeof func != 'function' || (resolver != null && typeof resolver != 'function')) { - throw new TypeError(FUNC_ERROR_TEXT); - } - var memoized = function() { - var args = arguments, - key = resolver ? resolver.apply(this, args) : args[0], - cache = memoized.cache; - - if (cache.has(key)) { - return cache.get(key); - } - var result = func.apply(this, args); - memoized.cache = cache.set(key, result) || cache; - return result; - }; - memoized.cache = new (memoize.Cache || MapCache); - return memoized; -} - -// Expose `MapCache`. -memoize.Cache = MapCache; - -module.exports = memoize; diff --git a/software/flow/node_modules/lodash/merge.js b/software/flow/node_modules/lodash/merge.js deleted file mode 100644 index 4bbc3a1..0000000 --- a/software/flow/node_modules/lodash/merge.js +++ /dev/null @@ -1,39 +0,0 @@ -var baseMerge = require('./_baseMerge'), - createAssigner = require('./_createAssigner'); - -/** - * This method is like `_.assign` except that it recursively merges own and - * inherited enumerable string keyed properties of source objects into the - * destination object. Source properties that resolve to `undefined` are - * skipped if a destination value exists. Array and plain object properties - * are merged recursively. Other objects and value types are overridden by - * assignment. Source objects are applied from left to right. Subsequent - * sources overwrite property assignments of previous sources. - * - * **Note:** This method mutates `object`. - * - * @static - * @memberOf _ - * @since 0.5.0 - * @category Object - * @param {Object} object The destination object. - * @param {...Object} [sources] The source objects. - * @returns {Object} Returns `object`. - * @example - * - * var object = { - * 'a': [{ 'b': 2 }, { 'd': 4 }] - * }; - * - * var other = { - * 'a': [{ 'c': 3 }, { 'e': 5 }] - * }; - * - * _.merge(object, other); - * // => { 'a': [{ 'b': 2, 'c': 3 }, { 'd': 4, 'e': 5 }] } - */ -var merge = createAssigner(function(object, source, srcIndex) { - baseMerge(object, source, srcIndex); -}); - -module.exports = merge; diff --git a/software/flow/node_modules/lodash/mergeWith.js b/software/flow/node_modules/lodash/mergeWith.js deleted file mode 100644 index 1b43a2c..0000000 --- a/software/flow/node_modules/lodash/mergeWith.js +++ /dev/null @@ -1,39 +0,0 @@ -var baseMerge = require('./_baseMerge'), - createAssigner = require('./_createAssigner'); - -/** - * This method is like `_.merge` except that it accepts `customizer` which - * is invoked to produce the merged values of the destination and source - * properties. If `customizer` returns `undefined`, merging is handled by the - * method instead. The `customizer` is invoked with six arguments: - * (objValue, srcValue, key, object, source, stack). - * - * **Note:** This method mutates `object`. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Object - * @param {Object} object The destination object. - * @param {...Object} sources The source objects. - * @param {Function} customizer The function to customize assigned values. - * @returns {Object} Returns `object`. - * @example - * - * function customizer(objValue, srcValue) { - * if (_.isArray(objValue)) { - * return objValue.concat(srcValue); - * } - * } - * - * var object = { 'a': [1], 'b': [2] }; - * var other = { 'a': [3], 'b': [4] }; - * - * _.mergeWith(object, other, customizer); - * // => { 'a': [1, 3], 'b': [2, 4] } - */ -var mergeWith = createAssigner(function(object, source, srcIndex, customizer) { - baseMerge(object, source, srcIndex, customizer); -}); - -module.exports = mergeWith; diff --git a/software/flow/node_modules/lodash/method.js b/software/flow/node_modules/lodash/method.js deleted file mode 100644 index 23ec32d..0000000 --- a/software/flow/node_modules/lodash/method.js +++ /dev/null @@ -1,34 +0,0 @@ -var baseInvoke = require('./_baseInvoke'), - baseRest = require('./_baseRest'); - -/** - * Creates a function that invokes the method at `path` of a given object. - * Any additional arguments are provided to the invoked method. - * - * @static - * @memberOf _ - * @since 3.7.0 - * @category Util - * @param {Array|string} path The path of the method to invoke. - * @param {...*} [args] The arguments to invoke the method with. - * @returns {Function} Returns the new invoker function. - * @example - * - * var objects = [ - * { 'a': { 'b': _.constant(2) } }, - * { 'a': { 'b': _.constant(1) } } - * ]; - * - * _.map(objects, _.method('a.b')); - * // => [2, 1] - * - * _.map(objects, _.method(['a', 'b'])); - * // => [2, 1] - */ -var method = baseRest(function(path, args) { - return function(object) { - return baseInvoke(object, path, args); - }; -}); - -module.exports = method; diff --git a/software/flow/node_modules/lodash/methodOf.js b/software/flow/node_modules/lodash/methodOf.js deleted file mode 100644 index df59b57..0000000 --- a/software/flow/node_modules/lodash/methodOf.js +++ /dev/null @@ -1,33 +0,0 @@ -var baseInvoke = require('./_baseInvoke'), - baseRest = require('./_baseRest'); - -/** - * The opposite of `_.method`; this method creates a function that invokes - * the method at a given path of `object`. Any additional arguments are - * provided to the invoked method. - * - * @static - * @memberOf _ - * @since 3.7.0 - * @category Util - * @param {Object} object The object to query. - * @param {...*} [args] The arguments to invoke the method with. - * @returns {Function} Returns the new invoker function. - * @example - * - * var array = _.times(3, _.constant), - * object = { 'a': array, 'b': array, 'c': array }; - * - * _.map(['a[2]', 'c[0]'], _.methodOf(object)); - * // => [2, 0] - * - * _.map([['a', '2'], ['c', '0']], _.methodOf(object)); - * // => [2, 0] - */ -var methodOf = baseRest(function(object, args) { - return function(path) { - return baseInvoke(object, path, args); - }; -}); - -module.exports = methodOf; diff --git a/software/flow/node_modules/lodash/min.js b/software/flow/node_modules/lodash/min.js deleted file mode 100644 index 428f571..0000000 --- a/software/flow/node_modules/lodash/min.js +++ /dev/null @@ -1,29 +0,0 @@ -var baseExtremum = require('./_baseExtremum'), - baseLt = require('./_baseLt'), - identity = require('./identity'); - -/** - * Computes the minimum value of `array`. If `array` is empty or falsey, - * `undefined` is returned. - * - * @static - * @since 0.1.0 - * @memberOf _ - * @category Math - * @param {Array} array The array to iterate over. - * @returns {*} Returns the minimum value. - * @example - * - * _.min([4, 2, 8, 6]); - * // => 2 - * - * _.min([]); - * // => undefined - */ -function min(array) { - return (array && array.length) - ? baseExtremum(array, identity, baseLt) - : undefined; -} - -module.exports = min; diff --git a/software/flow/node_modules/lodash/minBy.js b/software/flow/node_modules/lodash/minBy.js deleted file mode 100644 index b2697e4..0000000 --- a/software/flow/node_modules/lodash/minBy.js +++ /dev/null @@ -1,34 +0,0 @@ -var baseExtremum = require('./_baseExtremum'), - baseIteratee = require('./_baseIteratee'), - baseLt = require('./_baseLt'); - -/** - * This method is like `_.min` except that it accepts `iteratee` which is - * invoked for each element in `array` to generate the criterion by which - * the value is ranked. The iteratee is invoked with one argument: (value). - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Math - * @param {Array} array The array to iterate over. - * @param {Function} [iteratee=_.identity] The iteratee invoked per element. - * @returns {*} Returns the minimum value. - * @example - * - * var objects = [{ 'n': 1 }, { 'n': 2 }]; - * - * _.minBy(objects, function(o) { return o.n; }); - * // => { 'n': 1 } - * - * // The `_.property` iteratee shorthand. - * _.minBy(objects, 'n'); - * // => { 'n': 1 } - */ -function minBy(array, iteratee) { - return (array && array.length) - ? baseExtremum(array, baseIteratee(iteratee, 2), baseLt) - : undefined; -} - -module.exports = minBy; diff --git a/software/flow/node_modules/lodash/mixin.js b/software/flow/node_modules/lodash/mixin.js deleted file mode 100644 index 6dc9674..0000000 --- a/software/flow/node_modules/lodash/mixin.js +++ /dev/null @@ -1,74 +0,0 @@ -var arrayEach = require('./_arrayEach'), - arrayPush = require('./_arrayPush'), - baseFunctions = require('./_baseFunctions'), - copyArray = require('./_copyArray'), - isFunction = require('./isFunction'), - isObject = require('./isObject'), - keys = require('./keys'); - -/** - * Adds all own enumerable string keyed function properties of a source - * object to the destination object. If `object` is a function, then methods - * are added to its prototype as well. - * - * **Note:** Use `_.runInContext` to create a pristine `lodash` function to - * avoid conflicts caused by modifying the original. - * - * @static - * @since 0.1.0 - * @memberOf _ - * @category Util - * @param {Function|Object} [object=lodash] The destination object. - * @param {Object} source The object of functions to add. - * @param {Object} [options={}] The options object. - * @param {boolean} [options.chain=true] Specify whether mixins are chainable. - * @returns {Function|Object} Returns `object`. - * @example - * - * function vowels(string) { - * return _.filter(string, function(v) { - * return /[aeiou]/i.test(v); - * }); - * } - * - * _.mixin({ 'vowels': vowels }); - * _.vowels('fred'); - * // => ['e'] - * - * _('fred').vowels().value(); - * // => ['e'] - * - * _.mixin({ 'vowels': vowels }, { 'chain': false }); - * _('fred').vowels(); - * // => ['e'] - */ -function mixin(object, source, options) { - var props = keys(source), - methodNames = baseFunctions(source, props); - - var chain = !(isObject(options) && 'chain' in options) || !!options.chain, - isFunc = isFunction(object); - - arrayEach(methodNames, function(methodName) { - var func = source[methodName]; - object[methodName] = func; - if (isFunc) { - object.prototype[methodName] = function() { - var chainAll = this.__chain__; - if (chain || chainAll) { - var result = object(this.__wrapped__), - actions = result.__actions__ = copyArray(this.__actions__); - - actions.push({ 'func': func, 'args': arguments, 'thisArg': object }); - result.__chain__ = chainAll; - return result; - } - return func.apply(object, arrayPush([this.value()], arguments)); - }; - } - }); - - return object; -} - -module.exports = mixin; diff --git a/software/flow/node_modules/lodash/multiply.js b/software/flow/node_modules/lodash/multiply.js deleted file mode 100644 index d7876e1..0000000 --- a/software/flow/node_modules/lodash/multiply.js +++ /dev/null @@ -1,22 +0,0 @@ -var createMathOperation = require('./_createMathOperation'); - -/** - * Multiply two numbers. - * - * @static - * @memberOf _ - * @since 4.7.0 - * @category Math - * @param {number} multiplier The first number in a multiplication. - * @param {number} multiplicand The second number in a multiplication. - * @returns {number} Returns the product. - * @example - * - * _.multiply(6, 4); - * // => 24 - */ -var multiply = createMathOperation(function(multiplier, multiplicand) { - return multiplier * multiplicand; -}, 1); - -module.exports = multiply; diff --git a/software/flow/node_modules/lodash/negate.js b/software/flow/node_modules/lodash/negate.js deleted file mode 100644 index 5a65cd1..0000000 --- a/software/flow/node_modules/lodash/negate.js +++ /dev/null @@ -1,40 +0,0 @@ -/** Error message constants. */ -var FUNC_ERROR_TEXT = 'Expected a function'; - -/** - * Creates a function that negates the result of the predicate `func`. The - * `func` predicate is invoked with the `this` binding and arguments of the - * created function. - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category Function - * @param {Function} predicate The predicate to negate. - * @returns {Function} Returns the new negated function. - * @example - * - * function isEven(n) { - * return n % 2 == 0; - * } - * - * _.filter([1, 2, 3, 4, 5, 6], _.negate(isEven)); - * // => [1, 3, 5] - */ -function negate(predicate) { - if (typeof predicate != 'function') { - throw new TypeError(FUNC_ERROR_TEXT); - } - return function() { - var args = arguments; - switch (args.length) { - case 0: return !predicate.call(this); - case 1: return !predicate.call(this, args[0]); - case 2: return !predicate.call(this, args[0], args[1]); - case 3: return !predicate.call(this, args[0], args[1], args[2]); - } - return !predicate.apply(this, args); - }; -} - -module.exports = negate; diff --git a/software/flow/node_modules/lodash/next.js b/software/flow/node_modules/lodash/next.js deleted file mode 100644 index 55f949c..0000000 --- a/software/flow/node_modules/lodash/next.js +++ /dev/null @@ -1,35 +0,0 @@ -var toArray = require('./toArray'); - -/** - * Gets the next value on a wrapped object following the - * [iterator protocol](https://mdn.io/iteration_protocols#iterator). - * - * @name next - * @memberOf _ - * @since 4.0.0 - * @category Seq - * @returns {Object} Returns the next iterator value. - * @example - * - * var wrapped = _([1, 2]); - * - * wrapped.next(); - * // => { 'done': false, 'value': 1 } - * - * wrapped.next(); - * // => { 'done': false, 'value': 2 } - * - * wrapped.next(); - * // => { 'done': true, 'value': undefined } - */ -function wrapperNext() { - if (this.__values__ === undefined) { - this.__values__ = toArray(this.value()); - } - var done = this.__index__ >= this.__values__.length, - value = done ? undefined : this.__values__[this.__index__++]; - - return { 'done': done, 'value': value }; -} - -module.exports = wrapperNext; diff --git a/software/flow/node_modules/lodash/noop.js b/software/flow/node_modules/lodash/noop.js deleted file mode 100644 index 3c0862e..0000000 --- a/software/flow/node_modules/lodash/noop.js +++ /dev/null @@ -1,17 +0,0 @@ -/** - * This method returns `undefined`. - * - * @static - * @memberOf _ - * @since 2.3.0 - * @category Util - * @example - * - * _.times(2, _.noop); - * // => [undefined, undefined] - */ -function noop() { - // No operation performed. -} - -module.exports = noop; diff --git a/software/flow/node_modules/lodash/now.js b/software/flow/node_modules/lodash/now.js deleted file mode 100644 index 44a0562..0000000 --- a/software/flow/node_modules/lodash/now.js +++ /dev/null @@ -1,23 +0,0 @@ -var root = require('./_root'); - -/** - * Gets the timestamp of the number of milliseconds that have elapsed since - * the Unix epoch (1 January 1970 00:00:00 UTC). - * - * @static - * @memberOf _ - * @since 2.4.0 - * @category Date - * @returns {number} Returns the timestamp. - * @example - * - * _.defer(function(stamp) { - * console.log(_.now() - stamp); - * }, _.now()); - * // => Logs the number of milliseconds it took for the deferred invocation. - */ -var now = function() { - return root.Date.now(); -}; - -module.exports = now; diff --git a/software/flow/node_modules/lodash/nth.js b/software/flow/node_modules/lodash/nth.js deleted file mode 100644 index 8a344de..0000000 --- a/software/flow/node_modules/lodash/nth.js +++ /dev/null @@ -1,29 +0,0 @@ -var baseNth = require('./_baseNth'), - toInteger = require('./toInteger'); - -/** - * Gets the element at index `n` of `array`. If `n` is negative, the nth - * element from the end is returned. - * - * @static - * @memberOf _ - * @since 4.11.0 - * @category Array - * @param {Array} array The array to query. - * @param {number} [n=0] The index of the element to return. - * @returns {*} Returns the nth element of `array`. - * @example - * - * var array = ['a', 'b', 'c', 'd']; - * - * _.nth(array, 1); - * // => 'b' - * - * _.nth(array, -2); - * // => 'c'; - */ -function nth(array, n) { - return (array && array.length) ? baseNth(array, toInteger(n)) : undefined; -} - -module.exports = nth; diff --git a/software/flow/node_modules/lodash/nthArg.js b/software/flow/node_modules/lodash/nthArg.js deleted file mode 100644 index 09406dd..0000000 --- a/software/flow/node_modules/lodash/nthArg.js +++ /dev/null @@ -1,32 +0,0 @@ -var baseNth = require('./_baseNth'), - baseRest = require('./_baseRest'), - toInteger = require('./toInteger'); - -/** - * Creates a function that gets the argument at index `n`. If `n` is negative, - * the nth argument from the end is returned. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Util - * @param {number} [n=0] The index of the argument to return. - * @returns {Function} Returns the new pass-thru function. - * @example - * - * var func = _.nthArg(1); - * func('a', 'b', 'c', 'd'); - * // => 'b' - * - * var func = _.nthArg(-2); - * func('a', 'b', 'c', 'd'); - * // => 'c' - */ -function nthArg(n) { - n = toInteger(n); - return baseRest(function(args) { - return baseNth(args, n); - }); -} - -module.exports = nthArg; diff --git a/software/flow/node_modules/lodash/number.js b/software/flow/node_modules/lodash/number.js deleted file mode 100644 index c3b0100..0000000 --- a/software/flow/node_modules/lodash/number.js +++ /dev/null @@ -1,5 +0,0 @@ -module.exports = { - 'clamp': require('./clamp'), - 'inRange': require('./inRange'), - 'random': require('./random') -}; diff --git a/software/flow/node_modules/lodash/object.js b/software/flow/node_modules/lodash/object.js deleted file mode 100644 index f046b05..0000000 --- a/software/flow/node_modules/lodash/object.js +++ /dev/null @@ -1,49 +0,0 @@ -module.exports = { - 'assign': require('./assign'), - 'assignIn': require('./assignIn'), - 'assignInWith': require('./assignInWith'), - 'assignWith': require('./assignWith'), - 'at': require('./at'), - 'create': require('./create'), - 'defaults': require('./defaults'), - 'defaultsDeep': require('./defaultsDeep'), - 'entries': require('./entries'), - 'entriesIn': require('./entriesIn'), - 'extend': require('./extend'), - 'extendWith': require('./extendWith'), - 'findKey': require('./findKey'), - 'findLastKey': require('./findLastKey'), - 'forIn': require('./forIn'), - 'forInRight': require('./forInRight'), - 'forOwn': require('./forOwn'), - 'forOwnRight': require('./forOwnRight'), - 'functions': require('./functions'), - 'functionsIn': require('./functionsIn'), - 'get': require('./get'), - 'has': require('./has'), - 'hasIn': require('./hasIn'), - 'invert': require('./invert'), - 'invertBy': require('./invertBy'), - 'invoke': require('./invoke'), - 'keys': require('./keys'), - 'keysIn': require('./keysIn'), - 'mapKeys': require('./mapKeys'), - 'mapValues': require('./mapValues'), - 'merge': require('./merge'), - 'mergeWith': require('./mergeWith'), - 'omit': require('./omit'), - 'omitBy': require('./omitBy'), - 'pick': require('./pick'), - 'pickBy': require('./pickBy'), - 'result': require('./result'), - 'set': require('./set'), - 'setWith': require('./setWith'), - 'toPairs': require('./toPairs'), - 'toPairsIn': require('./toPairsIn'), - 'transform': require('./transform'), - 'unset': require('./unset'), - 'update': require('./update'), - 'updateWith': require('./updateWith'), - 'values': require('./values'), - 'valuesIn': require('./valuesIn') -}; diff --git a/software/flow/node_modules/lodash/omit.js b/software/flow/node_modules/lodash/omit.js deleted file mode 100644 index 97f5f54..0000000 --- a/software/flow/node_modules/lodash/omit.js +++ /dev/null @@ -1,57 +0,0 @@ -var arrayMap = require('./_arrayMap'), - baseClone = require('./_baseClone'), - baseUnset = require('./_baseUnset'), - castPath = require('./_castPath'), - copyObject = require('./_copyObject'), - customOmitClone = require('./_customOmitClone'), - flatRest = require('./_flatRest'), - getAllKeysIn = require('./_getAllKeysIn'); - -/** Used to compose bitmasks for cloning. */ -var CLONE_DEEP_FLAG = 1, - CLONE_FLAT_FLAG = 2, - CLONE_SYMBOLS_FLAG = 4; - -/** - * The opposite of `_.pick`; this method creates an object composed of the - * own and inherited enumerable property paths of `object` that are not omitted. - * - * **Note:** This method is considerably slower than `_.pick`. - * - * @static - * @since 0.1.0 - * @memberOf _ - * @category Object - * @param {Object} object The source object. - * @param {...(string|string[])} [paths] The property paths to omit. - * @returns {Object} Returns the new object. - * @example - * - * var object = { 'a': 1, 'b': '2', 'c': 3 }; - * - * _.omit(object, ['a', 'c']); - * // => { 'b': '2' } - */ -var omit = flatRest(function(object, paths) { - var result = {}; - if (object == null) { - return result; - } - var isDeep = false; - paths = arrayMap(paths, function(path) { - path = castPath(path, object); - isDeep || (isDeep = path.length > 1); - return path; - }); - copyObject(object, getAllKeysIn(object), result); - if (isDeep) { - result = baseClone(result, CLONE_DEEP_FLAG | CLONE_FLAT_FLAG | CLONE_SYMBOLS_FLAG, customOmitClone); - } - var length = paths.length; - while (length--) { - baseUnset(result, paths[length]); - } - return result; -}); - -module.exports = omit; diff --git a/software/flow/node_modules/lodash/omitBy.js b/software/flow/node_modules/lodash/omitBy.js deleted file mode 100644 index a064036..0000000 --- a/software/flow/node_modules/lodash/omitBy.js +++ /dev/null @@ -1,29 +0,0 @@ -var baseIteratee = require('./_baseIteratee'), - negate = require('./negate'), - pickBy = require('./pickBy'); - -/** - * The opposite of `_.pickBy`; this method creates an object composed of - * the own and inherited enumerable string keyed properties of `object` that - * `predicate` doesn't return truthy for. The predicate is invoked with two - * arguments: (value, key). - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Object - * @param {Object} object The source object. - * @param {Function} [predicate=_.identity] The function invoked per property. - * @returns {Object} Returns the new object. - * @example - * - * var object = { 'a': 1, 'b': '2', 'c': 3 }; - * - * _.omitBy(object, _.isNumber); - * // => { 'b': '2' } - */ -function omitBy(object, predicate) { - return pickBy(object, negate(baseIteratee(predicate))); -} - -module.exports = omitBy; diff --git a/software/flow/node_modules/lodash/once.js b/software/flow/node_modules/lodash/once.js deleted file mode 100644 index 0706fc3..0000000 --- a/software/flow/node_modules/lodash/once.js +++ /dev/null @@ -1,25 +0,0 @@ -var before = require('./before'); - -/** - * Creates a function that is restricted to invoking `func` once. Repeat calls - * to the function return the value of the first invocation. The `func` is - * invoked with the `this` binding and arguments of the created function. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Function - * @param {Function} func The function to restrict. - * @returns {Function} Returns the new restricted function. - * @example - * - * var initialize = _.once(createApplication); - * initialize(); - * initialize(); - * // => `createApplication` is invoked once - */ -function once(func) { - return before(2, func); -} - -module.exports = once; diff --git a/software/flow/node_modules/lodash/orderBy.js b/software/flow/node_modules/lodash/orderBy.js deleted file mode 100644 index 7195c8c..0000000 --- a/software/flow/node_modules/lodash/orderBy.js +++ /dev/null @@ -1,47 +0,0 @@ -var baseOrderBy = require('./_baseOrderBy'), - isArray = require('./isArray'); - -/** - * This method is like `_.sortBy` except that it allows specifying the sort - * orders of the iteratees to sort by. If `orders` is unspecified, all values - * are sorted in ascending order. Otherwise, specify an order of "desc" for - * descending or "asc" for ascending sort order of corresponding values. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Collection - * @param {Array|Object} collection The collection to iterate over. - * @param {Array[]|Function[]|Object[]|string[]} [iteratees=[_.identity]] - * The iteratees to sort by. - * @param {string[]} [orders] The sort orders of `iteratees`. - * @param- {Object} [guard] Enables use as an iteratee for methods like `_.reduce`. - * @returns {Array} Returns the new sorted array. - * @example - * - * var users = [ - * { 'user': 'fred', 'age': 48 }, - * { 'user': 'barney', 'age': 34 }, - * { 'user': 'fred', 'age': 40 }, - * { 'user': 'barney', 'age': 36 } - * ]; - * - * // Sort by `user` in ascending order and by `age` in descending order. - * _.orderBy(users, ['user', 'age'], ['asc', 'desc']); - * // => objects for [['barney', 36], ['barney', 34], ['fred', 48], ['fred', 40]] - */ -function orderBy(collection, iteratees, orders, guard) { - if (collection == null) { - return []; - } - if (!isArray(iteratees)) { - iteratees = iteratees == null ? [] : [iteratees]; - } - orders = guard ? undefined : orders; - if (!isArray(orders)) { - orders = orders == null ? [] : [orders]; - } - return baseOrderBy(collection, iteratees, orders); -} - -module.exports = orderBy; diff --git a/software/flow/node_modules/lodash/over.js b/software/flow/node_modules/lodash/over.js deleted file mode 100644 index bea2f91..0000000 --- a/software/flow/node_modules/lodash/over.js +++ /dev/null @@ -1,24 +0,0 @@ -var arrayMap = require('./_arrayMap'), - createOver = require('./_createOver'); - -/** - * Creates a function that invokes `iteratees` with the arguments it receives - * and returns their results. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Util - * @param {...(Function|Function[])} [iteratees=[_.identity]] - * The iteratees to invoke. - * @returns {Function} Returns the new function. - * @example - * - * var func = _.over([Math.max, Math.min]); - * - * func(1, 2, 3, 4); - * // => [4, 1] - */ -var over = createOver(arrayMap); - -module.exports = over; diff --git a/software/flow/node_modules/lodash/overArgs.js b/software/flow/node_modules/lodash/overArgs.js deleted file mode 100644 index f0067db..0000000 --- a/software/flow/node_modules/lodash/overArgs.js +++ /dev/null @@ -1,61 +0,0 @@ -var apply = require('./_apply'), - arrayMap = require('./_arrayMap'), - baseFlatten = require('./_baseFlatten'), - baseIteratee = require('./_baseIteratee'), - baseRest = require('./_baseRest'), - baseUnary = require('./_baseUnary'), - castRest = require('./_castRest'), - isArray = require('./isArray'); - -/* Built-in method references for those with the same name as other `lodash` methods. */ -var nativeMin = Math.min; - -/** - * Creates a function that invokes `func` with its arguments transformed. - * - * @static - * @since 4.0.0 - * @memberOf _ - * @category Function - * @param {Function} func The function to wrap. - * @param {...(Function|Function[])} [transforms=[_.identity]] - * The argument transforms. - * @returns {Function} Returns the new function. - * @example - * - * function doubled(n) { - * return n * 2; - * } - * - * function square(n) { - * return n * n; - * } - * - * var func = _.overArgs(function(x, y) { - * return [x, y]; - * }, [square, doubled]); - * - * func(9, 3); - * // => [81, 6] - * - * func(10, 5); - * // => [100, 10] - */ -var overArgs = castRest(function(func, transforms) { - transforms = (transforms.length == 1 && isArray(transforms[0])) - ? arrayMap(transforms[0], baseUnary(baseIteratee)) - : arrayMap(baseFlatten(transforms, 1), baseUnary(baseIteratee)); - - var funcsLength = transforms.length; - return baseRest(function(args) { - var index = -1, - length = nativeMin(args.length, funcsLength); - - while (++index < length) { - args[index] = transforms[index].call(this, args[index]); - } - return apply(func, this, args); - }); -}); - -module.exports = overArgs; diff --git a/software/flow/node_modules/lodash/overEvery.js b/software/flow/node_modules/lodash/overEvery.js deleted file mode 100644 index fb19d13..0000000 --- a/software/flow/node_modules/lodash/overEvery.js +++ /dev/null @@ -1,34 +0,0 @@ -var arrayEvery = require('./_arrayEvery'), - createOver = require('./_createOver'); - -/** - * Creates a function that checks if **all** of the `predicates` return - * truthy when invoked with the arguments it receives. - * - * Following shorthands are possible for providing predicates. - * Pass an `Object` and it will be used as an parameter for `_.matches` to create the predicate. - * Pass an `Array` of parameters for `_.matchesProperty` and the predicate will be created using them. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Util - * @param {...(Function|Function[])} [predicates=[_.identity]] - * The predicates to check. - * @returns {Function} Returns the new function. - * @example - * - * var func = _.overEvery([Boolean, isFinite]); - * - * func('1'); - * // => true - * - * func(null); - * // => false - * - * func(NaN); - * // => false - */ -var overEvery = createOver(arrayEvery); - -module.exports = overEvery; diff --git a/software/flow/node_modules/lodash/overSome.js b/software/flow/node_modules/lodash/overSome.js deleted file mode 100644 index 414ab66..0000000 --- a/software/flow/node_modules/lodash/overSome.js +++ /dev/null @@ -1,37 +0,0 @@ -var arraySome = require('./_arraySome'), - createOver = require('./_createOver'); - -/** - * Creates a function that checks if **any** of the `predicates` return - * truthy when invoked with the arguments it receives. - * - * Following shorthands are possible for providing predicates. - * Pass an `Object` and it will be used as an parameter for `_.matches` to create the predicate. - * Pass an `Array` of parameters for `_.matchesProperty` and the predicate will be created using them. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Util - * @param {...(Function|Function[])} [predicates=[_.identity]] - * The predicates to check. - * @returns {Function} Returns the new function. - * @example - * - * var func = _.overSome([Boolean, isFinite]); - * - * func('1'); - * // => true - * - * func(null); - * // => true - * - * func(NaN); - * // => false - * - * var matchesFunc = _.overSome([{ 'a': 1 }, { 'a': 2 }]) - * var matchesPropertyFunc = _.overSome([['a', 1], ['a', 2]]) - */ -var overSome = createOver(arraySome); - -module.exports = overSome; diff --git a/software/flow/node_modules/lodash/package.json b/software/flow/node_modules/lodash/package.json deleted file mode 100644 index b35fd95..0000000 --- a/software/flow/node_modules/lodash/package.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "name": "lodash", - "version": "4.17.21", - "description": "Lodash modular utilities.", - "keywords": "modules, stdlib, util", - "homepage": "https://lodash.com/", - "repository": "lodash/lodash", - "icon": "https://lodash.com/icon.svg", - "license": "MIT", - "main": "lodash.js", - "author": "John-David Dalton <john.david.dalton@gmail.com>", - "contributors": [ - "John-David Dalton <john.david.dalton@gmail.com>", - "Mathias Bynens <mathias@qiwi.be>" - ], - "scripts": { "test": "echo \"See https://travis-ci.org/lodash-archive/lodash-cli for testing details.\"" } -} diff --git a/software/flow/node_modules/lodash/pad.js b/software/flow/node_modules/lodash/pad.js deleted file mode 100644 index 77e1f1c..0000000 --- a/software/flow/node_modules/lodash/pad.js +++ /dev/null @@ -1,49 +0,0 @@ -var createPadding = require('./_createPadding'), - stringSize = require('./_stringSize'), - toInteger = require('./toInteger'), - toString = require('./toString'); - -/* Built-in method references for those with the same name as other `lodash` methods. */ -var nativeCeil = Math.ceil, - nativeFloor = Math.floor; - -/** - * Pads `string` on the left and right sides if it's shorter than `length`. - * Padding characters are truncated if they can't be evenly divided by `length`. - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category String - * @param {string} [string=''] The string to pad. - * @param {number} [length=0] The padding length. - * @param {string} [chars=' '] The string used as padding. - * @returns {string} Returns the padded string. - * @example - * - * _.pad('abc', 8); - * // => ' abc ' - * - * _.pad('abc', 8, '_-'); - * // => '_-abc_-_' - * - * _.pad('abc', 3); - * // => 'abc' - */ -function pad(string, length, chars) { - string = toString(string); - length = toInteger(length); - - var strLength = length ? stringSize(string) : 0; - if (!length || strLength >= length) { - return string; - } - var mid = (length - strLength) / 2; - return ( - createPadding(nativeFloor(mid), chars) + - string + - createPadding(nativeCeil(mid), chars) - ); -} - -module.exports = pad; diff --git a/software/flow/node_modules/lodash/padEnd.js b/software/flow/node_modules/lodash/padEnd.js deleted file mode 100644 index 224eb80..0000000 --- a/software/flow/node_modules/lodash/padEnd.js +++ /dev/null @@ -1,39 +0,0 @@ -var createPadding = require('./_createPadding'), - stringSize = require('./_stringSize'), - toInteger = require('./toInteger'), - toString = require('./toString'); - -/** - * Pads `string` on the right side if it's shorter than `length`. Padding - * characters are truncated if they exceed `length`. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category String - * @param {string} [string=''] The string to pad. - * @param {number} [length=0] The padding length. - * @param {string} [chars=' '] The string used as padding. - * @returns {string} Returns the padded string. - * @example - * - * _.padEnd('abc', 6); - * // => 'abc ' - * - * _.padEnd('abc', 6, '_-'); - * // => 'abc_-_' - * - * _.padEnd('abc', 3); - * // => 'abc' - */ -function padEnd(string, length, chars) { - string = toString(string); - length = toInteger(length); - - var strLength = length ? stringSize(string) : 0; - return (length && strLength < length) - ? (string + createPadding(length - strLength, chars)) - : string; -} - -module.exports = padEnd; diff --git a/software/flow/node_modules/lodash/padStart.js b/software/flow/node_modules/lodash/padStart.js deleted file mode 100644 index f991866..0000000 --- a/software/flow/node_modules/lodash/padStart.js +++ /dev/null @@ -1,39 +0,0 @@ -var createPadding = require('./_createPadding'), - stringSize = require('./_stringSize'), - toInteger = require('./toInteger'), - toString = require('./toString'); - -/** - * Pads `string` on the left side if it's shorter than `length`. Padding - * characters are truncated if they exceed `length`. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category String - * @param {string} [string=''] The string to pad. - * @param {number} [length=0] The padding length. - * @param {string} [chars=' '] The string used as padding. - * @returns {string} Returns the padded string. - * @example - * - * _.padStart('abc', 6); - * // => ' abc' - * - * _.padStart('abc', 6, '_-'); - * // => '_-_abc' - * - * _.padStart('abc', 3); - * // => 'abc' - */ -function padStart(string, length, chars) { - string = toString(string); - length = toInteger(length); - - var strLength = length ? stringSize(string) : 0; - return (length && strLength < length) - ? (createPadding(length - strLength, chars) + string) - : string; -} - -module.exports = padStart; diff --git a/software/flow/node_modules/lodash/parseInt.js b/software/flow/node_modules/lodash/parseInt.js deleted file mode 100644 index b89ac63..0000000 --- a/software/flow/node_modules/lodash/parseInt.js +++ /dev/null @@ -1,43 +0,0 @@ -var root = require('./_root'), - toString = require('./toString'); - -/** Used to match leading whitespace. */ -var reTrimStart = /^\s+/; - -/* Built-in method references for those with the same name as other `lodash` methods. */ -var nativeParseInt = root.parseInt; - -/** - * Converts `string` to an integer of the specified radix. If `radix` is - * `undefined` or `0`, a `radix` of `10` is used unless `value` is a - * hexadecimal, in which case a `radix` of `16` is used. - * - * **Note:** This method aligns with the - * [ES5 implementation](https://es5.github.io/#x15.1.2.2) of `parseInt`. - * - * @static - * @memberOf _ - * @since 1.1.0 - * @category String - * @param {string} string The string to convert. - * @param {number} [radix=10] The radix to interpret `value` by. - * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. - * @returns {number} Returns the converted integer. - * @example - * - * _.parseInt('08'); - * // => 8 - * - * _.map(['6', '08', '10'], _.parseInt); - * // => [6, 8, 10] - */ -function parseInt(string, radix, guard) { - if (guard || radix == null) { - radix = 0; - } else if (radix) { - radix = +radix; - } - return nativeParseInt(toString(string).replace(reTrimStart, ''), radix || 0); -} - -module.exports = parseInt; diff --git a/software/flow/node_modules/lodash/partial.js b/software/flow/node_modules/lodash/partial.js deleted file mode 100644 index 05fe8d3..0000000 --- a/software/flow/node_modules/lodash/partial.js +++ /dev/null @@ -1,50 +0,0 @@ -var baseRest = require('./_baseRest'), - createWrap = require('./_createWrap'), - getHolder = require('./_getHolder'), - replaceHolders = require('./_replaceHolders'); - -/** Used to compose bitmasks for function metadata. */ -var WRAP_PARTIAL_FLAG = 32; - -/** - * Creates a function that invokes `func` with `partials` prepended to the - * arguments it receives. This method is like `_.bind` except it does **not** - * alter the `this` binding. - * - * The `_.partial.placeholder` value, which defaults to `_` in monolithic - * builds, may be used as a placeholder for partially applied arguments. - * - * **Note:** This method doesn't set the "length" property of partially - * applied functions. - * - * @static - * @memberOf _ - * @since 0.2.0 - * @category Function - * @param {Function} func The function to partially apply arguments to. - * @param {...*} [partials] The arguments to be partially applied. - * @returns {Function} Returns the new partially applied function. - * @example - * - * function greet(greeting, name) { - * return greeting + ' ' + name; - * } - * - * var sayHelloTo = _.partial(greet, 'hello'); - * sayHelloTo('fred'); - * // => 'hello fred' - * - * // Partially applied with placeholders. - * var greetFred = _.partial(greet, _, 'fred'); - * greetFred('hi'); - * // => 'hi fred' - */ -var partial = baseRest(function(func, partials) { - var holders = replaceHolders(partials, getHolder(partial)); - return createWrap(func, WRAP_PARTIAL_FLAG, undefined, partials, holders); -}); - -// Assign default placeholders. -partial.placeholder = {}; - -module.exports = partial; diff --git a/software/flow/node_modules/lodash/partialRight.js b/software/flow/node_modules/lodash/partialRight.js deleted file mode 100644 index eee031f..0000000 --- a/software/flow/node_modules/lodash/partialRight.js +++ /dev/null @@ -1,49 +0,0 @@ -var baseRest = require('./_baseRest'), - createWrap = require('./_createWrap'), - getHolder = require('./_getHolder'), - replaceHolders = require('./_replaceHolders'); - -/** Used to compose bitmasks for function metadata. */ -var WRAP_PARTIAL_RIGHT_FLAG = 64; - -/** - * This method is like `_.partial` except that partially applied arguments - * are appended to the arguments it receives. - * - * The `_.partialRight.placeholder` value, which defaults to `_` in monolithic - * builds, may be used as a placeholder for partially applied arguments. - * - * **Note:** This method doesn't set the "length" property of partially - * applied functions. - * - * @static - * @memberOf _ - * @since 1.0.0 - * @category Function - * @param {Function} func The function to partially apply arguments to. - * @param {...*} [partials] The arguments to be partially applied. - * @returns {Function} Returns the new partially applied function. - * @example - * - * function greet(greeting, name) { - * return greeting + ' ' + name; - * } - * - * var greetFred = _.partialRight(greet, 'fred'); - * greetFred('hi'); - * // => 'hi fred' - * - * // Partially applied with placeholders. - * var sayHelloTo = _.partialRight(greet, 'hello', _); - * sayHelloTo('fred'); - * // => 'hello fred' - */ -var partialRight = baseRest(function(func, partials) { - var holders = replaceHolders(partials, getHolder(partialRight)); - return createWrap(func, WRAP_PARTIAL_RIGHT_FLAG, undefined, partials, holders); -}); - -// Assign default placeholders. -partialRight.placeholder = {}; - -module.exports = partialRight; diff --git a/software/flow/node_modules/lodash/partition.js b/software/flow/node_modules/lodash/partition.js deleted file mode 100644 index 6b814a9..0000000 --- a/software/flow/node_modules/lodash/partition.js +++ /dev/null @@ -1,43 +0,0 @@ -var createAggregator = require('./_createAggregator'); - -/** - * Creates an array of elements split into two groups, the first of which - * contains elements `predicate` returns truthy for, the second of which - * contains elements `predicate` returns falsey for. The predicate is - * invoked with one argument: (value). - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category Collection - * @param {Array|Object} collection The collection to iterate over. - * @param {Function} [predicate=_.identity] The function invoked per iteration. - * @returns {Array} Returns the array of grouped elements. - * @example - * - * var users = [ - * { 'user': 'barney', 'age': 36, 'active': false }, - * { 'user': 'fred', 'age': 40, 'active': true }, - * { 'user': 'pebbles', 'age': 1, 'active': false } - * ]; - * - * _.partition(users, function(o) { return o.active; }); - * // => objects for [['fred'], ['barney', 'pebbles']] - * - * // The `_.matches` iteratee shorthand. - * _.partition(users, { 'age': 1, 'active': false }); - * // => objects for [['pebbles'], ['barney', 'fred']] - * - * // The `_.matchesProperty` iteratee shorthand. - * _.partition(users, ['active', false]); - * // => objects for [['barney', 'pebbles'], ['fred']] - * - * // The `_.property` iteratee shorthand. - * _.partition(users, 'active'); - * // => objects for [['fred'], ['barney', 'pebbles']] - */ -var partition = createAggregator(function(result, value, key) { - result[key ? 0 : 1].push(value); -}, function() { return [[], []]; }); - -module.exports = partition; diff --git a/software/flow/node_modules/lodash/pick.js b/software/flow/node_modules/lodash/pick.js deleted file mode 100644 index 3160199..0000000 --- a/software/flow/node_modules/lodash/pick.js +++ /dev/null @@ -1,25 +0,0 @@ -var basePick = require('./_basePick'), - flatRest = require('./_flatRest'); - -/** - * Creates an object composed of the picked `object` properties. - * - * @static - * @since 0.1.0 - * @memberOf _ - * @category Object - * @param {Object} object The source object. - * @param {...(string|string[])} [paths] The property paths to pick. - * @returns {Object} Returns the new object. - * @example - * - * var object = { 'a': 1, 'b': '2', 'c': 3 }; - * - * _.pick(object, ['a', 'c']); - * // => { 'a': 1, 'c': 3 } - */ -var pick = flatRest(function(object, paths) { - return object == null ? {} : basePick(object, paths); -}); - -module.exports = pick; diff --git a/software/flow/node_modules/lodash/pickBy.js b/software/flow/node_modules/lodash/pickBy.js deleted file mode 100644 index ae7c271..0000000 --- a/software/flow/node_modules/lodash/pickBy.js +++ /dev/null @@ -1,37 +0,0 @@ -var arrayMap = require('./_arrayMap'), - baseIteratee = require('./_baseIteratee'), - basePickBy = require('./_basePickBy'), - getAllKeysIn = require('./_getAllKeysIn'); - -/** - * Creates an object composed of the `object` properties `predicate` returns - * truthy for. The predicate is invoked with two arguments: (value, key). - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Object - * @param {Object} object The source object. - * @param {Function} [predicate=_.identity] The function invoked per property. - * @returns {Object} Returns the new object. - * @example - * - * var object = { 'a': 1, 'b': '2', 'c': 3 }; - * - * _.pickBy(object, _.isNumber); - * // => { 'a': 1, 'c': 3 } - */ -function pickBy(object, predicate) { - if (object == null) { - return {}; - } - var props = arrayMap(getAllKeysIn(object), function(prop) { - return [prop]; - }); - predicate = baseIteratee(predicate); - return basePickBy(object, props, function(value, path) { - return predicate(value, path[0]); - }); -} - -module.exports = pickBy; diff --git a/software/flow/node_modules/lodash/plant.js b/software/flow/node_modules/lodash/plant.js deleted file mode 100644 index 23776f3..0000000 --- a/software/flow/node_modules/lodash/plant.js +++ /dev/null @@ -1,48 +0,0 @@ -var baseLodash = require('./_baseLodash'), - wrapperClone = require('./_wrapperClone'); - -/** - * Creates a clone of the chain sequence planting `value` as the wrapped value. - * - * @name plant - * @memberOf _ - * @since 3.2.0 - * @category Seq - * @param {*} value The value to plant. - * @returns {Object} Returns the new `lodash` wrapper instance. - * @example - * - * function square(n) { - * return n * n; - * } - * - * var wrapped = _([1, 2]).map(square); - * var other = wrapped.plant([3, 4]); - * - * other.value(); - * // => [9, 16] - * - * wrapped.value(); - * // => [1, 4] - */ -function wrapperPlant(value) { - var result, - parent = this; - - while (parent instanceof baseLodash) { - var clone = wrapperClone(parent); - clone.__index__ = 0; - clone.__values__ = undefined; - if (result) { - previous.__wrapped__ = clone; - } else { - result = clone; - } - var previous = clone; - parent = parent.__wrapped__; - } - previous.__wrapped__ = value; - return result; -} - -module.exports = wrapperPlant; diff --git a/software/flow/node_modules/lodash/property.js b/software/flow/node_modules/lodash/property.js deleted file mode 100644 index ca8202f..0000000 --- a/software/flow/node_modules/lodash/property.js +++ /dev/null @@ -1,32 +0,0 @@ -var baseProperty = require('./_baseProperty'), - basePropertyDeep = require('./_basePropertyDeep'), - isKey = require('./_isKey'), - toKey = require('./_toKey'); - -/** - * Creates a function that returns the value at `path` of a given object. - * - * @static - * @memberOf _ - * @since 2.4.0 - * @category Util - * @param {Array|string} path The path of the property to get. - * @returns {Function} Returns the new accessor function. - * @example - * - * var objects = [ - * { 'a': { 'b': 2 } }, - * { 'a': { 'b': 1 } } - * ]; - * - * _.map(objects, _.property('a.b')); - * // => [2, 1] - * - * _.map(_.sortBy(objects, _.property(['a', 'b'])), 'a.b'); - * // => [1, 2] - */ -function property(path) { - return isKey(path) ? baseProperty(toKey(path)) : basePropertyDeep(path); -} - -module.exports = property; diff --git a/software/flow/node_modules/lodash/propertyOf.js b/software/flow/node_modules/lodash/propertyOf.js deleted file mode 100644 index 384044d..0000000 --- a/software/flow/node_modules/lodash/propertyOf.js +++ /dev/null @@ -1,30 +0,0 @@ -var baseGet = require('./_baseGet'); - -/** - * The opposite of `_.property`; this method creates a function that returns - * the value at a given path of `object`. - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category Util - * @param {Object} object The object to query. - * @returns {Function} Returns the new accessor function. - * @example - * - * var array = [0, 1, 2], - * object = { 'a': array, 'b': array, 'c': array }; - * - * _.map(['a[2]', 'c[0]'], _.propertyOf(object)); - * // => [2, 0] - * - * _.map([['a', '2'], ['c', '0']], _.propertyOf(object)); - * // => [2, 0] - */ -function propertyOf(object) { - return function(path) { - return object == null ? undefined : baseGet(object, path); - }; -} - -module.exports = propertyOf; diff --git a/software/flow/node_modules/lodash/pull.js b/software/flow/node_modules/lodash/pull.js deleted file mode 100644 index a2efcb5..0000000 --- a/software/flow/node_modules/lodash/pull.js +++ /dev/null @@ -1,29 +0,0 @@ -var baseRest = require('./_baseRest'), - pullAll = require('./pullAll'); - -/** - * Removes all given values from `array` using - * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) - * for equality comparisons. - * - * **Note:** Unlike `_.without`, this method mutates `array`. Use `_.remove` - * to remove elements from an array by predicate. - * - * @static - * @memberOf _ - * @since 2.0.0 - * @category Array - * @param {Array} array The array to modify. - * @param {...*} [values] The values to remove. - * @returns {Array} Returns `array`. - * @example - * - * var array = ['a', 'b', 'c', 'a', 'b', 'c']; - * - * _.pull(array, 'a', 'c'); - * console.log(array); - * // => ['b', 'b'] - */ -var pull = baseRest(pullAll); - -module.exports = pull; diff --git a/software/flow/node_modules/lodash/pullAll.js b/software/flow/node_modules/lodash/pullAll.js deleted file mode 100644 index f4605c2..0000000 --- a/software/flow/node_modules/lodash/pullAll.js +++ /dev/null @@ -1,29 +0,0 @@ -var basePullAll = require('./_basePullAll'); - -/** - * This method is like `_.pull` except that it accepts an array of values to remove. - * - * **Note:** Unlike `_.difference`, this method mutates `array`. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Array - * @param {Array} array The array to modify. - * @param {Array} values The values to remove. - * @returns {Array} Returns `array`. - * @example - * - * var array = ['a', 'b', 'c', 'a', 'b', 'c']; - * - * _.pullAll(array, ['a', 'c']); - * console.log(array); - * // => ['b', 'b'] - */ -function pullAll(array, values) { - return (array && array.length && values && values.length) - ? basePullAll(array, values) - : array; -} - -module.exports = pullAll; diff --git a/software/flow/node_modules/lodash/pullAllBy.js b/software/flow/node_modules/lodash/pullAllBy.js deleted file mode 100644 index 74025e8..0000000 --- a/software/flow/node_modules/lodash/pullAllBy.js +++ /dev/null @@ -1,33 +0,0 @@ -var baseIteratee = require('./_baseIteratee'), - basePullAll = require('./_basePullAll'); - -/** - * This method is like `_.pullAll` except that it accepts `iteratee` which is - * invoked for each element of `array` and `values` to generate the criterion - * by which they're compared. The iteratee is invoked with one argument: (value). - * - * **Note:** Unlike `_.differenceBy`, this method mutates `array`. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Array - * @param {Array} array The array to modify. - * @param {Array} values The values to remove. - * @param {Function} [iteratee=_.identity] The iteratee invoked per element. - * @returns {Array} Returns `array`. - * @example - * - * var array = [{ 'x': 1 }, { 'x': 2 }, { 'x': 3 }, { 'x': 1 }]; - * - * _.pullAllBy(array, [{ 'x': 1 }, { 'x': 3 }], 'x'); - * console.log(array); - * // => [{ 'x': 2 }] - */ -function pullAllBy(array, values, iteratee) { - return (array && array.length && values && values.length) - ? basePullAll(array, values, baseIteratee(iteratee, 2)) - : array; -} - -module.exports = pullAllBy; diff --git a/software/flow/node_modules/lodash/pullAllWith.js b/software/flow/node_modules/lodash/pullAllWith.js deleted file mode 100644 index 1d2fd9f..0000000 --- a/software/flow/node_modules/lodash/pullAllWith.js +++ /dev/null @@ -1,32 +0,0 @@ -var basePullAll = require('./_basePullAll'); - -/** - * This method is like `_.pullAll` except that it accepts `comparator` which - * is invoked to compare elements of `array` to `values`. The comparator is - * invoked with two arguments: (arrVal, othVal). - * - * **Note:** Unlike `_.differenceWith`, this method mutates `array`. - * - * @static - * @memberOf _ - * @since 4.6.0 - * @category Array - * @param {Array} array The array to modify. - * @param {Array} values The values to remove. - * @param {Function} [comparator] The comparator invoked per element. - * @returns {Array} Returns `array`. - * @example - * - * var array = [{ 'x': 1, 'y': 2 }, { 'x': 3, 'y': 4 }, { 'x': 5, 'y': 6 }]; - * - * _.pullAllWith(array, [{ 'x': 3, 'y': 4 }], _.isEqual); - * console.log(array); - * // => [{ 'x': 1, 'y': 2 }, { 'x': 5, 'y': 6 }] - */ -function pullAllWith(array, values, comparator) { - return (array && array.length && values && values.length) - ? basePullAll(array, values, undefined, comparator) - : array; -} - -module.exports = pullAllWith; diff --git a/software/flow/node_modules/lodash/pullAt.js b/software/flow/node_modules/lodash/pullAt.js deleted file mode 100644 index 6ed84e0..0000000 --- a/software/flow/node_modules/lodash/pullAt.js +++ /dev/null @@ -1,43 +0,0 @@ -var arrayMap = require('./_arrayMap'), - baseAt = require('./_baseAt'), - basePullAt = require('./_basePullAt'), - compareAscending = require('./_compareAscending'), - flatRest = require('./_flatRest'), - isIndex = require('./_isIndex'); - -/** - * Removes elements from `array` corresponding to `indexes` and returns an - * array of removed elements. - * - * **Note:** Unlike `_.at`, this method mutates `array`. - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category Array - * @param {Array} array The array to modify. - * @param {...(number|number[])} [indexes] The indexes of elements to remove. - * @returns {Array} Returns the new array of removed elements. - * @example - * - * var array = ['a', 'b', 'c', 'd']; - * var pulled = _.pullAt(array, [1, 3]); - * - * console.log(array); - * // => ['a', 'c'] - * - * console.log(pulled); - * // => ['b', 'd'] - */ -var pullAt = flatRest(function(array, indexes) { - var length = array == null ? 0 : array.length, - result = baseAt(array, indexes); - - basePullAt(array, arrayMap(indexes, function(index) { - return isIndex(index, length) ? +index : index; - }).sort(compareAscending)); - - return result; -}); - -module.exports = pullAt; diff --git a/software/flow/node_modules/lodash/random.js b/software/flow/node_modules/lodash/random.js deleted file mode 100644 index 8067711..0000000 --- a/software/flow/node_modules/lodash/random.js +++ /dev/null @@ -1,82 +0,0 @@ -var baseRandom = require('./_baseRandom'), - isIterateeCall = require('./_isIterateeCall'), - toFinite = require('./toFinite'); - -/** Built-in method references without a dependency on `root`. */ -var freeParseFloat = parseFloat; - -/* Built-in method references for those with the same name as other `lodash` methods. */ -var nativeMin = Math.min, - nativeRandom = Math.random; - -/** - * Produces a random number between the inclusive `lower` and `upper` bounds. - * If only one argument is provided a number between `0` and the given number - * is returned. If `floating` is `true`, or either `lower` or `upper` are - * floats, a floating-point number is returned instead of an integer. - * - * **Note:** JavaScript follows the IEEE-754 standard for resolving - * floating-point values which can produce unexpected results. - * - * @static - * @memberOf _ - * @since 0.7.0 - * @category Number - * @param {number} [lower=0] The lower bound. - * @param {number} [upper=1] The upper bound. - * @param {boolean} [floating] Specify returning a floating-point number. - * @returns {number} Returns the random number. - * @example - * - * _.random(0, 5); - * // => an integer between 0 and 5 - * - * _.random(5); - * // => also an integer between 0 and 5 - * - * _.random(5, true); - * // => a floating-point number between 0 and 5 - * - * _.random(1.2, 5.2); - * // => a floating-point number between 1.2 and 5.2 - */ -function random(lower, upper, floating) { - if (floating && typeof floating != 'boolean' && isIterateeCall(lower, upper, floating)) { - upper = floating = undefined; - } - if (floating === undefined) { - if (typeof upper == 'boolean') { - floating = upper; - upper = undefined; - } - else if (typeof lower == 'boolean') { - floating = lower; - lower = undefined; - } - } - if (lower === undefined && upper === undefined) { - lower = 0; - upper = 1; - } - else { - lower = toFinite(lower); - if (upper === undefined) { - upper = lower; - lower = 0; - } else { - upper = toFinite(upper); - } - } - if (lower > upper) { - var temp = lower; - lower = upper; - upper = temp; - } - if (floating || lower % 1 || upper % 1) { - var rand = nativeRandom(); - return nativeMin(lower + (rand * (upper - lower + freeParseFloat('1e-' + ((rand + '').length - 1)))), upper); - } - return baseRandom(lower, upper); -} - -module.exports = random; diff --git a/software/flow/node_modules/lodash/range.js b/software/flow/node_modules/lodash/range.js deleted file mode 100644 index fa63b09..0000000 --- a/software/flow/node_modules/lodash/range.js +++ /dev/null @@ -1,46 +0,0 @@ -var createRange = require('./_createRange'); - -/** - * Creates an array of numbers (positive and/or negative) progressing from - * `start` up to, but not including, `end`. A step of `-1` is used if a negative - * `start` is specified without an `end` or `step`. If `end` is not specified, - * it's set to `start` with `start` then set to `0`. - * - * **Note:** JavaScript follows the IEEE-754 standard for resolving - * floating-point values which can produce unexpected results. - * - * @static - * @since 0.1.0 - * @memberOf _ - * @category Util - * @param {number} [start=0] The start of the range. - * @param {number} end The end of the range. - * @param {number} [step=1] The value to increment or decrement by. - * @returns {Array} Returns the range of numbers. - * @see _.inRange, _.rangeRight - * @example - * - * _.range(4); - * // => [0, 1, 2, 3] - * - * _.range(-4); - * // => [0, -1, -2, -3] - * - * _.range(1, 5); - * // => [1, 2, 3, 4] - * - * _.range(0, 20, 5); - * // => [0, 5, 10, 15] - * - * _.range(0, -4, -1); - * // => [0, -1, -2, -3] - * - * _.range(1, 4, 0); - * // => [1, 1, 1] - * - * _.range(0); - * // => [] - */ -var range = createRange(); - -module.exports = range; diff --git a/software/flow/node_modules/lodash/rangeRight.js b/software/flow/node_modules/lodash/rangeRight.js deleted file mode 100644 index 271fafc..0000000 --- a/software/flow/node_modules/lodash/rangeRight.js +++ /dev/null @@ -1,41 +0,0 @@ -var createRange = require('./_createRange'); - -/** - * This method is like `_.range` except that it populates values in - * descending order. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Util - * @param {number} [start=0] The start of the range. - * @param {number} end The end of the range. - * @param {number} [step=1] The value to increment or decrement by. - * @returns {Array} Returns the range of numbers. - * @see _.inRange, _.range - * @example - * - * _.rangeRight(4); - * // => [3, 2, 1, 0] - * - * _.rangeRight(-4); - * // => [-3, -2, -1, 0] - * - * _.rangeRight(1, 5); - * // => [4, 3, 2, 1] - * - * _.rangeRight(0, 20, 5); - * // => [15, 10, 5, 0] - * - * _.rangeRight(0, -4, -1); - * // => [-3, -2, -1, 0] - * - * _.rangeRight(1, 4, 0); - * // => [1, 1, 1] - * - * _.rangeRight(0); - * // => [] - */ -var rangeRight = createRange(true); - -module.exports = rangeRight; diff --git a/software/flow/node_modules/lodash/rearg.js b/software/flow/node_modules/lodash/rearg.js deleted file mode 100644 index a3e1970..0000000 --- a/software/flow/node_modules/lodash/rearg.js +++ /dev/null @@ -1,33 +0,0 @@ -var createWrap = require('./_createWrap'), - flatRest = require('./_flatRest'); - -/** Used to compose bitmasks for function metadata. */ -var WRAP_REARG_FLAG = 256; - -/** - * Creates a function that invokes `func` with arguments arranged according - * to the specified `indexes` where the argument value at the first index is - * provided as the first argument, the argument value at the second index is - * provided as the second argument, and so on. - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category Function - * @param {Function} func The function to rearrange arguments for. - * @param {...(number|number[])} indexes The arranged argument indexes. - * @returns {Function} Returns the new function. - * @example - * - * var rearged = _.rearg(function(a, b, c) { - * return [a, b, c]; - * }, [2, 0, 1]); - * - * rearged('b', 'c', 'a') - * // => ['a', 'b', 'c'] - */ -var rearg = flatRest(function(func, indexes) { - return createWrap(func, WRAP_REARG_FLAG, undefined, undefined, undefined, indexes); -}); - -module.exports = rearg; diff --git a/software/flow/node_modules/lodash/reduce.js b/software/flow/node_modules/lodash/reduce.js deleted file mode 100644 index 5a1df4d..0000000 --- a/software/flow/node_modules/lodash/reduce.js +++ /dev/null @@ -1,51 +0,0 @@ -var arrayReduce = require('./_arrayReduce'), - baseEach = require('./_baseEach'), - baseIteratee = require('./_baseIteratee'), - baseReduce = require('./_baseReduce'), - isArray = require('./isArray'); - -/** - * Reduces `collection` to a value which is the accumulated result of running - * each element in `collection` thru `iteratee`, where each successive - * invocation is supplied the return value of the previous. If `accumulator` - * is not given, the first element of `collection` is used as the initial - * value. The iteratee is invoked with four arguments: - * (accumulator, value, index|key, collection). - * - * Many lodash methods are guarded to work as iteratees for methods like - * `_.reduce`, `_.reduceRight`, and `_.transform`. - * - * The guarded methods are: - * `assign`, `defaults`, `defaultsDeep`, `includes`, `merge`, `orderBy`, - * and `sortBy` - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Collection - * @param {Array|Object} collection The collection to iterate over. - * @param {Function} [iteratee=_.identity] The function invoked per iteration. - * @param {*} [accumulator] The initial value. - * @returns {*} Returns the accumulated value. - * @see _.reduceRight - * @example - * - * _.reduce([1, 2], function(sum, n) { - * return sum + n; - * }, 0); - * // => 3 - * - * _.reduce({ 'a': 1, 'b': 2, 'c': 1 }, function(result, value, key) { - * (result[value] || (result[value] = [])).push(key); - * return result; - * }, {}); - * // => { '1': ['a', 'c'], '2': ['b'] } (iteration order is not guaranteed) - */ -function reduce(collection, iteratee, accumulator) { - var func = isArray(collection) ? arrayReduce : baseReduce, - initAccum = arguments.length < 3; - - return func(collection, baseIteratee(iteratee, 4), accumulator, initAccum, baseEach); -} - -module.exports = reduce; diff --git a/software/flow/node_modules/lodash/reduceRight.js b/software/flow/node_modules/lodash/reduceRight.js deleted file mode 100644 index e06a7cb..0000000 --- a/software/flow/node_modules/lodash/reduceRight.js +++ /dev/null @@ -1,36 +0,0 @@ -var arrayReduceRight = require('./_arrayReduceRight'), - baseEachRight = require('./_baseEachRight'), - baseIteratee = require('./_baseIteratee'), - baseReduce = require('./_baseReduce'), - isArray = require('./isArray'); - -/** - * This method is like `_.reduce` except that it iterates over elements of - * `collection` from right to left. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Collection - * @param {Array|Object} collection The collection to iterate over. - * @param {Function} [iteratee=_.identity] The function invoked per iteration. - * @param {*} [accumulator] The initial value. - * @returns {*} Returns the accumulated value. - * @see _.reduce - * @example - * - * var array = [[0, 1], [2, 3], [4, 5]]; - * - * _.reduceRight(array, function(flattened, other) { - * return flattened.concat(other); - * }, []); - * // => [4, 5, 2, 3, 0, 1] - */ -function reduceRight(collection, iteratee, accumulator) { - var func = isArray(collection) ? arrayReduceRight : baseReduce, - initAccum = arguments.length < 3; - - return func(collection, baseIteratee(iteratee, 4), accumulator, initAccum, baseEachRight); -} - -module.exports = reduceRight; diff --git a/software/flow/node_modules/lodash/reject.js b/software/flow/node_modules/lodash/reject.js deleted file mode 100644 index a13e554..0000000 --- a/software/flow/node_modules/lodash/reject.js +++ /dev/null @@ -1,46 +0,0 @@ -var arrayFilter = require('./_arrayFilter'), - baseFilter = require('./_baseFilter'), - baseIteratee = require('./_baseIteratee'), - isArray = require('./isArray'), - negate = require('./negate'); - -/** - * The opposite of `_.filter`; this method returns the elements of `collection` - * that `predicate` does **not** return truthy for. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Collection - * @param {Array|Object} collection The collection to iterate over. - * @param {Function} [predicate=_.identity] The function invoked per iteration. - * @returns {Array} Returns the new filtered array. - * @see _.filter - * @example - * - * var users = [ - * { 'user': 'barney', 'age': 36, 'active': false }, - * { 'user': 'fred', 'age': 40, 'active': true } - * ]; - * - * _.reject(users, function(o) { return !o.active; }); - * // => objects for ['fred'] - * - * // The `_.matches` iteratee shorthand. - * _.reject(users, { 'age': 40, 'active': true }); - * // => objects for ['barney'] - * - * // The `_.matchesProperty` iteratee shorthand. - * _.reject(users, ['active', false]); - * // => objects for ['fred'] - * - * // The `_.property` iteratee shorthand. - * _.reject(users, 'active'); - * // => objects for ['barney'] - */ -function reject(collection, predicate) { - var func = isArray(collection) ? arrayFilter : baseFilter; - return func(collection, negate(baseIteratee(predicate, 3))); -} - -module.exports = reject; diff --git a/software/flow/node_modules/lodash/release.md b/software/flow/node_modules/lodash/release.md deleted file mode 100644 index 465d8ff..0000000 --- a/software/flow/node_modules/lodash/release.md +++ /dev/null @@ -1,48 +0,0 @@ -npm run build -npm run doc -npm i -git clone --depth=10 --branch=master git@github.com:lodash-archive/lodash-cli.git ./node_modules/lodash-cli -mkdir -p ./node_modules/lodash-cli/node_modules/lodash; cd $_; cp ../../../../lodash.js ./lodash.js; cp ../../../../package.json ./package.json -cd ../../; npm i --production; cd ../../ -node ./node_modules/lodash-cli/bin/lodash core exports=node -o ./npm-package/core.js -node ./node_modules/lodash-cli/bin/lodash modularize exports=node -o ./npm-package -cp lodash.js npm-package/lodash.js -cp dist/lodash.min.js npm-package/lodash.min.js -cp LICENSE npm-package/LICENSE - -1. Clone two repos -Bump lodash version in package.json, readme, package=locak, lodash.js -npm run build -npm run doc - -2. update mappings in ldoash-cli -3. copy ldoash into lodash-cli node modules and package json. - -node ./node_modules/lodash-cli/bin/lodash core exports=node -o ./npm-package/core.js -node ./node_modules/lodash-cli/bin/lodash modularize exports=node -o ./npm-package - - - -1. Clone the two repositories: -```sh -$ git clone https://github.com/lodash/lodash.git -$ git clone https://github.com/bnjmnt4n/lodash-cli.git -``` -2. Update lodash-cli to accomdate changes in lodash source. This can typically involve adding new function dependency mappings in lib/mappings.js. Sometimes, additional changes might be needed for more involved functions. -3. In the lodash repository, update references to the lodash version in README.md, lodash.js, package.jsona nd package-lock.json -4. Run: -```sh -npm run build -npm run doc -node ../lodash-cli/bin/lodash core -o ./dist/lodash.core.js -``` -5. Add a commit and tag the release -mkdir ../lodash-temp -cp lodash.js dist/lodash.min.js dist/lodash.core.js dist/lodash.core.min.js ../lodash-temp/ -node ../lodash-cli/bin/lodash modularize exports=node -o . -cp ../lodash-temp/lodash.core.js core.js -cp ../lodash-temp/lodash.core.min.js core.min.js -cp ../lodash-temp/lodash.js lodash.js -cp ../lodash-temp/lodash.min.js lodash.min.js - -❯ node ../lodash-cli/bin/lodash modularize exports=es -o . diff --git a/software/flow/node_modules/lodash/remove.js b/software/flow/node_modules/lodash/remove.js deleted file mode 100644 index 87b1898..0000000 --- a/software/flow/node_modules/lodash/remove.js +++ /dev/null @@ -1,53 +0,0 @@ -var baseIteratee = require('./_baseIteratee'), - basePullAt = require('./_basePullAt'); - -/** - * Removes all elements from `array` that `predicate` returns truthy for - * and returns an array of the removed elements. The predicate is invoked - * with three arguments: (value, index, array). - * - * **Note:** Unlike `_.filter`, this method mutates `array`. Use `_.pull` - * to pull elements from an array by value. - * - * @static - * @memberOf _ - * @since 2.0.0 - * @category Array - * @param {Array} array The array to modify. - * @param {Function} [predicate=_.identity] The function invoked per iteration. - * @returns {Array} Returns the new array of removed elements. - * @example - * - * var array = [1, 2, 3, 4]; - * var evens = _.remove(array, function(n) { - * return n % 2 == 0; - * }); - * - * console.log(array); - * // => [1, 3] - * - * console.log(evens); - * // => [2, 4] - */ -function remove(array, predicate) { - var result = []; - if (!(array && array.length)) { - return result; - } - var index = -1, - indexes = [], - length = array.length; - - predicate = baseIteratee(predicate, 3); - while (++index < length) { - var value = array[index]; - if (predicate(value, index, array)) { - result.push(value); - indexes.push(index); - } - } - basePullAt(array, indexes); - return result; -} - -module.exports = remove; diff --git a/software/flow/node_modules/lodash/repeat.js b/software/flow/node_modules/lodash/repeat.js deleted file mode 100644 index f4d8c69..0000000 --- a/software/flow/node_modules/lodash/repeat.js +++ /dev/null @@ -1,37 +0,0 @@ -var baseRepeat = require('./_baseRepeat'), - isIterateeCall = require('./_isIterateeCall'), - toInteger = require('./toInteger'), - toString = require('./toString'); - -/** - * Repeats the given string `n` times. - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category String - * @param {string} [string=''] The string to repeat. - * @param {number} [n=1] The number of times to repeat the string. - * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. - * @returns {string} Returns the repeated string. - * @example - * - * _.repeat('*', 3); - * // => '***' - * - * _.repeat('abc', 2); - * // => 'abcabc' - * - * _.repeat('abc', 0); - * // => '' - */ -function repeat(string, n, guard) { - if ((guard ? isIterateeCall(string, n, guard) : n === undefined)) { - n = 1; - } else { - n = toInteger(n); - } - return baseRepeat(toString(string), n); -} - -module.exports = repeat; diff --git a/software/flow/node_modules/lodash/replace.js b/software/flow/node_modules/lodash/replace.js deleted file mode 100644 index 6e26ecd..0000000 --- a/software/flow/node_modules/lodash/replace.js +++ /dev/null @@ -1,29 +0,0 @@ -var toString = require('./toString'); - -/** - * Replaces matches for `pattern` in `string` with `replacement`. - * - * **Note:** This method is based on - * [`String#replace`](https://mdn.io/String/replace). - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category String - * @param {string} [string=''] The string to modify. - * @param {RegExp|string} pattern The pattern to replace. - * @param {Function|string} replacement The match replacement. - * @returns {string} Returns the modified string. - * @example - * - * _.replace('Hi Fred', 'Fred', 'Barney'); - * // => 'Hi Barney' - */ -function replace() { - var args = arguments, - string = toString(args[0]); - - return args.length < 3 ? string : string.replace(args[1], args[2]); -} - -module.exports = replace; diff --git a/software/flow/node_modules/lodash/rest.js b/software/flow/node_modules/lodash/rest.js deleted file mode 100644 index eaaad00..0000000 --- a/software/flow/node_modules/lodash/rest.js +++ /dev/null @@ -1,40 +0,0 @@ -var baseRest = require('./_baseRest'), - toInteger = require('./toInteger'); - -/** Error message constants. */ -var FUNC_ERROR_TEXT = 'Expected a function'; - -/** - * Creates a function that invokes `func` with the `this` binding of the - * created function and arguments from `start` and beyond provided as - * an array. - * - * **Note:** This method is based on the - * [rest parameter](https://mdn.io/rest_parameters). - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Function - * @param {Function} func The function to apply a rest parameter to. - * @param {number} [start=func.length-1] The start position of the rest parameter. - * @returns {Function} Returns the new function. - * @example - * - * var say = _.rest(function(what, names) { - * return what + ' ' + _.initial(names).join(', ') + - * (_.size(names) > 1 ? ', & ' : '') + _.last(names); - * }); - * - * say('hello', 'fred', 'barney', 'pebbles'); - * // => 'hello fred, barney, & pebbles' - */ -function rest(func, start) { - if (typeof func != 'function') { - throw new TypeError(FUNC_ERROR_TEXT); - } - start = start === undefined ? start : toInteger(start); - return baseRest(func, start); -} - -module.exports = rest; diff --git a/software/flow/node_modules/lodash/result.js b/software/flow/node_modules/lodash/result.js deleted file mode 100644 index eae1250..0000000 --- a/software/flow/node_modules/lodash/result.js +++ /dev/null @@ -1,56 +0,0 @@ -var castPath = require('./_castPath'), - isFunction = require('./isFunction'), - toKey = require('./_toKey'); - -/** - * This method is like `_.get` except that if the resolved value is a - * function it's invoked with the `this` binding of its parent object and - * its result is returned. - * - * @static - * @since 0.1.0 - * @memberOf _ - * @category Object - * @param {Object} object The object to query. - * @param {Array|string} path The path of the property to resolve. - * @param {*} [defaultValue] The value returned for `undefined` resolved values. - * @returns {*} Returns the resolved value. - * @example - * - * var object = { 'a': [{ 'b': { 'c1': 3, 'c2': _.constant(4) } }] }; - * - * _.result(object, 'a[0].b.c1'); - * // => 3 - * - * _.result(object, 'a[0].b.c2'); - * // => 4 - * - * _.result(object, 'a[0].b.c3', 'default'); - * // => 'default' - * - * _.result(object, 'a[0].b.c3', _.constant('default')); - * // => 'default' - */ -function result(object, path, defaultValue) { - path = castPath(path, object); - - var index = -1, - length = path.length; - - // Ensure the loop is entered when path is empty. - if (!length) { - length = 1; - object = undefined; - } - while (++index < length) { - var value = object == null ? undefined : object[toKey(path[index])]; - if (value === undefined) { - index = length; - value = defaultValue; - } - object = isFunction(value) ? value.call(object) : value; - } - return object; -} - -module.exports = result; diff --git a/software/flow/node_modules/lodash/reverse.js b/software/flow/node_modules/lodash/reverse.js deleted file mode 100644 index 21764af..0000000 --- a/software/flow/node_modules/lodash/reverse.js +++ /dev/null @@ -1,34 +0,0 @@ -/** Used for built-in method references. */ -var arrayProto = Array.prototype; - -/* Built-in method references for those with the same name as other `lodash` methods. */ -var nativeReverse = arrayProto.reverse; - -/** - * Reverses `array` so that the first element becomes the last, the second - * element becomes the second to last, and so on. - * - * **Note:** This method mutates `array` and is based on - * [`Array#reverse`](https://mdn.io/Array/reverse). - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Array - * @param {Array} array The array to modify. - * @returns {Array} Returns `array`. - * @example - * - * var array = [1, 2, 3]; - * - * _.reverse(array); - * // => [3, 2, 1] - * - * console.log(array); - * // => [3, 2, 1] - */ -function reverse(array) { - return array == null ? array : nativeReverse.call(array); -} - -module.exports = reverse; diff --git a/software/flow/node_modules/lodash/round.js b/software/flow/node_modules/lodash/round.js deleted file mode 100644 index fccc831..0000000 --- a/software/flow/node_modules/lodash/round.js +++ /dev/null @@ -1,26 +0,0 @@ -var createRound = require('./_createRound'); - -/** - * Computes `number` rounded to `precision`. - * - * @static - * @memberOf _ - * @since 3.10.0 - * @category Math - * @param {number} number The number to round. - * @param {number} [precision=0] The precision to round to. - * @returns {number} Returns the rounded number. - * @example - * - * _.round(4.006); - * // => 4 - * - * _.round(4.006, 2); - * // => 4.01 - * - * _.round(4060, -2); - * // => 4100 - */ -var round = createRound('round'); - -module.exports = round; diff --git a/software/flow/node_modules/lodash/sample.js b/software/flow/node_modules/lodash/sample.js deleted file mode 100644 index 39c3560..0000000 --- a/software/flow/node_modules/lodash/sample.js +++ /dev/null @@ -1,24 +0,0 @@ -var arraySample = require('./_arraySample'), - baseSample = require('./_baseSample'), - isArray = require('./isArray'); - -/** - * Gets a random element from `collection`. - * - * @static - * @memberOf _ - * @since 2.0.0 - * @category Collection - * @param {Array|Object} collection The collection to sample. - * @returns {*} Returns the random element. - * @example - * - * _.sample([1, 2, 3, 4]); - * // => 2 - */ -function sample(collection) { - var func = isArray(collection) ? arraySample : baseSample; - return func(collection); -} - -module.exports = sample; diff --git a/software/flow/node_modules/lodash/sampleSize.js b/software/flow/node_modules/lodash/sampleSize.js deleted file mode 100644 index a303686..0000000 --- a/software/flow/node_modules/lodash/sampleSize.js +++ /dev/null @@ -1,37 +0,0 @@ -var arraySampleSize = require('./_arraySampleSize'), - baseSampleSize = require('./_baseSampleSize'), - isArray = require('./isArray'), - isIterateeCall = require('./_isIterateeCall'), - toInteger = require('./toInteger'); - -/** - * Gets `n` random elements at unique keys from `collection` up to the - * size of `collection`. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Collection - * @param {Array|Object} collection The collection to sample. - * @param {number} [n=1] The number of elements to sample. - * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. - * @returns {Array} Returns the random elements. - * @example - * - * _.sampleSize([1, 2, 3], 2); - * // => [3, 1] - * - * _.sampleSize([1, 2, 3], 4); - * // => [2, 3, 1] - */ -function sampleSize(collection, n, guard) { - if ((guard ? isIterateeCall(collection, n, guard) : n === undefined)) { - n = 1; - } else { - n = toInteger(n); - } - var func = isArray(collection) ? arraySampleSize : baseSampleSize; - return func(collection, n); -} - -module.exports = sampleSize; diff --git a/software/flow/node_modules/lodash/seq.js b/software/flow/node_modules/lodash/seq.js deleted file mode 100644 index 1570c2d..0000000 --- a/software/flow/node_modules/lodash/seq.js +++ /dev/null @@ -1,16 +0,0 @@ -module.exports = { - 'at': require('./wrapperAt'), - 'chain': require('./chain'), - 'commit': require('./commit'), - 'lodash': require('./wrapperLodash'), - 'next': require('./next'), - 'plant': require('./plant'), - 'reverse': require('./wrapperReverse'), - 'tap': require('./tap'), - 'thru': require('./thru'), - 'toIterator': require('./toIterator'), - 'toJSON': require('./toJSON'), - 'value': require('./wrapperValue'), - 'valueOf': require('./valueOf'), - 'wrapperChain': require('./wrapperChain') -}; diff --git a/software/flow/node_modules/lodash/set.js b/software/flow/node_modules/lodash/set.js deleted file mode 100644 index d663002..0000000 --- a/software/flow/node_modules/lodash/set.js +++ /dev/null @@ -1,35 +0,0 @@ -var baseSet = require('./_baseSet'); - -/** - * Sets the value at `path` of `object`. If a portion of `path` doesn't exist, - * it's created. Arrays are created for missing index properties while objects - * are created for all other missing properties. Use `_.setWith` to customize - * `path` creation. - * - * **Note:** This method mutates `object`. - * - * @static - * @memberOf _ - * @since 3.7.0 - * @category Object - * @param {Object} object The object to modify. - * @param {Array|string} path The path of the property to set. - * @param {*} value The value to set. - * @returns {Object} Returns `object`. - * @example - * - * var object = { 'a': [{ 'b': { 'c': 3 } }] }; - * - * _.set(object, 'a[0].b.c', 4); - * console.log(object.a[0].b.c); - * // => 4 - * - * _.set(object, ['x', '0', 'y', 'z'], 5); - * console.log(object.x[0].y.z); - * // => 5 - */ -function set(object, path, value) { - return object == null ? object : baseSet(object, path, value); -} - -module.exports = set; diff --git a/software/flow/node_modules/lodash/setWith.js b/software/flow/node_modules/lodash/setWith.js deleted file mode 100644 index fb3e0f6..0000000 --- a/software/flow/node_modules/lodash/setWith.js +++ /dev/null @@ -1,32 +0,0 @@ -var baseSet = require('./_baseSet'); - -/** - * This method is like `_.set` except that it accepts `customizer` which is - * invoked to produce the objects of `path`. If `customizer` returns `undefined` - * path creation is handled by the method instead. The `customizer` is invoked - * with three arguments: (nsValue, key, nsObject). - * - * **Note:** This method mutates `object`. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Object - * @param {Object} object The object to modify. - * @param {Array|string} path The path of the property to set. - * @param {*} value The value to set. - * @param {Function} [customizer] The function to customize assigned values. - * @returns {Object} Returns `object`. - * @example - * - * var object = {}; - * - * _.setWith(object, '[0][1]', 'a', Object); - * // => { '0': { '1': 'a' } } - */ -function setWith(object, path, value, customizer) { - customizer = typeof customizer == 'function' ? customizer : undefined; - return object == null ? object : baseSet(object, path, value, customizer); -} - -module.exports = setWith; diff --git a/software/flow/node_modules/lodash/shuffle.js b/software/flow/node_modules/lodash/shuffle.js deleted file mode 100644 index 2b72da7..0000000 --- a/software/flow/node_modules/lodash/shuffle.js +++ /dev/null @@ -1,25 +0,0 @@ -var arrayShuffle = require('./_arrayShuffle'), - baseShuffle = require('./_baseShuffle'), - isArray = require('./isArray'); - -/** - * Creates an array of shuffled values, using a version of the - * [Fisher-Yates shuffle](https://en.wikipedia.org/wiki/Fisher-Yates_shuffle). - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Collection - * @param {Array|Object} collection The collection to shuffle. - * @returns {Array} Returns the new shuffled array. - * @example - * - * _.shuffle([1, 2, 3, 4]); - * // => [4, 1, 3, 2] - */ -function shuffle(collection) { - var func = isArray(collection) ? arrayShuffle : baseShuffle; - return func(collection); -} - -module.exports = shuffle; diff --git a/software/flow/node_modules/lodash/size.js b/software/flow/node_modules/lodash/size.js deleted file mode 100644 index 3561fc1..0000000 --- a/software/flow/node_modules/lodash/size.js +++ /dev/null @@ -1,46 +0,0 @@ -var baseKeys = require('./_baseKeys'), - getTag = require('./_getTag'), - isArrayLike = require('./isArrayLike'), - isString = require('./isString'), - stringSize = require('./_stringSize'); - -/** `Object#toString` result references. */ -var mapTag = '[object Map]', - setTag = '[object Set]'; - -/** - * Gets the size of `collection` by returning its length for array-like - * values or the number of own enumerable string keyed properties for objects. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Collection - * @param {Array|Object|string} collection The collection to inspect. - * @returns {number} Returns the collection size. - * @example - * - * _.size([1, 2, 3]); - * // => 3 - * - * _.size({ 'a': 1, 'b': 2 }); - * // => 2 - * - * _.size('pebbles'); - * // => 7 - */ -function size(collection) { - if (collection == null) { - return 0; - } - if (isArrayLike(collection)) { - return isString(collection) ? stringSize(collection) : collection.length; - } - var tag = getTag(collection); - if (tag == mapTag || tag == setTag) { - return collection.size; - } - return baseKeys(collection).length; -} - -module.exports = size; diff --git a/software/flow/node_modules/lodash/slice.js b/software/flow/node_modules/lodash/slice.js deleted file mode 100644 index f732442..0000000 --- a/software/flow/node_modules/lodash/slice.js +++ /dev/null @@ -1,37 +0,0 @@ -var baseSlice = require('./_baseSlice'), - isIterateeCall = require('./_isIterateeCall'), - toInteger = require('./toInteger'); - -/** - * Creates a slice of `array` from `start` up to, but not including, `end`. - * - * **Note:** This method is used instead of - * [`Array#slice`](https://mdn.io/Array/slice) to ensure dense arrays are - * returned. - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category Array - * @param {Array} array The array to slice. - * @param {number} [start=0] The start position. - * @param {number} [end=array.length] The end position. - * @returns {Array} Returns the slice of `array`. - */ -function slice(array, start, end) { - var length = array == null ? 0 : array.length; - if (!length) { - return []; - } - if (end && typeof end != 'number' && isIterateeCall(array, start, end)) { - start = 0; - end = length; - } - else { - start = start == null ? 0 : toInteger(start); - end = end === undefined ? length : toInteger(end); - } - return baseSlice(array, start, end); -} - -module.exports = slice; diff --git a/software/flow/node_modules/lodash/snakeCase.js b/software/flow/node_modules/lodash/snakeCase.js deleted file mode 100644 index 27f2a76..0000000 --- a/software/flow/node_modules/lodash/snakeCase.js +++ /dev/null @@ -1,28 +0,0 @@ -var createCompounder = require('./_createCompounder'); - -/** - * Converts `string` to - * [snake case](https://en.wikipedia.org/wiki/Snake_case). - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category String - * @param {string} [string=''] The string to convert. - * @returns {string} Returns the snake cased string. - * @example - * - * _.snakeCase('Foo Bar'); - * // => 'foo_bar' - * - * _.snakeCase('fooBar'); - * // => 'foo_bar' - * - * _.snakeCase('--FOO-BAR--'); - * // => 'foo_bar' - */ -var snakeCase = createCompounder(function(result, word, index) { - return result + (index ? '_' : '') + word.toLowerCase(); -}); - -module.exports = snakeCase; diff --git a/software/flow/node_modules/lodash/some.js b/software/flow/node_modules/lodash/some.js deleted file mode 100644 index 9c1d08c..0000000 --- a/software/flow/node_modules/lodash/some.js +++ /dev/null @@ -1,51 +0,0 @@ -var arraySome = require('./_arraySome'), - baseIteratee = require('./_baseIteratee'), - baseSome = require('./_baseSome'), - isArray = require('./isArray'), - isIterateeCall = require('./_isIterateeCall'); - -/** - * Checks if `predicate` returns truthy for **any** element of `collection`. - * Iteration is stopped once `predicate` returns truthy. The predicate is - * invoked with three arguments: (value, index|key, collection). - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Collection - * @param {Array|Object} collection The collection to iterate over. - * @param {Function} [predicate=_.identity] The function invoked per iteration. - * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. - * @returns {boolean} Returns `true` if any element passes the predicate check, - * else `false`. - * @example - * - * _.some([null, 0, 'yes', false], Boolean); - * // => true - * - * var users = [ - * { 'user': 'barney', 'active': true }, - * { 'user': 'fred', 'active': false } - * ]; - * - * // The `_.matches` iteratee shorthand. - * _.some(users, { 'user': 'barney', 'active': false }); - * // => false - * - * // The `_.matchesProperty` iteratee shorthand. - * _.some(users, ['active', false]); - * // => true - * - * // The `_.property` iteratee shorthand. - * _.some(users, 'active'); - * // => true - */ -function some(collection, predicate, guard) { - var func = isArray(collection) ? arraySome : baseSome; - if (guard && isIterateeCall(collection, predicate, guard)) { - predicate = undefined; - } - return func(collection, baseIteratee(predicate, 3)); -} - -module.exports = some; diff --git a/software/flow/node_modules/lodash/sortBy.js b/software/flow/node_modules/lodash/sortBy.js deleted file mode 100644 index d756aba..0000000 --- a/software/flow/node_modules/lodash/sortBy.js +++ /dev/null @@ -1,48 +0,0 @@ -var baseFlatten = require('./_baseFlatten'), - baseOrderBy = require('./_baseOrderBy'), - baseRest = require('./_baseRest'), - isIterateeCall = require('./_isIterateeCall'); - -/** - * Creates an array of elements, sorted in ascending order by the results of - * running each element in a collection thru each iteratee. This method - * performs a stable sort, that is, it preserves the original sort order of - * equal elements. The iteratees are invoked with one argument: (value). - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Collection - * @param {Array|Object} collection The collection to iterate over. - * @param {...(Function|Function[])} [iteratees=[_.identity]] - * The iteratees to sort by. - * @returns {Array} Returns the new sorted array. - * @example - * - * var users = [ - * { 'user': 'fred', 'age': 48 }, - * { 'user': 'barney', 'age': 36 }, - * { 'user': 'fred', 'age': 30 }, - * { 'user': 'barney', 'age': 34 } - * ]; - * - * _.sortBy(users, [function(o) { return o.user; }]); - * // => objects for [['barney', 36], ['barney', 34], ['fred', 48], ['fred', 30]] - * - * _.sortBy(users, ['user', 'age']); - * // => objects for [['barney', 34], ['barney', 36], ['fred', 30], ['fred', 48]] - */ -var sortBy = baseRest(function(collection, iteratees) { - if (collection == null) { - return []; - } - var length = iteratees.length; - if (length > 1 && isIterateeCall(collection, iteratees[0], iteratees[1])) { - iteratees = []; - } else if (length > 2 && isIterateeCall(iteratees[0], iteratees[1], iteratees[2])) { - iteratees = [iteratees[0]]; - } - return baseOrderBy(collection, baseFlatten(iteratees, 1), []); -}); - -module.exports = sortBy; diff --git a/software/flow/node_modules/lodash/sortedIndex.js b/software/flow/node_modules/lodash/sortedIndex.js deleted file mode 100644 index e763473..0000000 --- a/software/flow/node_modules/lodash/sortedIndex.js +++ /dev/null @@ -1,24 +0,0 @@ -var baseSortedIndex = require('./_baseSortedIndex'); - -/** - * Uses a binary search to determine the lowest index at which `value` - * should be inserted into `array` in order to maintain its sort order. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Array - * @param {Array} array The sorted array to inspect. - * @param {*} value The value to evaluate. - * @returns {number} Returns the index at which `value` should be inserted - * into `array`. - * @example - * - * _.sortedIndex([30, 50], 40); - * // => 1 - */ -function sortedIndex(array, value) { - return baseSortedIndex(array, value); -} - -module.exports = sortedIndex; diff --git a/software/flow/node_modules/lodash/sortedIndexBy.js b/software/flow/node_modules/lodash/sortedIndexBy.js deleted file mode 100644 index 945f23c..0000000 --- a/software/flow/node_modules/lodash/sortedIndexBy.js +++ /dev/null @@ -1,33 +0,0 @@ -var baseIteratee = require('./_baseIteratee'), - baseSortedIndexBy = require('./_baseSortedIndexBy'); - -/** - * This method is like `_.sortedIndex` except that it accepts `iteratee` - * which is invoked for `value` and each element of `array` to compute their - * sort ranking. The iteratee is invoked with one argument: (value). - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Array - * @param {Array} array The sorted array to inspect. - * @param {*} value The value to evaluate. - * @param {Function} [iteratee=_.identity] The iteratee invoked per element. - * @returns {number} Returns the index at which `value` should be inserted - * into `array`. - * @example - * - * var objects = [{ 'x': 4 }, { 'x': 5 }]; - * - * _.sortedIndexBy(objects, { 'x': 4 }, function(o) { return o.x; }); - * // => 0 - * - * // The `_.property` iteratee shorthand. - * _.sortedIndexBy(objects, { 'x': 4 }, 'x'); - * // => 0 - */ -function sortedIndexBy(array, value, iteratee) { - return baseSortedIndexBy(array, value, baseIteratee(iteratee, 2)); -} - -module.exports = sortedIndexBy; diff --git a/software/flow/node_modules/lodash/sortedIndexOf.js b/software/flow/node_modules/lodash/sortedIndexOf.js deleted file mode 100644 index e2d3b7a..0000000 --- a/software/flow/node_modules/lodash/sortedIndexOf.js +++ /dev/null @@ -1,31 +0,0 @@ -var baseSortedIndex = require('./_baseSortedIndex'), - eq = require('./eq'); - -/** - * This method is like `_.indexOf` except that it performs a binary - * search on a sorted `array`. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Array - * @param {Array} array The array to inspect. - * @param {*} value The value to search for. - * @returns {number} Returns the index of the matched value, else `-1`. - * @example - * - * _.sortedIndexOf([4, 5, 5, 5, 6], 5); - * // => 1 - */ -function sortedIndexOf(array, value) { - var length = array == null ? 0 : array.length; - if (length) { - var index = baseSortedIndex(array, value); - if (index < length && eq(array[index], value)) { - return index; - } - } - return -1; -} - -module.exports = sortedIndexOf; diff --git a/software/flow/node_modules/lodash/sortedLastIndex.js b/software/flow/node_modules/lodash/sortedLastIndex.js deleted file mode 100644 index 9380cb9..0000000 --- a/software/flow/node_modules/lodash/sortedLastIndex.js +++ /dev/null @@ -1,25 +0,0 @@ -var baseSortedIndex = require('./_baseSortedIndex'); - -/** - * This method is like `_.sortedIndex` except that it returns the highest - * index at which `value` should be inserted into `array` in order to - * maintain its sort order. - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category Array - * @param {Array} array The sorted array to inspect. - * @param {*} value The value to evaluate. - * @returns {number} Returns the index at which `value` should be inserted - * into `array`. - * @example - * - * _.sortedLastIndex([4, 5, 5, 5, 6], 5); - * // => 4 - */ -function sortedLastIndex(array, value) { - return baseSortedIndex(array, value, true); -} - -module.exports = sortedLastIndex; diff --git a/software/flow/node_modules/lodash/sortedLastIndexBy.js b/software/flow/node_modules/lodash/sortedLastIndexBy.js deleted file mode 100644 index 9225eeb..0000000 --- a/software/flow/node_modules/lodash/sortedLastIndexBy.js +++ /dev/null @@ -1,33 +0,0 @@ -var baseIteratee = require('./_baseIteratee'), - baseSortedIndexBy = require('./_baseSortedIndexBy'); - -/** - * This method is like `_.sortedLastIndex` except that it accepts `iteratee` - * which is invoked for `value` and each element of `array` to compute their - * sort ranking. The iteratee is invoked with one argument: (value). - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Array - * @param {Array} array The sorted array to inspect. - * @param {*} value The value to evaluate. - * @param {Function} [iteratee=_.identity] The iteratee invoked per element. - * @returns {number} Returns the index at which `value` should be inserted - * into `array`. - * @example - * - * var objects = [{ 'x': 4 }, { 'x': 5 }]; - * - * _.sortedLastIndexBy(objects, { 'x': 4 }, function(o) { return o.x; }); - * // => 1 - * - * // The `_.property` iteratee shorthand. - * _.sortedLastIndexBy(objects, { 'x': 4 }, 'x'); - * // => 1 - */ -function sortedLastIndexBy(array, value, iteratee) { - return baseSortedIndexBy(array, value, baseIteratee(iteratee, 2), true); -} - -module.exports = sortedLastIndexBy; diff --git a/software/flow/node_modules/lodash/sortedLastIndexOf.js b/software/flow/node_modules/lodash/sortedLastIndexOf.js deleted file mode 100644 index 18bc4c5..0000000 --- a/software/flow/node_modules/lodash/sortedLastIndexOf.js +++ /dev/null @@ -1,31 +0,0 @@ -var baseSortedIndex = require('./_baseSortedIndex'), - eq = require('./eq'); - -/** - * This method is like `_.lastIndexOf` except that it performs a binary - * search on a sorted `array`. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Array - * @param {Array} array The array to inspect. - * @param {*} value The value to search for. - * @returns {number} Returns the index of the matched value, else `-1`. - * @example - * - * _.sortedLastIndexOf([4, 5, 5, 5, 6], 5); - * // => 3 - */ -function sortedLastIndexOf(array, value) { - var length = array == null ? 0 : array.length; - if (length) { - var index = baseSortedIndex(array, value, true) - 1; - if (eq(array[index], value)) { - return index; - } - } - return -1; -} - -module.exports = sortedLastIndexOf; diff --git a/software/flow/node_modules/lodash/sortedUniq.js b/software/flow/node_modules/lodash/sortedUniq.js deleted file mode 100644 index 866db31..0000000 --- a/software/flow/node_modules/lodash/sortedUniq.js +++ /dev/null @@ -1,24 +0,0 @@ -var baseSortedUniq = require('./_baseSortedUniq'); - -/** - * This method is like `_.uniq` except that it's designed and optimized - * for sorted arrays. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Array - * @param {Array} array The array to inspect. - * @returns {Array} Returns the new duplicate free array. - * @example - * - * _.sortedUniq([1, 1, 2]); - * // => [1, 2] - */ -function sortedUniq(array) { - return (array && array.length) - ? baseSortedUniq(array) - : []; -} - -module.exports = sortedUniq; diff --git a/software/flow/node_modules/lodash/sortedUniqBy.js b/software/flow/node_modules/lodash/sortedUniqBy.js deleted file mode 100644 index 4f05ebe..0000000 --- a/software/flow/node_modules/lodash/sortedUniqBy.js +++ /dev/null @@ -1,26 +0,0 @@ -var baseIteratee = require('./_baseIteratee'), - baseSortedUniq = require('./_baseSortedUniq'); - -/** - * This method is like `_.uniqBy` except that it's designed and optimized - * for sorted arrays. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Array - * @param {Array} array The array to inspect. - * @param {Function} [iteratee] The iteratee invoked per element. - * @returns {Array} Returns the new duplicate free array. - * @example - * - * _.sortedUniqBy([1.1, 1.2, 2.3, 2.4], Math.floor); - * // => [1.1, 2.3] - */ -function sortedUniqBy(array, iteratee) { - return (array && array.length) - ? baseSortedUniq(array, baseIteratee(iteratee, 2)) - : []; -} - -module.exports = sortedUniqBy; diff --git a/software/flow/node_modules/lodash/split.js b/software/flow/node_modules/lodash/split.js deleted file mode 100644 index 956b48a..0000000 --- a/software/flow/node_modules/lodash/split.js +++ /dev/null @@ -1,52 +0,0 @@ -var baseToString = require('./_baseToString'), - castSlice = require('./_castSlice'), - hasUnicode = require('./_hasUnicode'), - isIterateeCall = require('./_isIterateeCall'), - isRegExp = require('./isRegExp'), - stringToArray = require('./_stringToArray'), - toString = require('./toString'); - -/** Used as references for the maximum length and index of an array. */ -var MAX_ARRAY_LENGTH = 4294967295; - -/** - * Splits `string` by `separator`. - * - * **Note:** This method is based on - * [`String#split`](https://mdn.io/String/split). - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category String - * @param {string} [string=''] The string to split. - * @param {RegExp|string} separator The separator pattern to split by. - * @param {number} [limit] The length to truncate results to. - * @returns {Array} Returns the string segments. - * @example - * - * _.split('a-b-c', '-', 2); - * // => ['a', 'b'] - */ -function split(string, separator, limit) { - if (limit && typeof limit != 'number' && isIterateeCall(string, separator, limit)) { - separator = limit = undefined; - } - limit = limit === undefined ? MAX_ARRAY_LENGTH : limit >>> 0; - if (!limit) { - return []; - } - string = toString(string); - if (string && ( - typeof separator == 'string' || - (separator != null && !isRegExp(separator)) - )) { - separator = baseToString(separator); - if (!separator && hasUnicode(string)) { - return castSlice(stringToArray(string), 0, limit); - } - } - return string.split(separator, limit); -} - -module.exports = split; diff --git a/software/flow/node_modules/lodash/spread.js b/software/flow/node_modules/lodash/spread.js deleted file mode 100644 index 60a08e2..0000000 --- a/software/flow/node_modules/lodash/spread.js +++ /dev/null @@ -1,63 +0,0 @@ -var apply = require('./_apply'), - arrayPush = require('./_arrayPush'), - baseRest = require('./_baseRest'), - castSlice = require('./_castSlice'), - toInteger = require('./toInteger'); - -/** Error message constants. */ -var FUNC_ERROR_TEXT = 'Expected a function'; - -/* Built-in method references for those with the same name as other `lodash` methods. */ -var nativeMax = Math.max; - -/** - * Creates a function that invokes `func` with the `this` binding of the - * create function and an array of arguments much like - * [`Function#apply`](http://www.ecma-international.org/ecma-262/7.0/#sec-function.prototype.apply). - * - * **Note:** This method is based on the - * [spread operator](https://mdn.io/spread_operator). - * - * @static - * @memberOf _ - * @since 3.2.0 - * @category Function - * @param {Function} func The function to spread arguments over. - * @param {number} [start=0] The start position of the spread. - * @returns {Function} Returns the new function. - * @example - * - * var say = _.spread(function(who, what) { - * return who + ' says ' + what; - * }); - * - * say(['fred', 'hello']); - * // => 'fred says hello' - * - * var numbers = Promise.all([ - * Promise.resolve(40), - * Promise.resolve(36) - * ]); - * - * numbers.then(_.spread(function(x, y) { - * return x + y; - * })); - * // => a Promise of 76 - */ -function spread(func, start) { - if (typeof func != 'function') { - throw new TypeError(FUNC_ERROR_TEXT); - } - start = start == null ? 0 : nativeMax(toInteger(start), 0); - return baseRest(function(args) { - var array = args[start], - otherArgs = castSlice(args, 0, start); - - if (array) { - arrayPush(otherArgs, array); - } - return apply(func, this, otherArgs); - }); -} - -module.exports = spread; diff --git a/software/flow/node_modules/lodash/startCase.js b/software/flow/node_modules/lodash/startCase.js deleted file mode 100644 index a48f21c..0000000 --- a/software/flow/node_modules/lodash/startCase.js +++ /dev/null @@ -1,29 +0,0 @@ -var createCompounder = require('./_createCompounder'), - upperFirst = require('./upperFirst'); - -/** - * Converts `string` to - * [start case](https://en.wikipedia.org/wiki/Letter_case#Stylistic_or_specialised_usage). - * - * @static - * @memberOf _ - * @since 3.1.0 - * @category String - * @param {string} [string=''] The string to convert. - * @returns {string} Returns the start cased string. - * @example - * - * _.startCase('--foo-bar--'); - * // => 'Foo Bar' - * - * _.startCase('fooBar'); - * // => 'Foo Bar' - * - * _.startCase('__FOO_BAR__'); - * // => 'FOO BAR' - */ -var startCase = createCompounder(function(result, word, index) { - return result + (index ? ' ' : '') + upperFirst(word); -}); - -module.exports = startCase; diff --git a/software/flow/node_modules/lodash/startsWith.js b/software/flow/node_modules/lodash/startsWith.js deleted file mode 100644 index 956c098..0000000 --- a/software/flow/node_modules/lodash/startsWith.js +++ /dev/null @@ -1,39 +0,0 @@ -var baseClamp = require('./_baseClamp'), - baseToString = require('./_baseToString'), - toInteger = require('./toInteger'), - toString = require('./toString'); - -/** - * Checks if `string` starts with the given target string. - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category String - * @param {string} [string=''] The string to inspect. - * @param {string} [target] The string to search for. - * @param {number} [position=0] The position to search from. - * @returns {boolean} Returns `true` if `string` starts with `target`, - * else `false`. - * @example - * - * _.startsWith('abc', 'a'); - * // => true - * - * _.startsWith('abc', 'b'); - * // => false - * - * _.startsWith('abc', 'b', 1); - * // => true - */ -function startsWith(string, target, position) { - string = toString(string); - position = position == null - ? 0 - : baseClamp(toInteger(position), 0, string.length); - - target = baseToString(target); - return string.slice(position, position + target.length) == target; -} - -module.exports = startsWith; diff --git a/software/flow/node_modules/lodash/string.js b/software/flow/node_modules/lodash/string.js deleted file mode 100644 index 2c829c1..0000000 --- a/software/flow/node_modules/lodash/string.js +++ /dev/null @@ -1,33 +0,0 @@ -module.exports = { - 'camelCase': require('./camelCase'), - 'capitalize': require('./capitalize'), - 'deburr': require('./deburr'), - 'endsWith': require('./endsWith'), - 'escape': require('./escape'), - 'escapeRegExp': require('./escapeRegExp'), - 'kebabCase': require('./kebabCase'), - 'lowerCase': require('./lowerCase'), - 'lowerFirst': require('./lowerFirst'), - 'pad': require('./pad'), - 'padEnd': require('./padEnd'), - 'padStart': require('./padStart'), - 'parseInt': require('./parseInt'), - 'repeat': require('./repeat'), - 'replace': require('./replace'), - 'snakeCase': require('./snakeCase'), - 'split': require('./split'), - 'startCase': require('./startCase'), - 'startsWith': require('./startsWith'), - 'template': require('./template'), - 'templateSettings': require('./templateSettings'), - 'toLower': require('./toLower'), - 'toUpper': require('./toUpper'), - 'trim': require('./trim'), - 'trimEnd': require('./trimEnd'), - 'trimStart': require('./trimStart'), - 'truncate': require('./truncate'), - 'unescape': require('./unescape'), - 'upperCase': require('./upperCase'), - 'upperFirst': require('./upperFirst'), - 'words': require('./words') -}; diff --git a/software/flow/node_modules/lodash/stubArray.js b/software/flow/node_modules/lodash/stubArray.js deleted file mode 100644 index f460c15..0000000 --- a/software/flow/node_modules/lodash/stubArray.js +++ /dev/null @@ -1,23 +0,0 @@ -/** - * This method returns a new empty array. - * - * @static - * @memberOf _ - * @since 4.13.0 - * @category Util - * @returns {Array} Returns the new empty array. - * @example - * - * var arrays = _.times(2, _.stubArray); - * - * console.log(arrays); - * // => [[], []] - * - * console.log(arrays[0] === arrays[1]); - * // => false - */ -function stubArray() { - return []; -} - -module.exports = stubArray; diff --git a/software/flow/node_modules/lodash/stubFalse.js b/software/flow/node_modules/lodash/stubFalse.js deleted file mode 100644 index 9b346fc..0000000 --- a/software/flow/node_modules/lodash/stubFalse.js +++ /dev/null @@ -1,18 +0,0 @@ -/** - * This method returns `false`. - * - * @static - * @memberOf _ - * @since 4.13.0 - * @category Util - * @returns {boolean} Returns `false`. - * @example - * - * _.times(2, _.stubFalse); - * // => [false, false] - */ -function stubFalse() { - return false; -} - -module.exports = stubFalse; diff --git a/software/flow/node_modules/lodash/stubObject.js b/software/flow/node_modules/lodash/stubObject.js deleted file mode 100644 index 1d190a1..0000000 --- a/software/flow/node_modules/lodash/stubObject.js +++ /dev/null @@ -1,23 +0,0 @@ -/** - * This method returns a new empty object. - * - * @static - * @memberOf _ - * @since 4.13.0 - * @category Util - * @returns {Object} Returns the new empty object. - * @example - * - * var objects = _.times(2, _.stubObject); - * - * console.log(objects); - * // => [{}, {}] - * - * console.log(objects[0] === objects[1]); - * // => false - */ -function stubObject() { - return {}; -} - -module.exports = stubObject; diff --git a/software/flow/node_modules/lodash/stubString.js b/software/flow/node_modules/lodash/stubString.js deleted file mode 100644 index 2db0bed..0000000 --- a/software/flow/node_modules/lodash/stubString.js +++ /dev/null @@ -1,18 +0,0 @@ -/** - * This method returns an empty string. - * - * @static - * @memberOf _ - * @since 4.13.0 - * @category Util - * @returns {string} Returns the empty string. - * @example - * - * _.times(2, _.stubString); - * // => ['', ''] - */ -function stubString() { - return ''; -} - -module.exports = stubString; diff --git a/software/flow/node_modules/lodash/stubTrue.js b/software/flow/node_modules/lodash/stubTrue.js deleted file mode 100644 index af3cc9e..0000000 --- a/software/flow/node_modules/lodash/stubTrue.js +++ /dev/null @@ -1,18 +0,0 @@ -/** - * This method returns `true`. - * - * @static - * @memberOf _ - * @since 4.13.0 - * @category Util - * @returns {boolean} Returns `true`. - * @example - * - * _.times(2, _.stubTrue); - * // => [true, true] - */ -function stubTrue() { - return true; -} - -module.exports = stubTrue; diff --git a/software/flow/node_modules/lodash/subtract.js b/software/flow/node_modules/lodash/subtract.js deleted file mode 100644 index 6720778..0000000 --- a/software/flow/node_modules/lodash/subtract.js +++ /dev/null @@ -1,22 +0,0 @@ -var createMathOperation = require('./_createMathOperation'); - -/** - * Subtract two numbers. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Math - * @param {number} minuend The first number in a subtraction. - * @param {number} subtrahend The second number in a subtraction. - * @returns {number} Returns the difference. - * @example - * - * _.subtract(6, 4); - * // => 2 - */ -var subtract = createMathOperation(function(minuend, subtrahend) { - return minuend - subtrahend; -}, 0); - -module.exports = subtract; diff --git a/software/flow/node_modules/lodash/sum.js b/software/flow/node_modules/lodash/sum.js deleted file mode 100644 index 3b07ee4..0000000 --- a/software/flow/node_modules/lodash/sum.js +++ /dev/null @@ -1,24 +0,0 @@ -var baseSum = require('./_baseSum'), - identity = require('./identity'); - -/** - * Computes the sum of the values in `array`. - * - * @static - * @memberOf _ - * @since 3.4.0 - * @category Math - * @param {Array} array The array to iterate over. - * @returns {number} Returns the sum. - * @example - * - * _.sum([4, 2, 8, 6]); - * // => 20 - */ -function sum(array) { - return (array && array.length) - ? baseSum(array, identity) - : 0; -} - -module.exports = sum; diff --git a/software/flow/node_modules/lodash/sumBy.js b/software/flow/node_modules/lodash/sumBy.js deleted file mode 100644 index 00e36d0..0000000 --- a/software/flow/node_modules/lodash/sumBy.js +++ /dev/null @@ -1,33 +0,0 @@ -var baseIteratee = require('./_baseIteratee'), - baseSum = require('./_baseSum'); - -/** - * This method is like `_.sum` except that it accepts `iteratee` which is - * invoked for each element in `array` to generate the value to be summed. - * The iteratee is invoked with one argument: (value). - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Math - * @param {Array} array The array to iterate over. - * @param {Function} [iteratee=_.identity] The iteratee invoked per element. - * @returns {number} Returns the sum. - * @example - * - * var objects = [{ 'n': 4 }, { 'n': 2 }, { 'n': 8 }, { 'n': 6 }]; - * - * _.sumBy(objects, function(o) { return o.n; }); - * // => 20 - * - * // The `_.property` iteratee shorthand. - * _.sumBy(objects, 'n'); - * // => 20 - */ -function sumBy(array, iteratee) { - return (array && array.length) - ? baseSum(array, baseIteratee(iteratee, 2)) - : 0; -} - -module.exports = sumBy; diff --git a/software/flow/node_modules/lodash/tail.js b/software/flow/node_modules/lodash/tail.js deleted file mode 100644 index 001c22d..0000000 --- a/software/flow/node_modules/lodash/tail.js +++ /dev/null @@ -1,22 +0,0 @@ -var baseSlice = require('./_baseSlice'); - -/** - * Gets all but the first element of `array`. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Array - * @param {Array} array The array to query. - * @returns {Array} Returns the slice of `array`. - * @example - * - * _.tail([1, 2, 3]); - * // => [2, 3] - */ -function tail(array) { - var length = array == null ? 0 : array.length; - return length ? baseSlice(array, 1, length) : []; -} - -module.exports = tail; diff --git a/software/flow/node_modules/lodash/take.js b/software/flow/node_modules/lodash/take.js deleted file mode 100644 index b7da712..0000000 --- a/software/flow/node_modules/lodash/take.js +++ /dev/null @@ -1,37 +0,0 @@ -var baseSlice = require('./_baseSlice'), - toInteger = require('./toInteger'); - -/** - * Creates a slice of `array` with `n` elements taken from the beginning. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Array - * @param {Array} array The array to query. - * @param {number} [n=1] The number of elements to take. - * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. - * @returns {Array} Returns the slice of `array`. - * @example - * - * _.take([1, 2, 3]); - * // => [1] - * - * _.take([1, 2, 3], 2); - * // => [1, 2] - * - * _.take([1, 2, 3], 5); - * // => [1, 2, 3] - * - * _.take([1, 2, 3], 0); - * // => [] - */ -function take(array, n, guard) { - if (!(array && array.length)) { - return []; - } - n = (guard || n === undefined) ? 1 : toInteger(n); - return baseSlice(array, 0, n < 0 ? 0 : n); -} - -module.exports = take; diff --git a/software/flow/node_modules/lodash/takeRight.js b/software/flow/node_modules/lodash/takeRight.js deleted file mode 100644 index 6c37506..0000000 --- a/software/flow/node_modules/lodash/takeRight.js +++ /dev/null @@ -1,39 +0,0 @@ -var baseSlice = require('./_baseSlice'), - toInteger = require('./toInteger'); - -/** - * Creates a slice of `array` with `n` elements taken from the end. - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category Array - * @param {Array} array The array to query. - * @param {number} [n=1] The number of elements to take. - * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. - * @returns {Array} Returns the slice of `array`. - * @example - * - * _.takeRight([1, 2, 3]); - * // => [3] - * - * _.takeRight([1, 2, 3], 2); - * // => [2, 3] - * - * _.takeRight([1, 2, 3], 5); - * // => [1, 2, 3] - * - * _.takeRight([1, 2, 3], 0); - * // => [] - */ -function takeRight(array, n, guard) { - var length = array == null ? 0 : array.length; - if (!length) { - return []; - } - n = (guard || n === undefined) ? 1 : toInteger(n); - n = length - n; - return baseSlice(array, n < 0 ? 0 : n, length); -} - -module.exports = takeRight; diff --git a/software/flow/node_modules/lodash/takeRightWhile.js b/software/flow/node_modules/lodash/takeRightWhile.js deleted file mode 100644 index 94ab783..0000000 --- a/software/flow/node_modules/lodash/takeRightWhile.js +++ /dev/null @@ -1,45 +0,0 @@ -var baseIteratee = require('./_baseIteratee'), - baseWhile = require('./_baseWhile'); - -/** - * Creates a slice of `array` with elements taken from the end. Elements are - * taken until `predicate` returns falsey. The predicate is invoked with - * three arguments: (value, index, array). - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category Array - * @param {Array} array The array to query. - * @param {Function} [predicate=_.identity] The function invoked per iteration. - * @returns {Array} Returns the slice of `array`. - * @example - * - * var users = [ - * { 'user': 'barney', 'active': true }, - * { 'user': 'fred', 'active': false }, - * { 'user': 'pebbles', 'active': false } - * ]; - * - * _.takeRightWhile(users, function(o) { return !o.active; }); - * // => objects for ['fred', 'pebbles'] - * - * // The `_.matches` iteratee shorthand. - * _.takeRightWhile(users, { 'user': 'pebbles', 'active': false }); - * // => objects for ['pebbles'] - * - * // The `_.matchesProperty` iteratee shorthand. - * _.takeRightWhile(users, ['active', false]); - * // => objects for ['fred', 'pebbles'] - * - * // The `_.property` iteratee shorthand. - * _.takeRightWhile(users, 'active'); - * // => [] - */ -function takeRightWhile(array, predicate) { - return (array && array.length) - ? baseWhile(array, baseIteratee(predicate, 3), false, true) - : []; -} - -module.exports = takeRightWhile; diff --git a/software/flow/node_modules/lodash/takeWhile.js b/software/flow/node_modules/lodash/takeWhile.js deleted file mode 100644 index e88f591..0000000 --- a/software/flow/node_modules/lodash/takeWhile.js +++ /dev/null @@ -1,45 +0,0 @@ -var baseIteratee = require('./_baseIteratee'), - baseWhile = require('./_baseWhile'); - -/** - * Creates a slice of `array` with elements taken from the beginning. Elements - * are taken until `predicate` returns falsey. The predicate is invoked with - * three arguments: (value, index, array). - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category Array - * @param {Array} array The array to query. - * @param {Function} [predicate=_.identity] The function invoked per iteration. - * @returns {Array} Returns the slice of `array`. - * @example - * - * var users = [ - * { 'user': 'barney', 'active': false }, - * { 'user': 'fred', 'active': false }, - * { 'user': 'pebbles', 'active': true } - * ]; - * - * _.takeWhile(users, function(o) { return !o.active; }); - * // => objects for ['barney', 'fred'] - * - * // The `_.matches` iteratee shorthand. - * _.takeWhile(users, { 'user': 'barney', 'active': false }); - * // => objects for ['barney'] - * - * // The `_.matchesProperty` iteratee shorthand. - * _.takeWhile(users, ['active', false]); - * // => objects for ['barney', 'fred'] - * - * // The `_.property` iteratee shorthand. - * _.takeWhile(users, 'active'); - * // => [] - */ -function takeWhile(array, predicate) { - return (array && array.length) - ? baseWhile(array, baseIteratee(predicate, 3)) - : []; -} - -module.exports = takeWhile; diff --git a/software/flow/node_modules/lodash/tap.js b/software/flow/node_modules/lodash/tap.js deleted file mode 100644 index d007285..0000000 --- a/software/flow/node_modules/lodash/tap.js +++ /dev/null @@ -1,29 +0,0 @@ -/** - * This method invokes `interceptor` and returns `value`. The interceptor - * is invoked with one argument; (value). The purpose of this method is to - * "tap into" a method chain sequence in order to modify intermediate results. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Seq - * @param {*} value The value to provide to `interceptor`. - * @param {Function} interceptor The function to invoke. - * @returns {*} Returns `value`. - * @example - * - * _([1, 2, 3]) - * .tap(function(array) { - * // Mutate input array. - * array.pop(); - * }) - * .reverse() - * .value(); - * // => [2, 1] - */ -function tap(value, interceptor) { - interceptor(value); - return value; -} - -module.exports = tap; diff --git a/software/flow/node_modules/lodash/template.js b/software/flow/node_modules/lodash/template.js deleted file mode 100644 index 5c6d6f4..0000000 --- a/software/flow/node_modules/lodash/template.js +++ /dev/null @@ -1,272 +0,0 @@ -var assignInWith = require('./assignInWith'), - attempt = require('./attempt'), - baseValues = require('./_baseValues'), - customDefaultsAssignIn = require('./_customDefaultsAssignIn'), - escapeStringChar = require('./_escapeStringChar'), - isError = require('./isError'), - isIterateeCall = require('./_isIterateeCall'), - keys = require('./keys'), - reInterpolate = require('./_reInterpolate'), - templateSettings = require('./templateSettings'), - toString = require('./toString'); - -/** Error message constants. */ -var INVALID_TEMPL_VAR_ERROR_TEXT = 'Invalid `variable` option passed into `_.template`'; - -/** Used to match empty string literals in compiled template source. */ -var reEmptyStringLeading = /\b__p \+= '';/g, - reEmptyStringMiddle = /\b(__p \+=) '' \+/g, - reEmptyStringTrailing = /(__e\(.*?\)|\b__t\)) \+\n'';/g; - -/** - * Used to validate the `validate` option in `_.template` variable. - * - * Forbids characters which could potentially change the meaning of the function argument definition: - * - "()," (modification of function parameters) - * - "=" (default value) - * - "[]{}" (destructuring of function parameters) - * - "/" (beginning of a comment) - * - whitespace - */ -var reForbiddenIdentifierChars = /[()=,{}\[\]\/\s]/; - -/** - * Used to match - * [ES template delimiters](http://ecma-international.org/ecma-262/7.0/#sec-template-literal-lexical-components). - */ -var reEsTemplate = /\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g; - -/** Used to ensure capturing order of template delimiters. */ -var reNoMatch = /($^)/; - -/** Used to match unescaped characters in compiled string literals. */ -var reUnescapedString = /['\n\r\u2028\u2029\\]/g; - -/** Used for built-in method references. */ -var objectProto = Object.prototype; - -/** Used to check objects for own properties. */ -var hasOwnProperty = objectProto.hasOwnProperty; - -/** - * Creates a compiled template function that can interpolate data properties - * in "interpolate" delimiters, HTML-escape interpolated data properties in - * "escape" delimiters, and execute JavaScript in "evaluate" delimiters. Data - * properties may be accessed as free variables in the template. If a setting - * object is given, it takes precedence over `_.templateSettings` values. - * - * **Note:** In the development build `_.template` utilizes - * [sourceURLs](http://www.html5rocks.com/en/tutorials/developertools/sourcemaps/#toc-sourceurl) - * for easier debugging. - * - * For more information on precompiling templates see - * [lodash's custom builds documentation](https://lodash.com/custom-builds). - * - * For more information on Chrome extension sandboxes see - * [Chrome's extensions documentation](https://developer.chrome.com/extensions/sandboxingEval). - * - * @static - * @since 0.1.0 - * @memberOf _ - * @category String - * @param {string} [string=''] The template string. - * @param {Object} [options={}] The options object. - * @param {RegExp} [options.escape=_.templateSettings.escape] - * The HTML "escape" delimiter. - * @param {RegExp} [options.evaluate=_.templateSettings.evaluate] - * The "evaluate" delimiter. - * @param {Object} [options.imports=_.templateSettings.imports] - * An object to import into the template as free variables. - * @param {RegExp} [options.interpolate=_.templateSettings.interpolate] - * The "interpolate" delimiter. - * @param {string} [options.sourceURL='templateSources[n]'] - * The sourceURL of the compiled template. - * @param {string} [options.variable='obj'] - * The data object variable name. - * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. - * @returns {Function} Returns the compiled template function. - * @example - * - * // Use the "interpolate" delimiter to create a compiled template. - * var compiled = _.template('hello <%= user %>!'); - * compiled({ 'user': 'fred' }); - * // => 'hello fred!' - * - * // Use the HTML "escape" delimiter to escape data property values. - * var compiled = _.template('<b><%- value %></b>'); - * compiled({ 'value': '<script>' }); - * // => '<b>&lt;script&gt;</b>' - * - * // Use the "evaluate" delimiter to execute JavaScript and generate HTML. - * var compiled = _.template('<% _.forEach(users, function(user) { %><li><%- user %></li><% }); %>'); - * compiled({ 'users': ['fred', 'barney'] }); - * // => '<li>fred</li><li>barney</li>' - * - * // Use the internal `print` function in "evaluate" delimiters. - * var compiled = _.template('<% print("hello " + user); %>!'); - * compiled({ 'user': 'barney' }); - * // => 'hello barney!' - * - * // Use the ES template literal delimiter as an "interpolate" delimiter. - * // Disable support by replacing the "interpolate" delimiter. - * var compiled = _.template('hello ${ user }!'); - * compiled({ 'user': 'pebbles' }); - * // => 'hello pebbles!' - * - * // Use backslashes to treat delimiters as plain text. - * var compiled = _.template('<%= "\\<%- value %\\>" %>'); - * compiled({ 'value': 'ignored' }); - * // => '<%- value %>' - * - * // Use the `imports` option to import `jQuery` as `jq`. - * var text = '<% jq.each(users, function(user) { %><li><%- user %></li><% }); %>'; - * var compiled = _.template(text, { 'imports': { 'jq': jQuery } }); - * compiled({ 'users': ['fred', 'barney'] }); - * // => '<li>fred</li><li>barney</li>' - * - * // Use the `sourceURL` option to specify a custom sourceURL for the template. - * var compiled = _.template('hello <%= user %>!', { 'sourceURL': '/basic/greeting.jst' }); - * compiled(data); - * // => Find the source of "greeting.jst" under the Sources tab or Resources panel of the web inspector. - * - * // Use the `variable` option to ensure a with-statement isn't used in the compiled template. - * var compiled = _.template('hi <%= data.user %>!', { 'variable': 'data' }); - * compiled.source; - * // => function(data) { - * // var __t, __p = ''; - * // __p += 'hi ' + ((__t = ( data.user )) == null ? '' : __t) + '!'; - * // return __p; - * // } - * - * // Use custom template delimiters. - * _.templateSettings.interpolate = /{{([\s\S]+?)}}/g; - * var compiled = _.template('hello {{ user }}!'); - * compiled({ 'user': 'mustache' }); - * // => 'hello mustache!' - * - * // Use the `source` property to inline compiled templates for meaningful - * // line numbers in error messages and stack traces. - * fs.writeFileSync(path.join(process.cwd(), 'jst.js'), '\ - * var JST = {\ - * "main": ' + _.template(mainText).source + '\ - * };\ - * '); - */ -function template(string, options, guard) { - // Based on John Resig's `tmpl` implementation - // (http://ejohn.org/blog/javascript-micro-templating/) - // and Laura Doktorova's doT.js (https://github.com/olado/doT). - var settings = templateSettings.imports._.templateSettings || templateSettings; - - if (guard && isIterateeCall(string, options, guard)) { - options = undefined; - } - string = toString(string); - options = assignInWith({}, options, settings, customDefaultsAssignIn); - - var imports = assignInWith({}, options.imports, settings.imports, customDefaultsAssignIn), - importsKeys = keys(imports), - importsValues = baseValues(imports, importsKeys); - - var isEscaping, - isEvaluating, - index = 0, - interpolate = options.interpolate || reNoMatch, - source = "__p += '"; - - // Compile the regexp to match each delimiter. - var reDelimiters = RegExp( - (options.escape || reNoMatch).source + '|' + - interpolate.source + '|' + - (interpolate === reInterpolate ? reEsTemplate : reNoMatch).source + '|' + - (options.evaluate || reNoMatch).source + '|$' - , 'g'); - - // Use a sourceURL for easier debugging. - // The sourceURL gets injected into the source that's eval-ed, so be careful - // to normalize all kinds of whitespace, so e.g. newlines (and unicode versions of it) can't sneak in - // and escape the comment, thus injecting code that gets evaled. - var sourceURL = hasOwnProperty.call(options, 'sourceURL') - ? ('//# sourceURL=' + - (options.sourceURL + '').replace(/\s/g, ' ') + - '\n') - : ''; - - string.replace(reDelimiters, function(match, escapeValue, interpolateValue, esTemplateValue, evaluateValue, offset) { - interpolateValue || (interpolateValue = esTemplateValue); - - // Escape characters that can't be included in string literals. - source += string.slice(index, offset).replace(reUnescapedString, escapeStringChar); - - // Replace delimiters with snippets. - if (escapeValue) { - isEscaping = true; - source += "' +\n__e(" + escapeValue + ") +\n'"; - } - if (evaluateValue) { - isEvaluating = true; - source += "';\n" + evaluateValue + ";\n__p += '"; - } - if (interpolateValue) { - source += "' +\n((__t = (" + interpolateValue + ")) == null ? '' : __t) +\n'"; - } - index = offset + match.length; - - // The JS engine embedded in Adobe products needs `match` returned in - // order to produce the correct `offset` value. - return match; - }); - - source += "';\n"; - - // If `variable` is not specified wrap a with-statement around the generated - // code to add the data object to the top of the scope chain. - var variable = hasOwnProperty.call(options, 'variable') && options.variable; - if (!variable) { - source = 'with (obj) {\n' + source + '\n}\n'; - } - // Throw an error if a forbidden character was found in `variable`, to prevent - // potential command injection attacks. - else if (reForbiddenIdentifierChars.test(variable)) { - throw new Error(INVALID_TEMPL_VAR_ERROR_TEXT); - } - - // Cleanup code by stripping empty strings. - source = (isEvaluating ? source.replace(reEmptyStringLeading, '') : source) - .replace(reEmptyStringMiddle, '$1') - .replace(reEmptyStringTrailing, '$1;'); - - // Frame code as the function body. - source = 'function(' + (variable || 'obj') + ') {\n' + - (variable - ? '' - : 'obj || (obj = {});\n' - ) + - "var __t, __p = ''" + - (isEscaping - ? ', __e = _.escape' - : '' - ) + - (isEvaluating - ? ', __j = Array.prototype.join;\n' + - "function print() { __p += __j.call(arguments, '') }\n" - : ';\n' - ) + - source + - 'return __p\n}'; - - var result = attempt(function() { - return Function(importsKeys, sourceURL + 'return ' + source) - .apply(undefined, importsValues); - }); - - // Provide the compiled function's source by its `toString` method or - // the `source` property as a convenience for inlining compiled templates. - result.source = source; - if (isError(result)) { - throw result; - } - return result; -} - -module.exports = template; diff --git a/software/flow/node_modules/lodash/templateSettings.js b/software/flow/node_modules/lodash/templateSettings.js deleted file mode 100644 index 5aa5924..0000000 --- a/software/flow/node_modules/lodash/templateSettings.js +++ /dev/null @@ -1,67 +0,0 @@ -var escape = require('./escape'), - reEscape = require('./_reEscape'), - reEvaluate = require('./_reEvaluate'), - reInterpolate = require('./_reInterpolate'); - -/** - * By default, the template delimiters used by lodash are like those in - * embedded Ruby (ERB) as well as ES2015 template strings. Change the - * following template settings to use alternative delimiters. - * - * @static - * @memberOf _ - * @type {Object} - */ -var templateSettings = { - - /** - * Used to detect `data` property values to be HTML-escaped. - * - * @memberOf _.templateSettings - * @type {RegExp} - */ - 'escape': reEscape, - - /** - * Used to detect code to be evaluated. - * - * @memberOf _.templateSettings - * @type {RegExp} - */ - 'evaluate': reEvaluate, - - /** - * Used to detect `data` property values to inject. - * - * @memberOf _.templateSettings - * @type {RegExp} - */ - 'interpolate': reInterpolate, - - /** - * Used to reference the data object in the template text. - * - * @memberOf _.templateSettings - * @type {string} - */ - 'variable': '', - - /** - * Used to import variables into the compiled template. - * - * @memberOf _.templateSettings - * @type {Object} - */ - 'imports': { - - /** - * A reference to the `lodash` function. - * - * @memberOf _.templateSettings.imports - * @type {Function} - */ - '_': { 'escape': escape } - } -}; - -module.exports = templateSettings; diff --git a/software/flow/node_modules/lodash/throttle.js b/software/flow/node_modules/lodash/throttle.js deleted file mode 100644 index e2bb806..0000000 --- a/software/flow/node_modules/lodash/throttle.js +++ /dev/null @@ -1,69 +0,0 @@ -var debounce = require('./debounce'), - isObject = require('./isObject'); - -/** Error message constants. */ -var FUNC_ERROR_TEXT = 'Expected a function'; - -/** - * Creates a throttled function that only invokes `func` at most once per - * every `wait` milliseconds. The throttled function comes with a `cancel` - * method to cancel delayed `func` invocations and a `flush` method to - * immediately invoke them. Provide `options` to indicate whether `func` - * should be invoked on the leading and/or trailing edge of the `wait` - * timeout. The `func` is invoked with the last arguments provided to the - * throttled function. Subsequent calls to the throttled function return the - * result of the last `func` invocation. - * - * **Note:** If `leading` and `trailing` options are `true`, `func` is - * invoked on the trailing edge of the timeout only if the throttled function - * is invoked more than once during the `wait` timeout. - * - * If `wait` is `0` and `leading` is `false`, `func` invocation is deferred - * until to the next tick, similar to `setTimeout` with a timeout of `0`. - * - * See [David Corbacho's article](https://css-tricks.com/debouncing-throttling-explained-examples/) - * for details over the differences between `_.throttle` and `_.debounce`. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Function - * @param {Function} func The function to throttle. - * @param {number} [wait=0] The number of milliseconds to throttle invocations to. - * @param {Object} [options={}] The options object. - * @param {boolean} [options.leading=true] - * Specify invoking on the leading edge of the timeout. - * @param {boolean} [options.trailing=true] - * Specify invoking on the trailing edge of the timeout. - * @returns {Function} Returns the new throttled function. - * @example - * - * // Avoid excessively updating the position while scrolling. - * jQuery(window).on('scroll', _.throttle(updatePosition, 100)); - * - * // Invoke `renewToken` when the click event is fired, but not more than once every 5 minutes. - * var throttled = _.throttle(renewToken, 300000, { 'trailing': false }); - * jQuery(element).on('click', throttled); - * - * // Cancel the trailing throttled invocation. - * jQuery(window).on('popstate', throttled.cancel); - */ -function throttle(func, wait, options) { - var leading = true, - trailing = true; - - if (typeof func != 'function') { - throw new TypeError(FUNC_ERROR_TEXT); - } - if (isObject(options)) { - leading = 'leading' in options ? !!options.leading : leading; - trailing = 'trailing' in options ? !!options.trailing : trailing; - } - return debounce(func, wait, { - 'leading': leading, - 'maxWait': wait, - 'trailing': trailing - }); -} - -module.exports = throttle; diff --git a/software/flow/node_modules/lodash/thru.js b/software/flow/node_modules/lodash/thru.js deleted file mode 100644 index 91e132e..0000000 --- a/software/flow/node_modules/lodash/thru.js +++ /dev/null @@ -1,28 +0,0 @@ -/** - * This method is like `_.tap` except that it returns the result of `interceptor`. - * The purpose of this method is to "pass thru" values replacing intermediate - * results in a method chain sequence. - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category Seq - * @param {*} value The value to provide to `interceptor`. - * @param {Function} interceptor The function to invoke. - * @returns {*} Returns the result of `interceptor`. - * @example - * - * _(' abc ') - * .chain() - * .trim() - * .thru(function(value) { - * return [value]; - * }) - * .value(); - * // => ['abc'] - */ -function thru(value, interceptor) { - return interceptor(value); -} - -module.exports = thru; diff --git a/software/flow/node_modules/lodash/times.js b/software/flow/node_modules/lodash/times.js deleted file mode 100644 index 266c90c..0000000 --- a/software/flow/node_modules/lodash/times.js +++ /dev/null @@ -1,51 +0,0 @@ -var baseTimes = require('./_baseTimes'), - castFunction = require('./_castFunction'), - toInteger = require('./toInteger'); - -/** Used as references for various `Number` constants. */ -var MAX_SAFE_INTEGER = 9007199254740991; - -/** Used as references for the maximum length and index of an array. */ -var MAX_ARRAY_LENGTH = 4294967295; - -/* Built-in method references for those with the same name as other `lodash` methods. */ -var nativeMin = Math.min; - -/** - * Invokes the iteratee `n` times, returning an array of the results of - * each invocation. The iteratee is invoked with one argument; (index). - * - * @static - * @since 0.1.0 - * @memberOf _ - * @category Util - * @param {number} n The number of times to invoke `iteratee`. - * @param {Function} [iteratee=_.identity] The function invoked per iteration. - * @returns {Array} Returns the array of results. - * @example - * - * _.times(3, String); - * // => ['0', '1', '2'] - * - * _.times(4, _.constant(0)); - * // => [0, 0, 0, 0] - */ -function times(n, iteratee) { - n = toInteger(n); - if (n < 1 || n > MAX_SAFE_INTEGER) { - return []; - } - var index = MAX_ARRAY_LENGTH, - length = nativeMin(n, MAX_ARRAY_LENGTH); - - iteratee = castFunction(iteratee); - n -= MAX_ARRAY_LENGTH; - - var result = baseTimes(length, iteratee); - while (++index < n) { - iteratee(index); - } - return result; -} - -module.exports = times; diff --git a/software/flow/node_modules/lodash/toArray.js b/software/flow/node_modules/lodash/toArray.js deleted file mode 100644 index 9809584..0000000 --- a/software/flow/node_modules/lodash/toArray.js +++ /dev/null @@ -1,58 +0,0 @@ -var Symbol = require('./_Symbol'), - copyArray = require('./_copyArray'), - getTag = require('./_getTag'), - isArrayLike = require('./isArrayLike'), - isString = require('./isString'), - iteratorToArray = require('./_iteratorToArray'), - mapToArray = require('./_mapToArray'), - setToArray = require('./_setToArray'), - stringToArray = require('./_stringToArray'), - values = require('./values'); - -/** `Object#toString` result references. */ -var mapTag = '[object Map]', - setTag = '[object Set]'; - -/** Built-in value references. */ -var symIterator = Symbol ? Symbol.iterator : undefined; - -/** - * Converts `value` to an array. - * - * @static - * @since 0.1.0 - * @memberOf _ - * @category Lang - * @param {*} value The value to convert. - * @returns {Array} Returns the converted array. - * @example - * - * _.toArray({ 'a': 1, 'b': 2 }); - * // => [1, 2] - * - * _.toArray('abc'); - * // => ['a', 'b', 'c'] - * - * _.toArray(1); - * // => [] - * - * _.toArray(null); - * // => [] - */ -function toArray(value) { - if (!value) { - return []; - } - if (isArrayLike(value)) { - return isString(value) ? stringToArray(value) : copyArray(value); - } - if (symIterator && value[symIterator]) { - return iteratorToArray(value[symIterator]()); - } - var tag = getTag(value), - func = tag == mapTag ? mapToArray : (tag == setTag ? setToArray : values); - - return func(value); -} - -module.exports = toArray; diff --git a/software/flow/node_modules/lodash/toFinite.js b/software/flow/node_modules/lodash/toFinite.js deleted file mode 100644 index 3b5bba6..0000000 --- a/software/flow/node_modules/lodash/toFinite.js +++ /dev/null @@ -1,42 +0,0 @@ -var toNumber = require('./toNumber'); - -/** Used as references for various `Number` constants. */ -var INFINITY = 1 / 0, - MAX_INTEGER = 1.7976931348623157e+308; - -/** - * Converts `value` to a finite number. - * - * @static - * @memberOf _ - * @since 4.12.0 - * @category Lang - * @param {*} value The value to convert. - * @returns {number} Returns the converted number. - * @example - * - * _.toFinite(3.2); - * // => 3.2 - * - * _.toFinite(Number.MIN_VALUE); - * // => 5e-324 - * - * _.toFinite(Infinity); - * // => 1.7976931348623157e+308 - * - * _.toFinite('3.2'); - * // => 3.2 - */ -function toFinite(value) { - if (!value) { - return value === 0 ? value : 0; - } - value = toNumber(value); - if (value === INFINITY || value === -INFINITY) { - var sign = (value < 0 ? -1 : 1); - return sign * MAX_INTEGER; - } - return value === value ? value : 0; -} - -module.exports = toFinite; diff --git a/software/flow/node_modules/lodash/toInteger.js b/software/flow/node_modules/lodash/toInteger.js deleted file mode 100644 index c6aadf8..0000000 --- a/software/flow/node_modules/lodash/toInteger.js +++ /dev/null @@ -1,36 +0,0 @@ -var toFinite = require('./toFinite'); - -/** - * Converts `value` to an integer. - * - * **Note:** This method is loosely based on - * [`ToInteger`](http://www.ecma-international.org/ecma-262/7.0/#sec-tointeger). - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Lang - * @param {*} value The value to convert. - * @returns {number} Returns the converted integer. - * @example - * - * _.toInteger(3.2); - * // => 3 - * - * _.toInteger(Number.MIN_VALUE); - * // => 0 - * - * _.toInteger(Infinity); - * // => 1.7976931348623157e+308 - * - * _.toInteger('3.2'); - * // => 3 - */ -function toInteger(value) { - var result = toFinite(value), - remainder = result % 1; - - return result === result ? (remainder ? result - remainder : result) : 0; -} - -module.exports = toInteger; diff --git a/software/flow/node_modules/lodash/toIterator.js b/software/flow/node_modules/lodash/toIterator.js deleted file mode 100644 index beeed5d..0000000 --- a/software/flow/node_modules/lodash/toIterator.js +++ /dev/null @@ -1,23 +0,0 @@ -/** - * Enables the wrapper to be iterable. - * - * @name Symbol.iterator - * @memberOf _ - * @since 4.0.0 - * @category Seq - * @returns {Object} Returns the wrapper object. - * @example - * - * var wrapped = _([1, 2]); - * - * wrapped[Symbol.iterator]() === wrapped; - * // => true - * - * Array.from(wrapped); - * // => [1, 2] - */ -function wrapperToIterator() { - return this; -} - -module.exports = wrapperToIterator; diff --git a/software/flow/node_modules/lodash/toJSON.js b/software/flow/node_modules/lodash/toJSON.js deleted file mode 100644 index 5e751a2..0000000 --- a/software/flow/node_modules/lodash/toJSON.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('./wrapperValue'); diff --git a/software/flow/node_modules/lodash/toLength.js b/software/flow/node_modules/lodash/toLength.js deleted file mode 100644 index be8f2a7..0000000 --- a/software/flow/node_modules/lodash/toLength.js +++ /dev/null @@ -1,38 +0,0 @@ -var baseClamp = require('./_baseClamp'), - toInteger = require('./toInteger'); - -/** Used as references for the maximum length and index of an array. */ -var MAX_ARRAY_LENGTH = 4294967295; - -/** - * Converts `value` to an integer suitable for use as the length of an - * array-like object. - * - * **Note:** This method is based on - * [`ToLength`](http://ecma-international.org/ecma-262/7.0/#sec-tolength). - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Lang - * @param {*} value The value to convert. - * @returns {number} Returns the converted integer. - * @example - * - * _.toLength(3.2); - * // => 3 - * - * _.toLength(Number.MIN_VALUE); - * // => 0 - * - * _.toLength(Infinity); - * // => 4294967295 - * - * _.toLength('3.2'); - * // => 3 - */ -function toLength(value) { - return value ? baseClamp(toInteger(value), 0, MAX_ARRAY_LENGTH) : 0; -} - -module.exports = toLength; diff --git a/software/flow/node_modules/lodash/toLower.js b/software/flow/node_modules/lodash/toLower.js deleted file mode 100644 index b4b7858..0000000 --- a/software/flow/node_modules/lodash/toLower.js +++ /dev/null @@ -1,28 +0,0 @@ -var toString = require('./toString'); - -/** - * Converts `string`, as a whole, to lower case just like - * [String#toLowerCase](https://mdn.io/toLowerCase). - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category String - * @param {string} [string=''] The string to convert. - * @returns {string} Returns the lower cased string. - * @example - * - * _.toLower('--Foo-Bar--'); - * // => '--foo-bar--' - * - * _.toLower('fooBar'); - * // => 'foobar' - * - * _.toLower('__FOO_BAR__'); - * // => '__foo_bar__' - */ -function toLower(value) { - return toString(value).toLowerCase(); -} - -module.exports = toLower; diff --git a/software/flow/node_modules/lodash/toNumber.js b/software/flow/node_modules/lodash/toNumber.js deleted file mode 100644 index cf46f10..0000000 --- a/software/flow/node_modules/lodash/toNumber.js +++ /dev/null @@ -1,64 +0,0 @@ -var baseTrim = require('./_baseTrim'), - isObject = require('./isObject'), - isSymbol = require('./isSymbol'); - -/** Used as references for various `Number` constants. */ -var NAN = 0 / 0; - -/** Used to detect bad signed hexadecimal string values. */ -var reIsBadHex = /^[-+]0x[0-9a-f]+$/i; - -/** Used to detect binary string values. */ -var reIsBinary = /^0b[01]+$/i; - -/** Used to detect octal string values. */ -var reIsOctal = /^0o[0-7]+$/i; - -/** Built-in method references without a dependency on `root`. */ -var freeParseInt = parseInt; - -/** - * Converts `value` to a number. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Lang - * @param {*} value The value to process. - * @returns {number} Returns the number. - * @example - * - * _.toNumber(3.2); - * // => 3.2 - * - * _.toNumber(Number.MIN_VALUE); - * // => 5e-324 - * - * _.toNumber(Infinity); - * // => Infinity - * - * _.toNumber('3.2'); - * // => 3.2 - */ -function toNumber(value) { - if (typeof value == 'number') { - return value; - } - if (isSymbol(value)) { - return NAN; - } - if (isObject(value)) { - var other = typeof value.valueOf == 'function' ? value.valueOf() : value; - value = isObject(other) ? (other + '') : other; - } - if (typeof value != 'string') { - return value === 0 ? value : +value; - } - value = baseTrim(value); - var isBinary = reIsBinary.test(value); - return (isBinary || reIsOctal.test(value)) - ? freeParseInt(value.slice(2), isBinary ? 2 : 8) - : (reIsBadHex.test(value) ? NAN : +value); -} - -module.exports = toNumber; diff --git a/software/flow/node_modules/lodash/toPairs.js b/software/flow/node_modules/lodash/toPairs.js deleted file mode 100644 index c4f52ae..0000000 --- a/software/flow/node_modules/lodash/toPairs.js +++ /dev/null @@ -1,30 +0,0 @@ -var createToPairs = require('./_createToPairs'), - keys = require('./keys'); - -/** - * Creates an array of own enumerable string keyed-value pairs for `object` - * which can be consumed by `_.fromPairs`. If `object` is a map or set, its - * entries are returned. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @alias entries - * @category Object - * @param {Object} object The object to query. - * @returns {Array} Returns the key-value pairs. - * @example - * - * function Foo() { - * this.a = 1; - * this.b = 2; - * } - * - * Foo.prototype.c = 3; - * - * _.toPairs(new Foo); - * // => [['a', 1], ['b', 2]] (iteration order is not guaranteed) - */ -var toPairs = createToPairs(keys); - -module.exports = toPairs; diff --git a/software/flow/node_modules/lodash/toPairsIn.js b/software/flow/node_modules/lodash/toPairsIn.js deleted file mode 100644 index 32c562c..0000000 --- a/software/flow/node_modules/lodash/toPairsIn.js +++ /dev/null @@ -1,30 +0,0 @@ -var createToPairs = require('./_createToPairs'), - keysIn = require('./keysIn'); - -/** - * Creates an array of own and inherited enumerable string keyed-value pairs - * for `object` which can be consumed by `_.fromPairs`. If `object` is a map - * or set, its entries are returned. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @alias entriesIn - * @category Object - * @param {Object} object The object to query. - * @returns {Array} Returns the key-value pairs. - * @example - * - * function Foo() { - * this.a = 1; - * this.b = 2; - * } - * - * Foo.prototype.c = 3; - * - * _.toPairsIn(new Foo); - * // => [['a', 1], ['b', 2], ['c', 3]] (iteration order is not guaranteed) - */ -var toPairsIn = createToPairs(keysIn); - -module.exports = toPairsIn; diff --git a/software/flow/node_modules/lodash/toPath.js b/software/flow/node_modules/lodash/toPath.js deleted file mode 100644 index d3e96ee..0000000 --- a/software/flow/node_modules/lodash/toPath.js +++ /dev/null @@ -1,33 +0,0 @@ -var arrayMap = require('./_arrayMap'), - copyArray = require('./_copyArray'), - isArray = require('./isArray'), - isSymbol = require('./isSymbol'), - stringToPath = require('./_stringToPath'), - toKey = require('./_toKey'), - toString = require('./toString'); - -/** - * Converts `value` to a property path array. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Util - * @param {*} value The value to convert. - * @returns {Array} Returns the new property path array. - * @example - * - * _.toPath('a.b.c'); - * // => ['a', 'b', 'c'] - * - * _.toPath('a[0].b.c'); - * // => ['a', '0', 'b', 'c'] - */ -function toPath(value) { - if (isArray(value)) { - return arrayMap(value, toKey); - } - return isSymbol(value) ? [value] : copyArray(stringToPath(toString(value))); -} - -module.exports = toPath; diff --git a/software/flow/node_modules/lodash/toPlainObject.js b/software/flow/node_modules/lodash/toPlainObject.js deleted file mode 100644 index 5de79b8..0000000 --- a/software/flow/node_modules/lodash/toPlainObject.js +++ /dev/null @@ -1,32 +0,0 @@ -var copyObject = require('./_copyObject'), - keysIn = require('./keysIn'); - -/** - * Converts `value` to a plain object flattening inherited enumerable string - * keyed properties of `value` to own properties of the plain object. - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category Lang - * @param {*} value The value to convert. - * @returns {Object} Returns the converted plain object. - * @example - * - * function Foo() { - * this.b = 2; - * } - * - * Foo.prototype.c = 3; - * - * _.assign({ 'a': 1 }, new Foo); - * // => { 'a': 1, 'b': 2 } - * - * _.assign({ 'a': 1 }, _.toPlainObject(new Foo)); - * // => { 'a': 1, 'b': 2, 'c': 3 } - */ -function toPlainObject(value) { - return copyObject(value, keysIn(value)); -} - -module.exports = toPlainObject; diff --git a/software/flow/node_modules/lodash/toSafeInteger.js b/software/flow/node_modules/lodash/toSafeInteger.js deleted file mode 100644 index f564623..0000000 --- a/software/flow/node_modules/lodash/toSafeInteger.js +++ /dev/null @@ -1,37 +0,0 @@ -var baseClamp = require('./_baseClamp'), - toInteger = require('./toInteger'); - -/** Used as references for various `Number` constants. */ -var MAX_SAFE_INTEGER = 9007199254740991; - -/** - * Converts `value` to a safe integer. A safe integer can be compared and - * represented correctly. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Lang - * @param {*} value The value to convert. - * @returns {number} Returns the converted integer. - * @example - * - * _.toSafeInteger(3.2); - * // => 3 - * - * _.toSafeInteger(Number.MIN_VALUE); - * // => 0 - * - * _.toSafeInteger(Infinity); - * // => 9007199254740991 - * - * _.toSafeInteger('3.2'); - * // => 3 - */ -function toSafeInteger(value) { - return value - ? baseClamp(toInteger(value), -MAX_SAFE_INTEGER, MAX_SAFE_INTEGER) - : (value === 0 ? value : 0); -} - -module.exports = toSafeInteger; diff --git a/software/flow/node_modules/lodash/toString.js b/software/flow/node_modules/lodash/toString.js deleted file mode 100644 index daaf681..0000000 --- a/software/flow/node_modules/lodash/toString.js +++ /dev/null @@ -1,28 +0,0 @@ -var baseToString = require('./_baseToString'); - -/** - * Converts `value` to a string. An empty string is returned for `null` - * and `undefined` values. The sign of `-0` is preserved. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Lang - * @param {*} value The value to convert. - * @returns {string} Returns the converted string. - * @example - * - * _.toString(null); - * // => '' - * - * _.toString(-0); - * // => '-0' - * - * _.toString([1, 2, 3]); - * // => '1,2,3' - */ -function toString(value) { - return value == null ? '' : baseToString(value); -} - -module.exports = toString; diff --git a/software/flow/node_modules/lodash/toUpper.js b/software/flow/node_modules/lodash/toUpper.js deleted file mode 100644 index b3648e8..0000000 --- a/software/flow/node_modules/lodash/toUpper.js +++ /dev/null @@ -1,28 +0,0 @@ -var toString = require('./toString'); - -/** - * Converts `string`, as a whole, to upper case just like - * [String#toUpperCase](https://mdn.io/toUpperCase). - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category String - * @param {string} [string=''] The string to convert. - * @returns {string} Returns the upper cased string. - * @example - * - * _.toUpper('--foo-bar--'); - * // => '--FOO-BAR--' - * - * _.toUpper('fooBar'); - * // => 'FOOBAR' - * - * _.toUpper('__foo_bar__'); - * // => '__FOO_BAR__' - */ -function toUpper(value) { - return toString(value).toUpperCase(); -} - -module.exports = toUpper; diff --git a/software/flow/node_modules/lodash/transform.js b/software/flow/node_modules/lodash/transform.js deleted file mode 100644 index d755a15..0000000 --- a/software/flow/node_modules/lodash/transform.js +++ /dev/null @@ -1,65 +0,0 @@ -var arrayEach = require('./_arrayEach'), - baseCreate = require('./_baseCreate'), - baseForOwn = require('./_baseForOwn'), - baseIteratee = require('./_baseIteratee'), - getPrototype = require('./_getPrototype'), - isArray = require('./isArray'), - isBuffer = require('./isBuffer'), - isFunction = require('./isFunction'), - isObject = require('./isObject'), - isTypedArray = require('./isTypedArray'); - -/** - * An alternative to `_.reduce`; this method transforms `object` to a new - * `accumulator` object which is the result of running each of its own - * enumerable string keyed properties thru `iteratee`, with each invocation - * potentially mutating the `accumulator` object. If `accumulator` is not - * provided, a new object with the same `[[Prototype]]` will be used. The - * iteratee is invoked with four arguments: (accumulator, value, key, object). - * Iteratee functions may exit iteration early by explicitly returning `false`. - * - * @static - * @memberOf _ - * @since 1.3.0 - * @category Object - * @param {Object} object The object to iterate over. - * @param {Function} [iteratee=_.identity] The function invoked per iteration. - * @param {*} [accumulator] The custom accumulator value. - * @returns {*} Returns the accumulated value. - * @example - * - * _.transform([2, 3, 4], function(result, n) { - * result.push(n *= n); - * return n % 2 == 0; - * }, []); - * // => [4, 9] - * - * _.transform({ 'a': 1, 'b': 2, 'c': 1 }, function(result, value, key) { - * (result[value] || (result[value] = [])).push(key); - * }, {}); - * // => { '1': ['a', 'c'], '2': ['b'] } - */ -function transform(object, iteratee, accumulator) { - var isArr = isArray(object), - isArrLike = isArr || isBuffer(object) || isTypedArray(object); - - iteratee = baseIteratee(iteratee, 4); - if (accumulator == null) { - var Ctor = object && object.constructor; - if (isArrLike) { - accumulator = isArr ? new Ctor : []; - } - else if (isObject(object)) { - accumulator = isFunction(Ctor) ? baseCreate(getPrototype(object)) : {}; - } - else { - accumulator = {}; - } - } - (isArrLike ? arrayEach : baseForOwn)(object, function(value, index, object) { - return iteratee(accumulator, value, index, object); - }); - return accumulator; -} - -module.exports = transform; diff --git a/software/flow/node_modules/lodash/trim.js b/software/flow/node_modules/lodash/trim.js deleted file mode 100644 index 13a6ad7..0000000 --- a/software/flow/node_modules/lodash/trim.js +++ /dev/null @@ -1,47 +0,0 @@ -var baseToString = require('./_baseToString'), - baseTrim = require('./_baseTrim'), - castSlice = require('./_castSlice'), - charsEndIndex = require('./_charsEndIndex'), - charsStartIndex = require('./_charsStartIndex'), - stringToArray = require('./_stringToArray'), - toString = require('./toString'); - -/** - * Removes leading and trailing whitespace or specified characters from `string`. - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category String - * @param {string} [string=''] The string to trim. - * @param {string} [chars=whitespace] The characters to trim. - * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. - * @returns {string} Returns the trimmed string. - * @example - * - * _.trim(' abc '); - * // => 'abc' - * - * _.trim('-_-abc-_-', '_-'); - * // => 'abc' - * - * _.map([' foo ', ' bar '], _.trim); - * // => ['foo', 'bar'] - */ -function trim(string, chars, guard) { - string = toString(string); - if (string && (guard || chars === undefined)) { - return baseTrim(string); - } - if (!string || !(chars = baseToString(chars))) { - return string; - } - var strSymbols = stringToArray(string), - chrSymbols = stringToArray(chars), - start = charsStartIndex(strSymbols, chrSymbols), - end = charsEndIndex(strSymbols, chrSymbols) + 1; - - return castSlice(strSymbols, start, end).join(''); -} - -module.exports = trim; diff --git a/software/flow/node_modules/lodash/trimEnd.js b/software/flow/node_modules/lodash/trimEnd.js deleted file mode 100644 index 8dcd493..0000000 --- a/software/flow/node_modules/lodash/trimEnd.js +++ /dev/null @@ -1,41 +0,0 @@ -var baseToString = require('./_baseToString'), - castSlice = require('./_castSlice'), - charsEndIndex = require('./_charsEndIndex'), - stringToArray = require('./_stringToArray'), - toString = require('./toString'), - trimmedEndIndex = require('./_trimmedEndIndex'); - -/** - * Removes trailing whitespace or specified characters from `string`. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category String - * @param {string} [string=''] The string to trim. - * @param {string} [chars=whitespace] The characters to trim. - * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. - * @returns {string} Returns the trimmed string. - * @example - * - * _.trimEnd(' abc '); - * // => ' abc' - * - * _.trimEnd('-_-abc-_-', '_-'); - * // => '-_-abc' - */ -function trimEnd(string, chars, guard) { - string = toString(string); - if (string && (guard || chars === undefined)) { - return string.slice(0, trimmedEndIndex(string) + 1); - } - if (!string || !(chars = baseToString(chars))) { - return string; - } - var strSymbols = stringToArray(string), - end = charsEndIndex(strSymbols, stringToArray(chars)) + 1; - - return castSlice(strSymbols, 0, end).join(''); -} - -module.exports = trimEnd; diff --git a/software/flow/node_modules/lodash/trimStart.js b/software/flow/node_modules/lodash/trimStart.js deleted file mode 100644 index 6cba766..0000000 --- a/software/flow/node_modules/lodash/trimStart.js +++ /dev/null @@ -1,43 +0,0 @@ -var baseToString = require('./_baseToString'), - castSlice = require('./_castSlice'), - charsStartIndex = require('./_charsStartIndex'), - stringToArray = require('./_stringToArray'), - toString = require('./toString'); - -/** Used to match leading whitespace. */ -var reTrimStart = /^\s+/; - -/** - * Removes leading whitespace or specified characters from `string`. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category String - * @param {string} [string=''] The string to trim. - * @param {string} [chars=whitespace] The characters to trim. - * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. - * @returns {string} Returns the trimmed string. - * @example - * - * _.trimStart(' abc '); - * // => 'abc ' - * - * _.trimStart('-_-abc-_-', '_-'); - * // => 'abc-_-' - */ -function trimStart(string, chars, guard) { - string = toString(string); - if (string && (guard || chars === undefined)) { - return string.replace(reTrimStart, ''); - } - if (!string || !(chars = baseToString(chars))) { - return string; - } - var strSymbols = stringToArray(string), - start = charsStartIndex(strSymbols, stringToArray(chars)); - - return castSlice(strSymbols, start).join(''); -} - -module.exports = trimStart; diff --git a/software/flow/node_modules/lodash/truncate.js b/software/flow/node_modules/lodash/truncate.js deleted file mode 100644 index 21fcdfe..0000000 --- a/software/flow/node_modules/lodash/truncate.js +++ /dev/null @@ -1,111 +0,0 @@ -var baseToString = require('./_baseToString'), - castSlice = require('./_castSlice'), - hasUnicode = require('./_hasUnicode'), - isObject = require('./isObject'), - isRegExp = require('./isRegExp'), - stringSize = require('./_stringSize'), - stringToArray = require('./_stringToArray'), - toInteger = require('./toInteger'), - toString = require('./toString'); - -/** Used as default options for `_.truncate`. */ -var DEFAULT_TRUNC_LENGTH = 30, - DEFAULT_TRUNC_OMISSION = '...'; - -/** Used to match `RegExp` flags from their coerced string values. */ -var reFlags = /\w*$/; - -/** - * Truncates `string` if it's longer than the given maximum string length. - * The last characters of the truncated string are replaced with the omission - * string which defaults to "...". - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category String - * @param {string} [string=''] The string to truncate. - * @param {Object} [options={}] The options object. - * @param {number} [options.length=30] The maximum string length. - * @param {string} [options.omission='...'] The string to indicate text is omitted. - * @param {RegExp|string} [options.separator] The separator pattern to truncate to. - * @returns {string} Returns the truncated string. - * @example - * - * _.truncate('hi-diddly-ho there, neighborino'); - * // => 'hi-diddly-ho there, neighbo...' - * - * _.truncate('hi-diddly-ho there, neighborino', { - * 'length': 24, - * 'separator': ' ' - * }); - * // => 'hi-diddly-ho there,...' - * - * _.truncate('hi-diddly-ho there, neighborino', { - * 'length': 24, - * 'separator': /,? +/ - * }); - * // => 'hi-diddly-ho there...' - * - * _.truncate('hi-diddly-ho there, neighborino', { - * 'omission': ' [...]' - * }); - * // => 'hi-diddly-ho there, neig [...]' - */ -function truncate(string, options) { - var length = DEFAULT_TRUNC_LENGTH, - omission = DEFAULT_TRUNC_OMISSION; - - if (isObject(options)) { - var separator = 'separator' in options ? options.separator : separator; - length = 'length' in options ? toInteger(options.length) : length; - omission = 'omission' in options ? baseToString(options.omission) : omission; - } - string = toString(string); - - var strLength = string.length; - if (hasUnicode(string)) { - var strSymbols = stringToArray(string); - strLength = strSymbols.length; - } - if (length >= strLength) { - return string; - } - var end = length - stringSize(omission); - if (end < 1) { - return omission; - } - var result = strSymbols - ? castSlice(strSymbols, 0, end).join('') - : string.slice(0, end); - - if (separator === undefined) { - return result + omission; - } - if (strSymbols) { - end += (result.length - end); - } - if (isRegExp(separator)) { - if (string.slice(end).search(separator)) { - var match, - substring = result; - - if (!separator.global) { - separator = RegExp(separator.source, toString(reFlags.exec(separator)) + 'g'); - } - separator.lastIndex = 0; - while ((match = separator.exec(substring))) { - var newEnd = match.index; - } - result = result.slice(0, newEnd === undefined ? end : newEnd); - } - } else if (string.indexOf(baseToString(separator), end) != end) { - var index = result.lastIndexOf(separator); - if (index > -1) { - result = result.slice(0, index); - } - } - return result + omission; -} - -module.exports = truncate; diff --git a/software/flow/node_modules/lodash/unary.js b/software/flow/node_modules/lodash/unary.js deleted file mode 100644 index 76f48f6..0000000 --- a/software/flow/node_modules/lodash/unary.js +++ /dev/null @@ -1,22 +0,0 @@ -var ary = require('./ary'); - -/** - * Creates a function that accepts up to one argument, ignoring any - * additional arguments. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Function - * @param {Function} func The function to cap arguments for. - * @returns {Function} Returns the new capped function. - * @example - * - * _.map(['6', '8', '10'], _.unary(parseInt)); - * // => [6, 8, 10] - */ -function unary(func) { - return ary(func, 1); -} - -module.exports = unary; diff --git a/software/flow/node_modules/lodash/unescape.js b/software/flow/node_modules/lodash/unescape.js deleted file mode 100644 index 3b6efd5..0000000 --- a/software/flow/node_modules/lodash/unescape.js +++ /dev/null @@ -1,34 +0,0 @@ -var toString = require('./toString'), - unescapeHtmlChar = require('./_unescapeHtmlChar'); - -/** Used to match HTML entities and HTML characters. */ -var reEscapedHtml = /&(?:amp|lt|gt|quot|#39);/g, - reHasEscapedHtml = RegExp(reEscapedHtml.source); - -/** - * The inverse of `_.escape`; this method converts the HTML entities - * `&amp;`, `&lt;`, `&gt;`, `&quot;`, and `&#39;` in `string` to - * their corresponding characters. - * - * **Note:** No other HTML entities are unescaped. To unescape additional - * HTML entities use a third-party library like [_he_](https://mths.be/he). - * - * @static - * @memberOf _ - * @since 0.6.0 - * @category String - * @param {string} [string=''] The string to unescape. - * @returns {string} Returns the unescaped string. - * @example - * - * _.unescape('fred, barney, &amp; pebbles'); - * // => 'fred, barney, & pebbles' - */ -function unescape(string) { - string = toString(string); - return (string && reHasEscapedHtml.test(string)) - ? string.replace(reEscapedHtml, unescapeHtmlChar) - : string; -} - -module.exports = unescape; diff --git a/software/flow/node_modules/lodash/union.js b/software/flow/node_modules/lodash/union.js deleted file mode 100644 index e676dfe..0000000 --- a/software/flow/node_modules/lodash/union.js +++ /dev/null @@ -1,26 +0,0 @@ -var baseFlatten = require('./_baseFlatten'), - baseRest = require('./_baseRest'), - baseUniq = require('./_baseUniq'), - isArrayLikeObject = require('./isArrayLikeObject'); - -/** - * Creates an array of unique values, in order, from all given arrays using - * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) - * for equality comparisons. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Array - * @param {...Array} [arrays] The arrays to inspect. - * @returns {Array} Returns the new array of combined values. - * @example - * - * _.union([2], [1, 2]); - * // => [2, 1] - */ -var union = baseRest(function(arrays) { - return baseUniq(baseFlatten(arrays, 1, isArrayLikeObject, true)); -}); - -module.exports = union; diff --git a/software/flow/node_modules/lodash/unionBy.js b/software/flow/node_modules/lodash/unionBy.js deleted file mode 100644 index 6ae8ccd..0000000 --- a/software/flow/node_modules/lodash/unionBy.js +++ /dev/null @@ -1,39 +0,0 @@ -var baseFlatten = require('./_baseFlatten'), - baseIteratee = require('./_baseIteratee'), - baseRest = require('./_baseRest'), - baseUniq = require('./_baseUniq'), - isArrayLikeObject = require('./isArrayLikeObject'), - last = require('./last'); - -/** - * This method is like `_.union` except that it accepts `iteratee` which is - * invoked for each element of each `arrays` to generate the criterion by - * which uniqueness is computed. Result values are chosen from the first - * array in which the value occurs. The iteratee is invoked with one argument: - * (value). - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Array - * @param {...Array} [arrays] The arrays to inspect. - * @param {Function} [iteratee=_.identity] The iteratee invoked per element. - * @returns {Array} Returns the new array of combined values. - * @example - * - * _.unionBy([2.1], [1.2, 2.3], Math.floor); - * // => [2.1, 1.2] - * - * // The `_.property` iteratee shorthand. - * _.unionBy([{ 'x': 1 }], [{ 'x': 2 }, { 'x': 1 }], 'x'); - * // => [{ 'x': 1 }, { 'x': 2 }] - */ -var unionBy = baseRest(function(arrays) { - var iteratee = last(arrays); - if (isArrayLikeObject(iteratee)) { - iteratee = undefined; - } - return baseUniq(baseFlatten(arrays, 1, isArrayLikeObject, true), baseIteratee(iteratee, 2)); -}); - -module.exports = unionBy; diff --git a/software/flow/node_modules/lodash/unionWith.js b/software/flow/node_modules/lodash/unionWith.js deleted file mode 100644 index 78736b2..0000000 --- a/software/flow/node_modules/lodash/unionWith.js +++ /dev/null @@ -1,34 +0,0 @@ -var baseFlatten = require('./_baseFlatten'), - baseRest = require('./_baseRest'), - baseUniq = require('./_baseUniq'), - isArrayLikeObject = require('./isArrayLikeObject'), - last = require('./last'); - -/** - * This method is like `_.union` except that it accepts `comparator` which - * is invoked to compare elements of `arrays`. Result values are chosen from - * the first array in which the value occurs. The comparator is invoked - * with two arguments: (arrVal, othVal). - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Array - * @param {...Array} [arrays] The arrays to inspect. - * @param {Function} [comparator] The comparator invoked per element. - * @returns {Array} Returns the new array of combined values. - * @example - * - * var objects = [{ 'x': 1, 'y': 2 }, { 'x': 2, 'y': 1 }]; - * var others = [{ 'x': 1, 'y': 1 }, { 'x': 1, 'y': 2 }]; - * - * _.unionWith(objects, others, _.isEqual); - * // => [{ 'x': 1, 'y': 2 }, { 'x': 2, 'y': 1 }, { 'x': 1, 'y': 1 }] - */ -var unionWith = baseRest(function(arrays) { - var comparator = last(arrays); - comparator = typeof comparator == 'function' ? comparator : undefined; - return baseUniq(baseFlatten(arrays, 1, isArrayLikeObject, true), undefined, comparator); -}); - -module.exports = unionWith; diff --git a/software/flow/node_modules/lodash/uniq.js b/software/flow/node_modules/lodash/uniq.js deleted file mode 100644 index 157d1cd..0000000 --- a/software/flow/node_modules/lodash/uniq.js +++ /dev/null @@ -1,25 +0,0 @@ -var baseUniq = require('./_baseUniq'); - -/** - * Creates a duplicate-free version of an array, using - * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) - * for equality comparisons, in which only the first occurrence of each element - * is kept. The order of result values is determined by the order they occur - * in the array. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Array - * @param {Array} array The array to inspect. - * @returns {Array} Returns the new duplicate free array. - * @example - * - * _.uniq([2, 1, 2]); - * // => [2, 1] - */ -function uniq(array) { - return (array && array.length) ? baseUniq(array) : []; -} - -module.exports = uniq; diff --git a/software/flow/node_modules/lodash/uniqBy.js b/software/flow/node_modules/lodash/uniqBy.js deleted file mode 100644 index 53402a9..0000000 --- a/software/flow/node_modules/lodash/uniqBy.js +++ /dev/null @@ -1,31 +0,0 @@ -var baseIteratee = require('./_baseIteratee'), - baseUniq = require('./_baseUniq'); - -/** - * This method is like `_.uniq` except that it accepts `iteratee` which is - * invoked for each element in `array` to generate the criterion by which - * uniqueness is computed. The order of result values is determined by the - * order they occur in the array. The iteratee is invoked with one argument: - * (value). - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Array - * @param {Array} array The array to inspect. - * @param {Function} [iteratee=_.identity] The iteratee invoked per element. - * @returns {Array} Returns the new duplicate free array. - * @example - * - * _.uniqBy([2.1, 1.2, 2.3], Math.floor); - * // => [2.1, 1.2] - * - * // The `_.property` iteratee shorthand. - * _.uniqBy([{ 'x': 1 }, { 'x': 2 }, { 'x': 1 }], 'x'); - * // => [{ 'x': 1 }, { 'x': 2 }] - */ -function uniqBy(array, iteratee) { - return (array && array.length) ? baseUniq(array, baseIteratee(iteratee, 2)) : []; -} - -module.exports = uniqBy; diff --git a/software/flow/node_modules/lodash/uniqWith.js b/software/flow/node_modules/lodash/uniqWith.js deleted file mode 100644 index 18d72aa..0000000 --- a/software/flow/node_modules/lodash/uniqWith.js +++ /dev/null @@ -1,28 +0,0 @@ -var baseUniq = require('./_baseUniq'); - -/** - * This method is like `_.uniq` except that it accepts `comparator` which - * is invoked to compare elements of `array`. The order of result values is - * determined by the order they occur in the array.The comparator is invoked - * with two arguments: (arrVal, othVal). - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Array - * @param {Array} array The array to inspect. - * @param {Function} [comparator] The comparator invoked per element. - * @returns {Array} Returns the new duplicate free array. - * @example - * - * var objects = [{ 'x': 1, 'y': 2 }, { 'x': 2, 'y': 1 }, { 'x': 1, 'y': 2 }]; - * - * _.uniqWith(objects, _.isEqual); - * // => [{ 'x': 1, 'y': 2 }, { 'x': 2, 'y': 1 }] - */ -function uniqWith(array, comparator) { - comparator = typeof comparator == 'function' ? comparator : undefined; - return (array && array.length) ? baseUniq(array, undefined, comparator) : []; -} - -module.exports = uniqWith; diff --git a/software/flow/node_modules/lodash/uniqueId.js b/software/flow/node_modules/lodash/uniqueId.js deleted file mode 100644 index ffa8c03..0000000 --- a/software/flow/node_modules/lodash/uniqueId.js +++ /dev/null @@ -1,28 +0,0 @@ -var toString = require('./toString'); - -/** Used to generate unique IDs. */ -var idCounter = 0; - -/** - * Generates a unique ID. If `prefix` is given, the ID is appended to it. - * - * @static - * @since 0.1.0 - * @memberOf _ - * @category Util - * @param {string} [prefix=''] The value to prefix the ID with. - * @returns {string} Returns the unique ID. - * @example - * - * _.uniqueId('contact_'); - * // => 'contact_104' - * - * _.uniqueId(); - * // => '105' - */ -function uniqueId(prefix) { - var id = ++idCounter; - return toString(prefix) + id; -} - -module.exports = uniqueId; diff --git a/software/flow/node_modules/lodash/unset.js b/software/flow/node_modules/lodash/unset.js deleted file mode 100644 index 723c3d4..0000000 --- a/software/flow/node_modules/lodash/unset.js +++ /dev/null @@ -1,34 +0,0 @@ -var baseUnset = require('./_baseUnset'); - -/** - * Removes the property at `path` of `object`. - * - * **Note:** This method mutates `object`. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Object - * @param {Object} object The object to modify. - * @param {Array|string} path The path of the property to unset. - * @returns {boolean} Returns `true` if the property is deleted, else `false`. - * @example - * - * var object = { 'a': [{ 'b': { 'c': 7 } }] }; - * _.unset(object, 'a[0].b.c'); - * // => true - * - * console.log(object); - * // => { 'a': [{ 'b': {} }] }; - * - * _.unset(object, ['a', '0', 'b', 'c']); - * // => true - * - * console.log(object); - * // => { 'a': [{ 'b': {} }] }; - */ -function unset(object, path) { - return object == null ? true : baseUnset(object, path); -} - -module.exports = unset; diff --git a/software/flow/node_modules/lodash/unzip.js b/software/flow/node_modules/lodash/unzip.js deleted file mode 100644 index fce0ec7..0000000 --- a/software/flow/node_modules/lodash/unzip.js +++ /dev/null @@ -1,45 +0,0 @@ -var arrayFilter = require('./_arrayFilter'), - arrayMap = require('./_arrayMap'), - baseProperty = require('./_baseProperty'), - baseTimes = require('./_baseTimes'), - isArrayLikeObject = require('./isArrayLikeObject'); - -/* Built-in method references for those with the same name as other `lodash` methods. */ -var nativeMax = Math.max; - -/** - * This method is like `_.zip` except that it accepts an array of grouped - * elements and creates an array regrouping the elements to their pre-zip - * configuration. - * - * @static - * @memberOf _ - * @since 1.2.0 - * @category Array - * @param {Array} array The array of grouped elements to process. - * @returns {Array} Returns the new array of regrouped elements. - * @example - * - * var zipped = _.zip(['a', 'b'], [1, 2], [true, false]); - * // => [['a', 1, true], ['b', 2, false]] - * - * _.unzip(zipped); - * // => [['a', 'b'], [1, 2], [true, false]] - */ -function unzip(array) { - if (!(array && array.length)) { - return []; - } - var length = 0; - array = arrayFilter(array, function(group) { - if (isArrayLikeObject(group)) { - length = nativeMax(group.length, length); - return true; - } - }); - return baseTimes(length, function(index) { - return arrayMap(array, baseProperty(index)); - }); -} - -module.exports = unzip; diff --git a/software/flow/node_modules/lodash/unzipWith.js b/software/flow/node_modules/lodash/unzipWith.js deleted file mode 100644 index 926c899..0000000 --- a/software/flow/node_modules/lodash/unzipWith.js +++ /dev/null @@ -1,39 +0,0 @@ -var apply = require('./_apply'), - arrayMap = require('./_arrayMap'), - unzip = require('./unzip'); - -/** - * This method is like `_.unzip` except that it accepts `iteratee` to specify - * how regrouped values should be combined. The iteratee is invoked with the - * elements of each group: (...group). - * - * @static - * @memberOf _ - * @since 3.8.0 - * @category Array - * @param {Array} array The array of grouped elements to process. - * @param {Function} [iteratee=_.identity] The function to combine - * regrouped values. - * @returns {Array} Returns the new array of regrouped elements. - * @example - * - * var zipped = _.zip([1, 2], [10, 20], [100, 200]); - * // => [[1, 10, 100], [2, 20, 200]] - * - * _.unzipWith(zipped, _.add); - * // => [3, 30, 300] - */ -function unzipWith(array, iteratee) { - if (!(array && array.length)) { - return []; - } - var result = unzip(array); - if (iteratee == null) { - return result; - } - return arrayMap(result, function(group) { - return apply(iteratee, undefined, group); - }); -} - -module.exports = unzipWith; diff --git a/software/flow/node_modules/lodash/update.js b/software/flow/node_modules/lodash/update.js deleted file mode 100644 index b90098e..0000000 --- a/software/flow/node_modules/lodash/update.js +++ /dev/null @@ -1,35 +0,0 @@ -var baseUpdate = require('./_baseUpdate'), - castFunction = require('./_castFunction'); - -/** - * This method is like `_.set` except that accepts `updater` to produce the - * value to set. Use `_.updateWith` to customize `path` creation. The `updater` - * is invoked with one argument: (value). - * - * **Note:** This method mutates `object`. - * - * @static - * @memberOf _ - * @since 4.6.0 - * @category Object - * @param {Object} object The object to modify. - * @param {Array|string} path The path of the property to set. - * @param {Function} updater The function to produce the updated value. - * @returns {Object} Returns `object`. - * @example - * - * var object = { 'a': [{ 'b': { 'c': 3 } }] }; - * - * _.update(object, 'a[0].b.c', function(n) { return n * n; }); - * console.log(object.a[0].b.c); - * // => 9 - * - * _.update(object, 'x[0].y.z', function(n) { return n ? n + 1 : 0; }); - * console.log(object.x[0].y.z); - * // => 0 - */ -function update(object, path, updater) { - return object == null ? object : baseUpdate(object, path, castFunction(updater)); -} - -module.exports = update; diff --git a/software/flow/node_modules/lodash/updateWith.js b/software/flow/node_modules/lodash/updateWith.js deleted file mode 100644 index a2f4a2c..0000000 --- a/software/flow/node_modules/lodash/updateWith.js +++ /dev/null @@ -1,33 +0,0 @@ -var baseUpdate = require('./_baseUpdate'), - castFunction = require('./_castFunction'); - -/** - * This method is like `_.update` except that it accepts `customizer` which is - * invoked to produce the objects of `path`. If `customizer` returns `undefined` - * path creation is handled by the method instead. The `customizer` is invoked - * with three arguments: (nsValue, key, nsObject). - * - * **Note:** This method mutates `object`. - * - * @static - * @memberOf _ - * @since 4.6.0 - * @category Object - * @param {Object} object The object to modify. - * @param {Array|string} path The path of the property to set. - * @param {Function} updater The function to produce the updated value. - * @param {Function} [customizer] The function to customize assigned values. - * @returns {Object} Returns `object`. - * @example - * - * var object = {}; - * - * _.updateWith(object, '[0][1]', _.constant('a'), Object); - * // => { '0': { '1': 'a' } } - */ -function updateWith(object, path, updater, customizer) { - customizer = typeof customizer == 'function' ? customizer : undefined; - return object == null ? object : baseUpdate(object, path, castFunction(updater), customizer); -} - -module.exports = updateWith; diff --git a/software/flow/node_modules/lodash/upperCase.js b/software/flow/node_modules/lodash/upperCase.js deleted file mode 100644 index efbb8b0..0000000 --- a/software/flow/node_modules/lodash/upperCase.js +++ /dev/null @@ -1,27 +0,0 @@ -var createCompounder = require('./_createCompounder'); - -/** - * Converts `string`, as space separated words, to upper case. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category String - * @param {string} [string=''] The string to convert. - * @returns {string} Returns the upper cased string. - * @example - * - * _.upperCase('--foo-bar'); - * // => 'FOO BAR' - * - * _.upperCase('fooBar'); - * // => 'FOO BAR' - * - * _.upperCase('__foo_bar__'); - * // => 'FOO BAR' - */ -var upperCase = createCompounder(function(result, word, index) { - return result + (index ? ' ' : '') + word.toUpperCase(); -}); - -module.exports = upperCase; diff --git a/software/flow/node_modules/lodash/upperFirst.js b/software/flow/node_modules/lodash/upperFirst.js deleted file mode 100644 index 1dd64e1..0000000 --- a/software/flow/node_modules/lodash/upperFirst.js +++ /dev/null @@ -1,22 +0,0 @@ -var createCaseFirst = require('./_createCaseFirst'); - -/** - * Converts the first character of `string` to upper case. - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category String - * @param {string} [string=''] The string to convert. - * @returns {string} Returns the converted string. - * @example - * - * _.upperFirst('fred'); - * // => 'Fred' - * - * _.upperFirst('FRED'); - * // => 'FRED' - */ -var upperFirst = createCaseFirst('toUpperCase'); - -module.exports = upperFirst; diff --git a/software/flow/node_modules/lodash/util.js b/software/flow/node_modules/lodash/util.js deleted file mode 100644 index d244dc2..0000000 --- a/software/flow/node_modules/lodash/util.js +++ /dev/null @@ -1,34 +0,0 @@ -module.exports = { - 'attempt': require('./attempt'), - 'bindAll': require('./bindAll'), - 'cond': require('./cond'), - 'conforms': require('./conforms'), - 'constant': require('./constant'), - 'defaultTo': require('./defaultTo'), - 'flow': require('./flow'), - 'flowRight': require('./flowRight'), - 'identity': require('./identity'), - 'iteratee': require('./iteratee'), - 'matches': require('./matches'), - 'matchesProperty': require('./matchesProperty'), - 'method': require('./method'), - 'methodOf': require('./methodOf'), - 'mixin': require('./mixin'), - 'noop': require('./noop'), - 'nthArg': require('./nthArg'), - 'over': require('./over'), - 'overEvery': require('./overEvery'), - 'overSome': require('./overSome'), - 'property': require('./property'), - 'propertyOf': require('./propertyOf'), - 'range': require('./range'), - 'rangeRight': require('./rangeRight'), - 'stubArray': require('./stubArray'), - 'stubFalse': require('./stubFalse'), - 'stubObject': require('./stubObject'), - 'stubString': require('./stubString'), - 'stubTrue': require('./stubTrue'), - 'times': require('./times'), - 'toPath': require('./toPath'), - 'uniqueId': require('./uniqueId') -}; diff --git a/software/flow/node_modules/lodash/value.js b/software/flow/node_modules/lodash/value.js deleted file mode 100644 index 5e751a2..0000000 --- a/software/flow/node_modules/lodash/value.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('./wrapperValue'); diff --git a/software/flow/node_modules/lodash/valueOf.js b/software/flow/node_modules/lodash/valueOf.js deleted file mode 100644 index 5e751a2..0000000 --- a/software/flow/node_modules/lodash/valueOf.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('./wrapperValue'); diff --git a/software/flow/node_modules/lodash/values.js b/software/flow/node_modules/lodash/values.js deleted file mode 100644 index b069654..0000000 --- a/software/flow/node_modules/lodash/values.js +++ /dev/null @@ -1,34 +0,0 @@ -var baseValues = require('./_baseValues'), - keys = require('./keys'); - -/** - * Creates an array of the own enumerable string keyed property values of `object`. - * - * **Note:** Non-object values are coerced to objects. - * - * @static - * @since 0.1.0 - * @memberOf _ - * @category Object - * @param {Object} object The object to query. - * @returns {Array} Returns the array of property values. - * @example - * - * function Foo() { - * this.a = 1; - * this.b = 2; - * } - * - * Foo.prototype.c = 3; - * - * _.values(new Foo); - * // => [1, 2] (iteration order is not guaranteed) - * - * _.values('hi'); - * // => ['h', 'i'] - */ -function values(object) { - return object == null ? [] : baseValues(object, keys(object)); -} - -module.exports = values; diff --git a/software/flow/node_modules/lodash/valuesIn.js b/software/flow/node_modules/lodash/valuesIn.js deleted file mode 100644 index 6296094..0000000 --- a/software/flow/node_modules/lodash/valuesIn.js +++ /dev/null @@ -1,32 +0,0 @@ -var baseValues = require('./_baseValues'), - keysIn = require('./keysIn'); - -/** - * Creates an array of the own and inherited enumerable string keyed property - * values of `object`. - * - * **Note:** Non-object values are coerced to objects. - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category Object - * @param {Object} object The object to query. - * @returns {Array} Returns the array of property values. - * @example - * - * function Foo() { - * this.a = 1; - * this.b = 2; - * } - * - * Foo.prototype.c = 3; - * - * _.valuesIn(new Foo); - * // => [1, 2, 3] (iteration order is not guaranteed) - */ -function valuesIn(object) { - return object == null ? [] : baseValues(object, keysIn(object)); -} - -module.exports = valuesIn; diff --git a/software/flow/node_modules/lodash/without.js b/software/flow/node_modules/lodash/without.js deleted file mode 100644 index 3a28e8a..0000000 --- a/software/flow/node_modules/lodash/without.js +++ /dev/null @@ -1,31 +0,0 @@ -var baseDifference = require('./_baseDifference'), - baseRest = require('./_baseRest'), - isArrayLikeObject = require('./isArrayLikeObject'); - -/** - * Creates an array excluding all given values using - * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) - * for equality comparisons. - * - * **Note:** Unlike `_.pull`, this method returns a new array. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Array - * @param {Array} array The array to inspect. - * @param {...*} [values] The values to exclude. - * @returns {Array} Returns the new array of filtered values. - * @see _.difference, _.xor - * @example - * - * _.without([2, 1, 2, 3], 1, 2); - * // => [3] - */ -var without = baseRest(function(array, values) { - return isArrayLikeObject(array) - ? baseDifference(array, values) - : []; -}); - -module.exports = without; diff --git a/software/flow/node_modules/lodash/words.js b/software/flow/node_modules/lodash/words.js deleted file mode 100644 index 6d7cdd1..0000000 --- a/software/flow/node_modules/lodash/words.js +++ /dev/null @@ -1,35 +0,0 @@ -var asciiWords = require('./_asciiWords'), - hasUnicodeWord = require('./_hasUnicodeWord'), - toString = require('./toString'), - unicodeWords = require('./_unicodeWords'); - -/** - * Splits `string` into an array of its words. - * - * @static - * @memberOf _ - * @since 3.0.0 - * @category String - * @param {string} [string=''] The string to inspect. - * @param {RegExp|string} [pattern] The pattern to match words. - * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. - * @returns {Array} Returns the words of `string`. - * @example - * - * _.words('fred, barney, & pebbles'); - * // => ['fred', 'barney', 'pebbles'] - * - * _.words('fred, barney, & pebbles', /[^, ]+/g); - * // => ['fred', 'barney', '&', 'pebbles'] - */ -function words(string, pattern, guard) { - string = toString(string); - pattern = guard ? undefined : pattern; - - if (pattern === undefined) { - return hasUnicodeWord(string) ? unicodeWords(string) : asciiWords(string); - } - return string.match(pattern) || []; -} - -module.exports = words; diff --git a/software/flow/node_modules/lodash/wrap.js b/software/flow/node_modules/lodash/wrap.js deleted file mode 100644 index cad3c50..0000000 --- a/software/flow/node_modules/lodash/wrap.js +++ /dev/null @@ -1,30 +0,0 @@ -var castFunction = require('./_castFunction'), - partial = require('./partial'); - -/** - * Creates a function that provides `value` to `wrapper` as its first - * argument. Any additional arguments provided to the function are appended - * to those provided to the `wrapper`. The wrapper is invoked with the `this` - * binding of the created function. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Function - * @param {*} value The value to wrap. - * @param {Function} [wrapper=identity] The wrapper function. - * @returns {Function} Returns the new function. - * @example - * - * var p = _.wrap(_.escape, function(func, text) { - * return '<p>' + func(text) + '</p>'; - * }); - * - * p('fred, barney, & pebbles'); - * // => '<p>fred, barney, &amp; pebbles</p>' - */ -function wrap(value, wrapper) { - return partial(castFunction(wrapper), value); -} - -module.exports = wrap; diff --git a/software/flow/node_modules/lodash/wrapperAt.js b/software/flow/node_modules/lodash/wrapperAt.js deleted file mode 100644 index 6f6a1d0..0000000 --- a/software/flow/node_modules/lodash/wrapperAt.js +++ /dev/null @@ -1,48 +0,0 @@ -var LazyWrapper = require('./_LazyWrapper'), - LodashWrapper = require('./_LodashWrapper'), - baseAt = require('./_baseAt'), - flatRest = require('./_flatRest'), - isIndex = require('./_isIndex'), - thru = require('./thru'); - -/** - * This method is the wrapper version of `_.at`. - * - * @name at - * @memberOf _ - * @since 1.0.0 - * @category Seq - * @param {...(string|string[])} [paths] The property paths to pick. - * @returns {Object} Returns the new `lodash` wrapper instance. - * @example - * - * var object = { 'a': [{ 'b': { 'c': 3 } }, 4] }; - * - * _(object).at(['a[0].b.c', 'a[1]']).value(); - * // => [3, 4] - */ -var wrapperAt = flatRest(function(paths) { - var length = paths.length, - start = length ? paths[0] : 0, - value = this.__wrapped__, - interceptor = function(object) { return baseAt(object, paths); }; - - if (length > 1 || this.__actions__.length || - !(value instanceof LazyWrapper) || !isIndex(start)) { - return this.thru(interceptor); - } - value = value.slice(start, +start + (length ? 1 : 0)); - value.__actions__.push({ - 'func': thru, - 'args': [interceptor], - 'thisArg': undefined - }); - return new LodashWrapper(value, this.__chain__).thru(function(array) { - if (length && !array.length) { - array.push(undefined); - } - return array; - }); -}); - -module.exports = wrapperAt; diff --git a/software/flow/node_modules/lodash/wrapperChain.js b/software/flow/node_modules/lodash/wrapperChain.js deleted file mode 100644 index bda2ce6..0000000 --- a/software/flow/node_modules/lodash/wrapperChain.js +++ /dev/null @@ -1,34 +0,0 @@ -var chain = require('./chain'); - -/** - * Creates a `lodash` wrapper instance with explicit method chain sequences enabled. - * - * @name chain - * @memberOf _ - * @since 0.1.0 - * @category Seq - * @returns {Object} Returns the new `lodash` wrapper instance. - * @example - * - * var users = [ - * { 'user': 'barney', 'age': 36 }, - * { 'user': 'fred', 'age': 40 } - * ]; - * - * // A sequence without explicit chaining. - * _(users).head(); - * // => { 'user': 'barney', 'age': 36 } - * - * // A sequence with explicit chaining. - * _(users) - * .chain() - * .head() - * .pick('user') - * .value(); - * // => { 'user': 'barney' } - */ -function wrapperChain() { - return chain(this); -} - -module.exports = wrapperChain; diff --git a/software/flow/node_modules/lodash/wrapperLodash.js b/software/flow/node_modules/lodash/wrapperLodash.js deleted file mode 100644 index bd6e8ad..0000000 --- a/software/flow/node_modules/lodash/wrapperLodash.js +++ /dev/null @@ -1,147 +0,0 @@ -var LazyWrapper = require('./_LazyWrapper'), - LodashWrapper = require('./_LodashWrapper'), - baseLodash = require('./_baseLodash'), - isArray = require('./isArray'), - isObjectLike = require('./isObjectLike'), - wrapperClone = require('./_wrapperClone'); - -/** Used for built-in method references. */ -var objectProto = Object.prototype; - -/** Used to check objects for own properties. */ -var hasOwnProperty = objectProto.hasOwnProperty; - -/** - * Creates a `lodash` object which wraps `value` to enable implicit method - * chain sequences. Methods that operate on and return arrays, collections, - * and functions can be chained together. Methods that retrieve a single value - * or may return a primitive value will automatically end the chain sequence - * and return the unwrapped value. Otherwise, the value must be unwrapped - * with `_#value`. - * - * Explicit chain sequences, which must be unwrapped with `_#value`, may be - * enabled using `_.chain`. - * - * The execution of chained methods is lazy, that is, it's deferred until - * `_#value` is implicitly or explicitly called. - * - * Lazy evaluation allows several methods to support shortcut fusion. - * Shortcut fusion is an optimization to merge iteratee calls; this avoids - * the creation of intermediate arrays and can greatly reduce the number of - * iteratee executions. Sections of a chain sequence qualify for shortcut - * fusion if the section is applied to an array and iteratees accept only - * one argument. The heuristic for whether a section qualifies for shortcut - * fusion is subject to change. - * - * Chaining is supported in custom builds as long as the `_#value` method is - * directly or indirectly included in the build. - * - * In addition to lodash methods, wrappers have `Array` and `String` methods. - * - * The wrapper `Array` methods are: - * `concat`, `join`, `pop`, `push`, `shift`, `sort`, `splice`, and `unshift` - * - * The wrapper `String` methods are: - * `replace` and `split` - * - * The wrapper methods that support shortcut fusion are: - * `at`, `compact`, `drop`, `dropRight`, `dropWhile`, `filter`, `find`, - * `findLast`, `head`, `initial`, `last`, `map`, `reject`, `reverse`, `slice`, - * `tail`, `take`, `takeRight`, `takeRightWhile`, `takeWhile`, and `toArray` - * - * The chainable wrapper methods are: - * `after`, `ary`, `assign`, `assignIn`, `assignInWith`, `assignWith`, `at`, - * `before`, `bind`, `bindAll`, `bindKey`, `castArray`, `chain`, `chunk`, - * `commit`, `compact`, `concat`, `conforms`, `constant`, `countBy`, `create`, - * `curry`, `debounce`, `defaults`, `defaultsDeep`, `defer`, `delay`, - * `difference`, `differenceBy`, `differenceWith`, `drop`, `dropRight`, - * `dropRightWhile`, `dropWhile`, `extend`, `extendWith`, `fill`, `filter`, - * `flatMap`, `flatMapDeep`, `flatMapDepth`, `flatten`, `flattenDeep`, - * `flattenDepth`, `flip`, `flow`, `flowRight`, `fromPairs`, `functions`, - * `functionsIn`, `groupBy`, `initial`, `intersection`, `intersectionBy`, - * `intersectionWith`, `invert`, `invertBy`, `invokeMap`, `iteratee`, `keyBy`, - * `keys`, `keysIn`, `map`, `mapKeys`, `mapValues`, `matches`, `matchesProperty`, - * `memoize`, `merge`, `mergeWith`, `method`, `methodOf`, `mixin`, `negate`, - * `nthArg`, `omit`, `omitBy`, `once`, `orderBy`, `over`, `overArgs`, - * `overEvery`, `overSome`, `partial`, `partialRight`, `partition`, `pick`, - * `pickBy`, `plant`, `property`, `propertyOf`, `pull`, `pullAll`, `pullAllBy`, - * `pullAllWith`, `pullAt`, `push`, `range`, `rangeRight`, `rearg`, `reject`, - * `remove`, `rest`, `reverse`, `sampleSize`, `set`, `setWith`, `shuffle`, - * `slice`, `sort`, `sortBy`, `splice`, `spread`, `tail`, `take`, `takeRight`, - * `takeRightWhile`, `takeWhile`, `tap`, `throttle`, `thru`, `toArray`, - * `toPairs`, `toPairsIn`, `toPath`, `toPlainObject`, `transform`, `unary`, - * `union`, `unionBy`, `unionWith`, `uniq`, `uniqBy`, `uniqWith`, `unset`, - * `unshift`, `unzip`, `unzipWith`, `update`, `updateWith`, `values`, - * `valuesIn`, `without`, `wrap`, `xor`, `xorBy`, `xorWith`, `zip`, - * `zipObject`, `zipObjectDeep`, and `zipWith` - * - * The wrapper methods that are **not** chainable by default are: - * `add`, `attempt`, `camelCase`, `capitalize`, `ceil`, `clamp`, `clone`, - * `cloneDeep`, `cloneDeepWith`, `cloneWith`, `conformsTo`, `deburr`, - * `defaultTo`, `divide`, `each`, `eachRight`, `endsWith`, `eq`, `escape`, - * `escapeRegExp`, `every`, `find`, `findIndex`, `findKey`, `findLast`, - * `findLastIndex`, `findLastKey`, `first`, `floor`, `forEach`, `forEachRight`, - * `forIn`, `forInRight`, `forOwn`, `forOwnRight`, `get`, `gt`, `gte`, `has`, - * `hasIn`, `head`, `identity`, `includes`, `indexOf`, `inRange`, `invoke`, - * `isArguments`, `isArray`, `isArrayBuffer`, `isArrayLike`, `isArrayLikeObject`, - * `isBoolean`, `isBuffer`, `isDate`, `isElement`, `isEmpty`, `isEqual`, - * `isEqualWith`, `isError`, `isFinite`, `isFunction`, `isInteger`, `isLength`, - * `isMap`, `isMatch`, `isMatchWith`, `isNaN`, `isNative`, `isNil`, `isNull`, - * `isNumber`, `isObject`, `isObjectLike`, `isPlainObject`, `isRegExp`, - * `isSafeInteger`, `isSet`, `isString`, `isUndefined`, `isTypedArray`, - * `isWeakMap`, `isWeakSet`, `join`, `kebabCase`, `last`, `lastIndexOf`, - * `lowerCase`, `lowerFirst`, `lt`, `lte`, `max`, `maxBy`, `mean`, `meanBy`, - * `min`, `minBy`, `multiply`, `noConflict`, `noop`, `now`, `nth`, `pad`, - * `padEnd`, `padStart`, `parseInt`, `pop`, `random`, `reduce`, `reduceRight`, - * `repeat`, `result`, `round`, `runInContext`, `sample`, `shift`, `size`, - * `snakeCase`, `some`, `sortedIndex`, `sortedIndexBy`, `sortedLastIndex`, - * `sortedLastIndexBy`, `startCase`, `startsWith`, `stubArray`, `stubFalse`, - * `stubObject`, `stubString`, `stubTrue`, `subtract`, `sum`, `sumBy`, - * `template`, `times`, `toFinite`, `toInteger`, `toJSON`, `toLength`, - * `toLower`, `toNumber`, `toSafeInteger`, `toString`, `toUpper`, `trim`, - * `trimEnd`, `trimStart`, `truncate`, `unescape`, `uniqueId`, `upperCase`, - * `upperFirst`, `value`, and `words` - * - * @name _ - * @constructor - * @category Seq - * @param {*} value The value to wrap in a `lodash` instance. - * @returns {Object} Returns the new `lodash` wrapper instance. - * @example - * - * function square(n) { - * return n * n; - * } - * - * var wrapped = _([1, 2, 3]); - * - * // Returns an unwrapped value. - * wrapped.reduce(_.add); - * // => 6 - * - * // Returns a wrapped value. - * var squares = wrapped.map(square); - * - * _.isArray(squares); - * // => false - * - * _.isArray(squares.value()); - * // => true - */ -function lodash(value) { - if (isObjectLike(value) && !isArray(value) && !(value instanceof LazyWrapper)) { - if (value instanceof LodashWrapper) { - return value; - } - if (hasOwnProperty.call(value, '__wrapped__')) { - return wrapperClone(value); - } - } - return new LodashWrapper(value); -} - -// Ensure wrappers are instances of `baseLodash`. -lodash.prototype = baseLodash.prototype; -lodash.prototype.constructor = lodash; - -module.exports = lodash; diff --git a/software/flow/node_modules/lodash/wrapperReverse.js b/software/flow/node_modules/lodash/wrapperReverse.js deleted file mode 100644 index e93112a..0000000 --- a/software/flow/node_modules/lodash/wrapperReverse.js +++ /dev/null @@ -1,44 +0,0 @@ -var LazyWrapper = require('./_LazyWrapper'), - LodashWrapper = require('./_LodashWrapper'), - reverse = require('./reverse'), - thru = require('./thru'); - -/** - * This method is the wrapper version of `_.reverse`. - * - * **Note:** This method mutates the wrapped array. - * - * @name reverse - * @memberOf _ - * @since 0.1.0 - * @category Seq - * @returns {Object} Returns the new `lodash` wrapper instance. - * @example - * - * var array = [1, 2, 3]; - * - * _(array).reverse().value() - * // => [3, 2, 1] - * - * console.log(array); - * // => [3, 2, 1] - */ -function wrapperReverse() { - var value = this.__wrapped__; - if (value instanceof LazyWrapper) { - var wrapped = value; - if (this.__actions__.length) { - wrapped = new LazyWrapper(this); - } - wrapped = wrapped.reverse(); - wrapped.__actions__.push({ - 'func': thru, - 'args': [reverse], - 'thisArg': undefined - }); - return new LodashWrapper(wrapped, this.__chain__); - } - return this.thru(reverse); -} - -module.exports = wrapperReverse; diff --git a/software/flow/node_modules/lodash/wrapperValue.js b/software/flow/node_modules/lodash/wrapperValue.js deleted file mode 100644 index f56c2da..0000000 --- a/software/flow/node_modules/lodash/wrapperValue.js +++ /dev/null @@ -1,21 +0,0 @@ -var baseWrapperValue = require('./_baseWrapperValue'); - -/** - * Executes the chain sequence to resolve the unwrapped value. - * - * @name value - * @memberOf _ - * @since 0.1.0 - * @alias toJSON, valueOf - * @category Seq - * @returns {*} Returns the resolved unwrapped value. - * @example - * - * _([1, 2, 3]).value(); - * // => [1, 2, 3] - */ -function wrapperValue() { - return baseWrapperValue(this.__wrapped__, this.__actions__); -} - -module.exports = wrapperValue; diff --git a/software/flow/node_modules/lodash/xor.js b/software/flow/node_modules/lodash/xor.js deleted file mode 100644 index d4d2860..0000000 --- a/software/flow/node_modules/lodash/xor.js +++ /dev/null @@ -1,28 +0,0 @@ -var arrayFilter = require('./_arrayFilter'), - baseRest = require('./_baseRest'), - baseXor = require('./_baseXor'), - isArrayLikeObject = require('./isArrayLikeObject'); - -/** - * Creates an array of unique values that is the - * [symmetric difference](https://en.wikipedia.org/wiki/Symmetric_difference) - * of the given arrays. The order of result values is determined by the order - * they occur in the arrays. - * - * @static - * @memberOf _ - * @since 2.4.0 - * @category Array - * @param {...Array} [arrays] The arrays to inspect. - * @returns {Array} Returns the new array of filtered values. - * @see _.difference, _.without - * @example - * - * _.xor([2, 1], [2, 3]); - * // => [1, 3] - */ -var xor = baseRest(function(arrays) { - return baseXor(arrayFilter(arrays, isArrayLikeObject)); -}); - -module.exports = xor; diff --git a/software/flow/node_modules/lodash/xorBy.js b/software/flow/node_modules/lodash/xorBy.js deleted file mode 100644 index e047895..0000000 --- a/software/flow/node_modules/lodash/xorBy.js +++ /dev/null @@ -1,39 +0,0 @@ -var arrayFilter = require('./_arrayFilter'), - baseIteratee = require('./_baseIteratee'), - baseRest = require('./_baseRest'), - baseXor = require('./_baseXor'), - isArrayLikeObject = require('./isArrayLikeObject'), - last = require('./last'); - -/** - * This method is like `_.xor` except that it accepts `iteratee` which is - * invoked for each element of each `arrays` to generate the criterion by - * which by which they're compared. The order of result values is determined - * by the order they occur in the arrays. The iteratee is invoked with one - * argument: (value). - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Array - * @param {...Array} [arrays] The arrays to inspect. - * @param {Function} [iteratee=_.identity] The iteratee invoked per element. - * @returns {Array} Returns the new array of filtered values. - * @example - * - * _.xorBy([2.1, 1.2], [2.3, 3.4], Math.floor); - * // => [1.2, 3.4] - * - * // The `_.property` iteratee shorthand. - * _.xorBy([{ 'x': 1 }], [{ 'x': 2 }, { 'x': 1 }], 'x'); - * // => [{ 'x': 2 }] - */ -var xorBy = baseRest(function(arrays) { - var iteratee = last(arrays); - if (isArrayLikeObject(iteratee)) { - iteratee = undefined; - } - return baseXor(arrayFilter(arrays, isArrayLikeObject), baseIteratee(iteratee, 2)); -}); - -module.exports = xorBy; diff --git a/software/flow/node_modules/lodash/xorWith.js b/software/flow/node_modules/lodash/xorWith.js deleted file mode 100644 index e3a8ac6..0000000 --- a/software/flow/node_modules/lodash/xorWith.js +++ /dev/null @@ -1,34 +0,0 @@ -var arrayFilter = require('./_arrayFilter'), - baseRest = require('./_baseRest'), - baseXor = require('./_baseXor'), - isArrayLikeObject = require('./isArrayLikeObject'), - last = require('./last'); - -/** - * This method is like `_.xor` except that it accepts `comparator` which is - * invoked to compare elements of `arrays`. The order of result values is - * determined by the order they occur in the arrays. The comparator is invoked - * with two arguments: (arrVal, othVal). - * - * @static - * @memberOf _ - * @since 4.0.0 - * @category Array - * @param {...Array} [arrays] The arrays to inspect. - * @param {Function} [comparator] The comparator invoked per element. - * @returns {Array} Returns the new array of filtered values. - * @example - * - * var objects = [{ 'x': 1, 'y': 2 }, { 'x': 2, 'y': 1 }]; - * var others = [{ 'x': 1, 'y': 1 }, { 'x': 1, 'y': 2 }]; - * - * _.xorWith(objects, others, _.isEqual); - * // => [{ 'x': 2, 'y': 1 }, { 'x': 1, 'y': 1 }] - */ -var xorWith = baseRest(function(arrays) { - var comparator = last(arrays); - comparator = typeof comparator == 'function' ? comparator : undefined; - return baseXor(arrayFilter(arrays, isArrayLikeObject), undefined, comparator); -}); - -module.exports = xorWith; diff --git a/software/flow/node_modules/lodash/zip.js b/software/flow/node_modules/lodash/zip.js deleted file mode 100644 index c800ab3..0000000 --- a/software/flow/node_modules/lodash/zip.js +++ /dev/null @@ -1,22 +0,0 @@ -var baseRest = require('./_baseRest'), - unzip = require('./unzip'); - -/** - * Creates an array of grouped elements, the first of which contains the - * first elements of the given arrays, the second of which contains the - * second elements of the given arrays, and so on. - * - * @static - * @memberOf _ - * @since 0.1.0 - * @category Array - * @param {...Array} [arrays] The arrays to process. - * @returns {Array} Returns the new array of grouped elements. - * @example - * - * _.zip(['a', 'b'], [1, 2], [true, false]); - * // => [['a', 1, true], ['b', 2, false]] - */ -var zip = baseRest(unzip); - -module.exports = zip; diff --git a/software/flow/node_modules/lodash/zipObject.js b/software/flow/node_modules/lodash/zipObject.js deleted file mode 100644 index 23fdf14..0000000 --- a/software/flow/node_modules/lodash/zipObject.js +++ /dev/null @@ -1,24 +0,0 @@ -var assignValue = require('./_assignValue'), - baseZipObject = require('./_baseZipObject'); - -/** - * This method is like `_.fromPairs` except that it accepts two arrays, - * one of property identifiers and one of corresponding values. - * - * @static - * @memberOf _ - * @since 0.4.0 - * @category Array - * @param {Array} [props=[]] The property identifiers. - * @param {Array} [values=[]] The property values. - * @returns {Object} Returns the new object. - * @example - * - * _.zipObject(['a', 'b'], [1, 2]); - * // => { 'a': 1, 'b': 2 } - */ -function zipObject(props, values) { - return baseZipObject(props || [], values || [], assignValue); -} - -module.exports = zipObject; diff --git a/software/flow/node_modules/lodash/zipObjectDeep.js b/software/flow/node_modules/lodash/zipObjectDeep.js deleted file mode 100644 index 7c858f8..0000000 --- a/software/flow/node_modules/lodash/zipObjectDeep.js +++ /dev/null @@ -1,23 +0,0 @@ -var baseSet = require('./_baseSet'), - baseZipObject = require('./_baseZipObject'); - -/** - * This method is like `_.zipObject` except that it supports property paths. - * - * @static - * @memberOf _ - * @since 4.1.0 - * @category Array - * @param {Array} [props=[]] The property identifiers. - * @param {Array} [values=[]] The property values. - * @returns {Object} Returns the new object. - * @example - * - * _.zipObjectDeep(['a.b[0].c', 'a.b[1].d'], [1, 2]); - * // => { 'a': { 'b': [{ 'c': 1 }, { 'd': 2 }] } } - */ -function zipObjectDeep(props, values) { - return baseZipObject(props || [], values || [], baseSet); -} - -module.exports = zipObjectDeep; diff --git a/software/flow/node_modules/lodash/zipWith.js b/software/flow/node_modules/lodash/zipWith.js deleted file mode 100644 index d7a1f91..0000000 --- a/software/flow/node_modules/lodash/zipWith.js +++ /dev/null @@ -1,32 +0,0 @@ -var baseRest = require('./_baseRest'), - unzipWith = require('./unzipWith'); - -/** - * This method is like `_.zip` except that it accepts `iteratee` to specify - * how grouped values should be combined. The iteratee is invoked with the - * elements of each group: (...group). - * - * @static - * @memberOf _ - * @since 3.8.0 - * @category Array - * @param {...Array} [arrays] The arrays to process. - * @param {Function} [iteratee=_.identity] The function to combine - * grouped values. - * @returns {Array} Returns the new array of grouped elements. - * @example - * - * _.zipWith([1, 2], [10, 20], [100, 200], function(a, b, c) { - * return a + b + c; - * }); - * // => [111, 222] - */ -var zipWith = baseRest(function(arrays) { - var length = arrays.length, - iteratee = length > 1 ? arrays[length - 1] : undefined; - - iteratee = typeof iteratee == 'function' ? (arrays.pop(), iteratee) : undefined; - return unzipWith(arrays, iteratee); -}); - -module.exports = zipWith; diff --git a/software/flow/node_modules/mime-db/HISTORY.md b/software/flow/node_modules/mime-db/HISTORY.md deleted file mode 100644 index 7436f64..0000000 --- a/software/flow/node_modules/mime-db/HISTORY.md +++ /dev/null @@ -1,507 +0,0 @@ -1.52.0 / 2022-02-21 -=================== - - * Add extensions from IANA for more `image/*` types - * Add extension `.asc` to `application/pgp-keys` - * Add extensions to various XML types - * Add new upstream MIME types - -1.51.0 / 2021-11-08 -=================== - - * Add new upstream MIME types - * Mark `image/vnd.microsoft.icon` as compressible - * Mark `image/vnd.ms-dds` as compressible - -1.50.0 / 2021-09-15 -=================== - - * Add deprecated iWorks mime types and extensions - * Add new upstream MIME types - -1.49.0 / 2021-07-26 -=================== - - * Add extension `.trig` to `application/trig` - * Add new upstream MIME types - -1.48.0 / 2021-05-30 -=================== - - * Add extension `.mvt` to `application/vnd.mapbox-vector-tile` - * Add new upstream MIME types - * Mark `text/yaml` as compressible - -1.47.0 / 2021-04-01 -=================== - - * Add new upstream MIME types - * Remove ambigious extensions from IANA for `application/*+xml` types - * Update primary extension to `.es` for `application/ecmascript` - -1.46.0 / 2021-02-13 -=================== - - * Add extension `.amr` to `audio/amr` - * Add extension `.m4s` to `video/iso.segment` - * Add extension `.opus` to `audio/ogg` - * Add new upstream MIME types - -1.45.0 / 2020-09-22 -=================== - - * Add `application/ubjson` with extension `.ubj` - * Add `image/avif` with extension `.avif` - * Add `image/ktx2` with extension `.ktx2` - * Add extension `.dbf` to `application/vnd.dbf` - * Add extension `.rar` to `application/vnd.rar` - * Add extension `.td` to `application/urc-targetdesc+xml` - * Add new upstream MIME types - * Fix extension of `application/vnd.apple.keynote` to be `.key` - -1.44.0 / 2020-04-22 -=================== - - * Add charsets from IANA - * Add extension `.cjs` to `application/node` - * Add new upstream MIME types - -1.43.0 / 2020-01-05 -=================== - - * Add `application/x-keepass2` with extension `.kdbx` - * Add extension `.mxmf` to `audio/mobile-xmf` - * Add extensions from IANA for `application/*+xml` types - * Add new upstream MIME types - -1.42.0 / 2019-09-25 -=================== - - * Add `image/vnd.ms-dds` with extension `.dds` - * Add new upstream MIME types - * Remove compressible from `multipart/mixed` - -1.41.0 / 2019-08-30 -=================== - - * Add new upstream MIME types - * Add `application/toml` with extension `.toml` - * Mark `font/ttf` as compressible - -1.40.0 / 2019-04-20 -=================== - - * Add extensions from IANA for `model/*` types - * Add `text/mdx` with extension `.mdx` - -1.39.0 / 2019-04-04 -=================== - - * Add extensions `.siv` and `.sieve` to `application/sieve` - * Add new upstream MIME types - -1.38.0 / 2019-02-04 -=================== - - * Add extension `.nq` to `application/n-quads` - * Add extension `.nt` to `application/n-triples` - * Add new upstream MIME types - * Mark `text/less` as compressible - -1.37.0 / 2018-10-19 -=================== - - * Add extensions to HEIC image types - * Add new upstream MIME types - -1.36.0 / 2018-08-20 -=================== - - * Add Apple file extensions from IANA - * Add extensions from IANA for `image/*` types - * Add new upstream MIME types - -1.35.0 / 2018-07-15 -=================== - - * Add extension `.owl` to `application/rdf+xml` - * Add new upstream MIME types - - Removes extension `.woff` from `application/font-woff` - -1.34.0 / 2018-06-03 -=================== - - * Add extension `.csl` to `application/vnd.citationstyles.style+xml` - * Add extension `.es` to `application/ecmascript` - * Add new upstream MIME types - * Add `UTF-8` as default charset for `text/turtle` - * Mark all XML-derived types as compressible - -1.33.0 / 2018-02-15 -=================== - - * Add extensions from IANA for `message/*` types - * Add new upstream MIME types - * Fix some incorrect OOXML types - * Remove `application/font-woff2` - -1.32.0 / 2017-11-29 -=================== - - * Add new upstream MIME types - * Update `text/hjson` to registered `application/hjson` - * Add `text/shex` with extension `.shex` - -1.31.0 / 2017-10-25 -=================== - - * Add `application/raml+yaml` with extension `.raml` - * Add `application/wasm` with extension `.wasm` - * Add new `font` type from IANA - * Add new upstream font extensions - * Add new upstream MIME types - * Add extensions for JPEG-2000 images - -1.30.0 / 2017-08-27 -=================== - - * Add `application/vnd.ms-outlook` - * Add `application/x-arj` - * Add extension `.mjs` to `application/javascript` - * Add glTF types and extensions - * Add new upstream MIME types - * Add `text/x-org` - * Add VirtualBox MIME types - * Fix `source` records for `video/*` types that are IANA - * Update `font/opentype` to registered `font/otf` - -1.29.0 / 2017-07-10 -=================== - - * Add `application/fido.trusted-apps+json` - * Add extension `.wadl` to `application/vnd.sun.wadl+xml` - * Add new upstream MIME types - * Add `UTF-8` as default charset for `text/css` - -1.28.0 / 2017-05-14 -=================== - - * Add new upstream MIME types - * Add extension `.gz` to `application/gzip` - * Update extensions `.md` and `.markdown` to be `text/markdown` - -1.27.0 / 2017-03-16 -=================== - - * Add new upstream MIME types - * Add `image/apng` with extension `.apng` - -1.26.0 / 2017-01-14 -=================== - - * Add new upstream MIME types - * Add extension `.geojson` to `application/geo+json` - -1.25.0 / 2016-11-11 -=================== - - * Add new upstream MIME types - -1.24.0 / 2016-09-18 -=================== - - * Add `audio/mp3` - * Add new upstream MIME types - -1.23.0 / 2016-05-01 -=================== - - * Add new upstream MIME types - * Add extension `.3gpp` to `audio/3gpp` - -1.22.0 / 2016-02-15 -=================== - - * Add `text/slim` - * Add extension `.rng` to `application/xml` - * Add new upstream MIME types - * Fix extension of `application/dash+xml` to be `.mpd` - * Update primary extension to `.m4a` for `audio/mp4` - -1.21.0 / 2016-01-06 -=================== - - * Add Google document types - * Add new upstream MIME types - -1.20.0 / 2015-11-10 -=================== - - * Add `text/x-suse-ymp` - * Add new upstream MIME types - -1.19.0 / 2015-09-17 -=================== - - * Add `application/vnd.apple.pkpass` - * Add new upstream MIME types - -1.18.0 / 2015-09-03 -=================== - - * Add new upstream MIME types - -1.17.0 / 2015-08-13 -=================== - - * Add `application/x-msdos-program` - * Add `audio/g711-0` - * Add `image/vnd.mozilla.apng` - * Add extension `.exe` to `application/x-msdos-program` - -1.16.0 / 2015-07-29 -=================== - - * Add `application/vnd.uri-map` - -1.15.0 / 2015-07-13 -=================== - - * Add `application/x-httpd-php` - -1.14.0 / 2015-06-25 -=================== - - * Add `application/scim+json` - * Add `application/vnd.3gpp.ussd+xml` - * Add `application/vnd.biopax.rdf+xml` - * Add `text/x-processing` - -1.13.0 / 2015-06-07 -=================== - - * Add nginx as a source - * Add `application/x-cocoa` - * Add `application/x-java-archive-diff` - * Add `application/x-makeself` - * Add `application/x-perl` - * Add `application/x-pilot` - * Add `application/x-redhat-package-manager` - * Add `application/x-sea` - * Add `audio/x-m4a` - * Add `audio/x-realaudio` - * Add `image/x-jng` - * Add `text/mathml` - -1.12.0 / 2015-06-05 -=================== - - * Add `application/bdoc` - * Add `application/vnd.hyperdrive+json` - * Add `application/x-bdoc` - * Add extension `.rtf` to `text/rtf` - -1.11.0 / 2015-05-31 -=================== - - * Add `audio/wav` - * Add `audio/wave` - * Add extension `.litcoffee` to `text/coffeescript` - * Add extension `.sfd-hdstx` to `application/vnd.hydrostatix.sof-data` - * Add extension `.n-gage` to `application/vnd.nokia.n-gage.symbian.install` - -1.10.0 / 2015-05-19 -=================== - - * Add `application/vnd.balsamiq.bmpr` - * Add `application/vnd.microsoft.portable-executable` - * Add `application/x-ns-proxy-autoconfig` - -1.9.1 / 2015-04-19 -================== - - * Remove `.json` extension from `application/manifest+json` - - This is causing bugs downstream - -1.9.0 / 2015-04-19 -================== - - * Add `application/manifest+json` - * Add `application/vnd.micro+json` - * Add `image/vnd.zbrush.pcx` - * Add `image/x-ms-bmp` - -1.8.0 / 2015-03-13 -================== - - * Add `application/vnd.citationstyles.style+xml` - * Add `application/vnd.fastcopy-disk-image` - * Add `application/vnd.gov.sk.xmldatacontainer+xml` - * Add extension `.jsonld` to `application/ld+json` - -1.7.0 / 2015-02-08 -================== - - * Add `application/vnd.gerber` - * Add `application/vnd.msa-disk-image` - -1.6.1 / 2015-02-05 -================== - - * Community extensions ownership transferred from `node-mime` - -1.6.0 / 2015-01-29 -================== - - * Add `application/jose` - * Add `application/jose+json` - * Add `application/json-seq` - * Add `application/jwk+json` - * Add `application/jwk-set+json` - * Add `application/jwt` - * Add `application/rdap+json` - * Add `application/vnd.gov.sk.e-form+xml` - * Add `application/vnd.ims.imsccv1p3` - -1.5.0 / 2014-12-30 -================== - - * Add `application/vnd.oracle.resource+json` - * Fix various invalid MIME type entries - - `application/mbox+xml` - - `application/oscp-response` - - `application/vwg-multiplexed` - - `audio/g721` - -1.4.0 / 2014-12-21 -================== - - * Add `application/vnd.ims.imsccv1p2` - * Fix various invalid MIME type entries - - `application/vnd-acucobol` - - `application/vnd-curl` - - `application/vnd-dart` - - `application/vnd-dxr` - - `application/vnd-fdf` - - `application/vnd-mif` - - `application/vnd-sema` - - `application/vnd-wap-wmlc` - - `application/vnd.adobe.flash-movie` - - `application/vnd.dece-zip` - - `application/vnd.dvb_service` - - `application/vnd.micrografx-igx` - - `application/vnd.sealed-doc` - - `application/vnd.sealed-eml` - - `application/vnd.sealed-mht` - - `application/vnd.sealed-ppt` - - `application/vnd.sealed-tiff` - - `application/vnd.sealed-xls` - - `application/vnd.sealedmedia.softseal-html` - - `application/vnd.sealedmedia.softseal-pdf` - - `application/vnd.wap-slc` - - `application/vnd.wap-wbxml` - - `audio/vnd.sealedmedia.softseal-mpeg` - - `image/vnd-djvu` - - `image/vnd-svf` - - `image/vnd-wap-wbmp` - - `image/vnd.sealed-png` - - `image/vnd.sealedmedia.softseal-gif` - - `image/vnd.sealedmedia.softseal-jpg` - - `model/vnd-dwf` - - `model/vnd.parasolid.transmit-binary` - - `model/vnd.parasolid.transmit-text` - - `text/vnd-a` - - `text/vnd-curl` - - `text/vnd.wap-wml` - * Remove example template MIME types - - `application/example` - - `audio/example` - - `image/example` - - `message/example` - - `model/example` - - `multipart/example` - - `text/example` - - `video/example` - -1.3.1 / 2014-12-16 -================== - - * Fix missing extensions - - `application/json5` - - `text/hjson` - -1.3.0 / 2014-12-07 -================== - - * Add `application/a2l` - * Add `application/aml` - * Add `application/atfx` - * Add `application/atxml` - * Add `application/cdfx+xml` - * Add `application/dii` - * Add `application/json5` - * Add `application/lxf` - * Add `application/mf4` - * Add `application/vnd.apache.thrift.compact` - * Add `application/vnd.apache.thrift.json` - * Add `application/vnd.coffeescript` - * Add `application/vnd.enphase.envoy` - * Add `application/vnd.ims.imsccv1p1` - * Add `text/csv-schema` - * Add `text/hjson` - * Add `text/markdown` - * Add `text/yaml` - -1.2.0 / 2014-11-09 -================== - - * Add `application/cea` - * Add `application/dit` - * Add `application/vnd.gov.sk.e-form+zip` - * Add `application/vnd.tmd.mediaflex.api+xml` - * Type `application/epub+zip` is now IANA-registered - -1.1.2 / 2014-10-23 -================== - - * Rebuild database for `application/x-www-form-urlencoded` change - -1.1.1 / 2014-10-20 -================== - - * Mark `application/x-www-form-urlencoded` as compressible. - -1.1.0 / 2014-09-28 -================== - - * Add `application/font-woff2` - -1.0.3 / 2014-09-25 -================== - - * Fix engine requirement in package - -1.0.2 / 2014-09-25 -================== - - * Add `application/coap-group+json` - * Add `application/dcd` - * Add `application/vnd.apache.thrift.binary` - * Add `image/vnd.tencent.tap` - * Mark all JSON-derived types as compressible - * Update `text/vtt` data - -1.0.1 / 2014-08-30 -================== - - * Fix extension ordering - -1.0.0 / 2014-08-30 -================== - - * Add `application/atf` - * Add `application/merge-patch+json` - * Add `multipart/x-mixed-replace` - * Add `source: 'apache'` metadata - * Add `source: 'iana'` metadata - * Remove badly-assumed charset data diff --git a/software/flow/node_modules/mime-db/LICENSE b/software/flow/node_modules/mime-db/LICENSE deleted file mode 100644 index 0751cb1..0000000 --- a/software/flow/node_modules/mime-db/LICENSE +++ /dev/null @@ -1,23 +0,0 @@ -(The MIT License) - -Copyright (c) 2014 Jonathan Ong <me@jongleberry.com> -Copyright (c) 2015-2022 Douglas Christopher Wilson <doug@somethingdoug.com> - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -'Software'), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/software/flow/node_modules/mime-db/README.md b/software/flow/node_modules/mime-db/README.md deleted file mode 100644 index 5a8fcfe..0000000 --- a/software/flow/node_modules/mime-db/README.md +++ /dev/null @@ -1,100 +0,0 @@ -# mime-db - -[![NPM Version][npm-version-image]][npm-url] -[![NPM Downloads][npm-downloads-image]][npm-url] -[![Node.js Version][node-image]][node-url] -[![Build Status][ci-image]][ci-url] -[![Coverage Status][coveralls-image]][coveralls-url] - -This is a large database of mime types and information about them. -It consists of a single, public JSON file and does not include any logic, -allowing it to remain as un-opinionated as possible with an API. -It aggregates data from the following sources: - -- http://www.iana.org/assignments/media-types/media-types.xhtml -- http://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/conf/mime.types -- http://hg.nginx.org/nginx/raw-file/default/conf/mime.types - -## Installation - -```bash -npm install mime-db -``` - -### Database Download - -If you're crazy enough to use this in the browser, you can just grab the -JSON file using [jsDelivr](https://www.jsdelivr.com/). It is recommended to -replace `master` with [a release tag](https://github.com/jshttp/mime-db/tags) -as the JSON format may change in the future. - -``` -https://cdn.jsdelivr.net/gh/jshttp/mime-db@master/db.json -``` - -## Usage - -```js -var db = require('mime-db') - -// grab data on .js files -var data = db['application/javascript'] -``` - -## Data Structure - -The JSON file is a map lookup for lowercased mime types. -Each mime type has the following properties: - -- `.source` - where the mime type is defined. - If not set, it's probably a custom media type. - - `apache` - [Apache common media types](http://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/conf/mime.types) - - `iana` - [IANA-defined media types](http://www.iana.org/assignments/media-types/media-types.xhtml) - - `nginx` - [nginx media types](http://hg.nginx.org/nginx/raw-file/default/conf/mime.types) -- `.extensions[]` - known extensions associated with this mime type. -- `.compressible` - whether a file of this type can be gzipped. -- `.charset` - the default charset associated with this type, if any. - -If unknown, every property could be `undefined`. - -## Contributing - -To edit the database, only make PRs against `src/custom-types.json` or -`src/custom-suffix.json`. - -The `src/custom-types.json` file is a JSON object with the MIME type as the -keys and the values being an object with the following keys: - -- `compressible` - leave out if you don't know, otherwise `true`/`false` to - indicate whether the data represented by the type is typically compressible. -- `extensions` - include an array of file extensions that are associated with - the type. -- `notes` - human-readable notes about the type, typically what the type is. -- `sources` - include an array of URLs of where the MIME type and the associated - extensions are sourced from. This needs to be a [primary source](https://en.wikipedia.org/wiki/Primary_source); - links to type aggregating sites and Wikipedia are _not acceptable_. - -To update the build, run `npm run build`. - -### Adding Custom Media Types - -The best way to get new media types included in this library is to register -them with the IANA. The community registration procedure is outlined in -[RFC 6838 section 5](http://tools.ietf.org/html/rfc6838#section-5). Types -registered with the IANA are automatically pulled into this library. - -If that is not possible / feasible, they can be added directly here as a -"custom" type. To do this, it is required to have a primary source that -definitively lists the media type. If an extension is going to be listed as -associateed with this media type, the source must definitively link the -media type and extension as well. - -[ci-image]: https://badgen.net/github/checks/jshttp/mime-db/master?label=ci -[ci-url]: https://github.com/jshttp/mime-db/actions?query=workflow%3Aci -[coveralls-image]: https://badgen.net/coveralls/c/github/jshttp/mime-db/master -[coveralls-url]: https://coveralls.io/r/jshttp/mime-db?branch=master -[node-image]: https://badgen.net/npm/node/mime-db -[node-url]: https://nodejs.org/en/download -[npm-downloads-image]: https://badgen.net/npm/dm/mime-db -[npm-url]: https://npmjs.org/package/mime-db -[npm-version-image]: https://badgen.net/npm/v/mime-db diff --git a/software/flow/node_modules/mime-db/db.json b/software/flow/node_modules/mime-db/db.json deleted file mode 100644 index eb9c42c..0000000 --- a/software/flow/node_modules/mime-db/db.json +++ /dev/null @@ -1,8519 +0,0 @@ -{ - "application/1d-interleaved-parityfec": { - "source": "iana" - }, - "application/3gpdash-qoe-report+xml": { - "source": "iana", - "charset": "UTF-8", - "compressible": true - }, - "application/3gpp-ims+xml": { - "source": "iana", - "compressible": true - }, - "application/3gpphal+json": { - "source": "iana", - "compressible": true - }, - "application/3gpphalforms+json": { - "source": "iana", - "compressible": true - }, - "application/a2l": { - "source": "iana" - }, - "application/ace+cbor": { - "source": "iana" - }, - "application/activemessage": { - "source": "iana" - }, - "application/activity+json": { - "source": "iana", - "compressible": true - }, - "application/alto-costmap+json": { - "source": "iana", - "compressible": true - }, - "application/alto-costmapfilter+json": { - "source": "iana", - "compressible": true - }, - "application/alto-directory+json": { - "source": "iana", - "compressible": true - }, - "application/alto-endpointcost+json": { - "source": "iana", - "compressible": true - }, - "application/alto-endpointcostparams+json": { - "source": "iana", - "compressible": true - }, - "application/alto-endpointprop+json": { - "source": "iana", - "compressible": true - }, - "application/alto-endpointpropparams+json": { - "source": "iana", - "compressible": true - }, - "application/alto-error+json": { - "source": "iana", - "compressible": true - }, - "application/alto-networkmap+json": { - "source": "iana", - "compressible": true - }, - "application/alto-networkmapfilter+json": { - "source": "iana", - "compressible": true - }, - "application/alto-updatestreamcontrol+json": { - "source": "iana", - "compressible": true - }, - "application/alto-updatestreamparams+json": { - "source": "iana", - "compressible": true - }, - "application/aml": { - "source": "iana" - }, - "application/andrew-inset": { - "source": "iana", - "extensions": ["ez"] - }, - "application/applefile": { - "source": "iana" - }, - "application/applixware": { - "source": "apache", - "extensions": ["aw"] - }, - "application/at+jwt": { - "source": "iana" - }, - "application/atf": { - "source": "iana" - }, - "application/atfx": { - "source": "iana" - }, - "application/atom+xml": { - "source": "iana", - "compressible": true, - "extensions": ["atom"] - }, - "application/atomcat+xml": { - "source": "iana", - "compressible": true, - "extensions": ["atomcat"] - }, - "application/atomdeleted+xml": { - "source": "iana", - "compressible": true, - "extensions": ["atomdeleted"] - }, - "application/atomicmail": { - "source": "iana" - }, - "application/atomsvc+xml": { - "source": "iana", - "compressible": true, - "extensions": ["atomsvc"] - }, - "application/atsc-dwd+xml": { - "source": "iana", - "compressible": true, - "extensions": ["dwd"] - }, - "application/atsc-dynamic-event-message": { - "source": "iana" - }, - "application/atsc-held+xml": { - "source": "iana", - "compressible": true, - "extensions": ["held"] - }, - "application/atsc-rdt+json": { - "source": "iana", - "compressible": true - }, - "application/atsc-rsat+xml": { - "source": "iana", - "compressible": true, - "extensions": ["rsat"] - }, - "application/atxml": { - "source": "iana" - }, - "application/auth-policy+xml": { - "source": "iana", - "compressible": true - }, - "application/bacnet-xdd+zip": { - "source": "iana", - "compressible": false - }, - "application/batch-smtp": { - "source": "iana" - }, - "application/bdoc": { - "compressible": false, - "extensions": ["bdoc"] - }, - "application/beep+xml": { - "source": "iana", - "charset": "UTF-8", - "compressible": true - }, - "application/calendar+json": { - "source": "iana", - "compressible": true - }, - "application/calendar+xml": { - "source": "iana", - "compressible": true, - "extensions": ["xcs"] - }, - "application/call-completion": { - "source": "iana" - }, - "application/cals-1840": { - "source": "iana" - }, - "application/captive+json": { - "source": "iana", - "compressible": true - }, - "application/cbor": { - "source": "iana" - }, - "application/cbor-seq": { - "source": "iana" - }, - "application/cccex": { - "source": "iana" - }, - "application/ccmp+xml": { - "source": "iana", - "compressible": true - }, - "application/ccxml+xml": { - "source": "iana", - "compressible": true, - "extensions": ["ccxml"] - }, - "application/cdfx+xml": { - "source": "iana", - "compressible": true, - "extensions": ["cdfx"] - }, - "application/cdmi-capability": { - "source": "iana", - "extensions": ["cdmia"] - }, - "application/cdmi-container": { - "source": "iana", - "extensions": ["cdmic"] - }, - "application/cdmi-domain": { - "source": "iana", - "extensions": ["cdmid"] - }, - "application/cdmi-object": { - "source": "iana", - "extensions": ["cdmio"] - }, - "application/cdmi-queue": { - "source": "iana", - "extensions": ["cdmiq"] - }, - "application/cdni": { - "source": "iana" - }, - "application/cea": { - "source": "iana" - }, - "application/cea-2018+xml": { - "source": "iana", - "compressible": true - }, - "application/cellml+xml": { - "source": "iana", - "compressible": true - }, - "application/cfw": { - "source": "iana" - }, - "application/city+json": { - "source": "iana", - "compressible": true - }, - "application/clr": { - "source": "iana" - }, - "application/clue+xml": { - "source": "iana", - "compressible": true - }, - "application/clue_info+xml": { - "source": "iana", - "compressible": true - }, - "application/cms": { - "source": "iana" - }, - "application/cnrp+xml": { - "source": "iana", - "compressible": true - }, - "application/coap-group+json": { - "source": "iana", - "compressible": true - }, - "application/coap-payload": { - "source": "iana" - }, - "application/commonground": { - "source": "iana" - }, - "application/conference-info+xml": { - "source": "iana", - "compressible": true - }, - "application/cose": { - "source": "iana" - }, - "application/cose-key": { - "source": "iana" - }, - "application/cose-key-set": { - "source": "iana" - }, - "application/cpl+xml": { - "source": "iana", - "compressible": true, - "extensions": ["cpl"] - }, - "application/csrattrs": { - "source": "iana" - }, - "application/csta+xml": { - "source": "iana", - "compressible": true - }, - "application/cstadata+xml": { - "source": "iana", - "compressible": true - }, - "application/csvm+json": { - "source": "iana", - "compressible": true - }, - "application/cu-seeme": { - "source": "apache", - "extensions": ["cu"] - }, - "application/cwt": { - "source": "iana" - }, - "application/cybercash": { - "source": "iana" - }, - "application/dart": { - "compressible": true - }, - "application/dash+xml": { - "source": "iana", - "compressible": true, - "extensions": ["mpd"] - }, - "application/dash-patch+xml": { - "source": "iana", - "compressible": true, - "extensions": ["mpp"] - }, - "application/dashdelta": { - "source": "iana" - }, - "application/davmount+xml": { - "source": "iana", - "compressible": true, - "extensions": ["davmount"] - }, - "application/dca-rft": { - "source": "iana" - }, - "application/dcd": { - "source": "iana" - }, - "application/dec-dx": { - "source": "iana" - }, - "application/dialog-info+xml": { - "source": "iana", - "compressible": true - }, - "application/dicom": { - "source": "iana" - }, - "application/dicom+json": { - "source": "iana", - "compressible": true - }, - "application/dicom+xml": { - "source": "iana", - "compressible": true - }, - "application/dii": { - "source": "iana" - }, - "application/dit": { - "source": "iana" - }, - "application/dns": { - "source": "iana" - }, - "application/dns+json": { - "source": "iana", - "compressible": true - }, - "application/dns-message": { - "source": "iana" - }, - "application/docbook+xml": { - "source": "apache", - "compressible": true, - "extensions": ["dbk"] - }, - "application/dots+cbor": { - "source": "iana" - }, - "application/dskpp+xml": { - "source": "iana", - "compressible": true - }, - "application/dssc+der": { - "source": "iana", - "extensions": ["dssc"] - }, - "application/dssc+xml": { - "source": "iana", - "compressible": true, - "extensions": ["xdssc"] - }, - "application/dvcs": { - "source": "iana" - }, - "application/ecmascript": { - "source": "iana", - "compressible": true, - "extensions": ["es","ecma"] - }, - "application/edi-consent": { - "source": "iana" - }, - "application/edi-x12": { - "source": "iana", - "compressible": false - }, - "application/edifact": { - "source": "iana", - "compressible": false - }, - "application/efi": { - "source": "iana" - }, - "application/elm+json": { - "source": "iana", - "charset": "UTF-8", - "compressible": true - }, - "application/elm+xml": { - "source": "iana", - "compressible": true - }, - "application/emergencycalldata.cap+xml": { - "source": "iana", - "charset": "UTF-8", - "compressible": true - }, - "application/emergencycalldata.comment+xml": { - "source": "iana", - "compressible": true - }, - "application/emergencycalldata.control+xml": { - "source": "iana", - "compressible": true - }, - "application/emergencycalldata.deviceinfo+xml": { - "source": "iana", - "compressible": true - }, - "application/emergencycalldata.ecall.msd": { - "source": "iana" - }, - "application/emergencycalldata.providerinfo+xml": { - "source": "iana", - "compressible": true - }, - "application/emergencycalldata.serviceinfo+xml": { - "source": "iana", - "compressible": true - }, - "application/emergencycalldata.subscriberinfo+xml": { - "source": "iana", - "compressible": true - }, - "application/emergencycalldata.veds+xml": { - "source": "iana", - "compressible": true - }, - "application/emma+xml": { - "source": "iana", - "compressible": true, - "extensions": ["emma"] - }, - "application/emotionml+xml": { - "source": "iana", - "compressible": true, - "extensions": ["emotionml"] - }, - "application/encaprtp": { - "source": "iana" - }, - "application/epp+xml": { - "source": "iana", - "compressible": true - }, - "application/epub+zip": { - "source": "iana", - "compressible": false, - "extensions": ["epub"] - }, - "application/eshop": { - "source": "iana" - }, - "application/exi": { - "source": "iana", - "extensions": ["exi"] - }, - "application/expect-ct-report+json": { - "source": "iana", - "compressible": true - }, - "application/express": { - "source": "iana", - "extensions": ["exp"] - }, - "application/fastinfoset": { - "source": "iana" - }, - "application/fastsoap": { - "source": "iana" - }, - "application/fdt+xml": { - "source": "iana", - "compressible": true, - "extensions": ["fdt"] - }, - "application/fhir+json": { - "source": "iana", - "charset": "UTF-8", - "compressible": true - }, - "application/fhir+xml": { - "source": "iana", - "charset": "UTF-8", - "compressible": true - }, - "application/fido.trusted-apps+json": { - "compressible": true - }, - "application/fits": { - "source": "iana" - }, - "application/flexfec": { - "source": "iana" - }, - "application/font-sfnt": { - "source": "iana" - }, - "application/font-tdpfr": { - "source": "iana", - "extensions": ["pfr"] - }, - "application/font-woff": { - "source": "iana", - "compressible": false - }, - "application/framework-attributes+xml": { - "source": "iana", - "compressible": true - }, - "application/geo+json": { - "source": "iana", - "compressible": true, - "extensions": ["geojson"] - }, - "application/geo+json-seq": { - "source": "iana" - }, - "application/geopackage+sqlite3": { - "source": "iana" - }, - "application/geoxacml+xml": { - "source": "iana", - "compressible": true - }, - "application/gltf-buffer": { - "source": "iana" - }, - "application/gml+xml": { - "source": "iana", - "compressible": true, - "extensions": ["gml"] - }, - "application/gpx+xml": { - "source": "apache", - "compressible": true, - "extensions": ["gpx"] - }, - "application/gxf": { - "source": "apache", - "extensions": ["gxf"] - }, - "application/gzip": { - "source": "iana", - "compressible": false, - "extensions": ["gz"] - }, - "application/h224": { - "source": "iana" - }, - "application/held+xml": { - "source": "iana", - "compressible": true - }, - "application/hjson": { - "extensions": ["hjson"] - }, - "application/http": { - "source": "iana" - }, - "application/hyperstudio": { - "source": "iana", - "extensions": ["stk"] - }, - "application/ibe-key-request+xml": { - "source": "iana", - "compressible": true - }, - "application/ibe-pkg-reply+xml": { - "source": "iana", - "compressible": true - }, - "application/ibe-pp-data": { - "source": "iana" - }, - "application/iges": { - "source": "iana" - }, - "application/im-iscomposing+xml": { - "source": "iana", - "charset": "UTF-8", - "compressible": true - }, - "application/index": { - "source": "iana" - }, - "application/index.cmd": { - "source": "iana" - }, - "application/index.obj": { - "source": "iana" - }, - "application/index.response": { - "source": "iana" - }, - "application/index.vnd": { - "source": "iana" - }, - "application/inkml+xml": { - "source": "iana", - "compressible": true, - "extensions": ["ink","inkml"] - }, - "application/iotp": { - "source": "iana" - }, - "application/ipfix": { - "source": "iana", - "extensions": ["ipfix"] - }, - "application/ipp": { - "source": "iana" - }, - "application/isup": { - "source": "iana" - }, - "application/its+xml": { - "source": "iana", - "compressible": true, - "extensions": ["its"] - }, - "application/java-archive": { - "source": "apache", - "compressible": false, - "extensions": ["jar","war","ear"] - }, - "application/java-serialized-object": { - "source": "apache", - "compressible": false, - "extensions": ["ser"] - }, - "application/java-vm": { - "source": "apache", - "compressible": false, - "extensions": ["class"] - }, - "application/javascript": { - "source": "iana", - "charset": "UTF-8", - "compressible": true, - "extensions": ["js","mjs"] - }, - "application/jf2feed+json": { - "source": "iana", - "compressible": true - }, - "application/jose": { - "source": "iana" - }, - "application/jose+json": { - "source": "iana", - "compressible": true - }, - "application/jrd+json": { - "source": "iana", - "compressible": true - }, - "application/jscalendar+json": { - "source": "iana", - "compressible": true - }, - "application/json": { - "source": "iana", - "charset": "UTF-8", - "compressible": true, - "extensions": ["json","map"] - }, - "application/json-patch+json": { - "source": "iana", - "compressible": true - }, - "application/json-seq": { - "source": "iana" - }, - "application/json5": { - "extensions": ["json5"] - }, - "application/jsonml+json": { - "source": "apache", - "compressible": true, - "extensions": ["jsonml"] - }, - "application/jwk+json": { - "source": "iana", - "compressible": true - }, - "application/jwk-set+json": { - "source": "iana", - "compressible": true - }, - "application/jwt": { - "source": "iana" - }, - "application/kpml-request+xml": { - "source": "iana", - "compressible": true - }, - "application/kpml-response+xml": { - "source": "iana", - "compressible": true - }, - "application/ld+json": { - "source": "iana", - "compressible": true, - "extensions": ["jsonld"] - }, - "application/lgr+xml": { - "source": "iana", - "compressible": true, - "extensions": ["lgr"] - }, - "application/link-format": { - "source": "iana" - }, - "application/load-control+xml": { - "source": "iana", - "compressible": true - }, - "application/lost+xml": { - "source": "iana", - "compressible": true, - "extensions": ["lostxml"] - }, - "application/lostsync+xml": { - "source": "iana", - "compressible": true - }, - "application/lpf+zip": { - "source": "iana", - "compressible": false - }, - "application/lxf": { - "source": "iana" - }, - "application/mac-binhex40": { - "source": "iana", - "extensions": ["hqx"] - }, - "application/mac-compactpro": { - "source": "apache", - "extensions": ["cpt"] - }, - "application/macwriteii": { - "source": "iana" - }, - "application/mads+xml": { - "source": "iana", - "compressible": true, - "extensions": ["mads"] - }, - "application/manifest+json": { - "source": "iana", - "charset": "UTF-8", - "compressible": true, - "extensions": ["webmanifest"] - }, - "application/marc": { - "source": "iana", - "extensions": ["mrc"] - }, - "application/marcxml+xml": { - "source": "iana", - "compressible": true, - "extensions": ["mrcx"] - }, - "application/mathematica": { - "source": "iana", - "extensions": ["ma","nb","mb"] - }, - "application/mathml+xml": { - "source": "iana", - "compressible": true, - "extensions": ["mathml"] - }, - "application/mathml-content+xml": { - "source": "iana", - "compressible": true - }, - "application/mathml-presentation+xml": { - "source": "iana", - "compressible": true - }, - "application/mbms-associated-procedure-description+xml": { - "source": "iana", - "compressible": true - }, - "application/mbms-deregister+xml": { - "source": "iana", - "compressible": true - }, - "application/mbms-envelope+xml": { - "source": "iana", - "compressible": true - }, - "application/mbms-msk+xml": { - "source": "iana", - "compressible": true - }, - "application/mbms-msk-response+xml": { - "source": "iana", - "compressible": true - }, - "application/mbms-protection-description+xml": { - "source": "iana", - "compressible": true - }, - "application/mbms-reception-report+xml": { - "source": "iana", - "compressible": true - }, - "application/mbms-register+xml": { - "source": "iana", - "compressible": true - }, - "application/mbms-register-response+xml": { - "source": "iana", - "compressible": true - }, - "application/mbms-schedule+xml": { - "source": "iana", - "compressible": true - }, - "application/mbms-user-service-description+xml": { - "source": "iana", - "compressible": true - }, - "application/mbox": { - "source": "iana", - "extensions": ["mbox"] - }, - "application/media-policy-dataset+xml": { - "source": "iana", - "compressible": true, - "extensions": ["mpf"] - }, - "application/media_control+xml": { - "source": "iana", - "compressible": true - }, - "application/mediaservercontrol+xml": { - "source": "iana", - "compressible": true, - "extensions": ["mscml"] - }, - "application/merge-patch+json": { - "source": "iana", - "compressible": true - }, - "application/metalink+xml": { - "source": "apache", - "compressible": true, - "extensions": ["metalink"] - }, - "application/metalink4+xml": { - "source": "iana", - "compressible": true, - "extensions": ["meta4"] - }, - "application/mets+xml": { - "source": "iana", - "compressible": true, - "extensions": ["mets"] - }, - "application/mf4": { - "source": "iana" - }, - "application/mikey": { - "source": "iana" - }, - "application/mipc": { - "source": "iana" - }, - "application/missing-blocks+cbor-seq": { - "source": "iana" - }, - "application/mmt-aei+xml": { - "source": "iana", - "compressible": true, - "extensions": ["maei"] - }, - "application/mmt-usd+xml": { - "source": "iana", - "compressible": true, - "extensions": ["musd"] - }, - "application/mods+xml": { - "source": "iana", - "compressible": true, - "extensions": ["mods"] - }, - "application/moss-keys": { - "source": "iana" - }, - "application/moss-signature": { - "source": "iana" - }, - "application/mosskey-data": { - "source": "iana" - }, - "application/mosskey-request": { - "source": "iana" - }, - "application/mp21": { - "source": "iana", - "extensions": ["m21","mp21"] - }, - "application/mp4": { - "source": "iana", - "extensions": ["mp4s","m4p"] - }, - "application/mpeg4-generic": { - "source": "iana" - }, - "application/mpeg4-iod": { - "source": "iana" - }, - "application/mpeg4-iod-xmt": { - "source": "iana" - }, - "application/mrb-consumer+xml": { - "source": "iana", - "compressible": true - }, - "application/mrb-publish+xml": { - "source": "iana", - "compressible": true - }, - "application/msc-ivr+xml": { - "source": "iana", - "charset": "UTF-8", - "compressible": true - }, - "application/msc-mixer+xml": { - "source": "iana", - "charset": "UTF-8", - "compressible": true - }, - "application/msword": { - "source": "iana", - "compressible": false, - "extensions": ["doc","dot"] - }, - "application/mud+json": { - "source": "iana", - "compressible": true - }, - "application/multipart-core": { - "source": "iana" - }, - "application/mxf": { - "source": "iana", - "extensions": ["mxf"] - }, - "application/n-quads": { - "source": "iana", - "extensions": ["nq"] - }, - "application/n-triples": { - "source": "iana", - "extensions": ["nt"] - }, - "application/nasdata": { - "source": "iana" - }, - "application/news-checkgroups": { - "source": "iana", - "charset": "US-ASCII" - }, - "application/news-groupinfo": { - "source": "iana", - "charset": "US-ASCII" - }, - "application/news-transmission": { - "source": "iana" - }, - "application/nlsml+xml": { - "source": "iana", - "compressible": true - }, - "application/node": { - "source": "iana", - "extensions": ["cjs"] - }, - "application/nss": { - "source": "iana" - }, - "application/oauth-authz-req+jwt": { - "source": "iana" - }, - "application/oblivious-dns-message": { - "source": "iana" - }, - "application/ocsp-request": { - "source": "iana" - }, - "application/ocsp-response": { - "source": "iana" - }, - "application/octet-stream": { - "source": "iana", - "compressible": false, - "extensions": ["bin","dms","lrf","mar","so","dist","distz","pkg","bpk","dump","elc","deploy","exe","dll","deb","dmg","iso","img","msi","msp","msm","buffer"] - }, - "application/oda": { - "source": "iana", - "extensions": ["oda"] - }, - "application/odm+xml": { - "source": "iana", - "compressible": true - }, - "application/odx": { - "source": "iana" - }, - "application/oebps-package+xml": { - "source": "iana", - "compressible": true, - "extensions": ["opf"] - }, - "application/ogg": { - "source": "iana", - "compressible": false, - "extensions": ["ogx"] - }, - "application/omdoc+xml": { - "source": "apache", - "compressible": true, - "extensions": ["omdoc"] - }, - "application/onenote": { - "source": "apache", - "extensions": ["onetoc","onetoc2","onetmp","onepkg"] - }, - "application/opc-nodeset+xml": { - "source": "iana", - "compressible": true - }, - "application/oscore": { - "source": "iana" - }, - "application/oxps": { - "source": "iana", - "extensions": ["oxps"] - }, - "application/p21": { - "source": "iana" - }, - "application/p21+zip": { - "source": "iana", - "compressible": false - }, - "application/p2p-overlay+xml": { - "source": "iana", - "compressible": true, - "extensions": ["relo"] - }, - "application/parityfec": { - "source": "iana" - }, - "application/passport": { - "source": "iana" - }, - "application/patch-ops-error+xml": { - "source": "iana", - "compressible": true, - "extensions": ["xer"] - }, - "application/pdf": { - "source": "iana", - "compressible": false, - "extensions": ["pdf"] - }, - "application/pdx": { - "source": "iana" - }, - "application/pem-certificate-chain": { - "source": "iana" - }, - "application/pgp-encrypted": { - "source": "iana", - "compressible": false, - "extensions": ["pgp"] - }, - "application/pgp-keys": { - "source": "iana", - "extensions": ["asc"] - }, - "application/pgp-signature": { - "source": "iana", - "extensions": ["asc","sig"] - }, - "application/pics-rules": { - "source": "apache", - "extensions": ["prf"] - }, - "application/pidf+xml": { - "source": "iana", - "charset": "UTF-8", - "compressible": true - }, - "application/pidf-diff+xml": { - "source": "iana", - "charset": "UTF-8", - "compressible": true - }, - "application/pkcs10": { - "source": "iana", - "extensions": ["p10"] - }, - "application/pkcs12": { - "source": "iana" - }, - "application/pkcs7-mime": { - "source": "iana", - "extensions": ["p7m","p7c"] - }, - "application/pkcs7-signature": { - "source": "iana", - "extensions": ["p7s"] - }, - "application/pkcs8": { - "source": "iana", - "extensions": ["p8"] - }, - "application/pkcs8-encrypted": { - "source": "iana" - }, - "application/pkix-attr-cert": { - "source": "iana", - "extensions": ["ac"] - }, - "application/pkix-cert": { - "source": "iana", - "extensions": ["cer"] - }, - "application/pkix-crl": { - "source": "iana", - "extensions": ["crl"] - }, - "application/pkix-pkipath": { - "source": "iana", - "extensions": ["pkipath"] - }, - "application/pkixcmp": { - "source": "iana", - "extensions": ["pki"] - }, - "application/pls+xml": { - "source": "iana", - "compressible": true, - "extensions": ["pls"] - }, - "application/poc-settings+xml": { - "source": "iana", - "charset": "UTF-8", - "compressible": true - }, - "application/postscript": { - "source": "iana", - "compressible": true, - "extensions": ["ai","eps","ps"] - }, - "application/ppsp-tracker+json": { - "source": "iana", - "compressible": true - }, - "application/problem+json": { - "source": "iana", - "compressible": true - }, - "application/problem+xml": { - "source": "iana", - "compressible": true - }, - "application/provenance+xml": { - "source": "iana", - "compressible": true, - "extensions": ["provx"] - }, - "application/prs.alvestrand.titrax-sheet": { - "source": "iana" - }, - "application/prs.cww": { - "source": "iana", - "extensions": ["cww"] - }, - "application/prs.cyn": { - "source": "iana", - "charset": "7-BIT" - }, - "application/prs.hpub+zip": { - "source": "iana", - "compressible": false - }, - "application/prs.nprend": { - "source": "iana" - }, - "application/prs.plucker": { - "source": "iana" - }, - "application/prs.rdf-xml-crypt": { - "source": "iana" - }, - "application/prs.xsf+xml": { - "source": "iana", - "compressible": true - }, - "application/pskc+xml": { - "source": "iana", - "compressible": true, - "extensions": ["pskcxml"] - }, - "application/pvd+json": { - "source": "iana", - "compressible": true - }, - "application/qsig": { - "source": "iana" - }, - "application/raml+yaml": { - "compressible": true, - "extensions": ["raml"] - }, - "application/raptorfec": { - "source": "iana" - }, - "application/rdap+json": { - "source": "iana", - "compressible": true - }, - "application/rdf+xml": { - "source": "iana", - "compressible": true, - "extensions": ["rdf","owl"] - }, - "application/reginfo+xml": { - "source": "iana", - "compressible": true, - "extensions": ["rif"] - }, - "application/relax-ng-compact-syntax": { - "source": "iana", - "extensions": ["rnc"] - }, - "application/remote-printing": { - "source": "iana" - }, - "application/reputon+json": { - "source": "iana", - "compressible": true - }, - "application/resource-lists+xml": { - "source": "iana", - "compressible": true, - "extensions": ["rl"] - }, - "application/resource-lists-diff+xml": { - "source": "iana", - "compressible": true, - "extensions": ["rld"] - }, - "application/rfc+xml": { - "source": "iana", - "compressible": true - }, - "application/riscos": { - "source": "iana" - }, - "application/rlmi+xml": { - "source": "iana", - "compressible": true - }, - "application/rls-services+xml": { - "source": "iana", - "compressible": true, - "extensions": ["rs"] - }, - "application/route-apd+xml": { - "source": "iana", - "compressible": true, - "extensions": ["rapd"] - }, - "application/route-s-tsid+xml": { - "source": "iana", - "compressible": true, - "extensions": ["sls"] - }, - "application/route-usd+xml": { - "source": "iana", - "compressible": true, - "extensions": ["rusd"] - }, - "application/rpki-ghostbusters": { - "source": "iana", - "extensions": ["gbr"] - }, - "application/rpki-manifest": { - "source": "iana", - "extensions": ["mft"] - }, - "application/rpki-publication": { - "source": "iana" - }, - "application/rpki-roa": { - "source": "iana", - "extensions": ["roa"] - }, - "application/rpki-updown": { - "source": "iana" - }, - "application/rsd+xml": { - "source": "apache", - "compressible": true, - "extensions": ["rsd"] - }, - "application/rss+xml": { - "source": "apache", - "compressible": true, - "extensions": ["rss"] - }, - "application/rtf": { - "source": "iana", - "compressible": true, - "extensions": ["rtf"] - }, - "application/rtploopback": { - "source": "iana" - }, - "application/rtx": { - "source": "iana" - }, - "application/samlassertion+xml": { - "source": "iana", - "compressible": true - }, - "application/samlmetadata+xml": { - "source": "iana", - "compressible": true - }, - "application/sarif+json": { - "source": "iana", - "compressible": true - }, - "application/sarif-external-properties+json": { - "source": "iana", - "compressible": true - }, - "application/sbe": { - "source": "iana" - }, - "application/sbml+xml": { - "source": "iana", - "compressible": true, - "extensions": ["sbml"] - }, - "application/scaip+xml": { - "source": "iana", - "compressible": true - }, - "application/scim+json": { - "source": "iana", - "compressible": true - }, - "application/scvp-cv-request": { - "source": "iana", - "extensions": ["scq"] - }, - "application/scvp-cv-response": { - "source": "iana", - "extensions": ["scs"] - }, - "application/scvp-vp-request": { - "source": "iana", - "extensions": ["spq"] - }, - "application/scvp-vp-response": { - "source": "iana", - "extensions": ["spp"] - }, - "application/sdp": { - "source": "iana", - "extensions": ["sdp"] - }, - "application/secevent+jwt": { - "source": "iana" - }, - "application/senml+cbor": { - "source": "iana" - }, - "application/senml+json": { - "source": "iana", - "compressible": true - }, - "application/senml+xml": { - "source": "iana", - "compressible": true, - "extensions": ["senmlx"] - }, - "application/senml-etch+cbor": { - "source": "iana" - }, - "application/senml-etch+json": { - "source": "iana", - "compressible": true - }, - "application/senml-exi": { - "source": "iana" - }, - "application/sensml+cbor": { - "source": "iana" - }, - "application/sensml+json": { - "source": "iana", - "compressible": true - }, - "application/sensml+xml": { - "source": "iana", - "compressible": true, - "extensions": ["sensmlx"] - }, - "application/sensml-exi": { - "source": "iana" - }, - "application/sep+xml": { - "source": "iana", - "compressible": true - }, - "application/sep-exi": { - "source": "iana" - }, - "application/session-info": { - "source": "iana" - }, - "application/set-payment": { - "source": "iana" - }, - "application/set-payment-initiation": { - "source": "iana", - "extensions": ["setpay"] - }, - "application/set-registration": { - "source": "iana" - }, - "application/set-registration-initiation": { - "source": "iana", - "extensions": ["setreg"] - }, - "application/sgml": { - "source": "iana" - }, - "application/sgml-open-catalog": { - "source": "iana" - }, - "application/shf+xml": { - "source": "iana", - "compressible": true, - "extensions": ["shf"] - }, - "application/sieve": { - "source": "iana", - "extensions": ["siv","sieve"] - }, - "application/simple-filter+xml": { - "source": "iana", - "compressible": true - }, - "application/simple-message-summary": { - "source": "iana" - }, - "application/simplesymbolcontainer": { - "source": "iana" - }, - "application/sipc": { - "source": "iana" - }, - "application/slate": { - "source": "iana" - }, - "application/smil": { - "source": "iana" - }, - "application/smil+xml": { - "source": "iana", - "compressible": true, - "extensions": ["smi","smil"] - }, - "application/smpte336m": { - "source": "iana" - }, - "application/soap+fastinfoset": { - "source": "iana" - }, - "application/soap+xml": { - "source": "iana", - "compressible": true - }, - "application/sparql-query": { - "source": "iana", - "extensions": ["rq"] - }, - "application/sparql-results+xml": { - "source": "iana", - "compressible": true, - "extensions": ["srx"] - }, - "application/spdx+json": { - "source": "iana", - "compressible": true - }, - "application/spirits-event+xml": { - "source": "iana", - "compressible": true - }, - "application/sql": { - "source": "iana" - }, - "application/srgs": { - "source": "iana", - "extensions": ["gram"] - }, - "application/srgs+xml": { - "source": "iana", - "compressible": true, - "extensions": ["grxml"] - }, - "application/sru+xml": { - "source": "iana", - "compressible": true, - "extensions": ["sru"] - }, - "application/ssdl+xml": { - "source": "apache", - "compressible": true, - "extensions": ["ssdl"] - }, - "application/ssml+xml": { - "source": "iana", - "compressible": true, - "extensions": ["ssml"] - }, - "application/stix+json": { - "source": "iana", - "compressible": true - }, - "application/swid+xml": { - "source": "iana", - "compressible": true, - "extensions": ["swidtag"] - }, - "application/tamp-apex-update": { - "source": "iana" - }, - "application/tamp-apex-update-confirm": { - "source": "iana" - }, - "application/tamp-community-update": { - "source": "iana" - }, - "application/tamp-community-update-confirm": { - "source": "iana" - }, - "application/tamp-error": { - "source": "iana" - }, - "application/tamp-sequence-adjust": { - "source": "iana" - }, - "application/tamp-sequence-adjust-confirm": { - "source": "iana" - }, - "application/tamp-status-query": { - "source": "iana" - }, - "application/tamp-status-response": { - "source": "iana" - }, - "application/tamp-update": { - "source": "iana" - }, - "application/tamp-update-confirm": { - "source": "iana" - }, - "application/tar": { - "compressible": true - }, - "application/taxii+json": { - "source": "iana", - "compressible": true - }, - "application/td+json": { - "source": "iana", - "compressible": true - }, - "application/tei+xml": { - "source": "iana", - "compressible": true, - "extensions": ["tei","teicorpus"] - }, - "application/tetra_isi": { - "source": "iana" - }, - "application/thraud+xml": { - "source": "iana", - "compressible": true, - "extensions": ["tfi"] - }, - "application/timestamp-query": { - "source": "iana" - }, - "application/timestamp-reply": { - "source": "iana" - }, - "application/timestamped-data": { - "source": "iana", - "extensions": ["tsd"] - }, - "application/tlsrpt+gzip": { - "source": "iana" - }, - "application/tlsrpt+json": { - "source": "iana", - "compressible": true - }, - "application/tnauthlist": { - "source": "iana" - }, - "application/token-introspection+jwt": { - "source": "iana" - }, - "application/toml": { - "compressible": true, - "extensions": ["toml"] - }, - "application/trickle-ice-sdpfrag": { - "source": "iana" - }, - "application/trig": { - "source": "iana", - "extensions": ["trig"] - }, - "application/ttml+xml": { - "source": "iana", - "compressible": true, - "extensions": ["ttml"] - }, - "application/tve-trigger": { - "source": "iana" - }, - "application/tzif": { - "source": "iana" - }, - "application/tzif-leap": { - "source": "iana" - }, - "application/ubjson": { - "compressible": false, - "extensions": ["ubj"] - }, - "application/ulpfec": { - "source": "iana" - }, - "application/urc-grpsheet+xml": { - "source": "iana", - "compressible": true - }, - "application/urc-ressheet+xml": { - "source": "iana", - "compressible": true, - "extensions": ["rsheet"] - }, - "application/urc-targetdesc+xml": { - "source": "iana", - "compressible": true, - "extensions": ["td"] - }, - "application/urc-uisocketdesc+xml": { - "source": "iana", - "compressible": true - }, - "application/vcard+json": { - "source": "iana", - "compressible": true - }, - "application/vcard+xml": { - "source": "iana", - "compressible": true - }, - "application/vemmi": { - "source": "iana" - }, - "application/vividence.scriptfile": { - "source": "apache" - }, - "application/vnd.1000minds.decision-model+xml": { - "source": "iana", - "compressible": true, - "extensions": ["1km"] - }, - "application/vnd.3gpp-prose+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.3gpp-prose-pc3ch+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.3gpp-v2x-local-service-information": { - "source": "iana" - }, - "application/vnd.3gpp.5gnas": { - "source": "iana" - }, - "application/vnd.3gpp.access-transfer-events+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.3gpp.bsf+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.3gpp.gmop+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.3gpp.gtpc": { - "source": "iana" - }, - "application/vnd.3gpp.interworking-data": { - "source": "iana" - }, - "application/vnd.3gpp.lpp": { - "source": "iana" - }, - "application/vnd.3gpp.mc-signalling-ear": { - "source": "iana" - }, - "application/vnd.3gpp.mcdata-affiliation-command+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.3gpp.mcdata-info+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.3gpp.mcdata-payload": { - "source": "iana" - }, - "application/vnd.3gpp.mcdata-service-config+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.3gpp.mcdata-signalling": { - "source": "iana" - }, - "application/vnd.3gpp.mcdata-ue-config+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.3gpp.mcdata-user-profile+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.3gpp.mcptt-affiliation-command+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.3gpp.mcptt-floor-request+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.3gpp.mcptt-info+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.3gpp.mcptt-location-info+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.3gpp.mcptt-mbms-usage-info+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.3gpp.mcptt-service-config+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.3gpp.mcptt-signed+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.3gpp.mcptt-ue-config+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.3gpp.mcptt-ue-init-config+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.3gpp.mcptt-user-profile+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.3gpp.mcvideo-affiliation-command+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.3gpp.mcvideo-affiliation-info+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.3gpp.mcvideo-info+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.3gpp.mcvideo-location-info+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.3gpp.mcvideo-mbms-usage-info+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.3gpp.mcvideo-service-config+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.3gpp.mcvideo-transmission-request+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.3gpp.mcvideo-ue-config+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.3gpp.mcvideo-user-profile+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.3gpp.mid-call+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.3gpp.ngap": { - "source": "iana" - }, - "application/vnd.3gpp.pfcp": { - "source": "iana" - }, - "application/vnd.3gpp.pic-bw-large": { - "source": "iana", - "extensions": ["plb"] - }, - "application/vnd.3gpp.pic-bw-small": { - "source": "iana", - "extensions": ["psb"] - }, - "application/vnd.3gpp.pic-bw-var": { - "source": "iana", - "extensions": ["pvb"] - }, - "application/vnd.3gpp.s1ap": { - "source": "iana" - }, - "application/vnd.3gpp.sms": { - "source": "iana" - }, - "application/vnd.3gpp.sms+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.3gpp.srvcc-ext+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.3gpp.srvcc-info+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.3gpp.state-and-event-info+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.3gpp.ussd+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.3gpp2.bcmcsinfo+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.3gpp2.sms": { - "source": "iana" - }, - "application/vnd.3gpp2.tcap": { - "source": "iana", - "extensions": ["tcap"] - }, - "application/vnd.3lightssoftware.imagescal": { - "source": "iana" - }, - "application/vnd.3m.post-it-notes": { - "source": "iana", - "extensions": ["pwn"] - }, - "application/vnd.accpac.simply.aso": { - "source": "iana", - "extensions": ["aso"] - }, - "application/vnd.accpac.simply.imp": { - "source": "iana", - "extensions": ["imp"] - }, - "application/vnd.acucobol": { - "source": "iana", - "extensions": ["acu"] - }, - "application/vnd.acucorp": { - "source": "iana", - "extensions": ["atc","acutc"] - }, - "application/vnd.adobe.air-application-installer-package+zip": { - "source": "apache", - "compressible": false, - "extensions": ["air"] - }, - "application/vnd.adobe.flash.movie": { - "source": "iana" - }, - "application/vnd.adobe.formscentral.fcdt": { - "source": "iana", - "extensions": ["fcdt"] - }, - "application/vnd.adobe.fxp": { - "source": "iana", - "extensions": ["fxp","fxpl"] - }, - "application/vnd.adobe.partial-upload": { - "source": "iana" - }, - "application/vnd.adobe.xdp+xml": { - "source": "iana", - "compressible": true, - "extensions": ["xdp"] - }, - "application/vnd.adobe.xfdf": { - "source": "iana", - "extensions": ["xfdf"] - }, - "application/vnd.aether.imp": { - "source": "iana" - }, - "application/vnd.afpc.afplinedata": { - "source": "iana" - }, - "application/vnd.afpc.afplinedata-pagedef": { - "source": "iana" - }, - "application/vnd.afpc.cmoca-cmresource": { - "source": "iana" - }, - "application/vnd.afpc.foca-charset": { - "source": "iana" - }, - "application/vnd.afpc.foca-codedfont": { - "source": "iana" - }, - "application/vnd.afpc.foca-codepage": { - "source": "iana" - }, - "application/vnd.afpc.modca": { - "source": "iana" - }, - "application/vnd.afpc.modca-cmtable": { - "source": "iana" - }, - "application/vnd.afpc.modca-formdef": { - "source": "iana" - }, - "application/vnd.afpc.modca-mediummap": { - "source": "iana" - }, - "application/vnd.afpc.modca-objectcontainer": { - "source": "iana" - }, - "application/vnd.afpc.modca-overlay": { - "source": "iana" - }, - "application/vnd.afpc.modca-pagesegment": { - "source": "iana" - }, - "application/vnd.age": { - "source": "iana", - "extensions": ["age"] - }, - "application/vnd.ah-barcode": { - "source": "iana" - }, - "application/vnd.ahead.space": { - "source": "iana", - "extensions": ["ahead"] - }, - "application/vnd.airzip.filesecure.azf": { - "source": "iana", - "extensions": ["azf"] - }, - "application/vnd.airzip.filesecure.azs": { - "source": "iana", - "extensions": ["azs"] - }, - "application/vnd.amadeus+json": { - "source": "iana", - "compressible": true - }, - "application/vnd.amazon.ebook": { - "source": "apache", - "extensions": ["azw"] - }, - "application/vnd.amazon.mobi8-ebook": { - "source": "iana" - }, - "application/vnd.americandynamics.acc": { - "source": "iana", - "extensions": ["acc"] - }, - "application/vnd.amiga.ami": { - "source": "iana", - "extensions": ["ami"] - }, - "application/vnd.amundsen.maze+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.android.ota": { - "source": "iana" - }, - "application/vnd.android.package-archive": { - "source": "apache", - "compressible": false, - "extensions": ["apk"] - }, - "application/vnd.anki": { - "source": "iana" - }, - "application/vnd.anser-web-certificate-issue-initiation": { - "source": "iana", - "extensions": ["cii"] - }, - "application/vnd.anser-web-funds-transfer-initiation": { - "source": "apache", - "extensions": ["fti"] - }, - "application/vnd.antix.game-component": { - "source": "iana", - "extensions": ["atx"] - }, - "application/vnd.apache.arrow.file": { - "source": "iana" - }, - "application/vnd.apache.arrow.stream": { - "source": "iana" - }, - "application/vnd.apache.thrift.binary": { - "source": "iana" - }, - "application/vnd.apache.thrift.compact": { - "source": "iana" - }, - "application/vnd.apache.thrift.json": { - "source": "iana" - }, - "application/vnd.api+json": { - "source": "iana", - "compressible": true - }, - "application/vnd.aplextor.warrp+json": { - "source": "iana", - "compressible": true - }, - "application/vnd.apothekende.reservation+json": { - "source": "iana", - "compressible": true - }, - "application/vnd.apple.installer+xml": { - "source": "iana", - "compressible": true, - "extensions": ["mpkg"] - }, - "application/vnd.apple.keynote": { - "source": "iana", - "extensions": ["key"] - }, - "application/vnd.apple.mpegurl": { - "source": "iana", - "extensions": ["m3u8"] - }, - "application/vnd.apple.numbers": { - "source": "iana", - "extensions": ["numbers"] - }, - "application/vnd.apple.pages": { - "source": "iana", - "extensions": ["pages"] - }, - "application/vnd.apple.pkpass": { - "compressible": false, - "extensions": ["pkpass"] - }, - "application/vnd.arastra.swi": { - "source": "iana" - }, - "application/vnd.aristanetworks.swi": { - "source": "iana", - "extensions": ["swi"] - }, - "application/vnd.artisan+json": { - "source": "iana", - "compressible": true - }, - "application/vnd.artsquare": { - "source": "iana" - }, - "application/vnd.astraea-software.iota": { - "source": "iana", - "extensions": ["iota"] - }, - "application/vnd.audiograph": { - "source": "iana", - "extensions": ["aep"] - }, - "application/vnd.autopackage": { - "source": "iana" - }, - "application/vnd.avalon+json": { - "source": "iana", - "compressible": true - }, - "application/vnd.avistar+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.balsamiq.bmml+xml": { - "source": "iana", - "compressible": true, - "extensions": ["bmml"] - }, - "application/vnd.balsamiq.bmpr": { - "source": "iana" - }, - "application/vnd.banana-accounting": { - "source": "iana" - }, - "application/vnd.bbf.usp.error": { - "source": "iana" - }, - "application/vnd.bbf.usp.msg": { - "source": "iana" - }, - "application/vnd.bbf.usp.msg+json": { - "source": "iana", - "compressible": true - }, - "application/vnd.bekitzur-stech+json": { - "source": "iana", - "compressible": true - }, - "application/vnd.bint.med-content": { - "source": "iana" - }, - "application/vnd.biopax.rdf+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.blink-idb-value-wrapper": { - "source": "iana" - }, - "application/vnd.blueice.multipass": { - "source": "iana", - "extensions": ["mpm"] - }, - "application/vnd.bluetooth.ep.oob": { - "source": "iana" - }, - "application/vnd.bluetooth.le.oob": { - "source": "iana" - }, - "application/vnd.bmi": { - "source": "iana", - "extensions": ["bmi"] - }, - "application/vnd.bpf": { - "source": "iana" - }, - "application/vnd.bpf3": { - "source": "iana" - }, - "application/vnd.businessobjects": { - "source": "iana", - "extensions": ["rep"] - }, - "application/vnd.byu.uapi+json": { - "source": "iana", - "compressible": true - }, - "application/vnd.cab-jscript": { - "source": "iana" - }, - "application/vnd.canon-cpdl": { - "source": "iana" - }, - "application/vnd.canon-lips": { - "source": "iana" - }, - "application/vnd.capasystems-pg+json": { - "source": "iana", - "compressible": true - }, - "application/vnd.cendio.thinlinc.clientconf": { - "source": "iana" - }, - "application/vnd.century-systems.tcp_stream": { - "source": "iana" - }, - "application/vnd.chemdraw+xml": { - "source": "iana", - "compressible": true, - "extensions": ["cdxml"] - }, - "application/vnd.chess-pgn": { - "source": "iana" - }, - "application/vnd.chipnuts.karaoke-mmd": { - "source": "iana", - "extensions": ["mmd"] - }, - "application/vnd.ciedi": { - "source": "iana" - }, - "application/vnd.cinderella": { - "source": "iana", - "extensions": ["cdy"] - }, - "application/vnd.cirpack.isdn-ext": { - "source": "iana" - }, - "application/vnd.citationstyles.style+xml": { - "source": "iana", - "compressible": true, - "extensions": ["csl"] - }, - "application/vnd.claymore": { - "source": "iana", - "extensions": ["cla"] - }, - "application/vnd.cloanto.rp9": { - "source": "iana", - "extensions": ["rp9"] - }, - "application/vnd.clonk.c4group": { - "source": "iana", - "extensions": ["c4g","c4d","c4f","c4p","c4u"] - }, - "application/vnd.cluetrust.cartomobile-config": { - "source": "iana", - "extensions": ["c11amc"] - }, - "application/vnd.cluetrust.cartomobile-config-pkg": { - "source": "iana", - "extensions": ["c11amz"] - }, - "application/vnd.coffeescript": { - "source": "iana" - }, - "application/vnd.collabio.xodocuments.document": { - "source": "iana" - }, - "application/vnd.collabio.xodocuments.document-template": { - "source": "iana" - }, - "application/vnd.collabio.xodocuments.presentation": { - "source": "iana" - }, - "application/vnd.collabio.xodocuments.presentation-template": { - "source": "iana" - }, - "application/vnd.collabio.xodocuments.spreadsheet": { - "source": "iana" - }, - "application/vnd.collabio.xodocuments.spreadsheet-template": { - "source": "iana" - }, - "application/vnd.collection+json": { - "source": "iana", - "compressible": true - }, - "application/vnd.collection.doc+json": { - "source": "iana", - "compressible": true - }, - "application/vnd.collection.next+json": { - "source": "iana", - "compressible": true - }, - "application/vnd.comicbook+zip": { - "source": "iana", - "compressible": false - }, - "application/vnd.comicbook-rar": { - "source": "iana" - }, - "application/vnd.commerce-battelle": { - "source": "iana" - }, - "application/vnd.commonspace": { - "source": "iana", - "extensions": ["csp"] - }, - "application/vnd.contact.cmsg": { - "source": "iana", - "extensions": ["cdbcmsg"] - }, - "application/vnd.coreos.ignition+json": { - "source": "iana", - "compressible": true - }, - "application/vnd.cosmocaller": { - "source": "iana", - "extensions": ["cmc"] - }, - "application/vnd.crick.clicker": { - "source": "iana", - "extensions": ["clkx"] - }, - "application/vnd.crick.clicker.keyboard": { - "source": "iana", - "extensions": ["clkk"] - }, - "application/vnd.crick.clicker.palette": { - "source": "iana", - "extensions": ["clkp"] - }, - "application/vnd.crick.clicker.template": { - "source": "iana", - "extensions": ["clkt"] - }, - "application/vnd.crick.clicker.wordbank": { - "source": "iana", - "extensions": ["clkw"] - }, - "application/vnd.criticaltools.wbs+xml": { - "source": "iana", - "compressible": true, - "extensions": ["wbs"] - }, - "application/vnd.cryptii.pipe+json": { - "source": "iana", - "compressible": true - }, - "application/vnd.crypto-shade-file": { - "source": "iana" - }, - "application/vnd.cryptomator.encrypted": { - "source": "iana" - }, - "application/vnd.cryptomator.vault": { - "source": "iana" - }, - "application/vnd.ctc-posml": { - "source": "iana", - "extensions": ["pml"] - }, - "application/vnd.ctct.ws+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.cups-pdf": { - "source": "iana" - }, - "application/vnd.cups-postscript": { - "source": "iana" - }, - "application/vnd.cups-ppd": { - "source": "iana", - "extensions": ["ppd"] - }, - "application/vnd.cups-raster": { - "source": "iana" - }, - "application/vnd.cups-raw": { - "source": "iana" - }, - "application/vnd.curl": { - "source": "iana" - }, - "application/vnd.curl.car": { - "source": "apache", - "extensions": ["car"] - }, - "application/vnd.curl.pcurl": { - "source": "apache", - "extensions": ["pcurl"] - }, - "application/vnd.cyan.dean.root+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.cybank": { - "source": "iana" - }, - "application/vnd.cyclonedx+json": { - "source": "iana", - "compressible": true - }, - "application/vnd.cyclonedx+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.d2l.coursepackage1p0+zip": { - "source": "iana", - "compressible": false - }, - "application/vnd.d3m-dataset": { - "source": "iana" - }, - "application/vnd.d3m-problem": { - "source": "iana" - }, - "application/vnd.dart": { - "source": "iana", - "compressible": true, - "extensions": ["dart"] - }, - "application/vnd.data-vision.rdz": { - "source": "iana", - "extensions": ["rdz"] - }, - "application/vnd.datapackage+json": { - "source": "iana", - "compressible": true - }, - "application/vnd.dataresource+json": { - "source": "iana", - "compressible": true - }, - "application/vnd.dbf": { - "source": "iana", - "extensions": ["dbf"] - }, - "application/vnd.debian.binary-package": { - "source": "iana" - }, - "application/vnd.dece.data": { - "source": "iana", - "extensions": ["uvf","uvvf","uvd","uvvd"] - }, - "application/vnd.dece.ttml+xml": { - "source": "iana", - "compressible": true, - "extensions": ["uvt","uvvt"] - }, - "application/vnd.dece.unspecified": { - "source": "iana", - "extensions": ["uvx","uvvx"] - }, - "application/vnd.dece.zip": { - "source": "iana", - "extensions": ["uvz","uvvz"] - }, - "application/vnd.denovo.fcselayout-link": { - "source": "iana", - "extensions": ["fe_launch"] - }, - "application/vnd.desmume.movie": { - "source": "iana" - }, - "application/vnd.dir-bi.plate-dl-nosuffix": { - "source": "iana" - }, - "application/vnd.dm.delegation+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.dna": { - "source": "iana", - "extensions": ["dna"] - }, - "application/vnd.document+json": { - "source": "iana", - "compressible": true - }, - "application/vnd.dolby.mlp": { - "source": "apache", - "extensions": ["mlp"] - }, - "application/vnd.dolby.mobile.1": { - "source": "iana" - }, - "application/vnd.dolby.mobile.2": { - "source": "iana" - }, - "application/vnd.doremir.scorecloud-binary-document": { - "source": "iana" - }, - "application/vnd.dpgraph": { - "source": "iana", - "extensions": ["dpg"] - }, - "application/vnd.dreamfactory": { - "source": "iana", - "extensions": ["dfac"] - }, - "application/vnd.drive+json": { - "source": "iana", - "compressible": true - }, - "application/vnd.ds-keypoint": { - "source": "apache", - "extensions": ["kpxx"] - }, - "application/vnd.dtg.local": { - "source": "iana" - }, - "application/vnd.dtg.local.flash": { - "source": "iana" - }, - "application/vnd.dtg.local.html": { - "source": "iana" - }, - "application/vnd.dvb.ait": { - "source": "iana", - "extensions": ["ait"] - }, - "application/vnd.dvb.dvbisl+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.dvb.dvbj": { - "source": "iana" - }, - "application/vnd.dvb.esgcontainer": { - "source": "iana" - }, - "application/vnd.dvb.ipdcdftnotifaccess": { - "source": "iana" - }, - "application/vnd.dvb.ipdcesgaccess": { - "source": "iana" - }, - "application/vnd.dvb.ipdcesgaccess2": { - "source": "iana" - }, - "application/vnd.dvb.ipdcesgpdd": { - "source": "iana" - }, - "application/vnd.dvb.ipdcroaming": { - "source": "iana" - }, - "application/vnd.dvb.iptv.alfec-base": { - "source": "iana" - }, - "application/vnd.dvb.iptv.alfec-enhancement": { - "source": "iana" - }, - "application/vnd.dvb.notif-aggregate-root+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.dvb.notif-container+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.dvb.notif-generic+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.dvb.notif-ia-msglist+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.dvb.notif-ia-registration-request+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.dvb.notif-ia-registration-response+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.dvb.notif-init+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.dvb.pfr": { - "source": "iana" - }, - "application/vnd.dvb.service": { - "source": "iana", - "extensions": ["svc"] - }, - "application/vnd.dxr": { - "source": "iana" - }, - "application/vnd.dynageo": { - "source": "iana", - "extensions": ["geo"] - }, - "application/vnd.dzr": { - "source": "iana" - }, - "application/vnd.easykaraoke.cdgdownload": { - "source": "iana" - }, - "application/vnd.ecdis-update": { - "source": "iana" - }, - "application/vnd.ecip.rlp": { - "source": "iana" - }, - "application/vnd.eclipse.ditto+json": { - "source": "iana", - "compressible": true - }, - "application/vnd.ecowin.chart": { - "source": "iana", - "extensions": ["mag"] - }, - "application/vnd.ecowin.filerequest": { - "source": "iana" - }, - "application/vnd.ecowin.fileupdate": { - "source": "iana" - }, - "application/vnd.ecowin.series": { - "source": "iana" - }, - "application/vnd.ecowin.seriesrequest": { - "source": "iana" - }, - "application/vnd.ecowin.seriesupdate": { - "source": "iana" - }, - "application/vnd.efi.img": { - "source": "iana" - }, - "application/vnd.efi.iso": { - "source": "iana" - }, - "application/vnd.emclient.accessrequest+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.enliven": { - "source": "iana", - "extensions": ["nml"] - }, - "application/vnd.enphase.envoy": { - "source": "iana" - }, - "application/vnd.eprints.data+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.epson.esf": { - "source": "iana", - "extensions": ["esf"] - }, - "application/vnd.epson.msf": { - "source": "iana", - "extensions": ["msf"] - }, - "application/vnd.epson.quickanime": { - "source": "iana", - "extensions": ["qam"] - }, - "application/vnd.epson.salt": { - "source": "iana", - "extensions": ["slt"] - }, - "application/vnd.epson.ssf": { - "source": "iana", - "extensions": ["ssf"] - }, - "application/vnd.ericsson.quickcall": { - "source": "iana" - }, - "application/vnd.espass-espass+zip": { - "source": "iana", - "compressible": false - }, - "application/vnd.eszigno3+xml": { - "source": "iana", - "compressible": true, - "extensions": ["es3","et3"] - }, - "application/vnd.etsi.aoc+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.etsi.asic-e+zip": { - "source": "iana", - "compressible": false - }, - "application/vnd.etsi.asic-s+zip": { - "source": "iana", - "compressible": false - }, - "application/vnd.etsi.cug+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.etsi.iptvcommand+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.etsi.iptvdiscovery+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.etsi.iptvprofile+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.etsi.iptvsad-bc+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.etsi.iptvsad-cod+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.etsi.iptvsad-npvr+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.etsi.iptvservice+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.etsi.iptvsync+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.etsi.iptvueprofile+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.etsi.mcid+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.etsi.mheg5": { - "source": "iana" - }, - "application/vnd.etsi.overload-control-policy-dataset+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.etsi.pstn+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.etsi.sci+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.etsi.simservs+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.etsi.timestamp-token": { - "source": "iana" - }, - "application/vnd.etsi.tsl+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.etsi.tsl.der": { - "source": "iana" - }, - "application/vnd.eu.kasparian.car+json": { - "source": "iana", - "compressible": true - }, - "application/vnd.eudora.data": { - "source": "iana" - }, - "application/vnd.evolv.ecig.profile": { - "source": "iana" - }, - "application/vnd.evolv.ecig.settings": { - "source": "iana" - }, - "application/vnd.evolv.ecig.theme": { - "source": "iana" - }, - "application/vnd.exstream-empower+zip": { - "source": "iana", - "compressible": false - }, - "application/vnd.exstream-package": { - "source": "iana" - }, - "application/vnd.ezpix-album": { - "source": "iana", - "extensions": ["ez2"] - }, - "application/vnd.ezpix-package": { - "source": "iana", - "extensions": ["ez3"] - }, - "application/vnd.f-secure.mobile": { - "source": "iana" - }, - "application/vnd.familysearch.gedcom+zip": { - "source": "iana", - "compressible": false - }, - "application/vnd.fastcopy-disk-image": { - "source": "iana" - }, - "application/vnd.fdf": { - "source": "iana", - "extensions": ["fdf"] - }, - "application/vnd.fdsn.mseed": { - "source": "iana", - "extensions": ["mseed"] - }, - "application/vnd.fdsn.seed": { - "source": "iana", - "extensions": ["seed","dataless"] - }, - "application/vnd.ffsns": { - "source": "iana" - }, - "application/vnd.ficlab.flb+zip": { - "source": "iana", - "compressible": false - }, - "application/vnd.filmit.zfc": { - "source": "iana" - }, - "application/vnd.fints": { - "source": "iana" - }, - "application/vnd.firemonkeys.cloudcell": { - "source": "iana" - }, - "application/vnd.flographit": { - "source": "iana", - "extensions": ["gph"] - }, - "application/vnd.fluxtime.clip": { - "source": "iana", - "extensions": ["ftc"] - }, - "application/vnd.font-fontforge-sfd": { - "source": "iana" - }, - "application/vnd.framemaker": { - "source": "iana", - "extensions": ["fm","frame","maker","book"] - }, - "application/vnd.frogans.fnc": { - "source": "iana", - "extensions": ["fnc"] - }, - "application/vnd.frogans.ltf": { - "source": "iana", - "extensions": ["ltf"] - }, - "application/vnd.fsc.weblaunch": { - "source": "iana", - "extensions": ["fsc"] - }, - "application/vnd.fujifilm.fb.docuworks": { - "source": "iana" - }, - "application/vnd.fujifilm.fb.docuworks.binder": { - "source": "iana" - }, - "application/vnd.fujifilm.fb.docuworks.container": { - "source": "iana" - }, - "application/vnd.fujifilm.fb.jfi+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.fujitsu.oasys": { - "source": "iana", - "extensions": ["oas"] - }, - "application/vnd.fujitsu.oasys2": { - "source": "iana", - "extensions": ["oa2"] - }, - "application/vnd.fujitsu.oasys3": { - "source": "iana", - "extensions": ["oa3"] - }, - "application/vnd.fujitsu.oasysgp": { - "source": "iana", - "extensions": ["fg5"] - }, - "application/vnd.fujitsu.oasysprs": { - "source": "iana", - "extensions": ["bh2"] - }, - "application/vnd.fujixerox.art-ex": { - "source": "iana" - }, - "application/vnd.fujixerox.art4": { - "source": "iana" - }, - "application/vnd.fujixerox.ddd": { - "source": "iana", - "extensions": ["ddd"] - }, - "application/vnd.fujixerox.docuworks": { - "source": "iana", - "extensions": ["xdw"] - }, - "application/vnd.fujixerox.docuworks.binder": { - "source": "iana", - "extensions": ["xbd"] - }, - "application/vnd.fujixerox.docuworks.container": { - "source": "iana" - }, - "application/vnd.fujixerox.hbpl": { - "source": "iana" - }, - "application/vnd.fut-misnet": { - "source": "iana" - }, - "application/vnd.futoin+cbor": { - "source": "iana" - }, - "application/vnd.futoin+json": { - "source": "iana", - "compressible": true - }, - "application/vnd.fuzzysheet": { - "source": "iana", - "extensions": ["fzs"] - }, - "application/vnd.genomatix.tuxedo": { - "source": "iana", - "extensions": ["txd"] - }, - "application/vnd.gentics.grd+json": { - "source": "iana", - "compressible": true - }, - "application/vnd.geo+json": { - "source": "iana", - "compressible": true - }, - "application/vnd.geocube+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.geogebra.file": { - "source": "iana", - "extensions": ["ggb"] - }, - "application/vnd.geogebra.slides": { - "source": "iana" - }, - "application/vnd.geogebra.tool": { - "source": "iana", - "extensions": ["ggt"] - }, - "application/vnd.geometry-explorer": { - "source": "iana", - "extensions": ["gex","gre"] - }, - "application/vnd.geonext": { - "source": "iana", - "extensions": ["gxt"] - }, - "application/vnd.geoplan": { - "source": "iana", - "extensions": ["g2w"] - }, - "application/vnd.geospace": { - "source": "iana", - "extensions": ["g3w"] - }, - "application/vnd.gerber": { - "source": "iana" - }, - "application/vnd.globalplatform.card-content-mgt": { - "source": "iana" - }, - "application/vnd.globalplatform.card-content-mgt-response": { - "source": "iana" - }, - "application/vnd.gmx": { - "source": "iana", - "extensions": ["gmx"] - }, - "application/vnd.google-apps.document": { - "compressible": false, - "extensions": ["gdoc"] - }, - "application/vnd.google-apps.presentation": { - "compressible": false, - "extensions": ["gslides"] - }, - "application/vnd.google-apps.spreadsheet": { - "compressible": false, - "extensions": ["gsheet"] - }, - "application/vnd.google-earth.kml+xml": { - "source": "iana", - "compressible": true, - "extensions": ["kml"] - }, - "application/vnd.google-earth.kmz": { - "source": "iana", - "compressible": false, - "extensions": ["kmz"] - }, - "application/vnd.gov.sk.e-form+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.gov.sk.e-form+zip": { - "source": "iana", - "compressible": false - }, - "application/vnd.gov.sk.xmldatacontainer+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.grafeq": { - "source": "iana", - "extensions": ["gqf","gqs"] - }, - "application/vnd.gridmp": { - "source": "iana" - }, - "application/vnd.groove-account": { - "source": "iana", - "extensions": ["gac"] - }, - "application/vnd.groove-help": { - "source": "iana", - "extensions": ["ghf"] - }, - "application/vnd.groove-identity-message": { - "source": "iana", - "extensions": ["gim"] - }, - "application/vnd.groove-injector": { - "source": "iana", - "extensions": ["grv"] - }, - "application/vnd.groove-tool-message": { - "source": "iana", - "extensions": ["gtm"] - }, - "application/vnd.groove-tool-template": { - "source": "iana", - "extensions": ["tpl"] - }, - "application/vnd.groove-vcard": { - "source": "iana", - "extensions": ["vcg"] - }, - "application/vnd.hal+json": { - "source": "iana", - "compressible": true - }, - "application/vnd.hal+xml": { - "source": "iana", - "compressible": true, - "extensions": ["hal"] - }, - "application/vnd.handheld-entertainment+xml": { - "source": "iana", - "compressible": true, - "extensions": ["zmm"] - }, - "application/vnd.hbci": { - "source": "iana", - "extensions": ["hbci"] - }, - "application/vnd.hc+json": { - "source": "iana", - "compressible": true - }, - "application/vnd.hcl-bireports": { - "source": "iana" - }, - "application/vnd.hdt": { - "source": "iana" - }, - "application/vnd.heroku+json": { - "source": "iana", - "compressible": true - }, - "application/vnd.hhe.lesson-player": { - "source": "iana", - "extensions": ["les"] - }, - "application/vnd.hl7cda+xml": { - "source": "iana", - "charset": "UTF-8", - "compressible": true - }, - "application/vnd.hl7v2+xml": { - "source": "iana", - "charset": "UTF-8", - "compressible": true - }, - "application/vnd.hp-hpgl": { - "source": "iana", - "extensions": ["hpgl"] - }, - "application/vnd.hp-hpid": { - "source": "iana", - "extensions": ["hpid"] - }, - "application/vnd.hp-hps": { - "source": "iana", - "extensions": ["hps"] - }, - "application/vnd.hp-jlyt": { - "source": "iana", - "extensions": ["jlt"] - }, - "application/vnd.hp-pcl": { - "source": "iana", - "extensions": ["pcl"] - }, - "application/vnd.hp-pclxl": { - "source": "iana", - "extensions": ["pclxl"] - }, - "application/vnd.httphone": { - "source": "iana" - }, - "application/vnd.hydrostatix.sof-data": { - "source": "iana", - "extensions": ["sfd-hdstx"] - }, - "application/vnd.hyper+json": { - "source": "iana", - "compressible": true - }, - "application/vnd.hyper-item+json": { - "source": "iana", - "compressible": true - }, - "application/vnd.hyperdrive+json": { - "source": "iana", - "compressible": true - }, - "application/vnd.hzn-3d-crossword": { - "source": "iana" - }, - "application/vnd.ibm.afplinedata": { - "source": "iana" - }, - "application/vnd.ibm.electronic-media": { - "source": "iana" - }, - "application/vnd.ibm.minipay": { - "source": "iana", - "extensions": ["mpy"] - }, - "application/vnd.ibm.modcap": { - "source": "iana", - "extensions": ["afp","listafp","list3820"] - }, - "application/vnd.ibm.rights-management": { - "source": "iana", - "extensions": ["irm"] - }, - "application/vnd.ibm.secure-container": { - "source": "iana", - "extensions": ["sc"] - }, - "application/vnd.iccprofile": { - "source": "iana", - "extensions": ["icc","icm"] - }, - "application/vnd.ieee.1905": { - "source": "iana" - }, - "application/vnd.igloader": { - "source": "iana", - "extensions": ["igl"] - }, - "application/vnd.imagemeter.folder+zip": { - "source": "iana", - "compressible": false - }, - "application/vnd.imagemeter.image+zip": { - "source": "iana", - "compressible": false - }, - "application/vnd.immervision-ivp": { - "source": "iana", - "extensions": ["ivp"] - }, - "application/vnd.immervision-ivu": { - "source": "iana", - "extensions": ["ivu"] - }, - "application/vnd.ims.imsccv1p1": { - "source": "iana" - }, - "application/vnd.ims.imsccv1p2": { - "source": "iana" - }, - "application/vnd.ims.imsccv1p3": { - "source": "iana" - }, - "application/vnd.ims.lis.v2.result+json": { - "source": "iana", - "compressible": true - }, - "application/vnd.ims.lti.v2.toolconsumerprofile+json": { - "source": "iana", - "compressible": true - }, - "application/vnd.ims.lti.v2.toolproxy+json": { - "source": "iana", - "compressible": true - }, - "application/vnd.ims.lti.v2.toolproxy.id+json": { - "source": "iana", - "compressible": true - }, - "application/vnd.ims.lti.v2.toolsettings+json": { - "source": "iana", - "compressible": true - }, - "application/vnd.ims.lti.v2.toolsettings.simple+json": { - "source": "iana", - "compressible": true - }, - "application/vnd.informedcontrol.rms+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.informix-visionary": { - "source": "iana" - }, - "application/vnd.infotech.project": { - "source": "iana" - }, - "application/vnd.infotech.project+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.innopath.wamp.notification": { - "source": "iana" - }, - "application/vnd.insors.igm": { - "source": "iana", - "extensions": ["igm"] - }, - "application/vnd.intercon.formnet": { - "source": "iana", - "extensions": ["xpw","xpx"] - }, - "application/vnd.intergeo": { - "source": "iana", - "extensions": ["i2g"] - }, - "application/vnd.intertrust.digibox": { - "source": "iana" - }, - "application/vnd.intertrust.nncp": { - "source": "iana" - }, - "application/vnd.intu.qbo": { - "source": "iana", - "extensions": ["qbo"] - }, - "application/vnd.intu.qfx": { - "source": "iana", - "extensions": ["qfx"] - }, - "application/vnd.iptc.g2.catalogitem+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.iptc.g2.conceptitem+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.iptc.g2.knowledgeitem+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.iptc.g2.newsitem+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.iptc.g2.newsmessage+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.iptc.g2.packageitem+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.iptc.g2.planningitem+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.ipunplugged.rcprofile": { - "source": "iana", - "extensions": ["rcprofile"] - }, - "application/vnd.irepository.package+xml": { - "source": "iana", - "compressible": true, - "extensions": ["irp"] - }, - "application/vnd.is-xpr": { - "source": "iana", - "extensions": ["xpr"] - }, - "application/vnd.isac.fcs": { - "source": "iana", - "extensions": ["fcs"] - }, - "application/vnd.iso11783-10+zip": { - "source": "iana", - "compressible": false - }, - "application/vnd.jam": { - "source": "iana", - "extensions": ["jam"] - }, - "application/vnd.japannet-directory-service": { - "source": "iana" - }, - "application/vnd.japannet-jpnstore-wakeup": { - "source": "iana" - }, - "application/vnd.japannet-payment-wakeup": { - "source": "iana" - }, - "application/vnd.japannet-registration": { - "source": "iana" - }, - "application/vnd.japannet-registration-wakeup": { - "source": "iana" - }, - "application/vnd.japannet-setstore-wakeup": { - "source": "iana" - }, - "application/vnd.japannet-verification": { - "source": "iana" - }, - "application/vnd.japannet-verification-wakeup": { - "source": "iana" - }, - "application/vnd.jcp.javame.midlet-rms": { - "source": "iana", - "extensions": ["rms"] - }, - "application/vnd.jisp": { - "source": "iana", - "extensions": ["jisp"] - }, - "application/vnd.joost.joda-archive": { - "source": "iana", - "extensions": ["joda"] - }, - "application/vnd.jsk.isdn-ngn": { - "source": "iana" - }, - "application/vnd.kahootz": { - "source": "iana", - "extensions": ["ktz","ktr"] - }, - "application/vnd.kde.karbon": { - "source": "iana", - "extensions": ["karbon"] - }, - "application/vnd.kde.kchart": { - "source": "iana", - "extensions": ["chrt"] - }, - "application/vnd.kde.kformula": { - "source": "iana", - "extensions": ["kfo"] - }, - "application/vnd.kde.kivio": { - "source": "iana", - "extensions": ["flw"] - }, - "application/vnd.kde.kontour": { - "source": "iana", - "extensions": ["kon"] - }, - "application/vnd.kde.kpresenter": { - "source": "iana", - "extensions": ["kpr","kpt"] - }, - "application/vnd.kde.kspread": { - "source": "iana", - "extensions": ["ksp"] - }, - "application/vnd.kde.kword": { - "source": "iana", - "extensions": ["kwd","kwt"] - }, - "application/vnd.kenameaapp": { - "source": "iana", - "extensions": ["htke"] - }, - "application/vnd.kidspiration": { - "source": "iana", - "extensions": ["kia"] - }, - "application/vnd.kinar": { - "source": "iana", - "extensions": ["kne","knp"] - }, - "application/vnd.koan": { - "source": "iana", - "extensions": ["skp","skd","skt","skm"] - }, - "application/vnd.kodak-descriptor": { - "source": "iana", - "extensions": ["sse"] - }, - "application/vnd.las": { - "source": "iana" - }, - "application/vnd.las.las+json": { - "source": "iana", - "compressible": true - }, - "application/vnd.las.las+xml": { - "source": "iana", - "compressible": true, - "extensions": ["lasxml"] - }, - "application/vnd.laszip": { - "source": "iana" - }, - "application/vnd.leap+json": { - "source": "iana", - "compressible": true - }, - "application/vnd.liberty-request+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.llamagraphics.life-balance.desktop": { - "source": "iana", - "extensions": ["lbd"] - }, - "application/vnd.llamagraphics.life-balance.exchange+xml": { - "source": "iana", - "compressible": true, - "extensions": ["lbe"] - }, - "application/vnd.logipipe.circuit+zip": { - "source": "iana", - "compressible": false - }, - "application/vnd.loom": { - "source": "iana" - }, - "application/vnd.lotus-1-2-3": { - "source": "iana", - "extensions": ["123"] - }, - "application/vnd.lotus-approach": { - "source": "iana", - "extensions": ["apr"] - }, - "application/vnd.lotus-freelance": { - "source": "iana", - "extensions": ["pre"] - }, - "application/vnd.lotus-notes": { - "source": "iana", - "extensions": ["nsf"] - }, - "application/vnd.lotus-organizer": { - "source": "iana", - "extensions": ["org"] - }, - "application/vnd.lotus-screencam": { - "source": "iana", - "extensions": ["scm"] - }, - "application/vnd.lotus-wordpro": { - "source": "iana", - "extensions": ["lwp"] - }, - "application/vnd.macports.portpkg": { - "source": "iana", - "extensions": ["portpkg"] - }, - "application/vnd.mapbox-vector-tile": { - "source": "iana", - "extensions": ["mvt"] - }, - "application/vnd.marlin.drm.actiontoken+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.marlin.drm.conftoken+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.marlin.drm.license+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.marlin.drm.mdcf": { - "source": "iana" - }, - "application/vnd.mason+json": { - "source": "iana", - "compressible": true - }, - "application/vnd.maxar.archive.3tz+zip": { - "source": "iana", - "compressible": false - }, - "application/vnd.maxmind.maxmind-db": { - "source": "iana" - }, - "application/vnd.mcd": { - "source": "iana", - "extensions": ["mcd"] - }, - "application/vnd.medcalcdata": { - "source": "iana", - "extensions": ["mc1"] - }, - "application/vnd.mediastation.cdkey": { - "source": "iana", - "extensions": ["cdkey"] - }, - "application/vnd.meridian-slingshot": { - "source": "iana" - }, - "application/vnd.mfer": { - "source": "iana", - "extensions": ["mwf"] - }, - "application/vnd.mfmp": { - "source": "iana", - "extensions": ["mfm"] - }, - "application/vnd.micro+json": { - "source": "iana", - "compressible": true - }, - "application/vnd.micrografx.flo": { - "source": "iana", - "extensions": ["flo"] - }, - "application/vnd.micrografx.igx": { - "source": "iana", - "extensions": ["igx"] - }, - "application/vnd.microsoft.portable-executable": { - "source": "iana" - }, - "application/vnd.microsoft.windows.thumbnail-cache": { - "source": "iana" - }, - "application/vnd.miele+json": { - "source": "iana", - "compressible": true - }, - "application/vnd.mif": { - "source": "iana", - "extensions": ["mif"] - }, - "application/vnd.minisoft-hp3000-save": { - "source": "iana" - }, - "application/vnd.mitsubishi.misty-guard.trustweb": { - "source": "iana" - }, - "application/vnd.mobius.daf": { - "source": "iana", - "extensions": ["daf"] - }, - "application/vnd.mobius.dis": { - "source": "iana", - "extensions": ["dis"] - }, - "application/vnd.mobius.mbk": { - "source": "iana", - "extensions": ["mbk"] - }, - "application/vnd.mobius.mqy": { - "source": "iana", - "extensions": ["mqy"] - }, - "application/vnd.mobius.msl": { - "source": "iana", - "extensions": ["msl"] - }, - "application/vnd.mobius.plc": { - "source": "iana", - "extensions": ["plc"] - }, - "application/vnd.mobius.txf": { - "source": "iana", - "extensions": ["txf"] - }, - "application/vnd.mophun.application": { - "source": "iana", - "extensions": ["mpn"] - }, - "application/vnd.mophun.certificate": { - "source": "iana", - "extensions": ["mpc"] - }, - "application/vnd.motorola.flexsuite": { - "source": "iana" - }, - "application/vnd.motorola.flexsuite.adsi": { - "source": "iana" - }, - "application/vnd.motorola.flexsuite.fis": { - "source": "iana" - }, - "application/vnd.motorola.flexsuite.gotap": { - "source": "iana" - }, - "application/vnd.motorola.flexsuite.kmr": { - "source": "iana" - }, - "application/vnd.motorola.flexsuite.ttc": { - "source": "iana" - }, - "application/vnd.motorola.flexsuite.wem": { - "source": "iana" - }, - "application/vnd.motorola.iprm": { - "source": "iana" - }, - "application/vnd.mozilla.xul+xml": { - "source": "iana", - "compressible": true, - "extensions": ["xul"] - }, - "application/vnd.ms-3mfdocument": { - "source": "iana" - }, - "application/vnd.ms-artgalry": { - "source": "iana", - "extensions": ["cil"] - }, - "application/vnd.ms-asf": { - "source": "iana" - }, - "application/vnd.ms-cab-compressed": { - "source": "iana", - "extensions": ["cab"] - }, - "application/vnd.ms-color.iccprofile": { - "source": "apache" - }, - "application/vnd.ms-excel": { - "source": "iana", - "compressible": false, - "extensions": ["xls","xlm","xla","xlc","xlt","xlw"] - }, - "application/vnd.ms-excel.addin.macroenabled.12": { - "source": "iana", - "extensions": ["xlam"] - }, - "application/vnd.ms-excel.sheet.binary.macroenabled.12": { - "source": "iana", - "extensions": ["xlsb"] - }, - "application/vnd.ms-excel.sheet.macroenabled.12": { - "source": "iana", - "extensions": ["xlsm"] - }, - "application/vnd.ms-excel.template.macroenabled.12": { - "source": "iana", - "extensions": ["xltm"] - }, - "application/vnd.ms-fontobject": { - "source": "iana", - "compressible": true, - "extensions": ["eot"] - }, - "application/vnd.ms-htmlhelp": { - "source": "iana", - "extensions": ["chm"] - }, - "application/vnd.ms-ims": { - "source": "iana", - "extensions": ["ims"] - }, - "application/vnd.ms-lrm": { - "source": "iana", - "extensions": ["lrm"] - }, - "application/vnd.ms-office.activex+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.ms-officetheme": { - "source": "iana", - "extensions": ["thmx"] - }, - "application/vnd.ms-opentype": { - "source": "apache", - "compressible": true - }, - "application/vnd.ms-outlook": { - "compressible": false, - "extensions": ["msg"] - }, - "application/vnd.ms-package.obfuscated-opentype": { - "source": "apache" - }, - "application/vnd.ms-pki.seccat": { - "source": "apache", - "extensions": ["cat"] - }, - "application/vnd.ms-pki.stl": { - "source": "apache", - "extensions": ["stl"] - }, - "application/vnd.ms-playready.initiator+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.ms-powerpoint": { - "source": "iana", - "compressible": false, - "extensions": ["ppt","pps","pot"] - }, - "application/vnd.ms-powerpoint.addin.macroenabled.12": { - "source": "iana", - "extensions": ["ppam"] - }, - "application/vnd.ms-powerpoint.presentation.macroenabled.12": { - "source": "iana", - "extensions": ["pptm"] - }, - "application/vnd.ms-powerpoint.slide.macroenabled.12": { - "source": "iana", - "extensions": ["sldm"] - }, - "application/vnd.ms-powerpoint.slideshow.macroenabled.12": { - "source": "iana", - "extensions": ["ppsm"] - }, - "application/vnd.ms-powerpoint.template.macroenabled.12": { - "source": "iana", - "extensions": ["potm"] - }, - "application/vnd.ms-printdevicecapabilities+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.ms-printing.printticket+xml": { - "source": "apache", - "compressible": true - }, - "application/vnd.ms-printschematicket+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.ms-project": { - "source": "iana", - "extensions": ["mpp","mpt"] - }, - "application/vnd.ms-tnef": { - "source": "iana" - }, - "application/vnd.ms-windows.devicepairing": { - "source": "iana" - }, - "application/vnd.ms-windows.nwprinting.oob": { - "source": "iana" - }, - "application/vnd.ms-windows.printerpairing": { - "source": "iana" - }, - "application/vnd.ms-windows.wsd.oob": { - "source": "iana" - }, - "application/vnd.ms-wmdrm.lic-chlg-req": { - "source": "iana" - }, - "application/vnd.ms-wmdrm.lic-resp": { - "source": "iana" - }, - "application/vnd.ms-wmdrm.meter-chlg-req": { - "source": "iana" - }, - "application/vnd.ms-wmdrm.meter-resp": { - "source": "iana" - }, - "application/vnd.ms-word.document.macroenabled.12": { - "source": "iana", - "extensions": ["docm"] - }, - "application/vnd.ms-word.template.macroenabled.12": { - "source": "iana", - "extensions": ["dotm"] - }, - "application/vnd.ms-works": { - "source": "iana", - "extensions": ["wps","wks","wcm","wdb"] - }, - "application/vnd.ms-wpl": { - "source": "iana", - "extensions": ["wpl"] - }, - "application/vnd.ms-xpsdocument": { - "source": "iana", - "compressible": false, - "extensions": ["xps"] - }, - "application/vnd.msa-disk-image": { - "source": "iana" - }, - "application/vnd.mseq": { - "source": "iana", - "extensions": ["mseq"] - }, - "application/vnd.msign": { - "source": "iana" - }, - "application/vnd.multiad.creator": { - "source": "iana" - }, - "application/vnd.multiad.creator.cif": { - "source": "iana" - }, - "application/vnd.music-niff": { - "source": "iana" - }, - "application/vnd.musician": { - "source": "iana", - "extensions": ["mus"] - }, - "application/vnd.muvee.style": { - "source": "iana", - "extensions": ["msty"] - }, - "application/vnd.mynfc": { - "source": "iana", - "extensions": ["taglet"] - }, - "application/vnd.nacamar.ybrid+json": { - "source": "iana", - "compressible": true - }, - "application/vnd.ncd.control": { - "source": "iana" - }, - "application/vnd.ncd.reference": { - "source": "iana" - }, - "application/vnd.nearst.inv+json": { - "source": "iana", - "compressible": true - }, - "application/vnd.nebumind.line": { - "source": "iana" - }, - "application/vnd.nervana": { - "source": "iana" - }, - "application/vnd.netfpx": { - "source": "iana" - }, - "application/vnd.neurolanguage.nlu": { - "source": "iana", - "extensions": ["nlu"] - }, - "application/vnd.nimn": { - "source": "iana" - }, - "application/vnd.nintendo.nitro.rom": { - "source": "iana" - }, - "application/vnd.nintendo.snes.rom": { - "source": "iana" - }, - "application/vnd.nitf": { - "source": "iana", - "extensions": ["ntf","nitf"] - }, - "application/vnd.noblenet-directory": { - "source": "iana", - "extensions": ["nnd"] - }, - "application/vnd.noblenet-sealer": { - "source": "iana", - "extensions": ["nns"] - }, - "application/vnd.noblenet-web": { - "source": "iana", - "extensions": ["nnw"] - }, - "application/vnd.nokia.catalogs": { - "source": "iana" - }, - "application/vnd.nokia.conml+wbxml": { - "source": "iana" - }, - "application/vnd.nokia.conml+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.nokia.iptv.config+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.nokia.isds-radio-presets": { - "source": "iana" - }, - "application/vnd.nokia.landmark+wbxml": { - "source": "iana" - }, - "application/vnd.nokia.landmark+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.nokia.landmarkcollection+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.nokia.n-gage.ac+xml": { - "source": "iana", - "compressible": true, - "extensions": ["ac"] - }, - "application/vnd.nokia.n-gage.data": { - "source": "iana", - "extensions": ["ngdat"] - }, - "application/vnd.nokia.n-gage.symbian.install": { - "source": "iana", - "extensions": ["n-gage"] - }, - "application/vnd.nokia.ncd": { - "source": "iana" - }, - "application/vnd.nokia.pcd+wbxml": { - "source": "iana" - }, - "application/vnd.nokia.pcd+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.nokia.radio-preset": { - "source": "iana", - "extensions": ["rpst"] - }, - "application/vnd.nokia.radio-presets": { - "source": "iana", - "extensions": ["rpss"] - }, - "application/vnd.novadigm.edm": { - "source": "iana", - "extensions": ["edm"] - }, - "application/vnd.novadigm.edx": { - "source": "iana", - "extensions": ["edx"] - }, - "application/vnd.novadigm.ext": { - "source": "iana", - "extensions": ["ext"] - }, - "application/vnd.ntt-local.content-share": { - "source": "iana" - }, - "application/vnd.ntt-local.file-transfer": { - "source": "iana" - }, - "application/vnd.ntt-local.ogw_remote-access": { - "source": "iana" - }, - "application/vnd.ntt-local.sip-ta_remote": { - "source": "iana" - }, - "application/vnd.ntt-local.sip-ta_tcp_stream": { - "source": "iana" - }, - "application/vnd.oasis.opendocument.chart": { - "source": "iana", - "extensions": ["odc"] - }, - "application/vnd.oasis.opendocument.chart-template": { - "source": "iana", - "extensions": ["otc"] - }, - "application/vnd.oasis.opendocument.database": { - "source": "iana", - "extensions": ["odb"] - }, - "application/vnd.oasis.opendocument.formula": { - "source": "iana", - "extensions": ["odf"] - }, - "application/vnd.oasis.opendocument.formula-template": { - "source": "iana", - "extensions": ["odft"] - }, - "application/vnd.oasis.opendocument.graphics": { - "source": "iana", - "compressible": false, - "extensions": ["odg"] - }, - "application/vnd.oasis.opendocument.graphics-template": { - "source": "iana", - "extensions": ["otg"] - }, - "application/vnd.oasis.opendocument.image": { - "source": "iana", - "extensions": ["odi"] - }, - "application/vnd.oasis.opendocument.image-template": { - "source": "iana", - "extensions": ["oti"] - }, - "application/vnd.oasis.opendocument.presentation": { - "source": "iana", - "compressible": false, - "extensions": ["odp"] - }, - "application/vnd.oasis.opendocument.presentation-template": { - "source": "iana", - "extensions": ["otp"] - }, - "application/vnd.oasis.opendocument.spreadsheet": { - "source": "iana", - "compressible": false, - "extensions": ["ods"] - }, - "application/vnd.oasis.opendocument.spreadsheet-template": { - "source": "iana", - "extensions": ["ots"] - }, - "application/vnd.oasis.opendocument.text": { - "source": "iana", - "compressible": false, - "extensions": ["odt"] - }, - "application/vnd.oasis.opendocument.text-master": { - "source": "iana", - "extensions": ["odm"] - }, - "application/vnd.oasis.opendocument.text-template": { - "source": "iana", - "extensions": ["ott"] - }, - "application/vnd.oasis.opendocument.text-web": { - "source": "iana", - "extensions": ["oth"] - }, - "application/vnd.obn": { - "source": "iana" - }, - "application/vnd.ocf+cbor": { - "source": "iana" - }, - "application/vnd.oci.image.manifest.v1+json": { - "source": "iana", - "compressible": true - }, - "application/vnd.oftn.l10n+json": { - "source": "iana", - "compressible": true - }, - "application/vnd.oipf.contentaccessdownload+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.oipf.contentaccessstreaming+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.oipf.cspg-hexbinary": { - "source": "iana" - }, - "application/vnd.oipf.dae.svg+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.oipf.dae.xhtml+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.oipf.mippvcontrolmessage+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.oipf.pae.gem": { - "source": "iana" - }, - "application/vnd.oipf.spdiscovery+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.oipf.spdlist+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.oipf.ueprofile+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.oipf.userprofile+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.olpc-sugar": { - "source": "iana", - "extensions": ["xo"] - }, - "application/vnd.oma-scws-config": { - "source": "iana" - }, - "application/vnd.oma-scws-http-request": { - "source": "iana" - }, - "application/vnd.oma-scws-http-response": { - "source": "iana" - }, - "application/vnd.oma.bcast.associated-procedure-parameter+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.oma.bcast.drm-trigger+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.oma.bcast.imd+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.oma.bcast.ltkm": { - "source": "iana" - }, - "application/vnd.oma.bcast.notification+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.oma.bcast.provisioningtrigger": { - "source": "iana" - }, - "application/vnd.oma.bcast.sgboot": { - "source": "iana" - }, - "application/vnd.oma.bcast.sgdd+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.oma.bcast.sgdu": { - "source": "iana" - }, - "application/vnd.oma.bcast.simple-symbol-container": { - "source": "iana" - }, - "application/vnd.oma.bcast.smartcard-trigger+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.oma.bcast.sprov+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.oma.bcast.stkm": { - "source": "iana" - }, - "application/vnd.oma.cab-address-book+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.oma.cab-feature-handler+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.oma.cab-pcc+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.oma.cab-subs-invite+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.oma.cab-user-prefs+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.oma.dcd": { - "source": "iana" - }, - "application/vnd.oma.dcdc": { - "source": "iana" - }, - "application/vnd.oma.dd2+xml": { - "source": "iana", - "compressible": true, - "extensions": ["dd2"] - }, - "application/vnd.oma.drm.risd+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.oma.group-usage-list+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.oma.lwm2m+cbor": { - "source": "iana" - }, - "application/vnd.oma.lwm2m+json": { - "source": "iana", - "compressible": true - }, - "application/vnd.oma.lwm2m+tlv": { - "source": "iana" - }, - "application/vnd.oma.pal+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.oma.poc.detailed-progress-report+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.oma.poc.final-report+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.oma.poc.groups+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.oma.poc.invocation-descriptor+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.oma.poc.optimized-progress-report+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.oma.push": { - "source": "iana" - }, - "application/vnd.oma.scidm.messages+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.oma.xcap-directory+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.omads-email+xml": { - "source": "iana", - "charset": "UTF-8", - "compressible": true - }, - "application/vnd.omads-file+xml": { - "source": "iana", - "charset": "UTF-8", - "compressible": true - }, - "application/vnd.omads-folder+xml": { - "source": "iana", - "charset": "UTF-8", - "compressible": true - }, - "application/vnd.omaloc-supl-init": { - "source": "iana" - }, - "application/vnd.onepager": { - "source": "iana" - }, - "application/vnd.onepagertamp": { - "source": "iana" - }, - "application/vnd.onepagertamx": { - "source": "iana" - }, - "application/vnd.onepagertat": { - "source": "iana" - }, - "application/vnd.onepagertatp": { - "source": "iana" - }, - "application/vnd.onepagertatx": { - "source": "iana" - }, - "application/vnd.openblox.game+xml": { - "source": "iana", - "compressible": true, - "extensions": ["obgx"] - }, - "application/vnd.openblox.game-binary": { - "source": "iana" - }, - "application/vnd.openeye.oeb": { - "source": "iana" - }, - "application/vnd.openofficeorg.extension": { - "source": "apache", - "extensions": ["oxt"] - }, - "application/vnd.openstreetmap.data+xml": { - "source": "iana", - "compressible": true, - "extensions": ["osm"] - }, - "application/vnd.opentimestamps.ots": { - "source": "iana" - }, - "application/vnd.openxmlformats-officedocument.custom-properties+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.openxmlformats-officedocument.customxmlproperties+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.openxmlformats-officedocument.drawing+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.openxmlformats-officedocument.drawingml.chart+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.openxmlformats-officedocument.drawingml.chartshapes+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.openxmlformats-officedocument.drawingml.diagramcolors+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.openxmlformats-officedocument.drawingml.diagramdata+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.openxmlformats-officedocument.drawingml.diagramlayout+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.openxmlformats-officedocument.drawingml.diagramstyle+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.openxmlformats-officedocument.extended-properties+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.openxmlformats-officedocument.presentationml.commentauthors+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.openxmlformats-officedocument.presentationml.comments+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.openxmlformats-officedocument.presentationml.handoutmaster+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.openxmlformats-officedocument.presentationml.notesmaster+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.openxmlformats-officedocument.presentationml.notesslide+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.openxmlformats-officedocument.presentationml.presentation": { - "source": "iana", - "compressible": false, - "extensions": ["pptx"] - }, - "application/vnd.openxmlformats-officedocument.presentationml.presentation.main+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.openxmlformats-officedocument.presentationml.presprops+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.openxmlformats-officedocument.presentationml.slide": { - "source": "iana", - "extensions": ["sldx"] - }, - "application/vnd.openxmlformats-officedocument.presentationml.slide+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.openxmlformats-officedocument.presentationml.slidelayout+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.openxmlformats-officedocument.presentationml.slidemaster+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.openxmlformats-officedocument.presentationml.slideshow": { - "source": "iana", - "extensions": ["ppsx"] - }, - "application/vnd.openxmlformats-officedocument.presentationml.slideshow.main+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.openxmlformats-officedocument.presentationml.slideupdateinfo+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.openxmlformats-officedocument.presentationml.tablestyles+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.openxmlformats-officedocument.presentationml.tags+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.openxmlformats-officedocument.presentationml.template": { - "source": "iana", - "extensions": ["potx"] - }, - "application/vnd.openxmlformats-officedocument.presentationml.template.main+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.openxmlformats-officedocument.presentationml.viewprops+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.openxmlformats-officedocument.spreadsheetml.calcchain+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.openxmlformats-officedocument.spreadsheetml.chartsheet+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.openxmlformats-officedocument.spreadsheetml.comments+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.openxmlformats-officedocument.spreadsheetml.connections+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.openxmlformats-officedocument.spreadsheetml.dialogsheet+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.openxmlformats-officedocument.spreadsheetml.externallink+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.openxmlformats-officedocument.spreadsheetml.pivotcachedefinition+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.openxmlformats-officedocument.spreadsheetml.pivotcacherecords+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.openxmlformats-officedocument.spreadsheetml.pivottable+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.openxmlformats-officedocument.spreadsheetml.querytable+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.openxmlformats-officedocument.spreadsheetml.revisionheaders+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.openxmlformats-officedocument.spreadsheetml.revisionlog+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.openxmlformats-officedocument.spreadsheetml.sharedstrings+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": { - "source": "iana", - "compressible": false, - "extensions": ["xlsx"] - }, - "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.openxmlformats-officedocument.spreadsheetml.sheetmetadata+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.openxmlformats-officedocument.spreadsheetml.table+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.openxmlformats-officedocument.spreadsheetml.tablesinglecells+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.openxmlformats-officedocument.spreadsheetml.template": { - "source": "iana", - "extensions": ["xltx"] - }, - "application/vnd.openxmlformats-officedocument.spreadsheetml.template.main+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.openxmlformats-officedocument.spreadsheetml.usernames+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.openxmlformats-officedocument.spreadsheetml.volatiledependencies+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.openxmlformats-officedocument.theme+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.openxmlformats-officedocument.themeoverride+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.openxmlformats-officedocument.vmldrawing": { - "source": "iana" - }, - "application/vnd.openxmlformats-officedocument.wordprocessingml.comments+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.openxmlformats-officedocument.wordprocessingml.document": { - "source": "iana", - "compressible": false, - "extensions": ["docx"] - }, - "application/vnd.openxmlformats-officedocument.wordprocessingml.document.glossary+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.openxmlformats-officedocument.wordprocessingml.endnotes+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.openxmlformats-officedocument.wordprocessingml.fonttable+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.openxmlformats-officedocument.wordprocessingml.footer+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.openxmlformats-officedocument.wordprocessingml.footnotes+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.openxmlformats-officedocument.wordprocessingml.numbering+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.openxmlformats-officedocument.wordprocessingml.template": { - "source": "iana", - "extensions": ["dotx"] - }, - "application/vnd.openxmlformats-officedocument.wordprocessingml.template.main+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.openxmlformats-officedocument.wordprocessingml.websettings+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.openxmlformats-package.core-properties+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.openxmlformats-package.digital-signature-xmlsignature+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.openxmlformats-package.relationships+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.oracle.resource+json": { - "source": "iana", - "compressible": true - }, - "application/vnd.orange.indata": { - "source": "iana" - }, - "application/vnd.osa.netdeploy": { - "source": "iana" - }, - "application/vnd.osgeo.mapguide.package": { - "source": "iana", - "extensions": ["mgp"] - }, - "application/vnd.osgi.bundle": { - "source": "iana" - }, - "application/vnd.osgi.dp": { - "source": "iana", - "extensions": ["dp"] - }, - "application/vnd.osgi.subsystem": { - "source": "iana", - "extensions": ["esa"] - }, - "application/vnd.otps.ct-kip+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.oxli.countgraph": { - "source": "iana" - }, - "application/vnd.pagerduty+json": { - "source": "iana", - "compressible": true - }, - "application/vnd.palm": { - "source": "iana", - "extensions": ["pdb","pqa","oprc"] - }, - "application/vnd.panoply": { - "source": "iana" - }, - "application/vnd.paos.xml": { - "source": "iana" - }, - "application/vnd.patentdive": { - "source": "iana" - }, - "application/vnd.patientecommsdoc": { - "source": "iana" - }, - "application/vnd.pawaafile": { - "source": "iana", - "extensions": ["paw"] - }, - "application/vnd.pcos": { - "source": "iana" - }, - "application/vnd.pg.format": { - "source": "iana", - "extensions": ["str"] - }, - "application/vnd.pg.osasli": { - "source": "iana", - "extensions": ["ei6"] - }, - "application/vnd.piaccess.application-licence": { - "source": "iana" - }, - "application/vnd.picsel": { - "source": "iana", - "extensions": ["efif"] - }, - "application/vnd.pmi.widget": { - "source": "iana", - "extensions": ["wg"] - }, - "application/vnd.poc.group-advertisement+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.pocketlearn": { - "source": "iana", - "extensions": ["plf"] - }, - "application/vnd.powerbuilder6": { - "source": "iana", - "extensions": ["pbd"] - }, - "application/vnd.powerbuilder6-s": { - "source": "iana" - }, - "application/vnd.powerbuilder7": { - "source": "iana" - }, - "application/vnd.powerbuilder7-s": { - "source": "iana" - }, - "application/vnd.powerbuilder75": { - "source": "iana" - }, - "application/vnd.powerbuilder75-s": { - "source": "iana" - }, - "application/vnd.preminet": { - "source": "iana" - }, - "application/vnd.previewsystems.box": { - "source": "iana", - "extensions": ["box"] - }, - "application/vnd.proteus.magazine": { - "source": "iana", - "extensions": ["mgz"] - }, - "application/vnd.psfs": { - "source": "iana" - }, - "application/vnd.publishare-delta-tree": { - "source": "iana", - "extensions": ["qps"] - }, - "application/vnd.pvi.ptid1": { - "source": "iana", - "extensions": ["ptid"] - }, - "application/vnd.pwg-multiplexed": { - "source": "iana" - }, - "application/vnd.pwg-xhtml-print+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.qualcomm.brew-app-res": { - "source": "iana" - }, - "application/vnd.quarantainenet": { - "source": "iana" - }, - "application/vnd.quark.quarkxpress": { - "source": "iana", - "extensions": ["qxd","qxt","qwd","qwt","qxl","qxb"] - }, - "application/vnd.quobject-quoxdocument": { - "source": "iana" - }, - "application/vnd.radisys.moml+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.radisys.msml+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.radisys.msml-audit+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.radisys.msml-audit-conf+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.radisys.msml-audit-conn+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.radisys.msml-audit-dialog+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.radisys.msml-audit-stream+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.radisys.msml-conf+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.radisys.msml-dialog+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.radisys.msml-dialog-base+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.radisys.msml-dialog-fax-detect+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.radisys.msml-dialog-fax-sendrecv+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.radisys.msml-dialog-group+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.radisys.msml-dialog-speech+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.radisys.msml-dialog-transform+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.rainstor.data": { - "source": "iana" - }, - "application/vnd.rapid": { - "source": "iana" - }, - "application/vnd.rar": { - "source": "iana", - "extensions": ["rar"] - }, - "application/vnd.realvnc.bed": { - "source": "iana", - "extensions": ["bed"] - }, - "application/vnd.recordare.musicxml": { - "source": "iana", - "extensions": ["mxl"] - }, - "application/vnd.recordare.musicxml+xml": { - "source": "iana", - "compressible": true, - "extensions": ["musicxml"] - }, - "application/vnd.renlearn.rlprint": { - "source": "iana" - }, - "application/vnd.resilient.logic": { - "source": "iana" - }, - "application/vnd.restful+json": { - "source": "iana", - "compressible": true - }, - "application/vnd.rig.cryptonote": { - "source": "iana", - "extensions": ["cryptonote"] - }, - "application/vnd.rim.cod": { - "source": "apache", - "extensions": ["cod"] - }, - "application/vnd.rn-realmedia": { - "source": "apache", - "extensions": ["rm"] - }, - "application/vnd.rn-realmedia-vbr": { - "source": "apache", - "extensions": ["rmvb"] - }, - "application/vnd.route66.link66+xml": { - "source": "iana", - "compressible": true, - "extensions": ["link66"] - }, - "application/vnd.rs-274x": { - "source": "iana" - }, - "application/vnd.ruckus.download": { - "source": "iana" - }, - "application/vnd.s3sms": { - "source": "iana" - }, - "application/vnd.sailingtracker.track": { - "source": "iana", - "extensions": ["st"] - }, - "application/vnd.sar": { - "source": "iana" - }, - "application/vnd.sbm.cid": { - "source": "iana" - }, - "application/vnd.sbm.mid2": { - "source": "iana" - }, - "application/vnd.scribus": { - "source": "iana" - }, - "application/vnd.sealed.3df": { - "source": "iana" - }, - "application/vnd.sealed.csf": { - "source": "iana" - }, - "application/vnd.sealed.doc": { - "source": "iana" - }, - "application/vnd.sealed.eml": { - "source": "iana" - }, - "application/vnd.sealed.mht": { - "source": "iana" - }, - "application/vnd.sealed.net": { - "source": "iana" - }, - "application/vnd.sealed.ppt": { - "source": "iana" - }, - "application/vnd.sealed.tiff": { - "source": "iana" - }, - "application/vnd.sealed.xls": { - "source": "iana" - }, - "application/vnd.sealedmedia.softseal.html": { - "source": "iana" - }, - "application/vnd.sealedmedia.softseal.pdf": { - "source": "iana" - }, - "application/vnd.seemail": { - "source": "iana", - "extensions": ["see"] - }, - "application/vnd.seis+json": { - "source": "iana", - "compressible": true - }, - "application/vnd.sema": { - "source": "iana", - "extensions": ["sema"] - }, - "application/vnd.semd": { - "source": "iana", - "extensions": ["semd"] - }, - "application/vnd.semf": { - "source": "iana", - "extensions": ["semf"] - }, - "application/vnd.shade-save-file": { - "source": "iana" - }, - "application/vnd.shana.informed.formdata": { - "source": "iana", - "extensions": ["ifm"] - }, - "application/vnd.shana.informed.formtemplate": { - "source": "iana", - "extensions": ["itp"] - }, - "application/vnd.shana.informed.interchange": { - "source": "iana", - "extensions": ["iif"] - }, - "application/vnd.shana.informed.package": { - "source": "iana", - "extensions": ["ipk"] - }, - "application/vnd.shootproof+json": { - "source": "iana", - "compressible": true - }, - "application/vnd.shopkick+json": { - "source": "iana", - "compressible": true - }, - "application/vnd.shp": { - "source": "iana" - }, - "application/vnd.shx": { - "source": "iana" - }, - "application/vnd.sigrok.session": { - "source": "iana" - }, - "application/vnd.simtech-mindmapper": { - "source": "iana", - "extensions": ["twd","twds"] - }, - "application/vnd.siren+json": { - "source": "iana", - "compressible": true - }, - "application/vnd.smaf": { - "source": "iana", - "extensions": ["mmf"] - }, - "application/vnd.smart.notebook": { - "source": "iana" - }, - "application/vnd.smart.teacher": { - "source": "iana", - "extensions": ["teacher"] - }, - "application/vnd.snesdev-page-table": { - "source": "iana" - }, - "application/vnd.software602.filler.form+xml": { - "source": "iana", - "compressible": true, - "extensions": ["fo"] - }, - "application/vnd.software602.filler.form-xml-zip": { - "source": "iana" - }, - "application/vnd.solent.sdkm+xml": { - "source": "iana", - "compressible": true, - "extensions": ["sdkm","sdkd"] - }, - "application/vnd.spotfire.dxp": { - "source": "iana", - "extensions": ["dxp"] - }, - "application/vnd.spotfire.sfs": { - "source": "iana", - "extensions": ["sfs"] - }, - "application/vnd.sqlite3": { - "source": "iana" - }, - "application/vnd.sss-cod": { - "source": "iana" - }, - "application/vnd.sss-dtf": { - "source": "iana" - }, - "application/vnd.sss-ntf": { - "source": "iana" - }, - "application/vnd.stardivision.calc": { - "source": "apache", - "extensions": ["sdc"] - }, - "application/vnd.stardivision.draw": { - "source": "apache", - "extensions": ["sda"] - }, - "application/vnd.stardivision.impress": { - "source": "apache", - "extensions": ["sdd"] - }, - "application/vnd.stardivision.math": { - "source": "apache", - "extensions": ["smf"] - }, - "application/vnd.stardivision.writer": { - "source": "apache", - "extensions": ["sdw","vor"] - }, - "application/vnd.stardivision.writer-global": { - "source": "apache", - "extensions": ["sgl"] - }, - "application/vnd.stepmania.package": { - "source": "iana", - "extensions": ["smzip"] - }, - "application/vnd.stepmania.stepchart": { - "source": "iana", - "extensions": ["sm"] - }, - "application/vnd.street-stream": { - "source": "iana" - }, - "application/vnd.sun.wadl+xml": { - "source": "iana", - "compressible": true, - "extensions": ["wadl"] - }, - "application/vnd.sun.xml.calc": { - "source": "apache", - "extensions": ["sxc"] - }, - "application/vnd.sun.xml.calc.template": { - "source": "apache", - "extensions": ["stc"] - }, - "application/vnd.sun.xml.draw": { - "source": "apache", - "extensions": ["sxd"] - }, - "application/vnd.sun.xml.draw.template": { - "source": "apache", - "extensions": ["std"] - }, - "application/vnd.sun.xml.impress": { - "source": "apache", - "extensions": ["sxi"] - }, - "application/vnd.sun.xml.impress.template": { - "source": "apache", - "extensions": ["sti"] - }, - "application/vnd.sun.xml.math": { - "source": "apache", - "extensions": ["sxm"] - }, - "application/vnd.sun.xml.writer": { - "source": "apache", - "extensions": ["sxw"] - }, - "application/vnd.sun.xml.writer.global": { - "source": "apache", - "extensions": ["sxg"] - }, - "application/vnd.sun.xml.writer.template": { - "source": "apache", - "extensions": ["stw"] - }, - "application/vnd.sus-calendar": { - "source": "iana", - "extensions": ["sus","susp"] - }, - "application/vnd.svd": { - "source": "iana", - "extensions": ["svd"] - }, - "application/vnd.swiftview-ics": { - "source": "iana" - }, - "application/vnd.sycle+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.syft+json": { - "source": "iana", - "compressible": true - }, - "application/vnd.symbian.install": { - "source": "apache", - "extensions": ["sis","sisx"] - }, - "application/vnd.syncml+xml": { - "source": "iana", - "charset": "UTF-8", - "compressible": true, - "extensions": ["xsm"] - }, - "application/vnd.syncml.dm+wbxml": { - "source": "iana", - "charset": "UTF-8", - "extensions": ["bdm"] - }, - "application/vnd.syncml.dm+xml": { - "source": "iana", - "charset": "UTF-8", - "compressible": true, - "extensions": ["xdm"] - }, - "application/vnd.syncml.dm.notification": { - "source": "iana" - }, - "application/vnd.syncml.dmddf+wbxml": { - "source": "iana" - }, - "application/vnd.syncml.dmddf+xml": { - "source": "iana", - "charset": "UTF-8", - "compressible": true, - "extensions": ["ddf"] - }, - "application/vnd.syncml.dmtnds+wbxml": { - "source": "iana" - }, - "application/vnd.syncml.dmtnds+xml": { - "source": "iana", - "charset": "UTF-8", - "compressible": true - }, - "application/vnd.syncml.ds.notification": { - "source": "iana" - }, - "application/vnd.tableschema+json": { - "source": "iana", - "compressible": true - }, - "application/vnd.tao.intent-module-archive": { - "source": "iana", - "extensions": ["tao"] - }, - "application/vnd.tcpdump.pcap": { - "source": "iana", - "extensions": ["pcap","cap","dmp"] - }, - "application/vnd.think-cell.ppttc+json": { - "source": "iana", - "compressible": true - }, - "application/vnd.tmd.mediaflex.api+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.tml": { - "source": "iana" - }, - "application/vnd.tmobile-livetv": { - "source": "iana", - "extensions": ["tmo"] - }, - "application/vnd.tri.onesource": { - "source": "iana" - }, - "application/vnd.trid.tpt": { - "source": "iana", - "extensions": ["tpt"] - }, - "application/vnd.triscape.mxs": { - "source": "iana", - "extensions": ["mxs"] - }, - "application/vnd.trueapp": { - "source": "iana", - "extensions": ["tra"] - }, - "application/vnd.truedoc": { - "source": "iana" - }, - "application/vnd.ubisoft.webplayer": { - "source": "iana" - }, - "application/vnd.ufdl": { - "source": "iana", - "extensions": ["ufd","ufdl"] - }, - "application/vnd.uiq.theme": { - "source": "iana", - "extensions": ["utz"] - }, - "application/vnd.umajin": { - "source": "iana", - "extensions": ["umj"] - }, - "application/vnd.unity": { - "source": "iana", - "extensions": ["unityweb"] - }, - "application/vnd.uoml+xml": { - "source": "iana", - "compressible": true, - "extensions": ["uoml"] - }, - "application/vnd.uplanet.alert": { - "source": "iana" - }, - "application/vnd.uplanet.alert-wbxml": { - "source": "iana" - }, - "application/vnd.uplanet.bearer-choice": { - "source": "iana" - }, - "application/vnd.uplanet.bearer-choice-wbxml": { - "source": "iana" - }, - "application/vnd.uplanet.cacheop": { - "source": "iana" - }, - "application/vnd.uplanet.cacheop-wbxml": { - "source": "iana" - }, - "application/vnd.uplanet.channel": { - "source": "iana" - }, - "application/vnd.uplanet.channel-wbxml": { - "source": "iana" - }, - "application/vnd.uplanet.list": { - "source": "iana" - }, - "application/vnd.uplanet.list-wbxml": { - "source": "iana" - }, - "application/vnd.uplanet.listcmd": { - "source": "iana" - }, - "application/vnd.uplanet.listcmd-wbxml": { - "source": "iana" - }, - "application/vnd.uplanet.signal": { - "source": "iana" - }, - "application/vnd.uri-map": { - "source": "iana" - }, - "application/vnd.valve.source.material": { - "source": "iana" - }, - "application/vnd.vcx": { - "source": "iana", - "extensions": ["vcx"] - }, - "application/vnd.vd-study": { - "source": "iana" - }, - "application/vnd.vectorworks": { - "source": "iana" - }, - "application/vnd.vel+json": { - "source": "iana", - "compressible": true - }, - "application/vnd.verimatrix.vcas": { - "source": "iana" - }, - "application/vnd.veritone.aion+json": { - "source": "iana", - "compressible": true - }, - "application/vnd.veryant.thin": { - "source": "iana" - }, - "application/vnd.ves.encrypted": { - "source": "iana" - }, - "application/vnd.vidsoft.vidconference": { - "source": "iana" - }, - "application/vnd.visio": { - "source": "iana", - "extensions": ["vsd","vst","vss","vsw"] - }, - "application/vnd.visionary": { - "source": "iana", - "extensions": ["vis"] - }, - "application/vnd.vividence.scriptfile": { - "source": "iana" - }, - "application/vnd.vsf": { - "source": "iana", - "extensions": ["vsf"] - }, - "application/vnd.wap.sic": { - "source": "iana" - }, - "application/vnd.wap.slc": { - "source": "iana" - }, - "application/vnd.wap.wbxml": { - "source": "iana", - "charset": "UTF-8", - "extensions": ["wbxml"] - }, - "application/vnd.wap.wmlc": { - "source": "iana", - "extensions": ["wmlc"] - }, - "application/vnd.wap.wmlscriptc": { - "source": "iana", - "extensions": ["wmlsc"] - }, - "application/vnd.webturbo": { - "source": "iana", - "extensions": ["wtb"] - }, - "application/vnd.wfa.dpp": { - "source": "iana" - }, - "application/vnd.wfa.p2p": { - "source": "iana" - }, - "application/vnd.wfa.wsc": { - "source": "iana" - }, - "application/vnd.windows.devicepairing": { - "source": "iana" - }, - "application/vnd.wmc": { - "source": "iana" - }, - "application/vnd.wmf.bootstrap": { - "source": "iana" - }, - "application/vnd.wolfram.mathematica": { - "source": "iana" - }, - "application/vnd.wolfram.mathematica.package": { - "source": "iana" - }, - "application/vnd.wolfram.player": { - "source": "iana", - "extensions": ["nbp"] - }, - "application/vnd.wordperfect": { - "source": "iana", - "extensions": ["wpd"] - }, - "application/vnd.wqd": { - "source": "iana", - "extensions": ["wqd"] - }, - "application/vnd.wrq-hp3000-labelled": { - "source": "iana" - }, - "application/vnd.wt.stf": { - "source": "iana", - "extensions": ["stf"] - }, - "application/vnd.wv.csp+wbxml": { - "source": "iana" - }, - "application/vnd.wv.csp+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.wv.ssp+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.xacml+json": { - "source": "iana", - "compressible": true - }, - "application/vnd.xara": { - "source": "iana", - "extensions": ["xar"] - }, - "application/vnd.xfdl": { - "source": "iana", - "extensions": ["xfdl"] - }, - "application/vnd.xfdl.webform": { - "source": "iana" - }, - "application/vnd.xmi+xml": { - "source": "iana", - "compressible": true - }, - "application/vnd.xmpie.cpkg": { - "source": "iana" - }, - "application/vnd.xmpie.dpkg": { - "source": "iana" - }, - "application/vnd.xmpie.plan": { - "source": "iana" - }, - "application/vnd.xmpie.ppkg": { - "source": "iana" - }, - "application/vnd.xmpie.xlim": { - "source": "iana" - }, - "application/vnd.yamaha.hv-dic": { - "source": "iana", - "extensions": ["hvd"] - }, - "application/vnd.yamaha.hv-script": { - "source": "iana", - "extensions": ["hvs"] - }, - "application/vnd.yamaha.hv-voice": { - "source": "iana", - "extensions": ["hvp"] - }, - "application/vnd.yamaha.openscoreformat": { - "source": "iana", - "extensions": ["osf"] - }, - "application/vnd.yamaha.openscoreformat.osfpvg+xml": { - "source": "iana", - "compressible": true, - "extensions": ["osfpvg"] - }, - "application/vnd.yamaha.remote-setup": { - "source": "iana" - }, - "application/vnd.yamaha.smaf-audio": { - "source": "iana", - "extensions": ["saf"] - }, - "application/vnd.yamaha.smaf-phrase": { - "source": "iana", - "extensions": ["spf"] - }, - "application/vnd.yamaha.through-ngn": { - "source": "iana" - }, - "application/vnd.yamaha.tunnel-udpencap": { - "source": "iana" - }, - "application/vnd.yaoweme": { - "source": "iana" - }, - "application/vnd.yellowriver-custom-menu": { - "source": "iana", - "extensions": ["cmp"] - }, - "application/vnd.youtube.yt": { - "source": "iana" - }, - "application/vnd.zul": { - "source": "iana", - "extensions": ["zir","zirz"] - }, - "application/vnd.zzazz.deck+xml": { - "source": "iana", - "compressible": true, - "extensions": ["zaz"] - }, - "application/voicexml+xml": { - "source": "iana", - "compressible": true, - "extensions": ["vxml"] - }, - "application/voucher-cms+json": { - "source": "iana", - "compressible": true - }, - "application/vq-rtcpxr": { - "source": "iana" - }, - "application/wasm": { - "source": "iana", - "compressible": true, - "extensions": ["wasm"] - }, - "application/watcherinfo+xml": { - "source": "iana", - "compressible": true, - "extensions": ["wif"] - }, - "application/webpush-options+json": { - "source": "iana", - "compressible": true - }, - "application/whoispp-query": { - "source": "iana" - }, - "application/whoispp-response": { - "source": "iana" - }, - "application/widget": { - "source": "iana", - "extensions": ["wgt"] - }, - "application/winhlp": { - "source": "apache", - "extensions": ["hlp"] - }, - "application/wita": { - "source": "iana" - }, - "application/wordperfect5.1": { - "source": "iana" - }, - "application/wsdl+xml": { - "source": "iana", - "compressible": true, - "extensions": ["wsdl"] - }, - "application/wspolicy+xml": { - "source": "iana", - "compressible": true, - "extensions": ["wspolicy"] - }, - "application/x-7z-compressed": { - "source": "apache", - "compressible": false, - "extensions": ["7z"] - }, - "application/x-abiword": { - "source": "apache", - "extensions": ["abw"] - }, - "application/x-ace-compressed": { - "source": "apache", - "extensions": ["ace"] - }, - "application/x-amf": { - "source": "apache" - }, - "application/x-apple-diskimage": { - "source": "apache", - "extensions": ["dmg"] - }, - "application/x-arj": { - "compressible": false, - "extensions": ["arj"] - }, - "application/x-authorware-bin": { - "source": "apache", - "extensions": ["aab","x32","u32","vox"] - }, - "application/x-authorware-map": { - "source": "apache", - "extensions": ["aam"] - }, - "application/x-authorware-seg": { - "source": "apache", - "extensions": ["aas"] - }, - "application/x-bcpio": { - "source": "apache", - "extensions": ["bcpio"] - }, - "application/x-bdoc": { - "compressible": false, - "extensions": ["bdoc"] - }, - "application/x-bittorrent": { - "source": "apache", - "extensions": ["torrent"] - }, - "application/x-blorb": { - "source": "apache", - "extensions": ["blb","blorb"] - }, - "application/x-bzip": { - "source": "apache", - "compressible": false, - "extensions": ["bz"] - }, - "application/x-bzip2": { - "source": "apache", - "compressible": false, - "extensions": ["bz2","boz"] - }, - "application/x-cbr": { - "source": "apache", - "extensions": ["cbr","cba","cbt","cbz","cb7"] - }, - "application/x-cdlink": { - "source": "apache", - "extensions": ["vcd"] - }, - "application/x-cfs-compressed": { - "source": "apache", - "extensions": ["cfs"] - }, - "application/x-chat": { - "source": "apache", - "extensions": ["chat"] - }, - "application/x-chess-pgn": { - "source": "apache", - "extensions": ["pgn"] - }, - "application/x-chrome-extension": { - "extensions": ["crx"] - }, - "application/x-cocoa": { - "source": "nginx", - "extensions": ["cco"] - }, - "application/x-compress": { - "source": "apache" - }, - "application/x-conference": { - "source": "apache", - "extensions": ["nsc"] - }, - "application/x-cpio": { - "source": "apache", - "extensions": ["cpio"] - }, - "application/x-csh": { - "source": "apache", - "extensions": ["csh"] - }, - "application/x-deb": { - "compressible": false - }, - "application/x-debian-package": { - "source": "apache", - "extensions": ["deb","udeb"] - }, - "application/x-dgc-compressed": { - "source": "apache", - "extensions": ["dgc"] - }, - "application/x-director": { - "source": "apache", - "extensions": ["dir","dcr","dxr","cst","cct","cxt","w3d","fgd","swa"] - }, - "application/x-doom": { - "source": "apache", - "extensions": ["wad"] - }, - "application/x-dtbncx+xml": { - "source": "apache", - "compressible": true, - "extensions": ["ncx"] - }, - "application/x-dtbook+xml": { - "source": "apache", - "compressible": true, - "extensions": ["dtb"] - }, - "application/x-dtbresource+xml": { - "source": "apache", - "compressible": true, - "extensions": ["res"] - }, - "application/x-dvi": { - "source": "apache", - "compressible": false, - "extensions": ["dvi"] - }, - "application/x-envoy": { - "source": "apache", - "extensions": ["evy"] - }, - "application/x-eva": { - "source": "apache", - "extensions": ["eva"] - }, - "application/x-font-bdf": { - "source": "apache", - "extensions": ["bdf"] - }, - "application/x-font-dos": { - "source": "apache" - }, - "application/x-font-framemaker": { - "source": "apache" - }, - "application/x-font-ghostscript": { - "source": "apache", - "extensions": ["gsf"] - }, - "application/x-font-libgrx": { - "source": "apache" - }, - "application/x-font-linux-psf": { - "source": "apache", - "extensions": ["psf"] - }, - "application/x-font-pcf": { - "source": "apache", - "extensions": ["pcf"] - }, - "application/x-font-snf": { - "source": "apache", - "extensions": ["snf"] - }, - "application/x-font-speedo": { - "source": "apache" - }, - "application/x-font-sunos-news": { - "source": "apache" - }, - "application/x-font-type1": { - "source": "apache", - "extensions": ["pfa","pfb","pfm","afm"] - }, - "application/x-font-vfont": { - "source": "apache" - }, - "application/x-freearc": { - "source": "apache", - "extensions": ["arc"] - }, - "application/x-futuresplash": { - "source": "apache", - "extensions": ["spl"] - }, - "application/x-gca-compressed": { - "source": "apache", - "extensions": ["gca"] - }, - "application/x-glulx": { - "source": "apache", - "extensions": ["ulx"] - }, - "application/x-gnumeric": { - "source": "apache", - "extensions": ["gnumeric"] - }, - "application/x-gramps-xml": { - "source": "apache", - "extensions": ["gramps"] - }, - "application/x-gtar": { - "source": "apache", - "extensions": ["gtar"] - }, - "application/x-gzip": { - "source": "apache" - }, - "application/x-hdf": { - "source": "apache", - "extensions": ["hdf"] - }, - "application/x-httpd-php": { - "compressible": true, - "extensions": ["php"] - }, - "application/x-install-instructions": { - "source": "apache", - "extensions": ["install"] - }, - "application/x-iso9660-image": { - "source": "apache", - "extensions": ["iso"] - }, - "application/x-iwork-keynote-sffkey": { - "extensions": ["key"] - }, - "application/x-iwork-numbers-sffnumbers": { - "extensions": ["numbers"] - }, - "application/x-iwork-pages-sffpages": { - "extensions": ["pages"] - }, - "application/x-java-archive-diff": { - "source": "nginx", - "extensions": ["jardiff"] - }, - "application/x-java-jnlp-file": { - "source": "apache", - "compressible": false, - "extensions": ["jnlp"] - }, - "application/x-javascript": { - "compressible": true - }, - "application/x-keepass2": { - "extensions": ["kdbx"] - }, - "application/x-latex": { - "source": "apache", - "compressible": false, - "extensions": ["latex"] - }, - "application/x-lua-bytecode": { - "extensions": ["luac"] - }, - "application/x-lzh-compressed": { - "source": "apache", - "extensions": ["lzh","lha"] - }, - "application/x-makeself": { - "source": "nginx", - "extensions": ["run"] - }, - "application/x-mie": { - "source": "apache", - "extensions": ["mie"] - }, - "application/x-mobipocket-ebook": { - "source": "apache", - "extensions": ["prc","mobi"] - }, - "application/x-mpegurl": { - "compressible": false - }, - "application/x-ms-application": { - "source": "apache", - "extensions": ["application"] - }, - "application/x-ms-shortcut": { - "source": "apache", - "extensions": ["lnk"] - }, - "application/x-ms-wmd": { - "source": "apache", - "extensions": ["wmd"] - }, - "application/x-ms-wmz": { - "source": "apache", - "extensions": ["wmz"] - }, - "application/x-ms-xbap": { - "source": "apache", - "extensions": ["xbap"] - }, - "application/x-msaccess": { - "source": "apache", - "extensions": ["mdb"] - }, - "application/x-msbinder": { - "source": "apache", - "extensions": ["obd"] - }, - "application/x-mscardfile": { - "source": "apache", - "extensions": ["crd"] - }, - "application/x-msclip": { - "source": "apache", - "extensions": ["clp"] - }, - "application/x-msdos-program": { - "extensions": ["exe"] - }, - "application/x-msdownload": { - "source": "apache", - "extensions": ["exe","dll","com","bat","msi"] - }, - "application/x-msmediaview": { - "source": "apache", - "extensions": ["mvb","m13","m14"] - }, - "application/x-msmetafile": { - "source": "apache", - "extensions": ["wmf","wmz","emf","emz"] - }, - "application/x-msmoney": { - "source": "apache", - "extensions": ["mny"] - }, - "application/x-mspublisher": { - "source": "apache", - "extensions": ["pub"] - }, - "application/x-msschedule": { - "source": "apache", - "extensions": ["scd"] - }, - "application/x-msterminal": { - "source": "apache", - "extensions": ["trm"] - }, - "application/x-mswrite": { - "source": "apache", - "extensions": ["wri"] - }, - "application/x-netcdf": { - "source": "apache", - "extensions": ["nc","cdf"] - }, - "application/x-ns-proxy-autoconfig": { - "compressible": true, - "extensions": ["pac"] - }, - "application/x-nzb": { - "source": "apache", - "extensions": ["nzb"] - }, - "application/x-perl": { - "source": "nginx", - "extensions": ["pl","pm"] - }, - "application/x-pilot": { - "source": "nginx", - "extensions": ["prc","pdb"] - }, - "application/x-pkcs12": { - "source": "apache", - "compressible": false, - "extensions": ["p12","pfx"] - }, - "application/x-pkcs7-certificates": { - "source": "apache", - "extensions": ["p7b","spc"] - }, - "application/x-pkcs7-certreqresp": { - "source": "apache", - "extensions": ["p7r"] - }, - "application/x-pki-message": { - "source": "iana" - }, - "application/x-rar-compressed": { - "source": "apache", - "compressible": false, - "extensions": ["rar"] - }, - "application/x-redhat-package-manager": { - "source": "nginx", - "extensions": ["rpm"] - }, - "application/x-research-info-systems": { - "source": "apache", - "extensions": ["ris"] - }, - "application/x-sea": { - "source": "nginx", - "extensions": ["sea"] - }, - "application/x-sh": { - "source": "apache", - "compressible": true, - "extensions": ["sh"] - }, - "application/x-shar": { - "source": "apache", - "extensions": ["shar"] - }, - "application/x-shockwave-flash": { - "source": "apache", - "compressible": false, - "extensions": ["swf"] - }, - "application/x-silverlight-app": { - "source": "apache", - "extensions": ["xap"] - }, - "application/x-sql": { - "source": "apache", - "extensions": ["sql"] - }, - "application/x-stuffit": { - "source": "apache", - "compressible": false, - "extensions": ["sit"] - }, - "application/x-stuffitx": { - "source": "apache", - "extensions": ["sitx"] - }, - "application/x-subrip": { - "source": "apache", - "extensions": ["srt"] - }, - "application/x-sv4cpio": { - "source": "apache", - "extensions": ["sv4cpio"] - }, - "application/x-sv4crc": { - "source": "apache", - "extensions": ["sv4crc"] - }, - "application/x-t3vm-image": { - "source": "apache", - "extensions": ["t3"] - }, - "application/x-tads": { - "source": "apache", - "extensions": ["gam"] - }, - "application/x-tar": { - "source": "apache", - "compressible": true, - "extensions": ["tar"] - }, - "application/x-tcl": { - "source": "apache", - "extensions": ["tcl","tk"] - }, - "application/x-tex": { - "source": "apache", - "extensions": ["tex"] - }, - "application/x-tex-tfm": { - "source": "apache", - "extensions": ["tfm"] - }, - "application/x-texinfo": { - "source": "apache", - "extensions": ["texinfo","texi"] - }, - "application/x-tgif": { - "source": "apache", - "extensions": ["obj"] - }, - "application/x-ustar": { - "source": "apache", - "extensions": ["ustar"] - }, - "application/x-virtualbox-hdd": { - "compressible": true, - "extensions": ["hdd"] - }, - "application/x-virtualbox-ova": { - "compressible": true, - "extensions": ["ova"] - }, - "application/x-virtualbox-ovf": { - "compressible": true, - "extensions": ["ovf"] - }, - "application/x-virtualbox-vbox": { - "compressible": true, - "extensions": ["vbox"] - }, - "application/x-virtualbox-vbox-extpack": { - "compressible": false, - "extensions": ["vbox-extpack"] - }, - "application/x-virtualbox-vdi": { - "compressible": true, - "extensions": ["vdi"] - }, - "application/x-virtualbox-vhd": { - "compressible": true, - "extensions": ["vhd"] - }, - "application/x-virtualbox-vmdk": { - "compressible": true, - "extensions": ["vmdk"] - }, - "application/x-wais-source": { - "source": "apache", - "extensions": ["src"] - }, - "application/x-web-app-manifest+json": { - "compressible": true, - "extensions": ["webapp"] - }, - "application/x-www-form-urlencoded": { - "source": "iana", - "compressible": true - }, - "application/x-x509-ca-cert": { - "source": "iana", - "extensions": ["der","crt","pem"] - }, - "application/x-x509-ca-ra-cert": { - "source": "iana" - }, - "application/x-x509-next-ca-cert": { - "source": "iana" - }, - "application/x-xfig": { - "source": "apache", - "extensions": ["fig"] - }, - "application/x-xliff+xml": { - "source": "apache", - "compressible": true, - "extensions": ["xlf"] - }, - "application/x-xpinstall": { - "source": "apache", - "compressible": false, - "extensions": ["xpi"] - }, - "application/x-xz": { - "source": "apache", - "extensions": ["xz"] - }, - "application/x-zmachine": { - "source": "apache", - "extensions": ["z1","z2","z3","z4","z5","z6","z7","z8"] - }, - "application/x400-bp": { - "source": "iana" - }, - "application/xacml+xml": { - "source": "iana", - "compressible": true - }, - "application/xaml+xml": { - "source": "apache", - "compressible": true, - "extensions": ["xaml"] - }, - "application/xcap-att+xml": { - "source": "iana", - "compressible": true, - "extensions": ["xav"] - }, - "application/xcap-caps+xml": { - "source": "iana", - "compressible": true, - "extensions": ["xca"] - }, - "application/xcap-diff+xml": { - "source": "iana", - "compressible": true, - "extensions": ["xdf"] - }, - "application/xcap-el+xml": { - "source": "iana", - "compressible": true, - "extensions": ["xel"] - }, - "application/xcap-error+xml": { - "source": "iana", - "compressible": true - }, - "application/xcap-ns+xml": { - "source": "iana", - "compressible": true, - "extensions": ["xns"] - }, - "application/xcon-conference-info+xml": { - "source": "iana", - "compressible": true - }, - "application/xcon-conference-info-diff+xml": { - "source": "iana", - "compressible": true - }, - "application/xenc+xml": { - "source": "iana", - "compressible": true, - "extensions": ["xenc"] - }, - "application/xhtml+xml": { - "source": "iana", - "compressible": true, - "extensions": ["xhtml","xht"] - }, - "application/xhtml-voice+xml": { - "source": "apache", - "compressible": true - }, - "application/xliff+xml": { - "source": "iana", - "compressible": true, - "extensions": ["xlf"] - }, - "application/xml": { - "source": "iana", - "compressible": true, - "extensions": ["xml","xsl","xsd","rng"] - }, - "application/xml-dtd": { - "source": "iana", - "compressible": true, - "extensions": ["dtd"] - }, - "application/xml-external-parsed-entity": { - "source": "iana" - }, - "application/xml-patch+xml": { - "source": "iana", - "compressible": true - }, - "application/xmpp+xml": { - "source": "iana", - "compressible": true - }, - "application/xop+xml": { - "source": "iana", - "compressible": true, - "extensions": ["xop"] - }, - "application/xproc+xml": { - "source": "apache", - "compressible": true, - "extensions": ["xpl"] - }, - "application/xslt+xml": { - "source": "iana", - "compressible": true, - "extensions": ["xsl","xslt"] - }, - "application/xspf+xml": { - "source": "apache", - "compressible": true, - "extensions": ["xspf"] - }, - "application/xv+xml": { - "source": "iana", - "compressible": true, - "extensions": ["mxml","xhvml","xvml","xvm"] - }, - "application/yang": { - "source": "iana", - "extensions": ["yang"] - }, - "application/yang-data+json": { - "source": "iana", - "compressible": true - }, - "application/yang-data+xml": { - "source": "iana", - "compressible": true - }, - "application/yang-patch+json": { - "source": "iana", - "compressible": true - }, - "application/yang-patch+xml": { - "source": "iana", - "compressible": true - }, - "application/yin+xml": { - "source": "iana", - "compressible": true, - "extensions": ["yin"] - }, - "application/zip": { - "source": "iana", - "compressible": false, - "extensions": ["zip"] - }, - "application/zlib": { - "source": "iana" - }, - "application/zstd": { - "source": "iana" - }, - "audio/1d-interleaved-parityfec": { - "source": "iana" - }, - "audio/32kadpcm": { - "source": "iana" - }, - "audio/3gpp": { - "source": "iana", - "compressible": false, - "extensions": ["3gpp"] - }, - "audio/3gpp2": { - "source": "iana" - }, - "audio/aac": { - "source": "iana" - }, - "audio/ac3": { - "source": "iana" - }, - "audio/adpcm": { - "source": "apache", - "extensions": ["adp"] - }, - "audio/amr": { - "source": "iana", - "extensions": ["amr"] - }, - "audio/amr-wb": { - "source": "iana" - }, - "audio/amr-wb+": { - "source": "iana" - }, - "audio/aptx": { - "source": "iana" - }, - "audio/asc": { - "source": "iana" - }, - "audio/atrac-advanced-lossless": { - "source": "iana" - }, - "audio/atrac-x": { - "source": "iana" - }, - "audio/atrac3": { - "source": "iana" - }, - "audio/basic": { - "source": "iana", - "compressible": false, - "extensions": ["au","snd"] - }, - "audio/bv16": { - "source": "iana" - }, - "audio/bv32": { - "source": "iana" - }, - "audio/clearmode": { - "source": "iana" - }, - "audio/cn": { - "source": "iana" - }, - "audio/dat12": { - "source": "iana" - }, - "audio/dls": { - "source": "iana" - }, - "audio/dsr-es201108": { - "source": "iana" - }, - "audio/dsr-es202050": { - "source": "iana" - }, - "audio/dsr-es202211": { - "source": "iana" - }, - "audio/dsr-es202212": { - "source": "iana" - }, - "audio/dv": { - "source": "iana" - }, - "audio/dvi4": { - "source": "iana" - }, - "audio/eac3": { - "source": "iana" - }, - "audio/encaprtp": { - "source": "iana" - }, - "audio/evrc": { - "source": "iana" - }, - "audio/evrc-qcp": { - "source": "iana" - }, - "audio/evrc0": { - "source": "iana" - }, - "audio/evrc1": { - "source": "iana" - }, - "audio/evrcb": { - "source": "iana" - }, - "audio/evrcb0": { - "source": "iana" - }, - "audio/evrcb1": { - "source": "iana" - }, - "audio/evrcnw": { - "source": "iana" - }, - "audio/evrcnw0": { - "source": "iana" - }, - "audio/evrcnw1": { - "source": "iana" - }, - "audio/evrcwb": { - "source": "iana" - }, - "audio/evrcwb0": { - "source": "iana" - }, - "audio/evrcwb1": { - "source": "iana" - }, - "audio/evs": { - "source": "iana" - }, - "audio/flexfec": { - "source": "iana" - }, - "audio/fwdred": { - "source": "iana" - }, - "audio/g711-0": { - "source": "iana" - }, - "audio/g719": { - "source": "iana" - }, - "audio/g722": { - "source": "iana" - }, - "audio/g7221": { - "source": "iana" - }, - "audio/g723": { - "source": "iana" - }, - "audio/g726-16": { - "source": "iana" - }, - "audio/g726-24": { - "source": "iana" - }, - "audio/g726-32": { - "source": "iana" - }, - "audio/g726-40": { - "source": "iana" - }, - "audio/g728": { - "source": "iana" - }, - "audio/g729": { - "source": "iana" - }, - "audio/g7291": { - "source": "iana" - }, - "audio/g729d": { - "source": "iana" - }, - "audio/g729e": { - "source": "iana" - }, - "audio/gsm": { - "source": "iana" - }, - "audio/gsm-efr": { - "source": "iana" - }, - "audio/gsm-hr-08": { - "source": "iana" - }, - "audio/ilbc": { - "source": "iana" - }, - "audio/ip-mr_v2.5": { - "source": "iana" - }, - "audio/isac": { - "source": "apache" - }, - "audio/l16": { - "source": "iana" - }, - "audio/l20": { - "source": "iana" - }, - "audio/l24": { - "source": "iana", - "compressible": false - }, - "audio/l8": { - "source": "iana" - }, - "audio/lpc": { - "source": "iana" - }, - "audio/melp": { - "source": "iana" - }, - "audio/melp1200": { - "source": "iana" - }, - "audio/melp2400": { - "source": "iana" - }, - "audio/melp600": { - "source": "iana" - }, - "audio/mhas": { - "source": "iana" - }, - "audio/midi": { - "source": "apache", - "extensions": ["mid","midi","kar","rmi"] - }, - "audio/mobile-xmf": { - "source": "iana", - "extensions": ["mxmf"] - }, - "audio/mp3": { - "compressible": false, - "extensions": ["mp3"] - }, - "audio/mp4": { - "source": "iana", - "compressible": false, - "extensions": ["m4a","mp4a"] - }, - "audio/mp4a-latm": { - "source": "iana" - }, - "audio/mpa": { - "source": "iana" - }, - "audio/mpa-robust": { - "source": "iana" - }, - "audio/mpeg": { - "source": "iana", - "compressible": false, - "extensions": ["mpga","mp2","mp2a","mp3","m2a","m3a"] - }, - "audio/mpeg4-generic": { - "source": "iana" - }, - "audio/musepack": { - "source": "apache" - }, - "audio/ogg": { - "source": "iana", - "compressible": false, - "extensions": ["oga","ogg","spx","opus"] - }, - "audio/opus": { - "source": "iana" - }, - "audio/parityfec": { - "source": "iana" - }, - "audio/pcma": { - "source": "iana" - }, - "audio/pcma-wb": { - "source": "iana" - }, - "audio/pcmu": { - "source": "iana" - }, - "audio/pcmu-wb": { - "source": "iana" - }, - "audio/prs.sid": { - "source": "iana" - }, - "audio/qcelp": { - "source": "iana" - }, - "audio/raptorfec": { - "source": "iana" - }, - "audio/red": { - "source": "iana" - }, - "audio/rtp-enc-aescm128": { - "source": "iana" - }, - "audio/rtp-midi": { - "source": "iana" - }, - "audio/rtploopback": { - "source": "iana" - }, - "audio/rtx": { - "source": "iana" - }, - "audio/s3m": { - "source": "apache", - "extensions": ["s3m"] - }, - "audio/scip": { - "source": "iana" - }, - "audio/silk": { - "source": "apache", - "extensions": ["sil"] - }, - "audio/smv": { - "source": "iana" - }, - "audio/smv-qcp": { - "source": "iana" - }, - "audio/smv0": { - "source": "iana" - }, - "audio/sofa": { - "source": "iana" - }, - "audio/sp-midi": { - "source": "iana" - }, - "audio/speex": { - "source": "iana" - }, - "audio/t140c": { - "source": "iana" - }, - "audio/t38": { - "source": "iana" - }, - "audio/telephone-event": { - "source": "iana" - }, - "audio/tetra_acelp": { - "source": "iana" - }, - "audio/tetra_acelp_bb": { - "source": "iana" - }, - "audio/tone": { - "source": "iana" - }, - "audio/tsvcis": { - "source": "iana" - }, - "audio/uemclip": { - "source": "iana" - }, - "audio/ulpfec": { - "source": "iana" - }, - "audio/usac": { - "source": "iana" - }, - "audio/vdvi": { - "source": "iana" - }, - "audio/vmr-wb": { - "source": "iana" - }, - "audio/vnd.3gpp.iufp": { - "source": "iana" - }, - "audio/vnd.4sb": { - "source": "iana" - }, - "audio/vnd.audiokoz": { - "source": "iana" - }, - "audio/vnd.celp": { - "source": "iana" - }, - "audio/vnd.cisco.nse": { - "source": "iana" - }, - "audio/vnd.cmles.radio-events": { - "source": "iana" - }, - "audio/vnd.cns.anp1": { - "source": "iana" - }, - "audio/vnd.cns.inf1": { - "source": "iana" - }, - "audio/vnd.dece.audio": { - "source": "iana", - "extensions": ["uva","uvva"] - }, - "audio/vnd.digital-winds": { - "source": "iana", - "extensions": ["eol"] - }, - "audio/vnd.dlna.adts": { - "source": "iana" - }, - "audio/vnd.dolby.heaac.1": { - "source": "iana" - }, - "audio/vnd.dolby.heaac.2": { - "source": "iana" - }, - "audio/vnd.dolby.mlp": { - "source": "iana" - }, - "audio/vnd.dolby.mps": { - "source": "iana" - }, - "audio/vnd.dolby.pl2": { - "source": "iana" - }, - "audio/vnd.dolby.pl2x": { - "source": "iana" - }, - "audio/vnd.dolby.pl2z": { - "source": "iana" - }, - "audio/vnd.dolby.pulse.1": { - "source": "iana" - }, - "audio/vnd.dra": { - "source": "iana", - "extensions": ["dra"] - }, - "audio/vnd.dts": { - "source": "iana", - "extensions": ["dts"] - }, - "audio/vnd.dts.hd": { - "source": "iana", - "extensions": ["dtshd"] - }, - "audio/vnd.dts.uhd": { - "source": "iana" - }, - "audio/vnd.dvb.file": { - "source": "iana" - }, - "audio/vnd.everad.plj": { - "source": "iana" - }, - "audio/vnd.hns.audio": { - "source": "iana" - }, - "audio/vnd.lucent.voice": { - "source": "iana", - "extensions": ["lvp"] - }, - "audio/vnd.ms-playready.media.pya": { - "source": "iana", - "extensions": ["pya"] - }, - "audio/vnd.nokia.mobile-xmf": { - "source": "iana" - }, - "audio/vnd.nortel.vbk": { - "source": "iana" - }, - "audio/vnd.nuera.ecelp4800": { - "source": "iana", - "extensions": ["ecelp4800"] - }, - "audio/vnd.nuera.ecelp7470": { - "source": "iana", - "extensions": ["ecelp7470"] - }, - "audio/vnd.nuera.ecelp9600": { - "source": "iana", - "extensions": ["ecelp9600"] - }, - "audio/vnd.octel.sbc": { - "source": "iana" - }, - "audio/vnd.presonus.multitrack": { - "source": "iana" - }, - "audio/vnd.qcelp": { - "source": "iana" - }, - "audio/vnd.rhetorex.32kadpcm": { - "source": "iana" - }, - "audio/vnd.rip": { - "source": "iana", - "extensions": ["rip"] - }, - "audio/vnd.rn-realaudio": { - "compressible": false - }, - "audio/vnd.sealedmedia.softseal.mpeg": { - "source": "iana" - }, - "audio/vnd.vmx.cvsd": { - "source": "iana" - }, - "audio/vnd.wave": { - "compressible": false - }, - "audio/vorbis": { - "source": "iana", - "compressible": false - }, - "audio/vorbis-config": { - "source": "iana" - }, - "audio/wav": { - "compressible": false, - "extensions": ["wav"] - }, - "audio/wave": { - "compressible": false, - "extensions": ["wav"] - }, - "audio/webm": { - "source": "apache", - "compressible": false, - "extensions": ["weba"] - }, - "audio/x-aac": { - "source": "apache", - "compressible": false, - "extensions": ["aac"] - }, - "audio/x-aiff": { - "source": "apache", - "extensions": ["aif","aiff","aifc"] - }, - "audio/x-caf": { - "source": "apache", - "compressible": false, - "extensions": ["caf"] - }, - "audio/x-flac": { - "source": "apache", - "extensions": ["flac"] - }, - "audio/x-m4a": { - "source": "nginx", - "extensions": ["m4a"] - }, - "audio/x-matroska": { - "source": "apache", - "extensions": ["mka"] - }, - "audio/x-mpegurl": { - "source": "apache", - "extensions": ["m3u"] - }, - "audio/x-ms-wax": { - "source": "apache", - "extensions": ["wax"] - }, - "audio/x-ms-wma": { - "source": "apache", - "extensions": ["wma"] - }, - "audio/x-pn-realaudio": { - "source": "apache", - "extensions": ["ram","ra"] - }, - "audio/x-pn-realaudio-plugin": { - "source": "apache", - "extensions": ["rmp"] - }, - "audio/x-realaudio": { - "source": "nginx", - "extensions": ["ra"] - }, - "audio/x-tta": { - "source": "apache" - }, - "audio/x-wav": { - "source": "apache", - "extensions": ["wav"] - }, - "audio/xm": { - "source": "apache", - "extensions": ["xm"] - }, - "chemical/x-cdx": { - "source": "apache", - "extensions": ["cdx"] - }, - "chemical/x-cif": { - "source": "apache", - "extensions": ["cif"] - }, - "chemical/x-cmdf": { - "source": "apache", - "extensions": ["cmdf"] - }, - "chemical/x-cml": { - "source": "apache", - "extensions": ["cml"] - }, - "chemical/x-csml": { - "source": "apache", - "extensions": ["csml"] - }, - "chemical/x-pdb": { - "source": "apache" - }, - "chemical/x-xyz": { - "source": "apache", - "extensions": ["xyz"] - }, - "font/collection": { - "source": "iana", - "extensions": ["ttc"] - }, - "font/otf": { - "source": "iana", - "compressible": true, - "extensions": ["otf"] - }, - "font/sfnt": { - "source": "iana" - }, - "font/ttf": { - "source": "iana", - "compressible": true, - "extensions": ["ttf"] - }, - "font/woff": { - "source": "iana", - "extensions": ["woff"] - }, - "font/woff2": { - "source": "iana", - "extensions": ["woff2"] - }, - "image/aces": { - "source": "iana", - "extensions": ["exr"] - }, - "image/apng": { - "compressible": false, - "extensions": ["apng"] - }, - "image/avci": { - "source": "iana", - "extensions": ["avci"] - }, - "image/avcs": { - "source": "iana", - "extensions": ["avcs"] - }, - "image/avif": { - "source": "iana", - "compressible": false, - "extensions": ["avif"] - }, - "image/bmp": { - "source": "iana", - "compressible": true, - "extensions": ["bmp"] - }, - "image/cgm": { - "source": "iana", - "extensions": ["cgm"] - }, - "image/dicom-rle": { - "source": "iana", - "extensions": ["drle"] - }, - "image/emf": { - "source": "iana", - "extensions": ["emf"] - }, - "image/fits": { - "source": "iana", - "extensions": ["fits"] - }, - "image/g3fax": { - "source": "iana", - "extensions": ["g3"] - }, - "image/gif": { - "source": "iana", - "compressible": false, - "extensions": ["gif"] - }, - "image/heic": { - "source": "iana", - "extensions": ["heic"] - }, - "image/heic-sequence": { - "source": "iana", - "extensions": ["heics"] - }, - "image/heif": { - "source": "iana", - "extensions": ["heif"] - }, - "image/heif-sequence": { - "source": "iana", - "extensions": ["heifs"] - }, - "image/hej2k": { - "source": "iana", - "extensions": ["hej2"] - }, - "image/hsj2": { - "source": "iana", - "extensions": ["hsj2"] - }, - "image/ief": { - "source": "iana", - "extensions": ["ief"] - }, - "image/jls": { - "source": "iana", - "extensions": ["jls"] - }, - "image/jp2": { - "source": "iana", - "compressible": false, - "extensions": ["jp2","jpg2"] - }, - "image/jpeg": { - "source": "iana", - "compressible": false, - "extensions": ["jpeg","jpg","jpe"] - }, - "image/jph": { - "source": "iana", - "extensions": ["jph"] - }, - "image/jphc": { - "source": "iana", - "extensions": ["jhc"] - }, - "image/jpm": { - "source": "iana", - "compressible": false, - "extensions": ["jpm"] - }, - "image/jpx": { - "source": "iana", - "compressible": false, - "extensions": ["jpx","jpf"] - }, - "image/jxr": { - "source": "iana", - "extensions": ["jxr"] - }, - "image/jxra": { - "source": "iana", - "extensions": ["jxra"] - }, - "image/jxrs": { - "source": "iana", - "extensions": ["jxrs"] - }, - "image/jxs": { - "source": "iana", - "extensions": ["jxs"] - }, - "image/jxsc": { - "source": "iana", - "extensions": ["jxsc"] - }, - "image/jxsi": { - "source": "iana", - "extensions": ["jxsi"] - }, - "image/jxss": { - "source": "iana", - "extensions": ["jxss"] - }, - "image/ktx": { - "source": "iana", - "extensions": ["ktx"] - }, - "image/ktx2": { - "source": "iana", - "extensions": ["ktx2"] - }, - "image/naplps": { - "source": "iana" - }, - "image/pjpeg": { - "compressible": false - }, - "image/png": { - "source": "iana", - "compressible": false, - "extensions": ["png"] - }, - "image/prs.btif": { - "source": "iana", - "extensions": ["btif"] - }, - "image/prs.pti": { - "source": "iana", - "extensions": ["pti"] - }, - "image/pwg-raster": { - "source": "iana" - }, - "image/sgi": { - "source": "apache", - "extensions": ["sgi"] - }, - "image/svg+xml": { - "source": "iana", - "compressible": true, - "extensions": ["svg","svgz"] - }, - "image/t38": { - "source": "iana", - "extensions": ["t38"] - }, - "image/tiff": { - "source": "iana", - "compressible": false, - "extensions": ["tif","tiff"] - }, - "image/tiff-fx": { - "source": "iana", - "extensions": ["tfx"] - }, - "image/vnd.adobe.photoshop": { - "source": "iana", - "compressible": true, - "extensions": ["psd"] - }, - "image/vnd.airzip.accelerator.azv": { - "source": "iana", - "extensions": ["azv"] - }, - "image/vnd.cns.inf2": { - "source": "iana" - }, - "image/vnd.dece.graphic": { - "source": "iana", - "extensions": ["uvi","uvvi","uvg","uvvg"] - }, - "image/vnd.djvu": { - "source": "iana", - "extensions": ["djvu","djv"] - }, - "image/vnd.dvb.subtitle": { - "source": "iana", - "extensions": ["sub"] - }, - "image/vnd.dwg": { - "source": "iana", - "extensions": ["dwg"] - }, - "image/vnd.dxf": { - "source": "iana", - "extensions": ["dxf"] - }, - "image/vnd.fastbidsheet": { - "source": "iana", - "extensions": ["fbs"] - }, - "image/vnd.fpx": { - "source": "iana", - "extensions": ["fpx"] - }, - "image/vnd.fst": { - "source": "iana", - "extensions": ["fst"] - }, - "image/vnd.fujixerox.edmics-mmr": { - "source": "iana", - "extensions": ["mmr"] - }, - "image/vnd.fujixerox.edmics-rlc": { - "source": "iana", - "extensions": ["rlc"] - }, - "image/vnd.globalgraphics.pgb": { - "source": "iana" - }, - "image/vnd.microsoft.icon": { - "source": "iana", - "compressible": true, - "extensions": ["ico"] - }, - "image/vnd.mix": { - "source": "iana" - }, - "image/vnd.mozilla.apng": { - "source": "iana" - }, - "image/vnd.ms-dds": { - "compressible": true, - "extensions": ["dds"] - }, - "image/vnd.ms-modi": { - "source": "iana", - "extensions": ["mdi"] - }, - "image/vnd.ms-photo": { - "source": "apache", - "extensions": ["wdp"] - }, - "image/vnd.net-fpx": { - "source": "iana", - "extensions": ["npx"] - }, - "image/vnd.pco.b16": { - "source": "iana", - "extensions": ["b16"] - }, - "image/vnd.radiance": { - "source": "iana" - }, - "image/vnd.sealed.png": { - "source": "iana" - }, - "image/vnd.sealedmedia.softseal.gif": { - "source": "iana" - }, - "image/vnd.sealedmedia.softseal.jpg": { - "source": "iana" - }, - "image/vnd.svf": { - "source": "iana" - }, - "image/vnd.tencent.tap": { - "source": "iana", - "extensions": ["tap"] - }, - "image/vnd.valve.source.texture": { - "source": "iana", - "extensions": ["vtf"] - }, - "image/vnd.wap.wbmp": { - "source": "iana", - "extensions": ["wbmp"] - }, - "image/vnd.xiff": { - "source": "iana", - "extensions": ["xif"] - }, - "image/vnd.zbrush.pcx": { - "source": "iana", - "extensions": ["pcx"] - }, - "image/webp": { - "source": "apache", - "extensions": ["webp"] - }, - "image/wmf": { - "source": "iana", - "extensions": ["wmf"] - }, - "image/x-3ds": { - "source": "apache", - "extensions": ["3ds"] - }, - "image/x-cmu-raster": { - "source": "apache", - "extensions": ["ras"] - }, - "image/x-cmx": { - "source": "apache", - "extensions": ["cmx"] - }, - "image/x-freehand": { - "source": "apache", - "extensions": ["fh","fhc","fh4","fh5","fh7"] - }, - "image/x-icon": { - "source": "apache", - "compressible": true, - "extensions": ["ico"] - }, - "image/x-jng": { - "source": "nginx", - "extensions": ["jng"] - }, - "image/x-mrsid-image": { - "source": "apache", - "extensions": ["sid"] - }, - "image/x-ms-bmp": { - "source": "nginx", - "compressible": true, - "extensions": ["bmp"] - }, - "image/x-pcx": { - "source": "apache", - "extensions": ["pcx"] - }, - "image/x-pict": { - "source": "apache", - "extensions": ["pic","pct"] - }, - "image/x-portable-anymap": { - "source": "apache", - "extensions": ["pnm"] - }, - "image/x-portable-bitmap": { - "source": "apache", - "extensions": ["pbm"] - }, - "image/x-portable-graymap": { - "source": "apache", - "extensions": ["pgm"] - }, - "image/x-portable-pixmap": { - "source": "apache", - "extensions": ["ppm"] - }, - "image/x-rgb": { - "source": "apache", - "extensions": ["rgb"] - }, - "image/x-tga": { - "source": "apache", - "extensions": ["tga"] - }, - "image/x-xbitmap": { - "source": "apache", - "extensions": ["xbm"] - }, - "image/x-xcf": { - "compressible": false - }, - "image/x-xpixmap": { - "source": "apache", - "extensions": ["xpm"] - }, - "image/x-xwindowdump": { - "source": "apache", - "extensions": ["xwd"] - }, - "message/cpim": { - "source": "iana" - }, - "message/delivery-status": { - "source": "iana" - }, - "message/disposition-notification": { - "source": "iana", - "extensions": [ - "disposition-notification" - ] - }, - "message/external-body": { - "source": "iana" - }, - "message/feedback-report": { - "source": "iana" - }, - "message/global": { - "source": "iana", - "extensions": ["u8msg"] - }, - "message/global-delivery-status": { - "source": "iana", - "extensions": ["u8dsn"] - }, - "message/global-disposition-notification": { - "source": "iana", - "extensions": ["u8mdn"] - }, - "message/global-headers": { - "source": "iana", - "extensions": ["u8hdr"] - }, - "message/http": { - "source": "iana", - "compressible": false - }, - "message/imdn+xml": { - "source": "iana", - "compressible": true - }, - "message/news": { - "source": "iana" - }, - "message/partial": { - "source": "iana", - "compressible": false - }, - "message/rfc822": { - "source": "iana", - "compressible": true, - "extensions": ["eml","mime"] - }, - "message/s-http": { - "source": "iana" - }, - "message/sip": { - "source": "iana" - }, - "message/sipfrag": { - "source": "iana" - }, - "message/tracking-status": { - "source": "iana" - }, - "message/vnd.si.simp": { - "source": "iana" - }, - "message/vnd.wfa.wsc": { - "source": "iana", - "extensions": ["wsc"] - }, - "model/3mf": { - "source": "iana", - "extensions": ["3mf"] - }, - "model/e57": { - "source": "iana" - }, - "model/gltf+json": { - "source": "iana", - "compressible": true, - "extensions": ["gltf"] - }, - "model/gltf-binary": { - "source": "iana", - "compressible": true, - "extensions": ["glb"] - }, - "model/iges": { - "source": "iana", - "compressible": false, - "extensions": ["igs","iges"] - }, - "model/mesh": { - "source": "iana", - "compressible": false, - "extensions": ["msh","mesh","silo"] - }, - "model/mtl": { - "source": "iana", - "extensions": ["mtl"] - }, - "model/obj": { - "source": "iana", - "extensions": ["obj"] - }, - "model/step": { - "source": "iana" - }, - "model/step+xml": { - "source": "iana", - "compressible": true, - "extensions": ["stpx"] - }, - "model/step+zip": { - "source": "iana", - "compressible": false, - "extensions": ["stpz"] - }, - "model/step-xml+zip": { - "source": "iana", - "compressible": false, - "extensions": ["stpxz"] - }, - "model/stl": { - "source": "iana", - "extensions": ["stl"] - }, - "model/vnd.collada+xml": { - "source": "iana", - "compressible": true, - "extensions": ["dae"] - }, - "model/vnd.dwf": { - "source": "iana", - "extensions": ["dwf"] - }, - "model/vnd.flatland.3dml": { - "source": "iana" - }, - "model/vnd.gdl": { - "source": "iana", - "extensions": ["gdl"] - }, - "model/vnd.gs-gdl": { - "source": "apache" - }, - "model/vnd.gs.gdl": { - "source": "iana" - }, - "model/vnd.gtw": { - "source": "iana", - "extensions": ["gtw"] - }, - "model/vnd.moml+xml": { - "source": "iana", - "compressible": true - }, - "model/vnd.mts": { - "source": "iana", - "extensions": ["mts"] - }, - "model/vnd.opengex": { - "source": "iana", - "extensions": ["ogex"] - }, - "model/vnd.parasolid.transmit.binary": { - "source": "iana", - "extensions": ["x_b"] - }, - "model/vnd.parasolid.transmit.text": { - "source": "iana", - "extensions": ["x_t"] - }, - "model/vnd.pytha.pyox": { - "source": "iana" - }, - "model/vnd.rosette.annotated-data-model": { - "source": "iana" - }, - "model/vnd.sap.vds": { - "source": "iana", - "extensions": ["vds"] - }, - "model/vnd.usdz+zip": { - "source": "iana", - "compressible": false, - "extensions": ["usdz"] - }, - "model/vnd.valve.source.compiled-map": { - "source": "iana", - "extensions": ["bsp"] - }, - "model/vnd.vtu": { - "source": "iana", - "extensions": ["vtu"] - }, - "model/vrml": { - "source": "iana", - "compressible": false, - "extensions": ["wrl","vrml"] - }, - "model/x3d+binary": { - "source": "apache", - "compressible": false, - "extensions": ["x3db","x3dbz"] - }, - "model/x3d+fastinfoset": { - "source": "iana", - "extensions": ["x3db"] - }, - "model/x3d+vrml": { - "source": "apache", - "compressible": false, - "extensions": ["x3dv","x3dvz"] - }, - "model/x3d+xml": { - "source": "iana", - "compressible": true, - "extensions": ["x3d","x3dz"] - }, - "model/x3d-vrml": { - "source": "iana", - "extensions": ["x3dv"] - }, - "multipart/alternative": { - "source": "iana", - "compressible": false - }, - "multipart/appledouble": { - "source": "iana" - }, - "multipart/byteranges": { - "source": "iana" - }, - "multipart/digest": { - "source": "iana" - }, - "multipart/encrypted": { - "source": "iana", - "compressible": false - }, - "multipart/form-data": { - "source": "iana", - "compressible": false - }, - "multipart/header-set": { - "source": "iana" - }, - "multipart/mixed": { - "source": "iana" - }, - "multipart/multilingual": { - "source": "iana" - }, - "multipart/parallel": { - "source": "iana" - }, - "multipart/related": { - "source": "iana", - "compressible": false - }, - "multipart/report": { - "source": "iana" - }, - "multipart/signed": { - "source": "iana", - "compressible": false - }, - "multipart/vnd.bint.med-plus": { - "source": "iana" - }, - "multipart/voice-message": { - "source": "iana" - }, - "multipart/x-mixed-replace": { - "source": "iana" - }, - "text/1d-interleaved-parityfec": { - "source": "iana" - }, - "text/cache-manifest": { - "source": "iana", - "compressible": true, - "extensions": ["appcache","manifest"] - }, - "text/calendar": { - "source": "iana", - "extensions": ["ics","ifb"] - }, - "text/calender": { - "compressible": true - }, - "text/cmd": { - "compressible": true - }, - "text/coffeescript": { - "extensions": ["coffee","litcoffee"] - }, - "text/cql": { - "source": "iana" - }, - "text/cql-expression": { - "source": "iana" - }, - "text/cql-identifier": { - "source": "iana" - }, - "text/css": { - "source": "iana", - "charset": "UTF-8", - "compressible": true, - "extensions": ["css"] - }, - "text/csv": { - "source": "iana", - "compressible": true, - "extensions": ["csv"] - }, - "text/csv-schema": { - "source": "iana" - }, - "text/directory": { - "source": "iana" - }, - "text/dns": { - "source": "iana" - }, - "text/ecmascript": { - "source": "iana" - }, - "text/encaprtp": { - "source": "iana" - }, - "text/enriched": { - "source": "iana" - }, - "text/fhirpath": { - "source": "iana" - }, - "text/flexfec": { - "source": "iana" - }, - "text/fwdred": { - "source": "iana" - }, - "text/gff3": { - "source": "iana" - }, - "text/grammar-ref-list": { - "source": "iana" - }, - "text/html": { - "source": "iana", - "compressible": true, - "extensions": ["html","htm","shtml"] - }, - "text/jade": { - "extensions": ["jade"] - }, - "text/javascript": { - "source": "iana", - "compressible": true - }, - "text/jcr-cnd": { - "source": "iana" - }, - "text/jsx": { - "compressible": true, - "extensions": ["jsx"] - }, - "text/less": { - "compressible": true, - "extensions": ["less"] - }, - "text/markdown": { - "source": "iana", - "compressible": true, - "extensions": ["markdown","md"] - }, - "text/mathml": { - "source": "nginx", - "extensions": ["mml"] - }, - "text/mdx": { - "compressible": true, - "extensions": ["mdx"] - }, - "text/mizar": { - "source": "iana" - }, - "text/n3": { - "source": "iana", - "charset": "UTF-8", - "compressible": true, - "extensions": ["n3"] - }, - "text/parameters": { - "source": "iana", - "charset": "UTF-8" - }, - "text/parityfec": { - "source": "iana" - }, - "text/plain": { - "source": "iana", - "compressible": true, - "extensions": ["txt","text","conf","def","list","log","in","ini"] - }, - "text/provenance-notation": { - "source": "iana", - "charset": "UTF-8" - }, - "text/prs.fallenstein.rst": { - "source": "iana" - }, - "text/prs.lines.tag": { - "source": "iana", - "extensions": ["dsc"] - }, - "text/prs.prop.logic": { - "source": "iana" - }, - "text/raptorfec": { - "source": "iana" - }, - "text/red": { - "source": "iana" - }, - "text/rfc822-headers": { - "source": "iana" - }, - "text/richtext": { - "source": "iana", - "compressible": true, - "extensions": ["rtx"] - }, - "text/rtf": { - "source": "iana", - "compressible": true, - "extensions": ["rtf"] - }, - "text/rtp-enc-aescm128": { - "source": "iana" - }, - "text/rtploopback": { - "source": "iana" - }, - "text/rtx": { - "source": "iana" - }, - "text/sgml": { - "source": "iana", - "extensions": ["sgml","sgm"] - }, - "text/shaclc": { - "source": "iana" - }, - "text/shex": { - "source": "iana", - "extensions": ["shex"] - }, - "text/slim": { - "extensions": ["slim","slm"] - }, - "text/spdx": { - "source": "iana", - "extensions": ["spdx"] - }, - "text/strings": { - "source": "iana" - }, - "text/stylus": { - "extensions": ["stylus","styl"] - }, - "text/t140": { - "source": "iana" - }, - "text/tab-separated-values": { - "source": "iana", - "compressible": true, - "extensions": ["tsv"] - }, - "text/troff": { - "source": "iana", - "extensions": ["t","tr","roff","man","me","ms"] - }, - "text/turtle": { - "source": "iana", - "charset": "UTF-8", - "extensions": ["ttl"] - }, - "text/ulpfec": { - "source": "iana" - }, - "text/uri-list": { - "source": "iana", - "compressible": true, - "extensions": ["uri","uris","urls"] - }, - "text/vcard": { - "source": "iana", - "compressible": true, - "extensions": ["vcard"] - }, - "text/vnd.a": { - "source": "iana" - }, - "text/vnd.abc": { - "source": "iana" - }, - "text/vnd.ascii-art": { - "source": "iana" - }, - "text/vnd.curl": { - "source": "iana", - "extensions": ["curl"] - }, - "text/vnd.curl.dcurl": { - "source": "apache", - "extensions": ["dcurl"] - }, - "text/vnd.curl.mcurl": { - "source": "apache", - "extensions": ["mcurl"] - }, - "text/vnd.curl.scurl": { - "source": "apache", - "extensions": ["scurl"] - }, - "text/vnd.debian.copyright": { - "source": "iana", - "charset": "UTF-8" - }, - "text/vnd.dmclientscript": { - "source": "iana" - }, - "text/vnd.dvb.subtitle": { - "source": "iana", - "extensions": ["sub"] - }, - "text/vnd.esmertec.theme-descriptor": { - "source": "iana", - "charset": "UTF-8" - }, - "text/vnd.familysearch.gedcom": { - "source": "iana", - "extensions": ["ged"] - }, - "text/vnd.ficlab.flt": { - "source": "iana" - }, - "text/vnd.fly": { - "source": "iana", - "extensions": ["fly"] - }, - "text/vnd.fmi.flexstor": { - "source": "iana", - "extensions": ["flx"] - }, - "text/vnd.gml": { - "source": "iana" - }, - "text/vnd.graphviz": { - "source": "iana", - "extensions": ["gv"] - }, - "text/vnd.hans": { - "source": "iana" - }, - "text/vnd.hgl": { - "source": "iana" - }, - "text/vnd.in3d.3dml": { - "source": "iana", - "extensions": ["3dml"] - }, - "text/vnd.in3d.spot": { - "source": "iana", - "extensions": ["spot"] - }, - "text/vnd.iptc.newsml": { - "source": "iana" - }, - "text/vnd.iptc.nitf": { - "source": "iana" - }, - "text/vnd.latex-z": { - "source": "iana" - }, - "text/vnd.motorola.reflex": { - "source": "iana" - }, - "text/vnd.ms-mediapackage": { - "source": "iana" - }, - "text/vnd.net2phone.commcenter.command": { - "source": "iana" - }, - "text/vnd.radisys.msml-basic-layout": { - "source": "iana" - }, - "text/vnd.senx.warpscript": { - "source": "iana" - }, - "text/vnd.si.uricatalogue": { - "source": "iana" - }, - "text/vnd.sosi": { - "source": "iana" - }, - "text/vnd.sun.j2me.app-descriptor": { - "source": "iana", - "charset": "UTF-8", - "extensions": ["jad"] - }, - "text/vnd.trolltech.linguist": { - "source": "iana", - "charset": "UTF-8" - }, - "text/vnd.wap.si": { - "source": "iana" - }, - "text/vnd.wap.sl": { - "source": "iana" - }, - "text/vnd.wap.wml": { - "source": "iana", - "extensions": ["wml"] - }, - "text/vnd.wap.wmlscript": { - "source": "iana", - "extensions": ["wmls"] - }, - "text/vtt": { - "source": "iana", - "charset": "UTF-8", - "compressible": true, - "extensions": ["vtt"] - }, - "text/x-asm": { - "source": "apache", - "extensions": ["s","asm"] - }, - "text/x-c": { - "source": "apache", - "extensions": ["c","cc","cxx","cpp","h","hh","dic"] - }, - "text/x-component": { - "source": "nginx", - "extensions": ["htc"] - }, - "text/x-fortran": { - "source": "apache", - "extensions": ["f","for","f77","f90"] - }, - "text/x-gwt-rpc": { - "compressible": true - }, - "text/x-handlebars-template": { - "extensions": ["hbs"] - }, - "text/x-java-source": { - "source": "apache", - "extensions": ["java"] - }, - "text/x-jquery-tmpl": { - "compressible": true - }, - "text/x-lua": { - "extensions": ["lua"] - }, - "text/x-markdown": { - "compressible": true, - "extensions": ["mkd"] - }, - "text/x-nfo": { - "source": "apache", - "extensions": ["nfo"] - }, - "text/x-opml": { - "source": "apache", - "extensions": ["opml"] - }, - "text/x-org": { - "compressible": true, - "extensions": ["org"] - }, - "text/x-pascal": { - "source": "apache", - "extensions": ["p","pas"] - }, - "text/x-processing": { - "compressible": true, - "extensions": ["pde"] - }, - "text/x-sass": { - "extensions": ["sass"] - }, - "text/x-scss": { - "extensions": ["scss"] - }, - "text/x-setext": { - "source": "apache", - "extensions": ["etx"] - }, - "text/x-sfv": { - "source": "apache", - "extensions": ["sfv"] - }, - "text/x-suse-ymp": { - "compressible": true, - "extensions": ["ymp"] - }, - "text/x-uuencode": { - "source": "apache", - "extensions": ["uu"] - }, - "text/x-vcalendar": { - "source": "apache", - "extensions": ["vcs"] - }, - "text/x-vcard": { - "source": "apache", - "extensions": ["vcf"] - }, - "text/xml": { - "source": "iana", - "compressible": true, - "extensions": ["xml"] - }, - "text/xml-external-parsed-entity": { - "source": "iana" - }, - "text/yaml": { - "compressible": true, - "extensions": ["yaml","yml"] - }, - "video/1d-interleaved-parityfec": { - "source": "iana" - }, - "video/3gpp": { - "source": "iana", - "extensions": ["3gp","3gpp"] - }, - "video/3gpp-tt": { - "source": "iana" - }, - "video/3gpp2": { - "source": "iana", - "extensions": ["3g2"] - }, - "video/av1": { - "source": "iana" - }, - "video/bmpeg": { - "source": "iana" - }, - "video/bt656": { - "source": "iana" - }, - "video/celb": { - "source": "iana" - }, - "video/dv": { - "source": "iana" - }, - "video/encaprtp": { - "source": "iana" - }, - "video/ffv1": { - "source": "iana" - }, - "video/flexfec": { - "source": "iana" - }, - "video/h261": { - "source": "iana", - "extensions": ["h261"] - }, - "video/h263": { - "source": "iana", - "extensions": ["h263"] - }, - "video/h263-1998": { - "source": "iana" - }, - "video/h263-2000": { - "source": "iana" - }, - "video/h264": { - "source": "iana", - "extensions": ["h264"] - }, - "video/h264-rcdo": { - "source": "iana" - }, - "video/h264-svc": { - "source": "iana" - }, - "video/h265": { - "source": "iana" - }, - "video/iso.segment": { - "source": "iana", - "extensions": ["m4s"] - }, - "video/jpeg": { - "source": "iana", - "extensions": ["jpgv"] - }, - "video/jpeg2000": { - "source": "iana" - }, - "video/jpm": { - "source": "apache", - "extensions": ["jpm","jpgm"] - }, - "video/jxsv": { - "source": "iana" - }, - "video/mj2": { - "source": "iana", - "extensions": ["mj2","mjp2"] - }, - "video/mp1s": { - "source": "iana" - }, - "video/mp2p": { - "source": "iana" - }, - "video/mp2t": { - "source": "iana", - "extensions": ["ts"] - }, - "video/mp4": { - "source": "iana", - "compressible": false, - "extensions": ["mp4","mp4v","mpg4"] - }, - "video/mp4v-es": { - "source": "iana" - }, - "video/mpeg": { - "source": "iana", - "compressible": false, - "extensions": ["mpeg","mpg","mpe","m1v","m2v"] - }, - "video/mpeg4-generic": { - "source": "iana" - }, - "video/mpv": { - "source": "iana" - }, - "video/nv": { - "source": "iana" - }, - "video/ogg": { - "source": "iana", - "compressible": false, - "extensions": ["ogv"] - }, - "video/parityfec": { - "source": "iana" - }, - "video/pointer": { - "source": "iana" - }, - "video/quicktime": { - "source": "iana", - "compressible": false, - "extensions": ["qt","mov"] - }, - "video/raptorfec": { - "source": "iana" - }, - "video/raw": { - "source": "iana" - }, - "video/rtp-enc-aescm128": { - "source": "iana" - }, - "video/rtploopback": { - "source": "iana" - }, - "video/rtx": { - "source": "iana" - }, - "video/scip": { - "source": "iana" - }, - "video/smpte291": { - "source": "iana" - }, - "video/smpte292m": { - "source": "iana" - }, - "video/ulpfec": { - "source": "iana" - }, - "video/vc1": { - "source": "iana" - }, - "video/vc2": { - "source": "iana" - }, - "video/vnd.cctv": { - "source": "iana" - }, - "video/vnd.dece.hd": { - "source": "iana", - "extensions": ["uvh","uvvh"] - }, - "video/vnd.dece.mobile": { - "source": "iana", - "extensions": ["uvm","uvvm"] - }, - "video/vnd.dece.mp4": { - "source": "iana" - }, - "video/vnd.dece.pd": { - "source": "iana", - "extensions": ["uvp","uvvp"] - }, - "video/vnd.dece.sd": { - "source": "iana", - "extensions": ["uvs","uvvs"] - }, - "video/vnd.dece.video": { - "source": "iana", - "extensions": ["uvv","uvvv"] - }, - "video/vnd.directv.mpeg": { - "source": "iana" - }, - "video/vnd.directv.mpeg-tts": { - "source": "iana" - }, - "video/vnd.dlna.mpeg-tts": { - "source": "iana" - }, - "video/vnd.dvb.file": { - "source": "iana", - "extensions": ["dvb"] - }, - "video/vnd.fvt": { - "source": "iana", - "extensions": ["fvt"] - }, - "video/vnd.hns.video": { - "source": "iana" - }, - "video/vnd.iptvforum.1dparityfec-1010": { - "source": "iana" - }, - "video/vnd.iptvforum.1dparityfec-2005": { - "source": "iana" - }, - "video/vnd.iptvforum.2dparityfec-1010": { - "source": "iana" - }, - "video/vnd.iptvforum.2dparityfec-2005": { - "source": "iana" - }, - "video/vnd.iptvforum.ttsavc": { - "source": "iana" - }, - "video/vnd.iptvforum.ttsmpeg2": { - "source": "iana" - }, - "video/vnd.motorola.video": { - "source": "iana" - }, - "video/vnd.motorola.videop": { - "source": "iana" - }, - "video/vnd.mpegurl": { - "source": "iana", - "extensions": ["mxu","m4u"] - }, - "video/vnd.ms-playready.media.pyv": { - "source": "iana", - "extensions": ["pyv"] - }, - "video/vnd.nokia.interleaved-multimedia": { - "source": "iana" - }, - "video/vnd.nokia.mp4vr": { - "source": "iana" - }, - "video/vnd.nokia.videovoip": { - "source": "iana" - }, - "video/vnd.objectvideo": { - "source": "iana" - }, - "video/vnd.radgamettools.bink": { - "source": "iana" - }, - "video/vnd.radgamettools.smacker": { - "source": "iana" - }, - "video/vnd.sealed.mpeg1": { - "source": "iana" - }, - "video/vnd.sealed.mpeg4": { - "source": "iana" - }, - "video/vnd.sealed.swf": { - "source": "iana" - }, - "video/vnd.sealedmedia.softseal.mov": { - "source": "iana" - }, - "video/vnd.uvvu.mp4": { - "source": "iana", - "extensions": ["uvu","uvvu"] - }, - "video/vnd.vivo": { - "source": "iana", - "extensions": ["viv"] - }, - "video/vnd.youtube.yt": { - "source": "iana" - }, - "video/vp8": { - "source": "iana" - }, - "video/vp9": { - "source": "iana" - }, - "video/webm": { - "source": "apache", - "compressible": false, - "extensions": ["webm"] - }, - "video/x-f4v": { - "source": "apache", - "extensions": ["f4v"] - }, - "video/x-fli": { - "source": "apache", - "extensions": ["fli"] - }, - "video/x-flv": { - "source": "apache", - "compressible": false, - "extensions": ["flv"] - }, - "video/x-m4v": { - "source": "apache", - "extensions": ["m4v"] - }, - "video/x-matroska": { - "source": "apache", - "compressible": false, - "extensions": ["mkv","mk3d","mks"] - }, - "video/x-mng": { - "source": "apache", - "extensions": ["mng"] - }, - "video/x-ms-asf": { - "source": "apache", - "extensions": ["asf","asx"] - }, - "video/x-ms-vob": { - "source": "apache", - "extensions": ["vob"] - }, - "video/x-ms-wm": { - "source": "apache", - "extensions": ["wm"] - }, - "video/x-ms-wmv": { - "source": "apache", - "compressible": false, - "extensions": ["wmv"] - }, - "video/x-ms-wmx": { - "source": "apache", - "extensions": ["wmx"] - }, - "video/x-ms-wvx": { - "source": "apache", - "extensions": ["wvx"] - }, - "video/x-msvideo": { - "source": "apache", - "extensions": ["avi"] - }, - "video/x-sgi-movie": { - "source": "apache", - "extensions": ["movie"] - }, - "video/x-smv": { - "source": "apache", - "extensions": ["smv"] - }, - "x-conference/x-cooltalk": { - "source": "apache", - "extensions": ["ice"] - }, - "x-shader/x-fragment": { - "compressible": true - }, - "x-shader/x-vertex": { - "compressible": true - } -} diff --git a/software/flow/node_modules/mime-db/index.js b/software/flow/node_modules/mime-db/index.js deleted file mode 100644 index ec2be30..0000000 --- a/software/flow/node_modules/mime-db/index.js +++ /dev/null @@ -1,12 +0,0 @@ -/*! - * mime-db - * Copyright(c) 2014 Jonathan Ong - * Copyright(c) 2015-2022 Douglas Christopher Wilson - * MIT Licensed - */ - -/** - * Module exports. - */ - -module.exports = require('./db.json') diff --git a/software/flow/node_modules/mime-db/package.json b/software/flow/node_modules/mime-db/package.json deleted file mode 100644 index 32c14b8..0000000 --- a/software/flow/node_modules/mime-db/package.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "name": "mime-db", - "description": "Media Type Database", - "version": "1.52.0", - "contributors": [ - "Douglas Christopher Wilson <doug@somethingdoug.com>", - "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)", - "Robert Kieffer <robert@broofa.com> (http://github.com/broofa)" - ], - "license": "MIT", - "keywords": [ - "mime", - "db", - "type", - "types", - "database", - "charset", - "charsets" - ], - "repository": "jshttp/mime-db", - "devDependencies": { - "bluebird": "3.7.2", - "co": "4.6.0", - "cogent": "1.0.1", - "csv-parse": "4.16.3", - "eslint": "7.32.0", - "eslint-config-standard": "15.0.1", - "eslint-plugin-import": "2.25.4", - "eslint-plugin-markdown": "2.2.1", - "eslint-plugin-node": "11.1.0", - "eslint-plugin-promise": "5.1.1", - "eslint-plugin-standard": "4.1.0", - "gnode": "0.1.2", - "media-typer": "1.1.0", - "mocha": "9.2.1", - "nyc": "15.1.0", - "raw-body": "2.5.0", - "stream-to-array": "2.3.0" - }, - "files": [ - "HISTORY.md", - "LICENSE", - "README.md", - "db.json", - "index.js" - ], - "engines": { - "node": ">= 0.6" - }, - "scripts": { - "build": "node scripts/build", - "fetch": "node scripts/fetch-apache && gnode scripts/fetch-iana && node scripts/fetch-nginx", - "lint": "eslint .", - "test": "mocha --reporter spec --bail --check-leaks test/", - "test-ci": "nyc --reporter=lcov --reporter=text npm test", - "test-cov": "nyc --reporter=html --reporter=text npm test", - "update": "npm run fetch && npm run build", - "version": "node scripts/version-history.js && git add HISTORY.md" - } -} diff --git a/software/flow/node_modules/mime-types/HISTORY.md b/software/flow/node_modules/mime-types/HISTORY.md deleted file mode 100644 index c5043b7..0000000 --- a/software/flow/node_modules/mime-types/HISTORY.md +++ /dev/null @@ -1,397 +0,0 @@ -2.1.35 / 2022-03-12 -=================== - - * deps: mime-db@1.52.0 - - Add extensions from IANA for more `image/*` types - - Add extension `.asc` to `application/pgp-keys` - - Add extensions to various XML types - - Add new upstream MIME types - -2.1.34 / 2021-11-08 -=================== - - * deps: mime-db@1.51.0 - - Add new upstream MIME types - -2.1.33 / 2021-10-01 -=================== - - * deps: mime-db@1.50.0 - - Add deprecated iWorks mime types and extensions - - Add new upstream MIME types - -2.1.32 / 2021-07-27 -=================== - - * deps: mime-db@1.49.0 - - Add extension `.trig` to `application/trig` - - Add new upstream MIME types - -2.1.31 / 2021-06-01 -=================== - - * deps: mime-db@1.48.0 - - Add extension `.mvt` to `application/vnd.mapbox-vector-tile` - - Add new upstream MIME types - -2.1.30 / 2021-04-02 -=================== - - * deps: mime-db@1.47.0 - - Add extension `.amr` to `audio/amr` - - Remove ambigious extensions from IANA for `application/*+xml` types - - Update primary extension to `.es` for `application/ecmascript` - -2.1.29 / 2021-02-17 -=================== - - * deps: mime-db@1.46.0 - - Add extension `.amr` to `audio/amr` - - Add extension `.m4s` to `video/iso.segment` - - Add extension `.opus` to `audio/ogg` - - Add new upstream MIME types - -2.1.28 / 2021-01-01 -=================== - - * deps: mime-db@1.45.0 - - Add `application/ubjson` with extension `.ubj` - - Add `image/avif` with extension `.avif` - - Add `image/ktx2` with extension `.ktx2` - - Add extension `.dbf` to `application/vnd.dbf` - - Add extension `.rar` to `application/vnd.rar` - - Add extension `.td` to `application/urc-targetdesc+xml` - - Add new upstream MIME types - - Fix extension of `application/vnd.apple.keynote` to be `.key` - -2.1.27 / 2020-04-23 -=================== - - * deps: mime-db@1.44.0 - - Add charsets from IANA - - Add extension `.cjs` to `application/node` - - Add new upstream MIME types - -2.1.26 / 2020-01-05 -=================== - - * deps: mime-db@1.43.0 - - Add `application/x-keepass2` with extension `.kdbx` - - Add extension `.mxmf` to `audio/mobile-xmf` - - Add extensions from IANA for `application/*+xml` types - - Add new upstream MIME types - -2.1.25 / 2019-11-12 -=================== - - * deps: mime-db@1.42.0 - - Add new upstream MIME types - - Add `application/toml` with extension `.toml` - - Add `image/vnd.ms-dds` with extension `.dds` - -2.1.24 / 2019-04-20 -=================== - - * deps: mime-db@1.40.0 - - Add extensions from IANA for `model/*` types - - Add `text/mdx` with extension `.mdx` - -2.1.23 / 2019-04-17 -=================== - - * deps: mime-db@~1.39.0 - - Add extensions `.siv` and `.sieve` to `application/sieve` - - Add new upstream MIME types - -2.1.22 / 2019-02-14 -=================== - - * deps: mime-db@~1.38.0 - - Add extension `.nq` to `application/n-quads` - - Add extension `.nt` to `application/n-triples` - - Add new upstream MIME types - -2.1.21 / 2018-10-19 -=================== - - * deps: mime-db@~1.37.0 - - Add extensions to HEIC image types - - Add new upstream MIME types - -2.1.20 / 2018-08-26 -=================== - - * deps: mime-db@~1.36.0 - - Add Apple file extensions from IANA - - Add extensions from IANA for `image/*` types - - Add new upstream MIME types - -2.1.19 / 2018-07-17 -=================== - - * deps: mime-db@~1.35.0 - - Add extension `.csl` to `application/vnd.citationstyles.style+xml` - - Add extension `.es` to `application/ecmascript` - - Add extension `.owl` to `application/rdf+xml` - - Add new upstream MIME types - - Add UTF-8 as default charset for `text/turtle` - -2.1.18 / 2018-02-16 -=================== - - * deps: mime-db@~1.33.0 - - Add `application/raml+yaml` with extension `.raml` - - Add `application/wasm` with extension `.wasm` - - Add `text/shex` with extension `.shex` - - Add extensions for JPEG-2000 images - - Add extensions from IANA for `message/*` types - - Add new upstream MIME types - - Update font MIME types - - Update `text/hjson` to registered `application/hjson` - -2.1.17 / 2017-09-01 -=================== - - * deps: mime-db@~1.30.0 - - Add `application/vnd.ms-outlook` - - Add `application/x-arj` - - Add extension `.mjs` to `application/javascript` - - Add glTF types and extensions - - Add new upstream MIME types - - Add `text/x-org` - - Add VirtualBox MIME types - - Fix `source` records for `video/*` types that are IANA - - Update `font/opentype` to registered `font/otf` - -2.1.16 / 2017-07-24 -=================== - - * deps: mime-db@~1.29.0 - - Add `application/fido.trusted-apps+json` - - Add extension `.wadl` to `application/vnd.sun.wadl+xml` - - Add extension `.gz` to `application/gzip` - - Add new upstream MIME types - - Update extensions `.md` and `.markdown` to be `text/markdown` - -2.1.15 / 2017-03-23 -=================== - - * deps: mime-db@~1.27.0 - - Add new mime types - - Add `image/apng` - -2.1.14 / 2017-01-14 -=================== - - * deps: mime-db@~1.26.0 - - Add new mime types - -2.1.13 / 2016-11-18 -=================== - - * deps: mime-db@~1.25.0 - - Add new mime types - -2.1.12 / 2016-09-18 -=================== - - * deps: mime-db@~1.24.0 - - Add new mime types - - Add `audio/mp3` - -2.1.11 / 2016-05-01 -=================== - - * deps: mime-db@~1.23.0 - - Add new mime types - -2.1.10 / 2016-02-15 -=================== - - * deps: mime-db@~1.22.0 - - Add new mime types - - Fix extension of `application/dash+xml` - - Update primary extension for `audio/mp4` - -2.1.9 / 2016-01-06 -================== - - * deps: mime-db@~1.21.0 - - Add new mime types - -2.1.8 / 2015-11-30 -================== - - * deps: mime-db@~1.20.0 - - Add new mime types - -2.1.7 / 2015-09-20 -================== - - * deps: mime-db@~1.19.0 - - Add new mime types - -2.1.6 / 2015-09-03 -================== - - * deps: mime-db@~1.18.0 - - Add new mime types - -2.1.5 / 2015-08-20 -================== - - * deps: mime-db@~1.17.0 - - Add new mime types - -2.1.4 / 2015-07-30 -================== - - * deps: mime-db@~1.16.0 - - Add new mime types - -2.1.3 / 2015-07-13 -================== - - * deps: mime-db@~1.15.0 - - Add new mime types - -2.1.2 / 2015-06-25 -================== - - * deps: mime-db@~1.14.0 - - Add new mime types - -2.1.1 / 2015-06-08 -================== - - * perf: fix deopt during mapping - -2.1.0 / 2015-06-07 -================== - - * Fix incorrectly treating extension-less file name as extension - - i.e. `'path/to/json'` will no longer return `application/json` - * Fix `.charset(type)` to accept parameters - * Fix `.charset(type)` to match case-insensitive - * Improve generation of extension to MIME mapping - * Refactor internals for readability and no argument reassignment - * Prefer `application/*` MIME types from the same source - * Prefer any type over `application/octet-stream` - * deps: mime-db@~1.13.0 - - Add nginx as a source - - Add new mime types - -2.0.14 / 2015-06-06 -=================== - - * deps: mime-db@~1.12.0 - - Add new mime types - -2.0.13 / 2015-05-31 -=================== - - * deps: mime-db@~1.11.0 - - Add new mime types - -2.0.12 / 2015-05-19 -=================== - - * deps: mime-db@~1.10.0 - - Add new mime types - -2.0.11 / 2015-05-05 -=================== - - * deps: mime-db@~1.9.1 - - Add new mime types - -2.0.10 / 2015-03-13 -=================== - - * deps: mime-db@~1.8.0 - - Add new mime types - -2.0.9 / 2015-02-09 -================== - - * deps: mime-db@~1.7.0 - - Add new mime types - - Community extensions ownership transferred from `node-mime` - -2.0.8 / 2015-01-29 -================== - - * deps: mime-db@~1.6.0 - - Add new mime types - -2.0.7 / 2014-12-30 -================== - - * deps: mime-db@~1.5.0 - - Add new mime types - - Fix various invalid MIME type entries - -2.0.6 / 2014-12-30 -================== - - * deps: mime-db@~1.4.0 - - Add new mime types - - Fix various invalid MIME type entries - - Remove example template MIME types - -2.0.5 / 2014-12-29 -================== - - * deps: mime-db@~1.3.1 - - Fix missing extensions - -2.0.4 / 2014-12-10 -================== - - * deps: mime-db@~1.3.0 - - Add new mime types - -2.0.3 / 2014-11-09 -================== - - * deps: mime-db@~1.2.0 - - Add new mime types - -2.0.2 / 2014-09-28 -================== - - * deps: mime-db@~1.1.0 - - Add new mime types - - Update charsets - -2.0.1 / 2014-09-07 -================== - - * Support Node.js 0.6 - -2.0.0 / 2014-09-02 -================== - - * Use `mime-db` - * Remove `.define()` - -1.0.2 / 2014-08-04 -================== - - * Set charset=utf-8 for `text/javascript` - -1.0.1 / 2014-06-24 -================== - - * Add `text/jsx` type - -1.0.0 / 2014-05-12 -================== - - * Return `false` for unknown types - * Set charset=utf-8 for `application/json` - -0.1.0 / 2014-05-02 -================== - - * Initial release diff --git a/software/flow/node_modules/mime-types/LICENSE b/software/flow/node_modules/mime-types/LICENSE deleted file mode 100644 index 0616607..0000000 --- a/software/flow/node_modules/mime-types/LICENSE +++ /dev/null @@ -1,23 +0,0 @@ -(The MIT License) - -Copyright (c) 2014 Jonathan Ong <me@jongleberry.com> -Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com> - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -'Software'), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/software/flow/node_modules/mime-types/README.md b/software/flow/node_modules/mime-types/README.md deleted file mode 100644 index 48d2fb4..0000000 --- a/software/flow/node_modules/mime-types/README.md +++ /dev/null @@ -1,113 +0,0 @@ -# mime-types - -[![NPM Version][npm-version-image]][npm-url] -[![NPM Downloads][npm-downloads-image]][npm-url] -[![Node.js Version][node-version-image]][node-version-url] -[![Build Status][ci-image]][ci-url] -[![Test Coverage][coveralls-image]][coveralls-url] - -The ultimate javascript content-type utility. - -Similar to [the `mime@1.x` module](https://www.npmjs.com/package/mime), except: - -- __No fallbacks.__ Instead of naively returning the first available type, - `mime-types` simply returns `false`, so do - `var type = mime.lookup('unrecognized') || 'application/octet-stream'`. -- No `new Mime()` business, so you could do `var lookup = require('mime-types').lookup`. -- No `.define()` functionality -- Bug fixes for `.lookup(path)` - -Otherwise, the API is compatible with `mime` 1.x. - -## Install - -This is a [Node.js](https://nodejs.org/en/) module available through the -[npm registry](https://www.npmjs.com/). Installation is done using the -[`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally): - -```sh -$ npm install mime-types -``` - -## Adding Types - -All mime types are based on [mime-db](https://www.npmjs.com/package/mime-db), -so open a PR there if you'd like to add mime types. - -## API - -```js -var mime = require('mime-types') -``` - -All functions return `false` if input is invalid or not found. - -### mime.lookup(path) - -Lookup the content-type associated with a file. - -```js -mime.lookup('json') // 'application/json' -mime.lookup('.md') // 'text/markdown' -mime.lookup('file.html') // 'text/html' -mime.lookup('folder/file.js') // 'application/javascript' -mime.lookup('folder/.htaccess') // false - -mime.lookup('cats') // false -``` - -### mime.contentType(type) - -Create a full content-type header given a content-type or extension. -When given an extension, `mime.lookup` is used to get the matching -content-type, otherwise the given content-type is used. Then if the -content-type does not already have a `charset` parameter, `mime.charset` -is used to get the default charset and add to the returned content-type. - -```js -mime.contentType('markdown') // 'text/x-markdown; charset=utf-8' -mime.contentType('file.json') // 'application/json; charset=utf-8' -mime.contentType('text/html') // 'text/html; charset=utf-8' -mime.contentType('text/html; charset=iso-8859-1') // 'text/html; charset=iso-8859-1' - -// from a full path -mime.contentType(path.extname('/path/to/file.json')) // 'application/json; charset=utf-8' -``` - -### mime.extension(type) - -Get the default extension for a content-type. - -```js -mime.extension('application/octet-stream') // 'bin' -``` - -### mime.charset(type) - -Lookup the implied default charset of a content-type. - -```js -mime.charset('text/markdown') // 'UTF-8' -``` - -### var type = mime.types[extension] - -A map of content-types by extension. - -### [extensions...] = mime.extensions[type] - -A map of extensions by content-type. - -## License - -[MIT](LICENSE) - -[ci-image]: https://badgen.net/github/checks/jshttp/mime-types/master?label=ci -[ci-url]: https://github.com/jshttp/mime-types/actions/workflows/ci.yml -[coveralls-image]: https://badgen.net/coveralls/c/github/jshttp/mime-types/master -[coveralls-url]: https://coveralls.io/r/jshttp/mime-types?branch=master -[node-version-image]: https://badgen.net/npm/node/mime-types -[node-version-url]: https://nodejs.org/en/download -[npm-downloads-image]: https://badgen.net/npm/dm/mime-types -[npm-url]: https://npmjs.org/package/mime-types -[npm-version-image]: https://badgen.net/npm/v/mime-types diff --git a/software/flow/node_modules/mime-types/index.js b/software/flow/node_modules/mime-types/index.js deleted file mode 100644 index b9f34d5..0000000 --- a/software/flow/node_modules/mime-types/index.js +++ /dev/null @@ -1,188 +0,0 @@ -/*! - * mime-types - * Copyright(c) 2014 Jonathan Ong - * Copyright(c) 2015 Douglas Christopher Wilson - * MIT Licensed - */ - -'use strict' - -/** - * Module dependencies. - * @private - */ - -var db = require('mime-db') -var extname = require('path').extname - -/** - * Module variables. - * @private - */ - -var EXTRACT_TYPE_REGEXP = /^\s*([^;\s]*)(?:;|\s|$)/ -var TEXT_TYPE_REGEXP = /^text\//i - -/** - * Module exports. - * @public - */ - -exports.charset = charset -exports.charsets = { lookup: charset } -exports.contentType = contentType -exports.extension = extension -exports.extensions = Object.create(null) -exports.lookup = lookup -exports.types = Object.create(null) - -// Populate the extensions/types maps -populateMaps(exports.extensions, exports.types) - -/** - * Get the default charset for a MIME type. - * - * @param {string} type - * @return {boolean|string} - */ - -function charset (type) { - if (!type || typeof type !== 'string') { - return false - } - - // TODO: use media-typer - var match = EXTRACT_TYPE_REGEXP.exec(type) - var mime = match && db[match[1].toLowerCase()] - - if (mime && mime.charset) { - return mime.charset - } - - // default text/* to utf-8 - if (match && TEXT_TYPE_REGEXP.test(match[1])) { - return 'UTF-8' - } - - return false -} - -/** - * Create a full Content-Type header given a MIME type or extension. - * - * @param {string} str - * @return {boolean|string} - */ - -function contentType (str) { - // TODO: should this even be in this module? - if (!str || typeof str !== 'string') { - return false - } - - var mime = str.indexOf('/') === -1 - ? exports.lookup(str) - : str - - if (!mime) { - return false - } - - // TODO: use content-type or other module - if (mime.indexOf('charset') === -1) { - var charset = exports.charset(mime) - if (charset) mime += '; charset=' + charset.toLowerCase() - } - - return mime -} - -/** - * Get the default extension for a MIME type. - * - * @param {string} type - * @return {boolean|string} - */ - -function extension (type) { - if (!type || typeof type !== 'string') { - return false - } - - // TODO: use media-typer - var match = EXTRACT_TYPE_REGEXP.exec(type) - - // get extensions - var exts = match && exports.extensions[match[1].toLowerCase()] - - if (!exts || !exts.length) { - return false - } - - return exts[0] -} - -/** - * Lookup the MIME type for a file path/extension. - * - * @param {string} path - * @return {boolean|string} - */ - -function lookup (path) { - if (!path || typeof path !== 'string') { - return false - } - - // get the extension ("ext" or ".ext" or full path) - var extension = extname('x.' + path) - .toLowerCase() - .substr(1) - - if (!extension) { - return false - } - - return exports.types[extension] || false -} - -/** - * Populate the extensions and types maps. - * @private - */ - -function populateMaps (extensions, types) { - // source preference (least -> most) - var preference = ['nginx', 'apache', undefined, 'iana'] - - Object.keys(db).forEach(function forEachMimeType (type) { - var mime = db[type] - var exts = mime.extensions - - if (!exts || !exts.length) { - return - } - - // mime -> extensions - extensions[type] = exts - - // extension -> mime - for (var i = 0; i < exts.length; i++) { - var extension = exts[i] - - if (types[extension]) { - var from = preference.indexOf(db[types[extension]].source) - var to = preference.indexOf(mime.source) - - if (types[extension] !== 'application/octet-stream' && - (from > to || (from === to && types[extension].substr(0, 12) === 'application/'))) { - // skip the remapping - continue - } - } - - // set the extension -> mime - types[extension] = type - } - }) -} diff --git a/software/flow/node_modules/mime-types/package.json b/software/flow/node_modules/mime-types/package.json deleted file mode 100644 index bbef696..0000000 --- a/software/flow/node_modules/mime-types/package.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "name": "mime-types", - "description": "The ultimate javascript content-type utility.", - "version": "2.1.35", - "contributors": [ - "Douglas Christopher Wilson <doug@somethingdoug.com>", - "Jeremiah Senkpiel <fishrock123@rocketmail.com> (https://searchbeam.jit.su)", - "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)" - ], - "license": "MIT", - "keywords": [ - "mime", - "types" - ], - "repository": "jshttp/mime-types", - "dependencies": { - "mime-db": "1.52.0" - }, - "devDependencies": { - "eslint": "7.32.0", - "eslint-config-standard": "14.1.1", - "eslint-plugin-import": "2.25.4", - "eslint-plugin-markdown": "2.2.1", - "eslint-plugin-node": "11.1.0", - "eslint-plugin-promise": "5.2.0", - "eslint-plugin-standard": "4.1.0", - "mocha": "9.2.2", - "nyc": "15.1.0" - }, - "files": [ - "HISTORY.md", - "LICENSE", - "index.js" - ], - "engines": { - "node": ">= 0.6" - }, - "scripts": { - "lint": "eslint .", - "test": "mocha --reporter spec test/test.js", - "test-ci": "nyc --reporter=lcov --reporter=text npm test", - "test-cov": "nyc --reporter=html --reporter=text npm test" - } -} diff --git a/software/flow/node_modules/mime/.npmignore b/software/flow/node_modules/mime/.npmignore deleted file mode 100644 index e69de29..0000000 diff --git a/software/flow/node_modules/mime/CHANGELOG.md b/software/flow/node_modules/mime/CHANGELOG.md deleted file mode 100644 index f127535..0000000 --- a/software/flow/node_modules/mime/CHANGELOG.md +++ /dev/null @@ -1,164 +0,0 @@ -# Changelog - -## v1.6.0 (24/11/2017) -*No changelog for this release.* - ---- - -## v2.0.4 (24/11/2017) -- [**closed**] Switch to mime-score module for resolving extension contention issues. [#182](https://github.com/broofa/node-mime/issues/182) -- [**closed**] Update mime-db to 1.31.0 in v1.x branch [#181](https://github.com/broofa/node-mime/issues/181) - ---- - -## v1.5.0 (22/11/2017) -- [**closed**] need ES5 version ready in npm package [#179](https://github.com/broofa/node-mime/issues/179) -- [**closed**] mime-db no trace of iWork - pages / numbers / etc. [#178](https://github.com/broofa/node-mime/issues/178) -- [**closed**] How it works in brownser ? [#176](https://github.com/broofa/node-mime/issues/176) -- [**closed**] Missing `./Mime` [#175](https://github.com/broofa/node-mime/issues/175) -- [**closed**] Vulnerable Regular Expression [#167](https://github.com/broofa/node-mime/issues/167) - ---- - -## v2.0.3 (25/09/2017) -*No changelog for this release.* - ---- - -## v1.4.1 (25/09/2017) -- [**closed**] Issue when bundling with webpack [#172](https://github.com/broofa/node-mime/issues/172) - ---- - -## v2.0.2 (15/09/2017) -- [**V2**] fs.readFileSync is not a function [#165](https://github.com/broofa/node-mime/issues/165) -- [**closed**] The extension for video/quicktime should map to .mov, not .qt [#164](https://github.com/broofa/node-mime/issues/164) -- [**V2**] [v2 Feedback request] Mime class API [#163](https://github.com/broofa/node-mime/issues/163) -- [**V2**] [v2 Feedback request] Resolving conflicts over extensions [#162](https://github.com/broofa/node-mime/issues/162) -- [**V2**] Allow callers to load module with official, full, or no defined types. [#161](https://github.com/broofa/node-mime/issues/161) -- [**V2**] Use "facets" to resolve extension conflicts [#160](https://github.com/broofa/node-mime/issues/160) -- [**V2**] Remove fs and path dependencies [#152](https://github.com/broofa/node-mime/issues/152) -- [**V2**] Default content-type should not be application/octet-stream [#139](https://github.com/broofa/node-mime/issues/139) -- [**V2**] reset mime-types [#124](https://github.com/broofa/node-mime/issues/124) -- [**V2**] Extensionless paths should return null or false [#113](https://github.com/broofa/node-mime/issues/113) - ---- - -## v2.0.1 (14/09/2017) -- [**closed**] Changelog for v2.0 does not mention breaking changes [#171](https://github.com/broofa/node-mime/issues/171) -- [**closed**] MIME breaking with 'class' declaration as it is without 'use strict mode' [#170](https://github.com/broofa/node-mime/issues/170) - ---- - -## v2.0.0 (12/09/2017) -- [**closed**] woff and woff2 [#168](https://github.com/broofa/node-mime/issues/168) - ---- - -## v1.4.0 (28/08/2017) -- [**closed**] support for ac3 voc files [#159](https://github.com/broofa/node-mime/issues/159) -- [**closed**] Help understanding change from application/xml to text/xml [#158](https://github.com/broofa/node-mime/issues/158) -- [**closed**] no longer able to override mimetype [#157](https://github.com/broofa/node-mime/issues/157) -- [**closed**] application/vnd.adobe.photoshop [#147](https://github.com/broofa/node-mime/issues/147) -- [**closed**] Directories should appear as something other than application/octet-stream [#135](https://github.com/broofa/node-mime/issues/135) -- [**closed**] requested features [#131](https://github.com/broofa/node-mime/issues/131) -- [**closed**] Make types.json loading optional? [#129](https://github.com/broofa/node-mime/issues/129) -- [**closed**] Cannot find module './types.json' [#120](https://github.com/broofa/node-mime/issues/120) -- [**V2**] .wav files show up as "audio/x-wav" instead of "audio/x-wave" [#118](https://github.com/broofa/node-mime/issues/118) -- [**closed**] Don't be a pain in the ass for node community [#108](https://github.com/broofa/node-mime/issues/108) -- [**closed**] don't make default_type global [#78](https://github.com/broofa/node-mime/issues/78) -- [**closed**] mime.extension() fails if the content-type is parameterized [#74](https://github.com/broofa/node-mime/issues/74) - ---- - -## v1.3.6 (11/05/2017) -- [**closed**] .md should be text/markdown as of March 2016 [#154](https://github.com/broofa/node-mime/issues/154) -- [**closed**] Error while installing mime [#153](https://github.com/broofa/node-mime/issues/153) -- [**closed**] application/manifest+json [#149](https://github.com/broofa/node-mime/issues/149) -- [**closed**] Dynamic adaptive streaming over HTTP (DASH) file extension typo [#141](https://github.com/broofa/node-mime/issues/141) -- [**closed**] charsets image/png undefined [#140](https://github.com/broofa/node-mime/issues/140) -- [**closed**] Mime-db dependency out of date [#130](https://github.com/broofa/node-mime/issues/130) -- [**closed**] how to support plist? [#126](https://github.com/broofa/node-mime/issues/126) -- [**closed**] how does .types file format look like? [#123](https://github.com/broofa/node-mime/issues/123) -- [**closed**] Feature: support for expanding MIME patterns [#121](https://github.com/broofa/node-mime/issues/121) -- [**closed**] DEBUG_MIME doesn't work [#117](https://github.com/broofa/node-mime/issues/117) - ---- - -## v1.3.4 (06/02/2015) -*No changelog for this release.* - ---- - -## v1.3.3 (06/02/2015) -*No changelog for this release.* - ---- - -## v1.3.1 (05/02/2015) -- [**closed**] Consider adding support for Handlebars .hbs file ending [#111](https://github.com/broofa/node-mime/issues/111) -- [**closed**] Consider adding support for hjson. [#110](https://github.com/broofa/node-mime/issues/110) -- [**closed**] Add mime type for Opus audio files [#94](https://github.com/broofa/node-mime/issues/94) -- [**closed**] Consider making the `Requesting New Types` information more visible [#77](https://github.com/broofa/node-mime/issues/77) - ---- - -## v1.3.0 (05/02/2015) -- [**closed**] Add common name? [#114](https://github.com/broofa/node-mime/issues/114) -- [**closed**] application/x-yaml [#104](https://github.com/broofa/node-mime/issues/104) -- [**closed**] Add mime type for WOFF file format 2.0 [#102](https://github.com/broofa/node-mime/issues/102) -- [**closed**] application/x-msi for .msi [#99](https://github.com/broofa/node-mime/issues/99) -- [**closed**] Add mimetype for gettext translation files [#98](https://github.com/broofa/node-mime/issues/98) -- [**closed**] collaborators [#88](https://github.com/broofa/node-mime/issues/88) -- [**closed**] getting errot in installation of mime module...any1 can help? [#87](https://github.com/broofa/node-mime/issues/87) -- [**closed**] should application/json's charset be utf8? [#86](https://github.com/broofa/node-mime/issues/86) -- [**closed**] Add "license" and "licenses" to package.json [#81](https://github.com/broofa/node-mime/issues/81) -- [**closed**] lookup with extension-less file on Windows returns wrong type [#68](https://github.com/broofa/node-mime/issues/68) - ---- - -## v1.2.11 (15/08/2013) -- [**closed**] Update mime.types [#65](https://github.com/broofa/node-mime/issues/65) -- [**closed**] Publish a new version [#63](https://github.com/broofa/node-mime/issues/63) -- [**closed**] README should state upfront that "application/octet-stream" is default for unknown extension [#55](https://github.com/broofa/node-mime/issues/55) -- [**closed**] Suggested improvement to the charset API [#52](https://github.com/broofa/node-mime/issues/52) - ---- - -## v1.2.10 (25/07/2013) -- [**closed**] Mime type for woff files should be application/font-woff and not application/x-font-woff [#62](https://github.com/broofa/node-mime/issues/62) -- [**closed**] node.types in conflict with mime.types [#51](https://github.com/broofa/node-mime/issues/51) - ---- - -## v1.2.9 (17/01/2013) -- [**closed**] Please update "mime" NPM [#49](https://github.com/broofa/node-mime/issues/49) -- [**closed**] Please add semicolon [#46](https://github.com/broofa/node-mime/issues/46) -- [**closed**] parse full mime types [#43](https://github.com/broofa/node-mime/issues/43) - ---- - -## v1.2.8 (10/01/2013) -- [**closed**] /js directory mime is application/javascript. Is it correct? [#47](https://github.com/broofa/node-mime/issues/47) -- [**closed**] Add mime types for lua code. [#45](https://github.com/broofa/node-mime/issues/45) - ---- - -## v1.2.7 (19/10/2012) -- [**closed**] cannot install 1.2.7 via npm [#41](https://github.com/broofa/node-mime/issues/41) -- [**closed**] Transfer ownership to @broofa [#36](https://github.com/broofa/node-mime/issues/36) -- [**closed**] it's wrong to set charset to UTF-8 for text [#30](https://github.com/broofa/node-mime/issues/30) -- [**closed**] Allow multiple instances of MIME types container [#27](https://github.com/broofa/node-mime/issues/27) - ---- - -## v1.2.5 (16/02/2012) -- [**closed**] When looking up a types, check hasOwnProperty [#23](https://github.com/broofa/node-mime/issues/23) -- [**closed**] Bump version to 1.2.2 [#18](https://github.com/broofa/node-mime/issues/18) -- [**closed**] No license [#16](https://github.com/broofa/node-mime/issues/16) -- [**closed**] Some types missing that are used by html5/css3 [#13](https://github.com/broofa/node-mime/issues/13) -- [**closed**] npm install fails for 1.2.1 [#12](https://github.com/broofa/node-mime/issues/12) -- [**closed**] image/pjpeg + image/x-png [#10](https://github.com/broofa/node-mime/issues/10) -- [**closed**] symlink [#8](https://github.com/broofa/node-mime/issues/8) -- [**closed**] gzip [#2](https://github.com/broofa/node-mime/issues/2) -- [**closed**] ALL CAPS filenames return incorrect mime type [#1](https://github.com/broofa/node-mime/issues/1) diff --git a/software/flow/node_modules/mime/LICENSE b/software/flow/node_modules/mime/LICENSE deleted file mode 100644 index d3f46f7..0000000 --- a/software/flow/node_modules/mime/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2010 Benjamin Thomas, Robert Kieffer - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/software/flow/node_modules/mime/README.md b/software/flow/node_modules/mime/README.md deleted file mode 100644 index 506fbe5..0000000 --- a/software/flow/node_modules/mime/README.md +++ /dev/null @@ -1,90 +0,0 @@ -# mime - -Comprehensive MIME type mapping API based on mime-db module. - -## Install - -Install with [npm](http://github.com/isaacs/npm): - - npm install mime - -## Contributing / Testing - - npm run test - -## Command Line - - mime [path_string] - -E.g. - - > mime scripts/jquery.js - application/javascript - -## API - Queries - -### mime.lookup(path) -Get the mime type associated with a file, if no mime type is found `application/octet-stream` is returned. Performs a case-insensitive lookup using the extension in `path` (the substring after the last '/' or '.'). E.g. - -```js -var mime = require('mime'); - -mime.lookup('/path/to/file.txt'); // => 'text/plain' -mime.lookup('file.txt'); // => 'text/plain' -mime.lookup('.TXT'); // => 'text/plain' -mime.lookup('htm'); // => 'text/html' -``` - -### mime.default_type -Sets the mime type returned when `mime.lookup` fails to find the extension searched for. (Default is `application/octet-stream`.) - -### mime.extension(type) -Get the default extension for `type` - -```js -mime.extension('text/html'); // => 'html' -mime.extension('application/octet-stream'); // => 'bin' -``` - -### mime.charsets.lookup() - -Map mime-type to charset - -```js -mime.charsets.lookup('text/plain'); // => 'UTF-8' -``` - -(The logic for charset lookups is pretty rudimentary. Feel free to suggest improvements.) - -## API - Defining Custom Types - -Custom type mappings can be added on a per-project basis via the following APIs. - -### mime.define() - -Add custom mime/extension mappings - -```js -mime.define({ - 'text/x-some-format': ['x-sf', 'x-sft', 'x-sfml'], - 'application/x-my-type': ['x-mt', 'x-mtt'], - // etc ... -}); - -mime.lookup('x-sft'); // => 'text/x-some-format' -``` - -The first entry in the extensions array is returned by `mime.extension()`. E.g. - -```js -mime.extension('text/x-some-format'); // => 'x-sf' -``` - -### mime.load(filepath) - -Load mappings from an Apache ".types" format file - -```js -mime.load('./my_project.types'); -``` -The .types file format is simple - See the `types` dir for examples. diff --git a/software/flow/node_modules/mime/cli.js b/software/flow/node_modules/mime/cli.js deleted file mode 100755 index 20b1ffe..0000000 --- a/software/flow/node_modules/mime/cli.js +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env node - -var mime = require('./mime.js'); -var file = process.argv[2]; -var type = mime.lookup(file); - -process.stdout.write(type + '\n'); - diff --git a/software/flow/node_modules/mime/mime.js b/software/flow/node_modules/mime/mime.js deleted file mode 100644 index d7efbde..0000000 --- a/software/flow/node_modules/mime/mime.js +++ /dev/null @@ -1,108 +0,0 @@ -var path = require('path'); -var fs = require('fs'); - -function Mime() { - // Map of extension -> mime type - this.types = Object.create(null); - - // Map of mime type -> extension - this.extensions = Object.create(null); -} - -/** - * Define mimetype -> extension mappings. Each key is a mime-type that maps - * to an array of extensions associated with the type. The first extension is - * used as the default extension for the type. - * - * e.g. mime.define({'audio/ogg', ['oga', 'ogg', 'spx']}); - * - * @param map (Object) type definitions - */ -Mime.prototype.define = function (map) { - for (var type in map) { - var exts = map[type]; - for (var i = 0; i < exts.length; i++) { - if (process.env.DEBUG_MIME && this.types[exts[i]]) { - console.warn((this._loading || "define()").replace(/.*\//, ''), 'changes "' + exts[i] + '" extension type from ' + - this.types[exts[i]] + ' to ' + type); - } - - this.types[exts[i]] = type; - } - - // Default extension is the first one we encounter - if (!this.extensions[type]) { - this.extensions[type] = exts[0]; - } - } -}; - -/** - * Load an Apache2-style ".types" file - * - * This may be called multiple times (it's expected). Where files declare - * overlapping types/extensions, the last file wins. - * - * @param file (String) path of file to load. - */ -Mime.prototype.load = function(file) { - this._loading = file; - // Read file and split into lines - var map = {}, - content = fs.readFileSync(file, 'ascii'), - lines = content.split(/[\r\n]+/); - - lines.forEach(function(line) { - // Clean up whitespace/comments, and split into fields - var fields = line.replace(/\s*#.*|^\s*|\s*$/g, '').split(/\s+/); - map[fields.shift()] = fields; - }); - - this.define(map); - - this._loading = null; -}; - -/** - * Lookup a mime type based on extension - */ -Mime.prototype.lookup = function(path, fallback) { - var ext = path.replace(/^.*[\.\/\\]/, '').toLowerCase(); - - return this.types[ext] || fallback || this.default_type; -}; - -/** - * Return file extension associated with a mime type - */ -Mime.prototype.extension = function(mimeType) { - var type = mimeType.match(/^\s*([^;\s]*)(?:;|\s|$)/)[1].toLowerCase(); - return this.extensions[type]; -}; - -// Default instance -var mime = new Mime(); - -// Define built-in types -mime.define(require('./types.json')); - -// Default type -mime.default_type = mime.lookup('bin'); - -// -// Additional API specific to the default instance -// - -mime.Mime = Mime; - -/** - * Lookup a charset based on mime type. - */ -mime.charsets = { - lookup: function(mimeType, fallback) { - // Assume text types are utf8 - return (/^text\/|^application\/(javascript|json)/).test(mimeType) ? 'UTF-8' : fallback; - } -}; - -module.exports = mime; diff --git a/software/flow/node_modules/mime/package.json b/software/flow/node_modules/mime/package.json deleted file mode 100644 index 6bd24bc..0000000 --- a/software/flow/node_modules/mime/package.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "author": { - "name": "Robert Kieffer", - "url": "http://github.com/broofa", - "email": "robert@broofa.com" - }, - "bin": { - "mime": "cli.js" - }, - "engines": { - "node": ">=4" - }, - "contributors": [ - { - "name": "Benjamin Thomas", - "url": "http://github.com/bentomas", - "email": "benjamin@benjaminthomas.org" - } - ], - "description": "A comprehensive library for mime-type mapping", - "license": "MIT", - "dependencies": {}, - "devDependencies": { - "github-release-notes": "0.13.1", - "mime-db": "1.31.0", - "mime-score": "1.1.0" - }, - "scripts": { - "prepare": "node src/build.js", - "changelog": "gren changelog --tags=all --generate --override", - "test": "node src/test.js" - }, - "keywords": [ - "util", - "mime" - ], - "main": "mime.js", - "name": "mime", - "repository": { - "url": "https://github.com/broofa/node-mime", - "type": "git" - }, - "version": "1.6.0" -} diff --git a/software/flow/node_modules/mime/src/build.js b/software/flow/node_modules/mime/src/build.js deleted file mode 100755 index 4928e48..0000000 --- a/software/flow/node_modules/mime/src/build.js +++ /dev/null @@ -1,53 +0,0 @@ -#!/usr/bin/env node - -'use strict'; - -const fs = require('fs'); -const path = require('path'); -const mimeScore = require('mime-score'); - -let db = require('mime-db'); -let chalk = require('chalk'); - -const STANDARD_FACET_SCORE = 900; - -const byExtension = {}; - -// Clear out any conflict extensions in mime-db -for (let type in db) { - let entry = db[type]; - entry.type = type; - - if (!entry.extensions) continue; - - entry.extensions.forEach(ext => { - if (ext in byExtension) { - const e0 = entry; - const e1 = byExtension[ext]; - e0.pri = mimeScore(e0.type, e0.source); - e1.pri = mimeScore(e1.type, e1.source); - - let drop = e0.pri < e1.pri ? e0 : e1; - let keep = e0.pri >= e1.pri ? e0 : e1; - drop.extensions = drop.extensions.filter(e => e !== ext); - - console.log(`${ext}: Keeping ${chalk.green(keep.type)} (${keep.pri}), dropping ${chalk.red(drop.type)} (${drop.pri})`); - } - byExtension[ext] = entry; - }); -} - -function writeTypesFile(types, path) { - fs.writeFileSync(path, JSON.stringify(types)); -} - -// Segregate into standard and non-standard types based on facet per -// https://tools.ietf.org/html/rfc6838#section-3.1 -const types = {}; - -Object.keys(db).sort().forEach(k => { - const entry = db[k]; - types[entry.type] = entry.extensions; -}); - -writeTypesFile(types, path.join(__dirname, '..', 'types.json')); diff --git a/software/flow/node_modules/mime/src/test.js b/software/flow/node_modules/mime/src/test.js deleted file mode 100644 index 42958a2..0000000 --- a/software/flow/node_modules/mime/src/test.js +++ /dev/null @@ -1,60 +0,0 @@ -/** - * Usage: node test.js - */ - -var mime = require('../mime'); -var assert = require('assert'); -var path = require('path'); - -// -// Test mime lookups -// - -assert.equal('text/plain', mime.lookup('text.txt')); // normal file -assert.equal('text/plain', mime.lookup('TEXT.TXT')); // uppercase -assert.equal('text/plain', mime.lookup('dir/text.txt')); // dir + file -assert.equal('text/plain', mime.lookup('.text.txt')); // hidden file -assert.equal('text/plain', mime.lookup('.txt')); // nameless -assert.equal('text/plain', mime.lookup('txt')); // extension-only -assert.equal('text/plain', mime.lookup('/txt')); // extension-less () -assert.equal('text/plain', mime.lookup('\\txt')); // Windows, extension-less -assert.equal('application/octet-stream', mime.lookup('text.nope')); // unrecognized -assert.equal('fallback', mime.lookup('text.fallback', 'fallback')); // alternate default - -// -// Test extensions -// - -assert.equal('txt', mime.extension(mime.types.text)); -assert.equal('html', mime.extension(mime.types.htm)); -assert.equal('bin', mime.extension('application/octet-stream')); -assert.equal('bin', mime.extension('application/octet-stream ')); -assert.equal('html', mime.extension(' text/html; charset=UTF-8')); -assert.equal('html', mime.extension('text/html; charset=UTF-8 ')); -assert.equal('html', mime.extension('text/html; charset=UTF-8')); -assert.equal('html', mime.extension('text/html ; charset=UTF-8')); -assert.equal('html', mime.extension('text/html;charset=UTF-8')); -assert.equal('html', mime.extension('text/Html;charset=UTF-8')); -assert.equal(undefined, mime.extension('unrecognized')); - -// -// Test node.types lookups -// - -assert.equal('font/woff', mime.lookup('file.woff')); -assert.equal('application/octet-stream', mime.lookup('file.buffer')); -// TODO: Uncomment once #157 is resolved -// assert.equal('audio/mp4', mime.lookup('file.m4a')); -assert.equal('font/otf', mime.lookup('file.otf')); - -// -// Test charsets -// - -assert.equal('UTF-8', mime.charsets.lookup('text/plain')); -assert.equal('UTF-8', mime.charsets.lookup(mime.types.js)); -assert.equal('UTF-8', mime.charsets.lookup(mime.types.json)); -assert.equal(undefined, mime.charsets.lookup(mime.types.bin)); -assert.equal('fallback', mime.charsets.lookup('application/octet-stream', 'fallback')); - -console.log('\nAll tests passed'); diff --git a/software/flow/node_modules/mime/types.json b/software/flow/node_modules/mime/types.json deleted file mode 100644 index bec78ab..0000000 --- a/software/flow/node_modules/mime/types.json +++ /dev/null @@ -1 +0,0 @@ -{"application/andrew-inset":["ez"],"application/applixware":["aw"],"application/atom+xml":["atom"],"application/atomcat+xml":["atomcat"],"application/atomsvc+xml":["atomsvc"],"application/bdoc":["bdoc"],"application/ccxml+xml":["ccxml"],"application/cdmi-capability":["cdmia"],"application/cdmi-container":["cdmic"],"application/cdmi-domain":["cdmid"],"application/cdmi-object":["cdmio"],"application/cdmi-queue":["cdmiq"],"application/cu-seeme":["cu"],"application/dash+xml":["mpd"],"application/davmount+xml":["davmount"],"application/docbook+xml":["dbk"],"application/dssc+der":["dssc"],"application/dssc+xml":["xdssc"],"application/ecmascript":["ecma"],"application/emma+xml":["emma"],"application/epub+zip":["epub"],"application/exi":["exi"],"application/font-tdpfr":["pfr"],"application/font-woff":[],"application/font-woff2":[],"application/geo+json":["geojson"],"application/gml+xml":["gml"],"application/gpx+xml":["gpx"],"application/gxf":["gxf"],"application/gzip":["gz"],"application/hyperstudio":["stk"],"application/inkml+xml":["ink","inkml"],"application/ipfix":["ipfix"],"application/java-archive":["jar","war","ear"],"application/java-serialized-object":["ser"],"application/java-vm":["class"],"application/javascript":["js","mjs"],"application/json":["json","map"],"application/json5":["json5"],"application/jsonml+json":["jsonml"],"application/ld+json":["jsonld"],"application/lost+xml":["lostxml"],"application/mac-binhex40":["hqx"],"application/mac-compactpro":["cpt"],"application/mads+xml":["mads"],"application/manifest+json":["webmanifest"],"application/marc":["mrc"],"application/marcxml+xml":["mrcx"],"application/mathematica":["ma","nb","mb"],"application/mathml+xml":["mathml"],"application/mbox":["mbox"],"application/mediaservercontrol+xml":["mscml"],"application/metalink+xml":["metalink"],"application/metalink4+xml":["meta4"],"application/mets+xml":["mets"],"application/mods+xml":["mods"],"application/mp21":["m21","mp21"],"application/mp4":["mp4s","m4p"],"application/msword":["doc","dot"],"application/mxf":["mxf"],"application/octet-stream":["bin","dms","lrf","mar","so","dist","distz","pkg","bpk","dump","elc","deploy","exe","dll","deb","dmg","iso","img","msi","msp","msm","buffer"],"application/oda":["oda"],"application/oebps-package+xml":["opf"],"application/ogg":["ogx"],"application/omdoc+xml":["omdoc"],"application/onenote":["onetoc","onetoc2","onetmp","onepkg"],"application/oxps":["oxps"],"application/patch-ops-error+xml":["xer"],"application/pdf":["pdf"],"application/pgp-encrypted":["pgp"],"application/pgp-signature":["asc","sig"],"application/pics-rules":["prf"],"application/pkcs10":["p10"],"application/pkcs7-mime":["p7m","p7c"],"application/pkcs7-signature":["p7s"],"application/pkcs8":["p8"],"application/pkix-attr-cert":["ac"],"application/pkix-cert":["cer"],"application/pkix-crl":["crl"],"application/pkix-pkipath":["pkipath"],"application/pkixcmp":["pki"],"application/pls+xml":["pls"],"application/postscript":["ai","eps","ps"],"application/prs.cww":["cww"],"application/pskc+xml":["pskcxml"],"application/raml+yaml":["raml"],"application/rdf+xml":["rdf"],"application/reginfo+xml":["rif"],"application/relax-ng-compact-syntax":["rnc"],"application/resource-lists+xml":["rl"],"application/resource-lists-diff+xml":["rld"],"application/rls-services+xml":["rs"],"application/rpki-ghostbusters":["gbr"],"application/rpki-manifest":["mft"],"application/rpki-roa":["roa"],"application/rsd+xml":["rsd"],"application/rss+xml":["rss"],"application/rtf":["rtf"],"application/sbml+xml":["sbml"],"application/scvp-cv-request":["scq"],"application/scvp-cv-response":["scs"],"application/scvp-vp-request":["spq"],"application/scvp-vp-response":["spp"],"application/sdp":["sdp"],"application/set-payment-initiation":["setpay"],"application/set-registration-initiation":["setreg"],"application/shf+xml":["shf"],"application/smil+xml":["smi","smil"],"application/sparql-query":["rq"],"application/sparql-results+xml":["srx"],"application/srgs":["gram"],"application/srgs+xml":["grxml"],"application/sru+xml":["sru"],"application/ssdl+xml":["ssdl"],"application/ssml+xml":["ssml"],"application/tei+xml":["tei","teicorpus"],"application/thraud+xml":["tfi"],"application/timestamped-data":["tsd"],"application/vnd.3gpp.pic-bw-large":["plb"],"application/vnd.3gpp.pic-bw-small":["psb"],"application/vnd.3gpp.pic-bw-var":["pvb"],"application/vnd.3gpp2.tcap":["tcap"],"application/vnd.3m.post-it-notes":["pwn"],"application/vnd.accpac.simply.aso":["aso"],"application/vnd.accpac.simply.imp":["imp"],"application/vnd.acucobol":["acu"],"application/vnd.acucorp":["atc","acutc"],"application/vnd.adobe.air-application-installer-package+zip":["air"],"application/vnd.adobe.formscentral.fcdt":["fcdt"],"application/vnd.adobe.fxp":["fxp","fxpl"],"application/vnd.adobe.xdp+xml":["xdp"],"application/vnd.adobe.xfdf":["xfdf"],"application/vnd.ahead.space":["ahead"],"application/vnd.airzip.filesecure.azf":["azf"],"application/vnd.airzip.filesecure.azs":["azs"],"application/vnd.amazon.ebook":["azw"],"application/vnd.americandynamics.acc":["acc"],"application/vnd.amiga.ami":["ami"],"application/vnd.android.package-archive":["apk"],"application/vnd.anser-web-certificate-issue-initiation":["cii"],"application/vnd.anser-web-funds-transfer-initiation":["fti"],"application/vnd.antix.game-component":["atx"],"application/vnd.apple.installer+xml":["mpkg"],"application/vnd.apple.mpegurl":["m3u8"],"application/vnd.apple.pkpass":["pkpass"],"application/vnd.aristanetworks.swi":["swi"],"application/vnd.astraea-software.iota":["iota"],"application/vnd.audiograph":["aep"],"application/vnd.blueice.multipass":["mpm"],"application/vnd.bmi":["bmi"],"application/vnd.businessobjects":["rep"],"application/vnd.chemdraw+xml":["cdxml"],"application/vnd.chipnuts.karaoke-mmd":["mmd"],"application/vnd.cinderella":["cdy"],"application/vnd.claymore":["cla"],"application/vnd.cloanto.rp9":["rp9"],"application/vnd.clonk.c4group":["c4g","c4d","c4f","c4p","c4u"],"application/vnd.cluetrust.cartomobile-config":["c11amc"],"application/vnd.cluetrust.cartomobile-config-pkg":["c11amz"],"application/vnd.commonspace":["csp"],"application/vnd.contact.cmsg":["cdbcmsg"],"application/vnd.cosmocaller":["cmc"],"application/vnd.crick.clicker":["clkx"],"application/vnd.crick.clicker.keyboard":["clkk"],"application/vnd.crick.clicker.palette":["clkp"],"application/vnd.crick.clicker.template":["clkt"],"application/vnd.crick.clicker.wordbank":["clkw"],"application/vnd.criticaltools.wbs+xml":["wbs"],"application/vnd.ctc-posml":["pml"],"application/vnd.cups-ppd":["ppd"],"application/vnd.curl.car":["car"],"application/vnd.curl.pcurl":["pcurl"],"application/vnd.dart":["dart"],"application/vnd.data-vision.rdz":["rdz"],"application/vnd.dece.data":["uvf","uvvf","uvd","uvvd"],"application/vnd.dece.ttml+xml":["uvt","uvvt"],"application/vnd.dece.unspecified":["uvx","uvvx"],"application/vnd.dece.zip":["uvz","uvvz"],"application/vnd.denovo.fcselayout-link":["fe_launch"],"application/vnd.dna":["dna"],"application/vnd.dolby.mlp":["mlp"],"application/vnd.dpgraph":["dpg"],"application/vnd.dreamfactory":["dfac"],"application/vnd.ds-keypoint":["kpxx"],"application/vnd.dvb.ait":["ait"],"application/vnd.dvb.service":["svc"],"application/vnd.dynageo":["geo"],"application/vnd.ecowin.chart":["mag"],"application/vnd.enliven":["nml"],"application/vnd.epson.esf":["esf"],"application/vnd.epson.msf":["msf"],"application/vnd.epson.quickanime":["qam"],"application/vnd.epson.salt":["slt"],"application/vnd.epson.ssf":["ssf"],"application/vnd.eszigno3+xml":["es3","et3"],"application/vnd.ezpix-album":["ez2"],"application/vnd.ezpix-package":["ez3"],"application/vnd.fdf":["fdf"],"application/vnd.fdsn.mseed":["mseed"],"application/vnd.fdsn.seed":["seed","dataless"],"application/vnd.flographit":["gph"],"application/vnd.fluxtime.clip":["ftc"],"application/vnd.framemaker":["fm","frame","maker","book"],"application/vnd.frogans.fnc":["fnc"],"application/vnd.frogans.ltf":["ltf"],"application/vnd.fsc.weblaunch":["fsc"],"application/vnd.fujitsu.oasys":["oas"],"application/vnd.fujitsu.oasys2":["oa2"],"application/vnd.fujitsu.oasys3":["oa3"],"application/vnd.fujitsu.oasysgp":["fg5"],"application/vnd.fujitsu.oasysprs":["bh2"],"application/vnd.fujixerox.ddd":["ddd"],"application/vnd.fujixerox.docuworks":["xdw"],"application/vnd.fujixerox.docuworks.binder":["xbd"],"application/vnd.fuzzysheet":["fzs"],"application/vnd.genomatix.tuxedo":["txd"],"application/vnd.geogebra.file":["ggb"],"application/vnd.geogebra.tool":["ggt"],"application/vnd.geometry-explorer":["gex","gre"],"application/vnd.geonext":["gxt"],"application/vnd.geoplan":["g2w"],"application/vnd.geospace":["g3w"],"application/vnd.gmx":["gmx"],"application/vnd.google-apps.document":["gdoc"],"application/vnd.google-apps.presentation":["gslides"],"application/vnd.google-apps.spreadsheet":["gsheet"],"application/vnd.google-earth.kml+xml":["kml"],"application/vnd.google-earth.kmz":["kmz"],"application/vnd.grafeq":["gqf","gqs"],"application/vnd.groove-account":["gac"],"application/vnd.groove-help":["ghf"],"application/vnd.groove-identity-message":["gim"],"application/vnd.groove-injector":["grv"],"application/vnd.groove-tool-message":["gtm"],"application/vnd.groove-tool-template":["tpl"],"application/vnd.groove-vcard":["vcg"],"application/vnd.hal+xml":["hal"],"application/vnd.handheld-entertainment+xml":["zmm"],"application/vnd.hbci":["hbci"],"application/vnd.hhe.lesson-player":["les"],"application/vnd.hp-hpgl":["hpgl"],"application/vnd.hp-hpid":["hpid"],"application/vnd.hp-hps":["hps"],"application/vnd.hp-jlyt":["jlt"],"application/vnd.hp-pcl":["pcl"],"application/vnd.hp-pclxl":["pclxl"],"application/vnd.hydrostatix.sof-data":["sfd-hdstx"],"application/vnd.ibm.minipay":["mpy"],"application/vnd.ibm.modcap":["afp","listafp","list3820"],"application/vnd.ibm.rights-management":["irm"],"application/vnd.ibm.secure-container":["sc"],"application/vnd.iccprofile":["icc","icm"],"application/vnd.igloader":["igl"],"application/vnd.immervision-ivp":["ivp"],"application/vnd.immervision-ivu":["ivu"],"application/vnd.insors.igm":["igm"],"application/vnd.intercon.formnet":["xpw","xpx"],"application/vnd.intergeo":["i2g"],"application/vnd.intu.qbo":["qbo"],"application/vnd.intu.qfx":["qfx"],"application/vnd.ipunplugged.rcprofile":["rcprofile"],"application/vnd.irepository.package+xml":["irp"],"application/vnd.is-xpr":["xpr"],"application/vnd.isac.fcs":["fcs"],"application/vnd.jam":["jam"],"application/vnd.jcp.javame.midlet-rms":["rms"],"application/vnd.jisp":["jisp"],"application/vnd.joost.joda-archive":["joda"],"application/vnd.kahootz":["ktz","ktr"],"application/vnd.kde.karbon":["karbon"],"application/vnd.kde.kchart":["chrt"],"application/vnd.kde.kformula":["kfo"],"application/vnd.kde.kivio":["flw"],"application/vnd.kde.kontour":["kon"],"application/vnd.kde.kpresenter":["kpr","kpt"],"application/vnd.kde.kspread":["ksp"],"application/vnd.kde.kword":["kwd","kwt"],"application/vnd.kenameaapp":["htke"],"application/vnd.kidspiration":["kia"],"application/vnd.kinar":["kne","knp"],"application/vnd.koan":["skp","skd","skt","skm"],"application/vnd.kodak-descriptor":["sse"],"application/vnd.las.las+xml":["lasxml"],"application/vnd.llamagraphics.life-balance.desktop":["lbd"],"application/vnd.llamagraphics.life-balance.exchange+xml":["lbe"],"application/vnd.lotus-1-2-3":["123"],"application/vnd.lotus-approach":["apr"],"application/vnd.lotus-freelance":["pre"],"application/vnd.lotus-notes":["nsf"],"application/vnd.lotus-organizer":["org"],"application/vnd.lotus-screencam":["scm"],"application/vnd.lotus-wordpro":["lwp"],"application/vnd.macports.portpkg":["portpkg"],"application/vnd.mcd":["mcd"],"application/vnd.medcalcdata":["mc1"],"application/vnd.mediastation.cdkey":["cdkey"],"application/vnd.mfer":["mwf"],"application/vnd.mfmp":["mfm"],"application/vnd.micrografx.flo":["flo"],"application/vnd.micrografx.igx":["igx"],"application/vnd.mif":["mif"],"application/vnd.mobius.daf":["daf"],"application/vnd.mobius.dis":["dis"],"application/vnd.mobius.mbk":["mbk"],"application/vnd.mobius.mqy":["mqy"],"application/vnd.mobius.msl":["msl"],"application/vnd.mobius.plc":["plc"],"application/vnd.mobius.txf":["txf"],"application/vnd.mophun.application":["mpn"],"application/vnd.mophun.certificate":["mpc"],"application/vnd.mozilla.xul+xml":["xul"],"application/vnd.ms-artgalry":["cil"],"application/vnd.ms-cab-compressed":["cab"],"application/vnd.ms-excel":["xls","xlm","xla","xlc","xlt","xlw"],"application/vnd.ms-excel.addin.macroenabled.12":["xlam"],"application/vnd.ms-excel.sheet.binary.macroenabled.12":["xlsb"],"application/vnd.ms-excel.sheet.macroenabled.12":["xlsm"],"application/vnd.ms-excel.template.macroenabled.12":["xltm"],"application/vnd.ms-fontobject":["eot"],"application/vnd.ms-htmlhelp":["chm"],"application/vnd.ms-ims":["ims"],"application/vnd.ms-lrm":["lrm"],"application/vnd.ms-officetheme":["thmx"],"application/vnd.ms-outlook":["msg"],"application/vnd.ms-pki.seccat":["cat"],"application/vnd.ms-pki.stl":["stl"],"application/vnd.ms-powerpoint":["ppt","pps","pot"],"application/vnd.ms-powerpoint.addin.macroenabled.12":["ppam"],"application/vnd.ms-powerpoint.presentation.macroenabled.12":["pptm"],"application/vnd.ms-powerpoint.slide.macroenabled.12":["sldm"],"application/vnd.ms-powerpoint.slideshow.macroenabled.12":["ppsm"],"application/vnd.ms-powerpoint.template.macroenabled.12":["potm"],"application/vnd.ms-project":["mpp","mpt"],"application/vnd.ms-word.document.macroenabled.12":["docm"],"application/vnd.ms-word.template.macroenabled.12":["dotm"],"application/vnd.ms-works":["wps","wks","wcm","wdb"],"application/vnd.ms-wpl":["wpl"],"application/vnd.ms-xpsdocument":["xps"],"application/vnd.mseq":["mseq"],"application/vnd.musician":["mus"],"application/vnd.muvee.style":["msty"],"application/vnd.mynfc":["taglet"],"application/vnd.neurolanguage.nlu":["nlu"],"application/vnd.nitf":["ntf","nitf"],"application/vnd.noblenet-directory":["nnd"],"application/vnd.noblenet-sealer":["nns"],"application/vnd.noblenet-web":["nnw"],"application/vnd.nokia.n-gage.data":["ngdat"],"application/vnd.nokia.n-gage.symbian.install":["n-gage"],"application/vnd.nokia.radio-preset":["rpst"],"application/vnd.nokia.radio-presets":["rpss"],"application/vnd.novadigm.edm":["edm"],"application/vnd.novadigm.edx":["edx"],"application/vnd.novadigm.ext":["ext"],"application/vnd.oasis.opendocument.chart":["odc"],"application/vnd.oasis.opendocument.chart-template":["otc"],"application/vnd.oasis.opendocument.database":["odb"],"application/vnd.oasis.opendocument.formula":["odf"],"application/vnd.oasis.opendocument.formula-template":["odft"],"application/vnd.oasis.opendocument.graphics":["odg"],"application/vnd.oasis.opendocument.graphics-template":["otg"],"application/vnd.oasis.opendocument.image":["odi"],"application/vnd.oasis.opendocument.image-template":["oti"],"application/vnd.oasis.opendocument.presentation":["odp"],"application/vnd.oasis.opendocument.presentation-template":["otp"],"application/vnd.oasis.opendocument.spreadsheet":["ods"],"application/vnd.oasis.opendocument.spreadsheet-template":["ots"],"application/vnd.oasis.opendocument.text":["odt"],"application/vnd.oasis.opendocument.text-master":["odm"],"application/vnd.oasis.opendocument.text-template":["ott"],"application/vnd.oasis.opendocument.text-web":["oth"],"application/vnd.olpc-sugar":["xo"],"application/vnd.oma.dd2+xml":["dd2"],"application/vnd.openofficeorg.extension":["oxt"],"application/vnd.openxmlformats-officedocument.presentationml.presentation":["pptx"],"application/vnd.openxmlformats-officedocument.presentationml.slide":["sldx"],"application/vnd.openxmlformats-officedocument.presentationml.slideshow":["ppsx"],"application/vnd.openxmlformats-officedocument.presentationml.template":["potx"],"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet":["xlsx"],"application/vnd.openxmlformats-officedocument.spreadsheetml.template":["xltx"],"application/vnd.openxmlformats-officedocument.wordprocessingml.document":["docx"],"application/vnd.openxmlformats-officedocument.wordprocessingml.template":["dotx"],"application/vnd.osgeo.mapguide.package":["mgp"],"application/vnd.osgi.dp":["dp"],"application/vnd.osgi.subsystem":["esa"],"application/vnd.palm":["pdb","pqa","oprc"],"application/vnd.pawaafile":["paw"],"application/vnd.pg.format":["str"],"application/vnd.pg.osasli":["ei6"],"application/vnd.picsel":["efif"],"application/vnd.pmi.widget":["wg"],"application/vnd.pocketlearn":["plf"],"application/vnd.powerbuilder6":["pbd"],"application/vnd.previewsystems.box":["box"],"application/vnd.proteus.magazine":["mgz"],"application/vnd.publishare-delta-tree":["qps"],"application/vnd.pvi.ptid1":["ptid"],"application/vnd.quark.quarkxpress":["qxd","qxt","qwd","qwt","qxl","qxb"],"application/vnd.realvnc.bed":["bed"],"application/vnd.recordare.musicxml":["mxl"],"application/vnd.recordare.musicxml+xml":["musicxml"],"application/vnd.rig.cryptonote":["cryptonote"],"application/vnd.rim.cod":["cod"],"application/vnd.rn-realmedia":["rm"],"application/vnd.rn-realmedia-vbr":["rmvb"],"application/vnd.route66.link66+xml":["link66"],"application/vnd.sailingtracker.track":["st"],"application/vnd.seemail":["see"],"application/vnd.sema":["sema"],"application/vnd.semd":["semd"],"application/vnd.semf":["semf"],"application/vnd.shana.informed.formdata":["ifm"],"application/vnd.shana.informed.formtemplate":["itp"],"application/vnd.shana.informed.interchange":["iif"],"application/vnd.shana.informed.package":["ipk"],"application/vnd.simtech-mindmapper":["twd","twds"],"application/vnd.smaf":["mmf"],"application/vnd.smart.teacher":["teacher"],"application/vnd.solent.sdkm+xml":["sdkm","sdkd"],"application/vnd.spotfire.dxp":["dxp"],"application/vnd.spotfire.sfs":["sfs"],"application/vnd.stardivision.calc":["sdc"],"application/vnd.stardivision.draw":["sda"],"application/vnd.stardivision.impress":["sdd"],"application/vnd.stardivision.math":["smf"],"application/vnd.stardivision.writer":["sdw","vor"],"application/vnd.stardivision.writer-global":["sgl"],"application/vnd.stepmania.package":["smzip"],"application/vnd.stepmania.stepchart":["sm"],"application/vnd.sun.wadl+xml":["wadl"],"application/vnd.sun.xml.calc":["sxc"],"application/vnd.sun.xml.calc.template":["stc"],"application/vnd.sun.xml.draw":["sxd"],"application/vnd.sun.xml.draw.template":["std"],"application/vnd.sun.xml.impress":["sxi"],"application/vnd.sun.xml.impress.template":["sti"],"application/vnd.sun.xml.math":["sxm"],"application/vnd.sun.xml.writer":["sxw"],"application/vnd.sun.xml.writer.global":["sxg"],"application/vnd.sun.xml.writer.template":["stw"],"application/vnd.sus-calendar":["sus","susp"],"application/vnd.svd":["svd"],"application/vnd.symbian.install":["sis","sisx"],"application/vnd.syncml+xml":["xsm"],"application/vnd.syncml.dm+wbxml":["bdm"],"application/vnd.syncml.dm+xml":["xdm"],"application/vnd.tao.intent-module-archive":["tao"],"application/vnd.tcpdump.pcap":["pcap","cap","dmp"],"application/vnd.tmobile-livetv":["tmo"],"application/vnd.trid.tpt":["tpt"],"application/vnd.triscape.mxs":["mxs"],"application/vnd.trueapp":["tra"],"application/vnd.ufdl":["ufd","ufdl"],"application/vnd.uiq.theme":["utz"],"application/vnd.umajin":["umj"],"application/vnd.unity":["unityweb"],"application/vnd.uoml+xml":["uoml"],"application/vnd.vcx":["vcx"],"application/vnd.visio":["vsd","vst","vss","vsw"],"application/vnd.visionary":["vis"],"application/vnd.vsf":["vsf"],"application/vnd.wap.wbxml":["wbxml"],"application/vnd.wap.wmlc":["wmlc"],"application/vnd.wap.wmlscriptc":["wmlsc"],"application/vnd.webturbo":["wtb"],"application/vnd.wolfram.player":["nbp"],"application/vnd.wordperfect":["wpd"],"application/vnd.wqd":["wqd"],"application/vnd.wt.stf":["stf"],"application/vnd.xara":["xar"],"application/vnd.xfdl":["xfdl"],"application/vnd.yamaha.hv-dic":["hvd"],"application/vnd.yamaha.hv-script":["hvs"],"application/vnd.yamaha.hv-voice":["hvp"],"application/vnd.yamaha.openscoreformat":["osf"],"application/vnd.yamaha.openscoreformat.osfpvg+xml":["osfpvg"],"application/vnd.yamaha.smaf-audio":["saf"],"application/vnd.yamaha.smaf-phrase":["spf"],"application/vnd.yellowriver-custom-menu":["cmp"],"application/vnd.zul":["zir","zirz"],"application/vnd.zzazz.deck+xml":["zaz"],"application/voicexml+xml":["vxml"],"application/wasm":["wasm"],"application/widget":["wgt"],"application/winhlp":["hlp"],"application/wsdl+xml":["wsdl"],"application/wspolicy+xml":["wspolicy"],"application/x-7z-compressed":["7z"],"application/x-abiword":["abw"],"application/x-ace-compressed":["ace"],"application/x-apple-diskimage":[],"application/x-arj":["arj"],"application/x-authorware-bin":["aab","x32","u32","vox"],"application/x-authorware-map":["aam"],"application/x-authorware-seg":["aas"],"application/x-bcpio":["bcpio"],"application/x-bdoc":[],"application/x-bittorrent":["torrent"],"application/x-blorb":["blb","blorb"],"application/x-bzip":["bz"],"application/x-bzip2":["bz2","boz"],"application/x-cbr":["cbr","cba","cbt","cbz","cb7"],"application/x-cdlink":["vcd"],"application/x-cfs-compressed":["cfs"],"application/x-chat":["chat"],"application/x-chess-pgn":["pgn"],"application/x-chrome-extension":["crx"],"application/x-cocoa":["cco"],"application/x-conference":["nsc"],"application/x-cpio":["cpio"],"application/x-csh":["csh"],"application/x-debian-package":["udeb"],"application/x-dgc-compressed":["dgc"],"application/x-director":["dir","dcr","dxr","cst","cct","cxt","w3d","fgd","swa"],"application/x-doom":["wad"],"application/x-dtbncx+xml":["ncx"],"application/x-dtbook+xml":["dtb"],"application/x-dtbresource+xml":["res"],"application/x-dvi":["dvi"],"application/x-envoy":["evy"],"application/x-eva":["eva"],"application/x-font-bdf":["bdf"],"application/x-font-ghostscript":["gsf"],"application/x-font-linux-psf":["psf"],"application/x-font-pcf":["pcf"],"application/x-font-snf":["snf"],"application/x-font-type1":["pfa","pfb","pfm","afm"],"application/x-freearc":["arc"],"application/x-futuresplash":["spl"],"application/x-gca-compressed":["gca"],"application/x-glulx":["ulx"],"application/x-gnumeric":["gnumeric"],"application/x-gramps-xml":["gramps"],"application/x-gtar":["gtar"],"application/x-hdf":["hdf"],"application/x-httpd-php":["php"],"application/x-install-instructions":["install"],"application/x-iso9660-image":[],"application/x-java-archive-diff":["jardiff"],"application/x-java-jnlp-file":["jnlp"],"application/x-latex":["latex"],"application/x-lua-bytecode":["luac"],"application/x-lzh-compressed":["lzh","lha"],"application/x-makeself":["run"],"application/x-mie":["mie"],"application/x-mobipocket-ebook":["prc","mobi"],"application/x-ms-application":["application"],"application/x-ms-shortcut":["lnk"],"application/x-ms-wmd":["wmd"],"application/x-ms-wmz":["wmz"],"application/x-ms-xbap":["xbap"],"application/x-msaccess":["mdb"],"application/x-msbinder":["obd"],"application/x-mscardfile":["crd"],"application/x-msclip":["clp"],"application/x-msdos-program":[],"application/x-msdownload":["com","bat"],"application/x-msmediaview":["mvb","m13","m14"],"application/x-msmetafile":["wmf","emf","emz"],"application/x-msmoney":["mny"],"application/x-mspublisher":["pub"],"application/x-msschedule":["scd"],"application/x-msterminal":["trm"],"application/x-mswrite":["wri"],"application/x-netcdf":["nc","cdf"],"application/x-ns-proxy-autoconfig":["pac"],"application/x-nzb":["nzb"],"application/x-perl":["pl","pm"],"application/x-pilot":[],"application/x-pkcs12":["p12","pfx"],"application/x-pkcs7-certificates":["p7b","spc"],"application/x-pkcs7-certreqresp":["p7r"],"application/x-rar-compressed":["rar"],"application/x-redhat-package-manager":["rpm"],"application/x-research-info-systems":["ris"],"application/x-sea":["sea"],"application/x-sh":["sh"],"application/x-shar":["shar"],"application/x-shockwave-flash":["swf"],"application/x-silverlight-app":["xap"],"application/x-sql":["sql"],"application/x-stuffit":["sit"],"application/x-stuffitx":["sitx"],"application/x-subrip":["srt"],"application/x-sv4cpio":["sv4cpio"],"application/x-sv4crc":["sv4crc"],"application/x-t3vm-image":["t3"],"application/x-tads":["gam"],"application/x-tar":["tar"],"application/x-tcl":["tcl","tk"],"application/x-tex":["tex"],"application/x-tex-tfm":["tfm"],"application/x-texinfo":["texinfo","texi"],"application/x-tgif":["obj"],"application/x-ustar":["ustar"],"application/x-virtualbox-hdd":["hdd"],"application/x-virtualbox-ova":["ova"],"application/x-virtualbox-ovf":["ovf"],"application/x-virtualbox-vbox":["vbox"],"application/x-virtualbox-vbox-extpack":["vbox-extpack"],"application/x-virtualbox-vdi":["vdi"],"application/x-virtualbox-vhd":["vhd"],"application/x-virtualbox-vmdk":["vmdk"],"application/x-wais-source":["src"],"application/x-web-app-manifest+json":["webapp"],"application/x-x509-ca-cert":["der","crt","pem"],"application/x-xfig":["fig"],"application/x-xliff+xml":["xlf"],"application/x-xpinstall":["xpi"],"application/x-xz":["xz"],"application/x-zmachine":["z1","z2","z3","z4","z5","z6","z7","z8"],"application/xaml+xml":["xaml"],"application/xcap-diff+xml":["xdf"],"application/xenc+xml":["xenc"],"application/xhtml+xml":["xhtml","xht"],"application/xml":["xml","xsl","xsd","rng"],"application/xml-dtd":["dtd"],"application/xop+xml":["xop"],"application/xproc+xml":["xpl"],"application/xslt+xml":["xslt"],"application/xspf+xml":["xspf"],"application/xv+xml":["mxml","xhvml","xvml","xvm"],"application/yang":["yang"],"application/yin+xml":["yin"],"application/zip":["zip"],"audio/3gpp":[],"audio/adpcm":["adp"],"audio/basic":["au","snd"],"audio/midi":["mid","midi","kar","rmi"],"audio/mp3":[],"audio/mp4":["m4a","mp4a"],"audio/mpeg":["mpga","mp2","mp2a","mp3","m2a","m3a"],"audio/ogg":["oga","ogg","spx"],"audio/s3m":["s3m"],"audio/silk":["sil"],"audio/vnd.dece.audio":["uva","uvva"],"audio/vnd.digital-winds":["eol"],"audio/vnd.dra":["dra"],"audio/vnd.dts":["dts"],"audio/vnd.dts.hd":["dtshd"],"audio/vnd.lucent.voice":["lvp"],"audio/vnd.ms-playready.media.pya":["pya"],"audio/vnd.nuera.ecelp4800":["ecelp4800"],"audio/vnd.nuera.ecelp7470":["ecelp7470"],"audio/vnd.nuera.ecelp9600":["ecelp9600"],"audio/vnd.rip":["rip"],"audio/wav":["wav"],"audio/wave":[],"audio/webm":["weba"],"audio/x-aac":["aac"],"audio/x-aiff":["aif","aiff","aifc"],"audio/x-caf":["caf"],"audio/x-flac":["flac"],"audio/x-m4a":[],"audio/x-matroska":["mka"],"audio/x-mpegurl":["m3u"],"audio/x-ms-wax":["wax"],"audio/x-ms-wma":["wma"],"audio/x-pn-realaudio":["ram","ra"],"audio/x-pn-realaudio-plugin":["rmp"],"audio/x-realaudio":[],"audio/x-wav":[],"audio/xm":["xm"],"chemical/x-cdx":["cdx"],"chemical/x-cif":["cif"],"chemical/x-cmdf":["cmdf"],"chemical/x-cml":["cml"],"chemical/x-csml":["csml"],"chemical/x-xyz":["xyz"],"font/collection":["ttc"],"font/otf":["otf"],"font/ttf":["ttf"],"font/woff":["woff"],"font/woff2":["woff2"],"image/apng":["apng"],"image/bmp":["bmp"],"image/cgm":["cgm"],"image/g3fax":["g3"],"image/gif":["gif"],"image/ief":["ief"],"image/jp2":["jp2","jpg2"],"image/jpeg":["jpeg","jpg","jpe"],"image/jpm":["jpm"],"image/jpx":["jpx","jpf"],"image/ktx":["ktx"],"image/png":["png"],"image/prs.btif":["btif"],"image/sgi":["sgi"],"image/svg+xml":["svg","svgz"],"image/tiff":["tiff","tif"],"image/vnd.adobe.photoshop":["psd"],"image/vnd.dece.graphic":["uvi","uvvi","uvg","uvvg"],"image/vnd.djvu":["djvu","djv"],"image/vnd.dvb.subtitle":[],"image/vnd.dwg":["dwg"],"image/vnd.dxf":["dxf"],"image/vnd.fastbidsheet":["fbs"],"image/vnd.fpx":["fpx"],"image/vnd.fst":["fst"],"image/vnd.fujixerox.edmics-mmr":["mmr"],"image/vnd.fujixerox.edmics-rlc":["rlc"],"image/vnd.ms-modi":["mdi"],"image/vnd.ms-photo":["wdp"],"image/vnd.net-fpx":["npx"],"image/vnd.wap.wbmp":["wbmp"],"image/vnd.xiff":["xif"],"image/webp":["webp"],"image/x-3ds":["3ds"],"image/x-cmu-raster":["ras"],"image/x-cmx":["cmx"],"image/x-freehand":["fh","fhc","fh4","fh5","fh7"],"image/x-icon":["ico"],"image/x-jng":["jng"],"image/x-mrsid-image":["sid"],"image/x-ms-bmp":[],"image/x-pcx":["pcx"],"image/x-pict":["pic","pct"],"image/x-portable-anymap":["pnm"],"image/x-portable-bitmap":["pbm"],"image/x-portable-graymap":["pgm"],"image/x-portable-pixmap":["ppm"],"image/x-rgb":["rgb"],"image/x-tga":["tga"],"image/x-xbitmap":["xbm"],"image/x-xpixmap":["xpm"],"image/x-xwindowdump":["xwd"],"message/rfc822":["eml","mime"],"model/gltf+json":["gltf"],"model/gltf-binary":["glb"],"model/iges":["igs","iges"],"model/mesh":["msh","mesh","silo"],"model/vnd.collada+xml":["dae"],"model/vnd.dwf":["dwf"],"model/vnd.gdl":["gdl"],"model/vnd.gtw":["gtw"],"model/vnd.mts":["mts"],"model/vnd.vtu":["vtu"],"model/vrml":["wrl","vrml"],"model/x3d+binary":["x3db","x3dbz"],"model/x3d+vrml":["x3dv","x3dvz"],"model/x3d+xml":["x3d","x3dz"],"text/cache-manifest":["appcache","manifest"],"text/calendar":["ics","ifb"],"text/coffeescript":["coffee","litcoffee"],"text/css":["css"],"text/csv":["csv"],"text/hjson":["hjson"],"text/html":["html","htm","shtml"],"text/jade":["jade"],"text/jsx":["jsx"],"text/less":["less"],"text/markdown":["markdown","md"],"text/mathml":["mml"],"text/n3":["n3"],"text/plain":["txt","text","conf","def","list","log","in","ini"],"text/prs.lines.tag":["dsc"],"text/richtext":["rtx"],"text/rtf":[],"text/sgml":["sgml","sgm"],"text/slim":["slim","slm"],"text/stylus":["stylus","styl"],"text/tab-separated-values":["tsv"],"text/troff":["t","tr","roff","man","me","ms"],"text/turtle":["ttl"],"text/uri-list":["uri","uris","urls"],"text/vcard":["vcard"],"text/vnd.curl":["curl"],"text/vnd.curl.dcurl":["dcurl"],"text/vnd.curl.mcurl":["mcurl"],"text/vnd.curl.scurl":["scurl"],"text/vnd.dvb.subtitle":["sub"],"text/vnd.fly":["fly"],"text/vnd.fmi.flexstor":["flx"],"text/vnd.graphviz":["gv"],"text/vnd.in3d.3dml":["3dml"],"text/vnd.in3d.spot":["spot"],"text/vnd.sun.j2me.app-descriptor":["jad"],"text/vnd.wap.wml":["wml"],"text/vnd.wap.wmlscript":["wmls"],"text/vtt":["vtt"],"text/x-asm":["s","asm"],"text/x-c":["c","cc","cxx","cpp","h","hh","dic"],"text/x-component":["htc"],"text/x-fortran":["f","for","f77","f90"],"text/x-handlebars-template":["hbs"],"text/x-java-source":["java"],"text/x-lua":["lua"],"text/x-markdown":["mkd"],"text/x-nfo":["nfo"],"text/x-opml":["opml"],"text/x-org":[],"text/x-pascal":["p","pas"],"text/x-processing":["pde"],"text/x-sass":["sass"],"text/x-scss":["scss"],"text/x-setext":["etx"],"text/x-sfv":["sfv"],"text/x-suse-ymp":["ymp"],"text/x-uuencode":["uu"],"text/x-vcalendar":["vcs"],"text/x-vcard":["vcf"],"text/xml":[],"text/yaml":["yaml","yml"],"video/3gpp":["3gp","3gpp"],"video/3gpp2":["3g2"],"video/h261":["h261"],"video/h263":["h263"],"video/h264":["h264"],"video/jpeg":["jpgv"],"video/jpm":["jpgm"],"video/mj2":["mj2","mjp2"],"video/mp2t":["ts"],"video/mp4":["mp4","mp4v","mpg4"],"video/mpeg":["mpeg","mpg","mpe","m1v","m2v"],"video/ogg":["ogv"],"video/quicktime":["qt","mov"],"video/vnd.dece.hd":["uvh","uvvh"],"video/vnd.dece.mobile":["uvm","uvvm"],"video/vnd.dece.pd":["uvp","uvvp"],"video/vnd.dece.sd":["uvs","uvvs"],"video/vnd.dece.video":["uvv","uvvv"],"video/vnd.dvb.file":["dvb"],"video/vnd.fvt":["fvt"],"video/vnd.mpegurl":["mxu","m4u"],"video/vnd.ms-playready.media.pyv":["pyv"],"video/vnd.uvvu.mp4":["uvu","uvvu"],"video/vnd.vivo":["viv"],"video/webm":["webm"],"video/x-f4v":["f4v"],"video/x-fli":["fli"],"video/x-flv":["flv"],"video/x-m4v":["m4v"],"video/x-matroska":["mkv","mk3d","mks"],"video/x-mng":["mng"],"video/x-ms-asf":["asf","asx"],"video/x-ms-vob":["vob"],"video/x-ms-wm":["wm"],"video/x-ms-wmv":["wmv"],"video/x-ms-wmx":["wmx"],"video/x-ms-wvx":["wvx"],"video/x-msvideo":["avi"],"video/x-sgi-movie":["movie"],"video/x-smv":["smv"],"x-conference/x-cooltalk":["ice"]} \ No newline at end of file diff --git a/software/flow/node_modules/ms/index.js b/software/flow/node_modules/ms/index.js deleted file mode 100644 index 6a522b1..0000000 --- a/software/flow/node_modules/ms/index.js +++ /dev/null @@ -1,152 +0,0 @@ -/** - * Helpers. - */ - -var s = 1000; -var m = s * 60; -var h = m * 60; -var d = h * 24; -var y = d * 365.25; - -/** - * Parse or format the given `val`. - * - * Options: - * - * - `long` verbose formatting [false] - * - * @param {String|Number} val - * @param {Object} [options] - * @throws {Error} throw an error if val is not a non-empty string or a number - * @return {String|Number} - * @api public - */ - -module.exports = function(val, options) { - options = options || {}; - var type = typeof val; - if (type === 'string' && val.length > 0) { - return parse(val); - } else if (type === 'number' && isNaN(val) === false) { - return options.long ? fmtLong(val) : fmtShort(val); - } - throw new Error( - 'val is not a non-empty string or a valid number. val=' + - JSON.stringify(val) - ); -}; - -/** - * Parse the given `str` and return milliseconds. - * - * @param {String} str - * @return {Number} - * @api private - */ - -function parse(str) { - str = String(str); - if (str.length > 100) { - return; - } - var match = /^((?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|years?|yrs?|y)?$/i.exec( - str - ); - if (!match) { - return; - } - var n = parseFloat(match[1]); - var type = (match[2] || 'ms').toLowerCase(); - switch (type) { - case 'years': - case 'year': - case 'yrs': - case 'yr': - case 'y': - return n * y; - case 'days': - case 'day': - case 'd': - return n * d; - case 'hours': - case 'hour': - case 'hrs': - case 'hr': - case 'h': - return n * h; - case 'minutes': - case 'minute': - case 'mins': - case 'min': - case 'm': - return n * m; - case 'seconds': - case 'second': - case 'secs': - case 'sec': - case 's': - return n * s; - case 'milliseconds': - case 'millisecond': - case 'msecs': - case 'msec': - case 'ms': - return n; - default: - return undefined; - } -} - -/** - * Short format for `ms`. - * - * @param {Number} ms - * @return {String} - * @api private - */ - -function fmtShort(ms) { - if (ms >= d) { - return Math.round(ms / d) + 'd'; - } - if (ms >= h) { - return Math.round(ms / h) + 'h'; - } - if (ms >= m) { - return Math.round(ms / m) + 'm'; - } - if (ms >= s) { - return Math.round(ms / s) + 's'; - } - return ms + 'ms'; -} - -/** - * Long format for `ms`. - * - * @param {Number} ms - * @return {String} - * @api private - */ - -function fmtLong(ms) { - return plural(ms, d, 'day') || - plural(ms, h, 'hour') || - plural(ms, m, 'minute') || - plural(ms, s, 'second') || - ms + ' ms'; -} - -/** - * Pluralization helper. - */ - -function plural(ms, n, name) { - if (ms < n) { - return; - } - if (ms < n * 1.5) { - return Math.floor(ms / n) + ' ' + name; - } - return Math.ceil(ms / n) + ' ' + name + 's'; -} diff --git a/software/flow/node_modules/ms/license.md b/software/flow/node_modules/ms/license.md deleted file mode 100644 index 69b6125..0000000 --- a/software/flow/node_modules/ms/license.md +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2016 Zeit, Inc. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/software/flow/node_modules/ms/package.json b/software/flow/node_modules/ms/package.json deleted file mode 100644 index 6a31c81..0000000 --- a/software/flow/node_modules/ms/package.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "ms", - "version": "2.0.0", - "description": "Tiny milisecond conversion utility", - "repository": "zeit/ms", - "main": "./index", - "files": [ - "index.js" - ], - "scripts": { - "precommit": "lint-staged", - "lint": "eslint lib/* bin/*", - "test": "mocha tests.js" - }, - "eslintConfig": { - "extends": "eslint:recommended", - "env": { - "node": true, - "es6": true - } - }, - "lint-staged": { - "*.js": [ - "npm run lint", - "prettier --single-quote --write", - "git add" - ] - }, - "license": "MIT", - "devDependencies": { - "eslint": "3.19.0", - "expect.js": "0.3.1", - "husky": "0.13.3", - "lint-staged": "3.4.1", - "mocha": "3.4.1" - } -} diff --git a/software/flow/node_modules/ms/readme.md b/software/flow/node_modules/ms/readme.md deleted file mode 100644 index 84a9974..0000000 --- a/software/flow/node_modules/ms/readme.md +++ /dev/null @@ -1,51 +0,0 @@ -# ms - -[![Build Status](https://travis-ci.org/zeit/ms.svg?branch=master)](https://travis-ci.org/zeit/ms) -[![Slack Channel](http://zeit-slackin.now.sh/badge.svg)](https://zeit.chat/) - -Use this package to easily convert various time formats to milliseconds. - -## Examples - -```js -ms('2 days') // 172800000 -ms('1d') // 86400000 -ms('10h') // 36000000 -ms('2.5 hrs') // 9000000 -ms('2h') // 7200000 -ms('1m') // 60000 -ms('5s') // 5000 -ms('1y') // 31557600000 -ms('100') // 100 -``` - -### Convert from milliseconds - -```js -ms(60000) // "1m" -ms(2 * 60000) // "2m" -ms(ms('10 hours')) // "10h" -``` - -### Time format written-out - -```js -ms(60000, { long: true }) // "1 minute" -ms(2 * 60000, { long: true }) // "2 minutes" -ms(ms('10 hours'), { long: true }) // "10 hours" -``` - -## Features - -- Works both in [node](https://nodejs.org) and in the browser. -- If a number is supplied to `ms`, a string with a unit is returned. -- If a string that contains the number is supplied, it returns it as a number (e.g.: it returns `100` for `'100'`). -- If you pass a string with a number and a valid unit, the number of equivalent ms is returned. - -## Caught a bug? - -1. [Fork](https://help.github.com/articles/fork-a-repo/) this repository to your own GitHub account and then [clone](https://help.github.com/articles/cloning-a-repository/) it to your local device -2. Link the package to the global module directory: `npm link` -3. Within the module you want to test your local development instance of ms, just link it to the dependencies: `npm link ms`. Instead of the default one from npm, node will now use your clone of ms! - -As always, you can run the tests using: `npm test` diff --git a/software/flow/node_modules/negotiator/HISTORY.md b/software/flow/node_modules/negotiator/HISTORY.md deleted file mode 100644 index a9a5449..0000000 --- a/software/flow/node_modules/negotiator/HISTORY.md +++ /dev/null @@ -1,108 +0,0 @@ -0.6.3 / 2022-01-22 -================== - - * Revert "Lazy-load modules from main entry point" - -0.6.2 / 2019-04-29 -================== - - * Fix sorting charset, encoding, and language with extra parameters - -0.6.1 / 2016-05-02 -================== - - * perf: improve `Accept` parsing speed - * perf: improve `Accept-Charset` parsing speed - * perf: improve `Accept-Encoding` parsing speed - * perf: improve `Accept-Language` parsing speed - -0.6.0 / 2015-09-29 -================== - - * Fix including type extensions in parameters in `Accept` parsing - * Fix parsing `Accept` parameters with quoted equals - * Fix parsing `Accept` parameters with quoted semicolons - * Lazy-load modules from main entry point - * perf: delay type concatenation until needed - * perf: enable strict mode - * perf: hoist regular expressions - * perf: remove closures getting spec properties - * perf: remove a closure from media type parsing - * perf: remove property delete from media type parsing - -0.5.3 / 2015-05-10 -================== - - * Fix media type parameter matching to be case-insensitive - -0.5.2 / 2015-05-06 -================== - - * Fix comparing media types with quoted values - * Fix splitting media types with quoted commas - -0.5.1 / 2015-02-14 -================== - - * Fix preference sorting to be stable for long acceptable lists - -0.5.0 / 2014-12-18 -================== - - * Fix list return order when large accepted list - * Fix missing identity encoding when q=0 exists - * Remove dynamic building of Negotiator class - -0.4.9 / 2014-10-14 -================== - - * Fix error when media type has invalid parameter - -0.4.8 / 2014-09-28 -================== - - * Fix all negotiations to be case-insensitive - * Stable sort preferences of same quality according to client order - * Support Node.js 0.6 - -0.4.7 / 2014-06-24 -================== - - * Handle invalid provided languages - * Handle invalid provided media types - -0.4.6 / 2014-06-11 -================== - - * Order by specificity when quality is the same - -0.4.5 / 2014-05-29 -================== - - * Fix regression in empty header handling - -0.4.4 / 2014-05-29 -================== - - * Fix behaviors when headers are not present - -0.4.3 / 2014-04-16 -================== - - * Handle slashes on media params correctly - -0.4.2 / 2014-02-28 -================== - - * Fix media type sorting - * Handle media types params strictly - -0.4.1 / 2014-01-16 -================== - - * Use most specific matches - -0.4.0 / 2014-01-09 -================== - - * Remove preferred prefix from methods diff --git a/software/flow/node_modules/negotiator/LICENSE b/software/flow/node_modules/negotiator/LICENSE deleted file mode 100644 index ea6b9e2..0000000 --- a/software/flow/node_modules/negotiator/LICENSE +++ /dev/null @@ -1,24 +0,0 @@ -(The MIT License) - -Copyright (c) 2012-2014 Federico Romero -Copyright (c) 2012-2014 Isaac Z. Schlueter -Copyright (c) 2014-2015 Douglas Christopher Wilson - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -'Software'), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/software/flow/node_modules/negotiator/README.md b/software/flow/node_modules/negotiator/README.md deleted file mode 100644 index 82915e5..0000000 --- a/software/flow/node_modules/negotiator/README.md +++ /dev/null @@ -1,203 +0,0 @@ -# negotiator - -[![NPM Version][npm-image]][npm-url] -[![NPM Downloads][downloads-image]][downloads-url] -[![Node.js Version][node-version-image]][node-version-url] -[![Build Status][github-actions-ci-image]][github-actions-ci-url] -[![Test Coverage][coveralls-image]][coveralls-url] - -An HTTP content negotiator for Node.js - -## Installation - -```sh -$ npm install negotiator -``` - -## API - -```js -var Negotiator = require('negotiator') -``` - -### Accept Negotiation - -```js -availableMediaTypes = ['text/html', 'text/plain', 'application/json'] - -// The negotiator constructor receives a request object -negotiator = new Negotiator(request) - -// Let's say Accept header is 'text/html, application/*;q=0.2, image/jpeg;q=0.8' - -negotiator.mediaTypes() -// -> ['text/html', 'image/jpeg', 'application/*'] - -negotiator.mediaTypes(availableMediaTypes) -// -> ['text/html', 'application/json'] - -negotiator.mediaType(availableMediaTypes) -// -> 'text/html' -``` - -You can check a working example at `examples/accept.js`. - -#### Methods - -##### mediaType() - -Returns the most preferred media type from the client. - -##### mediaType(availableMediaType) - -Returns the most preferred media type from a list of available media types. - -##### mediaTypes() - -Returns an array of preferred media types ordered by the client preference. - -##### mediaTypes(availableMediaTypes) - -Returns an array of preferred media types ordered by priority from a list of -available media types. - -### Accept-Language Negotiation - -```js -negotiator = new Negotiator(request) - -availableLanguages = ['en', 'es', 'fr'] - -// Let's say Accept-Language header is 'en;q=0.8, es, pt' - -negotiator.languages() -// -> ['es', 'pt', 'en'] - -negotiator.languages(availableLanguages) -// -> ['es', 'en'] - -language = negotiator.language(availableLanguages) -// -> 'es' -``` - -You can check a working example at `examples/language.js`. - -#### Methods - -##### language() - -Returns the most preferred language from the client. - -##### language(availableLanguages) - -Returns the most preferred language from a list of available languages. - -##### languages() - -Returns an array of preferred languages ordered by the client preference. - -##### languages(availableLanguages) - -Returns an array of preferred languages ordered by priority from a list of -available languages. - -### Accept-Charset Negotiation - -```js -availableCharsets = ['utf-8', 'iso-8859-1', 'iso-8859-5'] - -negotiator = new Negotiator(request) - -// Let's say Accept-Charset header is 'utf-8, iso-8859-1;q=0.8, utf-7;q=0.2' - -negotiator.charsets() -// -> ['utf-8', 'iso-8859-1', 'utf-7'] - -negotiator.charsets(availableCharsets) -// -> ['utf-8', 'iso-8859-1'] - -negotiator.charset(availableCharsets) -// -> 'utf-8' -``` - -You can check a working example at `examples/charset.js`. - -#### Methods - -##### charset() - -Returns the most preferred charset from the client. - -##### charset(availableCharsets) - -Returns the most preferred charset from a list of available charsets. - -##### charsets() - -Returns an array of preferred charsets ordered by the client preference. - -##### charsets(availableCharsets) - -Returns an array of preferred charsets ordered by priority from a list of -available charsets. - -### Accept-Encoding Negotiation - -```js -availableEncodings = ['identity', 'gzip'] - -negotiator = new Negotiator(request) - -// Let's say Accept-Encoding header is 'gzip, compress;q=0.2, identity;q=0.5' - -negotiator.encodings() -// -> ['gzip', 'identity', 'compress'] - -negotiator.encodings(availableEncodings) -// -> ['gzip', 'identity'] - -negotiator.encoding(availableEncodings) -// -> 'gzip' -``` - -You can check a working example at `examples/encoding.js`. - -#### Methods - -##### encoding() - -Returns the most preferred encoding from the client. - -##### encoding(availableEncodings) - -Returns the most preferred encoding from a list of available encodings. - -##### encodings() - -Returns an array of preferred encodings ordered by the client preference. - -##### encodings(availableEncodings) - -Returns an array of preferred encodings ordered by priority from a list of -available encodings. - -## See Also - -The [accepts](https://npmjs.org/package/accepts#readme) module builds on -this module and provides an alternative interface, mime type validation, -and more. - -## License - -[MIT](LICENSE) - -[npm-image]: https://img.shields.io/npm/v/negotiator.svg -[npm-url]: https://npmjs.org/package/negotiator -[node-version-image]: https://img.shields.io/node/v/negotiator.svg -[node-version-url]: https://nodejs.org/en/download/ -[coveralls-image]: https://img.shields.io/coveralls/jshttp/negotiator/master.svg -[coveralls-url]: https://coveralls.io/r/jshttp/negotiator?branch=master -[downloads-image]: https://img.shields.io/npm/dm/negotiator.svg -[downloads-url]: https://npmjs.org/package/negotiator -[github-actions-ci-image]: https://img.shields.io/github/workflow/status/jshttp/negotiator/ci/master?label=ci -[github-actions-ci-url]: https://github.com/jshttp/negotiator/actions/workflows/ci.yml diff --git a/software/flow/node_modules/negotiator/index.js b/software/flow/node_modules/negotiator/index.js deleted file mode 100644 index 4788264..0000000 --- a/software/flow/node_modules/negotiator/index.js +++ /dev/null @@ -1,82 +0,0 @@ -/*! - * negotiator - * Copyright(c) 2012 Federico Romero - * Copyright(c) 2012-2014 Isaac Z. Schlueter - * Copyright(c) 2015 Douglas Christopher Wilson - * MIT Licensed - */ - -'use strict'; - -var preferredCharsets = require('./lib/charset') -var preferredEncodings = require('./lib/encoding') -var preferredLanguages = require('./lib/language') -var preferredMediaTypes = require('./lib/mediaType') - -/** - * Module exports. - * @public - */ - -module.exports = Negotiator; -module.exports.Negotiator = Negotiator; - -/** - * Create a Negotiator instance from a request. - * @param {object} request - * @public - */ - -function Negotiator(request) { - if (!(this instanceof Negotiator)) { - return new Negotiator(request); - } - - this.request = request; -} - -Negotiator.prototype.charset = function charset(available) { - var set = this.charsets(available); - return set && set[0]; -}; - -Negotiator.prototype.charsets = function charsets(available) { - return preferredCharsets(this.request.headers['accept-charset'], available); -}; - -Negotiator.prototype.encoding = function encoding(available) { - var set = this.encodings(available); - return set && set[0]; -}; - -Negotiator.prototype.encodings = function encodings(available) { - return preferredEncodings(this.request.headers['accept-encoding'], available); -}; - -Negotiator.prototype.language = function language(available) { - var set = this.languages(available); - return set && set[0]; -}; - -Negotiator.prototype.languages = function languages(available) { - return preferredLanguages(this.request.headers['accept-language'], available); -}; - -Negotiator.prototype.mediaType = function mediaType(available) { - var set = this.mediaTypes(available); - return set && set[0]; -}; - -Negotiator.prototype.mediaTypes = function mediaTypes(available) { - return preferredMediaTypes(this.request.headers.accept, available); -}; - -// Backwards compatibility -Negotiator.prototype.preferredCharset = Negotiator.prototype.charset; -Negotiator.prototype.preferredCharsets = Negotiator.prototype.charsets; -Negotiator.prototype.preferredEncoding = Negotiator.prototype.encoding; -Negotiator.prototype.preferredEncodings = Negotiator.prototype.encodings; -Negotiator.prototype.preferredLanguage = Negotiator.prototype.language; -Negotiator.prototype.preferredLanguages = Negotiator.prototype.languages; -Negotiator.prototype.preferredMediaType = Negotiator.prototype.mediaType; -Negotiator.prototype.preferredMediaTypes = Negotiator.prototype.mediaTypes; diff --git a/software/flow/node_modules/negotiator/lib/charset.js b/software/flow/node_modules/negotiator/lib/charset.js deleted file mode 100644 index cdd0148..0000000 --- a/software/flow/node_modules/negotiator/lib/charset.js +++ /dev/null @@ -1,169 +0,0 @@ -/** - * negotiator - * Copyright(c) 2012 Isaac Z. Schlueter - * Copyright(c) 2014 Federico Romero - * Copyright(c) 2014-2015 Douglas Christopher Wilson - * MIT Licensed - */ - -'use strict'; - -/** - * Module exports. - * @public - */ - -module.exports = preferredCharsets; -module.exports.preferredCharsets = preferredCharsets; - -/** - * Module variables. - * @private - */ - -var simpleCharsetRegExp = /^\s*([^\s;]+)\s*(?:;(.*))?$/; - -/** - * Parse the Accept-Charset header. - * @private - */ - -function parseAcceptCharset(accept) { - var accepts = accept.split(','); - - for (var i = 0, j = 0; i < accepts.length; i++) { - var charset = parseCharset(accepts[i].trim(), i); - - if (charset) { - accepts[j++] = charset; - } - } - - // trim accepts - accepts.length = j; - - return accepts; -} - -/** - * Parse a charset from the Accept-Charset header. - * @private - */ - -function parseCharset(str, i) { - var match = simpleCharsetRegExp.exec(str); - if (!match) return null; - - var charset = match[1]; - var q = 1; - if (match[2]) { - var params = match[2].split(';') - for (var j = 0; j < params.length; j++) { - var p = params[j].trim().split('='); - if (p[0] === 'q') { - q = parseFloat(p[1]); - break; - } - } - } - - return { - charset: charset, - q: q, - i: i - }; -} - -/** - * Get the priority of a charset. - * @private - */ - -function getCharsetPriority(charset, accepted, index) { - var priority = {o: -1, q: 0, s: 0}; - - for (var i = 0; i < accepted.length; i++) { - var spec = specify(charset, accepted[i], index); - - if (spec && (priority.s - spec.s || priority.q - spec.q || priority.o - spec.o) < 0) { - priority = spec; - } - } - - return priority; -} - -/** - * Get the specificity of the charset. - * @private - */ - -function specify(charset, spec, index) { - var s = 0; - if(spec.charset.toLowerCase() === charset.toLowerCase()){ - s |= 1; - } else if (spec.charset !== '*' ) { - return null - } - - return { - i: index, - o: spec.i, - q: spec.q, - s: s - } -} - -/** - * Get the preferred charsets from an Accept-Charset header. - * @public - */ - -function preferredCharsets(accept, provided) { - // RFC 2616 sec 14.2: no header = * - var accepts = parseAcceptCharset(accept === undefined ? '*' : accept || ''); - - if (!provided) { - // sorted list of all charsets - return accepts - .filter(isQuality) - .sort(compareSpecs) - .map(getFullCharset); - } - - var priorities = provided.map(function getPriority(type, index) { - return getCharsetPriority(type, accepts, index); - }); - - // sorted list of accepted charsets - return priorities.filter(isQuality).sort(compareSpecs).map(function getCharset(priority) { - return provided[priorities.indexOf(priority)]; - }); -} - -/** - * Compare two specs. - * @private - */ - -function compareSpecs(a, b) { - return (b.q - a.q) || (b.s - a.s) || (a.o - b.o) || (a.i - b.i) || 0; -} - -/** - * Get full charset string. - * @private - */ - -function getFullCharset(spec) { - return spec.charset; -} - -/** - * Check if a spec has any quality. - * @private - */ - -function isQuality(spec) { - return spec.q > 0; -} diff --git a/software/flow/node_modules/negotiator/lib/encoding.js b/software/flow/node_modules/negotiator/lib/encoding.js deleted file mode 100644 index 8432cd7..0000000 --- a/software/flow/node_modules/negotiator/lib/encoding.js +++ /dev/null @@ -1,184 +0,0 @@ -/** - * negotiator - * Copyright(c) 2012 Isaac Z. Schlueter - * Copyright(c) 2014 Federico Romero - * Copyright(c) 2014-2015 Douglas Christopher Wilson - * MIT Licensed - */ - -'use strict'; - -/** - * Module exports. - * @public - */ - -module.exports = preferredEncodings; -module.exports.preferredEncodings = preferredEncodings; - -/** - * Module variables. - * @private - */ - -var simpleEncodingRegExp = /^\s*([^\s;]+)\s*(?:;(.*))?$/; - -/** - * Parse the Accept-Encoding header. - * @private - */ - -function parseAcceptEncoding(accept) { - var accepts = accept.split(','); - var hasIdentity = false; - var minQuality = 1; - - for (var i = 0, j = 0; i < accepts.length; i++) { - var encoding = parseEncoding(accepts[i].trim(), i); - - if (encoding) { - accepts[j++] = encoding; - hasIdentity = hasIdentity || specify('identity', encoding); - minQuality = Math.min(minQuality, encoding.q || 1); - } - } - - if (!hasIdentity) { - /* - * If identity doesn't explicitly appear in the accept-encoding header, - * it's added to the list of acceptable encoding with the lowest q - */ - accepts[j++] = { - encoding: 'identity', - q: minQuality, - i: i - }; - } - - // trim accepts - accepts.length = j; - - return accepts; -} - -/** - * Parse an encoding from the Accept-Encoding header. - * @private - */ - -function parseEncoding(str, i) { - var match = simpleEncodingRegExp.exec(str); - if (!match) return null; - - var encoding = match[1]; - var q = 1; - if (match[2]) { - var params = match[2].split(';'); - for (var j = 0; j < params.length; j++) { - var p = params[j].trim().split('='); - if (p[0] === 'q') { - q = parseFloat(p[1]); - break; - } - } - } - - return { - encoding: encoding, - q: q, - i: i - }; -} - -/** - * Get the priority of an encoding. - * @private - */ - -function getEncodingPriority(encoding, accepted, index) { - var priority = {o: -1, q: 0, s: 0}; - - for (var i = 0; i < accepted.length; i++) { - var spec = specify(encoding, accepted[i], index); - - if (spec && (priority.s - spec.s || priority.q - spec.q || priority.o - spec.o) < 0) { - priority = spec; - } - } - - return priority; -} - -/** - * Get the specificity of the encoding. - * @private - */ - -function specify(encoding, spec, index) { - var s = 0; - if(spec.encoding.toLowerCase() === encoding.toLowerCase()){ - s |= 1; - } else if (spec.encoding !== '*' ) { - return null - } - - return { - i: index, - o: spec.i, - q: spec.q, - s: s - } -}; - -/** - * Get the preferred encodings from an Accept-Encoding header. - * @public - */ - -function preferredEncodings(accept, provided) { - var accepts = parseAcceptEncoding(accept || ''); - - if (!provided) { - // sorted list of all encodings - return accepts - .filter(isQuality) - .sort(compareSpecs) - .map(getFullEncoding); - } - - var priorities = provided.map(function getPriority(type, index) { - return getEncodingPriority(type, accepts, index); - }); - - // sorted list of accepted encodings - return priorities.filter(isQuality).sort(compareSpecs).map(function getEncoding(priority) { - return provided[priorities.indexOf(priority)]; - }); -} - -/** - * Compare two specs. - * @private - */ - -function compareSpecs(a, b) { - return (b.q - a.q) || (b.s - a.s) || (a.o - b.o) || (a.i - b.i) || 0; -} - -/** - * Get full encoding string. - * @private - */ - -function getFullEncoding(spec) { - return spec.encoding; -} - -/** - * Check if a spec has any quality. - * @private - */ - -function isQuality(spec) { - return spec.q > 0; -} diff --git a/software/flow/node_modules/negotiator/lib/language.js b/software/flow/node_modules/negotiator/lib/language.js deleted file mode 100644 index a231672..0000000 --- a/software/flow/node_modules/negotiator/lib/language.js +++ /dev/null @@ -1,179 +0,0 @@ -/** - * negotiator - * Copyright(c) 2012 Isaac Z. Schlueter - * Copyright(c) 2014 Federico Romero - * Copyright(c) 2014-2015 Douglas Christopher Wilson - * MIT Licensed - */ - -'use strict'; - -/** - * Module exports. - * @public - */ - -module.exports = preferredLanguages; -module.exports.preferredLanguages = preferredLanguages; - -/** - * Module variables. - * @private - */ - -var simpleLanguageRegExp = /^\s*([^\s\-;]+)(?:-([^\s;]+))?\s*(?:;(.*))?$/; - -/** - * Parse the Accept-Language header. - * @private - */ - -function parseAcceptLanguage(accept) { - var accepts = accept.split(','); - - for (var i = 0, j = 0; i < accepts.length; i++) { - var language = parseLanguage(accepts[i].trim(), i); - - if (language) { - accepts[j++] = language; - } - } - - // trim accepts - accepts.length = j; - - return accepts; -} - -/** - * Parse a language from the Accept-Language header. - * @private - */ - -function parseLanguage(str, i) { - var match = simpleLanguageRegExp.exec(str); - if (!match) return null; - - var prefix = match[1] - var suffix = match[2] - var full = prefix - - if (suffix) full += "-" + suffix; - - var q = 1; - if (match[3]) { - var params = match[3].split(';') - for (var j = 0; j < params.length; j++) { - var p = params[j].split('='); - if (p[0] === 'q') q = parseFloat(p[1]); - } - } - - return { - prefix: prefix, - suffix: suffix, - q: q, - i: i, - full: full - }; -} - -/** - * Get the priority of a language. - * @private - */ - -function getLanguagePriority(language, accepted, index) { - var priority = {o: -1, q: 0, s: 0}; - - for (var i = 0; i < accepted.length; i++) { - var spec = specify(language, accepted[i], index); - - if (spec && (priority.s - spec.s || priority.q - spec.q || priority.o - spec.o) < 0) { - priority = spec; - } - } - - return priority; -} - -/** - * Get the specificity of the language. - * @private - */ - -function specify(language, spec, index) { - var p = parseLanguage(language) - if (!p) return null; - var s = 0; - if(spec.full.toLowerCase() === p.full.toLowerCase()){ - s |= 4; - } else if (spec.prefix.toLowerCase() === p.full.toLowerCase()) { - s |= 2; - } else if (spec.full.toLowerCase() === p.prefix.toLowerCase()) { - s |= 1; - } else if (spec.full !== '*' ) { - return null - } - - return { - i: index, - o: spec.i, - q: spec.q, - s: s - } -}; - -/** - * Get the preferred languages from an Accept-Language header. - * @public - */ - -function preferredLanguages(accept, provided) { - // RFC 2616 sec 14.4: no header = * - var accepts = parseAcceptLanguage(accept === undefined ? '*' : accept || ''); - - if (!provided) { - // sorted list of all languages - return accepts - .filter(isQuality) - .sort(compareSpecs) - .map(getFullLanguage); - } - - var priorities = provided.map(function getPriority(type, index) { - return getLanguagePriority(type, accepts, index); - }); - - // sorted list of accepted languages - return priorities.filter(isQuality).sort(compareSpecs).map(function getLanguage(priority) { - return provided[priorities.indexOf(priority)]; - }); -} - -/** - * Compare two specs. - * @private - */ - -function compareSpecs(a, b) { - return (b.q - a.q) || (b.s - a.s) || (a.o - b.o) || (a.i - b.i) || 0; -} - -/** - * Get full language string. - * @private - */ - -function getFullLanguage(spec) { - return spec.full; -} - -/** - * Check if a spec has any quality. - * @private - */ - -function isQuality(spec) { - return spec.q > 0; -} diff --git a/software/flow/node_modules/negotiator/lib/mediaType.js b/software/flow/node_modules/negotiator/lib/mediaType.js deleted file mode 100644 index 67309dd..0000000 --- a/software/flow/node_modules/negotiator/lib/mediaType.js +++ /dev/null @@ -1,294 +0,0 @@ -/** - * negotiator - * Copyright(c) 2012 Isaac Z. Schlueter - * Copyright(c) 2014 Federico Romero - * Copyright(c) 2014-2015 Douglas Christopher Wilson - * MIT Licensed - */ - -'use strict'; - -/** - * Module exports. - * @public - */ - -module.exports = preferredMediaTypes; -module.exports.preferredMediaTypes = preferredMediaTypes; - -/** - * Module variables. - * @private - */ - -var simpleMediaTypeRegExp = /^\s*([^\s\/;]+)\/([^;\s]+)\s*(?:;(.*))?$/; - -/** - * Parse the Accept header. - * @private - */ - -function parseAccept(accept) { - var accepts = splitMediaTypes(accept); - - for (var i = 0, j = 0; i < accepts.length; i++) { - var mediaType = parseMediaType(accepts[i].trim(), i); - - if (mediaType) { - accepts[j++] = mediaType; - } - } - - // trim accepts - accepts.length = j; - - return accepts; -} - -/** - * Parse a media type from the Accept header. - * @private - */ - -function parseMediaType(str, i) { - var match = simpleMediaTypeRegExp.exec(str); - if (!match) return null; - - var params = Object.create(null); - var q = 1; - var subtype = match[2]; - var type = match[1]; - - if (match[3]) { - var kvps = splitParameters(match[3]).map(splitKeyValuePair); - - for (var j = 0; j < kvps.length; j++) { - var pair = kvps[j]; - var key = pair[0].toLowerCase(); - var val = pair[1]; - - // get the value, unwrapping quotes - var value = val && val[0] === '"' && val[val.length - 1] === '"' - ? val.substr(1, val.length - 2) - : val; - - if (key === 'q') { - q = parseFloat(value); - break; - } - - // store parameter - params[key] = value; - } - } - - return { - type: type, - subtype: subtype, - params: params, - q: q, - i: i - }; -} - -/** - * Get the priority of a media type. - * @private - */ - -function getMediaTypePriority(type, accepted, index) { - var priority = {o: -1, q: 0, s: 0}; - - for (var i = 0; i < accepted.length; i++) { - var spec = specify(type, accepted[i], index); - - if (spec && (priority.s - spec.s || priority.q - spec.q || priority.o - spec.o) < 0) { - priority = spec; - } - } - - return priority; -} - -/** - * Get the specificity of the media type. - * @private - */ - -function specify(type, spec, index) { - var p = parseMediaType(type); - var s = 0; - - if (!p) { - return null; - } - - if(spec.type.toLowerCase() == p.type.toLowerCase()) { - s |= 4 - } else if(spec.type != '*') { - return null; - } - - if(spec.subtype.toLowerCase() == p.subtype.toLowerCase()) { - s |= 2 - } else if(spec.subtype != '*') { - return null; - } - - var keys = Object.keys(spec.params); - if (keys.length > 0) { - if (keys.every(function (k) { - return spec.params[k] == '*' || (spec.params[k] || '').toLowerCase() == (p.params[k] || '').toLowerCase(); - })) { - s |= 1 - } else { - return null - } - } - - return { - i: index, - o: spec.i, - q: spec.q, - s: s, - } -} - -/** - * Get the preferred media types from an Accept header. - * @public - */ - -function preferredMediaTypes(accept, provided) { - // RFC 2616 sec 14.2: no header = */* - var accepts = parseAccept(accept === undefined ? '*/*' : accept || ''); - - if (!provided) { - // sorted list of all types - return accepts - .filter(isQuality) - .sort(compareSpecs) - .map(getFullType); - } - - var priorities = provided.map(function getPriority(type, index) { - return getMediaTypePriority(type, accepts, index); - }); - - // sorted list of accepted types - return priorities.filter(isQuality).sort(compareSpecs).map(function getType(priority) { - return provided[priorities.indexOf(priority)]; - }); -} - -/** - * Compare two specs. - * @private - */ - -function compareSpecs(a, b) { - return (b.q - a.q) || (b.s - a.s) || (a.o - b.o) || (a.i - b.i) || 0; -} - -/** - * Get full type string. - * @private - */ - -function getFullType(spec) { - return spec.type + '/' + spec.subtype; -} - -/** - * Check if a spec has any quality. - * @private - */ - -function isQuality(spec) { - return spec.q > 0; -} - -/** - * Count the number of quotes in a string. - * @private - */ - -function quoteCount(string) { - var count = 0; - var index = 0; - - while ((index = string.indexOf('"', index)) !== -1) { - count++; - index++; - } - - return count; -} - -/** - * Split a key value pair. - * @private - */ - -function splitKeyValuePair(str) { - var index = str.indexOf('='); - var key; - var val; - - if (index === -1) { - key = str; - } else { - key = str.substr(0, index); - val = str.substr(index + 1); - } - - return [key, val]; -} - -/** - * Split an Accept header into media types. - * @private - */ - -function splitMediaTypes(accept) { - var accepts = accept.split(','); - - for (var i = 1, j = 0; i < accepts.length; i++) { - if (quoteCount(accepts[j]) % 2 == 0) { - accepts[++j] = accepts[i]; - } else { - accepts[j] += ',' + accepts[i]; - } - } - - // trim accepts - accepts.length = j + 1; - - return accepts; -} - -/** - * Split a string of parameters. - * @private - */ - -function splitParameters(str) { - var parameters = str.split(';'); - - for (var i = 1, j = 0; i < parameters.length; i++) { - if (quoteCount(parameters[j]) % 2 == 0) { - parameters[++j] = parameters[i]; - } else { - parameters[j] += ';' + parameters[i]; - } - } - - // trim parameters - parameters.length = j + 1; - - for (var i = 0; i < parameters.length; i++) { - parameters[i] = parameters[i].trim(); - } - - return parameters; -} diff --git a/software/flow/node_modules/negotiator/package.json b/software/flow/node_modules/negotiator/package.json deleted file mode 100644 index 297635f..0000000 --- a/software/flow/node_modules/negotiator/package.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "name": "negotiator", - "description": "HTTP content negotiation", - "version": "0.6.3", - "contributors": [ - "Douglas Christopher Wilson <doug@somethingdoug.com>", - "Federico Romero <federico.romero@outboxlabs.com>", - "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)" - ], - "license": "MIT", - "keywords": [ - "http", - "content negotiation", - "accept", - "accept-language", - "accept-encoding", - "accept-charset" - ], - "repository": "jshttp/negotiator", - "devDependencies": { - "eslint": "7.32.0", - "eslint-plugin-markdown": "2.2.1", - "mocha": "9.1.3", - "nyc": "15.1.0" - }, - "files": [ - "lib/", - "HISTORY.md", - "LICENSE", - "index.js", - "README.md" - ], - "engines": { - "node": ">= 0.6" - }, - "scripts": { - "lint": "eslint .", - "test": "mocha --reporter spec --check-leaks --bail test/", - "test-ci": "nyc --reporter=lcov --reporter=text npm test", - "test-cov": "nyc --reporter=html --reporter=text npm test" - } -} diff --git a/software/flow/node_modules/node-red-contrib-influxdb/README.md b/software/flow/node_modules/node-red-contrib-influxdb/README.md deleted file mode 100644 index 52d746c..0000000 --- a/software/flow/node_modules/node-red-contrib-influxdb/README.md +++ /dev/null @@ -1,196 +0,0 @@ -# node-red-contrib-influxdb - -<a href="http://nodered.org" target="_new">Node-RED</a> nodes to write and query data from an InfluxDB time series database. - -These nodes support both InfluxDB 1.x and InfluxDb 2.0 databases selected using the **Version** combo box in the configuration node. See the documentation of the different nodes to understand the options provided by the different versions. Currently the node uses two client libraries. - -When version **1.x** is selected these nodes use the <a href="https://www.npmjs.com/package/influx" target="_new">influxDB 1.x client</a> for node.js, specifically calling the **writePoints()**, and **query()** methods. Currently they can only communicate with one influxdb host. These nodes are used for writing and querying data in InfluxDB 1.x to 1.8+. - -When version **1.8-flux** is selected, the nodes use the <a href="https://docs.influxdata.com/influxdb/v1.8/tools/api/#influxdb-2-0-api-compatibility-endpoints" target="_new"> influxDB 2.0 API compatibility endpoints</a> available in the <a href="https://github.com/influxdata/influxdb-client-js" target="_new">InfluxDB 2.0 client libraries</a> for node.js. These nodes are used for writing and querying data with Flux in InfluxDB 1.8+. - -When version **2.0** is selected, the nodes make use of the <a href="https://github.com/influxdata/influxdb-client-js" target="_new">InfluxDB 2.0 client libraries</a> for writing and querying data with Flux in InfluxDB 2.0. - -## Prerequisites - -To run this you'll need access to an InfluxDB database version 1.x, 1.8+ or 2.0. See the <a href="https://influxdb.com/" target="_new">InfluxDB site</a> for more information. The latest release of this node has been tested with InfluxDB 1.8 and 2.0. This node supports Node.js 10.x, 12.x and 14.x LTS releases. It does **not** support Node.js 8.x. This node does not support Node-RED before version 1.0. - -## Install - -You can use the Node-RED *Manage Palette* feature, or run the following command in the root directory of your Node-RED install. Usually this is `~/.node-red` . - - npm install node-red-contrib-influxdb - -## Usage - -Nodes to write and query data from an influxdb time series database. Supports InfluxDb versions 1.x to 2.0. - -### Input Node - -Queries one or more measurements in an influxdb database. The query is specified in the node configuration or in the ***msg.query*** property. Setting it in the node will override the ***msg.query***. The result is returned in ***msg.payload***. - -With a v1.x InfluxDb configuration, use the [InfluxQL query syntax](https://docs.influxdata.com/influxdb/v1.8/query_language/). With a v1.8-Flux or 2.0 configuration, use the [Flux query syntax](https://docs.influxdata.com/influxdb/v2.0/query-data/get-started/). - -For example, here is a simple flow to query all of the points in the `test` measurement of the `test` database. The query is in the configuration of the influxdb input node (copy and paste to your Node-RED editor). We are using a v1.x InfluxDb here, so an InfluxQL query is used. - - [{"id":"39aa2ca9.804da4","type":"debug","z":"6256f76b.e596d8","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":530,"y":100,"wires":[]},{"id":"262a3923.e7b216","type":"influxdb in","z":"6256f76b.e596d8","influxdb":"eeb221fb.ab27f","name":"","query":"SELECT * from test","rawOutput":false,"precision":"","retentionPolicy":"","org":"my-org","x":310,"y":100,"wires":[["39aa2ca9.804da4"]]},{"id":"803d82f.ff80f8","type":"inject","z":"6256f76b.e596d8","name":"","repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":100,"y":100,"wires":[["262a3923.e7b216"]]},{"id":"eeb221fb.ab27f","type":"influxdb","hostname":"127.0.0.1","port":"8086","protocol":"http","database":"test","name":"test","usetls":true,"tls":"d50d0c9f.31e858","influxdbVersion":"1.x","url":"http://localhost:8086","rejectUnauthorized":true},{"id":"d50d0c9f.31e858","type":"tls-config","name":"","cert":"","key":"","ca":"","certname":"","keyname":"","caname":"","servername":"","verifyservercert":false}] - -In this example, we query the same database for all points from a day ago using a **1.8-flux** configuration using the Flux query language: - - [{"id":"dd32f825.863798","type":"influxdb in","z":"6256f76b.e596d8","influxdb":"2ff2a476.a6d2ec","name":"","query":"from(bucket: \"test/autogen\") |> range(start: -1d, stop: now())","rawOutput":false,"precision":"","retentionPolicy":"","org":"my-org","x":410,"y":220,"wires":[["17314806.c732c8"]]},{"id":"17314806.c732c8","type":"debug","z":"6256f76b.e596d8","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":670,"y":280,"wires":[]},{"id":"eadef241.cf6fd","type":"inject","z":"6256f76b.e596d8","name":"","repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":100,"y":160,"wires":[["dd32f825.863798"]]},{"id":"2ff2a476.a6d2ec","type":"influxdb","hostname":"127.0.0.1","port":"8086","protocol":"http","database":"database","name":"test 1.8 flux","usetls":false,"tls":"d50d0c9f.31e858","influxdbVersion":"1.8-flux","url":"https://localhost:8086","rejectUnauthorized":false},{"id":"d50d0c9f.31e858","type":"tls-config","name":"","cert":"","key":"","ca":"","certname":"","keyname":"","caname":"","servername":"","verifyservercert":false}] - -This flow performs the same, but using the ***msg.query*** property: - - [{"id":"2d5d7690.e5e77a","type":"influxdb in","z":"6256f76b.e596d8","influxdb":"2ff2a476.a6d2ec","name":"","query":"","rawOutput":false,"precision":"","retentionPolicy":"","org":"my-org","x":300,"y":380,"wires":[["6ab91739.fa71b8"]]},{"id":"6ab91739.fa71b8","type":"debug","z":"6256f76b.e596d8","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":490,"y":380,"wires":[]},{"id":"daff744d.5538c8","type":"function","z":"6256f76b.e596d8","name":"set query","func":"msg.query = 'from(bucket: \"test/autogen\") |> range(start: -1d, stop: now())'\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","x":240,"y":300,"wires":[["2d5d7690.e5e77a"]]},{"id":"3e65472c.652658","type":"inject","z":"6256f76b.e596d8","name":"","props":[{"p":"payload"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":100,"y":300,"wires":[["daff744d.5538c8"]]},{"id":"2ff2a476.a6d2ec","type":"influxdb","hostname":"127.0.0.1","port":"8086","protocol":"http","database":"database","name":"test 1.8 flux","usetls":false,"tls":"d50d0c9f.31e858","influxdbVersion":"1.8-flux","url":"https://localhost:8086","rejectUnauthorized":false},{"id":"d50d0c9f.31e858","type":"tls-config","name":"","cert":"","key":"","ca":"","certname":"","keyname":"","caname":"","servername":"","verifyservercert":false}] - -The function node in this flow sets the `msg.query` property as follows: - - msg.query = 'from(bucket: "test/autogen") |> range(start: -1d, stop: now())' - return msg; - -### Output Node - -Writes one or more points (fields and tags) to a measurement. - -The fields and tags to write are in ***msg.payload***. If the message is a string, number, or boolean, it will be written as a single field to the specified measurement called *value*. - ->Note: Javascript numbers are *always* written as a float. When using the 1.8-flux or 2.0 configuration, you can explicitly write an integer using a number in a string with an 'i' suffix, for example, to write the integer `1234` use the string `'1234i'`. This is *not* supported using 1.x configurations; all numbers are written as float values. - -For example, the following flow injects a single random field called `value` into the measurement `test` in the database `test` with the current timestamp. - - [{"id":"17bd4566.e842bb","type":"influxdb out","z":"6256f76b.e596d8","influxdb":"eeb221fb.ab27f","name":"","measurement":"test","precision":"","retentionPolicy":"","database":"","retentionPolicyV18Flux":"","org":"","bucket":"","x":440,"y":460,"wires":[]},{"id":"be93bfeb.416c4","type":"function","z":"6256f76b.e596d8","name":"single value","func":"msg.payload = Math.random()*10;\nreturn msg;","outputs":1,"noerr":0,"x":270,"y":460,"wires":[["17bd4566.e842bb"]]},{"id":"31f9f174.ce060e","type":"inject","z":"6256f76b.e596d8","name":"","repeat":"","crontab":"","once":false,"topic":"","payload":"","payloadType":"date","x":120,"y":460,"wires":[["be93bfeb.416c4"]]},{"id":"eeb221fb.ab27f","type":"influxdb","hostname":"127.0.0.1","port":"8086","protocol":"http","database":"test","name":"test","usetls":true,"tls":"d50d0c9f.31e858","influxdbVersion":"1.x","url":"http://localhost:8086","rejectUnauthorized":true},{"id":"d50d0c9f.31e858","type":"tls-config","name":"","cert":"","key":"","ca":"","certname":"","keyname":"","caname":"","servername":"","verifyservercert":false}] - -The function node consists of the following: - - msg.payload = Math.random()*10; - return msg; - -If ***msg.payload*** is an object containing multiple properties, all of the the fields will be written to the measurement. - -For example, the following flow injects four fields, `intValue`, `numValue`, `randomValue` and `strValue` into the `test2` measurement with the current timestamp using a 1.8-Flux configuration. - - [{"id":"6849966e.e53528","type":"inject","z":"6256f76b.e596d8","name":"","repeat":"","crontab":"","once":false,"topic":"","payload":"","payloadType":"date","x":120,"y":520,"wires":[["c8865cec.261cd"]]},{"id":"c8865cec.261cd","type":"function","z":"6256f76b.e596d8","name":"Fields","func":"msg.payload = {\n intValue: '12i',\n numValue: 123.0,\n strValue: \"message\",\n randomValue: Math.random()*10\n}\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","x":268,"y":520,"wires":[["72bf0ba5.6e63d4"]]},{"id":"72bf0ba5.6e63d4","type":"influxdb out","z":"6256f76b.e596d8","influxdb":"2ff2a476.a6d2ec","name":"","measurement":"test2","precision":"","retentionPolicy":"","database":"test","precisionV18FluxV20":"ms","retentionPolicyV18Flux":"","org":"","bucket":"","x":458,"y":520,"wires":[]},{"id":"2ff2a476.a6d2ec","type":"influxdb","hostname":"127.0.0.1","port":"8086","protocol":"http","database":"database","name":"test 1.8 flux","usetls":false,"tls":"d50d0c9f.31e858","influxdbVersion":"1.8-flux","url":"https://localhost:8086","rejectUnauthorized":false},{"id":"d50d0c9f.31e858","type":"tls-config","name":"","cert":"","key":"","ca":"","certname":"","keyname":"","caname":"","servername":"","verifyservercert":false}] - -The function node in the flow above consists of the following: - - msg.payload = { - intValue: '10i', - numValue: 123.0, - strValue: "message", - randomValue: Math.random()*10 - } - return msg; - -If ***msg.payload*** is an array containing two objects, the first object will be written as the set of named fields, the second is the set of named tags. - -For example, the following simple flow uses an InfluxDb 2.0 database and injects four fields as above, along with two tags, `tag1` and `tag2`: - - [{"id":"15c79e62.9294c2","type":"inject","z":"6256f76b.e596d8","name":"","repeat":"","crontab":"","once":false,"topic":"","payload":"","payloadType":"date","x":120,"y":560,"wires":[["a97b005f.7f22e"]]},{"id":"a97b005f.7f22e","type":"function","z":"6256f76b.e596d8","name":"Fields and Tags","func":"msg.payload = [{\n intValue: '10i',\n numValue: 12,\n randomValue: Math.random()*10,\n strValue: \"message2\"\n},\n{\n tag1:\"sensor1\",\n tag2:\"device2\"\n}];\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","x":280,"y":560,"wires":[["a91d522b.9a077"]]},{"id":"a91d522b.9a077","type":"influxdb out","z":"6256f76b.e596d8","influxdb":"5d7e54ca.019d44","name":"","measurement":"test","precision":"ms","retentionPolicy":"","database":"test","precisionV18FluxV20":"ms","retentionPolicyV18Flux":"","org":"my-org","bucket":"test","x":510,"y":560,"wires":[]},{"id":"5d7e54ca.019d44","type":"influxdb","hostname":"127.0.0.1","port":"8086","protocol":"http","database":"database","name":"","usetls":false,"tls":"d50d0c9f.31e858","influxdbVersion":"2.0","url":"https://localhost:9999","rejectUnauthorized":false},{"id":"d50d0c9f.31e858","type":"tls-config","name":"","cert":"","key":"","ca":"","certname":"","keyname":"","caname":"","servername":"","verifyservercert":false}] - -The function node consists of the following code: - - msg.payload = [{ - intValue: '10i', - numValue: 12, - randomValue: Math.random()*10, - strValue: "message2" - }, - { - tag1:"sensor1", - tag2:"device2" - }]; - return msg; - -Finally, if ***msg.payload*** is an array of arrays, it will be written as a series of points containing fields and tags. - -For example, the following flow injects two points into an InfluxDb 2.0 database with timestamps specified. - - [{"id":"a67139c7.15ec68","type":"inject","z":"6256f76b.e596d8","name":"","repeat":"","crontab":"","once":false,"topic":"","payload":"","payloadType":"date","x":120,"y":620,"wires":[["15047e0e.e613f2"]]},{"id":"15047e0e.e613f2","type":"function","z":"6256f76b.e596d8","name":"multiple readings","func":"msg.payload = [\n [{\n numValue: 10,\n randomValue: Math.random()*10,\n strValue: \"message1\",\n time: new Date().getTime()-1\n },\n {\n tag1:\"sensor1\",\n tag2:\"device2\"\n }],\n [{\n numValue: 20,\n randomValue: Math.random()*10,\n strValue: \"message2\",\n time: new Date().getTime()\n },\n {\n tag1:\"sensor1\",\n tag2:\"device2\"\n }]\n];\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","x":320,"y":620,"wires":[["8caaee80.33352"]]},{"id":"8caaee80.33352","type":"influxdb out","z":"6256f76b.e596d8","influxdb":"5d7e54ca.019d44","name":"","measurement":"test","precision":"ms","retentionPolicy":"","database":"test","precisionV18FluxV20":"ms","retentionPolicyV18Flux":"","org":"my-org","bucket":"test","x":590,"y":620,"wires":[]},{"id":"5d7e54ca.019d44","type":"influxdb","hostname":"127.0.0.1","port":"8086","protocol":"http","database":"database","name":"","usetls":false,"tls":"d50d0c9f.31e858","influxdbVersion":"2.0","url":"https://localhost:9999","rejectUnauthorized":false},{"id":"d50d0c9f.31e858","type":"tls-config","name":"","cert":"","key":"","ca":"","certname":"","keyname":"","caname":"","servername":"","verifyservercert":false}] - -The function node in the above flow looks as follows: - - msg.payload = [ - [{ - intValue: '9i', - numValue: 10, - randomValue: Math.random()*10, - strValue: "message1", - time: new Date().getTime()-1 - }, - { - tag1:"sensor1", - tag2:"device2" - }], - [{ - intValue: '11i', - numValue: 20, - randomValue: Math.random()*10, - strValue: "message2", - time: new Date().getTime() - }, - { - tag1:"sensor1", - tag2:"device2" - }] - ]; - return msg; - -Note how timestamps are specified here - the number of milliseconds since 1 January 1970 00:00:00 UTC. In this case do not forget to set the precision to "ms" in "Time Precision" of the "Influx Out Node". We make sure the timestamps are a different so the first element doesn't get overwritten by the second. - -### The Batch Output Node - -The batch output node (influx batch) sends a list of *points* together in a batch to InfluxDB in a slightly different format from the output node. Using the batch node you must specify the measurement name to write into as well as a list of tag and field values. Optionally, you can specify the timestamp for the point, defaulting to the current time. - ->Note: Javascript numbers are *always* written as a float. As in the output node, when using the 1.8-flux or 2.0 configuration, you can explicitly write an integer using a number in a string with an 'i' suffix, for example, to write the integer `1234` use the string `'1234i'`. This is *not* supported using 1.x configurations; all numbers are written as float values. - -By default the node will write timestamps using ms precision since that's what JavaScript gives us. if you specify the timestamp as a Date object, we'll convert it to milliseconds. - -If you provide a string or number as the timestamp, we'll pass it straight into Influx to parse using the specified precision, or the default precision in nanoseconds if it is left unspecified. - ->**Note** that the default precision is *nanoseconds*, so if you pass in a number such as date.getTime(), and do not specify millisecond precision, your timestamp will be orders of magnitude incorrect. - -The following example flow writes two points to two measurements, setting the timestamp to the current date. - - [{"id":"4a271a88.499184","type":"function","z":"87205ed6.329bc","name":"multiple measurement points","func":"msg.payload = [\n {\n measurement: \"weather_sensor\",\n fields: {\n temp: 5.5,\n light: 678,\n humidity: 51\n },\n tags:{\n location:\"garden\"\n },\n timestamp: new Date()\n },\n {\n measurement: \"alarm_sensor\",\n fields: {\n proximity: 999,\n temp: 19.5\n },\n tags:{\n location:\"home\"\n },\n timestamp: new Date()\n }\n];\nreturn msg;","outputs":1,"noerr":0,"x":400,"y":280,"wires":[["748a06bd.675ed8"]]},{"id":"6493a442.1cdcbc","type":"inject","z":"87205ed6.329bc","name":"","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"x":140,"y":220,"wires":[["4a271a88.499184"]]},{"id":"748a06bd.675ed8","type":"influxdb batch","z":"87205ed6.329bc","influxdb":"6ca8bde.9eb2f44","name":"","x":670,"y":220,"wires":[]},{"id":"6ca8bde.9eb2f44","type":"influxdb","z":"","hostname":"localhost","port":"8086","protocol":"https","database":"new_db","name":"","usetls":true,"tls":"f7f39f4e.896ae"},{"id":"f7f39f4e.896ae","type":"tls-config","z":"","name":"local-tls","cert":"","key":"","ca":"","certname":"","keyname":"","caname":"","verifyservercert":false}] - -The function node generates sample points as follows: - - msg.payload = [ - { - measurement: "weather_sensor", - fields: { - temp: 5.5, - light: 678, - humidity: 51 - }, - tags:{ - location:"garden" - }, - timestamp: new Date() - }, - { - measurement: "alarm_sensor", - fields: { - proximity: 999, - temp: 19.5 - }, - tags:{ - location:"home" - }, - timestamp: new Date() - } - ]; - return msg; - -### Catching Failed Reads and Writes - -Errors in reads and writes can be caught using the node-red `catch` node as usual. -Standard error information is availlable in the default `msg.error` field; additional -information about the underlying error is in the `msg.influx_error` field. Currently, -this includes the HTTP status code returned from the influxdb server. The `influx-read` -node will always throw a `503`, whereas the write nodes will include other status codes -as detailed in the -[Influx API documentation](https://docs.influxdata.com/influxdb/v1.8/tools/api/#status-codes-and-responses-2). - -### Support for Complete Node - -All of the nodes make the required `done()` call to support the `complete` node as described in the [related blog post](https://nodered.org/blog/2019/09/20/node-done). When an error is logged, `catch` nodes will receive a message, but an associated `complete` node will not. diff --git a/software/flow/node_modules/node-red-contrib-influxdb/icons/influxdb.png b/software/flow/node_modules/node-red-contrib-influxdb/icons/influxdb.png deleted file mode 100644 index e6ed4e9..0000000 Binary files a/software/flow/node_modules/node-red-contrib-influxdb/icons/influxdb.png and /dev/null differ diff --git a/software/flow/node_modules/node-red-contrib-influxdb/influxdb.html b/software/flow/node_modules/node-red-contrib-influxdb/influxdb.html deleted file mode 100755 index 193fedb..0000000 --- a/software/flow/node_modules/node-red-contrib-influxdb/influxdb.html +++ /dev/null @@ -1,766 +0,0 @@ -<script type="text/html" data-template-name="influxdb"> - <div class="form-row"> - <label for="node-config-input-name"><i class="fa fa-tag"></i> <span data-i18n="node-red:common.label.name"></span></label> - <input type="text" id="node-config-input-name" data-i18n="[placeholder]node-red:common.label.name"> - </div> - <div class="form-row"> - <label for="node-config-input-influxdbVersion"><i class="fa fa-code-fork"></i> <span data-i18n="influxdb.label.version"></span></label> - <select type="text" style="width: 100px" id="node-config-input-influxdbVersion"> - <option value="1.x">1.x</option> - <option value="1.8-flux">1.8-flux</option> - <option value="2.0">2.0</option> - </select> - </div> - <div class="form-row" id="node-config-row-hostname-port"> - <label for="node-config-input-hostname"><i class="fa fa-server"></i> <span data-i18n="influxdb.label.host"></span></label> - <input class="input-append-left" type="text" id="node-config-input-hostname" placeholder="localhost" style="width: 40%;" > - <label for="node-config-input-port" style="margin-left: 10px; width: 35px; "> <span data-i18n="influxdb.label.port"></span></label> - <input type="text" id="node-config-input-port" style="width:45px"> - </div> - <div class="form-row" id="node-config-row-url"> - <label for="node-config-input-url"><i class="fa fa-server"></i> <span data-i18n="influxdb.label.url"></span></label> - <input class="input-append-left" type="text" id="node-config-input-url" placeholder="http://localhost:8086"> - </div> - <div class="form-row" id="node-config-row-database"> - <label for="node-config-input-database"><i class="fa fa-database"></i> <span data-i18n="influxdb.label.database"></span></label> - <input type="text" id="node-config-input-database"> - </div> - <div class="form-row" id="node-config-row-username"> - <label for="node-config-input-username"><i class="fa fa-user"></i> <span data-i18n="node-red:common.label.username"></span></label> - <input type="text" id="node-config-input-username"> - </div> - <div class="form-row" id="node-config-row-password"> - <label for="node-config-input-password"><i class="fa fa-lock"></i> <span data-i18n="node-red:common.label.password"></span></label> - <input type="password" id="node-config-input-password"> - </div> - <div class="form-row" id="node-config-row-token"> - <label for="node-config-input-token"><i class="fa fa-lock"></i> <span data-i18n="influxdb.label.token"></span></label> - <input type="password" id="node-config-input-token"> - </div> - <div class="form-row" id="node-config-row-rejectUnauthorized"> - <input type="checkbox" id="node-config-input-rejectUnauthorized" style="display: inline-block; width: auto; vertical-align: top;"> - <label for="node-config-input-rejectUnauthorized" style="width: auto" data-i18n="influxdb.label.reject-unauthorized"></label> - </div> - <div class="form-row" id="node-config-row-enableSecureConnection"> - <input type="checkbox" id="node-config-input-usetls" style="display: inline-block; width: auto; vertical-align: top;"> - <label for="node-config-input-usetls" style="width: auto" data-i18n="influxdb.label.use-tls"></label> - <div id="node-config-row-tls" class="hide"> - <label style="width: auto; margin-left: 20px; margin-right: 10px;" for="node-config-input-tls"><span data-i18n="influxdb.label.tls-config"></span></label> - <input style="width: 300px;" type="text" id="node-config-input-tls"> - </div> - </div> - -</script> - -<script type="text/javascript"> - function getVersion() { - return $("#node-config-input-influxdbVersion option:selected").val(); - } - RED.nodes.registerType('influxdb', { - category: 'config', - color: "rgb(218, 196, 180)", - defaults: { - hostname: {value: "127.0.0.1", required: true}, - port: {value: 8086, required: true}, - protocol: {value: "http", required: true}, - database: {value: "database", - validate:function(db) { - let version = getVersion(); - if (!version || version === '1.x') { - return db.length > 0; - } - return true; - } - }, - name: {value: ""}, - usetls: {value: false}, - tls: {type:"tls-config",required: false}, - influxdbVersion: {value: "1.x", required: false}, - url: {value: "http://localhost:8086", - validate:function(url) { - let version = getVersion(); - if (version === '1.8-flux' || version === '2.0') { - return url.length > 0; - } - return true; - } - }, - rejectUnauthorized: {value: true} - }, - credentials: { - username: {type: "text"}, - password: { type: "password" }, - token: {type: "password"} - }, - label: function () { - this.influxdbVersion = this.influxdbVersion || '1.x'; // for compatibility - var version = "[v"+this.influxdbVersion+"] "; - if (this.influxdbVersion === '1.8-flux' || this.influxdbVersion === '2.0') { - return this.name ? version + this.name : version + this.url; - } else { - return this.name ? version + this.name : version + this.hostname + ":" + this.port + "/" + this.database; - } - }, - oneditprepare: function () { - function updateTLSOptions() { - if ($("#node-config-input-usetls").is(':checked')) { - $("#node-config-row-tls").show(); - } else { - $("#node-config-row-tls").hide(); - } - } - - function update18Options() { - $("#node-config-row-hostname-port").show(); - $("#node-config-row-url").hide(); - $("#node-config-row-database").show(); - $("#node-config-row-username").show(); - $("#node-config-row-password").show(); - $("#node-config-row-token").hide(); - $("#node-config-row-rejectUnauthorized").hide(); - $("#node-config-row-enableSecureConnection").show(); - } - - function update18FluxOptions() { - $("#node-config-row-hostname-port").hide(); - $("#node-config-row-url").show(); - $("#node-config-row-database").hide(); - $("#node-config-row-username").show(); - $("#node-config-row-password").show(); - $("#node-config-row-token").hide(); - $("#node-config-row-rejectUnauthorized").show(); - $("#node-config-row-enableSecureConnection").hide(); - } - - function update20Options() { - $("#node-config-row-hostname-port").hide(); - $("#node-config-row-url").show(); - $("#node-config-row-database").hide(); - $("#node-config-row-username").hide(); - $("#node-config-row-password").hide(); - $("#node-config-row-token").show(); - $("#node-config-row-rejectUnauthorized").show(); - $("#node-config-row-enableSecureConnection").hide(); - } - - $("#node-config-input-influxdbVersion").change(function () { - let selected = $("#node-config-input-influxdbVersion option:selected").val(); - - switch (selected) { - case '1.8-flux': - update18FluxOptions(); - break; - case '2.0': - update20Options(); - break; - default: // 1.x - update18Options(); - updateTLSOptions(); - $("#node-config-input-usetls").on("click", function () { - updateTLSOptions(); - }); - } - }); - // if version not set assume 1.x to support older flows - let selected = $("#node-config-input-influxdbVersion option:selected").val(); - selected = selected || '1.x'; - $("#node-config-input-influxdbVersion").val(selected) - } - }); -</script> - -<script type="text/html" data-template-name="influxdb out"> - <div class="form-row"> - <label for="node-input-name"><i class="fa fa-tag"></i> <span data-i18n="node-red:common.label.name"></span></label> - <input type="text" id="node-input-name" data-i18n="[placeholder]node-red:common.label.name"> - </div> - <div class="form-row"> - <label for="node-input-influxdb"><i class="fa fa-server"></i> <span data-i18n="influxdb.label.server"></span></label> - <input type="text" id="node-input-influxdb"> - </div> - <div class="form-row" id="node-input-row-org"> - <label for="node-input-org"><i class="fa fa-sitemap"></i> <span data-i18n="influxdb.label.org"></span></label> - <input type="text" id="node-input-org"> - </div> - <div class="form-row" id="node-input-row-bucket"> - <label for="node-input-bucket"><i class="fa fa-database"></i> <span data-i18n="influxdb.label.bucket"></span></label> - <input type="text" id="node-input-bucket"> - </div> - <div class="form-row" id="node-input-row-database"> - <label for="node-input-database"><i class="fa fa-database"></i> <span data-i18n="influxdb.label.database"></span></label> - <input type="text" id="node-input-database"> - </div> - <div class="form-row"> - <label for="node-input-measurement"><i style="width: 10px;" class="fa fa-rss"></i> <span data-i18n="influxdb.label.measurement"></span></label> - <input type="text" id="node-input-measurement"> - </div> - <div class="form-row" id="node-input-row-enableAdvancedOptions"> - <input type="checkbox" id="advanced-options-checkbox" style="display: inline-block; width: auto; vertical-align: top;"> - <label for="advanced-options-checkbox" style="width: 70%;"><span data-i18n="influxdb.label.use-advanced-query"></span></label> - <div id="advanced-options-div" class="hide" style="margin-left: 20px; margin-top: 10px;"> - <div class="form-row"> - <label for="node-input-precision" style="width:35%"><i class="fa fa-clock-o"></i> <span data-i18n="influxdb.label.time-precision"></span></label> - <select type="text" id="node-input-precision" style="width:55%"> - <option value="">Default</option> - <option value="n">Nanoseconds (n)</option> - <option value="u">Microseconds (u)</option> - <option value="ms">Milliseconds (ms)</option> - <option value="s">Seconds (s)</option> - <option value="m">Minute (m)</option> - <option value="h">Hour (h)</option> - <option value="d">Day (d)</option> - <option value="w">Week (w)</option> - </select> - </div> - <div class="form-row"> - <label for="node-input-retentionPolicy" style="width:35%"><i class="fa fa-gavel"></i> <span data-i18n="influxdb.label.retention-policy"></span></label> - <input type="text" style="width:55%" id="node-input-retentionPolicy"> - </div> - </div> - </div> - <div class="form-row" id="node-input-row-precisionV18FluxV20"> - <label for="node-input-precisionV18FluxV20" style="width:35%"><i class="fa fa-clock-o"></i> <span data-i18n="influxdb.label.time-precision"></span></label> - <select type="text" id="node-input-precisionV18FluxV20" style="width:55%"> - <option value="ns">Nanoseconds (ns)</option> - <option value="us">Microseconds (us)</option> - <option value="ms">Milliseconds (ms)</option> - <option value="s">Seconds (s)</option> - </select> - </div> - <div class="form-row" id="node-input-row-retentionPolicyV18Flux"> - <label for="node-input-retentionPolicyV18Flux" style="width:35%"><i class="fa fa-gavel"></i> <span data-i18n="influxdb.label.retention-policy"></span></label> - <input type="text" id="node-input-retentionPolicyV18Flux" style="width:55%"> - </div> - - <div class="form-tips" id="node-warning-measurement"><span data-i18n="[html]influxdb.tip.measurement"></span></div> - <div class="form-tips" id="node-warning-retention-policy"><span data-i18n="[html]influxdb.tip.retention-policy"></span></div> -</script> - -<script type="text/html" data-help-name="influxdb out"> - <p>A simple influxdb output node to write values and tags to an influxdb measurement.</p> - <p>The fields and tags to write are in <b>msg.payload</b>. If <b>msg.payload</b> is a string, number, or boolean, - it will be written as a single value to the specified measurement (called <i>value</i>).</p> - <p>If <b>msg.payload</b> is an object containing multiple properties, the fields will be written to the measurement.</p> - <p>If <b>msg.payload</b> is an array containing two objects, the first object will be written as the set of named fields, - the second is the set of named tags.</p> - <p>Finally, if <b>msg.payload</b> is an array of arrays, it will be written as a series of points containing fields and tags.</p> - <p>If the <i>measurement</i> field is not set in the node configuration, the user can send in data with a specified measurement - name in <b>msg.measurement</b> to overwrite the <i>measurement</i> field in the configuration of the node.</p> - - <p><b>InfluxDB 1.x Mode</b></p> - <p>Check <i>Advanced Query Options</i> to specify a time precision and retention policy for the insertion.<p> - <p>The advanced query options <i>Time Precision</i> and <i>Retention Policy</i> can be overwritten using - message properties <b>msg.precision</b> and <b>msg.retentionPolicy</b>.</p> - - <p><b>InfluxDB 1.8 Flux and InfluxDB 2.0 Mode</b></p> - <p>If no retention policy is specified, <i>autogen</i> will be assumed.</p> -</script> - -<script type="text/javascript"> - function selectedVersion() { - // use prefix to update UI when version of config node changes - var optionSelected = $("#node-input-influxdb option:selected").text(); - var influxDBVersionMatches = optionSelected.match(/\[(.*?)\]/); - var influxDBVersion = ''; - if (influxDBVersionMatches) { - influxDBVersion = influxDBVersionMatches[1]; - } - return influxDBVersion; - } - - RED.nodes.registerType('influxdb out', { - category: 'storage-output', - color: "rgb(218, 196, 180)", - defaults: { - influxdb: {type: "influxdb", required: true}, - name: {value: ""}, - measurement: {value: ""}, - precision: {value: ""}, - retentionPolicy: {value: ""}, - database: {value: "database", - validate:function(db) { - if (selectedVersion() === 'v1.8-flux') { - return db.length > 0; - } - return true; - } - }, - precisionV18FluxV20: {value: "ms"}, - retentionPolicyV18Flux: {value: ""}, - org: {value: "organisation", - validate:function(org) { - if (selectedVersion() === 'v2.0') { - return org.length > 0; - } - return true; - } - }, - bucket: {value: "bucket", - validate:function(bucket) { - let version = selectedVersion() - if (version === 'v2.0') { - return bucket.length > 0; - } - return true; - } - } - }, - inputs: 1, - outputs: 0, - icon: "influxdb.png", - align: "right", - label: function() { - var influxNode = RED.nodes.node(this.influxdb); - return this.name || (influxNode ? influxNode.label() + " " + this.measurement : "influxdb"); - }, - labelStyle: function() { - return this.name ? "node_label_italic" : ""; - }, - oneditprepare: function() { - $("#advanced-options-checkbox").change( function () { - if ($('#advanced-options-checkbox').is(":checked")) { - $("#advanced-options-div").show(); - } else { - $("#advanced-options-div").hide(); - } - }); - - // show advanced options if a query option is set on startup - if (($('#node-input-precision').val() === "") - && ($('#node-input-retentionPolicy').val() === "")) { - $("#advanced-options-div").hide(); - } else { - $('#advanced-options-checkbox').prop('checked', true); - $("#advanced-options-div").show(); - } - - function update18Options() { - $("#node-input-row-org").hide(); - $("#node-input-row-bucket").hide(); - $("#node-input-row-database").hide(); - $("#node-input-row-enableAdvancedOptions").show(); - $("#node-input-row-precisionV18FluxV20").hide(); - $("#node-input-row-retentionPolicyV18Flux").hide(); - $("#node-warning-retention-policy").show(); - } - - function update18FluxOptions() { - $("#node-input-row-org").hide(); - $("#node-input-row-bucket").hide(); - $("#node-input-row-database").show(); - $("#node-input-row-enableAdvancedOptions").hide(); - $("#node-input-row-precisionV18FluxV20").show(); - $("#node-input-row-retentionPolicyV18Flux").show(); - $("#node-warning-retention-policy").show(); - } - - function update20Options() { - $("#node-input-row-org").show(); - $("#node-input-row-bucket").show(); - $("#node-input-row-database").hide(); - $("#node-input-row-enableAdvancedOptions").hide(); - $("#node-input-row-precisionV18FluxV20").show(); - $("#node-input-row-retentionPolicyV18Flux").hide(); - $("#node-warning-retention-policy").hide(); - } - - $("#node-input-influxdb").change(function () { - switch (selectedVersion()) { - case 'v1.8-flux': - update18FluxOptions(); - break; - case 'v2.0': - update20Options(); - break; - default: - update18Options(); - } - }); - - $("#node-input-measurement").change(function () { - if($("#node-input-measurement").val() === "") { - $("#node-warning-measurement").show(); - } else { - $("#node-warning-measurement").hide(); - } - }); - }, - oneditsave: function() { - // reset inputs if we are not using advanced options - if (!$("#advanced-options-checkbox").is(':checked')) { - $("#node-input-precision").val(""); - $("#node-input-retentionPolicy").val(""); - } - } - }); -</script> - -<script type="text/html" data-template-name="influxdb batch"> - <div class="form-row"> - <label for="node-input-name"><i class="fa fa-tag"></i> <span data-i18n="node-red:common.label.name"></span></label> - <input type="text" id="node-input-name" data-i18n="[placeholder]node-red:common.label.name"> - </div> - <div class="form-row"> - <label for="node-input-influxdb"><i class="fa fa-server"></i> <span data-i18n="influxdb.label.server"></span></label> - <input type="text" id="node-input-influxdb"> - </div> - <div class="form-row" id="node-input-row-org"> - <label for="node-input-org"><i class="fa fa-sitemap"></i> <span data-i18n="influxdb.label.org"></span></label> - <input type="text" id="node-input-org"> - </div> - <div class="form-row" id="node-input-row-bucket"> - <label for="node-input-bucket"><i class="fa fa-database"></i> <span data-i18n="influxdb.label.bucket"></span></label> - <input type="text" id="node-input-bucket"> - </div> - <div class="form-row" id="node-input-row-database"> - <label for="node-input-database"><i class="fa fa-database"></i> <span data-i18n="influxdb.label.database"></span></label> - <input type="text" id="node-input-database"> - </div> - <div class="form-row" id="node-input-row-enableAdvancedOptions"> - <input type="checkbox" id="advanced-options-checkbox" style="display: inline-block; width: auto; vertical-align: top;"> - <label for="advanced-options-checkbox" style="width: 70%;"><span data-i18n="influxdb.label.use-advanced-query"></span></label> - <div id="advanced-options-div" class="hide" style="margin-left: 20px; margin-top: 10px;"> - <div class="form-row"> - <label for="node-input-precision" style="width:35%"><i class="fa fa-clock-o"></i> <span data-i18n="influxdb.label.time-precision"></span></label> - <select type="text" id="node-input-precision" style="width:55%"> - <option value="">Default</option> - <option value="n">Nanoseconds (n)</option> - <option value="u">Microseconds (u)</option> - <option value="ms">Milliseconds (ms)</option> - <option value="s">Seconds (s)</option> - <option value="m">Minute (m)</option> - <option value="h">Hour (h)</option> - <option value="d">Day (d)</option> - <option value="w">Week (w)</option> - </select> - </div> - <div class="form-row"> - <label for="node-input-retentionPolicy" style="width:35%"><i class="fa fa-gavel"></i> <span data-i18n="influxdb.label.retention-policy"></span></label> - <input type="text" style="width:55%" id="node-input-retentionPolicy"> - </div> - </div> - </div> - <div class="form-row" id="node-input-row-precisionV18FluxV20"> - <label for="node-input-precisionV18FluxV20" style="width:35%"><i class="fa fa-clock-o"></i> <span data-i18n="influxdb.label.time-precision"></span></label> - <select type="text" id="node-input-precisionV18FluxV20" style="width:55%"> - <option value="ns">Nanoseconds (ns)</option> - <option value="us">Microseconds (us)</option> - <option value="ms">Milliseconds (ms)</option> - <option value="s">Seconds (s)</option> - </select> - </div> - <div class="form-row" id="node-input-row-retentionPolicyV18Flux"> - <label for="node-input-retentionPolicyV18Flux" style="width:35%"><i class="fa fa-gavel"></i> <span data-i18n="influxdb.label.retention-policy"></span></label> - <input type="text" id="node-input-retentionPolicyV18Flux" style="width:55%"> - </div> - <div class="form-tips" id="node-warning-retention-policy"><span data-i18n="[html]influxdb.tip.retention-policy"></span></div> -</script> - -<script type="text/html" data-help-name="influxdb batch"> - <p><b>InfluxDB 1.8</b></p> - <p>A influxdb output node to write multiple points (fields and tags) to multiple influxdb measurements.</p> - <p>The <b>msg.payload</b> needs to be an array of <i>point</i> objects.</p> - <p>The <b>measurement</b> property of a point contains the name of the measurement for the point. The <b>fields</b> property will contain the - fields of the point. If supplied, the <b>tags</b> property will contain the tags for the point. To set the time - for the point, supply a <b>timestamp</b> property.</p> - <p>Check <i>Advanced Query Options</i> to specify a time precision and retention policy for the insertion.<p> - <p>The advanced query options <i>Time Precision</i> and <i>Retention Policy</i> can be overwritten using - message properties <b>msg.precision</b> and <b>msg.retentionPolicy</b>.</p> -</script> - -<script type="text/javascript"> - RED.nodes.registerType('influxdb batch', { - category: 'storage-output', - color: "rgb(218, 196, 180)", - paletteLabel: 'influx batch', - defaults: { - influxdb: {type: "influxdb", required: true}, - precision: {value: ""}, - retentionPolicy: {value: ""}, - name: {value: ""}, - database: {value: "database", - validate:function(db) { - if (selectedVersion() === 'v1.8-flux') { - return db.length > 0; - } - return true; - } - }, - precisionV18FluxV20: {value: "ms"}, - retentionPolicyV18Flux: {value: ""}, - org: {value: "organisation", - validate:function(org) { - if (selectedVersion() === 'v2.0') { - return org.length > 0; - } - return true; - } - }, - bucket: {value: "bucket", - validate:function(bucket) { - let version = selectedVersion() - if (version === 'v2.0') { - return bucket.length > 0; - } - return true; - } - } - }, - inputs: 1, - outputs: 0, - icon: "influxdb.png", - align: "right", - label: function() { - var influxNode = RED.nodes.node(this.influxdb); - return this.name || (influxNode ? influxNode.label() : "influxdb batch"); - }, - labelStyle: function() { - return this.name ? "node_label_italic" : ""; - }, - oneditprepare: function() { - function update18Options() { - $("#node-input-row-org").hide(); - $("#node-input-row-bucket").hide(); - $("#node-input-row-database").hide(); - $("#node-input-row-enableAdvancedOptions").show(); - $("#node-input-row-precisionV18FluxV20").hide(); - $("#node-input-row-retentionPolicyV18Flux").hide(); - $("#node-warning-retention-policy").show(); - } - - function update18FluxOptions() { - $("#node-input-row-org").hide(); - $("#node-input-row-bucket").hide(); - $("#node-input-row-database").show(); - $("#node-input-row-enableAdvancedOptions").hide(); - $("#node-input-row-precisionV18FluxV20").show(); - $("#node-input-row-retentionPolicyV18Flux").show(); - $("#node-warning-retention-policy").show(); - } - - function update20Options() { - $("#node-input-row-org").show(); - $("#node-input-row-bucket").show(); - $("#node-input-row-database").hide(); - $("#node-input-row-enableAdvancedOptions").hide(); - $("#node-input-row-precisionV18FluxV20").show(); - $("#node-input-row-retentionPolicyV18Flux").hide(); - $("#node-warning-retention-policy").hide(); - } - $("#node-input-influxdb").change(function () { - switch (selectedVersion()) { - case 'v1.8-flux': - update18FluxOptions(); - break; - case 'v2.0': - update20Options(); - break; - default: - update18Options(); - } - }); - - $("#advanced-options-checkbox").change( function () { - if ($('#advanced-options-checkbox').is(":checked")) { - $("#advanced-options-div").show(); - } else { - $("#advanced-options-div").hide(); - } - }); - - // show advanced options if a query option is set on startup - if (($('#node-input-precision').val() === "") - && ($('#node-input-retentionPolicy').val() === "")) { - $("#advanced-options-div").hide(); - } else { - $('#advanced-options-checkbox').prop('checked', true); - $("#advanced-options-div").show(); - } - }, - oneditsave: function() { - // reset inputs if we are not using advanced options - if (!$("#advanced-options-checkbox").is(':checked')) { - $("#node-input-precision").val(""); - $("#node-input-retentionPolicy").val(""); - } - } - }); -</script> - -<script type="text/html" data-template-name="influxdb in"> - <div class="form-row"> - <label for="node-input-name"><i class="fa fa-tag"></i> <span data-i18n="node-red:common.label.name"></span></label> - <input type="text" id="node-input-name" data-i18n="[placeholder]node-red:common.label.name"> - </div> - <div class="form-row"> - <label for="node-input-influxdb"><i class="fa fa-server"></i> <span data-i18n="influxdb.label.server"></span></label> - <input type="text" id="node-input-influxdb"> - </div> - <div class="form-row" id="node-input-row-org"> - <label for="node-input-org"><i class="fa fa-sitemap"></i> <span data-i18n="influxdb.label.org"></span></label> - <input type="text" id="node-input-org"> - </div> - <div class="form-row" id="node-input-row-extras"> - <input type="checkbox" id="node-input-rawOutput" style="display: inline-block; width: auto; vertical-align: top;"> - <label for="node-input-rawOutput"><span data-i18n="influxdb.label.use-raw-output"></span></label> - <input type="checkbox" id="advanced-options-checkbox" style="display: inline-block; width: auto; vertical-align: top;"> - <label for="advanced-options-checkbox" style="width: 60%;"><span data-i18n="influxdb.label.use-advanced-query"></span></label> - <div id="advanced-options-div" class="hide" style="margin-left: 20px; margin-top: 10px;"> - <div class="form-row"> - <label for="node-input-precision" style="width:35%"><i class="fa fa-clock-o"></i> <span data-i18n="influxdb.label.time-precision"></span></label> - <select type="text" id="node-input-precision" style="width:55%"> - <option value="">Default</option> - <option value="n">Nanoseconds (n)</option> - <option value="u">Microseconds (u)</option> - <option value="ms">Milliseconds (ms)</option> - <option value="s">Seconds (s)</option> - <option value="m">Minute (m)</option> - <option value="h">Hour (h)</option> - <option value="d">Day (d)</option> - <option value="w">Week (w)</option> - </select> - </div> - <div class="form-row"> - <label for="node-input-retentionPolicy" style="width:35%"><i class="fa fa-gavel"></i> <span data-i18n="influxdb.label.retention-policy"></span></label> - <input type="text" style="width:55%" id="node-input-retentionPolicy"> - </div> - </div> - </div> - <div> - <input type="hidden" id="node-input-query"> - </div> - <div class="form-row" style="margin-bottom: 0px;"> - <label for="" style="width: unset;" id="node-input-query-label"><i class="fa fa-code"></i> <span data-i18n="influxdb.label.query"></label> - </div> - <div class="form-row node-text-editor-row"> - <div style="height: 250px; min-height:150px;" class="node-text-editor" id="node-input-query-editor" ></div> - </div> - <div class="form-tips" id="node-warning" style="display: none"><span data-i18n="[html]influxdb.tip.querytip"></span></div> -</script> - -<script type="text/html" data-help-name="influxdb in"> - <p>Allows basic queries to be made to an influxdb time series database.</p> - <p>The query can be specified in the configuration property or using the property - <b>msg.query</b>. The results will be returned in <b>msg.payload</b>.</p> - - <p><b>InfluxDB 1.x</b></p> - <p>To output the results of the query in the raw output format returned by InfluxDb, - check the <i>Raw Output</i> checkbox.</p> - <p>Check <i>Advanced Query Options</i> to specify a time precision and retention policy for the query.<p> - <p>The raw output configuration can be overwritten by the message property <b>msg.rawOutput</b>.</p> - <p>The advanced query options <i>Time Precision</i> and <i>Retention Policy</i> can be overwritten using - message properties <b>msg.precision</b> and <b>msg.retentionPolicy</b>.</p> - - <p>&nbsp;</p><p><b>InfluxDB 1.8 Flux and InfluxDB 2.0</b></p> - <p>Uses a flux query in the configuration property or using the property - <b>msg.query</b>. The results will be returned in <b>msg.payload</b>.</p> -</script> - -<script type="text/javascript"> - RED.nodes.registerType('influxdb in', { - category: 'storage-input', - color: "rgb(218, 196, 180)", - defaults: { - influxdb: {type: "influxdb", required: true}, - name: {value: ""}, - query: {value: ""}, - rawOutput: {value: false}, - precision: {value: ""}, - retentionPolicy: {value: ""}, - org: { value: "organisation", - validate:function(org) { - if (selectedVersion() === 'v2.0') { - return org.length > 0; - } - return true; - } - } - }, - inputs: 1, - outputs: 1, - icon: "influxdb.png", - label: function() { - var influxNode = RED.nodes.node(this.influxdb); - return this.name || (influxNode ? influxNode.label() : "influxdb"); - }, - labelStyle: function() { - return this.name ? "node_label_italic" : ""; - }, - oneditprepare: function() { - this.editor = RED.editor.createEditor({ - id: 'node-input-query-editor', - mode: 'ace/mode/text', - value: $("#node-input-query").val() - }); - $("#node-input-query").change(); - - $("#node-input-query").change(function () { - if($("#node-input-query").val() === "") { - $("#node-warning").show(); - } else { - $("#node-warning").hide(); - } - }); - - $("#advanced-options-checkbox").change( function () { - if ($('#advanced-options-checkbox').is(":checked")) { - $("#advanced-options-div").show(); - } else { - $("#advanced-options-div").hide(); - } - }); - - // show advanced options if a query option is set on startup - if (($('#node-input-precision').val() === "") - && ($('#node-input-retentionPolicy').val() === "")) { - $("#advanced-options-div").hide(); - } else { - $('#advanced-options-checkbox').prop('checked', true); - $("#advanced-options-div").show(); - } - - function update18Options() { - $("#node-input-row-org").hide(); - $("#node-input-row-extras").show(); - } - - function update18FluxOptions() { - $("#node-input-row-org").hide(); - $("#node-input-row-extras").hide(); - } - - function update20Options() { - $("#node-input-row-org").show(); - $("#node-input-row-extras").hide(); - } - - $("#node-input-influxdb").change(function () { - switch (selectedVersion()) { - case 'v1.8-flux': - update18FluxOptions(); - break; - case 'v2.0': - update20Options(); - break; - default: - update18Options(); - } - }); - }, - oneditsave: function() { - $("#node-input-query").val(this.editor.getValue()); - this.editor.destroy(); - delete this.editor; - - // reset inputs if we are not using advanced options - if (!$("#advanced-options-checkbox").is(':checked')) { - $("#node-input-precision").val(""); - $("#node-input-retentionPolicy").val(""); - } - }, - oneditcancel: function() { - this.editor.destroy(); - delete this.editor; - } - }); -</script> diff --git a/software/flow/node_modules/node-red-contrib-influxdb/influxdb.js b/software/flow/node_modules/node-red-contrib-influxdb/influxdb.js deleted file mode 100755 index 2c31a17..0000000 --- a/software/flow/node_modules/node-red-contrib-influxdb/influxdb.js +++ /dev/null @@ -1,508 +0,0 @@ -var _ = require('lodash'); - -module.exports = function (RED) { - "use strict"; - var Influx = require('influx'); - var { InfluxDB, Point } = require('@influxdata/influxdb-client'); - - const VERSION_1X = '1.x'; - const VERSION_18_FLUX = '1.8-flux'; - const VERSION_20 = '2.0'; - - /** - * Config node. Currently we only connect to one host. - */ - function InfluxConfigNode(n) { - RED.nodes.createNode(this, n); - this.hostname = n.hostname; - this.port = n.port; - this.database = n.database; - this.name = n.name; - - var clientOptions = null; - - if (!n.influxdbVersion) { - n.influxdbVersion = VERSION_1X; - } - - if (n.influxdbVersion === VERSION_1X) { - this.usetls = n.usetls; - if (typeof this.usetls === 'undefined') { - this.usetls = false; - } - // for backward compatibility with old 'protocol' setting - if (n.protocol === 'https') { - this.usetls = true; - } - if (this.usetls && n.tls) { - var tlsNode = RED.nodes.getNode(n.tls); - if (tlsNode) { - this.hostOptions = {}; - tlsNode.addTLSOptions(this.hostOptions); - } - } - this.client = new Influx.InfluxDB({ - hosts: [{ - host: this.hostname, - port: this.port, - protocol: this.usetls ? "https" : "http", - options: this.hostOptions - }], - database: this.database, - username: this.credentials.username, - password: this.credentials.password - }); - } else if (n.influxdbVersion === VERSION_18_FLUX || n.influxdbVersion === VERSION_20) { - - const token = n.influxdbVersion === VERSION_18_FLUX ? - `${this.credentials.username}:${this.credentials.password}` : - this.credentials.token; - - clientOptions = { - url: n.url, - rejectUnauthorized: n.rejectUnauthorized, - token - } - this.client = new InfluxDB(clientOptions); - } - this.influxdbVersion = n.influxdbVersion; - } - - RED.nodes.registerType("influxdb", InfluxConfigNode, { - credentials: { - username: { type: "text" }, - password: { type: "password" }, - token: { type: "password" } - } - }); - - function isIntegerString(value) { - return /^-?\d+i$/.test(value); - } - - function setFieldIntegers(fields) { - for (const prop in fields) { - const value = fields[prop]; - if (isIntegerString(value)) { - fields[prop] = parseInt(value.substring(0,value.length-1)); - } - } - } - - function addFieldToPoint(point, name, value) { - if (name === 'time') { - point.timestamp(value); - } else if (typeof value === 'number') { - point.floatField(name, value); - } else if (typeof value === 'string') { - // string values with numbers ending with 'i' are considered integers - if (isIntegerString(value)) { - value = parseInt(value.substring(0,value.length-1)); - point.intField(name, value); - } else { - point.stringField(name, value); - } - } else if (typeof value === 'boolean') { - point.booleanField(name, value); - } - } - - function addFieldsToPoint(point, fields) { - for (const prop in fields) { - const value = fields[prop]; - addFieldToPoint(point, prop, value); - } - } - - // write using influx-client-js - function writePoints(msg, node, done) { - var measurement = msg.hasOwnProperty('measurement') ? msg.measurement : node.measurement; - if (!measurement) { - return done(RED._("influxdb.errors.nomeasurement")); - } - try { - if (_.isArray(msg.payload) && msg.payload.length > 0) { - // array of arrays: multiple points with fields and tags - if (_.isArray(msg.payload[0]) && msg.payload[0].length > 0) { - msg.payload.forEach(element => { - let point = new Point(measurement); - let fields = element[0]; - addFieldsToPoint(point, fields); - let tags = element[1]; - for (const prop in tags) { - point.tag(prop, tags[prop]); - } - node.client.writePoint(point); - }); - } else { - // array of non-arrays: one point with both fields and tags - let point = new Point(measurement); - let fields = msg.payload[0]; - addFieldsToPoint(point, fields); - const tags = msg.payload[1]; - for (const prop in tags) { - point.tag(prop, tags[prop]); - } - node.client.writePoint(point) - } - } else { - // single object: fields only - if (_.isPlainObject(msg.payload)) { - let point = new Point(measurement); - let fields = msg.payload; - addFieldsToPoint(point, fields); - node.client.writePoint(point); - } else { - // just a value - let point = new Point(measurement); - let value = msg.payload; - addFieldToPoint(point, 'value', value); - node.client.writePoint(point); - } - } - - node.client.flush(true).then(() => { - done(); - }).catch(error => { - msg.influx_error = { - errorMessage: error - }; - done(error); - }); - } catch (error) { - msg.influx_error = { - errorMessage: error - }; - done(error); - } - } - - /** - * Output node to write to a single influxdb measurement - */ - function InfluxOutNode(n) { - RED.nodes.createNode(this, n); - this.measurement = n.measurement; - this.influxdb = n.influxdb; - this.influxdbConfig = RED.nodes.getNode(this.influxdb); - this.precision = n.precision; - this.retentionPolicy = n.retentionPolicy; - - // 1.8 and 2.0 only - this.database = n.database; - this.precisionV18FluxV20 = n.precisionV18FluxV20; - this.retentionPolicyV18Flux = n.retentionPolicyV18Flux; - this.org = n.org; - this.bucket = n.bucket; - - if (!this.influxdbConfig) { - this.error(RED._("influxdb.errors.missingconfig")); - return; - } - let version = this.influxdbConfig.influxdbVersion; - - var node = this; - - if (version === VERSION_1X) { - var client = this.influxdbConfig.client; - - node.on("input", function (msg, send, done) { - var measurement; - var writeOptions = {}; - - var measurement = msg.hasOwnProperty('measurement') ? msg.measurement : node.measurement; - if (!measurement) { - return done(RED._("influxdb.errors.nomeasurement")); - } - var precision = msg.hasOwnProperty('precision') ? msg.precision : node.precision; - var retentionPolicy = msg.hasOwnProperty('retentionPolicy') ? msg.retentionPolicy : node.retentionPolicy; - - if (precision) { - writeOptions.precision = precision; - } - - if (retentionPolicy) { - writeOptions.retentionPolicy = retentionPolicy; - } - - // format payload to match new writePoints API - var points = []; - var point; - if (_.isArray(msg.payload) && msg.payload.length > 0) { - // array of arrays - if (_.isArray(msg.payload[0]) && msg.payload[0].length > 0) { - msg.payload.forEach(function (nodeRedPoint) { - let fields = _.clone(nodeRedPoint[0]) - point = { - measurement: measurement, - fields, - tags: nodeRedPoint[1] - } - setFieldIntegers(point.fields) - if (point.fields.time) { - point.timestamp = point.fields.time; - delete point.fields.time; - } - points.push(point); - }); - } else { - // array of non-arrays, assume one point with both fields and tags - let fields = _.clone(msg.payload[0]) - point = { - measurement: measurement, - fields, - tags: msg.payload[1] - }; - setFieldIntegers(point.fields) - if (point.fields.time) { - point.timestamp = point.fields.time; - delete point.fields.time; - } - points.push(point); - } - } else { - // fields only - if (_.isPlainObject(msg.payload)) { - let fields = _.clone(msg.payload) - point = { - measurement: measurement, - fields, - }; - setFieldIntegers(point.fields) - if (point.fields.time) { - point.timestamp = point.fields.time; - delete point.fields.time; - } - } else { - // just a value - point = { - measurement: measurement, - fields: { value: msg.payload } - }; - setFieldIntegers(point.fields) - } - points.push(point); - } - - client.writePoints(points, writeOptions).then(() => { - done(); - }).catch(function (err) { - msg.influx_error = { - statusCode: err.res ? err.res.statusCode : 503 - } - done(err); - }); - }); - } else if (version === VERSION_18_FLUX || version === VERSION_20) { - let bucket = this.bucket; - if (version === VERSION_18_FLUX) { - let retentionPolicy = this.retentionPolicyV18Flux ? this.retentionPolicyV18Flux : 'autogen'; - bucket = `${this.database}/${retentionPolicy}`; - } - let org = version === VERSION_18_FLUX ? '' : this.org; - - this.client = this.influxdbConfig.client.getWriteApi(org, bucket, this.precisionV18FluxV20); - - node.on("input", function (msg, send, done) { - writePoints(msg, node, done); - }); - } - } - - RED.nodes.registerType("influxdb out", InfluxOutNode); - - /** - * Output node to write to multiple InfluxDb measurements - */ - function InfluxBatchNode(n) { - RED.nodes.createNode(this, n); - this.influxdb = n.influxdb; - this.influxdbConfig = RED.nodes.getNode(this.influxdb); - this.precision = n.precision; - this.retentionPolicy = n.retentionPolicy; - - // 1.8 and 2.0 - this.database = n.database; - this.precisionV18FluxV20 = n.precisionV18FluxV20; - this.retentionPolicyV18Flux = n.retentionPolicyV18Flux; - this.org = n.org; - this.bucket = n.bucket; - - - if (!this.influxdbConfig) { - this.error(RED._("influxdb.errors.missingconfig")); - return; - } - let version = this.influxdbConfig.influxdbVersion; - - var node = this; - - if (version === VERSION_1X) { - var client = this.influxdbConfig.client; - - node.on("input", function (msg, send, done) { - var writeOptions = {}; - var precision = msg.hasOwnProperty('precision') ? msg.precision : node.precision; - var retentionPolicy = msg.hasOwnProperty('retentionPolicy') ? msg.retentionPolicy : node.retentionPolicy; - - if (precision) { - writeOptions.precision = precision; - } - - if (retentionPolicy) { - writeOptions.retentionPolicy = retentionPolicy; - } - - client.writePoints(msg.payload, writeOptions).then(() => { - done(); - }).catch(function (err) { - msg.influx_error = { - statusCode: err.res ? err.res.statusCode : 503 - } - done(err); - }); - }); - } else if (version === VERSION_18_FLUX || version === VERSION_20) { - let bucket = node.bucket; - if (version === VERSION_18_FLUX) { - let retentionPolicy = this.retentionPolicyV18Flux ? this.retentionPolicyV18Flux : 'autogen'; - bucket = `${this.database}/${retentionPolicy}`; - } - let org = version === VERSION_18_FLUX ? '' : this.org; - - var client = this.influxdbConfig.client.getWriteApi(org, bucket, this.precisionV18FluxV20); - - node.on("input", function (msg, send, done) { - - msg.payload.forEach(element => { - let point = new Point(element.measurement); - - // time is reserved as a field name still! will be overridden by the timestamp below. - addFieldsToPoint(point, element.fields); - - let tags = element.tags; - if (tags) { - for (const prop in tags) { - point.tag(prop, tags[prop]); - } - } - if (element.timestamp) { - point.timestamp(element.timestamp); - } - client.writePoint(point); - }); - - // ensure we write everything including scheduled retries - client.flush(true).then(() => { - done(); - }).catch(error => { - msg.influx_error = { - errorMessage: error - }; - done(error); - }); - }); - } - } - - RED.nodes.registerType("influxdb batch", InfluxBatchNode); - - /** - * Input node to make queries to influxdb - */ - function InfluxInNode(n) { - RED.nodes.createNode(this, n); - this.influxdb = n.influxdb; - this.query = n.query; - this.precision = n.precision; - this.retentionPolicy = n.retentionPolicy; - this.rawOutput = n.rawOutput; - this.influxdbConfig = RED.nodes.getNode(this.influxdb); - this.org = n.org; - - if (!this.influxdbConfig) { - this.error(RED._("influxdb.errors.missingconfig")); - return; - } - - let version = this.influxdbConfig.influxdbVersion - if (version === VERSION_1X) { - var node = this; - var client = this.influxdbConfig.client; - - node.on("input", function (msg, send, done) { - var query; - var rawOutput; - var queryOptions = {}; - var precision; - var retentionPolicy; - - query = msg.hasOwnProperty('query') ? msg.query : node.query; - if (!query) { - return done(RED._("influxdb.errors.noquery")); - } - - rawOutput = msg.hasOwnProperty('rawOutput') ? msg.rawOutput : node.rawOutput; - precision = msg.hasOwnProperty('precision') ? msg.precision : node.precision; - retentionPolicy = msg.hasOwnProperty('retentionPolicy') ? msg.retentionPolicy : node.retentionPolicy; - - if (precision) { - queryOptions.precision = precision; - } - - if (retentionPolicy) { - queryOptions.retentionPolicy = retentionPolicy; - } - - if (rawOutput) { - var queryPromise = client.queryRaw(query, queryOptions); - } else { - var queryPromise = client.query(query, queryOptions); - } - - queryPromise.then(function (results) { - msg.payload = results; - send(msg); - done(); - }).catch(function (err) { - msg.influx_error = { - statusCode: err.res ? err.res.statusCode : 503 - } - done(err); - }); - }); - - } else if (version === VERSION_18_FLUX || version === VERSION_20) { - let org = version === VERSION_20 ? this.org : '' - this.client = this.influxdbConfig.client.getQueryApi(org); - var node = this; - - node.on("input", function (msg, send, done) { - var query = msg.hasOwnProperty('query') ? msg.query : node.query; - if (!query) { - return done(RED._("influxdb.errors.noquery")); - } - var output = []; - node.client.queryRows(query, { - next(row, tableMeta) { - var o = tableMeta.toObject(row) - output.push(o); - }, - error(error) { - msg.influx_error = { - errorMessage: error - }; - done(error); - }, - complete() { - msg.payload = output; - send(msg); - done(); - }, - }); - }); - } - } - - RED.nodes.registerType("influxdb in", InfluxInNode); -} diff --git a/software/flow/node_modules/node-red-contrib-influxdb/locales/en-US/influxdb.json b/software/flow/node_modules/node-red-contrib-influxdb/locales/en-US/influxdb.json deleted file mode 100644 index 5e19d33..0000000 --- a/software/flow/node_modules/node-red-contrib-influxdb/locales/en-US/influxdb.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "influxdb": { - "label": { - "host": "Host", - "port": "Port", - "database": "Database", - "measurement":"Measurement", - "server":"Server", - "query":"Query", - "use-tls": "Enable secure (SSL/TLS) connection", - "tls-config":"TLS Configuration", - "use-raw-output":"Raw Output", - "time-precision":"Time Precision", - "retention-policy":"Retention Policy", - "use-advanced-query":"Advanced Query Options", - "version":"Version", - "url": "URL", - "token": "Token", - "reject-unauthorized": "Verify server certificate", - "org": "Organization", - "bucket": "Bucket" - }, - "errors":{ - "nomeasurement":"No measurement specified", - "missingconfig":"Configuration missing", - "invalidconfig":"Configuration invalid", - "noquery":"No query" - }, - "tip": { - "measurement": "<b> Tip:</b> If no measurement is specified, ensure <b>msg.measurement</b> contains the measurement name.", - "retention-policy": "<b> Tip:</b> If no retention policy is specified, <b>autogen</b> will be assumed.", - "querytip": "<b> Tip:</b> If no query is set, ensure <b>msg.query</b> contains a query." - } - } -} diff --git a/software/flow/node_modules/node-red-contrib-influxdb/locales/es-ES/influxdb.json b/software/flow/node_modules/node-red-contrib-influxdb/locales/es-ES/influxdb.json deleted file mode 100644 index a3a70c6..0000000 --- a/software/flow/node_modules/node-red-contrib-influxdb/locales/es-ES/influxdb.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "influxdb": { - "label": { - "host": "Host", - "port": "Port", - "database": "Database", - "measurement":"Medición", - "server":"Servidor", - "query":"Petición", - "use-tls": "Activar conexión (SSL/TLS) segura", - "tls-config":"Configuración TLS", - "use-raw-output":"Salida en crudo", - "time-precision":"Precisión", - "retention-policy":"Política de retención", - "use-advanced-query":"Opciones avanzadas", - "version":"Versión", - "url": "URL", - "token": "Token", - "reject-unauthorized": "Verificar el certificado del servidor", - "org": "Organización", - "bucket": "Bucket" - }, - "errors":{ - "nomeasurement":"No se ha especificado una medición", - "missingconfig":"Configuración incompleta", - "invalidconfig":"Configuration no válida", - "noquery":"No query" - }, - "tip": { - "measurement": "<b> Consejo:</b> Si no se especifica una medición, asegúrate de que <b>msg.measurement</b> contiene el nombre de la medición.", - "retention-policy": "<b> Consejo:</b> Si no se especifica una política de retención, se asume <b>autogen</b>.", - "querytip": "<b> Consejo:</b> Si no se incluye una petición, asegúrate de que <b>msg.query</b> contiene una." - } - } -} diff --git a/software/flow/node_modules/node-red-contrib-influxdb/package.json b/software/flow/node_modules/node-red-contrib-influxdb/package.json deleted file mode 100644 index 57c2665..0000000 --- a/software/flow/node_modules/node-red-contrib-influxdb/package.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "name": "node-red-contrib-influxdb", - "version": "0.6.1", - "description": "Node-RED nodes to save and query data from an influxdb time series database", - "main": "influxdb.js", - "scripts": { - "test": "echo \"Error: no test specified yet!\" && exit 1" - }, - "repository": { - "type": "git", - "url": "https://github.com/mblackstock/node-red-contrib-influxdb" - }, - "contributors": [ - { - "name": "Mike Blackstock", - "email": "mikeblackstock@gmail.com", - "url": "http://mblackstock.com" - }, - { - "name": "Alberto Armijo", - "email": "alberto.arm@gmail.com" - } - ], - "license": "Apache-2.0", - "keywords": [ - "node-red", - "influxdb" - ], - "node-red": { - "nodes": { - "influxdb": "influxdb.js" - } - }, - "dependencies": { - "influx": "5.6.3", - "@influxdata/influxdb-client": "^1.8.0", - "lodash": "4.17.21" - } -} diff --git a/software/flow/node_modules/node-red-contrib-watt2kwh/LICENSE b/software/flow/node_modules/node-red-contrib-watt2kwh/LICENSE deleted file mode 100644 index 261eeb9..0000000 --- a/software/flow/node_modules/node-red-contrib-watt2kwh/LICENSE +++ /dev/null @@ -1,201 +0,0 @@ - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright [yyyy] [name of copyright owner] - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. diff --git a/software/flow/node_modules/node-red-contrib-watt2kwh/README.md b/software/flow/node_modules/node-red-contrib-watt2kwh/README.md deleted file mode 100644 index f7b0971..0000000 --- a/software/flow/node_modules/node-red-contrib-watt2kwh/README.md +++ /dev/null @@ -1,24 +0,0 @@ -## node-red-contrib-watt2kwh -A node specifically written to convert power (watts) to energy (kWh). -### Inputs -The node accepts a msg.payload input in the format of a number (example 6) or a string (example "6") provided that the string only contains numbers. -### Outputs -The msg.payload contains the energy output, which can be set in the node config to be; -* Joules -* Watt hour -* Kilowatt hour or -* Megawatt hour -### Details -As the calculation is dependent upon the relationship between the amount of power used, (or generated) **and** the interval between consecutive data points; **interval x power = energy** the very first value fed into the node will not produce an output, because the node requires a second value to be able to calculate the interval between the two values. -After subsequent feed inputs, the node will output the corresponding energy used or generated within that interval. - -The Timeout setting in the node's configuration, should be set to at least the maximum interval between successive readings. This is to avoid the situation where for example, a sensor is taken off line, develops a fault or there is a communication problem, resulting in a break of several hours between readings and the calculation - **interval x power = energy** would then be inaccurate. - -A common usage is to create a barchart, to show daily energy usage or generation. Using the watt/hour setting, the msg.payload can be fed into the database, for example influx, and then queried within Grafana to produce the barchart; `SELECT sum("energyfeed") FROM "yourdatabase" WHERE $timeFilter GROUP BY time(1d)` -``` -[{"id":"d62baedc.ded46","type":"debug","z":"31e18edc.98bdc2","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":740,"y":440,"wires":[]},{"id":"74280b50.f704a4","type":"inject","z":"31e18edc.98bdc2","name":"1 kW feed","topic":"","payload":"1000","payloadType":"str","repeat":"60","crontab":"","once":false,"onceDelay":0.1,"x":420,"y":440,"wires":[["5eb66b22.1a4de4"]]},{"id":"5eb66b22.1a4de4","type":"watt2kwh","z":"31e18edc.98bdc2","format":"kwh","maximum":"5","maximumunit":"mins","name":"","x":580,"y":440,"wires":[["d62baedc.ded46"]]}] -``` -The other common usage is to use the data within node-RED, for use in the dashboard or sending it to other devices. In these cases, you may wish to accumulate the node output, for example to calculate how many kWh's are consumed (or generated that day. The flow below, adds each subsequent value, and saves it back to flow context. An inject node then deletes the context value at each midnight. -``` -[{"id":"74280b50.f704a4","type":"inject","z":"31e18edc.98bdc2","name":"1 kW feed","topic":"","payload":"1000","payloadType":"str","repeat":"","crontab":"*/1 0-23 * * *","once":false,"onceDelay":0.1,"x":420,"y":470,"wires":[["5eb66b22.1a4de4"]]},{"id":"5eb66b22.1a4de4","type":"watt2kwh","z":"31e18edc.98bdc2","format":"kwh","maximum":"5","maximumunit":"mins","name":"","x":586,"y":470,"wires":[["92e84adc.45c5e8"]]},{"id":"92e84adc.45c5e8","type":"function","z":"31e18edc.98bdc2","name":"Store kwh","func":"var inputVal = msg.payload;\nif (inputVal == \"reset\"){\n flow.set(\"energyVal\",0); \n } else {\nvar savedVal = flow.get('energyVal')||0;\nsavedVal += inputVal;\nflow.set(\"energyVal\",savedVal);\nmsg.payload = savedVal;\nreturn msg;\n}","outputs":1,"noerr":0,"x":740,"y":510,"wires":[["486cc458.d7051c"]]},{"id":"486cc458.d7051c","type":"debug","z":"31e18edc.98bdc2","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":900,"y":510,"wires":[]},{"id":"6a75c8e5.1ee598","type":"inject","z":"31e18edc.98bdc2","name":"reset","topic":"","payload":"reset","payloadType":"str","repeat":"","crontab":"00 00 * * *","once":false,"onceDelay":0.1,"x":600,"y":510,"wires":[["92e84adc.45c5e8"]]}] -``` diff --git a/software/flow/node_modules/node-red-contrib-watt2kwh/examples/Typical usage example.json b/software/flow/node_modules/node-red-contrib-watt2kwh/examples/Typical usage example.json deleted file mode 100644 index 8d0e6a0..0000000 --- a/software/flow/node_modules/node-red-contrib-watt2kwh/examples/Typical usage example.json +++ /dev/null @@ -1 +0,0 @@ -[{"id":"8f7657bd13cc9a4b","type":"comment","z":"b3b413d1.05b1b","name":"info","info":"This flow adds each subsequent value, and saves it back to flow context. An inject node then deletes the context value at each midnight.","x":145,"y":1525,"wires":[]},{"id":"74280b50.f704a4","type":"inject","z":"b3b413d1.05b1b","name":"1 kW feed","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"10","crontab":"","once":true,"onceDelay":0.1,"topic":"","payload":"1000","payloadType":"str","x":165,"y":1565,"wires":[["5eb66b22.1a4de4"]]},{"id":"5eb66b22.1a4de4","type":"watt2kwh","z":"b3b413d1.05b1b","format":"kwh","maximum":"5","maximumunit":"mins","name":"","x":331,"y":1565,"wires":[["92e84adc.45c5e8"]]},{"id":"92e84adc.45c5e8","type":"function","z":"b3b413d1.05b1b","name":"Store kwh","func":"var inputVal = msg.payload;\nif (inputVal == \"reset\"){\n flow.set(\"energyVal\",0); \n } else {\nvar savedVal = flow.get('energyVal')||0;\nsavedVal += inputVal;\nflow.set(\"energyVal\",savedVal);\nmsg.payload = savedVal;\nreturn msg;\n}","outputs":1,"noerr":0,"initialize":"","finalize":"","libs":[],"x":485,"y":1605,"wires":[["486cc458.d7051c"]]},{"id":"486cc458.d7051c","type":"debug","z":"b3b413d1.05b1b","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":645,"y":1605,"wires":[]},{"id":"6a75c8e5.1ee598","type":"inject","z":"b3b413d1.05b1b","name":"reset","repeat":"","crontab":"00 00 * * *","once":false,"onceDelay":0.1,"topic":"","payload":"reset","payloadType":"str","x":345,"y":1605,"wires":[["92e84adc.45c5e8"]]}] diff --git a/software/flow/node_modules/node-red-contrib-watt2kwh/icons/power.png b/software/flow/node_modules/node-red-contrib-watt2kwh/icons/power.png deleted file mode 100644 index 2bf0641..0000000 Binary files a/software/flow/node_modules/node-red-contrib-watt2kwh/icons/power.png and /dev/null differ diff --git a/software/flow/node_modules/node-red-contrib-watt2kwh/package.json b/software/flow/node_modules/node-red-contrib-watt2kwh/package.json deleted file mode 100644 index 4320bfb..0000000 --- a/software/flow/node_modules/node-red-contrib-watt2kwh/package.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "node-red-contrib-watt2kwh", - "version": "0.1.2", - "description": "A node-RED node that converts a power feed (watts) to energy (kWh).", - "main": "none", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "repository": { - "type": "git", - "url": "https://github.com/Paul-Reed/node-red-contrib-watt2kwh.git" - }, - "license": "Apache-2.0", - "keywords": [ "node-red", "watt", "kwh", "power", "energy" ], - "node-red" : { - "version": ">=2.0.0", - "nodes" : { - "simpletime": "watt2kwh.js" - } - }, - "engines": { - "node": ">=12.0.0" - }, - "author": "Paul Reed", - "bugs": { - "url": "https://github.com/Paul-Reed/node-red-contrib-watt2kwh.git/issues" - }, - "homepage": "https://github.com/Paul-Reed/node-red-contrib-watt2kwh.git" -} diff --git a/software/flow/node_modules/node-red-contrib-watt2kwh/watt2kwh.html b/software/flow/node_modules/node-red-contrib-watt2kwh/watt2kwh.html deleted file mode 100644 index 9726308..0000000 --- a/software/flow/node_modules/node-red-contrib-watt2kwh/watt2kwh.html +++ /dev/null @@ -1,81 +0,0 @@ -<script type="text/javascript"> - RED.nodes.registerType('watt2kwh',{ - category: 'function', - color: '#A6BBCF', - defaults: { - format: {value:"kwh"}, - maximum: {value:"60", validator: function(v) { return !v || !isNaN(v)}}, - maximumunit: {value:"mins"}, - name: {value:""} - }, - inputs:1, - outputs:1, - icon: "power.png", - label: function() { - return this.name||"watt2kwh"; - } - }); -</script> - -<script type="text/x-red" data-template-name="watt2kwh"> - - <div class="form-row"> - <label for="node-input-name"><i class="icon-tag"></i> Name</label> - <input type="text" id="node-input-name" placeholder="Name"> - </div> - - <div class="form-row"> - <label for="node-input-format"><i class="fa fa-envelope"></i> Output Format</label> - <select id="node-input-format"> - <option value="j">joule</option> - <option value="kj">kilojoule</option> - <option value="wh">watt hour</option> - <option value="kwh">kilowatt hour</option> - <option value="mwh">megawatt hour</option> - </select> - </div> - - <div class="form-row"> - <label for="node-input-maximum"><i class="fa fa-history"></i> Timeout</label> - <input type="number" id="node-input-maximum" style="width:180px;"> - <select id="node-input-maximumunit" style="width:120px;"> - <option value="secs">Seconds</option> - <option value="mins">Minutes</option> - <option value="hours">Hours</option> - </select> - </div> - </script> - -<script type="text/x-red" data-help-name="watt2kwh"> -<h2 id="noderedcontribwatt2kwh">node-red-contrib-watt2kwh</h2> - -<p>A node specifically written to convert power (watts) to energy (kWh).</p> - -<h3 id="inputs">Inputs</h3> - -<p>The node accepts a msg.payload input in the format of a number (example 6) or a string (example "6") provided that the string only contains numbers.</p> - -<h3 id="outputs">Outputs</h3> - -<p>The msg.payload contains the energy output, which can be set in the node config to be;</p> - -<ul> -<li>Joules</li> - -<li>Watt hour</li> - -<li>Kilowatt hour or</li> - -<li>Megawatt hour</li> -</ul> - -<h3 id="details">Details</h3> - -<p>As the calculation is dependent upon the relationship between the amount of power used, (or generated) <strong>and</strong> the interval between consecutive data points; <strong>interval x power = energy</strong> the very first value fed into the node will not produce an output, because the node requires a second value to be able to calculate the interval between the two values. </p> - -<p>After subsequent feed inputs, the node will output the corresponding energy used or generated within that interval. </p> - -<p>The Timeout setting in the node's configuration, should be set to at least the maximum interval between successive readings. This is to avoid the situation where for example, a sensor is taken off line, develops a fault or there is a communication problem, resulting in a break of several hours between readings and the calculation - <strong>interval x power = energy</strong> would then be inaccurate.</p> - -<p>For example flows - see the <a href="https://github.com/Paul-Reed/node-red-contrib-watt2kwh/">README</a></p> -</script> diff --git a/software/flow/node_modules/node-red-contrib-watt2kwh/watt2kwh.js b/software/flow/node_modules/node-red-contrib-watt2kwh/watt2kwh.js deleted file mode 100644 index df99c18..0000000 --- a/software/flow/node_modules/node-red-contrib-watt2kwh/watt2kwh.js +++ /dev/null @@ -1,62 +0,0 @@ -/** - * Copyright 2019 Paul Reed - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - **/ - -// Many thanks to @bartbutenaers for the learning experience & support!! - -module.exports = function(RED) { - function Watt2kWhNode(config) { - RED.nodes.createNode(this,config); - this.maximum = config.maximum; - var node = this; - - //Read the selected output format - const formats = {"j":1e-3, "kj": 1, "wh": 3.6, "kwh": 3600, "mwh": (1e3*3600)}; - this.output = formats[config.format] || 0; - - //Read the selected timeout value - const units = {"secs": 1, "mins": 60, "hours": 3600}; - this.maximum *= units[config.maximumunit] || 0; - // Overule if left blank or negative values selected - if (this.maximum <= 0) { - this.maximum = 3600; - } - - node.on('input', function(msg) { - - var kwatts = (msg.payload / 1000); - var hrtime = process.hrtime(); - var secsnow = ((hrtime[0]) + (hrtime[1] / 1e9)); - var lastms = node.lastms||secsnow; - var interval = secsnow - lastms; - - // Check if input msg is a number, else warn & exit - if (isNaN (kwatts)){ - this.error("The input msg is not a number"); - return; - } - node.lastms = secsnow; - - // Calculate kilojoules from energy - if interval is OK - if ((interval < this.maximum)&&(interval !== 0)) { - msg.payload = (interval*kwatts)/this.output; - node.send(msg); - } else { - return; - } - }); - } - RED.nodes.registerType("watt2kwh",Watt2kWhNode); -} diff --git a/software/flow/node_modules/node-red-dashboard/.gitattributes b/software/flow/node_modules/node-red-dashboard/.gitattributes deleted file mode 100644 index dfe0770..0000000 --- a/software/flow/node_modules/node-red-dashboard/.gitattributes +++ /dev/null @@ -1,2 +0,0 @@ -# Auto detect text files and perform LF normalization -* text=auto diff --git a/software/flow/node_modules/node-red-dashboard/.jscsrc b/software/flow/node_modules/node-red-dashboard/.jscsrc deleted file mode 100644 index 1933622..0000000 --- a/software/flow/node_modules/node-red-dashboard/.jscsrc +++ /dev/null @@ -1,24 +0,0 @@ -{ - "fileExtensions": [ ".js", "jscs" ], - "excludeFiles": [ "node_modules/**" ], - "validateIndentation": 4, - "disallowKeywordsOnNewLine": [], - "disallowMixedSpacesAndTabs": true, - "disallowMultipleSpaces": {"allowEOLComments": true}, - "disallowNewlineBeforeBlockStatements": true, - "disallowTabs": true, - "disallowTrailingWhitespace": true, - "requireCurlyBraces": true, - //"requireKeywordsOnNewLine": ["else", "catch"], - //"requireSemicolons": true, - //"requireSpaceAfterBinaryOperators": true, - //"requireSpaceAfterComma": {"allExcept": ["trailing"]}, - "requireSpaceAfterKeywords": ["do","for","if","else","switch","case","try","while"], - "requireSpaceBeforeBlockStatements": 1, - "requireSpaceBeforeObjectValues": false, - "requireSpacesInForStatement": true, - "requireSpacesInFunction": { "beforeOpeningCurlyBrace": true }, - //"validateParameterSeparator": ", ", - //"validateQuoteMarks": false, - "maximumLineLength": 300 -} diff --git a/software/flow/node_modules/node-red-dashboard/.jshintignore b/software/flow/node_modules/node-red-dashboard/.jshintignore deleted file mode 100644 index b947077..0000000 --- a/software/flow/node_modules/node-red-dashboard/.jshintignore +++ /dev/null @@ -1,2 +0,0 @@ -node_modules/ -dist/ diff --git a/software/flow/node_modules/node-red-dashboard/.jshintrc b/software/flow/node_modules/node-red-dashboard/.jshintrc deleted file mode 100644 index 4ffb30e..0000000 --- a/software/flow/node_modules/node-red-dashboard/.jshintrc +++ /dev/null @@ -1,16 +0,0 @@ -{ - //"undef": true, // require all non-globals to be declared - "asi": true, // allow missing semicolons - "curly": true, // require braces - "eqnull": true, // ignore ==null - "forin": true, // require property filtering in "for in" loops - "immed": true, // require immediate functions to be wrapped in ( ) - "nonbsp": true, // warn on unexpected whitespace breaking chars - //"strict": true, // commented out for now as it causes 100s of warnings, but want to get there eventually - //"unused": true, // Check for unused functions and variables - "loopfunc": true, // allow functions to be defined in loops - //"expr": true, // allow ternery operator syntax... - "sub": true, // don't warn that foo['bar'] should be written as foo.bar - "proto": true, // allow setting of __proto__ in node < v0.12 - "esversion": 6 // allow es6 -} diff --git a/software/flow/node_modules/node-red-dashboard/CHANGELOG.md b/software/flow/node_modules/node-red-dashboard/CHANGELOG.md deleted file mode 100644 index 0e595d0..0000000 --- a/software/flow/node_modules/node-red-dashboard/CHANGELOG.md +++ /dev/null @@ -1,1246 +0,0 @@ - -### 3.3.1: Maintenance Release - - - Revert to uglify (for now) to fix color-picker failure. Issue #791 - -### 3.3.0: Milestone Release - - - Expose manifest.json display property in settingsjs ui section so can be set fullscreen if desired. - - Change gulp build tool to use gulp-terser for later nodejs version support - - Fix datepicker to use change not blur to stop Safari sending double messages - - Update justgage library to include and expose differential mode (either side of a centre point). - - Fix initial drawing of gauge not registering value correctly. Issue #788 - -### 3.2.4: Maintenance Release - - - Let Link Tabs also be hideable. Issue #785 - -### 3.2.3: Maintenance Release - - - Re-do package to omit node-sass (not required for prod) - -### 3.2.2: Maintenance Release - - - Fix topic return when topic is falsey. Issue #784 - - Fix notification toast class. Issue #776 - - Fix z-index of dropdown items. Issue #775 - -### 3.2.0: Milestone Release - - - Fix Cross site scripting for ui_text format input. Issue #772 - - Don't accept obviously bad chart data. Issue #713 - - Bump libraries to latest - -### 3.1.8: Maintenance Release - - - Use Node-RED CSS vars for ui-bas to help themeing. PR #763 - - Let spacer also have custom class - -### 3.1.7: Maintenance Release - -**Fixes** - - - Fix text-input datetime mode to accept setting time input. Issue #757 - - Fix ng-disabled for text, numeric and dropdown inputs - - Fix disabling button - - Fix numeric input width calculation - -### 3.1.6: Maintenance Release - -**Fixes** - -- Add PR to deduplicate layput list entries. PR #752 -- Really fix date picker to always send selected date. Issue #753 -- Add PR to fix validity checks of node config. PR #755 -- Add datetime option to text input - -### 3.1.5: Maintenance Release - -**Fixes** - - - Fix dropdown multiselect to search on labels and handle upper/lower case. Issue #749 - - Fix dropdown to not exit on mixed string and numerics. Issue #748 - -### 3.1.4: Maintenance Release - -**Fixes** - - - Fix colorpicker swatch overlapping colorpicker dial. Issue #746 - - Let dropdown multiselect "select all" only select those in search. Issue #747 - -### 3.1.3: Maintenance Release - -**Fixes** - - - Remove main entry from package.json. Issue #740 - - Let date-picker send repeated existing values. - - Warn if Node.js version not 12+. - - Allow ui-dropdown to accept single string for one valid option. - - Fix socketid back to be in sync with reality. Issue #738 - -### 3.1.2: Maintenance Release - -**Fixes** - - - Fix dialogue notification to be able to return 1. Issue #736 - - Force saving of spacer size. Forum Issue - - ### 3.1.1: Maintenance Release - - **Fixes** - - - Replace ui_control messages feedback block (found out why it was there...) - -### 3.1.0: Maintenance Release - -**Fixes** - - - Bump socket.io to 4.3.x - - Remove ui_control messages weird feedback block (not sure why it was ever there...) - - Fix bad class field in text_input. PR #783 - -### 3.0.4: Major Release - -**Enhancements** - - - Set minimum requirement to be Node12 (in line with core) - - Bump libraries to latest including socketIO - this also drops node 8 support, Node10 is also EOL - - Add optional CSS Class field to core widgets - - **Fixes** - - - Fix dropdown string types (again) - - Fix button and switch invalid buffer to not crash NR - - Fix form to correctly send false on reset of checkbox and switch - - Better position for 1x1 colour picker - -### 2.29.3: Maintenance Release - -**Fixes** - - - Try to ensure angular palette state really is saved. Issue #554 - - Let form time type show correct label. Issue #702 - - Adjust CSS for better alignment of icons in ui-list - - Fix color-picker z layer to be behind dropdown if necessary - -### 2.29.1: Maintenance Release - -**Fixes** - - - Fix dropdown to send strings when requied to do so. Issue #700 - -### 2.29.0: Maintenance Release - -**Enhancements** - - - Allow incoming msg.meta from UI. PR #690 - -### 2.28.2: Maintenance Release - -**Fixes** - - - Fix empty dropdown causing crash on select. PR #686 - - Fix button not sending blank string. Issue #687 - - Fix dropdown not returning numbers of type string. Issue #691 - -### 2.28.1: Maintenance Release - -**Fixes** - - - Fix ui-form sizing issue. - -### 2.28.0: Milestone Release - -**Enhancements** - - - Add two column option to ui_form widget. PR #680 - - Let topic setting be a typed input for nodes that output topic. - -**Fixes** - - - Fix msg.vol for tts out - - Fix dropdown again to display input value when in not passing though mode. Issue #675 - - Fix dropdown to allow clearing/resetting by sending an empty message (part of fix above) - - Add option to switch custom icons to animate (a bit) - works with more icon types now. - -### 2.27.1: Maintenance Release - -**Fixes** - - - Fix CSS for layout grid to render better for some browsers - - Add time picker to ui_form options. - - Add better German translations. PR #673 - -### 2.27.0: Milestone Release - -**Enhancements** - - - Let user configured middleware be an array. PR #664 - - Let polar area chart have different colours per series item. PR #662 - -**Fixes** - - - Fix dropdown pre-select of multiple options - - Fix button text colour - dumb mistake. Issue #670 - -### 2.26.2: Maintenance Release - -**Fixes** - - - Fix slider text colour to better contrast with widget background. Issue #665 - - Check served endpoint to prevent path traversal. Issue #669. - -### 2.26.1: Maintenance Release - -**Enhancements** - - - Add msg.level to Audio out node to set volume from 0 to 1 (0-100%). - -**Fixes** - - - Update German translations. PR #654 - - Fix level update for weathericons lite. - - Ensure dropdown new options are set even when not visible. Issue #479 - - Fix angular theme for gauges - and some other theme escapes. Issue #649 - -### 2.26.0: Milestone Release - -**Enhancements** - - - Update weather icons to 1.6 to include more wind direction rotations and icons. - - Add more Japanese translations for chart and form nodes. PR #653 - -**Fixes** - - - Fix CSS to remove lots of !important flags to allow override. - - Fix examples in ui_template node. PR #651 - - Ensure ui_base creation is called at more appropriate time so is there ready for nodes when needed. - -### 2.25.0: Milestone Release - -**Enhancements** - - - Update weather icons to 1.5 to include wind direction rotations. - -**Fixes** - - - Fix dropdown to not preselect option if no passthru. - - Fix replacing iconify icons so they can be dynamic. - - Fix gauge angular filters with space in msg properties. - - Try to resize template when restored from collapse. Issue #642. - -### 2.24.2: Maintenance Release - -**Fixes** - - - Fix to swap switch icons to allow iconify icons to work. PR#597 - - Tweak dropdown CSS to always try to show select button. - - Add node.type class to template so 3rd party nodes can tweak their md-card. - -### 2.24.1: Maintenance Release - -**Fixes** - - - Fix dropdown single pick search. - - Changes to help optimise chart updates and reloads. - - Fix ui_text so null msg doesn't blank text on enable and disable. - - Add info about Icon usage to README. - - Let button icon be settable by `{{property}}`. - -### 2.24.0: Milestone Release - -**Enhancements** - - - Let sidebar menu optionally show icons only. - - Let iconify font icons have size parameter. eg `iconify-mdi:garage-variant 48px` - -**Fixes** - - - Fix for dropdown options being options. - - Datepicker auto selects first day of week based on browser locale. - - Add tooltips for layout fixed/not-fixed icons. - - Fix layout drag between groups. - -### 2.23.5: Maintenance Release - -**Fixes** - - - Set checkbox label to be full width. Issue #622 - - Add CSS for ui-list menu select to match theme. - - Add node-id property to each md-card. - - Force time picker image to contrast with background. - - Let slider show status even if no nodes attached to output. - - Fix dropdown to return correct message type. - -### 2.23.4: Maintenance Release - -**Fixes** - - - Truncate input data array if larger than number of points required. Issue #617 - - Fix dropdown regression to handle objects - - PR to report correct IP address when using Nginx or proxy. PR #620 - -### 2.23.3: Maintenance Release - -**Fixes** - - - Fix regression in dropdown returning 0 value. Issue #614 - - Fix ui_textinput-CR to allow any step so floats validate ok. Issue #609 - - Ensure voice option picks a unique selector. Issue #613 - - Update libraries to fix missing weather/moon icons - - ### 2.23.2: Maintenance Release - -**Fixes** - - - Fix dropdown to correct return values not labels - - ### 2.23.1: Maintenance Release - -**Fixes** - - - Fix date picker to return midnight on picked day. PR #600 - - Add some validation to dropdown widget values to flag duplicates. - - Fix dropdown to only return valid options if options changed dynamically. - - Fix group spacings to align better. - - Fix wave gauge to also allow using random msg properties. Issue #607 - -### 2.23.0: Milestone Release - -**Enhancements** - - - Fix custom colour sidebar choice to actually work. - - Dropdown multiselect now allows select/deselect all. PR #590 - - Add iconify- keyword to icon handling (still need to add js via template). - - Let notification node set timeout via msg.timeout property. - -**Fixes** - - - Block direct websocket connection attempts - only allow upgrades. - - Bump angular libs to 1.8.0 for security patch. - - Stop chart sending blank data payload on deploy. - - Ensure toast dialog cancel button defaults to on when in prompt with input mode. Issue #596 - - Remove some hardcoded CSS to help themeing support of editor. - -### 2.22.1: Maintenance Release - -**Fixes** - - - Re-insert missing weather icons fonts. - - Fix slider logic for touch devices. Issue #589 - -### 2.22.0: Milestone Release - -**Enhancements** - - - Add group (open/closed) event to ui_control output. - - Let browser bar theme copy dashboard theme (for Android). - - Add id to Tab div tag so css can be targetted. - - Add option for multi-selects in dropdown. PR #588 - -**Fixes** - - - Document _dontSend option for beforeSend callback. - - Let slider repeat click work in "send at end" mode. - - Force client reauth when old socket connection times out and 401s. PR #586 - - Fix navigation history, so back/formward browser buttons work. PR #587 - - Force socket.io to use secure link when using https. - - Allow dropdowns to take up more space on screen for longer lists. - - Make sure we don't fail on a null msg from a template. - -### 2.21.0: Milestone Release - -**Enhancements** - - - Let tooltip words be settable via {{msg.something}}. Issue #578 - - Move Gridstack to v0.6.4 - thanks HiroyasuNishiyama. PR #581,580 - -**Fixes** - - - Fix Form Date input to accept inject of date correctly. - -### 2.20.0: Milestone Release - -**Enhancements** - - - Add open and close options for groups to ui_control node. - - Add cubic and cubic-monotone to chart interpolation options. - - Allow ui_control msg to widgets also set .label property. - - Add option to try to load dist/loading,html for those that want it. - - Add msg.event for button clicks. - - Make Gridstack a normal dep so they can count installs. Bump to v0.5.5 - - Let mousewheel change slider. Issue #575 - - Add UTC option to Chart node X-Axis. - - Add no resend on refresh option to template node. - - **Fixes** - - - Add placeholder to ui-form date type to give a clue that yyyy-mm-dd works for Safari. - - Fix dropdown to save topic for input for subsequent selections. Issue #570 - - Fix colour picker to show appropriate controls by default. Issue #572 - -### 2.19.4: Maintenance Release - -**Enhancements** - - - Add feedback option to dialog widget. - - Add persistantFrontEndValue property to addWidget options so it possible to avoid replay message to be sent when front end reconnect. PR #558 - - **Fixes** - - - Re-add gridstack min map to reduces warnings. - - Added crossorigin attribute to manifest link. PR #560 - -### 2.19.3: Maintenance Release - -**Enhancements** - - - Let dropdown status show selected label rather than value. - -**Fixes** - - - Fix notification to send cancel instead of OK when dismissed by blank message. - - Fix Angular theme reverting to light in menu. Issue #554 - -### 2.19.2: Maintenance Release - -**Fixes** - - - Revert dropping of angular material icons with animation. Issue #552 - - ### 2.19.1: Maintenance Release - -**Enhancements** - - - Self host Material Icons Font - PR #550 - -**Fixes** - - - Adjust Gauge title spacing. - -### 2.19.0: Milestone Release - -**Enhancements** - - - Let ui_form node accept input to prefill, and add multiline text - - Let dialog be removed by blank message. - -**Fixes** - - - Fix undocumented change to justgage custom sectors api. Issue #547 - -### 2.18.0: Milestone Release - -**Enhancements** - - - Update justgauge to latest (now maintained) version and drop monkeypatch. Issue #535. - - Add engines node8 to package.json - -**Fixes** - - - Stop propagation of swipe when using color picker - Issue #539 - - Handle tab names with multiple spaces in for hide/show - Issue #541 - - Update gulpfile.js to gulp 4 - Issue #542 - - Fix numeric step rounding when changed by ui_control - -### 2.17.1: Maintenance Release - -**Fixes** - - - Add warning re missing order property in custom widget nodes - - Fix notifications. Issue #537. - -### 2.17.0: Milestone Release - - **Fixes** - - - Better vertical align larger button icons if supplied via label text - - Fix ui_notification node to not accept raw HTML by default, add option to allow. - -### 2.16.3: Maintenance Release - - **Enhancements** - - - If template has height -1 then set it to 0 height (test). - - Add wrap value feature to numeric node. - - **Fixes** - - - Ensure widgets handle undefined msg parts for labels etc. - - Fix scrollbar theming inside template. - - Ensure msg.topic really doesn't exist if not specified, for all ui nodes. Was PR #531 - - Backlevel less package to fix IE11 loading, Issue #530 - -### 2.16.2: Maintenance Release - -**Enhancements** - - - Ui-control can be set to only report connect events, or change tab events. - -**Fixes** - - - Stop slider sending twice (after fixing endstop issue below). Issue #527 - - Fix Theme colour swatch size. - -### 2.16.1: Maintenance Release - -**Fixes** - - - Fix toast to show border correctly and better timing. Issue #525 - - Stop colour picker sending on page refresh. Issue #514 - - Fix layout tool group locations. PR #526 - - Fix slider not sending if past end of widget. - -### 2.16.0: Milestone Release - -**Enhancements** - - - Add Dashboard Layout tool - Major contribution - Thanks @KazuhiroItoh - PR #482 - - Add ui.isDark() returns true/false if overall theme is dark or light, so the widget could switch appropriately. (can already use getTheme() to get actual colors if needs be.) - - **Fixes** - - - Make spacer transparent so background is really the background. - - Fix text_input to only send duplicates if enter key hit multiple times and not on loss of focus. Issue #513 - - Fix color-picker to not emit on tab change, and fix background overlay. Issue #514 - - Fix IE11 loading issue #515 (reversion) - - Improve embedded node-red dashboard full path resolve - Issue #517 - - Let ui-form input be full width on IE11 - Issue #524 - -### 2.15.5: Maintenance Release - - **Enhancements** - - - Add compression middleware by default to speed up loading. Thanks @zyrorl - -**Fixes** - - - Fix legend to keep items hidden when new data arrives. Issue #507 - - Re-re-fix switch to not show correct icon despite passthru, and toggle output correctly. Issue #506 - - Make Dialog and Toast be more consistent - - Fix odd gauge behaviour when in donut mode - - Fix UI redraw (not redrawing when changing tabs). PR #508 - - Fix vertical slider in only on release mode - - Let webfont loader be async to not delay page load when offline, and fail silently - - Fix Datepicker to honour Site date format - - Tweak passthrough option wording to try to match what actually happens - - Fix text-input to only send one message when using tab key to move fields - -### 2.15.4: Maintenance Release - -**Enhancements** - - - Add CSS variable names for main theme colours to make user customisations easier - -**Fixes** - - - Re-fix switch to not visibly switch when set to show input not output. Issue #506 - - Fix colour swatch widths in ui_chart and ui_gauge. - -### 2.15.3: Maintenance Release - -**Enhancements** - - - Let ui_template use full screen editor (when used with NR 1.0) - -**Fixes** - - - Fix slider css so numbers stay visible when in "on release only" mode - - Fix switch to show correct state for late connecting clients. Issue #497 - - Fix button to show correct state for late connecting clients. Issue #499 - - Fix sidenav to ensure colour picker is behind it. Part of issue #492 - - Better contrast for sidebar menu buttons to work across themes. Issue #500 - - Revert colour picker to its default design with colour + lightness, add square option, and fix cursor. Issue #502 - - Fix slider discrete mode to align better, blend theme better and not hide thumb. Issue #503 - - Fix button to return to original colour on loss of focus. Issue #504 - -### 2.15.2: Maintenance Release - -**Fixes** - - - Fix legend being visible when it should not be. Issue #494 - - Fix ui_text_input time mode to accept and passthrough input correctly. Issue #495 - - Fix theme to better handle new ui_list node switch styles. - -### 2.15.1: Maintenance Release - - **Fixes** - - - Fix built in fa-icons font paths - -### 2.15.0: Milestone Release - -**Enhancements** - - - Allow ui_chart to have many more options set by control message, see [config-fields.md](config-fields.md) - - Allow `ui.middleware` in settings.js to specify middleware for use with dashboard endpoint. See [PR #209](https://github.com/node-red/node-red-dashboard/pull/209/) for example usage. - -**Fixes** - - - Ensure `msg.enabled` applies to all themes. Issue #481 - - Ensure theme applies to popup dialog alerts also. - - Ensure slider only sends on mouse up when in that mode. Issue #490 - -### 2.14.0: Milestone Release - -**Enhancements** - - - Allow Tabs to be hidden or disabled dynamically from a ui_control msg. - - Finally remove deprecated second output from ui_chart node. - - Allow ui_form to be submitted with empty fields (if they are not required) - -**Fixes** - - - Don't try to close non-existent menu at start (logging issue only) - Issue #470 - - Add startsWith polyfill for IE11 - - Ensure active sidebar menu item is highlighted - Issue #472 - - Sanitise display of html input - Issue #473 - - Respect msg.socketid to return msg back to selected session when using ui_template - - Allow dropdown to have 0 pre-configured values, by removing validation. - -### 2.13.2: Maintenance Release - -**Fixes** - - - Revert change that broke gauge pointer colours - -### 2.13.1: Maintenance Release - -**Fixes** - - - Fix ui_template to return correct sessionid to each browser. - - Fix line chart xAxis hover to use same time format as main axis - - Fix chart colours to have more than 9 colours just in case - Issue #465 - - Remove circular ref in menu that caused problems with 0.20 beta - - Let ui_text node send data onBlur when in wait for key mode - - Update Angular dependency to 1.7.6 - Issue #462 - - Add X-UA-Compatible tag to help to get IE-11 to behave - - Fix css to use numerics not incorrect name - Issue #469 - -### 2.13.0: Milestone Release - -**Enhancements** - - - Add ability to hide and/or disable tabs manually - PR #456 - -**Fixes** - - - Fix up ui_text toString mishandling error - Issue #459 - - Add some undo capability to ordering of widgets - Issue #461 - -### 2.12.2: Maintenance Release - -**Fixes** - - - Revert change to button and switch typed inputs - Issue #455 - - Fix handling of {{msg.property}} handling for labels - -### 2.12.1: Maintenance Release - -**Fixes** - - - Ensure spacer actually gets created with no users - -### 2.12.0: Milestone Release - -**Enhancements** - - - Introduce concept of spacer nodes in groups to allow more widget layout options - -**Fixes** - - - Set order value correctly for newly added ui nodes - - Let ui_text node handle buffers without mangling to utf8 - - Fix ui_template info odd/even example to work again (after theme changes) - - Ensure colour picker retains old value on multiple reloads when in dynamic mode - Issue #452 - - Fix missing page titles (mea culpa) - Issue #453 - -### 2.11.0: Milestone Release - -**Enhancements** - - - Let side menu be locked open via site config tab - Issue #446 - - Let audio playback node show status in editor for debug - -**Fixes** - - - Fix button background CSS so it can be over-ridden - Issue #444 - -### 2.10.1: Maintenance Release - -**Enhancements** - - - Let slider only send on mouse release (discrete mode) - -**Fixes** - - - Stop background path css escape for gauge - - Fix radar chart so it picks up theme - Issue #443 - -### 2.10.0: Milestone Release - -**Enhancements** - - - Add PR to allow pluggable widgets. PR #427 - - see https://github.com/node-red/node-red-dashboard/wiki/Creating-New-Dashboard-Widgets - - Let users use 100% Angular theme if desired. - - Add footer div with id nr-dashboard-footer to make targeting easier. - - Add Japanese translations for ui_control node. PR #439 - -**Fixes** - - - Add polyfill for IE11 Object.assign. Issue #402 - - Tweak colour picker to default to solid colours - - Fix up ng-click colours in list. Issue #433 - -### 2.9.8: Maintenance Release - -**Fixes** - - - Tidy up dashboard widget list if widget moved then renamed. Issue #426 - - Let numeric widget handle angular filters again for value. Issue #428 - -### 2.9.7: Maintenance Release - -**Enhancements** - - - Let link specify existing tab. Issue #420 - - Let bar charts specify legend if required. Issue #423 - - Add more links to lists of icons available. - -**Fixes** - - - Ensure old forms Submit/Cancel buttons still display a value. - - Let internal form elements scale more appropriately with grid size. Issue #416 - - Adjust slider timing to try to better smooth output - -### 2.9.6: Maintenance Release - -**Fixes** - - - Update socket.io to remove audit vulnerability. Issue #411 - -### 2.9.5: Maintenance Release - -**Fixes** - - - Remove colour from button when in template in no style mode. Issue #400 - - Fix format support for numeric widget. Issue #401 - - Fix min-width of dropdown label field. Issue #405 - - Let blank value field in gauge NOT display the value text (default to payload). Issue #406 - - Let form buttons have changeable text. Issue #408 - -### 2.9.4: Maintenance Release - -**Fixes** - - - Let text input node handle floating point input when in numeric mode. Issue #391 - - Fix incorrect scoping of colour palettes in charts. Issue #396 - - Docs updates re some of the ui_control to make groups show/hide. - -### 2.9.3: Maintenance Release - -**Fixes** - - - Revert change to sessionStorage - better fix for Issue #386, unfix Issue #384 - -### 2.9.2: Maintenance Release - -**Fixes** - - - Let dropdown edit config, scale more sensibly on slide out. - - Change to sessionStorage to mitigate httpAuth issue. Issue #384 - - Ensure groups are restored rather than completely disappeared on refresh. Issue #386 - - Let bar charts also auto scale negative values. Issue #387 - - Use rounded line joins on charts to reduce spiky-ness. - - Ensure numeric input matches theme (now that it is editable) - - Fix Gauge so {{ format }} works again. - -### 2.9.1: Maintenance Release - -**Fixes** - -- Let dashboard work if localstorage not available. PR #383 -- Let numeric field also be editable -- Clean up gauge value (to be more as previously). Issue #385 - -### 2.9.0: Milestone Release - -**Enhancements** - - - Allow groups to be hidden and made visible via ui_control {group:{hide:["tab_name_group_name_with_underscores"],show:["another_group"],focus:true}} - - Allow `readOnly:true` in settings.js `ui` section to disable all input to dashboard. - You can still click/type but nothing gets sent to backend. - - Add "No theme in ui_template" option to site options to allow regular angular theme through. Issue #379 - - Add option to remove hue slider from color-picker - - **Fixes** - - - Monkeypatch fix for Justgage negative numbers. Issue #113 - - Ensure toast is a string. - - Clean up require of tinycolor2. Issue #367 - - Allow numeric input in form to accept floating point numbers. Issue #368 - - Fix small wrinkle in reset of head elements on reload - - Fix Use of object assign for IE11. Issue #372 - - Fix button background colour for IE11. Issue #373 - - Let Gauge display invalid value as text, and set pointer to minimum value rather than 0 - - Fix date picker width to stop css overrides. Issue #378 - - Try to resolve blurred charts. Issues #302 and #380 - -### 2.8.2: Maintenance Release - -**Enhancements** - - - Let Gauge units be specified by msg {{property}} - -**Fixes** - - - Better fix for numeric field widths. Issue #344 - - Fix some theme <-> library consistency issues - - Clean up old line chart data from other topics after 60s. Issue #342 and #360 - -### 2.8.1: Maintenance Release - -**Enhancements** - - - Let Gauge widget accept {{payload.foo.bar}} style property input - -**Fixes** - - - Fix references to FontAwesome to pin to version 4.7.0 icons - - Give numeric field a width so buttons don't wobble (so much). Issue #344 - - Let gauge change labels more dynamically - - ensure dateFormat defaults to something valid - -### 2.8.0: Milestone Release - -**Enhancements** - - - Allow groups to be collapsed (extra option in group config) - PR #333 Issue #73 and #177 - - Add a bit more status to switch, slider, numeric and dropdown - Issue #335 - - Add vertical slider capability if height > width - - Add scope.theme to ui_template scope to allow users to pick up default colours - - Add scope watch example to ui_template info panel - -**Fixes** - - - Fix text time input format to report in milliseconds from local midnight - - Fix change tab event to report correctly when switching to tab 0 - - Fix template editor minimum height so always visible - - Fix sanitise notification html input, but allow basic markup. - -### 2.7.0: Milestone Release - -**Enhancements** - - - Add initial manifest.json capability for Android add to home screen - - Add weather-icons-lite font - may finally close #165 - - Let boolean false values also create gaps in charts (as well as null) - - Add status to switch widget (and slider, numeric and dropdown) - Issue #314 - - Add "welcome" page to blank dashboard - Issue #318 - - Add i18n for base pages (thanks Nishiyama-san)- PR #315 - -**Fixes** - - - Fix tab to send data from text entry field - Issue #307 - - Fix colour picker hex output/passthrough - Issue #308 - - Ensure there is a base tab to switch to at start - Issue #310 - - Constrain changetab event when starting up with blank dashboard - - Update ui-masonry to fix layouts - PR #312 - - Fix path join for icon link to dashboard - Issue #319 - -### 2.6.2: Maintenance Release - -**Fixes** - - - Fix problem with partial deploy - Issue #279 - - Remove `msg.` option from Button as makes no sense without node context - Issue #301 - - Better handling of empty data series in chart data - -**Enhancements** - - - Add time option to text input widget. - - Let colour picker optionally send outputs as they change - Issue #299 - -### 2.6.1: Maintenance Release - -**Fixes** - - - Fix "connection lost" on initial load - Issue #298 - -### 2.6.0: Milestone Release - -**Enhancements** - - - Let widgets have properties set by `msg.ui_control` object - see config-fields.md - Issue #235 - - Let charts lines have gaps by sending null as payload. - - **Fixes** - - - Fix TTS to pick correct voice at start - Issue #291 - - Fix TTS to try to select similar voice across different browsers - Issue #292 - - Fix chart colours to re-initialise correctly on refresh - Issue #296 - -### 2.5.1: Maintenance Release - -**Fixes** - - - Fix chart reference to 0.2.5 to the correct 2.5.0 - Issue #281 - - Fix line chart legend back to top and shrink colour swatch size - Issue #283 - - Fix bar chart colours to be like previous style - - Fix blank array to clear out old and new style charts - - Slight chart positioning adjustment - -### 2.5.0: Milestone Release - -**Enhancements** - - - Let ui_chart use chart.js style data array - faster, better data import/export, allow insert of data with `msg.timestamp`, bar chart supports multiple series using `msg.series` - Issues #261, #224, #144 - - Let chart accept non-timeseries array of data (just y values) - - Let chart set x-axis labelling to automatic to try to best guess time units - - Let widget size be specified by typed input as well as drag PR #270 - - Allow button to set colour and background colour via msg properties #275 - - Add browser side locale support for charts and datepicker number and date formatting. - -**Fixes** - - - Fix ui_template msg.template lost on reload - Issue #266 - - Fix notification popup displays incorrect topic - Issue #269 - - Let switch label be set my message even if payload same as previously -Issue #274 - - Clean up any extra ui_base nodes that get imported - Issue #273 - - Make sure dropdown doesn't pass through when set not to pass-through - Issue #276 - -### 2.4.3: Maintenance Release - -**Enhancements** - - - Add links to web pages of icons to Tab info - - Let alerts contain html content - Issue #253 - - Let bar charts use same colour for all bars - - **Fixes**s - - - Set y-Axis scale if max and min set to stop overlapping labels - - Make input field and justgage font match theme font choice - - Fix icon position for min fab buttons - PR #255 - - Redo update logic on tab change - Issue #256 - -### 2.4.2: Maintenance Release - -**Enhancements** - - - Let ui_chart enlarge points so they are visible dots - -**Fixes** - - - Revert version of socket.io to keep working on node.js v0.10.... - -### 2.4.1: Maintenance Release - -**Fixes** - - - Fix location for fa-icons - - Make Tabs/Links window correctly expandable on Firefox - -### 2.4.0: Milestone Release - -**Enhancements** - - - Add ability to specify basefont style. (NOTE the Cross Platform font uses a - system font stack approach that should look good across as many platforms as possible) - - Merge tabs and links so all can be re-ordered - PR #234 - - Let labels handle multiple properties (like payload and colour) - - Add possibility to use a template node to add or replace content inside <head> tag. PR #239 - - Adjust Form widget spacing to line up with other widgets - - **Fixes** - - - Simpler, better date injection to preset date-picker - - Let switch resize after being set to 1x1 - -### 2.3.11: Maintenance Release - -**Enhancements** - -- Add name of tab to ui_control node tab change msg -- Let dropdown use value as label if not otherwise specified -- Add label field to date-picker -- Adjust labels spacing on gauges to look better at small sizes - -**Fixes** - - - Make sure chart display is fully refreshed on tab change - Issue #226 - - Catch another possible missing theme escape path. - - Fix msg. label regression for ui_text node - Issue #230 - - Retain enable/disable state of widgets (broken in 2.3.10) - - Fix name-spacing of base node inputs - - Fix custom theme to default back to previous setting - -### 2.3.10: Maintenance Release - -**Enhancements** - - - Make fixup of Font Awesome fonts easier for developers - - Let the Wave gauge display units if you wish - - Add *change* tab event to ui_control output and also accept +1 and -1 to move to next/prev tab - Issue #194 - - Let label field be set by a {{msg.property}} (for all widgets with label field) - Issue #220 - -**Fixes** - - - Unbreak change made in 2.3.9 that dropped all msg with no payload. - - add passthru flag to button (as per other nodes) - Issue #211 - - fix bad number conversion for slider (and other nodes), if payload not set - Issue #212 - - now returns undefined which leaves UI unchanged, but passes through msg - - Fix bar charts not being cleared properly by [] - Issue #217 - - Fix Node-RED crashing on chart bad data input conversion - Issue #218 - -### 2.3.9: Maintenance Release - -**Fixes** - - - Dashboard Tab - still occasionally empty (for old dashboard migrations) - - Add CSS to try to help fix scroll of Edge Mobile devices - Issue #207 - - Fix Apple Touch Icon - Issue #208 - - Fix widget sy height (was picking up sx by mistake) - Issue #210 - - Don't let widget bother handle msg with no payload (only handle enabled) - Issue #211, #212 - -### 2.3.8: Maintenance Release - -**Enhancements** - - - Add keyboard shortcut to menu of shortcuts (ctrl-shift-d - Show Dashboard) - -**Fixes** - - - Critical Fix : for Dashboard tab not populating on initial empty flow - -### 2.3.7: Maintenance Release - -**Enhancements** - - - Stop rendering datapoints out of range on line charts - Issue #198 - - Let dropdown placeholder text be editable - Issue #202 - -**Fixes** - - - Let date-picker survive changes of tabs - Issue #189 - - Change text input box to detect tab to send data (rather than loss of focus) - Issue #196 - - Update Site properties in UI when theme loaded from library - Issue #197 - - Fix audiocontext to reuse existing - Issue #199 - - Better align text input and dropdown text inputs - Issue #201 - - Let ui be hosted at / if required - Issue204 - - Let bar and pie charts be reloaded correctly from saved data - Issue #205 - - Let base colour theme edits work again (rather than resetting all the time) - -### 2.3.6: Maintenance Release - -**Enhancements** - - - let ui_gauge sector sizes be specified - - sending tab change of "" to ui_control refreshes current page - - let button widget pass messages (or be triggered by input) - - enhance gulp, jshint and jscs checks - - Hide page *title* tag until actually set - - add optional i18n.js file to dist - - optionally let switch status be set by input/feedback rather than press - PR #188 - -**Fixes** - -- stop numeric widget emitting on accidental mouseover -- text input will now send it's payload on losing focus as well as enter (if in enter mode) -- fix form colours to be more dynamic to match theme, Issue #186 - -### 2.3.5: Maintenance Release - -**Fixes** - - - let numeric (and slider) widget accept floating point presets if step set appropriately Issue #185 - - initialises OK if absolutely no theme present from old flow - - knock the corners off homescreen icon - -### 2.3.4: Maintenance Release - -**Enhancements** - - - Add IOS homescreen icon link - PR #176 - - Let datepicker accept timestamp input to preset date. - - Don't react to swipe in charts, or slider - -**Fixes** - - - move to ngTouch rather than mdTouch to fix swipe/scroll Issue #164 - - correct data output format from bar chart type chart - fixes Issue #181 - - prevent button forwarding input messages as it makes no sense. - PR #170 - - correct select box example - PR #182 - - fix compass colour to be set by custom widget colour - - centre icon in button widget - -### 2.3.3: Maintenance Release - -**Fixes** - - - Fix saving of named custom themes - - Fix dashboard link icon not appearing for FF and Safari - - Default old text colours so they are visible - -### 2.3.2: Maintenance Release - -**Fixes** - - - Stop light and dark colour reset icon repeating on tab changes - - Let colour helper library load from editor side - - Better height detection (or lack of) for template nodes - - Catch ui_gauge initialisation errors - -### 2.3.1: Maintenance Release - -**Fixes** - - - Fix gauge initialisation for upgrading dashboard version - -### 2.3.0: Milestone Release - -**Enhancements** - - - Add Themes to Dashboard Tab - includes colour and sizes and other options - Issue #137 - - Colour-picker - add configurable lightness slider - PR #123 - - Configurable colour for Notification toasts - Issue #145 - - Remove whitespace from above gauge with no label - Issue #159 - - Let gauge widgets scall larger when basic unit size increased - Issue #162 - - Let most labels show icons if required (via html <i syntax) - - Add date-picker widget - Issue #14 - - Give audio node option to play when not in focus - Issue #167 - -**Fixes** - - - also check template for existence of sole <link tag : if so set height to 0 - - ensure ui_base node has a user to prevent node appearing in "unused" config nodes tab - Issue #110 - actually fixed in core for 0.16.1 - - chart no longer emits a blank array on start (which was wiping out file storage of data) - - link tabs were stuck at light theme - now follow overall theme correctly - Issue #149 - - fixed numeric widget to not have rounding error, and also occasional stall/hang - Issue #150 - - fixed numeric widget not starting at min value - Issue #163 - - dashboard root path re-write from UI now working - - remove .res and .req properties of msg in case they have circular refs - Issue #153 - - make dropdown widget arrow, chart gridlines, match theme - - remove .req and .res properties to remove problems with circular references - -### 2.2.1: Maintenance Release - -**Fixes** - - - Gauges now scale properly on IE9/10/11 and Edge - - Increase chart size to better fill available space - - Fix colour-picker touch support (temporary patch while awaiting upstream fix) - - Fix slight transparency issue on select dropdown - - Small changes to colour-picker styling - - Allow use of wi and icofont icon families (only if loaded externally via ui_template) - - Fix for overlapping last X-axis label (temporary while fixed upstream) - -### 2.2.0: Milestone Release - -**License change** - - - Change of license copyright to Javascript Foundation - -**Deprecated** - - - Second output from chart node - use the `ui_control node` instead. This will emit both *connect* and *lost* messages for each client that connects or loses connection. The 2nd output from the chart node will eventually be removed in a future release. - -**Enhancements** - - - Replace nvd3 charts with **charts.js** charts - to fix various issues - - Add pie chart and horizontal bar chart options to new charts.js based widget - - Add ui_colour_picker widget to palette - - Add ui_audio out widget for wav, mp3 and TTS to Dashboard - - Add step option to ui_numeric input widget - - Add background colour setting to ui_button widget - - ui_control emits "connect" and "lost" messages for client id and ip. - - Add OK/Cancel Dialog mode to ui_notification widget, if msg.socketid is present the notification will only go to that client. - - All ui elements now also emit `msg.socketid` - - bumped fa-icons version to 4.7.0 - -**Fixes** - - - Replace nvd3 charts with charts.js charts - to fix various issues - - change link `_new` refs to `_blank` to be standards compliant - - fix fa icons default size so fixed width matches material icons width (24px) - - bump sockets.io version - - fixed dropdown generating messages when opening tab - - -### 2.1.0: Milestone Release - -**License change** - - - Change of license from MIT to Apache-2.0 to be in line with other Node-RED projects - (approved by all contributors) - -**Enhancements** - - - Complete re-write of group layout code to stop overlapping issues - - Add ui_form widget to submit complete form in one go - - Add swipe left/right between tabs - - Add "comms lost" toast when connection lost to server - - Add allow formatting of chart x-axis date formatting - - Let ui_numeric, ui_textinput and ui_dropdown also control passthru of incoming values - - Add step size option to ui_slider widget to allow floating point numbers more easily - - Allow switch label to be dynamically set by msg input - - Add Dashboard version number to console.log on start - -**Fixes** - - - Fill dark background more completely - - Fix CSS sizing for Safari 10 - - Let ui_dropdown pass through payload values - - Let dashboard open iframes again (if allowed by remote site) - - Stop double scrollbars appearing on internal frames - - Stop ui_control causing missing group prompt - - Fix missing sidenav "left" item on initial page load - - Fix enter key to work for ui_textinput on FF - - Fix groups sizes to display border correctly on FF - - Fix dropdown select types - - Fix switch to only switch if input value matches on and off values - - -### 2.0.2: Maintenance Release - -**Enhancements** - - - Add password entry option to text input - - Add basic colour names to themes - - Let slider and switch optionally not pass through messages - - Add time formatter to chart x-Axis - - Add ui_control widget to allow dynamic tab switch - - Chart will warn every 1000 points (not a fix for too much data but just a hint :-) - - Allow dropdown to be configured by passed in options - - Allow text widget to optionally wait for enter key - - Allow msg.enabled=false to disable any widget - - Change dark theme so groups look flat (no widget borders) - - Add bar chart mode to graph widget - - Change template widget so default is to accept passed in html - - Allow Gauge 3 colour ranges to be set - - Allow Toast notification position to be set - -**Fixes** - - - Relax auto-creation of ui_base - - Handle imported flows properly when updating sidebar tree - - Maintain expand/collapse states of sidebar tree on refresh - - Make sure gauge colours default even if theme broken - - Fix template editor auto height sizing to fill window - - Template node better height auto detection (but only if in auto size mode) - - Better layout alignment for groups on wide and narrow screens - - Allow msg with no payload to be handled - - -### 2.0.1: Maintenance Release - -**Fixes** - - - Sorting groups/tabs in sidebar not sticking - - Tidy up auto-generation of ui_base node - - -### 2.0.0: Milestone Release - - - First release published to npm diff --git a/software/flow/node_modules/node-red-dashboard/CONTRIBUTING.md b/software/flow/node_modules/node-red-dashboard/CONTRIBUTING.md deleted file mode 100644 index cdaf2d9..0000000 --- a/software/flow/node_modules/node-red-dashboard/CONTRIBUTING.md +++ /dev/null @@ -1,60 +0,0 @@ -# Contributing to Node-RED-Dashboard - -We welcome contributions, but request you follow these guidelines. - - - [Raising issues](#raising-issues) - - [Feature requests](#feature-requests) - - [Pull-Requests](#pull-requests) - - [Contributor License Agreement](#contributor-license-agreement) - -This project adheres to the [Contributor Covenant 1.4](http://contributor-covenant.org/version/1/4/). -By participating, you are expected to uphold this code. Please report unacceptable -behaviour to any of the [project's core team](https://github.com/orgs/node-red/teams/core). - -## Raising issues - -Please raise any bug reports on the relevant project's issue tracker. Be sure to -search the list to see if your issue has already been raised. - -A good bug report is one that make it easy for us to understand what you were -trying to do and what went wrong. - -Provide as much context as possible so we can try to recreate the issue. -If possible, include the relevant part of your flow. To do this, select the -relevant nodes, press Ctrl-E and copy the flow data from the Export dialog. - -At a minimum, please include: - -- Version of Node-RED-Dashboard - either release number if you downloaded a zip, or the first few lines of `git log` if you are cloning the repository directly. - - Version of Node-RED - either release number if you downloaded a zip, or the first few lines of `git log` if you are cloning the repository directly. - - Version of node.js - what does `node -v` say? - -## Feature requests - -For feature requests, please raise them on the [mailing list](https://groups.google.com/forum/#!forum/node-red). - -## Pull-Requests - -If you want to raise a pull-request with a new feature, or a refactoring -of existing code, it may well get rejected if you haven't discussed it on -the [mailing list](https://groups.google.com/forum/#!forum/node-red) first. - -### Contributor License Agreement - -All contributors need to sign the JS Foundation's Contributor License Agreement. -It is an online process and quick to do. You can read the details of the agreement -here: https://cla.js.foundation/node-red/node-red. - -If you raise a pull-request without having signed the CLA, you will be prompted -to do so automatically. - -### Coding standards - -Please ensure you follow the coding standards used through-out the existing -code base. Some basic rules include: - - - indent with 4-spaces, no tabs. No arguments. - - opening brace on same line as `if`/`for`/`function` and so on, closing brace - on its own line. - - There are **.jshintrc** and **.jscsrc** files included in the project which - should be used to help formatting. diff --git a/software/flow/node_modules/node-red-dashboard/Charts.md b/software/flow/node_modules/node-red-dashboard/Charts.md deleted file mode 100644 index 9e2543e..0000000 --- a/software/flow/node_modules/node-red-dashboard/Charts.md +++ /dev/null @@ -1,106 +0,0 @@ -# Node-RED-Dashboard Charts - -## Live data - -To display live data just wire up an input with a `msg.payload` that contains a number. - - -### Line charts - -To display two or more lines on the same chart then each `msg` must also contain `topic` -property that identifies which data series it belongs to - for example: - - {topic:"temperature", payload:22} - {topic:"humidity", payload:66} - -Each series will be represented by a different colour. -Alternatively you can use the property `series` instead of `topic` if you prefer. - -It is possible to create "gaps" in line charts by sending either a null or boolean false as the payload. - -You can also insert extra data points by specifying the `timestamp` property. This must be in -either epoch time (in miliseconds, not seconds), or ISO8601 format. - - {topic:"temperature", payload:22, timestamp:1520527095000} - -### Bar, and other charts - -If you want all the bars to be the same colour, then use the `label` property instead. - - {label:"indoor temperature", payload:22} - {label:"outdoor temperature", payload:15} - -You can have both a label and series property if you want. - -## Stored data - -To display a complete chart in one go - for example from a set of points retrieved from a database, -the data must be supplied in the form of an array, that holds an object that has `series`,`labels`, and `data` arrays. -This is broadly the same as the raw format used by the angular chart.js library. - -You will need to process your data into this structure in order to render it correctly. - -### Line charts - -For line charts an example is given below - - [{ - "series": ["A", "B", "C"], - "data": [ - [{ "x": 1504029632890, "y": 5 }, - { "x": 1504029636001, "y": 4 }, - { "x": 1504029638656, "y": 2 } - ], - [{ "x": 1504029633514, "y": 6 }, - { "x": 1504029636622, "y": 7 }, - { "x": 1504029639539, "y": 6 } - ], - [{ "x": 1504029634400, "y": 7 }, - { "x": 1504029637959, "y": 7 }, - { "x": 1504029640317, "y": 7 } - ] - ], - "labels": [""] - }] - -For non-timeseries data - for example data in labelled categories, rather than use x and y, -the format should be as follows: - - [{ - "series": ["X", "Y", "Z" ], - "data": [ [5,6,9,10], [3,8,5,10], [6,7,2,10] ], - "labels": [ "Jan", "Feb", "Mar", "Apr" ] - }] - -### Bar and Pie charts - -for bars of different colours - - [{ - "series": [ "X", "Y", "Z"], - "data": [ [5], [3], [6] ], - "labels": [ "Jan" ] - }] - -for bars of the same colour, set the flag `Use first colour for all bars` in the -node configuration, and set labels for each column - - [{ - "series": [ "X" ], - "data": [ [5,6,9] ], - "labels": [ "Jan", "Feb", "Mar" ] - }] - -and these can be mixed - you can have series and labels defined... - - [{ - "series": ["X", "Y", "Z" ], - "data": [ [5,6,9,10], [3,8,5,11], [6,7,2,12] ], - "labels": [ "Jan", "Feb", "Mar", "Apr" ] - }] - -## Example - -Here is an example you can import demonstrating many of these formats and capabilities - - [{"id":"1c24be99.3dc2f1","type":"function","z":"df030567.d1ff38","name":"","func":"var m={};\nm.labels = [\"January\", \"February\", \"March\", \"April\", \"May\", \"June\", \"July\"];\nm.series = ['Series A', 'Series B', 'Series C'];\nm.data = [\n [65, 59, 80, 81, 56, 55, 40],\n [28, 48, 40, 19, 86, 27, 90],\n [38, 28, 20, 49, 45, 60, 20]\n ];\nreturn {payload:[m]};","outputs":1,"noerr":0,"x":290,"y":360,"wires":[["80476e4d.6f64a","f4e610a1.1c381","fe515729.789e58","3c681829.4ff7d8"]]},{"id":"80476e4d.6f64a","type":"ui_chart","z":"df030567.d1ff38","name":"","group":"89749fb7.87f01","order":1,"width":0,"height":0,"label":"line chart","chartType":"line","legend":"false","xformat":"auto","interpolate":"linear","nodata":"No Data","dot":false,"ymin":"","ymax":"","removeOlder":1,"removeOlderPoints":"","removeOlderUnit":"3600","cutout":0,"useOneColor":false,"colors":["#1f77b4","#aec7e8","#ff7f0e","#2ca02c","#98df8a","#d62728","#ff9896","#9467bd","#c5b0d5"],"useOldStyle":false,"x":560,"y":100,"wires":[[],[]]},{"id":"2583d993.df9cb6","type":"function","z":"df030567.d1ff38","name":"","func":"var chart = [{\n \"series\":[\"A\",\"B\",\"C\"],\n \"data\":[[{\"x\":1504029632890,\"y\":5},{\"x\":1504029636001,\"y\":4},{\"x\":1504029638656,\"y\":2}],[{\"x\":1504029633514,\"y\":6},{\"x\":1504029636622,\"y\":7},{\"x\":1504029639539,\"y\":6}],[{\"x\":1504029634400,\"y\":7},{\"x\":1504029637959,\"y\":9},{\"x\":1504029640317,\"y\":7}]],\n \"labels\":[\"\"]\n}];\nmsg.payload = chart;\n\nreturn msg;","outputs":1,"noerr":0,"x":290,"y":200,"wires":[["80476e4d.6f64a"]]},{"id":"c4af128e.0eb42","type":"ui_button","z":"df030567.d1ff38","name":"","group":"ab397e95.29ebe","order":1,"width":0,"height":0,"passthru":false,"label":"Time Line 1","color":"","bgcolor":"","icon":"","payload":"","payloadType":"str","topic":"","x":150,"y":200,"wires":[["2583d993.df9cb6"]]},{"id":"f4e610a1.1c381","type":"ui_chart","z":"df030567.d1ff38","name":"","group":"89749fb7.87f01","order":2,"width":0,"height":0,"label":"bar chart","chartType":"bar","legend":"false","xformat":"HH:mm:ss","interpolate":"linear","nodata":"No Data","dot":false,"ymin":"","ymax":"","removeOlder":1,"removeOlderPoints":"","removeOlderUnit":"3600","cutout":0,"colors":["#1f77b4","#aec7e8","#ff7f0e","#2ca02c","#98df8a","#d62728","#ff9896","#9467bd","#c5b0d5"],"useOldStyle":false,"x":560,"y":160,"wires":[[],[]]},{"id":"ed9dcc7d.422ad","type":"ui_button","z":"df030567.d1ff38","name":"","group":"ab397e95.29ebe","order":5,"width":0,"height":0,"passthru":false,"label":"array","color":"","bgcolor":"","icon":"","payload":"","payloadType":"str","topic":"","x":130,"y":360,"wires":[["1c24be99.3dc2f1"]]},{"id":"fc7b7968.33bb08","type":"random","z":"df030567.d1ff38","name":"","low":"1","high":"10000000","inte":"true","x":320,"y":560,"wires":[["80476e4d.6f64a"]]},{"id":"12b813b5.e358bc","type":"inject","z":"df030567.d1ff38","name":"","topic":"","payload":"","payloadType":"str","repeat":"","crontab":"","once":false,"x":150,"y":560,"wires":[["fc7b7968.33bb08"]]},{"id":"c6549407.0c1348","type":"function","z":"df030567.d1ff38","name":"","func":"var m={};\nm.labels = [10,20,30,40,50,60,70];\nm.series = ['Series A', 'Series B', 'Series C', 'Series D'];\nm.data = [\n [65, 59, 80, 81, 56, 55, 40],\n [28, 48, 40, 19, 86, 27, 90],\n [38, 28, 20, 49, 45, 60, 20],\n [58, 18, 40, 29, 15, 30, 60]\n ];\nreturn {payload:[m]};","outputs":1,"noerr":0,"x":290,"y":400,"wires":[["80476e4d.6f64a","f4e610a1.1c381","fe515729.789e58","3c681829.4ff7d8"]]},{"id":"27cc2706.421b18","type":"ui_button","z":"df030567.d1ff38","name":"","group":"ab397e95.29ebe","order":6,"width":0,"height":0,"passthru":false,"label":"array2","color":"","bgcolor":"","icon":"","payload":"","payloadType":"str","topic":"","x":130,"y":400,"wires":[["c6549407.0c1348"]]},{"id":"7bcd06e3.5cbab8","type":"function","z":"df030567.d1ff38","name":"","func":"var chart = [{\n \"series\":[\"A\",\"B\",\"C\"],\n \"data\":[[{\"x\":1,\"y\":5},{\"x\":2,\"y\":4},{\"x\":3,\"y\":2}],[{\"x\":4,\"y\":6},{\"x\":5,\"y\":7},{\"x\":6,\"y\":6}],[{\"x\":7,\"y\":7},{\"x\":8,\"y\":9},{\"x\":9,\"y\":7}]],\n \"labels\":[\"\"]\n}];\nmsg.payload = chart;\n\nreturn msg;","outputs":1,"noerr":0,"x":290,"y":240,"wires":[["80476e4d.6f64a"]]},{"id":"219123f5.f1d76c","type":"ui_button","z":"df030567.d1ff38","name":"","group":"ab397e95.29ebe","order":2,"width":0,"height":0,"passthru":false,"label":"Time Line 2","color":"","bgcolor":"","icon":"","payload":"","payloadType":"str","topic":"","x":150,"y":240,"wires":[["7bcd06e3.5cbab8"]]},{"id":"22caebb3.7cfe94","type":"function","z":"df030567.d1ff38","name":"","func":"var m = {};\nm.labels = [\"Download\", \"In-Store\", \"Mail-Order\"];\nm.data = [[300, 500, 100]];\nm.series = [\"Sales\"];\nreturn {payload:[m],topic:msg.topic};","outputs":1,"noerr":0,"x":310,"y":600,"wires":[["3c681829.4ff7d8","f4e610a1.1c381","80476e4d.6f64a","f5108a61.91a6b8","c7f5183f.012728","fe515729.789e58"]]},{"id":"3c681829.4ff7d8","type":"ui_chart","z":"df030567.d1ff38","name":"pie chart","group":"89749fb7.87f01","order":3,"width":0,"height":0,"label":"pie chart","chartType":"pie","legend":"true","xformat":"HH:mm:ss","interpolate":"linear","nodata":"","dot":false,"ymin":"","ymax":"","removeOlder":1,"removeOlderPoints":"","removeOlderUnit":"3600","cutout":"30","useOneColor":false,"colors":["#1f77b4","#aec7e8","#ff7f0e","#2ca02c","#98df8a","#d62728","#ff9896","#9467bd","#c5b0d5"],"useOldStyle":false,"x":600,"y":340,"wires":[[],[]]},{"id":"7d0f50b6.398f3","type":"ui_button","z":"df030567.d1ff38","name":"","group":"ab397e95.29ebe","order":10,"width":0,"height":0,"passthru":false,"label":"array for pie","color":"","bgcolor":"","icon":"","payload":"","payloadType":"str","topic":"Pie 4 T","x":150,"y":600,"wires":[["22caebb3.7cfe94"]]},{"id":"bf37d8d7.9bd558","type":"function","z":"df030567.d1ff38","name":"","func":"var chart = [{\n \"series\":[\"A\",\"B\",\"C\"],\n \"data\":[[{\"x\":1000000,\"y\":5},{\"x\":2000000,\"y\":4},{\"x\":3000000,\"y\":2}],[{\"x\":4000000,\"y\":6},{\"x\":5000000,\"y\":7},{\"x\":6000000,\"y\":6}],[{\"x\":7000000,\"y\":7},{\"x\":8000000,\"y\":9},{\"x\":9000000,\"y\":7}]],\n \"labels\":[\"\"]\n}];\nmsg.payload = chart;\n\nreturn msg;","outputs":1,"noerr":0,"x":290,"y":280,"wires":[["80476e4d.6f64a"]]},{"id":"e897b370.e8548","type":"ui_button","z":"df030567.d1ff38","name":"","group":"ab397e95.29ebe","order":3,"width":0,"height":0,"passthru":false,"label":"Time Line 3","color":"","bgcolor":"","icon":"","payload":"","payloadType":"str","topic":"","x":150,"y":280,"wires":[["bf37d8d7.9bd558"]]},{"id":"f6963e44.a328f","type":"function","z":"df030567.d1ff38","name":"","func":"var chart = [{\n \"series\":[\"A\",\"B\",\"C\"],\n \"data\":[[{\"x\":1000000000,\"y\":5},{\"x\":2000000000,\"y\":4},{\"x\":3000000000,\"y\":2}],[{\"x\":4000000000,\"y\":6},{\"x\":5000000000,\"y\":7},{\"x\":6000000000,\"y\":6}],[{\"x\":7000000000,\"y\":7},{\"x\":8000000000,\"y\":9},{\"x\":9000000000,\"y\":7}]],\n \"labels\":[\"\"]\n}];\nmsg.payload = chart;\n\nreturn msg;","outputs":1,"noerr":0,"x":290,"y":320,"wires":[["80476e4d.6f64a"]]},{"id":"9462d11a.374a1","type":"ui_button","z":"df030567.d1ff38","name":"","group":"ab397e95.29ebe","order":4,"width":0,"height":0,"passthru":false,"label":"Time Line 4","color":"","bgcolor":"","icon":"","payload":"","payloadType":"str","topic":"","x":150,"y":320,"wires":[["f6963e44.a328f"]]},{"id":"62668961.a49728","type":"function","z":"df030567.d1ff38","name":"","func":"var m={\n \"series\":[\"X\",\"Y\",\"Z\"],\n \"data\":[[5,6,9],[3,8,5],[6,7,2]],\n \"labels\":[\"Jan\",\"Feb\",\"Mar\"]\n};\nreturn {payload:[m]};","outputs":1,"noerr":0,"x":290,"y":520,"wires":[["80476e4d.6f64a","f4e610a1.1c381","3c681829.4ff7d8","f5108a61.91a6b8","c7f5183f.012728","fe515729.789e58"]]},{"id":"b4c7442f.5481b8","type":"ui_button","z":"df030567.d1ff38","name":"","group":"ab397e95.29ebe","order":9,"width":0,"height":0,"passthru":false,"label":"array3c","color":"","bgcolor":"","icon":"","payload":"","payloadType":"str","topic":"","x":140,"y":520,"wires":[["62668961.a49728"]]},{"id":"da3771b3.5a321","type":"ui_button","z":"df030567.d1ff38","name":"","group":"ab397e95.29ebe","order":11,"width":0,"height":0,"passthru":false,"label":"array 2 for pie","color":"","bgcolor":"","icon":"","payload":"","payloadType":"str","topic":"Pie Hole","x":160,"y":640,"wires":[["2b9c546c.58865c"]]},{"id":"2b9c546c.58865c","type":"function","z":"df030567.d1ff38","name":"","func":"var m = {};\nm.labels = ['2006', '2007', '2008', '2009', '2010', '2011', '2012'];\nm.data = [[28, 48, 40, 19, 86, 27, 90]];\nm.series = ['Series A'];\nreturn {payload:[m],topic:msg.topic};","outputs":1,"noerr":0,"x":310,"y":640,"wires":[["3c681829.4ff7d8","f4e610a1.1c381","c7f5183f.012728","f5108a61.91a6b8","80476e4d.6f64a","fe515729.789e58"]]},{"id":"c0d6a942.dc82f8","type":"function","z":"df030567.d1ff38","name":"topic","func":"var m = [\n {topic:\"X\", payload:22},\n {topic:\"Y\", payload:66},\n {topic:\"Z\", payload:42}\n ];\nreturn [m];","outputs":1,"noerr":0,"x":290,"y":160,"wires":[["f4e610a1.1c381","3c681829.4ff7d8","80476e4d.6f64a","fe515729.789e58"]]},{"id":"b8f011ee.6b874","type":"inject","z":"df030567.d1ff38","name":"","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"x":140,"y":160,"wires":[["c0d6a942.dc82f8"]]},{"id":"23311ede.673912","type":"function","z":"df030567.d1ff38","name":"label","func":"var m = [\n {label:\"A\", payload:22},\n {label:\"B\", payload:66},\n {label:\"C\", payload:42},\n ];\nreturn [m];","outputs":1,"noerr":0,"x":290,"y":120,"wires":[["f4e610a1.1c381","3c681829.4ff7d8","80476e4d.6f64a","fe515729.789e58"]]},{"id":"564d1920.d756d8","type":"inject","z":"df030567.d1ff38","name":"","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"x":140,"y":120,"wires":[["23311ede.673912"]]},{"id":"437e7323.02763c","type":"function","z":"df030567.d1ff38","name":"","func":"var m={\n \"series\":[\"X\",\"Y\",\"Z\"],\n \"data\":[[5],[3],[6]],\n \"labels\":[\"Jan\"]\n};\nreturn {payload:[m]};","outputs":1,"noerr":0,"x":290,"y":440,"wires":[["f4e610a1.1c381","f5108a61.91a6b8","c7f5183f.012728","80476e4d.6f64a","fe515729.789e58","3c681829.4ff7d8"]]},{"id":"e741cd13.7e8da","type":"ui_button","z":"df030567.d1ff38","name":"","group":"ab397e95.29ebe","order":7,"width":0,"height":0,"passthru":false,"label":"array3a","color":"","bgcolor":"","icon":"","payload":"","payloadType":"str","topic":"","x":140,"y":440,"wires":[["437e7323.02763c"]]},{"id":"10291d1f.0a5d13","type":"function","z":"df030567.d1ff38","name":"","func":"var m={\n \"series\":[\"X\"],\n \"data\":[[5,3,6]],\n \"labels\":[\"Jan\",\"Feb\",\"Mar\"]\n};\nreturn {payload:[m]};","outputs":1,"noerr":0,"x":290,"y":480,"wires":[["f4e610a1.1c381","80476e4d.6f64a","c7f5183f.012728","f5108a61.91a6b8","fe515729.789e58","3c681829.4ff7d8"]]},{"id":"be38d116.6de45","type":"ui_button","z":"df030567.d1ff38","name":"","group":"ab397e95.29ebe","order":8,"width":0,"height":0,"passthru":false,"label":"array3b","color":"","bgcolor":"","icon":"","payload":"","payloadType":"str","topic":"","x":140,"y":480,"wires":[["10291d1f.0a5d13"]]},{"id":"fe515729.789e58","type":"ui_chart","z":"df030567.d1ff38","name":"","group":"4e7edda4.417004","order":2,"width":0,"height":0,"label":"horizontal bar","chartType":"horizontalBar","legend":"false","xformat":"HH:mm:ss","interpolate":"linear","nodata":"","dot":false,"ymin":"","ymax":"","removeOlder":1,"removeOlderPoints":"","removeOlderUnit":"3600","cutout":"30","colors":["#1f77b4","#aec7e8","#ff7f0e","#2ca02c","#98df8a","#d62728","#ff9896","#9467bd","#c5b0d5"],"useOldStyle":false,"x":580,"y":220,"wires":[[],[]]},{"id":"f5108a61.91a6b8","type":"ui_chart","z":"df030567.d1ff38","name":"","group":"4e7edda4.417004","order":3,"width":0,"height":0,"label":"polar chart","chartType":"polar-area","legend":"false","xformat":"HH:mm:ss","interpolate":"linear","nodata":"","dot":false,"ymin":"","ymax":"","removeOlder":1,"removeOlderPoints":"","removeOlderUnit":"3600","cutout":"30","colors":["#1f77b4","#aec7e8","#ff7f0e","#2ca02c","#98df8a","#d62728","#ff9896","#9467bd","#c5b0d5"],"useOldStyle":false,"x":610,"y":460,"wires":[[],[]]},{"id":"c7f5183f.012728","type":"ui_chart","z":"df030567.d1ff38","name":"","group":"4e7edda4.417004","order":4,"width":0,"height":0,"label":"radar chart","chartType":"radar","legend":"false","xformat":"HH:mm:ss","interpolate":"linear","nodata":"","dot":false,"ymin":"","ymax":"","removeOlder":1,"removeOlderPoints":"","removeOlderUnit":"3600","cutout":"30","colors":["#1f77b4","#aec7e8","#ff7f0e","#2ca02c","#98df8a","#d62728","#ff9896","#9467bd","#c5b0d5"],"useOldStyle":false,"x":610,"y":520,"wires":[[],[]]},{"id":"71de4fb7.df017","type":"function","z":"df030567.d1ff38","name":"label","func":"var m = [\n {label:\"A\", payload:22, series:\"X\"},\n {label:\"B\", payload:66, series:\"X\"},\n {label:\"C\", payload:42, series:\"X\"},\n {label:\"A\", payload:33, series:\"Y\"},\n {label:\"B\", payload:72, series:\"Y\"},\n {label:\"C\", payload:12, series:\"Y\"},\n {label:\"A\", payload:44, series:\"Z\"},\n {label:\"B\", payload:32, series:\"Z\"},\n {label:\"C\", payload:80, series:\"Z\"}\n ];\nreturn [m];","outputs":1,"noerr":0,"x":290,"y":80,"wires":[["3c681829.4ff7d8","f4e610a1.1c381","80476e4d.6f64a","fe515729.789e58"]]},{"id":"c2d23159.73b39","type":"inject","z":"df030567.d1ff38","name":"","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"x":140,"y":80,"wires":[["71de4fb7.df017"]]},{"id":"29cd8a13.ecade6","type":"ui_button","z":"df030567.d1ff38","name":"","group":"ab397e95.29ebe","order":11,"width":0,"height":0,"passthru":false,"label":"Clear All","color":"","bgcolor":"","icon":"","payload":"[]","payloadType":"json","topic":"","x":280,"y":40,"wires":[["c7f5183f.012728","f5108a61.91a6b8","3c681829.4ff7d8","fe515729.789e58","f4e610a1.1c381","80476e4d.6f64a"]]},{"id":"89749fb7.87f01","type":"ui_group","z":"","name":"Charts","tab":"d7901f40.2659d","order":2,"disp":false,"width":"6"},{"id":"ab397e95.29ebe","type":"ui_group","z":"","name":"Inputs","tab":"d7901f40.2659d","order":1,"disp":false,"width":"6"},{"id":"4e7edda4.417004","type":"ui_group","z":"","name":"Group 3","tab":"d7901f40.2659d","order":3,"disp":false,"width":"6"},{"id":"d7901f40.2659d","type":"ui_tab","z":"","name":"Charts","icon":"dashboard","order":2}] diff --git a/software/flow/node_modules/node-red-dashboard/ISSUE_TEMPLATE.md b/software/flow/node_modules/node-red-dashboard/ISSUE_TEMPLATE.md deleted file mode 100644 index 0322834..0000000 --- a/software/flow/node_modules/node-red-dashboard/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,34 +0,0 @@ -<!-- -## Before you hit that Submit button.... - -This issue tracker is for problems with the Node-RED-Dashboard only. - -If your issue is: - - a general 'how-to' type question, - - a feature request or suggestion for a change - -please use the Dashboard category in the [Node-RED Forum](https://discourse.nodered.org) or [slack team](https://nodered.org/slack). - -You could also consider asking a question on [Stack Overflow](https://stackoverflow.com/questions/tagged/node-red) and tag it `node-red`. - -That way the whole Node-RED user community can help, rather than rely on the core development team. - -## So you have a real issue to raise... - -To help us understand the issue, please fill-in as much of the following information as you can: ---> - -### What are the steps to reproduce? - -### What happens? - -### What do you expect to happen? - -### Please tell us about your environment: - -- [ ] Node-RED-Dashboard version: -- [ ] Node-RED version: -- [ ] node.js version: -- [ ] npm version: -- [ ] Platform/OS: -- [ ] Browser: diff --git a/software/flow/node_modules/node-red-dashboard/LICENSE b/software/flow/node_modules/node-red-dashboard/LICENSE deleted file mode 100644 index 193cb7d..0000000 --- a/software/flow/node_modules/node-red-dashboard/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -Copyright 2016,2020 JS Foundation and other contributors, https://js.foundation/ -Copyright 2016 IBM Corp. -Copyright 2015 Andrei Tatar - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - -http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. diff --git a/software/flow/node_modules/node-red-dashboard/README.md b/software/flow/node_modules/node-red-dashboard/README.md deleted file mode 100644 index dea5868..0000000 --- a/software/flow/node_modules/node-red-dashboard/README.md +++ /dev/null @@ -1,304 +0,0 @@ -# node-red-dashboard - -[![platform](https://img.shields.io/badge/platform-Node--RED-red)](https://nodered.org) -![NPM version](https://badge.fury.io/js/node-red-dashboard.svg) -![NPM](https://img.shields.io/npm/l/node-red-dashboard) - -This module provides a set of nodes in Node-RED to quickly create a live data dashboard. - -These nodes require node.js version 12 or more recent. The last version to support node v8 was 2.30.0. - -From version 2.10.0 you can create and install widget nodes like other Node-RED nodes. -See the [Wiki](https://github.com/node-red/node-red-dashboard/wiki/Creating-New-Dashboard-Widgets) for more information. - -For the latest updates see the [CHANGELOG.md](https://github.com/node-red/node-red-dashboard/blob/master/CHANGELOG.md) - -**NOTE:** This project is based on Angular v1 - As that is now no longer maintained, this project should be considered to be on "life support". Small patches will be applied on a best can do basis, but there will be no major feature upgrades, and underlying security breakage may occur. - -![Dashboard example](http://nodered.org/images/dashboarde.png) - -## Pre-requisites - -The Node-RED-Dashboard requires [Node-RED](https://nodered.org) to be installed. - -## Install - -To install the stable version use the `Menu - Manage palette` option and search for `node-red-dashboard`, or run the following command in your Node-RED user directory - typically `~/.node-red`: - - npm i node-red-dashboard - -Restart your Node-RED instance and you should have UI nodes available in the palette and a new `dashboard` tab in the -right side panel. The UI interface is available at <http://localhost:1880/ui> (if the default settings are used). - -If you want to try the latest version from github, you can install it by - - npm i node-red/node-red-dashboard - -## Settings - -The default url for the dashboard is based off your existing Node-RED httpRoot path with /ui added. This can be changed in your Node-RED settings.js file. - -``` -ui: { path: "ui" }, -``` - -You can also add your own express middleware to handle the http requests by using the `ui: { middleware: your_function }` property in settings.js. For example - -``` -ui: { middleware: function (req, res, next) { - // Do something more interesting here. - console.log('LOGGED') - next() - } - }, -``` - -You can also add middleware to the websocket connection using - -``` -ui: { ioMiddleware: function (socket, next) { - // Do something more interesting here. - console.log('HELLO') - next() - } - }, -``` - -**Note**: both of these also accept an array of functions if you need to pass in multiple middleware actions. - -Setting your own ioMiddleware will disable the default cross domain origin check. - -You can also set the dashboard to be read only by `ui: { readOnly: true }`. This does not stop the user interacting with the dashboard but does ignore all updates coming from the dashboard. - -Finally you can customise the default Group name (for i18n) by setting -``` -ui: { defaultGroup: "Better Default" } -``` - -You can of course combine any combination of these properties - -## Layout - -The dashboard layout should be considered as a grid. - -Each **group** element has a width - by default 6 'units' (a unit is 48px wide by default with a 6px gap). - -Each **widget** in the group also has a width - by default, 'auto' which means it will fill the width of the group it is in, but you can set it to a fixed number of units. - -The layout algorithm of the dashboard always tries to place items as high and to the left as they can within their container - this applies to how groups are positioned on the page, as well as how widgets are positioned in a group. - -Given a group with width 6, if you add six widgets, each with a width of 2, then they will be laid out in two rows - three widgets in each. - -If you add two groups of width 6, as long as your browser window is wide enough, they will sit alongside each other. If you shrink the browser, at some point the second group will shift to be below the first, in a column. - -It is advisable to use multiple groups if possible, rather than one big group, so that the page can dynamically resize on smaller screens. - -## Features - -#### Dashboard sidebar - -The widget layout is managed by a `dashboard` tab in the sidebar of the Node-RED editor. - -##### Layout - - - **Tabs** - From here you can re-order the tabs, groups and widgets, and add and edit their properties. You can also open the layout tools that may help you organise the widgets more easily than via the sidebar. - - - **Links** - to other web pages can also be added to the menu. They can optionally be opened in an iframe - if allowed by the target page. - -##### Site - - - **Title** - the `title` of the UI page can be set. - - - **Options** - optionally hide the title bar, and allow swiping sideways between tabs on a touch screen. You can also set whether the template uses the selected theme or uses the underlying Angular Material theme. You can also choose to use the Angular Material theme everywhere. - - - **Date Format** - sets the default date format for chart and other labels. - - - **Sizes** - sets the basic geometry of the grid layout in pixels. The **width** and **height** of widgets can be set, as can the width of *groups*. These are the basic definitions of the "units' used elsewhere within the dashboard. - -##### Theme - - - **Style** - the theme and font of the UI is set in the dashboard sidebar. You can select a default Light, Dark or Custom Theme. You cannot have different themes for each tab. - -You can also choose to use the basic Angular Material themes instead if you like, either just within any ui_templates or for the whole Dashboard. This will only affect angular components so some of the charts and so on may need extra work. - -**Note**: For users creating their own templates the following CSS variable names are available -to help pick up the theme colours. - - - --nr-dashboard-pageBackgroundColor - - --nr-dashboard-pageTitlebarBackgroundColor - - --nr-dashboard-pageSidebarBackgroundColor - - --nr-dashboard-groupBackgroundColor - - --nr-dashboard-groupTextColor - - --nr-dashboard-groupBorderColor - - --nr-dashboard-widgetColor - - --nr-dashboard-widgetTextColor - - --nr-dashboard-widgetBgndColor - -#### Widgets - -Don't forget there are also extra ui widgets available on the [Node-RED flows](http://flows.nodered.org) website. Search for node-ui- or contrib-ui- . - -Group labels are optional. - -Most widgets can have a label and value - both of these can be specified by properties of the incoming msg if required, and modified by angular filters. For example the label can be set to `{{msg.topic}}`, or the value could be set to `{{value | number:1}}%` to round the value to one decimal place and append a % sign. - -Each node may parse the `msg.payload` to make it suitable for display. This converted version is exposed as the variable called `value`, (see example above). - -Any widget can be disabled by passing in a `msg.enabled` property set to `false;`. *Note:* this doesn't stop the widget receiving messages but does stop inputs being active and does re-style the widget. - -Most widgets and the ui **group** can have a CSS class or multiple CSS class names. This permits the user to override styles one or more widgets and their inner contents. e.g to colourise a warning toast, add the CSS class `notification-warn` to the **notification** widget and add a **ui-template** (set to "Add to site head section")... -```html -<style> - md-toast.notification-warn { - border-width: 10px; - border-color: darkorange; - } - md-toast.notification-warn > h3 { - background-color: orange; - } - md-toast.notification-warn > div { - background: rgba(245, 173, 66, 0.5); - color: darkorange; - } -</style> -``` -Additionally, any widget that has a Class field can be dynamically updated by passing in a `msg.className` string property set to one or more class names. - -Most ui widgets can also be configured by using a `msg.ui_control` message - see **[config-fields.md](https://github.com/node-red/node-red-dashboard/blob/master/config-fields.md)** -for further details. - - - **Audio out** - a widget that will let you play audio (wav or mp3) or send Text to Speech (TTS) to the client. - - **Button** - the icon can be set using either Material or fa-icons - the colour and background colour may also be set. If the widget is sized to 1 wide the icon has precedence. - - **Chart** - has both line, bar and pie chart modes. Also the X-Axis labels can be customised using a date formatter string. See **[this document](https://github.com/node-red/node-red-dashboard/blob/master/Charts.md)** for more information on the chart data formats accepted. - - **Colour Picker** - a colour picker widget. - - **Date Picker** - a date picker widget. The displayed Date format can be specified in the Site tab using moment.js formatting. - - **Dropdown** - a dropdown select widget has been added. Multiple label, value pairs can be specified. The choices can also be set via `msg.options` containing an array of objects. If just text then the value will be the same as the label, otherwise you can specify both by using an object of "label":"value" pairs : - - [ "Choice 1", "Choice 2", {"Choice 3": 3} ] - - Setting `msg.payload` will pre-select the value in the dropdown. - - **Form** - a widget that can be composed of several sub-widgets. When submitted all values are submitted as a single message. - - **Gauge** - has 4 modes - *standard* (simple gauge), *donut* (complete 360&deg;), *compass*, and *wave*. You can also specify the colour range of the standard and donut gauges. - - **Notification** - creates alerts to the user - can either be a toast popup, or a dismissable alert box. The alert may be targeted to a single user. - - **Numeric** - a Numeric input widget with up/down buttons. - - **Slider** - a simple horizontal slider, with variable step size. - - **Switch** - can also set two icons and/or colours depending on state. - - **Template** - the template node allows the user to specify and create their own widgets within the framework using HTML, Javascript. This is an Angular.js widget. You may also use this to override the built in CSS styles. - - **Text** - A read only widget, the layout of the `label`, and `value` can be configured. - - **Text input** - text input box, with optional label, can also support password, email and colour modes. - - **UI-Control** - allows some dynamic control of the dashboard. Sending a `msg.payload` of the tab number (from 0) or tab_name will switch to that tab. Tabs can be enabled/disabled/hide/show via msg like `{"tabs":{"hide":["tab_name_with_underscores"],"show":["another_tab_name"],"disable":["unused_tab_name"]}}`. - Groups can be hidden and made visible via a msg like `{"group":{"hide":["tab_name_group_name_with_underscores"],"show":["tab_name_another_group"],"focus":true}}`. Outputs a `msg.payload` for every browser *connect* and *loss*, and every tab *change*. This can be used to trigger other actions like resetting the visibility of tabs and groups. - -**Tip:** The *Text* widget will accept html - so you can use it together with the *fa-icons* we -already use to create indicator type widgets. - -## Icons - -The dashboard has 4 sets of icons built in. They are - - - [Angular Material icons](https://klarsys.github.io/angular-material-icons/) : e.g. `send` - - [Font Awesome 4.7](https://fontawesome.com/v4.7.0/icons/) : e.g. `fa-fire fa-2x` - - [Weather Icons Lite](https://github.com/Paul-Reed/weather-icons-lite/blob/master/css_mappings.md) : e.g. `wi-wu-sunny` - - [Material Design Iconfont](https://jossef.github.io/material-design-icons-iconfont/) ; e.g. `mi-alarm_on` - note add mi- to the icon name in the iconset. - -And one that can only be used if you have a permanent connection to the internet - - - [Iconify](https://iconify.design/icon-sets/) : e.g. `iconify-mdi:car-battery 48px` - -Again note you have to add `iconify-` to the icon name in the icon set of your choice. You may also optionally specify a size in standard px or em notation. Default is 24px. You must also add a **ui_template** node that loads the necessary iconify library into the header of the dashboard. It should contain - -``` -<script src="https://code.iconify.design/1/1.0.7/iconify.min.js"></script> -``` - -Once you have done that then you can also use them more generally, for example -``` -<span class="iconify icon:wi:sunset icon-inline:false"></span> -``` - -You may also create your own set of icons using [Icofont](https://icofont.com/icons). Once downloaded you can serve them locally via Node-RED and add them to the head of the dashboard page by using a ui_template node : e.g. - -``` -<link rel="stylesheet" href="myserver/path/icofont.css"> -``` -then you can use then as per above by adding the icofont- prefix e.g. `icofont-badge` - -Or just use them in a template - -``` -<link rel="stylesheet" href="/css/icofont.css"> -<div style="display: flex;height: 100%;justify-content: center;align-items: center;"> -<i class="icofont icofont-4x icofont-hail"></i> -</div> -``` - - And finally via an image - https://{myserver/path/image.png} - -You can use them in any of the Icon fields. You may also be able to use some of them for example in labels via their inline style eg `<i class="fa fa-flag"></i>` - - -## Loading the Dashboard - -Due to the size of the dashboard libraries it can take a long time to load if you are running on wireless network. It is possible add a custom loading page if you wish. To do so add a file called `loading.html` to the `node_modules/node-red-dashboard/dist/` folder. A simple example could be - -``` - <div><i class="fa fa-spin fa-5x fa-spinner"></i></div> - ``` - -## Securing the Dashboard - -You can use the `httpNodeAuth` property in your Node-RED settings.js file to secure the Dashboard as it is -created the same way as other HTTP nodes are. The details can be found at the bottom of this page in the -docs <http://nodered.org/docs/security> - -## Multiple Users - -This Dashboard does NOT support multiple individual users. It is a view of the status of the underlying -Node-RED flow, which itself is single user. If the state of the flow changes then all clients will get -notified of that change. - -Messages coming from the dashboard **do** have a `msg.socketid`, and updates like change of tab, -notifications, and audio alerts will be directed only to that session. Delete the `msg.sessionid` to send -to all sessions. - -## Discussions and suggestions - -Use the Node-RED Discourse Forum: https://discourse.nodered.org/c/dashboard -or the Dashboard-ui channel in <a href="http://nodered.org/slack/">Slack</a> to ask -questions or to discuss new features. - -The current work in progress list is shown in the -<a href="https://github.com/node-red/node-red-dashboard/projects/1" target="_blank"> Github Project</a>. - -## Contributing - -Before raising a pull-request, please read our -[contributing guide](https://github.com/node-red/node-red-dashboard/blob/master/CONTRIBUTING.md). - -This project adheres to the [Contributor Covenant 1.4](http://contributor-covenant.org/version/1/4/). -By participating, you are expected to uphold this code. Please report unacceptable -behavior to any of the [project's core team](https://github.com/orgs/node-red/teams/core). - -## Developers - -``` -cd ~\.node-red\node_modules -git clone https://github.com/node-red/node-red-dashboard.git -cd node-red-dashboard -npm install -``` -The plugin uses the ```dist``` folder if it exists. Make sure it has been deleted if you want to use the non-minified version while developing. -After finishing changes to the front-end code in the src folder, you can use ```gulp``` to update and rebuild the minified files and update the *appcache* manifest. - - gulp - -We also have suggested *lint* and *js* styles that can be checked with: - - gulp lint - gulp jscs - -If submitting a Pull Request (PR) please do NOT include the minified `/dist` files. - -Thank you. - -<img src="http://nodered.org/images/dashboardl.png"/> diff --git a/software/flow/node_modules/node-red-dashboard/config-fields.md b/software/flow/node_modules/node-red-dashboard/config-fields.md deleted file mode 100644 index f6f4b87..0000000 --- a/software/flow/node_modules/node-red-dashboard/config-fields.md +++ /dev/null @@ -1,91 +0,0 @@ - -## UI Widget configuration via msg.ui_control - -The following configuration properties of ui widget nodes can be set by using a `msg.ui_control` property on a msg. -Multiple properties of the node can be set at the same time. For example you can use a change -node to set msg.ui_control to JSON `{ "min":10, "max":50 }` - -**Note**: It is still recommended that nodes are configured via the editor in order to preset the default values. - -|widget |property |type | notes / example -|--- |--- |--- |--- -|ui_button |color |string | not needed -| |bgcolor |string | not needed -| |icon |string | on refresh -| |format |string | not needed -| |tooltip |string | on refresh -| |className |string | (Note 4) -|ui_chart |look |string |"line","bar","horizontalBar","pie","polar-area","radar" -| |legend |boolean |&nbsp; -| |interpolate |string |"linear","step","bezier" -| |nodata |string |&nbsp; -| |ymin |number |&nbsp; -| |ymax |number |&nbsp; -| |dot |boolean |&nbsp; -| |xformat |string |"HH:mm:ss" -| |cutout |number |&nbsp; -| |colors |object | n/a -| |useOneColor |boolean | n/a -| |spanGaps |boolean | n/a -| |animation |string | (Note 1), {duration:1000, easing:"easeInOutSine"} -| |options |object | (Note 2), {scales: {yAxes: [{ticks: {fontSize: 20}}]}} -| |className |string | (Note 4) -|ui_colour_picker |format |string | on refresh -| |showPicker |boolean | on refresh -| |showSwatch |boolean | on refresh -| |showValue |boolean | on refresh -| |showAlpha |boolean | on refresh -| |showLightness |boolean | on refresh -| |className |string | (Note 4) -|ui_dropdown |place |string |"placeholder text" -| |options |array |[{"label":"foo","value":"0","type":"str"}] -| |className |string | (Note 4) -|ui_gauge |gtype |string |"gage", "donut", "compass", "wave" -| |min |number |&nbsp; -| |seg1 |number |segment 1 limit -| |seg2 |number |segment 2 limit -| |max |number |&nbsp; -| |colors |array |["blue","#00ff00","#f00"] -| |options |object |(see Note 3 below) -| |className |string | (Note 4) -|ui_numeric |min |number |&nbsp; -| |max |number |&nbsp; -| |step |number |&nbsp; -| |format |string |"{{value}}" -| |className |string | (Note 4) -|ui_slider |min |number |&nbsp; -| |max |number |&nbsp; -| |step |number |&nbsp; -| |className |string | (Note 4) -|ui_switch |onicon |string | all or nothing -| |officon |string | all or nothing -| |oncolor |string | all or nothing -| |offcolor |string | all or nothing -| |className |string | (Note 4) -|ui_template |format |string | the script -| |templateScope |string | "local" or "global" -| |className |string | (Note 4) -|ui_text |format |string |"{{value}}" -| |layout |string | "row-left", "row-right", etc -| |className |string | (Note 4) -|ui_text_input |mode |string | "text", "email", "password", "color" -| |delay |number |&nbsp; -| |className |string | (Note 4) - -**Notes**: - - 1. See http://easings.net/ for examples of easings for chart animation. - - 2. The chart can take many of the angular-chartjs options for changing axes label, scales etc - - 3. The gauge options can accept any of the [Justgage parameters](https://github.com/toorshia/justgage/blob/master/justgage.js#L42) for example: - - {"options":{"pointer":false,"gaugeWidthScale":1.5}} - {"options":{"pointer":true,"gaugeWidthScale":0.4,"reverse":true}} - -4. when a className is specified, it is added to the parent element. E.g for a button, the class is added to the `md-card` - This permits overriding of styles in all sub elements e.g. `md-card.my-button button { color: red }` - -Likewise the Wave type gauge can accept [liquidfillgauge config](http://bl.ocks.org/brattonc/5e5ce9beee483220e2f6) options for example: - - {options:{circleColor:"#FF7777", textColor:"#FF4444", waveTextColor:"#FFAAAA", waveColor:"#FFDDDD", circleThickness:0.3, textVertPosition:0.2, waveHeight:0.05, waveCount:8}} diff --git a/software/flow/node_modules/node-red-dashboard/dist/css/app.min.css b/software/flow/node_modules/node-red-dashboard/dist/css/app.min.css deleted file mode 100644 index 3ba78bd..0000000 --- a/software/flow/node_modules/node-red-dashboard/dist/css/app.min.css +++ /dev/null @@ -1,33721 +0,0 @@ -/* */ -/* Copyright 2016,2020 JS Foundation and other contributors, https://js.foundation/ */ -/* Copyright 2016 IBM Corp. */ -/* Copyright 2015 Andrei Tatar */ -/* */ -/* Licensed under the Apache License, Version 2.0 (the "License"); */ -/* you may not use this file except in compliance with the License. */ -/* You may obtain a copy of the License at */ -/* */ -/* http://www.apache.org/licenses/LICENSE-2.0 */ -/* */ -/* Unless required by applicable law or agreed to in writing, software */ -/* distributed under the License is distributed on an "AS IS" BASIS, */ -/* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ -/* See the License for the specific language governing permissions and */ -/* limitations under the License. */ -/* */ -@charset "UTF-8"; - -/*! - * AngularJS Material Design - * https://github.com/angular/material - * @license MIT - * v1.2.5 - */ - -body, -html { - height: 100%; - position: relative; -} - -body { - margin: 0; - padding: 0; -} - -[tabindex="-1"]:focus { - outline: none; -} - -.inset { - padding: 10px; -} - -a.md-no-style, -button.md-no-style { - background-color: inherit; - border: none; - font-weight: 400; - margin: 0; - padding: 0; - text-align: left; -} - -button, -input, -select, -textarea { - vertical-align: baseline; -} - -button, -html input[type=button], -input[type=reset], -input[type=submit] { - -webkit-appearance: button; - cursor: pointer; -} - -button[disabled], -html input[type=button][disabled], -input[type=reset][disabled], -input[type=submit][disabled] { - cursor: default; -} - -textarea { - overflow: auto; - vertical-align: top; -} - -input[type=search] { - -webkit-appearance: textfield; - box-sizing: content-box; - -webkit-box-sizing: content-box; -} - -input[type=search]::-webkit-search-cancel-button, -input[type=search]::-webkit-search-decoration { - -webkit-appearance: none; -} - -input:-webkit-autofill { - text-shadow: none; -} - -.md-visually-hidden { - clip: rect(0 0 0 0); - border: 0; - height: 1px; - margin: -1px; - overflow: hidden; - padding: 0; - position: absolute; - text-transform: none; - width: 1px; -} - -.md-shadow { - border-radius: inherit; - bottom: 0; - left: 0; - pointer-events: none; - position: absolute; - right: 0; - top: 0; -} - -.md-shadow-bottom-z-1 { - box-shadow: 0 2px 5px 0 rgba(0,0,0,.26); -} - -.md-shadow-bottom-z-2 { - box-shadow: 0 4px 8px 0 rgba(0,0,0,.4); -} - -.md-shadow-animated.md-shadow { - transition: box-shadow .28s cubic-bezier(.4,0,.2,1); -} - -.md-ripple-container { - height: 100%; - left: 0; - overflow: hidden; - pointer-events: none; - position: absolute; - top: 0; - transition: all .55s cubic-bezier(.25,.8,.25,1); - width: 100%; -} - -.md-ripple { - border-radius: 50%; - opacity: 0; - position: absolute; - transform: translate(-50%,-50%) scale(0); - transform-origin: 50% 50%; -} - -.md-ripple.md-ripple-placed { - transition: margin .9s cubic-bezier(.25,.8,.25,1),border .9s cubic-bezier(.25,.8,.25,1),width .9s cubic-bezier(.25,.8,.25,1),height .9s cubic-bezier(.25,.8,.25,1),opacity .9s cubic-bezier(.25,.8,.25,1),transform .9s cubic-bezier(.25,.8,.25,1); -} - -.md-ripple.md-ripple-scaled { - transform: translate(-50%,-50%) scale(1); -} - -.md-ripple.md-ripple-active, -.md-ripple.md-ripple-full, -.md-ripple.md-ripple-visible { - opacity: .2; -} - -.md-ripple.md-ripple-remove { - -webkit-animation: md-remove-ripple .9s cubic-bezier(.25,.8,.25,1); - animation: md-remove-ripple .9s cubic-bezier(.25,.8,.25,1); -} - -@-webkit-keyframes md-remove-ripple { - 0% { - opacity: .15; - } - - to { - opacity: 0; - } -} - -@keyframes md-remove-ripple { - 0% { - opacity: .15; - } - - to { - opacity: 0; - } -} - -.md-padding { - padding: 8px; -} - -.md-margin { - margin: 8px; -} - -.md-scroll-mask { - background-color: transparent; - bottom: 0; - left: 0; - position: absolute; - right: 0; - top: 0; - z-index: 50; -} - -.md-scroll-mask>.md-scroll-mask-bar { - background-color: #fafafa; - bottom: 0; - box-shadow: inset 0 0 1px rgba(0,0,0,.3); - display: block; - position: absolute; - right: 0; - top: 0; - z-index: 65; -} - -.md-no-momentum { - -webkit-overflow-scrolling: auto; -} - -.md-no-flicker { - -webkit-filter: blur(0); -} - -@media (min-width:960px) { - .md-padding { - padding: 16px; - } -} - -body[dir=ltr], -body[dir=rtl], -html[dir=ltr], -html[dir=rtl] { - unicode-bidi: embed; -} - -bdo[dir=rtl] { - direction: rtl; -} - -bdo[dir=ltr], -bdo[dir=rtl] { - unicode-bidi: bidi-override; -} - -bdo[dir=ltr] { - direction: ltr; -} - -@media (max-width:599px) { - .layout-row:not(.layout-xs-column)>.md-auto-horizontal-margin:not(:first-child), - .layout-xs-row>.md-auto-horizontal-margin:not(:first-child) { - margin-left: 16px; - } - - [dir=rtl] .layout-row:not(.layout-xs-column)>.md-auto-horizontal-margin:not(:first-child), - [dir=rtl] .layout-xs-row>.md-auto-horizontal-margin:not(:first-child) { - margin-left: 0; - margin-right: 16px; - } -} - -@media (min-width:600px) and (max-width:959px) { - .layout-gt-xs-row:not(.layout-sm-column)>.md-auto-horizontal-margin:not(:first-child), - .layout-row:not(.layout-gt-xs-column):not(.layout-sm-column)>.md-auto-horizontal-margin:not(:first-child), - .layout-sm-row:not(.layout-sm-column)>.md-auto-horizontal-margin:not(:first-child) { - margin-left: 16px; - } - - [dir=rtl] .layout-gt-xs-row:not(.layout-sm-column)>.md-auto-horizontal-margin:not(:first-child), - [dir=rtl] .layout-row:not(.layout-gt-xs-column):not(.layout-sm-column)>.md-auto-horizontal-margin:not(:first-child), - [dir=rtl] .layout-sm-row:not(.layout-sm-column)>.md-auto-horizontal-margin:not(:first-child) { - margin-left: 0; - margin-right: 16px; - } -} - -@media (min-width:960px) and (max-width:1279px) { - .layout-gt-sm-row:not(.layout-md-column)>.md-auto-horizontal-margin:not(:first-child), - .layout-gt-xs-row:not(.layout-gt-sm-column):not(.layout-md-column)>.md-auto-horizontal-margin:not(:first-child), - .layout-md-row:not(.layout-md-column)>.md-auto-horizontal-margin:not(:first-child), - .layout-row:not(.layout-gt-xs-column):not(.layout-gt-sm-column):not(.layout-md-column)>.md-auto-horizontal-margin:not(:first-child) { - margin-left: 16px; - } - - [dir=rtl] .layout-gt-sm-row:not(.layout-md-column)>.md-auto-horizontal-margin:not(:first-child), - [dir=rtl] .layout-gt-xs-row:not(.layout-gt-sm-column):not(.layout-md-column)>.md-auto-horizontal-margin:not(:first-child), - [dir=rtl] .layout-md-row:not(.layout-md-column)>.md-auto-horizontal-margin:not(:first-child), - [dir=rtl] .layout-row:not(.layout-gt-xs-column):not(.layout-gt-sm-column):not(.layout-md-column)>.md-auto-horizontal-margin:not(:first-child) { - margin-left: 0; - margin-right: 16px; - } -} - -@media (min-width:1280px) and (max-width:1919px) { - .layout-gt-md-row:not(.layout-lg-column)>.md-auto-horizontal-margin:not(:first-child), - .layout-gt-sm-row:not(.layout-gt-md-column):not(.layout-lg-column)>.md-auto-horizontal-margin:not(:first-child), - .layout-gt-xs-row:not(.layout-gt-sm-column):not(.layout-gt-md-column):not(.layout-lg-column)>.md-auto-horizontal-margin:not(:first-child), - .layout-lg-row:not(.layout-lg-column)>.md-auto-horizontal-margin:not(:first-child), - .layout-row:not(.layout-gt-xs-column):not(.layout-gt-sm-column):not(.layout-gt-md-column):not(.layout-lg-column)>.md-auto-horizontal-margin:not(:first-child) { - margin-left: 16px; - } - - [dir=rtl] .layout-gt-md-row:not(.layout-lg-column)>.md-auto-horizontal-margin:not(:first-child), - [dir=rtl] .layout-gt-sm-row:not(.layout-gt-md-column):not(.layout-lg-column)>.md-auto-horizontal-margin:not(:first-child), - [dir=rtl] .layout-gt-xs-row:not(.layout-gt-sm-column):not(.layout-gt-md-column):not(.layout-lg-column)>.md-auto-horizontal-margin:not(:first-child), - [dir=rtl] .layout-lg-row:not(.layout-lg-column)>.md-auto-horizontal-margin:not(:first-child), - [dir=rtl] .layout-row:not(.layout-gt-xs-column):not(.layout-gt-sm-column):not(.layout-gt-md-column):not(.layout-lg-column)>.md-auto-horizontal-margin:not(:first-child) { - margin-left: 0; - margin-right: 16px; - } -} - -@media (min-width:1920px) { - .layout-gt-lg-row:not(.layout-gt-lg-column):not(.layout-xl-column)>.md-auto-horizontal-margin:not(:first-child), - .layout-gt-md-row:not(.layout-gt-lg-column):not(.layout-xl-column)>.md-auto-horizontal-margin:not(:first-child), - .layout-gt-sm-row:not(.layout-gt-md-column):not(.layout-gt-lg-column):not(.layout-xl-column)>.md-auto-horizontal-margin:not(:first-child), - .layout-gt-xs-row:not(.layout-gt-sm-column):not(.layout-gt-md-column):not(.layout-gt-lg-column):not(.layout-xl-column)>.md-auto-horizontal-margin:not(:first-child), - .layout-row:not(.layout-gt-xs-column):not(.layout-gt-sm-column):not(.layout-gt-md-column):not(.layout-gt-lg-column):not(.layout-xl-column)>.md-auto-horizontal-margin:not(:first-child), - .layout-xl-row:not(.layout-gt-lg-column):not(.layout-xl-column)>.md-auto-horizontal-margin:not(:first-child) { - margin-left: 16px; - } - - [dir=rtl] .layout-gt-lg-row:not(.layout-gt-lg-column):not(.layout-xl-column)>.md-auto-horizontal-margin:not(:first-child), - [dir=rtl] .layout-gt-md-row:not(.layout-gt-lg-column):not(.layout-xl-column)>.md-auto-horizontal-margin:not(:first-child), - [dir=rtl] .layout-gt-sm-row:not(.layout-gt-md-column):not(.layout-gt-lg-column):not(.layout-xl-column)>.md-auto-horizontal-margin:not(:first-child), - [dir=rtl] .layout-gt-xs-row:not(.layout-gt-sm-column):not(.layout-gt-md-column):not(.layout-gt-lg-column):not(.layout-xl-column)>.md-auto-horizontal-margin:not(:first-child), - [dir=rtl] .layout-row:not(.layout-gt-xs-column):not(.layout-gt-sm-column):not(.layout-gt-md-column):not(.layout-gt-lg-column):not(.layout-xl-column)>.md-auto-horizontal-margin:not(:first-child), - [dir=rtl] .layout-xl-row:not(.layout-gt-lg-column):not(.layout-xl-column)>.md-auto-horizontal-margin:not(:first-child) { - margin-left: 0; - margin-right: 16px; - } -} - -body, -html { - -webkit-tap-highlight-color: rgba(0,0,0,0); - -webkit-touch-callout: default; - -webkit-text-size-adjust: 100%; - -ms-text-size-adjust: 100%; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - min-height: 100%; -} - -.md-display-4 { - font-size: 112px; - font-weight: 300; - letter-spacing: -.01em; - line-height: 112px; -} - -.md-display-3 { - font-size: 56px; - font-weight: 400; - letter-spacing: -.005em; - line-height: 56px; -} - -.md-display-2 { - font-size: 45px; - font-weight: 400; - line-height: 64px; -} - -.md-display-1 { - font-size: 34px; - font-weight: 400; - line-height: 40px; -} - -.md-headline { - font-size: 24px; - font-weight: 400; - line-height: 32px; -} - -.md-title { - font-size: 20px; - font-weight: 500; - letter-spacing: .005em; -} - -.md-subhead { - font-size: 16px; - line-height: 24px; -} - -.md-body-1, -.md-subhead { - font-weight: 400; - letter-spacing: .01em; -} - -.md-body-1 { - font-size: 14px; - line-height: 20px; -} - -.md-body-2 { - font-size: 14px; - font-weight: 500; - letter-spacing: .01em; - line-height: 24px; -} - -.md-caption { - font-size: 12px; - letter-spacing: .02em; -} - -.md-button { - letter-spacing: .01em; -} - -button, -html, -input, -select, -textarea { - font-family: Roboto,Helvetica Neue,sans-serif; -} - -button, -input, -select, -textarea { - font-size: 100%; -} - -.md-panel-outer-wrapper { - height: 100%; - left: 0; - position: absolute; - top: 0; - width: 100%; -} - -.md-panel-inner-wrapper { - position: fixed; -} - -._md-panel-offscreen { - left: -9999px; -} - -._md-panel-hidden { - display: none; -} - -._md-panel-shown .md-panel { - opacity: 1; - transition: none; -} - -.md-panel { - opacity: 0; - position: relative; -} - -.md-panel._md-panel-shown { - opacity: 1; - transition: none; -} - -.md-panel._md-panel-animate-enter { - opacity: 1; - transition: all .3s cubic-bezier(0,0,.2,1); -} - -.md-panel._md-panel-animate-leave { - opacity: 1; - transition: all .3s cubic-bezier(.4,0,1,1); -} - -.md-panel._md-panel-animate-fade-out, -.md-panel._md-panel-animate-scale-out { - opacity: 0; -} - -.md-panel._md-panel-backdrop { - height: 100%; - position: fixed; - width: 100%; -} - -.md-panel._md-opaque-enter { - opacity: .48; - transition: opacity .3s cubic-bezier(0,0,.2,1); -} - -.md-panel._md-opaque-leave { - transition: opacity .3s cubic-bezier(.4,0,1,1); -} - -._md-panel-fullscreen { - border-radius: 0; - left: 0; - min-height: 100%; - min-width: 100%; - position: fixed; - top: 0; -} - -md-autocomplete { - border-radius: 2px; - display: block; - height: 40px; - min-width: 190px; - overflow: visible; - position: relative; -} - -md-autocomplete[disabled] input { - cursor: default; -} - -md-autocomplete[md-floating-label] { - background: transparent; - border-radius: 0; - height: auto; -} - -md-autocomplete[md-floating-label] md-input-container { - padding-bottom: 0; -} - -md-autocomplete[md-floating-label] md-autocomplete-wrap { - height: auto; -} - -md-autocomplete[md-floating-label] .md-show-clear-button button { - display: block; - height: 30px; - position: absolute; - right: 0; - top: 20px; - width: 30px; -} - -md-autocomplete[md-floating-label] .md-show-clear-button input { - padding-right: 30px; -} - -[dir=rtl] md-autocomplete[md-floating-label] .md-show-clear-button input { - padding-left: 30px; - padding-right: 0; -} - -md-autocomplete md-autocomplete-wrap { - box-sizing: border-box; - display: flex; - flex-direction: row; - height: 40px; - overflow: visible; - position: relative; -} - -md-autocomplete md-autocomplete-wrap.md-menu-showing { - z-index: 51; -} - -md-autocomplete md-autocomplete-wrap input, -md-autocomplete md-autocomplete-wrap md-input-container { - box-sizing: border-box; - flex: 1 1 0; - min-width: 0; -} - -md-autocomplete md-autocomplete-wrap md-progress-linear { - bottom: -2px; - left: 0; - position: absolute; -} - -md-autocomplete md-autocomplete-wrap md-progress-linear.md-inline { - bottom: 40px; - left: 2px; - right: 2px; - width: auto; -} - -md-autocomplete md-autocomplete-wrap md-progress-linear .md-mode-indeterminate { - height: 3px; - left: 0; - position: absolute; - top: 0; - transition: none; - width: 100%; -} - -md-autocomplete md-autocomplete-wrap md-progress-linear .md-mode-indeterminate .md-container { - height: 3px; - transition: none; -} - -md-autocomplete md-autocomplete-wrap md-progress-linear .md-mode-indeterminate.ng-enter { - transition: opacity .15s linear; -} - -md-autocomplete md-autocomplete-wrap md-progress-linear .md-mode-indeterminate.ng-enter.ng-enter-active { - opacity: 1; -} - -md-autocomplete md-autocomplete-wrap md-progress-linear .md-mode-indeterminate.ng-leave { - transition: opacity .15s linear; -} - -md-autocomplete md-autocomplete-wrap md-progress-linear .md-mode-indeterminate.ng-leave.ng-leave-active { - opacity: 0; -} - -md-autocomplete input:not(.md-input) { - background: transparent; - border: none; - box-shadow: none; - box-sizing: border-box; - font-size: 14px; - height: 40px; - line-height: 40px; - outline: none; - padding: 0 15px; - width: 100%; -} - -md-autocomplete input:not(.md-input)::-ms-clear { - display: none; -} - -md-autocomplete .md-show-clear-button button { - background: transparent; - border: none; - border-radius: 50%; - cursor: pointer; - font-size: 12px; - height: 30px; - line-height: 20px; - margin: auto 5px; - padding: 0; - position: relative; - text-align: center; - width: 30px; -} - -md-autocomplete .md-show-clear-button button:after { - border-radius: 50%; - bottom: -6px; - content: ""; - left: -6px; - opacity: 0; - position: absolute; - right: -6px; - top: -6px; - transform: scale(0); - transition: all .4s cubic-bezier(.25,.8,.25,1); -} - -md-autocomplete .md-show-clear-button button:focus { - outline: none; -} - -md-autocomplete .md-show-clear-button button:focus:after { - opacity: 1; - transform: scale(1); -} - -md-autocomplete .md-show-clear-button button md-icon { - left: 50%; - position: absolute; - top: 50%; - transform: translate3d(-50%,-50%,0) scale(.9); -} - -md-autocomplete .md-show-clear-button button md-icon path { - stroke-width: 0; -} - -md-autocomplete .md-show-clear-button button.ng-enter { - transform: scale(0); - transition: transform .15s ease-out; -} - -md-autocomplete .md-show-clear-button button.ng-enter.ng-enter-active { - transform: scale(1); -} - -md-autocomplete .md-show-clear-button button.ng-leave { - transition: transform .15s ease-out; -} - -md-autocomplete .md-show-clear-button button.ng-leave.ng-leave-active { - transform: scale(0); -} - -@media screen and (-ms-high-contrast:active) { - md-autocomplete input { - border: 1px solid #fff; - } - - md-autocomplete .md-autocomplete-suggestion:focus { - color: #fff; - } -} - -.md-standard-list-container.md-autocomplete-suggestions-container, -.md-virtual-repeat-container.md-autocomplete-suggestions-container { - box-shadow: 0 2px 5px rgba(0,0,0,.25); - height: 100%; - position: absolute; - z-index: 100; -} - -.md-standard-list-container.md-autocomplete-suggestions-container .highlight, -.md-virtual-repeat-container.md-autocomplete-suggestions-container .highlight { - font-weight: 700; -} - -.md-standard-list-container { - box-sizing: border-box; - display: block; - margin: 0; - overflow: hidden; - overflow-y: auto; - padding: 0; -} - -.md-standard-list-container.md-not-found, -.md-virtual-repeat-container.md-not-found { - height: 48px; -} - -.md-autocomplete-suggestions { - list-style: none; - margin: 0; - padding: 0; -} - -.md-autocomplete-suggestions .md-autocomplete-suggestion { - font-size: 14px; - height: 48px; - line-height: 48px; - margin: 0; - overflow: hidden; - padding: 0 15px; - text-overflow: ellipsis; - transition: background .15s linear; - white-space: nowrap; -} - -.md-autocomplete-suggestions .md-autocomplete-suggestion:focus { - outline: none; -} - -.md-autocomplete-suggestions .md-autocomplete-suggestion:not(.md-not-found-wrapper) { - cursor: pointer; -} - -@media screen and (-ms-high-contrast:active) { - .md-autocomplete-suggestions, - md-autocomplete { - border: 1px solid #fff; - } -} - -md-backdrop { - bottom: 0; - left: 0; - position: absolute; - right: 0; - top: 0; - transition: opacity .45s; - z-index: 50; -} - -md-backdrop.md-menu-backdrop { - position: fixed!important; - z-index: 99; -} - -md-backdrop.md-select-backdrop { - transition-duration: 0; - z-index: 81; -} - -md-backdrop.md-dialog-backdrop { - z-index: 79; -} - -md-backdrop.md-bottom-sheet-backdrop { - z-index: 69; -} - -md-backdrop.md-sidenav-backdrop { - z-index: 59; -} - -md-backdrop.md-click-catcher { - position: absolute; -} - -md-backdrop.md-opaque { - opacity: .48; -} - -md-backdrop.md-opaque.ng-enter { - opacity: 0; -} - -md-backdrop.md-opaque.ng-enter.md-opaque.ng-enter-active { - opacity: .48; -} - -md-backdrop.md-opaque.ng-leave { - opacity: .48; - transition: opacity .4s; -} - -md-backdrop.md-opaque.ng-leave.md-opaque.ng-leave-active { - opacity: 0; -} - -md-bottom-sheet { - border-top-style: solid; - border-top-width: 1px; - bottom: 0; - left: 0; - padding: 8px 16px 88px; - position: absolute; - right: 0; - transform: translate3d(0,80px,0); - transition: all .4s cubic-bezier(.25,.8,.25,1); - transition-property: transform; - z-index: 70; -} - -md-bottom-sheet.md-has-header { - padding-top: 0; -} - -md-bottom-sheet.ng-enter { - opacity: 0; - transform: translate3d(0,100%,0); -} - -md-bottom-sheet.ng-enter-active { - display: block; - opacity: 1; - transform: translate3d(0,80px,0)!important; -} - -md-bottom-sheet.ng-leave-active { - transform: translate3d(0,100%,0)!important; - transition: all .3s cubic-bezier(.55,0,.55,.2); -} - -md-bottom-sheet .md-subheader { - background-color: transparent; - font-family: Roboto,Helvetica Neue,sans-serif; - line-height: 56px; - padding: 0; - white-space: nowrap; -} - -md-bottom-sheet md-inline-icon { - fill: #444; - display: inline-block; - height: 24px; - width: 24px; -} - -md-bottom-sheet md-list-item { - display: flex; - outline: none; -} - -md-bottom-sheet md-list-item:hover { - cursor: pointer; -} - -md-bottom-sheet.md-list md-list-item { - align-items: center; - height: 48px; - padding: 0; -} - -md-bottom-sheet.md-grid { - padding-left: 24px; - padding-right: 24px; - padding-top: 0; -} - -md-bottom-sheet.md-grid md-list { - align-items: center; - display: flex; - flex-direction: row; - flex-wrap: wrap; - transition: all .5s; -} - -md-bottom-sheet.md-grid md-list-item { - align-items: center; - flex-direction: column; - height: 96px; - margin-bottom: 8px; - margin-top: 8px; - transition: all .5s; -} - -@media (max-width:960px) { - md-bottom-sheet.md-grid md-list-item { - flex: 1 1 33.3333333333%; - max-width: 33.3333333333%; - } - - md-bottom-sheet.md-grid md-list-item:nth-of-type(3n+1) { - align-items: flex-start; - } - - md-bottom-sheet.md-grid md-list-item:nth-of-type(3n) { - align-items: flex-end; - } -} - -@media (min-width:960px) and (max-width:1279px) { - md-bottom-sheet.md-grid md-list-item { - flex: 1 1 25%; - max-width: 25%; - } -} - -@media (min-width:1280px) and (max-width:1919px) { - md-bottom-sheet.md-grid md-list-item { - flex: 1 1 16.6666666667%; - max-width: 16.6666666667%; - } -} - -@media (min-width:1920px) { - md-bottom-sheet.md-grid md-list-item { - flex: 1 1 14.2857142857%; - max-width: 14.2857142857%; - } -} - -md-bottom-sheet.md-grid md-list-item:before { - display: none; -} - -md-bottom-sheet.md-grid md-list-item .md-list-item-content { - align-items: center; - display: flex; - flex-direction: column; - padding-bottom: 16px; - width: 48px; -} - -md-bottom-sheet.md-grid md-list-item .md-grid-item-content { - align-items: center; - border: 1px solid transparent; - display: flex; - flex-direction: column; - width: 80px; -} - -md-bottom-sheet.md-grid md-list-item .md-grid-text { - font-size: 13px; - font-weight: 400; - line-height: 16px; - margin: 0; - padding-top: 8px; - text-align: center; - text-transform: none; - white-space: nowrap; - width: 64px; -} - -@media screen and (-ms-high-contrast:active) { - md-bottom-sheet { - border: 1px solid #fff; - } -} - -button.md-button::-moz-focus-inner { - border: 0; -} - -.md-button { - align-items: center; - background: transparent; - border: 0; - border-radius: 2px; - box-sizing: border-box; - color: currentColor; - cursor: pointer; - display: inline-block; - font-family: inherit; - font-size: 14px; - font-style: inherit; - font-variant: inherit; - font-weight: 500; - line-height: 36px; - margin: 6px 8px; - min-height: 36px; - min-width: 88px; - outline: none; - overflow: hidden; - padding: 0 8px; - position: relative; - text-align: center; - text-decoration: none; - text-transform: uppercase; - transition: box-shadow .4s cubic-bezier(.25,.8,.25,1),background-color .4s cubic-bezier(.25,.8,.25,1); - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - vertical-align: middle; - white-space: nowrap; -} - -.md-dense :not(.md-dense-disabled) .md-button:not(.md-dense-disabled), -.md-dense>.md-button:not(.md-dense-disabled) { - font-size: 13px; - line-height: 32px; - min-height: 32px; -} - -.md-button:focus { - outline: none; -} - -.md-button:focus, -.md-button:hover { - text-decoration: none; -} - -.md-button.ng-hide, -.md-button.ng-leave { - transition: none; -} - -.md-button.md-cornered { - border-radius: 0; -} - -.md-button.md-icon { - background: none; - padding: 0; -} - -.md-button.md-raised:not([disabled]) { - box-shadow: 0 2px 5px 0 rgba(0,0,0,.26); -} - -.md-button.md-icon-button { - border-radius: 50%; - height: 40px; - line-height: 24px; - margin: 0 6px; - min-width: 0; - padding: 8px; - width: 40px; -} - -.md-button.md-fab { - background-clip: padding-box; - border-radius: 50%; - box-shadow: 0 2px 5px 0 rgba(0,0,0,.26); - height: 56px; - line-height: 56px; - min-width: 0; - overflow: hidden; - transition: all .3s cubic-bezier(.55,0,.55,.2); - transition-property: background-color,box-shadow,transform; - vertical-align: middle; - width: 56px; - z-index: 20; -} - -.md-button.md-fab.md-fab-bottom-right { - bottom: 20px; - left: auto; - position: absolute; - right: 20px; - top: auto; -} - -.md-button.md-fab.md-fab-bottom-left { - bottom: 20px; - left: 20px; - position: absolute; - right: auto; - top: auto; -} - -.md-button.md-fab.md-fab-top-right { - bottom: auto; - left: auto; - position: absolute; - right: 20px; - top: 20px; -} - -.md-button.md-fab.md-fab-top-left { - bottom: auto; - left: 20px; - position: absolute; - right: auto; - top: 20px; -} - -.md-button.md-fab.md-mini { - height: 40px; - line-height: 40px; - width: 40px; -} - -.md-button.md-fab.ng-hide, -.md-button.md-fab.ng-leave { - transition: none; -} - -.md-button.md-fab[disabled] { - box-shadow: none; -} - -.md-button:not([disabled]).md-fab.md-focused, -.md-button:not([disabled]).md-raised.md-focused { - box-shadow: 0 2px 5px 0 rgba(0,0,0,.26); -} - -.md-button:not([disabled]).md-fab:active, -.md-button:not([disabled]).md-raised:active { - box-shadow: 0 4px 8px 0 rgba(0,0,0,.4); -} - -.md-button .md-ripple-container { - background-clip: padding-box; - border-radius: inherit; - overflow: hidden; - -webkit-transform: translateZ(0); -} - -.md-button.md-icon-button md-icon, -button.md-button.md-fab md-icon { - display: block; -} - -.md-toast-open-top .md-button.md-fab-top-left, -.md-toast-open-top .md-button.md-fab-top-right { - transform: translate3d(0,42px,0); - transition: all .4s cubic-bezier(.25,.8,.25,1); -} - -.md-toast-open-top .md-button.md-fab-top-left:not([disabled]).md-focused, -.md-toast-open-top .md-button.md-fab-top-left:not([disabled]):hover, -.md-toast-open-top .md-button.md-fab-top-right:not([disabled]).md-focused, -.md-toast-open-top .md-button.md-fab-top-right:not([disabled]):hover { - transform: translate3d(0,41px,0); -} - -.md-toast-open-bottom .md-button.md-fab-bottom-left, -.md-toast-open-bottom .md-button.md-fab-bottom-right { - transform: translate3d(0,-42px,0); - transition: all .4s cubic-bezier(.25,.8,.25,1); -} - -.md-toast-open-bottom .md-button.md-fab-bottom-left:not([disabled]).md-focused, -.md-toast-open-bottom .md-button.md-fab-bottom-left:not([disabled]):hover, -.md-toast-open-bottom .md-button.md-fab-bottom-right:not([disabled]).md-focused, -.md-toast-open-bottom .md-button.md-fab-bottom-right:not([disabled]):hover { - transform: translate3d(0,-43px,0); -} - -.md-button-group { - display: flex; - flex: 1; - width: 100%; -} - -.md-button-group>.md-button { - border-radius: 0; - border-width: 1px 0 1px 1px; - display: block; - flex: 1; - overflow: hidden; - text-align: center; - text-overflow: ellipsis; - white-space: nowrap; - width: 0; -} - -.md-button-group>.md-button:first-child { - border-radius: 2px 0 0 2px; -} - -.md-button-group>.md-button:last-child { - border-radius: 0 2px 2px 0; - border-right-width: 1px; -} - -@media screen and (-ms-high-contrast:active) { - .md-button.md-fab, - .md-button.md-raised { - border: 1px solid #fff; - } -} - -md-card { - box-shadow: 0 1px 3px 0 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12); - box-sizing: border-box; - display: flex; - flex-direction: column; - margin: 8px; -} - -md-card md-card-header { - display: flex; - flex-direction: row; - padding: 16px; -} - -md-card md-card-header:first-child md-card-avatar { - margin-right: 12px; -} - -[dir=rtl] md-card md-card-header:first-child md-card-avatar { - margin-left: 12px; - margin-right: auto; -} - -md-card md-card-header:last-child md-card-avatar { - margin-left: 12px; -} - -[dir=rtl] md-card md-card-header:last-child md-card-avatar { - margin-left: auto; - margin-right: 12px; -} - -md-card md-card-header md-card-avatar { - height: 40px; - width: 40px; -} - -md-card md-card-header md-card-avatar .md-user-avatar, -md-card md-card-header md-card-avatar md-icon { - border-radius: 50%; -} - -md-card md-card-header md-card-avatar md-icon { - padding: 8px; -} - -md-card md-card-header md-card-avatar md-icon>svg { - height: inherit; - width: inherit; -} - -md-card md-card-header md-card-avatar+md-card-header-text { - max-height: 40px; -} - -md-card md-card-header md-card-avatar+md-card-header-text .md-title { - font-size: 14px; -} - -md-card md-card-header md-card-header-text { - display: flex; - flex: 1; - flex-direction: column; -} - -md-card md-card-header md-card-header-text .md-subhead { - font-size: 14px; -} - -md-card>img, -md-card>md-card-header img, -md-card md-card-title-media img { - box-sizing: border-box; - display: flex; - flex: 0 0 auto; - height: auto; - width: 100%; -} - -md-card md-card-title { - display: flex; - flex: 1 1 auto; - flex-direction: row; - padding: 24px 16px 16px; -} - -md-card md-card-title+md-card-content { - padding-top: 0; -} - -md-card md-card-title md-card-title-text { - display: flex; - flex: 1; - flex-direction: column; -} - -md-card md-card-title md-card-title-text .md-subhead { - font-size: 14px; - padding-top: 0; -} - -md-card md-card-title md-card-title-text:only-child .md-subhead { - padding-top: 12px; -} - -md-card md-card-title md-card-title-media { - margin-top: -8px; -} - -md-card md-card-title md-card-title-media .md-media-sm { - height: 80px; - width: 80px; -} - -md-card md-card-title md-card-title-media .md-media-md { - height: 112px; - width: 112px; -} - -md-card md-card-title md-card-title-media .md-media-lg { - height: 152px; - width: 152px; -} - -md-card md-card-content { - display: block; - padding: 16px; -} - -md-card md-card-content>p:first-child { - margin-top: 0; -} - -md-card md-card-content>p:last-child { - margin-bottom: 0; -} - -md-card md-card-content .md-media-xl { - height: 240px; - width: 240px; -} - -md-card md-card-actions { - margin: 8px; -} - -md-card md-card-actions.layout-column .md-button:not(.md-icon-button) { - margin: 2px 0; -} - -md-card md-card-actions.layout-column .md-button:not(.md-icon-button):first-of-type { - margin-top: 0; -} - -md-card md-card-actions.layout-column .md-button:not(.md-icon-button):last-of-type { - margin-bottom: 0; -} - -md-card md-card-actions.layout-column .md-button.md-icon-button { - margin-bottom: 6px; - margin-top: 6px; -} - -md-card md-card-actions md-card-icon-actions { - display: flex; - flex: 1; - flex-direction: row; - justify-content: flex-start; -} - -md-card md-card-actions:not(.layout-column) .md-button:not(.md-icon-button) { - margin: 0 4px; -} - -md-card md-card-actions:not(.layout-column) .md-button:not(.md-icon-button):first-of-type { - margin-left: 0; -} - -[dir=rtl] md-card md-card-actions:not(.layout-column) .md-button:not(.md-icon-button):first-of-type { - margin-left: auto; - margin-right: 0; -} - -md-card md-card-actions:not(.layout-column) .md-button:not(.md-icon-button):last-of-type { - margin-right: 0; -} - -[dir=rtl] md-card md-card-actions:not(.layout-column) .md-button:not(.md-icon-button):last-of-type { - margin-left: 0; - margin-right: auto; -} - -md-card md-card-actions:not(.layout-column) .md-button.md-icon-button { - margin-left: 6px; - margin-right: 6px; -} - -md-card md-card-actions:not(.layout-column) .md-button.md-icon-button:first-of-type { - margin-left: 12px; -} - -[dir=rtl] md-card md-card-actions:not(.layout-column) .md-button.md-icon-button:first-of-type { - margin-left: auto; - margin-right: 12px; -} - -md-card md-card-actions:not(.layout-column) .md-button.md-icon-button:last-of-type { - margin-right: 12px; -} - -[dir=rtl] md-card md-card-actions:not(.layout-column) .md-button.md-icon-button:last-of-type { - margin-left: 12px; - margin-right: auto; -} - -md-card md-card-actions:not(.layout-column) .md-button+md-card-icon-actions { - display: flex; - flex: 1; - flex-direction: row; - justify-content: flex-end; -} - -md-card md-card-footer { - margin-top: auto; - padding: 16px; -} - -@media screen and (-ms-high-contrast:active) { - md-card { - border: 1px solid #fff; - } -} - -.md-image-no-fill>img { - height: auto; - width: auto; -} - -.md-inline-form md-checkbox { - margin-bottom: auto; - margin-top: 14px; -} - -md-checkbox { - box-sizing: border-box; - cursor: pointer; - display: inline-block; - min-height: 48px; - min-width: 18px; - outline: none; - position: relative; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - white-space: nowrap; -} - -.md-dense :not(.md-dense-disabled) md-checkbox:not(.md-dense-disabled), -.md-dense>md-checkbox:not(.md-dense-disabled) { - min-height: 36px; -} - -md-checkbox.md-focused:not([disabled]) .md-container:before { - bottom: -8px; - left: -8px; - right: -8px; - top: -8px; -} - -md-checkbox.md-focused:not([disabled]):not(.md-checked) .md-container:before { - background-color: rgba(0,0,0,.12); -} - -md-checkbox .md-container { - box-sizing: border-box; - display: inline-block; - height: 18px; - left: 0; - position: absolute; - top: 50%; - transform: translateY(-50%); - width: 18px; -} - -[dir=rtl] md-checkbox .md-container { - left: auto; - right: 0; -} - -md-checkbox .md-container:before { - background-color: transparent; - border-radius: 50%; - bottom: 0; - box-sizing: border-box; - content: ""; - display: block; - height: auto; - left: 0; - position: absolute; - right: 0; - top: 0; - transition: all .5s; - width: auto; -} - -md-checkbox .md-container:after { - bottom: -10px; - box-sizing: border-box; - content: ""; - left: -10px; - position: absolute; - right: -10px; - top: -10px; -} - -md-checkbox .md-container .md-ripple-container { - bottom: -15px; - display: block; - height: auto; - left: -15px; - position: absolute; - right: -15px; - top: -15px; - width: auto; -} - -md-checkbox .md-icon { - border-radius: 2px; - border-style: solid; - border-width: 2px; - box-sizing: border-box; - height: 18px; - left: 0; - position: absolute; - top: 0; - transition: .24s; - width: 18px; -} - -md-checkbox.md-checked .md-icon { - border-color: transparent; -} - -md-checkbox.md-checked .md-icon:after { - border-style: solid; - border-width: 2px; - border-left: 0; - border-top: 0; - box-sizing: border-box; - content: ""; - display: table; - height: 12px; - left: 4px; - position: absolute; - top: 0; - transform: rotate(45deg); - width: 6px; -} - -md-checkbox[disabled] { - cursor: default; -} - -md-checkbox.md-indeterminate .md-icon:after { - border-style: solid; - border-width: 2px; - border-left: 0; - border-top: 0; - box-sizing: border-box; - content: ""; - display: table; - height: 2px; - left: 50%; - position: absolute; - top: 50%; - transform: translate(-50%,-50%); - width: 10.8px; -} - -md-checkbox .md-container { - left: auto; - margin: 21px 3px 3px; - right: auto; - top: auto; -} - -md-checkbox .md-label { - box-sizing: border-box; - display: inline-block; - margin-bottom: auto; - margin-left: 36px; - margin-top: 10px; - position: relative; - -webkit-user-select: text; - -moz-user-select: text; - -ms-user-select: text; - user-select: text; - vertical-align: middle; - white-space: normal; -} - -[dir=rtl] md-checkbox .md-label { - margin-left: 0; - margin-right: 36px; -} - -md-checkbox .md-label:empty { - margin-left: 24px; - margin-right: 0; -} - -[dir=rtl] md-checkbox .md-label:empty { - margin-left: 0; - margin-right: 24px; -} - -md-input-container .md-checkbox-link-label { - box-sizing: border-box; - cursor: pointer; - display: inline-block; - margin-left: 18px; - margin-right: 0; - position: relative; - top: -21px; - -webkit-user-select: text; - -moz-user-select: text; - -ms-user-select: text; - user-select: text; - vertical-align: middle; - white-space: normal; -} - -[dir=rtl] md-input-container .md-checkbox-link-label { - margin-left: 0; - margin-right: 18px; -} - -.md-contact-chips .md-chips md-chip { - padding: 0 25px 0 0; -} - -[dir=rtl] .md-contact-chips .md-chips md-chip { - padding: 0 0 0 25px; -} - -.md-contact-chips .md-chips md-chip .md-contact-avatar { - float: left; -} - -[dir=rtl] .md-contact-chips .md-chips md-chip .md-contact-avatar { - float: right; -} - -.md-contact-chips .md-chips md-chip .md-contact-avatar img { - border-radius: 16px; - height: 32px; -} - -.md-contact-chips .md-chips md-chip .md-contact-name { - display: inline-block; - height: 32px; - margin-left: 8px; -} - -[dir=rtl] .md-contact-chips .md-chips md-chip .md-contact-name { - margin-left: auto; - margin-right: 8px; -} - -.md-contact-suggestion { - height: 56px; -} - -.md-contact-suggestion img { - border-radius: 20px; - height: 40px; - margin-top: 8px; -} - -.md-contact-suggestion .md-contact-name { - margin-left: 8px; - width: 120px; -} - -[dir=rtl] .md-contact-suggestion .md-contact-name { - margin-left: auto; - margin-right: 8px; -} - -.md-contact-suggestion .md-contact-email, -.md-contact-suggestion .md-contact-name { - display: inline-block; - overflow: hidden; - text-overflow: ellipsis; -} - -.md-contact-chips-suggestions li { - height: 100%; -} - -.md-chips, -md-chips { - display: flex; -} - -.md-chips { - flex-grow: 1; - flex-wrap: wrap; - font-family: Roboto,Helvetica Neue,sans-serif; - font-size: 13px; - padding: 0 0 8px 3px; - vertical-align: middle; -} - -.md-chips:after { - clear: both; - content: ""; - display: table; -} - -[dir=rtl] .md-chips { - padding: 0 3px 8px 0; -} - -.md-chips.md-readonly .md-chip-input-container { - min-height: 32px; -} - -.md-chips:not(.md-readonly) { - cursor: text; -} - -.md-chips.md-removable md-chip { - padding-right: 28px; -} - -[dir=rtl] .md-chips.md-removable md-chip { - padding-left: 28px; - padding-right: 0; -} - -.md-chips.md-removable md-chip .md-chip-content { - padding-right: 4px; -} - -[dir=rtl] .md-chips.md-removable md-chip .md-chip-content { - padding-left: 4px; - padding-right: 0; -} - -.md-chips md-chip { - border-radius: 16px; - box-sizing: border-box; - cursor: default; - display: block; - float: left; - height: 32px; - line-height: 32px; - margin: 8px 8px 0 0; - max-width: 100%; - padding: 0 12px; - position: relative; -} - -[dir=rtl] .md-chips md-chip { - float: right; - margin: 8px 0 0 8px; -} - -.md-chips md-chip .md-chip-content { - display: block; - float: left; - max-width: 100%; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; -} - -[dir=rtl] .md-chips md-chip .md-chip-content { - float: right; -} - -.md-chips md-chip .md-chip-content:focus { - outline: none; -} - -.md-chips md-chip._md-chip-content-edit-is-enabled { - -webkit-user-select: none; - -moz-user-select: none; - -khtml-user-select: none; - -ms-user-select: none; -} - -.md-chips md-chip .md-chip-remove-container { - line-height: 22px; - position: absolute; - right: 0; -} - -[dir=rtl] .md-chips md-chip .md-chip-remove-container { - left: 0; - right: auto; -} - -.md-chips md-chip .md-chip-remove { - background: transparent; - border: none; - box-shadow: none; - height: 32px; - margin: 0; - min-width: 0; - padding: 0; - position: relative; - text-align: center; - width: 32px; -} - -.md-chips md-chip .md-chip-remove md-icon { - height: 18px; - left: 50%; - min-height: 18px; - min-width: 18px; - position: absolute; - top: 50%; - transform: translate3d(-50%,-50%,0); - width: 18px; -} - -.md-chips .md-chip-input-container { - display: block; - flex-grow: 1; - float: left; - line-height: 32px; - margin: 8px 8px 0 0; - padding: 0; -} - -[dir=rtl] .md-chips .md-chip-input-container { - float: right; - margin: 8px 0 0 8px; -} - -.md-chips .md-chip-input-container input { - width: 100%; -} - -.md-chips .md-chip-input-container input:not([type]), -.md-chips .md-chip-input-container input[type=email], -.md-chips .md-chip-input-container input[type=number], -.md-chips .md-chip-input-container input[type=tel], -.md-chips .md-chip-input-container input[type=text], -.md-chips .md-chip-input-container input[type=url] { - border: 0; - height: 32px; - line-height: 32px; - padding: 0; -} - -.md-chips .md-chip-input-container input:not([type]):focus, -.md-chips .md-chip-input-container input[type=email]:focus, -.md-chips .md-chip-input-container input[type=number]:focus, -.md-chips .md-chip-input-container input[type=tel]:focus, -.md-chips .md-chip-input-container input[type=text]:focus, -.md-chips .md-chip-input-container input[type=url]:focus { - outline: none; -} - -.md-chips .md-chip-input-container md-autocomplete, -.md-chips .md-chip-input-container md-autocomplete-wrap { - background: transparent; -} - -.md-chips .md-chip-input-container md-autocomplete md-autocomplete-wrap { - box-shadow: none; -} - -.md-chips .md-chip-input-container input { - border: 0; - height: 32px; - line-height: 32px; - padding: 0; -} - -.md-chips .md-chip-input-container input:focus { - outline: none; -} - -.md-chips .md-chip-input-container md-autocomplete, -.md-chips .md-chip-input-container md-autocomplete-wrap { - height: 32px; -} - -.md-chips .md-chip-input-container md-autocomplete { - box-shadow: none; -} - -.md-chips .md-chip-input-container md-autocomplete input { - position: relative; -} - -.md-chips .md-chip-input-container:not(:first-child) { - margin: 8px 8px 0 0; -} - -[dir=rtl] .md-chips .md-chip-input-container:not(:first-child) { - margin: 8px 0 0 8px; -} - -.md-chips .md-chip-input-container input { - background: transparent; - border-width: 0; -} - -.md-chips md-autocomplete button { - display: none; -} - -@media screen and (-ms-high-contrast:active) { - .md-chip-input-container, - md-chip { - border: 1px solid #fff; - } - - .md-chip-input-container md-autocomplete { - border: none; - } -} - -md-content { - -webkit-overflow-scrolling: touch; - display: block; - overflow: auto; - position: relative; -} - -md-content[md-scroll-y] { - overflow-x: hidden; - overflow-y: auto; -} - -md-content[md-scroll-x] { - overflow-x: auto; - overflow-y: hidden; -} - -@media print { - md-content { - overflow: visible!important; - } -} - -md-calendar { - font-size: 13px; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; -} - -.md-calendar-scroll-mask { - display: inline-block; - height: 308px; - overflow: hidden; -} - -.md-calendar-scroll-mask .md-virtual-repeat-scroller { - -webkit-overflow-scrolling: touch; - overflow-y: scroll; -} - -.md-calendar-scroll-mask .md-virtual-repeat-scroller::-webkit-scrollbar { - display: none; -} - -.md-calendar-scroll-mask .md-virtual-repeat-offsetter { - width: 100%; -} - -.md-calendar-scroll-container { - box-shadow: inset -3px 3px 6px rgba(0,0,0,.2); - display: inline-block; - height: 308px; - width: 346px; -} - -.md-calendar-date { - border: none; - box-sizing: content-box; - height: 44px; - padding: 0; - text-align: center; - width: 44px; -} - -.md-calendar-date:first-child { - padding-left: 16px; -} - -[dir=rtl] .md-calendar-date:first-child { - padding-left: 0; - padding-right: 16px; -} - -.md-calendar-date:last-child { - padding-right: 16px; -} - -[dir=rtl] .md-calendar-date:last-child { - padding-left: 16px; - padding-right: 0; -} - -.md-calendar-date.md-calendar-date-disabled { - cursor: default; -} - -.md-calendar-date-selection-indicator { - border-radius: 50%; - display: inline-block; - height: 40px; - line-height: 40px; - transition: background-color,color .4s cubic-bezier(.25,.8,.25,1); - width: 40px; -} - -.md-calendar-date:not(.md-disabled) .md-calendar-date-selection-indicator { - cursor: pointer; -} - -.md-calendar-month-label { - font-size: 14px; - font-weight: 500; - height: 44px; - padding: 0 0 0 24px; -} - -[dir=rtl] .md-calendar-month-label { - padding: 0 24px 0 0; -} - -.md-calendar-month-label.md-calendar-label-clickable { - cursor: pointer; -} - -.md-calendar-month-label md-icon { - transform: rotate(180deg); -} - -[dir=rtl] .md-calendar-month-label md-icon { - transform: none; -} - -.md-calendar-month-label span { - vertical-align: middle; -} - -.md-calendar-day-header { - border-collapse: collapse; - border-spacing: 0; - table-layout: fixed; -} - -.md-calendar-day-header th { - border: none; - box-sizing: content-box; - font-weight: 400; - height: 40px; - padding: 0; - text-align: center; - width: 44px; -} - -.md-calendar-day-header th:first-child { - padding-left: 16px; -} - -[dir=rtl] .md-calendar-day-header th:first-child { - padding-left: 0; - padding-right: 16px; -} - -.md-calendar-day-header th:last-child { - padding-right: 16px; -} - -[dir=rtl] .md-calendar-day-header th:last-child { - padding-left: 16px; - padding-right: 0; -} - -.md-calendar { - border-collapse: collapse; - border-spacing: 0; - table-layout: fixed; -} - -.md-calendar tr:last-child td { - border-bottom-style: solid; - border-bottom-width: 1px; -} - -.md-calendar:first-child { - border-top: 1px solid transparent; -} - -.md-calendar tbody, -.md-calendar td, -.md-calendar tr { - box-sizing: content-box; - vertical-align: middle; -} - -md-datepicker { - overflow: hidden; - vertical-align: middle; - white-space: nowrap; -} - -.md-inline-form md-datepicker { - margin-top: 12px; -} - -.md-datepicker-button { - background: none; - box-sizing: border-box; - display: inline-block; - position: relative; - vertical-align: middle; -} - -.md-datepicker-button:before { - speak: none; - bottom: 0; - content: ""; - left: 0; - position: absolute; - right: 0; - top: 0; -} - -.md-datepicker-input { - background: transparent; - border: none; - box-shadow: none; - box-sizing: border-box; - font-size: 14px; - max-width: 328px; - min-width: 120px; - outline: none; - padding: 0 0 5px; -} - -.md-datepicker-input::-ms-clear { - display: none; -} - -._md-datepicker-floating-label>md-datepicker { - overflow: visible; -} - -._md-datepicker-floating-label>md-datepicker .md-datepicker-input-container { - border: none; -} - -._md-datepicker-floating-label>md-datepicker .md-datepicker-button { - float: left; - margin-top: -16px; - top: 13.5px; -} - -[dir=rtl] ._md-datepicker-floating-label>md-datepicker .md-datepicker-button { - float: right; -} - -._md-datepicker-floating-label .md-input { - float: none; -} - -._md-datepicker-floating-label._md-datepicker-has-calendar-icon>label:not(.md-no-float):not(.md-container-ignore) { - left: auto; - right: 18px; - width: calc(100% - 84px); -} - -[dir=rtl] ._md-datepicker-floating-label._md-datepicker-has-calendar-icon>label:not(.md-no-float):not(.md-container-ignore) { - left: 18px; - right: auto; -} - -._md-datepicker-floating-label._md-datepicker-has-calendar-icon .md-input-message-animation { - margin-left: 64px; -} - -[dir=rtl] ._md-datepicker-floating-label._md-datepicker-has-calendar-icon .md-input-message-animation { - margin-left: auto; - margin-right: 64px; -} - -._md-datepicker-has-triangle-icon { - margin-right: -18px; - padding-right: 18px; -} - -[dir=rtl] ._md-datepicker-has-triangle-icon { - margin-left: -18px; - margin-right: auto; - padding-left: 18px; - padding-right: 0; -} - -.md-datepicker-input-container { - border-bottom-style: solid; - border-bottom-width: 1px; - display: inline-block; - position: relative; - width: auto; -} - -.md-icon-button+.md-datepicker-input-container { - margin-left: 12px; -} - -[dir=rtl] .md-icon-button+.md-datepicker-input-container { - margin-left: auto; - margin-right: 12px; -} - -.md-datepicker-input-container.md-datepicker-focused { - border-bottom-width: 2px; -} - -.md-datepicker-is-showing .md-scroll-mask { - z-index: 99; -} - -.md-datepicker-calendar-pane { - background: transparent; - border-style: solid; - border-width: 1px; - left: -100%; - position: absolute; - top: 0; - transform: scale(0); - transform-origin: 0 0; - transition: transform .2s cubic-bezier(.25,.8,.25,1); - z-index: 100; -} - -.md-datepicker-calendar-pane.md-pane-open { - transform: scale(1); -} - -.md-datepicker-input-mask { - background: transparent; - cursor: text; - height: 40px; - overflow: hidden; - pointer-events: none; - position: relative; - width: 340px; -} - -.md-datepicker-calendar { - opacity: 0; - transition: opacity .2s cubic-bezier(.5,0,.25,1); -} - -.md-pane-open .md-datepicker-calendar { - opacity: 1; -} - -.md-datepicker-calendar md-calendar:focus { - outline: none; -} - -.md-datepicker-expand-triangle { - border-left: 5px solid transparent; - border-right: 5px solid transparent; - border-top: 5px solid; - height: 0; - left: 50%; - position: absolute; - top: 50%; - transform: translate(-50%,-50%); - width: 0; -} - -.md-datepicker-triangle-button { - bottom: -2.5px; - position: absolute; - right: 0; - transform: translateX(45%); -} - -[dir=rtl] .md-datepicker-triangle-button { - left: 0; - right: auto; - transform: translateX(-45%); -} - -.md-datepicker-triangle-button.md-button.md-icon-button { - height: 36px; - padding: 8px; - position: absolute; - width: 36px; -} - -md-datepicker[disabled] .md-datepicker-input-container { - border-bottom-color: transparent; -} - -md-datepicker[disabled] .md-datepicker-triangle-button { - display: none; -} - -.md-datepicker-open { - overflow: hidden; -} - -.md-datepicker-open .md-datepicker-input-container, -.md-datepicker-open input.md-input { - border-bottom-color: transparent; -} - -.md-datepicker-open .md-datepicker-triangle-button, -.md-datepicker-open.md-input-has-placeholder>label, -.md-datepicker-open.md-input-has-value>label, -.md-datepicker-pos-adjusted .md-datepicker-input-mask { - display: none; -} - -.md-datepicker-calendar-pane .md-calendar { - transform: translateY(-85px); - transition: transform .65s cubic-bezier(.25,.8,.25,1); - transition-delay: .125s; -} - -.md-datepicker-calendar-pane.md-pane-open .md-calendar { - transform: translateY(0); -} - -.md-dialog-is-showing { - max-height: 100%; -} - -.md-dialog-container { - align-items: center; - display: flex; - height: 100%; - justify-content: center; - left: 0; - overflow: hidden; - position: absolute; - top: 0; - width: 100%; - z-index: 80; -} - -md-dialog { - box-shadow: 0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12); - display: flex; - flex-direction: column; - max-height: 80%; - max-width: 80%; - min-width: 240px; - opacity: 0; - overflow: auto; - position: relative; -} - -md-dialog.md-transition-in { - opacity: 1; - transform: translate(0,0) scale(1); - transition: all .4s cubic-bezier(.25,.8,.25,1); -} - -md-dialog.md-transition-out { - opacity: 0; - transform: translate(0,100%) scale(.2); - transition: all .4s cubic-bezier(.25,.8,.25,1); -} - -md-dialog>form { - display: flex; - flex-direction: column; - overflow: auto; -} - -md-dialog .md-dialog-content { - padding: 24px; -} - -md-dialog md-dialog-content { - -webkit-overflow-scrolling: touch; - flex-direction: column; - order: 1; - overflow: auto; -} - -md-dialog md-dialog-content:not([layout=row])>:first-child:not(.md-subheader) { - margin-top: 0; -} - -md-dialog md-dialog-content:focus { - outline: none; -} - -md-dialog md-dialog-content .md-subheader { - margin: 0; -} - -md-dialog md-dialog-content .md-dialog-content-body { - width: 100%; -} - -md-dialog md-dialog-content .md-prompt-input-container { - box-sizing: border-box; - width: 100%; -} - -md-dialog md-dialog-actions { - align-items: center; - box-sizing: border-box; - display: flex; - justify-content: flex-end; - margin-bottom: 0; - min-height: 52px; - order: 2; - overflow: hidden; - padding-left: 16px; - padding-right: 8px; -} - -[dir=rtl] md-dialog md-dialog-actions { - padding-left: 8px; - padding-right: 16px; -} - -md-dialog md-dialog-actions .md-button { - margin: 8px 0 8px 8px; -} - -[dir=rtl] md-dialog md-dialog-actions .md-button { - margin-left: 0; - margin-right: 8px; -} - -md-dialog.md-content-overflow md-dialog-actions { - border-top-style: solid; - border-top-width: 1px; -} - -@media screen and (-ms-high-contrast:active) { - md-dialog { - border: 1px solid #fff; - } -} - -@media (max-width:959px) { - md-dialog.md-dialog-fullscreen { - border-radius: 0; - min-height: 100%; - min-width: 100%; - } -} - -md-divider { - border-top-style: solid; - border-top-width: 1px; - display: block; - margin: 0; -} - -md-divider[md-inset] { - margin-left: 80px; -} - -[dir=rtl] md-divider[md-inset] { - margin-left: auto; - margin-right: 80px; -} - -@media (max-width:599px) { - .layout-row:not(.layout-xs-column)>md-divider, - .layout-xs-row>md-divider { - border-right-style: solid; - border-right-width: 1px; - border-top-width: 0; - } -} - -@media (min-width:600px) and (max-width:959px) { - .layout-gt-xs-row:not(.layout-sm-column)>md-divider, - .layout-row:not(.layout-gt-xs-column):not(.layout-sm-column)>md-divider, - .layout-sm-row:not(.layout-sm-column)>md-divider { - border-right-style: solid; - border-right-width: 1px; - border-top-width: 0; - } -} - -@media (min-width:960px) and (max-width:1279px) { - .layout-gt-sm-row:not(.layout-md-column)>md-divider, - .layout-gt-xs-row:not(.layout-gt-sm-column):not(.layout-md-column)>md-divider, - .layout-md-row:not(.layout-md-column)>md-divider, - .layout-row:not(.layout-gt-xs-column):not(.layout-gt-sm-column):not(.layout-md-column)>md-divider { - border-right-style: solid; - border-right-width: 1px; - border-top-width: 0; - } -} - -@media (min-width:1280px) and (max-width:1919px) { - .layout-gt-md-row:not(.layout-lg-column)>md-divider, - .layout-gt-sm-row:not(.layout-gt-md-column):not(.layout-lg-column)>md-divider, - .layout-gt-xs-row:not(.layout-gt-sm-column):not(.layout-gt-md-column):not(.layout-lg-column)>md-divider, - .layout-lg-row:not(.layout-lg-column)>md-divider, - .layout-row:not(.layout-gt-xs-column):not(.layout-gt-sm-column):not(.layout-gt-md-column):not(.layout-lg-column)>md-divider { - border-right-style: solid; - border-right-width: 1px; - border-top-width: 0; - } -} - -@media (min-width:1920px) { - .layout-gt-lg-row:not(.layout-gt-lg-column):not(.layout-xl-column)>md-divider, - .layout-gt-md-row:not(.layout-gt-lg-column):not(.layout-xl-column)>md-divider, - .layout-gt-sm-row:not(.layout-gt-md-column):not(.layout-gt-lg-column):not(.layout-xl-column)>md-divider, - .layout-gt-xs-row:not(.layout-gt-sm-column):not(.layout-gt-md-column):not(.layout-gt-lg-column):not(.layout-xl-column)>md-divider, - .layout-row:not(.layout-gt-xs-column):not(.layout-gt-sm-column):not(.layout-gt-md-column):not(.layout-gt-lg-column):not(.layout-xl-column)>md-divider, - .layout-xl-row:not(.layout-gt-lg-column):not(.layout-xl-column)>md-divider { - border-right-style: solid; - border-right-width: 1px; - border-top-width: 0; - } -} - -md-fab-speed-dial { - align-items: center; - display: flex; - position: relative; - z-index: 20; -} - -md-fab-speed-dial.md-fab-bottom-right { - bottom: 20px; - left: auto; - position: absolute; - right: 20px; - top: auto; -} - -md-fab-speed-dial.md-fab-bottom-left { - bottom: 20px; - left: 20px; - position: absolute; - right: auto; - top: auto; -} - -md-fab-speed-dial.md-fab-top-right { - bottom: auto; - left: auto; - position: absolute; - right: 20px; - top: 20px; -} - -md-fab-speed-dial.md-fab-top-left { - bottom: auto; - left: 20px; - position: absolute; - right: auto; - top: 20px; -} - -md-fab-speed-dial:not(.md-hover-full) { - pointer-events: none; -} - -md-fab-speed-dial:not(.md-hover-full) .md-fab-action-item, -md-fab-speed-dial:not(.md-hover-full).md-is-open, -md-fab-speed-dial:not(.md-hover-full) md-fab-trigger { - pointer-events: auto; -} - -md-fab-speed-dial ._md-css-variables { - z-index: 20; -} - -md-fab-speed-dial.md-is-open .md-fab-action-item { - align-items: center; -} - -md-fab-speed-dial md-fab-actions { - display: flex; - height: auto; -} - -md-fab-speed-dial md-fab-actions .md-fab-action-item { - transition: all .3s cubic-bezier(.55,0,.55,.2); -} - -md-fab-speed-dial.md-down { - flex-direction: column; -} - -md-fab-speed-dial.md-down md-fab-trigger { - order: 1; -} - -md-fab-speed-dial.md-down md-fab-actions { - flex-direction: column; - order: 2; -} - -md-fab-speed-dial.md-up { - flex-direction: column; -} - -md-fab-speed-dial.md-up md-fab-trigger { - order: 2; -} - -md-fab-speed-dial.md-up md-fab-actions { - flex-direction: column-reverse; - order: 1; -} - -md-fab-speed-dial.md-left { - flex-direction: row; -} - -md-fab-speed-dial.md-left md-fab-trigger { - order: 2; -} - -md-fab-speed-dial.md-left md-fab-actions { - flex-direction: row-reverse; - order: 1; -} - -md-fab-speed-dial.md-left md-fab-actions .md-fab-action-item { - transition: all .3s cubic-bezier(.55,0,.55,.2); -} - -md-fab-speed-dial.md-right { - flex-direction: row; -} - -md-fab-speed-dial.md-right md-fab-trigger { - order: 1; -} - -md-fab-speed-dial.md-right md-fab-actions { - flex-direction: row; - order: 2; -} - -md-fab-speed-dial.md-right md-fab-actions .md-fab-action-item { - transition: all .3s cubic-bezier(.55,0,.55,.2); -} - -md-fab-speed-dial.md-fling-remove .md-fab-action-item>*, -md-fab-speed-dial.md-scale-remove .md-fab-action-item>* { - visibility: hidden; -} - -md-fab-speed-dial.md-fling .md-fab-action-item { - opacity: 1; -} - -md-fab-speed-dial.md-fling.md-animations-waiting .md-fab-action-item { - opacity: 0; - transition-duration: 0s; -} - -md-fab-speed-dial.md-scale .md-fab-action-item { - transform: scale(0); - transition: all .3s cubic-bezier(.55,0,.55,.2); - transition-duration: .1428571429s; -} - -md-fab-toolbar { - display: block; -} - -md-fab-toolbar.md-fab-bottom-right { - bottom: 20px; - left: auto; - position: absolute; - right: 20px; - top: auto; -} - -md-fab-toolbar.md-fab-bottom-left { - bottom: 20px; - left: 20px; - position: absolute; - right: auto; - top: auto; -} - -md-fab-toolbar.md-fab-top-right { - bottom: auto; - left: auto; - position: absolute; - right: 20px; - top: 20px; -} - -md-fab-toolbar.md-fab-top-left { - bottom: auto; - left: 20px; - position: absolute; - right: auto; - top: 20px; -} - -md-fab-toolbar .md-fab-toolbar-wrapper { - display: block; - height: 68px; - overflow: hidden; - position: relative; -} - -md-fab-toolbar md-fab-trigger { - position: absolute; - z-index: 20; -} - -md-fab-toolbar md-fab-trigger button { - overflow: visible!important; -} - -md-fab-toolbar md-fab-trigger .md-fab-toolbar-background { - display: block; - opacity: 1; - position: absolute; - transition: all .3s cubic-bezier(.55,0,.55,.2); - z-index: 21; -} - -md-fab-toolbar md-fab-trigger md-icon { - opacity: 1; - position: relative; - transition: all .2s ease-in; - z-index: 22; -} - -md-fab-toolbar.md-left md-fab-trigger { - right: 0; -} - -[dir=rtl] md-fab-toolbar.md-left md-fab-trigger { - left: 0; - right: auto; -} - -md-fab-toolbar.md-left .md-toolbar-tools { - flex-direction: row-reverse; -} - -md-fab-toolbar.md-left .md-toolbar-tools>.md-button:first-child { - margin-right: .6rem; -} - -[dir=rtl] md-fab-toolbar.md-left .md-toolbar-tools>.md-button:first-child { - margin-left: .6rem; - margin-right: auto; -} - -md-fab-toolbar.md-left .md-toolbar-tools>.md-button:first-child { - margin-left: -.8rem; -} - -[dir=rtl] md-fab-toolbar.md-left .md-toolbar-tools>.md-button:first-child { - margin-left: auto; - margin-right: -.8rem; -} - -md-fab-toolbar.md-left .md-toolbar-tools>.md-button:last-child { - margin-right: 8px; -} - -[dir=rtl] md-fab-toolbar.md-left .md-toolbar-tools>.md-button:last-child { - margin-left: 8px; - margin-right: auto; -} - -md-fab-toolbar.md-right md-fab-trigger { - left: 0; -} - -[dir=rtl] md-fab-toolbar.md-right md-fab-trigger { - left: auto; - right: 0; -} - -md-fab-toolbar.md-right .md-toolbar-tools { - flex-direction: row; -} - -md-fab-toolbar md-toolbar { - background-color: transparent!important; - pointer-events: none; - z-index: 23; -} - -md-fab-toolbar md-toolbar .md-toolbar-tools { - margin-top: 3px; - padding: 0 20px; -} - -md-fab-toolbar md-toolbar .md-fab-action-item { - opacity: 0; - transform: scale(0); - transition: all .3s cubic-bezier(.55,0,.55,.2); - transition-duration: .15s; -} - -md-fab-toolbar.md-is-open md-fab-trigger>button { - box-shadow: none; -} - -md-fab-toolbar.md-is-open md-fab-trigger>button md-icon { - opacity: 0; -} - -md-fab-toolbar.md-is-open .md-fab-action-item { - opacity: 1; - transform: scale(1); -} - -md-grid-list { - display: block; - position: relative; -} - -md-grid-list, -md-grid-list md-grid-tile, -md-grid-list md-grid-tile-footer, -md-grid-list md-grid-tile-header, -md-grid-list md-grid-tile>figure { - box-sizing: border-box; -} - -md-grid-list md-grid-tile { - display: block; - position: absolute; -} - -md-grid-list md-grid-tile figure { - align-items: center; - bottom: 0; - display: flex; - height: 100%; - justify-content: center; - left: 0; - margin: 0; - padding: 0; - position: absolute; - right: 0; - top: 0; -} - -md-grid-list md-grid-tile md-grid-tile-footer, -md-grid-list md-grid-tile md-grid-tile-header { - align-items: center; - background: rgba(0,0,0,.18); - color: #fff; - display: flex; - flex-direction: row; - height: 48px; - left: 0; - overflow: hidden; - position: absolute; - right: 0; -} - -md-grid-list md-grid-tile md-grid-tile-footer h3, -md-grid-list md-grid-tile md-grid-tile-footer h4, -md-grid-list md-grid-tile md-grid-tile-header h3, -md-grid-list md-grid-tile md-grid-tile-header h4 { - font-weight: 400; - margin: 0 0 0 16px; -} - -md-grid-list md-grid-tile md-grid-tile-footer h3, -md-grid-list md-grid-tile md-grid-tile-header h3 { - font-size: 14px; -} - -md-grid-list md-grid-tile md-grid-tile-footer h4, -md-grid-list md-grid-tile md-grid-tile-header h4 { - font-size: 12px; -} - -md-grid-list md-grid-tile md-grid-tile-header { - top: 0; -} - -md-grid-list md-grid-tile md-grid-tile-footer { - bottom: 0; -} - -@media screen and (-ms-high-contrast:active) { - md-grid-tile { - border: 1px solid #fff; - } - - md-grid-tile-footer { - border-top: 1px solid #fff; - } -} - -md-icon { - fill: currentColor; - background-repeat: no-repeat; - display: inline-block; - height: 24px; - margin: auto; - min-height: 24px; - min-width: 24px; - vertical-align: middle; - width: 24px; -} - -md-icon svg { - display: block; - pointer-events: none; -} - -md-icon[md-font-icon] { - line-height: 24px; - width: auto; -} - -md-input-container { - display: inline-block; - margin: 18px 0; - padding: 2px; - position: relative; - vertical-align: middle; -} - -md-input-container:after { - clear: both; - content: ""; - display: table; -} - -md-input-container.md-block { - display: block; -} - -md-input-container .md-errors-spacer { - float: right; - min-height: 24px; - min-width: 1px; -} - -[dir=rtl] md-input-container .md-errors-spacer { - float: left; -} - -md-input-container>md-icon { - left: 2px; - position: absolute; - right: auto; - top: 8px; -} - -[dir=rtl] md-input-container>md-icon { - left: auto; - right: 2px; -} - -md-input-container input[type=color], -md-input-container input[type=date], -md-input-container input[type=datetime-local], -md-input-container input[type=datetime], -md-input-container input[type=email], -md-input-container input[type=month], -md-input-container input[type=number], -md-input-container input[type=password], -md-input-container input[type=search], -md-input-container input[type=tel], -md-input-container input[type=text], -md-input-container input[type=time], -md-input-container input[type=url], -md-input-container input[type=week], -md-input-container textarea { - -moz-appearance: none; - -webkit-appearance: none; -} - -md-input-container input[type=date], -md-input-container input[type=datetime-local], -md-input-container input[type=month], -md-input-container input[type=time], -md-input-container input[type=week] { - min-height: 30px; -} - -md-input-container textarea { - overflow: hidden; - resize: none; -} - -md-input-container textarea.md-input { - -ms-flex-preferred-size: auto; - min-height: 30px; -} - -md-input-container textarea[md-no-autogrow] { - height: auto; - overflow: auto; -} - -md-input-container label:not(.md-container-ignore) { - bottom: 100%; - left: 0; - position: absolute; - right: auto; -} - -[dir=rtl] md-input-container label:not(.md-container-ignore) { - left: auto; - right: 0; -} - -md-input-container label:not(.md-container-ignore).md-required:after { - content: " *"; - font-size: 13px; - vertical-align: top; -} - -md-input-container .md-placeholder, -md-input-container label:not(.md-no-float):not(.md-container-ignore) { - -webkit-font-smoothing: antialiased; - max-width: 100%; - order: 1; - overflow: hidden; - padding-left: 2px; - padding-right: 0; - pointer-events: none; - text-overflow: ellipsis; - transform: translate3d(0,28px,0) scale(1); - transform-origin: left top; - transition: transform .4s cubic-bezier(.25,.8,.25,1); - white-space: nowrap; - width: 100%; - z-index: 1; -} - -[dir=rtl] md-input-container .md-placeholder, -[dir=rtl] md-input-container label:not(.md-no-float):not(.md-container-ignore) { - padding-left: 0; - padding-right: 2px; - transform-origin: right top; -} - -md-input-container.md-input-has-value .md-placeholder, -md-input-container.md-input-has-value label:not(.md-no-float):not(.md-container-ignore) { - padding-left: 3px; - padding-right: 0; -} - -[dir=rtl] md-input-container.md-input-has-value .md-placeholder, -[dir=rtl] md-input-container.md-input-has-value label:not(.md-no-float):not(.md-container-ignore) { - padding-left: 0; - padding-right: 3px; -} - -md-input-container .md-placeholder { - opacity: 0; - position: absolute; - top: 0; - transform: translate3d(0,30px,0); - transition-property: opacity,transform; -} - -md-input-container.md-input-focused .md-placeholder { - opacity: 1; - transform: translate3d(0,24px,0); -} - -md-input-container.md-input-has-value .md-placeholder { - opacity: 0; - transition: none; -} - -md-input-container:not(.md-input-has-value):not(.md-input-has-placeholder) input:not(:focus) { - color: transparent; -} - -md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-ampm-field, -md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-day-field, -md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-hour-field, -md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-millisecond-field, -md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-minute-field, -md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-month-field, -md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-second-field, -md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-text, -md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-week-field, -md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-year-field { - color: transparent; -} - -md-input-container .md-input { - -ms-flex-preferred-size: 26px; - background: none; - border-radius: 0; - border-style: solid; - border-width: 0 0 1px; - box-sizing: border-box; - display: block; - float: left; - height: 30px; - line-height: 26px; - margin-top: 0; - order: 2; - padding: 2px 2px 1px 0; - transition: border-color .4s cubic-bezier(.25,.8,.25,1); - width: 100%; -} - -[dir=rtl] md-input-container .md-input { - float: right; - padding-left: 2px; - padding-right: 0; -} - -md-input-container .md-input:focus { - outline: none; -} - -md-input-container .md-input:invalid { - box-shadow: none; - outline: none; -} - -md-input-container .md-input.md-no-flex { - flex: none!important; -} - -md-input-container .md-char-counter { - padding-left: 0; - padding-right: 2px; - text-align: right; -} - -[dir=rtl] md-input-container .md-char-counter { - padding-left: 2px; - padding-right: 0; - text-align: left; -} - -md-input-container .md-input-messages-animation { - clear: left; - order: 4; - overflow: hidden; - position: relative; -} - -[dir=rtl] md-input-container .md-input-messages-animation { - clear: right; -} - -md-input-container .md-char-counter, -md-input-container .md-input-message-animation { - font-size: 12px; - line-height: 14px; - margin-top: 0; - opacity: 1; - overflow: hidden; - padding-top: 8px; - transition: all .3s cubic-bezier(.55,0,.55,.2); -} - -md-input-container .md-char-counter:not(.md-char-counter), -md-input-container .md-input-message-animation:not(.md-char-counter) { - padding-left: 0; - padding-right: 5px; -} - -[dir=rtl] md-input-container .md-char-counter:not(.md-char-counter), -[dir=rtl] md-input-container .md-input-message-animation:not(.md-char-counter) { - padding-left: 5px; - padding-right: 0; -} - -md-input-container .md-input-message-animation.ng-enter-prepare, -md-input-container .md-input-message-animation.ng-enter:not(.ng-enter-active), -md-input-container:not(.md-input-invalid) .md-auto-hide .md-input-message-animation { - margin-top: -100px; - opacity: 0; -} - -md-input-container.md-input-focused label:not(.md-no-float), -md-input-container.md-input-has-placeholder label:not(.md-no-float), -md-input-container.md-input-has-value label:not(.md-no-float) { - transform: translate3d(0,6px,0) scale(.75); - transition: transform .4s cubic-bezier(.25,.8,.25,1),width .4s cubic-bezier(.25,.8,.25,1); -} - -md-input-container.md-input-has-value label { - transition: none; -} - -md-input-container.md-input-focused .md-input, -md-input-container.md-input-resized .md-input, -md-input-container .md-input.ng-invalid.ng-dirty { - border-width: 0 0 2px; - padding-bottom: 0; -} - -[disabled] md-input-container .md-input, -md-input-container .md-input[disabled] { - background-position: bottom -1px left 0; - background-repeat: repeat-x; - background-size: 4px 1px; -} - -md-input-container.md-icon-float { - transition: margin-top .4s cubic-bezier(.25,.8,.25,1); -} - -md-input-container.md-icon-float>label { - pointer-events: none; - position: absolute; -} - -md-input-container.md-icon-float>md-icon { - left: 2px; - right: auto; - top: 8px; -} - -[dir=rtl] md-input-container.md-icon-float>md-icon { - left: auto; - right: 2px; -} - -md-input-container.md-icon-left>label .md-placeholder, -md-input-container.md-icon-left>label:not(.md-no-float):not(.md-container-ignore), -md-input-container.md-icon-right>label .md-placeholder, -md-input-container.md-icon-right>label:not(.md-no-float):not(.md-container-ignore) { - padding: 0; - width: calc(100% - 36px); -} - -md-input-container.md-icon-left { - padding-left: 36px; - padding-right: 0; -} - -[dir=rtl] md-input-container.md-icon-left { - padding-left: 0; - padding-right: 36px; -} - -md-input-container.md-icon-left>label { - left: 36px; - right: auto; -} - -[dir=rtl] md-input-container.md-icon-left>label { - left: auto; - right: 36px; -} - -md-input-container.md-icon-right { - padding-left: 0; - padding-right: 36px; -} - -[dir=rtl] md-input-container.md-icon-right { - padding-left: 36px; - padding-right: 0; -} - -md-input-container.md-icon-right>md-icon:last-of-type { - left: auto; - margin: 0; - right: 2px; -} - -[dir=rtl] md-input-container.md-icon-right>md-icon:last-of-type { - left: 2px; - right: auto; -} - -md-input-container.md-icon-left.md-icon-right { - padding-left: 36px; - padding-right: 36px; -} - -md-input-container.md-icon-left.md-icon-right>label .md-placeholder, -md-input-container.md-icon-left.md-icon-right>label:not(.md-no-float):not(.md-container-ignore) { - width: calc(100% - 72px); -} - -.md-resize-wrapper { - position: relative; -} - -.md-resize-wrapper:after { - clear: both; - content: ""; - display: table; -} - -.md-resize-handle { - background: transparent; - bottom: -5px; - cursor: ns-resize; - height: 10px; - left: 0; - position: absolute; - width: 100%; -} - -@media screen and (-ms-high-contrast:active) { - md-input-container.md-default-theme>md-icon { - fill: #fff; - } -} - -md-list { - display: block; - padding: 8px 0; -} - -md-list .md-subheader { - font-size: 14px; - font-weight: 500; - letter-spacing: .01em; - line-height: 1.2em; -} - -md-list.md-dense:not(.md-dense-disabled) md-list-item, -md-list.md-dense:not(.md-dense-disabled) md-list-item .md-list-item-inner { - min-height: 40px; -} - -md-list.md-dense:not(.md-dense-disabled) md-list-item .md-list-item-inner:before, -md-list.md-dense:not(.md-dense-disabled) md-list-item:before { - content: ""; - display: inline-block; - min-height: 40px; - visibility: hidden; -} - -md-list.md-dense:not(.md-dense-disabled) md-list-item .md-list-item-inner md-icon:first-child, -md-list.md-dense:not(.md-dense-disabled) md-list-item md-icon:first-child { - height: 20px; - width: 20px; -} - -md-list.md-dense:not(.md-dense-disabled) md-list-item .md-list-item-inner>md-icon:first-child:not(.md-avatar-icon), -md-list.md-dense:not(.md-dense-disabled) md-list-item>md-icon:first-child:not(.md-avatar-icon) { - margin-bottom: 4px; - margin-right: 36px; - margin-top: 4px; -} - -[dir=rtl] md-list.md-dense:not(.md-dense-disabled) md-list-item .md-list-item-inner>md-icon:first-child:not(.md-avatar-icon), -[dir=rtl] md-list.md-dense:not(.md-dense-disabled) md-list-item>md-icon:first-child:not(.md-avatar-icon) { - margin-left: 36px; - margin-right: auto; -} - -md-list.md-dense:not(.md-dense-disabled) md-list-item .md-avatar, -md-list.md-dense:not(.md-dense-disabled) md-list-item .md-avatar-icon, -md-list.md-dense:not(.md-dense-disabled) md-list-item .md-list-item-inner .md-avatar, -md-list.md-dense:not(.md-dense-disabled) md-list-item .md-list-item-inner .md-avatar-icon { - margin-bottom: 6px; - margin-right: 20px; - margin-top: 6px; -} - -[dir=rtl] md-list.md-dense:not(.md-dense-disabled) md-list-item .md-avatar, -[dir=rtl] md-list.md-dense:not(.md-dense-disabled) md-list-item .md-avatar-icon, -[dir=rtl] md-list.md-dense:not(.md-dense-disabled) md-list-item .md-list-item-inner .md-avatar, -[dir=rtl] md-list.md-dense:not(.md-dense-disabled) md-list-item .md-list-item-inner .md-avatar-icon { - margin-left: 20px; - margin-right: auto; -} - -md-list.md-dense:not(.md-dense-disabled) md-list-item .md-avatar, -md-list.md-dense:not(.md-dense-disabled) md-list-item .md-list-item-inner .md-avatar { - flex: none; - height: 36px; - width: 36px; -} - -md-list.md-dense:not(.md-dense-disabled) md-list-item .md-list-item-inner .md-secondary-container .md-secondary.md-button, -md-list.md-dense:not(.md-dense-disabled) md-list-item .md-secondary-container .md-secondary.md-button { - margin-bottom: 4px; - margin-top: 4px; -} - -md-list.md-dense:not(.md-dense-disabled) md-list-item .md-list-item-inner .md-secondary-container md-checkbox:not(.md-dense-disabled), -md-list.md-dense:not(.md-dense-disabled) md-list-item .md-secondary-container md-checkbox:not(.md-dense-disabled) { - min-height: 40px; -} - -md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line .md-list-item-text.md-offset, -md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line>.md-no-style .md-list-item-text.md-offset, -md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line .md-list-item-text.md-offset, -md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line>.md-no-style .md-list-item-text.md-offset { - margin-left: 56px; -} - -[dir=rtl] md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line .md-list-item-text.md-offset, -[dir=rtl] md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line>.md-no-style .md-list-item-text.md-offset, -[dir=rtl] md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line .md-list-item-text.md-offset, -[dir=rtl] md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line>.md-no-style .md-list-item-text.md-offset { - margin-left: auto; - margin-right: 56px; -} - -md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line .md-list-item-text h3, -md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line .md-list-item-text h4, -md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line .md-list-item-text p, -md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line>.md-no-style .md-list-item-text h3, -md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line>.md-no-style .md-list-item-text h4, -md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line>.md-no-style .md-list-item-text p, -md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line .md-list-item-text h3, -md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line .md-list-item-text h4, -md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line .md-list-item-text p, -md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line>.md-no-style .md-list-item-text h3, -md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line>.md-no-style .md-list-item-text h4, -md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line>.md-no-style .md-list-item-text p { - font-size: 12px; - line-height: 1.05; - padding-bottom: 4px; -} - -md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line .md-list-item-text h3, -md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line>.md-no-style .md-list-item-text h3, -md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line .md-list-item-text h3, -md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line>.md-no-style .md-list-item-text h3 { - font-size: 13px; -} - -md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line, -md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line>.md-no-style { - min-height: 60px; -} - -md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line:before, -md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line>.md-no-style:before { - content: ""; - display: inline-block; - min-height: 60px; - visibility: hidden; -} - -md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line .md-avatar-icon, -md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line>.md-avatar, -md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line>.md-no-style .md-avatar-icon, -md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line>.md-no-style>.md-avatar { - margin-top: 12px; -} - -md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line, -md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line>.md-no-style { - min-height: 76px; -} - -md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line:before, -md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line>.md-no-style:before { - content: ""; - display: inline-block; - min-height: 76px; - visibility: hidden; -} - -md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line>.md-avatar, -md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line>.md-no-style>.md-avatar, -md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line>.md-no-style>md-icon:first-child, -md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line>md-icon:first-child { - margin-top: 16px; -} - -md-list.md-dense:not(.md-dense-disabled) .md-subheader-inner { - padding-bottom: 12px; - padding-top: 12px; -} - -md-list-item { - position: relative; -} - -md-list-item.md-proxy-focus.md-focused .md-no-style { - transition: background-color .15s linear; -} - -md-list-item._md-button-wrap { - position: relative; -} - -md-list-item._md-button-wrap>div.md-button:first-child { - align-items: center; - border: none; - display: flex; - font-weight: 400; - justify-content: flex-start; - margin: 0; - padding: 0 16px; - text-align: left; -} - -[dir=rtl] md-list-item._md-button-wrap>div.md-button:first-child { - text-align: right; -} - -md-list-item._md-button-wrap>div.md-button:first-child>.md-button:first-child { - height: 100%; - left: 0; - margin: 0; - padding: 0; - position: absolute; - top: 0; -} - -md-list-item._md-button-wrap>div.md-button:first-child .md-list-item-inner { - width: 100%; -} - -md-list-item._md-button-wrap>div.md-button:first-child .md-list-item-inner:before { - content: ""; - display: inline-block; - min-height: inherit; - visibility: hidden; -} - -md-list-item.md-no-proxy, -md-list-item .md-no-style { - flex: 1 1 auto; - padding: 0 16px; - position: relative; -} - -md-list-item.md-no-proxy.md-button, -md-list-item .md-no-style.md-button { - align-items: inherit; - border-radius: 0; - flex-direction: inherit; - font-size: inherit; - height: inherit; - margin: 0; - text-align: left; - text-transform: none; - white-space: normal; - width: 100%; -} - -[dir=rtl] md-list-item.md-no-proxy.md-button, -[dir=rtl] md-list-item .md-no-style.md-button { - text-align: right; -} - -md-list-item.md-no-proxy.md-button>.md-ripple-container, -md-list-item .md-no-style.md-button>.md-ripple-container { - border-radius: 0; -} - -md-list-item.md-no-proxy:focus, -md-list-item .md-no-style:focus { - outline: none; -} - -md-list-item.md-clickable:hover { - cursor: pointer; -} - -md-list-item md-divider { - bottom: 0; - left: 0; - position: absolute; - width: 100%; -} - -[dir=rtl] md-list-item md-divider { - left: auto; - right: 0; -} - -md-list-item md-divider[md-inset] { - left: 72px; - margin: 0!important; - width: calc(100% - 72px); -} - -[dir=rtl] md-list-item md-divider[md-inset] { - left: auto; - right: 72px; -} - -md-list-item, -md-list-item .md-list-item-inner { - align-items: center; - display: flex; - height: auto; - justify-content: flex-start; - min-height: 48px; -} - -md-list-item .md-list-item-inner:before, -md-list-item:before { - content: ""; - display: inline-block; - min-height: 48px; - visibility: hidden; -} - -md-list-item .md-list-item-inner>div.md-primary>md-icon:not(.md-avatar-icon), -md-list-item .md-list-item-inner>div.md-secondary>md-icon:not(.md-avatar-icon), -md-list-item .md-list-item-inner>md-icon.md-secondary:not(.md-avatar-icon), -md-list-item .md-list-item-inner>md-icon:first-child:not(.md-avatar-icon), -md-list-item>div.md-primary>md-icon:not(.md-avatar-icon), -md-list-item>div.md-secondary>md-icon:not(.md-avatar-icon), -md-list-item>md-icon.md-secondary:not(.md-avatar-icon), -md-list-item>md-icon:first-child:not(.md-avatar-icon) { - box-sizing: content-box; - margin-bottom: 12px; - margin-top: 16px; - width: 24px; -} - -md-list-item .md-list-item-inner>div.md-primary>md-checkbox, -md-list-item .md-list-item-inner>div.md-secondary>md-checkbox, -md-list-item .md-list-item-inner>md-checkbox, -md-list-item .md-list-item-inner md-checkbox.md-secondary, -md-list-item>div.md-primary>md-checkbox, -md-list-item>div.md-secondary>md-checkbox, -md-list-item>md-checkbox, -md-list-item md-checkbox.md-secondary { - align-self: center; -} - -md-list-item .md-list-item-inner>div.md-primary>md-checkbox .md-label, -md-list-item .md-list-item-inner>div.md-secondary>md-checkbox .md-label, -md-list-item .md-list-item-inner>md-checkbox .md-label, -md-list-item .md-list-item-inner md-checkbox.md-secondary .md-label, -md-list-item>div.md-primary>md-checkbox .md-label, -md-list-item>div.md-secondary>md-checkbox .md-label, -md-list-item>md-checkbox .md-label, -md-list-item md-checkbox.md-secondary .md-label { - display: none; -} - -md-list-item .md-list-item-inner>md-icon:first-child:not(.md-avatar-icon), -md-list-item>md-icon:first-child:not(.md-avatar-icon) { - margin-right: 32px; -} - -[dir=rtl] md-list-item .md-list-item-inner>md-icon:first-child:not(.md-avatar-icon), -[dir=rtl] md-list-item>md-icon:first-child:not(.md-avatar-icon) { - margin-left: 32px; - margin-right: auto; -} - -md-list-item .md-avatar, -md-list-item .md-avatar-icon, -md-list-item .md-list-item-inner .md-avatar, -md-list-item .md-list-item-inner .md-avatar-icon { - border-radius: 50%; - box-sizing: content-box; - margin-bottom: 8px; - margin-right: 16px; - margin-top: 8px; -} - -[dir=rtl] md-list-item .md-avatar, -[dir=rtl] md-list-item .md-avatar-icon, -[dir=rtl] md-list-item .md-list-item-inner .md-avatar, -[dir=rtl] md-list-item .md-list-item-inner .md-avatar-icon { - margin-left: 16px; - margin-right: auto; -} - -md-list-item .md-avatar, -md-list-item .md-list-item-inner .md-avatar { - flex: none; - height: 40px; - width: 40px; -} - -md-list-item .md-avatar-icon, -md-list-item .md-list-item-inner .md-avatar-icon { - padding: 8px; -} - -md-list-item .md-avatar-icon svg, -md-list-item .md-list-item-inner .md-avatar-icon svg { - height: 24px; - width: 24px; -} - -md-list-item .md-list-item-inner>md-checkbox, -md-list-item>md-checkbox { - margin-left: 0; - margin-right: 29px; - min-height: 40px; - width: 24px; -} - -[dir=rtl] md-list-item .md-list-item-inner>md-checkbox, -[dir=rtl] md-list-item>md-checkbox { - margin-left: 29px; - margin-right: 0; -} - -md-list-item .md-list-item-inner .md-secondary-container, -md-list-item .md-secondary-container { - align-items: center; - display: flex; - flex-shrink: 0; - margin: auto 0 auto auto; - position: relative; -} - -[dir=rtl] md-list-item .md-list-item-inner .md-secondary-container, -[dir=rtl] md-list-item .md-secondary-container { - margin-left: 0; - margin-right: auto; -} - -md-list-item .md-list-item-inner .md-secondary-container .md-button:last-of-type, -md-list-item .md-list-item-inner .md-secondary-container .md-icon-button:last-of-type, -md-list-item .md-secondary-container .md-button:last-of-type, -md-list-item .md-secondary-container .md-icon-button:last-of-type { - margin-right: 0; -} - -[dir=rtl] md-list-item .md-list-item-inner .md-secondary-container .md-button:last-of-type, -[dir=rtl] md-list-item .md-list-item-inner .md-secondary-container .md-icon-button:last-of-type, -[dir=rtl] md-list-item .md-secondary-container .md-button:last-of-type, -[dir=rtl] md-list-item .md-secondary-container .md-icon-button:last-of-type { - margin-left: 0; - margin-right: auto; -} - -md-list-item .md-list-item-inner .md-secondary-container md-checkbox, -md-list-item .md-secondary-container md-checkbox { - margin: 0 6px; - min-height: 40px; - padding: 0 8px; -} - -md-list-item .md-list-item-inner .md-secondary-container md-checkbox:last-child, -md-list-item .md-secondary-container md-checkbox:last-child { - margin-right: 0; - width: 40px; -} - -[dir=rtl] md-list-item .md-list-item-inner .md-secondary-container md-checkbox:last-child, -[dir=rtl] md-list-item .md-secondary-container md-checkbox:last-child { - margin-left: 0; - margin-right: auto; -} - -md-list-item .md-list-item-inner .md-secondary-container md-switch, -md-list-item .md-secondary-container md-switch { - margin-bottom: 0; - margin-right: -6px; - margin-top: 0; -} - -[dir=rtl] md-list-item .md-list-item-inner .md-secondary-container md-switch, -[dir=rtl] md-list-item .md-secondary-container md-switch { - margin-left: -6px; - margin-right: auto; -} - -md-list-item .md-list-item-inner>.md-list-item-inner>p, -md-list-item .md-list-item-inner>p, -md-list-item>.md-list-item-inner>p, -md-list-item>p { - flex: 1 1 auto; - margin: 0; -} - -md-list-item.md-2-line, -md-list-item.md-2-line>.md-no-style, -md-list-item.md-3-line, -md-list-item.md-3-line>.md-no-style { - align-items: flex-start; - justify-content: center; -} - -md-list-item.md-2-line.md-long-text, -md-list-item.md-2-line>.md-no-style.md-long-text, -md-list-item.md-3-line.md-long-text, -md-list-item.md-3-line>.md-no-style.md-long-text { - margin-bottom: 8px; - margin-top: 8px; -} - -md-list-item.md-2-line .md-list-item-text, -md-list-item.md-2-line>.md-no-style .md-list-item-text, -md-list-item.md-3-line .md-list-item-text, -md-list-item.md-3-line>.md-no-style .md-list-item-text { - flex: 1 1 auto; - margin: auto; - overflow: hidden; - text-overflow: ellipsis; -} - -md-list-item.md-2-line .md-list-item-text.md-offset, -md-list-item.md-2-line>.md-no-style .md-list-item-text.md-offset, -md-list-item.md-3-line .md-list-item-text.md-offset, -md-list-item.md-3-line>.md-no-style .md-list-item-text.md-offset { - margin-left: 56px; -} - -[dir=rtl] md-list-item.md-2-line .md-list-item-text.md-offset, -[dir=rtl] md-list-item.md-2-line>.md-no-style .md-list-item-text.md-offset, -[dir=rtl] md-list-item.md-3-line .md-list-item-text.md-offset, -[dir=rtl] md-list-item.md-3-line>.md-no-style .md-list-item-text.md-offset { - margin-left: auto; - margin-right: 56px; -} - -md-list-item.md-2-line .md-list-item-text h3, -md-list-item.md-2-line>.md-no-style .md-list-item-text h3, -md-list-item.md-3-line .md-list-item-text h3, -md-list-item.md-3-line>.md-no-style .md-list-item-text h3 { - font-size: 16px; - font-weight: 400; - letter-spacing: .01em; - line-height: 1.2em; - margin: 0; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; -} - -md-list-item.md-2-line .md-list-item-text h4, -md-list-item.md-2-line>.md-no-style .md-list-item-text h4, -md-list-item.md-3-line .md-list-item-text h4, -md-list-item.md-3-line>.md-no-style .md-list-item-text h4 { - font-size: 14px; - font-weight: 400; - letter-spacing: .01em; - line-height: 1.2em; - margin: 3px 0 1px; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; -} - -md-list-item.md-2-line .md-list-item-text p, -md-list-item.md-2-line>.md-no-style .md-list-item-text p, -md-list-item.md-3-line .md-list-item-text p, -md-list-item.md-3-line>.md-no-style .md-list-item-text p { - font-size: 14px; - font-weight: 500; - letter-spacing: .01em; - line-height: 1.6em; - margin: 0; -} - -md-list-item.md-2-line, -md-list-item.md-2-line>.md-no-style { - height: auto; - min-height: 72px; -} - -md-list-item.md-2-line:before, -md-list-item.md-2-line>.md-no-style:before { - content: ""; - display: inline-block; - min-height: 72px; - visibility: hidden; -} - -md-list-item.md-2-line .md-avatar-icon, -md-list-item.md-2-line>.md-avatar, -md-list-item.md-2-line>.md-no-style .md-avatar-icon, -md-list-item.md-2-line>.md-no-style>.md-avatar { - margin-top: 12px; -} - -md-list-item.md-2-line>.md-no-style>md-icon:first-child, -md-list-item.md-2-line>md-icon:first-child { - align-self: flex-start; -} - -md-list-item.md-2-line .md-list-item-text, -md-list-item.md-2-line>.md-no-style .md-list-item-text { - flex: 1 1 auto; -} - -md-list-item.md-3-line, -md-list-item.md-3-line>.md-no-style { - height: auto; - min-height: 88px; -} - -md-list-item.md-3-line:before, -md-list-item.md-3-line>.md-no-style:before { - content: ""; - display: inline-block; - min-height: 88px; - visibility: hidden; -} - -md-list-item.md-3-line>.md-avatar, -md-list-item.md-3-line>.md-no-style>.md-avatar, -md-list-item.md-3-line>.md-no-style>md-icon:first-child, -md-list-item.md-3-line>md-icon:first-child { - margin-top: 16px; -} - -.md-open-menu-container { - border-radius: 2px; - left: 0; - max-height: calc(100vh - 10px); - opacity: 0; - overflow: auto; - position: fixed; - top: 0; - z-index: 100; -} - -.md-open-menu-container md-menu-divider { - height: 1px; - margin-bottom: 4px; - margin-top: 4px; - max-height: 1px; - min-height: 1px; - width: 100%; -} - -.md-open-menu-container md-menu-content>* { - opacity: 0; -} - -.md-open-menu-container:not(.md-clickable) { - pointer-events: none; -} - -.md-open-menu-container.md-active { - opacity: 1; - transition: all .4s cubic-bezier(.25,.8,.25,1); - transition-duration: .2s; -} - -.md-open-menu-container.md-active>md-menu-content>* { - opacity: 1; - transition: all .3s cubic-bezier(.55,0,.55,.2); - transition-delay: .1s; - transition-duration: .2s; -} - -.md-open-menu-container.md-leave { - opacity: 0; - transition: all .3s cubic-bezier(.55,0,.55,.2); - transition-duration: .25s; -} - -md-menu-content { - display: flex; - flex-direction: column; - max-height: 304px; - overflow-y: auto; - padding: 8px 0; -} - -md-menu-content.md-dense { - max-height: 208px; -} - -md-menu-content.md-dense md-menu-item { - height: 32px; - min-height: 32px; -} - -md-menu-item { - align-content: center; - display: flex; - flex-direction: row; - height: 48px; - justify-content: flex-start; - min-height: 48px; -} - -md-menu-item>* { - margin: auto 0; - padding-left: 16px; - padding-right: 16px; - width: 100%; -} - -md-menu-item>a.md-button { - padding-top: 5px; -} - -md-menu-item>.md-button { - border-radius: 0; - display: inline-block; - font-size: 15px; - font-weight: 400; - height: 100%; - margin: auto 0; - padding-left: 16px; - padding-right: 16px; - text-align: left; - text-transform: none; - width: 100%; -} - -md-menu-item>.md-button::-moz-focus-inner { - border: 0; - padding: 0; -} - -[dir=rtl] md-menu-item>.md-button { - text-align: right; -} - -md-menu-item>.md-button md-icon { - margin: auto 16px auto 0; -} - -[dir=rtl] md-menu-item>.md-button md-icon { - margin: auto 0 auto 16px; -} - -md-menu-item>.md-button p { - display: inline-block; - margin: auto; -} - -md-menu-item>.md-button span { - margin-bottom: auto; - margin-top: auto; -} - -md-menu-item>.md-button .md-ripple-container { - border-radius: inherit; -} - -md-toolbar .md-menu { - height: auto; - margin: auto; - padding: 0; -} - -@media (max-width:959px) { - md-menu-content { - min-width: 112px; - } - - md-menu-content[width="3"] { - min-width: 168px; - } - - md-menu-content[width="4"] { - min-width: 224px; - } - - md-menu-content[width="5"] { - min-width: 280px; - } - - md-menu-content[width="6"] { - min-width: 336px; - } - - md-menu-content[width="7"] { - min-width: 392px; - } -} - -@media (min-width:960px) { - md-menu-content { - min-width: 96px; - } - - md-menu-content[width="3"] { - min-width: 192px; - } - - md-menu-content[width="4"] { - min-width: 256px; - } - - md-menu-content[width="5"] { - min-width: 320px; - } - - md-menu-content[width="6"] { - min-width: 384px; - } - - md-menu-content[width="7"] { - min-width: 448px; - } -} - -md-toolbar.md-menu-toolbar h2.md-toolbar-tools { - height: auto; - line-height: 1rem; - padding: 28px 28px 12px; -} - -md-toolbar.md-has-open-menu { - position: relative; - z-index: 100; -} - -md-menu-bar { - display: block; - padding: 0 20px; - position: relative; - z-index: 2; -} - -md-menu-bar .md-menu { - display: inline-block; - padding: 0; - position: relative; -} - -md-menu-bar button { - background-color: transparent; - border: 0; - font-size: 14px; - height: 40px; - margin: 0; - padding: 0 10px; -} - -md-menu-bar md-backdrop.md-menu-backdrop { - z-index: -2; -} - -md-menu-content.md-menu-bar-menu.md-dense { - max-height: none; - padding: 16px 0; -} - -md-menu-content.md-menu-bar-menu.md-dense md-menu-item.md-indent { - position: relative; -} - -md-menu-content.md-menu-bar-menu.md-dense md-menu-item.md-indent>md-icon { - left: 24px; - padding: 0; - position: absolute; - top: 6px; - width: 24px; -} - -[dir=rtl] md-menu-content.md-menu-bar-menu.md-dense md-menu-item.md-indent>md-icon { - left: auto; - right: 24px; -} - -md-menu-content.md-menu-bar-menu.md-dense md-menu-item.md-indent .md-menu>.md-button, -md-menu-content.md-menu-bar-menu.md-dense md-menu-item.md-indent>.md-button { - padding: 0 32px 0 64px; -} - -[dir=rtl] md-menu-content.md-menu-bar-menu.md-dense md-menu-item.md-indent .md-menu>.md-button, -[dir=rtl] md-menu-content.md-menu-bar-menu.md-dense md-menu-item.md-indent>.md-button { - padding: 0 64px 0 32px; -} - -md-menu-content.md-menu-bar-menu.md-dense .md-button { - height: 32px; - min-height: 0; -} - -md-menu-content.md-menu-bar-menu.md-dense .md-button span { - float: left; -} - -[dir=rtl] md-menu-content.md-menu-bar-menu.md-dense .md-button span { - float: right; -} - -md-menu-content.md-menu-bar-menu.md-dense .md-button span.md-alt-text { - float: right; - margin: 0 8px; -} - -[dir=rtl] md-menu-content.md-menu-bar-menu.md-dense .md-button span.md-alt-text { - float: left; -} - -md-menu-content.md-menu-bar-menu.md-dense md-menu-divider { - margin: 8px 0; -} - -md-menu-content.md-menu-bar-menu.md-dense .md-menu>.md-button, -md-menu-content.md-menu-bar-menu.md-dense md-menu-item>.md-button { - text-align: left; -} - -[dir=rtl] md-menu-content.md-menu-bar-menu.md-dense .md-menu>.md-button, -[dir=rtl] md-menu-content.md-menu-bar-menu.md-dense md-menu-item>.md-button { - text-align: right; -} - -md-menu-content.md-menu-bar-menu.md-dense .md-menu { - padding: 0; -} - -md-menu-content.md-menu-bar-menu.md-dense .md-menu>.md-button { - border-radius: 0; - font-weight: 400; - margin: 0; - padding-left: 16px; - position: relative; - text-transform: none; - width: 100%; -} - -[dir=rtl] md-menu-content.md-menu-bar-menu.md-dense .md-menu>.md-button { - padding-left: 0; - padding-right: 16px; -} - -md-menu-content.md-menu-bar-menu.md-dense .md-menu>.md-button:after { - speak: none; - content: "▼"; - display: block; - position: absolute; - right: 28px; - top: 0; - transform: rotate(270deg) scaleY(.45) scaleX(.9); -} - -[dir=rtl] md-menu-content.md-menu-bar-menu.md-dense .md-menu>.md-button:after { - left: 28px; - right: auto; - transform: rotate(90deg) scaleY(.45) scaleX(.9); -} - -.md-nav-bar { - border-style: solid; - border-width: 0 0 1px; - height: 48px; - position: relative; -} - -._md-nav-bar-list { - box-sizing: border-box; - display: flex; - flex-direction: row; - list-style: none; - margin: 0; - outline: none; - padding: 0; -} - -.md-nav-item:first-of-type { - margin-left: 8px; -} - -.md-button._md-nav-button { - line-height: 24px; - margin: 0 4px; - padding: 12px 16px; - transition: background-color .35s cubic-bezier(.35,0,.25,1); -} - -.md-button._md-nav-button:focus { - outline: none; -} - -md-nav-ink-bar { - background-color: #000; - bottom: 0; - height: 2px; - left: 0; - position: absolute; - transform-origin: left top; - transition: transform .125s cubic-bezier(.35,0,.25,1); - width: 100%; - will-change: transform; -} - -md-nav-ink-bar.ng-animate { - transition: none; -} - -md-nav-extra-content { - min-height: 48px; - padding-right: 12px; -} - -@-webkit-keyframes indeterminate-rotate { - 0% { - transform: rotate(0deg); - } - - to { - transform: rotate(1turn); - } -} - -@keyframes indeterminate-rotate { - 0% { - transform: rotate(0deg); - } - - to { - transform: rotate(1turn); - } -} - -md-progress-circular { - display: block; - position: relative; - transform: scale(1,1); -} - -[dir=rtl] md-progress-circular { - transform: scale(-1,1); -} - -md-progress-circular._md-progress-circular-disabled { - visibility: hidden; -} - -md-progress-circular.md-mode-indeterminate svg { - -webkit-animation: indeterminate-rotate 1568.63ms linear infinite; - animation: indeterminate-rotate 1568.63ms linear infinite; -} - -md-progress-circular svg { - left: 0; - overflow: visible; - position: absolute; - top: 0; -} - -md-progress-linear { - display: block; - height: 5px; - margin-bottom: 0!important; - padding-top: 0!important; - position: relative; - transform: scale(1,1); - width: 100%; -} - -[dir=rtl] md-progress-linear { - transform: scale(-1,1); -} - -md-progress-linear._md-progress-linear-disabled { - visibility: hidden; -} - -md-progress-linear .md-container { - display: block; - height: 5px; - overflow: hidden; - position: relative; - transform: translate(0,0) scale(1,1); - width: 100%; -} - -md-progress-linear .md-container .md-bar { - bottom: 0; - height: 5px; - left: 0; - position: absolute; - top: 0; - width: 100%; -} - -md-progress-linear .md-container .md-dashed:before { - background-color: transparent; - background-position: 0 -23px; - background-size: 10px 10px!important; - content: ""; - display: none; - height: 5px; - margin-top: 0; - position: absolute; - width: 100%; -} - -md-progress-linear .md-container .md-bar1, -md-progress-linear .md-container .md-bar2 { - transition: transform .2s linear; -} - -md-progress-linear .md-container.md-mode-query .md-bar1 { - display: none; -} - -md-progress-linear .md-container.md-mode-query .md-bar2 { - -webkit-animation: query .8s cubic-bezier(.39,.575,.565,1) infinite; - animation: query .8s cubic-bezier(.39,.575,.565,1) infinite; - transition: all .2s linear; -} - -md-progress-linear .md-container.md-mode-determinate .md-bar1 { - display: none; -} - -md-progress-linear .md-container.md-mode-indeterminate .md-bar1 { - -webkit-animation: md-progress-linear-indeterminate-scale-1 4s infinite,md-progress-linear-indeterminate-1 4s infinite; - animation: md-progress-linear-indeterminate-scale-1 4s infinite,md-progress-linear-indeterminate-1 4s infinite; -} - -md-progress-linear .md-container.md-mode-indeterminate .md-bar2 { - -webkit-animation: md-progress-linear-indeterminate-scale-2 4s infinite,md-progress-linear-indeterminate-2 4s infinite; - animation: md-progress-linear-indeterminate-scale-2 4s infinite,md-progress-linear-indeterminate-2 4s infinite; -} - -md-progress-linear .md-container.ng-hide ._md-progress-linear-disabled md-progress-linear .md-container { - -webkit-animation: none; - animation: none; -} - -md-progress-linear .md-container.ng-hide ._md-progress-linear-disabled md-progress-linear .md-container .md-bar1, -md-progress-linear .md-container.ng-hide ._md-progress-linear-disabled md-progress-linear .md-container .md-bar2 { - -webkit-animation-name: none; - animation-name: none; -} - -md-progress-linear .md-container.md-mode-buffer { - background-color: transparent!important; - transition: all .2s linear; -} - -md-progress-linear .md-container.md-mode-buffer .md-dashed:before { - -webkit-animation: buffer 3s linear infinite; - animation: buffer 3s linear infinite; - display: block; -} - -@-webkit-keyframes query { - 0% { - opacity: 1; - transform: translateX(35%) scale(.3,1); - } - - to { - opacity: 0; - transform: translateX(-50%) scale(0,1); - } -} - -@keyframes query { - 0% { - opacity: 1; - transform: translateX(35%) scale(.3,1); - } - - to { - opacity: 0; - transform: translateX(-50%) scale(0,1); - } -} - -@-webkit-keyframes buffer { - 0% { - background-position: 0 -23px; - opacity: 1; - } - - 50% { - opacity: 0; - } - - to { - background-position: -200px -23px; - opacity: 1; - } -} - -@keyframes buffer { - 0% { - background-position: 0 -23px; - opacity: 1; - } - - 50% { - opacity: 0; - } - - to { - background-position: -200px -23px; - opacity: 1; - } -} - -@-webkit-keyframes md-progress-linear-indeterminate-scale-1 { - 0% { - -webkit-animation-timing-function: linear; - animation-timing-function: linear; - transform: scaleX(.1); - } - - 36.6% { - -webkit-animation-timing-function: cubic-bezier(.334731432,.124819821,.785843996,1); - animation-timing-function: cubic-bezier(.334731432,.124819821,.785843996,1); - transform: scaleX(.1); - } - - 69.15% { - -webkit-animation-timing-function: cubic-bezier(.225732004,0,.233648906,1.3709798); - animation-timing-function: cubic-bezier(.225732004,0,.233648906,1.3709798); - transform: scaleX(.83); - } - - to { - transform: scaleX(.1); - } -} - -@keyframes md-progress-linear-indeterminate-scale-1 { - 0% { - -webkit-animation-timing-function: linear; - animation-timing-function: linear; - transform: scaleX(.1); - } - - 36.6% { - -webkit-animation-timing-function: cubic-bezier(.334731432,.124819821,.785843996,1); - animation-timing-function: cubic-bezier(.334731432,.124819821,.785843996,1); - transform: scaleX(.1); - } - - 69.15% { - -webkit-animation-timing-function: cubic-bezier(.225732004,0,.233648906,1.3709798); - animation-timing-function: cubic-bezier(.225732004,0,.233648906,1.3709798); - transform: scaleX(.83); - } - - to { - transform: scaleX(.1); - } -} - -@-webkit-keyframes md-progress-linear-indeterminate-1 { - 0% { - -webkit-animation-timing-function: linear; - animation-timing-function: linear; - left: -105.1666666667%; - } - - 20% { - -webkit-animation-timing-function: cubic-bezier(.5,0,.701732,.495818703); - animation-timing-function: cubic-bezier(.5,0,.701732,.495818703); - left: -105.1666666667%; - } - - 69.15% { - -webkit-animation-timing-function: cubic-bezier(.302435,.38135197,.55,.956352125); - animation-timing-function: cubic-bezier(.302435,.38135197,.55,.956352125); - left: 21.5%; - } - - to { - left: 95.4444444444%; - } -} - -@keyframes md-progress-linear-indeterminate-1 { - 0% { - -webkit-animation-timing-function: linear; - animation-timing-function: linear; - left: -105.1666666667%; - } - - 20% { - -webkit-animation-timing-function: cubic-bezier(.5,0,.701732,.495818703); - animation-timing-function: cubic-bezier(.5,0,.701732,.495818703); - left: -105.1666666667%; - } - - 69.15% { - -webkit-animation-timing-function: cubic-bezier(.302435,.38135197,.55,.956352125); - animation-timing-function: cubic-bezier(.302435,.38135197,.55,.956352125); - left: 21.5%; - } - - to { - left: 95.4444444444%; - } -} - -@-webkit-keyframes md-progress-linear-indeterminate-scale-2 { - 0% { - -webkit-animation-timing-function: cubic-bezier(.205028172,.057050836,.57660995,.453970841); - animation-timing-function: cubic-bezier(.205028172,.057050836,.57660995,.453970841); - transform: scaleX(.1); - } - - 19.15% { - -webkit-animation-timing-function: cubic-bezier(.152312994,.196431957,.648373778,1.00431535); - animation-timing-function: cubic-bezier(.152312994,.196431957,.648373778,1.00431535); - transform: scaleX(.57); - } - - 44.15% { - -webkit-animation-timing-function: cubic-bezier(.25775882,-.003163357,.211761916,1.38178961); - animation-timing-function: cubic-bezier(.25775882,-.003163357,.211761916,1.38178961); - transform: scaleX(.91); - } - - to { - transform: scaleX(.1); - } -} - -@keyframes md-progress-linear-indeterminate-scale-2 { - 0% { - -webkit-animation-timing-function: cubic-bezier(.205028172,.057050836,.57660995,.453970841); - animation-timing-function: cubic-bezier(.205028172,.057050836,.57660995,.453970841); - transform: scaleX(.1); - } - - 19.15% { - -webkit-animation-timing-function: cubic-bezier(.152312994,.196431957,.648373778,1.00431535); - animation-timing-function: cubic-bezier(.152312994,.196431957,.648373778,1.00431535); - transform: scaleX(.57); - } - - 44.15% { - -webkit-animation-timing-function: cubic-bezier(.25775882,-.003163357,.211761916,1.38178961); - animation-timing-function: cubic-bezier(.25775882,-.003163357,.211761916,1.38178961); - transform: scaleX(.91); - } - - to { - transform: scaleX(.1); - } -} - -@-webkit-keyframes md-progress-linear-indeterminate-2 { - 0% { - -webkit-animation-timing-function: cubic-bezier(.15,0,.5150584,.409684966); - animation-timing-function: cubic-bezier(.15,0,.5150584,.409684966); - left: -54.8888888889%; - } - - 25% { - -webkit-animation-timing-function: cubic-bezier(.3103299,.284057684,.8,.733718979); - animation-timing-function: cubic-bezier(.3103299,.284057684,.8,.733718979); - left: -17.25%; - } - - 48.35% { - -webkit-animation-timing-function: cubic-bezier(.4,.627034903,.6,.902025796); - animation-timing-function: cubic-bezier(.4,.627034903,.6,.902025796); - left: 29.5%; - } - - to { - left: 117.3888888889%; - } -} - -@keyframes md-progress-linear-indeterminate-2 { - 0% { - -webkit-animation-timing-function: cubic-bezier(.15,0,.5150584,.409684966); - animation-timing-function: cubic-bezier(.15,0,.5150584,.409684966); - left: -54.8888888889%; - } - - 25% { - -webkit-animation-timing-function: cubic-bezier(.3103299,.284057684,.8,.733718979); - animation-timing-function: cubic-bezier(.3103299,.284057684,.8,.733718979); - left: -17.25%; - } - - 48.35% { - -webkit-animation-timing-function: cubic-bezier(.4,.627034903,.6,.902025796); - animation-timing-function: cubic-bezier(.4,.627034903,.6,.902025796); - left: 29.5%; - } - - to { - left: 117.3888888889%; - } -} - -md-radio-button { - box-sizing: border-box; - cursor: pointer; - display: block; - margin-bottom: 16px; - position: relative; - white-space: nowrap; -} - -md-radio-button[disabled], -md-radio-button[disabled] .md-container { - cursor: default; -} - -md-radio-button .md-container { - box-sizing: border-box; - cursor: pointer; - display: inline-block; - height: 20px; - left: 0; - position: absolute; - right: auto; - top: 50%; - transform: translateY(-50%); - width: 20px; -} - -[dir=rtl] md-radio-button .md-container { - left: auto; - right: 0; -} - -md-radio-button .md-container .md-ripple-container { - bottom: -15px; - display: block; - height: auto; - left: -15px; - position: absolute; - right: -15px; - top: -15px; - width: auto; -} - -md-radio-button .md-container:before { - background-color: transparent; - border-radius: 50%; - bottom: 0; - box-sizing: border-box; - content: ""; - display: block; - height: auto; - left: 0; - position: absolute; - right: 0; - top: 0; - transition: all .5s; - width: auto; -} - -md-radio-button.md-align-top-left>div.md-container { - top: 12px; -} - -md-radio-button .md-off { - border-style: solid; - border-width: 2px; - transition: border-color .28s ease; -} - -md-radio-button .md-off, -md-radio-button .md-on { - border-radius: 50%; - box-sizing: border-box; - height: 20px; - left: 0; - position: absolute; - top: 0; - width: 20px; -} - -md-radio-button .md-on { - transform: scale(0); - transition: transform .28s ease; -} - -md-radio-button.md-checked .md-on { - transform: scale(.5); -} - -md-radio-button .md-label { - box-sizing: border-box; - display: inline-block; - margin-left: 30px; - margin-right: 0; - pointer-events: none; - position: relative; - vertical-align: middle; - white-space: normal; - width: auto; -} - -[dir=rtl] md-radio-button .md-label { - margin-left: 0; - margin-right: 30px; -} - -md-radio-group:focus { - outline: none; -} - -md-radio-group.md-focused.ng-empty>md-radio-button:first-child .md-container:before, -md-radio-group.md-focused.ng-not-empty .md-checked .md-container:before { - bottom: -8px; - left: -8px; - right: -8px; - top: -8px; -} - -md-radio-group[disabled] md-radio-button, -md-radio-group[disabled] md-radio-button .md-container { - cursor: default; -} - -@media (max-width:599px) { - .layout-row:not(.layout-xs-column)>md-radio-button, - .layout-xs-row>md-radio-button { - margin-bottom: 0; - } -} - -@media (min-width:600px) and (max-width:959px) { - .layout-gt-xs-row:not(.layout-sm-column)>md-radio-button, - .layout-row:not(.layout-gt-xs-column):not(.layout-sm-column)>md-radio-button, - .layout-sm-row:not(.layout-sm-column)>md-radio-button { - margin-bottom: 0; - } -} - -@media (min-width:960px) and (max-width:1279px) { - .layout-gt-sm-row:not(.layout-md-column)>md-radio-button, - .layout-gt-xs-row:not(.layout-gt-sm-column):not(.layout-md-column)>md-radio-button, - .layout-md-row:not(.layout-md-column)>md-radio-button, - .layout-row:not(.layout-gt-xs-column):not(.layout-gt-sm-column):not(.layout-md-column)>md-radio-button { - margin-bottom: 0; - } -} - -@media (min-width:1280px) and (max-width:1919px) { - .layout-gt-md-row:not(.layout-lg-column)>md-radio-button, - .layout-gt-sm-row:not(.layout-gt-md-column):not(.layout-lg-column)>md-radio-button, - .layout-gt-xs-row:not(.layout-gt-sm-column):not(.layout-gt-md-column):not(.layout-lg-column)>md-radio-button, - .layout-lg-row:not(.layout-lg-column)>md-radio-button, - .layout-row:not(.layout-gt-xs-column):not(.layout-gt-sm-column):not(.layout-gt-md-column):not(.layout-lg-column)>md-radio-button { - margin-bottom: 0; - } -} - -@media (min-width:1920px) { - .layout-gt-lg-row:not(.layout-gt-lg-column):not(.layout-xl-column)>md-radio-button, - .layout-gt-md-row:not(.layout-gt-lg-column):not(.layout-xl-column)>md-radio-button, - .layout-gt-sm-row:not(.layout-gt-md-column):not(.layout-gt-lg-column):not(.layout-xl-column)>md-radio-button, - .layout-gt-xs-row:not(.layout-gt-sm-column):not(.layout-gt-md-column):not(.layout-gt-lg-column):not(.layout-xl-column)>md-radio-button, - .layout-row:not(.layout-gt-xs-column):not(.layout-gt-sm-column):not(.layout-gt-md-column):not(.layout-gt-lg-column):not(.layout-xl-column)>md-radio-button, - .layout-xl-row:not(.layout-gt-lg-column):not(.layout-xl-column)>md-radio-button { - margin-bottom: 0; - } -} - -.md-inline-form md-radio-group { - margin: 18px 0 19px; -} - -.md-inline-form md-radio-group md-radio-button { - box-sizing: border-box; - display: inline-block; - height: 30px; - margin-bottom: 0; - margin-top: 0; - padding: 2px 10px 2px 6px; -} - -.md-inline-form md-radio-group md-radio-button .md-label { - top: 4px; -} - -.md-inline-form md-radio-group md-radio-button .md-container { - margin-top: 2px; -} - -@media screen and (-ms-high-contrast:active) { - md-radio-button.md-default-theme .md-on { - background-color: #fff; - } -} - -md-input-container:not([md-no-float]) .md-select-placeholder span:first-child { - transform-origin: left top; - transition: transform .4s cubic-bezier(.25,.8,.25,1); -} - -[dir=rtl] md-input-container:not([md-no-float]) .md-select-placeholder span:first-child { - transform-origin: right top; -} - -md-input-container.md-input-focused:not([md-no-float]) md-select:not([placeholder]) .md-select-placeholder span:first-child { - transform: translate(-2px,-22px) scale(.75); -} - -.md-select-menu-container { - display: none; - left: 0; - opacity: 0; - position: fixed; - top: 0; - transform: translateY(-1px); - z-index: 90; -} - -.md-select-menu-container:not(.md-clickable) { - pointer-events: none; -} - -.md-select-menu-container md-progress-circular { - display: table; - margin: 24px auto!important; -} - -.md-select-menu-container.md-active { - display: block; - opacity: 1; -} - -.md-select-menu-container.md-active md-select-menu { - transition: all .4s cubic-bezier(.25,.8,.25,1); - transition-duration: .15s; -} - -.md-select-menu-container.md-active md-select-menu>* { - opacity: 1; - transition: all .3s cubic-bezier(.55,0,.55,.2); - transition-delay: .1s; - transition-duration: .15s; -} - -.md-select-menu-container.md-leave { - opacity: 0; - transition: all .3s cubic-bezier(.55,0,.55,.2); - transition-duration: .25s; -} - -.md-inline-form md-select { - margin-top: 20px; -} - -.md-inline-form md-input-container>md-select, -md-input-container>md-select { - margin-top: 0; -} - -md-input-container>md-select { - order: 2; -} - -md-input-container:not(.md-input-has-value) md-select.ng-required:not(.md-no-asterisk) .md-select-value span:first-child:after, -md-input-container:not(.md-input-has-value) md-select[required]:not(.md-no-asterisk) .md-select-value span:first-child:after { - content: " *"; - font-size: 13px; - vertical-align: top; -} - -md-input-container.md-input-invalid md-select .md-select-value { - border-bottom-style: solid; - padding-bottom: 1px; -} - -md-select { - display: flex; -} - -md-select.ng-required.ng-empty.ng-invalid:not(.md-no-asterisk) .md-select-value span:first-child:after, -md-select[required].ng-empty.ng-invalid:not(.md-no-asterisk) .md-select-value span:first-child:after { - content: " *"; - font-size: 13px; - vertical-align: top; -} - -md-select[disabled] .md-select-value { - background-position: bottom -1px left 0; - background-repeat: repeat-x; - background-size: 4px 1px; - padding-bottom: 2px; - padding-top: 1px; - transform: translateY(1px); -} - -md-select:focus { - outline: none; -} - -md-select[disabled]:hover { - cursor: default; -} - -md-select:not([disabled]):hover { - cursor: pointer; -} - -md-select:not([disabled]):focus .md-select-value { - border-bottom-style: solid; - border-bottom-width: 2px; - padding-bottom: 0; -} - -md-input-container md-select:not([disabled]):focus .md-select-value { - border-bottom-width: 2px; -} - -md-input-container md-select[disabled] .md-select-value { - background-position: bottom -1px left 0; -} - -md-input-container md-select .md-select-value { - border-bottom-width: 1px; - min-height: 26px; - padding-bottom: 1px; -} - -md-input-container md-select .md-select-value.md-select-placeholder { - padding-left: 0; - padding-right: 2px; -} - -[dir=rtl] md-input-container md-select .md-select-value.md-select-placeholder { - padding-left: 2px; - padding-right: 0; -} - -.md-select-value { - -ms-flex-item-align: start; - align-items: center; - background-color: transparent; - border-bottom-style: solid; - border-bottom-width: 1px; - box-sizing: content-box; - display: flex; - flex-grow: 1; - margin-bottom: auto; - min-height: 26px; - min-width: 88px; - padding: 2px 2px 1px 0; - position: relative; -} - -[dir=rtl] .md-select-value { - padding-left: 2px; - padding-right: 0; -} - -.md-select-value>span:not(.md-select-icon) { - flex: 1 1 auto; - max-width: 100%; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; -} - -.md-select-value>span:not(.md-select-icon) .md-text { - display: inline; -} - -.md-select-value .md-select-icon { - align-items: flex-end; - display: block; - font-size: 1.2rem; - text-align: right; - transform: translateY(-2px); - width: 24px; -} - -[dir=rtl] .md-select-value .md-select-icon { - align-items: flex-start; - text-align: left; -} - -.md-select-value .md-select-icon:after { - speak: none; - content: "▼"; - display: block; - font-size: 13px; - left: auto; - position: relative; - right: -4px; - top: 2px; - transform: scaleY(.5); -} - -[dir=rtl] .md-select-value .md-select-icon:after { - left: -4px; - right: auto; -} - -.md-select-value.md-select-placeholder { - -webkit-font-smoothing: antialiased; - display: flex; - order: 1; - pointer-events: none; - z-index: 1; -} - -md-select-menu { - box-shadow: 0 1px 3px 0 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12); - display: flex; - flex-direction: column; - max-height: 256px; - min-height: 48px; - overflow-y: hidden; - transform: scale(1); - transform-origin: left top; -} - -md-select-menu.md-reverse { - flex-direction: column-reverse; -} - -md-select-menu:not(.md-overflow) md-content { - padding-bottom: 8px; - padding-top: 8px; -} - -[dir=rtl] md-select-menu { - transform-origin: right top; -} - -md-select-menu md-content { - max-height: 256px; - min-height: 48px; - min-width: 136px; - overflow-y: auto; -} - -md-select-menu>* { - opacity: 0; -} - -md-option { - align-items: center; - cursor: pointer; - display: flex; - height: 48px; - padding: 0 16px; - position: relative; - transition: background .15s linear; - width: auto; -} - -md-option[disabled] { - cursor: default; -} - -md-option:focus { - outline: none; -} - -md-option .md-text { - -webkit-touch-callout: none; - overflow: hidden; - text-overflow: ellipsis; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - white-space: nowrap; - width: auto; -} - -md-optgroup { - display: block; -} - -md-optgroup label { - display: block; - font-size: 14px; - font-weight: 500; - padding: 16px; - text-transform: uppercase; -} - -md-optgroup md-option { - padding-left: 32px; - padding-right: 32px; -} - -@media screen and (-ms-high-contrast:active) { - .md-select-backdrop { - background-color: transparent; - } - - md-select-menu { - border: 1px solid #fff; - } -} - -md-select-menu[multiple] md-option.md-checkbox-enabled { - padding-left: 40px; - padding-right: 16px; -} - -[dir=rtl] md-select-menu[multiple] md-option.md-checkbox-enabled { - padding-left: 16px; - padding-right: 40px; -} - -md-select-menu[multiple] md-option.md-checkbox-enabled .md-container { - box-sizing: border-box; - display: inline-block; - height: 18px; - left: 0; - position: absolute; - right: auto; - top: 50%; - transform: translateY(-50%); - width: 18px; -} - -[dir=rtl] md-select-menu[multiple] md-option.md-checkbox-enabled .md-container { - left: auto; - right: 0; -} - -md-select-menu[multiple] md-option.md-checkbox-enabled .md-container:before { - background-color: transparent; - border-radius: 50%; - bottom: 0; - box-sizing: border-box; - content: ""; - display: block; - height: auto; - left: 0; - position: absolute; - right: 0; - top: 0; - transition: all .5s; - width: auto; -} - -md-select-menu[multiple] md-option.md-checkbox-enabled .md-container:after { - bottom: -10px; - box-sizing: border-box; - content: ""; - left: -10px; - position: absolute; - right: -10px; - top: -10px; -} - -md-select-menu[multiple] md-option.md-checkbox-enabled .md-container .md-ripple-container { - bottom: -15px; - display: block; - height: auto; - left: -15px; - position: absolute; - right: -15px; - top: -15px; - width: auto; -} - -md-select-menu[multiple] md-option.md-checkbox-enabled .md-icon { - border-radius: 2px; - border-style: solid; - border-width: 2px; - box-sizing: border-box; - height: 18px; - left: 0; - position: absolute; - top: 0; - transition: .24s; - width: 18px; -} - -md-select-menu[multiple] md-option.md-checkbox-enabled[selected] .md-icon { - border-color: transparent; -} - -md-select-menu[multiple] md-option.md-checkbox-enabled[selected] .md-icon:after { - border-style: solid; - border-width: 2px; - border-left: 0; - border-top: 0; - box-sizing: border-box; - content: ""; - display: table; - height: 12px; - left: 4px; - position: absolute; - top: 0; - transform: rotate(45deg); - width: 6px; -} - -md-select-menu[multiple] md-option.md-checkbox-enabled[disabled] { - cursor: default; -} - -md-select-menu[multiple] md-option.md-checkbox-enabled.md-indeterminate .md-icon:after { - border-style: solid; - border-width: 2px; - border-left: 0; - border-top: 0; - box-sizing: border-box; - content: ""; - display: table; - height: 2px; - left: 50%; - position: absolute; - top: 50%; - transform: translate(-50%,-50%); - width: 10.8px; -} - -md-select-menu[multiple] md-option.md-checkbox-enabled .md-container { - margin-left: 10.6666666667px; - margin-right: auto; -} - -[dir=rtl] md-select-menu[multiple] md-option.md-checkbox-enabled .md-container { - margin-left: auto; - margin-right: 10.6666666667px; -} - -md-sidenav { - -webkit-overflow-scrolling: touch; - bottom: 0; - box-sizing: border-box; - flex-direction: column; - max-width: 320px; - overflow: auto; - position: absolute; - width: 320px; - z-index: 60; -} - -md-sidenav ul { - list-style: none; -} - -md-sidenav.md-closed { - display: none; -} - -md-sidenav.md-closed-add, -md-sidenav.md-closed-remove { - display: flex; - transition: all .2s ease-in; -} - -md-sidenav.md-closed-add.md-closed-add-active, -md-sidenav.md-closed-remove.md-closed-remove-active { - transition: all .4s cubic-bezier(.25,.8,.25,1); -} - -md-sidenav.md-closed.md-locked-open-add, -md-sidenav.md-locked-open, -md-sidenav.md-locked-open-add, -md-sidenav.md-locked-open-remove, -md-sidenav.md-locked-open-remove.md-closed, -md-sidenav.md-locked-open.md-closed, -md-sidenav.md-locked-open.md-closed.md-sidenav-left, -md-sidenav.md-locked-open.md-closed.md-sidenav-right { - display: flex; - position: static; - transform: translate3d(0,0,0); -} - -md-sidenav.md-closed.md-locked-open-add:not(.md-locked-open-add-active) { - min-width: 0!important; - width: 0!important; -} - -md-sidenav.md-closed.md-locked-open-add-active, -md-sidenav.md-closed.md-locked-open-add:not(.md-locked-open-add-active), -md-sidenav.md-locked-open-remove-active { - transition: width .3s cubic-bezier(.55,0,.55,.2),min-width .3s cubic-bezier(.55,0,.55,.2); -} - -md-sidenav.md-locked-open-remove-active { - min-width: 0!important; - width: 0!important; -} - -.md-sidenav-backdrop.md-locked-open { - display: none; -} - -.md-sidenav-left, -md-sidenav { - left: 0; - top: 0; - transform: translate3d(0,0,0); -} - -.md-sidenav-left.md-closed, -md-sidenav.md-closed { - transform: translate3d(-100%,0,0); -} - -.md-sidenav-right { - left: 100%; - top: 0; - transform: translate(-100%,0); -} - -.md-sidenav-right.md-closed { - transform: translate(0,0); -} - -@media (min-width:600px) { - md-sidenav { - max-width: 400px; - } -} - -@media (max-width:456px) { - md-sidenav { - max-width: calc(100% - 56px); - min-width: calc(100% - 56px); - width: calc(100% - 56px); - } -} - -@media screen and (-ms-high-contrast:active) { - .md-sidenav-left, - md-sidenav { - border-right: 1px solid #fff; - } - - .md-sidenav-right { - border-left: 1px solid #fff; - } -} - -@-webkit-keyframes sliderFocusThumb { - 0% { - transform: scale(.7); - } - - 30% { - transform: scale(1); - } - - to { - transform: scale(.7); - } -} - -@keyframes sliderFocusThumb { - 0% { - transform: scale(.7); - } - - 30% { - transform: scale(1); - } - - to { - transform: scale(.7); - } -} - -@-webkit-keyframes sliderDiscreteFocusThumb { - 0% { - transform: scale(.7); - } - - 50% { - transform: scale(.8); - } - - to { - transform: scale(0); - } -} - -@keyframes sliderDiscreteFocusThumb { - 0% { - transform: scale(.7); - } - - 50% { - transform: scale(.8); - } - - to { - transform: scale(0); - } -} - -@-webkit-keyframes sliderDiscreteFocusRing { - 0% { - opacity: 0; - transform: scale(.7); - } - - 50% { - opacity: 1; - transform: scale(1); - } - - to { - transform: scale(0); - } -} - -@keyframes sliderDiscreteFocusRing { - 0% { - opacity: 0; - transform: scale(.7); - } - - 50% { - opacity: 1; - transform: scale(1); - } - - to { - transform: scale(0); - } -} - -md-slider { - display: block; - flex-direction: row; - height: 48px; - margin-left: 4px; - margin-right: 4px; - min-width: 128px; - padding: 0; - position: relative; -} - -md-slider *, -md-slider :after { - box-sizing: border-box; -} - -md-slider .md-slider-wrapper { - height: 100%; - outline: none; - width: 100%; -} - -md-slider .md-slider-content { - position: relative; -} - -md-slider .md-track-container { - height: 2px; - position: absolute; - top: 23px; - width: 100%; -} - -md-slider .md-track { - height: 100%; - left: 0; - position: absolute; - right: 0; -} - -md-slider .md-track-fill { - transition: all .4s cubic-bezier(.25,.8,.25,1); - transition-property: width,height; -} - -md-slider .md-track-ticks { - height: 100%; - left: 0; - position: absolute; - right: 0; -} - -md-slider .md-track-ticks canvas { - height: 100%; - width: 100%; -} - -md-slider .md-thumb-container { - left: 0; - position: absolute; - top: 50%; - transform: translate3d(-50%,-50%,0); - transition: all .4s cubic-bezier(.25,.8,.25,1); - transition-property: left,right,bottom; -} - -[dir=rtl] md-slider .md-thumb-container { - left: auto; - right: 0; -} - -md-slider .md-thumb { - border-radius: 20px; - height: 20px; - left: -10px; - position: absolute; - top: 14px; - transform: scale(.7); - transition: all .4s cubic-bezier(.25,.8,.25,1); - width: 20px; - z-index: 1; -} - -[dir=rtl] md-slider .md-thumb { - left: auto; - right: -10px; -} - -md-slider .md-thumb:after { - border-radius: 20px; - border-style: solid; - border-width: 3px; - content: ""; - height: 20px; - position: absolute; - transition: inherit; - width: 20px; -} - -md-slider .md-sign { - align-items: center; - border-radius: 28px; - display: flex; - height: 28px; - justify-content: center; - left: -14px; - position: absolute; - top: -17px; - transform: scale(.4) translate3d(0,67.5px,0); - transition: all .3s cubic-bezier(.35,0,.25,1); - width: 28px; -} - -md-slider .md-sign:after { - border-left: 14px solid transparent; - border-radius: 16px; - border-right: 14px solid transparent; - border-top-style: solid; - border-top-width: 16px; - content: ""; - left: 0; - opacity: 0; - position: absolute; - top: 19px; - transform: translate3d(0,-8px,0); - transition: all .2s cubic-bezier(.35,0,.25,1); -} - -[dir=rtl] md-slider .md-sign:after { - left: auto; - right: 0; -} - -md-slider .md-sign .md-thumb-text { - font-size: 12px; - font-weight: 700; - z-index: 1; -} - -md-slider .md-focus-ring { - border-radius: 34px; - height: 34px; - left: -17px; - opacity: 0; - position: absolute; - top: 7px; - transform: scale(.7); - transition: all .35s cubic-bezier(.35,0,.25,1); - width: 34px; -} - -[dir=rtl] md-slider .md-focus-ring { - left: auto; - right: -17px; -} - -md-slider .md-disabled-thumb { - border-radius: 28px; - border-style: solid; - border-width: 4px; - display: none; - height: 28px; - left: -14px; - position: absolute; - top: 10px; - transform: scale(.5); - width: 28px; -} - -[dir=rtl] md-slider .md-disabled-thumb { - left: auto; - right: -14px; -} - -md-slider.md-min .md-sign { - opacity: 0; -} - -md-slider:focus { - outline: none; -} - -md-slider.md-dragging .md-thumb-container, -md-slider.md-dragging .md-track-fill { - transition: none; -} - -md-slider:not([md-discrete]) .md-sign, -md-slider:not([md-discrete]) .md-track-ticks { - display: none; -} - -md-slider:not([md-discrete]):not([disabled]) .md-slider-wrapper .md-thumb:hover { - transform: scale(.8); -} - -md-slider:not([md-discrete]):not([disabled]) .md-slider-wrapper.md-focused .md-focus-ring { - opacity: 1; - transform: scale(1); -} - -md-slider:not([md-discrete]):not([disabled]) .md-slider-wrapper.md-focused .md-thumb { - -webkit-animation: sliderFocusThumb .7s cubic-bezier(.35,0,.25,1); - animation: sliderFocusThumb .7s cubic-bezier(.35,0,.25,1); -} - -md-slider:not([md-discrete]):not([disabled]).md-active .md-slider-wrapper .md-thumb { - transform: scale(1); -} - -md-slider[md-discrete]:not([disabled]) .md-slider-wrapper.md-focused .md-focus-ring { - -webkit-animation: sliderDiscreteFocusRing .5s cubic-bezier(.35,0,.25,1); - animation: sliderDiscreteFocusRing .5s cubic-bezier(.35,0,.25,1); - transform: scale(0); -} - -md-slider[md-discrete]:not([disabled]) .md-slider-wrapper.md-focused .md-thumb { - -webkit-animation: sliderDiscreteFocusThumb .5s cubic-bezier(.35,0,.25,1); - animation: sliderDiscreteFocusThumb .5s cubic-bezier(.35,0,.25,1); -} - -md-slider[md-discrete]:not([disabled]).md-active .md-thumb, -md-slider[md-discrete]:not([disabled]) .md-slider-wrapper.md-focused .md-thumb { - transform: scale(0); -} - -md-slider[md-discrete]:not([disabled]).md-active .md-sign, -md-slider[md-discrete]:not([disabled]).md-active .md-sign:after, -md-slider[md-discrete]:not([disabled]) .md-slider-wrapper.md-focused .md-sign, -md-slider[md-discrete]:not([disabled]) .md-slider-wrapper.md-focused .md-sign:after { - opacity: 1; - transform: translate3d(0,0,0) scale(1); -} - -md-slider[md-discrete][disabled][readonly] .md-thumb { - transform: scale(0); -} - -md-slider[md-discrete][disabled][readonly] .md-sign, -md-slider[md-discrete][disabled][readonly] .md-sign:after { - opacity: 1; - transform: translate3d(0,0,0) scale(1); -} - -md-slider[disabled] .md-track-fill { - display: none; -} - -md-slider[disabled] .md-track-ticks, -md-slider[disabled]:not([readonly]) .md-sign { - opacity: 0; -} - -md-slider[disabled] .md-thumb { - transform: scale(.5); -} - -md-slider[disabled] .md-disabled-thumb { - display: block; -} - -md-slider[md-vertical] { - flex-direction: column; - min-height: 128px; - min-width: 0; -} - -md-slider[md-vertical] .md-slider-wrapper { - align-self: center; - display: flex; - flex: 1; - justify-content: center; - padding-bottom: 12px; - padding-top: 12px; - width: 48px; -} - -md-slider[md-vertical] .md-track-container { - height: 100%; - left: calc(50% - 1px); - top: 0; - width: 2px; -} - -md-slider[md-vertical] .md-thumb-container { - bottom: 0; - left: calc(50% - 1px); - margin-bottom: 23px; - top: auto; -} - -md-slider[md-vertical] .md-thumb-container .md-thumb:after { - left: 1px; -} - -md-slider[md-vertical] .md-thumb-container .md-focus-ring { - left: -16px; -} - -md-slider[md-vertical] .md-track-fill { - bottom: 0; -} - -md-slider[md-vertical][md-discrete] .md-sign { - left: -40px; - top: 9.5px; - transform: scale(.4) translate3d(67.5px,0,0); -} - -md-slider[md-vertical][md-discrete] .md-sign:after { - border-bottom: 14px solid transparent; - border-left-style: solid; - border-left-width: 16px; - border-right: 0; - border-top: 14px solid transparent; - left: 19px; - opacity: 0; - top: 9.5px; - transform: translate3d(0,-8px,0); - transition: all .2s ease-in-out; -} - -md-slider[md-vertical][md-discrete] .md-sign .md-thumb-text { - font-size: 12px; - font-weight: 700; - z-index: 1; -} - -md-slider[md-vertical][md-discrete].md-active .md-sign:after, -md-slider[md-vertical][md-discrete] .md-focused .md-sign:after, -md-slider[md-vertical][md-discrete][disabled][readonly] .md-sign:after { - top: 0; -} - -md-slider[md-vertical][disabled][readonly] .md-thumb { - transform: scale(0); -} - -md-slider[md-vertical][disabled][readonly] .md-sign, -md-slider[md-vertical][disabled][readonly] .md-sign:after { - opacity: 1; - transform: translate3d(0,0,0) scale(1); -} - -md-slider[md-invert]:not([md-vertical]) .md-track-fill { - left: auto; - right: 0; -} - -[dir=rtl] md-slider[md-invert]:not([md-vertical]) .md-track-fill { - left: 0; - right: auto; -} - -md-slider[md-invert][md-vertical] .md-track-fill { - bottom: auto; - top: 0; -} - -md-slider-container { - align-items: center; - display: flex; - flex-direction: row; -} - -md-slider-container>:first-child:not(md-slider), -md-slider-container>:last-child:not(md-slider) { - height: 25px; - max-width: 42px; - min-width: 25px; - transition: all .4s cubic-bezier(.25,.8,.25,1); - transition-property: color,max-width; -} - -md-slider-container>:first-child:not(md-slider) { - margin-right: 16px; -} - -[dir=rtl] md-slider-container>:first-child:not(md-slider) { - margin-left: 16px; - margin-right: auto; -} - -md-slider-container>:last-child:not(md-slider) { - margin-left: 16px; -} - -[dir=rtl] md-slider-container>:last-child:not(md-slider) { - margin-left: auto; - margin-right: 16px; -} - -md-slider-container[md-vertical] { - flex-direction: column; -} - -md-slider-container[md-vertical]>:first-child:not(md-slider), -md-slider-container[md-vertical]>:last-child:not(md-slider) { - margin-left: 0; - margin-right: 0; - text-align: center; -} - -md-slider-container md-input-container input[type=number] { - height: 50px; - margin-top: -25px; - padding-left: 15px; - text-align: center; -} - -[dir=rtl] md-slider-container md-input-container input[type=number] { - padding-left: 0; - padding-right: 15px; -} - -@media screen and (-ms-high-contrast:active) { - md-slider.md-default-theme .md-track { - border-bottom: 1px solid #fff; - } -} - -.md-sticky-clone { - left: 0; - position: absolute!important; - right: 0; - top: 0; - transform: translate3d(-9999px,-9999px,0); - z-index: 2; -} - -.md-sticky-clone[sticky-state=active] { - transform: translate3d(0,0,0); -} - -.md-sticky-clone[sticky-state=active]:not(.md-sticky-no-effect) .md-subheader-inner { - -webkit-animation: subheaderStickyHoverIn .3s ease-out both; - animation: subheaderStickyHoverIn .3s ease-out both; -} - -@-webkit-keyframes subheaderStickyHoverIn { - 0% { - box-shadow: 0 0 0 0 transparent; - } - - to { - box-shadow: 0 2px 4px 0 rgba(0,0,0,.16); - } -} - -@keyframes subheaderStickyHoverIn { - 0% { - box-shadow: 0 0 0 0 transparent; - } - - to { - box-shadow: 0 2px 4px 0 rgba(0,0,0,.16); - } -} - -@-webkit-keyframes subheaderStickyHoverOut { - 0% { - box-shadow: 0 2px 4px 0 rgba(0,0,0,.16); - } - - to { - box-shadow: 0 0 0 0 transparent; - } -} - -@keyframes subheaderStickyHoverOut { - 0% { - box-shadow: 0 2px 4px 0 rgba(0,0,0,.16); - } - - to { - box-shadow: 0 0 0 0 transparent; - } -} - -.md-subheader-wrapper:not(.md-sticky-no-effect) { - transition: margin .2s ease-out; -} - -.md-subheader-wrapper:not(.md-sticky-no-effect) .md-subheader { - margin: 0; -} - -.md-subheader-wrapper:not(.md-sticky-no-effect).md-sticky-clone { - z-index: 2; -} - -.md-subheader-wrapper:not(.md-sticky-no-effect)[sticky-state=active] { - margin-top: -2px; -} - -.md-subheader-wrapper:not(.md-sticky-no-effect):not(.md-sticky-clone)[sticky-prev-state=active] .md-subheader-inner:after { - -webkit-animation: subheaderStickyHoverOut .3s ease-out both; - animation: subheaderStickyHoverOut .3s ease-out both; -} - -.md-subheader { - display: block; - font-size: 14px; - font-weight: 500; - line-height: 1em; - margin: 0; - position: relative; -} - -.md-subheader .md-subheader-inner { - display: block; - padding: 16px; -} - -.md-subheader .md-subheader-content { - display: block; - position: relative; - z-index: 1; -} - -[md-swipe-left], -[md-swipe-right] { - touch-action: pan-y; -} - -[md-swipe-down], -[md-swipe-up] { - touch-action: pan-x; -} - -.md-inline-form md-switch { - margin-bottom: 19px; - margin-top: 18px; -} - -md-switch { - align-items: center; - cursor: pointer; - display: flex; - height: 30px; - line-height: 28px; - margin: 16px 0; - margin-left: inherit; - margin-right: 16px; - outline: none; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - white-space: nowrap; -} - -[dir=rtl] md-switch { - margin-left: 16px; - margin-right: inherit; -} - -md-switch:last-of-type { - margin-left: inherit; - margin-right: 0; -} - -[dir=rtl] md-switch:last-of-type { - margin-left: 0; - margin-right: inherit; -} - -md-switch[disabled], -md-switch[disabled] .md-container { - cursor: default; -} - -md-switch .md-container { - cursor: -webkit-grab; - cursor: grab; - float: left; - height: 24px; - margin-right: 8px; - position: relative; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - width: 36px; -} - -[dir=rtl] md-switch .md-container, -md-switch.md-inverted .md-container { - margin-left: 8px; - margin-right: 0; -} - -[dir=rtl] md-switch.md-inverted .md-container { - margin-left: 0; - margin-right: 8px; -} - -md-switch:not([disabled]) .md-dragging, -md-switch:not([disabled]).md-dragging .md-container { - cursor: -webkit-grabbing; - cursor: grabbing; -} - -md-switch.md-focused .md-thumb:before { - bottom: -8px; - left: -8px; - right: -8px; - top: -8px; -} - -md-switch .md-label { - border-color: transparent; - border-width: 0; - float: left; -} - -md-switch .md-bar { - border-radius: 8px; - height: 14px; - left: 1px; - position: absolute; - top: 5px; - width: 34px; -} - -md-switch .md-thumb-container { - left: 0; - position: absolute; - top: 2px; - transform: translate3d(0,0,0); - width: 16px; - z-index: 1; -} - -md-switch.md-checked .md-thumb-container { - transform: translate3d(100%,0,0); -} - -md-switch .md-thumb { - box-shadow: 0 1px 3px 0 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12); - height: 20px; - margin: 0; - outline: none; - width: 20px; -} - -md-switch .md-thumb, -md-switch .md-thumb:before { - border-radius: 50%; - left: 0; - position: absolute; - top: 0; -} - -md-switch .md-thumb:before { - background-color: transparent; - bottom: 0; - content: ""; - display: block; - height: auto; - right: 0; - transition: all .5s; - width: auto; -} - -md-switch .md-thumb .md-ripple-container { - bottom: -20px; - display: block; - height: auto; - left: -20px; - position: absolute; - right: -20px; - top: -20px; - width: auto; -} - -md-switch:not(.md-dragging) .md-bar, -md-switch:not(.md-dragging) .md-thumb, -md-switch:not(.md-dragging) .md-thumb-container { - transition: all .08s linear; - transition-property: transform,background-color; -} - -md-switch:not(.md-dragging) .md-bar, -md-switch:not(.md-dragging) .md-thumb { - transition-delay: .05s; -} - -@media screen and (-ms-high-contrast:active) { - md-switch.md-default-theme .md-bar { - background-color: #666; - } - - md-switch.md-default-theme.md-checked .md-bar { - background-color: #9e9e9e; - } - - md-switch.md-default-theme .md-thumb { - background-color: #fff; - } -} - -@-webkit-keyframes md-tab-content-hide { - 0% { - opacity: 1; - } - - 50% { - opacity: 1; - } - - to { - opacity: 0; - } -} - -@keyframes md-tab-content-hide { - 0% { - opacity: 1; - } - - 50% { - opacity: 1; - } - - to { - opacity: 0; - } -} - -md-tab-data { - bottom: 0; - left: 0; - opacity: 0; - position: absolute; - right: 0; - top: 0; - z-index: -1; -} - -md-tabs { - border-radius: 2px; - display: block; - flex-shrink: 0; - margin: 0; - overflow: hidden; - position: relative; -} - -md-tabs:not(.md-no-tab-content):not(.md-dynamic-height) { - min-height: 248px; -} - -md-tabs[md-align-tabs=bottom] { - padding-bottom: 48px; -} - -md-tabs[md-align-tabs=bottom]>md-tabs-wrapper { - bottom: 0; - height: 48px; - left: 0; - position: absolute; - right: 0; - z-index: 2; -} - -md-tabs[md-align-tabs=bottom]>md-tabs-content-wrapper { - bottom: 48px; - top: 0; -} - -md-tabs.md-dynamic-height md-tabs-content-wrapper { - bottom: auto; - left: auto; - min-height: 0; - overflow: visible; - position: relative; - right: auto; - top: auto; -} - -md-tabs.md-dynamic-height md-tab-content.md-active { - position: relative; -} - -md-tabs[md-border-bottom] md-tabs-wrapper { - border-style: solid; - border-width: 0 0 1px; -} - -md-tabs[md-border-bottom]:not(.md-dynamic-height) md-tabs-content-wrapper { - top: 49px; -} - -md-tabs-wrapper { - display: block; - position: relative; - transform: translate(0,0); -} - -md-tabs-wrapper md-next-button, -md-tabs-wrapper md-prev-button { - background: transparent no-repeat 50%; - cursor: pointer; - font-size: 16px; - height: 100%; - line-height: 1em; - position: absolute; - top: 50%; - transform: translateY(-50%); - transition: all .5s cubic-bezier(.35,0,.25,1); - width: 32px; - z-index: 2; -} - -md-tabs-wrapper md-next-button:focus, -md-tabs-wrapper md-prev-button:focus { - outline: none; -} - -md-tabs-wrapper md-next-button.md-disabled, -md-tabs-wrapper md-prev-button.md-disabled { - cursor: default; - opacity: .25; -} - -md-tabs-wrapper md-next-button.ng-leave, -md-tabs-wrapper md-prev-button.ng-leave { - transition: none; -} - -md-tabs-wrapper md-next-button md-icon, -md-tabs-wrapper md-prev-button md-icon { - left: 50%; - position: absolute; - top: 50%; - transform: translate(-50%,-50%); -} - -[dir=rtl] md-tabs-wrapper md-next-button, -[dir=rtl] md-tabs-wrapper md-prev-button { - transform: rotateY(180deg) translateY(-50%); -} - -md-tabs-wrapper md-prev-button { - background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE3LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPiA8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPiA8c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8ZyBpZD0iSGVhZGVyIj4gPGc+IDxyZWN0IHg9Ii02MTgiIHk9Ii0xMjA4IiBmaWxsPSJub25lIiB3aWR0aD0iMTQwMCIgaGVpZ2h0PSIzNjAwIi8+IDwvZz4gPC9nPiA8ZyBpZD0iTGFiZWwiPiA8L2c+IDxnIGlkPSJJY29uIj4gPGc+IDxwb2x5Z29uIHBvaW50cz0iMTUuNCw3LjQgMTQsNiA4LDEyIDE0LDE4IDE1LjQsMTYuNiAxMC44LDEyIAkJIiBzdHlsZT0iZmlsbDp3aGl0ZTsiLz4gPHJlY3QgZmlsbD0ibm9uZSIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ii8+IDwvZz4gPC9nPiA8ZyBpZD0iR3JpZCIgZGlzcGxheT0ibm9uZSI+IDxnIGRpc3BsYXk9ImlubGluZSI+IDwvZz4gPC9nPiA8L3N2Zz4NCg=="); - left: 0; -} - -[dir=rtl] md-tabs-wrapper md-prev-button { - left: auto; - right: 0; -} - -md-tabs-wrapper md-next-button { - background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE3LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPiA8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPiA8c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8ZyBpZD0iSGVhZGVyIj4gPGc+IDxyZWN0IHg9Ii02MTgiIHk9Ii0xMzM2IiBmaWxsPSJub25lIiB3aWR0aD0iMTQwMCIgaGVpZ2h0PSIzNjAwIi8+IDwvZz4gPC9nPiA8ZyBpZD0iTGFiZWwiPiA8L2c+IDxnIGlkPSJJY29uIj4gPGc+IDxwb2x5Z29uIHBvaW50cz0iMTAsNiA4LjYsNy40IDEzLjIsMTIgOC42LDE2LjYgMTAsMTggMTYsMTIgCQkiIHN0eWxlPSJmaWxsOndoaXRlOyIvPiA8cmVjdCBmaWxsPSJub25lIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiLz4gPC9nPiA8L2c+IDxnIGlkPSJHcmlkIiBkaXNwbGF5PSJub25lIj4gPGcgZGlzcGxheT0iaW5saW5lIj4gPC9nPiA8L2c+IDwvc3ZnPg0K"); - right: 0; -} - -[dir=rtl] md-tabs-wrapper md-next-button { - left: 0; - right: auto; -} - -md-tabs-wrapper md-next-button md-icon { - transform: translate(-50%,-50%) rotate(180deg); -} - -md-tabs-wrapper.md-stretch-tabs md-pagination-wrapper { - flex-direction: row; - width: 100%; -} - -md-tabs-wrapper.md-stretch-tabs md-pagination-wrapper md-tab-item { - flex-grow: 1; -} - -md-tabs-canvas { - display: block; - height: 48px; - overflow: hidden; - position: relative; -} - -md-tabs-canvas:after { - clear: both; - content: ""; - display: table; -} - -md-tabs-canvas .md-dummy-wrapper { - left: 0; - position: absolute; - top: 0; -} - -[dir=rtl] md-tabs-canvas .md-dummy-wrapper { - left: auto; - right: 0; -} - -md-tabs-canvas.md-paginated { - margin: 0 32px; -} - -md-tabs-canvas.md-center-tabs { - display: flex; - flex-direction: column; - text-align: center; -} - -md-tabs-canvas.md-center-tabs .md-tab { - display: inline-block; - float: none; -} - -md-pagination-wrapper { - display: flex; - height: 48px; - left: 0; - position: absolute; - transform: translate(0,0); - transition: transform .5s cubic-bezier(.35,0,.25,1); -} - -md-pagination-wrapper:after { - clear: both; - content: ""; - display: table; -} - -[dir=rtl] md-pagination-wrapper { - left: auto; - right: 0; -} - -md-pagination-wrapper.md-center-tabs { - justify-content: center; - position: relative; -} - -md-pagination-wrapper md-tab-item { - min-width: 72px; -} - -@media (min-width:600px) { - md-pagination-wrapper md-tab-item { - min-width: 160px; - } -} - -md-tabs-content-wrapper { - display: block; - overflow: hidden; - top: 48px; -} - -md-tab-content, -md-tabs-content-wrapper { - bottom: 0; - left: 0; - position: absolute; - right: 0; -} - -md-tab-content { - display: flex; - overflow: auto; - top: 0; - transform: translate(0,0); - transition: transform .5s cubic-bezier(.35,0,.25,1); -} - -md-tab-content.md-no-scroll { - bottom: auto; - overflow: hidden; -} - -md-tab-content.md-no-transition, -md-tab-content.ng-leave { - transition: none; -} - -md-tab-content.md-left:not(.md-active) { - -webkit-animation: md-tab-content-hide 1s; - animation: md-tab-content-hide 1s; - transform: translateX(-100%); - visibility: hidden; -} - -[dir=rtl] md-tab-content.md-left:not(.md-active) { - transform: translateX(100%); -} - -md-tab-content.md-left:not(.md-active) * { - transition: visibility 0s linear; - transition-delay: .5s; - visibility: hidden; -} - -md-tab-content.md-right:not(.md-active) { - -webkit-animation: md-tab-content-hide 1s; - animation: md-tab-content-hide 1s; - transform: translateX(100%); - visibility: hidden; -} - -[dir=rtl] md-tab-content.md-right:not(.md-active) { - transform: translateX(-100%); -} - -md-tab-content.md-right:not(.md-active) * { - transition: visibility 0s linear; - transition-delay: .5s; - visibility: hidden; -} - -md-tab-content>div { - flex: 1 0 100%; - min-width: 0; -} - -md-tab-content>div.ng-leave { - -webkit-animation: md-tab-content-hide 1s; - animation: md-tab-content-hide 1s; -} - -md-ink-bar { - bottom: 0; - height: 2px; - left: auto; - position: absolute; - right: auto; -} - -md-ink-bar.md-left { - transition: left .125s cubic-bezier(.35,0,.25,1),right .25s cubic-bezier(.35,0,.25,1); -} - -md-ink-bar.md-right { - transition: left .25s cubic-bezier(.35,0,.25,1),right .125s cubic-bezier(.35,0,.25,1); -} - -md-tab { - left: -9999px; - position: absolute; - z-index: -1; -} - -.md-tab { - box-sizing: border-box; - cursor: pointer; - float: left; - font-size: 14px; - font-weight: 500; - line-height: 24px; - overflow: hidden; - padding: 12px; - position: relative; - text-align: center; - text-overflow: ellipsis; - text-transform: uppercase; - transition: background-color .35s cubic-bezier(.35,0,.25,1); - white-space: nowrap; -} - -[dir=rtl] .md-tab { - float: right; -} - -.md-tab.md-focused, -.md-tab:focus { - box-shadow: none; - outline: none; -} - -.md-tab.md-active { - cursor: default; -} - -.md-tab.md-disabled { - -webkit-user-drag: none; - cursor: default; - opacity: .5; - pointer-events: none; - touch-action: pan-y; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; -} - -.md-tab.ng-leave { - transition: none; -} - -md-toolbar+md-dialog-content md-tabs, -md-toolbar+md-tabs { - border-top-left-radius: 0; - border-top-right-radius: 0; -} - -.md-toast-text { - padding: 0 8px; -} - -md-toast { - box-sizing: border-box; - cursor: default; - opacity: 1; - padding: 8px; - position: absolute; - z-index: 105; -} - -md-toast, -md-toast .md-toast-content { - overflow: hidden; - transition: all .4s cubic-bezier(.25,.8,.25,1); -} - -md-toast .md-toast-content { - align-items: center; - border-radius: 2px; - box-shadow: 0 2px 5px 0 rgba(0,0,0,.26); - display: flex; - flex-direction: row; - font-size: 14px; - justify-content: flex-start; - max-height: 168px; - max-width: 100%; - min-height: 48px; - padding: 0 16px; - transform: translate3d(0,0,0) rotateZ(0deg); -} - -md-toast .md-toast-content:before { - content: ""; - display: inline-block; - min-height: 48px; - visibility: hidden; -} - -[dir=rtl] md-toast .md-toast-content { - justify-content: flex-end; -} - -md-toast .md-toast-content span { - box-sizing: border-box; - flex: 1 1 0%; - min-width: 0; -} - -md-toast.md-capsule, -md-toast.md-capsule .md-toast-content { - border-radius: 24px; -} - -md-toast.ng-leave-active .md-toast-content { - transition: all .3s cubic-bezier(.55,0,.55,.2); -} - -md-toast.md-swipedown .md-toast-content, -md-toast.md-swipeleft .md-toast-content, -md-toast.md-swiperight .md-toast-content, -md-toast.md-swipeup .md-toast-content { - transition: all .4s cubic-bezier(.25,.8,.25,1); -} - -md-toast.ng-enter { - opacity: 0; -} - -md-toast.ng-enter .md-toast-content { - transform: translate3d(0,100%,0); -} - -md-toast.ng-enter.md-top .md-toast-content { - transform: translate3d(0,-100%,0); -} - -md-toast.ng-enter.ng-enter-active { - opacity: 1; -} - -md-toast.ng-enter.ng-enter-active .md-toast-content { - transform: translate3d(0,0,0); -} - -md-toast.ng-leave.ng-leave-active .md-toast-content { - opacity: 0; - transform: translate3d(0,100%,0); -} - -md-toast.ng-leave.ng-leave-active.md-swipeup .md-toast-content { - transform: translate3d(0,-50%,0); -} - -md-toast.ng-leave.ng-leave-active.md-swipedown .md-toast-content { - transform: translate3d(0,50%,0); -} - -md-toast.ng-leave.ng-leave-active.md-top .md-toast-content { - transform: translate3d(0,-100%,0); -} - -md-toast .md-action { - cursor: pointer; - float: right; - line-height: 19px; - margin-left: 24px; - margin-right: 0; - text-transform: uppercase; -} - -md-toast .md-button { - margin-left: 8px; - margin-right: 0; - min-width: 0; -} - -[dir=rtl] md-toast .md-button { - margin-left: 0; - margin-right: 8px; -} - -@media (max-width:959px) { - md-toast { - border-radius: 0; - bottom: 0; - left: 0; - max-width: 100%; - min-width: 0; - padding: 0; - right: 0; - width: 100%; - } - - md-toast.ng-leave.ng-leave-active.md-swipeup .md-toast-content { - transform: translate3d(0,-50%,0); - } - - md-toast.ng-leave.ng-leave-active.md-swipedown .md-toast-content { - transform: translate3d(0,50%,0); - } -} - -@media (min-width:960px) { - md-toast { - min-width: 304px; - } - - md-toast.md-bottom { - bottom: 0; - } - - md-toast.md-left { - left: 0; - } - - md-toast.md-right { - right: 0; - } - - md-toast.md-top { - top: 0; - } - - md-toast._md-start { - left: 0; - } - - [dir=rtl] md-toast._md-start { - left: auto; - right: 0; - } - - md-toast._md-end { - right: 0; - } - - [dir=rtl] md-toast._md-end { - left: 0; - right: auto; - } - - md-toast.ng-leave.ng-leave-active.md-swipeleft .md-toast-content { - transform: translate3d(-50%,0,0); - } - - md-toast.ng-leave.ng-leave-active.md-swiperight .md-toast-content { - transform: translate3d(50%,0,0); - } -} - -@media (min-width:1920px) { - md-toast .md-toast-content { - max-width: 568px; - } -} - -@media screen and (-ms-high-contrast:active) { - md-toast { - border: 1px solid #fff; - } -} - -.md-toast-animating { - overflow: hidden!important; -} - -md-toolbar { - box-sizing: border-box; - display: flex; - flex-direction: column; - font-size: 20px; - min-height: 64px; - position: relative; - width: 100%; - z-index: 2; -} - -md-toolbar._md-toolbar-transitions { - transition-duration: .5s; - transition-property: background-color,fill,color; - transition-timing-function: cubic-bezier(.35,0,.25,1); -} - -md-toolbar.md-whiteframe-z1-add, -md-toolbar.md-whiteframe-z1-remove { - transition: box-shadow .5s linear; -} - -md-toolbar md-toolbar-filler { - width: 72px; -} - -md-toolbar *, -md-toolbar :after, -md-toolbar :before { - box-sizing: border-box; -} - -md-toolbar.ng-animate { - transition: none; -} - -md-toolbar.md-tall { - height: 128px; - max-height: 128px; - min-height: 128px; -} - -md-toolbar.md-medium-tall { - height: 88px; - max-height: 88px; - min-height: 88px; -} - -md-toolbar.md-medium-tall .md-toolbar-tools { - height: 48px; - max-height: 48px; - min-height: 48px; -} - -md-toolbar>.md-indent { - margin-left: 64px; -} - -[dir=rtl] md-toolbar>.md-indent { - margin-left: auto; - margin-right: 64px; -} - -md-toolbar~md-content>md-list { - padding: 0; -} - -md-toolbar~md-content>md-list md-list-item:last-child md-divider { - display: none; -} - -.md-toolbar-tools { - align-items: center; - box-sizing: border-box; - display: flex; - flex-direction: row; - font-size: 20px; - font-weight: 400; - height: 64px; - letter-spacing: .005em; - margin: 0; - max-height: 64px; - padding: 0 16px; - width: 100%; -} - -.md-toolbar-tools h1, -.md-toolbar-tools h2, -.md-toolbar-tools h3 { - font-size: inherit; - font-weight: inherit; - margin: inherit; -} - -.md-toolbar-tools a { - color: inherit; - text-decoration: none; -} - -.md-toolbar-tools .fill-height { - align-items: center; - display: flex; -} - -.md-toolbar-tools md-checkbox { - margin: inherit; -} - -.md-toolbar-tools .md-button { - margin-bottom: 0; - margin-top: 0; -} - -.md-toolbar-tools .md-button, -.md-toolbar-tools .md-button.md-icon-button md-icon { - transition-duration: .5s; - transition-property: background-color,fill,color; - transition-timing-function: cubic-bezier(.35,0,.25,1); -} - -.md-toolbar-tools .md-button.md-icon-button md-icon.ng-animate, -.md-toolbar-tools .md-button.ng-animate { - transition: none; -} - -.md-toolbar-tools>.md-button:first-child { - margin-left: -8px; -} - -[dir=rtl] .md-toolbar-tools>.md-button:first-child { - margin-left: auto; - margin-right: -8px; -} - -.md-toolbar-tools>.md-button:last-child { - margin-right: -8px; -} - -[dir=rtl] .md-toolbar-tools>.md-button:last-child { - margin-left: -8px; - margin-right: auto; -} - -.md-toolbar-tools>md-menu:last-child { - margin-right: -8px; -} - -[dir=rtl] .md-toolbar-tools>md-menu:last-child { - margin-left: -8px; - margin-right: auto; -} - -.md-toolbar-tools>md-menu:last-child>.md-button { - margin-right: 0; -} - -[dir=rtl] .md-toolbar-tools>md-menu:last-child>.md-button { - margin-left: 0; - margin-right: auto; -} - -@media screen and (-ms-high-contrast:active) { - .md-toolbar-tools { - border-bottom: 1px solid #fff; - } -} - -@media (min-width:0) and (max-width:959px) and (orientation:portrait) { - md-toolbar { - min-height: 56px; - } - - .md-toolbar-tools { - height: 56px; - max-height: 56px; - } -} - -@media (min-width:0) and (max-width:959px) and (orientation:landscape) { - md-toolbar { - min-height: 48px; - } - - .md-toolbar-tools { - height: 48px; - max-height: 48px; - } -} - -.md-tooltip { - border-radius: 4px; - display: inline-block; - font-size: 14px; - font-weight: 500; - height: 32px; - line-height: 32px; - opacity: 0; - overflow: hidden; - padding-left: 16px; - padding-right: 16px; - pointer-events: none; - text-overflow: ellipsis; - white-space: nowrap; -} - -.md-tooltip.md-origin-top { - margin-top: -24px; - transform-origin: center bottom; -} - -.md-tooltip.md-origin-right { - margin-left: 24px; - transform-origin: left center; -} - -.md-tooltip.md-origin-bottom { - margin-top: 24px; - transform-origin: center top; -} - -.md-tooltip.md-origin-left { - margin-left: -24px; - transform-origin: right center; -} - -@media (min-width:960px) { - .md-tooltip { - font-size: 10px; - height: 22px; - line-height: 22px; - padding-left: 8px; - padding-right: 8px; - } - - .md-tooltip.md-origin-top { - margin-top: -14px; - } - - .md-tooltip.md-origin-right { - margin-left: 14px; - } - - .md-tooltip.md-origin-bottom { - margin-top: 14px; - } - - .md-tooltip.md-origin-left { - margin-left: -14px; - } -} - -.md-tooltip.md-show-add { - transform: scale(0); -} - -.md-tooltip.md-show { - opacity: .9; - transform: scale(1); - transition: all .4s cubic-bezier(.25,.8,.25,1); - transition-duration: .15s; -} - -.md-tooltip.md-hide { - opacity: 0; - transform: scale(0); - transition: all .3s cubic-bezier(.55,0,.55,.2); - transition-duration: .15s; -} - -.md-truncate { - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; -} - -.md-truncate.md-clip { - text-overflow: clip; -} - -.md-truncate.flex { - width: 0; -} - -.md-virtual-repeat-container { - box-sizing: border-box; - display: block; - margin: 0; - overflow: hidden; - padding: 0; - position: relative; -} - -.md-virtual-repeat-container .md-virtual-repeat-scroller { - -webkit-overflow-scrolling: touch; - bottom: 0; - box-sizing: border-box; - left: 0; - margin: 0; - overflow-x: hidden; - padding: 0; - position: absolute; - right: 0; - top: 0; -} - -.md-virtual-repeat-container .md-virtual-repeat-sizer { - box-sizing: border-box; - display: block; - height: 1px; - margin: 0; - padding: 0; - width: 1px; -} - -.md-virtual-repeat-container .md-virtual-repeat-offsetter { - box-sizing: border-box; - left: 0; - margin: 0; - padding: 0; - position: absolute; - right: 0; - top: 0; -} - -.md-virtual-repeat-container.md-orient-horizontal .md-virtual-repeat-scroller { - overflow-x: auto; - overflow-y: hidden; -} - -.md-virtual-repeat-container.md-orient-horizontal .md-virtual-repeat-offsetter { - bottom: 16px; - right: auto; - white-space: nowrap; -} - -[dir=rtl] .md-virtual-repeat-container.md-orient-horizontal .md-virtual-repeat-offsetter { - left: auto; - right: auto; -} - -.md-whiteframe-1dp, -.md-whiteframe-z1 { - box-shadow: 0 1px 3px 0 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12); -} - -.md-whiteframe-2dp { - box-shadow: 0 1px 5px 0 rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12); -} - -.md-whiteframe-3dp { - box-shadow: 0 1px 8px 0 rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 3px 3px -2px rgba(0,0,0,.12); -} - -.md-whiteframe-4dp, -.md-whiteframe-z2 { - box-shadow: 0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12); -} - -.md-whiteframe-5dp { - box-shadow: 0 3px 5px -1px rgba(0,0,0,.2),0 5px 8px 0 rgba(0,0,0,.14),0 1px 14px 0 rgba(0,0,0,.12); -} - -.md-whiteframe-6dp { - box-shadow: 0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12); -} - -.md-whiteframe-7dp, -.md-whiteframe-z3 { - box-shadow: 0 4px 5px -2px rgba(0,0,0,.2),0 7px 10px 1px rgba(0,0,0,.14),0 2px 16px 1px rgba(0,0,0,.12); -} - -.md-whiteframe-8dp { - box-shadow: 0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12); -} - -.md-whiteframe-9dp { - box-shadow: 0 5px 6px -3px rgba(0,0,0,.2),0 9px 12px 1px rgba(0,0,0,.14),0 3px 16px 2px rgba(0,0,0,.12); -} - -.md-whiteframe-10dp, -.md-whiteframe-z4 { - box-shadow: 0 6px 6px -3px rgba(0,0,0,.2),0 10px 14px 1px rgba(0,0,0,.14),0 4px 18px 3px rgba(0,0,0,.12); -} - -.md-whiteframe-11dp { - box-shadow: 0 6px 7px -4px rgba(0,0,0,.2),0 11px 15px 1px rgba(0,0,0,.14),0 4px 20px 3px rgba(0,0,0,.12); -} - -.md-whiteframe-12dp { - box-shadow: 0 7px 8px -4px rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 22px 4px rgba(0,0,0,.12); -} - -.md-whiteframe-13dp, -.md-whiteframe-z5 { - box-shadow: 0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12); -} - -.md-whiteframe-14dp { - box-shadow: 0 7px 9px -4px rgba(0,0,0,.2),0 14px 21px 2px rgba(0,0,0,.14),0 5px 26px 4px rgba(0,0,0,.12); -} - -.md-whiteframe-15dp { - box-shadow: 0 8px 9px -5px rgba(0,0,0,.2),0 15px 22px 2px rgba(0,0,0,.14),0 6px 28px 5px rgba(0,0,0,.12); -} - -.md-whiteframe-16dp { - box-shadow: 0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12); -} - -.md-whiteframe-17dp { - box-shadow: 0 8px 11px -5px rgba(0,0,0,.2),0 17px 26px 2px rgba(0,0,0,.14),0 6px 32px 5px rgba(0,0,0,.12); -} - -.md-whiteframe-18dp { - box-shadow: 0 9px 11px -5px rgba(0,0,0,.2),0 18px 28px 2px rgba(0,0,0,.14),0 7px 34px 6px rgba(0,0,0,.12); -} - -.md-whiteframe-19dp { - box-shadow: 0 9px 12px -6px rgba(0,0,0,.2),0 19px 29px 2px rgba(0,0,0,.14),0 7px 36px 6px rgba(0,0,0,.12); -} - -.md-whiteframe-20dp { - box-shadow: 0 10px 13px -6px rgba(0,0,0,.2),0 20px 31px 3px rgba(0,0,0,.14),0 8px 38px 7px rgba(0,0,0,.12); -} - -.md-whiteframe-21dp { - box-shadow: 0 10px 13px -6px rgba(0,0,0,.2),0 21px 33px 3px rgba(0,0,0,.14),0 8px 40px 7px rgba(0,0,0,.12); -} - -.md-whiteframe-22dp { - box-shadow: 0 10px 14px -6px rgba(0,0,0,.2),0 22px 35px 3px rgba(0,0,0,.14),0 8px 42px 7px rgba(0,0,0,.12); -} - -.md-whiteframe-23dp { - box-shadow: 0 11px 14px -7px rgba(0,0,0,.2),0 23px 36px 3px rgba(0,0,0,.14),0 9px 44px 8px rgba(0,0,0,.12); -} - -.md-whiteframe-24dp { - box-shadow: 0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12); -} - -@media screen and (-ms-high-contrast:active) { - md-whiteframe { - border: 1px solid #fff; - } -} - -@media print { - [md-whiteframe], - md-whiteframe { - background-color: #fff; - } -} - -.ng-cloak, -.x-ng-cloak, -[data-ng-cloak], -[ng-cloak], -[ng\:cloak], -[x-ng-cloak] { - display: none!important; -} - -@-moz-document url-prefix() { - .layout-fill { - height: 100%; - margin: 0; - min-height: 100%; - width: 100%; - } -} - -.flex-order { - order: 0; -} - -.flex-order--20 { - order: -20; -} - -.flex-order--19 { - order: -19; -} - -.flex-order--18 { - order: -18; -} - -.flex-order--17 { - order: -17; -} - -.flex-order--16 { - order: -16; -} - -.flex-order--15 { - order: -15; -} - -.flex-order--14 { - order: -14; -} - -.flex-order--13 { - order: -13; -} - -.flex-order--12 { - order: -12; -} - -.flex-order--11 { - order: -11; -} - -.flex-order--10 { - order: -10; -} - -.flex-order--9 { - order: -9; -} - -.flex-order--8 { - order: -8; -} - -.flex-order--7 { - order: -7; -} - -.flex-order--6 { - order: -6; -} - -.flex-order--5 { - order: -5; -} - -.flex-order--4 { - order: -4; -} - -.flex-order--3 { - order: -3; -} - -.flex-order--2 { - order: -2; -} - -.flex-order--1 { - order: -1; -} - -.flex-order-0 { - order: 0; -} - -.flex-order-1 { - order: 1; -} - -.flex-order-2 { - order: 2; -} - -.flex-order-3 { - order: 3; -} - -.flex-order-4 { - order: 4; -} - -.flex-order-5 { - order: 5; -} - -.flex-order-6 { - order: 6; -} - -.flex-order-7 { - order: 7; -} - -.flex-order-8 { - order: 8; -} - -.flex-order-9 { - order: 9; -} - -.flex-order-10 { - order: 10; -} - -.flex-order-11 { - order: 11; -} - -.flex-order-12 { - order: 12; -} - -.flex-order-13 { - order: 13; -} - -.flex-order-14 { - order: 14; -} - -.flex-order-15 { - order: 15; -} - -.flex-order-16 { - order: 16; -} - -.flex-order-17 { - order: 17; -} - -.flex-order-18 { - order: 18; -} - -.flex-order-19 { - order: 19; -} - -.flex-order-20 { - order: 20; -} - -.flex-offset-0, -.layout-margin .flex-offset-0, -.layout-margin .offset-0, -.offset-0 { - margin-left: 0; -} - -[dir=rtl] .flex-offset-0, -[dir=rtl] .layout-margin .flex-offset-0, -[dir=rtl] .layout-margin .offset-0, -[dir=rtl] .offset-0 { - margin-left: auto; - margin-right: 0; -} - -.flex-offset-5, -.layout-margin .flex-offset-5, -.layout-margin .offset-5, -.offset-5 { - margin-left: 5%; -} - -[dir=rtl] .flex-offset-5, -[dir=rtl] .layout-margin .flex-offset-5, -[dir=rtl] .layout-margin .offset-5, -[dir=rtl] .offset-5 { - margin-left: auto; - margin-right: 5%; -} - -.flex-offset-10, -.layout-margin .flex-offset-10, -.layout-margin .offset-10, -.offset-10 { - margin-left: 10%; -} - -[dir=rtl] .flex-offset-10, -[dir=rtl] .layout-margin .flex-offset-10, -[dir=rtl] .layout-margin .offset-10, -[dir=rtl] .offset-10 { - margin-left: auto; - margin-right: 10%; -} - -.flex-offset-15, -.layout-margin .flex-offset-15, -.layout-margin .offset-15, -.offset-15 { - margin-left: 15%; -} - -[dir=rtl] .flex-offset-15, -[dir=rtl] .layout-margin .flex-offset-15, -[dir=rtl] .layout-margin .offset-15, -[dir=rtl] .offset-15 { - margin-left: auto; - margin-right: 15%; -} - -.flex-offset-20, -.layout-margin .flex-offset-20, -.layout-margin .offset-20, -.offset-20 { - margin-left: 20%; -} - -[dir=rtl] .flex-offset-20, -[dir=rtl] .layout-margin .flex-offset-20, -[dir=rtl] .layout-margin .offset-20, -[dir=rtl] .offset-20 { - margin-left: auto; - margin-right: 20%; -} - -.flex-offset-25, -.layout-margin .flex-offset-25, -.layout-margin .offset-25, -.offset-25 { - margin-left: 25%; -} - -[dir=rtl] .flex-offset-25, -[dir=rtl] .layout-margin .flex-offset-25, -[dir=rtl] .layout-margin .offset-25, -[dir=rtl] .offset-25 { - margin-left: auto; - margin-right: 25%; -} - -.flex-offset-30, -.layout-margin .flex-offset-30, -.layout-margin .offset-30, -.offset-30 { - margin-left: 30%; -} - -[dir=rtl] .flex-offset-30, -[dir=rtl] .layout-margin .flex-offset-30, -[dir=rtl] .layout-margin .offset-30, -[dir=rtl] .offset-30 { - margin-left: auto; - margin-right: 30%; -} - -.flex-offset-35, -.layout-margin .flex-offset-35, -.layout-margin .offset-35, -.offset-35 { - margin-left: 35%; -} - -[dir=rtl] .flex-offset-35, -[dir=rtl] .layout-margin .flex-offset-35, -[dir=rtl] .layout-margin .offset-35, -[dir=rtl] .offset-35 { - margin-left: auto; - margin-right: 35%; -} - -.flex-offset-40, -.layout-margin .flex-offset-40, -.layout-margin .offset-40, -.offset-40 { - margin-left: 40%; -} - -[dir=rtl] .flex-offset-40, -[dir=rtl] .layout-margin .flex-offset-40, -[dir=rtl] .layout-margin .offset-40, -[dir=rtl] .offset-40 { - margin-left: auto; - margin-right: 40%; -} - -.flex-offset-45, -.layout-margin .flex-offset-45, -.layout-margin .offset-45, -.offset-45 { - margin-left: 45%; -} - -[dir=rtl] .flex-offset-45, -[dir=rtl] .layout-margin .flex-offset-45, -[dir=rtl] .layout-margin .offset-45, -[dir=rtl] .offset-45 { - margin-left: auto; - margin-right: 45%; -} - -.flex-offset-50, -.layout-margin .flex-offset-50, -.layout-margin .offset-50, -.offset-50 { - margin-left: 50%; -} - -[dir=rtl] .flex-offset-50, -[dir=rtl] .layout-margin .flex-offset-50, -[dir=rtl] .layout-margin .offset-50, -[dir=rtl] .offset-50 { - margin-left: auto; - margin-right: 50%; -} - -.flex-offset-55, -.layout-margin .flex-offset-55, -.layout-margin .offset-55, -.offset-55 { - margin-left: 55%; -} - -[dir=rtl] .flex-offset-55, -[dir=rtl] .layout-margin .flex-offset-55, -[dir=rtl] .layout-margin .offset-55, -[dir=rtl] .offset-55 { - margin-left: auto; - margin-right: 55%; -} - -.flex-offset-60, -.layout-margin .flex-offset-60, -.layout-margin .offset-60, -.offset-60 { - margin-left: 60%; -} - -[dir=rtl] .flex-offset-60, -[dir=rtl] .layout-margin .flex-offset-60, -[dir=rtl] .layout-margin .offset-60, -[dir=rtl] .offset-60 { - margin-left: auto; - margin-right: 60%; -} - -.flex-offset-65, -.layout-margin .flex-offset-65, -.layout-margin .offset-65, -.offset-65 { - margin-left: 65%; -} - -[dir=rtl] .flex-offset-65, -[dir=rtl] .layout-margin .flex-offset-65, -[dir=rtl] .layout-margin .offset-65, -[dir=rtl] .offset-65 { - margin-left: auto; - margin-right: 65%; -} - -.flex-offset-70, -.layout-margin .flex-offset-70, -.layout-margin .offset-70, -.offset-70 { - margin-left: 70%; -} - -[dir=rtl] .flex-offset-70, -[dir=rtl] .layout-margin .flex-offset-70, -[dir=rtl] .layout-margin .offset-70, -[dir=rtl] .offset-70 { - margin-left: auto; - margin-right: 70%; -} - -.flex-offset-75, -.layout-margin .flex-offset-75, -.layout-margin .offset-75, -.offset-75 { - margin-left: 75%; -} - -[dir=rtl] .flex-offset-75, -[dir=rtl] .layout-margin .flex-offset-75, -[dir=rtl] .layout-margin .offset-75, -[dir=rtl] .offset-75 { - margin-left: auto; - margin-right: 75%; -} - -.flex-offset-80, -.layout-margin .flex-offset-80, -.layout-margin .offset-80, -.offset-80 { - margin-left: 80%; -} - -[dir=rtl] .flex-offset-80, -[dir=rtl] .layout-margin .flex-offset-80, -[dir=rtl] .layout-margin .offset-80, -[dir=rtl] .offset-80 { - margin-left: auto; - margin-right: 80%; -} - -.flex-offset-85, -.layout-margin .flex-offset-85, -.layout-margin .offset-85, -.offset-85 { - margin-left: 85%; -} - -[dir=rtl] .flex-offset-85, -[dir=rtl] .layout-margin .flex-offset-85, -[dir=rtl] .layout-margin .offset-85, -[dir=rtl] .offset-85 { - margin-left: auto; - margin-right: 85%; -} - -.flex-offset-90, -.layout-margin .flex-offset-90, -.layout-margin .offset-90, -.offset-90 { - margin-left: 90%; -} - -[dir=rtl] .flex-offset-90, -[dir=rtl] .layout-margin .flex-offset-90, -[dir=rtl] .layout-margin .offset-90, -[dir=rtl] .offset-90 { - margin-left: auto; - margin-right: 90%; -} - -.flex-offset-95, -.layout-margin .flex-offset-95, -.layout-margin .offset-95, -.offset-95 { - margin-left: 95%; -} - -[dir=rtl] .flex-offset-95, -[dir=rtl] .layout-margin .flex-offset-95, -[dir=rtl] .layout-margin .offset-95, -[dir=rtl] .offset-95 { - margin-left: auto; - margin-right: 95%; -} - -.flex-offset-33, -.layout-margin .flex-offset-33, -.layout-margin .offset-33, -.offset-33 { - margin-left: 33.3333333333%; -} - -.flex-offset-66, -.layout-margin .flex-offset-66, -.layout-margin .offset-66, -.offset-66 { - margin-left: 66.6666666667%; -} - -[dir=rtl] .flex-offset-66, -[dir=rtl] .layout-margin .flex-offset-66, -[dir=rtl] .layout-margin .offset-66, -[dir=rtl] .offset-66 { - margin-left: auto; - margin-right: 66.6666666667%; -} - -.layout-align, -.layout-align-start-stretch { - align-content: stretch; - align-items: stretch; - justify-content: flex-start; -} - -.layout-align-start, -.layout-align-start-center, -.layout-align-start-end, -.layout-align-start-start, -.layout-align-start-stretch { - justify-content: flex-start; -} - -.layout-align-center, -.layout-align-center-center, -.layout-align-center-end, -.layout-align-center-start, -.layout-align-center-stretch { - justify-content: center; -} - -.layout-align-end, -.layout-align-end-center, -.layout-align-end-end, -.layout-align-end-start, -.layout-align-end-stretch { - justify-content: flex-end; -} - -.layout-align-space-around, -.layout-align-space-around-center, -.layout-align-space-around-end, -.layout-align-space-around-start, -.layout-align-space-around-stretch { - justify-content: space-around; -} - -.layout-align-space-between, -.layout-align-space-between-center, -.layout-align-space-between-end, -.layout-align-space-between-start, -.layout-align-space-between-stretch { - justify-content: space-between; -} - -.layout-align-center-start, -.layout-align-end-start, -.layout-align-space-around-start, -.layout-align-space-between-start, -.layout-align-start-start { - align-content: flex-start; - align-items: flex-start; -} - -.layout-align-center-center, -.layout-align-end-center, -.layout-align-space-around-center, -.layout-align-space-between-center, -.layout-align-start-center { - align-content: center; - align-items: center; - max-width: 100%; -} - -.layout-align-center-center>*, -.layout-align-end-center>*, -.layout-align-space-around-center>*, -.layout-align-space-between-center>*, -.layout-align-start-center>* { - box-sizing: border-box; - max-width: 100%; -} - -.layout-align-center-end, -.layout-align-end-end, -.layout-align-space-around-end, -.layout-align-space-between-end, -.layout-align-start-end { - align-content: flex-end; - align-items: flex-end; -} - -.layout-align-center-stretch, -.layout-align-end-stretch, -.layout-align-space-around-stretch, -.layout-align-space-between-stretch, -.layout-align-start-stretch { - align-content: stretch; - align-items: stretch; -} - -.flex { - flex: 1; -} - -.flex, -.flex-grow { - box-sizing: border-box; -} - -.flex-grow { - flex: 1 1 100%; -} - -.flex-initial { - box-sizing: border-box; - flex: 0 1 auto; -} - -.flex-auto { - box-sizing: border-box; - flex: 1 1 auto; -} - -.flex-none { - box-sizing: border-box; - flex: 0 0 auto; -} - -.flex-noshrink { - box-sizing: border-box; - flex: 1 0 auto; -} - -.flex-nogrow { - box-sizing: border-box; - flex: 0 1 auto; -} - -.flex-0, -.layout-row>.flex-0 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 0; -} - -.layout-row>.flex-0 { - min-width: 0; -} - -.layout-column>.flex-0 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 0%; - max-width: 100%; -} - -.flex-5, -.layout-row>.flex-5 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 5%; -} - -.layout-column>.flex-5 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 5%; - max-width: 100%; -} - -.flex-10, -.layout-row>.flex-10 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 10%; -} - -.layout-column>.flex-10 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 10%; - max-width: 100%; -} - -.flex-15, -.layout-row>.flex-15 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 15%; -} - -.layout-column>.flex-15 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 15%; - max-width: 100%; -} - -.flex-20, -.layout-row>.flex-20 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 20%; -} - -.layout-column>.flex-20 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 20%; - max-width: 100%; -} - -.flex-25, -.layout-row>.flex-25 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 25%; -} - -.layout-column>.flex-25 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 25%; - max-width: 100%; -} - -.flex-30, -.layout-row>.flex-30 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 30%; -} - -.layout-column>.flex-30 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 30%; - max-width: 100%; -} - -.flex-35, -.layout-row>.flex-35 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 35%; -} - -.layout-column>.flex-35 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 35%; - max-width: 100%; -} - -.flex-40, -.layout-row>.flex-40 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 40%; -} - -.layout-column>.flex-40 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 40%; - max-width: 100%; -} - -.flex-45, -.layout-row>.flex-45 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 45%; -} - -.layout-column>.flex-45 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 45%; - max-width: 100%; -} - -.flex-50, -.layout-row>.flex-50 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 50%; -} - -.layout-column>.flex-50 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 50%; - max-width: 100%; -} - -.flex-55, -.layout-row>.flex-55 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 55%; -} - -.layout-column>.flex-55 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 55%; - max-width: 100%; -} - -.flex-60, -.layout-row>.flex-60 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 60%; -} - -.layout-column>.flex-60 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 60%; - max-width: 100%; -} - -.flex-65, -.layout-row>.flex-65 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 65%; -} - -.layout-column>.flex-65 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 65%; - max-width: 100%; -} - -.flex-70, -.layout-row>.flex-70 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 70%; -} - -.layout-column>.flex-70 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 70%; - max-width: 100%; -} - -.flex-75, -.layout-row>.flex-75 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 75%; -} - -.layout-column>.flex-75 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 75%; - max-width: 100%; -} - -.flex-80, -.layout-row>.flex-80 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 80%; -} - -.layout-column>.flex-80 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 80%; - max-width: 100%; -} - -.flex-85, -.layout-row>.flex-85 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 85%; -} - -.layout-column>.flex-85 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 85%; - max-width: 100%; -} - -.flex-90, -.layout-row>.flex-90 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 90%; -} - -.layout-column>.flex-90 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 90%; - max-width: 100%; -} - -.flex-95, -.layout-row>.flex-95 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 95%; -} - -.layout-column>.flex-95 { - max-height: 95%; -} - -.flex-100, -.layout-column>.flex-95 { - box-sizing: border-box; - flex: 1 1 100%; - max-width: 100%; -} - -.flex-100 { - max-height: 100%; -} - -.layout-column>.flex-100, -.layout-row>.flex-100 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 100%; -} - -.flex-33 { - max-width: 33.33%; -} - -.flex-33, -.flex-66 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; -} - -.flex-66 { - max-width: 66.66%; -} - -.layout-row>.flex-33 { - flex: 1 1 33.33%; -} - -.layout-row>.flex-66 { - flex: 1 1 66.66%; -} - -.layout-column>.flex-33 { - flex: 1 1 33.33%; -} - -.layout-column>.flex-66 { - flex: 1 1 66.66%; -} - -.layout-row>.flex-33 { - max-width: 33.33%; -} - -.layout-row>.flex-33, -.layout-row>.flex-66 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; -} - -.layout-row>.flex-66 { - max-width: 66.66%; -} - -.layout-row>.flex { - min-width: 0; -} - -.layout-column>.flex-33 { - max-height: 33.33%; -} - -.layout-column>.flex-33, -.layout-column>.flex-66 { - box-sizing: border-box; - flex: 1 1 100%; - max-width: 100%; -} - -.layout-column>.flex-66 { - max-height: 66.66%; -} - -.layout-column>.flex { - min-height: 0; -} - -.layout, -.layout-column, -.layout-row { - box-sizing: border-box; - display: flex; -} - -.layout-column { - flex-direction: column; -} - -.layout-row { - flex-direction: row; -} - -.layout-padding-sm>*, -.layout-padding>.flex-sm { - padding: 4px; -} - -.layout-padding, -.layout-padding-gt-sm, -.layout-padding-gt-sm>*, -.layout-padding-md, -.layout-padding-md>*, -.layout-padding>*, -.layout-padding>.flex, -.layout-padding>.flex-gt-sm, -.layout-padding>.flex-md { - padding: 8px; -} - -.layout-padding-gt-lg>*, -.layout-padding-gt-md>*, -.layout-padding-lg>*, -.layout-padding>.flex-gt-lg, -.layout-padding>.flex-gt-md, -.layout-padding>.flex-lg { - padding: 16px; -} - -.layout-margin-sm>*, -.layout-margin>.flex-sm { - margin: 4px; -} - -.layout-margin, -.layout-margin-gt-sm, -.layout-margin-gt-sm>*, -.layout-margin-md, -.layout-margin-md>*, -.layout-margin>*, -.layout-margin>.flex, -.layout-margin>.flex-gt-sm, -.layout-margin>.flex-md { - margin: 8px; -} - -.layout-margin-gt-lg>*, -.layout-margin-gt-md>*, -.layout-margin-lg>*, -.layout-margin>.flex-gt-lg, -.layout-margin>.flex-gt-md, -.layout-margin>.flex-lg { - margin: 16px; -} - -.layout-wrap { - flex-wrap: wrap; -} - -.layout-nowrap { - flex-wrap: nowrap; -} - -.layout-fill { - height: 100%; - margin: 0; - min-height: 100%; - width: 100%; -} - -@media (max-width:599px) { - .hide-xs:not(.show-xs):not(.show), - .hide:not(.show-xs):not(.show) { - display: none; - } - - .flex-order-xs--20 { - order: -20; - } - - .flex-order-xs--19 { - order: -19; - } - - .flex-order-xs--18 { - order: -18; - } - - .flex-order-xs--17 { - order: -17; - } - - .flex-order-xs--16 { - order: -16; - } - - .flex-order-xs--15 { - order: -15; - } - - .flex-order-xs--14 { - order: -14; - } - - .flex-order-xs--13 { - order: -13; - } - - .flex-order-xs--12 { - order: -12; - } - - .flex-order-xs--11 { - order: -11; - } - - .flex-order-xs--10 { - order: -10; - } - - .flex-order-xs--9 { - order: -9; - } - - .flex-order-xs--8 { - order: -8; - } - - .flex-order-xs--7 { - order: -7; - } - - .flex-order-xs--6 { - order: -6; - } - - .flex-order-xs--5 { - order: -5; - } - - .flex-order-xs--4 { - order: -4; - } - - .flex-order-xs--3 { - order: -3; - } - - .flex-order-xs--2 { - order: -2; - } - - .flex-order-xs--1 { - order: -1; - } - - .flex-order-xs-0 { - order: 0; - } - - .flex-order-xs-1 { - order: 1; - } - - .flex-order-xs-2 { - order: 2; - } - - .flex-order-xs-3 { - order: 3; - } - - .flex-order-xs-4 { - order: 4; - } - - .flex-order-xs-5 { - order: 5; - } - - .flex-order-xs-6 { - order: 6; - } - - .flex-order-xs-7 { - order: 7; - } - - .flex-order-xs-8 { - order: 8; - } - - .flex-order-xs-9 { - order: 9; - } - - .flex-order-xs-10 { - order: 10; - } - - .flex-order-xs-11 { - order: 11; - } - - .flex-order-xs-12 { - order: 12; - } - - .flex-order-xs-13 { - order: 13; - } - - .flex-order-xs-14 { - order: 14; - } - - .flex-order-xs-15 { - order: 15; - } - - .flex-order-xs-16 { - order: 16; - } - - .flex-order-xs-17 { - order: 17; - } - - .flex-order-xs-18 { - order: 18; - } - - .flex-order-xs-19 { - order: 19; - } - - .flex-order-xs-20 { - order: 20; - } - - .flex-offset-xs-0, - .layout-margin .flex-offset-xs-0, - .layout-margin .offset-xs-0, - .offset-xs-0 { - margin-left: 0; - } - - [dir=rtl] .flex-offset-xs-0, - [dir=rtl] .layout-margin .flex-offset-xs-0, - [dir=rtl] .layout-margin .offset-xs-0, - [dir=rtl] .offset-xs-0 { - margin-left: auto; - margin-right: 0; - } - - .flex-offset-xs-5, - .layout-margin .flex-offset-xs-5, - .layout-margin .offset-xs-5, - .offset-xs-5 { - margin-left: 5%; - } - - [dir=rtl] .flex-offset-xs-5, - [dir=rtl] .layout-margin .flex-offset-xs-5, - [dir=rtl] .layout-margin .offset-xs-5, - [dir=rtl] .offset-xs-5 { - margin-left: auto; - margin-right: 5%; - } - - .flex-offset-xs-10, - .layout-margin .flex-offset-xs-10, - .layout-margin .offset-xs-10, - .offset-xs-10 { - margin-left: 10%; - } - - [dir=rtl] .flex-offset-xs-10, - [dir=rtl] .layout-margin .flex-offset-xs-10, - [dir=rtl] .layout-margin .offset-xs-10, - [dir=rtl] .offset-xs-10 { - margin-left: auto; - margin-right: 10%; - } - - .flex-offset-xs-15, - .layout-margin .flex-offset-xs-15, - .layout-margin .offset-xs-15, - .offset-xs-15 { - margin-left: 15%; - } - - [dir=rtl] .flex-offset-xs-15, - [dir=rtl] .layout-margin .flex-offset-xs-15, - [dir=rtl] .layout-margin .offset-xs-15, - [dir=rtl] .offset-xs-15 { - margin-left: auto; - margin-right: 15%; - } - - .flex-offset-xs-20, - .layout-margin .flex-offset-xs-20, - .layout-margin .offset-xs-20, - .offset-xs-20 { - margin-left: 20%; - } - - [dir=rtl] .flex-offset-xs-20, - [dir=rtl] .layout-margin .flex-offset-xs-20, - [dir=rtl] .layout-margin .offset-xs-20, - [dir=rtl] .offset-xs-20 { - margin-left: auto; - margin-right: 20%; - } - - .flex-offset-xs-25, - .layout-margin .flex-offset-xs-25, - .layout-margin .offset-xs-25, - .offset-xs-25 { - margin-left: 25%; - } - - [dir=rtl] .flex-offset-xs-25, - [dir=rtl] .layout-margin .flex-offset-xs-25, - [dir=rtl] .layout-margin .offset-xs-25, - [dir=rtl] .offset-xs-25 { - margin-left: auto; - margin-right: 25%; - } - - .flex-offset-xs-30, - .layout-margin .flex-offset-xs-30, - .layout-margin .offset-xs-30, - .offset-xs-30 { - margin-left: 30%; - } - - [dir=rtl] .flex-offset-xs-30, - [dir=rtl] .layout-margin .flex-offset-xs-30, - [dir=rtl] .layout-margin .offset-xs-30, - [dir=rtl] .offset-xs-30 { - margin-left: auto; - margin-right: 30%; - } - - .flex-offset-xs-35, - .layout-margin .flex-offset-xs-35, - .layout-margin .offset-xs-35, - .offset-xs-35 { - margin-left: 35%; - } - - [dir=rtl] .flex-offset-xs-35, - [dir=rtl] .layout-margin .flex-offset-xs-35, - [dir=rtl] .layout-margin .offset-xs-35, - [dir=rtl] .offset-xs-35 { - margin-left: auto; - margin-right: 35%; - } - - .flex-offset-xs-40, - .layout-margin .flex-offset-xs-40, - .layout-margin .offset-xs-40, - .offset-xs-40 { - margin-left: 40%; - } - - [dir=rtl] .flex-offset-xs-40, - [dir=rtl] .layout-margin .flex-offset-xs-40, - [dir=rtl] .layout-margin .offset-xs-40, - [dir=rtl] .offset-xs-40 { - margin-left: auto; - margin-right: 40%; - } - - .flex-offset-xs-45, - .layout-margin .flex-offset-xs-45, - .layout-margin .offset-xs-45, - .offset-xs-45 { - margin-left: 45%; - } - - [dir=rtl] .flex-offset-xs-45, - [dir=rtl] .layout-margin .flex-offset-xs-45, - [dir=rtl] .layout-margin .offset-xs-45, - [dir=rtl] .offset-xs-45 { - margin-left: auto; - margin-right: 45%; - } - - .flex-offset-xs-50, - .layout-margin .flex-offset-xs-50, - .layout-margin .offset-xs-50, - .offset-xs-50 { - margin-left: 50%; - } - - [dir=rtl] .flex-offset-xs-50, - [dir=rtl] .layout-margin .flex-offset-xs-50, - [dir=rtl] .layout-margin .offset-xs-50, - [dir=rtl] .offset-xs-50 { - margin-left: auto; - margin-right: 50%; - } - - .flex-offset-xs-55, - .layout-margin .flex-offset-xs-55, - .layout-margin .offset-xs-55, - .offset-xs-55 { - margin-left: 55%; - } - - [dir=rtl] .flex-offset-xs-55, - [dir=rtl] .layout-margin .flex-offset-xs-55, - [dir=rtl] .layout-margin .offset-xs-55, - [dir=rtl] .offset-xs-55 { - margin-left: auto; - margin-right: 55%; - } - - .flex-offset-xs-60, - .layout-margin .flex-offset-xs-60, - .layout-margin .offset-xs-60, - .offset-xs-60 { - margin-left: 60%; - } - - [dir=rtl] .flex-offset-xs-60, - [dir=rtl] .layout-margin .flex-offset-xs-60, - [dir=rtl] .layout-margin .offset-xs-60, - [dir=rtl] .offset-xs-60 { - margin-left: auto; - margin-right: 60%; - } - - .flex-offset-xs-65, - .layout-margin .flex-offset-xs-65, - .layout-margin .offset-xs-65, - .offset-xs-65 { - margin-left: 65%; - } - - [dir=rtl] .flex-offset-xs-65, - [dir=rtl] .layout-margin .flex-offset-xs-65, - [dir=rtl] .layout-margin .offset-xs-65, - [dir=rtl] .offset-xs-65 { - margin-left: auto; - margin-right: 65%; - } - - .flex-offset-xs-70, - .layout-margin .flex-offset-xs-70, - .layout-margin .offset-xs-70, - .offset-xs-70 { - margin-left: 70%; - } - - [dir=rtl] .flex-offset-xs-70, - [dir=rtl] .layout-margin .flex-offset-xs-70, - [dir=rtl] .layout-margin .offset-xs-70, - [dir=rtl] .offset-xs-70 { - margin-left: auto; - margin-right: 70%; - } - - .flex-offset-xs-75, - .layout-margin .flex-offset-xs-75, - .layout-margin .offset-xs-75, - .offset-xs-75 { - margin-left: 75%; - } - - [dir=rtl] .flex-offset-xs-75, - [dir=rtl] .layout-margin .flex-offset-xs-75, - [dir=rtl] .layout-margin .offset-xs-75, - [dir=rtl] .offset-xs-75 { - margin-left: auto; - margin-right: 75%; - } - - .flex-offset-xs-80, - .layout-margin .flex-offset-xs-80, - .layout-margin .offset-xs-80, - .offset-xs-80 { - margin-left: 80%; - } - - [dir=rtl] .flex-offset-xs-80, - [dir=rtl] .layout-margin .flex-offset-xs-80, - [dir=rtl] .layout-margin .offset-xs-80, - [dir=rtl] .offset-xs-80 { - margin-left: auto; - margin-right: 80%; - } - - .flex-offset-xs-85, - .layout-margin .flex-offset-xs-85, - .layout-margin .offset-xs-85, - .offset-xs-85 { - margin-left: 85%; - } - - [dir=rtl] .flex-offset-xs-85, - [dir=rtl] .layout-margin .flex-offset-xs-85, - [dir=rtl] .layout-margin .offset-xs-85, - [dir=rtl] .offset-xs-85 { - margin-left: auto; - margin-right: 85%; - } - - .flex-offset-xs-90, - .layout-margin .flex-offset-xs-90, - .layout-margin .offset-xs-90, - .offset-xs-90 { - margin-left: 90%; - } - - [dir=rtl] .flex-offset-xs-90, - [dir=rtl] .layout-margin .flex-offset-xs-90, - [dir=rtl] .layout-margin .offset-xs-90, - [dir=rtl] .offset-xs-90 { - margin-left: auto; - margin-right: 90%; - } - - .flex-offset-xs-95, - .layout-margin .flex-offset-xs-95, - .layout-margin .offset-xs-95, - .offset-xs-95 { - margin-left: 95%; - } - - [dir=rtl] .flex-offset-xs-95, - [dir=rtl] .layout-margin .flex-offset-xs-95, - [dir=rtl] .layout-margin .offset-xs-95, - [dir=rtl] .offset-xs-95 { - margin-left: auto; - margin-right: 95%; - } - - .flex-offset-xs-33, - .layout-margin .flex-offset-xs-33, - .layout-margin .offset-xs-33, - .offset-xs-33 { - margin-left: 33.3333333333%; - } - - .flex-offset-xs-66, - .layout-margin .flex-offset-xs-66, - .layout-margin .offset-xs-66, - .offset-xs-66 { - margin-left: 66.6666666667%; - } - - [dir=rtl] .flex-offset-xs-66, - [dir=rtl] .layout-margin .flex-offset-xs-66, - [dir=rtl] .layout-margin .offset-xs-66, - [dir=rtl] .offset-xs-66 { - margin-left: auto; - margin-right: 66.6666666667%; - } - - .layout-align-xs, - .layout-align-xs-start-stretch { - align-content: stretch; - align-items: stretch; - justify-content: flex-start; - } - - .layout-align-xs-start, - .layout-align-xs-start-center, - .layout-align-xs-start-end, - .layout-align-xs-start-start, - .layout-align-xs-start-stretch { - justify-content: flex-start; - } - - .layout-align-xs-center, - .layout-align-xs-center-center, - .layout-align-xs-center-end, - .layout-align-xs-center-start, - .layout-align-xs-center-stretch { - justify-content: center; - } - - .layout-align-xs-end, - .layout-align-xs-end-center, - .layout-align-xs-end-end, - .layout-align-xs-end-start, - .layout-align-xs-end-stretch { - justify-content: flex-end; - } - - .layout-align-xs-space-around, - .layout-align-xs-space-around-center, - .layout-align-xs-space-around-end, - .layout-align-xs-space-around-start, - .layout-align-xs-space-around-stretch { - justify-content: space-around; - } - - .layout-align-xs-space-between, - .layout-align-xs-space-between-center, - .layout-align-xs-space-between-end, - .layout-align-xs-space-between-start, - .layout-align-xs-space-between-stretch { - justify-content: space-between; - } - - .layout-align-xs-center-start, - .layout-align-xs-end-start, - .layout-align-xs-space-around-start, - .layout-align-xs-space-between-start, - .layout-align-xs-start-start { - align-content: flex-start; - align-items: flex-start; - } - - .layout-align-xs-center-center, - .layout-align-xs-end-center, - .layout-align-xs-space-around-center, - .layout-align-xs-space-between-center, - .layout-align-xs-start-center { - align-content: center; - align-items: center; - max-width: 100%; - } - - .layout-align-xs-center-center>*, - .layout-align-xs-end-center>*, - .layout-align-xs-space-around-center>*, - .layout-align-xs-space-between-center>*, - .layout-align-xs-start-center>* { - box-sizing: border-box; - max-width: 100%; - } - - .layout-align-xs-center-end, - .layout-align-xs-end-end, - .layout-align-xs-space-around-end, - .layout-align-xs-space-between-end, - .layout-align-xs-start-end { - align-content: flex-end; - align-items: flex-end; - } - - .layout-align-xs-center-stretch, - .layout-align-xs-end-stretch, - .layout-align-xs-space-around-stretch, - .layout-align-xs-space-between-stretch, - .layout-align-xs-start-stretch { - align-content: stretch; - align-items: stretch; - } - - .flex-xs { - box-sizing: border-box; - flex: 1; - } - - .flex-xs-grow { - box-sizing: border-box; - flex: 1 1 100%; - } - - .flex-xs-initial { - box-sizing: border-box; - flex: 0 1 auto; - } - - .flex-xs-auto { - box-sizing: border-box; - flex: 1 1 auto; - } - - .flex-xs-none { - box-sizing: border-box; - flex: 0 0 auto; - } - - .flex-xs-noshrink { - box-sizing: border-box; - flex: 1 0 auto; - } - - .flex-xs-nogrow { - box-sizing: border-box; - flex: 0 1 auto; - } - - .flex-xs-0, - .layout-row>.flex-xs-0 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 0; - } - - .layout-row>.flex-xs-0 { - min-width: 0; - } - - .layout-column>.flex-xs-0 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 0%; - max-width: 100%; - } - - .layout-xs-row>.flex-xs-0 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 0; - min-width: 0; - } - - .layout-xs-column>.flex-xs-0 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 0%; - max-width: 100%; - min-height: 0; - } - - .flex-xs-5, - .layout-row>.flex-xs-5 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 5%; - } - - .layout-column>.flex-xs-5 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 5%; - max-width: 100%; - } - - .layout-xs-row>.flex-xs-5 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 5%; - } - - .layout-xs-column>.flex-xs-5 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 5%; - max-width: 100%; - } - - .flex-xs-10, - .layout-row>.flex-xs-10 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 10%; - } - - .layout-column>.flex-xs-10 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 10%; - max-width: 100%; - } - - .layout-xs-row>.flex-xs-10 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 10%; - } - - .layout-xs-column>.flex-xs-10 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 10%; - max-width: 100%; - } - - .flex-xs-15, - .layout-row>.flex-xs-15 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 15%; - } - - .layout-column>.flex-xs-15 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 15%; - max-width: 100%; - } - - .layout-xs-row>.flex-xs-15 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 15%; - } - - .layout-xs-column>.flex-xs-15 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 15%; - max-width: 100%; - } - - .flex-xs-20, - .layout-row>.flex-xs-20 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 20%; - } - - .layout-column>.flex-xs-20 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 20%; - max-width: 100%; - } - - .layout-xs-row>.flex-xs-20 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 20%; - } - - .layout-xs-column>.flex-xs-20 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 20%; - max-width: 100%; - } - - .flex-xs-25, - .layout-row>.flex-xs-25 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 25%; - } - - .layout-column>.flex-xs-25 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 25%; - max-width: 100%; - } - - .layout-xs-row>.flex-xs-25 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 25%; - } - - .layout-xs-column>.flex-xs-25 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 25%; - max-width: 100%; - } - - .flex-xs-30, - .layout-row>.flex-xs-30 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 30%; - } - - .layout-column>.flex-xs-30 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 30%; - max-width: 100%; - } - - .layout-xs-row>.flex-xs-30 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 30%; - } - - .layout-xs-column>.flex-xs-30 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 30%; - max-width: 100%; - } - - .flex-xs-35, - .layout-row>.flex-xs-35 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 35%; - } - - .layout-column>.flex-xs-35 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 35%; - max-width: 100%; - } - - .layout-xs-row>.flex-xs-35 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 35%; - } - - .layout-xs-column>.flex-xs-35 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 35%; - max-width: 100%; - } - - .flex-xs-40, - .layout-row>.flex-xs-40 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 40%; - } - - .layout-column>.flex-xs-40 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 40%; - max-width: 100%; - } - - .layout-xs-row>.flex-xs-40 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 40%; - } - - .layout-xs-column>.flex-xs-40 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 40%; - max-width: 100%; - } - - .flex-xs-45, - .layout-row>.flex-xs-45 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 45%; - } - - .layout-column>.flex-xs-45 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 45%; - max-width: 100%; - } - - .layout-xs-row>.flex-xs-45 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 45%; - } - - .layout-xs-column>.flex-xs-45 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 45%; - max-width: 100%; - } - - .flex-xs-50, - .layout-row>.flex-xs-50 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 50%; - } - - .layout-column>.flex-xs-50 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 50%; - max-width: 100%; - } - - .layout-xs-row>.flex-xs-50 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 50%; - } - - .layout-xs-column>.flex-xs-50 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 50%; - max-width: 100%; - } - - .flex-xs-55, - .layout-row>.flex-xs-55 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 55%; - } - - .layout-column>.flex-xs-55 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 55%; - max-width: 100%; - } - - .layout-xs-row>.flex-xs-55 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 55%; - } - - .layout-xs-column>.flex-xs-55 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 55%; - max-width: 100%; - } - - .flex-xs-60, - .layout-row>.flex-xs-60 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 60%; - } - - .layout-column>.flex-xs-60 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 60%; - max-width: 100%; - } - - .layout-xs-row>.flex-xs-60 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 60%; - } - - .layout-xs-column>.flex-xs-60 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 60%; - max-width: 100%; - } - - .flex-xs-65, - .layout-row>.flex-xs-65 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 65%; - } - - .layout-column>.flex-xs-65 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 65%; - max-width: 100%; - } - - .layout-xs-row>.flex-xs-65 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 65%; - } - - .layout-xs-column>.flex-xs-65 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 65%; - max-width: 100%; - } - - .flex-xs-70, - .layout-row>.flex-xs-70 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 70%; - } - - .layout-column>.flex-xs-70 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 70%; - max-width: 100%; - } - - .layout-xs-row>.flex-xs-70 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 70%; - } - - .layout-xs-column>.flex-xs-70 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 70%; - max-width: 100%; - } - - .flex-xs-75, - .layout-row>.flex-xs-75 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 75%; - } - - .layout-column>.flex-xs-75 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 75%; - max-width: 100%; - } - - .layout-xs-row>.flex-xs-75 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 75%; - } - - .layout-xs-column>.flex-xs-75 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 75%; - max-width: 100%; - } - - .flex-xs-80, - .layout-row>.flex-xs-80 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 80%; - } - - .layout-column>.flex-xs-80 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 80%; - max-width: 100%; - } - - .layout-xs-row>.flex-xs-80 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 80%; - } - - .layout-xs-column>.flex-xs-80 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 80%; - max-width: 100%; - } - - .flex-xs-85, - .layout-row>.flex-xs-85 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 85%; - } - - .layout-column>.flex-xs-85 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 85%; - max-width: 100%; - } - - .layout-xs-row>.flex-xs-85 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 85%; - } - - .layout-xs-column>.flex-xs-85 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 85%; - max-width: 100%; - } - - .flex-xs-90, - .layout-row>.flex-xs-90 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 90%; - } - - .layout-column>.flex-xs-90 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 90%; - max-width: 100%; - } - - .layout-xs-row>.flex-xs-90 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 90%; - } - - .layout-xs-column>.flex-xs-90 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 90%; - max-width: 100%; - } - - .flex-xs-95, - .layout-row>.flex-xs-95 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 95%; - } - - .layout-column>.flex-xs-95 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 95%; - max-width: 100%; - } - - .layout-xs-row>.flex-xs-95 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 95%; - } - - .layout-xs-column>.flex-xs-95 { - max-height: 95%; - } - - .flex-xs-100, - .layout-xs-column>.flex-xs-95 { - box-sizing: border-box; - flex: 1 1 100%; - max-width: 100%; - } - - .flex-xs-100 { - max-height: 100%; - } - - .layout-column>.flex-xs-100, - .layout-row>.flex-xs-100, - .layout-xs-column>.flex-xs-100, - .layout-xs-row>.flex-xs-100 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 100%; - } - - .layout-row>.flex-xs-33 { - box-sizing: border-box; - flex: 1 1 33.33%; - max-height: 100%; - max-width: 33.33%; - } - - .layout-row>.flex-xs-66 { - box-sizing: border-box; - flex: 1 1 66.66%; - max-height: 100%; - max-width: 66.66%; - } - - .layout-column>.flex-xs-33 { - box-sizing: border-box; - flex: 1 1 33.33%; - max-height: 33.33%; - max-width: 100%; - } - - .layout-column>.flex-xs-66 { - box-sizing: border-box; - flex: 1 1 66.66%; - max-height: 66.66%; - max-width: 100%; - } - - .layout-xs-row>.flex-xs-33 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 33.33%; - } - - .layout-xs-row>.flex-xs-66 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 66.66%; - } - - .layout-xs-row>.flex { - min-width: 0; - } - - .layout-xs-column>.flex-xs-33 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 33.33%; - max-width: 100%; - } - - .layout-xs-column>.flex-xs-66 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 66.66%; - max-width: 100%; - } - - .layout-xs-column>.flex { - min-height: 0; - } - - .layout-xs, - .layout-xs-column, - .layout-xs-row { - box-sizing: border-box; - display: flex; - } - - .layout-xs-column { - flex-direction: column; - } - - .layout-xs-row { - flex-direction: row; - } -} - -@media (min-width:600px) { - .flex-order-gt-xs--20 { - order: -20; - } - - .flex-order-gt-xs--19 { - order: -19; - } - - .flex-order-gt-xs--18 { - order: -18; - } - - .flex-order-gt-xs--17 { - order: -17; - } - - .flex-order-gt-xs--16 { - order: -16; - } - - .flex-order-gt-xs--15 { - order: -15; - } - - .flex-order-gt-xs--14 { - order: -14; - } - - .flex-order-gt-xs--13 { - order: -13; - } - - .flex-order-gt-xs--12 { - order: -12; - } - - .flex-order-gt-xs--11 { - order: -11; - } - - .flex-order-gt-xs--10 { - order: -10; - } - - .flex-order-gt-xs--9 { - order: -9; - } - - .flex-order-gt-xs--8 { - order: -8; - } - - .flex-order-gt-xs--7 { - order: -7; - } - - .flex-order-gt-xs--6 { - order: -6; - } - - .flex-order-gt-xs--5 { - order: -5; - } - - .flex-order-gt-xs--4 { - order: -4; - } - - .flex-order-gt-xs--3 { - order: -3; - } - - .flex-order-gt-xs--2 { - order: -2; - } - - .flex-order-gt-xs--1 { - order: -1; - } - - .flex-order-gt-xs-0 { - order: 0; - } - - .flex-order-gt-xs-1 { - order: 1; - } - - .flex-order-gt-xs-2 { - order: 2; - } - - .flex-order-gt-xs-3 { - order: 3; - } - - .flex-order-gt-xs-4 { - order: 4; - } - - .flex-order-gt-xs-5 { - order: 5; - } - - .flex-order-gt-xs-6 { - order: 6; - } - - .flex-order-gt-xs-7 { - order: 7; - } - - .flex-order-gt-xs-8 { - order: 8; - } - - .flex-order-gt-xs-9 { - order: 9; - } - - .flex-order-gt-xs-10 { - order: 10; - } - - .flex-order-gt-xs-11 { - order: 11; - } - - .flex-order-gt-xs-12 { - order: 12; - } - - .flex-order-gt-xs-13 { - order: 13; - } - - .flex-order-gt-xs-14 { - order: 14; - } - - .flex-order-gt-xs-15 { - order: 15; - } - - .flex-order-gt-xs-16 { - order: 16; - } - - .flex-order-gt-xs-17 { - order: 17; - } - - .flex-order-gt-xs-18 { - order: 18; - } - - .flex-order-gt-xs-19 { - order: 19; - } - - .flex-order-gt-xs-20 { - order: 20; - } - - .flex-offset-gt-xs-0, - .layout-margin .flex-offset-gt-xs-0, - .layout-margin .offset-gt-xs-0, - .offset-gt-xs-0 { - margin-left: 0; - } - - [dir=rtl] .flex-offset-gt-xs-0, - [dir=rtl] .layout-margin .flex-offset-gt-xs-0, - [dir=rtl] .layout-margin .offset-gt-xs-0, - [dir=rtl] .offset-gt-xs-0 { - margin-left: auto; - margin-right: 0; - } - - .flex-offset-gt-xs-5, - .layout-margin .flex-offset-gt-xs-5, - .layout-margin .offset-gt-xs-5, - .offset-gt-xs-5 { - margin-left: 5%; - } - - [dir=rtl] .flex-offset-gt-xs-5, - [dir=rtl] .layout-margin .flex-offset-gt-xs-5, - [dir=rtl] .layout-margin .offset-gt-xs-5, - [dir=rtl] .offset-gt-xs-5 { - margin-left: auto; - margin-right: 5%; - } - - .flex-offset-gt-xs-10, - .layout-margin .flex-offset-gt-xs-10, - .layout-margin .offset-gt-xs-10, - .offset-gt-xs-10 { - margin-left: 10%; - } - - [dir=rtl] .flex-offset-gt-xs-10, - [dir=rtl] .layout-margin .flex-offset-gt-xs-10, - [dir=rtl] .layout-margin .offset-gt-xs-10, - [dir=rtl] .offset-gt-xs-10 { - margin-left: auto; - margin-right: 10%; - } - - .flex-offset-gt-xs-15, - .layout-margin .flex-offset-gt-xs-15, - .layout-margin .offset-gt-xs-15, - .offset-gt-xs-15 { - margin-left: 15%; - } - - [dir=rtl] .flex-offset-gt-xs-15, - [dir=rtl] .layout-margin .flex-offset-gt-xs-15, - [dir=rtl] .layout-margin .offset-gt-xs-15, - [dir=rtl] .offset-gt-xs-15 { - margin-left: auto; - margin-right: 15%; - } - - .flex-offset-gt-xs-20, - .layout-margin .flex-offset-gt-xs-20, - .layout-margin .offset-gt-xs-20, - .offset-gt-xs-20 { - margin-left: 20%; - } - - [dir=rtl] .flex-offset-gt-xs-20, - [dir=rtl] .layout-margin .flex-offset-gt-xs-20, - [dir=rtl] .layout-margin .offset-gt-xs-20, - [dir=rtl] .offset-gt-xs-20 { - margin-left: auto; - margin-right: 20%; - } - - .flex-offset-gt-xs-25, - .layout-margin .flex-offset-gt-xs-25, - .layout-margin .offset-gt-xs-25, - .offset-gt-xs-25 { - margin-left: 25%; - } - - [dir=rtl] .flex-offset-gt-xs-25, - [dir=rtl] .layout-margin .flex-offset-gt-xs-25, - [dir=rtl] .layout-margin .offset-gt-xs-25, - [dir=rtl] .offset-gt-xs-25 { - margin-left: auto; - margin-right: 25%; - } - - .flex-offset-gt-xs-30, - .layout-margin .flex-offset-gt-xs-30, - .layout-margin .offset-gt-xs-30, - .offset-gt-xs-30 { - margin-left: 30%; - } - - [dir=rtl] .flex-offset-gt-xs-30, - [dir=rtl] .layout-margin .flex-offset-gt-xs-30, - [dir=rtl] .layout-margin .offset-gt-xs-30, - [dir=rtl] .offset-gt-xs-30 { - margin-left: auto; - margin-right: 30%; - } - - .flex-offset-gt-xs-35, - .layout-margin .flex-offset-gt-xs-35, - .layout-margin .offset-gt-xs-35, - .offset-gt-xs-35 { - margin-left: 35%; - } - - [dir=rtl] .flex-offset-gt-xs-35, - [dir=rtl] .layout-margin .flex-offset-gt-xs-35, - [dir=rtl] .layout-margin .offset-gt-xs-35, - [dir=rtl] .offset-gt-xs-35 { - margin-left: auto; - margin-right: 35%; - } - - .flex-offset-gt-xs-40, - .layout-margin .flex-offset-gt-xs-40, - .layout-margin .offset-gt-xs-40, - .offset-gt-xs-40 { - margin-left: 40%; - } - - [dir=rtl] .flex-offset-gt-xs-40, - [dir=rtl] .layout-margin .flex-offset-gt-xs-40, - [dir=rtl] .layout-margin .offset-gt-xs-40, - [dir=rtl] .offset-gt-xs-40 { - margin-left: auto; - margin-right: 40%; - } - - .flex-offset-gt-xs-45, - .layout-margin .flex-offset-gt-xs-45, - .layout-margin .offset-gt-xs-45, - .offset-gt-xs-45 { - margin-left: 45%; - } - - [dir=rtl] .flex-offset-gt-xs-45, - [dir=rtl] .layout-margin .flex-offset-gt-xs-45, - [dir=rtl] .layout-margin .offset-gt-xs-45, - [dir=rtl] .offset-gt-xs-45 { - margin-left: auto; - margin-right: 45%; - } - - .flex-offset-gt-xs-50, - .layout-margin .flex-offset-gt-xs-50, - .layout-margin .offset-gt-xs-50, - .offset-gt-xs-50 { - margin-left: 50%; - } - - [dir=rtl] .flex-offset-gt-xs-50, - [dir=rtl] .layout-margin .flex-offset-gt-xs-50, - [dir=rtl] .layout-margin .offset-gt-xs-50, - [dir=rtl] .offset-gt-xs-50 { - margin-left: auto; - margin-right: 50%; - } - - .flex-offset-gt-xs-55, - .layout-margin .flex-offset-gt-xs-55, - .layout-margin .offset-gt-xs-55, - .offset-gt-xs-55 { - margin-left: 55%; - } - - [dir=rtl] .flex-offset-gt-xs-55, - [dir=rtl] .layout-margin .flex-offset-gt-xs-55, - [dir=rtl] .layout-margin .offset-gt-xs-55, - [dir=rtl] .offset-gt-xs-55 { - margin-left: auto; - margin-right: 55%; - } - - .flex-offset-gt-xs-60, - .layout-margin .flex-offset-gt-xs-60, - .layout-margin .offset-gt-xs-60, - .offset-gt-xs-60 { - margin-left: 60%; - } - - [dir=rtl] .flex-offset-gt-xs-60, - [dir=rtl] .layout-margin .flex-offset-gt-xs-60, - [dir=rtl] .layout-margin .offset-gt-xs-60, - [dir=rtl] .offset-gt-xs-60 { - margin-left: auto; - margin-right: 60%; - } - - .flex-offset-gt-xs-65, - .layout-margin .flex-offset-gt-xs-65, - .layout-margin .offset-gt-xs-65, - .offset-gt-xs-65 { - margin-left: 65%; - } - - [dir=rtl] .flex-offset-gt-xs-65, - [dir=rtl] .layout-margin .flex-offset-gt-xs-65, - [dir=rtl] .layout-margin .offset-gt-xs-65, - [dir=rtl] .offset-gt-xs-65 { - margin-left: auto; - margin-right: 65%; - } - - .flex-offset-gt-xs-70, - .layout-margin .flex-offset-gt-xs-70, - .layout-margin .offset-gt-xs-70, - .offset-gt-xs-70 { - margin-left: 70%; - } - - [dir=rtl] .flex-offset-gt-xs-70, - [dir=rtl] .layout-margin .flex-offset-gt-xs-70, - [dir=rtl] .layout-margin .offset-gt-xs-70, - [dir=rtl] .offset-gt-xs-70 { - margin-left: auto; - margin-right: 70%; - } - - .flex-offset-gt-xs-75, - .layout-margin .flex-offset-gt-xs-75, - .layout-margin .offset-gt-xs-75, - .offset-gt-xs-75 { - margin-left: 75%; - } - - [dir=rtl] .flex-offset-gt-xs-75, - [dir=rtl] .layout-margin .flex-offset-gt-xs-75, - [dir=rtl] .layout-margin .offset-gt-xs-75, - [dir=rtl] .offset-gt-xs-75 { - margin-left: auto; - margin-right: 75%; - } - - .flex-offset-gt-xs-80, - .layout-margin .flex-offset-gt-xs-80, - .layout-margin .offset-gt-xs-80, - .offset-gt-xs-80 { - margin-left: 80%; - } - - [dir=rtl] .flex-offset-gt-xs-80, - [dir=rtl] .layout-margin .flex-offset-gt-xs-80, - [dir=rtl] .layout-margin .offset-gt-xs-80, - [dir=rtl] .offset-gt-xs-80 { - margin-left: auto; - margin-right: 80%; - } - - .flex-offset-gt-xs-85, - .layout-margin .flex-offset-gt-xs-85, - .layout-margin .offset-gt-xs-85, - .offset-gt-xs-85 { - margin-left: 85%; - } - - [dir=rtl] .flex-offset-gt-xs-85, - [dir=rtl] .layout-margin .flex-offset-gt-xs-85, - [dir=rtl] .layout-margin .offset-gt-xs-85, - [dir=rtl] .offset-gt-xs-85 { - margin-left: auto; - margin-right: 85%; - } - - .flex-offset-gt-xs-90, - .layout-margin .flex-offset-gt-xs-90, - .layout-margin .offset-gt-xs-90, - .offset-gt-xs-90 { - margin-left: 90%; - } - - [dir=rtl] .flex-offset-gt-xs-90, - [dir=rtl] .layout-margin .flex-offset-gt-xs-90, - [dir=rtl] .layout-margin .offset-gt-xs-90, - [dir=rtl] .offset-gt-xs-90 { - margin-left: auto; - margin-right: 90%; - } - - .flex-offset-gt-xs-95, - .layout-margin .flex-offset-gt-xs-95, - .layout-margin .offset-gt-xs-95, - .offset-gt-xs-95 { - margin-left: 95%; - } - - [dir=rtl] .flex-offset-gt-xs-95, - [dir=rtl] .layout-margin .flex-offset-gt-xs-95, - [dir=rtl] .layout-margin .offset-gt-xs-95, - [dir=rtl] .offset-gt-xs-95 { - margin-left: auto; - margin-right: 95%; - } - - .flex-offset-gt-xs-33, - .layout-margin .flex-offset-gt-xs-33, - .layout-margin .offset-gt-xs-33, - .offset-gt-xs-33 { - margin-left: 33.3333333333%; - } - - .flex-offset-gt-xs-66, - .layout-margin .flex-offset-gt-xs-66, - .layout-margin .offset-gt-xs-66, - .offset-gt-xs-66 { - margin-left: 66.6666666667%; - } - - [dir=rtl] .flex-offset-gt-xs-66, - [dir=rtl] .layout-margin .flex-offset-gt-xs-66, - [dir=rtl] .layout-margin .offset-gt-xs-66, - [dir=rtl] .offset-gt-xs-66 { - margin-left: auto; - margin-right: 66.6666666667%; - } - - .layout-align-gt-xs, - .layout-align-gt-xs-start-stretch { - align-content: stretch; - align-items: stretch; - justify-content: flex-start; - } - - .layout-align-gt-xs-start, - .layout-align-gt-xs-start-center, - .layout-align-gt-xs-start-end, - .layout-align-gt-xs-start-start, - .layout-align-gt-xs-start-stretch { - justify-content: flex-start; - } - - .layout-align-gt-xs-center, - .layout-align-gt-xs-center-center, - .layout-align-gt-xs-center-end, - .layout-align-gt-xs-center-start, - .layout-align-gt-xs-center-stretch { - justify-content: center; - } - - .layout-align-gt-xs-end, - .layout-align-gt-xs-end-center, - .layout-align-gt-xs-end-end, - .layout-align-gt-xs-end-start, - .layout-align-gt-xs-end-stretch { - justify-content: flex-end; - } - - .layout-align-gt-xs-space-around, - .layout-align-gt-xs-space-around-center, - .layout-align-gt-xs-space-around-end, - .layout-align-gt-xs-space-around-start, - .layout-align-gt-xs-space-around-stretch { - justify-content: space-around; - } - - .layout-align-gt-xs-space-between, - .layout-align-gt-xs-space-between-center, - .layout-align-gt-xs-space-between-end, - .layout-align-gt-xs-space-between-start, - .layout-align-gt-xs-space-between-stretch { - justify-content: space-between; - } - - .layout-align-gt-xs-center-start, - .layout-align-gt-xs-end-start, - .layout-align-gt-xs-space-around-start, - .layout-align-gt-xs-space-between-start, - .layout-align-gt-xs-start-start { - align-content: flex-start; - align-items: flex-start; - } - - .layout-align-gt-xs-center-center, - .layout-align-gt-xs-end-center, - .layout-align-gt-xs-space-around-center, - .layout-align-gt-xs-space-between-center, - .layout-align-gt-xs-start-center { - align-content: center; - align-items: center; - max-width: 100%; - } - - .layout-align-gt-xs-center-center>*, - .layout-align-gt-xs-end-center>*, - .layout-align-gt-xs-space-around-center>*, - .layout-align-gt-xs-space-between-center>*, - .layout-align-gt-xs-start-center>* { - box-sizing: border-box; - max-width: 100%; - } - - .layout-align-gt-xs-center-end, - .layout-align-gt-xs-end-end, - .layout-align-gt-xs-space-around-end, - .layout-align-gt-xs-space-between-end, - .layout-align-gt-xs-start-end { - align-content: flex-end; - align-items: flex-end; - } - - .layout-align-gt-xs-center-stretch, - .layout-align-gt-xs-end-stretch, - .layout-align-gt-xs-space-around-stretch, - .layout-align-gt-xs-space-between-stretch, - .layout-align-gt-xs-start-stretch { - align-content: stretch; - align-items: stretch; - } - - .flex-gt-xs { - box-sizing: border-box; - flex: 1; - } - - .flex-gt-xs-grow { - box-sizing: border-box; - flex: 1 1 100%; - } - - .flex-gt-xs-initial { - box-sizing: border-box; - flex: 0 1 auto; - } - - .flex-gt-xs-auto { - box-sizing: border-box; - flex: 1 1 auto; - } - - .flex-gt-xs-none { - box-sizing: border-box; - flex: 0 0 auto; - } - - .flex-gt-xs-noshrink { - box-sizing: border-box; - flex: 1 0 auto; - } - - .flex-gt-xs-nogrow { - box-sizing: border-box; - flex: 0 1 auto; - } - - .flex-gt-xs-0, - .layout-row>.flex-gt-xs-0 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 0; - } - - .layout-row>.flex-gt-xs-0 { - min-width: 0; - } - - .layout-column>.flex-gt-xs-0 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 0%; - max-width: 100%; - } - - .layout-gt-xs-row>.flex-gt-xs-0 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 0; - min-width: 0; - } - - .layout-gt-xs-column>.flex-gt-xs-0 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 0%; - max-width: 100%; - min-height: 0; - } - - .flex-gt-xs-5, - .layout-row>.flex-gt-xs-5 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 5%; - } - - .layout-column>.flex-gt-xs-5 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 5%; - max-width: 100%; - } - - .layout-gt-xs-row>.flex-gt-xs-5 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 5%; - } - - .layout-gt-xs-column>.flex-gt-xs-5 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 5%; - max-width: 100%; - } - - .flex-gt-xs-10, - .layout-row>.flex-gt-xs-10 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 10%; - } - - .layout-column>.flex-gt-xs-10 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 10%; - max-width: 100%; - } - - .layout-gt-xs-row>.flex-gt-xs-10 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 10%; - } - - .layout-gt-xs-column>.flex-gt-xs-10 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 10%; - max-width: 100%; - } - - .flex-gt-xs-15, - .layout-row>.flex-gt-xs-15 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 15%; - } - - .layout-column>.flex-gt-xs-15 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 15%; - max-width: 100%; - } - - .layout-gt-xs-row>.flex-gt-xs-15 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 15%; - } - - .layout-gt-xs-column>.flex-gt-xs-15 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 15%; - max-width: 100%; - } - - .flex-gt-xs-20, - .layout-row>.flex-gt-xs-20 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 20%; - } - - .layout-column>.flex-gt-xs-20 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 20%; - max-width: 100%; - } - - .layout-gt-xs-row>.flex-gt-xs-20 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 20%; - } - - .layout-gt-xs-column>.flex-gt-xs-20 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 20%; - max-width: 100%; - } - - .flex-gt-xs-25, - .layout-row>.flex-gt-xs-25 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 25%; - } - - .layout-column>.flex-gt-xs-25 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 25%; - max-width: 100%; - } - - .layout-gt-xs-row>.flex-gt-xs-25 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 25%; - } - - .layout-gt-xs-column>.flex-gt-xs-25 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 25%; - max-width: 100%; - } - - .flex-gt-xs-30, - .layout-row>.flex-gt-xs-30 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 30%; - } - - .layout-column>.flex-gt-xs-30 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 30%; - max-width: 100%; - } - - .layout-gt-xs-row>.flex-gt-xs-30 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 30%; - } - - .layout-gt-xs-column>.flex-gt-xs-30 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 30%; - max-width: 100%; - } - - .flex-gt-xs-35, - .layout-row>.flex-gt-xs-35 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 35%; - } - - .layout-column>.flex-gt-xs-35 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 35%; - max-width: 100%; - } - - .layout-gt-xs-row>.flex-gt-xs-35 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 35%; - } - - .layout-gt-xs-column>.flex-gt-xs-35 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 35%; - max-width: 100%; - } - - .flex-gt-xs-40, - .layout-row>.flex-gt-xs-40 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 40%; - } - - .layout-column>.flex-gt-xs-40 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 40%; - max-width: 100%; - } - - .layout-gt-xs-row>.flex-gt-xs-40 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 40%; - } - - .layout-gt-xs-column>.flex-gt-xs-40 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 40%; - max-width: 100%; - } - - .flex-gt-xs-45, - .layout-row>.flex-gt-xs-45 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 45%; - } - - .layout-column>.flex-gt-xs-45 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 45%; - max-width: 100%; - } - - .layout-gt-xs-row>.flex-gt-xs-45 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 45%; - } - - .layout-gt-xs-column>.flex-gt-xs-45 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 45%; - max-width: 100%; - } - - .flex-gt-xs-50, - .layout-row>.flex-gt-xs-50 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 50%; - } - - .layout-column>.flex-gt-xs-50 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 50%; - max-width: 100%; - } - - .layout-gt-xs-row>.flex-gt-xs-50 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 50%; - } - - .layout-gt-xs-column>.flex-gt-xs-50 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 50%; - max-width: 100%; - } - - .flex-gt-xs-55, - .layout-row>.flex-gt-xs-55 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 55%; - } - - .layout-column>.flex-gt-xs-55 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 55%; - max-width: 100%; - } - - .layout-gt-xs-row>.flex-gt-xs-55 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 55%; - } - - .layout-gt-xs-column>.flex-gt-xs-55 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 55%; - max-width: 100%; - } - - .flex-gt-xs-60, - .layout-row>.flex-gt-xs-60 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 60%; - } - - .layout-column>.flex-gt-xs-60 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 60%; - max-width: 100%; - } - - .layout-gt-xs-row>.flex-gt-xs-60 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 60%; - } - - .layout-gt-xs-column>.flex-gt-xs-60 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 60%; - max-width: 100%; - } - - .flex-gt-xs-65, - .layout-row>.flex-gt-xs-65 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 65%; - } - - .layout-column>.flex-gt-xs-65 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 65%; - max-width: 100%; - } - - .layout-gt-xs-row>.flex-gt-xs-65 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 65%; - } - - .layout-gt-xs-column>.flex-gt-xs-65 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 65%; - max-width: 100%; - } - - .flex-gt-xs-70, - .layout-row>.flex-gt-xs-70 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 70%; - } - - .layout-column>.flex-gt-xs-70 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 70%; - max-width: 100%; - } - - .layout-gt-xs-row>.flex-gt-xs-70 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 70%; - } - - .layout-gt-xs-column>.flex-gt-xs-70 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 70%; - max-width: 100%; - } - - .flex-gt-xs-75, - .layout-row>.flex-gt-xs-75 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 75%; - } - - .layout-column>.flex-gt-xs-75 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 75%; - max-width: 100%; - } - - .layout-gt-xs-row>.flex-gt-xs-75 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 75%; - } - - .layout-gt-xs-column>.flex-gt-xs-75 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 75%; - max-width: 100%; - } - - .flex-gt-xs-80, - .layout-row>.flex-gt-xs-80 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 80%; - } - - .layout-column>.flex-gt-xs-80 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 80%; - max-width: 100%; - } - - .layout-gt-xs-row>.flex-gt-xs-80 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 80%; - } - - .layout-gt-xs-column>.flex-gt-xs-80 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 80%; - max-width: 100%; - } - - .flex-gt-xs-85, - .layout-row>.flex-gt-xs-85 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 85%; - } - - .layout-column>.flex-gt-xs-85 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 85%; - max-width: 100%; - } - - .layout-gt-xs-row>.flex-gt-xs-85 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 85%; - } - - .layout-gt-xs-column>.flex-gt-xs-85 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 85%; - max-width: 100%; - } - - .flex-gt-xs-90, - .layout-row>.flex-gt-xs-90 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 90%; - } - - .layout-column>.flex-gt-xs-90 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 90%; - max-width: 100%; - } - - .layout-gt-xs-row>.flex-gt-xs-90 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 90%; - } - - .layout-gt-xs-column>.flex-gt-xs-90 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 90%; - max-width: 100%; - } - - .flex-gt-xs-95, - .layout-row>.flex-gt-xs-95 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 95%; - } - - .layout-column>.flex-gt-xs-95 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 95%; - max-width: 100%; - } - - .layout-gt-xs-row>.flex-gt-xs-95 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 95%; - } - - .layout-gt-xs-column>.flex-gt-xs-95 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 95%; - max-width: 100%; - } - - .flex-gt-xs-100, - .layout-column>.flex-gt-xs-100, - .layout-gt-xs-column>.flex-gt-xs-100, - .layout-gt-xs-row>.flex-gt-xs-100, - .layout-row>.flex-gt-xs-100 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 100%; - } - - .layout-row>.flex-gt-xs-33 { - box-sizing: border-box; - flex: 1 1 33.33%; - max-height: 100%; - max-width: 33.33%; - } - - .layout-row>.flex-gt-xs-66 { - box-sizing: border-box; - flex: 1 1 66.66%; - max-height: 100%; - max-width: 66.66%; - } - - .layout-column>.flex-gt-xs-33 { - box-sizing: border-box; - flex: 1 1 33.33%; - max-height: 33.33%; - max-width: 100%; - } - - .layout-column>.flex-gt-xs-66 { - box-sizing: border-box; - flex: 1 1 66.66%; - max-height: 66.66%; - max-width: 100%; - } - - .layout-gt-xs-row>.flex-gt-xs-33 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 33.33%; - } - - .layout-gt-xs-row>.flex-gt-xs-66 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 66.66%; - } - - .layout-gt-xs-row>.flex { - min-width: 0; - } - - .layout-gt-xs-column>.flex-gt-xs-33 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 33.33%; - max-width: 100%; - } - - .layout-gt-xs-column>.flex-gt-xs-66 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 66.66%; - max-width: 100%; - } - - .layout-gt-xs-column>.flex { - min-height: 0; - } - - .layout-gt-xs, - .layout-gt-xs-column, - .layout-gt-xs-row { - box-sizing: border-box; - display: flex; - } - - .layout-gt-xs-column { - flex-direction: column; - } - - .layout-gt-xs-row { - flex-direction: row; - } -} - -@media (min-width:600px) and (max-width:959px) { - .hide-gt-xs:not(.show-gt-xs):not(.show-sm):not(.show), - .hide-sm:not(.show-gt-xs):not(.show-sm):not(.show), - .hide:not(.show-gt-xs):not(.show-sm):not(.show) { - display: none; - } - - .flex-order-sm--20 { - order: -20; - } - - .flex-order-sm--19 { - order: -19; - } - - .flex-order-sm--18 { - order: -18; - } - - .flex-order-sm--17 { - order: -17; - } - - .flex-order-sm--16 { - order: -16; - } - - .flex-order-sm--15 { - order: -15; - } - - .flex-order-sm--14 { - order: -14; - } - - .flex-order-sm--13 { - order: -13; - } - - .flex-order-sm--12 { - order: -12; - } - - .flex-order-sm--11 { - order: -11; - } - - .flex-order-sm--10 { - order: -10; - } - - .flex-order-sm--9 { - order: -9; - } - - .flex-order-sm--8 { - order: -8; - } - - .flex-order-sm--7 { - order: -7; - } - - .flex-order-sm--6 { - order: -6; - } - - .flex-order-sm--5 { - order: -5; - } - - .flex-order-sm--4 { - order: -4; - } - - .flex-order-sm--3 { - order: -3; - } - - .flex-order-sm--2 { - order: -2; - } - - .flex-order-sm--1 { - order: -1; - } - - .flex-order-sm-0 { - order: 0; - } - - .flex-order-sm-1 { - order: 1; - } - - .flex-order-sm-2 { - order: 2; - } - - .flex-order-sm-3 { - order: 3; - } - - .flex-order-sm-4 { - order: 4; - } - - .flex-order-sm-5 { - order: 5; - } - - .flex-order-sm-6 { - order: 6; - } - - .flex-order-sm-7 { - order: 7; - } - - .flex-order-sm-8 { - order: 8; - } - - .flex-order-sm-9 { - order: 9; - } - - .flex-order-sm-10 { - order: 10; - } - - .flex-order-sm-11 { - order: 11; - } - - .flex-order-sm-12 { - order: 12; - } - - .flex-order-sm-13 { - order: 13; - } - - .flex-order-sm-14 { - order: 14; - } - - .flex-order-sm-15 { - order: 15; - } - - .flex-order-sm-16 { - order: 16; - } - - .flex-order-sm-17 { - order: 17; - } - - .flex-order-sm-18 { - order: 18; - } - - .flex-order-sm-19 { - order: 19; - } - - .flex-order-sm-20 { - order: 20; - } - - .flex-offset-sm-0, - .layout-margin .flex-offset-sm-0, - .layout-margin .offset-sm-0, - .offset-sm-0 { - margin-left: 0; - } - - [dir=rtl] .flex-offset-sm-0, - [dir=rtl] .layout-margin .flex-offset-sm-0, - [dir=rtl] .layout-margin .offset-sm-0, - [dir=rtl] .offset-sm-0 { - margin-left: auto; - margin-right: 0; - } - - .flex-offset-sm-5, - .layout-margin .flex-offset-sm-5, - .layout-margin .offset-sm-5, - .offset-sm-5 { - margin-left: 5%; - } - - [dir=rtl] .flex-offset-sm-5, - [dir=rtl] .layout-margin .flex-offset-sm-5, - [dir=rtl] .layout-margin .offset-sm-5, - [dir=rtl] .offset-sm-5 { - margin-left: auto; - margin-right: 5%; - } - - .flex-offset-sm-10, - .layout-margin .flex-offset-sm-10, - .layout-margin .offset-sm-10, - .offset-sm-10 { - margin-left: 10%; - } - - [dir=rtl] .flex-offset-sm-10, - [dir=rtl] .layout-margin .flex-offset-sm-10, - [dir=rtl] .layout-margin .offset-sm-10, - [dir=rtl] .offset-sm-10 { - margin-left: auto; - margin-right: 10%; - } - - .flex-offset-sm-15, - .layout-margin .flex-offset-sm-15, - .layout-margin .offset-sm-15, - .offset-sm-15 { - margin-left: 15%; - } - - [dir=rtl] .flex-offset-sm-15, - [dir=rtl] .layout-margin .flex-offset-sm-15, - [dir=rtl] .layout-margin .offset-sm-15, - [dir=rtl] .offset-sm-15 { - margin-left: auto; - margin-right: 15%; - } - - .flex-offset-sm-20, - .layout-margin .flex-offset-sm-20, - .layout-margin .offset-sm-20, - .offset-sm-20 { - margin-left: 20%; - } - - [dir=rtl] .flex-offset-sm-20, - [dir=rtl] .layout-margin .flex-offset-sm-20, - [dir=rtl] .layout-margin .offset-sm-20, - [dir=rtl] .offset-sm-20 { - margin-left: auto; - margin-right: 20%; - } - - .flex-offset-sm-25, - .layout-margin .flex-offset-sm-25, - .layout-margin .offset-sm-25, - .offset-sm-25 { - margin-left: 25%; - } - - [dir=rtl] .flex-offset-sm-25, - [dir=rtl] .layout-margin .flex-offset-sm-25, - [dir=rtl] .layout-margin .offset-sm-25, - [dir=rtl] .offset-sm-25 { - margin-left: auto; - margin-right: 25%; - } - - .flex-offset-sm-30, - .layout-margin .flex-offset-sm-30, - .layout-margin .offset-sm-30, - .offset-sm-30 { - margin-left: 30%; - } - - [dir=rtl] .flex-offset-sm-30, - [dir=rtl] .layout-margin .flex-offset-sm-30, - [dir=rtl] .layout-margin .offset-sm-30, - [dir=rtl] .offset-sm-30 { - margin-left: auto; - margin-right: 30%; - } - - .flex-offset-sm-35, - .layout-margin .flex-offset-sm-35, - .layout-margin .offset-sm-35, - .offset-sm-35 { - margin-left: 35%; - } - - [dir=rtl] .flex-offset-sm-35, - [dir=rtl] .layout-margin .flex-offset-sm-35, - [dir=rtl] .layout-margin .offset-sm-35, - [dir=rtl] .offset-sm-35 { - margin-left: auto; - margin-right: 35%; - } - - .flex-offset-sm-40, - .layout-margin .flex-offset-sm-40, - .layout-margin .offset-sm-40, - .offset-sm-40 { - margin-left: 40%; - } - - [dir=rtl] .flex-offset-sm-40, - [dir=rtl] .layout-margin .flex-offset-sm-40, - [dir=rtl] .layout-margin .offset-sm-40, - [dir=rtl] .offset-sm-40 { - margin-left: auto; - margin-right: 40%; - } - - .flex-offset-sm-45, - .layout-margin .flex-offset-sm-45, - .layout-margin .offset-sm-45, - .offset-sm-45 { - margin-left: 45%; - } - - [dir=rtl] .flex-offset-sm-45, - [dir=rtl] .layout-margin .flex-offset-sm-45, - [dir=rtl] .layout-margin .offset-sm-45, - [dir=rtl] .offset-sm-45 { - margin-left: auto; - margin-right: 45%; - } - - .flex-offset-sm-50, - .layout-margin .flex-offset-sm-50, - .layout-margin .offset-sm-50, - .offset-sm-50 { - margin-left: 50%; - } - - [dir=rtl] .flex-offset-sm-50, - [dir=rtl] .layout-margin .flex-offset-sm-50, - [dir=rtl] .layout-margin .offset-sm-50, - [dir=rtl] .offset-sm-50 { - margin-left: auto; - margin-right: 50%; - } - - .flex-offset-sm-55, - .layout-margin .flex-offset-sm-55, - .layout-margin .offset-sm-55, - .offset-sm-55 { - margin-left: 55%; - } - - [dir=rtl] .flex-offset-sm-55, - [dir=rtl] .layout-margin .flex-offset-sm-55, - [dir=rtl] .layout-margin .offset-sm-55, - [dir=rtl] .offset-sm-55 { - margin-left: auto; - margin-right: 55%; - } - - .flex-offset-sm-60, - .layout-margin .flex-offset-sm-60, - .layout-margin .offset-sm-60, - .offset-sm-60 { - margin-left: 60%; - } - - [dir=rtl] .flex-offset-sm-60, - [dir=rtl] .layout-margin .flex-offset-sm-60, - [dir=rtl] .layout-margin .offset-sm-60, - [dir=rtl] .offset-sm-60 { - margin-left: auto; - margin-right: 60%; - } - - .flex-offset-sm-65, - .layout-margin .flex-offset-sm-65, - .layout-margin .offset-sm-65, - .offset-sm-65 { - margin-left: 65%; - } - - [dir=rtl] .flex-offset-sm-65, - [dir=rtl] .layout-margin .flex-offset-sm-65, - [dir=rtl] .layout-margin .offset-sm-65, - [dir=rtl] .offset-sm-65 { - margin-left: auto; - margin-right: 65%; - } - - .flex-offset-sm-70, - .layout-margin .flex-offset-sm-70, - .layout-margin .offset-sm-70, - .offset-sm-70 { - margin-left: 70%; - } - - [dir=rtl] .flex-offset-sm-70, - [dir=rtl] .layout-margin .flex-offset-sm-70, - [dir=rtl] .layout-margin .offset-sm-70, - [dir=rtl] .offset-sm-70 { - margin-left: auto; - margin-right: 70%; - } - - .flex-offset-sm-75, - .layout-margin .flex-offset-sm-75, - .layout-margin .offset-sm-75, - .offset-sm-75 { - margin-left: 75%; - } - - [dir=rtl] .flex-offset-sm-75, - [dir=rtl] .layout-margin .flex-offset-sm-75, - [dir=rtl] .layout-margin .offset-sm-75, - [dir=rtl] .offset-sm-75 { - margin-left: auto; - margin-right: 75%; - } - - .flex-offset-sm-80, - .layout-margin .flex-offset-sm-80, - .layout-margin .offset-sm-80, - .offset-sm-80 { - margin-left: 80%; - } - - [dir=rtl] .flex-offset-sm-80, - [dir=rtl] .layout-margin .flex-offset-sm-80, - [dir=rtl] .layout-margin .offset-sm-80, - [dir=rtl] .offset-sm-80 { - margin-left: auto; - margin-right: 80%; - } - - .flex-offset-sm-85, - .layout-margin .flex-offset-sm-85, - .layout-margin .offset-sm-85, - .offset-sm-85 { - margin-left: 85%; - } - - [dir=rtl] .flex-offset-sm-85, - [dir=rtl] .layout-margin .flex-offset-sm-85, - [dir=rtl] .layout-margin .offset-sm-85, - [dir=rtl] .offset-sm-85 { - margin-left: auto; - margin-right: 85%; - } - - .flex-offset-sm-90, - .layout-margin .flex-offset-sm-90, - .layout-margin .offset-sm-90, - .offset-sm-90 { - margin-left: 90%; - } - - [dir=rtl] .flex-offset-sm-90, - [dir=rtl] .layout-margin .flex-offset-sm-90, - [dir=rtl] .layout-margin .offset-sm-90, - [dir=rtl] .offset-sm-90 { - margin-left: auto; - margin-right: 90%; - } - - .flex-offset-sm-95, - .layout-margin .flex-offset-sm-95, - .layout-margin .offset-sm-95, - .offset-sm-95 { - margin-left: 95%; - } - - [dir=rtl] .flex-offset-sm-95, - [dir=rtl] .layout-margin .flex-offset-sm-95, - [dir=rtl] .layout-margin .offset-sm-95, - [dir=rtl] .offset-sm-95 { - margin-left: auto; - margin-right: 95%; - } - - .flex-offset-sm-33, - .layout-margin .flex-offset-sm-33, - .layout-margin .offset-sm-33, - .offset-sm-33 { - margin-left: 33.3333333333%; - } - - .flex-offset-sm-66, - .layout-margin .flex-offset-sm-66, - .layout-margin .offset-sm-66, - .offset-sm-66 { - margin-left: 66.6666666667%; - } - - [dir=rtl] .flex-offset-sm-66, - [dir=rtl] .layout-margin .flex-offset-sm-66, - [dir=rtl] .layout-margin .offset-sm-66, - [dir=rtl] .offset-sm-66 { - margin-left: auto; - margin-right: 66.6666666667%; - } - - .layout-align-sm, - .layout-align-sm-start-stretch { - align-content: stretch; - align-items: stretch; - justify-content: flex-start; - } - - .layout-align-sm-start, - .layout-align-sm-start-center, - .layout-align-sm-start-end, - .layout-align-sm-start-start, - .layout-align-sm-start-stretch { - justify-content: flex-start; - } - - .layout-align-sm-center, - .layout-align-sm-center-center, - .layout-align-sm-center-end, - .layout-align-sm-center-start, - .layout-align-sm-center-stretch { - justify-content: center; - } - - .layout-align-sm-end, - .layout-align-sm-end-center, - .layout-align-sm-end-end, - .layout-align-sm-end-start, - .layout-align-sm-end-stretch { - justify-content: flex-end; - } - - .layout-align-sm-space-around, - .layout-align-sm-space-around-center, - .layout-align-sm-space-around-end, - .layout-align-sm-space-around-start, - .layout-align-sm-space-around-stretch { - justify-content: space-around; - } - - .layout-align-sm-space-between, - .layout-align-sm-space-between-center, - .layout-align-sm-space-between-end, - .layout-align-sm-space-between-start, - .layout-align-sm-space-between-stretch { - justify-content: space-between; - } - - .layout-align-sm-center-start, - .layout-align-sm-end-start, - .layout-align-sm-space-around-start, - .layout-align-sm-space-between-start, - .layout-align-sm-start-start { - align-content: flex-start; - align-items: flex-start; - } - - .layout-align-sm-center-center, - .layout-align-sm-end-center, - .layout-align-sm-space-around-center, - .layout-align-sm-space-between-center, - .layout-align-sm-start-center { - align-content: center; - align-items: center; - max-width: 100%; - } - - .layout-align-sm-center-center>*, - .layout-align-sm-end-center>*, - .layout-align-sm-space-around-center>*, - .layout-align-sm-space-between-center>*, - .layout-align-sm-start-center>* { - box-sizing: border-box; - max-width: 100%; - } - - .layout-align-sm-center-end, - .layout-align-sm-end-end, - .layout-align-sm-space-around-end, - .layout-align-sm-space-between-end, - .layout-align-sm-start-end { - align-content: flex-end; - align-items: flex-end; - } - - .layout-align-sm-center-stretch, - .layout-align-sm-end-stretch, - .layout-align-sm-space-around-stretch, - .layout-align-sm-space-between-stretch, - .layout-align-sm-start-stretch { - align-content: stretch; - align-items: stretch; - } - - .flex-sm { - box-sizing: border-box; - flex: 1; - } - - .flex-sm-grow { - box-sizing: border-box; - flex: 1 1 100%; - } - - .flex-sm-initial { - box-sizing: border-box; - flex: 0 1 auto; - } - - .flex-sm-auto { - box-sizing: border-box; - flex: 1 1 auto; - } - - .flex-sm-none { - box-sizing: border-box; - flex: 0 0 auto; - } - - .flex-sm-noshrink { - box-sizing: border-box; - flex: 1 0 auto; - } - - .flex-sm-nogrow { - box-sizing: border-box; - flex: 0 1 auto; - } - - .flex-sm-0, - .layout-row>.flex-sm-0 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 0; - } - - .layout-row>.flex-sm-0 { - min-width: 0; - } - - .layout-column>.flex-sm-0 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 0%; - max-width: 100%; - } - - .layout-sm-row>.flex-sm-0 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 0; - min-width: 0; - } - - .layout-sm-column>.flex-sm-0 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 0%; - max-width: 100%; - min-height: 0; - } - - .flex-sm-5, - .layout-row>.flex-sm-5 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 5%; - } - - .layout-column>.flex-sm-5 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 5%; - max-width: 100%; - } - - .layout-sm-row>.flex-sm-5 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 5%; - } - - .layout-sm-column>.flex-sm-5 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 5%; - max-width: 100%; - } - - .flex-sm-10, - .layout-row>.flex-sm-10 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 10%; - } - - .layout-column>.flex-sm-10 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 10%; - max-width: 100%; - } - - .layout-sm-row>.flex-sm-10 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 10%; - } - - .layout-sm-column>.flex-sm-10 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 10%; - max-width: 100%; - } - - .flex-sm-15, - .layout-row>.flex-sm-15 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 15%; - } - - .layout-column>.flex-sm-15 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 15%; - max-width: 100%; - } - - .layout-sm-row>.flex-sm-15 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 15%; - } - - .layout-sm-column>.flex-sm-15 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 15%; - max-width: 100%; - } - - .flex-sm-20, - .layout-row>.flex-sm-20 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 20%; - } - - .layout-column>.flex-sm-20 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 20%; - max-width: 100%; - } - - .layout-sm-row>.flex-sm-20 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 20%; - } - - .layout-sm-column>.flex-sm-20 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 20%; - max-width: 100%; - } - - .flex-sm-25, - .layout-row>.flex-sm-25 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 25%; - } - - .layout-column>.flex-sm-25 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 25%; - max-width: 100%; - } - - .layout-sm-row>.flex-sm-25 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 25%; - } - - .layout-sm-column>.flex-sm-25 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 25%; - max-width: 100%; - } - - .flex-sm-30, - .layout-row>.flex-sm-30 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 30%; - } - - .layout-column>.flex-sm-30 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 30%; - max-width: 100%; - } - - .layout-sm-row>.flex-sm-30 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 30%; - } - - .layout-sm-column>.flex-sm-30 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 30%; - max-width: 100%; - } - - .flex-sm-35, - .layout-row>.flex-sm-35 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 35%; - } - - .layout-column>.flex-sm-35 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 35%; - max-width: 100%; - } - - .layout-sm-row>.flex-sm-35 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 35%; - } - - .layout-sm-column>.flex-sm-35 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 35%; - max-width: 100%; - } - - .flex-sm-40, - .layout-row>.flex-sm-40 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 40%; - } - - .layout-column>.flex-sm-40 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 40%; - max-width: 100%; - } - - .layout-sm-row>.flex-sm-40 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 40%; - } - - .layout-sm-column>.flex-sm-40 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 40%; - max-width: 100%; - } - - .flex-sm-45, - .layout-row>.flex-sm-45 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 45%; - } - - .layout-column>.flex-sm-45 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 45%; - max-width: 100%; - } - - .layout-sm-row>.flex-sm-45 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 45%; - } - - .layout-sm-column>.flex-sm-45 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 45%; - max-width: 100%; - } - - .flex-sm-50, - .layout-row>.flex-sm-50 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 50%; - } - - .layout-column>.flex-sm-50 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 50%; - max-width: 100%; - } - - .layout-sm-row>.flex-sm-50 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 50%; - } - - .layout-sm-column>.flex-sm-50 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 50%; - max-width: 100%; - } - - .flex-sm-55, - .layout-row>.flex-sm-55 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 55%; - } - - .layout-column>.flex-sm-55 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 55%; - max-width: 100%; - } - - .layout-sm-row>.flex-sm-55 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 55%; - } - - .layout-sm-column>.flex-sm-55 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 55%; - max-width: 100%; - } - - .flex-sm-60, - .layout-row>.flex-sm-60 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 60%; - } - - .layout-column>.flex-sm-60 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 60%; - max-width: 100%; - } - - .layout-sm-row>.flex-sm-60 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 60%; - } - - .layout-sm-column>.flex-sm-60 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 60%; - max-width: 100%; - } - - .flex-sm-65, - .layout-row>.flex-sm-65 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 65%; - } - - .layout-column>.flex-sm-65 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 65%; - max-width: 100%; - } - - .layout-sm-row>.flex-sm-65 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 65%; - } - - .layout-sm-column>.flex-sm-65 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 65%; - max-width: 100%; - } - - .flex-sm-70, - .layout-row>.flex-sm-70 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 70%; - } - - .layout-column>.flex-sm-70 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 70%; - max-width: 100%; - } - - .layout-sm-row>.flex-sm-70 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 70%; - } - - .layout-sm-column>.flex-sm-70 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 70%; - max-width: 100%; - } - - .flex-sm-75, - .layout-row>.flex-sm-75 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 75%; - } - - .layout-column>.flex-sm-75 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 75%; - max-width: 100%; - } - - .layout-sm-row>.flex-sm-75 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 75%; - } - - .layout-sm-column>.flex-sm-75 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 75%; - max-width: 100%; - } - - .flex-sm-80, - .layout-row>.flex-sm-80 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 80%; - } - - .layout-column>.flex-sm-80 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 80%; - max-width: 100%; - } - - .layout-sm-row>.flex-sm-80 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 80%; - } - - .layout-sm-column>.flex-sm-80 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 80%; - max-width: 100%; - } - - .flex-sm-85, - .layout-row>.flex-sm-85 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 85%; - } - - .layout-column>.flex-sm-85 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 85%; - max-width: 100%; - } - - .layout-sm-row>.flex-sm-85 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 85%; - } - - .layout-sm-column>.flex-sm-85 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 85%; - max-width: 100%; - } - - .flex-sm-90, - .layout-row>.flex-sm-90 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 90%; - } - - .layout-column>.flex-sm-90 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 90%; - max-width: 100%; - } - - .layout-sm-row>.flex-sm-90 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 90%; - } - - .layout-sm-column>.flex-sm-90 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 90%; - max-width: 100%; - } - - .flex-sm-95, - .layout-row>.flex-sm-95 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 95%; - } - - .layout-column>.flex-sm-95 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 95%; - max-width: 100%; - } - - .layout-sm-row>.flex-sm-95 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 95%; - } - - .layout-sm-column>.flex-sm-95 { - max-height: 95%; - } - - .flex-sm-100, - .layout-sm-column>.flex-sm-95 { - box-sizing: border-box; - flex: 1 1 100%; - max-width: 100%; - } - - .flex-sm-100 { - max-height: 100%; - } - - .layout-column>.flex-sm-100, - .layout-row>.flex-sm-100, - .layout-sm-column>.flex-sm-100, - .layout-sm-row>.flex-sm-100 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 100%; - } - - .layout-row>.flex-sm-33 { - box-sizing: border-box; - flex: 1 1 33.33%; - max-height: 100%; - max-width: 33.33%; - } - - .layout-row>.flex-sm-66 { - box-sizing: border-box; - flex: 1 1 66.66%; - max-height: 100%; - max-width: 66.66%; - } - - .layout-column>.flex-sm-33 { - box-sizing: border-box; - flex: 1 1 33.33%; - max-height: 33.33%; - max-width: 100%; - } - - .layout-column>.flex-sm-66 { - box-sizing: border-box; - flex: 1 1 66.66%; - max-height: 66.66%; - max-width: 100%; - } - - .layout-sm-row>.flex-sm-33 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 33.33%; - } - - .layout-sm-row>.flex-sm-66 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 66.66%; - } - - .layout-sm-row>.flex { - min-width: 0; - } - - .layout-sm-column>.flex-sm-33 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 33.33%; - max-width: 100%; - } - - .layout-sm-column>.flex-sm-66 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 66.66%; - max-width: 100%; - } - - .layout-sm-column>.flex { - min-height: 0; - } - - .layout-sm, - .layout-sm-column, - .layout-sm-row { - box-sizing: border-box; - display: flex; - } - - .layout-sm-column { - flex-direction: column; - } - - .layout-sm-row { - flex-direction: row; - } -} - -@media (min-width:960px) { - .flex-order-gt-sm--20 { - order: -20; - } - - .flex-order-gt-sm--19 { - order: -19; - } - - .flex-order-gt-sm--18 { - order: -18; - } - - .flex-order-gt-sm--17 { - order: -17; - } - - .flex-order-gt-sm--16 { - order: -16; - } - - .flex-order-gt-sm--15 { - order: -15; - } - - .flex-order-gt-sm--14 { - order: -14; - } - - .flex-order-gt-sm--13 { - order: -13; - } - - .flex-order-gt-sm--12 { - order: -12; - } - - .flex-order-gt-sm--11 { - order: -11; - } - - .flex-order-gt-sm--10 { - order: -10; - } - - .flex-order-gt-sm--9 { - order: -9; - } - - .flex-order-gt-sm--8 { - order: -8; - } - - .flex-order-gt-sm--7 { - order: -7; - } - - .flex-order-gt-sm--6 { - order: -6; - } - - .flex-order-gt-sm--5 { - order: -5; - } - - .flex-order-gt-sm--4 { - order: -4; - } - - .flex-order-gt-sm--3 { - order: -3; - } - - .flex-order-gt-sm--2 { - order: -2; - } - - .flex-order-gt-sm--1 { - order: -1; - } - - .flex-order-gt-sm-0 { - order: 0; - } - - .flex-order-gt-sm-1 { - order: 1; - } - - .flex-order-gt-sm-2 { - order: 2; - } - - .flex-order-gt-sm-3 { - order: 3; - } - - .flex-order-gt-sm-4 { - order: 4; - } - - .flex-order-gt-sm-5 { - order: 5; - } - - .flex-order-gt-sm-6 { - order: 6; - } - - .flex-order-gt-sm-7 { - order: 7; - } - - .flex-order-gt-sm-8 { - order: 8; - } - - .flex-order-gt-sm-9 { - order: 9; - } - - .flex-order-gt-sm-10 { - order: 10; - } - - .flex-order-gt-sm-11 { - order: 11; - } - - .flex-order-gt-sm-12 { - order: 12; - } - - .flex-order-gt-sm-13 { - order: 13; - } - - .flex-order-gt-sm-14 { - order: 14; - } - - .flex-order-gt-sm-15 { - order: 15; - } - - .flex-order-gt-sm-16 { - order: 16; - } - - .flex-order-gt-sm-17 { - order: 17; - } - - .flex-order-gt-sm-18 { - order: 18; - } - - .flex-order-gt-sm-19 { - order: 19; - } - - .flex-order-gt-sm-20 { - order: 20; - } - - .flex-offset-gt-sm-0, - .layout-margin .flex-offset-gt-sm-0, - .layout-margin .offset-gt-sm-0, - .offset-gt-sm-0 { - margin-left: 0; - } - - [dir=rtl] .flex-offset-gt-sm-0, - [dir=rtl] .layout-margin .flex-offset-gt-sm-0, - [dir=rtl] .layout-margin .offset-gt-sm-0, - [dir=rtl] .offset-gt-sm-0 { - margin-left: auto; - margin-right: 0; - } - - .flex-offset-gt-sm-5, - .layout-margin .flex-offset-gt-sm-5, - .layout-margin .offset-gt-sm-5, - .offset-gt-sm-5 { - margin-left: 5%; - } - - [dir=rtl] .flex-offset-gt-sm-5, - [dir=rtl] .layout-margin .flex-offset-gt-sm-5, - [dir=rtl] .layout-margin .offset-gt-sm-5, - [dir=rtl] .offset-gt-sm-5 { - margin-left: auto; - margin-right: 5%; - } - - .flex-offset-gt-sm-10, - .layout-margin .flex-offset-gt-sm-10, - .layout-margin .offset-gt-sm-10, - .offset-gt-sm-10 { - margin-left: 10%; - } - - [dir=rtl] .flex-offset-gt-sm-10, - [dir=rtl] .layout-margin .flex-offset-gt-sm-10, - [dir=rtl] .layout-margin .offset-gt-sm-10, - [dir=rtl] .offset-gt-sm-10 { - margin-left: auto; - margin-right: 10%; - } - - .flex-offset-gt-sm-15, - .layout-margin .flex-offset-gt-sm-15, - .layout-margin .offset-gt-sm-15, - .offset-gt-sm-15 { - margin-left: 15%; - } - - [dir=rtl] .flex-offset-gt-sm-15, - [dir=rtl] .layout-margin .flex-offset-gt-sm-15, - [dir=rtl] .layout-margin .offset-gt-sm-15, - [dir=rtl] .offset-gt-sm-15 { - margin-left: auto; - margin-right: 15%; - } - - .flex-offset-gt-sm-20, - .layout-margin .flex-offset-gt-sm-20, - .layout-margin .offset-gt-sm-20, - .offset-gt-sm-20 { - margin-left: 20%; - } - - [dir=rtl] .flex-offset-gt-sm-20, - [dir=rtl] .layout-margin .flex-offset-gt-sm-20, - [dir=rtl] .layout-margin .offset-gt-sm-20, - [dir=rtl] .offset-gt-sm-20 { - margin-left: auto; - margin-right: 20%; - } - - .flex-offset-gt-sm-25, - .layout-margin .flex-offset-gt-sm-25, - .layout-margin .offset-gt-sm-25, - .offset-gt-sm-25 { - margin-left: 25%; - } - - [dir=rtl] .flex-offset-gt-sm-25, - [dir=rtl] .layout-margin .flex-offset-gt-sm-25, - [dir=rtl] .layout-margin .offset-gt-sm-25, - [dir=rtl] .offset-gt-sm-25 { - margin-left: auto; - margin-right: 25%; - } - - .flex-offset-gt-sm-30, - .layout-margin .flex-offset-gt-sm-30, - .layout-margin .offset-gt-sm-30, - .offset-gt-sm-30 { - margin-left: 30%; - } - - [dir=rtl] .flex-offset-gt-sm-30, - [dir=rtl] .layout-margin .flex-offset-gt-sm-30, - [dir=rtl] .layout-margin .offset-gt-sm-30, - [dir=rtl] .offset-gt-sm-30 { - margin-left: auto; - margin-right: 30%; - } - - .flex-offset-gt-sm-35, - .layout-margin .flex-offset-gt-sm-35, - .layout-margin .offset-gt-sm-35, - .offset-gt-sm-35 { - margin-left: 35%; - } - - [dir=rtl] .flex-offset-gt-sm-35, - [dir=rtl] .layout-margin .flex-offset-gt-sm-35, - [dir=rtl] .layout-margin .offset-gt-sm-35, - [dir=rtl] .offset-gt-sm-35 { - margin-left: auto; - margin-right: 35%; - } - - .flex-offset-gt-sm-40, - .layout-margin .flex-offset-gt-sm-40, - .layout-margin .offset-gt-sm-40, - .offset-gt-sm-40 { - margin-left: 40%; - } - - [dir=rtl] .flex-offset-gt-sm-40, - [dir=rtl] .layout-margin .flex-offset-gt-sm-40, - [dir=rtl] .layout-margin .offset-gt-sm-40, - [dir=rtl] .offset-gt-sm-40 { - margin-left: auto; - margin-right: 40%; - } - - .flex-offset-gt-sm-45, - .layout-margin .flex-offset-gt-sm-45, - .layout-margin .offset-gt-sm-45, - .offset-gt-sm-45 { - margin-left: 45%; - } - - [dir=rtl] .flex-offset-gt-sm-45, - [dir=rtl] .layout-margin .flex-offset-gt-sm-45, - [dir=rtl] .layout-margin .offset-gt-sm-45, - [dir=rtl] .offset-gt-sm-45 { - margin-left: auto; - margin-right: 45%; - } - - .flex-offset-gt-sm-50, - .layout-margin .flex-offset-gt-sm-50, - .layout-margin .offset-gt-sm-50, - .offset-gt-sm-50 { - margin-left: 50%; - } - - [dir=rtl] .flex-offset-gt-sm-50, - [dir=rtl] .layout-margin .flex-offset-gt-sm-50, - [dir=rtl] .layout-margin .offset-gt-sm-50, - [dir=rtl] .offset-gt-sm-50 { - margin-left: auto; - margin-right: 50%; - } - - .flex-offset-gt-sm-55, - .layout-margin .flex-offset-gt-sm-55, - .layout-margin .offset-gt-sm-55, - .offset-gt-sm-55 { - margin-left: 55%; - } - - [dir=rtl] .flex-offset-gt-sm-55, - [dir=rtl] .layout-margin .flex-offset-gt-sm-55, - [dir=rtl] .layout-margin .offset-gt-sm-55, - [dir=rtl] .offset-gt-sm-55 { - margin-left: auto; - margin-right: 55%; - } - - .flex-offset-gt-sm-60, - .layout-margin .flex-offset-gt-sm-60, - .layout-margin .offset-gt-sm-60, - .offset-gt-sm-60 { - margin-left: 60%; - } - - [dir=rtl] .flex-offset-gt-sm-60, - [dir=rtl] .layout-margin .flex-offset-gt-sm-60, - [dir=rtl] .layout-margin .offset-gt-sm-60, - [dir=rtl] .offset-gt-sm-60 { - margin-left: auto; - margin-right: 60%; - } - - .flex-offset-gt-sm-65, - .layout-margin .flex-offset-gt-sm-65, - .layout-margin .offset-gt-sm-65, - .offset-gt-sm-65 { - margin-left: 65%; - } - - [dir=rtl] .flex-offset-gt-sm-65, - [dir=rtl] .layout-margin .flex-offset-gt-sm-65, - [dir=rtl] .layout-margin .offset-gt-sm-65, - [dir=rtl] .offset-gt-sm-65 { - margin-left: auto; - margin-right: 65%; - } - - .flex-offset-gt-sm-70, - .layout-margin .flex-offset-gt-sm-70, - .layout-margin .offset-gt-sm-70, - .offset-gt-sm-70 { - margin-left: 70%; - } - - [dir=rtl] .flex-offset-gt-sm-70, - [dir=rtl] .layout-margin .flex-offset-gt-sm-70, - [dir=rtl] .layout-margin .offset-gt-sm-70, - [dir=rtl] .offset-gt-sm-70 { - margin-left: auto; - margin-right: 70%; - } - - .flex-offset-gt-sm-75, - .layout-margin .flex-offset-gt-sm-75, - .layout-margin .offset-gt-sm-75, - .offset-gt-sm-75 { - margin-left: 75%; - } - - [dir=rtl] .flex-offset-gt-sm-75, - [dir=rtl] .layout-margin .flex-offset-gt-sm-75, - [dir=rtl] .layout-margin .offset-gt-sm-75, - [dir=rtl] .offset-gt-sm-75 { - margin-left: auto; - margin-right: 75%; - } - - .flex-offset-gt-sm-80, - .layout-margin .flex-offset-gt-sm-80, - .layout-margin .offset-gt-sm-80, - .offset-gt-sm-80 { - margin-left: 80%; - } - - [dir=rtl] .flex-offset-gt-sm-80, - [dir=rtl] .layout-margin .flex-offset-gt-sm-80, - [dir=rtl] .layout-margin .offset-gt-sm-80, - [dir=rtl] .offset-gt-sm-80 { - margin-left: auto; - margin-right: 80%; - } - - .flex-offset-gt-sm-85, - .layout-margin .flex-offset-gt-sm-85, - .layout-margin .offset-gt-sm-85, - .offset-gt-sm-85 { - margin-left: 85%; - } - - [dir=rtl] .flex-offset-gt-sm-85, - [dir=rtl] .layout-margin .flex-offset-gt-sm-85, - [dir=rtl] .layout-margin .offset-gt-sm-85, - [dir=rtl] .offset-gt-sm-85 { - margin-left: auto; - margin-right: 85%; - } - - .flex-offset-gt-sm-90, - .layout-margin .flex-offset-gt-sm-90, - .layout-margin .offset-gt-sm-90, - .offset-gt-sm-90 { - margin-left: 90%; - } - - [dir=rtl] .flex-offset-gt-sm-90, - [dir=rtl] .layout-margin .flex-offset-gt-sm-90, - [dir=rtl] .layout-margin .offset-gt-sm-90, - [dir=rtl] .offset-gt-sm-90 { - margin-left: auto; - margin-right: 90%; - } - - .flex-offset-gt-sm-95, - .layout-margin .flex-offset-gt-sm-95, - .layout-margin .offset-gt-sm-95, - .offset-gt-sm-95 { - margin-left: 95%; - } - - [dir=rtl] .flex-offset-gt-sm-95, - [dir=rtl] .layout-margin .flex-offset-gt-sm-95, - [dir=rtl] .layout-margin .offset-gt-sm-95, - [dir=rtl] .offset-gt-sm-95 { - margin-left: auto; - margin-right: 95%; - } - - .flex-offset-gt-sm-33, - .layout-margin .flex-offset-gt-sm-33, - .layout-margin .offset-gt-sm-33, - .offset-gt-sm-33 { - margin-left: 33.3333333333%; - } - - .flex-offset-gt-sm-66, - .layout-margin .flex-offset-gt-sm-66, - .layout-margin .offset-gt-sm-66, - .offset-gt-sm-66 { - margin-left: 66.6666666667%; - } - - [dir=rtl] .flex-offset-gt-sm-66, - [dir=rtl] .layout-margin .flex-offset-gt-sm-66, - [dir=rtl] .layout-margin .offset-gt-sm-66, - [dir=rtl] .offset-gt-sm-66 { - margin-left: auto; - margin-right: 66.6666666667%; - } - - .layout-align-gt-sm, - .layout-align-gt-sm-start-stretch { - align-content: stretch; - align-items: stretch; - justify-content: flex-start; - } - - .layout-align-gt-sm-start, - .layout-align-gt-sm-start-center, - .layout-align-gt-sm-start-end, - .layout-align-gt-sm-start-start, - .layout-align-gt-sm-start-stretch { - justify-content: flex-start; - } - - .layout-align-gt-sm-center, - .layout-align-gt-sm-center-center, - .layout-align-gt-sm-center-end, - .layout-align-gt-sm-center-start, - .layout-align-gt-sm-center-stretch { - justify-content: center; - } - - .layout-align-gt-sm-end, - .layout-align-gt-sm-end-center, - .layout-align-gt-sm-end-end, - .layout-align-gt-sm-end-start, - .layout-align-gt-sm-end-stretch { - justify-content: flex-end; - } - - .layout-align-gt-sm-space-around, - .layout-align-gt-sm-space-around-center, - .layout-align-gt-sm-space-around-end, - .layout-align-gt-sm-space-around-start, - .layout-align-gt-sm-space-around-stretch { - justify-content: space-around; - } - - .layout-align-gt-sm-space-between, - .layout-align-gt-sm-space-between-center, - .layout-align-gt-sm-space-between-end, - .layout-align-gt-sm-space-between-start, - .layout-align-gt-sm-space-between-stretch { - justify-content: space-between; - } - - .layout-align-gt-sm-center-start, - .layout-align-gt-sm-end-start, - .layout-align-gt-sm-space-around-start, - .layout-align-gt-sm-space-between-start, - .layout-align-gt-sm-start-start { - align-content: flex-start; - align-items: flex-start; - } - - .layout-align-gt-sm-center-center, - .layout-align-gt-sm-end-center, - .layout-align-gt-sm-space-around-center, - .layout-align-gt-sm-space-between-center, - .layout-align-gt-sm-start-center { - align-content: center; - align-items: center; - max-width: 100%; - } - - .layout-align-gt-sm-center-center>*, - .layout-align-gt-sm-end-center>*, - .layout-align-gt-sm-space-around-center>*, - .layout-align-gt-sm-space-between-center>*, - .layout-align-gt-sm-start-center>* { - box-sizing: border-box; - max-width: 100%; - } - - .layout-align-gt-sm-center-end, - .layout-align-gt-sm-end-end, - .layout-align-gt-sm-space-around-end, - .layout-align-gt-sm-space-between-end, - .layout-align-gt-sm-start-end { - align-content: flex-end; - align-items: flex-end; - } - - .layout-align-gt-sm-center-stretch, - .layout-align-gt-sm-end-stretch, - .layout-align-gt-sm-space-around-stretch, - .layout-align-gt-sm-space-between-stretch, - .layout-align-gt-sm-start-stretch { - align-content: stretch; - align-items: stretch; - } - - .flex-gt-sm { - box-sizing: border-box; - flex: 1; - } - - .flex-gt-sm-grow { - box-sizing: border-box; - flex: 1 1 100%; - } - - .flex-gt-sm-initial { - box-sizing: border-box; - flex: 0 1 auto; - } - - .flex-gt-sm-auto { - box-sizing: border-box; - flex: 1 1 auto; - } - - .flex-gt-sm-none { - box-sizing: border-box; - flex: 0 0 auto; - } - - .flex-gt-sm-noshrink { - box-sizing: border-box; - flex: 1 0 auto; - } - - .flex-gt-sm-nogrow { - box-sizing: border-box; - flex: 0 1 auto; - } - - .flex-gt-sm-0, - .layout-row>.flex-gt-sm-0 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 0; - } - - .layout-row>.flex-gt-sm-0 { - min-width: 0; - } - - .layout-column>.flex-gt-sm-0 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 0%; - max-width: 100%; - } - - .layout-gt-sm-row>.flex-gt-sm-0 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 0; - min-width: 0; - } - - .layout-gt-sm-column>.flex-gt-sm-0 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 0%; - max-width: 100%; - min-height: 0; - } - - .flex-gt-sm-5, - .layout-row>.flex-gt-sm-5 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 5%; - } - - .layout-column>.flex-gt-sm-5 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 5%; - max-width: 100%; - } - - .layout-gt-sm-row>.flex-gt-sm-5 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 5%; - } - - .layout-gt-sm-column>.flex-gt-sm-5 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 5%; - max-width: 100%; - } - - .flex-gt-sm-10, - .layout-row>.flex-gt-sm-10 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 10%; - } - - .layout-column>.flex-gt-sm-10 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 10%; - max-width: 100%; - } - - .layout-gt-sm-row>.flex-gt-sm-10 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 10%; - } - - .layout-gt-sm-column>.flex-gt-sm-10 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 10%; - max-width: 100%; - } - - .flex-gt-sm-15, - .layout-row>.flex-gt-sm-15 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 15%; - } - - .layout-column>.flex-gt-sm-15 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 15%; - max-width: 100%; - } - - .layout-gt-sm-row>.flex-gt-sm-15 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 15%; - } - - .layout-gt-sm-column>.flex-gt-sm-15 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 15%; - max-width: 100%; - } - - .flex-gt-sm-20, - .layout-row>.flex-gt-sm-20 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 20%; - } - - .layout-column>.flex-gt-sm-20 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 20%; - max-width: 100%; - } - - .layout-gt-sm-row>.flex-gt-sm-20 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 20%; - } - - .layout-gt-sm-column>.flex-gt-sm-20 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 20%; - max-width: 100%; - } - - .flex-gt-sm-25, - .layout-row>.flex-gt-sm-25 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 25%; - } - - .layout-column>.flex-gt-sm-25 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 25%; - max-width: 100%; - } - - .layout-gt-sm-row>.flex-gt-sm-25 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 25%; - } - - .layout-gt-sm-column>.flex-gt-sm-25 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 25%; - max-width: 100%; - } - - .flex-gt-sm-30, - .layout-row>.flex-gt-sm-30 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 30%; - } - - .layout-column>.flex-gt-sm-30 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 30%; - max-width: 100%; - } - - .layout-gt-sm-row>.flex-gt-sm-30 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 30%; - } - - .layout-gt-sm-column>.flex-gt-sm-30 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 30%; - max-width: 100%; - } - - .flex-gt-sm-35, - .layout-row>.flex-gt-sm-35 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 35%; - } - - .layout-column>.flex-gt-sm-35 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 35%; - max-width: 100%; - } - - .layout-gt-sm-row>.flex-gt-sm-35 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 35%; - } - - .layout-gt-sm-column>.flex-gt-sm-35 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 35%; - max-width: 100%; - } - - .flex-gt-sm-40, - .layout-row>.flex-gt-sm-40 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 40%; - } - - .layout-column>.flex-gt-sm-40 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 40%; - max-width: 100%; - } - - .layout-gt-sm-row>.flex-gt-sm-40 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 40%; - } - - .layout-gt-sm-column>.flex-gt-sm-40 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 40%; - max-width: 100%; - } - - .flex-gt-sm-45, - .layout-row>.flex-gt-sm-45 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 45%; - } - - .layout-column>.flex-gt-sm-45 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 45%; - max-width: 100%; - } - - .layout-gt-sm-row>.flex-gt-sm-45 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 45%; - } - - .layout-gt-sm-column>.flex-gt-sm-45 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 45%; - max-width: 100%; - } - - .flex-gt-sm-50, - .layout-row>.flex-gt-sm-50 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 50%; - } - - .layout-column>.flex-gt-sm-50 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 50%; - max-width: 100%; - } - - .layout-gt-sm-row>.flex-gt-sm-50 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 50%; - } - - .layout-gt-sm-column>.flex-gt-sm-50 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 50%; - max-width: 100%; - } - - .flex-gt-sm-55, - .layout-row>.flex-gt-sm-55 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 55%; - } - - .layout-column>.flex-gt-sm-55 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 55%; - max-width: 100%; - } - - .layout-gt-sm-row>.flex-gt-sm-55 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 55%; - } - - .layout-gt-sm-column>.flex-gt-sm-55 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 55%; - max-width: 100%; - } - - .flex-gt-sm-60, - .layout-row>.flex-gt-sm-60 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 60%; - } - - .layout-column>.flex-gt-sm-60 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 60%; - max-width: 100%; - } - - .layout-gt-sm-row>.flex-gt-sm-60 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 60%; - } - - .layout-gt-sm-column>.flex-gt-sm-60 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 60%; - max-width: 100%; - } - - .flex-gt-sm-65, - .layout-row>.flex-gt-sm-65 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 65%; - } - - .layout-column>.flex-gt-sm-65 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 65%; - max-width: 100%; - } - - .layout-gt-sm-row>.flex-gt-sm-65 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 65%; - } - - .layout-gt-sm-column>.flex-gt-sm-65 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 65%; - max-width: 100%; - } - - .flex-gt-sm-70, - .layout-row>.flex-gt-sm-70 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 70%; - } - - .layout-column>.flex-gt-sm-70 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 70%; - max-width: 100%; - } - - .layout-gt-sm-row>.flex-gt-sm-70 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 70%; - } - - .layout-gt-sm-column>.flex-gt-sm-70 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 70%; - max-width: 100%; - } - - .flex-gt-sm-75, - .layout-row>.flex-gt-sm-75 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 75%; - } - - .layout-column>.flex-gt-sm-75 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 75%; - max-width: 100%; - } - - .layout-gt-sm-row>.flex-gt-sm-75 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 75%; - } - - .layout-gt-sm-column>.flex-gt-sm-75 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 75%; - max-width: 100%; - } - - .flex-gt-sm-80, - .layout-row>.flex-gt-sm-80 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 80%; - } - - .layout-column>.flex-gt-sm-80 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 80%; - max-width: 100%; - } - - .layout-gt-sm-row>.flex-gt-sm-80 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 80%; - } - - .layout-gt-sm-column>.flex-gt-sm-80 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 80%; - max-width: 100%; - } - - .flex-gt-sm-85, - .layout-row>.flex-gt-sm-85 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 85%; - } - - .layout-column>.flex-gt-sm-85 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 85%; - max-width: 100%; - } - - .layout-gt-sm-row>.flex-gt-sm-85 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 85%; - } - - .layout-gt-sm-column>.flex-gt-sm-85 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 85%; - max-width: 100%; - } - - .flex-gt-sm-90, - .layout-row>.flex-gt-sm-90 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 90%; - } - - .layout-column>.flex-gt-sm-90 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 90%; - max-width: 100%; - } - - .layout-gt-sm-row>.flex-gt-sm-90 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 90%; - } - - .layout-gt-sm-column>.flex-gt-sm-90 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 90%; - max-width: 100%; - } - - .flex-gt-sm-95, - .layout-row>.flex-gt-sm-95 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 95%; - } - - .layout-column>.flex-gt-sm-95 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 95%; - max-width: 100%; - } - - .layout-gt-sm-row>.flex-gt-sm-95 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 95%; - } - - .layout-gt-sm-column>.flex-gt-sm-95 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 95%; - max-width: 100%; - } - - .flex-gt-sm-100, - .layout-column>.flex-gt-sm-100, - .layout-gt-sm-column>.flex-gt-sm-100, - .layout-gt-sm-row>.flex-gt-sm-100, - .layout-row>.flex-gt-sm-100 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 100%; - } - - .layout-row>.flex-gt-sm-33 { - box-sizing: border-box; - flex: 1 1 33.33%; - max-height: 100%; - max-width: 33.33%; - } - - .layout-row>.flex-gt-sm-66 { - box-sizing: border-box; - flex: 1 1 66.66%; - max-height: 100%; - max-width: 66.66%; - } - - .layout-column>.flex-gt-sm-33 { - box-sizing: border-box; - flex: 1 1 33.33%; - max-height: 33.33%; - max-width: 100%; - } - - .layout-column>.flex-gt-sm-66 { - box-sizing: border-box; - flex: 1 1 66.66%; - max-height: 66.66%; - max-width: 100%; - } - - .layout-gt-sm-row>.flex-gt-sm-33 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 33.33%; - } - - .layout-gt-sm-row>.flex-gt-sm-66 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 66.66%; - } - - .layout-gt-sm-row>.flex { - min-width: 0; - } - - .layout-gt-sm-column>.flex-gt-sm-33 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 33.33%; - max-width: 100%; - } - - .layout-gt-sm-column>.flex-gt-sm-66 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 66.66%; - max-width: 100%; - } - - .layout-gt-sm-column>.flex { - min-height: 0; - } - - .layout-gt-sm, - .layout-gt-sm-column, - .layout-gt-sm-row { - box-sizing: border-box; - display: flex; - } - - .layout-gt-sm-column { - flex-direction: column; - } - - .layout-gt-sm-row { - flex-direction: row; - } -} - -@media (min-width:960px) and (max-width:1279px) { - .hide-gt-sm:not(.show-gt-xs):not(.show-gt-sm):not(.show-md):not(.show), - .hide-gt-xs:not(.show-gt-xs):not(.show-gt-sm):not(.show-md):not(.show), - .hide-md:not(.show-md):not(.show-gt-sm):not(.show-gt-xs):not(.show), - .hide:not(.show-gt-xs):not(.show-gt-sm):not(.show-md):not(.show) { - display: none; - } - - .flex-order-md--20 { - order: -20; - } - - .flex-order-md--19 { - order: -19; - } - - .flex-order-md--18 { - order: -18; - } - - .flex-order-md--17 { - order: -17; - } - - .flex-order-md--16 { - order: -16; - } - - .flex-order-md--15 { - order: -15; - } - - .flex-order-md--14 { - order: -14; - } - - .flex-order-md--13 { - order: -13; - } - - .flex-order-md--12 { - order: -12; - } - - .flex-order-md--11 { - order: -11; - } - - .flex-order-md--10 { - order: -10; - } - - .flex-order-md--9 { - order: -9; - } - - .flex-order-md--8 { - order: -8; - } - - .flex-order-md--7 { - order: -7; - } - - .flex-order-md--6 { - order: -6; - } - - .flex-order-md--5 { - order: -5; - } - - .flex-order-md--4 { - order: -4; - } - - .flex-order-md--3 { - order: -3; - } - - .flex-order-md--2 { - order: -2; - } - - .flex-order-md--1 { - order: -1; - } - - .flex-order-md-0 { - order: 0; - } - - .flex-order-md-1 { - order: 1; - } - - .flex-order-md-2 { - order: 2; - } - - .flex-order-md-3 { - order: 3; - } - - .flex-order-md-4 { - order: 4; - } - - .flex-order-md-5 { - order: 5; - } - - .flex-order-md-6 { - order: 6; - } - - .flex-order-md-7 { - order: 7; - } - - .flex-order-md-8 { - order: 8; - } - - .flex-order-md-9 { - order: 9; - } - - .flex-order-md-10 { - order: 10; - } - - .flex-order-md-11 { - order: 11; - } - - .flex-order-md-12 { - order: 12; - } - - .flex-order-md-13 { - order: 13; - } - - .flex-order-md-14 { - order: 14; - } - - .flex-order-md-15 { - order: 15; - } - - .flex-order-md-16 { - order: 16; - } - - .flex-order-md-17 { - order: 17; - } - - .flex-order-md-18 { - order: 18; - } - - .flex-order-md-19 { - order: 19; - } - - .flex-order-md-20 { - order: 20; - } - - .flex-offset-md-0, - .layout-margin .flex-offset-md-0, - .layout-margin .offset-md-0, - .offset-md-0 { - margin-left: 0; - } - - [dir=rtl] .flex-offset-md-0, - [dir=rtl] .layout-margin .flex-offset-md-0, - [dir=rtl] .layout-margin .offset-md-0, - [dir=rtl] .offset-md-0 { - margin-left: auto; - margin-right: 0; - } - - .flex-offset-md-5, - .layout-margin .flex-offset-md-5, - .layout-margin .offset-md-5, - .offset-md-5 { - margin-left: 5%; - } - - [dir=rtl] .flex-offset-md-5, - [dir=rtl] .layout-margin .flex-offset-md-5, - [dir=rtl] .layout-margin .offset-md-5, - [dir=rtl] .offset-md-5 { - margin-left: auto; - margin-right: 5%; - } - - .flex-offset-md-10, - .layout-margin .flex-offset-md-10, - .layout-margin .offset-md-10, - .offset-md-10 { - margin-left: 10%; - } - - [dir=rtl] .flex-offset-md-10, - [dir=rtl] .layout-margin .flex-offset-md-10, - [dir=rtl] .layout-margin .offset-md-10, - [dir=rtl] .offset-md-10 { - margin-left: auto; - margin-right: 10%; - } - - .flex-offset-md-15, - .layout-margin .flex-offset-md-15, - .layout-margin .offset-md-15, - .offset-md-15 { - margin-left: 15%; - } - - [dir=rtl] .flex-offset-md-15, - [dir=rtl] .layout-margin .flex-offset-md-15, - [dir=rtl] .layout-margin .offset-md-15, - [dir=rtl] .offset-md-15 { - margin-left: auto; - margin-right: 15%; - } - - .flex-offset-md-20, - .layout-margin .flex-offset-md-20, - .layout-margin .offset-md-20, - .offset-md-20 { - margin-left: 20%; - } - - [dir=rtl] .flex-offset-md-20, - [dir=rtl] .layout-margin .flex-offset-md-20, - [dir=rtl] .layout-margin .offset-md-20, - [dir=rtl] .offset-md-20 { - margin-left: auto; - margin-right: 20%; - } - - .flex-offset-md-25, - .layout-margin .flex-offset-md-25, - .layout-margin .offset-md-25, - .offset-md-25 { - margin-left: 25%; - } - - [dir=rtl] .flex-offset-md-25, - [dir=rtl] .layout-margin .flex-offset-md-25, - [dir=rtl] .layout-margin .offset-md-25, - [dir=rtl] .offset-md-25 { - margin-left: auto; - margin-right: 25%; - } - - .flex-offset-md-30, - .layout-margin .flex-offset-md-30, - .layout-margin .offset-md-30, - .offset-md-30 { - margin-left: 30%; - } - - [dir=rtl] .flex-offset-md-30, - [dir=rtl] .layout-margin .flex-offset-md-30, - [dir=rtl] .layout-margin .offset-md-30, - [dir=rtl] .offset-md-30 { - margin-left: auto; - margin-right: 30%; - } - - .flex-offset-md-35, - .layout-margin .flex-offset-md-35, - .layout-margin .offset-md-35, - .offset-md-35 { - margin-left: 35%; - } - - [dir=rtl] .flex-offset-md-35, - [dir=rtl] .layout-margin .flex-offset-md-35, - [dir=rtl] .layout-margin .offset-md-35, - [dir=rtl] .offset-md-35 { - margin-left: auto; - margin-right: 35%; - } - - .flex-offset-md-40, - .layout-margin .flex-offset-md-40, - .layout-margin .offset-md-40, - .offset-md-40 { - margin-left: 40%; - } - - [dir=rtl] .flex-offset-md-40, - [dir=rtl] .layout-margin .flex-offset-md-40, - [dir=rtl] .layout-margin .offset-md-40, - [dir=rtl] .offset-md-40 { - margin-left: auto; - margin-right: 40%; - } - - .flex-offset-md-45, - .layout-margin .flex-offset-md-45, - .layout-margin .offset-md-45, - .offset-md-45 { - margin-left: 45%; - } - - [dir=rtl] .flex-offset-md-45, - [dir=rtl] .layout-margin .flex-offset-md-45, - [dir=rtl] .layout-margin .offset-md-45, - [dir=rtl] .offset-md-45 { - margin-left: auto; - margin-right: 45%; - } - - .flex-offset-md-50, - .layout-margin .flex-offset-md-50, - .layout-margin .offset-md-50, - .offset-md-50 { - margin-left: 50%; - } - - [dir=rtl] .flex-offset-md-50, - [dir=rtl] .layout-margin .flex-offset-md-50, - [dir=rtl] .layout-margin .offset-md-50, - [dir=rtl] .offset-md-50 { - margin-left: auto; - margin-right: 50%; - } - - .flex-offset-md-55, - .layout-margin .flex-offset-md-55, - .layout-margin .offset-md-55, - .offset-md-55 { - margin-left: 55%; - } - - [dir=rtl] .flex-offset-md-55, - [dir=rtl] .layout-margin .flex-offset-md-55, - [dir=rtl] .layout-margin .offset-md-55, - [dir=rtl] .offset-md-55 { - margin-left: auto; - margin-right: 55%; - } - - .flex-offset-md-60, - .layout-margin .flex-offset-md-60, - .layout-margin .offset-md-60, - .offset-md-60 { - margin-left: 60%; - } - - [dir=rtl] .flex-offset-md-60, - [dir=rtl] .layout-margin .flex-offset-md-60, - [dir=rtl] .layout-margin .offset-md-60, - [dir=rtl] .offset-md-60 { - margin-left: auto; - margin-right: 60%; - } - - .flex-offset-md-65, - .layout-margin .flex-offset-md-65, - .layout-margin .offset-md-65, - .offset-md-65 { - margin-left: 65%; - } - - [dir=rtl] .flex-offset-md-65, - [dir=rtl] .layout-margin .flex-offset-md-65, - [dir=rtl] .layout-margin .offset-md-65, - [dir=rtl] .offset-md-65 { - margin-left: auto; - margin-right: 65%; - } - - .flex-offset-md-70, - .layout-margin .flex-offset-md-70, - .layout-margin .offset-md-70, - .offset-md-70 { - margin-left: 70%; - } - - [dir=rtl] .flex-offset-md-70, - [dir=rtl] .layout-margin .flex-offset-md-70, - [dir=rtl] .layout-margin .offset-md-70, - [dir=rtl] .offset-md-70 { - margin-left: auto; - margin-right: 70%; - } - - .flex-offset-md-75, - .layout-margin .flex-offset-md-75, - .layout-margin .offset-md-75, - .offset-md-75 { - margin-left: 75%; - } - - [dir=rtl] .flex-offset-md-75, - [dir=rtl] .layout-margin .flex-offset-md-75, - [dir=rtl] .layout-margin .offset-md-75, - [dir=rtl] .offset-md-75 { - margin-left: auto; - margin-right: 75%; - } - - .flex-offset-md-80, - .layout-margin .flex-offset-md-80, - .layout-margin .offset-md-80, - .offset-md-80 { - margin-left: 80%; - } - - [dir=rtl] .flex-offset-md-80, - [dir=rtl] .layout-margin .flex-offset-md-80, - [dir=rtl] .layout-margin .offset-md-80, - [dir=rtl] .offset-md-80 { - margin-left: auto; - margin-right: 80%; - } - - .flex-offset-md-85, - .layout-margin .flex-offset-md-85, - .layout-margin .offset-md-85, - .offset-md-85 { - margin-left: 85%; - } - - [dir=rtl] .flex-offset-md-85, - [dir=rtl] .layout-margin .flex-offset-md-85, - [dir=rtl] .layout-margin .offset-md-85, - [dir=rtl] .offset-md-85 { - margin-left: auto; - margin-right: 85%; - } - - .flex-offset-md-90, - .layout-margin .flex-offset-md-90, - .layout-margin .offset-md-90, - .offset-md-90 { - margin-left: 90%; - } - - [dir=rtl] .flex-offset-md-90, - [dir=rtl] .layout-margin .flex-offset-md-90, - [dir=rtl] .layout-margin .offset-md-90, - [dir=rtl] .offset-md-90 { - margin-left: auto; - margin-right: 90%; - } - - .flex-offset-md-95, - .layout-margin .flex-offset-md-95, - .layout-margin .offset-md-95, - .offset-md-95 { - margin-left: 95%; - } - - [dir=rtl] .flex-offset-md-95, - [dir=rtl] .layout-margin .flex-offset-md-95, - [dir=rtl] .layout-margin .offset-md-95, - [dir=rtl] .offset-md-95 { - margin-left: auto; - margin-right: 95%; - } - - .flex-offset-md-33, - .layout-margin .flex-offset-md-33, - .layout-margin .offset-md-33, - .offset-md-33 { - margin-left: 33.3333333333%; - } - - .flex-offset-md-66, - .layout-margin .flex-offset-md-66, - .layout-margin .offset-md-66, - .offset-md-66 { - margin-left: 66.6666666667%; - } - - [dir=rtl] .flex-offset-md-66, - [dir=rtl] .layout-margin .flex-offset-md-66, - [dir=rtl] .layout-margin .offset-md-66, - [dir=rtl] .offset-md-66 { - margin-left: auto; - margin-right: 66.6666666667%; - } - - .layout-align-md, - .layout-align-md-start-stretch { - align-content: stretch; - align-items: stretch; - justify-content: flex-start; - } - - .layout-align-md-start, - .layout-align-md-start-center, - .layout-align-md-start-end, - .layout-align-md-start-start, - .layout-align-md-start-stretch { - justify-content: flex-start; - } - - .layout-align-md-center, - .layout-align-md-center-center, - .layout-align-md-center-end, - .layout-align-md-center-start, - .layout-align-md-center-stretch { - justify-content: center; - } - - .layout-align-md-end, - .layout-align-md-end-center, - .layout-align-md-end-end, - .layout-align-md-end-start, - .layout-align-md-end-stretch { - justify-content: flex-end; - } - - .layout-align-md-space-around, - .layout-align-md-space-around-center, - .layout-align-md-space-around-end, - .layout-align-md-space-around-start, - .layout-align-md-space-around-stretch { - justify-content: space-around; - } - - .layout-align-md-space-between, - .layout-align-md-space-between-center, - .layout-align-md-space-between-end, - .layout-align-md-space-between-start, - .layout-align-md-space-between-stretch { - justify-content: space-between; - } - - .layout-align-md-center-start, - .layout-align-md-end-start, - .layout-align-md-space-around-start, - .layout-align-md-space-between-start, - .layout-align-md-start-start { - align-content: flex-start; - align-items: flex-start; - } - - .layout-align-md-center-center, - .layout-align-md-end-center, - .layout-align-md-space-around-center, - .layout-align-md-space-between-center, - .layout-align-md-start-center { - align-content: center; - align-items: center; - max-width: 100%; - } - - .layout-align-md-center-center>*, - .layout-align-md-end-center>*, - .layout-align-md-space-around-center>*, - .layout-align-md-space-between-center>*, - .layout-align-md-start-center>* { - box-sizing: border-box; - max-width: 100%; - } - - .layout-align-md-center-end, - .layout-align-md-end-end, - .layout-align-md-space-around-end, - .layout-align-md-space-between-end, - .layout-align-md-start-end { - align-content: flex-end; - align-items: flex-end; - } - - .layout-align-md-center-stretch, - .layout-align-md-end-stretch, - .layout-align-md-space-around-stretch, - .layout-align-md-space-between-stretch, - .layout-align-md-start-stretch { - align-content: stretch; - align-items: stretch; - } - - .flex-md { - box-sizing: border-box; - flex: 1; - } - - .flex-md-grow { - box-sizing: border-box; - flex: 1 1 100%; - } - - .flex-md-initial { - box-sizing: border-box; - flex: 0 1 auto; - } - - .flex-md-auto { - box-sizing: border-box; - flex: 1 1 auto; - } - - .flex-md-none { - box-sizing: border-box; - flex: 0 0 auto; - } - - .flex-md-noshrink { - box-sizing: border-box; - flex: 1 0 auto; - } - - .flex-md-nogrow { - box-sizing: border-box; - flex: 0 1 auto; - } - - .flex-md-0, - .layout-row>.flex-md-0 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 0; - } - - .layout-row>.flex-md-0 { - min-width: 0; - } - - .layout-column>.flex-md-0 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 0%; - max-width: 100%; - } - - .layout-md-row>.flex-md-0 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 0; - min-width: 0; - } - - .layout-md-column>.flex-md-0 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 0%; - max-width: 100%; - min-height: 0; - } - - .flex-md-5, - .layout-row>.flex-md-5 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 5%; - } - - .layout-column>.flex-md-5 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 5%; - max-width: 100%; - } - - .layout-md-row>.flex-md-5 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 5%; - } - - .layout-md-column>.flex-md-5 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 5%; - max-width: 100%; - } - - .flex-md-10, - .layout-row>.flex-md-10 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 10%; - } - - .layout-column>.flex-md-10 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 10%; - max-width: 100%; - } - - .layout-md-row>.flex-md-10 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 10%; - } - - .layout-md-column>.flex-md-10 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 10%; - max-width: 100%; - } - - .flex-md-15, - .layout-row>.flex-md-15 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 15%; - } - - .layout-column>.flex-md-15 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 15%; - max-width: 100%; - } - - .layout-md-row>.flex-md-15 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 15%; - } - - .layout-md-column>.flex-md-15 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 15%; - max-width: 100%; - } - - .flex-md-20, - .layout-row>.flex-md-20 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 20%; - } - - .layout-column>.flex-md-20 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 20%; - max-width: 100%; - } - - .layout-md-row>.flex-md-20 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 20%; - } - - .layout-md-column>.flex-md-20 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 20%; - max-width: 100%; - } - - .flex-md-25, - .layout-row>.flex-md-25 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 25%; - } - - .layout-column>.flex-md-25 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 25%; - max-width: 100%; - } - - .layout-md-row>.flex-md-25 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 25%; - } - - .layout-md-column>.flex-md-25 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 25%; - max-width: 100%; - } - - .flex-md-30, - .layout-row>.flex-md-30 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 30%; - } - - .layout-column>.flex-md-30 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 30%; - max-width: 100%; - } - - .layout-md-row>.flex-md-30 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 30%; - } - - .layout-md-column>.flex-md-30 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 30%; - max-width: 100%; - } - - .flex-md-35, - .layout-row>.flex-md-35 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 35%; - } - - .layout-column>.flex-md-35 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 35%; - max-width: 100%; - } - - .layout-md-row>.flex-md-35 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 35%; - } - - .layout-md-column>.flex-md-35 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 35%; - max-width: 100%; - } - - .flex-md-40, - .layout-row>.flex-md-40 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 40%; - } - - .layout-column>.flex-md-40 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 40%; - max-width: 100%; - } - - .layout-md-row>.flex-md-40 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 40%; - } - - .layout-md-column>.flex-md-40 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 40%; - max-width: 100%; - } - - .flex-md-45, - .layout-row>.flex-md-45 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 45%; - } - - .layout-column>.flex-md-45 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 45%; - max-width: 100%; - } - - .layout-md-row>.flex-md-45 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 45%; - } - - .layout-md-column>.flex-md-45 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 45%; - max-width: 100%; - } - - .flex-md-50, - .layout-row>.flex-md-50 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 50%; - } - - .layout-column>.flex-md-50 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 50%; - max-width: 100%; - } - - .layout-md-row>.flex-md-50 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 50%; - } - - .layout-md-column>.flex-md-50 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 50%; - max-width: 100%; - } - - .flex-md-55, - .layout-row>.flex-md-55 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 55%; - } - - .layout-column>.flex-md-55 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 55%; - max-width: 100%; - } - - .layout-md-row>.flex-md-55 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 55%; - } - - .layout-md-column>.flex-md-55 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 55%; - max-width: 100%; - } - - .flex-md-60, - .layout-row>.flex-md-60 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 60%; - } - - .layout-column>.flex-md-60 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 60%; - max-width: 100%; - } - - .layout-md-row>.flex-md-60 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 60%; - } - - .layout-md-column>.flex-md-60 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 60%; - max-width: 100%; - } - - .flex-md-65, - .layout-row>.flex-md-65 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 65%; - } - - .layout-column>.flex-md-65 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 65%; - max-width: 100%; - } - - .layout-md-row>.flex-md-65 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 65%; - } - - .layout-md-column>.flex-md-65 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 65%; - max-width: 100%; - } - - .flex-md-70, - .layout-row>.flex-md-70 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 70%; - } - - .layout-column>.flex-md-70 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 70%; - max-width: 100%; - } - - .layout-md-row>.flex-md-70 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 70%; - } - - .layout-md-column>.flex-md-70 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 70%; - max-width: 100%; - } - - .flex-md-75, - .layout-row>.flex-md-75 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 75%; - } - - .layout-column>.flex-md-75 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 75%; - max-width: 100%; - } - - .layout-md-row>.flex-md-75 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 75%; - } - - .layout-md-column>.flex-md-75 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 75%; - max-width: 100%; - } - - .flex-md-80, - .layout-row>.flex-md-80 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 80%; - } - - .layout-column>.flex-md-80 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 80%; - max-width: 100%; - } - - .layout-md-row>.flex-md-80 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 80%; - } - - .layout-md-column>.flex-md-80 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 80%; - max-width: 100%; - } - - .flex-md-85, - .layout-row>.flex-md-85 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 85%; - } - - .layout-column>.flex-md-85 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 85%; - max-width: 100%; - } - - .layout-md-row>.flex-md-85 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 85%; - } - - .layout-md-column>.flex-md-85 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 85%; - max-width: 100%; - } - - .flex-md-90, - .layout-row>.flex-md-90 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 90%; - } - - .layout-column>.flex-md-90 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 90%; - max-width: 100%; - } - - .layout-md-row>.flex-md-90 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 90%; - } - - .layout-md-column>.flex-md-90 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 90%; - max-width: 100%; - } - - .flex-md-95, - .layout-row>.flex-md-95 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 95%; - } - - .layout-column>.flex-md-95 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 95%; - max-width: 100%; - } - - .layout-md-row>.flex-md-95 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 95%; - } - - .layout-md-column>.flex-md-95 { - max-height: 95%; - } - - .flex-md-100, - .layout-md-column>.flex-md-95 { - box-sizing: border-box; - flex: 1 1 100%; - max-width: 100%; - } - - .flex-md-100 { - max-height: 100%; - } - - .layout-column>.flex-md-100, - .layout-md-column>.flex-md-100, - .layout-md-row>.flex-md-100, - .layout-row>.flex-md-100 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 100%; - } - - .layout-row>.flex-md-33 { - box-sizing: border-box; - flex: 1 1 33.33%; - max-height: 100%; - max-width: 33.33%; - } - - .layout-row>.flex-md-66 { - box-sizing: border-box; - flex: 1 1 66.66%; - max-height: 100%; - max-width: 66.66%; - } - - .layout-column>.flex-md-33 { - box-sizing: border-box; - flex: 1 1 33.33%; - max-height: 33.33%; - max-width: 100%; - } - - .layout-column>.flex-md-66 { - box-sizing: border-box; - flex: 1 1 66.66%; - max-height: 66.66%; - max-width: 100%; - } - - .layout-md-row>.flex-md-33 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 33.33%; - } - - .layout-md-row>.flex-md-66 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 66.66%; - } - - .layout-md-row>.flex { - min-width: 0; - } - - .layout-md-column>.flex-md-33 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 33.33%; - max-width: 100%; - } - - .layout-md-column>.flex-md-66 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 66.66%; - max-width: 100%; - } - - .layout-md-column>.flex { - min-height: 0; - } - - .layout-md, - .layout-md-column, - .layout-md-row { - box-sizing: border-box; - display: flex; - } - - .layout-md-column { - flex-direction: column; - } - - .layout-md-row { - flex-direction: row; - } -} - -@media (min-width:1280px) { - .flex-order-gt-md--20 { - order: -20; - } - - .flex-order-gt-md--19 { - order: -19; - } - - .flex-order-gt-md--18 { - order: -18; - } - - .flex-order-gt-md--17 { - order: -17; - } - - .flex-order-gt-md--16 { - order: -16; - } - - .flex-order-gt-md--15 { - order: -15; - } - - .flex-order-gt-md--14 { - order: -14; - } - - .flex-order-gt-md--13 { - order: -13; - } - - .flex-order-gt-md--12 { - order: -12; - } - - .flex-order-gt-md--11 { - order: -11; - } - - .flex-order-gt-md--10 { - order: -10; - } - - .flex-order-gt-md--9 { - order: -9; - } - - .flex-order-gt-md--8 { - order: -8; - } - - .flex-order-gt-md--7 { - order: -7; - } - - .flex-order-gt-md--6 { - order: -6; - } - - .flex-order-gt-md--5 { - order: -5; - } - - .flex-order-gt-md--4 { - order: -4; - } - - .flex-order-gt-md--3 { - order: -3; - } - - .flex-order-gt-md--2 { - order: -2; - } - - .flex-order-gt-md--1 { - order: -1; - } - - .flex-order-gt-md-0 { - order: 0; - } - - .flex-order-gt-md-1 { - order: 1; - } - - .flex-order-gt-md-2 { - order: 2; - } - - .flex-order-gt-md-3 { - order: 3; - } - - .flex-order-gt-md-4 { - order: 4; - } - - .flex-order-gt-md-5 { - order: 5; - } - - .flex-order-gt-md-6 { - order: 6; - } - - .flex-order-gt-md-7 { - order: 7; - } - - .flex-order-gt-md-8 { - order: 8; - } - - .flex-order-gt-md-9 { - order: 9; - } - - .flex-order-gt-md-10 { - order: 10; - } - - .flex-order-gt-md-11 { - order: 11; - } - - .flex-order-gt-md-12 { - order: 12; - } - - .flex-order-gt-md-13 { - order: 13; - } - - .flex-order-gt-md-14 { - order: 14; - } - - .flex-order-gt-md-15 { - order: 15; - } - - .flex-order-gt-md-16 { - order: 16; - } - - .flex-order-gt-md-17 { - order: 17; - } - - .flex-order-gt-md-18 { - order: 18; - } - - .flex-order-gt-md-19 { - order: 19; - } - - .flex-order-gt-md-20 { - order: 20; - } - - .flex-offset-gt-md-0, - .layout-margin .flex-offset-gt-md-0, - .layout-margin .offset-gt-md-0, - .offset-gt-md-0 { - margin-left: 0; - } - - [dir=rtl] .flex-offset-gt-md-0, - [dir=rtl] .layout-margin .flex-offset-gt-md-0, - [dir=rtl] .layout-margin .offset-gt-md-0, - [dir=rtl] .offset-gt-md-0 { - margin-left: auto; - margin-right: 0; - } - - .flex-offset-gt-md-5, - .layout-margin .flex-offset-gt-md-5, - .layout-margin .offset-gt-md-5, - .offset-gt-md-5 { - margin-left: 5%; - } - - [dir=rtl] .flex-offset-gt-md-5, - [dir=rtl] .layout-margin .flex-offset-gt-md-5, - [dir=rtl] .layout-margin .offset-gt-md-5, - [dir=rtl] .offset-gt-md-5 { - margin-left: auto; - margin-right: 5%; - } - - .flex-offset-gt-md-10, - .layout-margin .flex-offset-gt-md-10, - .layout-margin .offset-gt-md-10, - .offset-gt-md-10 { - margin-left: 10%; - } - - [dir=rtl] .flex-offset-gt-md-10, - [dir=rtl] .layout-margin .flex-offset-gt-md-10, - [dir=rtl] .layout-margin .offset-gt-md-10, - [dir=rtl] .offset-gt-md-10 { - margin-left: auto; - margin-right: 10%; - } - - .flex-offset-gt-md-15, - .layout-margin .flex-offset-gt-md-15, - .layout-margin .offset-gt-md-15, - .offset-gt-md-15 { - margin-left: 15%; - } - - [dir=rtl] .flex-offset-gt-md-15, - [dir=rtl] .layout-margin .flex-offset-gt-md-15, - [dir=rtl] .layout-margin .offset-gt-md-15, - [dir=rtl] .offset-gt-md-15 { - margin-left: auto; - margin-right: 15%; - } - - .flex-offset-gt-md-20, - .layout-margin .flex-offset-gt-md-20, - .layout-margin .offset-gt-md-20, - .offset-gt-md-20 { - margin-left: 20%; - } - - [dir=rtl] .flex-offset-gt-md-20, - [dir=rtl] .layout-margin .flex-offset-gt-md-20, - [dir=rtl] .layout-margin .offset-gt-md-20, - [dir=rtl] .offset-gt-md-20 { - margin-left: auto; - margin-right: 20%; - } - - .flex-offset-gt-md-25, - .layout-margin .flex-offset-gt-md-25, - .layout-margin .offset-gt-md-25, - .offset-gt-md-25 { - margin-left: 25%; - } - - [dir=rtl] .flex-offset-gt-md-25, - [dir=rtl] .layout-margin .flex-offset-gt-md-25, - [dir=rtl] .layout-margin .offset-gt-md-25, - [dir=rtl] .offset-gt-md-25 { - margin-left: auto; - margin-right: 25%; - } - - .flex-offset-gt-md-30, - .layout-margin .flex-offset-gt-md-30, - .layout-margin .offset-gt-md-30, - .offset-gt-md-30 { - margin-left: 30%; - } - - [dir=rtl] .flex-offset-gt-md-30, - [dir=rtl] .layout-margin .flex-offset-gt-md-30, - [dir=rtl] .layout-margin .offset-gt-md-30, - [dir=rtl] .offset-gt-md-30 { - margin-left: auto; - margin-right: 30%; - } - - .flex-offset-gt-md-35, - .layout-margin .flex-offset-gt-md-35, - .layout-margin .offset-gt-md-35, - .offset-gt-md-35 { - margin-left: 35%; - } - - [dir=rtl] .flex-offset-gt-md-35, - [dir=rtl] .layout-margin .flex-offset-gt-md-35, - [dir=rtl] .layout-margin .offset-gt-md-35, - [dir=rtl] .offset-gt-md-35 { - margin-left: auto; - margin-right: 35%; - } - - .flex-offset-gt-md-40, - .layout-margin .flex-offset-gt-md-40, - .layout-margin .offset-gt-md-40, - .offset-gt-md-40 { - margin-left: 40%; - } - - [dir=rtl] .flex-offset-gt-md-40, - [dir=rtl] .layout-margin .flex-offset-gt-md-40, - [dir=rtl] .layout-margin .offset-gt-md-40, - [dir=rtl] .offset-gt-md-40 { - margin-left: auto; - margin-right: 40%; - } - - .flex-offset-gt-md-45, - .layout-margin .flex-offset-gt-md-45, - .layout-margin .offset-gt-md-45, - .offset-gt-md-45 { - margin-left: 45%; - } - - [dir=rtl] .flex-offset-gt-md-45, - [dir=rtl] .layout-margin .flex-offset-gt-md-45, - [dir=rtl] .layout-margin .offset-gt-md-45, - [dir=rtl] .offset-gt-md-45 { - margin-left: auto; - margin-right: 45%; - } - - .flex-offset-gt-md-50, - .layout-margin .flex-offset-gt-md-50, - .layout-margin .offset-gt-md-50, - .offset-gt-md-50 { - margin-left: 50%; - } - - [dir=rtl] .flex-offset-gt-md-50, - [dir=rtl] .layout-margin .flex-offset-gt-md-50, - [dir=rtl] .layout-margin .offset-gt-md-50, - [dir=rtl] .offset-gt-md-50 { - margin-left: auto; - margin-right: 50%; - } - - .flex-offset-gt-md-55, - .layout-margin .flex-offset-gt-md-55, - .layout-margin .offset-gt-md-55, - .offset-gt-md-55 { - margin-left: 55%; - } - - [dir=rtl] .flex-offset-gt-md-55, - [dir=rtl] .layout-margin .flex-offset-gt-md-55, - [dir=rtl] .layout-margin .offset-gt-md-55, - [dir=rtl] .offset-gt-md-55 { - margin-left: auto; - margin-right: 55%; - } - - .flex-offset-gt-md-60, - .layout-margin .flex-offset-gt-md-60, - .layout-margin .offset-gt-md-60, - .offset-gt-md-60 { - margin-left: 60%; - } - - [dir=rtl] .flex-offset-gt-md-60, - [dir=rtl] .layout-margin .flex-offset-gt-md-60, - [dir=rtl] .layout-margin .offset-gt-md-60, - [dir=rtl] .offset-gt-md-60 { - margin-left: auto; - margin-right: 60%; - } - - .flex-offset-gt-md-65, - .layout-margin .flex-offset-gt-md-65, - .layout-margin .offset-gt-md-65, - .offset-gt-md-65 { - margin-left: 65%; - } - - [dir=rtl] .flex-offset-gt-md-65, - [dir=rtl] .layout-margin .flex-offset-gt-md-65, - [dir=rtl] .layout-margin .offset-gt-md-65, - [dir=rtl] .offset-gt-md-65 { - margin-left: auto; - margin-right: 65%; - } - - .flex-offset-gt-md-70, - .layout-margin .flex-offset-gt-md-70, - .layout-margin .offset-gt-md-70, - .offset-gt-md-70 { - margin-left: 70%; - } - - [dir=rtl] .flex-offset-gt-md-70, - [dir=rtl] .layout-margin .flex-offset-gt-md-70, - [dir=rtl] .layout-margin .offset-gt-md-70, - [dir=rtl] .offset-gt-md-70 { - margin-left: auto; - margin-right: 70%; - } - - .flex-offset-gt-md-75, - .layout-margin .flex-offset-gt-md-75, - .layout-margin .offset-gt-md-75, - .offset-gt-md-75 { - margin-left: 75%; - } - - [dir=rtl] .flex-offset-gt-md-75, - [dir=rtl] .layout-margin .flex-offset-gt-md-75, - [dir=rtl] .layout-margin .offset-gt-md-75, - [dir=rtl] .offset-gt-md-75 { - margin-left: auto; - margin-right: 75%; - } - - .flex-offset-gt-md-80, - .layout-margin .flex-offset-gt-md-80, - .layout-margin .offset-gt-md-80, - .offset-gt-md-80 { - margin-left: 80%; - } - - [dir=rtl] .flex-offset-gt-md-80, - [dir=rtl] .layout-margin .flex-offset-gt-md-80, - [dir=rtl] .layout-margin .offset-gt-md-80, - [dir=rtl] .offset-gt-md-80 { - margin-left: auto; - margin-right: 80%; - } - - .flex-offset-gt-md-85, - .layout-margin .flex-offset-gt-md-85, - .layout-margin .offset-gt-md-85, - .offset-gt-md-85 { - margin-left: 85%; - } - - [dir=rtl] .flex-offset-gt-md-85, - [dir=rtl] .layout-margin .flex-offset-gt-md-85, - [dir=rtl] .layout-margin .offset-gt-md-85, - [dir=rtl] .offset-gt-md-85 { - margin-left: auto; - margin-right: 85%; - } - - .flex-offset-gt-md-90, - .layout-margin .flex-offset-gt-md-90, - .layout-margin .offset-gt-md-90, - .offset-gt-md-90 { - margin-left: 90%; - } - - [dir=rtl] .flex-offset-gt-md-90, - [dir=rtl] .layout-margin .flex-offset-gt-md-90, - [dir=rtl] .layout-margin .offset-gt-md-90, - [dir=rtl] .offset-gt-md-90 { - margin-left: auto; - margin-right: 90%; - } - - .flex-offset-gt-md-95, - .layout-margin .flex-offset-gt-md-95, - .layout-margin .offset-gt-md-95, - .offset-gt-md-95 { - margin-left: 95%; - } - - [dir=rtl] .flex-offset-gt-md-95, - [dir=rtl] .layout-margin .flex-offset-gt-md-95, - [dir=rtl] .layout-margin .offset-gt-md-95, - [dir=rtl] .offset-gt-md-95 { - margin-left: auto; - margin-right: 95%; - } - - .flex-offset-gt-md-33, - .layout-margin .flex-offset-gt-md-33, - .layout-margin .offset-gt-md-33, - .offset-gt-md-33 { - margin-left: 33.3333333333%; - } - - .flex-offset-gt-md-66, - .layout-margin .flex-offset-gt-md-66, - .layout-margin .offset-gt-md-66, - .offset-gt-md-66 { - margin-left: 66.6666666667%; - } - - [dir=rtl] .flex-offset-gt-md-66, - [dir=rtl] .layout-margin .flex-offset-gt-md-66, - [dir=rtl] .layout-margin .offset-gt-md-66, - [dir=rtl] .offset-gt-md-66 { - margin-left: auto; - margin-right: 66.6666666667%; - } - - .layout-align-gt-md, - .layout-align-gt-md-start-stretch { - align-content: stretch; - align-items: stretch; - justify-content: flex-start; - } - - .layout-align-gt-md-start, - .layout-align-gt-md-start-center, - .layout-align-gt-md-start-end, - .layout-align-gt-md-start-start, - .layout-align-gt-md-start-stretch { - justify-content: flex-start; - } - - .layout-align-gt-md-center, - .layout-align-gt-md-center-center, - .layout-align-gt-md-center-end, - .layout-align-gt-md-center-start, - .layout-align-gt-md-center-stretch { - justify-content: center; - } - - .layout-align-gt-md-end, - .layout-align-gt-md-end-center, - .layout-align-gt-md-end-end, - .layout-align-gt-md-end-start, - .layout-align-gt-md-end-stretch { - justify-content: flex-end; - } - - .layout-align-gt-md-space-around, - .layout-align-gt-md-space-around-center, - .layout-align-gt-md-space-around-end, - .layout-align-gt-md-space-around-start, - .layout-align-gt-md-space-around-stretch { - justify-content: space-around; - } - - .layout-align-gt-md-space-between, - .layout-align-gt-md-space-between-center, - .layout-align-gt-md-space-between-end, - .layout-align-gt-md-space-between-start, - .layout-align-gt-md-space-between-stretch { - justify-content: space-between; - } - - .layout-align-gt-md-center-start, - .layout-align-gt-md-end-start, - .layout-align-gt-md-space-around-start, - .layout-align-gt-md-space-between-start, - .layout-align-gt-md-start-start { - align-content: flex-start; - align-items: flex-start; - } - - .layout-align-gt-md-center-center, - .layout-align-gt-md-end-center, - .layout-align-gt-md-space-around-center, - .layout-align-gt-md-space-between-center, - .layout-align-gt-md-start-center { - align-content: center; - align-items: center; - max-width: 100%; - } - - .layout-align-gt-md-center-center>*, - .layout-align-gt-md-end-center>*, - .layout-align-gt-md-space-around-center>*, - .layout-align-gt-md-space-between-center>*, - .layout-align-gt-md-start-center>* { - box-sizing: border-box; - max-width: 100%; - } - - .layout-align-gt-md-center-end, - .layout-align-gt-md-end-end, - .layout-align-gt-md-space-around-end, - .layout-align-gt-md-space-between-end, - .layout-align-gt-md-start-end { - align-content: flex-end; - align-items: flex-end; - } - - .layout-align-gt-md-center-stretch, - .layout-align-gt-md-end-stretch, - .layout-align-gt-md-space-around-stretch, - .layout-align-gt-md-space-between-stretch, - .layout-align-gt-md-start-stretch { - align-content: stretch; - align-items: stretch; - } - - .flex-gt-md { - box-sizing: border-box; - flex: 1; - } - - .flex-gt-md-grow { - box-sizing: border-box; - flex: 1 1 100%; - } - - .flex-gt-md-initial { - box-sizing: border-box; - flex: 0 1 auto; - } - - .flex-gt-md-auto { - box-sizing: border-box; - flex: 1 1 auto; - } - - .flex-gt-md-none { - box-sizing: border-box; - flex: 0 0 auto; - } - - .flex-gt-md-noshrink { - box-sizing: border-box; - flex: 1 0 auto; - } - - .flex-gt-md-nogrow { - box-sizing: border-box; - flex: 0 1 auto; - } - - .flex-gt-md-0, - .layout-row>.flex-gt-md-0 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 0; - } - - .layout-row>.flex-gt-md-0 { - min-width: 0; - } - - .layout-column>.flex-gt-md-0 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 0%; - max-width: 100%; - } - - .layout-gt-md-row>.flex-gt-md-0 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 0; - min-width: 0; - } - - .layout-gt-md-column>.flex-gt-md-0 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 0%; - max-width: 100%; - min-height: 0; - } - - .flex-gt-md-5, - .layout-row>.flex-gt-md-5 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 5%; - } - - .layout-column>.flex-gt-md-5 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 5%; - max-width: 100%; - } - - .layout-gt-md-row>.flex-gt-md-5 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 5%; - } - - .layout-gt-md-column>.flex-gt-md-5 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 5%; - max-width: 100%; - } - - .flex-gt-md-10, - .layout-row>.flex-gt-md-10 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 10%; - } - - .layout-column>.flex-gt-md-10 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 10%; - max-width: 100%; - } - - .layout-gt-md-row>.flex-gt-md-10 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 10%; - } - - .layout-gt-md-column>.flex-gt-md-10 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 10%; - max-width: 100%; - } - - .flex-gt-md-15, - .layout-row>.flex-gt-md-15 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 15%; - } - - .layout-column>.flex-gt-md-15 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 15%; - max-width: 100%; - } - - .layout-gt-md-row>.flex-gt-md-15 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 15%; - } - - .layout-gt-md-column>.flex-gt-md-15 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 15%; - max-width: 100%; - } - - .flex-gt-md-20, - .layout-row>.flex-gt-md-20 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 20%; - } - - .layout-column>.flex-gt-md-20 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 20%; - max-width: 100%; - } - - .layout-gt-md-row>.flex-gt-md-20 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 20%; - } - - .layout-gt-md-column>.flex-gt-md-20 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 20%; - max-width: 100%; - } - - .flex-gt-md-25, - .layout-row>.flex-gt-md-25 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 25%; - } - - .layout-column>.flex-gt-md-25 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 25%; - max-width: 100%; - } - - .layout-gt-md-row>.flex-gt-md-25 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 25%; - } - - .layout-gt-md-column>.flex-gt-md-25 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 25%; - max-width: 100%; - } - - .flex-gt-md-30, - .layout-row>.flex-gt-md-30 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 30%; - } - - .layout-column>.flex-gt-md-30 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 30%; - max-width: 100%; - } - - .layout-gt-md-row>.flex-gt-md-30 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 30%; - } - - .layout-gt-md-column>.flex-gt-md-30 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 30%; - max-width: 100%; - } - - .flex-gt-md-35, - .layout-row>.flex-gt-md-35 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 35%; - } - - .layout-column>.flex-gt-md-35 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 35%; - max-width: 100%; - } - - .layout-gt-md-row>.flex-gt-md-35 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 35%; - } - - .layout-gt-md-column>.flex-gt-md-35 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 35%; - max-width: 100%; - } - - .flex-gt-md-40, - .layout-row>.flex-gt-md-40 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 40%; - } - - .layout-column>.flex-gt-md-40 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 40%; - max-width: 100%; - } - - .layout-gt-md-row>.flex-gt-md-40 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 40%; - } - - .layout-gt-md-column>.flex-gt-md-40 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 40%; - max-width: 100%; - } - - .flex-gt-md-45, - .layout-row>.flex-gt-md-45 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 45%; - } - - .layout-column>.flex-gt-md-45 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 45%; - max-width: 100%; - } - - .layout-gt-md-row>.flex-gt-md-45 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 45%; - } - - .layout-gt-md-column>.flex-gt-md-45 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 45%; - max-width: 100%; - } - - .flex-gt-md-50, - .layout-row>.flex-gt-md-50 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 50%; - } - - .layout-column>.flex-gt-md-50 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 50%; - max-width: 100%; - } - - .layout-gt-md-row>.flex-gt-md-50 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 50%; - } - - .layout-gt-md-column>.flex-gt-md-50 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 50%; - max-width: 100%; - } - - .flex-gt-md-55, - .layout-row>.flex-gt-md-55 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 55%; - } - - .layout-column>.flex-gt-md-55 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 55%; - max-width: 100%; - } - - .layout-gt-md-row>.flex-gt-md-55 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 55%; - } - - .layout-gt-md-column>.flex-gt-md-55 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 55%; - max-width: 100%; - } - - .flex-gt-md-60, - .layout-row>.flex-gt-md-60 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 60%; - } - - .layout-column>.flex-gt-md-60 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 60%; - max-width: 100%; - } - - .layout-gt-md-row>.flex-gt-md-60 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 60%; - } - - .layout-gt-md-column>.flex-gt-md-60 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 60%; - max-width: 100%; - } - - .flex-gt-md-65, - .layout-row>.flex-gt-md-65 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 65%; - } - - .layout-column>.flex-gt-md-65 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 65%; - max-width: 100%; - } - - .layout-gt-md-row>.flex-gt-md-65 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 65%; - } - - .layout-gt-md-column>.flex-gt-md-65 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 65%; - max-width: 100%; - } - - .flex-gt-md-70, - .layout-row>.flex-gt-md-70 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 70%; - } - - .layout-column>.flex-gt-md-70 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 70%; - max-width: 100%; - } - - .layout-gt-md-row>.flex-gt-md-70 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 70%; - } - - .layout-gt-md-column>.flex-gt-md-70 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 70%; - max-width: 100%; - } - - .flex-gt-md-75, - .layout-row>.flex-gt-md-75 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 75%; - } - - .layout-column>.flex-gt-md-75 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 75%; - max-width: 100%; - } - - .layout-gt-md-row>.flex-gt-md-75 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 75%; - } - - .layout-gt-md-column>.flex-gt-md-75 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 75%; - max-width: 100%; - } - - .flex-gt-md-80, - .layout-row>.flex-gt-md-80 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 80%; - } - - .layout-column>.flex-gt-md-80 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 80%; - max-width: 100%; - } - - .layout-gt-md-row>.flex-gt-md-80 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 80%; - } - - .layout-gt-md-column>.flex-gt-md-80 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 80%; - max-width: 100%; - } - - .flex-gt-md-85, - .layout-row>.flex-gt-md-85 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 85%; - } - - .layout-column>.flex-gt-md-85 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 85%; - max-width: 100%; - } - - .layout-gt-md-row>.flex-gt-md-85 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 85%; - } - - .layout-gt-md-column>.flex-gt-md-85 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 85%; - max-width: 100%; - } - - .flex-gt-md-90, - .layout-row>.flex-gt-md-90 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 90%; - } - - .layout-column>.flex-gt-md-90 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 90%; - max-width: 100%; - } - - .layout-gt-md-row>.flex-gt-md-90 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 90%; - } - - .layout-gt-md-column>.flex-gt-md-90 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 90%; - max-width: 100%; - } - - .flex-gt-md-95, - .layout-row>.flex-gt-md-95 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 95%; - } - - .layout-column>.flex-gt-md-95 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 95%; - max-width: 100%; - } - - .layout-gt-md-row>.flex-gt-md-95 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 95%; - } - - .layout-gt-md-column>.flex-gt-md-95 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 95%; - max-width: 100%; - } - - .flex-gt-md-100, - .layout-column>.flex-gt-md-100, - .layout-gt-md-column>.flex-gt-md-100, - .layout-gt-md-row>.flex-gt-md-100, - .layout-row>.flex-gt-md-100 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 100%; - } - - .layout-row>.flex-gt-md-33 { - box-sizing: border-box; - flex: 1 1 33.33%; - max-height: 100%; - max-width: 33.33%; - } - - .layout-row>.flex-gt-md-66 { - box-sizing: border-box; - flex: 1 1 66.66%; - max-height: 100%; - max-width: 66.66%; - } - - .layout-column>.flex-gt-md-33 { - box-sizing: border-box; - flex: 1 1 33.33%; - max-height: 33.33%; - max-width: 100%; - } - - .layout-column>.flex-gt-md-66 { - box-sizing: border-box; - flex: 1 1 66.66%; - max-height: 66.66%; - max-width: 100%; - } - - .layout-gt-md-row>.flex-gt-md-33 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 33.33%; - } - - .layout-gt-md-row>.flex-gt-md-66 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 66.66%; - } - - .layout-gt-md-row>.flex { - min-width: 0; - } - - .layout-gt-md-column>.flex-gt-md-33 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 33.33%; - max-width: 100%; - } - - .layout-gt-md-column>.flex-gt-md-66 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 66.66%; - max-width: 100%; - } - - .layout-gt-md-column>.flex { - min-height: 0; - } - - .layout-gt-md, - .layout-gt-md-column, - .layout-gt-md-row { - box-sizing: border-box; - display: flex; - } - - .layout-gt-md-column { - flex-direction: column; - } - - .layout-gt-md-row { - flex-direction: row; - } -} - -@media (min-width:1280px) and (max-width:1919px) { - .hide-gt-md:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show), - .hide-gt-sm:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show), - .hide-gt-xs:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show), - .hide-lg:not(.show-lg):not(.show-gt-md):not(.show-gt-sm):not(.show-gt-xs):not(.show), - .hide:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show) { - display: none; - } - - .flex-order-lg--20 { - order: -20; - } - - .flex-order-lg--19 { - order: -19; - } - - .flex-order-lg--18 { - order: -18; - } - - .flex-order-lg--17 { - order: -17; - } - - .flex-order-lg--16 { - order: -16; - } - - .flex-order-lg--15 { - order: -15; - } - - .flex-order-lg--14 { - order: -14; - } - - .flex-order-lg--13 { - order: -13; - } - - .flex-order-lg--12 { - order: -12; - } - - .flex-order-lg--11 { - order: -11; - } - - .flex-order-lg--10 { - order: -10; - } - - .flex-order-lg--9 { - order: -9; - } - - .flex-order-lg--8 { - order: -8; - } - - .flex-order-lg--7 { - order: -7; - } - - .flex-order-lg--6 { - order: -6; - } - - .flex-order-lg--5 { - order: -5; - } - - .flex-order-lg--4 { - order: -4; - } - - .flex-order-lg--3 { - order: -3; - } - - .flex-order-lg--2 { - order: -2; - } - - .flex-order-lg--1 { - order: -1; - } - - .flex-order-lg-0 { - order: 0; - } - - .flex-order-lg-1 { - order: 1; - } - - .flex-order-lg-2 { - order: 2; - } - - .flex-order-lg-3 { - order: 3; - } - - .flex-order-lg-4 { - order: 4; - } - - .flex-order-lg-5 { - order: 5; - } - - .flex-order-lg-6 { - order: 6; - } - - .flex-order-lg-7 { - order: 7; - } - - .flex-order-lg-8 { - order: 8; - } - - .flex-order-lg-9 { - order: 9; - } - - .flex-order-lg-10 { - order: 10; - } - - .flex-order-lg-11 { - order: 11; - } - - .flex-order-lg-12 { - order: 12; - } - - .flex-order-lg-13 { - order: 13; - } - - .flex-order-lg-14 { - order: 14; - } - - .flex-order-lg-15 { - order: 15; - } - - .flex-order-lg-16 { - order: 16; - } - - .flex-order-lg-17 { - order: 17; - } - - .flex-order-lg-18 { - order: 18; - } - - .flex-order-lg-19 { - order: 19; - } - - .flex-order-lg-20 { - order: 20; - } - - .flex-offset-lg-0, - .layout-margin .flex-offset-lg-0, - .layout-margin .offset-lg-0, - .offset-lg-0 { - margin-left: 0; - } - - [dir=rtl] .flex-offset-lg-0, - [dir=rtl] .layout-margin .flex-offset-lg-0, - [dir=rtl] .layout-margin .offset-lg-0, - [dir=rtl] .offset-lg-0 { - margin-left: auto; - margin-right: 0; - } - - .flex-offset-lg-5, - .layout-margin .flex-offset-lg-5, - .layout-margin .offset-lg-5, - .offset-lg-5 { - margin-left: 5%; - } - - [dir=rtl] .flex-offset-lg-5, - [dir=rtl] .layout-margin .flex-offset-lg-5, - [dir=rtl] .layout-margin .offset-lg-5, - [dir=rtl] .offset-lg-5 { - margin-left: auto; - margin-right: 5%; - } - - .flex-offset-lg-10, - .layout-margin .flex-offset-lg-10, - .layout-margin .offset-lg-10, - .offset-lg-10 { - margin-left: 10%; - } - - [dir=rtl] .flex-offset-lg-10, - [dir=rtl] .layout-margin .flex-offset-lg-10, - [dir=rtl] .layout-margin .offset-lg-10, - [dir=rtl] .offset-lg-10 { - margin-left: auto; - margin-right: 10%; - } - - .flex-offset-lg-15, - .layout-margin .flex-offset-lg-15, - .layout-margin .offset-lg-15, - .offset-lg-15 { - margin-left: 15%; - } - - [dir=rtl] .flex-offset-lg-15, - [dir=rtl] .layout-margin .flex-offset-lg-15, - [dir=rtl] .layout-margin .offset-lg-15, - [dir=rtl] .offset-lg-15 { - margin-left: auto; - margin-right: 15%; - } - - .flex-offset-lg-20, - .layout-margin .flex-offset-lg-20, - .layout-margin .offset-lg-20, - .offset-lg-20 { - margin-left: 20%; - } - - [dir=rtl] .flex-offset-lg-20, - [dir=rtl] .layout-margin .flex-offset-lg-20, - [dir=rtl] .layout-margin .offset-lg-20, - [dir=rtl] .offset-lg-20 { - margin-left: auto; - margin-right: 20%; - } - - .flex-offset-lg-25, - .layout-margin .flex-offset-lg-25, - .layout-margin .offset-lg-25, - .offset-lg-25 { - margin-left: 25%; - } - - [dir=rtl] .flex-offset-lg-25, - [dir=rtl] .layout-margin .flex-offset-lg-25, - [dir=rtl] .layout-margin .offset-lg-25, - [dir=rtl] .offset-lg-25 { - margin-left: auto; - margin-right: 25%; - } - - .flex-offset-lg-30, - .layout-margin .flex-offset-lg-30, - .layout-margin .offset-lg-30, - .offset-lg-30 { - margin-left: 30%; - } - - [dir=rtl] .flex-offset-lg-30, - [dir=rtl] .layout-margin .flex-offset-lg-30, - [dir=rtl] .layout-margin .offset-lg-30, - [dir=rtl] .offset-lg-30 { - margin-left: auto; - margin-right: 30%; - } - - .flex-offset-lg-35, - .layout-margin .flex-offset-lg-35, - .layout-margin .offset-lg-35, - .offset-lg-35 { - margin-left: 35%; - } - - [dir=rtl] .flex-offset-lg-35, - [dir=rtl] .layout-margin .flex-offset-lg-35, - [dir=rtl] .layout-margin .offset-lg-35, - [dir=rtl] .offset-lg-35 { - margin-left: auto; - margin-right: 35%; - } - - .flex-offset-lg-40, - .layout-margin .flex-offset-lg-40, - .layout-margin .offset-lg-40, - .offset-lg-40 { - margin-left: 40%; - } - - [dir=rtl] .flex-offset-lg-40, - [dir=rtl] .layout-margin .flex-offset-lg-40, - [dir=rtl] .layout-margin .offset-lg-40, - [dir=rtl] .offset-lg-40 { - margin-left: auto; - margin-right: 40%; - } - - .flex-offset-lg-45, - .layout-margin .flex-offset-lg-45, - .layout-margin .offset-lg-45, - .offset-lg-45 { - margin-left: 45%; - } - - [dir=rtl] .flex-offset-lg-45, - [dir=rtl] .layout-margin .flex-offset-lg-45, - [dir=rtl] .layout-margin .offset-lg-45, - [dir=rtl] .offset-lg-45 { - margin-left: auto; - margin-right: 45%; - } - - .flex-offset-lg-50, - .layout-margin .flex-offset-lg-50, - .layout-margin .offset-lg-50, - .offset-lg-50 { - margin-left: 50%; - } - - [dir=rtl] .flex-offset-lg-50, - [dir=rtl] .layout-margin .flex-offset-lg-50, - [dir=rtl] .layout-margin .offset-lg-50, - [dir=rtl] .offset-lg-50 { - margin-left: auto; - margin-right: 50%; - } - - .flex-offset-lg-55, - .layout-margin .flex-offset-lg-55, - .layout-margin .offset-lg-55, - .offset-lg-55 { - margin-left: 55%; - } - - [dir=rtl] .flex-offset-lg-55, - [dir=rtl] .layout-margin .flex-offset-lg-55, - [dir=rtl] .layout-margin .offset-lg-55, - [dir=rtl] .offset-lg-55 { - margin-left: auto; - margin-right: 55%; - } - - .flex-offset-lg-60, - .layout-margin .flex-offset-lg-60, - .layout-margin .offset-lg-60, - .offset-lg-60 { - margin-left: 60%; - } - - [dir=rtl] .flex-offset-lg-60, - [dir=rtl] .layout-margin .flex-offset-lg-60, - [dir=rtl] .layout-margin .offset-lg-60, - [dir=rtl] .offset-lg-60 { - margin-left: auto; - margin-right: 60%; - } - - .flex-offset-lg-65, - .layout-margin .flex-offset-lg-65, - .layout-margin .offset-lg-65, - .offset-lg-65 { - margin-left: 65%; - } - - [dir=rtl] .flex-offset-lg-65, - [dir=rtl] .layout-margin .flex-offset-lg-65, - [dir=rtl] .layout-margin .offset-lg-65, - [dir=rtl] .offset-lg-65 { - margin-left: auto; - margin-right: 65%; - } - - .flex-offset-lg-70, - .layout-margin .flex-offset-lg-70, - .layout-margin .offset-lg-70, - .offset-lg-70 { - margin-left: 70%; - } - - [dir=rtl] .flex-offset-lg-70, - [dir=rtl] .layout-margin .flex-offset-lg-70, - [dir=rtl] .layout-margin .offset-lg-70, - [dir=rtl] .offset-lg-70 { - margin-left: auto; - margin-right: 70%; - } - - .flex-offset-lg-75, - .layout-margin .flex-offset-lg-75, - .layout-margin .offset-lg-75, - .offset-lg-75 { - margin-left: 75%; - } - - [dir=rtl] .flex-offset-lg-75, - [dir=rtl] .layout-margin .flex-offset-lg-75, - [dir=rtl] .layout-margin .offset-lg-75, - [dir=rtl] .offset-lg-75 { - margin-left: auto; - margin-right: 75%; - } - - .flex-offset-lg-80, - .layout-margin .flex-offset-lg-80, - .layout-margin .offset-lg-80, - .offset-lg-80 { - margin-left: 80%; - } - - [dir=rtl] .flex-offset-lg-80, - [dir=rtl] .layout-margin .flex-offset-lg-80, - [dir=rtl] .layout-margin .offset-lg-80, - [dir=rtl] .offset-lg-80 { - margin-left: auto; - margin-right: 80%; - } - - .flex-offset-lg-85, - .layout-margin .flex-offset-lg-85, - .layout-margin .offset-lg-85, - .offset-lg-85 { - margin-left: 85%; - } - - [dir=rtl] .flex-offset-lg-85, - [dir=rtl] .layout-margin .flex-offset-lg-85, - [dir=rtl] .layout-margin .offset-lg-85, - [dir=rtl] .offset-lg-85 { - margin-left: auto; - margin-right: 85%; - } - - .flex-offset-lg-90, - .layout-margin .flex-offset-lg-90, - .layout-margin .offset-lg-90, - .offset-lg-90 { - margin-left: 90%; - } - - [dir=rtl] .flex-offset-lg-90, - [dir=rtl] .layout-margin .flex-offset-lg-90, - [dir=rtl] .layout-margin .offset-lg-90, - [dir=rtl] .offset-lg-90 { - margin-left: auto; - margin-right: 90%; - } - - .flex-offset-lg-95, - .layout-margin .flex-offset-lg-95, - .layout-margin .offset-lg-95, - .offset-lg-95 { - margin-left: 95%; - } - - [dir=rtl] .flex-offset-lg-95, - [dir=rtl] .layout-margin .flex-offset-lg-95, - [dir=rtl] .layout-margin .offset-lg-95, - [dir=rtl] .offset-lg-95 { - margin-left: auto; - margin-right: 95%; - } - - .flex-offset-lg-33, - .layout-margin .flex-offset-lg-33, - .layout-margin .offset-lg-33, - .offset-lg-33 { - margin-left: 33.3333333333%; - } - - .flex-offset-lg-66, - .layout-margin .flex-offset-lg-66, - .layout-margin .offset-lg-66, - .offset-lg-66 { - margin-left: 66.6666666667%; - } - - [dir=rtl] .flex-offset-lg-66, - [dir=rtl] .layout-margin .flex-offset-lg-66, - [dir=rtl] .layout-margin .offset-lg-66, - [dir=rtl] .offset-lg-66 { - margin-left: auto; - margin-right: 66.6666666667%; - } - - .layout-align-lg, - .layout-align-lg-start-stretch { - align-content: stretch; - align-items: stretch; - justify-content: flex-start; - } - - .layout-align-lg-start, - .layout-align-lg-start-center, - .layout-align-lg-start-end, - .layout-align-lg-start-start, - .layout-align-lg-start-stretch { - justify-content: flex-start; - } - - .layout-align-lg-center, - .layout-align-lg-center-center, - .layout-align-lg-center-end, - .layout-align-lg-center-start, - .layout-align-lg-center-stretch { - justify-content: center; - } - - .layout-align-lg-end, - .layout-align-lg-end-center, - .layout-align-lg-end-end, - .layout-align-lg-end-start, - .layout-align-lg-end-stretch { - justify-content: flex-end; - } - - .layout-align-lg-space-around, - .layout-align-lg-space-around-center, - .layout-align-lg-space-around-end, - .layout-align-lg-space-around-start, - .layout-align-lg-space-around-stretch { - justify-content: space-around; - } - - .layout-align-lg-space-between, - .layout-align-lg-space-between-center, - .layout-align-lg-space-between-end, - .layout-align-lg-space-between-start, - .layout-align-lg-space-between-stretch { - justify-content: space-between; - } - - .layout-align-lg-center-start, - .layout-align-lg-end-start, - .layout-align-lg-space-around-start, - .layout-align-lg-space-between-start, - .layout-align-lg-start-start { - align-content: flex-start; - align-items: flex-start; - } - - .layout-align-lg-center-center, - .layout-align-lg-end-center, - .layout-align-lg-space-around-center, - .layout-align-lg-space-between-center, - .layout-align-lg-start-center { - align-content: center; - align-items: center; - max-width: 100%; - } - - .layout-align-lg-center-center>*, - .layout-align-lg-end-center>*, - .layout-align-lg-space-around-center>*, - .layout-align-lg-space-between-center>*, - .layout-align-lg-start-center>* { - box-sizing: border-box; - max-width: 100%; - } - - .layout-align-lg-center-end, - .layout-align-lg-end-end, - .layout-align-lg-space-around-end, - .layout-align-lg-space-between-end, - .layout-align-lg-start-end { - align-content: flex-end; - align-items: flex-end; - } - - .layout-align-lg-center-stretch, - .layout-align-lg-end-stretch, - .layout-align-lg-space-around-stretch, - .layout-align-lg-space-between-stretch, - .layout-align-lg-start-stretch { - align-content: stretch; - align-items: stretch; - } - - .flex-lg { - box-sizing: border-box; - flex: 1; - } - - .flex-lg-grow { - box-sizing: border-box; - flex: 1 1 100%; - } - - .flex-lg-initial { - box-sizing: border-box; - flex: 0 1 auto; - } - - .flex-lg-auto { - box-sizing: border-box; - flex: 1 1 auto; - } - - .flex-lg-none { - box-sizing: border-box; - flex: 0 0 auto; - } - - .flex-lg-noshrink { - box-sizing: border-box; - flex: 1 0 auto; - } - - .flex-lg-nogrow { - box-sizing: border-box; - flex: 0 1 auto; - } - - .flex-lg-0, - .layout-row>.flex-lg-0 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 0; - } - - .layout-row>.flex-lg-0 { - min-width: 0; - } - - .layout-column>.flex-lg-0 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 0%; - max-width: 100%; - } - - .layout-lg-row>.flex-lg-0 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 0; - min-width: 0; - } - - .layout-lg-column>.flex-lg-0 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 0%; - max-width: 100%; - min-height: 0; - } - - .flex-lg-5, - .layout-row>.flex-lg-5 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 5%; - } - - .layout-column>.flex-lg-5 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 5%; - max-width: 100%; - } - - .layout-lg-row>.flex-lg-5 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 5%; - } - - .layout-lg-column>.flex-lg-5 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 5%; - max-width: 100%; - } - - .flex-lg-10, - .layout-row>.flex-lg-10 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 10%; - } - - .layout-column>.flex-lg-10 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 10%; - max-width: 100%; - } - - .layout-lg-row>.flex-lg-10 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 10%; - } - - .layout-lg-column>.flex-lg-10 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 10%; - max-width: 100%; - } - - .flex-lg-15, - .layout-row>.flex-lg-15 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 15%; - } - - .layout-column>.flex-lg-15 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 15%; - max-width: 100%; - } - - .layout-lg-row>.flex-lg-15 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 15%; - } - - .layout-lg-column>.flex-lg-15 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 15%; - max-width: 100%; - } - - .flex-lg-20, - .layout-row>.flex-lg-20 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 20%; - } - - .layout-column>.flex-lg-20 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 20%; - max-width: 100%; - } - - .layout-lg-row>.flex-lg-20 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 20%; - } - - .layout-lg-column>.flex-lg-20 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 20%; - max-width: 100%; - } - - .flex-lg-25, - .layout-row>.flex-lg-25 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 25%; - } - - .layout-column>.flex-lg-25 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 25%; - max-width: 100%; - } - - .layout-lg-row>.flex-lg-25 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 25%; - } - - .layout-lg-column>.flex-lg-25 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 25%; - max-width: 100%; - } - - .flex-lg-30, - .layout-row>.flex-lg-30 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 30%; - } - - .layout-column>.flex-lg-30 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 30%; - max-width: 100%; - } - - .layout-lg-row>.flex-lg-30 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 30%; - } - - .layout-lg-column>.flex-lg-30 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 30%; - max-width: 100%; - } - - .flex-lg-35, - .layout-row>.flex-lg-35 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 35%; - } - - .layout-column>.flex-lg-35 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 35%; - max-width: 100%; - } - - .layout-lg-row>.flex-lg-35 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 35%; - } - - .layout-lg-column>.flex-lg-35 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 35%; - max-width: 100%; - } - - .flex-lg-40, - .layout-row>.flex-lg-40 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 40%; - } - - .layout-column>.flex-lg-40 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 40%; - max-width: 100%; - } - - .layout-lg-row>.flex-lg-40 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 40%; - } - - .layout-lg-column>.flex-lg-40 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 40%; - max-width: 100%; - } - - .flex-lg-45, - .layout-row>.flex-lg-45 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 45%; - } - - .layout-column>.flex-lg-45 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 45%; - max-width: 100%; - } - - .layout-lg-row>.flex-lg-45 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 45%; - } - - .layout-lg-column>.flex-lg-45 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 45%; - max-width: 100%; - } - - .flex-lg-50, - .layout-row>.flex-lg-50 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 50%; - } - - .layout-column>.flex-lg-50 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 50%; - max-width: 100%; - } - - .layout-lg-row>.flex-lg-50 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 50%; - } - - .layout-lg-column>.flex-lg-50 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 50%; - max-width: 100%; - } - - .flex-lg-55, - .layout-row>.flex-lg-55 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 55%; - } - - .layout-column>.flex-lg-55 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 55%; - max-width: 100%; - } - - .layout-lg-row>.flex-lg-55 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 55%; - } - - .layout-lg-column>.flex-lg-55 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 55%; - max-width: 100%; - } - - .flex-lg-60, - .layout-row>.flex-lg-60 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 60%; - } - - .layout-column>.flex-lg-60 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 60%; - max-width: 100%; - } - - .layout-lg-row>.flex-lg-60 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 60%; - } - - .layout-lg-column>.flex-lg-60 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 60%; - max-width: 100%; - } - - .flex-lg-65, - .layout-row>.flex-lg-65 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 65%; - } - - .layout-column>.flex-lg-65 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 65%; - max-width: 100%; - } - - .layout-lg-row>.flex-lg-65 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 65%; - } - - .layout-lg-column>.flex-lg-65 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 65%; - max-width: 100%; - } - - .flex-lg-70, - .layout-row>.flex-lg-70 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 70%; - } - - .layout-column>.flex-lg-70 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 70%; - max-width: 100%; - } - - .layout-lg-row>.flex-lg-70 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 70%; - } - - .layout-lg-column>.flex-lg-70 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 70%; - max-width: 100%; - } - - .flex-lg-75, - .layout-row>.flex-lg-75 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 75%; - } - - .layout-column>.flex-lg-75 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 75%; - max-width: 100%; - } - - .layout-lg-row>.flex-lg-75 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 75%; - } - - .layout-lg-column>.flex-lg-75 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 75%; - max-width: 100%; - } - - .flex-lg-80, - .layout-row>.flex-lg-80 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 80%; - } - - .layout-column>.flex-lg-80 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 80%; - max-width: 100%; - } - - .layout-lg-row>.flex-lg-80 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 80%; - } - - .layout-lg-column>.flex-lg-80 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 80%; - max-width: 100%; - } - - .flex-lg-85, - .layout-row>.flex-lg-85 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 85%; - } - - .layout-column>.flex-lg-85 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 85%; - max-width: 100%; - } - - .layout-lg-row>.flex-lg-85 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 85%; - } - - .layout-lg-column>.flex-lg-85 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 85%; - max-width: 100%; - } - - .flex-lg-90, - .layout-row>.flex-lg-90 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 90%; - } - - .layout-column>.flex-lg-90 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 90%; - max-width: 100%; - } - - .layout-lg-row>.flex-lg-90 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 90%; - } - - .layout-lg-column>.flex-lg-90 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 90%; - max-width: 100%; - } - - .flex-lg-95, - .layout-row>.flex-lg-95 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 95%; - } - - .layout-column>.flex-lg-95 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 95%; - max-width: 100%; - } - - .layout-lg-row>.flex-lg-95 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 95%; - } - - .layout-lg-column>.flex-lg-95 { - max-height: 95%; - } - - .flex-lg-100, - .layout-lg-column>.flex-lg-95 { - box-sizing: border-box; - flex: 1 1 100%; - max-width: 100%; - } - - .flex-lg-100 { - max-height: 100%; - } - - .layout-column>.flex-lg-100, - .layout-lg-column>.flex-lg-100, - .layout-lg-row>.flex-lg-100, - .layout-row>.flex-lg-100 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 100%; - } - - .layout-row>.flex-lg-33 { - box-sizing: border-box; - flex: 1 1 33.33%; - max-height: 100%; - max-width: 33.33%; - } - - .layout-row>.flex-lg-66 { - box-sizing: border-box; - flex: 1 1 66.66%; - max-height: 100%; - max-width: 66.66%; - } - - .layout-column>.flex-lg-33 { - box-sizing: border-box; - flex: 1 1 33.33%; - max-height: 33.33%; - max-width: 100%; - } - - .layout-column>.flex-lg-66 { - box-sizing: border-box; - flex: 1 1 66.66%; - max-height: 66.66%; - max-width: 100%; - } - - .layout-lg-row>.flex-lg-33 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 33.33%; - } - - .layout-lg-row>.flex-lg-66 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 66.66%; - } - - .layout-lg-row>.flex { - min-width: 0; - } - - .layout-lg-column>.flex-lg-33 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 33.33%; - max-width: 100%; - } - - .layout-lg-column>.flex-lg-66 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 66.66%; - max-width: 100%; - } - - .layout-lg-column>.flex { - min-height: 0; - } - - .layout-lg, - .layout-lg-column, - .layout-lg-row { - box-sizing: border-box; - display: flex; - } - - .layout-lg-column { - flex-direction: column; - } - - .layout-lg-row { - flex-direction: row; - } -} - -@media (min-width:1920px) { - .flex-order-gt-lg--20 { - order: -20; - } - - .flex-order-gt-lg--19 { - order: -19; - } - - .flex-order-gt-lg--18 { - order: -18; - } - - .flex-order-gt-lg--17 { - order: -17; - } - - .flex-order-gt-lg--16 { - order: -16; - } - - .flex-order-gt-lg--15 { - order: -15; - } - - .flex-order-gt-lg--14 { - order: -14; - } - - .flex-order-gt-lg--13 { - order: -13; - } - - .flex-order-gt-lg--12 { - order: -12; - } - - .flex-order-gt-lg--11 { - order: -11; - } - - .flex-order-gt-lg--10 { - order: -10; - } - - .flex-order-gt-lg--9 { - order: -9; - } - - .flex-order-gt-lg--8 { - order: -8; - } - - .flex-order-gt-lg--7 { - order: -7; - } - - .flex-order-gt-lg--6 { - order: -6; - } - - .flex-order-gt-lg--5 { - order: -5; - } - - .flex-order-gt-lg--4 { - order: -4; - } - - .flex-order-gt-lg--3 { - order: -3; - } - - .flex-order-gt-lg--2 { - order: -2; - } - - .flex-order-gt-lg--1 { - order: -1; - } - - .flex-order-gt-lg-0 { - order: 0; - } - - .flex-order-gt-lg-1 { - order: 1; - } - - .flex-order-gt-lg-2 { - order: 2; - } - - .flex-order-gt-lg-3 { - order: 3; - } - - .flex-order-gt-lg-4 { - order: 4; - } - - .flex-order-gt-lg-5 { - order: 5; - } - - .flex-order-gt-lg-6 { - order: 6; - } - - .flex-order-gt-lg-7 { - order: 7; - } - - .flex-order-gt-lg-8 { - order: 8; - } - - .flex-order-gt-lg-9 { - order: 9; - } - - .flex-order-gt-lg-10 { - order: 10; - } - - .flex-order-gt-lg-11 { - order: 11; - } - - .flex-order-gt-lg-12 { - order: 12; - } - - .flex-order-gt-lg-13 { - order: 13; - } - - .flex-order-gt-lg-14 { - order: 14; - } - - .flex-order-gt-lg-15 { - order: 15; - } - - .flex-order-gt-lg-16 { - order: 16; - } - - .flex-order-gt-lg-17 { - order: 17; - } - - .flex-order-gt-lg-18 { - order: 18; - } - - .flex-order-gt-lg-19 { - order: 19; - } - - .flex-order-gt-lg-20 { - order: 20; - } - - .flex-offset-gt-lg-0, - .layout-margin .flex-offset-gt-lg-0, - .layout-margin .offset-gt-lg-0, - .offset-gt-lg-0 { - margin-left: 0; - } - - [dir=rtl] .flex-offset-gt-lg-0, - [dir=rtl] .layout-margin .flex-offset-gt-lg-0, - [dir=rtl] .layout-margin .offset-gt-lg-0, - [dir=rtl] .offset-gt-lg-0 { - margin-left: auto; - margin-right: 0; - } - - .flex-offset-gt-lg-5, - .layout-margin .flex-offset-gt-lg-5, - .layout-margin .offset-gt-lg-5, - .offset-gt-lg-5 { - margin-left: 5%; - } - - [dir=rtl] .flex-offset-gt-lg-5, - [dir=rtl] .layout-margin .flex-offset-gt-lg-5, - [dir=rtl] .layout-margin .offset-gt-lg-5, - [dir=rtl] .offset-gt-lg-5 { - margin-left: auto; - margin-right: 5%; - } - - .flex-offset-gt-lg-10, - .layout-margin .flex-offset-gt-lg-10, - .layout-margin .offset-gt-lg-10, - .offset-gt-lg-10 { - margin-left: 10%; - } - - [dir=rtl] .flex-offset-gt-lg-10, - [dir=rtl] .layout-margin .flex-offset-gt-lg-10, - [dir=rtl] .layout-margin .offset-gt-lg-10, - [dir=rtl] .offset-gt-lg-10 { - margin-left: auto; - margin-right: 10%; - } - - .flex-offset-gt-lg-15, - .layout-margin .flex-offset-gt-lg-15, - .layout-margin .offset-gt-lg-15, - .offset-gt-lg-15 { - margin-left: 15%; - } - - [dir=rtl] .flex-offset-gt-lg-15, - [dir=rtl] .layout-margin .flex-offset-gt-lg-15, - [dir=rtl] .layout-margin .offset-gt-lg-15, - [dir=rtl] .offset-gt-lg-15 { - margin-left: auto; - margin-right: 15%; - } - - .flex-offset-gt-lg-20, - .layout-margin .flex-offset-gt-lg-20, - .layout-margin .offset-gt-lg-20, - .offset-gt-lg-20 { - margin-left: 20%; - } - - [dir=rtl] .flex-offset-gt-lg-20, - [dir=rtl] .layout-margin .flex-offset-gt-lg-20, - [dir=rtl] .layout-margin .offset-gt-lg-20, - [dir=rtl] .offset-gt-lg-20 { - margin-left: auto; - margin-right: 20%; - } - - .flex-offset-gt-lg-25, - .layout-margin .flex-offset-gt-lg-25, - .layout-margin .offset-gt-lg-25, - .offset-gt-lg-25 { - margin-left: 25%; - } - - [dir=rtl] .flex-offset-gt-lg-25, - [dir=rtl] .layout-margin .flex-offset-gt-lg-25, - [dir=rtl] .layout-margin .offset-gt-lg-25, - [dir=rtl] .offset-gt-lg-25 { - margin-left: auto; - margin-right: 25%; - } - - .flex-offset-gt-lg-30, - .layout-margin .flex-offset-gt-lg-30, - .layout-margin .offset-gt-lg-30, - .offset-gt-lg-30 { - margin-left: 30%; - } - - [dir=rtl] .flex-offset-gt-lg-30, - [dir=rtl] .layout-margin .flex-offset-gt-lg-30, - [dir=rtl] .layout-margin .offset-gt-lg-30, - [dir=rtl] .offset-gt-lg-30 { - margin-left: auto; - margin-right: 30%; - } - - .flex-offset-gt-lg-35, - .layout-margin .flex-offset-gt-lg-35, - .layout-margin .offset-gt-lg-35, - .offset-gt-lg-35 { - margin-left: 35%; - } - - [dir=rtl] .flex-offset-gt-lg-35, - [dir=rtl] .layout-margin .flex-offset-gt-lg-35, - [dir=rtl] .layout-margin .offset-gt-lg-35, - [dir=rtl] .offset-gt-lg-35 { - margin-left: auto; - margin-right: 35%; - } - - .flex-offset-gt-lg-40, - .layout-margin .flex-offset-gt-lg-40, - .layout-margin .offset-gt-lg-40, - .offset-gt-lg-40 { - margin-left: 40%; - } - - [dir=rtl] .flex-offset-gt-lg-40, - [dir=rtl] .layout-margin .flex-offset-gt-lg-40, - [dir=rtl] .layout-margin .offset-gt-lg-40, - [dir=rtl] .offset-gt-lg-40 { - margin-left: auto; - margin-right: 40%; - } - - .flex-offset-gt-lg-45, - .layout-margin .flex-offset-gt-lg-45, - .layout-margin .offset-gt-lg-45, - .offset-gt-lg-45 { - margin-left: 45%; - } - - [dir=rtl] .flex-offset-gt-lg-45, - [dir=rtl] .layout-margin .flex-offset-gt-lg-45, - [dir=rtl] .layout-margin .offset-gt-lg-45, - [dir=rtl] .offset-gt-lg-45 { - margin-left: auto; - margin-right: 45%; - } - - .flex-offset-gt-lg-50, - .layout-margin .flex-offset-gt-lg-50, - .layout-margin .offset-gt-lg-50, - .offset-gt-lg-50 { - margin-left: 50%; - } - - [dir=rtl] .flex-offset-gt-lg-50, - [dir=rtl] .layout-margin .flex-offset-gt-lg-50, - [dir=rtl] .layout-margin .offset-gt-lg-50, - [dir=rtl] .offset-gt-lg-50 { - margin-left: auto; - margin-right: 50%; - } - - .flex-offset-gt-lg-55, - .layout-margin .flex-offset-gt-lg-55, - .layout-margin .offset-gt-lg-55, - .offset-gt-lg-55 { - margin-left: 55%; - } - - [dir=rtl] .flex-offset-gt-lg-55, - [dir=rtl] .layout-margin .flex-offset-gt-lg-55, - [dir=rtl] .layout-margin .offset-gt-lg-55, - [dir=rtl] .offset-gt-lg-55 { - margin-left: auto; - margin-right: 55%; - } - - .flex-offset-gt-lg-60, - .layout-margin .flex-offset-gt-lg-60, - .layout-margin .offset-gt-lg-60, - .offset-gt-lg-60 { - margin-left: 60%; - } - - [dir=rtl] .flex-offset-gt-lg-60, - [dir=rtl] .layout-margin .flex-offset-gt-lg-60, - [dir=rtl] .layout-margin .offset-gt-lg-60, - [dir=rtl] .offset-gt-lg-60 { - margin-left: auto; - margin-right: 60%; - } - - .flex-offset-gt-lg-65, - .layout-margin .flex-offset-gt-lg-65, - .layout-margin .offset-gt-lg-65, - .offset-gt-lg-65 { - margin-left: 65%; - } - - [dir=rtl] .flex-offset-gt-lg-65, - [dir=rtl] .layout-margin .flex-offset-gt-lg-65, - [dir=rtl] .layout-margin .offset-gt-lg-65, - [dir=rtl] .offset-gt-lg-65 { - margin-left: auto; - margin-right: 65%; - } - - .flex-offset-gt-lg-70, - .layout-margin .flex-offset-gt-lg-70, - .layout-margin .offset-gt-lg-70, - .offset-gt-lg-70 { - margin-left: 70%; - } - - [dir=rtl] .flex-offset-gt-lg-70, - [dir=rtl] .layout-margin .flex-offset-gt-lg-70, - [dir=rtl] .layout-margin .offset-gt-lg-70, - [dir=rtl] .offset-gt-lg-70 { - margin-left: auto; - margin-right: 70%; - } - - .flex-offset-gt-lg-75, - .layout-margin .flex-offset-gt-lg-75, - .layout-margin .offset-gt-lg-75, - .offset-gt-lg-75 { - margin-left: 75%; - } - - [dir=rtl] .flex-offset-gt-lg-75, - [dir=rtl] .layout-margin .flex-offset-gt-lg-75, - [dir=rtl] .layout-margin .offset-gt-lg-75, - [dir=rtl] .offset-gt-lg-75 { - margin-left: auto; - margin-right: 75%; - } - - .flex-offset-gt-lg-80, - .layout-margin .flex-offset-gt-lg-80, - .layout-margin .offset-gt-lg-80, - .offset-gt-lg-80 { - margin-left: 80%; - } - - [dir=rtl] .flex-offset-gt-lg-80, - [dir=rtl] .layout-margin .flex-offset-gt-lg-80, - [dir=rtl] .layout-margin .offset-gt-lg-80, - [dir=rtl] .offset-gt-lg-80 { - margin-left: auto; - margin-right: 80%; - } - - .flex-offset-gt-lg-85, - .layout-margin .flex-offset-gt-lg-85, - .layout-margin .offset-gt-lg-85, - .offset-gt-lg-85 { - margin-left: 85%; - } - - [dir=rtl] .flex-offset-gt-lg-85, - [dir=rtl] .layout-margin .flex-offset-gt-lg-85, - [dir=rtl] .layout-margin .offset-gt-lg-85, - [dir=rtl] .offset-gt-lg-85 { - margin-left: auto; - margin-right: 85%; - } - - .flex-offset-gt-lg-90, - .layout-margin .flex-offset-gt-lg-90, - .layout-margin .offset-gt-lg-90, - .offset-gt-lg-90 { - margin-left: 90%; - } - - [dir=rtl] .flex-offset-gt-lg-90, - [dir=rtl] .layout-margin .flex-offset-gt-lg-90, - [dir=rtl] .layout-margin .offset-gt-lg-90, - [dir=rtl] .offset-gt-lg-90 { - margin-left: auto; - margin-right: 90%; - } - - .flex-offset-gt-lg-95, - .layout-margin .flex-offset-gt-lg-95, - .layout-margin .offset-gt-lg-95, - .offset-gt-lg-95 { - margin-left: 95%; - } - - [dir=rtl] .flex-offset-gt-lg-95, - [dir=rtl] .layout-margin .flex-offset-gt-lg-95, - [dir=rtl] .layout-margin .offset-gt-lg-95, - [dir=rtl] .offset-gt-lg-95 { - margin-left: auto; - margin-right: 95%; - } - - .flex-offset-gt-lg-33, - .layout-margin .flex-offset-gt-lg-33, - .layout-margin .offset-gt-lg-33, - .offset-gt-lg-33 { - margin-left: 33.3333333333%; - } - - .flex-offset-gt-lg-66, - .layout-margin .flex-offset-gt-lg-66, - .layout-margin .offset-gt-lg-66, - .offset-gt-lg-66 { - margin-left: 66.6666666667%; - } - - [dir=rtl] .flex-offset-gt-lg-66, - [dir=rtl] .layout-margin .flex-offset-gt-lg-66, - [dir=rtl] .layout-margin .offset-gt-lg-66, - [dir=rtl] .offset-gt-lg-66 { - margin-left: auto; - margin-right: 66.6666666667%; - } - - .layout-align-gt-lg, - .layout-align-gt-lg-start-stretch { - align-content: stretch; - align-items: stretch; - justify-content: flex-start; - } - - .layout-align-gt-lg-start, - .layout-align-gt-lg-start-center, - .layout-align-gt-lg-start-end, - .layout-align-gt-lg-start-start, - .layout-align-gt-lg-start-stretch { - justify-content: flex-start; - } - - .layout-align-gt-lg-center, - .layout-align-gt-lg-center-center, - .layout-align-gt-lg-center-end, - .layout-align-gt-lg-center-start, - .layout-align-gt-lg-center-stretch { - justify-content: center; - } - - .layout-align-gt-lg-end, - .layout-align-gt-lg-end-center, - .layout-align-gt-lg-end-end, - .layout-align-gt-lg-end-start, - .layout-align-gt-lg-end-stretch { - justify-content: flex-end; - } - - .layout-align-gt-lg-space-around, - .layout-align-gt-lg-space-around-center, - .layout-align-gt-lg-space-around-end, - .layout-align-gt-lg-space-around-start, - .layout-align-gt-lg-space-around-stretch { - justify-content: space-around; - } - - .layout-align-gt-lg-space-between, - .layout-align-gt-lg-space-between-center, - .layout-align-gt-lg-space-between-end, - .layout-align-gt-lg-space-between-start, - .layout-align-gt-lg-space-between-stretch { - justify-content: space-between; - } - - .layout-align-gt-lg-center-start, - .layout-align-gt-lg-end-start, - .layout-align-gt-lg-space-around-start, - .layout-align-gt-lg-space-between-start, - .layout-align-gt-lg-start-start { - align-content: flex-start; - align-items: flex-start; - } - - .layout-align-gt-lg-center-center, - .layout-align-gt-lg-end-center, - .layout-align-gt-lg-space-around-center, - .layout-align-gt-lg-space-between-center, - .layout-align-gt-lg-start-center { - align-content: center; - align-items: center; - max-width: 100%; - } - - .layout-align-gt-lg-center-center>*, - .layout-align-gt-lg-end-center>*, - .layout-align-gt-lg-space-around-center>*, - .layout-align-gt-lg-space-between-center>*, - .layout-align-gt-lg-start-center>* { - box-sizing: border-box; - max-width: 100%; - } - - .layout-align-gt-lg-center-end, - .layout-align-gt-lg-end-end, - .layout-align-gt-lg-space-around-end, - .layout-align-gt-lg-space-between-end, - .layout-align-gt-lg-start-end { - align-content: flex-end; - align-items: flex-end; - } - - .layout-align-gt-lg-center-stretch, - .layout-align-gt-lg-end-stretch, - .layout-align-gt-lg-space-around-stretch, - .layout-align-gt-lg-space-between-stretch, - .layout-align-gt-lg-start-stretch { - align-content: stretch; - align-items: stretch; - } - - .flex-gt-lg { - box-sizing: border-box; - flex: 1; - } - - .flex-gt-lg-grow { - box-sizing: border-box; - flex: 1 1 100%; - } - - .flex-gt-lg-initial { - box-sizing: border-box; - flex: 0 1 auto; - } - - .flex-gt-lg-auto { - box-sizing: border-box; - flex: 1 1 auto; - } - - .flex-gt-lg-none { - box-sizing: border-box; - flex: 0 0 auto; - } - - .flex-gt-lg-noshrink { - box-sizing: border-box; - flex: 1 0 auto; - } - - .flex-gt-lg-nogrow { - box-sizing: border-box; - flex: 0 1 auto; - } - - .flex-gt-lg-0, - .layout-row>.flex-gt-lg-0 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 0; - } - - .layout-row>.flex-gt-lg-0 { - min-width: 0; - } - - .layout-column>.flex-gt-lg-0 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 0%; - max-width: 100%; - } - - .layout-gt-lg-row>.flex-gt-lg-0 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 0; - min-width: 0; - } - - .layout-gt-lg-column>.flex-gt-lg-0 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 0%; - max-width: 100%; - min-height: 0; - } - - .flex-gt-lg-5, - .layout-row>.flex-gt-lg-5 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 5%; - } - - .layout-column>.flex-gt-lg-5 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 5%; - max-width: 100%; - } - - .layout-gt-lg-row>.flex-gt-lg-5 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 5%; - } - - .layout-gt-lg-column>.flex-gt-lg-5 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 5%; - max-width: 100%; - } - - .flex-gt-lg-10, - .layout-row>.flex-gt-lg-10 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 10%; - } - - .layout-column>.flex-gt-lg-10 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 10%; - max-width: 100%; - } - - .layout-gt-lg-row>.flex-gt-lg-10 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 10%; - } - - .layout-gt-lg-column>.flex-gt-lg-10 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 10%; - max-width: 100%; - } - - .flex-gt-lg-15, - .layout-row>.flex-gt-lg-15 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 15%; - } - - .layout-column>.flex-gt-lg-15 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 15%; - max-width: 100%; - } - - .layout-gt-lg-row>.flex-gt-lg-15 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 15%; - } - - .layout-gt-lg-column>.flex-gt-lg-15 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 15%; - max-width: 100%; - } - - .flex-gt-lg-20, - .layout-row>.flex-gt-lg-20 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 20%; - } - - .layout-column>.flex-gt-lg-20 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 20%; - max-width: 100%; - } - - .layout-gt-lg-row>.flex-gt-lg-20 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 20%; - } - - .layout-gt-lg-column>.flex-gt-lg-20 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 20%; - max-width: 100%; - } - - .flex-gt-lg-25, - .layout-row>.flex-gt-lg-25 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 25%; - } - - .layout-column>.flex-gt-lg-25 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 25%; - max-width: 100%; - } - - .layout-gt-lg-row>.flex-gt-lg-25 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 25%; - } - - .layout-gt-lg-column>.flex-gt-lg-25 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 25%; - max-width: 100%; - } - - .flex-gt-lg-30, - .layout-row>.flex-gt-lg-30 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 30%; - } - - .layout-column>.flex-gt-lg-30 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 30%; - max-width: 100%; - } - - .layout-gt-lg-row>.flex-gt-lg-30 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 30%; - } - - .layout-gt-lg-column>.flex-gt-lg-30 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 30%; - max-width: 100%; - } - - .flex-gt-lg-35, - .layout-row>.flex-gt-lg-35 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 35%; - } - - .layout-column>.flex-gt-lg-35 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 35%; - max-width: 100%; - } - - .layout-gt-lg-row>.flex-gt-lg-35 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 35%; - } - - .layout-gt-lg-column>.flex-gt-lg-35 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 35%; - max-width: 100%; - } - - .flex-gt-lg-40, - .layout-row>.flex-gt-lg-40 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 40%; - } - - .layout-column>.flex-gt-lg-40 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 40%; - max-width: 100%; - } - - .layout-gt-lg-row>.flex-gt-lg-40 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 40%; - } - - .layout-gt-lg-column>.flex-gt-lg-40 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 40%; - max-width: 100%; - } - - .flex-gt-lg-45, - .layout-row>.flex-gt-lg-45 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 45%; - } - - .layout-column>.flex-gt-lg-45 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 45%; - max-width: 100%; - } - - .layout-gt-lg-row>.flex-gt-lg-45 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 45%; - } - - .layout-gt-lg-column>.flex-gt-lg-45 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 45%; - max-width: 100%; - } - - .flex-gt-lg-50, - .layout-row>.flex-gt-lg-50 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 50%; - } - - .layout-column>.flex-gt-lg-50 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 50%; - max-width: 100%; - } - - .layout-gt-lg-row>.flex-gt-lg-50 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 50%; - } - - .layout-gt-lg-column>.flex-gt-lg-50 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 50%; - max-width: 100%; - } - - .flex-gt-lg-55, - .layout-row>.flex-gt-lg-55 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 55%; - } - - .layout-column>.flex-gt-lg-55 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 55%; - max-width: 100%; - } - - .layout-gt-lg-row>.flex-gt-lg-55 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 55%; - } - - .layout-gt-lg-column>.flex-gt-lg-55 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 55%; - max-width: 100%; - } - - .flex-gt-lg-60, - .layout-row>.flex-gt-lg-60 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 60%; - } - - .layout-column>.flex-gt-lg-60 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 60%; - max-width: 100%; - } - - .layout-gt-lg-row>.flex-gt-lg-60 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 60%; - } - - .layout-gt-lg-column>.flex-gt-lg-60 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 60%; - max-width: 100%; - } - - .flex-gt-lg-65, - .layout-row>.flex-gt-lg-65 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 65%; - } - - .layout-column>.flex-gt-lg-65 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 65%; - max-width: 100%; - } - - .layout-gt-lg-row>.flex-gt-lg-65 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 65%; - } - - .layout-gt-lg-column>.flex-gt-lg-65 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 65%; - max-width: 100%; - } - - .flex-gt-lg-70, - .layout-row>.flex-gt-lg-70 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 70%; - } - - .layout-column>.flex-gt-lg-70 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 70%; - max-width: 100%; - } - - .layout-gt-lg-row>.flex-gt-lg-70 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 70%; - } - - .layout-gt-lg-column>.flex-gt-lg-70 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 70%; - max-width: 100%; - } - - .flex-gt-lg-75, - .layout-row>.flex-gt-lg-75 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 75%; - } - - .layout-column>.flex-gt-lg-75 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 75%; - max-width: 100%; - } - - .layout-gt-lg-row>.flex-gt-lg-75 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 75%; - } - - .layout-gt-lg-column>.flex-gt-lg-75 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 75%; - max-width: 100%; - } - - .flex-gt-lg-80, - .layout-row>.flex-gt-lg-80 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 80%; - } - - .layout-column>.flex-gt-lg-80 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 80%; - max-width: 100%; - } - - .layout-gt-lg-row>.flex-gt-lg-80 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 80%; - } - - .layout-gt-lg-column>.flex-gt-lg-80 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 80%; - max-width: 100%; - } - - .flex-gt-lg-85, - .layout-row>.flex-gt-lg-85 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 85%; - } - - .layout-column>.flex-gt-lg-85 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 85%; - max-width: 100%; - } - - .layout-gt-lg-row>.flex-gt-lg-85 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 85%; - } - - .layout-gt-lg-column>.flex-gt-lg-85 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 85%; - max-width: 100%; - } - - .flex-gt-lg-90, - .layout-row>.flex-gt-lg-90 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 90%; - } - - .layout-column>.flex-gt-lg-90 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 90%; - max-width: 100%; - } - - .layout-gt-lg-row>.flex-gt-lg-90 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 90%; - } - - .layout-gt-lg-column>.flex-gt-lg-90 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 90%; - max-width: 100%; - } - - .flex-gt-lg-95, - .layout-row>.flex-gt-lg-95 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 95%; - } - - .layout-column>.flex-gt-lg-95 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 95%; - max-width: 100%; - } - - .layout-gt-lg-row>.flex-gt-lg-95 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 95%; - } - - .layout-gt-lg-column>.flex-gt-lg-95 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 95%; - max-width: 100%; - } - - .flex-gt-lg-100, - .layout-column>.flex-gt-lg-100, - .layout-gt-lg-column>.flex-gt-lg-100, - .layout-gt-lg-row>.flex-gt-lg-100, - .layout-row>.flex-gt-lg-100 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 100%; - } - - .layout-row>.flex-gt-lg-33 { - box-sizing: border-box; - flex: 1 1 33.33%; - max-height: 100%; - max-width: 33.33%; - } - - .layout-row>.flex-gt-lg-66 { - box-sizing: border-box; - flex: 1 1 66.66%; - max-height: 100%; - max-width: 66.66%; - } - - .layout-column>.flex-gt-lg-33 { - box-sizing: border-box; - flex: 1 1 33.33%; - max-height: 33.33%; - max-width: 100%; - } - - .layout-column>.flex-gt-lg-66 { - box-sizing: border-box; - flex: 1 1 66.66%; - max-height: 66.66%; - max-width: 100%; - } - - .layout-gt-lg-row>.flex-gt-lg-33 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 33.33%; - } - - .layout-gt-lg-row>.flex-gt-lg-66 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 66.66%; - } - - .layout-gt-lg-row>.flex { - min-width: 0; - } - - .layout-gt-lg-column>.flex-gt-lg-33 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 33.33%; - max-width: 100%; - } - - .layout-gt-lg-column>.flex-gt-lg-66 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 66.66%; - max-width: 100%; - } - - .layout-gt-lg-column>.flex { - min-height: 0; - } - - .layout-gt-lg, - .layout-gt-lg-column, - .layout-gt-lg-row { - box-sizing: border-box; - display: flex; - } - - .layout-gt-lg-column { - flex-direction: column; - } - - .layout-gt-lg-row { - flex-direction: row; - } - - .flex-order-xl--20 { - order: -20; - } - - .flex-order-xl--19 { - order: -19; - } - - .flex-order-xl--18 { - order: -18; - } - - .flex-order-xl--17 { - order: -17; - } - - .flex-order-xl--16 { - order: -16; - } - - .flex-order-xl--15 { - order: -15; - } - - .flex-order-xl--14 { - order: -14; - } - - .flex-order-xl--13 { - order: -13; - } - - .flex-order-xl--12 { - order: -12; - } - - .flex-order-xl--11 { - order: -11; - } - - .flex-order-xl--10 { - order: -10; - } - - .flex-order-xl--9 { - order: -9; - } - - .flex-order-xl--8 { - order: -8; - } - - .flex-order-xl--7 { - order: -7; - } - - .flex-order-xl--6 { - order: -6; - } - - .flex-order-xl--5 { - order: -5; - } - - .flex-order-xl--4 { - order: -4; - } - - .flex-order-xl--3 { - order: -3; - } - - .flex-order-xl--2 { - order: -2; - } - - .flex-order-xl--1 { - order: -1; - } - - .flex-order-xl-0 { - order: 0; - } - - .flex-order-xl-1 { - order: 1; - } - - .flex-order-xl-2 { - order: 2; - } - - .flex-order-xl-3 { - order: 3; - } - - .flex-order-xl-4 { - order: 4; - } - - .flex-order-xl-5 { - order: 5; - } - - .flex-order-xl-6 { - order: 6; - } - - .flex-order-xl-7 { - order: 7; - } - - .flex-order-xl-8 { - order: 8; - } - - .flex-order-xl-9 { - order: 9; - } - - .flex-order-xl-10 { - order: 10; - } - - .flex-order-xl-11 { - order: 11; - } - - .flex-order-xl-12 { - order: 12; - } - - .flex-order-xl-13 { - order: 13; - } - - .flex-order-xl-14 { - order: 14; - } - - .flex-order-xl-15 { - order: 15; - } - - .flex-order-xl-16 { - order: 16; - } - - .flex-order-xl-17 { - order: 17; - } - - .flex-order-xl-18 { - order: 18; - } - - .flex-order-xl-19 { - order: 19; - } - - .flex-order-xl-20 { - order: 20; - } - - .flex-offset-xl-0, - .layout-margin .flex-offset-xl-0, - .layout-margin .offset-xl-0, - .offset-xl-0 { - margin-left: 0; - } - - [dir=rtl] .flex-offset-xl-0, - [dir=rtl] .layout-margin .flex-offset-xl-0, - [dir=rtl] .layout-margin .offset-xl-0, - [dir=rtl] .offset-xl-0 { - margin-left: auto; - margin-right: 0; - } - - .flex-offset-xl-5, - .layout-margin .flex-offset-xl-5, - .layout-margin .offset-xl-5, - .offset-xl-5 { - margin-left: 5%; - } - - [dir=rtl] .flex-offset-xl-5, - [dir=rtl] .layout-margin .flex-offset-xl-5, - [dir=rtl] .layout-margin .offset-xl-5, - [dir=rtl] .offset-xl-5 { - margin-left: auto; - margin-right: 5%; - } - - .flex-offset-xl-10, - .layout-margin .flex-offset-xl-10, - .layout-margin .offset-xl-10, - .offset-xl-10 { - margin-left: 10%; - } - - [dir=rtl] .flex-offset-xl-10, - [dir=rtl] .layout-margin .flex-offset-xl-10, - [dir=rtl] .layout-margin .offset-xl-10, - [dir=rtl] .offset-xl-10 { - margin-left: auto; - margin-right: 10%; - } - - .flex-offset-xl-15, - .layout-margin .flex-offset-xl-15, - .layout-margin .offset-xl-15, - .offset-xl-15 { - margin-left: 15%; - } - - [dir=rtl] .flex-offset-xl-15, - [dir=rtl] .layout-margin .flex-offset-xl-15, - [dir=rtl] .layout-margin .offset-xl-15, - [dir=rtl] .offset-xl-15 { - margin-left: auto; - margin-right: 15%; - } - - .flex-offset-xl-20, - .layout-margin .flex-offset-xl-20, - .layout-margin .offset-xl-20, - .offset-xl-20 { - margin-left: 20%; - } - - [dir=rtl] .flex-offset-xl-20, - [dir=rtl] .layout-margin .flex-offset-xl-20, - [dir=rtl] .layout-margin .offset-xl-20, - [dir=rtl] .offset-xl-20 { - margin-left: auto; - margin-right: 20%; - } - - .flex-offset-xl-25, - .layout-margin .flex-offset-xl-25, - .layout-margin .offset-xl-25, - .offset-xl-25 { - margin-left: 25%; - } - - [dir=rtl] .flex-offset-xl-25, - [dir=rtl] .layout-margin .flex-offset-xl-25, - [dir=rtl] .layout-margin .offset-xl-25, - [dir=rtl] .offset-xl-25 { - margin-left: auto; - margin-right: 25%; - } - - .flex-offset-xl-30, - .layout-margin .flex-offset-xl-30, - .layout-margin .offset-xl-30, - .offset-xl-30 { - margin-left: 30%; - } - - [dir=rtl] .flex-offset-xl-30, - [dir=rtl] .layout-margin .flex-offset-xl-30, - [dir=rtl] .layout-margin .offset-xl-30, - [dir=rtl] .offset-xl-30 { - margin-left: auto; - margin-right: 30%; - } - - .flex-offset-xl-35, - .layout-margin .flex-offset-xl-35, - .layout-margin .offset-xl-35, - .offset-xl-35 { - margin-left: 35%; - } - - [dir=rtl] .flex-offset-xl-35, - [dir=rtl] .layout-margin .flex-offset-xl-35, - [dir=rtl] .layout-margin .offset-xl-35, - [dir=rtl] .offset-xl-35 { - margin-left: auto; - margin-right: 35%; - } - - .flex-offset-xl-40, - .layout-margin .flex-offset-xl-40, - .layout-margin .offset-xl-40, - .offset-xl-40 { - margin-left: 40%; - } - - [dir=rtl] .flex-offset-xl-40, - [dir=rtl] .layout-margin .flex-offset-xl-40, - [dir=rtl] .layout-margin .offset-xl-40, - [dir=rtl] .offset-xl-40 { - margin-left: auto; - margin-right: 40%; - } - - .flex-offset-xl-45, - .layout-margin .flex-offset-xl-45, - .layout-margin .offset-xl-45, - .offset-xl-45 { - margin-left: 45%; - } - - [dir=rtl] .flex-offset-xl-45, - [dir=rtl] .layout-margin .flex-offset-xl-45, - [dir=rtl] .layout-margin .offset-xl-45, - [dir=rtl] .offset-xl-45 { - margin-left: auto; - margin-right: 45%; - } - - .flex-offset-xl-50, - .layout-margin .flex-offset-xl-50, - .layout-margin .offset-xl-50, - .offset-xl-50 { - margin-left: 50%; - } - - [dir=rtl] .flex-offset-xl-50, - [dir=rtl] .layout-margin .flex-offset-xl-50, - [dir=rtl] .layout-margin .offset-xl-50, - [dir=rtl] .offset-xl-50 { - margin-left: auto; - margin-right: 50%; - } - - .flex-offset-xl-55, - .layout-margin .flex-offset-xl-55, - .layout-margin .offset-xl-55, - .offset-xl-55 { - margin-left: 55%; - } - - [dir=rtl] .flex-offset-xl-55, - [dir=rtl] .layout-margin .flex-offset-xl-55, - [dir=rtl] .layout-margin .offset-xl-55, - [dir=rtl] .offset-xl-55 { - margin-left: auto; - margin-right: 55%; - } - - .flex-offset-xl-60, - .layout-margin .flex-offset-xl-60, - .layout-margin .offset-xl-60, - .offset-xl-60 { - margin-left: 60%; - } - - [dir=rtl] .flex-offset-xl-60, - [dir=rtl] .layout-margin .flex-offset-xl-60, - [dir=rtl] .layout-margin .offset-xl-60, - [dir=rtl] .offset-xl-60 { - margin-left: auto; - margin-right: 60%; - } - - .flex-offset-xl-65, - .layout-margin .flex-offset-xl-65, - .layout-margin .offset-xl-65, - .offset-xl-65 { - margin-left: 65%; - } - - [dir=rtl] .flex-offset-xl-65, - [dir=rtl] .layout-margin .flex-offset-xl-65, - [dir=rtl] .layout-margin .offset-xl-65, - [dir=rtl] .offset-xl-65 { - margin-left: auto; - margin-right: 65%; - } - - .flex-offset-xl-70, - .layout-margin .flex-offset-xl-70, - .layout-margin .offset-xl-70, - .offset-xl-70 { - margin-left: 70%; - } - - [dir=rtl] .flex-offset-xl-70, - [dir=rtl] .layout-margin .flex-offset-xl-70, - [dir=rtl] .layout-margin .offset-xl-70, - [dir=rtl] .offset-xl-70 { - margin-left: auto; - margin-right: 70%; - } - - .flex-offset-xl-75, - .layout-margin .flex-offset-xl-75, - .layout-margin .offset-xl-75, - .offset-xl-75 { - margin-left: 75%; - } - - [dir=rtl] .flex-offset-xl-75, - [dir=rtl] .layout-margin .flex-offset-xl-75, - [dir=rtl] .layout-margin .offset-xl-75, - [dir=rtl] .offset-xl-75 { - margin-left: auto; - margin-right: 75%; - } - - .flex-offset-xl-80, - .layout-margin .flex-offset-xl-80, - .layout-margin .offset-xl-80, - .offset-xl-80 { - margin-left: 80%; - } - - [dir=rtl] .flex-offset-xl-80, - [dir=rtl] .layout-margin .flex-offset-xl-80, - [dir=rtl] .layout-margin .offset-xl-80, - [dir=rtl] .offset-xl-80 { - margin-left: auto; - margin-right: 80%; - } - - .flex-offset-xl-85, - .layout-margin .flex-offset-xl-85, - .layout-margin .offset-xl-85, - .offset-xl-85 { - margin-left: 85%; - } - - [dir=rtl] .flex-offset-xl-85, - [dir=rtl] .layout-margin .flex-offset-xl-85, - [dir=rtl] .layout-margin .offset-xl-85, - [dir=rtl] .offset-xl-85 { - margin-left: auto; - margin-right: 85%; - } - - .flex-offset-xl-90, - .layout-margin .flex-offset-xl-90, - .layout-margin .offset-xl-90, - .offset-xl-90 { - margin-left: 90%; - } - - [dir=rtl] .flex-offset-xl-90, - [dir=rtl] .layout-margin .flex-offset-xl-90, - [dir=rtl] .layout-margin .offset-xl-90, - [dir=rtl] .offset-xl-90 { - margin-left: auto; - margin-right: 90%; - } - - .flex-offset-xl-95, - .layout-margin .flex-offset-xl-95, - .layout-margin .offset-xl-95, - .offset-xl-95 { - margin-left: 95%; - } - - [dir=rtl] .flex-offset-xl-95, - [dir=rtl] .layout-margin .flex-offset-xl-95, - [dir=rtl] .layout-margin .offset-xl-95, - [dir=rtl] .offset-xl-95 { - margin-left: auto; - margin-right: 95%; - } - - .flex-offset-xl-33, - .layout-margin .flex-offset-xl-33, - .layout-margin .offset-xl-33, - .offset-xl-33 { - margin-left: 33.3333333333%; - } - - .flex-offset-xl-66, - .layout-margin .flex-offset-xl-66, - .layout-margin .offset-xl-66, - .offset-xl-66 { - margin-left: 66.6666666667%; - } - - [dir=rtl] .flex-offset-xl-66, - [dir=rtl] .layout-margin .flex-offset-xl-66, - [dir=rtl] .layout-margin .offset-xl-66, - [dir=rtl] .offset-xl-66 { - margin-left: auto; - margin-right: 66.6666666667%; - } - - .layout-align-xl, - .layout-align-xl-start-stretch { - align-content: stretch; - align-items: stretch; - justify-content: flex-start; - } - - .layout-align-xl-start, - .layout-align-xl-start-center, - .layout-align-xl-start-end, - .layout-align-xl-start-start, - .layout-align-xl-start-stretch { - justify-content: flex-start; - } - - .layout-align-xl-center, - .layout-align-xl-center-center, - .layout-align-xl-center-end, - .layout-align-xl-center-start, - .layout-align-xl-center-stretch { - justify-content: center; - } - - .layout-align-xl-end, - .layout-align-xl-end-center, - .layout-align-xl-end-end, - .layout-align-xl-end-start, - .layout-align-xl-end-stretch { - justify-content: flex-end; - } - - .layout-align-xl-space-around, - .layout-align-xl-space-around-center, - .layout-align-xl-space-around-end, - .layout-align-xl-space-around-start, - .layout-align-xl-space-around-stretch { - justify-content: space-around; - } - - .layout-align-xl-space-between, - .layout-align-xl-space-between-center, - .layout-align-xl-space-between-end, - .layout-align-xl-space-between-start, - .layout-align-xl-space-between-stretch { - justify-content: space-between; - } - - .layout-align-xl-center-start, - .layout-align-xl-end-start, - .layout-align-xl-space-around-start, - .layout-align-xl-space-between-start, - .layout-align-xl-start-start { - align-content: flex-start; - align-items: flex-start; - } - - .layout-align-xl-center-center, - .layout-align-xl-end-center, - .layout-align-xl-space-around-center, - .layout-align-xl-space-between-center, - .layout-align-xl-start-center { - align-content: center; - align-items: center; - max-width: 100%; - } - - .layout-align-xl-center-center>*, - .layout-align-xl-end-center>*, - .layout-align-xl-space-around-center>*, - .layout-align-xl-space-between-center>*, - .layout-align-xl-start-center>* { - box-sizing: border-box; - max-width: 100%; - } - - .layout-align-xl-center-end, - .layout-align-xl-end-end, - .layout-align-xl-space-around-end, - .layout-align-xl-space-between-end, - .layout-align-xl-start-end { - align-content: flex-end; - align-items: flex-end; - } - - .layout-align-xl-center-stretch, - .layout-align-xl-end-stretch, - .layout-align-xl-space-around-stretch, - .layout-align-xl-space-between-stretch, - .layout-align-xl-start-stretch { - align-content: stretch; - align-items: stretch; - } - - .flex-xl { - box-sizing: border-box; - flex: 1; - } - - .flex-xl-grow { - box-sizing: border-box; - flex: 1 1 100%; - } - - .flex-xl-initial { - box-sizing: border-box; - flex: 0 1 auto; - } - - .flex-xl-auto { - box-sizing: border-box; - flex: 1 1 auto; - } - - .flex-xl-none { - box-sizing: border-box; - flex: 0 0 auto; - } - - .flex-xl-noshrink { - box-sizing: border-box; - flex: 1 0 auto; - } - - .flex-xl-nogrow { - box-sizing: border-box; - flex: 0 1 auto; - } - - .flex-xl-0, - .layout-row>.flex-xl-0 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 0; - } - - .layout-row>.flex-xl-0 { - min-width: 0; - } - - .layout-column>.flex-xl-0 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 0%; - max-width: 100%; - } - - .layout-xl-row>.flex-xl-0 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 0; - min-width: 0; - } - - .layout-xl-column>.flex-xl-0 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 0%; - max-width: 100%; - min-height: 0; - } - - .flex-xl-5, - .layout-row>.flex-xl-5 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 5%; - } - - .layout-column>.flex-xl-5 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 5%; - max-width: 100%; - } - - .layout-xl-row>.flex-xl-5 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 5%; - } - - .layout-xl-column>.flex-xl-5 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 5%; - max-width: 100%; - } - - .flex-xl-10, - .layout-row>.flex-xl-10 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 10%; - } - - .layout-column>.flex-xl-10 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 10%; - max-width: 100%; - } - - .layout-xl-row>.flex-xl-10 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 10%; - } - - .layout-xl-column>.flex-xl-10 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 10%; - max-width: 100%; - } - - .flex-xl-15, - .layout-row>.flex-xl-15 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 15%; - } - - .layout-column>.flex-xl-15 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 15%; - max-width: 100%; - } - - .layout-xl-row>.flex-xl-15 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 15%; - } - - .layout-xl-column>.flex-xl-15 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 15%; - max-width: 100%; - } - - .flex-xl-20, - .layout-row>.flex-xl-20 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 20%; - } - - .layout-column>.flex-xl-20 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 20%; - max-width: 100%; - } - - .layout-xl-row>.flex-xl-20 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 20%; - } - - .layout-xl-column>.flex-xl-20 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 20%; - max-width: 100%; - } - - .flex-xl-25, - .layout-row>.flex-xl-25 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 25%; - } - - .layout-column>.flex-xl-25 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 25%; - max-width: 100%; - } - - .layout-xl-row>.flex-xl-25 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 25%; - } - - .layout-xl-column>.flex-xl-25 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 25%; - max-width: 100%; - } - - .flex-xl-30, - .layout-row>.flex-xl-30 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 30%; - } - - .layout-column>.flex-xl-30 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 30%; - max-width: 100%; - } - - .layout-xl-row>.flex-xl-30 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 30%; - } - - .layout-xl-column>.flex-xl-30 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 30%; - max-width: 100%; - } - - .flex-xl-35, - .layout-row>.flex-xl-35 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 35%; - } - - .layout-column>.flex-xl-35 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 35%; - max-width: 100%; - } - - .layout-xl-row>.flex-xl-35 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 35%; - } - - .layout-xl-column>.flex-xl-35 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 35%; - max-width: 100%; - } - - .flex-xl-40, - .layout-row>.flex-xl-40 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 40%; - } - - .layout-column>.flex-xl-40 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 40%; - max-width: 100%; - } - - .layout-xl-row>.flex-xl-40 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 40%; - } - - .layout-xl-column>.flex-xl-40 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 40%; - max-width: 100%; - } - - .flex-xl-45, - .layout-row>.flex-xl-45 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 45%; - } - - .layout-column>.flex-xl-45 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 45%; - max-width: 100%; - } - - .layout-xl-row>.flex-xl-45 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 45%; - } - - .layout-xl-column>.flex-xl-45 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 45%; - max-width: 100%; - } - - .flex-xl-50, - .layout-row>.flex-xl-50 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 50%; - } - - .layout-column>.flex-xl-50 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 50%; - max-width: 100%; - } - - .layout-xl-row>.flex-xl-50 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 50%; - } - - .layout-xl-column>.flex-xl-50 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 50%; - max-width: 100%; - } - - .flex-xl-55, - .layout-row>.flex-xl-55 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 55%; - } - - .layout-column>.flex-xl-55 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 55%; - max-width: 100%; - } - - .layout-xl-row>.flex-xl-55 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 55%; - } - - .layout-xl-column>.flex-xl-55 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 55%; - max-width: 100%; - } - - .flex-xl-60, - .layout-row>.flex-xl-60 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 60%; - } - - .layout-column>.flex-xl-60 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 60%; - max-width: 100%; - } - - .layout-xl-row>.flex-xl-60 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 60%; - } - - .layout-xl-column>.flex-xl-60 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 60%; - max-width: 100%; - } - - .flex-xl-65, - .layout-row>.flex-xl-65 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 65%; - } - - .layout-column>.flex-xl-65 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 65%; - max-width: 100%; - } - - .layout-xl-row>.flex-xl-65 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 65%; - } - - .layout-xl-column>.flex-xl-65 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 65%; - max-width: 100%; - } - - .flex-xl-70, - .layout-row>.flex-xl-70 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 70%; - } - - .layout-column>.flex-xl-70 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 70%; - max-width: 100%; - } - - .layout-xl-row>.flex-xl-70 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 70%; - } - - .layout-xl-column>.flex-xl-70 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 70%; - max-width: 100%; - } - - .flex-xl-75, - .layout-row>.flex-xl-75 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 75%; - } - - .layout-column>.flex-xl-75 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 75%; - max-width: 100%; - } - - .layout-xl-row>.flex-xl-75 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 75%; - } - - .layout-xl-column>.flex-xl-75 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 75%; - max-width: 100%; - } - - .flex-xl-80, - .layout-row>.flex-xl-80 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 80%; - } - - .layout-column>.flex-xl-80 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 80%; - max-width: 100%; - } - - .layout-xl-row>.flex-xl-80 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 80%; - } - - .layout-xl-column>.flex-xl-80 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 80%; - max-width: 100%; - } - - .flex-xl-85, - .layout-row>.flex-xl-85 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 85%; - } - - .layout-column>.flex-xl-85 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 85%; - max-width: 100%; - } - - .layout-xl-row>.flex-xl-85 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 85%; - } - - .layout-xl-column>.flex-xl-85 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 85%; - max-width: 100%; - } - - .flex-xl-90, - .layout-row>.flex-xl-90 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 90%; - } - - .layout-column>.flex-xl-90 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 90%; - max-width: 100%; - } - - .layout-xl-row>.flex-xl-90 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 90%; - } - - .layout-xl-column>.flex-xl-90 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 90%; - max-width: 100%; - } - - .flex-xl-95, - .layout-row>.flex-xl-95 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 95%; - } - - .layout-column>.flex-xl-95 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 95%; - max-width: 100%; - } - - .layout-xl-row>.flex-xl-95 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 95%; - } - - .layout-xl-column>.flex-xl-95 { - max-height: 95%; - } - - .flex-xl-100, - .layout-xl-column>.flex-xl-95 { - box-sizing: border-box; - flex: 1 1 100%; - max-width: 100%; - } - - .flex-xl-100 { - max-height: 100%; - } - - .layout-column>.flex-xl-100, - .layout-row>.flex-xl-100, - .layout-xl-column>.flex-xl-100, - .layout-xl-row>.flex-xl-100 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 100%; - } - - .layout-row>.flex-xl-33 { - box-sizing: border-box; - flex: 1 1 33.33%; - max-height: 100%; - max-width: 33.33%; - } - - .layout-row>.flex-xl-66 { - box-sizing: border-box; - flex: 1 1 66.66%; - max-height: 100%; - max-width: 66.66%; - } - - .layout-column>.flex-xl-33 { - box-sizing: border-box; - flex: 1 1 33.33%; - max-height: 33.33%; - max-width: 100%; - } - - .layout-column>.flex-xl-66 { - box-sizing: border-box; - flex: 1 1 66.66%; - max-height: 66.66%; - max-width: 100%; - } - - .layout-xl-row>.flex-xl-33 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 33.33%; - } - - .layout-xl-row>.flex-xl-66 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 100%; - max-width: 66.66%; - } - - .layout-xl-row>.flex { - min-width: 0; - } - - .layout-xl-column>.flex-xl-33 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 33.33%; - max-width: 100%; - } - - .layout-xl-column>.flex-xl-66 { - box-sizing: border-box; - flex: 1 1 100%; - max-height: 66.66%; - max-width: 100%; - } - - .layout-xl-column>.flex { - min-height: 0; - } - - .layout-xl, - .layout-xl-column, - .layout-xl-row { - box-sizing: border-box; - display: flex; - } - - .layout-xl-column { - flex-direction: column; - } - - .layout-xl-row { - flex-direction: row; - } - - .hide-gt-lg:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show), - .hide-gt-md:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show), - .hide-gt-sm:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show), - .hide-gt-xs:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show), - .hide-xl:not(.show-xl):not(.show-gt-lg):not(.show-gt-md):not(.show-gt-sm):not(.show-gt-xs):not(.show), - .hide:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show) { - display: none; - } -} - -@media print { - .hide-print:not(.show-print):not(.show) { - display: none!important; - } -} -/*! - * Angular Material Design - * https://github.com/angular/material - * @license MIT - * v0.9.7 - */ - -/* mixin definition ; sets LTR and RTL within the same style call */ - -md-autocomplete button ng-md-icon { - position: absolute; - top: 50%; - left: 50%; - -webkit-transform: translate3d(-50%, -50%, 0) scale(0.9); - transform: translate3d(-50%, -50%, 0) scale(0.9); -} - -md-autocomplete button ng-md-icon path { - stroke-width: 0; -} - -.md-button.ng-md-icon { - padding: 0; - background: none; -} - -.md-button.md-fab ng-md-icon { - margin-top: 0; -} - -md-checkbox .ng-md-icon { - transition: 240ms; - position: absolute; - top: 0; - left: 0; - width: 18px; - height: 18px; - border: 2px solid; - border-radius: 2px; -} - -md-checkbox.md-checked .ng-md-icon { - border: none; -} - -md-checkbox.md-checked .ng-md-icon:after { - -webkit-transform: rotate(45deg); - transform: rotate(45deg); - position: absolute; - left: 6px; - top: 2px; - display: table; - width: 6px; - height: 12px; - border: 2px solid; - border-top: 0; - border-left: 0; - content: ''; -} - -.md-chips .md-chip .md-chip-remove ng-md-icon { - height: 18px; - width: 18px; - position: absolute; - top: 50%; - left: 50%; - -webkit-transform: translate3d(-50%, -50%, 0); - transform: translate3d(-50%, -50%, 0); -} - -ng-md-icon { - margin: auto; - background-repeat: no-repeat no-repeat; - display: inline-block; - vertical-align: middle; - fill: currentColor; - height: 24px; - width: 24px; -} - -ng-md-icon svg { - pointer-events: none; - display: block; -} - -ng-md-icon[md-font-icon] { - line-height: 1; - width: auto; -} - -md-input-container > ng-md-icon { - position: absolute; - top: 5px; - left: 2px; -} - -md-input-container > ng-md-icon + input { - margin-left: 36px; -} - -md-input-container.md-icon-float > ng-md-icon { - top: 26px; - left: 2px; -} - -md-input-container.md-icon-float > ng-md-icon + input { - margin-left: 36px; -} - -@media screen and (-ms-high-contrast: active) { - md-input-container.md-default-theme > ng-md-icon { - fill: #fff; - } -} - -md-list-item > div.md-primary > ng-md-icon, -md-list-item > div.md-secondary > ng-md-icon, -md-list-item > ng-md-icon:first-child, -md-list-item > ng-md-icon.md-secondary, -md-list-item .md-list-item-inner > div.md-primary > ng-md-icon, -md-list-item .md-list-item-inner > div.md-secondary > ng-md-icon, -md-list-item .md-list-item-inner > ng-md-icon:first-child, -md-list-item .md-list-item-inner > ng-md-icon.md-secondary { - width: 24px; - margin-top: 16px; - margin-bottom: 12px; - box-sizing: content-box; -} - -md-list-item > ng-md-icon:first-child, -md-list-item .md-list-item-inner > ng-md-icon:first-child { - margin-right: 32px; -} - -md-list-item.md-2-line > ng-md-icon:first-child, -md-list-item.md-2-line > .md-no-style > ng-md-icon:first-child { - -webkit-align-self: flex-start; - -ms-flex-item-align: start; - align-self: flex-start; -} - -md-list-item.md-3-line > ng-md-icon:first-child, -md-list-item.md-3-line > .md-no-style > ng-md-icon:first-child { - margin-top: 16px; -} - -md-tabs-wrapper md-prev-button ng-md-icon, -md-tabs-wrapper md-next-button ng-md-icon { - position: absolute; - top: 50%; - left: 50%; - -webkit-transform: translate3d(-50%, -50%, 0); - transform: translate3d(-50%, -50%, 0); -} - -md-tabs-wrapper md-next-button ng-md-icon { - -webkit-transform: translate3d(-50%, -50%, 0) rotate(180deg); - transform: translate3d(-50%, -50%, 0) rotate(180deg); -} -/*! - * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome - * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) - */ - -/* FONT PATH - * -------------------------- */ - -@font-face { - font-family: 'FontAwesome'; - src: url('../fonts/fontawesome-webfont.eot'); - src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2') format('woff2'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont.svg#fontawesomeregular') format('svg'); - font-weight: normal; - font-style: normal; -} - -.fa { - display: inline-block; - font: normal normal normal 14px/1 FontAwesome; - font-size: inherit; - text-rendering: auto; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; -} - -/* makes the font 33% larger relative to the icon container */ - -.fa-sm { - font-size: 0.875em; -} - -.fa-xs { - font-size: 0.75em; -} - -.fa-lg { - font-size: 1.33333333em; - line-height: 0.75em; - vertical-align: -15%; -} - -.fa-2x { - font-size: 2em; -} - -.fa-3x { - font-size: 3em; -} - -.fa-4x { - font-size: 4em; -} - -.fa-5x { - font-size: 5em; -} - -.fa-fw { - width: 1.28571429em; - text-align: center; -} - -.fa-ul { - padding-left: 0; - margin-left: 2.14285714em; - list-style-type: none; -} - -.fa-ul > li { - position: relative; -} - -.fa-li { - position: absolute; - left: -2.14285714em; - width: 2.14285714em; - top: 0.14285714em; - text-align: center; -} - -.fa-li.fa-lg { - left: -1.85714286em; -} - -.fa-border { - padding: .2em .25em .15em; - border: solid 0.08em #eeeeee; - border-radius: .1em; -} - -.fa-pull-left { - float: left; -} - -.fa-pull-right { - float: right; -} - -.fa.fa-pull-left { - margin-right: .3em; -} - -.fa.fa-pull-right { - margin-left: .3em; -} - -/* Deprecated as of 4.4.0 */ - -.pull-right { - float: right; -} - -.pull-left { - float: left; -} - -.fa.pull-left { - margin-right: .3em; -} - -.fa.pull-right { - margin-left: .3em; -} - -.fa-spin { - -webkit-animation: fa-spin 2s infinite linear; - animation: fa-spin 2s infinite linear; -} - -.fa-pulse { - -webkit-animation: fa-spin 1s infinite steps(8); - animation: fa-spin 1s infinite steps(8); -} - -@-webkit-keyframes fa-spin { - 0% { - -webkit-transform: rotate(0deg); - transform: rotate(0deg); - } - - 100% { - -webkit-transform: rotate(359deg); - transform: rotate(359deg); - } -} - -@keyframes fa-spin { - 0% { - -webkit-transform: rotate(0deg); - transform: rotate(0deg); - } - - 100% { - -webkit-transform: rotate(359deg); - transform: rotate(359deg); - } -} - -.fa-rotate-90 { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; - -webkit-transform: rotate(90deg); - -ms-transform: rotate(90deg); - transform: rotate(90deg); -} - -.fa-rotate-180 { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; - -webkit-transform: rotate(180deg); - -ms-transform: rotate(180deg); - transform: rotate(180deg); -} - -.fa-rotate-270 { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; - -webkit-transform: rotate(270deg); - -ms-transform: rotate(270deg); - transform: rotate(270deg); -} - -.fa-flip-horizontal { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; - -webkit-transform: scale(-1, 1); - -ms-transform: scale(-1, 1); - transform: scale(-1, 1); -} - -.fa-flip-vertical { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; - -webkit-transform: scale(1, -1); - -ms-transform: scale(1, -1); - transform: scale(1, -1); -} - -:root .fa-rotate-90, -:root .fa-rotate-180, -:root .fa-rotate-270, -:root .fa-flip-horizontal, -:root .fa-flip-vertical { - filter: none; -} - -.fa-stack { - position: relative; - display: inline-block; - width: 2em; - height: 2em; - line-height: 2em; - vertical-align: middle; -} - -.fa-stack-1x, -.fa-stack-2x { - position: absolute; - left: 0; - width: 100%; - text-align: center; -} - -.fa-stack-1x { - line-height: inherit; -} - -.fa-stack-2x { - font-size: 2em; -} - -.fa-inverse { - color: #ffffff; -} - -/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen - readers do not read off random characters that represent icons */ - -.fa-glass:before { - content: "\f000"; -} - -.fa-music:before { - content: "\f001"; -} - -.fa-search:before { - content: "\f002"; -} - -.fa-envelope-o:before { - content: "\f003"; -} - -.fa-heart:before { - content: "\f004"; -} - -.fa-star:before { - content: "\f005"; -} - -.fa-star-o:before { - content: "\f006"; -} - -.fa-user:before { - content: "\f007"; -} - -.fa-film:before { - content: "\f008"; -} - -.fa-th-large:before { - content: "\f009"; -} - -.fa-th:before { - content: "\f00a"; -} - -.fa-th-list:before { - content: "\f00b"; -} - -.fa-check:before { - content: "\f00c"; -} - -.fa-remove:before, -.fa-close:before, -.fa-times:before { - content: "\f00d"; -} - -.fa-search-plus:before { - content: "\f00e"; -} - -.fa-search-minus:before { - content: "\f010"; -} - -.fa-power-off:before { - content: "\f011"; -} - -.fa-signal:before { - content: "\f012"; -} - -.fa-gear:before, -.fa-cog:before { - content: "\f013"; -} - -.fa-trash-o:before { - content: "\f014"; -} - -.fa-home:before { - content: "\f015"; -} - -.fa-file-o:before { - content: "\f016"; -} - -.fa-clock-o:before { - content: "\f017"; -} - -.fa-road:before { - content: "\f018"; -} - -.fa-download:before { - content: "\f019"; -} - -.fa-arrow-circle-o-down:before { - content: "\f01a"; -} - -.fa-arrow-circle-o-up:before { - content: "\f01b"; -} - -.fa-inbox:before { - content: "\f01c"; -} - -.fa-play-circle-o:before { - content: "\f01d"; -} - -.fa-rotate-right:before, -.fa-repeat:before { - content: "\f01e"; -} - -.fa-refresh:before { - content: "\f021"; -} - -.fa-list-alt:before { - content: "\f022"; -} - -.fa-lock:before { - content: "\f023"; -} - -.fa-flag:before { - content: "\f024"; -} - -.fa-headphones:before { - content: "\f025"; -} - -.fa-volume-off:before { - content: "\f026"; -} - -.fa-volume-down:before { - content: "\f027"; -} - -.fa-volume-up:before { - content: "\f028"; -} - -.fa-qrcode:before { - content: "\f029"; -} - -.fa-barcode:before { - content: "\f02a"; -} - -.fa-tag:before { - content: "\f02b"; -} - -.fa-tags:before { - content: "\f02c"; -} - -.fa-book:before { - content: "\f02d"; -} - -.fa-bookmark:before { - content: "\f02e"; -} - -.fa-print:before { - content: "\f02f"; -} - -.fa-camera:before { - content: "\f030"; -} - -.fa-font:before { - content: "\f031"; -} - -.fa-bold:before { - content: "\f032"; -} - -.fa-italic:before { - content: "\f033"; -} - -.fa-text-height:before { - content: "\f034"; -} - -.fa-text-width:before { - content: "\f035"; -} - -.fa-align-left:before { - content: "\f036"; -} - -.fa-align-center:before { - content: "\f037"; -} - -.fa-align-right:before { - content: "\f038"; -} - -.fa-align-justify:before { - content: "\f039"; -} - -.fa-list:before { - content: "\f03a"; -} - -.fa-dedent:before, -.fa-outdent:before { - content: "\f03b"; -} - -.fa-indent:before { - content: "\f03c"; -} - -.fa-video-camera:before { - content: "\f03d"; -} - -.fa-photo:before, -.fa-image:before, -.fa-picture-o:before { - content: "\f03e"; -} - -.fa-pencil:before { - content: "\f040"; -} - -.fa-map-marker:before { - content: "\f041"; -} - -.fa-adjust:before { - content: "\f042"; -} - -.fa-tint:before { - content: "\f043"; -} - -.fa-edit:before, -.fa-pencil-square-o:before { - content: "\f044"; -} - -.fa-share-square-o:before { - content: "\f045"; -} - -.fa-check-square-o:before { - content: "\f046"; -} - -.fa-arrows:before { - content: "\f047"; -} - -.fa-step-backward:before { - content: "\f048"; -} - -.fa-fast-backward:before { - content: "\f049"; -} - -.fa-backward:before { - content: "\f04a"; -} - -.fa-play:before { - content: "\f04b"; -} - -.fa-pause:before { - content: "\f04c"; -} - -.fa-stop:before { - content: "\f04d"; -} - -.fa-forward:before { - content: "\f04e"; -} - -.fa-fast-forward:before { - content: "\f050"; -} - -.fa-step-forward:before { - content: "\f051"; -} - -.fa-eject:before { - content: "\f052"; -} - -.fa-chevron-left:before { - content: "\f053"; -} - -.fa-chevron-right:before { - content: "\f054"; -} - -.fa-plus-circle:before { - content: "\f055"; -} - -.fa-minus-circle:before { - content: "\f056"; -} - -.fa-times-circle:before { - content: "\f057"; -} - -.fa-check-circle:before { - content: "\f058"; -} - -.fa-question-circle:before { - content: "\f059"; -} - -.fa-info-circle:before { - content: "\f05a"; -} - -.fa-crosshairs:before { - content: "\f05b"; -} - -.fa-times-circle-o:before { - content: "\f05c"; -} - -.fa-check-circle-o:before { - content: "\f05d"; -} - -.fa-ban:before { - content: "\f05e"; -} - -.fa-arrow-left:before { - content: "\f060"; -} - -.fa-arrow-right:before { - content: "\f061"; -} - -.fa-arrow-up:before { - content: "\f062"; -} - -.fa-arrow-down:before { - content: "\f063"; -} - -.fa-mail-forward:before, -.fa-share:before { - content: "\f064"; -} - -.fa-expand:before { - content: "\f065"; -} - -.fa-compress:before { - content: "\f066"; -} - -.fa-plus:before { - content: "\f067"; -} - -.fa-minus:before { - content: "\f068"; -} - -.fa-asterisk:before { - content: "\f069"; -} - -.fa-exclamation-circle:before { - content: "\f06a"; -} - -.fa-gift:before { - content: "\f06b"; -} - -.fa-leaf:before { - content: "\f06c"; -} - -.fa-fire:before { - content: "\f06d"; -} - -.fa-eye:before { - content: "\f06e"; -} - -.fa-eye-slash:before { - content: "\f070"; -} - -.fa-warning:before, -.fa-exclamation-triangle:before { - content: "\f071"; -} - -.fa-plane:before { - content: "\f072"; -} - -.fa-calendar:before { - content: "\f073"; -} - -.fa-random:before { - content: "\f074"; -} - -.fa-comment:before { - content: "\f075"; -} - -.fa-magnet:before { - content: "\f076"; -} - -.fa-chevron-up:before { - content: "\f077"; -} - -.fa-chevron-down:before { - content: "\f078"; -} - -.fa-retweet:before { - content: "\f079"; -} - -.fa-shopping-cart:before { - content: "\f07a"; -} - -.fa-folder:before { - content: "\f07b"; -} - -.fa-folder-open:before { - content: "\f07c"; -} - -.fa-arrows-v:before { - content: "\f07d"; -} - -.fa-arrows-h:before { - content: "\f07e"; -} - -.fa-bar-chart-o:before, -.fa-bar-chart:before { - content: "\f080"; -} - -.fa-twitter-square:before { - content: "\f081"; -} - -.fa-facebook-square:before { - content: "\f082"; -} - -.fa-camera-retro:before { - content: "\f083"; -} - -.fa-key:before { - content: "\f084"; -} - -.fa-gears:before, -.fa-cogs:before { - content: "\f085"; -} - -.fa-comments:before { - content: "\f086"; -} - -.fa-thumbs-o-up:before { - content: "\f087"; -} - -.fa-thumbs-o-down:before { - content: "\f088"; -} - -.fa-star-half:before { - content: "\f089"; -} - -.fa-heart-o:before { - content: "\f08a"; -} - -.fa-sign-out:before { - content: "\f08b"; -} - -.fa-linkedin-square:before { - content: "\f08c"; -} - -.fa-thumb-tack:before { - content: "\f08d"; -} - -.fa-external-link:before { - content: "\f08e"; -} - -.fa-sign-in:before { - content: "\f090"; -} - -.fa-trophy:before { - content: "\f091"; -} - -.fa-github-square:before { - content: "\f092"; -} - -.fa-upload:before { - content: "\f093"; -} - -.fa-lemon-o:before { - content: "\f094"; -} - -.fa-phone:before { - content: "\f095"; -} - -.fa-square-o:before { - content: "\f096"; -} - -.fa-bookmark-o:before { - content: "\f097"; -} - -.fa-phone-square:before { - content: "\f098"; -} - -.fa-twitter:before { - content: "\f099"; -} - -.fa-facebook-f:before, -.fa-facebook:before { - content: "\f09a"; -} - -.fa-github:before { - content: "\f09b"; -} - -.fa-unlock:before { - content: "\f09c"; -} - -.fa-credit-card:before { - content: "\f09d"; -} - -.fa-feed:before, -.fa-rss:before { - content: "\f09e"; -} - -.fa-hdd-o:before { - content: "\f0a0"; -} - -.fa-bullhorn:before { - content: "\f0a1"; -} - -.fa-bell:before { - content: "\f0f3"; -} - -.fa-certificate:before { - content: "\f0a3"; -} - -.fa-hand-o-right:before { - content: "\f0a4"; -} - -.fa-hand-o-left:before { - content: "\f0a5"; -} - -.fa-hand-o-up:before { - content: "\f0a6"; -} - -.fa-hand-o-down:before { - content: "\f0a7"; -} - -.fa-arrow-circle-left:before { - content: "\f0a8"; -} - -.fa-arrow-circle-right:before { - content: "\f0a9"; -} - -.fa-arrow-circle-up:before { - content: "\f0aa"; -} - -.fa-arrow-circle-down:before { - content: "\f0ab"; -} - -.fa-globe:before { - content: "\f0ac"; -} - -.fa-wrench:before { - content: "\f0ad"; -} - -.fa-tasks:before { - content: "\f0ae"; -} - -.fa-filter:before { - content: "\f0b0"; -} - -.fa-briefcase:before { - content: "\f0b1"; -} - -.fa-arrows-alt:before { - content: "\f0b2"; -} - -.fa-group:before, -.fa-users:before { - content: "\f0c0"; -} - -.fa-chain:before, -.fa-link:before { - content: "\f0c1"; -} - -.fa-cloud:before { - content: "\f0c2"; -} - -.fa-flask:before { - content: "\f0c3"; -} - -.fa-cut:before, -.fa-scissors:before { - content: "\f0c4"; -} - -.fa-copy:before, -.fa-files-o:before { - content: "\f0c5"; -} - -.fa-paperclip:before { - content: "\f0c6"; -} - -.fa-save:before, -.fa-floppy-o:before { - content: "\f0c7"; -} - -.fa-square:before { - content: "\f0c8"; -} - -.fa-navicon:before, -.fa-reorder:before, -.fa-bars:before { - content: "\f0c9"; -} - -.fa-list-ul:before { - content: "\f0ca"; -} - -.fa-list-ol:before { - content: "\f0cb"; -} - -.fa-strikethrough:before { - content: "\f0cc"; -} - -.fa-underline:before { - content: "\f0cd"; -} - -.fa-table:before { - content: "\f0ce"; -} - -.fa-magic:before { - content: "\f0d0"; -} - -.fa-truck:before { - content: "\f0d1"; -} - -.fa-pinterest:before { - content: "\f0d2"; -} - -.fa-pinterest-square:before { - content: "\f0d3"; -} - -.fa-google-plus-square:before { - content: "\f0d4"; -} - -.fa-google-plus:before { - content: "\f0d5"; -} - -.fa-money:before { - content: "\f0d6"; -} - -.fa-caret-down:before { - content: "\f0d7"; -} - -.fa-caret-up:before { - content: "\f0d8"; -} - -.fa-caret-left:before { - content: "\f0d9"; -} - -.fa-caret-right:before { - content: "\f0da"; -} - -.fa-columns:before { - content: "\f0db"; -} - -.fa-unsorted:before, -.fa-sort:before { - content: "\f0dc"; -} - -.fa-sort-down:before, -.fa-sort-desc:before { - content: "\f0dd"; -} - -.fa-sort-up:before, -.fa-sort-asc:before { - content: "\f0de"; -} - -.fa-envelope:before { - content: "\f0e0"; -} - -.fa-linkedin:before { - content: "\f0e1"; -} - -.fa-rotate-left:before, -.fa-undo:before { - content: "\f0e2"; -} - -.fa-legal:before, -.fa-gavel:before { - content: "\f0e3"; -} - -.fa-dashboard:before, -.fa-tachometer:before { - content: "\f0e4"; -} - -.fa-comment-o:before { - content: "\f0e5"; -} - -.fa-comments-o:before { - content: "\f0e6"; -} - -.fa-flash:before, -.fa-bolt:before { - content: "\f0e7"; -} - -.fa-sitemap:before { - content: "\f0e8"; -} - -.fa-umbrella:before { - content: "\f0e9"; -} - -.fa-paste:before, -.fa-clipboard:before { - content: "\f0ea"; -} - -.fa-lightbulb-o:before { - content: "\f0eb"; -} - -.fa-exchange:before { - content: "\f0ec"; -} - -.fa-cloud-download:before { - content: "\f0ed"; -} - -.fa-cloud-upload:before { - content: "\f0ee"; -} - -.fa-user-md:before { - content: "\f0f0"; -} - -.fa-stethoscope:before { - content: "\f0f1"; -} - -.fa-suitcase:before { - content: "\f0f2"; -} - -.fa-bell-o:before { - content: "\f0a2"; -} - -.fa-coffee:before { - content: "\f0f4"; -} - -.fa-cutlery:before { - content: "\f0f5"; -} - -.fa-file-text-o:before { - content: "\f0f6"; -} - -.fa-building-o:before { - content: "\f0f7"; -} - -.fa-hospital-o:before { - content: "\f0f8"; -} - -.fa-ambulance:before { - content: "\f0f9"; -} - -.fa-medkit:before { - content: "\f0fa"; -} - -.fa-fighter-jet:before { - content: "\f0fb"; -} - -.fa-beer:before { - content: "\f0fc"; -} - -.fa-h-square:before { - content: "\f0fd"; -} - -.fa-plus-square:before { - content: "\f0fe"; -} - -.fa-angle-double-left:before { - content: "\f100"; -} - -.fa-angle-double-right:before { - content: "\f101"; -} - -.fa-angle-double-up:before { - content: "\f102"; -} - -.fa-angle-double-down:before { - content: "\f103"; -} - -.fa-angle-left:before { - content: "\f104"; -} - -.fa-angle-right:before { - content: "\f105"; -} - -.fa-angle-up:before { - content: "\f106"; -} - -.fa-angle-down:before { - content: "\f107"; -} - -.fa-desktop:before { - content: "\f108"; -} - -.fa-laptop:before { - content: "\f109"; -} - -.fa-tablet:before { - content: "\f10a"; -} - -.fa-mobile-phone:before, -.fa-mobile:before { - content: "\f10b"; -} - -.fa-circle-o:before { - content: "\f10c"; -} - -.fa-quote-left:before { - content: "\f10d"; -} - -.fa-quote-right:before { - content: "\f10e"; -} - -.fa-spinner:before { - content: "\f110"; -} - -.fa-circle:before { - content: "\f111"; -} - -.fa-mail-reply:before, -.fa-reply:before { - content: "\f112"; -} - -.fa-github-alt:before { - content: "\f113"; -} - -.fa-folder-o:before { - content: "\f114"; -} - -.fa-folder-open-o:before { - content: "\f115"; -} - -.fa-smile-o:before { - content: "\f118"; -} - -.fa-frown-o:before { - content: "\f119"; -} - -.fa-meh-o:before { - content: "\f11a"; -} - -.fa-gamepad:before { - content: "\f11b"; -} - -.fa-keyboard-o:before { - content: "\f11c"; -} - -.fa-flag-o:before { - content: "\f11d"; -} - -.fa-flag-checkered:before { - content: "\f11e"; -} - -.fa-terminal:before { - content: "\f120"; -} - -.fa-code:before { - content: "\f121"; -} - -.fa-mail-reply-all:before, -.fa-reply-all:before { - content: "\f122"; -} - -.fa-star-half-empty:before, -.fa-star-half-full:before, -.fa-star-half-o:before { - content: "\f123"; -} - -.fa-location-arrow:before { - content: "\f124"; -} - -.fa-crop:before { - content: "\f125"; -} - -.fa-code-fork:before { - content: "\f126"; -} - -.fa-unlink:before, -.fa-chain-broken:before { - content: "\f127"; -} - -.fa-question:before { - content: "\f128"; -} - -.fa-info:before { - content: "\f129"; -} - -.fa-exclamation:before { - content: "\f12a"; -} - -.fa-superscript:before { - content: "\f12b"; -} - -.fa-subscript:before { - content: "\f12c"; -} - -.fa-eraser:before { - content: "\f12d"; -} - -.fa-puzzle-piece:before { - content: "\f12e"; -} - -.fa-microphone:before { - content: "\f130"; -} - -.fa-microphone-slash:before { - content: "\f131"; -} - -.fa-shield:before { - content: "\f132"; -} - -.fa-calendar-o:before { - content: "\f133"; -} - -.fa-fire-extinguisher:before { - content: "\f134"; -} - -.fa-rocket:before { - content: "\f135"; -} - -.fa-maxcdn:before { - content: "\f136"; -} - -.fa-chevron-circle-left:before { - content: "\f137"; -} - -.fa-chevron-circle-right:before { - content: "\f138"; -} - -.fa-chevron-circle-up:before { - content: "\f139"; -} - -.fa-chevron-circle-down:before { - content: "\f13a"; -} - -.fa-html5:before { - content: "\f13b"; -} - -.fa-css3:before { - content: "\f13c"; -} - -.fa-anchor:before { - content: "\f13d"; -} - -.fa-unlock-alt:before { - content: "\f13e"; -} - -.fa-bullseye:before { - content: "\f140"; -} - -.fa-ellipsis-h:before { - content: "\f141"; -} - -.fa-ellipsis-v:before { - content: "\f142"; -} - -.fa-rss-square:before { - content: "\f143"; -} - -.fa-play-circle:before { - content: "\f144"; -} - -.fa-ticket:before { - content: "\f145"; -} - -.fa-minus-square:before { - content: "\f146"; -} - -.fa-minus-square-o:before { - content: "\f147"; -} - -.fa-level-up:before { - content: "\f148"; -} - -.fa-level-down:before { - content: "\f149"; -} - -.fa-check-square:before { - content: "\f14a"; -} - -.fa-pencil-square:before { - content: "\f14b"; -} - -.fa-external-link-square:before { - content: "\f14c"; -} - -.fa-share-square:before { - content: "\f14d"; -} - -.fa-compass:before { - content: "\f14e"; -} - -.fa-toggle-down:before, -.fa-caret-square-o-down:before { - content: "\f150"; -} - -.fa-toggle-up:before, -.fa-caret-square-o-up:before { - content: "\f151"; -} - -.fa-toggle-right:before, -.fa-caret-square-o-right:before { - content: "\f152"; -} - -.fa-euro:before, -.fa-eur:before { - content: "\f153"; -} - -.fa-gbp:before { - content: "\f154"; -} - -.fa-dollar:before, -.fa-usd:before { - content: "\f155"; -} - -.fa-rupee:before, -.fa-inr:before { - content: "\f156"; -} - -.fa-cny:before, -.fa-rmb:before, -.fa-yen:before, -.fa-jpy:before { - content: "\f157"; -} - -.fa-ruble:before, -.fa-rouble:before, -.fa-rub:before { - content: "\f158"; -} - -.fa-won:before, -.fa-krw:before { - content: "\f159"; -} - -.fa-bitcoin:before, -.fa-btc:before { - content: "\f15a"; -} - -.fa-file:before { - content: "\f15b"; -} - -.fa-file-text:before { - content: "\f15c"; -} - -.fa-sort-alpha-asc:before { - content: "\f15d"; -} - -.fa-sort-alpha-desc:before { - content: "\f15e"; -} - -.fa-sort-amount-asc:before { - content: "\f160"; -} - -.fa-sort-amount-desc:before { - content: "\f161"; -} - -.fa-sort-numeric-asc:before { - content: "\f162"; -} - -.fa-sort-numeric-desc:before { - content: "\f163"; -} - -.fa-thumbs-up:before { - content: "\f164"; -} - -.fa-thumbs-down:before { - content: "\f165"; -} - -.fa-youtube-square:before { - content: "\f166"; -} - -.fa-youtube:before { - content: "\f167"; -} - -.fa-xing:before { - content: "\f168"; -} - -.fa-xing-square:before { - content: "\f169"; -} - -.fa-youtube-play:before { - content: "\f16a"; -} - -.fa-dropbox:before { - content: "\f16b"; -} - -.fa-stack-overflow:before { - content: "\f16c"; -} - -.fa-instagram:before { - content: "\f16d"; -} - -.fa-flickr:before { - content: "\f16e"; -} - -.fa-adn:before { - content: "\f170"; -} - -.fa-bitbucket:before { - content: "\f171"; -} - -.fa-bitbucket-square:before { - content: "\f172"; -} - -.fa-tumblr:before { - content: "\f173"; -} - -.fa-tumblr-square:before { - content: "\f174"; -} - -.fa-long-arrow-down:before { - content: "\f175"; -} - -.fa-long-arrow-up:before { - content: "\f176"; -} - -.fa-long-arrow-left:before { - content: "\f177"; -} - -.fa-long-arrow-right:before { - content: "\f178"; -} - -.fa-apple:before { - content: "\f179"; -} - -.fa-windows:before { - content: "\f17a"; -} - -.fa-android:before { - content: "\f17b"; -} - -.fa-linux:before { - content: "\f17c"; -} - -.fa-dribbble:before { - content: "\f17d"; -} - -.fa-skype:before { - content: "\f17e"; -} - -.fa-foursquare:before { - content: "\f180"; -} - -.fa-trello:before { - content: "\f181"; -} - -.fa-female:before { - content: "\f182"; -} - -.fa-male:before { - content: "\f183"; -} - -.fa-gittip:before, -.fa-gratipay:before { - content: "\f184"; -} - -.fa-sun-o:before { - content: "\f185"; -} - -.fa-moon-o:before { - content: "\f186"; -} - -.fa-archive:before { - content: "\f187"; -} - -.fa-bug:before { - content: "\f188"; -} - -.fa-vk:before { - content: "\f189"; -} - -.fa-weibo:before { - content: "\f18a"; -} - -.fa-renren:before { - content: "\f18b"; -} - -.fa-pagelines:before { - content: "\f18c"; -} - -.fa-stack-exchange:before { - content: "\f18d"; -} - -.fa-arrow-circle-o-right:before { - content: "\f18e"; -} - -.fa-arrow-circle-o-left:before { - content: "\f190"; -} - -.fa-toggle-left:before, -.fa-caret-square-o-left:before { - content: "\f191"; -} - -.fa-dot-circle-o:before { - content: "\f192"; -} - -.fa-wheelchair:before { - content: "\f193"; -} - -.fa-vimeo-square:before { - content: "\f194"; -} - -.fa-turkish-lira:before, -.fa-try:before { - content: "\f195"; -} - -.fa-plus-square-o:before { - content: "\f196"; -} - -.fa-space-shuttle:before { - content: "\f197"; -} - -.fa-slack:before { - content: "\f198"; -} - -.fa-envelope-square:before { - content: "\f199"; -} - -.fa-wordpress:before { - content: "\f19a"; -} - -.fa-openid:before { - content: "\f19b"; -} - -.fa-institution:before, -.fa-bank:before, -.fa-university:before { - content: "\f19c"; -} - -.fa-mortar-board:before, -.fa-graduation-cap:before { - content: "\f19d"; -} - -.fa-yahoo:before { - content: "\f19e"; -} - -.fa-google:before { - content: "\f1a0"; -} - -.fa-reddit:before { - content: "\f1a1"; -} - -.fa-reddit-square:before { - content: "\f1a2"; -} - -.fa-stumbleupon-circle:before { - content: "\f1a3"; -} - -.fa-stumbleupon:before { - content: "\f1a4"; -} - -.fa-delicious:before { - content: "\f1a5"; -} - -.fa-digg:before { - content: "\f1a6"; -} - -.fa-pied-piper-pp:before { - content: "\f1a7"; -} - -.fa-pied-piper-alt:before { - content: "\f1a8"; -} - -.fa-drupal:before { - content: "\f1a9"; -} - -.fa-joomla:before { - content: "\f1aa"; -} - -.fa-language:before { - content: "\f1ab"; -} - -.fa-fax:before { - content: "\f1ac"; -} - -.fa-building:before { - content: "\f1ad"; -} - -.fa-child:before { - content: "\f1ae"; -} - -.fa-paw:before { - content: "\f1b0"; -} - -.fa-spoon:before { - content: "\f1b1"; -} - -.fa-cube:before { - content: "\f1b2"; -} - -.fa-cubes:before { - content: "\f1b3"; -} - -.fa-behance:before { - content: "\f1b4"; -} - -.fa-behance-square:before { - content: "\f1b5"; -} - -.fa-steam:before { - content: "\f1b6"; -} - -.fa-steam-square:before { - content: "\f1b7"; -} - -.fa-recycle:before { - content: "\f1b8"; -} - -.fa-automobile:before, -.fa-car:before { - content: "\f1b9"; -} - -.fa-cab:before, -.fa-taxi:before { - content: "\f1ba"; -} - -.fa-tree:before { - content: "\f1bb"; -} - -.fa-spotify:before { - content: "\f1bc"; -} - -.fa-deviantart:before { - content: "\f1bd"; -} - -.fa-soundcloud:before { - content: "\f1be"; -} - -.fa-database:before { - content: "\f1c0"; -} - -.fa-file-pdf-o:before { - content: "\f1c1"; -} - -.fa-file-word-o:before { - content: "\f1c2"; -} - -.fa-file-excel-o:before { - content: "\f1c3"; -} - -.fa-file-powerpoint-o:before { - content: "\f1c4"; -} - -.fa-file-photo-o:before, -.fa-file-picture-o:before, -.fa-file-image-o:before { - content: "\f1c5"; -} - -.fa-file-zip-o:before, -.fa-file-archive-o:before { - content: "\f1c6"; -} - -.fa-file-sound-o:before, -.fa-file-audio-o:before { - content: "\f1c7"; -} - -.fa-file-movie-o:before, -.fa-file-video-o:before { - content: "\f1c8"; -} - -.fa-file-code-o:before { - content: "\f1c9"; -} - -.fa-vine:before { - content: "\f1ca"; -} - -.fa-codepen:before { - content: "\f1cb"; -} - -.fa-jsfiddle:before { - content: "\f1cc"; -} - -.fa-life-bouy:before, -.fa-life-buoy:before, -.fa-life-saver:before, -.fa-support:before, -.fa-life-ring:before { - content: "\f1cd"; -} - -.fa-circle-o-notch:before { - content: "\f1ce"; -} - -.fa-ra:before, -.fa-resistance:before, -.fa-rebel:before { - content: "\f1d0"; -} - -.fa-ge:before, -.fa-empire:before { - content: "\f1d1"; -} - -.fa-git-square:before { - content: "\f1d2"; -} - -.fa-git:before { - content: "\f1d3"; -} - -.fa-y-combinator-square:before, -.fa-yc-square:before, -.fa-hacker-news:before { - content: "\f1d4"; -} - -.fa-tencent-weibo:before { - content: "\f1d5"; -} - -.fa-qq:before { - content: "\f1d6"; -} - -.fa-wechat:before, -.fa-weixin:before { - content: "\f1d7"; -} - -.fa-send:before, -.fa-paper-plane:before { - content: "\f1d8"; -} - -.fa-send-o:before, -.fa-paper-plane-o:before { - content: "\f1d9"; -} - -.fa-history:before { - content: "\f1da"; -} - -.fa-circle-thin:before { - content: "\f1db"; -} - -.fa-header:before { - content: "\f1dc"; -} - -.fa-paragraph:before { - content: "\f1dd"; -} - -.fa-sliders:before { - content: "\f1de"; -} - -.fa-share-alt:before { - content: "\f1e0"; -} - -.fa-share-alt-square:before { - content: "\f1e1"; -} - -.fa-bomb:before { - content: "\f1e2"; -} - -.fa-soccer-ball-o:before, -.fa-futbol-o:before { - content: "\f1e3"; -} - -.fa-tty:before { - content: "\f1e4"; -} - -.fa-binoculars:before { - content: "\f1e5"; -} - -.fa-plug:before { - content: "\f1e6"; -} - -.fa-slideshare:before { - content: "\f1e7"; -} - -.fa-twitch:before { - content: "\f1e8"; -} - -.fa-yelp:before { - content: "\f1e9"; -} - -.fa-newspaper-o:before { - content: "\f1ea"; -} - -.fa-wifi:before { - content: "\f1eb"; -} - -.fa-calculator:before { - content: "\f1ec"; -} - -.fa-paypal:before { - content: "\f1ed"; -} - -.fa-google-wallet:before { - content: "\f1ee"; -} - -.fa-cc-visa:before { - content: "\f1f0"; -} - -.fa-cc-mastercard:before { - content: "\f1f1"; -} - -.fa-cc-discover:before { - content: "\f1f2"; -} - -.fa-cc-amex:before { - content: "\f1f3"; -} - -.fa-cc-paypal:before { - content: "\f1f4"; -} - -.fa-cc-stripe:before { - content: "\f1f5"; -} - -.fa-bell-slash:before { - content: "\f1f6"; -} - -.fa-bell-slash-o:before { - content: "\f1f7"; -} - -.fa-trash:before { - content: "\f1f8"; -} - -.fa-copyright:before { - content: "\f1f9"; -} - -.fa-at:before { - content: "\f1fa"; -} - -.fa-eyedropper:before { - content: "\f1fb"; -} - -.fa-paint-brush:before { - content: "\f1fc"; -} - -.fa-birthday-cake:before { - content: "\f1fd"; -} - -.fa-area-chart:before { - content: "\f1fe"; -} - -.fa-pie-chart:before { - content: "\f200"; -} - -.fa-line-chart:before { - content: "\f201"; -} - -.fa-lastfm:before { - content: "\f202"; -} - -.fa-lastfm-square:before { - content: "\f203"; -} - -.fa-toggle-off:before { - content: "\f204"; -} - -.fa-toggle-on:before { - content: "\f205"; -} - -.fa-bicycle:before { - content: "\f206"; -} - -.fa-bus:before { - content: "\f207"; -} - -.fa-ioxhost:before { - content: "\f208"; -} - -.fa-angellist:before { - content: "\f209"; -} - -.fa-cc:before { - content: "\f20a"; -} - -.fa-shekel:before, -.fa-sheqel:before, -.fa-ils:before { - content: "\f20b"; -} - -.fa-meanpath:before { - content: "\f20c"; -} - -.fa-buysellads:before { - content: "\f20d"; -} - -.fa-connectdevelop:before { - content: "\f20e"; -} - -.fa-dashcube:before { - content: "\f210"; -} - -.fa-forumbee:before { - content: "\f211"; -} - -.fa-leanpub:before { - content: "\f212"; -} - -.fa-sellsy:before { - content: "\f213"; -} - -.fa-shirtsinbulk:before { - content: "\f214"; -} - -.fa-simplybuilt:before { - content: "\f215"; -} - -.fa-skyatlas:before { - content: "\f216"; -} - -.fa-cart-plus:before { - content: "\f217"; -} - -.fa-cart-arrow-down:before { - content: "\f218"; -} - -.fa-diamond:before { - content: "\f219"; -} - -.fa-ship:before { - content: "\f21a"; -} - -.fa-user-secret:before { - content: "\f21b"; -} - -.fa-motorcycle:before { - content: "\f21c"; -} - -.fa-street-view:before { - content: "\f21d"; -} - -.fa-heartbeat:before { - content: "\f21e"; -} - -.fa-venus:before { - content: "\f221"; -} - -.fa-mars:before { - content: "\f222"; -} - -.fa-mercury:before { - content: "\f223"; -} - -.fa-intersex:before, -.fa-transgender:before { - content: "\f224"; -} - -.fa-transgender-alt:before { - content: "\f225"; -} - -.fa-venus-double:before { - content: "\f226"; -} - -.fa-mars-double:before { - content: "\f227"; -} - -.fa-venus-mars:before { - content: "\f228"; -} - -.fa-mars-stroke:before { - content: "\f229"; -} - -.fa-mars-stroke-v:before { - content: "\f22a"; -} - -.fa-mars-stroke-h:before { - content: "\f22b"; -} - -.fa-neuter:before { - content: "\f22c"; -} - -.fa-genderless:before { - content: "\f22d"; -} - -.fa-facebook-official:before { - content: "\f230"; -} - -.fa-pinterest-p:before { - content: "\f231"; -} - -.fa-whatsapp:before { - content: "\f232"; -} - -.fa-server:before { - content: "\f233"; -} - -.fa-user-plus:before { - content: "\f234"; -} - -.fa-user-times:before { - content: "\f235"; -} - -.fa-hotel:before, -.fa-bed:before { - content: "\f236"; -} - -.fa-viacoin:before { - content: "\f237"; -} - -.fa-train:before { - content: "\f238"; -} - -.fa-subway:before { - content: "\f239"; -} - -.fa-medium:before { - content: "\f23a"; -} - -.fa-yc:before, -.fa-y-combinator:before { - content: "\f23b"; -} - -.fa-optin-monster:before { - content: "\f23c"; -} - -.fa-opencart:before { - content: "\f23d"; -} - -.fa-expeditedssl:before { - content: "\f23e"; -} - -.fa-battery-4:before, -.fa-battery:before, -.fa-battery-full:before { - content: "\f240"; -} - -.fa-battery-3:before, -.fa-battery-three-quarters:before { - content: "\f241"; -} - -.fa-battery-2:before, -.fa-battery-half:before { - content: "\f242"; -} - -.fa-battery-1:before, -.fa-battery-quarter:before { - content: "\f243"; -} - -.fa-battery-0:before, -.fa-battery-empty:before { - content: "\f244"; -} - -.fa-mouse-pointer:before { - content: "\f245"; -} - -.fa-i-cursor:before { - content: "\f246"; -} - -.fa-object-group:before { - content: "\f247"; -} - -.fa-object-ungroup:before { - content: "\f248"; -} - -.fa-sticky-note:before { - content: "\f249"; -} - -.fa-sticky-note-o:before { - content: "\f24a"; -} - -.fa-cc-jcb:before { - content: "\f24b"; -} - -.fa-cc-diners-club:before { - content: "\f24c"; -} - -.fa-clone:before { - content: "\f24d"; -} - -.fa-balance-scale:before { - content: "\f24e"; -} - -.fa-hourglass-o:before { - content: "\f250"; -} - -.fa-hourglass-1:before, -.fa-hourglass-start:before { - content: "\f251"; -} - -.fa-hourglass-2:before, -.fa-hourglass-half:before { - content: "\f252"; -} - -.fa-hourglass-3:before, -.fa-hourglass-end:before { - content: "\f253"; -} - -.fa-hourglass:before { - content: "\f254"; -} - -.fa-hand-grab-o:before, -.fa-hand-rock-o:before { - content: "\f255"; -} - -.fa-hand-stop-o:before, -.fa-hand-paper-o:before { - content: "\f256"; -} - -.fa-hand-scissors-o:before { - content: "\f257"; -} - -.fa-hand-lizard-o:before { - content: "\f258"; -} - -.fa-hand-spock-o:before { - content: "\f259"; -} - -.fa-hand-pointer-o:before { - content: "\f25a"; -} - -.fa-hand-peace-o:before { - content: "\f25b"; -} - -.fa-trademark:before { - content: "\f25c"; -} - -.fa-registered:before { - content: "\f25d"; -} - -.fa-creative-commons:before { - content: "\f25e"; -} - -.fa-gg:before { - content: "\f260"; -} - -.fa-gg-circle:before { - content: "\f261"; -} - -.fa-tripadvisor:before { - content: "\f262"; -} - -.fa-odnoklassniki:before { - content: "\f263"; -} - -.fa-odnoklassniki-square:before { - content: "\f264"; -} - -.fa-get-pocket:before { - content: "\f265"; -} - -.fa-wikipedia-w:before { - content: "\f266"; -} - -.fa-safari:before { - content: "\f267"; -} - -.fa-chrome:before { - content: "\f268"; -} - -.fa-firefox:before { - content: "\f269"; -} - -.fa-opera:before { - content: "\f26a"; -} - -.fa-internet-explorer:before { - content: "\f26b"; -} - -.fa-tv:before, -.fa-television:before { - content: "\f26c"; -} - -.fa-contao:before { - content: "\f26d"; -} - -.fa-500px:before { - content: "\f26e"; -} - -.fa-amazon:before { - content: "\f270"; -} - -.fa-calendar-plus-o:before { - content: "\f271"; -} - -.fa-calendar-minus-o:before { - content: "\f272"; -} - -.fa-calendar-times-o:before { - content: "\f273"; -} - -.fa-calendar-check-o:before { - content: "\f274"; -} - -.fa-industry:before { - content: "\f275"; -} - -.fa-map-pin:before { - content: "\f276"; -} - -.fa-map-signs:before { - content: "\f277"; -} - -.fa-map-o:before { - content: "\f278"; -} - -.fa-map:before { - content: "\f279"; -} - -.fa-commenting:before { - content: "\f27a"; -} - -.fa-commenting-o:before { - content: "\f27b"; -} - -.fa-houzz:before { - content: "\f27c"; -} - -.fa-vimeo:before { - content: "\f27d"; -} - -.fa-black-tie:before { - content: "\f27e"; -} - -.fa-fonticons:before { - content: "\f280"; -} - -.fa-reddit-alien:before { - content: "\f281"; -} - -.fa-edge:before { - content: "\f282"; -} - -.fa-credit-card-alt:before { - content: "\f283"; -} - -.fa-codiepie:before { - content: "\f284"; -} - -.fa-modx:before { - content: "\f285"; -} - -.fa-fort-awesome:before { - content: "\f286"; -} - -.fa-usb:before { - content: "\f287"; -} - -.fa-product-hunt:before { - content: "\f288"; -} - -.fa-mixcloud:before { - content: "\f289"; -} - -.fa-scribd:before { - content: "\f28a"; -} - -.fa-pause-circle:before { - content: "\f28b"; -} - -.fa-pause-circle-o:before { - content: "\f28c"; -} - -.fa-stop-circle:before { - content: "\f28d"; -} - -.fa-stop-circle-o:before { - content: "\f28e"; -} - -.fa-shopping-bag:before { - content: "\f290"; -} - -.fa-shopping-basket:before { - content: "\f291"; -} - -.fa-hashtag:before { - content: "\f292"; -} - -.fa-bluetooth:before { - content: "\f293"; -} - -.fa-bluetooth-b:before { - content: "\f294"; -} - -.fa-percent:before { - content: "\f295"; -} - -.fa-gitlab:before { - content: "\f296"; -} - -.fa-wpbeginner:before { - content: "\f297"; -} - -.fa-wpforms:before { - content: "\f298"; -} - -.fa-envira:before { - content: "\f299"; -} - -.fa-universal-access:before { - content: "\f29a"; -} - -.fa-wheelchair-alt:before { - content: "\f29b"; -} - -.fa-question-circle-o:before { - content: "\f29c"; -} - -.fa-blind:before { - content: "\f29d"; -} - -.fa-audio-description:before { - content: "\f29e"; -} - -.fa-volume-control-phone:before { - content: "\f2a0"; -} - -.fa-braille:before { - content: "\f2a1"; -} - -.fa-assistive-listening-systems:before { - content: "\f2a2"; -} - -.fa-asl-interpreting:before, -.fa-american-sign-language-interpreting:before { - content: "\f2a3"; -} - -.fa-deafness:before, -.fa-hard-of-hearing:before, -.fa-deaf:before { - content: "\f2a4"; -} - -.fa-glide:before { - content: "\f2a5"; -} - -.fa-glide-g:before { - content: "\f2a6"; -} - -.fa-signing:before, -.fa-sign-language:before { - content: "\f2a7"; -} - -.fa-low-vision:before { - content: "\f2a8"; -} - -.fa-viadeo:before { - content: "\f2a9"; -} - -.fa-viadeo-square:before { - content: "\f2aa"; -} - -.fa-snapchat:before { - content: "\f2ab"; -} - -.fa-snapchat-ghost:before { - content: "\f2ac"; -} - -.fa-snapchat-square:before { - content: "\f2ad"; -} - -.fa-pied-piper:before { - content: "\f2ae"; -} - -.fa-first-order:before { - content: "\f2b0"; -} - -.fa-yoast:before { - content: "\f2b1"; -} - -.fa-themeisle:before { - content: "\f2b2"; -} - -.fa-google-plus-circle:before, -.fa-google-plus-official:before { - content: "\f2b3"; -} - -.fa-fa:before, -.fa-font-awesome:before { - content: "\f2b4"; -} - -.fa-handshake-o:before { - content: "\f2b5"; -} - -.fa-envelope-open:before { - content: "\f2b6"; -} - -.fa-envelope-open-o:before { - content: "\f2b7"; -} - -.fa-linode:before { - content: "\f2b8"; -} - -.fa-address-book:before { - content: "\f2b9"; -} - -.fa-address-book-o:before { - content: "\f2ba"; -} - -.fa-vcard:before, -.fa-address-card:before { - content: "\f2bb"; -} - -.fa-vcard-o:before, -.fa-address-card-o:before { - content: "\f2bc"; -} - -.fa-user-circle:before { - content: "\f2bd"; -} - -.fa-user-circle-o:before { - content: "\f2be"; -} - -.fa-user-o:before { - content: "\f2c0"; -} - -.fa-id-badge:before { - content: "\f2c1"; -} - -.fa-drivers-license:before, -.fa-id-card:before { - content: "\f2c2"; -} - -.fa-drivers-license-o:before, -.fa-id-card-o:before { - content: "\f2c3"; -} - -.fa-quora:before { - content: "\f2c4"; -} - -.fa-free-code-camp:before { - content: "\f2c5"; -} - -.fa-telegram:before { - content: "\f2c6"; -} - -.fa-thermometer-4:before, -.fa-thermometer:before, -.fa-thermometer-full:before { - content: "\f2c7"; -} - -.fa-thermometer-3:before, -.fa-thermometer-three-quarters:before { - content: "\f2c8"; -} - -.fa-thermometer-2:before, -.fa-thermometer-half:before { - content: "\f2c9"; -} - -.fa-thermometer-1:before, -.fa-thermometer-quarter:before { - content: "\f2ca"; -} - -.fa-thermometer-0:before, -.fa-thermometer-empty:before { - content: "\f2cb"; -} - -.fa-shower:before { - content: "\f2cc"; -} - -.fa-bathtub:before, -.fa-s15:before, -.fa-bath:before { - content: "\f2cd"; -} - -.fa-podcast:before { - content: "\f2ce"; -} - -.fa-window-maximize:before { - content: "\f2d0"; -} - -.fa-window-minimize:before { - content: "\f2d1"; -} - -.fa-window-restore:before { - content: "\f2d2"; -} - -.fa-times-rectangle:before, -.fa-window-close:before { - content: "\f2d3"; -} - -.fa-times-rectangle-o:before, -.fa-window-close-o:before { - content: "\f2d4"; -} - -.fa-bandcamp:before { - content: "\f2d5"; -} - -.fa-grav:before { - content: "\f2d6"; -} - -.fa-etsy:before { - content: "\f2d7"; -} - -.fa-imdb:before { - content: "\f2d8"; -} - -.fa-ravelry:before { - content: "\f2d9"; -} - -.fa-eercast:before { - content: "\f2da"; -} - -.fa-microchip:before { - content: "\f2db"; -} - -.fa-snowflake-o:before { - content: "\f2dc"; -} - -.fa-superpowers:before { - content: "\f2dd"; -} - -.fa-wpexplorer:before { - content: "\f2de"; -} - -.fa-meetup:before { - content: "\f2e0"; -} - -.sr-only { - position: absolute; - width: 1px; - height: 1px; - padding: 0; - margin: -1px; - overflow: hidden; - clip: rect(0, 0, 0, 0); - border: 0; -} - -.sr-only-focusable:active, -.sr-only-focusable:focus { - position: static; - width: auto; - height: auto; - margin: 0; - overflow: visible; - clip: auto; -} -@charset "UTF-8"; - -@font-face { - font-family: 'Material Icons'; - font-style: normal; - font-weight: 400; - font-display: block; - src: url("../fonts/MaterialIcons-Regular.eot"); - /* For IE6-8 */ - src: local("☺"), url("../fonts/MaterialIcons-Regular.woff2") format("woff2"), url("../fonts/MaterialIcons-Regular.woff") format("woff"), url("../fonts/MaterialIcons-Regular.ttf") format("truetype"); -} - -.material-icons { - font-family: 'Material Icons'; - font-weight: normal; - font-style: normal; - font-size: 24px; - /* Preferred icon size */ - display: inline-block; - line-height: 1; - text-transform: none; - letter-spacing: normal; - word-wrap: normal; - white-space: nowrap; - /* Respect document layout direction */ - direction: inherit; - /* Support for all WebKit browsers. */ - -webkit-font-smoothing: antialiased; - /* Support for Safari and Chrome. */ - text-rendering: optimizeLegibility; - /* Support for Firefox. */ - -moz-osx-font-smoothing: grayscale; - /* Support for IE. */ - font-feature-settings: 'liga'; -} - -.material-icons._10k:before { - content: "\e951"; -} - -.material-icons._10mp:before { - content: "\e952"; -} - -.material-icons._11mp:before { - content: "\e953"; -} - -.material-icons._123:before { - content: "\eb8d"; -} - -.material-icons._12mp:before { - content: "\e954"; -} - -.material-icons._13mp:before { - content: "\e955"; -} - -.material-icons._14mp:before { - content: "\e956"; -} - -.material-icons._15mp:before { - content: "\e957"; -} - -.material-icons._16mp:before { - content: "\e958"; -} - -.material-icons._17mp:before { - content: "\e959"; -} - -.material-icons._18_up_rating:before { - content: "\f8fd"; -} - -.material-icons._18mp:before { - content: "\e95a"; -} - -.material-icons._19mp:before { - content: "\e95b"; -} - -.material-icons._1k:before { - content: "\e95c"; -} - -.material-icons._1k_plus:before { - content: "\e95d"; -} - -.material-icons._1x_mobiledata:before { - content: "\efcd"; -} - -.material-icons._20mp:before { - content: "\e95e"; -} - -.material-icons._21mp:before { - content: "\e95f"; -} - -.material-icons._22mp:before { - content: "\e960"; -} - -.material-icons._23mp:before { - content: "\e961"; -} - -.material-icons._24mp:before { - content: "\e962"; -} - -.material-icons._2k:before { - content: "\e963"; -} - -.material-icons._2k_plus:before { - content: "\e964"; -} - -.material-icons._2mp:before { - content: "\e965"; -} - -.material-icons._30fps:before { - content: "\efce"; -} - -.material-icons._30fps_select:before { - content: "\efcf"; -} - -.material-icons._360:before { - content: "\e577"; -} - -.material-icons._3d_rotation:before { - content: "\e84d"; -} - -.material-icons._3g_mobiledata:before { - content: "\efd0"; -} - -.material-icons._3k:before { - content: "\e966"; -} - -.material-icons._3k_plus:before { - content: "\e967"; -} - -.material-icons._3mp:before { - content: "\e968"; -} - -.material-icons._3p:before { - content: "\efd1"; -} - -.material-icons._4g_mobiledata:before { - content: "\efd2"; -} - -.material-icons._4g_plus_mobiledata:before { - content: "\efd3"; -} - -.material-icons._4k:before { - content: "\e072"; -} - -.material-icons._4k_plus:before { - content: "\e969"; -} - -.material-icons._4mp:before { - content: "\e96a"; -} - -.material-icons._5g:before { - content: "\ef38"; -} - -.material-icons._5k:before { - content: "\e96b"; -} - -.material-icons._5k_plus:before { - content: "\e96c"; -} - -.material-icons._5mp:before { - content: "\e96d"; -} - -.material-icons._60fps:before { - content: "\efd4"; -} - -.material-icons._60fps_select:before { - content: "\efd5"; -} - -.material-icons._6_ft_apart:before { - content: "\f21e"; -} - -.material-icons._6k:before { - content: "\e96e"; -} - -.material-icons._6k_plus:before { - content: "\e96f"; -} - -.material-icons._6mp:before { - content: "\e970"; -} - -.material-icons._7k:before { - content: "\e971"; -} - -.material-icons._7k_plus:before { - content: "\e972"; -} - -.material-icons._7mp:before { - content: "\e973"; -} - -.material-icons._8k:before { - content: "\e974"; -} - -.material-icons._8k_plus:before { - content: "\e975"; -} - -.material-icons._8mp:before { - content: "\e976"; -} - -.material-icons._9k:before { - content: "\e977"; -} - -.material-icons._9k_plus:before { - content: "\e978"; -} - -.material-icons._9mp:before { - content: "\e979"; -} - -.material-icons.abc:before { - content: "\eb94"; -} - -.material-icons.ac_unit:before { - content: "\eb3b"; -} - -.material-icons.access_alarm:before { - content: "\e190"; -} - -.material-icons.access_alarms:before { - content: "\e191"; -} - -.material-icons.access_time:before { - content: "\e192"; -} - -.material-icons.access_time_filled:before { - content: "\efd6"; -} - -.material-icons.accessibility:before { - content: "\e84e"; -} - -.material-icons.accessibility_new:before { - content: "\e92c"; -} - -.material-icons.accessible:before { - content: "\e914"; -} - -.material-icons.accessible_forward:before { - content: "\e934"; -} - -.material-icons.account_balance:before { - content: "\e84f"; -} - -.material-icons.account_balance_wallet:before { - content: "\e850"; -} - -.material-icons.account_box:before { - content: "\e851"; -} - -.material-icons.account_circle:before { - content: "\e853"; -} - -.material-icons.account_tree:before { - content: "\e97a"; -} - -.material-icons.ad_units:before { - content: "\ef39"; -} - -.material-icons.adb:before { - content: "\e60e"; -} - -.material-icons.add:before { - content: "\e145"; -} - -.material-icons.add_a_photo:before { - content: "\e439"; -} - -.material-icons.add_alarm:before { - content: "\e193"; -} - -.material-icons.add_alert:before { - content: "\e003"; -} - -.material-icons.add_box:before { - content: "\e146"; -} - -.material-icons.add_business:before { - content: "\e729"; -} - -.material-icons.add_call:before { - content: "\e0e8"; -} - -.material-icons.add_card:before { - content: "\eb86"; -} - -.material-icons.add_chart:before { - content: "\e97b"; -} - -.material-icons.add_circle:before { - content: "\e147"; -} - -.material-icons.add_circle_outline:before { - content: "\e148"; -} - -.material-icons.add_comment:before { - content: "\e266"; -} - -.material-icons.add_home:before { - content: "\f8eb"; -} - -.material-icons.add_home_work:before { - content: "\f8ed"; -} - -.material-icons.add_ic_call:before { - content: "\e97c"; -} - -.material-icons.add_link:before { - content: "\e178"; -} - -.material-icons.add_location:before { - content: "\e567"; -} - -.material-icons.add_location_alt:before { - content: "\ef3a"; -} - -.material-icons.add_moderator:before { - content: "\e97d"; -} - -.material-icons.add_photo_alternate:before { - content: "\e43e"; -} - -.material-icons.add_reaction:before { - content: "\e1d3"; -} - -.material-icons.add_road:before { - content: "\ef3b"; -} - -.material-icons.add_shopping_cart:before { - content: "\e854"; -} - -.material-icons.add_task:before { - content: "\f23a"; -} - -.material-icons.add_to_drive:before { - content: "\e65c"; -} - -.material-icons.add_to_home_screen:before { - content: "\e1fe"; -} - -.material-icons.add_to_photos:before { - content: "\e39d"; -} - -.material-icons.add_to_queue:before { - content: "\e05c"; -} - -.material-icons.addchart:before { - content: "\ef3c"; -} - -.material-icons.adf_scanner:before { - content: "\eada"; -} - -.material-icons.adjust:before { - content: "\e39e"; -} - -.material-icons.admin_panel_settings:before { - content: "\ef3d"; -} - -.material-icons.adobe:before { - content: "\ea96"; -} - -.material-icons.ads_click:before { - content: "\e762"; -} - -.material-icons.agriculture:before { - content: "\ea79"; -} - -.material-icons.air:before { - content: "\efd8"; -} - -.material-icons.airline_seat_flat:before { - content: "\e630"; -} - -.material-icons.airline_seat_flat_angled:before { - content: "\e631"; -} - -.material-icons.airline_seat_individual_suite:before { - content: "\e632"; -} - -.material-icons.airline_seat_legroom_extra:before { - content: "\e633"; -} - -.material-icons.airline_seat_legroom_normal:before { - content: "\e634"; -} - -.material-icons.airline_seat_legroom_reduced:before { - content: "\e635"; -} - -.material-icons.airline_seat_recline_extra:before { - content: "\e636"; -} - -.material-icons.airline_seat_recline_normal:before { - content: "\e637"; -} - -.material-icons.airline_stops:before { - content: "\e7d0"; -} - -.material-icons.airlines:before { - content: "\e7ca"; -} - -.material-icons.airplane_ticket:before { - content: "\efd9"; -} - -.material-icons.airplanemode_active:before { - content: "\e195"; -} - -.material-icons.airplanemode_inactive:before { - content: "\e194"; -} - -.material-icons.airplanemode_off:before { - content: "\e194"; -} - -.material-icons.airplanemode_on:before { - content: "\e195"; -} - -.material-icons.airplay:before { - content: "\e055"; -} - -.material-icons.airport_shuttle:before { - content: "\eb3c"; -} - -.material-icons.alarm:before { - content: "\e855"; -} - -.material-icons.alarm_add:before { - content: "\e856"; -} - -.material-icons.alarm_off:before { - content: "\e857"; -} - -.material-icons.alarm_on:before { - content: "\e858"; -} - -.material-icons.album:before { - content: "\e019"; -} - -.material-icons.align_horizontal_center:before { - content: "\e00f"; -} - -.material-icons.align_horizontal_left:before { - content: "\e00d"; -} - -.material-icons.align_horizontal_right:before { - content: "\e010"; -} - -.material-icons.align_vertical_bottom:before { - content: "\e015"; -} - -.material-icons.align_vertical_center:before { - content: "\e011"; -} - -.material-icons.align_vertical_top:before { - content: "\e00c"; -} - -.material-icons.all_inbox:before { - content: "\e97f"; -} - -.material-icons.all_inclusive:before { - content: "\eb3d"; -} - -.material-icons.all_out:before { - content: "\e90b"; -} - -.material-icons.alt_route:before { - content: "\f184"; -} - -.material-icons.alternate_email:before { - content: "\e0e6"; -} - -.material-icons.amp_stories:before { - content: "\ea13"; -} - -.material-icons.analytics:before { - content: "\ef3e"; -} - -.material-icons.anchor:before { - content: "\f1cd"; -} - -.material-icons.android:before { - content: "\e859"; -} - -.material-icons.animation:before { - content: "\e71c"; -} - -.material-icons.announcement:before { - content: "\e85a"; -} - -.material-icons.aod:before { - content: "\efda"; -} - -.material-icons.apartment:before { - content: "\ea40"; -} - -.material-icons.api:before { - content: "\f1b7"; -} - -.material-icons.app_blocking:before { - content: "\ef3f"; -} - -.material-icons.app_registration:before { - content: "\ef40"; -} - -.material-icons.app_settings_alt:before { - content: "\ef41"; -} - -.material-icons.app_shortcut:before { - content: "\eae4"; -} - -.material-icons.apple:before { - content: "\ea80"; -} - -.material-icons.approval:before { - content: "\e982"; -} - -.material-icons.apps:before { - content: "\e5c3"; -} - -.material-icons.apps_outage:before { - content: "\e7cc"; -} - -.material-icons.architecture:before { - content: "\ea3b"; -} - -.material-icons.archive:before { - content: "\e149"; -} - -.material-icons.area_chart:before { - content: "\e770"; -} - -.material-icons.arrow_back:before { - content: "\e5c4"; -} - -.material-icons.arrow_back_ios:before { - content: "\e5e0"; -} - -.material-icons.arrow_back_ios_new:before { - content: "\e2ea"; -} - -.material-icons.arrow_circle_down:before { - content: "\f181"; -} - -.material-icons.arrow_circle_left:before { - content: "\eaa7"; -} - -.material-icons.arrow_circle_right:before { - content: "\eaaa"; -} - -.material-icons.arrow_circle_up:before { - content: "\f182"; -} - -.material-icons.arrow_downward:before { - content: "\e5db"; -} - -.material-icons.arrow_drop_down:before { - content: "\e5c5"; -} - -.material-icons.arrow_drop_down_circle:before { - content: "\e5c6"; -} - -.material-icons.arrow_drop_up:before { - content: "\e5c7"; -} - -.material-icons.arrow_forward:before { - content: "\e5c8"; -} - -.material-icons.arrow_forward_ios:before { - content: "\e5e1"; -} - -.material-icons.arrow_left:before { - content: "\e5de"; -} - -.material-icons.arrow_right:before { - content: "\e5df"; -} - -.material-icons.arrow_right_alt:before { - content: "\e941"; -} - -.material-icons.arrow_upward:before { - content: "\e5d8"; -} - -.material-icons.art_track:before { - content: "\e060"; -} - -.material-icons.article:before { - content: "\ef42"; -} - -.material-icons.aspect_ratio:before { - content: "\e85b"; -} - -.material-icons.assessment:before { - content: "\e85c"; -} - -.material-icons.assignment:before { - content: "\e85d"; -} - -.material-icons.assignment_ind:before { - content: "\e85e"; -} - -.material-icons.assignment_late:before { - content: "\e85f"; -} - -.material-icons.assignment_return:before { - content: "\e860"; -} - -.material-icons.assignment_returned:before { - content: "\e861"; -} - -.material-icons.assignment_turned_in:before { - content: "\e862"; -} - -.material-icons.assistant:before { - content: "\e39f"; -} - -.material-icons.assistant_direction:before { - content: "\e988"; -} - -.material-icons.assistant_navigation:before { - content: "\e989"; -} - -.material-icons.assistant_photo:before { - content: "\e3a0"; -} - -.material-icons.assured_workload:before { - content: "\eb6f"; -} - -.material-icons.atm:before { - content: "\e573"; -} - -.material-icons.attach_email:before { - content: "\ea5e"; -} - -.material-icons.attach_file:before { - content: "\e226"; -} - -.material-icons.attach_money:before { - content: "\e227"; -} - -.material-icons.attachment:before { - content: "\e2bc"; -} - -.material-icons.attractions:before { - content: "\ea52"; -} - -.material-icons.attribution:before { - content: "\efdb"; -} - -.material-icons.audio_file:before { - content: "\eb82"; -} - -.material-icons.audiotrack:before { - content: "\e3a1"; -} - -.material-icons.auto_awesome:before { - content: "\e65f"; -} - -.material-icons.auto_awesome_mosaic:before { - content: "\e660"; -} - -.material-icons.auto_awesome_motion:before { - content: "\e661"; -} - -.material-icons.auto_delete:before { - content: "\ea4c"; -} - -.material-icons.auto_fix_high:before { - content: "\e663"; -} - -.material-icons.auto_fix_normal:before { - content: "\e664"; -} - -.material-icons.auto_fix_off:before { - content: "\e665"; -} - -.material-icons.auto_graph:before { - content: "\e4fb"; -} - -.material-icons.auto_mode:before { - content: "\ec20"; -} - -.material-icons.auto_stories:before { - content: "\e666"; -} - -.material-icons.autofps_select:before { - content: "\efdc"; -} - -.material-icons.autorenew:before { - content: "\e863"; -} - -.material-icons.av_timer:before { - content: "\e01b"; -} - -.material-icons.baby_changing_station:before { - content: "\f19b"; -} - -.material-icons.back_hand:before { - content: "\e764"; -} - -.material-icons.backpack:before { - content: "\f19c"; -} - -.material-icons.backspace:before { - content: "\e14a"; -} - -.material-icons.backup:before { - content: "\e864"; -} - -.material-icons.backup_table:before { - content: "\ef43"; -} - -.material-icons.badge:before { - content: "\ea67"; -} - -.material-icons.bakery_dining:before { - content: "\ea53"; -} - -.material-icons.balance:before { - content: "\eaf6"; -} - -.material-icons.balcony:before { - content: "\e58f"; -} - -.material-icons.ballot:before { - content: "\e172"; -} - -.material-icons.bar_chart:before { - content: "\e26b"; -} - -.material-icons.batch_prediction:before { - content: "\f0f5"; -} - -.material-icons.bathroom:before { - content: "\efdd"; -} - -.material-icons.bathtub:before { - content: "\ea41"; -} - -.material-icons.battery_0_bar:before { - content: "\ebdc"; -} - -.material-icons.battery_1_bar:before { - content: "\ebd9"; -} - -.material-icons.battery_2_bar:before { - content: "\ebe0"; -} - -.material-icons.battery_3_bar:before { - content: "\ebdd"; -} - -.material-icons.battery_4_bar:before { - content: "\ebe2"; -} - -.material-icons.battery_5_bar:before { - content: "\ebd4"; -} - -.material-icons.battery_6_bar:before { - content: "\ebd2"; -} - -.material-icons.battery_alert:before { - content: "\e19c"; -} - -.material-icons.battery_charging_full:before { - content: "\e1a3"; -} - -.material-icons.battery_full:before { - content: "\e1a4"; -} - -.material-icons.battery_saver:before { - content: "\efde"; -} - -.material-icons.battery_std:before { - content: "\e1a5"; -} - -.material-icons.battery_unknown:before { - content: "\e1a6"; -} - -.material-icons.beach_access:before { - content: "\eb3e"; -} - -.material-icons.bed:before { - content: "\efdf"; -} - -.material-icons.bedroom_baby:before { - content: "\efe0"; -} - -.material-icons.bedroom_child:before { - content: "\efe1"; -} - -.material-icons.bedroom_parent:before { - content: "\efe2"; -} - -.material-icons.bedtime:before { - content: "\ef44"; -} - -.material-icons.bedtime_off:before { - content: "\eb76"; -} - -.material-icons.beenhere:before { - content: "\e52d"; -} - -.material-icons.bento:before { - content: "\f1f4"; -} - -.material-icons.bike_scooter:before { - content: "\ef45"; -} - -.material-icons.biotech:before { - content: "\ea3a"; -} - -.material-icons.blender:before { - content: "\efe3"; -} - -.material-icons.blinds:before { - content: "\e286"; -} - -.material-icons.blinds_closed:before { - content: "\ec1f"; -} - -.material-icons.block:before { - content: "\e14b"; -} - -.material-icons.block_flipped:before { - content: "\ef46"; -} - -.material-icons.bloodtype:before { - content: "\efe4"; -} - -.material-icons.bluetooth:before { - content: "\e1a7"; -} - -.material-icons.bluetooth_audio:before { - content: "\e60f"; -} - -.material-icons.bluetooth_connected:before { - content: "\e1a8"; -} - -.material-icons.bluetooth_disabled:before { - content: "\e1a9"; -} - -.material-icons.bluetooth_drive:before { - content: "\efe5"; -} - -.material-icons.bluetooth_searching:before { - content: "\e1aa"; -} - -.material-icons.blur_circular:before { - content: "\e3a2"; -} - -.material-icons.blur_linear:before { - content: "\e3a3"; -} - -.material-icons.blur_off:before { - content: "\e3a4"; -} - -.material-icons.blur_on:before { - content: "\e3a5"; -} - -.material-icons.bolt:before { - content: "\ea0b"; -} - -.material-icons.book:before { - content: "\e865"; -} - -.material-icons.book_online:before { - content: "\f217"; -} - -.material-icons.bookmark:before { - content: "\e866"; -} - -.material-icons.bookmark_add:before { - content: "\e598"; -} - -.material-icons.bookmark_added:before { - content: "\e599"; -} - -.material-icons.bookmark_border:before { - content: "\e867"; -} - -.material-icons.bookmark_outline:before { - content: "\e867"; -} - -.material-icons.bookmark_remove:before { - content: "\e59a"; -} - -.material-icons.bookmarks:before { - content: "\e98b"; -} - -.material-icons.border_all:before { - content: "\e228"; -} - -.material-icons.border_bottom:before { - content: "\e229"; -} - -.material-icons.border_clear:before { - content: "\e22a"; -} - -.material-icons.border_color:before { - content: "\e22b"; -} - -.material-icons.border_horizontal:before { - content: "\e22c"; -} - -.material-icons.border_inner:before { - content: "\e22d"; -} - -.material-icons.border_left:before { - content: "\e22e"; -} - -.material-icons.border_outer:before { - content: "\e22f"; -} - -.material-icons.border_right:before { - content: "\e230"; -} - -.material-icons.border_style:before { - content: "\e231"; -} - -.material-icons.border_top:before { - content: "\e232"; -} - -.material-icons.border_vertical:before { - content: "\e233"; -} - -.material-icons.boy:before { - content: "\eb67"; -} - -.material-icons.branding_watermark:before { - content: "\e06b"; -} - -.material-icons.breakfast_dining:before { - content: "\ea54"; -} - -.material-icons.brightness_1:before { - content: "\e3a6"; -} - -.material-icons.brightness_2:before { - content: "\e3a7"; -} - -.material-icons.brightness_3:before { - content: "\e3a8"; -} - -.material-icons.brightness_4:before { - content: "\e3a9"; -} - -.material-icons.brightness_5:before { - content: "\e3aa"; -} - -.material-icons.brightness_6:before { - content: "\e3ab"; -} - -.material-icons.brightness_7:before { - content: "\e3ac"; -} - -.material-icons.brightness_auto:before { - content: "\e1ab"; -} - -.material-icons.brightness_high:before { - content: "\e1ac"; -} - -.material-icons.brightness_low:before { - content: "\e1ad"; -} - -.material-icons.brightness_medium:before { - content: "\e1ae"; -} - -.material-icons.broadcast_on_home:before { - content: "\f8f8"; -} - -.material-icons.broadcast_on_personal:before { - content: "\f8f9"; -} - -.material-icons.broken_image:before { - content: "\e3ad"; -} - -.material-icons.browse_gallery:before { - content: "\ebd1"; -} - -.material-icons.browser_not_supported:before { - content: "\ef47"; -} - -.material-icons.browser_updated:before { - content: "\e7cf"; -} - -.material-icons.brunch_dining:before { - content: "\ea73"; -} - -.material-icons.brush:before { - content: "\e3ae"; -} - -.material-icons.bubble_chart:before { - content: "\e6dd"; -} - -.material-icons.bug_report:before { - content: "\e868"; -} - -.material-icons.build:before { - content: "\e869"; -} - -.material-icons.build_circle:before { - content: "\ef48"; -} - -.material-icons.bungalow:before { - content: "\e591"; -} - -.material-icons.burst_mode:before { - content: "\e43c"; -} - -.material-icons.bus_alert:before { - content: "\e98f"; -} - -.material-icons.business:before { - content: "\e0af"; -} - -.material-icons.business_center:before { - content: "\eb3f"; -} - -.material-icons.cabin:before { - content: "\e589"; -} - -.material-icons.cable:before { - content: "\efe6"; -} - -.material-icons.cached:before { - content: "\e86a"; -} - -.material-icons.cake:before { - content: "\e7e9"; -} - -.material-icons.calculate:before { - content: "\ea5f"; -} - -.material-icons.calendar_month:before { - content: "\ebcc"; -} - -.material-icons.calendar_today:before { - content: "\e935"; -} - -.material-icons.calendar_view_day:before { - content: "\e936"; -} - -.material-icons.calendar_view_month:before { - content: "\efe7"; -} - -.material-icons.calendar_view_week:before { - content: "\efe8"; -} - -.material-icons.call:before { - content: "\e0b0"; -} - -.material-icons.call_end:before { - content: "\e0b1"; -} - -.material-icons.call_made:before { - content: "\e0b2"; -} - -.material-icons.call_merge:before { - content: "\e0b3"; -} - -.material-icons.call_missed:before { - content: "\e0b4"; -} - -.material-icons.call_missed_outgoing:before { - content: "\e0e4"; -} - -.material-icons.call_received:before { - content: "\e0b5"; -} - -.material-icons.call_split:before { - content: "\e0b6"; -} - -.material-icons.call_to_action:before { - content: "\e06c"; -} - -.material-icons.camera:before { - content: "\e3af"; -} - -.material-icons.camera_alt:before { - content: "\e3b0"; -} - -.material-icons.camera_enhance:before { - content: "\e8fc"; -} - -.material-icons.camera_front:before { - content: "\e3b1"; -} - -.material-icons.camera_indoor:before { - content: "\efe9"; -} - -.material-icons.camera_outdoor:before { - content: "\efea"; -} - -.material-icons.camera_rear:before { - content: "\e3b2"; -} - -.material-icons.camera_roll:before { - content: "\e3b3"; -} - -.material-icons.cameraswitch:before { - content: "\efeb"; -} - -.material-icons.campaign:before { - content: "\ef49"; -} - -.material-icons.cancel:before { - content: "\e5c9"; -} - -.material-icons.cancel_presentation:before { - content: "\e0e9"; -} - -.material-icons.cancel_schedule_send:before { - content: "\ea39"; -} - -.material-icons.candlestick_chart:before { - content: "\ead4"; -} - -.material-icons.car_crash:before { - content: "\ebf2"; -} - -.material-icons.car_rental:before { - content: "\ea55"; -} - -.material-icons.car_repair:before { - content: "\ea56"; -} - -.material-icons.card_giftcard:before { - content: "\e8f6"; -} - -.material-icons.card_membership:before { - content: "\e8f7"; -} - -.material-icons.card_travel:before { - content: "\e8f8"; -} - -.material-icons.carpenter:before { - content: "\f1f8"; -} - -.material-icons.cases:before { - content: "\e992"; -} - -.material-icons.casino:before { - content: "\eb40"; -} - -.material-icons.cast:before { - content: "\e307"; -} - -.material-icons.cast_connected:before { - content: "\e308"; -} - -.material-icons.cast_for_education:before { - content: "\efec"; -} - -.material-icons.castle:before { - content: "\eab1"; -} - -.material-icons.catching_pokemon:before { - content: "\e508"; -} - -.material-icons.category:before { - content: "\e574"; -} - -.material-icons.celebration:before { - content: "\ea65"; -} - -.material-icons.cell_tower:before { - content: "\ebba"; -} - -.material-icons.cell_wifi:before { - content: "\e0ec"; -} - -.material-icons.center_focus_strong:before { - content: "\e3b4"; -} - -.material-icons.center_focus_weak:before { - content: "\e3b5"; -} - -.material-icons.chair:before { - content: "\efed"; -} - -.material-icons.chair_alt:before { - content: "\efee"; -} - -.material-icons.chalet:before { - content: "\e585"; -} - -.material-icons.change_circle:before { - content: "\e2e7"; -} - -.material-icons.change_history:before { - content: "\e86b"; -} - -.material-icons.charging_station:before { - content: "\f19d"; -} - -.material-icons.chat:before { - content: "\e0b7"; -} - -.material-icons.chat_bubble:before { - content: "\e0ca"; -} - -.material-icons.chat_bubble_outline:before { - content: "\e0cb"; -} - -.material-icons.check:before { - content: "\e5ca"; -} - -.material-icons.check_box:before { - content: "\e834"; -} - -.material-icons.check_box_outline_blank:before { - content: "\e835"; -} - -.material-icons.check_circle:before { - content: "\e86c"; -} - -.material-icons.check_circle_outline:before { - content: "\e92d"; -} - -.material-icons.checklist:before { - content: "\e6b1"; -} - -.material-icons.checklist_rtl:before { - content: "\e6b3"; -} - -.material-icons.checkroom:before { - content: "\f19e"; -} - -.material-icons.chevron_left:before { - content: "\e5cb"; -} - -.material-icons.chevron_right:before { - content: "\e5cc"; -} - -.material-icons.child_care:before { - content: "\eb41"; -} - -.material-icons.child_friendly:before { - content: "\eb42"; -} - -.material-icons.chrome_reader_mode:before { - content: "\e86d"; -} - -.material-icons.church:before { - content: "\eaae"; -} - -.material-icons.circle:before { - content: "\ef4a"; -} - -.material-icons.circle_notifications:before { - content: "\e994"; -} - -.material-icons.class:before { - content: "\e86e"; -} - -.material-icons.clean_hands:before { - content: "\f21f"; -} - -.material-icons.cleaning_services:before { - content: "\f0ff"; -} - -.material-icons.clear:before { - content: "\e14c"; -} - -.material-icons.clear_all:before { - content: "\e0b8"; -} - -.material-icons.close:before { - content: "\e5cd"; -} - -.material-icons.close_fullscreen:before { - content: "\f1cf"; -} - -.material-icons.closed_caption:before { - content: "\e01c"; -} - -.material-icons.closed_caption_disabled:before { - content: "\f1dc"; -} - -.material-icons.closed_caption_off:before { - content: "\e996"; -} - -.material-icons.cloud:before { - content: "\e2bd"; -} - -.material-icons.cloud_circle:before { - content: "\e2be"; -} - -.material-icons.cloud_done:before { - content: "\e2bf"; -} - -.material-icons.cloud_download:before { - content: "\e2c0"; -} - -.material-icons.cloud_off:before { - content: "\e2c1"; -} - -.material-icons.cloud_queue:before { - content: "\e2c2"; -} - -.material-icons.cloud_sync:before { - content: "\eb5a"; -} - -.material-icons.cloud_upload:before { - content: "\e2c3"; -} - -.material-icons.cloudy_snowing:before { - content: "\e810"; -} - -.material-icons.co2:before { - content: "\e7b0"; -} - -.material-icons.co_present:before { - content: "\eaf0"; -} - -.material-icons.code:before { - content: "\e86f"; -} - -.material-icons.code_off:before { - content: "\e4f3"; -} - -.material-icons.coffee:before { - content: "\efef"; -} - -.material-icons.coffee_maker:before { - content: "\eff0"; -} - -.material-icons.collections:before { - content: "\e3b6"; -} - -.material-icons.collections_bookmark:before { - content: "\e431"; -} - -.material-icons.color_lens:before { - content: "\e3b7"; -} - -.material-icons.colorize:before { - content: "\e3b8"; -} - -.material-icons.comment:before { - content: "\e0b9"; -} - -.material-icons.comment_bank:before { - content: "\ea4e"; -} - -.material-icons.comments_disabled:before { - content: "\e7a2"; -} - -.material-icons.commit:before { - content: "\eaf5"; -} - -.material-icons.commute:before { - content: "\e940"; -} - -.material-icons.compare:before { - content: "\e3b9"; -} - -.material-icons.compare_arrows:before { - content: "\e915"; -} - -.material-icons.compass_calibration:before { - content: "\e57c"; -} - -.material-icons.compost:before { - content: "\e761"; -} - -.material-icons.compress:before { - content: "\e94d"; -} - -.material-icons.computer:before { - content: "\e30a"; -} - -.material-icons.confirmation_num:before { - content: "\e638"; -} - -.material-icons.confirmation_number:before { - content: "\e638"; -} - -.material-icons.connect_without_contact:before { - content: "\f223"; -} - -.material-icons.connected_tv:before { - content: "\e998"; -} - -.material-icons.connecting_airports:before { - content: "\e7c9"; -} - -.material-icons.construction:before { - content: "\ea3c"; -} - -.material-icons.contact_mail:before { - content: "\e0d0"; -} - -.material-icons.contact_page:before { - content: "\f22e"; -} - -.material-icons.contact_phone:before { - content: "\e0cf"; -} - -.material-icons.contact_support:before { - content: "\e94c"; -} - -.material-icons.contactless:before { - content: "\ea71"; -} - -.material-icons.contacts:before { - content: "\e0ba"; -} - -.material-icons.content_copy:before { - content: "\e14d"; -} - -.material-icons.content_cut:before { - content: "\e14e"; -} - -.material-icons.content_paste:before { - content: "\e14f"; -} - -.material-icons.content_paste_go:before { - content: "\ea8e"; -} - -.material-icons.content_paste_off:before { - content: "\e4f8"; -} - -.material-icons.content_paste_search:before { - content: "\ea9b"; -} - -.material-icons.contrast:before { - content: "\eb37"; -} - -.material-icons.control_camera:before { - content: "\e074"; -} - -.material-icons.control_point:before { - content: "\e3ba"; -} - -.material-icons.control_point_duplicate:before { - content: "\e3bb"; -} - -.material-icons.cookie:before { - content: "\eaac"; -} - -.material-icons.copy_all:before { - content: "\e2ec"; -} - -.material-icons.copyright:before { - content: "\e90c"; -} - -.material-icons.coronavirus:before { - content: "\f221"; -} - -.material-icons.corporate_fare:before { - content: "\f1d0"; -} - -.material-icons.cottage:before { - content: "\e587"; -} - -.material-icons.countertops:before { - content: "\f1f7"; -} - -.material-icons.create:before { - content: "\e150"; -} - -.material-icons.create_new_folder:before { - content: "\e2cc"; -} - -.material-icons.credit_card:before { - content: "\e870"; -} - -.material-icons.credit_card_off:before { - content: "\e4f4"; -} - -.material-icons.credit_score:before { - content: "\eff1"; -} - -.material-icons.crib:before { - content: "\e588"; -} - -.material-icons.crisis_alert:before { - content: "\ebe9"; -} - -.material-icons.crop:before { - content: "\e3be"; -} - -.material-icons.crop_16_9:before { - content: "\e3bc"; -} - -.material-icons.crop_3_2:before { - content: "\e3bd"; -} - -.material-icons.crop_5_4:before { - content: "\e3bf"; -} - -.material-icons.crop_7_5:before { - content: "\e3c0"; -} - -.material-icons.crop_din:before { - content: "\e3c1"; -} - -.material-icons.crop_free:before { - content: "\e3c2"; -} - -.material-icons.crop_landscape:before { - content: "\e3c3"; -} - -.material-icons.crop_original:before { - content: "\e3c4"; -} - -.material-icons.crop_portrait:before { - content: "\e3c5"; -} - -.material-icons.crop_rotate:before { - content: "\e437"; -} - -.material-icons.crop_square:before { - content: "\e3c6"; -} - -.material-icons.cruelty_free:before { - content: "\e799"; -} - -.material-icons.css:before { - content: "\eb93"; -} - -.material-icons.currency_bitcoin:before { - content: "\ebc5"; -} - -.material-icons.currency_exchange:before { - content: "\eb70"; -} - -.material-icons.currency_franc:before { - content: "\eafa"; -} - -.material-icons.currency_lira:before { - content: "\eaef"; -} - -.material-icons.currency_pound:before { - content: "\eaf1"; -} - -.material-icons.currency_ruble:before { - content: "\eaec"; -} - -.material-icons.currency_rupee:before { - content: "\eaf7"; -} - -.material-icons.currency_yen:before { - content: "\eafb"; -} - -.material-icons.currency_yuan:before { - content: "\eaf9"; -} - -.material-icons.curtains:before { - content: "\ec1e"; -} - -.material-icons.curtains_closed:before { - content: "\ec1d"; -} - -.material-icons.cyclone:before { - content: "\ebd5"; -} - -.material-icons.dangerous:before { - content: "\e99a"; -} - -.material-icons.dark_mode:before { - content: "\e51c"; -} - -.material-icons.dashboard:before { - content: "\e871"; -} - -.material-icons.dashboard_customize:before { - content: "\e99b"; -} - -.material-icons.data_array:before { - content: "\ead1"; -} - -.material-icons.data_exploration:before { - content: "\e76f"; -} - -.material-icons.data_object:before { - content: "\ead3"; -} - -.material-icons.data_saver_off:before { - content: "\eff2"; -} - -.material-icons.data_saver_on:before { - content: "\eff3"; -} - -.material-icons.data_thresholding:before { - content: "\eb9f"; -} - -.material-icons.data_usage:before { - content: "\e1af"; -} - -.material-icons.dataset:before { - content: "\f8ee"; -} - -.material-icons.dataset_linked:before { - content: "\f8ef"; -} - -.material-icons.date_range:before { - content: "\e916"; -} - -.material-icons.deblur:before { - content: "\eb77"; -} - -.material-icons.deck:before { - content: "\ea42"; -} - -.material-icons.dehaze:before { - content: "\e3c7"; -} - -.material-icons.delete:before { - content: "\e872"; -} - -.material-icons.delete_forever:before { - content: "\e92b"; -} - -.material-icons.delete_outline:before { - content: "\e92e"; -} - -.material-icons.delete_sweep:before { - content: "\e16c"; -} - -.material-icons.delivery_dining:before { - content: "\ea72"; -} - -.material-icons.density_large:before { - content: "\eba9"; -} - -.material-icons.density_medium:before { - content: "\eb9e"; -} - -.material-icons.density_small:before { - content: "\eba8"; -} - -.material-icons.departure_board:before { - content: "\e576"; -} - -.material-icons.description:before { - content: "\e873"; -} - -.material-icons.deselect:before { - content: "\ebb6"; -} - -.material-icons.design_services:before { - content: "\f10a"; -} - -.material-icons.desk:before { - content: "\f8f4"; -} - -.material-icons.desktop_access_disabled:before { - content: "\e99d"; -} - -.material-icons.desktop_mac:before { - content: "\e30b"; -} - -.material-icons.desktop_windows:before { - content: "\e30c"; -} - -.material-icons.details:before { - content: "\e3c8"; -} - -.material-icons.developer_board:before { - content: "\e30d"; -} - -.material-icons.developer_board_off:before { - content: "\e4ff"; -} - -.material-icons.developer_mode:before { - content: "\e1b0"; -} - -.material-icons.device_hub:before { - content: "\e335"; -} - -.material-icons.device_thermostat:before { - content: "\e1ff"; -} - -.material-icons.device_unknown:before { - content: "\e339"; -} - -.material-icons.devices:before { - content: "\e1b1"; -} - -.material-icons.devices_fold:before { - content: "\ebde"; -} - -.material-icons.devices_other:before { - content: "\e337"; -} - -.material-icons.dialer_sip:before { - content: "\e0bb"; -} - -.material-icons.dialpad:before { - content: "\e0bc"; -} - -.material-icons.diamond:before { - content: "\ead5"; -} - -.material-icons.difference:before { - content: "\eb7d"; -} - -.material-icons.dining:before { - content: "\eff4"; -} - -.material-icons.dinner_dining:before { - content: "\ea57"; -} - -.material-icons.directions:before { - content: "\e52e"; -} - -.material-icons.directions_bike:before { - content: "\e52f"; -} - -.material-icons.directions_boat:before { - content: "\e532"; -} - -.material-icons.directions_boat_filled:before { - content: "\eff5"; -} - -.material-icons.directions_bus:before { - content: "\e530"; -} - -.material-icons.directions_bus_filled:before { - content: "\eff6"; -} - -.material-icons.directions_car:before { - content: "\e531"; -} - -.material-icons.directions_car_filled:before { - content: "\eff7"; -} - -.material-icons.directions_ferry:before { - content: "\e532"; -} - -.material-icons.directions_off:before { - content: "\f10f"; -} - -.material-icons.directions_railway:before { - content: "\e534"; -} - -.material-icons.directions_railway_filled:before { - content: "\eff8"; -} - -.material-icons.directions_run:before { - content: "\e566"; -} - -.material-icons.directions_subway:before { - content: "\e533"; -} - -.material-icons.directions_subway_filled:before { - content: "\eff9"; -} - -.material-icons.directions_train:before { - content: "\e534"; -} - -.material-icons.directions_transit:before { - content: "\e535"; -} - -.material-icons.directions_transit_filled:before { - content: "\effa"; -} - -.material-icons.directions_walk:before { - content: "\e536"; -} - -.material-icons.dirty_lens:before { - content: "\ef4b"; -} - -.material-icons.disabled_by_default:before { - content: "\f230"; -} - -.material-icons.disabled_visible:before { - content: "\e76e"; -} - -.material-icons.disc_full:before { - content: "\e610"; -} - -.material-icons.discord:before { - content: "\ea6c"; -} - -.material-icons.discount:before { - content: "\ebc9"; -} - -.material-icons.display_settings:before { - content: "\eb97"; -} - -.material-icons.dnd_forwardslash:before { - content: "\e611"; -} - -.material-icons.dns:before { - content: "\e875"; -} - -.material-icons.do_disturb:before { - content: "\f08c"; -} - -.material-icons.do_disturb_alt:before { - content: "\f08d"; -} - -.material-icons.do_disturb_off:before { - content: "\f08e"; -} - -.material-icons.do_disturb_on:before { - content: "\f08f"; -} - -.material-icons.do_not_disturb:before { - content: "\e612"; -} - -.material-icons.do_not_disturb_alt:before { - content: "\e611"; -} - -.material-icons.do_not_disturb_off:before { - content: "\e643"; -} - -.material-icons.do_not_disturb_on:before { - content: "\e644"; -} - -.material-icons.do_not_disturb_on_total_silence:before { - content: "\effb"; -} - -.material-icons.do_not_step:before { - content: "\f19f"; -} - -.material-icons.do_not_touch:before { - content: "\f1b0"; -} - -.material-icons.dock:before { - content: "\e30e"; -} - -.material-icons.document_scanner:before { - content: "\e5fa"; -} - -.material-icons.domain:before { - content: "\e7ee"; -} - -.material-icons.domain_add:before { - content: "\eb62"; -} - -.material-icons.domain_disabled:before { - content: "\e0ef"; -} - -.material-icons.domain_verification:before { - content: "\ef4c"; -} - -.material-icons.done:before { - content: "\e876"; -} - -.material-icons.done_all:before { - content: "\e877"; -} - -.material-icons.done_outline:before { - content: "\e92f"; -} - -.material-icons.donut_large:before { - content: "\e917"; -} - -.material-icons.donut_small:before { - content: "\e918"; -} - -.material-icons.door_back:before { - content: "\effc"; -} - -.material-icons.door_front:before { - content: "\effd"; -} - -.material-icons.door_sliding:before { - content: "\effe"; -} - -.material-icons.doorbell:before { - content: "\efff"; -} - -.material-icons.double_arrow:before { - content: "\ea50"; -} - -.material-icons.downhill_skiing:before { - content: "\e509"; -} - -.material-icons.download:before { - content: "\f090"; -} - -.material-icons.download_done:before { - content: "\f091"; -} - -.material-icons.download_for_offline:before { - content: "\f000"; -} - -.material-icons.downloading:before { - content: "\f001"; -} - -.material-icons.drafts:before { - content: "\e151"; -} - -.material-icons.drag_handle:before { - content: "\e25d"; -} - -.material-icons.drag_indicator:before { - content: "\e945"; -} - -.material-icons.draw:before { - content: "\e746"; -} - -.material-icons.drive_eta:before { - content: "\e613"; -} - -.material-icons.drive_file_move:before { - content: "\e675"; -} - -.material-icons.drive_file_move_outline:before { - content: "\e9a1"; -} - -.material-icons.drive_file_move_rtl:before { - content: "\e76d"; -} - -.material-icons.drive_file_rename_outline:before { - content: "\e9a2"; -} - -.material-icons.drive_folder_upload:before { - content: "\e9a3"; -} - -.material-icons.dry:before { - content: "\f1b3"; -} - -.material-icons.dry_cleaning:before { - content: "\ea58"; -} - -.material-icons.duo:before { - content: "\e9a5"; -} - -.material-icons.dvr:before { - content: "\e1b2"; -} - -.material-icons.dynamic_feed:before { - content: "\ea14"; -} - -.material-icons.dynamic_form:before { - content: "\f1bf"; -} - -.material-icons.e_mobiledata:before { - content: "\f002"; -} - -.material-icons.earbuds:before { - content: "\f003"; -} - -.material-icons.earbuds_battery:before { - content: "\f004"; -} - -.material-icons.east:before { - content: "\f1df"; -} - -.material-icons.eco:before { - content: "\ea35"; -} - -.material-icons.edgesensor_high:before { - content: "\f005"; -} - -.material-icons.edgesensor_low:before { - content: "\f006"; -} - -.material-icons.edit:before { - content: "\e3c9"; -} - -.material-icons.edit_attributes:before { - content: "\e578"; -} - -.material-icons.edit_calendar:before { - content: "\e742"; -} - -.material-icons.edit_location:before { - content: "\e568"; -} - -.material-icons.edit_location_alt:before { - content: "\e1c5"; -} - -.material-icons.edit_note:before { - content: "\e745"; -} - -.material-icons.edit_notifications:before { - content: "\e525"; -} - -.material-icons.edit_off:before { - content: "\e950"; -} - -.material-icons.edit_road:before { - content: "\ef4d"; -} - -.material-icons.egg:before { - content: "\eacc"; -} - -.material-icons.egg_alt:before { - content: "\eac8"; -} - -.material-icons.eject:before { - content: "\e8fb"; -} - -.material-icons.elderly:before { - content: "\f21a"; -} - -.material-icons.elderly_woman:before { - content: "\eb69"; -} - -.material-icons.electric_bike:before { - content: "\eb1b"; -} - -.material-icons.electric_bolt:before { - content: "\ec1c"; -} - -.material-icons.electric_car:before { - content: "\eb1c"; -} - -.material-icons.electric_meter:before { - content: "\ec1b"; -} - -.material-icons.electric_moped:before { - content: "\eb1d"; -} - -.material-icons.electric_rickshaw:before { - content: "\eb1e"; -} - -.material-icons.electric_scooter:before { - content: "\eb1f"; -} - -.material-icons.electrical_services:before { - content: "\f102"; -} - -.material-icons.elevator:before { - content: "\f1a0"; -} - -.material-icons.email:before { - content: "\e0be"; -} - -.material-icons.emergency:before { - content: "\e1eb"; -} - -.material-icons.emergency_recording:before { - content: "\ebf4"; -} - -.material-icons.emergency_share:before { - content: "\ebf6"; -} - -.material-icons.emoji_emotions:before { - content: "\ea22"; -} - -.material-icons.emoji_events:before { - content: "\ea23"; -} - -.material-icons.emoji_flags:before { - content: "\ea1a"; -} - -.material-icons.emoji_food_beverage:before { - content: "\ea1b"; -} - -.material-icons.emoji_nature:before { - content: "\ea1c"; -} - -.material-icons.emoji_objects:before { - content: "\ea24"; -} - -.material-icons.emoji_people:before { - content: "\ea1d"; -} - -.material-icons.emoji_symbols:before { - content: "\ea1e"; -} - -.material-icons.emoji_transportation:before { - content: "\ea1f"; -} - -.material-icons.energy_savings_leaf:before { - content: "\ec1a"; -} - -.material-icons.engineering:before { - content: "\ea3d"; -} - -.material-icons.enhance_photo_translate:before { - content: "\e8fc"; -} - -.material-icons.enhanced_encryption:before { - content: "\e63f"; -} - -.material-icons.equalizer:before { - content: "\e01d"; -} - -.material-icons.error:before { - content: "\e000"; -} - -.material-icons.error_outline:before { - content: "\e001"; -} - -.material-icons.escalator:before { - content: "\f1a1"; -} - -.material-icons.escalator_warning:before { - content: "\f1ac"; -} - -.material-icons.euro:before { - content: "\ea15"; -} - -.material-icons.euro_symbol:before { - content: "\e926"; -} - -.material-icons.ev_station:before { - content: "\e56d"; -} - -.material-icons.event:before { - content: "\e878"; -} - -.material-icons.event_available:before { - content: "\e614"; -} - -.material-icons.event_busy:before { - content: "\e615"; -} - -.material-icons.event_note:before { - content: "\e616"; -} - -.material-icons.event_repeat:before { - content: "\eb7b"; -} - -.material-icons.event_seat:before { - content: "\e903"; -} - -.material-icons.exit_to_app:before { - content: "\e879"; -} - -.material-icons.expand:before { - content: "\e94f"; -} - -.material-icons.expand_circle_down:before { - content: "\e7cd"; -} - -.material-icons.expand_less:before { - content: "\e5ce"; -} - -.material-icons.expand_more:before { - content: "\e5cf"; -} - -.material-icons.explicit:before { - content: "\e01e"; -} - -.material-icons.explore:before { - content: "\e87a"; -} - -.material-icons.explore_off:before { - content: "\e9a8"; -} - -.material-icons.exposure:before { - content: "\e3ca"; -} - -.material-icons.exposure_minus_1:before { - content: "\e3cb"; -} - -.material-icons.exposure_minus_2:before { - content: "\e3cc"; -} - -.material-icons.exposure_neg_1:before { - content: "\e3cb"; -} - -.material-icons.exposure_neg_2:before { - content: "\e3cc"; -} - -.material-icons.exposure_plus_1:before { - content: "\e3cd"; -} - -.material-icons.exposure_plus_2:before { - content: "\e3ce"; -} - -.material-icons.exposure_zero:before { - content: "\e3cf"; -} - -.material-icons.extension:before { - content: "\e87b"; -} - -.material-icons.extension_off:before { - content: "\e4f5"; -} - -.material-icons.face:before { - content: "\e87c"; -} - -.material-icons.face_retouching_natural:before { - content: "\ef4e"; -} - -.material-icons.face_retouching_off:before { - content: "\f007"; -} - -.material-icons.facebook:before { - content: "\f234"; -} - -.material-icons.fact_check:before { - content: "\f0c5"; -} - -.material-icons.factory:before { - content: "\ebbc"; -} - -.material-icons.family_restroom:before { - content: "\f1a2"; -} - -.material-icons.fast_forward:before { - content: "\e01f"; -} - -.material-icons.fast_rewind:before { - content: "\e020"; -} - -.material-icons.fastfood:before { - content: "\e57a"; -} - -.material-icons.favorite:before { - content: "\e87d"; -} - -.material-icons.favorite_border:before { - content: "\e87e"; -} - -.material-icons.favorite_outline:before { - content: "\e87e"; -} - -.material-icons.fax:before { - content: "\ead8"; -} - -.material-icons.featured_play_list:before { - content: "\e06d"; -} - -.material-icons.featured_video:before { - content: "\e06e"; -} - -.material-icons.feed:before { - content: "\f009"; -} - -.material-icons.feedback:before { - content: "\e87f"; -} - -.material-icons.female:before { - content: "\e590"; -} - -.material-icons.fence:before { - content: "\f1f6"; -} - -.material-icons.festival:before { - content: "\ea68"; -} - -.material-icons.fiber_dvr:before { - content: "\e05d"; -} - -.material-icons.fiber_manual_record:before { - content: "\e061"; -} - -.material-icons.fiber_new:before { - content: "\e05e"; -} - -.material-icons.fiber_pin:before { - content: "\e06a"; -} - -.material-icons.fiber_smart_record:before { - content: "\e062"; -} - -.material-icons.file_copy:before { - content: "\e173"; -} - -.material-icons.file_download:before { - content: "\e2c4"; -} - -.material-icons.file_download_done:before { - content: "\e9aa"; -} - -.material-icons.file_download_off:before { - content: "\e4fe"; -} - -.material-icons.file_open:before { - content: "\eaf3"; -} - -.material-icons.file_present:before { - content: "\ea0e"; -} - -.material-icons.file_upload:before { - content: "\e2c6"; -} - -.material-icons.filter:before { - content: "\e3d3"; -} - -.material-icons.filter_1:before { - content: "\e3d0"; -} - -.material-icons.filter_2:before { - content: "\e3d1"; -} - -.material-icons.filter_3:before { - content: "\e3d2"; -} - -.material-icons.filter_4:before { - content: "\e3d4"; -} - -.material-icons.filter_5:before { - content: "\e3d5"; -} - -.material-icons.filter_6:before { - content: "\e3d6"; -} - -.material-icons.filter_7:before { - content: "\e3d7"; -} - -.material-icons.filter_8:before { - content: "\e3d8"; -} - -.material-icons.filter_9:before { - content: "\e3d9"; -} - -.material-icons.filter_9_plus:before { - content: "\e3da"; -} - -.material-icons.filter_alt:before { - content: "\ef4f"; -} - -.material-icons.filter_alt_off:before { - content: "\eb32"; -} - -.material-icons.filter_b_and_w:before { - content: "\e3db"; -} - -.material-icons.filter_center_focus:before { - content: "\e3dc"; -} - -.material-icons.filter_drama:before { - content: "\e3dd"; -} - -.material-icons.filter_frames:before { - content: "\e3de"; -} - -.material-icons.filter_hdr:before { - content: "\e3df"; -} - -.material-icons.filter_list:before { - content: "\e152"; -} - -.material-icons.filter_list_alt:before { - content: "\e94e"; -} - -.material-icons.filter_list_off:before { - content: "\eb57"; -} - -.material-icons.filter_none:before { - content: "\e3e0"; -} - -.material-icons.filter_tilt_shift:before { - content: "\e3e2"; -} - -.material-icons.filter_vintage:before { - content: "\e3e3"; -} - -.material-icons.find_in_page:before { - content: "\e880"; -} - -.material-icons.find_replace:before { - content: "\e881"; -} - -.material-icons.fingerprint:before { - content: "\e90d"; -} - -.material-icons.fire_extinguisher:before { - content: "\f1d8"; -} - -.material-icons.fire_hydrant:before { - content: "\f1a3"; -} - -.material-icons.fire_hydrant_alt:before { - content: "\f8f1"; -} - -.material-icons.fire_truck:before { - content: "\f8f2"; -} - -.material-icons.fireplace:before { - content: "\ea43"; -} - -.material-icons.first_page:before { - content: "\e5dc"; -} - -.material-icons.fit_screen:before { - content: "\ea10"; -} - -.material-icons.fitbit:before { - content: "\e82b"; -} - -.material-icons.fitness_center:before { - content: "\eb43"; -} - -.material-icons.flag:before { - content: "\e153"; -} - -.material-icons.flag_circle:before { - content: "\eaf8"; -} - -.material-icons.flaky:before { - content: "\ef50"; -} - -.material-icons.flare:before { - content: "\e3e4"; -} - -.material-icons.flash_auto:before { - content: "\e3e5"; -} - -.material-icons.flash_off:before { - content: "\e3e6"; -} - -.material-icons.flash_on:before { - content: "\e3e7"; -} - -.material-icons.flashlight_off:before { - content: "\f00a"; -} - -.material-icons.flashlight_on:before { - content: "\f00b"; -} - -.material-icons.flatware:before { - content: "\f00c"; -} - -.material-icons.flight:before { - content: "\e539"; -} - -.material-icons.flight_class:before { - content: "\e7cb"; -} - -.material-icons.flight_land:before { - content: "\e904"; -} - -.material-icons.flight_takeoff:before { - content: "\e905"; -} - -.material-icons.flip:before { - content: "\e3e8"; -} - -.material-icons.flip_camera_android:before { - content: "\ea37"; -} - -.material-icons.flip_camera_ios:before { - content: "\ea38"; -} - -.material-icons.flip_to_back:before { - content: "\e882"; -} - -.material-icons.flip_to_front:before { - content: "\e883"; -} - -.material-icons.flood:before { - content: "\ebe6"; -} - -.material-icons.flourescent:before { - content: "\f00d"; -} - -.material-icons.flutter_dash:before { - content: "\e00b"; -} - -.material-icons.fmd_bad:before { - content: "\f00e"; -} - -.material-icons.fmd_good:before { - content: "\f00f"; -} - -.material-icons.foggy:before { - content: "\e818"; -} - -.material-icons.folder:before { - content: "\e2c7"; -} - -.material-icons.folder_copy:before { - content: "\ebbd"; -} - -.material-icons.folder_delete:before { - content: "\eb34"; -} - -.material-icons.folder_off:before { - content: "\eb83"; -} - -.material-icons.folder_open:before { - content: "\e2c8"; -} - -.material-icons.folder_shared:before { - content: "\e2c9"; -} - -.material-icons.folder_special:before { - content: "\e617"; -} - -.material-icons.folder_zip:before { - content: "\eb2c"; -} - -.material-icons.follow_the_signs:before { - content: "\f222"; -} - -.material-icons.font_download:before { - content: "\e167"; -} - -.material-icons.font_download_off:before { - content: "\e4f9"; -} - -.material-icons.food_bank:before { - content: "\f1f2"; -} - -.material-icons.forest:before { - content: "\ea99"; -} - -.material-icons.fork_left:before { - content: "\eba0"; -} - -.material-icons.fork_right:before { - content: "\ebac"; -} - -.material-icons.format_align_center:before { - content: "\e234"; -} - -.material-icons.format_align_justify:before { - content: "\e235"; -} - -.material-icons.format_align_left:before { - content: "\e236"; -} - -.material-icons.format_align_right:before { - content: "\e237"; -} - -.material-icons.format_bold:before { - content: "\e238"; -} - -.material-icons.format_clear:before { - content: "\e239"; -} - -.material-icons.format_color_fill:before { - content: "\e23a"; -} - -.material-icons.format_color_reset:before { - content: "\e23b"; -} - -.material-icons.format_color_text:before { - content: "\e23c"; -} - -.material-icons.format_indent_decrease:before { - content: "\e23d"; -} - -.material-icons.format_indent_increase:before { - content: "\e23e"; -} - -.material-icons.format_italic:before { - content: "\e23f"; -} - -.material-icons.format_line_spacing:before { - content: "\e240"; -} - -.material-icons.format_list_bulleted:before { - content: "\e241"; -} - -.material-icons.format_list_numbered:before { - content: "\e242"; -} - -.material-icons.format_list_numbered_rtl:before { - content: "\e267"; -} - -.material-icons.format_overline:before { - content: "\eb65"; -} - -.material-icons.format_paint:before { - content: "\e243"; -} - -.material-icons.format_quote:before { - content: "\e244"; -} - -.material-icons.format_shapes:before { - content: "\e25e"; -} - -.material-icons.format_size:before { - content: "\e245"; -} - -.material-icons.format_strikethrough:before { - content: "\e246"; -} - -.material-icons.format_textdirection_l_to_r:before { - content: "\e247"; -} - -.material-icons.format_textdirection_r_to_l:before { - content: "\e248"; -} - -.material-icons.format_underline:before { - content: "\e249"; -} - -.material-icons.format_underlined:before { - content: "\e249"; -} - -.material-icons.fort:before { - content: "\eaad"; -} - -.material-icons.forum:before { - content: "\e0bf"; -} - -.material-icons.forward:before { - content: "\e154"; -} - -.material-icons.forward_10:before { - content: "\e056"; -} - -.material-icons.forward_30:before { - content: "\e057"; -} - -.material-icons.forward_5:before { - content: "\e058"; -} - -.material-icons.forward_to_inbox:before { - content: "\f187"; -} - -.material-icons.foundation:before { - content: "\f200"; -} - -.material-icons.free_breakfast:before { - content: "\eb44"; -} - -.material-icons.free_cancellation:before { - content: "\e748"; -} - -.material-icons.front_hand:before { - content: "\e769"; -} - -.material-icons.fullscreen:before { - content: "\e5d0"; -} - -.material-icons.fullscreen_exit:before { - content: "\e5d1"; -} - -.material-icons.functions:before { - content: "\e24a"; -} - -.material-icons.g_mobiledata:before { - content: "\f010"; -} - -.material-icons.g_translate:before { - content: "\e927"; -} - -.material-icons.gamepad:before { - content: "\e30f"; -} - -.material-icons.games:before { - content: "\e021"; -} - -.material-icons.garage:before { - content: "\f011"; -} - -.material-icons.gas_meter:before { - content: "\ec19"; -} - -.material-icons.gavel:before { - content: "\e90e"; -} - -.material-icons.generating_tokens:before { - content: "\e749"; -} - -.material-icons.gesture:before { - content: "\e155"; -} - -.material-icons.get_app:before { - content: "\e884"; -} - -.material-icons.gif:before { - content: "\e908"; -} - -.material-icons.gif_box:before { - content: "\e7a3"; -} - -.material-icons.girl:before { - content: "\eb68"; -} - -.material-icons.gite:before { - content: "\e58b"; -} - -.material-icons.goat:before { - content: "\ebff"; -} - -.material-icons.golf_course:before { - content: "\eb45"; -} - -.material-icons.gpp_bad:before { - content: "\f012"; -} - -.material-icons.gpp_good:before { - content: "\f013"; -} - -.material-icons.gpp_maybe:before { - content: "\f014"; -} - -.material-icons.gps_fixed:before { - content: "\e1b3"; -} - -.material-icons.gps_not_fixed:before { - content: "\e1b4"; -} - -.material-icons.gps_off:before { - content: "\e1b5"; -} - -.material-icons.grade:before { - content: "\e885"; -} - -.material-icons.gradient:before { - content: "\e3e9"; -} - -.material-icons.grading:before { - content: "\ea4f"; -} - -.material-icons.grain:before { - content: "\e3ea"; -} - -.material-icons.graphic_eq:before { - content: "\e1b8"; -} - -.material-icons.grass:before { - content: "\f205"; -} - -.material-icons.grid_3x3:before { - content: "\f015"; -} - -.material-icons.grid_4x4:before { - content: "\f016"; -} - -.material-icons.grid_goldenratio:before { - content: "\f017"; -} - -.material-icons.grid_off:before { - content: "\e3eb"; -} - -.material-icons.grid_on:before { - content: "\e3ec"; -} - -.material-icons.grid_view:before { - content: "\e9b0"; -} - -.material-icons.group:before { - content: "\e7ef"; -} - -.material-icons.group_add:before { - content: "\e7f0"; -} - -.material-icons.group_off:before { - content: "\e747"; -} - -.material-icons.group_remove:before { - content: "\e7ad"; -} - -.material-icons.group_work:before { - content: "\e886"; -} - -.material-icons.groups:before { - content: "\f233"; -} - -.material-icons.h_mobiledata:before { - content: "\f018"; -} - -.material-icons.h_plus_mobiledata:before { - content: "\f019"; -} - -.material-icons.hail:before { - content: "\e9b1"; -} - -.material-icons.handshake:before { - content: "\ebcb"; -} - -.material-icons.handyman:before { - content: "\f10b"; -} - -.material-icons.hardware:before { - content: "\ea59"; -} - -.material-icons.hd:before { - content: "\e052"; -} - -.material-icons.hdr_auto:before { - content: "\f01a"; -} - -.material-icons.hdr_auto_select:before { - content: "\f01b"; -} - -.material-icons.hdr_enhanced_select:before { - content: "\ef51"; -} - -.material-icons.hdr_off:before { - content: "\e3ed"; -} - -.material-icons.hdr_off_select:before { - content: "\f01c"; -} - -.material-icons.hdr_on:before { - content: "\e3ee"; -} - -.material-icons.hdr_on_select:before { - content: "\f01d"; -} - -.material-icons.hdr_plus:before { - content: "\f01e"; -} - -.material-icons.hdr_strong:before { - content: "\e3f1"; -} - -.material-icons.hdr_weak:before { - content: "\e3f2"; -} - -.material-icons.headphones:before { - content: "\f01f"; -} - -.material-icons.headphones_battery:before { - content: "\f020"; -} - -.material-icons.headset:before { - content: "\e310"; -} - -.material-icons.headset_mic:before { - content: "\e311"; -} - -.material-icons.headset_off:before { - content: "\e33a"; -} - -.material-icons.healing:before { - content: "\e3f3"; -} - -.material-icons.health_and_safety:before { - content: "\e1d5"; -} - -.material-icons.hearing:before { - content: "\e023"; -} - -.material-icons.hearing_disabled:before { - content: "\f104"; -} - -.material-icons.heart_broken:before { - content: "\eac2"; -} - -.material-icons.heat_pump:before { - content: "\ec18"; -} - -.material-icons.height:before { - content: "\ea16"; -} - -.material-icons.help:before { - content: "\e887"; -} - -.material-icons.help_center:before { - content: "\f1c0"; -} - -.material-icons.help_outline:before { - content: "\e8fd"; -} - -.material-icons.hevc:before { - content: "\f021"; -} - -.material-icons.hexagon:before { - content: "\eb39"; -} - -.material-icons.hide_image:before { - content: "\f022"; -} - -.material-icons.hide_source:before { - content: "\f023"; -} - -.material-icons.high_quality:before { - content: "\e024"; -} - -.material-icons.highlight:before { - content: "\e25f"; -} - -.material-icons.highlight_alt:before { - content: "\ef52"; -} - -.material-icons.highlight_off:before { - content: "\e888"; -} - -.material-icons.highlight_remove:before { - content: "\e888"; -} - -.material-icons.hiking:before { - content: "\e50a"; -} - -.material-icons.history:before { - content: "\e889"; -} - -.material-icons.history_edu:before { - content: "\ea3e"; -} - -.material-icons.history_toggle_off:before { - content: "\f17d"; -} - -.material-icons.hive:before { - content: "\eaa6"; -} - -.material-icons.hls:before { - content: "\eb8a"; -} - -.material-icons.hls_off:before { - content: "\eb8c"; -} - -.material-icons.holiday_village:before { - content: "\e58a"; -} - -.material-icons.home:before { - content: "\e88a"; -} - -.material-icons.home_filled:before { - content: "\e9b2"; -} - -.material-icons.home_max:before { - content: "\f024"; -} - -.material-icons.home_mini:before { - content: "\f025"; -} - -.material-icons.home_repair_service:before { - content: "\f100"; -} - -.material-icons.home_work:before { - content: "\ea09"; -} - -.material-icons.horizontal_distribute:before { - content: "\e014"; -} - -.material-icons.horizontal_rule:before { - content: "\f108"; -} - -.material-icons.horizontal_split:before { - content: "\e947"; -} - -.material-icons.hot_tub:before { - content: "\eb46"; -} - -.material-icons.hotel:before { - content: "\e53a"; -} - -.material-icons.hotel_class:before { - content: "\e743"; -} - -.material-icons.hourglass_bottom:before { - content: "\ea5c"; -} - -.material-icons.hourglass_disabled:before { - content: "\ef53"; -} - -.material-icons.hourglass_empty:before { - content: "\e88b"; -} - -.material-icons.hourglass_full:before { - content: "\e88c"; -} - -.material-icons.hourglass_top:before { - content: "\ea5b"; -} - -.material-icons.house:before { - content: "\ea44"; -} - -.material-icons.house_siding:before { - content: "\f202"; -} - -.material-icons.houseboat:before { - content: "\e584"; -} - -.material-icons.how_to_reg:before { - content: "\e174"; -} - -.material-icons.how_to_vote:before { - content: "\e175"; -} - -.material-icons.html:before { - content: "\eb7e"; -} - -.material-icons.http:before { - content: "\e902"; -} - -.material-icons.https:before { - content: "\e88d"; -} - -.material-icons.hub:before { - content: "\e9f4"; -} - -.material-icons.hvac:before { - content: "\f10e"; -} - -.material-icons.ice_skating:before { - content: "\e50b"; -} - -.material-icons.icecream:before { - content: "\ea69"; -} - -.material-icons.image:before { - content: "\e3f4"; -} - -.material-icons.image_aspect_ratio:before { - content: "\e3f5"; -} - -.material-icons.image_not_supported:before { - content: "\f116"; -} - -.material-icons.image_search:before { - content: "\e43f"; -} - -.material-icons.imagesearch_roller:before { - content: "\e9b4"; -} - -.material-icons.import_contacts:before { - content: "\e0e0"; -} - -.material-icons.import_export:before { - content: "\e0c3"; -} - -.material-icons.important_devices:before { - content: "\e912"; -} - -.material-icons.inbox:before { - content: "\e156"; -} - -.material-icons.incomplete_circle:before { - content: "\e79b"; -} - -.material-icons.indeterminate_check_box:before { - content: "\e909"; -} - -.material-icons.info:before { - content: "\e88e"; -} - -.material-icons.info_outline:before { - content: "\e88f"; -} - -.material-icons.input:before { - content: "\e890"; -} - -.material-icons.insert_chart:before { - content: "\e24b"; -} - -.material-icons.insert_chart_outlined:before { - content: "\e26a"; -} - -.material-icons.insert_comment:before { - content: "\e24c"; -} - -.material-icons.insert_drive_file:before { - content: "\e24d"; -} - -.material-icons.insert_emoticon:before { - content: "\e24e"; -} - -.material-icons.insert_invitation:before { - content: "\e24f"; -} - -.material-icons.insert_link:before { - content: "\e250"; -} - -.material-icons.insert_page_break:before { - content: "\eaca"; -} - -.material-icons.insert_photo:before { - content: "\e251"; -} - -.material-icons.insights:before { - content: "\f092"; -} - -.material-icons.install_desktop:before { - content: "\eb71"; -} - -.material-icons.install_mobile:before { - content: "\eb72"; -} - -.material-icons.integration_instructions:before { - content: "\ef54"; -} - -.material-icons.interests:before { - content: "\e7c8"; -} - -.material-icons.interpreter_mode:before { - content: "\e83b"; -} - -.material-icons.inventory:before { - content: "\e179"; -} - -.material-icons.inventory_2:before { - content: "\e1a1"; -} - -.material-icons.invert_colors:before { - content: "\e891"; -} - -.material-icons.invert_colors_off:before { - content: "\e0c4"; -} - -.material-icons.invert_colors_on:before { - content: "\e891"; -} - -.material-icons.ios_share:before { - content: "\e6b8"; -} - -.material-icons.iron:before { - content: "\e583"; -} - -.material-icons.iso:before { - content: "\e3f6"; -} - -.material-icons.javascript:before { - content: "\eb7c"; -} - -.material-icons.join_full:before { - content: "\eaeb"; -} - -.material-icons.join_inner:before { - content: "\eaf4"; -} - -.material-icons.join_left:before { - content: "\eaf2"; -} - -.material-icons.join_right:before { - content: "\eaea"; -} - -.material-icons.kayaking:before { - content: "\e50c"; -} - -.material-icons.kebab_dining:before { - content: "\e842"; -} - -.material-icons.key:before { - content: "\e73c"; -} - -.material-icons.key_off:before { - content: "\eb84"; -} - -.material-icons.keyboard:before { - content: "\e312"; -} - -.material-icons.keyboard_alt:before { - content: "\f028"; -} - -.material-icons.keyboard_arrow_down:before { - content: "\e313"; -} - -.material-icons.keyboard_arrow_left:before { - content: "\e314"; -} - -.material-icons.keyboard_arrow_right:before { - content: "\e315"; -} - -.material-icons.keyboard_arrow_up:before { - content: "\e316"; -} - -.material-icons.keyboard_backspace:before { - content: "\e317"; -} - -.material-icons.keyboard_capslock:before { - content: "\e318"; -} - -.material-icons.keyboard_command:before { - content: "\eae0"; -} - -.material-icons.keyboard_command_key:before { - content: "\eae7"; -} - -.material-icons.keyboard_control:before { - content: "\e5d3"; -} - -.material-icons.keyboard_control_key:before { - content: "\eae6"; -} - -.material-icons.keyboard_double_arrow_down:before { - content: "\ead0"; -} - -.material-icons.keyboard_double_arrow_left:before { - content: "\eac3"; -} - -.material-icons.keyboard_double_arrow_right:before { - content: "\eac9"; -} - -.material-icons.keyboard_double_arrow_up:before { - content: "\eacf"; -} - -.material-icons.keyboard_hide:before { - content: "\e31a"; -} - -.material-icons.keyboard_option:before { - content: "\eadf"; -} - -.material-icons.keyboard_option_key:before { - content: "\eae8"; -} - -.material-icons.keyboard_return:before { - content: "\e31b"; -} - -.material-icons.keyboard_tab:before { - content: "\e31c"; -} - -.material-icons.keyboard_voice:before { - content: "\e31d"; -} - -.material-icons.king_bed:before { - content: "\ea45"; -} - -.material-icons.kitchen:before { - content: "\eb47"; -} - -.material-icons.kitesurfing:before { - content: "\e50d"; -} - -.material-icons.label:before { - content: "\e892"; -} - -.material-icons.label_important:before { - content: "\e937"; -} - -.material-icons.label_important_outline:before { - content: "\e948"; -} - -.material-icons.label_off:before { - content: "\e9b6"; -} - -.material-icons.label_outline:before { - content: "\e893"; -} - -.material-icons.lan:before { - content: "\eb2f"; -} - -.material-icons.landscape:before { - content: "\e3f7"; -} - -.material-icons.landslide:before { - content: "\ebd7"; -} - -.material-icons.language:before { - content: "\e894"; -} - -.material-icons.laptop:before { - content: "\e31e"; -} - -.material-icons.laptop_chromebook:before { - content: "\e31f"; -} - -.material-icons.laptop_mac:before { - content: "\e320"; -} - -.material-icons.laptop_windows:before { - content: "\e321"; -} - -.material-icons.last_page:before { - content: "\e5dd"; -} - -.material-icons.launch:before { - content: "\e895"; -} - -.material-icons.layers:before { - content: "\e53b"; -} - -.material-icons.layers_clear:before { - content: "\e53c"; -} - -.material-icons.leaderboard:before { - content: "\f20c"; -} - -.material-icons.leak_add:before { - content: "\e3f8"; -} - -.material-icons.leak_remove:before { - content: "\e3f9"; -} - -.material-icons.leave_bags_at_home:before { - content: "\f21b"; -} - -.material-icons.legend_toggle:before { - content: "\f11b"; -} - -.material-icons.lens:before { - content: "\e3fa"; -} - -.material-icons.lens_blur:before { - content: "\f029"; -} - -.material-icons.library_add:before { - content: "\e02e"; -} - -.material-icons.library_add_check:before { - content: "\e9b7"; -} - -.material-icons.library_books:before { - content: "\e02f"; -} - -.material-icons.library_music:before { - content: "\e030"; -} - -.material-icons.light:before { - content: "\f02a"; -} - -.material-icons.light_mode:before { - content: "\e518"; -} - -.material-icons.lightbulb:before { - content: "\e0f0"; -} - -.material-icons.lightbulb_circle:before { - content: "\ebfe"; -} - -.material-icons.lightbulb_outline:before { - content: "\e90f"; -} - -.material-icons.line_axis:before { - content: "\ea9a"; -} - -.material-icons.line_style:before { - content: "\e919"; -} - -.material-icons.line_weight:before { - content: "\e91a"; -} - -.material-icons.linear_scale:before { - content: "\e260"; -} - -.material-icons.link:before { - content: "\e157"; -} - -.material-icons.link_off:before { - content: "\e16f"; -} - -.material-icons.linked_camera:before { - content: "\e438"; -} - -.material-icons.liquor:before { - content: "\ea60"; -} - -.material-icons.list:before { - content: "\e896"; -} - -.material-icons.list_alt:before { - content: "\e0ee"; -} - -.material-icons.live_help:before { - content: "\e0c6"; -} - -.material-icons.live_tv:before { - content: "\e639"; -} - -.material-icons.living:before { - content: "\f02b"; -} - -.material-icons.local_activity:before { - content: "\e53f"; -} - -.material-icons.local_airport:before { - content: "\e53d"; -} - -.material-icons.local_atm:before { - content: "\e53e"; -} - -.material-icons.local_attraction:before { - content: "\e53f"; -} - -.material-icons.local_bar:before { - content: "\e540"; -} - -.material-icons.local_cafe:before { - content: "\e541"; -} - -.material-icons.local_car_wash:before { - content: "\e542"; -} - -.material-icons.local_convenience_store:before { - content: "\e543"; -} - -.material-icons.local_dining:before { - content: "\e556"; -} - -.material-icons.local_drink:before { - content: "\e544"; -} - -.material-icons.local_fire_department:before { - content: "\ef55"; -} - -.material-icons.local_florist:before { - content: "\e545"; -} - -.material-icons.local_gas_station:before { - content: "\e546"; -} - -.material-icons.local_grocery_store:before { - content: "\e547"; -} - -.material-icons.local_hospital:before { - content: "\e548"; -} - -.material-icons.local_hotel:before { - content: "\e549"; -} - -.material-icons.local_laundry_service:before { - content: "\e54a"; -} - -.material-icons.local_library:before { - content: "\e54b"; -} - -.material-icons.local_mall:before { - content: "\e54c"; -} - -.material-icons.local_movies:before { - content: "\e54d"; -} - -.material-icons.local_offer:before { - content: "\e54e"; -} - -.material-icons.local_parking:before { - content: "\e54f"; -} - -.material-icons.local_pharmacy:before { - content: "\e550"; -} - -.material-icons.local_phone:before { - content: "\e551"; -} - -.material-icons.local_pizza:before { - content: "\e552"; -} - -.material-icons.local_play:before { - content: "\e553"; -} - -.material-icons.local_police:before { - content: "\ef56"; -} - -.material-icons.local_post_office:before { - content: "\e554"; -} - -.material-icons.local_print_shop:before { - content: "\e555"; -} - -.material-icons.local_printshop:before { - content: "\e555"; -} - -.material-icons.local_restaurant:before { - content: "\e556"; -} - -.material-icons.local_see:before { - content: "\e557"; -} - -.material-icons.local_shipping:before { - content: "\e558"; -} - -.material-icons.local_taxi:before { - content: "\e559"; -} - -.material-icons.location_city:before { - content: "\e7f1"; -} - -.material-icons.location_disabled:before { - content: "\e1b6"; -} - -.material-icons.location_history:before { - content: "\e55a"; -} - -.material-icons.location_off:before { - content: "\e0c7"; -} - -.material-icons.location_on:before { - content: "\e0c8"; -} - -.material-icons.location_pin:before { - content: "\f1db"; -} - -.material-icons.location_searching:before { - content: "\e1b7"; -} - -.material-icons.lock:before { - content: "\e897"; -} - -.material-icons.lock_clock:before { - content: "\ef57"; -} - -.material-icons.lock_open:before { - content: "\e898"; -} - -.material-icons.lock_outline:before { - content: "\e899"; -} - -.material-icons.lock_person:before { - content: "\f8f3"; -} - -.material-icons.lock_reset:before { - content: "\eade"; -} - -.material-icons.login:before { - content: "\ea77"; -} - -.material-icons.logo_dev:before { - content: "\ead6"; -} - -.material-icons.logout:before { - content: "\e9ba"; -} - -.material-icons.looks:before { - content: "\e3fc"; -} - -.material-icons.looks_3:before { - content: "\e3fb"; -} - -.material-icons.looks_4:before { - content: "\e3fd"; -} - -.material-icons.looks_5:before { - content: "\e3fe"; -} - -.material-icons.looks_6:before { - content: "\e3ff"; -} - -.material-icons.looks_one:before { - content: "\e400"; -} - -.material-icons.looks_two:before { - content: "\e401"; -} - -.material-icons.loop:before { - content: "\e028"; -} - -.material-icons.loupe:before { - content: "\e402"; -} - -.material-icons.low_priority:before { - content: "\e16d"; -} - -.material-icons.loyalty:before { - content: "\e89a"; -} - -.material-icons.lte_mobiledata:before { - content: "\f02c"; -} - -.material-icons.lte_plus_mobiledata:before { - content: "\f02d"; -} - -.material-icons.luggage:before { - content: "\f235"; -} - -.material-icons.lunch_dining:before { - content: "\ea61"; -} - -.material-icons.lyrics:before { - content: "\ec0b"; -} - -.material-icons.mail:before { - content: "\e158"; -} - -.material-icons.mail_lock:before { - content: "\ec0a"; -} - -.material-icons.mail_outline:before { - content: "\e0e1"; -} - -.material-icons.male:before { - content: "\e58e"; -} - -.material-icons.man:before { - content: "\e4eb"; -} - -.material-icons.manage_accounts:before { - content: "\f02e"; -} - -.material-icons.manage_history:before { - content: "\ebe7"; -} - -.material-icons.manage_search:before { - content: "\f02f"; -} - -.material-icons.map:before { - content: "\e55b"; -} - -.material-icons.maps_home_work:before { - content: "\f030"; -} - -.material-icons.maps_ugc:before { - content: "\ef58"; -} - -.material-icons.margin:before { - content: "\e9bb"; -} - -.material-icons.mark_as_unread:before { - content: "\e9bc"; -} - -.material-icons.mark_chat_read:before { - content: "\f18b"; -} - -.material-icons.mark_chat_unread:before { - content: "\f189"; -} - -.material-icons.mark_email_read:before { - content: "\f18c"; -} - -.material-icons.mark_email_unread:before { - content: "\f18a"; -} - -.material-icons.mark_unread_chat_alt:before { - content: "\eb9d"; -} - -.material-icons.markunread:before { - content: "\e159"; -} - -.material-icons.markunread_mailbox:before { - content: "\e89b"; -} - -.material-icons.masks:before { - content: "\f218"; -} - -.material-icons.maximize:before { - content: "\e930"; -} - -.material-icons.media_bluetooth_off:before { - content: "\f031"; -} - -.material-icons.media_bluetooth_on:before { - content: "\f032"; -} - -.material-icons.mediation:before { - content: "\efa7"; -} - -.material-icons.medical_information:before { - content: "\ebed"; -} - -.material-icons.medical_services:before { - content: "\f109"; -} - -.material-icons.medication:before { - content: "\f033"; -} - -.material-icons.medication_liquid:before { - content: "\ea87"; -} - -.material-icons.meeting_room:before { - content: "\eb4f"; -} - -.material-icons.memory:before { - content: "\e322"; -} - -.material-icons.menu:before { - content: "\e5d2"; -} - -.material-icons.menu_book:before { - content: "\ea19"; -} - -.material-icons.menu_open:before { - content: "\e9bd"; -} - -.material-icons.merge:before { - content: "\eb98"; -} - -.material-icons.merge_type:before { - content: "\e252"; -} - -.material-icons.message:before { - content: "\e0c9"; -} - -.material-icons.messenger:before { - content: "\e0ca"; -} - -.material-icons.messenger_outline:before { - content: "\e0cb"; -} - -.material-icons.mic:before { - content: "\e029"; -} - -.material-icons.mic_external_off:before { - content: "\ef59"; -} - -.material-icons.mic_external_on:before { - content: "\ef5a"; -} - -.material-icons.mic_none:before { - content: "\e02a"; -} - -.material-icons.mic_off:before { - content: "\e02b"; -} - -.material-icons.microwave:before { - content: "\f204"; -} - -.material-icons.military_tech:before { - content: "\ea3f"; -} - -.material-icons.minimize:before { - content: "\e931"; -} - -.material-icons.minor_crash:before { - content: "\ebf1"; -} - -.material-icons.miscellaneous_services:before { - content: "\f10c"; -} - -.material-icons.missed_video_call:before { - content: "\e073"; -} - -.material-icons.mms:before { - content: "\e618"; -} - -.material-icons.mobile_friendly:before { - content: "\e200"; -} - -.material-icons.mobile_off:before { - content: "\e201"; -} - -.material-icons.mobile_screen_share:before { - content: "\e0e7"; -} - -.material-icons.mobiledata_off:before { - content: "\f034"; -} - -.material-icons.mode:before { - content: "\f097"; -} - -.material-icons.mode_comment:before { - content: "\e253"; -} - -.material-icons.mode_edit:before { - content: "\e254"; -} - -.material-icons.mode_edit_outline:before { - content: "\f035"; -} - -.material-icons.mode_fan_off:before { - content: "\ec17"; -} - -.material-icons.mode_night:before { - content: "\f036"; -} - -.material-icons.mode_of_travel:before { - content: "\e7ce"; -} - -.material-icons.mode_standby:before { - content: "\f037"; -} - -.material-icons.model_training:before { - content: "\f0cf"; -} - -.material-icons.monetization_on:before { - content: "\e263"; -} - -.material-icons.money:before { - content: "\e57d"; -} - -.material-icons.money_off:before { - content: "\e25c"; -} - -.material-icons.money_off_csred:before { - content: "\f038"; -} - -.material-icons.monitor:before { - content: "\ef5b"; -} - -.material-icons.monitor_heart:before { - content: "\eaa2"; -} - -.material-icons.monitor_weight:before { - content: "\f039"; -} - -.material-icons.monochrome_photos:before { - content: "\e403"; -} - -.material-icons.mood:before { - content: "\e7f2"; -} - -.material-icons.mood_bad:before { - content: "\e7f3"; -} - -.material-icons.moped:before { - content: "\eb28"; -} - -.material-icons.more:before { - content: "\e619"; -} - -.material-icons.more_horiz:before { - content: "\e5d3"; -} - -.material-icons.more_time:before { - content: "\ea5d"; -} - -.material-icons.more_vert:before { - content: "\e5d4"; -} - -.material-icons.mosque:before { - content: "\eab2"; -} - -.material-icons.motion_photos_auto:before { - content: "\f03a"; -} - -.material-icons.motion_photos_off:before { - content: "\e9c0"; -} - -.material-icons.motion_photos_on:before { - content: "\e9c1"; -} - -.material-icons.motion_photos_pause:before { - content: "\f227"; -} - -.material-icons.motion_photos_paused:before { - content: "\e9c2"; -} - -.material-icons.motorcycle:before { - content: "\e91b"; -} - -.material-icons.mouse:before { - content: "\e323"; -} - -.material-icons.move_down:before { - content: "\eb61"; -} - -.material-icons.move_to_inbox:before { - content: "\e168"; -} - -.material-icons.move_up:before { - content: "\eb64"; -} - -.material-icons.movie:before { - content: "\e02c"; -} - -.material-icons.movie_creation:before { - content: "\e404"; -} - -.material-icons.movie_filter:before { - content: "\e43a"; -} - -.material-icons.moving:before { - content: "\e501"; -} - -.material-icons.mp:before { - content: "\e9c3"; -} - -.material-icons.multiline_chart:before { - content: "\e6df"; -} - -.material-icons.multiple_stop:before { - content: "\f1b9"; -} - -.material-icons.multitrack_audio:before { - content: "\e1b8"; -} - -.material-icons.museum:before { - content: "\ea36"; -} - -.material-icons.music_note:before { - content: "\e405"; -} - -.material-icons.music_off:before { - content: "\e440"; -} - -.material-icons.music_video:before { - content: "\e063"; -} - -.material-icons.my_library_add:before { - content: "\e02e"; -} - -.material-icons.my_library_books:before { - content: "\e02f"; -} - -.material-icons.my_library_music:before { - content: "\e030"; -} - -.material-icons.my_location:before { - content: "\e55c"; -} - -.material-icons.nat:before { - content: "\ef5c"; -} - -.material-icons.nature:before { - content: "\e406"; -} - -.material-icons.nature_people:before { - content: "\e407"; -} - -.material-icons.navigate_before:before { - content: "\e408"; -} - -.material-icons.navigate_next:before { - content: "\e409"; -} - -.material-icons.navigation:before { - content: "\e55d"; -} - -.material-icons.near_me:before { - content: "\e569"; -} - -.material-icons.near_me_disabled:before { - content: "\f1ef"; -} - -.material-icons.nearby_error:before { - content: "\f03b"; -} - -.material-icons.nearby_off:before { - content: "\f03c"; -} - -.material-icons.nest_cam_wired_stand:before { - content: "\ec16"; -} - -.material-icons.network_cell:before { - content: "\e1b9"; -} - -.material-icons.network_check:before { - content: "\e640"; -} - -.material-icons.network_locked:before { - content: "\e61a"; -} - -.material-icons.network_ping:before { - content: "\ebca"; -} - -.material-icons.network_wifi:before { - content: "\e1ba"; -} - -.material-icons.network_wifi_1_bar:before { - content: "\ebe4"; -} - -.material-icons.network_wifi_2_bar:before { - content: "\ebd6"; -} - -.material-icons.network_wifi_3_bar:before { - content: "\ebe1"; -} - -.material-icons.new_label:before { - content: "\e609"; -} - -.material-icons.new_releases:before { - content: "\e031"; -} - -.material-icons.newspaper:before { - content: "\eb81"; -} - -.material-icons.next_plan:before { - content: "\ef5d"; -} - -.material-icons.next_week:before { - content: "\e16a"; -} - -.material-icons.nfc:before { - content: "\e1bb"; -} - -.material-icons.night_shelter:before { - content: "\f1f1"; -} - -.material-icons.nightlife:before { - content: "\ea62"; -} - -.material-icons.nightlight:before { - content: "\f03d"; -} - -.material-icons.nightlight_round:before { - content: "\ef5e"; -} - -.material-icons.nights_stay:before { - content: "\ea46"; -} - -.material-icons.no_accounts:before { - content: "\f03e"; -} - -.material-icons.no_adult_content:before { - content: "\f8fe"; -} - -.material-icons.no_backpack:before { - content: "\f237"; -} - -.material-icons.no_cell:before { - content: "\f1a4"; -} - -.material-icons.no_crash:before { - content: "\ebf0"; -} - -.material-icons.no_drinks:before { - content: "\f1a5"; -} - -.material-icons.no_encryption:before { - content: "\e641"; -} - -.material-icons.no_encryption_gmailerrorred:before { - content: "\f03f"; -} - -.material-icons.no_flash:before { - content: "\f1a6"; -} - -.material-icons.no_food:before { - content: "\f1a7"; -} - -.material-icons.no_luggage:before { - content: "\f23b"; -} - -.material-icons.no_meals:before { - content: "\f1d6"; -} - -.material-icons.no_meals_ouline:before { - content: "\f229"; -} - -.material-icons.no_meeting_room:before { - content: "\eb4e"; -} - -.material-icons.no_photography:before { - content: "\f1a8"; -} - -.material-icons.no_sim:before { - content: "\e0cc"; -} - -.material-icons.no_stroller:before { - content: "\f1af"; -} - -.material-icons.no_transfer:before { - content: "\f1d5"; -} - -.material-icons.noise_aware:before { - content: "\ebec"; -} - -.material-icons.noise_control_off:before { - content: "\ebf3"; -} - -.material-icons.nordic_walking:before { - content: "\e50e"; -} - -.material-icons.north:before { - content: "\f1e0"; -} - -.material-icons.north_east:before { - content: "\f1e1"; -} - -.material-icons.north_west:before { - content: "\f1e2"; -} - -.material-icons.not_accessible:before { - content: "\f0fe"; -} - -.material-icons.not_interested:before { - content: "\e033"; -} - -.material-icons.not_listed_location:before { - content: "\e575"; -} - -.material-icons.not_started:before { - content: "\f0d1"; -} - -.material-icons.note:before { - content: "\e06f"; -} - -.material-icons.note_add:before { - content: "\e89c"; -} - -.material-icons.note_alt:before { - content: "\f040"; -} - -.material-icons.notes:before { - content: "\e26c"; -} - -.material-icons.notification_add:before { - content: "\e399"; -} - -.material-icons.notification_important:before { - content: "\e004"; -} - -.material-icons.notifications:before { - content: "\e7f4"; -} - -.material-icons.notifications_active:before { - content: "\e7f7"; -} - -.material-icons.notifications_none:before { - content: "\e7f5"; -} - -.material-icons.notifications_off:before { - content: "\e7f6"; -} - -.material-icons.notifications_on:before { - content: "\e7f7"; -} - -.material-icons.notifications_paused:before { - content: "\e7f8"; -} - -.material-icons.now_wallpaper:before { - content: "\e1bc"; -} - -.material-icons.now_widgets:before { - content: "\e1bd"; -} - -.material-icons.numbers:before { - content: "\eac7"; -} - -.material-icons.offline_bolt:before { - content: "\e932"; -} - -.material-icons.offline_pin:before { - content: "\e90a"; -} - -.material-icons.offline_share:before { - content: "\e9c5"; -} - -.material-icons.oil_barrel:before { - content: "\ec15"; -} - -.material-icons.on_device_training:before { - content: "\ebfd"; -} - -.material-icons.ondemand_video:before { - content: "\e63a"; -} - -.material-icons.online_prediction:before { - content: "\f0eb"; -} - -.material-icons.opacity:before { - content: "\e91c"; -} - -.material-icons.open_in_browser:before { - content: "\e89d"; -} - -.material-icons.open_in_full:before { - content: "\f1ce"; -} - -.material-icons.open_in_new:before { - content: "\e89e"; -} - -.material-icons.open_in_new_off:before { - content: "\e4f6"; -} - -.material-icons.open_with:before { - content: "\e89f"; -} - -.material-icons.other_houses:before { - content: "\e58c"; -} - -.material-icons.outbond:before { - content: "\f228"; -} - -.material-icons.outbound:before { - content: "\e1ca"; -} - -.material-icons.outbox:before { - content: "\ef5f"; -} - -.material-icons.outdoor_grill:before { - content: "\ea47"; -} - -.material-icons.outgoing_mail:before { - content: "\f0d2"; -} - -.material-icons.outlet:before { - content: "\f1d4"; -} - -.material-icons.outlined_flag:before { - content: "\e16e"; -} - -.material-icons.output:before { - content: "\ebbe"; -} - -.material-icons.padding:before { - content: "\e9c8"; -} - -.material-icons.pages:before { - content: "\e7f9"; -} - -.material-icons.pageview:before { - content: "\e8a0"; -} - -.material-icons.paid:before { - content: "\f041"; -} - -.material-icons.palette:before { - content: "\e40a"; -} - -.material-icons.pan_tool:before { - content: "\e925"; -} - -.material-icons.pan_tool_alt:before { - content: "\ebb9"; -} - -.material-icons.panorama:before { - content: "\e40b"; -} - -.material-icons.panorama_fish_eye:before { - content: "\e40c"; -} - -.material-icons.panorama_fisheye:before { - content: "\e40c"; -} - -.material-icons.panorama_horizontal:before { - content: "\e40d"; -} - -.material-icons.panorama_horizontal_select:before { - content: "\ef60"; -} - -.material-icons.panorama_photosphere:before { - content: "\e9c9"; -} - -.material-icons.panorama_photosphere_select:before { - content: "\e9ca"; -} - -.material-icons.panorama_vertical:before { - content: "\e40e"; -} - -.material-icons.panorama_vertical_select:before { - content: "\ef61"; -} - -.material-icons.panorama_wide_angle:before { - content: "\e40f"; -} - -.material-icons.panorama_wide_angle_select:before { - content: "\ef62"; -} - -.material-icons.paragliding:before { - content: "\e50f"; -} - -.material-icons.park:before { - content: "\ea63"; -} - -.material-icons.party_mode:before { - content: "\e7fa"; -} - -.material-icons.password:before { - content: "\f042"; -} - -.material-icons.pattern:before { - content: "\f043"; -} - -.material-icons.pause:before { - content: "\e034"; -} - -.material-icons.pause_circle:before { - content: "\e1a2"; -} - -.material-icons.pause_circle_filled:before { - content: "\e035"; -} - -.material-icons.pause_circle_outline:before { - content: "\e036"; -} - -.material-icons.pause_presentation:before { - content: "\e0ea"; -} - -.material-icons.payment:before { - content: "\e8a1"; -} - -.material-icons.payments:before { - content: "\ef63"; -} - -.material-icons.paypal:before { - content: "\ea8d"; -} - -.material-icons.pedal_bike:before { - content: "\eb29"; -} - -.material-icons.pending:before { - content: "\ef64"; -} - -.material-icons.pending_actions:before { - content: "\f1bb"; -} - -.material-icons.pentagon:before { - content: "\eb50"; -} - -.material-icons.people:before { - content: "\e7fb"; -} - -.material-icons.people_alt:before { - content: "\ea21"; -} - -.material-icons.people_outline:before { - content: "\e7fc"; -} - -.material-icons.percent:before { - content: "\eb58"; -} - -.material-icons.perm_camera_mic:before { - content: "\e8a2"; -} - -.material-icons.perm_contact_cal:before { - content: "\e8a3"; -} - -.material-icons.perm_contact_calendar:before { - content: "\e8a3"; -} - -.material-icons.perm_data_setting:before { - content: "\e8a4"; -} - -.material-icons.perm_device_info:before { - content: "\e8a5"; -} - -.material-icons.perm_device_information:before { - content: "\e8a5"; -} - -.material-icons.perm_identity:before { - content: "\e8a6"; -} - -.material-icons.perm_media:before { - content: "\e8a7"; -} - -.material-icons.perm_phone_msg:before { - content: "\e8a8"; -} - -.material-icons.perm_scan_wifi:before { - content: "\e8a9"; -} - -.material-icons.person:before { - content: "\e7fd"; -} - -.material-icons.person_add:before { - content: "\e7fe"; -} - -.material-icons.person_add_alt:before { - content: "\ea4d"; -} - -.material-icons.person_add_alt_1:before { - content: "\ef65"; -} - -.material-icons.person_add_disabled:before { - content: "\e9cb"; -} - -.material-icons.person_off:before { - content: "\e510"; -} - -.material-icons.person_outline:before { - content: "\e7ff"; -} - -.material-icons.person_pin:before { - content: "\e55a"; -} - -.material-icons.person_pin_circle:before { - content: "\e56a"; -} - -.material-icons.person_remove:before { - content: "\ef66"; -} - -.material-icons.person_remove_alt_1:before { - content: "\ef67"; -} - -.material-icons.person_search:before { - content: "\f106"; -} - -.material-icons.personal_injury:before { - content: "\e6da"; -} - -.material-icons.personal_video:before { - content: "\e63b"; -} - -.material-icons.pest_control:before { - content: "\f0fa"; -} - -.material-icons.pest_control_rodent:before { - content: "\f0fd"; -} - -.material-icons.pets:before { - content: "\e91d"; -} - -.material-icons.phishing:before { - content: "\ead7"; -} - -.material-icons.phone:before { - content: "\e0cd"; -} - -.material-icons.phone_android:before { - content: "\e324"; -} - -.material-icons.phone_bluetooth_speaker:before { - content: "\e61b"; -} - -.material-icons.phone_callback:before { - content: "\e649"; -} - -.material-icons.phone_disabled:before { - content: "\e9cc"; -} - -.material-icons.phone_enabled:before { - content: "\e9cd"; -} - -.material-icons.phone_forwarded:before { - content: "\e61c"; -} - -.material-icons.phone_in_talk:before { - content: "\e61d"; -} - -.material-icons.phone_iphone:before { - content: "\e325"; -} - -.material-icons.phone_locked:before { - content: "\e61e"; -} - -.material-icons.phone_missed:before { - content: "\e61f"; -} - -.material-icons.phone_paused:before { - content: "\e620"; -} - -.material-icons.phonelink:before { - content: "\e326"; -} - -.material-icons.phonelink_erase:before { - content: "\e0db"; -} - -.material-icons.phonelink_lock:before { - content: "\e0dc"; -} - -.material-icons.phonelink_off:before { - content: "\e327"; -} - -.material-icons.phonelink_ring:before { - content: "\e0dd"; -} - -.material-icons.phonelink_setup:before { - content: "\e0de"; -} - -.material-icons.photo:before { - content: "\e410"; -} - -.material-icons.photo_album:before { - content: "\e411"; -} - -.material-icons.photo_camera:before { - content: "\e412"; -} - -.material-icons.photo_camera_back:before { - content: "\ef68"; -} - -.material-icons.photo_camera_front:before { - content: "\ef69"; -} - -.material-icons.photo_filter:before { - content: "\e43b"; -} - -.material-icons.photo_library:before { - content: "\e413"; -} - -.material-icons.photo_size_select_actual:before { - content: "\e432"; -} - -.material-icons.photo_size_select_large:before { - content: "\e433"; -} - -.material-icons.photo_size_select_small:before { - content: "\e434"; -} - -.material-icons.php:before { - content: "\eb8f"; -} - -.material-icons.piano:before { - content: "\e521"; -} - -.material-icons.piano_off:before { - content: "\e520"; -} - -.material-icons.picture_as_pdf:before { - content: "\e415"; -} - -.material-icons.picture_in_picture:before { - content: "\e8aa"; -} - -.material-icons.picture_in_picture_alt:before { - content: "\e911"; -} - -.material-icons.pie_chart:before { - content: "\e6c4"; -} - -.material-icons.pie_chart_outline:before { - content: "\f044"; -} - -.material-icons.pie_chart_outlined:before { - content: "\e6c5"; -} - -.material-icons.pin:before { - content: "\f045"; -} - -.material-icons.pin_drop:before { - content: "\e55e"; -} - -.material-icons.pin_end:before { - content: "\e767"; -} - -.material-icons.pin_invoke:before { - content: "\e763"; -} - -.material-icons.pinch:before { - content: "\eb38"; -} - -.material-icons.pivot_table_chart:before { - content: "\e9ce"; -} - -.material-icons.pix:before { - content: "\eaa3"; -} - -.material-icons.place:before { - content: "\e55f"; -} - -.material-icons.plagiarism:before { - content: "\ea5a"; -} - -.material-icons.play_arrow:before { - content: "\e037"; -} - -.material-icons.play_circle:before { - content: "\e1c4"; -} - -.material-icons.play_circle_fill:before { - content: "\e038"; -} - -.material-icons.play_circle_filled:before { - content: "\e038"; -} - -.material-icons.play_circle_outline:before { - content: "\e039"; -} - -.material-icons.play_disabled:before { - content: "\ef6a"; -} - -.material-icons.play_for_work:before { - content: "\e906"; -} - -.material-icons.play_lesson:before { - content: "\f047"; -} - -.material-icons.playlist_add:before { - content: "\e03b"; -} - -.material-icons.playlist_add_check:before { - content: "\e065"; -} - -.material-icons.playlist_add_check_circle:before { - content: "\e7e6"; -} - -.material-icons.playlist_add_circle:before { - content: "\e7e5"; -} - -.material-icons.playlist_play:before { - content: "\e05f"; -} - -.material-icons.playlist_remove:before { - content: "\eb80"; -} - -.material-icons.plumbing:before { - content: "\f107"; -} - -.material-icons.plus_one:before { - content: "\e800"; -} - -.material-icons.podcasts:before { - content: "\f048"; -} - -.material-icons.point_of_sale:before { - content: "\f17e"; -} - -.material-icons.policy:before { - content: "\ea17"; -} - -.material-icons.poll:before { - content: "\e801"; -} - -.material-icons.polyline:before { - content: "\ebbb"; -} - -.material-icons.polymer:before { - content: "\e8ab"; -} - -.material-icons.pool:before { - content: "\eb48"; -} - -.material-icons.portable_wifi_off:before { - content: "\e0ce"; -} - -.material-icons.portrait:before { - content: "\e416"; -} - -.material-icons.post_add:before { - content: "\ea20"; -} - -.material-icons.power:before { - content: "\e63c"; -} - -.material-icons.power_input:before { - content: "\e336"; -} - -.material-icons.power_off:before { - content: "\e646"; -} - -.material-icons.power_settings_new:before { - content: "\e8ac"; -} - -.material-icons.precision_manufacturing:before { - content: "\f049"; -} - -.material-icons.pregnant_woman:before { - content: "\e91e"; -} - -.material-icons.present_to_all:before { - content: "\e0df"; -} - -.material-icons.preview:before { - content: "\f1c5"; -} - -.material-icons.price_change:before { - content: "\f04a"; -} - -.material-icons.price_check:before { - content: "\f04b"; -} - -.material-icons.print:before { - content: "\e8ad"; -} - -.material-icons.print_disabled:before { - content: "\e9cf"; -} - -.material-icons.priority_high:before { - content: "\e645"; -} - -.material-icons.privacy_tip:before { - content: "\f0dc"; -} - -.material-icons.private_connectivity:before { - content: "\e744"; -} - -.material-icons.production_quantity_limits:before { - content: "\e1d1"; -} - -.material-icons.propane:before { - content: "\ec14"; -} - -.material-icons.propane_tank:before { - content: "\ec13"; -} - -.material-icons.psychology:before { - content: "\ea4a"; -} - -.material-icons.psychology_alt:before { - content: "\f8ea"; -} - -.material-icons.public:before { - content: "\e80b"; -} - -.material-icons.public_off:before { - content: "\f1ca"; -} - -.material-icons.publish:before { - content: "\e255"; -} - -.material-icons.published_with_changes:before { - content: "\f232"; -} - -.material-icons.punch_clock:before { - content: "\eaa8"; -} - -.material-icons.push_pin:before { - content: "\f10d"; -} - -.material-icons.qr_code:before { - content: "\ef6b"; -} - -.material-icons.qr_code_2:before { - content: "\e00a"; -} - -.material-icons.qr_code_scanner:before { - content: "\f206"; -} - -.material-icons.query_builder:before { - content: "\e8ae"; -} - -.material-icons.query_stats:before { - content: "\e4fc"; -} - -.material-icons.question_answer:before { - content: "\e8af"; -} - -.material-icons.question_mark:before { - content: "\eb8b"; -} - -.material-icons.queue:before { - content: "\e03c"; -} - -.material-icons.queue_music:before { - content: "\e03d"; -} - -.material-icons.queue_play_next:before { - content: "\e066"; -} - -.material-icons.quick_contacts_dialer:before { - content: "\e0cf"; -} - -.material-icons.quick_contacts_mail:before { - content: "\e0d0"; -} - -.material-icons.quickreply:before { - content: "\ef6c"; -} - -.material-icons.quiz:before { - content: "\f04c"; -} - -.material-icons.quora:before { - content: "\ea98"; -} - -.material-icons.r_mobiledata:before { - content: "\f04d"; -} - -.material-icons.radar:before { - content: "\f04e"; -} - -.material-icons.radio:before { - content: "\e03e"; -} - -.material-icons.radio_button_checked:before { - content: "\e837"; -} - -.material-icons.radio_button_off:before { - content: "\e836"; -} - -.material-icons.radio_button_on:before { - content: "\e837"; -} - -.material-icons.radio_button_unchecked:before { - content: "\e836"; -} - -.material-icons.railway_alert:before { - content: "\e9d1"; -} - -.material-icons.ramen_dining:before { - content: "\ea64"; -} - -.material-icons.ramp_left:before { - content: "\eb9c"; -} - -.material-icons.ramp_right:before { - content: "\eb96"; -} - -.material-icons.rate_review:before { - content: "\e560"; -} - -.material-icons.raw_off:before { - content: "\f04f"; -} - -.material-icons.raw_on:before { - content: "\f050"; -} - -.material-icons.read_more:before { - content: "\ef6d"; -} - -.material-icons.real_estate_agent:before { - content: "\e73a"; -} - -.material-icons.receipt:before { - content: "\e8b0"; -} - -.material-icons.receipt_long:before { - content: "\ef6e"; -} - -.material-icons.recent_actors:before { - content: "\e03f"; -} - -.material-icons.recommend:before { - content: "\e9d2"; -} - -.material-icons.record_voice_over:before { - content: "\e91f"; -} - -.material-icons.rectangle:before { - content: "\eb54"; -} - -.material-icons.recycling:before { - content: "\e760"; -} - -.material-icons.reddit:before { - content: "\eaa0"; -} - -.material-icons.redeem:before { - content: "\e8b1"; -} - -.material-icons.redo:before { - content: "\e15a"; -} - -.material-icons.reduce_capacity:before { - content: "\f21c"; -} - -.material-icons.refresh:before { - content: "\e5d5"; -} - -.material-icons.remember_me:before { - content: "\f051"; -} - -.material-icons.remove:before { - content: "\e15b"; -} - -.material-icons.remove_circle:before { - content: "\e15c"; -} - -.material-icons.remove_circle_outline:before { - content: "\e15d"; -} - -.material-icons.remove_done:before { - content: "\e9d3"; -} - -.material-icons.remove_from_queue:before { - content: "\e067"; -} - -.material-icons.remove_moderator:before { - content: "\e9d4"; -} - -.material-icons.remove_red_eye:before { - content: "\e417"; -} - -.material-icons.remove_road:before { - content: "\ebfc"; -} - -.material-icons.remove_shopping_cart:before { - content: "\e928"; -} - -.material-icons.reorder:before { - content: "\e8fe"; -} - -.material-icons.repartition:before { - content: "\f8e8"; -} - -.material-icons.repeat:before { - content: "\e040"; -} - -.material-icons.repeat_on:before { - content: "\e9d6"; -} - -.material-icons.repeat_one:before { - content: "\e041"; -} - -.material-icons.repeat_one_on:before { - content: "\e9d7"; -} - -.material-icons.replay:before { - content: "\e042"; -} - -.material-icons.replay_10:before { - content: "\e059"; -} - -.material-icons.replay_30:before { - content: "\e05a"; -} - -.material-icons.replay_5:before { - content: "\e05b"; -} - -.material-icons.replay_circle_filled:before { - content: "\e9d8"; -} - -.material-icons.reply:before { - content: "\e15e"; -} - -.material-icons.reply_all:before { - content: "\e15f"; -} - -.material-icons.report:before { - content: "\e160"; -} - -.material-icons.report_gmailerrorred:before { - content: "\f052"; -} - -.material-icons.report_off:before { - content: "\e170"; -} - -.material-icons.report_problem:before { - content: "\e8b2"; -} - -.material-icons.request_page:before { - content: "\f22c"; -} - -.material-icons.request_quote:before { - content: "\f1b6"; -} - -.material-icons.reset_tv:before { - content: "\e9d9"; -} - -.material-icons.restart_alt:before { - content: "\f053"; -} - -.material-icons.restaurant:before { - content: "\e56c"; -} - -.material-icons.restaurant_menu:before { - content: "\e561"; -} - -.material-icons.restore:before { - content: "\e8b3"; -} - -.material-icons.restore_from_trash:before { - content: "\e938"; -} - -.material-icons.restore_page:before { - content: "\e929"; -} - -.material-icons.reviews:before { - content: "\f054"; -} - -.material-icons.rice_bowl:before { - content: "\f1f5"; -} - -.material-icons.ring_volume:before { - content: "\e0d1"; -} - -.material-icons.rocket:before { - content: "\eba5"; -} - -.material-icons.rocket_launch:before { - content: "\eb9b"; -} - -.material-icons.roller_shades:before { - content: "\ec12"; -} - -.material-icons.roller_shades_closed:before { - content: "\ec11"; -} - -.material-icons.roller_skating:before { - content: "\ebcd"; -} - -.material-icons.roofing:before { - content: "\f201"; -} - -.material-icons.room:before { - content: "\e8b4"; -} - -.material-icons.room_preferences:before { - content: "\f1b8"; -} - -.material-icons.room_service:before { - content: "\eb49"; -} - -.material-icons.rotate_90_degrees_ccw:before { - content: "\e418"; -} - -.material-icons.rotate_90_degrees_cw:before { - content: "\eaab"; -} - -.material-icons.rotate_left:before { - content: "\e419"; -} - -.material-icons.rotate_right:before { - content: "\e41a"; -} - -.material-icons.roundabout_left:before { - content: "\eb99"; -} - -.material-icons.roundabout_right:before { - content: "\eba3"; -} - -.material-icons.rounded_corner:before { - content: "\e920"; -} - -.material-icons.route:before { - content: "\eacd"; -} - -.material-icons.router:before { - content: "\e328"; -} - -.material-icons.rowing:before { - content: "\e921"; -} - -.material-icons.rss_feed:before { - content: "\e0e5"; -} - -.material-icons.rsvp:before { - content: "\f055"; -} - -.material-icons.rtt:before { - content: "\e9ad"; -} - -.material-icons.rule:before { - content: "\f1c2"; -} - -.material-icons.rule_folder:before { - content: "\f1c9"; -} - -.material-icons.run_circle:before { - content: "\ef6f"; -} - -.material-icons.running_with_errors:before { - content: "\e51d"; -} - -.material-icons.rv_hookup:before { - content: "\e642"; -} - -.material-icons.safety_check:before { - content: "\ebef"; -} - -.material-icons.safety_divider:before { - content: "\e1cc"; -} - -.material-icons.sailing:before { - content: "\e502"; -} - -.material-icons.sanitizer:before { - content: "\f21d"; -} - -.material-icons.satellite:before { - content: "\e562"; -} - -.material-icons.satellite_alt:before { - content: "\eb3a"; -} - -.material-icons.save:before { - content: "\e161"; -} - -.material-icons.save_alt:before { - content: "\e171"; -} - -.material-icons.save_as:before { - content: "\eb60"; -} - -.material-icons.saved_search:before { - content: "\ea11"; -} - -.material-icons.savings:before { - content: "\e2eb"; -} - -.material-icons.scale:before { - content: "\eb5f"; -} - -.material-icons.scanner:before { - content: "\e329"; -} - -.material-icons.scatter_plot:before { - content: "\e268"; -} - -.material-icons.schedule:before { - content: "\e8b5"; -} - -.material-icons.schedule_send:before { - content: "\ea0a"; -} - -.material-icons.schema:before { - content: "\e4fd"; -} - -.material-icons.school:before { - content: "\e80c"; -} - -.material-icons.science:before { - content: "\ea4b"; -} - -.material-icons.score:before { - content: "\e269"; -} - -.material-icons.scoreboard:before { - content: "\ebd0"; -} - -.material-icons.screen_lock_landscape:before { - content: "\e1be"; -} - -.material-icons.screen_lock_portrait:before { - content: "\e1bf"; -} - -.material-icons.screen_lock_rotation:before { - content: "\e1c0"; -} - -.material-icons.screen_rotation:before { - content: "\e1c1"; -} - -.material-icons.screen_rotation_alt:before { - content: "\ebee"; -} - -.material-icons.screen_search_desktop:before { - content: "\ef70"; -} - -.material-icons.screen_share:before { - content: "\e0e2"; -} - -.material-icons.screenshot:before { - content: "\f056"; -} - -.material-icons.screenshot_monitor:before { - content: "\ec08"; -} - -.material-icons.scuba_diving:before { - content: "\ebce"; -} - -.material-icons.sd:before { - content: "\e9dd"; -} - -.material-icons.sd_card:before { - content: "\e623"; -} - -.material-icons.sd_card_alert:before { - content: "\f057"; -} - -.material-icons.sd_storage:before { - content: "\e1c2"; -} - -.material-icons.search:before { - content: "\e8b6"; -} - -.material-icons.search_off:before { - content: "\ea76"; -} - -.material-icons.security:before { - content: "\e32a"; -} - -.material-icons.security_update:before { - content: "\f058"; -} - -.material-icons.security_update_good:before { - content: "\f059"; -} - -.material-icons.security_update_warning:before { - content: "\f05a"; -} - -.material-icons.segment:before { - content: "\e94b"; -} - -.material-icons.select_all:before { - content: "\e162"; -} - -.material-icons.self_improvement:before { - content: "\ea78"; -} - -.material-icons.sell:before { - content: "\f05b"; -} - -.material-icons.send:before { - content: "\e163"; -} - -.material-icons.send_and_archive:before { - content: "\ea0c"; -} - -.material-icons.send_time_extension:before { - content: "\eadb"; -} - -.material-icons.send_to_mobile:before { - content: "\f05c"; -} - -.material-icons.sensor_door:before { - content: "\f1b5"; -} - -.material-icons.sensor_occupied:before { - content: "\ec10"; -} - -.material-icons.sensor_window:before { - content: "\f1b4"; -} - -.material-icons.sensors:before { - content: "\e51e"; -} - -.material-icons.sensors_off:before { - content: "\e51f"; -} - -.material-icons.sentiment_dissatisfied:before { - content: "\e811"; -} - -.material-icons.sentiment_neutral:before { - content: "\e812"; -} - -.material-icons.sentiment_satisfied:before { - content: "\e813"; -} - -.material-icons.sentiment_satisfied_alt:before { - content: "\e0ed"; -} - -.material-icons.sentiment_very_dissatisfied:before { - content: "\e814"; -} - -.material-icons.sentiment_very_satisfied:before { - content: "\e815"; -} - -.material-icons.set_meal:before { - content: "\f1ea"; -} - -.material-icons.settings:before { - content: "\e8b8"; -} - -.material-icons.settings_accessibility:before { - content: "\f05d"; -} - -.material-icons.settings_applications:before { - content: "\e8b9"; -} - -.material-icons.settings_backup_restore:before { - content: "\e8ba"; -} - -.material-icons.settings_bluetooth:before { - content: "\e8bb"; -} - -.material-icons.settings_brightness:before { - content: "\e8bd"; -} - -.material-icons.settings_cell:before { - content: "\e8bc"; -} - -.material-icons.settings_display:before { - content: "\e8bd"; -} - -.material-icons.settings_ethernet:before { - content: "\e8be"; -} - -.material-icons.settings_input_antenna:before { - content: "\e8bf"; -} - -.material-icons.settings_input_component:before { - content: "\e8c0"; -} - -.material-icons.settings_input_composite:before { - content: "\e8c1"; -} - -.material-icons.settings_input_hdmi:before { - content: "\e8c2"; -} - -.material-icons.settings_input_svideo:before { - content: "\e8c3"; -} - -.material-icons.settings_overscan:before { - content: "\e8c4"; -} - -.material-icons.settings_phone:before { - content: "\e8c5"; -} - -.material-icons.settings_power:before { - content: "\e8c6"; -} - -.material-icons.settings_remote:before { - content: "\e8c7"; -} - -.material-icons.settings_suggest:before { - content: "\f05e"; -} - -.material-icons.settings_system_daydream:before { - content: "\e1c3"; -} - -.material-icons.settings_voice:before { - content: "\e8c8"; -} - -.material-icons.severe_cold:before { - content: "\ebd3"; -} - -.material-icons.share:before { - content: "\e80d"; -} - -.material-icons.share_arrival_time:before { - content: "\e524"; -} - -.material-icons.share_location:before { - content: "\f05f"; -} - -.material-icons.shield:before { - content: "\e9e0"; -} - -.material-icons.shield_moon:before { - content: "\eaa9"; -} - -.material-icons.shop:before { - content: "\e8c9"; -} - -.material-icons.shop_2:before { - content: "\e19e"; -} - -.material-icons.shop_two:before { - content: "\e8ca"; -} - -.material-icons.shopify:before { - content: "\ea9d"; -} - -.material-icons.shopping_bag:before { - content: "\f1cc"; -} - -.material-icons.shopping_basket:before { - content: "\e8cb"; -} - -.material-icons.shopping_cart:before { - content: "\e8cc"; -} - -.material-icons.shopping_cart_checkout:before { - content: "\eb88"; -} - -.material-icons.short_text:before { - content: "\e261"; -} - -.material-icons.shortcut:before { - content: "\f060"; -} - -.material-icons.show_chart:before { - content: "\e6e1"; -} - -.material-icons.shower:before { - content: "\f061"; -} - -.material-icons.shuffle:before { - content: "\e043"; -} - -.material-icons.shuffle_on:before { - content: "\e9e1"; -} - -.material-icons.shutter_speed:before { - content: "\e43d"; -} - -.material-icons.sick:before { - content: "\f220"; -} - -.material-icons.sign_language:before { - content: "\ebe5"; -} - -.material-icons.signal_cellular_0_bar:before { - content: "\f0a8"; -} - -.material-icons.signal_cellular_4_bar:before { - content: "\e1c8"; -} - -.material-icons.signal_cellular_alt:before { - content: "\e202"; -} - -.material-icons.signal_cellular_alt_1_bar:before { - content: "\ebdf"; -} - -.material-icons.signal_cellular_alt_2_bar:before { - content: "\ebe3"; -} - -.material-icons.signal_cellular_connected_no_internet_0_bar:before { - content: "\f0ac"; -} - -.material-icons.signal_cellular_connected_no_internet_4_bar:before { - content: "\e1cd"; -} - -.material-icons.signal_cellular_no_sim:before { - content: "\e1ce"; -} - -.material-icons.signal_cellular_nodata:before { - content: "\f062"; -} - -.material-icons.signal_cellular_null:before { - content: "\e1cf"; -} - -.material-icons.signal_cellular_off:before { - content: "\e1d0"; -} - -.material-icons.signal_wifi_0_bar:before { - content: "\f0b0"; -} - -.material-icons.signal_wifi_4_bar:before { - content: "\e1d8"; -} - -.material-icons.signal_wifi_4_bar_lock:before { - content: "\e1d9"; -} - -.material-icons.signal_wifi_bad:before { - content: "\f063"; -} - -.material-icons.signal_wifi_connected_no_internet_4:before { - content: "\f064"; -} - -.material-icons.signal_wifi_off:before { - content: "\e1da"; -} - -.material-icons.signal_wifi_statusbar_4_bar:before { - content: "\f065"; -} - -.material-icons.signal_wifi_statusbar_connected_no_internet_4:before { - content: "\f066"; -} - -.material-icons.signal_wifi_statusbar_null:before { - content: "\f067"; -} - -.material-icons.signpost:before { - content: "\eb91"; -} - -.material-icons.sim_card:before { - content: "\e32b"; -} - -.material-icons.sim_card_alert:before { - content: "\e624"; -} - -.material-icons.sim_card_download:before { - content: "\f068"; -} - -.material-icons.single_bed:before { - content: "\ea48"; -} - -.material-icons.sip:before { - content: "\f069"; -} - -.material-icons.skateboarding:before { - content: "\e511"; -} - -.material-icons.skip_next:before { - content: "\e044"; -} - -.material-icons.skip_previous:before { - content: "\e045"; -} - -.material-icons.sledding:before { - content: "\e512"; -} - -.material-icons.slideshow:before { - content: "\e41b"; -} - -.material-icons.slow_motion_video:before { - content: "\e068"; -} - -.material-icons.smart_button:before { - content: "\f1c1"; -} - -.material-icons.smart_display:before { - content: "\f06a"; -} - -.material-icons.smart_screen:before { - content: "\f06b"; -} - -.material-icons.smart_toy:before { - content: "\f06c"; -} - -.material-icons.smartphone:before { - content: "\e32c"; -} - -.material-icons.smoke_free:before { - content: "\eb4a"; -} - -.material-icons.smoking_rooms:before { - content: "\eb4b"; -} - -.material-icons.sms:before { - content: "\e625"; -} - -.material-icons.sms_failed:before { - content: "\e626"; -} - -.material-icons.snapchat:before { - content: "\ea6e"; -} - -.material-icons.snippet_folder:before { - content: "\f1c7"; -} - -.material-icons.snooze:before { - content: "\e046"; -} - -.material-icons.snowboarding:before { - content: "\e513"; -} - -.material-icons.snowing:before { - content: "\e80f"; -} - -.material-icons.snowmobile:before { - content: "\e503"; -} - -.material-icons.snowshoeing:before { - content: "\e514"; -} - -.material-icons.soap:before { - content: "\f1b2"; -} - -.material-icons.social_distance:before { - content: "\e1cb"; -} - -.material-icons.solar_power:before { - content: "\ec0f"; -} - -.material-icons.sort:before { - content: "\e164"; -} - -.material-icons.sort_by_alpha:before { - content: "\e053"; -} - -.material-icons.sos:before { - content: "\ebf7"; -} - -.material-icons.soup_kitchen:before { - content: "\e7d3"; -} - -.material-icons.source:before { - content: "\f1c4"; -} - -.material-icons.south:before { - content: "\f1e3"; -} - -.material-icons.south_america:before { - content: "\e7e4"; -} - -.material-icons.south_east:before { - content: "\f1e4"; -} - -.material-icons.south_west:before { - content: "\f1e5"; -} - -.material-icons.spa:before { - content: "\eb4c"; -} - -.material-icons.space_bar:before { - content: "\e256"; -} - -.material-icons.space_dashboard:before { - content: "\e66b"; -} - -.material-icons.spatial_audio:before { - content: "\ebeb"; -} - -.material-icons.spatial_audio_off:before { - content: "\ebe8"; -} - -.material-icons.spatial_tracking:before { - content: "\ebea"; -} - -.material-icons.speaker:before { - content: "\e32d"; -} - -.material-icons.speaker_group:before { - content: "\e32e"; -} - -.material-icons.speaker_notes:before { - content: "\e8cd"; -} - -.material-icons.speaker_notes_off:before { - content: "\e92a"; -} - -.material-icons.speaker_phone:before { - content: "\e0d2"; -} - -.material-icons.speed:before { - content: "\e9e4"; -} - -.material-icons.spellcheck:before { - content: "\e8ce"; -} - -.material-icons.splitscreen:before { - content: "\f06d"; -} - -.material-icons.spoke:before { - content: "\e9a7"; -} - -.material-icons.sports:before { - content: "\ea30"; -} - -.material-icons.sports_bar:before { - content: "\f1f3"; -} - -.material-icons.sports_baseball:before { - content: "\ea51"; -} - -.material-icons.sports_basketball:before { - content: "\ea26"; -} - -.material-icons.sports_cricket:before { - content: "\ea27"; -} - -.material-icons.sports_esports:before { - content: "\ea28"; -} - -.material-icons.sports_football:before { - content: "\ea29"; -} - -.material-icons.sports_golf:before { - content: "\ea2a"; -} - -.material-icons.sports_gymnastics:before { - content: "\ebc4"; -} - -.material-icons.sports_handball:before { - content: "\ea33"; -} - -.material-icons.sports_hockey:before { - content: "\ea2b"; -} - -.material-icons.sports_kabaddi:before { - content: "\ea34"; -} - -.material-icons.sports_martial_arts:before { - content: "\eae9"; -} - -.material-icons.sports_mma:before { - content: "\ea2c"; -} - -.material-icons.sports_motorsports:before { - content: "\ea2d"; -} - -.material-icons.sports_rugby:before { - content: "\ea2e"; -} - -.material-icons.sports_score:before { - content: "\f06e"; -} - -.material-icons.sports_soccer:before { - content: "\ea2f"; -} - -.material-icons.sports_tennis:before { - content: "\ea32"; -} - -.material-icons.sports_volleyball:before { - content: "\ea31"; -} - -.material-icons.square:before { - content: "\eb36"; -} - -.material-icons.square_foot:before { - content: "\ea49"; -} - -.material-icons.ssid_chart:before { - content: "\eb66"; -} - -.material-icons.stacked_bar_chart:before { - content: "\e9e6"; -} - -.material-icons.stacked_line_chart:before { - content: "\f22b"; -} - -.material-icons.stadium:before { - content: "\eb90"; -} - -.material-icons.stairs:before { - content: "\f1a9"; -} - -.material-icons.star:before { - content: "\e838"; -} - -.material-icons.star_border:before { - content: "\e83a"; -} - -.material-icons.star_border_purple500:before { - content: "\f099"; -} - -.material-icons.star_half:before { - content: "\e839"; -} - -.material-icons.star_outline:before { - content: "\f06f"; -} - -.material-icons.star_purple500:before { - content: "\f09a"; -} - -.material-icons.star_rate:before { - content: "\f0ec"; -} - -.material-icons.stars:before { - content: "\e8d0"; -} - -.material-icons.start:before { - content: "\e089"; -} - -.material-icons.stay_current_landscape:before { - content: "\e0d3"; -} - -.material-icons.stay_current_portrait:before { - content: "\e0d4"; -} - -.material-icons.stay_primary_landscape:before { - content: "\e0d5"; -} - -.material-icons.stay_primary_portrait:before { - content: "\e0d6"; -} - -.material-icons.sticky_note_2:before { - content: "\f1fc"; -} - -.material-icons.stop:before { - content: "\e047"; -} - -.material-icons.stop_circle:before { - content: "\ef71"; -} - -.material-icons.stop_screen_share:before { - content: "\e0e3"; -} - -.material-icons.storage:before { - content: "\e1db"; -} - -.material-icons.store:before { - content: "\e8d1"; -} - -.material-icons.store_mall_directory:before { - content: "\e563"; -} - -.material-icons.storefront:before { - content: "\ea12"; -} - -.material-icons.storm:before { - content: "\f070"; -} - -.material-icons.straight:before { - content: "\eb95"; -} - -.material-icons.straighten:before { - content: "\e41c"; -} - -.material-icons.stream:before { - content: "\e9e9"; -} - -.material-icons.streetview:before { - content: "\e56e"; -} - -.material-icons.strikethrough_s:before { - content: "\e257"; -} - -.material-icons.stroller:before { - content: "\f1ae"; -} - -.material-icons.style:before { - content: "\e41d"; -} - -.material-icons.subdirectory_arrow_left:before { - content: "\e5d9"; -} - -.material-icons.subdirectory_arrow_right:before { - content: "\e5da"; -} - -.material-icons.subject:before { - content: "\e8d2"; -} - -.material-icons.subscript:before { - content: "\f111"; -} - -.material-icons.subscriptions:before { - content: "\e064"; -} - -.material-icons.subtitles:before { - content: "\e048"; -} - -.material-icons.subtitles_off:before { - content: "\ef72"; -} - -.material-icons.subway:before { - content: "\e56f"; -} - -.material-icons.summarize:before { - content: "\f071"; -} - -.material-icons.sunny:before { - content: "\e81a"; -} - -.material-icons.sunny_snowing:before { - content: "\e819"; -} - -.material-icons.superscript:before { - content: "\f112"; -} - -.material-icons.supervised_user_circle:before { - content: "\e939"; -} - -.material-icons.supervisor_account:before { - content: "\e8d3"; -} - -.material-icons.support:before { - content: "\ef73"; -} - -.material-icons.support_agent:before { - content: "\f0e2"; -} - -.material-icons.surfing:before { - content: "\e515"; -} - -.material-icons.surround_sound:before { - content: "\e049"; -} - -.material-icons.swap_calls:before { - content: "\e0d7"; -} - -.material-icons.swap_horiz:before { - content: "\e8d4"; -} - -.material-icons.swap_horizontal_circle:before { - content: "\e933"; -} - -.material-icons.swap_vert:before { - content: "\e8d5"; -} - -.material-icons.swap_vert_circle:before { - content: "\e8d6"; -} - -.material-icons.swap_vertical_circle:before { - content: "\e8d6"; -} - -.material-icons.swipe:before { - content: "\e9ec"; -} - -.material-icons.swipe_down:before { - content: "\eb53"; -} - -.material-icons.swipe_down_alt:before { - content: "\eb30"; -} - -.material-icons.swipe_left:before { - content: "\eb59"; -} - -.material-icons.swipe_left_alt:before { - content: "\eb33"; -} - -.material-icons.swipe_right:before { - content: "\eb52"; -} - -.material-icons.swipe_right_alt:before { - content: "\eb56"; -} - -.material-icons.swipe_up:before { - content: "\eb2e"; -} - -.material-icons.swipe_up_alt:before { - content: "\eb35"; -} - -.material-icons.swipe_vertical:before { - content: "\eb51"; -} - -.material-icons.switch_access_shortcut:before { - content: "\e7e1"; -} - -.material-icons.switch_access_shortcut_add:before { - content: "\e7e2"; -} - -.material-icons.switch_account:before { - content: "\e9ed"; -} - -.material-icons.switch_camera:before { - content: "\e41e"; -} - -.material-icons.switch_left:before { - content: "\f1d1"; -} - -.material-icons.switch_right:before { - content: "\f1d2"; -} - -.material-icons.switch_video:before { - content: "\e41f"; -} - -.material-icons.synagogue:before { - content: "\eab0"; -} - -.material-icons.sync:before { - content: "\e627"; -} - -.material-icons.sync_alt:before { - content: "\ea18"; -} - -.material-icons.sync_disabled:before { - content: "\e628"; -} - -.material-icons.sync_lock:before { - content: "\eaee"; -} - -.material-icons.sync_problem:before { - content: "\e629"; -} - -.material-icons.system_security_update:before { - content: "\f072"; -} - -.material-icons.system_security_update_good:before { - content: "\f073"; -} - -.material-icons.system_security_update_warning:before { - content: "\f074"; -} - -.material-icons.system_update:before { - content: "\e62a"; -} - -.material-icons.system_update_alt:before { - content: "\e8d7"; -} - -.material-icons.system_update_tv:before { - content: "\e8d7"; -} - -.material-icons.tab:before { - content: "\e8d8"; -} - -.material-icons.tab_unselected:before { - content: "\e8d9"; -} - -.material-icons.table_bar:before { - content: "\ead2"; -} - -.material-icons.table_chart:before { - content: "\e265"; -} - -.material-icons.table_restaurant:before { - content: "\eac6"; -} - -.material-icons.table_rows:before { - content: "\f101"; -} - -.material-icons.table_view:before { - content: "\f1be"; -} - -.material-icons.tablet:before { - content: "\e32f"; -} - -.material-icons.tablet_android:before { - content: "\e330"; -} - -.material-icons.tablet_mac:before { - content: "\e331"; -} - -.material-icons.tag:before { - content: "\e9ef"; -} - -.material-icons.tag_faces:before { - content: "\e420"; -} - -.material-icons.takeout_dining:before { - content: "\ea74"; -} - -.material-icons.tap_and_play:before { - content: "\e62b"; -} - -.material-icons.tapas:before { - content: "\f1e9"; -} - -.material-icons.task:before { - content: "\f075"; -} - -.material-icons.task_alt:before { - content: "\e2e6"; -} - -.material-icons.taxi_alert:before { - content: "\ef74"; -} - -.material-icons.telegram:before { - content: "\ea6b"; -} - -.material-icons.temple_buddhist:before { - content: "\eab3"; -} - -.material-icons.temple_hindu:before { - content: "\eaaf"; -} - -.material-icons.terminal:before { - content: "\eb8e"; -} - -.material-icons.terrain:before { - content: "\e564"; -} - -.material-icons.text_decrease:before { - content: "\eadd"; -} - -.material-icons.text_fields:before { - content: "\e262"; -} - -.material-icons.text_format:before { - content: "\e165"; -} - -.material-icons.text_increase:before { - content: "\eae2"; -} - -.material-icons.text_rotate_up:before { - content: "\e93a"; -} - -.material-icons.text_rotate_vertical:before { - content: "\e93b"; -} - -.material-icons.text_rotation_angledown:before { - content: "\e93c"; -} - -.material-icons.text_rotation_angleup:before { - content: "\e93d"; -} - -.material-icons.text_rotation_down:before { - content: "\e93e"; -} - -.material-icons.text_rotation_none:before { - content: "\e93f"; -} - -.material-icons.text_snippet:before { - content: "\f1c6"; -} - -.material-icons.textsms:before { - content: "\e0d8"; -} - -.material-icons.texture:before { - content: "\e421"; -} - -.material-icons.theater_comedy:before { - content: "\ea66"; -} - -.material-icons.theaters:before { - content: "\e8da"; -} - -.material-icons.thermostat:before { - content: "\f076"; -} - -.material-icons.thermostat_auto:before { - content: "\f077"; -} - -.material-icons.thumb_down:before { - content: "\e8db"; -} - -.material-icons.thumb_down_alt:before { - content: "\e816"; -} - -.material-icons.thumb_down_off_alt:before { - content: "\e9f2"; -} - -.material-icons.thumb_up:before { - content: "\e8dc"; -} - -.material-icons.thumb_up_alt:before { - content: "\e817"; -} - -.material-icons.thumb_up_off_alt:before { - content: "\e9f3"; -} - -.material-icons.thumbs_up_down:before { - content: "\e8dd"; -} - -.material-icons.thunderstorm:before { - content: "\ebdb"; -} - -.material-icons.tiktok:before { - content: "\ea7e"; -} - -.material-icons.time_to_leave:before { - content: "\e62c"; -} - -.material-icons.timelapse:before { - content: "\e422"; -} - -.material-icons.timeline:before { - content: "\e922"; -} - -.material-icons.timer:before { - content: "\e425"; -} - -.material-icons.timer_10:before { - content: "\e423"; -} - -.material-icons.timer_10_select:before { - content: "\f07a"; -} - -.material-icons.timer_3:before { - content: "\e424"; -} - -.material-icons.timer_3_select:before { - content: "\f07b"; -} - -.material-icons.timer_off:before { - content: "\e426"; -} - -.material-icons.tips_and_updates:before { - content: "\e79a"; -} - -.material-icons.tire_repair:before { - content: "\ebc8"; -} - -.material-icons.title:before { - content: "\e264"; -} - -.material-icons.toc:before { - content: "\e8de"; -} - -.material-icons.today:before { - content: "\e8df"; -} - -.material-icons.toggle_off:before { - content: "\e9f5"; -} - -.material-icons.toggle_on:before { - content: "\e9f6"; -} - -.material-icons.token:before { - content: "\ea25"; -} - -.material-icons.toll:before { - content: "\e8e0"; -} - -.material-icons.tonality:before { - content: "\e427"; -} - -.material-icons.topic:before { - content: "\f1c8"; -} - -.material-icons.tornado:before { - content: "\e199"; -} - -.material-icons.touch_app:before { - content: "\e913"; -} - -.material-icons.tour:before { - content: "\ef75"; -} - -.material-icons.toys:before { - content: "\e332"; -} - -.material-icons.track_changes:before { - content: "\e8e1"; -} - -.material-icons.traffic:before { - content: "\e565"; -} - -.material-icons.train:before { - content: "\e570"; -} - -.material-icons.tram:before { - content: "\e571"; -} - -.material-icons.transcribe:before { - content: "\f8ec"; -} - -.material-icons.transfer_within_a_station:before { - content: "\e572"; -} - -.material-icons.transform:before { - content: "\e428"; -} - -.material-icons.transgender:before { - content: "\e58d"; -} - -.material-icons.transit_enterexit:before { - content: "\e579"; -} - -.material-icons.translate:before { - content: "\e8e2"; -} - -.material-icons.travel_explore:before { - content: "\e2db"; -} - -.material-icons.trending_down:before { - content: "\e8e3"; -} - -.material-icons.trending_flat:before { - content: "\e8e4"; -} - -.material-icons.trending_neutral:before { - content: "\e8e4"; -} - -.material-icons.trending_up:before { - content: "\e8e5"; -} - -.material-icons.trip_origin:before { - content: "\e57b"; -} - -.material-icons.troubleshoot:before { - content: "\e1d2"; -} - -.material-icons.try:before { - content: "\f07c"; -} - -.material-icons.tsunami:before { - content: "\ebd8"; -} - -.material-icons.tty:before { - content: "\f1aa"; -} - -.material-icons.tune:before { - content: "\e429"; -} - -.material-icons.tungsten:before { - content: "\f07d"; -} - -.material-icons.turn_left:before { - content: "\eba6"; -} - -.material-icons.turn_right:before { - content: "\ebab"; -} - -.material-icons.turn_sharp_left:before { - content: "\eba7"; -} - -.material-icons.turn_sharp_right:before { - content: "\ebaa"; -} - -.material-icons.turn_slight_left:before { - content: "\eba4"; -} - -.material-icons.turn_slight_right:before { - content: "\eb9a"; -} - -.material-icons.turned_in:before { - content: "\e8e6"; -} - -.material-icons.turned_in_not:before { - content: "\e8e7"; -} - -.material-icons.tv:before { - content: "\e333"; -} - -.material-icons.tv_off:before { - content: "\e647"; -} - -.material-icons.two_wheeler:before { - content: "\e9f9"; -} - -.material-icons.type_specimen:before { - content: "\f8f0"; -} - -.material-icons.u_turn_left:before { - content: "\eba1"; -} - -.material-icons.u_turn_right:before { - content: "\eba2"; -} - -.material-icons.umbrella:before { - content: "\f1ad"; -} - -.material-icons.unarchive:before { - content: "\e169"; -} - -.material-icons.undo:before { - content: "\e166"; -} - -.material-icons.unfold_less:before { - content: "\e5d6"; -} - -.material-icons.unfold_more:before { - content: "\e5d7"; -} - -.material-icons.unpublished:before { - content: "\f236"; -} - -.material-icons.unsubscribe:before { - content: "\e0eb"; -} - -.material-icons.upcoming:before { - content: "\f07e"; -} - -.material-icons.update:before { - content: "\e923"; -} - -.material-icons.update_disabled:before { - content: "\e075"; -} - -.material-icons.upgrade:before { - content: "\f0fb"; -} - -.material-icons.upload:before { - content: "\f09b"; -} - -.material-icons.upload_file:before { - content: "\e9fc"; -} - -.material-icons.usb:before { - content: "\e1e0"; -} - -.material-icons.usb_off:before { - content: "\e4fa"; -} - -.material-icons.vaccines:before { - content: "\e138"; -} - -.material-icons.vape_free:before { - content: "\ebc6"; -} - -.material-icons.vaping_rooms:before { - content: "\ebcf"; -} - -.material-icons.verified:before { - content: "\ef76"; -} - -.material-icons.verified_user:before { - content: "\e8e8"; -} - -.material-icons.vertical_align_bottom:before { - content: "\e258"; -} - -.material-icons.vertical_align_center:before { - content: "\e259"; -} - -.material-icons.vertical_align_top:before { - content: "\e25a"; -} - -.material-icons.vertical_distribute:before { - content: "\e076"; -} - -.material-icons.vertical_shades:before { - content: "\ec0e"; -} - -.material-icons.vertical_shades_closed:before { - content: "\ec0d"; -} - -.material-icons.vertical_split:before { - content: "\e949"; -} - -.material-icons.vibration:before { - content: "\e62d"; -} - -.material-icons.video_call:before { - content: "\e070"; -} - -.material-icons.video_camera_back:before { - content: "\f07f"; -} - -.material-icons.video_camera_front:before { - content: "\f080"; -} - -.material-icons.video_collection:before { - content: "\e04a"; -} - -.material-icons.video_file:before { - content: "\eb87"; -} - -.material-icons.video_label:before { - content: "\e071"; -} - -.material-icons.video_library:before { - content: "\e04a"; -} - -.material-icons.video_settings:before { - content: "\ea75"; -} - -.material-icons.video_stable:before { - content: "\f081"; -} - -.material-icons.videocam:before { - content: "\e04b"; -} - -.material-icons.videocam_off:before { - content: "\e04c"; -} - -.material-icons.videogame_asset:before { - content: "\e338"; -} - -.material-icons.videogame_asset_off:before { - content: "\e500"; -} - -.material-icons.view_agenda:before { - content: "\e8e9"; -} - -.material-icons.view_array:before { - content: "\e8ea"; -} - -.material-icons.view_carousel:before { - content: "\e8eb"; -} - -.material-icons.view_column:before { - content: "\e8ec"; -} - -.material-icons.view_comfortable:before { - content: "\e42a"; -} - -.material-icons.view_comfy:before { - content: "\e42a"; -} - -.material-icons.view_comfy_alt:before { - content: "\eb73"; -} - -.material-icons.view_compact:before { - content: "\e42b"; -} - -.material-icons.view_compact_alt:before { - content: "\eb74"; -} - -.material-icons.view_cozy:before { - content: "\eb75"; -} - -.material-icons.view_day:before { - content: "\e8ed"; -} - -.material-icons.view_headline:before { - content: "\e8ee"; -} - -.material-icons.view_in_ar:before { - content: "\e9fe"; -} - -.material-icons.view_kanban:before { - content: "\eb7f"; -} - -.material-icons.view_list:before { - content: "\e8ef"; -} - -.material-icons.view_module:before { - content: "\e8f0"; -} - -.material-icons.view_quilt:before { - content: "\e8f1"; -} - -.material-icons.view_sidebar:before { - content: "\f114"; -} - -.material-icons.view_stream:before { - content: "\e8f2"; -} - -.material-icons.view_timeline:before { - content: "\eb85"; -} - -.material-icons.view_week:before { - content: "\e8f3"; -} - -.material-icons.vignette:before { - content: "\e435"; -} - -.material-icons.villa:before { - content: "\e586"; -} - -.material-icons.visibility:before { - content: "\e8f4"; -} - -.material-icons.visibility_off:before { - content: "\e8f5"; -} - -.material-icons.voice_chat:before { - content: "\e62e"; -} - -.material-icons.voice_over_off:before { - content: "\e94a"; -} - -.material-icons.voicemail:before { - content: "\e0d9"; -} - -.material-icons.volcano:before { - content: "\ebda"; -} - -.material-icons.volume_down:before { - content: "\e04d"; -} - -.material-icons.volume_down_alt:before { - content: "\e79c"; -} - -.material-icons.volume_mute:before { - content: "\e04e"; -} - -.material-icons.volume_off:before { - content: "\e04f"; -} - -.material-icons.volume_up:before { - content: "\e050"; -} - -.material-icons.volunteer_activism:before { - content: "\ea70"; -} - -.material-icons.vpn_key:before { - content: "\e0da"; -} - -.material-icons.vpn_key_off:before { - content: "\eb7a"; -} - -.material-icons.vpn_lock:before { - content: "\e62f"; -} - -.material-icons.vrpano:before { - content: "\f082"; -} - -.material-icons.wallet:before { - content: "\f8ff"; -} - -.material-icons.wallet_giftcard:before { - content: "\e8f6"; -} - -.material-icons.wallet_membership:before { - content: "\e8f7"; -} - -.material-icons.wallet_travel:before { - content: "\e8f8"; -} - -.material-icons.wallpaper:before { - content: "\e1bc"; -} - -.material-icons.warehouse:before { - content: "\ebb8"; -} - -.material-icons.warning:before { - content: "\e002"; -} - -.material-icons.warning_amber:before { - content: "\f083"; -} - -.material-icons.wash:before { - content: "\f1b1"; -} - -.material-icons.watch:before { - content: "\e334"; -} - -.material-icons.watch_later:before { - content: "\e924"; -} - -.material-icons.watch_off:before { - content: "\eae3"; -} - -.material-icons.water:before { - content: "\f084"; -} - -.material-icons.water_damage:before { - content: "\f203"; -} - -.material-icons.water_drop:before { - content: "\e798"; -} - -.material-icons.waterfall_chart:before { - content: "\ea00"; -} - -.material-icons.waves:before { - content: "\e176"; -} - -.material-icons.waving_hand:before { - content: "\e766"; -} - -.material-icons.wb_auto:before { - content: "\e42c"; -} - -.material-icons.wb_cloudy:before { - content: "\e42d"; -} - -.material-icons.wb_incandescent:before { - content: "\e42e"; -} - -.material-icons.wb_iridescent:before { - content: "\e436"; -} - -.material-icons.wb_shade:before { - content: "\ea01"; -} - -.material-icons.wb_sunny:before { - content: "\e430"; -} - -.material-icons.wb_twighlight:before { - content: "\ea02"; -} - -.material-icons.wb_twilight:before { - content: "\e1c6"; -} - -.material-icons.wc:before { - content: "\e63d"; -} - -.material-icons.web:before { - content: "\e051"; -} - -.material-icons.web_asset:before { - content: "\e069"; -} - -.material-icons.web_asset_off:before { - content: "\e4f7"; -} - -.material-icons.web_stories:before { - content: "\e595"; -} - -.material-icons.webhook:before { - content: "\eb92"; -} - -.material-icons.wechat:before { - content: "\ea81"; -} - -.material-icons.weekend:before { - content: "\e16b"; -} - -.material-icons.west:before { - content: "\f1e6"; -} - -.material-icons.whatsapp:before { - content: "\ea9c"; -} - -.material-icons.whatshot:before { - content: "\e80e"; -} - -.material-icons.wheelchair_pickup:before { - content: "\f1ab"; -} - -.material-icons.where_to_vote:before { - content: "\e177"; -} - -.material-icons.widgets:before { - content: "\e1bd"; -} - -.material-icons.width_full:before { - content: "\f8f5"; -} - -.material-icons.width_normal:before { - content: "\f8f6"; -} - -.material-icons.width_wide:before { - content: "\f8f7"; -} - -.material-icons.wifi:before { - content: "\e63e"; -} - -.material-icons.wifi_1_bar:before { - content: "\e4ca"; -} - -.material-icons.wifi_2_bar:before { - content: "\e4d9"; -} - -.material-icons.wifi_calling:before { - content: "\ef77"; -} - -.material-icons.wifi_calling_3:before { - content: "\f085"; -} - -.material-icons.wifi_channel:before { - content: "\eb6a"; -} - -.material-icons.wifi_find:before { - content: "\eb31"; -} - -.material-icons.wifi_lock:before { - content: "\e1e1"; -} - -.material-icons.wifi_off:before { - content: "\e648"; -} - -.material-icons.wifi_password:before { - content: "\eb6b"; -} - -.material-icons.wifi_protected_setup:before { - content: "\f0fc"; -} - -.material-icons.wifi_tethering:before { - content: "\e1e2"; -} - -.material-icons.wifi_tethering_error:before { - content: "\ead9"; -} - -.material-icons.wifi_tethering_error_rounded:before { - content: "\f086"; -} - -.material-icons.wifi_tethering_off:before { - content: "\f087"; -} - -.material-icons.wind_power:before { - content: "\ec0c"; -} - -.material-icons.window:before { - content: "\f088"; -} - -.material-icons.wine_bar:before { - content: "\f1e8"; -} - -.material-icons.woman:before { - content: "\e13e"; -} - -.material-icons.woo_commerce:before { - content: "\ea6d"; -} - -.material-icons.wordpress:before { - content: "\ea9f"; -} - -.material-icons.work:before { - content: "\e8f9"; -} - -.material-icons.work_history:before { - content: "\ec09"; -} - -.material-icons.work_off:before { - content: "\e942"; -} - -.material-icons.work_outline:before { - content: "\e943"; -} - -.material-icons.workspace_premium:before { - content: "\e7af"; -} - -.material-icons.workspaces:before { - content: "\e1a0"; -} - -.material-icons.workspaces_filled:before { - content: "\ea0d"; -} - -.material-icons.workspaces_outline:before { - content: "\ea0f"; -} - -.material-icons.wrap_text:before { - content: "\e25b"; -} - -.material-icons.wrong_location:before { - content: "\ef78"; -} - -.material-icons.wysiwyg:before { - content: "\f1c3"; -} - -.material-icons.yard:before { - content: "\f089"; -} - -.material-icons.youtube_searched_for:before { - content: "\e8fa"; -} - -.material-icons.zoom_in:before { - content: "\e8ff"; -} - -.material-icons.zoom_in_map:before { - content: "\eb2d"; -} - -.material-icons.zoom_out:before { - content: "\e900"; -} - -.material-icons.zoom_out_map:before { - content: "\e56b"; -} - -/*# sourceMappingURL=material-design-icons.css.map */ -/*! - * Weather Icons Lite v1.6.1 - * Weather themed icons for Bootstrap - * Author - Paul Reed - * Maintained at https://github.com/Paul-Reed/weather-icons-lite - * Description - A lighweight version of Weather Icons - * Credit to Erik Flowers - erik@helloerik.com - * - */ - -@font-face { - font-family: 'weather-icons-lite'; - font-weight: normal; - font-style: normal; - src: url('../fonts/weather-icons-lite.woff2') format('woff2'), - url('../fonts/weather-icons-lite.woff') format('woff'), - url('../fonts/weather-icons-lite.ttf') format('truetype'), - url('../fonts/weather-icons-lite.eot') format('embedded-opentype'); -} - -.wi { - display: inline-block; - font-family: 'weather-icons-lite'; - font-style: normal; - font-weight: normal; - line-height: 1; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; -} - -.wi-lg { - font-size: 1.33333em; - line-height: 0.75em; - vertical-align: -.0667em; -} - -.wi-xs { - font-size: .75em; -} - -.wi-sm { - font-size: .875em; -} - -.wi-1x { - font-size: 1em; -} - -.wi-2x { - font-size: 2em; -} - -.wi-3x { - font-size: 3em; -} - -.wi-4x { - font-size: 4em; -} - -.wi-5x { - font-size: 5em; -} - -.wi-6x { - font-size: 6em; -} - -.wi-7x { - font-size: 7em; -} - -.wi-8x { - font-size: 8em; -} - -.wi-9x { - font-size: 9em; -} - -.wi-10x { - font-size: 10em; -} - -.wi-fw { - text-align: center; - width: 1.4em; -} - -.wi-rotate-0, -.wi-rotate-N, -.wi-towards-N, -.wi-from-S { - -webkit-transform: rotate(0deg); - -ms-transform: rotate(0deg); - transform: rotate(0deg); -} - -.wi-rotate-23, -.wi-rotate-NNE, -.wi-towards-NNE, -.wi-from-SSW { - -webkit-transform: rotate(23deg); - -ms-transform: rotate(23deg); - transform: rotate(23deg); -} - -.wi-rotate-45, -.wi-rotate-NE, -.wi-towards-NE, -.wi-from-SW { - -webkit-transform: rotate(45deg); - -ms-transform: rotate(45deg); - transform: rotate(45deg); -} - -.wi-rotate-68, -.wi-rotate-ENE, -.wi-towards-ENE, -.wi-from-WSW { - -webkit-transform: rotate(68deg); - -ms-transform: rotate(68deg); - transform: rotate(68deg); -} - -.wi-rotate-90, -.wi-rotate-E, -.wi-towards-E, -.wi-from-W { - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); - -webkit-transform: rotate(90deg); - -ms-transform: rotate(90deg); - transform: rotate(90deg); -} - -.wi-rotate-113, -.wi-rotate-ESE, -.wi-towards-ESE, -.wi-from-WNW { - -webkit-transform: rotate(113deg); - -ms-transform: rotate(113deg); - transform: rotate(113deg); -} - -.wi-rotate-135, -.wi-rotate-SE, -.wi-towards-SE, -.wi-from-NW { - -webkit-transform: rotate(135deg); - -ms-transform: rotate(135deg); - transform: rotate(135deg); -} - -.wi-rotate-158, -.wi-rotate-SSE, -.wi-towards-SSE, -.wi-from-NNW { - -webkit-transform: rotate(158deg); - -ms-transform: rotate(158deg); - transform: rotate(158deg); -} - -.wi-rotate-180, -.wi-rotate-S, -.wi-towards-S, -.wi-from-N { - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); - -webkit-transform: rotate(180deg); - -ms-transform: rotate(180deg); - transform: rotate(180deg); -} - -.wi-rotate-203, -.wi-rotate-SSW, -.wi-towards-SSW, -.wi-from-NNE { - -webkit-transform: rotate(203deg); - -ms-transform: rotate(203deg); - transform: rotate(203deg); -} - -.wi-rotate-225, -.wi-rotate-SW, -.wi-towards-SW, -.wi-from-NE { - -webkit-transform: rotate(225deg); - -ms-transform: rotate(225deg); - transform: rotate(225deg); -} - -.wi-rotate-248, -.wi-rotate-WSW, -.wi-towards-WSW, -.wi-from-ENE { - -webkit-transform: rotate(248deg); - -ms-transform: rotate(248deg); - transform: rotate(248deg); -} - -.wi-rotate-270, -.wi-rotate-W, -.wi-towards-W, -.wi-from-E { - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); - -webkit-transform: rotate(270deg); - -ms-transform: rotate(270deg); - transform: rotate(270deg); -} - -.wi-rotate-293, -.wi-rotate-WNW, -.wi-towards-WNW, -.wi-from-ESE { - -webkit-transform: rotate(293deg); - -ms-transform: rotate(293deg); - transform: rotate(293deg); -} - -.wi-rotate-315, -.wi-rotate-NW, -.wi-towards-NW, -.wi-from-SE { - -webkit-transform: rotate(315deg); - -ms-transform: rotate(315deg); - transform: rotate(315deg); -} - -.wi-rotate-338, -.wi-rotate-NNW, -.wi-towards-NNW, -.wi-from-SSE { - -webkit-transform: rotate(338deg); - -ms-transform: rotate(338deg); - transform: rotate(338deg); -} - -.wi-flip-horizontal { - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, -mirror=1); - -webkit-transform: scale(-1, 1); - -ms-transform: scale(-1, 1); - transform: scale(-1, 1); -} - -.wi-flip-vertical { - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1); - -webkit-transform: scale(1, -1); - -ms-transform: scale(1, -1); - transform: scale(1, -1); -} - -.wi-arrow:before { - content: "\f0d2"; -} - -.wi-direction:before { - content: "\f0d1"; -} - -.wi-darksky-clear-day:before { - content: "\f00d"; -} - -.wi-darksky-clear-night:before { - content: "\f02e"; -} - -.wi-darksky-rain:before { - content: "\f019"; -} - -.wi-darksky-snow:before { - content: "\f01b"; -} - -.wi-darksky-sleet:before { - content: "\f0b5"; -} - -.wi-darksky-wind:before { - content: "\f050"; -} - -.wi-darksky-fog:before { - content: "\f014"; -} - -.wi-darksky-cloudy:before { - content: "\f013"; -} - -.wi-darksky-partly-cloudy-day:before { - content: "\f002"; -} - -.wi-darksky-partly-cloudy-night:before { - content: "\f086"; -} - -.wi-darksky-hail:before { - content: "\f015"; -} - -.wi-darksky-thunderstorm:before { - content: "\f01e"; -} - -.wi-darksky-tornado:before { - content: "\f056"; -} - -.wi-owm-01d:before { - content: "\f00d"; -} - -.wi-owm-02d:before { - content: "\f00c"; -} - -.wi-owm-03d:before { - content: "\f002"; -} - -.wi-owm-04d:before { - content: "\f013"; -} - -.wi-owm-09d:before { - content: "\f017"; -} - -.wi-owm-10d:before { - content: "\f019"; -} - -.wi-owm-11d:before { - content: "\f01e"; -} - -.wi-owm-13d:before { - content: "\f01b"; -} - -.wi-owm-50d:before { - content: "\f014"; -} - -.wi-owm-01n:before { - content: "\f02e"; -} - -.wi-owm-02n:before { - content: "\f081"; -} - -.wi-owm-03n:before { - content: "\f07e"; -} - -.wi-owm-04n:before { - content: "\f086"; -} - -.wi-owm-09n:before { - content: "\f026"; -} - -.wi-owm-10n:before { - content: "\f028"; -} - -.wi-owm-11n:before { - content: "\f02c"; -} - -.wi-owm-13n:before { - content: "\f02a"; -} - -.wi-owm-50n:before { - content: "\f04a"; -} - -.wi-wu-chanceflurries:before { - content: "\f064"; -} - -.wi-wu-chancerain:before { - content: "\f019"; -} - -.wi-wu-chancesleet:before { - content: "\f0b5"; -} - -.wi-wu-chancesnow:before { - content: "\f01b"; -} - -.wi-wu-chancetstorms:before { - content: "\f01e"; -} - -.wi-wu-clear:before { - content: "\f00d"; -} - -.wi-wu-cloudy:before { - content: "\f002"; -} - -.wi-wu-flurries:before { - content: "\f064"; -} - -.wi-wu-fog:before { - content: "\f014"; -} - -.wi-wu-hazy:before { - content: "\f0b6"; -} - -.wi-wu-mostlycloudy:before { - content: "\f002"; -} - -.wi-wu-mostlysunny:before { - content: "\f00c"; -} - -.wi-wu-partlycloudy:before { - content: "\f002"; -} - -.wi-wu-partlysunny:before { - content: "\f002"; -} - -.wi-wu-rain:before { - content: "\f01a"; -} - -.wi-wu-sleet:before { - content: "\f0b5"; -} - -.wi-wu-snow:before { - content: "\f01b"; -} - -.wi-wu-sunny:before { - content: "\f00d"; -} - -.wi-wu-tstorms:before { - content: "\f01e"; -} - -.wi-wu-nt_chanceflurries:before { - content: "\f067"; -} - -.wi-wu-nt_chancerain:before { - content: "\f028"; -} - -.wi-wu-nt_chancesleet:before { - content: "\f0b4"; -} - -.wi-wu-nt_chancesnow:before { - content: "\f02a"; -} - -.wi-wu-nt_chancetstorms:before { - content: "\f02d"; -} - -.wi-wu-nt_clear:before { - content: "\f02e"; -} - -.wi-wu-nt_flurries:before { - content: "\f067"; -} - -.wi-wu-nt_fog:before { - content: "\f04a"; -} - -.wi-wu-nt_hazy:before { - content: "\f07e"; -} - -.wi-wu-nt_mostlycloudy:before { - content: "\f081"; -} - -.wi-wu-nt_mostlysunny:before { - content: "\f02e"; -} - -.wi-wu-nt_partlycloudy:before { - content: "\f081"; -} - -.wi-wu-nt_partlysunny:before { - content: "\f086"; -} - -.wi-wu-nt_rain:before { - content: "\f028"; -} - -.wi-wu-nt_sleet:before { - content: "\f0b4"; -} - -.wi-wu-nt_snow:before { - content: "\f02a"; -} - -.wi-wu-nt_sunny:before { - content: "\f02e"; -} - -.wi-wu-nt_tstorms:before { - content: "\f02d"; -} - -.wi-wu-nt_cloudy:before { - content: "\f031"; -} - -.wi-moon-wax-cres-dark:before { - content: "\f0de"; -} - -.wi-moon-first-quart-dark:before { - content: "\f0df"; -} - -.wi-moon-wax-gibb-dark:before { - content: "\f0e0"; -} - -.wi-moon-full-dark:before { - content: "\f0e1"; -} - -.wi-moon-wan-gibb-dark:before { - content: "\f0da"; -} - -.wi-moon-third-quart-dark:before { - content: "\f0db"; -} - -.wi-moon-wan-cres-dark:before { - content: "\f0dc"; -} - -.wi-moon-new-dark:before { - content: "\f0dd"; -} - -.wi-moon-wax-cres:before { - content: "\f0da"; -} - -.wi-moon-first-quart:before { - content: "\f0db"; -} - -.wi-moon-wax-gibb:before { - content: "\f0dc"; -} - -.wi-moon-full:before { - content: "\f0dd"; -} - -.wi-moon-wan-gibb:before { - content: "\f0de"; -} - -.wi-moon-third-quart:before { - content: "\f0df"; -} - -.wi-moon-wan-cres:before { - content: "\f0e0"; -} - -.wi-moon-new:before { - content: "\f0e1"; -} -/*! - * angularjs-color-picker v3.4.8 - * https://github.com/ruhley/angular-color-picker/ - * - * Copyright 2017 ruhley - * - * 2017-10-06 09:52:03 - * - */ - -.color-picker-wrapper { - position: relative; -} - -.color-picker-wrapper .color-picker-input-wrapper { - display: table; - position: relative; -} - -.color-picker-wrapper .input-group { - position: relative; - border-collapse: separate; -} - -.color-picker-wrapper .input-group .color-picker-input, -.color-picker-wrapper .input-group .input-group-addon { - display: table-cell; -} - -.color-picker-wrapper .input-group .color-picker-input { - position: relative; - z-index: 2; - float: left; - margin-bottom: 0; -} - -.color-picker-wrapper .input-group .input-group-addon { - padding: 6px 12px; - font-size: 14px; - font-weight: 400; - line-height: 1; - color: #555; - text-align: center; - background-color: #eee; - border: 1px solid #ccc; -} - -.color-picker-wrapper .input-group .input-group-addon:first-child { - border-right-width: 0; -} - -.color-picker-wrapper .input-group .input-group-addon:last-child { - border-left-width: 0; -} - -.color-picker-wrapper .input-group .color-picker-input-swatch { - padding-left: 12px; -} - -.color-picker-wrapper .color-picker-input-swatch { - padding-left: 36px; -} - -.color-picker-wrapper .color-picker-swatch { - cursor: pointer; - z-index: 3; -} - -.color-picker-wrapper .color-picker-swatch:not(.input-group-addon) { - position: absolute; - top: 3px; - width: 28px; - height: 70%; - box-sizing: border-box; - border-radius: 3px; - vertical-align: middle; - background-position: -80px 0; - border: solid 1px #ccc; - padding: 0; - margin: 0; - display: inline-block; -} - -.color-picker-wrapper .color-picker-swatch:not(.input-group-addon).color-picker-swatch-left { - left: 3px; -} - -.color-picker-wrapper .color-picker-swatch:not(.input-group-addon).color-picker-swatch-right { - right: 3px; -} - -.color-picker-wrapper .color-picker-panel { - position: absolute; - background: #fff; - border: solid 1px #ccc; - box-shadow: 0 0 20px rgba(0,0,0,.5); - z-index: 99999; - width: 150px; - table-layout: fixed; - border: 1px solid #fff; - padding-right: 1px; - box-sizing: content-box; -} - -.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper { - display: table; - width: 100%; -} - -.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper .color-picker-row { - display: table-row; -} - -.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-overlay { - position: absolute; - width: 100%; - height: 150px; - top: 0; - left: 0; - z-index: 2; -} - -.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-grid, -.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-hue, -.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-lightness, -.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-opacity, -.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-saturation { - background-image: linear-gradient(45deg,grey 25%,transparent 25%),linear-gradient(-45deg,grey 25%,transparent 25%),linear-gradient(45deg,transparent 75%,grey 75%),linear-gradient(-45deg,transparent 75%,grey 75%); - background-size: 10px 10px; - background-position: 0 0,0 5px,5px -5px,-5px 0; -} - -.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-hue, -.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-lightness, -.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-opacity, -.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-saturation { - display: table-cell; - position: relative; - left: 1px; - width: 20px; - background-color: #fff; - cursor: row-resize; -} - -.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-slider { - position: absolute; - top: 0; - left: 0; - width: 18px; - height: 2px; - background: #fff; - border: solid 1px #000; - box-sizing: content-box; - margin-top: -1px; - z-index: 3; -} - -.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-grid { - display: table-cell; - position: relative; - width: 150px; - height: 150px; - cursor: crosshair; -} - -.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-grid .color-picker-grid-inner { - width: 150px; - height: 150px; - z-index: 9; -} - -.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-grid .color-picker-overlay { - background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWCAMAAAAL34HQAAAC9FBMVEUDAwMTExMFBQUGBgYMDAwICAgFBQUDAwMGBgYDAwMPDw8SEhIYGBgLCwsTExMfHx8GBgYcHBwGBgYmJiYcHBwfHx8XFxcJCQkODg4fHx8RERExMTEmJiYGBgYuLi4ZGRlDQ0MqKioICAgcHBxFRUUUFBQKCgooKCgzMzMnJycbGxsTExM8PDwvLy8xMTErKysLCwtNTU1CQkI5OTkUFBQlJSVmZmZeXl4mJiYfHx81NTVKSkoPDw9FRUVjY2NYWFhLS0srKys6OjpISEhQUFBsbGxEREQLCwsNDQ3a2to4ODhBQUE7OzsMDAwXFxchISFSUlJnZ2d4eHhlZWUzMzOampo+Pj4tLS1ISEhtbW1SUlJ0dHQQEBAwMDAhISFWVlZaWlpWVlZiYmJLS0snJyf09PQfHx+Xl5dHR0dPT08+Pj5qamrOzs5QUFBXV1dUVFR6enonJyddXV1xcXE2NjYWFhY8PDxKSkrNzc1/f3+hoaFfX1+KioqAgIB3d3esrKyYmJiKiookJCS7u7uhoaE6OjqLi4ssLCy8vLx6enpubm6Hh4eioqKFhYXp6enCwsKMjIzBwcGRkZHu7u44ODhycnLFxcVra2uioqLc3Nzl5eV4eHjl5eWSkpK+vr7h4eEzMzOSkpK7u7shISHW1taurq5aWlrPz89vb2/y8vJlZWWBgYHKyspeXl64uLh+fn4YGBg2NjbZ2dl6enrMzMy8vLyTk5POzs5xcXG/v79PT09paWmEhISbm5urq6u3t7djY2Pl5eXh4eFaWlqLi4u1tbW5ubl/f3/Q0NCCgoKTk5Ovr69KSkp1dXWpqanZ2dmvr6+ysrJMTEyenp719fWbm5tUVFSYmJjz8/ODg4PZ2dn19fWzs7NjY2Nra2uHh4enp6eIiIijo6PU1NSnp6eWlpbKysqpqal3d3ff39+KiorCwsLS0tLg4OC+vr7r6+uqqqry8vLj4+OWlpatra3r6+v39/fu7u75+fnv7+/5+fkBAQFzkre4AAAA+3RSTlP97ePc/P3u+Onz8/z79+Hz0+rL++D89bvl19jr8sL6wPndsq7m0anI0uPLyfry27Oh8O7oZ+n42tCl+x98o+jk+r7y2+Wxv5mGpr/O4JBcR6/AvI6b89iltO7Z5HF2kc7A8c7MiPKavHeIhuB2waL61H37n8m0qpfkyKqy9/j56OC/Ovbkki8sh66AsfbrZeXf0uvos9X21L6A93TB0MKyao5IvMSvfvX6jqIQj/Dm41Bd5u/Unay/xlpqYticw7Zv1kiWn9kenp2M+ZtOkG33ffZbg6LPQkjVaNSyyjRUVpF+0ipZdbP4RTjOqmKQbqDZfuhjOFPDxfhv3SDpqyEAABolSURBVHgBdNKxaipbGMVx38sn8EHs5jk8VtNMZRgYGNJIrGwOllqIVU4jJCSkihwiOIqDxmh1/2vW3pfBy11r7al/fNr5aaX/c+tT4rzevm/fr98x79/vIev3dcx4PQ45jo8h1+M1Jr2m6Tk9xyzOC7JdbGM+t59Nlp/L5fJp+RTSYt1+buz/TKhcUG2T20ahiq6zqjlb5t6ryFPTO1b/pt18rZbqdneptetYJJNqmElGRVcbRpWzUS2STZFllNqHZBOoV9a4mFmGWaZBii7LooqGpGl6PadG+QfUg7SIp2odC5VfZElkU6PKjFJkUi6YLv+inMP6gOnw3z9WJMUAU4xSpLr/Wznta8lkF6IsQ5VlUXXBdXECClXeqJyxYaiqIxsdR1empFeb6O7MDJNKvYMZpQnVhdWPrqyfCYUpC6i5THOb8vdcW+fFel0UB24lFK3GlYLJKjdJQ3bp7qwuZkFVLrZl09P29KkOPpcnqSIKVrfTRjlWzV2hlPySI5PqvVgX6wMwpTdWkR1FG1UjJ6VJmjBUMbPFjMGiUpW4iFyDJR08DbrLbvdJ7fSVh4d+9hBR9WvNZNKl9PIcFSlySISPSKDkquK9RtW14l4jrpVcIaVslwA673Z49NSyiVE61gmSXEZpXKtRNTVLKqPIhedTEf+EuVEFKki9ChXTpaiT6FY6VrKL15oxbkXLUi5uVXIux7C7axmV0YeszuqgqufAYAlkFSLq9IpeTy5gPlXblaj+BdXAQkRKVYHEZAKlLLsDGtORSbEKkoLKyTVI0eUccGFSKrVaaaOJUHZpRKq9BsuxKsAcuZS2q4PKMEyOTUa9zfO3nN3fqrCJrdyRO5mAMsmqvSqUXb7Wpnw5UX0GLzaZ1b6WU6vRJRkkq9RHtVAVqwxbYWIixSYJI3u62+/3vNk+ojChKlmgRdiHz6X84lr3KpGmDNQbyxksq9jveCuyMoo3oZxKxzIqqITCRJXNbLPZ2IWKIPoaDF4+Bh+sq1oVWH+MUqb1fDoF9abmVmEChuvxd1H8RkbNok0iajLkmyTDZLgfAguR6nm2YbMS2ItqFe9LMlTQPhC5kfWnbjqf1kJpupXy+IZIKL2G1Jj+9lZ/TQLFsRwuBWmoDxw98rx/foaFKiSqZKIfXzbRAPvVCajGNeUZBQmX82gZl3oEpQmlriybMLuGWlANhbIKEd1sWFAxTC8DnmTAmkhkllBKzZv+wxYdrDSPhlEc9w69ndCl36LuSjfDgNAhMNKNiAwNLkrNShiodIqBfkRKk4AtQuHb5Abmf877mBGZc5436x8nQwYUHJvsIn+AOika66xfeA5TcslEGGr7a7vVR1spA0p1ZAL1obmMUh2x5DJKHVCh4oUJlWAnqqnOJ7nUO1rcFdy1t3K2yAYVU0klV//+3vQ/m+Yn/bDLqsGltciwVpCEopkue1u8Lf5MNYmlxFJAnc9/cwWuO6uui2udAon84m22m5hLJFB9/940nF0KJlA7+m0tJbaaw8osCpUil0xkUJ1VXKQouLRWqLaoBAuW06sEklFN80HDJRW0UImVUPN/5n9RTHNUGaZMJonCtJDpqyql4AdKJJJQa7Po/6Pk6hsnUGRHce3Gu/FX1pwKxQ0opsqo8kinkk1PjzNIvMFVcJ+BpLbblhdb0WpzdGMsTjCzDh9UJgUWvRpfBQsXESqbv80zw4LkYHKFSi0lChYl62K9xmRWy1ItBVTxNnb1PecE6gAKEzWLP4gLklxizaVKMlwimaWKtEAUnT3OQKE6zc6z8gyuLEqh7LouUDGUTiZ1Q48EV8Dqvm4oLBXUYac6V+rYDRaRaB4mkybcdDHlRJqKpIOER7XpVl0r2qqViqlaTJXe0VuBojVJKkiYPlVfUIpcFwNq2GqiLiYcWyUUj6mQWVVqKg5XiUl/kCOtSipgQqFSnfqopaSqm2VTYxJMMexFLpMIayXUb2pGOasooMk0ZaY6pZpS3IKit+tYK5nMqiJhsqvmUkDVVAF0eNm9cOGyClaoEgnRkCnnhOmb6lawUH1zVapMqZ1QamR54JZCOaBQXaVGLjA5GW/CUoItZBq2mqnPs9k+sSJMpQRptB4ZFKYcU84dq+7odl1ddxSTe1gCo0ylc4y6FOphfMFSnGATbsLFUqF6Vq3i9vtS/aoybESBjdqVWq2AWZVXXdVJday77gaUnlyhej28/qeil5cBu5ApEiiz7lMDRfdhok/lE6oIotFIpNFKrFWbt6u8ojmvyzurGEqkG255I5TzukS1jLkuZaJSPYgV+WHUD3o/uU+qZ6v2zwmVxnqyioZKlUwmok+Vr4zKNZVgzk0nFSyaZKiWry+qXTq7HlgrkYQSKVB2aSqyn+6RfaIwQfJWvxulCLVacSTHJBUo3UCyKVQxllFLu4yKwHq4sIr+SxYdqya2RlEcz0P5HAZG0t3UmtvapVHJaTQDtxVCwDQWtxhic4rAiDCKWFhEON00YxOYykeY/39/bgnMWus79Y99Hkq+PYgymw0jmkqWqIprupyqmnorTkUCZRKl6fOpqFG2srrsAdXhcH0ARs8qrpWk/zAVkCZrILlEGX8gqum9KiMqb2VLdi+73S+6+/W0u5hWoJ6CtdJUAulwvZBkUL1yLVV5KpusPNXm9PP0k52WZxinUsWtbKLqYNUv39cvVBTHChV9emKT4lohcgcbsgXzYIvrV1X2KlUpShRvsDltTngYt0qUJWdT9/6+tojq9XcKKV0E1UTUBBRdyTIFdXg7GDyoAuXMVareH769Rwd2M2Cqimt5Oi6jU1wlwrr3VFQNClONx613a0AZXBNI6Sp5s28HujjQyPUiSJ7r6mwCxNKFCdhpcDKqluwYx5qyYjqjiB+vxbHMCyobpqxZsRVThYgiE8W9AnVNjaxQiTKDQVGB2lDDqU7HyNSWdD0Vq7uiIIFiJZIi+4QR7pUoWZRwrLfFOa/WyEKUGbxDEibKmjAt3bI5ThvLoVCRUGVStaPbHd3vKJvsVeW15jZVouzFdWGVW5VoSlWibKSZqnJdG7moPt1qu95iYph0TUrNfDJfhcpm/r6VrPCkKV2aqkF1qhKFChflVA0tKMse68e1j2oqqv1WlNGUqPk8VJ6qx5u9LdhipquNq/3a/vwTP94/yMDGqSBpqo7HiibKfEZ1R916JOpsghQje7cvKtqZdDqyrLCe5+rRRQ/XDFeboaLtYCXqvaC+2iCpqjQNRZWk6VnSqO4CGokiXMpmBJkOA0XnnXmJqF5P1KyHSdQMVDumrCXrw0IigapKS47DpkpUqJ4bTM+ghD26OkxEFItb9T1Wn3Yst5p3/oK5gBGOxWsbVW1Y55wPRZMEalgdmyElgJoGEotbmUduVbK14y0bYwLU7+9ReSsTsDTZCKgIJkgsXa0L62vJoKjMsBoOuZZths8NlcRGIzaKa1FlYzeGVFSalHX6iApMlTOq0pW09gUGimsVk41TMXIDClXVDIfFBYmRUWkmULpQbeP1+0yYKpuqu7vO3fyOoWKibKZVUOH65xUWopLKYaKeqkQZHN/F9Rk1Go/g4CJ9JqwkTelSZXs2Iut2xlC5dqvFULWuUkX03JTP8EaSEZSo388jRn77+WJVjb+oingqXqr+79gfnR93bM65vFZx/du7tbezaGvWcu0/TNGxiupqFMXxeahbOmVgSs1xKuNhuKS4xyLEKoQozBSWAQkEq/sCaXLBJoWdnY/iU9z/3nshWWvls/2x9RJYQYrOSUI57AyJPZ/PnyfBVePiXqlVJmdRMjBQprr/+sUg3UFFMP3Z/oNKMhvXeoVrScWU73B1tn+77zOk6DPCpWrqrjTl41h8YUq8wxAbuBTzSIUpXLst91L+2mLh8XuhyjKuFbcicSsGyHqmLuJa5hGsZj91nVJQmEChSqKohDKTo/Qn8rgLEp9gcvkTyf7L+BPDpHSoAHWfHS+mMyb/njRMdc33Y0t1LVclKSQz0QRU5H4fqI6lYDIVqC2ziPRyca43UzHFQA9cpurOwCKYbl4uBcuT2tJIggsVI8PALDK5qvjDU1FXRVDJlZks22aQSJZxLZkenw9M5FOob1wWRAwTT32rFZGkirrJqoSruNsQhYrNTXsfLgrIanv7DBTBZfU4SbmdbzZSPx0mFRXKTIpgzTAUQ1Hci8JI1B6H7ardLPvdfr/dZzwZLkTqm1BkhqKtTNZIHabSV0/1lFpZMqHRsWhjqKaQ685TFVVl98JEWZDCRAyGiikzllSH7nzo2q6F1ra3VirBylKqiUqV4ErSVaI0nIqayb5A3SkBJdUJFaOSZVY/F4P1CBRB5IV0OLeguFV7u41BKm8lq3nLeiphTaiIuWiyok3SMFRNYfUQXAqu0+7ErJCYIpUCKwLnceAB1TJQnGo0FaOYakSBMhcwgmg1JSvCnVahCtQgFyRf5EQhIct3+WmfezGpcxYcRkC17YESYOYaIdnKEVAEkk1xFTNa07CIm3Sq4h0PHyKq5Ce51MV+schsYqESjLQdaxVuhQgVJJtQcslEFUfJRJeMvtNqWYUMFSM7Bmx/ykO1YNaMioVI8TspcPg8pdXSe6deDZZMUWVpDRV7Z5Xt9A4qkkeVRb6wYbLnI/tYwJLJegR2NJR1purHclP2PSoPpst0WV3wzF2AvqSCROwHlFS4qjU0uegsnAqYs3At3gJ1tJqLtldI7VWqzbgpNxtEuIKEybtC9kKtvhqKCxNzEaAlM5SZ6BrU2pqzcOlWVPnIKCyp6NFUV0TH8erFxKUAjT2yyKXHdOFW3r/plzVcbPm1nAWVggnZGhMPqLU3//2ihQxUXEsiTPR6vKLio6DIuOl5+3BdLixQPI4imADZ5yb7JPJPKLZeAwsZJki/Wf4RXXhJ9sG1AmXfy2Sqq4H+54qOUVvXoigMZ0bqYlxE6uTgYLgPDJIcsI0FaoRalx6FHp5CmlSZ4Pv//fa9B+5aS9spP05+m+iMaQaVuT0hEc71BkgYD8UoIf2btv7N3YVZIgwSLj5cDtX7GVX8D8lLikJlDQ9lM5ien89/Z46R9I+qNFFNJlXLr6Xvf9H+zaqimuIzZ6fIvKMSZbzxWn+bjCgXmT/nmQ/Xk8mykasrJrZce1iSQsUHiR3vjJ9MqBjBJk1bsuK1zMP+PP6QhiQNYfKxZvKkeFgmUO6iarkuiw+19MygulthfsfAdWGKBkyTLSksUbLiDo/PzwckUPlYaZpv8+0537hFdWH/kzh9yHqWEcXMMVyso9OxO0+apvP5EC5b8iIp88M3POQMQ9x5mEtEobptaJwLFWU1LaanS0FFM93x3nWY6LGbpuNEAjYdztF3aw4HWOkyww+FpokAK7SN3fBpCpSL6LosGVHgzFpQqBwmM/GLK2SgJlGhsv71UlRwbIg0CWKmhhQuQYz6UnpsMfW0Xdo+etd1b+8r7SzhHDVZAwmYBZY0ZLBMQRkzOzzWgSI1KHOxGVWOSAoRW93arqpYt6aMTG5ykTSJMiZYX4Y7fA0sUw91jSlgGyssUUUlarws4zKyttXlhEGKiCK4SLpsUbFoJlh60lRctWWQCCYbEcQpERWq1rWZNep7GU22CtvWbSdKd362mGRJyqh6HdhrsowqB6jhI6fN6eJnR+uEJarASkIGCk8FCpXdhmw3hWra7Q7Ydnb3Isog+gLEQvRaFxVtRNlTo6i5nE5uPI2iTOs8acque0nVWlXAqqrqqu22ClGieCtgFE0pr2Ug/VYhsvV3HWncpgFGT41v5VSNLExGlKaPdt/uXWS1VVSTqnUrzRhMlni0GVmaLBGVKmHSABFIBk8DSRQk6yIfqD5a7n4EFdUEai9KE4ds2Zb9LSsoWYJcRhecbz7afDe6GPGx/qOD7nHTV7cojDOLWyJhZNAtCE4aUiUWrgK1i3ToPwCkyB4RdeZ4nsf7ZWPOx1prv25/sihOFKNwjtwJ1+nP15/TF3/r9PWUF2s02ZjZ3037wknWE+rXBsp82BJJiTLHb0BWFSh+lSjOPkiWzVO9vFdTSYUtii11iwLSxFCRNCWKdN+s+2bHe8OlyTMpirQTjCXIOoKr2lf7d64kYfWd9UN/aaIYKJ/LR2dFdaLY1NNR0/HkCsqLDrT1dw0vbftSWk0u9s4osoDZCCS6XxST72/UXdiH/SgqRAHrEHVHIgoVzeAZTgMi5tO2LcegcfnDMntHZwHFFoio+S29kF8u0nUXSgB59gjNnFjUDFFGREETRQJWtbfqVrWVm7vqaQVVT1toYhFIP5BEfVD+jyY+JE0kUZOot4r64ZGWtSxTlSGruJGXp566r0tFeYtE8ZvoBMtgyqQqZb3tITGfYXD/AbsxSXZkBUVqYYgmVv6tRxKUpCbbrbs1Eh4+XG+ZHs4fte2HLZ0CZ8P8hOl2y1M2srEax7EeIRlfWZFkXX8u1/KnrqxrLo2TxLNujlQaXa97XGtRmYFRXVbdZjNsWivGh4giIzMVLmYzybray5XHl7s0tmOUTSCGSBck2nORrd16A7Ob7SZQudsjo80Ul5uzAqXGeU3DHllHI8LO/q1Anem2wCCVgBoon5YBvFE2Z7mE0VVds3tWC02ZJvrvpEhP0TAKzObvSljU6CmmzfKWHSmilSVjvVqxcrKeVfMkKmVn6mMjW+t2M1KaMku71LXUxKtrtUTFqKtTlqzP6ydrvNL1Z/OK6tW9QvKKKdLHhIHyyEEXOwTsECTqc+N4REVXSyuppC7PIkwWCit9pT6QOMrO0VmwnHdut2V8DtvdYXcgG47XLzhVkJ6jyMf9PQs4zuQXzieNSCKKAuWZXdTfVFwHXIetvZMQRafRe/7nWVE8/2TRFGm6d04L0ht7eztP3b2F6pFD/q2IqMj/lzHCw4ppueJZaaNszpolTc95u/ccJqPrLy7IYNVRIAqi+QYRpBVBF73QNm8x4UFwNfj/HzWnypvp6Km61S4P0h81rM6IKrYqKj9qZQnt7KVEoXqNF63p7/RnQmmaVCesLAax1rkowUx+5vfMvWcnSYpGLOUtvKVbSbEaMAIjglhnrWlyz/vvdRDN63W8tBV+1MzM9CWhmRPvKBEpvG50UYLYFXsRtKYzFbsd9jqsxMjN7/DipDMQVOq9P2rrnFCSVLLH+ypVusKPYsl4fowXK/KYbuBz0ACxQE6DMswqh9f8mnWVFFmTWX2RshZgaGCpUV5j52Dke1z+0zZt2xFi00XoGDDiIvKJwHCRIvRNTym2JFTYMKpSZVRGvMypxz6qkJHOleETKjNU1FBalOXys8AjVk9OKeMEueQ1lyCcqKYjFFi0tpDSHrznXZwg9vSCRe9C7OWmJc2UfJNJ0Qo+UFPHPFpMXuTGA5crB8XqSWXipd9gE/0i6TBjeEKJeiAVqWFlmlyabDUGyk1r2pTKsO3bsB/7cfAQeEY5Kz05Ra1S1GZtWlqGVim9XzQFO4s1TXFHpdI8tmBXd3VgZPT0UBgIXcjvQPgQv9WrpS1C9Ew8uc2pz3cahZbq5fvWCh2wFDwVGqAkcJLU81flYOEAKeJHbpA1qeftoc2qQxvHYpwJqfhAa69WTDjdvcA2zkJ5qhJCjrBU4iTkSQzpezVCm77JHEOrW+Qhq8rdpzoRi0UrbVRGN/pPei7TXjSUhBPPPzbIHNdRKAqiDImjNxiDrC8+O3DYSe9/YV114KFL4xrqPrIjvqg7gba/2/bRcJAfn8/6WVfPH1kbBRRIZyLSweXcBV4piuZZ5CeNWEA1JCIDtK3b5quCJmnlqjS/KHZeCSQH/w9WbAYgTE6s0sFy19oMzAcaatfVUDcmu75SMldSflJSo2GCTJE8PJ6UDL871kbuUM43VadWJuqlpqSTbCQ60M4U96fx8AgylP7VUEoXYCZnWuHxVTQyyuYA546EwGGt6gQVxTNyyqjsvnENv8MTLHAmes6KQcp5yjmLi63wVYaidCQR5spkILmkUcvDZD+iGpthgmrsTNTs0J0IG2ltTDVL+1RKrmBvFxgvlc2U3AOKhgHLVLh08HyXkSTORaD11VGD31WWfPqkEZEEWHoLACXCBImqNKqxm6wtomCkcyfqleZeKAYzUV8VjtZkyExolHdCvVx0pYILMLCaZpnDL5p3MB8G9RTzs0xEicE07ysZUCxWoPIEiclQ9MCa7dkNysfJzDIveVl0TyiltQkmhpXvGgRFh3Hw7NKHuRpYB5AScFo0RpnbOIzb777JOGz0QyDByEgEGSqom6WJIrQ48nI+UIRSsOcL3cMZqJB6/Hg/GpDTFOmebboTJ0IBFoEiGeoJA5f9rxgy2I0bBmKoEtiSpayu/f//9KXUM2vZSrV1gQIlOZyRc8jDlo+WzaEwTJsAiS7w3iqY5XVYuerHL3cV7P1Rioa62jg9GnBIKx/qGdar+5SZBpWXSNpIULGAsja7ePDGIBAPKB9UHKligKeFogcWu/S7s9EmUnzyUFNe7EEGgys756816Mv7xDgv5Y+KwEVZZLy22EZf9P+jfHyy+PQZTURwuPIo+JuqvhW5dSW4dhgFc3CpiWfjsDY386nkm4X1BRCmkF+QFFz5XiqjJyo0lzs2a5mMMOgOBpugBiRWgASIt6qNhKZqaXhado1m4pbV3dREuQUUyh2mIAu/kCmggcyPqXJFMXPLOWpa8dAfMjT4CDQuVuxYC4O/i2+1LrbkhbJM2RKrdTSYFImr336azB0aD/9YbSKfzFxVk+UEYhKpXndIyFjuQXEAOpWCMR4pMc25ddWbU3cTZ9ZynTZSyo8F1qB1WX+ntC5pherY0Oj0VnkxNEdXvpwAzxTCag7iiznzTimJ1iDaaILC4WLRsO3ExRHWv1JSbraS+2bEnirvmHTfsUKP/FCJoVijUkrBvojHLicoiM07oJUMGuGeUxLPRDDJSidy6VvoQD5H7eSfaPcE8yRvK7uV0HyKs7/+n34CHR2uy7vpg7IAAAAASUVORK5CYII=); - pointer-events: none; -} - -.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-grid .color-picker-picker { - position: absolute; - top: 70px; - left: 70px; - width: 12px; - height: 12px; - border: solid 1px #000; - border-radius: 10px; - margin-top: -6px; - margin-left: -6px; - background: 0 0; - box-sizing: content-box; - z-index: 99; -} - -.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-grid .color-picker-picker>div { - position: absolute; - top: 0; - left: 0; - width: 8px; - height: 8px; - border-radius: 8px; - border: solid 2px #fff; - box-sizing: content-box; -} - -.color-picker-wrapper .color-picker-panel .color-picker-actions .color-picker-action { - width: calc(33.3333% - 6px); - margin: 3px; -} - -.color-picker-wrapper .color-picker-panel.color-picker-show-inline { - position: relative; -} - -.color-picker-wrapper .color-picker-panel.color-picker-show-hue.color-picker-show-saturation.color-picker-show-lightness.color-picker-show-alpha { - width: 230px; -} - -.color-picker-wrapper .color-picker-panel.color-picker-show-hue.color-picker-show-saturation.color-picker-show-lightness { - width: 210px; -} - -.color-picker-wrapper .color-picker-panel.color-picker-show-hue.color-picker-show-saturation.color-picker-show-alpha { - width: 210px; -} - -.color-picker-wrapper .color-picker-panel.color-picker-show-hue.color-picker-show-lightness.color-picker-show-alpha { - width: 210px; -} - -.color-picker-wrapper .color-picker-panel.color-picker-show-hue.color-picker-show-saturation { - width: 190px; -} - -.color-picker-wrapper .color-picker-panel.color-picker-show-hue.color-picker-show-lightness { - width: 190px; -} - -.color-picker-wrapper .color-picker-panel.color-picker-show-hue.color-picker-show-alpha { - width: 190px; -} - -.color-picker-wrapper .color-picker-panel.color-picker-show-saturation.color-picker-show-alpha { - width: 190px; -} - -.color-picker-wrapper .color-picker-panel.color-picker-show-saturation.color-picker-show-lightness { - width: 190px; -} - -.color-picker-wrapper .color-picker-panel.color-picker-show-saturation.color-picker-show-lightness.color-picker-show-alpha { - width: 210px; -} - -.color-picker-wrapper .color-picker-panel.color-picker-show-lightness.color-picker-show-alpha { - width: 190px; -} - -.color-picker-wrapper .color-picker-panel.color-picker-show-hue { - width: 170px; -} - -.color-picker-wrapper .color-picker-panel.color-picker-show-saturation { - width: 170px; -} - -.color-picker-wrapper .color-picker-panel.color-picker-show-lightness { - width: 170px; -} - -.color-picker-wrapper .color-picker-panel.color-picker-show-alpha { - width: 170px; -} - -.color-picker-wrapper .color-picker-panel.color-picker-panel-bottom { - top: auto; -} - -.color-picker-wrapper .color-picker-panel.color-picker-panel-top { - bottom: 100%; -} - -.color-picker-wrapper .color-picker-panel.color-picker-panel-left { - left: 0; -} - -.color-picker-wrapper .color-picker-panel.color-picker-panel-right { - right: 0; -} - -.color-picker-wrapper .color-picker-panel.color-picker-panel-round .color-picker-grid-wrapper .color-picker-row .color-picker-grid .color-picker-overlay { - background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWCAMAAAAL34HQAAAC/VBMVEVHcEx/YZRsq11jnYp2lXKEZYmShGCagIB+f3yAfX5up19rZqKRT5xcopqkW2qAfHxdaqmYl1R6S6xVaLKrR4x+QLOMAspUU7utVFSmX1lWp6ixRl4yBP1CL92BAPJCTMz0AH97uEi9PUtet1ulQ5pYLNJTv15JU8M9AvZXAOnLLzywL6VXtHQ8RNWhl07ENkN8u0S3nD2sAM6QM7RoPcGvOptOurU8H+ktLO6DKMF3AORRuo5L1E0vP+aJ5ACiAMiatDpMzVZ5HMpH+ilqxUWAANmyqzVRorSIzyheB+BG/yhLxYBeOMd9/gBJfr3STCidILi0FrND5EjBJ56/hDnUALnUJjWQAOOYqkS6ArflAI1SAPxFz9HAAMlLxLfNGpS4ZEC8AMBnD9mA3RtvzDvJKW7QAaqeyh9cAPJoAPnRlide4DBHncXaHy/CtCSlANxCBe/sAJM9y/HBMnOWwS+zlUT1BxNx+ADEojCsuCvPIWVO8SzaFlrrAEeYAOyVANZD7D46cNTTrR1zAO2C8ADuBh1C+6rCWjhSx1RE3rgzXd8+td/gFirjVxjnDiPJUzBl0TtB56Y/9XpA5G8tW+/qAG3pAMDJezBGvMzSAMW7ANexb0a5Ono/pNU4h9ziCVJD2to3l+WFxzTWEIBIzZNJ20frbQ5BdMg/7WF+APzcAJbFwQ8xcOg9wOdE9vaY9gDScydE15lAkc612ADaRSFV5jHgAnRH0LdC4JFb6yTaix2Z1Q9y5RngtwIyh/ApSfr0AFw0nflF0nc4qu/fsxBB/I1p2DDEyQDiALAoJvnbaB+r0gJC4Oau5QD0ADlC2221whlD6+9D+sT1eQDoALTriQU5uvr0WQVA/m4sZ/pt7wuf4AD0AKUwgfk/2PlA64XRyQD1NAte/gRD58jjeRVB8LXsowBD8NXRANHrUBGV7gDnMxb1lgBB9jtA8pjjlhHtLhL1tQDpvADI1gBE+t3fNx0//kvgyQA/9luxAOdY9hdRIP33AM3H6gD21QDrnpHAAAAA/HRSTlMAOlc9MC47AyQaSEZQT0UOVk1fZ1xvqHZiVGBx+bvqm/dkg21opHuI7NKnh2KtXJZ3e9F9gXZ/y96KynWmy8u4gpea7oO5jXCjwfmJk/l9s5WhwpWLzLbab6/a+K/cj6l+xLC0lKC5r+TxrLmMxKvk3unkkJZp++qaoLHcw+b0x9Gpudvc7fOQi7u+vtLW36KgzeTD3+X0np3n8G+ArrvVwcyKu5mz5ZPV+8jG0ND6+bCtn+TDxtCivdDAvsPY4PP29KLfyPWs1dfyxM3U8/eyu+j09+bm9fb29Nba9vT20uT498/T3+Xh+Ojp3fXk4dPr9+j09c/29eb65VLGWq2zAAAbp0lEQVR4AbTSsariaBwF8C0uZLSReQSbLQf2BcKCU12w2VdIYSFMtYNFGgufxNbCIlhIcrtBiyBYJ01IGbDQgIFAwp7zHROvbKWj5/y/7zZX+PH/8sdjsSzzp9ftzh1nNrxkyS5njj/vdnvt/706Lcni/aU/jyYNSCiqmmTx/OsXq/33l6N4dfpBlA6HKfsZpl5SLavY75utvRamN3n7HqQpPDgs5tak7ESrdqO/3177mpbZU5Qqza4mlw4zdZnhBaHaIbyrqgr7Hf78ZajuJm1RDDgYXtkkmxBlXBjK0Fb279dXwIRap0pLapJxMkyTHatUHMAWgj0dVd6gWEzr0vxfpuSEbZ8L4+faX9+akHKizNgZTqYyMaZ15WyeE/bteR+/ped7f09RoMp0UqYlVJxIKoxCWJyhOxxvh/G8FpbrKa3nrKqzgQcgzCAtSwxQaKRSM2lQs5gqljDPy+DCUMUUVfWj84SF8f0G7whhg8GAKKhwGhQPaUqsmngsAljewIq8zn8+YWGdFU3oIJXJJFKVGYvYMzvG2EI1MgUuhq6iXnR+9wG1KoSbGtyoGhQOQJFt02WThQqlyoUBSgsrfj7+kNz0mCK9Hsu4ZeQKpNiqIRF1VYWSmSRekicJUQWmqH889JBSva20KK6KKpBcToSuozUmClCgApxPCdkYDUMPs0WvMrl+vT3m0gNKJdSBKHpciDjBGqrAxgCGtiZcuAXzWMCgAiopksKkPn17wIVf/Nl+VIblKmuXMESmQNcV5XNCtskWqu1nWC5X/dcDqt73K+pQHg5YlFRrJWAVuRyM7ftmkBC41oVupWKIkqt3z8KosqZGdSaKdeGiSlkFGFVxnMABzMcwlIUsURyuizEqDHOs619w3bWrKUgGZUwKUVOYVpgAE4w5YwcmFPHVNnJpX0IZ1yk5FafiiMp1167OeMGzUR0uu5pOjUohiKaxTIzf0pQ9G+4X4UIuJpELLLqOd7i4K6D0gIwL1dSlaXolMbgdtg1NzsgfOaP9SCq6wsUCNKI+WLOuExZ2p6v3z9mozvyqtCqoDEoZr8bKBqaNs8E4CkAYXD5qVHt/sSdsi2GSj+SDr0jYsf6PUfp3UeSM4zheJGC2SPrUga1SeP0WI4gMKZ/q/gAhoGBlwOnEylK0SC/MIWydRrA51JQKy8B0NstUJsNeIZZ5f3/snHFZuffn0frFV9VV+xZXrRZO9r/CRLCGEqqhoTxE3a2QfLENkwcMFZ/HPfcC9vdaryUwVUm4voHFRccniVudDMWheK+o0O3yaOsoLd7GMaT4d1vVXmQOI/sdV+4ihY3sZ7ytusf0GyxR0bBChb9CcFLaVVNF8icwp7nqyrXWc9GXlaGsD7ddovr1ZL2qxOUsmZBApVueNond9f9ElrjMYdr6ceUwy1x/iOuW6vtzpTKUFYbBTSwV0gMiKdZPzKtKZKB4PZ2oRvvHESiGye5VfCleipcjK34Q1w3W4pSL6vyPzV12qJCG1FSgJqi2hmrHk3Zs6+sSGzST7Xuo9iNcj+JyWCGu4kVdpbDeV+1A5afzWV1DLwQeQXKUbOK1mZnmrN/vywdaX2BJDxcpDJep1nYuVRXH4wuv876LP1Z+yoGdgeE6D8/DxTDgoq6oBHVtaiOS5u2+TWEJMAKVcC5ouBS2rmDFqtCO0q2/1x0mdlbUYohKClpqQXp4mBgLEs9JHIvvOSg+UiLTkHGu3giYumhVMnMdxUV37x5rlkt6Ky4FTGYopipcrmq0G21HyeZ8LHeZzFkWMP0hpXK1KgvLWEsA7/yEudxKroVJUcFDZChC1fiKarqqQvEi1mLOctioN5LWI1OVnAtY5ud6OtrPeK2q3eWWqXCJLCzsWMa6VLExa7abzeZcnruieWQuWzJQl1fBRFaWRQkrO2ageHe1Ny6knx01ZQtHWeklqtEQlZukuY0XNTHJosqVtBJgg+pe5lquS1TqyiRQ7E8Qb1Tf5do0F5W4aLYIszDzv5VlpxLTuDnmVF69WY/qqOoRCawV8aF+qyWsQW+Aq2Ou5VdYxr04Vwbr6eknGNes2SbfiGrKtRZTTELipWGXpjtXNchUoC5Jzfq8DozHyaxWnweMg8FCxRt1Xs+1LK2MXHV8hnH9f0fFBDVV1Ewmt7pUTQTVGNOlinmRzeJiLWswUFiHAeNaS1wKy3juIv71V6zDRlW45FYHcQlqls52otpVtxJU21X35vHeytw1aAlKBqwDzFzlsnwun02VPUmfKparfhTVZrpBpa7FQVG7sEMFSlUPpiJU97J6/Z699tFG0cfoQ8RzGDKpg4vERahKdT1/ypi6fr46178byk11OCwOB/kFSVSK+iykCmUm2S++/7iof5dG8zUM42Iy8Qeo2CVOFQ9MISHuNtOkWjicKVKkEZlCgrVg6XD+AQ2BiSKnyIDNFGHLwYAwYcvANkE46BaWizghDIKkiP3e1/0+8VXv7zvWH64nTPGXYpj0Vy49XL+GauraA/bHnnJpP/6QSqxQketlrAwqaqHSDQUDRS2p9PUVC1W4hHr3DCVTsWhZERhDJhXvpYvJpQHDRS3trxu95chl1lxvqnqQ6m+pREKlwfqtb1TEkujfoORhxaI+w6Ty836V6iMos1AxUHZFLY0rkgvXX4M5syLWkVmo5EqGCpdUfZ2wn6oUy6p3Mv0ik2HTpS7LtP/wbwuYVJbhOhcrYL+LFbVubnLkClbn6E/BHh7+FGtq6v2v51b9//f7UqWpqGUTC1CszGdYWgyUVHq42nvtvb1zPbkGkStcN79zxXOzvAWp9EA9/I1L61GrZ1fEqv5WlQpUqDDxSsXiLK9cjFcufyx/PNAzzDNrq/3fNjBcYsk1+DGwy7vxFp5irR2hItaDbwhKD1W3z0ARqwoqbYVodlYfJqlm/ZcXrgNUoPTsUq5pL2CDAarWj5ZQP8ml5Z9yPRzJpScVtaTCBStOqEerKrFeqfQZxVDxmGAHliUwVFu42oaBOlcsw2C1xPrpWq1prOyRBwrXqV5Pk6obtaqoxHpXfaaaLZVmS24VpNVZfVJFMooJdRAsw9pbbUYsZKAGLbvM8t6IBOv9tVUJDNSpUKolFCpGK1geptK/Suo0Na3qLeqPPv5A8w40BUOlz7n4ccnVxuVY5FKt1k8GqxGsplmghg+nuHpJLbn6uDpCdarVpFUFFCrdL1CLvNXFVVTJn/JqorJLvQzDFb1AwTo3atDSVAvV7c1tSyRt5QiWJpVrnfbI1Y1aHb1qh1awKvqs8gWZTXrMOE2uCIbLuXZR2ZUscTGuqEUtwRYca+3aruFwmNTyEXEJ5VgdVBoomQKFSqZYoPSlwdJeZ2e4XteqOdeFYqGy65ZceaG4Ia6hYHKdaj1exOp2OvzgvUqVVBVYmlG8WG41PsvC5V5n+txrV6zGVrvRbp+0z0+ACRUwq+y6vYC1MoQFClW4HMsqhokTVipWGcWWwpRbzOnj8a3mpocExTujl1CwtoSCdeJaA2At716o8c1Yrp8r+nHNX7Ph9ZChEqvZa3Zxdbr6ZXFEt6qkrbhgisos5jKAsvqHzrJwOZdqiQVMtRoNcp2fiFVDdXHRupCqJZVqsXn9uJaEUq6hckWsJq6uJ5NVsKSqSFV5qcoEKptdzAYMlVcoF8rlfOI62z3bNYtcjRNcqOxqPVLrXq6xXQWx6pNrL2rd4aJWE1W4hOJJBUqzagmUXjaTy2anHyzTloElrrxUZweqFS5UGrku5NJc6165xrBqYt1N4oij4fBOKsWaqr53I1YdV6qSySqxMjk9SjGpwhV3LNh1IJZgUsnV0KJWjUmlWo+PqiXW2Kx7/a81MitRJbAms+o7rDqq96g0brg2W5IrLpiR5NWe90prabuG2aVYNeXSHEsqXKqFa7wyszS51htdSzUa3lkVR0QlV73zDCXVmmP5gppSZUIz78/NQJlV8O8rjyt+XA3vhBll1qOmWPfUYsszmQmua7mkkuuueUes782uWVLV62IFTCh9UxawqWl+Puvvda9CgVxn+ahFLqka7RTGkiPCAvZpeeb9BJdVI6F8Q7s8u6p1saxaq4AqLeHKoEpRLGzhWpbqqVY+cr2u5VyPzCyjbm/XZ75+m2hSadSKXD4iLmqhwmWVY6lWhvmCoVqYwrJv7DJMrkJBudJaCWzzda17uca4DgV7nNmBNZqMolaodpoRS6qqjmjWh8qaVSVU6QXDtMBskytYObnSXG9BrTfWA7VR26jVti+2n9fSVOvT9sxILM2xEtfXZrhYnb0n11OtJU2stFWgPFi4gAmlM0YtsXYFW49aJ8jkota+XZ/FOlassVjjGVTUsutSKNX6imoHFSckFrWIhapkV4Y9tXo23xFV1PIV+c2/lYpayrW5KdbGBrXItf+4r1ifQ8Vmvn0T7GoyuhqNLqMWqp2dhBW5NFjA1vhpZZJaLFQrCytauMhlF78uzmgXseQSzGd0re3atnKpFbXGuG4Pb2FNzJJKrEuZpEprpSipPiS10iOCCpVNfImLI75RreWopbmWYMSilmJJRa19u+4/Hx+Pjw/Hh0ktuVBdoeKKyIgl1xc9WC9qLRlmVbiilWeWXZGLWuGySrWUC5hdgnFDxdIN5To8/CQXLMGutNHV5aVcrrWjK1LrS93zb+vDhzVyGRVHfCNUqpqzCpdryWSVXPlC1JJpN1BinbgWsfZRyTVWrLRWmkswuXbkmuYySxNLrcIVtZhZRs3NGRZX1KJWxHqbf6ute5uNzQ2uuL3hI+671jFLa0n1jVyXV6DIFa4vX0BxRKvIFTfMxBHnpzfEpVkVLNeasoC51m6C0v6hy45ZGsv3MI7noBkcPKMhKnLHYkACgnKZ4uK8hdvZCFMNY5UuNkkXYpFiGiPTBSxiYrBIYxqLlMGQdgjY2K1vZJv9Ps/5+/dkmH3O2a0/fH9HdtFDzbWIda5aVsVaWlCxW08oYmlWwRIs1lpZt6toFjOLYLlaLLpAwdKyWEvf/LlqMcdaquVZRS2jQq38DR0r98knq6tFAPGI+VrFNdcyioVYe47FT6JgIZZZ8YjLtaxaquVcYl1/r32vxVrxiFktJlZwebGWYrlW/tvady7fEBdDZReqK1S5b+sl1nIsFmOJVcvdUK4SLKmotVKMuQQzKqrebRQDKrDeVHbFWkax5Vq4nl6e6k/1X3Vc49vxbee208lqMVrVvtRwsXDEEizDioplVlTFWIYxwbajy6w/1mKB5VrEeslcsMawbmGBunmrBcuxYi1UK3z0Ca6Qi4m0FOtdspGASlVrO9zQ+70WMyrWCixcT3VqOdZYsTqwblDFWieZawvWxw/Khcoffd7lSeVaSVbLKsf687cVXeHbWvxYwPrlWPW6XGOmI37ruBau2nWNWXUCa+sjsFI4onOxV1dUGaUvi1gptbhhXtX43LBrGeVcF6HWz8I3WKxeVy6OiEojFqoHw1wLFHOtErnWlStZTVbtEkw0o6ziP9QJKrn4tshVMay33wMmV/Wwetg8bH792vraOm+dXw1+Xl3gUqwF/xt4K1bdrHFduTrjDrluUMkVcqkWqP9ntUqhlmDulV/Rs8modFuqPaMci1yoVAsUr2oNrq4GoPRtLch1XvjyEllW4dK+KdcDucIRayfZFV9zrWtJAsyKN1RgbSRsI8XFDdWq4iP2etkRq66Fi1qt1vkgq0UsclFrv7ASbzjmcSx241xy1R6yWie4lMu1fEZ6JcqVBYsPS2xisFC5lmOh6jWCixPycMNzsQa4xLJqsVH4AOq5/vx7LVRZLatwieVauJCt08tfPSv+tqQoVdYqRcUVaVURi0+rwT5X2WGzKRWxWlIpFlvItVHYrMMybD4fz8fjoXK5FiymWqBqjnWyBUyqeEaCofgTSqo0zVCwrKKWY1XjF9/UFz9ANfg5uPANtc1CYfzy/GxVvW4XsKFZ7NqwUa0GiwEjFzAWYIl7BVrC6xm2FKsSb8g4oWsxYimXXKq1cK2rQqFwrVix1tCqTl+sh5tQSy5f8TWXYeshWHDl/vFX5VjbKaqKVMd7xz3W0BGrjQx1SCqjtAvth1mfYX1Qref58xyXYLBQ9W/6dmkjXCGXVKwUWXlZ7JSkSUQ5FirFQhVqMcNayjXgjLAMW2j/gbUmlV1iDckFDBe52gGFamQVtRixlmBJHpbaxBNZ+VhWGdX0Wl6sFY64VuBXuvXg8obzoHKurJZcZkXYksswlvBYtZGup1HF587yqhysxataUgXX42JxsalfgHeM0mOVlqna5GqT62E0GjnXrlTBpUVXkKV2gcq3Uqze8XFPLt+w+u+1HqVatApifUQ1e57Ns3FERi4GS1MsXAeG7VoVZXmaQCFUbLXtVpU9VOwoxmra1bprtSatwcS1uq+w7E93m1bNZvNZrNUfGtV/aLfbqsWodWDWbgYrlXlKpVSqNDz6V15VNkoXpFaGOn2NddZs3jXvgmvQFap78SjV43tQvuIMl1TT+XAaWFq7ryu2R94BuQ5Q0QuYZQHmxyS/nk1BpVHrqNcwrHpaPauiakoFajJRrq5UdnFDs2qvtaZvLqZeDBYwf112MbvKeoDx2lVO48rbfsIBM9VR7wjV6WkDFaxm8+xOtVqZqtvNXNp+YK2B8mBNxbo3TLGAWeVcB2ZFWEZDpqccaOXsdSzPKqGscivH0hFdy6yoolYRkjfPUOQCNpzC6t+HIzLDdEPBdg+s0uNepcyV8v6NR49LlaOJcUAeq2AZhUmqyUSu7qTLHruONXj7E/pbLXY/5JHrMnONeD/xwLLLufKXZOiE0jBVQPHuhBMe6Tk6PTpl+rAYJzRsAkwurkgus/xzaNZ7mf6aTWdSDYPr0i7vU/uTXcy9rNrh3draMSs3QpkllUuZxSjFe6ZYLK8ahFqefw6D6wGVnqlrTe/vVevysn/Zvgwu9TqgVx62u2OYguW2A2one44r/4uq5Vh3Z1HFrAqwaogl1kpQBdcwuHhw/de1/mHTDnlUR8MojsvJzU2uuLtMsoIEQ1ZsUO1mqahBV5RMEMU0rHh9PwIWzbWbbMY1o5Gw6/oBMCTMJ1mz//M+fQIlnPO0Zswvp8jxvVC5a8T9REffeX2PReQoQAlnKEyKxlJAkfa9PbSHwxqQ/bQmsL7BcdfL3/9+ElygVLL72MVs5VJj5BItNRg1GSSOFyLd7zTB5VPRe1UdpBIK1uFHlE3+oYcXV2mur7AkOwLbSyXXX5jobEvNpJIUFnUXh4cAsheoxIpJedgq2FaMBWqNCpSxfKw+Rxvrcy+VXD6Xu3wtXAOZwzzAEismldhWy7dlXXN1YKsACtWascSSaoLqx70J4X+fyuUo1/5j7yoy281mmmvWuwqhuBSWHkjpiCPGSeJUBNcQpd5QPLiiqqGgJpNfoAxcR1C6PTBz5dDMtQXWuwqTAaOCcSNvYrVoKV35W/lWSvV2myq0oSVrqYhQMQdTPcx1Ya6L5sKFapff5nKXUMWvqlieaEqpx1CZo6TSVFUdFMay9CjGmkTYz0AeXB9SXZjrDpZLNhbMXbbYEAYKUpoNZJikMhcqUtV1FQRrB2s1uJqnY4n1FRRBRVDlxkKFy/eamorgSovUk4DK0ixJcGWJRGpJ9AF9qypYTNX1qoiKrm9iPbq2Ut1gchGDjW8uZAVngYamb8KLwMKUlVLpWZZLpVqGZagctWq7dt3RJrqiqn5QGevLQJVTg6HizCWVXG6iLrMktMy4HsVQhqppsKxAoeo62yqirrCe/WO6fvXmOl32p34vssOVo7LBJAM29S9JMmvmsjI+pUdbaaqKT8hJJVdUdV2zPkvVoLra7/2JaweJSjXfz/M5exFcYyabjWWiqLhiWjzAFsaSyFWATBVjU61Ct6JSrc9RdUV1vb4/VflnPJ04ZMCiTCquDzBVsEJdeDNVr3IxmOpVKNuKbpgKmI1Fzg0sVLCaL6Z4/hmlAjU/MRcqarBoUqWywMJj1SllhMn2ioiCeq0sYRO4ldLFYKKm8k/43LU7Wcxlsj/uB/tzNra9PIupOI5SSrpcaCi5XLWppNqsglTRde7OqEAp9ctzlcKf8v97uWMUt/EwCuDbDJNAILAMTuPxNmuQWm+CEsMiGFDhbofFiMGokCu5kk8gF76DwbqB9yTjPqUPoCsYqdj3vmd5/2YHnDHOvPdJaTLix2czU+n/H4uRC9W++M3v37sk1gl2xIvTecQ8mSqUKtWuxPqu7JR/zrxD9o6mLWowuYIWpkxBM5tkGpJQoWii6gklKpQKGadkaVdEsczNuVfuaqjYr6wlkCu4D1oX2p8e2ulPH6YPnamR3JAUhqFUIUjcVapdraVql9XcnX9B8RNRHLm0L8RgI6BaGVCtCwXMoREV8qIsTLktyxhJoHpeG2q1W62g+nJORddv2zbOvph7ljD1mA5GjVpUyCpclQIRCpVQK2RH1d9nVWTd/nnqmgumcGHsCU2wCK5OhArFYVLWkhD2DBZd6+8rwHbNrnm+Pa9iPsLVNZa3/eoRdmSNOGAh05GJlAjtRBFRrEgWmQZAjdOE24KJqpWFqh97sZr7CrrbbtdUW48qNJgHgU8YaxuzRCOIMLwBxAkPlQqzMFU6GJsqWTPcFT/DZvyDKrmgoos1lWA+KhijlUFmKoWqA2qBDhaDQaomljU/Q+zKttW0qte4GMEoQwDzLSP2mIiNRJNrEYG0ACrEokKYBsmAH2C7K6qY16no+iiX1/WQOcbia2EuLJJrGA1Jokgm3rAqDJLShVAl1gUqpd9VPMEOLgwj2HB06JAq3kzFYWAKTSWUWEJVaNM8UvXafGr3tT2F+S/DDq6hSFIx/1NV60qqL5cdgVJ7Ly3MlQ1ZJ4u2UqFSyVUm5bqkaoU2q7tLj2a5cb9gLczHACbVKWwhWawO2JxN8qTMaZKqomp8Q9Vlrl/kcheWoYAhS193RxazrkoosliqDFU1T3z85YcR1XNDsUzm0ZXh8jOIlpjhcokLEy+pQhmYYpAULqtkqrJimup3PvvinP6mcGAcyATz5WJjZSFYTlmCQrUuOVI9vb/CQVd11zLpTryJuSAyVLak65hYVSA6plS4Kw5Whcde4ViwvlgeXTNckim0uTLBclUq1mKox/ZYsCssLGjXhUIml0xy9di4t4x71riAqXgBlX7Qqq7hcmBwcWbebJbNMk6PFYtjrLyXF3EB1z4v9vl+X3KqfZXcXfW8RT6pnhuLyVTIUKpmuBCZAJKKFYoF6sNPOTmwDiaCWWZwIT3dem0KDFwFkhfFvtgTxqTXRjmw/hGlysQeYSApRJHElH9dH+XC3te+I3PS28w2vU2xAQttXdgWMvj1/c9CCXbLv5Sfp61Lsg27AQwuylqUTOEfN/rJNziGtR5lk8lGbV0gbYhSC5risNYxrG94aG394GdQIbg5KTBI/K1+d8v//abn6eqfuv48nS43J4k70bcaW2IuJf0L+L3oUNPhVQ0AAAAASUVORK5CYII=); - border-radius: 50%; -} - -.color-picker-wrapper .color-picker-panel.color-picker-panel-round .color-picker-grid-wrapper .color-picker-row .color-picker-grid .color-picker-grid-inner { - background-color: #fff; -} - -.color-picker-wrapper .color-picker-hidden { - display: none; -} - -.color-picker-wrapper.color-picker-disabled .color-picker-grid, -.color-picker-wrapper.color-picker-disabled .color-picker-hue, -.color-picker-wrapper.color-picker-disabled .color-picker-input, -.color-picker-wrapper.color-picker-disabled .color-picker-opacity, -.color-picker-wrapper.color-picker-disabled .color-picker-swatch { - cursor: not-allowed!important; -} - -.color-picker-wrapper.color-picker-swatch-only .color-picker-input { - padding-left: 33px; - padding-right: 0; - width: 35px; -} - -.color-picker-wrapper.color-picker-swatch-only .input-group .input-group-addon { - width: 35px; - height: 100%; - border-right: 1px solid #ccc; -} - -.color-picker-wrapper.color-picker-swatch-only .input-group .input-group-addon:first-child { - border-right-width: 1px; -} - -.color-picker-wrapper.color-picker-swatch-only .input-group .input-group-addon:last-child { - border-left-width: 1px; -} - -.color-picker-wrapper.color-picker-swatch-only .input-group .color-picker-input { - padding: 0; - width: 1px; - opacity: 0; - cursor: pointer; -} - -.color-picker-wrapper.color-picker-swatch-only .input-group .color-picker-input:focus { - outline: 0; -} - -.color-picker-wrapper.color-picker-closed .color-picker-panel { - display: none; -} - -.color-picker-wrapper.color-picker-horizontal .color-picker-panel { - width: 150px!important; -} - -.color-picker-wrapper.color-picker-horizontal .color-picker-panel .color-picker-grid-wrapper .color-picker-row { - display: block; -} - -.color-picker-wrapper.color-picker-horizontal .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-grid { - display: block; -} - -.color-picker-wrapper.color-picker-horizontal .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-hue, -.color-picker-wrapper.color-picker-horizontal .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-lightness, -.color-picker-wrapper.color-picker-horizontal .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-opacity, -.color-picker-wrapper.color-picker-horizontal .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-saturation { - cursor: col-resize; - display: block; - left: 0; - width: 150px; - height: 20px; -} - -.color-picker-wrapper.color-picker-horizontal .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-hue .color-picker-overlay, -.color-picker-wrapper.color-picker-horizontal .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-lightness .color-picker-overlay, -.color-picker-wrapper.color-picker-horizontal .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-opacity .color-picker-overlay, -.color-picker-wrapper.color-picker-horizontal .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-saturation .color-picker-overlay { - height: 20px; -} - -.color-picker-wrapper.color-picker-horizontal .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-hue .color-picker-slider, -.color-picker-wrapper.color-picker-horizontal .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-lightness .color-picker-slider, -.color-picker-wrapper.color-picker-horizontal .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-opacity .color-picker-slider, -.color-picker-wrapper.color-picker-horizontal .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-saturation .color-picker-slider { - width: 2px; - height: 18px; - margin-top: 0; -} -.nr-dashboard-button { - background: none; -} - -.nr-dashboard-button .md-button { - box-shadow: none; - width: 100%; - height: 100%; - margin: 0px; - min-width: 0px; - min-height: 0px; -} - -md-card .nr-dashboard-button { - padding: 2px; -} - -.nr-dashboard-button i { - vertical-align: middle; - width: unset; -} - -.nr-dashboard-button .fa-2x { - vertical-align: middle; - padding-bottom: 2px; -} - -.nr-dashboard-button .fa-3x { - vertical-align: middle; - padding-bottom: 1px; -} -p.nr-dashboard-chart-title { - padding: 10px 10px 4px 10px; - margin: 0px 0px 0px 0px; - text-align: center; - z-index: 1; - min-height: 10px; -} - -p.blank-label { - color: #c3c3c3; - left: 50%; - top: 50%; - -webkit-transform: translate(-50%, -50%); - -moz-transform: translate(-50%, -50%); - transform: translate(-50%, -50%); - position: absolute; - z-index: 2; -} - -.nr-dashboard-chart-container { - width: 100%; - height: 100%; -} - -canvas.chart.chart-line { - /* full height - label_padding - label_height - nr-dashboard-chart_padding */ - height: calc(100% + 22px) !important; - width: calc(100%) !important; -} - -.nr-dashboard-chart { - /* full height - label_padding - label_height - nr-dashboard-chart_padding */ - height: calc(100% - 55px); - width: calc(100% - 10px); - padding: 5px; -} - -.nr-dashboard-chart-nolabel { - /* full height - label_padding - nr-dashboard-chart_padding */ - height: calc(100% - 40px); -} -/* -overwrite the default md-errors-spacer min-height -reason: https://github.com/angular/material/issues/6214 -*/ - -.nr-dashboard-colour-picker p { - padding: 0 0 0 12px; -} - -.color-picker-wrapper { - padding-right: 12px; -} - -.color-picker-wrapper.color-picker-open { - border-width: 0; -} - -.color-picker-wrapper.color-picker-swatch-only.color-picker-open { - width: 32px; - border-width: 0px; -} - -.color-picker-wrapper.color-picker-swatch-only.color-picker-open .color-picker-panel.color-picker-panel-right.color-picker-show-inline { - right: 121px; -} - -.color-picker-wrapper.color-picker-swatch-only.color-picker-open .color-picker-panel.color-picker-panel-right.color-picker-show-inline.color-picker-show-lightness { - right: 141px; -} - -.color-picker-wrapper.color-picker-swatch-only.color-picker-open .color-picker-panel.color-picker-panel-right.color-picker-show-inline.color-picker-show-alpha { - right: 141px; -} - -.color-picker-wrapper.color-picker-swatch-only.color-picker-open .color-picker-panel.color-picker-panel-right.color-picker-show-inline.color-picker-show-hue { - right: 141px; -} - -.color-picker-wrapper.color-picker-swatch-only.color-picker-open .color-picker-panel.color-picker-panel-right.color-picker-show-inline.color-picker-show-hue.color-picker-show-alpha { - right: 161px; -} - -.color-picker-wrapper.color-picker-swatch-only.color-picker-open .color-picker-panel.color-picker-panel-right.color-picker-show-inline.color-picker-show-hue.color-picker-show-lightness { - right: 161px; -} - -.color-picker-wrapper.color-picker-swatch-only.color-picker-open .color-picker-panel.color-picker-panel-right.color-picker-show-inline.color-picker-show-alpha.color-picker-show-lightness { - right: 161px; -} - -.color-picker-wrapper.color-picker-swatch-only.color-picker-open .color-picker-panel.color-picker-panel-right.color-picker-show-inline.color-picker-show-hue.color-picker-show-alpha.color-picker-show-lightness { - right: 181px; -} - -.color-picker-wrapper .input-group .input-group-addon { - padding: 12px 12px; - border-width: 0px; -} - -.color-picker-wrapper.color-picker-swatch-only .input-group .input-group-addon { - width: 0px; -} - -.color-picker-wrapper.color-picker-swatch-only .input-group .input-group-addon:last-child { - border-left-width: 0px; -} - -.color-picker-wrapper .input-group .input-group-addon:last-child { - border-width: 0px; - width: 1px; -} - -.color-picker-wrapper .input-group .color-picker-input { - position: relative; - width: 122px; - height: 20px; - text-indent: 6px; - text-align: center; - font-size: smaller; - padding-right: 4px; -} - -.color-picker-input-wrapper.input-group > span { - border-radius: 3px; -} - -.color-picker-wrapper .color-picker-swatch:not(.input-group-addon).color-picker-swatch-right { - /* right: -1px; */ -} - -.color-picker-input-wrapper { - width: 100%; -} - -.color-picker-input-wrapper > input { - width: 164px; - height: 22px; - text-indent: 6px; - font-size: smaller; - border-width: 0px; -} - -.color-picker-wrapper .color-picker-input-wrapper { - display: flex; -} - -/* color-picker { - z-index:2; -} */ -.nr-dashboard-date-picker { - padding: 0 0px; - width: 100%; - margin-top: 8px; - margin-right: 0px; -} - -.nr-dashboard-date-picker-label { - margin-left: 8px; -} - -.md-button.md-icon-button { - margin: 0 0px; -} - -.md-icon-button+.md-datepicker-input-container { - /* margin-left: 12px; */ -} - -.md-icon-button+.md-datepicker-input-container { - width: calc(100% - 55px); - margin-left: 0px; -} - -._md-datepicker-floating-label>md-datepicker .md-datepicker-button { - float: left; - margin-top: -15px; -} - -.nr-dashboard-date-picker .md-datepicker-triangle-button.md-button.md-icon-button { - height: 40px; - width: 40px; - top: -5px; -} -.nr-dashboard-dropdown md-input-container { - width: 100%; - height: 90%; - padding-left: 8px; - padding-right: 4px; - margin: 0px; - margin-right: 4px; -} - -.nr-dashboard-dropdown md-input-container>md-select { - overflow: hidden; - /* margin-left: 4px !important; */ - margin-top: 6px; -} - -.nr-dashboard-theme .nr-dashboard-dropdown md-select-value { - min-width: 16px; -} - -.nr-dashboard-theme .nr-dashboard-dropdown .md-select-value .md-select-icon { - margin: 0px; - width: 12px; -} - -.nr-dashboard-dropdown .layout-row>.flex-100 { - flex: 1 1 50%; - max-width: 100%; - max-height: 100%; - box-sizing: border-box; -} - -.nr-dashboard-dropdown p.label { - margin: 0px; - line-height: 34px; - margin-right: 4px; - margin-top: 3px; - padding-right: 2px; - white-space: normal; - overflow: hidden; - min-width: 20%; -} - -.nr-dashboard-dropdown-header { - padding-top: 6px; - padding-left: 6px; - padding-right: 8px; - height: 34px; - cursor: pointer; - position: relative; - display: flex; - align-items: center; - width: auto; -} - -.nr-dashboard-dropdown-header input { - padding-left: 8px; -} - -.nr-dashboard-dropdown-header ng-md-icon { - right: 0px; - left: inherit; -} -.nr-dashboard-gauge text { - /* font-weight: 500;*/ -} -.nr-dashboard-numeric { - padding: 0 0 0 12px; -} - -.nr-dashboard-numeric .value { - font-weight: bold; - text-align: center; - border: 0px; -} - -.nr-dashboard-numeric .md-button { - margin: 0; -} -.nr-dashboard-slider { - padding: 0 12px; -} - -.nr-dashboard-slider-v { - flex-direction: column; - padding: 0; - font-size: small; -} - -.nr-dashboard-slider p.label { - margin-right: 15px; - white-space: nowrap; -} - -.nr-dashboard-slider p.label-v { - margin-top: 6px; - white-space: nowrap; - overflow: hidden; - padding-bottom: 4px; -} - -md-slider[md-vertical] .md-slider-wrapper { - width: unset; -} - -.nr-dashboard-switch:focus { - outline: 0px; -} - -.nr-dashboard-switch:hover { - cursor: -webkit-grab; - cursor: grab; -} - -.nr-dashboard-switch p { - padding: 0 0 0 12px; -} - -.nr-dashboard-switch md-switch { - padding: 0 8px 0 8px; -} - -.nr-dashboard-switch md-switch:hover { - cursor: -webkit-grab; - cursor: grab; -} - -.nr-dashboard-switch md-switch.center { - margin: 0px auto; -} - -.nr-dashboard-switch ui-icon { - padding: 0 8px; -} - -.nr-dashboard-switch ui-icon.center { - margin: 0px auto; -} -/* -overwrite the default md-errors-spacer min-height -reason: https://github.com/angular/material/issues/6214 -*/ - -.nr-dashboard-textinput md-input-container { - padding: 0px 12px; - margin: 15px 0px; - transition: 0.3s margin; - -webkit-transition: 0.3s margin; -} - -.nr-dashboard-textinput md-input-container .md-input { - padding-top: 1px; -} - -.nr-dashboard-textinput input { - border-bottom-width: 1px; - padding-left: 8px; -} - -.nr-dashboard-textinput input[type="color"] { - border: none; -} - -.nr-dashboard-textinput md-input-container .md-errors-spacer { - min-height: 0; -} - -.nr-dashboard-textinput md-input-container .md-placeholder, -.nr-dashboard-textinput md-input-container label:not(.md-no-float):not(.md-container-ignore) { - padding-left: 12px; - margin-bottom: 3px; -} - -.nr-dashboard-textinput md-input-container.md-input-focused.has-label label:not(.md-no-float):not(.md-container-ignore), -.nr-dashboard-textinput md-input-container.md-input-has-value.has-label label:not(.md-no-float):not(.md-container-ignore) { - margin-bottom: -2px; -} - -.nr-dashboard-textinput md-input-container.md-input-focused.has-label, -.nr-dashboard-textinput md-input-container.md-input-has-value.has-label { - margin: 15px 0px 5px; -} -.nr-dashboard-text { - padding: 0 12px; -} - -.nr-dashboard-text p { - margin-top: 0.1em; - margin-bottom: 0.1em; - margin-left: 0; - margin-right: 0.25em; -} - -.nr-dashboard-text .value { - font-weight: bold; -} -.nr-dashboard-template { - overflow-y: auto; - vertical-align: inherit; -} - -.nr-dashboard-template p { - margin: 0.2em 0; -} - -.nr-dashboard-template h4 { - margin: 0.2em 0; -} - -.nr-dashboard-template h3 { - margin: 0.2em 0; -} - -.nr-dashboard-template h2 { - margin: 0.3em 0; -} - -.nr-dashboard-template h1 { - margin: 0.4em 0; -} -.nr-dashboard-form { - display: inline-block; - width: 100%; - overflow-y: auto; -} - -.nr-dashboard-form form { - padding: 0px 6px 0px 6px; - display: flex; - flex-direction: row; - flex-wrap: wrap; - justify-content: flex-start; -} - -.nr-dashboard-form .formlabel { - font-size: large; - font-weight: 500; - margin-top: 12px; - margin-bottom: 6px; - padding: 0 6px; - width: 100%; -} - -.nr-dashboard-form .formElement { - width: calc(100% - 12px); - margin-left: 6px; - margin-right: 6px; -} - -.nr-dashboard-form .formElementSplit { - width: calc(50% - 12px); - margin-left: 6px; - margin-right: 6px; -} - -.nr-dashboard-form .form-control { - width: 100%; - display: flex; - justify-content: flex-start; - margin-top: -20px; -} - -.nr-dashboard-form .form-control-single { - justify-content: space-around; -} - -.nr-dashboard-form .form-control-single > .nr-dashboard-form-button { - width: 100%; -} - -.nr-dashboard-form .form-control-no-label { - margin-top: -10px; -} - -.nr-dashboard-form md-input-container { - display: inline-block; - margin-top: 0px; - margin-bottom: 0px; - padding-top: 1px; - padding-bottom: 1px; -} - -md-input-container label:not(.md-container-ignore) { - position: absolute; - bottom: 94%; - left: 0; - right: auto; -} - -.nr-dashboard-form form md-input-container input { - margin-top: 2px; -} - -.nr-dashboard-form md-input-container.md-input-focused label:not(.md-no-float), -md-input-container.md-input-has-placeholder label:not(.md-no-float), -md-input-container.md-input-has-value label:not(.md-no-float) { - -webkit-transform: translate3d(0,10px,0) scale(.75); - transform: translate3d(0,10px,0) scale(.75); - -webkit-transition: width .4s cubic-bezier(.25,.8,.25,1),-webkit-transform .4s cubic-bezier(.25,.8,.25,1); - transition: width .4s cubic-bezier(.25,.8,.25,1),-webkit-transform .4s cubic-bezier(.25,.8,.25,1); - transition: transform .4s cubic-bezier(.25,.8,.25,1),width .4s cubic-bezier(.25,.8,.25,1); - transition: transform .4s cubic-bezier(.25,.8,.25,1),width .4s cubic-bezier(.25,.8,.25,1),-webkit-transform .4s cubic-bezier(.25,.8,.25,1); -} - -.nr-dashboard-form md-datepicker { - padding-bottom: 10px; -} - -.nr-dashboard-form md-switch { - margin-top: 0px; - margin-bottom: 0px; -} - -.nr-dashboard-form input[type="checkbox"] { - margin-top: 0px; - margin-bottom: 0px; -} - -.nr-dashboard-form md-input-container .md-errors-spacer { - float: right; - min-height: 0px; - min-width: 1px; -} - -.nr-dashboard-form-button { - width: 50%; - margin-bottom: 0px; - margin-top: 0px; - min-height: 28px; -} - -.nr-dashboard-form form md-input-container md-checkbox .md-label { - position: unset; - top: unset; -} -.masonry-container { - position: relative; - width: 100%; - margin: 0 auto; -} - -.masonry-container > * { - position: absolute; - opacity: 0; -} - -.masonry-container > .visible { - opacity: 1; -} - -.nr-dashboard-cardpanel { - box-sizing: border-box; -} - -.nr-dashboard-cardpanel > p { - max-height: 32px; - min-height: 32px; - margin-left: 12px; - margin-top: 10px; - margin-bottom: 12px; - font-weight: 500; - font-size: larger; -} - -.nr-dashboard-cardcarat:focus { - outline: 0; -} - -.nr-dashboard-cardcarat { - float: right; - vertical-align: baseline; - margin-right: 12px; -} - -.nr-dashboard-cardcontainer { - position: relative; -} - -.nr-dashboard-cardcontainer > * { - margin: 0 !important; - position: absolute; - opacity: 0; -} - -.nr-dashboard-cardcontainer > .visible { - opacity: 1; -} diff --git a/software/flow/node_modules/node-red-dashboard/dist/css/app.min.less b/software/flow/node_modules/node-red-dashboard/dist/css/app.min.less deleted file mode 100644 index 07dd10b..0000000 --- a/software/flow/node_modules/node-red-dashboard/dist/css/app.min.less +++ /dev/null @@ -1,889 +0,0 @@ -/* */ -/* Copyright 2016,2020 JS Foundation and other contributors, https://js.foundation/ */ -/* Copyright 2016 IBM Corp. */ -/* Copyright 2015 Andrei Tatar */ -/* */ -/* Licensed under the Apache License, Version 2.0 (the "License"); */ -/* you may not use this file except in compliance with the License. */ -/* You may obtain a copy of the License at */ -/* */ -/* http://www.apache.org/licenses/LICENSE-2.0 */ -/* */ -/* Unless required by applicable law or agreed to in writing, software */ -/* distributed under the License is distributed on an "AS IS" BASIS, */ -/* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ -/* See the License for the specific language governing permissions and */ -/* limitations under the License. */ -/* */ - -@media(max-width: 959px) { - .md-sidenav-left, md-sidenav { - top: 48px !important; - z-index: 99; - } -} -@media (max-width: 959px) and (min-width: 0) and (orientation: portrait) { - md-toolbar { - min-height: 48px; - height: 48px; - max-height: 48px; - } -} -@media(min-width: 960px) { - .md-sidenav-left, md-sidenav { - top: 64px; - z-index: 99; - } -} -@media(max-width: 660px) { - md-sidenav, - md-sidenav.md-locked-open, - md-sidenav.md-closed.md-locked-open-add-active { - min-width: 64px !important; - width: auto; - max-width: 200px !important; - } -} -@media(min-width: 661px) { - md-sidenav, - md-sidenav.md-locked-open, - md-sidenav.md-closed.md-locked-open-add-active { - min-width: 64px !important; - width: auto; - max-width: 320px !important; - } -} -md-sidenav ng-md-icon { - padding-right: 4px; -} -md-sidenav i { - padding-right: 4px; -} -md-sidenav md-list-item .md-list-item-inner>p { - line-height: 20px; -} -md-card > md-list > md-list-item > div > md-icon > ui-icon > ng-md-icon { - vertical-align:unset !important; -} - -md-toast .md-toast-content { - height: auto; -} -md-toast .md-toast-error { - color: rgba(255, 64, 41, 0.84); - font-weight: 500; - font-size: large; -} -md-backdrop.md-sidenav-backdrop { - z-index: 80; -} -md-card { - box-shadow: none; -} - -.md-button { - min-width: 64px; -} -.md-tooltip { - background-color: #888 !important; - color: #fff !important; - border-radius: 3px; - opacity: 1 !important; -} -.md-tooltip.md-origin-bottom { - margin-top: -6px; - margin-left: -8px; -} - -.node-red-ui--notabs { - color: #888; - font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; - display: flex; - height: 100%; - width: 100%; - align-items: center; - justify-content: center; - opacity: 1; - animation-name: fadeInOpacity; - animation-iteration-count: 1; - animation-timing-function: ease-in; - animation-duration: 2.5s; -} - -.node-red-ui--loading { - color: #888; - font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; - display: flex; - height: 100%; - width: 100%; - align-items: center; - justify-content: center; -} - -.node-red-ui--inline-link { - width: 100%; - height: 100%; - position: absolute; -} -.node-red-ui--inline-link iframe { - width: 100%; - height: 100%; -} - -.material-icons { - vertical-align: middle; -} - -.ie9 img[src$=".svg"] { - width: 100%; -} - -@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { - img[src$=".svg"] { - width: 100%; - } -} - -@keyframes fadeInOpacity { - 0% { - opacity: 0; - } - 30% { - opacity: 0; - } - 100% { - opacity: 1; - } -} - -.flip-icon { - animation: flip-icon 0.3s linear both; -} - -@keyframes flip-icon { - 0% { - transform: rotateY(180deg); - } - 100% { - transform: rotateY(0deg); - } -} - -@supports (-ms-overflow-style: none) { - overflow:auto !important; -} - -/* - ALL COMPONENTS/CONTENT -*/ -@baseFont: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; -@baseColor: #fff; -@pageBackgroundColor: #eee; -@pageSidebarBackgroundColor: #eee; -@pageTitlebarBackgroundColor: #0094CE; -@groupBackgroundColor: #fff; -@groupTextColor: #00A4DE; -@groupBorderColor: #fff; -@widgetTextColor: #000; -@widgetBackgroundColor: #4FBAE4; -@widgetBorderColor: #fff; -@nrTheme: true; -@nrTemplateTheme: true; -@nrUnitHeight: 24px; -@wtc-light: boolean(luma(@widgetTextColor) > 50%); -@wbc-light: boolean(luma(@widgetBackgroundColor) > 50%); - -// define some CSS variables for user usage -:root { - --nr-dashboard-pageBackgroundColor: @pageBackgroundColor; - --nr-dashboard-pageTitlebarBackgroundColor: @pageTitlebarBackgroundColor; - --nr-dashboard-pageSidebarBackgroundColor: @pageSidebarBackgroundColor; - --nr-dashboard-groupTextColor: @groupTextColor; - --nr-dashboard-groupBackgroundColor: @groupBackgroundColor; - --nr-dashboard-groupBorderColor: @groupBorderColor; - --nr-dashboard-widgetTextColor: @widgetTextColor; - --nr-dashboard-widgetBackgroundColor: @widgetBackgroundColor; // deprecated - will be removed at some point - --nr-dashboard-widgetBorderColor: @widgetBorderColor; // deprecated - will be removed at some point - --nr-dashboard-widgetColor: @widgetBackgroundColor; - --nr-dashboard-widgetBgndColor: @widgetBorderColor; -} - -.nr-dashboard-disabled { - opacity: 0.4 !important; - pointer-events: none !important; -} - -& when (@nrTheme = false) { - .nr-menu-item-active div button { - border-right: 4px solid #888; - } -} - -& when (@nrTheme = true) { - -body.nr-dashboard-theme { - background-color: @pageBackgroundColor; - font-family: @baseFont; -} - -body.nr-dashboard-theme md-content { - background: transparent; - height: 100%; - & when (@nrTemplateTheme = true) { - color: @groupTextColor; - } -} - -// body.nr-dashboard-theme md-select-menu md-content { -// max-height: 80%; -// } - -body.nr-dashboard-theme md-input-container.md-input-focused:not([md-no-float]) .md-select-placeholder span:first-child { - -webkit-transform: translateY(-28px) scale(.75); - transform: translateY(-28px) scale(.75); -} -body.nr-dashboard-theme md-input-container.md-input-focused:not(.md-input-has-value) md-select .md-select-value.md-select-placeholder { - color: @widgetTextColor; -} - -body.nr-dashboard-theme md-content md-card { - background-color: @widgetBorderColor; - color: @widgetTextColor; -} - -/* Some colour classes */ -body.nr-dashboard-theme .nr-dashboard-color { color: @groupTextColor; } -body.nr-dashboard-theme .nr-dashboard-error { color: #ff2929; } -body.nr-dashboard-theme .nr-dashboard-warning { color: #eaf42f; } -body.nr-dashboard-theme .nr-dashboard-ok { color: #49db3c; } -body.nr-dashboard-theme .nr-dashboard-dim { opacity: 0.5 !important; } - - -/* - DASHBOARD HEADER -*/ -body.nr-dashboard-theme md-toolbar { - background-color: @pageTitlebarBackgroundColor; - color: #fff; -} -body.nr-dashboard-theme md-toolbar .md-toolbar-tools { - color: #fff; - filter: invert(if(@wbc-light, 100%, 0%)); -} - -/* - DASHBOARD SIDEBAR -*/ -body.nr-dashboard-theme md-sidenav { - color: @groupTextColor; - background-color: @pageSidebarBackgroundColor; -} -body.nr-dashboard-theme md-sidenav md-list-item._md-button-wrap > div.md-button:first-child { - background-color: transparent; -} -body.nr-dashboard-theme md-sidenav div.md-list-item-inner { - color: @groupTextColor; - background-color: transparent; -} -a.md-no-style, button.md-no-style { - background-color: transparent; -} -.nr-menu-item-active div button { - border-right: 4px solid @groupTextColor; -} - - -/* - GROUP SPECIFIC -*/ -.nr-dashboard-theme ui-card-panel { - background-color: @groupBackgroundColor; - border: 1px solid @groupBorderColor; - & p.nr-dashboard-cardtitle { - color: @groupTextColor; - } -} - -/* - COMPONENT-SPECIFIC -*/ - -.nr-dashboard-theme .nr-dashboard-spacer { - opacity: 0; -} - -.md-button.md-default-theme.md-primary, .md-button.md-primary { - background-color: @widgetBackgroundColor !important; - color: white; -} -// .md-button.md-default-theme:not([disabled]):hover, .md-button:not([disabled]):hover { -// filter: grayscale(75%); -// } -// .nr-dashboard-theme .md-button.md-primary { -// color: lighten(@widgetBackgroundColor, 8); -// } -.nr-dashboard-theme .md-button[disabled] { - color: rgba(0,0,0,0.38); - cursor: default; -} - -/* Button */ -.nr-dashboard-theme .nr-dashboard-button .md-button { - background-color: @widgetBackgroundColor; - color: white; -} -.nr-dashboard-theme .nr-dashboard-button .md-button:hover { - background-color: lighten(@widgetBackgroundColor, 6); -} -.nr-dashboard-theme .nr-dashboard-template .md-button[disabled] { - color: #888; -} -.nr-dashboard-theme .nr-dashboard-button .md-button.md-primary { - color: white; - background-color: lighten(@widgetBackgroundColor, 4); -} -.nr-dashboard-theme .nr-dashboard-button .md-button.md-raised:not([disabled]).md-focused { - background-color: @widgetBackgroundColor; -} - -/* Date picker */ -.nr-dashboard-theme .nr-dashboard-date-picker md-input-container .md-input { - color: @widgetTextColor; - border-bottom-color: @widgetBackgroundColor; - font-family: inherit; -} -.nr-dashboard-theme .nr-dashboard-date-picker md-input-container .md-input::-webkit-input-placeholder { - color: @widgetTextColor; -} -.nr-dashboard-theme .nr-dashboard-date-picker .md-button.md-icon-button { - /* background-color: @widgetBackgroundColor; */ -} -.nr-dashboard-theme .nr-dashboard-date-picker .md-button.md-icon-button md-icon { - color: @widgetBackgroundColor; -} -.nr-dashboard-theme .nr-dashboard-date-picker .md-datepicker-triangle-button .md-datepicker-expand-triangle { - border-top-color: @widgetTextColor; -} - -.md-default-theme .md-calendar-day-header, .md-calendar-day-header { - color: contrast(@pageTitlebarBackgroundColor); - background-color: @pageTitlebarBackgroundColor; -} -.md-default-theme .md-calendar-date.md-calendar-selected-date .md-calendar-date-selection-indicator, .md-calendar-date.md-calendar-selected-date .md-calendar-date-selection-indicator, .md-default-theme .md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator, .md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator { - background: @widgetBackgroundColor; - color: contrast(@widgetBackgroundColor); - border-color: transparent; -} -.md-default-theme .md-calendar-date.md-calendar-date-today .md-calendar-date-selection-indicator, .md-calendar-date.md-calendar-date-today .md-calendar-date-selection-indicator { - border: 1px solid @widgetBackgroundColor; -} -.md-datepicker-calendar-pane.md-pane-open { - width: 345px; - background-color: @groupBackgroundColor; -} - -/* Chart */ -.nr-dashboard-theme .nr-dashboard-chart-title { -} -.nr-dashboard-theme .nr-dashboard-chart-titlel { - font-size: larger; - font-weight: 500; -} - -/* Colour Picker */ -.nr-dashboard-theme .color-picker-panel { - background-color: @groupBackgroundColor; - border-color: @groupBorderColor; - box-shadow: 0 0 1px rgba(255,255,255,.5); -} -.nr-dashboard-theme .color-picker-input-wrapper > input { - color: @widgetTextColor; - background-color: @widgetBorderColor; - font-family: inherit; -} -.nr-dashboard-theme .color-picker-wrapper .color-picker-panel.color-picker-panel-round .color-picker-grid-wrapper .color-picker-row .color-picker-grid .color-picker-grid-inner { - background-color: @widgetBorderColor; -} - -/* Dropdown */ - -.nr-dashboard-theme .nr-dashboard-dropdown md-select .md-select-value, -.nr-dashboard-theme .nr-dashboard-dropdown md-select .md-select-value.md-select-placeholder { - color: @widgetTextColor; - border-color: @widgetTextColor; - border-bottom-width: 1px; - padding: 0px 2px; -} -.nr-dashboard-theme .nr-dashboard-dropdown .md-select-icon { - color: @widgetTextColor; -} -.nr-dashboard-theme .md-select-menu-container { - max-height: 85%; - overflow-y: auto; - border: 1px solid @pageTitlebarBackgroundColor; - z-index: 99; -} -.nr-dashboard-theme md-select-menu { - margin-left: -2px; - max-height: 85%; -} -.nr-dashboard-theme md-select-menu md-content { - padding: 0px; - max-height: 85%; -} -.nr-dashboard-theme md-select-menu, .nr-dashboard-theme md-select-menu md-option { - background-color: @groupBackgroundColor; - color: @widgetTextColor; -} -.nr-dashboard-theme md-select-menu md-option[selected] { - color: @groupTextColor !important; - background-color: @groupBackgroundColor !important; -} -.nr-dashboard-theme md-select-menu[multiple] md-option.md-checkbox-enabled[selected] .md-icon { - background-color: lighten(@widgetBackgroundColor, 10) !important; - border-color: transparent !important; -} -.nr-dashboard-theme md-select-menu[multiple] md-option.md-checkbox-enabled .md-icon { - border-color: @widgetBackgroundColor !important; -} -.nr-dashboard-theme md-select-menu.md-default-theme md-option:focus:not([disabled]):not([selected]), -md-select-menu md-option:focus:not([disabled]):not([selected]) { - background-color: @groupBackgroundColor; -} -.nr-dashboard-theme md-select-menu md-option:hover { - background-color: lighten(@widgetBackgroundColor, 4) !important; -} -.nr-dashboard-theme md-menu-content { - background-color: @groupBackgroundColor; - color: @widgetTextColor; -} -.nr-dashboard-theme md-menu-content md-menu-item { - background-color: @groupBackgroundColor; - color: @widgetTextColor; -} - - -/* Gauge */ -.nr-dashboard-theme .nr-dashboard-gauge {} -.nr-dashboard-theme .nr-dashboard-gauge text { - fill: @widgetTextColor; - margin: 8px; -} -.nr-dashboard-theme .nr-dashboard-gauge-title { - margin: 6px 0px 20px 0px; - z-index: 1; -} -.nr-dashboard-theme .nr-dashboard-gauge-titlel { - font-size: larger; - font-weight: 500; - z-index: 1; -} -.nr-dashboard-theme .nr-dashboard-gauge-titlem { - font-weight: 500; - margin: 2px 0px 14px 0px; - z-index: 1; -} -.nr-dashboard-theme .nr-dashboard-gauge-titles { - font-size: x-small; - margin-top: 2px; - height: 10px; - padding-bottom: 14px; - z-index: 1; -} - -/* Numeric */ -.nr-dashboard-theme .nr-dashboard-numeric .value { - background-color: @widgetBorderColor; - color: @widgetTextColor; -} - -/* Slider */ -.nr-dashboard-theme .nr-dashboard-slider {} -.nr-dashboard-theme .nr-dashboard-slider .md-track { - background-color: rgba(111, 111, 111, 0.5); -} -.nr-dashboard-theme .nr-dashboard-slider .md-track-fill { - background-color: @widgetBackgroundColor; -} -.nr-dashboard-theme .nr-dashboard-slider .md-thumb:after { - background-color: @widgetBackgroundColor; - border-color: @widgetBackgroundColor; -} -.nr-dashboard-theme .nr-dashboard-slider .md-focus-ring { - background-color: @widgetBackgroundColor; - transform: scale(.4); - opacity: 1; -} -.nr-dashboard-theme .nr-dashboard-slider .md-sign { - background-color: @widgetBackgroundColor; -} -.nr-dashboard-theme .nr-dashboard-slider .md-sign:after { - border-top-color: @widgetBackgroundColor !important; -} -.nr-dashboard-theme .nr-dashboard-slider .md-min[md-discrete] .md-sign { - background-color: @widgetBackgroundColor; -} -.nr-dashboard-theme .nr-dashboard-slider md-slider[md-discrete] .md-sign, -.nr-dashboard-theme .nr-dashboard-slider md-slider[md-discrete] .md-sign:after { - opacity: 1; - -webkit-transform: translate3d(0, 0, 0) scale(1); - transform: translate3d(0, 0, 0) scale(1); -} -.nr-dashboard-theme .nr-dashboard-slider .md-sign:after { - border-top-color: @widgetBackgroundColor; -} -.nr-dashboard-theme md-slider.md-default-theme[md-vertical] .md-sign:after, .nr-dashboard-theme md-slider[md-vertical] .md-sign:after { - content: none;; -} -.nr-dashboard-theme .nr-dashboard-slider md-slider.md-default-theme.md-min[md-discrete] .md-thumb:after, md-slider.md-min[md-discrete] .md-thumb:after { - background-color: @widgetBackgroundColor; - border-color: transparent; -} -.nr-dashboard-theme .nr-dashboard-slider md-slider .md-track-ticks { - color: transparent; -} -.nr-dashboard-theme .nr-dashboard-slider md-slider[md-discrete]:not([disabled]) .md-slider-wrapper.md-focused .md-focus-ring { - transform: scale(0.4); - animation: unset; -} -.nr-dashboard-theme .nr-dashboard-slider .md-thumb-text { - color: white; - filter: invert(if(@wbc-light, 100%, 0%)); -} - -/* Switch */ -.nr-dashboard-theme .nr-dashboard-switch {} -.nr-dashboard-theme .nr-dashboard-switch md-switch .md-bar { - background-color: rgba(111, 111, 111, 0.5); -} -.nr-dashboard-theme .nr-dashboard-switch md-switch.md-checked .md-bar { - background-color: rgba(red(@widgetBackgroundColor), green(@widgetBackgroundColor), blue(@widgetBackgroundColor), 0.5); -} -.nr-dashboard-theme .nr-dashboard-switch md-switch .md-thumb { - background-color: rgb(148, 148, 148); -} -.nr-dashboard-theme .nr-dashboard-switch md-switch.md-checked .md-thumb { - background-color: rgba(red(@widgetBackgroundColor), green(@widgetBackgroundColor), blue(@widgetBackgroundColor), 1); -} - -/* Template */ -& when (@nrTemplateTheme = true) { - md-list { - padding: unset; - } - md-list-item[disabled] { - color: #888; - // text-decoration: line-through; - } - md-list-item { - min-height: @nrUnitHeight * 2; - height: @nrUnitHeight * 2; - } - md-list-item._md-button-wrap>div.md-button:first-child { - background-color: @widgetBorderColor; - height: inherit; - padding: 0 6px; - } - md-list-item.md-2-line { - height: @nrUnitHeight * 2; - min-height: @nrUnitHeight * 2; - } - md-list-item.md-3-line { - height: @nrUnitHeight * 3; - min-height: @nrUnitHeight * 3; - } - md-list-item .md-list-item-inner { - background: @widgetBorderColor; - //color: @widgetTextColor; - padding-left: 8px; - width: 100%; - height: 100%; - } - div > md-list-item.md-2-line, md-list-item.md-2-line>.md-no-style { - height: 48px; - min-height: 48px; - width: 100px; - } - - md-progress-linear { - padding-top: 4px !important; - } - md-progress-linear .md-container { - margin-top: @nrUnitHeight / 2; - background-color: @pageBackgroundColor; - } - md-progress-linear .md-container .md-bar { - background-color: lighten(@widgetBackgroundColor, 5); - } - - md-checkbox { - min-height: @nrUnitHeight * 2; - margin-left: 6px; - margin-bottom: 0px; - width: 100%; - } - md-checkbox .md-icon { - border-color: @widgetBackgroundColor !important; - } - md-checkbox[disabled] .md-icon { - border-color: #888 !important; - } - md-checkbox.md-checked .md-icon { - background-color: lighten(@widgetBackgroundColor, 5); - border-color: transparent !important; - } - md-checkbox .md-label { - position: absolute; - top: 32%; - } - md-checkbox[disabled] .md-label { - color: #888; - } - md-checkbox:last-of-type { - margin-left: 6px; - } - - .nr-dashboard-theme .nr-dashboard-template { - // padding: 0; - background-color: @widgetBorderColor; - } - .nr-dashboard-theme .nr-dashboard-template md-switch .md-thumb { - background-color: rgb(148, 148, 148); - } - .nr-dashboard-theme .nr-dashboard-template md-switch .md-bar { - background-color: rgba(111, 111, 111, 0.5); - } - .nr-dashboard-theme .nr-dashboard-template md-switch.md-checked:not([disabled]) .md-thumb { - background-color: lighten(@widgetBackgroundColor, 5); - } - .nr-dashboard-theme .nr-dashboard-template md-switch.md-checked:not([disabled]) .md-bar { - background-color: rgba(red(@widgetBackgroundColor), green(@widgetBackgroundColor), blue(@widgetBackgroundColor), 0.5); - } - - md-radio-button { - min-height: @nrUnitHeight * 2; - margin-left: 6px; - margin-bottom: 0px; - } - md-radio-button .md-off, md-radio-button .md-on { - border-color: @widgetBackgroundColor !important; - } - md-radio-button[disabled] .md-off, md-radio-button[disabled] .md-on { - border-color: #888 !important; - } - md-radio-button.md-checked .md-on { - background-color: @widgetBackgroundColor !important; - } - md-radio-button .md-label { - position: absolute; - top: 32%; - } - md-radio-button[disabled] .md-label { - color: #888; - } - md-divider { - border-color: @widgetBackgroundColor !important; - } - .nr-dashboard-theme .nr-dashboard-template path { - fill: @widgetBackgroundColor; - } - .nr-dashboard-template { - padding: (@nrUnitHeight / 8) 6px; - p, h1, h2, h3, h4 { - color: @widgetTextColor !important; - background-color : @widgetBorderColor !important; - } - } - .nr-dashboard-theme .nr-dashboard-template .md-button .md-no-style { - background: initial !important; - color: initial !important; - } - .nr-dashboard-theme .nr-dashboard-template .md-button[disabled] { - color: #ccc; - } - .nr-dashboard-theme .nr-dashboard-template .md-button.md-primary:not([disabled]) { - color: @widgetTextColor; - background-color: lighten(@widgetBackgroundColor, 5); - } - .nr-dashboard-theme .nr-dashboard-template .md-button .ng-scope { - color: unset; - } - .nr-dashboard-template .md-button { - color: white; - } - .nr-dashboard-theme .nr-dashboard-template .md-button:not(:first-of-type) { - margin-top: @nrUnitHeight * 3 / 4; - } - .nr-dashboard-theme .nr-dashboard-template .md-button { - background-color: @widgetBackgroundColor; - margin: 0; - // padding: 0px 12px; - min-height: @nrUnitHeight * 3 / 2; - min-width: unset; - line-height: unset; - &.md-fab.md-mini { - padding: unset; - } - } - .nr-dashboard-theme .nr-dashboard-template .md-button:not([disabled]):hover { - background-color: lighten(@widgetBackgroundColor, 4); - } - .nr-dashboard-theme .nr-dashboard-template .md-button.md-primary:not([disabled]):hover { - background-color: lighten(@widgetBackgroundColor, 4); - } - .nr-dashboard-theme .nr-dashboard-template .md-button.md-primary.md-raised:not([disabled]) { - background-color: lighten(@widgetBackgroundColor, 2); - } - .nr-dashboard-theme .nr-dashboard-template .md-button.md-primary.md-raised:not([disabled]):hover { - background-color: lighten(@widgetBackgroundColor, 4); - } - - // .md-button:disabled { - // background-color: @widgetBackgroundColor; - // } - - .nr-dashboard-theme .nr-dashboard-template { - ::-webkit-scrollbar { - height: 12px; - width: 12px; - } - ::-webkit-scrollbar-thumb { - background-color: @baseColor; - -webkit-border-radius: 1ex; - -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75); - } - ::-webkit-scrollbar-track { - background-color: @pageBackgroundColor; - } - } -} - -/* Text-Input */ -.nr-dashboard-theme .nr-dashboard-textinput {} -.nr-dashboard-theme .nr-dashboard-textinput label { - color: @widgetTextColor; -} -.nr-dashboard-theme .nr-dashboard-textinput md-input-container.md-input-has-value label { - color: @widgetTextColor; -} -.nr-dashboard-theme .nr-dashboard-textinput md-input-container.md-input-focused label { - color: @groupTextColor; -} -.nr-dashboard-theme .nr-dashboard-textinput md-input-container.md-input-focused input { - border-color: @groupTextColor; - font-family: inherit; -} -.nr-dashboard-theme .nr-dashboard-textinput md-input-container .md-input:invalid { - color: #DA5252; -} -.nr-dashboard-theme .nr-dashboard-textinput input { - border-color: @widgetTextColor; - color: @widgetTextColor; - font-family: inherit; -} -.nr-dashboard-theme input[type="time"]::-webkit-calendar-picker-indicator { - filter: invert(if(@wtc-light, 100%, 0%)); -} -.nr-dashboard-theme input[type="date"]::-webkit-calendar-picker-indicator { - filter: invert(if(@wtc-light, 100%, 0%)); -} - -/* Text */ -.nr-dashboard-theme .nr-dashboard-text {} - -/* Dialog */ -.nr-dashboard-theme md-dialog { - color: @widgetTextColor; - background-color: @groupBackgroundColor; - border: 3px solid @groupBorderColor; -} -.nr-dashboard-theme .md-dialog-content { - padding: 24px; -} -.nr-dashboard-theme md-input-container.md-default-theme .md-input, md-input-container .md-input { - color: @widgetTextColor; - border-color: @pageTitlebarBackgroundColor !important; -} - - -/* Form */ -.nr-dashboard-theme .nr-dashboard-form md-input-container { - display: block; -} -.nr-dashboard-theme .nr-dashboard-form-button { - background-color: @widgetBackgroundColor; - color: white; -} -.nr-dashboard-theme .nr-dashboard-form-button:hover { - background-color: lighten(@widgetBackgroundColor, 10) !important; -} -.nr-dashboard-theme .nr-dashboard-form-button:focus { - background-color: lighten(@widgetBackgroundColor, 10) !important; -} -.nr-dashboard-theme .nr-dashboard-form { - color: @widgetTextColor; -} -.nr-dashboard-theme .nr-dashboard-form form md-input-container input { - border-color: @widgetTextColor; - color: @widgetTextColor; - font-family: inherit; -} -.nr-dashboard-theme .nr-dashboard-form form md-input-container label { - color: @widgetTextColor;; -} -.nr-dashboard-theme .nr-dashboard-form form md-input-container.md-input-has-value:not(.md-input-invalid) label { - color: @widgetTextColor;; -} -.nr-dashboard-theme .nr-dashboard-form form md-input-container:not(.md-input-invalid).md-input-focused input { - border-color: @groupTextColor ; -} -.nr-dashboard-theme .nr-dashboard-form form md-input-container:not(.md-input-invalid).md-input-focused label { - color: @groupTextColor ; -} -.nr-dashboard-theme .nr-dashboard-form form .md-input-invalid input { - border-color: #d00 !important; -} -.nr-dashboard-theme md-content .nr-dashboard-form form .md-input-invalid label { - color: #d00 !important; -} -.nr-dashboard-theme md-content .nr-dashboard-form form md-input-container md-checkbox.md-checked .md-icon { - background-color: lighten(@widgetBackgroundColor, 10); -} -.nr-dashboard-theme md-content .nr-dashboard-form form md-input-container md-checkbox .md-icon { - border-color: @widgetTextColor; -} -.nr-dashboard-theme md-content .nr-dashboard-form form md-input-container md-switch .md-bar { - background-color: rgba(111, 111, 111, 0.5); -} -.nr-dashboard-theme md-content .nr-dashboard-form form md-input-container md-switch .md-thumb { - background-color: rgb(148, 148, 148); -} -.nr-dashboard-theme md-content .nr-dashboard-form form md-input-container md-switch.md-checked .md-bar { - background-color: lighten(@widgetBackgroundColor, 10); -} -.nr-dashboard-theme md-content .nr-dashboard-form form md-input-container md-switch.md-checked .md-thumb { - background-color: @widgetBackgroundColor; -} -.nr-dashboard-theme md-content .nr-dashboard-form form md-datepicker { - background-color: inherit; -} -.nr-dashboard-theme md-content .nr-dashboard-form form .md-datepicker-calendar-icon { - fill: @groupTextColor; -} -.nr-dashboard-theme md-content .nr-dashboard-form form .md-datepicker-open .md-datepicker-calendar-icon { - fill: @widgetBackgroundColor ; -} -.nr-dashboard-theme md-content .nr-dashboard-form form .md-datepicker-input { - color: @widgetTextColor; -} -.nr-dashboard-theme md-content .nr-dashboard-form form .md-datepicker-input-container { - border-color: @widgetTextColor;; -} -.nr-dashboard-theme md-content .nr-dashboard-form form .md-datepicker-expand-triangle{ - border-top-color: @widgetBackgroundColor ; -} -.nr-dashboard-theme md-content .nr-dashboard-form form md-input-container .md-input { - color: @widgetTextColor; -} - -} diff --git a/software/flow/node_modules/node-red-dashboard/dist/css/gridstack-extra.min.css b/software/flow/node_modules/node-red-dashboard/dist/css/gridstack-extra.min.css deleted file mode 100644 index f3fd946..0000000 --- a/software/flow/node_modules/node-red-dashboard/dist/css/gridstack-extra.min.css +++ /dev/null @@ -1,6 +0,0 @@ -/*! - * gridstack 0.6.3-dev extra CSS for [2-11] columns (non default) - * https://gridstackjs.com/ - * (c) 2014-2020 Alain Dumesny, Dylan Weiss, Pavel Reznikov - * gridstack.js may be freely distributed under the MIT license. -*/.grid-stack.grid-stack-2>.grid-stack-item{min-width:50%}.grid-stack.grid-stack-2>.grid-stack-item[data-gs-width="1"]{width:50%}.grid-stack.grid-stack-2>.grid-stack-item[data-gs-x="1"]{left:50%}.grid-stack.grid-stack-2>.grid-stack-item[data-gs-min-width="1"]{min-width:50%}.grid-stack.grid-stack-2>.grid-stack-item[data-gs-max-width="1"]{max-width:50%}.grid-stack.grid-stack-2>.grid-stack-item[data-gs-width="2"]{width:100%}.grid-stack.grid-stack-2>.grid-stack-item[data-gs-x="2"]{left:100%}.grid-stack.grid-stack-2>.grid-stack-item[data-gs-min-width="2"]{min-width:100%}.grid-stack.grid-stack-2>.grid-stack-item[data-gs-max-width="2"]{max-width:100%}.grid-stack.grid-stack-3>.grid-stack-item{min-width:33.3333333333%}.grid-stack.grid-stack-3>.grid-stack-item[data-gs-width="1"]{width:33.3333333333%}.grid-stack.grid-stack-3>.grid-stack-item[data-gs-x="1"]{left:33.3333333333%}.grid-stack.grid-stack-3>.grid-stack-item[data-gs-min-width="1"]{min-width:33.3333333333%}.grid-stack.grid-stack-3>.grid-stack-item[data-gs-max-width="1"]{max-width:33.3333333333%}.grid-stack.grid-stack-3>.grid-stack-item[data-gs-width="2"]{width:66.6666666667%}.grid-stack.grid-stack-3>.grid-stack-item[data-gs-x="2"]{left:66.6666666667%}.grid-stack.grid-stack-3>.grid-stack-item[data-gs-min-width="2"]{min-width:66.6666666667%}.grid-stack.grid-stack-3>.grid-stack-item[data-gs-max-width="2"]{max-width:66.6666666667%}.grid-stack.grid-stack-3>.grid-stack-item[data-gs-width="3"]{width:100%}.grid-stack.grid-stack-3>.grid-stack-item[data-gs-x="3"]{left:100%}.grid-stack.grid-stack-3>.grid-stack-item[data-gs-min-width="3"]{min-width:100%}.grid-stack.grid-stack-3>.grid-stack-item[data-gs-max-width="3"]{max-width:100%}.grid-stack.grid-stack-4>.grid-stack-item{min-width:25%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-width="1"]{width:25%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-x="1"]{left:25%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-min-width="1"]{min-width:25%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-max-width="1"]{max-width:25%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-width="2"]{width:50%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-x="2"]{left:50%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-min-width="2"]{min-width:50%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-max-width="2"]{max-width:50%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-width="3"]{width:75%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-x="3"]{left:75%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-min-width="3"]{min-width:75%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-max-width="3"]{max-width:75%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-width="4"]{width:100%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-x="4"]{left:100%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-min-width="4"]{min-width:100%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-max-width="4"]{max-width:100%}.grid-stack.grid-stack-5>.grid-stack-item{min-width:20%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-width="1"]{width:20%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-x="1"]{left:20%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-min-width="1"]{min-width:20%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-max-width="1"]{max-width:20%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-width="2"]{width:40%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-x="2"]{left:40%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-min-width="2"]{min-width:40%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-max-width="2"]{max-width:40%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-width="3"]{width:60%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-x="3"]{left:60%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-min-width="3"]{min-width:60%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-max-width="3"]{max-width:60%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-width="4"]{width:80%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-x="4"]{left:80%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-min-width="4"]{min-width:80%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-max-width="4"]{max-width:80%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-width="5"]{width:100%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-x="5"]{left:100%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-min-width="5"]{min-width:100%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-max-width="5"]{max-width:100%}.grid-stack.grid-stack-6>.grid-stack-item{min-width:16.6666666667%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-width="1"]{width:16.6666666667%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-x="1"]{left:16.6666666667%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-min-width="1"]{min-width:16.6666666667%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-max-width="1"]{max-width:16.6666666667%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-width="2"]{width:33.3333333333%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-x="2"]{left:33.3333333333%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-min-width="2"]{min-width:33.3333333333%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-max-width="2"]{max-width:33.3333333333%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-width="3"]{width:50%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-x="3"]{left:50%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-min-width="3"]{min-width:50%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-max-width="3"]{max-width:50%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-width="4"]{width:66.6666666667%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-x="4"]{left:66.6666666667%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-min-width="4"]{min-width:66.6666666667%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-max-width="4"]{max-width:66.6666666667%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-width="5"]{width:83.3333333333%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-x="5"]{left:83.3333333333%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-min-width="5"]{min-width:83.3333333333%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-max-width="5"]{max-width:83.3333333333%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-width="6"]{width:100%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-x="6"]{left:100%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-min-width="6"]{min-width:100%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-max-width="6"]{max-width:100%}.grid-stack.grid-stack-7>.grid-stack-item{min-width:14.2857142857%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-width="1"]{width:14.2857142857%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-x="1"]{left:14.2857142857%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-min-width="1"]{min-width:14.2857142857%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-max-width="1"]{max-width:14.2857142857%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-width="2"]{width:28.5714285714%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-x="2"]{left:28.5714285714%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-min-width="2"]{min-width:28.5714285714%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-max-width="2"]{max-width:28.5714285714%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-width="3"]{width:42.8571428571%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-x="3"]{left:42.8571428571%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-min-width="3"]{min-width:42.8571428571%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-max-width="3"]{max-width:42.8571428571%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-width="4"]{width:57.1428571429%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-x="4"]{left:57.1428571429%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-min-width="4"]{min-width:57.1428571429%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-max-width="4"]{max-width:57.1428571429%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-width="5"]{width:71.4285714286%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-x="5"]{left:71.4285714286%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-min-width="5"]{min-width:71.4285714286%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-max-width="5"]{max-width:71.4285714286%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-width="6"]{width:85.7142857143%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-x="6"]{left:85.7142857143%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-min-width="6"]{min-width:85.7142857143%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-max-width="6"]{max-width:85.7142857143%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-width="7"]{width:100%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-x="7"]{left:100%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-min-width="7"]{min-width:100%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-max-width="7"]{max-width:100%}.grid-stack.grid-stack-8>.grid-stack-item{min-width:12.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-width="1"]{width:12.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-x="1"]{left:12.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-min-width="1"]{min-width:12.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-max-width="1"]{max-width:12.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-width="2"]{width:25%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-x="2"]{left:25%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-min-width="2"]{min-width:25%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-max-width="2"]{max-width:25%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-width="3"]{width:37.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-x="3"]{left:37.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-min-width="3"]{min-width:37.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-max-width="3"]{max-width:37.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-width="4"]{width:50%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-x="4"]{left:50%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-min-width="4"]{min-width:50%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-max-width="4"]{max-width:50%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-width="5"]{width:62.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-x="5"]{left:62.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-min-width="5"]{min-width:62.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-max-width="5"]{max-width:62.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-width="6"]{width:75%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-x="6"]{left:75%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-min-width="6"]{min-width:75%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-max-width="6"]{max-width:75%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-width="7"]{width:87.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-x="7"]{left:87.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-min-width="7"]{min-width:87.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-max-width="7"]{max-width:87.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-width="8"]{width:100%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-x="8"]{left:100%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-min-width="8"]{min-width:100%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-max-width="8"]{max-width:100%}.grid-stack.grid-stack-9>.grid-stack-item{min-width:11.1111111111%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-width="1"]{width:11.1111111111%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-x="1"]{left:11.1111111111%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-min-width="1"]{min-width:11.1111111111%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-max-width="1"]{max-width:11.1111111111%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-width="2"]{width:22.2222222222%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-x="2"]{left:22.2222222222%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-min-width="2"]{min-width:22.2222222222%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-max-width="2"]{max-width:22.2222222222%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-width="3"]{width:33.3333333333%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-x="3"]{left:33.3333333333%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-min-width="3"]{min-width:33.3333333333%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-max-width="3"]{max-width:33.3333333333%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-width="4"]{width:44.4444444444%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-x="4"]{left:44.4444444444%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-min-width="4"]{min-width:44.4444444444%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-max-width="4"]{max-width:44.4444444444%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-width="5"]{width:55.5555555556%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-x="5"]{left:55.5555555556%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-min-width="5"]{min-width:55.5555555556%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-max-width="5"]{max-width:55.5555555556%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-width="6"]{width:66.6666666667%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-x="6"]{left:66.6666666667%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-min-width="6"]{min-width:66.6666666667%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-max-width="6"]{max-width:66.6666666667%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-width="7"]{width:77.7777777778%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-x="7"]{left:77.7777777778%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-min-width="7"]{min-width:77.7777777778%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-max-width="7"]{max-width:77.7777777778%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-width="8"]{width:88.8888888889%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-x="8"]{left:88.8888888889%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-min-width="8"]{min-width:88.8888888889%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-max-width="8"]{max-width:88.8888888889%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-width="9"]{width:100%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-x="9"]{left:100%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-min-width="9"]{min-width:100%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-max-width="9"]{max-width:100%}.grid-stack.grid-stack-10>.grid-stack-item{min-width:10%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-width="1"]{width:10%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-x="1"]{left:10%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-min-width="1"]{min-width:10%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-max-width="1"]{max-width:10%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-width="2"]{width:20%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-x="2"]{left:20%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-min-width="2"]{min-width:20%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-max-width="2"]{max-width:20%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-width="3"]{width:30%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-x="3"]{left:30%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-min-width="3"]{min-width:30%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-max-width="3"]{max-width:30%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-width="4"]{width:40%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-x="4"]{left:40%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-min-width="4"]{min-width:40%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-max-width="4"]{max-width:40%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-width="5"]{width:50%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-x="5"]{left:50%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-min-width="5"]{min-width:50%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-max-width="5"]{max-width:50%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-width="6"]{width:60%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-x="6"]{left:60%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-min-width="6"]{min-width:60%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-max-width="6"]{max-width:60%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-width="7"]{width:70%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-x="7"]{left:70%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-min-width="7"]{min-width:70%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-max-width="7"]{max-width:70%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-width="8"]{width:80%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-x="8"]{left:80%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-min-width="8"]{min-width:80%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-max-width="8"]{max-width:80%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-width="9"]{width:90%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-x="9"]{left:90%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-min-width="9"]{min-width:90%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-max-width="9"]{max-width:90%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-width="10"]{width:100%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-x="10"]{left:100%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-min-width="10"]{min-width:100%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-max-width="10"]{max-width:100%}.grid-stack.grid-stack-11>.grid-stack-item{min-width:9.0909090909%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-width="1"]{width:9.0909090909%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-x="1"]{left:9.0909090909%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-min-width="1"]{min-width:9.0909090909%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-max-width="1"]{max-width:9.0909090909%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-width="2"]{width:18.1818181818%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-x="2"]{left:18.1818181818%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-min-width="2"]{min-width:18.1818181818%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-max-width="2"]{max-width:18.1818181818%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-width="3"]{width:27.2727272727%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-x="3"]{left:27.2727272727%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-min-width="3"]{min-width:27.2727272727%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-max-width="3"]{max-width:27.2727272727%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-width="4"]{width:36.3636363636%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-x="4"]{left:36.3636363636%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-min-width="4"]{min-width:36.3636363636%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-max-width="4"]{max-width:36.3636363636%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-width="5"]{width:45.4545454545%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-x="5"]{left:45.4545454545%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-min-width="5"]{min-width:45.4545454545%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-max-width="5"]{max-width:45.4545454545%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-width="6"]{width:54.5454545455%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-x="6"]{left:54.5454545455%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-min-width="6"]{min-width:54.5454545455%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-max-width="6"]{max-width:54.5454545455%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-width="7"]{width:63.6363636364%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-x="7"]{left:63.6363636364%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-min-width="7"]{min-width:63.6363636364%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-max-width="7"]{max-width:63.6363636364%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-width="8"]{width:72.7272727273%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-x="8"]{left:72.7272727273%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-min-width="8"]{min-width:72.7272727273%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-max-width="8"]{max-width:72.7272727273%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-width="9"]{width:81.8181818182%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-x="9"]{left:81.8181818182%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-min-width="9"]{min-width:81.8181818182%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-max-width="9"]{max-width:81.8181818182%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-width="10"]{width:90.9090909091%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-x="10"]{left:90.9090909091%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-min-width="10"]{min-width:90.9090909091%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-max-width="10"]{max-width:90.9090909091%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-width="11"]{width:100%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-x="11"]{left:100%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-min-width="11"]{min-width:100%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-max-width="11"]{max-width:100%}.grid-stack.grid-stack-12>.grid-stack-item{min-width:8.3333333333%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-width="1"]{width:8.3333333333%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-x="1"]{left:8.3333333333%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-min-width="1"]{min-width:8.3333333333%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-max-width="1"]{max-width:8.3333333333%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-width="2"]{width:16.6666666667%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-x="2"]{left:16.6666666667%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-min-width="2"]{min-width:16.6666666667%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-max-width="2"]{max-width:16.6666666667%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-width="3"]{width:25%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-x="3"]{left:25%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-min-width="3"]{min-width:25%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-max-width="3"]{max-width:25%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-width="4"]{width:33.3333333333%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-x="4"]{left:33.3333333333%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-min-width="4"]{min-width:33.3333333333%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-max-width="4"]{max-width:33.3333333333%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-width="5"]{width:41.6666666667%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-x="5"]{left:41.6666666667%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-min-width="5"]{min-width:41.6666666667%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-max-width="5"]{max-width:41.6666666667%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-width="6"]{width:50%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-x="6"]{left:50%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-min-width="6"]{min-width:50%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-max-width="6"]{max-width:50%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-width="7"]{width:58.3333333333%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-x="7"]{left:58.3333333333%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-min-width="7"]{min-width:58.3333333333%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-max-width="7"]{max-width:58.3333333333%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-width="8"]{width:66.6666666667%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-x="8"]{left:66.6666666667%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-min-width="8"]{min-width:66.6666666667%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-max-width="8"]{max-width:66.6666666667%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-width="9"]{width:75%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-x="9"]{left:75%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-min-width="9"]{min-width:75%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-max-width="9"]{max-width:75%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-width="10"]{width:83.3333333333%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-x="10"]{left:83.3333333333%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-min-width="10"]{min-width:83.3333333333%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-max-width="10"]{max-width:83.3333333333%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-width="11"]{width:91.6666666667%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-x="11"]{left:91.6666666667%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-min-width="11"]{min-width:91.6666666667%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-max-width="11"]{max-width:91.6666666667%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-width="12"]{width:100%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-x="12"]{left:100%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-min-width="12"]{min-width:100%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-max-width="12"]{max-width:100%}.grid-stack.grid-stack-13>.grid-stack-item{min-width:7.6923076923%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-width="1"]{width:7.6923076923%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-x="1"]{left:7.6923076923%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-min-width="1"]{min-width:7.6923076923%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-max-width="1"]{max-width:7.6923076923%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-width="2"]{width:15.3846153846%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-x="2"]{left:15.3846153846%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-min-width="2"]{min-width:15.3846153846%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-max-width="2"]{max-width:15.3846153846%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-width="3"]{width:23.0769230769%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-x="3"]{left:23.0769230769%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-min-width="3"]{min-width:23.0769230769%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-max-width="3"]{max-width:23.0769230769%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-width="4"]{width:30.7692307692%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-x="4"]{left:30.7692307692%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-min-width="4"]{min-width:30.7692307692%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-max-width="4"]{max-width:30.7692307692%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-width="5"]{width:38.4615384615%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-x="5"]{left:38.4615384615%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-min-width="5"]{min-width:38.4615384615%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-max-width="5"]{max-width:38.4615384615%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-width="6"]{width:46.1538461538%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-x="6"]{left:46.1538461538%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-min-width="6"]{min-width:46.1538461538%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-max-width="6"]{max-width:46.1538461538%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-width="7"]{width:53.8461538462%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-x="7"]{left:53.8461538462%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-min-width="7"]{min-width:53.8461538462%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-max-width="7"]{max-width:53.8461538462%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-width="8"]{width:61.5384615385%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-x="8"]{left:61.5384615385%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-min-width="8"]{min-width:61.5384615385%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-max-width="8"]{max-width:61.5384615385%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-width="9"]{width:69.2307692308%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-x="9"]{left:69.2307692308%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-min-width="9"]{min-width:69.2307692308%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-max-width="9"]{max-width:69.2307692308%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-width="10"]{width:76.9230769231%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-x="10"]{left:76.9230769231%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-min-width="10"]{min-width:76.9230769231%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-max-width="10"]{max-width:76.9230769231%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-width="11"]{width:84.6153846154%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-x="11"]{left:84.6153846154%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-min-width="11"]{min-width:84.6153846154%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-max-width="11"]{max-width:84.6153846154%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-width="12"]{width:92.3076923077%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-x="12"]{left:92.3076923077%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-min-width="12"]{min-width:92.3076923077%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-max-width="12"]{max-width:92.3076923077%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-width="13"]{width:100%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-x="13"]{left:100%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-min-width="13"]{min-width:100%}.grid-stack.grid-stack-13>.grid-stack-item[data-gs-max-width="13"]{max-width:100%}.grid-stack.grid-stack-14>.grid-stack-item{min-width:7.1428571429%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-width="1"]{width:7.1428571429%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-x="1"]{left:7.1428571429%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-min-width="1"]{min-width:7.1428571429%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-max-width="1"]{max-width:7.1428571429%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-width="2"]{width:14.2857142857%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-x="2"]{left:14.2857142857%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-min-width="2"]{min-width:14.2857142857%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-max-width="2"]{max-width:14.2857142857%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-width="3"]{width:21.4285714286%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-x="3"]{left:21.4285714286%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-min-width="3"]{min-width:21.4285714286%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-max-width="3"]{max-width:21.4285714286%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-width="4"]{width:28.5714285714%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-x="4"]{left:28.5714285714%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-min-width="4"]{min-width:28.5714285714%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-max-width="4"]{max-width:28.5714285714%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-width="5"]{width:35.7142857143%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-x="5"]{left:35.7142857143%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-min-width="5"]{min-width:35.7142857143%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-max-width="5"]{max-width:35.7142857143%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-width="6"]{width:42.8571428571%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-x="6"]{left:42.8571428571%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-min-width="6"]{min-width:42.8571428571%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-max-width="6"]{max-width:42.8571428571%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-width="7"]{width:50%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-x="7"]{left:50%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-min-width="7"]{min-width:50%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-max-width="7"]{max-width:50%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-width="8"]{width:57.1428571429%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-x="8"]{left:57.1428571429%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-min-width="8"]{min-width:57.1428571429%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-max-width="8"]{max-width:57.1428571429%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-width="9"]{width:64.2857142857%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-x="9"]{left:64.2857142857%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-min-width="9"]{min-width:64.2857142857%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-max-width="9"]{max-width:64.2857142857%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-width="10"]{width:71.4285714286%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-x="10"]{left:71.4285714286%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-min-width="10"]{min-width:71.4285714286%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-max-width="10"]{max-width:71.4285714286%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-width="11"]{width:78.5714285714%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-x="11"]{left:78.5714285714%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-min-width="11"]{min-width:78.5714285714%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-max-width="11"]{max-width:78.5714285714%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-width="12"]{width:85.7142857143%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-x="12"]{left:85.7142857143%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-min-width="12"]{min-width:85.7142857143%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-max-width="12"]{max-width:85.7142857143%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-width="13"]{width:92.8571428571%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-x="13"]{left:92.8571428571%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-min-width="13"]{min-width:92.8571428571%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-max-width="13"]{max-width:92.8571428571%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-width="14"]{width:100%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-x="14"]{left:100%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-min-width="14"]{min-width:100%}.grid-stack.grid-stack-14>.grid-stack-item[data-gs-max-width="14"]{max-width:100%}.grid-stack.grid-stack-15>.grid-stack-item{min-width:6.6666666667%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-width="1"]{width:6.6666666667%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-x="1"]{left:6.6666666667%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-min-width="1"]{min-width:6.6666666667%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-max-width="1"]{max-width:6.6666666667%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-width="2"]{width:13.3333333333%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-x="2"]{left:13.3333333333%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-min-width="2"]{min-width:13.3333333333%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-max-width="2"]{max-width:13.3333333333%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-width="3"]{width:20%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-x="3"]{left:20%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-min-width="3"]{min-width:20%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-max-width="3"]{max-width:20%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-width="4"]{width:26.6666666667%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-x="4"]{left:26.6666666667%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-min-width="4"]{min-width:26.6666666667%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-max-width="4"]{max-width:26.6666666667%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-width="5"]{width:33.3333333333%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-x="5"]{left:33.3333333333%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-min-width="5"]{min-width:33.3333333333%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-max-width="5"]{max-width:33.3333333333%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-width="6"]{width:40%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-x="6"]{left:40%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-min-width="6"]{min-width:40%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-max-width="6"]{max-width:40%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-width="7"]{width:46.6666666667%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-x="7"]{left:46.6666666667%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-min-width="7"]{min-width:46.6666666667%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-max-width="7"]{max-width:46.6666666667%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-width="8"]{width:53.3333333333%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-x="8"]{left:53.3333333333%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-min-width="8"]{min-width:53.3333333333%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-max-width="8"]{max-width:53.3333333333%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-width="9"]{width:60%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-x="9"]{left:60%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-min-width="9"]{min-width:60%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-max-width="9"]{max-width:60%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-width="10"]{width:66.6666666667%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-x="10"]{left:66.6666666667%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-min-width="10"]{min-width:66.6666666667%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-max-width="10"]{max-width:66.6666666667%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-width="11"]{width:73.3333333333%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-x="11"]{left:73.3333333333%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-min-width="11"]{min-width:73.3333333333%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-max-width="11"]{max-width:73.3333333333%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-width="12"]{width:80%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-x="12"]{left:80%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-min-width="12"]{min-width:80%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-max-width="12"]{max-width:80%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-width="13"]{width:86.6666666667%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-x="13"]{left:86.6666666667%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-min-width="13"]{min-width:86.6666666667%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-max-width="13"]{max-width:86.6666666667%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-width="14"]{width:93.3333333333%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-x="14"]{left:93.3333333333%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-min-width="14"]{min-width:93.3333333333%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-max-width="14"]{max-width:93.3333333333%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-width="15"]{width:100%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-x="15"]{left:100%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-min-width="15"]{min-width:100%}.grid-stack.grid-stack-15>.grid-stack-item[data-gs-max-width="15"]{max-width:100%}.grid-stack.grid-stack-16>.grid-stack-item{min-width:6.25%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-width="1"]{width:6.25%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-x="1"]{left:6.25%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-min-width="1"]{min-width:6.25%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-max-width="1"]{max-width:6.25%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-width="2"]{width:12.5%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-x="2"]{left:12.5%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-min-width="2"]{min-width:12.5%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-max-width="2"]{max-width:12.5%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-width="3"]{width:18.75%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-x="3"]{left:18.75%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-min-width="3"]{min-width:18.75%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-max-width="3"]{max-width:18.75%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-width="4"]{width:25%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-x="4"]{left:25%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-min-width="4"]{min-width:25%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-max-width="4"]{max-width:25%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-width="5"]{width:31.25%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-x="5"]{left:31.25%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-min-width="5"]{min-width:31.25%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-max-width="5"]{max-width:31.25%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-width="6"]{width:37.5%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-x="6"]{left:37.5%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-min-width="6"]{min-width:37.5%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-max-width="6"]{max-width:37.5%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-width="7"]{width:43.75%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-x="7"]{left:43.75%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-min-width="7"]{min-width:43.75%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-max-width="7"]{max-width:43.75%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-width="8"]{width:50%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-x="8"]{left:50%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-min-width="8"]{min-width:50%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-max-width="8"]{max-width:50%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-width="9"]{width:56.25%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-x="9"]{left:56.25%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-min-width="9"]{min-width:56.25%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-max-width="9"]{max-width:56.25%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-width="10"]{width:62.5%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-x="10"]{left:62.5%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-min-width="10"]{min-width:62.5%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-max-width="10"]{max-width:62.5%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-width="11"]{width:68.75%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-x="11"]{left:68.75%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-min-width="11"]{min-width:68.75%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-max-width="11"]{max-width:68.75%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-width="12"]{width:75%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-x="12"]{left:75%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-min-width="12"]{min-width:75%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-max-width="12"]{max-width:75%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-width="13"]{width:81.25%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-x="13"]{left:81.25%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-min-width="13"]{min-width:81.25%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-max-width="13"]{max-width:81.25%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-width="14"]{width:87.5%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-x="14"]{left:87.5%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-min-width="14"]{min-width:87.5%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-max-width="14"]{max-width:87.5%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-width="15"]{width:93.75%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-x="15"]{left:93.75%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-min-width="15"]{min-width:93.75%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-max-width="15"]{max-width:93.75%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-width="16"]{width:100%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-x="16"]{left:100%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-min-width="16"]{min-width:100%}.grid-stack.grid-stack-16>.grid-stack-item[data-gs-max-width="16"]{max-width:100%}.grid-stack.grid-stack-17>.grid-stack-item{min-width:5.8823529412%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-width="1"]{width:5.8823529412%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-x="1"]{left:5.8823529412%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-min-width="1"]{min-width:5.8823529412%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-max-width="1"]{max-width:5.8823529412%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-width="2"]{width:11.7647058824%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-x="2"]{left:11.7647058824%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-min-width="2"]{min-width:11.7647058824%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-max-width="2"]{max-width:11.7647058824%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-width="3"]{width:17.6470588235%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-x="3"]{left:17.6470588235%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-min-width="3"]{min-width:17.6470588235%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-max-width="3"]{max-width:17.6470588235%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-width="4"]{width:23.5294117647%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-x="4"]{left:23.5294117647%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-min-width="4"]{min-width:23.5294117647%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-max-width="4"]{max-width:23.5294117647%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-width="5"]{width:29.4117647059%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-x="5"]{left:29.4117647059%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-min-width="5"]{min-width:29.4117647059%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-max-width="5"]{max-width:29.4117647059%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-width="6"]{width:35.2941176471%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-x="6"]{left:35.2941176471%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-min-width="6"]{min-width:35.2941176471%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-max-width="6"]{max-width:35.2941176471%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-width="7"]{width:41.1764705882%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-x="7"]{left:41.1764705882%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-min-width="7"]{min-width:41.1764705882%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-max-width="7"]{max-width:41.1764705882%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-width="8"]{width:47.0588235294%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-x="8"]{left:47.0588235294%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-min-width="8"]{min-width:47.0588235294%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-max-width="8"]{max-width:47.0588235294%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-width="9"]{width:52.9411764706%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-x="9"]{left:52.9411764706%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-min-width="9"]{min-width:52.9411764706%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-max-width="9"]{max-width:52.9411764706%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-width="10"]{width:58.8235294118%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-x="10"]{left:58.8235294118%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-min-width="10"]{min-width:58.8235294118%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-max-width="10"]{max-width:58.8235294118%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-width="11"]{width:64.7058823529%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-x="11"]{left:64.7058823529%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-min-width="11"]{min-width:64.7058823529%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-max-width="11"]{max-width:64.7058823529%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-width="12"]{width:70.5882352941%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-x="12"]{left:70.5882352941%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-min-width="12"]{min-width:70.5882352941%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-max-width="12"]{max-width:70.5882352941%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-width="13"]{width:76.4705882353%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-x="13"]{left:76.4705882353%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-min-width="13"]{min-width:76.4705882353%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-max-width="13"]{max-width:76.4705882353%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-width="14"]{width:82.3529411765%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-x="14"]{left:82.3529411765%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-min-width="14"]{min-width:82.3529411765%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-max-width="14"]{max-width:82.3529411765%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-width="15"]{width:88.2352941176%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-x="15"]{left:88.2352941176%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-min-width="15"]{min-width:88.2352941176%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-max-width="15"]{max-width:88.2352941176%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-width="16"]{width:94.1176470588%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-x="16"]{left:94.1176470588%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-min-width="16"]{min-width:94.1176470588%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-max-width="16"]{max-width:94.1176470588%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-width="17"]{width:100%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-x="17"]{left:100%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-min-width="17"]{min-width:100%}.grid-stack.grid-stack-17>.grid-stack-item[data-gs-max-width="17"]{max-width:100%}.grid-stack.grid-stack-18>.grid-stack-item{min-width:5.5555555556%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-width="1"]{width:5.5555555556%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-x="1"]{left:5.5555555556%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-min-width="1"]{min-width:5.5555555556%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-max-width="1"]{max-width:5.5555555556%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-width="2"]{width:11.1111111111%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-x="2"]{left:11.1111111111%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-min-width="2"]{min-width:11.1111111111%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-max-width="2"]{max-width:11.1111111111%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-width="3"]{width:16.6666666667%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-x="3"]{left:16.6666666667%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-min-width="3"]{min-width:16.6666666667%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-max-width="3"]{max-width:16.6666666667%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-width="4"]{width:22.2222222222%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-x="4"]{left:22.2222222222%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-min-width="4"]{min-width:22.2222222222%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-max-width="4"]{max-width:22.2222222222%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-width="5"]{width:27.7777777778%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-x="5"]{left:27.7777777778%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-min-width="5"]{min-width:27.7777777778%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-max-width="5"]{max-width:27.7777777778%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-width="6"]{width:33.3333333333%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-x="6"]{left:33.3333333333%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-min-width="6"]{min-width:33.3333333333%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-max-width="6"]{max-width:33.3333333333%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-width="7"]{width:38.8888888889%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-x="7"]{left:38.8888888889%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-min-width="7"]{min-width:38.8888888889%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-max-width="7"]{max-width:38.8888888889%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-width="8"]{width:44.4444444444%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-x="8"]{left:44.4444444444%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-min-width="8"]{min-width:44.4444444444%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-max-width="8"]{max-width:44.4444444444%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-width="9"]{width:50%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-x="9"]{left:50%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-min-width="9"]{min-width:50%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-max-width="9"]{max-width:50%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-width="10"]{width:55.5555555556%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-x="10"]{left:55.5555555556%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-min-width="10"]{min-width:55.5555555556%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-max-width="10"]{max-width:55.5555555556%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-width="11"]{width:61.1111111111%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-x="11"]{left:61.1111111111%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-min-width="11"]{min-width:61.1111111111%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-max-width="11"]{max-width:61.1111111111%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-width="12"]{width:66.6666666667%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-x="12"]{left:66.6666666667%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-min-width="12"]{min-width:66.6666666667%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-max-width="12"]{max-width:66.6666666667%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-width="13"]{width:72.2222222222%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-x="13"]{left:72.2222222222%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-min-width="13"]{min-width:72.2222222222%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-max-width="13"]{max-width:72.2222222222%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-width="14"]{width:77.7777777778%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-x="14"]{left:77.7777777778%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-min-width="14"]{min-width:77.7777777778%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-max-width="14"]{max-width:77.7777777778%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-width="15"]{width:83.3333333333%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-x="15"]{left:83.3333333333%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-min-width="15"]{min-width:83.3333333333%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-max-width="15"]{max-width:83.3333333333%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-width="16"]{width:88.8888888889%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-x="16"]{left:88.8888888889%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-min-width="16"]{min-width:88.8888888889%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-max-width="16"]{max-width:88.8888888889%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-width="17"]{width:94.4444444444%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-x="17"]{left:94.4444444444%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-min-width="17"]{min-width:94.4444444444%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-max-width="17"]{max-width:94.4444444444%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-width="18"]{width:100%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-x="18"]{left:100%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-min-width="18"]{min-width:100%}.grid-stack.grid-stack-18>.grid-stack-item[data-gs-max-width="18"]{max-width:100%}.grid-stack.grid-stack-19>.grid-stack-item{min-width:5.2631578947%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-width="1"]{width:5.2631578947%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-x="1"]{left:5.2631578947%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-min-width="1"]{min-width:5.2631578947%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-max-width="1"]{max-width:5.2631578947%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-width="2"]{width:10.5263157895%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-x="2"]{left:10.5263157895%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-min-width="2"]{min-width:10.5263157895%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-max-width="2"]{max-width:10.5263157895%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-width="3"]{width:15.7894736842%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-x="3"]{left:15.7894736842%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-min-width="3"]{min-width:15.7894736842%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-max-width="3"]{max-width:15.7894736842%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-width="4"]{width:21.0526315789%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-x="4"]{left:21.0526315789%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-min-width="4"]{min-width:21.0526315789%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-max-width="4"]{max-width:21.0526315789%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-width="5"]{width:26.3157894737%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-x="5"]{left:26.3157894737%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-min-width="5"]{min-width:26.3157894737%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-max-width="5"]{max-width:26.3157894737%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-width="6"]{width:31.5789473684%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-x="6"]{left:31.5789473684%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-min-width="6"]{min-width:31.5789473684%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-max-width="6"]{max-width:31.5789473684%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-width="7"]{width:36.8421052632%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-x="7"]{left:36.8421052632%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-min-width="7"]{min-width:36.8421052632%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-max-width="7"]{max-width:36.8421052632%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-width="8"]{width:42.1052631579%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-x="8"]{left:42.1052631579%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-min-width="8"]{min-width:42.1052631579%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-max-width="8"]{max-width:42.1052631579%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-width="9"]{width:47.3684210526%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-x="9"]{left:47.3684210526%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-min-width="9"]{min-width:47.3684210526%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-max-width="9"]{max-width:47.3684210526%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-width="10"]{width:52.6315789474%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-x="10"]{left:52.6315789474%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-min-width="10"]{min-width:52.6315789474%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-max-width="10"]{max-width:52.6315789474%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-width="11"]{width:57.8947368421%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-x="11"]{left:57.8947368421%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-min-width="11"]{min-width:57.8947368421%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-max-width="11"]{max-width:57.8947368421%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-width="12"]{width:63.1578947368%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-x="12"]{left:63.1578947368%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-min-width="12"]{min-width:63.1578947368%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-max-width="12"]{max-width:63.1578947368%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-width="13"]{width:68.4210526316%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-x="13"]{left:68.4210526316%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-min-width="13"]{min-width:68.4210526316%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-max-width="13"]{max-width:68.4210526316%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-width="14"]{width:73.6842105263%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-x="14"]{left:73.6842105263%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-min-width="14"]{min-width:73.6842105263%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-max-width="14"]{max-width:73.6842105263%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-width="15"]{width:78.9473684211%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-x="15"]{left:78.9473684211%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-min-width="15"]{min-width:78.9473684211%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-max-width="15"]{max-width:78.9473684211%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-width="16"]{width:84.2105263158%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-x="16"]{left:84.2105263158%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-min-width="16"]{min-width:84.2105263158%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-max-width="16"]{max-width:84.2105263158%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-width="17"]{width:89.4736842105%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-x="17"]{left:89.4736842105%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-min-width="17"]{min-width:89.4736842105%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-max-width="17"]{max-width:89.4736842105%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-width="18"]{width:94.7368421053%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-x="18"]{left:94.7368421053%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-min-width="18"]{min-width:94.7368421053%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-max-width="18"]{max-width:94.7368421053%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-width="19"]{width:100%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-x="19"]{left:100%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-min-width="19"]{min-width:100%}.grid-stack.grid-stack-19>.grid-stack-item[data-gs-max-width="19"]{max-width:100%}.grid-stack.grid-stack-20>.grid-stack-item{min-width:5%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-width="1"]{width:5%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-x="1"]{left:5%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-min-width="1"]{min-width:5%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-max-width="1"]{max-width:5%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-width="2"]{width:10%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-x="2"]{left:10%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-min-width="2"]{min-width:10%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-max-width="2"]{max-width:10%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-width="3"]{width:15%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-x="3"]{left:15%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-min-width="3"]{min-width:15%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-max-width="3"]{max-width:15%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-width="4"]{width:20%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-x="4"]{left:20%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-min-width="4"]{min-width:20%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-max-width="4"]{max-width:20%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-width="5"]{width:25%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-x="5"]{left:25%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-min-width="5"]{min-width:25%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-max-width="5"]{max-width:25%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-width="6"]{width:30%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-x="6"]{left:30%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-min-width="6"]{min-width:30%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-max-width="6"]{max-width:30%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-width="7"]{width:35%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-x="7"]{left:35%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-min-width="7"]{min-width:35%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-max-width="7"]{max-width:35%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-width="8"]{width:40%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-x="8"]{left:40%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-min-width="8"]{min-width:40%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-max-width="8"]{max-width:40%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-width="9"]{width:45%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-x="9"]{left:45%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-min-width="9"]{min-width:45%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-max-width="9"]{max-width:45%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-width="10"]{width:50%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-x="10"]{left:50%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-min-width="10"]{min-width:50%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-max-width="10"]{max-width:50%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-width="11"]{width:55%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-x="11"]{left:55%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-min-width="11"]{min-width:55%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-max-width="11"]{max-width:55%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-width="12"]{width:60%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-x="12"]{left:60%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-min-width="12"]{min-width:60%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-max-width="12"]{max-width:60%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-width="13"]{width:65%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-x="13"]{left:65%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-min-width="13"]{min-width:65%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-max-width="13"]{max-width:65%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-width="14"]{width:70%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-x="14"]{left:70%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-min-width="14"]{min-width:70%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-max-width="14"]{max-width:70%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-width="15"]{width:75%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-x="15"]{left:75%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-min-width="15"]{min-width:75%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-max-width="15"]{max-width:75%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-width="16"]{width:80%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-x="16"]{left:80%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-min-width="16"]{min-width:80%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-max-width="16"]{max-width:80%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-width="17"]{width:85%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-x="17"]{left:85%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-min-width="17"]{min-width:85%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-max-width="17"]{max-width:85%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-width="18"]{width:90%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-x="18"]{left:90%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-min-width="18"]{min-width:90%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-max-width="18"]{max-width:90%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-width="19"]{width:95%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-x="19"]{left:95%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-min-width="19"]{min-width:95%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-max-width="19"]{max-width:95%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-width="20"]{width:100%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-x="20"]{left:100%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-min-width="20"]{min-width:100%}.grid-stack.grid-stack-20>.grid-stack-item[data-gs-max-width="20"]{max-width:100%}.grid-stack.grid-stack-21>.grid-stack-item{min-width:4.7619047619%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-width="1"]{width:4.7619047619%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-x="1"]{left:4.7619047619%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-min-width="1"]{min-width:4.7619047619%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-max-width="1"]{max-width:4.7619047619%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-width="2"]{width:9.5238095238%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-x="2"]{left:9.5238095238%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-min-width="2"]{min-width:9.5238095238%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-max-width="2"]{max-width:9.5238095238%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-width="3"]{width:14.2857142857%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-x="3"]{left:14.2857142857%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-min-width="3"]{min-width:14.2857142857%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-max-width="3"]{max-width:14.2857142857%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-width="4"]{width:19.0476190476%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-x="4"]{left:19.0476190476%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-min-width="4"]{min-width:19.0476190476%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-max-width="4"]{max-width:19.0476190476%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-width="5"]{width:23.8095238095%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-x="5"]{left:23.8095238095%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-min-width="5"]{min-width:23.8095238095%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-max-width="5"]{max-width:23.8095238095%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-width="6"]{width:28.5714285714%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-x="6"]{left:28.5714285714%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-min-width="6"]{min-width:28.5714285714%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-max-width="6"]{max-width:28.5714285714%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-width="7"]{width:33.3333333333%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-x="7"]{left:33.3333333333%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-min-width="7"]{min-width:33.3333333333%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-max-width="7"]{max-width:33.3333333333%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-width="8"]{width:38.0952380952%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-x="8"]{left:38.0952380952%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-min-width="8"]{min-width:38.0952380952%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-max-width="8"]{max-width:38.0952380952%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-width="9"]{width:42.8571428571%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-x="9"]{left:42.8571428571%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-min-width="9"]{min-width:42.8571428571%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-max-width="9"]{max-width:42.8571428571%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-width="10"]{width:47.619047619%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-x="10"]{left:47.619047619%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-min-width="10"]{min-width:47.619047619%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-max-width="10"]{max-width:47.619047619%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-width="11"]{width:52.380952381%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-x="11"]{left:52.380952381%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-min-width="11"]{min-width:52.380952381%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-max-width="11"]{max-width:52.380952381%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-width="12"]{width:57.1428571429%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-x="12"]{left:57.1428571429%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-min-width="12"]{min-width:57.1428571429%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-max-width="12"]{max-width:57.1428571429%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-width="13"]{width:61.9047619048%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-x="13"]{left:61.9047619048%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-min-width="13"]{min-width:61.9047619048%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-max-width="13"]{max-width:61.9047619048%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-width="14"]{width:66.6666666667%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-x="14"]{left:66.6666666667%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-min-width="14"]{min-width:66.6666666667%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-max-width="14"]{max-width:66.6666666667%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-width="15"]{width:71.4285714286%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-x="15"]{left:71.4285714286%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-min-width="15"]{min-width:71.4285714286%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-max-width="15"]{max-width:71.4285714286%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-width="16"]{width:76.1904761905%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-x="16"]{left:76.1904761905%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-min-width="16"]{min-width:76.1904761905%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-max-width="16"]{max-width:76.1904761905%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-width="17"]{width:80.9523809524%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-x="17"]{left:80.9523809524%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-min-width="17"]{min-width:80.9523809524%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-max-width="17"]{max-width:80.9523809524%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-width="18"]{width:85.7142857143%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-x="18"]{left:85.7142857143%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-min-width="18"]{min-width:85.7142857143%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-max-width="18"]{max-width:85.7142857143%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-width="19"]{width:90.4761904762%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-x="19"]{left:90.4761904762%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-min-width="19"]{min-width:90.4761904762%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-max-width="19"]{max-width:90.4761904762%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-width="20"]{width:95.2380952381%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-x="20"]{left:95.2380952381%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-min-width="20"]{min-width:95.2380952381%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-max-width="20"]{max-width:95.2380952381%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-width="21"]{width:100%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-x="21"]{left:100%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-min-width="21"]{min-width:100%}.grid-stack.grid-stack-21>.grid-stack-item[data-gs-max-width="21"]{max-width:100%}.grid-stack.grid-stack-22>.grid-stack-item{min-width:4.5454545455%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-width="1"]{width:4.5454545455%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-x="1"]{left:4.5454545455%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-min-width="1"]{min-width:4.5454545455%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-max-width="1"]{max-width:4.5454545455%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-width="2"]{width:9.0909090909%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-x="2"]{left:9.0909090909%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-min-width="2"]{min-width:9.0909090909%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-max-width="2"]{max-width:9.0909090909%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-width="3"]{width:13.6363636364%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-x="3"]{left:13.6363636364%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-min-width="3"]{min-width:13.6363636364%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-max-width="3"]{max-width:13.6363636364%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-width="4"]{width:18.1818181818%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-x="4"]{left:18.1818181818%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-min-width="4"]{min-width:18.1818181818%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-max-width="4"]{max-width:18.1818181818%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-width="5"]{width:22.7272727273%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-x="5"]{left:22.7272727273%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-min-width="5"]{min-width:22.7272727273%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-max-width="5"]{max-width:22.7272727273%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-width="6"]{width:27.2727272727%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-x="6"]{left:27.2727272727%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-min-width="6"]{min-width:27.2727272727%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-max-width="6"]{max-width:27.2727272727%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-width="7"]{width:31.8181818182%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-x="7"]{left:31.8181818182%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-min-width="7"]{min-width:31.8181818182%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-max-width="7"]{max-width:31.8181818182%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-width="8"]{width:36.3636363636%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-x="8"]{left:36.3636363636%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-min-width="8"]{min-width:36.3636363636%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-max-width="8"]{max-width:36.3636363636%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-width="9"]{width:40.9090909091%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-x="9"]{left:40.9090909091%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-min-width="9"]{min-width:40.9090909091%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-max-width="9"]{max-width:40.9090909091%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-width="10"]{width:45.4545454545%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-x="10"]{left:45.4545454545%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-min-width="10"]{min-width:45.4545454545%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-max-width="10"]{max-width:45.4545454545%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-width="11"]{width:50%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-x="11"]{left:50%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-min-width="11"]{min-width:50%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-max-width="11"]{max-width:50%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-width="12"]{width:54.5454545455%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-x="12"]{left:54.5454545455%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-min-width="12"]{min-width:54.5454545455%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-max-width="12"]{max-width:54.5454545455%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-width="13"]{width:59.0909090909%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-x="13"]{left:59.0909090909%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-min-width="13"]{min-width:59.0909090909%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-max-width="13"]{max-width:59.0909090909%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-width="14"]{width:63.6363636364%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-x="14"]{left:63.6363636364%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-min-width="14"]{min-width:63.6363636364%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-max-width="14"]{max-width:63.6363636364%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-width="15"]{width:68.1818181818%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-x="15"]{left:68.1818181818%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-min-width="15"]{min-width:68.1818181818%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-max-width="15"]{max-width:68.1818181818%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-width="16"]{width:72.7272727273%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-x="16"]{left:72.7272727273%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-min-width="16"]{min-width:72.7272727273%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-max-width="16"]{max-width:72.7272727273%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-width="17"]{width:77.2727272727%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-x="17"]{left:77.2727272727%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-min-width="17"]{min-width:77.2727272727%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-max-width="17"]{max-width:77.2727272727%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-width="18"]{width:81.8181818182%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-x="18"]{left:81.8181818182%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-min-width="18"]{min-width:81.8181818182%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-max-width="18"]{max-width:81.8181818182%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-width="19"]{width:86.3636363636%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-x="19"]{left:86.3636363636%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-min-width="19"]{min-width:86.3636363636%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-max-width="19"]{max-width:86.3636363636%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-width="20"]{width:90.9090909091%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-x="20"]{left:90.9090909091%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-min-width="20"]{min-width:90.9090909091%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-max-width="20"]{max-width:90.9090909091%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-width="21"]{width:95.4545454545%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-x="21"]{left:95.4545454545%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-min-width="21"]{min-width:95.4545454545%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-max-width="21"]{max-width:95.4545454545%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-width="22"]{width:100%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-x="22"]{left:100%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-min-width="22"]{min-width:100%}.grid-stack.grid-stack-22>.grid-stack-item[data-gs-max-width="22"]{max-width:100%}.grid-stack.grid-stack-23>.grid-stack-item{min-width:4.347826087%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-width="1"]{width:4.347826087%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-x="1"]{left:4.347826087%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-min-width="1"]{min-width:4.347826087%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-max-width="1"]{max-width:4.347826087%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-width="2"]{width:8.6956521739%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-x="2"]{left:8.6956521739%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-min-width="2"]{min-width:8.6956521739%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-max-width="2"]{max-width:8.6956521739%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-width="3"]{width:13.0434782609%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-x="3"]{left:13.0434782609%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-min-width="3"]{min-width:13.0434782609%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-max-width="3"]{max-width:13.0434782609%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-width="4"]{width:17.3913043478%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-x="4"]{left:17.3913043478%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-min-width="4"]{min-width:17.3913043478%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-max-width="4"]{max-width:17.3913043478%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-width="5"]{width:21.7391304348%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-x="5"]{left:21.7391304348%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-min-width="5"]{min-width:21.7391304348%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-max-width="5"]{max-width:21.7391304348%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-width="6"]{width:26.0869565217%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-x="6"]{left:26.0869565217%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-min-width="6"]{min-width:26.0869565217%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-max-width="6"]{max-width:26.0869565217%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-width="7"]{width:30.4347826087%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-x="7"]{left:30.4347826087%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-min-width="7"]{min-width:30.4347826087%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-max-width="7"]{max-width:30.4347826087%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-width="8"]{width:34.7826086957%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-x="8"]{left:34.7826086957%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-min-width="8"]{min-width:34.7826086957%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-max-width="8"]{max-width:34.7826086957%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-width="9"]{width:39.1304347826%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-x="9"]{left:39.1304347826%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-min-width="9"]{min-width:39.1304347826%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-max-width="9"]{max-width:39.1304347826%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-width="10"]{width:43.4782608696%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-x="10"]{left:43.4782608696%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-min-width="10"]{min-width:43.4782608696%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-max-width="10"]{max-width:43.4782608696%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-width="11"]{width:47.8260869565%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-x="11"]{left:47.8260869565%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-min-width="11"]{min-width:47.8260869565%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-max-width="11"]{max-width:47.8260869565%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-width="12"]{width:52.1739130435%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-x="12"]{left:52.1739130435%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-min-width="12"]{min-width:52.1739130435%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-max-width="12"]{max-width:52.1739130435%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-width="13"]{width:56.5217391304%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-x="13"]{left:56.5217391304%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-min-width="13"]{min-width:56.5217391304%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-max-width="13"]{max-width:56.5217391304%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-width="14"]{width:60.8695652174%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-x="14"]{left:60.8695652174%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-min-width="14"]{min-width:60.8695652174%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-max-width="14"]{max-width:60.8695652174%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-width="15"]{width:65.2173913043%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-x="15"]{left:65.2173913043%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-min-width="15"]{min-width:65.2173913043%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-max-width="15"]{max-width:65.2173913043%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-width="16"]{width:69.5652173913%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-x="16"]{left:69.5652173913%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-min-width="16"]{min-width:69.5652173913%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-max-width="16"]{max-width:69.5652173913%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-width="17"]{width:73.9130434783%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-x="17"]{left:73.9130434783%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-min-width="17"]{min-width:73.9130434783%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-max-width="17"]{max-width:73.9130434783%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-width="18"]{width:78.2608695652%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-x="18"]{left:78.2608695652%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-min-width="18"]{min-width:78.2608695652%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-max-width="18"]{max-width:78.2608695652%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-width="19"]{width:82.6086956522%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-x="19"]{left:82.6086956522%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-min-width="19"]{min-width:82.6086956522%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-max-width="19"]{max-width:82.6086956522%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-width="20"]{width:86.9565217391%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-x="20"]{left:86.9565217391%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-min-width="20"]{min-width:86.9565217391%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-max-width="20"]{max-width:86.9565217391%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-width="21"]{width:91.3043478261%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-x="21"]{left:91.3043478261%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-min-width="21"]{min-width:91.3043478261%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-max-width="21"]{max-width:91.3043478261%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-width="22"]{width:95.652173913%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-x="22"]{left:95.652173913%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-min-width="22"]{min-width:95.652173913%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-max-width="22"]{max-width:95.652173913%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-width="23"]{width:100%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-x="23"]{left:100%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-min-width="23"]{min-width:100%}.grid-stack.grid-stack-23>.grid-stack-item[data-gs-max-width="23"]{max-width:100%}.grid-stack.grid-stack-24>.grid-stack-item{min-width:4.1666666667%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-width="1"]{width:4.1666666667%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-x="1"]{left:4.1666666667%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-min-width="1"]{min-width:4.1666666667%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-max-width="1"]{max-width:4.1666666667%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-width="2"]{width:8.3333333333%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-x="2"]{left:8.3333333333%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-min-width="2"]{min-width:8.3333333333%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-max-width="2"]{max-width:8.3333333333%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-width="3"]{width:12.5%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-x="3"]{left:12.5%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-min-width="3"]{min-width:12.5%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-max-width="3"]{max-width:12.5%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-width="4"]{width:16.6666666667%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-x="4"]{left:16.6666666667%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-min-width="4"]{min-width:16.6666666667%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-max-width="4"]{max-width:16.6666666667%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-width="5"]{width:20.8333333333%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-x="5"]{left:20.8333333333%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-min-width="5"]{min-width:20.8333333333%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-max-width="5"]{max-width:20.8333333333%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-width="6"]{width:25%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-x="6"]{left:25%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-min-width="6"]{min-width:25%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-max-width="6"]{max-width:25%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-width="7"]{width:29.1666666667%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-x="7"]{left:29.1666666667%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-min-width="7"]{min-width:29.1666666667%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-max-width="7"]{max-width:29.1666666667%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-width="8"]{width:33.3333333333%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-x="8"]{left:33.3333333333%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-min-width="8"]{min-width:33.3333333333%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-max-width="8"]{max-width:33.3333333333%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-width="9"]{width:37.5%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-x="9"]{left:37.5%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-min-width="9"]{min-width:37.5%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-max-width="9"]{max-width:37.5%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-width="10"]{width:41.6666666667%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-x="10"]{left:41.6666666667%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-min-width="10"]{min-width:41.6666666667%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-max-width="10"]{max-width:41.6666666667%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-width="11"]{width:45.8333333333%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-x="11"]{left:45.8333333333%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-min-width="11"]{min-width:45.8333333333%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-max-width="11"]{max-width:45.8333333333%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-width="12"]{width:50%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-x="12"]{left:50%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-min-width="12"]{min-width:50%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-max-width="12"]{max-width:50%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-width="13"]{width:54.1666666667%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-x="13"]{left:54.1666666667%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-min-width="13"]{min-width:54.1666666667%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-max-width="13"]{max-width:54.1666666667%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-width="14"]{width:58.3333333333%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-x="14"]{left:58.3333333333%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-min-width="14"]{min-width:58.3333333333%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-max-width="14"]{max-width:58.3333333333%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-width="15"]{width:62.5%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-x="15"]{left:62.5%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-min-width="15"]{min-width:62.5%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-max-width="15"]{max-width:62.5%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-width="16"]{width:66.6666666667%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-x="16"]{left:66.6666666667%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-min-width="16"]{min-width:66.6666666667%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-max-width="16"]{max-width:66.6666666667%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-width="17"]{width:70.8333333333%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-x="17"]{left:70.8333333333%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-min-width="17"]{min-width:70.8333333333%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-max-width="17"]{max-width:70.8333333333%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-width="18"]{width:75%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-x="18"]{left:75%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-min-width="18"]{min-width:75%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-max-width="18"]{max-width:75%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-width="19"]{width:79.1666666667%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-x="19"]{left:79.1666666667%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-min-width="19"]{min-width:79.1666666667%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-max-width="19"]{max-width:79.1666666667%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-width="20"]{width:83.3333333333%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-x="20"]{left:83.3333333333%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-min-width="20"]{min-width:83.3333333333%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-max-width="20"]{max-width:83.3333333333%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-width="21"]{width:87.5%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-x="21"]{left:87.5%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-min-width="21"]{min-width:87.5%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-max-width="21"]{max-width:87.5%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-width="22"]{width:91.6666666667%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-x="22"]{left:91.6666666667%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-min-width="22"]{min-width:91.6666666667%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-max-width="22"]{max-width:91.6666666667%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-width="23"]{width:95.8333333333%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-x="23"]{left:95.8333333333%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-min-width="23"]{min-width:95.8333333333%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-max-width="23"]{max-width:95.8333333333%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-width="24"]{width:100%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-x="24"]{left:100%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-min-width="24"]{min-width:100%}.grid-stack.grid-stack-24>.grid-stack-item[data-gs-max-width="24"]{max-width:100%}.grid-stack.grid-stack-25>.grid-stack-item{min-width:4%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-width="1"]{width:4%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-x="1"]{left:4%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-min-width="1"]{min-width:4%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-max-width="1"]{max-width:4%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-width="2"]{width:8%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-x="2"]{left:8%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-min-width="2"]{min-width:8%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-max-width="2"]{max-width:8%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-width="3"]{width:12%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-x="3"]{left:12%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-min-width="3"]{min-width:12%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-max-width="3"]{max-width:12%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-width="4"]{width:16%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-x="4"]{left:16%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-min-width="4"]{min-width:16%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-max-width="4"]{max-width:16%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-width="5"]{width:20%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-x="5"]{left:20%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-min-width="5"]{min-width:20%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-max-width="5"]{max-width:20%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-width="6"]{width:24%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-x="6"]{left:24%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-min-width="6"]{min-width:24%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-max-width="6"]{max-width:24%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-width="7"]{width:28%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-x="7"]{left:28%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-min-width="7"]{min-width:28%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-max-width="7"]{max-width:28%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-width="8"]{width:32%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-x="8"]{left:32%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-min-width="8"]{min-width:32%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-max-width="8"]{max-width:32%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-width="9"]{width:36%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-x="9"]{left:36%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-min-width="9"]{min-width:36%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-max-width="9"]{max-width:36%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-width="10"]{width:40%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-x="10"]{left:40%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-min-width="10"]{min-width:40%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-max-width="10"]{max-width:40%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-width="11"]{width:44%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-x="11"]{left:44%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-min-width="11"]{min-width:44%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-max-width="11"]{max-width:44%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-width="12"]{width:48%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-x="12"]{left:48%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-min-width="12"]{min-width:48%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-max-width="12"]{max-width:48%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-width="13"]{width:52%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-x="13"]{left:52%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-min-width="13"]{min-width:52%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-max-width="13"]{max-width:52%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-width="14"]{width:56%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-x="14"]{left:56%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-min-width="14"]{min-width:56%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-max-width="14"]{max-width:56%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-width="15"]{width:60%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-x="15"]{left:60%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-min-width="15"]{min-width:60%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-max-width="15"]{max-width:60%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-width="16"]{width:64%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-x="16"]{left:64%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-min-width="16"]{min-width:64%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-max-width="16"]{max-width:64%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-width="17"]{width:68%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-x="17"]{left:68%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-min-width="17"]{min-width:68%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-max-width="17"]{max-width:68%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-width="18"]{width:72%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-x="18"]{left:72%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-min-width="18"]{min-width:72%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-max-width="18"]{max-width:72%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-width="19"]{width:76%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-x="19"]{left:76%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-min-width="19"]{min-width:76%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-max-width="19"]{max-width:76%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-width="20"]{width:80%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-x="20"]{left:80%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-min-width="20"]{min-width:80%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-max-width="20"]{max-width:80%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-width="21"]{width:84%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-x="21"]{left:84%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-min-width="21"]{min-width:84%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-max-width="21"]{max-width:84%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-width="22"]{width:88%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-x="22"]{left:88%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-min-width="22"]{min-width:88%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-max-width="22"]{max-width:88%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-width="23"]{width:92%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-x="23"]{left:92%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-min-width="23"]{min-width:92%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-max-width="23"]{max-width:92%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-width="24"]{width:96%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-x="24"]{left:96%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-min-width="24"]{min-width:96%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-max-width="24"]{max-width:96%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-width="25"]{width:100%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-x="25"]{left:100%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-min-width="25"]{min-width:100%}.grid-stack.grid-stack-25>.grid-stack-item[data-gs-max-width="25"]{max-width:100%}.grid-stack.grid-stack-26>.grid-stack-item{min-width:3.8461538462%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-width="1"]{width:3.8461538462%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-x="1"]{left:3.8461538462%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-min-width="1"]{min-width:3.8461538462%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-max-width="1"]{max-width:3.8461538462%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-width="2"]{width:7.6923076923%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-x="2"]{left:7.6923076923%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-min-width="2"]{min-width:7.6923076923%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-max-width="2"]{max-width:7.6923076923%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-width="3"]{width:11.5384615385%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-x="3"]{left:11.5384615385%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-min-width="3"]{min-width:11.5384615385%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-max-width="3"]{max-width:11.5384615385%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-width="4"]{width:15.3846153846%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-x="4"]{left:15.3846153846%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-min-width="4"]{min-width:15.3846153846%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-max-width="4"]{max-width:15.3846153846%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-width="5"]{width:19.2307692308%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-x="5"]{left:19.2307692308%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-min-width="5"]{min-width:19.2307692308%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-max-width="5"]{max-width:19.2307692308%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-width="6"]{width:23.0769230769%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-x="6"]{left:23.0769230769%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-min-width="6"]{min-width:23.0769230769%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-max-width="6"]{max-width:23.0769230769%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-width="7"]{width:26.9230769231%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-x="7"]{left:26.9230769231%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-min-width="7"]{min-width:26.9230769231%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-max-width="7"]{max-width:26.9230769231%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-width="8"]{width:30.7692307692%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-x="8"]{left:30.7692307692%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-min-width="8"]{min-width:30.7692307692%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-max-width="8"]{max-width:30.7692307692%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-width="9"]{width:34.6153846154%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-x="9"]{left:34.6153846154%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-min-width="9"]{min-width:34.6153846154%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-max-width="9"]{max-width:34.6153846154%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-width="10"]{width:38.4615384615%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-x="10"]{left:38.4615384615%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-min-width="10"]{min-width:38.4615384615%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-max-width="10"]{max-width:38.4615384615%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-width="11"]{width:42.3076923077%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-x="11"]{left:42.3076923077%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-min-width="11"]{min-width:42.3076923077%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-max-width="11"]{max-width:42.3076923077%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-width="12"]{width:46.1538461538%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-x="12"]{left:46.1538461538%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-min-width="12"]{min-width:46.1538461538%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-max-width="12"]{max-width:46.1538461538%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-width="13"]{width:50%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-x="13"]{left:50%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-min-width="13"]{min-width:50%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-max-width="13"]{max-width:50%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-width="14"]{width:53.8461538462%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-x="14"]{left:53.8461538462%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-min-width="14"]{min-width:53.8461538462%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-max-width="14"]{max-width:53.8461538462%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-width="15"]{width:57.6923076923%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-x="15"]{left:57.6923076923%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-min-width="15"]{min-width:57.6923076923%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-max-width="15"]{max-width:57.6923076923%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-width="16"]{width:61.5384615385%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-x="16"]{left:61.5384615385%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-min-width="16"]{min-width:61.5384615385%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-max-width="16"]{max-width:61.5384615385%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-width="17"]{width:65.3846153846%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-x="17"]{left:65.3846153846%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-min-width="17"]{min-width:65.3846153846%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-max-width="17"]{max-width:65.3846153846%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-width="18"]{width:69.2307692308%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-x="18"]{left:69.2307692308%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-min-width="18"]{min-width:69.2307692308%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-max-width="18"]{max-width:69.2307692308%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-width="19"]{width:73.0769230769%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-x="19"]{left:73.0769230769%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-min-width="19"]{min-width:73.0769230769%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-max-width="19"]{max-width:73.0769230769%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-width="20"]{width:76.9230769231%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-x="20"]{left:76.9230769231%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-min-width="20"]{min-width:76.9230769231%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-max-width="20"]{max-width:76.9230769231%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-width="21"]{width:80.7692307692%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-x="21"]{left:80.7692307692%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-min-width="21"]{min-width:80.7692307692%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-max-width="21"]{max-width:80.7692307692%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-width="22"]{width:84.6153846154%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-x="22"]{left:84.6153846154%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-min-width="22"]{min-width:84.6153846154%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-max-width="22"]{max-width:84.6153846154%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-width="23"]{width:88.4615384615%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-x="23"]{left:88.4615384615%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-min-width="23"]{min-width:88.4615384615%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-max-width="23"]{max-width:88.4615384615%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-width="24"]{width:92.3076923077%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-x="24"]{left:92.3076923077%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-min-width="24"]{min-width:92.3076923077%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-max-width="24"]{max-width:92.3076923077%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-width="25"]{width:96.1538461538%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-x="25"]{left:96.1538461538%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-min-width="25"]{min-width:96.1538461538%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-max-width="25"]{max-width:96.1538461538%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-width="26"]{width:100%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-x="26"]{left:100%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-min-width="26"]{min-width:100%}.grid-stack.grid-stack-26>.grid-stack-item[data-gs-max-width="26"]{max-width:100%}.grid-stack.grid-stack-27>.grid-stack-item{min-width:3.7037037037%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-width="1"]{width:3.7037037037%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-x="1"]{left:3.7037037037%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-min-width="1"]{min-width:3.7037037037%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-max-width="1"]{max-width:3.7037037037%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-width="2"]{width:7.4074074074%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-x="2"]{left:7.4074074074%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-min-width="2"]{min-width:7.4074074074%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-max-width="2"]{max-width:7.4074074074%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-width="3"]{width:11.1111111111%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-x="3"]{left:11.1111111111%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-min-width="3"]{min-width:11.1111111111%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-max-width="3"]{max-width:11.1111111111%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-width="4"]{width:14.8148148148%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-x="4"]{left:14.8148148148%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-min-width="4"]{min-width:14.8148148148%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-max-width="4"]{max-width:14.8148148148%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-width="5"]{width:18.5185185185%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-x="5"]{left:18.5185185185%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-min-width="5"]{min-width:18.5185185185%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-max-width="5"]{max-width:18.5185185185%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-width="6"]{width:22.2222222222%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-x="6"]{left:22.2222222222%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-min-width="6"]{min-width:22.2222222222%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-max-width="6"]{max-width:22.2222222222%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-width="7"]{width:25.9259259259%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-x="7"]{left:25.9259259259%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-min-width="7"]{min-width:25.9259259259%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-max-width="7"]{max-width:25.9259259259%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-width="8"]{width:29.6296296296%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-x="8"]{left:29.6296296296%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-min-width="8"]{min-width:29.6296296296%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-max-width="8"]{max-width:29.6296296296%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-width="9"]{width:33.3333333333%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-x="9"]{left:33.3333333333%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-min-width="9"]{min-width:33.3333333333%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-max-width="9"]{max-width:33.3333333333%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-width="10"]{width:37.037037037%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-x="10"]{left:37.037037037%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-min-width="10"]{min-width:37.037037037%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-max-width="10"]{max-width:37.037037037%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-width="11"]{width:40.7407407407%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-x="11"]{left:40.7407407407%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-min-width="11"]{min-width:40.7407407407%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-max-width="11"]{max-width:40.7407407407%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-width="12"]{width:44.4444444444%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-x="12"]{left:44.4444444444%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-min-width="12"]{min-width:44.4444444444%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-max-width="12"]{max-width:44.4444444444%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-width="13"]{width:48.1481481481%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-x="13"]{left:48.1481481481%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-min-width="13"]{min-width:48.1481481481%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-max-width="13"]{max-width:48.1481481481%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-width="14"]{width:51.8518518519%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-x="14"]{left:51.8518518519%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-min-width="14"]{min-width:51.8518518519%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-max-width="14"]{max-width:51.8518518519%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-width="15"]{width:55.5555555556%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-x="15"]{left:55.5555555556%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-min-width="15"]{min-width:55.5555555556%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-max-width="15"]{max-width:55.5555555556%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-width="16"]{width:59.2592592593%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-x="16"]{left:59.2592592593%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-min-width="16"]{min-width:59.2592592593%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-max-width="16"]{max-width:59.2592592593%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-width="17"]{width:62.962962963%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-x="17"]{left:62.962962963%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-min-width="17"]{min-width:62.962962963%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-max-width="17"]{max-width:62.962962963%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-width="18"]{width:66.6666666667%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-x="18"]{left:66.6666666667%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-min-width="18"]{min-width:66.6666666667%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-max-width="18"]{max-width:66.6666666667%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-width="19"]{width:70.3703703704%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-x="19"]{left:70.3703703704%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-min-width="19"]{min-width:70.3703703704%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-max-width="19"]{max-width:70.3703703704%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-width="20"]{width:74.0740740741%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-x="20"]{left:74.0740740741%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-min-width="20"]{min-width:74.0740740741%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-max-width="20"]{max-width:74.0740740741%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-width="21"]{width:77.7777777778%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-x="21"]{left:77.7777777778%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-min-width="21"]{min-width:77.7777777778%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-max-width="21"]{max-width:77.7777777778%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-width="22"]{width:81.4814814815%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-x="22"]{left:81.4814814815%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-min-width="22"]{min-width:81.4814814815%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-max-width="22"]{max-width:81.4814814815%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-width="23"]{width:85.1851851852%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-x="23"]{left:85.1851851852%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-min-width="23"]{min-width:85.1851851852%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-max-width="23"]{max-width:85.1851851852%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-width="24"]{width:88.8888888889%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-x="24"]{left:88.8888888889%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-min-width="24"]{min-width:88.8888888889%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-max-width="24"]{max-width:88.8888888889%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-width="25"]{width:92.5925925926%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-x="25"]{left:92.5925925926%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-min-width="25"]{min-width:92.5925925926%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-max-width="25"]{max-width:92.5925925926%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-width="26"]{width:96.2962962963%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-x="26"]{left:96.2962962963%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-min-width="26"]{min-width:96.2962962963%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-max-width="26"]{max-width:96.2962962963%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-width="27"]{width:100%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-x="27"]{left:100%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-min-width="27"]{min-width:100%}.grid-stack.grid-stack-27>.grid-stack-item[data-gs-max-width="27"]{max-width:100%}.grid-stack.grid-stack-28>.grid-stack-item{min-width:3.5714285714%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-width="1"]{width:3.5714285714%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-x="1"]{left:3.5714285714%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-min-width="1"]{min-width:3.5714285714%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-max-width="1"]{max-width:3.5714285714%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-width="2"]{width:7.1428571429%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-x="2"]{left:7.1428571429%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-min-width="2"]{min-width:7.1428571429%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-max-width="2"]{max-width:7.1428571429%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-width="3"]{width:10.7142857143%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-x="3"]{left:10.7142857143%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-min-width="3"]{min-width:10.7142857143%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-max-width="3"]{max-width:10.7142857143%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-width="4"]{width:14.2857142857%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-x="4"]{left:14.2857142857%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-min-width="4"]{min-width:14.2857142857%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-max-width="4"]{max-width:14.2857142857%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-width="5"]{width:17.8571428571%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-x="5"]{left:17.8571428571%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-min-width="5"]{min-width:17.8571428571%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-max-width="5"]{max-width:17.8571428571%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-width="6"]{width:21.4285714286%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-x="6"]{left:21.4285714286%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-min-width="6"]{min-width:21.4285714286%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-max-width="6"]{max-width:21.4285714286%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-width="7"]{width:25%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-x="7"]{left:25%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-min-width="7"]{min-width:25%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-max-width="7"]{max-width:25%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-width="8"]{width:28.5714285714%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-x="8"]{left:28.5714285714%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-min-width="8"]{min-width:28.5714285714%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-max-width="8"]{max-width:28.5714285714%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-width="9"]{width:32.1428571429%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-x="9"]{left:32.1428571429%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-min-width="9"]{min-width:32.1428571429%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-max-width="9"]{max-width:32.1428571429%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-width="10"]{width:35.7142857143%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-x="10"]{left:35.7142857143%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-min-width="10"]{min-width:35.7142857143%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-max-width="10"]{max-width:35.7142857143%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-width="11"]{width:39.2857142857%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-x="11"]{left:39.2857142857%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-min-width="11"]{min-width:39.2857142857%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-max-width="11"]{max-width:39.2857142857%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-width="12"]{width:42.8571428571%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-x="12"]{left:42.8571428571%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-min-width="12"]{min-width:42.8571428571%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-max-width="12"]{max-width:42.8571428571%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-width="13"]{width:46.4285714286%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-x="13"]{left:46.4285714286%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-min-width="13"]{min-width:46.4285714286%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-max-width="13"]{max-width:46.4285714286%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-width="14"]{width:50%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-x="14"]{left:50%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-min-width="14"]{min-width:50%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-max-width="14"]{max-width:50%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-width="15"]{width:53.5714285714%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-x="15"]{left:53.5714285714%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-min-width="15"]{min-width:53.5714285714%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-max-width="15"]{max-width:53.5714285714%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-width="16"]{width:57.1428571429%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-x="16"]{left:57.1428571429%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-min-width="16"]{min-width:57.1428571429%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-max-width="16"]{max-width:57.1428571429%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-width="17"]{width:60.7142857143%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-x="17"]{left:60.7142857143%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-min-width="17"]{min-width:60.7142857143%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-max-width="17"]{max-width:60.7142857143%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-width="18"]{width:64.2857142857%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-x="18"]{left:64.2857142857%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-min-width="18"]{min-width:64.2857142857%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-max-width="18"]{max-width:64.2857142857%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-width="19"]{width:67.8571428571%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-x="19"]{left:67.8571428571%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-min-width="19"]{min-width:67.8571428571%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-max-width="19"]{max-width:67.8571428571%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-width="20"]{width:71.4285714286%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-x="20"]{left:71.4285714286%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-min-width="20"]{min-width:71.4285714286%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-max-width="20"]{max-width:71.4285714286%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-width="21"]{width:75%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-x="21"]{left:75%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-min-width="21"]{min-width:75%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-max-width="21"]{max-width:75%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-width="22"]{width:78.5714285714%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-x="22"]{left:78.5714285714%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-min-width="22"]{min-width:78.5714285714%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-max-width="22"]{max-width:78.5714285714%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-width="23"]{width:82.1428571429%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-x="23"]{left:82.1428571429%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-min-width="23"]{min-width:82.1428571429%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-max-width="23"]{max-width:82.1428571429%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-width="24"]{width:85.7142857143%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-x="24"]{left:85.7142857143%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-min-width="24"]{min-width:85.7142857143%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-max-width="24"]{max-width:85.7142857143%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-width="25"]{width:89.2857142857%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-x="25"]{left:89.2857142857%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-min-width="25"]{min-width:89.2857142857%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-max-width="25"]{max-width:89.2857142857%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-width="26"]{width:92.8571428571%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-x="26"]{left:92.8571428571%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-min-width="26"]{min-width:92.8571428571%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-max-width="26"]{max-width:92.8571428571%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-width="27"]{width:96.4285714286%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-x="27"]{left:96.4285714286%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-min-width="27"]{min-width:96.4285714286%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-max-width="27"]{max-width:96.4285714286%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-width="28"]{width:100%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-x="28"]{left:100%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-min-width="28"]{min-width:100%}.grid-stack.grid-stack-28>.grid-stack-item[data-gs-max-width="28"]{max-width:100%}.grid-stack.grid-stack-29>.grid-stack-item{min-width:3.4482758621%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="1"]{width:3.4482758621%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="1"]{left:3.4482758621%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-min-width="1"]{min-width:3.4482758621%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-max-width="1"]{max-width:3.4482758621%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="2"]{width:6.8965517241%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="2"]{left:6.8965517241%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-min-width="2"]{min-width:6.8965517241%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-max-width="2"]{max-width:6.8965517241%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="3"]{width:10.3448275862%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="3"]{left:10.3448275862%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-min-width="3"]{min-width:10.3448275862%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-max-width="3"]{max-width:10.3448275862%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="4"]{width:13.7931034483%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="4"]{left:13.7931034483%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-min-width="4"]{min-width:13.7931034483%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-max-width="4"]{max-width:13.7931034483%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="5"]{width:17.2413793103%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="5"]{left:17.2413793103%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-min-width="5"]{min-width:17.2413793103%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-max-width="5"]{max-width:17.2413793103%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="6"]{width:20.6896551724%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="6"]{left:20.6896551724%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-min-width="6"]{min-width:20.6896551724%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-max-width="6"]{max-width:20.6896551724%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="7"]{width:24.1379310345%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="7"]{left:24.1379310345%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-min-width="7"]{min-width:24.1379310345%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-max-width="7"]{max-width:24.1379310345%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="8"]{width:27.5862068966%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="8"]{left:27.5862068966%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-min-width="8"]{min-width:27.5862068966%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-max-width="8"]{max-width:27.5862068966%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="9"]{width:31.0344827586%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="9"]{left:31.0344827586%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-min-width="9"]{min-width:31.0344827586%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-max-width="9"]{max-width:31.0344827586%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="10"]{width:34.4827586207%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="10"]{left:34.4827586207%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-min-width="10"]{min-width:34.4827586207%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-max-width="10"]{max-width:34.4827586207%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="11"]{width:37.9310344828%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="11"]{left:37.9310344828%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-min-width="11"]{min-width:37.9310344828%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-max-width="11"]{max-width:37.9310344828%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="12"]{width:41.3793103448%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="12"]{left:41.3793103448%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-min-width="12"]{min-width:41.3793103448%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-max-width="12"]{max-width:41.3793103448%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="13"]{width:44.8275862069%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="13"]{left:44.8275862069%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-min-width="13"]{min-width:44.8275862069%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-max-width="13"]{max-width:44.8275862069%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="14"]{width:48.275862069%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="14"]{left:48.275862069%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-min-width="14"]{min-width:48.275862069%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-max-width="14"]{max-width:48.275862069%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="15"]{width:51.724137931%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="15"]{left:51.724137931%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-min-width="15"]{min-width:51.724137931%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-max-width="15"]{max-width:51.724137931%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="16"]{width:55.1724137931%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="16"]{left:55.1724137931%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-min-width="16"]{min-width:55.1724137931%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-max-width="16"]{max-width:55.1724137931%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="17"]{width:58.6206896552%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="17"]{left:58.6206896552%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-min-width="17"]{min-width:58.6206896552%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-max-width="17"]{max-width:58.6206896552%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="18"]{width:62.0689655172%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="18"]{left:62.0689655172%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-min-width="18"]{min-width:62.0689655172%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-max-width="18"]{max-width:62.0689655172%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="19"]{width:65.5172413793%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="19"]{left:65.5172413793%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-min-width="19"]{min-width:65.5172413793%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-max-width="19"]{max-width:65.5172413793%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="20"]{width:68.9655172414%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="20"]{left:68.9655172414%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-min-width="20"]{min-width:68.9655172414%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-max-width="20"]{max-width:68.9655172414%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="21"]{width:72.4137931034%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="21"]{left:72.4137931034%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-min-width="21"]{min-width:72.4137931034%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-max-width="21"]{max-width:72.4137931034%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="22"]{width:75.8620689655%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="22"]{left:75.8620689655%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-min-width="22"]{min-width:75.8620689655%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-max-width="22"]{max-width:75.8620689655%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="23"]{width:79.3103448276%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="23"]{left:79.3103448276%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-min-width="23"]{min-width:79.3103448276%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-max-width="23"]{max-width:79.3103448276%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="24"]{width:82.7586206897%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="24"]{left:82.7586206897%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-min-width="24"]{min-width:82.7586206897%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-max-width="24"]{max-width:82.7586206897%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="25"]{width:86.2068965517%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="25"]{left:86.2068965517%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-min-width="25"]{min-width:86.2068965517%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-max-width="25"]{max-width:86.2068965517%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="26"]{width:89.6551724138%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="26"]{left:89.6551724138%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-min-width="26"]{min-width:89.6551724138%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-max-width="26"]{max-width:89.6551724138%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="27"]{width:93.1034482759%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="27"]{left:93.1034482759%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-min-width="27"]{min-width:93.1034482759%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-max-width="27"]{max-width:93.1034482759%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="28"]{width:96.5517241379%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="28"]{left:96.5517241379%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-min-width="28"]{min-width:96.5517241379%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-max-width="28"]{max-width:96.5517241379%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="29"]{width:100%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="29"]{left:100%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-min-width="29"]{min-width:100%}.grid-stack.grid-stack-29>.grid-stack-item[data-gs-max-width="29"]{max-width:100%}.grid-stack.grid-stack-30>.grid-stack-item{min-width:3.3333333333%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="1"]{width:3.3333333333%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="1"]{left:3.3333333333%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-min-width="1"]{min-width:3.3333333333%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-max-width="1"]{max-width:3.3333333333%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="2"]{width:6.6666666667%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="2"]{left:6.6666666667%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-min-width="2"]{min-width:6.6666666667%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-max-width="2"]{max-width:6.6666666667%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="3"]{width:10%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="3"]{left:10%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-min-width="3"]{min-width:10%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-max-width="3"]{max-width:10%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="4"]{width:13.3333333333%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="4"]{left:13.3333333333%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-min-width="4"]{min-width:13.3333333333%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-max-width="4"]{max-width:13.3333333333%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="5"]{width:16.6666666667%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="5"]{left:16.6666666667%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-min-width="5"]{min-width:16.6666666667%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-max-width="5"]{max-width:16.6666666667%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="6"]{width:20%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="6"]{left:20%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-min-width="6"]{min-width:20%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-max-width="6"]{max-width:20%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="7"]{width:23.3333333333%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="7"]{left:23.3333333333%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-min-width="7"]{min-width:23.3333333333%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-max-width="7"]{max-width:23.3333333333%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="8"]{width:26.6666666667%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="8"]{left:26.6666666667%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-min-width="8"]{min-width:26.6666666667%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-max-width="8"]{max-width:26.6666666667%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="9"]{width:30%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="9"]{left:30%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-min-width="9"]{min-width:30%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-max-width="9"]{max-width:30%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="10"]{width:33.3333333333%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="10"]{left:33.3333333333%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-min-width="10"]{min-width:33.3333333333%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-max-width="10"]{max-width:33.3333333333%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="11"]{width:36.6666666667%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="11"]{left:36.6666666667%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-min-width="11"]{min-width:36.6666666667%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-max-width="11"]{max-width:36.6666666667%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="12"]{width:40%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="12"]{left:40%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-min-width="12"]{min-width:40%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-max-width="12"]{max-width:40%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="13"]{width:43.3333333333%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="13"]{left:43.3333333333%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-min-width="13"]{min-width:43.3333333333%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-max-width="13"]{max-width:43.3333333333%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="14"]{width:46.6666666667%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="14"]{left:46.6666666667%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-min-width="14"]{min-width:46.6666666667%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-max-width="14"]{max-width:46.6666666667%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="15"]{width:50%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="15"]{left:50%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-min-width="15"]{min-width:50%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-max-width="15"]{max-width:50%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="16"]{width:53.3333333333%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="16"]{left:53.3333333333%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-min-width="16"]{min-width:53.3333333333%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-max-width="16"]{max-width:53.3333333333%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="17"]{width:56.6666666667%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="17"]{left:56.6666666667%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-min-width="17"]{min-width:56.6666666667%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-max-width="17"]{max-width:56.6666666667%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="18"]{width:60%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="18"]{left:60%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-min-width="18"]{min-width:60%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-max-width="18"]{max-width:60%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="19"]{width:63.3333333333%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="19"]{left:63.3333333333%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-min-width="19"]{min-width:63.3333333333%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-max-width="19"]{max-width:63.3333333333%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="20"]{width:66.6666666667%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="20"]{left:66.6666666667%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-min-width="20"]{min-width:66.6666666667%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-max-width="20"]{max-width:66.6666666667%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="21"]{width:70%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="21"]{left:70%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-min-width="21"]{min-width:70%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-max-width="21"]{max-width:70%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="22"]{width:73.3333333333%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="22"]{left:73.3333333333%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-min-width="22"]{min-width:73.3333333333%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-max-width="22"]{max-width:73.3333333333%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="23"]{width:76.6666666667%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="23"]{left:76.6666666667%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-min-width="23"]{min-width:76.6666666667%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-max-width="23"]{max-width:76.6666666667%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="24"]{width:80%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="24"]{left:80%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-min-width="24"]{min-width:80%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-max-width="24"]{max-width:80%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="25"]{width:83.3333333333%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="25"]{left:83.3333333333%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-min-width="25"]{min-width:83.3333333333%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-max-width="25"]{max-width:83.3333333333%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="26"]{width:86.6666666667%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="26"]{left:86.6666666667%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-min-width="26"]{min-width:86.6666666667%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-max-width="26"]{max-width:86.6666666667%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="27"]{width:90%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="27"]{left:90%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-min-width="27"]{min-width:90%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-max-width="27"]{max-width:90%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="28"]{width:93.3333333333%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="28"]{left:93.3333333333%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-min-width="28"]{min-width:93.3333333333%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-max-width="28"]{max-width:93.3333333333%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="29"]{width:96.6666666667%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="29"]{left:96.6666666667%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-min-width="29"]{min-width:96.6666666667%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-max-width="29"]{max-width:96.6666666667%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="30"]{width:100%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="30"]{left:100%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-min-width="30"]{min-width:100%}.grid-stack.grid-stack-30>.grid-stack-item[data-gs-max-width="30"]{max-width:100%}.grid-stack>.grid-stack-item>.grid-stack-item-content{overflow:hidden;line-height:18px} \ No newline at end of file diff --git a/software/flow/node_modules/node-red-dashboard/dist/dashboard.appcache b/software/flow/node_modules/node-red-dashboard/dist/dashboard.appcache deleted file mode 100644 index 4473ce5..0000000 --- a/software/flow/node_modules/node-red-dashboard/dist/dashboard.appcache +++ /dev/null @@ -1,29 +0,0 @@ -CACHE MANIFEST -# Time: Tue Jan 03 2023 15:45:18 GMT+0000 (Greenwich Mean Time) - -CACHE: -i18n.js -icon120x120.png -icon192x192.png -icon64x64.png -css/app.min.css -css/app.min.less -css/gridstack-extra.min.css -js/app.min.js -js/tinycolor-min.js -socket.io/socket.io.js -fonts/MaterialIcons-Regular.woff -fonts/MaterialIcons-Regular.woff2 -fonts/fontawesome-webfont.woff -fonts/fontawesome-webfont.woff2 -fonts/weather-icons-lite.woff -fonts/weather-icons-lite.woff2 -gs/gridstack.jQueryUI.min.js -gs/gridstack.min.css -gs/gridstack.min.js -loading.html - -NETWORK: -* - -# hash: 4e1747f9d470381b38d72b730cdfbe144f536fa6303dece638a15db835a4612e diff --git a/software/flow/node_modules/node-red-dashboard/dist/fonts/MaterialIcons-Regular.woff b/software/flow/node_modules/node-red-dashboard/dist/fonts/MaterialIcons-Regular.woff deleted file mode 100644 index e4951c4..0000000 Binary files a/software/flow/node_modules/node-red-dashboard/dist/fonts/MaterialIcons-Regular.woff and /dev/null differ diff --git a/software/flow/node_modules/node-red-dashboard/dist/fonts/MaterialIcons-Regular.woff2 b/software/flow/node_modules/node-red-dashboard/dist/fonts/MaterialIcons-Regular.woff2 deleted file mode 100644 index 2eb4fb4..0000000 Binary files a/software/flow/node_modules/node-red-dashboard/dist/fonts/MaterialIcons-Regular.woff2 and /dev/null differ diff --git a/software/flow/node_modules/node-red-dashboard/dist/fonts/fontawesome-webfont.woff b/software/flow/node_modules/node-red-dashboard/dist/fonts/fontawesome-webfont.woff deleted file mode 100644 index 400014a..0000000 Binary files a/software/flow/node_modules/node-red-dashboard/dist/fonts/fontawesome-webfont.woff and /dev/null differ diff --git a/software/flow/node_modules/node-red-dashboard/dist/fonts/fontawesome-webfont.woff2 b/software/flow/node_modules/node-red-dashboard/dist/fonts/fontawesome-webfont.woff2 deleted file mode 100644 index 4d13fc6..0000000 Binary files a/software/flow/node_modules/node-red-dashboard/dist/fonts/fontawesome-webfont.woff2 and /dev/null differ diff --git a/software/flow/node_modules/node-red-dashboard/dist/fonts/weather-icons-lite.woff b/software/flow/node_modules/node-red-dashboard/dist/fonts/weather-icons-lite.woff deleted file mode 100644 index b021592..0000000 Binary files a/software/flow/node_modules/node-red-dashboard/dist/fonts/weather-icons-lite.woff and /dev/null differ diff --git a/software/flow/node_modules/node-red-dashboard/dist/fonts/weather-icons-lite.woff2 b/software/flow/node_modules/node-red-dashboard/dist/fonts/weather-icons-lite.woff2 deleted file mode 100644 index ade0290..0000000 Binary files a/software/flow/node_modules/node-red-dashboard/dist/fonts/weather-icons-lite.woff2 and /dev/null differ diff --git a/software/flow/node_modules/node-red-dashboard/dist/i18n.js b/software/flow/node_modules/node-red-dashboard/dist/i18n.js deleted file mode 100644 index 4becae8..0000000 --- a/software/flow/node_modules/node-red-dashboard/dist/i18n.js +++ /dev/null @@ -1,4 +0,0 @@ -// Placeholder only - This is NOT a sustainable solution to i18n localisation -// Replace/overwrite this file with an angular-locale_... file of your choice from the npm angular-i18n project -// Then edit dashboard.appcache - (for example add a digit to the hash) -// Stop, start Node-RED and refresh the browser page twice to flush the cache. diff --git a/software/flow/node_modules/node-red-dashboard/dist/icon120x120.png b/software/flow/node_modules/node-red-dashboard/dist/icon120x120.png deleted file mode 100644 index 82f5234..0000000 Binary files a/software/flow/node_modules/node-red-dashboard/dist/icon120x120.png and /dev/null differ diff --git a/software/flow/node_modules/node-red-dashboard/dist/icon192x192.png b/software/flow/node_modules/node-red-dashboard/dist/icon192x192.png deleted file mode 100644 index 2808b60..0000000 Binary files a/software/flow/node_modules/node-red-dashboard/dist/icon192x192.png and /dev/null differ diff --git a/software/flow/node_modules/node-red-dashboard/dist/icon64x64.png b/software/flow/node_modules/node-red-dashboard/dist/icon64x64.png deleted file mode 100644 index 56c699b..0000000 Binary files a/software/flow/node_modules/node-red-dashboard/dist/icon64x64.png and /dev/null differ diff --git a/software/flow/node_modules/node-red-dashboard/dist/index.html b/software/flow/node_modules/node-red-dashboard/dist/index.html deleted file mode 100644 index 46d7c41..0000000 --- a/software/flow/node_modules/node-red-dashboard/dist/index.html +++ /dev/null @@ -1,17 +0,0 @@ -<!DOCTYPE html> <!-- - Copyright 2016,2019 JS Foundation and other contributors, https://js.foundation/ - Copyright 2016 IBM Corp. - Copyright 2015 Andrei Tatar - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - https://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> <!-- <html> --> <html> <!-- manifest="dashboard.appcache"> --> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> <meta name="apple-mobile-web-app-title" content="Node-RED"> <meta name="mobile-web-app-capable" content="yes"> <meta name="theme-color" content="#097479"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <link rel="manifest" href="manifest.json" crossorigin="use-credentials"> <link rel="icon" sizes="192x192" href="icon192x192.png"> <link rel="shortcut icon" type="image/png" href="icon64x64.png"> <link rel="apple-touch-icon" href="icon120x120.png"> <link rel="stylesheet" href="css/app.min.css"> <link rel="stylesheet/less" href="css/app.min.less"> <title></title> </head> <body id="nr-dashboard" ng-app="ui" ng-controller="MainController as main" ng-cloak layout="column" style="background: {{main.backgroundColor}}" class="nr-dashboard-theme" ng-swipe-right="onSwipeRight();" ng-swipe-left="onSwipeLeft();" ng-attr-ng-swipe-disable-mouse="{{main.allowSwipe !== 'mouse' ? '' : undefined}}"> <md-content ng-if="main.loaded" ng-include="'partials/main.html'" layout="column" flex></md-content> <div ng-if="!main.loaded && !main.nothing" ng-include="'loading.html'" class="node-red-ui--loading"></div> <div ng-if="main.nothing" class="node-red-ui--notabs"> <table><tr><td><center><img src="icon120x120.png"></center></td></tr> <tr><td><center><h2>Welcome to the Node-RED Dashboard</h2></center></td></tr> <tr><td><center>Please add some UI nodes to your flow and redeploy.</center></td></tr></table> </div> <script src="socket.io/socket.io.js"></script> <script src="js/app.min.js"></script> <script src="i18n.js"></script> </body> </html> diff --git a/software/flow/node_modules/node-red-dashboard/dist/js/app.min.js b/software/flow/node_modules/node-red-dashboard/dist/js/app.min.js deleted file mode 100644 index b8a38cb..0000000 --- a/software/flow/node_modules/node-red-dashboard/dist/js/app.min.js +++ /dev/null @@ -1,608 +0,0 @@ -/* */ -/* Copyright 2016,2020 JS Foundation and other contributors, https://js.foundation/ */ -/* Copyright 2016 IBM Corp. */ -/* Copyright 2015 Andrei Tatar */ -/* */ -/* Licensed under the Apache License, Version 2.0 (the "License"); */ -/* you may not use this file except in compliance with the License. */ -/* You may obtain a copy of the License at */ -/* */ -/* http://www.apache.org/licenses/LICENSE-2.0 */ -/* */ -/* Unless required by applicable law or agreed to in writing, software */ -/* distributed under the License is distributed on an "AS IS" BASIS, */ -/* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ -/* See the License for the specific language governing permissions and */ -/* limitations under the License. */ -/* */ - -/*! jQuery v3.6.2 | (c) OpenJS Foundation and other contributors | jquery.org/license */ -!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(C,e){"use strict";var t=[],r=Object.getPrototypeOf,s=t.slice,g=t.flat?function(e){return t.flat.call(e)}:function(e){return t.concat.apply([],e)},u=t.push,i=t.indexOf,n={},o=n.toString,y=n.hasOwnProperty,a=y.toString,l=a.call(Object),v={},m=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType&&"function"!=typeof e.item},x=function(e){return null!=e&&e===e.window},S=C.document,c={type:!0,src:!0,nonce:!0,noModule:!0};function b(e,t,n){var r,i,o=(n=n||S).createElement("script");if(o.text=e,t)for(r in c)(i=t[r]||t.getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}function w(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?n[o.call(e)]||"object":typeof e}var f="3.6.2",E=function(e,t){return new E.fn.init(e,t)};function p(e){var t=!!e&&"length"in e&&e.length,n=w(e);return!m(e)&&!x(e)&&("array"===n||0===t||"number"==typeof t&&0<t&&t-1 in e)}E.fn=E.prototype={jquery:f,constructor:E,length:0,toArray:function(){return s.call(this)},get:function(e){return null==e?s.call(this):e<0?this[e+this.length]:this[e]},pushStack:function(e){var t=E.merge(this.constructor(),e);return t.prevObject=this,t},each:function(e){return E.each(this,e)},map:function(n){return this.pushStack(E.map(this,function(e,t){return n.call(e,t,e)}))},slice:function(){return this.pushStack(s.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},even:function(){return this.pushStack(E.grep(this,function(e,t){return(t+1)%2}))},odd:function(){return this.pushStack(E.grep(this,function(e,t){return t%2}))},eq:function(e){var t=this.length,n=+e+(e<0?t:0);return this.pushStack(0<=n&&n<t?[this[n]]:[])},end:function(){return this.prevObject||this.constructor()},push:u,sort:t.sort,splice:t.splice},E.extend=E.fn.extend=function(){var e,t,n,r,i,o,a=arguments[0]||{},s=1,u=arguments.length,l=!1;for("boolean"==typeof a&&(l=a,a=arguments[s]||{},s++),"object"==typeof a||m(a)||(a={}),s===u&&(a=this,s--);s<u;s++)if(null!=(e=arguments[s]))for(t in e)r=e[t],"__proto__"!==t&&a!==r&&(l&&r&&(E.isPlainObject(r)||(i=Array.isArray(r)))?(n=a[t],o=i&&!Array.isArray(n)?[]:i||E.isPlainObject(n)?n:{},i=!1,a[t]=E.extend(l,o,r)):void 0!==r&&(a[t]=r));return a},E.extend({expando:"jQuery"+(f+Math.random()).replace(/\D/g,""),isReady:!0,error:function(e){throw new Error(e)},noop:function(){},isPlainObject:function(e){var t,n;return!(!e||"[object Object]"!==o.call(e))&&(!(t=r(e))||"function"==typeof(n=y.call(t,"constructor")&&t.constructor)&&a.call(n)===l)},isEmptyObject:function(e){var t;for(t in e)return!1;return!0},globalEval:function(e,t,n){b(e,{nonce:t&&t.nonce},n)},each:function(e,t){var n,r=0;if(p(e)){for(n=e.length;r<n;r++)if(!1===t.call(e[r],r,e[r]))break}else for(r in e)if(!1===t.call(e[r],r,e[r]))break;return e},makeArray:function(e,t){var n=t||[];return null!=e&&(p(Object(e))?E.merge(n,"string"==typeof e?[e]:e):u.call(n,e)),n},inArray:function(e,t,n){return null==t?-1:i.call(t,e,n)},merge:function(e,t){for(var n=+t.length,r=0,i=e.length;r<n;r++)e[i++]=t[r];return e.length=i,e},grep:function(e,t,n){for(var r=[],i=0,o=e.length,a=!n;i<o;i++)!t(e[i],i)!==a&&r.push(e[i]);return r},map:function(e,t,n){var r,i,o=0,a=[];if(p(e))for(r=e.length;o<r;o++)null!=(i=t(e[o],o,n))&&a.push(i);else for(o in e)null!=(i=t(e[o],o,n))&&a.push(i);return g(a)},guid:1,support:v}),"function"==typeof Symbol&&(E.fn[Symbol.iterator]=t[Symbol.iterator]),E.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),function(e,t){n["[object "+t+"]"]=t.toLowerCase()});var d=function(n){var e,d,b,o,i,h,f,g,w,u,l,T,C,a,S,y,s,c,v,E="sizzle"+1*new Date,p=n.document,k=0,r=0,m=ue(),x=ue(),A=ue(),N=ue(),j=function(e,t){return e===t&&(l=!0),0},D={}.hasOwnProperty,t=[],q=t.pop,L=t.push,H=t.push,O=t.slice,P=function(e,t){for(var n=0,r=e.length;n<r;n++)if(e[n]===t)return n;return-1},R="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",M="[\\x20\\t\\r\\n\\f]",I="(?:\\\\[\\da-fA-F]{1,6}"+M+"?|\\\\[^\\r\\n\\f]|[\\w-]|[^\0-\\x7f])+",W="\\["+M+"*("+I+")(?:"+M+"*([*^$|!~]?=)"+M+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+I+"))|)"+M+"*\\]",F=":("+I+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+W+")*)|.*)\\)|)",$=new RegExp(M+"+","g"),B=new RegExp("^"+M+"+|((?:^|[^\\\\])(?:\\\\.)*)"+M+"+$","g"),_=new RegExp("^"+M+"*,"+M+"*"),z=new RegExp("^"+M+"*([>+~]|"+M+")"+M+"*"),U=new RegExp(M+"|>"),X=new RegExp(F),V=new RegExp("^"+I+"$"),G={ID:new RegExp("^#("+I+")"),CLASS:new RegExp("^\\.("+I+")"),TAG:new RegExp("^("+I+"|[*])"),ATTR:new RegExp("^"+W),PSEUDO:new RegExp("^"+F),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+R+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},Y=/HTML$/i,Q=/^(?:input|select|textarea|button)$/i,J=/^h\d$/i,K=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ee=/[+~]/,te=new RegExp("\\\\[\\da-fA-F]{1,6}"+M+"?|\\\\([^\\r\\n\\f])","g"),ne=function(e,t){var n="0x"+e.slice(1)-65536;return t||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},re=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ie=function(e,t){return t?"\0"===e?"\ufffd":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},oe=function(){T()},ae=be(function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()},{dir:"parentNode",next:"legend"});try{H.apply(t=O.call(p.childNodes),p.childNodes),t[p.childNodes.length].nodeType}catch(e){H={apply:t.length?function(e,t){L.apply(e,O.call(t))}:function(e,t){var n=e.length,r=0;while(e[n++]=t[r++]);e.length=n-1}}}function se(t,e,n,r){var i,o,a,s,u,l,c,f=e&&e.ownerDocument,p=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==p&&9!==p&&11!==p)return n;if(!r&&(T(e),e=e||C,S)){if(11!==p&&(u=Z.exec(t)))if(i=u[1]){if(9===p){if(!(a=e.getElementById(i)))return n;if(a.id===i)return n.push(a),n}else if(f&&(a=f.getElementById(i))&&v(e,a)&&a.id===i)return n.push(a),n}else{if(u[2])return H.apply(n,e.getElementsByTagName(t)),n;if((i=u[3])&&d.getElementsByClassName&&e.getElementsByClassName)return H.apply(n,e.getElementsByClassName(i)),n}if(d.qsa&&!N[t+" "]&&(!y||!y.test(t))&&(1!==p||"object"!==e.nodeName.toLowerCase())){if(c=t,f=e,1===p&&(U.test(t)||z.test(t))){(f=ee.test(t)&&ve(e.parentNode)||e)===e&&d.scope||((s=e.getAttribute("id"))?s=s.replace(re,ie):e.setAttribute("id",s=E)),o=(l=h(t)).length;while(o--)l[o]=(s?"#"+s:":scope")+" "+xe(l[o]);c=l.join(",")}try{if(d.cssSupportsSelector&&!CSS.supports("selector("+c+")"))throw new Error;return H.apply(n,f.querySelectorAll(c)),n}catch(e){N(t,!0)}finally{s===E&&e.removeAttribute("id")}}}return g(t.replace(B,"$1"),e,n,r)}function ue(){var r=[];return function e(t,n){return r.push(t+" ")>b.cacheLength&&delete e[r.shift()],e[t+" "]=n}}function le(e){return e[E]=!0,e}function ce(e){var t=C.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function fe(e,t){var n=e.split("|"),r=n.length;while(r--)b.attrHandle[n[r]]=t}function pe(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)while(n=n.nextSibling)if(n===t)return-1;return e?1:-1}function de(t){return function(e){return"input"===e.nodeName.toLowerCase()&&e.type===t}}function he(n){return function(e){var t=e.nodeName.toLowerCase();return("input"===t||"button"===t)&&e.type===n}}function ge(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&ae(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function ye(a){return le(function(o){return o=+o,le(function(e,t){var n,r=a([],e.length,o),i=r.length;while(i--)e[n=r[i]]&&(e[n]=!(t[n]=e[n]))})})}function ve(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}for(e in d=se.support={},i=se.isXML=function(e){var t=e&&e.namespaceURI,n=e&&(e.ownerDocument||e).documentElement;return!Y.test(t||n&&n.nodeName||"HTML")},T=se.setDocument=function(e){var t,n,r=e?e.ownerDocument||e:p;return r!=C&&9===r.nodeType&&r.documentElement&&(a=(C=r).documentElement,S=!i(C),p!=C&&(n=C.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",oe,!1):n.attachEvent&&n.attachEvent("onunload",oe)),d.scope=ce(function(e){return a.appendChild(e).appendChild(C.createElement("div")),"undefined"!=typeof e.querySelectorAll&&!e.querySelectorAll(":scope fieldset div").length}),d.cssSupportsSelector=ce(function(){return CSS.supports("selector(*)")&&C.querySelectorAll(":is(:jqfake)")&&!CSS.supports("selector(:is(*,:jqfake))")}),d.attributes=ce(function(e){return e.className="i",!e.getAttribute("className")}),d.getElementsByTagName=ce(function(e){return e.appendChild(C.createComment("")),!e.getElementsByTagName("*").length}),d.getElementsByClassName=K.test(C.getElementsByClassName),d.getById=ce(function(e){return a.appendChild(e).id=E,!C.getElementsByName||!C.getElementsByName(E).length}),d.getById?(b.filter.ID=function(e){var t=e.replace(te,ne);return function(e){return e.getAttribute("id")===t}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&S){var n=t.getElementById(e);return n?[n]:[]}}):(b.filter.ID=function(e){var n=e.replace(te,ne);return function(e){var t="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return t&&t.value===n}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&S){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),b.find.TAG=d.getElementsByTagName?function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):d.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){while(n=o[i++])1===n.nodeType&&r.push(n);return r}return o},b.find.CLASS=d.getElementsByClassName&&function(e,t){if("undefined"!=typeof t.getElementsByClassName&&S)return t.getElementsByClassName(e)},s=[],y=[],(d.qsa=K.test(C.querySelectorAll))&&(ce(function(e){var t;a.appendChild(e).innerHTML="<a id='"+E+"'></a><select id='"+E+"-\r\\' msallowcapture=''><option selected=''></option></select>",e.querySelectorAll("[msallowcapture^='']").length&&y.push("[*^$]="+M+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||y.push("\\["+M+"*(?:value|"+R+")"),e.querySelectorAll("[id~="+E+"-]").length||y.push("~="),(t=C.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||y.push("\\["+M+"*name"+M+"*="+M+"*(?:''|\"\")"),e.querySelectorAll(":checked").length||y.push(":checked"),e.querySelectorAll("a#"+E+"+*").length||y.push(".#.+[+~]"),e.querySelectorAll("\\\f"),y.push("[\\r\\n\\f]")}),ce(function(e){e.innerHTML="<a href='' disabled='disabled'></a><select disabled='disabled'><option/></select>";var t=C.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&y.push("name"+M+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&y.push(":enabled",":disabled"),a.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&y.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),y.push(",.*:")})),(d.matchesSelector=K.test(c=a.matches||a.webkitMatchesSelector||a.mozMatchesSelector||a.oMatchesSelector||a.msMatchesSelector))&&ce(function(e){d.disconnectedMatch=c.call(e,"*"),c.call(e,"[s!='']:x"),s.push("!=",F)}),d.cssSupportsSelector||y.push(":has"),y=y.length&&new RegExp(y.join("|")),s=s.length&&new RegExp(s.join("|")),t=K.test(a.compareDocumentPosition),v=t||K.test(a.contains)?function(e,t){var n=9===e.nodeType&&e.documentElement||e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)while(t=t.parentNode)if(t===e)return!0;return!1},j=t?function(e,t){if(e===t)return l=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!d.sortDetached&&t.compareDocumentPosition(e)===n?e==C||e.ownerDocument==p&&v(p,e)?-1:t==C||t.ownerDocument==p&&v(p,t)?1:u?P(u,e)-P(u,t):0:4&n?-1:1)}:function(e,t){if(e===t)return l=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e==C?-1:t==C?1:i?-1:o?1:u?P(u,e)-P(u,t):0;if(i===o)return pe(e,t);n=e;while(n=n.parentNode)a.unshift(n);n=t;while(n=n.parentNode)s.unshift(n);while(a[r]===s[r])r++;return r?pe(a[r],s[r]):a[r]==p?-1:s[r]==p?1:0}),C},se.matches=function(e,t){return se(e,null,null,t)},se.matchesSelector=function(e,t){if(T(e),d.matchesSelector&&S&&!N[t+" "]&&(!s||!s.test(t))&&(!y||!y.test(t)))try{var n=c.call(e,t);if(n||d.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){N(t,!0)}return 0<se(t,C,null,[e]).length},se.contains=function(e,t){return(e.ownerDocument||e)!=C&&T(e),v(e,t)},se.attr=function(e,t){(e.ownerDocument||e)!=C&&T(e);var n=b.attrHandle[t.toLowerCase()],r=n&&D.call(b.attrHandle,t.toLowerCase())?n(e,t,!S):void 0;return void 0!==r?r:d.attributes||!S?e.getAttribute(t):(r=e.getAttributeNode(t))&&r.specified?r.value:null},se.escape=function(e){return(e+"").replace(re,ie)},se.error=function(e){throw new Error("Syntax error, unrecognized expression: "+e)},se.uniqueSort=function(e){var t,n=[],r=0,i=0;if(l=!d.detectDuplicates,u=!d.sortStable&&e.slice(0),e.sort(j),l){while(t=e[i++])t===e[i]&&(r=n.push(i));while(r--)e.splice(n[r],1)}return u=null,e},o=se.getText=function(e){var t,n="",r=0,i=e.nodeType;if(i){if(1===i||9===i||11===i){if("string"==typeof e.textContent)return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)n+=o(e)}else if(3===i||4===i)return e.nodeValue}else while(t=e[r++])n+=o(t);return n},(b=se.selectors={cacheLength:50,createPseudo:le,match:G,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(te,ne),e[3]=(e[3]||e[4]||e[5]||"").replace(te,ne),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||se.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&se.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return G.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&X.test(n)&&(t=h(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(te,ne).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=m[e+" "];return t||(t=new RegExp("(^|"+M+")"+e+"("+M+"|$)"))&&m(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(n,r,i){return function(e){var t=se.attr(e,n);return null==t?"!="===r:!r||(t+="","="===r?t===i:"!="===r?t!==i:"^="===r?i&&0===t.indexOf(i):"*="===r?i&&-1<t.indexOf(i):"$="===r?i&&t.slice(-i.length)===i:"~="===r?-1<(" "+t.replace($," ")+" ").indexOf(i):"|="===r&&(t===i||t.slice(0,i.length+1)===i+"-"))}},CHILD:function(h,e,t,g,y){var v="nth"!==h.slice(0,3),m="last"!==h.slice(-4),x="of-type"===e;return 1===g&&0===y?function(e){return!!e.parentNode}:function(e,t,n){var r,i,o,a,s,u,l=v!==m?"nextSibling":"previousSibling",c=e.parentNode,f=x&&e.nodeName.toLowerCase(),p=!n&&!x,d=!1;if(c){if(v){while(l){a=e;while(a=a[l])if(x?a.nodeName.toLowerCase()===f:1===a.nodeType)return!1;u=l="only"===h&&!u&&"nextSibling"}return!0}if(u=[m?c.firstChild:c.lastChild],m&&p){d=(s=(r=(i=(o=(a=c)[E]||(a[E]={}))[a.uniqueID]||(o[a.uniqueID]={}))[h]||[])[0]===k&&r[1])&&r[2],a=s&&c.childNodes[s];while(a=++s&&a&&a[l]||(d=s=0)||u.pop())if(1===a.nodeType&&++d&&a===e){i[h]=[k,s,d];break}}else if(p&&(d=s=(r=(i=(o=(a=e)[E]||(a[E]={}))[a.uniqueID]||(o[a.uniqueID]={}))[h]||[])[0]===k&&r[1]),!1===d)while(a=++s&&a&&a[l]||(d=s=0)||u.pop())if((x?a.nodeName.toLowerCase()===f:1===a.nodeType)&&++d&&(p&&((i=(o=a[E]||(a[E]={}))[a.uniqueID]||(o[a.uniqueID]={}))[h]=[k,d]),a===e))break;return(d-=y)===g||d%g==0&&0<=d/g}}},PSEUDO:function(e,o){var t,a=b.pseudos[e]||b.setFilters[e.toLowerCase()]||se.error("unsupported pseudo: "+e);return a[E]?a(o):1<a.length?(t=[e,e,"",o],b.setFilters.hasOwnProperty(e.toLowerCase())?le(function(e,t){var n,r=a(e,o),i=r.length;while(i--)e[n=P(e,r[i])]=!(t[n]=r[i])}):function(e){return a(e,0,t)}):a}},pseudos:{not:le(function(e){var r=[],i=[],s=f(e.replace(B,"$1"));return s[E]?le(function(e,t,n,r){var i,o=s(e,null,r,[]),a=e.length;while(a--)(i=o[a])&&(e[a]=!(t[a]=i))}):function(e,t,n){return r[0]=e,s(r,null,n,i),r[0]=null,!i.pop()}}),has:le(function(t){return function(e){return 0<se(t,e).length}}),contains:le(function(t){return t=t.replace(te,ne),function(e){return-1<(e.textContent||o(e)).indexOf(t)}}),lang:le(function(n){return V.test(n||"")||se.error("unsupported lang: "+n),n=n.replace(te,ne).toLowerCase(),function(e){var t;do{if(t=S?e.lang:e.getAttribute("xml:lang")||e.getAttribute("lang"))return(t=t.toLowerCase())===n||0===t.indexOf(n+"-")}while((e=e.parentNode)&&1===e.nodeType);return!1}}),target:function(e){var t=n.location&&n.location.hash;return t&&t.slice(1)===e.id},root:function(e){return e===a},focus:function(e){return e===C.activeElement&&(!C.hasFocus||C.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},enabled:ge(!1),disabled:ge(!0),checked:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&!!e.checked||"option"===t&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,!0===e.selected},empty:function(e){for(e=e.firstChild;e;e=e.nextSibling)if(e.nodeType<6)return!1;return!0},parent:function(e){return!b.pseudos.empty(e)},header:function(e){return J.test(e.nodeName)},input:function(e){return Q.test(e.nodeName)},button:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&"button"===e.type||"button"===t},text:function(e){var t;return"input"===e.nodeName.toLowerCase()&&"text"===e.type&&(null==(t=e.getAttribute("type"))||"text"===t.toLowerCase())},first:ye(function(){return[0]}),last:ye(function(e,t){return[t-1]}),eq:ye(function(e,t,n){return[n<0?n+t:n]}),even:ye(function(e,t){for(var n=0;n<t;n+=2)e.push(n);return e}),odd:ye(function(e,t){for(var n=1;n<t;n+=2)e.push(n);return e}),lt:ye(function(e,t,n){for(var r=n<0?n+t:t<n?t:n;0<=--r;)e.push(r);return e}),gt:ye(function(e,t,n){for(var r=n<0?n+t:n;++r<t;)e.push(r);return e})}}).pseudos.nth=b.pseudos.eq,{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})b.pseudos[e]=de(e);for(e in{submit:!0,reset:!0})b.pseudos[e]=he(e);function me(){}function xe(e){for(var t=0,n=e.length,r="";t<n;t++)r+=e[t].value;return r}function be(s,e,t){var u=e.dir,l=e.next,c=l||u,f=t&&"parentNode"===c,p=r++;return e.first?function(e,t,n){while(e=e[u])if(1===e.nodeType||f)return s(e,t,n);return!1}:function(e,t,n){var r,i,o,a=[k,p];if(n){while(e=e[u])if((1===e.nodeType||f)&&s(e,t,n))return!0}else while(e=e[u])if(1===e.nodeType||f)if(i=(o=e[E]||(e[E]={}))[e.uniqueID]||(o[e.uniqueID]={}),l&&l===e.nodeName.toLowerCase())e=e[u]||e;else{if((r=i[c])&&r[0]===k&&r[1]===p)return a[2]=r[2];if((i[c]=a)[2]=s(e,t,n))return!0}return!1}}function we(i){return 1<i.length?function(e,t,n){var r=i.length;while(r--)if(!i[r](e,t,n))return!1;return!0}:i[0]}function Te(e,t,n,r,i){for(var o,a=[],s=0,u=e.length,l=null!=t;s<u;s++)(o=e[s])&&(n&&!n(o,r,i)||(a.push(o),l&&t.push(s)));return a}function Ce(d,h,g,y,v,e){return y&&!y[E]&&(y=Ce(y)),v&&!v[E]&&(v=Ce(v,e)),le(function(e,t,n,r){var i,o,a,s=[],u=[],l=t.length,c=e||function(e,t,n){for(var r=0,i=t.length;r<i;r++)se(e,t[r],n);return n}(h||"*",n.nodeType?[n]:n,[]),f=!d||!e&&h?c:Te(c,s,d,n,r),p=g?v||(e?d:l||y)?[]:t:f;if(g&&g(f,p,n,r),y){i=Te(p,u),y(i,[],n,r),o=i.length;while(o--)(a=i[o])&&(p[u[o]]=!(f[u[o]]=a))}if(e){if(v||d){if(v){i=[],o=p.length;while(o--)(a=p[o])&&i.push(f[o]=a);v(null,p=[],i,r)}o=p.length;while(o--)(a=p[o])&&-1<(i=v?P(e,a):s[o])&&(e[i]=!(t[i]=a))}}else p=Te(p===t?p.splice(l,p.length):p),v?v(null,t,p,r):H.apply(t,p)})}function Se(e){for(var i,t,n,r=e.length,o=b.relative[e[0].type],a=o||b.relative[" "],s=o?1:0,u=be(function(e){return e===i},a,!0),l=be(function(e){return-1<P(i,e)},a,!0),c=[function(e,t,n){var r=!o&&(n||t!==w)||((i=t).nodeType?u(e,t,n):l(e,t,n));return i=null,r}];s<r;s++)if(t=b.relative[e[s].type])c=[be(we(c),t)];else{if((t=b.filter[e[s].type].apply(null,e[s].matches))[E]){for(n=++s;n<r;n++)if(b.relative[e[n].type])break;return Ce(1<s&&we(c),1<s&&xe(e.slice(0,s-1).concat({value:" "===e[s-2].type?"*":""})).replace(B,"$1"),t,s<n&&Se(e.slice(s,n)),n<r&&Se(e=e.slice(n)),n<r&&xe(e))}c.push(t)}return we(c)}return me.prototype=b.filters=b.pseudos,b.setFilters=new me,h=se.tokenize=function(e,t){var n,r,i,o,a,s,u,l=x[e+" "];if(l)return t?0:l.slice(0);a=e,s=[],u=b.preFilter;while(a){for(o in n&&!(r=_.exec(a))||(r&&(a=a.slice(r[0].length)||a),s.push(i=[])),n=!1,(r=z.exec(a))&&(n=r.shift(),i.push({value:n,type:r[0].replace(B," ")}),a=a.slice(n.length)),b.filter)!(r=G[o].exec(a))||u[o]&&!(r=u[o](r))||(n=r.shift(),i.push({value:n,type:o,matches:r}),a=a.slice(n.length));if(!n)break}return t?a.length:a?se.error(e):x(e,s).slice(0)},f=se.compile=function(e,t){var n,y,v,m,x,r,i=[],o=[],a=A[e+" "];if(!a){t||(t=h(e)),n=t.length;while(n--)(a=Se(t[n]))[E]?i.push(a):o.push(a);(a=A(e,(y=o,m=0<(v=i).length,x=0<y.length,r=function(e,t,n,r,i){var o,a,s,u=0,l="0",c=e&&[],f=[],p=w,d=e||x&&b.find.TAG("*",i),h=k+=null==p?1:Math.random()||.1,g=d.length;for(i&&(w=t==C||t||i);l!==g&&null!=(o=d[l]);l++){if(x&&o){a=0,t||o.ownerDocument==C||(T(o),n=!S);while(s=y[a++])if(s(o,t||C,n)){r.push(o);break}i&&(k=h)}m&&((o=!s&&o)&&u--,e&&c.push(o))}if(u+=l,m&&l!==u){a=0;while(s=v[a++])s(c,f,t,n);if(e){if(0<u)while(l--)c[l]||f[l]||(f[l]=q.call(r));f=Te(f)}H.apply(r,f),i&&!e&&0<f.length&&1<u+v.length&&se.uniqueSort(r)}return i&&(k=h,w=p),c},m?le(r):r))).selector=e}return a},g=se.select=function(e,t,n,r){var i,o,a,s,u,l="function"==typeof e&&e,c=!r&&h(e=l.selector||e);if(n=n||[],1===c.length){if(2<(o=c[0]=c[0].slice(0)).length&&"ID"===(a=o[0]).type&&9===t.nodeType&&S&&b.relative[o[1].type]){if(!(t=(b.find.ID(a.matches[0].replace(te,ne),t)||[])[0]))return n;l&&(t=t.parentNode),e=e.slice(o.shift().value.length)}i=G.needsContext.test(e)?0:o.length;while(i--){if(a=o[i],b.relative[s=a.type])break;if((u=b.find[s])&&(r=u(a.matches[0].replace(te,ne),ee.test(o[0].type)&&ve(t.parentNode)||t))){if(o.splice(i,1),!(e=r.length&&xe(o)))return H.apply(n,r),n;break}}}return(l||f(e,c))(r,t,!S,n,!t||ee.test(e)&&ve(t.parentNode)||t),n},d.sortStable=E.split("").sort(j).join("")===E,d.detectDuplicates=!!l,T(),d.sortDetached=ce(function(e){return 1&e.compareDocumentPosition(C.createElement("fieldset"))}),ce(function(e){return e.innerHTML="<a href='#'></a>","#"===e.firstChild.getAttribute("href")})||fe("type|href|height|width",function(e,t,n){if(!n)return e.getAttribute(t,"type"===t.toLowerCase()?1:2)}),d.attributes&&ce(function(e){return e.innerHTML="<input/>",e.firstChild.setAttribute("value",""),""===e.firstChild.getAttribute("value")})||fe("value",function(e,t,n){if(!n&&"input"===e.nodeName.toLowerCase())return e.defaultValue}),ce(function(e){return null==e.getAttribute("disabled")})||fe(R,function(e,t,n){var r;if(!n)return!0===e[t]?t.toLowerCase():(r=e.getAttributeNode(t))&&r.specified?r.value:null}),se}(C);E.find=d,E.expr=d.selectors,E.expr[":"]=E.expr.pseudos,E.uniqueSort=E.unique=d.uniqueSort,E.text=d.getText,E.isXMLDoc=d.isXML,E.contains=d.contains,E.escapeSelector=d.escape;var h=function(e,t,n){var r=[],i=void 0!==n;while((e=e[t])&&9!==e.nodeType)if(1===e.nodeType){if(i&&E(e).is(n))break;r.push(e)}return r},T=function(e,t){for(var n=[];e;e=e.nextSibling)1===e.nodeType&&e!==t&&n.push(e);return n},k=E.expr.match.needsContext;function A(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()}var N=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function j(e,n,r){return m(n)?E.grep(e,function(e,t){return!!n.call(e,t,e)!==r}):n.nodeType?E.grep(e,function(e){return e===n!==r}):"string"!=typeof n?E.grep(e,function(e){return-1<i.call(n,e)!==r}):E.filter(n,e,r)}E.filter=function(e,t,n){var r=t[0];return n&&(e=":not("+e+")"),1===t.length&&1===r.nodeType?E.find.matchesSelector(r,e)?[r]:[]:E.find.matches(e,E.grep(t,function(e){return 1===e.nodeType}))},E.fn.extend({find:function(e){var t,n,r=this.length,i=this;if("string"!=typeof e)return this.pushStack(E(e).filter(function(){for(t=0;t<r;t++)if(E.contains(i[t],this))return!0}));for(n=this.pushStack([]),t=0;t<r;t++)E.find(e,i[t],n);return 1<r?E.uniqueSort(n):n},filter:function(e){return this.pushStack(j(this,e||[],!1))},not:function(e){return this.pushStack(j(this,e||[],!0))},is:function(e){return!!j(this,"string"==typeof e&&k.test(e)?E(e):e||[],!1).length}});var D,q=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/;(E.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||D,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:q.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof E?t[0]:t,E.merge(this,E.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:S,!0)),N.test(r[1])&&E.isPlainObject(t))for(r in t)m(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=S.getElementById(r[2]))&&(this[0]=i,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):m(e)?void 0!==n.ready?n.ready(e):e(E):E.makeArray(e,this)}).prototype=E.fn,D=E(S);var L=/^(?:parents|prev(?:Until|All))/,H={children:!0,contents:!0,next:!0,prev:!0};function O(e,t){while((e=e[t])&&1!==e.nodeType);return e}E.fn.extend({has:function(e){var t=E(e,this),n=t.length;return this.filter(function(){for(var e=0;e<n;e++)if(E.contains(this,t[e]))return!0})},closest:function(e,t){var n,r=0,i=this.length,o=[],a="string"!=typeof e&&E(e);if(!k.test(e))for(;r<i;r++)for(n=this[r];n&&n!==t;n=n.parentNode)if(n.nodeType<11&&(a?-1<a.index(n):1===n.nodeType&&E.find.matchesSelector(n,e))){o.push(n);break}return this.pushStack(1<o.length?E.uniqueSort(o):o)},index:function(e){return e?"string"==typeof e?i.call(E(e),this[0]):i.call(this,e.jquery?e[0]:e):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){return this.pushStack(E.uniqueSort(E.merge(this.get(),E(e,t))))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}}),E.each({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return h(e,"parentNode")},parentsUntil:function(e,t,n){return h(e,"parentNode",n)},next:function(e){return O(e,"nextSibling")},prev:function(e){return O(e,"previousSibling")},nextAll:function(e){return h(e,"nextSibling")},prevAll:function(e){return h(e,"previousSibling")},nextUntil:function(e,t,n){return h(e,"nextSibling",n)},prevUntil:function(e,t,n){return h(e,"previousSibling",n)},siblings:function(e){return T((e.parentNode||{}).firstChild,e)},children:function(e){return T(e.firstChild)},contents:function(e){return null!=e.contentDocument&&r(e.contentDocument)?e.contentDocument:(A(e,"template")&&(e=e.content||e),E.merge([],e.childNodes))}},function(r,i){E.fn[r]=function(e,t){var n=E.map(this,i,e);return"Until"!==r.slice(-5)&&(t=e),t&&"string"==typeof t&&(n=E.filter(t,n)),1<this.length&&(H[r]||E.uniqueSort(n),L.test(r)&&n.reverse()),this.pushStack(n)}});var P=/[^\x20\t\r\n\f]+/g;function R(e){return e}function M(e){throw e}function I(e,t,n,r){var i;try{e&&m(i=e.promise)?i.call(e).done(t).fail(n):e&&m(i=e.then)?i.call(e,t,n):t.apply(void 0,[e].slice(r))}catch(e){n.apply(void 0,[e])}}E.Callbacks=function(r){var e,n;r="string"==typeof r?(e=r,n={},E.each(e.match(P)||[],function(e,t){n[t]=!0}),n):E.extend({},r);var i,t,o,a,s=[],u=[],l=-1,c=function(){for(a=a||r.once,o=i=!0;u.length;l=-1){t=u.shift();while(++l<s.length)!1===s[l].apply(t[0],t[1])&&r.stopOnFalse&&(l=s.length,t=!1)}r.memory||(t=!1),i=!1,a&&(s=t?[]:"")},f={add:function(){return s&&(t&&!i&&(l=s.length-1,u.push(t)),function n(e){E.each(e,function(e,t){m(t)?r.unique&&f.has(t)||s.push(t):t&&t.length&&"string"!==w(t)&&n(t)})}(arguments),t&&!i&&c()),this},remove:function(){return E.each(arguments,function(e,t){var n;while(-1<(n=E.inArray(t,s,n)))s.splice(n,1),n<=l&&l--}),this},has:function(e){return e?-1<E.inArray(e,s):0<s.length},empty:function(){return s&&(s=[]),this},disable:function(){return a=u=[],s=t="",this},disabled:function(){return!s},lock:function(){return a=u=[],t||i||(s=t=""),this},locked:function(){return!!a},fireWith:function(e,t){return a||(t=[e,(t=t||[]).slice?t.slice():t],u.push(t),i||c()),this},fire:function(){return f.fireWith(this,arguments),this},fired:function(){return!!o}};return f},E.extend({Deferred:function(e){var o=[["notify","progress",E.Callbacks("memory"),E.Callbacks("memory"),2],["resolve","done",E.Callbacks("once memory"),E.Callbacks("once memory"),0,"resolved"],["reject","fail",E.Callbacks("once memory"),E.Callbacks("once memory"),1,"rejected"]],i="pending",a={state:function(){return i},always:function(){return s.done(arguments).fail(arguments),this},"catch":function(e){return a.then(null,e)},pipe:function(){var i=arguments;return E.Deferred(function(r){E.each(o,function(e,t){var n=m(i[t[4]])&&i[t[4]];s[t[1]](function(){var e=n&&n.apply(this,arguments);e&&m(e.promise)?e.promise().progress(r.notify).done(r.resolve).fail(r.reject):r[t[0]+"With"](this,n?[e]:arguments)})}),i=null}).promise()},then:function(t,n,r){var u=0;function l(i,o,a,s){return function(){var n=this,r=arguments,e=function(){var e,t;if(!(i<u)){if((e=a.apply(n,r))===o.promise())throw new TypeError("Thenable self-resolution");t=e&&("object"==typeof e||"function"==typeof e)&&e.then,m(t)?s?t.call(e,l(u,o,R,s),l(u,o,M,s)):(u++,t.call(e,l(u,o,R,s),l(u,o,M,s),l(u,o,R,o.notifyWith))):(a!==R&&(n=void 0,r=[e]),(s||o.resolveWith)(n,r))}},t=s?e:function(){try{e()}catch(e){E.Deferred.exceptionHook&&E.Deferred.exceptionHook(e,t.stackTrace),u<=i+1&&(a!==M&&(n=void 0,r=[e]),o.rejectWith(n,r))}};i?t():(E.Deferred.getStackHook&&(t.stackTrace=E.Deferred.getStackHook()),C.setTimeout(t))}}return E.Deferred(function(e){o[0][3].add(l(0,e,m(r)?r:R,e.notifyWith)),o[1][3].add(l(0,e,m(t)?t:R)),o[2][3].add(l(0,e,m(n)?n:M))}).promise()},promise:function(e){return null!=e?E.extend(e,a):a}},s={};return E.each(o,function(e,t){var n=t[2],r=t[5];a[t[1]]=n.add,r&&n.add(function(){i=r},o[3-e][2].disable,o[3-e][3].disable,o[0][2].lock,o[0][3].lock),n.add(t[3].fire),s[t[0]]=function(){return s[t[0]+"With"](this===s?void 0:this,arguments),this},s[t[0]+"With"]=n.fireWith}),a.promise(s),e&&e.call(s,s),s},when:function(e){var n=arguments.length,t=n,r=Array(t),i=s.call(arguments),o=E.Deferred(),a=function(t){return function(e){r[t]=this,i[t]=1<arguments.length?s.call(arguments):e,--n||o.resolveWith(r,i)}};if(n<=1&&(I(e,o.done(a(t)).resolve,o.reject,!n),"pending"===o.state()||m(i[t]&&i[t].then)))return o.then();while(t--)I(i[t],a(t),o.reject);return o.promise()}});var W=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;E.Deferred.exceptionHook=function(e,t){C.console&&C.console.warn&&e&&W.test(e.name)&&C.console.warn("jQuery.Deferred exception: "+e.message,e.stack,t)},E.readyException=function(e){C.setTimeout(function(){throw e})};var F=E.Deferred();function $(){S.removeEventListener("DOMContentLoaded",$),C.removeEventListener("load",$),E.ready()}E.fn.ready=function(e){return F.then(e)["catch"](function(e){E.readyException(e)}),this},E.extend({isReady:!1,readyWait:1,ready:function(e){(!0===e?--E.readyWait:E.isReady)||(E.isReady=!0)!==e&&0<--E.readyWait||F.resolveWith(S,[E])}}),E.ready.then=F.then,"complete"===S.readyState||"loading"!==S.readyState&&!S.documentElement.doScroll?C.setTimeout(E.ready):(S.addEventListener("DOMContentLoaded",$),C.addEventListener("load",$));var B=function(e,t,n,r,i,o,a){var s=0,u=e.length,l=null==n;if("object"===w(n))for(s in i=!0,n)B(e,t,s,n[s],!0,o,a);else if(void 0!==r&&(i=!0,m(r)||(a=!0),l&&(a?(t.call(e,r),t=null):(l=t,t=function(e,t,n){return l.call(E(e),n)})),t))for(;s<u;s++)t(e[s],n,a?r:r.call(e[s],s,t(e[s],n)));return i?e:l?t.call(e):u?t(e[0],n):o},_=/^-ms-/,z=/-([a-z])/g;function U(e,t){return t.toUpperCase()}function X(e){return e.replace(_,"ms-").replace(z,U)}var V=function(e){return 1===e.nodeType||9===e.nodeType||!+e.nodeType};function G(){this.expando=E.expando+G.uid++}G.uid=1,G.prototype={cache:function(e){var t=e[this.expando];return t||(t={},V(e)&&(e.nodeType?e[this.expando]=t:Object.defineProperty(e,this.expando,{value:t,configurable:!0}))),t},set:function(e,t,n){var r,i=this.cache(e);if("string"==typeof t)i[X(t)]=n;else for(r in t)i[X(r)]=t[r];return i},get:function(e,t){return void 0===t?this.cache(e):e[this.expando]&&e[this.expando][X(t)]},access:function(e,t,n){return void 0===t||t&&"string"==typeof t&&void 0===n?this.get(e,t):(this.set(e,t,n),void 0!==n?n:t)},remove:function(e,t){var n,r=e[this.expando];if(void 0!==r){if(void 0!==t){n=(t=Array.isArray(t)?t.map(X):(t=X(t))in r?[t]:t.match(P)||[]).length;while(n--)delete r[t[n]]}(void 0===t||E.isEmptyObject(r))&&(e.nodeType?e[this.expando]=void 0:delete e[this.expando])}},hasData:function(e){var t=e[this.expando];return void 0!==t&&!E.isEmptyObject(t)}};var Y=new G,Q=new G,J=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,K=/[A-Z]/g;function Z(e,t,n){var r,i;if(void 0===n&&1===e.nodeType)if(r="data-"+t.replace(K,"-$&").toLowerCase(),"string"==typeof(n=e.getAttribute(r))){try{n="true"===(i=n)||"false"!==i&&("null"===i?null:i===+i+""?+i:J.test(i)?JSON.parse(i):i)}catch(e){}Q.set(e,t,n)}else n=void 0;return n}E.extend({hasData:function(e){return Q.hasData(e)||Y.hasData(e)},data:function(e,t,n){return Q.access(e,t,n)},removeData:function(e,t){Q.remove(e,t)},_data:function(e,t,n){return Y.access(e,t,n)},_removeData:function(e,t){Y.remove(e,t)}}),E.fn.extend({data:function(n,e){var t,r,i,o=this[0],a=o&&o.attributes;if(void 0===n){if(this.length&&(i=Q.get(o),1===o.nodeType&&!Y.get(o,"hasDataAttrs"))){t=a.length;while(t--)a[t]&&0===(r=a[t].name).indexOf("data-")&&(r=X(r.slice(5)),Z(o,r,i[r]));Y.set(o,"hasDataAttrs",!0)}return i}return"object"==typeof n?this.each(function(){Q.set(this,n)}):B(this,function(e){var t;if(o&&void 0===e)return void 0!==(t=Q.get(o,n))?t:void 0!==(t=Z(o,n))?t:void 0;this.each(function(){Q.set(this,n,e)})},null,e,1<arguments.length,null,!0)},removeData:function(e){return this.each(function(){Q.remove(this,e)})}}),E.extend({queue:function(e,t,n){var r;if(e)return t=(t||"fx")+"queue",r=Y.get(e,t),n&&(!r||Array.isArray(n)?r=Y.access(e,t,E.makeArray(n)):r.push(n)),r||[]},dequeue:function(e,t){t=t||"fx";var n=E.queue(e,t),r=n.length,i=n.shift(),o=E._queueHooks(e,t);"inprogress"===i&&(i=n.shift(),r--),i&&("fx"===t&&n.unshift("inprogress"),delete o.stop,i.call(e,function(){E.dequeue(e,t)},o)),!r&&o&&o.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return Y.get(e,n)||Y.access(e,n,{empty:E.Callbacks("once memory").add(function(){Y.remove(e,[t+"queue",n])})})}}),E.fn.extend({queue:function(t,n){var e=2;return"string"!=typeof t&&(n=t,t="fx",e--),arguments.length<e?E.queue(this[0],t):void 0===n?this:this.each(function(){var e=E.queue(this,t,n);E._queueHooks(this,t),"fx"===t&&"inprogress"!==e[0]&&E.dequeue(this,t)})},dequeue:function(e){return this.each(function(){E.dequeue(this,e)})},clearQueue:function(e){return this.queue(e||"fx",[])},promise:function(e,t){var n,r=1,i=E.Deferred(),o=this,a=this.length,s=function(){--r||i.resolveWith(o,[o])};"string"!=typeof e&&(t=e,e=void 0),e=e||"fx";while(a--)(n=Y.get(o[a],e+"queueHooks"))&&n.empty&&(r++,n.empty.add(s));return s(),i.promise(t)}});var ee=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,te=new RegExp("^(?:([+-])=|)("+ee+")([a-z%]*)$","i"),ne=["Top","Right","Bottom","Left"],re=S.documentElement,ie=function(e){return E.contains(e.ownerDocument,e)},oe={composed:!0};re.getRootNode&&(ie=function(e){return E.contains(e.ownerDocument,e)||e.getRootNode(oe)===e.ownerDocument});var ae=function(e,t){return"none"===(e=t||e).style.display||""===e.style.display&&ie(e)&&"none"===E.css(e,"display")};function se(e,t,n,r){var i,o,a=20,s=r?function(){return r.cur()}:function(){return E.css(e,t,"")},u=s(),l=n&&n[3]||(E.cssNumber[t]?"":"px"),c=e.nodeType&&(E.cssNumber[t]||"px"!==l&&+u)&&te.exec(E.css(e,t));if(c&&c[3]!==l){u/=2,l=l||c[3],c=+u||1;while(a--)E.style(e,t,c+l),(1-o)*(1-(o=s()/u||.5))<=0&&(a=0),c/=o;c*=2,E.style(e,t,c+l),n=n||[]}return n&&(c=+c||+u||0,i=n[1]?c+(n[1]+1)*n[2]:+n[2],r&&(r.unit=l,r.start=c,r.end=i)),i}var ue={};function le(e,t){for(var n,r,i,o,a,s,u,l=[],c=0,f=e.length;c<f;c++)(r=e[c]).style&&(n=r.style.display,t?("none"===n&&(l[c]=Y.get(r,"display")||null,l[c]||(r.style.display="")),""===r.style.display&&ae(r)&&(l[c]=(u=a=o=void 0,a=(i=r).ownerDocument,s=i.nodeName,(u=ue[s])||(o=a.body.appendChild(a.createElement(s)),u=E.css(o,"display"),o.parentNode.removeChild(o),"none"===u&&(u="block"),ue[s]=u)))):"none"!==n&&(l[c]="none",Y.set(r,"display",n)));for(c=0;c<f;c++)null!=l[c]&&(e[c].style.display=l[c]);return e}E.fn.extend({show:function(){return le(this,!0)},hide:function(){return le(this)},toggle:function(e){return"boolean"==typeof e?e?this.show():this.hide():this.each(function(){ae(this)?E(this).show():E(this).hide()})}});var ce,fe,pe=/^(?:checkbox|radio)$/i,de=/<([a-z][^\/\0>\x20\t\r\n\f]*)/i,he=/^$|^module$|\/(?:java|ecma)script/i;ce=S.createDocumentFragment().appendChild(S.createElement("div")),(fe=S.createElement("input")).setAttribute("type","radio"),fe.setAttribute("checked","checked"),fe.setAttribute("name","t"),ce.appendChild(fe),v.checkClone=ce.cloneNode(!0).cloneNode(!0).lastChild.checked,ce.innerHTML="<textarea>x</textarea>",v.noCloneChecked=!!ce.cloneNode(!0).lastChild.defaultValue,ce.innerHTML="<option></option>",v.option=!!ce.lastChild;var ge={thead:[1,"<table>","</table>"],col:[2,"<table><colgroup>","</colgroup></table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:[0,"",""]};function ye(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&A(e,t)?E.merge([e],n):n}function ve(e,t){for(var n=0,r=e.length;n<r;n++)Y.set(e[n],"globalEval",!t||Y.get(t[n],"globalEval"))}ge.tbody=ge.tfoot=ge.colgroup=ge.caption=ge.thead,ge.th=ge.td,v.option||(ge.optgroup=ge.option=[1,"<select multiple='multiple'>","</select>"]);var me=/<|&#?\w+;/;function xe(e,t,n,r,i){for(var o,a,s,u,l,c,f=t.createDocumentFragment(),p=[],d=0,h=e.length;d<h;d++)if((o=e[d])||0===o)if("object"===w(o))E.merge(p,o.nodeType?[o]:o);else if(me.test(o)){a=a||f.appendChild(t.createElement("div")),s=(de.exec(o)||["",""])[1].toLowerCase(),u=ge[s]||ge._default,a.innerHTML=u[1]+E.htmlPrefilter(o)+u[2],c=u[0];while(c--)a=a.lastChild;E.merge(p,a.childNodes),(a=f.firstChild).textContent=""}else p.push(t.createTextNode(o));f.textContent="",d=0;while(o=p[d++])if(r&&-1<E.inArray(o,r))i&&i.push(o);else if(l=ie(o),a=ye(f.appendChild(o),"script"),l&&ve(a),n){c=0;while(o=a[c++])he.test(o.type||"")&&n.push(o)}return f}var be=/^([^.]*)(?:\.(.+)|)/;function we(){return!0}function Te(){return!1}function Ce(e,t){return e===function(){try{return S.activeElement}catch(e){}}()==("focus"===t)}function Se(e,t,n,r,i,o){var a,s;if("object"==typeof t){for(s in"string"!=typeof n&&(r=r||n,n=void 0),t)Se(e,s,n,r,t[s],o);return e}if(null==r&&null==i?(i=n,r=n=void 0):null==i&&("string"==typeof n?(i=r,r=void 0):(i=r,r=n,n=void 0)),!1===i)i=Te;else if(!i)return e;return 1===o&&(a=i,(i=function(e){return E().off(e),a.apply(this,arguments)}).guid=a.guid||(a.guid=E.guid++)),e.each(function(){E.event.add(this,t,i,r,n)})}function Ee(e,i,o){o?(Y.set(e,i,!1),E.event.add(e,i,{namespace:!1,handler:function(e){var t,n,r=Y.get(this,i);if(1&e.isTrigger&&this[i]){if(r.length)(E.event.special[i]||{}).delegateType&&e.stopPropagation();else if(r=s.call(arguments),Y.set(this,i,r),t=o(this,i),this[i](),r!==(n=Y.get(this,i))||t?Y.set(this,i,!1):n={},r!==n)return e.stopImmediatePropagation(),e.preventDefault(),n&&n.value}else r.length&&(Y.set(this,i,{value:E.event.trigger(E.extend(r[0],E.Event.prototype),r.slice(1),this)}),e.stopImmediatePropagation())}})):void 0===Y.get(e,i)&&E.event.add(e,i,we)}E.event={global:{},add:function(t,e,n,r,i){var o,a,s,u,l,c,f,p,d,h,g,y=Y.get(t);if(V(t)){n.handler&&(n=(o=n).handler,i=o.selector),i&&E.find.matchesSelector(re,i),n.guid||(n.guid=E.guid++),(u=y.events)||(u=y.events=Object.create(null)),(a=y.handle)||(a=y.handle=function(e){return"undefined"!=typeof E&&E.event.triggered!==e.type?E.event.dispatch.apply(t,arguments):void 0}),l=(e=(e||"").match(P)||[""]).length;while(l--)d=g=(s=be.exec(e[l])||[])[1],h=(s[2]||"").split(".").sort(),d&&(f=E.event.special[d]||{},d=(i?f.delegateType:f.bindType)||d,f=E.event.special[d]||{},c=E.extend({type:d,origType:g,data:r,handler:n,guid:n.guid,selector:i,needsContext:i&&E.expr.match.needsContext.test(i),namespace:h.join(".")},o),(p=u[d])||((p=u[d]=[]).delegateCount=0,f.setup&&!1!==f.setup.call(t,r,h,a)||t.addEventListener&&t.addEventListener(d,a)),f.add&&(f.add.call(t,c),c.handler.guid||(c.handler.guid=n.guid)),i?p.splice(p.delegateCount++,0,c):p.push(c),E.event.global[d]=!0)}},remove:function(e,t,n,r,i){var o,a,s,u,l,c,f,p,d,h,g,y=Y.hasData(e)&&Y.get(e);if(y&&(u=y.events)){l=(t=(t||"").match(P)||[""]).length;while(l--)if(d=g=(s=be.exec(t[l])||[])[1],h=(s[2]||"").split(".").sort(),d){f=E.event.special[d]||{},p=u[d=(r?f.delegateType:f.bindType)||d]||[],s=s[2]&&new RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"),a=o=p.length;while(o--)c=p[o],!i&&g!==c.origType||n&&n.guid!==c.guid||s&&!s.test(c.namespace)||r&&r!==c.selector&&("**"!==r||!c.selector)||(p.splice(o,1),c.selector&&p.delegateCount--,f.remove&&f.remove.call(e,c));a&&!p.length&&(f.teardown&&!1!==f.teardown.call(e,h,y.handle)||E.removeEvent(e,d,y.handle),delete u[d])}else for(d in u)E.event.remove(e,d+t[l],n,r,!0);E.isEmptyObject(u)&&Y.remove(e,"handle events")}},dispatch:function(e){var t,n,r,i,o,a,s=new Array(arguments.length),u=E.event.fix(e),l=(Y.get(this,"events")||Object.create(null))[u.type]||[],c=E.event.special[u.type]||{};for(s[0]=u,t=1;t<arguments.length;t++)s[t]=arguments[t];if(u.delegateTarget=this,!c.preDispatch||!1!==c.preDispatch.call(this,u)){a=E.event.handlers.call(this,u,l),t=0;while((i=a[t++])&&!u.isPropagationStopped()){u.currentTarget=i.elem,n=0;while((o=i.handlers[n++])&&!u.isImmediatePropagationStopped())u.rnamespace&&!1!==o.namespace&&!u.rnamespace.test(o.namespace)||(u.handleObj=o,u.data=o.data,void 0!==(r=((E.event.special[o.origType]||{}).handle||o.handler).apply(i.elem,s))&&!1===(u.result=r)&&(u.preventDefault(),u.stopPropagation()))}return c.postDispatch&&c.postDispatch.call(this,u),u.result}},handlers:function(e,t){var n,r,i,o,a,s=[],u=t.delegateCount,l=e.target;if(u&&l.nodeType&&!("click"===e.type&&1<=e.button))for(;l!==this;l=l.parentNode||this)if(1===l.nodeType&&("click"!==e.type||!0!==l.disabled)){for(o=[],a={},n=0;n<u;n++)void 0===a[i=(r=t[n]).selector+" "]&&(a[i]=r.needsContext?-1<E(i,this).index(l):E.find(i,this,null,[l]).length),a[i]&&o.push(r);o.length&&s.push({elem:l,handlers:o})}return l=this,u<t.length&&s.push({elem:l,handlers:t.slice(u)}),s},addProp:function(t,e){Object.defineProperty(E.Event.prototype,t,{enumerable:!0,configurable:!0,get:m(e)?function(){if(this.originalEvent)return e(this.originalEvent)}:function(){if(this.originalEvent)return this.originalEvent[t]},set:function(e){Object.defineProperty(this,t,{enumerable:!0,configurable:!0,writable:!0,value:e})}})},fix:function(e){return e[E.expando]?e:new E.Event(e)},special:{load:{noBubble:!0},click:{setup:function(e){var t=this||e;return pe.test(t.type)&&t.click&&A(t,"input")&&Ee(t,"click",we),!1},trigger:function(e){var t=this||e;return pe.test(t.type)&&t.click&&A(t,"input")&&Ee(t,"click"),!0},_default:function(e){var t=e.target;return pe.test(t.type)&&t.click&&A(t,"input")&&Y.get(t,"click")||A(t,"a")}},beforeunload:{postDispatch:function(e){void 0!==e.result&&e.originalEvent&&(e.originalEvent.returnValue=e.result)}}}},E.removeEvent=function(e,t,n){e.removeEventListener&&e.removeEventListener(t,n)},E.Event=function(e,t){if(!(this instanceof E.Event))return new E.Event(e,t);e&&e.type?(this.originalEvent=e,this.type=e.type,this.isDefaultPrevented=e.defaultPrevented||void 0===e.defaultPrevented&&!1===e.returnValue?we:Te,this.target=e.target&&3===e.target.nodeType?e.target.parentNode:e.target,this.currentTarget=e.currentTarget,this.relatedTarget=e.relatedTarget):this.type=e,t&&E.extend(this,t),this.timeStamp=e&&e.timeStamp||Date.now(),this[E.expando]=!0},E.Event.prototype={constructor:E.Event,isDefaultPrevented:Te,isPropagationStopped:Te,isImmediatePropagationStopped:Te,isSimulated:!1,preventDefault:function(){var e=this.originalEvent;this.isDefaultPrevented=we,e&&!this.isSimulated&&e.preventDefault()},stopPropagation:function(){var e=this.originalEvent;this.isPropagationStopped=we,e&&!this.isSimulated&&e.stopPropagation()},stopImmediatePropagation:function(){var e=this.originalEvent;this.isImmediatePropagationStopped=we,e&&!this.isSimulated&&e.stopImmediatePropagation(),this.stopPropagation()}},E.each({altKey:!0,bubbles:!0,cancelable:!0,changedTouches:!0,ctrlKey:!0,detail:!0,eventPhase:!0,metaKey:!0,pageX:!0,pageY:!0,shiftKey:!0,view:!0,"char":!0,code:!0,charCode:!0,key:!0,keyCode:!0,button:!0,buttons:!0,clientX:!0,clientY:!0,offsetX:!0,offsetY:!0,pointerId:!0,pointerType:!0,screenX:!0,screenY:!0,targetTouches:!0,toElement:!0,touches:!0,which:!0},E.event.addProp),E.each({focus:"focusin",blur:"focusout"},function(t,e){E.event.special[t]={setup:function(){return Ee(this,t,Ce),!1},trigger:function(){return Ee(this,t),!0},_default:function(e){return Y.get(e.target,t)},delegateType:e}}),E.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},function(e,i){E.event.special[e]={delegateType:i,bindType:i,handle:function(e){var t,n=e.relatedTarget,r=e.handleObj;return n&&(n===this||E.contains(this,n))||(e.type=r.origType,t=r.handler.apply(this,arguments),e.type=i),t}}}),E.fn.extend({on:function(e,t,n,r){return Se(this,e,t,n,r)},one:function(e,t,n,r){return Se(this,e,t,n,r,1)},off:function(e,t,n){var r,i;if(e&&e.preventDefault&&e.handleObj)return r=e.handleObj,E(e.delegateTarget).off(r.namespace?r.origType+"."+r.namespace:r.origType,r.selector,r.handler),this;if("object"==typeof e){for(i in e)this.off(i,t,e[i]);return this}return!1!==t&&"function"!=typeof t||(n=t,t=void 0),!1===n&&(n=Te),this.each(function(){E.event.remove(this,e,n,t)})}});var ke=/<script|<style|<link/i,Ae=/checked\s*(?:[^=]|=\s*.checked.)/i,Ne=/^\s*<!\[CDATA\[|\]\]>\s*$/g;function je(e,t){return A(e,"table")&&A(11!==t.nodeType?t:t.firstChild,"tr")&&E(e).children("tbody")[0]||e}function De(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function qe(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Le(e,t){var n,r,i,o,a,s;if(1===t.nodeType){if(Y.hasData(e)&&(s=Y.get(e).events))for(i in Y.remove(t,"handle events"),s)for(n=0,r=s[i].length;n<r;n++)E.event.add(t,i,s[i][n]);Q.hasData(e)&&(o=Q.access(e),a=E.extend({},o),Q.set(t,a))}}function He(n,r,i,o){r=g(r);var e,t,a,s,u,l,c=0,f=n.length,p=f-1,d=r[0],h=m(d);if(h||1<f&&"string"==typeof d&&!v.checkClone&&Ae.test(d))return n.each(function(e){var t=n.eq(e);h&&(r[0]=d.call(this,e,t.html())),He(t,r,i,o)});if(f&&(t=(e=xe(r,n[0].ownerDocument,!1,n,o)).firstChild,1===e.childNodes.length&&(e=t),t||o)){for(s=(a=E.map(ye(e,"script"),De)).length;c<f;c++)u=e,c!==p&&(u=E.clone(u,!0,!0),s&&E.merge(a,ye(u,"script"))),i.call(n[c],u,c);if(s)for(l=a[a.length-1].ownerDocument,E.map(a,qe),c=0;c<s;c++)u=a[c],he.test(u.type||"")&&!Y.access(u,"globalEval")&&E.contains(l,u)&&(u.src&&"module"!==(u.type||"").toLowerCase()?E._evalUrl&&!u.noModule&&E._evalUrl(u.src,{nonce:u.nonce||u.getAttribute("nonce")},l):b(u.textContent.replace(Ne,""),u,l))}return n}function Oe(e,t,n){for(var r,i=t?E.filter(t,e):e,o=0;null!=(r=i[o]);o++)n||1!==r.nodeType||E.cleanData(ye(r)),r.parentNode&&(n&&ie(r)&&ve(ye(r,"script")),r.parentNode.removeChild(r));return e}E.extend({htmlPrefilter:function(e){return e},clone:function(e,t,n){var r,i,o,a,s,u,l,c=e.cloneNode(!0),f=ie(e);if(!(v.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||E.isXMLDoc(e)))for(a=ye(c),r=0,i=(o=ye(e)).length;r<i;r++)s=o[r],u=a[r],void 0,"input"===(l=u.nodeName.toLowerCase())&&pe.test(s.type)?u.checked=s.checked:"input"!==l&&"textarea"!==l||(u.defaultValue=s.defaultValue);if(t)if(n)for(o=o||ye(e),a=a||ye(c),r=0,i=o.length;r<i;r++)Le(o[r],a[r]);else Le(e,c);return 0<(a=ye(c,"script")).length&&ve(a,!f&&ye(e,"script")),c},cleanData:function(e){for(var t,n,r,i=E.event.special,o=0;void 0!==(n=e[o]);o++)if(V(n)){if(t=n[Y.expando]){if(t.events)for(r in t.events)i[r]?E.event.remove(n,r):E.removeEvent(n,r,t.handle);n[Y.expando]=void 0}n[Q.expando]&&(n[Q.expando]=void 0)}}}),E.fn.extend({detach:function(e){return Oe(this,e,!0)},remove:function(e){return Oe(this,e)},text:function(e){return B(this,function(e){return void 0===e?E.text(this):this.empty().each(function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=e)})},null,e,arguments.length)},append:function(){return He(this,arguments,function(e){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||je(this,e).appendChild(e)})},prepend:function(){return He(this,arguments,function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=je(this,e);t.insertBefore(e,t.firstChild)}})},before:function(){return He(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this)})},after:function(){return He(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)})},empty:function(){for(var e,t=0;null!=(e=this[t]);t++)1===e.nodeType&&(E.cleanData(ye(e,!1)),e.textContent="");return this},clone:function(e,t){return e=null!=e&&e,t=null==t?e:t,this.map(function(){return E.clone(this,e,t)})},html:function(e){return B(this,function(e){var t=this[0]||{},n=0,r=this.length;if(void 0===e&&1===t.nodeType)return t.innerHTML;if("string"==typeof e&&!ke.test(e)&&!ge[(de.exec(e)||["",""])[1].toLowerCase()]){e=E.htmlPrefilter(e);try{for(;n<r;n++)1===(t=this[n]||{}).nodeType&&(E.cleanData(ye(t,!1)),t.innerHTML=e);t=0}catch(e){}}t&&this.empty().append(e)},null,e,arguments.length)},replaceWith:function(){var n=[];return He(this,arguments,function(e){var t=this.parentNode;E.inArray(this,n)<0&&(E.cleanData(ye(this)),t&&t.replaceChild(e,this))},n)}}),E.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(e,a){E.fn[e]=function(e){for(var t,n=[],r=E(e),i=r.length-1,o=0;o<=i;o++)t=o===i?this:this.clone(!0),E(r[o])[a](t),u.apply(n,t.get());return this.pushStack(n)}});var Pe=new RegExp("^("+ee+")(?!px)[a-z%]+$","i"),Re=/^--/,Me=function(e){var t=e.ownerDocument.defaultView;return t&&t.opener||(t=C),t.getComputedStyle(e)},Ie=function(e,t,n){var r,i,o={};for(i in t)o[i]=e.style[i],e.style[i]=t[i];for(i in r=n.call(e),t)e.style[i]=o[i];return r},We=new RegExp(ne.join("|"),"i"),Fe="[\\x20\\t\\r\\n\\f]",$e=new RegExp("^"+Fe+"+|((?:^|[^\\\\])(?:\\\\.)*)"+Fe+"+$","g");function Be(e,t,n){var r,i,o,a,s=Re.test(t),u=e.style;return(n=n||Me(e))&&(a=n.getPropertyValue(t)||n[t],s&&a&&(a=a.replace($e,"$1")||void 0),""!==a||ie(e)||(a=E.style(e,t)),!v.pixelBoxStyles()&&Pe.test(a)&&We.test(t)&&(r=u.width,i=u.minWidth,o=u.maxWidth,u.minWidth=u.maxWidth=u.width=a,a=n.width,u.width=r,u.minWidth=i,u.maxWidth=o)),void 0!==a?a+"":a}function _e(e,t){return{get:function(){if(!e())return(this.get=t).apply(this,arguments);delete this.get}}}!function(){function e(){if(l){u.style.cssText="position:absolute;left:-11111px;width:60px;margin-top:1px;padding:0;border:0",l.style.cssText="position:relative;display:block;box-sizing:border-box;overflow:scroll;margin:auto;border:1px;padding:1px;width:60%;top:1%",re.appendChild(u).appendChild(l);var e=C.getComputedStyle(l);n="1%"!==e.top,s=12===t(e.marginLeft),l.style.right="60%",o=36===t(e.right),r=36===t(e.width),l.style.position="absolute",i=12===t(l.offsetWidth/3),re.removeChild(u),l=null}}function t(e){return Math.round(parseFloat(e))}var n,r,i,o,a,s,u=S.createElement("div"),l=S.createElement("div");l.style&&(l.style.backgroundClip="content-box",l.cloneNode(!0).style.backgroundClip="",v.clearCloneStyle="content-box"===l.style.backgroundClip,E.extend(v,{boxSizingReliable:function(){return e(),r},pixelBoxStyles:function(){return e(),o},pixelPosition:function(){return e(),n},reliableMarginLeft:function(){return e(),s},scrollboxSize:function(){return e(),i},reliableTrDimensions:function(){var e,t,n,r;return null==a&&(e=S.createElement("table"),t=S.createElement("tr"),n=S.createElement("div"),e.style.cssText="position:absolute;left:-11111px;border-collapse:separate",t.style.cssText="border:1px solid",t.style.height="1px",n.style.height="9px",n.style.display="block",re.appendChild(e).appendChild(t).appendChild(n),r=C.getComputedStyle(t),a=parseInt(r.height,10)+parseInt(r.borderTopWidth,10)+parseInt(r.borderBottomWidth,10)===t.offsetHeight,re.removeChild(e)),a}}))}();var ze=["Webkit","Moz","ms"],Ue=S.createElement("div").style,Xe={};function Ve(e){var t=E.cssProps[e]||Xe[e];return t||(e in Ue?e:Xe[e]=function(e){var t=e[0].toUpperCase()+e.slice(1),n=ze.length;while(n--)if((e=ze[n]+t)in Ue)return e}(e)||e)}var Ge=/^(none|table(?!-c[ea]).+)/,Ye={position:"absolute",visibility:"hidden",display:"block"},Qe={letterSpacing:"0",fontWeight:"400"};function Je(e,t,n){var r=te.exec(t);return r?Math.max(0,r[2]-(n||0))+(r[3]||"px"):t}function Ke(e,t,n,r,i,o){var a="width"===t?1:0,s=0,u=0;if(n===(r?"border":"content"))return 0;for(;a<4;a+=2)"margin"===n&&(u+=E.css(e,n+ne[a],!0,i)),r?("content"===n&&(u-=E.css(e,"padding"+ne[a],!0,i)),"margin"!==n&&(u-=E.css(e,"border"+ne[a]+"Width",!0,i))):(u+=E.css(e,"padding"+ne[a],!0,i),"padding"!==n?u+=E.css(e,"border"+ne[a]+"Width",!0,i):s+=E.css(e,"border"+ne[a]+"Width",!0,i));return!r&&0<=o&&(u+=Math.max(0,Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-o-u-s-.5))||0),u}function Ze(e,t,n){var r=Me(e),i=(!v.boxSizingReliable()||n)&&"border-box"===E.css(e,"boxSizing",!1,r),o=i,a=Be(e,t,r),s="offset"+t[0].toUpperCase()+t.slice(1);if(Pe.test(a)){if(!n)return a;a="auto"}return(!v.boxSizingReliable()&&i||!v.reliableTrDimensions()&&A(e,"tr")||"auto"===a||!parseFloat(a)&&"inline"===E.css(e,"display",!1,r))&&e.getClientRects().length&&(i="border-box"===E.css(e,"boxSizing",!1,r),(o=s in e)&&(a=e[s])),(a=parseFloat(a)||0)+Ke(e,t,n||(i?"border":"content"),o,r,a)+"px"}function et(e,t,n,r,i){return new et.prototype.init(e,t,n,r,i)}E.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=Be(e,"opacity");return""===n?"1":n}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,gridArea:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnStart:!0,gridRow:!0,gridRowEnd:!0,gridRowStart:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{},style:function(e,t,n,r){if(e&&3!==e.nodeType&&8!==e.nodeType&&e.style){var i,o,a,s=X(t),u=Re.test(t),l=e.style;if(u||(t=Ve(s)),a=E.cssHooks[t]||E.cssHooks[s],void 0===n)return a&&"get"in a&&void 0!==(i=a.get(e,!1,r))?i:l[t];"string"===(o=typeof n)&&(i=te.exec(n))&&i[1]&&(n=se(e,t,i),o="number"),null!=n&&n==n&&("number"!==o||u||(n+=i&&i[3]||(E.cssNumber[s]?"":"px")),v.clearCloneStyle||""!==n||0!==t.indexOf("background")||(l[t]="inherit"),a&&"set"in a&&void 0===(n=a.set(e,n,r))||(u?l.setProperty(t,n):l[t]=n))}},css:function(e,t,n,r){var i,o,a,s=X(t);return Re.test(t)||(t=Ve(s)),(a=E.cssHooks[t]||E.cssHooks[s])&&"get"in a&&(i=a.get(e,!0,n)),void 0===i&&(i=Be(e,t,r)),"normal"===i&&t in Qe&&(i=Qe[t]),""===n||n?(o=parseFloat(i),!0===n||isFinite(o)?o||0:i):i}}),E.each(["height","width"],function(e,u){E.cssHooks[u]={get:function(e,t,n){if(t)return!Ge.test(E.css(e,"display"))||e.getClientRects().length&&e.getBoundingClientRect().width?Ze(e,u,n):Ie(e,Ye,function(){return Ze(e,u,n)})},set:function(e,t,n){var r,i=Me(e),o=!v.scrollboxSize()&&"absolute"===i.position,a=(o||n)&&"border-box"===E.css(e,"boxSizing",!1,i),s=n?Ke(e,u,n,a,i):0;return a&&o&&(s-=Math.ceil(e["offset"+u[0].toUpperCase()+u.slice(1)]-parseFloat(i[u])-Ke(e,u,"border",!1,i)-.5)),s&&(r=te.exec(t))&&"px"!==(r[3]||"px")&&(e.style[u]=t,t=E.css(e,u)),Je(0,t,s)}}}),E.cssHooks.marginLeft=_e(v.reliableMarginLeft,function(e,t){if(t)return(parseFloat(Be(e,"marginLeft"))||e.getBoundingClientRect().left-Ie(e,{marginLeft:0},function(){return e.getBoundingClientRect().left}))+"px"}),E.each({margin:"",padding:"",border:"Width"},function(i,o){E.cssHooks[i+o]={expand:function(e){for(var t=0,n={},r="string"==typeof e?e.split(" "):[e];t<4;t++)n[i+ne[t]+o]=r[t]||r[t-2]||r[0];return n}},"margin"!==i&&(E.cssHooks[i+o].set=Je)}),E.fn.extend({css:function(e,t){return B(this,function(e,t,n){var r,i,o={},a=0;if(Array.isArray(t)){for(r=Me(e),i=t.length;a<i;a++)o[t[a]]=E.css(e,t[a],!1,r);return o}return void 0!==n?E.style(e,t,n):E.css(e,t)},e,t,1<arguments.length)}}),((E.Tween=et).prototype={constructor:et,init:function(e,t,n,r,i,o){this.elem=e,this.prop=n,this.easing=i||E.easing._default,this.options=t,this.start=this.now=this.cur(),this.end=r,this.unit=o||(E.cssNumber[n]?"":"px")},cur:function(){var e=et.propHooks[this.prop];return e&&e.get?e.get(this):et.propHooks._default.get(this)},run:function(e){var t,n=et.propHooks[this.prop];return this.options.duration?this.pos=t=E.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):this.pos=t=e,this.now=(this.end-this.start)*t+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):et.propHooks._default.set(this),this}}).init.prototype=et.prototype,(et.propHooks={_default:{get:function(e){var t;return 1!==e.elem.nodeType||null!=e.elem[e.prop]&&null==e.elem.style[e.prop]?e.elem[e.prop]:(t=E.css(e.elem,e.prop,""))&&"auto"!==t?t:0},set:function(e){E.fx.step[e.prop]?E.fx.step[e.prop](e):1!==e.elem.nodeType||!E.cssHooks[e.prop]&&null==e.elem.style[Ve(e.prop)]?e.elem[e.prop]=e.now:E.style(e.elem,e.prop,e.now+e.unit)}}}).scrollTop=et.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},E.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2},_default:"swing"},E.fx=et.prototype.init,E.fx.step={};var tt,nt,rt,it,ot=/^(?:toggle|show|hide)$/,at=/queueHooks$/;function st(){nt&&(!1===S.hidden&&C.requestAnimationFrame?C.requestAnimationFrame(st):C.setTimeout(st,E.fx.interval),E.fx.tick())}function ut(){return C.setTimeout(function(){tt=void 0}),tt=Date.now()}function lt(e,t){var n,r=0,i={height:e};for(t=t?1:0;r<4;r+=2-t)i["margin"+(n=ne[r])]=i["padding"+n]=e;return t&&(i.opacity=i.width=e),i}function ct(e,t,n){for(var r,i=(ft.tweeners[t]||[]).concat(ft.tweeners["*"]),o=0,a=i.length;o<a;o++)if(r=i[o].call(n,t,e))return r}function ft(o,e,t){var n,a,r=0,i=ft.prefilters.length,s=E.Deferred().always(function(){delete u.elem}),u=function(){if(a)return!1;for(var e=tt||ut(),t=Math.max(0,l.startTime+l.duration-e),n=1-(t/l.duration||0),r=0,i=l.tweens.length;r<i;r++)l.tweens[r].run(n);return s.notifyWith(o,[l,n,t]),n<1&&i?t:(i||s.notifyWith(o,[l,1,0]),s.resolveWith(o,[l]),!1)},l=s.promise({elem:o,props:E.extend({},e),opts:E.extend(!0,{specialEasing:{},easing:E.easing._default},t),originalProperties:e,originalOptions:t,startTime:tt||ut(),duration:t.duration,tweens:[],createTween:function(e,t){var n=E.Tween(o,l.opts,e,t,l.opts.specialEasing[e]||l.opts.easing);return l.tweens.push(n),n},stop:function(e){var t=0,n=e?l.tweens.length:0;if(a)return this;for(a=!0;t<n;t++)l.tweens[t].run(1);return e?(s.notifyWith(o,[l,1,0]),s.resolveWith(o,[l,e])):s.rejectWith(o,[l,e]),this}}),c=l.props;for(!function(e,t){var n,r,i,o,a;for(n in e)if(i=t[r=X(n)],o=e[n],Array.isArray(o)&&(i=o[1],o=e[n]=o[0]),n!==r&&(e[r]=o,delete e[n]),(a=E.cssHooks[r])&&"expand"in a)for(n in o=a.expand(o),delete e[r],o)n in e||(e[n]=o[n],t[n]=i);else t[r]=i}(c,l.opts.specialEasing);r<i;r++)if(n=ft.prefilters[r].call(l,o,c,l.opts))return m(n.stop)&&(E._queueHooks(l.elem,l.opts.queue).stop=n.stop.bind(n)),n;return E.map(c,ct,l),m(l.opts.start)&&l.opts.start.call(o,l),l.progress(l.opts.progress).done(l.opts.done,l.opts.complete).fail(l.opts.fail).always(l.opts.always),E.fx.timer(E.extend(u,{elem:o,anim:l,queue:l.opts.queue})),l}E.Animation=E.extend(ft,{tweeners:{"*":[function(e,t){var n=this.createTween(e,t);return se(n.elem,e,te.exec(t),n),n}]},tweener:function(e,t){m(e)?(t=e,e=["*"]):e=e.match(P);for(var n,r=0,i=e.length;r<i;r++)n=e[r],ft.tweeners[n]=ft.tweeners[n]||[],ft.tweeners[n].unshift(t)},prefilters:[function(e,t,n){var r,i,o,a,s,u,l,c,f="width"in t||"height"in t,p=this,d={},h=e.style,g=e.nodeType&&ae(e),y=Y.get(e,"fxshow");for(r in n.queue||(null==(a=E._queueHooks(e,"fx")).unqueued&&(a.unqueued=0,s=a.empty.fire,a.empty.fire=function(){a.unqueued||s()}),a.unqueued++,p.always(function(){p.always(function(){a.unqueued--,E.queue(e,"fx").length||a.empty.fire()})})),t)if(i=t[r],ot.test(i)){if(delete t[r],o=o||"toggle"===i,i===(g?"hide":"show")){if("show"!==i||!y||void 0===y[r])continue;g=!0}d[r]=y&&y[r]||E.style(e,r)}if((u=!E.isEmptyObject(t))||!E.isEmptyObject(d))for(r in f&&1===e.nodeType&&(n.overflow=[h.overflow,h.overflowX,h.overflowY],null==(l=y&&y.display)&&(l=Y.get(e,"display")),"none"===(c=E.css(e,"display"))&&(l?c=l:(le([e],!0),l=e.style.display||l,c=E.css(e,"display"),le([e]))),("inline"===c||"inline-block"===c&&null!=l)&&"none"===E.css(e,"float")&&(u||(p.done(function(){h.display=l}),null==l&&(c=h.display,l="none"===c?"":c)),h.display="inline-block")),n.overflow&&(h.overflow="hidden",p.always(function(){h.overflow=n.overflow[0],h.overflowX=n.overflow[1],h.overflowY=n.overflow[2]})),u=!1,d)u||(y?"hidden"in y&&(g=y.hidden):y=Y.access(e,"fxshow",{display:l}),o&&(y.hidden=!g),g&&le([e],!0),p.done(function(){for(r in g||le([e]),Y.remove(e,"fxshow"),d)E.style(e,r,d[r])})),u=ct(g?y[r]:0,r,p),r in y||(y[r]=u.start,g&&(u.end=u.start,u.start=0))}],prefilter:function(e,t){t?ft.prefilters.unshift(e):ft.prefilters.push(e)}}),E.speed=function(e,t,n){var r=e&&"object"==typeof e?E.extend({},e):{complete:n||!n&&t||m(e)&&e,duration:e,easing:n&&t||t&&!m(t)&&t};return E.fx.off?r.duration=0:"number"!=typeof r.duration&&(r.duration in E.fx.speeds?r.duration=E.fx.speeds[r.duration]:r.duration=E.fx.speeds._default),null!=r.queue&&!0!==r.queue||(r.queue="fx"),r.old=r.complete,r.complete=function(){m(r.old)&&r.old.call(this),r.queue&&E.dequeue(this,r.queue)},r},E.fn.extend({fadeTo:function(e,t,n,r){return this.filter(ae).css("opacity",0).show().end().animate({opacity:t},e,n,r)},animate:function(t,e,n,r){var i=E.isEmptyObject(t),o=E.speed(e,n,r),a=function(){var e=ft(this,E.extend({},t),o);(i||Y.get(this,"finish"))&&e.stop(!0)};return a.finish=a,i||!1===o.queue?this.each(a):this.queue(o.queue,a)},stop:function(i,e,o){var a=function(e){var t=e.stop;delete e.stop,t(o)};return"string"!=typeof i&&(o=e,e=i,i=void 0),e&&this.queue(i||"fx",[]),this.each(function(){var e=!0,t=null!=i&&i+"queueHooks",n=E.timers,r=Y.get(this);if(t)r[t]&&r[t].stop&&a(r[t]);else for(t in r)r[t]&&r[t].stop&&at.test(t)&&a(r[t]);for(t=n.length;t--;)n[t].elem!==this||null!=i&&n[t].queue!==i||(n[t].anim.stop(o),e=!1,n.splice(t,1));!e&&o||E.dequeue(this,i)})},finish:function(a){return!1!==a&&(a=a||"fx"),this.each(function(){var e,t=Y.get(this),n=t[a+"queue"],r=t[a+"queueHooks"],i=E.timers,o=n?n.length:0;for(t.finish=!0,E.queue(this,a,[]),r&&r.stop&&r.stop.call(this,!0),e=i.length;e--;)i[e].elem===this&&i[e].queue===a&&(i[e].anim.stop(!0),i.splice(e,1));for(e=0;e<o;e++)n[e]&&n[e].finish&&n[e].finish.call(this);delete t.finish})}}),E.each(["toggle","show","hide"],function(e,r){var i=E.fn[r];E.fn[r]=function(e,t,n){return null==e||"boolean"==typeof e?i.apply(this,arguments):this.animate(lt(r,!0),e,t,n)}}),E.each({slideDown:lt("show"),slideUp:lt("hide"),slideToggle:lt("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(e,r){E.fn[e]=function(e,t,n){return this.animate(r,e,t,n)}}),E.timers=[],E.fx.tick=function(){var e,t=0,n=E.timers;for(tt=Date.now();t<n.length;t++)(e=n[t])()||n[t]!==e||n.splice(t--,1);n.length||E.fx.stop(),tt=void 0},E.fx.timer=function(e){E.timers.push(e),E.fx.start()},E.fx.interval=13,E.fx.start=function(){nt||(nt=!0,st())},E.fx.stop=function(){nt=null},E.fx.speeds={slow:600,fast:200,_default:400},E.fn.delay=function(r,e){return r=E.fx&&E.fx.speeds[r]||r,e=e||"fx",this.queue(e,function(e,t){var n=C.setTimeout(e,r);t.stop=function(){C.clearTimeout(n)}})},rt=S.createElement("input"),it=S.createElement("select").appendChild(S.createElement("option")),rt.type="checkbox",v.checkOn=""!==rt.value,v.optSelected=it.selected,(rt=S.createElement("input")).value="t",rt.type="radio",v.radioValue="t"===rt.value;var pt,dt=E.expr.attrHandle;E.fn.extend({attr:function(e,t){return B(this,E.attr,e,t,1<arguments.length)},removeAttr:function(e){return this.each(function(){E.removeAttr(this,e)})}}),E.extend({attr:function(e,t,n){var r,i,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return"undefined"==typeof e.getAttribute?E.prop(e,t,n):(1===o&&E.isXMLDoc(e)||(i=E.attrHooks[t.toLowerCase()]||(E.expr.match.bool.test(t)?pt:void 0)),void 0!==n?null===n?void E.removeAttr(e,t):i&&"set"in i&&void 0!==(r=i.set(e,n,t))?r:(e.setAttribute(t,n+""),n):i&&"get"in i&&null!==(r=i.get(e,t))?r:null==(r=E.find.attr(e,t))?void 0:r)},attrHooks:{type:{set:function(e,t){if(!v.radioValue&&"radio"===t&&A(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),t}}}},removeAttr:function(e,t){var n,r=0,i=t&&t.match(P);if(i&&1===e.nodeType)while(n=i[r++])e.removeAttribute(n)}}),pt={set:function(e,t,n){return!1===t?E.removeAttr(e,n):e.setAttribute(n,n),n}},E.each(E.expr.match.bool.source.match(/\w+/g),function(e,t){var a=dt[t]||E.find.attr;dt[t]=function(e,t,n){var r,i,o=t.toLowerCase();return n||(i=dt[o],dt[o]=r,r=null!=a(e,t,n)?o:null,dt[o]=i),r}});var ht=/^(?:input|select|textarea|button)$/i,gt=/^(?:a|area)$/i;function yt(e){return(e.match(P)||[]).join(" ")}function vt(e){return e.getAttribute&&e.getAttribute("class")||""}function mt(e){return Array.isArray(e)?e:"string"==typeof e&&e.match(P)||[]}E.fn.extend({prop:function(e,t){return B(this,E.prop,e,t,1<arguments.length)},removeProp:function(e){return this.each(function(){delete this[E.propFix[e]||e]})}}),E.extend({prop:function(e,t,n){var r,i,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return 1===o&&E.isXMLDoc(e)||(t=E.propFix[t]||t,i=E.propHooks[t]),void 0!==n?i&&"set"in i&&void 0!==(r=i.set(e,n,t))?r:e[t]=n:i&&"get"in i&&null!==(r=i.get(e,t))?r:e[t]},propHooks:{tabIndex:{get:function(e){var t=E.find.attr(e,"tabindex");return t?parseInt(t,10):ht.test(e.nodeName)||gt.test(e.nodeName)&&e.href?0:-1}}},propFix:{"for":"htmlFor","class":"className"}}),v.optSelected||(E.propHooks.selected={get:function(e){var t=e.parentNode;return t&&t.parentNode&&t.parentNode.selectedIndex,null},set:function(e){var t=e.parentNode;t&&(t.selectedIndex,t.parentNode&&t.parentNode.selectedIndex)}}),E.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){E.propFix[this.toLowerCase()]=this}),E.fn.extend({addClass:function(t){var e,n,r,i,o,a;return m(t)?this.each(function(e){E(this).addClass(t.call(this,e,vt(this)))}):(e=mt(t)).length?this.each(function(){if(r=vt(this),n=1===this.nodeType&&" "+yt(r)+" "){for(o=0;o<e.length;o++)i=e[o],n.indexOf(" "+i+" ")<0&&(n+=i+" ");a=yt(n),r!==a&&this.setAttribute("class",a)}}):this},removeClass:function(t){var e,n,r,i,o,a;return m(t)?this.each(function(e){E(this).removeClass(t.call(this,e,vt(this)))}):arguments.length?(e=mt(t)).length?this.each(function(){if(r=vt(this),n=1===this.nodeType&&" "+yt(r)+" "){for(o=0;o<e.length;o++){i=e[o];while(-1<n.indexOf(" "+i+" "))n=n.replace(" "+i+" "," ")}a=yt(n),r!==a&&this.setAttribute("class",a)}}):this:this.attr("class","")},toggleClass:function(t,n){var e,r,i,o,a=typeof t,s="string"===a||Array.isArray(t);return m(t)?this.each(function(e){E(this).toggleClass(t.call(this,e,vt(this),n),n)}):"boolean"==typeof n&&s?n?this.addClass(t):this.removeClass(t):(e=mt(t),this.each(function(){if(s)for(o=E(this),i=0;i<e.length;i++)r=e[i],o.hasClass(r)?o.removeClass(r):o.addClass(r);else void 0!==t&&"boolean"!==a||((r=vt(this))&&Y.set(this,"__className__",r),this.setAttribute&&this.setAttribute("class",r||!1===t?"":Y.get(this,"__className__")||""))}))},hasClass:function(e){var t,n,r=0;t=" "+e+" ";while(n=this[r++])if(1===n.nodeType&&-1<(" "+yt(vt(n))+" ").indexOf(t))return!0;return!1}});var xt=/\r/g;E.fn.extend({val:function(n){var r,e,i,t=this[0];return arguments.length?(i=m(n),this.each(function(e){var t;1===this.nodeType&&(null==(t=i?n.call(this,e,E(this).val()):n)?t="":"number"==typeof t?t+="":Array.isArray(t)&&(t=E.map(t,function(e){return null==e?"":e+""})),(r=E.valHooks[this.type]||E.valHooks[this.nodeName.toLowerCase()])&&"set"in r&&void 0!==r.set(this,t,"value")||(this.value=t))})):t?(r=E.valHooks[t.type]||E.valHooks[t.nodeName.toLowerCase()])&&"get"in r&&void 0!==(e=r.get(t,"value"))?e:"string"==typeof(e=t.value)?e.replace(xt,""):null==e?"":e:void 0}}),E.extend({valHooks:{option:{get:function(e){var t=E.find.attr(e,"value");return null!=t?t:yt(E.text(e))}},select:{get:function(e){var t,n,r,i=e.options,o=e.selectedIndex,a="select-one"===e.type,s=a?null:[],u=a?o+1:i.length;for(r=o<0?u:a?o:0;r<u;r++)if(((n=i[r]).selected||r===o)&&!n.disabled&&(!n.parentNode.disabled||!A(n.parentNode,"optgroup"))){if(t=E(n).val(),a)return t;s.push(t)}return s},set:function(e,t){var n,r,i=e.options,o=E.makeArray(t),a=i.length;while(a--)((r=i[a]).selected=-1<E.inArray(E.valHooks.option.get(r),o))&&(n=!0);return n||(e.selectedIndex=-1),o}}}}),E.each(["radio","checkbox"],function(){E.valHooks[this]={set:function(e,t){if(Array.isArray(t))return e.checked=-1<E.inArray(E(e).val(),t)}},v.checkOn||(E.valHooks[this].get=function(e){return null===e.getAttribute("value")?"on":e.value})}),v.focusin="onfocusin"in C;var bt=/^(?:focusinfocus|focusoutblur)$/,wt=function(e){e.stopPropagation()};E.extend(E.event,{trigger:function(e,t,n,r){var i,o,a,s,u,l,c,f,p=[n||S],d=y.call(e,"type")?e.type:e,h=y.call(e,"namespace")?e.namespace.split("."):[];if(o=f=a=n=n||S,3!==n.nodeType&&8!==n.nodeType&&!bt.test(d+E.event.triggered)&&(-1<d.indexOf(".")&&(d=(h=d.split(".")).shift(),h.sort()),u=d.indexOf(":")<0&&"on"+d,(e=e[E.expando]?e:new E.Event(d,"object"==typeof e&&e)).isTrigger=r?2:3,e.namespace=h.join("."),e.rnamespace=e.namespace?new RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,e.result=void 0,e.target||(e.target=n),t=null==t?[e]:E.makeArray(t,[e]),c=E.event.special[d]||{},r||!c.trigger||!1!==c.trigger.apply(n,t))){if(!r&&!c.noBubble&&!x(n)){for(s=c.delegateType||d,bt.test(s+d)||(o=o.parentNode);o;o=o.parentNode)p.push(o),a=o;a===(n.ownerDocument||S)&&p.push(a.defaultView||a.parentWindow||C)}i=0;while((o=p[i++])&&!e.isPropagationStopped())f=o,e.type=1<i?s:c.bindType||d,(l=(Y.get(o,"events")||Object.create(null))[e.type]&&Y.get(o,"handle"))&&l.apply(o,t),(l=u&&o[u])&&l.apply&&V(o)&&(e.result=l.apply(o,t),!1===e.result&&e.preventDefault());return e.type=d,r||e.isDefaultPrevented()||c._default&&!1!==c._default.apply(p.pop(),t)||!V(n)||u&&m(n[d])&&!x(n)&&((a=n[u])&&(n[u]=null),E.event.triggered=d,e.isPropagationStopped()&&f.addEventListener(d,wt),n[d](),e.isPropagationStopped()&&f.removeEventListener(d,wt),E.event.triggered=void 0,a&&(n[u]=a)),e.result}},simulate:function(e,t,n){var r=E.extend(new E.Event,n,{type:e,isSimulated:!0});E.event.trigger(r,null,t)}}),E.fn.extend({trigger:function(e,t){return this.each(function(){E.event.trigger(e,t,this)})},triggerHandler:function(e,t){var n=this[0];if(n)return E.event.trigger(e,t,n,!0)}}),v.focusin||E.each({focus:"focusin",blur:"focusout"},function(n,r){var i=function(e){E.event.simulate(r,e.target,E.event.fix(e))};E.event.special[r]={setup:function(){var e=this.ownerDocument||this.document||this,t=Y.access(e,r);t||e.addEventListener(n,i,!0),Y.access(e,r,(t||0)+1)},teardown:function(){var e=this.ownerDocument||this.document||this,t=Y.access(e,r)-1;t?Y.access(e,r,t):(e.removeEventListener(n,i,!0),Y.remove(e,r))}}});var Tt=C.location,Ct={guid:Date.now()},St=/\?/;E.parseXML=function(e){var t,n;if(!e||"string"!=typeof e)return null;try{t=(new C.DOMParser).parseFromString(e,"text/xml")}catch(e){}return n=t&&t.getElementsByTagName("parsererror")[0],t&&!n||E.error("Invalid XML: "+(n?E.map(n.childNodes,function(e){return e.textContent}).join("\n"):e)),t};var Et=/\[\]$/,kt=/\r?\n/g,At=/^(?:submit|button|image|reset|file)$/i,Nt=/^(?:input|select|textarea|keygen)/i;function jt(n,e,r,i){var t;if(Array.isArray(e))E.each(e,function(e,t){r||Et.test(n)?i(n,t):jt(n+"["+("object"==typeof t&&null!=t?e:"")+"]",t,r,i)});else if(r||"object"!==w(e))i(n,e);else for(t in e)jt(n+"["+t+"]",e[t],r,i)}E.param=function(e,t){var n,r=[],i=function(e,t){var n=m(t)?t():t;r[r.length]=encodeURIComponent(e)+"="+encodeURIComponent(null==n?"":n)};if(null==e)return"";if(Array.isArray(e)||e.jquery&&!E.isPlainObject(e))E.each(e,function(){i(this.name,this.value)});else for(n in e)jt(n,e[n],t,i);return r.join("&")},E.fn.extend({serialize:function(){return E.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var e=E.prop(this,"elements");return e?E.makeArray(e):this}).filter(function(){var e=this.type;return this.name&&!E(this).is(":disabled")&&Nt.test(this.nodeName)&&!At.test(e)&&(this.checked||!pe.test(e))}).map(function(e,t){var n=E(this).val();return null==n?null:Array.isArray(n)?E.map(n,function(e){return{name:t.name,value:e.replace(kt,"\r\n")}}):{name:t.name,value:n.replace(kt,"\r\n")}}).get()}});var Dt=/%20/g,qt=/#.*$/,Lt=/([?&])_=[^&]*/,Ht=/^(.*?):[ \t]*([^\r\n]*)$/gm,Ot=/^(?:GET|HEAD)$/,Pt=/^\/\//,Rt={},Mt={},It="*/".concat("*"),Wt=S.createElement("a");function Ft(o){return function(e,t){"string"!=typeof e&&(t=e,e="*");var n,r=0,i=e.toLowerCase().match(P)||[];if(m(t))while(n=i[r++])"+"===n[0]?(n=n.slice(1)||"*",(o[n]=o[n]||[]).unshift(t)):(o[n]=o[n]||[]).push(t)}}function $t(t,i,o,a){var s={},u=t===Mt;function l(e){var r;return s[e]=!0,E.each(t[e]||[],function(e,t){var n=t(i,o,a);return"string"!=typeof n||u||s[n]?u?!(r=n):void 0:(i.dataTypes.unshift(n),l(n),!1)}),r}return l(i.dataTypes[0])||!s["*"]&&l("*")}function Bt(e,t){var n,r,i=E.ajaxSettings.flatOptions||{};for(n in t)void 0!==t[n]&&((i[n]?e:r||(r={}))[n]=t[n]);return r&&E.extend(!0,e,r),e}Wt.href=Tt.href,E.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:Tt.href,type:"GET",isLocal:/^(?:about|app|app-storage|.+-extension|file|res|widget):$/.test(Tt.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":It,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":E.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?Bt(Bt(e,E.ajaxSettings),t):Bt(E.ajaxSettings,e)},ajaxPrefilter:Ft(Rt),ajaxTransport:Ft(Mt),ajax:function(e,t){"object"==typeof e&&(t=e,e=void 0),t=t||{};var c,f,p,n,d,r,h,g,i,o,y=E.ajaxSetup({},t),v=y.context||y,m=y.context&&(v.nodeType||v.jquery)?E(v):E.event,x=E.Deferred(),b=E.Callbacks("once memory"),w=y.statusCode||{},a={},s={},u="canceled",T={readyState:0,getResponseHeader:function(e){var t;if(h){if(!n){n={};while(t=Ht.exec(p))n[t[1].toLowerCase()+" "]=(n[t[1].toLowerCase()+" "]||[]).concat(t[2])}t=n[e.toLowerCase()+" "]}return null==t?null:t.join(", ")},getAllResponseHeaders:function(){return h?p:null},setRequestHeader:function(e,t){return null==h&&(e=s[e.toLowerCase()]=s[e.toLowerCase()]||e,a[e]=t),this},overrideMimeType:function(e){return null==h&&(y.mimeType=e),this},statusCode:function(e){var t;if(e)if(h)T.always(e[T.status]);else for(t in e)w[t]=[w[t],e[t]];return this},abort:function(e){var t=e||u;return c&&c.abort(t),l(0,t),this}};if(x.promise(T),y.url=((e||y.url||Tt.href)+"").replace(Pt,Tt.protocol+"//"),y.type=t.method||t.type||y.method||y.type,y.dataTypes=(y.dataType||"*").toLowerCase().match(P)||[""],null==y.crossDomain){r=S.createElement("a");try{r.href=y.url,r.href=r.href,y.crossDomain=Wt.protocol+"//"+Wt.host!=r.protocol+"//"+r.host}catch(e){y.crossDomain=!0}}if(y.data&&y.processData&&"string"!=typeof y.data&&(y.data=E.param(y.data,y.traditional)),$t(Rt,y,t,T),h)return T;for(i in(g=E.event&&y.global)&&0==E.active++&&E.event.trigger("ajaxStart"),y.type=y.type.toUpperCase(),y.hasContent=!Ot.test(y.type),f=y.url.replace(qt,""),y.hasContent?y.data&&y.processData&&0===(y.contentType||"").indexOf("application/x-www-form-urlencoded")&&(y.data=y.data.replace(Dt,"+")):(o=y.url.slice(f.length),y.data&&(y.processData||"string"==typeof y.data)&&(f+=(St.test(f)?"&":"?")+y.data,delete y.data),!1===y.cache&&(f=f.replace(Lt,"$1"),o=(St.test(f)?"&":"?")+"_="+Ct.guid+++o),y.url=f+o),y.ifModified&&(E.lastModified[f]&&T.setRequestHeader("If-Modified-Since",E.lastModified[f]),E.etag[f]&&T.setRequestHeader("If-None-Match",E.etag[f])),(y.data&&y.hasContent&&!1!==y.contentType||t.contentType)&&T.setRequestHeader("Content-Type",y.contentType),T.setRequestHeader("Accept",y.dataTypes[0]&&y.accepts[y.dataTypes[0]]?y.accepts[y.dataTypes[0]]+("*"!==y.dataTypes[0]?", "+It+"; q=0.01":""):y.accepts["*"]),y.headers)T.setRequestHeader(i,y.headers[i]);if(y.beforeSend&&(!1===y.beforeSend.call(v,T,y)||h))return T.abort();if(u="abort",b.add(y.complete),T.done(y.success),T.fail(y.error),c=$t(Mt,y,t,T)){if(T.readyState=1,g&&m.trigger("ajaxSend",[T,y]),h)return T;y.async&&0<y.timeout&&(d=C.setTimeout(function(){T.abort("timeout")},y.timeout));try{h=!1,c.send(a,l)}catch(e){if(h)throw e;l(-1,e)}}else l(-1,"No Transport");function l(e,t,n,r){var i,o,a,s,u,l=t;h||(h=!0,d&&C.clearTimeout(d),c=void 0,p=r||"",T.readyState=0<e?4:0,i=200<=e&&e<300||304===e,n&&(s=function(e,t,n){var r,i,o,a,s=e.contents,u=e.dataTypes;while("*"===u[0])u.shift(),void 0===r&&(r=e.mimeType||t.getResponseHeader("Content-Type"));if(r)for(i in s)if(s[i]&&s[i].test(r)){u.unshift(i);break}if(u[0]in n)o=u[0];else{for(i in n){if(!u[0]||e.converters[i+" "+u[0]]){o=i;break}a||(a=i)}o=o||a}if(o)return o!==u[0]&&u.unshift(o),n[o]}(y,T,n)),!i&&-1<E.inArray("script",y.dataTypes)&&E.inArray("json",y.dataTypes)<0&&(y.converters["text script"]=function(){}),s=function(e,t,n,r){var i,o,a,s,u,l={},c=e.dataTypes.slice();if(c[1])for(a in e.converters)l[a.toLowerCase()]=e.converters[a];o=c.shift();while(o)if(e.responseFields[o]&&(n[e.responseFields[o]]=t),!u&&r&&e.dataFilter&&(t=e.dataFilter(t,e.dataType)),u=o,o=c.shift())if("*"===o)o=u;else if("*"!==u&&u!==o){if(!(a=l[u+" "+o]||l["* "+o]))for(i in l)if((s=i.split(" "))[1]===o&&(a=l[u+" "+s[0]]||l["* "+s[0]])){!0===a?a=l[i]:!0!==l[i]&&(o=s[0],c.unshift(s[1]));break}if(!0!==a)if(a&&e["throws"])t=a(t);else try{t=a(t)}catch(e){return{state:"parsererror",error:a?e:"No conversion from "+u+" to "+o}}}return{state:"success",data:t}}(y,s,T,i),i?(y.ifModified&&((u=T.getResponseHeader("Last-Modified"))&&(E.lastModified[f]=u),(u=T.getResponseHeader("etag"))&&(E.etag[f]=u)),204===e||"HEAD"===y.type?l="nocontent":304===e?l="notmodified":(l=s.state,o=s.data,i=!(a=s.error))):(a=l,!e&&l||(l="error",e<0&&(e=0))),T.status=e,T.statusText=(t||l)+"",i?x.resolveWith(v,[o,l,T]):x.rejectWith(v,[T,l,a]),T.statusCode(w),w=void 0,g&&m.trigger(i?"ajaxSuccess":"ajaxError",[T,y,i?o:a]),b.fireWith(v,[T,l]),g&&(m.trigger("ajaxComplete",[T,y]),--E.active||E.event.trigger("ajaxStop")))}return T},getJSON:function(e,t,n){return E.get(e,t,n,"json")},getScript:function(e,t){return E.get(e,void 0,t,"script")}}),E.each(["get","post"],function(e,i){E[i]=function(e,t,n,r){return m(t)&&(r=r||n,n=t,t=void 0),E.ajax(E.extend({url:e,type:i,dataType:r,data:t,success:n},E.isPlainObject(e)&&e))}}),E.ajaxPrefilter(function(e){var t;for(t in e.headers)"content-type"===t.toLowerCase()&&(e.contentType=e.headers[t]||"")}),E._evalUrl=function(e,t,n){return E.ajax({url:e,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,converters:{"text script":function(){}},dataFilter:function(e){E.globalEval(e,t,n)}})},E.fn.extend({wrapAll:function(e){var t;return this[0]&&(m(e)&&(e=e.call(this[0])),t=E(e,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&t.insertBefore(this[0]),t.map(function(){var e=this;while(e.firstElementChild)e=e.firstElementChild;return e}).append(this)),this},wrapInner:function(n){return m(n)?this.each(function(e){E(this).wrapInner(n.call(this,e))}):this.each(function(){var e=E(this),t=e.contents();t.length?t.wrapAll(n):e.append(n)})},wrap:function(t){var n=m(t);return this.each(function(e){E(this).wrapAll(n?t.call(this,e):t)})},unwrap:function(e){return this.parent(e).not("body").each(function(){E(this).replaceWith(this.childNodes)}),this}}),E.expr.pseudos.hidden=function(e){return!E.expr.pseudos.visible(e)},E.expr.pseudos.visible=function(e){return!!(e.offsetWidth||e.offsetHeight||e.getClientRects().length)},E.ajaxSettings.xhr=function(){try{return new C.XMLHttpRequest}catch(e){}};var _t={0:200,1223:204},zt=E.ajaxSettings.xhr();v.cors=!!zt&&"withCredentials"in zt,v.ajax=zt=!!zt,E.ajaxTransport(function(i){var o,a;if(v.cors||zt&&!i.crossDomain)return{send:function(e,t){var n,r=i.xhr();if(r.open(i.type,i.url,i.async,i.username,i.password),i.xhrFields)for(n in i.xhrFields)r[n]=i.xhrFields[n];for(n in i.mimeType&&r.overrideMimeType&&r.overrideMimeType(i.mimeType),i.crossDomain||e["X-Requested-With"]||(e["X-Requested-With"]="XMLHttpRequest"),e)r.setRequestHeader(n,e[n]);o=function(e){return function(){o&&(o=a=r.onload=r.onerror=r.onabort=r.ontimeout=r.onreadystatechange=null,"abort"===e?r.abort():"error"===e?"number"!=typeof r.status?t(0,"error"):t(r.status,r.statusText):t(_t[r.status]||r.status,r.statusText,"text"!==(r.responseType||"text")||"string"!=typeof r.responseText?{binary:r.response}:{text:r.responseText},r.getAllResponseHeaders()))}},r.onload=o(),a=r.onerror=r.ontimeout=o("error"),void 0!==r.onabort?r.onabort=a:r.onreadystatechange=function(){4===r.readyState&&C.setTimeout(function(){o&&a()})},o=o("abort");try{r.send(i.hasContent&&i.data||null)}catch(e){if(o)throw e}},abort:function(){o&&o()}}}),E.ajaxPrefilter(function(e){e.crossDomain&&(e.contents.script=!1)}),E.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(e){return E.globalEval(e),e}}}),E.ajaxPrefilter("script",function(e){void 0===e.cache&&(e.cache=!1),e.crossDomain&&(e.type="GET")}),E.ajaxTransport("script",function(n){var r,i;if(n.crossDomain||n.scriptAttrs)return{send:function(e,t){r=E("<script>").attr(n.scriptAttrs||{}).prop({charset:n.scriptCharset,src:n.url}).on("load error",i=function(e){r.remove(),i=null,e&&t("error"===e.type?404:200,e.type)}),S.head.appendChild(r[0])},abort:function(){i&&i()}}});var Ut,Xt=[],Vt=/(=)\?(?=&|$)|\?\?/;E.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Xt.pop()||E.expando+"_"+Ct.guid++;return this[e]=!0,e}}),E.ajaxPrefilter("json jsonp",function(e,t,n){var r,i,o,a=!1!==e.jsonp&&(Vt.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Vt.test(e.data)&&"data");if(a||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=m(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,a?e[a]=e[a].replace(Vt,"$1"+r):!1!==e.jsonp&&(e.url+=(St.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return o||E.error(r+" was not called"),o[0]},e.dataTypes[0]="json",i=C[r],C[r]=function(){o=arguments},n.always(function(){void 0===i?E(C).removeProp(r):C[r]=i,e[r]&&(e.jsonpCallback=t.jsonpCallback,Xt.push(r)),o&&m(i)&&i(o[0]),o=i=void 0}),"script"}),v.createHTMLDocument=((Ut=S.implementation.createHTMLDocument("").body).innerHTML="<form></form><form></form>",2===Ut.childNodes.length),E.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(v.createHTMLDocument?((r=(t=S.implementation.createHTMLDocument("")).createElement("base")).href=S.location.href,t.head.appendChild(r)):t=S),o=!n&&[],(i=N.exec(e))?[t.createElement(i[1])]:(i=xe([e],t,o),o&&o.length&&E(o).remove(),E.merge([],i.childNodes)));var r,i,o},E.fn.load=function(e,t,n){var r,i,o,a=this,s=e.indexOf(" ");return-1<s&&(r=yt(e.slice(s)),e=e.slice(0,s)),m(t)?(n=t,t=void 0):t&&"object"==typeof t&&(i="POST"),0<a.length&&E.ajax({url:e,type:i||"GET",dataType:"html",data:t}).done(function(e){o=arguments,a.html(r?E("<div>").append(E.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},E.expr.pseudos.animated=function(t){return E.grep(E.timers,function(e){return t===e.elem}).length},E.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l=E.css(e,"position"),c=E(e),f={};"static"===l&&(e.style.position="relative"),s=c.offset(),o=E.css(e,"top"),u=E.css(e,"left"),("absolute"===l||"fixed"===l)&&-1<(o+u).indexOf("auto")?(a=(r=c.position()).top,i=r.left):(a=parseFloat(o)||0,i=parseFloat(u)||0),m(t)&&(t=t.call(e,n,E.extend({},s))),null!=t.top&&(f.top=t.top-s.top+a),null!=t.left&&(f.left=t.left-s.left+i),"using"in t?t.using.call(e,f):c.css(f)}},E.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){E.offset.setOffset(this,t,e)});var e,n,r=this[0];return r?r.getClientRects().length?(e=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:e.top+n.pageYOffset,left:e.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===E.css(r,"position"))t=r.getBoundingClientRect();else{t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;while(e&&(e===n.body||e===n.documentElement)&&"static"===E.css(e,"position"))e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=E(e).offset()).top+=E.css(e,"borderTopWidth",!0),i.left+=E.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-E.css(r,"marginTop",!0),left:t.left-i.left-E.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var e=this.offsetParent;while(e&&"static"===E.css(e,"position"))e=e.offsetParent;return e||re})}}),E.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,i){var o="pageYOffset"===i;E.fn[t]=function(e){return B(this,function(e,t,n){var r;if(x(e)?r=e:9===e.nodeType&&(r=e.defaultView),void 0===n)return r?r[i]:e[t];r?r.scrollTo(o?r.pageXOffset:n,o?n:r.pageYOffset):e[t]=n},t,e,arguments.length)}}),E.each(["top","left"],function(e,n){E.cssHooks[n]=_e(v.pixelPosition,function(e,t){if(t)return t=Be(e,n),Pe.test(t)?E(e).position()[n]+"px":t})}),E.each({Height:"height",Width:"width"},function(a,s){E.each({padding:"inner"+a,content:s,"":"outer"+a},function(r,o){E.fn[o]=function(e,t){var n=arguments.length&&(r||"boolean"!=typeof e),i=r||(!0===e||!0===t?"margin":"border");return B(this,function(e,t,n){var r;return x(e)?0===o.indexOf("outer")?e["inner"+a]:e.document.documentElement["client"+a]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+a],r["scroll"+a],e.body["offset"+a],r["offset"+a],r["client"+a])):void 0===n?E.css(e,t,i):E.style(e,t,n,i)},s,n?e:void 0,n)}})}),E.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){E.fn[t]=function(e){return this.on(t,e)}}),E.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)},hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),E.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,n){E.fn[n]=function(e,t){return 0<arguments.length?this.on(n,null,e,t):this.trigger(n)}});var Gt=/^[\s\uFEFF\xA0]+|([^\s\uFEFF\xA0])[\s\uFEFF\xA0]+$/g;E.proxy=function(e,t){var n,r,i;if("string"==typeof t&&(n=e[t],t=e,e=n),m(e))return r=s.call(arguments,2),(i=function(){return e.apply(t||this,r.concat(s.call(arguments)))}).guid=e.guid=e.guid||E.guid++,i},E.holdReady=function(e){e?E.readyWait++:E.ready(!0)},E.isArray=Array.isArray,E.parseJSON=JSON.parse,E.nodeName=A,E.isFunction=m,E.isWindow=x,E.camelCase=X,E.type=w,E.now=Date.now,E.isNumeric=function(e){var t=E.type(e);return("number"===t||"string"===t)&&!isNaN(e-parseFloat(e))},E.trim=function(e){return null==e?"":(e+"").replace(Gt,"$1")},"function"==typeof define&&define.amd&&define("jquery",[],function(){return E});var Yt=C.jQuery,Qt=C.$;return E.noConflict=function(e){return C.$===E&&(C.$=Qt),e&&C.jQuery===E&&(C.jQuery=Yt),E},"undefined"==typeof e&&(C.jQuery=C.$=E),E}); - -/* - AngularJS v1.8.3 - (c) 2010-2020 Google LLC. http://angularjs.org - License: MIT -*/ -(function(z){'use strict';function ve(a){if(D(a))w(a.objectMaxDepth)&&(Xb.objectMaxDepth=Yb(a.objectMaxDepth)?a.objectMaxDepth:NaN),w(a.urlErrorParamsEnabled)&&Ga(a.urlErrorParamsEnabled)&&(Xb.urlErrorParamsEnabled=a.urlErrorParamsEnabled);else return Xb}function Yb(a){return X(a)&&0<a}function F(a,b){b=b||Error;return function(){var d=arguments[0],c;c="["+(a?a+":":"")+d+"] http://errors.angularjs.org/1.8.3/"+(a?a+"/":"")+d;for(d=1;d<arguments.length;d++){c=c+(1==d?"?":"&")+"p"+(d-1)+"=";var e=encodeURIComponent, -f;f=arguments[d];f="function"==typeof f?f.toString().replace(/ \{[\s\S]*$/,""):"undefined"==typeof f?"undefined":"string"!=typeof f?JSON.stringify(f):f;c+=e(f)}return new b(c)}}function za(a){if(null==a||$a(a))return!1;if(H(a)||C(a)||x&&a instanceof x)return!0;var b="length"in Object(a)&&a.length;return X(b)&&(0<=b&&b-1 in a||"function"===typeof a.item)}function r(a,b,d){var c,e;if(a)if(B(a))for(c in a)"prototype"!==c&&"length"!==c&&"name"!==c&&a.hasOwnProperty(c)&&b.call(d,a[c],c,a);else if(H(a)|| -za(a)){var f="object"!==typeof a;c=0;for(e=a.length;c<e;c++)(f||c in a)&&b.call(d,a[c],c,a)}else if(a.forEach&&a.forEach!==r)a.forEach(b,d,a);else if(Pc(a))for(c in a)b.call(d,a[c],c,a);else if("function"===typeof a.hasOwnProperty)for(c in a)a.hasOwnProperty(c)&&b.call(d,a[c],c,a);else for(c in a)ta.call(a,c)&&b.call(d,a[c],c,a);return a}function Qc(a,b,d){for(var c=Object.keys(a).sort(),e=0;e<c.length;e++)b.call(d,a[c[e]],c[e]);return c}function Zb(a){return function(b,d){a(d,b)}}function we(){return++qb} -function $b(a,b,d){for(var c=a.$$hashKey,e=0,f=b.length;e<f;++e){var g=b[e];if(D(g)||B(g))for(var k=Object.keys(g),h=0,l=k.length;h<l;h++){var m=k[h],p=g[m];d&&D(p)?ha(p)?a[m]=new Date(p.valueOf()):ab(p)?a[m]=new RegExp(p):p.nodeName?a[m]=p.cloneNode(!0):ac(p)?a[m]=p.clone():"__proto__"!==m&&(D(a[m])||(a[m]=H(p)?[]:{}),$b(a[m],[p],!0)):a[m]=p}}c?a.$$hashKey=c:delete a.$$hashKey;return a}function S(a){return $b(a,Ha.call(arguments,1),!1)}function xe(a){return $b(a,Ha.call(arguments,1),!0)}function fa(a){return parseInt(a, -10)}function bc(a,b){return S(Object.create(a),b)}function E(){}function Ta(a){return a}function ia(a){return function(){return a}}function cc(a){return B(a.toString)&&a.toString!==la}function A(a){return"undefined"===typeof a}function w(a){return"undefined"!==typeof a}function D(a){return null!==a&&"object"===typeof a}function Pc(a){return null!==a&&"object"===typeof a&&!Rc(a)}function C(a){return"string"===typeof a}function X(a){return"number"===typeof a}function ha(a){return"[object Date]"===la.call(a)} -function H(a){return Array.isArray(a)||a instanceof Array}function dc(a){switch(la.call(a)){case "[object Error]":return!0;case "[object Exception]":return!0;case "[object DOMException]":return!0;default:return a instanceof Error}}function B(a){return"function"===typeof a}function ab(a){return"[object RegExp]"===la.call(a)}function $a(a){return a&&a.window===a}function bb(a){return a&&a.$evalAsync&&a.$watch}function Ga(a){return"boolean"===typeof a}function ye(a){return a&&X(a.length)&&ze.test(la.call(a))} -function ac(a){return!(!a||!(a.nodeName||a.prop&&a.attr&&a.find))}function Ae(a){var b={};a=a.split(",");var d;for(d=0;d<a.length;d++)b[a[d]]=!0;return b}function ua(a){return K(a.nodeName||a[0]&&a[0].nodeName)}function cb(a,b){var d=a.indexOf(b);0<=d&&a.splice(d,1);return d}function Ia(a,b,d){function c(a,b,c){c--;if(0>c)return"...";var d=b.$$hashKey,f;if(H(a)){f=0;for(var g=a.length;f<g;f++)b.push(e(a[f],c))}else if(Pc(a))for(f in a)b[f]=e(a[f],c);else if(a&&"function"===typeof a.hasOwnProperty)for(f in a)a.hasOwnProperty(f)&& -(b[f]=e(a[f],c));else for(f in a)ta.call(a,f)&&(b[f]=e(a[f],c));d?b.$$hashKey=d:delete b.$$hashKey;return b}function e(a,b){if(!D(a))return a;var d=g.indexOf(a);if(-1!==d)return k[d];if($a(a)||bb(a))throw oa("cpws");var d=!1,e=f(a);void 0===e&&(e=H(a)?[]:Object.create(Rc(a)),d=!0);g.push(a);k.push(e);return d?c(a,e,b):e}function f(a){switch(la.call(a)){case "[object Int8Array]":case "[object Int16Array]":case "[object Int32Array]":case "[object Float32Array]":case "[object Float64Array]":case "[object Uint8Array]":case "[object Uint8ClampedArray]":case "[object Uint16Array]":case "[object Uint32Array]":return new a.constructor(e(a.buffer), -a.byteOffset,a.length);case "[object ArrayBuffer]":if(!a.slice){var b=new ArrayBuffer(a.byteLength);(new Uint8Array(b)).set(new Uint8Array(a));return b}return a.slice(0);case "[object Boolean]":case "[object Number]":case "[object String]":case "[object Date]":return new a.constructor(a.valueOf());case "[object RegExp]":return b=new RegExp(a.source,a.toString().match(/[^/]*$/)[0]),b.lastIndex=a.lastIndex,b;case "[object Blob]":return new a.constructor([a],{type:a.type})}if(B(a.cloneNode))return a.cloneNode(!0)} -var g=[],k=[];d=Yb(d)?d:NaN;if(b){if(ye(b)||"[object ArrayBuffer]"===la.call(b))throw oa("cpta");if(a===b)throw oa("cpi");H(b)?b.length=0:r(b,function(a,c){"$$hashKey"!==c&&delete b[c]});g.push(a);k.push(b);return c(a,b,d)}return e(a,d)}function ec(a,b){return a===b||a!==a&&b!==b}function va(a,b){if(a===b)return!0;if(null===a||null===b)return!1;if(a!==a&&b!==b)return!0;var d=typeof a,c;if(d===typeof b&&"object"===d)if(H(a)){if(!H(b))return!1;if((d=a.length)===b.length){for(c=0;c<d;c++)if(!va(a[c], -b[c]))return!1;return!0}}else{if(ha(a))return ha(b)?ec(a.getTime(),b.getTime()):!1;if(ab(a))return ab(b)?a.toString()===b.toString():!1;if(bb(a)||bb(b)||$a(a)||$a(b)||H(b)||ha(b)||ab(b))return!1;d=T();for(c in a)if("$"!==c.charAt(0)&&!B(a[c])){if(!va(a[c],b[c]))return!1;d[c]=!0}for(c in b)if(!(c in d)&&"$"!==c.charAt(0)&&w(b[c])&&!B(b[c]))return!1;return!0}return!1}function db(a,b,d){return a.concat(Ha.call(b,d))}function Va(a,b){var d=2<arguments.length?Ha.call(arguments,2):[];return!B(b)||b instanceof -RegExp?b:d.length?function(){return arguments.length?b.apply(a,db(d,arguments,0)):b.apply(a,d)}:function(){return arguments.length?b.apply(a,arguments):b.call(a)}}function Sc(a,b){var d=b;"string"===typeof a&&"$"===a.charAt(0)&&"$"===a.charAt(1)?d=void 0:$a(b)?d="$WINDOW":b&&z.document===b?d="$DOCUMENT":bb(b)&&(d="$SCOPE");return d}function eb(a,b){if(!A(a))return X(b)||(b=b?2:null),JSON.stringify(a,Sc,b)}function Tc(a){return C(a)?JSON.parse(a):a}function fc(a,b){a=a.replace(Be,"");var d=Date.parse("Jan 01, 1970 00:00:00 "+ -a)/6E4;return Y(d)?b:d}function Uc(a,b){a=new Date(a.getTime());a.setMinutes(a.getMinutes()+b);return a}function gc(a,b,d){d=d?-1:1;var c=a.getTimezoneOffset();b=fc(b,c);return Uc(a,d*(b-c))}function Aa(a){a=x(a).clone().empty();var b=x("<div></div>").append(a).html();try{return a[0].nodeType===Pa?K(b):b.match(/^(<[^>]+>)/)[1].replace(/^<([\w-]+)/,function(a,b){return"<"+K(b)})}catch(d){return K(b)}}function Vc(a){try{return decodeURIComponent(a)}catch(b){}}function hc(a){var b={};r((a||"").split("&"), -function(a){var c,e,f;a&&(e=a=a.replace(/\+/g,"%20"),c=a.indexOf("="),-1!==c&&(e=a.substring(0,c),f=a.substring(c+1)),e=Vc(e),w(e)&&(f=w(f)?Vc(f):!0,ta.call(b,e)?H(b[e])?b[e].push(f):b[e]=[b[e],f]:b[e]=f))});return b}function Ce(a){var b=[];r(a,function(a,c){H(a)?r(a,function(a){b.push(ba(c,!0)+(!0===a?"":"="+ba(a,!0)))}):b.push(ba(c,!0)+(!0===a?"":"="+ba(a,!0)))});return b.length?b.join("&"):""}function ic(a){return ba(a,!0).replace(/%26/gi,"&").replace(/%3D/gi,"=").replace(/%2B/gi,"+")}function ba(a, -b){return encodeURIComponent(a).replace(/%40/gi,"@").replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%3B/gi,";").replace(/%20/g,b?"%20":"+")}function De(a,b){var d,c,e=Qa.length;for(c=0;c<e;++c)if(d=Qa[c]+b,C(d=a.getAttribute(d)))return d;return null}function Ee(a,b){var d,c,e={};r(Qa,function(b){b+="app";!d&&a.hasAttribute&&a.hasAttribute(b)&&(d=a,c=a.getAttribute(b))});r(Qa,function(b){b+="app";var e;!d&&(e=a.querySelector("["+b.replace(":","\\:")+"]"))&&(d=e,c=e.getAttribute(b))}); -d&&(Fe?(e.strictDi=null!==De(d,"strict-di"),b(d,c?[c]:[],e)):z.console.error("AngularJS: disabling automatic bootstrap. <script> protocol indicates an extension, document.location.href does not match."))}function Wc(a,b,d){D(d)||(d={});d=S({strictDi:!1},d);var c=function(){a=x(a);if(a.injector()){var c=a[0]===z.document?"document":Aa(a);throw oa("btstrpd",c.replace(/</,"&lt;").replace(/>/,"&gt;"));}b=b||[];b.unshift(["$provide",function(b){b.value("$rootElement",a)}]);d.debugInfoEnabled&&b.push(["$compileProvider", -function(a){a.debugInfoEnabled(!0)}]);b.unshift("ng");c=fb(b,d.strictDi);c.invoke(["$rootScope","$rootElement","$compile","$injector",function(a,b,c,d){a.$apply(function(){b.data("$injector",d);c(b)(a)})}]);return c},e=/^NG_ENABLE_DEBUG_INFO!/,f=/^NG_DEFER_BOOTSTRAP!/;z&&e.test(z.name)&&(d.debugInfoEnabled=!0,z.name=z.name.replace(e,""));if(z&&!f.test(z.name))return c();z.name=z.name.replace(f,"");ca.resumeBootstrap=function(a){r(a,function(a){b.push(a)});return c()};B(ca.resumeDeferredBootstrap)&& -ca.resumeDeferredBootstrap()}function Ge(){z.name="NG_ENABLE_DEBUG_INFO!"+z.name;z.location.reload()}function He(a){a=ca.element(a).injector();if(!a)throw oa("test");return a.get("$$testability")}function Xc(a,b){b=b||"_";return a.replace(Ie,function(a,c){return(c?b:"")+a.toLowerCase()})}function Je(){var a;if(!Yc){var b=rb();(sb=A(b)?z.jQuery:b?z[b]:void 0)&&sb.fn.on?(x=sb,S(sb.fn,{scope:Wa.scope,isolateScope:Wa.isolateScope,controller:Wa.controller,injector:Wa.injector,inheritedData:Wa.inheritedData})): -x=U;a=x.cleanData;x.cleanData=function(b){for(var c,e=0,f;null!=(f=b[e]);e++)(c=(x._data(f)||{}).events)&&c.$destroy&&x(f).triggerHandler("$destroy");a(b)};ca.element=x;Yc=!0}}function Ke(){U.legacyXHTMLReplacement=!0}function gb(a,b,d){if(!a)throw oa("areq",b||"?",d||"required");return a}function tb(a,b,d){d&&H(a)&&(a=a[a.length-1]);gb(B(a),b,"not a function, got "+(a&&"object"===typeof a?a.constructor.name||"Object":typeof a));return a}function Ja(a,b){if("hasOwnProperty"===a)throw oa("badname", -b);}function Le(a,b,d){if(!b)return a;b=b.split(".");for(var c,e=a,f=b.length,g=0;g<f;g++)c=b[g],a&&(a=(e=a)[c]);return!d&&B(a)?Va(e,a):a}function ub(a){for(var b=a[0],d=a[a.length-1],c,e=1;b!==d&&(b=b.nextSibling);e++)if(c||a[e]!==b)c||(c=x(Ha.call(a,0,e))),c.push(b);return c||a}function T(){return Object.create(null)}function jc(a){if(null==a)return"";switch(typeof a){case "string":break;case "number":a=""+a;break;default:a=!cc(a)||H(a)||ha(a)?eb(a):a.toString()}return a}function Me(a){function b(a, -b,c){return a[b]||(a[b]=c())}var d=F("$injector"),c=F("ng");a=b(a,"angular",Object);a.$$minErr=a.$$minErr||F;return b(a,"module",function(){var a={};return function(f,g,k){var h={};if("hasOwnProperty"===f)throw c("badname","module");g&&a.hasOwnProperty(f)&&(a[f]=null);return b(a,f,function(){function a(b,c,d,f){f||(f=e);return function(){f[d||"push"]([b,c,arguments]);return t}}function b(a,c,d){d||(d=e);return function(b,e){e&&B(e)&&(e.$$moduleName=f);d.push([a,c,arguments]);return t}}if(!g)throw d("nomod", -f);var e=[],n=[],s=[],G=a("$injector","invoke","push",n),t={_invokeQueue:e,_configBlocks:n,_runBlocks:s,info:function(a){if(w(a)){if(!D(a))throw c("aobj","value");h=a;return this}return h},requires:g,name:f,provider:b("$provide","provider"),factory:b("$provide","factory"),service:b("$provide","service"),value:a("$provide","value"),constant:a("$provide","constant","unshift"),decorator:b("$provide","decorator",n),animation:b("$animateProvider","register"),filter:b("$filterProvider","register"),controller:b("$controllerProvider", -"register"),directive:b("$compileProvider","directive"),component:b("$compileProvider","component"),config:G,run:function(a){s.push(a);return this}};k&&G(k);return t})}})}function ja(a,b){if(H(a)){b=b||[];for(var d=0,c=a.length;d<c;d++)b[d]=a[d]}else if(D(a))for(d in b=b||{},a)if("$"!==d.charAt(0)||"$"!==d.charAt(1))b[d]=a[d];return b||a}function Ne(a,b){var d=[];Yb(b)&&(a=ca.copy(a,null,b));return JSON.stringify(a,function(a,b){b=Sc(a,b);if(D(b)){if(0<=d.indexOf(b))return"...";d.push(b)}return b})} -function Oe(a){S(a,{errorHandlingConfig:ve,bootstrap:Wc,copy:Ia,extend:S,merge:xe,equals:va,element:x,forEach:r,injector:fb,noop:E,bind:Va,toJson:eb,fromJson:Tc,identity:Ta,isUndefined:A,isDefined:w,isString:C,isFunction:B,isObject:D,isNumber:X,isElement:ac,isArray:H,version:Pe,isDate:ha,callbacks:{$$counter:0},getTestability:He,reloadWithDebugInfo:Ge,UNSAFE_restoreLegacyJqLiteXHTMLReplacement:Ke,$$minErr:F,$$csp:Ba,$$encodeUriSegment:ic,$$encodeUriQuery:ba,$$lowercase:K,$$stringify:jc,$$uppercase:vb}); -lc=Me(z);lc("ng",["ngLocale"],["$provide",function(a){a.provider({$$sanitizeUri:Qe});a.provider("$compile",Zc).directive({a:Re,input:$c,textarea:$c,form:Se,script:Te,select:Ue,option:Ve,ngBind:We,ngBindHtml:Xe,ngBindTemplate:Ye,ngClass:Ze,ngClassEven:$e,ngClassOdd:af,ngCloak:bf,ngController:cf,ngForm:df,ngHide:ef,ngIf:ff,ngInclude:gf,ngInit:hf,ngNonBindable:jf,ngPluralize:kf,ngRef:lf,ngRepeat:mf,ngShow:nf,ngStyle:of,ngSwitch:pf,ngSwitchWhen:qf,ngSwitchDefault:rf,ngOptions:sf,ngTransclude:tf,ngModel:uf, -ngList:vf,ngChange:wf,pattern:ad,ngPattern:ad,required:bd,ngRequired:bd,minlength:cd,ngMinlength:cd,maxlength:dd,ngMaxlength:dd,ngValue:xf,ngModelOptions:yf}).directive({ngInclude:zf,input:Af}).directive(wb).directive(ed);a.provider({$anchorScroll:Bf,$animate:Cf,$animateCss:Df,$$animateJs:Ef,$$animateQueue:Ff,$$AnimateRunner:Gf,$$animateAsyncRun:Hf,$browser:If,$cacheFactory:Jf,$controller:Kf,$document:Lf,$$isDocumentHidden:Mf,$exceptionHandler:Nf,$filter:fd,$$forceReflow:Of,$interpolate:Pf,$interval:Qf, -$$intervalFactory:Rf,$http:Sf,$httpParamSerializer:Tf,$httpParamSerializerJQLike:Uf,$httpBackend:Vf,$xhrFactory:Wf,$jsonpCallbacks:Xf,$location:Yf,$log:Zf,$parse:$f,$rootScope:ag,$q:bg,$$q:cg,$sce:dg,$sceDelegate:eg,$sniffer:fg,$$taskTrackerFactory:gg,$templateCache:hg,$templateRequest:ig,$$testability:jg,$timeout:kg,$window:lg,$$rAF:mg,$$jqLite:ng,$$Map:og,$$cookieReader:pg})}]).info({angularVersion:"1.8.3"})}function xb(a,b){return b.toUpperCase()}function yb(a){return a.replace(qg,xb)}function mc(a){a= -a.nodeType;return 1===a||!a||9===a}function gd(a,b){var d,c,e,f=b.createDocumentFragment(),g=[],k;if(nc.test(a)){d=f.appendChild(b.createElement("div"));c=(rg.exec(a)||["",""])[1].toLowerCase();e=U.legacyXHTMLReplacement?a.replace(sg,"<$1></$2>"):a;if(10>wa)for(c=hb[c]||hb._default,d.innerHTML=c[1]+e+c[2],k=c[0];k--;)d=d.firstChild;else{c=qa[c]||[];for(k=c.length;-1<--k;)d.appendChild(z.document.createElement(c[k])),d=d.firstChild;d.innerHTML=e}g=db(g,d.childNodes);d=f.firstChild;d.textContent=""}else g.push(b.createTextNode(a)); -f.textContent="";f.innerHTML="";r(g,function(a){f.appendChild(a)});return f}function U(a){if(a instanceof U)return a;var b;C(a)&&(a=V(a),b=!0);if(!(this instanceof U)){if(b&&"<"!==a.charAt(0))throw oc("nosel");return new U(a)}if(b){b=z.document;var d;a=(d=tg.exec(a))?[b.createElement(d[1])]:(d=gd(a,b))?d.childNodes:[];pc(this,a)}else B(a)?hd(a):pc(this,a)}function qc(a){return a.cloneNode(!0)}function zb(a,b){!b&&mc(a)&&x.cleanData([a]);a.querySelectorAll&&x.cleanData(a.querySelectorAll("*"))}function id(a){for(var b in a)return!1; -return!0}function jd(a){var b=a.ng339,d=b&&Ka[b],c=d&&d.events,d=d&&d.data;d&&!id(d)||c&&!id(c)||(delete Ka[b],a.ng339=void 0)}function kd(a,b,d,c){if(w(c))throw oc("offargs");var e=(c=Ab(a))&&c.events,f=c&&c.handle;if(f){if(b){var g=function(b){var c=e[b];w(d)&&cb(c||[],d);w(d)&&c&&0<c.length||(a.removeEventListener(b,f),delete e[b])};r(b.split(" "),function(a){g(a);Bb[a]&&g(Bb[a])})}else for(b in e)"$destroy"!==b&&a.removeEventListener(b,f),delete e[b];jd(a)}}function rc(a,b){var d=a.ng339;if(d= -d&&Ka[d])b?delete d.data[b]:d.data={},jd(a)}function Ab(a,b){var d=a.ng339,d=d&&Ka[d];b&&!d&&(a.ng339=d=++ug,d=Ka[d]={events:{},data:{},handle:void 0});return d}function sc(a,b,d){if(mc(a)){var c,e=w(d),f=!e&&b&&!D(b),g=!b;a=(a=Ab(a,!f))&&a.data;if(e)a[yb(b)]=d;else{if(g)return a;if(f)return a&&a[yb(b)];for(c in b)a[yb(c)]=b[c]}}}function Cb(a,b){return a.getAttribute?-1<(" "+(a.getAttribute("class")||"")+" ").replace(/[\n\t]/g," ").indexOf(" "+b+" "):!1}function Db(a,b){if(b&&a.setAttribute){var d= -(" "+(a.getAttribute("class")||"")+" ").replace(/[\n\t]/g," "),c=d;r(b.split(" "),function(a){a=V(a);c=c.replace(" "+a+" "," ")});c!==d&&a.setAttribute("class",V(c))}}function Eb(a,b){if(b&&a.setAttribute){var d=(" "+(a.getAttribute("class")||"")+" ").replace(/[\n\t]/g," "),c=d;r(b.split(" "),function(a){a=V(a);-1===c.indexOf(" "+a+" ")&&(c+=a+" ")});c!==d&&a.setAttribute("class",V(c))}}function pc(a,b){if(b)if(b.nodeType)a[a.length++]=b;else{var d=b.length;if("number"===typeof d&&b.window!==b){if(d)for(var c= -0;c<d;c++)a[a.length++]=b[c]}else a[a.length++]=b}}function ld(a,b){return Fb(a,"$"+(b||"ngController")+"Controller")}function Fb(a,b,d){9===a.nodeType&&(a=a.documentElement);for(b=H(b)?b:[b];a;){for(var c=0,e=b.length;c<e;c++)if(w(d=x.data(a,b[c])))return d;a=a.parentNode||11===a.nodeType&&a.host}}function md(a){for(zb(a,!0);a.firstChild;)a.removeChild(a.firstChild)}function Gb(a,b){b||zb(a);var d=a.parentNode;d&&d.removeChild(a)}function vg(a,b){b=b||z;if("complete"===b.document.readyState)b.setTimeout(a); -else x(b).on("load",a)}function hd(a){function b(){z.document.removeEventListener("DOMContentLoaded",b);z.removeEventListener("load",b);a()}"complete"===z.document.readyState?z.setTimeout(a):(z.document.addEventListener("DOMContentLoaded",b),z.addEventListener("load",b))}function nd(a,b){var d=Hb[b.toLowerCase()];return d&&od[ua(a)]&&d}function wg(a,b){var d=function(c,d){c.isDefaultPrevented=function(){return c.defaultPrevented};var f=b[d||c.type],g=f?f.length:0;if(g){if(A(c.immediatePropagationStopped)){var k= -c.stopImmediatePropagation;c.stopImmediatePropagation=function(){c.immediatePropagationStopped=!0;c.stopPropagation&&c.stopPropagation();k&&k.call(c)}}c.isImmediatePropagationStopped=function(){return!0===c.immediatePropagationStopped};var h=f.specialHandlerWrapper||xg;1<g&&(f=ja(f));for(var l=0;l<g;l++)c.isImmediatePropagationStopped()||h(a,c,f[l])}};d.elem=a;return d}function xg(a,b,d){d.call(a,b)}function yg(a,b,d){var c=b.relatedTarget;c&&(c===a||zg.call(a,c))||d.call(a,b)}function ng(){this.$get= -function(){return S(U,{hasClass:function(a,b){a.attr&&(a=a[0]);return Cb(a,b)},addClass:function(a,b){a.attr&&(a=a[0]);return Eb(a,b)},removeClass:function(a,b){a.attr&&(a=a[0]);return Db(a,b)}})}}function La(a,b){var d=a&&a.$$hashKey;if(d)return"function"===typeof d&&(d=a.$$hashKey()),d;d=typeof a;return d="function"===d||"object"===d&&null!==a?a.$$hashKey=d+":"+(b||we)():d+":"+a}function pd(){this._keys=[];this._values=[];this._lastKey=NaN;this._lastIndex=-1}function qd(a){a=Function.prototype.toString.call(a).replace(Ag, -"");return a.match(Bg)||a.match(Cg)}function Dg(a){return(a=qd(a))?"function("+(a[1]||"").replace(/[\s\r\n]+/," ")+")":"fn"}function fb(a,b){function d(a){return function(b,c){if(D(b))r(b,Zb(a));else return a(b,c)}}function c(a,b){Ja(a,"service");if(B(b)||H(b))b=n.instantiate(b);if(!b.$get)throw Ca("pget",a);return p[a+"Provider"]=b}function e(a,b){return function(){var c=t.invoke(b,this);if(A(c))throw Ca("undef",a);return c}}function f(a,b,d){return c(a,{$get:!1!==d?e(a,b):b})}function g(a){gb(A(a)|| -H(a),"modulesToLoad","not an array");var b=[],c;r(a,function(a){function d(a){var b,c;b=0;for(c=a.length;b<c;b++){var e=a[b],f=n.get(e[0]);f[e[1]].apply(f,e[2])}}if(!m.get(a)){m.set(a,!0);try{C(a)?(c=lc(a),t.modules[a]=c,b=b.concat(g(c.requires)).concat(c._runBlocks),d(c._invokeQueue),d(c._configBlocks)):B(a)?b.push(n.invoke(a)):H(a)?b.push(n.invoke(a)):tb(a,"module")}catch(e){throw H(a)&&(a=a[a.length-1]),e.message&&e.stack&&-1===e.stack.indexOf(e.message)&&(e=e.message+"\n"+e.stack),Ca("modulerr", -a,e.stack||e.message||e);}}});return b}function k(a,c){function d(b,e){if(a.hasOwnProperty(b)){if(a[b]===h)throw Ca("cdep",b+" <- "+l.join(" <- "));return a[b]}try{return l.unshift(b),a[b]=h,a[b]=c(b,e),a[b]}catch(f){throw a[b]===h&&delete a[b],f;}finally{l.shift()}}function e(a,c,f){var g=[];a=fb.$$annotate(a,b,f);for(var h=0,k=a.length;h<k;h++){var l=a[h];if("string"!==typeof l)throw Ca("itkn",l);g.push(c&&c.hasOwnProperty(l)?c[l]:d(l,f))}return g}return{invoke:function(a,b,c,d){"string"===typeof c&& -(d=c,c=null);c=e(a,c,d);H(a)&&(a=a[a.length-1]);d=a;if(wa||"function"!==typeof d)d=!1;else{var f=d.$$ngIsClass;Ga(f)||(f=d.$$ngIsClass=/^class\b/.test(Function.prototype.toString.call(d)));d=f}return d?(c.unshift(null),new (Function.prototype.bind.apply(a,c))):a.apply(b,c)},instantiate:function(a,b,c){var d=H(a)?a[a.length-1]:a;a=e(a,b,c);a.unshift(null);return new (Function.prototype.bind.apply(d,a))},get:d,annotate:fb.$$annotate,has:function(b){return p.hasOwnProperty(b+"Provider")||a.hasOwnProperty(b)}}} -b=!0===b;var h={},l=[],m=new Ib,p={$provide:{provider:d(c),factory:d(f),service:d(function(a,b){return f(a,["$injector",function(a){return a.instantiate(b)}])}),value:d(function(a,b){return f(a,ia(b),!1)}),constant:d(function(a,b){Ja(a,"constant");p[a]=b;s[a]=b}),decorator:function(a,b){var c=n.get(a+"Provider"),d=c.$get;c.$get=function(){var a=t.invoke(d,c);return t.invoke(b,null,{$delegate:a})}}}},n=p.$injector=k(p,function(a,b){ca.isString(b)&&l.push(b);throw Ca("unpr",l.join(" <- "));}),s={}, -G=k(s,function(a,b){var c=n.get(a+"Provider",b);return t.invoke(c.$get,c,void 0,a)}),t=G;p.$injectorProvider={$get:ia(G)};t.modules=n.modules=T();var N=g(a),t=G.get("$injector");t.strictDi=b;r(N,function(a){a&&t.invoke(a)});t.loadNewModules=function(a){r(g(a),function(a){a&&t.invoke(a)})};return t}function Bf(){var a=!0;this.disableAutoScrolling=function(){a=!1};this.$get=["$window","$location","$rootScope",function(b,d,c){function e(a){var b=null;Array.prototype.some.call(a,function(a){if("a"=== -ua(a))return b=a,!0});return b}function f(a){if(a){a.scrollIntoView();var c;c=g.yOffset;B(c)?c=c():ac(c)?(c=c[0],c="fixed"!==b.getComputedStyle(c).position?0:c.getBoundingClientRect().bottom):X(c)||(c=0);c&&(a=a.getBoundingClientRect().top,b.scrollBy(0,a-c))}else b.scrollTo(0,0)}function g(a){a=C(a)?a:X(a)?a.toString():d.hash();var b;a?(b=k.getElementById(a))?f(b):(b=e(k.getElementsByName(a)))?f(b):"top"===a&&f(null):f(null)}var k=b.document;a&&c.$watch(function(){return d.hash()},function(a,b){a=== -b&&""===a||vg(function(){c.$evalAsync(g)})});return g}]}function ib(a,b){if(!a&&!b)return"";if(!a)return b;if(!b)return a;H(a)&&(a=a.join(" "));H(b)&&(b=b.join(" "));return a+" "+b}function Eg(a){C(a)&&(a=a.split(" "));var b=T();r(a,function(a){a.length&&(b[a]=!0)});return b}function ra(a){return D(a)?a:{}}function Fg(a,b,d,c,e){function f(){pa=null;k()}function g(){t=y();t=A(t)?null:t;va(t,P)&&(t=P);N=P=t}function k(){var a=N;g();if(v!==h.url()||a!==t)v=h.url(),N=t,r(J,function(a){a(h.url(),t)})} -var h=this,l=a.location,m=a.history,p=a.setTimeout,n=a.clearTimeout,s={},G=e(d);h.isMock=!1;h.$$completeOutstandingRequest=G.completeTask;h.$$incOutstandingRequestCount=G.incTaskCount;h.notifyWhenNoOutstandingRequests=G.notifyWhenNoPendingTasks;var t,N,v=l.href,kc=b.find("base"),pa=null,y=c.history?function(){try{return m.state}catch(a){}}:E;g();h.url=function(b,d,e){A(e)&&(e=null);l!==a.location&&(l=a.location);m!==a.history&&(m=a.history);if(b){var f=N===e;b=ga(b).href;if(v===b&&(!c.history||f))return h; -var k=v&&Da(v)===Da(b);v=b;N=e;!c.history||k&&f?(k||(pa=b),d?l.replace(b):k?(d=l,e=b,f=e.indexOf("#"),e=-1===f?"":e.substr(f),d.hash=e):l.href=b,l.href!==b&&(pa=b)):(m[d?"replaceState":"pushState"](e,"",b),g());pa&&(pa=b);return h}return(pa||l.href).replace(/#$/,"")};h.state=function(){return t};var J=[],I=!1,P=null;h.onUrlChange=function(b){if(!I){if(c.history)x(a).on("popstate",f);x(a).on("hashchange",f);I=!0}J.push(b);return b};h.$$applicationDestroyed=function(){x(a).off("hashchange popstate", -f)};h.$$checkUrlChange=k;h.baseHref=function(){var a=kc.attr("href");return a?a.replace(/^(https?:)?\/\/[^/]*/,""):""};h.defer=function(a,b,c){var d;b=b||0;c=c||G.DEFAULT_TASK_TYPE;G.incTaskCount(c);d=p(function(){delete s[d];G.completeTask(a,c)},b);s[d]=c;return d};h.defer.cancel=function(a){if(s.hasOwnProperty(a)){var b=s[a];delete s[a];n(a);G.completeTask(E,b);return!0}return!1}}function If(){this.$get=["$window","$log","$sniffer","$document","$$taskTrackerFactory",function(a,b,d,c,e){return new Fg(a, -c,b,d,e)}]}function Jf(){this.$get=function(){function a(a,c){function e(a){a!==p&&(n?n===a&&(n=a.n):n=a,f(a.n,a.p),f(a,p),p=a,p.n=null)}function f(a,b){a!==b&&(a&&(a.p=b),b&&(b.n=a))}if(a in b)throw F("$cacheFactory")("iid",a);var g=0,k=S({},c,{id:a}),h=T(),l=c&&c.capacity||Number.MAX_VALUE,m=T(),p=null,n=null;return b[a]={put:function(a,b){if(!A(b)){if(l<Number.MAX_VALUE){var c=m[a]||(m[a]={key:a});e(c)}a in h||g++;h[a]=b;g>l&&this.remove(n.key);return b}},get:function(a){if(l<Number.MAX_VALUE){var b= -m[a];if(!b)return;e(b)}return h[a]},remove:function(a){if(l<Number.MAX_VALUE){var b=m[a];if(!b)return;b===p&&(p=b.p);b===n&&(n=b.n);f(b.n,b.p);delete m[a]}a in h&&(delete h[a],g--)},removeAll:function(){h=T();g=0;m=T();p=n=null},destroy:function(){m=k=h=null;delete b[a]},info:function(){return S({},k,{size:g})}}}var b={};a.info=function(){var a={};r(b,function(b,e){a[e]=b.info()});return a};a.get=function(a){return b[a]};return a}}function hg(){this.$get=["$cacheFactory",function(a){return a("templates")}]} -function Zc(a,b){function d(a,b,c){var d=/^([@&]|[=<](\*?))(\??)\s*([\w$]*)$/,e=T();r(a,function(a,f){a=a.trim();if(a in p)e[f]=p[a];else{var g=a.match(d);if(!g)throw $("iscp",b,f,a,c?"controller bindings definition":"isolate scope definition");e[f]={mode:g[1][0],collection:"*"===g[2],optional:"?"===g[3],attrName:g[4]||f};g[4]&&(p[a]=e[f])}});return e}function c(a){var b=a.charAt(0);if(!b||b!==K(b))throw $("baddir",a);if(a!==a.trim())throw $("baddir",a);}function e(a){var b=a.require||a.controller&& -a.name;!H(b)&&D(b)&&r(b,function(a,c){var d=a.match(l);a.substring(d[0].length)||(b[c]=d[0]+c)});return b}var f={},g=/^\s*directive:\s*([\w-]+)\s+(.*)$/,k=/(([\w-]+)(?::([^;]+))?;?)/,h=Ae("ngSrc,ngSrcset,src,srcset"),l=/^(?:(\^\^?)?(\?)?(\^\^?)?)?/,m=/^(on[a-z]+|formaction)$/,p=T();this.directive=function pa(b,d){gb(b,"name");Ja(b,"directive");C(b)?(c(b),gb(d,"directiveFactory"),f.hasOwnProperty(b)||(f[b]=[],a.factory(b+"Directive",["$injector","$exceptionHandler",function(a,c){var d=[];r(f[b],function(f, -g){try{var h=a.invoke(f);B(h)?h={compile:ia(h)}:!h.compile&&h.link&&(h.compile=ia(h.link));h.priority=h.priority||0;h.index=g;h.name=h.name||b;h.require=e(h);var k=h,l=h.restrict;if(l&&(!C(l)||!/[EACM]/.test(l)))throw $("badrestrict",l,b);k.restrict=l||"EA";h.$$moduleName=f.$$moduleName;d.push(h)}catch(m){c(m)}});return d}])),f[b].push(d)):r(b,Zb(pa));return this};this.component=function y(a,b){function c(a){function e(b){return B(b)||H(b)?function(c,d){return a.invoke(b,this,{$element:c,$attrs:d})}: -b}var f=b.template||b.templateUrl?b.template:"",g={controller:d,controllerAs:Gg(b.controller)||b.controllerAs||"$ctrl",template:e(f),templateUrl:e(b.templateUrl),transclude:b.transclude,scope:{},bindToController:b.bindings||{},restrict:"E",require:b.require};r(b,function(a,b){"$"===b.charAt(0)&&(g[b]=a)});return g}if(!C(a))return r(a,Zb(Va(this,y))),this;var d=b.controller||function(){};r(b,function(a,b){"$"===b.charAt(0)&&(c[b]=a,B(d)&&(d[b]=a))});c.$inject=["$injector"];return this.directive(a, -c)};this.aHrefSanitizationTrustedUrlList=function(a){return w(a)?(b.aHrefSanitizationTrustedUrlList(a),this):b.aHrefSanitizationTrustedUrlList()};Object.defineProperty(this,"aHrefSanitizationWhitelist",{get:function(){return this.aHrefSanitizationTrustedUrlList},set:function(a){this.aHrefSanitizationTrustedUrlList=a}});this.imgSrcSanitizationTrustedUrlList=function(a){return w(a)?(b.imgSrcSanitizationTrustedUrlList(a),this):b.imgSrcSanitizationTrustedUrlList()};Object.defineProperty(this,"imgSrcSanitizationWhitelist", -{get:function(){return this.imgSrcSanitizationTrustedUrlList},set:function(a){this.imgSrcSanitizationTrustedUrlList=a}});var n=!0;this.debugInfoEnabled=function(a){return w(a)?(n=a,this):n};var s=!1;this.strictComponentBindingsEnabled=function(a){return w(a)?(s=a,this):s};var G=10;this.onChangesTtl=function(a){return arguments.length?(G=a,this):G};var t=!0;this.commentDirectivesEnabled=function(a){return arguments.length?(t=a,this):t};var N=!0;this.cssClassDirectivesEnabled=function(a){return arguments.length? -(N=a,this):N};var v=T();this.addPropertySecurityContext=function(a,b,c){var d=a.toLowerCase()+"|"+b.toLowerCase();if(d in v&&v[d]!==c)throw $("ctxoverride",a,b,v[d],c);v[d]=c;return this};(function(){function a(b,c){r(c,function(a){v[a.toLowerCase()]=b})}a(W.HTML,["iframe|srcdoc","*|innerHTML","*|outerHTML"]);a(W.CSS,["*|style"]);a(W.URL,"area|href area|ping a|href a|ping blockquote|cite body|background del|cite input|src ins|cite q|cite".split(" "));a(W.MEDIA_URL,"audio|src img|src img|srcset source|src source|srcset track|src video|src video|poster".split(" ")); -a(W.RESOURCE_URL,"*|formAction applet|code applet|codebase base|href embed|src frame|src form|action head|profile html|manifest iframe|src link|href media|src object|codebase object|data script|src".split(" "))})();this.$get=["$injector","$interpolate","$exceptionHandler","$templateRequest","$parse","$controller","$rootScope","$sce","$animate",function(a,b,c,e,p,M,L,u,R){function q(){try{if(!--Ja)throw Ua=void 0,$("infchng",G);L.$apply(function(){for(var a=0,b=Ua.length;a<b;++a)try{Ua[a]()}catch(d){c(d)}Ua= -void 0})}finally{Ja++}}function ma(a,b){if(!a)return a;if(!C(a))throw $("srcset",b,a.toString());for(var c="",d=V(a),e=/(\s+\d+x\s*,|\s+\d+w\s*,|\s+,|,\s+)/,e=/\s/.test(d)?e:/(,)/,d=d.split(e),e=Math.floor(d.length/2),f=0;f<e;f++)var g=2*f,c=c+u.getTrustedMediaUrl(V(d[g])),c=c+(" "+V(d[g+1]));d=V(d[2*f]).split(/\s/);c+=u.getTrustedMediaUrl(V(d[0]));2===d.length&&(c+=" "+V(d[1]));return c}function w(a,b){if(b){var c=Object.keys(b),d,e,f;d=0;for(e=c.length;d<e;d++)f=c[d],this[f]=b[f]}else this.$attr= -{};this.$$element=a}function O(a,b,c){Fa.innerHTML="<span "+b+">";b=Fa.firstChild.attributes;var d=b[0];b.removeNamedItem(d.name);d.value=c;a.attributes.setNamedItem(d)}function sa(a,b){try{a.addClass(b)}catch(c){}}function da(a,b,c,d,e){a instanceof x||(a=x(a));var f=Xa(a,b,a,c,d,e);da.$$addScopeClass(a);var g=null;return function(b,c,d){if(!a)throw $("multilink");gb(b,"scope");e&&e.needsNewScope&&(b=b.$parent.$new());d=d||{};var h=d.parentBoundTranscludeFn,k=d.transcludeControllers;d=d.futureParentElement; -h&&h.$$boundTransclude&&(h=h.$$boundTransclude);g||(g=(d=d&&d[0])?"foreignobject"!==ua(d)&&la.call(d).match(/SVG/)?"svg":"html":"html");d="html"!==g?x(ja(g,x("<div></div>").append(a).html())):c?Wa.clone.call(a):a;if(k)for(var l in k)d.data("$"+l+"Controller",k[l].instance);da.$$addScopeInfo(d,b);c&&c(d,b);f&&f(b,d,d,h);c||(a=f=null);return d}}function Xa(a,b,c,d,e,f){function g(a,c,d,e){var f,k,l,m,p,I,t;if(n)for(t=Array(c.length),m=0;m<h.length;m+=3)f=h[m],t[f]=c[f];else t=c;m=0;for(p=h.length;m< -p;)k=t[h[m++]],c=h[m++],f=h[m++],c?(c.scope?(l=a.$new(),da.$$addScopeInfo(x(k),l)):l=a,I=c.transcludeOnThisElement?ka(a,c.transclude,e):!c.templateOnThisElement&&e?e:!e&&b?ka(a,b):null,c(f,l,k,d,I)):f&&f(a,k.childNodes,void 0,e)}for(var h=[],k=H(a)||a instanceof x,l,m,p,I,n,t=0;t<a.length;t++){l=new w;11===wa&&jb(a,t,k);m=tc(a[t],[],l,0===t?d:void 0,e);(f=m.length?aa(m,a[t],l,b,c,null,[],[],f):null)&&f.scope&&da.$$addScopeClass(l.$$element);l=f&&f.terminal||!(p=a[t].childNodes)||!p.length?null:Xa(p, -f?(f.transcludeOnThisElement||!f.templateOnThisElement)&&f.transclude:b);if(f||l)h.push(t,f,l),I=!0,n=n||f;f=null}return I?g:null}function jb(a,b,c){var d=a[b],e=d.parentNode,f;if(d.nodeType===Pa)for(;;){f=e?d.nextSibling:a[b+1];if(!f||f.nodeType!==Pa)break;d.nodeValue+=f.nodeValue;f.parentNode&&f.parentNode.removeChild(f);c&&f===a[b+1]&&a.splice(b+1,1)}}function ka(a,b,c){function d(e,f,g,h,k){e||(e=a.$new(!1,k),e.$$transcluded=!0);return b(e,f,{parentBoundTranscludeFn:c,transcludeControllers:g, -futureParentElement:h})}var e=d.$$slots=T(),f;for(f in b.$$slots)e[f]=b.$$slots[f]?ka(a,b.$$slots[f],c):null;return d}function tc(a,b,d,e,f){var g=d.$attr,h;switch(a.nodeType){case 1:h=ua(a);Y(b,xa(h),"E",e,f);for(var l,m,n,t,J,s=a.attributes,v=0,G=s&&s.length;v<G;v++){var P=!1,N=!1,r=!1,y=!1,u=!1,M;l=s[v];m=l.name;t=l.value;n=xa(m.toLowerCase());(J=n.match(Ra))?(r="Attr"===J[1],y="Prop"===J[1],u="On"===J[1],m=m.replace(rd,"").toLowerCase().substr(4+J[1].length).replace(/_(.)/g,function(a,b){return b.toUpperCase()})): -(M=n.match(Sa))&&ca(M[1])&&(P=m,N=m.substr(0,m.length-5)+"end",m=m.substr(0,m.length-6));if(y||u)d[n]=t,g[n]=l.name,y?Ea(a,b,n,m):b.push(sd(p,L,c,n,m,!1));else{n=xa(m.toLowerCase());g[n]=m;if(r||!d.hasOwnProperty(n))d[n]=t,nd(a,n)&&(d[n]=!0);Ia(a,b,t,n,r);Y(b,n,"A",e,f,P,N)}}"input"===h&&"hidden"===a.getAttribute("type")&&a.setAttribute("autocomplete","off");if(!Qa)break;g=a.className;D(g)&&(g=g.animVal);if(C(g)&&""!==g)for(;a=k.exec(g);)n=xa(a[2]),Y(b,n,"C",e,f)&&(d[n]=V(a[3])),g=g.substr(a.index+ -a[0].length);break;case Pa:na(b,a.nodeValue);break;case 8:if(!Oa)break;F(a,b,d,e,f)}b.sort(ia);return b}function F(a,b,c,d,e){try{var f=g.exec(a.nodeValue);if(f){var h=xa(f[1]);Y(b,h,"M",d,e)&&(c[h]=V(f[2]))}}catch(k){}}function U(a,b,c){var d=[],e=0;if(b&&a.hasAttribute&&a.hasAttribute(b)){do{if(!a)throw $("uterdir",b,c);1===a.nodeType&&(a.hasAttribute(b)&&e++,a.hasAttribute(c)&&e--);d.push(a);a=a.nextSibling}while(0<e)}else d.push(a);return x(d)}function W(a,b,c){return function(d,e,f,g,h){e=U(e[0], -b,c);return a(d,e,f,g,h)}}function Z(a,b,c,d,e,f){var g;return a?da(b,c,d,e,f):function(){g||(g=da(b,c,d,e,f),b=c=f=null);return g.apply(this,arguments)}}function aa(a,b,d,e,f,g,h,k,l){function m(a,b,c,d){if(a){c&&(a=W(a,c,d));a.require=u.require;a.directiveName=Q;if(s===u||u.$$isolateScope)a=Ba(a,{isolateScope:!0});h.push(a)}if(b){c&&(b=W(b,c,d));b.require=u.require;b.directiveName=Q;if(s===u||u.$$isolateScope)b=Ba(b,{isolateScope:!0});k.push(b)}}function p(a,e,f,g,l){function m(a,b,c,d){var e;bb(a)|| -(d=c,c=b,b=a,a=void 0);N&&(e=P);c||(c=N?Q.parent():Q);if(d){var f=l.$$slots[d];if(f)return f(a,b,e,c,R);if(A(f))throw $("noslot",d,Aa(Q));}else return l(a,b,e,c,R)}var n,u,L,y,G,P,M,Q;b===f?(g=d,Q=d.$$element):(Q=x(f),g=new w(Q,d));G=e;s?y=e.$new(!0):t&&(G=e.$parent);l&&(M=m,M.$$boundTransclude=l,M.isSlotFilled=function(a){return!!l.$$slots[a]});J&&(P=ea(Q,g,M,J,y,e,s));s&&(da.$$addScopeInfo(Q,y,!0,!(v&&(v===s||v===s.$$originalDirective))),da.$$addScopeClass(Q,!0),y.$$isolateBindings=s.$$isolateBindings, -u=Da(e,g,y,y.$$isolateBindings,s),u.removeWatches&&y.$on("$destroy",u.removeWatches));for(n in P){u=J[n];L=P[n];var Hg=u.$$bindings.bindToController;L.instance=L();Q.data("$"+u.name+"Controller",L.instance);L.bindingInfo=Da(G,g,L.instance,Hg,u)}r(J,function(a,b){var c=a.require;a.bindToController&&!H(c)&&D(c)&&S(P[b].instance,X(b,c,Q,P))});r(P,function(a){var b=a.instance;if(B(b.$onChanges))try{b.$onChanges(a.bindingInfo.initialChanges)}catch(d){c(d)}if(B(b.$onInit))try{b.$onInit()}catch(e){c(e)}B(b.$doCheck)&& -(G.$watch(function(){b.$doCheck()}),b.$doCheck());B(b.$onDestroy)&&G.$on("$destroy",function(){b.$onDestroy()})});n=0;for(u=h.length;n<u;n++)L=h[n],Ca(L,L.isolateScope?y:e,Q,g,L.require&&X(L.directiveName,L.require,Q,P),M);var R=e;s&&(s.template||null===s.templateUrl)&&(R=y);a&&a(R,f.childNodes,void 0,l);for(n=k.length-1;0<=n;n--)L=k[n],Ca(L,L.isolateScope?y:e,Q,g,L.require&&X(L.directiveName,L.require,Q,P),M);r(P,function(a){a=a.instance;B(a.$postLink)&&a.$postLink()})}l=l||{};for(var n=-Number.MAX_VALUE, -t=l.newScopeDirective,J=l.controllerDirectives,s=l.newIsolateScopeDirective,v=l.templateDirective,L=l.nonTlbTranscludeDirective,G=!1,P=!1,N=l.hasElementTranscludeDirective,y=d.$$element=x(b),u,Q,M,R=e,q,ma=!1,Jb=!1,O,sa=0,C=a.length;sa<C;sa++){u=a[sa];var E=u.$$start,jb=u.$$end;E&&(y=U(b,E,jb));M=void 0;if(n>u.priority)break;if(O=u.scope)u.templateUrl||(D(O)?(ba("new/isolated scope",s||t,u,y),s=u):ba("new/isolated scope",s,u,y)),t=t||u;Q=u.name;if(!ma&&(u.replace&&(u.templateUrl||u.template)||u.transclude&& -!u.$$tlb)){for(O=sa+1;ma=a[O++];)if(ma.transclude&&!ma.$$tlb||ma.replace&&(ma.templateUrl||ma.template)){Jb=!0;break}ma=!0}!u.templateUrl&&u.controller&&(J=J||T(),ba("'"+Q+"' controller",J[Q],u,y),J[Q]=u);if(O=u.transclude)if(G=!0,u.$$tlb||(ba("transclusion",L,u,y),L=u),"element"===O)N=!0,n=u.priority,M=y,y=d.$$element=x(da.$$createComment(Q,d[Q])),b=y[0],oa(f,Ha.call(M,0),b),R=Z(Jb,M,e,n,g&&g.name,{nonTlbTranscludeDirective:L});else{var ka=T();if(D(O)){M=z.document.createDocumentFragment();var Xa= -T(),F=T();r(O,function(a,b){var c="?"===a.charAt(0);a=c?a.substring(1):a;Xa[a]=b;ka[b]=null;F[b]=c});r(y.contents(),function(a){var b=Xa[xa(ua(a))];b?(F[b]=!0,ka[b]=ka[b]||z.document.createDocumentFragment(),ka[b].appendChild(a)):M.appendChild(a)});r(F,function(a,b){if(!a)throw $("reqslot",b);});for(var K in ka)ka[K]&&(R=x(ka[K].childNodes),ka[K]=Z(Jb,R,e));M=x(M.childNodes)}else M=x(qc(b)).contents();y.empty();R=Z(Jb,M,e,void 0,void 0,{needsNewScope:u.$$isolateScope||u.$$newScope});R.$$slots=ka}if(u.template)if(P= -!0,ba("template",v,u,y),v=u,O=B(u.template)?u.template(y,d):u.template,O=Na(O),u.replace){g=u;M=nc.test(O)?td(ja(u.templateNamespace,V(O))):[];b=M[0];if(1!==M.length||1!==b.nodeType)throw $("tplrt",Q,"");oa(f,y,b);C={$attr:{}};O=tc(b,[],C);var Ig=a.splice(sa+1,a.length-(sa+1));(s||t)&&fa(O,s,t);a=a.concat(O).concat(Ig);ga(d,C);C=a.length}else y.html(O);if(u.templateUrl)P=!0,ba("template",v,u,y),v=u,u.replace&&(g=u),p=ha(a.splice(sa,a.length-sa),y,d,f,G&&R,h,k,{controllerDirectives:J,newScopeDirective:t!== -u&&t,newIsolateScopeDirective:s,templateDirective:v,nonTlbTranscludeDirective:L}),C=a.length;else if(u.compile)try{q=u.compile(y,d,R);var Y=u.$$originalDirective||u;B(q)?m(null,Va(Y,q),E,jb):q&&m(Va(Y,q.pre),Va(Y,q.post),E,jb)}catch(ca){c(ca,Aa(y))}u.terminal&&(p.terminal=!0,n=Math.max(n,u.priority))}p.scope=t&&!0===t.scope;p.transcludeOnThisElement=G;p.templateOnThisElement=P;p.transclude=R;l.hasElementTranscludeDirective=N;return p}function X(a,b,c,d){var e;if(C(b)){var f=b.match(l);b=b.substring(f[0].length); -var g=f[1]||f[3],f="?"===f[2];"^^"===g?c=c.parent():e=(e=d&&d[b])&&e.instance;if(!e){var h="$"+b+"Controller";e="^^"===g&&c[0]&&9===c[0].nodeType?null:g?c.inheritedData(h):c.data(h)}if(!e&&!f)throw $("ctreq",b,a);}else if(H(b))for(e=[],g=0,f=b.length;g<f;g++)e[g]=X(a,b[g],c,d);else D(b)&&(e={},r(b,function(b,f){e[f]=X(a,b,c,d)}));return e||null}function ea(a,b,c,d,e,f,g){var h=T(),k;for(k in d){var l=d[k],m={$scope:l===g||l.$$isolateScope?e:f,$element:a,$attrs:b,$transclude:c},p=l.controller;"@"=== -p&&(p=b[l.name]);m=M(p,m,!0,l.controllerAs);h[l.name]=m;a.data("$"+l.name+"Controller",m.instance)}return h}function fa(a,b,c){for(var d=0,e=a.length;d<e;d++)a[d]=bc(a[d],{$$isolateScope:b,$$newScope:c})}function Y(b,c,e,g,h,k,l){if(c===h)return null;var m=null;if(f.hasOwnProperty(c)){h=a.get(c+"Directive");for(var p=0,n=h.length;p<n;p++)if(c=h[p],(A(g)||g>c.priority)&&-1!==c.restrict.indexOf(e)){k&&(c=bc(c,{$$start:k,$$end:l}));if(!c.$$bindings){var I=m=c,t=c.name,u={isolateScope:null,bindToController:null}; -D(I.scope)&&(!0===I.bindToController?(u.bindToController=d(I.scope,t,!0),u.isolateScope={}):u.isolateScope=d(I.scope,t,!1));D(I.bindToController)&&(u.bindToController=d(I.bindToController,t,!0));if(u.bindToController&&!I.controller)throw $("noctrl",t);m=m.$$bindings=u;D(m.isolateScope)&&(c.$$isolateBindings=m.isolateScope)}b.push(c);m=c}}return m}function ca(b){if(f.hasOwnProperty(b))for(var c=a.get(b+"Directive"),d=0,e=c.length;d<e;d++)if(b=c[d],b.multiElement)return!0;return!1}function ga(a,b){var c= -b.$attr,d=a.$attr;r(a,function(d,e){"$"!==e.charAt(0)&&(b[e]&&b[e]!==d&&(d=d.length?d+(("style"===e?";":" ")+b[e]):b[e]),a.$set(e,d,!0,c[e]))});r(b,function(b,e){a.hasOwnProperty(e)||"$"===e.charAt(0)||(a[e]=b,"class"!==e&&"style"!==e&&(d[e]=c[e]))})}function ha(a,b,d,f,g,h,k,l){var m=[],p,n,t=b[0],u=a.shift(),J=bc(u,{templateUrl:null,transclude:null,replace:null,$$originalDirective:u}),s=B(u.templateUrl)?u.templateUrl(b,d):u.templateUrl,L=u.templateNamespace;b.empty();e(s).then(function(c){var e, -I;c=Na(c);if(u.replace){c=nc.test(c)?td(ja(L,V(c))):[];e=c[0];if(1!==c.length||1!==e.nodeType)throw $("tplrt",u.name,s);c={$attr:{}};oa(f,b,e);var v=tc(e,[],c);D(u.scope)&&fa(v,!0);a=v.concat(a);ga(d,c)}else e=t,b.html(c);a.unshift(J);p=aa(a,e,d,g,b,u,h,k,l);r(f,function(a,c){a===e&&(f[c]=b[0])});for(n=Xa(b[0].childNodes,g);m.length;){c=m.shift();I=m.shift();var y=m.shift(),P=m.shift(),v=b[0];if(!c.$$destroyed){if(I!==t){var G=I.className;l.hasElementTranscludeDirective&&u.replace||(v=qc(e));oa(y, -x(I),v);sa(x(v),G)}I=p.transcludeOnThisElement?ka(c,p.transclude,P):P;p(n,c,v,f,I)}}m=null}).catch(function(a){dc(a)&&c(a)});return function(a,b,c,d,e){a=e;b.$$destroyed||(m?m.push(b,c,d,a):(p.transcludeOnThisElement&&(a=ka(b,p.transclude,e)),p(n,b,c,d,a)))}}function ia(a,b){var c=b.priority-a.priority;return 0!==c?c:a.name!==b.name?a.name<b.name?-1:1:a.index-b.index}function ba(a,b,c,d){function e(a){return a?" (module: "+a+")":""}if(b)throw $("multidir",b.name,e(b.$$moduleName),c.name,e(c.$$moduleName), -a,Aa(d));}function na(a,c){var d=b(c,!0);d&&a.push({priority:0,compile:function(a){a=a.parent();var b=!!a.length;b&&da.$$addBindingClass(a);return function(a,c){var e=c.parent();b||da.$$addBindingClass(e);da.$$addBindingInfo(e,d.expressions);a.$watch(d,function(a){c[0].nodeValue=a})}}})}function ja(a,b){a=K(a||"html");switch(a){case "svg":case "math":var c=z.document.createElement("div");c.innerHTML="<"+a+">"+b+"</"+a+">";return c.childNodes[0].childNodes;default:return b}}function qa(a,b){if("srcdoc"=== -b)return u.HTML;if("src"===b||"ngSrc"===b)return-1===["img","video","audio","source","track"].indexOf(a)?u.RESOURCE_URL:u.MEDIA_URL;if("xlinkHref"===b)return"image"===a?u.MEDIA_URL:"a"===a?u.URL:u.RESOURCE_URL;if("form"===a&&"action"===b||"base"===a&&"href"===b||"link"===a&&"href"===b)return u.RESOURCE_URL;if("a"===a&&("href"===b||"ngHref"===b))return u.URL}function ya(a,b){var c=b.toLowerCase();return v[a+"|"+c]||v["*|"+c]}function za(a){return ma(u.valueOf(a),"ng-prop-srcset")}function Ea(a,b,c, -d){if(m.test(d))throw $("nodomevents");a=ua(a);var e=ya(a,d),f=Ta;"srcset"!==d||"img"!==a&&"source"!==a?e&&(f=u.getTrusted.bind(u,e)):f=za;b.push({priority:100,compile:function(a,b){var e=p(b[c]),g=p(b[c],function(a){return u.valueOf(a)});return{pre:function(a,b){function c(){var g=e(a);b[0][d]=f(g)}c();a.$watch(g,c)}}}})}function Ia(a,c,d,e,f){var g=ua(a),k=qa(g,e),l=h[e]||f,p=b(d,!f,k,l);if(p){if("multiple"===e&&"select"===g)throw $("selmulti",Aa(a));if(m.test(e))throw $("nodomevents");c.push({priority:100, -compile:function(){return{pre:function(a,c,f){c=f.$$observers||(f.$$observers=T());var g=f[e];g!==d&&(p=g&&b(g,!0,k,l),d=g);p&&(f[e]=p(a),(c[e]||(c[e]=[])).$$inter=!0,(f.$$observers&&f.$$observers[e].$$scope||a).$watch(p,function(a,b){"class"===e&&a!==b?f.$updateClass(a,b):f.$set(e,a)}))}}}})}}function oa(a,b,c){var d=b[0],e=b.length,f=d.parentNode,g,h;if(a)for(g=0,h=a.length;g<h;g++)if(a[g]===d){a[g++]=c;h=g+e-1;for(var k=a.length;g<k;g++,h++)h<k?a[g]=a[h]:delete a[g];a.length-=e-1;a.context===d&& -(a.context=c);break}f&&f.replaceChild(c,d);a=z.document.createDocumentFragment();for(g=0;g<e;g++)a.appendChild(b[g]);x.hasData(d)&&(x.data(c,x.data(d)),x(d).off("$destroy"));x.cleanData(a.querySelectorAll("*"));for(g=1;g<e;g++)delete b[g];b[0]=c;b.length=1}function Ba(a,b){return S(function(){return a.apply(null,arguments)},a,b)}function Ca(a,b,d,e,f,g){try{a(b,d,e,f,g)}catch(h){c(h,Aa(d))}}function ra(a,b){if(s)throw $("missingattr",a,b);}function Da(a,c,d,e,f){function g(b,c,e){B(d.$onChanges)&& -!ec(c,e)&&(Ua||(a.$$postDigest(q),Ua=[]),m||(m={},Ua.push(h)),m[b]&&(e=m[b].previousValue),m[b]=new Kb(e,c))}function h(){d.$onChanges(m);m=void 0}var k=[],l={},m;r(e,function(e,h){var m=e.attrName,n=e.optional,I,t,u,s;switch(e.mode){case "@":n||ta.call(c,m)||(ra(m,f.name),d[h]=c[m]=void 0);n=c.$observe(m,function(a){if(C(a)||Ga(a))g(h,a,d[h]),d[h]=a});c.$$observers[m].$$scope=a;I=c[m];C(I)?d[h]=b(I)(a):Ga(I)&&(d[h]=I);l[h]=new Kb(uc,d[h]);k.push(n);break;case "=":if(!ta.call(c,m)){if(n)break;ra(m, -f.name);c[m]=void 0}if(n&&!c[m])break;t=p(c[m]);s=t.literal?va:ec;u=t.assign||function(){I=d[h]=t(a);throw $("nonassign",c[m],m,f.name);};I=d[h]=t(a);n=function(b){s(b,d[h])||(s(b,I)?u(a,b=d[h]):d[h]=b);return I=b};n.$stateful=!0;n=e.collection?a.$watchCollection(c[m],n):a.$watch(p(c[m],n),null,t.literal);k.push(n);break;case "<":if(!ta.call(c,m)){if(n)break;ra(m,f.name);c[m]=void 0}if(n&&!c[m])break;t=p(c[m]);var v=t.literal,L=d[h]=t(a);l[h]=new Kb(uc,d[h]);n=a[e.collection?"$watchCollection":"$watch"](t, -function(a,b){if(b===a){if(b===L||v&&va(b,L))return;b=L}g(h,a,b);d[h]=a});k.push(n);break;case "&":n||ta.call(c,m)||ra(m,f.name);t=c.hasOwnProperty(m)?p(c[m]):E;if(t===E&&n)break;d[h]=function(b){return t(a,b)}}});return{initialChanges:l,removeWatches:k.length&&function(){for(var a=0,b=k.length;a<b;++a)k[a]()}}}var Ma=/^\w/,Fa=z.document.createElement("div"),Oa=t,Qa=N,Ja=G,Ua;w.prototype={$normalize:xa,$addClass:function(a){a&&0<a.length&&R.addClass(this.$$element,a)},$removeClass:function(a){a&& -0<a.length&&R.removeClass(this.$$element,a)},$updateClass:function(a,b){var c=ud(a,b);c&&c.length&&R.addClass(this.$$element,c);(c=ud(b,a))&&c.length&&R.removeClass(this.$$element,c)},$set:function(a,b,d,e){var f=nd(this.$$element[0],a),g=vd[a],h=a;f?(this.$$element.prop(a,b),e=f):g&&(this[g]=b,h=g);this[a]=b;e?this.$attr[a]=e:(e=this.$attr[a])||(this.$attr[a]=e=Xc(a,"-"));"img"===ua(this.$$element)&&"srcset"===a&&(this[a]=b=ma(b,"$set('srcset', value)"));!1!==d&&(null===b||A(b)?this.$$element.removeAttr(e): -Ma.test(e)?f&&!1===b?this.$$element.removeAttr(e):this.$$element.attr(e,b):O(this.$$element[0],e,b));(a=this.$$observers)&&r(a[h],function(a){try{a(b)}catch(d){c(d)}})},$observe:function(a,b){var c=this,d=c.$$observers||(c.$$observers=T()),e=d[a]||(d[a]=[]);e.push(b);L.$evalAsync(function(){e.$$inter||!c.hasOwnProperty(a)||A(c[a])||b(c[a])});return function(){cb(e,b)}}};var Ka=b.startSymbol(),La=b.endSymbol(),Na="{{"===Ka&&"}}"===La?Ta:function(a){return a.replace(/\{\{/g,Ka).replace(/}}/g,La)},Ra= -/^ng(Attr|Prop|On)([A-Z].*)$/,Sa=/^(.+)Start$/;da.$$addBindingInfo=n?function(a,b){var c=a.data("$binding")||[];H(b)?c=c.concat(b):c.push(b);a.data("$binding",c)}:E;da.$$addBindingClass=n?function(a){sa(a,"ng-binding")}:E;da.$$addScopeInfo=n?function(a,b,c,d){a.data(c?d?"$isolateScopeNoTemplate":"$isolateScope":"$scope",b)}:E;da.$$addScopeClass=n?function(a,b){sa(a,b?"ng-isolate-scope":"ng-scope")}:E;da.$$createComment=function(a,b){var c="";n&&(c=" "+(a||"")+": ",b&&(c+=b+" "));return z.document.createComment(c)}; -return da}]}function Kb(a,b){this.previousValue=a;this.currentValue=b}function xa(a){return a.replace(rd,"").replace(Jg,function(a,d,c){return c?d.toUpperCase():d})}function ud(a,b){var d="",c=a.split(/\s+/),e=b.split(/\s+/),f=0;a:for(;f<c.length;f++){for(var g=c[f],k=0;k<e.length;k++)if(g===e[k])continue a;d+=(0<d.length?" ":"")+g}return d}function td(a){a=x(a);var b=a.length;if(1>=b)return a;for(;b--;){var d=a[b];(8===d.nodeType||d.nodeType===Pa&&""===d.nodeValue.trim())&&Kg.call(a,b,1)}return a} -function Gg(a,b){if(b&&C(b))return b;if(C(a)){var d=wd.exec(a);if(d)return d[3]}}function Kf(){var a={};this.has=function(b){return a.hasOwnProperty(b)};this.register=function(b,d){Ja(b,"controller");D(b)?S(a,b):a[b]=d};this.$get=["$injector",function(b){function d(a,b,d,g){if(!a||!D(a.$scope))throw F("$controller")("noscp",g,b);a.$scope[b]=d}return function(c,e,f,g){var k,h,l;f=!0===f;g&&C(g)&&(l=g);if(C(c)){g=c.match(wd);if(!g)throw xd("ctrlfmt",c);h=g[1];l=l||g[3];c=a.hasOwnProperty(h)?a[h]:Le(e.$scope, -h,!0);if(!c)throw xd("ctrlreg",h);tb(c,h,!0)}if(f)return f=(H(c)?c[c.length-1]:c).prototype,k=Object.create(f||null),l&&d(e,l,k,h||c.name),S(function(){var a=b.invoke(c,k,e,h);a!==k&&(D(a)||B(a))&&(k=a,l&&d(e,l,k,h||c.name));return k},{instance:k,identifier:l});k=b.instantiate(c,e,h);l&&d(e,l,k,h||c.name);return k}}]}function Lf(){this.$get=["$window",function(a){return x(a.document)}]}function Mf(){this.$get=["$document","$rootScope",function(a,b){function d(){e=c.hidden}var c=a[0],e=c&&c.hidden; -a.on("visibilitychange",d);b.$on("$destroy",function(){a.off("visibilitychange",d)});return function(){return e}}]}function Nf(){this.$get=["$log",function(a){return function(b,d){a.error.apply(a,arguments)}}]}function vc(a){return D(a)?ha(a)?a.toISOString():eb(a):a}function Tf(){this.$get=function(){return function(a){if(!a)return"";var b=[];Qc(a,function(a,c){null===a||A(a)||B(a)||(H(a)?r(a,function(a){b.push(ba(c)+"="+ba(vc(a)))}):b.push(ba(c)+"="+ba(vc(a))))});return b.join("&")}}}function Uf(){this.$get= -function(){return function(a){function b(a,e,f){H(a)?r(a,function(a,c){b(a,e+"["+(D(a)?c:"")+"]")}):D(a)&&!ha(a)?Qc(a,function(a,c){b(a,e+(f?"":"[")+c+(f?"":"]"))}):(B(a)&&(a=a()),d.push(ba(e)+"="+(null==a?"":ba(vc(a)))))}if(!a)return"";var d=[];b(a,"",!0);return d.join("&")}}}function wc(a,b){if(C(a)){var d=a.replace(Lg,"").trim();if(d){var c=b("Content-Type"),c=c&&0===c.indexOf(yd),e;(e=c)||(e=(e=d.match(Mg))&&Ng[e[0]].test(d));if(e)try{a=Tc(d)}catch(f){if(!c)return a;throw Lb("baddata",a,f);}}}return a} -function zd(a){var b=T(),d;C(a)?r(a.split("\n"),function(a){d=a.indexOf(":");var e=K(V(a.substr(0,d)));a=V(a.substr(d+1));e&&(b[e]=b[e]?b[e]+", "+a:a)}):D(a)&&r(a,function(a,d){var f=K(d),g=V(a);f&&(b[f]=b[f]?b[f]+", "+g:g)});return b}function Ad(a){var b;return function(d){b||(b=zd(a));return d?(d=b[K(d)],void 0===d&&(d=null),d):b}}function Bd(a,b,d,c){if(B(c))return c(a,b,d);r(c,function(c){a=c(a,b,d)});return a}function Sf(){var a=this.defaults={transformResponse:[wc],transformRequest:[function(a){return D(a)&& -"[object File]"!==la.call(a)&&"[object Blob]"!==la.call(a)&&"[object FormData]"!==la.call(a)?eb(a):a}],headers:{common:{Accept:"application/json, text/plain, */*"},post:ja(xc),put:ja(xc),patch:ja(xc)},xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",paramSerializer:"$httpParamSerializer",jsonpCallbackParam:"callback"},b=!1;this.useApplyAsync=function(a){return w(a)?(b=!!a,this):b};var d=this.interceptors=[],c=this.xsrfTrustedOrigins=[];Object.defineProperty(this,"xsrfWhitelistedOrigins", -{get:function(){return this.xsrfTrustedOrigins},set:function(a){this.xsrfTrustedOrigins=a}});this.$get=["$browser","$httpBackend","$$cookieReader","$cacheFactory","$rootScope","$q","$injector","$sce",function(e,f,g,k,h,l,m,p){function n(b){function c(a,b){for(var d=0,e=b.length;d<e;){var f=b[d++],g=b[d++];a=a.then(f,g)}b.length=0;return a}function d(a,b){var c,e={};r(a,function(a,d){B(a)?(c=a(b),null!=c&&(e[d]=c)):e[d]=a});return e}function f(a){var b=S({},a);b.data=Bd(a.data,a.headers,a.status,g.transformResponse); -a=a.status;return 200<=a&&300>a?b:l.reject(b)}if(!D(b))throw F("$http")("badreq",b);if(!C(p.valueOf(b.url)))throw F("$http")("badreq",b.url);var g=S({method:"get",transformRequest:a.transformRequest,transformResponse:a.transformResponse,paramSerializer:a.paramSerializer,jsonpCallbackParam:a.jsonpCallbackParam},b);g.headers=function(b){var c=a.headers,e=S({},b.headers),f,g,h,c=S({},c.common,c[K(b.method)]);a:for(f in c){g=K(f);for(h in e)if(K(h)===g)continue a;e[f]=c[f]}return d(e,ja(b))}(b);g.method= -vb(g.method);g.paramSerializer=C(g.paramSerializer)?m.get(g.paramSerializer):g.paramSerializer;e.$$incOutstandingRequestCount("$http");var h=[],k=[];b=l.resolve(g);r(v,function(a){(a.request||a.requestError)&&h.unshift(a.request,a.requestError);(a.response||a.responseError)&&k.push(a.response,a.responseError)});b=c(b,h);b=b.then(function(b){var c=b.headers,d=Bd(b.data,Ad(c),void 0,b.transformRequest);A(d)&&r(c,function(a,b){"content-type"===K(b)&&delete c[b]});A(b.withCredentials)&&!A(a.withCredentials)&& -(b.withCredentials=a.withCredentials);return s(b,d).then(f,f)});b=c(b,k);return b=b.finally(function(){e.$$completeOutstandingRequest(E,"$http")})}function s(c,d){function e(a){if(a){var c={};r(a,function(a,d){c[d]=function(c){function d(){a(c)}b?h.$applyAsync(d):h.$$phase?d():h.$apply(d)}});return c}}function k(a,c,d,e,f){function g(){m(c,a,d,e,f)}R&&(200<=a&&300>a?R.put(O,[a,c,zd(d),e,f]):R.remove(O));b?h.$applyAsync(g):(g(),h.$$phase||h.$apply())}function m(a,b,d,e,f){b=-1<=b?b:0;(200<=b&&300> -b?L.resolve:L.reject)({data:a,status:b,headers:Ad(d),config:c,statusText:e,xhrStatus:f})}function s(a){m(a.data,a.status,ja(a.headers()),a.statusText,a.xhrStatus)}function v(){var a=n.pendingRequests.indexOf(c);-1!==a&&n.pendingRequests.splice(a,1)}var L=l.defer(),u=L.promise,R,q,ma=c.headers,x="jsonp"===K(c.method),O=c.url;x?O=p.getTrustedResourceUrl(O):C(O)||(O=p.valueOf(O));O=G(O,c.paramSerializer(c.params));x&&(O=t(O,c.jsonpCallbackParam));n.pendingRequests.push(c);u.then(v,v);!c.cache&&!a.cache|| -!1===c.cache||"GET"!==c.method&&"JSONP"!==c.method||(R=D(c.cache)?c.cache:D(a.cache)?a.cache:N);R&&(q=R.get(O),w(q)?q&&B(q.then)?q.then(s,s):H(q)?m(q[1],q[0],ja(q[2]),q[3],q[4]):m(q,200,{},"OK","complete"):R.put(O,u));A(q)&&((q=kc(c.url)?g()[c.xsrfCookieName||a.xsrfCookieName]:void 0)&&(ma[c.xsrfHeaderName||a.xsrfHeaderName]=q),f(c.method,O,d,k,ma,c.timeout,c.withCredentials,c.responseType,e(c.eventHandlers),e(c.uploadEventHandlers)));return u}function G(a,b){0<b.length&&(a+=(-1===a.indexOf("?")? -"?":"&")+b);return a}function t(a,b){var c=a.split("?");if(2<c.length)throw Lb("badjsonp",a);c=hc(c[1]);r(c,function(c,d){if("JSON_CALLBACK"===c)throw Lb("badjsonp",a);if(d===b)throw Lb("badjsonp",b,a);});return a+=(-1===a.indexOf("?")?"?":"&")+b+"=JSON_CALLBACK"}var N=k("$http");a.paramSerializer=C(a.paramSerializer)?m.get(a.paramSerializer):a.paramSerializer;var v=[];r(d,function(a){v.unshift(C(a)?m.get(a):m.invoke(a))});var kc=Og(c);n.pendingRequests=[];(function(a){r(arguments,function(a){n[a]= -function(b,c){return n(S({},c||{},{method:a,url:b}))}})})("get","delete","head","jsonp");(function(a){r(arguments,function(a){n[a]=function(b,c,d){return n(S({},d||{},{method:a,url:b,data:c}))}})})("post","put","patch");n.defaults=a;return n}]}function Wf(){this.$get=function(){return function(){return new z.XMLHttpRequest}}}function Vf(){this.$get=["$browser","$jsonpCallbacks","$document","$xhrFactory",function(a,b,d,c){return Pg(a,c,a.defer,b,d[0])}]}function Pg(a,b,d,c,e){function f(a,b,d){a=a.replace("JSON_CALLBACK", -b);var f=e.createElement("script"),m=null;f.type="text/javascript";f.src=a;f.async=!0;m=function(a){f.removeEventListener("load",m);f.removeEventListener("error",m);e.body.removeChild(f);f=null;var g=-1,s="unknown";a&&("load"!==a.type||c.wasCalled(b)||(a={type:"error"}),s=a.type,g="error"===a.type?404:200);d&&d(g,s)};f.addEventListener("load",m);f.addEventListener("error",m);e.body.appendChild(f);return m}return function(e,k,h,l,m,p,n,s,G,t){function N(a){J="timeout"===a;pa&&pa();y&&y.abort()}function v(a, -b,c,e,f,g){w(P)&&d.cancel(P);pa=y=null;a(b,c,e,f,g)}k=k||a.url();if("jsonp"===K(e))var q=c.createCallback(k),pa=f(k,q,function(a,b){var d=200===a&&c.getResponse(q);v(l,a,d,"",b,"complete");c.removeCallback(q)});else{var y=b(e,k),J=!1;y.open(e,k,!0);r(m,function(a,b){w(a)&&y.setRequestHeader(b,a)});y.onload=function(){var a=y.statusText||"",b="response"in y?y.response:y.responseText,c=1223===y.status?204:y.status;0===c&&(c=b?200:"file"===ga(k).protocol?404:0);v(l,c,b,y.getAllResponseHeaders(),a,"complete")}; -y.onerror=function(){v(l,-1,null,null,"","error")};y.ontimeout=function(){v(l,-1,null,null,"","timeout")};y.onabort=function(){v(l,-1,null,null,"",J?"timeout":"abort")};r(G,function(a,b){y.addEventListener(b,a)});r(t,function(a,b){y.upload.addEventListener(b,a)});n&&(y.withCredentials=!0);if(s)try{y.responseType=s}catch(I){if("json"!==s)throw I;}y.send(A(h)?null:h)}if(0<p)var P=d(function(){N("timeout")},p);else p&&B(p.then)&&p.then(function(){N(w(p.$$timeoutId)?"timeout":"abort")})}}function Pf(){var a= -"{{",b="}}";this.startSymbol=function(b){return b?(a=b,this):a};this.endSymbol=function(a){return a?(b=a,this):b};this.$get=["$parse","$exceptionHandler","$sce",function(d,c,e){function f(a){return"\\\\\\"+a}function g(c){return c.replace(p,a).replace(n,b)}function k(a,b,c,d){var e=a.$watch(function(a){e();return d(a)},b,c);return e}function h(f,h,n,p){function v(a){try{return a=n&&!r?e.getTrusted(n,a):e.valueOf(a),p&&!w(a)?a:jc(a)}catch(b){c(Ma.interr(f,b))}}var r=n===e.URL||n===e.MEDIA_URL;if(!f.length|| --1===f.indexOf(a)){if(h)return;h=g(f);r&&(h=e.getTrusted(n,h));h=ia(h);h.exp=f;h.expressions=[];h.$$watchDelegate=k;return h}p=!!p;for(var q,y,J=0,I=[],P,Q=f.length,M=[],L=[],u;J<Q;)if(-1!==(q=f.indexOf(a,J))&&-1!==(y=f.indexOf(b,q+l)))J!==q&&M.push(g(f.substring(J,q))),J=f.substring(q+l,y),I.push(J),J=y+m,L.push(M.length),M.push("");else{J!==Q&&M.push(g(f.substring(J)));break}u=1===M.length&&1===L.length;var R=r&&u?void 0:v;P=I.map(function(a){return d(a,R)});if(!h||I.length){var x=function(a){for(var b= -0,c=I.length;b<c;b++){if(p&&A(a[b]))return;M[L[b]]=a[b]}if(r)return e.getTrusted(n,u?M[0]:M.join(""));n&&1<M.length&&Ma.throwNoconcat(f);return M.join("")};return S(function(a){var b=0,d=I.length,e=Array(d);try{for(;b<d;b++)e[b]=P[b](a);return x(e)}catch(g){c(Ma.interr(f,g))}},{exp:f,expressions:I,$$watchDelegate:function(a,b){var c;return a.$watchGroup(P,function(d,e){var f=x(d);b.call(this,f,d!==e?c:f,a);c=f})}})}}var l=a.length,m=b.length,p=new RegExp(a.replace(/./g,f),"g"),n=new RegExp(b.replace(/./g, -f),"g");h.startSymbol=function(){return a};h.endSymbol=function(){return b};return h}]}function Qf(){this.$get=["$$intervalFactory","$window",function(a,b){var d={},c=function(a){b.clearInterval(a);delete d[a]},e=a(function(a,c,e){a=b.setInterval(a,c);d[a]=e;return a},c);e.cancel=function(a){if(!a)return!1;if(!a.hasOwnProperty("$$intervalId"))throw Qg("badprom");if(!d.hasOwnProperty(a.$$intervalId))return!1;a=a.$$intervalId;var b=d[a],e=b.promise;e.$$state&&(e.$$state.pur=!0);b.reject("canceled"); -c(a);return!0};return e}]}function Rf(){this.$get=["$browser","$q","$$q","$rootScope",function(a,b,d,c){return function(e,f){return function(g,k,h,l){function m(){p?g.apply(null,n):g(s)}var p=4<arguments.length,n=p?Ha.call(arguments,4):[],s=0,G=w(l)&&!l,t=(G?d:b).defer(),r=t.promise;h=w(h)?h:0;r.$$intervalId=e(function(){G?a.defer(m):c.$evalAsync(m);t.notify(s++);0<h&&s>=h&&(t.resolve(s),f(r.$$intervalId));G||c.$apply()},k,t,G);return r}}}]}function Cd(a,b){var d=ga(a);b.$$protocol=d.protocol;b.$$host= -d.hostname;b.$$port=fa(d.port)||Rg[d.protocol]||null}function Dd(a,b,d){if(Sg.test(a))throw kb("badpath",a);var c="/"!==a.charAt(0);c&&(a="/"+a);a=ga(a);for(var c=(c&&"/"===a.pathname.charAt(0)?a.pathname.substring(1):a.pathname).split("/"),e=c.length;e--;)c[e]=decodeURIComponent(c[e]),d&&(c[e]=c[e].replace(/\//g,"%2F"));d=c.join("/");b.$$path=d;b.$$search=hc(a.search);b.$$hash=decodeURIComponent(a.hash);b.$$path&&"/"!==b.$$path.charAt(0)&&(b.$$path="/"+b.$$path)}function yc(a,b){return a.slice(0, -b.length)===b}function ya(a,b){if(yc(b,a))return b.substr(a.length)}function Da(a){var b=a.indexOf("#");return-1===b?a:a.substr(0,b)}function zc(a,b,d){this.$$html5=!0;d=d||"";Cd(a,this);this.$$parse=function(a){var d=ya(b,a);if(!C(d))throw kb("ipthprfx",a,b);Dd(d,this,!0);this.$$path||(this.$$path="/");this.$$compose()};this.$$normalizeUrl=function(a){return b+a.substr(1)};this.$$parseLinkUrl=function(c,e){if(e&&"#"===e[0])return this.hash(e.slice(1)),!0;var f,g;w(f=ya(a,c))?(g=f,g=d&&w(f=ya(d,f))? -b+(ya("/",f)||f):a+g):w(f=ya(b,c))?g=b+f:b===c+"/"&&(g=b);g&&this.$$parse(g);return!!g}}function Ac(a,b,d){Cd(a,this);this.$$parse=function(c){var e=ya(a,c)||ya(b,c),f;A(e)||"#"!==e.charAt(0)?this.$$html5?f=e:(f="",A(e)&&(a=c,this.replace())):(f=ya(d,e),A(f)&&(f=e));Dd(f,this,!1);c=this.$$path;var e=a,g=/^\/[A-Z]:(\/.*)/;yc(f,e)&&(f=f.replace(e,""));g.exec(f)||(c=(f=g.exec(c))?f[1]:c);this.$$path=c;this.$$compose()};this.$$normalizeUrl=function(b){return a+(b?d+b:"")};this.$$parseLinkUrl=function(b, -d){return Da(a)===Da(b)?(this.$$parse(b),!0):!1}}function Ed(a,b,d){this.$$html5=!0;Ac.apply(this,arguments);this.$$parseLinkUrl=function(c,e){if(e&&"#"===e[0])return this.hash(e.slice(1)),!0;var f,g;a===Da(c)?f=c:(g=ya(b,c))?f=a+d+g:b===c+"/"&&(f=b);f&&this.$$parse(f);return!!f};this.$$normalizeUrl=function(b){return a+d+b}}function Mb(a){return function(){return this[a]}}function Fd(a,b){return function(d){if(A(d))return this[a];this[a]=b(d);this.$$compose();return this}}function Yf(){var a="!", -b={enabled:!1,requireBase:!0,rewriteLinks:!0};this.hashPrefix=function(b){return w(b)?(a=b,this):a};this.html5Mode=function(a){if(Ga(a))return b.enabled=a,this;if(D(a)){Ga(a.enabled)&&(b.enabled=a.enabled);Ga(a.requireBase)&&(b.requireBase=a.requireBase);if(Ga(a.rewriteLinks)||C(a.rewriteLinks))b.rewriteLinks=a.rewriteLinks;return this}return b};this.$get=["$rootScope","$browser","$sniffer","$rootElement","$window",function(d,c,e,f,g){function k(a,b){return a===b||ga(a).href===ga(b).href}function h(a, -b,d){var e=m.url(),f=m.$$state;try{c.url(a,b,d),m.$$state=c.state()}catch(g){throw m.url(e),m.$$state=f,g;}}function l(a,b){d.$broadcast("$locationChangeSuccess",m.absUrl(),a,m.$$state,b)}var m,p;p=c.baseHref();var n=c.url(),s;if(b.enabled){if(!p&&b.requireBase)throw kb("nobase");s=n.substring(0,n.indexOf("/",n.indexOf("//")+2))+(p||"/");p=e.history?zc:Ed}else s=Da(n),p=Ac;var r=s.substr(0,Da(s).lastIndexOf("/")+1);m=new p(s,r,"#"+a);m.$$parseLinkUrl(n,n);m.$$state=c.state();var t=/^\s*(javascript|mailto):/i; -f.on("click",function(a){var e=b.rewriteLinks;if(e&&!a.ctrlKey&&!a.metaKey&&!a.shiftKey&&2!==a.which&&2!==a.button){for(var g=x(a.target);"a"!==ua(g[0]);)if(g[0]===f[0]||!(g=g.parent())[0])return;if(!C(e)||!A(g.attr(e))){var e=g.prop("href"),h=g.attr("href")||g.attr("xlink:href");D(e)&&"[object SVGAnimatedString]"===e.toString()&&(e=ga(e.animVal).href);t.test(e)||!e||g.attr("target")||a.isDefaultPrevented()||!m.$$parseLinkUrl(e,h)||(a.preventDefault(),m.absUrl()!==c.url()&&d.$apply())}}});m.absUrl()!== -n&&c.url(m.absUrl(),!0);var N=!0;c.onUrlChange(function(a,b){yc(a,r)?(d.$evalAsync(function(){var c=m.absUrl(),e=m.$$state,f;m.$$parse(a);m.$$state=b;f=d.$broadcast("$locationChangeStart",a,c,b,e).defaultPrevented;m.absUrl()===a&&(f?(m.$$parse(c),m.$$state=e,h(c,!1,e)):(N=!1,l(c,e)))}),d.$$phase||d.$digest()):g.location.href=a});d.$watch(function(){if(N||m.$$urlUpdatedByLocation){m.$$urlUpdatedByLocation=!1;var a=c.url(),b=m.absUrl(),f=c.state(),g=m.$$replace,n=!k(a,b)||m.$$html5&&e.history&&f!== -m.$$state;if(N||n)N=!1,d.$evalAsync(function(){var b=m.absUrl(),c=d.$broadcast("$locationChangeStart",b,a,m.$$state,f).defaultPrevented;m.absUrl()===b&&(c?(m.$$parse(a),m.$$state=f):(n&&h(b,g,f===m.$$state?null:m.$$state),l(a,f)))})}m.$$replace=!1});return m}]}function Zf(){var a=!0,b=this;this.debugEnabled=function(b){return w(b)?(a=b,this):a};this.$get=["$window",function(d){function c(a){dc(a)&&(a.stack&&f?a=a.message&&-1===a.stack.indexOf(a.message)?"Error: "+a.message+"\n"+a.stack:a.stack:a.sourceURL&& -(a=a.message+"\n"+a.sourceURL+":"+a.line));return a}function e(a){var b=d.console||{},e=b[a]||b.log||E;return function(){var a=[];r(arguments,function(b){a.push(c(b))});return Function.prototype.apply.call(e,b,a)}}var f=wa||/\bEdge\//.test(d.navigator&&d.navigator.userAgent);return{log:e("log"),info:e("info"),warn:e("warn"),error:e("error"),debug:function(){var c=e("debug");return function(){a&&c.apply(b,arguments)}}()}}]}function Tg(a){return a+""}function Ug(a,b){return"undefined"!==typeof a?a: -b}function Gd(a,b){return"undefined"===typeof a?b:"undefined"===typeof b?a:a+b}function Vg(a,b){switch(a.type){case q.MemberExpression:if(a.computed)return!1;break;case q.UnaryExpression:return 1;case q.BinaryExpression:return"+"!==a.operator?1:!1;case q.CallExpression:return!1}return void 0===b?Hd:b}function Z(a,b,d){var c,e,f=a.isPure=Vg(a,d);switch(a.type){case q.Program:c=!0;r(a.body,function(a){Z(a.expression,b,f);c=c&&a.expression.constant});a.constant=c;break;case q.Literal:a.constant=!0;a.toWatch= -[];break;case q.UnaryExpression:Z(a.argument,b,f);a.constant=a.argument.constant;a.toWatch=a.argument.toWatch;break;case q.BinaryExpression:Z(a.left,b,f);Z(a.right,b,f);a.constant=a.left.constant&&a.right.constant;a.toWatch=a.left.toWatch.concat(a.right.toWatch);break;case q.LogicalExpression:Z(a.left,b,f);Z(a.right,b,f);a.constant=a.left.constant&&a.right.constant;a.toWatch=a.constant?[]:[a];break;case q.ConditionalExpression:Z(a.test,b,f);Z(a.alternate,b,f);Z(a.consequent,b,f);a.constant=a.test.constant&& -a.alternate.constant&&a.consequent.constant;a.toWatch=a.constant?[]:[a];break;case q.Identifier:a.constant=!1;a.toWatch=[a];break;case q.MemberExpression:Z(a.object,b,f);a.computed&&Z(a.property,b,f);a.constant=a.object.constant&&(!a.computed||a.property.constant);a.toWatch=a.constant?[]:[a];break;case q.CallExpression:c=d=a.filter?!b(a.callee.name).$stateful:!1;e=[];r(a.arguments,function(a){Z(a,b,f);c=c&&a.constant;e.push.apply(e,a.toWatch)});a.constant=c;a.toWatch=d?e:[a];break;case q.AssignmentExpression:Z(a.left, -b,f);Z(a.right,b,f);a.constant=a.left.constant&&a.right.constant;a.toWatch=[a];break;case q.ArrayExpression:c=!0;e=[];r(a.elements,function(a){Z(a,b,f);c=c&&a.constant;e.push.apply(e,a.toWatch)});a.constant=c;a.toWatch=e;break;case q.ObjectExpression:c=!0;e=[];r(a.properties,function(a){Z(a.value,b,f);c=c&&a.value.constant;e.push.apply(e,a.value.toWatch);a.computed&&(Z(a.key,b,!1),c=c&&a.key.constant,e.push.apply(e,a.key.toWatch))});a.constant=c;a.toWatch=e;break;case q.ThisExpression:a.constant= -!1;a.toWatch=[];break;case q.LocalsExpression:a.constant=!1,a.toWatch=[]}}function Id(a){if(1===a.length){a=a[0].expression;var b=a.toWatch;return 1!==b.length?b:b[0]!==a?b:void 0}}function Jd(a){return a.type===q.Identifier||a.type===q.MemberExpression}function Kd(a){if(1===a.body.length&&Jd(a.body[0].expression))return{type:q.AssignmentExpression,left:a.body[0].expression,right:{type:q.NGValueParameter},operator:"="}}function Ld(a){this.$filter=a}function Md(a){this.$filter=a}function Nb(a,b,d){this.ast= -new q(a,d);this.astCompiler=d.csp?new Md(b):new Ld(b)}function Bc(a){return B(a.valueOf)?a.valueOf():Wg.call(a)}function $f(){var a=T(),b={"true":!0,"false":!1,"null":null,undefined:void 0},d,c;this.addLiteral=function(a,c){b[a]=c};this.setIdentifierFns=function(a,b){d=a;c=b;return this};this.$get=["$filter",function(e){function f(b,c){var d,f;switch(typeof b){case "string":return f=b=b.trim(),d=a[f],d||(d=new Ob(G),d=(new Nb(d,e,G)).parse(b),a[f]=p(d)),s(d,c);case "function":return s(b,c);default:return s(E, -c)}}function g(a,b,c){return null==a||null==b?a===b:"object"!==typeof a||(a=Bc(a),"object"!==typeof a||c)?a===b||a!==a&&b!==b:!1}function k(a,b,c,d,e){var f=d.inputs,h;if(1===f.length){var k=g,f=f[0];return a.$watch(function(a){var b=f(a);g(b,k,f.isPure)||(h=d(a,void 0,void 0,[b]),k=b&&Bc(b));return h},b,c,e)}for(var l=[],m=[],n=0,p=f.length;n<p;n++)l[n]=g,m[n]=null;return a.$watch(function(a){for(var b=!1,c=0,e=f.length;c<e;c++){var k=f[c](a);if(b||(b=!g(k,l[c],f[c].isPure)))m[c]=k,l[c]=k&&Bc(k)}b&& -(h=d(a,void 0,void 0,m));return h},b,c,e)}function h(a,b,c,d,e){function f(){h(m)&&k()}function g(a,b,c,d){m=u&&d?d[0]:n(a,b,c,d);h(m)&&a.$$postDigest(f);return s(m)}var h=d.literal?l:w,k,m,n=d.$$intercepted||d,s=d.$$interceptor||Ta,u=d.inputs&&!n.inputs;g.literal=d.literal;g.constant=d.constant;g.inputs=d.inputs;p(g);return k=a.$watch(g,b,c,e)}function l(a){var b=!0;r(a,function(a){w(a)||(b=!1)});return b}function m(a,b,c,d){var e=a.$watch(function(a){e();return d(a)},b,c);return e}function p(a){a.constant? -a.$$watchDelegate=m:a.oneTime?a.$$watchDelegate=h:a.inputs&&(a.$$watchDelegate=k);return a}function n(a,b){function c(d){return b(a(d))}c.$stateful=a.$stateful||b.$stateful;c.$$pure=a.$$pure&&b.$$pure;return c}function s(a,b){if(!b)return a;a.$$interceptor&&(b=n(a.$$interceptor,b),a=a.$$intercepted);var c=!1,d=function(d,e,f,g){d=c&&g?g[0]:a(d,e,f,g);return b(d)};d.$$intercepted=a;d.$$interceptor=b;d.literal=a.literal;d.oneTime=a.oneTime;d.constant=a.constant;b.$stateful||(c=!a.inputs,d.inputs=a.inputs? -a.inputs:[a],b.$$pure||(d.inputs=d.inputs.map(function(a){return a.isPure===Hd?function(b){return a(b)}:a})));return p(d)}var G={csp:Ba().noUnsafeEval,literals:Ia(b),isIdentifierStart:B(d)&&d,isIdentifierContinue:B(c)&&c};f.$$getAst=function(a){var b=new Ob(G);return(new Nb(b,e,G)).getAst(a).ast};return f}]}function bg(){var a=!0;this.$get=["$rootScope","$exceptionHandler",function(b,d){return Nd(function(a){b.$evalAsync(a)},d,a)}];this.errorOnUnhandledRejections=function(b){return w(b)?(a=b,this): -a}}function cg(){var a=!0;this.$get=["$browser","$exceptionHandler",function(b,d){return Nd(function(a){b.defer(a)},d,a)}];this.errorOnUnhandledRejections=function(b){return w(b)?(a=b,this):a}}function Nd(a,b,d){function c(){return new e}function e(){var a=this.promise=new f;this.resolve=function(b){h(a,b)};this.reject=function(b){m(a,b)};this.notify=function(b){n(a,b)}}function f(){this.$$state={status:0}}function g(){for(;!w&&x.length;){var a=x.shift();if(!a.pur){a.pur=!0;var c=a.value,c="Possibly unhandled rejection: "+ -("function"===typeof c?c.toString().replace(/ \{[\s\S]*$/,""):A(c)?"undefined":"string"!==typeof c?Ne(c,void 0):c);dc(a.value)?b(a.value,c):b(c)}}}function k(c){!d||c.pending||2!==c.status||c.pur||(0===w&&0===x.length&&a(g),x.push(c));!c.processScheduled&&c.pending&&(c.processScheduled=!0,++w,a(function(){var e,f,k;k=c.pending;c.processScheduled=!1;c.pending=void 0;try{for(var l=0,n=k.length;l<n;++l){c.pur=!0;f=k[l][0];e=k[l][c.status];try{B(e)?h(f,e(c.value)):1===c.status?h(f,c.value):m(f,c.value)}catch(p){m(f, -p),p&&!0===p.$$passToExceptionHandler&&b(p)}}}finally{--w,d&&0===w&&a(g)}}))}function h(a,b){a.$$state.status||(b===a?p(a,v("qcycle",b)):l(a,b))}function l(a,b){function c(b){g||(g=!0,l(a,b))}function d(b){g||(g=!0,p(a,b))}function e(b){n(a,b)}var f,g=!1;try{if(D(b)||B(b))f=b.then;B(f)?(a.$$state.status=-1,f.call(b,c,d,e)):(a.$$state.value=b,a.$$state.status=1,k(a.$$state))}catch(h){d(h)}}function m(a,b){a.$$state.status||p(a,b)}function p(a,b){a.$$state.value=b;a.$$state.status=2;k(a.$$state)}function n(c, -d){var e=c.$$state.pending;0>=c.$$state.status&&e&&e.length&&a(function(){for(var a,c,f=0,g=e.length;f<g;f++){c=e[f][0];a=e[f][3];try{n(c,B(a)?a(d):d)}catch(h){b(h)}}})}function s(a){var b=new f;m(b,a);return b}function G(a,b,c){var d=null;try{B(c)&&(d=c())}catch(e){return s(e)}return d&&B(d.then)?d.then(function(){return b(a)},s):b(a)}function t(a,b,c,d){var e=new f;h(e,a);return e.then(b,c,d)}function q(a){if(!B(a))throw v("norslvr",a);var b=new f;a(function(a){h(b,a)},function(a){m(b,a)});return b} -var v=F("$q",TypeError),w=0,x=[];S(f.prototype,{then:function(a,b,c){if(A(a)&&A(b)&&A(c))return this;var d=new f;this.$$state.pending=this.$$state.pending||[];this.$$state.pending.push([d,a,b,c]);0<this.$$state.status&&k(this.$$state);return d},"catch":function(a){return this.then(null,a)},"finally":function(a,b){return this.then(function(b){return G(b,y,a)},function(b){return G(b,s,a)},b)}});var y=t;q.prototype=f.prototype;q.defer=c;q.reject=s;q.when=t;q.resolve=y;q.all=function(a){var b=new f,c= -0,d=H(a)?[]:{};r(a,function(a,e){c++;t(a).then(function(a){d[e]=a;--c||h(b,d)},function(a){m(b,a)})});0===c&&h(b,d);return b};q.race=function(a){var b=c();r(a,function(a){t(a).then(b.resolve,b.reject)});return b.promise};return q}function mg(){this.$get=["$window","$timeout",function(a,b){var d=a.requestAnimationFrame||a.webkitRequestAnimationFrame,c=a.cancelAnimationFrame||a.webkitCancelAnimationFrame||a.webkitCancelRequestAnimationFrame,e=!!d,f=e?function(a){var b=d(a);return function(){c(b)}}: -function(a){var c=b(a,16.66,!1);return function(){b.cancel(c)}};f.supported=e;return f}]}function ag(){function a(a){function b(){this.$$watchers=this.$$nextSibling=this.$$childHead=this.$$childTail=null;this.$$listeners={};this.$$listenerCount={};this.$$watchersCount=0;this.$id=++qb;this.$$ChildScope=null;this.$$suspended=!1}b.prototype=a;return b}var b=10,d=F("$rootScope"),c=null,e=null;this.digestTtl=function(a){arguments.length&&(b=a);return b};this.$get=["$exceptionHandler","$parse","$browser", -function(f,g,k){function h(a){a.currentScope.$$destroyed=!0}function l(a){9===wa&&(a.$$childHead&&l(a.$$childHead),a.$$nextSibling&&l(a.$$nextSibling));a.$parent=a.$$nextSibling=a.$$prevSibling=a.$$childHead=a.$$childTail=a.$root=a.$$watchers=null}function m(){this.$id=++qb;this.$$phase=this.$parent=this.$$watchers=this.$$nextSibling=this.$$prevSibling=this.$$childHead=this.$$childTail=null;this.$root=this;this.$$suspended=this.$$destroyed=!1;this.$$listeners={};this.$$listenerCount={};this.$$watchersCount= -0;this.$$isolateBindings=null}function p(a){if(v.$$phase)throw d("inprog",v.$$phase);v.$$phase=a}function n(a,b){do a.$$watchersCount+=b;while(a=a.$parent)}function s(a,b,c){do a.$$listenerCount[c]-=b,0===a.$$listenerCount[c]&&delete a.$$listenerCount[c];while(a=a.$parent)}function G(){}function t(){for(;y.length;)try{y.shift()()}catch(a){f(a)}e=null}function q(){null===e&&(e=k.defer(function(){v.$apply(t)},null,"$applyAsync"))}m.prototype={constructor:m,$new:function(b,c){var d;c=c||this;b?(d=new m, -d.$root=this.$root):(this.$$ChildScope||(this.$$ChildScope=a(this)),d=new this.$$ChildScope);d.$parent=c;d.$$prevSibling=c.$$childTail;c.$$childHead?(c.$$childTail.$$nextSibling=d,c.$$childTail=d):c.$$childHead=c.$$childTail=d;(b||c!==this)&&d.$on("$destroy",h);return d},$watch:function(a,b,d,e){var f=g(a);b=B(b)?b:E;if(f.$$watchDelegate)return f.$$watchDelegate(this,b,d,f,a);var h=this,k=h.$$watchers,l={fn:b,last:G,get:f,exp:e||a,eq:!!d};c=null;k||(k=h.$$watchers=[],k.$$digestWatchIndex=-1);k.unshift(l); -k.$$digestWatchIndex++;n(this,1);return function(){var a=cb(k,l);0<=a&&(n(h,-1),a<k.$$digestWatchIndex&&k.$$digestWatchIndex--);c=null}},$watchGroup:function(a,b){function c(){h=!1;try{k?(k=!1,b(e,e,g)):b(e,d,g)}finally{for(var f=0;f<a.length;f++)d[f]=e[f]}}var d=Array(a.length),e=Array(a.length),f=[],g=this,h=!1,k=!0;if(!a.length){var l=!0;g.$evalAsync(function(){l&&b(e,e,g)});return function(){l=!1}}if(1===a.length)return this.$watch(a[0],function(a,c,f){e[0]=a;d[0]=c;b(e,a===c?e:d,f)});r(a,function(a, -b){var d=g.$watch(a,function(a){e[b]=a;h||(h=!0,g.$evalAsync(c))});f.push(d)});return function(){for(;f.length;)f.shift()()}},$watchCollection:function(a,b){function c(a){e=a;var b,d,g,h;if(!A(e)){if(D(e))if(za(e))for(f!==n&&(f=n,t=f.length=0,l++),a=e.length,t!==a&&(l++,f.length=t=a),b=0;b<a;b++)h=f[b],g=e[b],d=h!==h&&g!==g,d||h===g||(l++,f[b]=g);else{f!==p&&(f=p={},t=0,l++);a=0;for(b in e)ta.call(e,b)&&(a++,g=e[b],h=f[b],b in f?(d=h!==h&&g!==g,d||h===g||(l++,f[b]=g)):(t++,f[b]=g,l++));if(t>a)for(b in l++, -f)ta.call(e,b)||(t--,delete f[b])}else f!==e&&(f=e,l++);return l}}c.$$pure=g(a).literal;c.$stateful=!c.$$pure;var d=this,e,f,h,k=1<b.length,l=0,m=g(a,c),n=[],p={},s=!0,t=0;return this.$watch(m,function(){s?(s=!1,b(e,e,d)):b(e,h,d);if(k)if(D(e))if(za(e)){h=Array(e.length);for(var a=0;a<e.length;a++)h[a]=e[a]}else for(a in h={},e)ta.call(e,a)&&(h[a]=e[a]);else h=e})},$digest:function(){var a,g,h,l,m,n,s,r=b,q,y=w.length?v:this,N=[],A,z;p("$digest");k.$$checkUrlChange();this===v&&null!==e&&(k.defer.cancel(e), -t());c=null;do{s=!1;q=y;for(n=0;n<w.length;n++){try{z=w[n],l=z.fn,l(z.scope,z.locals)}catch(C){f(C)}c=null}w.length=0;a:do{if(n=!q.$$suspended&&q.$$watchers)for(n.$$digestWatchIndex=n.length;n.$$digestWatchIndex--;)try{if(a=n[n.$$digestWatchIndex])if(m=a.get,(g=m(q))!==(h=a.last)&&!(a.eq?va(g,h):Y(g)&&Y(h)))s=!0,c=a,a.last=a.eq?Ia(g,null):g,l=a.fn,l(g,h===G?g:h,q),5>r&&(A=4-r,N[A]||(N[A]=[]),N[A].push({msg:B(a.exp)?"fn: "+(a.exp.name||a.exp.toString()):a.exp,newVal:g,oldVal:h}));else if(a===c){s= -!1;break a}}catch(E){f(E)}if(!(n=!q.$$suspended&&q.$$watchersCount&&q.$$childHead||q!==y&&q.$$nextSibling))for(;q!==y&&!(n=q.$$nextSibling);)q=q.$parent}while(q=n);if((s||w.length)&&!r--)throw v.$$phase=null,d("infdig",b,N);}while(s||w.length);for(v.$$phase=null;J<x.length;)try{x[J++]()}catch(D){f(D)}x.length=J=0;k.$$checkUrlChange()},$suspend:function(){this.$$suspended=!0},$isSuspended:function(){return this.$$suspended},$resume:function(){this.$$suspended=!1},$destroy:function(){if(!this.$$destroyed){var a= -this.$parent;this.$broadcast("$destroy");this.$$destroyed=!0;this===v&&k.$$applicationDestroyed();n(this,-this.$$watchersCount);for(var b in this.$$listenerCount)s(this,this.$$listenerCount[b],b);a&&a.$$childHead===this&&(a.$$childHead=this.$$nextSibling);a&&a.$$childTail===this&&(a.$$childTail=this.$$prevSibling);this.$$prevSibling&&(this.$$prevSibling.$$nextSibling=this.$$nextSibling);this.$$nextSibling&&(this.$$nextSibling.$$prevSibling=this.$$prevSibling);this.$destroy=this.$digest=this.$apply= -this.$evalAsync=this.$applyAsync=E;this.$on=this.$watch=this.$watchGroup=function(){return E};this.$$listeners={};this.$$nextSibling=null;l(this)}},$eval:function(a,b){return g(a)(this,b)},$evalAsync:function(a,b){v.$$phase||w.length||k.defer(function(){w.length&&v.$digest()},null,"$evalAsync");w.push({scope:this,fn:g(a),locals:b})},$$postDigest:function(a){x.push(a)},$apply:function(a){try{p("$apply");try{return this.$eval(a)}finally{v.$$phase=null}}catch(b){f(b)}finally{try{v.$digest()}catch(c){throw f(c), -c;}}},$applyAsync:function(a){function b(){c.$eval(a)}var c=this;a&&y.push(b);a=g(a);q()},$on:function(a,b){var c=this.$$listeners[a];c||(this.$$listeners[a]=c=[]);c.push(b);var d=this;do d.$$listenerCount[a]||(d.$$listenerCount[a]=0),d.$$listenerCount[a]++;while(d=d.$parent);var e=this;return function(){var d=c.indexOf(b);-1!==d&&(delete c[d],s(e,1,a))}},$emit:function(a,b){var c=[],d,e=this,g=!1,h={name:a,targetScope:e,stopPropagation:function(){g=!0},preventDefault:function(){h.defaultPrevented= -!0},defaultPrevented:!1},k=db([h],arguments,1),l,m;do{d=e.$$listeners[a]||c;h.currentScope=e;l=0;for(m=d.length;l<m;l++)if(d[l])try{d[l].apply(null,k)}catch(n){f(n)}else d.splice(l,1),l--,m--;if(g)break;e=e.$parent}while(e);h.currentScope=null;return h},$broadcast:function(a,b){var c=this,d=this,e={name:a,targetScope:this,preventDefault:function(){e.defaultPrevented=!0},defaultPrevented:!1};if(!this.$$listenerCount[a])return e;for(var g=db([e],arguments,1),h,k;c=d;){e.currentScope=c;d=c.$$listeners[a]|| -[];h=0;for(k=d.length;h<k;h++)if(d[h])try{d[h].apply(null,g)}catch(l){f(l)}else d.splice(h,1),h--,k--;if(!(d=c.$$listenerCount[a]&&c.$$childHead||c!==this&&c.$$nextSibling))for(;c!==this&&!(d=c.$$nextSibling);)c=c.$parent}e.currentScope=null;return e}};var v=new m,w=v.$$asyncQueue=[],x=v.$$postDigestQueue=[],y=v.$$applyAsyncQueue=[],J=0;return v}]}function Qe(){var a=/^\s*(https?|s?ftp|mailto|tel|file):/,b=/^\s*((https?|ftp|file|blob):|data:image\/)/;this.aHrefSanitizationTrustedUrlList=function(b){return w(b)? -(a=b,this):a};this.imgSrcSanitizationTrustedUrlList=function(a){return w(a)?(b=a,this):b};this.$get=function(){return function(d,c){var e=c?b:a,f=ga(d&&d.trim()).href;return""===f||f.match(e)?d:"unsafe:"+f}}}function Xg(a){if("self"===a)return a;if(C(a)){if(-1<a.indexOf("***"))throw Ea("iwcard",a);a=Od(a).replace(/\\\*\\\*/g,".*").replace(/\\\*/g,"[^:/.?&;]*");return new RegExp("^"+a+"$")}if(ab(a))return new RegExp("^"+a.source+"$");throw Ea("imatcher");}function Pd(a){var b=[];w(a)&&r(a,function(a){b.push(Xg(a))}); -return b}function eg(){this.SCE_CONTEXTS=W;var a=["self"],b=[];this.trustedResourceUrlList=function(b){arguments.length&&(a=Pd(b));return a};Object.defineProperty(this,"resourceUrlWhitelist",{get:function(){return this.trustedResourceUrlList},set:function(a){this.trustedResourceUrlList=a}});this.bannedResourceUrlList=function(a){arguments.length&&(b=Pd(a));return b};Object.defineProperty(this,"resourceUrlBlacklist",{get:function(){return this.bannedResourceUrlList},set:function(a){this.bannedResourceUrlList= -a}});this.$get=["$injector","$$sanitizeUri",function(d,c){function e(a,b){var c;"self"===a?(c=Cc(b,Qd))||(z.document.baseURI?c=z.document.baseURI:(Na||(Na=z.document.createElement("a"),Na.href=".",Na=Na.cloneNode(!1)),c=Na.href),c=Cc(b,c)):c=!!a.exec(b.href);return c}function f(a){var b=function(a){this.$$unwrapTrustedValue=function(){return a}};a&&(b.prototype=new a);b.prototype.valueOf=function(){return this.$$unwrapTrustedValue()};b.prototype.toString=function(){return this.$$unwrapTrustedValue().toString()}; -return b}var g=function(a){throw Ea("unsafe");};d.has("$sanitize")&&(g=d.get("$sanitize"));var k=f(),h={};h[W.HTML]=f(k);h[W.CSS]=f(k);h[W.MEDIA_URL]=f(k);h[W.URL]=f(h[W.MEDIA_URL]);h[W.JS]=f(k);h[W.RESOURCE_URL]=f(h[W.URL]);return{trustAs:function(a,b){var c=h.hasOwnProperty(a)?h[a]:null;if(!c)throw Ea("icontext",a,b);if(null===b||A(b)||""===b)return b;if("string"!==typeof b)throw Ea("itype",a);return new c(b)},getTrusted:function(d,f){if(null===f||A(f)||""===f)return f;var k=h.hasOwnProperty(d)? -h[d]:null;if(k&&f instanceof k)return f.$$unwrapTrustedValue();B(f.$$unwrapTrustedValue)&&(f=f.$$unwrapTrustedValue());if(d===W.MEDIA_URL||d===W.URL)return c(f.toString(),d===W.MEDIA_URL);if(d===W.RESOURCE_URL){var k=ga(f.toString()),n,s,r=!1;n=0;for(s=a.length;n<s;n++)if(e(a[n],k)){r=!0;break}if(r)for(n=0,s=b.length;n<s;n++)if(e(b[n],k)){r=!1;break}if(r)return f;throw Ea("insecurl",f.toString());}if(d===W.HTML)return g(f);throw Ea("unsafe");},valueOf:function(a){return a instanceof k?a.$$unwrapTrustedValue(): -a}}}]}function dg(){var a=!0;this.enabled=function(b){arguments.length&&(a=!!b);return a};this.$get=["$parse","$sceDelegate",function(b,d){if(a&&8>wa)throw Ea("iequirks");var c=ja(W);c.isEnabled=function(){return a};c.trustAs=d.trustAs;c.getTrusted=d.getTrusted;c.valueOf=d.valueOf;a||(c.trustAs=c.getTrusted=function(a,b){return b},c.valueOf=Ta);c.parseAs=function(a,d){var e=b(d);return e.literal&&e.constant?e:b(d,function(b){return c.getTrusted(a,b)})};var e=c.parseAs,f=c.getTrusted,g=c.trustAs;r(W, -function(a,b){var d=K(b);c[("parse_as_"+d).replace(Dc,xb)]=function(b){return e(a,b)};c[("get_trusted_"+d).replace(Dc,xb)]=function(b){return f(a,b)};c[("trust_as_"+d).replace(Dc,xb)]=function(b){return g(a,b)}});return c}]}function fg(){this.$get=["$window","$document",function(a,b){var d={},c=!((!a.nw||!a.nw.process)&&a.chrome&&(a.chrome.app&&a.chrome.app.runtime||!a.chrome.app&&a.chrome.runtime&&a.chrome.runtime.id))&&a.history&&a.history.pushState,e=fa((/android (\d+)/.exec(K((a.navigator||{}).userAgent))|| -[])[1]),f=/Boxee/i.test((a.navigator||{}).userAgent),g=b[0]||{},k=g.body&&g.body.style,h=!1,l=!1;k&&(h=!!("transition"in k||"webkitTransition"in k),l=!!("animation"in k||"webkitAnimation"in k));return{history:!(!c||4>e||f),hasEvent:function(a){if("input"===a&&wa)return!1;if(A(d[a])){var b=g.createElement("div");d[a]="on"+a in b}return d[a]},csp:Ba(),transitions:h,animations:l,android:e}}]}function gg(){this.$get=ia(function(a){return new Yg(a)})}function Yg(a){function b(){var a=e.pop();return a&& -a.cb}function d(a){for(var b=e.length-1;0<=b;--b){var c=e[b];if(c.type===a)return e.splice(b,1),c.cb}}var c={},e=[],f=this.ALL_TASKS_TYPE="$$all$$",g=this.DEFAULT_TASK_TYPE="$$default$$";this.completeTask=function(e,h){h=h||g;try{e()}finally{var l;l=h||g;c[l]&&(c[l]--,c[f]--);l=c[h];var m=c[f];if(!m||!l)for(l=m?d:b;m=l(h);)try{m()}catch(p){a.error(p)}}};this.incTaskCount=function(a){a=a||g;c[a]=(c[a]||0)+1;c[f]=(c[f]||0)+1};this.notifyWhenNoPendingTasks=function(a,b){b=b||f;c[b]?e.push({type:b,cb:a}): -a()}}function ig(){var a;this.httpOptions=function(b){return b?(a=b,this):a};this.$get=["$exceptionHandler","$templateCache","$http","$q","$sce",function(b,d,c,e,f){function g(k,h){g.totalPendingRequests++;if(!C(k)||A(d.get(k)))k=f.getTrustedResourceUrl(k);var l=c.defaults&&c.defaults.transformResponse;H(l)?l=l.filter(function(a){return a!==wc}):l===wc&&(l=null);return c.get(k,S({cache:d,transformResponse:l},a)).finally(function(){g.totalPendingRequests--}).then(function(a){return d.put(k,a.data)}, -function(a){h||(a=Zg("tpload",k,a.status,a.statusText),b(a));return e.reject(a)})}g.totalPendingRequests=0;return g}]}function jg(){this.$get=["$rootScope","$browser","$location",function(a,b,d){return{findBindings:function(a,b,d){a=a.getElementsByClassName("ng-binding");var g=[];r(a,function(a){var c=ca.element(a).data("$binding");c&&r(c,function(c){d?(new RegExp("(^|\\s)"+Od(b)+"(\\s|\\||$)")).test(c)&&g.push(a):-1!==c.indexOf(b)&&g.push(a)})});return g},findModels:function(a,b,d){for(var g=["ng-", -"data-ng-","ng\\:"],k=0;k<g.length;++k){var h=a.querySelectorAll("["+g[k]+"model"+(d?"=":"*=")+'"'+b+'"]');if(h.length)return h}},getLocation:function(){return d.url()},setLocation:function(b){b!==d.url()&&(d.url(b),a.$digest())},whenStable:function(a){b.notifyWhenNoOutstandingRequests(a)}}}]}function kg(){this.$get=["$rootScope","$browser","$q","$$q","$exceptionHandler",function(a,b,d,c,e){function f(f,h,l){B(f)||(l=h,h=f,f=E);var m=Ha.call(arguments,3),p=w(l)&&!l,n=(p?c:d).defer(),s=n.promise,r; -r=b.defer(function(){try{n.resolve(f.apply(null,m))}catch(b){n.reject(b),e(b)}finally{delete g[s.$$timeoutId]}p||a.$apply()},h,"$timeout");s.$$timeoutId=r;g[r]=n;return s}var g={};f.cancel=function(a){if(!a)return!1;if(!a.hasOwnProperty("$$timeoutId"))throw $g("badprom");if(!g.hasOwnProperty(a.$$timeoutId))return!1;a=a.$$timeoutId;var c=g[a],d=c.promise;d.$$state&&(d.$$state.pur=!0);c.reject("canceled");delete g[a];return b.defer.cancel(a)};return f}]}function ga(a){if(!C(a))return a;wa&&(aa.setAttribute("href", -a),a=aa.href);aa.setAttribute("href",a);a=aa.hostname;!ah&&-1<a.indexOf(":")&&(a="["+a+"]");return{href:aa.href,protocol:aa.protocol?aa.protocol.replace(/:$/,""):"",host:aa.host,search:aa.search?aa.search.replace(/^\?/,""):"",hash:aa.hash?aa.hash.replace(/^#/,""):"",hostname:a,port:aa.port,pathname:"/"===aa.pathname.charAt(0)?aa.pathname:"/"+aa.pathname}}function Og(a){var b=[Qd].concat(a.map(ga));return function(a){a=ga(a);return b.some(Cc.bind(null,a))}}function Cc(a,b){a=ga(a);b=ga(b);return a.protocol=== -b.protocol&&a.host===b.host}function lg(){this.$get=ia(z)}function Rd(a){function b(a){try{return decodeURIComponent(a)}catch(b){return a}}var d=a[0]||{},c={},e="";return function(){var a,g,k,h,l;try{a=d.cookie||""}catch(m){a=""}if(a!==e)for(e=a,a=e.split("; "),c={},k=0;k<a.length;k++)g=a[k],h=g.indexOf("="),0<h&&(l=b(g.substring(0,h)),A(c[l])&&(c[l]=b(g.substring(h+1))));return c}}function pg(){this.$get=Rd}function fd(a){function b(d,c){if(D(d)){var e={};r(d,function(a,c){e[c]=b(c,a)});return e}return a.factory(d+ -"Filter",c)}this.register=b;this.$get=["$injector",function(a){return function(b){return a.get(b+"Filter")}}];b("currency",Sd);b("date",Td);b("filter",bh);b("json",ch);b("limitTo",dh);b("lowercase",eh);b("number",Ud);b("orderBy",Vd);b("uppercase",fh)}function bh(){return function(a,b,d,c){if(!za(a)){if(null==a)return a;throw F("filter")("notarray",a);}c=c||"$";var e;switch(Ec(b)){case "function":break;case "boolean":case "null":case "number":case "string":e=!0;case "object":b=gh(b,d,c,e);break;default:return a}return Array.prototype.filter.call(a, -b)}}function gh(a,b,d,c){var e=D(a)&&d in a;!0===b?b=va:B(b)||(b=function(a,b){if(A(a))return!1;if(null===a||null===b)return a===b;if(D(b)||D(a)&&!cc(a))return!1;a=K(""+a);b=K(""+b);return-1!==a.indexOf(b)});return function(f){return e&&!D(f)?Fa(f,a[d],b,d,!1):Fa(f,a,b,d,c)}}function Fa(a,b,d,c,e,f){var g=Ec(a),k=Ec(b);if("string"===k&&"!"===b.charAt(0))return!Fa(a,b.substring(1),d,c,e);if(H(a))return a.some(function(a){return Fa(a,b,d,c,e)});switch(g){case "object":var h;if(e){for(h in a)if(h.charAt&& -"$"!==h.charAt(0)&&Fa(a[h],b,d,c,!0))return!0;return f?!1:Fa(a,b,d,c,!1)}if("object"===k){for(h in b)if(f=b[h],!B(f)&&!A(f)&&(g=h===c,!Fa(g?a:a[h],f,d,c,g,g)))return!1;return!0}return d(a,b);case "function":return!1;default:return d(a,b)}}function Ec(a){return null===a?"null":typeof a}function Sd(a){var b=a.NUMBER_FORMATS;return function(a,c,e){A(c)&&(c=b.CURRENCY_SYM);A(e)&&(e=b.PATTERNS[1].maxFrac);var f=c?/\u00A4/g:/\s*\u00A4\s*/g;return null==a?a:Wd(a,b.PATTERNS[1],b.GROUP_SEP,b.DECIMAL_SEP,e).replace(f, -c)}}function Ud(a){var b=a.NUMBER_FORMATS;return function(a,c){return null==a?a:Wd(a,b.PATTERNS[0],b.GROUP_SEP,b.DECIMAL_SEP,c)}}function hh(a){var b=0,d,c,e,f,g;-1<(c=a.indexOf(Xd))&&(a=a.replace(Xd,""));0<(e=a.search(/e/i))?(0>c&&(c=e),c+=+a.slice(e+1),a=a.substring(0,e)):0>c&&(c=a.length);for(e=0;a.charAt(e)===Fc;e++);if(e===(g=a.length))d=[0],c=1;else{for(g--;a.charAt(g)===Fc;)g--;c-=e;d=[];for(f=0;e<=g;e++,f++)d[f]=+a.charAt(e)}c>Yd&&(d=d.splice(0,Yd-1),b=c-1,c=1);return{d:d,e:b,i:c}}function ih(a, -b,d,c){var e=a.d,f=e.length-a.i;b=A(b)?Math.min(Math.max(d,f),c):+b;d=b+a.i;c=e[d];if(0<d){e.splice(Math.max(a.i,d));for(var g=d;g<e.length;g++)e[g]=0}else for(f=Math.max(0,f),a.i=1,e.length=Math.max(1,d=b+1),e[0]=0,g=1;g<d;g++)e[g]=0;if(5<=c)if(0>d-1){for(c=0;c>d;c--)e.unshift(0),a.i++;e.unshift(1);a.i++}else e[d-1]++;for(;f<Math.max(0,b);f++)e.push(0);if(b=e.reduceRight(function(a,b,c,d){b+=a;d[c]=b%10;return Math.floor(b/10)},0))e.unshift(b),a.i++}function Wd(a,b,d,c,e){if(!C(a)&&!X(a)||isNaN(a))return""; -var f=!isFinite(a),g=!1,k=Math.abs(a)+"",h="";if(f)h="\u221e";else{g=hh(k);ih(g,e,b.minFrac,b.maxFrac);h=g.d;k=g.i;e=g.e;f=[];for(g=h.reduce(function(a,b){return a&&!b},!0);0>k;)h.unshift(0),k++;0<k?f=h.splice(k,h.length):(f=h,h=[0]);k=[];for(h.length>=b.lgSize&&k.unshift(h.splice(-b.lgSize,h.length).join(""));h.length>b.gSize;)k.unshift(h.splice(-b.gSize,h.length).join(""));h.length&&k.unshift(h.join(""));h=k.join(d);f.length&&(h+=c+f.join(""));e&&(h+="e+"+e)}return 0>a&&!g?b.negPre+h+b.negSuf:b.posPre+ -h+b.posSuf}function Pb(a,b,d,c){var e="";if(0>a||c&&0>=a)c?a=-a+1:(a=-a,e="-");for(a=""+a;a.length<b;)a=Fc+a;d&&(a=a.substr(a.length-b));return e+a}function ea(a,b,d,c,e){d=d||0;return function(f){f=f["get"+a]();if(0<d||f>-d)f+=d;0===f&&-12===d&&(f=12);return Pb(f,b,c,e)}}function lb(a,b,d){return function(c,e){var f=c["get"+a](),g=vb((d?"STANDALONE":"")+(b?"SHORT":"")+a);return e[g][f]}}function Zd(a){var b=(new Date(a,0,1)).getDay();return new Date(a,0,(4>=b?5:12)-b)}function $d(a){return function(b){var d= -Zd(b.getFullYear());b=+new Date(b.getFullYear(),b.getMonth(),b.getDate()+(4-b.getDay()))-+d;b=1+Math.round(b/6048E5);return Pb(b,a)}}function Gc(a,b){return 0>=a.getFullYear()?b.ERAS[0]:b.ERAS[1]}function Td(a){function b(a){var b;if(b=a.match(d)){a=new Date(0);var f=0,g=0,k=b[8]?a.setUTCFullYear:a.setFullYear,h=b[8]?a.setUTCHours:a.setHours;b[9]&&(f=fa(b[9]+b[10]),g=fa(b[9]+b[11]));k.call(a,fa(b[1]),fa(b[2])-1,fa(b[3]));f=fa(b[4]||0)-f;g=fa(b[5]||0)-g;k=fa(b[6]||0);b=Math.round(1E3*parseFloat("0."+ -(b[7]||0)));h.call(a,f,g,k,b)}return a}var d=/^(\d{4})-?(\d\d)-?(\d\d)(?:T(\d\d)(?::?(\d\d)(?::?(\d\d)(?:\.(\d+))?)?)?(Z|([+-])(\d\d):?(\d\d))?)?$/;return function(c,d,f){var g="",k=[],h,l;d=d||"mediumDate";d=a.DATETIME_FORMATS[d]||d;C(c)&&(c=jh.test(c)?fa(c):b(c));X(c)&&(c=new Date(c));if(!ha(c)||!isFinite(c.getTime()))return c;for(;d;)(l=kh.exec(d))?(k=db(k,l,1),d=k.pop()):(k.push(d),d=null);var m=c.getTimezoneOffset();f&&(m=fc(f,m),c=gc(c,f,!0));r(k,function(b){h=lh[b];g+=h?h(c,a.DATETIME_FORMATS, -m):"''"===b?"'":b.replace(/(^'|'$)/g,"").replace(/''/g,"'")});return g}}function ch(){return function(a,b){A(b)&&(b=2);return eb(a,b)}}function dh(){return function(a,b,d){b=Infinity===Math.abs(Number(b))?Number(b):fa(b);if(Y(b))return a;X(a)&&(a=a.toString());if(!za(a))return a;d=!d||isNaN(d)?0:fa(d);d=0>d?Math.max(0,a.length+d):d;return 0<=b?Hc(a,d,d+b):0===d?Hc(a,b,a.length):Hc(a,Math.max(0,d+b),d)}}function Hc(a,b,d){return C(a)?a.slice(b,d):Ha.call(a,b,d)}function Vd(a){function b(b){return b.map(function(b){var c= -1,d=Ta;if(B(b))d=b;else if(C(b)){if("+"===b.charAt(0)||"-"===b.charAt(0))c="-"===b.charAt(0)?-1:1,b=b.substring(1);if(""!==b&&(d=a(b),d.constant))var e=d(),d=function(a){return a[e]}}return{get:d,descending:c}})}function d(a){switch(typeof a){case "number":case "boolean":case "string":return!0;default:return!1}}function c(a,b){var c=0,d=a.type,h=b.type;if(d===h){var h=a.value,l=b.value;"string"===d?(h=h.toLowerCase(),l=l.toLowerCase()):"object"===d&&(D(h)&&(h=a.index),D(l)&&(l=b.index));h!==l&&(c= -h<l?-1:1)}else c="undefined"===d?1:"undefined"===h?-1:"null"===d?1:"null"===h?-1:d<h?-1:1;return c}return function(a,f,g,k){if(null==a)return a;if(!za(a))throw F("orderBy")("notarray",a);H(f)||(f=[f]);0===f.length&&(f=["+"]);var h=b(f),l=g?-1:1,m=B(k)?k:c;a=Array.prototype.map.call(a,function(a,b){return{value:a,tieBreaker:{value:b,type:"number",index:b},predicateValues:h.map(function(c){var e=c.get(a);c=typeof e;if(null===e)c="null";else if("object"===c)a:{if(B(e.valueOf)&&(e=e.valueOf(),d(e)))break a; -cc(e)&&(e=e.toString(),d(e))}return{value:e,type:c,index:b}})}});a.sort(function(a,b){for(var d=0,e=h.length;d<e;d++){var f=m(a.predicateValues[d],b.predicateValues[d]);if(f)return f*h[d].descending*l}return(m(a.tieBreaker,b.tieBreaker)||c(a.tieBreaker,b.tieBreaker))*l});return a=a.map(function(a){return a.value})}}function Ra(a){B(a)&&(a={link:a});a.restrict=a.restrict||"AC";return ia(a)}function Qb(a,b,d,c,e){this.$$controls=[];this.$error={};this.$$success={};this.$pending=void 0;this.$name=e(b.name|| -b.ngForm||"")(d);this.$dirty=!1;this.$valid=this.$pristine=!0;this.$submitted=this.$invalid=!1;this.$$parentForm=mb;this.$$element=a;this.$$animate=c;ae(this)}function ae(a){a.$$classCache={};a.$$classCache[be]=!(a.$$classCache[nb]=a.$$element.hasClass(nb))}function ce(a){function b(a,b,c){c&&!a.$$classCache[b]?(a.$$animate.addClass(a.$$element,b),a.$$classCache[b]=!0):!c&&a.$$classCache[b]&&(a.$$animate.removeClass(a.$$element,b),a.$$classCache[b]=!1)}function d(a,c,d){c=c?"-"+Xc(c,"-"):"";b(a,nb+ -c,!0===d);b(a,be+c,!1===d)}var c=a.set,e=a.unset;a.clazz.prototype.$setValidity=function(a,g,k){A(g)?(this.$pending||(this.$pending={}),c(this.$pending,a,k)):(this.$pending&&e(this.$pending,a,k),de(this.$pending)&&(this.$pending=void 0));Ga(g)?g?(e(this.$error,a,k),c(this.$$success,a,k)):(c(this.$error,a,k),e(this.$$success,a,k)):(e(this.$error,a,k),e(this.$$success,a,k));this.$pending?(b(this,"ng-pending",!0),this.$valid=this.$invalid=void 0,d(this,"",null)):(b(this,"ng-pending",!1),this.$valid= -de(this.$error),this.$invalid=!this.$valid,d(this,"",this.$valid));g=this.$pending&&this.$pending[a]?void 0:this.$error[a]?!1:this.$$success[a]?!0:null;d(this,a,g);this.$$parentForm.$setValidity(a,g,this)}}function de(a){if(a)for(var b in a)if(a.hasOwnProperty(b))return!1;return!0}function Ic(a){a.$formatters.push(function(b){return a.$isEmpty(b)?b:b.toString()})}function Sa(a,b,d,c,e,f){var g=K(b[0].type);if(!e.android){var k=!1;b.on("compositionstart",function(){k=!0});b.on("compositionupdate", -function(a){if(A(a.data)||""===a.data)k=!1});b.on("compositionend",function(){k=!1;l()})}var h,l=function(a){h&&(f.defer.cancel(h),h=null);if(!k){var e=b.val();a=a&&a.type;"password"===g||d.ngTrim&&"false"===d.ngTrim||(e=V(e));(c.$viewValue!==e||""===e&&c.$$hasNativeValidators)&&c.$setViewValue(e,a)}};if(e.hasEvent("input"))b.on("input",l);else{var m=function(a,b,c){h||(h=f.defer(function(){h=null;b&&b.value===c||l(a)}))};b.on("keydown",function(a){var b=a.keyCode;91===b||15<b&&19>b||37<=b&&40>=b|| -m(a,this,this.value)});if(e.hasEvent("paste"))b.on("paste cut drop",m)}b.on("change",l);if(ee[g]&&c.$$hasNativeValidators&&g===d.type)b.on("keydown wheel mousedown",function(a){if(!h){var b=this.validity,c=b.badInput,d=b.typeMismatch;h=f.defer(function(){h=null;b.badInput===c&&b.typeMismatch===d||l(a)})}});c.$render=function(){var a=c.$isEmpty(c.$viewValue)?"":c.$viewValue;b.val()!==a&&b.val(a)}}function Rb(a,b){return function(d,c){var e,f;if(ha(d))return d;if(C(d)){'"'===d.charAt(0)&&'"'===d.charAt(d.length- -1)&&(d=d.substring(1,d.length-1));if(mh.test(d))return new Date(d);a.lastIndex=0;if(e=a.exec(d))return e.shift(),f=c?{yyyy:c.getFullYear(),MM:c.getMonth()+1,dd:c.getDate(),HH:c.getHours(),mm:c.getMinutes(),ss:c.getSeconds(),sss:c.getMilliseconds()/1E3}:{yyyy:1970,MM:1,dd:1,HH:0,mm:0,ss:0,sss:0},r(e,function(a,c){c<b.length&&(f[b[c]]=+a)}),e=new Date(f.yyyy,f.MM-1,f.dd,f.HH,f.mm,f.ss||0,1E3*f.sss||0),100>f.yyyy&&e.setFullYear(f.yyyy),e}return NaN}}function ob(a,b,d,c){return function(e,f,g,k,h,l,m, -p){function n(a){return a&&!(a.getTime&&a.getTime()!==a.getTime())}function s(a){return w(a)&&!ha(a)?r(a)||void 0:a}function r(a,b){var c=k.$options.getOption("timezone");v&&v!==c&&(b=Uc(b,fc(v)));var e=d(a,b);!isNaN(e)&&c&&(e=gc(e,c));return e}Jc(e,f,g,k,a);Sa(e,f,g,k,h,l);var t="time"===a||"datetimelocal"===a,q,v;k.$parsers.push(function(c){if(k.$isEmpty(c))return null;if(b.test(c))return r(c,q);k.$$parserName=a});k.$formatters.push(function(a){if(a&&!ha(a))throw pb("datefmt",a);if(n(a)){q=a;var b= -k.$options.getOption("timezone");b&&(v=b,q=gc(q,b,!0));var d=c;t&&C(k.$options.getOption("timeSecondsFormat"))&&(d=c.replace("ss.sss",k.$options.getOption("timeSecondsFormat")).replace(/:$/,""));a=m("date")(a,d,b);t&&k.$options.getOption("timeStripZeroSeconds")&&(a=a.replace(/(?::00)?(?:\.000)?$/,""));return a}v=q=null;return""});if(w(g.min)||g.ngMin){var x=g.min||p(g.ngMin)(e),z=s(x);k.$validators.min=function(a){return!n(a)||A(z)||d(a)>=z};g.$observe("min",function(a){a!==x&&(z=s(a),x=a,k.$validate())})}if(w(g.max)|| -g.ngMax){var y=g.max||p(g.ngMax)(e),J=s(y);k.$validators.max=function(a){return!n(a)||A(J)||d(a)<=J};g.$observe("max",function(a){a!==y&&(J=s(a),y=a,k.$validate())})}}}function Jc(a,b,d,c,e){(c.$$hasNativeValidators=D(b[0].validity))&&c.$parsers.push(function(a){var d=b.prop("validity")||{};if(d.badInput||d.typeMismatch)c.$$parserName=e;else return a})}function fe(a){a.$parsers.push(function(b){if(a.$isEmpty(b))return null;if(nh.test(b))return parseFloat(b);a.$$parserName="number"});a.$formatters.push(function(b){if(!a.$isEmpty(b)){if(!X(b))throw pb("numfmt", -b);b=b.toString()}return b})}function na(a){w(a)&&!X(a)&&(a=parseFloat(a));return Y(a)?void 0:a}function Kc(a){var b=a.toString(),d=b.indexOf(".");return-1===d?-1<a&&1>a&&(a=/e-(\d+)$/.exec(b))?Number(a[1]):0:b.length-d-1}function ge(a,b,d){a=Number(a);var c=(a|0)!==a,e=(b|0)!==b,f=(d|0)!==d;if(c||e||f){var g=c?Kc(a):0,k=e?Kc(b):0,h=f?Kc(d):0,g=Math.max(g,k,h),g=Math.pow(10,g);a*=g;b*=g;d*=g;c&&(a=Math.round(a));e&&(b=Math.round(b));f&&(d=Math.round(d))}return 0===(a-b)%d}function he(a,b,d,c,e){if(w(c)){a= -a(c);if(!a.constant)throw pb("constexpr",d,c);return a(b)}return e}function Lc(a,b){function d(a,b){if(!a||!a.length)return[];if(!b||!b.length)return a;var c=[],d=0;a:for(;d<a.length;d++){for(var e=a[d],m=0;m<b.length;m++)if(e===b[m])continue a;c.push(e)}return c}function c(a){if(!a)return a;var b=a;H(a)?b=a.map(c).join(" "):D(a)?b=Object.keys(a).filter(function(b){return a[b]}).join(" "):C(a)||(b=a+"");return b}a="ngClass"+a;var e;return["$parse",function(f){return{restrict:"AC",link:function(g, -k,h){function l(a,b){var c=[];r(a,function(a){if(0<b||p[a])p[a]=(p[a]||0)+b,p[a]===+(0<b)&&c.push(a)});return c.join(" ")}function m(a){if(a===b){var c=s,c=l(c&&c.split(" "),1);h.$addClass(c)}else c=s,c=l(c&&c.split(" "),-1),h.$removeClass(c);n=a}var p=k.data("$classCounts"),n=!0,s;p||(p=T(),k.data("$classCounts",p));"ngClass"!==a&&(e||(e=f("$index",function(a){return a&1})),g.$watch(e,m));g.$watch(f(h[a],c),function(a){if(n===b){var c=s&&s.split(" "),e=a&&a.split(" "),f=d(c,e),c=d(e,c),f=l(f,-1), -c=l(c,1);h.$addClass(c);h.$removeClass(f)}s=a})}}}]}function sd(a,b,d,c,e,f){return{restrict:"A",compile:function(g,k){var h=a(k[c]);return function(a,c){c.on(e,function(c){var e=function(){h(a,{$event:c})};if(b.$$phase)if(f)a.$evalAsync(e);else try{e()}catch(g){d(g)}else a.$apply(e)})}}}}function Sb(a,b,d,c,e,f,g,k,h){this.$modelValue=this.$viewValue=Number.NaN;this.$$rawModelValue=void 0;this.$validators={};this.$asyncValidators={};this.$parsers=[];this.$formatters=[];this.$viewChangeListeners= -[];this.$untouched=!0;this.$touched=!1;this.$pristine=!0;this.$dirty=!1;this.$valid=!0;this.$invalid=!1;this.$error={};this.$$success={};this.$pending=void 0;this.$name=h(d.name||"",!1)(a);this.$$parentForm=mb;this.$options=Tb;this.$$updateEvents="";this.$$updateEventHandler=this.$$updateEventHandler.bind(this);this.$$parsedNgModel=e(d.ngModel);this.$$parsedNgModelAssign=this.$$parsedNgModel.assign;this.$$ngModelGet=this.$$parsedNgModel;this.$$ngModelSet=this.$$parsedNgModelAssign;this.$$pendingDebounce= -null;this.$$parserValid=void 0;this.$$parserName="parse";this.$$currentValidationRunId=0;this.$$scope=a;this.$$rootScope=a.$root;this.$$attr=d;this.$$element=c;this.$$animate=f;this.$$timeout=g;this.$$parse=e;this.$$q=k;this.$$exceptionHandler=b;ae(this);oh(this)}function oh(a){a.$$scope.$watch(function(b){b=a.$$ngModelGet(b);b===a.$modelValue||a.$modelValue!==a.$modelValue&&b!==b||a.$$setModelValue(b);return b})}function Mc(a){this.$$options=a}function ie(a,b){r(b,function(b,c){w(a[c])||(a[c]=b)})} -function Oa(a,b){a.prop("selected",b);a.attr("selected",b)}function je(a,b,d){if(a){C(a)&&(a=new RegExp("^"+a+"$"));if(!a.test)throw F("ngPattern")("noregexp",b,a,Aa(d));return a}}function Ub(a){a=fa(a);return Y(a)?-1:a}var Xb={objectMaxDepth:5,urlErrorParamsEnabled:!0},ke=/^\/(.+)\/([a-z]*)$/,ta=Object.prototype.hasOwnProperty,K=function(a){return C(a)?a.toLowerCase():a},vb=function(a){return C(a)?a.toUpperCase():a},wa,x,sb,Ha=[].slice,Kg=[].splice,ph=[].push,la=Object.prototype.toString,Rc=Object.getPrototypeOf, -oa=F("ng"),ca=z.angular||(z.angular={}),lc,qb=0;wa=z.document.documentMode;var Y=Number.isNaN||function(a){return a!==a};E.$inject=[];Ta.$inject=[];var ze=/^\[object (?:Uint8|Uint8Clamped|Uint16|Uint32|Int8|Int16|Int32|Float32|Float64)Array]$/,V=function(a){return C(a)?a.trim():a},Od=function(a){return a.replace(/([-()[\]{}+?*.$^|,:#<!\\])/g,"\\$1").replace(/\x08/g,"\\x08")},Ba=function(){if(!w(Ba.rules)){var a=z.document.querySelector("[ng-csp]")||z.document.querySelector("[data-ng-csp]");if(a){var b= -a.getAttribute("ng-csp")||a.getAttribute("data-ng-csp");Ba.rules={noUnsafeEval:!b||-1!==b.indexOf("no-unsafe-eval"),noInlineStyle:!b||-1!==b.indexOf("no-inline-style")}}else{a=Ba;try{new Function(""),b=!1}catch(d){b=!0}a.rules={noUnsafeEval:b,noInlineStyle:!1}}}return Ba.rules},rb=function(){if(w(rb.name_))return rb.name_;var a,b,d=Qa.length,c,e;for(b=0;b<d;++b)if(c=Qa[b],a=z.document.querySelector("["+c.replace(":","\\:")+"jq]")){e=a.getAttribute(c+"jq");break}return rb.name_=e},Be=/:/g,Qa=["ng-", -"data-ng-","ng:","x-ng-"],Fe=function(a){var b=a.currentScript;if(!b)return!0;if(!(b instanceof z.HTMLScriptElement||b instanceof z.SVGScriptElement))return!1;b=b.attributes;return[b.getNamedItem("src"),b.getNamedItem("href"),b.getNamedItem("xlink:href")].every(function(b){if(!b)return!0;if(!b.value)return!1;var c=a.createElement("a");c.href=b.value;if(a.location.origin===c.origin)return!0;switch(c.protocol){case "http:":case "https:":case "ftp:":case "blob:":case "file:":case "data:":return!0;default:return!1}})}(z.document), -Ie=/[A-Z]/g,Yc=!1,Pa=3,Pe={full:"1.8.3",major:1,minor:8,dot:3,codeName:"ultimate-farewell"};U.expando="ng339";var Ka=U.cache={},ug=1;U._data=function(a){return this.cache[a[this.expando]]||{}};var qg=/-([a-z])/g,qh=/^-ms-/,Bb={mouseleave:"mouseout",mouseenter:"mouseover"},oc=F("jqLite"),tg=/^<([\w-]+)\s*\/?>(?:<\/\1>|)$/,nc=/<|&#?\w+;/,rg=/<([\w:-]+)/,sg=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:-]+)[^>]*)\/>/gi,qa={thead:["table"],col:["colgroup","table"],tr:["tbody","table"],td:["tr", -"tbody","table"]};qa.tbody=qa.tfoot=qa.colgroup=qa.caption=qa.thead;qa.th=qa.td;var hb={option:[1,'<select multiple="multiple">',"</select>"],_default:[0,"",""]},Nc;for(Nc in qa){var le=qa[Nc],me=le.slice().reverse();hb[Nc]=[me.length,"<"+me.join("><")+">","</"+le.join("></")+">"]}hb.optgroup=hb.option;var zg=z.Node.prototype.contains||function(a){return!!(this.compareDocumentPosition(a)&16)},Wa=U.prototype={ready:hd,toString:function(){var a=[];r(this,function(b){a.push(""+b)});return"["+a.join(", ")+ -"]"},eq:function(a){return 0<=a?x(this[a]):x(this[this.length+a])},length:0,push:ph,sort:[].sort,splice:[].splice},Hb={};r("multiple selected checked disabled readOnly required open".split(" "),function(a){Hb[K(a)]=a});var od={};r("input select option textarea button form details".split(" "),function(a){od[a]=!0});var vd={ngMinlength:"minlength",ngMaxlength:"maxlength",ngMin:"min",ngMax:"max",ngPattern:"pattern",ngStep:"step"};r({data:sc,removeData:rc,hasData:function(a){for(var b in Ka[a.ng339])return!0; -return!1},cleanData:function(a){for(var b=0,d=a.length;b<d;b++)rc(a[b]),kd(a[b])}},function(a,b){U[b]=a});r({data:sc,inheritedData:Fb,scope:function(a){return x.data(a,"$scope")||Fb(a.parentNode||a,["$isolateScope","$scope"])},isolateScope:function(a){return x.data(a,"$isolateScope")||x.data(a,"$isolateScopeNoTemplate")},controller:ld,injector:function(a){return Fb(a,"$injector")},removeAttr:function(a,b){a.removeAttribute(b)},hasClass:Cb,css:function(a,b,d){b=yb(b.replace(qh,"ms-"));if(w(d))a.style[b]= -d;else return a.style[b]},attr:function(a,b,d){var c=a.nodeType;if(c!==Pa&&2!==c&&8!==c&&a.getAttribute){var c=K(b),e=Hb[c];if(w(d))null===d||!1===d&&e?a.removeAttribute(b):a.setAttribute(b,e?c:d);else return a=a.getAttribute(b),e&&null!==a&&(a=c),null===a?void 0:a}},prop:function(a,b,d){if(w(d))a[b]=d;else return a[b]},text:function(){function a(a,d){if(A(d)){var c=a.nodeType;return 1===c||c===Pa?a.textContent:""}a.textContent=d}a.$dv="";return a}(),val:function(a,b){if(A(b)){if(a.multiple&&"select"=== -ua(a)){var d=[];r(a.options,function(a){a.selected&&d.push(a.value||a.text)});return d}return a.value}a.value=b},html:function(a,b){if(A(b))return a.innerHTML;zb(a,!0);a.innerHTML=b},empty:md},function(a,b){U.prototype[b]=function(b,c){var e,f,g=this.length;if(a!==md&&A(2===a.length&&a!==Cb&&a!==ld?b:c)){if(D(b)){for(e=0;e<g;e++)if(a===sc)a(this[e],b);else for(f in b)a(this[e],f,b[f]);return this}e=a.$dv;g=A(e)?Math.min(g,1):g;for(f=0;f<g;f++){var k=a(this[f],b,c);e=e?e+k:k}return e}for(e=0;e<g;e++)a(this[e], -b,c);return this}});r({removeData:rc,on:function(a,b,d,c){if(w(c))throw oc("onargs");if(mc(a)){c=Ab(a,!0);var e=c.events,f=c.handle;f||(f=c.handle=wg(a,e));c=0<=b.indexOf(" ")?b.split(" "):[b];for(var g=c.length,k=function(b,c,g){var k=e[b];k||(k=e[b]=[],k.specialHandlerWrapper=c,"$destroy"===b||g||a.addEventListener(b,f));k.push(d)};g--;)b=c[g],Bb[b]?(k(Bb[b],yg),k(b,void 0,!0)):k(b)}},off:kd,one:function(a,b,d){a=x(a);a.on(b,function e(){a.off(b,d);a.off(b,e)});a.on(b,d)},replaceWith:function(a, -b){var d,c=a.parentNode;zb(a);r(new U(b),function(b){d?c.insertBefore(b,d.nextSibling):c.replaceChild(b,a);d=b})},children:function(a){var b=[];r(a.childNodes,function(a){1===a.nodeType&&b.push(a)});return b},contents:function(a){return a.contentDocument||a.childNodes||[]},append:function(a,b){var d=a.nodeType;if(1===d||11===d){b=new U(b);for(var d=0,c=b.length;d<c;d++)a.appendChild(b[d])}},prepend:function(a,b){if(1===a.nodeType){var d=a.firstChild;r(new U(b),function(b){a.insertBefore(b,d)})}}, -wrap:function(a,b){var d=x(b).eq(0).clone()[0],c=a.parentNode;c&&c.replaceChild(d,a);d.appendChild(a)},remove:Gb,detach:function(a){Gb(a,!0)},after:function(a,b){var d=a,c=a.parentNode;if(c){b=new U(b);for(var e=0,f=b.length;e<f;e++){var g=b[e];c.insertBefore(g,d.nextSibling);d=g}}},addClass:Eb,removeClass:Db,toggleClass:function(a,b,d){b&&r(b.split(" "),function(b){var e=d;A(e)&&(e=!Cb(a,b));(e?Eb:Db)(a,b)})},parent:function(a){return(a=a.parentNode)&&11!==a.nodeType?a:null},next:function(a){return a.nextElementSibling}, -find:function(a,b){return a.getElementsByTagName?a.getElementsByTagName(b):[]},clone:qc,triggerHandler:function(a,b,d){var c,e,f=b.type||b,g=Ab(a);if(g=(g=g&&g.events)&&g[f])c={preventDefault:function(){this.defaultPrevented=!0},isDefaultPrevented:function(){return!0===this.defaultPrevented},stopImmediatePropagation:function(){this.immediatePropagationStopped=!0},isImmediatePropagationStopped:function(){return!0===this.immediatePropagationStopped},stopPropagation:E,type:f,target:a},b.type&&(c=S(c, -b)),b=ja(g),e=d?[c].concat(d):[c],r(b,function(b){c.isImmediatePropagationStopped()||b.apply(a,e)})}},function(a,b){U.prototype[b]=function(b,c,e){for(var f,g=0,k=this.length;g<k;g++)A(f)?(f=a(this[g],b,c,e),w(f)&&(f=x(f))):pc(f,a(this[g],b,c,e));return w(f)?f:this}});U.prototype.bind=U.prototype.on;U.prototype.unbind=U.prototype.off;var rh=Object.create(null);pd.prototype={_idx:function(a){a!==this._lastKey&&(this._lastKey=a,this._lastIndex=this._keys.indexOf(a));return this._lastIndex},_transformKey:function(a){return Y(a)? -rh:a},get:function(a){a=this._transformKey(a);a=this._idx(a);if(-1!==a)return this._values[a]},has:function(a){a=this._transformKey(a);return-1!==this._idx(a)},set:function(a,b){a=this._transformKey(a);var d=this._idx(a);-1===d&&(d=this._lastIndex=this._keys.length);this._keys[d]=a;this._values[d]=b},delete:function(a){a=this._transformKey(a);a=this._idx(a);if(-1===a)return!1;this._keys.splice(a,1);this._values.splice(a,1);this._lastKey=NaN;this._lastIndex=-1;return!0}};var Ib=pd,og=[function(){this.$get= -[function(){return Ib}]}],Bg=/^([^(]+?)=>/,Cg=/^[^(]*\(\s*([^)]*)\)/m,sh=/,/,th=/^\s*(_?)(\S+?)\1\s*$/,Ag=/((\/\/.*$)|(\/\*[\s\S]*?\*\/))/mg,Ca=F("$injector");fb.$$annotate=function(a,b,d){var c;if("function"===typeof a){if(!(c=a.$inject)){c=[];if(a.length){if(b)throw C(d)&&d||(d=a.name||Dg(a)),Ca("strictdi",d);b=qd(a);r(b[1].split(sh),function(a){a.replace(th,function(a,b,d){c.push(d)})})}a.$inject=c}}else H(a)?(b=a.length-1,tb(a[b],"fn"),c=a.slice(0,b)):tb(a,"fn",!0);return c};var ne=F("$animate"), -Ef=function(){this.$get=E},Ff=function(){var a=new Ib,b=[];this.$get=["$$AnimateRunner","$rootScope",function(d,c){function e(a,b,c){var d=!1;b&&(b=C(b)?b.split(" "):H(b)?b:[],r(b,function(b){b&&(d=!0,a[b]=c)}));return d}function f(){r(b,function(b){var c=a.get(b);if(c){var d=Eg(b.attr("class")),e="",f="";r(c,function(a,b){a!==!!d[b]&&(a?e+=(e.length?" ":"")+b:f+=(f.length?" ":"")+b)});r(b,function(a){e&&Eb(a,e);f&&Db(a,f)});a.delete(b)}});b.length=0}return{enabled:E,on:E,off:E,pin:E,push:function(g, -k,h,l){l&&l();h=h||{};h.from&&g.css(h.from);h.to&&g.css(h.to);if(h.addClass||h.removeClass)if(k=h.addClass,l=h.removeClass,h=a.get(g)||{},k=e(h,k,!0),l=e(h,l,!1),k||l)a.set(g,h),b.push(g),1===b.length&&c.$$postDigest(f);g=new d;g.complete();return g}}}]},Cf=["$provide",function(a){var b=this,d=null,c=null;this.$$registeredAnimations=Object.create(null);this.register=function(c,d){if(c&&"."!==c.charAt(0))throw ne("notcsel",c);var g=c+"-animation";b.$$registeredAnimations[c.substr(1)]=g;a.factory(g, -d)};this.customFilter=function(a){1===arguments.length&&(c=B(a)?a:null);return c};this.classNameFilter=function(a){if(1===arguments.length&&(d=a instanceof RegExp?a:null)&&/[(\s|\/)]ng-animate[(\s|\/)]/.test(d.toString()))throw d=null,ne("nongcls","ng-animate");return d};this.$get=["$$animateQueue",function(a){function b(a,c,d){if(d){var e;a:{for(e=0;e<d.length;e++){var f=d[e];if(1===f.nodeType){e=f;break a}}e=void 0}!e||e.parentNode||e.previousElementSibling||(d=null)}d?d.after(a):c.prepend(a)}return{on:a.on, -off:a.off,pin:a.pin,enabled:a.enabled,cancel:function(a){a.cancel&&a.cancel()},enter:function(c,d,h,l){d=d&&x(d);h=h&&x(h);d=d||h.parent();b(c,d,h);return a.push(c,"enter",ra(l))},move:function(c,d,h,l){d=d&&x(d);h=h&&x(h);d=d||h.parent();b(c,d,h);return a.push(c,"move",ra(l))},leave:function(b,c){return a.push(b,"leave",ra(c),function(){b.remove()})},addClass:function(b,c,d){d=ra(d);d.addClass=ib(d.addclass,c);return a.push(b,"addClass",d)},removeClass:function(b,c,d){d=ra(d);d.removeClass=ib(d.removeClass, -c);return a.push(b,"removeClass",d)},setClass:function(b,c,d,f){f=ra(f);f.addClass=ib(f.addClass,c);f.removeClass=ib(f.removeClass,d);return a.push(b,"setClass",f)},animate:function(b,c,d,f,m){m=ra(m);m.from=m.from?S(m.from,c):c;m.to=m.to?S(m.to,d):d;m.tempClasses=ib(m.tempClasses,f||"ng-inline-animate");return a.push(b,"animate",m)}}}]}],Hf=function(){this.$get=["$$rAF",function(a){function b(b){d.push(b);1<d.length||a(function(){for(var a=0;a<d.length;a++)d[a]();d=[]})}var d=[];return function(){var a= -!1;b(function(){a=!0});return function(d){a?d():b(d)}}}]},Gf=function(){this.$get=["$q","$sniffer","$$animateAsyncRun","$$isDocumentHidden","$timeout",function(a,b,d,c,e){function f(a){this.setHost(a);var b=d();this._doneCallbacks=[];this._tick=function(a){c()?e(a,0,!1):b(a)};this._state=0}f.chain=function(a,b){function c(){if(d===a.length)b(!0);else a[d](function(a){!1===a?b(!1):(d++,c())})}var d=0;c()};f.all=function(a,b){function c(f){e=e&&f;++d===a.length&&b(e)}var d=0,e=!0;r(a,function(a){a.done(c)})}; -f.prototype={setHost:function(a){this.host=a||{}},done:function(a){2===this._state?a():this._doneCallbacks.push(a)},progress:E,getPromise:function(){if(!this.promise){var b=this;this.promise=a(function(a,c){b.done(function(b){!1===b?c():a()})})}return this.promise},then:function(a,b){return this.getPromise().then(a,b)},"catch":function(a){return this.getPromise()["catch"](a)},"finally":function(a){return this.getPromise()["finally"](a)},pause:function(){this.host.pause&&this.host.pause()},resume:function(){this.host.resume&& -this.host.resume()},end:function(){this.host.end&&this.host.end();this._resolve(!0)},cancel:function(){this.host.cancel&&this.host.cancel();this._resolve(!1)},complete:function(a){var b=this;0===b._state&&(b._state=1,b._tick(function(){b._resolve(a)}))},_resolve:function(a){2!==this._state&&(r(this._doneCallbacks,function(b){b(a)}),this._doneCallbacks.length=0,this._state=2)}};return f}]},Df=function(){this.$get=["$$rAF","$q","$$AnimateRunner",function(a,b,d){return function(b,e){function f(){a(function(){g.addClass&& -(b.addClass(g.addClass),g.addClass=null);g.removeClass&&(b.removeClass(g.removeClass),g.removeClass=null);g.to&&(b.css(g.to),g.to=null);k||h.complete();k=!0});return h}var g=e||{};g.$$prepared||(g=Ia(g));g.cleanupStyles&&(g.from=g.to=null);g.from&&(b.css(g.from),g.from=null);var k,h=new d;return{start:f,end:f}}}]},$=F("$compile"),uc=new function(){};Zc.$inject=["$provide","$$sanitizeUriProvider"];Kb.prototype.isFirstChange=function(){return this.previousValue===uc};var rd=/^((?:x|data)[:\-_])/i,Jg= -/[:\-_]+(.)/g,xd=F("$controller"),wd=/^(\S+)(\s+as\s+([\w$]+))?$/,Of=function(){this.$get=["$document",function(a){return function(b){b?!b.nodeType&&b instanceof x&&(b=b[0]):b=a[0].body;return b.offsetWidth+1}}]},yd="application/json",xc={"Content-Type":yd+";charset=utf-8"},Mg=/^\[|^\{(?!\{)/,Ng={"[":/]$/,"{":/}$/},Lg=/^\)]\}',?\n/,Lb=F("$http"),Ma=ca.$interpolateMinErr=F("$interpolate");Ma.throwNoconcat=function(a){throw Ma("noconcat",a);};Ma.interr=function(a,b){return Ma("interr",a,b.toString())}; -var Qg=F("$interval"),Xf=function(){this.$get=function(){function a(a){var b=function(a){b.data=a;b.called=!0};b.id=a;return b}var b=ca.callbacks,d={};return{createCallback:function(c){c="_"+(b.$$counter++).toString(36);var e="angular.callbacks."+c,f=a(c);d[e]=b[c]=f;return e},wasCalled:function(a){return d[a].called},getResponse:function(a){return d[a].data},removeCallback:function(a){delete b[d[a].id];delete d[a]}}}},uh=/^([^?#]*)(\?([^#]*))?(#(.*))?$/,Rg={http:80,https:443,ftp:21},kb=F("$location"), -Sg=/^\s*[\\/]{2,}/,vh={$$absUrl:"",$$html5:!1,$$replace:!1,$$compose:function(){for(var a=this.$$path,b=this.$$hash,d=Ce(this.$$search),b=b?"#"+ic(b):"",a=a.split("/"),c=a.length;c--;)a[c]=ic(a[c].replace(/%2F/g,"/"));this.$$url=a.join("/")+(d?"?"+d:"")+b;this.$$absUrl=this.$$normalizeUrl(this.$$url);this.$$urlUpdatedByLocation=!0},absUrl:Mb("$$absUrl"),url:function(a){if(A(a))return this.$$url;var b=uh.exec(a);(b[1]||""===a)&&this.path(decodeURIComponent(b[1]));(b[2]||b[1]||""===a)&&this.search(b[3]|| -"");this.hash(b[5]||"");return this},protocol:Mb("$$protocol"),host:Mb("$$host"),port:Mb("$$port"),path:Fd("$$path",function(a){a=null!==a?a.toString():"";return"/"===a.charAt(0)?a:"/"+a}),search:function(a,b){switch(arguments.length){case 0:return this.$$search;case 1:if(C(a)||X(a))a=a.toString(),this.$$search=hc(a);else if(D(a))a=Ia(a,{}),r(a,function(b,c){null==b&&delete a[c]}),this.$$search=a;else throw kb("isrcharg");break;default:A(b)||null===b?delete this.$$search[a]:this.$$search[a]=b}this.$$compose(); -return this},hash:Fd("$$hash",function(a){return null!==a?a.toString():""}),replace:function(){this.$$replace=!0;return this}};r([Ed,Ac,zc],function(a){a.prototype=Object.create(vh);a.prototype.state=function(b){if(!arguments.length)return this.$$state;if(a!==zc||!this.$$html5)throw kb("nostate");this.$$state=A(b)?null:b;this.$$urlUpdatedByLocation=!0;return this}});var Ya=F("$parse"),Wg={}.constructor.prototype.valueOf,Vb=T();r("+ - * / % === !== == != < > <= >= && || ! = |".split(" "),function(a){Vb[a]= -!0});var wh={n:"\n",f:"\f",r:"\r",t:"\t",v:"\v","'":"'",'"':'"'},Ob=function(a){this.options=a};Ob.prototype={constructor:Ob,lex:function(a){this.text=a;this.index=0;for(this.tokens=[];this.index<this.text.length;)if(a=this.text.charAt(this.index),'"'===a||"'"===a)this.readString(a);else if(this.isNumber(a)||"."===a&&this.isNumber(this.peek()))this.readNumber();else if(this.isIdentifierStart(this.peekMultichar()))this.readIdent();else if(this.is(a,"(){}[].,;:?"))this.tokens.push({index:this.index, -text:a}),this.index++;else if(this.isWhitespace(a))this.index++;else{var b=a+this.peek(),d=b+this.peek(2),c=Vb[b],e=Vb[d];Vb[a]||c||e?(a=e?d:c?b:a,this.tokens.push({index:this.index,text:a,operator:!0}),this.index+=a.length):this.throwError("Unexpected next character ",this.index,this.index+1)}return this.tokens},is:function(a,b){return-1!==b.indexOf(a)},peek:function(a){a=a||1;return this.index+a<this.text.length?this.text.charAt(this.index+a):!1},isNumber:function(a){return"0"<=a&&"9">=a&&"string"=== -typeof a},isWhitespace:function(a){return" "===a||"\r"===a||"\t"===a||"\n"===a||"\v"===a||"\u00a0"===a},isIdentifierStart:function(a){return this.options.isIdentifierStart?this.options.isIdentifierStart(a,this.codePointAt(a)):this.isValidIdentifierStart(a)},isValidIdentifierStart:function(a){return"a"<=a&&"z">=a||"A"<=a&&"Z">=a||"_"===a||"$"===a},isIdentifierContinue:function(a){return this.options.isIdentifierContinue?this.options.isIdentifierContinue(a,this.codePointAt(a)):this.isValidIdentifierContinue(a)}, -isValidIdentifierContinue:function(a,b){return this.isValidIdentifierStart(a,b)||this.isNumber(a)},codePointAt:function(a){return 1===a.length?a.charCodeAt(0):(a.charCodeAt(0)<<10)+a.charCodeAt(1)-56613888},peekMultichar:function(){var a=this.text.charAt(this.index),b=this.peek();if(!b)return a;var d=a.charCodeAt(0),c=b.charCodeAt(0);return 55296<=d&&56319>=d&&56320<=c&&57343>=c?a+b:a},isExpOperator:function(a){return"-"===a||"+"===a||this.isNumber(a)},throwError:function(a,b,d){d=d||this.index;b= -w(b)?"s "+b+"-"+this.index+" ["+this.text.substring(b,d)+"]":" "+d;throw Ya("lexerr",a,b,this.text);},readNumber:function(){for(var a="",b=this.index;this.index<this.text.length;){var d=K(this.text.charAt(this.index));if("."===d||this.isNumber(d))a+=d;else{var c=this.peek();if("e"===d&&this.isExpOperator(c))a+=d;else if(this.isExpOperator(d)&&c&&this.isNumber(c)&&"e"===a.charAt(a.length-1))a+=d;else if(!this.isExpOperator(d)||c&&this.isNumber(c)||"e"!==a.charAt(a.length-1))break;else this.throwError("Invalid exponent")}this.index++}this.tokens.push({index:b, -text:a,constant:!0,value:Number(a)})},readIdent:function(){var a=this.index;for(this.index+=this.peekMultichar().length;this.index<this.text.length;){var b=this.peekMultichar();if(!this.isIdentifierContinue(b))break;this.index+=b.length}this.tokens.push({index:a,text:this.text.slice(a,this.index),identifier:!0})},readString:function(a){var b=this.index;this.index++;for(var d="",c=a,e=!1;this.index<this.text.length;){var f=this.text.charAt(this.index),c=c+f;if(e)"u"===f?(e=this.text.substring(this.index+ -1,this.index+5),e.match(/[\da-f]{4}/i)||this.throwError("Invalid unicode escape [\\u"+e+"]"),this.index+=4,d+=String.fromCharCode(parseInt(e,16))):d+=wh[f]||f,e=!1;else if("\\"===f)e=!0;else{if(f===a){this.index++;this.tokens.push({index:b,text:c,constant:!0,value:d});return}d+=f}this.index++}this.throwError("Unterminated quote",b)}};var q=function(a,b){this.lexer=a;this.options=b};q.Program="Program";q.ExpressionStatement="ExpressionStatement";q.AssignmentExpression="AssignmentExpression";q.ConditionalExpression= -"ConditionalExpression";q.LogicalExpression="LogicalExpression";q.BinaryExpression="BinaryExpression";q.UnaryExpression="UnaryExpression";q.CallExpression="CallExpression";q.MemberExpression="MemberExpression";q.Identifier="Identifier";q.Literal="Literal";q.ArrayExpression="ArrayExpression";q.Property="Property";q.ObjectExpression="ObjectExpression";q.ThisExpression="ThisExpression";q.LocalsExpression="LocalsExpression";q.NGValueParameter="NGValueParameter";q.prototype={ast:function(a){this.text= -a;this.tokens=this.lexer.lex(a);a=this.program();0!==this.tokens.length&&this.throwError("is an unexpected token",this.tokens[0]);return a},program:function(){for(var a=[];;)if(0<this.tokens.length&&!this.peek("}",")",";","]")&&a.push(this.expressionStatement()),!this.expect(";"))return{type:q.Program,body:a}},expressionStatement:function(){return{type:q.ExpressionStatement,expression:this.filterChain()}},filterChain:function(){for(var a=this.expression();this.expect("|");)a=this.filter(a);return a}, -expression:function(){return this.assignment()},assignment:function(){var a=this.ternary();if(this.expect("=")){if(!Jd(a))throw Ya("lval");a={type:q.AssignmentExpression,left:a,right:this.assignment(),operator:"="}}return a},ternary:function(){var a=this.logicalOR(),b,d;return this.expect("?")&&(b=this.expression(),this.consume(":"))?(d=this.expression(),{type:q.ConditionalExpression,test:a,alternate:b,consequent:d}):a},logicalOR:function(){for(var a=this.logicalAND();this.expect("||");)a={type:q.LogicalExpression, -operator:"||",left:a,right:this.logicalAND()};return a},logicalAND:function(){for(var a=this.equality();this.expect("&&");)a={type:q.LogicalExpression,operator:"&&",left:a,right:this.equality()};return a},equality:function(){for(var a=this.relational(),b;b=this.expect("==","!=","===","!==");)a={type:q.BinaryExpression,operator:b.text,left:a,right:this.relational()};return a},relational:function(){for(var a=this.additive(),b;b=this.expect("<",">","<=",">=");)a={type:q.BinaryExpression,operator:b.text, -left:a,right:this.additive()};return a},additive:function(){for(var a=this.multiplicative(),b;b=this.expect("+","-");)a={type:q.BinaryExpression,operator:b.text,left:a,right:this.multiplicative()};return a},multiplicative:function(){for(var a=this.unary(),b;b=this.expect("*","/","%");)a={type:q.BinaryExpression,operator:b.text,left:a,right:this.unary()};return a},unary:function(){var a;return(a=this.expect("+","-","!"))?{type:q.UnaryExpression,operator:a.text,prefix:!0,argument:this.unary()}:this.primary()}, -primary:function(){var a;this.expect("(")?(a=this.filterChain(),this.consume(")")):this.expect("[")?a=this.arrayDeclaration():this.expect("{")?a=this.object():this.selfReferential.hasOwnProperty(this.peek().text)?a=Ia(this.selfReferential[this.consume().text]):this.options.literals.hasOwnProperty(this.peek().text)?a={type:q.Literal,value:this.options.literals[this.consume().text]}:this.peek().identifier?a=this.identifier():this.peek().constant?a=this.constant():this.throwError("not a primary expression", -this.peek());for(var b;b=this.expect("(","[",".");)"("===b.text?(a={type:q.CallExpression,callee:a,arguments:this.parseArguments()},this.consume(")")):"["===b.text?(a={type:q.MemberExpression,object:a,property:this.expression(),computed:!0},this.consume("]")):"."===b.text?a={type:q.MemberExpression,object:a,property:this.identifier(),computed:!1}:this.throwError("IMPOSSIBLE");return a},filter:function(a){a=[a];for(var b={type:q.CallExpression,callee:this.identifier(),arguments:a,filter:!0};this.expect(":");)a.push(this.expression()); -return b},parseArguments:function(){var a=[];if(")"!==this.peekToken().text){do a.push(this.filterChain());while(this.expect(","))}return a},identifier:function(){var a=this.consume();a.identifier||this.throwError("is not a valid identifier",a);return{type:q.Identifier,name:a.text}},constant:function(){return{type:q.Literal,value:this.consume().value}},arrayDeclaration:function(){var a=[];if("]"!==this.peekToken().text){do{if(this.peek("]"))break;a.push(this.expression())}while(this.expect(","))}this.consume("]"); -return{type:q.ArrayExpression,elements:a}},object:function(){var a=[],b;if("}"!==this.peekToken().text){do{if(this.peek("}"))break;b={type:q.Property,kind:"init"};this.peek().constant?(b.key=this.constant(),b.computed=!1,this.consume(":"),b.value=this.expression()):this.peek().identifier?(b.key=this.identifier(),b.computed=!1,this.peek(":")?(this.consume(":"),b.value=this.expression()):b.value=b.key):this.peek("[")?(this.consume("["),b.key=this.expression(),this.consume("]"),b.computed=!0,this.consume(":"), -b.value=this.expression()):this.throwError("invalid key",this.peek());a.push(b)}while(this.expect(","))}this.consume("}");return{type:q.ObjectExpression,properties:a}},throwError:function(a,b){throw Ya("syntax",b.text,a,b.index+1,this.text,this.text.substring(b.index));},consume:function(a){if(0===this.tokens.length)throw Ya("ueoe",this.text);var b=this.expect(a);b||this.throwError("is unexpected, expecting ["+a+"]",this.peek());return b},peekToken:function(){if(0===this.tokens.length)throw Ya("ueoe", -this.text);return this.tokens[0]},peek:function(a,b,d,c){return this.peekAhead(0,a,b,d,c)},peekAhead:function(a,b,d,c,e){if(this.tokens.length>a){a=this.tokens[a];var f=a.text;if(f===b||f===d||f===c||f===e||!(b||d||c||e))return a}return!1},expect:function(a,b,d,c){return(a=this.peek(a,b,d,c))?(this.tokens.shift(),a):!1},selfReferential:{"this":{type:q.ThisExpression},$locals:{type:q.LocalsExpression}}};var Hd=2;Ld.prototype={compile:function(a){var b=this;this.state={nextId:0,filters:{},fn:{vars:[], -body:[],own:{}},assign:{vars:[],body:[],own:{}},inputs:[]};Z(a,b.$filter);var d="",c;this.stage="assign";if(c=Kd(a))this.state.computing="assign",d=this.nextId(),this.recurse(c,d),this.return_(d),d="fn.assign="+this.generateFunction("assign","s,v,l");c=Id(a.body);b.stage="inputs";r(c,function(a,c){var d="fn"+c;b.state[d]={vars:[],body:[],own:{}};b.state.computing=d;var k=b.nextId();b.recurse(a,k);b.return_(k);b.state.inputs.push({name:d,isPure:a.isPure});a.watchId=c});this.state.computing="fn";this.stage= -"main";this.recurse(a);a='"'+this.USE+" "+this.STRICT+'";\n'+this.filterPrefix()+"var fn="+this.generateFunction("fn","s,l,a,i")+d+this.watchFns()+"return fn;";a=(new Function("$filter","getStringValue","ifDefined","plus",a))(this.$filter,Tg,Ug,Gd);this.state=this.stage=void 0;return a},USE:"use",STRICT:"strict",watchFns:function(){var a=[],b=this.state.inputs,d=this;r(b,function(b){a.push("var "+b.name+"="+d.generateFunction(b.name,"s"));b.isPure&&a.push(b.name,".isPure="+JSON.stringify(b.isPure)+ -";")});b.length&&a.push("fn.inputs=["+b.map(function(a){return a.name}).join(",")+"];");return a.join("")},generateFunction:function(a,b){return"function("+b+"){"+this.varsPrefix(a)+this.body(a)+"};"},filterPrefix:function(){var a=[],b=this;r(this.state.filters,function(d,c){a.push(d+"=$filter("+b.escape(c)+")")});return a.length?"var "+a.join(",")+";":""},varsPrefix:function(a){return this.state[a].vars.length?"var "+this.state[a].vars.join(",")+";":""},body:function(a){return this.state[a].body.join("")}, -recurse:function(a,b,d,c,e,f){var g,k,h=this,l,m,p;c=c||E;if(!f&&w(a.watchId))b=b||this.nextId(),this.if_("i",this.lazyAssign(b,this.computedMember("i",a.watchId)),this.lazyRecurse(a,b,d,c,e,!0));else switch(a.type){case q.Program:r(a.body,function(b,c){h.recurse(b.expression,void 0,void 0,function(a){k=a});c!==a.body.length-1?h.current().body.push(k,";"):h.return_(k)});break;case q.Literal:m=this.escape(a.value);this.assign(b,m);c(b||m);break;case q.UnaryExpression:this.recurse(a.argument,void 0, -void 0,function(a){k=a});m=a.operator+"("+this.ifDefined(k,0)+")";this.assign(b,m);c(m);break;case q.BinaryExpression:this.recurse(a.left,void 0,void 0,function(a){g=a});this.recurse(a.right,void 0,void 0,function(a){k=a});m="+"===a.operator?this.plus(g,k):"-"===a.operator?this.ifDefined(g,0)+a.operator+this.ifDefined(k,0):"("+g+")"+a.operator+"("+k+")";this.assign(b,m);c(m);break;case q.LogicalExpression:b=b||this.nextId();h.recurse(a.left,b);h.if_("&&"===a.operator?b:h.not(b),h.lazyRecurse(a.right, -b));c(b);break;case q.ConditionalExpression:b=b||this.nextId();h.recurse(a.test,b);h.if_(b,h.lazyRecurse(a.alternate,b),h.lazyRecurse(a.consequent,b));c(b);break;case q.Identifier:b=b||this.nextId();d&&(d.context="inputs"===h.stage?"s":this.assign(this.nextId(),this.getHasOwnProperty("l",a.name)+"?l:s"),d.computed=!1,d.name=a.name);h.if_("inputs"===h.stage||h.not(h.getHasOwnProperty("l",a.name)),function(){h.if_("inputs"===h.stage||"s",function(){e&&1!==e&&h.if_(h.isNull(h.nonComputedMember("s",a.name)), -h.lazyAssign(h.nonComputedMember("s",a.name),"{}"));h.assign(b,h.nonComputedMember("s",a.name))})},b&&h.lazyAssign(b,h.nonComputedMember("l",a.name)));c(b);break;case q.MemberExpression:g=d&&(d.context=this.nextId())||this.nextId();b=b||this.nextId();h.recurse(a.object,g,void 0,function(){h.if_(h.notNull(g),function(){a.computed?(k=h.nextId(),h.recurse(a.property,k),h.getStringValue(k),e&&1!==e&&h.if_(h.not(h.computedMember(g,k)),h.lazyAssign(h.computedMember(g,k),"{}")),m=h.computedMember(g,k),h.assign(b, -m),d&&(d.computed=!0,d.name=k)):(e&&1!==e&&h.if_(h.isNull(h.nonComputedMember(g,a.property.name)),h.lazyAssign(h.nonComputedMember(g,a.property.name),"{}")),m=h.nonComputedMember(g,a.property.name),h.assign(b,m),d&&(d.computed=!1,d.name=a.property.name))},function(){h.assign(b,"undefined")});c(b)},!!e);break;case q.CallExpression:b=b||this.nextId();a.filter?(k=h.filter(a.callee.name),l=[],r(a.arguments,function(a){var b=h.nextId();h.recurse(a,b);l.push(b)}),m=k+"("+l.join(",")+")",h.assign(b,m),c(b)): -(k=h.nextId(),g={},l=[],h.recurse(a.callee,k,g,function(){h.if_(h.notNull(k),function(){r(a.arguments,function(b){h.recurse(b,a.constant?void 0:h.nextId(),void 0,function(a){l.push(a)})});m=g.name?h.member(g.context,g.name,g.computed)+"("+l.join(",")+")":k+"("+l.join(",")+")";h.assign(b,m)},function(){h.assign(b,"undefined")});c(b)}));break;case q.AssignmentExpression:k=this.nextId();g={};this.recurse(a.left,void 0,g,function(){h.if_(h.notNull(g.context),function(){h.recurse(a.right,k);m=h.member(g.context, -g.name,g.computed)+a.operator+k;h.assign(b,m);c(b||m)})},1);break;case q.ArrayExpression:l=[];r(a.elements,function(b){h.recurse(b,a.constant?void 0:h.nextId(),void 0,function(a){l.push(a)})});m="["+l.join(",")+"]";this.assign(b,m);c(b||m);break;case q.ObjectExpression:l=[];p=!1;r(a.properties,function(a){a.computed&&(p=!0)});p?(b=b||this.nextId(),this.assign(b,"{}"),r(a.properties,function(a){a.computed?(g=h.nextId(),h.recurse(a.key,g)):g=a.key.type===q.Identifier?a.key.name:""+a.key.value;k=h.nextId(); -h.recurse(a.value,k);h.assign(h.member(b,g,a.computed),k)})):(r(a.properties,function(b){h.recurse(b.value,a.constant?void 0:h.nextId(),void 0,function(a){l.push(h.escape(b.key.type===q.Identifier?b.key.name:""+b.key.value)+":"+a)})}),m="{"+l.join(",")+"}",this.assign(b,m));c(b||m);break;case q.ThisExpression:this.assign(b,"s");c(b||"s");break;case q.LocalsExpression:this.assign(b,"l");c(b||"l");break;case q.NGValueParameter:this.assign(b,"v"),c(b||"v")}},getHasOwnProperty:function(a,b){var d=a+"."+ -b,c=this.current().own;c.hasOwnProperty(d)||(c[d]=this.nextId(!1,a+"&&("+this.escape(b)+" in "+a+")"));return c[d]},assign:function(a,b){if(a)return this.current().body.push(a,"=",b,";"),a},filter:function(a){this.state.filters.hasOwnProperty(a)||(this.state.filters[a]=this.nextId(!0));return this.state.filters[a]},ifDefined:function(a,b){return"ifDefined("+a+","+this.escape(b)+")"},plus:function(a,b){return"plus("+a+","+b+")"},return_:function(a){this.current().body.push("return ",a,";")},if_:function(a, -b,d){if(!0===a)b();else{var c=this.current().body;c.push("if(",a,"){");b();c.push("}");d&&(c.push("else{"),d(),c.push("}"))}},not:function(a){return"!("+a+")"},isNull:function(a){return a+"==null"},notNull:function(a){return a+"!=null"},nonComputedMember:function(a,b){var d=/[^$_a-zA-Z0-9]/g;return/^[$_a-zA-Z][$_a-zA-Z0-9]*$/.test(b)?a+"."+b:a+'["'+b.replace(d,this.stringEscapeFn)+'"]'},computedMember:function(a,b){return a+"["+b+"]"},member:function(a,b,d){return d?this.computedMember(a,b):this.nonComputedMember(a, -b)},getStringValue:function(a){this.assign(a,"getStringValue("+a+")")},lazyRecurse:function(a,b,d,c,e,f){var g=this;return function(){g.recurse(a,b,d,c,e,f)}},lazyAssign:function(a,b){var d=this;return function(){d.assign(a,b)}},stringEscapeRegex:/[^ a-zA-Z0-9]/g,stringEscapeFn:function(a){return"\\u"+("0000"+a.charCodeAt(0).toString(16)).slice(-4)},escape:function(a){if(C(a))return"'"+a.replace(this.stringEscapeRegex,this.stringEscapeFn)+"'";if(X(a))return a.toString();if(!0===a)return"true";if(!1=== -a)return"false";if(null===a)return"null";if("undefined"===typeof a)return"undefined";throw Ya("esc");},nextId:function(a,b){var d="v"+this.state.nextId++;a||this.current().vars.push(d+(b?"="+b:""));return d},current:function(){return this.state[this.state.computing]}};Md.prototype={compile:function(a){var b=this;Z(a,b.$filter);var d,c;if(d=Kd(a))c=this.recurse(d);d=Id(a.body);var e;d&&(e=[],r(d,function(a,c){var d=b.recurse(a);d.isPure=a.isPure;a.input=d;e.push(d);a.watchId=c}));var f=[];r(a.body, -function(a){f.push(b.recurse(a.expression))});a=0===a.body.length?E:1===a.body.length?f[0]:function(a,b){var c;r(f,function(d){c=d(a,b)});return c};c&&(a.assign=function(a,b,d){return c(a,d,b)});e&&(a.inputs=e);return a},recurse:function(a,b,d){var c,e,f=this,g;if(a.input)return this.inputs(a.input,a.watchId);switch(a.type){case q.Literal:return this.value(a.value,b);case q.UnaryExpression:return e=this.recurse(a.argument),this["unary"+a.operator](e,b);case q.BinaryExpression:return c=this.recurse(a.left), -e=this.recurse(a.right),this["binary"+a.operator](c,e,b);case q.LogicalExpression:return c=this.recurse(a.left),e=this.recurse(a.right),this["binary"+a.operator](c,e,b);case q.ConditionalExpression:return this["ternary?:"](this.recurse(a.test),this.recurse(a.alternate),this.recurse(a.consequent),b);case q.Identifier:return f.identifier(a.name,b,d);case q.MemberExpression:return c=this.recurse(a.object,!1,!!d),a.computed||(e=a.property.name),a.computed&&(e=this.recurse(a.property)),a.computed?this.computedMember(c, -e,b,d):this.nonComputedMember(c,e,b,d);case q.CallExpression:return g=[],r(a.arguments,function(a){g.push(f.recurse(a))}),a.filter&&(e=this.$filter(a.callee.name)),a.filter||(e=this.recurse(a.callee,!0)),a.filter?function(a,c,d,f){for(var p=[],n=0;n<g.length;++n)p.push(g[n](a,c,d,f));a=e.apply(void 0,p,f);return b?{context:void 0,name:void 0,value:a}:a}:function(a,c,d,f){var p=e(a,c,d,f),n;if(null!=p.value){n=[];for(var s=0;s<g.length;++s)n.push(g[s](a,c,d,f));n=p.value.apply(p.context,n)}return b? -{value:n}:n};case q.AssignmentExpression:return c=this.recurse(a.left,!0,1),e=this.recurse(a.right),function(a,d,f,g){var p=c(a,d,f,g);a=e(a,d,f,g);p.context[p.name]=a;return b?{value:a}:a};case q.ArrayExpression:return g=[],r(a.elements,function(a){g.push(f.recurse(a))}),function(a,c,d,e){for(var f=[],n=0;n<g.length;++n)f.push(g[n](a,c,d,e));return b?{value:f}:f};case q.ObjectExpression:return g=[],r(a.properties,function(a){a.computed?g.push({key:f.recurse(a.key),computed:!0,value:f.recurse(a.value)}): -g.push({key:a.key.type===q.Identifier?a.key.name:""+a.key.value,computed:!1,value:f.recurse(a.value)})}),function(a,c,d,e){for(var f={},n=0;n<g.length;++n)g[n].computed?f[g[n].key(a,c,d,e)]=g[n].value(a,c,d,e):f[g[n].key]=g[n].value(a,c,d,e);return b?{value:f}:f};case q.ThisExpression:return function(a){return b?{value:a}:a};case q.LocalsExpression:return function(a,c){return b?{value:c}:c};case q.NGValueParameter:return function(a,c,d){return b?{value:d}:d}}},"unary+":function(a,b){return function(d, -c,e,f){d=a(d,c,e,f);d=w(d)?+d:0;return b?{value:d}:d}},"unary-":function(a,b){return function(d,c,e,f){d=a(d,c,e,f);d=w(d)?-d:-0;return b?{value:d}:d}},"unary!":function(a,b){return function(d,c,e,f){d=!a(d,c,e,f);return b?{value:d}:d}},"binary+":function(a,b,d){return function(c,e,f,g){var k=a(c,e,f,g);c=b(c,e,f,g);k=Gd(k,c);return d?{value:k}:k}},"binary-":function(a,b,d){return function(c,e,f,g){var k=a(c,e,f,g);c=b(c,e,f,g);k=(w(k)?k:0)-(w(c)?c:0);return d?{value:k}:k}},"binary*":function(a,b, -d){return function(c,e,f,g){c=a(c,e,f,g)*b(c,e,f,g);return d?{value:c}:c}},"binary/":function(a,b,d){return function(c,e,f,g){c=a(c,e,f,g)/b(c,e,f,g);return d?{value:c}:c}},"binary%":function(a,b,d){return function(c,e,f,g){c=a(c,e,f,g)%b(c,e,f,g);return d?{value:c}:c}},"binary===":function(a,b,d){return function(c,e,f,g){c=a(c,e,f,g)===b(c,e,f,g);return d?{value:c}:c}},"binary!==":function(a,b,d){return function(c,e,f,g){c=a(c,e,f,g)!==b(c,e,f,g);return d?{value:c}:c}},"binary==":function(a,b,d){return function(c, -e,f,g){c=a(c,e,f,g)==b(c,e,f,g);return d?{value:c}:c}},"binary!=":function(a,b,d){return function(c,e,f,g){c=a(c,e,f,g)!=b(c,e,f,g);return d?{value:c}:c}},"binary<":function(a,b,d){return function(c,e,f,g){c=a(c,e,f,g)<b(c,e,f,g);return d?{value:c}:c}},"binary>":function(a,b,d){return function(c,e,f,g){c=a(c,e,f,g)>b(c,e,f,g);return d?{value:c}:c}},"binary<=":function(a,b,d){return function(c,e,f,g){c=a(c,e,f,g)<=b(c,e,f,g);return d?{value:c}:c}},"binary>=":function(a,b,d){return function(c,e,f,g){c= -a(c,e,f,g)>=b(c,e,f,g);return d?{value:c}:c}},"binary&&":function(a,b,d){return function(c,e,f,g){c=a(c,e,f,g)&&b(c,e,f,g);return d?{value:c}:c}},"binary||":function(a,b,d){return function(c,e,f,g){c=a(c,e,f,g)||b(c,e,f,g);return d?{value:c}:c}},"ternary?:":function(a,b,d,c){return function(e,f,g,k){e=a(e,f,g,k)?b(e,f,g,k):d(e,f,g,k);return c?{value:e}:e}},value:function(a,b){return function(){return b?{context:void 0,name:void 0,value:a}:a}},identifier:function(a,b,d){return function(c,e,f,g){c= -e&&a in e?e:c;d&&1!==d&&c&&null==c[a]&&(c[a]={});e=c?c[a]:void 0;return b?{context:c,name:a,value:e}:e}},computedMember:function(a,b,d,c){return function(e,f,g,k){var h=a(e,f,g,k),l,m;null!=h&&(l=b(e,f,g,k),l+="",c&&1!==c&&h&&!h[l]&&(h[l]={}),m=h[l]);return d?{context:h,name:l,value:m}:m}},nonComputedMember:function(a,b,d,c){return function(e,f,g,k){e=a(e,f,g,k);c&&1!==c&&e&&null==e[b]&&(e[b]={});f=null!=e?e[b]:void 0;return d?{context:e,name:b,value:f}:f}},inputs:function(a,b){return function(d, -c,e,f){return f?f[b]:a(d,c,e)}}};Nb.prototype={constructor:Nb,parse:function(a){a=this.getAst(a);var b=this.astCompiler.compile(a.ast),d=a.ast;b.literal=0===d.body.length||1===d.body.length&&(d.body[0].expression.type===q.Literal||d.body[0].expression.type===q.ArrayExpression||d.body[0].expression.type===q.ObjectExpression);b.constant=a.ast.constant;b.oneTime=a.oneTime;return b},getAst:function(a){var b=!1;a=a.trim();":"===a.charAt(0)&&":"===a.charAt(1)&&(b=!0,a=a.substring(2));return{ast:this.ast.ast(a), -oneTime:b}}};var Ea=F("$sce"),W={HTML:"html",CSS:"css",MEDIA_URL:"mediaUrl",URL:"url",RESOURCE_URL:"resourceUrl",JS:"js"},Dc=/_([a-z])/g,Zg=F("$templateRequest"),$g=F("$timeout"),aa=z.document.createElement("a"),Qd=ga(z.location.href),Na;aa.href="http://[::1]";var ah="[::1]"===aa.hostname;Rd.$inject=["$document"];fd.$inject=["$provide"];var Yd=22,Xd=".",Fc="0";Sd.$inject=["$locale"];Ud.$inject=["$locale"];var lh={yyyy:ea("FullYear",4,0,!1,!0),yy:ea("FullYear",2,0,!0,!0),y:ea("FullYear",1,0,!1,!0), -MMMM:lb("Month"),MMM:lb("Month",!0),MM:ea("Month",2,1),M:ea("Month",1,1),LLLL:lb("Month",!1,!0),dd:ea("Date",2),d:ea("Date",1),HH:ea("Hours",2),H:ea("Hours",1),hh:ea("Hours",2,-12),h:ea("Hours",1,-12),mm:ea("Minutes",2),m:ea("Minutes",1),ss:ea("Seconds",2),s:ea("Seconds",1),sss:ea("Milliseconds",3),EEEE:lb("Day"),EEE:lb("Day",!0),a:function(a,b){return 12>a.getHours()?b.AMPMS[0]:b.AMPMS[1]},Z:function(a,b,d){a=-1*d;return a=(0<=a?"+":"")+(Pb(Math[0<a?"floor":"ceil"](a/60),2)+Pb(Math.abs(a%60),2))}, -ww:$d(2),w:$d(1),G:Gc,GG:Gc,GGG:Gc,GGGG:function(a,b){return 0>=a.getFullYear()?b.ERANAMES[0]:b.ERANAMES[1]}},kh=/((?:[^yMLdHhmsaZEwG']+)|(?:'(?:[^']|'')*')|(?:E+|y+|M+|L+|d+|H+|h+|m+|s+|a|Z|G+|w+))([\s\S]*)/,jh=/^-?\d+$/;Td.$inject=["$locale"];var eh=ia(K),fh=ia(vb);Vd.$inject=["$parse"];var Re=ia({restrict:"E",compile:function(a,b){if(!b.href&&!b.xlinkHref)return function(a,b){if("a"===b[0].nodeName.toLowerCase()){var e="[object SVGAnimatedString]"===la.call(b.prop("href"))?"xlink:href":"href"; -b.on("click",function(a){b.attr(e)||a.preventDefault()})}}}}),wb={};r(Hb,function(a,b){function d(a,d,e){a.$watch(e[c],function(a){e.$set(b,!!a)})}if("multiple"!==a){var c=xa("ng-"+b),e=d;"checked"===a&&(e=function(a,b,e){e.ngModel!==e[c]&&d(a,b,e)});wb[c]=function(){return{restrict:"A",priority:100,link:e}}}});r(vd,function(a,b){wb[b]=function(){return{priority:100,link:function(a,c,e){if("ngPattern"===b&&"/"===e.ngPattern.charAt(0)&&(c=e.ngPattern.match(ke))){e.$set("ngPattern",new RegExp(c[1], -c[2]));return}a.$watch(e[b],function(a){e.$set(b,a)})}}}});r(["src","srcset","href"],function(a){var b=xa("ng-"+a);wb[b]=["$sce",function(d){return{priority:99,link:function(c,e,f){var g=a,k=a;"href"===a&&"[object SVGAnimatedString]"===la.call(e.prop("href"))&&(k="xlinkHref",f.$attr[k]="xlink:href",g=null);f.$set(b,d.getTrustedMediaUrl(f[b]));f.$observe(b,function(b){b?(f.$set(k,b),wa&&g&&e.prop(g,f[k])):"href"===a&&f.$set(k,null)})}}}]});var mb={$addControl:E,$getControls:ia([]),$$renameControl:function(a, -b){a.$name=b},$removeControl:E,$setValidity:E,$setDirty:E,$setPristine:E,$setSubmitted:E,$$setSubmitted:E};Qb.$inject=["$element","$attrs","$scope","$animate","$interpolate"];Qb.prototype={$rollbackViewValue:function(){r(this.$$controls,function(a){a.$rollbackViewValue()})},$commitViewValue:function(){r(this.$$controls,function(a){a.$commitViewValue()})},$addControl:function(a){Ja(a.$name,"input");this.$$controls.push(a);a.$name&&(this[a.$name]=a);a.$$parentForm=this},$getControls:function(){return ja(this.$$controls)}, -$$renameControl:function(a,b){var d=a.$name;this[d]===a&&delete this[d];this[b]=a;a.$name=b},$removeControl:function(a){a.$name&&this[a.$name]===a&&delete this[a.$name];r(this.$pending,function(b,d){this.$setValidity(d,null,a)},this);r(this.$error,function(b,d){this.$setValidity(d,null,a)},this);r(this.$$success,function(b,d){this.$setValidity(d,null,a)},this);cb(this.$$controls,a);a.$$parentForm=mb},$setDirty:function(){this.$$animate.removeClass(this.$$element,Za);this.$$animate.addClass(this.$$element, -Wb);this.$dirty=!0;this.$pristine=!1;this.$$parentForm.$setDirty()},$setPristine:function(){this.$$animate.setClass(this.$$element,Za,Wb+" ng-submitted");this.$dirty=!1;this.$pristine=!0;this.$submitted=!1;r(this.$$controls,function(a){a.$setPristine()})},$setUntouched:function(){r(this.$$controls,function(a){a.$setUntouched()})},$setSubmitted:function(){for(var a=this;a.$$parentForm&&a.$$parentForm!==mb;)a=a.$$parentForm;a.$$setSubmitted()},$$setSubmitted:function(){this.$$animate.addClass(this.$$element, -"ng-submitted");this.$submitted=!0;r(this.$$controls,function(a){a.$$setSubmitted&&a.$$setSubmitted()})}};ce({clazz:Qb,set:function(a,b,d){var c=a[b];c?-1===c.indexOf(d)&&c.push(d):a[b]=[d]},unset:function(a,b,d){var c=a[b];c&&(cb(c,d),0===c.length&&delete a[b])}});var oe=function(a){return["$timeout","$parse",function(b,d){function c(a){return""===a?d('this[""]').assign:d(a).assign||E}return{name:"form",restrict:a?"EAC":"E",require:["form","^^?form"],controller:Qb,compile:function(d,f){d.addClass(Za).addClass(nb); -var g=f.name?"name":a&&f.ngForm?"ngForm":!1;return{pre:function(a,d,e,f){var p=f[0];if(!("action"in e)){var n=function(b){a.$apply(function(){p.$commitViewValue();p.$setSubmitted()});b.preventDefault()};d[0].addEventListener("submit",n);d.on("$destroy",function(){b(function(){d[0].removeEventListener("submit",n)},0,!1)})}(f[1]||p.$$parentForm).$addControl(p);var s=g?c(p.$name):E;g&&(s(a,p),e.$observe(g,function(b){p.$name!==b&&(s(a,void 0),p.$$parentForm.$$renameControl(p,b),s=c(p.$name),s(a,p))})); -d.on("$destroy",function(){p.$$parentForm.$removeControl(p);s(a,void 0);S(p,mb)})}}}}}]},Se=oe(),df=oe(!0),mh=/^\d{4,}-[01]\d-[0-3]\dT[0-2]\d:[0-5]\d:[0-5]\d\.\d+(?:[+-][0-2]\d:[0-5]\d|Z)$/,xh=/^[a-z][a-z\d.+-]*:\/*(?:[^:@]+(?::[^@]+)?@)?(?:[^\s:/?#]+|\[[a-f\d:]+])(?::\d+)?(?:\/[^?#]*)?(?:\?[^#]*)?(?:#.*)?$/i,yh=/^(?=.{1,254}$)(?=.{1,64}@)[-!#$%&'*+/0-9=?A-Z^_`a-z{|}~]+(\.[-!#$%&'*+/0-9=?A-Z^_`a-z{|}~]+)*@[A-Za-z0-9]([A-Za-z0-9-]{0,61}[A-Za-z0-9])?(\.[A-Za-z0-9]([A-Za-z0-9-]{0,61}[A-Za-z0-9])?)*$/, -nh=/^\s*(-|\+)?(\d+|(\d*(\.\d*)))([eE][+-]?\d+)?\s*$/,pe=/^(\d{4,})-(\d{2})-(\d{2})$/,qe=/^(\d{4,})-(\d\d)-(\d\d)T(\d\d):(\d\d)(?::(\d\d)(\.\d{1,3})?)?$/,Oc=/^(\d{4,})-W(\d\d)$/,re=/^(\d{4,})-(\d\d)$/,se=/^(\d\d):(\d\d)(?::(\d\d)(\.\d{1,3})?)?$/,ee=T();r(["date","datetime-local","month","time","week"],function(a){ee[a]=!0});var te={text:function(a,b,d,c,e,f){Sa(a,b,d,c,e,f);Ic(c)},date:ob("date",pe,Rb(pe,["yyyy","MM","dd"]),"yyyy-MM-dd"),"datetime-local":ob("datetimelocal",qe,Rb(qe,"yyyy MM dd HH mm ss sss".split(" ")), -"yyyy-MM-ddTHH:mm:ss.sss"),time:ob("time",se,Rb(se,["HH","mm","ss","sss"]),"HH:mm:ss.sss"),week:ob("week",Oc,function(a,b){if(ha(a))return a;if(C(a)){Oc.lastIndex=0;var d=Oc.exec(a);if(d){var c=+d[1],e=+d[2],f=d=0,g=0,k=0,h=Zd(c),e=7*(e-1);b&&(d=b.getHours(),f=b.getMinutes(),g=b.getSeconds(),k=b.getMilliseconds());return new Date(c,0,h.getDate()+e,d,f,g,k)}}return NaN},"yyyy-Www"),month:ob("month",re,Rb(re,["yyyy","MM"]),"yyyy-MM"),number:function(a,b,d,c,e,f,g,k){Jc(a,b,d,c,"number");fe(c);Sa(a, -b,d,c,e,f);var h;if(w(d.min)||d.ngMin){var l=d.min||k(d.ngMin)(a);h=na(l);c.$validators.min=function(a,b){return c.$isEmpty(b)||A(h)||b>=h};d.$observe("min",function(a){a!==l&&(h=na(a),l=a,c.$validate())})}if(w(d.max)||d.ngMax){var m=d.max||k(d.ngMax)(a),p=na(m);c.$validators.max=function(a,b){return c.$isEmpty(b)||A(p)||b<=p};d.$observe("max",function(a){a!==m&&(p=na(a),m=a,c.$validate())})}if(w(d.step)||d.ngStep){var n=d.step||k(d.ngStep)(a),s=na(n);c.$validators.step=function(a,b){return c.$isEmpty(b)|| -A(s)||ge(b,h||0,s)};d.$observe("step",function(a){a!==n&&(s=na(a),n=a,c.$validate())})}},url:function(a,b,d,c,e,f){Sa(a,b,d,c,e,f);Ic(c);c.$validators.url=function(a,b){var d=a||b;return c.$isEmpty(d)||xh.test(d)}},email:function(a,b,d,c,e,f){Sa(a,b,d,c,e,f);Ic(c);c.$validators.email=function(a,b){var d=a||b;return c.$isEmpty(d)||yh.test(d)}},radio:function(a,b,d,c){var e=!d.ngTrim||"false"!==V(d.ngTrim);A(d.name)&&b.attr("name",++qb);b.on("change",function(a){var g;b[0].checked&&(g=d.value,e&&(g= -V(g)),c.$setViewValue(g,a&&a.type))});c.$render=function(){var a=d.value;e&&(a=V(a));b[0].checked=a===c.$viewValue};d.$observe("value",c.$render)},range:function(a,b,d,c,e,f){function g(a,c){b.attr(a,d[a]);var e=d[a];d.$observe(a,function(a){a!==e&&(e=a,c(a))})}function k(a){p=na(a);Y(c.$modelValue)||(m?(a=b.val(),p>a&&(a=p,b.val(a)),c.$setViewValue(a)):c.$validate())}function h(a){n=na(a);Y(c.$modelValue)||(m?(a=b.val(),n<a&&(b.val(n),a=n<p?p:n),c.$setViewValue(a)):c.$validate())}function l(a){s= -na(a);Y(c.$modelValue)||(m?c.$viewValue!==b.val()&&c.$setViewValue(b.val()):c.$validate())}Jc(a,b,d,c,"range");fe(c);Sa(a,b,d,c,e,f);var m=c.$$hasNativeValidators&&"range"===b[0].type,p=m?0:void 0,n=m?100:void 0,s=m?1:void 0,r=b[0].validity;a=w(d.min);e=w(d.max);f=w(d.step);var q=c.$render;c.$render=m&&w(r.rangeUnderflow)&&w(r.rangeOverflow)?function(){q();c.$setViewValue(b.val())}:q;a&&(p=na(d.min),c.$validators.min=m?function(){return!0}:function(a,b){return c.$isEmpty(b)||A(p)||b>=p},g("min",k)); -e&&(n=na(d.max),c.$validators.max=m?function(){return!0}:function(a,b){return c.$isEmpty(b)||A(n)||b<=n},g("max",h));f&&(s=na(d.step),c.$validators.step=m?function(){return!r.stepMismatch}:function(a,b){return c.$isEmpty(b)||A(s)||ge(b,p||0,s)},g("step",l))},checkbox:function(a,b,d,c,e,f,g,k){var h=he(k,a,"ngTrueValue",d.ngTrueValue,!0),l=he(k,a,"ngFalseValue",d.ngFalseValue,!1);b.on("change",function(a){c.$setViewValue(b[0].checked,a&&a.type)});c.$render=function(){b[0].checked=c.$viewValue};c.$isEmpty= -function(a){return!1===a};c.$formatters.push(function(a){return va(a,h)});c.$parsers.push(function(a){return a?h:l})},hidden:E,button:E,submit:E,reset:E,file:E},$c=["$browser","$sniffer","$filter","$parse",function(a,b,d,c){return{restrict:"E",require:["?ngModel"],link:{pre:function(e,f,g,k){k[0]&&(te[K(g.type)]||te.text)(e,f,g,k[0],b,a,d,c)}}}}],Af=function(){var a={configurable:!0,enumerable:!1,get:function(){return this.getAttribute("value")||""},set:function(a){this.setAttribute("value",a)}}; -return{restrict:"E",priority:200,compile:function(b,d){if("hidden"===K(d.type))return{pre:function(b,d,f,g){b=d[0];b.parentNode&&b.parentNode.insertBefore(b,b.nextSibling);Object.defineProperty&&Object.defineProperty(b,"value",a)}}}}},zh=/^(true|false|\d+)$/,xf=function(){function a(a,d,c){var e=w(c)?c:9===wa?"":null;a.prop("value",e);d.$set("value",c)}return{restrict:"A",priority:100,compile:function(b,d){return zh.test(d.ngValue)?function(b,d,f){b=b.$eval(f.ngValue);a(d,f,b)}:function(b,d,f){b.$watch(f.ngValue, -function(b){a(d,f,b)})}}}},We=["$compile",function(a){return{restrict:"AC",compile:function(b){a.$$addBindingClass(b);return function(b,c,e){a.$$addBindingInfo(c,e.ngBind);c=c[0];b.$watch(e.ngBind,function(a){c.textContent=jc(a)})}}}}],Ye=["$interpolate","$compile",function(a,b){return{compile:function(d){b.$$addBindingClass(d);return function(c,d,f){c=a(d.attr(f.$attr.ngBindTemplate));b.$$addBindingInfo(d,c.expressions);d=d[0];f.$observe("ngBindTemplate",function(a){d.textContent=A(a)?"":a})}}}}], -Xe=["$sce","$parse","$compile",function(a,b,d){return{restrict:"A",compile:function(c,e){var f=b(e.ngBindHtml),g=b(e.ngBindHtml,function(b){return a.valueOf(b)});d.$$addBindingClass(c);return function(b,c,e){d.$$addBindingInfo(c,e.ngBindHtml);b.$watch(g,function(){var d=f(b);c.html(a.getTrustedHtml(d)||"")})}}}}],wf=ia({restrict:"A",require:"ngModel",link:function(a,b,d,c){c.$viewChangeListeners.push(function(){a.$eval(d.ngChange)})}}),Ze=Lc("",!0),af=Lc("Odd",0),$e=Lc("Even",1),bf=Ra({compile:function(a, -b){b.$set("ngCloak",void 0);a.removeClass("ng-cloak")}}),cf=[function(){return{restrict:"A",scope:!0,controller:"@",priority:500}}],ed={},Ah={blur:!0,focus:!0};r("click dblclick mousedown mouseup mouseover mouseout mousemove mouseenter mouseleave keydown keyup keypress submit focus blur copy cut paste".split(" "),function(a){var b=xa("ng-"+a);ed[b]=["$parse","$rootScope","$exceptionHandler",function(d,c,e){return sd(d,c,e,b,a,Ah[a])}]});var ff=["$animate","$compile",function(a,b){return{multiElement:!0, -transclude:"element",priority:600,terminal:!0,restrict:"A",$$tlb:!0,link:function(d,c,e,f,g){var k,h,l;d.$watch(e.ngIf,function(d){d?h||g(function(d,f){h=f;d[d.length++]=b.$$createComment("end ngIf",e.ngIf);k={clone:d};a.enter(d,c.parent(),c)}):(l&&(l.remove(),l=null),h&&(h.$destroy(),h=null),k&&(l=ub(k.clone),a.leave(l).done(function(a){!1!==a&&(l=null)}),k=null))})}}}],gf=["$templateRequest","$anchorScroll","$animate",function(a,b,d){return{restrict:"ECA",priority:400,terminal:!0,transclude:"element", -controller:ca.noop,compile:function(c,e){var f=e.ngInclude||e.src,g=e.onload||"",k=e.autoscroll;return function(c,e,m,p,n){var r=0,q,t,x,v=function(){t&&(t.remove(),t=null);q&&(q.$destroy(),q=null);x&&(d.leave(x).done(function(a){!1!==a&&(t=null)}),t=x,x=null)};c.$watch(f,function(f){var m=function(a){!1===a||!w(k)||k&&!c.$eval(k)||b()},t=++r;f?(a(f,!0).then(function(a){if(!c.$$destroyed&&t===r){var b=c.$new();p.template=a;a=n(b,function(a){v();d.enter(a,null,e).done(m)});q=b;x=a;q.$emit("$includeContentLoaded", -f);c.$eval(g)}},function(){c.$$destroyed||t!==r||(v(),c.$emit("$includeContentError",f))}),c.$emit("$includeContentRequested",f)):(v(),p.template=null)})}}}}],zf=["$compile",function(a){return{restrict:"ECA",priority:-400,require:"ngInclude",link:function(b,d,c,e){la.call(d[0]).match(/SVG/)?(d.empty(),a(gd(e.template,z.document).childNodes)(b,function(a){d.append(a)},{futureParentElement:d})):(d.html(e.template),a(d.contents())(b))}}}],hf=Ra({priority:450,compile:function(){return{pre:function(a, -b,d){a.$eval(d.ngInit)}}}}),vf=function(){return{restrict:"A",priority:100,require:"ngModel",link:function(a,b,d,c){var e=d.ngList||", ",f="false"!==d.ngTrim,g=f?V(e):e;c.$parsers.push(function(a){if(!A(a)){var b=[];a&&r(a.split(g),function(a){a&&b.push(f?V(a):a)});return b}});c.$formatters.push(function(a){if(H(a))return a.join(e)});c.$isEmpty=function(a){return!a||!a.length}}}},nb="ng-valid",be="ng-invalid",Za="ng-pristine",Wb="ng-dirty",pb=F("ngModel");Sb.$inject="$scope $exceptionHandler $attrs $element $parse $animate $timeout $q $interpolate".split(" "); -Sb.prototype={$$initGetterSetters:function(){if(this.$options.getOption("getterSetter")){var a=this.$$parse(this.$$attr.ngModel+"()"),b=this.$$parse(this.$$attr.ngModel+"($$$p)");this.$$ngModelGet=function(b){var c=this.$$parsedNgModel(b);B(c)&&(c=a(b));return c};this.$$ngModelSet=function(a,c){B(this.$$parsedNgModel(a))?b(a,{$$$p:c}):this.$$parsedNgModelAssign(a,c)}}else if(!this.$$parsedNgModel.assign)throw pb("nonassign",this.$$attr.ngModel,Aa(this.$$element));},$render:E,$isEmpty:function(a){return A(a)|| -""===a||null===a||a!==a},$$updateEmptyClasses:function(a){this.$isEmpty(a)?(this.$$animate.removeClass(this.$$element,"ng-not-empty"),this.$$animate.addClass(this.$$element,"ng-empty")):(this.$$animate.removeClass(this.$$element,"ng-empty"),this.$$animate.addClass(this.$$element,"ng-not-empty"))},$setPristine:function(){this.$dirty=!1;this.$pristine=!0;this.$$animate.removeClass(this.$$element,Wb);this.$$animate.addClass(this.$$element,Za)},$setDirty:function(){this.$dirty=!0;this.$pristine=!1;this.$$animate.removeClass(this.$$element, -Za);this.$$animate.addClass(this.$$element,Wb);this.$$parentForm.$setDirty()},$setUntouched:function(){this.$touched=!1;this.$untouched=!0;this.$$animate.setClass(this.$$element,"ng-untouched","ng-touched")},$setTouched:function(){this.$touched=!0;this.$untouched=!1;this.$$animate.setClass(this.$$element,"ng-touched","ng-untouched")},$rollbackViewValue:function(){this.$$timeout.cancel(this.$$pendingDebounce);this.$viewValue=this.$$lastCommittedViewValue;this.$render()},$validate:function(){if(!Y(this.$modelValue)){var a= -this.$$lastCommittedViewValue,b=this.$$rawModelValue,d=this.$valid,c=this.$modelValue,e=this.$options.getOption("allowInvalid"),f=this;this.$$runValidators(b,a,function(a){e||d===a||(f.$modelValue=a?b:void 0,f.$modelValue!==c&&f.$$writeModelToScope())})}},$$runValidators:function(a,b,d){function c(){var c=!0;r(h.$validators,function(d,e){var g=Boolean(d(a,b));c=c&&g;f(e,g)});return c?!0:(r(h.$asyncValidators,function(a,b){f(b,null)}),!1)}function e(){var c=[],d=!0;r(h.$asyncValidators,function(e, -g){var h=e(a,b);if(!h||!B(h.then))throw pb("nopromise",h);f(g,void 0);c.push(h.then(function(){f(g,!0)},function(){d=!1;f(g,!1)}))});c.length?h.$$q.all(c).then(function(){g(d)},E):g(!0)}function f(a,b){k===h.$$currentValidationRunId&&h.$setValidity(a,b)}function g(a){k===h.$$currentValidationRunId&&d(a)}this.$$currentValidationRunId++;var k=this.$$currentValidationRunId,h=this;(function(){var a=h.$$parserName;if(A(h.$$parserValid))f(a,null);else return h.$$parserValid||(r(h.$validators,function(a, -b){f(b,null)}),r(h.$asyncValidators,function(a,b){f(b,null)})),f(a,h.$$parserValid),h.$$parserValid;return!0})()?c()?e():g(!1):g(!1)},$commitViewValue:function(){var a=this.$viewValue;this.$$timeout.cancel(this.$$pendingDebounce);if(this.$$lastCommittedViewValue!==a||""===a&&this.$$hasNativeValidators)this.$$updateEmptyClasses(a),this.$$lastCommittedViewValue=a,this.$pristine&&this.$setDirty(),this.$$parseAndValidate()},$$parseAndValidate:function(){var a=this.$$lastCommittedViewValue,b=this;this.$$parserValid= -A(a)?void 0:!0;this.$setValidity(this.$$parserName,null);this.$$parserName="parse";if(this.$$parserValid)for(var d=0;d<this.$parsers.length;d++)if(a=this.$parsers[d](a),A(a)){this.$$parserValid=!1;break}Y(this.$modelValue)&&(this.$modelValue=this.$$ngModelGet(this.$$scope));var c=this.$modelValue,e=this.$options.getOption("allowInvalid");this.$$rawModelValue=a;e&&(this.$modelValue=a,b.$modelValue!==c&&b.$$writeModelToScope());this.$$runValidators(a,this.$$lastCommittedViewValue,function(d){e||(b.$modelValue= -d?a:void 0,b.$modelValue!==c&&b.$$writeModelToScope())})},$$writeModelToScope:function(){this.$$ngModelSet(this.$$scope,this.$modelValue);r(this.$viewChangeListeners,function(a){try{a()}catch(b){this.$$exceptionHandler(b)}},this)},$setViewValue:function(a,b){this.$viewValue=a;this.$options.getOption("updateOnDefault")&&this.$$debounceViewValueCommit(b)},$$debounceViewValueCommit:function(a){var b=this.$options.getOption("debounce");X(b[a])?b=b[a]:X(b["default"])&&-1===this.$options.getOption("updateOn").indexOf(a)? -b=b["default"]:X(b["*"])&&(b=b["*"]);this.$$timeout.cancel(this.$$pendingDebounce);var d=this;0<b?this.$$pendingDebounce=this.$$timeout(function(){d.$commitViewValue()},b):this.$$rootScope.$$phase?this.$commitViewValue():this.$$scope.$apply(function(){d.$commitViewValue()})},$overrideModelOptions:function(a){this.$options=this.$options.createChild(a);this.$$setUpdateOnEvents()},$processModelValue:function(){var a=this.$$format();this.$viewValue!==a&&(this.$$updateEmptyClasses(a),this.$viewValue=this.$$lastCommittedViewValue= -a,this.$render(),this.$$runValidators(this.$modelValue,this.$viewValue,E))},$$format:function(){for(var a=this.$formatters,b=a.length,d=this.$modelValue;b--;)d=a[b](d);return d},$$setModelValue:function(a){this.$modelValue=this.$$rawModelValue=a;this.$$parserValid=void 0;this.$processModelValue()},$$setUpdateOnEvents:function(){this.$$updateEvents&&this.$$element.off(this.$$updateEvents,this.$$updateEventHandler);if(this.$$updateEvents=this.$options.getOption("updateOn"))this.$$element.on(this.$$updateEvents, -this.$$updateEventHandler)},$$updateEventHandler:function(a){this.$$debounceViewValueCommit(a&&a.type)}};ce({clazz:Sb,set:function(a,b){a[b]=!0},unset:function(a,b){delete a[b]}});var uf=["$rootScope",function(a){return{restrict:"A",require:["ngModel","^?form","^?ngModelOptions"],controller:Sb,priority:1,compile:function(b){b.addClass(Za).addClass("ng-untouched").addClass(nb);return{pre:function(a,b,e,f){var g=f[0];b=f[1]||g.$$parentForm;if(f=f[2])g.$options=f.$options;g.$$initGetterSetters();b.$addControl(g); -e.$observe("name",function(a){g.$name!==a&&g.$$parentForm.$$renameControl(g,a)});a.$on("$destroy",function(){g.$$parentForm.$removeControl(g)})},post:function(b,c,e,f){function g(){k.$setTouched()}var k=f[0];k.$$setUpdateOnEvents();c.on("blur",function(){k.$touched||(a.$$phase?b.$evalAsync(g):b.$apply(g))})}}}}}],Tb,Bh=/(\s+|^)default(\s+|$)/;Mc.prototype={getOption:function(a){return this.$$options[a]},createChild:function(a){var b=!1;a=S({},a);r(a,function(d,c){"$inherit"===d?"*"===c?b=!0:(a[c]= -this.$$options[c],"updateOn"===c&&(a.updateOnDefault=this.$$options.updateOnDefault)):"updateOn"===c&&(a.updateOnDefault=!1,a[c]=V(d.replace(Bh,function(){a.updateOnDefault=!0;return" "})))},this);b&&(delete a["*"],ie(a,this.$$options));ie(a,Tb.$$options);return new Mc(a)}};Tb=new Mc({updateOn:"",updateOnDefault:!0,debounce:0,getterSetter:!1,allowInvalid:!1,timezone:null});var yf=function(){function a(a,d){this.$$attrs=a;this.$$scope=d}a.$inject=["$attrs","$scope"];a.prototype={$onInit:function(){var a= -this.parentCtrl?this.parentCtrl.$options:Tb,d=this.$$scope.$eval(this.$$attrs.ngModelOptions);this.$options=a.createChild(d)}};return{restrict:"A",priority:10,require:{parentCtrl:"?^^ngModelOptions"},bindToController:!0,controller:a}},jf=Ra({terminal:!0,priority:1E3}),Ch=F("ngOptions"),Dh=/^\s*([\s\S]+?)(?:\s+as\s+([\s\S]+?))?(?:\s+group\s+by\s+([\s\S]+?))?(?:\s+disable\s+when\s+([\s\S]+?))?\s+for\s+(?:([$\w][$\w]*)|(?:\(\s*([$\w][$\w]*)\s*,\s*([$\w][$\w]*)\s*\)))\s+in\s+([\s\S]+?)(?:\s+track\s+by\s+([\s\S]+?))?$/, -sf=["$compile","$document","$parse",function(a,b,d){function c(a,b,c){function e(a,b,c,d,f){this.selectValue=a;this.viewValue=b;this.label=c;this.group=d;this.disabled=f}function f(a){var b;if(!r&&za(a))b=a;else{b=[];for(var c in a)a.hasOwnProperty(c)&&"$"!==c.charAt(0)&&b.push(c)}return b}var p=a.match(Dh);if(!p)throw Ch("iexp",a,Aa(b));var n=p[5]||p[7],r=p[6];a=/ as /.test(p[0])&&p[1];var q=p[9];b=d(p[2]?p[1]:n);var t=a&&d(a)||b,w=q&&d(q),v=q?function(a,b){return w(c,b)}:function(a){return La(a)}, -x=function(a,b){return v(a,B(a,b))},A=d(p[2]||p[1]),y=d(p[3]||""),J=d(p[4]||""),I=d(p[8]),z={},B=r?function(a,b){z[r]=b;z[n]=a;return z}:function(a){z[n]=a;return z};return{trackBy:q,getTrackByValue:x,getWatchables:d(I,function(a){var b=[];a=a||[];for(var d=f(a),e=d.length,g=0;g<e;g++){var k=a===d?g:d[g],l=a[k],k=B(l,k),l=v(l,k);b.push(l);if(p[2]||p[1])l=A(c,k),b.push(l);p[4]&&(k=J(c,k),b.push(k))}return b}),getOptions:function(){for(var a=[],b={},d=I(c)||[],g=f(d),k=g.length,n=0;n<k;n++){var p=d=== -g?n:g[n],r=B(d[p],p),s=t(c,r),p=v(s,r),w=A(c,r),z=y(c,r),r=J(c,r),s=new e(p,s,w,z,r);a.push(s);b[p]=s}return{items:a,selectValueMap:b,getOptionFromViewValue:function(a){return b[x(a)]},getViewValueFromOption:function(a){return q?Ia(a.viewValue):a.viewValue}}}}}var e=z.document.createElement("option"),f=z.document.createElement("optgroup");return{restrict:"A",terminal:!0,require:["select","ngModel"],link:{pre:function(a,b,c,d){d[0].registerOption=E},post:function(d,k,h,l){function m(a){var b=(a=v.getOptionFromViewValue(a))&& -a.element;b&&!b.selected&&(b.selected=!0);return a}function p(a,b){a.element=b;b.disabled=a.disabled;a.label!==b.label&&(b.label=a.label,b.textContent=a.label);b.value=a.selectValue}var n=l[0],q=l[1],A=h.multiple;l=0;for(var t=k.children(),z=t.length;l<z;l++)if(""===t[l].value){n.hasEmptyOption=!0;n.emptyOption=t.eq(l);break}k.empty();l=!!n.emptyOption;x(e.cloneNode(!1)).val("?");var v,B=c(h.ngOptions,k,d),C=b[0].createDocumentFragment();n.generateUnknownOptionValue=function(a){return"?"};A?(n.writeValue= -function(a){if(v){var b=a&&a.map(m)||[];v.items.forEach(function(a){a.element.selected&&-1===Array.prototype.indexOf.call(b,a)&&(a.element.selected=!1)})}},n.readValue=function(){var a=k.val()||[],b=[];r(a,function(a){(a=v.selectValueMap[a])&&!a.disabled&&b.push(v.getViewValueFromOption(a))});return b},B.trackBy&&d.$watchCollection(function(){if(H(q.$viewValue))return q.$viewValue.map(function(a){return B.getTrackByValue(a)})},function(){q.$render()})):(n.writeValue=function(a){if(v){var b=k[0].options[k[0].selectedIndex], -c=v.getOptionFromViewValue(a);b&&b.removeAttribute("selected");c?(k[0].value!==c.selectValue&&(n.removeUnknownOption(),k[0].value=c.selectValue,c.element.selected=!0),c.element.setAttribute("selected","selected")):n.selectUnknownOrEmptyOption(a)}},n.readValue=function(){var a=v.selectValueMap[k.val()];return a&&!a.disabled?(n.unselectEmptyOption(),n.removeUnknownOption(),v.getViewValueFromOption(a)):null},B.trackBy&&d.$watch(function(){return B.getTrackByValue(q.$viewValue)},function(){q.$render()})); -l&&(a(n.emptyOption)(d),k.prepend(n.emptyOption),8===n.emptyOption[0].nodeType?(n.hasEmptyOption=!1,n.registerOption=function(a,b){""===b.val()&&(n.hasEmptyOption=!0,n.emptyOption=b,n.emptyOption.removeClass("ng-scope"),q.$render(),b.on("$destroy",function(){var a=n.$isEmptyOptionSelected();n.hasEmptyOption=!1;n.emptyOption=void 0;a&&q.$render()}))}):n.emptyOption.removeClass("ng-scope"));d.$watchCollection(B.getWatchables,function(){var a=v&&n.readValue();if(v)for(var b=v.items.length-1;0<=b;b--){var c= -v.items[b];w(c.group)?Gb(c.element.parentNode):Gb(c.element)}v=B.getOptions();var d={};v.items.forEach(function(a){var b;if(w(a.group)){b=d[a.group];b||(b=f.cloneNode(!1),C.appendChild(b),b.label=null===a.group?"null":a.group,d[a.group]=b);var c=e.cloneNode(!1);b.appendChild(c);p(a,c)}else b=e.cloneNode(!1),C.appendChild(b),p(a,b)});k[0].appendChild(C);q.$render();q.$isEmpty(a)||(b=n.readValue(),(B.trackBy||A?va(a,b):a===b)||(q.$setViewValue(b),q.$render()))})}}}}],kf=["$locale","$interpolate","$log", -function(a,b,d){var c=/{}/g,e=/^when(Minus)?(.+)$/;return{link:function(f,g,k){function h(a){g.text(a||"")}var l=k.count,m=k.$attr.when&&g.attr(k.$attr.when),p=k.offset||0,n=f.$eval(m)||{},q={},w=b.startSymbol(),t=b.endSymbol(),x=w+l+"-"+p+t,v=ca.noop,z;r(k,function(a,b){var c=e.exec(b);c&&(c=(c[1]?"-":"")+K(c[2]),n[c]=g.attr(k.$attr[b]))});r(n,function(a,d){q[d]=b(a.replace(c,x))});f.$watch(l,function(b){var c=parseFloat(b),e=Y(c);e||c in n||(c=a.pluralCat(c-p));c===z||e&&Y(z)||(v(),e=q[c],A(e)? -(null!=b&&d.debug("ngPluralize: no rule defined for '"+c+"' in "+m),v=E,h()):v=f.$watch(e,h),z=c)})}}}],ue=F("ngRef"),lf=["$parse",function(a){return{priority:-1,restrict:"A",compile:function(b,d){var c=xa(ua(b)),e=a(d.ngRef),f=e.assign||function(){throw ue("nonassign",d.ngRef);};return function(a,b,h){var l;if(h.hasOwnProperty("ngRefRead"))if("$element"===h.ngRefRead)l=b;else{if(l=b.data("$"+h.ngRefRead+"Controller"),!l)throw ue("noctrl",h.ngRefRead,d.ngRef);}else l=b.data("$"+c+"Controller");l= -l||b;f(a,l);b.on("$destroy",function(){e(a)===l&&f(a,null)})}}}}],mf=["$parse","$animate","$compile",function(a,b,d){var c=F("ngRepeat"),e=function(a,b,c,d,e,f,g){a[c]=d;e&&(a[e]=f);a.$index=b;a.$first=0===b;a.$last=b===g-1;a.$middle=!(a.$first||a.$last);a.$odd=!(a.$even=0===(b&1))},f=function(a,b,c){return La(c)},g=function(a,b){return b};return{restrict:"A",multiElement:!0,transclude:"element",priority:1E3,terminal:!0,$$tlb:!0,compile:function(k,h){var l=h.ngRepeat,m=d.$$createComment("end ngRepeat", -l),p=l.match(/^\s*([\s\S]+?)\s+in\s+([\s\S]+?)(?:\s+as\s+([\s\S]+?))?(?:\s+track\s+by\s+([\s\S]+?))?\s*$/);if(!p)throw c("iexp",l);var n=p[1],q=p[2],w=p[3],t=p[4],p=n.match(/^(?:(\s*[$\w]+)|\(\s*([$\w]+)\s*,\s*([$\w]+)\s*\))$/);if(!p)throw c("iidexp",n);var x=p[3]||p[1],v=p[2];if(w&&(!/^[$a-zA-Z_][$a-zA-Z0-9_]*$/.test(w)||/^(null|undefined|this|\$index|\$first|\$middle|\$last|\$even|\$odd|\$parent|\$root|\$id)$/.test(w)))throw c("badident",w);var A;if(t){var z={$id:La},y=a(t);A=function(a,b,c,d){v&& -(z[v]=b);z[x]=c;z.$index=d;return y(a,z)}}return function(a,d,h,k,n){var p=T();a.$watchCollection(q,function(h){var k,q,t=d[0],s,y=T(),B,C,E,D,H,F,K;w&&(a[w]=h);if(za(h))H=h,q=A||f;else for(K in q=A||g,H=[],h)ta.call(h,K)&&"$"!==K.charAt(0)&&H.push(K);B=H.length;K=Array(B);for(k=0;k<B;k++)if(C=h===H?k:H[k],E=h[C],D=q(a,C,E,k),p[D])F=p[D],delete p[D],y[D]=F,K[k]=F;else{if(y[D])throw r(K,function(a){a&&a.scope&&(p[a.id]=a)}),c("dupes",l,D,E);K[k]={id:D,scope:void 0,clone:void 0};y[D]=!0}z&&(z[x]=void 0); -for(s in p){F=p[s];D=ub(F.clone);b.leave(D);if(D[0].parentNode)for(k=0,q=D.length;k<q;k++)D[k].$$NG_REMOVED=!0;F.scope.$destroy()}for(k=0;k<B;k++)if(C=h===H?k:H[k],E=h[C],F=K[k],F.scope){s=t;do s=s.nextSibling;while(s&&s.$$NG_REMOVED);F.clone[0]!==s&&b.move(ub(F.clone),null,t);t=F.clone[F.clone.length-1];e(F.scope,k,x,E,v,C,B)}else n(function(a,c){F.scope=c;var d=m.cloneNode(!1);a[a.length++]=d;b.enter(a,null,t);t=d;F.clone=a;y[F.id]=F;e(F.scope,k,x,E,v,C,B)});p=y})}}}}],nf=["$animate",function(a){return{restrict:"A", -multiElement:!0,link:function(b,d,c){b.$watch(c.ngShow,function(b){a[b?"removeClass":"addClass"](d,"ng-hide",{tempClasses:"ng-hide-animate"})})}}}],ef=["$animate",function(a){return{restrict:"A",multiElement:!0,link:function(b,d,c){b.$watch(c.ngHide,function(b){a[b?"addClass":"removeClass"](d,"ng-hide",{tempClasses:"ng-hide-animate"})})}}}],of=Ra(function(a,b,d){a.$watchCollection(d.ngStyle,function(a,d){d&&a!==d&&r(d,function(a,c){b.css(c,"")});a&&b.css(a)})}),pf=["$animate","$compile",function(a, -b){return{require:"ngSwitch",controller:["$scope",function(){this.cases={}}],link:function(d,c,e,f){var g=[],k=[],h=[],l=[],m=function(a,b){return function(c){!1!==c&&a.splice(b,1)}};d.$watch(e.ngSwitch||e.on,function(c){for(var d,e;h.length;)a.cancel(h.pop());d=0;for(e=l.length;d<e;++d){var q=ub(k[d].clone);l[d].$destroy();(h[d]=a.leave(q)).done(m(h,d))}k.length=0;l.length=0;(g=f.cases["!"+c]||f.cases["?"])&&r(g,function(c){c.transclude(function(d,e){l.push(e);var f=c.element;d[d.length++]=b.$$createComment("end ngSwitchWhen"); -k.push({clone:d});a.enter(d,f.parent(),f)})})})}}}],qf=Ra({transclude:"element",priority:1200,require:"^ngSwitch",multiElement:!0,link:function(a,b,d,c,e){a=d.ngSwitchWhen.split(d.ngSwitchWhenSeparator).sort().filter(function(a,b,c){return c[b-1]!==a});r(a,function(a){c.cases["!"+a]=c.cases["!"+a]||[];c.cases["!"+a].push({transclude:e,element:b})})}}),rf=Ra({transclude:"element",priority:1200,require:"^ngSwitch",multiElement:!0,link:function(a,b,d,c,e){c.cases["?"]=c.cases["?"]||[];c.cases["?"].push({transclude:e, -element:b})}}),Eh=F("ngTransclude"),tf=["$compile",function(a){return{restrict:"EAC",compile:function(b){var d=a(b.contents());b.empty();return function(a,b,f,g,k){function h(){d(a,function(a){b.append(a)})}if(!k)throw Eh("orphan",Aa(b));f.ngTransclude===f.$attr.ngTransclude&&(f.ngTransclude="");f=f.ngTransclude||f.ngTranscludeSlot;k(function(a,c){var d;if(d=a.length)a:{d=0;for(var f=a.length;d<f;d++){var g=a[d];if(g.nodeType!==Pa||g.nodeValue.trim()){d=!0;break a}}d=void 0}d?b.append(a):(h(),c.$destroy())}, -null,f);f&&!k.isSlotFilled(f)&&h()}}}}],Te=["$templateCache",function(a){return{restrict:"E",terminal:!0,compile:function(b,d){"text/ng-template"===d.type&&a.put(d.id,b[0].text)}}}],Fh={$setViewValue:E,$render:E},Gh=["$element","$scope",function(a,b){function d(){g||(g=!0,b.$$postDigest(function(){g=!1;e.ngModelCtrl.$render()}))}function c(a){k||(k=!0,b.$$postDigest(function(){b.$$destroyed||(k=!1,e.ngModelCtrl.$setViewValue(e.readValue()),a&&e.ngModelCtrl.$render())}))}var e=this,f=new Ib;e.selectValueMap= -{};e.ngModelCtrl=Fh;e.multiple=!1;e.unknownOption=x(z.document.createElement("option"));e.hasEmptyOption=!1;e.emptyOption=void 0;e.renderUnknownOption=function(b){b=e.generateUnknownOptionValue(b);e.unknownOption.val(b);a.prepend(e.unknownOption);Oa(e.unknownOption,!0);a.val(b)};e.updateUnknownOption=function(b){b=e.generateUnknownOptionValue(b);e.unknownOption.val(b);Oa(e.unknownOption,!0);a.val(b)};e.generateUnknownOptionValue=function(a){return"? "+La(a)+" ?"};e.removeUnknownOption=function(){e.unknownOption.parent()&& -e.unknownOption.remove()};e.selectEmptyOption=function(){e.emptyOption&&(a.val(""),Oa(e.emptyOption,!0))};e.unselectEmptyOption=function(){e.hasEmptyOption&&Oa(e.emptyOption,!1)};b.$on("$destroy",function(){e.renderUnknownOption=E});e.readValue=function(){var b=a.val(),b=b in e.selectValueMap?e.selectValueMap[b]:b;return e.hasOption(b)?b:null};e.writeValue=function(b){var c=a[0].options[a[0].selectedIndex];c&&Oa(x(c),!1);e.hasOption(b)?(e.removeUnknownOption(),c=La(b),a.val(c in e.selectValueMap? -c:b),Oa(x(a[0].options[a[0].selectedIndex]),!0)):e.selectUnknownOrEmptyOption(b)};e.addOption=function(a,b){if(8!==b[0].nodeType){Ja(a,'"option value"');""===a&&(e.hasEmptyOption=!0,e.emptyOption=b);var c=f.get(a)||0;f.set(a,c+1);d()}};e.removeOption=function(a){var b=f.get(a);b&&(1===b?(f.delete(a),""===a&&(e.hasEmptyOption=!1,e.emptyOption=void 0)):f.set(a,b-1))};e.hasOption=function(a){return!!f.get(a)};e.$hasEmptyOption=function(){return e.hasEmptyOption};e.$isUnknownOptionSelected=function(){return a[0].options[0]=== -e.unknownOption[0]};e.$isEmptyOptionSelected=function(){return e.hasEmptyOption&&a[0].options[a[0].selectedIndex]===e.emptyOption[0]};e.selectUnknownOrEmptyOption=function(a){null==a&&e.emptyOption?(e.removeUnknownOption(),e.selectEmptyOption()):e.unknownOption.parent().length?e.updateUnknownOption(a):e.renderUnknownOption(a)};var g=!1,k=!1;e.registerOption=function(a,b,f,g,k){if(f.$attr.ngValue){var q,r;f.$observe("value",function(a){var d,f=b.prop("selected");w(r)&&(e.removeOption(q),delete e.selectValueMap[r], -d=!0);r=La(a);q=a;e.selectValueMap[r]=a;e.addOption(a,b);b.attr("value",r);d&&f&&c()})}else g?f.$observe("value",function(a){e.readValue();var d,f=b.prop("selected");w(q)&&(e.removeOption(q),d=!0);q=a;e.addOption(a,b);d&&f&&c()}):k?a.$watch(k,function(a,d){f.$set("value",a);var g=b.prop("selected");d!==a&&e.removeOption(d);e.addOption(a,b);d&&g&&c()}):e.addOption(f.value,b);f.$observe("disabled",function(a){if("true"===a||a&&b.prop("selected"))e.multiple?c(!0):(e.ngModelCtrl.$setViewValue(null),e.ngModelCtrl.$render())}); -b.on("$destroy",function(){var a=e.readValue(),b=f.value;e.removeOption(b);d();(e.multiple&&a&&-1!==a.indexOf(b)||a===b)&&c(!0)})}}],Ue=function(){return{restrict:"E",require:["select","?ngModel"],controller:Gh,priority:1,link:{pre:function(a,b,d,c){var e=c[0],f=c[1];if(f){if(e.ngModelCtrl=f,b.on("change",function(){e.removeUnknownOption();a.$apply(function(){f.$setViewValue(e.readValue())})}),d.multiple){e.multiple=!0;e.readValue=function(){var a=[];r(b.find("option"),function(b){b.selected&&!b.disabled&& -(b=b.value,a.push(b in e.selectValueMap?e.selectValueMap[b]:b))});return a};e.writeValue=function(a){r(b.find("option"),function(b){var c=!!a&&(-1!==Array.prototype.indexOf.call(a,b.value)||-1!==Array.prototype.indexOf.call(a,e.selectValueMap[b.value]));c!==b.selected&&Oa(x(b),c)})};var g,k=NaN;a.$watch(function(){k!==f.$viewValue||va(g,f.$viewValue)||(g=ja(f.$viewValue),f.$render());k=f.$viewValue});f.$isEmpty=function(a){return!a||0===a.length}}}else e.registerOption=E},post:function(a,b,d,c){var e= -c[1];if(e){var f=c[0];e.$render=function(){f.writeValue(e.$viewValue)}}}}}},Ve=["$interpolate",function(a){return{restrict:"E",priority:100,compile:function(b,d){var c,e;w(d.ngValue)||(w(d.value)?c=a(d.value,!0):(e=a(b.text(),!0))||d.$set("value",b.text()));return function(a,b,d){var h=b.parent();(h=h.data("$selectController")||h.parent().data("$selectController"))&&h.registerOption(a,b,d,c,e)}}}}],bd=["$parse",function(a){return{restrict:"A",require:"?ngModel",link:function(b,d,c,e){if(e){var f= -c.hasOwnProperty("required")||a(c.ngRequired)(b);c.ngRequired||(c.required=!0);e.$validators.required=function(a,b){return!f||!e.$isEmpty(b)};c.$observe("required",function(a){f!==a&&(f=a,e.$validate())})}}}}],ad=["$parse",function(a){return{restrict:"A",require:"?ngModel",compile:function(b,d){var c,e;d.ngPattern&&(c=d.ngPattern,e="/"===d.ngPattern.charAt(0)&&ke.test(d.ngPattern)?function(){return d.ngPattern}:a(d.ngPattern));return function(a,b,d,h){if(h){var l=d.pattern;d.ngPattern?l=e(a):c=d.pattern; -var m=je(l,c,b);d.$observe("pattern",function(a){var d=m;m=je(a,c,b);(d&&d.toString())!==(m&&m.toString())&&h.$validate()});h.$validators.pattern=function(a,b){return h.$isEmpty(b)||A(m)||m.test(b)}}}}}}],dd=["$parse",function(a){return{restrict:"A",require:"?ngModel",link:function(b,d,c,e){if(e){var f=c.maxlength||a(c.ngMaxlength)(b),g=Ub(f);c.$observe("maxlength",function(a){f!==a&&(g=Ub(a),f=a,e.$validate())});e.$validators.maxlength=function(a,b){return 0>g||e.$isEmpty(b)||b.length<=g}}}}}],cd= -["$parse",function(a){return{restrict:"A",require:"?ngModel",link:function(b,d,c,e){if(e){var f=c.minlength||a(c.ngMinlength)(b),g=Ub(f)||-1;c.$observe("minlength",function(a){f!==a&&(g=Ub(a)||-1,f=a,e.$validate())});e.$validators.minlength=function(a,b){return e.$isEmpty(b)||b.length>=g}}}}}];z.angular.bootstrap?z.console&&console.log("WARNING: Tried to load AngularJS more than once."):(Je(),Oe(ca),ca.module("ngLocale",[],["$provide",function(a){function b(a){a+="";var b=a.indexOf(".");return-1== -b?0:a.length-b-1}a.value("$locale",{DATETIME_FORMATS:{AMPMS:["AM","PM"],DAY:"Sunday Monday Tuesday Wednesday Thursday Friday Saturday".split(" "),ERANAMES:["Before Christ","Anno Domini"],ERAS:["BC","AD"],FIRSTDAYOFWEEK:6,MONTH:"January February March April May June July August September October November December".split(" "),SHORTDAY:"Sun Mon Tue Wed Thu Fri Sat".split(" "),SHORTMONTH:"Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec".split(" "),STANDALONEMONTH:"January February March April May June July August September October November December".split(" "), -WEEKENDRANGE:[5,6],fullDate:"EEEE, MMMM d, y",longDate:"MMMM d, y",medium:"MMM d, y h:mm:ss a",mediumDate:"MMM d, y",mediumTime:"h:mm:ss a","short":"M/d/yy h:mm a",shortDate:"M/d/yy",shortTime:"h:mm a"},NUMBER_FORMATS:{CURRENCY_SYM:"$",DECIMAL_SEP:".",GROUP_SEP:",",PATTERNS:[{gSize:3,lgSize:3,maxFrac:3,minFrac:0,minInt:1,negPre:"-",negSuf:"",posPre:"",posSuf:""},{gSize:3,lgSize:3,maxFrac:2,minFrac:2,minInt:1,negPre:"-\u00a4",negSuf:"",posPre:"\u00a4",posSuf:""}]},id:"en-us",localeID:"en_US",pluralCat:function(a, -c){var e=a|0,f=c;void 0===f&&(f=Math.min(b(a),3));Math.pow(10,f);return 1==e&&0==f?"one":"other"}})}]),x(function(){Ee(z.document,Wc)}))})(window);!window.angular.$$csp().noInlineStyle&&window.angular.element(document.head).prepend(window.angular.element("<style>").text('@charset "UTF-8";[ng\\:cloak],[ng-cloak],[data-ng-cloak],[x-ng-cloak],.ng-cloak,.x-ng-cloak,.ng-hide:not(.ng-hide-animate){display:none !important;}ng\\:form{display:block;}.ng-animate-shim{visibility:hidden;}.ng-anchor{position:absolute;}')); -//# sourceMappingURL=angular.min.js.map - -/* - AngularJS v1.8.3 - (c) 2010-2020 Google LLC. http://angularjs.org - License: MIT -*/ -(function(s,e){'use strict';function O(e){var g=[];B(g,D).chars(e);return g.join("")}var C=e.$$minErr("$sanitize"),E,g,F,G,H,q,D,I,J,B;e.module("ngSanitize",[]).provider("$sanitize",function(){function h(a,d){return A(a.split(","),d)}function A(a,d){var c={},b;for(b=0;b<a.length;b++)c[d?q(a[b]):a[b]]=!0;return c}function t(a,d){d&&d.length&&g(a,A(d))}function P(a){for(var d={},c=0,b=a.length;c<b;c++){var k=a[c];d[k.name]=k.value}return d}function K(a){return a.replace(/&/g,"&amp;").replace(Q,function(a){var c= -a.charCodeAt(0);a=a.charCodeAt(1);return"&#"+(1024*(c-55296)+(a-56320)+65536)+";"}).replace(u,function(a){return"&#"+a.charCodeAt(0)+";"}).replace(/</g,"&lt;").replace(/>/g,"&gt;")}function z(a){for(;a;){if(a.nodeType===s.Node.ELEMENT_NODE)for(var d=a.attributes,c=0,b=d.length;c<b;c++){var k=d[c],f=k.name.toLowerCase();if("xmlns:ns1"===f||0===f.lastIndexOf("ns1:",0))a.removeAttributeNode(k),c--,b--}(d=a.firstChild)&&z(d);a=v("nextSibling",a)}}function v(a,d){var c=d[a];if(c&&I.call(d,c))throw C("elclob", -d.outerHTML||d.outerText);return c}var y=!1,f=!1;this.$get=["$$sanitizeUri",function(a){y=!0;f&&g(m,l);return function(d){var c=[];J(d,B(c,function(b,c){return!/^unsafe:/.test(a(b,c))}));return c.join("")}}];this.enableSvg=function(a){return H(a)?(f=a,this):f};this.addValidElements=function(a){y||(G(a)&&(a={htmlElements:a}),t(l,a.svgElements),t(r,a.htmlVoidElements),t(m,a.htmlVoidElements),t(m,a.htmlElements));return this};this.addValidAttrs=function(a){y||g(L,A(a,!0));return this};E=e.bind;g=e.extend; -F=e.forEach;G=e.isArray;H=e.isDefined;q=e.$$lowercase;D=e.noop;J=function(a,d){null===a||void 0===a?a="":"string"!==typeof a&&(a=""+a);var c=M(a);if(!c)return"";var b=5;do{if(0===b)throw C("uinput");b--;a=c.innerHTML;c=M(a)}while(a!==c.innerHTML);for(b=c.firstChild;b;){switch(b.nodeType){case 1:d.start(b.nodeName.toLowerCase(),P(b.attributes));break;case 3:d.chars(b.textContent)}var k;if(!(k=b.firstChild)&&(1===b.nodeType&&d.end(b.nodeName.toLowerCase()),k=v("nextSibling",b),!k))for(;null==k;){b= -v("parentNode",b);if(b===c)break;k=v("nextSibling",b);1===b.nodeType&&d.end(b.nodeName.toLowerCase())}b=k}for(;b=c.firstChild;)c.removeChild(b)};B=function(a,d){var c=!1,b=E(a,a.push);return{start:function(a,f){a=q(a);!c&&w[a]&&(c=a);c||!0!==m[a]||(b("<"),b(a),F(f,function(c,f){var e=q(f),h="img"===a&&"src"===e||"background"===e;!0!==L[e]||!0===N[e]&&!d(c,h)||(b(" "),b(f),b('="'),b(K(c)),b('"'))}),b(">"))},end:function(a){a=q(a);c||!0!==m[a]||!0===r[a]||(b("</"),b(a),b(">"));a==c&&(c=!1)},chars:function(a){c|| -b(K(a))}}};I=s.Node.prototype.contains||function(a){return!!(this.compareDocumentPosition(a)&16)};var Q=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,u=/([^#-~ |!])/g,r=h("area,br,col,hr,img,wbr"),x=h("colgroup,dd,dt,li,p,tbody,td,tfoot,th,thead,tr"),p=h("rp,rt"),n=g({},p,x),x=g({},x,h("address,article,aside,blockquote,caption,center,del,dir,div,dl,figure,figcaption,footer,h1,h2,h3,h4,h5,h6,header,hgroup,hr,ins,map,menu,nav,ol,pre,section,table,ul")),p=g({},p,h("a,abbr,acronym,b,bdi,bdo,big,br,cite,code,del,dfn,em,font,i,img,ins,kbd,label,map,mark,q,ruby,rp,rt,s,samp,small,span,strike,strong,sub,sup,time,tt,u,var")), -l=h("circle,defs,desc,ellipse,font-face,font-face-name,font-face-src,g,glyph,hkern,image,linearGradient,line,marker,metadata,missing-glyph,mpath,path,polygon,polyline,radialGradient,rect,stop,svg,switch,text,title,tspan"),w=h("script,style"),m=g({},r,x,p,n),N=h("background,cite,href,longdesc,src,xlink:href,xml:base"),n=h("abbr,align,alt,axis,bgcolor,border,cellpadding,cellspacing,class,clear,color,cols,colspan,compact,coords,dir,face,headers,height,hreflang,hspace,ismap,lang,language,nohref,nowrap,rel,rev,rows,rowspan,rules,scope,scrolling,shape,size,span,start,summary,tabindex,target,title,type,valign,value,vspace,width"), -p=h("accent-height,accumulate,additive,alphabetic,arabic-form,ascent,baseProfile,bbox,begin,by,calcMode,cap-height,class,color,color-rendering,content,cx,cy,d,dx,dy,descent,display,dur,end,fill,fill-rule,font-family,font-size,font-stretch,font-style,font-variant,font-weight,from,fx,fy,g1,g2,glyph-name,gradientUnits,hanging,height,horiz-adv-x,horiz-origin-x,ideographic,k,keyPoints,keySplines,keyTimes,lang,marker-end,marker-mid,marker-start,markerHeight,markerUnits,markerWidth,mathematical,max,min,offset,opacity,orient,origin,overline-position,overline-thickness,panose-1,path,pathLength,points,preserveAspectRatio,r,refX,refY,repeatCount,repeatDur,requiredExtensions,requiredFeatures,restart,rotate,rx,ry,slope,stemh,stemv,stop-color,stop-opacity,strikethrough-position,strikethrough-thickness,stroke,stroke-dasharray,stroke-dashoffset,stroke-linecap,stroke-linejoin,stroke-miterlimit,stroke-opacity,stroke-width,systemLanguage,target,text-anchor,to,transform,type,u1,u2,underline-position,underline-thickness,unicode,unicode-range,units-per-em,values,version,viewBox,visibility,width,widths,x,x-height,x1,x2,xlink:actuate,xlink:arcrole,xlink:role,xlink:show,xlink:title,xlink:type,xml:base,xml:lang,xml:space,xmlns,xmlns:xlink,y,y1,y2,zoomAndPan", -!0),L=g({},N,p,n),M=function(a,d){function c(b){b="<remove></remove>"+b;try{var c=(new a.DOMParser).parseFromString(b,"text/html").body;c.firstChild.remove();return c}catch(d){}}var b;try{b=!!c("")}catch(f){b=!1}if(b)return c;if(!d||!d.implementation)throw C("noinert");b=d.implementation.createHTMLDocument("inert");var e=(b.documentElement||b.getDocumentElement()).querySelector("body");return function(a){e.innerHTML=a;d.documentMode&&z(e);return e}}(s,s.document)}).info({angularVersion:"1.8.3"}); -e.module("ngSanitize").filter("linky",["$sanitize",function(h){var g=/((s?ftp|https?):\/\/|(www\.)|(mailto:)?[A-Za-z0-9._%+-]+@)\S*[^\s.;,(){}<>"\u201d\u2019]/i,t=/^mailto:/i,q=e.$$minErr("linky"),s=e.isDefined,z=e.isFunction,v=e.isObject,y=e.isString;return function(f,e,u){function r(e){e&&l.push(O(e))}function x(f,h){var g,a=p(f);l.push("<a ");for(g in a)l.push(g+'="'+a[g]+'" ');!s(e)||"target"in a||l.push('target="',e,'" ');l.push('href="',f.replace(/"/g,"&quot;"),'">');r(h);l.push("</a>")}if(null== -f||""===f)return f;if(!y(f))throw q("notstring",f);for(var p=z(u)?u:v(u)?function(){return u}:function(){return{}},n=f,l=[],w,m;f=n.match(g);)w=f[0],f[2]||f[4]||(w=(f[3]?"http://":"mailto:")+w),m=f.index,r(n.substr(0,m)),x(w,f[0].replace(t,"")),n=n.substring(m+f[0].length);r(n);return h(l.join(""))}}])})(window,window.angular); -//# sourceMappingURL=angular-sanitize.min.js.map - -/* - AngularJS v1.8.3 - (c) 2010-2020 Google LLC. http://angularjs.org - License: MIT -*/ -(function(t,p){'use strict';function q(g,h,s){n.directive(g,["$parse","$swipe",function(a,b){return function(c,e,f){function k(a){if(!d)return!1;var b=Math.abs(a.y-d.y);a=(a.x-d.x)*h;return l&&75>b&&0<a&&30<a&&.3>b/a}var m=a(f[g]),d,l,r=["touch"];p.isDefined(f.ngSwipeDisableMouse)||r.push("mouse");b.bind(e,{start:function(a,b){d=a;l=!0},cancel:function(a){l=!1},end:function(a,b){k(a)&&c.$apply(function(){e.triggerHandler(s);m(c,{$event:b})})}},r)}}])}var n=p.module("ngTouch",[]);n.info({angularVersion:"1.8.3"}); -n.factory("$swipe",[function(){function g(a){a=a.originalEvent||a;var b=a.touches&&a.touches.length?a.touches:[a];a=a.changedTouches&&a.changedTouches[0]||b[0];return{x:a.clientX,y:a.clientY}}function h(a,b){var c=[];p.forEach(a,function(a){(a=n[a][b])&&c.push(a)});return c.join(" ")}var n={mouse:{start:"mousedown",move:"mousemove",end:"mouseup"},touch:{start:"touchstart",move:"touchmove",end:"touchend",cancel:"touchcancel"},pointer:{start:"pointerdown",move:"pointermove",end:"pointerup",cancel:"pointercancel"}}; -return{bind:function(a,b,c){var e,f,k,m,d=!1;c=c||["mouse","touch","pointer"];a.on(h(c,"start"),function(a){k=g(a);d=!0;f=e=0;m=k;b.start&&b.start(k,a)});var l=h(c,"cancel");if(l)a.on(l,function(a){d=!1;b.cancel&&b.cancel(a)});a.on(h(c,"move"),function(a){if(d&&k){var c=g(a);e+=Math.abs(c.x-m.x);f+=Math.abs(c.y-m.y);m=c;10>e&&10>f||(f>e?(d=!1,b.cancel&&b.cancel(a)):(a.preventDefault(),b.move&&b.move(c,a)))}});a.on(h(c,"end"),function(a){d&&(d=!1,b.end&&b.end(g(a),a))})}}}]);q("ngSwipeLeft",-1,"swipeleft"); -q("ngSwipeRight",1,"swiperight")})(window,window.angular); -//# sourceMappingURL=angular-touch.min.js.map - -/* - AngularJS v1.8.3 - (c) 2010-2020 Google LLC. http://angularjs.org - License: MIT -*/ -(function(Y,z){'use strict';function Fa(a,b,c){if(!a)throw Pa("areq",b||"?",c||"required");return a}function Ga(a,b){if(!a&&!b)return"";if(!a)return b;if(!b)return a;Z(a)&&(a=a.join(" "));Z(b)&&(b=b.join(" "));return a+" "+b}function Qa(a){var b={};a&&(a.to||a.from)&&(b.to=a.to,b.from=a.from);return b}function $(a,b,c){var d="";a=Z(a)?a:a&&G(a)&&a.length?a.split(/\s+/):[];s(a,function(a,k){a&&0<a.length&&(d+=0<k?" ":"",d+=c?b+a:a+b)});return d}function Ha(a){if(a instanceof A)switch(a.length){case 0:return a; -case 1:if(1===a[0].nodeType)return a;break;default:return A(va(a))}if(1===a.nodeType)return A(a)}function va(a){if(!a[0])return a;for(var b=0;b<a.length;b++){var c=a[b];if(1===c.nodeType)return c}}function Ra(a,b,c){s(b,function(b){a.addClass(b,c)})}function Sa(a,b,c){s(b,function(b){a.removeClass(b,c)})}function aa(a){return function(b,c){c.addClass&&(Ra(a,b,c.addClass),c.addClass=null);c.removeClass&&(Sa(a,b,c.removeClass),c.removeClass=null)}}function pa(a){a=a||{};if(!a.$$prepared){var b=a.domOperation|| -N;a.domOperation=function(){a.$$domOperationFired=!0;b();b=N};a.$$prepared=!0}return a}function ha(a,b){Ia(a,b);Ja(a,b)}function Ia(a,b){b.from&&(a.css(b.from),b.from=null)}function Ja(a,b){b.to&&(a.css(b.to),b.to=null)}function T(a,b,c){var d=b.options||{};c=c.options||{};var f=(d.addClass||"")+" "+(c.addClass||""),k=(d.removeClass||"")+" "+(c.removeClass||"");a=Ta(a.attr("class"),f,k);c.preparationClasses&&(d.preparationClasses=ba(c.preparationClasses,d.preparationClasses),delete c.preparationClasses); -f=d.domOperation!==N?d.domOperation:null;wa(d,c);f&&(d.domOperation=f);d.addClass=a.addClass?a.addClass:null;d.removeClass=a.removeClass?a.removeClass:null;b.addClass=d.addClass;b.removeClass=d.removeClass;return d}function Ta(a,b,c){function d(a){G(a)&&(a=a.split(" "));var c={};s(a,function(a){a.length&&(c[a]=!0)});return c}var f={};a=d(a);b=d(b);s(b,function(a,c){f[c]=1});c=d(c);s(c,function(a,c){f[c]=1===f[c]?null:-1});var k={addClass:"",removeClass:""};s(f,function(c,b){var d,f;1===c?(d="addClass", -f=!a[b]||a[b+"-remove"]):-1===c&&(d="removeClass",f=a[b]||a[b+"-add"]);f&&(k[d].length&&(k[d]+=" "),k[d]+=b)});return k}function K(a){return a instanceof A?a[0]:a}function Ua(a,b,c,d){a="";c&&(a=$(c,"ng-",!0));d.addClass&&(a=ba(a,$(d.addClass,"-add")));d.removeClass&&(a=ba(a,$(d.removeClass,"-remove")));a.length&&(d.preparationClasses=a,b.addClass(a))}function xa(a,b){var c=b?"paused":"",d=ca+"PlayState";ma(a,[d,c]);return[d,c]}function ma(a,b){a.style[b[0]]=b[1]}function ba(a,b){return a?b?a+" "+ -b:a:b}function Ka(a,b,c){var d=Object.create(null),f=a.getComputedStyle(b)||{};s(c,function(a,c){var b=f[a];if(b){var L=b.charAt(0);if("-"===L||"+"===L||0<=L)b=Va(b);0===b&&(b=null);d[c]=b}});return d}function Va(a){var b=0;a=a.split(/\s*,\s*/);s(a,function(a){"s"===a.charAt(a.length-1)&&(a=a.substring(0,a.length-1));a=parseFloat(a)||0;b=b?Math.max(a,b):a});return b}function ya(a){return 0===a||null!=a}function La(a,b){var c=M,d=a+"s";b?c+="Duration":d+=" linear all";return[c,d]}function Ma(a,b,c){s(c, -function(c){a[c]=za(a[c])?a[c]:b.style.getPropertyValue(c)})}var M,Aa,ca,Ba;void 0===Y.ontransitionend&&void 0!==Y.onwebkittransitionend?(M="WebkitTransition",Aa="webkitTransitionEnd transitionend"):(M="transition",Aa="transitionend");void 0===Y.onanimationend&&void 0!==Y.onwebkitanimationend?(ca="WebkitAnimation",Ba="webkitAnimationEnd animationend"):(ca="animation",Ba="animationend");var qa=ca+"Delay",Ca=ca+"Duration",na=M+"Delay",Na=M+"Duration",Pa=z.$$minErr("ng"),ra={blockTransitions:function(a, -b){var c=b?"-"+b+"s":"";ma(a,[na,c]);return[na,c]}},Wa={transitionDuration:Na,transitionDelay:na,transitionProperty:M+"Property",animationDuration:Ca,animationDelay:qa,animationIterationCount:ca+"IterationCount"},Xa={transitionDuration:Na,transitionDelay:na,animationDuration:Ca,animationDelay:qa},Da,wa,s,Z,za,sa,Ea,ta,G,R,A,N;z.module("ngAnimate",[],function(){N=z.noop;Da=z.copy;wa=z.extend;A=z.element;s=z.forEach;Z=z.isArray;G=z.isString;ta=z.isObject;R=z.isUndefined;za=z.isDefined;Ea=z.isFunction; -sa=z.isElement}).info({angularVersion:"1.8.3"}).directive("ngAnimateSwap",["$animate",function(a){return{restrict:"A",transclude:"element",terminal:!0,priority:550,link:function(b,c,d,f,k){var e,Q;b.$watchCollection(d.ngAnimateSwap||d["for"],function(b){e&&a.leave(e);Q&&(Q.$destroy(),Q=null);(b||0===b)&&k(function(b,d){e=b;Q=d;a.enter(b,null,c)})})}}}]).directive("ngAnimateChildren",["$interpolate",function(a){return{link:function(b,c,d){function f(a){c.data("$$ngAnimateChildren","on"===a||"true"=== -a)}var k=d.ngAnimateChildren;G(k)&&0===k.length?c.data("$$ngAnimateChildren",!0):(f(a(k)(b)),d.$observe("ngAnimateChildren",f))}}}]).factory("$$rAFScheduler",["$$rAF",function(a){function b(a){d=d.concat(a);c()}function c(){if(d.length){for(var b=d.shift(),e=0;e<b.length;e++)b[e]();f||a(function(){f||c()})}}var d,f;d=b.queue=[];b.waitUntilQuiet=function(b){f&&f();f=a(function(){f=null;b();c()})};return b}]).provider("$$animateQueue",["$animateProvider",function(a){function b(a){return{addClass:a.addClass, -removeClass:a.removeClass,from:a.from,to:a.to}}function c(a){if(!a)return null;a=a.split(" ");var b=Object.create(null);s(a,function(a){b[a]=!0});return b}function d(a,b){if(a&&b){var d=c(b);return a.split(" ").some(function(a){return d[a]})}}function f(a,b,c){return e[a].some(function(a){return a(b,c)})}function k(a,b){var c=0<(a.addClass||"").length,d=0<(a.removeClass||"").length;return b?c&&d:c||d}var e=this.rules={skip:[],cancel:[],join:[]};e.join.push(function(a,b){return!a.structural&&k(a)}); -e.skip.push(function(a,b){return!a.structural&&!k(a)});e.skip.push(function(a,b){return"leave"===b.event&&a.structural});e.skip.push(function(a,b){return b.structural&&2===b.state&&!a.structural});e.cancel.push(function(a,b){return b.structural&&a.structural});e.cancel.push(function(a,b){return 2===b.state&&a.structural});e.cancel.push(function(a,b){if(b.structural)return!1;var c=a.addClass,f=a.removeClass,k=b.addClass,e=b.removeClass;return R(c)&&R(f)||R(k)&&R(e)?!1:d(c,e)||d(f,k)});this.$get=["$$rAF", -"$rootScope","$rootElement","$document","$$Map","$$animation","$$AnimateRunner","$templateRequest","$$jqLite","$$forceReflow","$$isDocumentHidden",function(c,d,e,C,U,oa,H,u,t,I,da){function ia(a){O.delete(a.target)}function v(){var a=!1;return function(b){a?b():d.$$postDigest(function(){a=!0;b()})}}function ua(a,b,c){var g=[],l=m[c];l&&s(l,function(l){Oa.call(l.node,b)?g.push(l.callback):"leave"===c&&Oa.call(l.node,a)&&g.push(l.callback)});return g}function h(a,b,c){var l=va(b);return a.filter(function(a){return!(a.node=== -l&&(!c||a.callback===c))})}function q(a,J,w){function e(a,b,l,g){u(function(){var a=ua(ia,m,b);a.length?c(function(){s(a,function(a){a(h,l,g)});"close"!==l||m.parentNode||D.off(m)}):"close"!==l||m.parentNode||D.off(m)});a.progress(b,l,g)}function I(a){var b=h,c=n;c.preparationClasses&&(b.removeClass(c.preparationClasses),c.preparationClasses=null);c.activeClasses&&(b.removeClass(c.activeClasses),c.activeClasses=null);W(h,n);ha(h,n);n.domOperation();q.complete(!a)}var n=Da(w),h=Ha(a),m=K(h),ia=m&& -m.parentNode,n=pa(n),q=new H,u=v();Z(n.addClass)&&(n.addClass=n.addClass.join(" "));n.addClass&&!G(n.addClass)&&(n.addClass=null);Z(n.removeClass)&&(n.removeClass=n.removeClass.join(" "));n.removeClass&&!G(n.removeClass)&&(n.removeClass=null);n.from&&!ta(n.from)&&(n.from=null);n.to&&!ta(n.to)&&(n.to=null);if(!(B&&m&&fa(m,J,w)&&Ya(m,n)))return I(),q;var x=0<=["enter","move","leave"].indexOf(J),r=da(),P=r||O.get(m);w=!P&&y.get(m)||{};var p=!!w.state;P||p&&1===w.state||(P=!E(m,ia,J));if(P)return r&& -e(q,J,"start",b(n)),I(),r&&e(q,J,"close",b(n)),q;x&&F(m);r={structural:x,element:h,event:J,addClass:n.addClass,removeClass:n.removeClass,close:I,options:n,runner:q};if(p){if(f("skip",r,w)){if(2===w.state)return I(),q;T(h,w,r);return w.runner}if(f("cancel",r,w))if(2===w.state)w.runner.end();else if(w.structural)w.close();else return T(h,w,r),w.runner;else if(f("join",r,w))if(2===w.state)T(h,r,{});else return Ua(t,h,x?J:null,n),J=r.event=w.event,n=T(h,w,r),w.runner}else T(h,r,{});(p=r.structural)|| -(p="animate"===r.event&&0<Object.keys(r.options.to||{}).length||k(r));if(!p)return I(),g(m),q;var C=(w.counter||0)+1;r.counter=C;l(m,1,r);d.$$postDigest(function(){h=Ha(a);var c=y.get(m),d=!c,c=c||{},t=0<(h.parent()||[]).length&&("animate"===c.event||c.structural||k(c));if(d||c.counter!==C||!t){d&&(W(h,n),ha(h,n));if(d||x&&c.event!==J)n.domOperation(),q.end();t||g(m)}else J=!c.structural&&k(c,!0)?"setClass":c.event,l(m,2),c=oa(h,J,c.options),q.setHost(c),e(q,J,"start",b(n)),c.done(function(a){I(!a); -(a=y.get(m))&&a.counter===C&&g(m);e(q,J,"close",b(n))})});return q}function F(a){a=a.querySelectorAll("[data-ng-animate]");s(a,function(a){var b=parseInt(a.getAttribute("data-ng-animate"),10),c=y.get(a);if(c)switch(b){case 2:c.runner.end();case 1:y.delete(a)}})}function g(a){a.removeAttribute("data-ng-animate");y.delete(a)}function E(a,b,c){c=C[0].body;var l=K(e),g=a===c||"HTML"===a.nodeName,d=a===l,t=!1,m=O.get(a),h;for((a=A.data(a,"$ngAnimatePin"))&&(b=K(a));b;){d||(d=b===l);if(1!==b.nodeType)break; -a=y.get(b)||{};if(!t){var f=O.get(b);if(!0===f&&!1!==m){m=!0;break}else!1===f&&(m=!1);t=a.structural}if(R(h)||!0===h)a=A.data(b,"$$ngAnimateChildren"),za(a)&&(h=a);if(t&&!1===h)break;g||(g=b===c);if(g&&d)break;if(!d&&(a=A.data(b,"$ngAnimatePin"))){b=K(a);continue}b=b.parentNode}return(!t||h)&&!0!==m&&d&&g}function l(a,b,c){c=c||{};c.state=b;a.setAttribute("data-ng-animate",b);c=(b=y.get(a))?wa(b,c):c;y.set(a,c)}var y=new U,O=new U,B=null,P=d.$watch(function(){return 0===u.totalPendingRequests},function(a){a&& -(P(),d.$$postDigest(function(){d.$$postDigest(function(){null===B&&(B=!0)})}))}),m=Object.create(null);U=a.customFilter();var la=a.classNameFilter();I=function(){return!0};var fa=U||I,Ya=la?function(a,b){var c=[a.getAttribute("class"),b.addClass,b.removeClass].join(" ");return la.test(c)}:I,W=aa(t),Oa=Y.Node.prototype.contains||function(a){return this===a||!!(this.compareDocumentPosition(a)&16)},D={on:function(a,b,c){var l=va(b);m[a]=m[a]||[];m[a].push({node:l,callback:c});A(b).on("$destroy",function(){y.get(l)|| -D.off(a,b,c)})},off:function(a,b,c){if(1!==arguments.length||G(arguments[0])){var l=m[a];l&&(m[a]=1===arguments.length?null:h(l,b,c))}else for(l in b=arguments[0],m)m[l]=h(m[l],b)},pin:function(a,b){Fa(sa(a),"element","not an element");Fa(sa(b),"parentElement","not an element");a.data("$ngAnimatePin",b)},push:function(a,b,c,l){c=c||{};c.domOperation=l;return q(a,b,c)},enabled:function(a,b){var c=arguments.length;if(0===c)b=!!B;else if(sa(a)){var l=K(a);if(1===c)b=!O.get(l);else{if(!O.has(l))A(a).on("$destroy", -ia);O.set(l,!b)}}else b=B=!!a;return b}};return D}]}]).provider("$$animateCache",function(){var a=0,b=Object.create(null);this.$get=[function(){return{cacheKey:function(b,d,f,k){var e=b.parentNode;b=[e.$$ngAnimateParentKey||(e.$$ngAnimateParentKey=++a),d,b.getAttribute("class")];f&&b.push(f);k&&b.push(k);return b.join(" ")},containsCachedAnimationWithoutDuration:function(a){return(a=b[a])&&!a.isValid||!1},flush:function(){b=Object.create(null)},count:function(a){return(a=b[a])?a.total:0},get:function(a){return(a= -b[a])&&a.value},put:function(a,d,f){b[a]?(b[a].total++,b[a].value=d):b[a]={total:1,value:d,isValid:f}}}}]}).provider("$$animation",["$animateProvider",function(a){var b=this.drivers=[];this.$get=["$$jqLite","$rootScope","$injector","$$AnimateRunner","$$Map","$$rAFScheduler","$$animateCache",function(a,d,f,k,e,Q,L){function x(a){function b(a){if(a.processed)return a;a.processed=!0;var d=a.domNode,t=d.parentNode;f.set(d,a);for(var h;t;){if(h=f.get(t)){h.processed||(h=b(h));break}t=t.parentNode}(h|| -c).children.push(a);return a}var c={children:[]},d,f=new e;for(d=0;d<a.length;d++){var da=a[d];f.set(da.domNode,a[d]={domNode:da.domNode,element:da.element,fn:da.fn,children:[]})}for(d=0;d<a.length;d++)b(a[d]);return function(a){var b=[],c=[],d;for(d=0;d<a.children.length;d++)c.push(a.children[d]);a=c.length;var t=0,f=[];for(d=0;d<c.length;d++){var g=c[d];0>=a&&(a=t,t=0,b.push(f),f=[]);f.push(g);g.children.forEach(function(a){t++;c.push(a)});a--}f.length&&b.push(f);return b}(c)}var C=[],U=aa(a);return function(e, -H,u){function t(a){a=a.hasAttribute("ng-animate-ref")?[a]:a.querySelectorAll("[ng-animate-ref]");var b=[];s(a,function(a){var c=a.getAttribute("ng-animate-ref");c&&c.length&&b.push(a)});return b}function I(a){var b=[],c={};s(a,function(a,d){var l=K(a.element),g=0<=["enter","move"].indexOf(a.event),l=a.structural?t(l):[];if(l.length){var f=g?"to":"from";s(l,function(a){var b=a.getAttribute("ng-animate-ref");c[b]=c[b]||{};c[b][f]={animationID:d,element:A(a)}})}else b.push(a)});var d={},g={};s(c,function(c, -t){var f=c.from,e=c.to;if(f&&e){var h=a[f.animationID],k=a[e.animationID],E=f.animationID.toString();if(!g[E]){var I=g[E]={structural:!0,beforeStart:function(){h.beforeStart();k.beforeStart()},close:function(){h.close();k.close()},classes:da(h.classes,k.classes),from:h,to:k,anchors:[]};I.classes.length?b.push(I):(b.push(h),b.push(k))}g[E].anchors.push({out:f.element,"in":e.element})}else f=f?f.animationID:e.animationID,e=f.toString(),d[e]||(d[e]=!0,b.push(a[f]))});return b}function da(a,b){a=a.split(" "); -b=b.split(" ");for(var c=[],d=0;d<a.length;d++){var g=a[d];if("ng-"!==g.substring(0,3))for(var t=0;t<b.length;t++)if(g===b[t]){c.push(g);break}}return c.join(" ")}function ia(a){for(var c=b.length-1;0<=c;c--){var d=f.get(b[c])(a);if(d)return d}}function v(a,b){function c(a){(a=a.data("$$animationRunner"))&&a.setHost(b)}a.from&&a.to?(c(a.from.element),c(a.to.element)):c(a.element)}function ua(){var a=e.data("$$animationRunner");!a||"leave"===H&&u.$$domOperationFired||a.end()}function h(b){e.off("$destroy", -ua);e.removeData("$$animationRunner");U(e,u);ha(e,u);u.domOperation();E&&a.removeClass(e,E);F.complete(!b)}u=pa(u);var q=0<=["enter","move","leave"].indexOf(H),F=new k({end:function(){h()},cancel:function(){h(!0)}});if(!b.length)return h(),F;var g=Ga(e.attr("class"),Ga(u.addClass,u.removeClass)),E=u.tempClasses;E&&(g+=" "+E,u.tempClasses=null);q&&e.data("$$animatePrepareClasses","ng-"+H+"-prepare");e.data("$$animationRunner",F);C.push({element:e,classes:g,event:H,structural:q,options:u,beforeStart:function(){E= -(E?E+" ":"")+"ng-animate";a.addClass(e,E);var b=e.data("$$animatePrepareClasses");b&&a.removeClass(e,b)},close:h});e.on("$destroy",ua);if(1<C.length)return F;d.$$postDigest(function(){var b=[];s(C,function(a){a.element.data("$$animationRunner")?b.push(a):a.close()});C.length=0;var d=I(b),g=[];s(d,function(a){var b=a.from?a.from.element:a.element,c=u.addClass,d=L.cacheKey(b[0],a.event,(c?c+" ":"")+"ng-animate",u.removeClass);g.push({element:b,domNode:K(b),fn:function(){var b,c=a.close;if(L.containsCachedAnimationWithoutDuration(d))c(); -else{a.beforeStart();if((a.anchors?a.from.element||a.to.element:a.element).data("$$animationRunner")){var g=ia(a);g&&(b=g.start)}b?(b=b(),b.done(function(a){c(!a)}),v(a,b)):c()}}})});for(var d=x(g),t=0;t<d.length;t++)for(var f=d[t],e=0;e<f.length;e++){var h=f[e],k=h.element;d[t][e]=h.fn;0===t?k.removeData("$$animatePrepareClasses"):(h=k.data("$$animatePrepareClasses"))&&a.addClass(k,h)}Q(d)});return F}}]}]).provider("$animateCss",["$animateProvider",function(a){this.$get=["$window","$$jqLite","$$AnimateRunner", -"$timeout","$$animateCache","$$forceReflow","$sniffer","$$rAFScheduler","$$animateQueue",function(a,c,d,f,k,e,Q,L,x){function C(d,f,e,x){var v,s="stagger-"+e;0<k.count(e)&&(v=k.get(s),v||(f=$(f,"-stagger"),c.addClass(d,f),v=Ka(a,d,x),v.animationDuration=Math.max(v.animationDuration,0),v.transitionDuration=Math.max(v.transitionDuration,0),c.removeClass(d,f),k.put(s,v,!0)));return v||{}}function U(a){u.push(a);L.waitUntilQuiet(function(){k.flush();for(var a=e(),b=0;b<u.length;b++)u[b](a);u.length=0})} -function z(c,d,f,e){d=k.get(f);d||(d=Ka(a,c,Wa),"infinite"===d.animationIterationCount&&(d.animationIterationCount=1));k.put(f,d,e||0<d.transitionDuration||0<d.animationDuration);c=d;f=c.animationDelay;e=c.transitionDelay;c.maxDelay=f&&e?Math.max(f,e):f||e;c.maxDuration=Math.max(c.animationDuration*c.animationIterationCount,c.transitionDuration);return c}var H=aa(c),u=[];return function(a,b){function e(){v()}function L(){v(!0)}function v(b){if(!(P||la&&m)){P=!0;m=!1;V&&!g.$$skipPreparationClasses&& -c.removeClass(a,V);ba&&c.removeClass(a,ba);xa(l,!1);ra.blockTransitions(l,!1);s(y,function(a){l.style[a[0]]=""});H(a,g);ha(a,g);Object.keys(E).length&&s(E,function(a,b){a?l.style.setProperty(b,a):l.style.removeProperty(b)});if(g.onDone)g.onDone();w&&w.length&&a.off(w.join(" "),q);var d=a.data("$$animateCss");d&&(f.cancel(d[0].timer),a.removeData("$$animateCss"));fa&&fa.complete(!b)}}function u(a){p.blockTransition&&ra.blockTransitions(l,a);p.blockKeyframeAnimation&&xa(l,!!a)}function h(){fa=new d({end:e, -cancel:L});U(N);v();return{$$willAnimate:!1,start:function(){return fa},end:e}}function q(a){a.stopPropagation();var b=a.originalEvent||a;b.target===l&&(a=b.$manualTimeStamp||Date.now(),b=parseFloat(b.elapsedTime.toFixed(3)),Math.max(a-J,0)>=G&&b>=D&&(la=!0,v()))}function F(){function b(){if(!P){u(!1);s(y,function(a){l.style[a[0]]=a[1]});H(a,g);c.addClass(a,ba);if(p.recalculateTimingStyles){T=l.getAttribute("class")+" "+V;ka=k.cacheKey(l,ja,g.addClass,g.removeClass);r=z(l,T,ka,!1);ga=r.maxDelay;W= -Math.max(ga,0);D=r.maxDuration;if(0===D){v();return}p.hasTransitions=0<r.transitionDuration;p.hasAnimations=0<r.animationDuration}p.applyAnimationDelay&&(ga="boolean"!==typeof g.delay&&ya(g.delay)?parseFloat(g.delay):ga,W=Math.max(ga,0),r.animationDelay=ga,ea=[qa,ga+"s"],y.push(ea),l.style[ea[0]]=ea[1]);G=1E3*W;R=1E3*D;if(g.easing){var e,h=g.easing;p.hasTransitions&&(e=M+"TimingFunction",y.push([e,h]),l.style[e]=h);p.hasAnimations&&(e=ca+"TimingFunction",y.push([e,h]),l.style[e]=h)}r.transitionDuration&& -w.push(Aa);r.animationDuration&&w.push(Ba);J=Date.now();var m=G+1.5*R;e=J+m;var h=a.data("$$animateCss")||[],F=!0;if(h.length){var n=h[0];(F=e>n.expectedEndTime)?f.cancel(n.timer):h.push(v)}F&&(m=f(d,m,!1),h[0]={timer:m,expectedEndTime:e},h.push(v),a.data("$$animateCss",h));if(w.length)a.on(w.join(" "),q);g.to&&(g.cleanupStyles&&Ma(E,l,Object.keys(g.to)),Ja(a,g))}}function d(){var b=a.data("$$animateCss");if(b){for(var c=1;c<b.length;c++)b[c]();a.removeData("$$animateCss")}}if(!P)if(l.parentNode){var e= -function(a){if(la)m&&a&&(m=!1,v());else if(m=!a,r.animationDuration)if(a=xa(l,m),m)y.push(a);else{var b=y,c=b.indexOf(a);0<=a&&b.splice(c,1)}},h=0<aa&&(r.transitionDuration&&0===X.transitionDuration||r.animationDuration&&0===X.animationDuration)&&Math.max(X.animationDelay,X.transitionDelay);h?f(b,Math.floor(h*aa*1E3),!1):b();A.resume=function(){e(!0)};A.pause=function(){e(!1)}}else v()}var g=b||{};g.$$prepared||(g=pa(Da(g)));var E={},l=K(a);if(!l||!l.parentNode||!x.enabled())return h();var y=[],O= -a.attr("class"),B=Qa(g),P,m,la,fa,A,W,G,D,R,J,w=[];if(0===g.duration||!Q.animations&&!Q.transitions)return h();var ja=g.event&&Z(g.event)?g.event.join(" "):g.event,Y=ja&&g.structural,n="",S="";Y?n=$(ja,"ng-",!0):ja&&(n=ja);g.addClass&&(S+=$(g.addClass,"-add"));g.removeClass&&(S.length&&(S+=" "),S+=$(g.removeClass,"-remove"));g.applyClassesEarly&&S.length&&H(a,g);var V=[n,S].join(" ").trim(),T=O+" "+V,O=B.to&&0<Object.keys(B.to).length;if(!(0<(g.keyframeStyle||"").length||O||V))return h();var X,ka= -k.cacheKey(l,ja,g.addClass,g.removeClass);if(k.containsCachedAnimationWithoutDuration(ka))return V=null,h();0<g.stagger?(B=parseFloat(g.stagger),X={transitionDelay:B,animationDelay:B,transitionDuration:0,animationDuration:0}):X=C(l,V,ka,Xa);g.$$skipPreparationClasses||c.addClass(a,V);g.transitionStyle&&(B=[M,g.transitionStyle],ma(l,B),y.push(B));0<=g.duration&&(B=0<l.style[M].length,B=La(g.duration,B),ma(l,B),y.push(B));g.keyframeStyle&&(B=[ca,g.keyframeStyle],ma(l,B),y.push(B));var aa=X?0<=g.staggerIndex? -g.staggerIndex:k.count(ka):0;(n=0===aa)&&!g.skipBlocking&&ra.blockTransitions(l,9999);var r=z(l,T,ka,!Y),ga=r.maxDelay;W=Math.max(ga,0);D=r.maxDuration;var p={};p.hasTransitions=0<r.transitionDuration;p.hasAnimations=0<r.animationDuration;p.hasTransitionAll=p.hasTransitions&&"all"===r.transitionProperty;p.applyTransitionDuration=O&&(p.hasTransitions&&!p.hasTransitionAll||p.hasAnimations&&!p.hasTransitions);p.applyAnimationDuration=g.duration&&p.hasAnimations;p.applyTransitionDelay=ya(g.delay)&&(p.applyTransitionDuration|| -p.hasTransitions);p.applyAnimationDelay=ya(g.delay)&&p.hasAnimations;p.recalculateTimingStyles=0<S.length;if(p.applyTransitionDuration||p.applyAnimationDuration)D=g.duration?parseFloat(g.duration):D,p.applyTransitionDuration&&(p.hasTransitions=!0,r.transitionDuration=D,B=0<l.style[M+"Property"].length,y.push(La(D,B))),p.applyAnimationDuration&&(p.hasAnimations=!0,r.animationDuration=D,y.push([Ca,D+"s"]));if(0===D&&!p.recalculateTimingStyles)return h();var ba=$(V,"-active");if(null!=g.delay){var ea; -"boolean"!==typeof g.delay&&(ea=parseFloat(g.delay),W=Math.max(ea,0));p.applyTransitionDelay&&y.push([na,ea+"s"]);p.applyAnimationDelay&&y.push([qa,ea+"s"])}null==g.duration&&0<r.transitionDuration&&(p.recalculateTimingStyles=p.recalculateTimingStyles||n);G=1E3*W;R=1E3*D;g.skipBlocking||(p.blockTransition=0<r.transitionDuration,p.blockKeyframeAnimation=0<r.animationDuration&&0<X.animationDelay&&0===X.animationDuration);g.from&&(g.cleanupStyles&&Ma(E,l,Object.keys(g.from)),Ia(a,g));p.blockTransition|| -p.blockKeyframeAnimation?u(D):g.skipBlocking||ra.blockTransitions(l,!1);return{$$willAnimate:!0,end:e,start:function(){if(!P)return A={end:e,cancel:L,resume:null,pause:null},fa=new d(A),U(F),fa}}}}]}]).provider("$$animateCssDriver",["$$animationProvider",function(a){a.drivers.push("$$animateCssDriver");this.$get=["$animateCss","$rootScope","$$AnimateRunner","$rootElement","$sniffer","$$jqLite","$document",function(a,c,d,f,k,e,Q){function L(a){return a.replace(/\bng-\S+\b/g,"")}function x(a,b){G(a)&& -(a=a.split(" "));G(b)&&(b=b.split(" "));return a.filter(function(a){return-1===b.indexOf(a)}).join(" ")}function C(c,e,f){function k(a){var b={},c=K(a).getBoundingClientRect();s(["width","height","top","left"],function(a){var d=c[a];switch(a){case "top":d+=H.scrollTop;break;case "left":d+=H.scrollLeft}b[a]=Math.floor(d)+"px"});return b}function v(){var c=L(f.attr("class")||""),d=x(c,q),c=x(q,c),d=a(h,{to:k(f),addClass:"ng-anchor-in "+d,removeClass:"ng-anchor-out "+c,delay:!0});return d.$$willAnimate? -d:null}function C(){h.remove();e.removeClass("ng-animate-shim");f.removeClass("ng-animate-shim")}var h=A(K(e).cloneNode(!0)),q=L(h.attr("class")||"");e.addClass("ng-animate-shim");f.addClass("ng-animate-shim");h.addClass("ng-anchor");u.append(h);var F;c=function(){var c=a(h,{addClass:"ng-anchor-out",delay:!0,from:k(e)});return c.$$willAnimate?c:null}();if(!c&&(F=v(),!F))return C();var g=c||F;return{start:function(){function a(){c&&c.end()}var b,c=g.start();c.done(function(){c=null;if(!F&&(F=v()))return c= -F.start(),c.done(function(){c=null;C();b.complete()}),c;C();b.complete()});return b=new d({end:a,cancel:a})}}}function z(a,b,c,e){var f=oa(a,N),k=oa(b,N),h=[];s(e,function(a){(a=C(c,a.out,a["in"]))&&h.push(a)});if(f||k||0!==h.length)return{start:function(){function a(){s(b,function(a){a.end()})}var b=[];f&&b.push(f.start());k&&b.push(k.start());s(h,function(a){b.push(a.start())});var c=new d({end:a,cancel:a});d.all(b,function(a){c.complete(a)});return c}}}function oa(c){var d=c.element,e=c.options|| -{};c.structural&&(e.event=c.event,e.structural=!0,e.applyClassesEarly=!0,"leave"===c.event&&(e.onDone=e.domOperation));e.preparationClasses&&(e.event=ba(e.event,e.preparationClasses));c=a(d,e);return c.$$willAnimate?c:null}if(!k.animations&&!k.transitions)return N;var H=Q[0].body;c=K(f);var u=A(c.parentNode&&11===c.parentNode.nodeType||H.contains(c)?c:H);return function(a){return a.from&&a.to?z(a.from,a.to,a.classes,a.anchors):oa(a)}}]}]).provider("$$animateJs",["$animateProvider",function(a){this.$get= -["$injector","$$AnimateRunner","$$jqLite",function(b,c,d){function f(c){c=Z(c)?c:c.split(" ");for(var d=[],f={},k=0;k<c.length;k++){var s=c[k],z=a.$$registeredAnimations[s];z&&!f[s]&&(d.push(b.get(z)),f[s]=!0)}return d}var k=aa(d);return function(a,b,d,x){function C(){x.domOperation();k(a,x)}function z(a,b,d,f,e){switch(d){case "animate":b=[b,f.from,f.to,e];break;case "setClass":b=[b,t,I,e];break;case "addClass":b=[b,t,e];break;case "removeClass":b=[b,I,e];break;default:b=[b,e]}b.push(f);if(a=a.apply(a, -b))if(Ea(a.start)&&(a=a.start()),a instanceof c)a.done(e);else if(Ea(a))return a;return N}function A(a,b,d,e,f){var h=[];s(e,function(e){var l=e[f];l&&h.push(function(){var e,f,h=!1,k=function(a){h||(h=!0,(f||N)(a),e.complete(!a))};e=new c({end:function(){k()},cancel:function(){k(!0)}});f=z(l,a,b,d,function(a){k(!1===a)});return e})});return h}function H(a,b,d,e,f){var h=A(a,b,d,e,f);if(0===h.length){var k,q;"beforeSetClass"===f?(k=A(a,"removeClass",d,e,"beforeRemoveClass"),q=A(a,"addClass",d,e,"beforeAddClass")): -"setClass"===f&&(k=A(a,"removeClass",d,e,"removeClass"),q=A(a,"addClass",d,e,"addClass"));k&&(h=h.concat(k));q&&(h=h.concat(q))}if(0!==h.length)return function(a){var b=[];h.length&&s(h,function(a){b.push(a())});b.length?c.all(b,a):a();return function(a){s(b,function(b){a?b.cancel():b.end()})}}}var u=!1;3===arguments.length&&ta(d)&&(x=d,d=null);x=pa(x);d||(d=a.attr("class")||"",x.addClass&&(d+=" "+x.addClass),x.removeClass&&(d+=" "+x.removeClass));var t=x.addClass,I=x.removeClass,G=f(d),K,v;if(G.length){var M, -h;"leave"===b?(h="leave",M="afterLeave"):(h="before"+b.charAt(0).toUpperCase()+b.substr(1),M=b);"enter"!==b&&"move"!==b&&(K=H(a,b,x,G,h));v=H(a,b,x,G,M)}if(K||v){var q;return{$$willAnimate:!0,end:function(){q?q.end():(u=!0,C(),ha(a,x),q=new c,q.complete(!0));return q},start:function(){function b(c){u=!0;C();ha(a,x);q.complete(c)}if(q)return q;q=new c;var d,f=[];K&&f.push(function(a){d=K(a)});f.length?f.push(function(a){C();a(!0)}):C();v&&f.push(function(a){d=v(a)});q.setHost({end:function(){u||((d|| -N)(void 0),b(void 0))},cancel:function(){u||((d||N)(!0),b(!0))}});c.chain(f,b);return q}}}}}]}]).provider("$$animateJsDriver",["$$animationProvider",function(a){a.drivers.push("$$animateJsDriver");this.$get=["$$animateJs","$$AnimateRunner",function(a,c){function d(c){return a(c.element,c.event,c.classes,c.options)}return function(a){if(a.from&&a.to){var b=d(a.from),e=d(a.to);if(b||e)return{start:function(){function a(){return function(){s(d,function(a){a.end()})}}var d=[];b&&d.push(b.start());e&& -d.push(e.start());c.all(d,function(a){f.complete(a)});var f=new c({end:a(),cancel:a()});return f}}}else return d(a)}}]}])})(window,window.angular); -//# sourceMappingURL=angular-animate.min.js.map - -/*! - * AngularJS Material Design - * https://github.com/angular/material - * @license MIT - * v1.2.5 - */ -!function(L,be,ge){"use strict";function e(e,t){if(t.has("$swipe")){e.warn("You are using the ngTouch module. \nAngularJS Material already has mobile click, tap, and swipe support... \nngTouch is not supported with AngularJS Material!")}}function t(e,t){e.decorator("$$rAF",["$delegate",n]),e.decorator("$q",["$delegate",o]),t.theme("default").primaryPalette("indigo").accentPalette("pink").warnPalette("deep-orange").backgroundPalette("grey")}function n(i){return i.throttle=function(e){var t,n,o,r;return function(){t=arguments,r=this,o=e,n||(n=!0,i(function(){o.apply(r,Array.prototype.slice.call(t)),n=!1}))}},i}function o(e){return e.resolve||(e.resolve=e.when),e}function r(i){return{restrict:"A",link:{pre:function(e,t,n){var o=n.mdAutoFocus||n.mdAutofocus||n.mdSidenavFocus;r(i(o)(e)),o&&e.$watch(o,r);function r(e){be.isUndefined(e)&&(e=!0),t.toggleClass("md-autofocus",!!e)}}}}}function i(e,d){function s(){return!0}e&&!be.isArray(e)&&(e=Array.prototype.slice.call(e)),d=!!d;var l=e||[];return{items:function(){return[].concat(l)},count:function(){return l.length},inRange:c,contains:t,indexOf:m,itemAt:function(e){return c(e)?l[e]:null},findBy:function(t,n){return l.filter(function(e){return e[t]===n})},add:function(e,t){if(!e)return-1;be.isNumber(t)||(t=l.length);return l.splice(t,0,e),m(e)},remove:function(e){t(e)&&l.splice(m(e),1)},first:u,last:p,next:be.bind(null,n,!1),previous:be.bind(null,n,!0),hasPrevious:function(e){return!!e&&c(m(e)-1)},hasNext:function(e){return!!e&&c(m(e)+1)}};function c(e){return l.length&&-1<e&&e<l.length}function m(e){return l.indexOf(e)}function t(e){return e&&-1<m(e)}function u(){return l.length?l[0]:null}function p(){return l.length?l[l.length-1]:null}function n(e,t,n,o){n=n||s;for(var r=m(t);;){if(!c(r))return null;var i=r+(e?-1:1),a=null;if(c(i)?a=l[i]:d&&(i=m(a=e?p():u())),null===a||i===o)return null;if(n(a))return a;be.isUndefined(o)&&(o=i),r=i}}}function a(a,t,o){var i={},d={},r={},n={};return e.getResponsiveAttribute=function(e,t){for(var n=0;n<a.MEDIA_PRIORITY.length;n++){var o=a.MEDIA_PRIORITY[n];if(d[i[o]].matches){var r=l(e,t+"-"+o);if(e[r])return e[r]}}return e[l(e,t)]},e.getQuery=function(e){return d[e]},e.watchResponsiveAttributes=function(e,o,r){var i=[];return e.forEach(function(e){var t=l(o,e);for(var n in be.isDefined(o[t])&&i.push(o.$observe(t,be.bind(void 0,r,null))),a.MEDIA)t=l(o,e+"-"+n),be.isDefined(o[t])&&i.push(o.$observe(t,be.bind(void 0,r,n)))}),function(){i.forEach(function(e){e()})}},e;function e(e){var t=i[e];be.isUndefined(t)&&(t=i[e]=function(e){return a.MEDIA[e]||("("!==e.charAt(0)?"("+e+")":e)}(e));var n=r[t];return be.isUndefined(n)&&(n=function(e){var t=d[e];t=t||(d[e]=o.matchMedia(e));return t.addListener(s),r[t.media]=!!t.matches}(t)),n}function s(e){t.$evalAsync(function(){r[e.media]=!!e.matches})}function l(e,t){return n[t]||(n[t]=e.$normalize(t))}}function d(e,t){var o=["data","x"];return e?t?n(e):r(e):{buildList:r,buildSelector:n,hasAttribute:function(e,t){if(!(e=i(e)))return!1;for(var n=r(t),o=0;o<n.length;o++)if(e.hasAttribute(n[o]))return!0;return!1},removeAttribute:function(t,e){if(!(t=i(t)))return;r(e).forEach(function(e){t.removeAttribute(e)})}};function r(n){return(n=be.isArray(n)?n:[n]).forEach(function(t){o.forEach(function(e){n.push(e+"-"+t)})}),n}function n(e){return r(e=be.isArray(e)?e:[e]).map(function(e){return"["+e+"]"}).join(",")}function i(e){if((e=e[0]||e).nodeType)return e}}function A(e){return e.replace(/-[a-z]/g,function(e){return e.charAt(1).toUpperCase()})}var w,_,k,x,N,s,l,c,m,u,p,h,f,b,g,E,v,$,M,y,C,T;function S(o,r,s,i){var a=this.showWarnings;return{expect:d,expectAsync:l,expectWithText:function(e,t){var n=c(e)||"";-1<n.indexOf(i.startSymbol())?l(e,t,function(){return c(e)}):d(e,t,n)},expectWithoutText:function(e,t){var n=c(e);-1<n.indexOf(i.startSymbol())||n||d(e,t,n)},getText:c,hasAriaLabel:m,parentHasAriaLabel:function e(t,n){n=n||1;var o=be.element(t)[0]||t;if(!o.parentNode)return!1;if(r(o.parentNode))return!0;n--;if(n)return e(o.parentNode,n);return!1;function r(e){if(!m(e))return!1;if(e.hasAttribute("role"))switch(e.getAttribute("role").toLowerCase()){case"command":case"definition":case"directory":case"grid":case"list":case"listitem":case"log":case"marquee":case"menu":case"menubar":case"note":case"presentation":case"separator":case"scrollbar":case"status":case"tablist":return!1}switch(e.tagName.toLowerCase()){case"abbr":case"acronym":case"address":case"applet":case"audio":case"b":case"bdi":case"bdo":case"big":case"blockquote":case"br":case"canvas":case"caption":case"center":case"cite":case"code":case"col":case"data":case"dd":case"del":case"dfn":case"dir":case"div":case"dl":case"em":case"embed":case"fieldset":case"figcaption":case"font":case"h1":case"h2":case"h3":case"h4":case"h5":case"h6":case"hgroup":case"html":case"i":case"ins":case"isindex":case"kbd":case"keygen":case"label":case"legend":case"li":case"map":case"mark":case"menu":case"object":case"ol":case"output":case"pre":case"presentation":case"q":case"rt":case"ruby":case"samp":case"small":case"source":case"span":case"status":case"strike":case"strong":case"sub":case"sup":case"svg":case"tbody":case"td":case"th":case"thead":case"time":case"tr":case"track":case"tt":case"ul":case"var":return!1}return!0}}};function d(e,t,n){var o=be.element(e)[0]||e;!o||o.hasAttribute(t)&&0!==o.getAttribute(t).length||function(e,t){var n=e.hasChildNodes(),o=!1;if(n)for(var r=e.childNodes,i=0;i<r.length;i++){var a=r[i];1===a.nodeType&&a.hasAttribute(t)&&"none"!==((d=a).currentStyle?d.currentStyle:s.getComputedStyle(d)).display&&(o=!0)}var d;return o}(o,t)||((n=be.isString(n)?n.trim():"").length?e.attr(t,n):a&&r.warn('ARIA: Attribute "',t,'", required for accessibility, is missing on node:',o))}function l(e,t,n){o(function(){d(e,t,n())})}function c(t){t=t[0]||t;for(var e,n=document.createTreeWalker(t,NodeFilter.SHOW_TEXT,null,!1),o="";e=n.nextNode();)r(e)||(o+=e.textContent);return o.trim()||"";function r(e){for(;e.parentNode&&(e=e.parentNode)!==t;)if(e.getAttribute&&"true"===e.getAttribute("aria-hidden"))return!0}}function m(e){var t=be.element(e)[0]||e;return!!t.hasAttribute&&(t.hasAttribute("aria-label")||t.hasAttribute("aria-labelledby")||t.hasAttribute("aria-describedby"))}}function D(){function i(e,t,n,o,r){this.$q=e,this.$templateRequest=t,this.$injector=n,this.$compile=o,this.$controller=r}this.$get=["$q","$templateRequest","$injector","$compile","$controller",function(e,t,n,o,r){return new i(e,t,n,o,r)}],i.prototype.compile=function(e){return e.contentElement?this._prepareContentElement(e):this._compileTemplate(e)},i.prototype._prepareContentElement=function(e){var t=this._fetchContentElement(e);return this.$q.resolve({element:t.element,cleanup:t.restore,locals:{},link:function(){return t.element}})},i.prototype._compileTemplate=function(o){var r=this,e=o.templateUrl,t=o.template||"",n=be.extend({},o.resolve),i=be.extend({},o.locals),a=o.transformTemplate||be.identity;return be.forEach(n,function(e,t){be.isString(e)?n[t]=r.$injector.get(e):n[t]=r.$injector.invoke(e)}),be.extend(n,i),n.$$ngTemplate=e?this.$templateRequest(e):this.$q.when(t),this.$q.all(n).then(function(e){var t=a(e.$$ngTemplate,o),n=o.element||be.element("<div>").html(t.trim()).contents();return r._compileElement(e,n,o)})},i.prototype._compileElement=function(o,r,i){var a=this,d=this.$compile(r),s={element:r,cleanup:r.remove.bind(r),locals:o,link:function(e){if(o.$scope=e,i.controller){var t=be.extend({},o,{$element:r}),n=a._createController(i,t,o);be.isFunction(n.$onDestroy)&&e.$on("$destroy",function(){be.isFunction(n.$onDestroy)&&n.$onDestroy()}),r.data("$ngControllerController",n),r.children().data("$ngControllerController",n),s.controller=n}return d(e)}};return s},i.prototype._createController=function(e,t,n){var o=this.$controller(e.controller,t);return e.bindToController&&be.extend(o,n),e.controllerAs&&(t.$scope[e.controllerAs]=o),be.isFunction(o.$onInit)&&o.$onInit(),o},i.prototype._fetchContentElement=function(e){var t,n=e.contentElement;return t=be.isString(n)?o(n=document.querySelector(n)):(n=n[0]||n,document.contains(n)?o(n):function(){n.parentNode&&n.parentNode.removeChild(n)}),{element:be.element(n),restore:t};function o(e){var t=e.parentNode,n=e.nextElementSibling;return function(){n?t.insertBefore(e,n):t.appendChild(e)}}}}function H(e,t,n){this.$timeout=e,this.$mdUtil=t,this.$rootScope=n,this.pointerEvent="MSPointerEvent"in L?"MSPointerDown":"PointerEvent"in L?"pointerdown":null,this.bodyElement=be.element(document.body),this.isBuffering=!1,this.bufferTimeout=null,this.lastInteractionType=null,this.lastInteractionTime=null,this.inputHandler=this.onInputEvent.bind(this),this.bufferedInputHandler=this.onBufferInputEvent.bind(this),this.inputEventMap={keydown:"keyboard",mousedown:"mouse",mouseenter:"mouse",touchstart:"touch",pointerdown:"pointer",MSPointerDown:"pointer"},this.iePointerMap={2:"touch",3:"touch",4:"mouse"},this.initializeEvents(),this.$rootScope.$on("$destroy",this.deregister.bind(this))}function I(e){return e.replace(h,"").replace(f,function(e,t,n,o){return o?n.toUpperCase():n})}function O(){var e=!!document.querySelector("[md-layouts-disabled]");T.enabled=!e}function P(){return T.enabled=!1,{restrict:"A",priority:"900"}}function R(o){return["$mdUtil","$interpolate","$log",function(e,t,n){return l=e,c=t,m=n,{restrict:"A",compile:function(e,t){var n;return T.enabled&&(B(o,z(o,t,""),U(e,o,t)),r(null,e),n=r),n||be.noop}}}];function r(e,t){t.addClass(o)}}function F(e,t,n,o){var r,i=n[0].nodeName.toLowerCase();switch(e.replace(E,"")){case"flex":"md-button"!==i&&"fieldset"!==i||(r="<"+i+" "+e+"></"+i+">","https://github.com/philipwalton/flexbugs#9-some-html-elements-cant-be-flex-containers","Markup '{0}' may not work as expected in IE Browsers. Consult '{1}' for details.",o.warn(l.supplant("Markup '{0}' may not work as expected in IE Browsers. Consult '{1}' for details.",[r,"https://github.com/philipwalton/flexbugs#9-some-html-elements-cant-be-flex-containers"])))}}function B(e,t,n){var o=t;if(!j(t)){switch(e.replace(E,"")){case"layout":q(t,M)||(t=M[0]);break;case"flex":q(t,$)||isNaN(t)&&(t="");break;case"flex-offset":case"flex-order":t&&!isNaN(+t)||(t="0");break;case"layout-align":var r=function(e){var t,n={main:"start",cross:"stretch"};0!==(e=e||"").indexOf("-")&&0!==e.indexOf(" ")||(e="none"+e);(t=e.toLowerCase().trim().replace(v,"-").split("-")).length&&"space"===t[0]&&(t=[t[0]+"-"+t[1],t[2]]);0<t.length&&(n.main=t[0]||n.main);1<t.length&&(n.cross=t[1]||n.cross);y.indexOf(n.main)<0&&(n.main="start");C.indexOf(n.cross)<0&&(n.cross="stretch");return n}(t);t=l.supplant("{main}-{cross}",r);break;case"layout-padding":case"layout-margin":case"layout-fill":case"layout-wrap":case"layout-nowrap":t=""}t!==o&&(n||be.noop)(t)}return t?t.trim():""}function U(e,t,n){return function(e){j(e)||(n[n.$normalize(t)]=e)}}function j(e){return-1<(e||"").indexOf(c.startSymbol())}function z(e,t,n){var o=t.$normalize(e);return t[o]?t[o].trim().replace(v,"-"):n||null}function q(t,e,n){t=n&&t?t.replace(v,n):t;var o=!1;return t&&e.forEach(function(e){e=n?e.replace(v,n):e,o=o||e===t}),o}function V(e){this._$timeout=e,this._liveElement=this._createLiveElement(),this._announceTimeout=100}function W(n,o){var r,i=[],a={};return r={notFoundError:function(e,t){n.error((t||"")+"No instance found for handle",e)},getInstances:function(){return i},get:function(e){if(!d(e))return null;var t,n,o;for(t=0,n=i.length;t<n;t++)if((o=i[t]).$$mdHandle===e)return o;return null},register:function(t,e){return e?(t.$$mdHandle=e,i.push(t),(n=a[e])&&(n.forEach(function(e){e.resolve(t)}),delete a[e]),function(){var e=i.indexOf(t);-1!==e&&i.splice(e,1)}):be.noop;var n},when:function(e){if(d(e)){var t=o.defer(),n=r.get(e);return n?t.resolve(n):(a[e]===ge&&(a[e]=[]),a[e].push(t)),t.promise}return o.reject("Invalid `md-component-id` value.")}};function d(e){return e&&""!==e}}function Y(o){return{attach:function(e,t,n){return n=be.extend(function(e){return e.hasClass("md-icon-button")?{isMenuItem:e.hasClass("md-menu-item"),fitRipple:!0,center:!0}:{isMenuItem:e.hasClass("md-menu-item"),dimBackground:!0}}(t),n),o.attach(e,t,n)}}}function K(o){return{attach:function(e,t,n){return o.attach(e,t,be.extend({center:!0,dimBackground:!1,fitRipple:!0},n))}}}function G(o){return{attach:function(e,t,n){return o.attach(e,t,be.extend({center:!1,dimBackground:!0,outline:!1,rippleSize:"full"},n))}}}function X(o){return{attach:function(e,t,n){return o.attach(e,t,be.extend({center:!1,dimBackground:!0,outline:!1,rippleSize:"full"},n))}}}function Z(l){var c="virtual",t=["standard",c];function m(e){return e?(e=e.toLowerCase(),-1<t.indexOf(e)?e:c):c}return{controller:"MdAutocompleteCtrl",controllerAs:"$mdAutocompleteCtrl",scope:{inputName:"@mdInputName",inputMinlength:"@mdInputMinlength",inputMaxlength:"@mdInputMaxlength",searchText:"=?mdSearchText",selectedItem:"=?mdSelectedItem",itemsExpr:"@mdItems",itemText:"&mdItemText",placeholder:"@placeholder",inputAriaDescribedBy:"@?inputAriaDescribedby",inputAriaLabelledBy:"@?inputAriaLabelledby",inputAriaLabel:"@?inputAriaLabel",noCache:"=?mdNoCache",requireMatch:"=?mdRequireMatch",selectOnMatch:"=?mdSelectOnMatch",matchInsensitive:"=?mdMatchCaseInsensitive",itemChange:"&?mdSelectedItemChange",textChange:"&?mdSearchTextChange",minLength:"=?mdMinLength",delay:"=?mdDelay",autofocus:"=?mdAutofocus",floatingLabel:"@?mdFloatingLabel",autoselect:"=?mdAutoselect",menuClass:"@?mdMenuClass",menuContainerClass:"@?mdMenuContainerClass",inputClass:"@?mdInputClass",inputId:"@?mdInputId",escapeOptions:"@?mdEscapeOptions",dropdownItems:"=?mdDropdownItems",dropdownPosition:"@?mdDropdownPosition",clearButton:"=?mdClearButton",selectedMessage:"@?mdSelectedMessage",noMatchMessage:"@?mdNoMatchMessage",singleMatchMessage:"@?mdSingleMatchMessage",multipleMatchStartMessage:"@?mdMultipleMatchStartMessage",multipleMatchEndMessage:"@?mdMultipleMatchEndMessage",mdMode:"=?mdMode"},compile:function(e,n){var o=e.find("input");return["md-select-on-focus","md-no-asterisk","ng-trim","ng-pattern"].forEach(function(e){var t=n[n.$normalize(e)];null!==t&&o.attr(e,t)}),function(e,t,n,o){o.hasNotFound=!!t.attr("md-has-not-found"),be.isDefined(n.mdClearButton)||e.floatingLabel||(e.clearButton=!0),e.mdMode=m(n.mdMode),t.on("click touchstart touchend",function(e){e.stopPropagation()})}},template:function(n,e){var t,o,r=(t=n.find("md-not-found").detach(),(o=t.length?t.html():"")?'<li ng-if="$mdAutocompleteCtrl.notFoundVisible()" class="md-autocomplete-suggestion" md-autocomplete-parent-scope>'+o+"</li>":""),i=function(){var e=n.find("md-item-template").detach(),t=e.length?e.html():n.html();e.length||n.empty();return"<md-autocomplete-parent-scope md-autocomplete-replace>"+t+"</md-autocomplete-parent-scope>"}(),a=n.html(),d=e.tabindex;return r&&n.attr("md-has-not-found",!0),n.attr("tabindex","-1")," <md-autocomplete-wrap ng-class=\"{ 'md-whiteframe-z1': !floatingLabel, 'md-menu-showing': !$mdAutocompleteCtrl.hidden, 'md-show-clear-button': !!clearButton }\"> "+(e.mdFloatingLabel?' <md-input-container ng-if="floatingLabel"> <label>{{floatingLabel}}</label> <input type="text" '+(null!=d?'tabindex="'+d+'"':"")+' id="{{inputId || \'fl-input-\' + $mdAutocompleteCtrl.id}}" name="{{inputName || \'fl-input-\' + $mdAutocompleteCtrl.id }}" ng-class="::inputClass" autocomplete="off" ng-required="$mdAutocompleteCtrl.isRequired" ng-readonly="$mdAutocompleteCtrl.isReadonly" ng-minlength="inputMinlength" ng-maxlength="inputMaxlength" ng-disabled="$mdAutocompleteCtrl.isDisabled" ng-model="$mdAutocompleteCtrl.scope.searchText" ng-model-options="{ allowInvalid: true }" ng-mousedown="$mdAutocompleteCtrl.focusInput()" ng-keydown="$mdAutocompleteCtrl.keydown($event)" ng-blur="$mdAutocompleteCtrl.blur($event)" ng-focus="$mdAutocompleteCtrl.focus($event)" aria-label="{{floatingLabel}}" ng-attr-aria-autocomplete="{{$mdAutocompleteCtrl.isDisabled ? undefined : \'list\'}}" ng-attr-role="{{$mdAutocompleteCtrl.isDisabled ? undefined : \'combobox\'}}" aria-haspopup="{{!$mdAutocompleteCtrl.isDisabled}}" aria-expanded="{{!$mdAutocompleteCtrl.hidden}}" ng-attr-aria-owns="{{$mdAutocompleteCtrl.hidden || $mdAutocompleteCtrl.isDisabled ? undefined : \'ul-\' + $mdAutocompleteCtrl.id}}" ng-attr-aria-activedescendant="{{!$mdAutocompleteCtrl.hidden && $mdAutocompleteCtrl.activeOption ? $mdAutocompleteCtrl.activeOption : undefined}}"> <div md-autocomplete-parent-scope md-autocomplete-replace>'+a+"</div> </md-input-container>":' <input type="text" '+(null!=d?'tabindex="'+d+'"':"")+' id="{{inputId || \'input-\' + $mdAutocompleteCtrl.id}}" name="{{inputName || \'input-\' + $mdAutocompleteCtrl.id }}" ng-class="::inputClass" ng-if="!floatingLabel" autocomplete="off" ng-required="$mdAutocompleteCtrl.isRequired" ng-disabled="$mdAutocompleteCtrl.isDisabled" ng-readonly="$mdAutocompleteCtrl.isReadonly" ng-minlength="inputMinlength" ng-maxlength="inputMaxlength" ng-model="$mdAutocompleteCtrl.scope.searchText" ng-mousedown="$mdAutocompleteCtrl.focusInput()" ng-keydown="$mdAutocompleteCtrl.keydown($event)" ng-blur="$mdAutocompleteCtrl.blur($event)" ng-focus="$mdAutocompleteCtrl.focus($event)" placeholder="{{placeholder}}" aria-label="{{placeholder}}" ng-attr-aria-autocomplete="{{$mdAutocompleteCtrl.isDisabled ? undefined : \'list\'}}" ng-attr-role="{{$mdAutocompleteCtrl.isDisabled ? undefined : \'combobox\'}}" aria-haspopup="{{!$mdAutocompleteCtrl.isDisabled}}" aria-expanded="{{!$mdAutocompleteCtrl.hidden}}" ng-attr-aria-owns="{{$mdAutocompleteCtrl.hidden || $mdAutocompleteCtrl.isDisabled ? undefined : \'ul-\' + $mdAutocompleteCtrl.id}}" ng-attr-aria-activedescendant="{{!$mdAutocompleteCtrl.hidden && $mdAutocompleteCtrl.activeOption ? $mdAutocompleteCtrl.activeOption : undefined}}">')+' <button type="button" aria-label="Clear Input" tabindex="0" ng-if="clearButton && $mdAutocompleteCtrl.scope.searchText" ng-click="$mdAutocompleteCtrl.clear($event)"><md-icon md-svg-src="'+l.mdClose+'"></md-icon></button> <md-progress-linear class="'+(e.mdFloatingLabel?"md-inline":"")+'" ng-if="$mdAutocompleteCtrl.loadingIsVisible()" md-mode="indeterminate"></md-progress-linear> '+function(e,t){if(e=e?" "+e:"",s(t))return' <div ng-hide="$mdAutocompleteCtrl.hidden" class="md-standard-list-container md-autocomplete-suggestions-container md-whiteframe-z1'+e+'" ng-class="{ \'md-not-found\': $mdAutocompleteCtrl.notFoundVisible() }" ng-mouseenter="$mdAutocompleteCtrl.listEnter()" ng-mouseleave="$mdAutocompleteCtrl.listLeave()" role="presentation"> <div class="md-standard-list-scroller" role="presentation">';return' <md-virtual-repeat-container md-auto-shrink md-auto-shrink-min="1" ng-hide="$mdAutocompleteCtrl.hidden" class="md-virtual-repeat-container md-autocomplete-suggestions-container md-whiteframe-z1'+e+'" ng-class="{ \'md-not-found\': $mdAutocompleteCtrl.notFoundVisible() }" ng-mouseenter="$mdAutocompleteCtrl.listEnter()" ng-mouseleave="$mdAutocompleteCtrl.listLeave()" role="presentation">'}(e.mdMenuContainerClass,e.mdMode)+' <ul class="md-autocomplete-suggestions" ng-class="::menuClass" id="ul-{{$mdAutocompleteCtrl.id}}" ng-mouseup="$mdAutocompleteCtrl.focusInput()" role="listbox"> <li class="md-autocomplete-suggestion" '+(s(e.mdMode)?"ng-repeat":"md-virtual-repeat")+' ="item in $mdAutocompleteCtrl.matches" ng-class="{ selected: $index === $mdAutocompleteCtrl.index }" ng-attr-id="{{\'md-option-\' + $mdAutocompleteCtrl.id + \'-\' + $index}}" ng-click="$mdAutocompleteCtrl.select($index)" role="option" aria-setsize="{{$mdAutocompleteCtrl.matches.length}}" aria-posinset="{{$index+1}}" aria-selected="{{$index === $mdAutocompleteCtrl.index ? true : false}}" md-extra-name="$mdAutocompleteCtrl.itemName"> '+i+" </li>"+r+" </ul> "+(s(e.mdMode)?" </div> </div> </div>":"</md-virtual-repeat-container>")+" </md-autocomplete-wrap>";function s(e){return m(e)!==c}}}}function Q(e,c){return{restrict:"AE",compile:function(e,t,l){return function(n,t,e){var o,r,i=n.$mdAutocompleteCtrl,a=i.parent.$new(),d=i.itemName;function s(e,t){a[t]=n[e],n.$watch(e,function(e){c.nextTick(function(){a[t]=e})})}s("$index","$index"),s("item",d),r=o=!1,n.$watch(function(){r||o||(o=!0,n.$$postDigest(function(){r||a.$digest(),o=r=!1}))}),a.$watch(function(){r=!0}),l(a,function(e){t.after(e)})}},terminal:!0,transclude:"element"}}function J(e,t,n,o){this.$scope=e,this.$element=t,this.$attrs=n,this.$mdUtil=o,this.regex=null}function ee(n,o){return{terminal:!0,controller:"MdHighlightCtrl",compile:function(e,t){var r=o(t.mdHighlightText),i=n(e.html());return function(e,t,n,o){o.init(r,i)}}}}function te(n){return{restrict:"E",link:function(e,t){t.addClass("_md"),e.$on("$destroy",function(){n.destroy()})}}}function ne(e){t.$inject=["$animate","$mdConstant","$mdUtil","$mdTheming","$mdBottomSheet","$rootElement","$mdGesture","$log"];var u=.5,p=80;return e("$mdBottomSheet").setDefaults({methods:["disableParentScroll","escapeToClose","clickOutsideToClose"],options:t});function t(o,a,d,r,s,i,l,c){var m;return{themable:!0,onShow:function(e,t,n){if((t=d.extractElementByName(t,"md-bottom-sheet")).attr("tabindex","-1"),t.hasClass("ng-cloak")){c.warn("$mdBottomSheet: using `<md-bottom-sheet ng-cloak>` will affect the bottom-sheet opening animations.",t[0])}n.isLockedOpen?(n.clickOutsideToClose=!1,n.escapeToClose=!1):n.cleanupGestures=function(o,e){var t=l.register(e,"drag",{horizontal:!1});return e.on("$md.dragstart",n).on("$md.drag",r).on("$md.dragend",i),function(){t(),e.off("$md.dragstart",n),e.off("$md.drag",r),e.off("$md.dragend",i)};function n(){o.css(a.CSS.TRANSITION_DURATION,"0ms")}function r(e){var t=e.pointer.distanceY;t<5&&(t=Math.max(-p,t/2)),o.css(a.CSS.TRANSFORM,"translate3d(0,"+(p+t)+"px,0)")}function i(e){if(0<e.pointer.distanceY&&(20<e.pointer.distanceY||Math.abs(e.pointer.velocityY)>u)){var t=o.prop("offsetHeight")-e.pointer.distanceY,n=Math.min(t/e.pointer.velocityY*.75,500);o.css(a.CSS.TRANSITION_DURATION,n+"ms"),d.nextTick(s.cancel,!0)}else o.css(a.CSS.TRANSITION_DURATION,""),o.css(a.CSS.TRANSFORM,"")}}(t,n.parent);n.disableBackdrop||((m=d.createBackdrop(e,"md-bottom-sheet-backdrop md-opaque"))[0].tabIndex=-1,n.clickOutsideToClose&&m.on("click",function(){d.nextTick(s.cancel,!0)}),r.inherit(m,n.parent),o.enter(m,n.parent,null));r.inherit(t,n.parent),n.disableParentScroll&&(n.restoreScroll=d.disableScrollAround(t,n.parent));return o.enter(t,n.parent,m).then(function(){var e=d.findFocusTarget(t)||be.element(t[0].querySelector("button")||t[0].querySelector("a")||t[0].querySelector(d.prefixer("ng-click",!0)))||m;n.escapeToClose&&(n.rootElementKeyupCallback=function(e){e.keyCode===a.KEY_CODE.ESCAPE&&d.nextTick(s.cancel,!0)},i.on("keyup",n.rootElementKeyupCallback),e&&e.focus())})},onRemove:function(e,t,n){n.disableBackdrop||o.leave(m);return o.leave(t).then(function(){n.disableParentScroll&&(n.restoreScroll(),delete n.restoreScroll),n.cleanupGestures&&n.cleanupGestures()})},disableBackdrop:!1,escapeToClose:!0,clickOutsideToClose:!0,disableParentScroll:!0,isLockedOpen:!1}}}function oe(n){return{restrict:"E",link:function(e,t){n(t)}}}function re(o,r,i,a){return{restrict:"EA",replace:!0,transclude:!0,template:function(e,t){{return d(t)?'<a class="md-button" ng-transclude></a>':'<button class="md-button" type="'+(void 0===t.type?"button":t.type)+'" ng-transclude></button>'}},link:function(e,t,n){r(t),o.attach(e,t),i.expectWithoutText(t,"aria-label"),d(n)&&be.isDefined(n.ngDisabled)&&!t.hasClass("_md-nav-button")&&e.$watch(n.ngDisabled,function(e){t.attr("tabindex",e?-1:0)});t.on("click",function(e){!0===n.disabled&&(e.preventDefault(),e.stopImmediatePropagation())}),t.hasClass("md-no-focus")||(t.on("focus",function(){a.isUserInvoked()&&"keyboard"!==a.getLastInteractionType()||t.addClass("md-focused")}),t.on("blur",function(){t.removeClass("md-focused")}))}};function d(e){return be.isDefined(e.href)||be.isDefined(e.ngHref)||be.isDefined(e.ngLink)||be.isDefined(e.uiSref)}}function ie(o){return{restrict:"E",link:function(e,t,n){t.addClass("_md"),o(t)}}}function ae(h,f,b,g,E,v){return h=h[0],{restrict:"E",transclude:!0,require:["^?mdInputContainer","?ngModel","?^form"],priority:b.BEFORE_NG_ARIA,template:'<div class="md-container" md-ink-ripple md-ink-ripple-checkbox><div class="md-icon"></div></div><div ng-transclude class="md-label"></div>',compile:function(e,t){return t.$set("tabindex",t.tabindex||"0"),t.$set("type","checkbox"),t.$set("role",t.type),e.addClass("md-auto-horizontal-margin"),{pre:function(e,t){t.on("click",function(e){this.hasAttribute("disabled")&&e.stopImmediatePropagation()})},post:function(o,r,i,e){var t,n=e[0],a=e[1]||E.fakeNgModel(),d=e[2],s=0<r.find("a").length;if(s){var l="label-"+E.nextUid();i.$set("aria-labelledby",l);var c=r.children()[1];be.element(c).remove(),c.removeAttribute("ng-transclude"),c.className="md-checkbox-link-label",c.setAttribute("id",l),r.after(c),r.next().on("click",u)}if(n){var m=n.isErrorGetter||function(){return a.$invalid&&(a.$touched||d&&d.$submitted)};n.input=r,o.$watch(m,n.setInvalid)}g(r),r.children().on("focus",function(){r.focus()}),E.parseAttributeBoolean(i.mdIndeterminate)&&(p(),o.$watch(i.mdIndeterminate,p));i.ngChecked&&o.$watch(o.$eval.bind(o,i.ngChecked),function(e){a.$setViewValue(e),a.$render()});(function(e,t,n){i[e]&&o.$watch(i[e],function(e){n[e]&&r.attr(t,n[e])})})("ngDisabled","tabindex",{true:"-1",false:i.tabindex}),s||f.expectWithText(r,"aria-label");function u(t){r[0].hasAttribute("disabled")||o.skipToggle||"A"===t.target.tagName||o.$apply(function(){var e=i.ngChecked&&i.ngClick?i.checked:!a.$viewValue;a.$setViewValue(e,t&&t.type),a.$render()})}function p(e){(t=!1!==e)&&r.attr("aria-checked","mixed"),r.toggleClass("md-indeterminate",t),a.$render()}h.link.pre(o,{on:be.noop,0:{}},i,[a]),r.on("click",u).on("keypress",function(e){var t,n,o=e.which||e.keyCode;switch(e.preventDefault(),o){case b.KEY_CODE.SPACE:r.addClass("md-focused"),u(e);break;case b.KEY_CODE.ENTER:(n=E.getClosest(e.target,"form"))&&(t=n.querySelector('button[type="submit"]:enabled, input[type="submit"]:enabled'))&&t.click()}}).on("focus",function(){"keyboard"===v.getLastInteractionType()&&r.addClass("md-focused")}).on("blur",function(){r.removeClass("md-focused")}),a.$render=function(){var e=!!a.$viewValue&&!t;r.toggleClass("md-checked",e),t||(e?r.attr("aria-checked","true"):r.attr("aria-checked","false"))}}}}}}function de(e,t,n,o,r){this.$scope=e,this.$element=t,this.$mdConstant=n,this.$timeout=o,this.$mdUtil=r,this.isEditing=!1,this.parentController=ge,this.enableChipEdit=!1}function se(d,e,t,s){return{restrict:"E",require:["^?mdChips","mdChip"],link:function(e,t,n,o){var r=o.shift(),i=o.shift(),a=be.element(t[0].querySelector(".md-chip-content"));d(t),r&&(i.init(r),a.on("blur",function(){r.resetSelectedChip(),r.$scope.$applyAsync()}));s(function(){r&&r.shouldFocusLastChip&&r.focusLastChipThenInput()})},controller:"MdChipCtrl"}}function le(r){return{restrict:"A",require:"^mdChips",scope:!1,link:function(e,t,n,o){t.on("click",function(){e.$apply(function(){o.removeChip(e.$$replacedScope.$index)})}),r(function(){t.attr({tabindex:"-1","aria-hidden":"true"}),t.find("button").attr("tabindex","-1")})}}}function ce(a){return{restrict:"EA",terminal:!0,link:function(e,t,n){var o=e.$parent.$mdChipsCtrl,r=o.parent.$new(!1,o.parent);r.$$replacedScope=e,r.$chip=e.$chip,r.$index=e.$index;var i=(r.$mdChipsCtrl=o).$scope.$eval(n.mdChipTransclude);t.html(i),a(t.contents())(r)},scope:!1}}function me(e,t,n){this.$element=t,this.$attrs=e,this.$timeout=n,this.selectedItem=null,this.searchText="",this.deRegister=[],this.init()}function ue(n){return{restrict:"E",controller:["$scope","$element",function(e,t){this.$scope=e,this.$element=t}],link:function(e,t){t.addClass("_md"),n(t),e.$broadcast("$mdContentLoaded",t),function(t){be.element(t).on("$md.pressdown",function(e){"t"===e.pointer.type&&(e.$materialScrollFixed||(e.$materialScrollFixed=!0,0===t.scrollTop?t.scrollTop=1:t.scrollHeight===t.scrollTop+t.offsetHeight&&(t.scrollTop-=1)))})}(t[0])}}}function pe(e,t){var d=e('<md-icon md-svg-src="'+t.mdTabsArrow+'"></md-icon>')({})[0];return{require:["^^mdCalendar","^^mdCalendarMonth","mdCalendarMonthBody"],scope:{offset:"=mdMonthOffset"},controller:he,controllerAs:"mdMonthBodyCtrl",bindToController:!0,link:function(e,t,n,o){var r=o[0],i=o[1],a=o[2];a.calendarCtrl=r,a.monthCtrl=i,a.arrowIcon=d.cloneNode(!0),e.$watch(function(){return a.offset},function(e){be.isNumber(e)&&a.generateContent()})}}}function he(e,t,n){this.$element=e,this.dateUtil=t,this.dateLocale=n,this.monthCtrl=null,this.calendarCtrl=null,this.offset=null,this.focusAfterAppend=null}function fe(e,t,n){this.$element=e,this.dateUtil=t,this.dateLocale=n,this.calendarCtrl=null,this.yearCtrl=null,this.offset=null,this.focusAfterAppend=null}function Ee(e,t,i){return{restrict:"E",link:function(o,r){r.addClass("_md"),t(r),e(function(){var e,t=r[0].querySelector("md-dialog-content");function n(){r.toggleClass("md-content-overflow",t.scrollHeight>t.clientHeight)}t&&(e=t.getElementsByTagName("img"),n(),be.element(e).on("load",n)),o.$on("$destroy",function(){i.destroy(r)})})}}}function ve(e){var g,E,v;return n.$inject=["$mdDialog","$mdConstant"],o.$inject=["$mdDialog","$mdAria","$mdUtil","$mdConstant","$animate","$document","$window","$rootElement","$log","$injector","$mdTheming","$interpolate","$mdInteraction"],e("$mdDialog").setDefaults({methods:["disableParentScroll","hasBackdrop","clickOutsideToClose","escapeToClose","targetEvent","closeTo","openFrom","parent","fullscreen","multiple"],options:o}).addPreset("alert",{methods:["title","htmlContent","textContent","ariaLabel","ok","theme","css"],options:t}).addPreset("confirm",{methods:["title","htmlContent","textContent","ariaLabel","ok","cancel","theme","css"],options:t}).addPreset("prompt",{methods:["title","htmlContent","textContent","initialValue","placeholder","ariaLabel","ok","cancel","theme","css","required"],options:t});function t(){return{template:['<md-dialog md-theme="{{ dialog.theme || dialog.defaultTheme }}" aria-label="{{ dialog.ariaLabel }}" ng-class="dialog.css">',' <md-dialog-content class="md-dialog-content" role="document" tabIndex="-1">',' <h2 class="md-title">{{ dialog.title }}</h2>',' <div ng-if="::dialog.mdHtmlContent" class="md-dialog-content-body" ',' ng-bind-html="::dialog.mdHtmlContent"></div>',' <div ng-if="::!dialog.mdHtmlContent" class="md-dialog-content-body">'," <p>{{::dialog.mdTextContent}}</p>"," </div>",' <md-input-container md-no-float ng-if="::dialog.$type == \'prompt\'" class="md-prompt-input-container">',' <input ng-keypress="dialog.keypress($event)" md-autofocus ng-model="dialog.result" placeholder="{{::dialog.placeholder}}" ng-required="dialog.required">'," </md-input-container>"," </md-dialog-content>"," <md-dialog-actions>",' <md-button ng-if="dialog.$type === \'confirm\' || dialog.$type === \'prompt\'" ng-click="dialog.abort()" class="md-primary md-cancel-button">'," {{ dialog.cancel }}"," </md-button>",' <md-button ng-click="dialog.hide()" class="md-primary md-confirm-button" md-autofocus="dialog.$type===\'alert\'" ng-disabled="dialog.required && !dialog.result">'," {{ dialog.ok }}"," </md-button>"," </md-dialog-actions>","</md-dialog>"].join("").replace(/\s\s+/g,""),controller:n,controllerAs:"dialog",bindToController:!0}}function n(o,r){this.$onInit=function(){var n="prompt"===this.$type;n&&this.initialValue&&(this.result=this.initialValue),this.hide=function(){o.hide(!n||this.result)},this.abort=function(){o.cancel()},this.keypress=function(e){var t=n&&this.required&&!be.isDefined(this.result);e.keyCode!==r.KEY_CODE.ENTER||t||o.hide(this.result)}}}function o(u,d,p,h,r,s,f,i,a,l,t,c,m){return{hasBackdrop:!0,isolateScope:!0,onCompiling:function(e){e.defaultTheme=t.defaultTheme(),function(t){var e;t.targetEvent&&t.targetEvent.target&&(e=be.element(t.targetEvent.target));var n=e&&e.controller("mdTheme");if(t.hasTheme=!!n,!t.hasTheme)return;t.themeWatch=n.$shouldWatch;var o=t.theme||n.$mdTheme;o&&(t.scope.theme=o);var r=n.registerChanges(function(e){t.scope.theme=e,t.themeWatch||r()})}(e)},onShow:function(e,t,n){be.element(s[0].body).addClass("md-dialog-is-showing");var o=t.find("md-dialog");if(o.hasClass("ng-cloak")){a.warn("$mdDialog: using `<md-dialog ng-cloak>` will affect the dialog opening animations.",t[0])}return function(e){e.origin=be.extend({element:null,bounds:null,focus:be.noop},e.origin||{}),e.parent=n(e.parent,i),e.closeTo=t(n(e.closeTo)),e.openFrom=t(n(e.openFrom)),e.targetEvent&&(e.origin=t(e.targetEvent.target,e.origin),e.originInteraction=m.getLastInteractionType());function t(e,t){var n=be.element(e||{});if(n&&n.length){var o=be.isFunction(n[0].getBoundingClientRect);return be.extend(t||{},{element:o?n:ge,bounds:o?n[0].getBoundingClientRect():be.extend({},{top:0,left:0,height:0,width:0},n[0]),focus:be.bind(n,n.focus)})}}function n(e,t){return be.isString(e)&&(e=s[0].querySelector(e)),be.element(e||t)}}(n),function(n,t){var e="alert"===t.$type?"alertdialog":"dialog",o=n.find("md-dialog-content"),r=n.attr("id"),i="dialogContent_"+(r||p.nextUid());n.attr({role:e,tabIndex:"-1"}),0===o.length&&(o=n,r&&(i=r));o.attr("id",i),n.attr("aria-describedby",i),t.ariaLabel?d.expect(n,"aria-label",t.ariaLabel):d.expectAsync(n,"aria-label",function(){if(t.title)return t.title;var e=o.text().split(/\s+/);return 3<e.length&&(e=e.slice(0,3).concat("...")),e.join(" ")});(g=document.createElement("div")).classList.add("md-dialog-focus-trap"),g.tabIndex=0,E=g.cloneNode(!1);function a(e){if(e.target&&e.target.nextSibling&&"MD-DIALOG"===e.target.nextSibling.nodeName){var t=p.getLastTabbableElement(n[0]);be.isElement(t)&&t.focus()}else n.focus()}g.addEventListener("focus",a),E.addEventListener("focus",a),v=function(){g.removeEventListener("focus",a),E.removeEventListener("focus",a),g&&g.parentNode&&g.parentNode.removeChild(g),E&&E.parentNode&&E.parentNode.removeChild(E)},n[0].parentNode.insertBefore(g,n[0]),n.after(E)}(o,n),function(e,t,n){n.disableParentScroll&&(n.restoreScroll=p.disableScrollAround(t,n.parent));n.hasBackdrop&&(n.backdrop=p.createBackdrop(e,"md-dialog-backdrop md-opaque"),r.enter(n.backdrop,n.parent));n.hideBackdrop=function(e){n.backdrop&&(e?n.backdrop.remove():r.leave(n.backdrop)),n.disableParentScroll&&(n.restoreScroll&&n.restoreScroll(),delete n.restoreScroll),n.hideBackdrop=null}}(e,t,n),function(e,t){function n(){var e="alert"===t.$type?u.hide:u.cancel;p.nextTick(e,!0)}var o=be.element(f),r=p.debounce(function(){b(e,t)},60),i=[];if(t.escapeToClose){var a=t.parent,d=function(e){e.keyCode===h.KEY_CODE.ESCAPE&&(e.stopImmediatePropagation(),e.preventDefault(),n())};e.on("keydown",d),a.on("keydown",d),i.push(function(){e.off("keydown",d),a.off("keydown",d)})}if(o.on("resize",r),i.push(function(){o.off("resize",r)}),t.clickOutsideToClose){var s,l=e,c=function(e){s=e.target},m=function(e){s===l[0]&&e.target===l[0]&&(e.stopPropagation(),e.preventDefault(),n())};l.on("mousedown",c),l.on("mouseup",m),i.push(function(){l.off("mousedown",c),l.off("mouseup",m)})}t.deactivateListeners=function(){i.forEach(function(e){e()}),t.deactivateListeners=null}}(t,n),function(e,t){t.parent.append(e),t.reverseContainerStretch=b(e,t);var n=e.find("md-dialog"),o=p.dom.animator,r=o.calculateZoomToOrigin,i={transitionInClass:"md-transition-in",transitionOutClass:"md-transition-out"},a=o.toTransformCss(r(n,t.openFrom||t.origin)),d=o.toTransformCss("");return n.toggleClass("md-dialog-fullscreen",!!t.fullscreen),o.translate3d(n,a,d,i).then(function(e){return t.reverseAnimate=function(){return delete t.reverseAnimate,t.closeTo?(i={transitionInClass:"md-transition-out",transitionOutClass:"md-transition-in"},a=d,d=o.toTransformCss(r(n,t.closeTo)),o.translate3d(n,a,d,i)):e(d=o.toTransformCss(r(n,t.origin)))},t.clearAnimate=function(){return delete t.clearAnimate,n.removeClass([i.transitionOutClass,i.transitionInClass].join(" ")),o.translate3d(n,d,o.toTransformCss(""),{})},!0})}(t,n).then(function(){!function(e,t){var o=!0;function n(e){for(var t=function(e){for(var t,n=[];e.parentNode;){if(e===document.body)return n;for(var o=e.parentNode.children,r=0;r<o.length;r++)e===o[r]||(t=o[r],-1!==["SCRIPT","STYLE"].indexOf(t.nodeName))||o[r].hasAttribute("aria-live")||n.push(o[r]);e=e.parentNode}return n}(e),n=0;n<t.length;n++)t[n].setAttribute("aria-hidden",o)}n(e[0]),t.unlockScreenReader=function(){o=!1,n(e[0]),t.unlockScreenReader=null}}(t,n),function(){if(n.focusOnOpen){(p.findFocusTarget(t)||t[0].querySelector(".dialog-close, md-dialog-actions button:last-child")||o).focus()}}()})},onShowing:function(e,t,n,o){if(o){var r=o.htmlContent||n.htmlContent||"",i=o.textContent||n.textContent||"";if(r&&!l.has("$sanitize"))throw Error("The ngSanitize module must be loaded in order to use htmlContent.");if(r&&i)throw Error("md-dialog cannot have both `htmlContent` and `textContent`");o.mdHtmlContent=r,o.mdTextContent=i}},onRemove:function(e,t,n){n.deactivateListeners(),n.unlockScreenReader(),n.hideBackdrop(n.$destroy),v&&(v(),v=null);return n.$destroy?o():function(e,t){return t.reverseAnimate().then(function(){t.contentElement&&t.clearAnimate()})}(0,n).then(o);function o(){be.element(s[0].body).removeClass("md-dialog-is-showing"),n.contentElement&&n.reverseContainerStretch(),n.cleanupElement(),n.$destroy||"keyboard"!==n.originInteraction||n.origin.focus()}},clickOutsideToClose:!1,escapeToClose:!0,targetEvent:null,closeTo:null,openFrom:null,focusOnOpen:!0,disableParentScroll:!0,autoWrap:!0,fullscreen:!1,transformTemplate:function(e,t){var n,o=c.startSymbol(),r=c.endSymbol(),i=o+(t.themeWatch?"":"::")+"theme"+r;return'<div class="md-dialog-container" tabindex="-1" '+(t.hasTheme?'md-theme="'+i+'"':"")+">"+(n=e,t.autoWrap&&!/<\/md-dialog>/g.test(n)?"<md-dialog>"+(n||"")+"</md-dialog>":n||"")+"</div>"}};function b(e,t){var n="fixed"===f.getComputedStyle(s[0].body).position,o=t.backdrop?f.getComputedStyle(t.backdrop[0]):null,r=o?Math.min(s[0].body.clientHeight,Math.ceil(Math.abs(parseInt(o.height,10)))):0,i={top:e.css("top"),height:e.css("height")},a=Math.abs(t.parent[0].getBoundingClientRect().top);return e.css({top:(n?a:0)+"px",height:r?r+"px":"100%"}),function(){e.css(i)}}}}function $e(e){return{restrict:"E",link:e}}function Me(i){return{restrict:"E",require:["^?mdFabSpeedDial","^?mdFabToolbar"],compile:function(e,t){var n,o=e.children(),r=i.prefixer().hasAttribute(o,"ng-repeat");n=e.find("md-button"),be.forEach(n,function(e){e.setAttribute("tabindex",-1)}),r?o.addClass("md-fab-action-item"):o.wrap('<div class="md-fab-action-item">')}}}function ye(t,i,a,d,r,n){var o,s=this,e=0;function l(e){"click"==e.type&&function(e){var t=e.target?function(e){return d.getClosest(e,"button")||d.getClosest(e,"md-button")}(e.target):null;t&&!t.disabled&&(!function(e){return d.getClosest(e,"md-fab-trigger")}(e.target)||s.toggle());!function(e){return d.getClosest(e,"md-fab-actions")}(e.target)||s.close()}(e),"focusout"!=e.type||o||(o=n(function(){s.close()},100,!1)),"focusin"==e.type&&o&&(n.cancel(o),o=null)}function c(){s.currentActionIndex=-1}function m(){0<i[0].scrollHeight?a.addClass(i,"_md-animations-ready").then(function(){i.removeClass("md-animations-waiting")}):e<10&&(n(m,100),e+=1)}function u(){i.off("keydown",h),be.element(document).off("click touchend",p)}function p(e){if(e.target){var t=d.getClosest(e.target,"md-fab-trigger"),n=d.getClosest(e.target,"md-fab-actions");t||n||s.close()}}function h(e){switch(e.which){case r.KEY_CODE.ESCAPE:return s.close(),e.preventDefault(),!1;case r.KEY_CODE.LEFT_ARROW:return function(e){"left"===s.direction?b(e):f(e)}(e),!1;case r.KEY_CODE.UP_ARROW:return function(e){"down"===s.direction?f(e):b(e)}(e),!1;case r.KEY_CODE.RIGHT_ARROW:return function(e){"left"===s.direction?f(e):b(e)}(e),!1;case r.KEY_CODE.DOWN_ARROW:return function(e){"up"===s.direction?f(e):b(e)}(e),!1;case r.KEY_CODE.TAB:return function(e){e.shiftKey?f(e):b(e)}(e),!1}}function f(e){g(e,-1)}function b(e){g(e,1)}function g(e,t){var n=E()[0].querySelectorAll(".md-fab-action-item"),o=s.currentActionIndex;s.currentActionIndex=s.currentActionIndex+t,s.currentActionIndex=Math.min(n.length-1,s.currentActionIndex),s.currentActionIndex=Math.max(0,s.currentActionIndex),e.which===r.KEY_CODE.TAB&&o===s.currentActionIndex||(be.element(n[s.currentActionIndex]).children()[0].focus(),e.preventDefault(),e.stopImmediatePropagation())}function E(){return i.find("md-fab-actions")}s.open=function(){t.$evalAsync("ctrl.isOpen = true")},s.close=function(){t.$evalAsync("ctrl.isOpen = false"),i.find("md-fab-trigger")[0].focus()},s.toggle=function(){t.$evalAsync("ctrl.isOpen = !ctrl.isOpen")},s.$onInit=function(){s.direction=s.direction||"down",s.isOpen=s.isOpen||!1,c(),i.addClass("md-animations-waiting"),function(){var e=["click","focusin","focusout"];be.forEach(e,function(e){i.on(e,l)}),t.$on("$destroy",function(){be.forEach(e,function(e){i.off(e,l)}),u()})}(),function(){var o,r;t.$watch("ctrl.direction",function(e,t){a.removeClass(i,"md-"+t),a.addClass(i,"md-"+e),c()}),t.$watch("ctrl.isOpen",function(e){c(),o&&r||(o=i.find("md-fab-trigger"),r=E()),e?(i.on("keydown",h),d.nextTick(function(){be.element(document).on("click touchend",p)})):u();var t=e?"md-is-open":"",n=e?"":"md-is-open";o.attr("aria-haspopup",!0),o.attr("aria-expanded",e),r.attr("aria-hidden",!e),a.setClass(i,t,n)})}(),m()},1===be.version.major&&be.version.minor<=4&&this.$onInit()}function Ce(){function o(e,t){if(t){var n=e[0],o=e.controller("mdFabToolbar"),r=n.querySelector(".md-fab-toolbar-background"),i=n.querySelector("md-fab-trigger button"),a=n.querySelector("md-toolbar"),d=n.querySelector("md-fab-trigger button md-icon"),s=e.find("md-fab-actions").children();if(i&&r){var l=L.getComputedStyle(i).getPropertyValue("background-color"),c=n.offsetWidth,m=(n.offsetHeight,c/i.offsetWidth*2);r.style.backgroundColor=l,r.style.borderRadius=c+"px",o.isOpen?(a.style.pointerEvents="inherit",r.style.width=i.offsetWidth+"px",r.style.height=i.offsetHeight+"px",r.style.transform="scale("+m+")",r.style.transitionDelay="0ms",d&&(d.style.transitionDelay=".3s"),be.forEach(s,function(e,t){e.style.transitionDelay=25*(s.length-t)+"ms"})):(a.style.pointerEvents="none",r.style.transform="scale(1)",r.style.top="0",e.hasClass("md-right")&&(r.style.left="0",r.style.right=null),e.hasClass("md-left")&&(r.style.right="0",r.style.left=null),r.style.transitionDelay="200ms",d&&(d.style.transitionDelay="0ms"),be.forEach(s,function(e,t){e.style.transitionDelay=200+25*t+"ms"}))}}}return{addClass:function(e,t,n){o(e,t),n()},removeClass:function(e,t,n){o(e,t),n()}}}function Te(u,g,E,v,$){return{restrict:"E",controller:Ae,scope:{mdOnLayout:"&"},link:function(n,i,p,t){i.addClass("_md"),i.attr("role","list"),t.layoutDelegate=function(e){var o=[].filter.call(i.children(),function(e){return"MD-GRID-TILE"==e.tagName&&!e.$$mdDestroyed}),r={tileSpans:function(e){return[].map.call(e,function(e){var t=be.element(e).controller("mdGridTile");return{row:parseInt(v.getResponsiveAttribute(t.$attrs,"md-rowspan"),10)||1,col:parseInt(v.getResponsiveAttribute(t.$attrs,"md-colspan"),10)||1}})}(o),colCount:function(){var e=parseInt(v.getResponsiveAttribute(p,"md-cols"),10);if(isNaN(e))throw"md-grid-list: md-cols attribute was not found, or contained a non-numeric value";return e}(),rowMode:c(),rowHeight:function(){var e=v.getResponsiveAttribute(p,"md-row-height");if(!e)throw"md-grid-list: md-row-height attribute was not found";switch(c()){case"fixed":return m(e);case"ratio":var t=e.split(":");return parseFloat(t[0])/parseFloat(t[1]);case"fit":return 0}}(),gutter:m(v.getResponsiveAttribute(p,"md-gutter")||1)};if(!e&&be.equals(r,a))return;var t=E(r.colCount,r.tileSpans,o).map(function(e,n){return{grid:{element:i,style:function(e,t,n,o,r){var i={};switch(o){case"fixed":i.height=b({unit:r,span:t,gutter:n}),i.paddingBottom="";break;case"ratio":var a=h({share:1/r*(1/e*100),gutterShare:1===e?0:(e-1)/e,gutter:n});i.height="",i.paddingBottom=b({unit:a,span:t,gutter:n})}return i}(r.colCount,n,r.gutter,r.rowMode,r.rowHeight)},tiles:e.map(function(e,t){return{element:be.element(o[t]),style:function(e,t,n,o,r,i,a){var d=1/n*100,s=(n-1)/n,l=h({share:d,gutterShare:s,gutter:r}),c=$.isRtl(p)?{right:f({unit:l,offset:e.col,gutter:r}),width:b({unit:l,span:t.col,gutter:r}),paddingTop:"",marginTop:"",top:"",height:""}:{left:f({unit:l,offset:e.col,gutter:r}),width:b({unit:l,span:t.col,gutter:r}),paddingTop:"",marginTop:"",top:"",height:""};switch(i){case"fixed":c.top=f({unit:a,offset:e.row,gutter:r}),c.height=b({unit:a,span:t.row,gutter:r});break;case"ratio":var m=d/a,u=h({share:m,gutterShare:s,gutter:r});c.paddingTop=b({unit:u,span:t.row,gutter:r}),c.marginTop=f({unit:u,offset:e.row,gutter:r});break;case"fit":u=h({share:m=1/o*100,gutterShare:(o-1)/o,gutter:r}),c.top=f({unit:u,offset:e.row,gutter:r}),c.height=b({unit:u,span:t.row,gutter:r})}return c}(e.position,e.spans,r.colCount,n,r.gutter,r.rowMode,r.rowHeight)}})}}).reflow().performance();n.mdOnLayout({$event:{performance:t}}),a=r};var a,o=be.bind(t,t.invalidateLayout),r=function(){for(var e in g.MEDIA)v(e),v.getQuery(g.MEDIA[e]).addListener(o);return v.watchResponsiveAttributes(["md-cols","md-row-height","md-gutter"],p,d)}();function d(e){null==e?t.invalidateLayout():v(e)&&t.invalidateLayout()}n.$on("$destroy",function(){for(var e in t.layoutDelegate=be.noop,r(),g.MEDIA)v.getQuery(g.MEDIA[e]).removeListener(o)});var s=u.startSymbol(),l=u.endSymbol();function e(e){return s+e+l}var h=u(e("share")+"% - ("+e("gutter")+" * "+e("gutterShare")+")"),f=u("calc(("+e("unit")+" + "+e("gutter")+") * "+e("offset")+")"),b=u("calc(("+e("unit")+") * "+e("span")+" + ("+e("span")+" - 1) * "+e("gutter")+")");function c(){var e=v.getResponsiveAttribute(p,"md-row-height");if(!e)throw"md-grid-list: md-row-height attribute was not found";return"fit"==e?"fit":-1!==e.indexOf(":")?"ratio":"fixed"}function m(e){return/\D$/.test(e)?e:e+"px"}}}}function Ae(e){this.layoutInvalidated=!1,this.tilesInvalidated=!1,this.$timeout_=e.nextTick,this.layoutDelegate=be.noop}function we(s){var l=t;return e.animateWith=function(e){l=be.isFunction(e)?e:t},e;function e(e,t){var n,o,r,i,a,d;return i=s.time(function(){o=function(r,e){var i=0,a=0,d=function(){for(var e=[],t=0;t<r;t++)e.push(0);return e}();return{positioning:e.map(function(e,t){return{spans:e,position:function(e,t){if(e.col>r)throw"md-grid-list: Tile at position "+t+" has a colspan ("+e.col+") that exceeds the column count ("+r+")";var n=0,o=0;for(;o-n<e.col;)r<=i?s():-1!==(n=d.indexOf(0,i))&&-1!==(o=c(n+1))?i=o+1:(n=o=0,s());return l(n,e.col,e.row),i=n+e.col,{col:n,row:a}}(e,t)}}),rowCount:a+Math.max.apply(Math,d)};function s(){a++,l(i=0,r,-1)}function l(e,t,n){for(var o=e;o<e+t;o++)d[o]=Math.max(d[o]+n,0)}function c(e){var t;for(t=e;t<d.length;t++)if(0!==d[t])return t;if(t===d.length)return t}}(e,t)}),n={layoutInfo:function(){return o},map:function(t){return a=s.time(function(){var e=n.layoutInfo();r=t(e.positioning,e.rowCount)}),n},reflow:function(e){return d=s.time(function(){(e||l)(r.grid,r.tiles)}),n},performance:function(){return{tileCount:t.length,layoutTime:i,mapTime:a,reflowTime:d,totalTime:i+a+d}}}}function t(e,t){e.element.css(e.style),t.forEach(function(e){e.element.css(e.style)})}}function _e(i){return{restrict:"E",require:"^mdGridList",template:"<figure ng-transclude></figure>",transclude:!0,scope:{},controller:["$attrs",function(e){this.$attrs=e}],link:function(e,t,n,o){t.attr("role","listitem");var r=i.watchResponsiveAttributes(["md-colspan","md-rowspan"],n,be.bind(o,o.invalidateLayout));o.invalidateTiles(),e.$on("$destroy",function(){t[0].$$mdDestroyed=!0,r(),o.invalidateLayout()}),be.isDefined(e.$parent.$index)&&e.$watch(function(){return e.$parent.$index},function(e,t){e!==t&&o.invalidateTiles()})}}}function ke(){return{template:"<figcaption ng-transclude></figcaption>",transclude:!0}}function xe(t){return{restrict:"E",compile:function(e){return e[0].setAttribute("role","list"),t}}}function Ne(m,u,p,h){var f=["md-checkbox","md-switch","md-menu"];return{restrict:"E",controller:"MdListController",compile:function(r,o){var e,i,t,n=r[0].querySelectorAll(".md-secondary"),a=r;if(r[0].setAttribute("role","listitem"),o.ngClick||o.ngDblclick||o.ngHref||o.href||o.uiSref||o.ngAttrUiSref)s("button");else if(!r.hasClass("md-no-proxy")){for(var d=0;d<f.length;++d)if(null!==(i=r[0].querySelector(f[d]))){e=!0;break}e?s("div"):r.addClass("md-no-proxy")}function s(e){if("div"===e)(a=be.element('<div class="md-no-style md-list-item-inner">')).append(r.contents()),r.addClass("md-proxy-focus");else{a=be.element('<div class="md-button md-no-style"> <div class="md-list-item-inner"></div></div>');var t=be.element('<md-button class="md-no-style"></md-button>');if(l(r[0],t[0]),!t.attr("aria-label")){t.attr("aria-label",m.getText(r));var n=a[0].querySelector(".md-list-item-inner");n&&n.setAttribute("aria-hidden","true")}r.hasClass("md-no-focus")&&t.addClass("md-no-focus"),a.prepend(t),a.children().eq(1).append(r.contents()),r.addClass("_md-button-wrap")}r[0].setAttribute("tabindex","-1"),r.append(a)}function l(t,n,e){var o=p.prefixer(["ng-if","ng-click","ng-dblclick","aria-label","ng-disabled","ui-sref","href","ng-href","rel","target","ng-attr-ui-sref","ui-sref-opts","download"]);e&&(o=o.concat(p.prefixer(e))),be.forEach(o,function(e){t.hasAttribute(e)&&(n.setAttribute(e,t.getAttribute(e)),t.removeAttribute(e))})}function c(e){for(var t=e.attributes,n=0;n<t.length;n++)if("ngClick"===o.$normalize(t[n].name))return!0;return!1}return t=be.element('<div class="md-secondary-container">'),be.forEach(n,function(e){!function(e,t){if(e&&!function(e){var t=e.nodeName.toUpperCase();return"MD-BUTTON"===t||"BUTTON"===t}(e)&&e.hasAttribute("ng-click")){m.expect(e,"aria-label");var n=be.element('<md-button class="md-secondary md-icon-button">');l(e,n[0],["ng-if","ng-hide","ng-show"]),e.setAttribute("tabindex","-1"),n.append(e),e=n[0]}e&&(!c(e)||!o.ngClick&&function(e){return-1!==f.indexOf(e.nodeName.toLowerCase())}(e))&&be.element(e).removeClass("md-secondary"),r.addClass("md-with-secondary"),t.append(e)}(e,t)}),a.append(t),function(){for(var e,t=["md-switch","md-checkbox"],n=0;n<t.length;++n)if((e=r.find(t[n])[0])&&!e.hasAttribute("aria-label")){var o=r.find("p")[0];if(!(o=o||r.find("span")[0]))return;e.setAttribute("aria-label","Toggle "+o.textContent)}}(),e&&"MD-MENU"===i.nodeName&&function(){var e=be.element(i),t=e.parent().hasClass("md-secondary-container")||i.parentNode.firstElementChild!==i,n="left";t&&(n="right");e.attr("md-position-mode")||e.attr("md-position-mode",n+" target");var o=e.children().eq(0);c(o[0])||o.attr("ng-click","$mdMenu.open($event)");o.attr("aria-label")||o.attr("aria-label","Open List Menu")}(),function(e,i,t,n){i.addClass("_md");var o=[],r=i[0].firstElementChild,a=i.hasClass("_md-button-wrap")?r.firstElementChild:r,d=a&&c(a),s=i.hasClass("md-no-proxy");r&&r.children&&!d&&!s&&be.forEach(f,function(e){be.forEach(r.querySelectorAll(e+":not(.md-secondary)"),function(e){o.push(e)})}),1!==o.length&&!d||(i.addClass("md-clickable"),d||n.attachRipple(e,be.element(i[0].querySelector(".md-no-style")))),o.length&&be.forEach(o,function(t){t=be.element(t),e.mouseActive=!1,t.on("mousedown",function(){e.mouseActive=!0,h(function(){e.mouseActive=!1},100)}).on("focus",function(){!1===e.mouseActive&&i.addClass("md-focused"),t.on("blur",function e(){i.removeClass("md-focused"),t.off("blur",e)})})});function l(e){"INPUT"===e.target.nodeName||"TEXTAREA"===e.target.nodeName||e.target.isContentEditable||(e.which||e.keyCode)===u.KEY_CODE.SPACE&&a&&(a.click(),e.preventDefault(),e.stopPropagation())}d||o.length||a&&a.addEventListener("keypress",l);i.off("click"),i.off("keypress"),i.off("keydown"),1===o.length&&a&&i.children().eq(0).on("click",function(t){(function(e){var t=["md-slider"],n=p.getEventPath(e);if(!n||0===n.length)return-1!==t.indexOf(e.target.tagName.toLowerCase());for(var o=n.indexOf(i.children()[0]),r=0;r<o;r++)if(-1!==t.indexOf(n[r].tagName.toLowerCase()))return!0;return!1})(t)||!p.getClosest(t.target,"BUTTON")&&a.contains(t.target)&&be.forEach(o,function(e){t.target===e||e.contains(t.target)||("MD-MENU"===e.nodeName&&(e=e.children[0]),be.element(e).triggerHandler("click"))})});e.$on("$destroy",function(){a&&a.removeEventListener("keypress",l)})}}}}function Se(e,t,n){this.attachRipple=function(e,t){n.attach(e,t,{})}}function De(r,t,i,a,d,o,e,n,s){var l,c,m=d.prefixer(),u=this;this.nestLevel=parseInt(t.mdNestLevel,10)||0,this.init=function(e,t){t=t||{},l=e,(c=i[0].querySelector(m.buildSelector(["ng-click","ng-mouseenter"]))).setAttribute("aria-expanded","false"),this.isInMenuBar=t.isInMenuBar,this.mdMenuBarCtrl=t.mdMenuBarCtrl,this.nestedMenus=d.nodesToArray(l[0].querySelectorAll(".md-nested-menu")),l.on("$mdInterimElementRemove",function(){u.isOpen=!1,d.nextTick(function(){u.onIsOpenChanged(u.isOpen)})}),d.nextTick(function(){u.onIsOpenChanged(u.isOpen)});var n="menu_container_"+d.nextUid();l.attr("id",n),be.element(c).attr({"aria-owns":n,"aria-haspopup":"true"}),a.$on("$destroy",be.bind(this,function(){this.disableHoverListener(),r.destroy()})),l.on("$destroy",function(){r.destroy()})};var p,h,f=[];this.enableHoverListener=function(){f.push(e.$on("$mdMenuOpen",function(e,t){l[0].contains(t[0])&&(u.currentlyOpenMenu=t.controller("mdMenu"),u.isAlreadyOpening=!1,u.currentlyOpenMenu.registerContainerProxy(u.triggerContainerProxy.bind(u)))})),f.push(e.$on("$mdMenuClose",function(e,t){l[0].contains(t[0])&&(u.currentlyOpenMenu=ge)})),(h=be.element(d.nodesToArray(l[0].children[0].children))).on("mouseenter",u.handleMenuItemHover),h.on("mouseleave",u.handleMenuItemMouseLeave)},this.disableHoverListener=function(){for(;f.length;)f.shift()();h&&h.off("mouseenter",u.handleMenuItemHover),h&&h.off("mouseleave",u.handleMenuItemMouseLeave)},this.handleMenuItemHover=function(e){if(!u.isAlreadyOpening){var t=e.target.querySelector("md-menu")||d.getClosest(e.target,"MD-MENU");p=o(function(){if(t=t&&be.element(t).controller("mdMenu"),u.currentlyOpenMenu&&u.currentlyOpenMenu!=t){var e=u.nestLevel+1;u.currentlyOpenMenu.close(!0,{closeTo:e}),u.isAlreadyOpening=!!t,t&&t.open()}else t&&!t.isOpen&&t.open&&(u.isAlreadyOpening=!!t,t&&t.open())},t?100:250);var n=e.currentTarget.querySelector(".md-button:not([disabled])");n&&n.focus()}},this.handleMenuItemMouseLeave=function(){p&&(o.cancel(p),p=ge)},this.open=function(e){e&&e.stopPropagation(),e&&e.preventDefault(),u.isOpen||(u.enableHoverListener(),u.isOpen=!0,d.nextTick(function(){u.onIsOpenChanged(u.isOpen)}),(c=c||(e?e.target:i[0])).setAttribute("aria-expanded","true"),a.$emit("$mdMenuOpen",i),r.show({scope:a,mdMenuCtrl:u,nestLevel:u.nestLevel,element:l,target:c,preserveElement:!0,parent:"body"}).finally(function(){c.setAttribute("aria-expanded","false"),u.disableHoverListener()}))},this.onIsOpenChanged=function(e){e?(l.attr("aria-hidden","false"),i[0].classList.add("md-open"),be.forEach(u.nestedMenus,function(e){e.classList.remove("md-open")})):(l.attr("aria-hidden","true"),i[0].classList.remove("md-open")),a.$mdMenuIsOpen=u.isOpen},this.focusMenuContainer=function(){var e=l[0].querySelector(m.buildSelector(["md-menu-focus-target","md-autofocus"]));(e=e||l[0].querySelector(".md-button:not([disabled])")).focus()},this.registerContainerProxy=function(e){this.containerProxy=e},this.triggerContainerProxy=function(e){this.containerProxy&&this.containerProxy(e)},this.destroy=function(){return u.isOpen?r.destroy():n.when(!1)},this.close=function(e,t){if(u.isOpen){u.isOpen=!1,d.nextTick(function(){u.onIsOpenChanged(u.isOpen)});var n=be.extend({},t,{skipFocus:e});if(a.$emit("$mdMenuClose",i,n),r.hide(null,t),!e){var o=u.restoreFocusTo||i.find("button")[0];o instanceof be.element&&(o=o[0]),o&&o.focus()}}},this.positionMode=function(){var e=(t.mdPositionMode||"target").split(" ");return 1===e.length&&e.push(e[0]),{left:e[0],top:e[1]}},this.offsets=function(){var e=(t.mdOffset||"0 0").split(" ").map(parseFloat);if(2===e.length)return{left:e[0],top:e[1]};if(1===e.length)return{top:e[0],left:e[0]};throw Error("Invalid offsets specified. Please follow format <x, y> or <n>")},a.$mdMenu={open:this.open,close:this.close}}function He(a){var d="Invalid HTML for md-menu: ";return{restrict:"E",require:["mdMenu","?^mdMenuBar"],controller:"mdMenuCtrl",scope:!0,compile:function(e){e.addClass("md-menu");var t=e.children()[0],n=a.prefixer();n.hasAttribute(t,"ng-click")||(t=t.querySelector(n.buildSelector(["ng-click","ng-mouseenter"]))||t);var o="MD-BUTTON"===t.nodeName||"BUTTON"===t.nodeName;t&&o&&!t.hasAttribute("type")&&t.setAttribute("type","button");if(!t)throw Error(d+"Expected the menu to have a trigger element.");if(2!==e.children().length)throw Error(d+"Expected two children elements. The second element must have a `md-menu-content` element.");t&&t.setAttribute("aria-haspopup","true");var r=e[0].querySelectorAll("md-menu"),i=parseInt(e[0].getAttribute("md-nest-level"),10)||0;r&&be.forEach(a.nodesToArray(r),function(e){e.hasAttribute("md-position-mode")||e.setAttribute("md-position-mode","cascade"),e.classList.add("_md-nested-menu"),e.setAttribute("md-nest-level",i+1)});return s}};function s(e,t,n,o){var r=o[0],i=!!o[1],a=o[1],d=be.element('<div class="_md md-open-menu-container md-whiteframe-z2"></div>'),s=t.children()[1];t.addClass("_md"),s.hasAttribute("role")||s.setAttribute("role","menu"),d.append(s),t.on("$destroy",function(){d.remove()}),t.append(d),d[0].style.display="none",r.init(d,{isInMenuBar:i,mdMenuBarCtrl:a})}}function Ie(e){t.$inject=["$mdUtil","$mdTheming","$mdConstant","$document","$window","$q","$$rAF","$animateCss","$animate","$log"];var w=8;return e("$mdMenu").setDefaults({methods:["target"],options:t});function t(y,e,s,C,T,o,r,i,l,c){var A=y.prefixer(),m=y.dom.animator;return{parent:"body",onShow:function(a,n,d){(function(){if(!d.target)throw Error("$mdMenu.show() expected a target to animate from in options.target");be.extend(d,{alreadyOpen:!1,isRemoved:!1,target:be.element(d.target),parent:be.element(d.parent),menuContentEl:be.element(n[0].querySelector("md-menu-content"))})})(),d.menuContentEl[0]?e.inherit(d.menuContentEl,d.target):c.warn("$mdMenu: Menu elements should always contain a `md-menu-content` element,otherwise interactivity features will not work properly.",n);return d.cleanupResizing=function(){var e=function(t,n){return r.throttle(function(){if(!d.isRemoved){var e=h(t,n);t.css(m.toCss(e))}})}(n,d);return T.addEventListener("resize",e),T.addEventListener("orientationchange",e),function(){T.removeEventListener("resize",e),T.removeEventListener("orientationchange",e)}}(),d.hideBackdrop=function(e,t,n){if(n.nestLevel)return be.noop;n.disableParentScroll&&!y.getClosest(n.target,"MD-DIALOG")?n.restoreScroll=y.disableScrollAround(n.element,n.parent):n.disableParentScroll=!1;n.hasBackdrop&&(n.backdrop=y.createBackdrop(e,"md-menu-backdrop md-click-catcher"),l.enter(n.backdrop,n.backdropParent||C[0].body));return function(){n.backdrop&&n.backdrop.remove(),n.disableParentScroll&&n.restoreScroll()}}(a,0,d),function(){return d.parent.append(n),n[0].style.display="",o(function(e){var t=h(n,d);n.removeClass("md-leave"),i(n,{addClass:"md-active",from:m.toCss(t),to:m.toCss({transform:""})}).start().then(e)})}().then(function(e){return d.alreadyOpen=!0,d.cleanupInteraction=function(){if(!d.menuContentEl[0])return be.noop;d.menuContentEl.on("keydown",r),d.menuContentEl[0].addEventListener("click",i,!0);var e=d.menuContentEl[0].querySelector(A.buildSelector(["md-menu-focus-target","md-autofocus"]));if(!e)for(var t=d.menuContentEl[0].children.length,n=0;n<t;n++){var o=d.menuContentEl[0].children[n];if(e=o.querySelector(".md-button:not([disabled])"))break;if(o.firstElementChild&&!o.firstElementChild.disabled&&!o.firstElementChild.getAttribute("disabled")){e=o.firstElementChild;break}}return e&&e.focus(),function(){d.menuContentEl.off("keydown",r),d.menuContentEl[0].removeEventListener("click",i,!0)};function r(e){var t;switch(e.keyCode){case s.KEY_CODE.ESCAPE:d.nestLevel?d.mdMenuCtrl.close():d.mdMenuCtrl.close(!1,{closeAll:!0}),t=!0;break;case s.KEY_CODE.TAB:d.mdMenuCtrl.close(!1,{closeAll:!0}),t=!1;break;case s.KEY_CODE.UP_ARROW:u(e,d.menuContentEl,d,-1)||d.nestLevel||d.mdMenuCtrl.triggerContainerProxy(e),t=!0;break;case s.KEY_CODE.DOWN_ARROW:u(e,d.menuContentEl,d,1)||d.nestLevel||d.mdMenuCtrl.triggerContainerProxy(e),t=!0;break;case s.KEY_CODE.LEFT_ARROW:d.nestLevel?d.mdMenuCtrl.close():d.mdMenuCtrl.triggerContainerProxy(e),t=!0;break;case s.KEY_CODE.RIGHT_ARROW:var n=y.getClosest(e.target,"MD-MENU");n&&n!=d.parent[0]?e.target.click():d.mdMenuCtrl.triggerContainerProxy(e),t=!0}t&&(e.preventDefault(),e.stopImmediatePropagation())}function i(e){var t=e.target;do{if(t==d.menuContentEl[0])return;if((o(t,["ng-click","ng-href","ui-sref"])||"BUTTON"==t.nodeName||"MD-BUTTON"==t.nodeName)&&!o(t,["md-prevent-menu-close"])){var n=y.getClosest(t,"MD-MENU");t.hasAttribute("disabled")||n&&n!=d.parent[0]||a.$apply(function(){d.mdMenuCtrl.close(!0,{closeAll:!0})});break}}while(t=t.parentNode);function o(e,t){if(!e)return!1;for(var n,o=0;n=t[o];++o)if(A.hasAttribute(e,n))return!0;return!1}}}(),d.cleanupBackdrop=d.backdrop?(d.backdrop.on("click",t),function(){d.backdrop.off("click",t)}):be.noop,n.addClass("md-clickable"),e});function t(e){e.preventDefault(),e.stopPropagation(),a.$apply(function(){d.mdMenuCtrl.close(!0,{closeAll:!0})})}},onRemove:function(e,t,n){return n.cleanupInteraction(),n.cleanupBackdrop(),n.cleanupResizing(),n.hideBackdrop(),t.removeClass("md-clickable"),!0===n.$destroy?o():function(){return i(t,{addClass:"md-leave"}).start()}().then(o);function o(){t.removeClass("md-active"),function(e,t){t.preserveElement?a(e).style.display="none":a(e).parentNode===a(t.parent)&&a(t.parent).removeChild(a(e))}(t,n),n.alreadyOpen=!1}},hasBackdrop:!0,disableParentScroll:!0,skipCompile:!0,preserveScope:!0,multiple:!0,themable:!0};function u(e,t,n,o){for(var r,i=y.getClosest(e.target,"MD-MENU-ITEM"),a=y.nodesToArray(t[0].children),d=a.indexOf(i)+o;0<=d&&d<a.length;d+=o){if(r=p(a[d].querySelector(".md-button")))break}return r}function p(e){if(e&&-1!=e.getAttribute("tabindex"))return e.focus(),C[0].activeElement==e}function h(e,t){var n,o=e[0],r=e[0].firstElementChild,i=r.getBoundingClientRect(),a=C[0].body.getBoundingClientRect(),d=T.getComputedStyle(r),s=t.target[0].querySelector(A.buildSelector("md-menu-origin"))||t.target[0],l=s.getBoundingClientRect(),c={left:a.left+w,top:Math.max(a.top,0)+w,bottom:Math.max(a.bottom,Math.max(a.top,0)+a.height)-w,right:a.right-w},m={top:0,left:0,right:0,bottom:0},u={top:0,left:0,right:0,bottom:0},p=t.mdMenuCtrl.positionMode();"target"!==p.top&&"target"!==p.left&&"target-right"!==p.left||(n=function(){for(var e=0;e<r.children.length;++e)if("none"!=T.getComputedStyle(r.children[e]).display)return r.children[e]}())&&(m=(n=(n=n.firstElementChild||n).querySelector(A.buildSelector("md-menu-align-target"))||n).getBoundingClientRect(),u={top:parseFloat(o.style.top||0),left:parseFloat(o.style.left||0)});var h={},f="top ";switch(p.top){case"target":h.top=u.top+l.top-m.top;break;case"cascade":h.top=l.top-parseFloat(d.paddingTop)-s.style.top;break;case"bottom":h.top=l.top+l.height;break;default:throw new Error('Invalid target mode "'+p.top+'" specified for md-menu on Y axis.')}var b=y.isRtl(e);switch(p.left){case"target":h.left=u.left+l.left-m.left,f+=b?"right":"left";break;case"target-left":h.left=l.left,f+="left";break;case"target-right":h.left=l.right-i.width+(i.right-m.right),f+="right";break;case"cascade":var g=b?l.left-i.width<c.left:l.right+i.width<c.right;h.left=g?l.right-s.style.left:l.left-s.style.left-i.width,f+=g?"left":"right";break;case"right":b?(h.left=l.right-l.width,f+="left"):(h.left=l.right-i.width,f+="right");break;case"left":b?(h.left=l.right-i.width,f+="right"):(h.left=l.left,f+="left");break;default:throw new Error('Invalid target mode "'+p.left+'" specified for md-menu on X axis.')}var E,v=t.mdMenuCtrl.offsets();h.top+=v.top,h.left+=v.left,(E=h).top=Math.max(Math.min(E.top,c.bottom-o.offsetHeight),c.top),E.left=Math.max(Math.min(E.left,c.right-o.offsetWidth),c.left);var $=Math.round(100*Math.min(l.width/o.offsetWidth,1))/100,M=Math.round(100*Math.min(l.height/o.offsetHeight,1))/100;return{top:Math.round(h.top),left:Math.round(h.left),transform:t.alreadyOpen?ge:y.supplant("scale({0},{1})",[$,M]),transformOrigin:f}}}function a(e){return e instanceof be.element&&(e=e[0]),e}}function Oe(n,r){return{restrict:"E",require:"mdMenuBar",controller:"MenuBarController",compile:function(e,t){return t.ariaRole||e[0].setAttribute("role","menubar"),be.forEach(e[0].children,function(e){if("MD-MENU"==e.nodeName){e.hasAttribute("md-position-mode")||(e.setAttribute("md-position-mode","left bottom"),e.querySelector("button, a, md-button").setAttribute("role","menuitem"));var t=n.nodesToArray(e.querySelectorAll("md-menu-content"));be.forEach(t,function(e){e.classList.add("md-menu-bar-menu"),e.classList.add("md-dense"),e.hasAttribute("width")||e.setAttribute("width",5)})}}),e.find("md-menu-item").addClass("md-in-menu-bar"),function(e,t,n,o){t.addClass("_md"),r(e,t),o.init()}}}}function Pe(e,t,n){this.$element=t,this.$attrs=n,this.$scope=e}function Le(c,e,m){return{controller:"MenuItemController",require:["mdMenuItem","?ngModel"],priority:e.BEFORE_NG_ARIA,compile:function(o,e){var t,n,r=e.type,i="md-in-menu-bar";if("checkbox"!==r&&"radio"!==r||!o.hasClass(i))l("role","menuitem",o[0].querySelector("md-button, button, a"));else{var a=o[0].textContent,d=be.element('<md-button type="button"></md-button>'),s='<md-icon md-svg-src="'+m.mdChecked+'"></md-icon>';d.html(a),d.attr("tabindex","0"),be.isDefined(e.mdPreventMenuClose)&&d.attr("md-prevent-menu-close",e.mdPreventMenuClose),o.html(""),o.append(be.element(s)),o.append(d),o.addClass("md-indent").removeClass(i),l("role","checkbox"===r?"menuitemcheckbox":"menuitemradio",d),t="ng-disabled",n=c.prefixer(t),be.forEach(n,function(e){if(o[0].hasAttribute(e)){var t=o[0].getAttribute(e);d[0].setAttribute(e,t),o[0].removeAttribute(e)}})}return function(e,t,n,o){var r=o[0],i=o[1];r.init(i)};function l(e,t,n){(n=n||o)instanceof be.element&&(n=n[0]),n.hasAttribute(e)||n.setAttribute(e,t)}}}}function Re(i,a,d,s){return{restrict:"E",transclude:!0,controller:Fe,controllerAs:"ctrl",bindToController:!0,scope:{mdSelectedNavItem:"=?",mdNoInkBar:"=?",navBarAriaLabel:"@?"},template:'<div class="md-nav-bar"><nav role="navigation"><ul class="_md-nav-bar-list" ng-transclude role="tablist" ng-focus="ctrl.onFocus()" aria-label="{{ctrl.navBarAriaLabel}}"></ul></nav><md-nav-ink-bar ng-hide="ctrl.mdNoInkBar"></md-nav-ink-bar></div>',link:function(e,t,n,o){function r(){o.width!==d.innerWidth&&(o.updateSelectedTabInkBar(),o.width=d.innerWidth,e.$digest())}o.width=d.innerWidth,be.element(d).on("resize",s.debounce(r,300)),e.$on("$destroy",function(){be.element(d).off("resize",r)}),a(t),o.navBarAriaLabel||i.expectAsync(t,"aria-label",be.noop)}}}function Fe(e,t,n,o){this._$timeout=n,this._$scope=t,this._$mdConstant=o,this.mdSelectedNavItem,this.navBarAriaLabel,this._navBarEl=e[0],this._inkbar;var r=this,i=this._$scope.$watch(function(){return r._navBarEl.querySelectorAll("._md-nav-button").length},function(e){0<e&&(r._initTabs(),i())})}function Be(c,e,m,u){return{restrict:"E",require:["mdNavItem","^mdNavBar"],controller:Ue,bindToController:!0,controllerAs:"ctrl",replace:!0,transclude:!0,template:function(e,t){var n,o,r=t.mdNavClick,i=t.mdNavHref,a=t.mdNavSref,d=t.srefOpts;if(1<(r?1:0)+(i?1:0)+(a?1:0))throw Error("Please do not specify more than one of the md-nav-click, md-nav-href, or md-nav-sref attributes per nav-item directive.");if(r!==ge&&null!==r)n='ng-click="ctrl.mdNavClick()"';else if(i!==ge&&null!==i)n='ng-href="{{ctrl.mdNavHref}}"';else{if(a===ge||null===a)throw Error("Please specify at least one of the md-nav-click, md-nav-href, or md-nav-sref attributes per nav-item directive.");n='ui-sref="{{ctrl.mdNavSref}}"'}return n&&(o='<md-button class="_md-nav-button md-accent" ng-class="ctrl.getNgClassMap()" ng-blur="ctrl.setFocused(false)" ng-disabled="ctrl.disabled" tabindex="-1" role="tab" ng-attr-aria-label="{{ctrl.navItemAriaLabel ? ctrl.navItemAriaLabel : undefined}}" aria-selected="{{ctrl.isSelected()}}" '+(d?'ui-sref-opts="{{ctrl.srefOpts}}" ':"")+n+'><span ng-transclude class="_md-nav-button-text"></span></md-button>'),'<li class="md-nav-item" role="presentation">'+(o||"")+"</li>"},scope:{mdNavClick:"&?",mdNavHref:"@?",mdNavSref:"@?",srefOpts:"=?",name:"@",navItemAriaLabel:"@?"},link:function(n,o,r,i){var a,d,s,l;e(function(){if(d=i[0],s=i[1],l=be.element(o[0].querySelector("._md-nav-button")),d.name||(d.name=be.element(o[0].querySelector("._md-nav-button-text")).text().trim()),l.on("keydown",function(e){s.onKeydown(e)}),l.on("focus",function(){d._focused=!0}),l.on("click",function(){s.mdSelectedNavItem=d.name,n.$apply()}),d.disabled=m.parseAttributeBoolean(r.disabled,!1),"MutationObserver"in u){var e=o[0],t=new MutationObserver(function(e){m.nextTick(function(){d.disabled=m.parseAttributeBoolean(r[e[0].attributeName],!1)})});t.observe(e,{attributes:!0,attributeFilter:["disabled"]}),a=t.disconnect.bind(t)}else r.$observe("disabled",function(e){d.disabled=m.parseAttributeBoolean(e,!1)});d.navItemAriaLabel||c.expectWithText(l,"aria-label")}),n.$on("destroy",function(){l.off("keydown"),l.off("focus"),l.off("click"),a()})}}}function Ue(e){this._$element=e,this.mdNavClick,this.mdNavHref,this.mdNavSref,this.srefOpts,this.name,this.navItemAriaLabel,this._selected=!1,this.isFocused=!1}function je($,M,d,y,p,e){var C=$.requestAnimationFrame||$.webkitRequestAnimationFrame||be.noop,h=$.cancelAnimationFrame||$.webkitCancelAnimationFrame||$.webkitCancelRequestAnimationFrame||be.noop,f="determinate",T="indeterminate",A="_md-progress-circular-disabled",w="md-mode-indeterminate";return{restrict:"E",scope:{value:"@",mdDiameter:"@",mdMode:"@"},template:'<svg xmlns="http://www.w3.org/2000/svg"><path fill="none"/></svg>',compile:function(e,t){if(e.attr({"aria-valuemin":0,"aria-valuemax":100,role:"progressbar"}),be.isUndefined(t.mdMode)){var n=t.hasOwnProperty("value")?f:T;t.$set("mdMode",n)}else t.$set("mdMode",t.mdMode.trim());return o}};function o(b,s,l){var g,e,t=s[0],a=be.element(t.querySelector("svg")),E=be.element(t.querySelector("path")),n=M.startIndeterminate,o=M.endIndeterminate,r=0,v=0;function c(n,e,t,o,r,i){var a=++v,d=y.now(),s=e-n,l=N(b.mdDiameter),c=S(l),m=t||M.easeFn,u=o||M.duration,p=-90*(r||0),h=i||100;function f(e){E.attr("stroke-dashoffset",k(l,c,e,h)),E.attr("transform","rotate("+p+" "+l/2+" "+l/2+")")}e===n?f(e):g=C(function e(){var t=$.Math.max(0,$.Math.min(y.now()-d,u));f(m(t,n,s,u)),a===v&&t<u&&(g=C(e))})}function i(){c(n,o,M.easeFnIndeterminate,M.durationIndeterminate,r,75),r=++r%4}function m(){e||(e=p(i,M.durationIndeterminate,0,!1),i(),s.addClass(w).removeAttr("aria-valuenow"))}function u(){e&&(p.cancel(e),e=null,s.removeClass(w))}d(s),s.toggleClass(A,l.hasOwnProperty("disabled")),b.mdMode===T&&m(),b.$on("$destroy",function(){u(),g&&h(g)}),b.$watchGroup(["value","mdMode",function(){var e=t.disabled;return!0===e||!1===e?e:be.isDefined(s.attr("disabled"))}],function(e,t){var n=e[1],o=e[2],r=0,i=0;if(o!==t[2]&&s.toggleClass(A,!!o),o)u();else if(n!==f&&n!==T&&(n=T,l.$set("mdMode",n)),n===T)t[1]===f&&(i=S(r=N(b.mdDiameter)),E.attr("d",_(r,i,!0)),E.attr("stroke-dasharray",D(r,i,75))),m();else{var a=x(e[0]),d=x(t[0]);u(),t[1]===T&&(i=S(r=N(b.mdDiameter)),E.attr("d",_(r,i,!1)),E.attr("stroke-dasharray",D(r,i,100))),s.attr("aria-valuenow",a),c(d,a)}}),b.$watch("mdDiameter",function(e){var t=N(e),n=S(t),o=x(b.value),r=t/2+"px",i={width:t+"px",height:t+"px"};a[0].setAttribute("viewBox","0 0 "+t+" "+t),a.css(i).css("transform-origin",r+" "+r+" "+r),s.css(i),E.attr("stroke-width",n),E.attr("stroke-linecap","square"),b.mdMode==T?(E.attr("d",_(t,n,!0)),E.attr("stroke-dasharray",D(t,n,75)),E.attr("stroke-dashoffset",k(t,n,1,75))):(E.attr("d",_(t,n,!1)),E.attr("stroke-dasharray",D(t,n,100)),E.attr("stroke-dashoffset",k(t,n,0,100)),c(o,o))})}function _(e,t,n){var o=e/2,r=t/2,i=o+","+r,a=o-r;return"M"+i+"A"+a+","+a+" 0 1 1 "+(r+","+o)+(n?"":"A"+a+","+a+" 0 0 1 "+i)}function k(e,t,n,o){return r(e,t)*((o-n)/100)}function x(e){return $.Math.max(0,$.Math.min(e||0,100))}function N(e){var t=M.progressSize;if(e){var n=parseFloat(e);return e.lastIndexOf("%")===e.length-1&&(n=n/100*t),n}return t}function S(e){return M.strokeWidth/100*e}function D(e,t,n){return r(e,t)*(n/100)}function r(e,t){return(e-t)*$.Math.PI}}function ze(m,u,e){var p="determinate",h="indeterminate",f="buffer",b="query",g="_md-progress-linear-disabled";return{restrict:"E",template:'<div class="md-container"><div class="md-dashed"></div><div class="md-bar md-bar1"></div><div class="md-bar md-bar2"></div></div>',compile:function(e,t,n){return e.attr("aria-valuemin",0),e.attr("aria-valuemax",100),e.attr("role","progressbar"),o}};function o(e,n,t){var o;m(n);var r=t.hasOwnProperty("disabled"),i=u.dom.animator.toCss,a=be.element(n[0].querySelector(".md-bar1")),d=be.element(n[0].querySelector(".md-bar2")),s=be.element(n[0].querySelector(".md-container"));function l(){var e=(t.mdMode||"").trim();if(e)switch(e){case p:case h:case f:case b:break;default:e=h}return e}function c(e,t){if(!r&&l()){var n=u.supplant("translateX({0}%) scale({1},1)",[(t-100)/2,t/100]),o=i({transform:n});be.element(e).css(o)}}n.attr("md-mode",l()).toggleClass(g,r),function(){if(be.isUndefined(t.mdMode)){var e=be.isDefined(t.value)?p:h;n.attr("md-mode",e),t.mdMode=e}}(),t.$observe("value",function(e){var t=E(e);n.attr("aria-valuenow",t),l()!=b&&c(d,t)}),t.$observe("mdBufferValue",function(e){c(a,E(e))}),t.$observe("disabled",function(e){r=!0===e||!1===e?!!e:be.isDefined(e),n.toggleClass(g,r),s.toggleClass(o,!r)}),t.$observe("mdMode",function(e){switch(o&&s.removeClass(o),e){case b:case f:case p:case h:s.addClass(o="md-mode-"+e);break;default:s.addClass(o="md-mode-"+h)}})}function E(e){return Math.max(0,Math.min(e||0,100))}}function qe(s,l){return["$mdUtil","$window",function(a,d){return{restrict:"A",multiElement:!0,link:function(o,r,t){var i=o.$on("$md-resize-enable",function(){i();var e=r[0],n=e.nodeType===d.Node.ELEMENT_NODE?d.getComputedStyle(e):{};o.$watch(t[s],function(e){if(!!e===l){a.nextTick(function(){o.$broadcast("$md-resize")});var t={cachedTransitionStyles:n};a.dom.animator.waitTransitionEnd(r,t).then(function(){o.$broadcast("$md-resize")})}})})}}}]}function Ve(o,r,i,a){var d="SideNav '{0}' is not available! Did you use md-component-id='{0}'?",s={find:function(e,t){var n=o.get(e);return n||t?n:(a.error(r.supplant(d,[e||""])),ge)},waitFor:l};return function(e,t){if(be.isUndefined(e))return s;var n=!0===t,o=s.find(e,n);return!o&&n?s.waitFor(e):!o&&be.isUndefined(t)?function(e,t){function n(){return!1}function o(){return i.when(r.supplant(d,[t||""]))}return be.extend({isLockedOpen:n,isOpen:n,toggle:o,open:o,close:o,onClose:be.noop,then:function(e){return l(t).then(e||be.noop)}},e)}(s,e):o};function l(e){return o.when(e).catch(a.error)}}function We(o,g,E,v,$,M,e,y,C,T,A,w,_){return{restrict:"E",scope:{isOpen:"=?mdIsOpen"},controller:"$mdSidenavController",compile:function(e){return e.addClass("md-closed").attr("tabIndex","-1"),t}};function t(r,i,e,t){var a,d,s,l,c,m=null,u=null,p=T.when(!0),n=y(e.mdIsLockedOpen),h=be.element(w);function f(e){return e.keyCode===E.KEY_CODE.ESCAPE?b(e):T.when(!0)}function b(e){return e.preventDefault(),t.close()}e.mdDisableScrollTarget&&((m=A[0].querySelector(e.mdDisableScrollTarget))?m=be.element(m):C.warn(g.supplant('mdSidenav: couldn\'t find element matching selector "{selector}". Falling back to parent.',{selector:e.mdDisableScrollTarget}))),m=m||i.parent(),e.hasOwnProperty("mdDisableBackdrop")||(d=g.createBackdrop(r,"md-sidenav-backdrop md-opaque ng-enter")),e.hasOwnProperty("mdDisableCloseEvents")&&(s=!0),i.addClass("_md"),v(i),d&&v.inherit(d,i),i.on("$destroy",function(){d&&d.remove(),t.destroy()}),r.$on("$destroy",function(){d&&d.remove()}),r.$watch(function(){return n(r.$parent,{$mdMedia:o})},function(e,t){(r.isLockedOpen=e)===t?i.toggleClass("md-locked-open",!!e):M[e?"addClass":"removeClass"](i,"md-locked-open");d&&d.toggleClass("md-locked-open",!!e)}),r.$watch("isOpen",function(e){var t,n=g.findFocusTarget(i)||i,o=i.parent();s||(o[e?"on":"off"]("keydown",f),d&&d[e?"on":"off"]("click",b));t=function(e,t){var n=i[0],o=e[0].scrollTop;if(t&&o){c={top:n.style.top,bottom:n.style.bottom,height:n.style.height};var r={top:o+"px",bottom:"auto",height:e[0].clientHeight+"px"};i.css(r),d.css(r)}if(!t&&c)return function(){n.style.top=c.top,n.style.bottom=c.bottom,n.style.height=c.height,d[0].style.top=null,d[0].style.bottom=null,d[0].style.height=null,c=null}}(o,e),e&&(u=A[0].activeElement,l=$.getLastInteractionType());return function(e){e&&!a?(a=m.css("overflow"),m.css("overflow","hidden")):be.isDefined(a)&&(m.css("overflow",a),a=ge)}(e),p=T.all([e&&d?M.enter(d,o):d?M.leave(d):T.when(!0),M[e?"removeClass":"addClass"](i,"md-closed")]).then(function(){r.isOpen&&(_(function(){h.triggerHandler("resize")}),n&&n.focus()),t&&t()})}),t.$toggleOpen=function(e){return r.isOpen===e?T.when(!0):(r.isOpen&&t.onCloseCb&&t.onCloseCb(),T(function(t){r.isOpen=e,g.nextTick(function(){p.then(function(e){!r.isOpen&&u&&"keyboard"===l&&(u.focus(),u=null),t(e)})})}))}}}function Ye(t,e,n,o,r){var i=this;i.isOpen=function(){return!!t.isOpen},i.isLockedOpen=function(){return!!t.isLockedOpen},i.onClose=function(e){return i.onCloseCb=e,i},i.open=function(){return i.$toggleOpen(!0)},i.close=function(){return i.$toggleOpen(!1)},i.toggle=function(){return i.$toggleOpen(!t.isOpen)},i.$toggleOpen=function(e){return o.when(t.isOpen=e)};var a=e.mdComponentId,d=a&&-1<a.indexOf(r.startSymbol()),s=d?r(a)(t.$parent):a;i.destroy=n.register(i,s),d&&e.$observe("mdComponentId",function(e){e&&e!==i.$$mdHandle&&(i.destroy(),i.destroy=n.register(i,e))})}function Ke(l,c,m,d){var s=m.checkStickySupport();return function(e,t,n){var o=t.controller("mdContent");if(o)if(s)t.css({position:s,top:0,"z-index":2});else{var r=o.$element.data("$$sticky");r||(r=function(e){var o,r=e.$element,i=c.throttle(t);return function(e){var t,n,o=200;function r(){+m.now()-n>o?(t=!1,e.triggerHandler("$scrollend")):(e.triggerHandler("$scroll"),c.throttle(r))}e.on("scroll touchmove",function(){t||(t=!0,c.throttle(r),e.triggerHandler("$scrollstart")),e.triggerHandler("$scroll"),n=+m.now()})}(r),r.on("$scrollstart",i),r.on("$scroll",function e(){var t=r.prop("scrollTop");var n=(e.prevScrollTop||0)<t;e.prevScrollTop=t;if(0===t)return void d(null);if(n){if(o.next&&o.next.top<=t)return void d(o.next);if(o.current&&o.next&&o.next.top-t<=o.next.height)return void s(o.current,t+(o.next.top-o.next.height-t))}if(!n){if(o.current&&o.prev&&t<o.current.top)return void d(o.prev);if(o.next&&o.current&&t>=o.next.top-o.current.height)return void s(o.current,t+(o.next.top-t-o.current.height))}o.current&&s(o.current,t)}),o={prev:null,current:null,next:null,items:[],add:function(n,e){e.addClass("md-sticky-clone");var t={element:n,clone:e};return o.items.push(t),m.nextTick(function(){r.prepend(t.clone)}),i(),function(){o.items.forEach(function(e,t){e.element[0]===n[0]&&(o.items.splice(t,1),e.clone.remove())}),i()}},refreshElements:t};function t(){var e;o.items.forEach(a),o.items=o.items.sort(function(e,t){return e.top<t.top?-1:1});for(var t=r.prop("scrollTop"),n=o.items.length-1;0<=n;n--)if(t>o.items[n].top){e=o.items[n];break}d(e)}function a(e){var t=e.element[0];for(e.top=0,e.left=0,e.right=0;t&&t!==r[0];)e.top+=t.offsetTop,e.left+=t.offsetLeft,t.offsetParent&&(e.right+=t.offsetParent.offsetWidth-t.offsetWidth-t.offsetLeft),t=t.offsetParent;e.height=e.element.prop("offsetHeight");var n=m.floatingScrollbars()?"0":ge;m.bidi(e.clone,"margin-left",e.left,n),m.bidi(e.clone,"margin-right",n,e.right)}function d(e){if(o.current!==e){o.current&&(s(o.current,null),n(o.current,null)),e&&n(e,"active"),o.current=e;var t=o.items.indexOf(e);o.next=o.items[t+1],o.prev=o.items[t-1],n(o.next,"next"),n(o.prev,"prev")}}function n(e,t){e&&e.state!==t&&(e.state&&(e.clone.attr("sticky-prev-state",e.state),e.element.attr("sticky-prev-state",e.state)),e.clone.attr("sticky-state",t),e.element.attr("sticky-state",t),e.state=t)}function s(e,t){e&&(null===t||t===ge?e.translateY&&(e.translateY=null,e.clone.css(l.CSS.TRANSFORM,"")):(e.translateY=t,m.bidi(e.clone,l.CSS.TRANSFORM,"translate3d("+e.left+"px,"+t+"px,0)","translateY("+t+"px)")))}}(o),o.$element.data("$$sticky",r));var i=n||d(t.clone())(e),a=r.add(t,i);e.$on("$destroy",a)}}}function Ge(d,s,l,c,m){return{restrict:"E",replace:!0,transclude:!0,template:'<div class="md-subheader _md"> <div class="md-subheader-inner"> <div class="md-subheader-content"></div> </div></div>',link:function(n,o,e,t,r){l(o),o.addClass("_md"),c.prefixer().removeAttribute(o,"ng-repeat");var i=o[0].outerHTML;function a(e){return be.element(e[0].querySelector(".md-subheader-content"))}e.$set("role","heading"),m.expect(o,"aria-level","2"),r(n,function(e){a(o).append(e)}),o.hasClass("md-no-sticky")||r(n,function(e){var t=s('<div class="md-subheader-wrapper" aria-hidden="true">'+i+"</div>")(n);c.nextTick(function(){a(t).append(e)}),d(n,o,t)})}}}function Xe(e){t.$inject=["$parse"];var i="md"+e,a="$md."+e.toLowerCase();return t;function t(r){return{restrict:"A",link:function(n,e,t){var o=r(t[i]);e.on(a,function(e){var t=e.currentTarget;n.$applyAsync(function(){o(n,{$event:e,$target:{current:t}})})})}}}}function Ze(e,m,u,p,h,f,b){var n=e[0];return{restrict:"E",priority:u.BEFORE_NG_ARIA,transclude:!0,template:'<div class="md-container"><div class="md-bar"></div><div class="md-thumb-container"><div class="md-thumb" md-ink-ripple md-ink-ripple-checkbox></div></div></div><div ng-transclude class="md-label"></div>',require:["^?mdInputContainer","?ngModel","?^form"],compile:function(e,t){var c=n.compile(e,t).post;return e.addClass("md-dragging"),function(t,n,e,o){o[0];var r=o[1]||m.fakeNgModel(),i=(o[2],null);null!=e.disabled?i=function(){return!0}:e.ngDisabled&&(i=p(e.ngDisabled));var a,d=be.element(n[0].querySelector(".md-thumb-container")),s=be.element(n[0].querySelector(".md-container")),l=be.element(n[0].querySelector(".md-label"));h(function(){n.removeClass("md-dragging")}),c(t,n,e,o),i&&t.$watch(i,function(e){n.attr("tabindex",e?-1:0)}),e.$observe("mdInvert",function(e){var t=m.parseAttributeBoolean(e);t?n.prepend(l):n.prepend(s),n.toggleClass("md-inverted",t)}),f.register(s,"drag"),s.on("$md.dragstart",function(e){if(i&&i(t))return;e.stopPropagation(),n.addClass("md-dragging"),a={width:d.prop("offsetWidth")}}).on("$md.drag",function(e){if(!a)return;e.stopPropagation(),e.srcEvent&&e.srcEvent.preventDefault();var t=e.pointer.distanceX/a.width,n=r.$viewValue?1+t:t;n=Math.max(0,Math.min(1,n)),d.css(u.CSS.TRANSFORM,"translate3d("+100*n+"%,0,0)"),a.translate=n}).on("$md.dragend",function(e){if(!a)return;e.stopPropagation(),n.removeClass("md-dragging"),d.css(u.CSS.TRANSFORM,""),(r.$viewValue?a.translate<.5:.5<a.translate)&&function(e){t.$apply(function(){r.$setViewValue(e),r.$render()})}(!r.$viewValue);a=null,t.skipToggle=!0,b(function(){t.skipToggle=!1},1)})}}}}function Qe(o){return{restrict:"A",compile:function(e,t){var n=o(t.mdTabScroll,null,!0);return function(t,e){e.on("wheel",function(e){t.$apply(function(){n(t,{$event:e})})})}}}}function Je(l,c,t,n,r,m,s,i,o,e,a,u,d){var p=this,h=!1,f=[],b=!1,g=!1;function E(t,e){var n=i.$normalize("md-"+t);function o(e){p[t]="false"!==e}e&&O(t,e,ge),i.hasOwnProperty(n)&&o(i[n]),i.$observe(n,o)}function v(){b=!0,be.element(t).off("resize",x)}function $(){var e=D();be.element(e.wrapper).toggleClass("md-stretch-tabs",function(){switch(p.stretchTabs){case"always":return!0;case"never":return!1;default:return!p.shouldPaginate&&t.matchMedia("(max-width: 600px)").matches}}()),q()}function M(){p.shouldCenterTabs=H()}function y(t,e){if(t!==e){var n=D();be.forEach(n.tabs,function(e){e.style.maxWidth=t+"px"}),be.forEach(n.dummies,function(e){e.style.maxWidth=t+"px"}),m.nextTick(p.updateInkBarStyles)}}function C(e,t){e!==t&&(p.maxTabWidth=R(),p.shouldCenterTabs=H(),m.nextTick(function(){p.maxTabWidth=R(),U(p.selectedIndex)}))}function T(e){c[e?"removeClass":"addClass"]("md-no-tab-content")}function A(e){var t=(p.shouldCenterTabs||W()?"":"-")+e+"px";t=t.replace("--",""),be.element(D().paging).css(n.CSS.TRANSFORM,"translate("+t+", 0)"),l.$broadcast("$mdTabsPaginationChanged")}function w(e,t){e!==t&&D().tabs[e]&&(U(),B())}function _(e,t){e!==t&&(p.selectedIndex=I(e),p.lastSelectedIndex=t,p.updateInkBarStyles(),z(),U(e),l.$broadcast("$mdTabsChanged"),p.tabs[t]&&p.tabs[t].scope.deselect(),p.tabs[e]&&p.tabs[e].scope.select())}function k(e,t){h||(p.focusIndex=p.selectedIndex=e),t&&p.noSelectClick||m.nextTick(function(){p.tabs[e].element.triggerHandler("click")},!1)}function x(){p.lastSelectedIndex=p.selectedIndex,p.offsetLeft=V(p.offsetLeft),m.nextTick(function(){p.updateInkBarStyles(),P()})}function N(e){be.element(D().inkBar).toggleClass("ng-hide",e)}function S(e){c.toggleClass("md-dynamic-height",e)}function D(){var e={},t=c[0];return e.wrapper=t.querySelector("md-tabs-wrapper"),e.canvas=e.wrapper.querySelector("md-tabs-canvas"),e.paging=e.canvas.querySelector("md-pagination-wrapper"),e.inkBar=e.paging.querySelector("md-ink-bar"),e.nextButton=t.querySelector("md-next-button"),e.prevButton=t.querySelector("md-prev-button"),e.contents=t.querySelectorAll("md-tabs-content-wrapper > md-tab-content"),e.tabs=e.paging.querySelectorAll("md-tab-item"),e.dummies=e.canvas.querySelectorAll("md-dummy-tab"),e}function H(){return p.centerTabs&&!p.shouldPaginate}function I(e){if(-1===e)return-1;var t,n,o=Math.max(p.tabs.length-e,e);for(t=0;t<=o;t++){if((n=p.tabs[e+t])&&!0!==n.scope.disabled)return n.getIndex();if((n=p.tabs[e-t])&&!0!==n.scope.disabled)return n.getIndex()}return e}function O(e,n,o){Object.defineProperty(p,e,{get:function(){return o},set:function(e){var t=o;o=e,n&&n(e,t)}})}function P(){p.maxTabWidth=R(),p.shouldPaginate=function(){var e;if(p.noPagination||!g)return!1;var t=c.prop("clientWidth");return be.forEach(D().tabs,function(e){t-=e.offsetWidth}),e=t<0,m.msie&&(D().paging.style.width=e?"999999px":ge),e}()}function L(e){var t=0;return be.forEach(e,function(e){t+=Math.max(e.offsetWidth,e.getBoundingClientRect().width)}),Math.ceil(t)}function R(){var e=D().canvas.clientWidth;return Math.max(0,Math.min(e-1,264))}function F(e,t){var n,o=t?"focusIndex":"selectedIndex",r=p[o];for(n=r+e;p.tabs[n]&&p.tabs[n].scope.disabled;n+=e);n=(r+e+p.tabs.length)%p.tabs.length,p.tabs[n]&&(p[o]=n)}function B(){p.styleTabItemFocus="keyboard"===a.getLastInteractionType();var e=D().tabs[p.focusIndex];e&&e.focus()}function U(e){var t=D();if(be.isNumber(e)||(e=p.focusIndex),t.tabs[e]&&!p.shouldCenterTabs){var n=t.tabs[e],o=n.offsetLeft,r=n.offsetWidth+o;if(0!==e)if(W()){var i=L(Array.prototype.slice.call(t.tabs,0,e)),a=L(Array.prototype.slice.call(t.tabs,0,e+1));p.offsetLeft=Math.min(p.offsetLeft,V(i)),p.offsetLeft=Math.max(p.offsetLeft,V(a-t.canvas.clientWidth))}else p.offsetLeft=Math.max(p.offsetLeft,V(r-t.canvas.clientWidth+32)),p.offsetLeft=Math.min(p.offsetLeft,V(o));else p.offsetLeft=0}}function j(){p.selectedIndex=I(p.selectedIndex),p.focusIndex=I(p.focusIndex)}function z(){if(!p.dynamicHeight)return c.css("height","");if(!p.tabs.length)return f.push(z);var e=D(),t=e.contents[p.selectedIndex],n=t?t.offsetHeight:0,o=e.wrapper.offsetHeight,r=n+o,i=c.prop("clientHeight");if(i!==r){"bottom"===c.attr("md-align-tabs")&&(i-=o,r-=o,c.attr("md-border-bottom")!==ge&&++i),h=!0;var a={height:i+"px"},d={height:r+"px"};c.css(a),s(c,{from:a,to:d,easing:"cubic-bezier(0.35, 0, 0.25, 1)",duration:.5}).start().done(function(){c.css({transition:"none",height:""}),m.nextTick(function(){c.css("transition","")}),h=!1})}}function q(e,t){if(!p.noInkBar){var n=D();if(n.tabs[p.selectedIndex])if(p.tabs.length)if(c.prop("offsetParent")){var o=p.selectedIndex,r=n.paging.offsetWidth,i=n.tabs[o],a=i.offsetLeft,d=r-a-i.offsetWidth;if(p.shouldCenterTabs){var s=L(n.tabs);s<r&&e!==r&&t!==s&&u(q,0,!0,r,s)}!function(){var e=D(),t=p.selectedIndex,n=p.lastSelectedIndex,o=be.element(e.inkBar);if(!be.isNumber(n))return;o.toggleClass("md-left",t<n).toggleClass("md-right",n<t)}(),be.element(n.inkBar).css({left:a+"px",right:d+"px"})}else(function e(){e.watcher||(e.watcher=l.$watch(function(){m.nextTick(function(){e.watcher&&c.prop("offsetParent")&&(e.watcher(),e.watcher=null,x())},!1)}))})();else f.push(p.updateInkBarStyles);else be.element(n.inkBar).css({left:"auto",right:"auto"})}}function V(e){var t=D();if(!t.tabs.length||!p.shouldPaginate)return 0;var n=t.tabs[t.tabs.length-1],o=n.offsetLeft+n.offsetWidth;return e=W()?(e=Math.min(t.paging.offsetWidth-t.canvas.clientWidth,e),Math.max(0,e)):(e=Math.max(0,e),Math.min(o-t.canvas.clientWidth,e))}function W(){return m.isRtl(i)}p.$onInit=function(){(function(t,e){var n=i.$normalize("md-"+t);e&&O(t,e);i.$observe(n,function(e){p[t]=e})})("stretchTabs",$),O("focusIndex",w,p.selectedIndex||0),O("offsetLeft",A,0),O("hasContent",T,!1),O("maxTabWidth",y,R()),O("shouldPaginate",C,!1),E("noInkBar",N),E("dynamicHeight",S),E("noPagination"),E("swipeContent"),E("autoselect"),E("noSelectClick"),E("centerTabs",M),E("enableDisconnect"),p.scope=l,p.parent=l.$parent,p.tabs=[],p.lastSelectedIndex=null,p.hasFocus=!1,p.styleTabItemFocus=!1,p.shouldCenterTabs=H(),p.tabContentPrefix="tab-content-",p.navigationHint="Use the left and right arrow keys to navigate between tabs",p.selectedIndex=p.selectedIndex||0,function(){var e=i.$mdTabsTemplate,t=be.element(c[0].querySelector("md-tab-data"));t.html(e),o(t.contents())(p.parent),delete i.$mdTabsTemplate}(),l.$watch("$mdTabsCtrl.selectedIndex",_),be.element(t).on("resize",x),l.$on("$destroy",v),e(c),m.nextTick(function(){z(),U(),q(),p.tabs[p.selectedIndex]&&p.tabs[p.selectedIndex].scope.select(),g=!0,P()})},p.updatePagination=m.debounce(P,100),p.redirectFocus=B,p.attachRipple=function(e,t){var n=D(),o={colorElement:be.element(n.inkBar)};r.attach(e,t,o)},p.insertTab=function(e,t){var n=g,o={getIndex:function(){return p.tabs.indexOf(r)},isActive:function(){return this.getIndex()===p.selectedIndex},isLeft:function(){return this.getIndex()<p.selectedIndex},isRight:function(){return this.getIndex()>p.selectedIndex},shouldRender:function(){return p.dynamicHeight||this.isActive()},hasFocus:function(){return p.styleTabItemFocus&&p.hasFocus&&this.getIndex()===p.focusIndex},id:m.nextUid(),hasContent:!(!e.template||!e.template.trim())},r=be.extend(o,e);be.isDefined(t)?p.tabs.splice(t,0,r):p.tabs.push(r);return function(){f.forEach(function(e){m.nextTick(e)}),f=[]}(),function(){var e,t=!1;for(e=0;e<p.tabs.length;e++)if(p.tabs[e].hasContent){t=!0;break}p.hasContent=t}(),m.nextTick(function(){P(),function(e){if(e.hasContent){var t=c[0].querySelectorAll('[md-tab-id="'+e.id+'"]');be.element(t).attr("aria-controls",p.tabContentPrefix+e.id)}}(r),n&&p.autoselect&&m.nextTick(function(){m.nextTick(function(){k(p.tabs.indexOf(r))})})}),r},p.removeTab=function(e){if(b)return;var t=p.selectedIndex,n=p.tabs.splice(e.getIndex(),1)[0];j(),p.selectedIndex===t&&(n.scope.deselect(),p.tabs[p.selectedIndex]&&p.tabs[p.selectedIndex].scope.select());m.nextTick(function(){P(),p.offsetLeft=V(p.offsetLeft)})},p.select=k,p.scroll=function(e){if(!p.shouldPaginate)return;e.preventDefault(),e.deltaY?p.offsetLeft=V(p.offsetLeft+e.deltaY):e.deltaX&&(p.offsetLeft=V(p.offsetLeft+e.deltaX))},p.nextPage=function(){if(!p.canPageForward())return;var e=d.increasePageOffset(D(),p.offsetLeft);p.offsetLeft=V(e)},p.previousPage=function(){if(!p.canPageBack())return;var e=d.decreasePageOffset(D(),p.offsetLeft);p.offsetLeft=V(e)},p.keydown=function(e){switch(e.keyCode){case n.KEY_CODE.LEFT_ARROW:e.preventDefault(),F(-1,!0);break;case n.KEY_CODE.RIGHT_ARROW:e.preventDefault(),F(1,!0);break;case n.KEY_CODE.SPACE:case n.KEY_CODE.ENTER:e.preventDefault(),h||k(p.focusIndex);break;case n.KEY_CODE.TAB:p.focusIndex!==p.selectedIndex&&(p.focusIndex=p.selectedIndex)}},p.canPageForward=function(){var e=D(),t=e.tabs[e.tabs.length-1];if(W())return p.offsetLeft<e.paging.offsetWidth-e.canvas.offsetWidth;return t&&t.offsetLeft+t.offsetWidth>e.canvas.clientWidth+p.offsetLeft},p.canPageBack=function(){return 0<p.offsetLeft},p.refreshIndex=j,p.incrementIndex=F,p.getTabElementIndex=function(e){var t=c[0].getElementsByTagName("md-tab");return Array.prototype.indexOf.call(t,e[0])},p.updateInkBarStyles=m.debounce(q,100),p.updateTabOrder=m.debounce(function(){var e=p.tabs[p.selectedIndex],t=p.tabs[p.focusIndex];p.tabs=p.tabs.sort(function(e,t){return e.index-t.index}),p.selectedIndex=p.tabs.indexOf(e),p.focusIndex=p.tabs.indexOf(t)},100),p.getFocusedTabId=function(){var e=p.tabs[p.focusIndex];return e&&e.id?"tab-item-"+e.id:null},1===be.version.major&&be.version.minor<=4&&this.$onInit()}function et(n){return{scope:{navigationHint:"@?mdNavigationHint",selectedIndex:"=?mdSelected"},template:function(e,t){return t.$mdTabsTemplate=e.html(),'<md-tabs-wrapper> <md-tab-data></md-tab-data> <md-prev-button tabindex="-1" role="button" aria-label="Previous Page" aria-disabled="{{!$mdTabsCtrl.canPageBack()}}" ng-class="{ \'md-disabled\': !$mdTabsCtrl.canPageBack() }" ng-if="$mdTabsCtrl.shouldPaginate" ng-click="$mdTabsCtrl.previousPage()"> <md-icon md-svg-src="'+n.mdTabsArrow+'"></md-icon> </md-prev-button> <md-next-button tabindex="-1" role="button" aria-label="Next Page" aria-disabled="{{!$mdTabsCtrl.canPageForward()}}" ng-class="{ \'md-disabled\': !$mdTabsCtrl.canPageForward() }" ng-if="$mdTabsCtrl.shouldPaginate" ng-click="$mdTabsCtrl.nextPage()"> <md-icon md-svg-src="'+n.mdTabsArrow+'"></md-icon> </md-next-button> <md-tabs-canvas tabindex="{{ $mdTabsCtrl.hasFocus ? -1 : 0 }}" ng-focus="$mdTabsCtrl.redirectFocus()" ng-class="{ \'md-paginated\': $mdTabsCtrl.shouldPaginate, \'md-center-tabs\': $mdTabsCtrl.shouldCenterTabs }" ng-keydown="$mdTabsCtrl.keydown($event)"> <md-pagination-wrapper ng-class="{ \'md-center-tabs\': $mdTabsCtrl.shouldCenterTabs }" md-tab-scroll="$mdTabsCtrl.scroll($event)" role="tablist" aria-label="{{::$mdTabsCtrl.navigationHint}}"><md-tab-item tabindex="{{ tab.isActive() ? 0 : -1 }}" class="md-tab {{::tab.scope.tabClass}}" ng-repeat="tab in $mdTabsCtrl.tabs" role="tab" id="tab-item-{{::tab.id}}" md-tab-id="{{::tab.id}}" aria-selected="{{tab.isActive()}}" aria-disabled="{{tab.scope.disabled || \'false\'}}" ng-click="$mdTabsCtrl.select(tab.getIndex())" ng-focus="$mdTabsCtrl.hasFocus = true" ng-blur="$mdTabsCtrl.hasFocus = false" ng-class="{ \'md-active\': tab.isActive(), \'md-focused\': tab.hasFocus(), \'md-disabled\': tab.scope.disabled }" ng-disabled="tab.scope.disabled" md-swipe-left="$mdTabsCtrl.nextPage()" md-swipe-right="$mdTabsCtrl.previousPage()" md-tabs-template="::tab.label" md-scope="::tab.parent"></md-tab-item> <md-ink-bar></md-ink-bar> </md-pagination-wrapper> <md-tabs-dummy-wrapper aria-hidden="true" class="md-visually-hidden md-dummy-wrapper"> <md-dummy-tab class="md-tab" tabindex="-1" ng-focus="$mdTabsCtrl.hasFocus = true" ng-blur="$mdTabsCtrl.hasFocus = false" ng-repeat="tab in $mdTabsCtrl.tabs" md-tabs-template="::tab.label" md-scope="::tab.parent"></md-dummy-tab> </md-tabs-dummy-wrapper> </md-tabs-canvas> </md-tabs-wrapper> <md-tabs-content-wrapper ng-show="$mdTabsCtrl.hasContent && $mdTabsCtrl.selectedIndex >= 0" class="_md"> <md-tab-content id="{{:: $mdTabsCtrl.tabContentPrefix + tab.id}}" class="_md" role="tabpanel" aria-labelledby="tab-item-{{::tab.id}}" md-swipe-left="$mdTabsCtrl.swipeContent && $mdTabsCtrl.incrementIndex(1)" md-swipe-right="$mdTabsCtrl.swipeContent && $mdTabsCtrl.incrementIndex(-1)" ng-if="tab.hasContent" ng-repeat="(index, tab) in $mdTabsCtrl.tabs" ng-class="{ \'md-no-transition\': $mdTabsCtrl.lastSelectedIndex == null, \'md-active\': tab.isActive(), \'md-left\': tab.isLeft(), \'md-right\': tab.isRight(), \'md-no-scroll\': $mdTabsCtrl.dynamicHeight }"> <div md-tabs-template="::tab.template" md-connected-if="tab.isActive()" md-scope="::tab.parent" ng-if="$mdTabsCtrl.enableDisconnect || tab.shouldRender()"></div> </md-tab-content> </md-tabs-content-wrapper>'},controller:"MdTabsController",controllerAs:"$mdTabsCtrl",bindToController:!0}}function tt(s,l){return{require:"^?mdTabs",link:function(e,t,n,o){if(o){var r,i,a=function(){o.updatePagination(),o.updateInkBarStyles()};if("MutationObserver"in l){(r=new MutationObserver(a)).observe(t[0],{childList:!0,subtree:!0,characterData:!0}),i=r.disconnect.bind(r)}else{var d=s.debounce(a,15,null,!1);t.on("DOMSubtreeModified",d),i=t.off.bind(t,"DOMSubtreeModified",d)}e.$on("$destroy",function(){i()})}}}}function nt(a,d){return{restrict:"A",link:function(e,t,n,o){if(!o)return;var r=o.enableDisconnect?e.compileScope.$new():e.compileScope;return t.html(e.template),a(t.contents())(r),d.nextTick(function(){e.$watch("connected",function(e){!1===e?o.enableDisconnect&&d.disconnectScope(r):i()}),e.$on("$destroy",i)});function i(){o.enableDisconnect&&d.reconnectScope(r)}},scope:{template:"=mdTabsTemplate",connected:"=?mdConnectedIf",compileScope:"=mdScope"},require:"^?mdTabs"}}function ot(n){return{restrict:"E",link:function(e,t){t.addClass("_md"),e.$on("$destroy",function(){n.destroy()})}}}function rt(e){n.$inject=["$mdToast","$scope","$log"],t.$inject=["$animate","$mdToast","$mdUtil","$mdMedia","$document","$q"];var u,p="ok";return e("$mdToast").setDefaults({methods:["position","hideDelay","capsule","parent","position","toastClass"],options:t}).addPreset("simple",{argOption:"textContent",methods:["textContent","action","actionKey","actionHint","highlightAction","highlightClass","theme","parent","dismissHint"],options:["$mdToast","$mdTheming",function(e,t){return{template:'<md-toast md-theme="{{ toast.theme }}" ng-class="{\'md-capsule\': toast.capsule}"> <div class="md-toast-content" aria-live="polite" aria-relevant="all"> <span class="md-toast-text"> {{ toast.content }} </span> <span class="md-visually-hidden">{{ toast.dismissHint }}</span> <span class="md-visually-hidden" ng-if="toast.action && toast.actionKey"> {{ toast.actionHint }} </span> <md-button class="md-action" ng-if="toast.action" ng-click="toast.resolve()" ng-class="highlightClasses"> {{ toast.action }} </md-button> </div></md-toast>',controller:n,theme:t.defaultTheme(),controllerAs:"toast",bindToController:!0}}]}).addMethod("updateTextContent",function(e){u=e});function n(t,n,o){this.$onInit=function(){var e=this;e.highlightAction&&(n.highlightClasses=["md-highlight",e.highlightClass]),e.action&&!e.actionKey&&o.warn("Toasts with actions should define an actionKey for accessibility.","Details: https://material.angularjs.org/latest/api/service/$mdToast#mdtoast-simple"),e.actionKey&&!e.actionHint&&(e.actionHint='Press Control-"'+e.actionKey+'" to '),e.dismissHint||(e.dismissHint="Press Escape to dismiss."),n.$watch(function(){return u},function(){e.content=u}),this.resolve=function(){t.hide(p)}}}function t(a,d,s,l,c,o){var m="$md.swipeleft $md.swiperight $md.swipeup $md.swipedown";return{onShow:function(e,o,r){u=r.textContent;var i=!l("gt-sm");o=s.extractElementByName(o,"md-toast",!0),r.element=o,r.onSwipe=function(e){var t=e.type.replace("$md.",""),n=t.replace("swipe","");"down"===n&&-1!==r.position.indexOf("top")&&!i||"up"===n&&(-1!==r.position.indexOf("bottom")||i)||("left"===n||"right"===n)&&i||(o.addClass("md-"+t),s.nextTick(d.cancel))},r.openClass=function(e){return l("gt-xs")?"md-toast-open-"+(-1<e.indexOf("top")?"top":"bottom"):"md-toast-open-bottom"}(r.position),o.addClass(r.toastClass),r.parent.addClass(r.openClass),s.hasComputedStyle(r.parent,"position","static")&&r.parent.css("position","relative");(function(t){c.on("keydown",function(e){"Escape"===e.key&&d.hide(!1),t&&e.key===t&&e.ctrlKey&&d.hide(p)})})(e.toast&&e.toast.actionKey?e.toast.actionKey:ge),o.on(m,r.onSwipe);var n=!1,t=r.position.split(" ").map(function(e){if(e){var t="md-"+e;return"md-top"!=t&&"md-bottom"!=t||(n=!0),t}return"md-bottom"});n||t.push("md-bottom");o.addClass(i?"md-bottom":t.join(" ")),r.parent&&r.parent.addClass("md-toast-animating");return a.enter(o,r.parent).then(function(){r.parent&&r.parent.removeClass("md-toast-animating")})},onRemove:function(e,t,n){e.toast&&e.toast.actionKey&&c.off("keydown");t.off(m,n.onSwipe),n.parent&&n.parent.addClass("md-toast-animating");n.openClass&&n.parent.removeClass(n.openClass);return(!0===n.$destroy?o.when(t.remove()):a.leave(t)).then(function(){n.parent&&n.parent.removeClass("md-toast-animating"),s.hasComputedStyle(n.parent,"position","static")&&n.parent.css("position","")})},toastClass:"",position:"bottom left",themable:!0,hideDelay:3e3,autoWrap:!0,transformTemplate:function(e,t){if(t.autoWrap&&e&&!/md-toast-content/g.test(e)){var n=document.createElement("md-template");n.innerHTML=e;for(var o=0;o<n.children.length;o++)if("MD-TOAST"===n.children[o].nodeName){var r=be.element('<div class="md-toast-content">');r.append(be.element(n.children[o].childNodes)),n.children[o].appendChild(r[0])}return n.innerHTML}return e||""}}}}function it(f,b,g,e,E,v){var $=be.bind(null,g.supplant,"translate3d(0,{0}px,0)");return{template:"",restrict:"E",link:function(u,p,h){p.addClass("_md"),e(p),g.nextTick(function(){p.addClass("_md-toolbar-transitions")},!1),be.isDefined(h.mdScrollShrink)&&function(){var n,o,r=be.noop,i=0,a=0,d=h.mdShrinkSpeedFactor||.5,s=f.throttle(t),l=g.debounce(e,5e3);u.$on("$mdContentLoaded",c),h.$observe("mdScrollShrink",function(e){var t=g.getSiblings(p,"md-content");!o&&t.length&&c(null,t[0]);!1===(e=u.$eval(e))?r():r=m()}),h.ngShow&&u.$watch(h.ngShow,e);h.ngHide&&u.$watch(h.ngHide,e);function c(e,t){t&&p.parent()[0]===t.parent()[0]&&(o&&o.off("scroll",s),o=t,r=m())}function t(e){var t=e?e.target.scrollTop:a;l(),i=Math.min(n/d,Math.max(0,i+t-a)),p.css(b.CSS.TRANSFORM,$([-i*d])),o.css(b.CSS.TRANSFORM,$([(n-i)*d])),a=t,g.nextTick(function(){var e=p.hasClass("md-whiteframe-z1");e&&!i?E.removeClass(p,"md-whiteframe-z1"):!e&&i&&E.addClass(p,"md-whiteframe-z1")})}function m(){return o?(o.on("scroll",s),o.attr("scroll-shrink","true"),v(e),function(){o.off("scroll",s),o.attr("scroll-shrink","false"),e()}):be.noop}function e(){var e=-(n=p.prop("offsetHeight"))*d+"px";o.css({"margin-top":e,"margin-bottom":e}),t()}u.$on("$destroy",r)}()}}}function at(E,v,$,M,y,C,T,A){var w="focus touchstart mouseenter",_="blur touchcancel mouseleave",k={top:{x:T.xPosition.CENTER,y:T.yPosition.ABOVE},right:{x:T.xPosition.OFFSET_END,y:T.yPosition.CENTER},bottom:{x:T.xPosition.CENTER,y:T.yPosition.BELOW},left:{x:T.xPosition.OFFSET_START,y:T.yPosition.CENTER}};return{restrict:"E",priority:210,scope:{mdZIndex:"=?mdZIndex",mdDelay:"=?mdDelay",mdVisible:"=?mdVisible",mdAutohide:"=?mdAutohide",mdDirection:"@?mdDirection"},link:function(a,o,d){var r,e,i,s,l,c="md-tooltip-"+C.nextUid(),m=C.getParentWithPointerEvents(o),u=$.throttle(f),p=!1,h=null;function t(){a.mdZIndex=a.mdZIndex||100,a.mdDelay=a.mdDelay||0,k[a.mdDirection]||(a.mdDirection="bottom")}function n(e){var t=e||y(o.text().trim())(a.$parent);(m.attr("aria-label")||m.attr("aria-labelledby"))&&!m.attr("md-labeled-by-tooltip")||(m.attr("aria-label",t),m.attr("md-labeled-by-tooltip")||m.attr("md-labeled-by-tooltip",c))}function f(){t(),s&&s.panelEl&&s.panelEl.removeClass(r),r="md-origin-"+a.mdDirection,e=k[a.mdDirection],i=T.newPanelPosition().relativeTo(m).addPanelPosition(e.x,e.y),s&&s.panelEl&&(s.panelEl.addClass(r),s.updatePosition(i))}function b(e){b.queued&&b.value===!!e||!b.queued&&a.mdVisible===!!e||(b.value=!!e,b.queued||(e?(b.queued=!0,l=E(function(){a.mdVisible=b.value,b.queued=!1,l=null,a.visibleWatcher||g(a.mdVisible)},a.mdDelay)):C.nextTick(function(){a.mdVisible=!1,a.visibleWatcher||g(!1)})))}function g(e){e?function(){if(!o[0].textContent.trim())throw new Error("Text for the tooltip has not been provided. Please include text within the mdTooltip element.");if(!s){var e=be.element(document.body),t=T.newPanelAnimation().openFrom(m).closeTo(m).withAnimation({open:"md-show",close:"md-hide"}),n={id:c,attachTo:e,contentElement:o,propagateContainerEvents:!0,panelClass:"md-tooltip",animation:t,position:i,zIndex:a.mdZIndex,focusOnOpen:!1,onDomAdded:function(){s.panelEl.addClass(r)}};s=T.create(n)}s.open().then(function(){s.panelEl.attr("role","tooltip")})}():s&&s.close()}t(),n(),o.detach(),f(),function(){if(m[0]&&"MutationObserver"in v){var e=new MutationObserver(function(e){!function(e){return e.some(function(e){return"disabled"===e.attributeName&&m[0].disabled}),!1}(e)||C.nextTick(function(){b(!1)})});e.observe(m[0],{attributes:!0})}function t(){b(!1)}function n(){h=document.activeElement===m[0]}function o(e){"focus"===e.type&&h?h=!1:a.mdVisible||(m.on(_,r),b(!0),"touchstart"===e.type&&m.one("touchend",function(){C.nextTick(function(){M.one("touchend",r)},!1)}))}function r(){((a.hasOwnProperty("mdAutohide")?a.mdAutohide:d.hasOwnProperty("mdAutohide"))||p||M[0].activeElement!==m[0])&&(l&&(E.cancel(l),b.queued=!1,l=null),m.off(_,r),m.triggerHandler("blur"),b(!1)),p=!1}function i(){p=!0}h=!1,A.register("scroll",t,!0),A.register("blur",n),A.register("resize",u),a.$on("$destroy",function(){A.deregister("scroll",t,!0),A.deregister("blur",n),A.deregister("resize",u),m.off(w,o).off(_,r).off("mousedown",i),r(),e&&e.disconnect()}),m.on("mousedown",i),m.on(w,o)}(),function(){if(o[0]&&"MutationObserver"in v){var e=new MutationObserver(function(e){e.forEach(function(e){"md-visible"!==e.attributeName||a.visibleWatcher||(a.visibleWatcher=a.$watch("mdVisible",g))})});e.observe(o[0],{attributes:!0}),d.hasOwnProperty("mdVisible")&&(a.visibleWatcher=a.$watch("mdVisible",g))}else a.visibleWatcher=a.$watch("mdVisible",g);function t(){a.$destroy()}a.$watch("mdDirection",f),o.one("$destroy",t),m.one("$destroy",t),a.$on("$destroy",function(){b(!1),s&&s.destroy(),e&&e.disconnect(),o.remove()}),-1<o.text().indexOf(y.startSymbol())&&a.$watch(function(){return o.text().trim()},n)}()}}}function dt(e){e.addClass("md-truncate")}function st(i){return{link:function(e,n,o){var r="";o.$observe("mdWhiteframe",function(e){-1!=(e=parseInt(e,10)||4)&&(24<e||e<1)&&(i.warn("md-whiteframe attribute value is invalid. It should be a number between 1 and 24",n[0]),e=4);var t=-1==e?"":"md-whiteframe-"+e+"dp";o.$updateClass(t,r),r=t})}}}be.module("ngMaterial",["ng","ngAnimate","ngAria","material.core","material.core.animate","material.core.gestures","material.core.interaction","material.core.layout","material.core.meta","material.core.theming.palette","material.core.theming","material.components.autocomplete","material.components.backdrop","material.components.bottomSheet","material.components.button","material.components.card","material.components.checkbox","material.components.chips","material.components.colors","material.components.content","material.components.datepicker","material.components.dialog","material.components.divider","material.components.fabActions","material.components.fabShared","material.components.fabSpeedDial","material.components.fabToolbar","material.components.gridList","material.components.icon","material.components.input","material.components.list","material.components.menu","material.components.menuBar","material.components.navBar","material.components.panel","material.components.progressCircular","material.components.progressLinear","material.components.radioButton","material.components.select","material.components.showHide","material.components.sidenav","material.components.slider","material.components.sticky","material.components.subheader","material.components.swipe","material.components.switch","material.components.tabs","material.components.toast","material.components.toolbar","material.components.tooltip","material.components.truncate","material.components.virtualRepeat","material.components.whiteframe"]),e.$inject=["$log","$injector"],t.$inject=["$provide","$mdThemingProvider"],n.$inject=["$delegate"],o.$inject=["$delegate"],be.module("material.core",["ngAnimate","material.core.animate","material.core.layout","material.core.interaction","material.core.gestures","material.core.theming"]).config(t).run(e),r.$inject=["$parse"],be.module("material.core").directive("mdAutofocus",r),be.module("material.core").factory("$mdColorUtil",function(){return{rgbaToHex:function(e){return((e=e.match(/^rgba?[\s+]?\([\s+]?(\d+)[\s+]?,[\s+]?(\d+)[\s+]?,[\s+]?(\d+)[\s+]?/i))&&4===e.length?"#"+("0"+parseInt(e[1],10).toString(16)).slice(-2)+("0"+parseInt(e[2],10).toString(16)).slice(-2)+("0"+parseInt(e[3],10).toString(16)).slice(-2):"").toUpperCase()},hexToRgba:function(e){var t="#"===e[0]?e.substr(1):e,n=t.length/3,o=t.substr(0,n),r=t.substr(n,n),i=t.substr(2*n);return 1==n&&(o+=o,r+=r,i+=i),"rgba("+parseInt(o,16)+","+parseInt(r,16)+","+parseInt(i,16)+",0.1)"},rgbToRgba:function(e){return e.replace(")",", 0.1)").replace("(","a(")},rgbaToRgb:function(e){return e?e.replace("rgba","rgb").replace(/,[^),]+\)/,")"):"rgb(0,0,0)"}}}),be.module("material.core").factory("$mdConstant",function(){var o=document.createElement("div"),r=function(e){var t,n,o=/^(Moz|webkit|ms)(?=[A-Z])/;for(t in e.style)if(n=o.exec(t))return n[0]}(o),e=/webkit/i.test(r),i=/([:\-_]+(.))/g;function t(e){var t=function(e){return e.replace(i,function(e,t,n,o){return o?n.toUpperCase():n})}(r+"-"+e),n=t.charAt(0).toLowerCase()+t.substring(1);return a(o,e)?e:a(o,t)?t:a(o,n)?n:e}function a(e,t){return be.isDefined(e.style[t])}var n={isInputKey:function(e){return 31<=e.keyCode&&e.keyCode<=90},isNumPadKey:function(e){return 3===e.location&&97<=e.keyCode&&e.keyCode<=105},isMetaKey:function(e){return 91<=e.keyCode&&e.keyCode<=93},isFnLockKey:function(e){return 112<=e.keyCode&&e.keyCode<=145},isNavigationKey:function(e){var t=n.KEY_CODE;return-1!=[t.SPACE,t.ENTER,t.UP_ARROW,t.DOWN_ARROW].indexOf(e.keyCode)},hasModifierKey:function(e){return e.ctrlKey||e.metaKey||e.altKey},ELEMENT_MAX_PIXELS:1533917,BEFORE_NG_ARIA:210,KEY_CODE:{COMMA:188,SEMICOLON:186,ENTER:13,ESCAPE:27,SPACE:32,PAGE_UP:33,PAGE_DOWN:34,END:35,HOME:36,LEFT_ARROW:37,UP_ARROW:38,RIGHT_ARROW:39,DOWN_ARROW:40,TAB:9,BACKSPACE:8,DELETE:46},CSS:{TRANSITIONEND:"transitionend"+(e?" webkitTransitionEnd":""),ANIMATIONEND:"animationend"+(e?" webkitAnimationEnd":""),TRANSFORM:t("transform"),TRANSFORM_ORIGIN:t("transformOrigin"),TRANSITION:t("transition"),TRANSITION_DURATION:t("transitionDuration"),ANIMATION_PLAY_STATE:t("animationPlayState"),ANIMATION_DURATION:t("animationDuration"),ANIMATION_NAME:t("animationName"),ANIMATION_TIMING:t("animationTimingFunction"),ANIMATION_DIRECTION:t("animationDirection")},MEDIA:{xs:"(max-width: 599px)","gt-xs":"(min-width: 600px)",sm:"(min-width: 600px) and (max-width: 959px)","gt-sm":"(min-width: 960px)",md:"(min-width: 960px) and (max-width: 1279px)","gt-md":"(min-width: 1280px)",lg:"(min-width: 1280px) and (max-width: 1919px)","gt-lg":"(min-width: 1920px)",xl:"(min-width: 1920px)",landscape:"(orientation: landscape)",portrait:"(orientation: portrait)",print:"print"},MEDIA_PRIORITY:["xl","gt-lg","lg","gt-md","md","gt-sm","sm","gt-xs","xs","landscape","portrait","print"]};return n}),be.module("material.core").config(["$provide",function(e){e.decorator("$mdUtil",["$delegate",function(e){return e.iterator=i,e}])}]),a.$inject=["$mdConstant","$rootScope","$window"],be.module("material.core").factory("$mdMedia",a),be.module("material.core").config(["$provide",function(e){e.decorator("$mdUtil",["$delegate",function(e){return e.prefixer=d,e}])}]),function(){t.$inject=["$document","$timeout","$compile","$rootScope","$$mdAnimate","$interpolate","$log","$rootElement","$window","$$rAF"];var g,E,v,$=0;if(L.navigator){var e=L.navigator.userAgent||L.navigator.vendor||L.opera;g=e.match(/ipad|iphone|ipod/i),E=e.match(/android/i),v=e.match(/(firefox|minefield)/i)}function t(s,d,n,a,e,t,i,o,l,m){var r=t.startSymbol(),c=t.endSymbol(),u="{{"===r&&"}}"===c;document.contains||(document.contains=function(e){return document.body.contains(e)});function p(e,t,n){var o=!1;if(e&&e.length){var r=l.getComputedStyle(e[0]);o=be.isDefined(r[t])&&(!n||r[t]==n)}return o}function h(e){return e?function(e){return-1<String(e).indexOf("px")}(e)||function(e){return-1<String(e).indexOf("%")}(e)?e:e+"px":"0"}var f={dom:{},isIos:g,isAndroid:E,now:L.performance&&L.performance.now?be.bind(L.performance,L.performance.now):Date.now||function(){return(new Date).getTime()},getModelOption:function(e,t){if(e.$options){var n=e.$options;return n.getOption?n.getOption(t):n[t]}},isRtl:function(e){switch(be.isDefined(e)&&e.hasOwnProperty("dir")&&e.dir){case"ltr":return!1;case"rtl":return!0}return"rtl"===s[0].dir||"rtl"===s[0].body.dir},bidi:function(e,t,n,o){var r=!this.isRtl();if(0==arguments.length)return r?"ltr":"rtl";var i=be.element(e);r&&be.isDefined(n)?i.css(t,h(n)):!r&&be.isDefined(o)&&i.css(t,h(o))},bidiProperty:function(e,t,n,o){var r=!this.isRtl(),i=be.element(e);r&&be.isDefined(t)?(i.css(t,h(o)),i.css(n,"")):!r&&be.isDefined(n)&&(i.css(n,h(o)),i.css(t,""))},clientRect:function(e,t,n){var o=b(e);t=b(t||o.offsetParent||document.body);var r=o.getBoundingClientRect(),i=n?t.getBoundingClientRect():{left:0,top:0,width:0,height:0};return{left:r.left-i.left,top:r.top-i.top,width:r.width,height:r.height}},offsetRect:function(e,t){return f.clientRect(e,t,!0)},nodesToArray:function(e){var t,n=[];for(e=e||[],t=0;t<e.length;++t)n.push(e.item(t));return n},getViewportTop:function(){return f.disableScrollAround._count&&f.disableScrollAround._viewPortTop?f.disableScrollAround._viewPortTop:l.scrollY||l.pageYOffset||0},findFocusTarget:function(e,t){var n=this.prefixer("md-autofocus",!0);return o(e,t||n)||o(e,n);function o(e,t){var n,o=e[0].querySelectorAll(t);return o&&o.length&&o.length&&be.forEach(o,function(e){(e=be.element(e)).hasClass("md-autofocus")&&(n=e)}),n}},disableScrollAround:function(e,t,n){if(n=n||{},f.disableScrollAround._count=Math.max(0,f.disableScrollAround._count||0),f.disableScrollAround._count++,f.disableScrollAround._restoreScroll)return f.disableScrollAround._restoreScroll;var d=s[0].body,o=function(){var e=s[0].documentElement,t=e.style.cssText||"",n=d.style.cssText||"",o=f.getViewportTop();f.disableScrollAround._viewPortTop=o;var r=d.clientWidth,i=d.scrollHeight>d.clientHeight+1,a=0<e.scrollTop?e:d;i&&be.element(d).css({position:"fixed",width:"100%",top:-o+"px"});d.clientWidth<r&&(d.style.overflow="hidden");return function(){d.style.cssText=n,e.style.cssText=t,a.scrollTop=o}}(),r=function(e,t){var n,o=be.element(e||d);t.disableScrollMask?n=o:(n=be.element('<div class="md-scroll-mask"> <div class="md-scroll-mask-bar"></div></div>'),o.append(n));function r(e){e.preventDefault()}return n.on("wheel touchmove",r),function(){n.off("wheel touchmove",r),!t.disableScrollMask&&n[0].parentNode&&n[0].parentNode.removeChild(n[0])}}(t,n);return f.disableScrollAround._restoreScroll=function(){--f.disableScrollAround._count<=0&&(delete f.disableScrollAround._viewPortTop,o(),r(),delete f.disableScrollAround._restoreScroll)}},enableScrolling:function(){var e=this.disableScrollAround._restoreScroll;e&&e()},floatingScrollbars:function(){if(this.floatingScrollbars.cached===ge){var e=be.element("<div><div></div></div>").css({width:"100%","z-index":-1,position:"absolute",height:"35px","overflow-y":"scroll"});e.children().css("height","60px"),s[0].body.appendChild(e[0]),this.floatingScrollbars.cached=e[0].offsetWidth===e[0].childNodes[0].offsetWidth,e.remove()}return this.floatingScrollbars.cached},forceFocus:function(e){var n=e[0]||e;document.addEventListener("click",function e(t){t.target===n&&t.$focus&&(n.focus(),t.stopImmediatePropagation(),t.preventDefault(),n.removeEventListener("click",e))},!0);var t=document.createEvent("MouseEvents");t.initMouseEvent("click",!1,!0,L,{},0,0,0,0,!1,!1,!1,!1,0,null),t.$material=!0,t.$focus=!0,n.dispatchEvent(t)},createBackdrop:function(e,t){return n(f.supplant('<md-backdrop class="{0}">',[t]))(e)},supplant:function(e,i,t){return t=t||/\{([^{}]*)\}/g,e.replace(t,function(t,e){var n=e.split("."),o=i;try{for(var r in n)n.hasOwnProperty(r)&&(o=o[n[r]])}catch(e){o=t}return"string"==typeof o||"number"==typeof o?o:t})},fakeNgModel:function(){return{$fake:!0,$setTouched:be.noop,$setViewValue:function(e){this.$viewValue=e,this.$render(e),this.$viewChangeListeners.forEach(function(e){e()})},$isEmpty:function(e){return 0===(""+e).length},$parsers:[],$formatters:[],$viewChangeListeners:[],$render:be.noop}},debounce:function(n,o,r,i){var a;return function(){var e=r,t=Array.prototype.slice.call(arguments);d.cancel(a),a=d(function(){a=ge,n.apply(e,t)},o||10,i)}},throttle:function(n,o){var r;return function(){var e=arguments,t=f.now();(!r||o<t-r)&&(n.apply(this,e),r=t)}},time:function(e){var t=f.now();return e(),f.now()-t},valueOnUse:function(e,t,n){var o=null,r=Array.prototype.slice.call(arguments),i=3<r.length?r.slice(3):[];Object.defineProperty(e,t,{get:function(){return null===o&&(o=n.apply(e,i)),o}})},nextUid:function(){return""+$++},disconnectScope:function(e){if(e&&e.$root!==e&&!e.$$destroyed){var t=e.$parent;e.$$disconnected=!0,t.$$childHead===e&&(t.$$childHead=e.$$nextSibling),t.$$childTail===e&&(t.$$childTail=e.$$prevSibling),e.$$prevSibling&&(e.$$prevSibling.$$nextSibling=e.$$nextSibling),e.$$nextSibling&&(e.$$nextSibling.$$prevSibling=e.$$prevSibling),e.$$nextSibling=e.$$prevSibling=null}},reconnectScope:function(e){if(e&&e.$root!==e&&e.$$disconnected){var t=e,n=t.$parent;t.$$disconnected=!1,t.$$prevSibling=n.$$childTail,n.$$childHead?(n.$$childTail.$$nextSibling=t,n.$$childTail=t):n.$$childHead=n.$$childTail=t}},getSiblings:function(t,e){var n=e.toUpperCase();return t instanceof be.element&&(t=t[0]),Array.prototype.filter.call(t.parentNode.children,function(e){return t!==e&&e.tagName.toUpperCase()===n}).map(function(e){return be.element(e)})},getClosest:function(e,t,n){if(be.isString(t)){var o=t.toUpperCase();t=function(e){return e.nodeName.toUpperCase()===o}}if(e instanceof be.element&&(e=e[0]),n&&(e=e.parentNode),!e)return null;do{if(t(e))return e}while(e=e.parentNode);return null},elementContains:function(t,n){return(L.Node&&L.Node.prototype&&Node.prototype.contains?be.bind(t,t.contains):be.bind(t,function(e){return t===n||!!(16&this.compareDocumentPosition(e))}))(n)},extractElementByName:function(e,o,t,n){var r=d(e);return!r&&n&&i.warn(f.supplant("Unable to find node '{0}' in element '{1}'.",[o,e[0].outerHTML])),be.element(r||e);function d(e){return function(e){if(e)for(var t=0,n=e.length;t<n;t++)if(e[t].nodeName.toLowerCase()===o)return e[t];return null}(e)||(t?function(e){var t;if(e)for(var n=0,o=e.length;n<o;n++){var r=e[n];if(!t)for(var i=0,a=r.childNodes.length;i<a;i++)t=t||d([r.childNodes[i]])}return t}(e):null)}},initOptionalProperties:function(o,r,i){i=i||{},be.forEach(o.$$isolateBindings,function(e,t){if(e.optional&&be.isUndefined(o[t])){var n=be.isDefined(r[e.attrName]);o[t]=be.isDefined(i[t])?i[t]:n}})},nextTick:function(e,t,n){var o=f.nextTick,r=o.timeout,i=o.queue||[];return i.push({scope:n,callback:e}),null==t&&(t=!0),o.digest=o.digest||t,o.queue=i,r||(o.timeout=d(function(){var e=o.queue,t=o.digest;o.queue=[],o.timeout=null,o.digest=!1,e.forEach(function(e){e.scope&&e.scope.$$destroyed||e.callback()}),t&&a.$digest()},0,!1))},processTemplate:function(e){return u?e:e&&be.isString(e)?e.replace(/\{\{/g,r).replace(/}}/g,c):e},getParentWithPointerEvents:function(e){for(var t=e.parent();p(t,"pointer-events","none");)t=t.parent();return t},getNearestContentElement:function(e){for(var t=e.parent()[0];t&&t!==o[0]&&t!==document.body&&"MD-CONTENT"!==t.nodeName.toUpperCase();)t=t.parentNode;return t},checkStickySupport:function(){var e,t=be.element("<div>");s[0].body.appendChild(t[0]);for(var n=["sticky","-webkit-sticky"],o=0;o<n.length;++o)if(t.css({position:n[o],top:0,"z-index":2}),t.css("position")==n[o]){e=n[o];break}return t.remove(),e},parseAttributeBoolean:function(e,t){return""===e||!!e&&(!1===t||"false"!==e&&"0"!==e)},hasComputedStyle:p,isParentFormSubmitted:function(e){var t=f.getClosest(e,"form"),n=t?be.element(t).controller("form"):null;return!!n&&n.$submitted},animateScrollTo:function(r,i,a){var d=r.scrollTop,s=i-d,l=d<i,c=f.now();m(function e(){var t=(n=a||1e3,o=f.now()-c,function(e,t,n,o){if(o<e)return t+n;var r=(e/=o)*e;return t+n*(r*e*-2+3*r)}(o,d,s,n));var n,o;r.scrollTop=t;(l?t<i:i<t)&&m(e)})},uniq:function(e){if(e)return e.filter(function(e,t,n){return n.indexOf(e)===t})},getInnerHTML:function(e){var t=new XMLSerializer;return Array.prototype.map.call(e.childNodes,function(e){return t.serializeToString(e)}).join("")},getOuterHTML:function(e){return(new XMLSerializer).serializeToString(e)},msie:L.document.documentMode,getTouchAction:function(){for(var e=document.createElement("div"),t=["","webkit","Moz","MS","ms","o"],n=0;n<t.length;n++){var o=t[n],r=o?o+"TouchAction":"touchAction";if(be.isDefined(e.style[r]))return r}},getEventPath:function(e){for(var t=[],n=e.target;n;)t.push(n),n=n.parentElement;return-1===t.indexOf(L)&&-1===t.indexOf(document)&&t.push(document),-1===t.indexOf(L)&&t.push(L),t},sanitize:function(e){return e?e.replace(/[\\^$*+?.()|{}[]/g,"\\$&"):e},isDisabled:function(e){return e.hasAttribute("disabled")},isVisible:function(e){return f.hasGeometry(e)&&"visible"===getComputedStyle(e).visibility},isTabbable:function(e){var t=f.getFrameElement(f.getWindow(e));if(t){if(-1===f.getTabIndexValue(t))return!1;if(!f.isVisible(t))return!1}var n=e.nodeName.toLowerCase(),o=f.getTabIndexValue(e);return e.hasAttribute("contenteditable")?-1!==o:"iframe"!==n&&"object"!==n&&(!(g&&!f.isPotentiallyTabbableIOS(e))&&("audio"===n?!!e.hasAttribute("controls")&&-1!==o:"video"===n?-1!==o&&(null!==o||(v||e.hasAttribute("controls"))):0<=e.tabIndex))},isFocusable:function(e){return f.isPotentiallyFocusable(e)&&!f.isDisabled(e)&&f.isVisible(e)},isPotentiallyFocusable:function(e){return!f.isHiddenInput(e)&&(f.isNativeFormElement(e)||f.isAnchorWithHref(e)||e.hasAttribute("contenteditable")||f.hasValidTabIndex(e))},isPotentiallyTabbableIOS:function(e){var t=e.nodeName.toLowerCase(),n="input"===t&&e.type;return"text"===n||"password"===n||"select"===t||"textarea"===t},getTabIndexValue:function(e){if(!f.hasValidTabIndex(e))return null;var t=parseInt(e.getAttribute("tabindex")||"",10);return isNaN(t)?-1:t},hasValidTabIndex:function(e){if(!e.hasAttribute("tabindex")||e.tabIndex===ge)return!1;var t=e.getAttribute("tabindex");return"-32768"!=t&&!(!t||isNaN(parseInt(t,10)))},hasGeometry:function(e){return!!(e.offsetWidth||e.offsetHeight||"function"==typeof e.getClientRects&&e.getClientRects().length)},getFrameElement:function(e){try{return e.frameElement}catch(e){return null}},getWindow:function(e){return e.ownerDocument&&e.ownerDocument.defaultView||L},isNativeFormElement:function(e){var t=e.nodeName.toLowerCase();return"input"===t||"select"===t||"button"===t||"textarea"===t},isHiddenInput:function(e){return f.isInputElement(e)&&"hidden"==e.type},isAnchorWithHref:function(e){return f.isAnchorElement(e)&&e.hasAttribute("href")},isInputElement:function(e){return"input"==e.nodeName.toLowerCase()},isAnchorElement:function(e){return"a"==e.nodeName.toLowerCase()},getFirstTabbableElement:function(e){if(f.isFocusable(e)&&f.isTabbable(e))return e;for(var t=e.children||e.childNodes,n=0;n<t.length;n++){var o=t[n].nodeType===s[0].ELEMENT_NODE?f.getFirstTabbableElement(t[n]):null;if(o)return o}return null},getLastTabbableElement:function(e){if(f.isFocusable(e)&&f.isTabbable(e))return e;for(var t=e.children||e.childNodes,n=t.length-1;0<=n;n--){var o=t[n].nodeType===s[0].ELEMENT_NODE?f.getLastTabbableElement(t[n]):null;if(o)return o}return null}};return f.dom.animator=e(f),f;function b(e){return e[0]||e}}be.module("material.core").factory("$mdUtil",t),be.element.prototype.focus=be.element.prototype.focus||function(){return this.length&&this[0].focus(),this},be.element.prototype.blur=be.element.prototype.blur||function(){return this.length&&this[0].blur(),this}}(),be.module("material.core").factory("$$mdAnimate",["$q","$timeout","$mdConstant","$animateCss",function(t,n,o,r){return function(e){return function(n,e,s,l,i){var c;return c={translate3d:function(t,n,e,o){return i(t,{from:n,to:e,addClass:o.transitionInClass,removeClass:o.transitionOutClass,duration:o.duration}).start().then(function(){return r});function r(e){return i(t,{to:e||n,addClass:o.transitionOutClass,removeClass:o.transitionInClass,duration:o.duration}).start()}},waitTransitionEnd:function(i,a){var d=3e3;return e(function(t,e){var n;"0s"!==(n=(n=(a=a||{}).cachedTransitionStyles)||L.getComputedStyle(i[0])).transitionDuration&&(n.transition||n.transitionProperty)||(d=0);var o=s(r,a.timeout||d);function r(e){e&&e.target!==i[0]||(e&&s.cancel(o),i.off(l.CSS.TRANSITIONEND,r),t())}i.on(l.CSS.TRANSITIONEND,r)})},calculateTransformValues:function(e,t){var n,o,r=t.element,i=t.bounds;if(r||i){var a=r?c.clientRect(r)||(n=e?e.parent():null,(o=n?n.parent():null)?c.clientRect(o):null):c.copyRect(i),d=c.copyRect(e[0].getBoundingClientRect()),s=c.centerPointFor(d),l=c.centerPointFor(a);return{centerX:l.x-s.x,centerY:l.y-s.y,scaleX:Math.round(100*Math.min(.5,a.width/d.width))/100,scaleY:Math.round(100*Math.min(.5,a.height/d.height))/100}}return{centerX:0,centerY:0,scaleX:.5,scaleY:.5}},calculateZoomToOrigin:function(e,t){return be.bind(null,n.supplant,"translate3d( {centerX}px, {centerY}px, 0 ) scale( {scaleX}, {scaleY} )")(c.calculateTransformValues(e,t))},calculateSlideToOrigin:function(e,t){return be.bind(null,n.supplant,"translate3d( {centerX}px, {centerY}px, 0 )")(c.calculateTransformValues(e,t))},toCss:function(e){var o={};return be.forEach(e,function(e,t){if(!be.isUndefined(e))if(0<="left top right bottom width height x y min-width min-height max-width max-height".indexOf(t))o[t]=e+"px";else switch(t){case"transition":n(0,l.CSS.TRANSITION,e);break;case"transform":n(0,l.CSS.TRANSFORM,e);break;case"transformOrigin":n(0,l.CSS.TRANSFORM_ORIGIN,e);break;case"font-size":o["font-size"]=e}}),o;function n(e,t,n){be.forEach(t.split(" "),function(e){o[e]=n})}},toTransformCss:function(t,e,n){var o={};return be.forEach(l.CSS.TRANSFORM.split(" "),function(e){o[e]=t}),e&&(n=n||"all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) !important",o.transition=n),o},copyRect:function(t,n){return t?(n=n||{},be.forEach("left top right bottom width height".split(" "),function(e){n[e]=Math.round(t[e])}),n.width=n.width||n.right-n.left,n.height=n.height||n.bottom-n.top,n):null},clientRect:function(e){var t,n=be.element(e)[0].getBoundingClientRect();return(t=n)&&0<t.width&&0<t.height?c.copyRect(n):null},centerPointFor:function(e){return e?{x:Math.round(e.left+e.width/2),y:Math.round(e.top+e.height/2)}:{x:0,y:0}}}}(e,t,n,o,r)}}]),4<=be.version.minor?be.module("material.core.animate",[]):(w=be.forEach,_=be.isDefined(document.documentElement.style.WebkitAppearance),k=_?"-webkit-":"",x=(_?"webkitTransitionEnd ":"")+"transitionend",N=(_?"webkitAnimationEnd ":"")+"animationend",s=["$q","$$rAFMutex",function(t,n){function e(e){this.setHost(e),this._doneCallbacks=[],this._runInAnimationFrame=n(),this._state=0}return e.prototype={setHost:function(e){this.host=e||{}},done:function(e){2===this._state?e():this._doneCallbacks.push(e)},progress:be.noop,getPromise:function(){if(!this.promise){var e=this;this.promise=t(function(t,n){e.done(function(e){!1===e?n():t()})})}return this.promise},then:function(e,t){return this.getPromise().then(e,t)},catch:function(e){return this.getPromise().catch(e)},finally:function(e){return this.getPromise().finally(e)},pause:function(){this.host.pause&&this.host.pause()},resume:function(){this.host.resume&&this.host.resume()},end:function(){this.host.end&&this.host.end(),this._resolve(!0)},cancel:function(){this.host.cancel&&this.host.cancel(),this._resolve(!1)},complete:function(e){var t=this;0===t._state&&(t._state=1,t._runInAnimationFrame(function(){t._resolve(e)}))},_resolve:function(t){2!==this._state&&(w(this._doneCallbacks,function(e){e(t)}),this._doneCallbacks.length=0,this._state=2)}},e.all=function(t,n){var o=0,r=!0;function i(e){r=r&&e,++o===t.length&&n(r)}w(t,function(e){e.done(i)})},e}],be.module("material.core.animate",[]).factory("$$forceReflow",["$document",function(e){return function(){return e[0].body.clientWidth+1}}]).factory("$$AnimateRunner",s).factory("$$rAFMutex",["$$rAF",function(n){return function(){var t=!1;return n(function(){t=!0}),function(e){t?e():n(e)}}}]).factory("$animateCss",["$window","$$rAF","$$AnimateRunner","$$forceReflow","$$jqLite","$timeout","$animate",function(h,i,a,f,n,b,d){function g(e,t){t.addClass&&(n.addClass(e,t.addClass),t.addClass=null),t.removeClass&&(n.removeClass(e,t.removeClass),t.removeClass=null)}function E(e){var t=0,n=(e||"").split(/\s*,\s*/);return w(n,function(e){"s"==e.charAt(e.length-1)&&(e=e.substring(0,e.length-1)),e=parseFloat(e)||0,t=t?Math.max(e,t):e}),t}var v,$=[];function M(e,t){t.from&&(e.css(t.from),t.from=null)}function y(e,t){t.to&&(e.css(t.to),t.to=null)}function C(e){for(var t=0;t<e.length;t++)if(1===e[t].nodeType)return e[t]}function T(e,t){var n=C(e),o=A(k+"transition-delay");n.style[o]=t?"-9999s":""}return function(o,s){var l=[],c=C(o),e=c&&d.enabled(),t=!1,n=!1;e&&(s.transitionStyle&&l.push([k+"transition",s.transitionStyle]),s.keyframeStyle&&l.push([k+"animation",s.keyframeStyle]),s.delay&&l.push([k+"transition-delay",s.delay+"s"]),s.duration&&l.push([k+"transition-duration",s.duration+"s"]),t=s.keyframeStyle||s.to&&(0<s.duration||s.transitionStyle),n=!!s.addClass||!!s.removeClass,T(o,!0));var m=e&&(t||n);M(o,s);var u,p,r=!1;return{close:h.close,start:function(){var e=new a;return function(e){v&&v(),$.push(e),v=i(function(){v=null;for(var e=f(),t=0;t<$.length;t++)$[t](e);$.length=0})}(function(){if(T(o,!1),!m)return d();w(l,function(e){var t=e[0],n=e[1];c.style[A(t)]=n}),g(o,s);var e=function(e){var t=C(e),n=h.getComputedStyle(t),o=E(n[l("transitionDuration")]),r=E(n[l("animationDuration")]),i=E(n[l("transitionDelay")]),a=E(n[l("animationDelay")]);r*=parseInt(n[l("animationIterationCount")],10)||1;var d=Math.max(r,o),s=Math.max(a,i);return{duration:d,delay:s,animationDuration:r,transitionDuration:o,animationDelay:a,transitionDelay:i};function l(e){return _?"Webkit"+e.charAt(0).toUpperCase()+e.substr(1):e}}(o);if(0===e.duration)return d();var t=[];s.easing&&(e.transitionDuration&&t.push([k+"transition-timing-function",s.easing]),e.animationDuration&&t.push([k+"animation-timing-function",s.easing])),s.delay&&e.animationDelay&&t.push([k+"animation-delay",s.delay+"s"]),s.duration&&e.animationDuration&&t.push([k+"animation-duration",s.duration+"s"]),w(t,function(e){var t=e[0],n=e[1];c.style[A(t)]=n,l.push(e)});var r=1e3*e.delay,i=e.duration,n=1e3*i,a=Date.now();u=[],e.transitionDuration&&u.push(x),e.animationDuration&&u.push(N),u=u.join(" "),p=function(e){e.stopPropagation();var t=e.originalEvent||e,n=t.timeStamp||Date.now(),o=parseFloat(t.elapsedTime.toFixed(3));Math.max(n-a,0)>=r&&i<=o&&d()},o.on(u,p),y(o,s),b(d,r+1.5*n,!1)}),e;function d(){if(!r)return r=!0,u&&p&&o.off(u,p),g(o,s),function(e,t){M(e,t),y(e,t)}(o,s),w(l,function(e){c.style[A(e[0])]=""}),e.complete(!0),e}}}}}])),S.$inject=["$$rAF","$log","$window","$interpolate"],be.module("material.core").provider("$mdAria",function(){var r={showWarnings:!0};return{disableWarnings:function(){r.showWarnings=!1},$get:["$$rAF","$log","$window","$interpolate",function(e,t,n,o){return S.apply(r,arguments)}]}}),be.module("material.core").provider("$mdCompiler",D),D.$inject=["$compileProvider"],function(){r.$inject=["$$MdGestureHandler","$$rAF","$timeout","$mdUtil"];var i,a,s={},l=6,c=!(n.$inject=["$mdGesture","$$MdGestureHandler","$mdUtil"]),d=!1,m=null,u=!1;function e(){}function r(o,e,n,t){var r=t.getTouchAction(),i=void 0!==L.jQuery&&be.element===L.jQuery,a={handler:function(e,t){var n=new o(e);return be.extend(n,t),s[e]=n,a},register:function(e,t,n){var o=s[t.replace(/^\$md./,"")];if(o)return o.registerElement(e,n);throw new Error("Failed to register element with handler "+t+". Available handlers: "+Object.keys(s).join(", "))},isAndroid:t.isAndroid,isIos:t.isIos,isHijackingClicks:(t.isIos||t.isAndroid)&&!i&&!c};function d(n){return function(e,t){t.distance<this.state.options.maxDistance&&this.dispatchEvent(e,n,t)}}return a.isHijackingClicks&&(a.handler("click",{options:{maxDistance:l},onEnd:d("click")}),a.handler("focus",{options:{maxDistance:l},onEnd:function(e,t){t.distance<this.state.options.maxDistance&&E(e.target)&&(this.dispatchEvent(e,"focus",t),e.target.focus())}}),a.handler("mouseup",{options:{maxDistance:l},onEnd:d("mouseup")}),a.handler("mousedown",{onStart:function(e){this.dispatchEvent(e,"mousedown")}})),a.handler("press",{onStart:function(e,t){this.dispatchEvent(e,"$md.pressdown")},onEnd:function(e,t){this.dispatchEvent(e,"$md.pressup")}}).handler("hold",{options:{maxDistance:6,delay:500},onCancel:function(){n.cancel(this.state.timeout)},onStart:function(e,t){if(!this.state.registeredParent)return this.cancel();this.state.pos={x:t.x,y:t.y},this.state.timeout=n(be.bind(this,function(){this.dispatchEvent(e,"$md.hold"),this.cancel()}),this.state.options.delay,!1)},onMove:function(e,t){r||"touchmove"!==e.type||e.preventDefault();var n=this.state.pos.x-t.x,o=this.state.pos.y-t.y;Math.sqrt(n*n+o*o)>this.options.maxDistance&&this.cancel()},onEnd:function(){this.onCancel()}}).handler("drag",{options:{minDistance:6,horizontal:!0,cancelMultiplier:1.5},onSetup:function(e,t){r&&(this.oldTouchAction=e[0].style[r],e[0].style[r]=t.horizontal?"pan-y":"pan-x")},onCleanup:function(e){this.oldTouchAction?e[0].style[r]=this.oldTouchAction:e[0].style[r]=null},onStart:function(e){this.state.registeredParent||this.cancel()},onMove:function(e,t){var n,o;r||"touchmove"!==e.type||e.preventDefault(),this.state.dragPointer?this.dispatchDragMove(e):(o=this.state.options.horizontal?(n=Math.abs(t.distanceX)>this.state.options.minDistance,Math.abs(t.distanceY)>this.state.options.minDistance*this.state.options.cancelMultiplier):(n=Math.abs(t.distanceY)>this.state.options.minDistance,Math.abs(t.distanceX)>this.state.options.minDistance*this.state.options.cancelMultiplier),n?(this.state.dragPointer=p(e),b(e,this.state.dragPointer),this.dispatchEvent(e,"$md.dragstart",this.state.dragPointer)):o&&this.cancel())},dispatchDragMove:e.throttle(function(e){this.state.isRunning&&(b(e,this.state.dragPointer),this.dispatchEvent(e,"$md.drag",this.state.dragPointer))}),onEnd:function(e,t){this.state.dragPointer&&(b(e,this.state.dragPointer),this.dispatchEvent(e,"$md.dragend",this.state.dragPointer))}}).handler("swipe",{options:{minVelocity:.65,minDistance:10},onEnd:function(e,t){var n;Math.abs(t.velocityX)>this.state.options.minVelocity&&Math.abs(t.distanceX)>this.state.options.minDistance?(n="left"==t.directionX?"$md.swipeleft":"$md.swiperight",this.dispatchEvent(e,n)):Math.abs(t.velocityY)>this.state.options.minVelocity&&Math.abs(t.distanceY)>this.state.options.minDistance&&(n="up"==t.directionY?"$md.swipeup":"$md.swipedown",this.dispatchEvent(e,n))}})}function t(e){this.name=e,this.state={}}function n(e,r,n){if(!d){!u&&e.isHijackingClicks&&(document.addEventListener("click",function(e){var t;t=n.isIos?be.isDefined(e.webkitForce)&&0===e.webkitForce:0===e.clientX&&0===e.clientY;t||e.$material||e.isIonicTap||f(e)?(m=null,"label"===e.target.tagName.toLowerCase()&&(m={x:e.x,y:e.y})):(e.preventDefault(),e.stopPropagation(),m=null)},!0),document.addEventListener("mouseup",t,!0),document.addEventListener("mousedown",t,!0),document.addEventListener("focus",t,!0),u=!0);be.element(document).on("mousedown touchstart pointerdown",function(e){if(i)return;var t=+Date.now();if(a&&!h(e,a)&&t-a.endTime<1500)return;i=p(e),o("start",e)}).on("mousemove touchmove pointermove",function(e){if(!i||!h(e,i))return;b(e,i),o("move",e)}).on("mouseup mouseleave touchend touchcancel pointerup pointercancel",function(e){if(!i||!h(e,i))return;b(e,i),i.endTime=+Date.now(),"pointercancel"!==e.type&&o("end",e);a=i,i=null}).on("$$mdGestureReset",function(){a=i=null})}function t(e){!e.clientX&&!e.clientY||e.$material||e.isIonicTap||f(e)||"mousedown"===e.type&&(E(e.target)||E(document.activeElement))||(e.preventDefault(),e.stopPropagation())}function o(e,t){var n;for(var o in s)(n=s[o])instanceof r&&("start"===e&&n.cancel(),n[e](t,i))}}function p(e){var t=g(e),n={startTime:+Date.now(),target:e.target,type:e.type.charAt(0)};return n.startX=n.x=t.pageX,n.startY=n.y=t.pageY,n}function h(e,t){return e&&t&&e.type.charAt(0)===t.type}function f(e){return m&&m.x===e.x&&m.y===e.y}function b(e,t){var n=g(e),o=t.x=n.pageX,r=t.y=n.pageY;t.distanceX=o-t.startX,t.distanceY=r-t.startY,t.distance=Math.sqrt(t.distanceX*t.distanceX+t.distanceY*t.distanceY),t.directionX=0<t.distanceX?"right":t.distanceX<0?"left":"",t.directionY=0<t.distanceY?"down":t.distanceY<0?"up":"",t.duration=+Date.now()-t.startTime,t.velocityX=t.distanceX/t.duration,t.velocityY=t.distanceY/t.duration}function g(e){return(e=e.originalEvent||e).touches&&e.touches[0]||e.changedTouches&&e.changedTouches[0]||e}function E(e){return!!e&&"-1"!==e.getAttribute("tabindex")&&!e.hasAttribute("disabled")&&(e.hasAttribute("tabindex")||e.hasAttribute("href")||e.isContentEditable||-1!==["INPUT","SELECT","BUTTON","TEXTAREA","VIDEO","AUDIO"].indexOf(e.nodeName))}be.module("material.core.gestures",[]).provider("$mdGesture",e).factory("$$MdGestureHandler",function(){var e=void 0!==L.jQuery&&be.element===L.jQuery;return t.prototype={options:{},dispatchEvent:e?function(e,t,n){n=n||i;var o=new be.element.Event(t);o.$material=!0,o.pointer=n,o.srcEvent=e,be.extend(o,{clientX:n.x,clientY:n.y,screenX:n.x,screenY:n.y,pageX:n.x,pageY:n.y,ctrlKey:e.ctrlKey,altKey:e.altKey,shiftKey:e.shiftKey,metaKey:e.metaKey}),be.element(n.target).trigger(o)}:function(e,t,n){var o;n=n||i,"click"===t||"mouseup"===t||"mousedown"===t?"function"==typeof L.MouseEvent?o=new MouseEvent(t,{bubbles:!0,cancelable:!0,screenX:Number(e.screenX),screenY:Number(e.screenY),clientX:Number(n.x),clientY:Number(n.y),ctrlKey:e.ctrlKey,altKey:e.altKey,shiftKey:e.shiftKey,metaKey:e.metaKey,button:e.button,buttons:e.buttons,relatedTarget:e.relatedTarget||null}):(o=document.createEvent("MouseEvents")).initMouseEvent(t,!0,!0,L,e.detail,n.x,n.y,n.x,n.y,e.ctrlKey,e.altKey,e.shiftKey,e.metaKey,e.button,e.relatedTarget||null):"function"==typeof L.CustomEvent?o=new CustomEvent(t,{bubbles:!0,cancelable:!0,detail:{}}):(o=document.createEvent("CustomEvent")).initCustomEvent(t,!0,!0,{});o.$material=!0,o.pointer=n,o.srcEvent=e,n.target.dispatchEvent(o)},onSetup:be.noop,onCleanup:be.noop,onStart:be.noop,onMove:be.noop,onEnd:be.noop,onCancel:be.noop,start:function(e,t){if(!this.state.isRunning){var n=this.getNearestParent(e.target),o=n&&n.$mdGesture[this.name]||{};this.state={isRunning:!0,options:be.extend({},this.options,o),registeredParent:n},this.onStart(e,t)}},move:function(e,t){this.state.isRunning&&this.onMove(e,t)},end:function(e,t){this.state.isRunning&&(this.state.isRunning=!1,this.onEnd(e,t))},cancel:function(e,t){this.onCancel(e,t),this.state={}},getNearestParent:function(e){for(var t=e;t;){if((t.$mdGesture||{})[this.name])return t;t=t.parentNode}return null},registerElement:function(e,t){var n=this;return e[0].$mdGesture=e[0].$mdGesture||{},e[0].$mdGesture[this.name]=t||{},e.on("$destroy",o),n.onSetup(e,t||{}),o;function o(){delete e[0].$mdGesture[n.name],e.off("$destroy",o),n.onCleanup(e,t||{})}}},t}).run(n),e.prototype={disableAll:function(){d=!0},skipClickHijack:function(){return c=!0},setMaxClickDistance:function(e){l=parseInt(e)},$get:["$$MdGestureHandler","$$rAF","$timeout","$mdUtil",function(e,t,n,o){return new r(e,t,n,o)}]}}(),H.$inject=["$timeout","$mdUtil","$rootScope"],be.module("material.core.interaction",[]).service("$mdInteraction",H),H.prototype.deregister=function(){this.bodyElement.off("keydown mousedown",this.inputHandler),"ontouchstart"in document.documentElement&&this.bodyElement.off("touchstart",this.bufferedInputHandler),this.pointerEvent&&this.bodyElement.off(this.pointerEvent,this.inputHandler)},H.prototype.initializeEvents=function(){this.bodyElement.on("keydown mousedown",this.inputHandler),"ontouchstart"in document.documentElement&&this.bodyElement.on("touchstart",this.bufferedInputHandler),this.pointerEvent&&this.bodyElement.on(this.pointerEvent,this.inputHandler)},H.prototype.onInputEvent=function(e){if(!this.isBuffering){var t=this.inputEventMap[e.type];"pointer"===t&&(t=this.iePointerMap[e.pointerType]||e.pointerType),this.lastInteractionType=t,this.lastInteractionTime=this.$mdUtil.now()}},H.prototype.onBufferInputEvent=function(e){this.$timeout.cancel(this.bufferTimeout),this.onInputEvent(e),this.isBuffering=!0,this.bufferTimeout=this.$timeout(function(){this.isBuffering=!1}.bind(this),650,!1)},H.prototype.getLastInteractionType=function(){return this.lastInteractionType},H.prototype.isUserInvoked=function(e){var t=be.isNumber(e)?e:15;return this.lastInteractionTime>=this.$mdUtil.now()-t},be.module("material.core").provider("$$interimElement",function(){return t.$inject=["$document","$q","$rootScope","$timeout","$rootElement","$animate","$mdUtil","$mdCompiler","$mdTheming","$injector","$exceptionHandler"],e.$get=t,e;function e(r){e.$inject=["$$interimElement","$injector"];var n=["onHide","onShow","onRemove"],i={},l={presets:{}},o={setDefaults:function(e){return l.optionsFactory=e.options,l.methods=(e.methods||[]).concat(n),o},addPreset:function(e,t){if((t=t||{}).methods=t.methods||[],t.options=t.options||function(){return{}},/^cancel|hide|show$/.test(e))throw new Error("Preset '"+e+"' in "+r+" is reserved!");if(-1<t.methods.indexOf("_options"))throw new Error("Method '_options' in "+r+" is reserved!");return l.presets[e]={methods:t.methods.concat(n),optionsFactory:t.options,argOption:t.argOption},o},addMethod:function(e,t){return i[e]=t,o},$get:e};return o.addPreset("build",{methods:["controller","controllerAs","resolve","multiple","template","templateUrl","themable","transformTemplate","parent","contentElement"]}),o;function e(e,o){var a,t,n=e(),d={hide:n.hide,cancel:n.cancel,show:function(e){return(e=e||{})._options&&(e=e._options),n.show(be.extend({},t,e))},destroy:function(e){return n.destroy(e)}};return a=l.methods||[],t=s(l.optionsFactory,{}),be.forEach(i,function(e,t){d[t]=e}),be.forEach(l.presets,function(t,n){var o=s(t.optionsFactory,{}),e=(t.methods||[]).concat(a);function r(e){this._options=be.extend({},o,e)}if(be.extend(o,{$type:n}),be.forEach(e,function(t){r.prototype[t]=function(e){return this._options[t]=e,this}}),t.argOption){var i="show"+n.charAt(0).toUpperCase()+n.slice(1);d[i]=function(e){var t=d[n](e);return d.show(t)}}d[n]=function(e){return arguments.length&&t.argOption&&!be.isObject(e)&&!be.isArray(e)?(new r)[t.argOption](e):new r(e)}}),d;function s(e,t){var n={};return n[r]=d,o.invoke(e||function(){return t},{},n)}}}function t(m,u,t,p,h,o,n,f,b,s,l){return function(){var c,r=[],i=[],a=[];return c={show:function(e){var t=new d((e=e||{})||{}),n=e.multiple?u.resolve():u.all(r);e.multiple||(n=n.then(function(){var e=i.concat(a.map(c.cancel));return u.all(e)}));var o=n.then(function(){return t.show().then(function(){a.push(t)}).catch(function(e){return e}).finally(function(){r.splice(r.indexOf(o),1)})});return r.push(o),t.deferred.promise.catch(function(e){return e instanceof Error&&l(e),e}),t.deferred.promise},hide:e(function(n,o){return(o=o||{}).closeAll?u.all(a.slice().reverse().map(e)):o.closeTo!==ge?u.all(a.slice(o.closeTo).map(e)):e(a[a.length-1]);function e(e){if(!e)return u.when(n);var t=e.remove(n,!1,o||{}).catch(function(e){return e}).finally(function(){i.splice(i.indexOf(t),1)});return a.splice(a.indexOf(e),1),i.push(t),e.deferred.promise}}),cancel:e(function(e,t){var n=a.pop();if(!n)return u.when(e);var o=n.remove(e,!0,t||{}).catch(function(e){return e}).finally(function(){i.splice(i.indexOf(o),1)});return i.push(o),n.deferred.promise.catch(be.noop)}),destroy:function(e){var t=e?null:a.shift(),n=be.element(e).length&&be.element(e)[0].parentNode;if(n){var o=a.filter(function(e){return e.options.element[0]===n});o.length&&(t=o[0],a.splice(a.indexOf(t),1))}return t?t.remove(!1,!1,{$destroy:!0}):u.when(!1)},$injector_:s};function e(t){return function(){var e=arguments;return a.length?t.apply(c,e):r.length?r[0].finally(function(){return t.apply(c,e)}):u.when("No interim elements currently showing up.")}}function d(i){var a,d,s=u.when(!0);return i=function(e){return(e=e||{}).template&&(e.template=n.processTemplate(e.template)),be.extend({preserveScope:!1,cancelAutoHide:be.noop,scope:e.scope||t.$new(e.isolateScope),onShow:function(e,t,n){return o.enter(t,n.parent)},onRemove:function(e,t){return t&&o.leave(t)||u.when()}},e)}(i),a={options:i,deferred:u.defer(),show:function(){return u(function(t,n){function o(e){a.deferred.reject(e),n(e)}i.onCompiling&&i.onCompiling(i),function(t){return(t.skipCompile?null:f.compile(t))||u(function(e){e({locals:{},link:function(){return t.element}})})}(i).then(function(e){d=function(e,t){be.extend(e.locals,t);var n=e.link(t.scope);return t.element=n,t.parent=function(e,t){var n,o=t.parent;return((o=be.isFunction(o)?o(t.scope,e,t):be.isString(o)?be.element(m[0].querySelector(o)):be.element(o))||{}).length?o:(h[0]&&h[0].querySelector&&(n=h[0].querySelector(":not(svg) > body")),"#comment"===(n=n||h[0]).nodeName&&(n=m[0].body),be.element(n))}(n,t),t.themable&&b(n),n}(e,i),i.cleanupElement=e.cleanup,s=function(n,o,e){var t=o.onShowing||be.noop,r=o.onComplete||be.noop;try{t(o.scope,n,o,e)}catch(e){return u.reject(e)}return u(function(e,t){try{u.when(o.onShow(o.scope,n,o)).then(function(){r(o.scope,n,o),function(){var e,t=be.noop;i.hideDelay&&(e=p(c.hide,i.hideDelay),t=function(){p.cancel(e)}),i.cancelAutoHide=function(){t(),i.cancelAutoHide=ge}}(),e(n)},t)}catch(e){t(e.message)}})}(d,i,e.controller).then(t,o)}).catch(o)})},remove:function(e,t,n){return d?((i=be.extend(i||{},n||{})).cancelAutoHide&&i.cancelAutoHide(),i.element.triggerHandler("$mdInterimElementRemove"),!0===i.$destroy?l(i.element,i).then(function(){t&&r(e)||o(e)}):(u.when(s).finally(function(){l(i.element,i).then(function(){t?r(e):o(e)},r)}),a.deferred.promise)):u.when(!1);function o(e){a.deferred.resolve(e)}function r(e){a.deferred.reject(e)}}};function l(o,r){var i=r.onRemoving||be.noop;return u(function(e,t){try{var n=u.when(r.onRemove(r.scope,o,r)||!0);i(o,n),r.$destroy?(e(o),!r.preserveScope&&r.scope&&n.then(function(){r.scope.$destroy()})):n.then(function(){!r.preserveScope&&r.scope&&r.scope.$destroy(),e(o)},t)}catch(e){t(e.message)}})}}}}}),E=/(-gt)?-(sm|md|lg|print)/g,v=/\s+/g,$=["grow","initial","auto","none","noshrink","nogrow"],M=["row","column"],y=["","start","center","end","stretch","space-around","space-between"],C=["","start","center","end","stretch"],T={enabled:!0,breakpoints:[]},p=be.module("material.core.layout",["ng"]),h=/^((?:x|data)[:\-_])/i,f=/([:\-_]+(.))/g,b=["layout","flex","flex-order","flex-offset","layout-align"],g=["show","hide","layout-padding","layout-margin"],be.forEach(["","xs","gt-xs","sm","gt-sm","md","gt-md","lg","gt-lg","xl","print"],function(n){be.forEach(b,function(e){var t=n?e+"-"+n:e;p.directive(I(t),function(i){return["$mdUtil","$interpolate","$log",function(e,t,n){return l=e,c=t,m=n,{restrict:"A",compile:function(e,t){var n;return T.enabled&&(F(i,0,e,m),B(i,z(i,t,""),U(0,i,t)),n=o),n||be.noop}}}];function o(e,t,n){var o=function(n,o){var r;return function(e){var t=B(o,e||"");be.isDefined(t)&&(r&&n.removeClass(r),r=t?o+"-"+t.trim().replace(v,"-"):o,n.addClass(r))}}(t,i),r=n.$observe(n.$normalize(i),o);o(z(i,n,"")),e.$on("$destroy",function(){r()})}}(t))}),be.forEach(g,function(e){var t=n?e+"-"+n:e;p.directive(I(t),R(t))})}),p.provider("$$mdLayout",function(){return{$get:be.noop,validateAttributeValue:B,validateAttributeUsage:F,disableLayouts:function(e){T.enabled=!0!==e}}}).directive("mdLayoutCss",P).directive("ngCloak",(u="ng-cloak",["$timeout",function(n){return{restrict:"A",priority:-10,compile:function(e){return T.enabled?(e.addClass(u),function(e,t){n(function(){t.removeClass(u)},10,!1)}):be.noop}}}])).directive("layoutWrap",R("layout-wrap")).directive("layoutNowrap",R("layout-nowrap")).directive("layoutNoWrap",R("layout-no-wrap")).directive("layoutFill",R("layout-fill")).config(O),V.$inject=["$timeout"],be.module("material.core").service("$mdLiveAnnouncer",V),V.prototype.announce=function(e,t){t=t||"polite";var n=this;n._liveElement.textContent="",n._liveElement.setAttribute("aria-live",t),n._$timeout(function(){n._liveElement.textContent=e},n._announceTimeout,!1)},V.prototype._createLiveElement=function(){var e=document.createElement("div");return e.classList.add("md-visually-hidden"),e.setAttribute("role","status"),e.setAttribute("aria-atomic","true"),e.setAttribute("aria-live","polite"),document.body.appendChild(e),e},be.module("material.core.meta",[]).provider("$$mdMeta",function(){var o=be.element(document.head),r={};function i(e){if(r[e])return!0;var t=document.getElementsByName(e)[0];return!!t&&(r[e]=be.element(t),!0)}var e={setMeta:function(e,t){if(i(e),r[e])r[e].attr("content",t);else{var n=be.element('<meta name="'+e+'" content="'+t+'"/>');o.append(n),r[e]=n}return function(){r[e].attr("content",""),r[e].remove(),delete r[e]}},getMeta:function(e){if(!i(e))throw Error("$$mdMeta: could not find a meta tag with the name '"+e+"'");return r[e].attr("content")}};return be.extend({},e,{$get:function(){return e}})}),W.$inject=["$log","$q"],be.module("material.core").factory("$mdComponentRegistry",W),Y.$inject=["$mdInkRipple"],be.module("material.core").factory("$mdButtonInkRipple",Y),K.$inject=["$mdInkRipple"],be.module("material.core").factory("$mdCheckboxInkRipple",K),G.$inject=["$mdInkRipple"],be.module("material.core").factory("$mdListInkRipple",G),function(){i.$inject=["$scope","$element","rippleOptions","$window","$timeout","$mdUtil","$mdColorUtil"],e.$inject=["$mdButtonInkRipple","$mdCheckboxInkRipple"],be.module("material.core").provider("$mdInkRipple",function(){var r=!1;return{disableInkRipple:function(){r=!0},$get:["$injector",function(o){return{attach:function(e,t,n){return r||t.controller("mdNoInk")?be.noop:o.instantiate(i,{$scope:e,$element:t,rippleOptions:n})}}}]}}).directive("mdInkRipple",e).directive("mdNoInk",n).directive("mdNoBar",n).directive("mdNoStretch",n);function e(o,r){return{controller:be.noop,link:function(e,t,n){n.hasOwnProperty("mdInkRippleCheckbox")?r.attach(e,t):o.attach(e,t)}}}function i(e,t,n,o,r,i,a){this.$window=o,this.$timeout=r,this.$mdUtil=i,this.$mdColorUtil=a,this.$scope=e,this.$element=t,this.options=n,this.mousedown=!1,this.ripples=[],this.timeout=null,this.lastRipple=null,i.valueOnUse(this,"container",this.createContainer),this.$element.addClass("md-ink-ripple"),(t.controller("mdInkRipple")||{}).createRipple=be.bind(this,this.createRipple),(t.controller("mdInkRipple")||{}).setColor=be.bind(this,this.color),this.bindEvents()}function t(e,t){(e.mousedown||e.lastRipple)&&(e.mousedown=!1,e.$mdUtil.nextTick(be.bind(e,t),!1))}function n(){return{controller:be.noop}}i.prototype.color=function(e){var t,n,o=this;return be.isDefined(e)&&(o._color=o._parseColor(e)),o._color||o._parseColor(o.inkRipple())||o._parseColor((t=o.options&&o.options.colorElement?o.options.colorElement:[],(n=t.length?t[0]:o.$element[0])?o.$window.getComputedStyle(n).color:"rgb(0,0,0)"))},i.prototype.calculateColor=function(){return this.color()},i.prototype._parseColor=function(e,t){t=t||1;var n=this.$mdColorUtil;if(e)return 0===e.indexOf("rgba")?e.replace(/\d?\.?\d*\s*\)\s*$/,(.1*t).toString()+")"):0===e.indexOf("rgb")?n.rgbToRgba(e):0===e.indexOf("#")?n.hexToRgba(e):void 0},i.prototype.bindEvents=function(){this.$element.on("mousedown",be.bind(this,this.handleMousedown)),this.$element.on("mouseup touchend",be.bind(this,this.handleMouseup)),this.$element.on("mouseleave",be.bind(this,this.handleMouseup)),this.$element.on("touchmove",be.bind(this,this.handleTouchmove))},i.prototype.handleMousedown=function(e){if(!this.mousedown)if(e.hasOwnProperty("originalEvent")&&(e=e.originalEvent),this.mousedown=!0,this.options.center)this.createRipple(this.container.prop("clientWidth")/2,this.container.prop("clientWidth")/2);else if(e.srcElement!==this.$element[0]){var t=this.$element[0].getBoundingClientRect(),n=e.clientX-t.left,o=e.clientY-t.top;this.createRipple(n,o)}else this.createRipple(e.offsetX,e.offsetY)},i.prototype.handleMouseup=function(){this.$timeout(function(){t(this,this.clearRipples)}.bind(this))},i.prototype.handleTouchmove=function(){t(this,this.deleteRipples)},i.prototype.deleteRipples=function(){for(var e=0;e<this.ripples.length;e++)this.ripples[e].remove()},i.prototype.clearRipples=function(){for(var e=0;e<this.ripples.length;e++)this.fadeInComplete(this.ripples[e])},i.prototype.createContainer=function(){var e=be.element('<div class="md-ripple-container"></div>');return this.$element.append(e),e},i.prototype.clearTimeout=function(){this.timeout&&(this.$timeout.cancel(this.timeout),this.timeout=null)},i.prototype.isRippleAllowed=function(){var e=this.$element[0];do{if(!e.tagName||"BODY"===e.tagName)break;if(e&&be.isFunction(e.hasAttribute)){if(e.hasAttribute("disabled"))return!1;if("false"===this.inkRipple()||"0"===this.inkRipple())return!1}}while(e=e.parentNode);return!0},i.prototype.inkRipple=function(){return this.$element.attr("md-ink-ripple")},i.prototype.createRipple=function(e,t){if(this.isRippleAllowed()){var n,o,r,i=this,a=i.$mdColorUtil,d=be.element('<div class="md-ripple"></div>'),s=this.$element.prop("clientWidth"),l=this.$element.prop("clientHeight"),c=2*Math.max(Math.abs(s-e),e),m=2*Math.max(Math.abs(l-t),t),u=(n=this.options.fitRipple,o=c,r=m,n?Math.max(o,r):Math.sqrt(Math.pow(o,2)+Math.pow(r,2))),p=this.calculateColor();d.css({left:e+"px",top:t+"px",background:"black",width:u+"px",height:u+"px",backgroundColor:a.rgbaToRgb(p),borderColor:a.rgbaToRgb(p)}),this.lastRipple=d,this.clearTimeout(),this.timeout=this.$timeout(function(){i.clearTimeout(),i.mousedown||i.fadeInComplete(d)},157.5,!1),this.options.dimBackground&&this.container.css({backgroundColor:p}),this.container.append(d),this.ripples.push(d),d.addClass("md-ripple-placed"),this.$mdUtil.nextTick(function(){d.addClass("md-ripple-scaled md-ripple-active"),i.$timeout(function(){i.clearRipples()},450,!1)},!1)}},i.prototype.fadeInComplete=function(e){this.lastRipple===e&&(this.timeout||this.mousedown)||this.removeRipple(e)},i.prototype.removeRipple=function(e){var t=this;this.ripples.indexOf(e)<0||(this.ripples.splice(this.ripples.indexOf(e),1),e.removeClass("md-ripple-active"),e.addClass("md-ripple-remove"),0===this.ripples.length&&this.container.css({backgroundColor:""}),this.$timeout(function(){t.fadeOutComplete(e)},450,!1))},i.prototype.fadeOutComplete=function(e){e.remove(),this.lastRipple=null}}(),X.$inject=["$mdInkRipple"],be.module("material.core").factory("$mdTabInkRipple",X),be.module("material.core.theming.palette",[]).constant("$mdColorPalette",{red:{50:"#ffebee",100:"#ffcdd2",200:"#ef9a9a",300:"#e57373",400:"#ef5350",500:"#f44336",600:"#e53935",700:"#d32f2f",800:"#c62828",900:"#b71c1c",A100:"#ff8a80",A200:"#ff5252",A400:"#ff1744",A700:"#d50000",contrastDefaultColor:"light",contrastDarkColors:"50 100 200 300 400 500 600 A100 A200 A400",contrastStrongLightColors:"700 800 900 A700"},pink:{50:"#fce4ec",100:"#f8bbd0",200:"#f48fb1",300:"#f06292",400:"#ec407a",500:"#e91e63",600:"#d81b60",700:"#c2185b",800:"#ad1457",900:"#880e4f",A100:"#ff80ab",A200:"#ff4081",A400:"#f50057",A700:"#c51162",contrastDefaultColor:"light",contrastDarkColors:"50 100 200 300 400 A100 A200 A400",contrastStrongLightColors:"500 600 700 800 900 A700"},purple:{50:"#f3e5f5",100:"#e1bee7",200:"#ce93d8",300:"#ba68c8",400:"#ab47bc",500:"#9c27b0",600:"#8e24aa",700:"#7b1fa2",800:"#6a1b9a",900:"#4a148c",A100:"#ea80fc",A200:"#e040fb",A400:"#d500f9",A700:"#aa00ff",contrastDefaultColor:"light",contrastDarkColors:"50 100 200 300 A100 A200 A400",contrastStrongLightColors:"400 500 600 700 800 900 A700"},"deep-purple":{50:"#ede7f6",100:"#d1c4e9",200:"#b39ddb",300:"#9575cd",400:"#7e57c2",500:"#673ab7",600:"#5e35b1",700:"#512da8",800:"#4527a0",900:"#311b92",A100:"#b388ff",A200:"#7c4dff",A400:"#651fff",A700:"#6200ea",contrastDefaultColor:"light",contrastDarkColors:"50 100 200 300 A100",contrastStrongLightColors:"400 500 600 700 800 900 A200 A400 A700"},indigo:{50:"#e8eaf6",100:"#c5cae9",200:"#9fa8da",300:"#7986cb",400:"#5c6bc0",500:"#3f51b5",600:"#3949ab",700:"#303f9f",800:"#283593",900:"#1a237e",A100:"#8c9eff",A200:"#536dfe",A400:"#3d5afe",A700:"#304ffe",contrastDefaultColor:"light",contrastDarkColors:"50 100 200 300 A100 A200",contrastStrongLightColors:"400 500 600 700 800 900 A400 A700"},blue:{50:"#e3f2fd",100:"#bbdefb",200:"#90caf9",300:"#64b5f6",400:"#42a5f5",500:"#2196f3",600:"#1e88e5",700:"#1976d2",800:"#1565c0",900:"#0d47a1",A100:"#82b1ff",A200:"#448aff",A400:"#2979ff",A700:"#2962ff",contrastDefaultColor:"light",contrastDarkColors:"50 100 200 300 400 500 600 A100 A200",contrastStrongLightColors:"700 800 900 A400 A700"},"light-blue":{50:"#e1f5fe",100:"#b3e5fc",200:"#81d4fa",300:"#4fc3f7",400:"#29b6f6",500:"#03a9f4",600:"#039be5",700:"#0288d1",800:"#0277bd",900:"#01579b",A100:"#80d8ff",A200:"#40c4ff",A400:"#00b0ff",A700:"#0091ea",contrastDefaultColor:"dark",contrastStrongLightColors:"800 900 A700"},cyan:{50:"#e0f7fa",100:"#b2ebf2",200:"#80deea",300:"#4dd0e1",400:"#26c6da",500:"#00bcd4",600:"#00acc1",700:"#0097a7",800:"#00838f",900:"#006064",A100:"#84ffff",A200:"#18ffff",A400:"#00e5ff",A700:"#00b8d4",contrastDefaultColor:"dark",contrastStrongLightColors:"800 900"},teal:{50:"#e0f2f1",100:"#b2dfdb",200:"#80cbc4",300:"#4db6ac",400:"#26a69a",500:"#009688",600:"#00897b",700:"#00796b",800:"#00695c",900:"#004d40",A100:"#a7ffeb",A200:"#64ffda",A400:"#1de9b6",A700:"#00bfa5",contrastDefaultColor:"dark",contrastStrongLightColors:"600 700 800 900"},green:{50:"#e8f5e9",100:"#c8e6c9",200:"#a5d6a7",300:"#81c784",400:"#66bb6a",500:"#4caf50",600:"#43a047",700:"#388e3c",800:"#2e7d32",900:"#1b5e20",A100:"#b9f6ca",A200:"#69f0ae",A400:"#00e676",A700:"#00c853",contrastDefaultColor:"dark",contrastStrongLightColors:"700 800 900"},"light-green":{50:"#f1f8e9",100:"#dcedc8",200:"#c5e1a5",300:"#aed581",400:"#9ccc65",500:"#8bc34a",600:"#7cb342",700:"#689f38",800:"#558b2f",900:"#33691e",A100:"#ccff90",A200:"#b2ff59",A400:"#76ff03",A700:"#64dd17",contrastDefaultColor:"dark",contrastStrongLightColors:"800 900"},lime:{50:"#f9fbe7",100:"#f0f4c3",200:"#e6ee9c",300:"#dce775",400:"#d4e157",500:"#cddc39",600:"#c0ca33",700:"#afb42b",800:"#9e9d24",900:"#827717",A100:"#f4ff81",A200:"#eeff41",A400:"#c6ff00",A700:"#aeea00",contrastDefaultColor:"dark",contrastStrongLightColors:"900"},yellow:{50:"#fffde7",100:"#fff9c4",200:"#fff59d",300:"#fff176",400:"#ffee58",500:"#ffeb3b",600:"#fdd835",700:"#fbc02d",800:"#f9a825",900:"#f57f17",A100:"#ffff8d",A200:"#ffff00",A400:"#ffea00",A700:"#ffd600",contrastDefaultColor:"dark"},amber:{50:"#fff8e1",100:"#ffecb3",200:"#ffe082",300:"#ffd54f",400:"#ffca28",500:"#ffc107",600:"#ffb300",700:"#ffa000",800:"#ff8f00",900:"#ff6f00",A100:"#ffe57f",A200:"#ffd740",A400:"#ffc400",A700:"#ffab00",contrastDefaultColor:"dark"},orange:{50:"#fff3e0",100:"#ffe0b2",200:"#ffcc80",300:"#ffb74d",400:"#ffa726",500:"#ff9800",600:"#fb8c00",700:"#f57c00",800:"#ef6c00",900:"#e65100",A100:"#ffd180",A200:"#ffab40",A400:"#ff9100",A700:"#ff6d00",contrastDefaultColor:"dark",contrastStrongLightColors:"900"},"deep-orange":{50:"#fbe9e7",100:"#ffccbc",200:"#ffab91",300:"#ff8a65",400:"#ff7043",500:"#ff5722",600:"#f4511e",700:"#e64a19",800:"#d84315",900:"#bf360c",A100:"#ff9e80",A200:"#ff6e40",A400:"#ff3d00",A700:"#dd2c00",contrastDefaultColor:"dark",contrastStrongLightColors:"800 900 A400 A700"},brown:{50:"#efebe9",100:"#d7ccc8",200:"#bcaaa4",300:"#a1887f",400:"#8d6e63",500:"#795548",600:"#6d4c41",700:"#5d4037",800:"#4e342e",900:"#3e2723",A100:"#d7ccc8",A200:"#bcaaa4",A400:"#8d6e63",A700:"#5d4037",contrastDefaultColor:"light",contrastDarkColors:"50 100 200 300 A100 A200",contrastStrongLightColors:"400 500 600 700 800 900 A400 A700"},grey:{50:"#fafafa",100:"#f5f5f5",200:"#eeeeee",300:"#e0e0e0",400:"#bdbdbd",500:"#9e9e9e",600:"#757575",700:"#616161",800:"#424242",900:"#212121",A100:"#ffffff",A200:"#000000",A400:"#303030",A700:"#616161",contrastDefaultColor:"dark",contrastLightColors:"700 800 900 A200 A400 A700",contrastStrongLightColors:"600"},"blue-grey":{50:"#eceff1",100:"#cfd8dc",200:"#b0bec5",300:"#90a4ae",400:"#78909c",500:"#607d8b",600:"#546e7a",700:"#455a64",800:"#37474f",900:"#263238",A100:"#cfd8dc",A200:"#b0bec5",A400:"#78909c",A700:"#455a64",contrastDefaultColor:"light",contrastDarkColors:"50 100 200 300 400 A100 A200 A400",contrastStrongLightColors:"500 600 700 800 900 A700"}}),function(v){function e(e){var t=!!document.querySelector("[md-themes-disabled]");e.disableTheming(t)}e.$inject=["$mdThemingProvider"],n.$inject=["$mdTheming","$interpolate","$parse","$mdUtil","$q","$log"],o.$inject=["$mdTheming"],t.$inject=["$mdColorPalette","$$mdMetaProvider"],r.$inject=["$injector","$mdTheming"],v.module("material.core.theming",["material.core.theming.palette","material.core.meta"]).directive("mdTheme",n).directive("mdThemable",o).directive("mdThemesDisabled",function(){return A.disableTheming=!0,{restrict:"A",priority:"900"}}).provider("$mdTheming",t).config(e).run(r);var p,s={},l={name:"dark"},c={name:"light"},h="1px 1px 0px rgba(0,0,0,0.4), -1px -1px 0px rgba(0,0,0,0.4)",f="",m=x("rgba(0,0,0,0.87)"),u=x("rgba(255,255,255,0.87)"),b=x("rgb(255,255,255)"),g=["primary","accent","warn","background"],a="primary",E={accent:{default:"A200","hue-1":"A100","hue-2":"A400","hue-3":"A700"},background:{default:"50","hue-1":"A100","hue-2":"100","hue-3":"300"}},$={background:{default:"A400","hue-1":"800","hue-2":"900","hue-3":"A200"}},M={icon:.54,secondary:.54,disabled:.38,hint:.38,divider:.12},y={icon:.87,secondary:.7,disabled:.5,hint:.5,divider:.12},C={icon:1,secondary:.7,disabled:.5,hint:.5,divider:.12};g.forEach(function(e){var t={default:"500","hue-1":"300","hue-2":"800","hue-3":"A100"};E[e]||(E[e]=t),$[e]||($[e]=t)});var T=["50","100","200","300","400","500","600","700","800","900","A100","A200","A400","A700"],A={disableTheming:!1,generateOnDemand:!1,registeredStyles:[],nonce:null};function t(e,i){s.$inject=["$rootScope","$mdUtil","$q","$log"];var n,a={},m=!(p={}),u="default";v.extend(p,e);var t=function(e){var t=(e=v.isObject(e)?e:{}).theme||"default",n=e.hue||"800",o=p[e.palette]||p[a[t].colors[e.palette||"primary"].name],r=v.isObject(o[n])?o[n].hex:o[n];return"#"!==r.substr(0,1)&&(r="#"+r),function(e){var t=i.setMeta("theme-color",e),n=i.setMeta("msapplication-navbutton-color",e);return function(){t(),n()}}(r)};return n={definePalette:function(e,t){return t=t||{},p[e]=o(e,t),n},extendPalette:function(e,t){return o(e,v.extend({},p[e]||{},t))},theme:d,configuration:function(){return v.extend({},A,{defaultTheme:u,alwaysWatchTheme:m,registeredStyles:[].concat(A.registeredStyles)})},disableTheming:function(e){A.disableTheming=v.isUndefined(e)||!!e},registerStyles:function(e){A.registeredStyles.push(e)},setNonce:function(e){A.nonce=e},generateThemesOnDemand:function(e){A.generateOnDemand=e},setDefaultTheme:function(e){u=e},alwaysWatchTheme:function(e){m=e},enableBrowserColor:t,$get:s,_LIGHT_DEFAULT_HUES:E,_DARK_DEFAULT_HUES:$,_PALETTES:p,_THEMES:a,_parseRules:w,_rgba:N};function o(e,t){var n=T.filter(function(e){return!t[e]});if(n.length)throw new Error("Missing colors %1 in palette %2!".replace("%1",n.join(", ")).replace("%2",e));return t}function d(e,t){if(a[e])return a[e];var n="string"==typeof(t=t||"default")?a[t]:t,o=new r(e);return n&&v.forEach(n.colors,function(e,t){o.colors[t]={name:e.name,hues:v.extend({},e.hues)}}),a[e]=o}function r(e){var a=this;function t(e){if((e=0===arguments.length||!!e)!==a.isDark){a.isDark=e,a.foregroundPalette=a.isDark?c:l,a.foregroundShadow=a.isDark?h:f;var t=a.isDark?$:E,i=a.isDark?E:$;return v.forEach(t,function(e,t){var n=a.colors[t],o=i[t];if(n)for(var r in n.hues)n.hues[r]===o[r]&&(n.hues[r]=e[r])}),a}}a.name=e,a.colors={},(a.dark=t)(!1),g.forEach(function(o){var r=(a.isDark?$:E)[o];a[o+"Palette"]=function(t,e){var n=a.colors[o]={name:t,hues:v.extend({},r,e)};return Object.keys(n.hues).forEach(function(e){if(!r[e])throw new Error("Invalid hue name '%1' in theme %2's %3 color %4. Available hue names: %4".replace("%1",e).replace("%2",a.name).replace("%3",t).replace("%4",Object.keys(r).join(", ")))}),Object.keys(n.hues).map(function(e){return n.hues[e]}).forEach(function(e){if(-1===T.indexOf(e))throw new Error("Invalid hue value '%1' in theme %2's %3 color %4. Available hue values: %5".replace("%1",e).replace("%2",a.name).replace("%3",o).replace("%4",t).replace("%5",T.join(", ")))}),a}})}function s(n,s,o,l){var r=function(e,t){t===ge&&(t=e,e=ge),e===ge&&(e=n),r.inherit(t,t)};return Object.defineProperty(r,"THEMES",{get:function(){return v.extend({},a)}}),Object.defineProperty(r,"PALETTES",{get:function(){return v.extend({},p)}}),Object.defineProperty(r,"ALWAYS_WATCH",{get:function(){return m}}),r.inherit=function(n,e){var o=e.controller("mdTheme")||n.data("$mdThemeController"),t=n.scope();if(d(o&&o.$mdTheme||("default"===u?"":u)),o){var r=m||o.$shouldWatch||s.parseAttributeBoolean(n.attr("md-theme-watch"));if(r||o.isAsyncTheme){var i=function(){a&&(a(),a=ge)},a=o.registerChanges(function(e){d(e),r||i()});t?t.$on("$destroy",i):n.on("$destroy",i)}}function d(e){if(e){c(e)||l.warn("Attempted to use unregistered theme '"+e+"'. Register it with $mdThemingProvider.theme().");var t=n.data("$mdThemeName");t&&n.removeClass("md-"+t+"-theme"),n.addClass("md-"+e+"-theme"),n.data("$mdThemeName",e),o&&n.data("$mdThemeController",o)}}},r.registered=c,r.defaultTheme=function(){return u},r.generateTheme=function(e){k(a[e],e,A.nonce)},r.defineTheme=function(e,t){t=t||{};var n=d(e);return t.primary&&n.primaryPalette(t.primary,t.primaryHues),t.accent&&n.accentPalette(t.accent,t.accentHues),t.warn&&n.warnPalette(t.warn,t.warnHues),t.background&&n.backgroundPalette(t.background,t.backgroundHues),t.dark&&n.dark(),this.generateTheme(e),o.resolve(e)},r.setBrowserColor=t,r;function c(e){return e===ge||""===e||r.THEMES[e]!==ge}}}function n(p,h,f,b,g,E){return{priority:101,link:{pre:function(t,e,n){function o(){var e=h(n.mdTheme)(t);return f(e)(t)||e}var r=[],i=h.startSymbol(),a=h.endSymbol(),d=n.mdTheme.trim(),s=d.substr(0,i.length)===i&&d.lastIndexOf(a)===d.length-a.length,l="::"===n.mdTheme.split(i).join("").split(a).join("").trim().substr(0,"::".length),c={isAsyncTheme:v.isFunction(o())||v.isFunction(o().then),registerChanges:function(t,e){return e&&(t=v.bind(e,t)),r.push(t),function(){var e=r.indexOf(t);-1<e&&r.splice(e,1)}},$setTheme:function(e){p.registered(e)||E.warn("attempted to use unregistered theme '"+e+"'"),c.$mdTheme=e;for(var t=r.length;t--;)r[t](e)},$shouldWatch:b.parseAttributeBoolean(e.attr("md-theme-watch"))||p.ALWAYS_WATCH||s&&!l};function m(e){if("string"==typeof e)return c.$setTheme(e);g.when(v.isFunction(e)?e():e).then(function(e){c.$setTheme(e)})}e.data("$mdThemeController",c),m(o());var u=t.$watch(o,function(e){e&&(m(e),c.$shouldWatch||u())})}}}}function o(e){return e}function w(c,e,t){!function(e,t){if(!p[(e.colors[t]||{}).name])throw new Error("You supplied an invalid color palette for theme %1's %2 palette. Available palettes: %3".replace("%1",e.name).replace("%2",t).replace("%3",Object.keys(p).join(", ")))}(c,e),t=t.replace(/THEME_NAME/g,c.name);var n=new RegExp("\\.md-"+c.name+"-theme","g"),o=new RegExp("(['\"])?{{\\s*([a-zA-Z]+)-?(color|default)?-?(contrast)?-?((?:\\d\\.?\\d*)|(?:[a-zA-Z]+))?\\s*}}([\"'])?","g"),r=c.colors.background.hues.default,d=p[c.colors.background.name][r].contrastType;t=t.replace(/'?"?{{\s*([a-zA-Z]+)-(A?\d+|hue-[0-3]|shadow|default)-?(contrast)?-?((?:\d\.?\d*)|(?:[a-zA-Z]+))?\s*}}'?"?/g,function(e,t,n,o,r){var i=t;if("foreground"===t){if("shadow"===n)return c.foregroundShadow;if(c.foregroundPalette[n])return N(x(c.foregroundPalette[n]));if(c.foregroundPalette[1])return N(x(c.foregroundPalette[1]));if(t="background",o="contrast",!r&&n)switch(n){case"2":r="secondary";break;case"3":r="disabled";break;case"4":r="divider"}n="default"}0!==n.indexOf("hue")&&"default"!==n||(n=c.colors[t].hues[n]);var a=p[c.colors[t].name][n]||"";if("background"===t&&o&&"foreground"!==i&&a.contrastType===d)switch(r){case"secondary":case"icon":if(c.foregroundPalette[2])return N(x(c.foregroundPalette[2]));break;case"disabled":case"hint":if(c.foregroundPalette[3])return N(x(c.foregroundPalette[3]));break;case"divider":if(c.foregroundPalette[4])return N(x(c.foregroundPalette[4]));break;default:if(c.foregroundPalette[1])return N(x(c.foregroundPalette[1]))}return o&&r&&(r=a.opacity[r]||r),N(a[o?"contrast":"value"],r)});var i=[];return v.forEach(["default","hue-1","hue-2","hue-3"],function(l){var e=t.replace(o,function(e,t,n,o,r,i){var a=c.colors[n],d=p[a.name],s=a.hues[l];return r&&i&&(i=d[s].opacity[i]||i),N(d[s]["color"===o?"value":"contrast"],i)});"default"!==l&&(e=e.replace(n,".md-"+c.name+"-theme.md-"+l)),"default"===c.name&&(e=e.replace(/((?:\s|>|\.|\w|-|:|\(|\)|\[|]|"|'|=)*)\.md-default-theme((?:\s|>|\.|\w|-|:|\(|\)|\[|]|"|'|=)*)/g,function(e,t,n){return e+", "+t+n})),i.push(e)}),i}var _={};function r(e,t){var n=document.head,o=n?n.firstElementChild:null,r=!A.disableTheming&&e.has("$MD_THEME_CSS")?e.get("$MD_THEME_CSS"):"";if(r+=A.registeredStyles.join(""),o&&0!==r.length){v.forEach(p,function(r){var i=r.contrastDefaultColor,a=r.contrastLightColors||[],d=r.contrastStrongLightColors||[],s=r.contrastDarkColors||[];"string"==typeof a&&(a=a.split(" ")),"string"==typeof d&&(d=d.split(" ")),"string"==typeof s&&(s=s.split(" ")),delete r.contrastDefaultColor,delete r.contrastLightColors,delete r.contrastStrongLightColors,delete r.contrastDarkColors,v.forEach(r,function(e,t){if(!v.isObject(e)){var n=x(e);if(!n)throw new Error("Color %1, in palette %2's hue %3, is invalid. Hex or rgb(a) color expected.".replace("%1",e).replace("%2",r.name).replace("%3",t));var o=function(e){return("light"===i?-1!==s.indexOf(e):-1===a.indexOf(e)&&-1===d.indexOf(e))?"dark":-1!==d.indexOf(e)?"strongLight":"light"}(t);r[t]={hex:r[t],value:n,contrastType:o,contrast:function(e){switch(e){default:case"strongLight":return b;case"light":return u;case"dark":return m}}(o),opacity:function(e){switch(e){default:case"strongLight":return C;case"light":return y;case"dark":return M}}(o)}}})});var i=function(e){for(var t=[],n="",o=0,r=0,i=0;i<e.length;i++){var a=e.charAt(i);if("'"===a||'"'===a){var d=e.substring(i,e.indexOf(a,i+1));n+=d,i+=d.length}else n+=a,"}"===a?++r===o&&(o=r=0,t.push(n),n=""):"{"===a&&o++}return""!==n&&t.push(n),t}(r).map(function(e){return e.trim()});g.forEach(function(e){_[e]=""}),i.forEach(function(e){for(var t,n=0;t=g[n];n++)if(-1<e.indexOf(".md-"+t))return _[t]+=e;for(n=0;t=g[n];n++)if(-1<e.indexOf(t))return _[t]+=e;return _[a]+=e}),A.generateOnDemand||v.forEach(t.THEMES,function(e){s[e.name]||"default"!==t.defaultTheme()&&"default"===e.name||k(e,e.name,A.nonce)})}}function k(r,e,i){var a=document.head,d=a?a.firstElementChild:null;s[e]||(g.forEach(function(e){for(var t=w(r,e,_[e]);t.length;){var n=t.shift();if(n){var o=document.createElement("style");o.setAttribute("md-theme-style",""),i&&o.setAttribute("nonce",i),o.appendChild(document.createTextNode(n)),a.insertBefore(o,d)}}}),s[r.name]=!0)}function x(e){if(v.isArray(e)&&3===e.length)return e;if(/^rgb/.test(e))return e.replace(/(^\s*rgba?\(|\)\s*$)/g,"").split(",").map(function(e,t){return 3===t?parseFloat(e):parseInt(e,10)});if("#"===e.charAt(0)&&(e=e.substring(1)),/^([a-fA-F0-9]{3}){1,2}$/g.test(e)){var t=e.length/3,n=e.substr(0,t),o=e.substr(t,t),r=e.substr(2*t);return 1==t&&(n+=n,o+=o,r+=r),[parseInt(n,16),parseInt(o,16),parseInt(r,16)]}}function N(e,t){return e?(4===e.length&&(e=v.copy(e),t?e.pop():t=e.pop()),t&&("number"==typeof t||"string"==typeof t&&t.length)?"rgba("+e.join(",")+","+t+")":"rgb("+e.join(",")+")"):"rgb('0,0,0')"}}(L.angular),be.module("material.components.autocomplete",["material.core","material.components.icon","material.components.virtualRepeat"]),function(){e.$inject=["$scope","$element","$mdUtil","$mdConstant","$mdTheming","$window","$animate","$rootElement","$attrs","$q","$log","$mdLiveAnnouncer"],be.module("material.components.autocomplete").controller("MdAutocompleteCtrl",e);var ce=48,me=5,ue=8,pe=2,he="standard",fe="virtual";function e(p,h,f,t,e,n,o,r,b,a,i,d){var s,l,c,m=this,u=p.itemsExpr.split(/ in /i),g=u[1],E=null,v={},$=!1,M=[],y=!1,C=0,T=null,A=null,w=f.debounce(function(){m.hidden||S()}),_=fe;m.documentElement=be.element(document.documentElement),s="hidden",l=function(e,t){var n;E&&(n=be.element(E.scrollContainer));!e&&t?(S(),oe(!0,x.Count|x.Selected),E&&(f.disableScrollAround(E.scrollContainer),T=function(e){var t=be.element(e);return t.on("wheel touchmove",O),function(){t.off("wheel touchmove",O)}}(E.wrap),f.isIos&&(m.documentElement.on("touchend",L),n&&n.on("touchstart touchmove touchend",P)),m.index=V(),f.nextTick(function(){H(),re()}))):e&&!t&&(f.isIos&&(m.documentElement.off("touchend",L),n&&n.off("touchstart touchmove touchend",P)),f.enableScrolling(),T&&(T(),T=null))},c=!0,Object.defineProperty(m,s,{get:function(){return c},set:function(e){var t=c;l(c=e,t)}}),m.scope=p,m.parent=p.$parent,m.itemName=u[0],m.matches=[],m.loading=!1,m.hidden=!0,m.index=-1,m.activeOption=null,m.id=f.nextUid(),m.isDisabled=null,m.isRequired=null,m.isReadonly=null,m.hasNotFound=!1,m.selectedMessage=p.selectedMessage||"selected",m.noMatchMessage=p.noMatchMessage||"There are no matches available.",m.singleMatchMessage=p.singleMatchMessage||"There is 1 match available.",m.multipleMatchStartMessage=p.multipleMatchStartMessage||"There are ",m.multipleMatchEndMessage=p.multipleMatchEndMessage||" matches available.",m.defaultEscapeOptions="clear",m.keydown=function(e){switch(e.keyCode){case t.KEY_CODE.DOWN_ARROW:if(m.loading||Z())return;e.stopPropagation(),e.preventDefault(),m.index=m.index+1>m.matches.length-1?0:Math.min(m.index+1,m.matches.length-1),f.nextTick(H),re();break;case t.KEY_CODE.UP_ARROW:if(m.loading||Z())return;e.stopPropagation(),e.preventDefault(),m.index=m.index-1<0?m.matches.length-1:Math.max(0,m.index-1),f.nextTick(H),re();break;case t.KEY_CODE.TAB:if(R(),m.hidden||m.loading||m.index<0||m.matches.length<1)return;ee(m.index);break;case t.KEY_CODE.ENTER:if(m.hidden||m.loading||m.index<0||m.matches.length<1)return;if(Z())return;e.stopImmediatePropagation(),e.preventDefault(),ee(m.index);break;case t.KEY_CODE.ESCAPE:if(e.preventDefault(),!(G("blur")||!m.hidden||m.loading||G("clear")&&p.searchText))return;e.stopPropagation(),te(),p.searchText&&G("clear")&&ne(),m.hidden=!0,G("blur")&&U(!0)}},m.blur=function(e){y=!1,$?be.isObject(e)&&e.stopImmediatePropagation():(m.hidden=Y(),le("ngBlur",{$event:e}))},m.focus=function(e){y=!0,K()&&J()&&de();m.hidden=Y(),le("ngFocus",{$event:e})},m.clear=function(e){e&&e.stopPropagation();te(),ne()},m.select=ee,m.listEnter=function(){$=!0},m.listLeave=R,m.focusInput=D,m.getCurrentDisplayValue=Q,m.registerSelectedItemWatcher=function(e){-1===M.indexOf(e)&&M.push(e)},m.unregisterSelectedItemWatcher=function(e){var t=M.indexOf(e);-1!==t&&M.splice(t,1)},m.notFoundVisible=ae,m.loadingIsVisible=function(){return m.loading&&!Z()},m.positionDropdown=S;var k,x={Count:1,Selected:2};return f.initOptionalProperties(p,b,{searchText:"",selectedItem:null,clearButton:!1,disableVirtualRepeat:!1}),e(h),k=parseInt(p.delay,10)||0,b.$observe("disabled",function(e){m.isDisabled=f.parseAttributeBoolean(e,!1)}),b.$observe("required",function(e){m.isRequired=f.parseAttributeBoolean(e,!1)}),b.$observe("readonly",function(e){m.isReadonly=f.parseAttributeBoolean(e,!1)}),p.$watch("searchText",k?f.debounce(B,k):B),p.$watch("selectedItem",F),be.element(n).on("resize",w),void p.$on("$destroy",I),void f.nextTick(function(){!function(){var e=function(){var e,t;for(e=h;e.length&&(t=e.attr("md-autocomplete-snap"),!be.isDefined(t));e=e.parent());if(e.length)return{snap:e[0],wrap:"width"===t.toLowerCase()?e[0]:h.find("md-autocomplete-wrap")[0]};var n=h.find("md-autocomplete-wrap")[0];return{snap:n,wrap:n}}();(E={main:h[0],scrollContainer:h[0].querySelector(".md-virtual-repeat-container, .md-standard-list-container"),scroller:h[0].querySelector(".md-virtual-repeat-scroller, .md-standard-list-scroller"),ul:h.find("ul")[0],input:h.find("input")[0],wrap:e.wrap,snap:e.snap,root:document.body}).li=E.ul.getElementsByTagName("li"),E.$=function(e){var t={};for(var n in e)e.hasOwnProperty(n)&&(t[n]=be.element(e[n]));return t}(E),_=E.scrollContainer.classList.contains("md-standard-list-container")?he:fe,A=E.$.input.controller("ngModel")}(),E.$.root.length&&(e(E.$.scrollContainer),E.$.scrollContainer.detach(),E.$.root.append(E.$.scrollContainer),o.pin&&o.pin(E.$.scrollContainer,r)),h.on("touchstart",D),p.autofocus&&h.on("focus",D),p.inputAriaDescribedBy&&E.input.setAttribute("aria-describedby",p.inputAriaDescribedBy),p.floatingLabel||(p.inputAriaLabel?E.input.setAttribute("aria-label",p.inputAriaLabel):p.inputAriaLabelledBy?E.input.setAttribute("aria-labelledby",p.inputAriaLabelledBy):p.placeholder&&E.input.setAttribute("aria-label",p.placeholder))});function N(){p.requireMatch&&A&&A.$setValidity("md-require-match",!!p.selectedItem||!p.searchText)}function S(){if(!E)return f.nextTick(S,!1,p);var e,t=(p.dropdownItems||me)*ce,n=E.wrap.getBoundingClientRect(),o=E.snap.getBoundingClientRect(),r=E.root.getBoundingClientRect(),i=o.bottom-r.top,a=r.bottom-o.top,d=n.left-r.left,s=n.width,l=function(){var e=0,t=h.find("md-input-container");if(t.length){var n=t.find("input");e=t.prop("offsetHeight"),e-=n.prop("offsetTop"),e-=n.prop("offsetHeight"),e+=t.prop("offsetTop")}return e}(),c=p.dropdownPosition,m=r.bottom-o.bottom-ue+f.getViewportTop(),u=o.top-ue;c=c||(t<m?"bottom":t<u?"top":m<u?"top":"bottom"),b.mdFloatingLabel&&(d+=pe,s-=2*pe),e={left:d+"px",minWidth:s+"px",maxWidth:Math.max(n.right-r.left,r.right-n.left)-ue+"px"},"top"===c?(e.top="auto",e.bottom=a+"px",e.maxHeight=Math.min(t,u)+"px"):(m=r.bottom-n.bottom-ue+f.getViewportTop(),e.top=i-l+"px",e.bottom="auto",e.maxHeight=Math.min(t,m)+"px"),E.$.scrollContainer.css(e),f.nextTick(function(){var e=E.scrollContainer.getBoundingClientRect(),t={};e.right>r.right&&(t.left=n.right-e.width+"px");E.$.scrollContainer.css(t)},!1,p)}function D(){E.input.focus()}function H(){var e=E.scroller.querySelector(".selected");m.activeOption=e?e.id:null}function I(){if(m.hidden||f.enableScrolling(),be.element(n).off("resize",w),E){be.forEach(["ul","scroller","scrollContainer","input"],function(e){E.$[e].remove()})}}function O(e){e.preventDefault()}function P(e){e.stopPropagation()}function L(e){U(m.hidden=!0)}function R(){y||m.hidden||E.input.focus(),$=!1,m.hidden=Y()}function F(t,n){N(),t?z(t).then(function(e){p.searchText=e,function(t,n){M.forEach(function(e){e(t,n)})}(t,n)}):n&&p.searchText&&z(n).then(function(e){be.isString(p.searchText)&&e.toString().toLowerCase()===p.searchText.toLowerCase()&&(p.searchText="")}),t!==n&&be.isFunction(p.itemChange)&&p.itemChange(q(p.selectedItem))}function B(t,n){m.index=V(),t!==n&&(N(),z(p.selectedItem).then(function(e){t!==e&&(p.selectedItem=null,t!==n&&be.isFunction(p.textChange)&&p.textChange(),J()?de():(W(!(m.matches=[])),oe(!0,x.Count)))}))}function U(e){e&&(y=$=!1),E.input.blur()}function j(){return be.isNumber(p.minLength)?p.minLength:1}function z(e){return a.when(((t=e)&&p.itemText?p.itemText(q(t)):null)||e).then(function(e){return e&&!be.isString(e)&&i.warn("md-autocomplete: Could not resolve display value to a string. Please check the `md-item-text` attribute."),e});var t}function q(e){if(!e)return ge;var t={};return m.itemName&&(t[m.itemName]=e),t}function V(){return p.autoselect?0:-1}function W(e){m.loading!==e&&(m.loading=e),m.hidden=Y()}function Y(){return!function(){{if(m.isReadonly)return!1;if(!K())return!1}return J()&&X()||ae()}()}function K(){return!(m.loading&&!X())&&(!Z()&&!!y)}function G(e){return be.isString(p.escapeOptions)?-1!==p.escapeOptions.toLowerCase().indexOf(e):-1!==m.defaultEscapeOptions.indexOf(e)}function X(){return!!m.matches.length}function Z(){return!!m.scope.selectedItem}function Q(){return z(m.matches[m.index])}function J(){return(p.searchText||"").length>=j()}function ee(e){f.nextTick(function(){z(m.matches[e]).then(function(e){var t=E.$.input.controller("ngModel");d.announce(e+" "+m.selectedMessage,"assertive"),t.$setViewValue(e),t.$render()}).finally(function(){p.selectedItem=m.matches[e],W(!1)})},!1)}function te(){m.index=-1,f.nextTick(H),m.matches=[]}function ne(){W(!0),p.searchText="";var e=document.createEvent("CustomEvent");e.initCustomEvent("change",!0,!0,{value:""}),E.input.dispatchEvent(e),E.input.blur(),p.searchText="",E.input.focus()}function oe(e,t){var n=e?"polite":"assertive",o=[];t&x.Selected&&-1!==m.index&&o.push(Q()),t&x.Count&&o.push(a.resolve(function(){switch(m.matches.length){case 0:return m.noMatchMessage;case 1:return m.singleMatchMessage;default:return m.multipleMatchStartMessage+m.matches.length+m.multipleMatchEndMessage}}())),a.all(o).then(function(e){d.announce(e.join(" "),n)})}function re(){E.li[0]&&(_===he?function(){var e=E.li[Math.max(0,m.index)],t=E.scrollContainer.offsetHeight,n=e&&e.offsetTop||0,o=n+e.clientHeight,r=E.scrollContainer.scrollTop;n<r?ie(n):r+t<o&&ie(o-t)}():function(){var e=E.li[0].offsetHeight,t=e*Math.max(0,m.index),n=t+e,o=E.scroller.clientHeight,r=E.scroller.scrollTop;t<r?ie(t):r+o<n&&ie(n-o)}())}function ie(e){_===he?E.scrollContainer.scrollTop=e:E.$.scrollContainer.controller("mdVirtualRepeatContainer").scrollTo(e)}function ae(){var e=(m.scope.searchText||"").length;return m.hasNotFound&&!X()&&(!m.loading||0!==C)&&e>=j()&&(y||$)&&!Z()}function de(){var e=p.searchText||"",t=e.toLowerCase();!p.noCache&&v[t]?se(v[t]):function(t){var e=p.$parent.$eval(g),n=t.toLowerCase(),o=be.isArray(e),r=!!e.then;function i(e){v[n]=e,(t||"")===(p.searchText||"")&&se(e)}o?i(e):r&&function(e){if(!e)return;e=a.when(e),C++,W(!0),f.nextTick(function(){e.then(i).finally(function(){0==--C&&W(!1)})},!0,p)}(e)}(e),m.hidden=Y()}function se(e){m.matches=e,m.hidden=Y(),m.loading&&W(!1),p.selectOnMatch&&function(){var n=p.searchText,e=m.matches,t=e[0];1===e.length&&z(t).then(function(e){var t=n===e;p.matchInsensitive&&!t&&(t=n.toLowerCase()===e.toLowerCase()),t&&ee(0)})}(),S(),oe(!0,x.Count)}function le(e,t){b[e]&&p.$parent.$eval(b[e],t||{})}}}(),Z.$inject=["$$mdSvgRegistry"],be.module("material.components.autocomplete").directive("mdAutocomplete",Z),Q.$inject=["$compile","$mdUtil"],be.module("material.components.autocomplete").directive("mdAutocompleteParentScope",Q),J.$inject=["$scope","$element","$attrs","$mdUtil"],be.module("material.components.autocomplete").controller("MdHighlightCtrl",J),J.prototype.init=function(t,n){this.flags=this.$attrs.mdHighlightFlags||"",this.unregisterFn=this.$scope.$watch(function(e){return{term:t(e),contentText:n(e)}}.bind(this),this.onRender.bind(this),!0),this.$element.on("$destroy",this.unregisterFn)},J.prototype.onRender=function(e,t){var n=e.contentText;null!==this.regex&&e.term===t.term||(this.regex=this.createRegex(e.term,this.flags)),e.term?this.applyRegex(n):this.$element.text(n)},J.prototype.applyRegex=function(e){var t=this.resolveTokens(e);this.$element.empty(),t.forEach(function(e){if(e.isMatch){var t=be.element('<span class="highlight">').text(e.text);this.$element.append(t)}else this.$element.append(document.createTextNode(e))}.bind(this))},J.prototype.resolveTokens=function(o){var r=[],n=0;return o.replace(this.regex,function(e,t){i(n,t),r.push({text:e,isMatch:!0}),n=t+e.length}),i(n),r;function i(e,t){var n=o.slice(e,t);n&&r.push(n)}},J.prototype.createRegex=function(e,t){var n="",o="",r=this.$mdUtil.sanitize(e);return 0<=t.indexOf("^")&&(n="^"),0<=t.indexOf("$")&&(o="$"),new RegExp(n+r+o,t.replace(/[$^]/g,""))},ee.$inject=["$interpolate","$parse"],be.module("material.components.autocomplete").directive("mdHighlightText",ee),be.module("material.components.backdrop",["material.core"]).directive("mdBackdrop",["$mdTheming","$mdUtil","$animate","$rootElement","$window","$log","$$rAF","$document",function(a,d,t,s,l,c,m,u){return{restrict:"E",link:function(n,o,e){var r;function i(){var e=parseInt(r.height,10)+Math.abs(parseInt(r.top,10));o.css("height",e+"px")}t.pin&&t.pin(o,s),m(function(){if("fixed"===(r=l.getComputedStyle(u[0].body)).position){var e=d.debounce(function(){r=l.getComputedStyle(u[0].body),i()},60,null,!1);i(),be.element(l).on("resize",e),n.$on("$destroy",function(){be.element(l).off("resize",e)})}var t=o.parent();t.length&&("BODY"===t[0].nodeName&&o.css("position","fixed"),"static"===l.getComputedStyle(t[0]).position&&c.warn("<md-backdrop> may not work properly in a scrolled, static-positioned parent container."),a.inherit(o,t))})}}}]),te.$inject=["$mdBottomSheet"],ne.$inject=["$$interimElementProvider"],be.module("material.components.bottomSheet",["material.core","material.components.backdrop"]).directive("mdBottomSheet",te).provider("$mdBottomSheet",ne),re.$inject=["$mdButtonInkRipple","$mdTheming","$mdAria","$mdInteraction"],oe.$inject=["$mdTheming"],be.module("material.components.button",["material.core"]).directive("mdButton",re).directive("a",oe),ie.$inject=["$mdTheming"],be.module("material.components.card",["material.core"]).directive("mdCard",ie),ae.$inject=["inputDirective","$mdAria","$mdConstant","$mdTheming","$mdUtil","$mdInteraction"],be.module("material.components.checkbox",["material.core"]).directive("mdCheckbox",ae),be.module("material.components.chips",["material.core","material.components.autocomplete"]),de.$inject=["$scope","$element","$mdConstant","$timeout","$mdUtil"],be.module("material.components.chips").controller("MdChipCtrl",de),de.prototype.init=function(e){this.parentController=e,this.enableChipEdit=this.parentController.enableChipEdit,this.enableChipEdit&&(this.$element.on("keydown",this.chipKeyDown.bind(this)),this.$element.on("dblclick",this.chipMouseDoubleClick.bind(this)),this.getChipContent().addClass("_md-chip-content-edit-is-enabled"))},de.prototype.getChipContent=function(){var e=this.$element[0].getElementsByClassName("md-chip-content");return be.element(e[0])},de.prototype.getContentElement=function(){var e=be.element(this.getChipContent().children()[0]);return e&&0!==e.length||(e=be.element(this.getChipContent().contents()[0])),e},de.prototype.getChipIndex=function(){return parseInt(this.$element.attr("index"))},de.prototype.goOutOfEditMode=function(){if(this.isEditing){this.isEditing=!1,this.$element.removeClass("_md-chip-editing"),this.getChipContent()[0].contentEditable="false";var e=this.getChipIndex(),t=this.getContentElement().text();t?(this.parentController.updateChipContents(e,t),this.$mdUtil.nextTick(function(){this.parentController.selectedChip===e&&this.parentController.focusChip(e)}.bind(this))):this.parentController.removeChipAndFocusInput(e)}},de.prototype.selectNodeContents=function(e){var t,n;document.body.createTextRange?((t=document.body.createTextRange()).moveToElementText(e),t.select()):L.getSelection&&(n=L.getSelection(),(t=document.createRange()).selectNodeContents(e),n.removeAllRanges(),n.addRange(t))},de.prototype.goInEditMode=function(){this.isEditing=!0,this.$element.addClass("_md-chip-editing"),this.getChipContent()[0].contentEditable="true",this.getChipContent().on("blur",function(){this.goOutOfEditMode()}.bind(this)),this.selectNodeContents(this.getChipContent()[0])},de.prototype.chipKeyDown=function(e){this.isEditing||e.keyCode!==this.$mdConstant.KEY_CODE.ENTER&&e.keyCode!==this.$mdConstant.KEY_CODE.SPACE?this.isEditing&&e.keyCode===this.$mdConstant.KEY_CODE.ENTER&&(e.preventDefault(),this.goOutOfEditMode()):(e.preventDefault(),this.goInEditMode())},de.prototype.chipMouseDoubleClick=function(){this.enableChipEdit&&!this.isEditing&&this.goInEditMode()},se.$inject=["$mdTheming","$mdUtil","$compile","$timeout"],be.module("material.components.chips").directive("mdChip",se),le.$inject=["$timeout"],be.module("material.components.chips").directive("mdChipRemove",le),ce.$inject=["$compile"],be.module("material.components.chips").directive("mdChipTransclude",ce),function(){e.$inject=["$scope","$attrs","$mdConstant","$log","$element","$timeout","$mdUtil","$mdLiveAnnouncer","$exceptionHandler"];var l=300;function e(e,t,n,o,r,i,a,d,s){this.$timeout=i,this.$mdConstant=n,this.$scope=e,this.parent=e.$parent,this.$mdUtil=a,this.$log=o,this.$mdLiveAnnouncer=d,this.$exceptionHandler=s,this.$element=r,this.$attrs=t,this.ngModelCtrl=null,this.userInputNgModelCtrl=null,this.autocompleteCtrl=null,this.userInputElement=null,this.items=[],this.selectedChip=-1,this.enableChipEdit=a.parseAttributeBoolean(t.mdEnableChipEdit),this.addOnBlur=a.parseAttributeBoolean(t.mdAddOnBlur),this.inputClass="",this.inputAriaLabel="Chips input.",this.containerHint="Chips container. Use arrow keys to select chips.",this.containerEmptyHint="Chips container. Enter the text area, then type text, and press enter to add a chip.",this.deleteHint="Press delete to remove this chip.",this.deleteButtonLabel="Remove",this.chipBuffer="",this.useTransformChip=!1,this.useOnAdd=!1,this.useOnRemove=!1,this.wrapperId="",this.contentIds=[],this.ariaTabIndex=null,this.chipAppendDelay=l,this.deRegister=[],this.addedMessage="added",this.removedMessage="removed",this.init()}be.module("material.components.chips").controller("MdChipsCtrl",e),e.prototype.init=function(){var t=this;this.wrapperId="_md-chips-wrapper-"+this.$mdUtil.nextUid(),this.$element.attr("ng-model")||this.setupStaticChips(),this.deRegister.push(this.$scope.$watchCollection("$mdChipsCtrl.items",function(){t.setupInputAria(),t.setupWrapperAria()})),this.deRegister.push(this.$attrs.$observe("mdChipAppendDelay",function(e){t.chipAppendDelay=parseInt(e)||l}))},e.prototype.$onDestroy=function(){for(var e;e=this.deRegister.pop();)e.call(this)},e.prototype.setupInputAria=function(){var e=this.$element.find("input");e&&(e.attr("role","textbox"),e.attr("aria-multiline",!0),this.inputAriaDescribedBy&&e.attr("aria-describedby",this.inputAriaDescribedBy),this.inputAriaLabelledBy?(e.attr("aria-labelledby",this.inputAriaLabelledBy),e.removeAttr("aria-label")):e.attr("aria-label",this.inputAriaLabel))},e.prototype.setupWrapperAria=function(){var e=this,t=this.$element.find("md-chips-wrap");this.items&&this.items.length?(t.attr("role","listbox"),this.contentIds=this.items.map(function(){return e.wrapperId+"-chip-"+e.$mdUtil.nextUid()}),t.attr("aria-owns",this.contentIds.join(" ")),t.attr("aria-label",this.containerHint)):(t.removeAttr("role"),t.removeAttr("aria-owns"),t.attr("aria-label",this.containerEmptyHint))},e.prototype.setupStaticChips=function(){var e,t,n=this,o=this.$element.find("md-chips-wrap");this.$timeout(function(){for(o.attr("role","list"),t=o[0].children,e=0;e<t.length;e++)t[e].setAttribute("role","listitem"),t[e].setAttribute("aria-setsize",t.length);n.inputAriaDescribedBy&&o.attr("aria-describedby",n.inputAriaDescribedBy),n.inputAriaLabelledBy?(o.attr("aria-labelledby",n.inputAriaLabelledBy),o.removeAttr("aria-label")):o.attr("aria-label",n.inputAriaLabel)},10)},e.prototype.inputKeydown=function(e){var t=this.getChipBuffer();if(!(this.autocompleteCtrl&&e.isDefaultPrevented&&e.isDefaultPrevented())){if(e.keyCode===this.$mdConstant.KEY_CODE.BACKSPACE){if(0!==this.getCursorPosition(e.target))return;return e.preventDefault(),e.stopPropagation(),void(this.items.length&&this.selectAndFocusChipSafe(this.items.length-1))}if((!this.separatorKeys||this.separatorKeys.length<1)&&(this.separatorKeys=[this.$mdConstant.KEY_CODE.ENTER]),-1!==this.separatorKeys.indexOf(e.keyCode)){if(this.autocompleteCtrl&&this.requireMatch||!t)return;if(e.preventDefault(),this.hasMaxChipsReached())return;return this.appendChip(t.trim()),this.resetChipBuffer(),!1}}},e.prototype.getCursorPosition=function(t){try{if(t.selectionStart===t.selectionEnd)return t.selectionStart}catch(e){if(!t.value)return 0}},e.prototype.updateChipContents=function(e,t){0<=e&&e<this.items.length&&(this.items[e]=t,this.updateNgModel(!0))},e.prototype.isEditingChip=function(){return!!this.$element[0].querySelector("._md-chip-editing")},e.prototype._isChipObject=function(e){return be.isObject(e)},e.prototype.isRemovable=function(){return!!this.ngModelCtrl&&(this.readonly?this.removable:!be.isDefined(this.removable)||this.removable)},e.prototype.chipKeydown=function(e){if(!this.getChipBuffer()&&!this.isEditingChip())switch(e.keyCode){case this.$mdConstant.KEY_CODE.BACKSPACE:case this.$mdConstant.KEY_CODE.DELETE:if(this.selectedChip<0)return;if(e.preventDefault(),!this.isRemovable())return;this.removeAndSelectAdjacentChip(this.selectedChip,e);break;case this.$mdConstant.KEY_CODE.LEFT_ARROW:e.preventDefault(),(this.selectedChip<0||this.readonly&&0===this.selectedChip)&&(this.selectedChip=this.items.length),this.items.length&&this.selectAndFocusChipSafe(this.selectedChip-1);break;case this.$mdConstant.KEY_CODE.RIGHT_ARROW:e.preventDefault(),this.selectAndFocusChipSafe(this.selectedChip+1);break;case this.$mdConstant.KEY_CODE.ESCAPE:case this.$mdConstant.KEY_CODE.TAB:if(this.selectedChip<0)return;e.preventDefault(),this.onFocus()}},e.prototype.getPlaceholder=function(){return this.items&&this.items.length&&(""===this.secondaryPlaceholder||this.secondaryPlaceholder)?this.secondaryPlaceholder:this.placeholder},e.prototype.removeAndSelectAdjacentChip=function(e,t){var n=this,o=n.getAdjacentChipIndex(e);this.$element[0].querySelector("md-chips-wrap"),this.$element[0].querySelector('md-chip[index="'+e+'"]');n.removeChip(e,t),n.$timeout(function(){n.$timeout(function(){n.selectAndFocusChipSafe(o)})})},e.prototype.resetSelectedChip=function(){this.selectedChip=-1,this.ariaTabIndex=null},e.prototype.getAdjacentChipIndex=function(e){var t=this.items.length-1;return 0==t?-1:e===t?e-1:e},e.prototype.appendChip=function(t){if(this.shouldFocusLastChip=!this.addOnBlur,this.useTransformChip&&this.transformChip){var e=this.transformChip({$chip:t});be.isDefined(e)&&(t=e)}if(be.isObject(t)&&this.items.some(function(e){return be.equals(t,e)}))return;if(!(null==t||this.items.indexOf(t)+1)){var n=this.items.push(t)-1;this.updateNgModel();var o=be.isObject(t)?"":t;this.$mdLiveAnnouncer.announce(o+" "+this.addedMessage,"assertive"),this.useOnAdd&&this.onAdd&&this.onAdd({$chip:t,$index:n})}},e.prototype.useTransformChipExpression=function(){this.useTransformChip=!0},e.prototype.useOnAddExpression=function(){this.useOnAdd=!0},e.prototype.useOnRemoveExpression=function(){this.useOnRemove=!0},e.prototype.useOnSelectExpression=function(){this.useOnSelect=!0},e.prototype.getChipBuffer=function(){var e=this.userInputElement?this.userInputNgModelCtrl?this.userInputNgModelCtrl.$viewValue:this.userInputElement[0].value:this.chipBuffer;return be.isString(e)?e:""},e.prototype.resetChipBuffer=function(){this.userInputElement?this.userInputNgModelCtrl?(this.userInputNgModelCtrl.$setViewValue(""),this.userInputNgModelCtrl.$render()):this.userInputElement[0].value="":this.chipBuffer=""},e.prototype.hasMaxChipsReached=function(){return be.isString(this.maxChips)&&(this.maxChips=parseInt(this.maxChips,10)||0),0<this.maxChips&&this.items.length>=this.maxChips},e.prototype.validateModel=function(){this.ngModelCtrl.$setValidity("md-max-chips",!this.hasMaxChipsReached()),this.ngModelCtrl.$validate()},e.prototype.updateNgModel=function(e){e||this.validateModel(),be.forEach(this.ngModelCtrl.$viewChangeListeners,function(e){try{e()}catch(e){this.$exceptionHandler(e)}})},e.prototype.removeChip=function(e,t){var n=this.items.splice(e,1);this.updateNgModel(),this.ngModelCtrl.$setDirty();var o=be.isObject(n[0])?"":n[0];this.$mdLiveAnnouncer.announce(o+" "+this.removedMessage,"assertive"),n&&n.length&&this.useOnRemove&&this.onRemove&&this.onRemove({$chip:n[0],$index:e,$event:t})},e.prototype.removeChipAndFocusInput=function(e,t){this.removeChip(e,t),this.autocompleteCtrl?(this.autocompleteCtrl.hidden=!0,this.$mdUtil.nextTick(this.onFocus.bind(this))):this.onFocus()},e.prototype.selectAndFocusChipSafe=function(e){if(!this.items.length||-1===e)return this.focusInput();if(e>=this.items.length){if(!this.readonly)return this.onFocus();e=0}e=Math.max(e,0),e=Math.min(e,this.items.length-1),this.selectChip(e),this.focusChip(e)},e.prototype.focusLastChipThenInput=function(){var e=this;e.shouldFocusLastChip=!1,e.focusChip(this.items.length-1),e.$timeout(function(){e.focusInput()},e.chipAppendDelay)},e.prototype.focusInput=function(){this.selectChip(-1),this.onFocus()},e.prototype.selectChip=function(e){-1<=e&&e<=this.items.length?(this.selectedChip=e,this.useOnSelect&&this.onSelect&&this.onSelect({$chip:this.items[e]})):this.$log.warn("Selected Chip index out of bounds; ignoring.")},e.prototype.focusChip=function(e){var t=this.$element[0].querySelector('md-chip[index="'+e+'"] .md-chip-content');this.ariaTabIndex=e,t.focus()},e.prototype.configureNgModel=function(e){this.ngModelCtrl=e;var t=this;e.$isEmpty=function(e){return!e||0===e.length},e.$render=function(){t.items=t.ngModelCtrl.$viewValue}},e.prototype.onFocus=function(){var e=this.$element[0].querySelector("input");e&&e.focus(),this.resetSelectedChip()},e.prototype.onInputFocus=function(){this.inputHasFocus=!0,this.setupInputAria(),this.resetSelectedChip()},e.prototype.onInputBlur=function(){this.inputHasFocus=!1,this.shouldAddOnBlur()&&(this.appendChip(this.getChipBuffer().trim()),this.resetChipBuffer())},e.prototype.configureInput=function(e){var t=e.controller("ngModel"),n=this;t&&(this.deRegister.push(this.$scope.$watch(function(){return t.$touched},function(e){e&&n.ngModelCtrl.$setTouched()})),this.deRegister.push(this.$scope.$watch(function(){return t.$dirty},function(e){e&&n.ngModelCtrl.$setDirty()})))},e.prototype.configureUserInput=function(e){var t=(this.userInputElement=e).controller("ngModel");t!==this.ngModelCtrl&&(this.userInputNgModelCtrl=t);function n(e,t){o.$evalAsync(be.bind(r,t,e))}var o=this.$scope,r=this;e.attr({tabindex:0}).on("keydown",function(e){n(e,r.inputKeydown)}).on("focus",function(e){n(e,r.onInputFocus)}).on("blur",function(e){n(e,r.onInputBlur)})},e.prototype.configureAutocomplete=function(e){e&&(this.autocompleteCtrl=e,this.$element.attr("container-empty-hint")||(this.containerEmptyHint="Chips container with autocompletion. Enter the text area, type text to search, and then use the up and down arrow keys to select an option. Press enter to add the selected option as a chip.",this.setupWrapperAria()),e.registerSelectedItemWatcher(be.bind(this,function(e){if(e){if(this.hasMaxChipsReached())return;this.appendChip(e),this.resetChipBuffer()}})),this.$element.find("input").on("focus",be.bind(this,this.onInputFocus)).on("blur",be.bind(this,this.onInputBlur)))},e.prototype.shouldAddOnBlur=function(){this.validateModel();var e=this.getChipBuffer().trim(),t=this.ngModelCtrl.$isEmpty(this.ngModelCtrl.$modelValue)||this.ngModelCtrl.$valid,n=this.autocompleteCtrl&&!this.autocompleteCtrl.hidden;return this.userInputNgModelCtrl&&(t=t&&this.userInputNgModelCtrl.$valid),this.addOnBlur&&!this.requireMatch&&e&&t&&!n},e.prototype.hasFocus=function(){return this.inputHasFocus||0<=this.selectedChip},e.prototype.contentIdFor=function(e){return this.contentIds[e]}}(),function(){o.$inject=["$mdTheming","$mdUtil","$compile","$log","$timeout","$$mdSvgRegistry"],be.module("material.components.chips").directive("mdChips",o);var e=' <md-chips-wrap id="{{$mdChipsCtrl.wrapperId}}" tabindex="{{$mdChipsCtrl.readonly ? 0 : -1}}" ng-keydown="$mdChipsCtrl.chipKeydown($event)" ng-class="{ \'md-focused\': $mdChipsCtrl.hasFocus(), \'md-readonly\': !$mdChipsCtrl.ngModelCtrl || $mdChipsCtrl.readonly, \'md-removable\': $mdChipsCtrl.isRemovable() }" class="md-chips"> <md-chip ng-repeat="$chip in $mdChipsCtrl.items" index="{{$index}}" ng-class="{\'md-focused\': $mdChipsCtrl.selectedChip == $index, \'md-readonly\': !$mdChipsCtrl.ngModelCtrl || $mdChipsCtrl.readonly}"> <div class="md-chip-content" tabindex="{{$mdChipsCtrl.ariaTabIndex === $index ? 0 : -1}}" id="{{$mdChipsCtrl.contentIdFor($index)}}" role="option" aria-selected="{{$mdChipsCtrl.selectedChip === $index}}" aria-setsize="{{$mdChipsCtrl.items.length}}" aria-posinset="{{$index+1}}" ng-click="!$mdChipsCtrl.readonly && $mdChipsCtrl.focusChip($index)" aria-label="{{$mdChipsCtrl._isChipObject($chip) ? \'\' : $chip + \'. \'}}{{$mdChipsCtrl.isRemovable() ? \'\' + $mdChipsCtrl.deleteHint : \'\'}}" ng-focus="!$mdChipsCtrl.readonly && $mdChipsCtrl.selectChip($index)" md-chip-transclude="$mdChipsCtrl.chipContentsTemplate"></div> <div ng-if="$mdChipsCtrl.isRemovable()" class="md-chip-remove-container" tabindex="-1" md-chip-transclude="$mdChipsCtrl.chipRemoveTemplate"></div> </md-chip> <div class="md-chip-input-container" ng-if="!$mdChipsCtrl.readonly && $mdChipsCtrl.ngModelCtrl"> <div md-chip-transclude="$mdChipsCtrl.chipInputTemplate"></div> </div> </md-chips-wrap>',t=' <input class="md-input{{ $mdChipsCtrl.inputClass ? \' \' + $mdChipsCtrl.inputClass: \'\'}}" tabindex="0" aria-label="{{$mdChipsCtrl.inputAriaLabel}}" placeholder="{{$mdChipsCtrl.getPlaceholder()}}" ng-model="$mdChipsCtrl.chipBuffer" ng-focus="$mdChipsCtrl.onInputFocus()" ng-blur="$mdChipsCtrl.onInputBlur()" ng-keydown="$mdChipsCtrl.inputKeydown($event)">',n=" <span>{{$chip}}</span>",r=' <button class="md-chip-remove" ng-if="$mdChipsCtrl.isRemovable()" ng-click="$mdChipsCtrl.removeChipAndFocusInput($$replacedScope.$index, $event)" type="button" tabindex="-1" aria-label="{{$mdChipsCtrl.deleteButtonLabel}}{{$mdChipsCtrl._isChipObject($chip) ? \'\' : \' \' + $chip}}"> <md-icon md-svg-src="{{$mdChipsCtrl.mdCloseIcon}}" aria-hidden="true"></md-icon> </button>';function o(u,p,h,o,f,b){var g={chips:p.processTemplate(e),input:p.processTemplate(t),default:p.processTemplate(n),remove:p.processTemplate(r)};return{template:function(e,t){return t.$mdUserTemplate=e.clone(),g.chips},require:["mdChips"],restrict:"E",controller:"MdChipsCtrl",controllerAs:"$mdChipsCtrl",bindToController:!0,compile:function(e,a){var n=a.$mdUserTemplate;a.$mdUserTemplate=null;var d=t("md-chips>md-chip-template"),s=t(p.prefixer().buildList("md-chip-remove").map(function(e){return"md-chips>*["+e+"]"}).join(","))||g.remove,l=d||g.default,c=t("md-chips>md-autocomplete")||t("md-chips>input")||g.input,m=n.find("md-chip");n[0].querySelector("md-chip-template>*[md-chip-remove]")&&o.warn("invalid placement of md-chip-remove within md-chip-template.");function t(e){if(a.ngModel){var t=n[0].querySelector(e);return t&&t.outerHTML}}return function(e,t,n,o){p.initOptionalProperties(e,a),u(t);var r=o[0];if(d&&(r.enableChipEdit=!1),r.chipContentsTemplate=l,r.chipRemoveTemplate=s,r.chipInputTemplate=c,r.mdCloseIcon=b.mdCancel,t.attr({tabindex:-1}).on("focus",function(){r.onFocus()}).on("click",function(){r.readonly||-1!==r.selectedChip||r.onFocus()}),a.ngModel&&(r.configureNgModel(t.controller("ngModel")),n.mdTransformChip&&r.useTransformChipExpression(),n.mdOnAdd&&r.useOnAddExpression(),n.mdOnRemove&&r.useOnRemoveExpression(),n.mdOnSelect&&r.useOnSelectExpression(),c!==g.input&&e.$watch("$mdChipsCtrl.readonly",function(e){e||p.nextTick(function(){if(0===c.indexOf("<md-autocomplete")){var e=t.find("md-autocomplete");r.configureAutocomplete(e.controller("mdAutocomplete"))}r.configureUserInput(t.find("input"))})}),p.nextTick(function(){var e=t.find("input");e&&(r.configureInput(e),e.toggleClass("md-input",!0))})),0<m.length){var i=h(m.clone())(e.$parent);f(function(){t.find("md-chips-wrap").prepend(i)})}}},scope:{readonly:"=?readonly",removable:"=?mdRemovable",placeholder:"@?",secondaryPlaceholder:"@?",maxChips:"@?mdMaxChips",transformChip:"&mdTransformChip",onAdd:"&?mdOnAdd",onRemove:"&?mdOnRemove",addedMessage:"@?mdAddedMessage",removedMessage:"@?mdRemovedMessage",onSelect:"&?mdOnSelect",inputClass:"@?mdInputClass",inputAriaDescribedBy:"@?inputAriaDescribedby",inputAriaLabelledBy:"@?inputAriaLabelledby",inputAriaLabel:"@?",containerHint:"@?",containerEmptyHint:"@?",deleteHint:"@?",deleteButtonLabel:"@?",separatorKeys:"=?mdSeparatorKeys",requireMatch:"=?mdRequireMatch",chipAppendDelayString:"@?mdChipAppendDelay",ngChange:"&?"}}}}(),me.$inject=["$attrs","$element","$timeout"],be.module("material.components.chips").controller("MdContactChipsCtrl",me),me.prototype.init=function(){var e=this,t=this.deRegister,n=this.$element;this.$timeout(function(){t.push(n.find("md-chips").controller("mdChips").$scope.$watchCollection("$mdChipsCtrl.items",function(){e.setupChipsAria(),e.setupAutocompleteAria()}))})},me.prototype.setupChipsAria=function(){var e=this.$element.find("md-chips"),t=e.controller("mdChips");this.removedMessage&&(t.removedMessage=this.removedMessage),this.containerHint&&(t.containerHint=this.containerHint),this.containerEmptyHint&&(e.attr("container-empty-hint",this.containerEmptyHint),t.containerEmptyHint=this.containerEmptyHint),this.deleteHint&&(t.deleteHint=this.deleteHint),this.inputAriaLabel&&(t.inputAriaLabel=this.inputAriaLabel),this.inputClass&&(t.inputClass=this.inputClass)},me.prototype.setupAutocompleteAria=function(){var e=this.$element.find("md-chips-wrap").find("md-autocomplete").find("input");this.inputAriaDescribedBy&&e.attr("aria-describedby",this.inputAriaDescribedBy),this.inputAriaLabelledBy&&(e.removeAttr("aria-label"),e.attr("aria-labelledby",this.inputAriaLabelledBy))},me.prototype.queryContact=function(e){return this.contactQuery({$query:e})},me.prototype.inputKeydown=function(e){if(this.separatorKeys&&!(this.separatorKeys.indexOf(e.keyCode)<0)){e.stopPropagation(),e.preventDefault();var t=be.element(e.target).controller("mdAutocomplete");t.select(t.index)}},me.prototype.itemName=function(e){return e[this.contactName]},me.prototype.$onDestroy=function(){for(var e;e=this.deRegister.pop();)e.call(this)},function(){e.$inject=["$mdTheming","$mdUtil"],be.module("material.components.chips").directive("mdContactChips",e);var n=' <md-chips class="md-contact-chips" ng-model="$mdContactChipsCtrl.contacts" ng-change="$mdContactChipsCtrl.ngChange($mdContactChipsCtrl.contacts)" md-require-match="$mdContactChipsCtrl.requireMatch" md-max-chips="{{$mdContactChipsCtrl.maxChips}}" md-chip-append-delay="{{$mdContactChipsCtrl.chipAppendDelay}}" md-separator-keys="$mdContactChipsCtrl.separatorKeys" md-autocomplete-snap> <md-autocomplete md-menu-class="md-contact-chips-suggestions" md-selected-item="$mdContactChipsCtrl.selectedItem" md-search-text="$mdContactChipsCtrl.searchText" md-items="item in $mdContactChipsCtrl.queryContact($mdContactChipsCtrl.searchText)" md-item-text="$mdContactChipsCtrl.itemName(item)" md-no-cache="true" md-min-length="$mdContactChipsCtrl.minLength" md-autoselect ng-attr-md-input-class="{{$mdContactChipsCtrl.inputClass}}" ng-keydown="$mdContactChipsCtrl.inputKeydown($event)" placeholder="{{$mdContactChipsCtrl.contacts.length === 0 ? $mdContactChipsCtrl.placeholder : $mdContactChipsCtrl.secondaryPlaceholder}}"> <div class="md-contact-suggestion"> <img ng-src="{{item[$mdContactChipsCtrl.contactImage]}}" alt="{{item[$mdContactChipsCtrl.contactName]}}" ng-if="item[$mdContactChipsCtrl.contactImage]" /> <span class="md-contact-name" md-highlight-text="$mdContactChipsCtrl.searchText" md-highlight-flags="{{$mdContactChipsCtrl.highlightFlags}}"> {{item[$mdContactChipsCtrl.contactName]}} </span> <span class="md-contact-email" >{{item[$mdContactChipsCtrl.contactEmail]}}</span> </div> </md-autocomplete> <md-chip-template> <div class="md-contact-avatar"> <img ng-src="{{$chip[$mdContactChipsCtrl.contactImage]}}" alt="{{$chip[$mdContactChipsCtrl.contactName]}}" ng-if="$chip[$mdContactChipsCtrl.contactImage]" /> </div> <div class="md-contact-name"> {{$chip[$mdContactChipsCtrl.contactName]}} </div> </md-chip-template> </md-chips>';function e(a,d){return{template:function(e,t){return n},restrict:"E",controller:"MdContactChipsCtrl",controllerAs:"$mdContactChipsCtrl",bindToController:!0,compile:function(e,i){return function(e,t,n,o){var r=o;d.initOptionalProperties(e,i),a(t),t.attr("tabindex","-1"),n.$observe("mdChipAppendDelay",function(e){r.chipAppendDelay=e})}},scope:{contactQuery:"&mdContacts",placeholder:"@?",secondaryPlaceholder:"@?",contactName:"@mdContactName",contactImage:"@mdContactImage",contactEmail:"@mdContactEmail",contacts:"=ngModel",ngChange:"&?",requireMatch:"=?mdRequireMatch",minLength:"=?mdMinLength",maxChips:"=?mdMaxChips",highlightFlags:"@?mdHighlightFlags",chipAppendDelay:"@?mdChipAppendDelay",separatorKeys:"=?mdSeparatorKeys",removedMessage:"@?mdRemovedMessage",inputClass:"@?mdInputClass",inputAriaDescribedBy:"@?inputAriaDescribedby",inputAriaLabelledBy:"@?inputAriaLabelledby",inputAriaLabel:"@?",containerHint:"@?",containerEmptyHint:"@?",deleteHint:"@?"}}}}(),function(){t.$inject=["$mdColors","$mdUtil","$log","$parse"],e.$inject=["$mdTheming","$mdUtil","$log"];var a=/^{((\s|,)*?["'a-zA-Z-]+?\s*?:\s*?(['"])[a-zA-Z0-9-.]*(['"]))+\s*}$/,l=null;function e(i,a,n){return l=l||Object.keys(i.PALETTES),{applyThemeColors:function(e,t){try{t&&e.css(function(e){var r={},i=e.hasOwnProperty("color");return be.forEach(e,function(e,t){var n=s(e),o=-1<t.indexOf("background");r[t]=d(n),o&&!i&&(r.color=d(n,!0))}),r}(t))}catch(e){n.error(e.message)}},getThemeColor:function(e){return d(s(e))},hasTheme:function(e){return be.isDefined(i.THEMES[e.split("-")[0]])}};function d(e,t){t=t||!1;var n=i.PALETTES[e.palette][e.hue];return n=t?n.contrast:n.value,a.supplant("rgba({0}, {1}, {2}, {3})",[n[0],n[1],n[2],n[3]||e.opacity])}function s(e){var t=e.split("-"),n=be.isDefined(i.THEMES[t[0]])?t.splice(0,1)[0]:i.defaultTheme();return{theme:n,palette:function(e,t){var n=1<e.length&&-1!==l.indexOf(e[1]),o=e[0].replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase();if(n&&(o=e[0]+"-"+e.splice(1,1)),-1===l.indexOf(o)){var r=i.THEMES[t].colors[o];if(!r)throw new Error(a.supplant("mdColors: couldn't find '{palette}' in the palettes.",{palette:o}));o=r.name}return o}(t,n),hue:function(e,t){var n=i.THEMES[t].colors;if("hue"!==e[1])return e[1]||n[e[0]in n?e[0]:"primary"].hues.default;var o=parseInt(e.splice(2,1)[0],10);if(o<1||3<o)throw new Error(a.supplant("mdColors: 'hue-{hueNumber}' is not a valid hue, can be only 'hue-1', 'hue-2' and 'hue-3'",{hueNumber:o}));if(e[1]="hue-"+o,e[0]in n)return n[e[0]].hues[e[1]];throw new Error(a.supplant("mdColors: 'hue-x' can only be used with [{availableThemes}], but was used with '{usedTheme}'",{availableThemes:Object.keys(n).join(", "),usedTheme:e[0]}))}(t,n),opacity:t[2]||1}}}function t(c,i,m,u){return{restrict:"A",require:["^?mdTheme"],compile:function(e,r){var l=function(){var e=r.mdColors,t=-1<e.indexOf("::"),n=t||a.test(r.mdColors);r.mdColors=e.replace("::","");var o=be.isDefined(r.mdColorsWatch);return!t&&!n&&(!o||i.parseAttributeBoolean(r.mdColorsWatch))}();return function(e,n,t,o){function r(n){"string"!=typeof n&&(n=""),t.mdColors||(t.mdColors="{}");var o=u(t.mdColors)(e);return i&&Object.keys(o).forEach(function(e){var t=o[e];c.hasTheme(t)||(o[e]=(n||i.$mdTheme)+"-"+t)}),d(o),o}var i=o[0],a={},d=function(e){if(!be.equals(e,a)){var t=Object.keys(a);a.background&&!t.color&&t.push("color"),t.forEach(function(e){n.css(e,"")})}a=e},s=be.noop;i&&(s=i.registerChanges(function(e){c.applyThemeColors(n,r(e))})),e.$on("$destroy",function(){s()});try{l?e.$watch(r,be.bind(this,c.applyThemeColors,n),!0):c.applyThemeColors(n,r())}catch(e){m.error(e.message)}}}}}be.module("material.components.colors",["material.core"]).directive("mdColors",t).service("$mdColors",e)}(),ue.$inject=["$mdTheming"],be.module("material.components.content",["material.core"]).directive("mdContent",ue),be.module("material.components.datepicker",["material.core","material.components.icon","material.components.virtualRepeat"]),function(){function e(i){return{template:function(e,t){return'<div ng-switch="calendarCtrl.currentView" '+(t.hasOwnProperty("ngIf")?"":'ng-if="calendarCtrl.isInitialized"')+'><md-calendar-year ng-switch-when="year"></md-calendar-year><md-calendar-month ng-switch-default></md-calendar-month></div>'},scope:{minDate:"=mdMinDate",maxDate:"=mdMaxDate",dateFilter:"=mdDateFilter",monthFilter:"=mdMonthFilter",_mode:"@mdMode",_currentView:"@mdCurrentView"},require:["ngModel","mdCalendar"],controller:n,controllerAs:"calendarCtrl",bindToController:!0,link:function(e,t,n,o){var r=o[0];o[1].configureNgModel(r,i)}}}n.$inject=["$element","$scope","$$mdDateUtil","$mdUtil","$mdConstant","$mdTheming","$$rAF","$attrs","$mdDateLocale","$filter","$document"],e.$inject=["inputDirective"],be.module("material.components.datepicker").directive("mdCalendar",e);var p=0,t={day:"month",month:"year"};function n(e,t,n,o,r,i,a,d,s,l,c){i(e),this.$element=e,this.$scope=t,this.$attrs=d,this.dateUtil=n,this.$mdUtil=o,this.keyCode=r.KEY_CODE,this.$$rAF=a,this.$mdDateLocale=s,this.ngDateFilter=l("date"),this.today=this.dateUtil.createDateAtMidnight(),this.ngModelCtrl=ge,this.SELECTED_DATE_CLASS="md-calendar-selected-date",this.TODAY_CLASS="md-calendar-date-today",this.FOCUSED_DATE_CLASS="md-focus",this.id=p++,this.displayDate=null,this.mode=null,this.selectedDate=null,this.firstRenderableDate=null,this.lastRenderableDate=null,this.isInitialized=!1,this.width=0,this.scrollbarWidth=0,this.standaloneMode=!1,d.tabindex||e.attr("tabindex","-1");var m,u=be.bind(this,this.handleKeyEvent);(m=e.parent().hasClass("md-datepicker-calendar")?be.element(c[0].body):(this.standaloneMode=!0,e)).on("keydown",u),t.$on("$destroy",function(){m.off("keydown",u)}),1===be.version.major&&be.version.minor<=4&&this.$onInit()}n.prototype.$onInit=function(){this._mode&&t.hasOwnProperty(this._mode)?(this.currentView=t[this._mode],this.mode=this._mode):(this.currentView=this._currentView||"month",this.mode=null),this.minDate&&this.minDate>this.$mdDateLocale.firstRenderableDate?this.firstRenderableDate=this.minDate:this.firstRenderableDate=this.$mdDateLocale.firstRenderableDate,this.maxDate&&this.maxDate<this.$mdDateLocale.lastRenderableDate?this.lastRenderableDate=this.maxDate:this.lastRenderableDate=this.$mdDateLocale.lastRenderableDate},n.prototype.configureNgModel=function(e,t){var n=this;n.ngModelCtrl=e,this.$attrs.$set("type","date"),t[0].link.pre(this.$scope,{on:be.noop,val:be.noop,0:{}},this.$attrs,[e]),e.$render=function(){var e,t=this.$viewValue;n.dateUtil.isValidDate(t)||(e=n.dateUtil.removeLocalTzAndReparseDate(new Date(t)),n.dateUtil.isValidDate(e)&&(t=e)),n.$scope.$broadcast("md-calendar-parent-changed",t),n.selectedDate||(n.selectedDate=t),n.displayDate||(n.displayDate=n.selectedDate||n.today)},n.$mdUtil.nextTick(function(){n.isInitialized=!0})},n.prototype.setNgModelValue=function(e){var t=this.$mdUtil.getModelOption(this.ngModelCtrl,"timezone"),n=this.dateUtil.createDateAtMidnight(e);return this.focusDate(n),this.$scope.$emit("md-calendar-change",n),null==t||n.getTimezoneOffset()<0?this.ngModelCtrl.$setViewValue(this.ngDateFilter(n,"yyyy-MM-dd"),"default"):this.ngModelCtrl.$setViewValue(this.ngDateFilter(n,"yyyy-MM-dd",t),"default"),this.ngModelCtrl.$render(),n},n.prototype.setCurrentView=function(e,t){var n=this;n.$mdUtil.nextTick(function(){n.currentView=e,t&&(n.displayDate=be.isDate(t)?t:new Date(t))})},n.prototype.focusDate=function(e){if(this.dateUtil.isValidDate(e)){var t=this.$element[0].querySelector("."+this.FOCUSED_DATE_CLASS);t&&t.classList.remove(this.FOCUSED_DATE_CLASS);var n=this.getDateId(e,this.currentView),o=document.getElementById(n);o&&(o.classList.add(this.FOCUSED_DATE_CLASS),o.focus(),this.displayDate=e)}else{var r=this.$element[0].querySelector("[ng-switch]");r&&r.focus()}},n.prototype.changeSelectedDate=function(e){var t=this.SELECTED_DATE_CLASS,n=this.$element[0].querySelector("."+t);if(n&&(n.classList.remove(t),n.setAttribute("aria-selected","false")),e){var o=document.getElementById(this.getDateId(e,this.currentView));o&&(o.classList.add(t),o.setAttribute("aria-selected","true"))}this.selectedDate=e},n.prototype.getActionFromKeyEvent=function(e){var t=this.keyCode;switch(e.which){case t.ENTER:return"select";case t.RIGHT_ARROW:return"move-right";case t.LEFT_ARROW:return"move-left";case t.DOWN_ARROW:return e.metaKey?"move-page-down":"move-row-down";case t.UP_ARROW:return e.metaKey?"move-page-up":"move-row-up";case t.PAGE_DOWN:return"move-page-down";case t.PAGE_UP:return"move-page-up";case t.HOME:return"start";case t.END:return"end";default:return null}},n.prototype.handleKeyEvent=function(t){var n=this;this.$scope.$apply(function(){if(t.which===n.keyCode.ESCAPE||t.which===n.keyCode.TAB&&!n.standaloneMode)return n.$scope.$emit("md-calendar-close"),void(t.which===n.keyCode.TAB&&t.preventDefault());if(t.which!==n.keyCode.TAB||!n.standaloneMode){var e=n.getActionFromKeyEvent(t);e&&(t.preventDefault(),t.stopPropagation(),n.$scope.$broadcast("md-calendar-parent-action",e))}})},n.prototype.hideVerticalScrollbar=function(o){var r=this,t=o.$element[0],i=t.querySelector(".md-calendar-scroll-mask");function n(){var e=r.width||340,t=r.scrollbarWidth,n=o.calendarScroller;i.style.width=e+"px",n.style.width=e+t+"px",n.style.paddingRight=t+"px"}0<r.width?n():r.$$rAF(function(){var e=o.calendarScroller;r.scrollbarWidth=e.offsetWidth-e.clientWidth,r.width=t.querySelector("table").offsetWidth,n()})},n.prototype.getDateId=function(e,t){if(!t)throw new Error("A namespace for the date id has to be specified.");return["md",this.id,t,e.getFullYear(),e.getMonth(),e.getDate()].join("-")},n.prototype.updateVirtualRepeat=function(){var e=this.$scope,t=e.$on("$md-resize-enable",function(){e.$$phase||e.$apply(),t()})}}(),function(){t.$inject=["$element","$scope","$animate","$q","$$mdDateUtil","$mdDateLocale"],be.module("material.components.datepicker").directive("mdCalendarMonth",function(){return{template:'<table aria-hidden="true" class="md-calendar-day-header"><thead></thead></table><div class="md-calendar-scroll-mask"><md-virtual-repeat-container class="md-calendar-scroll-container" md-offset-size="'+(e-n)+'"><table role="grid" tabindex="0" class="md-calendar" aria-readonly="true"><tbody md-calendar-month-body role="rowgroup" md-virtual-repeat="i in monthCtrl.items" md-month-offset="$index" class="md-calendar-month" md-start-index="monthCtrl.getSelectedMonthIndex()" md-item-size="'+n+'"><tr aria-hidden="true" md-force-height="\''+n+"px'\"></tr></tbody></table></md-virtual-repeat-container></div>",require:["^^mdCalendar","mdCalendarMonth"],controller:t,controllerAs:"monthCtrl",bindToController:!0,link:function(e,t,n,o){var r=o[0];o[1].initialize(r)}}});var n=265,e=45;function t(e,t,n,o,r,i){this.$element=e,this.$scope=t,this.$animate=n,this.$q=o,this.dateUtil=r,this.dateLocale=i,this.calendarScroller=e[0].querySelector(".md-virtual-repeat-scroller"),this.isInitialized=!1,this.isMonthTransitionInProgress=!1;var a=this;this.cellClickHandler=function(){var e=r.getTimestampFromNode(this);a.$scope.$apply(function(){a.calendarCtrl.setNgModelValue(new Date(e))})},this.headerClickHandler=function(){a.calendarCtrl.setCurrentView("year",r.getTimestampFromNode(this))}}t.prototype.initialize=function(e){this.items={length:this.dateUtil.getMonthDistance(e.firstRenderableDate,e.lastRenderableDate)+2},this.calendarCtrl=e,this.attachScopeListeners(),e.updateVirtualRepeat(),e.ngModelCtrl&&e.ngModelCtrl.$render()},t.prototype.getSelectedMonthIndex=function(){var e=this.calendarCtrl;return this.dateUtil.getMonthDistance(e.firstRenderableDate,e.displayDate||e.selectedDate||e.today)},t.prototype.changeDisplayDate=function(e){if(!this.isInitialized)return this.buildWeekHeader(),this.calendarCtrl.hideVerticalScrollbar(this),this.isInitialized=!0,this.$q.when();if(!this.dateUtil.isValidDate(e)||this.isMonthTransitionInProgress)return this.$q.when();this.isMonthTransitionInProgress=!0;var t=this.animateDateChange(e);this.calendarCtrl.displayDate=e;var n=this;return t.then(function(){n.isMonthTransitionInProgress=!1}),t},t.prototype.animateDateChange=function(e){if(this.dateUtil.isValidDate(e)){var t=this.dateUtil.getMonthDistance(this.calendarCtrl.firstRenderableDate,e);this.calendarScroller.scrollTop=t*n}return this.$q.when()},t.prototype.buildWeekHeader=function(){for(var e=this.dateLocale.firstDayOfWeek,t=this.dateLocale.shortDays,n=document.createElement("tr"),o=0;o<7;o++){var r=document.createElement("th");r.textContent=t[(o+e)%7],n.appendChild(r)}this.$element.find("thead").append(n)},t.prototype.attachScopeListeners=function(){var n=this;n.$scope.$on("md-calendar-parent-changed",function(e,t){n.calendarCtrl.changeSelectedDate(t),n.changeDisplayDate(t)}),n.$scope.$on("md-calendar-parent-action",be.bind(this,this.handleKeyEvent))},t.prototype.handleKeyEvent=function(e,t){var n=this.calendarCtrl,o=n.displayDate;if("select"===t)n.setNgModelValue(o);else{var r=null,i=this.dateUtil;switch(t){case"move-right":r=i.incrementDays(o,1);break;case"move-left":r=i.incrementDays(o,-1);break;case"move-page-down":r=i.incrementMonths(o,1);break;case"move-page-up":r=i.incrementMonths(o,-1);break;case"move-row-down":r=i.incrementDays(o,7);break;case"move-row-up":r=i.incrementDays(o,-7);break;case"start":r=i.getFirstDateOfMonth(o);break;case"end":r=i.getLastDateOfMonth(o)}r&&(r=this.dateUtil.clampDate(r,n.minDate,n.maxDate),this.changeDisplayDate(r).then(function(){n.focusDate(r)}))}}}(),pe.$inject=["$compile","$$mdSvgRegistry"],he.$inject=["$element","$$mdDateUtil","$mdDateLocale"],be.module("material.components.datepicker").directive("mdCalendarMonthBody",pe),he.prototype.generateContent=function(){var e=this.dateUtil.incrementMonths(this.calendarCtrl.firstRenderableDate,this.offset);this.$element.empty().append(this.buildCalendarForMonth(e)),this.focusAfterAppend&&(this.focusAfterAppend.classList.add(this.calendarCtrl.FOCUSED_DATE_CLASS),this.focusAfterAppend=null)},he.prototype.buildDateCell=function(e){var t=this.monthCtrl,n=this.calendarCtrl,o=document.createElement("td");if(o.tabIndex=-1,o.classList.add("md-calendar-date"),o.setAttribute("role","gridcell"),e){o.setAttribute("tabindex","-1"),o.setAttribute("aria-label",this.dateLocale.longDateFormatter(e)),o.id=n.getDateId(e,"month"),o.setAttribute("data-timestamp",e.getTime()),this.dateUtil.isSameDay(e,n.today)&&o.classList.add(n.TODAY_CLASS),this.dateUtil.isValidDate(n.selectedDate)&&this.dateUtil.isSameDay(e,n.selectedDate)&&(o.classList.add(n.SELECTED_DATE_CLASS),o.setAttribute("aria-selected","true"));var r=this.dateLocale.dates[e.getDate()];if(this.isDateEnabled(e)){var i=document.createElement("span");i.classList.add("md-calendar-date-selection-indicator"),i.textContent=r,o.appendChild(i),o.addEventListener("click",t.cellClickHandler),n.displayDate&&this.dateUtil.isSameDay(e,n.displayDate)&&(this.focusAfterAppend=o)}else o.classList.add("md-calendar-date-disabled"),o.textContent=r}return o},he.prototype.isDateEnabled=function(e){return this.dateUtil.isDateWithinRange(e,this.calendarCtrl.minDate,this.calendarCtrl.maxDate)&&(!be.isFunction(this.calendarCtrl.dateFilter)||this.calendarCtrl.dateFilter(e))},he.prototype.buildDateRow=function(e){var t=document.createElement("tr");return t.setAttribute("role","row"),t.setAttribute("aria-label",this.dateLocale.weekNumberFormatter(e)),t},he.prototype.buildCalendarForMonth=function(e){var t=this.dateUtil.isValidDate(e)?e:new Date,n=this.dateUtil.getFirstDateOfMonth(t),o=this.getLocaleDay_(n),r=this.dateUtil.getNumberOfDaysInMonth(t),i=document.createDocumentFragment(),a=1,d=this.buildDateRow(a);i.appendChild(d);var s=this.offset===this.monthCtrl.items.length-1,l=0,c=document.createElement("td"),m=document.createElement("span"),u=this.calendarCtrl;if(m.textContent=this.dateLocale.monthHeaderFormatter(t),c.appendChild(m),c.classList.add("md-calendar-month-label"),u.maxDate&&n>u.maxDate?c.classList.add("md-calendar-month-label-disabled"):u.mode||(c.addEventListener("click",this.monthCtrl.headerClickHandler),c.setAttribute("data-timestamp",n.getTime()),c.setAttribute("aria-label",this.dateLocale.monthFormatter(t)),c.classList.add("md-calendar-label-clickable"),c.appendChild(this.arrowIcon.cloneNode(!0))),o<=2){c.setAttribute("colspan","7");var p=this.buildDateRow();if(p.appendChild(c),i.insertBefore(p,d),s)return i}else l=3,c.setAttribute("colspan","3"),d.appendChild(c);for(var h=l;h<o;h++)d.appendChild(this.buildDateCell());for(var f=o,b=n,g=1;g<=r;g++){if(7===f){if(s)return i;f=0,a++,d=this.buildDateRow(a),i.appendChild(d)}b.setDate(g);var E=this.buildDateCell(b);d.appendChild(E),f++}for(;d.childNodes.length<7;)d.appendChild(this.buildDateCell());for(;i.childNodes.length<6;){for(var v=this.buildDateRow(),$=0;$<7;$++)v.appendChild(this.buildDateCell());i.appendChild(v)}return i},he.prototype.getLocaleDay_=function(e){return(e.getDay()+(7-this.dateLocale.firstDayOfWeek))%7},function(){e.$inject=["$element","$scope","$animate","$q","$$mdDateUtil","$mdUtil"],be.module("material.components.datepicker").directive("mdCalendarYear",function(){return{template:'<div class="md-calendar-scroll-mask"><md-virtual-repeat-container class="md-calendar-scroll-container"><table role="grid" tabindex="0" class="md-calendar" aria-readonly="true"><tbody md-calendar-year-body role="rowgroup" md-virtual-repeat="i in yearCtrl.items" md-year-offset="$index" class="md-calendar-year" md-start-index="yearCtrl.getFocusedYearIndex()" md-item-size="'+n+'"><tr aria-hidden="true" md-force-height="\''+n+"px'\"></tr></tbody></table></md-virtual-repeat-container></div>",require:["^^mdCalendar","mdCalendarYear"],controller:e,controllerAs:"yearCtrl",bindToController:!0,link:function(e,t,n,o){var r=o[0];o[1].initialize(r)}}});var n=88;function e(e,t,n,o,r,i){this.$element=e,this.$scope=t,this.$animate=n,this.$q=o,this.dateUtil=r,this.calendarScroller=e[0].querySelector(".md-virtual-repeat-scroller"),this.isInitialized=!1,this.isMonthTransitionInProgress=!1,this.$mdUtil=i;var a=this;this.cellClickHandler=function(){a.onTimestampSelected(r.getTimestampFromNode(this))}}e.prototype.initialize=function(e){this.items={length:this.dateUtil.getYearDistance(e.firstRenderableDate,e.lastRenderableDate)+1},this.calendarCtrl=e,this.attachScopeListeners(),e.updateVirtualRepeat(),e.ngModelCtrl&&e.ngModelCtrl.$render()},e.prototype.getFocusedYearIndex=function(){var e=this.calendarCtrl;return this.dateUtil.getYearDistance(e.firstRenderableDate,e.displayDate||e.selectedDate||e.today)},e.prototype.changeDate=function(e){if(!this.isInitialized)return this.calendarCtrl.hideVerticalScrollbar(this),this.isInitialized=!0,this.$q.when();if(this.dateUtil.isValidDate(e)&&!this.isMonthTransitionInProgress){var t=this,n=this.animateDateChange(e);return t.isMonthTransitionInProgress=!0,t.calendarCtrl.displayDate=e,n.then(function(){t.isMonthTransitionInProgress=!1})}},e.prototype.animateDateChange=function(e){if(this.dateUtil.isValidDate(e)){var t=this.dateUtil.getYearDistance(this.calendarCtrl.firstRenderableDate,e);this.calendarScroller.scrollTop=t*n}return this.$q.when()},e.prototype.handleKeyEvent=function(e,t){var n=this,o=n.calendarCtrl,r=o.displayDate;if("select"===t)n.changeDate(r).then(function(){n.onTimestampSelected(r)});else{var i=null,a=n.dateUtil;switch(t){case"move-right":i=a.incrementMonths(r,1);break;case"move-left":i=a.incrementMonths(r,-1);break;case"move-row-down":i=a.incrementMonths(r,6);break;case"move-row-up":i=a.incrementMonths(r,-6)}if(i){var d=o.minDate?a.getFirstDateOfMonth(o.minDate):null,s=o.maxDate?a.getFirstDateOfMonth(o.maxDate):null;i=a.getFirstDateOfMonth(n.dateUtil.clampDate(i,d,s)),n.changeDate(i).then(function(){o.focusDate(i)})}}},e.prototype.attachScopeListeners=function(){var n=this;n.$scope.$on("md-calendar-parent-changed",function(e,t){n.calendarCtrl.changeSelectedDate(t?n.dateUtil.getFirstDateOfMonth(t):t),n.changeDate(t)}),n.$scope.$on("md-calendar-parent-action",be.bind(n,n.handleKeyEvent))},e.prototype.onTimestampSelected=function(e){var t=this.calendarCtrl;t.mode?this.$mdUtil.nextTick(function(){t.setNgModelValue(new Date(e))}):t.setCurrentView("month",e)}}(),fe.$inject=["$element","$$mdDateUtil","$mdDateLocale"],be.module("material.components.datepicker").directive("mdCalendarYearBody",function(){return{require:["^^mdCalendar","^^mdCalendarYear","mdCalendarYearBody"],scope:{offset:"=mdYearOffset"},controller:fe,controllerAs:"mdYearBodyCtrl",bindToController:!0,link:function(e,t,n,o){var r=o[0],i=o[1],a=o[2];a.calendarCtrl=r,a.yearCtrl=i,e.$watch(function(){return a.offset},function(e){be.isNumber(e)&&a.generateContent()})}}}),fe.prototype.generateContent=function(){var e=this.dateUtil.incrementYears(this.calendarCtrl.firstRenderableDate,this.offset);this.$element.empty().append(this.buildCalendarForYear(e)),this.focusAfterAppend&&(this.focusAfterAppend.classList.add(this.calendarCtrl.FOCUSED_DATE_CLASS),this.focusAfterAppend=null)},fe.prototype.buildMonthCell=function(e,t){var n=this.calendarCtrl,o=this.yearCtrl,r=this.buildBlankCell(),i=new Date(e,t,1);r.setAttribute("aria-label",this.dateLocale.monthFormatter(i)),r.id=n.getDateId(i,"year"),r.setAttribute("data-timestamp",String(i.getTime())),this.dateUtil.isSameMonthAndYear(i,n.today)&&r.classList.add(n.TODAY_CLASS),this.dateUtil.isValidDate(n.selectedDate)&&this.dateUtil.isSameMonthAndYear(i,n.selectedDate)&&(r.classList.add(n.SELECTED_DATE_CLASS),r.setAttribute("aria-selected","true"));var a=this.dateLocale.shortMonths[t];if(!this.dateUtil.isMonthWithinRange(i,n.minDate,n.maxDate)||be.isFunction(n.monthFilter)&&!n.monthFilter(i))r.classList.add("md-calendar-date-disabled"),r.textContent=a;else{var d=document.createElement("span");d.classList.add("md-calendar-date-selection-indicator"),d.textContent=a,r.appendChild(d),r.addEventListener("click",o.cellClickHandler),n.displayDate&&this.dateUtil.isSameMonthAndYear(i,n.displayDate)&&(this.focusAfterAppend=r)}return r},fe.prototype.buildBlankCell=function(){var e=document.createElement("td");return e.tabIndex=-1,e.classList.add("md-calendar-date"),e.setAttribute("role","gridcell"),e.setAttribute("tabindex","-1"),e},fe.prototype.buildCalendarForYear=function(e){var t,n=e.getFullYear(),o=document.createDocumentFragment(),r=document.createElement("tr"),i=document.createElement("td");for(i.className="md-calendar-month-label",i.textContent=String(n),r.appendChild(i),t=0;t<6;t++)r.appendChild(this.buildMonthCell(n,t));o.appendChild(r);var a=document.createElement("tr");for(a.appendChild(this.buildBlankCell()),t=6;t<12;t++)a.appendChild(this.buildMonthCell(n,t));return o.appendChild(a),o},be.module("material.components.datepicker").config(["$provide",function(e){function t(){this.months=null,this.shortMonths=null,this.days=null,this.shortDays=null,this.dates=null,this.firstDayOfWeek=0,this.formatDate=null,this.parseDate=null,this.monthHeaderFormatter=null,this.weekNumberFormatter=null,this.longDateFormatter=null,this.isDateComplete=null,this.msgCalendar="",this.msgOpenCalendar=""}(t.prototype.$get=function(e,r){for(var t=e.DATETIME_FORMATS.SHORTDAY.map(function(e){return e.substring(0,1)}),n=Array(32),o=1;o<=31;o++)n[o]=o;var i=new Date(1880,0,1),a=new Date(i.getFullYear()+250,0,1),d={months:this.months||e.DATETIME_FORMATS.MONTH,shortMonths:this.shortMonths||e.DATETIME_FORMATS.SHORTMONTH,days:this.days||e.DATETIME_FORMATS.DAY,shortDays:this.shortDays||t,dates:this.dates||n,firstDayOfWeek:this.firstDayOfWeek||0,formatDate:this.formatDate||function(e,t){if(!e)return"";var n=e.toLocaleTimeString(),o=e;return 0!==e.getHours()||-1===n.indexOf("11:")&&-1===n.indexOf("23:")||(o=new Date(e.getFullYear(),e.getMonth(),e.getDate(),1,0,0)),r("date")(o,"M/d/yyyy",t)},parseDate:this.parseDate||function(e){return new Date(e)},isDateComplete:this.isDateComplete||function(e){return e=e.trim(),/^(([a-zA-Z]{3,}|[0-9]{1,4})([ .,]+|[/-])){2}([a-zA-Z]{3,}|[0-9]{1,4})$/.test(e)},monthHeaderFormatter:this.monthHeaderFormatter||function(e){return d.shortMonths[e.getMonth()]+" "+e.getFullYear()},monthFormatter:this.monthFormatter||function(e){return d.months[e.getMonth()]+" "+e.getFullYear()},weekNumberFormatter:this.weekNumberFormatter||function(e){return"Week "+e},longDateFormatter:this.longDateFormatter||function(e){return[d.days[e.getDay()],d.months[e.getMonth()],d.dates[e.getDate()],e.getFullYear()].join(" ")},msgCalendar:this.msgCalendar||"Calendar",msgOpenCalendar:this.msgOpenCalendar||"Open calendar",firstRenderableDate:this.firstRenderableDate||i,lastRenderableDate:this.lastRenderableDate||a};return d}).$inject=["$locale","$filter"],e.provider("$mdDateLocale",new t)}]),be.module("material.components.datepicker").factory("$$mdDateUtil",["$mdDateLocale",function(o){return{getFirstDateOfMonth:n,getNumberOfDaysInMonth:r,getDateInNextMonth:i,getDateInPreviousMonth:a,isInNextMonth:function(e,t){return d(i(e),t)},isInPreviousMonth:function(e,t){var n=a(e);return d(t,n)},getDateMidpoint:function(e,t){return m((e.getTime()+t.getTime())/2)},isSameMonthAndYear:d,getWeekOfMonth:function(e){var t=n(e);return Math.floor((t.getDay()+e.getDate()-1)/7)},incrementDays:function(e,t){return new Date(e.getFullYear(),e.getMonth(),e.getDate()+t)},incrementMonths:s,getLastDateOfMonth:function(e){return new Date(e.getFullYear(),e.getMonth(),r(e))},isSameDay:function(e,t){return e.getDate()==t.getDate()&&d(e,t)},getMonthDistance:function(e,t){return 12*(t.getFullYear()-e.getFullYear())+(t.getMonth()-e.getMonth())},isValidDate:l,setDateTimeToMidnight:c,createDateAtMidnight:m,isDateWithinRange:function(e,t,n){var o=m(e),r=l(t)?m(t):null,i=l(n)?m(n):null;return(!r||r<=o)&&(!i||o<=i)},incrementYears:function(e,t){return s(e,12*t)},getYearDistance:function(e,t){return t.getFullYear()-e.getFullYear()},clampDate:function(e,t,n){var o=e;return t&&e<t&&(o=new Date(t.getTime())),n&&n<e&&(o=new Date(n.getTime())),o},getTimestampFromNode:function(e){if(e&&e.hasAttribute("data-timestamp"))return Number(e.getAttribute("data-timestamp"))},isMonthWithinRange:function(e,t,n){var o=e.getMonth(),r=e.getFullYear();return(!t||t.getFullYear()<r||t.getMonth()<=o)&&(!n||n.getFullYear()>r||n.getMonth()>=o)},removeLocalTzAndReparseDate:function(e){var t,n;return t=new Date(e.getTime()+6e4*e.getTimezoneOffset()),n=o.formatDate(t),o.parseDate(n)}};function n(e){return new Date(e.getFullYear(),e.getMonth(),1)}function r(e){return new Date(e.getFullYear(),e.getMonth()+1,0).getDate()}function i(e){return new Date(e.getFullYear(),e.getMonth()+1,1)}function a(e){return new Date(e.getFullYear(),e.getMonth()-1,1)}function d(e,t){return e.getFullYear()===t.getFullYear()&&e.getMonth()===t.getMonth()}function s(e,t){var n=new Date(e.getFullYear(),e.getMonth()+t,1),o=r(n);return o<e.getDate()?n.setDate(o):n.setDate(e.getDate()),n}function l(e){return e&&e.getTime&&!isNaN(e.getTime())}function c(e){l(e)&&e.setHours(0,0,0,0)}function m(e){var t;return c(t=be.isDate(e)?e:be.isNumber(e)?new Date(e):new Date),t}}]),function(){function e(l,m,u,p){return{template:function(e,t){var n=t.mdHideIcons,o=t.inputAriaDescribedby,r=t.inputAriaLabelledby,i=t.ariaLabel||t.mdPlaceholder,a=t.ngModelOptions,d="all"===n||"calendar"===n?"":'<md-button class="md-datepicker-button md-icon-button" type="button" tabindex="-1" aria-hidden="true" ng-click="ctrl.openCalendarPane($event)"><md-icon class="md-datepicker-calendar-icon" aria-label="md-calendar" md-svg-src="'+l.mdCalendar+'"></md-icon></md-button>',s="";return"all"!==n&&"triangle"!==n&&(s='<md-button type="button" md-no-ink class="md-datepicker-triangle-button md-icon-button" ng-click="ctrl.openCalendarPane($event)" aria-label="{{::ctrl.locale.msgOpenCalendar}}"><div class="md-datepicker-expand-triangle"></div></md-button>',e.addClass(c)),d+'<div class="md-datepicker-input-container" ng-class="{\'md-datepicker-focused\': ctrl.isFocused}"><input '+(i?'aria-label="'+i+'" ':"")+(o?'aria-describedby="'+o+'" ':"")+(r?'aria-labelledby="'+r+'" ':"")+'class="md-datepicker-input" aria-haspopup="dialog" ng-focus="ctrl.setFocused(true)" ng-blur="ctrl.setFocused(false)"> '+s+'</div><div class="md-datepicker-calendar-pane md-whiteframe-z1" id="{{::ctrl.calendarPaneId}}"><div class="md-datepicker-input-mask"><div class="md-datepicker-input-mask-opaque"></div></div><div class="md-datepicker-calendar"><md-calendar role="dialog" aria-label="{{::ctrl.locale.msgCalendar}}" md-current-view="{{::ctrl.currentView}}" md-mode="{{::ctrl.mode}}" md-min-date="ctrl.minDate" md-max-date="ctrl.maxDate" md-date-filter="ctrl.dateFilter" md-month-filter="ctrl.monthFilter" '+(a?'ng-model-options="'+a+'" ':"")+'ng-model="ctrl.date" ng-if="ctrl.isCalendarOpen"></md-calendar></div></div>'},require:["ngModel","mdDatepicker","?^mdInputContainer","?^form"],scope:{minDate:"=mdMinDate",maxDate:"=mdMaxDate",placeholder:"@mdPlaceholder",currentView:"@mdCurrentView",mode:"@mdMode",dateFilter:"=mdDateFilter",monthFilter:"=mdMonthFilter",isOpen:"=?mdIsOpen",debounceInterval:"=mdDebounceInterval",dateLocale:"=mdDateLocale"},controller:t,controllerAs:"ctrl",bindToController:!0,link:function(e,t,n,o){var r=o[0],i=o[1],a=o[2],d=o[3],s=m.parseAttributeBoolean(n.mdNoAsterisk);if(i.configureNgModel(r,a,p),a){var l=t[0].querySelector(".md-errors-spacer");l&&t.after(be.element("<div>").append(l)),a.setHasPlaceholder(n.mdPlaceholder),a.input=t,a.element.addClass(h).toggleClass(f,"calendar"!==n.mdHideIcons&&"all"!==n.mdHideIcons),a.label?s||n.$observe("required",function(e){a.label.toggleClass("md-required",!!e)}):u.expect(t,"aria-label",n.mdPlaceholder),e.$watch(a.isErrorGetter||function(){return r.$invalid&&(r.$touched||d&&d.$submitted)},a.setInvalid)}else if(d)var c=e.$watch(function(){return d.$submitted},function(e){e&&(i.updateErrorState(),c())})}}}t.$inject=["$scope","$element","$attrs","$window","$mdConstant","$mdTheming","$mdUtil","$mdDateLocale","$$mdDateUtil","$$rAF","$filter","$timeout"],e.$inject=["$$mdSvgRegistry","$mdUtil","$mdAria","inputDirective"],be.module("material.components.datepicker").directive("mdDatepicker",e);var a="md-datepicker-invalid",m="md-datepicker-open",h="_md-datepicker-floating-label",f="_md-datepicker-has-calendar-icon",c="_md-datepicker-has-triangle-icon",p=/ipad|iphone|ipod|android/i;function t(e,t,n,o,r,i,a,d,s,l,c,m){this.$window=o,this.dateUtil=s,this.$mdConstant=r,this.$mdUtil=a,this.$$rAF=l,this.$mdDateLocale=d,this.$timeout=m,this.documentElement=be.element(document.documentElement),this.ngModelCtrl=null,this.inputElement=t[0].querySelector("input"),this.ngInputElement=be.element(this.inputElement),this.inputContainer=t[0].querySelector(".md-datepicker-input-container"),this.calendarPane=t[0].querySelector(".md-datepicker-calendar-pane"),this.calendarButton=t[0].querySelector(".md-datepicker-button"),this.inputMask=be.element(t[0].querySelector(".md-datepicker-input-mask-opaque")),this.$element=t,this.$attrs=n,this.$scope=e,this.date=null,this.isFocused=!1,this.isDisabled=ge,this.setDisabled(t[0].disabled||be.isString(n.disabled)),this.isCalendarOpen=!1,this.openOnFocus=n.hasOwnProperty("mdOpenOnFocus"),this.mdInputContainer=null,this.calendarPaneOpenedFrom=null,this.calendarPaneId="md-date-pane-"+a.nextUid(),this.bodyClickHandler=be.bind(this,this.handleBodyClick),this.windowEventName=p.test(navigator.userAgent||navigator.vendor||L.opera)?"orientationchange":"resize",this.windowEventHandler=a.debounce(be.bind(this,this.closeCalendarPane),100),this.windowBlurHandler=be.bind(this,this.handleWindowBlur),this.ngDateFilter=c("date"),this.leftMargin=20,this.topMargin=null,n.tabindex?(this.ngInputElement.attr("tabindex",n.tabindex),n.$set("tabindex",null)):n.$set("tabindex","-1"),n.$set("aria-owns",this.calendarPaneId),i(t),i(be.element(this.calendarPane));var u=this;e.$on("$destroy",function(){u.detachCalendarPane()}),n.mdIsOpen&&e.$watch("ctrl.isOpen",function(e){e?u.openCalendarPane({target:u.inputElement}):u.closeCalendarPane()}),1===be.version.major&&be.version.minor<=4&&this.$onInit()}t.prototype.$onInit=function(){this.locale=this.dateLocale?be.extend({},this.$mdDateLocale,this.dateLocale):this.$mdDateLocale,this.installPropertyInterceptors(),this.attachChangeListeners(),this.attachInteractionListeners()},t.prototype.configureNgModel=function(e,t,n){this.ngModelCtrl=e,this.mdInputContainer=t,this.$attrs.$set("type","date"),n[0].link.pre(this.$scope,{on:be.noop,val:be.noop,0:{}},this.$attrs,[e]);var o=this;o.ngModelCtrl.$formatters.push(function(e){var t=be.isDefined(e)?e:null;if(!(e instanceof Date)&&(t=Date.parse(e),!isNaN(t)&&be.isNumber(t)&&(e=new Date(t)),e&&!(e instanceof Date)))throw Error("The ng-model for md-datepicker must be a Date instance or a value that can be parsed into a date. Currently the model is of type: "+typeof e);return o.onExternalChange(e),e}),e.$viewChangeListeners.unshift(be.bind(this,this.updateErrorState));var r=o.$mdUtil.getModelOption(e,"updateOn");r&&this.ngInputElement.on(r,be.bind(this.$element,this.$element.triggerHandler,r))},t.prototype.attachChangeListeners=function(){var n=this;n.$scope.$on("md-calendar-change",function(e,t){n.setModelValue(t),n.onExternalChange(t),n.closeCalendarPane()}),n.ngInputElement.on("input",be.bind(n,n.resizeInputElement));var e=be.isDefined(this.debounceInterval)?this.debounceInterval:500;n.ngInputElement.on("input",n.$mdUtil.debounce(n.handleInputEvent,e,n))},t.prototype.attachInteractionListeners=function(){var t=this,n=this.$scope,o=this.$mdConstant.KEY_CODE;t.ngInputElement.on("keydown",function(e){e.altKey&&e.keyCode===o.DOWN_ARROW&&(t.openCalendarPane(e),n.$digest())}),t.openOnFocus&&(t.ngInputElement.on("focus",be.bind(t,t.openCalendarPane)),t.ngInputElement.on("click",function(e){e.stopPropagation()}),t.ngInputElement.on("pointerdown",function(e){e.target&&e.target.setPointerCapture&&e.target.setPointerCapture(e.pointerId)}),be.element(t.$window).on("blur",t.windowBlurHandler),n.$on("$destroy",function(){be.element(t.$window).off("blur",t.windowBlurHandler)})),n.$on("md-calendar-close",function(){t.closeCalendarPane()})},t.prototype.installPropertyInterceptors=function(){var t=this;if(this.$attrs.ngDisabled){var e=this.$scope.$parent;e&&e.$watch(this.$attrs.ngDisabled,function(e){t.setDisabled(e)})}Object.defineProperty(this,"placeholder",{get:function(){return t.inputElement.placeholder},set:function(e){t.inputElement.placeholder=e||""}})},t.prototype.setDisabled=function(e){this.isDisabled=e,this.inputElement.disabled=e,this.calendarButton&&(this.calendarButton.disabled=e)},t.prototype.updateErrorState=function(e){var t;if(t=e?new Date(e.valueOf()):be.isString(this.ngModelCtrl.$modelValue)?new Date(this.ngModelCtrl.$modelValue):be.copy(this.ngModelCtrl.$modelValue),this.clearErrorState(),this.dateUtil.isValidDate(t)){if(t=this.dateUtil.createDateAtMidnight(t),this.dateUtil.isValidDate(this.minDate)){var n=this.dateUtil.createDateAtMidnight(this.minDate);this.ngModelCtrl.$setValidity("mindate",n<=t)}if(this.dateUtil.isValidDate(this.maxDate)){var o=this.dateUtil.createDateAtMidnight(this.maxDate);this.ngModelCtrl.$setValidity("maxdate",t<=o)}be.isFunction(this.dateFilter)&&this.ngModelCtrl.$setValidity("filtered",this.dateFilter(t)),be.isFunction(this.monthFilter)&&this.ngModelCtrl.$setValidity("filtered",this.monthFilter(t))}else this.ngModelCtrl.$setValidity("valid",null==t);var r=this.inputElement.value,i=this.locale.parseDate(r);!this.isInputValid(r,i)&&this.ngModelCtrl.$valid&&this.ngModelCtrl.$setValidity("valid",null==t),be.element(this.inputContainer).toggleClass(a,this.ngModelCtrl.$invalid&&(this.ngModelCtrl.$touched||this.ngModelCtrl.$submitted))},t.prototype.isInputValid=function(e,t){return""===e||this.dateUtil.isValidDate(t)&&this.locale.isDateComplete(e)&&this.isDateEnabled(t)},t.prototype.clearErrorState=function(){this.inputContainer.classList.remove(a),["mindate","maxdate","filtered","valid"].forEach(function(e){this.ngModelCtrl.$setValidity(e,!0)},this)},t.prototype.resizeInputElement=function(){this.inputElement.size=this.inputElement.value.length+3},t.prototype.handleInputEvent=function(){var e=this.inputElement.value,t=e?this.locale.parseDate(e):null;this.dateUtil.setDateTimeToMidnight(t),this.isInputValid(e,t)&&(this.setModelValue(t),this.date=t),this.updateErrorState(t)},t.prototype.isDateEnabled=function(e){return this.dateUtil.isDateWithinRange(e,this.minDate,this.maxDate)&&(!be.isFunction(this.dateFilter)||this.dateFilter(e))&&(!be.isFunction(this.monthFilter)||this.monthFilter(e))},t.prototype.attachCalendarPane=function(){var e=this.calendarPane,t=document.body;e.style.transform="",this.$element.addClass(m),this.mdInputContainer&&this.mdInputContainer.element.addClass(m),be.element(t).addClass("md-datepicker-is-showing");var n=this.inputContainer.getBoundingClientRect(),o=t.getBoundingClientRect();(!this.topMargin||this.topMargin<0)&&(this.topMargin=(this.inputMask.parent().prop("clientHeight")-this.ngInputElement.prop("clientHeight"))/2);var r=n.top-o.top-this.topMargin,i=n.left-o.left-this.leftMargin,a=o.top<0&&0===document.body.scrollTop?-o.top:document.body.scrollTop,d=o.left<0&&0===document.body.scrollLeft?-o.left:document.body.scrollLeft,s=a+this.$window.innerHeight,l=d+this.$window.innerWidth;if(this.inputMask.css({position:"absolute",left:this.leftMargin+"px",top:this.topMargin+"px",width:n.width-1+"px",height:n.height-2+"px"}),l<i+360){if(0<l-360)i=l-360;else{i=d;var c=this.$window.innerWidth/360;e.style.transform="scale("+c+")"}e.classList.add("md-datepicker-pos-adjusted")}s<r+368&&a<s-368&&(r=s-368,e.classList.add("md-datepicker-pos-adjusted")),e.style.left=i+"px",e.style.top=r+"px",document.body.appendChild(e),this.$$rAF(function(){e.classList.add("md-pane-open")})},t.prototype.detachCalendarPane=function(){this.$element.removeClass(m),this.mdInputContainer&&this.mdInputContainer.element.removeClass(m),be.element(document.body).removeClass("md-datepicker-is-showing"),this.calendarPane.classList.remove("md-pane-open"),this.calendarPane.classList.remove("md-datepicker-pos-adjusted"),this.isCalendarOpen&&this.$mdUtil.enableScrolling(),this.calendarPane.parentNode&&this.calendarPane.parentNode.removeChild(this.calendarPane)},t.prototype.openCalendarPane=function(e){if(this.isCalendarOpen||this.isDisabled||this.inputFocusedOnWindowBlur)this.inputFocusedOnWindowBlur&&this.resetInputFocused();else{this.isCalendarOpen=this.isOpen=!0,this.calendarPaneOpenedFrom=e.target,this.$mdUtil.disableScrollAround(this.calendarPane),this.attachCalendarPane(),this.focusCalendar(),this.evalAttr("ngFocus");var t=this;this.$mdUtil.nextTick(function(){t.documentElement.on("click touchstart",t.bodyClickHandler)},!1),L.addEventListener(this.windowEventName,this.windowEventHandler)}},t.prototype.closeCalendarPane=function(){if(this.isCalendarOpen){var e=this;e.detachCalendarPane(),e.ngModelCtrl.$setTouched(),e.evalAttr("ngBlur"),e.documentElement.off("click touchstart",e.bodyClickHandler),L.removeEventListener(e.windowEventName,e.windowEventHandler),e.calendarPaneOpenedFrom.focus(),e.calendarPaneOpenedFrom=null,e.openOnFocus?e.$timeout(t):t()}function t(){e.isCalendarOpen=e.isOpen=!1}},t.prototype.getCalendarCtrl=function(){return be.element(this.calendarPane.querySelector("md-calendar")).controller("mdCalendar")},t.prototype.focusCalendar=function(){var e=this;this.$mdUtil.nextTick(function(){e.getCalendarCtrl().focusDate(e.date)},!1)},t.prototype.setFocused=function(e){e||this.ngModelCtrl.$setTouched(),this.openOnFocus||this.evalAttr(e?"ngFocus":"ngBlur"),this.isFocused=e},t.prototype.handleBodyClick=function(e){this.isCalendarOpen&&(this.$mdUtil.getClosest(e.target,"md-calendar")||this.closeCalendarPane(),this.$scope.$digest())},t.prototype.handleWindowBlur=function(){this.inputFocusedOnWindowBlur=document.activeElement===this.inputElement},t.prototype.resetInputFocused=function(){this.inputFocusedOnWindowBlur=!1},t.prototype.evalAttr=function(e){this.$attrs[e]&&this.$scope.$parent.$eval(this.$attrs[e])},t.prototype.setModelValue=function(e){var t=this.$mdUtil.getModelOption(this.ngModelCtrl,"timezone");null==t||null==e||e.getTimezoneOffset()<0?this.ngModelCtrl.$setViewValue(this.ngDateFilter(e,"yyyy-MM-dd"),"default"):this.ngModelCtrl.$setViewValue(this.ngDateFilter(e,"yyyy-MM-dd",t),"default")},t.prototype.onExternalChange=function(e){var t=this,n=this.$mdUtil.getModelOption(this.ngModelCtrl,"timezone");this.dateUtil.isValidDate(e)&&null!=n&&0<=e.getTimezoneOffset()?this.date=this.dateUtil.removeLocalTzAndReparseDate(e):this.date=e,null==n||null==e||e.getTimezoneOffset()<0?this.inputElement.value=this.locale.formatDate(e):this.inputElement.value=this.locale.formatDate(e,n),this.mdInputContainer&&this.mdInputContainer.setHasValue(!!e),this.resizeInputElement(),this.$mdUtil.nextTick(function(){t.updateErrorState()},!1,t.$scope)}}(),Ee.$inject=["$$rAF","$mdTheming","$mdDialog"],ve.$inject=["$$interimElementProvider"],be.module("material.components.dialog",["material.core","material.components.backdrop"]).directive("mdDialog",Ee).provider("$mdDialog",ve),$e.$inject=["$mdTheming"],be.module("material.components.divider",["material.core"]).directive("mdDivider",$e),Me.$inject=["$mdUtil"],be.module("material.components.fabActions",["material.core"]).directive("mdFabActions",Me),ye.$inject=["$scope","$element","$animate","$mdUtil","$mdConstant","$timeout"],be.module("material.components.fabShared",["material.core"]).controller("MdFabController",ye),function(){e.$inject=["$timeout"],t.$inject=["$timeout"];var n=300;function e(t){function o(e){t(e,n,!1)}function r(e){if(!e.hasClass("md-animations-waiting")||e.hasClass("_md-animations-ready")){var t=e[0],s=e.controller("mdFabSpeedDial"),o=t.querySelectorAll(".md-fab-action-item"),l=t.querySelector("md-fab-trigger"),n=t.querySelector("._md-css-variables"),r=parseInt(L.getComputedStyle(n).zIndex);be.forEach(o,function(e,t){var n=e.style;n.transform=n.webkitTransform="",n.transitionDelay="",n.opacity=s.isOpen?1:0,n.zIndex=o.length-t+r}),l.style.zIndex=r+o.length+1,s.isOpen||be.forEach(o,function(e,t){var n,o,r=e.style,i=(l.clientHeight-e.clientHeight)/2,a=(l.clientWidth-e.clientWidth)/2;switch(s.direction){case"up":n=e.scrollHeight*(t+1)+i,o="Y";break;case"down":n=-(e.scrollHeight*(t+1)+i),o="Y";break;case"left":n=e.scrollWidth*(t+1)+a,o="X";break;case"right":n=-(e.scrollWidth*(t+1)+a),o="X"}var d="translate"+o+"("+n+"px)";r.transform=r.webkitTransform=d})}}return{addClass:function(e,t,n){e.hasClass("md-fling")?(r(e),o(n)):n()},removeClass:function(e,t,n){r(e),o(n)}}}function t(t){function o(e){t(e,n,!1)}function r(e){var t=e[0],r=e.controller("mdFabSpeedDial"),i=t.querySelectorAll(".md-fab-action-item"),n=t.querySelector("._md-css-variables"),a=parseInt(L.getComputedStyle(n).zIndex);be.forEach(i,function(e,t){var n=e.style,o=65*t;n.opacity=r.isOpen?1:0,n.transform=n.webkitTransform=r.isOpen?"scale(1)":"scale(0)",n.transitionDelay=(r.isOpen?o:i.length-o)+"ms",n.zIndex=i.length-t+a})}return{addClass:function(e,t,n){r(e),o(n)},removeClass:function(e,t,n){r(e),o(n)}}}be.module("material.components.fabSpeedDial",["material.core","material.components.fabShared","material.components.fabActions"]).directive("mdFabSpeedDial",function(){return{restrict:"E",scope:{direction:"@?mdDirection",isOpen:"=?mdOpen"},bindToController:!0,controller:"MdFabController",controllerAs:"ctrl",link:function(e,t){t.prepend('<div class="_md-css-variables"></div>')}}}).animation(".md-fling",e).animation(".md-scale",t).service("mdFabSpeedDialFlingAnimation",e).service("mdFabSpeedDialScaleAnimation",t)}(),be.module("material.components.fabToolbar",["material.core","material.components.fabShared","material.components.fabActions"]).directive("mdFabToolbar",function(){return{restrict:"E",transclude:!0,template:'<div class="md-fab-toolbar-wrapper"> <div class="md-fab-toolbar-content" ng-transclude></div></div>',scope:{direction:"@?mdDirection",isOpen:"=?mdOpen"},bindToController:!0,controller:"MdFabController",controllerAs:"ctrl",link:function(e,t,n){t.addClass("md-fab-toolbar"),t.find("md-fab-trigger").find("button").prepend('<div class="md-fab-toolbar-background"></div>')}}}).animation(".md-fab-toolbar",Ce).service("mdFabToolbarAnimation",Ce),Ae.$inject=["$mdUtil"],we.$inject=["$mdUtil"],Te.$inject=["$interpolate","$mdConstant","$mdGridLayout","$mdMedia","$mdUtil"],_e.$inject=["$mdMedia"],be.module("material.components.gridList",["material.core"]).directive("mdGridList",Te).directive("mdGridTile",_e).directive("mdGridTileFooter",ke).directive("mdGridTileHeader",ke).factory("$mdGridLayout",we),Ae.prototype={invalidateTiles:function(){this.tilesInvalidated=!0,this.invalidateLayout()},invalidateLayout:function(){this.layoutInvalidated||(this.layoutInvalidated=!0,this.$timeout_(be.bind(this,this.layout)))},layout:function(){try{this.layoutDelegate(this.tilesInvalidated)}finally{this.layoutInvalidated=!1,this.tilesInvalidated=!1}}},be.module("material.components.icon",["material.core"]),be.module("material.components.icon").directive("mdIcon",["$mdIcon","$mdTheming","$mdAria","$sce",function(d,s,l,e){return{restrict:"E",link:function(e,t,n){s(t);var o=n.mdFontIcon,r=d.fontSet(n.mdFontSet);n.mdSvgIcon||n.mdSvgSrc||(n.mdFontIcon&&t.addClass("md-font "+n.mdFontIcon),t.addClass(r)),n.$observe("mdFontIcon",a),n.$observe("mdFontSet",a),n.role||(l.expect(t,"role","img"),n.role="img"),t[0].hasAttribute("aria-label")&&""===n.ariaLabel&&t.attr("aria-hidden",!0),"img"!==n.role||n.ariaHidden||l.hasAriaLabel(t)||(t[0].hasAttribute("alt")&&""===n.alt?t.attr("aria-hidden",!0):n.alt?l.expect(t,"aria-label",n.alt):l.parentHasAriaLabel(t,2)?l.expect(t,"aria-hidden","true"):n.mdFontIcon||n.mdSvgIcon||t.text()?l.expect(t,"aria-label",n.mdFontIcon||n.mdSvgIcon||t.text()):l.expect(t,"aria-hidden","true"));var i=n.$normalize(n.$attr.mdSvgIcon||n.$attr.mdSvgSrc||"");function a(){if(!n.mdSvgIcon&&!n.mdSvgSrc){n.mdFontIcon&&(t.removeClass(o),t.addClass(n.mdFontIcon),o=n.mdFontIcon);var e=d.fontSet(n.mdFontSet);r!==e&&(t.removeClass(r),t.addClass(e),r=e)}}i&&n.$observe(i,function(e){t.empty(),e&&d(e).then(function(e){t.empty(),t.append(e)})})}}}]),function(){a.$inject=["config","$templateRequest","$q","$log","$mdUtil","$sce"],be.module("material.components.icon").constant("$$mdSvgRegistry",{mdTabsArrow:"data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxnPjxwb2x5Z29uIHBvaW50cz0iMTUuNCw3LjQgMTQsNiA4LDEyIDE0LDE4IDE1LjQsMTYuNiAxMC44LDEyICIvPjwvZz48L3N2Zz4=",mdClose:"data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxnPjxwYXRoIGQ9Ik0xOSA2LjQxbC0xLjQxLTEuNDEtNS41OSA1LjU5LTUuNTktNS41OS0xLjQxIDEuNDEgNS41OSA1LjU5LTUuNTkgNS41OSAxLjQxIDEuNDEgNS41OS01LjU5IDUuNTkgNS41OSAxLjQxLTEuNDEtNS41OS01LjU5eiIvPjwvZz48L3N2Zz4=",mdCancel:"data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxnPjxwYXRoIGQ9Ik0xMiAyYy01LjUzIDAtMTAgNC40Ny0xMCAxMHM0LjQ3IDEwIDEwIDEwIDEwLTQuNDcgMTAtMTAtNC40Ny0xMC0xMC0xMHptNSAxMy41OWwtMS40MSAxLjQxLTMuNTktMy41OS0zLjU5IDMuNTktMS40MS0xLjQxIDMuNTktMy41OS0zLjU5LTMuNTkgMS40MS0xLjQxIDMuNTkgMy41OSAzLjU5LTMuNTkgMS40MSAxLjQxLTMuNTkgMy41OSAzLjU5IDMuNTl6Ii8+PC9nPjwvc3ZnPg==",mdMenu:"data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxwYXRoIGQ9Ik0zLDZIMjFWOEgzVjZNMywxMUgyMVYxM0gzVjExTTMsMTZIMjFWMThIM1YxNloiIC8+PC9zdmc+",mdToggleArrow:"data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDggNDgiPjxwYXRoIGQ9Ik0yNCAxNmwtMTIgMTIgMi44MyAyLjgzIDkuMTctOS4xNyA5LjE3IDkuMTcgMi44My0yLjgzeiIvPjxwYXRoIGQ9Ik0wIDBoNDh2NDhoLTQ4eiIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==",mdCalendar:"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTkgM2gtMVYxaC0ydjJIOFYxSDZ2Mkg1Yy0xLjExIDAtMS45OS45LTEuOTkgMkwzIDE5YzAgMS4xLjg5IDIgMiAyaDE0YzEuMSAwIDItLjkgMi0yVjVjMC0xLjEtLjktMi0yLTJ6bTAgMTZINVY4aDE0djExek03IDEwaDV2NUg3eiIvPjwvc3ZnPg==",mdChecked:"data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxnPjxwYXRoIGQ9Ik05IDE2LjE3TDQuODMgMTJsLTEuNDIgMS40MUw5IDE5IDIxIDdsLTEuNDEtMS40MXoiLz48L2c+PC9zdmc+"}).provider("$mdIcon",e);var i={defaultViewBoxSize:24,defaultFontSet:"material-icons",fontSets:[]};function e(){}function o(e,t){this.url=e,this.viewBoxSize=t||i.defaultViewBoxSize}function a(a,i,d,s,c,t){var n={},l={},o=/[-\w@:%+.~#?&//=]{2,}\.[a-z]{2,4}\b(\/[-\w@:%+.~#?&//=]*)?/i,m=/^data:image\/svg\+xml[\s*;\w\-=]*?(base64)?,(.*)$/i;return g.prototype={clone:function(){return this.element.cloneNode(!0)},prepare:function(){var e=this.config?this.config.viewBoxSize:a.defaultViewBoxSize;be.forEach({fit:"",height:"100%",width:"100%",preserveAspectRatio:"xMidYMid meet",viewBox:this.element.getAttribute("viewBox")||"0 0 "+e+" "+e,focusable:!1},function(e,t){this.element.setAttribute(t,e)},this)}},e.fontSet=function(t){if(be.isUndefined(t)||!t||!t.length)return a.defaultFontSet;var n=t;return be.forEach(a.fontSets,function(e){e.alias===t&&(n=e.fontSet||n)}),n},e;function e(e){return e=e||"",be.isString(e)||(e=t.getTrustedUrl(e)),n[e]?d.when(r(n[e])):o.test(e)||m.test(e)?b(e).then(p(e)):(-1===e.indexOf(":")&&(e="$default:"+e),(a[e]?h:f)(e).then(p(e)))}function r(e){var n,o,r,i,a=e.clone(),d=c.nextUid(),s=["clip-path","color-profile","cursor","fill","filter","href","marker-start","marker-mid","marker-end","mask","stroke","style","vector-effect"],l=a.innerHTML===ge;if(!isFinite(Number(d)))throw new Error("Unsafe and unexpected non-number result from $mdUtil.nextUid().");return n="_cache"+d,a.id&&(a.id+=n),be.forEach(a.querySelectorAll("[id]"),function(t){for(o="",r=0;r<s.length;r++)o+="["+s[r]+'="url(#'+t.id+')"]',r+1<s.length&&(o+=", ");be.forEach(a.querySelectorAll(o),function(e){u(t,e,l,d)}),be.forEach(a.querySelectorAll("style"),function(e){u(t,e,l,d)}),be.forEach(a.querySelectorAll("[*|href]:not([href])"),function(e){(i=e.getAttribute("xlink:href"))&&(i=i.replace("#"+t.id,"#"+t.id+n),e.setAttribute("xlink:href",i))}),t.id+=n}),a}function u(e,t,n,o){var r,i;if(!isFinite(Number(o)))throw new Error("Unsafe and unexpected non-number result for newUid.");i="_cache"+o,n?(r=(r=c.getOuterHTML(t)).replace("url(#"+e.id+")","url(#"+e.id+i+")"),t.textContent=be.element(r)[0].innerHTML):t.outerHTML=t.outerHTML.replace("url(#"+e.id+")","url(#"+e.id+i+")")}function p(t){return function(e){return n[t]=function(e){return be.isDefined(e.element)&&be.isDefined(e.config)}(e)?e:new g(e,a[t]),r(n[t])}}function h(e){var t=a[e];return b(t.url).then(function(e){return new g(e,t)})}function f(o){var e=o.substring(0,o.lastIndexOf(":"))||"$default",r=a[e];return r?b(r.url).then(function(e){var t=o.slice(o.lastIndexOf(":")+1),n=e.querySelector("#"+t);return n?new g(n,r):i(o)}):i(o);function i(e){var t="icon "+e+" not found";return s.warn(t),d.reject(t||e)}}function b(e){return m.test(e)?(t=e,n=m.exec(t),r=/base64/i.test(t)?L.atob(n[2]):n[2],d.when(be.element(r)[0])):(o=e,d(function(t,n){i(o,!0).then(function(e){l[o]||(l[o]=be.element("<div>").append(e)[0].querySelector("svg")),t(l[o])},function(e){var t=be.isString(e)?e:e.message||e.data||e.statusText;s.warn(t),n(e)})}));var o,t,n,r}function g(e,t){if(e&&"symbol"===e.tagName.toLowerCase()){var n=e.getAttribute("viewBox");e=e.innerHTML?be.element('<svg xmlns="http://www.w3.org/2000/svg">').html(e.innerHTML)[0]:be.element('<svg xmlns="http://www.w3.org/2000/svg">').append(c.getInnerHTML(e))[0],n&&e.setAttribute("viewBox",n)}e&&"svg"!==e.tagName.toLowerCase()&&(e=be.element('<svg xmlns="http://www.w3.org/2000/svg">').append(e.cloneNode(!0))[0]),e.getAttribute("xmlns")||e.setAttribute("xmlns","http://www.w3.org/2000/svg"),this.element=e,this.config=t,this.prepare()}}e.prototype={icon:function(e,t,n){return-1==e.indexOf(":")&&(e="$default:"+e),i[e]=new o(t,n),this},iconSet:function(e,t,n){return i[e]=new o(t,n),this},defaultIconSet:function(e,t){var n="$default";return i[n]||(i[n]=new o(e,t)),i[n].viewBoxSize=t||i.defaultViewBoxSize,this},defaultViewBoxSize:function(e){return i.defaultViewBoxSize=e,this},fontSet:function(e,t){return i.fontSets.push({alias:e,fontSet:t||e}),this},defaultFontSet:function(e){return i.defaultFontSet=e||"",this},defaultIconSize:function(e){return i.defaultIconSize=e,this},$get:["$templateRequest","$q","$log","$mdUtil","$sce",function(e,t,n,o,r){return a(i,e,t,n,o,r)}]}}(),function(){t.$inject=["$mdTheming","$parse","$$rAF"],n.$inject=["$mdUtil","$window","$mdAria","$timeout","$mdGesture"],o.$inject=["$animate","$mdUtil"],r.$inject=["$compile"],c.$inject=["$mdUtil"],i.$inject=["$document","$timeout"],m.$inject=["$$AnimateRunner","$animateCss","$mdUtil"],u.$inject=["$$AnimateRunner","$animateCss","$mdUtil"],p.$inject=["$$AnimateRunner","$animateCss","$mdUtil","$log"];var e=be.module("material.components.input",["material.core"]).directive("mdInputContainer",t).directive("label",function(){return{restrict:"E",require:"^?mdInputContainer",link:function(e,t,n,o){!o||n.mdNoFloat||t.hasClass("md-container-ignore")||(o.label=t,e.$on("$destroy",function(){o.label=null}))}}}).directive("input",n).directive("textarea",n).directive("mdMaxlength",o).directive("placeholder",r).directive("ngMessages",function(){return{restrict:"EA",link:function(e,t,n,o){if(!o)return;t.toggleClass("md-input-messages-animation",!0),t.toggleClass("md-auto-hide",!0),"false"!=n.mdAutoHide&&!function(t){return l.some(function(e){return t[e]})}(n)||t.toggleClass("md-auto-hide",!1)},require:"^^?mdInputContainer"}}).directive("ngMessage",c).directive("ngMessageExp",c).directive("mdSelectOnFocus",i).animation(".md-input-invalid",m).animation(".md-input-messages-animation",u).animation(".md-input-message-animation",p);function t(r,i,a){n.$inject=["$scope","$element","$attrs","$animate"];var e=["INPUT","TEXTAREA","SELECT","MD-SELECT"],t=e.reduce(function(e,t){return e.concat(["md-icon ~ "+t,".md-icon ~ "+t])},[]).join(","),d=e.reduce(function(e,t){return e.concat([t+" ~ md-icon",t+" ~ .md-icon"])},[]).join(",");return{restrict:"E",compile:function(e){var n=e[0].querySelector(t),o=e[0].querySelector(d);return function(e,t){r(t),(n||o)&&a(function(){var e=t[0].querySelector("md-icon")||t[0].querySelector(".md-icon");n&&e&&t.addClass("md-icon-left"),o&&e&&t.addClass("md-icon-right")})}},controller:n};function n(e,t,n,o){var r=this;t.addClass("md-auto-horizontal-margin"),r.isErrorGetter=n.mdIsError&&i(n.mdIsError),r.delegateClick=function(){r.input.focus()},r.element=t,r.setFocused=function(e){t.toggleClass("md-input-focused",!!e)},r.setHasValue=function(e){t.toggleClass("md-input-has-value",!!e)},r.setHasPlaceholder=function(e){t.toggleClass("md-input-has-placeholder",!!e)},r.setInvalid=function(e){e?o.addClass(t,"md-input-invalid"):o.removeClass(t,"md-input-invalid")},e.$watch(function(){return r.label&&r.input},function(e){e&&!r.label.attr("for")&&r.label.attr("for",r.input.attr("id"))})}}function n(b,g,E,v,$){return{restrict:"E",require:["^?mdInputContainer","?ngModel","?^form"],link:function(c,m,u,e){var p=e[0],h=!!e[1],f=e[1]||b.fakeNgModel(),t=e[2],n=be.isDefined(u.readonly),o=b.parseAttributeBoolean(u.mdNoAsterisk),r=m[0].tagName.toLowerCase();if(!p)return;{if("hidden"===u.type)return void m.attr("aria-hidden","true");if(p.input){if(p.input[0].contains(m[0]))return;throw new Error("<md-input-container> can only have *one* <input>, <textarea> or <md-select> child element!")}}p.input=m,p.label&&u.$observe("required",function(e){p.label&&p.label.toggleClass("md-required",e&&!o)});var i=be.element('<div class="md-errors-spacer">');m.after(i);var a=be.isString(u.placeholder)?u.placeholder.trim():"";p.label||a.length||E.expect(m,"aria-label");m.addClass("md-input"),m.attr("id")||m.attr("id","input_"+b.nextUid());"input"===r&&"number"===u.type&&u.min&&u.max&&!u.step?m.attr("step","any"):"textarea"===r&&function(){var t=!u.hasOwnProperty("mdNoAutogrow");if(function(){if(u.hasOwnProperty("mdNoResize"))return;var e=be.element('<div class="md-resize-handle"></div>'),t=!1,n=0,o=p.element,r=$.register(e,"drag",{horizontal:!1});function i(e){e.preventDefault(),t=!0,e.clientY,n=parseFloat(m.css("height"))||m.prop("offsetHeight")}function a(e){t&&(e.preventDefault(),l(),o.addClass("md-input-resized"))}function d(e){t&&m.css("height",n+e.pointer.distanceY+"px")}function s(e){t&&(t=!1,o.removeClass("md-input-resized"))}m.wrap('<div class="md-resize-wrapper">').after(e),e.on("mousedown",i),o.on("$md.dragstart",a).on("$md.drag",d).on("$md.dragend",s),c.$on("$destroy",function(){e.off("mousedown",i).remove(),o.off("$md.dragstart",a).off("$md.drag",d).off("$md.dragend",s),r(),r=o=e=null})}(),!t)return;var o=u.hasOwnProperty("rows")?parseInt(u.rows):NaN,r=u.hasOwnProperty("maxRows")?parseInt(u.maxRows):NaN,n=c.$on("md-resize-textarea",d),i=null,a=m[0];v(function(){b.nextTick(d)},10,!1),m.on("input",d),h&&f.$formatters.push(s);o||m.attr("rows",1);function d(){m.attr("rows",1).css("height","auto").addClass("md-no-flex");var e=function(){var e=a.offsetHeight,t=a.scrollHeight-e;return e+Math.max(t,0)}();if(!i){var t=m[0].style.padding||"";i=m.css("padding",0).prop("offsetHeight"),m[0].style.padding=t}if(o&&i&&(e=Math.max(e,i*o)),r&&i){var n=i*r;n<e?(m.attr("md-no-autogrow",""),e=n):m.removeAttr("md-no-autogrow")}i&&m.attr("rows",Math.round(e/i)),m.css("height",e+"px").removeClass("md-no-flex")}function s(e){return b.nextTick(d),e}function l(){if(t&&(t=!1,be.element(g).off("resize",d),n&&n(),m.attr("md-no-autogrow","").off("input",d),h)){var e=f.$formatters.indexOf(s);-1<e&&f.$formatters.splice(e,1)}}if(be.element(g).on("resize",d),c.$on("$destroy",l),u.hasOwnProperty("mdDetectHidden")){var e=function(){var t=!1;return function(){var e=0===a.offsetHeight;!1==e&&!0===t&&d(),t=e}}();c.$watch(function(){return b.nextTick(e,!1),!0})}}();h||l();var d=p.isErrorGetter||function(){return f.$invalid&&(f.$touched||t&&t.$submitted)};c.$watch(d,p.setInvalid),u.ngValue&&u.$observe("value",l);f.$parsers.push(s),f.$formatters.push(s),m.on("input",l),n||m.on("focus",function(e){b.nextTick(function(){p.setFocused(!0)})}).on("blur",function(e){b.nextTick(function(){p.setFocused(!1),l()})});function s(e){return p.setHasValue(!f.$isEmpty(e)),e}function l(){p.setHasValue(0<m.val().length||(m[0].validity||{}).badInput)}c.$on("$destroy",function(){p.setFocused(!1),p.setHasValue(!1),p.input=null})}}}function o(p,h){return{restrict:"A",require:["ngModel","^mdInputContainer"],link:function(e,o,t,n){var r=parseInt(t.mdMaxlength);isNaN(r)&&(r=-1);var i,a,d=n[0],s=n[1],l=!be.isDefined(t.ngTrim)||h.parseAttributeBoolean(t.ngTrim),c="password"===t.type;function m(e){return(e=l&&!c&&be.isString(e)?e.trim():e)!==ge&&null!==e||(e=""),String(e).length}function u(){i&&i.parent()&&i.text(m(o.val())+" / "+r)}e.$watch(t.mdMaxlength,function(e){r=e}),d.$validators["md-maxlength"]=function(e,t){if(!be.isNumber(r)||r<0)return!0;u();var n=o.val()||t;return n!==ge&&null!==n||(n=""),n=l&&!c&&be.isString(n)?n.trim():n,String(n).length<=r},d.$isEmpty=function(e){return 0===m(e)},h.nextTick(function(){a=be.element(s.element[0].querySelector(".md-errors-spacer")),i=be.element('<div class="md-char-counter">'),a.append(i),t.$observe("ngTrim",function(e){l=!be.isDefined(e)||h.parseAttributeBoolean(e)}),e.$watch(t.mdMaxlength,function(e){be.isNumber(e)&&0<e?(i.parent().length||p.enter(i,a),u()):p.leave(i)})})}}}function r(d){return{restrict:"A",require:"^^?mdInputContainer",priority:200,link:{pre:function(e,t,n,o){if(!o)return;var r=o.element.find("label"),i=o.element.attr("md-no-float");if(r&&r.length||""===i||e.$eval(i))return void o.setHasPlaceholder(!0);if("MD-SELECT"!==t[0].nodeName){var a=be.element('<label ng-click="delegateClick()" tabindex="-1" aria-hidden="true">'+n.placeholder+"</label>");n.$set("placeholder",null),o.element.addClass("md-icon-float").prepend(a),d(a)(e)}}}}}function i(a,d){return{restrict:"A",link:function(e,t,n){if("INPUT"!==t[0].nodeName&&"TEXTAREA"!==t[0].nodeName)return;var o=!1;function r(){d(function(){a[0].activeElement===t[0]&&t[0].select(),o=!1},1,!(o=!0))}function i(e){o&&e.preventDefault()}t.on("focus",r).on("mouseup",i),e.$on("$destroy",function(){t.off("focus",r).off("mouseup",i)})}}}L._mdMocksIncluded&&e.service("$$mdInput",function(){return{messages:{getElement:E}}}).service("mdInputInvalidAnimation",m).service("mdInputMessagesAnimation",u).service("mdInputMessageAnimation",p);var a,d,s,l=["ngIf","ngShow","ngHide","ngSwitchWhen","ngSwitchDefault"];function c(t){return{restrict:"EA",compile:function(n){if(o(n))r(n);else if(function(){var e=n[0];for(;e=e.parentNode;)if(e.nodeType===Node.DOCUMENT_FRAGMENT_NODE)return!0;return!1}())return function(e,t){o(t)&&r(n)};function o(e){return!!t.getClosest(e,"md-input-container")}function r(e){e.toggleClass("md-input-message-animation",!0)}},priority:100}}function m(e,t,n){return v(e,t,n),{addClass:function(e,t,n){h(e,n)}}}function u(e,t,n){return v(e,t,n),{enter:function(e,t){h(e,t)},leave:function(e,t){f(e,t)},addClass:function(e,t,n){"ng-hide"==t?f(e,n):n()},removeClass:function(e,t,n){"ng-hide"==t?h(e,n):n()}}}function p(e,t,n,o){return v(e,t,n),{enter:function(e,t){b(e).start().done(t)},leave:function(e,t){g(e).start().done(t)}}}function h(e,t){var n,o=[],r=E(e),i=r.children();0!=r.length&&0!=i.length?(be.forEach(i,function(e){n=b(be.element(e)),o.push(n.start())}),a.all(o,t)):t()}function f(e,t){var n,o=[],r=E(e),i=r.children();0!=r.length&&0!=i.length?(be.forEach(i,function(e){n=g(be.element(e)),o.push(n.start())}),a.all(o,t)):t()}function b(e){var t=parseInt(L.getComputedStyle(e[0]).height),n=parseInt(L.getComputedStyle(e[0]).marginTop),o=E(e),r=function(e){return e.controller("mdInputContainer").element}(e);return-t<n||o.hasClass("md-auto-hide")&&!r.hasClass("md-input-invalid")?d(e,{}):d(e,{event:"enter",structural:!0,from:{opacity:0,"margin-top":-t+"px"},to:{opacity:1,"margin-top":"0"},duration:.3})}function g(e){var t=e[0].offsetHeight,n=L.getComputedStyle(e[0]);return 0===parseInt(n.opacity)?d(e,{}):d(e,{event:"leave",structural:!0,from:{opacity:1,"margin-top":0},to:{opacity:0,"margin-top":-t+"px"},duration:.3})}function E(e){return e.hasClass("md-input-messages-animation")?e:e.hasClass("md-input-message-animation")?be.element(s.getClosest(e,function(e){return e.classList.contains("md-input-messages-animation")})):be.element(e[0].querySelector(".md-input-messages-animation"))}function v(e,t,n){a=e,d=t,s=n}}(),Se.$inject=["$scope","$element","$mdListInkRipple"],xe.$inject=["$mdTheming"],Ne.$inject=["$mdAria","$mdConstant","$mdUtil","$timeout"],be.module("material.components.list",["material.core"]).controller("MdListController",Se).directive("mdList",xe).directive("mdListItem",Ne),be.module("material.components.menu",["material.core","material.components.backdrop"]),De.$inject=["$mdMenu","$attrs","$element","$scope","$mdUtil","$timeout","$rootScope","$q","$log"],be.module("material.components.menu").controller("mdMenuCtrl",De),He.$inject=["$mdUtil"],be.module("material.components.menu").directive("mdMenu",He),Ie.$inject=["$$interimElementProvider"],be.module("material.components.menu").provider("$mdMenu",Ie),be.module("material.components.menuBar",["material.core","material.components.icon","material.components.menu"]),function(){e.$inject=["$scope","$rootScope","$element","$attrs","$mdConstant","$document","$mdUtil","$timeout"],be.module("material.components.menuBar").controller("MenuBarController",e);var l=["handleKeyDown","handleMenuHover","scheduleOpenHoveredMenu","cancelScheduledOpen"];function e(e,t,n,o,r,i,a,d){this.$element=n,this.$attrs=o,this.$mdConstant=r,this.$mdUtil=a,this.$document=i,this.$scope=e,this.$rootScope=t,this.$timeout=d;var s=this;be.forEach(l,function(e){s[e]=be.bind(s,s[e])})}e.prototype.init=function(){var a=this.$element,d=this.$mdUtil,e=this.$scope,s=this,t=[];a.on("keydown",this.handleKeyDown),this.parentToolbar=d.getClosest(a,"MD-TOOLBAR"),t.push(this.$rootScope.$on("$mdMenuOpen",function(e,t){-1!=s.getMenus().indexOf(t[0])&&(a[0].classList.add("md-open"),t[0].classList.add("md-open"),s.currentlyOpenMenu=t.controller("mdMenu"),s.currentlyOpenMenu.registerContainerProxy(s.handleKeyDown),s.enableOpenOnHover())})),t.push(this.$rootScope.$on("$mdMenuClose",function(e,t,n){var o=s.getMenus();-1!=o.indexOf(t[0])&&(a[0].classList.remove("md-open"),t[0].classList.remove("md-open"));var r=be.element(t[0]).controller("mdMenu");if(r.isInMenuBar&&r.mdMenuBarCtrl===s){for(var i=t[0];i&&-1==o.indexOf(i);)i=d.getClosest(i,"MD-MENU",!0);i&&(n.skipFocus||i.querySelector("button:not([disabled])").focus(),s.currentlyOpenMenu=ge),s.disableOpenOnHover(),s.setKeyboardMode(!0)}})),e.$on("$destroy",function(){for(s.disableOpenOnHover();t.length;)t.shift()()}),this.setKeyboardMode(!0)},e.prototype.setKeyboardMode=function(e){e?this.$element[0].classList.add("md-keyboard-mode"):this.$element[0].classList.remove("md-keyboard-mode")},e.prototype.enableOpenOnHover=function(){if(!this.openOnHoverEnabled){var e=this;e.openOnHoverEnabled=!0,e.parentToolbar&&(e.parentToolbar.classList.add("md-has-open-menu"),e.$mdUtil.nextTick(function(){be.element(e.parentToolbar).on("click",e.handleParentClick)},!1)),be.element(e.getMenus()).on("mouseenter",e.handleMenuHover)}},e.prototype.handleMenuHover=function(e){this.setKeyboardMode(!1),this.openOnHoverEnabled&&this.scheduleOpenHoveredMenu(e)},e.prototype.disableOpenOnHover=function(){this.openOnHoverEnabled&&(this.openOnHoverEnabled=!1,this.parentToolbar&&(this.parentToolbar.classList.remove("md-has-open-menu"),be.element(this.parentToolbar).off("click",this.handleParentClick)),be.element(this.getMenus()).off("mouseenter",this.handleMenuHover))},e.prototype.scheduleOpenHoveredMenu=function(e){var t=be.element(e.currentTarget).controller("mdMenu");this.setKeyboardMode(!1),this.scheduleOpenMenu(t)},e.prototype.scheduleOpenMenu=function(e){var t=this,n=this.$timeout;e!=t.currentlyOpenMenu&&(n.cancel(t.pendingMenuOpen),t.pendingMenuOpen=n(function(){t.pendingMenuOpen=ge,t.currentlyOpenMenu&&t.currentlyOpenMenu.close(!0,{closeAll:!0}),e.open()},200,!1))},e.prototype.handleKeyDown=function(e){var t,n,o,r=this.$mdConstant.KEY_CODE,i=this.currentlyOpenMenu,a=i&&i.isOpen;switch(this.setKeyboardMode(!0),e.keyCode){case r.DOWN_ARROW:i?i.focusMenuContainer():this.openFocusedMenu(),t=!0;break;case r.UP_ARROW:i&&i.close(),t=!0;break;case r.LEFT_ARROW:n=this.focusMenu(-1),a&&(o=be.element(n).controller("mdMenu"),this.scheduleOpenMenu(o)),t=!0;break;case r.RIGHT_ARROW:n=this.focusMenu(1),a&&(o=be.element(n).controller("mdMenu"),this.scheduleOpenMenu(o)),t=!0}t&&(e&&e.preventDefault&&e.preventDefault(),e&&e.stopImmediatePropagation&&e.stopImmediatePropagation())},e.prototype.focusMenu=function(e){var t=this.getMenus(),n=this.getFocusedMenuIndex();-1==n&&(n=this.getOpenMenuIndex());var o=!1;if(-1==n?o=!(n=0):(e<0&&0<n||0<e&&n<t.length-e)&&(n+=e,o=!0),o)return t[n].querySelector("button").focus(),t[n]},e.prototype.openFocusedMenu=function(){var e=this.getFocusedMenu();e&&be.element(e).controller("mdMenu").open()},e.prototype.getMenus=function(){var e=this.$element;return this.$mdUtil.nodesToArray(e[0].children).filter(function(e){return"MD-MENU"==e.nodeName})},e.prototype.getFocusedMenu=function(){return this.getMenus()[this.getFocusedMenuIndex()]},e.prototype.getFocusedMenuIndex=function(){var e=this.$mdUtil.getClosest(this.$document[0].activeElement,"MD-MENU");return e?this.getMenus().indexOf(e):-1},e.prototype.getOpenMenuIndex=function(){for(var e=this.getMenus(),t=0;t<e.length;++t)if(e[t].classList.contains("md-open"))return t;return-1},e.prototype.handleParentClick=function(e){var t=this.querySelector("md-menu.md-open");t&&!t.contains(e.target)&&be.element(t).controller("mdMenu").close(!0,{closeAll:!0})}}(),Oe.$inject=["$mdUtil","$mdTheming"],be.module("material.components.menuBar").directive("mdMenuBar",Oe),be.module("material.components.menuBar").directive("mdMenuDivider",function(){return{restrict:"E",compile:function(e,t){t.role||e[0].setAttribute("role","separator")}}}),Pe.$inject=["$scope","$element","$attrs"],be.module("material.components.menuBar").controller("MenuItemController",Pe),Pe.prototype.init=function(e){var t=this.$element,n=this.$attrs;this.ngModel=e,"checkbox"!=n.type&&"radio"!=n.type||(this.mode=n.type,this.iconEl=t[0].children[0],this.buttonEl=t[0].children[1],e&&this.initClickListeners())},Pe.prototype.clearNgAria=function(){var t=this.$element[0];be.forEach(["role","tabindex","aria-invalid","aria-checked"],function(e){t.removeAttribute(e)})},Pe.prototype.initClickListeners=function(){var e=this,t=this.ngModel,n=this.$scope,o=this.$attrs,r=(this.$element,this.mode);this.handleClick=be.bind(this,this.handleClick);var i=this.iconEl,a=be.element(this.buttonEl),d=this.handleClick;function s(e){e?a.off("click",d):a.on("click",d)}o.$observe("disabled",s),s(o.disabled),t.$render=function(){e.clearNgAria(),function(){if("radio"!=r)return t.$modelValue;var e=o.ngValue?n.$eval(o.ngValue):o.value;return t.$modelValue==e}()?(i.style.display="",a.attr("aria-checked","true")):(i.style.display="none",a.attr("aria-checked","false"))},n.$$postDigest(t.$render)},Pe.prototype.handleClick=function(e){var t,n=this.mode,o=this.ngModel,r=this.$attrs;"checkbox"==n?t=!o.$modelValue:"radio"==n&&(t=r.ngValue?this.$scope.$eval(r.ngValue):r.value),o.$setViewValue(t),o.$render()},Le.$inject=["$mdUtil","$mdConstant","$$mdSvgRegistry"],be.module("material.components.menuBar").directive("mdMenuItem",Le),Re.$inject=["$mdAria","$mdTheming","$window","$mdUtil"],Fe.$inject=["$element","$scope","$timeout","$mdConstant"],Be.$inject=["$mdAria","$$rAF","$mdUtil","$window"],Ue.$inject=["$element"],be.module("material.components.navBar",["material.core"]).controller("MdNavBarController",Fe).directive("mdNavBar",Re).controller("MdNavItemController",Ue).directive("mdNavItem",Be),Fe.prototype._initTabs=function(){this._inkbar=be.element(this._navBarEl.querySelector("md-nav-ink-bar"));var n=this;this._$timeout(function(){n._updateTabs(n.mdSelectedNavItem,null)}),this._$scope.$watch("ctrl.mdSelectedNavItem",function(e,t){n._$timeout(function(){n._updateTabs(e,t)})})},Fe.prototype._updateTabs=function(e,t){var n=this,o=this._getTabs(),r=e===t;if(o){var i=-1,a=this._getTabByName(e),d=this._getTabByName(t);d&&d.setSelected(!1),a&&(a.setSelected(!0),i=o.indexOf(a)),this._$timeout(function(){n._updateInkBarStyles(a,i),a&&d&&!r&&n._moveFocus(d,a)})}},Fe.prototype._updateInkBarStyles=function(e,t){if(this._inkbar.css({display:t<0?"none":""}),e){var n=e.getButtonEl(),o=n.offsetLeft,r=n.offsetWidth,i=this._navBarEl.getBoundingClientRect().width,a=r/i,d=o/i*100;this._inkbar.css({transform:"translateX("+d+"%) scaleX("+a+")"})}},Fe.prototype.updateSelectedTabInkBar=function(){this._updateInkBarStyles(this._getSelectedTab())},Fe.prototype._getTabs=function(){var e=Array.prototype.slice.call(this._navBarEl.querySelectorAll(".md-nav-item")).map(function(e){return be.element(e).controller("mdNavItem")});return e.indexOf(ge)?e:[]},Fe.prototype._getTabByName=function(t){return this._findTab(function(e){return e.getName()===t})},Fe.prototype._getSelectedTab=function(){return this._findTab(function(e){return e.isSelected()})},Fe.prototype.getFocusedTab=function(){return this._findTab(function(e){return e.hasFocus()})},Fe.prototype._findTab=function(e,t){var n,o=this._getTabs();for(null==t&&(t=0),n=t;n<o.length;n++)if(e(o[n]))return o[n];return null},Fe.prototype._findTabReverse=function(e,t){var n=this._getTabs();t!==ge&&null!==t||(t=n.length-1);for(var o=t;0<=o;o--)if(e(n[o]))return n[o];return null},Fe.prototype.onFocus=function(){var e=this._getSelectedTab();e&&!e.isFocused&&e.setFocused(!0)},Fe.prototype._moveFocus=function(e,t){e.setFocused(!1),t.setFocused(!0)},Fe.prototype._focusFirstTab=function(){if(this._getTabs()){var e=this._findTab(function(e){return e._isEnabled()});e&&this._moveFocus(this.getFocusedTab(),e)}},Fe.prototype._focusLastTab=function(){if(this._getTabs()){var e=this._findTabReverse(function(e){return e._isEnabled()});e&&this._moveFocus(this.getFocusedTab(),e)}},Fe.prototype._focusNextTab=function(e){if(this._getTabs()){var t=this._findTab(function(e){return e._isEnabled()},e+1);t?this._moveFocus(this.getFocusedTab(),t):this._focusFirstTab()}},Fe.prototype._focusPreviousTab=function(e){if(this._getTabs()){var t=this._findTabReverse(function(e){return e._isEnabled()},e-1);t?this._moveFocus(this.getFocusedTab(),t):this._focusLastTab()}},Fe.prototype.onKeydown=function(e){var t=this._$mdConstant.KEY_CODE,n=this._getTabs(),o=this.getFocusedTab();if(o&&n){var r=n.indexOf(o);switch(e.keyCode){case t.UP_ARROW:case t.LEFT_ARROW:e.preventDefault(),this._focusPreviousTab(r);break;case t.DOWN_ARROW:case t.RIGHT_ARROW:e.preventDefault(),this._focusNextTab(r);break;case t.SPACE:case t.ENTER:this._$timeout(function(){o.getButtonEl().click()});break;case t.HOME:e.preventDefault(),this._focusFirstTab();break;case t.END:e.preventDefault(),this._focusLastTab()}}},Ue.prototype.getNgClassMap=function(){return{"md-active":this._selected,"md-primary":this._selected,"md-unselected":!this._selected,"md-focused":this.isFocused}},Ue.prototype.getName=function(){return this.name},Ue.prototype.getButtonEl=function(){return this._$element[0].querySelector("._md-nav-button")},Ue.prototype.setSelected=function(e){(this._selected=e)?this.getButtonEl().setAttribute("tabindex","0"):this.getButtonEl().setAttribute("tabindex","-1")},Ue.prototype.isSelected=function(){return this._selected},Ue.prototype.setFocused=function(e){(this.isFocused=e)&&this.getButtonEl().focus()},Ue.prototype.hasFocus=function(){return this.isFocused},Ue.prototype._isEnabled=function(){return!this._$element.attr("disabled")},function(){s.$inject=["presets","$rootElement","$rootScope","$injector","$window"],be.module("material.components.panel",["material.core","material.components.backdrop"]).provider("$mdPanel",function(){return{definePreset:e,getAllPresets:t,clearPresets:n,$get:["$rootElement","$rootScope","$injector","$window",function(e,t,n,o){return new s(r,e,t,n,o)}]}});var o,i=80,a="_md-panel-hidden",r={};function e(e,t){if(!e||!t)throw new Error("mdPanelProvider: The panel preset definition is malformed. The name and preset object are required.");if(r.hasOwnProperty(e))throw new Error("mdPanelProvider: The panel preset you have requested has already been defined.");delete t.id,delete t.position,delete t.animation,r[e]=t}function t(){return be.copy(r)}function n(){r={}}function d(e){return be.isString(e)&&(e=[e]),e}function s(e,t,n,o,r){this._defaultConfigOptions={bindToController:!0,clickOutsideToClose:!1,disableParentScroll:!1,escapeToClose:!1,focusOnOpen:!0,fullscreen:!1,hasBackdrop:!1,propagateContainerEvents:!1,transformTemplate:be.bind(this,this._wrapTemplate),trapFocus:!1,zIndex:i},this._config={},this._presets=e,this._$rootElement=t,this._$rootScope=n,this._$injector=o,this._$window=r,this._$mdUtil=this._$injector.get("$mdUtil"),this._trackedPanels={},this._groups=Object.create(null),this.animation=c.animation,this.xPosition=h.xPosition,this.yPosition=h.yPosition,this.interceptorTypes=l.interceptorTypes,this.closeReasons=l.closeReasons,this.absPosition=h.absPosition}function l(e,t){this._$q=t.get("$q"),this._$mdCompiler=t.get("$mdCompiler"),this._$mdConstant=t.get("$mdConstant"),this._$mdUtil=t.get("$mdUtil"),this._$mdTheming=t.get("$mdTheming"),this._$rootScope=t.get("$rootScope"),this._$animate=t.get("$animate"),this._$mdPanel=t.get("$mdPanel"),this._$log=t.get("$log"),this._$window=t.get("$window"),this._$$rAF=t.get("$$rAF"),this.id=e.id,this.config=e,this.panelContainer=ge,this.panelEl=ge,this.innerWrapper=ge,this.isAttached=!1,this._removeListeners=[],this._topFocusTrap=ge,this._bottomFocusTrap=ge,this._backdropRef=ge,this._restoreScroll=null,this._interceptors=Object.create(null),this._compilerCleanup=null,this._restoreCache={styles:"",classes:""}}function h(e){this._$window=e.get("$window"),this._isRTL=e.get("$mdUtil").isRtl(),this._$mdConstant=e.get("$mdConstant"),this._absolute=!1,this._relativeToEl=ge,this._top="",this._bottom="",this._left="",this._right="",this._translateX=[],this._translateY=[],this._positions=[],this._actualPosition=ge}function c(e){this._$mdUtil=e.get("$mdUtil"),this._openFrom,this._closeTo,this._animationClass="",this._openDuration,this._closeDuration,this._rawDuration}function m(e){var t=be.isString(e)?document.querySelector(e):e;return be.element(t)}function u(e,t){if(null!==t&&!be.isUndefined(t)){for(var n,o=Object.keys(e),r=[],i=0;n=o[i];i++){var a=e[n];if(r.push(a),a===t)return}throw new Error("Panel position only accepts the following values:\n"+r.join(" | "))}}function p(e){return be.isNumber(e)?e+"px":e}s.prototype.create=function(e,t){if("string"==typeof e?e=this._getPresetByName(e):"object"!=typeof e||!be.isUndefined(t)&&t||(t=e,e={}),e=e||{},t=t||{},be.isDefined(t.id)&&this._trackedPanels[t.id]){var n=this._trackedPanels[t.id];return be.extend(n.config,t),n}this._config=be.extend({id:t.id||"panel_"+this._$mdUtil.nextUid(),scope:this._$rootScope.$new(!0),attachTo:this._$rootElement},this._defaultConfigOptions,t,e);var o=new l(this._config,this._$injector);return this._trackedPanels[this._config.id]=o,this._config.groupName&&(this._config.groupName=d(this._config.groupName),be.forEach(this._config.groupName,function(e){o.addToGroup(e)})),this._config.scope.$on("$destroy",be.bind(o,o.detach)),o},s.prototype.open=function(e,t){var n=this.create(e,t);return n.open().then(function(){return n})},s.prototype._getPresetByName=function(e){if(!this._presets[e])throw new Error("mdPanel: The panel preset configuration that you requested does not exist. Use the $mdPanelProvider to create a preset before requesting one.");return this._presets[e]},s.prototype.newPanelPosition=function(){return new h(this._$injector)},s.prototype.newPanelAnimation=function(){return new c(this._$injector)},s.prototype.newPanelGroup=function(e,t){return this._groups[e]||(t=t||{},this._groups[e]={panels:[],openPanels:[],maxOpen:0<t.maxOpen?t.maxOpen:1/0}),this._groups[e]},s.prototype.setGroupMaxOpen=function(e,t){if(!this._groups[e])throw new Error("mdPanel: Group does not exist yet. Call newPanelGroup().");this._groups[e].maxOpen=t},s.prototype._openCountExceedsMaxOpen=function(e){if(this._groups[e]){var t=this._groups[e];return 0<t.maxOpen&&t.openPanels.length>t.maxOpen}return!1},s.prototype._closeFirstOpenedPanel=function(e){var t=this._groups[e];t&&t.openPanels.length&&t.openPanels[0].close()},s.prototype._wrapTemplate=function(e){return'<div class="md-panel-outer-wrapper"><div class="md-panel-inner-wrapper _md-panel-offscreen"><div class="md-panel _md-panel-offscreen">'+(e||"")+"</div></div></div>"},s.prototype._wrapContentElement=function(e){var t=be.element('<div class="md-panel-outer-wrapper"><div class="md-panel-inner-wrapper _md-panel-offscreen"></div></div>');return e.addClass("md-panel _md-panel-offscreen"),t.children().eq(0).append(e),t},l.interceptorTypes={CLOSE:"onClose"},l.prototype.open=function(){var r=this;return this._$q(function(e,t){var n=r._done(e,r),o=r._simpleBind(r.show,r);r.attach().then(o).then(function(){r.config.groupName&&(r.config.groupName=d(r.config.groupName),be.forEach(r.config.groupName,function(e){r._$mdPanel._openCountExceedsMaxOpen(e)&&r._$mdPanel._closeFirstOpenedPanel(e)}))}).then(n).catch(t)})},l.prototype.close=function(i){var a=this;return this._$q(function(o,r){a._callInterceptors(l.interceptorTypes.CLOSE).then(function(){var e=a._done(o,a),t=a._simpleBind(a.detach,a),n=a.config.onCloseSuccess||be.noop;n=be.bind(a,n,a,i),a.hide().then(t).then(e).then(n).catch(r)},r)})},l.prototype.attach=function(){if(this.isAttached&&this.panelEl)return this._$q.when(this);var r=this;return this._$q(function(e,t){var n=r._done(e,r),o=r.config.onDomAdded||be.noop;r._$q.all([r._createBackdrop(),r._createPanel().then(function(e){return r.isAttached=!0,r._addEventListeners(),e}).catch(t)]).then(o).then(n).catch(t)})},l.prototype.detach=function(){if(!this.isAttached)return this._$q.when(this);var o=this,r=o.config.onDomRemoved||be.noop;return this._restoreScroll&&(this._restoreScroll(),this._restoreScroll=null),this._$q(function(e,t){var n=o._done(e,o);o._$q.all([(o._removeEventListeners(),o._topFocusTrap&&o._topFocusTrap.parentNode&&o._topFocusTrap.parentNode.removeChild(o._topFocusTrap),o._bottomFocusTrap&&o._bottomFocusTrap.parentNode&&o._bottomFocusTrap.parentNode.removeChild(o._bottomFocusTrap),o._restoreCache.classes&&(o.panelEl[0].className=o._restoreCache.classes),o.panelEl[0].style.cssText=o._restoreCache.styles||"",o._compilerCleanup(),o.panelContainer.remove(),o.isAttached=!1,o._$q.when(o)),!o._backdropRef||o._backdropRef.detach()]).then(r).then(n).catch(t)})},l.prototype.destroy=function(){var t=this;this.config.groupName&&(this.config.groupName=d(this.config.groupName),be.forEach(this.config.groupName,function(e){t.removeFromGroup(e)})),this.config.scope.$destroy(),this.config.locals=null,this.config.onDomAdded=null,this.config.onDomRemoved=null,this.config.onRemoving=null,this.config.onOpenComplete=null,this._interceptors=ge},l.prototype.show=function(){if(!this.panelContainer)return this._$q(function(e,t){t("mdPanel: Panel does not exist yet. Call open() or attach().")});if(!this.panelContainer.hasClass(a))return this._$q.when(this);var r=this;return this._$q(function(e,t){var n=r._done(e,r),o=r.config.onOpenComplete||be.noop;r._$q.all([r._backdropRef?r._backdropRef.show():r,(r.panelContainer.removeClass(a),r._animateOpen()).then(function(){r._focusOnOpen()},t)]).then(o).then(function(){r.config.groupName&&(r.config.groupName=d(r.config.groupName),be.forEach(r.config.groupName,function(e){(e=r._$mdPanel._groups[e])&&e.openPanels.push(r)}))}).then(n).catch(t)})},l.prototype.hide=function(){if(!this.panelContainer)return this._$q(function(e,t){t("mdPanel: Panel does not exist yet. Call open() or attach().")});if(this.panelContainer.hasClass(a))return this._$q.when(this);var r=this;return this._$q(function(e,t){var n=r._done(e,r),o=r.config.onRemoving||be.noop;r._$q.all([r._backdropRef?r._backdropRef.hide():r,r._animateClose().then(o).then(function(){r.panelContainer.addClass(a)}).then(function(){var t;r.config.groupName&&(r.config.groupName=d(r.config.groupName),be.forEach(r.config.groupName,function(e){e=r._$mdPanel._groups[e],-1<(t=e.openPanels.indexOf(r))&&e.openPanels.splice(t,1)}))}).then(function(){var e=r.config.origin;e&&m(e).focus()}).catch(t)]).then(n,t)})},l.prototype._compile=function(){var o=this;return o._$mdCompiler.compile(o.config).then(function(e){var t=o.config;if(t.contentElement){var n=e.element;o._restoreCache.styles=n[0].style.cssText,o._restoreCache.classes=n[0].className,o.panelContainer=o._$mdPanel._wrapContentElement(n),o.panelEl=n}else o.panelContainer=e.link(t.scope),o.panelEl=be.element(o.panelContainer[0].querySelector(".md-panel"));return o.innerWrapper=be.element(o.panelContainer[0].querySelector(".md-panel-inner-wrapper")),o._compilerCleanup=e.cleanup,m(o.config.attachTo).append(o.panelContainer),o})},l.prototype._createPanel=function(){var n=this;return this._$q(function(e,t){n.config.locals||(n.config.locals={}),(n.config.locals.mdPanelRef=n)._compile().then(function(){n.config.disableParentScroll&&(n._restoreScroll=n._$mdUtil.disableScrollAround(null,n.panelContainer,{disableScrollMask:!0})),n.config.panelClass&&n.panelEl.addClass(n.config.panelClass),n.config.propagateContainerEvents&&(n.panelContainer.css("pointer-events","none"),n.panelEl.css("pointer-events","all")),n._$animate.pin&&n._$animate.pin(n.panelContainer,m(n.config.attachTo)),n._configureTrapFocus(),n._addStyles().then(function(){e(n)},t)},t)})},l.prototype._addStyles=function(){var n=this;return this._$q(function(e){n.panelContainer.css("z-index",n.config.zIndex),n.innerWrapper.css("z-index",n.config.zIndex+1);function t(){n._setTheming(),n.panelEl.removeClass("_md-panel-offscreen"),n.innerWrapper.removeClass("_md-panel-offscreen"),n.panelContainer.addClass(a),e(n)}if(n.config.fullscreen)return n.panelEl.addClass("_md-panel-fullscreen"),void t();n.config.position?n._$rootScope.$$postDigest(function(){n._updatePosition(!0),n._setTheming(),e(n)}):t()})},l.prototype._setTheming=function(){this._$mdTheming(this.panelEl),this._$mdTheming(this.panelContainer)},l.prototype.updatePosition=function(e){if(!this.panelContainer)throw new Error("mdPanel: Panel does not exist yet. Call open() or attach().");this.config.position=e,this._updatePosition()},l.prototype._updatePosition=function(e){var t=this.config.position;t&&(t._setPanelPosition(this.innerWrapper),e&&(this.panelEl.removeClass("_md-panel-offscreen"),this.innerWrapper.removeClass("_md-panel-offscreen"),this.panelContainer.addClass(a)),this.innerWrapper.css(h.absPosition.TOP,t.getTop()),this.innerWrapper.css(h.absPosition.BOTTOM,t.getBottom()),this.innerWrapper.css(h.absPosition.LEFT,t.getLeft()),this.innerWrapper.css(h.absPosition.RIGHT,t.getRight()))},l.prototype._focusOnOpen=function(){if(this.config.focusOnOpen){var e=this;this._$rootScope.$$postDigest(function(){(e._$mdUtil.findFocusTarget(e.panelEl)||e.panelEl).focus()})}},l.prototype._createBackdrop=function(){if(this.config.hasBackdrop){if(!this._backdropRef){var e=this._$mdPanel.newPanelAnimation().openFrom(this.config.attachTo).withAnimation({open:"_md-opaque-enter",close:"_md-opaque-leave"});this.config.animation&&e.duration(this.config.animation._rawDuration);var t={animation:e,attachTo:this.config.attachTo,focusOnOpen:!1,panelClass:"_md-panel-backdrop",zIndex:this.config.zIndex-1};this._backdropRef=this._$mdPanel.create(t)}if(!this._backdropRef.isAttached)return this._backdropRef.attach()}},l.prototype._addEventListeners=function(){this._configureEscapeToClose(),this._configureClickOutsideToClose(),this._configureScrollListener()},l.prototype._removeEventListeners=function(){this._removeListeners&&this._removeListeners.forEach(function(e){e()}),this._removeListeners=[]},l.prototype._configureEscapeToClose=function(){if(this.config.escapeToClose){var e=m(this.config.attachTo),t=this,n=function(e){e.keyCode===t._$mdConstant.KEY_CODE.ESCAPE&&(e.stopPropagation(),e.preventDefault(),t.close(l.closeReasons.ESCAPE))};this.panelContainer.on("keydown",n),e.on("keydown",n),this._removeListeners.push(function(){t.panelContainer.off("keydown",n),e.off("keydown",n)})}},l.prototype._configureClickOutsideToClose=function(){if(this.config.clickOutsideToClose){var t,n=this.config.propagateContainerEvents?be.element(document.body):this.panelContainer,e=function(e){t=e.target},o=this,r=function(e){o.config.propagateContainerEvents?t===o.panelEl[0]||o.panelEl[0].contains(t)||o.close():t===n[0]&&e.target===n[0]&&(e.stopPropagation(),e.preventDefault(),o.close(l.closeReasons.CLICK_OUTSIDE))};n.on("mousedown",e),n.on("mouseup",r),this._removeListeners.push(function(){n.off("mousedown",e),n.off("mouseup",r)})}},l.prototype._configureScrollListener=function(){if(!this.config.disableParentScroll){var e=be.bind(this,this._updatePosition),t=this._$$rAF.throttle(e),n=this,o=function(){t()};this._$window.addEventListener("scroll",o,!0),this._removeListeners.push(function(){n._$window.removeEventListener("scroll",o,!0)})}},l.prototype._configureTrapFocus=function(){if(this.panelEl.attr("tabIndex","-1"),this.config.trapFocus){var e=this.panelEl;if(!o){var t=document.createElement("div");t.className="_md-panel-focus-trap",t.tabIndex=0,o=be.element(t)}this._topFocusTrap=o.clone()[0],this._bottomFocusTrap=o.clone()[0];var n=function(){e.focus()};this._topFocusTrap.addEventListener("focus",n),this._bottomFocusTrap.addEventListener("focus",n),this._removeListeners.push(this._simpleBind(function(){this._topFocusTrap.removeEventListener("focus",n),this._bottomFocusTrap.removeEventListener("focus",n)},this)),e[0].parentNode.insertBefore(this._topFocusTrap,e[0]),e.after(this._bottomFocusTrap)}},l.prototype.updateAnimation=function(e){this.config.animation=e,this._backdropRef&&this._backdropRef.config.animation.duration(e._rawDuration)},l.prototype._animateOpen=function(){this.panelContainer.addClass("md-panel-is-showing");var n=this.config.animation;if(!n)return this.panelContainer.addClass("_md-panel-shown"),this._$q.when(this);var o=this;return this._$q(function(e){var t=o._done(e,o);n.animateOpen(o.panelEl).then(t,function(){o._$log.warn("mdPanel: MdPanel Animations failed. Showing panel without animating."),t()})})},l.prototype._animateClose=function(){var n=this,o=this.config.animation;return o?this._$q(function(e){function t(){n.panelContainer.removeClass("md-panel-is-showing"),n.panelEl.css("transform",""),e(n)}o.animateClose(n.panelEl).then(t,function(){n._$log.warn("mdPanel: MdPanel Animations failed. Hiding panel without animating."),t()})}):(this.panelContainer.removeClass("md-panel-is-showing"),this.panelContainer.removeClass("_md-panel-shown"),this._$q.when(this))},l.prototype.registerInterceptor=function(e,t){var n=null;if(be.isString(e)?be.isFunction(t)||(n="Interceptor callback must be a function, instead got "+typeof t):n="Interceptor type must be a string, instead got "+typeof e,n)throw new Error("MdPanel: "+n);var o=this._interceptors[e]=this._interceptors[e]||[];return-1===o.indexOf(t)&&o.push(t),this},l.prototype.removeInterceptor=function(e,t){var n=this._interceptors[e]?this._interceptors[e].indexOf(t):-1;return-1<n&&this._interceptors[e].splice(n,1),this},l.prototype.removeAllInterceptors=function(e){return e?this._interceptors[e]=[]:this._interceptors=Object.create(null),this},l.prototype._callInterceptors=function(e){var o=this,r=o._$q;return(o._interceptors&&o._interceptors[e]||[]).reduceRight(function(e,t){var n=t&&be.isFunction(t.then)?t:null;return e.then(function(){if(!n)try{n=t(o)}catch(e){n=r.reject(e)}return n})},r.resolve(o))},l.prototype._simpleBind=function(t,n){return function(e){return t.apply(n,e)}},l.prototype._done=function(e,t){return function(){e(t)}},l.prototype.addToGroup=function(e){this._$mdPanel._groups[e]||this._$mdPanel.newPanelGroup(e);var t=this._$mdPanel._groups[e];t.panels.indexOf(this)<0&&t.panels.push(this)},l.prototype.removeFromGroup=function(e){if(!this._$mdPanel._groups[e])throw new Error("mdPanel: The group "+e+" does not exist.");var t=this._$mdPanel._groups[e],n=t.panels.indexOf(this);-1<n&&t.panels.splice(n,1)},l.closeReasons={CLICK_OUTSIDE:"clickOutsideToClose",ESCAPE:"escapeToClose"},h.xPosition={CENTER:"center",ALIGN_START:"align-start",ALIGN_END:"align-end",OFFSET_START:"offset-start",OFFSET_END:"offset-end"},h.yPosition={CENTER:"center",ALIGN_TOPS:"align-tops",ALIGN_BOTTOMS:"align-bottoms",ABOVE:"above",BELOW:"below"},h.absPosition={TOP:"top",RIGHT:"right",BOTTOM:"bottom",LEFT:"left"},h.viewportMargin=8,h.prototype.absolute=function(){return this._absolute=!0,this},h.prototype._setPosition=function(e,t){if(e===h.absPosition.RIGHT||e===h.absPosition.LEFT)this._left=this._right="";else{if(e!==h.absPosition.BOTTOM&&e!==h.absPosition.TOP){var n=Object.keys(h.absPosition).join().toLowerCase();throw new Error("mdPanel: Position must be one of "+n+".")}this._top=this._bottom=""}return this["_"+e]=be.isString(t)?t:"0",this},h.prototype.top=function(e){return this._setPosition(h.absPosition.TOP,e)},h.prototype.bottom=function(e){return this._setPosition(h.absPosition.BOTTOM,e)},h.prototype.start=function(e){var t=this._isRTL?h.absPosition.RIGHT:h.absPosition.LEFT;return this._setPosition(t,e)},h.prototype.end=function(e){var t=this._isRTL?h.absPosition.LEFT:h.absPosition.RIGHT;return this._setPosition(t,e)},h.prototype.left=function(e){return this._setPosition(h.absPosition.LEFT,e)},h.prototype.right=function(e){return this._setPosition(h.absPosition.RIGHT,e)},h.prototype.centerHorizontally=function(){return this._left="50%",this._right="",this._translateX=["-50%"],this},h.prototype.centerVertically=function(){return this._top="50%",this._bottom="",this._translateY=["-50%"],this},h.prototype.center=function(){return this.centerHorizontally().centerVertically()},h.prototype.relativeTo=function(e){return this._absolute=!1,this._relativeToEl=m(e),this},h.prototype.addPanelPosition=function(e,t){if(!this._relativeToEl)throw new Error("mdPanel: addPanelPosition can only be used with relative positioning. Set relativeTo first.");return u(h.xPosition,e),u(h.yPosition,t),this._positions.push({x:e,y:t}),this},h.prototype.withOffsetX=function(e){return this._translateX.push(p(e)),this},h.prototype.withOffsetY=function(e){return this._translateY.push(p(e)),this},h.prototype.getTop=function(){return this._top},h.prototype.getBottom=function(){return this._bottom},h.prototype.getLeft=function(){return this._left},h.prototype.getRight=function(){return this._right},h.prototype.getTransform=function(){return(this._reduceTranslateValues("translateX",this._translateX)+" "+this._reduceTranslateValues("translateY",this._translateY)).trim()},h.prototype._setTransform=function(e){return e.css(this._$mdConstant.CSS.TRANSFORM,this.getTransform())},h.prototype._isOnscreen=function(e){var t=parseInt(this.getLeft()),n=parseInt(this.getTop());if(this._translateX.length||this._translateY.length){var o=function(e,t){var n=getComputedStyle(e[0]||e)[t],o=n.indexOf("("),r=n.lastIndexOf(")"),i={x:0,y:0};if(-1<o&&-1<r){var a=n.substring(o+1,r).split(", ").slice(-2);i.x=parseInt(a[0]),i.y=parseInt(a[1])}return i}(e,this._$mdConstant.CSS.TRANSFORM);t+=o.x,n+=o.y}var r=t+e[0].offsetWidth,i=n+e[0].offsetHeight;return 0<=t&&0<=n&&i<=this._$window.innerHeight&&r<=this._$window.innerWidth},h.prototype.getActualPosition=function(){return this._actualPosition},h.prototype._reduceTranslateValues=function(n,e){return e.map(function(e){var t=be.isFunction(e)?p(e(this)):e;return n+"("+t+")"},this).join(" ")},h.prototype._setPanelPosition=function(e){if(e.removeClass("_md-panel-position-adjusted"),this._absolute)this._setTransform(e);else{if(this._actualPosition)return this._calculatePanelPosition(e,this._actualPosition),this._setTransform(e),void this._constrainToViewport(e);for(var t=0;t<this._positions.length;t++)if(this._actualPosition=this._positions[t],this._calculatePanelPosition(e,this._actualPosition),this._setTransform(e),this._isOnscreen(e))return;this._constrainToViewport(e)}},h.prototype._constrainToViewport=function(e){var t=h.viewportMargin,n=this._top,o=this._left;if(this.getTop()){var r=parseInt(this.getTop()),i=e[0].offsetHeight+r,a=this._$window.innerHeight;r<t?this._top=t+"px":a<i&&(this._top=r-(i-a+t)+"px")}if(this.getLeft()){var d=parseInt(this.getLeft()),s=e[0].offsetWidth+d,l=this._$window.innerWidth;d<t?this._left=t+"px":l<s&&(this._left=d-(s-l+t)+"px")}e.toggleClass("_md-panel-position-adjusted",this._top!==n||this._left!==o)},h.prototype._reverseXPosition=function(e){if(e===h.xPosition.CENTER)return e;return-1<e.indexOf("start")?e.replace("start","end"):e.replace("end","start")},h.prototype._bidi=function(e){return this._isRTL?this._reverseXPosition(e):e},h.prototype._calculatePanelPosition=function(e,t){var n=e[0].getBoundingClientRect(),o=Math.max(n.width,e[0].clientWidth),r=Math.max(n.height,e[0].clientHeight),i=this._relativeToEl[0].getBoundingClientRect(),a=i.left,d=i.right,s=i.width;switch(this._bidi(t.x)){case h.xPosition.OFFSET_START:this._left=a-o+"px";break;case h.xPosition.ALIGN_END:this._left=d-o+"px";break;case h.xPosition.CENTER:var l=a+.5*s-.5*o;this._left=l+"px";break;case h.xPosition.ALIGN_START:this._left=a+"px";break;case h.xPosition.OFFSET_END:this._left=d+"px"}var c=i.top,m=i.bottom,u=i.height;switch(t.y){case h.yPosition.ABOVE:this._top=c-r+"px";break;case h.yPosition.ALIGN_BOTTOMS:this._top=m-r+"px";break;case h.yPosition.CENTER:var p=c+.5*u-.5*r;this._top=p+"px";break;case h.yPosition.ALIGN_TOPS:this._top=c+"px";break;case h.yPosition.BELOW:this._top=m+"px"}},c.animation={SLIDE:"md-panel-animate-slide",SCALE:"md-panel-animate-scale",FADE:"md-panel-animate-fade"},c.prototype.openFrom=function(e){return e=e.target?e.target:e,this._openFrom=this._getPanelAnimationTarget(e),this._closeTo||(this._closeTo=this._openFrom),this},c.prototype.closeTo=function(e){return this._closeTo=this._getPanelAnimationTarget(e),this},c.prototype.duration=function(e){return e&&(be.isNumber(e)?this._openDuration=this._closeDuration=t(e):be.isObject(e)&&(this._openDuration=t(e.open),this._closeDuration=t(e.close))),this._rawDuration=e,this;function t(e){if(be.isNumber(e))return e/1e3}},c.prototype._getPanelAnimationTarget=function(e){return be.isDefined(e.top)||be.isDefined(e.left)?{element:ge,bounds:{top:e.top||0,left:e.left||0}}:this._getBoundingClientRect(m(e))},c.prototype.withAnimation=function(e){return this._animationClass=e,this},c.prototype.animateOpen=function(e){var t=this._$mdUtil.dom.animator;this._fixBounds(e);var n={},o=e[0].style.transform||"",r=t.toTransformCss(o),i=t.toTransformCss(o);switch(this._animationClass){case c.animation.SLIDE:e.css("opacity","1"),n={transitionInClass:"_md-panel-animate-enter",transitionOutClass:"_md-panel-animate-leave"};var a=t.calculateSlideToOrigin(e,this._openFrom)||"";r=t.toTransformCss(a+" "+o);break;case c.animation.SCALE:n={transitionInClass:"_md-panel-animate-enter"};var d=t.calculateZoomToOrigin(e,this._openFrom)||"";r=t.toTransformCss(o+" "+d);break;case c.animation.FADE:n={transitionInClass:"_md-panel-animate-enter"};break;default:n=be.isString(this._animationClass)?{transitionInClass:this._animationClass}:{transitionInClass:this._animationClass.open,transitionOutClass:this._animationClass.close}}return n.duration=this._openDuration,t.translate3d(e,r,i,n)},c.prototype.animateClose=function(e){var t=this._$mdUtil.dom.animator,n={},o=e[0].style.transform||"",r=t.toTransformCss(o),i=t.toTransformCss(o);switch(this._animationClass){case c.animation.SLIDE:e.css("opacity","1"),n={transitionInClass:"_md-panel-animate-leave",transitionOutClass:"_md-panel-animate-enter _md-panel-animate-leave"};var a=t.calculateSlideToOrigin(e,this._closeTo)||"";i=t.toTransformCss(a+" "+o);break;case c.animation.SCALE:n={transitionInClass:"_md-panel-animate-scale-out _md-panel-animate-leave",transitionOutClass:"_md-panel-animate-scale-out _md-panel-animate-enter _md-panel-animate-leave"};var d=t.calculateZoomToOrigin(e,this._closeTo)||"";i=t.toTransformCss(o+" "+d);break;case c.animation.FADE:n={transitionInClass:"_md-panel-animate-fade-out _md-panel-animate-leave",transitionOutClass:"_md-panel-animate-fade-out _md-panel-animate-enter _md-panel-animate-leave"};break;default:n=be.isString(this._animationClass)?{transitionOutClass:this._animationClass}:{transitionInClass:this._animationClass.close,transitionOutClass:this._animationClass.open}}return n.duration=this._closeDuration,t.translate3d(e,r,i,n)},c.prototype._fixBounds=function(e){var t=e[0].offsetWidth,n=e[0].offsetHeight;this._openFrom&&null==this._openFrom.bounds.height&&(this._openFrom.bounds.height=n),this._openFrom&&null==this._openFrom.bounds.width&&(this._openFrom.bounds.width=t),this._closeTo&&null==this._closeTo.bounds.height&&(this._closeTo.bounds.height=n),this._closeTo&&null==this._closeTo.bounds.width&&(this._closeTo.bounds.width=t)},c.prototype._getBoundingClientRect=function(e){if(e instanceof be.element)return{element:e,bounds:e[0].getBoundingClientRect()}}}(),be.module("material.components.progressCircular",["material.core"]),je.$inject=["$window","$mdProgressCircular","$mdTheming","$mdUtil","$interval","$log"],be.module("material.components.progressCircular").directive("mdProgressCircular",je),be.module("material.components.progressCircular").provider("$mdProgressCircular",function(){var t={progressSize:50,strokeWidth:10,duration:100,easeFn:e,durationIndeterminate:1333,startIndeterminate:1,endIndeterminate:149,easeFnIndeterminate:n,easingPresets:{linearEase:e,materialEase:n}};return{configure:function(e){return t=be.extend(t,e||{})},$get:function(){return t}};function e(e,t,n,o){return n*e/o+t}function n(e,t,n,o){var r=(e/=o)*e,i=r*e;return t+n*(6*i*r+-15*r*r+10*i)}}),ze.$inject=["$mdTheming","$mdUtil","$log"],be.module("material.components.progressLinear",["material.core"]).directive("mdProgressLinear",ze),function(){e.$inject=["$mdUtil","$mdConstant","$mdTheming","$timeout"],t.$inject=["$mdAria","$mdUtil","$mdTheming"],be.module("material.components.radioButton",["material.core"]).directive("mdRadioGroup",e).directive("mdRadioButton",t);var i=Object.freeze({PREVIOUS:-1,CURRENT:0,NEXT:1});function e(d,s,l,c){return e.prototype={init:function(e){this._ngModelCtrl=e,this._ngModelCtrl.$render=be.bind(this,this.render)},add:function(e){this._radioButtonRenderFns.push(e)},remove:function(e){var t=this._radioButtonRenderFns.indexOf(e);-1!==t&&this._radioButtonRenderFns.splice(t,1)},render:function(){this._radioButtonRenderFns.forEach(function(e){e()})},setViewValue:function(e,t){this._ngModelCtrl.$setViewValue(e,t),this.render()},getViewValue:function(){return this._ngModelCtrl.$viewValue},selectCurrent:function(){return t(this.$element,i.CURRENT)},selectNext:function(){return t(this.$element,i.NEXT)},selectPrevious:function(){return t(this.$element,i.PREVIOUS)},setActiveDescendant:function(e){this.$element.attr("aria-activedescendant",e)},isDisabled:function(){return this.$element[0].hasAttribute("disabled")}},{restrict:"E",controller:["$element",e],require:["mdRadioGroup","?ngModel"],link:{pre:function(e,o,t,n){o.addClass("_md"),l(o);var r=n[0],i=n[1]||d.fakeNgModel();function a(){o.hasClass("md-focused")||o.addClass("md-focused")}r.init(i),e.mouseActive=!1,o.attr({role:"radiogroup",tabIndex:o.attr("tabindex")||"0"}).on("keydown",function(e){var t=e.which||e.keyCode;if(t===s.KEY_CODE.ENTER||e.currentTarget===e.target)switch(t){case s.KEY_CODE.LEFT_ARROW:case s.KEY_CODE.UP_ARROW:e.preventDefault(),r.selectPrevious(),a();break;case s.KEY_CODE.RIGHT_ARROW:case s.KEY_CODE.DOWN_ARROW:e.preventDefault(),r.selectNext(),a();break;case s.KEY_CODE.SPACE:e.preventDefault(),r.selectCurrent();break;case s.KEY_CODE.ENTER:var n=be.element(d.getClosest(o[0],"form"));0<n.length&&n.triggerHandler("submit")}}).on("mousedown",function(){e.mouseActive=!0,c(function(){e.mouseActive=!1},100)}).on("focus",function(){!1===e.mouseActive&&r.$element.addClass("md-focused")}).on("blur",function(){r.$element.removeClass("md-focused")}),d.nextTick(function(){var e=m(r.$element);e.count()&&!r.$element[0].hasAttribute("aria-activedescendant")&&r.setActiveDescendant(e.first().id)})}}};function e(e){this._radioButtonRenderFns=[],this.$element=e}function m(e){return d.iterator(e[0].querySelectorAll("md-radio-button"),!0)}function t(e,t){var n,o=m(e);if(o.count()){var r=e[0].querySelector("md-radio-button.md-checked");r?t!==i.PREVIOUS&&t!==i.NEXT||(n=o[t===i.PREVIOUS?"previous":"next"](r,function(e){return!be.element(e).attr("disabled")})):n=o.first(),n&&be.element(n).triggerHandler("click")}}}function t(s,l,c){var m="md-checked";return{restrict:"E",require:"^mdRadioGroup",transclude:!0,template:'<div class="md-container" md-ink-ripple md-ink-ripple-checkbox><div class="md-off"></div><div class="md-on"></div></div><div ng-transclude class="md-label"></div>',link:function(t,n,o,r){var i;c(n),function(e){e.attr({id:o.id||"radio_"+l.nextUid(),role:"radio","aria-checked":"false"}),s.expectWithText(e,"aria-label")}(n),n.addClass("md-auto-horizontal-margin"),o.ngValue?l.nextTick(e,!1):e();function e(){if(!r)throw"RadioButton: No RadioGroupController could be found.";r.add(d),o.$observe("value",d),n.on("click",a).on("$destroy",function(){r.remove(d)})}function a(e){n[0].hasAttribute("disabled")||r.isDisabled()||t.$apply(function(){r.setViewValue(o.value,e&&e.type)})}function d(){var e=r.getViewValue()==o.value;e!==i&&(n[0]&&n[0].parentNode&&"md-radio-group"!==n[0].parentNode.nodeName.toLowerCase()&&n.parent().toggleClass(m,e),e&&r.setActiveDescendant(n.attr("id")),i=e,n.attr("aria-checked",e).toggleClass(m,e))}}}}}(),function(){e.$inject=["$mdSelect","$mdUtil","$mdConstant","$mdTheming","$mdAria","$parse","$sce"],t.$inject=["$parse","$mdUtil","$mdConstant","$mdTheming"],o.$inject=["$mdButtonInkRipple","$mdUtil","$mdTheming"],r.$inject=["$$interimElementProvider"],i.$inject=["$element"];var m,P=8,n=0;function e(L,R,F,B,U,j,z){return{restrict:"E",require:["^?mdInputContainer","mdSelect","ngModel","?^form"],compile:function(e,t){var n=R.parseAttributeBoolean(t.multiple);e.addClass("md-auto-horizontal-margin");var o=be.element("<md-select-value><span></span></md-select-value>");o.append('<span class="md-select-icon" aria-hidden="true"></span>'),o.addClass("md-select-value"),o[0].hasAttribute("id")||o.attr("id","select_value_label_"+R.nextUid());var r=e.find("md-content");r.length||(e.append(be.element("<md-content>").append(e.contents())),r=e.find("md-content"));r.attr("role","listbox"),r.attr("tabindex","-1"),n?r.attr("aria-multiselectable","true"):r.attr("aria-multiselectable","false");t.mdOnOpen&&(e.find("md-content").prepend(be.element('<div> <md-progress-circular md-mode="indeterminate" ng-if="$$loadingAsyncDone === false" md-diameter="25px"></md-progress-circular></div>')),e.find("md-option").attr("ng-show","$$loadingAsyncDone"));if(t.name){var i=be.element('<select class="md-visually-hidden"></select>');i.attr({name:t.name,"aria-hidden":"true",tabindex:"-1"});var a=e.find("md-option");be.forEach(a,function(e){var t=be.element("<option>"+e.innerHTML+"</option>");e.hasAttribute("ng-value")?t.attr("ng-value",e.getAttribute("ng-value")):e.hasAttribute("value")&&t.attr("value",e.getAttribute("value")),i.append(t)}),i.append('<option ng-value="'+t.ngModel+'" selected></option>'),e.parent().append(i)}var d=n?"multiple":"",s=t.ngModelOptions?R.supplant('ng-model-options="{0}"',[t.ngModelOptions]):"",l='<div class="md-select-menu-container" aria-hidden="true" role="presentation"> <md-select-menu role="presentation" {0} {1}>{2}</md-select-menu></div>';l=R.supplant(l,[d,s,e.html()]),e.empty().append(o),e.append(l),t.tabindex||t.$set("tabindex",0);return function(r,i,a,e){var t,n,d,o,s,l,c=!0,m=e[0],u=e[1],p=e[2],h=e[3],f=i.find("md-select-value"),b=be.isDefined(a.readonly),g=R.parseAttributeBoolean(a.mdNoAsterisk),E=be.isDefined(a.ariaLabelledby),v=i.find("md-content"),$=i.attr("placeholder");if(g&&i.addClass("md-no-asterisk"),m){var M=m.isErrorGetter||function(){return p.$invalid&&(p.$touched||h&&h.$submitted)};if(m.input&&i.find("md-select-header").find("input")[0]!==m.input[0])throw new Error("<md-input-container> can only have *one* child <input>, <textarea>, or <select> element!");if(m.input=i,m.label)m.label.attr("aria-hidden","true"),v.attr("aria-label",m.label.text()),m.setHasPlaceholder(!!$);else{U.expect(i,"aria-label",$);var y=i.attr("aria-label");y=y||$,v.attr("aria-label",y)}var C=r.$watch(M,m.setInvalid)}l=be.element(i[0].querySelector(".md-select-menu-container")),o=r,a.mdContainerClass&&l.addClass(a.mdContainerClass),(s=l.find("md-select-menu").controller("mdSelectMenu")).init(p,a),i.on("$destroy",function(){l.remove()}),d=l,B(i);var T=p.$render;p.$render=function(){T(),k(),I()};var A=a.$observe("placeholder",p.$render),w=a.$observe("required",function(e){m&&m.label&&m.label.toggleClass("md-required",e&&!g),i.removeAttr("aria-required"),e?v.attr("aria-required","true"):v.removeAttr("aria-required")});if(u.setSelectValueText=function(e){var t=e===ge||""===e,n=!1;if(u.setIsPlaceholder(!e),a.mdSelectedText&&a.mdSelectedHtml)throw Error("md-select cannot have both `md-selected-text` and `md-selected-html`");if(a.mdSelectedText||a.mdSelectedHtml)e=j(a.mdSelectedText||a.mdSelectedHtml)(r),n=!0;else if(t){e=a.placeholder||(m&&m.label?m.label.text():"")||"",n=!0}var o=f.children().eq(0);a.mdSelectedHtml?o.html(z.getTrustedHtml(e)):n?o.text(e):o.html(e),t?(f.attr("aria-hidden","true"),E||i.removeAttr("aria-labelledby")):(f.removeAttr("aria-hidden"),E||i.attr("aria-labelledby",i[0].id+" "+f[0].id))},u.setIsPlaceholder=function(e){e?(f.addClass("md-select-placeholder"),m&&m.label&&!i.attr("placeholder")&&m.label.addClass("md-placeholder")):(f.removeClass("md-select-placeholder"),m&&m.label&&!i.attr("placeholder")&&m.label.removeClass("md-placeholder"))},!b){i.on("focus",function(){m&&m.setFocused(!0)}),i.on("blur",function(e){c&&(c=!1,o._mdSelectIsOpen&&e.stopImmediatePropagation()),m&&m.setFocused(!1),I()})}u.triggerClose=function(){j(a.mdOnClose)(r)},r.$$postDigest(function(){!function(){var e=i.attr("aria-label")||i.attr("placeholder");!e&&m&&m.label&&(e=m.label.text());U.expect(i,"aria-label",e)}(),k()});var _=r.$watch(function(){return s.getSelectedLabels()},k);function k(){s=s||d.find("md-select-menu").controller("mdSelectMenu"),u.setSelectValueText(s.getSelectedLabels())}var x=a.$observe("mdMultiple",function(e){n&&n();var t=j(e);n=r.$watch(function(){return t(r)},function(e,t){var n=d.find("md-select-menu");if(e!==ge||t!==ge){if(e){var o={multiple:"multiple"};i.attr(o),n.attr(o)}else i.removeAttr("multiple"),n.removeAttr("multiple");i.find("md-content").attr("aria-multiselectable",e?"true":"false"),d&&(s.setMultiple(Boolean(e)),T=p.$render,p.$render=function(){T(),k(),I()},p.$render())}})}),N=a.$observe("disabled",function(e){be.isString(e)&&(e=!0),t!==ge&&t===e||((t=e)?i.attr({"aria-disabled":"true"}).removeAttr("tabindex").removeAttr("aria-expanded").removeAttr("aria-haspopup").off("click",P).off("keydown",O):i.attr({tabindex:a.tabindex,"aria-haspopup":"listbox"}).removeAttr("aria-disabled").on("click",P).on("keydown",O))});a.hasOwnProperty("disabled")||a.hasOwnProperty("ngDisabled")||(i.attr({"aria-disabled":"false"}),i.on("click",P),i.on("keydown",O));var S={role:"button","aria-haspopup":"listbox"};i[0].hasAttribute("id")||(S.id="select_"+R.nextUid());var D="select_container_"+R.nextUid();d.attr("id",D);var H="select_listbox_"+R.nextUid();function I(){R.nextTick(function(){m&&m.setHasValue(0<s.getSelectedLabels().length||(i[0].validity||{}).badInput)})}function O(e){if(F.isNavigationKey(e))e.preventDefault(),P();else if(q(e,F)){e.preventDefault();var t=s.optNodeForKeyboardSearch(e);if(!t||t.hasAttribute("disabled"))return;var n=be.element(t).controller("mdOption");s.isMultiple||be.forEach(Object.keys(s.selected),function(e){s.deselect(e)}),s.select(n.hashKey,n.value),s.refreshViewValue()}}function P(){o._mdSelectIsOpen=!0,i.attr("aria-expanded","true"),L.show({scope:o,preserveScope:!0,skipCompile:!0,element:d,target:i[0],selectCtrl:u,preserveElement:!0,hasBackdrop:!0,loadingAsync:!!a.mdOnOpen&&(r.$eval(a.mdOnOpen)||!0)}).finally(function(){o._mdSelectIsOpen=!1,i.removeAttr("aria-expanded"),i.removeAttr("aria-activedescendant"),p.$setTouched()})}d.find("md-content").attr("id",H),i.find("md-select-menu").length||(S["aria-owns"]=H),i.attr(S),r.$on("$destroy",function(){w&&w(),N&&N(),n&&n(),x&&x(),_&&_(),A&&A(),C&&C(),i.off("focus"),i.off("blur"),L.destroy().finally(function(){m&&(m.setFocused(!1),m.setHasValue(!1),m.input=null),p.$setTouched()})})}},controller:function(){}}}function t(h,f,e,r){return{restrict:"E",require:["mdSelectMenu"],scope:!(t.$inject=["$scope","$attrs","$element"]),controller:t,link:{pre:function(i,e,t,n){var a=n[0];function o(e){var t=f.getClosest(e.target,"md-option"),n=t&&be.element(t).data("$mdOptionController");if(t&&n)if(t.hasAttribute("disabled"))e.stopImmediatePropagation();else{var o=a.hashGetter(n.value),r=be.isDefined(a.selected[o]);i.$apply(function(){a.isMultiple?r?a.deselect(o):a.select(o,n.value):r||(be.forEach(Object.keys(a.selected),function(e){a.deselect(e)}),a.select(o,n.value)),a.refreshViewValue()})}else e.target&&e.target.parentNode&&"MD-SELECT-HEADER"===e.target.parentNode.tagName&&e.stopImmediatePropagation()}e.addClass("_md"),r(e),e.on("click",o),e.on("keypress",function(e){13!==e.keyCode&&32!==e.keyCode||o(e)})}}};function t(i,r,a){var d,o,s,l,c=this,m="";function u(){var n=c.ngModel.$modelValue||c.ngModel.$viewValue||[];if(be.isArray(n)){var e=Object.keys(c.selected),t=n.map(c.hashGetter);e.filter(function(e){return-1===t.indexOf(e)}).forEach(c.deselect),t.forEach(function(e,t){c.select(e,n[t])})}}function p(){var e=c.ngModel.$viewValue||c.ngModel.$modelValue;Object.keys(c.selected).forEach(c.deselect),c.select(c.hashGetter(e),e)}c.isMultiple=be.isDefined(r.multiple),c.selected={},c.options={},i.$watchCollection(function(){return c.options},function(){c.ngModel.$render(),function(){var e,t;if(!a.find("md-optgroup").length)return;for(t=a.find("md-option"),e=0;e<t.length;e++)t[e].setAttribute("aria-setsize",t.length),t[e].setAttribute("aria-posinset",e+1)}()}),c.setMultiple=function(e){var t=c.ngModel;if(d=d||t.$isEmpty,c.isMultiple=e,c.isMultiple){var n=!1,o=function(e){n?u():f.nextTick(function(){u(),n=!0})};t.$validators["md-multiple"]=r,t.$render=o,i.$watchCollection(c.modelBinding,function(e){r(e)&&o()}),t.$isEmpty=function(e){return!e||0===e.length}}else delete t.$validators["md-multiple"],t.$render=p;function r(e,t){return be.isArray(e||t||[])}},c.optNodeForKeyboardSearch=function(e){var t,n;for(o&&clearTimeout(o),o=setTimeout(function(){m="",s=l=o=ge},300),m+=e.key,t=new RegExp("^"+f.sanitize(m),"i"),s||(s=a.find("md-option"),l=new Array(s.length),be.forEach(s,function(e,t){l[t]=e.textContent.trim()})),n=0;n<l.length;++n)if(t.test(l[n]))return s[n]},c.init=function(e,t){function o(e){return be.isObject(e)&&!be.isArray(e)?"object_"+(e.$$mdSelectId||(e.$$mdSelectId=++n)):e+""}c.ngModel=e,c.modelBinding=t.ngModel,c.ngModel.$isEmpty=function(e){var t=c.options[c.hashGetter(e)]?c.options[c.hashGetter(e)].value:null;return!be.isDefined(t)||null===t||""===t||t!=t},r.ngModelOptions?c.hashGetter=function(e){var t=h(r.ngModelOptions)(i),n=t&&t.trackBy;return n?h(n)(i,{$value:e}):be.isObject(e)?o(e):e}:c.hashGetter=o,c.setMultiple(c.isMultiple),t.hasOwnProperty("mdSelectOnlyOption")&&f.nextTick(function(){var e=Object.keys(c.options);if(1===e.length){var t=c.options[e[0]];c.deselect(Object.keys(c.selected)[0]),c.select(c.hashGetter(t.value),t.value),c.refreshViewValue(),c.ngModel.$setPristine()}},!1)},c.setActiveDescendant=function(e){be.isDefined(e)?a.find("md-content").attr("aria-activedescendant",e):a.find("md-content").removeAttr("aria-activedescendant")},c.getSelectedLabels=function(e){var t,n=(e=e||{}).mode||"html",o=f.nodesToArray(a[0].querySelectorAll("md-option[selected]"));return o.length?("html"===n?t=function(e){if(e.hasAttribute("md-option-empty"))return"";var t=e.innerHTML,n=e.querySelector(".md-ripple-container");n&&(t=t.replace(n.outerHTML,""));var o=e.querySelector(".md-container");return o&&(t=t.replace(o.outerHTML,"")),t}:"aria"===n&&(t=function(e){return e.hasAttribute("aria-label")?e.getAttribute("aria-label"):e.textContent}),f.uniq(o.map(t)).join(", ")):""},c.select=function(e,t){var n=c.options[e];n&&n.setSelected(!0,c.isMultiple),c.selected[e]=t},c.deselect=function(e){var t=c.options[e];t&&t.setSelected(!1,c.isMultiple),delete c.selected[e]},c.addOption=function(e,t){if(be.isDefined(c.options[e]))throw new Error('Duplicate md-option values are not allowed in a select. Duplicate value "'+t.value+'" found.');c.options[e]=t,be.isDefined(c.selected[e])&&(c.select(e,t.value),be.isDefined(c.ngModel.$$rawModelValue)&&c.hashGetter(c.ngModel.$$rawModelValue)===e&&c.ngModel.$validate(),c.refreshViewValue())},c.removeOption=function(e){delete c.options[e]},c.refreshViewValue=function(){var e,t=[];for(var n in c.selected)(e=c.options[n])?t.push(e.value):t.push(c.selected[n]);var o=c.isMultiple?t:t[0];!function(e,t){{if(c.isMultiple){if(be.isArray(e)){if(e.length!==t.length)return!1;var n=e.map(function(e){return c.hashGetter(e)});return t.every(function(e){var t=c.hashGetter(e);return n.some(function(e){return e===t})})}return!1}return c.hashGetter(e)===c.hashGetter(t)}}(c.ngModel.$modelValue,o)&&(c.ngModel.$setViewValue(o),c.ngModel.$render())}}}function o(r,l,c){return{restrict:"E",require:["mdOption","^^mdSelectMenu"],controller:i,compile:function(e,t){e.append(be.element('<div class="md-text">').append(e.contents())),e.attr("tabindex",t.tabindex||"0"),function(e){var t=e.value,n=e.ngValue;return t||n}(t)||e.attr("md-option-empty","");return n}};function n(i,n,e,t){var a=t[0],d=t[1];if(c(n),d.isMultiple){if(n.addClass("md-checkbox-enabled"),!m){var o=document.createElement("div");o.className="md-container",o.appendChild(document.createElement("div")),o.firstChild.className="md-icon",m=be.element(o)}n.prepend(m.clone())}function s(e,t,n){if(d.hashGetter){var o=d.hashGetter(t,i),r=d.hashGetter(e,i);a.hashKey=r,a.value=e,d.removeOption(o,a),d.addOption(r,a)}else n||i.$$postDigest(function(){s(e,t,!0)})}be.isDefined(e.ngValue)?i.$watch(e.ngValue,function(e,t){s(e,t),n.removeAttr("aria-checked")}):be.isDefined(e.value)?s(e.value):i.$watch(function(){return n.text().trim()},s),e.$observe("disabled",function(e){e?n.attr("tabindex","-1"):n.attr("tabindex","0")}),i.$$postDigest(function(){e.$observe("selected",function(e){be.isDefined(e)&&("string"==typeof e&&(e=!0),e?(d.isMultiple||d.deselect(Object.keys(d.selected)[0]),d.select(a.hashKey,a.value)):d.deselect(a.hashKey),d.refreshViewValue())})}),r.attach(i,n),function(){var e={role:"option"};d.isMultiple&&(e["aria-selected"]="false");n[0].hasAttribute("id")||(e.id="select_option_"+l.nextUid());n.attr(e)}(),i.$on("$destroy",function(){d.removeOption(a.hashKey,a)})}}function i(n){this.setSelected=function(e,t){e?n.attr({selected:"true","aria-selected":"true"}):e||(n.removeAttr("selected"),t?n.attr("aria-selected","false"):n.removeAttr("aria-selected"))}}function r(e){return t.$inject=["$mdSelect","$mdConstant","$mdUtil","$window","$q","$$rAF","$animateCss","$animate","$document"],e("$mdSelect").setDefaults({methods:["target"],options:t});function t(l,c,D,H,r,i,m,u,I){var p=D.dom.animator,h=c.KEY_CODE;return{parent:"body",themable:!0,onShow:function(n,a,d){return function(){d.loadingAsync&&!d.isRemoved&&(n.$$loadingAsyncDone=!1,r.when(d.loadingAsync).then(function(){n.$$loadingAsyncDone=!0,delete d.loadingAsync}).then(function(){i(o)}))}(),function(e,t){var n=a.find("md-select-menu");if(!t.target)throw new Error(D.supplant("$mdSelect.show() expected a target element in options.target but got '{0}'!",[t.target]));be.extend(t,{isRemoved:!1,target:be.element(t.target),parent:be.element(t.parent),selectEl:n,contentEl:a.find("md-content"),optionNodes:n[0].getElementsByTagName("md-option")})}(0,d),d.hideBackdrop=function(e,t,n){n.disableParentScroll&&!D.getClosest(n.target,"MD-DIALOG")?n.restoreScroll=D.disableScrollAround(n.element,n.parent):n.disableParentScroll=!1;n.hasBackdrop&&(n.backdrop=D.createBackdrop(e,"md-select-backdrop md-click-catcher"),u.enter(n.backdrop,I[0].body,null,{duration:0}));return function(){n.backdrop&&n.backdrop.remove(),n.disableParentScroll&&n.restoreScroll(),delete n.restoreScroll}}(n,0,d),function(e,n,t){t.parent!==n.parent()&&n.parent().attr("aria-owns",n.find("md-content").attr("id"));return t.parent.append(n),r(function(e,t){try{m(n,{removeClass:"md-leave",duration:0}).start().then(o).then(e)}catch(e){t(e)}})}(0,a,d).then(function(e){return a.attr("aria-hidden","false"),d.alreadyOpen=!0,d.cleanupInteraction=function(){if(d.isRemoved)return;var o=d.selectEl,i=o.controller("mdSelectMenu")||{};return a.addClass("md-clickable"),d.backdrop&&d.backdrop.on("click",e),o.on("keydown",t),o.on("click",r),function(){d.backdrop&&d.backdrop.off("click",e),o.off("keydown",t),o.off("click",r),a.removeClass("md-clickable"),d.isRemoved=!0};function e(e){e.preventDefault(),e.stopPropagation(),d.restoreFocus=!1,D.nextTick(l.hide,!0)}function t(e){switch(e.preventDefault(),e.stopPropagation(),e.keyCode){case h.UP_ARROW:return void n("prev");case h.DOWN_ARROW:return void n("next");case h.SPACE:case h.ENTER:d.focusedNode&&(o.triggerHandler({type:"click",target:d.focusedNode}),e.preventDefault()),r(e);break;case h.TAB:case h.ESCAPE:e.stopPropagation(),e.preventDefault(),d.restoreFocus=!0,D.nextTick(l.hide,!0);break;default:if(q(e,c)){var t=i.optNodeForKeyboardSearch(e);t&&!t.hasAttribute("disabled")&&s(d.focusedNode,t,i)}}}function n(e){for(var t,n=D.nodesToArray(d.optionNodes),o=n.indexOf(d.focusedNode),r=n[o];-1===o?o=0:"next"===e&&o<n.length-1?o++:"prev"===e&&0<o&&o--,(t=n[o]).hasAttribute("disabled")&&(t=null),!t&&o<n.length-1&&0<o;);s(r,t,i)}function r(n){n&&"click"===n.type&&n.currentTarget!==o[0]||function(){var e=!1;if(n&&0<n.currentTarget.children.length){var t=n.currentTarget.children[0];if(t.scrollHeight>t.clientHeight&&0<t.children.length)n.pageX-n.currentTarget.getBoundingClientRect().left>t.querySelector("md-option").offsetWidth&&(e=!0)}return e}()||d.focusedNode&&d.focusedNode.hasAttribute&&!d.focusedNode.hasAttribute("disabled")&&(n.preventDefault(),n.stopPropagation(),i.isMultiple||(d.restoreFocus=!0,D.nextTick(function(){l.hide(i.ngModel.$viewValue),d.focusedNode.classList.remove("md-focused")},!0)))}}(),d.cleanupResizing=function(){var e=function(o,r,i){return function(){if(!i.isRemoved){var e=f(o,r,i),t=e.container,n=e.dropDown;t.element.css(p.toCss(t.styles)),n.element.css(p.toCss(n.styles))}}}(n,a,d),t=be.element(H);return t.on("resize",e),t.on("orientationchange",e),function(){t.off("resize",e),t.off("orientationchange",e)}}(),d.contentEl[0].focus(),e},d.hideBackdrop);function o(){return r(function(e){if(d.isRemoved)return r.reject(!1);var t=f(n,a,d);t.container.element.css(p.toCss(t.container.styles)),t.dropDown.element.css(p.toCss(t.dropDown.styles)),i(function(){a.addClass("md-active"),t.dropDown.element.css(p.toCss({transform:""})),function(e){var t;e&&!e.hasAttribute("disabled")&&(t=d.selectEl.controller("mdSelectMenu"),s(null,e,t))}(d.focusedNode),e()})})}function s(e,t,n){var o=d.contentEl[0];if(t){if(e&&e.classList.remove("md-focused"),t.classList.add("md-focused"),n&&n.setActiveDescendant&&n.setActiveDescendant(t.id),o.scrollHeight>o.clientHeight){var r=o.clientHeight+o.scrollTop,i=t.offsetTop+t.offsetHeight;r<i?o.scrollTop=i-o.clientHeight:t.offsetTop<o.scrollTop&&(o.scrollTop=t.offsetTop)}d.focusedNode=t,n&&n.refreshViewValue&&n.refreshViewValue()}}},onRemove:function(e,t,n){var o=null,r=e.$on("$destroy",function(){o.end()});return(n=n||{}).cleanupInteraction(),n.cleanupResizing(),n.hideBackdrop(),!0===n.$destroy?i():function(){return(o=m(t,{addClass:"md-leave"})).start()}().then(i);function i(){r(),t.removeClass("md-active").attr("aria-hidden","true").css({display:"none",top:"",right:"",bottom:"",left:"","font-size":"","min-width":""}),function(e){var t=e.selectCtrl;if(t){var n=e.selectEl.controller("mdSelectMenu");t.setSelectValueText(n?n.getSelectedLabels():""),t.triggerClose()}}(n),n.$destroy||(n.restoreFocus?n.target.focus():D.nextTick(function(){n.target.triggerHandler("blur")},!0))}},hasBackdrop:!0,disableParentScroll:!0};function f(e,t,n){var o,r=t[0],i=n.target[0].children[0],a=I[0].body,d=n.selectEl[0],s=n.contentEl[0],l=a.getBoundingClientRect(),c=i.getBoundingClientRect(),m={left:l.left+P,top:P,bottom:l.height-P,right:l.width-P-(D.floatingScrollbars()?16:0)},u=c.top-m.top,p=(c.left,c.left,c.width,m.bottom-(c.top+c.height)),h=l.width-2*P,f=d.querySelector("md-option[selected]"),b=d.getElementsByTagName("md-option"),g=d.getElementsByTagName("md-optgroup"),E=function(e,t){var n=!1;try{var o=e[0].style.display;e[0].style.display="block",n=t.scrollHeight>t.offsetHeight,e[0].style.display=o}finally{}return n}(t,s);o=function(e){return e&&be.isFunction(e.then)}(n.loadingAsync)?s.firstElementChild||s:f||(g.length?g[0]:b.length?b[0]:s.firstElementChild||s),s.offsetWidth>h?s.style["max-width"]=h+"px":s.style.maxWidth=null,E&&d.classList.add("md-overflow");var v=o;"MD-OPTGROUP"===(v.tagName||"").toUpperCase()&&(o=v=b[0]||s.firstElementChild||s),n.focusedNode=v,r.style.display="block";var $,M,y,C,T,A=d.getBoundingClientRect(),w=function(e){return e?{left:e.offsetLeft,top:e.offsetTop,width:e.offsetWidth,height:e.offsetHeight}:{left:0,top:0,width:0,height:0}}(o);if(o){var _=H.getComputedStyle(o);w.paddingLeft=parseInt(_.paddingLeft,10)||0,w.paddingRight=parseInt(_.paddingRight,10)||0}if(E){var k=s.offsetHeight/2;s.scrollTop=w.top+w.height/2-k,u<k?s.scrollTop=Math.min(w.top,s.scrollTop+k-u):p<k&&(s.scrollTop=Math.max(w.top+w.height-A.height,s.scrollTop-k+p))}$=c.left+w.left-w.paddingLeft,M=Math.floor(c.top+c.height/2-w.height/2-w.top+s.scrollTop)+2,y=w.left+c.width/2+"px "+(w.top+w.height/2-s.scrollTop)+"px 0px",C=Math.min(c.width+w.paddingLeft+w.paddingRight,h),T=L.getComputedStyle(i)["font-size"];var x=r.getBoundingClientRect(),N=Math.round(100*Math.min(c.width/A.width,1))/100,S=Math.round(100*Math.min(c.height/A.height,1))/100;return{container:{element:be.element(r),styles:{left:Math.floor(O(m.left,$,m.right-C)),top:Math.floor(O(m.top,M,m.bottom-x.height)),"min-width":C,"font-size":T}},dropDown:{element:be.element(d),styles:{transformOrigin:y,transform:n.alreadyOpen?"":D.supplant("scale({0},{1})",[N,S])}}}}}function O(e,t,n){return Math.max(e,Math.min(t,n))}}function q(e,t){var n=String.fromCharCode(e.keyCode),o=e.keyCode<=31;return n&&n.length&&!o&&!t.isMetaKey(e)&&!t.isFnLockKey(e)&&!t.hasModifierKey(e)}be.module("material.components.select",["material.core","material.components.backdrop"]).directive("mdSelect",e).directive("mdSelectMenu",t).directive("mdOption",o).directive("mdOptgroup",function(){return{restrict:"E",compile:function(t,n){t.parent().find("md-select-header").length||function(){var e=t.find("label");e.length||(e=be.element("<label>"),t.prepend(e));e.addClass("md-container-ignore"),e.attr("aria-hidden","true"),n.label&&e.text(n.label);t.attr("aria-label",e.text())}();t.attr("role","group")}}}).directive("mdSelectHeader",function(){return{restrict:"E"}}).provider("$mdSelect",r)}(),be.module("material.components.showHide",["material.core"]).directive("ngShow",qe("ngShow",!0)).directive("ngHide",qe("ngHide",!1)),Ve.$inject=["$mdComponentRegistry","$mdUtil","$q","$log"],We.$inject=["$mdMedia","$mdUtil","$mdConstant","$mdTheming","$mdInteraction","$animate","$compile","$parse","$log","$q","$document","$window","$$rAF"],Ye.$inject=["$scope","$attrs","$mdComponentRegistry","$q","$interpolate"],be.module("material.components.sidenav",["material.core","material.components.backdrop"]).factory("$mdSidenav",Ve).directive("mdSidenav",We).controller("$mdSidenavController",Ye),function(){e.$inject=["$$rAF","$window","$mdAria","$mdUtil","$mdConstant","$mdTheming","$mdGesture","$parse","$log","$timeout"],be.module("material.components.slider",["material.core"]).directive("mdSlider",e).directive("mdSliderContainer",function(){return{controller:function(){},compile:function(e){var t=e.find("md-slider");if(t)return t.attr("md-vertical")!==ge&&e.attr("md-vertical",""),t.attr("flex")||t.attr("flex",""),function(e,a,t,n){function o(e){a.children().attr("disabled",e),a.find("input").attr("disabled",e)}a.addClass("_md");var d,r=be.noop;t.disabled?o(!0):t.ngDisabled&&(r=e.$watch(t.ngDisabled,function(e){o(e)})),e.$on("$destroy",function(){r()}),n.fitInputWidthToTextLength=function(e){var t=a[0].querySelector("md-input-container");if(t){var n=getComputedStyle(t),o=parseInt(n.minWidth),r=parseInt(n.paddingLeft)+parseInt(n.paddingRight);d=d||parseInt(n.maxWidth);var i=Math.max(d,o+r+o/2*e);t.style.maxWidth=i+"px"}}}}}});var J=10,ee=4;function e(q,V,r,W,Y,K,G,X,Z,Q){return{scope:{},require:["?ngModel","?^mdSliderContainer"],template:'<div class="md-slider-wrapper"><div class="md-slider-content"><div class="md-track-container"><div class="md-track"></div><div class="md-track md-track-fill"></div><div class="md-track-ticks"></div></div><div class="md-thumb-container"><div class="md-thumb"></div><div class="md-focus-thumb"></div><div class="md-focus-ring"></div><div class="md-sign"><span class="md-thumb-text"></span></div><div class="md-disabled-thumb"></div></div></div></div>',compile:function(e,t){var n=be.element(e[0].getElementsByClassName("md-slider-wrapper")),o=t.tabindex||0;n.attr("tabindex",o),(t.disabled||t.ngDisabled)&&n.attr("tabindex",-1);return n.attr("role","slider"),r.expect(e,"aria-label"),i}};function i(n,o,r,e){K(o);var i=e[0]||{$setViewValue:function(e){this.$viewValue=e,this.$viewChangeListeners.forEach(function(e){e()})},$parsers:[],$formatters:[],$viewChangeListeners:[]},a=e[1],d=(be.element(W.getClosest(o,"_md-slider-container",!0)),r.ngDisabled?be.bind(null,X(r.ngDisabled),n.$parent):function(){return o[0].hasAttribute("disabled")}),t=be.element(o[0].querySelector(".md-thumb")),s=be.element(o[0].querySelector(".md-thumb-text")),l=t.parent(),c=be.element(o[0].querySelector(".md-track-container")),m=be.element(o[0].querySelector(".md-track-fill")),u=be.element(o[0].querySelector(".md-track-ticks")),p=be.element(o[0].getElementsByClassName("md-slider-wrapper")),h=(be.element(o[0].getElementsByClassName("md-slider-content")),W.throttle(S,5e3)),f=be.isDefined(r.mdVertical),b=be.isDefined(r.mdDiscrete),g=be.isDefined(r.mdInvert);be.isDefined(r.min)?r.$observe("min",w):w(0),be.isDefined(r.max)?r.$observe("max",_):_(100),be.isDefined(r.step)?r.$observe("step",k):k(1),be.isDefined(r.round)?r.$observe("round",x):x(3);be.noop;function E(){S(),O()}r.ngDisabled&&n.$parent.$watch(r.ngDisabled,function(){o.attr("aria-disabled",!!d())}),G.register(p,"drag",{horizontal:!f}),n.mouseActive=!1,p.on("keydown",function(e){if(d())return;var t,n=Y.KEY_CODE;switch(e.keyCode){case n.DOWN_ARROW:case n.LEFT_ARROW:e.preventDefault(),t=-M;break;case n.UP_ARROW:case n.RIGHT_ARROW:e.preventDefault(),t=M;break;case n.PAGE_DOWN:e.preventDefault(),t=-M*J;break;case n.PAGE_UP:e.preventDefault(),t=M*J;break;case n.HOME:e.preventDefault(),e.stopPropagation(),H(v);break;case n.END:e.preventDefault(),e.stopPropagation(),H($)}t&&(t=g?-t:t,(e.metaKey||e.ctrlKey||e.altKey)&&(t*=ee),e.preventDefault(),e.stopPropagation(),H(i.$viewValue+t))}).on("mousedown",function(){(function(){if(!b||d())return;if(be.isUndefined(M))return;if(M<=0){var e="Slider step value must be greater than zero when in discrete mode";throw Z.error(e),new Error(e)}var t=Math.floor(($-v)/M);C||(C=be.element("<canvas>").css("position","absolute"),u.append(C),T=C[0].getContext("2d"));var n,o=D();!o||o.height||o.width||(S(),o=N);C[0].width=o.width,C[0].height=o.height;for(var r=0;r<=t;r++){var i=V.getComputedStyle(u[0]);T.fillStyle=i.color||"black",n=Math.floor((f?o.height:o.width)*(r/t)),T.fillRect(f?0:n-1,f?n-1:0,f?o.width:2,f?2:o.height)}})(),n.mouseActive=!0,p.removeClass("md-focused"),Q(function(){n.mouseActive=!1},100)}).on("focus",function(){!1===n.mouseActive&&p.addClass("md-focused")}).on("blur",function(){p.removeClass("md-focused"),o.removeClass("md-active"),function(){if(C&&T){var e=D();T.clearRect(0,0,e.width,e.height)}}()}).on("$md.pressdown",function(e){if(d())return;o.addClass("md-active"),o[0].focus(),S();var t=P(L(j(U(f?e.srcEvent.clientY:e.srcEvent.clientX))));n.$apply(function(){I(t),R(z(t))})}).on("$md.pressup",function(e){if(d())return;o.removeClass("md-dragging");var t=P(L(j(U(f?e.srcEvent.clientY:e.srcEvent.clientX))));n.$apply(function(){I(t),O()})}).on("$md.dragstart",function(e){if(d())return;F=!0,e.stopPropagation(),o.addClass("md-dragging"),B(e)}).on("$md.drag",function(e){if(!F)return;e.stopPropagation(),B(e)}).on("$md.dragend",function(e){if(!F)return;e.stopPropagation(),F=!1}),setTimeout(E,0);var v,$,M,y,C,T,A=q.throttle(E);function w(e){v=parseFloat(e),i.$viewValue=P(i.$modelValue,v,$),p.attr("aria-valuemin",e),E()}function _(e){$=parseFloat(e),i.$viewValue=P(i.$modelValue,v,$),p.attr("aria-valuemax",e),E()}function k(e){M=parseFloat(e)}function x(e){y=P(parseInt(e),0,6)}be.element(V).on("resize",A),n.$on("$destroy",function(){be.element(V).off("resize",A)}),i.$render=O,i.$viewChangeListeners.push(O),i.$formatters.push(P),i.$formatters.push(L);var N={};function S(){N=c[0].getBoundingClientRect()}function D(){return h(),N}function H(e){n.$evalAsync(function(){I(e)})}function I(e){i.$setViewValue(P(L(e)))}function O(){isNaN(i.$viewValue)&&(i.$viewValue=i.$modelValue),i.$viewValue=P(i.$viewValue);var e=z(i.$viewValue);n.modelValue=i.$viewValue,p.attr("aria-valuenow",i.$viewValue),R(e),s.text(i.$viewValue)}function P(e,t,n){if(be.isNumber(e))return t=be.isNumber(t)?t:v,n=be.isNumber(n)?n:$,Math.max(t,Math.min(n,e))}function L(e){if(be.isNumber(e)){var t=Math.round((e-v)/M)*M+v;return t=Math.round(t*Math.pow(10,y))/Math.pow(10,y),a&&a.fitInputWidthToTextLength&&W.debounce(function(){a.fitInputWidthToTextLength(t.toString().length)},100)(),t}}function R(e){var t=100*(e=function(e){return Math.max(0,Math.min(e||0,1))}(e))+"%",n=g?100*(1-e)+"%":t;f?l.css("bottom",t):W.bidiProperty(l,"left","right",t),m.css(f?"height":"width",n),o.toggleClass(g?"md-max":"md-min",0===e),o.toggleClass(g?"md-min":"md-max",1===e)}S();var F=!1;function B(e){b?function(e){var t=P(L(j(U(e))));R(U(e)),s.text(t)}(f?e.srcEvent.clientY:e.srcEvent.clientX):function(e){n.$evalAsync(function(){I(j(U(e)))})}(f?e.srcEvent.clientY:e.srcEvent.clientX)}function U(e){var t=(e-(f?N.top:N.left))/(f?N.height:N.width);return!f&&W.isRtl(r)&&(t=1-t),Math.max(0,Math.min(1,f?1-t:t))}function j(e){return v+(g?1-e:e)*($-v)}function z(e){var t=(e-v)/($-v);return g?1-t:t}}}}(),Ke.$inject=["$mdConstant","$$rAF","$mdUtil","$compile"],be.module("material.components.sticky",["material.core","material.components.content"]).factory("$mdSticky",Ke),Ge.$inject=["$mdSticky","$compile","$mdTheming","$mdUtil","$mdAria"],be.module("material.components.subheader",["material.core","material.components.sticky"]).directive("mdSubheader",Ge),be.module("material.components.swipe",["material.core"]).directive("mdSwipeLeft",Xe("SwipeLeft")).directive("mdSwipeRight",Xe("SwipeRight")).directive("mdSwipeUp",Xe("SwipeUp")).directive("mdSwipeDown",Xe("SwipeDown")),Ze.$inject=["mdCheckboxDirective","$mdUtil","$mdConstant","$parse","$$rAF","$mdGesture","$timeout"],be.module("material.components.switch",["material.core","material.components.checkbox"]).directive("mdSwitch",Ze),be.module("material.components.tabs",["material.core","material.components.icon"]),be.module("material.components.tabs").service("MdTabsPaginationService",function(){return{decreasePageOffset:function(e,t){var n,o,r=e.canvas,i=d(e);for(n=0;n<i.length;n++)if(i[n]>=t){o=i[n];break}return Math.max(0,o-r.clientWidth)},increasePageOffset:function(e,t){var n,o,r=e.canvas,i=s(e)-r.clientWidth,a=d(e);for(n=0;a.length,a[n]<=t+r.clientWidth;n++)o=a[n];return Math.min(i,o)},getTabOffsets:d,getTotalTabsWidth:s};function d(e){var t,n,o=0,r=[];for(t=0;t<e.tabs.length;t++)n=e.tabs[t],r.push(o),o+=n.offsetWidth;return r}function s(e){var t,n=0;for(t=0;t<e.tabs.length;t++)n+=e.tabs[t].offsetWidth;return n}}),be.module("material.components.tabs").directive("mdTab",function(){return{require:"^?mdTabs",terminal:!0,compile:function(e,t){var n=s(e,"md-tab-label"),o=s(e,"md-tab-body");if(0===n.length&&(n=be.element("<md-tab-label></md-tab-label>"),t.label?n.text(t.label):n.append(e.contents()),0===o.length)){var r=e.contents().detach();(o=be.element("<md-tab-body></md-tab-body>")).append(r)}return e.append(n),o.html()&&e.append(o),i},scope:{active:"=?mdActive",disabled:"=?ngDisabled",select:"&?mdOnSelect",deselect:"&?mdOnDeselect",tabClass:"@mdTabClass"}};function i(e,t,n,o){if(o){var r=o.getTabElementIndex(t),i=s(t,"md-tab-body").remove(),a=s(t,"md-tab-label").remove(),d=o.insertTab({scope:e,parent:e.$parent,index:r,element:t,template:i.html(),label:a.html()},r);e.select=e.select||be.noop,e.deselect=e.deselect||be.noop,e.$watch("active",function(e){e&&o.select(d.getIndex(),!0)}),e.$watch("disabled",function(){o.refreshIndex()}),e.$watch(function(){return o.getTabElementIndex(t)},function(e){d.index=e,o.updateTabOrder()}),e.$on("$destroy",function(){o.removeTab(d)})}}function s(e,t){for(var n=e[0].children,o=0,r=n.length;o<r;o++){var i=n[o];if(i.tagName===t.toUpperCase())return be.element(i)}return be.element()}}),be.module("material.components.tabs").directive("mdTabItem",function(){return{require:"^?mdTabs",link:function(e,t,n,o){o&&o.attachRipple(e,t)}}}),be.module("material.components.tabs").directive("mdTabLabel",function(){return{terminal:!0}}),Qe.$inject=["$parse"],be.module("material.components.tabs").directive("mdTabScroll",Qe),Je.$inject=["$scope","$element","$window","$mdConstant","$mdTabInkRipple","$mdUtil","$animateCss","$attrs","$compile","$mdTheming","$mdInteraction","$timeout","MdTabsPaginationService"],be.module("material.components.tabs").controller("MdTabsController",Je),et.$inject=["$$mdSvgRegistry"],be.module("material.components.tabs").directive("mdTabs",et),tt.$inject=["$mdUtil","$window"],be.module("material.components.tabs").directive("mdTabsDummyWrapper",tt),nt.$inject=["$compile","$mdUtil"],be.module("material.components.tabs").directive("mdTabsTemplate",nt),ot.$inject=["$mdToast"],rt.$inject=["$$interimElementProvider"],be.module("material.components.toast",["material.core","material.components.button"]).directive("mdToast",ot).provider("$mdToast",rt),it.$inject=["$$rAF","$mdConstant","$mdUtil","$mdTheming","$animate","$timeout"],be.module("material.components.toolbar",["material.core","material.components.content"]).directive("mdToolbar",it),at.$inject=["$timeout","$window","$$rAF","$document","$interpolate","$mdUtil","$mdPanel","$$mdTooltipRegistry"],be.module("material.components.tooltip",["material.core","material.components.panel"]).directive("mdTooltip",at).service("$$mdTooltipRegistry",function(){var i={},a=be.element(L);return{register:function(e,t,n){var o=i[e]=i[e]||[];o.length||(n?L.addEventListener(e,d,!0):a.on(e,d)),-1===o.indexOf(t)&&o.push(t)},deregister:function(e,t,n){var o=i[e],r=o?o.indexOf(t):-1;-1<r&&(o.splice(r,1),0===o.length&&(n?L.removeEventListener(e,d,!0):a.off(e,d)))}};function d(t){i[t.type]&&i[t.type].forEach(function(e){e.call(this,t)},this)}}),dt.$inject=["$element"],be.module("material.components.truncate",["material.core"]).directive("mdTruncate",function(){return{restrict:"AE",controller:dt}}),function(){function e(e){return'<div class="md-virtual-repeat-scroller" role="presentation"><div class="md-virtual-repeat-sizer" role="presentation"></div><div class="md-virtual-repeat-offsetter" role="presentation">'+e[0].innerHTML+"</div></div>"}t.$inject=["$$rAF","$mdUtil","$mdConstant","$parse","$rootScope","$window","$scope","$element","$attrs"],r.$inject=["$scope","$element","$attrs","$browser","$document","$rootScope","$$rAF","$mdUtil"],n.$inject=["$parse"],be.module("material.components.virtualRepeat",["material.core","material.components.showHide"]).directive("mdVirtualRepeatContainer",function(){return{controller:t,template:e,compile:function(e,t){e.addClass("md-virtual-repeat-container").addClass(t.hasOwnProperty("mdOrientHorizontal")?"md-orient-horizontal":"md-orient-vertical")}}}).directive("mdVirtualRepeat",n).directive("mdForceHeight",i);function t(e,n,t,o,r,i,a,d,s){this.$rootScope=r,this.$scope=a,this.$element=d,this.$attrs=s,this.size=0,this.scrollSize=0,this.scrollOffset=0,this.horizontal=this.$attrs.hasOwnProperty("mdOrientHorizontal"),this.repeater=null,this.autoShrink=this.$attrs.hasOwnProperty("mdAutoShrink"),this.autoShrinkMin=parseInt(this.$attrs.mdAutoShrinkMin,10)||0,this.originalSize=null,this.offsetSize=parseInt(this.$attrs.mdOffsetSize,10)||0,this.oldElementSize=null,this.maxElementPixels=t.ELEMENT_MAX_PIXELS,this.ltr=!n.isRtl(this.$attrs),this.$attrs.mdTopIndex?(this.bindTopIndex=o(this.$attrs.mdTopIndex),this.topIndex=this.bindTopIndex(this.$scope),be.isDefined(this.topIndex)||(this.topIndex=0,this.bindTopIndex.assign(this.$scope,0)),this.$scope.$watch(this.bindTopIndex,be.bind(this,function(e){e!==this.topIndex&&this.scrollToIndex(e)}))):this.topIndex=0,this.scroller=d[0].querySelector(".md-virtual-repeat-scroller"),this.sizer=this.scroller.querySelector(".md-virtual-repeat-sizer"),this.offsetter=this.scroller.querySelector(".md-virtual-repeat-offsetter");var l=be.bind(this,this.updateSize);e(be.bind(this,function(){l();var e=n.debounce(l,10,null,!1),t=be.element(i);this.size||e(),t.on("resize",e),a.$on("$destroy",function(){t.off("resize",e)}),a.$emit("$md-resize-enable"),a.$on("$md-resize",l)}))}function n(o){return{controller:r,priority:1e3,require:["mdVirtualRepeat","^^mdVirtualRepeatContainer"],restrict:"A",terminal:!0,transclude:"element",compile:function(e,t){var n=t.mdVirtualRepeat.match(/^\s*([\s\S]+?)\s+in\s+([\s\S]+?)\s*$/),i=n[1],a=o(n[2]),d=t.mdExtraName&&o(t.mdExtraName);return function(e,t,n,o,r){o[0].link_(o[1],r,i,a,d)}}}}function r(e,t,n,o,r,i,a,d){this.$scope=e,this.$element=t,this.$attrs=n,this.$browser=o,this.$document=r,this.$mdUtil=d,this.$rootScope=i,this.$$rAF=a,this.onDemand=d.parseAttributeBoolean(n.mdOnDemand),this.browserCheckUrlChange=o.$$checkUrlChange,this.newStartIndex=0,this.newEndIndex=0,this.newVisibleEnd=0,this.startIndex=0,this.endIndex=0,this.itemSize=e.$eval(n.mdItemSize)||null,this.isFirstRender=!0,this.isVirtualRepeatUpdating_=!1,this.itemsLength=0,this.unwatchItemSize_=be.noop,this.blocks={},this.pooledBlocks=[],e.$on("$destroy",be.bind(this,this.cleanupBlocks_))}function o(e){if(!be.isFunction(e.getItemAtIndex)||!be.isFunction(e.getLength))throw Error("When md-on-demand is enabled, the Object passed to md-virtual-repeat must implement functions getItemAtIndex() and getLength().");this.model=e}function i(e){return{restrict:"A",link:function(e,t,n){var o=e.$eval(n.mdForceHeight)||null;o&&t&&(t[0].style.height=o)}}}t.prototype.register=function(e){this.repeater=e,be.element(this.scroller).on("scroll wheel touchmove touchend",be.bind(this,this.handleScroll_))},t.prototype.isHorizontal=function(){return this.horizontal},t.prototype.getSize=function(){return this.size},t.prototype.setSize_=function(e){var t=this.getDimensionName_();this.size=e,this.$element[0].style[t]=e+"px"},t.prototype.unsetSize_=function(){this.$element[0].style[this.getDimensionName_()]=this.oldElementSize,this.oldElementSize=null},t.prototype.updateSize=function(){if(!this.originalSize){var e=this.isHorizontal()?this.$element[0].clientWidth:this.$element[0].clientHeight;e&&(this.size=e),this.handleScroll_(),this.repeater&&this.repeater.containerUpdated()}},t.prototype.getScrollSize=function(){return this.scrollSize},t.prototype.getDimensionName_=function(){return this.isHorizontal()?"width":"height"},t.prototype.sizeScroller_=function(e){var t=this.getDimensionName_(),n=this.isHorizontal()?"height":"width";if(this.sizer.innerHTML="",e<this.maxElementPixels)this.sizer.style[t]=e+"px";else{this.sizer.style[t]="auto",this.sizer.style[n]="auto";var o=Math.floor(e/this.maxElementPixels),r=document.createElement("div");r.style[t]=this.maxElementPixels+"px",r.style[n]="1px";for(var i=0;i<o;i++)this.sizer.appendChild(r.cloneNode(!1));r.style[t]=e-o*this.maxElementPixels+"px",this.sizer.appendChild(r)}},t.prototype.autoShrink_=function(e){var t=Math.max(e,this.autoShrinkMin*this.repeater.getItemSize());if(this.autoShrink&&t!==this.size){null===this.oldElementSize&&(this.oldElementSize=this.$element[0].style[this.getDimensionName_()]);var n=this.originalSize||this.size;if(!n||t<n)this.originalSize||(this.originalSize=this.size),this.setSize_(t);else if(null!==this.originalSize){this.unsetSize_();var o=this.originalSize;this.originalSize=null,o||this.updateSize(),this.setSize_(o||this.size)}this.repeater.containerUpdated()}},t.prototype.setScrollSize=function(e){var t=e+this.offsetSize;this.scrollSize!==t&&(this.sizeScroller_(t),this.autoShrink_(t),this.scrollSize=t)},t.prototype.getScrollOffset=function(){return this.scrollOffset},t.prototype.scrollTo=function(e){this.scroller[this.isHorizontal()?"scrollLeft":"scrollTop"]=e,this.handleScroll_()},t.prototype.scrollToIndex=function(e){var t=this.repeater.getItemSize(),n=this.repeater.itemsLength;n<e&&(e=n-1),this.scrollTo(t*e)},t.prototype.resetScroll=function(){this.scrollTo(0)},t.prototype.handleScroll_=function(){this.ltr||this.maxSize||(this.scroller.scrollLeft=this.scrollSize,this.maxSize=this.scroller.scrollLeft);var e=this.isHorizontal()?this.ltr?this.scroller.scrollLeft:this.maxSize-this.scroller.scrollLeft:this.scroller.scrollTop;if(!(this.scrollSize<this.size)&&(e>this.scrollSize-this.size&&(e=this.scrollSize-this.size),e!==this.scrollOffset)){var t=this.repeater.getItemSize();if(t){var n=Math.max(0,Math.floor(e/t)-3),o=(this.isHorizontal()?"translateX(":"translateY(")+(!this.isHorizontal()||this.ltr?n*t:-n*t)+"px)";if(this.scrollOffset=e,this.offsetter.style.webkitTransform=o,this.offsetter.style.transform=o,this.bindTopIndex){var r=Math.floor(e/t);r!==this.topIndex&&r<this.repeater.getItemCount()&&(this.topIndex=r,this.bindTopIndex.assign(this.$scope,r),this.$rootScope.$$phase||this.$scope.$digest())}this.repeater.containerUpdated()}}},r.prototype.link_=function(e,t,n,o,r){this.container=e,this.transclude=t,this.repeatName=n,this.rawRepeatListExpression=o,this.extraName=r,this.sized=!1,this.repeatListExpression=be.bind(this,this.repeatListExpression_),this.container.register(this)},r.prototype.cleanupBlocks_=function(){be.forEach(this.pooledBlocks,function(e){e.element.remove()})},r.prototype.readItemSize_=function(){if(!this.itemSize){this.items=this.repeatListExpression(this.$scope),this.parentNode=this.$element[0].parentNode;var e=this.getBlock_(0);e.element[0].parentNode||this.parentNode.appendChild(e.element[0]),this.itemSize=e.element[0][this.container.isHorizontal()?"offsetWidth":"offsetHeight"]||null,this.blocks[0]=e,this.poolBlock_(0),this.itemSize&&this.containerUpdated()}},r.prototype.repeatListExpression_=function(e){var t=this.rawRepeatListExpression(e);if(this.onDemand&&t){var n=new o(t);return n.$$includeIndexes(this.newStartIndex,this.newVisibleEnd),n}return t},r.prototype.containerUpdated=function(){if(!this.itemSize)return this.unwatchItemSize_&&this.unwatchItemSize_!==be.noop&&this.unwatchItemSize_(),this.unwatchItemSize_=this.$scope.$watchCollection(this.repeatListExpression,be.bind(this,function(e){e&&e.length&&this.readItemSize_()})),void(this.$rootScope.$$phase||this.$scope.$digest());this.sized||(this.items=this.repeatListExpression(this.$scope)),this.sized||(this.unwatchItemSize_(),this.sized=!0,this.$scope.$watchCollection(this.repeatListExpression,be.bind(this,function(e,t){this.isVirtualRepeatUpdating_||this.virtualRepeatUpdate_(e,t)}))),this.updateIndexes_(),(this.newStartIndex!==this.startIndex||this.newEndIndex!==this.endIndex||this.container.getScrollOffset()>this.container.getScrollSize())&&(this.items instanceof o&&this.items.$$includeIndexes(this.newStartIndex,this.newEndIndex),this.virtualRepeatUpdate_(this.items,this.items))},r.prototype.getItemSize=function(){return this.itemSize},r.prototype.getItemCount=function(){return this.itemsLength},r.prototype.virtualRepeatUpdate_=function(e,t){this.isVirtualRepeatUpdating_=!0;var n=e&&e.length||0,o=!1;if(this.items&&n<this.items.length&&0!==this.container.getScrollOffset()){this.items=e;var r=this.container.getScrollOffset();this.container.resetScroll(),this.container.scrollTo(r)}n!==this.itemsLength&&(o=!0,this.itemsLength=n),(this.items=e)===t&&!o||this.updateIndexes_(),this.parentNode=this.$element[0].parentNode,o&&this.container.setScrollSize(n*this.itemSize),Object.keys(this.blocks).forEach(function(e){var t=parseInt(e,10);(t<this.newStartIndex||t>=this.newEndIndex)&&this.poolBlock_(t)},this),this.$browser.$$checkUrlChange=be.noop;var i,a,d=[],s=[];for(i=this.newStartIndex;i<this.newEndIndex&&null==this.blocks[i];i++)a=this.getBlock_(i),this.updateBlock_(a,i),d.push(a);for(;null!=this.blocks[i];i++)this.updateBlock_(this.blocks[i],i);for(var l=i-1;i<this.newEndIndex;i++)a=this.getBlock_(i),this.updateBlock_(a,i),s.push(a);if(d.length&&this.parentNode.insertBefore(this.domFragmentFromBlocks_(d),this.$element[0].nextSibling),s.length&&this.parentNode.insertBefore(this.domFragmentFromBlocks_(s),this.blocks[l]&&this.blocks[l].element[0].nextSibling),this.$browser.$$checkUrlChange=this.browserCheckUrlChange,this.startIndex=this.newStartIndex,this.endIndex=this.newEndIndex,this.isFirstRender){this.isFirstRender=!1;var c=this.$attrs.mdStartIndex?this.$scope.$eval(this.$attrs.mdStartIndex):this.container.topIndex;this.$mdUtil.nextTick(function(){this.container.scrollToIndex(c)}.bind(this))}this.isVirtualRepeatUpdating_=!1},r.prototype.getBlock_=function(n){return this.pooledBlocks.length?this.pooledBlocks.pop():(this.transclude(be.bind(this,function(e,t){o={element:e,new:!0,scope:t},this.updateScope_(t,n),this.parentNode.appendChild(e[0])})),o);var o},r.prototype.updateBlock_=function(e,t){!(this.blocks[t]=e).new&&e.scope.$index===t&&e.scope[this.repeatName]===this.items[t]||(e.new=!1,this.updateScope_(e.scope,t),this.$rootScope.$$phase||e.scope.$digest())},r.prototype.updateScope_=function(e,t){e.$index=t,e[this.repeatName]=this.items&&this.items[t],this.extraName&&(e[this.extraName(this.$scope)]=this.items[t])},r.prototype.poolBlock_=function(e){this.pooledBlocks.push(this.blocks[e]),this.parentNode.removeChild(this.blocks[e].element[0]),delete this.blocks[e]},r.prototype.domFragmentFromBlocks_=function(e){var t=this.$document[0].createDocumentFragment();return e.forEach(function(e){t.appendChild(e.element[0])}),t},r.prototype.updateIndexes_=function(){var e=this.items?this.items.length:0,t=Math.ceil(this.container.getSize()/this.itemSize);this.newStartIndex=Math.max(0,Math.min(e-t,Math.floor(this.container.getScrollOffset()/this.itemSize))),this.newVisibleEnd=this.newStartIndex+t+3,this.newEndIndex=Math.min(e,this.newVisibleEnd),this.newStartIndex=Math.max(0,this.newStartIndex-3)},o.prototype.$$includeIndexes=function(e,t){for(var n=e;n<t;n++)this.hasOwnProperty(n)||(this[n]=this.model.getItemAtIndex(n));this.length=this.model.getLength()},i.$inject=["$mdUtil"]}(),st.$inject=["$log"],be.module("material.components.whiteframe",["material.core"]).directive("mdWhiteframe",st),be.module("material.core").constant("$MD_THEME_CSS",'md-autocomplete.md-THEME_NAME-theme{background:"{{background-hue-1}}"}md-autocomplete.md-THEME_NAME-theme[disabled]:not([md-floating-label]){background:"{{background-hue-2}}"}md-autocomplete.md-THEME_NAME-theme button md-icon path{fill:"{{background-600}}"}md-autocomplete.md-THEME_NAME-theme button:after{background:"{{background-600-0.3}}"}md-autocomplete.md-THEME_NAME-theme input{color:"{{foreground-1}}"}md-autocomplete.md-THEME_NAME-theme.md-accent md-input-container.md-input-focused .md-input{border-color:"{{accent-color}}"}md-autocomplete.md-THEME_NAME-theme.md-accent md-input-container.md-input-focused label,md-autocomplete.md-THEME_NAME-theme.md-accent md-input-container.md-input-focused md-icon{color:"{{accent-color}}"}md-autocomplete.md-THEME_NAME-theme.md-accent md-progress-linear .md-container{background-color:"{{accent-100}}"}md-autocomplete.md-THEME_NAME-theme.md-accent md-progress-linear .md-bar{background-color:"{{accent-color}}"}md-autocomplete.md-THEME_NAME-theme.md-warn md-input-container.md-input-focused .md-input{border-color:"{{warn-A700}}"}md-autocomplete.md-THEME_NAME-theme.md-warn md-input-container.md-input-focused label,md-autocomplete.md-THEME_NAME-theme.md-warn md-input-container.md-input-focused md-icon{color:"{{warn-A700}}"}md-autocomplete.md-THEME_NAME-theme.md-warn md-progress-linear .md-container{background-color:"{{warn-100}}"}md-autocomplete.md-THEME_NAME-theme.md-warn md-progress-linear .md-bar{background-color:"{{warn-color}}"}.md-autocomplete-standard-list-container.md-THEME_NAME-theme,.md-autocomplete-suggestions-container.md-THEME_NAME-theme{background:"{{background-hue-1}}"}.md-autocomplete-standard-list-container.md-THEME_NAME-theme .md-autocomplete-suggestion,.md-autocomplete-suggestions-container.md-THEME_NAME-theme .md-autocomplete-suggestion{color:"{{foreground-1}}"}.md-autocomplete-standard-list-container.md-THEME_NAME-theme .md-autocomplete-suggestion.selected,.md-autocomplete-standard-list-container.md-THEME_NAME-theme .md-autocomplete-suggestion:hover,.md-autocomplete-suggestions-container.md-THEME_NAME-theme .md-autocomplete-suggestion.selected,.md-autocomplete-suggestions-container.md-THEME_NAME-theme .md-autocomplete-suggestion:hover{background:"{{background-500-0.18}}"}md-backdrop{background-color:"{{background-900-0.0}}"}md-backdrop.md-opaque.md-THEME_NAME-theme{background-color:"{{background-900-1.0}}"}md-bottom-sheet.md-THEME_NAME-theme{background-color:"{{background-color}}";border-top-color:"{{background-hue-3}}"}md-bottom-sheet.md-THEME_NAME-theme.md-list md-list-item{color:"{{foreground-1}}"}md-bottom-sheet.md-THEME_NAME-theme .md-subheader{background-color:"{{background-color}}";color:"{{foreground-1}}"}.md-button.md-THEME_NAME-theme:not([disabled]).md-focused,.md-button.md-THEME_NAME-theme:not([disabled]):hover{background-color:"{{background-500-0.2}}"}.md-button.md-THEME_NAME-theme:not([disabled]).md-icon-button:hover{background-color:transparent}.md-button.md-THEME_NAME-theme.md-fab{background-color:"{{accent-color}}";color:"{{accent-contrast}}"}.md-button.md-THEME_NAME-theme.md-fab md-icon{color:"{{accent-contrast}}"}.md-button.md-THEME_NAME-theme.md-fab:not([disabled]).md-focused,.md-button.md-THEME_NAME-theme.md-fab:not([disabled]):hover{background-color:"{{accent-A700}}"}.md-button.md-THEME_NAME-theme.md-primary{color:"{{primary-color}}"}.md-button.md-THEME_NAME-theme.md-primary.md-fab,.md-button.md-THEME_NAME-theme.md-primary.md-raised{background-color:"{{primary-color}}";color:"{{primary-contrast}}"}.md-button.md-THEME_NAME-theme.md-primary.md-fab:not([disabled]) md-icon,.md-button.md-THEME_NAME-theme.md-primary.md-raised:not([disabled]) md-icon{color:"{{primary-contrast}}"}.md-button.md-THEME_NAME-theme.md-primary.md-fab:not([disabled]).md-focused,.md-button.md-THEME_NAME-theme.md-primary.md-fab:not([disabled]):hover,.md-button.md-THEME_NAME-theme.md-primary.md-raised:not([disabled]).md-focused,.md-button.md-THEME_NAME-theme.md-primary.md-raised:not([disabled]):hover{background-color:"{{primary-600}}"}.md-button.md-THEME_NAME-theme.md-primary:not([disabled]) md-icon{color:"{{primary-color}}"}.md-button.md-THEME_NAME-theme.md-raised{background-color:"{{background-50}}";color:"{{background-900}}"}.md-button.md-THEME_NAME-theme.md-raised:not([disabled]) md-icon{color:"{{background-900}}"}.md-button.md-THEME_NAME-theme.md-raised:not([disabled]):hover{background-color:"{{background-50}}"}.md-button.md-THEME_NAME-theme.md-raised:not([disabled]).md-focused{background-color:"{{background-200}}"}.md-button.md-THEME_NAME-theme.md-warn{color:"{{warn-color}}"}.md-button.md-THEME_NAME-theme.md-warn.md-fab,.md-button.md-THEME_NAME-theme.md-warn.md-raised{background-color:"{{warn-color}}";color:"{{warn-contrast}}"}.md-button.md-THEME_NAME-theme.md-warn.md-fab:not([disabled]) md-icon,.md-button.md-THEME_NAME-theme.md-warn.md-raised:not([disabled]) md-icon{color:"{{warn-contrast}}"}.md-button.md-THEME_NAME-theme.md-warn.md-fab:not([disabled]).md-focused,.md-button.md-THEME_NAME-theme.md-warn.md-fab:not([disabled]):hover,.md-button.md-THEME_NAME-theme.md-warn.md-raised:not([disabled]).md-focused,.md-button.md-THEME_NAME-theme.md-warn.md-raised:not([disabled]):hover{background-color:"{{warn-600}}"}.md-button.md-THEME_NAME-theme.md-warn:not([disabled]) md-icon{color:"{{warn-color}}"}.md-button.md-THEME_NAME-theme.md-accent{color:"{{accent-color}}"}.md-button.md-THEME_NAME-theme.md-accent.md-fab,.md-button.md-THEME_NAME-theme.md-accent.md-raised{background-color:"{{accent-color}}";color:"{{accent-contrast}}"}.md-button.md-THEME_NAME-theme.md-accent.md-fab:not([disabled]) md-icon,.md-button.md-THEME_NAME-theme.md-accent.md-raised:not([disabled]) md-icon{color:"{{accent-contrast}}"}.md-button.md-THEME_NAME-theme.md-accent.md-fab:not([disabled]).md-focused,.md-button.md-THEME_NAME-theme.md-accent.md-fab:not([disabled]):hover,.md-button.md-THEME_NAME-theme.md-accent.md-raised:not([disabled]).md-focused,.md-button.md-THEME_NAME-theme.md-accent.md-raised:not([disabled]):hover{background-color:"{{accent-A700}}"}.md-button.md-THEME_NAME-theme.md-accent:not([disabled]) md-icon{color:"{{accent-color}}"}.md-button.md-THEME_NAME-theme.md-accent[disabled],.md-button.md-THEME_NAME-theme.md-fab[disabled],.md-button.md-THEME_NAME-theme.md-raised[disabled],.md-button.md-THEME_NAME-theme.md-warn[disabled],.md-button.md-THEME_NAME-theme[disabled]{color:"{{foreground-3}}";cursor:default}.md-button.md-THEME_NAME-theme.md-accent[disabled] md-icon,.md-button.md-THEME_NAME-theme.md-fab[disabled] md-icon,.md-button.md-THEME_NAME-theme.md-raised[disabled] md-icon,.md-button.md-THEME_NAME-theme.md-warn[disabled] md-icon,.md-button.md-THEME_NAME-theme[disabled] md-icon{color:"{{foreground-3}}"}.md-button.md-THEME_NAME-theme.md-fab[disabled],.md-button.md-THEME_NAME-theme.md-raised[disabled]{background-color:"{{foreground-4}}"}.md-button.md-THEME_NAME-theme[disabled]{background-color:transparent}._md a.md-THEME_NAME-theme:not(.md-button).md-primary{color:"{{primary-color}}"}._md a.md-THEME_NAME-theme:not(.md-button).md-primary:hover{color:"{{primary-700}}"}._md a.md-THEME_NAME-theme:not(.md-button).md-accent{color:"{{accent-color}}"}._md a.md-THEME_NAME-theme:not(.md-button).md-accent:hover{color:"{{accent-A700}}"}._md a.md-THEME_NAME-theme:not(.md-button).md-warn{color:"{{warn-color}}"}._md a.md-THEME_NAME-theme:not(.md-button).md-warn:hover{color:"{{warn-700}}"}md-card.md-THEME_NAME-theme{background-color:"{{background-hue-1}}";border-radius:2px;color:"{{foreground-1}}"}md-card.md-THEME_NAME-theme .md-card-image{border-radius:2px 2px 0 0}md-card.md-THEME_NAME-theme md-card-header md-card-avatar md-icon{background-color:"{{foreground-3}}";color:"{{background-color}}"}md-card.md-THEME_NAME-theme md-card-header md-card-header-text .md-subhead,md-card.md-THEME_NAME-theme md-card-title md-card-title-text:not(:only-child) .md-subhead{color:"{{foreground-2}}"}md-checkbox.md-THEME_NAME-theme .md-ripple{color:"{{accent-A700}}"}md-checkbox.md-THEME_NAME-theme.md-checked .md-ripple{color:"{{background-600}}"}md-checkbox.md-THEME_NAME-theme.md-checked.md-focused .md-container:before{background-color:"{{accent-color-0.26}}"}md-checkbox.md-THEME_NAME-theme .md-ink-ripple{color:"{{foreground-2}}"}md-checkbox.md-THEME_NAME-theme.md-checked .md-ink-ripple{color:"{{accent-color-0.87}}"}md-checkbox.md-THEME_NAME-theme:not(.md-checked) .md-icon{border-color:"{{foreground-2}}"}md-checkbox.md-THEME_NAME-theme.md-checked .md-icon{background-color:"{{accent-color-0.87}}"}md-checkbox.md-THEME_NAME-theme.md-checked .md-icon:after{border-color:"{{background-default}}"}md-checkbox.md-THEME_NAME-theme:not([disabled]).md-primary .md-ripple{color:"{{primary-600}}"}md-checkbox.md-THEME_NAME-theme:not([disabled]).md-primary.md-checked .md-ripple{color:"{{background-600}}"}md-checkbox.md-THEME_NAME-theme:not([disabled]).md-primary .md-ink-ripple{color:"{{foreground-2}}"}md-checkbox.md-THEME_NAME-theme:not([disabled]).md-primary.md-checked .md-ink-ripple{color:"{{primary-color-0.87}}"}md-checkbox.md-THEME_NAME-theme:not([disabled]).md-primary:not(.md-checked) .md-icon{border-color:"{{foreground-2}}"}md-checkbox.md-THEME_NAME-theme:not([disabled]).md-primary.md-checked .md-icon{background-color:"{{primary-color-0.87}}"}md-checkbox.md-THEME_NAME-theme:not([disabled]).md-primary.md-checked.md-focused .md-container:before{background-color:"{{primary-color-0.26}}"}md-checkbox.md-THEME_NAME-theme:not([disabled]).md-primary.md-checked .md-icon:after{border-color:"{{primary-contrast-0.87}}"}md-checkbox.md-THEME_NAME-theme:not([disabled]).md-primary .md-indeterminate[disabled] .md-container{color:"{{foreground-3}}"}md-checkbox.md-THEME_NAME-theme:not([disabled]).md-warn .md-ripple{color:"{{warn-600}}"}md-checkbox.md-THEME_NAME-theme:not([disabled]).md-warn .md-ink-ripple{color:"{{foreground-2}}"}md-checkbox.md-THEME_NAME-theme:not([disabled]).md-warn.md-checked .md-ink-ripple{color:"{{warn-color-0.87}}"}md-checkbox.md-THEME_NAME-theme:not([disabled]).md-warn:not(.md-checked) .md-icon{border-color:"{{foreground-2}}"}md-checkbox.md-THEME_NAME-theme:not([disabled]).md-warn.md-checked .md-icon{background-color:"{{warn-color-0.87}}"}md-checkbox.md-THEME_NAME-theme:not([disabled]).md-warn.md-checked.md-focused:not([disabled]) .md-container:before{background-color:"{{warn-color-0.26}}"}md-checkbox.md-THEME_NAME-theme[disabled]:not(.md-checked) .md-icon{border-color:"{{foreground-3}}"}md-checkbox.md-THEME_NAME-theme[disabled].md-checked .md-icon{background-color:"{{foreground-3}}"}md-checkbox.md-THEME_NAME-theme[disabled] .md-label{color:"{{foreground-3}}"}md-chips.md-THEME_NAME-theme .md-chips{box-shadow:0 1px "{{foreground-4}}"}md-chips.md-THEME_NAME-theme .md-chips.md-focused{box-shadow:0 2px "{{primary-color}}"}md-chips.md-THEME_NAME-theme .md-chips .md-chip-input-container input{color:"{{foreground-1}}"}md-chips.md-THEME_NAME-theme .md-chips .md-chip-input-container input::-webkit-input-placeholder{color:"{{foreground-3}}"}md-chips.md-THEME_NAME-theme .md-chips .md-chip-input-container input:-ms-input-placeholder{color:"{{foreground-3}}"}md-chips.md-THEME_NAME-theme .md-chips .md-chip-input-container input::-ms-input-placeholder{color:"{{foreground-3}}"}md-chips.md-THEME_NAME-theme .md-chips .md-chip-input-container input::placeholder{color:"{{foreground-3}}"}md-chips.md-THEME_NAME-theme .md-chips .md-chip-input-container input:-moz-placeholder,md-chips.md-THEME_NAME-theme .md-chips .md-chip-input-container input::-moz-placeholder{color:"{{foreground-3}}";opacity:1}md-chips.md-THEME_NAME-theme md-chip{background:"{{background-300}}";color:"{{background-800}}"}md-chips.md-THEME_NAME-theme md-chip md-icon{color:"{{background-700}}"}md-chips.md-THEME_NAME-theme md-chip.md-focused{background:"{{primary-color}}";color:"{{primary-contrast}}"}md-chips.md-THEME_NAME-theme md-chip.md-focused md-icon{color:"{{primary-contrast}}"}md-chips.md-THEME_NAME-theme md-chip._md-chip-editing{background:transparent;color:"{{background-800}}"}md-chips.md-THEME_NAME-theme .md-chip-remove-container button.md-chip-remove md-icon,md-chips.md-THEME_NAME-theme .md-chip-remove-container buttonmd-chip-remove md-icon{fill:"{{foreground-2}}";color:"{{foreground-2}}"}.md-contact-suggestion span.md-contact-email{color:"{{background-400}}"}md-content.md-THEME_NAME-theme{background-color:"{{background-default}}";color:"{{foreground-1}}"}.md-THEME_NAME-theme .md-calendar{background:"{{background-hue-1}}";color:"{{foreground-1-0.87}}"}.md-THEME_NAME-theme .md-calendar tr:last-child td{border-bottom-color:"{{background-hue-2}}"}.md-THEME_NAME-theme .md-calendar-day-header{background:"{{background-500-0.32}}";color:"{{foreground-1-0.87}}"}.md-THEME_NAME-theme .md-calendar-date.md-calendar-date-today .md-calendar-date-selection-indicator{border:1px solid "{{primary-500}}"}.md-THEME_NAME-theme .md-calendar-date.md-calendar-date-today.md-calendar-date-disabled{color:"{{primary-500-0.6}}"}.md-calendar-date.md-focus .md-THEME_NAME-theme .md-calendar-date-selection-indicator,.md-THEME_NAME-theme .md-calendar-date-selection-indicator:hover{background:"{{background-500-0.32}}"}.md-THEME_NAME-theme .md-calendar-date.md-calendar-selected-date .md-calendar-date-selection-indicator,.md-THEME_NAME-theme .md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator{background:"{{primary-500}}";border-color:transparent;color:"{{primary-500-contrast}}"}.md-THEME_NAME-theme .md-calendar-date-disabled,.md-THEME_NAME-theme .md-calendar-month-label-disabled{color:"{{foreground-3}}"}.md-THEME_NAME-theme .md-calendar-month-label md-icon,.md-THEME_NAME-theme .md-datepicker-input{color:"{{foreground-1}}"}.md-THEME_NAME-theme .md-datepicker-input::-webkit-input-placeholder{color:"{{foreground-3}}"}.md-THEME_NAME-theme .md-datepicker-input:-ms-input-placeholder{color:"{{foreground-3}}"}.md-THEME_NAME-theme .md-datepicker-input::-ms-input-placeholder{color:"{{foreground-3}}"}.md-THEME_NAME-theme .md-datepicker-input::placeholder{color:"{{foreground-3}}"}.md-THEME_NAME-theme .md-datepicker-input:-moz-placeholder,.md-THEME_NAME-theme .md-datepicker-input::-moz-placeholder{color:"{{foreground-3}}";opacity:1}.md-THEME_NAME-theme .md-datepicker-input-container{border-bottom-color:"{{foreground-4}}"}.md-THEME_NAME-theme .md-datepicker-input-container.md-datepicker-focused{border-bottom-color:"{{primary-color}}"}.md-accent .md-THEME_NAME-theme .md-datepicker-input-container.md-datepicker-focused{border-bottom-color:"{{accent-color}}"}.md-THEME_NAME-theme .md-datepicker-input-container.md-datepicker-invalid,.md-warn .md-THEME_NAME-theme .md-datepicker-input-container.md-datepicker-focused{border-bottom-color:"{{warn-A700}}"}.md-THEME_NAME-theme .md-datepicker-calendar-pane{border-color:"{{background-hue-1}}"}.md-THEME_NAME-theme .md-datepicker-triangle-button .md-datepicker-expand-triangle{border-top-color:"{{foreground-2}}"}.md-THEME_NAME-theme .md-datepicker-open .md-datepicker-calendar-icon{color:"{{primary-color}}"}.md-accent .md-THEME_NAME-theme .md-datepicker-open .md-datepicker-calendar-icon,.md-THEME_NAME-theme .md-datepicker-open.md-accent .md-datepicker-calendar-icon{color:"{{accent-color}}"}.md-THEME_NAME-theme .md-datepicker-open.md-warn .md-datepicker-calendar-icon,.md-warn .md-THEME_NAME-theme .md-datepicker-open .md-datepicker-calendar-icon{color:"{{warn-A700}}"}.md-THEME_NAME-theme .md-datepicker-calendar{background:"{{background-hue-1}}"}.md-THEME_NAME-theme .md-datepicker-input-mask-opaque{box-shadow:0 0 0 9999px "{{background-hue-1}}"}.md-THEME_NAME-theme .md-datepicker-open .md-datepicker-input-container{background:"{{background-hue-1}}"}md-dialog.md-THEME_NAME-theme{background-color:"{{background-hue-1}}";border-radius:4px;color:"{{foreground-1}}"}md-dialog.md-THEME_NAME-theme.md-content-overflow md-dialog-actions{border-top-color:"{{foreground-4}}"}md-divider.md-THEME_NAME-theme{border-color:"{{foreground-4}}"}md-fab-speed-dial.md-THEME_NAME-theme md-fab-trigger .md-fab.md-button[disabled]{background-color:"{{foreground-4}}"}md-fab-speed-dial.md-THEME_NAME-theme md-fab-actions .md-fab-action-item .md-button.md-fab.md-raised.md-mini.md-focused,md-fab-speed-dial.md-THEME_NAME-theme md-fab-actions .md-fab-action-item .md-button.md-fab.md-raised.md-mini:hover{background-color:"{{background-500}}"}md-icon.md-THEME_NAME-theme{color:"{{foreground-2}}"}md-icon.md-THEME_NAME-theme.md-primary{color:"{{primary-color}}"}md-icon.md-THEME_NAME-theme.md-accent{color:"{{accent-color}}"}md-icon.md-THEME_NAME-theme.md-warn{color:"{{warn-color}}"}md-input-container.md-THEME_NAME-theme .md-input{border-color:"{{background-default-contrast-divider}}";color:"{{background-default-contrast}}"}md-input-container.md-THEME_NAME-theme .md-input::-webkit-input-placeholder{color:"{{background-default-contrast-secondary}}"}md-input-container.md-THEME_NAME-theme .md-input:-ms-input-placeholder{color:"{{background-default-contrast-secondary}}"}md-input-container.md-THEME_NAME-theme .md-input::-ms-input-placeholder{color:"{{background-default-contrast-secondary}}"}md-input-container.md-THEME_NAME-theme .md-input::placeholder{color:"{{background-default-contrast-secondary}}"}md-input-container.md-THEME_NAME-theme .md-input:-moz-placeholder,md-input-container.md-THEME_NAME-theme .md-input::-moz-placeholder{color:"{{background-default-contrast-secondary}}";opacity:1}md-input-container.md-THEME_NAME-theme>md-icon{color:"{{background-default-contrast}}"}md-input-container.md-THEME_NAME-theme .md-placeholder,md-input-container.md-THEME_NAME-theme label{color:"{{background-default-contrast-secondary}}"}md-input-container.md-THEME_NAME-theme label.md-required:after{color:"{{warn-A700}}"}md-input-container.md-THEME_NAME-theme:not(.md-input-focused):not(.md-input-invalid) label.md-required:after{color:"{{background-default-contrast-secondary}}"}md-input-container.md-THEME_NAME-theme .md-input-message-animation,md-input-container.md-THEME_NAME-theme .md-input-messages-animation{color:"{{warn-A700}}"}md-input-container.md-THEME_NAME-theme .md-input-message-animation .md-char-counter,md-input-container.md-THEME_NAME-theme .md-input-messages-animation .md-char-counter{color:"{{background-default-contrast}}"}md-input-container.md-THEME_NAME-theme.md-input-focused .md-input::-webkit-input-placeholder{color:"{{background-default-contrast-secondary}}"}md-input-container.md-THEME_NAME-theme.md-input-focused .md-input:-ms-input-placeholder{color:"{{background-default-contrast-secondary}}"}md-input-container.md-THEME_NAME-theme.md-input-focused .md-input::-ms-input-placeholder{color:"{{background-default-contrast-secondary}}"}md-input-container.md-THEME_NAME-theme.md-input-focused .md-input::placeholder{color:"{{background-default-contrast-secondary}}"}md-input-container.md-THEME_NAME-theme.md-input-focused .md-input:-moz-placeholder,md-input-container.md-THEME_NAME-theme.md-input-focused .md-input::-moz-placeholder{color:"{{background-default-contrast-secondary}}";opacity:1}md-input-container.md-THEME_NAME-theme:not(.md-input-invalid).md-input-has-value label{color:"{{background-default-contrast-secondary}}"}md-input-container.md-THEME_NAME-theme:not(.md-input-invalid).md-input-focused .md-input,md-input-container.md-THEME_NAME-theme:not(.md-input-invalid).md-input-resized .md-input{border-color:"{{primary-color}}"}md-input-container.md-THEME_NAME-theme:not(.md-input-invalid).md-input-focused label,md-input-container.md-THEME_NAME-theme:not(.md-input-invalid).md-input-focused md-icon{color:"{{primary-color}}"}md-input-container.md-THEME_NAME-theme:not(.md-input-invalid).md-input-focused.md-accent .md-input{border-color:"{{accent-color}}"}md-input-container.md-THEME_NAME-theme:not(.md-input-invalid).md-input-focused.md-accent label,md-input-container.md-THEME_NAME-theme:not(.md-input-invalid).md-input-focused.md-accent md-icon{color:"{{accent-color}}"}md-input-container.md-THEME_NAME-theme:not(.md-input-invalid).md-input-focused.md-warn .md-input{border-color:"{{warn-A700}}"}md-input-container.md-THEME_NAME-theme:not(.md-input-invalid).md-input-focused.md-warn label,md-input-container.md-THEME_NAME-theme:not(.md-input-invalid).md-input-focused.md-warn md-icon{color:"{{warn-A700}}"}md-input-container.md-THEME_NAME-theme.md-input-invalid .md-input{border-color:"{{warn-A700}}"}md-input-container.md-THEME_NAME-theme.md-input-invalid .md-char-counter,md-input-container.md-THEME_NAME-theme.md-input-invalid .md-input-message-animation,md-input-container.md-THEME_NAME-theme.md-input-invalid label{color:"{{warn-A700}}"}[disabled] md-input-container.md-THEME_NAME-theme .md-input,md-input-container.md-THEME_NAME-theme .md-input[disabled]{background-image:linear-gradient(90deg,"{{background-default-contrast-disabled}}" 0,"{{background-default-contrast-disabled}}" 33%,transparent 0);background-image:-ms-linear-gradient(left,transparent 0,"{{background-default-contrast-disabled}}" 100%);border-bottom-color:transparent;color:"{{background-default-contrast-disabled}}"}md-list.md-THEME_NAME-theme md-list-item.md-2-line .md-list-item-text h3,md-list.md-THEME_NAME-theme md-list-item.md-2-line .md-list-item-text h4,md-list.md-THEME_NAME-theme md-list-item.md-3-line .md-list-item-text h3,md-list.md-THEME_NAME-theme md-list-item.md-3-line .md-list-item-text h4{color:"{{foreground-1}}"}md-list.md-THEME_NAME-theme md-list-item.md-2-line .md-list-item-text p,md-list.md-THEME_NAME-theme md-list-item.md-3-line .md-list-item-text p{color:"{{foreground-2}}"}md-list.md-THEME_NAME-theme .md-proxy-focus.md-focused div.md-no-style{background-color:"{{background-100}}"}md-list.md-THEME_NAME-theme md-list-item .md-avatar-icon{background-color:"{{foreground-3}}";color:"{{background-color}}"}md-list.md-THEME_NAME-theme md-list-item>md-icon{color:"{{foreground-2}}"}md-list.md-THEME_NAME-theme md-list-item>md-icon.md-highlight{color:"{{primary-color}}"}md-list.md-THEME_NAME-theme md-list-item>md-icon.md-highlight.md-accent{color:"{{accent-color}}"}md-menu-content.md-THEME_NAME-theme{background-color:"{{background-hue-1}}"}md-menu-content.md-THEME_NAME-theme md-menu-item{color:"{{foreground-1}}"}md-menu-content.md-THEME_NAME-theme md-menu-item md-icon{color:"{{foreground-2}}"}md-menu-content.md-THEME_NAME-theme md-menu-item .md-button[disabled],md-menu-content.md-THEME_NAME-theme md-menu-item .md-button[disabled] md-icon{color:"{{foreground-3}}"}md-menu-content.md-THEME_NAME-theme md-menu-divider{background-color:"{{foreground-4}}"}md-menu-bar.md-THEME_NAME-theme>button.md-button{border-radius:2px;color:"{{foreground-1}}"}md-menu-bar.md-THEME_NAME-theme md-menu>button{color:"{{foreground-1}}"}md-menu-bar.md-THEME_NAME-theme md-menu.md-open>button,md-menu-bar.md-THEME_NAME-theme md-menu>button:focus{background-color:"{{ background-500-0.18}}";outline:none}md-menu-bar.md-THEME_NAME-theme.md-open:not(.md-keyboard-mode) md-menu:hover>button{background-color:"{{ background-500-0.18}}"}md-menu-bar.md-THEME_NAME-theme:not(.md-keyboard-mode):not(.md-open) md-menu button:focus,md-menu-bar.md-THEME_NAME-theme:not(.md-keyboard-mode):not(.md-open) md-menu button:hover{background:transparent}md-menu-content.md-THEME_NAME-theme .md-menu>.md-button:after{color:"{{foreground-2}}"}md-menu-content.md-THEME_NAME-theme .md-menu.md-open>.md-button{background-color:"{{ background-500-0.18}}"}md-toolbar.md-THEME_NAME-theme.md-menu-toolbar{background-color:"{{background-hue-1}}";color:"{{foreground-1}}"}md-toolbar.md-THEME_NAME-theme.md-menu-toolbar md-toolbar-filler{background-color:"{{primary-color}}";color:"{{primary-contrast}}"}md-toolbar.md-THEME_NAME-theme.md-menu-toolbar md-toolbar-filler md-icon{color:"{{primary-contrast}}"}md-nav-bar.md-THEME_NAME-theme .md-nav-bar{background-color:transparent;border-color:"{{foreground-4}}"}md-nav-bar.md-THEME_NAME-theme .md-button._md-nav-button.md-unselected{color:"{{foreground-2}}"}md-nav-bar.md-THEME_NAME-theme .md-button._md-nav-button[disabled]{color:"{{foreground-3}}"}md-nav-bar.md-THEME_NAME-theme md-nav-ink-bar{background:"{{accent-color}}";color:"{{accent-color}}"}md-nav-bar.md-THEME_NAME-theme.md-accent>.md-nav-bar{background-color:"{{accent-color}}"}md-nav-bar.md-THEME_NAME-theme.md-accent>.md-nav-bar .md-button._md-nav-button{color:"{{accent-A100}}"}md-nav-bar.md-THEME_NAME-theme.md-accent>.md-nav-bar .md-button._md-nav-button.md-active,md-nav-bar.md-THEME_NAME-theme.md-accent>.md-nav-bar .md-button._md-nav-button.md-focused{color:"{{accent-contrast}}"}md-nav-bar.md-THEME_NAME-theme.md-accent>.md-nav-bar .md-button._md-nav-button.md-focused{background:"{{accent-contrast-0.1}}"}md-nav-bar.md-THEME_NAME-theme.md-accent>.md-nav-bar md-nav-ink-bar{background:"{{primary-600-1}}";color:"{{primary-600-1}}"}md-nav-bar.md-THEME_NAME-theme.md-warn>.md-nav-bar{background-color:"{{warn-color}}"}md-nav-bar.md-THEME_NAME-theme.md-warn>.md-nav-bar .md-button._md-nav-button{color:"{{warn-100}}"}md-nav-bar.md-THEME_NAME-theme.md-warn>.md-nav-bar .md-button._md-nav-button.md-active,md-nav-bar.md-THEME_NAME-theme.md-warn>.md-nav-bar .md-button._md-nav-button.md-focused{color:"{{warn-contrast}}"}md-nav-bar.md-THEME_NAME-theme.md-warn>.md-nav-bar .md-button._md-nav-button.md-focused{background:"{{warn-contrast-0.1}}"}md-nav-bar.md-THEME_NAME-theme.md-primary>.md-nav-bar{background-color:"{{primary-color}}"}md-nav-bar.md-THEME_NAME-theme.md-primary>.md-nav-bar .md-button._md-nav-button{color:"{{primary-100}}"}md-nav-bar.md-THEME_NAME-theme.md-primary>.md-nav-bar .md-button._md-nav-button.md-active,md-nav-bar.md-THEME_NAME-theme.md-primary>.md-nav-bar .md-button._md-nav-button.md-focused{color:"{{primary-contrast}}"}md-nav-bar.md-THEME_NAME-theme.md-primary>.md-nav-bar .md-button._md-nav-button.md-focused{background:"{{primary-contrast-0.1}}"}md-toolbar>md-nav-bar.md-THEME_NAME-theme>.md-nav-bar{background-color:"{{primary-color}}"}md-toolbar>md-nav-bar.md-THEME_NAME-theme>.md-nav-bar .md-button._md-nav-button{color:"{{primary-100}}"}md-toolbar>md-nav-bar.md-THEME_NAME-theme>.md-nav-bar .md-button._md-nav-button.md-active,md-toolbar>md-nav-bar.md-THEME_NAME-theme>.md-nav-bar .md-button._md-nav-button.md-focused{color:"{{primary-contrast}}"}md-toolbar>md-nav-bar.md-THEME_NAME-theme>.md-nav-bar .md-button._md-nav-button.md-focused{background:"{{primary-contrast-0.1}}"}md-toolbar.md-accent>md-nav-bar.md-THEME_NAME-theme>.md-nav-bar{background-color:"{{accent-color}}"}md-toolbar.md-accent>md-nav-bar.md-THEME_NAME-theme>.md-nav-bar .md-button._md-nav-button{color:"{{accent-A100}}"}md-toolbar.md-accent>md-nav-bar.md-THEME_NAME-theme>.md-nav-bar .md-button._md-nav-button.md-active,md-toolbar.md-accent>md-nav-bar.md-THEME_NAME-theme>.md-nav-bar .md-button._md-nav-button.md-focused{color:"{{accent-contrast}}"}md-toolbar.md-accent>md-nav-bar.md-THEME_NAME-theme>.md-nav-bar .md-button._md-nav-button.md-focused{background:"{{accent-contrast-0.1}}"}md-toolbar.md-accent>md-nav-bar.md-THEME_NAME-theme>.md-nav-bar md-nav-ink-bar{background:"{{primary-600-1}}";color:"{{primary-600-1}}"}md-toolbar.md-warn>md-nav-bar.md-THEME_NAME-theme>.md-nav-bar{background-color:"{{warn-color}}"}md-toolbar.md-warn>md-nav-bar.md-THEME_NAME-theme>.md-nav-bar .md-button._md-nav-button{color:"{{warn-100}}"}md-toolbar.md-warn>md-nav-bar.md-THEME_NAME-theme>.md-nav-bar .md-button._md-nav-button.md-active,md-toolbar.md-warn>md-nav-bar.md-THEME_NAME-theme>.md-nav-bar .md-button._md-nav-button.md-focused{color:"{{warn-contrast}}"}md-toolbar.md-warn>md-nav-bar.md-THEME_NAME-theme>.md-nav-bar .md-button._md-nav-button.md-focused{background:"{{warn-contrast-0.1}}"}._md-panel-backdrop.md-THEME_NAME-theme{background-color:"{{background-900-1.0}}"}md-progress-circular.md-THEME_NAME-theme path{stroke:"{{primary-color}}"}md-progress-circular.md-THEME_NAME-theme.md-warn path{stroke:"{{warn-color}}"}md-progress-circular.md-THEME_NAME-theme.md-accent path{stroke:"{{accent-color}}"}md-progress-linear.md-THEME_NAME-theme .md-container{background-color:"{{primary-100}}"}md-progress-linear.md-THEME_NAME-theme .md-bar{background-color:"{{primary-color}}"}md-progress-linear.md-THEME_NAME-theme.md-warn .md-container{background-color:"{{warn-100}}"}md-progress-linear.md-THEME_NAME-theme.md-warn .md-bar{background-color:"{{warn-color}}"}md-progress-linear.md-THEME_NAME-theme.md-accent .md-container{background-color:"{{accent-100}}"}md-progress-linear.md-THEME_NAME-theme.md-accent .md-bar{background-color:"{{accent-color}}"}md-progress-linear.md-THEME_NAME-theme[md-mode=buffer].md-primary .md-bar1{background-color:"{{primary-100}}"}md-progress-linear.md-THEME_NAME-theme[md-mode=buffer].md-primary .md-dashed:before{background:radial-gradient("{{primary-100}}" 0,"{{primary-100}}" 16%,transparent 42%)}md-progress-linear.md-THEME_NAME-theme[md-mode=buffer].md-warn .md-bar1{background-color:"{{warn-100}}"}md-progress-linear.md-THEME_NAME-theme[md-mode=buffer].md-warn .md-dashed:before{background:radial-gradient("{{warn-100}}" 0,"{{warn-100}}" 16%,transparent 42%)}md-progress-linear.md-THEME_NAME-theme[md-mode=buffer].md-accent .md-bar1{background-color:"{{accent-100}}"}md-progress-linear.md-THEME_NAME-theme[md-mode=buffer].md-accent .md-dashed:before{background:radial-gradient("{{accent-100}}" 0,"{{accent-100}}" 16%,transparent 42%)}md-radio-button.md-THEME_NAME-theme .md-off{border-color:"{{foreground-2}}"}md-radio-button.md-THEME_NAME-theme .md-on{background-color:"{{accent-color-0.87}}"}md-radio-button.md-THEME_NAME-theme.md-checked .md-off{border-color:"{{accent-color-0.87}}"}md-radio-button.md-THEME_NAME-theme.md-checked .md-ink-ripple{color:"{{accent-color-0.87}}"}md-radio-button.md-THEME_NAME-theme .md-container .md-ripple{color:"{{accent-A700}}"}md-radio-button.md-THEME_NAME-theme:not([disabled]).md-primary .md-on,md-radio-button.md-THEME_NAME-theme:not([disabled]) .md-primary .md-on,md-radio-group.md-THEME_NAME-theme:not([disabled]).md-primary .md-on,md-radio-group.md-THEME_NAME-theme:not([disabled]) .md-primary .md-on{background-color:"{{primary-color-0.87}}"}md-radio-button.md-THEME_NAME-theme:not([disabled]).md-primary.md-checked .md-off,md-radio-button.md-THEME_NAME-theme:not([disabled]) .md-primary.md-checked .md-off,md-radio-button.md-THEME_NAME-theme:not([disabled]).md-primary .md-checked .md-off,md-radio-button.md-THEME_NAME-theme:not([disabled]) .md-primary .md-checked .md-off,md-radio-group.md-THEME_NAME-theme:not([disabled]).md-primary.md-checked .md-off,md-radio-group.md-THEME_NAME-theme:not([disabled]) .md-primary.md-checked .md-off,md-radio-group.md-THEME_NAME-theme:not([disabled]).md-primary .md-checked .md-off,md-radio-group.md-THEME_NAME-theme:not([disabled]) .md-primary .md-checked .md-off{border-color:"{{primary-color-0.87}}"}md-radio-button.md-THEME_NAME-theme:not([disabled]).md-primary.md-checked .md-ink-ripple,md-radio-button.md-THEME_NAME-theme:not([disabled]) .md-primary.md-checked .md-ink-ripple,md-radio-button.md-THEME_NAME-theme:not([disabled]).md-primary .md-checked .md-ink-ripple,md-radio-button.md-THEME_NAME-theme:not([disabled]) .md-primary .md-checked .md-ink-ripple,md-radio-group.md-THEME_NAME-theme:not([disabled]).md-primary.md-checked .md-ink-ripple,md-radio-group.md-THEME_NAME-theme:not([disabled]) .md-primary.md-checked .md-ink-ripple,md-radio-group.md-THEME_NAME-theme:not([disabled]).md-primary .md-checked .md-ink-ripple,md-radio-group.md-THEME_NAME-theme:not([disabled]) .md-primary .md-checked .md-ink-ripple{color:"{{primary-color-0.87}}"}md-radio-button.md-THEME_NAME-theme:not([disabled]).md-primary .md-container .md-ripple,md-radio-button.md-THEME_NAME-theme:not([disabled]) .md-primary .md-container .md-ripple,md-radio-group.md-THEME_NAME-theme:not([disabled]).md-primary .md-container .md-ripple,md-radio-group.md-THEME_NAME-theme:not([disabled]) .md-primary .md-container .md-ripple{color:"{{primary-600}}"}md-radio-button.md-THEME_NAME-theme:not([disabled]).md-warn .md-on,md-radio-button.md-THEME_NAME-theme:not([disabled]) .md-warn .md-on,md-radio-group.md-THEME_NAME-theme:not([disabled]).md-warn .md-on,md-radio-group.md-THEME_NAME-theme:not([disabled]) .md-warn .md-on{background-color:"{{warn-color-0.87}}"}md-radio-button.md-THEME_NAME-theme:not([disabled]).md-warn.md-checked .md-off,md-radio-button.md-THEME_NAME-theme:not([disabled]) .md-warn.md-checked .md-off,md-radio-button.md-THEME_NAME-theme:not([disabled]).md-warn .md-checked .md-off,md-radio-button.md-THEME_NAME-theme:not([disabled]) .md-warn .md-checked .md-off,md-radio-group.md-THEME_NAME-theme:not([disabled]).md-warn.md-checked .md-off,md-radio-group.md-THEME_NAME-theme:not([disabled]) .md-warn.md-checked .md-off,md-radio-group.md-THEME_NAME-theme:not([disabled]).md-warn .md-checked .md-off,md-radio-group.md-THEME_NAME-theme:not([disabled]) .md-warn .md-checked .md-off{border-color:"{{warn-color-0.87}}"}md-radio-button.md-THEME_NAME-theme:not([disabled]).md-warn.md-checked .md-ink-ripple,md-radio-button.md-THEME_NAME-theme:not([disabled]) .md-warn.md-checked .md-ink-ripple,md-radio-button.md-THEME_NAME-theme:not([disabled]).md-warn .md-checked .md-ink-ripple,md-radio-button.md-THEME_NAME-theme:not([disabled]) .md-warn .md-checked .md-ink-ripple,md-radio-group.md-THEME_NAME-theme:not([disabled]).md-warn.md-checked .md-ink-ripple,md-radio-group.md-THEME_NAME-theme:not([disabled]) .md-warn.md-checked .md-ink-ripple,md-radio-group.md-THEME_NAME-theme:not([disabled]).md-warn .md-checked .md-ink-ripple,md-radio-group.md-THEME_NAME-theme:not([disabled]) .md-warn .md-checked .md-ink-ripple{color:"{{warn-color-0.87}}"}md-radio-button.md-THEME_NAME-theme:not([disabled]).md-warn .md-container .md-ripple,md-radio-button.md-THEME_NAME-theme:not([disabled]) .md-warn .md-container .md-ripple,md-radio-group.md-THEME_NAME-theme:not([disabled]).md-warn .md-container .md-ripple,md-radio-group.md-THEME_NAME-theme:not([disabled]) .md-warn .md-container .md-ripple{color:"{{warn-600}}"}md-radio-button.md-THEME_NAME-theme[disabled],md-radio-group.md-THEME_NAME-theme[disabled]{color:"{{foreground-3}}"}md-radio-button.md-THEME_NAME-theme[disabled] .md-container .md-off,md-radio-button.md-THEME_NAME-theme[disabled] .md-container .md-on,md-radio-group.md-THEME_NAME-theme[disabled] .md-container .md-off,md-radio-group.md-THEME_NAME-theme[disabled] .md-container .md-on{border-color:"{{foreground-3}}"}md-radio-group.md-THEME_NAME-theme .md-checked .md-ink-ripple{color:"{{accent-color-0.26}}"}md-radio-group.md-THEME_NAME-theme .md-checked:not([disabled]).md-primary .md-ink-ripple,md-radio-group.md-THEME_NAME-theme.md-primary .md-checked:not([disabled]) .md-ink-ripple{color:"{{primary-color-0.26}}"}md-radio-group.md-THEME_NAME-theme.md-focused.ng-empty>md-radio-button:first-child .md-container:before{background-color:"{{foreground-3-0.26}}"}md-radio-group.md-THEME_NAME-theme.md-focused:not(:empty) .md-checked .md-container:before{background-color:"{{accent-color-0.26}}"}md-radio-group.md-THEME_NAME-theme.md-focused:not(:empty) .md-checked.md-primary .md-container:before,md-radio-group.md-THEME_NAME-theme.md-focused:not(:empty).md-primary .md-checked .md-container:before{background-color:"{{primary-color-0.26}}"}md-radio-group.md-THEME_NAME-theme.md-focused:not(:empty) .md-checked.md-warn .md-container:before,md-radio-group.md-THEME_NAME-theme.md-focused:not(:empty).md-warn .md-checked .md-container:before{background-color:"{{warn-color-0.26}}"}md-input-container md-select.md-THEME_NAME-theme .md-select-value span:first-child:after{color:"{{warn-A700}}"}md-input-container:not(.md-input-focused):not(.md-input-invalid) md-select.md-THEME_NAME-theme .md-select-value span:first-child:after{color:"{{foreground-3}}"}md-input-container.md-input-focused:not(.md-input-has-value) md-select.md-THEME_NAME-theme .md-select-value,md-input-container.md-input-focused:not(.md-input-has-value) md-select.md-THEME_NAME-theme .md-select-value.md-select-placeholder{color:"{{primary-color}}"}md-input-container.md-input-invalid md-select.md-THEME_NAME-theme .md-select-value{border-bottom-color:"{{warn-A700}}"!important;color:"{{warn-A700}}"!important}md-input-container.md-input-invalid md-select.md-THEME_NAME-theme.md-no-underline .md-select-value{border-bottom-color:transparent!important}md-input-container:not(.md-input-invalid).md-input-focused.md-accent .md-select-value{border-color:"{{accent-color}}"}md-input-container:not(.md-input-invalid).md-input-focused.md-accent .md-select-value span{color:"{{accent-color}}"}md-input-container:not(.md-input-invalid).md-input-focused.md-warn .md-select-value{border-color:"{{warn-A700}}"}md-input-container:not(.md-input-invalid).md-input-focused.md-warn .md-select-value span{color:"{{warn-A700}}"}md-select.md-THEME_NAME-theme[disabled] .md-select-value{background-image:linear-gradient(90deg,"{{foreground-3}}" 0,"{{foreground-3}}" 33%,transparent 0);background-image:-ms-linear-gradient(left,transparent 0,"{{foreground-3}}" 100%);border-bottom-color:transparent}md-select.md-THEME_NAME-theme .md-select-value{border-bottom-color:"{{foreground-4}}"}md-select.md-THEME_NAME-theme .md-select-value.md-select-placeholder{color:"{{foreground-3}}"}md-select.md-THEME_NAME-theme .md-select-value span:first-child:after{color:"{{warn-A700}}"}md-select.md-THEME_NAME-theme.md-no-underline .md-select-value{border-bottom-color:transparent!important}md-select.md-THEME_NAME-theme.ng-invalid.ng-touched .md-select-value{border-bottom-color:"{{warn-A700}}"!important;color:"{{warn-A700}}"!important}md-select.md-THEME_NAME-theme.ng-invalid.ng-touched.md-no-underline .md-select-value{border-bottom-color:transparent!important}md-select.md-THEME_NAME-theme:not([disabled]):focus .md-select-value{border-bottom-color:"{{primary-color}}";color:"{{ foreground-1 }}"}md-select.md-THEME_NAME-theme:not([disabled]):focus .md-select-value.md-select-placeholder{color:"{{ foreground-1 }}"}md-select.md-THEME_NAME-theme:not([disabled]):focus.md-no-underline .md-select-value{border-bottom-color:transparent!important}md-select.md-THEME_NAME-theme:not([disabled]):focus.md-accent .md-select-value{border-bottom-color:"{{accent-color}}"}md-select.md-THEME_NAME-theme:not([disabled]):focus.md-warn .md-select-value{border-bottom-color:"{{warn-color}}"}md-select.md-THEME_NAME-theme[disabled] .md-select-icon,md-select.md-THEME_NAME-theme[disabled] .md-select-value,md-select.md-THEME_NAME-theme[disabled] .md-select-value.md-select-placeholder{color:"{{foreground-3}}"}md-select.md-THEME_NAME-theme .md-select-icon{color:"{{foreground-2}}"}md-select-menu.md-THEME_NAME-theme md-content{background-color:"{{background-hue-1}}"}md-select-menu.md-THEME_NAME-theme md-content md-optgroup{color:"{{foreground-2}}"}md-select-menu.md-THEME_NAME-theme md-content md-option{color:"{{foreground-1}}"}md-select-menu.md-THEME_NAME-theme md-content md-option[disabled] .md-text{color:"{{foreground-3}}"}md-select-menu.md-THEME_NAME-theme md-content md-option:not([disabled]):hover{background-color:"{{background-500-0.10}}"}md-select-menu.md-THEME_NAME-theme md-content md-option:not([disabled]).md-focused,md-select-menu.md-THEME_NAME-theme md-content md-option:not([disabled]):focus{background-color:"{{background-500-0.18}}"}md-select-menu.md-THEME_NAME-theme md-content md-option[selected]{color:"{{primary-500}}"}md-select-menu.md-THEME_NAME-theme md-content md-option[selected].md-focused,md-select-menu.md-THEME_NAME-theme md-content md-option[selected]:focus{color:"{{primary-600}}"}md-select-menu.md-THEME_NAME-theme md-content md-option[selected].md-accent{color:"{{accent-color}}"}md-select-menu.md-THEME_NAME-theme md-content md-option[selected].md-accent.md-focused,md-select-menu.md-THEME_NAME-theme md-content md-option[selected].md-accent:focus{color:"{{accent-A700}}"}.md-checkbox-enabled.md-THEME_NAME-theme .md-ripple{color:"{{primary-600}}"}.md-checkbox-enabled.md-THEME_NAME-theme[selected] .md-ripple{color:"{{background-600}}"}.md-checkbox-enabled.md-THEME_NAME-theme .md-ink-ripple{color:"{{foreground-2}}"}.md-checkbox-enabled.md-THEME_NAME-theme[selected] .md-ink-ripple{color:"{{primary-color-0.87}}"}.md-checkbox-enabled.md-THEME_NAME-theme:not(.md-checked) .md-icon{border-color:"{{foreground-2}}"}.md-checkbox-enabled.md-THEME_NAME-theme[selected] .md-icon{background-color:"{{primary-color-0.87}}"}.md-checkbox-enabled.md-THEME_NAME-theme[selected].md-focused .md-container:before{background-color:"{{primary-color-0.26}}"}.md-checkbox-enabled.md-THEME_NAME-theme[selected] .md-icon:after{border-color:"{{primary-contrast-0.87}}"}.md-checkbox-enabled.md-THEME_NAME-theme .md-indeterminate[disabled] .md-container{color:"{{foreground-3}}"}.md-checkbox-enabled.md-THEME_NAME-theme md-option .md-text{color:"{{foreground-1}}"}md-sidenav.md-THEME_NAME-theme,md-sidenav.md-THEME_NAME-theme md-content{background-color:"{{background-hue-1}}"}md-slider.md-THEME_NAME-theme .md-track{background-color:"{{foreground-3}}"}md-slider.md-THEME_NAME-theme .md-track-ticks{color:"{{background-contrast}}"}md-slider.md-THEME_NAME-theme .md-focus-ring{background-color:"{{accent-A200-0.2}}"}md-slider.md-THEME_NAME-theme .md-disabled-thumb{background-color:"{{background-color}}";border-color:"{{background-color}}"}md-slider.md-THEME_NAME-theme.md-min .md-thumb:after{background-color:"{{background-color}}";border-color:"{{foreground-3}}"}md-slider.md-THEME_NAME-theme.md-min .md-focus-ring{background-color:"{{foreground-3-0.38}}"}md-slider.md-THEME_NAME-theme.md-min[md-discrete] .md-thumb:after{background-color:"{{background-contrast}}";border-color:transparent}md-slider.md-THEME_NAME-theme.md-min[md-discrete] .md-sign{background-color:"{{background-400}}"}md-slider.md-THEME_NAME-theme.md-min[md-discrete] .md-sign:after{border-top-color:"{{background-400}}"}md-slider.md-THEME_NAME-theme.md-min[md-discrete][md-vertical] .md-sign:after{border-left-color:"{{background-400}}";border-top-color:transparent}md-slider.md-THEME_NAME-theme .md-track.md-track-fill{background-color:"{{accent-color}}"}md-slider.md-THEME_NAME-theme .md-thumb:after{background-color:"{{accent-color}}";border-color:"{{accent-color}}"}md-slider.md-THEME_NAME-theme .md-sign{background-color:"{{accent-color}}"}md-slider.md-THEME_NAME-theme .md-sign:after{border-top-color:"{{accent-color}}"}md-slider.md-THEME_NAME-theme[md-vertical] .md-sign:after{border-left-color:"{{accent-color}}";border-top-color:transparent}md-slider.md-THEME_NAME-theme .md-thumb-text{color:"{{accent-contrast}}"}md-slider.md-THEME_NAME-theme.md-warn .md-focus-ring{background-color:"{{warn-200-0.38}}"}md-slider.md-THEME_NAME-theme.md-warn .md-track.md-track-fill{background-color:"{{warn-color}}"}md-slider.md-THEME_NAME-theme.md-warn .md-thumb:after{background-color:"{{warn-color}}";border-color:"{{warn-color}}"}md-slider.md-THEME_NAME-theme.md-warn .md-sign{background-color:"{{warn-color}}"}md-slider.md-THEME_NAME-theme.md-warn .md-sign:after{border-top-color:"{{warn-color}}"}md-slider.md-THEME_NAME-theme.md-warn[md-vertical] .md-sign:after{border-left-color:"{{warn-color}}";border-top-color:transparent}md-slider.md-THEME_NAME-theme.md-warn .md-thumb-text{color:"{{warn-contrast}}"}md-slider.md-THEME_NAME-theme.md-primary .md-focus-ring{background-color:"{{primary-200-0.38}}"}md-slider.md-THEME_NAME-theme.md-primary .md-track.md-track-fill{background-color:"{{primary-color}}"}md-slider.md-THEME_NAME-theme.md-primary .md-thumb:after{background-color:"{{primary-color}}";border-color:"{{primary-color}}"}md-slider.md-THEME_NAME-theme.md-primary .md-sign{background-color:"{{primary-color}}"}md-slider.md-THEME_NAME-theme.md-primary .md-sign:after{border-top-color:"{{primary-color}}"}md-slider.md-THEME_NAME-theme.md-primary[md-vertical] .md-sign:after{border-left-color:"{{primary-color}}";border-top-color:transparent}md-slider.md-THEME_NAME-theme.md-primary .md-thumb-text{color:"{{primary-contrast}}"}md-slider.md-THEME_NAME-theme[disabled] .md-thumb:after{border-color:transparent}md-slider.md-THEME_NAME-theme[disabled]:not(.md-min) .md-thumb:after,md-slider.md-THEME_NAME-theme[disabled][md-discrete] .md-thumb:after{background-color:"{{foreground-3}}";border-color:transparent}md-slider.md-THEME_NAME-theme[disabled][readonly] .md-sign{background-color:"{{background-400}}"}md-slider.md-THEME_NAME-theme[disabled][readonly] .md-sign:after{border-top-color:"{{background-400}}"}md-slider.md-THEME_NAME-theme[disabled][readonly][md-vertical] .md-sign:after{border-left-color:"{{background-400}}";border-top-color:transparent}md-slider.md-THEME_NAME-theme[disabled][readonly] .md-disabled-thumb{background-color:transparent;border-color:transparent}md-slider-container[disabled]>:first-child:not(md-slider),md-slider-container[disabled]>:last-child:not(md-slider){color:"{{foreground-3}}"}.md-subheader.md-THEME_NAME-theme{background-color:"{{background-default}}";color:"{{ foreground-2-0.54 }}"}.md-subheader.md-THEME_NAME-theme.md-primary{color:"{{primary-color}}"}.md-subheader.md-THEME_NAME-theme.md-accent{color:"{{accent-color}}"}.md-subheader.md-THEME_NAME-theme.md-warn{color:"{{warn-color}}"}md-switch.md-THEME_NAME-theme .md-ink-ripple{color:"{{background-500}}"}md-switch.md-THEME_NAME-theme .md-thumb{background-color:"{{background-50}}"}md-switch.md-THEME_NAME-theme .md-bar{background-color:"{{background-500}}"}md-switch.md-THEME_NAME-theme.md-focused:not(.md-checked) .md-thumb:before,md-switch.md-THEME_NAME-theme.md-focused[disabled] .md-thumb:before{background-color:"{{foreground-4}}"}md-switch.md-THEME_NAME-theme.md-checked:not([disabled]) .md-ink-ripple{color:"{{accent-color}}"}md-switch.md-THEME_NAME-theme.md-checked:not([disabled]) .md-thumb{background-color:"{{accent-color}}"}md-switch.md-THEME_NAME-theme.md-checked:not([disabled]) .md-bar{background-color:"{{accent-color-0.5}}"}md-switch.md-THEME_NAME-theme.md-checked:not([disabled]).md-focused .md-thumb:before{background-color:"{{accent-color-0.26}}"}md-switch.md-THEME_NAME-theme.md-checked:not([disabled]).md-primary .md-ink-ripple{color:"{{primary-color}}"}md-switch.md-THEME_NAME-theme.md-checked:not([disabled]).md-primary .md-thumb{background-color:"{{primary-color}}"}md-switch.md-THEME_NAME-theme.md-checked:not([disabled]).md-primary .md-bar{background-color:"{{primary-color-0.5}}"}md-switch.md-THEME_NAME-theme.md-checked:not([disabled]).md-primary.md-focused .md-thumb:before{background-color:"{{primary-color-0.26}}"}md-switch.md-THEME_NAME-theme.md-checked:not([disabled]).md-warn .md-ink-ripple{color:"{{warn-color}}"}md-switch.md-THEME_NAME-theme.md-checked:not([disabled]).md-warn .md-thumb{background-color:"{{warn-color}}"}md-switch.md-THEME_NAME-theme.md-checked:not([disabled]).md-warn .md-bar{background-color:"{{warn-color-0.5}}"}md-switch.md-THEME_NAME-theme.md-checked:not([disabled]).md-warn.md-focused .md-thumb:before{background-color:"{{warn-color-0.26}}"}md-switch.md-THEME_NAME-theme[disabled] .md-thumb{background-color:"{{background-400}}"}md-switch.md-THEME_NAME-theme[disabled] .md-bar{background-color:"{{foreground-4}}"}md-tabs.md-THEME_NAME-theme md-tabs-wrapper{background-color:transparent;border-color:"{{foreground-4}}"}md-tabs.md-THEME_NAME-theme md-next-button md-icon,md-tabs.md-THEME_NAME-theme md-prev-button md-icon{color:"{{foreground-2}}"}md-tabs.md-THEME_NAME-theme md-ink-bar{background:"{{accent-color}}";color:"{{accent-color}}"}md-tabs.md-THEME_NAME-theme .md-tab{color:"{{foreground-2}}"}md-tabs.md-THEME_NAME-theme .md-tab[disabled],md-tabs.md-THEME_NAME-theme .md-tab[disabled] md-icon{color:"{{foreground-3}}"}md-tabs.md-THEME_NAME-theme .md-tab.md-active,md-tabs.md-THEME_NAME-theme .md-tab.md-active md-icon,md-tabs.md-THEME_NAME-theme .md-tab.md-focused,md-tabs.md-THEME_NAME-theme .md-tab.md-focused md-icon{color:"{{accent-color}}"}md-tabs.md-THEME_NAME-theme .md-tab.md-focused{background:"{{primary-color-0.1}}"}md-tabs.md-THEME_NAME-theme .md-tab .md-ripple-container{color:"{{accent-A100}}"}md-tabs.md-THEME_NAME-theme.md-accent>md-tabs-wrapper{background-color:"{{accent-500}}"}md-tabs.md-THEME_NAME-theme.md-accent>md-tabs-wrapper>md-tabs-canvas>md-pagination-wrapper>md-tab-item:not([disabled]),md-tabs.md-THEME_NAME-theme.md-accent>md-tabs-wrapper>md-tabs-canvas>md-pagination-wrapper>md-tab-item:not([disabled]) md-icon,md-tabs.md-THEME_NAME-theme.md-accent>md-tabs-wrapper md-next-button md-icon,md-tabs.md-THEME_NAME-theme.md-accent>md-tabs-wrapper md-prev-button md-icon{color:"{{accent-500-contrast-0.7}}"}md-tabs.md-THEME_NAME-theme.md-accent>md-tabs-wrapper>md-tabs-canvas>md-pagination-wrapper>md-tab-item:not([disabled]).md-active,md-tabs.md-THEME_NAME-theme.md-accent>md-tabs-wrapper>md-tabs-canvas>md-pagination-wrapper>md-tab-item:not([disabled]).md-active md-icon,md-tabs.md-THEME_NAME-theme.md-accent>md-tabs-wrapper>md-tabs-canvas>md-pagination-wrapper>md-tab-item:not([disabled]).md-focused,md-tabs.md-THEME_NAME-theme.md-accent>md-tabs-wrapper>md-tabs-canvas>md-pagination-wrapper>md-tab-item:not([disabled]).md-focused md-icon{color:"{{accent-500-contrast-1}}"}md-tabs.md-THEME_NAME-theme.md-accent>md-tabs-wrapper>md-tabs-canvas>md-pagination-wrapper>md-tab-item:not([disabled]).md-focused{background:"{{accent-500-contrast-0.1}}"}md-tabs.md-THEME_NAME-theme.md-accent>md-tabs-wrapper>md-tabs-canvas>md-pagination-wrapper>md-ink-bar{background:"{{accent-500-contrast}}";color:"{{accent-500-contrast}}"}md-tabs.md-THEME_NAME-theme.md-primary>md-tabs-wrapper{background-color:"{{primary-color}}"}md-tabs.md-THEME_NAME-theme.md-primary>md-tabs-wrapper md-next-button md-icon,md-tabs.md-THEME_NAME-theme.md-primary>md-tabs-wrapper md-prev-button md-icon{color:"{{primary-contrast}}"}md-tabs.md-THEME_NAME-theme.md-primary>md-tabs-wrapper>md-tabs-canvas>md-pagination-wrapper>md-tab-item:not([disabled]),md-tabs.md-THEME_NAME-theme.md-primary>md-tabs-wrapper>md-tabs-canvas>md-pagination-wrapper>md-tab-item:not([disabled]) md-icon{color:"{{primary-contrast-0.7}}"}md-tabs.md-THEME_NAME-theme.md-primary>md-tabs-wrapper>md-tabs-canvas>md-pagination-wrapper>md-tab-item:not([disabled]).md-active,md-tabs.md-THEME_NAME-theme.md-primary>md-tabs-wrapper>md-tabs-canvas>md-pagination-wrapper>md-tab-item:not([disabled]).md-active md-icon,md-tabs.md-THEME_NAME-theme.md-primary>md-tabs-wrapper>md-tabs-canvas>md-pagination-wrapper>md-tab-item:not([disabled]).md-focused,md-tabs.md-THEME_NAME-theme.md-primary>md-tabs-wrapper>md-tabs-canvas>md-pagination-wrapper>md-tab-item:not([disabled]).md-focused md-icon{color:"{{primary-contrast}}"}md-tabs.md-THEME_NAME-theme.md-primary>md-tabs-wrapper>md-tabs-canvas>md-pagination-wrapper>md-tab-item:not([disabled]).md-focused{background:"{{primary-contrast-0.1}}"}md-tabs.md-THEME_NAME-theme.md-primary>md-tabs-wrapper>md-tabs-canvas>md-pagination-wrapper>md-ink-bar{background:"{{accent-color}}";color:"{{accent-color}}"}md-tabs.md-THEME_NAME-theme.md-primary.md-no-ink-bar-color>md-tabs-wrapper>md-tabs-canvas>md-pagination-wrapper>md-ink-bar{background:"{{primary-contrast}}";color:"{{primary-contrast}}"}md-tabs.md-THEME_NAME-theme.md-warn>md-tabs-wrapper{background-color:"{{warn-500}}"}md-tabs.md-THEME_NAME-theme.md-warn>md-tabs-wrapper md-next-button md-icon,md-tabs.md-THEME_NAME-theme.md-warn>md-tabs-wrapper md-prev-button md-icon{color:"{{warn-500-contrast}}"}md-tabs.md-THEME_NAME-theme.md-warn>md-tabs-wrapper>md-tabs-canvas>md-pagination-wrapper>md-tab-item:not([disabled]),md-tabs.md-THEME_NAME-theme.md-warn>md-tabs-wrapper>md-tabs-canvas>md-pagination-wrapper>md-tab-item:not([disabled]) md-icon{color:"{{warn-500-contrast-0.7}}"}md-tabs.md-THEME_NAME-theme.md-warn>md-tabs-wrapper>md-tabs-canvas>md-pagination-wrapper>md-tab-item:not([disabled]).md-active,md-tabs.md-THEME_NAME-theme.md-warn>md-tabs-wrapper>md-tabs-canvas>md-pagination-wrapper>md-tab-item:not([disabled]).md-active md-icon,md-tabs.md-THEME_NAME-theme.md-warn>md-tabs-wrapper>md-tabs-canvas>md-pagination-wrapper>md-tab-item:not([disabled]).md-focused,md-tabs.md-THEME_NAME-theme.md-warn>md-tabs-wrapper>md-tabs-canvas>md-pagination-wrapper>md-tab-item:not([disabled]).md-focused md-icon{color:"{{warn-500-contrast-1}}"}md-tabs.md-THEME_NAME-theme.md-warn>md-tabs-wrapper>md-tabs-canvas>md-pagination-wrapper>md-tab-item:not([disabled]).md-focused{background:"{{warn-500-contrast-0.1}}"}md-tabs.md-THEME_NAME-theme.md-warn>md-tabs-wrapper>md-tabs-canvas>md-pagination-wrapper>md-ink-bar{background:"{{warn-500-contrast}}";color:"{{warn-500-contrast}}"}md-toolbar>md-tabs.md-THEME_NAME-theme>md-tabs-wrapper{background-color:"{{primary-color}}"}md-toolbar>md-tabs.md-THEME_NAME-theme>md-tabs-wrapper md-next-button md-icon,md-toolbar>md-tabs.md-THEME_NAME-theme>md-tabs-wrapper md-prev-button md-icon{color:"{{primary-contrast}}"}md-toolbar>md-tabs.md-THEME_NAME-theme>md-tabs-wrapper>md-tabs-canvas>md-pagination-wrapper>md-tab-item:not([disabled]),md-toolbar>md-tabs.md-THEME_NAME-theme>md-tabs-wrapper>md-tabs-canvas>md-pagination-wrapper>md-tab-item:not([disabled]) md-icon{color:"{{primary-contrast-0.7}}"}md-toolbar>md-tabs.md-THEME_NAME-theme>md-tabs-wrapper>md-tabs-canvas>md-pagination-wrapper>md-tab-item:not([disabled]).md-active,md-toolbar>md-tabs.md-THEME_NAME-theme>md-tabs-wrapper>md-tabs-canvas>md-pagination-wrapper>md-tab-item:not([disabled]).md-active md-icon,md-toolbar>md-tabs.md-THEME_NAME-theme>md-tabs-wrapper>md-tabs-canvas>md-pagination-wrapper>md-tab-item:not([disabled]).md-focused,md-toolbar>md-tabs.md-THEME_NAME-theme>md-tabs-wrapper>md-tabs-canvas>md-pagination-wrapper>md-tab-item:not([disabled]).md-focused md-icon{color:"{{primary-contrast}}"}md-toolbar>md-tabs.md-THEME_NAME-theme>md-tabs-wrapper>md-tabs-canvas>md-pagination-wrapper>md-tab-item:not([disabled]).md-focused{background:"{{primary-contrast-0.1}}"}md-toolbar>md-tabs.md-THEME_NAME-theme>md-tabs-wrapper>md-tabs-canvas>md-pagination-wrapper>md-ink-bar{background:"{{accent-color}}";color:"{{accent-color}}"}md-toolbar>md-tabs.md-THEME_NAME-theme.md-no-ink-bar-color>md-tabs-wrapper>md-tabs-canvas>md-pagination-wrapper>md-ink-bar{background:"{{primary-contrast}}";color:"{{primary-contrast}}"}md-toolbar.md-accent>md-tabs.md-THEME_NAME-theme>md-tabs-wrapper{background-color:"{{accent-500}}"}md-toolbar.md-accent>md-tabs.md-THEME_NAME-theme>md-tabs-wrapper>md-tabs-canvas>md-pagination-wrapper>md-tab-item:not([disabled]),md-toolbar.md-accent>md-tabs.md-THEME_NAME-theme>md-tabs-wrapper>md-tabs-canvas>md-pagination-wrapper>md-tab-item:not([disabled]) md-icon,md-toolbar.md-accent>md-tabs.md-THEME_NAME-theme>md-tabs-wrapper md-next-button md-icon,md-toolbar.md-accent>md-tabs.md-THEME_NAME-theme>md-tabs-wrapper md-prev-button md-icon{color:"{{accent-500-contrast-0.7}}"}md-toolbar.md-accent>md-tabs.md-THEME_NAME-theme>md-tabs-wrapper>md-tabs-canvas>md-pagination-wrapper>md-tab-item:not([disabled]).md-active,md-toolbar.md-accent>md-tabs.md-THEME_NAME-theme>md-tabs-wrapper>md-tabs-canvas>md-pagination-wrapper>md-tab-item:not([disabled]).md-active md-icon,md-toolbar.md-accent>md-tabs.md-THEME_NAME-theme>md-tabs-wrapper>md-tabs-canvas>md-pagination-wrapper>md-tab-item:not([disabled]).md-focused,md-toolbar.md-accent>md-tabs.md-THEME_NAME-theme>md-tabs-wrapper>md-tabs-canvas>md-pagination-wrapper>md-tab-item:not([disabled]).md-focused md-icon{color:"{{accent-500-contrast-1}}"}md-toolbar.md-accent>md-tabs.md-THEME_NAME-theme>md-tabs-wrapper>md-tabs-canvas>md-pagination-wrapper>md-tab-item:not([disabled]).md-focused{background:"{{accent-500-contrast-0.1}}"}md-toolbar.md-accent>md-tabs.md-THEME_NAME-theme>md-tabs-wrapper>md-tabs-canvas>md-pagination-wrapper>md-ink-bar{background:"{{accent-500-contrast}}";color:"{{accent-500-contrast}}"}md-toolbar.md-warn>md-tabs.md-THEME_NAME-theme>md-tabs-wrapper{background-color:"{{warn-500}}"}md-toolbar.md-warn>md-tabs.md-THEME_NAME-theme>md-tabs-wrapper md-next-button md-icon,md-toolbar.md-warn>md-tabs.md-THEME_NAME-theme>md-tabs-wrapper md-prev-button md-icon{color:"{{warn-500-contrast}}"}md-toolbar.md-warn>md-tabs.md-THEME_NAME-theme>md-tabs-wrapper>md-tabs-canvas>md-pagination-wrapper>md-tab-item:not([disabled]),md-toolbar.md-warn>md-tabs.md-THEME_NAME-theme>md-tabs-wrapper>md-tabs-canvas>md-pagination-wrapper>md-tab-item:not([disabled]) md-icon{color:"{{warn-500-contrast-0.7}}"}md-toolbar.md-warn>md-tabs.md-THEME_NAME-theme>md-tabs-wrapper>md-tabs-canvas>md-pagination-wrapper>md-tab-item:not([disabled]).md-active,md-toolbar.md-warn>md-tabs.md-THEME_NAME-theme>md-tabs-wrapper>md-tabs-canvas>md-pagination-wrapper>md-tab-item:not([disabled]).md-active md-icon,md-toolbar.md-warn>md-tabs.md-THEME_NAME-theme>md-tabs-wrapper>md-tabs-canvas>md-pagination-wrapper>md-tab-item:not([disabled]).md-focused,md-toolbar.md-warn>md-tabs.md-THEME_NAME-theme>md-tabs-wrapper>md-tabs-canvas>md-pagination-wrapper>md-tab-item:not([disabled]).md-focused md-icon{color:"{{warn-500-contrast-1}}"}md-toolbar.md-warn>md-tabs.md-THEME_NAME-theme>md-tabs-wrapper>md-tabs-canvas>md-pagination-wrapper>md-tab-item:not([disabled]).md-focused{background:"{{warn-500-contrast-0.1}}"}md-toolbar.md-warn>md-tabs.md-THEME_NAME-theme>md-tabs-wrapper>md-tabs-canvas>md-pagination-wrapper>md-ink-bar{background:"{{warn-500-contrast}}";color:"{{warn-500-contrast}}"}md-toast.md-THEME_NAME-theme .md-toast-content{background-color:#323232;color:"{{background-50}}"}md-toast.md-THEME_NAME-theme .md-toast-content .md-button{color:"{{background-50}}"}md-toast.md-THEME_NAME-theme .md-toast-content .md-button.md-highlight{color:"{{accent-color}}"}md-toast.md-THEME_NAME-theme .md-toast-content .md-button.md-highlight.md-primary{color:"{{primary-color}}"}md-toast.md-THEME_NAME-theme .md-toast-content .md-button.md-highlight.md-warn{color:"{{warn-color}}"}md-toolbar.md-THEME_NAME-theme:not(.md-menu-toolbar){background-color:"{{primary-color}}";color:"{{primary-contrast}}"}md-toolbar.md-THEME_NAME-theme:not(.md-menu-toolbar) md-icon{fill:"{{primary-contrast}}";color:"{{primary-contrast}}"}md-toolbar.md-THEME_NAME-theme:not(.md-menu-toolbar) .md-button[disabled] md-icon{fill:"{{primary-contrast-0.26}}";color:"{{primary-contrast-0.26}}"}md-toolbar.md-THEME_NAME-theme:not(.md-menu-toolbar) md-input-container[md-no-float] .md-input{border-color:"{{primary-default-contrast-divider}}";color:"{{primary-default-contrast}}"}md-toolbar.md-THEME_NAME-theme:not(.md-menu-toolbar) md-input-container[md-no-float] .md-input::-webkit-input-placeholder{color:"{{primary-default-contrast-hint}}"}md-toolbar.md-THEME_NAME-theme:not(.md-menu-toolbar) md-input-container[md-no-float] .md-input:-ms-input-placeholder{color:"{{primary-default-contrast-hint}}"}md-toolbar.md-THEME_NAME-theme:not(.md-menu-toolbar) md-input-container[md-no-float] .md-input::-ms-input-placeholder{color:"{{primary-default-contrast-hint}}"}md-toolbar.md-THEME_NAME-theme:not(.md-menu-toolbar) md-input-container[md-no-float] .md-input::placeholder{color:"{{primary-default-contrast-hint}}"}md-toolbar.md-THEME_NAME-theme:not(.md-menu-toolbar) md-input-container[md-no-float] .md-input:-moz-placeholder,md-toolbar.md-THEME_NAME-theme:not(.md-menu-toolbar) md-input-container[md-no-float] .md-input::-moz-placeholder{color:"{{primary-default-contrast-hint}}";opacity:1}md-toolbar.md-THEME_NAME-theme:not(.md-menu-toolbar) md-input-container[md-no-float].md-input-focused .md-input::-webkit-input-placeholder{color:"{{primary-default-contrast-secondary}}"}md-toolbar.md-THEME_NAME-theme:not(.md-menu-toolbar) md-input-container[md-no-float].md-input-focused .md-input:-ms-input-placeholder{color:"{{primary-default-contrast-secondary}}"}md-toolbar.md-THEME_NAME-theme:not(.md-menu-toolbar) md-input-container[md-no-float].md-input-focused .md-input::-ms-input-placeholder{color:"{{primary-default-contrast-secondary}}"}md-toolbar.md-THEME_NAME-theme:not(.md-menu-toolbar) md-input-container[md-no-float].md-input-focused .md-input::placeholder{color:"{{primary-default-contrast-secondary}}"}md-toolbar.md-THEME_NAME-theme:not(.md-menu-toolbar) md-input-container[md-no-float].md-input-focused .md-input:-moz-placeholder,md-toolbar.md-THEME_NAME-theme:not(.md-menu-toolbar) md-input-container[md-no-float].md-input-focused .md-input::-moz-placeholder{color:"{{primary-default-contrast-secondary}}";opacity:1}md-toolbar.md-THEME_NAME-theme:not(.md-menu-toolbar) md-input-container[md-no-float]:not(.md-input-invalid).md-input-focused .md-input,md-toolbar.md-THEME_NAME-theme:not(.md-menu-toolbar) md-input-container[md-no-float]:not(.md-input-invalid).md-input-resized .md-input{border-color:"{{primary-contrast}}"}md-toolbar.md-THEME_NAME-theme:not(.md-menu-toolbar) md-input-container[md-no-float]:not(.md-input-invalid).md-input-focused.md-accent .md-input{border-color:"{{accent-color}}"}md-toolbar.md-THEME_NAME-theme:not(.md-menu-toolbar) md-input-container[md-no-float]:not(.md-input-invalid).md-input-focused.md-warn .md-input{border-color:"{{warn-A700}}"}md-toolbar.md-THEME_NAME-theme:not(.md-menu-toolbar).md-accent{background-color:"{{accent-500}}";color:"{{accent-500-contrast}}"}md-toolbar.md-THEME_NAME-theme:not(.md-menu-toolbar).md-accent .md-ink-ripple{color:"{{accent-500-contrast}}"}md-toolbar.md-THEME_NAME-theme:not(.md-menu-toolbar).md-accent md-icon{fill:"{{accent-500-contrast}}";color:"{{accent-500-contrast}}"}md-toolbar.md-THEME_NAME-theme:not(.md-menu-toolbar).md-accent .md-button[disabled] md-icon{fill:"{{accent-500-contrast-0.26}}";color:"{{accent-500-contrast-0.26}}"}md-toolbar.md-THEME_NAME-theme:not(.md-menu-toolbar).md-accent md-input-container[md-no-float] .md-input{border-color:"{{accent-500-contrast-divider}}";color:"{{accent-500-contrast}}"}md-toolbar.md-THEME_NAME-theme:not(.md-menu-toolbar).md-accent md-input-container[md-no-float] .md-input::-webkit-input-placeholder{color:"{{accent-500-contrast-hint}}"}md-toolbar.md-THEME_NAME-theme:not(.md-menu-toolbar).md-accent md-input-container[md-no-float] .md-input:-ms-input-placeholder{color:"{{accent-500-contrast-hint}}"}md-toolbar.md-THEME_NAME-theme:not(.md-menu-toolbar).md-accent md-input-container[md-no-float] .md-input::-ms-input-placeholder{color:"{{accent-500-contrast-hint}}"}md-toolbar.md-THEME_NAME-theme:not(.md-menu-toolbar).md-accent md-input-container[md-no-float] .md-input::placeholder{color:"{{accent-500-contrast-hint}}"}md-toolbar.md-THEME_NAME-theme:not(.md-menu-toolbar).md-accent md-input-container[md-no-float] .md-input:-moz-placeholder,md-toolbar.md-THEME_NAME-theme:not(.md-menu-toolbar).md-accent md-input-container[md-no-float] .md-input::-moz-placeholder{color:"{{accent-500-contrast-hint}}";opacity:1}md-toolbar.md-THEME_NAME-theme:not(.md-menu-toolbar).md-accent md-input-container[md-no-float].md-input-focused .md-input::-webkit-input-placeholder{color:"{{accent-500-contrast-secondary}}"}md-toolbar.md-THEME_NAME-theme:not(.md-menu-toolbar).md-accent md-input-container[md-no-float].md-input-focused .md-input:-ms-input-placeholder{color:"{{accent-500-contrast-secondary}}"}md-toolbar.md-THEME_NAME-theme:not(.md-menu-toolbar).md-accent md-input-container[md-no-float].md-input-focused .md-input::-ms-input-placeholder{color:"{{accent-500-contrast-secondary}}"}md-toolbar.md-THEME_NAME-theme:not(.md-menu-toolbar).md-accent md-input-container[md-no-float].md-input-focused .md-input::placeholder{color:"{{accent-500-contrast-secondary}}"}md-toolbar.md-THEME_NAME-theme:not(.md-menu-toolbar).md-accent md-input-container[md-no-float].md-input-focused .md-input:-moz-placeholder,md-toolbar.md-THEME_NAME-theme:not(.md-menu-toolbar).md-accent md-input-container[md-no-float].md-input-focused .md-input::-moz-placeholder{color:"{{accent-500-contrast-secondary}}";opacity:1}md-toolbar.md-THEME_NAME-theme:not(.md-menu-toolbar).md-accent md-input-container[md-no-float]:not(.md-input-invalid).md-input-focused .md-input,md-toolbar.md-THEME_NAME-theme:not(.md-menu-toolbar).md-accent md-input-container[md-no-float]:not(.md-input-invalid).md-input-resized .md-input{border-color:"{{primary-color}}"}md-toolbar.md-THEME_NAME-theme:not(.md-menu-toolbar).md-accent md-input-container[md-no-float]:not(.md-input-invalid).md-input-focused.md-accent .md-input{border-color:"{{accent-500-contrast}}"}md-toolbar.md-THEME_NAME-theme:not(.md-menu-toolbar).md-accent md-input-container[md-no-float]:not(.md-input-invalid).md-input-focused.md-warn .md-input{border-color:"{{warn-A700}}"}md-toolbar.md-THEME_NAME-theme:not(.md-menu-toolbar).md-warn{background-color:"{{warn-500}}";color:"{{warn-500-contrast}}"}md-toolbar.md-THEME_NAME-theme:not(.md-menu-toolbar).md-warn md-icon{fill:"{{warn-500-contrast}}";color:"{{warn-500-contrast}}"}md-toolbar.md-THEME_NAME-theme:not(.md-menu-toolbar).md-warn md-input-container[md-no-float] .md-input{border-color:"{{warn-500-contrast-divider}}";color:"{{warn-500-contrast}}"}md-toolbar.md-THEME_NAME-theme:not(.md-menu-toolbar).md-warn md-input-container[md-no-float] .md-input::-webkit-input-placeholder{color:"{{warn-500-contrast-hint}}"}md-toolbar.md-THEME_NAME-theme:not(.md-menu-toolbar).md-warn md-input-container[md-no-float] .md-input:-ms-input-placeholder{color:"{{warn-500-contrast-hint}}"}md-toolbar.md-THEME_NAME-theme:not(.md-menu-toolbar).md-warn md-input-container[md-no-float] .md-input::-ms-input-placeholder{color:"{{warn-500-contrast-hint}}"}md-toolbar.md-THEME_NAME-theme:not(.md-menu-toolbar).md-warn md-input-container[md-no-float] .md-input::placeholder{color:"{{warn-500-contrast-hint}}"}md-toolbar.md-THEME_NAME-theme:not(.md-menu-toolbar).md-warn md-input-container[md-no-float] .md-input:-moz-placeholder,md-toolbar.md-THEME_NAME-theme:not(.md-menu-toolbar).md-warn md-input-container[md-no-float] .md-input::-moz-placeholder{color:"{{warn-500-contrast-hint}}";opacity:1}md-toolbar.md-THEME_NAME-theme:not(.md-menu-toolbar).md-warn md-input-container[md-no-float].md-input-focused .md-input::-webkit-input-placeholder{color:"{{warn-500-contrast-secondary}}"}md-toolbar.md-THEME_NAME-theme:not(.md-menu-toolbar).md-warn md-input-container[md-no-float].md-input-focused .md-input:-ms-input-placeholder{color:"{{warn-500-contrast-secondary}}"}md-toolbar.md-THEME_NAME-theme:not(.md-menu-toolbar).md-warn md-input-container[md-no-float].md-input-focused .md-input::-ms-input-placeholder{color:"{{warn-500-contrast-secondary}}"}md-toolbar.md-THEME_NAME-theme:not(.md-menu-toolbar).md-warn md-input-container[md-no-float].md-input-focused .md-input::placeholder{color:"{{warn-500-contrast-secondary}}"}md-toolbar.md-THEME_NAME-theme:not(.md-menu-toolbar).md-warn md-input-container[md-no-float].md-input-focused .md-input:-moz-placeholder,md-toolbar.md-THEME_NAME-theme:not(.md-menu-toolbar).md-warn md-input-container[md-no-float].md-input-focused .md-input::-moz-placeholder{color:"{{warn-500-contrast-secondary}}";opacity:1}md-toolbar.md-THEME_NAME-theme:not(.md-menu-toolbar).md-warn md-input-container[md-no-float]:not(.md-input-invalid).md-input-focused .md-input,md-toolbar.md-THEME_NAME-theme:not(.md-menu-toolbar).md-warn md-input-container[md-no-float]:not(.md-input-invalid).md-input-resized .md-input{border-color:"{{primary-color}}"}md-toolbar.md-THEME_NAME-theme:not(.md-menu-toolbar).md-warn md-input-container[md-no-float]:not(.md-input-invalid).md-input-focused.md-accent .md-input{border-color:"{{accent-color}}"}md-toolbar.md-THEME_NAME-theme:not(.md-menu-toolbar).md-warn md-input-container[md-no-float]:not(.md-input-invalid).md-input-focused.md-warn .md-input{border-color:"{{warn-500-contrast}}"}.md-panel.md-tooltip.md-THEME_NAME-theme{background-color:"{{background-700}}";color:"{{background-700-contrast}}"}body.md-THEME_NAME-theme,html.md-THEME_NAME-theme{background-color:"{{background-color}}";color:"{{foreground-1}}"}')}(window,window.angular),window.ngMaterial={version:{full:"1.2.5"}}; -/* - AngularJS v1.8.3 - (c) 2010-2020 Google LLC. http://angularjs.org - License: MIT -*/ -(function(t,l){'use strict';var c="BUTTON A INPUT TEXTAREA SELECT DETAILS SUMMARY".split(" "),m=function(a,e){if(-1!==e.indexOf(a[0].nodeName))return!0};l.module("ngAria",["ng"]).info({angularVersion:"1.8.3"}).provider("$aria",function(){function a(a,c,n,g){return function(d,f,b){if(!b.hasOwnProperty("ngAriaDisable")){var p=b.$normalize(c);!e[p]||m(f,n)||b[p]||d.$watch(b[a],function(b){b=g?!b:!!b;f.attr(c,b)})}}}var e={ariaHidden:!0,ariaChecked:!0,ariaReadonly:!0,ariaDisabled:!0,ariaRequired:!0,ariaInvalid:!0, -ariaValue:!0,tabindex:!0,bindKeydown:!0,bindRoleForClick:!0};this.config=function(a){e=l.extend(e,a)};this.$get=function(){return{config:function(a){return e[a]},$$watchExpr:a}}}).directive("ngShow",["$aria",function(a){return a.$$watchExpr("ngShow","aria-hidden",[],!0)}]).directive("ngHide",["$aria",function(a){return a.$$watchExpr("ngHide","aria-hidden",[],!1)}]).directive("ngValue",["$aria",function(a){return a.$$watchExpr("ngValue","aria-checked",c,!1)}]).directive("ngChecked",["$aria",function(a){return a.$$watchExpr("ngChecked", -"aria-checked",c,!1)}]).directive("ngReadonly",["$aria",function(a){return a.$$watchExpr("ngReadonly","aria-readonly",c,!1)}]).directive("ngRequired",["$aria",function(a){return a.$$watchExpr("ngRequired","aria-required",c,!1)}]).directive("ngModel",["$aria",function(a){function e(e,g,d,f){return a.config(g)&&!d.attr(e)&&(f||!m(d,c))&&("hidden"!==d.attr("type")||"INPUT"!==d[0].nodeName)}function k(a,e){return!e.attr("role")&&e.attr("type")===a&&!m(e,c)}function h(a,e){var d=a.type,f=a.role;return"checkbox"=== -(d||f)||"menuitemcheckbox"===f?"checkbox":"radio"===(d||f)||"menuitemradio"===f?"radio":"range"===d||"progressbar"===f||"slider"===f?"range":""}return{restrict:"A",require:"ngModel",priority:200,compile:function(c,g){if(!g.hasOwnProperty("ngAriaDisable")){var d=h(g,c);return{post:function(f,b,c,g){function h(){return g.$modelValue}function m(a){b.attr("aria-checked",c.value==g.$viewValue)}function n(){b.attr("aria-checked",!g.$isEmpty(g.$viewValue))}var l=e("tabindex","tabindex",b,!1);switch(d){case "radio":case "checkbox":k(d, -b)&&b.attr("role",d);e("aria-checked","ariaChecked",b,!1)&&f.$watch(h,"radio"===d?m:n);l&&b.attr("tabindex",0);break;case "range":k(d,b)&&b.attr("role","slider");if(a.config("ariaValue")){var q=!b.attr("aria-valuemin")&&(c.hasOwnProperty("min")||c.hasOwnProperty("ngMin")),r=!b.attr("aria-valuemax")&&(c.hasOwnProperty("max")||c.hasOwnProperty("ngMax")),s=!b.attr("aria-valuenow");q&&c.$observe("min",function(a){b.attr("aria-valuemin",a)});r&&c.$observe("max",function(a){b.attr("aria-valuemax",a)}); -s&&f.$watch(h,function(a){b.attr("aria-valuenow",a)})}l&&b.attr("tabindex",0)}!c.hasOwnProperty("ngRequired")&&g.$validators.required&&e("aria-required","ariaRequired",b,!1)&&c.$observe("required",function(){b.attr("aria-required",!!c.required)});e("aria-invalid","ariaInvalid",b,!0)&&f.$watch(function(){return g.$invalid},function(a){b.attr("aria-invalid",!!a)})}}}}}}]).directive("ngDisabled",["$aria",function(a){return a.$$watchExpr("ngDisabled","aria-disabled",c,!1)}]).directive("ngMessages",function(){return{restrict:"A", -require:"?ngMessages",link:function(a,c,k,h){k.hasOwnProperty("ngAriaDisable")||c.attr("aria-live")||c.attr("aria-live","assertive")}}}).directive("ngClick",["$aria","$parse",function(a,e){return{restrict:"A",compile:function(k,h){if(!h.hasOwnProperty("ngAriaDisable")){var l=e(h.ngClick);return function(e,d,f){if(!m(d,c)&&(a.config("bindRoleForClick")&&!d.attr("role")&&d.attr("role","button"),a.config("tabindex")&&!d.attr("tabindex")&&d.attr("tabindex",0),a.config("bindKeydown")&&!f.ngKeydown&&!f.ngKeypress&& -!f.ngKeyup))d.on("keydown",function(a){function d(){l(e,{$event:a})}var f=a.which||a.keyCode;if(13===f||32===f)-1!==c.indexOf(a.target.nodeName)||a.target.isContentEditable||a.preventDefault(),e.$apply(d)})}}}}}]).directive("ngDblclick",["$aria",function(a){return function(e,k,h){h.hasOwnProperty("ngAriaDisable")||!a.config("tabindex")||k.attr("tabindex")||m(k,c)||k.attr("tabindex",0)}}])})(window,window.angular); -//# sourceMappingURL=angular-aria.min.js.map - -/* - AngularJS v1.8.3 - (c) 2010-2020 Google LLC. http://angularjs.org - License: MIT -*/ -(function(I,b){'use strict';function z(b,h){var d=[],c=b.replace(/([().])/g,"\\$1").replace(/(\/)?:(\w+)(\*\?|[?*])?/g,function(b,c,h,k){b="?"===k||"*?"===k;k="*"===k||"*?"===k;d.push({name:h,optional:b});c=c||"";return(b?"(?:"+c:c+"(?:")+(k?"(.+?)":"([^/]+)")+(b?"?)?":")")}).replace(/([/$*])/g,"\\$1");h.ignoreTrailingSlashes&&(c=c.replace(/\/+$/,"")+"/*");return{keys:d,regexp:new RegExp("^"+c+"(?:[?#]|$)",h.caseInsensitiveMatch?"i":"")}}function A(b){p&&b.get("$route")}function v(u,h,d){return{restrict:"ECA", -terminal:!0,priority:400,transclude:"element",link:function(c,f,g,l,k){function q(){r&&(d.cancel(r),r=null);m&&(m.$destroy(),m=null);s&&(r=d.leave(s),r.done(function(b){!1!==b&&(r=null)}),s=null)}function C(){var g=u.current&&u.current.locals;if(b.isDefined(g&&g.$template)){var g=c.$new(),l=u.current;s=k(g,function(g){d.enter(g,null,s||f).done(function(d){!1===d||!b.isDefined(w)||w&&!c.$eval(w)||h()});q()});m=l.scope=g;m.$emit("$viewContentLoaded");m.$eval(p)}else q()}var m,s,r,w=g.autoscroll,p=g.onload|| -"";c.$on("$routeChangeSuccess",C);C()}}}function x(b,h,d){return{restrict:"ECA",priority:-400,link:function(c,f){var g=d.current,l=g.locals;f.html(l.$template);var k=b(f.contents());if(g.controller){l.$scope=c;var q=h(g.controller,l);g.controllerAs&&(c[g.controllerAs]=q);f.data("$ngControllerController",q);f.children().data("$ngControllerController",q)}c[g.resolveAs||"$resolve"]=l;k(c)}}}var D,E,F,G,y=b.module("ngRoute",[]).info({angularVersion:"1.8.3"}).provider("$route",function(){function u(d, -c){return b.extend(Object.create(d),c)}D=b.isArray;E=b.isObject;F=b.isDefined;G=b.noop;var h={};this.when=function(d,c){var f;f=void 0;if(D(c)){f=f||[];for(var g=0,l=c.length;g<l;g++)f[g]=c[g]}else if(E(c))for(g in f=f||{},c)if("$"!==g.charAt(0)||"$"!==g.charAt(1))f[g]=c[g];f=f||c;b.isUndefined(f.reloadOnUrl)&&(f.reloadOnUrl=!0);b.isUndefined(f.reloadOnSearch)&&(f.reloadOnSearch=!0);b.isUndefined(f.caseInsensitiveMatch)&&(f.caseInsensitiveMatch=this.caseInsensitiveMatch);h[d]=b.extend(f,{originalPath:d}, -d&&z(d,f));d&&(g="/"===d[d.length-1]?d.substr(0,d.length-1):d+"/",h[g]=b.extend({originalPath:d,redirectTo:d},z(g,f)));return this};this.caseInsensitiveMatch=!1;this.otherwise=function(b){"string"===typeof b&&(b={redirectTo:b});this.when(null,b);return this};p=!0;this.eagerInstantiationEnabled=function(b){return F(b)?(p=b,this):p};this.$get=["$rootScope","$location","$routeParams","$q","$injector","$templateRequest","$sce","$browser",function(d,c,f,g,l,k,q,p){function m(a){var e=t.current;n=A();(x= -!B&&n&&e&&n.$$route===e.$$route&&(!n.reloadOnUrl||!n.reloadOnSearch&&b.equals(n.pathParams,e.pathParams)))||!e&&!n||d.$broadcast("$routeChangeStart",n,e).defaultPrevented&&a&&a.preventDefault()}function s(){var a=t.current,e=n;if(x)a.params=e.params,b.copy(a.params,f),d.$broadcast("$routeUpdate",a);else if(e||a){B=!1;t.current=e;var c=g.resolve(e);p.$$incOutstandingRequestCount("$route");c.then(r).then(w).then(function(g){return g&&c.then(y).then(function(c){e===t.current&&(e&&(e.locals=c,b.copy(e.params, -f)),d.$broadcast("$routeChangeSuccess",e,a))})}).catch(function(b){e===t.current&&d.$broadcast("$routeChangeError",e,a,b)}).finally(function(){p.$$completeOutstandingRequest(G,"$route")})}}function r(a){var e={route:a,hasRedirection:!1};if(a)if(a.redirectTo)if(b.isString(a.redirectTo))e.path=v(a.redirectTo,a.params),e.search=a.params,e.hasRedirection=!0;else{var d=c.path(),f=c.search();a=a.redirectTo(a.pathParams,d,f);b.isDefined(a)&&(e.url=a,e.hasRedirection=!0)}else if(a.resolveRedirectTo)return g.resolve(l.invoke(a.resolveRedirectTo)).then(function(a){b.isDefined(a)&& -(e.url=a,e.hasRedirection=!0);return e});return e}function w(a){var b=!0;if(a.route!==t.current)b=!1;else if(a.hasRedirection){var g=c.url(),d=a.url;d?c.url(d).replace():d=c.path(a.path).search(a.search).replace().url();d!==g&&(b=!1)}return b}function y(a){if(a){var e=b.extend({},a.resolve);b.forEach(e,function(a,c){e[c]=b.isString(a)?l.get(a):l.invoke(a,null,null,c)});a=z(a);b.isDefined(a)&&(e.$template=a);return g.all(e)}}function z(a){var e,c;b.isDefined(e=a.template)?b.isFunction(e)&&(e=e(a.params)): -b.isDefined(c=a.templateUrl)&&(b.isFunction(c)&&(c=c(a.params)),b.isDefined(c)&&(a.loadedTemplateUrl=q.valueOf(c),e=k(c)));return e}function A(){var a,e;b.forEach(h,function(d,g){var f;if(f=!e){var h=c.path();f=d.keys;var l={};if(d.regexp)if(h=d.regexp.exec(h)){for(var k=1,p=h.length;k<p;++k){var m=f[k-1],n=h[k];m&&n&&(l[m.name]=n)}f=l}else f=null;else f=null;f=a=f}f&&(e=u(d,{params:b.extend({},c.search(),a),pathParams:a}),e.$$route=d)});return e||h[null]&&u(h[null],{params:{},pathParams:{}})}function v(a, -c){var d=[];b.forEach((a||"").split(":"),function(a,b){if(0===b)d.push(a);else{var f=a.match(/(\w+)(?:[?*])?(.*)/),g=f[1];d.push(c[g]);d.push(f[2]||"");delete c[g]}});return d.join("")}var B=!1,n,x,t={routes:h,reload:function(){B=!0;var a={defaultPrevented:!1,preventDefault:function(){this.defaultPrevented=!0;B=!1}};d.$evalAsync(function(){m(a);a.defaultPrevented||s()})},updateParams:function(a){if(this.current&&this.current.$$route)a=b.extend({},this.current.params,a),c.path(v(this.current.$$route.originalPath, -a)),c.search(a);else throw H("norout");}};d.$on("$locationChangeStart",m);d.$on("$locationChangeSuccess",s);return t}]}).run(A),H=b.$$minErr("ngRoute"),p;A.$inject=["$injector"];y.provider("$routeParams",function(){this.$get=function(){return{}}});y.directive("ngView",v);y.directive("ngView",x);v.$inject=["$route","$anchorScroll","$animate"];x.$inject=["$compile","$controller","$route"]})(window,window.angular); -//# sourceMappingURL=angular-route.min.js.map - -"use strict";angular.module("ngMdIcons",[]).directive("ngMdIcon",["ngMdIconService",function(h){var c=h.getShapes();return{restrict:"AE",link:function(v,a,z){var t,d,p,M=function(){if(void 0!==z.icon){t=z.icon;var v=t.match(/ic_(.*)_([0-9]+)px.svg/m);null!==v&&(t=v[1],d=v[2])}else t="help";void 0===c[t]&&(t="help"),void 0!==z.size?d=z.size:null!==d&&(d=24),p=void 0!==z.viewBox?z.viewBox:h.getViewBox(t)?h.getViewBox(t):"0 0 24 24",a.html('<svg xmlns="http://www.w3.org/2000/svg" viewBox="'+p+'" width="'+d+'" height="'+d+'">'+c[t]+"</svg>")},l=function(h){if(void 0===c[h]&&(h="help"),h!==t){a.html('<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="'+d+'" height="'+d+'"><g id="'+h+'" style="display:none">'+c[h]+'</g><g id="'+t+'" style="display:none">'+c[t]+"</g></svg>");var v=JSON.parse(z.options||null);try{new SVGMorpheus(a.children()[0]).to(h,v)}catch(p){a.html('<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="'+d+'" height="'+d+'">'+c[h]+"</svg>")}t=h}},H=function(h){h!==d&&(a.children()[0].setAttribute("width",h),a.children()[0].setAttribute("height",h),d=h)};M(),void 0!==z.icon&&z.$observe("icon",l),void 0!==z.size&&z.$observe("size",H)}}}]).provider("ngMdIconService",function(){function h(h,c){return s[h]=c,H}function c(h){return s=angular.extend(s,h),H}function v(h,c){return e[h]=c,H}function a(h){return e=angular.extend(e,h),H}function z(h){return s[h]}function t(){return s}function d(h){return e[h]}function p(){return e}function M(){return{amazon:'<path d="M13.23 10.56V10c-1.94 0-3.99.39-3.99 2.67 0 1.16.61 1.95 1.63 1.95.76 0 1.43-.47 1.86-1.22.52-.93.5-1.8.5-2.84m2.7 6.53c-.18.16-.43.17-.63.06-.89-.74-1.05-1.08-1.54-1.79-1.47 1.5-2.51 1.95-4.42 1.95-2.25 0-4.01-1.39-4.01-4.17 0-2.18 1.17-3.64 2.86-4.38 1.46-.64 3.49-.76 5.04-.93V7.5c0-.66.05-1.41-.33-1.96-.32-.49-.95-.7-1.5-.7-1.02 0-1.93.53-2.15 1.61-.05.24-.25.48-.47.49l-2.6-.28c-.22-.05-.46-.22-.4-.56.6-3.15 3.45-4.1 6-4.1 1.3 0 3 .35 4.03 1.33C17.11 4.55 17 6.18 17 7.95v4.17c0 1.25.5 1.81 1 2.48.17.25.21.54 0 .71l-2.06 1.78h-.01"/><path d="M20.16 19.54C18 21.14 14.82 22 12.1 22c-3.81 0-7.25-1.41-9.85-3.76-.2-.18-.02-.43.25-.29 2.78 1.63 6.25 2.61 9.83 2.61 2.41 0 5.07-.5 7.51-1.53.37-.16.66.24.32.51"/><path d="M21.07 18.5c-.28-.36-1.85-.17-2.57-.08-.19.02-.22-.16-.03-.3 1.24-.88 3.29-.62 3.53-.33.24.3-.07 2.35-1.24 3.32-.18.16-.35.07-.26-.11.26-.67.85-2.14.57-2.5z"/>',apple:'<path d="M13 3.5c.73-.83 1.94-1.46 2.94-1.5.13 1.17-.34 2.35-1.04 3.19-.69.85-1.83 1.51-2.95 1.42-.15-1.15.41-2.35 1.05-3.11z"/><path d="M18.71 19.5c-.83 1.24-1.71 2.45-3.05 2.47-1.34.03-1.77-.79-3.29-.79-1.53 0-2 .77-3.27.82-1.31.05-2.3-1.32-3.14-2.53C4.25 17 2.94 12.45 4.7 9.39c.87-1.52 2.43-2.48 4.12-2.51 1.28-.02 2.5.87 3.29.87.78 0 2.26-1.07 3.81-.91.65.03 2.47.26 3.64 1.98-.09.06-2.17 1.28-2.15 3.81.03 3.02 2.65 4.03 2.68 4.04-.03.07-.42 1.44-1.38 2.83"/>',"facebook-box":'<path d="M19 4v3h-2a1 1 0 0 0-1 1v2h3v3h-3v7h-3v-7h-2v-3h2V7.5C13 5.56 14.57 4 16.5 4M20 2H4a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V4c0-1.11-.9-2-2-2z"/>',"facebook-messenger":'<path d="M12 2C6.5 2 2 6.14 2 11.25c0 2.88 1.42 5.45 3.65 7.15l.06 3.6 3.45-1.88-.03-.01c.91.25 1.87.39 2.87.39 5.5 0 10-4.14 10-9.25S17.5 2 12 2m1.03 12.41l-2.49-2.63-5.04 2.63 5.38-5.63 2.58 2.47 4.85-2.47-5.28 5.63z"/>',facebook:'<path d="M17 2v4h-2c-.69 0-1 .81-1 1.5V10h3v4h-3v8h-4v-8H7v-4h3V6a4 4 0 0 1 4-4h3z"/>',"github-box":'<path d="M4 2h16a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2h-5.15c-.35-.08-.35-.76-.35-1v-2.74c0-.93-.33-1.54-.69-1.85 2.23-.25 4.57-1.09 4.57-4.91 0-1.11-.38-2-1.03-2.71.1-.25.45-1.29-.1-2.64 0 0-.84-.27-2.75 1.02-.79-.22-1.65-.33-2.5-.33-.85 0-1.71.11-2.5.33-1.91-1.29-2.75-1.02-2.75-1.02-.55 1.35-.2 2.39-.1 2.64-.65.71-1.03 1.6-1.03 2.71 0 3.81 2.33 4.67 4.55 4.92-.28.25-.54.69-.63 1.34-.57.24-2.04.69-2.91-.83 0 0-.53-.96-1.53-1.03 0 0-.98-.02-.1.6 0 0 .68.31 1.14 1.47 0 0 .59 1.94 3.36 1.34V21c0 .24 0 .92-.36 1H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2z"/>',"github-circle":'<path d="M12 2A10 10 0 0 0 2 12c0 4.42 2.87 8.17 6.84 9.5.5.08.66-.23.66-.5v-1.69c-2.77.6-3.36-1.34-3.36-1.34-.46-1.16-1.11-1.47-1.11-1.47-.91-.62.07-.6.07-.6 1 .07 1.53 1.03 1.53 1.03.87 1.52 2.34 1.07 2.91.83.09-.65.35-1.09.63-1.34-2.22-.25-4.55-1.11-4.55-4.92 0-1.11.38-2 1.03-2.71-.1-.25-.45-1.29.1-2.64 0 0 .84-.27 2.75 1.02.79-.22 1.65-.33 2.5-.33.85 0 1.71.11 2.5.33 1.91-1.29 2.75-1.02 2.75-1.02.55 1.35.2 2.39.1 2.64.65.71 1.03 1.6 1.03 2.71 0 3.82-2.34 4.66-4.57 4.91.36.31.69.92.69 1.85V21c0 .27.16.59.67.5C19.14 20.16 22 16.42 22 12A10 10 0 0 0 12 2z"/>',"google-plus-box":'<path d="M20 2H4a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V4c0-1.11-.9-2-2-2M9.07 19.2C6.27 19.2 5 17.64 5 16.18c0-.45.14-1.59 1.5-2.38.75-.47 1.83-.8 3.12-.91-.19-.25-.34-.55-.34-.99 0-.15.02-.31.06-.46h-.39C7 11.44 5.8 9.89 5.8 8.39c0-1.73 1.29-3.59 4.11-3.59h4.22l-.34.34-.71.71-.08.06h-.7c.41.42.9 1.09.9 2.16 0 1.4-.74 2.09-1.56 2.73-.14.12-.42.38-.42.7 0 .32.24.5.39.64.13.11.29.22.47.36.81.55 1.92 1.33 1.92 2.86 0 1.77-1.29 3.84-4.93 3.84M19 12h-2v2h-1v-2h-2v-1h2V9h1v2h2"/><path d="M10.57 13.81c-.11-.01-.19-.01-.32-.01h-.02c-.26 0-1.15.05-1.82.27-.64.24-1.41.72-1.41 1.7C7 16.85 8.04 18 9.96 18c1.54 0 2.44-1 2.44-2 0-.75-.46-1.21-1.83-2.19"/><path d="M11.2 8.87c0-1.02-.63-3.02-2.08-3.02-.62 0-1.32.44-1.32 1.65 0 1.2.62 2.95 1.97 2.95.06 0 1.43-.01 1.43-1.58z"/>',"google-plus":'<path d="M13.3 13.45l-1.08-.85c-.36-.3-.82-.69-.82-1.42s.55-1.29.97-1.62c1.31-1.02 2.57-2.1 2.57-4.34 0-2.07-1.27-3.26-2.04-3.92h1.75L15.9.05H9.67c-4.36 0-6.6 2.71-6.6 5.72 0 2.33 1.79 4.83 4.98 4.83h.8c-.13.35-.35.84-.35 1.3 0 1.01.42 1.43.92 2-1.42.1-4.01.43-5.92 1.6-1.86 1.1-2.3 2.63-2.3 3.75 0 2.3 2.06 4.5 6.57 4.5 5.35 0 8.03-2.96 8.03-5.88 0-2.16-1.13-3.27-2.5-4.42M5.65 4.31c0-2.21 1.31-3.21 2.69-3.21 2.66 0 4.01 3.45 4.01 5.53 0 2.57-2.07 3.07-2.89 3.07C7 9.7 5.65 6.64 5.65 4.31M9.3 22.3c-3.33 0-5.45-1.49-5.45-3.7 0-2.2 1.96-2.91 2.65-3.16 1.3-.44 3-.49 3.27-.49.3 0 .46 0 .73.02 2.34 1.69 3.35 2.44 3.35 4.03 0 1.77-1.82 3.3-4.55 3.3"/><path d="M21 10V7h-2v3h-3v2h3v3h2v-3h3v-2h-3z"/>',hangouts:'<path d="M15 11l-1 2h-1.5l1-2H12V8h3m-4 3l-1 2H8.5l1-2H8V8h3m.5-6A8.5 8.5 0 0 0 3 10.5a8.5 8.5 0 0 0 8.5 8.5h.5v3.5c4.86-2.35 8-7.5 8-12C20 5.8 16.19 2 11.5 2z"/>',"linkedin-box":'<path d="M19 19h-3v-5.3a1.5 1.5 0 0 0-1.5-1.5 1.5 1.5 0 0 0-1.5 1.5V19h-3v-9h3v1.2c.5-.84 1.59-1.4 2.5-1.4a3.5 3.5 0 0 1 3.5 3.5M6.5 8.31c-1 0-1.81-.81-1.81-1.81A1.81 1.81 0 0 1 6.5 4.69c1 0 1.81.81 1.81 1.81A1.81 1.81 0 0 1 6.5 8.31M8 19H5v-9h3m12-8H4c-1.11 0-2 .89-2 2v16a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V4c0-1.11-.9-2-2-2z"/>',linkedin:'<path d="M21 21h-4v-6.75c0-1.06-1.19-1.94-2.25-1.94S13 13.19 13 14.25V21H9V9h4v2c.66-1.07 2.36-1.76 3.5-1.76 2.5 0 4.5 2.04 4.5 4.51V21"/><path d="M7 21H3V9h4v12"/><path d="M5 3a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2 2 2 0 0 1 2-2z"/>',login:'<path d="M10 17.25V14H3v-4h7V6.75L15.25 12 10 17.25"/><path d="M8 2h9a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2v-4h2v4h9V4H8v4H6V4a2 2 0 0 1 2-2z"/>',logout:'<path d="M17 17.25V14h-7v-4h7V6.75L22.25 12 17 17.25"/><path d="M13 2a2 2 0 0 1 2 2v4h-2V4H4v16h9v-4h2v4a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9z"/>',office:'<path d="M3 18l4-1.25V7l7-2v14.5L3.5 18.25 14 22l6-1.25V3.5L13.95 2 3 5.75V18z"/>',twitter:'<path d="M22.46 6c-.77.35-1.6.58-2.46.69.88-.53 1.56-1.37 1.88-2.38-.83.5-1.75.85-2.72 1.05C18.37 4.5 17.26 4 16 4c-2.35 0-4.27 1.92-4.27 4.29 0 .34.04.67.11.98C8.28 9.09 5.11 7.38 3 4.79c-.37.63-.58 1.37-.58 2.15 0 1.49.75 2.81 1.91 3.56-.71 0-1.37-.2-1.95-.5v.03c0 2.08 1.48 3.82 3.44 4.21-.36.1-.74.15-1.13.15-.27 0-.54-.03-.8-.08.54 1.69 2.11 2.95 4 2.98-1.46 1.16-3.31 1.84-5.33 1.84-.34 0-.68-.02-1.02-.06C3.44 20.29 5.7 21 8.12 21 16 21 20.33 14.46 20.33 8.79c0-.19 0-.37-.01-.56.84-.6 1.56-1.36 2.14-2.23z"/>',whatsapp:'<path d="M16.75 13.96c.25.13.41.2.46.3.06.11.04.61-.21 1.18-.2.56-1.24 1.1-1.7 1.12-.46.02-.47.36-2.96-.73-2.49-1.09-3.99-3.75-4.11-3.92-.12-.17-.96-1.38-.92-2.61.05-1.22.69-1.8.95-2.04.24-.26.51-.29.68-.26h.47c.15 0 .36-.06.55.45l.69 1.87c.06.13.1.28.01.44l-.27.41-.39.42c-.12.12-.26.25-.12.5.12.26.62 1.09 1.32 1.78.91.88 1.71 1.17 1.95 1.3.24.14.39.12.54-.04l.81-.94c.19-.25.35-.19.58-.11l1.67.88"/><path d="M12 4a8 8 0 0 0-8 8c0 1.72.54 3.31 1.46 4.61L4.5 19.5l2.89-.96C8.69 19.46 10.28 20 12 20a8 8 0 0 0 8-8 8 8 0 0 0-8-8zm0-2a10 10 0 0 1 10 10 10 10 0 0 1-10 10c-1.97 0-3.8-.57-5.35-1.55L2 22l1.55-4.65C2.57 15.8 2 13.97 2 12A10 10 0 0 1 12 2"/>',windows:'<path d="M3 12V6.75l6-1.32v6.48L3 12"/><path d="M20 3v8.75l-10 .15V5.21L20 3"/><path d="M3 13l6 .09v6.81l-6-1.15V13"/><path d="M20 13.25V22l-10-1.91V13.1l10 .15z"/>',signal_wifi_0_bar:'<path fill-opacity=".3" d="M12.01 21.49L23.64 7c-.45-.34-4.93-4-11.64-4C5.28 3 .81 6.66.36 7l11.63 14.49.01.01.01-.01z"/>',signal_wifi_1_bar:'<path fill-opacity=".3" d="M12.01 21.49L23.64 7c-.45-.34-4.93-4-11.64-4C5.28 3 .81 6.66.36 7l11.63 14.49.01.01.01-.01z"/><path d="M6.67 14.86L12 21.49v.01l.01-.01 5.33-6.63C17.06 14.65 15.03 13 12 13s-5.06 1.65-5.33 1.86z"/>',signal_wifi_2_bar:'<path fill-opacity=".3" d="M12.01 21.49L23.64 7c-.45-.34-4.93-4-11.64-4C5.28 3 .81 6.66.36 7l11.63 14.49.01.01.01-.01z"/><path d="M4.79 12.52l7.2 8.98H12l.01-.01 7.2-8.98C18.85 12.24 16.1 10 12 10s-6.85 2.24-7.21 2.52z"/>',signal_wifi_3_bar:'<path fill-opacity=".3" d="M12.01 21.49L23.64 7c-.45-.34-4.93-4-11.64-4C5.28 3 .81 6.66.36 7l11.63 14.49.01.01.01-.01z"/><path d="M3.53 10.95l8.46 10.54.01.01.01-.01 8.46-10.54C20.04 10.62 16.81 8 12 8c-4.81 0-8.04 2.62-8.47 2.95z"/>',signal_cellular_connected_no_internet_0_bar:'<path fill-opacity=".3" d="M22 8V2L2 22h16V8z"/><path d="M20 22h2v-2h-2v2zm0-12v8h2v-8h-2z"/>',signal_cellular_connected_no_internet_1_bar:'<path fill-opacity=".3" d="M22 8V2L2 22h16V8z"/><path d="M20 10v8h2v-8h-2zm-8 12V12L2 22h10zm8 0h2v-2h-2v2z"/>',signal_cellular_connected_no_internet_2_bar:'<path fill-opacity=".3" d="M22 8V2L2 22h16V8z"/><path d="M14 22V10L2 22h12zm6-12v8h2v-8h-2zm0 12h2v-2h-2v2z"/>',signal_cellular_connected_no_internet_3_bar:'<path fill-opacity=".3" d="M22 8V2L2 22h16V8z"/><path d="M17 22V7L2 22h15zm3-12v8h2v-8h-2zm0 12h2v-2h-2v2z"/>',signal_cellular_0_bar:'<path fill-opacity=".3" d="M2 22h20V2z"/>',signal_cellular_1_bar:'<path fill-opacity=".3" d="M2 22h20V2z"/><path d="M12 12L2 22h10z"/>',signal_cellular_2_bar:'<path fill-opacity=".3" d="M2 22h20V2z"/><path d="M14 10L2 22h12z"/>',signal_cellular_3_bar:'<path fill-opacity=".3" d="M2 22h20V2z"/><path d="M17 7L2 22h15z"/>',now_wallpaper:'<path d="M4 4h7V2H4c-1.1 0-2 .9-2 2v7h2V4z"/><path d="M10 13l-4 5h12l-3-4-2.03 2.71L10 13z"/><path d="M17 8.5c0-.83-.67-1.5-1.5-1.5S14 7.67 14 8.5s.67 1.5 1.5 1.5S17 9.33 17 8.5z"/><path d="M20 2h-7v2h7v7h2V4c0-1.1-.9-2-2-2z"/><path d="M20 20h-7v2h7c1.1 0 2-.9 2-2v-7h-2v7z"/><path d="M4 13H2v7c0 1.1.9 2 2 2h7v-2H4v-7z"/>',now_widgets:'<path d="M13 13v8h8v-8h-8z"/><path d="M3 21h8v-8H3v8z"/><path d="M3 3v8h8V3H3z"/><path d="M16.66 1.69L11 7.34 16.66 13l5.66-5.66-5.66-5.65z"/>',battery_20:'<path d="M7 17v3.67C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V17H7z"/><path fill-opacity=".3" d="M17 5.33C17 4.6 16.4 4 15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33V17h10V5.33z"/>',battery_30:'<path fill-opacity=".3" d="M17 5.33C17 4.6 16.4 4 15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33V15h10V5.33z"/><path d="M7 15v5.67C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V15H7z"/>',battery_50:'<path fill-opacity=".3" d="M17 5.33C17 4.6 16.4 4 15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33V13h10V5.33z"/><path d="M7 13v7.67C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V13H7z"/>',battery_60:'<path fill-opacity=".3" d="M17 5.33C17 4.6 16.4 4 15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33V11h10V5.33z"/><path d="M7 11v9.67C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V11H7z"/>',battery_80:'<path fill-opacity=".3" d="M17 5.33C17 4.6 16.4 4 15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33V9h10V5.33z"/><path d="M7 9v11.67C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V9H7z"/>',battery_90:'<path fill-opacity=".3" d="M17 5.33C17 4.6 16.4 4 15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33V8h10V5.33z"/><path d="M7 8v12.67C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V8H7z"/>',battery_alert:'<path d="M15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33v15.33C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V5.33C17 4.6 16.4 4 15.67 4zM13 18h-2v-2h2v2zm0-4h-2V9h2v5z"/>',battery_charging_20:'<path d="M11 20v-3H7v3.67C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V17h-4.4L11 20z"/><path fill-opacity=".3" d="M15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33V17h4v-2.5H9L13 7v5.5h2L12.6 17H17V5.33C17 4.6 16.4 4 15.67 4z"/>',battery_charging_30:'<path fill-opacity=".3" d="M15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33v9.17h2L13 7v5.5h2l-1.07 2H17V5.33C17 4.6 16.4 4 15.67 4z"/><path d="M11 20v-5.5H7v6.17C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V14.5h-3.07L11 20z"/>',battery_charging_50:'<path d="M14.47 13.5L11 20v-5.5H9l.53-1H7v7.17C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V13.5h-2.53z"/><path fill-opacity=".3" d="M15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33v8.17h2.53L13 7v5.5h2l-.53 1H17V5.33C17 4.6 16.4 4 15.67 4z"/>',battery_charging_60:'<path fill-opacity=".3" d="M15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33V11h3.87L13 7v4h4V5.33C17 4.6 16.4 4 15.67 4z"/><path d="M13 12.5h2L11 20v-5.5H9l1.87-3.5H7v9.67C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V11h-4v1.5z"/>',battery_charging_80:'<path fill-opacity=".3" d="M15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33V9h4.93L13 7v2h4V5.33C17 4.6 16.4 4 15.67 4z"/><path d="M13 12.5h2L11 20v-5.5H9L11.93 9H7v11.67C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V9h-4v3.5z"/>',battery_charging_90:'<path fill-opacity=".3" d="M15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33V8h5.47L13 7v1h4V5.33C17 4.6 16.4 4 15.67 4z"/><path d="M13 12.5h2L11 20v-5.5H9L12.47 8H7v12.67C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V8h-4v4.5z"/>',account_child:'<circle cx="12" cy="13.49" r="1.5"/><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 2.5c1.24 0 2.25 1.01 2.25 2.25S13.24 9 12 9 9.75 7.99 9.75 6.75 10.76 4.5 12 4.5zm5 10.56v2.5c-.45.41-.96.77-1.5 1.05v-.68c0-.34-.17-.65-.46-.92-.65-.62-1.89-1.02-3.04-1.02-.96 0-1.96.28-2.65.73l-.17.12-.21.17c.78.47 1.63.72 2.54.82l1.33.15c.37.04.66.36.66.75 0 .29-.16.53-.4.66-.28.15-.64.09-.95.09-.35 0-.69-.01-1.03-.05-.5-.06-.99-.17-1.46-.33-.49-.16-.97-.38-1.42-.64-.22-.13-.44-.27-.65-.43l-.31-.24c-.04-.02-.28-.18-.28-.23v-4.28c0-1.58 2.63-2.78 5-2.78s5 1.2 5 2.78v1.78z"/>',"3d_rotation":'<path d="M7.52 21.48C4.25 19.94 1.91 16.76 1.55 13H.05C.56 19.16 5.71 24 12 24l.66-.03-3.81-3.81-1.33 1.32z"/><path d="M16.57 12.2c0 .42-.05.79-.14 1.13-.1.33-.24.62-.43.85-.19.23-.43.41-.71.53-.29.12-.62.18-.99.18h-.91V9.12h.97c.72 0 1.27.23 1.64.69.38.46.57 1.12.57 1.99v.4zm.39-3.16c-.32-.33-.7-.59-1.14-.77-.43-.18-.92-.27-1.46-.27H12v8h2.3c.55 0 1.06-.09 1.51-.27.45-.18.84-.43 1.16-.76.32-.33.57-.73.74-1.19.17-.47.26-.99.26-1.57v-.4c0-.58-.09-1.1-.26-1.57-.18-.47-.43-.87-.75-1.2zm-8.55 5.92c-.19 0-.37-.03-.52-.08-.16-.06-.29-.13-.4-.24-.11-.1-.2-.22-.26-.37-.06-.14-.09-.3-.09-.47h-1.3c0 .36.07.68.21.95.14.27.33.5.56.69.24.18.51.32.82.41.3.1.62.15.96.15.37 0 .72-.05 1.03-.15.32-.1.6-.25.83-.44.23-.19.42-.43.55-.72.13-.29.2-.61.2-.97 0-.19-.02-.38-.07-.56-.05-.18-.12-.35-.23-.51-.1-.16-.24-.3-.4-.43-.17-.13-.37-.23-.61-.31.2-.09.37-.2.52-.33.15-.13.27-.27.37-.42.1-.15.17-.3.22-.46.05-.16.07-.32.07-.48 0-.36-.06-.68-.18-.96-.12-.28-.29-.51-.51-.69-.2-.19-.47-.33-.77-.43C9.1 8.05 8.76 8 8.39 8c-.36 0-.69.05-1 .16-.3.11-.57.26-.79.45-.21.19-.38.41-.51.67-.12.26-.18.54-.18.85h1.3c0-.17.03-.32.09-.45s.14-.25.25-.34c.11-.09.23-.17.38-.22.15-.05.3-.08.48-.08.4 0 .7.1.89.31.19.2.29.49.29.86 0 .18-.03.34-.08.49-.05.15-.14.27-.25.37-.11.1-.25.18-.41.24-.16.06-.36.09-.58.09H7.5v1.03h.77c.22 0 .42.02.6.07s.33.13.45.23c.12.11.22.24.29.4.07.16.1.35.1.57 0 .41-.12.72-.35.93-.23.23-.55.33-.95.33z"/><path d="M12 0l-.66.03 3.81 3.81 1.33-1.33c3.27 1.55 5.61 4.72 5.96 8.48h1.5C23.44 4.84 18.29 0 12 0z"/>',accessibility:'<path d="M12 2c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2z"/><path d="M21 9h-6v13h-2v-6h-2v6H9V9H3V7h18v2z"/>',accessible:'<circle cx="12" cy="4" r="2"/><path d="M19 13v-2c-1.54.02-3.09-.75-4.07-1.83l-1.29-1.43c-.17-.19-.38-.34-.61-.45-.01 0-.01-.01-.02-.01H13c-.35-.2-.75-.3-1.19-.26C10.76 7.11 10 8.04 10 9.09V15c0 1.1.9 2 2 2h5v5h2v-5.5c0-1.1-.9-2-2-2h-3v-3.45c1.29 1.07 3.25 1.94 5 1.95zm-6.17 5c-.41 1.16-1.52 2-2.83 2-1.66 0-3-1.34-3-3 0-1.31.84-2.41 2-2.83V12.1c-2.28.46-4 2.48-4 4.9 0 2.76 2.24 5 5 5 2.42 0 4.44-1.72 4.9-4h-2.07z"/>',account_balance:'<path d="M4 10v7h3v-7H4z"/><path d="M10 10v7h3v-7h-3z"/><path d="M2 22h19v-3H2v3z"/><path d="M16 10v7h3v-7h-3z"/><path d="M11.5 1L2 6v2h19V6l-9.5-5z"/>',account_balance_wallet:'<path d="M21 18v1c0 1.1-.9 2-2 2H5c-1.11 0-2-.9-2-2V5c0-1.1.89-2 2-2h14c1.1 0 2 .9 2 2v1h-9c-1.11 0-2 .9-2 2v8c0 1.1.89 2 2 2h9z"/><path d="M16 13.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zM12 16h10V8H12v8z"/>',account_box:'<path d="M3 5v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2H5c-1.11 0-2 .9-2 2zm12 4c0 1.66-1.34 3-3 3s-3-1.34-3-3 1.34-3 3-3 3 1.34 3 3zm-9 8c0-2 4-3.1 6-3.1s6 1.1 6 3.1v1H6v-1z"/>',account_circle:'<path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 3c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3 1.34-3 3-3zm0 14.2c-2.5 0-4.71-1.28-6-3.22.03-1.99 4-3.08 6-3.08 1.99 0 5.97 1.09 6 3.08-1.29 1.94-3.5 3.22-6 3.22z"/>',add_shopping_cart:'<path d="M11 9h2V6h3V4h-3V1h-2v3H8v2h3v3z"/><path d="M7 18c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2-.9-2-2-2z"/><path d="M17 18c-1.1 0-1.99.9-1.99 2s.89 2 1.99 2 2-.9 2-2-.9-2-2-2z"/><path d="M7.17 14.75l.03-.12.9-1.63h7.45c.75 0 1.41-.41 1.75-1.03l3.86-7.01L19.42 4h-.01l-1.1 2-2.76 5H8.53l-.13-.27L6.16 6l-.95-2-.94-2H1v2h2l3.6 7.59-1.35 2.45c-.16.28-.25.61-.25.96 0 1.1.9 2 2 2h12v-2H7.42c-.13 0-.25-.11-.25-.25z"/>',alarm:'<path d="M22 5.72l-4.6-3.86-1.29 1.53 4.6 3.86L22 5.72z"/><path d="M7.88 3.39L6.6 1.86 2 5.71l1.29 1.53 4.59-3.85z"/><path d="M12.5 8H11v6l4.75 2.85.75-1.23-4-2.37V8z"/><path d="M12 20c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7zm0-16c-4.97 0-9 4.03-9 9s4.02 9 9 9c4.97 0 9-4.03 9-9s-4.03-9-9-9z"/>',alarm_add:'<path d="M7.88 3.39L6.6 1.86 2 5.71l1.29 1.53 4.59-3.85z"/><path d="M22 5.72l-4.6-3.86-1.29 1.53 4.6 3.86L22 5.72z"/><path d="M12 20c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7zm0-16c-4.97 0-9 4.03-9 9s4.02 9 9 9c4.97 0 9-4.03 9-9s-4.03-9-9-9z"/><path d="M13 9h-2v3H8v2h3v3h2v-3h3v-2h-3V9z"/>',alarm_off:'<path d="M12 6c3.87 0 7 3.13 7 7 0 .84-.16 1.65-.43 2.4l1.52 1.52c.58-1.19.91-2.51.91-3.92a9 9 0 0 0-9-9c-1.41 0-2.73.33-3.92.91L9.6 6.43C10.35 6.16 11.16 6 12 6z"/><path d="M22 5.72l-4.6-3.86-1.29 1.53 4.6 3.86L22 5.72z"/><path d="M16.47 18.39C15.26 19.39 13.7 20 12 20c-3.87 0-7-3.13-7-7 0-1.7.61-3.26 1.61-4.47l9.86 9.86zM2.92 2.29L1.65 3.57 2.98 4.9l-1.11.93 1.42 1.42 1.11-.94.8.8A8.964 8.964 0 0 0 3 13c0 4.97 4.02 9 9 9 2.25 0 4.31-.83 5.89-2.2l2.2 2.2 1.27-1.27L3.89 3.27l-.97-.98z"/><path d="M8.02 3.28L6.6 1.86l-.86.71 1.42 1.42.86-.71z"/>',alarm_on:'<path d="M22 5.72l-4.6-3.86-1.29 1.53 4.6 3.86L22 5.72z"/><path d="M7.88 3.39L6.6 1.86 2 5.71l1.29 1.53 4.59-3.85z"/><path d="M12 20c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7zm0-16c-4.97 0-9 4.03-9 9s4.02 9 9 9c4.97 0 9-4.03 9-9s-4.03-9-9-9z"/><path d="M10.54 14.53L8.41 12.4l-1.06 1.06 3.18 3.18 6-6-1.06-1.06-4.93 4.95z"/>',all_out:'<path d="M16.21 4.16l4 4v-4z"/><path d="M20.21 16.16l-4 4h4z"/><path d="M8.21 20.16l-4-4v4z"/><path d="M4.21 8.16l4-4h-4z"/><path d="M16.06 16.01a5.438 5.438 0 0 1-7.7 0 5.438 5.438 0 0 1 0-7.7 5.438 5.438 0 0 1 7.7 0 5.438 5.438 0 0 1 0 7.7zm1.1-8.8a7.007 7.007 0 0 0-9.9 0 7.007 7.007 0 0 0 0 9.9 7.007 7.007 0 0 0 9.9 0c2.73-2.73 2.73-7.16 0-9.9z"/>',android:'<path d="M6 18c0 .55.45 1 1 1h1v3.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5V19h2v3.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5V19h1c.55 0 1-.45 1-1V8H6v10z"/><path d="M3.5 8C2.67 8 2 8.67 2 9.5v7c0 .83.67 1.5 1.5 1.5S5 17.33 5 16.5v-7C5 8.67 4.33 8 3.5 8z"/><path d="M20.5 8c-.83 0-1.5.67-1.5 1.5v7c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5v-7c0-.83-.67-1.5-1.5-1.5z"/><path d="M15 5h-1V4h1v1zm-5 0H9V4h1v1zm5.53-2.84l1.3-1.3c.2-.2.2-.51 0-.71-.2-.2-.51-.2-.71 0l-1.48 1.48C13.85 1.23 12.95 1 12 1c-.96 0-1.86.23-2.66.63L7.85.15c-.2-.2-.51-.2-.71 0-.2.2-.2.51 0 .71l1.31 1.31C6.97 3.26 6 5.01 6 7h12c0-1.99-.97-3.75-2.47-4.84z"/>',announcement:'<path d="M20 2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-7 9h-2V5h2v6zm0 4h-2v-2h2v2z"/>',aspect_ratio:'<path d="M19 12h-2v3h-3v2h5v-5z"/><path d="M7 9h3V7H5v5h2V9z"/><path d="M21 19.01H3V4.99h18v14.02zM21 3H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"/>',assessment:'<path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM9 17H7v-7h2v7zm4 0h-2V7h2v10zm4 0h-2v-4h2v4z"/>',assignment:'<path d="M19 3h-4.18C14.4 1.84 13.3 1 12 1c-1.3 0-2.4.84-2.82 2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 0c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm2 14H7v-2h7v2zm3-4H7v-2h10v2zm0-4H7V7h10v2z"/>',assignment_ind:'<path d="M19 3h-4.18C14.4 1.84 13.3 1 12 1c-1.3 0-2.4.84-2.82 2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 0c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm0 4c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3 1.34-3 3-3zm6 12H6v-1.4c0-2 4-3.1 6-3.1s6 1.1 6 3.1V19z"/>',assignment_late:'<path d="M19 3h-4.18C14.4 1.84 13.3 1 12 1c-1.3 0-2.4.84-2.82 2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-6 15h-2v-2h2v2zm0-4h-2V8h2v6zm-1-9c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"/>',assignment_return:'<path d="M19 3h-4.18C14.4 1.84 13.3 1 12 1c-1.3 0-2.4.84-2.82 2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 0c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm4 12h-4v3l-5-5 5-5v3h4v4z"/>',assignment_returned:'<path d="M19 3h-4.18C14.4 1.84 13.3 1 12 1c-1.3 0-2.4.84-2.82 2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 0c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm0 15l-5-5h3V9h4v4h3l-5 5z"/>',assignment_turned_in:'<path d="M19 3h-4.18C14.4 1.84 13.3 1 12 1c-1.3 0-2.4.84-2.82 2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 0c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm-2 14l-4-4 1.41-1.41L10 14.17l6.59-6.59L18 9l-8 8z"/>',autorenew:'<path d="M12 6v3l4-4-4-4v3c-4.42 0-8 3.58-8 8 0 1.57.46 3.03 1.24 4.26L6.7 14.8c-.45-.83-.7-1.79-.7-2.8 0-3.31 2.69-6 6-6z"/><path d="M18.76 7.74L17.3 9.2c.44.84.7 1.79.7 2.8 0 3.31-2.69 6-6 6v-3l-4 4 4 4v-3c4.42 0 8-3.58 8-8 0-1.57-.46-3.03-1.24-4.26z"/>',backup:'<path d="M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM14 13v4h-4v-4H7l5-5 5 5h-3z"/>',book:'<path d="M18 2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zM6 4h5v8l-2.5-1.5L6 12V4z"/>',bookmark:'<path d="M17 3H7c-1.1 0-1.99.9-1.99 2L5 21l7-3 7 3V5c0-1.1-.9-2-2-2z"/>',bookmark_outline:'<path d="M17 3H7c-1.1 0-1.99.9-1.99 2L5 21l7-3 7 3V5c0-1.1-.9-2-2-2zm0 15l-5-2.18L7 18V5h10v13z"/>',bug_report:'<path d="M20 8h-2.81c-.45-.78-1.07-1.45-1.82-1.96L17 4.41 15.59 3l-2.17 2.17C12.96 5.06 12.49 5 12 5c-.49 0-.96.06-1.41.17L8.41 3 7 4.41l1.62 1.63C7.88 6.55 7.26 7.22 6.81 8H4v2h2.09c-.05.33-.09.66-.09 1v1H4v2h2v1c0 .34.04.67.09 1H4v2h2.81c1.04 1.79 2.97 3 5.19 3s4.15-1.21 5.19-3H20v-2h-2.09c.05-.33.09-.66.09-1v-1h2v-2h-2v-1c0-.34-.04-.67-.09-1H20V8zm-6 8h-4v-2h4v2zm0-4h-4v-2h4v2z"/>',build:'<path d="M22.7 19l-9.1-9.1c.9-2.3.4-5-1.5-6.9-2-2-5-2.4-7.4-1.3L9 6 6 9 1.6 4.7C.4 7.1.9 10.1 2.9 12.1c1.9 1.9 4.6 2.4 6.9 1.5l9.1 9.1c.4.4 1 .4 1.4 0l2.3-2.3c.5-.4.5-1.1.1-1.4z"/>',cached:'<path d="M19 8l-4 4h3c0 3.31-2.69 6-6 6-1.01 0-1.97-.25-2.8-.7l-1.46 1.46C8.97 19.54 10.43 20 12 20c4.42 0 8-3.58 8-8h3l-4-4z"/><path d="M6 12c0-3.31 2.69-6 6-6 1.01 0 1.97.25 2.8.7l1.46-1.46C15.03 4.46 13.57 4 12 4c-4.42 0-8 3.58-8 8H1l4 4 4-4H6z"/>',camera_enhanced:'<path d="M9 3L7.17 5H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2h-3.17L15 3H9zm3 15c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z"/> <path d="M12 17l1.25-2.75L16 13l-2.75-1.25L12 9l-1.25 2.75L8 13l2.75 1.25z"/>',card_giftcard:'<path d="M20 6h-2.18c.11-.31.18-.65.18-1 0-1.66-1.34-3-3-3-1.05 0-1.96.54-2.5 1.35l-.5.67-.5-.68C10.96 2.54 10.05 2 9 2 7.34 2 6 3.34 6 5c0 .35.07.69.18 1H4c-1.11 0-1.99.89-1.99 2L2 19c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V8c0-1.11-.89-2-2-2zm-5-2c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zM9 4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm11 15H4v-2h16v2zm0-5H4V8h5.08L7 10.83 8.62 12 11 8.76l1-1.36 1 1.36L15.38 12 17 10.83 14.92 8H20v6z"/>',card_membership:'<path d="M20 2H4c-1.11 0-2 .89-2 2v11c0 1.11.89 2 2 2h4v5l4-2 4 2v-5h4c1.11 0 2-.89 2-2V4c0-1.11-.89-2-2-2zm0 13H4v-2h16v2zm0-5H4V4h16v6z"/>',card_travel:'<path d="M20 6h-3V4c0-1.11-.89-2-2-2H9c-1.11 0-2 .89-2 2v2H4c-1.11 0-2 .89-2 2v11c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V8c0-1.11-.89-2-2-2zM9 4h6v2H9V4zm11 15H4v-2h16v2zm0-5H4V8h3v2h2V8h6v2h2V8h3v6z"/>',change_history:'<path d="M12 7.77L18.39 18H5.61L12 7.77M12 4L2 20h20L12 4z"/>',check_circle:'<path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"/>',chrome_reader_mode:'<path d="M13 12h7v1.5h-7z"/><path d="M13 9.5h7V11h-7z"/><path d="M13 14.5h7V16h-7z"/><path d="M21 19h-9V6h9v13zm0-15H3c-1.1 0-2 .9-2 2v13c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2z"/>',"class":'<path d="M18 2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zM6 4h5v8l-2.5-1.5L6 12V4z"/>',code:'<path d="M9.4 16.6L4.8 12l4.6-4.6L8 6l-6 6 6 6 1.4-1.4z"/><path d="M14.6 16.6l4.6-4.6-4.6-4.6L16 6l6 6-6 6-1.4-1.4z"/>',compare_arrows:'<path d="M9.01 14H2v2h7.01v3L13 15l-3.99-4v3z"/><path d="M14.99 13v-3H22V8h-7.01V5L11 9l3.99 4z"/>',copyright:'<path d="M10.08 10.86c.05-.33.16-.62.3-.87.14-.25.34-.46.59-.62.24-.15.54-.22.91-.23.23.01.44.05.63.13.2.09.38.21.52.36s.25.33.34.53c.09.2.13.42.14.64h1.79c-.02-.47-.11-.9-.28-1.29-.17-.39-.4-.73-.7-1.01-.3-.28-.66-.5-1.08-.66-.42-.16-.88-.23-1.39-.23-.65 0-1.22.11-1.7.34-.48.23-.88.53-1.2.92-.32.39-.56.84-.71 1.36-.15.52-.24 1.06-.24 1.64v.27c0 .58.08 1.12.23 1.64.15.52.39.97.71 1.35.32.38.72.69 1.2.91.48.22 1.05.34 1.7.34.47 0 .91-.08 1.32-.23.41-.15.77-.36 1.08-.63.31-.27.56-.58.74-.94.18-.36.29-.74.3-1.15h-1.79c-.01.21-.06.4-.15.58-.09.18-.21.33-.36.46s-.32.23-.52.3c-.19.07-.39.09-.6.1-.36-.01-.66-.08-.89-.23a1.75 1.75 0 0 1-.59-.62c-.14-.25-.25-.55-.3-.88a6.74 6.74 0 0 1-.08-1v-.27c0-.35.03-.68.08-1.01z"/><path d="M12 20c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm0-18C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2z"/>',credit_card:'<path d="M20 4H4c-1.11 0-1.99.89-1.99 2L2 18c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V6c0-1.11-.89-2-2-2zm0 14H4v-6h16v6zm0-10H4V6h16v2z"/>',dashboard:'<path d="M3 13h8V3H3v10z"/><path d="M3 21h8v-6H3v6z"/><path d="M13 21h8V11h-8v10z"/><path d="M13 3v6h8V3h-8z"/>',date_range:'<path d="M9 11H7v2h2v-2zm4 0h-2v2h2v-2zm4 0h-2v2h2v-2zm2-7h-1V2h-2v2H8V2H6v2H5c-1.11 0-1.99.9-1.99 2L3 20c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V9h14v11z"/>',"delete":'<path d="M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12z"/><path d="M19 4h-3.5l-1-1h-5l-1 1H5v2h14V4z"/>',delete_forever:'<path d="M8.46 11.88l1.41-1.41L12 12.59l2.12-2.12 1.41 1.41L13.41 14l2.12 2.12-1.41 1.41L12 15.41l-2.12 2.12-1.41-1.41L10.59 14l-2.13-2.12zM6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12z"/><path d="M15.5 4l-1-1h-5l-1 1H5v2h14V4z"/>',description:'<path d="M14 2H6c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm2 16H8v-2h8v2zm0-4H8v-2h8v2zm-3-5V3.5L18.5 9H13z"/>',dns:'<path d="M7 19c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm13-6H4c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1h16c.55 0 1-.45 1-1v-6c0-.55-.45-1-1-1z"/><path d="M7 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm13-6H4c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1h16c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1z"/>',done:'<path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"/>',done_all:'<path d="M18 7l-1.41-1.41-6.34 6.34 1.41 1.41L18 7z"/><path d="M22.24 5.59L11.66 16.17 7.48 12l-1.41 1.41L11.66 19l12-12-1.42-1.41z"/><path d="M.41 13.41L6 19l1.41-1.41L1.83 12 .41 13.41z"/>',donut_large:'<path d="M11 5.08V2c-5 .5-9 4.81-9 10s4 9.5 9 10v-3.08c-3-.48-6-3.4-6-6.92s3-6.44 6-6.92z"/><path d="M18.97 11H22c-.47-5-4-8.53-9-9v3.08C16 5.51 18.54 8 18.97 11z"/><path d="M13 18.92V22c5-.47 8.53-4 9-9h-3.03c-.43 3-2.97 5.49-5.97 5.92z"/>',donut_small:'<path d="M11 9.16V2c-5 .5-9 4.79-9 10s4 9.5 9 10v-7.16c-1-.41-2-1.52-2-2.84 0-1.32 1-2.43 2-2.84z"/><path d="M14.86 11H22c-.48-4.75-4-8.53-9-9v7.16c1 .3 1.52.98 1.86 1.84z"/><path d="M13 14.84V22c5-.47 8.52-4.25 9-9h-7.14c-.34.86-.86 1.54-1.86 1.84z"/>',eject:'<path d="M5 17h14v2H5z"/><path d="M12 5L5.33 15h13.34z"/>',euro_symbol:'<path d="M15 18.5c-2.51 0-4.68-1.42-5.76-3.5H15v-2H8.58c-.05-.33-.08-.66-.08-1s.03-.67.08-1H15V9H9.24C10.32 6.92 12.5 5.5 15 5.5c1.61 0 3.09.59 4.23 1.57L21 5.3C19.41 3.87 17.3 3 15 3c-3.92 0-7.24 2.51-8.48 6H3v2h3.06c-.04.33-.06.66-.06 1 0 .34.02.67.06 1H3v2h3.52c1.24 3.49 4.56 6 8.48 6 2.31 0 4.41-.87 6-2.3l-1.78-1.77c-1.13.98-2.6 1.57-4.22 1.57z"/>',event:'<path d="M17 12h-5v5h5v-5z"/><path d="M19 19H5V8h14v11zM16 1v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2h-1V1h-2z"/>',event_seat:'<path d="M4 18v3h3v-3h10v3h3v-6H4z"/><path d="M19 10h3v3h-3z"/><path d="M2 10h3v3H2z"/><path d="M17 13H7V5c0-1.1.9-2 2-2h6c1.1 0 2 .9 2 2v8z"/>',exit_to_app:'<path d="M10.09 15.59L11.5 17l5-5-5-5-1.41 1.41L12.67 11H3v2h9.67l-2.58 2.59z"/><path d="M19 3H5c-1.11 0-2 .9-2 2v4h2V5h14v14H5v-4H3v4c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"/>',explore:'<path d="M12 10.9c-.61 0-1.1.49-1.1 1.1 0 .61.49 1.1 1.1 1.1.61 0 1.1-.49 1.1-1.1 0-.61-.49-1.1-1.1-1.1z"/><path d="M14.19 14.19L6 18l3.81-8.19L18 6l-3.81 8.19zM12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2z"/>',extension:'<path d="M20.5 11H19V7c0-1.1-.9-2-2-2h-4V3.5C13 2.12 11.88 1 10.5 1S8 2.12 8 3.5V5H4c-1.1 0-1.99.9-1.99 2v3.8H3.5c1.49 0 2.7 1.21 2.7 2.7s-1.21 2.7-2.7 2.7H2V20c0 1.1.9 2 2 2h3.8v-1.5c0-1.49 1.21-2.7 2.7-2.7 1.49 0 2.7 1.21 2.7 2.7V22H17c1.1 0 2-.9 2-2v-4h1.5c1.38 0 2.5-1.12 2.5-2.5S21.88 11 20.5 11z"/>',face:'<path d="M14.69 17.1c-.74.58-1.7.9-2.69.9s-1.95-.32-2.69-.9c-.22-.17-.53-.13-.7.09-.17.22-.13.53.09.7.91.72 2.09 1.11 3.3 1.11s2.39-.39 3.31-1.1c.22-.17.26-.48.09-.7-.17-.23-.49-.26-.71-.1z"/><path d="M19.96 14.82c-1.09 3.74-4.27 6.46-8.04 6.46-3.78 0-6.96-2.72-8.04-6.47-1.19-.11-2.13-1.18-2.13-2.52 0-1.27.85-2.31 1.97-2.5 2.09-1.46 3.8-3.49 4.09-5.05v-.01c1.35 2.63 6.3 5.19 11.83 5.06l.3-.03c1.28 0 2.31 1.14 2.31 2.54 0 1.38-1.02 2.51-2.29 2.52zM12 0C5.37 0 0 5.37 0 12s5.37 12 12 12 12-5.37 12-12S18.63 0 12 0z"/><path d="M16.5 12.5c0 .552-.448 1-1 1s-1-.448-1-1 .448-1 1-1 1 .448 1 1zm-7 0c0 .552-.448 1-1 1s-1-.448-1-1 .448-1 1-1 1 .448 1 1z"/>',favorite:'<path d="M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z"/>',favorite_border:'<path d="M16.5 3c-1.74 0-3.41.81-4.5 2.09C10.91 3.81 9.24 3 7.5 3 4.42 3 2 5.42 2 8.5c0 3.78 3.4 6.86 8.55 11.54L12 21.35l1.45-1.32C18.6 15.36 22 12.28 22 8.5 22 5.42 19.58 3 16.5 3zm-4.4 15.55l-.1.1-.1-.1C7.14 14.24 4 11.39 4 8.5 4 6.5 5.5 5 7.5 5c1.54 0 3.04.99 3.57 2.36h1.87C13.46 5.99 14.96 5 16.5 5c2 0 3.5 1.5 3.5 3.5 0 2.89-3.14 5.74-7.9 10.05z"/>',feedback:'<path d="M20 2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-7 12h-2v-2h2v2zm0-4h-2V6h2v4z"/>',find_in_page:'<path d="M20 19.59V8l-6-6H6c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c.45 0 .85-.15 1.19-.4l-4.43-4.43c-.8.52-1.74.83-2.76.83-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5c0 1.02-.31 1.96-.83 2.75L20 19.59z"/><path d="M9 13c0 1.66 1.34 3 3 3s3-1.34 3-3-1.34-3-3-3-3 1.34-3 3z"/>', -find_replace:'<path d="M11 6c1.38 0 2.63.56 3.54 1.46L12 10h6V4l-2.05 2.05C14.68 4.78 12.93 4 11 4c-3.53 0-6.43 2.61-6.92 6H6.1c.46-2.28 2.48-4 4.9-4z"/><path d="M16.64 15.14c.66-.9 1.12-1.97 1.28-3.14H15.9c-.46 2.28-2.48 4-4.9 4-1.38 0-2.63-.56-3.54-1.46L10 12H4v6l2.05-2.05C7.32 17.22 9.07 18 11 18c1.55 0 2.98-.51 4.14-1.36L20 21.49 21.49 20l-4.85-4.86z"/>',fingerprint:'<path d="M17.81 4.47c-.08 0-.16-.02-.23-.06C15.66 3.42 14 3 12.01 3c-1.98 0-3.86.47-5.57 1.41-.24.13-.54.04-.68-.2a.506.506 0 0 1 .2-.68C7.82 2.52 9.86 2 12.01 2c2.13 0 3.99.47 6.03 1.52.25.13.34.43.21.67a.49.49 0 0 1-.44.28z"/><path d="M3.5 9.72a.499.499 0 0 1-.41-.79c.99-1.4 2.25-2.5 3.75-3.27C9.98 4.04 14 4.03 17.15 5.65c1.5.77 2.76 1.86 3.75 3.25a.5.5 0 0 1-.12.7c-.23.16-.54.11-.7-.12a9.388 9.388 0 0 0-3.39-2.94c-2.87-1.47-6.54-1.47-9.4.01-1.36.7-2.5 1.7-3.4 2.96-.08.14-.23.21-.39.21z"/><path d="M9.75 21.79a.47.47 0 0 1-.35-.15c-.87-.87-1.34-1.43-2.01-2.64-.69-1.23-1.05-2.73-1.05-4.34 0-2.97 2.54-5.39 5.66-5.39s5.66 2.42 5.66 5.39c0 .28-.22.5-.5.5s-.5-.22-.5-.5c0-2.42-2.09-4.39-4.66-4.39-2.57 0-4.66 1.97-4.66 4.39 0 1.44.32 2.77.93 3.85.64 1.15 1.08 1.64 1.85 2.42.19.2.19.51 0 .71-.11.1-.24.15-.37.15z"/><path d="M16.92 19.94c-1.19 0-2.24-.3-3.1-.89-1.49-1.01-2.38-2.65-2.38-4.39 0-.28.22-.5.5-.5s.5.22.5.5c0 1.41.72 2.74 1.94 3.56.71.48 1.54.71 2.54.71.24 0 .64-.03 1.04-.1.27-.05.53.13.58.41.05.27-.13.53-.41.58-.57.11-1.07.12-1.21.12z"/><path d="M14.91 22c-.04 0-.09-.01-.13-.02-1.59-.44-2.63-1.03-3.72-2.1a7.297 7.297 0 0 1-2.17-5.22c0-1.62 1.38-2.94 3.08-2.94 1.7 0 3.08 1.32 3.08 2.94 0 1.07.93 1.94 2.08 1.94s2.08-.87 2.08-1.94c0-3.77-3.25-6.83-7.25-6.83-2.84 0-5.44 1.58-6.61 4.03-.39.81-.59 1.76-.59 2.8 0 .78.07 2.01.67 3.61.1.26-.03.55-.29.64-.26.1-.55-.04-.64-.29a11.14 11.14 0 0 1-.73-3.96c0-1.2.23-2.29.68-3.24 1.33-2.79 4.28-4.6 7.51-4.6 4.55 0 8.25 3.51 8.25 7.83 0 1.62-1.38 2.94-3.08 2.94-1.7 0-3.08-1.32-3.08-2.94 0-1.07-.93-1.94-2.08-1.94s-2.08.87-2.08 1.94c0 1.71.66 3.31 1.87 4.51.95.94 1.86 1.46 3.27 1.85.27.07.42.35.35.61-.05.23-.26.38-.47.38z"/>',flight_land:'<path d="M2.5 19h19v2h-19z"/><path d="M9.68 13.27l4.35 1.16 5.31 1.42c.8.21 1.62-.26 1.84-1.06.21-.8-.26-1.62-1.06-1.84l-5.31-1.42-2.76-9.02L10.12 2v8.28L5.15 8.95l-.93-2.32-1.45-.39v5.17l1.6.43 5.31 1.43z"/>',flight_takeoff:'<path d="M2.5 19h19v2h-19z"/><path d="M22.07 9.64c-.21-.8-1.04-1.28-1.84-1.06L14.92 10l-6.9-6.43-1.93.51 4.14 7.17-4.97 1.33-1.97-1.54-1.45.39 1.82 3.16.77 1.33 1.6-.43 5.31-1.42 4.35-1.16L21 11.49c.81-.23 1.28-1.05 1.07-1.85z"/>',flip_to_back:'<path d="M9 7H7v2h2V7z"/><path d="M9 11H7v2h2v-2z"/><path d="M9 3a2 2 0 0 0-2 2h2V3z"/><path d="M13 15h-2v2h2v-2z"/><path d="M19 3v2h2c0-1.1-.9-2-2-2z"/><path d="M13 3h-2v2h2V3z"/><path d="M9 17v-2H7a2 2 0 0 0 2 2z"/><path d="M19 13h2v-2h-2v2z"/><path d="M19 9h2V7h-2v2z"/><path d="M19 17c1.1 0 2-.9 2-2h-2v2z"/><path d="M5 7H3v12a2 2 0 0 0 2 2h12v-2H5V7z"/><path d="M15 5h2V3h-2v2z"/><path d="M15 17h2v-2h-2v2z"/>',flip_to_front:'<path d="M3 13h2v-2H3v2z"/><path d="M3 17h2v-2H3v2z"/><path d="M5 21v-2H3a2 2 0 0 0 2 2z"/><path d="M3 9h2V7H3v2z"/><path d="M15 21h2v-2h-2v2z"/><path d="M19 15H9V5h10v10zm0-12H9a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h10c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"/><path d="M11 21h2v-2h-2v2z"/><path d="M7 21h2v-2H7v2z"/>',g_translate:'<path d="M20 5h-9.12L10 2H4c-1.1 0-2 .9-2 2v13c0 1.1.9 2 2 2h7l1 3h8c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zM7.17 14.59c-2.25 0-4.09-1.83-4.09-4.09s1.83-4.09 4.09-4.09c1.04 0 1.99.37 2.74 1.07l.07.06-1.23 1.18-.06-.05c-.29-.27-.78-.59-1.52-.59-1.31 0-2.38 1.09-2.38 2.42s1.07 2.42 2.38 2.42c1.37 0 1.96-.87 2.12-1.46H7.08V9.91h3.95l.01.07c.04.21.05.4.05.61 0 2.35-1.61 4-3.92 4zm6.03-1.71c.33.6.74 1.18 1.19 1.7l-.54.53-.65-2.23zm.77-.76h-.99l-.31-1.04h3.99s-.34 1.31-1.56 2.74c-.52-.62-.89-1.23-1.13-1.7zM21 20c0 .55-.45 1-1 1h-7l2-2-.81-2.77.92-.92L17.79 18l.73-.73-2.71-2.68c.9-1.03 1.6-2.25 1.92-3.51H19v-1.04h-3.64V9h-1.04v1.04h-1.96L11.18 6H20c.55 0 1 .45 1 1v13z"/>',gavel:'<path d="M1 21h12v2H1z"/><path d="M5.245 8.07l2.83-2.827 14.14 14.142-2.828 2.828z"/><path d="M12.317 1l5.657 5.656-2.83 2.83-5.654-5.66z"/><path d="M3.825 9.485l5.657 5.657-2.828 2.828-5.657-5.657z"/>',get_app:'<path d="M19 9h-4V3H9v6H5l7 7 7-7z"/><path d="M5 18v2h14v-2H5z"/>',gif:'<path d="M11.5 9H13v6h-1.5z"/><path d="M9 9H6c-.6 0-1 .5-1 1v4c0 .5.4 1 1 1h3c.6 0 1-.5 1-1v-2H8.5v1.5h-2v-3H10V10c0-.5-.4-1-1-1z"/><path d="M19 10.5V9h-4.5v6H16v-2h2v-1.5h-2v-1z"/>',grade:'<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>',group_work:'<path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM8 17.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5zM9.5 8c0-1.38 1.12-2.5 2.5-2.5s2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5S9.5 9.38 9.5 8zm6.5 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z"/>',help:'<path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 17h-2v-2h2v2zm2.07-7.75l-.9.92C13.45 12.9 13 13.5 13 15h-2v-.5c0-1.1.45-2.1 1.17-2.83l1.24-1.26c.37-.36.59-.86.59-1.41 0-1.1-.9-2-2-2s-2 .9-2 2H8c0-2.21 1.79-4 4-4s4 1.79 4 4c0 .88-.36 1.68-.93 2.25z"/>',help_outline:'<path d="M11 18h2v-2h-2v2z"/><path d="M12 20c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm0-18C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2z"/><path d="M12 6c-2.21 0-4 1.79-4 4h2c0-1.1.9-2 2-2s2 .9 2 2c0 2-3 1.75-3 5h2c0-2.25 3-2.5 3-5 0-2.21-1.79-4-4-4z"/>',highlight_off:'<path d="M14.59 8L12 10.59 9.41 8 8 9.41 10.59 12 8 14.59 9.41 16 12 13.41 14.59 16 16 14.59 13.41 12 16 9.41 14.59 8z"/><path d="M12 20c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm0-18C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2z"/>',history:'<path d="M13 3c-4.97 0-9 4.03-9 9H1l3.89 3.89.07.14L9 12H6c0-3.87 3.13-7 7-7s7 3.13 7 7-3.13 7-7 7c-1.93 0-3.68-.79-4.94-2.06l-1.42 1.42C8.27 19.99 10.51 21 13 21c4.97 0 9-4.03 9-9s-4.03-9-9-9z"/><path d="M12 8v5l4.28 2.54.72-1.21-3.5-2.08V8H12z"/>',home:'<path d="M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z"/>',hourglass_empty:'<path d="M6 2v6h.01L6 8.01 10 12l-4 4 .01.01H6V22h12v-5.99h-.01L18 16l-4-4 4-3.99-.01-.01H18V2H6zm10 14.5V20H8v-3.5l4-4 4 4zm-4-5l-4-4V4h8v3.5l-4 4z"/>',hourglass_full:'<path d="M6 2v6h.01L6 8.01 10 12l-4 4 .01.01H6V22h12v-5.99h-.01L18 16l-4-4 4-3.99-.01-.01H18V2H6z"/>',http:'<path d="M4.5 11h-2V9H1v6h1.5v-2.5h2V15H6V9H4.5v2z"/><path d="M7 10.5h1.5V15H10v-4.5h1.5V9H7v1.5z"/><path d="M12.5 10.5H14V15h1.5v-4.5H17V9h-4.5v1.5z"/><path d="M21.5 11.5h-2v-1h2v1zm0-2.5H18v6h1.5v-2h2c.8 0 1.5-.7 1.5-1.5v-1c0-.8-.7-1.5-1.5-1.5z"/>',https:'<path d="M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm3.1-9H8.9V6c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2z"/>',important_devices:'<path d="M23 20h-5v-7h5v7zm0-8.99L18 11c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1h5c.55 0 1-.45 1-1v-9c0-.55-.45-.99-1-.99z"/><path d="M20 2H2C.89 2 0 2.89 0 4v12a2 2 0 0 0 2 2h7v2H7v2h8v-2h-2v-2h2v-2H2V4h18v5h2V4a2 2 0 0 0-2-2z"/><path d="M11.97 9L11 6l-.97 3H7l2.47 1.76-.94 2.91 2.47-1.8 2.47 1.8-.94-2.91L15 9h-3.03z"/>',info:'<path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"/>',info_outline:'<path d="M12 20c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm0-18C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2z"/><path d="M11 9h2V7h-2v2zm0 8h2v-6h-2v6z"/>',input:'<path d="M21 3.01H3c-1.1 0-2 .9-2 2V9h2V4.99h18v14.03H3V15H1v4.01c0 1.1.9 1.98 2 1.98h18c1.1 0 2-.88 2-1.98v-14c0-1.11-.9-2-2-2z"/><path d="M11 16l4-4-4-4v3H1v2h10v3z"/>',invert_colors:'<path d="M17.66 7.93L12 2.27 6.34 7.93c-3.12 3.12-3.12 8.19 0 11.31C7.9 20.8 9.95 21.58 12 21.58c2.05 0 4.1-.78 5.66-2.34 3.12-3.12 3.12-8.19 0-11.31zM12 19.59c-1.6 0-3.11-.62-4.24-1.76C6.62 16.69 6 15.19 6 13.59s.62-3.11 1.76-4.24L12 5.1v14.49z"/>',label:'<path d="M17.63 5.84C17.27 5.33 16.67 5 16 5L5 5.01C3.9 5.01 3 5.9 3 7v10c0 1.1.9 1.99 2 1.99L16 19c.67 0 1.27-.33 1.63-.84L22 12l-4.37-6.16z"/>',label_outline:'<path d="M17.63 5.84C17.27 5.33 16.67 5 16 5L5 5.01C3.9 5.01 3 5.9 3 7v10c0 1.1.9 1.99 2 1.99L16 19c.67 0 1.27-.33 1.63-.84L22 12l-4.37-6.16zM16 17H5V7h11l3.55 5L16 17z"/>',language:'<path d="M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zm6.93 6h-2.95c-.32-1.25-.78-2.45-1.38-3.56 1.84.63 3.37 1.91 4.33 3.56zM12 4.04c.83 1.2 1.48 2.53 1.91 3.96h-3.82c.43-1.43 1.08-2.76 1.91-3.96zM4.26 14C4.1 13.36 4 12.69 4 12s.1-1.36.26-2h3.38c-.08.66-.14 1.32-.14 2 0 .68.06 1.34.14 2H4.26zm.82 2h2.95c.32 1.25.78 2.45 1.38 3.56-1.84-.63-3.37-1.9-4.33-3.56zm2.95-8H5.08c.96-1.66 2.49-2.93 4.33-3.56C8.81 5.55 8.35 6.75 8.03 8zM12 19.96c-.83-1.2-1.48-2.53-1.91-3.96h3.82c-.43 1.43-1.08 2.76-1.91 3.96zM14.34 14H9.66c-.09-.66-.16-1.32-.16-2 0-.68.07-1.35.16-2h4.68c.09.65.16 1.32.16 2 0 .68-.07 1.34-.16 2zm.25 5.56c.6-1.11 1.06-2.31 1.38-3.56h2.95c-.96 1.65-2.49 2.93-4.33 3.56zM16.36 14c.08-.66.14-1.32.14-2 0-.68-.06-1.34-.14-2h3.38c.16.64.26 1.31.26 2s-.1 1.36-.26 2h-3.38z"/>',launch:'<path d="M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7z"/><path d="M14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z"/>',lightbulb_outline:'<path d="M9 21c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-1H9v1z"/><path d="M14.85 13.1l-.85.6V16h-4v-2.3l-.85-.6A4.997 4.997 0 0 1 7 9c0-2.76 2.24-5 5-5s5 2.24 5 5c0 1.63-.8 3.16-2.15 4.1zM12 2C8.14 2 5 5.14 5 9c0 2.38 1.19 4.47 3 5.74V17c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-2.26c1.81-1.27 3-3.36 3-5.74 0-3.86-3.14-7-7-7z"/>',line_style:'<path d="M3 16h5v-2H3v2z"/><path d="M9.5 16h5v-2h-5v2z"/><path d="M16 16h5v-2h-5v2z"/><path d="M3 20h2v-2H3v2z"/><path d="M7 20h2v-2H7v2z"/><path d="M11 20h2v-2h-2v2z"/><path d="M15 20h2v-2h-2v2z"/><path d="M19 20h2v-2h-2v2z"/><path d="M3 12h8v-2H3v2z"/><path d="M13 12h8v-2h-8v2z"/><path d="M3 4v4h18V4H3z"/>',line_weight:'<path d="M3 17h18v-2H3v2z"/><path d="M3 20h18v-1H3v1z"/><path d="M3 13h18v-3H3v3z"/><path d="M3 4v4h18V4H3z"/>',list:'<path d="M3 9h2V7H3v2zm0 8h2v-2H3v2zm0-4h2v-2H3v2z"/><path d="M7 13h14v-2H7v2z"/><path d="M7 17h14v-2H7v2z"/><path d="M7 7v2h14V7H7z"/>',lock:'<path d="M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm3.1-9H8.9V6c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2z"/>',lock_open:'<path d="M12 17c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2z"/><path d="M18 20H6V10h12v10zm0-12h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6h1.9c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2z"/>',lock_outline:'<path d="M18 20H6V10h12zM12 2.9c1.71 0 3.1 1.39 3.1 3.1v2H9V6l-.002-.008C8.998 4.282 10.29 2.9 12 2.9zM18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2z"/><path d="M12 17c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2z"/>',loyalty:'<path d="M21.41 11.58l-9-9C12.05 2.22 11.55 2 11 2H4c-1.1 0-2 .9-2 2v7c0 .55.22 1.05.59 1.42l9 9c.36.36.86.58 1.41.58.55 0 1.05-.22 1.41-.59l7-7c.37-.36.59-.86.59-1.41 0-.55-.23-1.06-.59-1.42zM5.5 7C4.67 7 4 6.33 4 5.5S4.67 4 5.5 4 7 4.67 7 5.5 6.33 7 5.5 7zm11.77 8.27L13 19.54l-4.27-4.27C8.28 14.81 8 14.19 8 13.5c0-1.38 1.12-2.5 2.5-2.5.69 0 1.32.28 1.77.74l.73.72.73-.73c.45-.45 1.08-.73 1.77-.73 1.38 0 2.5 1.12 2.5 2.5 0 .69-.28 1.32-.73 1.77z"/>',markunread_mailbox:'<path d="M20 6H10v6H8V4h6V0H6v6H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2z"/>',motorcycle:'<path d="M19.44 9.03L15.41 5H11v2h3.59l2 2H5c-2.8 0-5 2.2-5 5s2.2 5 5 5c2.46 0 4.45-1.69 4.9-4h1.65l2.77-2.77c-.21.54-.32 1.14-.32 1.77 0 2.8 2.2 5 5 5s5-2.2 5-5c0-2.65-1.97-4.77-4.56-4.97zM7.82 15C7.4 16.15 6.28 17 5 17c-1.63 0-3-1.37-3-3s1.37-3 3-3c1.28 0 2.4.85 2.82 2H5v2h2.82zM19 17c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z"/>',note_add:'<path d="M14 2H6c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm2 14h-3v3h-2v-3H8v-2h3v-3h2v3h3v2zm-3-7V3.5L18.5 9H13z"/>',offline_pin:'<path d="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zm5 16H7v-2h10v2zm-6.7-4L7 10.7l1.4-1.4 1.9 1.9 5.3-5.3L17 7.3 10.3 14z"/>',opacity:'<path d="M17.66 8L12 2.35 6.34 8C4.78 9.56 4 11.64 4 13.64s.78 4.11 2.34 5.67 3.61 2.35 5.66 2.35 4.1-.79 5.66-2.35S20 15.64 20 13.64 19.22 9.56 17.66 8zM6 14c.01-2 .62-3.27 1.76-4.4L12 5.27l4.24 4.38C17.38 10.77 17.99 12 18 14H6z"/>',open_in_browser:'<path d="M19 4H5c-1.11 0-2 .9-2 2v12c0 1.1.89 2 2 2h4v-2H5V8h14v10h-4v2h4c1.1 0 2-.9 2-2V6c0-1.1-.89-2-2-2z"/><path d="M12 10l-4 4h3v6h2v-6h3l-4-4z"/>',open_in_new:'<path d="M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7z"/><path d="M14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z"/>',open_with:'<path d="M10 9h4V6h3l-5-5-5 5h3v3z"/><path d="M9 10H6V7l-5 5 5 5v-3h3v-4z"/><path d="M23 12l-5-5v3h-3v4h3v3l5-5z"/><path d="M14 15h-4v3H7l5 5 5-5h-3v-3z"/>',pageview:'<path d="M11 8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z"/><path d="M17.59 19l-3.83-3.83c-.8.52-1.74.83-2.76.83-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5c0 1.02-.31 1.96-.83 2.75L19 17.59 17.59 19zM19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"/>',pan_tool:'<path d="M23 5.5V20c0 2.2-1.8 4-4 4h-7.3c-1.08 0-2.1-.43-2.85-1.19L1 14.83s1.26-1.23 1.3-1.25c.22-.19.49-.29.79-.29.22 0 .42.06.6.16.04.01 4.31 2.46 4.31 2.46V4c0-.83.67-1.5 1.5-1.5S11 3.17 11 4v7h1V1.5c0-.83.67-1.5 1.5-1.5S15 .67 15 1.5V11h1V2.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5V11h1V5.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5z"/>',payment:'<path d="M20 4H4c-1.11 0-1.99.89-1.99 2L2 18c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V6c0-1.11-.89-2-2-2zm0 14H4v-6h16v6zm0-10H4V6h16v2z"/>',perm_camera_mic:'<path d="M20 5h-3.17L15 3H9L7.17 5H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h7v-2.09c-2.83-.48-5-2.94-5-5.91h2c0 2.21 1.79 4 4 4s4-1.79 4-4h2c0 2.97-2.17 5.43-5 5.91V21h7c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm-6 8c0 1.1-.9 2-2 2s-2-.9-2-2V9c0-1.1.9-2 2-2s2 .9 2 2v4z"/>',perm_contact_calendar:'<path d="M19 3h-1V1h-2v2H8V1H6v2H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 3c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3 1.34-3 3-3zm6 12H6v-1c0-2 4-3.1 6-3.1s6 1.1 6 3.1v1z"/>',perm_data_setting:'<path d="M18.99 11.5c.34 0 .67.03 1 .07L20 0 0 20h11.56c-.04-.33-.07-.66-.07-1 0-4.14 3.36-7.5 7.5-7.5z"/><path d="M18.99 20.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm3.71-1.01c.02-.16.04-.32.04-.49 0-.17-.01-.33-.04-.49l1.06-.83c.09-.08.12-.21.06-.32l-1-1.73c-.06-.11-.19-.15-.31-.11l-1.24.5c-.26-.2-.54-.37-.85-.49l-.19-1.32c-.01-.12-.12-.21-.24-.21h-2c-.12 0-.23.09-.25.21l-.19 1.32c-.3.13-.59.29-.85.49l-1.24-.5c-.11-.04-.24 0-.31.11l-1 1.73c-.06.11-.04.24.06.32l1.06.83c-.02.16-.03.32-.03.49 0 .17.01.33.03.49l-1.06.83c-.09.08-.12.21-.06.32l1 1.73c.06.11.19.15.31.11l1.24-.5c.26.2.54.37.85.49l.19 1.32c.02.12.12.21.25.21h2c.12 0 .23-.09.25-.21l.19-1.32c.3-.13.59-.29.84-.49l1.25.5c.11.04.24 0 .31-.11l1-1.73c.06-.11.03-.24-.06-.32l-1.07-.83z"/>',perm_device_information:'<path d="M13 11h-2v6h2v-6zm0-4h-2v2h2V7z"/><path d="M17 19H7V5h10v14zm0-17.99L7 1c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99z"/>',perm_identity:'<path d="M12 4C9.79 4 8 5.79 8 8s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 1.9c1.16 0 2.1.94 2.1 2.1 0 1.16-.94 2.1-2.1 2.1-1.16 0-2.1-.94-2.1-2.1 0-1.16.94-2.1 2.1-2.1"/><path d="M12 13c-2.67 0-8 1.34-8 4v3h16v-3c0-2.66-5.33-4-8-4zm0 1.9c2.97 0 6.1 1.46 6.1 2.1v1.1H5.9V17c0-.64 3.13-2.1 6.1-2.1"/>',perm_media:'<path d="M2 6H0v5h.01L0 20c0 1.1.9 2 2 2h18v-2H2V6z"/><path d="M7 15l4.5-6 3.5 4.51 2.5-3.01L21 15H7zM22 4h-8l-2-2H6c-1.1 0-1.99.9-1.99 2L4 16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2z"/>',perm_phone_msg:'<path d="M20 15.5c-1.25 0-2.45-.2-3.57-.57-.35-.11-.74-.03-1.02.24l-2.2 2.2c-2.83-1.44-5.15-3.75-6.59-6.58l2.2-2.21c.28-.27.36-.66.25-1.01C8.7 6.45 8.5 5.25 8.5 4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.5c0-.55-.45-1-1-1z"/><path d="M12 3v10l3-3h6V3h-9z"/>',perm_scan_wifi:'<path d="M12 3C6.95 3 3.15 4.85 0 7.23L12 22 24 7.25C20.85 4.87 17.05 3 12 3zm1 13h-2v-6h2v6zm-2-8V6h2v2h-2z"/>',pets:'<circle cx="4.5" cy="9.5" r="2.5"/> <circle cx="9" cy="5.5" r="2.5"/> <circle cx="15" cy="5.5" r="2.5"/> <circle cx="19.5" cy="9.5" r="2.5"/> <path d="M17.34 14.86c-.87-1.02-1.6-1.89-2.48-2.91-.46-.54-1.05-1.08-1.75-1.32-.11-.04-.22-.07-.33-.09-.25-.04-.52-.04-.78-.04s-.53 0-.79.05c-.11.02-.22.05-.33.09-.7.24-1.28.78-1.75 1.32-.87 1.02-1.6 1.89-2.48 2.91-1.31 1.31-2.92 2.76-2.62 4.79.29 1.02 1.02 2.03 2.33 2.32.73.15 3.06-.44 5.54-.44h.18c2.48 0 4.81.58 5.54.44 1.31-.29 2.04-1.31 2.33-2.32.31-2.04-1.3-3.49-2.61-4.8z"/>',picture_in_picture:'<path d="M19 7h-8v6h8V7z"/><path d="M21 19.01H3V4.98h18v14.03zM21 3H3c-1.1 0-2 .9-2 2v14c0 1.1.9 1.98 2 1.98h18c1.1 0 2-.88 2-1.98V5c0-1.1-.9-2-2-2z"/>',picture_in_picture_alt:'<path d="M19 11h-8v6h8v-6z"/><path d="M21 19.02H3V4.97h18v14.05zm2-.02V4.98C23 3.88 22.1 3 21 3H3c-1.1 0-2 .88-2 1.98V19c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2z"/>',play_for_work:'<path d="M11 5v5.59H7.5l4.5 4.5 4.5-4.5H13V5h-2z"/><path d="M6 14c0 3.31 2.69 6 6 6s6-2.69 6-6h-2c0 2.21-1.79 4-4 4s-4-1.79-4-4H6z"/>',polymer:'<path d="M19 4h-4L7.11 16.63 4.5 12 9 4H5L.5 12 5 20h4l7.89-12.63L19.5 12 15 20h4l4.5-8z"/>',power_settings_new:'<path d="M13 3h-2v10h2V3z"/><path d="M17.83 5.17l-1.42 1.42A6.92 6.92 0 0 1 19 12c0 3.87-3.13 7-7 7A6.995 6.995 0 0 1 7.58 6.58L6.17 5.17A8.932 8.932 0 0 0 3 12a9 9 0 0 0 18 0c0-2.74-1.23-5.18-3.17-6.83z"/>',pregnant_woman:'<path d="M9 4c0-1.11.89-2 2-2s2 .89 2 2-.89 2-2 2-2-.89-2-2zm7 9c-.01-1.34-.83-2.51-2-3 0-1.66-1.34-3-3-3s-3 1.34-3 3v7h2v5h3v-5h3v-4z"/>',print:'<path d="M19 12c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm-3 7H8v-5h8v5zm3-11H5c-1.66 0-3 1.34-3 3v6h4v4h12v-4h4v-6c0-1.66-1.34-3-3-3z"/><path d="M18 3H6v4h12V3z"/>',query_builder:'<path d="M12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm-.01-18C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2z"/><path d="M12.5 7H11v6l5.25 3.15.75-1.23-4.5-2.67z"/>',question_answer:'<path d="M21 6h-2v9H6v2c0 .55.45 1 1 1h11l4 4V7c0-.55-.45-1-1-1z"/><path d="M17 12V3c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1v14l4-4h10c.55 0 1-.45 1-1z"/>',receipt:'<path d="M18 17H6v-2h12v2zm0-4H6v-2h12v2zm0-4H6V7h12v2zM3 22l1.5-1.5L6 22l1.5-1.5L9 22l1.5-1.5L12 22l1.5-1.5L15 22l1.5-1.5L18 22l1.5-1.5L21 22V2l-1.5 1.5L18 2l-1.5 1.5L15 2l-1.5 1.5L12 2l-1.5 1.5L9 2 7.5 3.5 6 2 4.5 3.5 3 2v20z"/>',record_voice_over:'<circle cx="9" cy="9" r="4"/><path d="M9 15c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4zm7.76-9.64l-1.68 1.69c.84 1.18.84 2.71 0 3.89l1.68 1.69c2.02-2.02 2.02-5.07 0-7.27zM20.07 2l-1.63 1.63c2.77 3.02 2.77 7.56 0 10.74L20.07 16c3.9-3.89 3.91-9.95 0-14z"/>',redeem:'<path d="M20 6h-2.18c.11-.31.18-.65.18-1 0-1.66-1.34-3-3-3-1.05 0-1.96.54-2.5 1.35l-.5.67-.5-.68C10.96 2.54 10.05 2 9 2 7.34 2 6 3.34 6 5c0 .35.07.69.18 1H4c-1.11 0-1.99.89-1.99 2L2 19c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V8c0-1.11-.89-2-2-2zm-5-2c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zM9 4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm11 15H4v-2h16v2zm0-5H4V8h5.08L7 10.83 8.62 12 11 8.76l1-1.36 1 1.36L15.38 12 17 10.83 14.92 8H20v6z"/>',remove_shopping_cart:'<path d="M7.42 15c-.14 0-.25-.11-.25-.25l.03-.12.9-1.63h2.36l2 2H7.42zm15.31 7.73L2.77 2.77 2 2l-.73-.73L0 2.54l4.39 4.39 2.21 4.66-1.35 2.45c-.16.28-.25.61-.25.96 0 1.1.9 2 2 2h7.46l1.38 1.38A1.997 1.997 0 0 0 17 22c.67 0 1.26-.33 1.62-.84L21.46 24l1.27-1.27z"/><path d="M15.55 13c.75 0 1.41-.41 1.75-1.03l3.58-6.49A1.003 1.003 0 0 0 20 4H6.54l9.01 9z"/><path d="M7 18c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2-.9-2-2-2z"/>',reorder:'<path d="M3 15h18v-2H3v2z"/><path d="M3 19h18v-2H3v2z"/><path d="M3 11h18V9H3v2z"/><path d="M3 5v2h18V5H3z"/>',report_problem:'<path d="M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z"/>',restore:'<path d="M13 3c-4.97 0-9 4.03-9 9H1l3.89 3.89.07.14L9 12H6c0-3.87 3.13-7 7-7s7 3.13 7 7-3.13 7-7 7c-1.93 0-3.68-.79-4.94-2.06l-1.42 1.42C8.27 19.99 10.51 21 13 21c4.97 0 9-4.03 9-9s-4.03-9-9-9z"/><path d="M12 8v5l4.28 2.54.72-1.21-3.5-2.08V8H12z"/>',restore_page:'<path d="M14 2H6c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm-2 16c-2.05 0-3.81-1.24-4.58-3h1.71c.63.9 1.68 1.5 2.87 1.5 1.93 0 3.5-1.57 3.5-3.5S13.93 9.5 12 9.5c-1.35 0-2.52.78-3.1 1.9l1.6 1.6h-4V9l1.3 1.3C8.69 8.92 10.23 8 12 8c2.76 0 5 2.24 5 5s-2.24 5-5 5z"/>',room:'<path d="M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z"/>',rounded_corner:'<path d="M19 19h2v2h-2v-2z"/><path d="M19 17h2v-2h-2v2z"/><path d="M3 13h2v-2H3v2z"/><path d="M3 17h2v-2H3v2z"/><path d="M3 9h2V7H3v2z"/><path d="M3 5h2V3H3v2z"/><path d="M7 5h2V3H7v2z"/><path d="M15 21h2v-2h-2v2z"/><path d="M11 21h2v-2h-2v2z"/><path d="M15 21h2v-2h-2v2z"/><path d="M7 21h2v-2H7v2z"/><path d="M3 21h2v-2H3v2z"/><path d="M21 8c0-2.76-2.24-5-5-5h-5v2h5c1.65 0 3 1.35 3 3v5h2V8z"/>',rowing:'<path d="M8.5 14.5L4 19l1.5 1.5L9 17h2l-2.5-2.5z"/><path d="M15 1c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"/><path d="M21 21.01L18 24l-2.99-3.01V19.5l-7.1-7.09c-.31.05-.61.07-.91.07v-2.16c1.66.03 3.61-.87 4.67-2.04l1.4-1.55c.19-.21.43-.38.69-.5.29-.14.62-.23.96-.23h.03C15.99 6.01 17 7.02 17 8.26v5.75c0 .84-.35 1.61-.92 2.16l-3.58-3.58v-2.27c-.63.52-1.43 1.02-2.29 1.39L16.5 18H18l3 3.01z"/>',schedule:'<path d="M12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm-.01-18C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2z"/><path d="M12.5 7H11v6l5.25 3.15.75-1.23-4.5-2.67z"/>',search:'<path d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/>',settings:'<path d="M19.43 12.98c.04-.32.07-.64.07-.98s-.03-.66-.07-.98l2.11-1.65c.19-.15.24-.42.12-.64l-2-3.46c-.12-.22-.39-.3-.61-.22l-2.49 1c-.52-.4-1.08-.73-1.69-.98l-.38-2.65C14.46 2.18 14.25 2 14 2h-4c-.25 0-.46.18-.49.42l-.38 2.65c-.61.25-1.17.59-1.69.98l-2.49-1c-.23-.09-.49 0-.61.22l-2 3.46c-.13.22-.07.49.12.64l2.11 1.65c-.04.32-.07.65-.07.98s.03.66.07.98l-2.11 1.65c-.19.15-.24.42-.12.64l2 3.46c.12.22.39.3.61.22l2.49-1c.52.4 1.08.73 1.69.98l.38 2.65c.03.24.24.42.49.42h4c.25 0 .46-.18.49-.42l.38-2.65c.61-.25 1.17-.59 1.69-.98l2.49 1c.23.09.49 0 .61-.22l2-3.46c.12-.22.07-.49-.12-.64l-2.11-1.65zM12 15.5c-1.93 0-3.5-1.57-3.5-3.5s1.57-3.5 3.5-3.5 3.5 1.57 3.5 3.5-1.57 3.5-3.5 3.5z"/>',settings_applications:'<path d="M12 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"/><path d="M17.25 12c0 .23-.02.46-.05.68l1.48 1.16c.13.11.17.3.08.45l-1.4 2.42c-.09.15-.27.21-.43.15l-1.74-.7c-.36.28-.76.51-1.18.69l-.26 1.85c-.03.17-.18.3-.35.3h-2.8c-.17 0-.32-.13-.35-.29l-.26-1.85c-.43-.18-.82-.41-1.18-.69l-1.74.7c-.16.06-.34 0-.43-.15l-1.4-2.42c-.09-.15-.05-.34.08-.45l1.48-1.16c-.03-.23-.05-.46-.05-.69 0-.23.02-.46.05-.68l-1.48-1.16c-.13-.11-.17-.3-.08-.45l1.4-2.42c.09-.15.27-.21.43-.15l1.74.7c.36-.28.76-.51 1.18-.69l.26-1.85c.03-.17.18-.3.35-.3h2.8c.17 0 .32.13.35.29l.26 1.85c.43.18.82.41 1.18.69l1.74-.7c.16-.06.34 0 .43.15l1.4 2.42c.09.15.05.34-.08.45l-1.48 1.16c.03.23.05.46.05.69zM19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.11 0 2-.9 2-2V5c0-1.1-.89-2-2-2z"/>',settings_backup_restore:'<path d="M14 12c0-1.1-.9-2-2-2s-2 .9-2 2 .9 2 2 2 2-.9 2-2z"/><path d="M12 3c-4.97 0-9 4.03-9 9H0l4 4 4-4H5c0-3.87 3.13-7 7-7s7 3.13 7 7-3.13 7-7 7c-1.51 0-2.91-.49-4.06-1.3l-1.42 1.44C8.04 20.3 9.94 21 12 21c4.97 0 9-4.03 9-9s-4.03-9-9-9z"/>',settings_bluetooth:'<path d="M15 24h2v-2h-2v2zm-8 0h2v-2H7v2zm4 0h2v-2h-2v2z"/><path d="M14.88 14.29L13 16.17v-3.76l1.88 1.88zM13 3.83l1.88 1.88L13 7.59V3.83zm4.71 1.88L12 0h-1v7.59L6.41 3 5 4.41 10.59 10 5 15.59 6.41 17 11 12.41V20h1l5.71-5.71-4.3-4.29 4.3-4.29z"/>',settings_brightness:'<path d="M21 19.01H3V4.99h18v14.02zM21 3H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"/><path d="M12 9c1.66 0 3 1.34 3 3s-1.34 3-3 3V9zm-4 7h2.5l1.5 1.5 1.5-1.5H16v-2.5l1.5-1.5-1.5-1.5V8h-2.5L12 6.5 10.5 8H8v2.5L6.5 12 8 13.5V16z"/>',settings_cell:'<path d="M15 24h2v-2h-2v2zm-4 0h2v-2h-2v2zm-4 0h2v-2H7v2z"/><path d="M16 16H8V4h8v12zM16 .01L8 0C6.9 0 6 .9 6 2v16c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V2c0-1.1-.9-1.99-2-1.99z"/>',settings_ethernet:'<path d="M7.77 6.76L6.23 5.48.82 12l5.41 6.52 1.54-1.28L3.42 12l4.35-5.24z"/><path d="M11 13h2v-2h-2v2zm6-2h-2v2h2v-2zM7 13h2v-2H7v2z"/><path d="M17.77 5.48l-1.54 1.28L20.58 12l-4.35 5.24 1.54 1.28L23.18 12l-5.41-6.52z"/>',settings_input_antenna:'<path d="M12 5c-3.87 0-7 3.13-7 7h2c0-2.76 2.24-5 5-5s5 2.24 5 5h2c0-3.87-3.13-7-7-7z"/><path d="M13 14.29c.88-.39 1.5-1.26 1.5-2.29 0-1.38-1.12-2.5-2.5-2.5S9.5 10.62 9.5 12c0 1.02.62 1.9 1.5 2.29v3.3L7.59 21 9 22.41l3-3 3 3L16.41 21 13 17.59v-3.3z"/><path d="M12 1C5.93 1 1 5.93 1 12h2c0-4.97 4.03-9 9-9s9 4.03 9 9h2c0-6.07-4.93-11-11-11z"/>',settings_input_component:'<path d="M1 16c0 1.3.84 2.4 2 2.82V23h2v-4.18C6.16 18.4 7 17.3 7 16v-2H1v2zM5 2c0-.55-.45-1-1-1s-1 .45-1 1v4H1v6h6V6H5V2z"/><path d="M13 2c0-.55-.45-1-1-1s-1 .45-1 1v4H9v6h6V6h-2V2zM9 16c0 1.3.84 2.4 2 2.82V23h2v-4.18c1.16-.41 2-1.51 2-2.82v-2H9v2z"/><path d="M17 16c0 1.3.84 2.4 2 2.82V23h2v-4.18c1.16-.41 2-1.51 2-2.82v-2h-6v2zm4-10V2c0-.55-.45-1-1-1s-1 .45-1 1v4h-2v6h6V6h-2z"/>',settings_input_composite:'<path d="M1 16c0 1.3.84 2.4 2 2.82V23h2v-4.18C6.16 18.4 7 17.3 7 16v-2H1v2zM5 2c0-.55-.45-1-1-1s-1 .45-1 1v4H1v6h6V6H5V2z"/><path d="M13 2c0-.55-.45-1-1-1s-1 .45-1 1v4H9v6h6V6h-2V2zM9 16c0 1.3.84 2.4 2 2.82V23h2v-4.18c1.16-.41 2-1.51 2-2.82v-2H9v2z"/><path d="M17 16c0 1.3.84 2.4 2 2.82V23h2v-4.18c1.16-.41 2-1.51 2-2.82v-2h-6v2zm4-10V2c0-.55-.45-1-1-1s-1 .45-1 1v4h-2v6h6V6h-2z"/>',settings_input_hdmi:'<path d="M18 7V4c0-1.1-.9-2-2-2H8c-1.1 0-2 .9-2 2v3H5v6l3 6v3h8v-3l3-6V7h-1zM8 4h8v3h-2V5h-1v2h-2V5h-1v2H8V4z"/>',settings_input_svideo:'<path d="M15 6.5c0-.83-.67-1.5-1.5-1.5h-3C9.67 5 9 5.67 9 6.5S9.67 8 10.5 8h3c.83 0 1.5-.67 1.5-1.5z"/><path d="M8.5 15c-.83 0-1.5.67-1.5 1.5S7.67 18 8.5 18s1.5-.67 1.5-1.5S9.33 15 8.5 15zM8 11.5c0-.83-.67-1.5-1.5-1.5S5 10.67 5 11.5 5.67 13 6.5 13 8 12.33 8 11.5z"/><path d="M12 21c-4.96 0-9-4.04-9-9s4.04-9 9-9 9 4.04 9 9-4.04 9-9 9zm0-20C5.93 1 1 5.93 1 12s4.93 11 11 11 11-4.93 11-11S18.07 1 12 1z"/><path d="M15.5 15c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zm2-5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5z"/>',settings_overscan:'<path d="M14 16h-4l2.01 2.5L14 16zm-8-6l-2.5 2.01L6 14v-4zm12 0v4l2.5-1.99L18 10zm-5.99-4.5L10 8h4l-1.99-2.5z"/><path d="M21 19.01H3V4.99h18v14.02zM21 3H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"/>',settings_phone:'<path d="M20 15.5c-1.25 0-2.45-.2-3.57-.57-.35-.11-.74-.03-1.02.24l-2.2 2.2c-2.83-1.44-5.15-3.75-6.59-6.58l2.2-2.21c.28-.27.36-.66.25-1.01C8.7 6.45 8.5 5.25 8.5 4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.5c0-.55-.45-1-1-1z"/><path d="M19 9v2h2V9h-2zm-2 0h-2v2h2V9zm-4 0h-2v2h2V9z"/>',settings_power:'<path d="M13 2h-2v10h2V2z"/><path d="M16.56 4.44l-1.45 1.45C16.84 6.94 18 8.83 18 11c0 3.31-2.69 6-6 6s-6-2.69-6-6c0-2.17 1.16-4.06 2.88-5.12L7.44 4.44C5.36 5.88 4 8.28 4 11c0 4.42 3.58 8 8 8s8-3.58 8-8c0-2.72-1.36-5.12-3.44-6.56z"/><path d="M15 24h2v-2h-2v2zm-4 0h2v-2h-2v2zm-4 0h2v-2H7v2z"/>',settings_remote:'<path d="M12 15c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm3-6H9c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h6c.55 0 1-.45 1-1V10c0-.55-.45-1-1-1z"/><path d="M7.05 6.05l1.41 1.41C9.37 6.56 10.62 6 12 6s2.63.56 3.54 1.46l1.41-1.41C15.68 4.78 13.93 4 12 4c-1.93 0-3.68.78-4.95 2.05z"/><path d="M12 0C8.96 0 6.21 1.23 4.22 3.22l1.41 1.41C7.26 3.01 9.51 2 12 2s4.74 1.01 6.36 2.64l1.41-1.41C17.79 1.23 15.04 0 12 0z"/>',settings_voice:'<path d="M12 13c1.66 0 2.99-1.34 2.99-3L15 4c0-1.66-1.34-3-3-3S9 2.34 9 4v6c0 1.66 1.34 3 3 3z"/><path d="M15 24h2v-2h-2v2zm-4 0h2v-2h-2v2zm-4 0h2v-2H7v2z"/><path d="M19 10h-1.7c0 3-2.54 5.1-5.3 5.1S6.7 13 6.7 10H5c0 3.41 2.72 6.23 6 6.72V20h2v-3.28c3.28-.49 6-3.31 6-6.72z"/>',shop:'<path d="M16 6V4c0-1.11-.89-2-2-2h-4c-1.11 0-2 .89-2 2v2H2v13c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V6h-6zm-6-2h4v2h-4V4zM9 18V9l7.5 4L9 18z"/>',shop_two:'<path d="M3 9H1v11c0 1.11.89 2 2 2h14c1.11 0 2-.89 2-2H3V9z"/><path d="M12 15V8l5.5 3-5.5 4zm0-12h4v2h-4V3zm6 2V3c0-1.11-.89-2-2-2h-4c-1.11 0-2 .89-2 2v2H5v11c0 1.11.89 2 2 2h14c1.11 0 2-.89 2-2V5h-5z"/>',shopping_basket:'<path d="M17.21 9l-4.38-6.56c-.19-.28-.51-.42-.83-.42-.32 0-.64.14-.83.43L6.79 9H2c-.55 0-1 .45-1 1 0 .09.01.18.04.27l2.54 9.27c.23.84 1 1.46 1.92 1.46h13c.92 0 1.69-.62 1.93-1.46l2.54-9.27L23 10c0-.55-.45-1-1-1h-4.79zM9 9l3-4.4L15 9H9zm3 8c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"/>',shopping_cart:'<path d="M7 18c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2-.9-2-2-2z"/><path d="M1 2v2h2l3.6 7.59-1.35 2.45c-.16.28-.25.61-.25.96 0 1.1.9 2 2 2h12v-2H7.42c-.14 0-.25-.11-.25-.25l.03-.12.9-1.63h7.45c.75 0 1.41-.41 1.75-1.03l3.58-6.49c.08-.14.12-.31.12-.48 0-.55-.45-1-1-1H5.21l-.94-2H1z"/><path d="M17 18c-1.1 0-1.99.9-1.99 2s.89 2 1.99 2 2-.9 2-2-.9-2-2-2z"/>',speaker_notes:'<path d="M20 2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zM8 14H6v-2h2v2zm0-3H6V9h2v2zm0-3H6V6h2v2zm7 6h-5v-2h5v2zm3-3h-8V9h8v2zm0-3h-8V6h8v2z"/>',speaker_notes_off:'<path d="M6 11V9l2 2H6zm2 3H6v-2h2v2zm2.54-3l-.54-.54L7.54 8 6 6.46 2.38 2.84 1.27 1.73 0 3l2.01 2.01L2 22l4-4h9l5.73 5.73L22 22.46 17.54 18l-7-7z"/><path d="M20 2H4.08L10 7.92V6h8v2h-7.92l1 1H18v2h-4.92l6.99 6.99C21.14 17.95 22 17.08 22 16V4c0-1.1-.9-2-2-2z"/>',spellcheck:'<path d="M6.43 11L8.5 5.48 10.57 11H6.43zm6.02 5h2.09L9.43 3H7.57L2.46 16h2.09l1.12-3h5.64l1.14 3z"/><path d="M21.59 11.59l-8.09 8.09L9.83 16l-1.41 1.41 5.09 5.09L23 13l-1.41-1.41z"/>',star_rate:'<path d="M12 14.3l3.71 2.7-1.42-4.36L18 10h-4.55L12 5.5 10.55 10H6l3.71 2.64L8.29 17z"/>',stars:'<path d="M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zm4.24 16L12 15.45 7.77 18l1.12-4.81-3.73-3.23 4.92-.42L12 5l1.92 4.53 4.92.42-3.73 3.23L16.23 18z"/>',store:'<path d="M20 4H4v2h16V4z"/><path d="M12 18H6v-4h6v4zm9-4v-2l-1-5H4l-1 5v2h1v6h10v-6h4v6h2v-6h1z"/>',subject:'<path d="M14 17H4v2h10v-2z"/><path d="M20 9H4v2h16V9z"/><path d="M4 15h16v-2H4v2z"/><path d="M4 5v2h16V5H4z"/>',supervisor_account:'<path d="M16.5 12c1.38 0 2.49-1.12 2.49-2.5S17.88 7 16.5 7C15.12 7 14 8.12 14 9.5s1.12 2.5 2.5 2.5z"/><path d="M9 11c1.66 0 2.99-1.34 2.99-3S10.66 5 9 5C7.34 5 6 6.34 6 8s1.34 3 3 3z"/><path d="M16.5 14c-1.83 0-5.5.92-5.5 2.75V19h11v-2.25c0-1.83-3.67-2.75-5.5-2.75z"/><path d="M9 13c-2.33 0-7 1.17-7 3.5V19h7v-2.25c0-.85.33-2.34 2.37-3.47C10.5 13.1 9.66 13 9 13z"/>',swap_horiz:'<path d="M6.99 11L3 15l3.99 4v-3H14v-2H6.99v-3z"/><path d="M21 9l-3.99-4v3H10v2h7.01v3L21 9z"/>',swap_vert:'<path d="M16 17.01V10h-2v7.01h-3L15 21l4-3.99h-3z"/><path d="M9 3L5 6.99h3V14h2V6.99h3L9 3z"/>',swap_vertial_circle:'<path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM6.5 9L10 5.5 13.5 9H11v4H9V9H6.5zm11 6L14 18.5 10.5 15H13v-4h2v4h2.5z"/>',system_update_alt:'<path d="M12 16.5l4-4h-3v-9h-2v9H8l4 4z"/><path d="M21 3.5h-6v1.99h6v14.03H3V5.49h6V3.5H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2v-14c0-1.1-.9-2-2-2z"/>',tab:'<path d="M21 3H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H3V5h10v4h8v10z"/>',tab_unselected:'<path d="M1 9h2V7H1v2z"/><path d="M1 13h2v-2H1v2z"/><path d="M1 5h2V3c-1.1 0-2 .9-2 2z"/><path d="M9 21h2v-2H9v2z"/><path d="M1 17h2v-2H1v2z"/><path d="M3 21v-2H1c0 1.1.9 2 2 2z"/><path d="M21 3h-8v6h10V5c0-1.1-.9-2-2-2z"/><path d="M21 17h2v-2h-2v2z"/><path d="M9 5h2V3H9v2z"/><path d="M5 21h2v-2H5v2z"/><path d="M5 5h2V3H5v2z"/><path d="M21 21c1.1 0 2-.9 2-2h-2v2z"/><path d="M21 13h2v-2h-2v2z"/><path d="M13 21h2v-2h-2v2z"/><path d="M17 21h2v-2h-2v2z"/>', -theaters:'<path d="M18 3v2h-2V3H8v2H6V3H4v18h2v-2h2v2h8v-2h2v2h2V3h-2zM8 17H6v-2h2v2zm0-4H6v-2h2v2zm0-4H6V7h2v2zm10 8h-2v-2h2v2zm0-4h-2v-2h2v2zm0-4h-2V7h2v2z"/>',thumb_down:'<path d="M15 3H6c-.83 0-1.54.5-1.84 1.22l-3.02 7.05c-.09.23-.14.47-.14.73v1.91l.01.01L1 14c0 1.1.9 2 2 2h6.31l-.95 4.57-.03.32c0 .41.17.79.44 1.06L9.83 23l6.59-6.59c.36-.36.58-.86.58-1.41V5c0-1.1-.9-2-2-2z"/><path d="M19 3v12h4V3h-4z"/>',thumb_up:'<path d="M1 21h4V9H1v12z"/><path d="M23 10c0-1.1-.9-2-2-2h-6.31l.95-4.57.03-.32c0-.41-.17-.79-.44-1.06L14.17 1 7.59 7.59C7.22 7.95 7 8.45 7 9v10c0 1.1.9 2 2 2h9c.83 0 1.54-.5 1.84-1.22l3.02-7.05c.09-.23.14-.47.14-.73v-1.91l-.01-.01L23 10z"/>',thumbs_up_down:'<path d="M12 6c0-.55-.45-1-1-1H5.82l.66-3.18.02-.23c0-.31-.13-.59-.33-.8L5.38 0 .44 4.94C.17 5.21 0 5.59 0 6v6.5c0 .83.67 1.5 1.5 1.5h6.75c.62 0 1.15-.38 1.38-.91l2.26-5.29c.07-.17.11-.36.11-.55V6z"/><path d="M22.5 10h-6.75c-.62 0-1.15.38-1.38.91l-2.26 5.29c-.07.17-.11.36-.11.55V18c0 .55.45 1 1 1h5.18l-.66 3.18-.02.24c0 .31.13.59.33.8l.79.78 4.94-4.94c.27-.27.44-.65.44-1.06v-6.5c0-.83-.67-1.5-1.5-1.5z"/>',timeline:'<path d="M23 8c0 1.1-.9 2-2 2-.18 0-.35-.02-.51-.07l-3.56 3.55c.05.16.07.34.07.52 0 1.1-.9 2-2 2s-2-.9-2-2c0-.18.02-.36.07-.52l-2.55-2.55c-.16.05-.34.07-.52.07s-.36-.02-.52-.07l-4.55 4.56c.05.16.07.33.07.51 0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2c.18 0 .35.02.51.07l4.56-4.55C8.02 9.36 8 9.18 8 9c0-1.1.9-2 2-2s2 .9 2 2c0 .18-.02.36-.07.52l2.55 2.55c.16-.05.34-.07.52-.07s.36.02.52.07l3.55-3.56C19.02 8.35 19 8.18 19 8c0-1.1.9-2 2-2s2 .9 2 2z"/>',toc:'<path d="M3 9h14V7H3v2z"/><path d="M3 13h14v-2H3v2z"/><path d="M3 17h14v-2H3v2z"/><path d="M19 13h2v-2h-2v2zm0-6v2h2V7h-2zm0 10h2v-2h-2v2z"/>',today:'<path d="M19 19H5V8h14v11zm0-16h-1V1h-2v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"/><path d="M7 10h5v5H7z"/>',toll:'<path d="M3 12c0-2.61 1.67-4.83 4-5.65V4.26C3.55 5.15 1 8.27 1 12s2.55 6.85 6 7.74v-2.09c-2.33-.82-4-3.04-4-5.65z"/>',touch_app:'<path d="M9 11.24V7.5a2.5 2.5 0 0 1 5 0v3.74c1.21-.81 2-2.18 2-3.74C16 5.01 13.99 3 11.5 3S7 5.01 7 7.5c0 1.56.79 2.93 2 3.74z"/><path d="M18.84 15.87l-4.54-2.26c-.17-.07-.35-.11-.54-.11H13v-6c0-.83-.67-1.5-1.5-1.5S10 6.67 10 7.5v10.74l-3.43-.72c-.08-.01-.15-.03-.24-.03-.31 0-.59.13-.79.33l-.79.8 4.94 4.94c.27.27.65.44 1.06.44h6.79c.75 0 1.33-.55 1.44-1.28l.75-5.27c.01-.07.02-.14.02-.2 0-.62-.38-1.16-.91-1.38z"/>',track_changes:'<path d="M19.07 4.93l-1.41 1.41C19.1 7.79 20 9.79 20 12c0 4.42-3.58 8-8 8s-8-3.58-8-8c0-4.08 3.05-7.44 7-7.93v2.02C8.16 6.57 6 9.03 6 12c0 3.31 2.69 6 6 6s6-2.69 6-6c0-1.66-.67-3.16-1.76-4.24l-1.41 1.41C15.55 9.9 16 10.9 16 12c0 2.21-1.79 4-4 4s-4-1.79-4-4c0-1.86 1.28-3.41 3-3.86v2.14c-.6.35-1 .98-1 1.72 0 1.1.9 2 2 2s2-.9 2-2c0-.74-.4-1.38-1-1.72V2h-1C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10c0-2.76-1.12-5.26-2.93-7.07z"/>',translate:'<path d="M12.87 15.07l-2.54-2.51.03-.03c1.74-1.94 2.98-4.17 3.71-6.53H17V4h-7V2H8v2H1v1.99h11.17C11.5 7.92 10.44 9.75 9 11.35 8.07 10.32 7.3 9.19 6.69 8h-2c.73 1.63 1.73 3.17 2.98 4.56l-5.09 5.02L4 19l5-5 3.11 3.11.76-2.04z"/><path d="M15.88 17l1.62-4.33L19.12 17h-3.24zm2.62-7h-2L12 22h2l1.12-3h4.75L21 22h2l-4.5-12z"/>',trending_down:'<path d="M16 18l2.29-2.29-4.88-4.88-4 4L2 7.41 3.41 6l6 6 4-4 6.3 6.29L22 12v6z"/>',trending_flat:'<path d="M22 12l-4-4v3H3v2h15v3z"/>',trending_up:'<path d="M16 6l2.29 2.29-4.88 4.88-4-4L2 16.59 3.41 18l6-6 4 4 6.3-6.29L22 12V6z"/>',turned_in:'<path d="M17 3H7c-1.1 0-1.99.9-1.99 2L5 21l7-3 7 3V5c0-1.1-.9-2-2-2z"/>',turned_in_not:'<path d="M17 3H7c-1.1 0-1.99.9-1.99 2L5 21l7-3 7 3V5c0-1.1-.9-2-2-2zm0 15l-5-2.18L7 18V5h10v13z"/>',update:'<path d="M21 10.12h-6.78l2.74-2.82c-2.73-2.7-7.15-2.8-9.88-.1a6.875 6.875 0 0 0 0 9.79 7.02 7.02 0 0 0 9.88 0C18.32 15.65 19 14.08 19 12.1h2c0 1.98-.88 4.55-2.64 6.29-3.51 3.48-9.21 3.48-12.72 0-3.5-3.47-3.53-9.11-.02-12.58a8.987 8.987 0 0 1 12.65 0L21 3v7.12z"/><path d="M12.5 8v4.25l3.5 2.08-.72 1.21L11 13V8h1.5z"/>',verified_user:'<path d="M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm-2 16l-4-4 1.41-1.41L10 14.17l6.59-6.59L18 9l-8 8z"/>',view_agenda:'<path d="M20 13H3c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1h17c.55 0 1-.45 1-1v-6c0-.55-.45-1-1-1z"/><path d="M20 3H3c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1h17c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1z"/>',view_array:'<path d="M4 18h3V5H4v13z"/><path d="M18 5v13h3V5h-3z"/><path d="M8 18h9V5H8v13z"/>',view_carousel:'<path d="M7 19h10V4H7v15z"/><path d="M2 17h4V6H2v11z"/><path d="M18 6v11h4V6h-4z"/>',view_column:'<path d="M10 18h5V5h-5v13z"/><path d="M4 18h5V5H4v13z"/><path d="M16 5v13h5V5h-5z"/>',view_day:'<path d="M2 21h19v-3H2v3z"/><path d="M20 8H3c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1h17c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1z"/><path d="M2 3v3h19V3H2z"/>',view_headline:'<path d="M4 15h17v-2H4v2z"/><path d="M4 19h17v-2H4v2z"/><path d="M4 11h17V9H4v2z"/><path d="M4 5v2h17V5H4z"/>',view_list:'<path d="M4 14h4v-4H4v4z"/><path d="M4 19h4v-4H4v4z"/><path d="M4 9h4V5H4v4z"/><path d="M9 14h12v-4H9v4z"/><path d="M9 19h12v-4H9v4z"/><path d="M9 5v4h12V5H9z"/>',view_module:'<path d="M4 11h5V5H4v6z"/><path d="M4 18h5v-6H4v6z"/><path d="M10 18h5v-6h-5v6z"/><path d="M16 18h5v-6h-5v6z"/><path d="M10 11h5V5h-5v6z"/><path d="M16 5v6h5V5h-5z"/>',view_quilt:'<path d="M10 18h5v-6h-5v6z"/><path d="M4 18h5V5H4v13z"/><path d="M16 18h5v-6h-5v6z"/><path d="M10 5v6h11V5H10z"/>',view_stream:'<path d="M4 18h17v-6H4v6z"/><path d="M4 5v6h17V5H4z"/>',view_week:'<path d="M6 5H3c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h3c.55 0 1-.45 1-1V6c0-.55-.45-1-1-1z"/><path d="M20 5h-3c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h3c.55 0 1-.45 1-1V6c0-.55-.45-1-1-1z"/><path d="M13 5h-3c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h3c.55 0 1-.45 1-1V6c0-.55-.45-1-1-1z"/>',visibility:'<path d="M12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm0-12.5C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5c-1.73-4.39-6-7.5-11-7.5z"/><path d="M12 9c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z"/>',visibility_off:'<path d="M12 7c2.76 0 5 2.24 5 5 0 .65-.13 1.26-.36 1.83l2.92 2.92c1.51-1.26 2.7-2.89 3.43-4.75-1.73-4.39-6-7.5-11-7.5-1.4 0-2.74.25-3.98.7l2.16 2.16C10.74 7.13 11.35 7 12 7z"/><path d="M7.53 9.8l1.55 1.55c-.05.21-.08.43-.08.65 0 1.66 1.34 3 3 3 .22 0 .44-.03.65-.08l1.55 1.55c-.67.33-1.41.53-2.2.53-2.76 0-5-2.24-5-5 0-.79.2-1.53.53-2.2zM2 4.27l2.28 2.28.46.46A11.804 11.804 0 0 0 1 12c1.73 4.39 6 7.5 11 7.5 1.55 0 3.03-.3 4.38-.84l.42.42L19.73 22 21 20.73 3.27 3 2 4.27z"/><path d="M11.84 9.02l3.15 3.15.02-.16c0-1.66-1.34-3-3-3l-.17.01z"/>',watch_later:'<path d="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zm4.2 14.2L11 13V7h1.5v5.2l4.5 2.7-.8 1.3z"/>',work:'<path d="M20 6h-4V4c0-1.11-.89-2-2-2h-4c-1.11 0-2 .89-2 2v2H4c-1.11 0-1.99.89-1.99 2L2 19c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V8c0-1.11-.89-2-2-2zm-6 0h-4V4h4v2z"/>',youtube_searched_for:'<path d="M17.01 14h-.8l-.27-.27c.98-1.14 1.57-2.61 1.57-4.23 0-3.59-2.91-6.5-6.5-6.5s-6.5 3-6.5 6.5H2l3.84 4 4.16-4H6.51C6.51 7 8.53 5 11.01 5s4.5 2.01 4.5 4.5c0 2.48-2.02 4.5-4.5 4.5-.65 0-1.26-.14-1.82-.38L7.71 15.1c.97.57 2.09.9 3.3.9 1.61 0 3.08-.59 4.22-1.57l.27.27v.79l5.01 4.99L22 19l-4.99-5z"/>',zoom_in:'<path d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/><path d="M12 10h-2v2H9v-2H7V9h2V7h1v2h2v1z"/>',zoom_out:'<path d="M9.5 14C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14zm6 0h-.79l-.28-.27A6.471 6.471 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5z"/><path d="M7 9h5v1H7z"/>',add_alert:'<path d="M10.01 21.01c0 1.1.89 1.99 1.99 1.99s1.99-.89 1.99-1.99h-3.98zm8.87-4.19V11c0-3.25-2.25-5.97-5.29-6.69v-.72C13.59 2.71 12.88 2 12 2s-1.59.71-1.59 1.59v.72C7.37 5.03 5.12 7.75 5.12 11v5.82L3 18.94V20h18v-1.06l-2.12-2.12zM16 13.01h-3v3h-2v-3H8V11h3V8h2v3h3v2.01z"/>',error:'<path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"/>',error_outline:'<path d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/>',warning:'<path d="M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z"/>',add_to_queue:'<path d="M21 17H3V5h18v12zm0-14H3c-1.11 0-2 .89-2 2v12a2 2 0 0 0 2 2h5v2h8v-2h5c1.1 0 1.99-.9 1.99-2L23 5a2 2 0 0 0-2-2z"/><path d="M16 10v2h-3v3h-2v-3H8v-2h3V7h2v3h3z"/>',airplay:'<path d="M6 22h12l-6-6z"/><path d="M21 3H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h4v-2H3V5h18v12h-4v2h4c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"/>',album:'<path d="M12 16.5c-2.49 0-4.5-2.01-4.5-4.5S9.51 7.5 12 7.5s4.5 2.01 4.5 4.5-2.01 4.5-4.5 4.5zM12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2z"/><path d="M12 11c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1z"/>',art_track:'<path d="M22 13h-8v-2h8v2z"/><path d="M22 7h-8v2h8V7z"/><path d="M14 17h8v-2h-8v2z"/><path d="M10.5 15l-2.25-3-1.75 2.26-1.25-1.51L3.5 15h7zM12 9v6c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V9c0-1.1.9-2 2-2h6c1.1 0 2 .9 2 2z"/>',av_timer:'<path d="M11 17c0 .55.45 1 1 1s1-.45 1-1-.45-1-1-1-1 .45-1 1z"/><path d="M11 3v4h2V5.08c3.39.49 6 3.39 6 6.92 0 3.87-3.13 7-7 7s-7-3.13-7-7c0-1.68.59-3.22 1.58-4.42L12 13l1.41-1.41-6.8-6.8v.02C4.42 6.45 3 9.05 3 12c0 4.97 4.02 9 9 9 4.97 0 9-4.03 9-9s-4.03-9-9-9h-1z"/><path d="M18 12c0-.55-.45-1-1-1s-1 .45-1 1 .45 1 1 1 1-.45 1-1z"/><path d="M6 12c0 .55.45 1 1 1s1-.45 1-1-.45-1-1-1-1 .45-1 1z"/>',branding_watermark:'<path d="M21 3H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16h-9v-6h9v6z"/>',call_to_action:'<path d="M21 3H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H3v-3h18v3z"/>',closed_caption:'<path d="M19 4H5c-1.11 0-2 .9-2 2v12c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-8 7H9.5v-.5h-2v3h2V13H11v1c0 .55-.45 1-1 1H7c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1h3c.55 0 1 .45 1 1v1zm7 0h-1.5v-.5h-2v3h2V13H18v1c0 .55-.45 1-1 1h-3c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1h3c.55 0 1 .45 1 1v1z"/>',equalizer:'<path d="M10 20h4V4h-4v16z"/><path d="M4 20h4v-8H4v8z"/><path d="M16 9v11h4V9h-4z"/>',explicit:'<path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-4 6h-4v2h4v2h-4v2h4v2H9V7h6v2z"/>',fast_forward:'<path d="M4 18l8.5-6L4 6v12z"/><path d="M13 6v12l8.5-6L13 6z"/>',fast_rewind:'<path d="M11 18V6l-8.5 6 8.5 6z"/><path d="M11.5 12l8.5 6V6l-8.5 6z"/>',featured_play_list:'<path d="M21 3H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-9 8H3V9h9v2zm0-4H3V5h9v2z"/>',featured_video:'<path d="M21 3H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-9 9H3V5h9v7z"/>',fibre_dvr:'<path d="M17.5 10.5h2v1h-2zm-13 0h2v3h-2zM21 3H3c-1.11 0-2 .89-2 2v14c0 1.1.89 2 2 2h18c1.11 0 2-.9 2-2V5c0-1.11-.89-2-2-2zM8 13.5c0 .85-.65 1.5-1.5 1.5H3V9h3.5c.85 0 1.5.65 1.5 1.5v3zm4.62 1.5h-1.5L9.37 9h1.5l1 3.43 1-3.43h1.5l-1.75 6zM21 11.5c0 .6-.4 1.15-.9 1.4L21 15h-1.5l-.85-2H17.5v2H16V9h3.5c.85 0 1.5.65 1.5 1.5v1z"/>',fiber_manual_record:'<circle cx="12" cy="12" r="8"/>',fibre_new:'<path d="M20 4H4c-1.11 0-1.99.89-1.99 2L2 18c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V6c0-1.11-.89-2-2-2zM8.5 15H7.3l-2.55-3.5V15H3.5V9h1.25l2.5 3.5V9H8.5v6zm5-4.74H11v1.12h2.5v1.26H11v1.11h2.5V15h-4V9h4v1.26zm7 3.74c0 .55-.45 1-1 1h-4c-.55 0-1-.45-1-1V9h1.25v4.51h1.13V9.99h1.25v3.51h1.12V9h1.25v5z"/>',fibre_pin:'<path d="M5.5 10.5h2v1h-2zM20 4H4c-1.11 0-1.99.89-1.99 2L2 18c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V6c0-1.11-.89-2-2-2zM9 11.5c0 .85-.65 1.5-1.5 1.5h-2v2H4V9h3.5c.85 0 1.5.65 1.5 1.5v1zm3.5 3.5H11V9h1.5v6zm7.5 0h-1.2l-2.55-3.5V15H15V9h1.25l2.5 3.5V9H20v6z"/>',fibre_smart_record:'<path d="M17 4.26v2.09c2.33.82 4 3.04 4 5.65s-1.67 4.83-4 5.65v2.09c3.45-.89 6-4.01 6-7.74s-2.55-6.85-6-7.74z"/>',forward_10:'<path d="M4 13c0 4.4 3.6 8 8 8s8-3.6 8-8h-2c0 3.3-2.7 6-6 6s-6-2.7-6-6 2.7-6 6-6v4l5-5-5-5v4c-4.4 0-8 3.6-8 8z"/><path d="M10.8 16H10v-3.3L9 13v-.7l1.8-.6h.1V16z"/><path d="M14.3 13.4v-.5s-.1-.2-.1-.3c0-.1-.1-.1-.2-.2s-.2-.1-.3-.1c-.1 0-.2 0-.3.1l-.2.2s-.1.2-.1.3v2s.1.2.1.3c0 .1.1.1.2.2s.2.1.3.1c.1 0 .2 0 .3-.1l.2-.2s.1-.2.1-.3v-1.5zm.8.8c0 .3 0 .6-.1.8l-.3.6s-.3.3-.5.3-.4.1-.6.1c-.2 0-.4 0-.6-.1-.2-.1-.3-.2-.5-.3-.2-.1-.2-.3-.3-.6-.1-.3-.1-.5-.1-.8v-.7c0-.3 0-.6.1-.8l.3-.6s.3-.3.5-.3.4-.1.6-.1c.2 0 .4 0 .6.1.2.1.3.2.5.3.2.1.2.3.3.6.1.3.1.5.1.8v.7z"/>',forward_30:'<path d="M9.6 13.5h.4c.2 0 .4-.1.5-.2.1-.1.2-.2.2-.4v-.2s-.1-.1-.1-.2-.1-.1-.2-.1h-.5s-.1.1-.2.1-.1.1-.1.2v.2h-1c0-.2 0-.3.1-.5s.2-.3.3-.4c.1-.1.3-.2.4-.2.1 0 .4-.1.5-.1.2 0 .4 0 .6.1.2.1.3.1.5.2s.2.2.3.4c.1.2.1.3.1.5v.3s-.1.2-.1.3c0 .1-.1.2-.2.2s-.2.1-.3.2c.2.1.4.2.5.4.1.2.2.4.2.6 0 .2 0 .4-.1.5-.1.1-.2.3-.3.4-.1.1-.3.2-.5.2s-.4.1-.6.1c-.2 0-.4 0-.5-.1-.1-.1-.3-.1-.5-.2s-.2-.2-.3-.4c-.1-.2-.1-.4-.1-.6h.8v.2s.1.1.1.2.1.1.2.1h.5s.1-.1.2-.1.1-.1.1-.2v-.5s-.1-.1-.1-.2-.1-.1-.2-.1h-.6v-.7z"/><path d="M14.4 13.4v-.5s-.1-.2-.1-.3c0-.1-.1-.1-.2-.2s-.2-.1-.3-.1c-.1 0-.2 0-.3.1l-.2.2s-.1.2-.1.3v2s.1.2.1.3c0 .1.1.1.2.2s.2.1.3.1c.1 0 .2 0 .3-.1l.2-.2s.1-.2.1-.3v-1.5zm.9.8c0 .3 0 .6-.1.8l-.3.6s-.3.3-.5.3-.4.1-.6.1c-.2 0-.4 0-.6-.1-.2-.1-.3-.2-.5-.3-.2-.1-.2-.3-.3-.6-.1-.3-.1-.5-.1-.8v-.7c0-.3 0-.6.1-.8l.3-.6s.3-.3.5-.3.4-.1.6-.1c.2 0 .4 0 .6.1.2.1.3.2.5.3.2.1.2.3.3.6.1.3.1.5.1.8v.7z"/><path d="M4 13c0 4.4 3.6 8 8 8s8-3.6 8-8h-2c0 3.3-2.7 6-6 6s-6-2.7-6-6 2.7-6 6-6v4l5-5-5-5v4c-4.4 0-8 3.6-8 8z"/>',forward_5:'<path d="M4 13c0 4.4 3.6 8 8 8s8-3.6 8-8h-2c0 3.3-2.7 6-6 6s-6-2.7-6-6 2.7-6 6-6v4l5-5-5-5v4c-4.4 0-8 3.6-8 8z"/><path d="M10.7 13.9l.2-2.2h2.4v.7h-1.7l-.1.9s.1 0 .1-.1.1 0 .1-.1.1 0 .2 0h.2c.2 0 .4 0 .5.1.1.1.3.2.4.3.1.1.2.3.3.5.1.2.1.4.1.6 0 .2 0 .4-.1.5-.1.1-.1.3-.3.5-.2.2-.3.2-.5.3-.2.1-.4.1-.6.1-.2 0-.4 0-.5-.1-.1-.1-.3-.1-.5-.2s-.2-.2-.3-.4c-.1-.2-.1-.3-.1-.5h.8c0 .2.1.3.2.4.1.1.2.1.4.1.1 0 .2 0 .3-.1l.2-.2s.1-.2.1-.3v-.6l-.1-.2-.2-.2s-.2-.1-.3-.1h-.2s-.1 0-.2.1-.1 0-.1.1-.1.1-.1.1h-.6z"/>',games:'<path d="M15 7.5V2H9v5.5l3 3 3-3z"/><path d="M7.5 9H2v6h5.5l3-3-3-3z"/><path d="M9 16.5V22h6v-5.5l-3-3-3 3z"/><path d="M16.5 9l-3 3 3 3H22V9h-5.5z"/>',hd:'<path d="M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-8 12H9.5v-2h-2v2H6V9h1.5v2.5h2V9H11v6zm2-6h4c.55 0 1 .45 1 1v4c0 .55-.45 1-1 1h-4V9zm1.5 4.5h2v-3h-2v3z"/>',hearing:'<path d="M17 20c-.29 0-.56-.06-.76-.15-.71-.37-1.21-.88-1.71-2.38-.51-1.56-1.47-2.29-2.39-3-.79-.61-1.61-1.24-2.32-2.53C9.29 10.98 9 9.93 9 9c0-2.8 2.2-5 5-5s5 2.2 5 5h2c0-3.93-3.07-7-7-7S7 5.07 7 9c0 1.26.38 2.65 1.07 3.9.91 1.65 1.98 2.48 2.85 3.15.81.62 1.39 1.07 1.71 2.05.6 1.82 1.37 2.84 2.73 3.55.51.23 1.07.35 1.64.35 2.21 0 4-1.79 4-4h-2c0 1.1-.9 2-2 2z"/><path d="M7.64 2.64L6.22 1.22C4.23 3.21 3 5.96 3 9s1.23 5.79 3.22 7.78l1.41-1.41C6.01 13.74 5 11.49 5 9s1.01-4.74 2.64-6.36z"/><path d="M11.5 9c0 1.38 1.12 2.5 2.5 2.5s2.5-1.12 2.5-2.5-1.12-2.5-2.5-2.5-2.5 1.12-2.5 2.5z"/>',high_quality:'<path d="M19 4H5c-1.11 0-2 .9-2 2v12c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-8 11H9.5v-2h-2v2H6V9h1.5v2.5h2V9H11v6zm7-1c0 .55-.45 1-1 1h-.75v1.5h-1.5V15H14c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1h3c.55 0 1 .45 1 1v4zm-3.5-.5h2v-3h-2v3z"/>',my_library_add:'<path d="M4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6z"/><path d="M19 11h-4v4h-2v-4H9V9h4V5h2v4h4v2zm1-9H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2z"/>',my_library_books:'<path d="M4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6z"/><path d="M19 7H9V5h10v2zm-4 8H9v-2h6v2zm4-4H9V9h10v2zm1-9H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2z"/>',my_library_music:'<path d="M18 7h-3v5.5a2.5 2.5 0 0 1-5 0 2.5 2.5 0 0 1 2.5-2.5c.57 0 1.08.19 1.5.51V5h4v2zm2-5H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2z"/><path d="M4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6z"/>',loop:'<path d="M12 4V1L8 5l4 4V6c3.31 0 6 2.69 6 6 0 1.01-.25 1.97-.7 2.8l1.46 1.46C19.54 15.03 20 13.57 20 12c0-4.42-3.58-8-8-8z"/><path d="M12 18c-3.31 0-6-2.69-6-6 0-1.01.25-1.97.7-2.8L5.24 7.74C4.46 8.97 4 10.43 4 12c0 4.42 3.58 8 8 8v3l4-4-4-4v3z"/>',mic:'<path d="M12 14c1.66 0 2.99-1.34 2.99-3L15 5c0-1.66-1.34-3-3-3S9 3.34 9 5v6c0 1.66 1.34 3 3 3z"/><path d="M17.3 11c0 3-2.54 5.1-5.3 5.1S6.7 14 6.7 11H5c0 3.41 2.72 6.23 6 6.72V21h2v-3.28c3.28-.48 6-3.3 6-6.72h-1.7z"/>',mic_none:'<path d="M10.8 4.9c0-.66.54-1.2 1.2-1.2.66 0 1.2.54 1.2 1.2l-.01 6.2c0 .66-.53 1.2-1.19 1.2-.66 0-1.2-.54-1.2-1.2V4.9zM12 14c1.66 0 2.99-1.34 2.99-3L15 5c0-1.66-1.34-3-3-3S9 3.34 9 5v6c0 1.66 1.34 3 3 3z"/><path d="M17.3 11c0 3-2.54 5.1-5.3 5.1S6.7 14 6.7 11H5c0 3.41 2.72 6.23 6 6.72V21h2v-3.28c3.28-.48 6-3.3 6-6.72h-1.7z"/>',mic_off:'<path d="M19 11h-1.7c0 .74-.16 1.43-.43 2.05l1.23 1.23c.56-.98.9-2.09.9-3.28z"/><path d="M14.98 11.17c0-.06.02-.11.02-.17V5c0-1.66-1.34-3-3-3S9 3.34 9 5v.18l5.98 5.99z"/><path d="M4.27 3L3 4.27l6.01 6.01V11c0 1.66 1.33 3 2.99 3 .22 0 .44-.03.65-.08l1.66 1.66c-.71.33-1.5.52-2.31.52-2.76 0-5.3-2.1-5.3-5.1H5c0 3.41 2.72 6.23 6 6.72V21h2v-3.28c.91-.13 1.77-.45 2.54-.9L19.73 21 21 19.73 4.27 3z"/>',movie:'<path d="M18 4l2 4h-3l-2-4h-2l2 4h-3l-2-4H8l2 4H7L5 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4h-4z"/>',music_video:'<path d="M21 19H3V5h18v14zm0-16H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"/><path d="M8 15c0-1.66 1.34-3 3-3 .35 0 .69.07 1 .18V6h5v2h-3v7.03A3.003 3.003 0 0 1 11 18c-1.66 0-3-1.34-3-3z"/>',new_releases:'<path d="M23 12l-2.44-2.78.34-3.68-3.61-.82-1.89-3.18L12 3 8.6 1.54 6.71 4.72l-3.61.81.34 3.68L1 12l2.44 2.78-.34 3.69 3.61.82 1.89 3.18L12 21l3.4 1.46 1.89-3.18 3.61-.82-.34-3.68L23 12zm-10 5h-2v-2h2v2zm0-4h-2V7h2v6z"/>',not_interested:'<path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8 0-1.85.63-3.55 1.69-4.9L16.9 18.31C15.55 19.37 13.85 20 12 20zm6.31-3.1L7.1 5.69C8.45 4.63 10.15 4 12 4c4.42 0 8 3.58 8 8 0 1.85-.63 3.55-1.69 4.9z"/>',note:'<path d="M22 10l-6-6H4c-1.1 0-2 .9-2 2v12.01c0 1.1.9 1.99 2 1.99l16-.01c1.1 0 2-.89 2-1.99v-8zm-7-4.5l5.5 5.5H15V5.5z"/>',pause:'<path d="M6 19h4V5H6v14z"/><path d="M14 5v14h4V5h-4z"/>',pause_circle_filled:'<path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 14H9V8h2v8zm4 0h-2V8h2v8z"/>',pause_circle_outline:'<path d="M9 16h2V8H9v8z"/><path d="M12 20c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm0-18C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2z"/><path d="M13 16h2V8h-2v8z"/>',play_arrow:'<path d="M8 5v14l11-7z"/>',play_circle_fill:'<path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 14.5v-9l6 4.5-6 4.5z"/>',play_circle_outline:'<path d="M10 16.5l6-4.5-6-4.5v9z"/><path d="M12 20c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm0-18C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2z"/>',playlist_add:'<path d="M14 10H2v2h12v-2z"/><path d="M14 6H2v2h12V6z"/><path d="M18 14v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4z"/><path d="M2 16h8v-2H2v2z"/>',playlist_add_check:'<path d="M14 10H2v2h12v-2z"/><path d="M14 6H2v2h12V6z"/><path d="M2 16h8v-2H2v2z"/><path d="M21.5 11.5L23 13l-6.99 7-4.51-4.5L13 14l3.01 3 5.49-5.5z"/>',playlist_play:'<path d="M19 9H2v2h17V9z"/><path d="M19 5H2v2h17V5z"/><path d="M2 15h13v-2H2v2z"/><path d="M17 13v6l5-3-5-3z"/>',queue:'<path d="M4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6z"/><path d="M19 11h-4v4h-2v-4H9V9h4V5h2v4h4v2zm1-9H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2z"/>',queue_music:'<path d="M15 6H3v2h12V6z"/><path d="M15 10H3v2h12v-2z"/><path d="M3 16h8v-2H3v2z"/><path d="M17 6v8.18c-.31-.11-.65-.18-1-.18-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3V8h3V6h-5z"/>',queue_play_next:'<path d="M21 3H3c-1.11 0-2 .89-2 2v12a2 2 0 0 0 2 2h5v2h8v-2h2v-2H3V5h18v8h2V5a2 2 0 0 0-2-2z"/><path d="M13 10V7h-2v3H8v2h3v3h2v-3h3v-2h-3z"/><path d="M24 18l-4.5 4.5L18 21l3-3-3-3 1.5-1.5L24 18z"/>',radio:'<path d="M3.24 6.15C2.51 6.43 2 7.17 2 8v12c0 1.1.89 2 2 2h16c1.11 0 2-.9 2-2V8c0-1.11-.89-2-2-2H8.3l8.26-3.34L15.88 1 3.24 6.15zM7 20c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3zm13-8h-2v-2h-2v2H4V8h16v4z"/>',recent_actors:'<path d="M17 19h2V5h-2v14zm4-14v14h2V5h-2z"/><path d="M12.5 17h-9v-.75c0-1.5 3-2.25 4.5-2.25s4.5.75 4.5 2.25V17zM8 7.75c1.24 0 2.25 1.01 2.25 2.25S9.24 12.25 8 12.25 5.75 11.24 5.75 10 6.76 7.75 8 7.75zM14 5H2c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V6c0-.55-.45-1-1-1z"/>',remove_from_queue:'<path d="M21 17H3V5h18v12zm0-14H3c-1.11 0-2 .89-2 2v12a2 2 0 0 0 2 2h5v2h8v-2h5c1.1 0 1.99-.9 1.99-2L23 5a2 2 0 0 0-2-2z"/><path d="M16 10v2H8v-2h8z"/>',repeat:'<path d="M7 7h10v3l4-4-4-4v3H5v6h2V7z"/><path d="M17 17H7v-3l-4 4 4 4v-3h12v-6h-2v4z"/>',repeat_one:'<path d="M7 7h10v3l4-4-4-4v3H5v6h2V7z"/><path d="M17 17H7v-3l-4 4 4 4v-3h12v-6h-2v4z"/><path d="M13 15V9h-1l-2 1v1h1.5v4H13z"/>',replay:'<path d="M12 5V1L7 6l5 5V7c3.31 0 6 2.69 6 6s-2.69 6-6 6-6-2.69-6-6H4c0 4.42 3.58 8 8 8s8-3.58 8-8-3.58-8-8-8z"/>',replay_10:'<path d="M12 5V1L7 6l5 5V7c3.3 0 6 2.7 6 6s-2.7 6-6 6-6-2.7-6-6H4c0 4.4 3.6 8 8 8s8-3.6 8-8-3.6-8-8-8z"/><path d="M10.9 16H10v-3.3L9 13v-.7l1.8-.6h.1V16z"/><path d="M14.3 13.4v-.5s-.1-.2-.1-.3c0-.1-.1-.1-.2-.2s-.2-.1-.3-.1c-.1 0-.2 0-.3.1l-.2.2s-.1.2-.1.3v2s.1.2.1.3c0 .1.1.1.2.2s.2.1.3.1c.1 0 .2 0 .3-.1l.2-.2s.1-.2.1-.3v-1.5zm.9.8c0 .3 0 .6-.1.8l-.3.6s-.3.3-.5.3-.4.1-.6.1c-.2 0-.4 0-.6-.1-.2-.1-.3-.2-.5-.3-.2-.1-.2-.3-.3-.6-.1-.3-.1-.5-.1-.8v-.7c0-.3 0-.6.1-.8l.3-.6s.3-.3.5-.3.4-.1.6-.1c.2 0 .4 0 .6.1.2.1.3.2.5.3.2.1.2.3.3.6.1.3.1.5.1.8v.7z"/>',replay_30:'<path d="M12 5V1L7 6l5 5V7c3.3 0 6 2.7 6 6s-2.7 6-6 6-6-2.7-6-6H4c0 4.4 3.6 8 8 8s8-3.6 8-8-3.6-8-8-8z"/><path d="M9.6 13.5h.4c.2 0 .4-.1.5-.2.1-.1.2-.2.2-.4v-.2s-.1-.1-.1-.2-.1-.1-.2-.1h-.5s-.1.1-.2.1-.1.1-.1.2v.2h-1c0-.2 0-.3.1-.5s.2-.3.3-.4c.1-.1.3-.2.4-.2.1 0 .4-.1.5-.1.2 0 .4 0 .6.1.2.1.3.1.5.2s.2.2.3.4c.1.2.1.3.1.5v.3s-.1.2-.1.3c0 .1-.1.2-.2.2s-.2.1-.3.2c.2.1.4.2.5.4.1.2.2.4.2.6 0 .2 0 .4-.1.5-.1.1-.2.3-.3.4-.1.1-.3.2-.5.2s-.4.1-.6.1c-.2 0-.4 0-.5-.1-.1-.1-.3-.1-.5-.2s-.2-.2-.3-.4c-.1-.2-.1-.4-.1-.6h.8v.2s.1.1.1.2.1.1.2.1h.5s.1-.1.2-.1.1-.1.1-.2v-.5s-.1-.1-.1-.2-.1-.1-.2-.1h-.6v-.7z"/><path d="M14.5 13.4v-.5c0-.1-.1-.2-.1-.3 0-.1-.1-.1-.2-.2s-.2-.1-.3-.1c-.1 0-.2 0-.3.1l-.2.2s-.1.2-.1.3v2s.1.2.1.3c0 .1.1.1.2.2s.2.1.3.1c.1 0 .2 0 .3-.1l.2-.2s.1-.2.1-.3v-1.5zm.8.8c0 .3 0 .6-.1.8l-.3.6s-.3.3-.5.3-.4.1-.6.1c-.2 0-.4 0-.6-.1-.2-.1-.3-.2-.5-.3-.2-.1-.2-.3-.3-.6-.1-.3-.1-.5-.1-.8v-.7c0-.3 0-.6.1-.8l.3-.6s.3-.3.5-.3.4-.1.6-.1c.2 0 .4 0 .6.1.2.1.3.2.5.3.2.1.2.3.3.6.1.3.1.5.1.8v.7z"/>',replay_5:'<path d="M12 5V1L7 6l5 5V7c3.3 0 6 2.7 6 6s-2.7 6-6 6-6-2.7-6-6H4c0 4.4 3.6 8 8 8s8-3.6 8-8-3.6-8-8-8z"/><path d="M10.7 13.9l.2-2.2h2.4v.7h-1.7l-.1.9s.1 0 .1-.1.1 0 .1-.1.1 0 .2 0h.2c.2 0 .4 0 .5.1.1.1.3.2.4.3.1.1.2.3.3.5.1.2.1.4.1.6 0 .2 0 .4-.1.5-.1.1-.1.3-.3.5-.2.2-.3.2-.4.3-.1.1-.4.1-.6.1-.2 0-.4 0-.5-.1-.1-.1-.3-.1-.5-.2s-.2-.2-.3-.4c-.1-.2-.1-.3-.1-.5h.8c0 .2.1.3.2.4.1.1.2.1.4.1.1 0 .2 0 .3-.1l.2-.2s.1-.2.1-.3v-.6l-.1-.2-.2-.2s-.2-.1-.3-.1h-.2s-.1 0-.2.1-.1 0-.1.1-.1.1-.1.1h-.7z"/>',shuffle:'<path d="M10.59 9.17L5.41 4 4 5.41l5.17 5.17 1.42-1.41z"/><path d="M14.5 4l2.04 2.04L4 18.59 5.41 20 17.96 7.46 20 9.5V4h-5.5z"/><path d="M14.83 13.41l-1.41 1.41 3.13 3.13L14.5 20H20v-5.5l-2.04 2.04-3.13-3.13z"/>',skip_next:'<path d="M6 18l8.5-6L6 6v12z"/><path d="M16 6v12h2V6h-2z"/>',skip_previous:'<path d="M6 6h2v12H6z"/><path d="M9.5 12l8.5 6V6z"/>',slow_motion_video:'<path d="M13.05 9.79L10 7.5v9l3.05-2.29L16 12z"/><path d="M13.05 9.79L10 7.5v9l3.05-2.29L16 12z"/><path d="M13.05 9.79L10 7.5v9l3.05-2.29L16 12z"/><path d="M11 4.07V2.05c-2.01.2-3.84 1-5.32 2.21L7.1 5.69A7.941 7.941 0 0 1 11 4.07z"/><path d="M5.69 7.1L4.26 5.68A9.949 9.949 0 0 0 2.05 11h2.02c.18-1.46.76-2.79 1.62-3.9z"/><path d="M4.07 13H2.05c.2 2.01 1 3.84 2.21 5.32l1.43-1.43A7.868 7.868 0 0 1 4.07 13z"/><path d="M5.68 19.74A9.981 9.981 0 0 0 11 21.95v-2.02a7.941 7.941 0 0 1-3.9-1.62l-1.42 1.43z"/><path d="M22 12c0 5.16-3.92 9.42-8.95 9.95v-2.02C16.97 19.41 20 16.05 20 12s-3.03-7.41-6.95-7.93V2.05C18.08 2.58 22 6.84 22 12z"/>',snooze:'<path d="M7.88 3.39L6.6 1.86 2 5.71l1.29 1.53 4.59-3.85z"/><path d="M22 5.72l-4.6-3.86-1.29 1.53 4.6 3.86L22 5.72z"/><path d="M12 20c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7zm0-16c-4.97 0-9 4.03-9 9s4.02 9 9 9c4.97 0 9-4.03 9-9s-4.03-9-9-9z"/><path d="M9 11h3.63L9 15.2V17h6v-2h-3.63L15 10.8V9H9v2z"/>',sort_by_alpha:'<path d="M14.94 4.66h-4.72l2.36-2.36z"/><path d="M10.25 19.37h4.66l-2.33 2.33z"/><path d="M4.97 13.64l1.94-5.18 1.94 5.18H4.97zM6.1 6.27L1.6 17.73h1.84l.92-2.45h5.11l.92 2.45h1.84L7.74 6.27H6.1z"/><path d="M15.73 16.14h6.12v1.59h-8.53v-1.29l5.92-8.56h-5.88v-1.6h8.3v1.26l-5.93 8.6z"/>',stop:'<path d="M6 6h12v12H6z"/>',subscriptions:'<path d="M20 8H4V6h16v2z"/><path d="M18 2H6v2h12V2z"/><path d="M16 16l-6-3.27v6.53L16 16zm6-4v8c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2v-8c0-1.1.9-2 2-2h16c1.1 0 2 .9 2 2z"/>',subtitles:'<path d="M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zM4 12h4v2H4v-2zm10 6H4v-2h10v2zm6 0h-4v-2h4v2zm0-4H10v-2h10v2z"/>',surround_sound:'<path d="M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zM7.76 16.24l-1.41 1.41C4.78 16.1 4 14.05 4 12c0-2.05.78-4.1 2.34-5.66l1.41 1.41C6.59 8.93 6 10.46 6 12s.59 3.07 1.76 4.24zM12 16c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm5.66 1.66l-1.41-1.41C17.41 15.07 18 13.54 18 12s-.59-3.07-1.76-4.24l1.41-1.41C19.22 7.9 20 9.95 20 12c0 2.05-.78 4.1-2.34 5.66zM12 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"/>',video_call:' <path d="M17 10.5V7c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h12c.55 0 1-.45 1-1v-3.5l4 4v-11l-4 4zM14 13h-3v3H9v-3H6v-2h3V8h2v3h3v2z"/>',video_label:'<path d="M21 3H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 13H3V5h18v11z"/>',video_library:'<path d="M4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6z"/><path d="M12 14.5v-9l6 4.5-6 4.5zM20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2z"/>',videocam:'<path d="M17 10.5V7c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h12c.55 0 1-.45 1-1v-3.5l4 4v-11l-4 4z"/>',videocam_off:'<path d="M21 6.5l-4 4V7c0-.55-.45-1-1-1H9.82L21 17.18V6.5z"/><path d="M3.27 2L2 3.27 4.73 6H4c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h12c.21 0 .39-.08.54-.18L19.73 21 21 19.73 3.27 2z"/>',volume_down:'<path d="M18.5 12A4.5 4.5 0 0 0 16 7.97v8.05c1.48-.73 2.5-2.25 2.5-4.02z"/><path d="M5 9v6h4l5 5V4L9 9H5z"/>',volume_mute:'<path d="M7 9v6h4l5 5V4l-5 5H7z"/>',volume_off:'<path d="M16.5 12A4.5 4.5 0 0 0 14 7.97v2.21l2.45 2.45c.03-.2.05-.41.05-.63z"/><path d="M19 12c0 .94-.2 1.82-.54 2.64l1.51 1.51A8.796 8.796 0 0 0 21 12c0-4.28-2.99-7.86-7-8.77v2.06c2.89.86 5 3.54 5 6.71z"/><path d="M4.27 3L3 4.27 7.73 9H3v6h4l5 5v-6.73l4.25 4.25c-.67.52-1.42.93-2.25 1.18v2.06a8.99 8.99 0 0 0 3.69-1.81L19.73 21 21 19.73l-9-9L4.27 3z"/><path d="M12 4L9.91 6.09 12 8.18V4z"/>',volume_up:'<path d="M3 9v6h4l5 5V4L7 9H3z"/><path d="M16.5 12A4.5 4.5 0 0 0 14 7.97v8.05c1.48-.73 2.5-2.25 2.5-4.02z"/><path d="M14 3.23v2.06c2.89.86 5 3.54 5 6.71s-2.11 5.85-5 6.71v2.06c4.01-.91 7-4.49 7-8.77 0-4.28-2.99-7.86-7-8.77z"/>',web:'<path d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-5 14H4v-4h11v4zm0-5H4V9h11v4zm5 5h-4V9h4v9z"/>',web_asset:'<path d="M19 4H5c-1.11 0-2 .9-2 2v12c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.89-2-2-2zm0 14H5V8h14v10z" />',business:'<path d="M20 19h-8v-2h2v-2h-2v-2h2v-2h-2V9h8v10zM10 7H8V5h2v2zm0 4H8V9h2v2zm0 4H8v-2h2v2zm0 4H8v-2h2v2zM6 7H4V5h2v2zm0 4H4V9h2v2zm0 4H4v-2h2v2zm0 4H4v-2h2v2zm6-12V3H2v18h20V7H12z"/><path d="M18 11h-2v2h2v-2z"/><path d="M18 15h-2v2h2v-2z"/>',call:'<path d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/>',call_end:'<path d="M12 9c-1.6 0-3.15.25-4.6.72v3.1c0 .39-.23.74-.56.9-.98.49-1.87 1.12-2.66 1.85-.18.18-.43.28-.7.28-.28 0-.53-.11-.71-.29L.29 13.08c-.18-.17-.29-.42-.29-.7 0-.28.11-.53.29-.71C3.34 8.78 7.46 7 12 7s8.66 1.78 11.71 4.67c.18.18.29.43.29.71 0 .28-.11.53-.29.71l-2.48 2.48c-.18.18-.43.29-.71.29-.27 0-.52-.11-.7-.28-.79-.74-1.69-1.36-2.67-1.85-.33-.16-.56-.5-.56-.9v-3.1C15.15 9.25 13.6 9 12 9z"/>',call_made:'<path d="M9 5v2h6.59L4 18.59 5.41 20 17 8.41V15h2V5z"/>',call_merge:'<path d="M17 20.41L18.41 19 15 15.59 13.59 17 17 20.41z"/><path d="M7.5 8H11v5.59L5.59 19 7 20.41l6-6V8h3.5L12 3.5 7.5 8z"/>',call_missed:'<path d="M19.59 7L12 14.59 6.41 9H11V7H3v8h2v-4.59l7 7 9-9z"/>',call_missed_outgoing:'<path d="M3 8.41l9 9 7-7V15h2V7h-8v2h4.59L12 14.59 4.41 7 3 8.41z"/>',call_received:'<path d="M20 5.41L18.59 4 7 15.59V9H5v10h10v-2H8.41z"/>',call_split:'<path d="M14 4l2.29 2.29-2.88 2.88 1.42 1.42 2.88-2.88L20 10V4z"/><path d="M10 4H4v6l2.29-2.29 4.71 4.7V20h2v-8.41l-5.29-5.3z"/>',chat:'<path d="M20 2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zM6 9h12v2H6V9zm8 5H6v-2h8v2zm4-6H6V6h12v2z"/>',chat_bubble:'<path d="M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2z"/>',chat_bubble_outline:'<path d="M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H6l-2 2V4h16v12z"/>',clear_all:'<path d="M5 13h14v-2H5v2z"/><path d="M3 17h14v-2H3v2z"/><path d="M7 7v2h14V7H7z"/>',comment:'<path d="M21.99 4c0-1.1-.89-2-1.99-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h14l4 4-.01-18zM18 14H6v-2h12v2zm0-3H6V9h12v2zm0-3H6V6h12v2z"/>',contact_mail:'<path d="M21 8V7l-3 2-3-2v1l3 2 3-2zm1-5H2C.9 3 0 3.9 0 5v14c0 1.1.9 2 2 2h20c1.1 0 1.99-.9 1.99-2L24 5c0-1.1-.9-2-2-2zM8 6c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3 1.34-3 3-3zm6 12H2v-1c0-2 4-3.1 6-3.1s6 1.1 6 3.1v1zm8-6h-8V6h8v6z"/>',contact_phone:'<path d="M22 3H2C.9 3 0 3.9 0 5v14c0 1.1.9 2 2 2h20c1.1 0 1.99-.9 1.99-2L24 5c0-1.1-.9-2-2-2zM8 6c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3 1.34-3 3-3zm6 12H2v-1c0-2 4-3.1 6-3.1s6 1.1 6 3.1v1zm3.85-4h1.64L21 16l-1.99 1.99c-1.31-.98-2.28-2.38-2.73-3.99-.18-.64-.28-1.31-.28-2s.1-1.36.28-2c.45-1.62 1.42-3.01 2.73-3.99L21 8l-1.51 2h-1.64c-.22.63-.35 1.3-.35 2s.13 1.37.35 2z"/>',contacts:'<path d="M20 0H4v2h16V0z"/><path d="M4 24h16v-2H4v2z"/><path d="M17 17H7v-1.5c0-1.67 3.33-2.5 5-2.5s5 .83 5 2.5V17zM12 6.75c1.24 0 2.25 1.01 2.25 2.25s-1.01 2.25-2.25 2.25S9.75 10.24 9.75 9 10.76 6.75 12 6.75zM20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2z"/>',dialer_sip:'<path d="M20 5h-1V4h1v1zm-2-2v5h1V6h2V3h-3zm-3 2h-2V4h2V3h-3v3h2v1h-2v1h3V5zm2-2h-1v5h1V3z"/><path d="M20 15.5c-1.25 0-2.45-.2-3.57-.57-.35-.11-.74-.03-1.01.24l-2.2 2.2c-2.83-1.44-5.15-3.75-6.59-6.59l2.2-2.21c.27-.26.35-.65.24-1C8.7 6.45 8.5 5.25 8.5 4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.5c0-.55-.45-1-1-1z"/>',dialpad:'<path d="M12 19c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"/><path d="M6 13c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"/><path d="M18 7c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0-8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2z"/><path d="M12 1c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"/>',email:'<path d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z"/>',forum:'<path d="M21 6h-2v9H6v2c0 .55.45 1 1 1h11l4 4V7c0-.55-.45-1-1-1z"/><path d="M17 12V3c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1v14l4-4h10c.55 0 1-.45 1-1z"/>',import_contacts:'<path d="M21 5c-1.11-.35-2.33-.5-3.5-.5-1.95 0-4.05.4-5.5 1.5-1.45-1.1-3.55-1.5-5.5-1.5S2.45 4.9 1 6v14.65c0 .25.25.5.5.5.1 0 .15-.05.25-.05C3.1 20.45 5.05 20 6.5 20c1.95 0 4.05.4 5.5 1.5 1.35-.85 3.8-1.5 5.5-1.5 1.65 0 3.35.3 4.75 1.05.1.05.15.05.25.05.25 0 .5-.25.5-.5V6c-.6-.45-1.25-.75-2-1zm0 13.5c-1.1-.35-2.3-.5-3.5-.5-1.7 0-4.15.65-5.5 1.5V8c1.35-.85 3.8-1.5 5.5-1.5 1.2 0 2.4.15 3.5.5v11.5z"/>',import_export:'<path d="M9 3L5 6.99h3V14h2V6.99h3L9 3z"/><path d="M16 17.01V10h-2v7.01h-3L15 21l4-3.99h-3z"/>', -invert_colors_off:'<path d="M12 19.59c-1.6 0-3.11-.62-4.24-1.76A5.945 5.945 0 0 1 6 13.59c0-1.32.43-2.57 1.21-3.6L12 14.77v4.82zm8.65 1.28l-2.35-2.35-6.3-6.29-3.56-3.57-1.42-1.41L4.27 4.5 3 5.77l2.78 2.78a8.005 8.005 0 0 0 .56 10.69A7.98 7.98 0 0 0 12 21.58c1.79 0 3.57-.59 5.03-1.78l2.7 2.7L21 21.23l-.35-.36z"/><path d="M12 5.1v4.58l7.25 7.26c1.37-2.96.84-6.57-1.6-9.01L12 2.27l-3.7 3.7 1.41 1.41L12 5.1z"/>',live_help:'<path d="M19 2H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h4l3 3 3-3h4c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-6 16h-2v-2h2v2zm2.07-7.75l-.9.92C13.45 11.9 13 12.5 13 14h-2v-.5c0-1.1.45-2.1 1.17-2.83l1.24-1.26c.37-.36.59-.86.59-1.41 0-1.1-.9-2-2-2s-2 .9-2 2H8c0-2.21 1.79-4 4-4s4 1.79 4 4c0 .88-.36 1.68-.93 2.25z"/>',location_off:'<path d="M12 6.5A2.5 2.5 0 0 1 14.5 9c0 .74-.33 1.39-.83 1.85l3.63 3.63c.98-1.86 1.7-3.8 1.7-5.48 0-3.87-3.13-7-7-7a7 7 0 0 0-5.04 2.15l3.19 3.19c.46-.52 1.11-.84 1.85-.84z"/><path d="M16.37 16.1l-4.63-4.63-.11-.11L3.27 3 2 4.27l3.18 3.18C5.07 7.95 5 8.47 5 9c0 5.25 7 13 7 13s1.67-1.85 3.38-4.35L18.73 21 20 19.73l-3.63-3.63z"/>',location_on:'<path d="M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z"/>',mail_outline:'<path d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/>',message:'<path d="M20 2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-2 12H6v-2h12v2zm0-3H6V9h12v2zm0-3H6V6h12v2z"/>',no_sim:'<path d="M18.99 5c0-1.1-.89-2-1.99-2h-7L7.66 5.34 19 16.68 18.99 5z"/><path d="M3.65 3.88L2.38 5.15 5 7.77V19c0 1.1.9 2 2 2h10.01c.35 0 .67-.1.96-.26l1.88 1.88 1.27-1.27L3.65 3.88z"/>',phone:'<path d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/>',phonelink_erase:'<path d="M13 8.2l-1-1-4 4-4-4-1 1 4 4-4 4 1 1 4-4 4 4 1-1-4-4 4-4zM19 1H9c-1.1 0-2 .9-2 2v3h2V4h10v16H9v-2H7v3c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2z"/>',phonelink_lock:'<path d="M19 1H9c-1.1 0-2 .9-2 2v3h2V4h10v16H9v-2H7v3c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm-8.2 10V9.5C10.8 8.1 9.4 7 8 7S5.2 8.1 5.2 9.5V11c-.6 0-1.2.6-1.2 1.2v3.5c0 .7.6 1.3 1.2 1.3h5.5c.7 0 1.3-.6 1.3-1.2v-3.5c0-.7-.6-1.3-1.2-1.3zm-1.3 0h-3V9.5c0-.8.7-1.3 1.5-1.3s1.5.5 1.5 1.3V11z"/>',phonelink_ring:'<path d="M20.1 7.7l-1 1c1.8 1.8 1.8 4.6 0 6.5l1 1c2.5-2.3 2.5-6.1 0-8.5zM18 9.8l-1 1c.5.7.5 1.6 0 2.3l1 1c1.2-1.2 1.2-3 0-4.3zM14 1H4c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm0 19H4V4h10v16z"/>',phonelink_setup:'<path d="M11.8 12.5v-1l1.1-.8c.1-.1.1-.2.1-.3l-1-1.7c-.1-.1-.2-.2-.3-.1l-1.3.4c-.3-.2-.6-.4-.9-.5l-.2-1.3c0-.1-.1-.2-.3-.2H7c-.1 0-.2.1-.3.2l-.2 1.3c-.3.1-.6.3-.9.5l-1.3-.5c-.1 0-.2 0-.3.1l-1 1.7c-.1.1 0 .2.1.3l1.1.8v1l-1.1.8c-.1.2-.1.3-.1.4l1 1.7c.1.1.2.2.3.1l1.4-.4c.3.2.6.4.9.5l.2 1.3c-.1.1.1.2.2.2h2c.1 0 .2-.1.3-.2l.2-1.3c.3-.1.6-.3.9-.5l1.3.5c.1 0 .2 0 .3-.1l1-1.7c.1-.1 0-.2-.1-.3l-1.1-.9zM8 14c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zM19 1H9c-1.1 0-2 .9-2 2v3h2V4h10v16H9v-2H7v3c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2z"/>',portable_wifi_off:'<path d="M17.56 14.24c.28-.69.44-1.45.44-2.24 0-3.31-2.69-6-6-6-.79 0-1.55.16-2.24.44l1.62 1.62c.2-.03.41-.06.62-.06a3.999 3.999 0 0 1 3.95 4.63l1.61 1.61z"/><path d="M12 4c4.42 0 8 3.58 8 8 0 1.35-.35 2.62-.95 3.74l1.47 1.47A9.86 9.86 0 0 0 22 12c0-5.52-4.48-10-10-10-1.91 0-3.69.55-5.21 1.47l1.46 1.46C9.37 4.34 10.65 4 12 4z"/><path d="M3.27 2.5L2 3.77l2.1 2.1C2.79 7.57 2 9.69 2 12c0 3.7 2.01 6.92 4.99 8.65l1-1.73C5.61 17.53 4 14.96 4 12c0-1.76.57-3.38 1.53-4.69l1.43 1.44C6.36 9.68 6 10.8 6 12c0 2.22 1.21 4.15 3 5.19l1-1.74c-1.19-.7-2-1.97-2-3.45 0-.65.17-1.25.44-1.79l1.58 1.58L10 12c0 1.1.9 2 2 2l.21-.02.01.01 7.51 7.51L21 20.23 4.27 3.5l-1-1z"/>',present_to_all:'<path d="M21 19.02H3V4.98h18v14.04zM21 3H3c-1.11 0-2 .89-2 2v14c0 1.11.89 2 2 2h18c1.11 0 2-.89 2-2V5c0-1.11-.89-2-2-2z"/><path d="M10 12H8l4-4 4 4h-2v4h-4v-4z"/>',ring_volume:'<path d="M23.71 16.67C20.66 13.78 16.54 12 12 12 7.46 12 3.34 13.78.29 16.67c-.18.18-.29.43-.29.71 0 .28.11.53.29.71l2.48 2.48c.18.18.43.29.71.29.27 0 .52-.11.7-.28.79-.74 1.69-1.36 2.66-1.85.33-.16.56-.5.56-.9v-3.1c1.45-.48 3-.73 4.6-.73 1.6 0 3.15.25 4.6.72v3.1c0 .39.23.74.56.9.98.49 1.87 1.12 2.66 1.85.18.18.43.28.7.28.28 0 .53-.11.71-.29l2.48-2.48c.18-.18.29-.43.29-.71 0-.27-.11-.52-.29-.7z"/><path d="M21.16 6.26l-1.41-1.41-3.56 3.55 1.41 1.41s3.45-3.52 3.56-3.55z"/><path d="M13 2h-2v5h2V2z"/><path d="M6.4 9.81L7.81 8.4 4.26 4.84 2.84 6.26c.11.03 3.56 3.55 3.56 3.55z"/>',rss_feed:'<path d="M4 4.44v2.83c7.03 0 12.73 5.7 12.73 12.73h2.83c0-8.59-6.97-15.56-15.56-15.56z"/><path d="M4 10.1v2.83c3.9 0 7.07 3.17 7.07 7.07h2.83c0-5.47-4.43-9.9-9.9-9.9z"/>',screen_share:'<path d="M20 18c1.1 0 1.99-.9 1.99-2L22 6c0-1.11-.9-2-2-2H4c-1.11 0-2 .89-2 2v10c0 1.1.89 2 2 2H0v2h24v-2h-4zm-7-3.53v-2.19c-2.78 0-4.61.85-6 2.72.56-2.67 2.11-5.33 6-5.87V7l4 3.73-4 3.74z"/>',stay_current_landscape:'<path d="M1.01 7L1 17c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2H3c-1.1 0-1.99.9-1.99 2zM19 7v10H5V7h14z"/>',stay_current_portrait:'<path d="M17 1.01L7 1c-1.1 0-1.99.9-1.99 2v18c0 1.1.89 2 1.99 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99zM17 19H7V5h10v14z"/>',stay_primary_landscape:'<path d="M1.01 7L1 17c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2H3c-1.1 0-1.99.9-1.99 2zM19 7v10H5V7h14z"/>',stay_primary_portrait:'<path d="M17 1.01L7 1c-1.1 0-1.99.9-1.99 2v18c0 1.1.89 2 1.99 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99zM17 19H7V5h10v14z"/>',stop_screen_share:'<path d="M21.22 18.02l2 2H24v-2h-2.78z"/><path d="M21.99 16.02l.01-10a2 2 0 0 0-2-2H7.22l5.23 5.23c.18-.04.36-.07.55-.1V7.02l4 3.73-1.58 1.47 5.54 5.54c.61-.33 1.03-.99 1.03-1.74z"/><path d="M7 15.02c.31-1.48.92-2.95 2.07-4.06l1.59 1.59c-1.54.38-2.7 1.18-3.66 2.47zM2.39 1.73L1.11 3l1.54 1.54c-.4.36-.65.89-.65 1.48v10a2 2 0 0 0 2 2H0v2h18.13l2.71 2.71 1.27-1.27L2.39 1.73z"/>',swap_calls:'<path d="M18 4l-4 4h3v7c0 1.1-.9 2-2 2s-2-.9-2-2V8c0-2.21-1.79-4-4-4S5 5.79 5 8v7H2l4 4 4-4H7V8c0-1.1.9-2 2-2s2 .9 2 2v7c0 2.21 1.79 4 4 4s4-1.79 4-4V8h3l-4-4z"/>',textsms:'<path d="M20 2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zM9 11H7V9h2v2zm4 0h-2V9h2v2zm4 0h-2V9h2v2z"/>',voicemail:'<path d="M18.5 6C15.46 6 13 8.46 13 11.5c0 1.33.47 2.55 1.26 3.5H9.74c.79-.95 1.26-2.17 1.26-3.5C11 8.46 8.54 6 5.5 6S0 8.46 0 11.5 2.46 17 5.5 17h13c3.04 0 5.5-2.46 5.5-5.5S21.54 6 18.5 6zm-13 9C3.57 15 2 13.43 2 11.5S3.57 8 5.5 8 9 9.57 9 11.5 7.43 15 5.5 15zm13 0c-1.93 0-3.5-1.57-3.5-3.5S16.57 8 18.5 8 22 9.57 22 11.5 20.43 15 18.5 15z"/>',vpn_key:'<path d="M12.65 10C11.83 7.67 9.61 6 7 6c-3.31 0-6 2.69-6 6s2.69 6 6 6c2.61 0 4.83-1.67 5.65-4H17v4h4v-4h2v-4H12.65zM7 14c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"/>',add:'<path d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/>',add_box:'<path d="M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-2 10h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/>',add_circle:'<path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/>',add_circle_outline:'<path d="M13 7h-2v4H7v2h4v4h2v-4h4v-2h-4V7z"/><path d="M12 20c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm0-18C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2z"/>',archive:'<path d="M20.54 5.23l-1.39-1.68C18.88 3.21 18.47 3 18 3H6c-.47 0-.88.21-1.16.55L3.46 5.23C3.17 5.57 3 6.02 3 6.5V19c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V6.5c0-.48-.17-.93-.46-1.27zM12 17.5L6.5 12H10v-2h4v2h3.5L12 17.5zM5.12 5l.81-1h12l.94 1H5.12z"/>',backspace:'<path d="M22 3H7c-.69 0-1.23.35-1.59.88L0 12l5.41 8.11c.36.53.9.89 1.59.89h15c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-3 12.59L17.59 17 14 13.41 10.41 17 9 15.59 12.59 12 9 8.41 10.41 7 14 10.59 17.59 7 19 8.41 15.41 12 19 15.59z"/>',block:'<path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM4 12c0-4.42 3.58-8 8-8 1.85 0 3.55.63 4.9 1.69L5.69 16.9C4.63 15.55 4 13.85 4 12zm8 8c-1.85 0-3.55-.63-4.9-1.69L18.31 7.1C19.37 8.45 20 10.15 20 12c0 4.42-3.58 8-8 8z"/>',clear:'<path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"/>',content_copy:'<path d="M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1z"/><path d="M19 21H8V7h11v14zm0-16H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2z"/>',content_cut:'<path d="M12 12.5c-.28 0-.5-.22-.5-.5s.22-.5.5-.5.5.22.5.5-.22.5-.5.5zM6 20a2 2 0 1 1-.001-3.999A2 2 0 0 1 6 20zM6 8a2 2 0 1 1-.001-3.999A2 2 0 0 1 6 8zm3.64-.36c.23-.5.36-1.05.36-1.64 0-2.21-1.79-4-4-4S2 3.79 2 6s1.79 4 4 4c.59 0 1.14-.13 1.64-.36L10 12l-2.36 2.36C7.14 14.13 6.59 14 6 14c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4c0-.59-.13-1.14-.36-1.64L12 14l7 7h3v-1L9.64 7.64z"/><path d="M19 3l-6 6 2 2 7-7V3z"/>',content_paste:'<path d="M19 2h-4.18C14.4.84 13.3 0 12 0c-1.3 0-2.4.84-2.82 2H5c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-7 0c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm7 18H5V4h2v3h10V4h2v16z"/>',create:'<path d="M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25z"/><path d="M20.71 7.04c.39-.39.39-1.02 0-1.41l-2.34-2.34c-.39-.39-1.02-.39-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83z"/>',delete_sweep:'<path d="M15 16h4v2h-4z"/><path d="M15 8h7v2h-7z"/><path d="M15 12h6v2h-6z"/><path d="M3 18c0 1.1.9 2 2 2h6c1.1 0 2-.9 2-2V8H3v10z"/><path d="M14 5h-3l-1-1H6L5 5H2v2h12z"/>',drafts:'<path d="M21.99 8c0-.72-.37-1.35-.94-1.7L12 1 2.95 6.3C2.38 6.65 2 7.28 2 8v10c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2l-.01-10zM12 13L3.74 7.84 12 3l8.26 4.84L12 13z"/>',filter_list:'<path d="M10 18h4v-2h-4v2z"/><path d="M3 6v2h18V6H3z"/><path d="M6 13h12v-2H6v2z"/>',flag:'<path d="M14.4 6L14 4H5v17h2v-7h5.6l.4 2h7V6z"/>',font_download:'<path d="M9.93 13.5h4.14L12 7.98z"/><path d="M15.95 18.5l-1.14-3H9.17l-1.12 3H5.96l5.11-13h1.86l5.11 13h-2.09zM20 2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2z"/>',forward:'<path d="M12 8V4l8 8-8 8v-4H4V8z"/>',gesture:'<path d="M4.59 6.89c.7-.71 1.4-1.35 1.71-1.22.5.2 0 1.03-.3 1.52-.25.42-2.86 3.89-2.86 6.31 0 1.28.48 2.34 1.34 2.98.75.56 1.74.73 2.64.46 1.07-.31 1.95-1.4 3.06-2.77 1.21-1.49 2.83-3.44 4.08-3.44 1.63 0 1.65 1.01 1.76 1.79-3.78.64-5.38 3.67-5.38 5.37 0 1.7 1.44 3.09 3.21 3.09 1.63 0 4.29-1.33 4.69-6.1H21v-2.5h-2.47c-.15-1.65-1.09-4.2-4.03-4.2-2.25 0-4.18 1.91-4.94 2.84-.58.73-2.06 2.48-2.29 2.72-.25.3-.68.84-1.11.84-.45 0-.72-.83-.36-1.92.35-1.09 1.4-2.86 1.85-3.52.78-1.14 1.3-1.92 1.3-3.28C8.95 3.69 7.31 3 6.44 3 5.12 3 3.97 4 3.72 4.25c-.36.36-.66.66-.88.93l1.75 1.71zm9.29 11.66c-.31 0-.74-.26-.74-.72 0-.6.73-2.2 2.87-2.76-.3 2.69-1.43 3.48-2.13 3.48z"/>',inbox:'<path d="M19 15h-4c0 1.66-1.34 3-3 3s-3-1.34-3-3H4.99V5H19v10zm0-12H4.99c-1.1 0-1.98.9-1.98 2L3 19c0 1.1.89 2 1.99 2H19c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"/><path d="M16 10h-2V7h-4v3H8l4 4 4-4z"/>',link:'<path d="M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1z"/><path d="M8 13h8v-2H8v2z"/><path d="M17 7h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1 0 1.71-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5z"/>',low_priority:'<path d="M14 5h8v2h-8z"/><path d="M14 10.5h8v2h-8z"/><path d="M14 16h8v2h-8z"/><path d="M2 11.5C2 15.08 4.92 18 8.5 18H9v2l3-3-3-3v2h-.5C6.02 16 4 13.98 4 11.5S6.02 7 8.5 7H12V5H8.5C4.92 5 2 7.92 2 11.5z"/>',mail:'<path d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z"/>',markunread:'<path d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z"/>',move_to_inbox:'<path d="M19 15h-4c0 1.66-1.35 3-3 3s-3-1.34-3-3H4.99V5H19v10zm0-12H4.99c-1.11 0-1.98.9-1.98 2L3 19c0 1.1.88 2 1.99 2H19c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"/><path d="M16 10h-2V7h-4v3H8l4 4 4-4z"/>',next_week:'<path d="M20 7h-4V5c0-.55-.22-1.05-.59-1.41C15.05 3.22 14.55 3 14 3h-4c-1.1 0-2 .9-2 2v2H4c-1.1 0-2 .9-2 2v11c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V9c0-1.1-.9-2-2-2zM10 5h4v2h-4V5zm1 13.5l-1-1 3-3-3-3 1-1 4 4-4 4z"/>',redo:'<path d="M18.4 10.6C16.55 8.99 14.15 8 11.5 8c-4.65 0-8.58 3.03-9.96 7.22L3.9 16c1.05-3.19 4.05-5.5 7.6-5.5 1.95 0 3.73.72 5.12 1.88L13 16h9V7l-3.6 3.6z"/>',remove:'<path d="M19 13H5v-2h14v2z"/>',remove_circle:'<path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11H7v-2h10v2z"/>',remove_circle_outline:'<path d="M7 11v2h10v-2H7z"/><path d="M12 20c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm0-18C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2z"/>',reply:'<path d="M10 9V5l-7 7 7 7v-4.1c5 0 8.5 1.6 11 5.1-1-5-4-10-11-11z"/>',reply_all:'<path d="M7 8V5l-7 7 7 7v-3l-4-4 4-4z"/><path d="M13 9V5l-7 7 7 7v-4.1c5 0 8.5 1.6 11 5.1-1-5-4-10-11-11z"/>',report:'<path d="M15.73 3H8.27L3 8.27v7.46L8.27 21h7.46L21 15.73V8.27L15.73 3zM12 17.3c-.72 0-1.3-.58-1.3-1.3 0-.72.58-1.3 1.3-1.3.72 0 1.3.58 1.3 1.3 0 .72-.58 1.3-1.3 1.3zm1-4.3h-2V7h2v6z"/>',save:'<path d="M17 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V7l-4-4zm-5 16c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3zm3-10H5V5h10v4z"/>',select_all:'<path d="M3 5h2V3c-1.1 0-2 .9-2 2z"/><path d="M3 13h2v-2H3v2z"/><path d="M7 21h2v-2H7v2z"/><path d="M3 9h2V7H3v2z"/><path d="M13 3h-2v2h2V3z"/><path d="M19 3v2h2c0-1.1-.9-2-2-2z"/><path d="M5 21v-2H3c0 1.1.9 2 2 2z"/><path d="M3 17h2v-2H3v2z"/><path d="M9 3H7v2h2V3z"/><path d="M11 21h2v-2h-2v2z"/><path d="M19 13h2v-2h-2v2z"/><path d="M19 21c1.1 0 2-.9 2-2h-2v2z"/><path d="M19 9h2V7h-2v2z"/><path d="M19 17h2v-2h-2v2z"/><path d="M15 21h2v-2h-2v2z"/><path d="M15 5h2V3h-2v2z"/><path d="M9 9h6v6H9V9zm-2 8h10V7H7v10z"/>',send:'<path d="M2.01 21L23 12 2.01 3 2 10l15 2-15 2z"/>',sort:'<path d="M3 18h6v-2H3v2z"/><path d="M3 6v2h18V6H3z"/><path d="M3 13h12v-2H3v2z"/>',text_format:'<path d="M5 17v2h14v-2H5z"/><path d="M12 5.98L13.87 11h-3.74L12 5.98zM9.5 12.8h5l.9 2.2h2.1L12.75 4h-1.5L6.5 15h2.1l.9-2.2z"/>',unarchive:'<path d="M20.55 5.22l-1.39-1.68C18.88 3.21 18.47 3 18 3H6c-.47 0-.88.21-1.15.55L3.46 5.22C3.17 5.57 3 6.01 3 6.5V19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V6.5c0-.49-.17-.93-.45-1.28zM12 9.5l5.5 5.5H14v2h-4v-2H6.5L12 9.5zM5.12 5l.82-1h12l.93 1H5.12z"/>',undo:'<path d="M12.5 8c-2.65 0-5.05.99-6.9 2.6L2 7v9h9l-3.62-3.62c1.39-1.16 3.16-1.88 5.12-1.88 3.54 0 6.55 2.31 7.6 5.5l2.37-.78C21.08 11.03 17.15 8 12.5 8z"/>',weekend:'<path d="M21 10c-1.1 0-2 .9-2 2v3H5v-3c0-1.1-.9-2-2-2s-2 .9-2 2v5c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2v-5c0-1.1-.9-2-2-2z"/><path d="M18 5H6c-1.1 0-2 .9-2 2v2.15c1.16.41 2 1.51 2 2.82V14h12v-2.03c0-1.3.84-2.4 2-2.82V7c0-1.1-.9-2-2-2z"/>',access_alarms:'<path d="M22 5.72l-4.6-3.86-1.29 1.53 4.6 3.86L22 5.72z"/><path d="M7.88 3.39L6.6 1.86 2 5.71l1.29 1.53 4.59-3.85z"/><path d="M12.5 8H11v6l4.75 2.85.75-1.23-4-2.37V8z"/><path d="M12 20c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7zm0-16c-4.97 0-9 4.03-9 9s4.02 9 9 9c4.97 0 9-4.03 9-9s-4.03-9-9-9z"/>',access_alarm:'<path d="M22 5.72l-4.6-3.86-1.29 1.53 4.6 3.86L22 5.72z"/><path d="M7.88 3.39L6.6 1.86 2 5.71l1.29 1.53 4.59-3.85z"/><path d="M12.5 8H11v6l4.75 2.85.75-1.23-4-2.37V8z"/><path d="M12 20c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7zm0-16c-4.97 0-9 4.03-9 9s4.02 9 9 9c4.97 0 9-4.03 9-9s-4.03-9-9-9z"/>',access_time:'<path d="M12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm-.01-18C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2z"/><path d="M12.5 7H11v6l5.25 3.15.75-1.23-4.5-2.67z"/>',add_alarm:'<path d="M7.88 3.39L6.6 1.86 2 5.71l1.29 1.53 4.59-3.85z"/><path d="M22 5.72l-4.6-3.86-1.29 1.53 4.6 3.86L22 5.72z"/><path d="M12 20c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7zm0-16c-4.97 0-9 4.03-9 9s4.02 9 9 9c4.97 0 9-4.03 9-9s-4.03-9-9-9z"/><path d="M13 9h-2v3H8v2h3v3h2v-3h3v-2h-3V9z"/>',airplanemode_on:'<path d="M10.18 9"/><path d="M21 16v-2l-8-5V3.5c0-.83-.67-1.5-1.5-1.5S10 2.67 10 3.5V9l-8 5v2l8-2.5V19l-2 1.5V22l3.5-1 3.5 1v-1.5L13 19v-5.5l8 2.5z"/>',airplanemode_inactive:'<path d="M13 9V3.5c0-.83-.67-1.5-1.5-1.5S10 2.67 10 3.5v3.68l7.83 7.83L21 16v-2l-8-5z"/><path d="M3 5.27l4.99 4.99L2 14v2l8-2.5V19l-2 1.5V22l3.5-1 3.5 1v-1.5L13 19v-3.73L18.73 21 20 19.73 4.27 4 3 5.27z"/>',battery_charging_full:'<path d="M15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33v15.33C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V5.33C17 4.6 16.4 4 15.67 4zM11 20v-5.5H9L13 7v5.5h2L11 20z"/>',battery_full:'<path d="M15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33v15.33C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V5.33C17 4.6 16.4 4 15.67 4z"/>',battery_std:'<path d="M15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33v15.33C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V5.33C17 4.6 16.4 4 15.67 4z"/>',battery_unknown:'<path d="M15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33v15.33C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V5.33C17 4.6 16.4 4 15.67 4zm-2.72 13.95h-1.9v-1.9h1.9v1.9zm1.35-5.26s-.38.42-.67.71c-.48.48-.83 1.15-.83 1.6h-1.6c0-.83.46-1.52.93-2l.93-.94c.27-.27.44-.65.44-1.06 0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5H9c0-1.66 1.34-3 3-3s3 1.34 3 3c0 .66-.27 1.26-.7 1.69z"/>',bluetooth:'<path d="M17.71 7.71L12 2h-1v7.59L6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 11 14.41V22h1l5.71-5.71-4.3-4.29 4.3-4.29zM13 5.83l1.88 1.88L13 9.59V5.83zm1.88 10.46L13 18.17v-3.76l1.88 1.88z"/>',bluetooth_connected:'<path d="M14.88 16.29L13 18.17v-3.76l1.88 1.88zM13 5.83l1.88 1.88L13 9.59V5.83zm4.71 1.88L12 2h-1v7.59L6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 11 14.41V22h1l5.71-5.71-4.3-4.29 4.3-4.29z"/><path d="M19 10l-2 2 2 2 2-2-2-2z"/><path d="M7 12l-2-2-2 2 2 2 2-2z"/>',bluetooth_disabled:'<path d="M13 5.83l1.88 1.88-1.6 1.6 1.41 1.41 3.02-3.02L12 2h-1v5.03l2 2v-3.2z"/><path d="M13 18.17v-3.76l1.88 1.88L13 18.17zM5.41 4L4 5.41 10.59 12 5 17.59 6.41 19 11 14.41V22h1l4.29-4.29 2.3 2.29L20 18.59 5.41 4z"/>',bluetooth_searching:'<path d="M14.24 12.01l2.32 2.32c.28-.72.44-1.51.44-2.33 0-.82-.16-1.59-.43-2.31l-2.33 2.32z"/><path d="M19.53 6.71l-1.26 1.26c.63 1.21.98 2.57.98 4.02 0 1.45-.36 2.82-.98 4.02l1.2 1.2c.97-1.54 1.54-3.36 1.54-5.31-.01-1.89-.55-3.67-1.48-5.19z"/><path d="M12.88 16.29L11 18.17v-3.76l1.88 1.88zM11 5.83l1.88 1.88L11 9.59V5.83zm4.71 1.88L10 2H9v7.59L4.41 5 3 6.41 8.59 12 3 17.59 4.41 19 9 14.41V22h1l5.71-5.71-4.3-4.29 4.3-4.29z"/>',brightness_auto:'<path d="M10.85 12.65h2.3L12 9l-1.15 3.65zM20 8.69V4h-4.69L12 .69 8.69 4H4v4.69L.69 12 4 15.31V20h4.69L12 23.31 15.31 20H20v-4.69L23.31 12 20 8.69zM14.3 16l-.7-2h-3.2l-.7 2H7.8L11 7h2l3.2 9h-1.9z"/>',brightness_high:'<path d="M12 18c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6zm8-9.31V4h-4.69L12 .69 8.69 4H4v4.69L.69 12 4 15.31V20h4.69L12 23.31 15.31 20H20v-4.69L23.31 12 20 8.69z"/><path d="M12 8c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4z"/>',brightness_low:'<path d="M20 15.31L23.31 12 20 8.69V4h-4.69L12 .69 8.69 4H4v4.69L.69 12 4 15.31V20h4.69L12 23.31 15.31 20H20v-4.69zM12 18c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6z"/>',brightness_medium:'<path d="M20 15.31L23.31 12 20 8.69V4h-4.69L12 .69 8.69 4H4v4.69L.69 12 4 15.31V20h4.69L12 23.31 15.31 20H20v-4.69zM12 18V6c3.31 0 6 2.69 6 6s-2.69 6-6 6z"/>',data_usage:'<path d="M13 2.05v3.03c3.39.49 6 3.39 6 6.92 0 .9-.18 1.75-.48 2.54l2.6 1.53c.56-1.24.88-2.62.88-4.07 0-5.18-3.95-9.45-9-9.95z"/><path d="M12 19c-3.87 0-7-3.13-7-7 0-3.53 2.61-6.43 6-6.92V2.05c-5.06.5-9 4.76-9 9.95 0 5.52 4.47 10 9.99 10 3.31 0 6.24-1.61 8.06-4.09l-2.6-1.53C16.17 17.98 14.21 19 12 19z"/>',developer_mode:'<path d="M7 5h10v2h2V3c0-1.1-.9-1.99-2-1.99L7 1c-1.1 0-2 .9-2 2v4h2V5z"/><path d="M15.41 16.59L20 12l-4.59-4.59L14 8.83 17.17 12 14 15.17l1.41 1.42z"/><path d="M10 15.17L6.83 12 10 8.83 8.59 7.41 4 12l4.59 4.59L10 15.17z"/><path d="M17 19H7v-2H5v4c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2v-4h-2v2z"/>',devices:'<path d="M4 6h18V4H4c-1.1 0-2 .9-2 2v11H0v3h14v-3H4V6z"/><path d="M22 17h-4v-7h4v7zm1-9h-6c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h6c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1z"/>',dvr:'<path d="M21 17H3V5h18v12zm0-14H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h5v2h8v-2h5c1.1 0 1.99-.9 1.99-2L23 5c0-1.1-.9-2-2-2z"/><path d="M7 8H5v2h2V8zm12 0H8v2h11V8z"/><path d="M7 12H5v2h2v-2zm12 0H8v2h11v-2z"/>',gps_fixed:'<path d="M12 8c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4z"/><path d="M12 19c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7zm8.94-8c-.46-4.17-3.77-7.48-7.94-7.94V1h-2v2.06C6.83 3.52 3.52 6.83 3.06 11H1v2h2.06c.46 4.17 3.77 7.48 7.94 7.94V23h2v-2.06c4.17-.46 7.48-3.77 7.94-7.94H23v-2h-2.06z"/>',gps_not_fixed:'<path d="M20.94 11c-.46-4.17-3.77-7.48-7.94-7.94V1h-2v2.06C6.83 3.52 3.52 6.83 3.06 11H1v2h2.06c.46 4.17 3.77 7.48 7.94 7.94V23h2v-2.06c4.17-.46 7.48-3.77 7.94-7.94H23v-2h-2.06zM12 19c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7z"/>',gps_off:'<path d="M20.94 11A8.994 8.994 0 0 0 13 3.06V1h-2v2.06c-1.13.12-2.19.46-3.16.97l1.5 1.5A6.995 6.995 0 0 1 19 12c0 .94-.19 1.84-.52 2.65l1.5 1.5c.5-.96.84-2.02.97-3.15H23v-2h-2.06z"/><path d="M16.27 17.54a6.995 6.995 0 0 1-9.81-9.81l9.81 9.81zM3 4.27l2.04 2.04A8.914 8.914 0 0 0 3.06 11H1v2h2.06A8.994 8.994 0 0 0 11 20.94V23h2v-2.06c1.77-.2 3.38-.91 4.69-1.98L19.73 21 21 19.73 4.27 3 3 4.27z"/>',graphic_eq:'<path d="M7 18h2V6H7v12z"/><path d="M11 22h2V2h-2v20z"/><path d="M3 14h2v-4H3v4z"/><path d="M15 18h2V6h-2v12z"/><path d="M19 10v4h2v-4h-2z"/>',location_disabled:'<path d="M20.94 11A8.994 8.994 0 0 0 13 3.06V1h-2v2.06c-1.13.12-2.19.46-3.16.97l1.5 1.5A6.995 6.995 0 0 1 19 12c0 .94-.19 1.84-.52 2.65l1.5 1.5c.5-.96.84-2.02.97-3.15H23v-2h-2.06z"/><path d="M16.27 17.54a6.995 6.995 0 0 1-9.81-9.81l9.81 9.81zM3 4.27l2.04 2.04A8.914 8.914 0 0 0 3.06 11H1v2h2.06A8.994 8.994 0 0 0 11 20.94V23h2v-2.06c1.77-.2 3.38-.91 4.69-1.98L19.73 21 21 19.73 4.27 3 3 4.27z"/>',location_searching:'<path d="M20.94 11c-.46-4.17-3.77-7.48-7.94-7.94V1h-2v2.06C6.83 3.52 3.52 6.83 3.06 11H1v2h2.06c.46 4.17 3.77 7.48 7.94 7.94V23h2v-2.06c4.17-.46 7.48-3.77 7.94-7.94H23v-2h-2.06zM12 19c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7z"/>',network_cell:'<path fill-opacity=".3" d="M2 22h20V2z"/><path d="M17 7L2 22h15z"/>',network_wifi:'<path fill-opacity=".3" d="M12.01 21.49L23.64 7c-.45-.34-4.93-4-11.64-4C5.28 3 .81 6.66.36 7l11.63 14.49.01.01.01-.01z"/><path d="M3.53 10.95l8.46 10.54.01.01.01-.01 8.46-10.54C20.04 10.62 16.81 8 12 8c-4.81 0-8.04 2.62-8.47 2.95z"/>',nfc:'<path d="M20 20H4V4h16v16zm0-18H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2z"/><path d="M18 6h-5c-1.1 0-2 .9-2 2v2.28c-.6.35-1 .98-1 1.72 0 1.1.9 2 2 2s2-.9 2-2c0-.74-.4-1.38-1-1.72V8h3v8H8V8h2V6H6v12h12V6z"/>',screen_lock_landscape:'<path d="M19 17H5V7h14v10zm2-12H3c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2z"/><path d="M10.8 10c0-.66.54-1.2 1.2-1.2.66 0 1.2.54 1.2 1.2v1h-2.4v-1zm-.8 6h4c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1v-1c0-1.11-.9-2-2-2-1.11 0-2 .9-2 2v1c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1z"/>',screen_lock_portrait:'<path d="M10.8 10c0-.66.54-1.2 1.2-1.2.66 0 1.2.54 1.2 1.2v1h-2.4v-1zm-.8 6h4c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1v-1c0-1.11-.9-2-2-2-1.11 0-2 .9-2 2v1c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1z"/><path d="M17 19H7V5h10v14zm0-18H7c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2z"/>',screen_lock_rotation:'<path d="M23.25 12.77l-2.57-2.57-1.41 1.41 2.22 2.22-5.66 5.66L4.51 8.17l5.66-5.66 2.1 2.1 1.41-1.41L11.23.75c-.59-.59-1.54-.59-2.12 0L2.75 7.11c-.59.59-.59 1.54 0 2.12l12.02 12.02c.59.59 1.54.59 2.12 0l6.36-6.36c.59-.59.59-1.54 0-2.12z"/><path d="M8.47 20.48C5.2 18.94 2.86 15.76 2.5 12H1c.51 6.16 5.66 11 11.95 11l.66-.03-3.81-3.82-1.33 1.33z"/><path d="M16.8 2.5c0-.94.76-1.7 1.7-1.7s1.7.76 1.7 1.7V3h-3.4v-.5zM16 9h5c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1v-.5C21 1.12 19.88 0 18.5 0S16 1.12 16 2.5V3c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1z"/>',screen_rotation:'<path d="M16.48 2.52c3.27 1.55 5.61 4.72 5.97 8.48h1.5C23.44 4.84 18.29 0 12 0l-.66.03 3.81 3.81 1.33-1.32z"/><path d="M14.83 21.19L2.81 9.17l6.36-6.36 12.02 12.02-6.36 6.36zm-4.6-19.44c-.59-.59-1.54-.59-2.12 0L1.75 8.11c-.59.59-.59 1.54 0 2.12l12.02 12.02c.59.59 1.54.59 2.12 0l6.36-6.36c.59-.59.59-1.54 0-2.12L10.23 1.75z"/><path d="M7.52 21.48C4.25 19.94 1.91 16.76 1.55 13H.05C.56 19.16 5.71 24 12 24l.66-.03-3.81-3.81-1.33 1.32z"/>',sd_storage:'<path d="M18 2h-8L4.02 8 4 20c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-6 6h-2V4h2v4zm3 0h-2V4h2v4zm3 0h-2V4h2v4z"/>',settings_system_daydream:'<path d="M9 16h6.5c1.38 0 2.5-1.12 2.5-2.5S16.88 11 15.5 11h-.05c-.24-1.69-1.69-3-3.45-3-1.4 0-2.6.83-3.16 2.02h-.16C7.17 10.18 6 11.45 6 13c0 1.66 1.34 3 3 3z"/><path d="M21 19.01H3V4.99h18v14.02zM21 3H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"/>',signal_cellular_4_bar:'<path d="M2 22h20V2z"/>',signal_cellular_connected_no_internet_4_bar:'<path d="M20 18h2v-8h-2v8z"/><path d="M20 22h2v-2h-2v2z"/><path d="M2 22h16V8h4V2L2 22z"/>',signal_cellular_no_sim:'<path d="M18.99 5c0-1.1-.89-2-1.99-2h-7L7.66 5.34 19 16.68 18.99 5z"/><path d="M3.65 3.88L2.38 5.15 5 7.77V19c0 1.1.9 2 2 2h10.01c.35 0 .67-.1.96-.26l1.88 1.88 1.27-1.27L3.65 3.88z"/>',signal_cellular_null:'<path d="M20 6.83V20H6.83L20 6.83M22 2L2 22h20V2z"/>',signal_cellular_off:'<path d="M21 1l-8.59 8.59L21 18.18V1z"/><path d="M4.77 4.5L3.5 5.77l6.36 6.36L1 21h17.73l2 2L22 21.73 4.77 4.5z"/>',signal_wifi_4_bar:'<path d="M12.01 21.49L23.64 7c-.45-.34-4.93-4-11.64-4C5.28 3 .81 6.66.36 7l11.63 14.49.01.01.01-.01z"/>',signal_wifi_4_bar_lock:'<path d="M22 16h-3v-1.5c0-.8.7-1.5 1.5-1.5s1.5.7 1.5 1.5V16zm1 0v-1.5c0-1.4-1.1-2.5-2.5-2.5S18 13.1 18 14.5V16c-.5 0-1 .5-1 1v4c0 .5.5 1 1 1h5c.5 0 1-.5 1-1v-4c0-.5-.5-1-1-1z"/><path d="M15.5 14.5c0-2.8 2.2-5 5-5 .4 0 .7 0 1 .1L23.6 7c-.4-.3-4.9-4-11.6-4C5.3 3 .8 6.7.4 7L12 21.5l3.5-4.4v-2.6z"/>',signal_wifi_off:'<path d="M23.64 7c-.45-.34-4.93-4-11.64-4-1.5 0-2.89.19-4.15.48L18.18 13.8 23.64 7z"/><path d="M17.04 15.22L3.27 1.44 2 2.72l2.05 2.06C1.91 5.76.59 6.82.36 7l11.63 14.49.01.01.01-.01 3.9-4.86 3.32 3.32 1.27-1.27-3.46-3.46z"/>',storage:'<path d="M4 17h2v2H4v-2zm-2 3h20v-4H2v4z"/><path d="M6 7H4V5h2v2zM2 4v4h20V4H2z"/><path d="M4 11h2v2H4v-2zm-2 3h20v-4H2v4z"/>',usb:'<path d="M15 7v4h1v2h-3V5h2l-3-4-3 4h2v8H8v-2.07c.7-.37 1.2-1.08 1.2-1.93 0-1.21-.99-2.2-2.2-2.2-1.21 0-2.2.99-2.2 2.2 0 .85.5 1.56 1.2 1.93V13c0 1.11.89 2 2 2h3v3.05c-.71.37-1.2 1.1-1.2 1.95 0 1.22.99 2.2 2.2 2.2 1.21 0 2.2-.98 2.2-2.2 0-.85-.49-1.58-1.2-1.95V15h3c1.11 0 2-.89 2-2v-2h1V7h-4z"/>',wallpaper:'<path d="M4 4h7V2H4c-1.1 0-2 .9-2 2v7h2V4z"/><path d="M10 13l-4 5h12l-3-4-2.03 2.71L10 13z"/><path d="M17 8.5c0-.83-.67-1.5-1.5-1.5S14 7.67 14 8.5s.67 1.5 1.5 1.5S17 9.33 17 8.5z"/><path d="M20 2h-7v2h7v7h2V4c0-1.1-.9-2-2-2z"/><path d="M20 20h-7v2h7c1.1 0 2-.9 2-2v-7h-2v7z"/><path d="M4 13H2v7c0 1.1.9 2 2 2h7v-2H4v-7z"/>',wifi_lock:'<path d="M20.5 9.5c.28 0 .55.04.81.08L24 6c-3.34-2.51-7.5-4-12-4S3.34 3.49 0 6l12 16 3.5-4.67V14.5c0-2.76 2.24-5 5-5z"/><path d="M22 16h-3v-1.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5V16zm1 0v-1.5c0-1.38-1.12-2.5-2.5-2.5S18 13.12 18 14.5V16c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h5c.55 0 1-.45 1-1v-4c0-.55-.45-1-1-1z"/>',wifi_tethering:'<path d="M12 11c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"/><path d="M18 13c0-3.31-2.69-6-6-6s-6 2.69-6 6c0 2.22 1.21 4.15 3 5.19l1-1.74c-1.19-.7-2-1.97-2-3.45 0-2.21 1.79-4 4-4s4 1.79 4 4c0 1.48-.81 2.75-2 3.45l1 1.74c1.79-1.04 3-2.97 3-5.19z"/><path d="M12 3C6.48 3 2 7.48 2 13c0 3.7 2.01 6.92 4.99 8.65l1-1.73C5.61 18.53 4 15.96 4 13c0-4.42 3.58-8 8-8s8 3.58 8 8c0 2.96-1.61 5.53-4 6.92l1 1.73c2.99-1.73 5-4.95 5-8.65 0-5.52-4.48-10-10-10z"/>',attach_file:'<path d="M16.5 6v11.5c0 2.21-1.79 4-4 4s-4-1.79-4-4V5c0-1.38 1.12-2.5 2.5-2.5s2.5 1.12 2.5 2.5v10.5c0 .55-.45 1-1 1s-1-.45-1-1V6H10v9.5c0 1.38 1.12 2.5 2.5 2.5s2.5-1.12 2.5-2.5V5c0-2.21-1.79-4-4-4S7 2.79 7 5v12.5c0 3.04 2.46 5.5 5.5 5.5s5.5-2.46 5.5-5.5V6h-1.5z"/>',attach_money:'<path d="M11.8 10.9c-2.27-.59-3-1.2-3-2.15 0-1.09 1.01-1.85 2.7-1.85 1.78 0 2.44.85 2.5 2.1h2.21c-.07-1.72-1.12-3.3-3.21-3.81V3h-3v2.16c-1.94.42-3.5 1.68-3.5 3.61 0 2.31 1.91 3.46 4.7 4.13 2.5.6 3 1.48 3 2.41 0 .69-.49 1.79-2.7 1.79-2.06 0-2.87-.92-2.98-2.1h-2.2c.12 2.19 1.76 3.42 3.68 3.83V21h3v-2.15c1.95-.37 3.5-1.5 3.5-3.55 0-2.84-2.43-3.81-4.7-4.4z"/>',border_all:'<path d="M3 3v18h18V3H3zm8 16H5v-6h6v6zm0-8H5V5h6v6zm8 8h-6v-6h6v6zm0-8h-6V5h6v6z"/>',border_bottom:'<path d="M9 11H7v2h2v-2z"/><path d="M13 15h-2v2h2v-2z"/><path d="M9 3H7v2h2V3z"/><path d="M13 11h-2v2h2v-2z"/><path d="M5 3H3v2h2V3z"/><path d="M13 7h-2v2h2V7z"/><path d="M17 11h-2v2h2v-2z"/><path d="M13 3h-2v2h2V3z"/><path d="M17 3h-2v2h2V3z"/><path d="M19 13h2v-2h-2v2z"/><path d="M19 17h2v-2h-2v2z"/><path d="M5 7H3v2h2V7z"/><path d="M19 3v2h2V3h-2z"/><path d="M19 9h2V7h-2v2z"/><path d="M5 11H3v2h2v-2z"/><path d="M3 21h18v-2H3v2z"/><path d="M5 15H3v2h2v-2z"/>',border_clear:'<path d="M7 5h2V3H7v2z"/><path d="M7 13h2v-2H7v2z"/><path d="M7 21h2v-2H7v2z"/><path d="M11 17h2v-2h-2v2z"/><path d="M11 21h2v-2h-2v2z"/><path d="M3 21h2v-2H3v2z"/><path d="M3 17h2v-2H3v2z"/><path d="M3 13h2v-2H3v2z"/><path d="M3 9h2V7H3v2z"/><path d="M3 5h2V3H3v2z"/><path d="M11 13h2v-2h-2v2z"/><path d="M19 17h2v-2h-2v2z"/><path d="M19 13h2v-2h-2v2z"/><path d="M19 21h2v-2h-2v2z"/><path d="M19 9h2V7h-2v2z"/><path d="M11 9h2V7h-2v2z"/><path d="M19 3v2h2V3h-2z"/><path d="M11 5h2V3h-2v2z"/><path d="M15 21h2v-2h-2v2z"/><path d="M15 13h2v-2h-2v2z"/><path d="M15 5h2V3h-2v2z"/>',border_color:'<path d="M17.75 7L14 3.25l-10 10V17h3.75l10-10zm2.96-2.96c.39-.39.39-1.02 0-1.41L18.37.29c-.39-.39-1.02-.39-1.41 0L15 2.25 18.75 6l1.96-1.96z"/><path fill-opacity=".36" d="M0 20h24v4H0z"/>',border_horizontal:'<path d="M3 21h2v-2H3v2z"/><path d="M5 7H3v2h2V7z"/><path d="M3 17h2v-2H3v2z"/><path d="M7 21h2v-2H7v2z"/><path d="M5 3H3v2h2V3z"/><path d="M9 3H7v2h2V3z"/><path d="M17 3h-2v2h2V3z"/><path d="M13 7h-2v2h2V7z"/><path d="M13 3h-2v2h2V3z"/><path d="M19 17h2v-2h-2v2z"/><path d="M11 21h2v-2h-2v2z"/><path d="M3 13h18v-2H3v2z"/><path d="M19 3v2h2V3h-2z"/><path d="M19 9h2V7h-2v2z"/><path d="M11 17h2v-2h-2v2z"/><path d="M15 21h2v-2h-2v2z"/><path d="M19 21h2v-2h-2v2z"/>',border_inner:'<path d="M3 21h2v-2H3v2z"/><path d="M7 21h2v-2H7v2z"/><path d="M5 7H3v2h2V7z"/><path d="M3 17h2v-2H3v2z"/><path d="M9 3H7v2h2V3z"/><path d="M5 3H3v2h2V3z"/><path d="M17 3h-2v2h2V3z"/><path d="M19 9h2V7h-2v2z"/><path d="M19 3v2h2V3h-2z"/><path d="M15 21h2v-2h-2v2z"/><path d="M13 3h-2v8H3v2h8v8h2v-8h8v-2h-8V3z"/><path d="M19 21h2v-2h-2v2z"/><path d="M19 17h2v-2h-2v2z"/>',border_left:'<path d="M11 21h2v-2h-2v2z"/><path d="M11 17h2v-2h-2v2z"/><path d="M11 5h2V3h-2v2z"/><path d="M11 9h2V7h-2v2z"/><path d="M11 13h2v-2h-2v2z"/><path d="M7 21h2v-2H7v2z"/><path d="M7 5h2V3H7v2z"/><path d="M7 13h2v-2H7v2z"/><path d="M3 21h2V3H3v18z"/><path d="M19 9h2V7h-2v2z"/><path d="M15 21h2v-2h-2v2z"/><path d="M19 17h2v-2h-2v2z"/><path d="M19 3v2h2V3h-2z"/><path d="M19 13h2v-2h-2v2z"/><path d="M19 21h2v-2h-2v2z"/><path d="M15 13h2v-2h-2v2z"/><path d="M15 5h2V3h-2v2z"/>',border_outer:'<path d="M13 7h-2v2h2V7z"/><path d="M13 11h-2v2h2v-2z"/><path d="M17 11h-2v2h2v-2z"/><path d="M19 19H5V5h14v14zM3 3v18h18V3H3z"/><path d="M13 15h-2v2h2v-2z"/><path d="M9 11H7v2h2v-2z"/>',border_right:'<path d="M7 21h2v-2H7v2z"/><path d="M3 5h2V3H3v2z"/><path d="M7 5h2V3H7v2z"/><path d="M7 13h2v-2H7v2z"/><path d="M3 21h2v-2H3v2z"/><path d="M11 21h2v-2h-2v2z"/><path d="M3 13h2v-2H3v2z"/><path d="M3 17h2v-2H3v2z"/><path d="M3 9h2V7H3v2z"/><path d="M11 17h2v-2h-2v2z"/><path d="M15 13h2v-2h-2v2z"/><path d="M19 3v18h2V3h-2z"/><path d="M15 21h2v-2h-2v2z"/><path d="M15 5h2V3h-2v2z"/><path d="M11 13h2v-2h-2v2z"/><path d="M11 5h2V3h-2v2z"/><path d="M11 9h2V7h-2v2z"/>',border_style:'<path d="M15 21h2v-2h-2v2z"/><path d="M19 21h2v-2h-2v2z"/><path d="M7 21h2v-2H7v2z"/><path d="M11 21h2v-2h-2v2z"/><path d="M19 17h2v-2h-2v2z"/><path d="M19 13h2v-2h-2v2z"/><path d="M3 3v18h2V5h16V3H3z"/><path d="M19 9h2V7h-2v2z"/>',border_top:'<path d="M7 21h2v-2H7v2z"/><path d="M7 13h2v-2H7v2z"/><path d="M11 13h2v-2h-2v2z"/><path d="M11 21h2v-2h-2v2z"/><path d="M3 17h2v-2H3v2z"/><path d="M3 21h2v-2H3v2z"/><path d="M3 13h2v-2H3v2z"/><path d="M3 9h2V7H3v2z"/><path d="M11 17h2v-2h-2v2z"/><path d="M19 9h2V7h-2v2z"/><path d="M19 13h2v-2h-2v2z"/><path d="M3 3v2h18V3H3z"/><path d="M19 17h2v-2h-2v2z"/><path d="M15 21h2v-2h-2v2z"/><path d="M11 9h2V7h-2v2z"/><path d="M19 21h2v-2h-2v2z"/><path d="M15 13h2v-2h-2v2z"/>', -border_vertical:'<path d="M3 9h2V7H3v2z"/><path d="M3 5h2V3H3v2z"/><path d="M7 21h2v-2H7v2z"/><path d="M7 13h2v-2H7v2z"/><path d="M3 13h2v-2H3v2z"/><path d="M3 21h2v-2H3v2z"/><path d="M3 17h2v-2H3v2z"/><path d="M7 5h2V3H7v2z"/><path d="M19 17h2v-2h-2v2z"/><path d="M11 21h2V3h-2v18z"/><path d="M19 21h2v-2h-2v2z"/><path d="M19 13h2v-2h-2v2z"/><path d="M19 3v2h2V3h-2z"/><path d="M19 9h2V7h-2v2z"/><path d="M15 5h2V3h-2v2z"/><path d="M15 21h2v-2h-2v2z"/><path d="M15 13h2v-2h-2v2z"/>',bubble_chart:'<circle cx="7.2" cy="14.4" r="3.2"/><circle cx="14.8" cy="18" r="2"/><circle cx="15.2" cy="8.8" r="4.8"/>',drag_handle:'<path d="M20 9H4v2h16V9z"/><path d="M4 15h16v-2H4v2z"/>',format_align_center:'<path d="M7 15v2h10v-2H7z"/><path d="M3 21h18v-2H3v2z"/><path d="M3 13h18v-2H3v2z"/><path d="M7 7v2h10V7H7z"/><path d="M3 3v2h18V3H3z"/>',format_align_justify:'<path d="M3 21h18v-2H3v2z"/><path d="M3 17h18v-2H3v2z"/><path d="M3 13h18v-2H3v2z"/><path d="M3 9h18V7H3v2z"/><path d="M3 3v2h18V3H3z"/>',format_align_left:'<path d="M15 15H3v2h12v-2z"/><path d="M15 7H3v2h12V7z"/><path d="M3 13h18v-2H3v2z"/><path d="M3 21h18v-2H3v2z"/><path d="M3 3v2h18V3H3z"/>',format_align_right:'<path d="M3 21h18v-2H3v2z"/><path d="M9 17h12v-2H9v2z"/><path d="M3 13h18v-2H3v2z"/><path d="M9 9h12V7H9v2z"/><path d="M3 3v2h18V3H3z"/>',format_bold:'<path d="M15.6 10.79c.97-.67 1.65-1.77 1.65-2.79 0-2.26-1.75-4-4-4H7v14h7.04c2.09 0 3.71-1.7 3.71-3.79 0-1.52-.86-2.82-2.15-3.42zM10 6.5h3c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5h-3v-3zm3.5 9H10v-3h3.5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5z"/>',format_clear:'<path d="M3.27 5L2 6.27l6.97 6.97L6.5 19h3l1.57-3.66L16.73 21 18 19.73 3.55 5.27 3.27 5z"/><path d="M6 5v.18L8.82 8h2.4l-.72 1.68 2.1 2.1L14.21 8H20V5H6z"/>',format_color_fill:'<path d="M16.56 8.94L7.62 0 6.21 1.41l2.38 2.38-5.15 5.15c-.59.59-.59 1.54 0 2.12l5.5 5.5c.29.29.68.44 1.06.44s.77-.15 1.06-.44l5.5-5.5c.59-.58.59-1.53 0-2.12zM5.21 10L10 5.21 14.79 10H5.21zM19 11.5s-2 2.17-2 3.5c0 1.1.9 2 2 2s2-.9 2-2c0-1.33-2-3.5-2-3.5z"/><path fill-opacity=".36" d="M0 20h24v4H0z"/>',format_color_reset:'<path d="M18 14c0-4-6-10.8-6-10.8s-1.33 1.51-2.73 3.52l8.59 8.59c.09-.42.14-.86.14-1.31z"/><path d="M17.12 17.12L12.5 12.5 5.27 5.27 4 6.55l3.32 3.32C6.55 11.32 6 12.79 6 14c0 3.31 2.69 6 6 6 1.52 0 2.9-.57 3.96-1.5l2.63 2.63 1.27-1.27-2.74-2.74z"/>',format_color_text:'<path fill-opacity=".36" d="M0 20h24v4H0z"/><path d="M11 3L5.5 17h2.25l1.12-3h6.25l1.12 3h2.25L13 3h-2zm-1.38 9L12 5.67 14.38 12H9.62z"/>',format_indent_decrease:'<path d="M11 17h10v-2H11v2z"/><path d="M3 12l4 4V8l-4 4z"/><path d="M3 21h18v-2H3v2z"/><path d="M3 3v2h18V3H3z"/><path d="M11 9h10V7H11v2z"/><path d="M11 13h10v-2H11v2z"/>',format_indent_increase:'<path d="M3 21h18v-2H3v2z"/><path d="M3 8v8l4-4-4-4z"/><path d="M11 17h10v-2H11v2z"/><path d="M3 3v2h18V3H3z"/><path d="M11 9h10V7H11v2z"/><path d="M11 13h10v-2H11v2z"/>',format_italic:'<path d="M10 4v3h2.21l-3.42 8H6v3h8v-3h-2.21l3.42-8H18V4z"/>',format_line_spacing:'<path d="M6 7h2.5L5 3.5 1.5 7H4v10H1.5L5 20.5 8.5 17H6V7z"/><path d="M10 5v2h12V5H10z"/><path d="M10 19h12v-2H10v2z"/><path d="M10 13h12v-2H10v2z"/>',format_list_bulleted:'<path d="M4 10.5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5z"/><path d="M4 4.5c-.83 0-1.5.67-1.5 1.5S3.17 7.5 4 7.5 5.5 6.83 5.5 6 4.83 4.5 4 4.5z"/><path d="M4 16.67c-.74 0-1.33.6-1.33 1.33 0 .73.6 1.33 1.33 1.33.73 0 1.33-.6 1.33-1.33 0-.73-.59-1.33-1.33-1.33z"/><path d="M7 19h14v-2H7v2z"/><path d="M7 13h14v-2H7v2z"/><path d="M7 5v2h14V5H7z"/>',format_list_numbered:'<path d="M2 17h2v.5H3v1h1v.5H2v1h3v-4H2v1z"/><path d="M3 8h1V4H2v1h1v3z"/><path d="M2 11h1.8L2 13.1v.9h3v-1H3.2L5 10.9V10H2v1z"/><path d="M7 5v2h14V5H7z"/><path d="M7 19h14v-2H7v2z"/><path d="M7 13h14v-2H7v2z"/>',format_paint:'<path d="M18 4V3c0-.55-.45-1-1-1H5c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V6h1v4H9v11c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-9h8V4h-3z"/>',format_quote:'<path d="M6 17h3l2-4V7H5v6h3z"/><path d="M14 17h3l2-4V7h-6v6h3z"/>',format_shapes:'<path d="M19 5V3h2v2h-2zm2 16h-2v-2h2v2zm-4-2H7v-2H5V7h2V5h10v2h2v10h-2v2zM5 21H3v-2h2v2zM3 3h2v2H3V3zm20 4V1h-6v2H7V1H1v6h2v10H1v6h6v-2h10v2h6v-6h-2V7h2z"/><path d="M10.69 12.74h2.61L12 8.91l-1.31 3.83zM13.73 14h-3.49l-.73 2H7.89l3.4-9h1.4l3.41 9h-1.63l-.74-2z"/>',format_size:'<path d="M9 4v3h5v12h3V7h5V4H9z"/><path d="M3 12h3v7h3v-7h3V9H3v3z"/>',format_strikethrough:'<path d="M10 19h4v-3h-4v3z"/><path d="M5 4v3h5v3h4V7h5V4H5z"/><path d="M3 14h18v-2H3v2z"/>',format_textdirection_l_to_r:'<path d="M9 10v5h2V4h2v11h2V4h2V2H9C6.79 2 5 3.79 5 6s1.79 4 4 4z"/><path d="M21 18l-4-4v3H5v2h12v3l4-4z"/>',format_textdirection_r_to_l:'<path d="M10 10v5h2V4h2v11h2V4h2V2h-8C7.79 2 6 3.79 6 6s1.79 4 4 4z"/><path d="M8 17v-3l-4 4 4 4v-3h12v-2H8z"/>',format_underline:'<path d="M12 17c3.31 0 6-2.69 6-6V3h-2.5v8c0 1.93-1.57 3.5-3.5 3.5S8.5 12.93 8.5 11V3H6v8c0 3.31 2.69 6 6 6z"/><path d="M5 19v2h14v-2H5z"/>',functions:'<path d="M18 4H6v2l6.5 6L6 18v2h12v-3h-7l5-5-5-5h7z"/>',highlight:'<path d="M6 14l3 3v5h6v-5l3-3V9H6z"/><path d="M11 2h2v3h-2z"/><path d="M3.5 5.875L4.914 4.46l2.12 2.122L5.62 7.997z"/><path d="M16.96 6.585l2.123-2.12 1.414 1.414L18.375 8z"/>',insert_chart:'<path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM9 17H7v-7h2v7zm4 0h-2V7h2v10zm4 0h-2v-4h2v4z"/>',insert_comment:'<path d="M20 2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h14l4 4V4c0-1.1-.9-2-2-2zm-2 12H6v-2h12v2zm0-3H6V9h12v2zm0-3H6V6h12v2z"/>',insert_drive_file:'<path d="M6 2c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6H6zm7 7V3.5L18.5 9H13z"/>',insert_emoticon:'<path d="M12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm-.01-18C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2z"/><path d="M15.5 11c.83 0 1.5-.67 1.5-1.5S16.33 8 15.5 8 14 8.67 14 9.5s.67 1.5 1.5 1.5z"/><path d="M8.5 11c.83 0 1.5-.67 1.5-1.5S9.33 8 8.5 8 7 8.67 7 9.5 7.67 11 8.5 11z"/><path d="M12 17.5c2.33 0 4.31-1.46 5.11-3.5H6.89c.8 2.04 2.78 3.5 5.11 3.5z"/>',insert_invitation:'<path d="M17 12h-5v5h5v-5z"/><path d="M19 19H5V8h14v11zM16 1v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2h-1V1h-2z"/>',insert_link:'<path d="M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1z"/><path d="M8 13h8v-2H8v2z"/><path d="M17 7h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1 0 1.71-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5z"/>',insert_photo:'<path d="M21 19V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2zM8.5 13.5l2.5 3.01L14.5 12l4.5 6H5l3.5-4.5z"/>',linear_scale:'<path d="M19.5 9.5c-1.03 0-1.9.62-2.29 1.5h-2.92c-.39-.88-1.26-1.5-2.29-1.5s-1.9.62-2.29 1.5H6.79c-.39-.88-1.26-1.5-2.29-1.5C3.12 9.5 2 10.62 2 12s1.12 2.5 2.5 2.5c1.03 0 1.9-.62 2.29-1.5h2.92c.39.88 1.26 1.5 2.29 1.5s1.9-.62 2.29-1.5h2.92c.39.88 1.26 1.5 2.29 1.5 1.38 0 2.5-1.12 2.5-2.5s-1.12-2.5-2.5-2.5z"/>',merge_type:'<path d="M17 20.41L18.41 19 15 15.59 13.59 17 17 20.41z"/><path d="M7.5 8H11v5.59L5.59 19 7 20.41l6-6V8h3.5L12 3.5 7.5 8z"/>',mode_comment:'<path d="M21.99 4c0-1.1-.89-2-1.99-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h14l4 4-.01-18z"/>',mode_edit:'<path d="M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25z"/><path d="M20.71 7.04c.39-.39.39-1.02 0-1.41l-2.34-2.34c-.39-.39-1.02-.39-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83z"/>',monetization_on:'<path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1.41 16.09V20h-2.67v-1.93c-1.71-.36-3.16-1.46-3.27-3.4h1.96c.1 1.05.82 1.87 2.65 1.87 1.96 0 2.4-.98 2.4-1.59 0-.83-.44-1.61-2.67-2.14-2.48-.6-4.18-1.62-4.18-3.67 0-1.72 1.39-2.84 3.11-3.21V4h2.67v1.95c1.86.45 2.79 1.86 2.85 3.39H14.3c-.05-1.11-.64-1.87-2.22-1.87-1.5 0-2.4.68-2.4 1.64 0 .84.65 1.39 2.67 1.91s4.18 1.39 4.18 3.91c-.01 1.83-1.38 2.83-3.12 3.16z"/>',money_off:'<path d="M12.5 6.9c1.78 0 2.44.85 2.5 2.1h2.21c-.07-1.72-1.12-3.3-3.21-3.81V3h-3v2.16c-.53.12-1.03.3-1.48.54l1.47 1.47c.41-.17.91-.27 1.51-.27z"/><path d="M5.33 4.06L4.06 5.33 7.5 8.77c0 2.08 1.56 3.21 3.91 3.91l3.51 3.51c-.34.48-1.05.91-2.42.91-2.06 0-2.87-.92-2.98-2.1h-2.2c.12 2.19 1.76 3.42 3.68 3.83V21h3v-2.15c.96-.18 1.82-.55 2.45-1.12l2.22 2.22 1.27-1.27L5.33 4.06z"/>',multiline_chart:'<path d="M22 6.92l-1.41-1.41-2.85 3.21C15.68 6.4 12.83 5 9.61 5 6.72 5 4.07 6.16 2 8l1.42 1.42C5.12 7.93 7.27 7 9.61 7c2.74 0 5.09 1.26 6.77 3.24l-2.88 3.24-4-4L2 16.99l1.5 1.5 6-6.01 4 4 4.05-4.55c.75 1.35 1.25 2.9 1.44 4.55H21c-.22-2.3-.95-4.39-2.04-6.14L22 6.92z"/>',pie_chart:'<path d="M11 2v20c-5.07-.5-9-4.79-9-10s3.93-9.5 9-10z"/><path d="M13.03 2v8.99H22c-.47-4.74-4.24-8.52-8.97-8.99z"/><path d="M13.03 13.01V22c4.74-.47 8.5-4.25 8.97-8.99h-8.97z"/>',pie_chart_outline:'<path d="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zm1 2.07c3.61.45 6.48 3.33 6.93 6.93H13V4.07zM4 12c0-4.06 3.07-7.44 7-7.93v15.87c-3.93-.5-7-3.88-7-7.94zm9 7.93V13h6.93c-.45 3.61-3.32 6.48-6.93 6.93z"/>',publish:'<path d="M5 4v2h14V4H5z"/><path d="M5 14h4v6h6v-6h4l-7-7-7 7z"/>',short_text:'<path d="M4 9h16v2H4z"/><path d="M4 13h10v2H4z"/>',show_chart:'<path d="M3.5 18.49l6-6.01 4 4L22 6.92l-1.41-1.41-7.09 7.97-4-4L2 16.99z"/>',space_bar:'<path d="M18 9v4H6V9H4v6h16V9z"/>',strikethrough_s:'<path d="M7.24 8.75c-.26-.48-.39-1.03-.39-1.67 0-.61.13-1.16.4-1.67.26-.5.63-.93 1.11-1.29a5.73 5.73 0 0 1 1.7-.83c.66-.19 1.39-.29 2.18-.29.81 0 1.54.11 2.21.34.66.22 1.23.54 1.69.94.47.4.83.88 1.08 1.43.25.55.38 1.15.38 1.81h-3.01c0-.31-.05-.59-.15-.85-.09-.27-.24-.49-.44-.68-.2-.19-.45-.33-.75-.44-.3-.1-.66-.16-1.06-.16-.39 0-.74.04-1.03.13-.29.09-.53.21-.72.36-.19.16-.34.34-.44.55-.1.21-.15.43-.15.66 0 .48.25.88.74 1.21.38.25.77.48 1.41.7H7.39c-.05-.08-.11-.17-.15-.25z"/><path d="M21 12v-2H3v2h9.62c.18.07.4.14.55.2.37.17.66.34.87.51.21.17.35.36.43.57.07.2.11.43.11.69 0 .23-.05.45-.14.66-.09.2-.23.38-.42.53-.19.15-.42.26-.71.35-.29.08-.63.13-1.01.13-.43 0-.83-.04-1.18-.13s-.66-.23-.91-.42c-.25-.19-.45-.44-.59-.75-.14-.31-.25-.76-.25-1.21H6.4c0 .55.08 1.13.24 1.58.16.45.37.85.65 1.21.28.35.6.66.98.92.37.26.78.48 1.22.65.44.17.9.3 1.38.39.48.08.96.13 1.44.13.8 0 1.53-.09 2.18-.28.65-.19 1.21-.45 1.67-.79.46-.34.82-.77 1.07-1.27.25-.5.38-1.07.38-1.71 0-.6-.1-1.14-.31-1.61-.05-.11-.11-.23-.17-.33H21z"/>',text_fields:'<path d="M2.5 4v3h5v12h3V7h5V4h-13z"/><path d="M21.5 9h-9v3h3v7h3v-7h3V9z"/>',title:'<path d="M5 4v3h5.5v12h3V7H19V4z"/>',vertical_align_bottom:'<path d="M16 13h-3V3h-2v10H8l4 4 4-4z"/><path d="M4 19v2h16v-2H4z"/>',vertical_align_center:'<path d="M8 19h3v4h2v-4h3l-4-4-4 4z"/><path d="M16 5h-3V1h-2v4H8l4 4 4-4z"/><path d="M4 11v2h16v-2H4z"/>',vertical_align_top:'<path d="M8 11h3v10h2V11h3l-4-4-4 4z"/><path d="M4 3v2h16V3H4z"/>',wrap_text:'<path d="M4 19h6v-2H4v2z"/><path d="M20 5H4v2h16V5z"/><path d="M17 11H4v2h13.25c1.1 0 2 .9 2 2s-.9 2-2 2H15v-2l-3 3 3 3v-2h2c2.21 0 4-1.79 4-4s-1.79-4-4-4z"/>',attachment:'<path d="M7.5 18C4.46 18 2 15.54 2 12.5S4.46 7 7.5 7H18c2.21 0 4 1.79 4 4s-1.79 4-4 4H9.5C8.12 15 7 13.88 7 12.5S8.12 10 9.5 10H17v1.5H9.5c-.55 0-1 .45-1 1s.45 1 1 1H18c1.38 0 2.5-1.12 2.5-2.5S19.38 8.5 18 8.5H7.5c-2.21 0-4 1.79-4 4s1.79 4 4 4H17V18H7.5z"/>',cloud:'<path d="M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96z"/>',cloud_circle:'<path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm4.5 14H8c-1.66 0-3-1.34-3-3s1.34-3 3-3l.14.01C8.58 8.28 10.13 7 12 7c2.21 0 4 1.79 4 4h.5c1.38 0 2.5 1.12 2.5 2.5S17.88 16 16.5 16z"/>',cloud_done:'<path d="M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM10 17l-3.5-3.5 1.41-1.41L10 14.17 15.18 9l1.41 1.41L10 17z"/>',cloud_download:'<path d="M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM17 13l-5 5-5-5h3V9h4v4h3z"/>',cloud_off:'<path d="M19.35 10.04A7.49 7.49 0 0 0 12 4c-1.48 0-2.85.43-4.01 1.17l1.46 1.46a5.497 5.497 0 0 1 8.05 4.87v.5H19c1.66 0 3 1.34 3 3 0 1.13-.64 2.11-1.56 2.62l1.45 1.45C23.16 18.16 24 16.68 24 15c0-2.64-2.05-4.78-4.65-4.96z"/><path d="M7.73 10l8 8H6c-2.21 0-4-1.79-4-4s1.79-4 4-4h1.73zM3 5.27l2.75 2.74C2.56 8.15 0 10.77 0 14c0 3.31 2.69 6 6 6h11.73l2 2L21 20.73 4.27 4 3 5.27z"/>',cloud_queue:'<path d="M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM19 18H6c-2.21 0-4-1.79-4-4s1.79-4 4-4h.71C7.37 7.69 9.48 6 12 6c3.04 0 5.5 2.46 5.5 5.5v.5H19c1.66 0 3 1.34 3 3s-1.34 3-3 3z"/>',cloud_upload:'<path d="M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM14 13v4h-4v-4H7l5-5 5 5h-3z"/>',create_new_folder:'<path d="M20 6h-8l-2-2H4c-1.11 0-1.99.89-1.99 2L2 18c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V8c0-1.11-.89-2-2-2zm-1 8h-3v3h-2v-3h-3v-2h3V9h2v3h3v2z"/>',file_download:'<path d="M19 9h-4V3H9v6H5l7 7 7-7z"/><path d="M5 18v2h14v-2H5z"/>',file_upload:'<path d="M9 16h6v-6h4l-7-7-7 7h4z"/><path d="M5 18h14v2H5z"/>',folder:'<path d="M10 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2h-8l-2-2z"/>',folder_open:'<path d="M20 6h-8l-2-2H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm0 12H4V8h16v10z"/>',folder_shared:'<path d="M20 6h-8l-2-2H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm-5 3c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm4 8h-8v-1c0-1.33 2.67-2 4-2s4 .67 4 2v1z"/>',cast:'<path d="M21 3H3c-1.1 0-2 .9-2 2v3h2V5h18v14h-7v2h7c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"/><path d="M1 18v3h3c0-1.66-1.34-3-3-3z"/><path d="M1 14v2c2.76 0 5 2.24 5 5h2c0-3.87-3.13-7-7-7z"/><path d="M1 10v2c4.97 0 9 4.03 9 9h2c0-6.08-4.93-11-11-11z"/>',cast_connected:'<path d="M1 18v3h3c0-1.66-1.34-3-3-3z"/><path d="M1 14v2c2.76 0 5 2.24 5 5h2c0-3.87-3.13-7-7-7z"/><path d="M19 7H5v1.63c3.96 1.28 7.09 4.41 8.37 8.37H19V7z"/><path d="M1 10v2c4.97 0 9 4.03 9 9h2c0-6.08-4.93-11-11-11z"/><path d="M21 3H3c-1.1 0-2 .9-2 2v3h2V5h18v14h-7v2h7c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"/>',computer:'<path d="M20 18c1.1 0 1.99-.9 1.99-2L22 6c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2H0v2h24v-2h-4zM4 6h16v10H4V6z"/>',desktop_mac:'<path d="M21 2H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h7l-2 3v1h8v-1l-2-3h7c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 12H3V4h18v10z"/>',desktop_windows:'<path d="M21 2H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h7v2H8v2h8v-2h-2v-2h7c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H3V4h18v12z"/>',developer_dashboard:'<path d="M18 19H4V5h14v14zm4-10V7h-2V5c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-2h2v-2h-2v-2h2v-2h-2V9h2z"/><path d="M6 13h5v4H6z"/><path d="M12 7h4v3h-4z"/><path d="M6 7h5v5H6z"/><path d="M12 11h4v6h-4z"/>',device_hub:'<path d="M17 16l-4-4V8.82C14.16 8.4 15 7.3 15 6c0-1.66-1.34-3-3-3S9 4.34 9 6c0 1.3.84 2.4 2 2.82V12l-4 4H3v5h5v-3.05l4-4.2 4 4.2V21h5v-5h-4z"/>',devices_other:'<path d="M3 6h18V4H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h4v-2H3V6z"/><path d="M11 17.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm2-5.5H9v1.78c-.61.55-1 1.33-1 2.22 0 .89.39 1.67 1 2.22V20h4v-1.78c.61-.55 1-1.34 1-2.22 0-.88-.39-1.67-1-2.22V12z"/><path d="M21 18h-4v-8h4v8zm1-10h-6c-.5 0-1 .5-1 1v10c0 .5.5 1 1 1h6c.5 0 1-.5 1-1V9c0-.5-.5-1-1-1z"/>',dock:'<path d="M8 23h8v-2H8v2z"/><path d="M16 15H8V5h8v10zm0-13.99L8 1c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99z"/>',gamepad:'<path d="M15 7.5V2H9v5.5l3 3 3-3z"/><path d="M7.5 9H2v6h5.5l3-3-3-3z"/><path d="M9 16.5V22h6v-5.5l-3-3-3 3z"/><path d="M16.5 9l-3 3 3 3H22V9h-5.5z"/>',headset:'<path d="M12 1c-4.97 0-9 4.03-9 9v7c0 1.66 1.34 3 3 3h3v-8H5v-2c0-3.87 3.13-7 7-7s7 3.13 7 7v2h-4v8h3c1.66 0 3-1.34 3-3v-7c0-4.97-4.03-9-9-9z"/>',headset_mic:'<path d="M12 1c-4.97 0-9 4.03-9 9v7c0 1.66 1.34 3 3 3h3v-8H5v-2c0-3.87 3.13-7 7-7s7 3.13 7 7v2h-4v8h4v1h-7v2h6c1.66 0 3-1.34 3-3V10c0-4.97-4.03-9-9-9z"/>',keyboard:'<path d="M20 5H4c-1.1 0-1.99.9-1.99 2L2 17c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm-9 3h2v2h-2V8zm0 3h2v2h-2v-2zM8 8h2v2H8V8zm0 3h2v2H8v-2zm-1 2H5v-2h2v2zm0-3H5V8h2v2zm9 7H8v-2h8v2zm0-4h-2v-2h2v2zm0-3h-2V8h2v2zm3 3h-2v-2h2v2zm0-3h-2V8h2v2z"/>',keyboard_arrow_down:'<path d="M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z"/>',keyboard_arrow_left:'<path d="M15.41 16.09l-4.58-4.59 4.58-4.59L14 5.5l-6 6 6 6z"/>',keyboard_arrow_right:'<path d="M8.59 16.34l4.58-4.59-4.58-4.59L10 5.75l6 6-6 6z"/>',keyboard_arrow_up:'<path d="M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z"/>',keyboard_backspace:'<path d="M21 11H6.83l3.58-3.59L9 6l-6 6 6 6 1.41-1.41L6.83 13H21z"/>',keyboard_capslock:'<path d="M12 8.41L16.59 13 18 11.59l-6-6-6 6L7.41 13 12 8.41z"/><path d="M6 18h12v-2H6v2z"/>',keyboard_hide:'<path d="M19 8h-2V6h2v2zm0 3h-2V9h2v2zm-3-3h-2V6h2v2zm0 3h-2V9h2v2zm0 4H8v-2h8v2zM7 8H5V6h2v2zm0 3H5V9h2v2zm1-2h2v2H8V9zm0-3h2v2H8V6zm3 3h2v2h-2V9zm0-3h2v2h-2V6zm9-3H4c-1.1 0-1.99.9-1.99 2L2 15c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"/><path d="M12 23l4-4H8l4 4z"/>',keyboard_return:'<path d="M19 7v4H5.83l3.58-3.59L8 6l-6 6 6 6 1.41-1.41L5.83 13H21V7z"/>',keyboard_tab:'<path d="M11.59 7.41L15.17 11H1v2h14.17l-3.59 3.59L13 18l6-6-6-6-1.41 1.41z"/><path d="M20 6v12h2V6h-2z"/>',keyboard_voice:'<path d="M12 15c1.66 0 2.99-1.34 2.99-3L15 6c0-1.66-1.34-3-3-3S9 4.34 9 6v6c0 1.66 1.34 3 3 3z"/><path d="M17.3 12c0 3-2.54 5.1-5.3 5.1S6.7 15 6.7 12H5c0 3.42 2.72 6.23 6 6.72V22h2v-3.28c3.28-.48 6-3.3 6-6.72h-1.7z"/>',laptop:'<path d="M20 18c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2H0v2h24v-2h-4zM4 6h16v10H4V6z"/>',laptop_chromebook:'<path d="M22 18V3H2v15H0v2h24v-2h-2zm-8 0h-4v-1h4v1zm6-3H4V5h16v10z"/>',laptop_mac:'<path d="M20 18c1.1 0 1.99-.9 1.99-2L22 5c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v11c0 1.1.9 2 2 2H0c0 1.1.9 2 2 2h20c1.1 0 2-.9 2-2h-4zM4 5h16v11H4V5zm8 14c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"/>',laptop_windows:'<path d="M20 18v-1c1.1 0 1.99-.9 1.99-2L22 5c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2v1H0v2h24v-2h-4zM4 5h16v10H4V5z"/>',memory:'<path d="M13 13h-2v-2h2v2zm2-4H9v6h6V9z"/><path d="M17 17H7V7h10v10zm4-6V9h-2V7c0-1.1-.9-2-2-2h-2V3h-2v2h-2V3H9v2H7c-1.1 0-2 .9-2 2v2H3v2h2v2H3v2h2v2c0 1.1.9 2 2 2h2v2h2v-2h2v2h2v-2h2c1.1 0 2-.9 2-2v-2h2v-2h-2v-2h2z"/>',mouse:'<path d="M13 1.07V9h7c0-4.08-3.05-7.44-7-7.93z"/><path d="M4 15c0 4.42 3.58 8 8 8s8-3.58 8-8v-4H4v4z"/><path d="M11 1.07C7.05 1.56 4 4.92 4 9h7V1.07z"/>',phone_android:'<path d="M16 1H8C6.34 1 5 2.34 5 4v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3zm-2 20h-4v-1h4v1zm3.25-3H6.75V4h10.5v14z"/>',phone_iphone:'<path d="M15.5 1h-8C6.12 1 5 2.12 5 3.5v17C5 21.88 6.12 23 7.5 23h8c1.38 0 2.5-1.12 2.5-2.5v-17C18 2.12 16.88 1 15.5 1zm-4 21c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm4.5-4H7V4h9v14z"/>',phonelink:'<path d="M4 6h18V4H4c-1.1 0-2 .9-2 2v11H0v3h14v-3H4V6z"/><path d="M22 17h-4v-7h4v7zm1-9h-6c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h6c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1z"/>',phonelink_off:'<path d="M22 6V4H6.82l2 2H22z"/><path d="M4 6.27L14.73 17H4V6.27zM1.92 1.65L.65 2.92l1.82 1.82C2.18 5.08 2 5.52 2 6v11H0v3h17.73l2.35 2.35 1.27-1.27L3.89 3.62 1.92 1.65z"/><path d="M23 8h-6c-.55 0-1 .45-1 1v4.18l2 2V10h4v7h-2.18l3 3H23c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1z"/>',power_input:'<path d="M2 9v2h19V9H2z"/><path d="M2 15h5v-2H2v2z"/><path d="M9 15h5v-2H9v2z"/><path d="M16 15h5v-2h-5v2z"/>',router:'<path d="M20.2 5.9l.8-.8C19.6 3.7 17.8 3 16 3c-1.8 0-3.6.7-5 2.1l.8.8C13 4.8 14.5 4.2 16 4.2s3 .6 4.2 1.7z"/><path d="M19.3 6.7c-.9-.9-2.1-1.4-3.3-1.4-1.2 0-2.4.5-3.3 1.4l.8.8c.7-.7 1.6-1 2.5-1 .9 0 1.8.3 2.5 1l.8-.8z"/><path d="M15 18h-2v-2h2v2zm-3.5 0h-2v-2h2v2zM8 18H6v-2h2v2zm11-5h-2V9h-2v4H5c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-4c0-1.1-.9-2-2-2z"/>',scanner:'<path d="M19.8 10.7L4.2 5l-.7 1.9L17.6 12H5c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-5.5c0-.8-.5-1.6-1.2-1.8zM7 17H5v-2h2v2zm12 0H9v-2h10v2z"/>',security:'<path d="M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm0 10.99h7c-.53 4.12-3.28 7.79-7 8.94V12H5V6.3l7-3.11v8.8z"/>',sim_card:'<path d="M19.99 4c0-1.1-.89-2-1.99-2h-8L4 8v12c0 1.1.9 2 2 2h12.01c1.1 0 1.99-.9 1.99-2l-.01-16zM9 19H7v-2h2v2zm8 0h-2v-2h2v2zm-8-4H7v-4h2v4zm4 4h-2v-4h2v4zm0-6h-2v-2h2v2zm4 2h-2v-4h2v4z"/>',smartphone:'<path d="M17 1.01L7 1c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99zM17 19H7V5h10v14z"/>',speaker:'<path d="M12 20c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm0-16c1.1 0 2 .9 2 2s-.9 2-2 2c-1.11 0-2-.9-2-2s.89-2 2-2zm5-2H7c-1.1 0-2 .9-2 2v16c0 1.1.9 1.99 2 1.99L17 22c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2z"/><path d="M12 12c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z"/>',speaker_group:'<path d="M18.2 1H9.8C8.81 1 8 1.81 8 2.8v14.4c0 .99.81 1.79 1.8 1.79l8.4.01c.99 0 1.8-.81 1.8-1.8V2.8c0-.99-.81-1.8-1.8-1.8zM14 3c1.1 0 2 .89 2 2s-.9 2-2 2-2-.89-2-2 .9-2 2-2zm0 13.5c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4z"/> <circle cx="14" cy="12.5" r="2.5"/> <path d="M6 5H4v16c0 1.1.89 2 2 2h10v-2H6V5z"/>',tablet:'<path d="M21 4H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h18c1.1 0 1.99-.9 1.99-2L23 6c0-1.1-.9-2-2-2zm-2 14H5V6h14v12z"/>',tablet_android:'<path d="M18 0H6C4.34 0 3 1.34 3 3v18c0 1.66 1.34 3 3 3h12c1.66 0 3-1.34 3-3V3c0-1.66-1.34-3-3-3zm-4 22h-4v-1h4v1zm5.25-3H4.75V3h14.5v16z"/>',tablet_mac:'<path d="M18.5 0h-14C3.12 0 2 1.12 2 2.5v19C2 22.88 3.12 24 4.5 24h14c1.38 0 2.5-1.12 2.5-2.5v-19C21 1.12 19.88 0 18.5 0zm-7 23c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm7.5-4H4V3h15v16z"/>',toys:'<path d="M12 12c0-3 2.5-5.5 5.5-5.5S23 9 23 12H12z"/><path d="M12 12c0 3-2.5 5.5-5.5 5.5S1 15 1 12h11z"/><path d="M12 12c-3 0-5.5-2.5-5.5-5.5S9 1 12 1v11z"/><path d="M12 12c3 0 5.5 2.5 5.5 5.5S15 23 12 23V12z"/>',tv:'<path d="M21 3H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h5v2h8v-2h5c1.1 0 1.99-.9 1.99-2L23 5c0-1.1-.9-2-2-2zm0 14H3V5h18v12z"/>',vidiogame_asset:'<path d="M21 6H3c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm-10 7H8v3H6v-3H3v-2h3V8h2v3h3v2zm4.5 2c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm4-3c-.83 0-1.5-.67-1.5-1.5S18.67 9 19.5 9s1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"/>',watch:'<path d="M20 12c0-2.54-1.19-4.81-3.04-6.27L16 0H8l-.95 5.73C5.19 7.19 4 9.45 4 12s1.19 4.81 3.05 6.27L8 24h8l.96-5.73C18.81 16.81 20 14.54 20 12zM6 12c0-3.31 2.69-6 6-6s6 2.69 6 6-2.69 6-6 6-6-2.69-6-6z"/>',add_a_photo:'<path d="M3 4V1h2v3h3v2H5v3H3V6H0V4h3z"/><path d="M13 19c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-7-9V7h3V4h7l1.83 2H21c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H5c-1.1 0-2-.9-2-2V10h3z"/><path d="M9.8 14c0 1.77 1.43 3.2 3.2 3.2 1.77 0 3.2-1.43 3.2-3.2 0-1.77-1.43-3.2-3.2-3.2-1.77 0-3.2 1.43-3.2 3.2z"/>',add_to_photos:'<path d="M4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6z"/><path d="M19 11h-4v4h-2v-4H9V9h4V5h2v4h4v2zm1-9H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2z"/>',adjust:'<path d="M12 20c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm0-18C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2z"/><path d="M15 12c0 1.66-1.34 3-3 3s-3-1.34-3-3 1.34-3 3-3 3 1.34 3 3z"/>',assistant_photo:'<path d="M14.4 6L14 4H5v17h2v-7h5.6l.4 2h7V6z"/>',audiotrack:'<path d="M12 3v9.28c-.47-.17-.97-.28-1.5-.28C8.01 12 6 14.01 6 16.5S8.01 21 10.5 21c2.31 0 4.2-1.75 4.45-4H15V6h4V3h-7z"/>',blur_circular:'<path d="M10 9c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1z"/><path d="M10 13c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1z"/><path d="M7 9.5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5z"/><path d="M10 16.5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5z"/><path d="M7 13.5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5z"/><path d="M10 7.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5z"/><path d="M14 9c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1z"/><path d="M14 7.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5z"/><path d="M17 13.5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5z"/><path d="M17 9.5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5z"/><path d="M12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm0-18C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2z"/><path d="M14 16.5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5z"/><path d="M14 13c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1z"/>',blur_linear:'<path d="M5 17.5c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5-1.5.67-1.5 1.5.67 1.5 1.5 1.5z"/><path d="M9 13c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1z"/><path d="M9 9c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1z"/><path d="M3 21h18v-2H3v2z"/><path d="M5 9.5c.83 0 1.5-.67 1.5-1.5S5.83 6.5 5 6.5 3.5 7.17 3.5 8 4.17 9.5 5 9.5z"/><path d="M5 13.5c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5-1.5.67-1.5 1.5.67 1.5 1.5 1.5z"/><path d="M9 17c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1z"/><path d="M17 16.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5z"/><path d="M3 3v2h18V3H3z"/><path d="M17 8.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5z"/><path d="M17 12.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5z"/><path d="M13 9c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1z"/><path d="M13 13c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1z"/><path d="M13 17c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1z"/>',blur_off:'<path d="M14 7c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1z"/><path d="M13.8 11.48l.2.02c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5-1.5.67-1.5 1.5l.02.2c.09.67.61 1.19 1.28 1.28z"/><path d="M14 3.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5z"/><path d="M10 3.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5z"/><path d="M21 10.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5z"/><path d="M10 7c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1z"/><path d="M18 15c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1z"/><path d="M18 11c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1z"/><path d="M18 7c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1z"/><path d="M14 20.5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5z"/><path d="M2.5 5.27l3.78 3.78L6 9c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1c0-.1-.03-.19-.06-.28l2.81 2.81c-.71.11-1.25.73-1.25 1.47 0 .83.67 1.5 1.5 1.5.74 0 1.36-.54 1.47-1.25l2.81 2.81c-.09-.03-.18-.06-.28-.06-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1c0-.1-.03-.19-.06-.28l3.78 3.78L20 20.23 3.77 4 2.5 5.27z"/><path d="M10 17c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1z"/><path d="M21 13.5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5z"/><path d="M6 13c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1z"/><path d="M3 9.5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5z"/><path d="M10 20.5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5z"/><path d="M6 17c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1z"/><path d="M3 13.5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5z"/>',blur_on:'<path d="M6 13c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1z"/><path d="M6 17c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1z"/><path d="M6 9c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1z"/><path d="M3 9.5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5z"/><path d="M6 5c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1z"/><path d="M21 10.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5z"/><path d="M14 7c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1z"/><path d="M14 3.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5z"/><path d="M3 13.5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5z"/><path d="M10 20.5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5z"/><path d="M10 3.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5z"/><path d="M10 7c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1z"/><path d="M10 12.5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5z"/><path d="M18 13c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1z"/><path d="M18 17c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1z"/><path d="M18 9c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1z"/><path d="M18 5c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1z"/><path d="M21 13.5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5z"/><path d="M14 17c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1z"/><path d="M14 20.5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5z"/><path d="M10 8.5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5z"/><path d="M10 17c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1z"/><path d="M14 12.5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5z"/><path d="M14 8.5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5z"/>',brightness_1:'<circle cx="12" cy="12" r="10"/>',brightness_2:'<path d="M10 2c-1.82 0-3.53.5-5 1.35C7.99 5.08 10 8.3 10 12s-2.01 6.92-5 8.65C6.47 21.5 8.18 22 10 22c5.52 0 10-4.48 10-10S15.52 2 10 2z"/>',brightness_3:'<path d="M9 2c-1.05 0-2.05.16-3 .46 4.06 1.27 7 5.06 7 9.54 0 4.48-2.94 8.27-7 9.54.95.3 1.95.46 3 .46 5.52 0 10-4.48 10-10S14.52 2 9 2z"/>',brightness_4:'<path d="M20 8.69V4h-4.69L12 .69 8.69 4H4v4.69L.69 12 4 15.31V20h4.69L12 23.31 15.31 20H20v-4.69L23.31 12 20 8.69zM12 18c-.89 0-1.74-.2-2.5-.55C11.56 16.5 13 14.42 13 12s-1.44-4.5-3.5-5.45C10.26 6.2 11.11 6 12 6c3.31 0 6 2.69 6 6s-2.69 6-6 6z"/>',brightness_5:'<path d="M20 15.31L23.31 12 20 8.69V4h-4.69L12 .69 8.69 4H4v4.69L.69 12 4 15.31V20h4.69L12 23.31 15.31 20H20v-4.69zM12 18c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6z"/>',brightness_6:'<path d="M20 15.31L23.31 12 20 8.69V4h-4.69L12 .69 8.69 4H4v4.69L.69 12 4 15.31V20h4.69L12 23.31 15.31 20H20v-4.69zM12 18V6c3.31 0 6 2.69 6 6s-2.69 6-6 6z"/>',brightness_7:'<path d="M12 18c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6zm8-9.31V4h-4.69L12 .69 8.69 4H4v4.69L.69 12 4 15.31V20h4.69L12 23.31 15.31 20H20v-4.69L23.31 12 20 8.69z"/><path d="M12 8c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4z"/>',broken_image:'<path d="M21 5v6.59l-3-3.01-4 4.01-4-4-4 4-3-3.01V5c0-1.1.9-2 2-2h14c1.1 0 2 .9 2 2z"/><path d="M18 11.42l3 3.01V19c0 1.1-.9 2-2 2H5c-1.1 0-2-.9-2-2v-6.58l3 2.99 4-4 4 4 4-3.99z"/>',brush:'<path d="M7 14c-1.66 0-3 1.34-3 3 0 1.31-1.16 2-2 2 .92 1.22 2.49 2 4 2 2.21 0 4-1.79 4-4 0-1.66-1.34-3-3-3z"/><path d="M20.71 4.63l-1.34-1.34c-.39-.39-1.02-.39-1.41 0L9 12.25 11.75 15l8.96-8.96c.39-.39.39-1.02 0-1.41z"/>',burst_mode:'<path d="M1 5h2v14H1z"/><path d="M5 5h2v14H5z"/><path d="M11 17l2.5-3.15L15.29 16l2.5-3.22L21 17H11zM22 5H10c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V6c0-.55-.45-1-1-1z"/>',camera:'<path d="M9.4 10.5l4.77-8.26C13.47 2.09 12.75 2 12 2c-2.4 0-4.6.85-6.32 2.25l3.66 6.35.06-.1z"/><path d="M21.54 9c-.92-2.92-3.15-5.26-6-6.34L11.88 9h9.66z"/><path d="M21.8 10h-7.49l.29.5 4.76 8.25C21 16.97 22 14.61 22 12c0-.69-.07-1.35-.2-2z"/><path d="M8.54 12l-3.9-6.75C3.01 7.03 2 9.39 2 12c0 .69.07 1.35.2 2h7.49l-1.15-2z"/><path d="M2.46 15c.92 2.92 3.15 5.26 6 6.34L12.12 15H2.46z"/><path d="M13.73 15l-3.9 6.76c.7.15 1.42.24 2.17.24 2.4 0 4.6-.85 6.32-2.25l-3.66-6.35-.93 1.6z"/>',camera_alt:'<circle cx="12" cy="12" r="3.2"/><path d="M12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zM9 2L7.17 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2h-3.17L15 2H9z"/>',camera_front:'<path d="M10 20H5v2h5v2l3-3-3-3v2z"/><path d="M14 20v2h5v-2h-5z"/><path d="M12 8c1.1 0 2-.9 2-2s-.9-2-2-2-1.99.9-1.99 2S10.9 8 12 8z"/><path d="M7 2h10v10.5c0-1.67-3.33-2.5-5-2.5s-5 .83-5 2.5V2zm10-2H7C5.9 0 5 .9 5 2v14c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V2c0-1.1-.9-2-2-2z"/>',camera_rear:'<path d="M10 20H5v2h5v2l3-3-3-3v2z"/><path d="M14 20v2h5v-2h-5z"/><path d="M12 6c-1.11 0-2-.9-2-2s.89-2 1.99-2 2 .9 2 2C14 5.1 13.1 6 12 6zm5-6H7C5.9 0 5 .9 5 2v14c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V2c0-1.1-.9-2-2-2z"/>',camera_roll:'<path d="M14 5c0-1.1-.9-2-2-2h-1V2c0-.55-.45-1-1-1H6c-.55 0-1 .45-1 1v1H4c-1.1 0-2 .9-2 2v15c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2h8V5h-8zm-2 13h-2v-2h2v2zm0-9h-2V7h2v2zm4 9h-2v-2h2v2zm0-9h-2V7h2v2zm4 9h-2v-2h2v2zm0-9h-2V7h2v2z"/>', -center_focus_strong:'<path d="M12 8c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4z"/><path d="M5 15H3v4c0 1.1.9 2 2 2h4v-2H5v-4z"/><path d="M5 5h4V3H5c-1.1 0-2 .9-2 2v4h2V5z"/><path d="M19 3h-4v2h4v4h2V5c0-1.1-.9-2-2-2z"/><path d="M19 19h-4v2h4c1.1 0 2-.9 2-2v-4h-2v4z"/>',center_focus_weak:'<path d="M5 15H3v4c0 1.1.9 2 2 2h4v-2H5v-4z"/><path d="M5 5h4V3H5c-1.1 0-2 .9-2 2v4h2V5z"/><path d="M19 3h-4v2h4v4h2V5c0-1.1-.9-2-2-2z"/><path d="M19 19h-4v2h4c1.1 0 2-.9 2-2v-4h-2v4z"/><path d="M12 14c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm0-6c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4z"/>',collections:'<path d="M11 12l2.03 2.71L16 11l4 5H8l3-4zm11 4V4c0-1.1-.9-2-2-2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2z"/><path d="M2 6v14c0 1.1.9 2 2 2h14v-2H4V6H2z"/>',collections_bookmark:'<path d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 10l-2.5-1.5L15 12V4h5v8z"/>',color_lens:'<path d="M12 3c-4.97 0-9 4.03-9 9s4.03 9 9 9c.83 0 1.5-.67 1.5-1.5 0-.39-.15-.74-.39-1.01-.23-.26-.38-.61-.38-.99 0-.83.67-1.5 1.5-1.5H16c2.76 0 5-2.24 5-5 0-4.42-4.03-8-9-8zm-5.5 9c-.83 0-1.5-.67-1.5-1.5S5.67 9 6.5 9 8 9.67 8 10.5 7.33 12 6.5 12zm3-4C8.67 8 8 7.33 8 6.5S8.67 5 9.5 5s1.5.67 1.5 1.5S10.33 8 9.5 8zm5 0c-.83 0-1.5-.67-1.5-1.5S13.67 5 14.5 5s1.5.67 1.5 1.5S15.33 8 14.5 8zm3 4c-.83 0-1.5-.67-1.5-1.5S16.67 9 17.5 9s1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"/>',colorize:'<path d="M20.71 5.63l-2.34-2.34c-.39-.39-1.02-.39-1.41 0l-3.12 3.12-1.93-1.91-1.41 1.41 1.42 1.42L3 16.25V21h4.75l8.92-8.92 1.42 1.42 1.41-1.41-1.92-1.92 3.12-3.12c.4-.4.4-1.03.01-1.42zM6.92 19L5 17.08l8.06-8.06 1.92 1.92L6.92 19z"/>',compare:'<path d="M10 18H5l5-6v6zm0-15H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h5v2h2V1h-2v2z"/><path d="M19 3h-5v2h5v13l-5-6v9h5c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"/>',control_point:'<path d="M13 7h-2v4H7v2h4v4h2v-4h4v-2h-4V7z"/><path d="M12 20c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm0-18C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2z"/>',control_point_duplicate:'<path d="M16 8h-2v3h-3v2h3v3h2v-3h3v-2h-3z"/><path d="M2 12c0-2.79 1.64-5.2 4.01-6.32V3.52C2.52 4.76 0 8.09 0 12s2.52 7.24 6.01 8.48v-2.16C3.64 17.2 2 14.79 2 12z"/><path d="M15 19c-3.86 0-7-3.14-7-7s3.14-7 7-7 7 3.14 7 7-3.14 7-7 7zm0-16c-4.96 0-9 4.04-9 9s4.04 9 9 9 9-4.04 9-9-4.04-9-9-9z"/>',crop:'<path d="M17 15h2V7c0-1.1-.9-2-2-2H9v2h8v8z"/><path d="M7 17V1H5v4H1v2h4v10c0 1.1.9 2 2 2h10v4h2v-4h4v-2H7z"/>',crop_16_9:'<path d="M19 6H5c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm0 10H5V8h14v8z"/>',crop_3_2:'<path d="M19 4H5c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H5V6h14v12z"/>',crop_5_4:'<path d="M19 5H5c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 12H5V7h14v10z"/>',crop_7_5:'<path d="M19 7H5c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V9c0-1.1-.9-2-2-2zm0 8H5V9h14v6z"/>',crop_din:'<path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"/>',crop_free:'<path d="M3 5v4h2V5h4V3H5c-1.1 0-2 .9-2 2z"/><path d="M5 15H3v4c0 1.1.9 2 2 2h4v-2H5v-4z"/><path d="M19 19h-4v2h4c1.1 0 2-.9 2-2v-4h-2v4z"/><path d="M19 3h-4v2h4v4h2V5c0-1.1-.9-2-2-2z"/>',crop_landscape:'<path d="M19 5H5c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 12H5V7h14v10z"/>',crop_original:'<path d="M19 19H5V5h14v14zm0-16H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"/><path d="M13.96 12.29l-2.75 3.54-1.96-2.36L6.5 17h11l-3.54-4.71z"/>',crop_portrait:'<path d="M17 3H7c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H7V5h10v14z"/>',crop_rotate:'<path d="M7.47 21.49C4.2 19.93 1.86 16.76 1.5 13H0c.51 6.16 5.66 11 11.95 11 .23 0 .44-.02.66-.03L8.8 20.15l-1.33 1.34z"/><path d="M12.05 0c-.23 0-.44.02-.66.04l3.81 3.81 1.33-1.33C19.8 4.07 22.14 7.24 22.5 11H24c-.51-6.16-5.66-11-11.95-11z"/><path d="M16 14h2V8a2 2 0 0 0-2-2h-6v2h6v6z"/><path d="M8 16V4H6v2H4v2h2v8a2 2 0 0 0 2 2h8v2h2v-2h2v-2H8z"/>',crop_square:'<path d="M18 4H6c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H6V6h12v12z"/>',dehaze:'<path d="M2 15.5v2h20v-2H2z"/><path d="M2 10.5v2h20v-2H2z"/><path d="M2 5.5v2h20v-2H2z"/>',details:'<path d="M3 4l9 16 9-16H3zm3.38 2h11.25L12 16 6.38 6z"/>',edit:'<path d="M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25z"/><path d="M20.71 7.04c.39-.39.39-1.02 0-1.41l-2.34-2.34c-.39-.39-1.02-.39-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83z"/>',exposure:'<path d="M15 17v2h2v-2h2v-2h-2v-2h-2v2h-2v2h2z"/><path d="M20 20H4L20 4v16zM5 5h6v2H5V5zm15-3H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2z"/>',exposure_neg_1:'<path d="M4 11v2h8v-2H4z"/><path d="M19 18h-2V7.38L14 8.4V6.7L18.7 5h.3v13z"/>',exposure_neg_2:'<path d="M15.05 16.29l2.86-3.07c.38-.39.72-.79 1.04-1.18.32-.39.59-.78.82-1.17.23-.39.41-.78.54-1.17.13-.39.19-.79.19-1.18 0-.53-.09-1.02-.27-1.46-.18-.44-.44-.81-.78-1.11-.34-.31-.77-.54-1.26-.71A5.72 5.72 0 0 0 16.47 5c-.69 0-1.31.11-1.85.32-.54.21-1 .51-1.36.88-.37.37-.65.8-.84 1.3-.18.47-.27.97-.28 1.5h2.14c.01-.31.05-.6.13-.87.09-.29.23-.54.4-.75.18-.21.41-.37.68-.49.27-.12.6-.18.96-.18.31 0 .58.05.81.15.23.1.43.25.59.43.16.18.28.4.37.65.08.25.13.52.13.81 0 .22-.03.43-.08.65-.06.22-.15.45-.29.7-.14.25-.32.53-.56.83-.23.3-.52.65-.88 1.03l-4.17 4.55V18H21v-1.71h-5.95z"/><path d="M2 11v2h8v-2H2z"/>',exposure_plus_1:'<path d="M10 7H8v4H4v2h4v4h2v-4h4v-2h-4V7z"/><path d="M20 18h-2V7.38L15 8.4V6.7L19.7 5h.3v13z"/>',exposure_plus_2:'<path d="M16.05 16.29l2.86-3.07c.38-.39.72-.79 1.04-1.18.32-.39.59-.78.82-1.17.23-.39.41-.78.54-1.17.13-.39.19-.79.19-1.18 0-.53-.09-1.02-.27-1.46-.18-.44-.44-.81-.78-1.11-.34-.31-.77-.54-1.26-.71A5.72 5.72 0 0 0 17.47 5c-.69 0-1.31.11-1.85.32-.54.21-1 .51-1.36.88-.37.37-.65.8-.84 1.3-.18.47-.27.97-.28 1.5h2.14c.01-.31.05-.6.13-.87.09-.29.23-.54.4-.75.18-.21.41-.37.68-.49.27-.12.6-.18.96-.18.31 0 .58.05.81.15.23.1.43.25.59.43.16.18.28.4.37.65.08.25.13.52.13.81 0 .22-.03.43-.08.65-.06.22-.15.45-.29.7-.14.25-.32.53-.56.83-.23.3-.52.65-.88 1.03l-4.17 4.55V18H22v-1.71h-5.95z"/><path d="M8 7H6v4H2v2h4v4h2v-4h4v-2H8V7z"/>',exposure_zero:'<path d="M16.14 12.5c0 1-.1 1.85-.3 2.55-.2.7-.48 1.27-.83 1.7-.36.44-.79.75-1.3.95-.51.2-1.07.3-1.7.3-.62 0-1.18-.1-1.69-.3-.51-.2-.95-.51-1.31-.95-.36-.44-.65-1.01-.85-1.7-.2-.7-.3-1.55-.3-2.55v-2.04c0-1 .1-1.85.3-2.55.2-.7.48-1.26.84-1.69.36-.43.8-.74 1.31-.93C10.81 5.1 11.38 5 12 5c.63 0 1.19.1 1.7.29.51.19.95.5 1.31.93.36.43.64.99.84 1.69.2.7.3 1.54.3 2.55v2.04zm-2.11-2.36c0-.64-.05-1.18-.13-1.62-.09-.44-.22-.79-.4-1.06-.17-.27-.39-.46-.64-.58-.25-.13-.54-.19-.86-.19-.32 0-.61.06-.86.18s-.47.31-.64.58c-.17.27-.31.62-.4 1.06s-.13.98-.13 1.62v2.67c0 .64.05 1.18.14 1.62.09.45.23.81.4 1.09s.39.48.64.61.54.19.87.19c.33 0 .62-.06.87-.19s.46-.33.63-.61c.17-.28.3-.64.39-1.09.09-.45.13-.99.13-1.62v-2.66z"/>',filter:'<path d="M15.96 10.29l-2.75 3.54-1.96-2.36L8.5 15h11l-3.54-4.71z"/><path d="M3 5H1v16c0 1.1.9 2 2 2h16v-2H3V5z"/><path d="M21 17H7V3h14v14zm0-16H7c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2z"/>',filter_1:'<path d="M3 5H1v16c0 1.1.9 2 2 2h16v-2H3V5z"/><path d="M14 15h2V5h-4v2h2v8z"/><path d="M21 17H7V3h14v14zm0-16H7c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2z"/>',filter_2:'<path d="M3 5H1v16c0 1.1.9 2 2 2h16v-2H3V5z"/><path d="M21 17H7V3h14v14zm0-16H7c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2z"/><path d="M17 13h-4v-2h2a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-4v2h4v2h-2a2 2 0 0 0-2 2v4h6v-2z"/>',filter_3:'<path d="M21 17H7V3h14v14zm0-16H7c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2z"/><path d="M3 5H1v16c0 1.1.9 2 2 2h16v-2H3V5z"/><path d="M17 13v-1.5c0-.83-.67-1.5-1.5-1.5.83 0 1.5-.67 1.5-1.5V7a2 2 0 0 0-2-2h-4v2h4v2h-2v2h2v2h-4v2h4a2 2 0 0 0 2-2z"/>',filter_4:'<path d="M3 5H1v16c0 1.1.9 2 2 2h16v-2H3V5z"/><path d="M15 15h2V5h-2v4h-2V5h-2v6h4v4z"/><path d="M21 17H7V3h14v14zm0-16H7c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2z"/>',filter_5:'<path d="M21 17H7V3h14v14zm0-16H7c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2z"/><path d="M3 5H1v16c0 1.1.9 2 2 2h16v-2H3V5z"/><path d="M17 13v-2a2 2 0 0 0-2-2h-2V7h4V5h-6v6h4v2h-4v2h4a2 2 0 0 0 2-2z"/>',filter_6:'<path d="M3 5H1v16c0 1.1.9 2 2 2h16v-2H3V5z"/><path d="M21 17H7V3h14v14zm0-16H7c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2z"/><path d="M13 11h2v2h-2v-2zm0 4h2a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2h-2V7h4V5h-4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2z"/>',filter_7:'<path d="M3 5H1v16c0 1.1.9 2 2 2h16v-2H3V5z"/><path d="M21 17H7V3h14v14zm0-16H7c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2z"/><path d="M13 15l4-8V5h-6v2h4l-4 8h2z"/>',filter_8:'<path d="M3 5H1v16c0 1.1.9 2 2 2h16v-2H3V5z"/><path d="M21 17H7V3h14v14zm0-16H7c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2z"/><path d="M13 11h2v2h-2v-2zm0-4h2v2h-2V7zm0 8h2a2 2 0 0 0 2-2v-1.5c0-.83-.67-1.5-1.5-1.5.83 0 1.5-.67 1.5-1.5V7a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v1.5c0 .83.67 1.5 1.5 1.5-.83 0-1.5.67-1.5 1.5V13a2 2 0 0 0 2 2z"/>',filter_9:'<path d="M3 5H1v16c0 1.1.9 2 2 2h16v-2H3V5z"/><path d="M21 17H7V3h14v14zm0-16H7c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2z"/><path d="M15 9h-2V7h2v2zm0-4h-2a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2v2h-4v2h4a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2z"/>',filter_9_plus:'<path d="M3 5H1v16c0 1.1.9 2 2 2h16v-2H3V5z"/><path d="M11 9V8h1v1h-1zm3 3V8a2 2 0 0 0-2-2h-1a2 2 0 0 0-2 2v1a2 2 0 0 0 2 2h1v1H9v2h3a2 2 0 0 0 2-2z"/><path d="M21 9h-2V7h-2v2h-2v2h2v2h2v-2h2v6H7V3h14v6zm0-8H7c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2z"/>',filter_b_and_w:'<path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16l-7-8v8H5l7-8V5h7v14z"/>',filter_center_focus:'<path d="M5 15H3v4c0 1.1.9 2 2 2h4v-2H5v-4z"/><path d="M5 5h4V3H5c-1.1 0-2 .9-2 2v4h2V5z"/><path d="M19 3h-4v2h4v4h2V5c0-1.1-.9-2-2-2z"/><path d="M19 19h-4v2h4c1.1 0 2-.9 2-2v-4h-2v4z"/><path d="M12 9c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z"/>',filter_drama:'<path d="M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.61 5.64 5.36 8.04 2.35 8.36 0 10.9 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM19 18H6c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4h2c0-2.76-1.86-5.08-4.4-5.78C8.61 6.88 10.2 6 12 6c3.03 0 5.5 2.47 5.5 5.5v.5H19c1.65 0 3 1.35 3 3s-1.35 3-3 3z"/>',filter_frames:'<path d="M20 20H4V6h4.52l3.52-3.5L15.52 6H20v14zm0-16h-4l-4-4-4 4H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2z"/><path d="M18 8H6v10h12"/>',filter_hdr:'<path d="M14 6l-3.75 5 2.85 3.8-1.6 1.2C9.81 13.75 7 10 7 10l-6 8h22L14 6z"/>',filter_none:'<path d="M3 5H1v16c0 1.1.9 2 2 2h16v-2H3V5z"/><path d="M21 17H7V3h14v14zm0-16H7c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2z"/>',filter_tilt_shift:'<path d="M11 4.07V2.05c-2.01.2-3.84 1-5.32 2.21L7.1 5.69A7.941 7.941 0 0 1 11 4.07z"/><path d="M18.32 4.26A9.949 9.949 0 0 0 13 2.05v2.02c1.46.18 2.79.76 3.9 1.62l1.42-1.43z"/><path d="M19.93 11h2.02c-.2-2.01-1-3.84-2.21-5.32L18.31 7.1a7.941 7.941 0 0 1 1.62 3.9z"/><path d="M5.69 7.1L4.26 5.68A9.949 9.949 0 0 0 2.05 11h2.02c.18-1.46.76-2.79 1.62-3.9z"/><path d="M4.07 13H2.05c.2 2.01 1 3.84 2.21 5.32l1.43-1.43A7.868 7.868 0 0 1 4.07 13z"/><path d="M15 12c0-1.66-1.34-3-3-3s-3 1.34-3 3 1.34 3 3 3 3-1.34 3-3z"/><path d="M18.31 16.9l1.43 1.43a9.981 9.981 0 0 0 2.21-5.32h-2.02a7.945 7.945 0 0 1-1.62 3.89z"/><path d="M13 19.93v2.02c2.01-.2 3.84-1 5.32-2.21l-1.43-1.43c-1.1.86-2.43 1.44-3.89 1.62z"/><path d="M5.68 19.74A9.981 9.981 0 0 0 11 21.95v-2.02a7.941 7.941 0 0 1-3.9-1.62l-1.42 1.43z"/>',filter_vintage:'<path d="M18.7 12.4c-.28-.16-.57-.29-.86-.4.29-.11.58-.24.86-.4 1.92-1.11 2.99-3.12 3-5.19-1.79-1.03-4.07-1.11-6 0-.28.16-.54.35-.78.54.05-.31.08-.63.08-.95 0-2.22-1.21-4.15-3-5.19C10.21 1.85 9 3.78 9 6c0 .32.03.64.08.95-.24-.2-.5-.39-.78-.55-1.92-1.11-4.2-1.03-6 0 0 2.07 1.07 4.08 3 5.19.28.16.57.29.86.4-.29.11-.58.24-.86.4-1.92 1.11-2.99 3.12-3 5.19 1.79 1.03 4.07 1.11 6 0 .28-.16.54-.35.78-.54-.05.32-.08.64-.08.96 0 2.22 1.21 4.15 3 5.19 1.79-1.04 3-2.97 3-5.19 0-.32-.03-.64-.08-.95.24.2.5.38.78.54 1.92 1.11 4.2 1.03 6 0-.01-2.07-1.08-4.08-3-5.19zM12 16c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4z"/>',flare:'<path d="M7 11H1v2h6v-2z"/><path d="M9.17 7.76L7.05 5.64 5.64 7.05l2.12 2.12 1.41-1.41z"/><path d="M13 1h-2v6h2V1z"/><path d="M18.36 7.05l-1.41-1.41-2.12 2.12 1.41 1.41 2.12-2.12z"/><path d="M17 11v2h6v-2h-6z"/><path d="M12 9c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z"/><path d="M14.83 16.24l2.12 2.12 1.41-1.41-2.12-2.12-1.41 1.41z"/><path d="M5.64 16.95l1.41 1.41 2.12-2.12-1.41-1.41-2.12 2.12z"/><path d="M11 23h2v-6h-2v6z"/>',flash_auto:'<path d="M3 2v12h3v9l7-12H9l4-9H3z"/><path d="M16.85 7.65L18 4l1.15 3.65h-2.3zM19 2h-2l-3.2 9h1.9l.7-2h3.2l.7 2h1.9L19 2z"/>',flash_off:'<path d="M3.27 3L2 4.27l5 5V13h3v9l3.58-6.14L17.73 20 19 18.73 3.27 3z"/><path d="M17 10h-4l4-8H7v2.18l8.46 8.46L17 10z"/>',flash_on:'<path d="M7 2v11h3v9l7-12h-4l4-8z"/>',flip:'<path d="M15 21h2v-2h-2v2z"/><path d="M19 9h2V7h-2v2z"/><path d="M3 5v14c0 1.1.9 2 2 2h4v-2H5V5h4V3H5c-1.1 0-2 .9-2 2z"/><path d="M19 3v2h2c0-1.1-.9-2-2-2z"/><path d="M11 23h2V1h-2v22z"/><path d="M19 17h2v-2h-2v2z"/><path d="M15 5h2V3h-2v2z"/><path d="M19 13h2v-2h-2v2z"/><path d="M19 21c1.1 0 2-.9 2-2h-2v2z"/>',gradient:'<path d="M11 9h2v2h-2zm-2 2h2v2H9zm4 0h2v2h-2zm2-2h2v2h-2zM7 9h2v2H7zm12-6H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM9 18H7v-2h2v2zm4 0h-2v-2h2v2zm4 0h-2v-2h2v2zm2-7h-2v2h2v2h-2v-2h-2v2h-2v-2h-2v2H9v-2H7v2H5v-2h2v-2H5V5h14v6z"/>',grain:'<path d="M10 12c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"/><path d="M6 8c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"/><path d="M6 16c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"/><path d="M18 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2z"/><path d="M14 16c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"/><path d="M18 12c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"/><path d="M14 8c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"/><path d="M10 4c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"/>',grid_off:'<path d="M16 4h4v4h-4V4zM8 4v1.45l2 2V4h4v4h-3.45l2 2H14v1.45l2 2V10h4v4h-3.45l2 2H20v1.45l2 2V4c0-1.1-.9-2-2-2H4.55l2 2H8z"/><path d="M16 20v-1.46L17.46 20H16zm-2 0h-4v-4h3.45l.55.54V20zm-6-6H4v-4h3.45l.55.55V14zm0 6H4v-4h4v4zM4 6.55L5.45 8H4V6.55zm6 6L11.45 14H10v-1.45zM1.27 1.27L0 2.55l2 2V20c0 1.1.9 2 2 2h15.46l2 2 1.27-1.27L1.27 1.27z"/>',grid_on:'<path d="M20 2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zM8 20H4v-4h4v4zm0-6H4v-4h4v4zm0-6H4V4h4v4zm6 12h-4v-4h4v4zm0-6h-4v-4h4v4zm0-6h-4V4h4v4zm6 12h-4v-4h4v4zm0-6h-4v-4h4v4zm0-6h-4V4h4v4z"/>',hdr_off:'<path d="M13 15h-2v-2.45l2 2V15zm5 2L3.27 2.27 2 3.55l4 4V11H4V7H2v10h2v-4h2v4h2V9.55l1 1V17h4c.67 0 1.26-.33 1.62-.84l6.34 6.34 1.27-1.27L18 17z"/><path d="M18 9h2v2h-2V9zm0 4h1l.82 3.27.73.73H22l-1.19-4.17c.7-.31 1.19-1.01 1.19-1.83V9c0-1.1-.9-2-2-2h-4v5.45l2 2V13z"/><path d="M15 11.45V9c0-1.1-.9-2-2-2h-2.45L15 11.45z"/>',hdr_on:'<path d="M6 11H4V7H2v10h2v-4h2v4h2V7H6v4z"/><path d="M13 15h-2V9h2v6zm0-8H9v10h4c1.1 0 2-.9 2-2V9c0-1.1-.9-2-2-2z"/><path d="M20 11h-2V9h2v2zm2 0V9c0-1.1-.9-2-2-2h-4v10h2v-4h1l1 4h2l-1.19-4.17c.7-.31 1.19-1.01 1.19-1.83z"/>',hdr_strong:'<path d="M17 6c-3.31 0-6 2.69-6 6s2.69 6 6 6 6-2.69 6-6-2.69-6-6-6z"/><path d="M5 14c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm0-6c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4z"/>',hdr_weak:'<path d="M5 8c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4z"/><path d="M17 16c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm0-10c-3.31 0-6 2.69-6 6s2.69 6 6 6 6-2.69 6-6-2.69-6-6-6z"/>',healing:'<path d="M17.73 12.02l3.98-3.98c.39-.39.39-1.02 0-1.41l-4.34-4.34c-.39-.39-1.02-.39-1.41 0l-3.98 3.98L8 2.29C7.8 2.1 7.55 2 7.29 2c-.25 0-.51.1-.7.29L2.25 6.63c-.39.39-.39 1.02 0 1.41l3.98 3.98L2.25 16c-.39.39-.39 1.02 0 1.41l4.34 4.34c.39.39 1.02.39 1.41 0l3.98-3.98 3.98 3.98c.2.2.45.29.71.29.26 0 .51-.1.71-.29l4.34-4.34c.39-.39.39-1.02 0-1.41l-3.99-3.98zM12 9c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm-4.71 1.96L3.66 7.34l3.63-3.63 3.62 3.62-3.62 3.63zM10 13c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm2 2c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm2-4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm2.66 9.34l-3.63-3.62 3.63-3.63 3.62 3.62-3.62 3.63z"/>',image:'<path d="M21 19V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2zM8.5 13.5l2.5 3.01L14.5 12l4.5 6H5l3.5-4.5z"/>',image_aspect_ratio:'<path d="M16 10h-2v2h2v-2z"/><path d="M16 14h-2v2h2v-2z"/><path d="M8 10H6v2h2v-2z"/><path d="M12 10h-2v2h2v-2z"/><path d="M20 18H4V6h16v12zm0-14H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2z"/>',iso:'<path d="M19 19H5L19 5v14zM5.5 7.5h2v-2H9v2h2V9H9v2H7.5V9h-2V7.5zM19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"/><path d="M17 17v-1.5h-5V17h5z"/>',landscape:'<path d="M14 6l-3.75 5 2.85 3.8-1.6 1.2C9.81 13.75 7 10 7 10l-6 8h22L14 6z"/>',leak_add:'<path d="M6 3H3v3c1.66 0 3-1.34 3-3z"/><path d="M14 3h-2a9 9 0 0 1-9 9v2c6.08 0 11-4.93 11-11z"/><path d="M10 3H8c0 2.76-2.24 5-5 5v2c3.87 0 7-3.13 7-7z"/><path d="M10 21h2a9 9 0 0 1 9-9v-2c-6.07 0-11 4.93-11 11z"/><path d="M18 21h3v-3c-1.66 0-3 1.34-3 3z"/><path d="M14 21h2c0-2.76 2.24-5 5-5v-2c-3.87 0-7 3.13-7 7z"/>',leak_remove:'<path d="M10 3H8c0 .37-.04.72-.12 1.06l1.59 1.59C9.81 4.84 10 3.94 10 3z"/><path d="M3 4.27l2.84 2.84C5.03 7.67 4.06 8 3 8v2c1.61 0 3.09-.55 4.27-1.46L8.7 9.97A8.99 8.99 0 0 1 3 12v2c2.71 0 5.19-.99 7.11-2.62l2.5 2.5A11.044 11.044 0 0 0 10 21h2c0-2.16.76-4.14 2.03-5.69l1.43 1.43A6.922 6.922 0 0 0 14 21h2c0-1.06.33-2.03.89-2.84L19.73 21 21 19.73 4.27 3 3 4.27z"/><path d="M14 3h-2c0 1.5-.37 2.91-1.02 4.16l1.46 1.46C13.42 6.98 14 5.06 14 3z"/><path d="M19.94 16.12c.34-.08.69-.12 1.06-.12v-2c-.94 0-1.84.19-2.66.52l1.6 1.6z"/><path d="M15.38 11.56l1.46 1.46A8.98 8.98 0 0 1 21 12v-2c-2.06 0-3.98.58-5.62 1.56z"/>',lens:'<path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2z"/>',linked_camera:'<circle cx="12" cy="14" r="3.2"/><path d="M16 3.33c2.58 0 4.67 2.09 4.67 4.67H22c0-3.31-2.69-6-6-6v1.33M16 6c1.11 0 2 .89 2 2h1.33c0-1.84-1.49-3.33-3.33-3.33V6"/><path d="M17 9c0-1.11-.89-2-2-2V4H9L7.17 6H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V9h-5zm-5 10c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z"/>',looks:'<path d="M12 10c-3.86 0-7 3.14-7 7h2c0-2.76 2.24-5 5-5s5 2.24 5 5h2c0-3.86-3.14-7-7-7z"/><path d="M12 6C5.93 6 1 10.93 1 17h2c0-4.96 4.04-9 9-9s9 4.04 9 9h2c0-6.07-4.93-11-11-11z"/>',looks_3:'<path d="M19.01 3h-14c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-4 7.5c0 .83-.67 1.5-1.5 1.5.83 0 1.5.67 1.5 1.5V15c0 1.11-.9 2-2 2h-4v-2h4v-2h-2v-2h2V9h-4V7h4c1.1 0 2 .89 2 2v1.5z"/>',looks_4:'<path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-4 14h-2v-4H9V7h2v4h2V7h2v10z"/>',looks_5:'<path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-4 6h-4v2h2c1.1 0 2 .89 2 2v2c0 1.11-.9 2-2 2H9v-2h4v-2H9V7h6v2z"/>',looks_6:'<path d="M11 15h2v-2h-2v2zm8-12H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-4 6h-4v2h2c1.1 0 2 .89 2 2v2c0 1.11-.9 2-2 2h-2c-1.1 0-2-.89-2-2V9c0-1.11.9-2 2-2h4v2z"/>',looks_one:'<path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-5 14h-2V9h-2V7h4v10z"/>',looks_two:'<path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-4 8c0 1.11-.9 2-2 2h-2v2h4v2H9v-4c0-1.11.9-2 2-2h2V9H9V7h4c1.1 0 2 .89 2 2v2z"/>',loupe:'<path d="M13 7h-2v4H7v2h4v4h2v-4h4v-2h-4V7z"/><path d="M12 20c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm0-18C6.49 2 2 6.49 2 12s4.49 10 10 10h8c1.1 0 2-.9 2-2v-8c0-5.51-4.49-10-10-10z"/>',monochrome_photos:'<path d="M20 19h-8v-1c-2.8 0-5-2.2-5-5s2.2-5 5-5V7h8v12zm0-14h-3.2L15 3H9L7.2 5H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2z"/><path d="M17 13c0-2.8-2.2-5-5-5v1.8c1.8 0 3.2 1.4 3.2 3.2 0 1.8-1.4 3.2-3.2 3.2V18c2.8 0 5-2.2 5-5z"/><path d="M8.8 13c0 1.8 1.4 3.2 3.2 3.2V9.8c-1.8 0-3.2 1.4-3.2 3.2z"/>',movie_creation:'<path d="M18 4l2 4h-3l-2-4h-2l2 4h-3l-2-4H8l2 4H7L5 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4h-4z"/>',movie_filter:'<path d="M18 4l2 4h-3l-2-4h-2l2 4h-3l-2-4H8l2 4H7L5 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4h-4zm-6.58 11.68L10.37 18l-1.05-2.32L7 14.63l2.32-1.05 1.05-2.32 1.05 2.32 2.32 1.05-2.32 1.05zm3.69-3.47l-.53 1.16-.53-1.16-1.16-.53 1.16-.53.53-1.15.53 1.16 1.16.53-1.16.52z"/>',music_note:'<path d="M12 3v10.55c-.59-.34-1.27-.55-2-.55-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4V7h4V3h-6z"/>',nature:'<path d="M13 16.12c3.47-.41 6.17-3.36 6.17-6.95 0-3.87-3.13-7-7-7s-7 3.13-7 7c0 3.47 2.52 6.34 5.83 6.89V20H5v2h14v-2h-6v-3.88z"/>',nature_people:'<path d="M22.17 9.17c0-3.87-3.13-7-7-7s-7 3.13-7 7c0 3.47 2.52 6.34 5.83 6.89V20H6v-3h1v-4c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1v4h1v5h16v-2h-3v-3.88c3.47-.41 6.17-3.36 6.17-6.95zM4.5 11c.83 0 1.5-.67 1.5-1.5S5.33 8 4.5 8 3 8.67 3 9.5 3.67 11 4.5 11z"/>',navigate_before:'<path d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/>',navigate_next:'<path d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/>',palette:'<path d="M12 3c-4.97 0-9 4.03-9 9s4.03 9 9 9c.83 0 1.5-.67 1.5-1.5 0-.39-.15-.74-.39-1.01-.23-.26-.38-.61-.38-.99 0-.83.67-1.5 1.5-1.5H16c2.76 0 5-2.24 5-5 0-4.42-4.03-8-9-8zm-5.5 9c-.83 0-1.5-.67-1.5-1.5S5.67 9 6.5 9 8 9.67 8 10.5 7.33 12 6.5 12zm3-4C8.67 8 8 7.33 8 6.5S8.67 5 9.5 5s1.5.67 1.5 1.5S10.33 8 9.5 8zm5 0c-.83 0-1.5-.67-1.5-1.5S13.67 5 14.5 5s1.5.67 1.5 1.5S15.33 8 14.5 8zm3 4c-.83 0-1.5-.67-1.5-1.5S16.67 9 17.5 9s1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"/>',panorama:'<path d="M23 18V6c0-1.1-.9-2-2-2H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2zM8.5 12.5l2.5 3.01L14.5 11l4.5 6H5l3.5-4.5z"/>',panorama_fisheye:'<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/>',panorama_horizontal:'<path d="M20 6.54v10.91c-2.6-.77-5.28-1.16-8-1.16-2.72 0-5.4.39-8 1.16V6.54c2.6.77 5.28 1.16 8 1.16 2.72.01 5.4-.38 8-1.16M21.43 4c-.1 0-.2.02-.31.06C18.18 5.16 15.09 5.7 12 5.7c-3.09 0-6.18-.55-9.12-1.64-.11-.04-.22-.06-.31-.06-.34 0-.57.23-.57.63v14.75c0 .39.23.62.57.62.1 0 .2-.02.31-.06 2.94-1.1 6.03-1.64 9.12-1.64 3.09 0 6.18.55 9.12 1.64.11.04.21.06.31.06.33 0 .57-.23.57-.63V4.63c0-.4-.24-.63-.57-.63z"/>',panorama_vertical:'<path d="M19.94 21.12c-1.1-2.94-1.64-6.03-1.64-9.12 0-3.09.55-6.18 1.64-9.12.04-.11.06-.22.06-.31 0-.34-.23-.57-.63-.57H4.63c-.4 0-.63.23-.63.57 0 .1.02.2.06.31C5.16 5.82 5.71 8.91 5.71 12c0 3.09-.55 6.18-1.64 9.12-.05.11-.07.22-.07.31 0 .33.23.57.63.57h14.75c.39 0 .63-.24.63-.57-.01-.1-.03-.2-.07-.31zM6.54 20c.77-2.6 1.16-5.28 1.16-8 0-2.72-.39-5.4-1.16-8h10.91c-.77 2.6-1.16 5.28-1.16 8 0 2.72.39 5.4 1.16 8H6.54z"/>',panorama_wide_angle:'<path d="M12 6c2.45 0 4.71.2 7.29.64.47 1.78.71 3.58.71 5.36 0 1.78-.24 3.58-.71 5.36-2.58.44-4.84.64-7.29.64s-4.71-.2-7.29-.64C4.24 15.58 4 13.78 4 12c0-1.78.24-3.58.71-5.36C7.29 6.2 9.55 6 12 6m0-2c-2.73 0-5.22.24-7.95.72l-.93.16-.25.9C2.29 7.85 2 9.93 2 12s.29 4.15.87 6.22l.25.89.93.16c2.73.49 5.22.73 7.95.73s5.22-.24 7.95-.72l.93-.16.25-.89c.58-2.08.87-4.16.87-6.23s-.29-4.15-.87-6.22l-.25-.89-.93-.16C17.22 4.24 14.73 4 12 4z"/>',photo:'<path d="M21 19V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2zM8.5 13.5l2.5 3.01L14.5 12l4.5 6H5l3.5-4.5z"/>',photo_album:'<path d="M18 2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zM6 4h5v8l-2.5-1.5L6 12V4zm0 15l3-3.86 2.14 2.58 3-3.86L18 19H6z"/>',photo_camera:'<circle cx="12" cy="12" r="3.2"/><path d="M12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zM9 2L7.17 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2h-3.17L15 2H9z"/>',photo_filter:'<path d="M17.13 8.9l.59-1.3 1.3-.6-1.3-.59-.59-1.3-.59 1.3-1.31.59 1.31.6z"/><path d="M12.39 6.53l-1.18 2.61-2.61 1.18 2.61 1.18 1.18 2.61 1.19-2.61 2.6-1.18-2.6-1.18z"/><path d="M19.02 10v9H5V5h9V3H5.02c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-9h-2z"/>',photo_library:'<path d="M11 12l2.03 2.71L16 11l4 5H8l3-4zm11 4V4c0-1.1-.9-2-2-2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2z"/><path d="M2 6v14c0 1.1.9 2 2 2h14v-2H4V6H2z"/>',photo_size_select_actual:'<path d="M21 3H3C2 3 1 4 1 5v14c0 1.1.9 2 2 2h18c1 0 2-1 2-2V5c0-1-1-2-2-2zM5 17l3.5-4.5 2.5 3.01L14.5 11l4.5 6H5z"/>',photo_size_select_large:'<path d="M21 15h2v2h-2v-2z"/><path d="M21 11h2v2h-2v-2z"/><path d="M23 19h-2v2c1 0 2-1 2-2z"/><path d="M13 3h2v2h-2V3z"/><path d="M21 7h2v2h-2V7z"/><path d="M21 3v2h2c0-1-1-2-2-2z"/><path d="M1 7h2v2H1V7z"/><path d="M17 3h2v2h-2V3z"/><path d="M17 19h2v2h-2v-2z"/><path d="M3 3C2 3 1 4 1 5h2V3z"/><path d="M9 3h2v2H9V3z"/><path d="M5 3h2v2H5V3z"/><path d="M3 19l2.5-3.21 1.79 2.15 2.5-3.22L13 19H3zm-2-8v8c0 1.1.9 2 2 2h12V11H1z"/>',photo_size_select_small:'<path d="M23 15h-2v2h2v-2z"/><path d="M23 11h-2v2h2v-2z"/><path d="M23 19h-2v2c1 0 2-1 2-2z"/><path d="M15 3h-2v2h2V3z"/><path d="M23 7h-2v2h2V7z"/><path d="M21 3v2h2c0-1-1-2-2-2z"/><path d="M3 21h8v-6H1v4c0 1.1.9 2 2 2z"/><path d="M3 7H1v2h2V7z"/><path d="M15 19h-2v2h2v-2z"/><path d="M19 3h-2v2h2V3z"/><path d="M19 19h-2v2h2v-2z"/><path d="M3 3C2 3 1 4 1 5h2V3z"/><path d="M3 11H1v2h2v-2z"/><path d="M11 3H9v2h2V3z"/><path d="M7 3H5v2h2V3z"/>',picture_as_pdf:'<path d="M4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6z"/><path d="M14 11.5h1v-3h-1v3zm-5-2h1v-1H9v1zm11.5-1H19v1h1.5V11H19v2h-1.5V7h3v1.5zm-4 3c0 .83-.67 1.5-1.5 1.5h-2.5V7H15c.83 0 1.5.67 1.5 1.5v3zm-5-2c0 .83-.67 1.5-1.5 1.5H9v2H7.5V7H10c.83 0 1.5.67 1.5 1.5v1zM20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2z"/>',portrait:'<path d="M16.5 16.25c0-1.5-3-2.25-4.5-2.25s-4.5.75-4.5 2.25V17h9v-.75zm-4.5-4c1.24 0 2.25-1.01 2.25-2.25S13.24 7.75 12 7.75 9.75 8.76 9.75 10s1.01 2.25 2.25 2.25z"/><path d="M19 19H5V5h14v14zm0-16H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"/>',remove_red_eye:'<path d="M12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm0-12.5C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5c-1.73-4.39-6-7.5-11-7.5z"/><path d="M12 9c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z"/>',rotate_90_degrees_ccw:'<path d="M3.69 12.9l3.66-3.66L11 12.9l-3.66 3.66-3.65-3.66zm3.65-6.49L.86 12.9l6.49 6.48 6.49-6.48-6.5-6.49z"/><path d="M19.36 6.64A8.95 8.95 0 0 0 13 4V.76L8.76 5 13 9.24V6c1.79 0 3.58.68 4.95 2.05a7.007 7.007 0 0 1 0 9.9 6.973 6.973 0 0 1-7.79 1.44l-1.49 1.49C10.02 21.62 11.51 22 13 22c2.3 0 4.61-.88 6.36-2.64a8.98 8.98 0 0 0 0-12.72z"/>',rotate_left:'<path d="M7.11 8.53L5.7 7.11C4.8 8.27 4.24 9.61 4.07 11h2.02c.14-.87.49-1.72 1.02-2.47z"/><path d="M6.09 13H4.07c.17 1.39.72 2.73 1.62 3.89l1.41-1.42c-.52-.75-.87-1.59-1.01-2.47z"/><path d="M7.1 18.32c1.16.9 2.51 1.44 3.9 1.61V17.9c-.87-.15-1.71-.49-2.46-1.03L7.1 18.32z"/><path d="M13 4.07V1L8.45 5.55 13 10V6.09c2.84.48 5 2.94 5 5.91s-2.16 5.43-5 5.91v2.02c3.95-.49 7-3.85 7-7.93s-3.05-7.44-7-7.93z"/>',rotate_right:'<path d="M15.55 5.55L11 1v3.07C7.06 4.56 4 7.92 4 12s3.05 7.44 7 7.93v-2.02c-2.84-.48-5-2.94-5-5.91s2.16-5.43 5-5.91V10l4.55-4.45z"/><path d="M19.93 11c-.17-1.39-.72-2.73-1.62-3.89l-1.42 1.42c.54.75.88 1.6 1.02 2.47h2.02z"/><path d="M13 17.9v2.02c1.39-.17 2.74-.71 3.9-1.61l-1.44-1.44c-.75.54-1.59.89-2.46 1.03z"/><path d="M16.89 15.48l1.42 1.41c.9-1.16 1.45-2.5 1.62-3.89h-2.02c-.14.87-.48 1.72-1.02 2.48z"/>',slideshow:'<path d="M10 8v8l5-4-5-4z"/><path d="M19 19H5V5h14v14zm0-16H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"/>',straighten:'<path d="M21 6H3c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm0 10H3V8h2v4h2V8h2v4h2V8h2v4h2V8h2v4h2V8h2v8z"/>',style:'<path d="M2.53 19.65l1.34.56v-9.03l-2.43 5.86c-.41 1.02.08 2.19 1.09 2.61z"/><path d="M7.88 8.75c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm14.15 7.2L17.07 3.98a2.013 2.013 0 0 0-1.81-1.23c-.26 0-.53.04-.79.15L7.1 5.95a1.999 1.999 0 0 0-1.08 2.6l4.96 11.97a1.998 1.998 0 0 0 2.6 1.08l7.36-3.05a1.994 1.994 0 0 0 1.09-2.6z"/><path d="M5.88 19.75c0 1.1.9 2 2 2h1.45l-3.45-8.34v6.34z"/>',switch_camera:'<path d="M20 4h-3.17L15 2H9L7.17 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-5 11.5V13H9v2.5L5.5 12 9 8.5V11h6V8.5l3.5 3.5-3.5 3.5z"/>',switch_video:'<path d="M18 9.5V6c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h14c.55 0 1-.45 1-1v-3.5l4 4v-13l-4 4zm-5 6V13H7v2.5L3.5 12 7 8.5V11h6V8.5l3.5 3.5-3.5 3.5z"/>',tag_faces:'<path d="M12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm-.01-18C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2z"/><path d="M15.5 11c.83 0 1.5-.67 1.5-1.5S16.33 8 15.5 8 14 8.67 14 9.5s.67 1.5 1.5 1.5z"/><path d="M8.5 11c.83 0 1.5-.67 1.5-1.5S9.33 8 8.5 8 7 8.67 7 9.5 7.67 11 8.5 11z"/><path d="M12 17.5c2.33 0 4.31-1.46 5.11-3.5H6.89c.8 2.04 2.78 3.5 5.11 3.5z"/>',texture:'<path d="M19.51 3.08L3.08 19.51c.09.34.27.65.51.9.25.24.56.42.9.51L20.93 4.49c-.19-.69-.73-1.23-1.42-1.41z"/><path d="M11.88 3L3 11.88v2.83L14.71 3h-2.83z"/><path d="M5 3c-1.1 0-2 .9-2 2v2l4-4H5z"/><path d="M19 21c.55 0 1.05-.22 1.41-.59.37-.36.59-.86.59-1.41v-2l-4 4h2z"/><path d="M9.29 21h2.83L21 12.12V9.29L9.29 21z"/>',timelapse:'<path d="M16.24 7.76C15.07 6.59 13.54 6 12 6v6l-4.24 4.24c2.34 2.34 6.14 2.34 8.49 0 2.34-2.34 2.34-6.14-.01-8.48z"/><path d="M12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm0-18C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2z"/>',timer:'<path d="M15 1H9v2h6V1z"/><path d="M11 14h2V8h-2v6z"/><path d="M12 20c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7zm7.03-12.61l1.42-1.42c-.43-.51-.9-.99-1.41-1.41l-1.42 1.42C16.07 4.74 14.12 4 12 4c-4.97 0-9 4.03-9 9s4.02 9 9 9 9-4.03 9-9c0-2.12-.74-4.07-1.97-5.61z"/>',timer_10:'<path d="M0 7.72V9.4l3-1V18h2V6h-.25L0 7.72z"/><path d="M23.78 14.37c-.14-.28-.35-.53-.63-.74-.28-.21-.61-.39-1.01-.53s-.85-.27-1.35-.38a6.64 6.64 0 0 1-.87-.23 2.61 2.61 0 0 1-.55-.25.717.717 0 0 1-.28-.3.978.978 0 0 1 .01-.8c.06-.13.15-.25.27-.34.12-.1.27-.18.45-.24s.4-.09.64-.09c.25 0 .47.04.66.11.19.07.35.17.48.29.13.12.22.26.29.42.06.16.1.32.1.49h1.95a2.517 2.517 0 0 0-.93-1.97c-.3-.25-.66-.44-1.09-.59C21.49 9.07 21 9 20.46 9c-.51 0-.98.07-1.39.21-.41.14-.77.33-1.06.57-.29.24-.51.52-.67.84a2.2 2.2 0 0 0-.23 1.01c0 .36.08.69.23.96.15.28.36.52.64.73.27.21.6.38.98.53.38.14.81.26 1.27.36.39.08.71.17.95.26s.43.19.57.29c.13.1.22.22.27.34.05.12.07.25.07.39 0 .32-.13.57-.4.77-.27.2-.66.29-1.17.29-.22 0-.43-.02-.64-.08-.21-.05-.4-.13-.56-.24a1.333 1.333 0 0 1-.59-1.11h-1.89c0 .36.08.71.24 1.05.16.34.39.65.7.93.31.27.69.49 1.15.66.46.17.98.25 1.58.25.53 0 1.01-.06 1.44-.19.43-.13.8-.31 1.11-.54.31-.23.54-.51.71-.83.17-.32.25-.67.25-1.06-.02-.4-.09-.74-.24-1.02z"/><path d="M12.9 13.22c0 .6-.04 1.11-.12 1.53-.08.42-.2.76-.36 1.02-.16.26-.36.45-.59.57-.23.12-.51.18-.82.18-.3 0-.58-.06-.82-.18s-.44-.31-.6-.57c-.16-.26-.29-.6-.38-1.02-.09-.42-.13-.93-.13-1.53v-2.5c0-.6.04-1.11.13-1.52.09-.41.21-.74.38-1 .16-.25.36-.43.6-.55.24-.11.51-.17.81-.17.31 0 .58.06.81.17.24.11.44.29.6.55.16.25.29.58.37.99.08.41.13.92.13 1.52v2.51zm.92-6.17c-.34-.4-.75-.7-1.23-.88-.47-.18-1.01-.27-1.59-.27-.58 0-1.11.09-1.59.27-.48.18-.89.47-1.23.88-.34.41-.6.93-.79 1.59-.18.65-.28 1.45-.28 2.39v1.92c0 .94.09 1.74.28 2.39.19.66.45 1.19.8 1.6.34.41.75.71 1.23.89.48.18 1.01.28 1.59.28.59 0 1.12-.09 1.59-.28.48-.18.88-.48 1.22-.89.34-.41.6-.94.78-1.6.18-.65.28-1.45.28-2.39v-1.92c0-.94-.09-1.74-.28-2.39-.18-.66-.44-1.19-.78-1.59z"/>',timer_3:'<path d="M11.61 12.97c-.16-.24-.36-.46-.62-.65a3.38 3.38 0 0 0-.93-.48c.3-.14.57-.3.8-.5.23-.2.42-.41.57-.64.15-.23.27-.46.34-.71.08-.24.11-.49.11-.73 0-.55-.09-1.04-.28-1.46-.18-.42-.44-.77-.78-1.06-.33-.28-.73-.5-1.2-.64-.45-.13-.97-.2-1.53-.2-.55 0-1.06.08-1.52.24-.47.17-.87.4-1.2.69-.33.29-.6.63-.78 1.03-.2.39-.29.83-.29 1.29h1.98c0-.26.05-.49.14-.69.09-.2.22-.38.38-.52.17-.14.36-.25.58-.33.22-.08.46-.12.73-.12.61 0 1.06.16 1.36.47.3.31.44.75.44 1.32 0 .27-.04.52-.12.74-.08.22-.21.41-.38.57-.17.16-.38.28-.63.37-.25.09-.55.13-.89.13H6.72v1.57H7.9c.34 0 .64.04.91.11.27.08.5.19.69.35.19.16.34.36.44.61.1.24.16.54.16.87 0 .62-.18 1.09-.53 1.42-.35.33-.84.49-1.45.49-.29 0-.56-.04-.8-.13-.24-.08-.44-.2-.61-.36-.17-.16-.3-.34-.39-.56-.09-.22-.14-.46-.14-.72H4.19c0 .55.11 1.03.32 1.45.21.42.5.77.86 1.05s.77.49 1.24.63.96.21 1.48.21c.57 0 1.09-.08 1.58-.23.49-.15.91-.38 1.26-.68.36-.3.64-.66.84-1.1.2-.43.3-.93.3-1.48 0-.29-.04-.58-.11-.86-.08-.25-.19-.51-.35-.76z"/><path d="M20.87 14.37c-.14-.28-.35-.53-.63-.74-.28-.21-.61-.39-1.01-.53s-.85-.27-1.35-.38a6.64 6.64 0 0 1-.87-.23 2.61 2.61 0 0 1-.55-.25.717.717 0 0 1-.28-.3.935.935 0 0 1-.08-.39.946.946 0 0 1 .36-.75c.12-.1.27-.18.45-.24s.4-.09.64-.09c.25 0 .47.04.66.11.19.07.35.17.48.29.13.12.22.26.29.42.06.16.1.32.1.49h1.95a2.517 2.517 0 0 0-.93-1.97c-.3-.25-.66-.44-1.09-.59-.43-.15-.92-.22-1.46-.22-.51 0-.98.07-1.39.21-.41.14-.77.33-1.06.57-.29.24-.51.52-.67.84a2.2 2.2 0 0 0-.23 1.01c0 .36.08.68.23.96.15.28.37.52.64.73.27.21.6.38.98.53.38.14.81.26 1.27.36.39.08.71.17.95.26s.43.19.57.29c.13.1.22.22.27.34.05.12.07.25.07.39 0 .32-.13.57-.4.77-.27.2-.66.29-1.17.29-.22 0-.43-.02-.64-.08-.21-.05-.4-.13-.56-.24a1.333 1.333 0 0 1-.59-1.11h-1.89c0 .36.08.71.24 1.05.16.34.39.65.7.93.31.27.69.49 1.15.66.46.17.98.25 1.58.25.53 0 1.01-.06 1.44-.19.43-.13.8-.31 1.11-.54.31-.23.54-.51.71-.83.17-.32.25-.67.25-1.06-.02-.4-.09-.74-.24-1.02z"/>', -timer_off:'<path d="M19.04 4.55l-1.42 1.42a9.012 9.012 0 0 0-10.57-.49l1.46 1.46C9.53 6.35 10.73 6 12 6c3.87 0 7 3.13 7 7 0 1.27-.35 2.47-.94 3.49l1.45 1.45A8.878 8.878 0 0 0 21 13c0-2.12-.74-4.07-1.97-5.61l1.42-1.42-1.41-1.42z"/><path d="M15 1H9v2h6V1z"/><path d="M11 9.44l2 2V8h-2v1.44z"/><path d="M12 20c-3.87 0-7-3.13-7-7 0-1.28.35-2.48.95-3.52l9.56 9.56c-1.03.61-2.23.96-3.51.96zM3.02 4L1.75 5.27 4.5 8.03A8.905 8.905 0 0 0 3 13c0 4.97 4.02 9 9 9 1.84 0 3.55-.55 4.98-1.5l2.5 2.5 1.27-1.27-7.71-7.71L3.02 4z"/>',tonality:'<path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93c-3.94-.49-7-3.85-7-7.93s3.05-7.44 7-7.93v15.86zm2-15.86c1.03.13 2 .45 2.87.93H13v-.93zM13 7h5.24c.25.31.48.65.68 1H13V7zm0 3h6.74c.08.33.15.66.19 1H13v-1zm0 9.93V19h2.87c-.87.48-1.84.8-2.87.93zM18.24 17H13v-1h5.92c-.2.35-.43.69-.68 1zm1.5-3H13v-1h6.93c-.04.34-.11.67-.19 1z"/>',transform:'<path d="M22 18v-2H8V4h2L7 1 4 4h2v2H2v2h4v8c0 1.1.9 2 2 2h8v2h-2l3 3 3-3h-2v-2h4z"/><path d="M10 8h6v6h2V8c0-1.1-.9-2-2-2h-6v2z"/>',tune:'<path d="M13 21v-2h8v-2h-8v-2h-2v6h2zM3 17v2h6v-2H3z"/><path d="M21 13v-2H11v2h10zM7 9v2H3v2h4v2h2V9H7z"/><path d="M15 9h2V7h4V5h-4V3h-2v6zM3 5v2h10V5H3z"/>',view_comfy:'<path d="M3 9h4V5H3v4z"/><path d="M3 14h4v-4H3v4z"/><path d="M8 14h4v-4H8v4z"/><path d="M13 14h4v-4h-4v4z"/><path d="M8 9h4V5H8v4z"/><path d="M13 5v4h4V5h-4z"/><path d="M18 14h4v-4h-4v4z"/><path d="M3 19h4v-4H3v4z"/><path d="M8 19h4v-4H8v4z"/><path d="M13 19h4v-4h-4v4z"/><path d="M18 19h4v-4h-4v4z"/><path d="M18 5v4h4V5h-4z"/>',view_compact:'<path d="M3 19h6v-7H3v7z"/><path d="M10 19h12v-7H10v7z"/><path d="M3 5v6h19V5H3z"/>',vignette:'<path d="M21 3H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-9 15c-4.42 0-8-2.69-8-6s3.58-6 8-6 8 2.69 8 6-3.58 6-8 6z"/>',wb_auto:'<path d="M6.85 12.65h2.3L8 9l-1.15 3.65zM22 7l-1.2 6.29L19.3 7h-1.6l-1.49 6.29L15 7h-.76C12.77 5.17 10.53 4 8 4c-4.42 0-8 3.58-8 8s3.58 8 8 8c3.13 0 5.84-1.81 7.15-4.43l.1.43H17l1.5-6.1L20 16h1.75l2.05-9H22zm-11.7 9l-.7-2H6.4l-.7 2H3.8L7 7h2l3.2 9h-1.9z"/>',wb_cloudy:'<path d="M19.36 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.64-4.96z"/>',wb_incandescent:'<path d="M3.55 18.54l1.41 1.41 1.79-1.8-1.41-1.41-1.79 1.8z"/><path d="M11 22.45h2V19.5h-2v2.95z"/><path d="M4 10.5H1v2h3v-2z"/><path d="M15 6.31V1.5H9v4.81C7.21 7.35 6 9.28 6 11.5c0 3.31 2.69 6 6 6s6-2.69 6-6c0-2.22-1.21-4.15-3-5.19z"/><path d="M20 10.5v2h3v-2h-3z"/><path d="M17.24 18.16l1.79 1.8 1.41-1.41-1.8-1.79-1.4 1.4z"/>',wb_irradescent:'<path d="M5 14.5h14v-6H5v6z"/><path d="M11 .55V3.5h2V.55h-2z"/><path d="M19.04 3.05l-1.79 1.79 1.41 1.41 1.8-1.79-1.42-1.41z"/><path d="M13 22.45V19.5h-2v2.95h2z"/><path d="M20.45 18.54l-1.8-1.79-1.41 1.41 1.79 1.8 1.42-1.42z"/><path d="M3.55 4.46l1.79 1.79 1.41-1.41-1.79-1.79-1.41 1.41z"/><path d="M4.96 19.95l1.79-1.8-1.41-1.41-1.79 1.79 1.41 1.42z"/>',wb_sunny:'<path d="M6.76 4.84l-1.8-1.79-1.41 1.41 1.79 1.79 1.42-1.41z"/><path d="M4 10.5H1v2h3v-2z"/><path d="M13 .55h-2V3.5h2V.55z"/><path d="M20.45 4.46l-1.41-1.41-1.79 1.79 1.41 1.41 1.79-1.79z"/><path d="M17.24 18.16l1.79 1.8 1.41-1.41-1.8-1.79-1.4 1.4z"/><path d="M20 10.5v2h3v-2h-3z"/><path d="M12 5.5c-3.31 0-6 2.69-6 6s2.69 6 6 6 6-2.69 6-6-2.69-6-6-6z"/><path d="M11 22.45h2V19.5h-2v2.95z"/><path d="M3.55 18.54l1.41 1.41 1.79-1.8-1.41-1.41-1.79 1.8z"/>',add_location:'<path d="M12 2C8.14 2 5 5.14 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.86-3.14-7-7-7zm4 8h-3v3h-2v-3H8V8h3V5h2v3h3v2z"/>',beenhere:'<path d="M19 1H5c-1.1 0-1.99.9-1.99 2L3 15.93c0 .69.35 1.3.88 1.66L12 23l8.11-5.41c.53-.36.88-.97.88-1.66L21 3c0-1.1-.9-2-2-2zm-9 15l-5-5 1.41-1.41L10 13.17l7.59-7.59L19 7l-9 9z"/>',directions:'<path d="M21.71 11.29l-9-9c-.39-.39-1.02-.39-1.41 0l-9 9c-.39.39-.39 1.02 0 1.41l9 9c.39.39 1.02.39 1.41 0l9-9c.39-.38.39-1.01 0-1.41zM14 14.5V12h-4v3H8v-4c0-.55.45-1 1-1h5V7.5l3.5 3.5-3.5 3.5z"/>',directions_bike:'<path d="M16 4.8c.99 0 1.8-.81 1.8-1.8s-.81-1.8-1.8-1.8c-1 0-1.8.81-1.8 1.8S15 4.8 16 4.8z"/><path d="M19 20.5c-1.93 0-3.5-1.57-3.5-3.5s1.57-3.5 3.5-3.5 3.5 1.57 3.5 3.5-1.57 3.5-3.5 3.5zm0-8.5c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5z"/><path d="M14.8 10H19V8.2h-3.2l-1.93-3.27c-.3-.5-.84-.83-1.46-.83-.47 0-.89.19-1.2.5l-3.7 3.7c-.32.3-.51.73-.51 1.2 0 .63.33 1.16.85 1.47L11.2 13v5H13v-6.48l-2.25-1.67 2.32-2.33L14.8 10z"/><path d="M5 20.5c-1.93 0-3.5-1.57-3.5-3.5s1.57-3.5 3.5-3.5 3.5 1.57 3.5 3.5-1.57 3.5-3.5 3.5zM5 12c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5z"/>',directions_bus:'<path d="M4 16c0 .88.39 1.67 1 2.22V20c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h8v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1.78c.61-.55 1-1.34 1-2.22V6c0-3.5-3.58-4-8-4s-8 .5-8 4v10zm3.5 1c-.83 0-1.5-.67-1.5-1.5S6.67 14 7.5 14s1.5.67 1.5 1.5S8.33 17 7.5 17zm9 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm1.5-6H6V6h12v5z"/>',directions_car:'<path d="M18.92 6.01C18.72 5.42 18.16 5 17.5 5h-11c-.66 0-1.21.42-1.42 1.01L3 12v8c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h12v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-8l-2.08-5.99zM6.5 16c-.83 0-1.5-.67-1.5-1.5S5.67 13 6.5 13s1.5.67 1.5 1.5S7.33 16 6.5 16zm11 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zM5 11l1.5-4.5h11L19 11H5z"/>',directions_ferry:'<path d="M20 21c-1.39 0-2.78-.47-4-1.32-2.44 1.71-5.56 1.71-8 0C6.78 20.53 5.39 21 4 21H2v2h2c1.38 0 2.74-.35 4-.99 2.52 1.29 5.48 1.29 8 0 1.26.65 2.62.99 4 .99h2v-2h-2z"/><path d="M6 6h12v3.97L12 8 6 9.97V6zM3.95 19H4c1.6 0 3.02-.88 4-2 .98 1.12 2.4 2 4 2s3.02-.88 4-2c.98 1.12 2.4 2 4 2h.05l1.89-6.68c.08-.26.06-.54-.06-.78s-.34-.42-.6-.5L20 10.62V6c0-1.1-.9-2-2-2h-3V1H9v3H6c-1.1 0-2 .9-2 2v4.62l-1.29.42c-.26.08-.48.26-.6.5s-.15.52-.06.78L3.95 19z"/>',directions_subway:'<path d="M12 2c-4.42 0-8 .5-8 4v9.5C4 17.43 5.57 19 7.5 19L6 20.5v.5h12v-.5L16.5 19c1.93 0 3.5-1.57 3.5-3.5V6c0-3.5-3.58-4-8-4zM7.5 17c-.83 0-1.5-.67-1.5-1.5S6.67 14 7.5 14s1.5.67 1.5 1.5S8.33 17 7.5 17zm3.5-6H6V6h5v5zm5.5 6c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm1.5-6h-5V6h5v5z"/>',directions_train:'<path d="M4 15.5C4 17.43 5.57 19 7.5 19L6 20.5v.5h12v-.5L16.5 19c1.93 0 3.5-1.57 3.5-3.5V5c0-3.5-3.58-4-8-4s-8 .5-8 4v10.5zm8 1.5c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm6-7H6V5h12v5z"/>',directions_transit:'<path d="M12 2c-4.42 0-8 .5-8 4v9.5C4 17.43 5.57 19 7.5 19L6 20.5v.5h12v-.5L16.5 19c1.93 0 3.5-1.57 3.5-3.5V6c0-3.5-3.58-4-8-4zM7.5 17c-.83 0-1.5-.67-1.5-1.5S6.67 14 7.5 14s1.5.67 1.5 1.5S8.33 17 7.5 17zm3.5-6H6V6h5v5zm5.5 6c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm1.5-6h-5V6h5v5z"/>',directions_walk:'<path d="M14 3.8c.99 0 1.8-.81 1.8-1.8 0-1-.81-1.8-1.8-1.8-1 0-1.8.81-1.8 1.8S13 3.8 14 3.8z"/><path d="M14.12 10H19V8.2h-3.62l-2-3.33c-.3-.5-.84-.83-1.46-.83-.17 0-.34.03-.49.07L6 5.8V11h1.8V7.33l2.11-.66L6 22h1.8l2.87-8.11L13 17v5h1.8v-6.41l-2.49-4.54.73-2.87L14.12 10z"/>',edit_location:'<path d="M12 2C8.14 2 5 5.14 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.86-3.14-7-7-7zm-1.56 10H9v-1.44l3.35-3.34 1.43 1.43L10.44 12zm4.45-4.45l-.7.7-1.44-1.44.7-.7c.15-.15.39-.15.54 0l.9.9c.15.15.15.39 0 .54z"/>',ev_station:'<path d="M19.77 7.23l.01-.01-3.72-3.72L15 4.56l2.11 2.11c-.94.36-1.61 1.26-1.61 2.33 0 1.38 1.12 2.5 2.5 2.5.36 0 .69-.08 1-.21v7.21c0 .55-.45 1-1 1s-1-.45-1-1V14c0-1.1-.9-2-2-2h-1V5c0-1.1-.9-2-2-2H6c-1.1 0-2 .9-2 2v16h10v-7.5h1.5v5c0 1.38 1.12 2.5 2.5 2.5s2.5-1.12 2.5-2.5V9c0-.69-.28-1.32-.73-1.77zM18 10c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zM8 18v-4.5H6L10 6v5h2l-4 7z"/>',flight:'<path d="M10.18 9"/><path d="M21 16v-2l-8-5V3.5c0-.83-.67-1.5-1.5-1.5S10 2.67 10 3.5V9l-8 5v2l8-2.5V19l-2 1.5V22l3.5-1 3.5 1v-1.5L13 19v-5.5l8 2.5z"/>',hotel:'<path d="M7 13c1.66 0 3-1.34 3-3S8.66 7 7 7s-3 1.34-3 3 1.34 3 3 3z"/><path d="M19 7h-8v7H3V5H1v15h2v-3h18v3h2v-9c0-2.21-1.79-4-4-4z"/>',layers:'<path d="M11.99 18.54l-7.37-5.73L3 14.07l9 7 9-7-1.63-1.27-7.38 5.74z"/><path d="M12 16l7.36-5.73L21 9l-9-7-9 7 1.63 1.27L12 16z"/>',layers_clear:'<path d="M19.81 14.99l1.19-.92-1.43-1.43-1.19.92 1.43 1.43z"/><path d="M19.36 10.27L21 9l-9-7-2.91 2.27 7.87 7.88 2.4-1.88z"/><path d="M3.27 1L2 2.27l4.22 4.22L3 9l1.63 1.27L12 16l2.1-1.63 1.43 1.43L12 18.54l-7.37-5.73L3 14.07l9 7 4.95-3.85L20.73 21 22 19.73 3.27 1z"/>',local_activity:'<path d="M20 12c0-1.1.9-2 2-2V6c0-1.1-.9-2-2-2H4c-1.1 0-1.99.9-1.99 2v4c1.1 0 1.99.9 1.99 2s-.89 2-2 2v4c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-4c-1.1 0-2-.9-2-2zm-4.42 4.8L12 14.5l-3.58 2.3 1.08-4.12-3.29-2.69 4.24-.25L12 5.8l1.54 3.95 4.24.25-3.29 2.69 1.09 4.11z"/>',local_airport:'<path d="M21 16v-2l-8-5V3.5c0-.83-.67-1.5-1.5-1.5S10 2.67 10 3.5V9l-8 5v2l8-2.5V19l-2 1.5V22l3.5-1 3.5 1v-1.5L13 19v-5.5l8 2.5z"/>',local_atm:'<path d="M11 17h2v-1h1c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1h-3v-1h4V8h-2V7h-2v1h-1c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h3v1H9v2h2v1z"/><path d="M20 18H4V6h16v12zm0-14H4c-1.11 0-1.99.89-1.99 2L2 18c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V6c0-1.11-.89-2-2-2z"/>',local_bar:'<path d="M11 13v6H6v2h12v-2h-5v-6l8-8V3H3v2l8 8zM7.5 7l-2-2h13l-2 2h-9z"/>',local_cafe:'<path d="M20 8h-2V5h2v3zm0-5H4v10c0 2.21 1.79 4 4 4h6c2.21 0 4-1.79 4-4v-3h2c1.11 0 2-.89 2-2V5c0-1.11-.89-2-2-2z"/><path d="M2 21h18v-2H2v2z"/>',local_car_wash:'<path d="M17 5c.83 0 1.5-.67 1.5-1.5 0-1-1.5-2.7-1.5-2.7s-1.5 1.7-1.5 2.7c0 .83.67 1.5 1.5 1.5z"/><path d="M12 5c.83 0 1.5-.67 1.5-1.5 0-1-1.5-2.7-1.5-2.7s-1.5 1.7-1.5 2.7c0 .83.67 1.5 1.5 1.5z"/><path d="M7 5c.83 0 1.5-.67 1.5-1.5C8.5 2.5 7 .8 7 .8S5.5 2.5 5.5 3.5C5.5 4.33 6.17 5 7 5z"/><path d="M5 13l1.5-4.5h11L19 13H5zm12.5 5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm-11 0c-.83 0-1.5-.67-1.5-1.5S5.67 15 6.5 15s1.5.67 1.5 1.5S7.33 18 6.5 18zm12.42-9.99C18.72 7.42 18.16 7 17.5 7h-11c-.66 0-1.21.42-1.42 1.01L3 14v8c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h12v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-8l-2.08-5.99z"/>',local_convenience_store:'<path d="M19 7V4H5v3H2v13h8v-4h4v4h8V7h-3zm-8 3H9v1h2v1H8V9h2V8H8V7h3v3zm5 2h-1v-2h-2V7h1v2h1V7h1v5z"/>',local_dining:'<path d="M8.1 13.34l2.83-2.83L3.91 3.5a4.008 4.008 0 0 0 0 5.66l4.19 4.18z"/><path d="M14.88 11.53c1.53.71 3.68.21 5.27-1.38 1.91-1.91 2.28-4.65.81-6.12-1.46-1.46-4.2-1.1-6.12.81-1.59 1.59-2.09 3.74-1.38 5.27L3.7 19.87l1.41 1.41L12 14.41l6.88 6.88 1.41-1.41L13.41 13l1.47-1.47z"/>',local_drink:'<path d="M3 2l2.01 18.23C5.13 21.23 5.97 22 7 22h10c1.03 0 1.87-.77 1.99-1.77L21 2H3zm9 17c-1.66 0-3-1.34-3-3 0-2 3-5.4 3-5.4s3 3.4 3 5.4c0 1.66-1.34 3-3 3zm6.33-11H5.67l-.44-4h13.53l-.43 4z"/>',local_florist:'<path d="M12 22c4.97 0 9-4.03 9-9-4.97 0-9 4.03-9 9z"/><path d="M12 5.5c1.38 0 2.5 1.12 2.5 2.5s-1.12 2.5-2.5 2.5S9.5 9.38 9.5 8s1.12-2.5 2.5-2.5zm-6.4 4.75c0 1.38 1.12 2.5 2.5 2.5.53 0 1.01-.16 1.42-.44l-.02.19c0 1.38 1.12 2.5 2.5 2.5s2.5-1.12 2.5-2.5l-.02-.19c.4.28.89.44 1.42.44 1.38 0 2.5-1.12 2.5-2.5 0-1-.59-1.85-1.43-2.25.84-.4 1.43-1.25 1.43-2.25 0-1.38-1.12-2.5-2.5-2.5-.53 0-1.01.16-1.42.44l.02-.19C14.5 2.12 13.38 1 12 1S9.5 2.12 9.5 3.5l.02.19c-.4-.28-.89-.44-1.42-.44-1.38 0-2.5 1.12-2.5 2.5 0 1 .59 1.85 1.43 2.25-.84.4-1.43 1.25-1.43 2.25z"/><path d="M3 13c0 4.97 4.03 9 9 9 0-4.97-4.03-9-9-9z"/>',local_gas_station:'<path d="M19.77 7.23l.01-.01-3.72-3.72L15 4.56l2.11 2.11c-.94.36-1.61 1.26-1.61 2.33 0 1.38 1.12 2.5 2.5 2.5.36 0 .69-.08 1-.21v7.21c0 .55-.45 1-1 1s-1-.45-1-1V14c0-1.1-.9-2-2-2h-1V5c0-1.1-.9-2-2-2H6c-1.1 0-2 .9-2 2v16h10v-7.5h1.5v5c0 1.38 1.12 2.5 2.5 2.5s2.5-1.12 2.5-2.5V9c0-.69-.28-1.32-.73-1.77zM12 10H6V5h6v5zm6 0c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"/>',local_grocery_store:'<path d="M7 18c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2-.9-2-2-2z"/><path d="M1 2v2h2l3.6 7.59-1.35 2.45c-.16.28-.25.61-.25.96 0 1.1.9 2 2 2h12v-2H7.42c-.14 0-.25-.11-.25-.25l.03-.12.9-1.63h7.45c.75 0 1.41-.41 1.75-1.03l3.58-6.49c.08-.14.12-.31.12-.48 0-.55-.45-1-1-1H5.21l-.94-2H1z"/><path d="M17 18c-1.1 0-1.99.9-1.99 2s.89 2 1.99 2 2-.9 2-2-.9-2-2-2z"/>',local_hospital:'<path d="M19 3H5c-1.1 0-1.99.9-1.99 2L3 19c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-1 11h-4v4h-4v-4H6v-4h4V6h4v4h4v4z"/>',local_hotel:'<path d="M7 13c1.66 0 3-1.34 3-3S8.66 7 7 7s-3 1.34-3 3 1.34 3 3 3z"/><path d="M19 7h-8v7H3V5H1v15h2v-3h18v3h2v-9c0-2.21-1.79-4-4-4z"/>',local_laundry_service:'<path d="M9.17 16.83a4.008 4.008 0 0 0 5.66 0 4.008 4.008 0 0 0 0-5.66l-5.66 5.66z"/><path d="M12 20c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6zM7 4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm3 0c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm8-1.99L6 2c-1.11 0-2 .89-2 2v16c0 1.11.89 2 2 2h12c1.11 0 2-.89 2-2V4c0-1.11-.89-1.99-2-1.99z"/>',local_library:'<path d="M12 8c1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3 1.34 3 3 3z"/><path d="M12 11.55C9.64 9.35 6.48 8 3 8v11c3.48 0 6.64 1.35 9 3.55 2.36-2.19 5.52-3.55 9-3.55V8c-3.48 0-6.64 1.35-9 3.55z"/>',local_mall:'<path d="M19 6h-2c0-2.76-2.24-5-5-5S7 3.24 7 6H5c-1.1 0-1.99.9-1.99 2L3 20c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm-7-3c1.66 0 3 1.34 3 3H9c0-1.66 1.34-3 3-3zm0 10c-2.76 0-5-2.24-5-5h2c0 1.66 1.34 3 3 3s3-1.34 3-3h2c0 2.76-2.24 5-5 5z"/>',local_movies:'<path d="M18 3v2h-2V3H8v2H6V3H4v18h2v-2h2v2h8v-2h2v2h2V3h-2zM8 17H6v-2h2v2zm0-4H6v-2h2v2zm0-4H6V7h2v2zm10 8h-2v-2h2v2zm0-4h-2v-2h2v2zm0-4h-2V7h2v2z"/>',local_offer:'<path d="M21.41 11.58l-9-9C12.05 2.22 11.55 2 11 2H4c-1.1 0-2 .9-2 2v7c0 .55.22 1.05.59 1.42l9 9c.36.36.86.58 1.41.58.55 0 1.05-.22 1.41-.59l7-7c.37-.36.59-.86.59-1.41 0-.55-.23-1.06-.59-1.42zM5.5 7C4.67 7 4 6.33 4 5.5S4.67 4 5.5 4 7 4.67 7 5.5 6.33 7 5.5 7z"/>',local_parking:'<path d="M13 3H6v18h4v-6h3c3.31 0 6-2.69 6-6s-2.69-6-6-6zm.2 8H10V7h3.2c1.1 0 2 .9 2 2s-.9 2-2 2z"/>',local_pharmacy:'<path d="M21 5h-2.64l1.14-3.14L17.15 1l-1.46 4H3v2l2 6-2 6v2h18v-2l-2-6 2-6V5zm-5 9h-3v3h-2v-3H8v-2h3V9h2v3h3v2z"/>',local_phone:'<path d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/>',local_pizza:'<path d="M12 2C8.43 2 5.23 3.54 3.01 6L12 22l8.99-16C18.78 3.55 15.57 2 12 2zM7 7c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm5 8c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"/>',local_play:'<path d="M20 12c0-1.1.9-2 2-2V6c0-1.1-.9-2-2-2H4c-1.1 0-1.99.9-1.99 2v4c1.1 0 1.99.9 1.99 2s-.89 2-2 2v4c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-4c-1.1 0-2-.9-2-2zm-4.42 4.8L12 14.5l-3.58 2.3 1.08-4.12-3.29-2.69 4.24-.25L12 5.8l1.54 3.95 4.24.25-3.29 2.69 1.09 4.11z"/>',local_post_office:'<path d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z"/>',local_print_shop:'<path d="M19 12c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm-3 7H8v-5h8v5zm3-11H5c-1.66 0-3 1.34-3 3v6h4v4h12v-4h4v-6c0-1.66-1.34-3-3-3z"/><path d="M18 3H6v4h12V3z"/>',local_restaurant:'<path d="M8.1 13.34l2.83-2.83L3.91 3.5a4.008 4.008 0 0 0 0 5.66l4.19 4.18z"/><path d="M14.88 11.53c1.53.71 3.68.21 5.27-1.38 1.91-1.91 2.28-4.65.81-6.12-1.46-1.46-4.2-1.1-6.12.81-1.59 1.59-2.09 3.74-1.38 5.27L3.7 19.87l1.41 1.41L12 14.41l6.88 6.88 1.41-1.41L13.41 13l1.47-1.47z"/>',local_see:'<circle cx="12" cy="12" r="3.2"/><path d="M12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zM9 2L7.17 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2h-3.17L15 2H9z"/>',local_shipping:'<path d="M20 8h-3V4H3c-1.1 0-2 .9-2 2v11h2c0 1.66 1.34 3 3 3s3-1.34 3-3h6c0 1.66 1.34 3 3 3s3-1.34 3-3h2v-5l-3-4zM6 18.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm13.5-9l1.96 2.5H17V9.5h2.5zm-1.5 9c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"/>',local_taxi:'<path d="M18.92 6.01C18.72 5.42 18.16 5 17.5 5H15V3H9v2H6.5c-.66 0-1.21.42-1.42 1.01L3 12v8c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h12v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-8l-2.08-5.99zM6.5 16c-.83 0-1.5-.67-1.5-1.5S5.67 13 6.5 13s1.5.67 1.5 1.5S7.33 16 6.5 16zm11 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zM5 11l1.5-4.5h11L19 11H5z"/>',map:'<path d="M20.5 3l-.16.03L15 5.1 9 3 3.36 4.9c-.21.07-.36.25-.36.48V20.5c0 .28.22.5.5.5l.16-.03L9 18.9l6 2.1 5.64-1.9c.21-.07.36-.25.36-.48V3.5c0-.28-.22-.5-.5-.5zM15 19l-6-2.11V5l6 2.11V19z"/>',my_location:'<path d="M12 8c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4z"/><path d="M12 19c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7zm8.94-8c-.46-4.17-3.77-7.48-7.94-7.94V1h-2v2.06C6.83 3.52 3.52 6.83 3.06 11H1v2h2.06c.46 4.17 3.77 7.48 7.94 7.94V23h2v-2.06c4.17-.46 7.48-3.77 7.94-7.94H23v-2h-2.06z"/>',navigation:'<path d="M12 2L4.5 20.29l.71.71L12 18l6.79 3 .71-.71z"/>',near_me:'<path d="M21 3L3 10.53v.98l6.84 2.65L12.48 21h.98L21 3z"/>',person_pin_circle:'<path d="M12 2C8.14 2 5 5.14 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.86-3.14-7-7-7zm0 2c1.1 0 2 .9 2 2 0 1.11-.9 2-2 2s-2-.89-2-2c0-1.1.9-2 2-2zm0 10c-1.67 0-3.14-.85-4-2.15.02-1.32 2.67-2.05 4-2.05s3.98.73 4 2.05c-.86 1.3-2.33 2.15-4 2.15z"/>',person_pin:'<path d="M19 2H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h4l3 3 3-3h4c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-7 3.3c1.49 0 2.7 1.21 2.7 2.7 0 1.49-1.21 2.7-2.7 2.7-1.49 0-2.7-1.21-2.7-2.7 0-1.49 1.21-2.7 2.7-2.7zM18 16H6v-.9c0-2 4-3.1 6-3.1s6 1.1 6 3.1v.9z"/>',pin_drop:'<path d="M10 8c0-1.1.9-2 2-2s2 .9 2 2-.89 2-2 2c-1.1 0-2-.9-2-2zm8 0c0-3.31-2.69-6-6-6S6 4.69 6 8c0 4.5 6 11 6 11s6-6.5 6-11z"/><path d="M5 20v2h14v-2H5z"/>',place:'<path d="M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z"/>',rate_review:'<path d="M20 2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zM6 14v-2.47l6.88-6.88c.2-.2.51-.2.71 0l1.77 1.77c.2.2.2.51 0 .71L8.47 14H6zm12 0h-7.5l2-2H18v2z"/>',restaurant:'<path d="M11 9H9V2H7v7H5V2H3v7c0 2.12 1.66 3.84 3.75 3.97V22h2.5v-9.03C11.34 12.84 13 11.12 13 9V2h-2v7z"/><path d="M16 6v8h2.5v8H21V2c-2.76 0-5 2.24-5 4z"/>',restaurant_menu:'<path d="M8.1 13.34l2.83-2.83L3.91 3.5a4.008 4.008 0 0 0 0 5.66l4.19 4.18z"/><path d="M14.88 11.53c1.53.71 3.68.21 5.27-1.38 1.91-1.91 2.28-4.65.81-6.12-1.46-1.46-4.2-1.1-6.12.81-1.59 1.59-2.09 3.74-1.38 5.27L3.7 19.87l1.41 1.41L12 14.41l6.88 6.88 1.41-1.41L13.41 13l1.47-1.47z"/>',satellite:'<path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM5 4.99h3C8 6.65 6.66 8 5 8V4.99zM5 12v-2c2.76 0 5-2.25 5-5.01h2C12 8.86 8.87 12 5 12zm0 6l3.5-4.5 2.5 3.01L14.5 12l4.5 6H5z"/>',store_mall_directory:'<path d="M20 4H4v2h16V4z"/><path d="M12 18H6v-4h6v4zm9-4v-2l-1-5H4l-1 5v2h1v6h10v-6h4v6h2v-6h1z"/>',streetview:'<path d="M12.56 14.33c-.34.27-.56.7-.56 1.17V21h7c1.1 0 2-.9 2-2v-5.98c-.94-.33-1.95-.52-3-.52-2.03 0-3.93.7-5.44 1.83z"/><circle cx="18" cy="6" r="5"/><path d="M11.5 6c0-1.08.27-2.1.74-3H5c-1.1 0-2 .9-2 2v14c0 .55.23 1.05.59 1.41l9.82-9.82C12.23 9.42 11.5 7.8 11.5 6z"/>',subway:'<circle cx="15.5" cy="16" r="1"/><circle cx="8.5" cy="16" r="1"/><path d="M7.01 9h10v5h-10z"/><path d="M17.8 2.8C16 2.09 13.86 2 12 2c-1.86 0-4 .09-5.8.8C3.53 3.84 2 6.05 2 8.86V22h20V8.86c0-2.81-1.53-5.02-4.2-6.06zm.2 13.08c0 1.45-1.18 2.62-2.63 2.62l1.13 1.12V20H15l-1.5-1.5h-2.83L9.17 20H7.5v-.38l1.12-1.12C7.18 18.5 6 17.32 6 15.88V9c0-2.63 3-3 6-3 3.32 0 6 .38 6 3v6.88z"/>',terrain:'<path d="M14 6l-3.75 5 2.85 3.8-1.6 1.2C9.81 13.75 7 10 7 10l-6 8h22L14 6z"/>',traffic:'<path d="M20 10h-3V8.86c1.72-.45 3-2 3-3.86h-3V4c0-.55-.45-1-1-1H8c-.55 0-1 .45-1 1v1H4c0 1.86 1.28 3.41 3 3.86V10H4c0 1.86 1.28 3.41 3 3.86V15H4c0 1.86 1.28 3.41 3 3.86V20c0 .55.45 1 1 1h8c.55 0 1-.45 1-1v-1.14c1.72-.45 3-2 3-3.86h-3v-1.14c1.72-.45 3-2 3-3.86zm-8 9c-1.11 0-2-.9-2-2s.89-2 2-2c1.1 0 2 .9 2 2s-.89 2-2 2zm0-5c-1.11 0-2-.9-2-2s.89-2 2-2c1.1 0 2 .9 2 2s-.89 2-2 2zm0-5c-1.11 0-2-.9-2-2 0-1.11.89-2 2-2 1.1 0 2 .89 2 2 0 1.1-.89 2-2 2z"/>',train:'<path d="M12 2c-4 0-8 .5-8 4v9.5C4 17.43 5.57 19 7.5 19L6 20.5v.5h2.23l2-2H14l2 2h2v-.5L16.5 19c1.93 0 3.5-1.57 3.5-3.5V6c0-3.5-3.58-4-8-4zM7.5 17c-.83 0-1.5-.67-1.5-1.5S6.67 14 7.5 14s1.5.67 1.5 1.5S8.33 17 7.5 17zm3.5-7H6V6h5v4zm2 0V6h5v4h-5zm3.5 7c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"/>',tram:'<path d="M19 16.94V8.5c0-2.79-2.61-3.4-6.01-3.49l.76-1.51H17V2H7v1.5h4.75l-.76 1.52C7.86 5.11 5 5.73 5 8.5v8.44c0 1.45 1.19 2.66 2.59 2.97L6 21.5v.5h2.23l2-2H14l2 2h2v-.5L16.5 20h-.08c1.69 0 2.58-1.37 2.58-3.06zm-7 1.56c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm5-4.5H7V9h10v5z"/>',transfer_within_a_station:'<path d="M16.49 15.5v-1.75L14 16.25l2.49 2.5V17H22v-1.5z"/><path d="M19.51 19.75H14v1.5h5.51V23L22 20.5 19.51 18z"/><path d="M9.5 5.5c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zM5.75 8.9L3 23h2.1l1.75-8L9 17v6h2v-7.55L8.95 13.4l.6-3C10.85 12 12.8 13 15 13v-2c-1.85 0-3.45-1-4.35-2.45l-.95-1.6C9.35 6.35 8.7 6 8 6c-.25 0-.5.05-.75.15L2 8.3V13h2V9.65l1.75-.75"/>',zoom_out_map:'<path d="M15 3l2.3 2.3-2.89 2.87 1.42 1.42L18.7 6.7 21 9V3z"/><path d="M3 9l2.3-2.3 2.87 2.89 1.42-1.42L6.7 5.3 9 3H3z"/><path d="M9 21l-2.3-2.3 2.89-2.87-1.42-1.42L5.3 17.3 3 15v6z"/><path d="M21 15l-2.3 2.3-2.87-2.89-1.42 1.42 2.89 2.87L15 21h6z"/>',apps:'<path d="M4 8h4V4H4v4z"/><path d="M10 20h4v-4h-4v4z"/><path d="M4 20h4v-4H4v4z"/><path d="M4 14h4v-4H4v4z"/><path d="M10 14h4v-4h-4v4z"/><path d="M16 4v4h4V4h-4z"/><path d="M10 8h4V4h-4v4z"/><path d="M16 14h4v-4h-4v4z"/><path d="M16 20h4v-4h-4v4z"/>',arrow_back:'<path d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/>',arrow_downward:'<path d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"/>',arrow_drop_down:'<path d="M7 10l5 5 5-5z"/>',arrow_drop_down_circle:'<path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 12l-4-4h8l-4 4z"/>',arrow_drop_up:'<path d="M7 14l5-5 5 5z"/>',arrow_forward:'<path d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/>',arrow_upwards:'<path d="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"/>',cancel:'<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"/>',check:'<path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"/>',chevron_left:'<path d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/>',chevron_right:'<path d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/>',close:'<path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"/>',expand_less:'<path d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/>',expand_more:'<path d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/>',first_page:'<path d="M18.41 16.59L13.82 12l4.59-4.59L17 6l-6 6 6 6z"/><path d="M6 6h2v12H6z"/>',fullscreen:'<path d="M7 14H5v5h5v-2H7v-3z"/><path d="M5 10h2V7h3V5H5v5z"/><path d="M17 17h-3v2h5v-5h-2v3z"/><path d="M14 5v2h3v3h2V5h-5z"/>',fullscreen_exit:'<path d="M5 16h3v3h2v-5H5v2z"/><path d="M8 8H5v2h5V5H8v3z"/><path d="M14 19h2v-3h3v-2h-5v5z"/><path d="M16 8V5h-2v5h5V8h-3z"/>',last_page:'<path d="M5.59 7.41L10.18 12l-4.59 4.59L7 18l6-6-6-6z"/><path d="M16 6h2v12h-2z"/>',menu:'<path d="M3 18h18v-2H3v2z"/><path d="M3 13h18v-2H3v2z"/><path d="M3 6v2h18V6H3z"/>',more_horiz:'<path d="M6 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"/><path d="M18 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"/><path d="M12 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"/>',more_vert:'<path d="M12 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2z"/><path d="M12 16c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"/><path d="M12 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"/>',refresh:'<path d="M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z"/>',subdirectory_arrow_left:' <path d="M11 9l1.42 1.42L8.83 14H18V4h2v12H8.83l3.59 3.58L11 21l-6-6 6-6z"/>',subdirectory_arrow_right:'<path d="M19 15l-6 6-1.42-1.42L15.17 16H4V4h2v10h9.17l-3.59-3.58L13 9l6 6z"/>',adb:'<path d="M5 16c0 3.87 3.13 7 7 7s7-3.13 7-7v-4H5v4z"/><path d="M15 9c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zM9 9c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm7.12-4.63l2.1-2.1-.82-.83-2.3 2.31C14.16 3.28 13.12 3 12 3s-2.16.28-3.09.75L6.6 1.44l-.82.83 2.1 2.1C6.14 5.64 5 7.68 5 10v1h14v-1c0-2.32-1.14-4.36-2.88-5.63z"/>',airline_seat_flat:'<path d="M22 11v2H9V7h9c2.21 0 4 1.79 4 4z"/><path d="M2 14v2h6v2h8v-2h6v-2H2z"/><path d="M7.14 12.1a3 3 0 0 0-.04-4.24 3 3 0 0 0-4.24.04 3 3 0 0 0 .04 4.24 3 3 0 0 0 4.24-.04z"/>',airline_seat_angled:'<path d="M22.25 14.29l-.69 1.89L9.2 11.71l2.08-5.66 8.56 3.09a4 4 0 0 1 2.41 5.15z"/><path d="M1.5 12.14L8 14.48V19h8v-1.63L20.52 19l.69-1.89-19.02-6.86-.69 1.89z"/><path d="M7.3 10.2a3.01 3.01 0 0 0 1.41-4A3.005 3.005 0 0 0 4.7 4.8a2.99 2.99 0 0 0-1.4 4 2.99 2.99 0 0 0 4 1.4z"/>',airline_seat_individual_suite:'<path d="M7 13c1.65 0 3-1.35 3-3S8.65 7 7 7s-3 1.35-3 3 1.35 3 3 3z"/><path d="M19 7h-8v7H3V7H1v10h22v-6c0-2.21-1.79-4-4-4z"/>',airline_seat_legroom_extra:'<path d="M4 12V3H2v9c0 2.76 2.24 5 5 5h6v-2H7c-1.66 0-3-1.34-3-3z"/><path d="M22.83 17.24c-.38-.72-1.29-.97-2.03-.63l-1.09.5-3.41-6.98a2.01 2.01 0 0 0-1.79-1.12L11 9V3H5v8c0 1.66 1.34 3 3 3h7l3.41 7 3.72-1.7c.77-.36 1.1-1.3.7-2.06z"/>',airline_seat_legroom_normal:'<path d="M5 12V3H3v9c0 2.76 2.24 5 5 5h6v-2H8c-1.66 0-3-1.34-3-3z"/><path d="M20.5 18H19v-7c0-1.1-.9-2-2-2h-5V3H6v8c0 1.65 1.35 3 3 3h7v7h4.5c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5z"/>',airline_seat_legroom_reduced:'<path d="M19.97 19.2c.18.96-.55 1.8-1.47 1.8H14v-3l1-4H9c-1.65 0-3-1.35-3-3V3h6v6h5c1.1 0 2 .9 2 2l-2 7h1.44c.73 0 1.39.49 1.53 1.2z"/><path d="M5 12V3H3v9c0 2.76 2.24 5 5 5h4v-2H8c-1.66 0-3-1.34-3-3z"/>',airline_seat_recline_extra:'<path d="M5.35 5.64c-.9-.64-1.12-1.88-.49-2.79.63-.9 1.88-1.12 2.79-.49.9.64 1.12 1.88.49 2.79-.64.9-1.88 1.12-2.79.49z"/><path d="M16 19H8.93c-1.48 0-2.74-1.08-2.96-2.54L4 7H2l1.99 9.76A5.01 5.01 0 0 0 8.94 21H16v-2z"/><path d="M16.23 15h-4.88l-1.03-4.1c1.58.89 3.28 1.54 5.15 1.22V9.99c-1.63.31-3.44-.27-4.69-1.25L9.14 7.47c-.23-.18-.49-.3-.76-.38a2.21 2.21 0 0 0-.99-.06h-.02a2.268 2.268 0 0 0-1.84 2.61l1.35 5.92A3.008 3.008 0 0 0 9.83 18h6.85l3.82 3 1.5-1.5-5.77-4.5z"/>',airline_seat_recline_normal:'<path d="M7.59 5.41c-.78-.78-.78-2.05 0-2.83.78-.78 2.05-.78 2.83 0 .78.78.78 2.05 0 2.83-.79.79-2.05.79-2.83 0z"/><path d="M6 16V7H4v9c0 2.76 2.24 5 5 5h6v-2H9c-1.66 0-3-1.34-3-3z"/><path d="M20 20.07L14.93 15H11.5v-3.68c1.4 1.15 3.6 2.16 5.5 2.16v-2.16c-1.66.02-3.61-.87-4.67-2.04l-1.4-1.55c-.19-.21-.43-.38-.69-.5-.29-.14-.62-.23-.96-.23h-.03C8.01 7 7 8.01 7 9.25V15c0 1.66 1.34 3 3 3h5.07l3.5 3.5L20 20.07z"/>',bluetooth_audio:'<path d="M19.53 6.71l-1.26 1.26c.63 1.21.98 2.57.98 4.02 0 1.45-.36 2.82-.98 4.02l1.2 1.2c.97-1.54 1.54-3.36 1.54-5.31-.01-1.89-.55-3.67-1.48-5.19zm-5.29 5.3l2.32 2.32c.28-.72.44-1.51.44-2.33 0-.82-.16-1.59-.43-2.31l-2.33 2.32z"/><path d="M12.88 16.29L11 18.17v-3.76l1.88 1.88zM11 5.83l1.88 1.88L11 9.59V5.83zm4.71 1.88L10 2H9v7.59L4.41 5 3 6.41 8.59 12 3 17.59 4.41 19 9 14.41V22h1l5.71-5.71-4.3-4.29 4.3-4.29z"/>',confirmation_number:'<path d="M22 10V6c0-1.11-.9-2-2-2H4c-1.1 0-1.99.89-1.99 2v4c1.1 0 1.99.9 1.99 2s-.89 2-2 2v4c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-4c-1.1 0-2-.9-2-2s.9-2 2-2zm-9 7.5h-2v-2h2v2zm0-4.5h-2v-2h2v2zm0-4.5h-2v-2h2v2z"/>',disc_full:'<path d="M20 7v5h2V7h-2zm0 9h2v-2h-2v2z"/><path d="M10 14c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm0-10c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8z"/>',do_not_disturb:'<path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8 0-1.85.63-3.55 1.69-4.9L16.9 18.31C15.55 19.37 13.85 20 12 20zm6.31-3.1L7.1 5.69C8.45 4.63 10.15 4 12 4c4.42 0 8 3.58 8 8 0 1.85-.63 3.55-1.69 4.9z"/>',do_not_disturb_alt:'<path d="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zM4 12c0-4.4 3.6-8 8-8 1.8 0 3.5.6 4.9 1.7L5.7 16.9C4.6 15.5 4 13.8 4 12zm8 8c-1.8 0-3.5-.6-4.9-1.7L18.3 7.1C19.4 8.5 20 10.2 20 12c0 4.4-3.6 8-8 8z"/>',do_not_disturb_off:'<path d="M17 11v2h-1.46l4.68 4.68A9.92 9.92 0 0 0 22 12c0-5.52-4.48-10-10-10-2.11 0-4.07.66-5.68 1.78L13.54 11H17z"/><path d="M7 13v-2h1.46l2 2H7zM2.27 2.27L1 3.54l2.78 2.78A9.92 9.92 0 0 0 2 12c0 5.52 4.48 10 10 10 2.11 0 4.07-.66 5.68-1.78L20.46 23l1.27-1.27L11 11 2.27 2.27z"/>',do_not_disturb_on:'<path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11H7v-2h10v2z"/>',drive_eta:'<path d="M18.92 5.01C18.72 4.42 18.16 4 17.5 4h-11c-.66 0-1.21.42-1.42 1.01L3 11v8c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h12v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-8l-2.08-5.99zM6.5 15c-.83 0-1.5-.67-1.5-1.5S5.67 12 6.5 12s1.5.67 1.5 1.5S7.33 15 6.5 15zm11 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zM5 10l1.5-4.5h11L19 10H5z"/>',enhanced_encryption:'<path d="M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zM8.9 6c0-1.71 1.39-3.1 3.1-3.1s3.1 1.39 3.1 3.1v2H8.9V6zM16 16h-3v3h-2v-3H8v-2h3v-3h2v3h3v2z"/>',event_available:'<path d="M16.53 11.06L15.47 10l-4.88 4.88-2.12-2.12-1.06 1.06L10.59 17l5.94-5.94z"/><path d="M19 19H5V8h14v11zm0-16h-1V1h-2v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"/>',event_busy:'<path d="M9.31 17l2.44-2.44L14.19 17l1.06-1.06-2.44-2.44 2.44-2.44L14.19 10l-2.44 2.44L9.31 10l-1.06 1.06 2.44 2.44-2.44 2.44L9.31 17z"/><path d="M19 19H5V8h14v11zm0-16h-1V1h-2v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"/>',event_note:'<path d="M19 19H5V8h14v11zm0-16h-1V1h-2v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"/><path d="M14 14H7v2h7v-2zm3-4H7v2h10v-2z"/>',folder_special:'<path d="M20 6h-8l-2-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm-6.42 12L10 15.9 6.42 18l.95-4.07-3.16-2.74 4.16-.36L10 7l1.63 3.84 4.16.36-3.16 2.74.95 4.06z"/>',live_tv:'<path d="M21 20H3V8h18v12zm0-14h-7.59l3.29-3.29L16 2l-4 4-4-4-.71.71L10.59 6H3a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V8a2 2 0 0 0-2-2z"/><path d="M9 10v8l7-4z"/>',mms:'<path d="M20 2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zM5 14l3.5-4.5 2.5 3.01L14.5 8l4.5 6H5z"/>',more:'<path d="M22 3H7c-.69 0-1.23.35-1.59.88L0 12l5.41 8.11c.36.53.97.89 1.66.89H22c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM9 13.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm5 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm5 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"/>',network_check:'<path d="M15.9 5c-.17 0-.32.09-.41.23l-.07.15-5.18 11.65c-.16.29-.26.61-.26.96 0 1.11.9 2.01 2.01 2.01.96 0 1.77-.68 1.96-1.59l.01-.03L16.4 5.5c0-.28-.22-.5-.5-.5z"/><path d="M21 11l2-2a15.367 15.367 0 0 0-5.59-3.57l-.53 2.82c1.5.62 2.9 1.53 4.12 2.75zM1 9l2 2c2.88-2.88 6.79-4.08 10.53-3.62l1.19-2.68C9.89 3.84 4.74 5.27 1 9z"/><path d="M5 13l2 2a7.1 7.1 0 0 1 4.03-2l1.28-2.88c-2.63-.08-5.3.87-7.31 2.88zm12 2l2-2c-.8-.8-1.7-1.42-2.66-1.89l-.55 2.92c.42.27.83.59 1.21.97z"/>',network_locked:'<path d="M19.5 10c.17 0 .33.03.5.05V1L1 20h13v-3c0-.89.39-1.68 1-2.23v-.27c0-2.48 2.02-4.5 4.5-4.5z"/><path d="M21 16h-3v-1.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5V16zm1 0v-1.5c0-1.38-1.12-2.5-2.5-2.5S17 13.12 17 14.5V16c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h5c.55 0 1-.45 1-1v-4c0-.55-.45-1-1-1z"/>',no_encryption:'<path d="M21 21.78L4.22 5 3 6.22l2.04 2.04C4.42 8.6 4 9.25 4 10v10c0 1.1.9 2 2 2h12c.23 0 .45-.05.66-.12L19.78 23 21 21.78z"/><path d="M8.9 6c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2H9.66L20 18.34V10c0-1.1-.9-2-2-2h-1V6c0-2.76-2.24-5-5-5-2.56 0-4.64 1.93-4.94 4.4L8.9 7.24V6z"/>',ondemand_video:'<path d="M21 17H3V5h18v12zm0-14H3c-1.11 0-2 .89-2 2v12a2 2 0 0 0 2 2h5v2h8v-2h5c1.1 0 1.99-.9 1.99-2L23 5a2 2 0 0 0-2-2z"/><path d="M16 11l-7 4V7z"/>',personal_video:'<path d="M21 3H3c-1.11 0-2 .89-2 2v12c0 1.1.89 2 2 2h5v2h8v-2h5c1.1 0 1.99-.9 1.99-2L23 5c0-1.11-.9-2-2-2zm0 14H3V5h18v12z"/>', -phone_bluetooth_speaker:'<path d="M18 7.21l.94.94-.94.94V7.21zm0-4.3l.94.94-.94.94V2.91zM14.71 9.5L17 7.21V11h.5l2.85-2.85L18.21 6l2.15-2.15L17.5 1H17v3.79L14.71 2.5l-.71.71L16.79 6 14 8.79l.71.71z"/><path d="M20 15.5c-1.25 0-2.45-.2-3.57-.57-.35-.11-.74-.03-1.02.24l-2.2 2.2c-2.83-1.44-5.15-3.75-6.59-6.59l2.2-2.21c.28-.26.36-.65.25-1C8.7 6.45 8.5 5.25 8.5 4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.5c0-.55-.45-1-1-1z"/>',phone_forwarded:'<path d="M18 11l5-5-5-5v3h-4v4h4v3z"/><path d="M20 15.5c-1.25 0-2.45-.2-3.57-.57-.35-.11-.74-.03-1.02.24l-2.2 2.2c-2.83-1.44-5.15-3.75-6.59-6.59l2.2-2.21c.28-.26.36-.65.25-1C8.7 6.45 8.5 5.25 8.5 4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.5c0-.55-.45-1-1-1z"/>',phone_in_talk:'<path d="M20 15.5c-1.25 0-2.45-.2-3.57-.57-.35-.11-.74-.03-1.02.24l-2.2 2.2c-2.83-1.44-5.15-3.75-6.59-6.59l2.2-2.21c.28-.26.36-.65.25-1C8.7 6.45 8.5 5.25 8.5 4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.5c0-.55-.45-1-1-1z"/><path d="M19 12h2c0-4.97-4.03-9-9-9v2c3.87 0 7 3.13 7 7z"/><path d="M15 12h2c0-2.76-2.24-5-5-5v2c1.66 0 3 1.34 3 3z"/>',phone_locked:'<path d="M20 15.5c-1.25 0-2.45-.2-3.57-.57-.35-.11-.74-.03-1.02.24l-2.2 2.2c-2.83-1.44-5.15-3.75-6.59-6.59l2.2-2.21c.28-.26.36-.65.25-1C8.7 6.45 8.5 5.25 8.5 4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.5c0-.55-.45-1-1-1z"/><path d="M19.2 4h-3.4v-.5c0-.94.76-1.7 1.7-1.7s1.7.76 1.7 1.7V4zm.8 0v-.5C20 2.12 18.88 1 17.5 1S15 2.12 15 3.5V4c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h5c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1z"/>',phone_missed:'<path d="M6.5 5.5L12 11l7-7-1-1-6 6-4.5-4.5H11V3H5v6h1.5V5.5z"/><path d="M23.71 16.67C20.66 13.78 16.54 12 12 12 7.46 12 3.34 13.78.29 16.67c-.18.18-.29.43-.29.71 0 .28.11.53.29.71l2.48 2.48c.18.18.43.29.71.29.27 0 .52-.11.7-.28.79-.74 1.69-1.36 2.66-1.85.33-.16.56-.5.56-.9v-3.1c1.45-.48 3-.73 4.6-.73 1.6 0 3.15.25 4.6.72v3.1c0 .39.23.74.56.9.98.49 1.87 1.12 2.67 1.85.18.18.43.28.7.28.28 0 .53-.11.71-.29l2.48-2.48c.18-.18.29-.43.29-.71 0-.28-.12-.52-.3-.7z"/>',phone_paused:'<path d="M17 3h-2v7h2V3z"/><path d="M20 15.5c-1.25 0-2.45-.2-3.57-.57-.35-.11-.74-.03-1.02.24l-2.2 2.2c-2.83-1.44-5.15-3.75-6.59-6.59l2.2-2.21c.28-.26.36-.65.25-1C8.7 6.45 8.5 5.25 8.5 4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.5c0-.55-.45-1-1-1z"/><path d="M19 3v7h2V3h-2z"/>',power:'<path d="M16.01 7L16 3h-2v4h-4V3H8v4h-.01C7 6.99 6 7.99 6 8.99v5.49L9.5 18v3h5v-3l3.5-3.51v-5.5c0-1-1-2-1.99-1.99z"/>',priority_high:'<circle cx="12" cy="19" r="2"/><path d="M10 3h4v12h-4z"/>',sd_card:'<path d="M18 2h-8L4.02 8 4 20c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-6 6h-2V4h2v4zm3 0h-2V4h2v4zm3 0h-2V4h2v4z"/>',sim_card_alert:'<path d="M18 2h-8L4.02 8 4 20c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-5 15h-2v-2h2v2zm0-4h-2V8h2v5z"/>',sms:'<path d="M20 2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zM9 11H7V9h2v2zm4 0h-2V9h2v2zm4 0h-2V9h2v2z"/>',sms_failed:'<path d="M20 2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-7 12h-2v-2h2v2zm0-4h-2V6h2v4z"/>',sync:'<path d="M12 4V1L8 5l4 4V6c3.31 0 6 2.69 6 6 0 1.01-.25 1.97-.7 2.8l1.46 1.46C19.54 15.03 20 13.57 20 12c0-4.42-3.58-8-8-8z"/><path d="M12 18c-3.31 0-6-2.69-6-6 0-1.01.25-1.97.7-2.8L5.24 7.74C4.46 8.97 4 10.43 4 12c0 4.42 3.58 8 8 8v3l4-4-4-4v3z"/>',sync_disabled:'<path d="M10 6.35V4.26c-.8.21-1.55.54-2.23.96l1.46 1.46c.25-.12.5-.24.77-.33z"/><path d="M2.86 5.41l2.36 2.36a7.925 7.925 0 0 0 1.14 9.87L4 20h6v-6l-2.24 2.24A6.003 6.003 0 0 1 6 12c0-1 .25-1.94.68-2.77l8.08 8.08c-.25.13-.5.25-.77.34v2.09c.8-.21 1.55-.54 2.23-.96l2.36 2.36 1.27-1.27L4.14 4.14 2.86 5.41z"/><path d="M20 4h-6v6l2.24-2.24A6.003 6.003 0 0 1 18 12c0 1-.25 1.94-.68 2.77l1.46 1.46a7.925 7.925 0 0 0-1.14-9.87L20 4z"/>',sync_problem:'<path d="M3 12c0 2.21.91 4.2 2.36 5.64L3 20h6v-6l-2.24 2.24C5.68 15.15 5 13.66 5 12c0-2.61 1.67-4.83 4-5.65V4.26C5.55 5.15 3 8.27 3 12z"/><path d="M21 4h-6v6l2.24-2.24C18.32 8.85 19 10.34 19 12c0 2.61-1.67 4.83-4 5.65v2.09c3.45-.89 6-4.01 6-7.74 0-2.21-.91-4.2-2.36-5.64L21 4z"/><path d="M11 13h2V7h-2v6zm0 4h2v-2h-2v2z"/>',system_update:'<path d="M17 19H7V5h10v14zm0-17.99L7 1c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99z"/><path d="M16 13h-3V8h-2v5H8l4 4 4-4z"/>',tap_and_play:'<path d="M2 16v2c2.76 0 5 2.24 5 5h2c0-3.87-3.13-7-7-7z"/><path d="M2 20v3h3c0-1.66-1.34-3-3-3z"/><path d="M2 12v2a9 9 0 0 1 9 9h2c0-6.08-4.92-11-11-11z"/><path d="M17 1.01L7 1c-1.1 0-2 .9-2 2v7.37c.69.16 1.36.37 2 .64V5h10v13h-3.03c.52 1.25.84 2.59.95 4H17c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99z"/>',time_to_leave:'<path d="M18.92 5.01C18.72 4.42 18.16 4 17.5 4h-11c-.66 0-1.21.42-1.42 1.01L3 11v8c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h12v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-8l-2.08-5.99zM6.5 15c-.83 0-1.5-.67-1.5-1.5S5.67 12 6.5 12s1.5.67 1.5 1.5S7.33 15 6.5 15zm11 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zM5 10l1.5-4.5h11L19 10H5z"/>',vibration:'<path d="M0 15h2V9H0v6z"/><path d="M3 17h2V7H3v10z"/><path d="M22 9v6h2V9h-2z"/><path d="M19 17h2V7h-2v10z"/><path d="M16 19H8V5h8v14zm.5-16h-9C6.67 3 6 3.67 6 4.5v15c0 .83.67 1.5 1.5 1.5h9c.83 0 1.5-.67 1.5-1.5v-15c0-.83-.67-1.5-1.5-1.5z"/>',voice_chat:'<path d="M20 2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-2 12l-4-3.2V14H6V6h8v3.2L18 6v8z"/>',vpn_lock:'<path d="M21.2 4h-3.4v-.5c0-.94.76-1.7 1.7-1.7s1.7.76 1.7 1.7V4zm.8 0v-.5a2.5 2.5 0 0 0-5 0V4c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h5c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1z"/><path d="M10 20.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L8 16v1c0 1.1.9 2 2 2v1.93zM18.92 12c.04.33.08.66.08 1 0 2.08-.8 3.97-2.1 5.39-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H7v-2h2c.55 0 1-.45 1-1V8h2c1.1 0 2-.9 2-2V3.46c-.95-.3-1.95-.46-3-.46C5.48 3 1 7.48 1 13s4.48 10 10 10 10-4.48 10-10c0-.34-.02-.67-.05-1h-2.03z"/>',wc:'<path d="M5.5 22v-7.5H4V9c0-1.1.9-2 2-2h3c1.1 0 2 .9 2 2v5.5H9.5V22h-4z"/><path d="M18 22v-6h3l-2.54-7.63A2.01 2.01 0 0 0 16.56 7h-.12a2 2 0 0 0-1.9 1.37L12 16h3v6h3z"/><path d="M7.5 6c1.11 0 2-.89 2-2 0-1.11-.89-2-2-2-1.11 0-2 .89-2 2 0 1.11.89 2 2 2z"/><path d="M16.5 6c1.11 0 2-.89 2-2 0-1.11-.89-2-2-2-1.11 0-2 .89-2 2 0 1.11.89 2 2 2z"/>',wifi:'<path d="M1 9l2 2c4.97-4.97 13.03-4.97 18 0l2-2C16.93 2.93 7.08 2.93 1 9z"/><path d="M9 17l3 3 3-3a4.237 4.237 0 0 0-6 0z"/><path d="M5 13l2 2a7.074 7.074 0 0 1 10 0l2-2C15.14 9.14 8.87 9.14 5 13z"/>',ac_unit:'<path d="M22 11h-4.17l3.24-3.24-1.41-1.42L15 11h-2V9l4.66-4.66-1.42-1.41L13 6.17V2h-2v4.17L7.76 2.93 6.34 4.34 11 9v2H9L4.34 6.34 2.93 7.76 6.17 11H2v2h4.17l-3.24 3.24 1.41 1.42L9 13h2v2l-4.66 4.66 1.42 1.41L11 17.83V22h2v-4.17l3.24 3.24 1.42-1.41L13 15v-2h2l4.66 4.66 1.41-1.42L17.83 13H22z"/>',airport_shuttle:'<path d="M17 5H3c-1.1 0-2 .89-2 2v9h2c0 1.65 1.34 3 3 3s3-1.35 3-3h5.5c0 1.65 1.34 3 3 3s3-1.35 3-3H23v-5l-6-6zM3 11V7h4v4H3zm3 6.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm7-6.5H9V7h4v4zm4.5 6.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zM15 11V7h1l4 4h-5z"/>',all_inclusive:'<path d="M18.6 6.62c-1.44 0-2.8.56-3.77 1.53L12 10.66 10.48 12h.01L7.8 14.39c-.64.64-1.49.99-2.4.99-1.87 0-3.39-1.51-3.39-3.38S3.53 8.62 5.4 8.62c.91 0 1.76.35 2.44 1.03l1.13 1 1.51-1.34L9.22 8.2C8.2 7.18 6.84 6.62 5.4 6.62 2.42 6.62 0 9.04 0 12s2.42 5.38 5.4 5.38c1.44 0 2.8-.56 3.77-1.53l2.83-2.5.01.01L13.52 12h-.01l2.69-2.39c.64-.64 1.49-.99 2.4-.99 1.87 0 3.39 1.51 3.39 3.38s-1.52 3.38-3.39 3.38c-.9 0-1.76-.35-2.44-1.03l-1.14-1.01-1.51 1.34 1.27 1.12c1.02 1.01 2.37 1.57 3.82 1.57 2.98 0 5.4-2.41 5.4-5.38s-2.42-5.37-5.4-5.37z"/>',beach_access:'<path d="M13.127 14.56l1.43-1.43 6.44 6.443L19.57 21z"/><path d="M17.42 8.83l2.86-2.86c-3.95-3.95-10.35-3.96-14.3-.02 3.93-1.3 8.31-.25 11.44 2.88z"/><path d="M5.95 5.98c-3.94 3.95-3.93 10.35.02 14.3l2.86-2.86C5.7 14.29 4.65 9.91 5.95 5.98z"/><path d="M5.97 5.96l-.01.01c-.38 3.01 1.17 6.88 4.3 10.02l5.73-5.73c-3.13-3.13-7.01-4.68-10.02-4.3z"/>',business_center:'<path d="M10 16v-1H3.01L3 19c0 1.11.89 2 2 2h14c1.11 0 2-.89 2-2v-4h-7v1h-4z"/><path d="M14 7h-4V5h4v2zm6 0h-4.01V5l-2-2h-4l-2 2v2H4c-1.1 0-2 .9-2 2v3c0 1.11.89 2 2 2h6v-2h4v2h6c1.1 0 2-.9 2-2V9c0-1.1-.9-2-2-2z"/>',casino:'<path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM7.5 18c-.83 0-1.5-.67-1.5-1.5S6.67 15 7.5 15s1.5.67 1.5 1.5S8.33 18 7.5 18zm0-9C6.67 9 6 8.33 6 7.5S6.67 6 7.5 6 9 6.67 9 7.5 8.33 9 7.5 9zm4.5 4.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm4.5 4.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm0-9c-.83 0-1.5-.67-1.5-1.5S15.67 6 16.5 6s1.5.67 1.5 1.5S17.33 9 16.5 9z"/>',child_care:'<circle cx="14.5" cy="10.5" r="1.25"/> <circle cx="9.5" cy="10.5" r="1.25"/> <path d="M22.94 12.66c.04-.21.06-.43.06-.66s-.02-.45-.06-.66c-.25-1.51-1.36-2.74-2.81-3.17-.53-1.12-1.28-2.1-2.19-2.91C16.36 3.85 14.28 3 12 3s-4.36.85-5.94 2.26c-.92.81-1.67 1.8-2.19 2.91-1.45.43-2.56 1.65-2.81 3.17-.04.21-.06.43-.06.66s.02.45.06.66c.25 1.51 1.36 2.74 2.81 3.17.52 1.11 1.27 2.09 2.17 2.89C7.62 20.14 9.71 21 12 21s4.38-.86 5.97-2.28c.9-.8 1.65-1.79 2.17-2.89 1.44-.43 2.55-1.65 2.8-3.17zM19 14c-.1 0-.19-.02-.29-.03-.2.67-.49 1.29-.86 1.86C16.6 17.74 14.45 19 12 19s-4.6-1.26-5.85-3.17c-.37-.57-.66-1.19-.86-1.86-.1.01-.19.03-.29.03-1.1 0-2-.9-2-2s.9-2 2-2c.1 0 .19.02.29.03.2-.67.49-1.29.86-1.86C7.4 6.26 9.55 5 12 5s4.6 1.26 5.85 3.17c.37.57.66 1.19.86 1.86.1-.01.19-.03.29-.03 1.1 0 2 .9 2 2s-.9 2-2 2zM7.5 14c.76 1.77 2.49 3 4.5 3s3.74-1.23 4.5-3h-9z"/>',child_friedly:'<path d="M13 2v8h8c0-4.42-3.58-8-8-8z"/><path d="M17 20c-.83 0-1.5-.67-1.5-1.5S16.17 17 17 17s1.5.67 1.5 1.5S17.83 20 17 20zm-9 0c-.83 0-1.5-.67-1.5-1.5S7.17 17 8 17s1.5.67 1.5 1.5S8.83 20 8 20zm11.32-4.11A7.948 7.948 0 0 0 21 11H6.44l-.95-2H2v2h2.22s1.89 4.07 2.12 4.42c-1.1.59-1.84 1.75-1.84 3.08C4.5 20.43 6.07 22 8 22c1.76 0 3.22-1.3 3.46-3h2.08c.24 1.7 1.7 3 3.46 3 1.93 0 3.5-1.57 3.5-3.5 0-1.04-.46-1.97-1.18-2.61z"/>',fitness_center:'<path d="M20.57 14.86L22 13.43 20.57 12 17 15.57 8.43 7 12 3.43 10.57 2 9.14 3.43 7.71 2 5.57 4.14 4.14 2.71 2.71 4.14l1.43 1.43L2 7.71l1.43 1.43L2 10.57 3.43 12 7 8.43 15.57 17 12 20.57 13.43 22l1.43-1.43L16.29 22l2.14-2.14 1.43 1.43 1.43-1.43-1.43-1.43L22 16.29z"/>',free_breakfast:'<path d="M20 8h-2V5h2v3zm0-5H4v10c0 2.21 1.79 4 4 4h6c2.21 0 4-1.79 4-4v-3h2a2 2 0 0 0 2-2V5c0-1.11-.89-2-2-2z"/><path d="M4 19h16v2H4z"/>',golf_course:'<circle cx="19.5" cy="19.5" r="1.5"/><path d="M17 5.92L9 2v18H7v-1.73c-1.79.35-3 .99-3 1.73 0 1.1 2.69 2 6 2s6-.9 6-2c0-.99-2.16-1.81-5-1.97V8.98l6-3.06z"/>',hot_tub:'<circle cx="7" cy="6" r="2"/><path d="M11.15 12c-.31-.22-.59-.46-.82-.72l-1.4-1.55c-.19-.21-.43-.38-.69-.5-.29-.14-.62-.23-.96-.23h-.03C6.01 9 5 10.01 5 11.25V12H2v8c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-8H11.15zM7 20H5v-6h2v6zm4 0H9v-6h2v6zm4 0h-2v-6h2v6zm4 0h-2v-6h2v6zm-.35-14.14l-.07-.07c-.57-.62-.82-1.41-.67-2.2L18 3h-1.89l-.06.43c-.2 1.36.27 2.71 1.3 3.72l.07.06c.57.62.82 1.41.67 2.2l-.11.59h1.91l.06-.43c.21-1.36-.27-2.71-1.3-3.71zm-4 0l-.07-.07c-.57-.62-.82-1.41-.67-2.2L14 3h-1.89l-.06.43c-.2 1.36.27 2.71 1.3 3.72l.07.06c.57.62.82 1.41.67 2.2l-.11.59h1.91l.06-.43c.21-1.36-.27-2.71-1.3-3.71z"/>',kitchen:'<path d="M18 9H6V4h12v5zm0 11H6v-9.02h12V20zm0-17.99L6 2a2 2 0 0 0-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.11-.9-1.99-2-1.99z"/><path d="M8 5h2v3H8z"/><path d="M8 12h2v5H8z"/>',pool:'<path d="M22 21c-1.11 0-1.73-.37-2.18-.64-.37-.22-.6-.36-1.15-.36-.56 0-.78.13-1.15.36-.46.27-1.07.64-2.18.64s-1.73-.37-2.18-.64c-.37-.22-.6-.36-1.15-.36-.56 0-.78.13-1.15.36-.46.27-1.08.64-2.19.64-1.11 0-1.73-.37-2.18-.64-.37-.23-.6-.36-1.15-.36s-.78.13-1.15.36c-.46.27-1.08.64-2.19.64v-2c.56 0 .78-.13 1.15-.36.46-.27 1.08-.64 2.19-.64s1.73.37 2.18.64c.37.23.59.36 1.15.36.56 0 .78-.13 1.15-.36.46-.27 1.08-.64 2.19-.64 1.11 0 1.73.37 2.18.64.37.22.6.36 1.15.36s.78-.13 1.15-.36c.45-.27 1.07-.64 2.18-.64s1.73.37 2.18.64c.37.23.59.36 1.15.36v2zm0-4.5c-1.11 0-1.73-.37-2.18-.64-.37-.22-.6-.36-1.15-.36-.56 0-.78.13-1.15.36-.45.27-1.07.64-2.18.64s-1.73-.37-2.18-.64c-.37-.22-.6-.36-1.15-.36-.56 0-.78.13-1.15.36-.45.27-1.07.64-2.18.64s-1.73-.37-2.18-.64c-.37-.22-.6-.36-1.15-.36s-.78.13-1.15.36c-.47.27-1.09.64-2.2.64v-2c.56 0 .78-.13 1.15-.36.45-.27 1.07-.64 2.18-.64s1.73.37 2.18.64c.37.22.6.36 1.15.36.56 0 .78-.13 1.15-.36.45-.27 1.07-.64 2.18-.64s1.73.37 2.18.64c.37.22.6.36 1.15.36s.78-.13 1.15-.36c.45-.27 1.07-.64 2.18-.64s1.73.37 2.18.64c.37.22.6.36 1.15.36v2zM8.67 12c.56 0 .78-.13 1.15-.36.46-.27 1.08-.64 2.19-.64 1.11 0 1.73.37 2.18.64.37.22.6.36 1.15.36s.78-.13 1.15-.36c.12-.07.26-.15.41-.23L10.48 5C8.93 3.45 7.5 2.99 5 3v2.5c1.82-.01 2.89.39 4 1.5l1 1-3.25 3.25c.31.12.56.27.77.39.37.23.59.36 1.15.36z"/> <circle cx="16.5" cy="5.5" r="2.5"/>',room_service:'<path d="M2 17h20v2H2z"/><path d="M13.84 7.79A2.006 2.006 0 0 0 12 5a2.006 2.006 0 0 0-1.84 2.79C6.25 8.6 3.27 11.93 3 16h18c-.27-4.07-3.25-7.4-7.16-8.21z"/>',rv_hookup:'<path d="M18 14h-4v-3h4v3zm-7 6c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm9-3v-6c0-1.1-.9-2-2-2H7V7l-3 3 3 3v-2h4v3H4v3c0 1.1.9 2 2 2h2c0 1.66 1.34 3 3 3s3-1.34 3-3h8v-2h-2z"/><path d="M17 2v2H9v2h8v2l3-3z"/>',smoke_free:'<path d="M2 6l6.99 7H2v3h9.99l7 7 1.26-1.25-17-17z"/><path d="M20.5 13H22v3h-1.5z"/><path d="M18 13h1.5v3H18z"/><path d="M18.85 4.88c.62-.61 1-1.45 1-2.38h-1.5c0 1.02-.83 1.85-1.85 1.85v1.5c2.24 0 4 1.83 4 4.07V12H22V9.92c0-2.23-1.28-4.15-3.15-5.04z"/><path d="M14.5 8.7h1.53c1.05 0 1.97.74 1.97 2.05V12h1.5v-1.59c0-1.8-1.6-3.16-3.47-3.16H14.5c-1.02 0-1.85-.98-1.85-2s.83-1.75 1.85-1.75V2a3.35 3.35 0 0 0 0 6.7z"/><path d="M17 15.93V13h-2.93z"/>',smoke_rooms:'<path d="M2 16h15v3H2z"/><path d="M20.5 16H22v3h-1.5z"/><path d="M18 16h1.5v3H18z"/><path d="M18.85 7.73c.62-.61 1-1.45 1-2.38C19.85 3.5 18.35 2 16.5 2v1.5c1.02 0 1.85.83 1.85 1.85S17.52 7.2 16.5 7.2v1.5c2.24 0 4 1.83 4 4.07V15H22v-2.24c0-2.22-1.28-4.14-3.15-5.03z"/><path d="M16.03 10.2H14.5c-1.02 0-1.85-.98-1.85-2s.83-1.75 1.85-1.75v-1.5a3.35 3.35 0 0 0 0 6.7h1.53c1.05 0 1.97.74 1.97 2.05V15h1.5v-1.64c0-1.81-1.6-3.16-3.47-3.16z"/>',spa:'<path d="M8.55 12c-1.07-.71-2.25-1.27-3.53-1.61 1.28.34 2.46.9 3.53 1.61zm10.43-1.61c-1.29.34-2.49.91-3.57 1.64 1.08-.73 2.28-1.3 3.57-1.64z"/> <path d="M15.49 9.63c-.18-2.79-1.31-5.51-3.43-7.63-2.14 2.14-3.32 4.86-3.55 7.63 1.28.68 2.46 1.56 3.49 2.63 1.03-1.06 2.21-1.94 3.49-2.63zm-6.5 2.65c-.14-.1-.3-.19-.45-.29.15.11.31.19.45.29zm6.42-.25c-.13.09-.27.16-.4.26.13-.1.27-.17.4-.26zM12 15.45C9.85 12.17 6.18 10 2 10c0 5.32 3.36 9.82 8.03 11.49.63.23 1.29.4 1.97.51.68-.12 1.33-.29 1.97-.51C18.64 19.82 22 15.32 22 10c-4.18 0-7.85 2.17-10 5.45z"/>',cake:'<path d="M12 6c1.11 0 2-.9 2-2 0-.38-.1-.73-.29-1.03L12 0l-1.71 2.97c-.19.3-.29.65-.29 1.03 0 1.1.9 2 2 2z"/><path d="M16.6 15.99l-1.07-1.07-1.08 1.07c-1.3 1.3-3.58 1.31-4.89 0l-1.07-1.07-1.09 1.07C6.75 16.64 5.88 17 4.96 17c-.73 0-1.4-.23-1.96-.61V21c0 .55.45 1 1 1h16c.55 0 1-.45 1-1v-4.61c-.56.38-1.23.61-1.96.61-.92 0-1.79-.36-2.44-1.01z"/><path d="M18 9h-5V7h-2v2H6c-1.66 0-3 1.34-3 3v1.54c0 1.08.88 1.96 1.96 1.96.52 0 1.02-.2 1.38-.57l2.14-2.13 2.13 2.13c.74.74 2.03.74 2.77 0l2.14-2.13 2.13 2.13c.37.37.86.57 1.38.57 1.08 0 1.96-.88 1.96-1.96V12C21 10.34 19.66 9 18 9z"/>',domain:'<path d="M20 19h-8v-2h2v-2h-2v-2h2v-2h-2V9h8v10zM10 7H8V5h2v2zm0 4H8V9h2v2zm0 4H8v-2h2v2zm0 4H8v-2h2v2zM6 7H4V5h2v2zm0 4H4V9h2v2zm0 4H4v-2h2v2zm0 4H4v-2h2v2zm6-12V3H2v18h20V7H12z"/><path d="M18 11h-2v2h2v-2z"/><path d="M18 15h-2v2h2v-2z"/>',group:'<path d="M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5c-1.66 0-3 1.34-3 3s1.34 3 3 3z"/><path d="M8 11c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5C6.34 5 5 6.34 5 8s1.34 3 3 3z"/><path d="M8 13c-2.33 0-7 1.17-7 3.5V19h14v-2.5c0-2.33-4.67-3.5-7-3.5z"/><path d="M16 13c-.29 0-.62.02-.97.05 1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5z"/>',group_add:'<path d="M8 10H5V7H3v3H0v2h3v3h2v-3h3v-2z"/><path d="M18 11c1.66 0 2.99-1.34 2.99-3S19.66 5 18 5c-.32 0-.63.05-.91.14.57.81.9 1.79.9 2.86 0 1.07-.34 2.04-.9 2.86.28.09.59.14.91.14z"/><path d="M13 11c1.66 0 2.99-1.34 2.99-3S14.66 5 13 5c-1.66 0-3 1.34-3 3s1.34 3 3 3z"/><path d="M19.62 13.16c.83.73 1.38 1.66 1.38 2.84v2h3v-2c0-1.54-2.37-2.49-4.38-2.84z"/><path d="M13 13c-2 0-6 1-6 3v2h12v-2c0-2-4-3-6-3z"/>',location_city:'<path d="M15 11V5l-3-3-3 3v2H3v14h18V11h-6zm-8 8H5v-2h2v2zm0-4H5v-2h2v2zm0-4H5V9h2v2zm6 8h-2v-2h2v2zm0-4h-2v-2h2v2zm0-4h-2V9h2v2zm0-4h-2V5h2v2zm6 12h-2v-2h2v2zm0-4h-2v-2h2v2z"/>',mood:'<path d="M12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm-.01-18C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2z"/><path d="M15.5 11c.83 0 1.5-.67 1.5-1.5S16.33 8 15.5 8 14 8.67 14 9.5s.67 1.5 1.5 1.5z"/><path d="M8.5 11c.83 0 1.5-.67 1.5-1.5S9.33 8 8.5 8 7 8.67 7 9.5 7.67 11 8.5 11z"/><path d="M12 17.5c2.33 0 4.31-1.46 5.11-3.5H6.89c.8 2.04 2.78 3.5 5.11 3.5z"/>',mood_bad:'<path d="M12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm-.01-18C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2z"/><path d="M15.5 11c.83 0 1.5-.67 1.5-1.5S16.33 8 15.5 8 14 8.67 14 9.5s.67 1.5 1.5 1.5z"/><path d="M8.5 11c.83 0 1.5-.67 1.5-1.5S9.33 8 8.5 8 7 8.67 7 9.5 7.67 11 8.5 11z"/><path d="M12 14c-2.33 0-4.31 1.46-5.11 3.5h10.22c-.8-2.04-2.78-3.5-5.11-3.5z"/>',notifications:'<path d="M11.5 22c1.1 0 2-.9 2-2h-4c0 1.1.9 2 2 2z"/><path d="M18 16v-5.5c0-3.07-2.13-5.64-5-6.32V3.5c0-.83-.67-1.5-1.5-1.5S10 2.67 10 3.5v.68c-2.87.68-5 3.25-5 6.32V16l-2 2v1h17v-1l-2-2z"/>',notifications_none:'<path d="M11.5 22c1.1 0 2-.9 2-2h-4c0 1.1.9 2 2 2z"/><path d="M16 17H7v-6.5C7 8.01 9.01 6 11.5 6S16 8.01 16 10.5V17zm2-1v-5.5c0-3.07-2.13-5.64-5-6.32V3.5c0-.83-.67-1.5-1.5-1.5S10 2.67 10 3.5v.68c-2.87.68-5 3.25-5 6.32V16l-2 2v1h17v-1l-2-2z"/>',notifications_off:'<path d="M11.5 22c1.1 0 2-.9 2-2h-4c0 1.1.9 2 2 2z"/><path d="M18 10.5c0-3.07-2.13-5.64-5-6.32V3.5c0-.83-.67-1.5-1.5-1.5S10 2.67 10 3.5v.68c-.51.12-.99.32-1.45.56L18 14.18V10.5z"/><path d="M17.73 19l2 2L21 19.73 4.27 3 3 4.27l2.92 2.92C5.34 8.16 5 9.29 5 10.5V16l-2 2v1h14.73z"/>',notifications_active:'<path d="M6.58 3.58L5.15 2.15C2.76 3.97 1.18 6.8 1.03 10h2c.15-2.65 1.51-4.97 3.55-6.42z"/><path d="M19.97 10h2c-.15-3.2-1.73-6.03-4.13-7.85l-1.43 1.43c2.05 1.45 3.41 3.77 3.56 6.42z"/><path d="M18 10.5c0-3.07-2.13-5.64-5-6.32V3.5c0-.83-.67-1.5-1.5-1.5S10 2.67 10 3.5v.68c-2.87.68-5 3.25-5 6.32V16l-2 2v1h17v-1l-2-2v-5.5z"/><path d="M11.5 22c.14 0 .27-.01.4-.04.65-.13 1.19-.58 1.44-1.18.1-.24.16-.5.16-.78h-4c0 1.1.9 2 2 2z"/>',notifications_paused:'<path d="M11.5 22c1.1 0 2-.9 2-2h-4c0 1.1.9 2 2 2z"/><path d="M14 9.8l-2.8 3.4H14V15H9v-1.8l2.8-3.4H9V8h5v1.8zm4 6.2v-5.5c0-3.07-2.13-5.64-5-6.32V3.5c0-.83-.67-1.5-1.5-1.5S10 2.67 10 3.5v.68c-2.87.68-5 3.25-5 6.32V16l-2 2v1h17v-1l-2-2z"/>',pages:'<path d="M3 5v6h5L7 7l4 1V3H5c-1.1 0-2 .9-2 2z"/><path d="M8 13H3v6c0 1.1.9 2 2 2h6v-5l-4 1 1-4z"/><path d="M17 17l-4-1v5h6c1.1 0 2-.9 2-2v-6h-5l1 4z"/><path d="M19 3h-6v5l4-1-1 4h5V5c0-1.1-.9-2-2-2z"/>',party_mode:'<path d="M20 4h-3.17L15 2H9L7.17 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-8 3c1.63 0 3.06.79 3.98 2H12c-1.66 0-3 1.34-3 3 0 .35.07.69.18 1H7.1c-.06-.32-.1-.66-.1-1 0-2.76 2.24-5 5-5zm0 10c-1.63 0-3.06-.79-3.98-2H12c1.66 0 3-1.34 3-3 0-.35-.07-.69-.18-1h2.08c.07.32.1.66.1 1 0 2.76-2.24 5-5 5z"/>',people:'<path d="M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5c-1.66 0-3 1.34-3 3s1.34 3 3 3z"/><path d="M8 11c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5C6.34 5 5 6.34 5 8s1.34 3 3 3z"/><path d="M8 13c-2.33 0-7 1.17-7 3.5V19h14v-2.5c0-2.33-4.67-3.5-7-3.5z"/><path d="M16 13c-.29 0-.62.02-.97.05 1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5z"/>',people_outline:'<path d="M21.5 17.5H14v-1.25c0-.46-.2-.86-.52-1.22.88-.3 1.96-.53 3.02-.53 2.44 0 5 1.21 5 1.75v1.25zm-9 0h-10v-1.25c0-.54 2.56-1.75 5-1.75s5 1.21 5 1.75v1.25zm4-4.5c-1.2 0-3.07.34-4.5 1-1.43-.67-3.3-1-4.5-1C5.33 13 1 14.08 1 16.25V19h22v-2.75c0-2.17-4.33-3.25-6.5-3.25z"/><path d="M7.5 6.5c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm0 5.5c1.93 0 3.5-1.57 3.5-3.5S9.43 5 7.5 5 4 6.57 4 8.5 5.57 12 7.5 12z"/><path d="M16.5 6.5c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm0 5.5c1.93 0 3.5-1.57 3.5-3.5S18.43 5 16.5 5 13 6.57 13 8.5s1.57 3.5 3.5 3.5z"/>',person:'<path d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4z"/><path d="M12 14c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"/>',person_add:'<path d="M15 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4z"/><path d="M6 10V7H4v3H1v2h3v3h2v-3h3v-2H6z"/><path d="M15 14c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"/>',person_outline:'<path d="M12 4C9.79 4 8 5.79 8 8s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 1.9c1.16 0 2.1.94 2.1 2.1 0 1.16-.94 2.1-2.1 2.1-1.16 0-2.1-.94-2.1-2.1 0-1.16.94-2.1 2.1-2.1"/><path d="M12 13c-2.67 0-8 1.34-8 4v3h16v-3c0-2.66-5.33-4-8-4zm0 1.9c2.97 0 6.1 1.46 6.1 2.1v1.1H5.9V17c0-.64 3.13-2.1 6.1-2.1"/>',plus_one:'<path d="M10 8H8v4H4v2h4v4h2v-4h4v-2h-4z"/><path d="M14.5 6.08V7.9l2.5-.5V18h2V5z"/>',poll:'<path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM9 17H7v-7h2v7zm4 0h-2V7h2v10zm4 0h-2v-4h2v4z"/>',"public":'<path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L9 15v1c0 1.1.9 2 2 2v1.93zm6.9-2.54c-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H8v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2v-.41c2.93 1.19 5 4.06 5 7.41 0 2.08-.8 3.97-2.1 5.39z"/>',school:'<path d="M5 13.18v4L12 21l7-3.82v-4L12 17l-7-3.82z"/><path d="M12 3L1 9l11 6 9-4.91V17h2V9L12 3z"/>',sentiment_dissatisfied:'<circle cx="15.5" cy="9.5" r="1.5"/><circle cx="8.5" cy="9.5" r="1.5"/><path d="M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm0-6c-2.33 0-4.32 1.45-5.12 3.5h1.67c.69-1.19 1.97-2 3.45-2s2.75.81 3.45 2h1.67c-.8-2.05-2.79-3.5-5.12-3.5z"/>',sentiment_neutral:'<path d="M9 14h6v1.5H9z"/><circle cx="15.5" cy="9.5" r="1.5"/><circle cx="8.5" cy="9.5" r="1.5"/><path d="M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/>',sentiment_satisfied:'<circle cx="15.5" cy="9.5" r="1.5"/><circle cx="8.5" cy="9.5" r="1.5"/><path d="M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm0-4c-1.48 0-2.75-.81-3.45-2H6.88c.8 2.05 2.79 3.5 5.12 3.5s4.32-1.45 5.12-3.5h-1.67c-.7 1.19-1.97 2-3.45 2z"/>',sentiment_very_dissatisfied:'<path d="M12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm-.01-18C6.47 2 2 6.47 2 12s4.47 10 9.99 10C17.51 22 22 17.53 22 12S17.52 2 11.99 2z"/><path d="M16.18 7.76l-1.06 1.06-1.06-1.06L13 8.82l1.06 1.06L13 10.94 14.06 12l1.06-1.06L16.18 12l1.06-1.06-1.06-1.06 1.06-1.06z"/><path d="M7.82 12l1.06-1.06L9.94 12 11 10.94 9.94 9.88 11 8.82 9.94 7.76 8.88 8.82 7.82 7.76 6.76 8.82l1.06 1.06-1.06 1.06z"/><path d="M12 14c-2.33 0-4.31 1.46-5.11 3.5h10.22c-.8-2.04-2.78-3.5-5.11-3.5z"/>',sentiment_very_satisfied:'<path d="M12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm-.01-18C6.47 2 2 6.47 2 12s4.47 10 9.99 10C17.51 22 22 17.53 22 12S17.52 2 11.99 2z"/><path d="M13 9.94L14.06 11l1.06-1.06L16.18 11l1.06-1.06-2.12-2.12z"/><path d="M8.88 9.94L9.94 11 11 9.94 8.88 7.82 6.76 9.94 7.82 11z"/><path d="M12 17.5c2.33 0 4.31-1.46 5.11-3.5H6.89c.8 2.04 2.78 3.5 5.11 3.5z"/>',share:'<path d="M18 16.08c-.76 0-1.44.3-1.96.77L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5 1.25.81 2.04.81 1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3c0 .24.04.47.09.7L8.04 9.81C7.5 9.31 6.79 9 6 9c-1.66 0-3 1.34-3 3s1.34 3 3 3c.79 0 1.5-.31 2.04-.81l7.12 4.16c-.05.21-.08.43-.08.65 0 1.61 1.31 2.92 2.92 2.92 1.61 0 2.92-1.31 2.92-2.92s-1.31-2.92-2.92-2.92z"/>',whatshot:'<path d="M13.5.67s.74 2.65.74 4.8c0 2.06-1.35 3.73-3.41 3.73-2.07 0-3.63-1.67-3.63-3.73l.03-.36C5.21 7.51 4 10.62 4 14c0 4.42 3.58 8 8 8s8-3.58 8-8C20 8.61 17.41 3.8 13.5.67zM11.71 19c-1.78 0-3.22-1.4-3.22-3.14 0-1.62 1.05-2.76 2.81-3.12 1.77-.36 3.6-1.21 4.62-2.58.39 1.29.59 2.65.59 4.04 0 2.65-2.15 4.8-4.8 4.8z"/>',check_box:'<path d="M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.11 0 2-.9 2-2V5c0-1.1-.89-2-2-2zm-9 14l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"/>',check_box_outline_blank:'<path d="M19 5v14H5V5h14m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"/>',indeterminate_check_box:'<path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-2 10H7v-2h10v2z"/>',radio_button_unchecked:'<path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/>',radio_button_checked:'<path d="M12 7c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5z"/><path d="M12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm0-18C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2z"/>',star:'<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>',star_half:'<path d="M22 9.74l-7.19-.62L12 2.5 9.19 9.13 2 9.74l5.46 4.73-1.64 7.03L12 17.77l6.18 3.73-1.63-7.03L22 9.74zM12 15.9V6.6l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.9z"/>',star_border:'<path d="M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"/>'}}function l(){return V}var H,V,s,e;return s=M(),e={},V={getShape:z,getShapes:t,getViewBox:d,getViewBoxes:p,setShape:h,setShapes:c,setViewBox:v,setViewBoxes:a,addShape:h,addShapes:c,addViewBox:v,addViewBoxes:a},H={$get:l,getShape:z,getShapes:t,getViewBox:d,getViewBoxes:p,setShape:h,setShapes:c,setViewBox:v,setViewBoxes:a,addShape:h,addShapes:c,addViewBox:v,addViewBoxes:a}}); -/*! sprintf-js v1.1.2 | Copyright (c) 2007-present, Alexandru Mărășteanu <hello@alexei.ro> | BSD-3-Clause */ -!function(){"use strict";var g={not_string:/[^s]/,not_bool:/[^t]/,not_type:/[^T]/,not_primitive:/[^v]/,number:/[diefg]/,numeric_arg:/[bcdiefguxX]/,json:/[j]/,not_json:/[^j]/,text:/^[^\x25]+/,modulo:/^\x25{2}/,placeholder:/^\x25(?:([1-9]\d*)\$|\(([^)]+)\))?(\+)?(0|'[^$])?(-)?(\d+)?(?:\.(\d+))?([b-gijostTuvxX])/,key:/^([a-z_][a-z_\d]*)/i,key_access:/^\.([a-z_][a-z_\d]*)/i,index_access:/^\[(\d+)\]/,sign:/^[+-]/};function y(e){return function(e,t){var r,n,i,s,a,o,p,c,l,u=1,f=e.length,d="";for(n=0;n<f;n++)if("string"==typeof e[n])d+=e[n];else if("object"==typeof e[n]){if((s=e[n]).keys)for(r=t[u],i=0;i<s.keys.length;i++){if(null==r)throw new Error(y('[sprintf] Cannot access property "%s" of undefined value "%s"',s.keys[i],s.keys[i-1]));r=r[s.keys[i]]}else r=s.param_no?t[s.param_no]:t[u++];if(g.not_type.test(s.type)&&g.not_primitive.test(s.type)&&r instanceof Function&&(r=r()),g.numeric_arg.test(s.type)&&"number"!=typeof r&&isNaN(r))throw new TypeError(y("[sprintf] expecting number but found %T",r));switch(g.number.test(s.type)&&(c=0<=r),s.type){case"b":r=parseInt(r,10).toString(2);break;case"c":r=String.fromCharCode(parseInt(r,10));break;case"d":case"i":r=parseInt(r,10);break;case"j":r=JSON.stringify(r,null,s.width?parseInt(s.width):0);break;case"e":r=s.precision?parseFloat(r).toExponential(s.precision):parseFloat(r).toExponential();break;case"f":r=s.precision?parseFloat(r).toFixed(s.precision):parseFloat(r);break;case"g":r=s.precision?String(Number(r.toPrecision(s.precision))):parseFloat(r);break;case"o":r=(parseInt(r,10)>>>0).toString(8);break;case"s":r=String(r),r=s.precision?r.substring(0,s.precision):r;break;case"t":r=String(!!r),r=s.precision?r.substring(0,s.precision):r;break;case"T":r=Object.prototype.toString.call(r).slice(8,-1).toLowerCase(),r=s.precision?r.substring(0,s.precision):r;break;case"u":r=parseInt(r,10)>>>0;break;case"v":r=r.valueOf(),r=s.precision?r.substring(0,s.precision):r;break;case"x":r=(parseInt(r,10)>>>0).toString(16);break;case"X":r=(parseInt(r,10)>>>0).toString(16).toUpperCase()}g.json.test(s.type)?d+=r:(!g.number.test(s.type)||c&&!s.sign?l="":(l=c?"+":"-",r=r.toString().replace(g.sign,"")),o=s.pad_char?"0"===s.pad_char?"0":s.pad_char.charAt(1):" ",p=s.width-(l+r).length,a=s.width&&0<p?o.repeat(p):"",d+=s.align?l+r+a:"0"===o?l+a+r:a+l+r)}return d}(function(e){if(p[e])return p[e];var t,r=e,n=[],i=0;for(;r;){if(null!==(t=g.text.exec(r)))n.push(t[0]);else if(null!==(t=g.modulo.exec(r)))n.push("%");else{if(null===(t=g.placeholder.exec(r)))throw new SyntaxError("[sprintf] unexpected placeholder");if(t[2]){i|=1;var s=[],a=t[2],o=[];if(null===(o=g.key.exec(a)))throw new SyntaxError("[sprintf] failed to parse named argument key");for(s.push(o[1]);""!==(a=a.substring(o[0].length));)if(null!==(o=g.key_access.exec(a)))s.push(o[1]);else{if(null===(o=g.index_access.exec(a)))throw new SyntaxError("[sprintf] failed to parse named argument key");s.push(o[1])}t[2]=s}else i|=2;if(3===i)throw new Error("[sprintf] mixing positional and named placeholders is not (yet) supported");n.push({placeholder:t[0],param_no:t[1],keys:t[2],sign:t[3],pad_char:t[4],align:t[5],width:t[6],precision:t[7],type:t[8]})}r=r.substring(t[0].length)}return p[e]=n}(e),arguments)}function e(e,t){return y.apply(null,[e].concat(t||[]))}var p=Object.create(null);"undefined"!=typeof exports&&(exports.sprintf=y,exports.vsprintf=e),"undefined"!=typeof window&&(window.sprintf=y,window.vsprintf=e,"function"==typeof define&&define.amd&&define(function(){return{sprintf:y,vsprintf:e}}))}(); -//# sourceMappingURL=sprintf.min.js.map - -/*! sprintf-js v1.1.2 | Copyright (c) 2007-present, Alexandru Mărășteanu <hello@alexei.ro> | BSD-3-Clause */ -!function(){"use strict";angular.module("sprintf",[]).filter("sprintf",function(){return function(){return sprintf.apply(null,arguments)}}).filter("fmt",["$filter",function(t){return t("sprintf")}]).filter("vsprintf",function(){return function(t,n){return vsprintf(t,n)}}).filter("vfmt",["$filter",function(t){return t("vsprintf")}])}(); -//# sourceMappingURL=angular-sprintf.min.js.map - -var SVGMorpheus=function(){"use strict";var u={"circ-in":function(t){return-1*(Math.sqrt(1-t*t)-1)},"circ-out":function(t){return Math.sqrt(1-(t-=1)*t)},"circ-in-out":function(t){return(t/=.5)<1?-.5*(Math.sqrt(1-t*t)-1):.5*(Math.sqrt(1-(t-=2)*t)+1)},"cubic-in":function(t){return t*t*t},"cubic-out":function(t){return--t*t*t+1},"cubic-in-out":function(t){return t<.5?4*t*t*t:(t-1)*(2*t-2)*(2*t-2)+1},"elastic-in":function(t){var e=1.70158,a=0,o=1;return 0==t?0:1==t?1:(a=a||.3,e=o<Math.abs(1)?(o=1,a/4):a/(2*Math.PI)*Math.asin(1/o),-(o*Math.pow(2,10*--t)*Math.sin((t-e)*(2*Math.PI)/a)))},"elastic-out":function(t){var e=1.70158,a=0,o=1;return 0==t?0:1==t?1:(a=a||.3,e=o<Math.abs(1)?(o=1,a/4):a/(2*Math.PI)*Math.asin(1/o),o*Math.pow(2,-10*t)*Math.sin((t-e)*(2*Math.PI)/a)+1)},"elastic-in-out":function(t){var e=1.70158,a=0,o=1;return 0==t?0:2==(t/=.5)?1:(a=a||.3*1.5*1,e=o<Math.abs(1)?(o=1,a/4):a/(2*Math.PI)*Math.asin(1/o),t<1?o*Math.pow(2,10*--t)*Math.sin((t-e)*(2*Math.PI)/a)*-.5:o*Math.pow(2,-10*--t)*Math.sin((t-e)*(2*Math.PI)/a)*.5+1)},"expo-in":function(t){return 0==t?0:Math.pow(2,10*(t-1))},"expo-out":function(t){return 1==t?1:1-Math.pow(2,-10*t)},"expo-in-out":function(t){return 0==t?0:1==t?1:(t/=.5)<1?.5*Math.pow(2,10*(t-1)):.5*(2-Math.pow(2,-10*--t))},linear:function(t){return t},"quad-in":function(t){return t*t},"quad-out":function(t){return t*(2-t)},"quad-in-out":function(t){return t<.5?2*t*t:(4-2*t)*t-1},"quart-in":function(t){return t*t*t*t},"quart-out":function(t){return 1- --t*t*t*t},"quart-in-out":function(t){return t<.5?8*t*t*t*t:1-8*--t*t*t*t},"quint-in":function(t){return t*t*t*t*t},"quint-out":function(t){return 1+--t*t*t*t*t},"quint-in-out":function(t){return t<.5?16*t*t*t*t*t:1+16*--t*t*t*t*t},"sine-in":function(t){return 1-Math.cos(t*(Math.PI/2))},"sine-out":function(t){return Math.sin(t*(Math.PI/2))},"sine-in-out":function(t){return.5*(1-Math.cos(Math.PI*t))}},s=window.requestAnimationFrame||window.mozRequestAnimationFrame||window.webkitRequestAnimationFrame||window.oRequestAnimationFrame,o=window.cancelAnimationFrame||window.mozCancelAnimationFrame||window.webkitCancelAnimationFrame||window.oCancelAnimationFrame;function l(t,e,a){var o,s={};for(o in t)switch(o){case"fill":case"stroke":s[o]=f(t[o]),s[o].r=t[o].r+(e[o].r-t[o].r)*a,s[o].g=t[o].g+(e[o].g-t[o].g)*a,s[o].b=t[o].b+(e[o].b-t[o].b)*a,s[o].opacity=t[o].opacity+(e[o].opacity-t[o].opacity)*a;break;case"opacity":case"fill-opacity":case"stroke-opacity":case"stroke-width":s[o]=t[o]+(e[o]-t[o])*a}return s}function p(t){var e,a,o,s={};for(e in t)switch(e){case"fill":case"stroke":s[e]=(a=t[e],o=void 0,"rgba("+[(o=Math.round)(a.r),o(a.g),o(a.b),+a.opacity.toFixed(2)]+")");break;case"opacity":case"fill-opacity":case"stroke-opacity":case"stroke-width":s[e]=t[e]}return s}function m(t,e){var a,o=[{},{}];for(a in t)switch(a){case"fill":case"stroke":o[0][a]=r(t[a]),void 0===e[a]&&(o[1][a]=r(t[a]),o[1][a].opacity=0);break;case"opacity":case"fill-opacity":case"stroke-opacity":case"stroke-width":o[0][a]=t[a],void 0===e[a]&&(o[1][a]=1)}for(a in e)switch(a){case"fill":case"stroke":o[1][a]=r(e[a]),void 0===t[a]&&(o[0][a]=r(e[a]),o[0][a].opacity=0);break;case"opacity":case"fill-opacity":case"stroke-opacity":case"stroke-width":o[1][a]=e[a],void 0===t[a]&&(o[0][a]=1)}return o}function f(t){if(t instanceof Array){for(var e=[],a=0,o=t.length;a<o;a++)e[a]=f(t[a]);return e}if(t instanceof Object){for(var s in e={},t)t.hasOwnProperty(s)&&(e[s]=f(t[s]));return e}return t}function g(t){if(!(t=_(t))||!t.length)return[["M",0,0]];for(var e,a,o,s=[],r=0,n=0,i=0,c=0,h=0,u=("M"==t[0][0]&&(i=r=+t[0][1],c=n=+t[0][2],h++,s[0]=["M",r,n]),3==t.length&&"M"==t[0][0]&&"R"==t[1][0].toUpperCase()&&"Z"==t[2][0].toUpperCase()),l=h,p=t.length;l<p;l++){if(s.push(a=[]),(e=(o=t[l])[0])!=e.toUpperCase())switch(a[0]=e.toUpperCase(),a[0]){case"A":a[1]=o[1],a[2]=o[2],a[3]=o[3],a[4]=o[4],a[5]=o[5],a[6]=+o[6]+r,a[7]=+o[7]+n;break;case"V":a[1]=+o[1]+n;break;case"H":a[1]=+o[1]+r;break;case"R":for(var m=[r,n].concat(o.slice(1)),f=2,d=m.length;f<d;f++)m[f]=+m[f]+r,m[++f]=+m[f]+n;s.pop(),s=s.concat(x(m,u));break;case"O":s.pop(),(m=v(r,n,o[1],o[2])).push(m[0]),s=s.concat(m);break;case"U":s.pop(),s=s.concat(v(r,n,o[1],o[2],o[3])),a=["U"].concat(s[s.length-1].slice(-2));break;case"M":i=+o[1]+r,c=+o[2]+n;default:for(f=1,d=o.length;f<d;f++)a[f]=+o[f]+(f%2?r:n)}else if("R"==e)m=[r,n].concat(o.slice(1)),s.pop(),s=s.concat(x(m,u)),a=["R"].concat(o.slice(-2));else if("O"==e)s.pop(),(m=v(r,n,o[1],o[2])).push(m[0]),s=s.concat(m);else if("U"==e)s.pop(),s=s.concat(v(r,n,o[1],o[2],o[3])),a=["U"].concat(s[s.length-1].slice(-2));else for(var I=0,y=o.length;I<y;I++)a[I]=o[I];if("O"!=(e=e.toUpperCase()))switch(a[0]){case"Z":r=+i,n=+c;break;case"H":r=a[1];break;case"V":n=a[1];break;case"M":i=a[a.length-2],c=a[a.length-1];default:r=a[a.length-2],n=a[a.length-1]}}return s}function M(t,e,a,o){return[t,e,a,o,a,o]}function b(t,e,a,o,s,r){return[1/3*t+2/3*a,1/3*e+2/3*o,1/3*s+2/3*a,1/3*r+2/3*o,s,r]}function d(t,e){for(var r=g(t),n=e&&g(e),a={x:0,y:0,bx:0,by:0,X:0,Y:0,qx:null,qy:null},o={x:0,y:0,bx:0,by:0,X:0,Y:0,qx:null,qy:null},s=function(t,e,a){var o,s;if(!t)return["C",e.x,e.y,e.x,e.y,e.x,e.y];switch(t[0]in{T:1,Q:1}||(e.qx=e.qy=null),t[0]){case"M":e.X=t[1],e.Y=t[2];break;case"A":t=["C"].concat(k.apply(0,[e.x,e.y].concat(t.slice(1))));break;case"S":s="C"==a||"S"==a?(o=2*e.x-e.bx,2*e.y-e.by):(o=e.x,e.y),t=["C",o,s].concat(t.slice(1));break;case"T":"Q"==a||"T"==a?(e.qx=2*e.x-e.qx,e.qy=2*e.y-e.qy):(e.qx=e.x,e.qy=e.y),t=["C"].concat(b(e.x,e.y,e.qx,e.qy,t[1],t[2]));break;case"Q":e.qx=t[1],e.qy=t[2],t=["C"].concat(b(e.x,e.y,t[1],t[2],t[3],t[4]));break;case"L":t=["C"].concat(M(e.x,e.y,t[1],t[2]));break;case"H":t=["C"].concat(M(e.x,e.y,t[1],e.y));break;case"V":t=["C"].concat(M(e.x,e.y,e.x,t[1]));break;case"Z":t=["C"].concat(M(e.x,e.y,e.X,e.Y))}return t},i=function(t,e){if(7<t[e].length){t[e].shift();for(var a=t[e];a.length;)h[e]="A",n&&(u[e]="A"),t.splice(e++,0,["C"].concat(a.splice(0,6)));t.splice(e,1),f=Math.max(r.length,n&&n.length||0)}},c=function(t,e,a,o,s){t&&e&&"M"==t[s][0]&&"M"!=e[s][0]&&(e.splice(s,0,["M",o.x,o.y]),a.bx=0,a.by=0,a.x=t[s][1],a.y=t[s][2],f=Math.max(r.length,n&&n.length||0))},h=[],u=[],l="",p="",m=0,f=Math.max(r.length,n&&n.length||0);m<f;m++){"C"!=(l=r[m]?r[m][0]:l)&&(h[m]=l,m)&&(p=h[m-1]),r[m]=s(r[m],a,p),"A"!=h[m]&&"C"==l&&(h[m]="C"),i(r,m),n&&("C"!=(l=n[m]?n[m][0]:l)&&(u[m]=l,m)&&(p=u[m-1]),n[m]=s(n[m],o,p),"A"!=u[m]&&"C"==l&&(u[m]="C"),i(n,m)),c(r,n,a,o,m),c(n,r,o,a,m);var d=r[m],I=n&&n[m],y=d.length,_=n&&I.length;a.x=d[y-2],a.y=d[y-1],a.bx=parseFloat(d[y-4])||a.x,a.by=parseFloat(d[y-3])||a.y,o.bx=n&&(parseFloat(I[_-4])||o.x),o.by=n&&(parseFloat(I[_-3])||o.y),o.x=n&&I[_-2],o.y=n&&I[_-1]}return n?[r,n]:r}function I(t){for(var e,a,o=0,s=0,r=[],n=[],i=0,c=t.length;i<c;i++)"M"==(a=t[i])[0]?(o=a[1],s=a[2],r.push(o),n.push(s)):(e=function(t,e,a,o,s,r,n,i){for(var c,h,u,l,p,m=[],f=[[],[]],d=0;d<2;++d)l=0==d?(h=6*t-12*a+6*s,c=-3*t+9*a-9*s+3*n,3*a-3*t):(h=6*e-12*o+6*r,c=-3*e+9*o-9*r+3*i,3*o-3*e),Math.abs(c)<1e-12?Math.abs(h)<1e-12||0<(u=-l/h)&&u<1&&m.push(u):(l=h*h-4*l*c,p=Math.sqrt(l),l<0||(0<(l=(-h+p)/(2*c))&&l<1&&m.push(l),0<(l=(-h-p)/(2*c))&&l<1&&m.push(l)));for(var I,y=m.length,_=y;y--;)f[0][y]=(I=1-(u=m[y]))*I*I*t+3*I*I*u*a+3*I*u*u*s+u*u*u*n,f[1][y]=I*I*I*e+3*I*I*u*o+3*I*u*u*r+u*u*u*i;return f[0][_]=t,f[1][_]=e,f[0][_+1]=n,f[1][_+1]=i,f[0].length=f[1].length=_+2,{min:{x:Math.min.apply(0,f[0]),y:Math.min.apply(0,f[1])},max:{x:Math.max.apply(0,f[0]),y:Math.max.apply(0,f[1])}}}(o,s,a[1],a[2],a[3],a[4],a[5],a[6]),r=r.concat(e.min.x,e.max.x),n=n.concat(e.min.y,e.max.y),o=a[5],s=a[6]);var h=Math.min.apply(0,r),u=Math.min.apply(0,n),l=Math.max.apply(0,r),p=Math.max.apply(0,n);return h=l-(l=h),u=p-(p=u),null==l&&(l=p=h=u=0),null==p&&(p=l.y,h=l.width,u=l.height,l=l.x),{x:l,y:p,w:h,h:u,cx:l+h/2,cy:p+u/2}}function i(t,e,a,o){return{r:t=Math.round(255*t),g:e=Math.round(255*e),b:a=Math.round(255*a),opacity:isFinite(o)?o:1}}function r(t){var e,a,o,s,r,n;return!t||(t=String(t)).indexOf("-")+1?{r:-1,g:-1,b:-1,opacity:-1,error:1}:"none"==t?{r:-1,g:-1,b:-1,opacity:-1}:(t=h[w](t.toLowerCase().substring(0,2))||"#"==t.charAt()?t:N(t))&&(t=t.match(A))?(t[2]&&(o=parseInt(t[2].substring(5),16),a=parseInt(t[2].substring(3,5),16),e=parseInt(t[2].substring(1,3),16)),t[3]&&(o=parseInt((r=t[3].charAt(3))+r,16),a=parseInt((r=t[3].charAt(2))+r,16),e=parseInt((r=t[3].charAt(1))+r,16)),t[4]&&(n=t[4].split(C),e=parseFloat(n[0]),"%"==n[0].slice(-1)&&(e*=2.55),a=parseFloat(n[1]),"%"==n[1].slice(-1)&&(a*=2.55),o=parseFloat(n[2]),"%"==n[2].slice(-1)&&(o*=2.55),"rgba"==t[1].toLowerCase().slice(0,4)&&(s=parseFloat(n[3])),n[3])&&"%"==n[3].slice(-1)&&(s/=100),t[5]?(n=t[5].split(C),e=parseFloat(n[0]),"%"==n[0].slice(-1)&&(e/=100),a=parseFloat(n[1]),"%"==n[1].slice(-1)&&(a/=100),o=parseFloat(n[2]),"%"==n[2].slice(-1)&&(o/=100),"deg"!=n[0].slice(-3)&&"°"!=n[0].slice(-1)||(e/=360),"hsba"==t[1].toLowerCase().slice(0,4)&&(s=parseFloat(n[3])),n[3]&&"%"==n[3].slice(-1)&&(s/=100),q(e,a,o,s)):t[6]?(n=t[6].split(C),e=parseFloat(n[0]),"%"==n[0].slice(-1)&&(e/=100),a=parseFloat(n[1]),"%"==n[1].slice(-1)&&(a/=100),o=parseFloat(n[2]),"%"==n[2].slice(-1)&&(o/=100),"deg"!=n[0].slice(-3)&&"°"!=n[0].slice(-1)||(e/=360),"hsla"==t[1].toLowerCase().slice(0,4)&&(s=parseFloat(n[3])),n[3]&&"%"==n[3].slice(-1)&&(s/=100),P(e,a,o,s)):(e=Math.min(Math.round(e),255),a=Math.min(Math.round(a),255),o=Math.min(Math.round(o),255),s=Math.min(Math.max(s,0),1),(t={r:e,g:a,b:o}).opacity=isFinite(s)?s:1,t)):{r:-1,g:-1,b:-1,opacity:-1,error:1}}var t="\t\n\v\f\r   ᠎              \u2028\u2029",e=new RegExp("([a-z])["+t+",]*((-?\\d*\\.?\\d*(?:e[\\-+]?\\d+)?["+t+"]*,?["+t+"]*)+)","ig"),c=new RegExp("(-?\\d*\\.?\\d*(?:e[\\-+]?\\d+)?)["+t+"]*,?["+t+"]*","ig"),_=function(t){var r,n;return t?typeof t==typeof[]?t:(r={a:7,c:6,o:2,h:1,l:2,m:2,r:4,q:4,s:4,t:2,v:1,u:3,z:0},n=[],String(t).replace(e,function(t,e,a){var o=[],s=e.toLowerCase();if(a.replace(c,function(t,e){e&&o.push(+e)}),"m"==s&&2<o.length&&(n.push([e].concat(o.splice(0,2))),s="l",e="m"==e?"l":"L"),"o"==s&&1==o.length&&n.push([e,o[0]]),"r"==s)n.push([e].concat(o));else for(;r[s]<=o.length&&(n.push([e].concat(o.splice(0,r[s]))),r[s]););}),n):null},x=function(t,e){for(var a=[],o=0,s=t.length;o<s-2*!e;o+=2){var r=[{x:+t[o-2],y:+t[o-1]},{x:+t[o],y:+t[o+1]},{x:+t[o+2],y:+t[o+3]},{x:+t[o+4],y:+t[o+5]}];e?o?s-4==o?r[3]={x:+t[0],y:+t[1]}:s-2==o&&(r[2]={x:+t[0],y:+t[1]},r[3]={x:+t[2],y:+t[3]}):r[0]={x:+t[s-2],y:+t[s-1]}:s-4==o?r[3]=r[2]:o||(r[0]={x:+t[o],y:+t[o+1]}),a.push(["C",(-r[0].x+6*r[1].x+r[2].x)/6,(-r[0].y+6*r[1].y+r[2].y)/6,(r[1].x+6*r[2].x-r[3].x)/6,(r[1].y+6*r[2].y-r[3].y)/6,r[2].x,r[2].y])}return a},v=function(t,e,a,o,s){var r,n,i;return null==s&&null==o&&(o=a),t=+t,e=+e,a=+a,o=+o,null!=s?(r=Math.PI/180,n=t+a*Math.cos(-o*r),i=t+a*Math.cos(-s*r),[["M",n,e+a*Math.sin(-o*r)],["A",a,a,0,+(180<s-o),0,i,e+a*Math.sin(-s*r)]]):[["M",t,e],["m",0,-o],["a",a,o,0,1,1,0,2*o],["a",a,o,0,1,1,0,-2*o],["z"]]},k=function(t,e,a,o,s,r,n,i,c,h){function u(t,e,a){return{x:t*Math.cos(a)-e*Math.sin(a),y:t*Math.sin(a)+e*Math.cos(a)}}var l=120*Math.PI/180,p=Math.PI/180*(+s||0),m=[],f=(h?(M=h[0],b=h[1],_=h[2],g=h[3]):(t=(d=u(t,e,-p)).x,e=d.y,i=(d=u(i,c,-p)).x,c=d.y,Math.cos(Math.PI/180*s),Math.sin(Math.PI/180*s),1<(f=(d=(t-i)/2)*d/(a*a)+(I=(e-c)/2)*I/(o*o))&&(a*=f=Math.sqrt(f),o*=f),f=a*a,y=o*o,_=(r=(r==n?-1:1)*Math.sqrt(Math.abs((f*y-f*I*I-y*d*d)/(f*I*I+y*d*d))))*a*I/o+(t+i)/2,g=r*-o*d/a+(e+c)/2,M=Math.asin(((e-g)/o).toFixed(9)),b=Math.asin(((c-g)/o).toFixed(9)),M=t<_?Math.PI-M:M,b=i<_?Math.PI-b:b,M<0&&(M=2*Math.PI+M),b<0&&(b=2*Math.PI+b),n&&b<M&&(M-=2*Math.PI),!n&&M<b&&(b-=2*Math.PI)),b-M),d=(Math.abs(f)>l&&(y=b,I=i,r=c,b=M+l*(n&&M<b?1:-1),i=_+a*Math.cos(b),c=g+o*Math.sin(b),m=k(i,c,a,o,s,0,n,I,r,[b,y,_,g])),f=b-M,Math.cos(M)),l=Math.sin(M),s=Math.cos(b),n=Math.sin(b),I=Math.tan(f/4),r=4/3*a*I,y=4/3*o*I,_=[t,e],g=[t+r*l,e-y*d],M=[i+r*n,c-y*s],b=[i,c];if(g[0]=2*_[0]-g[0],g[1]=2*_[1]-g[1],h)return[g,M,b].concat(m);for(var x=[],v=0,w=(m=[g,M,b].concat(m).join().split(",")).length;v<w;v++)x[v]=v%2?u(m[v-1],m[v],p).y:u(m[v],m[v+1],p).x;return x},y=/,?([a-z]),?/gi,h={hs:1,rg:1},w="hasOwnProperty",A=/^\s*((#[a-f\d]{6})|(#[a-f\d]{3})|rgba?\(\s*([\d\.]+%?\s*,\s*[\d\.]+%?\s*,\s*[\d\.]+%?(?:\s*,\s*[\d\.]+%?)?)\s*\)|hsba?\(\s*([\d\.]+(?:deg|\xb0|%)?\s*,\s*[\d\.]+%?\s*,\s*[\d\.]+(?:%?\s*,\s*[\d\.]+)?%?)\s*\)|hsla?\(\s*([\d\.]+(?:deg|\xb0|%)?\s*,\s*[\d\.]+%?\s*,\s*[\d\.]+(?:%?\s*,\s*[\d\.]+)?%?)\s*\))\s*$/i,C=new RegExp("["+t+"]*,["+t+"]*"),N=function(t){var e=window.document.getElementsByTagName("head")[0]||window.document.getElementsByTagName("svg")[0],a="rgb(255, 0, 0)";return(N=function(t){if("red"==t.toLowerCase())return a;e.style.color=a,e.style.color=t;t=window.document.defaultView.getComputedStyle(e,"").getPropertyValue("color");return t==a?null:t})(t)},q=function(t,e,a,o){var s,r,n;return typeof t==typeof{}&&"h"in t&&"s"in t&&"b"in t&&(a=t.b,e=t.s,o=(t=t.h).o),t=(t*=360)%360/60,n=(e=a*e)*(1-Math.abs(t%2-1)),s=r=a=a-e,i(s+=[e,n,0,0,n,e][t=~~t],r+=[n,e,e,n,0,0][t],a+=[0,0,n,e,e,n][t],o)},P=function(t,e,a,o){var s,r,n;return typeof t==typeof{}&&"h"in t&&"s"in t&&"l"in t&&(a=t.l,e=t.s,t=t.h),(1<t||1<e||1<a)&&(t/=360,e/=100,a/=100),t=(t*=360)%360/60,n=(e=2*e*(a<.5?a:1-a))*(1-Math.abs(t%2-1)),s=r=a=a-e/2,i(s+=[e,n,0,0,n,e][t=~~t],r+=[n,e,e,n,0,0][t],a+=[0,0,n,e,e,n][t],o)};function a(t,e,a){if(!t)throw new Error('SVGMorpheus > "element" is required');if("string"==typeof t&&!(t=document.querySelector(t)))throw new Error('SVGMorpheus > "element" query is not related to an existing DOM node');if(e&&typeof e!=typeof{})throw new Error('SVGMorpheus > "options" parameter must be an object');if(e=e||{},a&&"function"!=typeof a)throw new Error('SVGMorpheus > "callback" parameter must be a function');var o=this;this._icons={},this._curIconId=e.iconId||"",this._toIconId="",this._curIconItems=[],this._fromIconItems=[],this._toIconItems=[],this._morphNodes=[],this._morphG,this._startTime,this._defDuration=e.duration||750,this._defEasing=e.easing||"quad-in-out",this._defRotation=e.rotation||"clock",this._defCallback=a||function(){},this._duration=this._defDuration,this._easing=this._defEasing,this._rotation=this._defRotation,this._callback=this._defCallback,this._rafid,this._fnTick=function(t){o._startTime||(o._startTime=t);t=Math.min((t-o._startTime)/o._duration,1);o._updateAnimationProgress(t),t<1?o._rafid=s(o._fnTick):""!=o._toIconId&&o._animationEnd()},"SVG"===t.nodeName.toUpperCase()?this._svgDoc=t:this._svgDoc=t.getSVGDocument(),this._svgDoc?o._init():t.addEventListener("load",function(){o._svgDoc=t.getSVGDocument(),o._init()},!1)}return a.prototype._init=function(){if("SVG"!==this._svgDoc.nodeName.toUpperCase()&&(this._svgDoc=this._svgDoc.getElementsByTagName("svg")[0]),this._svgDoc){for(var t,e,a,o,s="",r=this._svgDoc.childNodes.length-1;0<=r;r--){var n=this._svgDoc.childNodes[r];if("G"===n.nodeName.toUpperCase()&&(t=n.getAttribute("id"))){for(e=[],a=0,o=n.childNodes.length;a<o;a++){var i=n.childNodes[a],c={path:"",attrs:{},style:{}};switch(i.nodeName.toUpperCase()){case"PATH":c.path=i.getAttribute("d");break;case"CIRCLE":var h=+i.getAttribute("cx"),u=+i.getAttribute("cy"),l=+i.getAttribute("r");c.path="M"+(h-l)+","+u+"a"+l+","+l+" 0 1,0 "+2*l+",0a"+l+","+l+" 0 1,0 -"+2*l+",0z";break;case"ELLIPSE":var h=+i.getAttribute("cx"),u=+i.getAttribute("cy"),p=+i.getAttribute("rx"),m=+i.getAttribute("ry");c.path="M"+(h-p)+","+u+"a"+p+","+m+" 0 1,0 "+2*p+",0a"+p+","+m+" 0 1,0 -"+2*p+",0z";break;case"RECT":var l=+i.getAttribute("x"),f=+i.getAttribute("y"),d=+i.getAttribute("width"),I=+i.getAttribute("height"),p=+i.getAttribute("rx"),m=+i.getAttribute("ry");c.path=p||m?"M"+(l+p)+","+f+"l"+(d-2*p)+",0a"+p+","+m+" 0 0,1 "+p+","+m+"l0,"+(I-2*m)+"a"+p+","+m+" 0 0,1 -"+p+","+m+"l"+(2*p-d)+",0a"+p+","+m+" 0 0,1 -"+p+",-"+m+"l0,"+(2*m-I)+"a"+p+","+m+" 0 0,1 "+p+",-"+m+"z":"M"+l+","+f+"l"+d+",0l0,"+I+"l-"+d+",0z";break;case"POLYGON":for(var y=i.getAttribute("points").split(/\s+/),_="",g=0,M=y.length;g<M;g++)_+=(g?"L":"M")+y[g];c.path=_+"z";break;case"LINE":var f=+i.getAttribute("x1"),I=+i.getAttribute("y1"),d=+i.getAttribute("x2"),b=+i.getAttribute("y2");c.path="M"+f+","+I+"L"+d+","+b+"z"}if(""!=c.path){for(var g=0,x=i.attributes.length;g<x;g++){var v=i.attributes[g];if(v.specified){var w=v.name.toLowerCase();switch(w){case"fill":case"fill-opacity":case"opacity":case"stroke":case"stroke-opacity":case"stroke-width":c.attrs[w]=v.value}}}for(var k=0,A=i.style.length;k<A;k++){var C=i.style[k];switch(C){case"fill":case"fill-opacity":case"opacity":case"stroke":case"stroke-opacity":case"stroke-width":c.style[C]=i.style[C]}}e.push(c)}}0<e.length&&(this._icons[t]={id:t,items:e}),this._morphG?this._svgDoc.removeChild(n):(s=t,this._morphG=document.createElementNS("http://www.w3.org/2000/svg","g"),this._svgDoc.replaceChild(this._morphG,n))}}var N=this._curIconId||s;""!==N&&(this._setupAnimation(N),this._updateAnimationProgress(1),this._animationEnd())}},a.prototype._setupAnimation=function(t){if(t&&this._icons[t]){var e;for(this._toIconId=t,this._startTime=void 0,this._fromIconItems=f(this._curIconItems),this._toIconItems=f(this._icons[t].items),n=0,e=this._morphNodes.length;n<e;n++){var a=this._morphNodes[n];a.fromIconItemIdx=n,a.toIconItemIdx=n}for(var o,s,r=Math.max(this._fromIconItems.length,this._toIconItems.length),n=0;n<r;n++)this._fromIconItems[n]||(this._toIconItems[n]?(o=I(d(this._toIconItems[n].path)),this._fromIconItems.push({path:"M"+o.cx+","+o.cy+"l0,0",attrs:{},style:{},trans:{rotate:[0,o.cx,o.cy]}})):this._fromIconItems.push({path:"M0,0l0,0",attrs:{},style:{},trans:{rotate:[0,0,0]}})),this._toIconItems[n]||(this._fromIconItems[n]?(o=I(d(this._fromIconItems[n].path)),this._toIconItems.push({path:"M"+o.cx+","+o.cy+"l0,0",attrs:{},style:{},trans:{rotate:[0,o.cx,o.cy]}})):this._toIconItems.push({path:"M0,0l0,0",attrs:{},style:{},trans:{rotate:[0,0,0]}})),this._morphNodes[n]||(s=document.createElementNS("http://www.w3.org/2000/svg","path"),this._morphG.appendChild(s),this._morphNodes.push({node:s,fromIconItemIdx:n,toIconItemIdx:n}));for(n=0;n<r;n++){var i,c=this._fromIconItems[n],h=this._toIconItems[n],u=d(this._fromIconItems[n].path,this._toIconItems[n].path),u=(c.curve=u[0],h.curve=u[1],m(this._fromIconItems[n].attrs,this._toIconItems[n].attrs)),u=(c.attrsNorm=u[0],h.attrsNorm=u[1],c.attrs=p(c.attrsNorm),h.attrs=p(h.attrsNorm),m(this._fromIconItems[n].style,this._toIconItems[n].style)),u=(c.styleNorm=u[0],h.styleNorm=u[1],c.style=p(c.styleNorm),h.style=p(h.styleNorm),o=I(h.curve),h.trans={rotate:[0,o.cx,o.cy]},this._rotation);switch(u="random"===u?Math.random()<.5?"counterclock":"clock":u){case"none":c.trans.rotate&&(h.trans.rotate[0]=c.trans.rotate[0]);break;case"counterclock":c.trans.rotate?(h.trans.rotate[0]=c.trans.rotate[0]-360,i=-c.trans.rotate[0]%360,h.trans.rotate[0]+=i<180?i:i-360):h.trans.rotate[0]=-360;break;default:c.trans.rotate?(h.trans.rotate[0]=c.trans.rotate[0]+360,i=c.trans.rotate[0]%360,h.trans.rotate[0]+=i<180?-i:360-i):h.trans.rotate[0]=360}}this._curIconItems=f(this._fromIconItems)}},a.prototype._updateAnimationProgress=function(t){var e,a,o,s,r,n;for(t=u[this._easing](t),e=0,s=this._curIconItems.length;e<s;e++)this._curIconItems[e].curve=function(t,e,a){for(var o=[],s=0,r=t.length;s<r;s++){o.push([t[s][0]]);for(var n=1,i=t[s].length;n<i;n++)o[s].push(t[s][n]+(e[s][n]-t[s][n])*a)}return o}(this._fromIconItems[e].curve,this._toIconItems[e].curve,t),this._curIconItems[e].path=this._curIconItems[e].curve.join(",").replace(y,"$1"),this._curIconItems[e].attrsNorm=l(this._fromIconItems[e].attrsNorm,this._toIconItems[e].attrsNorm,t),this._curIconItems[e].attrs=p(this._curIconItems[e].attrsNorm),this._curIconItems[e].styleNorm=l(this._fromIconItems[e].styleNorm,this._toIconItems[e].styleNorm,t),this._curIconItems[e].style=p(this._curIconItems[e].styleNorm),this._curIconItems[e].trans=function(t,e,a){var o,s={};for(o in t)if("rotate"===o){s[o]=[0,0,0];for(var r=0;r<3;r++)s[o][r]=t[o][r]+(e[o][r]-t[o][r])*a}return s}(this._fromIconItems[e].trans,this._toIconItems[e].trans,t),this._curIconItems[e].transStr=(r=this._curIconItems[e].trans,void 0,n="",r.rotate&&(n+="rotate("+r.rotate.join(" ")+")"),n);for(e=0,s=this._morphNodes.length;e<s;e++){var i=this._morphNodes[e],c=(i.node.setAttribute("d",this._curIconItems[e].path),this._curIconItems[e].attrs);for(a in c)i.node.setAttribute(a,c[a]);var h=this._curIconItems[e].style;for(o in h)i.node.style[o]=h[o];i.node.setAttribute("transform",this._curIconItems[e].transStr)}},a.prototype._animationEnd=function(){for(var t=this._morphNodes.length-1;0<=t;t--){var e=this._morphNodes[t];this._icons[this._toIconId].items[t]?e.node.setAttribute("d",this._icons[this._toIconId].items[t].path):(e.node.parentNode.removeChild(e.node),this._morphNodes.splice(t,1))}this._curIconId=this._toIconId,this._toIconId="",this._callback()},a.prototype.to=function(t,e,a){if(t!==this._toIconId){if(e&&typeof e!=typeof{})throw new Error('SVGMorpheus.to() > "options" parameter must be an object');if(e=e||{},a&&"function"!=typeof a)throw new Error('SVGMorpheus.to() > "callback" parameter must be a function');o(this._rafid),this._duration=e.duration||this._defDuration,this._easing=e.easing||this._defEasing,this._rotation=e.rotation||this._defRotation,this._callback=a||this._defCallback,this._setupAnimation(t),this._rafid=s(this._fnTick)}},a.prototype.registerEasing=function(t,e){u[t]=e},a}(); -/** - * Less - Leaner CSS v3.13.1 - * http://lesscss.org - * - * Copyright (c) 2009-2020, Alexis Sellier <self@cloudhead.net> - * Licensed under the Apache-2.0 License. - * - * @license Apache-2.0 - */ -!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e=e||self).less=t()}(this,(function(){"use strict";function e(e){return e.replace(/^[a-z-]+:\/+?[^\/]+/,"").replace(/[\?\&]livereload=\w+/,"").replace(/^\//,"").replace(/\.[a-zA-Z]+$/,"").replace(/[^\.\w-]+/g,"-").replace(/\./g,":")}function t(e,t){for(var i in t.dataset)if(t.dataset.hasOwnProperty(i))if("env"===i||"dumpLineNumbers"===i||"rootpath"===i||"errorReporting"===i)e[i]=t.dataset[i];else try{e[i]=JSON.parse(t.dataset[i])}catch(e){}}var i=function(t,i,n){var r=n.href||"",s="less:"+(n.title||e(r)),o=t.getElementById(s),a=!1,l=t.createElement("style");l.setAttribute("type","text/css"),n.media&&l.setAttribute("media",n.media),l.id=s,l.styleSheet||(l.appendChild(t.createTextNode(i)),a=null!==o&&o.childNodes.length>0&&l.childNodes.length>0&&o.firstChild.nodeValue===l.firstChild.nodeValue);var u=t.getElementsByTagName("head")[0];if(null===o||!1===a){var h=n&&n.nextSibling||null;h?h.parentNode.insertBefore(l,h):u.appendChild(l)}if(o&&!1===a&&o.parentNode.removeChild(o),l.styleSheet)try{l.styleSheet.cssText=i}catch(e){throw new Error("Couldn't reassign styleSheet.cssText.")}},n=function(e){var t,i=e.document;return i.currentScript||(t=i.getElementsByTagName("script"))[t.length-1]},r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var i in t)t.hasOwnProperty(i)&&(e[i]=t[i])})(e,t)};function s(e,t){function i(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(i.prototype=t.prototype,new i)}function o(){for(var e=0,t=0,i=arguments.length;t<i;t++)e+=arguments[t].length;var n=Array(e),r=0;for(t=0;t<i;t++)for(var s=arguments[t],o=0,a=s.length;o<a;o++,r++)n[r]=s[o];return n}var a={aliceblue:"#f0f8ff",antiquewhite:"#faebd7",aqua:"#00ffff",aquamarine:"#7fffd4",azure:"#f0ffff",beige:"#f5f5dc",bisque:"#ffe4c4",black:"#000000",blanchedalmond:"#ffebcd",blue:"#0000ff",blueviolet:"#8a2be2",brown:"#a52a2a",burlywood:"#deb887",cadetblue:"#5f9ea0",chartreuse:"#7fff00",chocolate:"#d2691e",coral:"#ff7f50",cornflowerblue:"#6495ed",cornsilk:"#fff8dc",crimson:"#dc143c",cyan:"#00ffff",darkblue:"#00008b",darkcyan:"#008b8b",darkgoldenrod:"#b8860b",darkgray:"#a9a9a9",darkgrey:"#a9a9a9",darkgreen:"#006400",darkkhaki:"#bdb76b",darkmagenta:"#8b008b",darkolivegreen:"#556b2f",darkorange:"#ff8c00",darkorchid:"#9932cc",darkred:"#8b0000",darksalmon:"#e9967a",darkseagreen:"#8fbc8f",darkslateblue:"#483d8b",darkslategray:"#2f4f4f",darkslategrey:"#2f4f4f",darkturquoise:"#00ced1",darkviolet:"#9400d3",deeppink:"#ff1493",deepskyblue:"#00bfff",dimgray:"#696969",dimgrey:"#696969",dodgerblue:"#1e90ff",firebrick:"#b22222",floralwhite:"#fffaf0",forestgreen:"#228b22",fuchsia:"#ff00ff",gainsboro:"#dcdcdc",ghostwhite:"#f8f8ff",gold:"#ffd700",goldenrod:"#daa520",gray:"#808080",grey:"#808080",green:"#008000",greenyellow:"#adff2f",honeydew:"#f0fff0",hotpink:"#ff69b4",indianred:"#cd5c5c",indigo:"#4b0082",ivory:"#fffff0",khaki:"#f0e68c",lavender:"#e6e6fa",lavenderblush:"#fff0f5",lawngreen:"#7cfc00",lemonchiffon:"#fffacd",lightblue:"#add8e6",lightcoral:"#f08080",lightcyan:"#e0ffff",lightgoldenrodyellow:"#fafad2",lightgray:"#d3d3d3",lightgrey:"#d3d3d3",lightgreen:"#90ee90",lightpink:"#ffb6c1",lightsalmon:"#ffa07a",lightseagreen:"#20b2aa",lightskyblue:"#87cefa",lightslategray:"#778899",lightslategrey:"#778899",lightsteelblue:"#b0c4de",lightyellow:"#ffffe0",lime:"#00ff00",limegreen:"#32cd32",linen:"#faf0e6",magenta:"#ff00ff",maroon:"#800000",mediumaquamarine:"#66cdaa",mediumblue:"#0000cd",mediumorchid:"#ba55d3",mediumpurple:"#9370d8",mediumseagreen:"#3cb371",mediumslateblue:"#7b68ee",mediumspringgreen:"#00fa9a",mediumturquoise:"#48d1cc",mediumvioletred:"#c71585",midnightblue:"#191970",mintcream:"#f5fffa",mistyrose:"#ffe4e1",moccasin:"#ffe4b5",navajowhite:"#ffdead",navy:"#000080",oldlace:"#fdf5e6",olive:"#808000",olivedrab:"#6b8e23",orange:"#ffa500",orangered:"#ff4500",orchid:"#da70d6",palegoldenrod:"#eee8aa",palegreen:"#98fb98",paleturquoise:"#afeeee",palevioletred:"#d87093",papayawhip:"#ffefd5",peachpuff:"#ffdab9",peru:"#cd853f",pink:"#ffc0cb",plum:"#dda0dd",powderblue:"#b0e0e6",purple:"#800080",rebeccapurple:"#663399",red:"#ff0000",rosybrown:"#bc8f8f",royalblue:"#4169e1",saddlebrown:"#8b4513",salmon:"#fa8072",sandybrown:"#f4a460",seagreen:"#2e8b57",seashell:"#fff5ee",sienna:"#a0522d",silver:"#c0c0c0",skyblue:"#87ceeb",slateblue:"#6a5acd",slategray:"#708090",slategrey:"#708090",snow:"#fffafa",springgreen:"#00ff7f",steelblue:"#4682b4",tan:"#d2b48c",teal:"#008080",thistle:"#d8bfd8",tomato:"#ff6347",turquoise:"#40e0d0",violet:"#ee82ee",wheat:"#f5deb3",white:"#ffffff",whitesmoke:"#f5f5f5",yellow:"#ffff00",yellowgreen:"#9acd32"},l={length:{m:1,cm:.01,mm:.001,in:.0254,px:.0254/96,pt:.0254/72,pc:.0254/72*12},duration:{s:1,ms:.001},angle:{rad:1/(2*Math.PI),deg:1/360,grad:1/400,turn:1}},u={colors:a,unitConversions:l},h=function(){function e(){this.parent=null,this.visibilityBlocks=void 0,this.nodeVisible=void 0,this.rootNode=null,this.parsed=null;var e=this;Object.defineProperty(this,"currentFileInfo",{get:function(){return e.fileInfo()}}),Object.defineProperty(this,"index",{get:function(){return e.getIndex()}})}return e.prototype.setParent=function(t,i){function n(t){t&&t instanceof e&&(t.parent=i)}Array.isArray(t)?t.forEach(n):n(t)},e.prototype.getIndex=function(){return this._index||this.parent&&this.parent.getIndex()||0},e.prototype.fileInfo=function(){return this._fileInfo||this.parent&&this.parent.fileInfo()||{}},e.prototype.isRulesetLike=function(){return!1},e.prototype.toCSS=function(e){var t=[];return this.genCSS(e,{add:function(e,i,n){t.push(e)},isEmpty:function(){return 0===t.length}}),t.join("")},e.prototype.genCSS=function(e,t){t.add(this.value)},e.prototype.accept=function(e){this.value=e.visit(this.value)},e.prototype.eval=function(){return this},e.prototype._operate=function(e,t,i,n){switch(t){case"+":return i+n;case"-":return i-n;case"*":return i*n;case"/":return i/n}},e.prototype.fround=function(e,t){var i=e&&e.numPrecision;return i?Number((t+2e-16).toFixed(i)):t},e.prototype.blocksVisibility=function(){return null==this.visibilityBlocks&&(this.visibilityBlocks=0),0!==this.visibilityBlocks},e.prototype.addVisibilityBlock=function(){null==this.visibilityBlocks&&(this.visibilityBlocks=0),this.visibilityBlocks=this.visibilityBlocks+1},e.prototype.removeVisibilityBlock=function(){null==this.visibilityBlocks&&(this.visibilityBlocks=0),this.visibilityBlocks=this.visibilityBlocks-1},e.prototype.ensureVisibility=function(){this.nodeVisible=!0},e.prototype.ensureInvisibility=function(){this.nodeVisible=!1},e.prototype.isVisible=function(){return this.nodeVisible},e.prototype.visibilityInfo=function(){return{visibilityBlocks:this.visibilityBlocks,nodeVisible:this.nodeVisible}},e.prototype.copyVisibilityInfo=function(e){e&&(this.visibilityBlocks=e.visibilityBlocks,this.nodeVisible=e.nodeVisible)},e}();h.compare=function(e,t){if(e.compare&&"Quoted"!==t.type&&"Anonymous"!==t.type)return e.compare(t);if(t.compare)return-t.compare(e);if(e.type===t.type){if(e=e.value,t=t.value,!Array.isArray(e))return e===t?0:void 0;if(e.length===t.length){for(var i=0;i<e.length;i++)if(0!==h.compare(e[i],t[i]))return;return 0}}},h.numericCompare=function(e,t){return e<t?-1:e===t?0:e>t?1:void 0};var c=function(e,t,i){var n=this;Array.isArray(e)?this.rgb=e:e.length>=6?(this.rgb=[],e.match(/.{2}/g).map((function(e,t){t<3?n.rgb.push(parseInt(e,16)):n.alpha=parseInt(e,16)/255}))):(this.rgb=[],e.split("").map((function(e,t){t<3?n.rgb.push(parseInt(e+e,16)):n.alpha=parseInt(e+e,16)/255}))),this.alpha=this.alpha||("number"==typeof t?t:1),void 0!==i&&(this.value=i)};function f(e,t){return Math.min(Math.max(e,0),t)}function p(e){return"#"+e.map((function(e){return((e=f(Math.round(e),255))<16?"0":"")+e.toString(16)})).join("")}(c.prototype=new h).luma=function(){var e=this.rgb[0]/255,t=this.rgb[1]/255,i=this.rgb[2]/255;return.2126*(e=e<=.03928?e/12.92:Math.pow((e+.055)/1.055,2.4))+.7152*(t=t<=.03928?t/12.92:Math.pow((t+.055)/1.055,2.4))+.0722*(i=i<=.03928?i/12.92:Math.pow((i+.055)/1.055,2.4))},c.prototype.genCSS=function(e,t){t.add(this.toCSS(e))},c.prototype.toCSS=function(e,t){var i,n,r,s=e&&e.compress&&!t,o=[];if(n=this.fround(e,this.alpha),this.value)if(0===this.value.indexOf("rgb"))n<1&&(r="rgba");else{if(0!==this.value.indexOf("hsl"))return this.value;r=n<1?"hsla":"hsl"}else n<1&&(r="rgba");switch(r){case"rgba":o=this.rgb.map((function(e){return f(Math.round(e),255)})).concat(f(n,1));break;case"hsla":o.push(f(n,1));case"hsl":i=this.toHSL(),o=[this.fround(e,i.h),this.fround(e,100*i.s)+"%",this.fround(e,100*i.l)+"%"].concat(o)}if(r)return r+"("+o.join(","+(s?"":" "))+")";if(i=this.toRGB(),s){var a=i.split("");a[1]===a[2]&&a[3]===a[4]&&a[5]===a[6]&&(i="#"+a[1]+a[3]+a[5])}return i},c.prototype.operate=function(e,t,i){for(var n=new Array(3),r=this.alpha*(1-i.alpha)+i.alpha,s=0;s<3;s++)n[s]=this._operate(e,t,this.rgb[s],i.rgb[s]);return new c(n,r)},c.prototype.toRGB=function(){return p(this.rgb)},c.prototype.toHSL=function(){var e,t,i=this.rgb[0]/255,n=this.rgb[1]/255,r=this.rgb[2]/255,s=this.alpha,o=Math.max(i,n,r),a=Math.min(i,n,r),l=(o+a)/2,u=o-a;if(o===a)e=t=0;else{switch(t=l>.5?u/(2-o-a):u/(o+a),o){case i:e=(n-r)/u+(n<r?6:0);break;case n:e=(r-i)/u+2;break;case r:e=(i-n)/u+4}e/=6}return{h:360*e,s:t,l:l,a:s}},c.prototype.toHSV=function(){var e,t,i=this.rgb[0]/255,n=this.rgb[1]/255,r=this.rgb[2]/255,s=this.alpha,o=Math.max(i,n,r),a=Math.min(i,n,r),l=o,u=o-a;if(t=0===o?0:u/o,o===a)e=0;else{switch(o){case i:e=(n-r)/u+(n<r?6:0);break;case n:e=(r-i)/u+2;break;case r:e=(i-n)/u+4}e/=6}return{h:360*e,s:t,v:l,a:s}},c.prototype.toARGB=function(){return p([255*this.alpha].concat(this.rgb))},c.prototype.compare=function(e){return e.rgb&&e.rgb[0]===this.rgb[0]&&e.rgb[1]===this.rgb[1]&&e.rgb[2]===this.rgb[2]&&e.alpha===this.alpha?0:void 0},c.prototype.type="Color",c.fromKeyword=function(e){var t,i=e.toLowerCase();if(a.hasOwnProperty(i)?t=new c(a[i].slice(1)):"transparent"===i&&(t=new c([0,0,0],0)),t)return t.value=e,t};var d=function(e){this.value=e};(d.prototype=new h).genCSS=function(e,t){t.add("("),this.value.genCSS(e,t),t.add(")")},d.prototype.eval=function(e){return new d(this.value.eval(e))},d.prototype.type="Paren";var v={"":!0," ":!0,"|":!0},m=function(e){" "===e?(this.value=" ",this.emptyOrWhitespace=!0):(this.value=e?e.trim():"",this.emptyOrWhitespace=""===this.value)};(m.prototype=new h).genCSS=function(e,t){var i=e.compress||v[this.value]?"":" ";t.add(i+this.value+i)},m.prototype.type="Combinator";var g=function(e,t,i,n,r,s){this.combinator=e instanceof m?e:new m(e),this.value="string"==typeof t?t.trim():t||"",this.isVariable=i,this._index=n,this._fileInfo=r,this.copyVisibilityInfo(s),this.setParent(this.combinator,this)};(g.prototype=new h).accept=function(e){var t=this.value;this.combinator=e.visit(this.combinator),"object"==typeof t&&(this.value=e.visit(t))},g.prototype.eval=function(e){return new g(this.combinator,this.value.eval?this.value.eval(e):this.value,this.isVariable,this.getIndex(),this.fileInfo(),this.visibilityInfo())},g.prototype.clone=function(){return new g(this.combinator,this.value,this.isVariable,this.getIndex(),this.fileInfo(),this.visibilityInfo())},g.prototype.genCSS=function(e,t){t.add(this.toCSS(e),this.fileInfo(),this.getIndex())},g.prototype.toCSS=function(e){void 0===e&&(e={});var t=this.value,i=e.firstSelector;return t instanceof d&&(e.firstSelector=!0),t=t.toCSS?t.toCSS(e):t,e.firstSelector=i,""===t&&"&"===this.combinator.value.charAt(0)?"":this.combinator.toCSS(e)+t},g.prototype.type="Element";var y={ALWAYS:0,PARENS_DIVISION:1,PARENS:2,STRICT_LEGACY:3},b=0,w=1,x=2;function S(e){return Object.prototype.toString.call(e).slice(8,-1)}function I(e){return"Array"===S(e)}function C(e,t){return void 0===t&&(t={}),I(e)?e.map((function(e){return C(e,t)})):"Object"!==S(i=e)||i.constructor!==Object||Object.getPrototypeOf(i)!==Object.prototype?e:function(){for(var e=0,t=0,i=arguments.length;t<i;t++)e+=arguments[t].length;var n=Array(e),r=0;for(t=0;t<i;t++)for(var s=arguments[t],o=0,a=s.length;o<a;o++,r++)n[r]=s[o];return n}(Object.getOwnPropertyNames(e),Object.getOwnPropertySymbols(e)).reduce((function(i,n){return I(t.props)&&!t.props.includes(n)||function(e,t,i,n,r){var s={}.propertyIsEnumerable.call(n,t)?"enumerable":"nonenumerable";"enumerable"===s&&(e[t]=i),r&&"nonenumerable"===s&&Object.defineProperty(e,t,{value:i,enumerable:!1,writable:!0,configurable:!0})}(i,n,C(e[n],t),e,t.nonenumerable),i}),{});var i}function k(e,t){for(var i=e+1,n=null,r=-1;--i>=0&&"\n"!==t.charAt(i);)r++;return"number"==typeof e&&(n=(t.slice(0,e).match(/\n/g)||"").length),{line:n,column:r}}function _(e){var t,i=e.length,n=new Array(i);for(t=0;t<i;t++)n[t]=e[t];return n}function A(e){var t={};for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i]);return t}function M(e,t){var i=t||{};if(!t._defaults){i={};var n=C(e);i._defaults=n;var r=t?C(t):{};Object.assign(i,n,r)}return i}function P(e,t){if(t&&t._defaults)return t;var i=M(e,t);if(i.strictMath&&(i.math=y.STRICT_LEGACY),i.relativeUrls&&(i.rewriteUrls=x),"string"==typeof i.math)switch(i.math.toLowerCase()){case"always":i.math=y.ALWAYS;break;case"parens-division":i.math=y.PARENS_DIVISION;break;case"strict":case"parens":i.math=y.PARENS;break;case"strict-legacy":i.math=y.STRICT_LEGACY}if("string"==typeof i.rewriteUrls)switch(i.rewriteUrls.toLowerCase()){case"off":i.rewriteUrls=b;break;case"local":i.rewriteUrls=w;break;case"all":i.rewriteUrls=x}return i}function E(e,t){void 0===t&&(t=[]);for(var i=0,n=e.length;i<n;i++){var r=e[i];Array.isArray(r)?E(r,t):void 0!==r&&t.push(r)}return t}var R=Object.freeze({__proto__:null,getLocation:k,copyArray:_,clone:A,defaults:M,copyOptions:P,merge:function(e,t){for(var i in t)t.hasOwnProperty(i)&&(e[i]=t[i]);return e},flattenArray:E}),V=/(<anonymous>|Function):(\d+):(\d+)/,F=function(e,t,i){Error.call(this);var n=e.filename||i;if(this.message=e.message,this.stack=e.stack,t&&n){var r=t.contents[n],s=k(e.index,r),o=s.line,a=s.column,l=e.call&&k(e.call,r).line,u=r?r.split("\n"):"";if(this.type=e.type||"Syntax",this.filename=n,this.index=e.index,this.line="number"==typeof o?o+1:null,this.column=a,!this.line&&this.stack){var h=this.stack.match(V),c=new Function("a","throw new Error()"),f=0;try{c()}catch(e){var p=e.stack.match(V);f=1-parseInt(p[2])}h&&(h[2]&&(this.line=parseInt(h[2])+f),h[3]&&(this.column=parseInt(h[3])))}this.callLine=l+1,this.callExtract=u[l],this.extract=[u[this.line-2],u[this.line-1],u[this.line]]}};if(void 0===Object.create){var $=function(){};$.prototype=Error.prototype,F.prototype=new $}else F.prototype=Object.create(Error.prototype);F.prototype.constructor=F,F.prototype.toString=function(e){void 0===e&&(e={});var t="",i=this.extract||[],n=[],r=function(e){return e};if(e.stylize){var s=typeof e.stylize;if("function"!==s)throw Error("options.stylize should be a function, got a "+s+"!");r=e.stylize}if(null!==this.line){if("string"==typeof i[0]&&n.push(r(this.line-1+" "+i[0],"grey")),"string"==typeof i[1]){var o=this.line+" ";i[1]&&(o+=i[1].slice(0,this.column)+r(r(r(i[1].substr(this.column,1),"bold")+i[1].slice(this.column+1),"red"),"inverse")),n.push(o)}"string"==typeof i[2]&&n.push(r(this.line+1+" "+i[2],"grey")),n=n.join("\n")+r("","reset")+"\n"}return t+=r(this.type+"Error: "+this.message,"red"),this.filename&&(t+=r(" in ","red")+this.filename),this.line&&(t+=r(" on line "+this.line+", column "+(this.column+1)+":","grey")),t+="\n"+n,this.callLine&&(t+=r("from ","red")+(this.filename||"")+"/n",t+=r(this.callLine,"grey")+" "+this.callExtract+"/n"),t};var O=function(e,t,i,n,r,s){this.extendList=t,this.condition=i,this.evaldCondition=!i,this._index=n,this._fileInfo=r,this.elements=this.getElements(e),this.mixinElements_=void 0,this.copyVisibilityInfo(s),this.setParent(this.elements,this)};(O.prototype=new h).accept=function(e){this.elements&&(this.elements=e.visitArray(this.elements)),this.extendList&&(this.extendList=e.visitArray(this.extendList)),this.condition&&(this.condition=e.visit(this.condition))},O.prototype.createDerived=function(e,t,i){e=this.getElements(e);var n=new O(e,t||this.extendList,null,this.getIndex(),this.fileInfo(),this.visibilityInfo());return n.evaldCondition=null!=i?i:this.evaldCondition,n.mediaEmpty=this.mediaEmpty,n},O.prototype.getElements=function(e){return e?("string"==typeof e&&this.parse.parseNode(e,["selector"],this._index,this._fileInfo,(function(t,i){if(t)throw new F({index:t.index,message:t.message},this.parse.imports,this._fileInfo.filename);e=i[0].elements})),e):[new g("","&",!1,this._index,this._fileInfo)]},O.prototype.createEmptySelectors=function(){var e=new g("","&",!1,this._index,this._fileInfo),t=[new O([e],null,null,this._index,this._fileInfo)];return t[0].mediaEmpty=!0,t},O.prototype.match=function(e){var t,i,n=this.elements,r=n.length;if(0===(t=(e=e.mixinElements()).length)||r<t)return 0;for(i=0;i<t;i++)if(n[i].value!==e[i])return 0;return t},O.prototype.mixinElements=function(){if(this.mixinElements_)return this.mixinElements_;var e=this.elements.map((function(e){return e.combinator.value+(e.value.value||e.value)})).join("").match(/[,&#\*\.\w-]([\w-]|(\\.))*/g);return e?"&"===e[0]&&e.shift():e=[],this.mixinElements_=e},O.prototype.isJustParentSelector=function(){return!this.mediaEmpty&&1===this.elements.length&&"&"===this.elements[0].value&&(" "===this.elements[0].combinator.value||""===this.elements[0].combinator.value)},O.prototype.eval=function(e){var t=this.condition&&this.condition.eval(e),i=this.elements,n=this.extendList;return i=i&&i.map((function(t){return t.eval(e)})),n=n&&n.map((function(t){return t.eval(e)})),this.createDerived(i,n,t)},O.prototype.genCSS=function(e,t){var i;for(e&&e.firstSelector||""!==this.elements[0].combinator.value||t.add(" ",this.fileInfo(),this.getIndex()),i=0;i<this.elements.length;i++)this.elements[i].genCSS(e,t)},O.prototype.getIsOutput=function(){return this.evaldCondition},O.prototype.type="Selector";var L=function(e){if(!e)throw new Error("Value requires an array argument");Array.isArray(e)?this.value=e:this.value=[e]};(L.prototype=new h).accept=function(e){this.value&&(this.value=e.visitArray(this.value))},L.prototype.eval=function(e){return 1===this.value.length?this.value[0].eval(e):new L(this.value.map((function(t){return t.eval(e)})))},L.prototype.genCSS=function(e,t){var i;for(i=0;i<this.value.length;i++)this.value[i].genCSS(e,t),i+1<this.value.length&&t.add(e&&e.compress?",":", ")},L.prototype.type="Value";var N=function(e){this.value=e};(N.prototype=new h).genCSS=function(e,t){if("%"===this.value)throw{type:"Syntax",message:"Invalid % without number"};t.add(this.value)},N.prototype.type="Keyword",N.True=new N("true"),N.False=new N("false");var D=function(e,t,i,n,r,s){this.value=e,this._index=t,this._fileInfo=i,this.mapLines=n,this.rulesetLike=void 0!==r&&r,this.allowRoot=!0,this.copyVisibilityInfo(s)};(D.prototype=new h).eval=function(){return new D(this.value,this._index,this._fileInfo,this.mapLines,this.rulesetLike,this.visibilityInfo())},D.prototype.compare=function(e){return e.toCSS&&this.toCSS()===e.toCSS()?0:void 0},D.prototype.isRulesetLike=function(){return this.rulesetLike},D.prototype.genCSS=function(e,t){this.nodeVisible=Boolean(this.value),this.nodeVisible&&t.add(this.value,this._fileInfo,this._index,this.mapLines)},D.prototype.type="Anonymous";var B=y,U=function(e,t,i,n,r,s,o,a){this.name=e,this.value=t instanceof h?t:new L([t?new D(t):null]),this.important=i?" "+i.trim():"",this.merge=n,this._index=r,this._fileInfo=s,this.inline=o||!1,this.variable=void 0!==a?a:e.charAt&&"@"===e.charAt(0),this.allowRoot=!0,this.setParent(this.value,this)};(U.prototype=new h).genCSS=function(e,t){t.add(this.name+(e.compress?":":": "),this.fileInfo(),this.getIndex());try{this.value.genCSS(e,t)}catch(e){throw e.index=this._index,e.filename=this._fileInfo.filename,e}t.add(this.important+(this.inline||e.lastRule&&e.compress?"":";"),this._fileInfo,this._index)},U.prototype.eval=function(e){var t,i,n=!1,r=this.name,s=this.variable;"string"!=typeof r&&(r=1===r.length&&r[0]instanceof N?r[0].value:function(e,t){var i,n="",r=t.length,s={add:function(e){n+=e}};for(i=0;i<r;i++)t[i].eval(e).genCSS(e,s);return n}(e,r),s=!1),"font"===r&&e.math===B.ALWAYS&&(n=!0,t=e.math,e.math=B.PARENS_DIVISION);try{if(e.importantScope.push({}),i=this.value.eval(e),!this.variable&&"DetachedRuleset"===i.type)throw{message:"Rulesets cannot be evaluated on a property.",index:this.getIndex(),filename:this.fileInfo().filename};var o=this.important,a=e.importantScope.pop();return!o&&a.important&&(o=a.important),new U(r,i,o,this.merge,this.getIndex(),this.fileInfo(),this.inline,s)}catch(e){throw"number"!=typeof e.index&&(e.index=this.getIndex(),e.filename=this.fileInfo().filename),e}finally{n&&(e.math=t)}},U.prototype.makeImportant=function(){return new U(this.name,this.value,"!important",this.merge,this.getIndex(),this.fileInfo(),this.inline)},U.prototype.type="Declaration";var j=function(e,t,i){var n="";if(e.dumpLineNumbers&&!e.compress)switch(e.dumpLineNumbers){case"comments":n=j.asComment(t);break;case"mediaquery":n=j.asMediaQuery(t);break;case"all":n=j.asComment(t)+(i||"")+j.asMediaQuery(t)}return n};j.asComment=function(e){return e.debugInfo?"/* line "+e.debugInfo.lineNumber+", "+e.debugInfo.fileName+" */\n":""},j.asMediaQuery=function(e){if(!e.debugInfo)return"";var t=e.debugInfo.fileName;return/^[a-z]+:\/\//i.test(t)||(t="file://"+t),"@media -sass-debug-info{filename{font-family:"+t.replace(/([.:\/\\])/g,(function(e){return"\\"==e&&(e="/"),"\\"+e}))+"}line{font-family:\\00003"+e.debugInfo.lineNumber+"}}\n"};var q=function(e,t,i,n){this.value=e,this.isLineComment=t,this._index=i,this._fileInfo=n,this.allowRoot=!0};(q.prototype=new h).genCSS=function(e,t){this.debugInfo&&t.add(j(e,this),this.fileInfo(),this.getIndex()),t.add(this.value)},q.prototype.isSilent=function(e){var t=e.compress&&"!"!==this.value[2];return this.isLineComment||t},q.prototype.type="Comment";var T={},z=function(e,t,i){if(e)for(var n=0;n<i.length;n++)e.hasOwnProperty(i[n])&&(t[i[n]]=e[i[n]])},G=["paths","rewriteUrls","rootpath","strictImports","insecure","dumpLineNumbers","compress","syncImport","chunkInput","mime","useFileCache","processImports","pluginManager"];T.Parse=function(e){z(e,this,G),"string"==typeof this.paths&&(this.paths=[this.paths])};var W=["paths","compress","math","strictUnits","sourceMap","importMultiple","urlArgs","javascriptEnabled","pluginManager","importantScope","rewriteUrls"];function J(e){return!/^(?:[a-z-]+:|\/|#)/i.test(e)}function H(e){return"."===e.charAt(0)}T.Eval=function(){function e(e,t){z(e,this,W),"string"==typeof this.paths&&(this.paths=[this.paths]),this.frames=t||[],this.importantScope=this.importantScope||[],this.inCalc=!1,this.mathOn=!0}return e.prototype.enterCalc=function(){this.calcStack||(this.calcStack=[]),this.calcStack.push(!0),this.inCalc=!0},e.prototype.exitCalc=function(){this.calcStack.pop(),this.calcStack.length||(this.inCalc=!1)},e.prototype.inParenthesis=function(){this.parensStack||(this.parensStack=[]),this.parensStack.push(!0)},e.prototype.outOfParenthesis=function(){this.parensStack.pop()},e.prototype.isMathOn=function(e){return!!this.mathOn&&(!!("/"!==e||this.math===y.ALWAYS||this.parensStack&&this.parensStack.length)&&(!(this.math>y.PARENS_DIVISION)||this.parensStack&&this.parensStack.length))},e.prototype.pathRequiresRewrite=function(e){return(this.rewriteUrls===w?H:J)(e)},e.prototype.rewritePath=function(e,t){var i;return t=t||"",i=this.normalizePath(t+e),H(e)&&J(t)&&!1===H(i)&&(i="./"+i),i},e.prototype.normalizePath=function(e){var t,i=e.split("/").reverse();for(e=[];0!==i.length;)switch(t=i.pop()){case".":break;case"..":0===e.length||".."===e[e.length-1]?e.push(t):e.pop();break;default:e.push(t)}return e.join("/")},e}();var Q=function e(t){return{_data:{},add:function(e,t){e=e.toLowerCase(),this._data.hasOwnProperty(e),this._data[e]=t},addMultiple:function(e){var t=this;Object.keys(e).forEach((function(i){t.add(i,e[i])}))},get:function(e){return this._data[e]||t&&t.get(e)},getLocalFunctions:function(){return this._data},inherit:function(){return e(this)},create:function(t){return e(t)}}}(null),K={eval:function(){var e=this.value_,t=this.error_;if(t)throw t;if(null!=e)return e?N.True:N.False},value:function(e){this.value_=e},error:function(e){this.error_=e},reset:function(){this.value_=this.error_=null}},Z=function(e,t,i,n){this.selectors=e,this.rules=t,this._lookups={},this._variables=null,this._properties=null,this.strictImports=i,this.copyVisibilityInfo(n),this.allowRoot=!0,this.setParent(this.selectors,this),this.setParent(this.rules,this)};(Z.prototype=new h).isRulesetLike=function(){return!0},Z.prototype.accept=function(e){this.paths?this.paths=e.visitArray(this.paths,!0):this.selectors&&(this.selectors=e.visitArray(this.selectors)),this.rules&&this.rules.length&&(this.rules=e.visitArray(this.rules))},Z.prototype.eval=function(e){var t,i,n,r,s,o=!1;if(this.selectors&&(i=this.selectors.length)){for(t=new Array(i),K.error({type:"Syntax",message:"it is currently only allowed in parametric mixin guards,"}),r=0;r<i;r++){n=this.selectors[r].eval(e);for(var a=0;a<n.elements.length;a++)if(n.elements[a].isVariable){s=!0;break}t[r]=n,n.evaldCondition&&(o=!0)}if(s){var l=new Array(i);for(r=0;r<i;r++)n=t[r],l[r]=n.toCSS(e);this.parse.parseNode(l.join(","),["selectors"],t[0].getIndex(),t[0].fileInfo(),(function(e,i){i&&(t=E(i))}))}K.reset()}else o=!0;var u,c,f=this.rules?_(this.rules):null,p=new Z(t,f,this.strictImports,this.visibilityInfo());p.originalRuleset=this,p.root=this.root,p.firstRoot=this.firstRoot,p.allowImports=this.allowImports,this.debugInfo&&(p.debugInfo=this.debugInfo),o||(f.length=0),p.functionRegistry=function(e){for(var t,i=0,n=e.length;i!==n;++i)if(t=e[i].functionRegistry)return t;return Q}(e.frames).inherit();var d=e.frames;d.unshift(p);var v=e.selectors;v||(e.selectors=v=[]),v.unshift(this.selectors),(p.root||p.allowImports||!p.strictImports)&&p.evalImports(e);var m=p.rules;for(r=0;u=m[r];r++)u.evalFirst&&(m[r]=u.eval(e));var g=e.mediaBlocks&&e.mediaBlocks.length||0;for(r=0;u=m[r];r++)"MixinCall"===u.type?(f=u.eval(e).filter((function(e){return!(e instanceof U&&e.variable)||!p.variable(e.name)})),m.splice.apply(m,[r,1].concat(f)),r+=f.length-1,p.resetCache()):"VariableCall"===u.type&&(f=u.eval(e).rules.filter((function(e){return!(e instanceof U&&e.variable)})),m.splice.apply(m,[r,1].concat(f)),r+=f.length-1,p.resetCache());for(r=0;u=m[r];r++)u.evalFirst||(m[r]=u=u.eval?u.eval(e):u);for(r=0;u=m[r];r++)if(u instanceof Z&&u.selectors&&1===u.selectors.length&&u.selectors[0]&&u.selectors[0].isJustParentSelector()){m.splice(r--,1);for(a=0;c=u.rules[a];a++)c instanceof h&&(c.copyVisibilityInfo(u.visibilityInfo()),c instanceof U&&c.variable||m.splice(++r,0,c))}if(d.shift(),v.shift(),e.mediaBlocks)for(r=g;r<e.mediaBlocks.length;r++)e.mediaBlocks[r].bubbleSelectors(t);return p},Z.prototype.evalImports=function(e){var t,i,n=this.rules;if(n)for(t=0;t<n.length;t++)"Import"===n[t].type&&((i=n[t].eval(e))&&(i.length||0===i.length)?(n.splice.apply(n,[t,1].concat(i)),t+=i.length-1):n.splice(t,1,i),this.resetCache())},Z.prototype.makeImportant=function(){return new Z(this.selectors,this.rules.map((function(e){return e.makeImportant?e.makeImportant():e})),this.strictImports,this.visibilityInfo())},Z.prototype.matchArgs=function(e){return!e||0===e.length},Z.prototype.matchCondition=function(e,t){var i=this.selectors[this.selectors.length-1];return!!i.evaldCondition&&!(i.condition&&!i.condition.eval(new T.Eval(t,t.frames)))},Z.prototype.resetCache=function(){this._rulesets=null,this._variables=null,this._properties=null,this._lookups={}},Z.prototype.variables=function(){return this._variables||(this._variables=this.rules?this.rules.reduce((function(e,t){if(t instanceof U&&!0===t.variable&&(e[t.name]=t),"Import"===t.type&&t.root&&t.root.variables){var i=t.root.variables();for(var n in i)i.hasOwnProperty(n)&&(e[n]=t.root.variable(n))}return e}),{}):{}),this._variables},Z.prototype.properties=function(){return this._properties||(this._properties=this.rules?this.rules.reduce((function(e,t){if(t instanceof U&&!0!==t.variable){var i=1===t.name.length&&t.name[0]instanceof N?t.name[0].value:t.name;e["$"+i]?e["$"+i].push(t):e["$"+i]=[t]}return e}),{}):{}),this._properties},Z.prototype.variable=function(e){var t=this.variables()[e];if(t)return this.parseValue(t)},Z.prototype.property=function(e){var t=this.properties()[e];if(t)return this.parseValue(t)},Z.prototype.lastDeclaration=function(){for(var e=this.rules.length;e>0;e--){var t=this.rules[e-1];if(t instanceof U)return this.parseValue(t)}},Z.prototype.parseValue=function(e){var t=this;function i(e){return e.value instanceof D&&!e.parsed?("string"==typeof e.value.value?this.parse.parseNode(e.value.value,["value","important"],e.value.getIndex(),e.fileInfo(),(function(t,i){t&&(e.parsed=!0),i&&(e.value=i[0],e.important=i[1]||"",e.parsed=!0)})):e.parsed=!0,e):e}if(Array.isArray(e)){var n=[];return e.forEach((function(e){n.push(i.call(t,e))})),n}return i.call(t,e)},Z.prototype.rulesets=function(){if(!this.rules)return[];var e,t,i=[],n=this.rules;for(e=0;t=n[e];e++)t.isRuleset&&i.push(t);return i},Z.prototype.prependRule=function(e){var t=this.rules;t?t.unshift(e):this.rules=[e],this.setParent(e,this)},Z.prototype.find=function(e,t,i){void 0===t&&(t=this);var n,r,s=[],o=e.toCSS();return o in this._lookups?this._lookups[o]:(this.rulesets().forEach((function(o){if(o!==t)for(var a=0;a<o.selectors.length;a++)if(n=e.match(o.selectors[a])){if(e.elements.length>n){if(!i||i(o)){r=o.find(new O(e.elements.slice(n)),t,i);for(var l=0;l<r.length;++l)r[l].path.push(o);Array.prototype.push.apply(s,r)}}else s.push({rule:o,path:[]});break}})),this._lookups[o]=s,s)},Z.prototype.genCSS=function(e,t){var i,n,r,s,o,a=[];e.tabLevel=e.tabLevel||0,this.root||e.tabLevel++;var l,u=e.compress?"":Array(e.tabLevel+1).join(" "),h=e.compress?"":Array(e.tabLevel).join(" "),c=0,f=0;for(i=0;s=this.rules[i];i++)s instanceof q?(f===i&&f++,a.push(s)):s.isCharset&&s.isCharset()?(a.splice(c,0,s),c++,f++):"Import"===s.type?(a.splice(f,0,s),f++):a.push(s);if(a=[].concat(a),!this.root){(r=j(e,this,h))&&(t.add(r),t.add(h));var p=this.paths,d=p.length,v=void 0;for(l=e.compress?",":",\n"+h,i=0;i<d;i++)if(v=(o=p[i]).length)for(i>0&&t.add(l),e.firstSelector=!0,o[0].genCSS(e,t),e.firstSelector=!1,n=1;n<v;n++)o[n].genCSS(e,t);t.add((e.compress?"{":" {\n")+u)}for(i=0;s=a[i];i++){i+1===a.length&&(e.lastRule=!0);var m=e.lastRule;s.isRulesetLike(s)&&(e.lastRule=!1),s.genCSS?s.genCSS(e,t):s.value&&t.add(s.value.toString()),e.lastRule=m,!e.lastRule&&s.isVisible()?t.add(e.compress?"":"\n"+u):e.lastRule=!1}this.root||(t.add(e.compress?"}":"\n"+h+"}"),e.tabLevel--),t.isEmpty()||e.compress||!this.firstRoot||t.add("\n")},Z.prototype.joinSelectors=function(e,t,i){for(var n=0;n<i.length;n++)this.joinSelector(e,t,i[n])},Z.prototype.joinSelector=function(e,t,i){function n(e,t){var i,n;if(0===e.length)i=new d(e[0]);else{var r=new Array(e.length);for(n=0;n<e.length;n++)r[n]=new g(null,e[n],t.isVariable,t._index,t._fileInfo);i=new d(new O(r))}return i}function r(e,t){var i;return i=new g(null,e,t.isVariable,t._index,t._fileInfo),new O([i])}function s(e,t,i,n){var r,s,o;if(r=[],e.length>0?(s=(r=_(e)).pop(),o=n.createDerived(_(s.elements))):o=n.createDerived([]),t.length>0){var a=i.combinator,l=t[0].elements[0];a.emptyOrWhitespace&&!l.combinator.emptyOrWhitespace&&(a=l.combinator),o.elements.push(new g(a,l.value,i.isVariable,i._index,i._fileInfo)),o.elements=o.elements.concat(t[0].elements.slice(1))}if(0!==o.elements.length&&r.push(o),t.length>1){var u=t.slice(1);u=u.map((function(e){return e.createDerived(e.elements,[])})),r=r.concat(u)}return r}function o(e,t,i,n,r){var o;for(o=0;o<e.length;o++){var a=s(e[o],t,i,n);r.push(a)}return r}function a(e,t){var i,n;if(0!==e.length)if(0!==t.length)for(i=0;n=t[i];i++)n.length>0?n[n.length-1]=n[n.length-1].createDerived(n[n.length-1].elements.concat(e)):n.push(new O(e));else t.push([new O(e)])}function l(e,t){var i=t.createDerived(t.elements,t.extendList,t.evaldCondition);return i.copyVisibilityInfo(e),i}var u,h;if(!function e(t,i,l){var u,h,c,f,p,v,m,y,b,w,x,S,I=!1;for(f=[],p=[[]],u=0;y=l.elements[u];u++)if("&"!==y.value){var C=(S=void 0,(x=y).value instanceof d&&(S=x.value.value)instanceof O?S:null);if(null!=C){a(f,p);var k,_=[],A=[];for(k=e(_,i,C),I=I||k,c=0;c<_.length;c++){o(p,[r(n(_[c],y),y)],y,l,A)}p=A,f=[]}else f.push(y)}else{for(I=!0,v=[],a(f,p),h=0;h<p.length;h++)if(m=p[h],0===i.length)m.length>0&&m[0].elements.push(new g(y.combinator,"",y.isVariable,y._index,y._fileInfo)),v.push(m);else for(c=0;c<i.length;c++){var M=s(m,i[c],y,l);v.push(M)}p=v,f=[]}for(a(f,p),u=0;u<p.length;u++)(b=p[u].length)>0&&(t.push(p[u]),w=p[u][b-1],p[u][b-1]=w.createDerived(w.elements,l.extendList));return I}(h=[],t,i))if(t.length>0)for(h=[],u=0;u<t.length;u++){var c=t[u].map(l.bind(this,i.visibilityInfo()));c.push(i),h.push(c)}else h=[[i]];for(u=0;u<h.length;u++)e.push(h[u])},Z.prototype.type="Ruleset",Z.prototype.isRuleset=!0;var Y=function(e,t,i,n,r,s,o,a){var l;if(this.name=e,this.value=t instanceof h?t:t?new D(t):t,i){for(Array.isArray(i)?this.rules=i:(this.rules=[i],this.rules[0].selectors=new O([],null,null,n,r).createEmptySelectors()),l=0;l<this.rules.length;l++)this.rules[l].allowImports=!0;this.setParent(this.rules,this)}this._index=n,this._fileInfo=r,this.debugInfo=s,this.isRooted=o||!1,this.copyVisibilityInfo(a),this.allowRoot=!0};(Y.prototype=new h).accept=function(e){var t=this.value,i=this.rules;i&&(this.rules=e.visitArray(i)),t&&(this.value=e.visit(t))},Y.prototype.isRulesetLike=function(){return this.rules||!this.isCharset()},Y.prototype.isCharset=function(){return"@charset"===this.name},Y.prototype.genCSS=function(e,t){var i=this.value,n=this.rules;t.add(this.name,this.fileInfo(),this.getIndex()),i&&(t.add(" "),i.genCSS(e,t)),n?this.outputRuleset(e,t,n):t.add(";")},Y.prototype.eval=function(e){var t,i,n=this.value,r=this.rules;return t=e.mediaPath,i=e.mediaBlocks,e.mediaPath=[],e.mediaBlocks=[],n&&(n=n.eval(e)),r&&((r=[r[0].eval(e)])[0].root=!0),e.mediaPath=t,e.mediaBlocks=i,new Y(this.name,n,r,this.getIndex(),this.fileInfo(),this.debugInfo,this.isRooted,this.visibilityInfo())},Y.prototype.variable=function(e){if(this.rules)return Z.prototype.variable.call(this.rules[0],e)},Y.prototype.find=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];if(this.rules)return Z.prototype.find.apply(this.rules[0],e)},Y.prototype.rulesets=function(){if(this.rules)return Z.prototype.rulesets.apply(this.rules[0])},Y.prototype.outputRuleset=function(e,t,i){var n,r=i.length;if(e.tabLevel=1+(0|e.tabLevel),e.compress){for(t.add("{"),n=0;n<r;n++)i[n].genCSS(e,t);return t.add("}"),void e.tabLevel--}var s="\n"+Array(e.tabLevel).join(" "),o=s+" ";if(r){for(t.add(" {"+o),i[0].genCSS(e,t),n=1;n<r;n++)t.add(o),i[n].genCSS(e,t);t.add(s+"}")}else t.add(" {"+s+"}");e.tabLevel--},Y.prototype.type="AtRule";var X=function(e,t){this.ruleset=e,this.frames=t,this.setParent(this.ruleset,this)};(X.prototype=new h).accept=function(e){this.ruleset=e.visit(this.ruleset)},X.prototype.eval=function(e){var t=this.frames||_(e.frames);return new X(this.ruleset,t)},X.prototype.callEval=function(e){return this.ruleset.eval(this.frames?new T.Eval(e,this.frames.concat(e.frames)):e)},X.prototype.type="DetachedRuleset",X.prototype.evalFirst=!0;var ee=function(e,t,i){this.numerator=e?_(e).sort():[],this.denominator=t?_(t).sort():[],i?this.backupUnit=i:e&&e.length&&(this.backupUnit=e[0])};(ee.prototype=new h).clone=function(){return new ee(_(this.numerator),_(this.denominator),this.backupUnit)},ee.prototype.genCSS=function(e,t){var i=e&&e.strictUnits;1===this.numerator.length?t.add(this.numerator[0]):!i&&this.backupUnit?t.add(this.backupUnit):!i&&this.denominator.length&&t.add(this.denominator[0])},ee.prototype.toString=function(){var e,t=this.numerator.join("*");for(e=0;e<this.denominator.length;e++)t+="/"+this.denominator[e];return t},ee.prototype.compare=function(e){return this.is(e.toString())?0:void 0},ee.prototype.is=function(e){return this.toString().toUpperCase()===e.toUpperCase()},ee.prototype.isLength=function(){return RegExp("^(px|em|ex|ch|rem|in|cm|mm|pc|pt|ex|vw|vh|vmin|vmax)$","gi").test(this.toCSS())},ee.prototype.isEmpty=function(){return 0===this.numerator.length&&0===this.denominator.length},ee.prototype.isSingular=function(){return this.numerator.length<=1&&0===this.denominator.length},ee.prototype.map=function(e){var t;for(t=0;t<this.numerator.length;t++)this.numerator[t]=e(this.numerator[t],!1);for(t=0;t<this.denominator.length;t++)this.denominator[t]=e(this.denominator[t],!0)},ee.prototype.usedUnits=function(){var e,t,i,n={};for(i in t=function(t){return e.hasOwnProperty(t)&&!n[i]&&(n[i]=t),t},l)l.hasOwnProperty(i)&&(e=l[i],this.map(t));return n},ee.prototype.cancel=function(){var e,t,i={};for(t=0;t<this.numerator.length;t++)i[e=this.numerator[t]]=(i[e]||0)+1;for(t=0;t<this.denominator.length;t++)i[e=this.denominator[t]]=(i[e]||0)-1;for(e in this.numerator=[],this.denominator=[],i)if(i.hasOwnProperty(e)){var n=i[e];if(n>0)for(t=0;t<n;t++)this.numerator.push(e);else if(n<0)for(t=0;t<-n;t++)this.denominator.push(e)}this.numerator.sort(),this.denominator.sort()},ee.prototype.type="Unit";var te=function(e,t){if(this.value=parseFloat(e),isNaN(this.value))throw new Error("Dimension is not a number.");this.unit=t&&t instanceof ee?t:new ee(t?[t]:void 0),this.setParent(this.unit,this)};(te.prototype=new h).accept=function(e){this.unit=e.visit(this.unit)},te.prototype.eval=function(e){return this},te.prototype.toColor=function(){return new c([this.value,this.value,this.value])},te.prototype.genCSS=function(e,t){if(e&&e.strictUnits&&!this.unit.isSingular())throw new Error("Multiple units in dimension. Correct the units or use the unit function. Bad unit: "+this.unit.toString());var i=this.fround(e,this.value),n=String(i);if(0!==i&&i<1e-6&&i>-1e-6&&(n=i.toFixed(20).replace(/0+$/,"")),e&&e.compress){if(0===i&&this.unit.isLength())return void t.add(n);i>0&&i<1&&(n=n.substr(1))}t.add(n),this.unit.genCSS(e,t)},te.prototype.operate=function(e,t,i){var n=this._operate(e,t,this.value,i.value),r=this.unit.clone();if("+"===t||"-"===t)if(0===r.numerator.length&&0===r.denominator.length)r=i.unit.clone(),this.unit.backupUnit&&(r.backupUnit=this.unit.backupUnit);else if(0===i.unit.numerator.length&&0===r.denominator.length);else{if(i=i.convertTo(this.unit.usedUnits()),e.strictUnits&&i.unit.toString()!==r.toString())throw new Error("Incompatible units. Change the units or use the unit function. Bad units: '"+r.toString()+"' and '"+i.unit.toString()+"'.");n=this._operate(e,t,this.value,i.value)}else"*"===t?(r.numerator=r.numerator.concat(i.unit.numerator).sort(),r.denominator=r.denominator.concat(i.unit.denominator).sort(),r.cancel()):"/"===t&&(r.numerator=r.numerator.concat(i.unit.denominator).sort(),r.denominator=r.denominator.concat(i.unit.numerator).sort(),r.cancel());return new te(n,r)},te.prototype.compare=function(e){var t,i;if(e instanceof te){if(this.unit.isEmpty()||e.unit.isEmpty())t=this,i=e;else if(t=this.unify(),i=e.unify(),0!==t.unit.compare(i.unit))return;return h.numericCompare(t.value,i.value)}},te.prototype.unify=function(){return this.convertTo({length:"px",duration:"s",angle:"rad"})},te.prototype.convertTo=function(e){var t,i,n,r,s,o=this.value,a=this.unit.clone(),u={};if("string"==typeof e){for(t in l)l[t].hasOwnProperty(e)&&((u={})[t]=e);e=u}for(i in s=function(e,t){return n.hasOwnProperty(e)?(t?o/=n[e]/n[r]:o*=n[e]/n[r],r):e},e)e.hasOwnProperty(i)&&(r=e[i],n=l[i],a.map(s));return a.cancel(),new te(o,a)},te.prototype.type="Dimension";var ie=y,ne=function(e,t,i){this.op=e.trim(),this.operands=t,this.isSpaced=i};(ne.prototype=new h).accept=function(e){this.operands=e.visitArray(this.operands)},ne.prototype.eval=function(e){var t,i=this.operands[0].eval(e),n=this.operands[1].eval(e);if(e.isMathOn(this.op)){if(t="./"===this.op?"/":this.op,i instanceof te&&n instanceof c&&(i=i.toColor()),n instanceof te&&i instanceof c&&(n=n.toColor()),!i.operate){if(i instanceof ne&&"/"===i.op&&e.math===ie.PARENS_DIVISION)return new ne(this.op,[i,n],this.isSpaced);throw{type:"Operation",message:"Operation on an invalid type"}}return i.operate(e,t,n)}return new ne(this.op,[i,n],this.isSpaced)},ne.prototype.genCSS=function(e,t){this.operands[0].genCSS(e,t),this.isSpaced&&t.add(" "),t.add(this.op),this.isSpaced&&t.add(" "),this.operands[1].genCSS(e,t)},ne.prototype.type="Operation";var re=y,se=function(e,t){if(this.value=e,this.noSpacing=t,!e)throw new Error("Expression requires an array parameter")};(se.prototype=new h).accept=function(e){this.value=e.visitArray(this.value)},se.prototype.eval=function(e){var t,i=e.isMathOn(),n=this.parens&&(e.math!==re.STRICT_LEGACY||!this.parensInOp),r=!1;return n&&e.inParenthesis(),this.value.length>1?t=new se(this.value.map((function(t){return t.eval?t.eval(e):t})),this.noSpacing):1===this.value.length?(!this.value[0].parens||this.value[0].parensInOp||e.inCalc||(r=!0),t=this.value[0].eval(e)):t=this,n&&e.outOfParenthesis(),!this.parens||!this.parensInOp||i||r||t instanceof te||(t=new d(t)),t},se.prototype.genCSS=function(e,t){for(var i=0;i<this.value.length;i++)this.value[i].genCSS(e,t),!this.noSpacing&&i+1<this.value.length&&t.add(" ")},se.prototype.throwAwayComments=function(){this.value=this.value.filter((function(e){return!(e instanceof q)}))},se.prototype.type="Expression";var oe=function(){function e(e,t,i,n){this.name=e.toLowerCase(),this.index=i,this.context=t,this.currentFileInfo=n,this.func=t.frames[0].functionRegistry.get(this.name)}return e.prototype.isValid=function(){return Boolean(this.func)},e.prototype.call=function(e){var t=this,i=this.func.evalArgs;return!1!==i&&(e=e.map((function(e){return e.eval(t.context)}))),Array.isArray(e)&&(e=e.filter((function(e){return"Comment"!==e.type})).map((function(e){if("Expression"===e.type){var t=e.value.filter((function(e){return"Comment"!==e.type}));return 1===t.length?t[0]:new se(t)}return e}))),!1===i?this.func.apply(this,o([this.context],e)):this.func.apply(this,e)},e}(),ae=function(e,t,i,n){this.name=e,this.args=t,this.calc="calc"===e,this._index=i,this._fileInfo=n};(ae.prototype=new h).accept=function(e){this.args&&(this.args=e.visitArray(this.args))},ae.prototype.eval=function(e){var t=this,i=e.mathOn;e.mathOn=!this.calc,(this.calc||e.inCalc)&&e.enterCalc();var n,r=function(){(t.calc||e.inCalc)&&e.exitCalc(),e.mathOn=i},s=new oe(this.name,e,this.getIndex(),this.fileInfo());if(s.isValid()){try{n=s.call(this.args),r()}catch(e){if(e.hasOwnProperty("line")&&e.hasOwnProperty("column"))throw e;throw{type:e.type||"Runtime",message:"error evaluating function `"+this.name+"`"+(e.message?": "+e.message:""),index:this.getIndex(),filename:this.fileInfo().filename,line:e.lineNumber,column:e.columnNumber}}if(null!=n)return n instanceof h||(n=new D(n&&!0!==n?n.toString():null)),n._index=this._index,n._fileInfo=this._fileInfo,n}var o=this.args.map((function(t){return t.eval(e)}));return r(),new ae(this.name,o,this.getIndex(),this.fileInfo())},ae.prototype.genCSS=function(e,t){t.add(this.name+"(",this.fileInfo(),this.getIndex());for(var i=0;i<this.args.length;i++)this.args[i].genCSS(e,t),i+1<this.args.length&&t.add(", ");t.add(")")},ae.prototype.type="Call";var le=function(e,t,i){this.name=e,this._index=t,this._fileInfo=i};(le.prototype=new h).eval=function(e){var t,i=this.name;if(0===i.indexOf("@@")&&(i="@"+new le(i.slice(1),this.getIndex(),this.fileInfo()).eval(e).value),this.evaluating)throw{type:"Name",message:"Recursive variable definition for "+i,filename:this.fileInfo().filename,index:this.getIndex()};if(this.evaluating=!0,t=this.find(e.frames,(function(t){var n=t.variable(i);if(n){if(n.important)e.importantScope[e.importantScope.length-1].important=n.important;return e.inCalc?new ae("_SELF",[n.value]).eval(e):n.value.eval(e)}})))return this.evaluating=!1,t;throw{type:"Name",message:"variable "+i+" is undefined",filename:this.fileInfo().filename,index:this.getIndex()}},le.prototype.find=function(e,t){for(var i=0,n=void 0;i<e.length;i++)if(n=t.call(e,e[i]))return n;return null},le.prototype.type="Variable";var ue=function(e,t,i){this.name=e,this._index=t,this._fileInfo=i};(ue.prototype=new h).eval=function(e){var t,i=this.name,n=e.pluginManager.less.visitors.ToCSSVisitor.prototype._mergeRules;if(this.evaluating)throw{type:"Name",message:"Recursive property reference for "+i,filename:this.fileInfo().filename,index:this.getIndex()};if(this.evaluating=!0,t=this.find(e.frames,(function(t){var r,s=t.property(i);if(s){for(var o=0;o<s.length;o++)r=s[o],s[o]=new U(r.name,r.value,r.important,r.merge,r.index,r.currentFileInfo,r.inline,r.variable);if(n(s),(r=s[s.length-1]).important)e.importantScope[e.importantScope.length-1].important=r.important;return r=r.value.eval(e)}})))return this.evaluating=!1,t;throw{type:"Name",message:"Property '"+i+"' is undefined",filename:this.currentFileInfo.filename,index:this.index}},ue.prototype.find=function(e,t){for(var i=0,n=void 0;i<e.length;i++)if(n=t.call(e,e[i]))return n;return null},ue.prototype.type="Property";var he=function(e,t,i){this.key=e,this.op=t,this.value=i};(he.prototype=new h).eval=function(e){return new he(this.key.eval?this.key.eval(e):this.key,this.op,this.value&&this.value.eval?this.value.eval(e):this.value)},he.prototype.genCSS=function(e,t){t.add(this.toCSS(e))},he.prototype.toCSS=function(e){var t=this.key.toCSS?this.key.toCSS(e):this.key;return this.op&&(t+=this.op,t+=this.value.toCSS?this.value.toCSS(e):this.value),"["+t+"]"},he.prototype.type="Attribute";var ce=function(e,t,i,n,r){this.escaped=null==i||i,this.value=t||"",this.quote=e.charAt(0),this._index=n,this._fileInfo=r,this.variableRegex=/@\{([\w-]+)\}/g,this.propRegex=/\$\{([\w-]+)\}/g,this.allowRoot=i};(ce.prototype=new h).genCSS=function(e,t){this.escaped||t.add(this.quote,this.fileInfo(),this.getIndex()),t.add(this.value),this.escaped||t.add(this.quote)},ce.prototype.containsVariables=function(){return this.value.match(this.variableRegex)},ce.prototype.eval=function(e){var t=this,i=this.value;function n(e,t,i){var n=e;do{e=n.toString(),n=e.replace(t,i)}while(e!==n);return n}return i=n(i,this.variableRegex,(function(i,n){var r=new le("@"+n,t.getIndex(),t.fileInfo()).eval(e,!0);return r instanceof ce?r.value:r.toCSS()})),i=n(i,this.propRegex,(function(i,n){var r=new ue("$"+n,t.getIndex(),t.fileInfo()).eval(e,!0);return r instanceof ce?r.value:r.toCSS()})),new ce(this.quote+i+this.quote,i,this.escaped,this.getIndex(),this.fileInfo())},ce.prototype.compare=function(e){return"Quoted"!==e.type||this.escaped||e.escaped?e.toCSS&&this.toCSS()===e.toCSS()?0:void 0:h.numericCompare(this.value,e.value)},ce.prototype.type="Quoted";var fe=function(e,t,i,n){this.value=e,this._index=t,this._fileInfo=i,this.isEvald=n};(fe.prototype=new h).accept=function(e){this.value=e.visit(this.value)},fe.prototype.genCSS=function(e,t){t.add("url("),this.value.genCSS(e,t),t.add(")")},fe.prototype.eval=function(e){var t,i=this.value.eval(e);if(!this.isEvald&&("string"==typeof(t=this.fileInfo()&&this.fileInfo().rootpath)&&"string"==typeof i.value&&e.pathRequiresRewrite(i.value)?(i.quote||(t=t.replace(/[\(\)'"\s]/g,(function(e){return"\\"+e}))),i.value=e.rewritePath(i.value,t)):i.value=e.normalizePath(i.value),e.urlArgs&&!i.value.match(/^\s*data:/))){var n=(-1===i.value.indexOf("?")?"?":"&")+e.urlArgs;-1!==i.value.indexOf("#")?i.value=i.value.replace("#",n+"#"):i.value+=n}return new fe(i,this.getIndex(),this.fileInfo(),!0)},fe.prototype.type="Url";var pe=function(e,t,i,n,r){this._index=i,this._fileInfo=n;var s=new O([],null,null,this._index,this._fileInfo).createEmptySelectors();this.features=new L(t),this.rules=[new Z(s,e)],this.rules[0].allowImports=!0,this.copyVisibilityInfo(r),this.allowRoot=!0,this.setParent(s,this),this.setParent(this.features,this),this.setParent(this.rules,this)};(pe.prototype=new Y).isRulesetLike=function(){return!0},pe.prototype.accept=function(e){this.features&&(this.features=e.visit(this.features)),this.rules&&(this.rules=e.visitArray(this.rules))},pe.prototype.genCSS=function(e,t){t.add("@media ",this._fileInfo,this._index),this.features.genCSS(e,t),this.outputRuleset(e,t,this.rules)},pe.prototype.eval=function(e){e.mediaBlocks||(e.mediaBlocks=[],e.mediaPath=[]);var t=new pe(null,[],this._index,this._fileInfo,this.visibilityInfo());return this.debugInfo&&(this.rules[0].debugInfo=this.debugInfo,t.debugInfo=this.debugInfo),t.features=this.features.eval(e),e.mediaPath.push(t),e.mediaBlocks.push(t),this.rules[0].functionRegistry=e.frames[0].functionRegistry.inherit(),e.frames.unshift(this.rules[0]),t.rules=[this.rules[0].eval(e)],e.frames.shift(),e.mediaPath.pop(),0===e.mediaPath.length?t.evalTop(e):t.evalNested(e)},pe.prototype.evalTop=function(e){var t=this;if(e.mediaBlocks.length>1){var i=new O([],null,null,this.getIndex(),this.fileInfo()).createEmptySelectors();(t=new Z(i,e.mediaBlocks)).multiMedia=!0,t.copyVisibilityInfo(this.visibilityInfo()),this.setParent(t,this)}return delete e.mediaBlocks,delete e.mediaPath,t},pe.prototype.evalNested=function(e){var t,i,n=e.mediaPath.concat([this]);for(t=0;t<n.length;t++)i=n[t].features instanceof L?n[t].features.value:n[t].features,n[t]=Array.isArray(i)?i:[i];return this.features=new L(this.permute(n).map((function(e){for(e=e.map((function(e){return e.toCSS?e:new D(e)})),t=e.length-1;t>0;t--)e.splice(t,0,new D("and"));return new se(e)}))),this.setParent(this.features,this),new Z([],[])},pe.prototype.permute=function(e){if(0===e.length)return[];if(1===e.length)return e[0];for(var t=[],i=this.permute(e.slice(1)),n=0;n<i.length;n++)for(var r=0;r<e[0].length;r++)t.push([e[0][r]].concat(i[n]));return t},pe.prototype.bubbleSelectors=function(e){e&&(this.rules=[new Z(_(e),[this.rules[0]])],this.setParent(this.rules,this))},pe.prototype.type="Media";var de=function(e,t,i,n,r,s){if(this.options=i,this._index=n,this._fileInfo=r,this.path=e,this.features=t,this.allowRoot=!0,void 0!==this.options.less||this.options.inline)this.css=!this.options.less||this.options.inline;else{var o=this.getPath();o&&/[#\.\&\?]css([\?;].*)?$/.test(o)&&(this.css=!0)}this.copyVisibilityInfo(s),this.setParent(this.features,this),this.setParent(this.path,this)};(de.prototype=new h).accept=function(e){this.features&&(this.features=e.visit(this.features)),this.path=e.visit(this.path),this.options.isPlugin||this.options.inline||!this.root||(this.root=e.visit(this.root))},de.prototype.genCSS=function(e,t){this.css&&void 0===this.path._fileInfo.reference&&(t.add("@import ",this._fileInfo,this._index),this.path.genCSS(e,t),this.features&&(t.add(" "),this.features.genCSS(e,t)),t.add(";"))},de.prototype.getPath=function(){return this.path instanceof fe?this.path.value.value:this.path.value},de.prototype.isVariableImport=function(){var e=this.path;return e instanceof fe&&(e=e.value),!(e instanceof ce)||e.containsVariables()},de.prototype.evalForImport=function(e){var t=this.path;return t instanceof fe&&(t=t.value),new de(t.eval(e),this.features,this.options,this._index,this._fileInfo,this.visibilityInfo())},de.prototype.evalPath=function(e){var t=this.path.eval(e),i=this._fileInfo;if(!(t instanceof fe)){var n=t.value;i&&n&&e.pathRequiresRewrite(n)?t.value=e.rewritePath(n,i.rootpath):t.value=e.normalizePath(t.value)}return t},de.prototype.eval=function(e){var t=this.doEval(e);return(this.options.reference||this.blocksVisibility())&&(t.length||0===t.length?t.forEach((function(e){e.addVisibilityBlock()})):t.addVisibilityBlock()),t},de.prototype.doEval=function(e){var t,i,n=this.features&&this.features.eval(e);if(this.options.isPlugin){if(this.root&&this.root.eval)try{this.root.eval(e)}catch(e){throw e.message="Plugin error during evaluation",new F(e,this.root.imports,this.root.filename)}return(i=e.frames[0]&&e.frames[0].functionRegistry)&&this.root&&this.root.functions&&i.addMultiple(this.root.functions),[]}if(this.skip&&("function"==typeof this.skip&&(this.skip=this.skip()),this.skip))return[];if(this.options.inline){var r=new D(this.root,0,{filename:this.importedFilename,reference:this.path._fileInfo&&this.path._fileInfo.reference},!0,!0);return this.features?new pe([r],this.features.value):[r]}if(this.css){var s=new de(this.evalPath(e),n,this.options,this._index);if(!s.css&&this.error)throw this.error;return s}return this.root?((t=new Z(null,_(this.root.rules))).evalImports(e),this.features?new pe(t.rules,this.features.value):t.rules):[]},de.prototype.type="Import";var ve=function(){};(ve.prototype=new h).evaluateJavaScript=function(e,t){var i,n=this,r={};if(!t.javascriptEnabled)throw{message:"Inline JavaScript is not enabled. Is it set in your options?",filename:this.fileInfo().filename,index:this.getIndex()};e=e.replace(/@\{([\w-]+)\}/g,(function(e,i){return n.jsify(new le("@"+i,n.getIndex(),n.fileInfo()).eval(t))}));try{e=new Function("return ("+e+")")}catch(t){throw{message:"JavaScript evaluation error: "+t.message+" from `"+e+"`",filename:this.fileInfo().filename,index:this.getIndex()}}var s=t.frames[0].variables();for(var o in s)s.hasOwnProperty(o)&&(r[o.slice(1)]={value:s[o].value,toJS:function(){return this.value.eval(t).toCSS()}});try{i=e.call(r)}catch(e){throw{message:"JavaScript evaluation error: '"+e.name+": "+e.message.replace(/["]/g,"'")+"'",filename:this.fileInfo().filename,index:this.getIndex()}}return i},ve.prototype.jsify=function(e){return Array.isArray(e.value)&&e.value.length>1?"["+e.value.map((function(e){return e.toCSS()})).join(", ")+"]":e.toCSS()};var me=function(e,t,i,n){this.escaped=t,this.expression=e,this._index=i,this._fileInfo=n};(me.prototype=new ve).eval=function(e){var t=this.evaluateJavaScript(this.expression,e),i=typeof t;return"number"!==i||isNaN(t)?"string"===i?new ce('"'+t+'"',t,this.escaped,this._index):Array.isArray(t)?new D(t.join(", ")):new D(t):new te(t)},me.prototype.type="JavaScript";var ge=function(e,t){this.key=e,this.value=t};(ge.prototype=new h).accept=function(e){this.value=e.visit(this.value)},ge.prototype.eval=function(e){return this.value.eval?new ge(this.key,this.value.eval(e)):this},ge.prototype.genCSS=function(e,t){t.add(this.key+"="),this.value.genCSS?this.value.genCSS(e,t):t.add(this.value)},ge.prototype.type="Assignment";var ye=function(e,t,i,n,r){this.op=e.trim(),this.lvalue=t,this.rvalue=i,this._index=n,this.negate=r};(ye.prototype=new h).accept=function(e){this.lvalue=e.visit(this.lvalue),this.rvalue=e.visit(this.rvalue)},ye.prototype.eval=function(e){var t=function(e,t,i){switch(e){case"and":return t&&i;case"or":return t||i;default:switch(h.compare(t,i)){case-1:return"<"===e||"=<"===e||"<="===e;case 0:return"="===e||">="===e||"=<"===e||"<="===e;case 1:return">"===e||">="===e;default:return!1}}}(this.op,this.lvalue.eval(e),this.rvalue.eval(e));return this.negate?!t:t},ye.prototype.type="Condition";var be=function(e){this.value=e};(be.prototype=new h).type="UnicodeDescriptor";var we=function(e){this.value=e};(we.prototype=new h).genCSS=function(e,t){t.add("-"),this.value.genCSS(e,t)},we.prototype.eval=function(e){return e.isMathOn()?new ne("*",[new te(-1),this.value]).eval(e):new we(this.value.eval(e))},we.prototype.type="Negative";var xe=function(e,t,i,n,r){switch(this.selector=e,this.option=t,this.object_id=xe.next_id++,this.parent_ids=[this.object_id],this._index=i,this._fileInfo=n,this.copyVisibilityInfo(r),this.allowRoot=!0,t){case"all":this.allowBefore=!0,this.allowAfter=!0;break;default:this.allowBefore=!1,this.allowAfter=!1}this.setParent(this.selector,this)};xe.prototype=new h,xe.prototype.accept=function(e){this.selector=e.visit(this.selector)},xe.prototype.eval=function(e){return new xe(this.selector.eval(e),this.option,this.getIndex(),this.fileInfo(),this.visibilityInfo())},xe.prototype.clone=function(e){return new xe(this.selector,this.option,this.getIndex(),this.fileInfo(),this.visibilityInfo())},xe.prototype.findSelfSelectors=function(e){var t,i,n=[];for(t=0;t<e.length;t++)i=e[t].elements,t>0&&i.length&&""===i[0].combinator.value&&(i[0].combinator.value=" "),n=n.concat(e[t].elements);this.selfSelectors=[new O(n)],this.selfSelectors[0].copyVisibilityInfo(this.visibilityInfo())},xe.next_id=0,xe.prototype.type="Extend";var Se=function(e,t,i){this.variable=e,this._index=t,this._fileInfo=i,this.allowRoot=!0};(Se.prototype=new h).eval=function(e){var t,i=new le(this.variable,this.getIndex(),this.fileInfo()).eval(e),n=new F({message:"Could not evaluate variable call "+this.variable});if(!i.ruleset){if(i.rules)t=i;else if(Array.isArray(i))t=new Z("",i);else{if(!Array.isArray(i.value))throw n;t=new Z("",i.value)}i=new X(t)}if(i.ruleset)return i.callEval(e);throw n},Se.prototype.type="VariableCall";var Ie=function(e,t,i,n){this.value=e,this.lookups=t,this._index=i,this._fileInfo=n};(Ie.prototype=new h).eval=function(e){var t,i,n=this.value.eval(e);for(t=0;t<this.lookups.length;t++){if(i=this.lookups[t],Array.isArray(n)&&(n=new Z([new O],n)),""===i)n=n.lastDeclaration();else if("@"===i.charAt(0)){if("@"===i.charAt(1)&&(i="@"+new le(i.substr(1)).eval(e).value),n.variables&&(n=n.variable(i)),!n)throw{type:"Name",message:"variable "+i+" not found",filename:this.fileInfo().filename,index:this.getIndex()}}else{if(i="$@"===i.substring(0,2)?"$"+new le(i.substr(1)).eval(e).value:"$"===i.charAt(0)?i:"$"+i,n.properties&&(n=n.property(i)),!n)throw{type:"Name",message:'property "'+i.substr(1)+'" not found',filename:this.fileInfo().filename,index:this.getIndex()};n=n[n.length-1]}n.value&&(n=n.eval(e).value),n.ruleset&&(n=n.ruleset.eval(e))}return n},Ie.prototype.type="NamespaceValue";var Ce=function(e,t,i,n,r,s,o){this.name=e||"anonymous mixin",this.selectors=[new O([new g(null,e,!1,this._index,this._fileInfo)])],this.params=t,this.condition=n,this.variadic=r,this.arity=t.length,this.rules=i,this._lookups={};var a=[];this.required=t.reduce((function(e,t){return!t.name||t.name&&!t.value?e+1:(a.push(t.name),e)}),0),this.optionalParameters=a,this.frames=s,this.copyVisibilityInfo(o),this.allowRoot=!0};(Ce.prototype=new Z).accept=function(e){this.params&&this.params.length&&(this.params=e.visitArray(this.params)),this.rules=e.visitArray(this.rules),this.condition&&(this.condition=e.visit(this.condition))},Ce.prototype.evalParams=function(e,t,i,n){var r,s,o,a,l,u,h,c,f=new Z(null,null),p=_(this.params),d=0;if(t.frames&&t.frames[0]&&t.frames[0].functionRegistry&&(f.functionRegistry=t.frames[0].functionRegistry.inherit()),t=new T.Eval(t,[f].concat(t.frames)),i)for(d=(i=_(i)).length,o=0;o<d;o++)if(u=(s=i[o])&&s.name){for(h=!1,a=0;a<p.length;a++)if(!n[a]&&u===p[a].name){n[a]=s.value.eval(e),f.prependRule(new U(u,s.value.eval(e))),h=!0;break}if(h){i.splice(o,1),o--;continue}throw{type:"Runtime",message:"Named argument for "+this.name+" "+i[o].name+" not found"}}for(c=0,o=0;o<p.length;o++)if(!n[o]){if(s=i&&i[c],u=p[o].name)if(p[o].variadic){for(r=[],a=c;a<d;a++)r.push(i[a].value.eval(e));f.prependRule(new U(u,new se(r).eval(e)))}else{if(l=s&&s.value)l=Array.isArray(l)?new X(new Z("",l)):l.eval(e);else{if(!p[o].value)throw{type:"Runtime",message:"wrong number of arguments for "+this.name+" ("+d+" for "+this.arity+")"};l=p[o].value.eval(t),f.resetCache()}f.prependRule(new U(u,l)),n[o]=l}if(p[o].variadic&&i)for(a=c;a<d;a++)n[a]=i[a].value.eval(e);c++}return f},Ce.prototype.makeImportant=function(){var e=this.rules?this.rules.map((function(e){return e.makeImportant?e.makeImportant(!0):e})):this.rules;return new Ce(this.name,this.params,e,this.condition,this.variadic,this.frames)},Ce.prototype.eval=function(e){return new Ce(this.name,this.params,this.rules,this.condition,this.variadic,this.frames||_(e.frames))},Ce.prototype.evalCall=function(e,t,i){var n,r,s=[],o=this.frames?this.frames.concat(e.frames):e.frames,a=this.evalParams(e,new T.Eval(e,o),t,s);return a.prependRule(new U("@arguments",new se(s).eval(e))),n=_(this.rules),(r=new Z(null,n)).originalRuleset=this,r=r.eval(new T.Eval(e,[this,a].concat(o))),i&&(r=r.makeImportant()),r},Ce.prototype.matchCondition=function(e,t){return!(this.condition&&!this.condition.eval(new T.Eval(t,[this.evalParams(t,new T.Eval(t,this.frames?this.frames.concat(t.frames):t.frames),e,[])].concat(this.frames||[]).concat(t.frames))))},Ce.prototype.matchArgs=function(e,t){var i,n=e&&e.length||0,r=this.optionalParameters,s=e?e.reduce((function(e,t){return r.indexOf(t.name)<0?e+1:e}),0):0;if(this.variadic){if(s<this.required-1)return!1}else{if(s<this.required)return!1;if(n>this.params.length)return!1}i=Math.min(s,this.arity);for(var o=0;o<i;o++)if(!this.params[o].name&&!this.params[o].variadic&&e[o].value.eval(t).toCSS()!=this.params[o].value.eval(t).toCSS())return!1;return!0},Ce.prototype.type="MixinDefinition",Ce.prototype.evalFirst=!0;var ke=function(e,t,i,n,r){this.selector=new O(e),this.arguments=t||[],this._index=i,this._fileInfo=n,this.important=r,this.allowRoot=!0,this.setParent(this.selector,this)};(ke.prototype=new h).accept=function(e){this.selector&&(this.selector=e.visit(this.selector)),this.arguments.length&&(this.arguments=e.visitArray(this.arguments))},ke.prototype.eval=function(e){var t,i,n,r,s,o,a,l,u,h,c,f,p,d,v,m=[],g=[],y=!1,b=[],w=[];function x(t,i){var n,r,s;for(n=0;n<2;n++){for(w[n]=!0,K.value(n),r=0;r<i.length&&w[n];r++)(s=i[r]).matchCondition&&(w[n]=w[n]&&s.matchCondition(null,e));t.matchCondition&&(w[n]=w[n]&&t.matchCondition(m,e))}return w[0]||w[1]?w[0]!=w[1]?w[1]?1:2:0:-1}for(this.selector=this.selector.eval(e),o=0;o<this.arguments.length;o++)if(s=(r=this.arguments[o]).value.eval(e),r.expand&&Array.isArray(s.value))for(s=s.value,a=0;a<s.length;a++)m.push({value:s[a]});else m.push({name:r.name,value:s});for(v=function(t){return t.matchArgs(null,e)},o=0;o<e.frames.length;o++)if((t=e.frames[o].find(this.selector,null,v)).length>0){for(h=!0,a=0;a<t.length;a++){for(i=t[a].rule,n=t[a].path,u=!1,l=0;l<e.frames.length;l++)if(!(i instanceof Ce)&&i===(e.frames[l].originalRuleset||e.frames[l])){u=!0;break}u||i.matchArgs(m,e)&&(-1!==(c={mixin:i,group:x(i,n)}).group&&b.push(c),y=!0)}for(K.reset(),p=[0,0,0],a=0;a<b.length;a++)p[b[a].group]++;if(p[0]>0)f=2;else if(f=1,p[1]+p[2]>1)throw{type:"Runtime",message:"Ambiguous use of `default()` found when matching for `"+this.format(m)+"`",index:this.getIndex(),filename:this.fileInfo().filename};for(a=0;a<b.length;a++)if(0===(c=b[a].group)||c===f)try{(i=b[a].mixin)instanceof Ce||(d=i.originalRuleset||i,(i=new Ce("",[],i.rules,null,!1,null,d.visibilityInfo())).originalRuleset=d);var S=i.evalCall(e,m,this.important).rules;this._setVisibilityToReplacement(S),Array.prototype.push.apply(g,S)}catch(e){throw{message:e.message,index:this.getIndex(),filename:this.fileInfo().filename,stack:e.stack}}if(y)return g}throw h?{type:"Runtime",message:"No matching definition was found for `"+this.format(m)+"`",index:this.getIndex(),filename:this.fileInfo().filename}:{type:"Name",message:this.selector.toCSS().trim()+" is undefined",index:this.getIndex(),filename:this.fileInfo().filename}},ke.prototype._setVisibilityToReplacement=function(e){var t;if(this.blocksVisibility())for(t=0;t<e.length;t++)e[t].addVisibilityBlock()},ke.prototype.format=function(e){return this.selector.toCSS().trim()+"("+(e?e.map((function(e){var t="";return e.name&&(t+=e.name+":"),e.value.toCSS?t+=e.value.toCSS():t+="???",t})).join(", "):"")+")"},ke.prototype.type="MixinCall";var _e={Node:h,Color:c,AtRule:Y,DetachedRuleset:X,Operation:ne,Dimension:te,Unit:ee,Keyword:N,Variable:le,Property:ue,Ruleset:Z,Element:g,Attribute:he,Combinator:m,Selector:O,Quoted:ce,Expression:se,Declaration:U,Call:ae,URL:fe,Import:de,Comment:q,Anonymous:D,Value:L,JavaScript:me,Assignment:ge,Condition:ye,Paren:d,Media:pe,UnicodeDescriptor:be,Negative:we,Extend:xe,VariableCall:Se,NamespaceValue:Ie,mixin:{Call:ke,Definition:Ce}},Ae={error:function(e){this._fireEvent("error",e)},warn:function(e){this._fireEvent("warn",e)},info:function(e){this._fireEvent("info",e)},debug:function(e){this._fireEvent("debug",e)},addListener:function(e){this._listeners.push(e)},removeListener:function(e){for(var t=0;t<this._listeners.length;t++)if(this._listeners[t]===e)return void this._listeners.splice(t,1)},_fireEvent:function(e,t){for(var i=0;i<this._listeners.length;i++){var n=this._listeners[i][e];n&&n(t)}},_listeners:[]},Me=function(){function e(e,t){this.fileManagers=t||[],e=e||{};for(var i=[],n=i.concat(["encodeBase64","mimeLookup","charsetLookup","getSourceMapGenerator"]),r=0;r<n.length;r++){var s=n[r],o=e[s];o?this[s]=o.bind(e):r<i.length&&this.warn("missing required function in environment - "+s)}}return e.prototype.getFileManager=function(e,t,i,n,r){e||Ae.warn("getFileManager called with no filename.. Please report this issue. continuing."),null==t&&Ae.warn("getFileManager called with null directory.. Please report this issue. continuing.");var s=this.fileManagers;i.pluginManager&&(s=[].concat(s).concat(i.pluginManager.getFileManagers()));for(var o=s.length-1;o>=0;o--){var a=s[o];if(a[r?"supportsSync":"supports"](e,t,i,n))return a}return null},e.prototype.addFileManager=function(e){this.fileManagers.push(e)},e.prototype.clearFileManagers=function(){this.fileManagers=[]},e}(),Pe=function(){function e(){}return e.prototype.getPath=function(e){var t=e.lastIndexOf("?");return t>0&&(e=e.slice(0,t)),(t=e.lastIndexOf("/"))<0&&(t=e.lastIndexOf("\\")),t<0?"":e.slice(0,t+1)},e.prototype.tryAppendExtension=function(e,t){return/(\.[a-z]*$)|([\?;].*)$/.test(e)?e:e+t},e.prototype.tryAppendLessExtension=function(e){return this.tryAppendExtension(e,".less")},e.prototype.supportsSync=function(){return!1},e.prototype.alwaysMakePathsAbsolute=function(){return!1},e.prototype.isPathAbsolute=function(e){return/^(?:[a-z-]+:|\/|\\|#)/i.test(e)},e.prototype.join=function(e,t){return e?e+t:t},e.prototype.pathDiff=function(e,t){var i,n,r,s,o=this.extractUrlParts(e),a=this.extractUrlParts(t),l="";if(o.hostPart!==a.hostPart)return"";for(n=Math.max(a.directories.length,o.directories.length),i=0;i<n&&a.directories[i]===o.directories[i];i++);for(s=a.directories.slice(i),r=o.directories.slice(i),i=0;i<s.length-1;i++)l+="../";for(i=0;i<r.length-1;i++)l+=r[i]+"/";return l},e.prototype.extractUrlParts=function(e,t){var i,n,r=/^((?:[a-z-]+:)?\/{2}(?:[^\/\?#]*\/)|([\/\\]))?((?:[^\/\\\?#]*[\/\\])*)([^\/\\\?#]*)([#\?].*)?$/i,s=e.match(r),o={},a=[],l=[];if(!s)throw new Error("Could not parse sheet href - '"+e+"'");if(t&&(!s[1]||s[2])){if(!(n=t.match(r)))throw new Error("Could not parse page url - '"+t+"'");s[1]=s[1]||n[1]||"",s[2]||(s[3]=n[3]+s[3])}if(s[3])for(a=s[3].replace(/\\/g,"/").split("/"),i=0;i<a.length;i++)".."===a[i]?l.pop():"."!==a[i]&&l.push(a[i]);return o.hostPart=s[1],o.directories=l,o.rawPath=(s[1]||"")+a.join("/"),o.path=(s[1]||"")+l.join("/"),o.filename=s[4],o.fileUrl=o.path+(s[4]||""),o.url=o.fileUrl+(s[5]||""),o},e}(),Ee=function(){function e(){this.require=function(){return null}}return e.prototype.evalPlugin=function(e,t,i,n,r){var s,o,a,l,u,h;l=t.pluginManager,r&&(u="string"==typeof r?r:r.filename);var c=(new this.less.FileManager).extractUrlParts(u).filename;if(u&&(o=l.get(u))){if(h=this.trySetOptions(o,u,c,n))return h;try{o.use&&o.use.call(this.context,o)}catch(e){return e.message=e.message||"Error during @plugin call",new F(e,i,u)}return o}a={exports:{},pluginManager:l,fileInfo:r},s=Q.create();try{new Function("module","require","registerPlugin","functions","tree","less","fileInfo",e)(a,this.require(u),(function(e){o=e}),s,this.less.tree,this.less,r)}catch(e){return new F(e,i,u)}if(o||(o=a.exports),(o=this.validatePlugin(o,u,c))instanceof F)return o;if(!o)return new F({message:"Not a valid plugin"},i,u);if(o.imports=i,o.filename=u,(!o.minVersion||this.compareVersion("3.0.0",o.minVersion)<0)&&(h=this.trySetOptions(o,u,c,n)))return h;if(l.addPlugin(o,r.filename,s),o.functions=s.getLocalFunctions(),h=this.trySetOptions(o,u,c,n))return h;try{o.use&&o.use.call(this.context,o)}catch(e){return e.message=e.message||"Error during @plugin call",new F(e,i,u)}return o},e.prototype.trySetOptions=function(e,t,i,n){if(n&&!e.setOptions)return new F({message:"Options have been provided but the plugin "+i+" does not support any options."});try{e.setOptions&&e.setOptions(n)}catch(e){return new F(e)}},e.prototype.validatePlugin=function(e,t,i){return e?("function"==typeof e&&(e=new e),e.minVersion&&this.compareVersion(e.minVersion,this.less.version)<0?new F({message:"Plugin "+i+" requires version "+this.versionToString(e.minVersion)}):e):null},e.prototype.compareVersion=function(e,t){"string"==typeof e&&(e=e.match(/^(\d+)\.?(\d+)?\.?(\d+)?/)).shift();for(var i=0;i<e.length;i++)if(e[i]!==t[i])return parseInt(e[i])>parseInt(t[i])?-1:1;return 0},e.prototype.versionToString=function(e){for(var t="",i=0;i<e.length;i++)t+=(t?".":"")+e[i];return t},e.prototype.printUsage=function(e){for(var t=0;t<e.length;t++){var i=e[t];i.printUsage&&i.printUsage()}},e}(),Re={visitDeeper:!0},Ve=!1;function Fe(e){return e}var $e=function(){function e(e){this._implementation=e,this._visitInCache={},this._visitOutCache={},Ve||(!function e(t,i){var n,r;for(n in t)switch(typeof(r=t[n])){case"function":r.prototype&&r.prototype.type&&(r.prototype.typeIndex=i++);break;case"object":i=e(r,i)}return i}(_e,1),Ve=!0)}return e.prototype.visit=function(e){if(!e)return e;var t=e.typeIndex;if(!t)return e.value&&e.value.typeIndex&&this.visit(e.value),e;var i,n=this._implementation,r=this._visitInCache[t],s=this._visitOutCache[t],o=Re;if(o.visitDeeper=!0,r||(r=n[i="visit"+e.type]||Fe,s=n[i+"Out"]||Fe,this._visitInCache[t]=r,this._visitOutCache[t]=s),r!==Fe){var a=r.call(n,e,o);e&&n.isReplacing&&(e=a)}if(o.visitDeeper&&e)if(e.length)for(var l=0,u=e.length;l<u;l++)e[l].accept&&e[l].accept(this);else e.accept&&e.accept(this);return s!=Fe&&s.call(n,e),e},e.prototype.visitArray=function(e,t){if(!e)return e;var i,n=e.length;if(t||!this._implementation.isReplacing){for(i=0;i<n;i++)this.visit(e[i]);return e}var r=[];for(i=0;i<n;i++){var s=this.visit(e[i]);void 0!==s&&(s.splice?s.length&&this.flatten(s,r):r.push(s))}return r},e.prototype.flatten=function(e,t){var i,n,r,s,o,a;for(t||(t=[]),n=0,i=e.length;n<i;n++)if(void 0!==(r=e[n]))if(r.splice)for(o=0,s=r.length;o<s;o++)void 0!==(a=r[o])&&(a.splice?a.length&&this.flatten(a,t):t.push(a));else t.push(r);return t},e}(),Oe=function(){function e(e){this.imports=[],this.variableImports=[],this._onSequencerEmpty=e,this._currentDepth=0}return e.prototype.addImport=function(e){var t=this,i={callback:e,args:null,isReady:!1};return this.imports.push(i),function(){for(var e=[],n=0;n<arguments.length;n++)e[n]=arguments[n];i.args=Array.prototype.slice.call(e,0),i.isReady=!0,t.tryRun()}},e.prototype.addVariableImport=function(e){this.variableImports.push(e)},e.prototype.tryRun=function(){this._currentDepth++;try{for(;;){for(;this.imports.length>0;){var e=this.imports[0];if(!e.isReady)return;this.imports=this.imports.slice(1),e.callback.apply(null,e.args)}if(0===this.variableImports.length)break;var t=this.variableImports[0];this.variableImports=this.variableImports.slice(1),t()}}finally{this._currentDepth--}0===this._currentDepth&&this._onSequencerEmpty&&this._onSequencerEmpty()},e}(),Le=function(e,t){this._visitor=new $e(this),this._importer=e,this._finish=t,this.context=new T.Eval,this.importCount=0,this.onceFileDetectionMap={},this.recursionDetector={},this._sequencer=new Oe(this._onSequencerEmpty.bind(this))};Le.prototype={isReplacing:!1,run:function(e){try{this._visitor.visit(e)}catch(e){this.error=e}this.isFinished=!0,this._sequencer.tryRun()},_onSequencerEmpty:function(){this.isFinished&&this._finish(this.error)},visitImport:function(e,t){var i=e.options.inline;if(!e.css||i){var n=new T.Eval(this.context,_(this.context.frames)),r=n.frames[0];this.importCount++,e.isVariableImport()?this._sequencer.addVariableImport(this.processImportNode.bind(this,e,n,r)):this.processImportNode(e,n,r)}t.visitDeeper=!1},processImportNode:function(e,t,i){var n,r=e.options.inline;try{n=e.evalForImport(t)}catch(t){t.filename||(t.index=e.getIndex(),t.filename=e.fileInfo().filename),e.css=!0,e.error=t}if(!n||n.css&&!r)this.importCount--,this.isFinished&&this._sequencer.tryRun();else{n.options.multiple&&(t.importMultiple=!0);for(var s=void 0===n.css,o=0;o<i.rules.length;o++)if(i.rules[o]===e){i.rules[o]=n;break}var a=this.onImported.bind(this,n,t),l=this._sequencer.addImport(a);this._importer.push(n.getPath(),s,n.fileInfo(),n.options,l)}},onImported:function(e,t,i,n,r,s){i&&(i.filename||(i.index=e.getIndex(),i.filename=e.fileInfo().filename),this.error=i);var o=this,a=e.options.inline,l=e.options.isPlugin,u=e.options.optional,h=r||s in o.recursionDetector;if(t.importMultiple||(e.skip=!!h||function(){return s in o.onceFileDetectionMap||(o.onceFileDetectionMap[s]=!0,!1)}),!s&&u&&(e.skip=!0),n&&(e.root=n,e.importedFilename=s,!a&&!l&&(t.importMultiple||!h))){o.recursionDetector[s]=!0;var c=this.context;this.context=t;try{this._visitor.visit(n)}catch(i){this.error=i}this.context=c}o.importCount--,o.isFinished&&o._sequencer.tryRun()},visitDeclaration:function(e,t){"DetachedRuleset"===e.value.type?this.context.frames.unshift(e):t.visitDeeper=!1},visitDeclarationOut:function(e){"DetachedRuleset"===e.value.type&&this.context.frames.shift()},visitAtRule:function(e,t){this.context.frames.unshift(e)},visitAtRuleOut:function(e){this.context.frames.shift()},visitMixinDefinition:function(e,t){this.context.frames.unshift(e)},visitMixinDefinitionOut:function(e){this.context.frames.shift()},visitRuleset:function(e,t){this.context.frames.unshift(e)},visitRulesetOut:function(e){this.context.frames.shift()},visitMedia:function(e,t){this.context.frames.unshift(e.rules[0])},visitMediaOut:function(e){this.context.frames.shift()}};var Ne=function(){function e(e){this.visible=e}return e.prototype.run=function(e){this.visit(e)},e.prototype.visitArray=function(e){if(!e)return e;var t,i=e.length;for(t=0;t<i;t++)this.visit(e[t]);return e},e.prototype.visit=function(e){return e?e.constructor===Array?this.visitArray(e):(!e.blocksVisibility||e.blocksVisibility()||(this.visible?e.ensureVisibility():e.ensureInvisibility(),e.accept(this)),e):e},e}(),De=function(){function e(){this._visitor=new $e(this),this.contexts=[],this.allExtendsStack=[[]]}return e.prototype.run=function(e){return(e=this._visitor.visit(e)).allExtends=this.allExtendsStack[0],e},e.prototype.visitDeclaration=function(e,t){t.visitDeeper=!1},e.prototype.visitMixinDefinition=function(e,t){t.visitDeeper=!1},e.prototype.visitRuleset=function(e,t){if(!e.root){var i,n,r,s,o=[],a=e.rules,l=a?a.length:0;for(i=0;i<l;i++)e.rules[i]instanceof _e.Extend&&(o.push(a[i]),e.extendOnEveryPath=!0);var u=e.paths;for(i=0;i<u.length;i++){var h=u[i],c=h[h.length-1].extendList;for((s=c?_(c).concat(o):o)&&(s=s.map((function(e){return e.clone()}))),n=0;n<s.length;n++)this.foundExtends=!0,(r=s[n]).findSelfSelectors(h),r.ruleset=e,0===n&&(r.firstExtendOnThisSelectorPath=!0),this.allExtendsStack[this.allExtendsStack.length-1].push(r)}this.contexts.push(e.selectors)}},e.prototype.visitRulesetOut=function(e){e.root||(this.contexts.length=this.contexts.length-1)},e.prototype.visitMedia=function(e,t){e.allExtends=[],this.allExtendsStack.push(e.allExtends)},e.prototype.visitMediaOut=function(e){this.allExtendsStack.length=this.allExtendsStack.length-1},e.prototype.visitAtRule=function(e,t){e.allExtends=[],this.allExtendsStack.push(e.allExtends)},e.prototype.visitAtRuleOut=function(e){this.allExtendsStack.length=this.allExtendsStack.length-1},e}(),Be=function(){function e(){this._visitor=new $e(this)}return e.prototype.run=function(e){var t=new De;if(this.extendIndices={},t.run(e),!t.foundExtends)return e;e.allExtends=e.allExtends.concat(this.doExtendChaining(e.allExtends,e.allExtends)),this.allExtendsStack=[e.allExtends];var i=this._visitor.visit(e);return this.checkExtendsForNonMatched(e.allExtends),i},e.prototype.checkExtendsForNonMatched=function(e){var t=this.extendIndices;e.filter((function(e){return!e.hasFoundMatches&&1==e.parent_ids.length})).forEach((function(e){var i="_unknown_";try{i=e.selector.toCSS({})}catch(e){}t[e.index+" "+i]||(t[e.index+" "+i]=!0,Ae.warn("extend '"+i+"' has no matches"))}))},e.prototype.doExtendChaining=function(e,t,i){var n,r,s,o,a,l,u,h,c=[],f=this;for(i=i||0,n=0;n<e.length;n++)for(r=0;r<t.length;r++)l=e[n],u=t[r],l.parent_ids.indexOf(u.object_id)>=0||(a=[u.selfSelectors[0]],(s=f.findMatch(l,a)).length&&(l.hasFoundMatches=!0,l.selfSelectors.forEach((function(e){var t=u.visibilityInfo();o=f.extendSelector(s,a,e,l.isVisible()),(h=new _e.Extend(u.selector,u.option,0,u.fileInfo(),t)).selfSelectors=o,o[o.length-1].extendList=[h],c.push(h),h.ruleset=u.ruleset,h.parent_ids=h.parent_ids.concat(u.parent_ids,l.parent_ids),u.firstExtendOnThisSelectorPath&&(h.firstExtendOnThisSelectorPath=!0,u.ruleset.paths.push(o))}))));if(c.length){if(this.extendChainCount++,i>100){var p="{unable to calculate}",d="{unable to calculate}";try{p=c[0].selfSelectors[0].toCSS(),d=c[0].selector.toCSS()}catch(e){}throw{message:"extend circular reference detected. One of the circular extends is currently:"+p+":extend("+d+")"}}return c.concat(f.doExtendChaining(c,t,i+1))}return c},e.prototype.visitDeclaration=function(e,t){t.visitDeeper=!1},e.prototype.visitMixinDefinition=function(e,t){t.visitDeeper=!1},e.prototype.visitSelector=function(e,t){t.visitDeeper=!1},e.prototype.visitRuleset=function(e,t){if(!e.root){var i,n,r,s,o=this.allExtendsStack[this.allExtendsStack.length-1],a=[],l=this;for(r=0;r<o.length;r++)for(n=0;n<e.paths.length;n++)if(s=e.paths[n],!e.extendOnEveryPath){var u=s[s.length-1].extendList;u&&u.length||(i=this.findMatch(o[r],s)).length&&(o[r].hasFoundMatches=!0,o[r].selfSelectors.forEach((function(e){var t;t=l.extendSelector(i,s,e,o[r].isVisible()),a.push(t)})))}e.paths=e.paths.concat(a)}},e.prototype.findMatch=function(e,t){var i,n,r,s,o,a,l,u=e.selector.elements,h=[],c=[];for(i=0;i<t.length;i++)for(n=t[i],r=0;r<n.elements.length;r++)for(s=n.elements[r],(e.allowBefore||0===i&&0===r)&&h.push({pathIndex:i,index:r,matched:0,initialCombinator:s.combinator}),a=0;a<h.length;a++)l=h[a],""===(o=s.combinator.value)&&0===r&&(o=" "),!this.isElementValuesEqual(u[l.matched].value,s.value)||l.matched>0&&u[l.matched].combinator.value!==o?l=null:l.matched++,l&&(l.finished=l.matched===u.length,l.finished&&!e.allowAfter&&(r+1<n.elements.length||i+1<t.length)&&(l=null)),l?l.finished&&(l.length=u.length,l.endPathIndex=i,l.endPathElementIndex=r+1,h.length=0,c.push(l)):(h.splice(a,1),a--);return c},e.prototype.isElementValuesEqual=function(e,t){if("string"==typeof e||"string"==typeof t)return e===t;if(e instanceof _e.Attribute)return e.op===t.op&&e.key===t.key&&(e.value&&t.value?(e=e.value.value||e.value)===(t=t.value.value||t.value):!e.value&&!t.value);if(e=e.value,t=t.value,e instanceof _e.Selector){if(!(t instanceof _e.Selector)||e.elements.length!==t.elements.length)return!1;for(var i=0;i<e.elements.length;i++){if(e.elements[i].combinator.value!==t.elements[i].combinator.value&&(0!==i||(e.elements[i].combinator.value||" ")!==(t.elements[i].combinator.value||" ")))return!1;if(!this.isElementValuesEqual(e.elements[i].value,t.elements[i].value))return!1}return!0}return!1},e.prototype.extendSelector=function(e,t,i,n){var r,s,o,a,l,u=0,h=0,c=[];for(r=0;r<e.length;r++)s=t[(a=e[r]).pathIndex],o=new _e.Element(a.initialCombinator,i.elements[0].value,i.elements[0].isVariable,i.elements[0].getIndex(),i.elements[0].fileInfo()),a.pathIndex>u&&h>0&&(c[c.length-1].elements=c[c.length-1].elements.concat(t[u].elements.slice(h)),h=0,u++),l=s.elements.slice(h,a.index).concat([o]).concat(i.elements.slice(1)),u===a.pathIndex&&r>0?c[c.length-1].elements=c[c.length-1].elements.concat(l):(c=c.concat(t.slice(u,a.pathIndex))).push(new _e.Selector(l)),u=a.endPathIndex,(h=a.endPathElementIndex)>=t[u].elements.length&&(h=0,u++);return u<t.length&&h>0&&(c[c.length-1].elements=c[c.length-1].elements.concat(t[u].elements.slice(h)),u++),c=(c=c.concat(t.slice(u,t.length))).map((function(e){var t=e.createDerived(e.elements);return n?t.ensureVisibility():t.ensureInvisibility(),t}))},e.prototype.visitMedia=function(e,t){var i=e.allExtends.concat(this.allExtendsStack[this.allExtendsStack.length-1]);i=i.concat(this.doExtendChaining(i,e.allExtends)),this.allExtendsStack.push(i)},e.prototype.visitMediaOut=function(e){var t=this.allExtendsStack.length-1;this.allExtendsStack.length=t},e.prototype.visitAtRule=function(e,t){var i=e.allExtends.concat(this.allExtendsStack[this.allExtendsStack.length-1]);i=i.concat(this.doExtendChaining(i,e.allExtends)),this.allExtendsStack.push(i)},e.prototype.visitAtRuleOut=function(e){var t=this.allExtendsStack.length-1;this.allExtendsStack.length=t},e}(),Ue=function(){function e(){this.contexts=[[]],this._visitor=new $e(this)}return e.prototype.run=function(e){return this._visitor.visit(e)},e.prototype.visitDeclaration=function(e,t){t.visitDeeper=!1},e.prototype.visitMixinDefinition=function(e,t){t.visitDeeper=!1},e.prototype.visitRuleset=function(e,t){var i,n=this.contexts[this.contexts.length-1],r=[];this.contexts.push(r),e.root||((i=e.selectors)&&(i=i.filter((function(e){return e.getIsOutput()})),e.selectors=i.length?i:i=null,i&&e.joinSelectors(r,n,i)),i||(e.rules=null),e.paths=r)},e.prototype.visitRulesetOut=function(e){this.contexts.length=this.contexts.length-1},e.prototype.visitMedia=function(e,t){var i=this.contexts[this.contexts.length-1];e.rules[0].root=0===i.length||i[0].multiMedia},e.prototype.visitAtRule=function(e,t){var i=this.contexts[this.contexts.length-1];e.rules&&e.rules.length&&(e.rules[0].root=e.isRooted||0===i.length||null)},e}(),je=function(){function e(e){this._visitor=new $e(this),this._context=e}return e.prototype.containsSilentNonBlockedChild=function(e){var t;if(!e)return!1;for(var i=0;i<e.length;i++)if((t=e[i]).isSilent&&t.isSilent(this._context)&&!t.blocksVisibility())return!0;return!1},e.prototype.keepOnlyVisibleChilds=function(e){e&&e.rules&&(e.rules=e.rules.filter((function(e){return e.isVisible()})))},e.prototype.isEmpty=function(e){return!e||!e.rules||0===e.rules.length},e.prototype.hasVisibleSelector=function(e){return!(!e||!e.paths)&&e.paths.length>0},e.prototype.resolveVisibility=function(e,t){if(!e.blocksVisibility()){if(this.isEmpty(e)&&!this.containsSilentNonBlockedChild(t))return;return e}var i=e.rules[0];if(this.keepOnlyVisibleChilds(i),!this.isEmpty(i))return e.ensureVisibility(),e.removeVisibilityBlock(),e},e.prototype.isVisibleRuleset=function(e){return!!e.firstRoot||!this.isEmpty(e)&&!(!e.root&&!this.hasVisibleSelector(e))},e}(),qe=function(e){this._visitor=new $e(this),this._context=e,this.utils=new je(e)};qe.prototype={isReplacing:!0,run:function(e){return this._visitor.visit(e)},visitDeclaration:function(e,t){if(!e.blocksVisibility()&&!e.variable)return e},visitMixinDefinition:function(e,t){e.frames=[]},visitExtend:function(e,t){},visitComment:function(e,t){if(!e.blocksVisibility()&&!e.isSilent(this._context))return e},visitMedia:function(e,t){var i=e.rules[0].rules;return e.accept(this._visitor),t.visitDeeper=!1,this.utils.resolveVisibility(e,i)},visitImport:function(e,t){if(!e.blocksVisibility())return e},visitAtRule:function(e,t){return e.rules&&e.rules.length?this.visitAtRuleWithBody(e,t):this.visitAtRuleWithoutBody(e,t)},visitAnonymous:function(e,t){if(!e.blocksVisibility())return e.accept(this._visitor),e},visitAtRuleWithBody:function(e,t){var i=function(e){var t=e.rules;return function(e){var t=e.rules;return 1===t.length&&(!t[0].paths||0===t[0].paths.length)}(e)?t[0].rules:t}(e);return e.accept(this._visitor),t.visitDeeper=!1,this.utils.isEmpty(e)||this._mergeRules(e.rules[0].rules),this.utils.resolveVisibility(e,i)},visitAtRuleWithoutBody:function(e,t){if(!e.blocksVisibility()){if("@charset"===e.name){if(this.charset){if(e.debugInfo){var i=new _e.Comment("/* "+e.toCSS(this._context).replace(/\n/g,"")+" */\n");return i.debugInfo=e.debugInfo,this._visitor.visit(i)}return}this.charset=!0}return e}},checkValidNodes:function(e,t){if(e)for(var i=0;i<e.length;i++){var n=e[i];if(t&&n instanceof _e.Declaration&&!n.variable)throw{message:"Properties must be inside selector blocks. They cannot be in the root",index:n.getIndex(),filename:n.fileInfo()&&n.fileInfo().filename};if(n instanceof _e.Call)throw{message:"Function '"+n.name+"' is undefined",index:n.getIndex(),filename:n.fileInfo()&&n.fileInfo().filename};if(n.type&&!n.allowRoot)throw{message:n.type+" node returned by a function is not valid here",index:n.getIndex(),filename:n.fileInfo()&&n.fileInfo().filename}}},visitRuleset:function(e,t){var i,n=[];if(this.checkValidNodes(e.rules,e.firstRoot),e.root)e.accept(this._visitor),t.visitDeeper=!1;else{this._compileRulesetPaths(e);for(var r=e.rules,s=r?r.length:0,o=0;o<s;)(i=r[o])&&i.rules?(n.push(this._visitor.visit(i)),r.splice(o,1),s--):o++;s>0?e.accept(this._visitor):e.rules=null,t.visitDeeper=!1}return e.rules&&(this._mergeRules(e.rules),this._removeDuplicateRules(e.rules)),this.utils.isVisibleRuleset(e)&&(e.ensureVisibility(),n.splice(0,0,e)),1===n.length?n[0]:n},_compileRulesetPaths:function(e){e.paths&&(e.paths=e.paths.filter((function(e){var t;for(" "===e[0].elements[0].combinator.value&&(e[0].elements[0].combinator=new _e.Combinator("")),t=0;t<e.length;t++)if(e[t].isVisible()&&e[t].getIsOutput())return!0;return!1})))},_removeDuplicateRules:function(e){if(e){var t,i,n,r={};for(n=e.length-1;n>=0;n--)if((i=e[n])instanceof _e.Declaration)if(r[i.name]){(t=r[i.name])instanceof _e.Declaration&&(t=r[i.name]=[r[i.name].toCSS(this._context)]);var s=i.toCSS(this._context);-1!==t.indexOf(s)?e.splice(n,1):t.push(s)}else r[i.name]=i}},_mergeRules:function(e){if(e){for(var t={},i=[],n=0;n<e.length;n++){var r=e[n];if(r.merge){var s=r.name;t[s]?e.splice(n--,1):i.push(t[s]=[]),t[s].push(r)}}i.forEach((function(e){if(e.length>0){var t=e[0],i=[],n=[new _e.Expression(i)];e.forEach((function(e){"+"===e.merge&&i.length>0&&n.push(new _e.Expression(i=[])),i.push(e.value),t.important=t.important||e.important})),t.value=new _e.Value(n)}}))}}};var Te={Visitor:$e,ImportVisitor:Le,MarkVisibleSelectorsVisitor:Ne,ExtendVisitor:Be,JoinSelectorVisitor:Ue,ToCSSVisitor:qe},ze=function(){var e,t,i,n,r,s,o,a=[],l={};function u(i){for(var n,a,h,c=l.i,f=t,p=l.i-o,d=l.i+s.length-p,v=l.i+=i,m=e;l.i<d;l.i++){if(n=m.charCodeAt(l.i),l.autoCommentAbsorb&&47===n){if("/"===(a=m.charAt(l.i+1))){h={index:l.i,isLineComment:!0};var g=m.indexOf("\n",l.i+2);g<0&&(g=d),l.i=g,h.text=m.substr(h.index,l.i-h.index),l.commentStore.push(h);continue}if("*"===a){var y=m.indexOf("*/",l.i+2);if(y>=0){h={index:l.i,text:m.substr(l.i,y+2-l.i),isLineComment:!1},l.i+=h.text.length-1,l.commentStore.push(h);continue}}break}if(32!==n&&10!==n&&9!==n&&13!==n)break}if(s=s.slice(i+l.i-v+p),o=l.i,!s.length){if(t<r.length-1)return s=r[++t],u(0),!0;l.finished=!0}return c!==l.i||f!==t}return l.save=function(){o=l.i,a.push({current:s,i:l.i,j:t})},l.restore=function(e){(l.i>i||l.i===i&&e&&!n)&&(i=l.i,n=e);var r=a.pop();s=r.current,o=l.i=r.i,t=r.j},l.forget=function(){a.pop()},l.isWhitespace=function(t){var i=l.i+(t||0),n=e.charCodeAt(i);return 32===n||13===n||9===n||10===n},l.$re=function(e){l.i>o&&(s=s.slice(l.i-o),o=l.i);var t=e.exec(s);return t?(u(t[0].length),"string"==typeof t?t:1===t.length?t[0]:t):null},l.$char=function(t){return e.charAt(l.i)!==t?null:(u(1),t)},l.$str=function(t){for(var i=t.length,n=0;n<i;n++)if(e.charAt(l.i+n)!==t.charAt(n))return null;return u(i),t},l.$quoted=function(t){var i=t||l.i,n=e.charAt(i);if("'"===n||'"'===n){for(var r=e.length,s=i,o=1;o+s<r;o++){switch(e.charAt(o+s)){case"\\":o++;continue;case"\r":case"\n":break;case n:var a=e.substr(s,o+1);return t||0===t?[n,a]:(u(o+1),a)}}return null}},l.$parseUntil=function(t){var i,n="",r=null,s=!1,o=0,a=[],h=[],c=e.length,f=l.i,p=l.i,d=l.i,v=!0;i="string"==typeof t?function(e){return e===t}:function(e){return t.test(e)};do{var m=e.charAt(d);if(0===o&&i(m))(r=e.substr(p,d-p))?h.push(r):h.push(" "),r=h,u(d-f),v=!1;else{if(s){"*"===m&&"/"===e.charAt(d+1)&&(d++,o--,s=!1),d++;continue}switch(m){case"\\":d++,m=e.charAt(d),h.push(e.substr(p,d-p+1)),p=d+1;break;case"/":"*"===e.charAt(d+1)&&(d++,s=!0,o++);break;case"'":case'"':(n=l.$quoted(d))?(h.push(e.substr(p,d-p),n),p=(d+=n[1].length-1)+1):(u(d-f),r=m,v=!1);break;case"{":a.push("}"),o++;break;case"(":a.push(")"),o++;break;case"[":a.push("]"),o++;break;case"}":case")":case"]":var g=a.pop();m===g?o--:(u(d-f),r=g,v=!1)}++d>c&&(v=!1)}}while(v);return r||null},l.autoCommentAbsorb=!0,l.commentStore=[],l.finished=!1,l.peek=function(t){if("string"==typeof t){for(var i=0;i<t.length;i++)if(e.charAt(l.i+i)!==t.charAt(i))return!1;return!0}return t.test(s)},l.peekChar=function(t){return e.charAt(l.i)===t},l.currentChar=function(){return e.charAt(l.i)},l.prevChar=function(){return e.charAt(l.i-1)},l.getInput=function(){return e},l.peekNotNumeric=function(){var t=e.charCodeAt(l.i);return t>57||t<43||47===t||44===t},l.start=function(n,a,h){e=n,l.i=t=o=i=0,r=a?function(e,t){var i,n,r,s,o,a,l,u,h,c=e.length,f=0,p=0,d=[],v=0;function m(t){var i=o-v;i<512&&!t||!i||(d.push(e.slice(v,o+1)),v=o+1)}for(o=0;o<c;o++)if(!((l=e.charCodeAt(o))>=97&&l<=122||l<34))switch(l){case 40:p++,n=o;continue;case 41:if(--p<0)return t("missing opening `(`",o);continue;case 59:p||m();continue;case 123:f++,i=o;continue;case 125:if(--f<0)return t("missing opening `{`",o);f||p||m();continue;case 92:if(o<c-1){o++;continue}return t("unescaped `\\`",o);case 34:case 39:case 96:for(h=0,a=o,o+=1;o<c;o++)if(!((u=e.charCodeAt(o))>96)){if(u==l){h=1;break}if(92==u){if(o==c-1)return t("unescaped `\\`",o);o++}}if(h)continue;return t("unmatched `"+String.fromCharCode(l)+"`",a);case 47:if(p||o==c-1)continue;if(47==(u=e.charCodeAt(o+1)))for(o+=2;o<c&&(!((u=e.charCodeAt(o))<=13)||10!=u&&13!=u);o++);else if(42==u){for(r=a=o,o+=2;o<c-1&&(125==(u=e.charCodeAt(o))&&(s=o),42!=u||47!=e.charCodeAt(o+1));o++);if(o==c-1)return t("missing closing `*/`",a);o++}continue;case 42:if(o<c-1&&47==e.charCodeAt(o+1))return t("unmatched `/*`",o);continue}return 0!==f?t(r>i&&s>r?"missing closing `}` or `*/`":"missing closing `}`",i):0!==p?t("missing closing `)`",n):(m(!0),d)}(n,h):[n],s=r[0],u(0)},l.end=function(){var t,r=l.i>=e.length;return l.i<i&&(t=n,l.i=i),{isFinished:r,furthest:l.i,furthestPossibleErrorMessage:t,furthestReachedEnd:l.i>=e.length-1,furthestChar:e[l.i]}},l},Ge=function e(t,i,n){var r,s=ze();function o(e,t){throw new F({index:s.i,filename:n.filename,type:t||"Syntax",message:e},i)}function a(e,t){var i=e instanceof Function?e.call(r):s.$re(e);if(i)return i;o(t||("string"==typeof e?"expected '"+e+"' got '"+s.currentChar()+"'":"unexpected token"))}function l(e,t){if(s.$char(e))return e;o(t||"expected '"+e+"' got '"+s.currentChar()+"'")}function u(e){var t=n.filename;return{lineNumber:k(e,s.getInput()).line+1,fileName:t}}return{parserInput:s,imports:i,fileInfo:n,parseNode:function(e,t,n,o,a){var l,u=[],h=s;try{h.start(e,!1,(function(e,t){a({message:e,index:t+n})}));for(var c=0,f=void 0,p=void 0;f=t[c];c++)if(p=h.i,l=r[f]()){try{l._index=p+n,l._fileInfo=o}catch(e){}u.push(l)}else u.push(null);h.end().isFinished?a(null,u):a(!0,null)}catch(e){throw new F({index:e.index+n,message:e.message},i,o.filename)}},parse:function(r,o,a){var l,u,h,c,f=null,p="";if(u=a&&a.globalVars?e.serializeVars(a.globalVars)+"\n":"",h=a&&a.modifyVars?"\n"+e.serializeVars(a.modifyVars):"",t.pluginManager)for(var d=t.pluginManager.getPreProcessors(),v=0;v<d.length;v++)r=d[v].process(r,{context:t,imports:i,fileInfo:n});(u||a&&a.banner)&&(p=(a&&a.banner?a.banner:"")+u,(c=i.contentsIgnoredChars)[n.filename]=c[n.filename]||0,c[n.filename]+=p.length),r=p+(r=r.replace(/\r\n?/g,"\n")).replace(/^\uFEFF/,"")+h,i.contents[n.filename]=r;try{s.start(r,t.chunkInput,(function(e,t){throw new F({index:t,type:"Parse",message:e,filename:n.filename},i)})),_e.Node.prototype.parse=this,l=new _e.Ruleset(null,this.parsers.primary()),_e.Node.prototype.rootNode=l,l.root=!0,l.firstRoot=!0,l.functionRegistry=Q.inherit()}catch(e){return o(new F(e,i,n.filename))}var m=s.end();if(!m.isFinished){var g=m.furthestPossibleErrorMessage;g||(g="Unrecognised input","}"===m.furthestChar?g+=". Possibly missing opening '{'":")"===m.furthestChar?g+=". Possibly missing opening '('":m.furthestReachedEnd&&(g+=". Possibly missing something")),f=new F({type:"Parse",message:g,index:m.furthest,filename:n.filename},i)}var y=function(e){return(e=f||e||i.error)?(e instanceof F||(e=new F(e,i,n.filename)),o(e)):o(null,l)};if(!1===t.processImports)return y();new Te.ImportVisitor(i,y).run(l)},parsers:r={primary:function(){for(var e,t=this.mixin,i=[];;){for(;e=this.comment();)i.push(e);if(s.finished)break;if(s.peek("}"))break;if(e=this.extendRule())i=i.concat(e);else if(e=t.definition()||this.declaration()||t.call(!1,!1)||this.ruleset()||this.variableCall()||this.entities.call()||this.atrule())i.push(e);else{for(var n=!1;s.$char(";");)n=!0;if(!n)break}}return i},comment:function(){if(s.commentStore.length){var e=s.commentStore.shift();return new _e.Comment(e.text,e.isLineComment,e.index,n)}},entities:{mixinLookup:function(){return r.mixin.call(!0,!0)},quoted:function(e){var t,i=s.i,r=!1;if(s.save(),s.$char("~"))r=!0;else if(e)return void s.restore();if(t=s.$quoted())return s.forget(),new _e.Quoted(t.charAt(0),t.substr(1,t.length-2),r,i,n);s.restore()},keyword:function(){var e=s.$char("%")||s.$re(/^\[?(?:[\w-]|\\(?:[A-Fa-f0-9]{1,6} ?|[^A-Fa-f0-9]))+\]?/);if(e)return _e.Color.fromKeyword(e)||new _e.Keyword(e)},call:function(){var e,t,i,r=s.i;if(!s.peek(/^url\(/i))if(s.save(),e=s.$re(/^([\w-]+|%|progid:[\w\.]+)\(/)){if(e=e[1],(i=this.customFuncCall(e))&&(t=i.parse())&&i.stop)return s.forget(),t;if(t=this.arguments(t),s.$char(")"))return s.forget(),new _e.Call(e,t,r,n);s.restore("Could not parse call arguments or missing ')'")}else s.forget()},customFuncCall:function(e){return{alpha:t(r.ieAlpha,!0),boolean:t(i),if:t(i)}[e.toLowerCase()];function t(e,t){return{parse:e,stop:t}}function i(){return[a(r.condition,"expected condition")]}},arguments:function(e){var t,i,n=e||[],o=[];for(s.save();;){if(e)e=!1;else{if(!(i=r.detachedRuleset()||this.assignment()||r.expression()))break;i.value&&1==i.value.length&&(i=i.value[0]),n.push(i)}s.$char(",")||(s.$char(";")||t)&&(t=!0,i=n.length<1?n[0]:new _e.Value(n),o.push(i),n=[])}return s.forget(),t?o:n},literal:function(){return this.dimension()||this.color()||this.quoted()||this.unicodeDescriptor()},assignment:function(){var e,t;if(s.save(),e=s.$re(/^\w+(?=\s?=)/i))if(s.$char("=")){if(t=r.entity())return s.forget(),new _e.Assignment(e,t);s.restore()}else s.restore();else s.restore()},url:function(){var e,t=s.i;if(s.autoCommentAbsorb=!1,s.$str("url("))return e=this.quoted()||this.variable()||this.property()||s.$re(/^(?:(?:\\[\(\)'"])|[^\(\)'"])+/)||"",s.autoCommentAbsorb=!0,l(")"),new _e.URL(null!=e.value||e instanceof _e.Variable||e instanceof _e.Property?e:new _e.Anonymous(e,t),t,n);s.autoCommentAbsorb=!0},variable:function(){var e,t,i=s.i;if(s.save(),"@"===s.currentChar()&&(t=s.$re(/^@@?[\w-]+/))){if("("===(e=s.currentChar())||"["===e&&!s.prevChar().match(/^\s/)){var o=r.variableCall(t);if(o)return s.forget(),o}return s.forget(),new _e.Variable(t,i,n)}s.restore()},variableCurly:function(){var e,t=s.i;if("@"===s.currentChar()&&(e=s.$re(/^@\{([\w-]+)\}/)))return new _e.Variable("@"+e[1],t,n)},property:function(){var e,t=s.i;if("$"===s.currentChar()&&(e=s.$re(/^\$[\w-]+/)))return new _e.Property(e,t,n)},propertyCurly:function(){var e,t=s.i;if("$"===s.currentChar()&&(e=s.$re(/^\$\{([\w-]+)\}/)))return new _e.Property("$"+e[1],t,n)},color:function(){var e;if(s.save(),"#"===s.currentChar()&&(e=s.$re(/^#([A-Fa-f0-9]{8}|[A-Fa-f0-9]{6}|[A-Fa-f0-9]{3,4})([\w.#\[])?/))&&!e[2])return s.forget(),new _e.Color(e[1],void 0,e[0]);s.restore()},colorKeyword:function(){s.save();var e=s.autoCommentAbsorb;s.autoCommentAbsorb=!1;var t=s.$re(/^[_A-Za-z-][_A-Za-z0-9-]+/);if(s.autoCommentAbsorb=e,t){s.restore();var i=_e.Color.fromKeyword(t);return i?(s.$str(t),i):void 0}s.forget()},dimension:function(){if(!s.peekNotNumeric()){var e=s.$re(/^([+-]?\d*\.?\d+)(%|[a-z_]+)?/i);return e?new _e.Dimension(e[1],e[2]):void 0}},unicodeDescriptor:function(){var e;if(e=s.$re(/^U\+[0-9a-fA-F?]+(\-[0-9a-fA-F?]+)?/))return new _e.UnicodeDescriptor(e[0])},javascript:function(){var e,t=s.i;s.save();var i=s.$char("~");if(s.$char("`")){if(e=s.$re(/^[^`]*`/))return s.forget(),new _e.JavaScript(e.substr(0,e.length-1),Boolean(i),t,n);s.restore("invalid javascript definition")}else s.restore()}},variable:function(){var e;if("@"===s.currentChar()&&(e=s.$re(/^(@[\w-]+)\s*:/)))return e[1]},variableCall:function(e){var t,i=s.i,o=!!e,a=e;if(s.save(),a||"@"===s.currentChar()&&(a=s.$re(/^(@[\w-]+)(\(\s*\))?/))){if(!(t=this.mixin.ruleLookups())&&(o&&"()"!==s.$str("()")||"()"!==a[2]))return void s.restore("Missing '[...]' lookup in variable call");o||(a=a[1]);var l=new _e.VariableCall(a,i,n);return!o&&r.end()?(s.forget(),l):(s.forget(),new _e.NamespaceValue(l,t,i,n))}s.restore()},extend:function(e){var t,i,r,l,u,h=s.i;if(s.$str(e?"&:extend(":":extend(")){do{for(r=null,t=null;!(r=s.$re(/^(all)(?=\s*(\)|,))/))&&(i=this.element());)t?t.push(i):t=[i];r=r&&r[1],t||o("Missing target selector for :extend()."),u=new _e.Extend(new _e.Selector(t),r,h,n),l?l.push(u):l=[u]}while(s.$char(","));return a(/^\)/),e&&a(/^;/),l}},extendRule:function(){return this.extend(!0)},mixin:{call:function(e,t){var i,o,a,u,h=s.currentChar(),c=!1,f=s.i;if("."===h||"#"===h){if(s.save(),o=this.elements()){if(s.$char("(")&&(a=this.args(!0).args,l(")"),u=!0),!1!==t&&(i=this.ruleLookups()),!0===t&&!i)return void s.restore();if(e&&!i&&!u)return void s.restore();if(!e&&r.important()&&(c=!0),e||r.end()){s.forget();var p=new _e.mixin.Call(o,a,f,n,!i&&c);return i?new _e.NamespaceValue(p,i):p}}s.restore()}},elements:function(){for(var e,t,i,r,o,a=/^[#.](?:[\w-]|\\(?:[A-Fa-f0-9]{1,6} ?|[^A-Fa-f0-9]))+/;o=s.i,t=s.$re(a);)r=new _e.Element(i,t,!1,o,n),e?e.push(r):e=[r],i=s.$char(">");return e},args:function(e){var t,i,n,a,l,u,h,c=r.entities,f={args:null,variadic:!1},p=[],d=[],v=[],m=!0;for(s.save();;){if(e)u=r.detachedRuleset()||r.expression();else{if(s.commentStore.length=0,s.$str("...")){f.variadic=!0,s.$char(";")&&!t&&(t=!0),(t?d:v).push({variadic:!0});break}u=c.variable()||c.property()||c.literal()||c.keyword()||this.call(!0)}if(!u||!m)break;a=null,u.throwAwayComments&&u.throwAwayComments(),l=u;var g=null;if(e?u.value&&1==u.value.length&&(g=u.value[0]):g=u,g&&(g instanceof _e.Variable||g instanceof _e.Property))if(s.$char(":")){if(p.length>0&&(t&&o("Cannot mix ; and , as delimiter types"),i=!0),!(l=r.detachedRuleset()||r.expression())){if(!e)return s.restore(),f.args=[],f;o("could not understand value for named argument")}a=n=g.name}else if(s.$str("...")){if(!e){f.variadic=!0,s.$char(";")&&!t&&(t=!0),(t?d:v).push({name:u.name,variadic:!0});break}h=!0}else e||(n=a=g.name,l=null);l&&p.push(l),v.push({name:a,value:l,expand:h}),s.$char(",")?m=!0:((m=";"===s.$char(";"))||t)&&(i&&o("Cannot mix ; and , as delimiter types"),t=!0,p.length>1&&(l=new _e.Value(p)),d.push({name:n,value:l,expand:h}),n=null,p=[],i=!1)}return s.forget(),f.args=t?d:v,f},definition:function(){var e,t,i,n,o=[],l=!1;if(!("."!==s.currentChar()&&"#"!==s.currentChar()||s.peek(/^[^{]*\}/)))if(s.save(),t=s.$re(/^([#.](?:[\w-]|\\(?:[A-Fa-f0-9]{1,6} ?|[^A-Fa-f0-9]))+)\s*\(/)){e=t[1];var u=this.args(!1);if(o=u.args,l=u.variadic,!s.$char(")"))return void s.restore("Missing closing ')'");if(s.commentStore.length=0,s.$str("when")&&(n=a(r.conditions,"expected condition")),i=r.block())return s.forget(),new _e.mixin.Definition(e,o,i,n,l);s.restore()}else s.restore()},ruleLookups:function(){var e,t=[];if("["===s.currentChar()){for(;;){if(s.save(),!(e=this.lookupValue())&&""!==e){s.restore();break}t.push(e),s.forget()}return t.length>0?t:void 0}},lookupValue:function(){if(s.save(),s.$char("[")){var e=s.$re(/^(?:[@$]{0,2})[_a-zA-Z0-9-]*/);if(s.$char("]"))return e||""===e?(s.forget(),e):void s.restore();s.restore()}else s.restore()}},entity:function(){var e=this.entities;return this.comment()||e.literal()||e.variable()||e.url()||e.property()||e.call()||e.keyword()||this.mixin.call(!0)||e.javascript()},end:function(){return s.$char(";")||s.peek("}")},ieAlpha:function(){var e;if(s.$re(/^opacity=/i))return(e=s.$re(/^\d+/))||(e="@{"+(e=a(r.entities.variable,"Could not parse alpha")).name.slice(1)+"}"),l(")"),new _e.Quoted("","alpha(opacity="+e+")")},element:function(){var e,t,i,r=s.i;if(t=this.combinator(),(e=s.$re(/^(?:\d+\.\d+|\d+)%/)||s.$re(/^(?:[.#]?|:*)(?:[\w-]|[^\x00-\x9f]|\\(?:[A-Fa-f0-9]{1,6} ?|[^A-Fa-f0-9]))+/)||s.$char("*")||s.$char("&")||this.attribute()||s.$re(/^\([^&()@]+\)/)||s.$re(/^[\.#:](?=@)/)||this.entities.variableCurly())||(s.save(),s.$char("(")?(i=this.selector(!1))&&s.$char(")")?(e=new _e.Paren(i),s.forget()):s.restore("Missing closing ')'"):s.forget()),e)return new _e.Element(t,e,e instanceof _e.Variable,r,n)},combinator:function(){var e=s.currentChar();if("/"===e){s.save();var t=s.$re(/^\/[a-z]+\//i);if(t)return s.forget(),new _e.Combinator(t);s.restore()}if(">"===e||"+"===e||"~"===e||"|"===e||"^"===e){for(s.i++,"^"===e&&"^"===s.currentChar()&&(e="^^",s.i++);s.isWhitespace();)s.i++;return new _e.Combinator(e)}return s.isWhitespace(-1)?new _e.Combinator(" "):new _e.Combinator(null)},selector:function(e){var t,i,r,l,u,h,c,f=s.i;for(e=!1!==e;(e&&(i=this.extend())||e&&(h=s.$str("when"))||(l=this.element()))&&(h?c=a(this.conditions,"expected condition"):c?o("CSS guard can only be used at the end of selector"):i?u=u?u.concat(i):i:(u&&o("Extend can only be used at the end of selector"),r=s.currentChar(),t?t.push(l):t=[l],l=null),"{"!==r&&"}"!==r&&";"!==r&&","!==r&&")"!==r););if(t)return new _e.Selector(t,u,c,f,n);u&&o("Extend must be used to extend a selector, it cannot be used on its own")},selectors:function(){for(var e,t;(e=this.selector())&&(t?t.push(e):t=[e],s.commentStore.length=0,e.condition&&t.length>1&&o("Guards are only currently allowed on a single selector."),s.$char(","));)e.condition&&o("Guards are only currently allowed on a single selector."),s.commentStore.length=0;return t},attribute:function(){if(s.$char("[")){var e,t,i,n=this.entities;return(e=n.variableCurly())||(e=a(/^(?:[_A-Za-z0-9-\*]*\|)?(?:[_A-Za-z0-9-]|\\.)+/)),(i=s.$re(/^[|~*$^]?=/))&&(t=n.quoted()||s.$re(/^[0-9]+%/)||s.$re(/^[\w-]+/)||n.variableCurly()),l("]"),new _e.Attribute(e,i,t)}},block:function(){var e;if(s.$char("{")&&(e=this.primary())&&s.$char("}"))return e},blockRuleset:function(){var e=this.block();return e&&(e=new _e.Ruleset(null,e)),e},detachedRuleset:function(){var e,t,i;if(s.save(),!s.$re(/^[.#]\(/)||(t=(e=this.mixin.args(!1)).args,i=e.variadic,s.$char(")"))){var n=this.blockRuleset();if(n)return s.forget(),t?new _e.mixin.Definition(null,t,n,null,i):new _e.DetachedRuleset(n);s.restore()}else s.restore()},ruleset:function(){var e,i,n;if(s.save(),t.dumpLineNumbers&&(n=u(s.i)),(e=this.selectors())&&(i=this.block())){s.forget();var r=new _e.Ruleset(e,i,t.strictImports);return t.dumpLineNumbers&&(r.debugInfo=n),r}s.restore()},declaration:function(){var e,t,i,r,o,a,l=s.i,u=s.currentChar();if("."!==u&&"#"!==u&&"&"!==u&&":"!==u)if(s.save(),e=this.variable()||this.ruleProperty()){if((a="string"==typeof e)&&(t=this.detachedRuleset())&&(i=!0),s.commentStore.length=0,!t){if(o=!a&&e.length>1&&e.pop().value,t=e[0].value&&"--"===e[0].value.slice(0,2)?this.permissiveValue():this.anonymousValue())return s.forget(),new _e.Declaration(e,t,!1,o,l,n);t||(t=this.value()),t?r=this.important():a&&(t=this.permissiveValue())}if(t&&(this.end()||i))return s.forget(),new _e.Declaration(e,t,r,o,l,n);s.restore()}else s.restore()},anonymousValue:function(){var e=s.i,t=s.$re(/^([^.#@\$+\/'"*`(;{}-]*);/);if(t)return new _e.Anonymous(t[1],e)},permissiveValue:function(e){var t,i,r,a,l=e||";",u=s.i,h=[];function c(){var e=s.currentChar();return"string"==typeof l?e===l:l.test(e)}if(!c()){a=[];do{((i=this.comment())||(i=this.entity()))&&a.push(i)}while(i);if(r=c(),a.length>0){if(a=new _e.Expression(a),r)return a;h.push(a)," "===s.prevChar()&&h.push(new _e.Anonymous(" ",u))}if(s.save(),a=s.$parseUntil(l)){if("string"==typeof a&&o("Expected '"+a+"'","Parse"),1===a.length&&" "===a[0])return s.forget(),new _e.Anonymous("",u);var f=void 0;for(t=0;t<a.length;t++)if(f=a[t],Array.isArray(f))h.push(new _e.Quoted(f[0],f[1],!0,u,n));else{t===a.length-1&&(f=f.trim());var p=new _e.Quoted("'",f,!0,u,n);p.variableRegex=/@([\w-]+)/g,p.propRegex=/\$([\w-]+)/g,h.push(p)}return s.forget(),new _e.Expression(h,!0)}s.restore()}},import:function(){var e,t,i=s.i,r=s.$re(/^@import?\s+/);if(r){var a=(r?this.importOptions():null)||{};if(e=this.entities.quoted()||this.entities.url())return t=this.mediaFeatures(),s.$char(";")||(s.i=i,o("missing semi-colon or unrecognised media features on import")),t=t&&new _e.Value(t),new _e.Import(e,t,a,i,n);s.i=i,o("malformed import statement")}},importOptions:function(){var e,t,i,n={};if(!s.$char("("))return null;do{if(e=this.importOption()){switch(i=!0,t=e){case"css":t="less",i=!1;break;case"once":t="multiple",i=!1}if(n[t]=i,!s.$char(","))break}}while(e);return l(")"),n},importOption:function(){var e=s.$re(/^(less|css|multiple|once|inline|reference|optional)/);if(e)return e[1]},mediaFeature:function(){var e,t,i=this.entities,r=[];s.save();do{(e=i.keyword()||i.variable()||i.mixinLookup())?r.push(e):s.$char("(")&&(t=this.property(),e=this.value(),s.$char(")")?t&&e?r.push(new _e.Paren(new _e.Declaration(t,e,null,null,s.i,n,!0))):e?r.push(new _e.Paren(e)):o("badly formed media feature definition"):o("Missing closing ')'","Parse"))}while(e);if(s.forget(),r.length>0)return new _e.Expression(r)},mediaFeatures:function(){var e,t=this.entities,i=[];do{if(e=this.mediaFeature()){if(i.push(e),!s.$char(","))break}else if((e=t.variable()||t.mixinLookup())&&(i.push(e),!s.$char(",")))break}while(e);return i.length>0?i:null},media:function(){var e,i,r,a,l=s.i;if(t.dumpLineNumbers&&(a=u(l)),s.save(),s.$str("@media"))return e=this.mediaFeatures(),(i=this.block())||o("media definitions require block statements after any features"),s.forget(),r=new _e.Media(i,e,l,n),t.dumpLineNumbers&&(r.debugInfo=a),r;s.restore()},plugin:function(){var e,t,i,r=s.i;if(s.$re(/^@plugin?\s+/)){if(i=(t=this.pluginArgs())?{pluginArgs:t,isPlugin:!0}:{isPlugin:!0},e=this.entities.quoted()||this.entities.url())return s.$char(";")||(s.i=r,o("missing semi-colon on @plugin")),new _e.Import(e,null,i,r,n);s.i=r,o("malformed @plugin statement")}},pluginArgs:function(){if(s.save(),!s.$char("("))return s.restore(),null;var e=s.$re(/^\s*([^\);]+)\)\s*/);return e[1]?(s.forget(),e[1].trim()):(s.restore(),null)},atrule:function(){var e,i,r,a,l,h,c,f=s.i,p=!0,d=!0;if("@"===s.currentChar()){if(i=this.import()||this.plugin()||this.media())return i;if(s.save(),e=s.$re(/^@[a-z-]+/)){switch(a=e,"-"==e.charAt(1)&&e.indexOf("-",2)>0&&(a="@"+e.slice(e.indexOf("-",2)+1)),a){case"@charset":l=!0,p=!1;break;case"@namespace":h=!0,p=!1;break;case"@keyframes":case"@counter-style":l=!0;break;case"@document":case"@supports":c=!0,d=!1;break;default:c=!0}if(s.commentStore.length=0,l?(i=this.entity())||o("expected "+e+" identifier"):h?(i=this.expression())||o("expected "+e+" expression"):c&&(i=this.permissiveValue(/^[{;]/),p="{"===s.currentChar(),i?i.value||(i=null):p||";"===s.currentChar()||o(e+" rule is missing block or ending semi-colon")),p&&(r=this.blockRuleset()),r||!p&&i&&s.$char(";"))return s.forget(),new _e.AtRule(e,i,r,f,n,t.dumpLineNumbers?u(f):null,d);s.restore("at-rule options not recognised")}}},value:function(){var e,t=[],i=s.i;do{if((e=this.expression())&&(t.push(e),!s.$char(",")))break}while(e);if(t.length>0)return new _e.Value(t,i)},important:function(){if("!"===s.currentChar())return s.$re(/^! *important/)},sub:function(){var e,t;if(s.save(),s.$char("("))return(e=this.addition())&&s.$char(")")?(s.forget(),(t=new _e.Expression([e])).parens=!0,t):void s.restore("Expected ')'");s.restore()},multiplication:function(){var e,t,i,n,r;if(e=this.operand()){for(r=s.isWhitespace(-1);!s.peek(/^\/[*\/]/);){if(s.save(),!(i=s.$char("/")||s.$char("*")||s.$str("./"))){s.forget();break}if(!(t=this.operand())){s.restore();break}s.forget(),e.parensInOp=!0,t.parensInOp=!0,n=new _e.Operation(i,[n||e,t],r),r=s.isWhitespace(-1)}return n||e}},addition:function(){var e,t,i,n,r;if(e=this.multiplication()){for(r=s.isWhitespace(-1);(i=s.$re(/^[-+]\s+/)||!r&&(s.$char("+")||s.$char("-")))&&(t=this.multiplication());)e.parensInOp=!0,t.parensInOp=!0,n=new _e.Operation(i,[n||e,t],r),r=s.isWhitespace(-1);return n||e}},conditions:function(){var e,t,i,n=s.i;if(e=this.condition(!0)){for(;s.peek(/^,\s*(not\s*)?\(/)&&s.$char(",")&&(t=this.condition(!0));)i=new _e.Condition("or",i||e,t,n);return i||e}},condition:function(e){var t,i,n;if(t=this.conditionAnd(e)){if(i=s.$str("or")){if(!(n=this.condition(e)))return;t=new _e.Condition(i,t,n)}return t}},conditionAnd:function(e){var t,i,n,r,o=this;if(t=(r=o.negatedCondition(e)||o.parenthesisCondition(e))||e?r:o.atomicCondition(e)){if(i=s.$str("and")){if(!(n=this.conditionAnd(e)))return;t=new _e.Condition(i,t,n)}return t}},negatedCondition:function(e){if(s.$str("not")){var t=this.parenthesisCondition(e);return t&&(t.negate=!t.negate),t}},parenthesisCondition:function(e){var t;if(s.save(),s.$str("(")){if(t=function(t){var i;if(s.save(),i=t.condition(e)){if(s.$char(")"))return s.forget(),i;s.restore()}else s.restore()}(this))return s.forget(),t;if(t=this.atomicCondition(e)){if(s.$char(")"))return s.forget(),t;s.restore("expected ')' got '"+s.currentChar()+"'")}else s.restore()}else s.restore()},atomicCondition:function(e){var t,i,n,r,a=this.entities,l=s.i;function u(){return this.addition()||a.keyword()||a.quoted()||a.mixinLookup()}if(t=(u=u.bind(this))())return s.$char(">")?r=s.$char("=")?">=":">":s.$char("<")?r=s.$char("=")?"<=":"<":s.$char("=")&&(r=s.$char(">")?"=>":s.$char("<")?"=<":"="),r?(i=u())?n=new _e.Condition(r,t,i,l,!1):o("expected expression"):n=new _e.Condition("=",t,new _e.Keyword("true"),l,!1),n},operand:function(){var e,t=this.entities;s.peek(/^-[@\$\(]/)&&(e=s.$char("-"));var i=this.sub()||t.dimension()||t.color()||t.variable()||t.property()||t.call()||t.quoted(!0)||t.colorKeyword()||t.mixinLookup();return e&&(i.parensInOp=!0,i=new _e.Negative(i)),i},expression:function(){var e,t,i=[],n=s.i;do{(e=this.comment())?i.push(e):((e=this.addition()||this.entity())instanceof _e.Comment&&(e=null),e&&(i.push(e),s.peek(/^\/[\/*]/)||(t=s.$char("/"))&&i.push(new _e.Anonymous(t,n))))}while(e);if(i.length>0)return new _e.Expression(i)},property:function(){var e=s.$re(/^(\*?-?[_a-zA-Z0-9-]+)\s*:/);if(e)return e[1]},ruleProperty:function(){var e,t,i=[],r=[];s.save();var o=s.$re(/^([_a-zA-Z0-9-]+)\s*:/);if(o)return i=[new _e.Keyword(o[1])],s.forget(),i;function a(e){var t=s.i,n=s.$re(e);if(n)return r.push(t),i.push(n[1])}for(a(/^(\*?)/);a(/^((?:[\w-]+)|(?:[@\$]\{[\w-]+\}))/););if(i.length>1&&a(/^((?:\+_|\+)?)\s*:/)){for(s.forget(),""===i[0]&&(i.shift(),r.shift()),t=0;t<i.length;t++)e=i[t],i[t]="@"!==e.charAt(0)&&"$"!==e.charAt(0)?new _e.Keyword(e):"@"===e.charAt(0)?new _e.Variable("@"+e.slice(2,-1),r[t],n):new _e.Property("$"+e.slice(2,-1),r[t],n);return i}s.restore()}}}};function We(e,t,i,n){return t.eval(e)?i.eval(e):n?n.eval(e):new D}Ge.serializeVars=function(e){var t="";for(var i in e)if(Object.hasOwnProperty.call(e,i)){var n=e[i];t+=("@"===i[0]?"":"@")+i+": "+n+(";"===String(n).slice(-1)?"":";")}return t},We.evalArgs=!1;var Je,He={boolean:function(e){return e?N.True:N.False},if:We};function Qe(e){return Math.min(1,Math.max(0,e))}function Ke(e,t){var i=Je.hsla(t.h,t.s,t.l,t.a);if(i)return e.value&&/^(rgb|hsl)/.test(e.value)?i.value=e.value:i.value="rgb",i}function Ze(e){if(e.toHSL)return e.toHSL();throw new Error("Argument cannot be evaluated to a color")}function Ye(e){if(e.toHSV)return e.toHSV();throw new Error("Argument cannot be evaluated to a color")}function Xe(e){if(e instanceof te)return parseFloat(e.unit.is("%")?e.value/100:e.value);if("number"==typeof e)return e;throw{type:"Argument",message:"color functions take numbers as parameters"}}var et=Je={rgb:function(e,t,i){var n=Je.rgba(e,t,i,1);if(n)return n.value="rgb",n},rgba:function(e,t,i,n){try{if(e instanceof c)return n=t?Xe(t):e.alpha,new c(e.rgb,n,"rgba");var r=[e,t,i].map((function(e){return i=255,(t=e)instanceof te&&t.unit.is("%")?parseFloat(t.value*i/100):Xe(t);var t,i}));return n=Xe(n),new c(r,n,"rgba")}catch(e){}},hsl:function(e,t,i){var n=Je.hsla(e,t,i,1);if(n)return n.value="hsl",n},hsla:function(e,t,i,n){try{if(e instanceof c)return n=t?Xe(t):e.alpha,new c(e.rgb,n,"hsla");var r,s;function o(e){return 6*(e=e<0?e+1:e>1?e-1:e)<1?r+(s-r)*e*6:2*e<1?s:3*e<2?r+(s-r)*(2/3-e)*6:r}e=Xe(e)%360/360,t=Qe(Xe(t)),i=Qe(Xe(i)),n=Qe(Xe(n)),r=2*i-(s=i<=.5?i*(t+1):i+t-i*t);var a=[255*o(e+1/3),255*o(e),255*o(e-1/3)];return n=Xe(n),new c(a,n,"hsla")}catch(e){}},hsv:function(e,t,i){return Je.hsva(e,t,i,1)},hsva:function(e,t,i,n){var r,s;e=Xe(e)%360/360*360,t=Xe(t),i=Xe(i),n=Xe(n);var o=[i,i*(1-t),i*(1-(s=e/60-(r=Math.floor(e/60%6)))*t),i*(1-(1-s)*t)],a=[[0,3,1],[2,0,1],[1,0,3],[1,2,0],[3,1,0],[0,1,2]];return Je.rgba(255*o[a[r][0]],255*o[a[r][1]],255*o[a[r][2]],n)},hue:function(e){return new te(Ze(e).h)},saturation:function(e){return new te(100*Ze(e).s,"%")},lightness:function(e){return new te(100*Ze(e).l,"%")},hsvhue:function(e){return new te(Ye(e).h)},hsvsaturation:function(e){return new te(100*Ye(e).s,"%")},hsvvalue:function(e){return new te(100*Ye(e).v,"%")},red:function(e){return new te(e.rgb[0])},green:function(e){return new te(e.rgb[1])},blue:function(e){return new te(e.rgb[2])},alpha:function(e){return new te(Ze(e).a)},luma:function(e){return new te(e.luma()*e.alpha*100,"%")},luminance:function(e){var t=.2126*e.rgb[0]/255+.7152*e.rgb[1]/255+.0722*e.rgb[2]/255;return new te(t*e.alpha*100,"%")},saturate:function(e,t,i){if(!e.rgb)return null;var n=Ze(e);return void 0!==i&&"relative"===i.value?n.s+=n.s*t.value/100:n.s+=t.value/100,n.s=Qe(n.s),Ke(e,n)},desaturate:function(e,t,i){var n=Ze(e);return void 0!==i&&"relative"===i.value?n.s-=n.s*t.value/100:n.s-=t.value/100,n.s=Qe(n.s),Ke(e,n)},lighten:function(e,t,i){var n=Ze(e);return void 0!==i&&"relative"===i.value?n.l+=n.l*t.value/100:n.l+=t.value/100,n.l=Qe(n.l),Ke(e,n)},darken:function(e,t,i){var n=Ze(e);return void 0!==i&&"relative"===i.value?n.l-=n.l*t.value/100:n.l-=t.value/100,n.l=Qe(n.l),Ke(e,n)},fadein:function(e,t,i){var n=Ze(e);return void 0!==i&&"relative"===i.value?n.a+=n.a*t.value/100:n.a+=t.value/100,n.a=Qe(n.a),Ke(e,n)},fadeout:function(e,t,i){var n=Ze(e);return void 0!==i&&"relative"===i.value?n.a-=n.a*t.value/100:n.a-=t.value/100,n.a=Qe(n.a),Ke(e,n)},fade:function(e,t){var i=Ze(e);return i.a=t.value/100,i.a=Qe(i.a),Ke(e,i)},spin:function(e,t){var i=Ze(e),n=(i.h+t.value)%360;return i.h=n<0?360+n:n,Ke(e,i)},mix:function(e,t,i){i||(i=new te(50));var n=i.value/100,r=2*n-1,s=Ze(e).a-Ze(t).a,o=((r*s==-1?r:(r+s)/(1+r*s))+1)/2,a=1-o,l=[e.rgb[0]*o+t.rgb[0]*a,e.rgb[1]*o+t.rgb[1]*a,e.rgb[2]*o+t.rgb[2]*a],u=e.alpha*n+t.alpha*(1-n);return new c(l,u)},greyscale:function(e){return Je.desaturate(e,new te(100))},contrast:function(e,t,i,n){if(!e.rgb)return null;if(void 0===i&&(i=Je.rgba(255,255,255,1)),void 0===t&&(t=Je.rgba(0,0,0,1)),t.luma()>i.luma()){var r=i;i=t,t=r}return n=void 0===n?.43:Xe(n),e.luma()<n?i:t},argb:function(e){return new D(e.toARGB())},color:function(e){if(e instanceof ce&&/^#([A-Fa-f0-9]{8}|[A-Fa-f0-9]{6}|[A-Fa-f0-9]{3,4})$/i.test(e.value)){var t=e.value.slice(1);return new c(t,void 0,"#"+t)}if(e instanceof c||(e=c.fromKeyword(e.value)))return e.value=void 0,e;throw{type:"Argument",message:"argument must be a color keyword or 3|4|6|8 digit hex e.g. #FFF"}},tint:function(e,t){return Je.mix(Je.rgb(255,255,255),e,t)},shade:function(e,t){return Je.mix(Je.rgb(0,0,0),e,t)}};function tt(e,t,i){var n,r,s,o,a=t.alpha,l=i.alpha,u=[];s=l+a*(1-l);for(var h=0;h<3;h++)o=e(n=t.rgb[h]/255,r=i.rgb[h]/255),s&&(o=(l*r+a*(n-l*(n+r-o)))/s),u[h]=255*o;return new c(u,s)}var it={multiply:function(e,t){return e*t},screen:function(e,t){return e+t-e*t},overlay:function(e,t){return(e*=2)<=1?it.multiply(e,t):it.screen(e-1,t)},softlight:function(e,t){var i=1,n=e;return t>.5&&(n=1,i=e>.25?Math.sqrt(e):((16*e-12)*e+4)*e),e-(1-2*t)*n*(i-e)},hardlight:function(e,t){return it.overlay(t,e)},difference:function(e,t){return Math.abs(e-t)},exclusion:function(e,t){return e+t-2*e*t},average:function(e,t){return(e+t)/2},negation:function(e,t){return 1-Math.abs(e+t-1)}};for(var nt in it)it.hasOwnProperty(nt)&&(tt[nt]=tt.bind(null,it[nt]));var rt=function(e){return Array.isArray(e.value)?e.value:Array(e)},st={_SELF:function(e){return e},extract:function(e,t){return t=t.value-1,rt(e)[t]},length:function(e){return new te(rt(e).length)},range:function(e,t,i){var n,r,s=1,o=[];t?(r=t,n=e.value,i&&(s=i.value)):(n=1,r=e);for(var a=n;a<=r.value;a+=s)o.push(new te(a,r.unit));return new se(o)},each:function(e,t){var i,n,r=this,s=[],o=function(e){return e instanceof h?e.eval(r.context):e};n=!e.value||e instanceof ce?e.ruleset?o(e.ruleset).rules:e.rules?e.rules.map(o):Array.isArray(e)?e.map(o):[o(e)]:Array.isArray(e.value)?e.value.map(o):[o(e.value)];var a="@value",l="@key",u="@index";t.params?(a=t.params[0]&&t.params[0].name,l=t.params[1]&&t.params[1].name,u=t.params[2]&&t.params[2].name,t=t.rules):t=t.ruleset;for(var c=0;c<n.length;c++){var f=void 0,p=void 0,d=n[c];d instanceof U?(f="string"==typeof d.name?d.name:d.name[0].value,p=d.value):(f=new te(c+1),p=d),d instanceof q||(i=t.rules.slice(0),a&&i.push(new U(a,p,!1,!1,this.index,this.currentFileInfo)),u&&i.push(new U(u,new te(c+1),!1,!1,this.index,this.currentFileInfo)),l&&i.push(new U(l,f,!1,!1,this.index,this.currentFileInfo)),s.push(new Z([new O([new g("","&")])],i,t.strictImports,t.visibilityInfo())))}return new Z([new O([new g("","&")])],s,t.strictImports,t.visibilityInfo()).eval(this.context)}},ot=function(e,t,i){if(!(i instanceof te))throw{type:"Argument",message:"argument must be a number"};return null==t?t=i.unit:i=i.unify(),new te(e(parseFloat(i.value)),t)},at={ceil:null,floor:null,sqrt:null,abs:null,tan:"",sin:"",cos:"",atan:"rad",asin:"rad",acos:"rad"};for(var lt in at)at.hasOwnProperty(lt)&&(at[lt]=ot.bind(null,Math[lt],at[lt]));at.round=function(e,t){var i=void 0===t?0:t.value;return ot((function(e){return e.toFixed(i)}),null,e)};var ut=function(e,t){switch((t=Array.prototype.slice.call(t)).length){case 0:throw{type:"Argument",message:"one or more arguments required"}}var i,n,r,s,o,a,l,u,h=[],c={};for(i=0;i<t.length;i++)if((r=t[i])instanceof te)if(l=""!==(a=""===(s=""===r.unit.toString()&&void 0!==u?new te(r.value,u).unify():r.unify()).unit.toString()&&void 0!==l?l:s.unit.toString())&&void 0===l||""!==a&&""===h[0].unify().unit.toString()?a:l,u=""!==a&&void 0===u?r.unit.toString():u,void 0!==(n=void 0!==c[""]&&""!==a&&a===l?c[""]:c[a]))o=""===h[n].unit.toString()&&void 0!==u?new te(h[n].value,u).unify():h[n].unify(),(e&&s.value<o.value||!e&&s.value>o.value)&&(h[n]=r);else{if(void 0!==l&&a!==l)throw{type:"Argument",message:"incompatible types"};c[a]=h.length,h.push(r)}else Array.isArray(t[i].value)&&Array.prototype.push.apply(t,Array.prototype.slice.call(t[i].value));return 1==h.length?h[0]:(t=h.map((function(e){return e.toCSS(this.context)})).join(this.context.compress?",":", "),new D((e?"min":"max")+"("+t+")"))},ht={min:function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return ut(!0,e)},max:function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return ut(!1,e)},convert:function(e,t){return e.convertTo(t.value)},pi:function(){return new te(Math.PI)},mod:function(e,t){return new te(e.value%t.value,e.unit)},pow:function(e,t){if("number"==typeof e&&"number"==typeof t)e=new te(e),t=new te(t);else if(!(e instanceof te&&t instanceof te))throw{type:"Argument",message:"arguments must be numbers"};return new te(Math.pow(e.value,t.value),e.unit)},percentage:function(e){return ot((function(e){return 100*e}),"%",e)}},ct={e:function(e){return new ce('"',e instanceof me?e.evaluated:e.value,!0)},escape:function(e){return new D(encodeURI(e.value).replace(/=/g,"%3D").replace(/:/g,"%3A").replace(/#/g,"%23").replace(/;/g,"%3B").replace(/\(/g,"%28").replace(/\)/g,"%29"))},replace:function(e,t,i,n){var r=e.value;return i="Quoted"===i.type?i.value:i.toCSS(),r=r.replace(new RegExp(t.value,n?n.value:""),i),new ce(e.quote||"",r,e.escaped)},"%":function(e){for(var t=Array.prototype.slice.call(arguments,1),i=e.value,n=function(e){i=i.replace(/%[sda]/i,(function(i){var n="Quoted"===t[e].type&&i.match(/s/i)?t[e].value:t[e].toCSS();return i.match(/[A-Z]$/)?encodeURIComponent(n):n}))},r=0;r<t.length;r++)n(r);return i=i.replace(/%%/g,"%"),new ce(e.quote||"",i,e.escaped)}},ft=function(e,t){return e instanceof t?N.True:N.False},pt=function(e,t){if(void 0===t)throw{type:"Argument",message:"missing the required second argument to isunit."};if("string"!=typeof(t="string"==typeof t.value?t.value:t))throw{type:"Argument",message:"Second argument to isunit should be a unit or a string."};return e instanceof te&&e.unit.is(t)?N.True:N.False},dt={isruleset:function(e){return ft(e,X)},iscolor:function(e){return ft(e,c)},isnumber:function(e){return ft(e,te)},isstring:function(e){return ft(e,ce)},iskeyword:function(e){return ft(e,N)},isurl:function(e){return ft(e,fe)},ispixel:function(e){return pt(e,"px")},ispercentage:function(e){return pt(e,"%")},isem:function(e){return pt(e,"em")},isunit:pt,unit:function(e,t){if(!(e instanceof te))throw{type:"Argument",message:"the first argument to unit must be a number"+(e instanceof ne?". Have you forgotten parenthesis?":"")};return t=t?t instanceof N?t.value:t.toCSS():"",new te(e.value,t)},"get-unit":function(e){return new D(e.unit)}},vt=function(e){var t={functionRegistry:Q,functionCaller:oe};return Q.addMultiple(He),Q.add("default",K.eval.bind(K)),Q.addMultiple(et),Q.addMultiple(tt),Q.addMultiple(function(e){var t=function(e,t){return new fe(t,e.index,e.currentFileInfo).eval(e.context)};return{"data-uri":function(i,n){n||(n=i,i=null);var r=i&&i.value,s=n.value,o=this.currentFileInfo,a=o.rewriteUrls?o.currentDirectory:o.entryPath,l=s.indexOf("#"),u="";-1!==l&&(u=s.slice(l),s=s.slice(0,l));var h=A(this.context);h.rawBuffer=!0;var c=e.getFileManager(s,a,h,e,!0);if(!c)return t(this,n);var f=!1;if(i)f=/;base64$/.test(r);else{if("image/svg+xml"===(r=e.mimeLookup(s)))f=!1;else{var p=e.charsetLookup(r);f=["US-ASCII","UTF-8"].indexOf(p)<0}f&&(r+=";base64")}var d=c.loadFileSync(s,a,h,e);if(!d.contents)return Ae.warn("Skipped data-uri embedding of "+s+" because file not found"),t(this,n||i);var v=d.contents;if(f&&!e.encodeBase64)return t(this,n);var m="data:"+r+","+(v=f?e.encodeBase64(v):encodeURIComponent(v))+u;return new fe(new ce('"'+m+'"',m,!1,this.index,this.currentFileInfo),this.index,this.currentFileInfo)}}}(e)),Q.addMultiple(st),Q.addMultiple(at),Q.addMultiple(ht),Q.addMultiple(ct),Q.addMultiple({"svg-gradient":function(e){var t,i,n,r,s,o,a,l,u="linear",h='x="0" y="0" width="1" height="1"',f={compress:!1},p=e.toCSS(f);function d(){throw{type:"Argument",message:"svg-gradient expects direction, start_color [start_position], [color position,]..., end_color [end_position] or direction, color list"}}switch(2==arguments.length?(arguments[1].value.length<2&&d(),t=arguments[1].value):arguments.length<3?d():t=Array.prototype.slice.call(arguments,1),p){case"to bottom":i='x1="0%" y1="0%" x2="0%" y2="100%"';break;case"to right":i='x1="0%" y1="0%" x2="100%" y2="0%"';break;case"to bottom right":i='x1="0%" y1="0%" x2="100%" y2="100%"';break;case"to top right":i='x1="0%" y1="100%" x2="100%" y2="0%"';break;case"ellipse":case"ellipse at center":u="radial",i='cx="50%" cy="50%" r="75%"',h='x="-50" y="-50" width="101" height="101"';break;default:throw{type:"Argument",message:"svg-gradient direction must be 'to bottom', 'to right', 'to bottom right', 'to top right' or 'ellipse at center'"}}for(n='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1 1"><'+u+'Gradient id="g" '+i+">",r=0;r<t.length;r+=1)t[r]instanceof se?(s=t[r].value[0],o=t[r].value[1]):(s=t[r],o=void 0),s instanceof c&&((0===r||r+1===t.length)&&void 0===o||o instanceof te)||d(),a=o?o.toCSS(f):0===r?"0%":"100%",l=s.alpha,n+='<stop offset="'+a+'" stop-color="'+s.toRGB()+'"'+(l<1?' stop-opacity="'+l+'"':"")+"/>";return n+="</"+u+"Gradient><rect "+h+' fill="url(#g)" /></svg>',n=encodeURIComponent(n),new fe(new ce("'"+(n="data:image/svg+xml,"+n)+"'",n,!1,this.index,this.currentFileInfo),this.index,this.currentFileInfo)}}),Q.addMultiple(dt),t},mt=function(e,t){var i;void 0===t&&(t={});var n=t.variables,r=new T.Eval(t);"object"!=typeof n||Array.isArray(n)||(n=Object.keys(n).map((function(e){var t=n[e];return t instanceof _e.Value||(t instanceof _e.Expression||(t=new _e.Expression([t])),t=new _e.Value([t])),new _e.Declaration("@"+e,t,!1,null,0)})),r.frames=[new _e.Ruleset(null,n)]);var s,o,a=[new Te.JoinSelectorVisitor,new Te.MarkVisibleSelectorsVisitor(!0),new Te.ExtendVisitor,new Te.ToCSSVisitor({compress:Boolean(t.compress)})],l=[];if(t.pluginManager){o=t.pluginManager.visitor();for(var u=0;u<2;u++)for(o.first();s=o.get();)s.isPreEvalVisitor?0!==u&&-1!==l.indexOf(s)||(l.push(s),s.run(e)):0!==u&&-1!==a.indexOf(s)||(s.isPreVisitor?a.unshift(s):a.push(s))}i=e.eval(r);for(u=0;u<a.length;u++)a[u].run(i);if(t.pluginManager)for(o.first();s=o.get();)-1===a.indexOf(s)&&-1===l.indexOf(s)&&s.run(i);return i};var gt,yt=function(){function e(e){this.less=e,this.visitors=[],this.preProcessors=[],this.postProcessors=[],this.installedPlugins=[],this.fileManagers=[],this.iterator=-1,this.pluginCache={},this.Loader=new e.PluginLoader(e)}return e.prototype.addPlugins=function(e){if(e)for(var t=0;t<e.length;t++)this.addPlugin(e[t])},e.prototype.addPlugin=function(e,t,i){this.installedPlugins.push(e),t&&(this.pluginCache[t]=e),e.install&&e.install(this.less,this,i||this.less.functions.functionRegistry)},e.prototype.get=function(e){return this.pluginCache[e]},e.prototype.addVisitor=function(e){this.visitors.push(e)},e.prototype.addPreProcessor=function(e,t){var i;for(i=0;i<this.preProcessors.length&&!(this.preProcessors[i].priority>=t);i++);this.preProcessors.splice(i,0,{preProcessor:e,priority:t})},e.prototype.addPostProcessor=function(e,t){var i;for(i=0;i<this.postProcessors.length&&!(this.postProcessors[i].priority>=t);i++);this.postProcessors.splice(i,0,{postProcessor:e,priority:t})},e.prototype.addFileManager=function(e){this.fileManagers.push(e)},e.prototype.getPreProcessors=function(){for(var e=[],t=0;t<this.preProcessors.length;t++)e.push(this.preProcessors[t].preProcessor);return e},e.prototype.getPostProcessors=function(){for(var e=[],t=0;t<this.postProcessors.length;t++)e.push(this.postProcessors[t].postProcessor);return e},e.prototype.getVisitors=function(){return this.visitors},e.prototype.visitor=function(){var e=this;return{first:function(){return e.iterator=-1,e.visitors[e.iterator]},get:function(){return e.iterator+=1,e.visitors[e.iterator]}}},e.prototype.getFileManagers=function(){return this.fileManagers},e}();function bt(e,t){return!t&&gt||(gt=new yt(e)),gt}var wt,xt,St=function(e,t){var i,n=function(e){return function(){function t(t){this._css=[],this._rootNode=t.rootNode,this._contentsMap=t.contentsMap,this._contentsIgnoredCharsMap=t.contentsIgnoredCharsMap,t.sourceMapFilename&&(this._sourceMapFilename=t.sourceMapFilename.replace(/\\/g,"/")),this._outputFilename=t.outputFilename,this.sourceMapURL=t.sourceMapURL,t.sourceMapBasepath&&(this._sourceMapBasepath=t.sourceMapBasepath.replace(/\\/g,"/")),t.sourceMapRootpath?(this._sourceMapRootpath=t.sourceMapRootpath.replace(/\\/g,"/"),"/"!==this._sourceMapRootpath.charAt(this._sourceMapRootpath.length-1)&&(this._sourceMapRootpath+="/")):this._sourceMapRootpath="",this._outputSourceFiles=t.outputSourceFiles,this._sourceMapGeneratorConstructor=e.getSourceMapGenerator(),this._lineNumber=0,this._column=0}return t.prototype.removeBasepath=function(e){return this._sourceMapBasepath&&0===e.indexOf(this._sourceMapBasepath)&&("\\"!==(e=e.substring(this._sourceMapBasepath.length)).charAt(0)&&"/"!==e.charAt(0)||(e=e.substring(1))),e},t.prototype.normalizeFilename=function(e){return e=e.replace(/\\/g,"/"),e=this.removeBasepath(e),(this._sourceMapRootpath||"")+e},t.prototype.add=function(e,t,i,n){if(e){var r,s,o,a,l;if(t&&t.filename){var u=this._contentsMap[t.filename];if(this._contentsIgnoredCharsMap[t.filename]&&((i-=this._contentsIgnoredCharsMap[t.filename])<0&&(i=0),u=u.slice(this._contentsIgnoredCharsMap[t.filename])),void 0===u)return void this._css.push(e);a=(s=(u=u.substring(0,i)).split("\n"))[s.length-1]}if(o=(r=e.split("\n"))[r.length-1],t&&t.filename)if(n)for(l=0;l<r.length;l++)this._sourceMapGenerator.addMapping({generated:{line:this._lineNumber+l+1,column:0===l?this._column:0},original:{line:s.length+l,column:0===l?a.length:0},source:this.normalizeFilename(t.filename)});else this._sourceMapGenerator.addMapping({generated:{line:this._lineNumber+1,column:this._column},original:{line:s.length,column:a.length},source:this.normalizeFilename(t.filename)});1===r.length?this._column+=o.length:(this._lineNumber+=r.length-1,this._column=o.length),this._css.push(e)}},t.prototype.isEmpty=function(){return 0===this._css.length},t.prototype.toCSS=function(e){if(this._sourceMapGenerator=new this._sourceMapGeneratorConstructor({file:this._outputFilename,sourceRoot:null}),this._outputSourceFiles)for(var t in this._contentsMap)if(this._contentsMap.hasOwnProperty(t)){var i=this._contentsMap[t];this._contentsIgnoredCharsMap[t]&&(i=i.slice(this._contentsIgnoredCharsMap[t])),this._sourceMapGenerator.setSourceContent(this.normalizeFilename(t),i)}if(this._rootNode.genCSS(e,this),this._css.length>0){var n=void 0,r=JSON.stringify(this._sourceMapGenerator.toJSON());this.sourceMapURL?n=this.sourceMapURL:this._sourceMapFilename&&(n=this._sourceMapFilename),this.sourceMapURL=n,this.sourceMap=r}return this._css.join("")},t}()}(e=new Me(e,t)),r=function(e,t){return function(){function i(e){this.options=e}return i.prototype.toCSS=function(t,i,n){var r=new e({contentsIgnoredCharsMap:n.contentsIgnoredChars,rootNode:t,contentsMap:n.contents,sourceMapFilename:this.options.sourceMapFilename,sourceMapURL:this.options.sourceMapURL,outputFilename:this.options.sourceMapOutputFilename,sourceMapBasepath:this.options.sourceMapBasepath,sourceMapRootpath:this.options.sourceMapRootpath,outputSourceFiles:this.options.outputSourceFiles,sourceMapGenerator:this.options.sourceMapGenerator,sourceMapFileInline:this.options.sourceMapFileInline,disableSourcemapAnnotation:this.options.disableSourcemapAnnotation}),s=r.toCSS(i);return this.sourceMap=r.sourceMap,this.sourceMapURL=r.sourceMapURL,this.options.sourceMapInputFilename&&(this.sourceMapInputFilename=r.normalizeFilename(this.options.sourceMapInputFilename)),void 0!==this.options.sourceMapBasepath&&void 0!==this.sourceMapURL&&(this.sourceMapURL=r.removeBasepath(this.sourceMapURL)),s+this.getCSSAppendage()},i.prototype.getCSSAppendage=function(){var e=this.sourceMapURL;if(this.options.sourceMapFileInline){if(void 0===this.sourceMap)return"";e="data:application/json;base64,"+t.encodeBase64(this.sourceMap)}return this.options.disableSourcemapAnnotation?"":e?"/*# sourceMappingURL="+e+" */":""},i.prototype.getExternalSourceMap=function(){return this.sourceMap},i.prototype.setExternalSourceMap=function(e){this.sourceMap=e},i.prototype.isInline=function(){return this.options.sourceMapFileInline},i.prototype.getSourceMapURL=function(){return this.sourceMapURL},i.prototype.getOutputFilename=function(){return this.options.sourceMapOutputFilename},i.prototype.getInputFilename=function(){return this.sourceMapInputFilename},i}()}(n,e),s=function(e){return function(){function t(e,t){this.root=e,this.imports=t}return t.prototype.toCSS=function(t){var i,n,r={};try{i=mt(this.root,t)}catch(e){throw new F(e,this.imports)}try{var s=Boolean(t.compress);s&&Ae.warn("The compress option has been deprecated. We recommend you use a dedicated css minifier, for instance see less-plugin-clean-css.");var o={compress:s,dumpLineNumbers:t.dumpLineNumbers,strictUnits:Boolean(t.strictUnits),numPrecision:8};t.sourceMap?(n=new e(t.sourceMap),r.css=n.toCSS(i,o,this.imports)):r.css=i.toCSS(o)}catch(e){throw new F(e,this.imports)}if(t.pluginManager)for(var a=t.pluginManager.getPostProcessors(),l=0;l<a.length;l++)r.css=a[l].process(r.css,{sourceMap:n,options:t,imports:this.imports});for(var u in t.sourceMap&&(r.map=n.getExternalSourceMap()),r.imports=[],this.imports.files)this.imports.files.hasOwnProperty(u)&&u!==this.imports.rootFilename&&r.imports.push(u);return r},t}()}(r),a=function(e){return function(){function t(e,t,i){this.less=e,this.rootFilename=i.filename,this.paths=t.paths||[],this.contents={},this.contentsIgnoredChars={},this.mime=t.mime,this.error=null,this.context=t,this.queue=[],this.files={}}return t.prototype.push=function(t,i,n,r,s){var o=this,a=this.context.pluginManager.Loader;this.queue.push(t);var l=function(e,i,n){o.queue.splice(o.queue.indexOf(t),1);var a=n===o.rootFilename;r.optional&&e?(s(null,{rules:[]},!1,null),Ae.info("The file "+n+" was skipped because it was not found and the import was marked optional.")):(o.files[n]||r.inline||(o.files[n]={root:i,options:r}),e&&!o.error&&(o.error=e),s(e,i,a,n))},u={rewriteUrls:this.context.rewriteUrls,entryPath:n.entryPath,rootpath:n.rootpath,rootFilename:n.rootFilename},h=e.getFileManager(t,n.currentDirectory,this.context,e);if(h){var c,f,p=function(e){var t,i=e.filename,s=e.contents.replace(/^\uFEFF/,"");u.currentDirectory=h.getPath(i),u.rewriteUrls&&(u.rootpath=h.join(o.context.rootpath||"",h.pathDiff(u.currentDirectory,u.entryPath)),!h.isPathAbsolute(u.rootpath)&&h.alwaysMakePathsAbsolute()&&(u.rootpath=h.join(u.entryPath,u.rootpath))),u.filename=i;var c=new T.Parse(o.context);c.processImports=!1,o.contents[i]=s,(n.reference||r.reference)&&(u.reference=!0),r.isPlugin?(t=a.evalPlugin(s,c,o,r.pluginArgs,u))instanceof F?l(t,null,i):l(null,t,i):r.inline?l(null,s,i):!o.files[i]||o.files[i].options.multiple||r.multiple?new Ge(c,o,u).parse(s,(function(e,t){l(e,t,i)})):l(null,o.files[i].root,i)},d=A(this.context);i&&(d.ext=r.isPlugin?".js":".less"),r.isPlugin?(d.mime="application/javascript",d.syncImport?c=a.loadPluginSync(t,n.currentDirectory,d,e,h):f=a.loadPlugin(t,n.currentDirectory,d,e,h)):d.syncImport?c=h.loadFileSync(t,n.currentDirectory,d,e):f=h.loadFile(t,n.currentDirectory,d,e,(function(e,t){e?l(e):p(t)})),c?c.filename?p(c):l(c):f&&f.then(p,l)}else l({message:"Could not find a file-manager for "+t})},t}()}(e),l=function(e,t,i){var n=function(e,i,r){if("function"==typeof i?(r=i,i=P(this.options,{})):i=P(this.options,i||{}),!r){var s=this;return new Promise((function(t,r){n.call(s,e,i,(function(e,i){e?r(e):t(i)}))}))}this.parse(e,i,(function(e,i,n,s){if(e)return r(e);var o;try{o=new t(i,n).toCSS(s)}catch(e){return r(e)}r(null,o)}))};return n}(0,s),h=function(e,t,i){var n=function(e,t,r){if("function"==typeof t?(r=t,t=P(this.options,{})):t=P(this.options,t||{}),!r){var s=this;return new Promise((function(i,r){n.call(s,e,t,(function(e,t){e?r(e):i(t)}))}))}var o,a=void 0,l=new bt(this,!t.reUsePluginManager);if(t.pluginManager=l,o=new T.Parse(t),t.rootFileInfo)a=t.rootFileInfo;else{var u=t.filename||"input",h=u.replace(/[^\/\\]*$/,"");(a={filename:u,rewriteUrls:o.rewriteUrls,rootpath:o.rootpath||"",currentDirectory:h,entryPath:h,rootFilename:u}).rootpath&&"/"!==a.rootpath.slice(-1)&&(a.rootpath+="/")}var c=new i(this,o,a);this.importManager=c,t.plugins&&t.plugins.forEach((function(e){var t,i;if(e.fileContent){if(i=e.fileContent.replace(/^\uFEFF/,""),(t=l.Loader.evalPlugin(i,o,c,e.options,e.filename))instanceof F)return r(t)}else l.addPlugin(e)})),new Ge(o,c,a).parse(e,(function(e,i){if(e)return r(e);r(null,i,c,t)}),t)};return n}(0,0,a),c=vt(e),f={version:[3,13,1],data:u,tree:_e,Environment:Me,AbstractFileManager:Pe,AbstractPluginLoader:Ee,environment:e,visitors:Te,Parser:Ge,functions:c,contexts:T,SourceMapOutput:n,SourceMapBuilder:r,ParseTree:s,ImportManager:a,render:l,parse:h,LessError:F,transformTree:mt,utils:R,PluginManager:bt,logger:Ae},p=function(e){return function(){for(var t=[],i=0;i<arguments.length;i++)t[i]=arguments[i];return new(e.bind.apply(e,o([void 0],t)))}},d=Object.create(f);for(var v in f.tree)if("function"==typeof(i=f.tree[v]))d[v.toLowerCase()]=p(i);else for(var m in d[v]=Object.create(null),i)d[v][m.toLowerCase()]=p(i[m]);return f.parse=f.parse.bind(d),f.render=f.render.bind(d),d},It={},Ct=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return s(t,e),t.prototype.alwaysMakePathsAbsolute=function(){return!0},t.prototype.join=function(e,t){return e?this.extractUrlParts(t,e).path:t},t.prototype.doXHR=function(e,t,i,n){var r=new XMLHttpRequest,s=!wt.isFileProtocol||wt.fileAsync;function o(t,i,n){t.status>=200&&t.status<300?i(t.responseText,t.getResponseHeader("Last-Modified")):"function"==typeof n&&n(t.status,e)}"function"==typeof r.overrideMimeType&&r.overrideMimeType("text/css"),xt.debug("XHR: Getting '"+e+"'"),r.open("GET",e,s),r.setRequestHeader("Accept",t||"text/x-less, text/css; q=0.9, */*; q=0.5"),r.send(null),wt.isFileProtocol&&!wt.fileAsync?0===r.status||r.status>=200&&r.status<300?i(r.responseText):n(r.status,e):s?r.onreadystatechange=function(){4==r.readyState&&o(r,i,n)}:o(r,i,n)},t.prototype.supports=function(){return!0},t.prototype.clearFileCache=function(){It={}},t.prototype.loadFile=function(e,t,i,n){t&&!this.isPathAbsolute(e)&&(e=t+e),e=i.ext?this.tryAppendExtension(e,i.ext):e,i=i||{};var r=this.extractUrlParts(e,window.location.href).url,s=this;return new Promise((function(e,t){if(i.useFileCache&&It[r])try{var n=It[r];return e({contents:n,filename:r,webInfo:{lastModified:new Date}})}catch(e){return t({filename:r,message:"Error loading file "+r+" error was "+e.message})}s.doXHR(r,i.mime,(function(t,i){It[r]=t,e({contents:t,filename:r,webInfo:{lastModified:i}})}),(function(e,i){t({type:"File",message:"'"+i+"' wasn't found ("+e+")",href:r})}))}))},t}(Pe),kt=function(e,t){return wt=e,xt=t,Ct},_t=function(e){function t(t){var i=e.call(this)||this;return i.less=t,i}return s(t,e),t.prototype.loadPlugin=function(e,t,i,n,r){return new Promise((function(s,o){r.loadFile(e,t,i,n).then(s).catch(o)}))},t}(Ee),At=function(t,n,r){return{add:function(s,o){r.errorReporting&&"html"!==r.errorReporting?"console"===r.errorReporting?function(e,t){var i=e.filename||t,s=[],o=(e.type||"Syntax")+"Error: "+(e.message||"There is an error in your .less file")+" in "+i,a=function(e,t,i){void 0!==e.extract[t]&&s.push("{line} {content}".replace(/\{line\}/,(parseInt(e.line,10)||0)+(t-1)).replace(/\{class\}/,i).replace(/\{content\}/,e.extract[t]))};e.line&&(a(e,0,""),a(e,1,"line"),a(e,2,""),o+=" on line "+e.line+", column "+(e.column+1)+":\n"+s.join("\n")),e.stack&&(e.extract||r.logLevel>=4)&&(o+="\nStack Trace\n"+e.stack),n.logger.error(o)}(s,o):"function"==typeof r.errorReporting&&r.errorReporting("add",s,o):function(n,s){var o,a,l="less-error-message:"+e(s||""),u=t.document.createElement("div"),h=[],c=n.filename||s,f=c.match(/([^\/]+(\?.*)?)$/)[1];u.id=l,u.className="less-error-message",a="<h3>"+(n.type||"Syntax")+"Error: "+(n.message||"There is an error in your .less file")+'</h3><p>in <a href="'+c+'">'+f+"</a> ";var p=function(e,t,i){void 0!==e.extract[t]&&h.push('<li><label>{line}</label><pre class="{class}">{content}</pre></li>'.replace(/\{line\}/,(parseInt(e.line,10)||0)+(t-1)).replace(/\{class\}/,i).replace(/\{content\}/,e.extract[t]))};n.line&&(p(n,0,""),p(n,1,"line"),p(n,2,""),a+="on line "+n.line+", column "+(n.column+1)+":</p><ul>"+h.join("")+"</ul>"),n.stack&&(n.extract||r.logLevel>=4)&&(a+="<br/>Stack Trace</br />"+n.stack.split("\n").slice(1).join("<br/>")),u.innerHTML=a,i(t.document,[".less-error-message ul, .less-error-message li {","list-style-type: none;","margin-right: 15px;","padding: 4px 0;","margin: 0;","}",".less-error-message label {","font-size: 12px;","margin-right: 15px;","padding: 4px 0;","color: #cc7777;","}",".less-error-message pre {","color: #dd6666;","padding: 4px 0;","margin: 0;","display: inline-block;","}",".less-error-message pre.line {","color: #ff0000;","}",".less-error-message h3 {","font-size: 20px;","font-weight: bold;","padding: 15px 0 5px 0;","margin: 0;","}",".less-error-message a {","color: #10a","}",".less-error-message .error {","color: red;","font-weight: bold;","padding-bottom: 2px;","border-bottom: 1px dashed red;","}"].join("\n"),{title:"error-message"}),u.style.cssText=["font-family: Arial, sans-serif","border: 1px solid #e00","background-color: #eee","border-radius: 5px","-webkit-border-radius: 5px","-moz-border-radius: 5px","color: #e00","padding: 15px","margin-bottom: 15px"].join(";"),"development"===r.env&&(o=setInterval((function(){var e=t.document,i=e.body;i&&(e.getElementById(l)?i.replaceChild(u,e.getElementById(l)):i.insertBefore(u,i.firstChild),clearInterval(o))}),10))}(s,o)},remove:function(i){r.errorReporting&&"html"!==r.errorReporting?"console"===r.errorReporting||"function"==typeof r.errorReporting&&r.errorReporting("remove",i):function(i){var n=t.document.getElementById("less-error-message:"+e(i));n&&n.parentNode.removeChild(n)}(i)}}},Mt={javascriptEnabled:!1,depends:!1,compress:!1,lint:!1,paths:[],color:!0,strictImports:!1,insecure:!1,rootpath:"",rewriteUrls:!1,math:0,strictUnits:!1,globalVars:null,modifyVars:null,urlArgs:""};if(window.less)for(var Pt in window.less)window.less.hasOwnProperty(Pt)&&(Mt[Pt]=window.less[Pt]);!function(e,i){t(i,n(e)),void 0===i.isFileProtocol&&(i.isFileProtocol=/^(file|(chrome|safari)(-extension)?|resource|qrc|app):/.test(e.location.protocol)),i.async=i.async||!1,i.fileAsync=i.fileAsync||!1,i.poll=i.poll||(i.isFileProtocol?1e3:1500),i.env=i.env||("127.0.0.1"==e.location.hostname||"0.0.0.0"==e.location.hostname||"localhost"==e.location.hostname||e.location.port&&e.location.port.length>0||i.isFileProtocol?"development":"production");var r=/!dumpLineNumbers:(comments|mediaquery|all)/.exec(e.location.hash);r&&(i.dumpLineNumbers=r[1]),void 0===i.useFileCache&&(i.useFileCache=!0),void 0===i.onReady&&(i.onReady=!0),i.relativeUrls&&(i.rewriteUrls="all")}(window,Mt),Mt.plugins=Mt.plugins||[],window.LESS_PLUGINS&&(Mt.plugins=Mt.plugins.concat(window.LESS_PLUGINS));var Et,Rt,Vt,Ft=function(e,n){var r=e.document,s=St();s.options=n;var o=s.environment,a=kt(n,s.logger),l=new a;o.addFileManager(l),s.FileManager=a,s.PluginLoader=_t,function(e,t){t.logLevel=void 0!==t.logLevel?t.logLevel:"development"===t.env?3:1,t.loggers||(t.loggers=[{debug:function(e){t.logLevel>=4&&console.log(e)},info:function(e){t.logLevel>=3&&console.log(e)},warn:function(e){t.logLevel>=2&&console.warn(e)},error:function(e){t.logLevel>=1&&console.error(e)}}]);for(var i=0;i<t.loggers.length;i++)e.logger.addListener(t.loggers[i])}(s,n);var u=At(e,s,n),h=s.cache=n.cache||function(e,t,i){var n=null;if("development"!==t.env)try{n=void 0===e.localStorage?null:e.localStorage}catch(e){}return{setCSS:function(e,t,r,s){if(n){i.info("saving "+e+" to cache.");try{n.setItem(e,s),n.setItem(e+":timestamp",t),r&&n.setItem(e+":vars",JSON.stringify(r))}catch(t){i.error('failed to save "'+e+'" to local storage for caching.')}}},getCSS:function(e,t,i){var r=n&&n.getItem(e),s=n&&n.getItem(e+":timestamp"),o=n&&n.getItem(e+":vars");if(i=i||{},o=o||"{}",s&&t.lastModified&&new Date(t.lastModified).valueOf()===new Date(s).valueOf()&&JSON.stringify(i)===o)return r}}}(e,n,s.logger);!function(){function e(){throw{type:"Runtime",message:"Image size functions are not supported in browser version of less"}}var t={"image-size":function(t){return e(),-1},"image-width":function(t){return e(),-1},"image-height":function(t){return e(),-1}};Q.addMultiple(t)}(s.environment),n.functions&&s.functions.functionRegistry.addMultiple(n.functions);var c=/^text\/(x-)?less$/;function f(e){var t={};for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i]);return t}function p(e,t){var i=Array.prototype.slice.call(arguments,2);return function(){var n=i.concat(Array.prototype.slice.call(arguments,0));return e.apply(t,n)}}function d(e){for(var t,i=r.getElementsByTagName("style"),o=0;o<i.length;o++)if((t=i[o]).type.match(c)){var a=f(n);a.modifyVars=e;var l=t.innerHTML||"";a.filename=r.location.href.replace(/#.*$/,""),s.render(l,a,p((function(e,t,i){t?u.add(t,"inline"):(e.type="text/css",e.styleSheet?e.styleSheet.cssText=i.css:e.innerHTML=i.css)}),null,t))}}function v(e,i,r,a,c){var p=f(n);t(p,e),p.mime=e.type,c&&(p.modifyVars=c),l.loadFile(e.href,null,p,o).then((function(t){!function(t){var n=t.contents,o=t.filename,c=t.webInfo,f={currentDirectory:l.getPath(o),filename:o,rootFilename:o,rewriteUrls:p.rewriteUrls};if(f.entryPath=f.currentDirectory,f.rootpath=p.rootpath||f.currentDirectory,c){c.remaining=a;var d=h.getCSS(o,c,p.modifyVars);if(!r&&d)return c.local=!0,void i(null,d,n,e,c,o)}u.remove(o),p.rootFileInfo=f,s.render(n,p,(function(t,r){t?(t.href=o,i(t)):(h.setCSS(e.href,c.lastModified,p.modifyVars,r.css),i(null,r.css,n,e,c,o))}))}(t)})).catch((function(e){console.log(e),i(e)}))}function m(e,t,i){for(var n=0;n<s.sheets.length;n++)v(s.sheets[n],e,t,s.sheets.length-(n+1),i)}return s.watch=function(){return s.watchMode||(s.env="development","development"===s.env&&(s.watchTimer=setInterval((function(){s.watchMode&&(l.clearFileCache(),m((function(t,n,r,s,o){t?u.add(t,t.href||s.href):n&&i(e.document,n,s)})))}),n.poll))),this.watchMode=!0,!0},s.unwatch=function(){return clearInterval(s.watchTimer),this.watchMode=!1,!1},s.registerStylesheetsImmediately=function(){var e=r.getElementsByTagName("link");s.sheets=[];for(var t=0;t<e.length;t++)("stylesheet/less"===e[t].rel||e[t].rel.match(/stylesheet/)&&e[t].type.match(c))&&s.sheets.push(e[t])},s.registerStylesheets=function(){return new Promise((function(e,t){s.registerStylesheetsImmediately(),e()}))},s.modifyVars=function(e){return s.refresh(!0,e,!1)},s.refresh=function(t,n,r){return(t||r)&&!1!==r&&l.clearFileCache(),new Promise((function(r,o){var a,l,h,c;a=l=new Date,0===(c=s.sheets.length)?(l=new Date,h=l-a,s.logger.info("Less has finished and no sheets were loaded."),r({startTime:a,endTime:l,totalMilliseconds:h,sheets:s.sheets.length})):m((function(t,n,f,p,d){if(t)return u.add(t,t.href||p.href),void o(t);d.local?s.logger.info("Loading "+p.href+" from cache."):s.logger.info("Rendered "+p.href+" successfully."),i(e.document,n,p),s.logger.info("CSS for "+p.href+" generated in "+(new Date-l)+"ms"),0===--c&&(h=new Date-a,s.logger.info("Less has finished. CSS generated in "+h+"ms"),r({startTime:a,endTime:l,totalMilliseconds:h,sheets:s.sheets.length})),l=new Date}),t,n),d(n)}))},s.refreshStyles=d,s}(window,Mt);function $t(e){e.filename&&console.warn(e),Mt.async||Rt.removeChild(Vt)}return window.less=Ft,Mt.onReady&&(/!watch/.test(window.location.hash)&&Ft.watch(),Mt.async||(Et="body { display: none !important }",Rt=document.head||document.getElementsByTagName("head")[0],(Vt=document.createElement("style")).type="text/css",Vt.styleSheet?Vt.styleSheet.cssText=Et:Vt.appendChild(document.createTextNode(Et)),Rt.appendChild(Vt)),Ft.registerStylesheetsImmediately(),Ft.pageLoadFinished=Ft.refresh("development"===Ft.env).then($t,$t)),Ft})); -//# sourceMappingURL=less.min.js.map - -!function(e,a){"object"==typeof exports&&"undefined"!=typeof module?module.exports=a():"function"==typeof define&&define.amd?define(a):e.moment=a()}(this,function(){"use strict";var E;function M(){return E.apply(null,arguments)}function F(e){return e instanceof Array||"[object Array]"===Object.prototype.toString.call(e)}function z(e){return null!=e&&"[object Object]"===Object.prototype.toString.call(e)}function l(e,a){return Object.prototype.hasOwnProperty.call(e,a)}function N(e){if(Object.getOwnPropertyNames)return 0===Object.getOwnPropertyNames(e).length;for(var a in e)if(l(e,a))return;return 1}function d(e){return void 0===e}function J(e){return"number"==typeof e||"[object Number]"===Object.prototype.toString.call(e)}function R(e){return e instanceof Date||"[object Date]"===Object.prototype.toString.call(e)}function C(e,a){for(var t=[],s=e.length,n=0;n<s;++n)t.push(a(e[n],n));return t}function I(e,a){for(var t in a)l(a,t)&&(e[t]=a[t]);return l(a,"toString")&&(e.toString=a.toString),l(a,"valueOf")&&(e.valueOf=a.valueOf),e}function U(e,a,t,s){return Fa(e,a,t,s,!0).utc()}function h(e){return null==e._pf&&(e._pf={empty:!1,unusedTokens:[],unusedInput:[],overflow:-2,charsLeftOver:0,nullInput:!1,invalidEra:null,invalidMonth:null,invalidFormat:!1,userInvalidated:!1,iso:!1,parsedDateParts:[],era:null,meridiem:null,rfc2822:!1,weekdayMismatch:!1}),e._pf}function G(e){if(null==e._isValid){var a=h(e),t=B.call(a.parsedDateParts,function(e){return null!=e}),t=!isNaN(e._d.getTime())&&a.overflow<0&&!a.empty&&!a.invalidEra&&!a.invalidMonth&&!a.invalidWeekday&&!a.weekdayMismatch&&!a.nullInput&&!a.invalidFormat&&!a.userInvalidated&&(!a.meridiem||a.meridiem&&t);if(e._strict&&(t=t&&0===a.charsLeftOver&&0===a.unusedTokens.length&&void 0===a.bigHour),null!=Object.isFrozen&&Object.isFrozen(e))return t;e._isValid=t}return e._isValid}function V(e){var a=U(NaN);return null!=e?I(h(a),e):h(a).userInvalidated=!0,a}var B=Array.prototype.some||function(e){for(var a=Object(this),t=a.length>>>0,s=0;s<t;s++)if(s in a&&e.call(this,a[s],s,a))return!0;return!1},K=M.momentProperties=[],q=!1;function Z(e,a){var t,s,n,r=K.length;if(d(a._isAMomentObject)||(e._isAMomentObject=a._isAMomentObject),d(a._i)||(e._i=a._i),d(a._f)||(e._f=a._f),d(a._l)||(e._l=a._l),d(a._strict)||(e._strict=a._strict),d(a._tzm)||(e._tzm=a._tzm),d(a._isUTC)||(e._isUTC=a._isUTC),d(a._offset)||(e._offset=a._offset),d(a._pf)||(e._pf=h(a)),d(a._locale)||(e._locale=a._locale),0<r)for(t=0;t<r;t++)d(n=a[s=K[t]])||(e[s]=n);return e}function $(e){Z(this,e),this._d=new Date(null!=e._d?e._d.getTime():NaN),this.isValid()||(this._d=new Date(NaN)),!1===q&&(q=!0,M.updateOffset(this),q=!1)}function Q(e){return e instanceof $||null!=e&&null!=e._isAMomentObject}function X(e){!1===M.suppressDeprecationWarnings&&"undefined"!=typeof console&&console.warn&&console.warn("Deprecation warning: "+e)}function e(r,d){var i=!0;return I(function(){if(null!=M.deprecationHandler&&M.deprecationHandler(null,r),i){for(var e,a,t=[],s=arguments.length,n=0;n<s;n++){if(e="","object"==typeof arguments[n]){for(a in e+="\n["+n+"] ",arguments[0])l(arguments[0],a)&&(e+=a+": "+arguments[0][a]+", ");e=e.slice(0,-2)}else e=arguments[n];t.push(e)}X(r+"\nArguments: "+Array.prototype.slice.call(t).join("")+"\n"+(new Error).stack),i=!1}return d.apply(this,arguments)},d)}var ee={};function ae(e,a){null!=M.deprecationHandler&&M.deprecationHandler(e,a),ee[e]||(X(a),ee[e]=!0)}function te(e){return"undefined"!=typeof Function&&e instanceof Function||"[object Function]"===Object.prototype.toString.call(e)}function se(e,a){var t,s=I({},e);for(t in a)l(a,t)&&(z(e[t])&&z(a[t])?(s[t]={},I(s[t],e[t]),I(s[t],a[t])):null!=a[t]?s[t]=a[t]:delete s[t]);for(t in e)l(e,t)&&!l(a,t)&&z(e[t])&&(s[t]=I({},s[t]));return s}function ne(e){null!=e&&this.set(e)}M.suppressDeprecationWarnings=!1,M.deprecationHandler=null;var re=Object.keys||function(e){var a,t=[];for(a in e)l(e,a)&&t.push(a);return t};function de(e,a,t){var s=""+Math.abs(e);return(0<=e?t?"+":"":"-")+Math.pow(10,Math.max(0,a-s.length)).toString().substr(1)+s}var ie=/(\[[^\[]*\])|(\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|N{1,5}|YYYYYY|YYYYY|YYYY|YY|y{2,4}|yo?|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g,_e=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,oe={},me={};function s(e,a,t,s){var n="string"==typeof s?function(){return this[s]()}:s;e&&(me[e]=n),a&&(me[a[0]]=function(){return de(n.apply(this,arguments),a[1],a[2])}),t&&(me[t]=function(){return this.localeData().ordinal(n.apply(this,arguments),e)})}function ue(e,a){return e.isValid()?(a=le(a,e.localeData()),oe[a]=oe[a]||function(s){for(var e,n=s.match(ie),a=0,r=n.length;a<r;a++)me[n[a]]?n[a]=me[n[a]]:n[a]=(e=n[a]).match(/\[[\s\S]/)?e.replace(/^\[|\]$/g,""):e.replace(/\\/g,"");return function(e){for(var a="",t=0;t<r;t++)a+=te(n[t])?n[t].call(e,s):n[t];return a}}(a),oe[a](e)):e.localeData().invalidDate()}function le(e,a){var t=5;function s(e){return a.longDateFormat(e)||e}for(_e.lastIndex=0;0<=t&&_e.test(e);)e=e.replace(_e,s),_e.lastIndex=0,--t;return e}var Me={};function a(e,a){var t=e.toLowerCase();Me[t]=Me[t+"s"]=Me[a]=e}function i(e){return"string"==typeof e?Me[e]||Me[e.toLowerCase()]:void 0}function he(e){var a,t,s={};for(t in e)l(e,t)&&(a=i(t))&&(s[a]=e[t]);return s}var ce={};function t(e,a){ce[e]=a}function Le(e){return e%4==0&&e%100!=0||e%400==0}function u(e){return e<0?Math.ceil(e)||0:Math.floor(e)}function m(e){var e=+e,a=0;return a=0!=e&&isFinite(e)?u(e):a}function Ye(a,t){return function(e){return null!=e?(fe(this,a,e),M.updateOffset(this,t),this):ye(this,a)}}function ye(e,a){return e.isValid()?e._d["get"+(e._isUTC?"UTC":"")+a]():NaN}function fe(e,a,t){e.isValid()&&!isNaN(t)&&("FullYear"===a&&Le(e.year())&&1===e.month()&&29===e.date()?(t=m(t),e._d["set"+(e._isUTC?"UTC":"")+a](t,e.month(),ze(t,e.month()))):e._d["set"+(e._isUTC?"UTC":"")+a](t))}var n=/\d/,r=/\d\d/,pe=/\d{3}/,ke=/\d{4}/,_=/[+-]?\d{6}/,o=/\d\d?/,c=/\d\d\d\d?/,L=/\d\d\d\d\d\d?/,De=/\d{1,3}/,Y=/\d{1,4}/,y=/[+-]?\d{1,6}/,Te=/\d+/,ge=/[+-]?\d+/,we=/Z|[+-]\d\d:?\d\d/gi,be=/Z|[+-]\d\d(?::?\d\d)?/gi,f=/[0-9]{0,256}['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFF07\uFF10-\uFFEF]{1,256}|[\u0600-\u06FF\/]{1,256}(\s*?[\u0600-\u06FF]{1,256}){1,2}/i;function p(e,t,s){He[e]=te(t)?t:function(e,a){return e&&s?s:t}}function Se(e,a){return l(He,e)?He[e](a._strict,a._locale):new RegExp(k(e.replace("\\","").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,function(e,a,t,s,n){return a||t||s||n})))}function k(e){return e.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}var He={},ve={};function D(e,t){var a,s,n=t;for("string"==typeof e&&(e=[e]),J(t)&&(n=function(e,a){a[t]=m(e)}),s=e.length,a=0;a<s;a++)ve[e[a]]=n}function je(e,n){D(e,function(e,a,t,s){t._w=t._w||{},n(e,t._w,t,s)})}var T,g=0,xe=1,Pe=2,w=3,Oe=4,We=5,Ae=6,Ee=7,Fe=8;function ze(e,a){if(isNaN(e)||isNaN(a))return NaN;var t=(a%(t=12)+t)%t;return e+=(a-t)/12,1==t?Le(e)?29:28:31-t%7%2}T=Array.prototype.indexOf||function(e){for(var a=0;a<this.length;++a)if(this[a]===e)return a;return-1},s("M",["MM",2],"Mo",function(){return this.month()+1}),s("MMM",0,0,function(e){return this.localeData().monthsShort(this,e)}),s("MMMM",0,0,function(e){return this.localeData().months(this,e)}),a("month","M"),t("month",8),p("M",o),p("MM",o,r),p("MMM",function(e,a){return a.monthsShortRegex(e)}),p("MMMM",function(e,a){return a.monthsRegex(e)}),D(["M","MM"],function(e,a){a[xe]=m(e)-1}),D(["MMM","MMMM"],function(e,a,t,s){s=t._locale.monthsParse(e,s,t._strict);null!=s?a[xe]=s:h(t).invalidMonth=e});var Ne="January_February_March_April_May_June_July_August_September_October_November_December".split("_"),Je="Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),Re=/D[oD]?(\[[^\[\]]*\]|\s)+MMMM?/,Ce=f,Ie=f;function Ue(e,a){var t;if(e.isValid()){if("string"==typeof a)if(/^\d+$/.test(a))a=m(a);else if(!J(a=e.localeData().monthsParse(a)))return;t=Math.min(e.date(),ze(e.year(),a)),e._d["set"+(e._isUTC?"UTC":"")+"Month"](a,t)}}function Ge(e){return null!=e?(Ue(this,e),M.updateOffset(this,!0),this):ye(this,"Month")}function Ve(){function e(e,a){return a.length-e.length}for(var a,t=[],s=[],n=[],r=0;r<12;r++)a=U([2e3,r]),t.push(this.monthsShort(a,"")),s.push(this.months(a,"")),n.push(this.months(a,"")),n.push(this.monthsShort(a,""));for(t.sort(e),s.sort(e),n.sort(e),r=0;r<12;r++)t[r]=k(t[r]),s[r]=k(s[r]);for(r=0;r<24;r++)n[r]=k(n[r]);this._monthsRegex=new RegExp("^("+n.join("|")+")","i"),this._monthsShortRegex=this._monthsRegex,this._monthsStrictRegex=new RegExp("^("+s.join("|")+")","i"),this._monthsShortStrictRegex=new RegExp("^("+t.join("|")+")","i")}function Be(e){return Le(e)?366:365}s("Y",0,0,function(){var e=this.year();return e<=9999?de(e,4):"+"+e}),s(0,["YY",2],0,function(){return this.year()%100}),s(0,["YYYY",4],0,"year"),s(0,["YYYYY",5],0,"year"),s(0,["YYYYYY",6,!0],0,"year"),a("year","y"),t("year",1),p("Y",ge),p("YY",o,r),p("YYYY",Y,ke),p("YYYYY",y,_),p("YYYYYY",y,_),D(["YYYYY","YYYYYY"],g),D("YYYY",function(e,a){a[g]=2===e.length?M.parseTwoDigitYear(e):m(e)}),D("YY",function(e,a){a[g]=M.parseTwoDigitYear(e)}),D("Y",function(e,a){a[g]=parseInt(e,10)}),M.parseTwoDigitYear=function(e){return m(e)+(68<m(e)?1900:2e3)};var Ke=Ye("FullYear",!0);function qe(e,a,t,s,n,r,d){var i;return e<100&&0<=e?(i=new Date(e+400,a,t,s,n,r,d),isFinite(i.getFullYear())&&i.setFullYear(e)):i=new Date(e,a,t,s,n,r,d),i}function Ze(e){var a;return e<100&&0<=e?((a=Array.prototype.slice.call(arguments))[0]=e+400,a=new Date(Date.UTC.apply(null,a)),isFinite(a.getUTCFullYear())&&a.setUTCFullYear(e)):a=new Date(Date.UTC.apply(null,arguments)),a}function $e(e,a,t){t=7+a-t;return t-(7+Ze(e,0,t).getUTCDay()-a)%7-1}function Qe(e,a,t,s,n){var r,a=1+7*(a-1)+(7+t-s)%7+$e(e,s,n),t=a<=0?Be(r=e-1)+a:a>Be(e)?(r=e+1,a-Be(e)):(r=e,a);return{year:r,dayOfYear:t}}function Xe(e,a,t){var s,n,r=$e(e.year(),a,t),r=Math.floor((e.dayOfYear()-r-1)/7)+1;return r<1?s=r+ea(n=e.year()-1,a,t):r>ea(e.year(),a,t)?(s=r-ea(e.year(),a,t),n=e.year()+1):(n=e.year(),s=r),{week:s,year:n}}function ea(e,a,t){var s=$e(e,a,t),a=$e(e+1,a,t);return(Be(e)-s+a)/7}s("w",["ww",2],"wo","week"),s("W",["WW",2],"Wo","isoWeek"),a("week","w"),a("isoWeek","W"),t("week",5),t("isoWeek",5),p("w",o),p("ww",o,r),p("W",o),p("WW",o,r),je(["w","ww","W","WW"],function(e,a,t,s){a[s.substr(0,1)]=m(e)});function aa(e,a){return e.slice(a,7).concat(e.slice(0,a))}s("d",0,"do","day"),s("dd",0,0,function(e){return this.localeData().weekdaysMin(this,e)}),s("ddd",0,0,function(e){return this.localeData().weekdaysShort(this,e)}),s("dddd",0,0,function(e){return this.localeData().weekdays(this,e)}),s("e",0,0,"weekday"),s("E",0,0,"isoWeekday"),a("day","d"),a("weekday","e"),a("isoWeekday","E"),t("day",11),t("weekday",11),t("isoWeekday",11),p("d",o),p("e",o),p("E",o),p("dd",function(e,a){return a.weekdaysMinRegex(e)}),p("ddd",function(e,a){return a.weekdaysShortRegex(e)}),p("dddd",function(e,a){return a.weekdaysRegex(e)}),je(["dd","ddd","dddd"],function(e,a,t,s){s=t._locale.weekdaysParse(e,s,t._strict);null!=s?a.d=s:h(t).invalidWeekday=e}),je(["d","e","E"],function(e,a,t,s){a[s]=m(e)});var ta="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),sa="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),na="Su_Mo_Tu_We_Th_Fr_Sa".split("_"),ra=f,da=f,ia=f;function _a(){function e(e,a){return a.length-e.length}for(var a,t,s,n=[],r=[],d=[],i=[],_=0;_<7;_++)s=U([2e3,1]).day(_),a=k(this.weekdaysMin(s,"")),t=k(this.weekdaysShort(s,"")),s=k(this.weekdays(s,"")),n.push(a),r.push(t),d.push(s),i.push(a),i.push(t),i.push(s);n.sort(e),r.sort(e),d.sort(e),i.sort(e),this._weekdaysRegex=new RegExp("^("+i.join("|")+")","i"),this._weekdaysShortRegex=this._weekdaysRegex,this._weekdaysMinRegex=this._weekdaysRegex,this._weekdaysStrictRegex=new RegExp("^("+d.join("|")+")","i"),this._weekdaysShortStrictRegex=new RegExp("^("+r.join("|")+")","i"),this._weekdaysMinStrictRegex=new RegExp("^("+n.join("|")+")","i")}function oa(){return this.hours()%12||12}function ma(e,a){s(e,0,0,function(){return this.localeData().meridiem(this.hours(),this.minutes(),a)})}function ua(e,a){return a._meridiemParse}s("H",["HH",2],0,"hour"),s("h",["hh",2],0,oa),s("k",["kk",2],0,function(){return this.hours()||24}),s("hmm",0,0,function(){return""+oa.apply(this)+de(this.minutes(),2)}),s("hmmss",0,0,function(){return""+oa.apply(this)+de(this.minutes(),2)+de(this.seconds(),2)}),s("Hmm",0,0,function(){return""+this.hours()+de(this.minutes(),2)}),s("Hmmss",0,0,function(){return""+this.hours()+de(this.minutes(),2)+de(this.seconds(),2)}),ma("a",!0),ma("A",!1),a("hour","h"),t("hour",13),p("a",ua),p("A",ua),p("H",o),p("h",o),p("k",o),p("HH",o,r),p("hh",o,r),p("kk",o,r),p("hmm",c),p("hmmss",L),p("Hmm",c),p("Hmmss",L),D(["H","HH"],w),D(["k","kk"],function(e,a,t){e=m(e);a[w]=24===e?0:e}),D(["a","A"],function(e,a,t){t._isPm=t._locale.isPM(e),t._meridiem=e}),D(["h","hh"],function(e,a,t){a[w]=m(e),h(t).bigHour=!0}),D("hmm",function(e,a,t){var s=e.length-2;a[w]=m(e.substr(0,s)),a[Oe]=m(e.substr(s)),h(t).bigHour=!0}),D("hmmss",function(e,a,t){var s=e.length-4,n=e.length-2;a[w]=m(e.substr(0,s)),a[Oe]=m(e.substr(s,2)),a[We]=m(e.substr(n)),h(t).bigHour=!0}),D("Hmm",function(e,a,t){var s=e.length-2;a[w]=m(e.substr(0,s)),a[Oe]=m(e.substr(s))}),D("Hmmss",function(e,a,t){var s=e.length-4,n=e.length-2;a[w]=m(e.substr(0,s)),a[Oe]=m(e.substr(s,2)),a[We]=m(e.substr(n))});f=Ye("Hours",!0);var la,Ma={calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},longDateFormat:{LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},invalidDate:"Invalid date",ordinal:"%d",dayOfMonthOrdinalParse:/\d{1,2}/,relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",w:"a week",ww:"%d weeks",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},months:Ne,monthsShort:Je,week:{dow:0,doy:6},weekdays:ta,weekdaysMin:na,weekdaysShort:sa,meridiemParse:/[ap]\.?m?\.?/i},b={},ha={};function ca(e){return e&&e.toLowerCase().replace("_","-")}function La(e){for(var a,t,s,n,r=0;r<e.length;){for(a=(n=ca(e[r]).split("-")).length,t=(t=ca(e[r+1]))?t.split("-"):null;0<a;){if(s=Ya(n.slice(0,a).join("-")))return s;if(t&&t.length>=a&&function(e,a){for(var t=Math.min(e.length,a.length),s=0;s<t;s+=1)if(e[s]!==a[s])return s;return t}(n,t)>=a-1)break;a--}r++}return la}function Ya(a){var e;if(void 0===b[a]&&"undefined"!=typeof module&&module&&module.exports&&null!=a.match("^[^/\\\\]*$"))try{e=la._abbr,require("./locale/"+a),ya(e)}catch(e){b[a]=null}return b[a]}function ya(e,a){return e&&((a=d(a)?pa(e):fa(e,a))?la=a:"undefined"!=typeof console&&console.warn&&console.warn("Locale "+e+" not found. Did you forget to load it?")),la._abbr}function fa(e,a){if(null===a)return delete b[e],null;var t,s=Ma;if(a.abbr=e,null!=b[e])ae("defineLocaleOverride","use moment.updateLocale(localeName, config) to change an existing locale. moment.defineLocale(localeName, config) should only be used for creating a new locale See http://momentjs.com/guides/#/warnings/define-locale/ for more info."),s=b[e]._config;else if(null!=a.parentLocale)if(null!=b[a.parentLocale])s=b[a.parentLocale]._config;else{if(null==(t=Ya(a.parentLocale)))return ha[a.parentLocale]||(ha[a.parentLocale]=[]),ha[a.parentLocale].push({name:e,config:a}),null;s=t._config}return b[e]=new ne(se(s,a)),ha[e]&&ha[e].forEach(function(e){fa(e.name,e.config)}),ya(e),b[e]}function pa(e){var a;if(!(e=e&&e._locale&&e._locale._abbr?e._locale._abbr:e))return la;if(!F(e)){if(a=Ya(e))return a;e=[e]}return La(e)}function ka(e){var a=e._a;return a&&-2===h(e).overflow&&(a=a[xe]<0||11<a[xe]?xe:a[Pe]<1||a[Pe]>ze(a[g],a[xe])?Pe:a[w]<0||24<a[w]||24===a[w]&&(0!==a[Oe]||0!==a[We]||0!==a[Ae])?w:a[Oe]<0||59<a[Oe]?Oe:a[We]<0||59<a[We]?We:a[Ae]<0||999<a[Ae]?Ae:-1,h(e)._overflowDayOfYear&&(a<g||Pe<a)&&(a=Pe),h(e)._overflowWeeks&&-1===a&&(a=Ee),h(e)._overflowWeekday&&-1===a&&(a=Fe),h(e).overflow=a),e}var Da=/^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?::\d\d(?::\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,Ta=/^\s*((?:[+-]\d{6}|\d{4})(?:\d\d\d\d|W\d\d\d|W\d\d|\d\d\d|\d\d|))(?:(T| )(\d\d(?:\d\d(?:\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,ga=/Z|[+-]\d\d(?::?\d\d)?/,wa=[["YYYYYY-MM-DD",/[+-]\d{6}-\d\d-\d\d/],["YYYY-MM-DD",/\d{4}-\d\d-\d\d/],["GGGG-[W]WW-E",/\d{4}-W\d\d-\d/],["GGGG-[W]WW",/\d{4}-W\d\d/,!1],["YYYY-DDD",/\d{4}-\d{3}/],["YYYY-MM",/\d{4}-\d\d/,!1],["YYYYYYMMDD",/[+-]\d{10}/],["YYYYMMDD",/\d{8}/],["GGGG[W]WWE",/\d{4}W\d{3}/],["GGGG[W]WW",/\d{4}W\d{2}/,!1],["YYYYDDD",/\d{7}/],["YYYYMM",/\d{6}/,!1],["YYYY",/\d{4}/,!1]],ba=[["HH:mm:ss.SSSS",/\d\d:\d\d:\d\d\.\d+/],["HH:mm:ss,SSSS",/\d\d:\d\d:\d\d,\d+/],["HH:mm:ss",/\d\d:\d\d:\d\d/],["HH:mm",/\d\d:\d\d/],["HHmmss.SSSS",/\d\d\d\d\d\d\.\d+/],["HHmmss,SSSS",/\d\d\d\d\d\d,\d+/],["HHmmss",/\d\d\d\d\d\d/],["HHmm",/\d\d\d\d/],["HH",/\d\d/]],Sa=/^\/?Date\((-?\d+)/i,Ha=/^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),?\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|([+-]\d{4}))$/,va={UT:0,GMT:0,EDT:-240,EST:-300,CDT:-300,CST:-360,MDT:-360,MST:-420,PDT:-420,PST:-480};function ja(e){var a,t,s,n,r,d,i=e._i,_=Da.exec(i)||Ta.exec(i),i=wa.length,o=ba.length;if(_){for(h(e).iso=!0,a=0,t=i;a<t;a++)if(wa[a][1].exec(_[1])){n=wa[a][0],s=!1!==wa[a][2];break}if(null==n)e._isValid=!1;else{if(_[3]){for(a=0,t=o;a<t;a++)if(ba[a][1].exec(_[3])){r=(_[2]||" ")+ba[a][0];break}if(null==r)return void(e._isValid=!1)}if(s||null==r){if(_[4]){if(!ga.exec(_[4]))return void(e._isValid=!1);d="Z"}e._f=n+(r||"")+(d||""),Aa(e)}else e._isValid=!1}}else e._isValid=!1}function xa(e,a,t,s,n,r){e=[function(e){e=parseInt(e,10);{if(e<=49)return 2e3+e;if(e<=999)return 1900+e}return e}(e),Je.indexOf(a),parseInt(t,10),parseInt(s,10),parseInt(n,10)];return r&&e.push(parseInt(r,10)),e}function Pa(e){var a,t,s,n,r=Ha.exec(e._i.replace(/\([^()]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").replace(/^\s\s*/,"").replace(/\s\s*$/,""));r?(a=xa(r[4],r[3],r[2],r[5],r[6],r[7]),t=r[1],s=a,n=e,t&&sa.indexOf(t)!==new Date(s[0],s[1],s[2]).getDay()?(h(n).weekdayMismatch=!0,n._isValid=!1):(e._a=a,e._tzm=(t=r[8],s=r[9],n=r[10],t?va[t]:s?0:60*(((t=parseInt(n,10))-(s=t%100))/100)+s),e._d=Ze.apply(null,e._a),e._d.setUTCMinutes(e._d.getUTCMinutes()-e._tzm),h(e).rfc2822=!0)):e._isValid=!1}function Oa(e,a,t){return null!=e?e:null!=a?a:t}function Wa(e){var a,t,s,n,r,d,i,_,o,m,u,l=[];if(!e._d){for(s=e,n=new Date(M.now()),t=s._useUTC?[n.getUTCFullYear(),n.getUTCMonth(),n.getUTCDate()]:[n.getFullYear(),n.getMonth(),n.getDate()],e._w&&null==e._a[Pe]&&null==e._a[xe]&&(null!=(n=(s=e)._w).GG||null!=n.W||null!=n.E?(_=1,o=4,r=Oa(n.GG,s._a[g],Xe(S(),1,4).year),d=Oa(n.W,1),((i=Oa(n.E,1))<1||7<i)&&(m=!0)):(_=s._locale._week.dow,o=s._locale._week.doy,u=Xe(S(),_,o),r=Oa(n.gg,s._a[g],u.year),d=Oa(n.w,u.week),null!=n.d?((i=n.d)<0||6<i)&&(m=!0):null!=n.e?(i=n.e+_,(n.e<0||6<n.e)&&(m=!0)):i=_),d<1||d>ea(r,_,o)?h(s)._overflowWeeks=!0:null!=m?h(s)._overflowWeekday=!0:(u=Qe(r,d,i,_,o),s._a[g]=u.year,s._dayOfYear=u.dayOfYear)),null!=e._dayOfYear&&(n=Oa(e._a[g],t[g]),(e._dayOfYear>Be(n)||0===e._dayOfYear)&&(h(e)._overflowDayOfYear=!0),m=Ze(n,0,e._dayOfYear),e._a[xe]=m.getUTCMonth(),e._a[Pe]=m.getUTCDate()),a=0;a<3&&null==e._a[a];++a)e._a[a]=l[a]=t[a];for(;a<7;a++)e._a[a]=l[a]=null==e._a[a]?2===a?1:0:e._a[a];24===e._a[w]&&0===e._a[Oe]&&0===e._a[We]&&0===e._a[Ae]&&(e._nextDay=!0,e._a[w]=0),e._d=(e._useUTC?Ze:qe).apply(null,l),r=e._useUTC?e._d.getUTCDay():e._d.getDay(),null!=e._tzm&&e._d.setUTCMinutes(e._d.getUTCMinutes()-e._tzm),e._nextDay&&(e._a[w]=24),e._w&&void 0!==e._w.d&&e._w.d!==r&&(h(e).weekdayMismatch=!0)}}function Aa(e){if(e._f===M.ISO_8601)ja(e);else if(e._f===M.RFC_2822)Pa(e);else{e._a=[],h(e).empty=!0;for(var a,t,s,n,r,d=""+e._i,i=d.length,_=0,o=le(e._f,e._locale).match(ie)||[],m=o.length,u=0;u<m;u++)t=o[u],(a=(d.match(Se(t,e))||[])[0])&&(0<(s=d.substr(0,d.indexOf(a))).length&&h(e).unusedInput.push(s),d=d.slice(d.indexOf(a)+a.length),_+=a.length),me[t]?(a?h(e).empty=!1:h(e).unusedTokens.push(t),s=t,r=e,null!=(n=a)&&l(ve,s)&&ve[s](n,r._a,r,s)):e._strict&&!a&&h(e).unusedTokens.push(t);h(e).charsLeftOver=i-_,0<d.length&&h(e).unusedInput.push(d),e._a[w]<=12&&!0===h(e).bigHour&&0<e._a[w]&&(h(e).bigHour=void 0),h(e).parsedDateParts=e._a.slice(0),h(e).meridiem=e._meridiem,e._a[w]=function(e,a,t){if(null==t)return a;return null!=e.meridiemHour?e.meridiemHour(a,t):null!=e.isPM?((e=e.isPM(t))&&a<12&&(a+=12),a=e||12!==a?a:0):a}(e._locale,e._a[w],e._meridiem),null!==(i=h(e).era)&&(e._a[g]=e._locale.erasConvertYear(i,e._a[g])),Wa(e),ka(e)}}function Ea(e){var a,t,s,n=e._i,r=e._f;if(e._locale=e._locale||pa(e._l),null===n||void 0===r&&""===n)return V({nullInput:!0});if("string"==typeof n&&(e._i=n=e._locale.preparse(n)),Q(n))return new $(ka(n));if(R(n))e._d=n;else if(F(r))!function(e){var a,t,s,n,r,d,i=!1,_=e._f.length;if(0===_)return h(e).invalidFormat=!0,e._d=new Date(NaN);for(n=0;n<_;n++)r=0,d=!1,a=Z({},e),null!=e._useUTC&&(a._useUTC=e._useUTC),a._f=e._f[n],Aa(a),G(a)&&(d=!0),r=(r+=h(a).charsLeftOver)+10*h(a).unusedTokens.length,h(a).score=r,i?r<s&&(s=r,t=a):(null==s||r<s||d)&&(s=r,t=a,d&&(i=!0));I(e,t||a)}(e);else if(r)Aa(e);else if(d(r=(n=e)._i))n._d=new Date(M.now());else R(r)?n._d=new Date(r.valueOf()):"string"==typeof r?(t=n,null!==(a=Sa.exec(t._i))?t._d=new Date(+a[1]):(ja(t),!1===t._isValid&&(delete t._isValid,Pa(t),!1===t._isValid&&(delete t._isValid,t._strict?t._isValid=!1:M.createFromInputFallback(t))))):F(r)?(n._a=C(r.slice(0),function(e){return parseInt(e,10)}),Wa(n)):z(r)?(a=n)._d||(s=void 0===(t=he(a._i)).day?t.date:t.day,a._a=C([t.year,t.month,s,t.hour,t.minute,t.second,t.millisecond],function(e){return e&&parseInt(e,10)}),Wa(a)):J(r)?n._d=new Date(r):M.createFromInputFallback(n);return G(e)||(e._d=null),e}function Fa(e,a,t,s,n){var r={};return!0!==a&&!1!==a||(s=a,a=void 0),!0!==t&&!1!==t||(s=t,t=void 0),(z(e)&&N(e)||F(e)&&0===e.length)&&(e=void 0),r._isAMomentObject=!0,r._useUTC=r._isUTC=n,r._l=t,r._i=e,r._f=a,r._strict=s,(n=new $(ka(Ea(n=r))))._nextDay&&(n.add(1,"d"),n._nextDay=void 0),n}function S(e,a,t,s){return Fa(e,a,t,s,!1)}M.createFromInputFallback=e("value provided is not in a recognized RFC2822 or ISO format. moment construction falls back to js Date(), which is not reliable across all browsers and versions. Non RFC2822/ISO date formats are discouraged. Please refer to http://momentjs.com/guides/#/warnings/js-date/ for more info.",function(e){e._d=new Date(e._i+(e._useUTC?" UTC":""))}),M.ISO_8601=function(){},M.RFC_2822=function(){};c=e("moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/",function(){var e=S.apply(null,arguments);return this.isValid()&&e.isValid()?e<this?this:e:V()}),L=e("moment().max is deprecated, use moment.min instead. http://momentjs.com/guides/#/warnings/min-max/",function(){var e=S.apply(null,arguments);return this.isValid()&&e.isValid()?this<e?this:e:V()});function za(e,a){var t,s;if(!(a=1===a.length&&F(a[0])?a[0]:a).length)return S();for(t=a[0],s=1;s<a.length;++s)a[s].isValid()&&!a[s][e](t)||(t=a[s]);return t}var Na=["year","quarter","month","week","day","hour","minute","second","millisecond"];function Ja(e){var e=he(e),a=e.year||0,t=e.quarter||0,s=e.month||0,n=e.week||e.isoWeek||0,r=e.day||0,d=e.hour||0,i=e.minute||0,_=e.second||0,o=e.millisecond||0;this._isValid=function(e){var a,t,s=!1,n=Na.length;for(a in e)if(l(e,a)&&(-1===T.call(Na,a)||null!=e[a]&&isNaN(e[a])))return!1;for(t=0;t<n;++t)if(e[Na[t]]){if(s)return!1;parseFloat(e[Na[t]])!==m(e[Na[t]])&&(s=!0)}return!0}(e),this._milliseconds=+o+1e3*_+6e4*i+1e3*d*60*60,this._days=+r+7*n,this._months=+s+3*t+12*a,this._data={},this._locale=pa(),this._bubble()}function Ra(e){return e instanceof Ja}function Ca(e){return e<0?-1*Math.round(-1*e):Math.round(e)}function Ia(e,t){s(e,0,0,function(){var e=this.utcOffset(),a="+";return e<0&&(e=-e,a="-"),a+de(~~(e/60),2)+t+de(~~e%60,2)})}Ia("Z",":"),Ia("ZZ",""),p("Z",be),p("ZZ",be),D(["Z","ZZ"],function(e,a,t){t._useUTC=!0,t._tzm=Ga(be,e)});var Ua=/([\+\-]|\d\d)/gi;function Ga(e,a){var a=(a||"").match(e);return null===a?null:0===(a=60*(e=((a[a.length-1]||[])+"").match(Ua)||["-",0,0])[1]+m(e[2]))?0:"+"===e[0]?a:-a}function Va(e,a){var t;return a._isUTC?(a=a.clone(),t=(Q(e)||R(e)?e:S(e)).valueOf()-a.valueOf(),a._d.setTime(a._d.valueOf()+t),M.updateOffset(a,!1),a):S(e).local()}function Ba(e){return-Math.round(e._d.getTimezoneOffset())}function Ka(){return!!this.isValid()&&(this._isUTC&&0===this._offset)}M.updateOffset=function(){};var qa=/^(-|\+)?(?:(\d*)[. ])?(\d+):(\d+)(?::(\d+)(\.\d*)?)?$/,Za=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;function $a(e,a){var t,s=e,n=null;return Ra(e)?s={ms:e._milliseconds,d:e._days,M:e._months}:J(e)||!isNaN(+e)?(s={},a?s[a]=+e:s.milliseconds=+e):(n=qa.exec(e))?(t="-"===n[1]?-1:1,s={y:0,d:m(n[Pe])*t,h:m(n[w])*t,m:m(n[Oe])*t,s:m(n[We])*t,ms:m(Ca(1e3*n[Ae]))*t}):(n=Za.exec(e))?(t="-"===n[1]?-1:1,s={y:Qa(n[2],t),M:Qa(n[3],t),w:Qa(n[4],t),d:Qa(n[5],t),h:Qa(n[6],t),m:Qa(n[7],t),s:Qa(n[8],t)}):null==s?s={}:"object"==typeof s&&("from"in s||"to"in s)&&(a=function(e,a){var t;if(!e.isValid()||!a.isValid())return{milliseconds:0,months:0};a=Va(a,e),e.isBefore(a)?t=Xa(e,a):((t=Xa(a,e)).milliseconds=-t.milliseconds,t.months=-t.months);return t}(S(s.from),S(s.to)),(s={}).ms=a.milliseconds,s.M=a.months),n=new Ja(s),Ra(e)&&l(e,"_locale")&&(n._locale=e._locale),Ra(e)&&l(e,"_isValid")&&(n._isValid=e._isValid),n}function Qa(e,a){e=e&&parseFloat(e.replace(",","."));return(isNaN(e)?0:e)*a}function Xa(e,a){var t={};return t.months=a.month()-e.month()+12*(a.year()-e.year()),e.clone().add(t.months,"M").isAfter(a)&&--t.months,t.milliseconds=+a-+e.clone().add(t.months,"M"),t}function et(s,n){return function(e,a){var t;return null===a||isNaN(+a)||(ae(n,"moment()."+n+"(period, number) is deprecated. Please use moment()."+n+"(number, period). See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info."),t=e,e=a,a=t),at(this,$a(e,a),s),this}}function at(e,a,t,s){var n=a._milliseconds,r=Ca(a._days),a=Ca(a._months);e.isValid()&&(s=null==s||s,a&&Ue(e,ye(e,"Month")+a*t),r&&fe(e,"Date",ye(e,"Date")+r*t),n&&e._d.setTime(e._d.valueOf()+n*t),s&&M.updateOffset(e,r||a))}$a.fn=Ja.prototype,$a.invalid=function(){return $a(NaN)};Ne=et(1,"add"),ta=et(-1,"subtract");function tt(e){return"string"==typeof e||e instanceof String}function st(e){return Q(e)||R(e)||tt(e)||J(e)||function(a){var e=F(a),t=!1;e&&(t=0===a.filter(function(e){return!J(e)&&tt(a)}).length);return e&&t}(e)||function(e){var a,t,s=z(e)&&!N(e),n=!1,r=["years","year","y","months","month","M","days","day","d","dates","date","D","hours","hour","h","minutes","minute","m","seconds","second","s","milliseconds","millisecond","ms"],d=r.length;for(a=0;a<d;a+=1)t=r[a],n=n||l(e,t);return s&&n}(e)||null==e}function nt(e,a){if(e.date()<a.date())return-nt(a,e);var t=12*(a.year()-e.year())+(a.month()-e.month()),s=e.clone().add(t,"months"),a=a-s<0?(a-s)/(s-e.clone().add(t-1,"months")):(a-s)/(e.clone().add(1+t,"months")-s);return-(t+a)||0}function rt(e){return void 0===e?this._locale._abbr:(null!=(e=pa(e))&&(this._locale=e),this)}M.defaultFormat="YYYY-MM-DDTHH:mm:ssZ",M.defaultFormatUtc="YYYY-MM-DDTHH:mm:ss[Z]";na=e("moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",function(e){return void 0===e?this.localeData():this.locale(e)});function dt(){return this._locale}var it=126227808e5;function _t(e,a){return(e%a+a)%a}function ot(e,a,t){return e<100&&0<=e?new Date(e+400,a,t)-it:new Date(e,a,t).valueOf()}function mt(e,a,t){return e<100&&0<=e?Date.UTC(e+400,a,t)-it:Date.UTC(e,a,t)}function ut(e,a){return a.erasAbbrRegex(e)}function lt(){for(var e=[],a=[],t=[],s=[],n=this.eras(),r=0,d=n.length;r<d;++r)a.push(k(n[r].name)),e.push(k(n[r].abbr)),t.push(k(n[r].narrow)),s.push(k(n[r].name)),s.push(k(n[r].abbr)),s.push(k(n[r].narrow));this._erasRegex=new RegExp("^("+s.join("|")+")","i"),this._erasNameRegex=new RegExp("^("+a.join("|")+")","i"),this._erasAbbrRegex=new RegExp("^("+e.join("|")+")","i"),this._erasNarrowRegex=new RegExp("^("+t.join("|")+")","i")}function Mt(e,a){s(0,[e,e.length],0,a)}function ht(e,a,t,s,n){var r;return null==e?Xe(this,s,n).year:(r=ea(e,s,n),function(e,a,t,s,n){e=Qe(e,a,t,s,n),a=Ze(e.year,0,e.dayOfYear);return this.year(a.getUTCFullYear()),this.month(a.getUTCMonth()),this.date(a.getUTCDate()),this}.call(this,e,a=r<a?r:a,t,s,n))}s("N",0,0,"eraAbbr"),s("NN",0,0,"eraAbbr"),s("NNN",0,0,"eraAbbr"),s("NNNN",0,0,"eraName"),s("NNNNN",0,0,"eraNarrow"),s("y",["y",1],"yo","eraYear"),s("y",["yy",2],0,"eraYear"),s("y",["yyy",3],0,"eraYear"),s("y",["yyyy",4],0,"eraYear"),p("N",ut),p("NN",ut),p("NNN",ut),p("NNNN",function(e,a){return a.erasNameRegex(e)}),p("NNNNN",function(e,a){return a.erasNarrowRegex(e)}),D(["N","NN","NNN","NNNN","NNNNN"],function(e,a,t,s){s=t._locale.erasParse(e,s,t._strict);s?h(t).era=s:h(t).invalidEra=e}),p("y",Te),p("yy",Te),p("yyy",Te),p("yyyy",Te),p("yo",function(e,a){return a._eraYearOrdinalRegex||Te}),D(["y","yy","yyy","yyyy"],g),D(["yo"],function(e,a,t,s){var n;t._locale._eraYearOrdinalRegex&&(n=e.match(t._locale._eraYearOrdinalRegex)),t._locale.eraYearOrdinalParse?a[g]=t._locale.eraYearOrdinalParse(e,n):a[g]=parseInt(e,10)}),s(0,["gg",2],0,function(){return this.weekYear()%100}),s(0,["GG",2],0,function(){return this.isoWeekYear()%100}),Mt("gggg","weekYear"),Mt("ggggg","weekYear"),Mt("GGGG","isoWeekYear"),Mt("GGGGG","isoWeekYear"),a("weekYear","gg"),a("isoWeekYear","GG"),t("weekYear",1),t("isoWeekYear",1),p("G",ge),p("g",ge),p("GG",o,r),p("gg",o,r),p("GGGG",Y,ke),p("gggg",Y,ke),p("GGGGG",y,_),p("ggggg",y,_),je(["gggg","ggggg","GGGG","GGGGG"],function(e,a,t,s){a[s.substr(0,2)]=m(e)}),je(["gg","GG"],function(e,a,t,s){a[s]=M.parseTwoDigitYear(e)}),s("Q",0,"Qo","quarter"),a("quarter","Q"),t("quarter",7),p("Q",n),D("Q",function(e,a){a[xe]=3*(m(e)-1)}),s("D",["DD",2],"Do","date"),a("date","D"),t("date",9),p("D",o),p("DD",o,r),p("Do",function(e,a){return e?a._dayOfMonthOrdinalParse||a._ordinalParse:a._dayOfMonthOrdinalParseLenient}),D(["D","DD"],Pe),D("Do",function(e,a){a[Pe]=m(e.match(o)[0])});Y=Ye("Date",!0);s("DDD",["DDDD",3],"DDDo","dayOfYear"),a("dayOfYear","DDD"),t("dayOfYear",4),p("DDD",De),p("DDDD",pe),D(["DDD","DDDD"],function(e,a,t){t._dayOfYear=m(e)}),s("m",["mm",2],0,"minute"),a("minute","m"),t("minute",14),p("m",o),p("mm",o,r),D(["m","mm"],Oe);var ct,ke=Ye("Minutes",!1),y=(s("s",["ss",2],0,"second"),a("second","s"),t("second",15),p("s",o),p("ss",o,r),D(["s","ss"],We),Ye("Seconds",!1));for(s("S",0,0,function(){return~~(this.millisecond()/100)}),s(0,["SS",2],0,function(){return~~(this.millisecond()/10)}),s(0,["SSS",3],0,"millisecond"),s(0,["SSSS",4],0,function(){return 10*this.millisecond()}),s(0,["SSSSS",5],0,function(){return 100*this.millisecond()}),s(0,["SSSSSS",6],0,function(){return 1e3*this.millisecond()}),s(0,["SSSSSSS",7],0,function(){return 1e4*this.millisecond()}),s(0,["SSSSSSSS",8],0,function(){return 1e5*this.millisecond()}),s(0,["SSSSSSSSS",9],0,function(){return 1e6*this.millisecond()}),a("millisecond","ms"),t("millisecond",16),p("S",De,n),p("SS",De,r),p("SSS",De,pe),ct="SSSS";ct.length<=9;ct+="S")p(ct,Te);function Lt(e,a){a[Ae]=m(1e3*("0."+e))}for(ct="S";ct.length<=9;ct+="S")D(ct,Lt);_=Ye("Milliseconds",!1),s("z",0,0,"zoneAbbr"),s("zz",0,0,"zoneName");n=$.prototype;function Yt(e){return e}n.add=Ne,n.calendar=function(e,a){1===arguments.length&&(arguments[0]?st(arguments[0])?(e=arguments[0],a=void 0):function(e){for(var a=z(e)&&!N(e),t=!1,s=["sameDay","nextDay","lastDay","nextWeek","lastWeek","sameElse"],n=0;n<s.length;n+=1)t=t||l(e,s[n]);return a&&t}(arguments[0])&&(a=arguments[0],e=void 0):a=e=void 0);var e=e||S(),t=Va(e,this).startOf("day"),t=M.calendarFormat(this,t)||"sameElse",a=a&&(te(a[t])?a[t].call(this,e):a[t]);return this.format(a||this.localeData().calendar(t,this,S(e)))},n.clone=function(){return new $(this)},n.diff=function(e,a,t){var s,n,r;if(!this.isValid())return NaN;if(!(s=Va(e,this)).isValid())return NaN;switch(n=6e4*(s.utcOffset()-this.utcOffset()),a=i(a)){case"year":r=nt(this,s)/12;break;case"month":r=nt(this,s);break;case"quarter":r=nt(this,s)/3;break;case"second":r=(this-s)/1e3;break;case"minute":r=(this-s)/6e4;break;case"hour":r=(this-s)/36e5;break;case"day":r=(this-s-n)/864e5;break;case"week":r=(this-s-n)/6048e5;break;default:r=this-s}return t?r:u(r)},n.endOf=function(e){var a,t;if(void 0===(e=i(e))||"millisecond"===e||!this.isValid())return this;switch(t=this._isUTC?mt:ot,e){case"year":a=t(this.year()+1,0,1)-1;break;case"quarter":a=t(this.year(),this.month()-this.month()%3+3,1)-1;break;case"month":a=t(this.year(),this.month()+1,1)-1;break;case"week":a=t(this.year(),this.month(),this.date()-this.weekday()+7)-1;break;case"isoWeek":a=t(this.year(),this.month(),this.date()-(this.isoWeekday()-1)+7)-1;break;case"day":case"date":a=t(this.year(),this.month(),this.date()+1)-1;break;case"hour":a=this._d.valueOf(),a+=36e5-_t(a+(this._isUTC?0:6e4*this.utcOffset()),36e5)-1;break;case"minute":a=this._d.valueOf(),a+=6e4-_t(a,6e4)-1;break;case"second":a=this._d.valueOf(),a+=1e3-_t(a,1e3)-1;break}return this._d.setTime(a),M.updateOffset(this,!0),this},n.format=function(e){return e=e||(this.isUtc()?M.defaultFormatUtc:M.defaultFormat),e=ue(this,e),this.localeData().postformat(e)},n.from=function(e,a){return this.isValid()&&(Q(e)&&e.isValid()||S(e).isValid())?$a({to:this,from:e}).locale(this.locale()).humanize(!a):this.localeData().invalidDate()},n.fromNow=function(e){return this.from(S(),e)},n.to=function(e,a){return this.isValid()&&(Q(e)&&e.isValid()||S(e).isValid())?$a({from:this,to:e}).locale(this.locale()).humanize(!a):this.localeData().invalidDate()},n.toNow=function(e){return this.to(S(),e)},n.get=function(e){return te(this[e=i(e)])?this[e]():this},n.invalidAt=function(){return h(this).overflow},n.isAfter=function(e,a){return e=Q(e)?e:S(e),!(!this.isValid()||!e.isValid())&&("millisecond"===(a=i(a)||"millisecond")?this.valueOf()>e.valueOf():e.valueOf()<this.clone().startOf(a).valueOf())},n.isBefore=function(e,a){return e=Q(e)?e:S(e),!(!this.isValid()||!e.isValid())&&("millisecond"===(a=i(a)||"millisecond")?this.valueOf()<e.valueOf():this.clone().endOf(a).valueOf()<e.valueOf())},n.isBetween=function(e,a,t,s){return e=Q(e)?e:S(e),a=Q(a)?a:S(a),!!(this.isValid()&&e.isValid()&&a.isValid())&&(("("===(s=s||"()")[0]?this.isAfter(e,t):!this.isBefore(e,t))&&(")"===s[1]?this.isBefore(a,t):!this.isAfter(a,t)))},n.isSame=function(e,a){var e=Q(e)?e:S(e);return!(!this.isValid()||!e.isValid())&&("millisecond"===(a=i(a)||"millisecond")?this.valueOf()===e.valueOf():(e=e.valueOf(),this.clone().startOf(a).valueOf()<=e&&e<=this.clone().endOf(a).valueOf()))},n.isSameOrAfter=function(e,a){return this.isSame(e,a)||this.isAfter(e,a)},n.isSameOrBefore=function(e,a){return this.isSame(e,a)||this.isBefore(e,a)},n.isValid=function(){return G(this)},n.lang=na,n.locale=rt,n.localeData=dt,n.max=L,n.min=c,n.parsingFlags=function(){return I({},h(this))},n.set=function(e,a){if("object"==typeof e)for(var t=function(e){var a,t=[];for(a in e)l(e,a)&&t.push({unit:a,priority:ce[a]});return t.sort(function(e,a){return e.priority-a.priority}),t}(e=he(e)),s=t.length,n=0;n<s;n++)this[t[n].unit](e[t[n].unit]);else if(te(this[e=i(e)]))return this[e](a);return this},n.startOf=function(e){var a,t;if(void 0===(e=i(e))||"millisecond"===e||!this.isValid())return this;switch(t=this._isUTC?mt:ot,e){case"year":a=t(this.year(),0,1);break;case"quarter":a=t(this.year(),this.month()-this.month()%3,1);break;case"month":a=t(this.year(),this.month(),1);break;case"week":a=t(this.year(),this.month(),this.date()-this.weekday());break;case"isoWeek":a=t(this.year(),this.month(),this.date()-(this.isoWeekday()-1));break;case"day":case"date":a=t(this.year(),this.month(),this.date());break;case"hour":a=this._d.valueOf(),a-=_t(a+(this._isUTC?0:6e4*this.utcOffset()),36e5);break;case"minute":a=this._d.valueOf(),a-=_t(a,6e4);break;case"second":a=this._d.valueOf(),a-=_t(a,1e3);break}return this._d.setTime(a),M.updateOffset(this,!0),this},n.subtract=ta,n.toArray=function(){var e=this;return[e.year(),e.month(),e.date(),e.hour(),e.minute(),e.second(),e.millisecond()]},n.toObject=function(){var e=this;return{years:e.year(),months:e.month(),date:e.date(),hours:e.hours(),minutes:e.minutes(),seconds:e.seconds(),milliseconds:e.milliseconds()}},n.toDate=function(){return new Date(this.valueOf())},n.toISOString=function(e){if(!this.isValid())return null;var a=(e=!0!==e)?this.clone().utc():this;return a.year()<0||9999<a.year()?ue(a,e?"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYYYY-MM-DD[T]HH:mm:ss.SSSZ"):te(Date.prototype.toISOString)?e?this.toDate().toISOString():new Date(this.valueOf()+60*this.utcOffset()*1e3).toISOString().replace("Z",ue(a,"Z")):ue(a,e?"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYY-MM-DD[T]HH:mm:ss.SSSZ")},n.inspect=function(){if(!this.isValid())return"moment.invalid(/* "+this._i+" */)";var e,a="moment",t="";return this.isLocal()||(a=0===this.utcOffset()?"moment.utc":"moment.parseZone",t="Z"),a="["+a+'("]',e=0<=this.year()&&this.year()<=9999?"YYYY":"YYYYYY",this.format(a+e+"-MM-DD[T]HH:mm:ss.SSS"+(t+'[")]'))},"undefined"!=typeof Symbol&&null!=Symbol.for&&(n[Symbol.for("nodejs.util.inspect.custom")]=function(){return"Moment<"+this.format()+">"}),n.toJSON=function(){return this.isValid()?this.toISOString():null},n.toString=function(){return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")},n.unix=function(){return Math.floor(this.valueOf()/1e3)},n.valueOf=function(){return this._d.valueOf()-6e4*(this._offset||0)},n.creationData=function(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}},n.eraName=function(){for(var e,a=this.localeData().eras(),t=0,s=a.length;t<s;++t){if(e=this.clone().startOf("day").valueOf(),a[t].since<=e&&e<=a[t].until)return a[t].name;if(a[t].until<=e&&e<=a[t].since)return a[t].name}return""},n.eraNarrow=function(){for(var e,a=this.localeData().eras(),t=0,s=a.length;t<s;++t){if(e=this.clone().startOf("day").valueOf(),a[t].since<=e&&e<=a[t].until)return a[t].narrow;if(a[t].until<=e&&e<=a[t].since)return a[t].narrow}return""},n.eraAbbr=function(){for(var e,a=this.localeData().eras(),t=0,s=a.length;t<s;++t){if(e=this.clone().startOf("day").valueOf(),a[t].since<=e&&e<=a[t].until)return a[t].abbr;if(a[t].until<=e&&e<=a[t].since)return a[t].abbr}return""},n.eraYear=function(){for(var e,a,t=this.localeData().eras(),s=0,n=t.length;s<n;++s)if(e=t[s].since<=t[s].until?1:-1,a=this.clone().startOf("day").valueOf(),t[s].since<=a&&a<=t[s].until||t[s].until<=a&&a<=t[s].since)return(this.year()-M(t[s].since).year())*e+t[s].offset;return this.year()},n.year=Ke,n.isLeapYear=function(){return Le(this.year())},n.weekYear=function(e){return ht.call(this,e,this.week(),this.weekday(),this.localeData()._week.dow,this.localeData()._week.doy)},n.isoWeekYear=function(e){return ht.call(this,e,this.isoWeek(),this.isoWeekday(),1,4)},n.quarter=n.quarters=function(e){return null==e?Math.ceil((this.month()+1)/3):this.month(3*(e-1)+this.month()%3)},n.month=Ge,n.daysInMonth=function(){return ze(this.year(),this.month())},n.week=n.weeks=function(e){var a=this.localeData().week(this);return null==e?a:this.add(7*(e-a),"d")},n.isoWeek=n.isoWeeks=function(e){var a=Xe(this,1,4).week;return null==e?a:this.add(7*(e-a),"d")},n.weeksInYear=function(){var e=this.localeData()._week;return ea(this.year(),e.dow,e.doy)},n.weeksInWeekYear=function(){var e=this.localeData()._week;return ea(this.weekYear(),e.dow,e.doy)},n.isoWeeksInYear=function(){return ea(this.year(),1,4)},n.isoWeeksInISOWeekYear=function(){return ea(this.isoWeekYear(),1,4)},n.date=Y,n.day=n.days=function(e){if(!this.isValid())return null!=e?this:NaN;var a,t,s=this._isUTC?this._d.getUTCDay():this._d.getDay();return null!=e?(a=e,t=this.localeData(),e="string"!=typeof a?a:isNaN(a)?"number"==typeof(a=t.weekdaysParse(a))?a:null:parseInt(a,10),this.add(e-s,"d")):s},n.weekday=function(e){if(!this.isValid())return null!=e?this:NaN;var a=(this.day()+7-this.localeData()._week.dow)%7;return null==e?a:this.add(e-a,"d")},n.isoWeekday=function(e){return this.isValid()?null!=e?(a=e,t=this.localeData(),t="string"==typeof a?t.weekdaysParse(a)%7||7:isNaN(a)?null:a,this.day(this.day()%7?t:t-7)):this.day()||7:null!=e?this:NaN;var a,t},n.dayOfYear=function(e){var a=Math.round((this.clone().startOf("day")-this.clone().startOf("year"))/864e5)+1;return null==e?a:this.add(e-a,"d")},n.hour=n.hours=f,n.minute=n.minutes=ke,n.second=n.seconds=y,n.millisecond=n.milliseconds=_,n.utcOffset=function(e,a,t){var s,n=this._offset||0;if(!this.isValid())return null!=e?this:NaN;if(null==e)return this._isUTC?n:Ba(this);if("string"==typeof e){if(null===(e=Ga(be,e)))return this}else Math.abs(e)<16&&!t&&(e*=60);return!this._isUTC&&a&&(s=Ba(this)),this._offset=e,this._isUTC=!0,null!=s&&this.add(s,"m"),n!==e&&(!a||this._changeInProgress?at(this,$a(e-n,"m"),1,!1):this._changeInProgress||(this._changeInProgress=!0,M.updateOffset(this,!0),this._changeInProgress=null)),this},n.utc=function(e){return this.utcOffset(0,e)},n.local=function(e){return this._isUTC&&(this.utcOffset(0,e),this._isUTC=!1,e&&this.subtract(Ba(this),"m")),this},n.parseZone=function(){var e;return null!=this._tzm?this.utcOffset(this._tzm,!1,!0):"string"==typeof this._i&&(null!=(e=Ga(we,this._i))?this.utcOffset(e):this.utcOffset(0,!0)),this},n.hasAlignedHourOffset=function(e){return!!this.isValid()&&(e=e?S(e).utcOffset():0,(this.utcOffset()-e)%60==0)},n.isDST=function(){return this.utcOffset()>this.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()},n.isLocal=function(){return!!this.isValid()&&!this._isUTC},n.isUtcOffset=function(){return!!this.isValid()&&this._isUTC},n.isUtc=Ka,n.isUTC=Ka,n.zoneAbbr=function(){return this._isUTC?"UTC":""},n.zoneName=function(){return this._isUTC?"Coordinated Universal Time":""},n.dates=e("dates accessor is deprecated. Use date instead.",Y),n.months=e("months accessor is deprecated. Use month instead",Ge),n.years=e("years accessor is deprecated. Use year instead",Ke),n.zone=e("moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",function(e,a){return null!=e?(this.utcOffset(e="string"!=typeof e?-e:e,a),this):-this.utcOffset()}),n.isDSTShifted=e("isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",function(){if(!d(this._isDSTShifted))return this._isDSTShifted;var e,a={};return Z(a,this),(a=Ea(a))._a?(e=(a._isUTC?U:S)(a._a),this._isDSTShifted=this.isValid()&&0<function(e,a,t){for(var s=Math.min(e.length,a.length),n=Math.abs(e.length-a.length),r=0,d=0;d<s;d++)(t&&e[d]!==a[d]||!t&&m(e[d])!==m(a[d]))&&r++;return r+n}(a._a,e.toArray())):this._isDSTShifted=!1,this._isDSTShifted});r=ne.prototype;function yt(e,a,t,s){var n=pa(),s=U().set(s,a);return n[t](s,e)}function ft(e,a,t){if(J(e)&&(a=e,e=void 0),e=e||"",null!=a)return yt(e,a,t,"month");for(var s=[],n=0;n<12;n++)s[n]=yt(e,n,t,"month");return s}function pt(e,a,t,s){a=("boolean"==typeof e?J(a)&&(t=a,a=void 0):(a=e,e=!1,J(t=a)&&(t=a,a=void 0)),a||"");var n,r=pa(),d=e?r._week.dow:0,i=[];if(null!=t)return yt(a,(t+d)%7,s,"day");for(n=0;n<7;n++)i[n]=yt(a,(n+d)%7,s,"day");return i}r.calendar=function(e,a,t){return te(e=this._calendar[e]||this._calendar.sameElse)?e.call(a,t):e},r.longDateFormat=function(e){var a=this._longDateFormat[e],t=this._longDateFormat[e.toUpperCase()];return a||!t?a:(this._longDateFormat[e]=t.match(ie).map(function(e){return"MMMM"===e||"MM"===e||"DD"===e||"dddd"===e?e.slice(1):e}).join(""),this._longDateFormat[e])},r.invalidDate=function(){return this._invalidDate},r.ordinal=function(e){return this._ordinal.replace("%d",e)},r.preparse=Yt,r.postformat=Yt,r.relativeTime=function(e,a,t,s){var n=this._relativeTime[t];return te(n)?n(e,a,t,s):n.replace(/%d/i,e)},r.pastFuture=function(e,a){return te(e=this._relativeTime[0<e?"future":"past"])?e(a):e.replace(/%s/i,a)},r.set=function(e){var a,t;for(t in e)l(e,t)&&(te(a=e[t])?this[t]=a:this["_"+t]=a);this._config=e,this._dayOfMonthOrdinalParseLenient=new RegExp((this._dayOfMonthOrdinalParse.source||this._ordinalParse.source)+"|"+/\d{1,2}/.source)},r.eras=function(e,a){for(var t,s=this._eras||pa("en")._eras,n=0,r=s.length;n<r;++n){switch(typeof s[n].since){case"string":t=M(s[n].since).startOf("day"),s[n].since=t.valueOf();break}switch(typeof s[n].until){case"undefined":s[n].until=1/0;break;case"string":t=M(s[n].until).startOf("day").valueOf(),s[n].until=t.valueOf();break}}return s},r.erasParse=function(e,a,t){var s,n,r,d,i,_=this.eras();for(e=e.toUpperCase(),s=0,n=_.length;s<n;++s)if(r=_[s].name.toUpperCase(),d=_[s].abbr.toUpperCase(),i=_[s].narrow.toUpperCase(),t)switch(a){case"N":case"NN":case"NNN":if(d===e)return _[s];break;case"NNNN":if(r===e)return _[s];break;case"NNNNN":if(i===e)return _[s];break}else if(0<=[r,d,i].indexOf(e))return _[s]},r.erasConvertYear=function(e,a){var t=e.since<=e.until?1:-1;return void 0===a?M(e.since).year():M(e.since).year()+(a-e.offset)*t},r.erasAbbrRegex=function(e){return l(this,"_erasAbbrRegex")||lt.call(this),e?this._erasAbbrRegex:this._erasRegex},r.erasNameRegex=function(e){return l(this,"_erasNameRegex")||lt.call(this),e?this._erasNameRegex:this._erasRegex},r.erasNarrowRegex=function(e){return l(this,"_erasNarrowRegex")||lt.call(this),e?this._erasNarrowRegex:this._erasRegex},r.months=function(e,a){return e?(F(this._months)?this._months:this._months[(this._months.isFormat||Re).test(a)?"format":"standalone"])[e.month()]:F(this._months)?this._months:this._months.standalone},r.monthsShort=function(e,a){return e?(F(this._monthsShort)?this._monthsShort:this._monthsShort[Re.test(a)?"format":"standalone"])[e.month()]:F(this._monthsShort)?this._monthsShort:this._monthsShort.standalone},r.monthsParse=function(e,a,t){var s,n;if(this._monthsParseExact)return function(e,a,t){var s,n,r,e=e.toLocaleLowerCase();if(!this._monthsParse)for(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[],s=0;s<12;++s)r=U([2e3,s]),this._shortMonthsParse[s]=this.monthsShort(r,"").toLocaleLowerCase(),this._longMonthsParse[s]=this.months(r,"").toLocaleLowerCase();return t?"MMM"===a?-1!==(n=T.call(this._shortMonthsParse,e))?n:null:-1!==(n=T.call(this._longMonthsParse,e))?n:null:"MMM"===a?-1!==(n=T.call(this._shortMonthsParse,e))||-1!==(n=T.call(this._longMonthsParse,e))?n:null:-1!==(n=T.call(this._longMonthsParse,e))||-1!==(n=T.call(this._shortMonthsParse,e))?n:null}.call(this,e,a,t);for(this._monthsParse||(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[]),s=0;s<12;s++){if(n=U([2e3,s]),t&&!this._longMonthsParse[s]&&(this._longMonthsParse[s]=new RegExp("^"+this.months(n,"").replace(".","")+"$","i"),this._shortMonthsParse[s]=new RegExp("^"+this.monthsShort(n,"").replace(".","")+"$","i")),t||this._monthsParse[s]||(n="^"+this.months(n,"")+"|^"+this.monthsShort(n,""),this._monthsParse[s]=new RegExp(n.replace(".",""),"i")),t&&"MMMM"===a&&this._longMonthsParse[s].test(e))return s;if(t&&"MMM"===a&&this._shortMonthsParse[s].test(e))return s;if(!t&&this._monthsParse[s].test(e))return s}},r.monthsRegex=function(e){return this._monthsParseExact?(l(this,"_monthsRegex")||Ve.call(this),e?this._monthsStrictRegex:this._monthsRegex):(l(this,"_monthsRegex")||(this._monthsRegex=Ie),this._monthsStrictRegex&&e?this._monthsStrictRegex:this._monthsRegex)},r.monthsShortRegex=function(e){return this._monthsParseExact?(l(this,"_monthsRegex")||Ve.call(this),e?this._monthsShortStrictRegex:this._monthsShortRegex):(l(this,"_monthsShortRegex")||(this._monthsShortRegex=Ce),this._monthsShortStrictRegex&&e?this._monthsShortStrictRegex:this._monthsShortRegex)},r.week=function(e){return Xe(e,this._week.dow,this._week.doy).week},r.firstDayOfYear=function(){return this._week.doy},r.firstDayOfWeek=function(){return this._week.dow},r.weekdays=function(e,a){return a=F(this._weekdays)?this._weekdays:this._weekdays[e&&!0!==e&&this._weekdays.isFormat.test(a)?"format":"standalone"],!0===e?aa(a,this._week.dow):e?a[e.day()]:a},r.weekdaysMin=function(e){return!0===e?aa(this._weekdaysMin,this._week.dow):e?this._weekdaysMin[e.day()]:this._weekdaysMin},r.weekdaysShort=function(e){return!0===e?aa(this._weekdaysShort,this._week.dow):e?this._weekdaysShort[e.day()]:this._weekdaysShort},r.weekdaysParse=function(e,a,t){var s,n;if(this._weekdaysParseExact)return function(e,a,t){var s,n,r,e=e.toLocaleLowerCase();if(!this._weekdaysParse)for(this._weekdaysParse=[],this._shortWeekdaysParse=[],this._minWeekdaysParse=[],s=0;s<7;++s)r=U([2e3,1]).day(s),this._minWeekdaysParse[s]=this.weekdaysMin(r,"").toLocaleLowerCase(),this._shortWeekdaysParse[s]=this.weekdaysShort(r,"").toLocaleLowerCase(),this._weekdaysParse[s]=this.weekdays(r,"").toLocaleLowerCase();return t?"dddd"===a?-1!==(n=T.call(this._weekdaysParse,e))?n:null:"ddd"===a?-1!==(n=T.call(this._shortWeekdaysParse,e))?n:null:-1!==(n=T.call(this._minWeekdaysParse,e))?n:null:"dddd"===a?-1!==(n=T.call(this._weekdaysParse,e))||-1!==(n=T.call(this._shortWeekdaysParse,e))||-1!==(n=T.call(this._minWeekdaysParse,e))?n:null:"ddd"===a?-1!==(n=T.call(this._shortWeekdaysParse,e))||-1!==(n=T.call(this._weekdaysParse,e))||-1!==(n=T.call(this._minWeekdaysParse,e))?n:null:-1!==(n=T.call(this._minWeekdaysParse,e))||-1!==(n=T.call(this._weekdaysParse,e))||-1!==(n=T.call(this._shortWeekdaysParse,e))?n:null}.call(this,e,a,t);for(this._weekdaysParse||(this._weekdaysParse=[],this._minWeekdaysParse=[],this._shortWeekdaysParse=[],this._fullWeekdaysParse=[]),s=0;s<7;s++){if(n=U([2e3,1]).day(s),t&&!this._fullWeekdaysParse[s]&&(this._fullWeekdaysParse[s]=new RegExp("^"+this.weekdays(n,"").replace(".","\\.?")+"$","i"),this._shortWeekdaysParse[s]=new RegExp("^"+this.weekdaysShort(n,"").replace(".","\\.?")+"$","i"),this._minWeekdaysParse[s]=new RegExp("^"+this.weekdaysMin(n,"").replace(".","\\.?")+"$","i")),this._weekdaysParse[s]||(n="^"+this.weekdays(n,"")+"|^"+this.weekdaysShort(n,"")+"|^"+this.weekdaysMin(n,""),this._weekdaysParse[s]=new RegExp(n.replace(".",""),"i")),t&&"dddd"===a&&this._fullWeekdaysParse[s].test(e))return s;if(t&&"ddd"===a&&this._shortWeekdaysParse[s].test(e))return s;if(t&&"dd"===a&&this._minWeekdaysParse[s].test(e))return s;if(!t&&this._weekdaysParse[s].test(e))return s}},r.weekdaysRegex=function(e){return this._weekdaysParseExact?(l(this,"_weekdaysRegex")||_a.call(this),e?this._weekdaysStrictRegex:this._weekdaysRegex):(l(this,"_weekdaysRegex")||(this._weekdaysRegex=ra),this._weekdaysStrictRegex&&e?this._weekdaysStrictRegex:this._weekdaysRegex)},r.weekdaysShortRegex=function(e){return this._weekdaysParseExact?(l(this,"_weekdaysRegex")||_a.call(this),e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex):(l(this,"_weekdaysShortRegex")||(this._weekdaysShortRegex=da),this._weekdaysShortStrictRegex&&e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex)},r.weekdaysMinRegex=function(e){return this._weekdaysParseExact?(l(this,"_weekdaysRegex")||_a.call(this),e?this._weekdaysMinStrictRegex:this._weekdaysMinRegex):(l(this,"_weekdaysMinRegex")||(this._weekdaysMinRegex=ia),this._weekdaysMinStrictRegex&&e?this._weekdaysMinStrictRegex:this._weekdaysMinRegex)},r.isPM=function(e){return"p"===(e+"").toLowerCase().charAt(0)},r.meridiem=function(e,a,t){return 11<e?t?"pm":"PM":t?"am":"AM"},ya("en",{eras:[{since:"0001-01-01",until:1/0,offset:1,name:"Anno Domini",narrow:"AD",abbr:"AD"},{since:"0000-12-31",until:-1/0,offset:1,name:"Before Christ",narrow:"BC",abbr:"BC"}],dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(e){var a=e%10;return e+(1===m(e%100/10)?"th":1==a?"st":2==a?"nd":3==a?"rd":"th")}}),M.lang=e("moment.lang is deprecated. Use moment.locale instead.",ya),M.langData=e("moment.langData is deprecated. Use moment.localeData instead.",pa);var kt=Math.abs;function Dt(e,a,t,s){a=$a(a,t);return e._milliseconds+=s*a._milliseconds,e._days+=s*a._days,e._months+=s*a._months,e._bubble()}function Tt(e){return e<0?Math.floor(e):Math.ceil(e)}function gt(e){return 4800*e/146097}function wt(e){return 146097*e/4800}function bt(e){return function(){return this.as(e)}}De=bt("ms"),pe=bt("s"),Ne=bt("m"),L=bt("h"),c=bt("d"),ta=bt("w"),f=bt("M"),ke=bt("Q"),y=bt("y");function St(e){return function(){return this.isValid()?this._data[e]:NaN}}var _=St("milliseconds"),Y=St("seconds"),Ke=St("minutes"),r=St("hours"),Ht=St("days"),vt=St("months"),jt=St("years");var xt=Math.round,Pt={ss:44,s:45,m:45,h:22,d:26,w:null,M:11};function Ot(e,a,t,s){var n=$a(e).abs(),r=xt(n.as("s")),d=xt(n.as("m")),i=xt(n.as("h")),_=xt(n.as("d")),o=xt(n.as("M")),m=xt(n.as("w")),n=xt(n.as("y")),r=(r<=t.ss?["s",r]:r<t.s&&["ss",r])||d<=1&&["m"]||d<t.m&&["mm",d]||i<=1&&["h"]||i<t.h&&["hh",i]||_<=1&&["d"]||_<t.d&&["dd",_];return(r=(r=null!=t.w?r||m<=1&&["w"]||m<t.w&&["ww",m]:r)||o<=1&&["M"]||o<t.M&&["MM",o]||n<=1&&["y"]||["yy",n])[2]=a,r[3]=0<+e,r[4]=s,function(e,a,t,s,n){return n.relativeTime(a||1,!!t,e,s)}.apply(null,r)}var Wt=Math.abs;function At(e){return(0<e)-(e<0)||+e}function Et(){if(!this.isValid())return this.localeData().invalidDate();var e,a,t,s,n,r,d,i=Wt(this._milliseconds)/1e3,_=Wt(this._days),o=Wt(this._months),m=this.asSeconds();return m?(e=u(i/60),a=u(e/60),i%=60,e%=60,t=u(o/12),o%=12,s=i?i.toFixed(3).replace(/\.?0+$/,""):"",n=At(this._months)!==At(m)?"-":"",r=At(this._days)!==At(m)?"-":"",d=At(this._milliseconds)!==At(m)?"-":"",(m<0?"-":"")+"P"+(t?n+t+"Y":"")+(o?n+o+"M":"")+(_?r+_+"D":"")+(a||e||i?"T":"")+(a?d+a+"H":"")+(e?d+e+"M":"")+(i?d+s+"S":"")):"P0D"}function Ft(e){return 0===e?0:1===e?1:2===e?2:3<=e%100&&e%100<=10?3:11<=e%100?4:5}function H(d){return function(e,a,t,s){var n=Ft(e),r=Jt[d][Ft(e)];return(r=2===n?r[a?0:1]:r).replace(/%d/i,e)}}function zt(e){return 0===e?0:1===e?1:2===e?2:3<=e%100&&e%100<=10?3:11<=e%100?4:5}function v(d){return function(e,a,t,s){var n=zt(e),r=Ct[d][zt(e)];return(r=2===n?r[a?0:1]:r).replace(/%d/i,e)}}function Nt(e){return 0===e?0:1===e?1:2===e?2:3<=e%100&&e%100<=10?3:11<=e%100?4:5}function j(d){return function(e,a,t,s){var n=Nt(e),r=Bt[d][Nt(e)];return(r=2===n?r[a?0:1]:r).replace(/%d/i,e)}}var x=Ja.prototype,Jt=(x.isValid=function(){return this._isValid},x.abs=function(){var e=this._data;return this._milliseconds=kt(this._milliseconds),this._days=kt(this._days),this._months=kt(this._months),e.milliseconds=kt(e.milliseconds),e.seconds=kt(e.seconds),e.minutes=kt(e.minutes),e.hours=kt(e.hours),e.months=kt(e.months),e.years=kt(e.years),this},x.add=function(e,a){return Dt(this,e,a,1)},x.subtract=function(e,a){return Dt(this,e,a,-1)},x.as=function(e){if(!this.isValid())return NaN;var a,t,s=this._milliseconds;if("month"===(e=i(e))||"quarter"===e||"year"===e)switch(a=this._days+s/864e5,t=this._months+gt(a),e){case"month":return t;case"quarter":return t/3;case"year":return t/12}else switch(a=this._days+Math.round(wt(this._months)),e){case"week":return a/7+s/6048e5;case"day":return a+s/864e5;case"hour":return 24*a+s/36e5;case"minute":return 1440*a+s/6e4;case"second":return 86400*a+s/1e3;case"millisecond":return Math.floor(864e5*a)+s;default:throw new Error("Unknown unit "+e)}},x.asMilliseconds=De,x.asSeconds=pe,x.asMinutes=Ne,x.asHours=L,x.asDays=c,x.asWeeks=ta,x.asMonths=f,x.asQuarters=ke,x.asYears=y,x.valueOf=function(){return this.isValid()?this._milliseconds+864e5*this._days+this._months%12*2592e6+31536e6*m(this._months/12):NaN},x._bubble=function(){var e=this._milliseconds,a=this._days,t=this._months,s=this._data;return 0<=e&&0<=a&&0<=t||e<=0&&a<=0&&t<=0||(e+=864e5*Tt(wt(t)+a),t=a=0),s.milliseconds=e%1e3,e=u(e/1e3),s.seconds=e%60,e=u(e/60),s.minutes=e%60,e=u(e/60),s.hours=e%24,a+=u(e/24),t+=e=u(gt(a)),a-=Tt(wt(e)),e=u(t/12),t%=12,s.days=a,s.months=t,s.years=e,this},x.clone=function(){return $a(this)},x.get=function(e){return e=i(e),this.isValid()?this[e+"s"]():NaN},x.milliseconds=_,x.seconds=Y,x.minutes=Ke,x.hours=r,x.days=Ht,x.weeks=function(){return u(this.days()/7)},x.months=vt,x.years=jt,x.humanize=function(e,a){if(!this.isValid())return this.localeData().invalidDate();var t=!1,s=Pt;return"object"==typeof e&&(a=e,e=!1),"boolean"==typeof e&&(t=e),"object"==typeof a&&(s=Object.assign({},Pt,a),null!=a.s&&null==a.ss&&(s.ss=a.s-1)),e=this.localeData(),a=Ot(this,!t,s,e),t&&(a=e.pastFuture(+this,a)),e.postformat(a)},x.toISOString=Et,x.toString=Et,x.toJSON=Et,x.locale=rt,x.localeData=dt,x.toIsoString=e("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",Et),x.lang=na,s("X",0,0,"unix"),s("x",0,0,"valueOf"),p("x",ge),p("X",/[+-]?\d+(\.\d{1,3})?/),D("X",function(e,a,t){t._d=new Date(1e3*parseFloat(e))}),D("x",function(e,a,t){t._d=new Date(m(e))}),M.version="2.29.4",E=S,M.fn=n,M.min=function(){return za("isBefore",[].slice.call(arguments,0))},M.max=function(){return za("isAfter",[].slice.call(arguments,0))},M.now=function(){return Date.now?Date.now():+new Date},M.utc=U,M.unix=function(e){return S(1e3*e)},M.months=function(e,a){return ft(e,a,"months")},M.isDate=R,M.locale=ya,M.invalid=V,M.duration=$a,M.isMoment=Q,M.weekdays=function(e,a,t){return pt(e,a,t,"weekdays")},M.parseZone=function(){return S.apply(null,arguments).parseZone()},M.localeData=pa,M.isDuration=Ra,M.monthsShort=function(e,a){return ft(e,a,"monthsShort")},M.weekdaysMin=function(e,a,t){return pt(e,a,t,"weekdaysMin")},M.defineLocale=fa,M.updateLocale=function(e,a){var t,s;return null!=a?(s=Ma,null!=b[e]&&null!=b[e].parentLocale?b[e].set(se(b[e]._config,a)):(a=se(s=null!=(t=Ya(e))?t._config:s,a),null==t&&(a.abbr=e),(s=new ne(a)).parentLocale=b[e],b[e]=s),ya(e)):null!=b[e]&&(null!=b[e].parentLocale?(b[e]=b[e].parentLocale,e===ya()&&ya(e)):null!=b[e]&&delete b[e]),b[e]},M.locales=function(){return re(b)},M.weekdaysShort=function(e,a,t){return pt(e,a,t,"weekdaysShort")},M.normalizeUnits=i,M.relativeTimeRounding=function(e){return void 0===e?xt:"function"==typeof e&&(xt=e,!0)},M.relativeTimeThreshold=function(e,a){return void 0!==Pt[e]&&(void 0===a?Pt[e]:(Pt[e]=a,"s"===e&&(Pt.ss=a-1),!0))},M.calendarFormat=function(e,a){return(e=e.diff(a,"days",!0))<-6?"sameElse":e<-1?"lastWeek":e<0?"lastDay":e<1?"sameDay":e<2?"nextDay":e<7?"nextWeek":"sameElse"},M.prototype=n,M.HTML5_FMT={DATETIME_LOCAL:"YYYY-MM-DDTHH:mm",DATETIME_LOCAL_SECONDS:"YYYY-MM-DDTHH:mm:ss",DATETIME_LOCAL_MS:"YYYY-MM-DDTHH:mm:ss.SSS",DATE:"YYYY-MM-DD",TIME:"HH:mm",TIME_SECONDS:"HH:mm:ss",TIME_MS:"HH:mm:ss.SSS",WEEK:"GGGG-[W]WW",MONTH:"YYYY-MM"},M.defineLocale("af",{months:"Januarie_Februarie_Maart_April_Mei_Junie_Julie_Augustus_September_Oktober_November_Desember".split("_"),monthsShort:"Jan_Feb_Mrt_Apr_Mei_Jun_Jul_Aug_Sep_Okt_Nov_Des".split("_"),weekdays:"Sondag_Maandag_Dinsdag_Woensdag_Donderdag_Vrydag_Saterdag".split("_"),weekdaysShort:"Son_Maa_Din_Woe_Don_Vry_Sat".split("_"),weekdaysMin:"So_Ma_Di_Wo_Do_Vr_Sa".split("_"),meridiemParse:/vm|nm/i,isPM:function(e){return/^nm$/i.test(e)},meridiem:function(e,a,t){return e<12?t?"vm":"VM":t?"nm":"NM"},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Vandag om] LT",nextDay:"[M\xf4re om] LT",nextWeek:"dddd [om] LT",lastDay:"[Gister om] LT",lastWeek:"[Laas] dddd [om] LT",sameElse:"L"},relativeTime:{future:"oor %s",past:"%s gelede",s:"'n paar sekondes",ss:"%d sekondes",m:"'n minuut",mm:"%d minute",h:"'n uur",hh:"%d ure",d:"'n dag",dd:"%d dae",M:"'n maand",MM:"%d maande",y:"'n jaar",yy:"%d jaar"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||20<=e?"ste":"de")},week:{dow:1,doy:4}}),{s:["\u0623\u0642\u0644 \u0645\u0646 \u062b\u0627\u0646\u064a\u0629","\u062b\u0627\u0646\u064a\u0629 \u0648\u0627\u062d\u062f\u0629",["\u062b\u0627\u0646\u064a\u062a\u0627\u0646","\u062b\u0627\u0646\u064a\u062a\u064a\u0646"],"%d \u062b\u0648\u0627\u0646","%d \u062b\u0627\u0646\u064a\u0629","%d \u062b\u0627\u0646\u064a\u0629"],m:["\u0623\u0642\u0644 \u0645\u0646 \u062f\u0642\u064a\u0642\u0629","\u062f\u0642\u064a\u0642\u0629 \u0648\u0627\u062d\u062f\u0629",["\u062f\u0642\u064a\u0642\u062a\u0627\u0646","\u062f\u0642\u064a\u0642\u062a\u064a\u0646"],"%d \u062f\u0642\u0627\u0626\u0642","%d \u062f\u0642\u064a\u0642\u0629","%d \u062f\u0642\u064a\u0642\u0629"],h:["\u0623\u0642\u0644 \u0645\u0646 \u0633\u0627\u0639\u0629","\u0633\u0627\u0639\u0629 \u0648\u0627\u062d\u062f\u0629",["\u0633\u0627\u0639\u062a\u0627\u0646","\u0633\u0627\u0639\u062a\u064a\u0646"],"%d \u0633\u0627\u0639\u0627\u062a","%d \u0633\u0627\u0639\u0629","%d \u0633\u0627\u0639\u0629"],d:["\u0623\u0642\u0644 \u0645\u0646 \u064a\u0648\u0645","\u064a\u0648\u0645 \u0648\u0627\u062d\u062f",["\u064a\u0648\u0645\u0627\u0646","\u064a\u0648\u0645\u064a\u0646"],"%d \u0623\u064a\u0627\u0645","%d \u064a\u0648\u0645\u064b\u0627","%d \u064a\u0648\u0645"],M:["\u0623\u0642\u0644 \u0645\u0646 \u0634\u0647\u0631","\u0634\u0647\u0631 \u0648\u0627\u062d\u062f",["\u0634\u0647\u0631\u0627\u0646","\u0634\u0647\u0631\u064a\u0646"],"%d \u0623\u0634\u0647\u0631","%d \u0634\u0647\u0631\u0627","%d \u0634\u0647\u0631"],y:["\u0623\u0642\u0644 \u0645\u0646 \u0639\u0627\u0645","\u0639\u0627\u0645 \u0648\u0627\u062d\u062f",["\u0639\u0627\u0645\u0627\u0646","\u0639\u0627\u0645\u064a\u0646"],"%d \u0623\u0639\u0648\u0627\u0645","%d \u0639\u0627\u0645\u064b\u0627","%d \u0639\u0627\u0645"]}),De=["\u062c\u0627\u0646\u0641\u064a","\u0641\u064a\u0641\u0631\u064a","\u0645\u0627\u0631\u0633","\u0623\u0641\u0631\u064a\u0644","\u0645\u0627\u064a","\u062c\u0648\u0627\u0646","\u062c\u0648\u064a\u0644\u064a\u0629","\u0623\u0648\u062a","\u0633\u0628\u062a\u0645\u0628\u0631","\u0623\u0643\u062a\u0648\u0628\u0631","\u0646\u0648\u0641\u0645\u0628\u0631","\u062f\u064a\u0633\u0645\u0628\u0631"],Rt=(M.defineLocale("ar-dz",{months:De,monthsShort:De,weekdays:"\u0627\u0644\u0623\u062d\u062f_\u0627\u0644\u0625\u062b\u0646\u064a\u0646_\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621_\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621_\u0627\u0644\u062e\u0645\u064a\u0633_\u0627\u0644\u062c\u0645\u0639\u0629_\u0627\u0644\u0633\u0628\u062a".split("_"),weekdaysShort:"\u0623\u062d\u062f_\u0625\u062b\u0646\u064a\u0646_\u062b\u0644\u0627\u062b\u0627\u0621_\u0623\u0631\u0628\u0639\u0627\u0621_\u062e\u0645\u064a\u0633_\u062c\u0645\u0639\u0629_\u0633\u0628\u062a".split("_"),weekdaysMin:"\u062d_\u0646_\u062b_\u0631_\u062e_\u062c_\u0633".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/\u200fM/\u200fYYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/\u0635|\u0645/,isPM:function(e){return"\u0645"===e},meridiem:function(e,a,t){return e<12?"\u0635":"\u0645"},calendar:{sameDay:"[\u0627\u0644\u064a\u0648\u0645 \u0639\u0646\u062f \u0627\u0644\u0633\u0627\u0639\u0629] LT",nextDay:"[\u063a\u062f\u064b\u0627 \u0639\u0646\u062f \u0627\u0644\u0633\u0627\u0639\u0629] LT",nextWeek:"dddd [\u0639\u0646\u062f \u0627\u0644\u0633\u0627\u0639\u0629] LT",lastDay:"[\u0623\u0645\u0633 \u0639\u0646\u062f \u0627\u0644\u0633\u0627\u0639\u0629] LT",lastWeek:"dddd [\u0639\u0646\u062f \u0627\u0644\u0633\u0627\u0639\u0629] LT",sameElse:"L"},relativeTime:{future:"\u0628\u0639\u062f %s",past:"\u0645\u0646\u0630 %s",s:H("s"),ss:H("s"),m:H("m"),mm:H("m"),h:H("h"),hh:H("h"),d:H("d"),dd:H("d"),M:H("M"),MM:H("M"),y:H("y"),yy:H("y")},postformat:function(e){return e.replace(/,/g,"\u060c")},week:{dow:0,doy:4}}),M.defineLocale("ar-kw",{months:"\u064a\u0646\u0627\u064a\u0631_\u0641\u0628\u0631\u0627\u064a\u0631_\u0645\u0627\u0631\u0633_\u0623\u0628\u0631\u064a\u0644_\u0645\u0627\u064a_\u064a\u0648\u0646\u064a\u0648_\u064a\u0648\u0644\u064a\u0648\u0632_\u063a\u0634\u062a_\u0634\u062a\u0646\u0628\u0631_\u0623\u0643\u062a\u0648\u0628\u0631_\u0646\u0648\u0646\u0628\u0631_\u062f\u062c\u0646\u0628\u0631".split("_"),monthsShort:"\u064a\u0646\u0627\u064a\u0631_\u0641\u0628\u0631\u0627\u064a\u0631_\u0645\u0627\u0631\u0633_\u0623\u0628\u0631\u064a\u0644_\u0645\u0627\u064a_\u064a\u0648\u0646\u064a\u0648_\u064a\u0648\u0644\u064a\u0648\u0632_\u063a\u0634\u062a_\u0634\u062a\u0646\u0628\u0631_\u0623\u0643\u062a\u0648\u0628\u0631_\u0646\u0648\u0646\u0628\u0631_\u062f\u062c\u0646\u0628\u0631".split("_"),weekdays:"\u0627\u0644\u0623\u062d\u062f_\u0627\u0644\u0625\u062a\u0646\u064a\u0646_\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621_\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621_\u0627\u0644\u062e\u0645\u064a\u0633_\u0627\u0644\u062c\u0645\u0639\u0629_\u0627\u0644\u0633\u0628\u062a".split("_"),weekdaysShort:"\u0627\u062d\u062f_\u0627\u062a\u0646\u064a\u0646_\u062b\u0644\u0627\u062b\u0627\u0621_\u0627\u0631\u0628\u0639\u0627\u0621_\u062e\u0645\u064a\u0633_\u062c\u0645\u0639\u0629_\u0633\u0628\u062a".split("_"),weekdaysMin:"\u062d_\u0646_\u062b_\u0631_\u062e_\u062c_\u0633".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[\u0627\u0644\u064a\u0648\u0645 \u0639\u0644\u0649 \u0627\u0644\u0633\u0627\u0639\u0629] LT",nextDay:"[\u063a\u062f\u0627 \u0639\u0644\u0649 \u0627\u0644\u0633\u0627\u0639\u0629] LT",nextWeek:"dddd [\u0639\u0644\u0649 \u0627\u0644\u0633\u0627\u0639\u0629] LT",lastDay:"[\u0623\u0645\u0633 \u0639\u0644\u0649 \u0627\u0644\u0633\u0627\u0639\u0629] LT",lastWeek:"dddd [\u0639\u0644\u0649 \u0627\u0644\u0633\u0627\u0639\u0629] LT",sameElse:"L"},relativeTime:{future:"\u0641\u064a %s",past:"\u0645\u0646\u0630 %s",s:"\u062b\u0648\u0627\u0646",ss:"%d \u062b\u0627\u0646\u064a\u0629",m:"\u062f\u0642\u064a\u0642\u0629",mm:"%d \u062f\u0642\u0627\u0626\u0642",h:"\u0633\u0627\u0639\u0629",hh:"%d \u0633\u0627\u0639\u0627\u062a",d:"\u064a\u0648\u0645",dd:"%d \u0623\u064a\u0627\u0645",M:"\u0634\u0647\u0631",MM:"%d \u0623\u0634\u0647\u0631",y:"\u0633\u0646\u0629",yy:"%d \u0633\u0646\u0648\u0627\u062a"},week:{dow:0,doy:12}}),{1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9",0:"0"}),Ct={s:["\u0623\u0642\u0644 \u0645\u0646 \u062b\u0627\u0646\u064a\u0629","\u062b\u0627\u0646\u064a\u0629 \u0648\u0627\u062d\u062f\u0629",["\u062b\u0627\u0646\u064a\u062a\u0627\u0646","\u062b\u0627\u0646\u064a\u062a\u064a\u0646"],"%d \u062b\u0648\u0627\u0646","%d \u062b\u0627\u0646\u064a\u0629","%d \u062b\u0627\u0646\u064a\u0629"],m:["\u0623\u0642\u0644 \u0645\u0646 \u062f\u0642\u064a\u0642\u0629","\u062f\u0642\u064a\u0642\u0629 \u0648\u0627\u062d\u062f\u0629",["\u062f\u0642\u064a\u0642\u062a\u0627\u0646","\u062f\u0642\u064a\u0642\u062a\u064a\u0646"],"%d \u062f\u0642\u0627\u0626\u0642","%d \u062f\u0642\u064a\u0642\u0629","%d \u062f\u0642\u064a\u0642\u0629"],h:["\u0623\u0642\u0644 \u0645\u0646 \u0633\u0627\u0639\u0629","\u0633\u0627\u0639\u0629 \u0648\u0627\u062d\u062f\u0629",["\u0633\u0627\u0639\u062a\u0627\u0646","\u0633\u0627\u0639\u062a\u064a\u0646"],"%d \u0633\u0627\u0639\u0627\u062a","%d \u0633\u0627\u0639\u0629","%d \u0633\u0627\u0639\u0629"],d:["\u0623\u0642\u0644 \u0645\u0646 \u064a\u0648\u0645","\u064a\u0648\u0645 \u0648\u0627\u062d\u062f",["\u064a\u0648\u0645\u0627\u0646","\u064a\u0648\u0645\u064a\u0646"],"%d \u0623\u064a\u0627\u0645","%d \u064a\u0648\u0645\u064b\u0627","%d \u064a\u0648\u0645"],M:["\u0623\u0642\u0644 \u0645\u0646 \u0634\u0647\u0631","\u0634\u0647\u0631 \u0648\u0627\u062d\u062f",["\u0634\u0647\u0631\u0627\u0646","\u0634\u0647\u0631\u064a\u0646"],"%d \u0623\u0634\u0647\u0631","%d \u0634\u0647\u0631\u0627","%d \u0634\u0647\u0631"],y:["\u0623\u0642\u0644 \u0645\u0646 \u0639\u0627\u0645","\u0639\u0627\u0645 \u0648\u0627\u062d\u062f",["\u0639\u0627\u0645\u0627\u0646","\u0639\u0627\u0645\u064a\u0646"],"%d \u0623\u0639\u0648\u0627\u0645","%d \u0639\u0627\u0645\u064b\u0627","%d \u0639\u0627\u0645"]},pe=["\u064a\u0646\u0627\u064a\u0631","\u0641\u0628\u0631\u0627\u064a\u0631","\u0645\u0627\u0631\u0633","\u0623\u0628\u0631\u064a\u0644","\u0645\u0627\u064a\u0648","\u064a\u0648\u0646\u064a\u0648","\u064a\u0648\u0644\u064a\u0648","\u0623\u063a\u0633\u0637\u0633","\u0633\u0628\u062a\u0645\u0628\u0631","\u0623\u0643\u062a\u0648\u0628\u0631","\u0646\u0648\u0641\u0645\u0628\u0631","\u062f\u064a\u0633\u0645\u0628\u0631"],It=(M.defineLocale("ar-ly",{months:pe,monthsShort:pe,weekdays:"\u0627\u0644\u0623\u062d\u062f_\u0627\u0644\u0625\u062b\u0646\u064a\u0646_\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621_\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621_\u0627\u0644\u062e\u0645\u064a\u0633_\u0627\u0644\u062c\u0645\u0639\u0629_\u0627\u0644\u0633\u0628\u062a".split("_"),weekdaysShort:"\u0623\u062d\u062f_\u0625\u062b\u0646\u064a\u0646_\u062b\u0644\u0627\u062b\u0627\u0621_\u0623\u0631\u0628\u0639\u0627\u0621_\u062e\u0645\u064a\u0633_\u062c\u0645\u0639\u0629_\u0633\u0628\u062a".split("_"),weekdaysMin:"\u062d_\u0646_\u062b_\u0631_\u062e_\u062c_\u0633".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/\u200fM/\u200fYYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/\u0635|\u0645/,isPM:function(e){return"\u0645"===e},meridiem:function(e,a,t){return e<12?"\u0635":"\u0645"},calendar:{sameDay:"[\u0627\u0644\u064a\u0648\u0645 \u0639\u0646\u062f \u0627\u0644\u0633\u0627\u0639\u0629] LT",nextDay:"[\u063a\u062f\u064b\u0627 \u0639\u0646\u062f \u0627\u0644\u0633\u0627\u0639\u0629] LT",nextWeek:"dddd [\u0639\u0646\u062f \u0627\u0644\u0633\u0627\u0639\u0629] LT",lastDay:"[\u0623\u0645\u0633 \u0639\u0646\u062f \u0627\u0644\u0633\u0627\u0639\u0629] LT",lastWeek:"dddd [\u0639\u0646\u062f \u0627\u0644\u0633\u0627\u0639\u0629] LT",sameElse:"L"},relativeTime:{future:"\u0628\u0639\u062f %s",past:"\u0645\u0646\u0630 %s",s:v("s"),ss:v("s"),m:v("m"),mm:v("m"),h:v("h"),hh:v("h"),d:v("d"),dd:v("d"),M:v("M"),MM:v("M"),y:v("y"),yy:v("y")},preparse:function(e){return e.replace(/\u060c/g,",")},postformat:function(e){return e.replace(/\d/g,function(e){return Rt[e]}).replace(/,/g,"\u060c")},week:{dow:6,doy:12}}),M.defineLocale("ar-ma",{months:"\u064a\u0646\u0627\u064a\u0631_\u0641\u0628\u0631\u0627\u064a\u0631_\u0645\u0627\u0631\u0633_\u0623\u0628\u0631\u064a\u0644_\u0645\u0627\u064a_\u064a\u0648\u0646\u064a\u0648_\u064a\u0648\u0644\u064a\u0648\u0632_\u063a\u0634\u062a_\u0634\u062a\u0646\u0628\u0631_\u0623\u0643\u062a\u0648\u0628\u0631_\u0646\u0648\u0646\u0628\u0631_\u062f\u062c\u0646\u0628\u0631".split("_"),monthsShort:"\u064a\u0646\u0627\u064a\u0631_\u0641\u0628\u0631\u0627\u064a\u0631_\u0645\u0627\u0631\u0633_\u0623\u0628\u0631\u064a\u0644_\u0645\u0627\u064a_\u064a\u0648\u0646\u064a\u0648_\u064a\u0648\u0644\u064a\u0648\u0632_\u063a\u0634\u062a_\u0634\u062a\u0646\u0628\u0631_\u0623\u0643\u062a\u0648\u0628\u0631_\u0646\u0648\u0646\u0628\u0631_\u062f\u062c\u0646\u0628\u0631".split("_"),weekdays:"\u0627\u0644\u0623\u062d\u062f_\u0627\u0644\u0625\u062b\u0646\u064a\u0646_\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621_\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621_\u0627\u0644\u062e\u0645\u064a\u0633_\u0627\u0644\u062c\u0645\u0639\u0629_\u0627\u0644\u0633\u0628\u062a".split("_"),weekdaysShort:"\u0627\u062d\u062f_\u0627\u062b\u0646\u064a\u0646_\u062b\u0644\u0627\u062b\u0627\u0621_\u0627\u0631\u0628\u0639\u0627\u0621_\u062e\u0645\u064a\u0633_\u062c\u0645\u0639\u0629_\u0633\u0628\u062a".split("_"),weekdaysMin:"\u062d_\u0646_\u062b_\u0631_\u062e_\u062c_\u0633".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[\u0627\u0644\u064a\u0648\u0645 \u0639\u0644\u0649 \u0627\u0644\u0633\u0627\u0639\u0629] LT",nextDay:"[\u063a\u062f\u0627 \u0639\u0644\u0649 \u0627\u0644\u0633\u0627\u0639\u0629] LT",nextWeek:"dddd [\u0639\u0644\u0649 \u0627\u0644\u0633\u0627\u0639\u0629] LT",lastDay:"[\u0623\u0645\u0633 \u0639\u0644\u0649 \u0627\u0644\u0633\u0627\u0639\u0629] LT",lastWeek:"dddd [\u0639\u0644\u0649 \u0627\u0644\u0633\u0627\u0639\u0629] LT",sameElse:"L"},relativeTime:{future:"\u0641\u064a %s",past:"\u0645\u0646\u0630 %s",s:"\u062b\u0648\u0627\u0646",ss:"%d \u062b\u0627\u0646\u064a\u0629",m:"\u062f\u0642\u064a\u0642\u0629",mm:"%d \u062f\u0642\u0627\u0626\u0642",h:"\u0633\u0627\u0639\u0629",hh:"%d \u0633\u0627\u0639\u0627\u062a",d:"\u064a\u0648\u0645",dd:"%d \u0623\u064a\u0627\u0645",M:"\u0634\u0647\u0631",MM:"%d \u0623\u0634\u0647\u0631",y:"\u0633\u0646\u0629",yy:"%d \u0633\u0646\u0648\u0627\u062a"},week:{dow:1,doy:4}}),{1:"\u0661",2:"\u0662",3:"\u0663",4:"\u0664",5:"\u0665",6:"\u0666",7:"\u0667",8:"\u0668",9:"\u0669",0:"\u0660"}),Ut={"\u0661":"1","\u0662":"2","\u0663":"3","\u0664":"4","\u0665":"5","\u0666":"6","\u0667":"7","\u0668":"8","\u0669":"9","\u0660":"0"},Gt=(M.defineLocale("ar-sa",{months:"\u064a\u0646\u0627\u064a\u0631_\u0641\u0628\u0631\u0627\u064a\u0631_\u0645\u0627\u0631\u0633_\u0623\u0628\u0631\u064a\u0644_\u0645\u0627\u064a\u0648_\u064a\u0648\u0646\u064a\u0648_\u064a\u0648\u0644\u064a\u0648_\u0623\u063a\u0633\u0637\u0633_\u0633\u0628\u062a\u0645\u0628\u0631_\u0623\u0643\u062a\u0648\u0628\u0631_\u0646\u0648\u0641\u0645\u0628\u0631_\u062f\u064a\u0633\u0645\u0628\u0631".split("_"),monthsShort:"\u064a\u0646\u0627\u064a\u0631_\u0641\u0628\u0631\u0627\u064a\u0631_\u0645\u0627\u0631\u0633_\u0623\u0628\u0631\u064a\u0644_\u0645\u0627\u064a\u0648_\u064a\u0648\u0646\u064a\u0648_\u064a\u0648\u0644\u064a\u0648_\u0623\u063a\u0633\u0637\u0633_\u0633\u0628\u062a\u0645\u0628\u0631_\u0623\u0643\u062a\u0648\u0628\u0631_\u0646\u0648\u0641\u0645\u0628\u0631_\u062f\u064a\u0633\u0645\u0628\u0631".split("_"),weekdays:"\u0627\u0644\u0623\u062d\u062f_\u0627\u0644\u0625\u062b\u0646\u064a\u0646_\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621_\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621_\u0627\u0644\u062e\u0645\u064a\u0633_\u0627\u0644\u062c\u0645\u0639\u0629_\u0627\u0644\u0633\u0628\u062a".split("_"),weekdaysShort:"\u0623\u062d\u062f_\u0625\u062b\u0646\u064a\u0646_\u062b\u0644\u0627\u062b\u0627\u0621_\u0623\u0631\u0628\u0639\u0627\u0621_\u062e\u0645\u064a\u0633_\u062c\u0645\u0639\u0629_\u0633\u0628\u062a".split("_"),weekdaysMin:"\u062d_\u0646_\u062b_\u0631_\u062e_\u062c_\u0633".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/\u0635|\u0645/,isPM:function(e){return"\u0645"===e},meridiem:function(e,a,t){return e<12?"\u0635":"\u0645"},calendar:{sameDay:"[\u0627\u0644\u064a\u0648\u0645 \u0639\u0644\u0649 \u0627\u0644\u0633\u0627\u0639\u0629] LT",nextDay:"[\u063a\u062f\u0627 \u0639\u0644\u0649 \u0627\u0644\u0633\u0627\u0639\u0629] LT",nextWeek:"dddd [\u0639\u0644\u0649 \u0627\u0644\u0633\u0627\u0639\u0629] LT",lastDay:"[\u0623\u0645\u0633 \u0639\u0644\u0649 \u0627\u0644\u0633\u0627\u0639\u0629] LT",lastWeek:"dddd [\u0639\u0644\u0649 \u0627\u0644\u0633\u0627\u0639\u0629] LT",sameElse:"L"},relativeTime:{future:"\u0641\u064a %s",past:"\u0645\u0646\u0630 %s",s:"\u062b\u0648\u0627\u0646",ss:"%d \u062b\u0627\u0646\u064a\u0629",m:"\u062f\u0642\u064a\u0642\u0629",mm:"%d \u062f\u0642\u0627\u0626\u0642",h:"\u0633\u0627\u0639\u0629",hh:"%d \u0633\u0627\u0639\u0627\u062a",d:"\u064a\u0648\u0645",dd:"%d \u0623\u064a\u0627\u0645",M:"\u0634\u0647\u0631",MM:"%d \u0623\u0634\u0647\u0631",y:"\u0633\u0646\u0629",yy:"%d \u0633\u0646\u0648\u0627\u062a"},preparse:function(e){return e.replace(/[\u0661\u0662\u0663\u0664\u0665\u0666\u0667\u0668\u0669\u0660]/g,function(e){return Ut[e]}).replace(/\u060c/g,",")},postformat:function(e){return e.replace(/\d/g,function(e){return It[e]}).replace(/,/g,"\u060c")},week:{dow:0,doy:6}}),M.defineLocale("ar-tn",{months:"\u062c\u0627\u0646\u0641\u064a_\u0641\u064a\u0641\u0631\u064a_\u0645\u0627\u0631\u0633_\u0623\u0641\u0631\u064a\u0644_\u0645\u0627\u064a_\u062c\u0648\u0627\u0646_\u062c\u0648\u064a\u0644\u064a\u0629_\u0623\u0648\u062a_\u0633\u0628\u062a\u0645\u0628\u0631_\u0623\u0643\u062a\u0648\u0628\u0631_\u0646\u0648\u0641\u0645\u0628\u0631_\u062f\u064a\u0633\u0645\u0628\u0631".split("_"),monthsShort:"\u062c\u0627\u0646\u0641\u064a_\u0641\u064a\u0641\u0631\u064a_\u0645\u0627\u0631\u0633_\u0623\u0641\u0631\u064a\u0644_\u0645\u0627\u064a_\u062c\u0648\u0627\u0646_\u062c\u0648\u064a\u0644\u064a\u0629_\u0623\u0648\u062a_\u0633\u0628\u062a\u0645\u0628\u0631_\u0623\u0643\u062a\u0648\u0628\u0631_\u0646\u0648\u0641\u0645\u0628\u0631_\u062f\u064a\u0633\u0645\u0628\u0631".split("_"),weekdays:"\u0627\u0644\u0623\u062d\u062f_\u0627\u0644\u0625\u062b\u0646\u064a\u0646_\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621_\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621_\u0627\u0644\u062e\u0645\u064a\u0633_\u0627\u0644\u062c\u0645\u0639\u0629_\u0627\u0644\u0633\u0628\u062a".split("_"),weekdaysShort:"\u0623\u062d\u062f_\u0625\u062b\u0646\u064a\u0646_\u062b\u0644\u0627\u062b\u0627\u0621_\u0623\u0631\u0628\u0639\u0627\u0621_\u062e\u0645\u064a\u0633_\u062c\u0645\u0639\u0629_\u0633\u0628\u062a".split("_"),weekdaysMin:"\u062d_\u0646_\u062b_\u0631_\u062e_\u062c_\u0633".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[\u0627\u0644\u064a\u0648\u0645 \u0639\u0644\u0649 \u0627\u0644\u0633\u0627\u0639\u0629] LT",nextDay:"[\u063a\u062f\u0627 \u0639\u0644\u0649 \u0627\u0644\u0633\u0627\u0639\u0629] LT",nextWeek:"dddd [\u0639\u0644\u0649 \u0627\u0644\u0633\u0627\u0639\u0629] LT",lastDay:"[\u0623\u0645\u0633 \u0639\u0644\u0649 \u0627\u0644\u0633\u0627\u0639\u0629] LT",lastWeek:"dddd [\u0639\u0644\u0649 \u0627\u0644\u0633\u0627\u0639\u0629] LT",sameElse:"L"},relativeTime:{future:"\u0641\u064a %s",past:"\u0645\u0646\u0630 %s",s:"\u062b\u0648\u0627\u0646",ss:"%d \u062b\u0627\u0646\u064a\u0629",m:"\u062f\u0642\u064a\u0642\u0629",mm:"%d \u062f\u0642\u0627\u0626\u0642",h:"\u0633\u0627\u0639\u0629",hh:"%d \u0633\u0627\u0639\u0627\u062a",d:"\u064a\u0648\u0645",dd:"%d \u0623\u064a\u0627\u0645",M:"\u0634\u0647\u0631",MM:"%d \u0623\u0634\u0647\u0631",y:"\u0633\u0646\u0629",yy:"%d \u0633\u0646\u0648\u0627\u062a"},week:{dow:1,doy:4}}),{1:"\u0661",2:"\u0662",3:"\u0663",4:"\u0664",5:"\u0665",6:"\u0666",7:"\u0667",8:"\u0668",9:"\u0669",0:"\u0660"}),Vt={"\u0661":"1","\u0662":"2","\u0663":"3","\u0664":"4","\u0665":"5","\u0666":"6","\u0667":"7","\u0668":"8","\u0669":"9","\u0660":"0"},Bt={s:["\u0623\u0642\u0644 \u0645\u0646 \u062b\u0627\u0646\u064a\u0629","\u062b\u0627\u0646\u064a\u0629 \u0648\u0627\u062d\u062f\u0629",["\u062b\u0627\u0646\u064a\u062a\u0627\u0646","\u062b\u0627\u0646\u064a\u062a\u064a\u0646"],"%d \u062b\u0648\u0627\u0646","%d \u062b\u0627\u0646\u064a\u0629","%d \u062b\u0627\u0646\u064a\u0629"],m:["\u0623\u0642\u0644 \u0645\u0646 \u062f\u0642\u064a\u0642\u0629","\u062f\u0642\u064a\u0642\u0629 \u0648\u0627\u062d\u062f\u0629",["\u062f\u0642\u064a\u0642\u062a\u0627\u0646","\u062f\u0642\u064a\u0642\u062a\u064a\u0646"],"%d \u062f\u0642\u0627\u0626\u0642","%d \u062f\u0642\u064a\u0642\u0629","%d \u062f\u0642\u064a\u0642\u0629"],h:["\u0623\u0642\u0644 \u0645\u0646 \u0633\u0627\u0639\u0629","\u0633\u0627\u0639\u0629 \u0648\u0627\u062d\u062f\u0629",["\u0633\u0627\u0639\u062a\u0627\u0646","\u0633\u0627\u0639\u062a\u064a\u0646"],"%d \u0633\u0627\u0639\u0627\u062a","%d \u0633\u0627\u0639\u0629","%d \u0633\u0627\u0639\u0629"],d:["\u0623\u0642\u0644 \u0645\u0646 \u064a\u0648\u0645","\u064a\u0648\u0645 \u0648\u0627\u062d\u062f",["\u064a\u0648\u0645\u0627\u0646","\u064a\u0648\u0645\u064a\u0646"],"%d \u0623\u064a\u0627\u0645","%d \u064a\u0648\u0645\u064b\u0627","%d \u064a\u0648\u0645"],M:["\u0623\u0642\u0644 \u0645\u0646 \u0634\u0647\u0631","\u0634\u0647\u0631 \u0648\u0627\u062d\u062f",["\u0634\u0647\u0631\u0627\u0646","\u0634\u0647\u0631\u064a\u0646"],"%d \u0623\u0634\u0647\u0631","%d \u0634\u0647\u0631\u0627","%d \u0634\u0647\u0631"],y:["\u0623\u0642\u0644 \u0645\u0646 \u0639\u0627\u0645","\u0639\u0627\u0645 \u0648\u0627\u062d\u062f",["\u0639\u0627\u0645\u0627\u0646","\u0639\u0627\u0645\u064a\u0646"],"%d \u0623\u0639\u0648\u0627\u0645","%d \u0639\u0627\u0645\u064b\u0627","%d \u0639\u0627\u0645"]},Ne=["\u064a\u0646\u0627\u064a\u0631","\u0641\u0628\u0631\u0627\u064a\u0631","\u0645\u0627\u0631\u0633","\u0623\u0628\u0631\u064a\u0644","\u0645\u0627\u064a\u0648","\u064a\u0648\u0646\u064a\u0648","\u064a\u0648\u0644\u064a\u0648","\u0623\u063a\u0633\u0637\u0633","\u0633\u0628\u062a\u0645\u0628\u0631","\u0623\u0643\u062a\u0648\u0628\u0631","\u0646\u0648\u0641\u0645\u0628\u0631","\u062f\u064a\u0633\u0645\u0628\u0631"],Kt=(M.defineLocale("ar",{months:Ne,monthsShort:Ne,weekdays:"\u0627\u0644\u0623\u062d\u062f_\u0627\u0644\u0625\u062b\u0646\u064a\u0646_\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621_\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621_\u0627\u0644\u062e\u0645\u064a\u0633_\u0627\u0644\u062c\u0645\u0639\u0629_\u0627\u0644\u0633\u0628\u062a".split("_"),weekdaysShort:"\u0623\u062d\u062f_\u0625\u062b\u0646\u064a\u0646_\u062b\u0644\u0627\u062b\u0627\u0621_\u0623\u0631\u0628\u0639\u0627\u0621_\u062e\u0645\u064a\u0633_\u062c\u0645\u0639\u0629_\u0633\u0628\u062a".split("_"),weekdaysMin:"\u062d_\u0646_\u062b_\u0631_\u062e_\u062c_\u0633".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/\u200fM/\u200fYYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/\u0635|\u0645/,isPM:function(e){return"\u0645"===e},meridiem:function(e,a,t){return e<12?"\u0635":"\u0645"},calendar:{sameDay:"[\u0627\u0644\u064a\u0648\u0645 \u0639\u0646\u062f \u0627\u0644\u0633\u0627\u0639\u0629] LT",nextDay:"[\u063a\u062f\u064b\u0627 \u0639\u0646\u062f \u0627\u0644\u0633\u0627\u0639\u0629] LT",nextWeek:"dddd [\u0639\u0646\u062f \u0627\u0644\u0633\u0627\u0639\u0629] LT",lastDay:"[\u0623\u0645\u0633 \u0639\u0646\u062f \u0627\u0644\u0633\u0627\u0639\u0629] LT",lastWeek:"dddd [\u0639\u0646\u062f \u0627\u0644\u0633\u0627\u0639\u0629] LT",sameElse:"L"},relativeTime:{future:"\u0628\u0639\u062f %s",past:"\u0645\u0646\u0630 %s",s:j("s"),ss:j("s"),m:j("m"),mm:j("m"),h:j("h"),hh:j("h"),d:j("d"),dd:j("d"),M:j("M"),MM:j("M"),y:j("y"),yy:j("y")},preparse:function(e){return e.replace(/[\u0661\u0662\u0663\u0664\u0665\u0666\u0667\u0668\u0669\u0660]/g,function(e){return Vt[e]}).replace(/\u060c/g,",")},postformat:function(e){return e.replace(/\d/g,function(e){return Gt[e]}).replace(/,/g,"\u060c")},week:{dow:6,doy:12}}),{1:"-inci",5:"-inci",8:"-inci",70:"-inci",80:"-inci",2:"-nci",7:"-nci",20:"-nci",50:"-nci",3:"-\xfcnc\xfc",4:"-\xfcnc\xfc",100:"-\xfcnc\xfc",6:"-nc\u0131",9:"-uncu",10:"-uncu",30:"-uncu",60:"-\u0131nc\u0131",90:"-\u0131nc\u0131"});function qt(e,a,t){return"m"===t?a?"\u0445\u0432\u0456\u043b\u0456\u043d\u0430":"\u0445\u0432\u0456\u043b\u0456\u043d\u0443":"h"===t?a?"\u0433\u0430\u0434\u0437\u0456\u043d\u0430":"\u0433\u0430\u0434\u0437\u0456\u043d\u0443":e+" "+(e=+e,a=(a={ss:a?"\u0441\u0435\u043a\u0443\u043d\u0434\u0430_\u0441\u0435\u043a\u0443\u043d\u0434\u044b_\u0441\u0435\u043a\u0443\u043d\u0434":"\u0441\u0435\u043a\u0443\u043d\u0434\u0443_\u0441\u0435\u043a\u0443\u043d\u0434\u044b_\u0441\u0435\u043a\u0443\u043d\u0434",mm:a?"\u0445\u0432\u0456\u043b\u0456\u043d\u0430_\u0445\u0432\u0456\u043b\u0456\u043d\u044b_\u0445\u0432\u0456\u043b\u0456\u043d":"\u0445\u0432\u0456\u043b\u0456\u043d\u0443_\u0445\u0432\u0456\u043b\u0456\u043d\u044b_\u0445\u0432\u0456\u043b\u0456\u043d",hh:a?"\u0433\u0430\u0434\u0437\u0456\u043d\u0430_\u0433\u0430\u0434\u0437\u0456\u043d\u044b_\u0433\u0430\u0434\u0437\u0456\u043d":"\u0433\u0430\u0434\u0437\u0456\u043d\u0443_\u0433\u0430\u0434\u0437\u0456\u043d\u044b_\u0433\u0430\u0434\u0437\u0456\u043d",dd:"\u0434\u0437\u0435\u043d\u044c_\u0434\u043d\u0456_\u0434\u0437\u0451\u043d",MM:"\u043c\u0435\u0441\u044f\u0446_\u043c\u0435\u0441\u044f\u0446\u044b_\u043c\u0435\u0441\u044f\u0446\u0430\u045e",yy:"\u0433\u043e\u0434_\u0433\u0430\u0434\u044b_\u0433\u0430\u0434\u043e\u045e"}[t]).split("_"),e%10==1&&e%100!=11?a[0]:2<=e%10&&e%10<=4&&(e%100<10||20<=e%100)?a[1]:a[2])}M.defineLocale("az",{months:"yanvar_fevral_mart_aprel_may_iyun_iyul_avqust_sentyabr_oktyabr_noyabr_dekabr".split("_"),monthsShort:"yan_fev_mar_apr_may_iyn_iyl_avq_sen_okt_noy_dek".split("_"),weekdays:"Bazar_Bazar ert\u0259si_\xc7\u0259r\u015f\u0259nb\u0259 ax\u015fam\u0131_\xc7\u0259r\u015f\u0259nb\u0259_C\xfcm\u0259 ax\u015fam\u0131_C\xfcm\u0259_\u015e\u0259nb\u0259".split("_"),weekdaysShort:"Baz_BzE_\xc7Ax_\xc7\u0259r_CAx_C\xfcm_\u015e\u0259n".split("_"),weekdaysMin:"Bz_BE_\xc7A_\xc7\u0259_CA_C\xfc_\u015e\u0259".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[bug\xfcn saat] LT",nextDay:"[sabah saat] LT",nextWeek:"[g\u0259l\u0259n h\u0259ft\u0259] dddd [saat] LT",lastDay:"[d\xfcn\u0259n] LT",lastWeek:"[ke\xe7\u0259n h\u0259ft\u0259] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s sonra",past:"%s \u0259vv\u0259l",s:"bir ne\xe7\u0259 saniy\u0259",ss:"%d saniy\u0259",m:"bir d\u0259qiq\u0259",mm:"%d d\u0259qiq\u0259",h:"bir saat",hh:"%d saat",d:"bir g\xfcn",dd:"%d g\xfcn",M:"bir ay",MM:"%d ay",y:"bir il",yy:"%d il"},meridiemParse:/gec\u0259|s\u0259h\u0259r|g\xfcnd\xfcz|ax\u015fam/,isPM:function(e){return/^(g\xfcnd\xfcz|ax\u015fam)$/.test(e)},meridiem:function(e,a,t){return e<4?"gec\u0259":e<12?"s\u0259h\u0259r":e<17?"g\xfcnd\xfcz":"ax\u015fam"},dayOfMonthOrdinalParse:/\d{1,2}-(\u0131nc\u0131|inci|nci|\xfcnc\xfc|nc\u0131|uncu)/,ordinal:function(e){if(0===e)return e+"-\u0131nc\u0131";var a=e%10;return e+(Kt[a]||Kt[e%100-a]||Kt[100<=e?100:null])},week:{dow:1,doy:7}}),M.defineLocale("be",{months:{format:"\u0441\u0442\u0443\u0434\u0437\u0435\u043d\u044f_\u043b\u044e\u0442\u0430\u0433\u0430_\u0441\u0430\u043a\u0430\u0432\u0456\u043a\u0430_\u043a\u0440\u0430\u0441\u0430\u0432\u0456\u043a\u0430_\u0442\u0440\u0430\u045e\u043d\u044f_\u0447\u044d\u0440\u0432\u0435\u043d\u044f_\u043b\u0456\u043f\u0435\u043d\u044f_\u0436\u043d\u0456\u045e\u043d\u044f_\u0432\u0435\u0440\u0430\u0441\u043d\u044f_\u043a\u0430\u0441\u0442\u0440\u044b\u0447\u043d\u0456\u043a\u0430_\u043b\u0456\u0441\u0442\u0430\u043f\u0430\u0434\u0430_\u0441\u043d\u0435\u0436\u043d\u044f".split("_"),standalone:"\u0441\u0442\u0443\u0434\u0437\u0435\u043d\u044c_\u043b\u044e\u0442\u044b_\u0441\u0430\u043a\u0430\u0432\u0456\u043a_\u043a\u0440\u0430\u0441\u0430\u0432\u0456\u043a_\u0442\u0440\u0430\u0432\u0435\u043d\u044c_\u0447\u044d\u0440\u0432\u0435\u043d\u044c_\u043b\u0456\u043f\u0435\u043d\u044c_\u0436\u043d\u0456\u0432\u0435\u043d\u044c_\u0432\u0435\u0440\u0430\u0441\u0435\u043d\u044c_\u043a\u0430\u0441\u0442\u0440\u044b\u0447\u043d\u0456\u043a_\u043b\u0456\u0441\u0442\u0430\u043f\u0430\u0434_\u0441\u043d\u0435\u0436\u0430\u043d\u044c".split("_")},monthsShort:"\u0441\u0442\u0443\u0434_\u043b\u044e\u0442_\u0441\u0430\u043a_\u043a\u0440\u0430\u0441_\u0442\u0440\u0430\u0432_\u0447\u044d\u0440\u0432_\u043b\u0456\u043f_\u0436\u043d\u0456\u0432_\u0432\u0435\u0440_\u043a\u0430\u0441\u0442_\u043b\u0456\u0441\u0442_\u0441\u043d\u0435\u0436".split("_"),weekdays:{format:"\u043d\u044f\u0434\u0437\u0435\u043b\u044e_\u043f\u0430\u043d\u044f\u0434\u0437\u0435\u043b\u0430\u043a_\u0430\u045e\u0442\u043e\u0440\u0430\u043a_\u0441\u0435\u0440\u0430\u0434\u0443_\u0447\u0430\u0446\u0432\u0435\u0440_\u043f\u044f\u0442\u043d\u0456\u0446\u0443_\u0441\u0443\u0431\u043e\u0442\u0443".split("_"),standalone:"\u043d\u044f\u0434\u0437\u0435\u043b\u044f_\u043f\u0430\u043d\u044f\u0434\u0437\u0435\u043b\u0430\u043a_\u0430\u045e\u0442\u043e\u0440\u0430\u043a_\u0441\u0435\u0440\u0430\u0434\u0430_\u0447\u0430\u0446\u0432\u0435\u0440_\u043f\u044f\u0442\u043d\u0456\u0446\u0430_\u0441\u0443\u0431\u043e\u0442\u0430".split("_"),isFormat:/\[ ?[\u0423\u0443\u045e] ?(?:\u043c\u0456\u043d\u0443\u043b\u0443\u044e|\u043d\u0430\u0441\u0442\u0443\u043f\u043d\u0443\u044e)? ?\] ?dddd/},weekdaysShort:"\u043d\u0434_\u043f\u043d_\u0430\u0442_\u0441\u0440_\u0447\u0446_\u043f\u0442_\u0441\u0431".split("_"),weekdaysMin:"\u043d\u0434_\u043f\u043d_\u0430\u0442_\u0441\u0440_\u0447\u0446_\u043f\u0442_\u0441\u0431".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY \u0433.",LLL:"D MMMM YYYY \u0433., HH:mm",LLLL:"dddd, D MMMM YYYY \u0433., HH:mm"},calendar:{sameDay:"[\u0421\u0451\u043d\u043d\u044f \u045e] LT",nextDay:"[\u0417\u0430\u045e\u0442\u0440\u0430 \u045e] LT",lastDay:"[\u0423\u0447\u043e\u0440\u0430 \u045e] LT",nextWeek:function(){return"[\u0423] dddd [\u045e] LT"},lastWeek:function(){switch(this.day()){case 0:case 3:case 5:case 6:return"[\u0423 \u043c\u0456\u043d\u0443\u043b\u0443\u044e] dddd [\u045e] LT";case 1:case 2:case 4:return"[\u0423 \u043c\u0456\u043d\u0443\u043b\u044b] dddd [\u045e] LT"}},sameElse:"L"},relativeTime:{future:"\u043f\u0440\u0430\u0437 %s",past:"%s \u0442\u0430\u043c\u0443",s:"\u043d\u0435\u043a\u0430\u043b\u044c\u043a\u0456 \u0441\u0435\u043a\u0443\u043d\u0434",m:qt,mm:qt,h:qt,hh:qt,d:"\u0434\u0437\u0435\u043d\u044c",dd:qt,M:"\u043c\u0435\u0441\u044f\u0446",MM:qt,y:"\u0433\u043e\u0434",yy:qt},meridiemParse:/\u043d\u043e\u0447\u044b|\u0440\u0430\u043d\u0456\u0446\u044b|\u0434\u043d\u044f|\u0432\u0435\u0447\u0430\u0440\u0430/,isPM:function(e){return/^(\u0434\u043d\u044f|\u0432\u0435\u0447\u0430\u0440\u0430)$/.test(e)},meridiem:function(e,a,t){return e<4?"\u043d\u043e\u0447\u044b":e<12?"\u0440\u0430\u043d\u0456\u0446\u044b":e<17?"\u0434\u043d\u044f":"\u0432\u0435\u0447\u0430\u0440\u0430"},dayOfMonthOrdinalParse:/\d{1,2}-(\u0456|\u044b|\u0433\u0430)/,ordinal:function(e,a){switch(a){case"M":case"d":case"DDD":case"w":case"W":return e%10!=2&&e%10!=3||e%100==12||e%100==13?e+"-\u044b":e+"-\u0456";case"D":return e+"-\u0433\u0430";default:return e}},week:{dow:1,doy:7}}),M.defineLocale("bg",{months:"\u044f\u043d\u0443\u0430\u0440\u0438_\u0444\u0435\u0432\u0440\u0443\u0430\u0440\u0438_\u043c\u0430\u0440\u0442_\u0430\u043f\u0440\u0438\u043b_\u043c\u0430\u0439_\u044e\u043d\u0438_\u044e\u043b\u0438_\u0430\u0432\u0433\u0443\u0441\u0442_\u0441\u0435\u043f\u0442\u0435\u043c\u0432\u0440\u0438_\u043e\u043a\u0442\u043e\u043c\u0432\u0440\u0438_\u043d\u043e\u0435\u043c\u0432\u0440\u0438_\u0434\u0435\u043a\u0435\u043c\u0432\u0440\u0438".split("_"),monthsShort:"\u044f\u043d\u0443_\u0444\u0435\u0432_\u043c\u0430\u0440_\u0430\u043f\u0440_\u043c\u0430\u0439_\u044e\u043d\u0438_\u044e\u043b\u0438_\u0430\u0432\u0433_\u0441\u0435\u043f_\u043e\u043a\u0442_\u043d\u043e\u0435_\u0434\u0435\u043a".split("_"),weekdays:"\u043d\u0435\u0434\u0435\u043b\u044f_\u043f\u043e\u043d\u0435\u0434\u0435\u043b\u043d\u0438\u043a_\u0432\u0442\u043e\u0440\u043d\u0438\u043a_\u0441\u0440\u044f\u0434\u0430_\u0447\u0435\u0442\u0432\u044a\u0440\u0442\u044a\u043a_\u043f\u0435\u0442\u044a\u043a_\u0441\u044a\u0431\u043e\u0442\u0430".split("_"),weekdaysShort:"\u043d\u0435\u0434_\u043f\u043e\u043d_\u0432\u0442\u043e_\u0441\u0440\u044f_\u0447\u0435\u0442_\u043f\u0435\u0442_\u0441\u044a\u0431".split("_"),weekdaysMin:"\u043d\u0434_\u043f\u043d_\u0432\u0442_\u0441\u0440_\u0447\u0442_\u043f\u0442_\u0441\u0431".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[\u0414\u043d\u0435\u0441 \u0432] LT",nextDay:"[\u0423\u0442\u0440\u0435 \u0432] LT",nextWeek:"dddd [\u0432] LT",lastDay:"[\u0412\u0447\u0435\u0440\u0430 \u0432] LT",lastWeek:function(){switch(this.day()){case 0:case 3:case 6:return"[\u041c\u0438\u043d\u0430\u043b\u0430\u0442\u0430] dddd [\u0432] LT";case 1:case 2:case 4:case 5:return"[\u041c\u0438\u043d\u0430\u043b\u0438\u044f] dddd [\u0432] LT"}},sameElse:"L"},relativeTime:{future:"\u0441\u043b\u0435\u0434 %s",past:"\u043f\u0440\u0435\u0434\u0438 %s",s:"\u043d\u044f\u043a\u043e\u043b\u043a\u043e \u0441\u0435\u043a\u0443\u043d\u0434\u0438",ss:"%d \u0441\u0435\u043a\u0443\u043d\u0434\u0438",m:"\u043c\u0438\u043d\u0443\u0442\u0430",mm:"%d \u043c\u0438\u043d\u0443\u0442\u0438",h:"\u0447\u0430\u0441",hh:"%d \u0447\u0430\u0441\u0430",d:"\u0434\u0435\u043d",dd:"%d \u0434\u0435\u043d\u0430",w:"\u0441\u0435\u0434\u043c\u0438\u0446\u0430",ww:"%d \u0441\u0435\u0434\u043c\u0438\u0446\u0438",M:"\u043c\u0435\u0441\u0435\u0446",MM:"%d \u043c\u0435\u0441\u0435\u0446\u0430",y:"\u0433\u043e\u0434\u0438\u043d\u0430",yy:"%d \u0433\u043e\u0434\u0438\u043d\u0438"},dayOfMonthOrdinalParse:/\d{1,2}-(\u0435\u0432|\u0435\u043d|\u0442\u0438|\u0432\u0438|\u0440\u0438|\u043c\u0438)/,ordinal:function(e){var a=e%10,t=e%100;return 0===e?e+"-\u0435\u0432":0==t?e+"-\u0435\u043d":10<t&&t<20?e+"-\u0442\u0438":1==a?e+"-\u0432\u0438":2==a?e+"-\u0440\u0438":7==a||8==a?e+"-\u043c\u0438":e+"-\u0442\u0438"},week:{dow:1,doy:7}}),M.defineLocale("bm",{months:"Zanwuyekalo_Fewuruyekalo_Marisikalo_Awirilikalo_M\u025bkalo_Zuw\u025bnkalo_Zuluyekalo_Utikalo_S\u025btanburukalo_\u0254kut\u0254burukalo_Nowanburukalo_Desanburukalo".split("_"),monthsShort:"Zan_Few_Mar_Awi_M\u025b_Zuw_Zul_Uti_S\u025bt_\u0254ku_Now_Des".split("_"),weekdays:"Kari_Nt\u025bn\u025bn_Tarata_Araba_Alamisa_Juma_Sibiri".split("_"),weekdaysShort:"Kar_Nt\u025b_Tar_Ara_Ala_Jum_Sib".split("_"),weekdaysMin:"Ka_Nt_Ta_Ar_Al_Ju_Si".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"MMMM [tile] D [san] YYYY",LLL:"MMMM [tile] D [san] YYYY [l\u025br\u025b] HH:mm",LLLL:"dddd MMMM [tile] D [san] YYYY [l\u025br\u025b] HH:mm"},calendar:{sameDay:"[Bi l\u025br\u025b] LT",nextDay:"[Sini l\u025br\u025b] LT",nextWeek:"dddd [don l\u025br\u025b] LT",lastDay:"[Kunu l\u025br\u025b] LT",lastWeek:"dddd [t\u025bm\u025bnen l\u025br\u025b] LT",sameElse:"L"},relativeTime:{future:"%s k\u0254n\u0254",past:"a b\u025b %s b\u0254",s:"sanga dama dama",ss:"sekondi %d",m:"miniti kelen",mm:"miniti %d",h:"l\u025br\u025b kelen",hh:"l\u025br\u025b %d",d:"tile kelen",dd:"tile %d",M:"kalo kelen",MM:"kalo %d",y:"san kelen",yy:"san %d"},week:{dow:1,doy:4}});var Zt={1:"\u09e7",2:"\u09e8",3:"\u09e9",4:"\u09ea",5:"\u09eb",6:"\u09ec",7:"\u09ed",8:"\u09ee",9:"\u09ef",0:"\u09e6"},$t={"\u09e7":"1","\u09e8":"2","\u09e9":"3","\u09ea":"4","\u09eb":"5","\u09ec":"6","\u09ed":"7","\u09ee":"8","\u09ef":"9","\u09e6":"0"},Qt=(M.defineLocale("bn-bd",{months:"\u099c\u09be\u09a8\u09c1\u09df\u09be\u09b0\u09bf_\u09ab\u09c7\u09ac\u09cd\u09b0\u09c1\u09df\u09be\u09b0\u09bf_\u09ae\u09be\u09b0\u09cd\u099a_\u098f\u09aa\u09cd\u09b0\u09bf\u09b2_\u09ae\u09c7_\u099c\u09c1\u09a8_\u099c\u09c1\u09b2\u09be\u0987_\u0986\u0997\u09b8\u09cd\u099f_\u09b8\u09c7\u09aa\u09cd\u099f\u09c7\u09ae\u09cd\u09ac\u09b0_\u0985\u0995\u09cd\u099f\u09cb\u09ac\u09b0_\u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0_\u09a1\u09bf\u09b8\u09c7\u09ae\u09cd\u09ac\u09b0".split("_"),monthsShort:"\u099c\u09be\u09a8\u09c1_\u09ab\u09c7\u09ac\u09cd\u09b0\u09c1_\u09ae\u09be\u09b0\u09cd\u099a_\u098f\u09aa\u09cd\u09b0\u09bf\u09b2_\u09ae\u09c7_\u099c\u09c1\u09a8_\u099c\u09c1\u09b2\u09be\u0987_\u0986\u0997\u09b8\u09cd\u099f_\u09b8\u09c7\u09aa\u09cd\u099f_\u0985\u0995\u09cd\u099f\u09cb_\u09a8\u09ad\u09c7_\u09a1\u09bf\u09b8\u09c7".split("_"),weekdays:"\u09b0\u09ac\u09bf\u09ac\u09be\u09b0_\u09b8\u09cb\u09ae\u09ac\u09be\u09b0_\u09ae\u0999\u09cd\u0997\u09b2\u09ac\u09be\u09b0_\u09ac\u09c1\u09a7\u09ac\u09be\u09b0_\u09ac\u09c3\u09b9\u09b8\u09cd\u09aa\u09a4\u09bf\u09ac\u09be\u09b0_\u09b6\u09c1\u0995\u09cd\u09b0\u09ac\u09be\u09b0_\u09b6\u09a8\u09bf\u09ac\u09be\u09b0".split("_"),weekdaysShort:"\u09b0\u09ac\u09bf_\u09b8\u09cb\u09ae_\u09ae\u0999\u09cd\u0997\u09b2_\u09ac\u09c1\u09a7_\u09ac\u09c3\u09b9\u09b8\u09cd\u09aa\u09a4\u09bf_\u09b6\u09c1\u0995\u09cd\u09b0_\u09b6\u09a8\u09bf".split("_"),weekdaysMin:"\u09b0\u09ac\u09bf_\u09b8\u09cb\u09ae_\u09ae\u0999\u09cd\u0997\u09b2_\u09ac\u09c1\u09a7_\u09ac\u09c3\u09b9_\u09b6\u09c1\u0995\u09cd\u09b0_\u09b6\u09a8\u09bf".split("_"),longDateFormat:{LT:"A h:mm \u09b8\u09ae\u09df",LTS:"A h:mm:ss \u09b8\u09ae\u09df",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm \u09b8\u09ae\u09df",LLLL:"dddd, D MMMM YYYY, A h:mm \u09b8\u09ae\u09df"},calendar:{sameDay:"[\u0986\u099c] LT",nextDay:"[\u0986\u0997\u09be\u09ae\u09c0\u0995\u09be\u09b2] LT",nextWeek:"dddd, LT",lastDay:"[\u0997\u09a4\u0995\u09be\u09b2] LT",lastWeek:"[\u0997\u09a4] dddd, LT",sameElse:"L"},relativeTime:{future:"%s \u09aa\u09b0\u09c7",past:"%s \u0986\u0997\u09c7",s:"\u0995\u09df\u09c7\u0995 \u09b8\u09c7\u0995\u09c7\u09a8\u09cd\u09a1",ss:"%d \u09b8\u09c7\u0995\u09c7\u09a8\u09cd\u09a1",m:"\u098f\u0995 \u09ae\u09bf\u09a8\u09bf\u099f",mm:"%d \u09ae\u09bf\u09a8\u09bf\u099f",h:"\u098f\u0995 \u0998\u09a8\u09cd\u099f\u09be",hh:"%d \u0998\u09a8\u09cd\u099f\u09be",d:"\u098f\u0995 \u09a6\u09bf\u09a8",dd:"%d \u09a6\u09bf\u09a8",M:"\u098f\u0995 \u09ae\u09be\u09b8",MM:"%d \u09ae\u09be\u09b8",y:"\u098f\u0995 \u09ac\u099b\u09b0",yy:"%d \u09ac\u099b\u09b0"},preparse:function(e){return e.replace(/[\u09e7\u09e8\u09e9\u09ea\u09eb\u09ec\u09ed\u09ee\u09ef\u09e6]/g,function(e){return $t[e]})},postformat:function(e){return e.replace(/\d/g,function(e){return Zt[e]})},meridiemParse:/\u09b0\u09be\u09a4|\u09ad\u09cb\u09b0|\u09b8\u0995\u09be\u09b2|\u09a6\u09c1\u09aa\u09c1\u09b0|\u09ac\u09bf\u0995\u09be\u09b2|\u09b8\u09a8\u09cd\u09a7\u09cd\u09af\u09be|\u09b0\u09be\u09a4/,meridiemHour:function(e,a){return 12===e&&(e=0),"\u09b0\u09be\u09a4"===a?e<4?e:e+12:"\u09ad\u09cb\u09b0"===a||"\u09b8\u0995\u09be\u09b2"===a?e:"\u09a6\u09c1\u09aa\u09c1\u09b0"===a?3<=e?e:e+12:"\u09ac\u09bf\u0995\u09be\u09b2"===a||"\u09b8\u09a8\u09cd\u09a7\u09cd\u09af\u09be"===a?e+12:void 0},meridiem:function(e,a,t){return e<4?"\u09b0\u09be\u09a4":e<6?"\u09ad\u09cb\u09b0":e<12?"\u09b8\u0995\u09be\u09b2":e<15?"\u09a6\u09c1\u09aa\u09c1\u09b0":e<18?"\u09ac\u09bf\u0995\u09be\u09b2":e<20?"\u09b8\u09a8\u09cd\u09a7\u09cd\u09af\u09be":"\u09b0\u09be\u09a4"},week:{dow:0,doy:6}}),{1:"\u09e7",2:"\u09e8",3:"\u09e9",4:"\u09ea",5:"\u09eb",6:"\u09ec",7:"\u09ed",8:"\u09ee",9:"\u09ef",0:"\u09e6"}),Xt={"\u09e7":"1","\u09e8":"2","\u09e9":"3","\u09ea":"4","\u09eb":"5","\u09ec":"6","\u09ed":"7","\u09ee":"8","\u09ef":"9","\u09e6":"0"},es=(M.defineLocale("bn",{months:"\u099c\u09be\u09a8\u09c1\u09df\u09be\u09b0\u09bf_\u09ab\u09c7\u09ac\u09cd\u09b0\u09c1\u09df\u09be\u09b0\u09bf_\u09ae\u09be\u09b0\u09cd\u099a_\u098f\u09aa\u09cd\u09b0\u09bf\u09b2_\u09ae\u09c7_\u099c\u09c1\u09a8_\u099c\u09c1\u09b2\u09be\u0987_\u0986\u0997\u09b8\u09cd\u099f_\u09b8\u09c7\u09aa\u09cd\u099f\u09c7\u09ae\u09cd\u09ac\u09b0_\u0985\u0995\u09cd\u099f\u09cb\u09ac\u09b0_\u09a8\u09ad\u09c7\u09ae\u09cd\u09ac\u09b0_\u09a1\u09bf\u09b8\u09c7\u09ae\u09cd\u09ac\u09b0".split("_"),monthsShort:"\u099c\u09be\u09a8\u09c1_\u09ab\u09c7\u09ac\u09cd\u09b0\u09c1_\u09ae\u09be\u09b0\u09cd\u099a_\u098f\u09aa\u09cd\u09b0\u09bf\u09b2_\u09ae\u09c7_\u099c\u09c1\u09a8_\u099c\u09c1\u09b2\u09be\u0987_\u0986\u0997\u09b8\u09cd\u099f_\u09b8\u09c7\u09aa\u09cd\u099f_\u0985\u0995\u09cd\u099f\u09cb_\u09a8\u09ad\u09c7_\u09a1\u09bf\u09b8\u09c7".split("_"),weekdays:"\u09b0\u09ac\u09bf\u09ac\u09be\u09b0_\u09b8\u09cb\u09ae\u09ac\u09be\u09b0_\u09ae\u0999\u09cd\u0997\u09b2\u09ac\u09be\u09b0_\u09ac\u09c1\u09a7\u09ac\u09be\u09b0_\u09ac\u09c3\u09b9\u09b8\u09cd\u09aa\u09a4\u09bf\u09ac\u09be\u09b0_\u09b6\u09c1\u0995\u09cd\u09b0\u09ac\u09be\u09b0_\u09b6\u09a8\u09bf\u09ac\u09be\u09b0".split("_"),weekdaysShort:"\u09b0\u09ac\u09bf_\u09b8\u09cb\u09ae_\u09ae\u0999\u09cd\u0997\u09b2_\u09ac\u09c1\u09a7_\u09ac\u09c3\u09b9\u09b8\u09cd\u09aa\u09a4\u09bf_\u09b6\u09c1\u0995\u09cd\u09b0_\u09b6\u09a8\u09bf".split("_"),weekdaysMin:"\u09b0\u09ac\u09bf_\u09b8\u09cb\u09ae_\u09ae\u0999\u09cd\u0997\u09b2_\u09ac\u09c1\u09a7_\u09ac\u09c3\u09b9_\u09b6\u09c1\u0995\u09cd\u09b0_\u09b6\u09a8\u09bf".split("_"),longDateFormat:{LT:"A h:mm \u09b8\u09ae\u09df",LTS:"A h:mm:ss \u09b8\u09ae\u09df",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm \u09b8\u09ae\u09df",LLLL:"dddd, D MMMM YYYY, A h:mm \u09b8\u09ae\u09df"},calendar:{sameDay:"[\u0986\u099c] LT",nextDay:"[\u0986\u0997\u09be\u09ae\u09c0\u0995\u09be\u09b2] LT",nextWeek:"dddd, LT",lastDay:"[\u0997\u09a4\u0995\u09be\u09b2] LT",lastWeek:"[\u0997\u09a4] dddd, LT",sameElse:"L"},relativeTime:{future:"%s \u09aa\u09b0\u09c7",past:"%s \u0986\u0997\u09c7",s:"\u0995\u09df\u09c7\u0995 \u09b8\u09c7\u0995\u09c7\u09a8\u09cd\u09a1",ss:"%d \u09b8\u09c7\u0995\u09c7\u09a8\u09cd\u09a1",m:"\u098f\u0995 \u09ae\u09bf\u09a8\u09bf\u099f",mm:"%d \u09ae\u09bf\u09a8\u09bf\u099f",h:"\u098f\u0995 \u0998\u09a8\u09cd\u099f\u09be",hh:"%d \u0998\u09a8\u09cd\u099f\u09be",d:"\u098f\u0995 \u09a6\u09bf\u09a8",dd:"%d \u09a6\u09bf\u09a8",M:"\u098f\u0995 \u09ae\u09be\u09b8",MM:"%d \u09ae\u09be\u09b8",y:"\u098f\u0995 \u09ac\u099b\u09b0",yy:"%d \u09ac\u099b\u09b0"},preparse:function(e){return e.replace(/[\u09e7\u09e8\u09e9\u09ea\u09eb\u09ec\u09ed\u09ee\u09ef\u09e6]/g,function(e){return Xt[e]})},postformat:function(e){return e.replace(/\d/g,function(e){return Qt[e]})},meridiemParse:/\u09b0\u09be\u09a4|\u09b8\u0995\u09be\u09b2|\u09a6\u09c1\u09aa\u09c1\u09b0|\u09ac\u09bf\u0995\u09be\u09b2|\u09b0\u09be\u09a4/,meridiemHour:function(e,a){return 12===e&&(e=0),"\u09b0\u09be\u09a4"===a&&4<=e||"\u09a6\u09c1\u09aa\u09c1\u09b0"===a&&e<5||"\u09ac\u09bf\u0995\u09be\u09b2"===a?e+12:e},meridiem:function(e,a,t){return e<4?"\u09b0\u09be\u09a4":e<10?"\u09b8\u0995\u09be\u09b2":e<17?"\u09a6\u09c1\u09aa\u09c1\u09b0":e<20?"\u09ac\u09bf\u0995\u09be\u09b2":"\u09b0\u09be\u09a4"},week:{dow:0,doy:6}}),{1:"\u0f21",2:"\u0f22",3:"\u0f23",4:"\u0f24",5:"\u0f25",6:"\u0f26",7:"\u0f27",8:"\u0f28",9:"\u0f29",0:"\u0f20"}),as={"\u0f21":"1","\u0f22":"2","\u0f23":"3","\u0f24":"4","\u0f25":"5","\u0f26":"6","\u0f27":"7","\u0f28":"8","\u0f29":"9","\u0f20":"0"};function ts(e,a,t){return e+" "+(t={mm:"munutenn",MM:"miz",dd:"devezh"}[t],2!==(e=e)?t:void 0!==(e={m:"v",b:"v",d:"z"})[(t=t).charAt(0)]?e[t.charAt(0)]+t.substring(1):t)}M.defineLocale("bo",{months:"\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f51\u0f44\u0f0b\u0f54\u0f7c_\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f42\u0f49\u0f72\u0f66\u0f0b\u0f54_\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f42\u0f66\u0f74\u0f58\u0f0b\u0f54_\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f56\u0f5e\u0f72\u0f0b\u0f54_\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f63\u0f94\u0f0b\u0f54_\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f51\u0fb2\u0f74\u0f42\u0f0b\u0f54_\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f56\u0f51\u0f74\u0f53\u0f0b\u0f54_\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f56\u0f62\u0f92\u0fb1\u0f51\u0f0b\u0f54_\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f51\u0f42\u0f74\u0f0b\u0f54_\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f56\u0f45\u0f74\u0f0b\u0f54_\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f56\u0f45\u0f74\u0f0b\u0f42\u0f45\u0f72\u0f42\u0f0b\u0f54_\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f56\u0f45\u0f74\u0f0b\u0f42\u0f49\u0f72\u0f66\u0f0b\u0f54".split("_"),monthsShort:"\u0f5f\u0fb3\u0f0b1_\u0f5f\u0fb3\u0f0b2_\u0f5f\u0fb3\u0f0b3_\u0f5f\u0fb3\u0f0b4_\u0f5f\u0fb3\u0f0b5_\u0f5f\u0fb3\u0f0b6_\u0f5f\u0fb3\u0f0b7_\u0f5f\u0fb3\u0f0b8_\u0f5f\u0fb3\u0f0b9_\u0f5f\u0fb3\u0f0b10_\u0f5f\u0fb3\u0f0b11_\u0f5f\u0fb3\u0f0b12".split("_"),monthsShortRegex:/^(\u0f5f\u0fb3\u0f0b\d{1,2})/,monthsParseExact:!0,weekdays:"\u0f42\u0f5f\u0f60\u0f0b\u0f49\u0f72\u0f0b\u0f58\u0f0b_\u0f42\u0f5f\u0f60\u0f0b\u0f5f\u0fb3\u0f0b\u0f56\u0f0b_\u0f42\u0f5f\u0f60\u0f0b\u0f58\u0f72\u0f42\u0f0b\u0f51\u0f58\u0f62\u0f0b_\u0f42\u0f5f\u0f60\u0f0b\u0f63\u0fb7\u0f42\u0f0b\u0f54\u0f0b_\u0f42\u0f5f\u0f60\u0f0b\u0f55\u0f74\u0f62\u0f0b\u0f56\u0f74_\u0f42\u0f5f\u0f60\u0f0b\u0f54\u0f0b\u0f66\u0f44\u0f66\u0f0b_\u0f42\u0f5f\u0f60\u0f0b\u0f66\u0fa4\u0f7a\u0f53\u0f0b\u0f54\u0f0b".split("_"),weekdaysShort:"\u0f49\u0f72\u0f0b\u0f58\u0f0b_\u0f5f\u0fb3\u0f0b\u0f56\u0f0b_\u0f58\u0f72\u0f42\u0f0b\u0f51\u0f58\u0f62\u0f0b_\u0f63\u0fb7\u0f42\u0f0b\u0f54\u0f0b_\u0f55\u0f74\u0f62\u0f0b\u0f56\u0f74_\u0f54\u0f0b\u0f66\u0f44\u0f66\u0f0b_\u0f66\u0fa4\u0f7a\u0f53\u0f0b\u0f54\u0f0b".split("_"),weekdaysMin:"\u0f49\u0f72_\u0f5f\u0fb3_\u0f58\u0f72\u0f42_\u0f63\u0fb7\u0f42_\u0f55\u0f74\u0f62_\u0f66\u0f44\u0f66_\u0f66\u0fa4\u0f7a\u0f53".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm",LLLL:"dddd, D MMMM YYYY, A h:mm"},calendar:{sameDay:"[\u0f51\u0f72\u0f0b\u0f62\u0f72\u0f44] LT",nextDay:"[\u0f66\u0f44\u0f0b\u0f49\u0f72\u0f53] LT",nextWeek:"[\u0f56\u0f51\u0f74\u0f53\u0f0b\u0f55\u0fb2\u0f42\u0f0b\u0f62\u0f97\u0f7a\u0f66\u0f0b\u0f58], LT",lastDay:"[\u0f41\u0f0b\u0f66\u0f44] LT",lastWeek:"[\u0f56\u0f51\u0f74\u0f53\u0f0b\u0f55\u0fb2\u0f42\u0f0b\u0f58\u0f50\u0f60\u0f0b\u0f58] dddd, LT",sameElse:"L"},relativeTime:{future:"%s \u0f63\u0f0b",past:"%s \u0f66\u0f94\u0f53\u0f0b\u0f63",s:"\u0f63\u0f58\u0f0b\u0f66\u0f44",ss:"%d \u0f66\u0f90\u0f62\u0f0b\u0f46\u0f0d",m:"\u0f66\u0f90\u0f62\u0f0b\u0f58\u0f0b\u0f42\u0f45\u0f72\u0f42",mm:"%d \u0f66\u0f90\u0f62\u0f0b\u0f58",h:"\u0f46\u0f74\u0f0b\u0f5a\u0f7c\u0f51\u0f0b\u0f42\u0f45\u0f72\u0f42",hh:"%d \u0f46\u0f74\u0f0b\u0f5a\u0f7c\u0f51",d:"\u0f49\u0f72\u0f53\u0f0b\u0f42\u0f45\u0f72\u0f42",dd:"%d \u0f49\u0f72\u0f53\u0f0b",M:"\u0f5f\u0fb3\u0f0b\u0f56\u0f0b\u0f42\u0f45\u0f72\u0f42",MM:"%d \u0f5f\u0fb3\u0f0b\u0f56",y:"\u0f63\u0f7c\u0f0b\u0f42\u0f45\u0f72\u0f42",yy:"%d \u0f63\u0f7c"},preparse:function(e){return e.replace(/[\u0f21\u0f22\u0f23\u0f24\u0f25\u0f26\u0f27\u0f28\u0f29\u0f20]/g,function(e){return as[e]})},postformat:function(e){return e.replace(/\d/g,function(e){return es[e]})},meridiemParse:/\u0f58\u0f5a\u0f53\u0f0b\u0f58\u0f7c|\u0f5e\u0f7c\u0f42\u0f66\u0f0b\u0f40\u0f66|\u0f49\u0f72\u0f53\u0f0b\u0f42\u0f74\u0f44|\u0f51\u0f42\u0f7c\u0f44\u0f0b\u0f51\u0f42|\u0f58\u0f5a\u0f53\u0f0b\u0f58\u0f7c/,meridiemHour:function(e,a){return 12===e&&(e=0),"\u0f58\u0f5a\u0f53\u0f0b\u0f58\u0f7c"===a&&4<=e||"\u0f49\u0f72\u0f53\u0f0b\u0f42\u0f74\u0f44"===a&&e<5||"\u0f51\u0f42\u0f7c\u0f44\u0f0b\u0f51\u0f42"===a?e+12:e},meridiem:function(e,a,t){return e<4?"\u0f58\u0f5a\u0f53\u0f0b\u0f58\u0f7c":e<10?"\u0f5e\u0f7c\u0f42\u0f66\u0f0b\u0f40\u0f66":e<17?"\u0f49\u0f72\u0f53\u0f0b\u0f42\u0f74\u0f44":e<20?"\u0f51\u0f42\u0f7c\u0f44\u0f0b\u0f51\u0f42":"\u0f58\u0f5a\u0f53\u0f0b\u0f58\u0f7c"},week:{dow:0,doy:6}});L=[/^gen/i,/^c[\u02bc\']hwe/i,/^meu/i,/^ebr/i,/^mae/i,/^(mez|eve)/i,/^gou/i,/^eos/i,/^gwe/i,/^her/i,/^du/i,/^ker/i],c=/^(genver|c[\u02bc\']hwevrer|meurzh|ebrel|mae|mezheven|gouere|eost|gwengolo|here|du|kerzu|gen|c[\u02bc\']hwe|meu|ebr|mae|eve|gou|eos|gwe|her|du|ker)/i,ta=[/^Su/i,/^Lu/i,/^Me([^r]|$)/i,/^Mer/i,/^Ya/i,/^Gw/i,/^Sa/i];function ss(e,a,t){var s=e+" ";switch(t){case"ss":return s+=1===e?"sekunda":2===e||3===e||4===e?"sekunde":"sekundi";case"m":return a?"jedna minuta":"jedne minute";case"mm":return s+=1!==e&&(2===e||3===e||4===e)?"minute":"minuta";case"h":return a?"jedan sat":"jednog sata";case"hh":return s+=1===e?"sat":2===e||3===e||4===e?"sata":"sati";case"dd":return s+=1===e?"dan":"dana";case"MM":return s+=1===e?"mjesec":2===e||3===e||4===e?"mjeseca":"mjeseci";case"yy":return s+=1!==e&&(2===e||3===e||4===e)?"godine":"godina"}}M.defineLocale("br",{months:"Genver_C\u02bchwevrer_Meurzh_Ebrel_Mae_Mezheven_Gouere_Eost_Gwengolo_Here_Du_Kerzu".split("_"),monthsShort:"Gen_C\u02bchwe_Meu_Ebr_Mae_Eve_Gou_Eos_Gwe_Her_Du_Ker".split("_"),weekdays:"Sul_Lun_Meurzh_Merc\u02bcher_Yaou_Gwener_Sadorn".split("_"),weekdaysShort:"Sul_Lun_Meu_Mer_Yao_Gwe_Sad".split("_"),weekdaysMin:"Su_Lu_Me_Mer_Ya_Gw_Sa".split("_"),weekdaysParse:ta,fullWeekdaysParse:[/^sul/i,/^lun/i,/^meurzh/i,/^merc[\u02bc\']her/i,/^yaou/i,/^gwener/i,/^sadorn/i],shortWeekdaysParse:[/^Sul/i,/^Lun/i,/^Meu/i,/^Mer/i,/^Yao/i,/^Gwe/i,/^Sad/i],minWeekdaysParse:ta,monthsRegex:c,monthsShortRegex:c,monthsStrictRegex:/^(genver|c[\u02bc\']hwevrer|meurzh|ebrel|mae|mezheven|gouere|eost|gwengolo|here|du|kerzu)/i,monthsShortStrictRegex:/^(gen|c[\u02bc\']hwe|meu|ebr|mae|eve|gou|eos|gwe|her|du|ker)/i,monthsParse:L,longMonthsParse:L,shortMonthsParse:L,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [a viz] MMMM YYYY",LLL:"D [a viz] MMMM YYYY HH:mm",LLLL:"dddd, D [a viz] MMMM YYYY HH:mm"},calendar:{sameDay:"[Hiziv da] LT",nextDay:"[Warc\u02bchoazh da] LT",nextWeek:"dddd [da] LT",lastDay:"[Dec\u02bch da] LT",lastWeek:"dddd [paset da] LT",sameElse:"L"},relativeTime:{future:"a-benn %s",past:"%s \u02bczo",s:"un nebeud segondenno\xf9",ss:"%d eilenn",m:"ur vunutenn",mm:ts,h:"un eur",hh:"%d eur",d:"un devezh",dd:ts,M:"ur miz",MM:ts,y:"ur bloaz",yy:function(e){switch(function e(a){if(9<a)return e(a%10);return a}(e)){case 1:case 3:case 4:case 5:case 9:return e+" bloaz";default:return e+" vloaz"}}},dayOfMonthOrdinalParse:/\d{1,2}(a\xf1|vet)/,ordinal:function(e){return e+(1===e?"a\xf1":"vet")},week:{dow:1,doy:4},meridiemParse:/a.m.|g.m./,isPM:function(e){return"g.m."===e},meridiem:function(e,a,t){return e<12?"a.m.":"g.m."}}),M.defineLocale("bs",{months:"januar_februar_mart_april_maj_juni_juli_august_septembar_oktobar_novembar_decembar".split("_"),monthsShort:"jan._feb._mar._apr._maj._jun._jul._aug._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedjelja_ponedjeljak_utorak_srijeda_\u010detvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._\u010det._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_\u010de_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[ju\u010der u] LT",lastWeek:function(){switch(this.day()){case 0:case 3:return"[pro\u0161lu] dddd [u] LT";case 6:return"[pro\u0161le] [subote] [u] LT";case 1:case 2:case 4:case 5:return"[pro\u0161li] dddd [u] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"par sekundi",ss:ss,m:ss,mm:ss,h:ss,hh:ss,d:"dan",dd:ss,M:"mjesec",MM:ss,y:"godinu",yy:ss},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}}),M.defineLocale("ca",{months:{standalone:"gener_febrer_mar\xe7_abril_maig_juny_juliol_agost_setembre_octubre_novembre_desembre".split("_"),format:"de gener_de febrer_de mar\xe7_d'abril_de maig_de juny_de juliol_d'agost_de setembre_d'octubre_de novembre_de desembre".split("_"),isFormat:/D[oD]?(\s)+MMMM/},monthsShort:"gen._febr._mar\xe7_abr._maig_juny_jul._ag._set._oct._nov._des.".split("_"),monthsParseExact:!0,weekdays:"diumenge_dilluns_dimarts_dimecres_dijous_divendres_dissabte".split("_"),weekdaysShort:"dg._dl._dt._dc._dj._dv._ds.".split("_"),weekdaysMin:"dg_dl_dt_dc_dj_dv_ds".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM [de] YYYY",ll:"D MMM YYYY",LLL:"D MMMM [de] YYYY [a les] H:mm",lll:"D MMM YYYY, H:mm",LLLL:"dddd D MMMM [de] YYYY [a les] H:mm",llll:"ddd D MMM YYYY, H:mm"},calendar:{sameDay:function(){return"[avui a "+(1!==this.hours()?"les":"la")+"] LT"},nextDay:function(){return"[dem\xe0 a "+(1!==this.hours()?"les":"la")+"] LT"},nextWeek:function(){return"dddd [a "+(1!==this.hours()?"les":"la")+"] LT"},lastDay:function(){return"[ahir a "+(1!==this.hours()?"les":"la")+"] LT"},lastWeek:function(){return"[el] dddd [passat a "+(1!==this.hours()?"les":"la")+"] LT"},sameElse:"L"},relativeTime:{future:"d'aqu\xed %s",past:"fa %s",s:"uns segons",ss:"%d segons",m:"un minut",mm:"%d minuts",h:"una hora",hh:"%d hores",d:"un dia",dd:"%d dies",M:"un mes",MM:"%d mesos",y:"un any",yy:"%d anys"},dayOfMonthOrdinalParse:/\d{1,2}(r|n|t|\xe8|a)/,ordinal:function(e,a){return e+("w"!==a&&"W"!==a?1===e?"r":2===e?"n":3===e?"r":4===e?"t":"\xe8":"a")},week:{dow:1,doy:4}});f={format:"leden_\xfanor_b\u0159ezen_duben_kv\u011bten_\u010derven_\u010dervenec_srpen_z\xe1\u0159\xed_\u0159\xedjen_listopad_prosinec".split("_"),standalone:"ledna_\xfanora_b\u0159ezna_dubna_kv\u011btna_\u010dervna_\u010dervence_srpna_z\xe1\u0159\xed_\u0159\xedjna_listopadu_prosince".split("_")},ke="led_\xfano_b\u0159e_dub_kv\u011b_\u010dvn_\u010dvc_srp_z\xe1\u0159_\u0159\xedj_lis_pro".split("_"),y=[/^led/i,/^\xfano/i,/^b\u0159e/i,/^dub/i,/^kv\u011b/i,/^(\u010dvn|\u010derven$|\u010dervna)/i,/^(\u010dvc|\u010dervenec|\u010dervence)/i,/^srp/i,/^z\xe1\u0159/i,/^\u0159\xedj/i,/^lis/i,/^pro/i],_=/^(leden|\xfanor|b\u0159ezen|duben|kv\u011bten|\u010dervenec|\u010dervence|\u010derven|\u010dervna|srpen|z\xe1\u0159\xed|\u0159\xedjen|listopad|prosinec|led|\xfano|b\u0159e|dub|kv\u011b|\u010dvn|\u010dvc|srp|z\xe1\u0159|\u0159\xedj|lis|pro)/i;function ns(e){return 1<e&&e<5&&1!=~~(e/10)}function P(e,a,t,s){var n=e+" ";switch(t){case"s":return a||s?"p\xe1r sekund":"p\xe1r sekundami";case"ss":return a||s?n+(ns(e)?"sekundy":"sekund"):n+"sekundami";case"m":return a?"minuta":s?"minutu":"minutou";case"mm":return a||s?n+(ns(e)?"minuty":"minut"):n+"minutami";case"h":return a?"hodina":s?"hodinu":"hodinou";case"hh":return a||s?n+(ns(e)?"hodiny":"hodin"):n+"hodinami";case"d":return a||s?"den":"dnem";case"dd":return a||s?n+(ns(e)?"dny":"dn\xed"):n+"dny";case"M":return a||s?"m\u011bs\xedc":"m\u011bs\xedcem";case"MM":return a||s?n+(ns(e)?"m\u011bs\xedce":"m\u011bs\xedc\u016f"):n+"m\u011bs\xedci";case"y":return a||s?"rok":"rokem";case"yy":return a||s?n+(ns(e)?"roky":"let"):n+"lety"}}function rs(e,a,t,s){e={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[e+" Tage",e+" Tagen"],w:["eine Woche","einer Woche"],M:["ein Monat","einem Monat"],MM:[e+" Monate",e+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[e+" Jahre",e+" Jahren"]};return a?e[t][0]:e[t][1]}function ds(e,a,t,s){e={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[e+" Tage",e+" Tagen"],w:["eine Woche","einer Woche"],M:["ein Monat","einem Monat"],MM:[e+" Monate",e+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[e+" Jahre",e+" Jahren"]};return a?e[t][0]:e[t][1]}function is(e,a,t,s){e={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[e+" Tage",e+" Tagen"],w:["eine Woche","einer Woche"],M:["ein Monat","einem Monat"],MM:[e+" Monate",e+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[e+" Jahre",e+" Jahren"]};return a?e[t][0]:e[t][1]}M.defineLocale("cs",{months:f,monthsShort:ke,monthsRegex:_,monthsShortRegex:_,monthsStrictRegex:/^(leden|ledna|\xfanora|\xfanor|b\u0159ezen|b\u0159ezna|duben|dubna|kv\u011bten|kv\u011btna|\u010dervenec|\u010dervence|\u010derven|\u010dervna|srpen|srpna|z\xe1\u0159\xed|\u0159\xedjen|\u0159\xedjna|listopadu|listopad|prosinec|prosince)/i,monthsShortStrictRegex:/^(led|\xfano|b\u0159e|dub|kv\u011b|\u010dvn|\u010dvc|srp|z\xe1\u0159|\u0159\xedj|lis|pro)/i,monthsParse:y,longMonthsParse:y,shortMonthsParse:y,weekdays:"ned\u011ble_pond\u011bl\xed_\xfater\xfd_st\u0159eda_\u010dtvrtek_p\xe1tek_sobota".split("_"),weekdaysShort:"ne_po_\xfat_st_\u010dt_p\xe1_so".split("_"),weekdaysMin:"ne_po_\xfat_st_\u010dt_p\xe1_so".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd D. MMMM YYYY H:mm",l:"D. M. YYYY"},calendar:{sameDay:"[dnes v] LT",nextDay:"[z\xedtra v] LT",nextWeek:function(){switch(this.day()){case 0:return"[v ned\u011bli v] LT";case 1:case 2:return"[v] dddd [v] LT";case 3:return"[ve st\u0159edu v] LT";case 4:return"[ve \u010dtvrtek v] LT";case 5:return"[v p\xe1tek v] LT";case 6:return"[v sobotu v] LT"}},lastDay:"[v\u010dera v] LT",lastWeek:function(){switch(this.day()){case 0:return"[minulou ned\u011bli v] LT";case 1:case 2:return"[minul\xe9] dddd [v] LT";case 3:return"[minulou st\u0159edu v] LT";case 4:case 5:return"[minul\xfd] dddd [v] LT";case 6:return"[minulou sobotu v] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"p\u0159ed %s",s:P,ss:P,m:P,mm:P,h:P,hh:P,d:P,dd:P,M:P,MM:P,y:P,yy:P},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}}),M.defineLocale("cv",{months:"\u043a\u04d1\u0440\u043b\u0430\u0447_\u043d\u0430\u0440\u04d1\u0441_\u043f\u0443\u0448_\u0430\u043a\u0430_\u043c\u0430\u0439_\u04ab\u04d7\u0440\u0442\u043c\u0435_\u0443\u0442\u04d1_\u04ab\u0443\u0440\u043b\u0430_\u0430\u0432\u04d1\u043d_\u044e\u043f\u0430_\u0447\u04f3\u043a_\u0440\u0430\u0448\u0442\u0430\u0432".split("_"),monthsShort:"\u043a\u04d1\u0440_\u043d\u0430\u0440_\u043f\u0443\u0448_\u0430\u043a\u0430_\u043c\u0430\u0439_\u04ab\u04d7\u0440_\u0443\u0442\u04d1_\u04ab\u0443\u0440_\u0430\u0432\u043d_\u044e\u043f\u0430_\u0447\u04f3\u043a_\u0440\u0430\u0448".split("_"),weekdays:"\u0432\u044b\u0440\u0441\u0430\u0440\u043d\u0438\u043a\u0443\u043d_\u0442\u0443\u043d\u0442\u0438\u043a\u0443\u043d_\u044b\u0442\u043b\u0430\u0440\u0438\u043a\u0443\u043d_\u044e\u043d\u043a\u0443\u043d_\u043a\u04d7\u04ab\u043d\u0435\u0440\u043d\u0438\u043a\u0443\u043d_\u044d\u0440\u043d\u0435\u043a\u0443\u043d_\u0448\u04d1\u043c\u0430\u0442\u043a\u0443\u043d".split("_"),weekdaysShort:"\u0432\u044b\u0440_\u0442\u0443\u043d_\u044b\u0442\u043b_\u044e\u043d_\u043a\u04d7\u04ab_\u044d\u0440\u043d_\u0448\u04d1\u043c".split("_"),weekdaysMin:"\u0432\u0440_\u0442\u043d_\u044b\u0442_\u044e\u043d_\u043a\u04ab_\u044d\u0440_\u0448\u043c".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"YYYY [\u04ab\u0443\u043b\u0445\u0438] MMMM [\u0443\u0439\u04d1\u0445\u04d7\u043d] D[-\u043c\u04d7\u0448\u04d7]",LLL:"YYYY [\u04ab\u0443\u043b\u0445\u0438] MMMM [\u0443\u0439\u04d1\u0445\u04d7\u043d] D[-\u043c\u04d7\u0448\u04d7], HH:mm",LLLL:"dddd, YYYY [\u04ab\u0443\u043b\u0445\u0438] MMMM [\u0443\u0439\u04d1\u0445\u04d7\u043d] D[-\u043c\u04d7\u0448\u04d7], HH:mm"},calendar:{sameDay:"[\u041f\u0430\u044f\u043d] LT [\u0441\u0435\u0445\u0435\u0442\u0440\u0435]",nextDay:"[\u042b\u0440\u0430\u043d] LT [\u0441\u0435\u0445\u0435\u0442\u0440\u0435]",lastDay:"[\u04d6\u043d\u0435\u0440] LT [\u0441\u0435\u0445\u0435\u0442\u0440\u0435]",nextWeek:"[\u04aa\u0438\u0442\u0435\u0441] dddd LT [\u0441\u0435\u0445\u0435\u0442\u0440\u0435]",lastWeek:"[\u0418\u0440\u0442\u043d\u04d7] dddd LT [\u0441\u0435\u0445\u0435\u0442\u0440\u0435]",sameElse:"L"},relativeTime:{future:function(e){return e+(/\u0441\u0435\u0445\u0435\u0442$/i.exec(e)?"\u0440\u0435\u043d":/\u04ab\u0443\u043b$/i.exec(e)?"\u0442\u0430\u043d":"\u0440\u0430\u043d")},past:"%s \u043a\u0430\u044f\u043b\u043b\u0430",s:"\u043f\u04d7\u0440-\u0438\u043a \u04ab\u0435\u043a\u043a\u0443\u043d\u0442",ss:"%d \u04ab\u0435\u043a\u043a\u0443\u043d\u0442",m:"\u043f\u04d7\u0440 \u043c\u0438\u043d\u0443\u0442",mm:"%d \u043c\u0438\u043d\u0443\u0442",h:"\u043f\u04d7\u0440 \u0441\u0435\u0445\u0435\u0442",hh:"%d \u0441\u0435\u0445\u0435\u0442",d:"\u043f\u04d7\u0440 \u043a\u0443\u043d",dd:"%d \u043a\u0443\u043d",M:"\u043f\u04d7\u0440 \u0443\u0439\u04d1\u0445",MM:"%d \u0443\u0439\u04d1\u0445",y:"\u043f\u04d7\u0440 \u04ab\u0443\u043b",yy:"%d \u04ab\u0443\u043b"},dayOfMonthOrdinalParse:/\d{1,2}-\u043c\u04d7\u0448/,ordinal:"%d-\u043c\u04d7\u0448",week:{dow:1,doy:7}}),M.defineLocale("cy",{months:"Ionawr_Chwefror_Mawrth_Ebrill_Mai_Mehefin_Gorffennaf_Awst_Medi_Hydref_Tachwedd_Rhagfyr".split("_"),monthsShort:"Ion_Chwe_Maw_Ebr_Mai_Meh_Gor_Aws_Med_Hyd_Tach_Rhag".split("_"),weekdays:"Dydd Sul_Dydd Llun_Dydd Mawrth_Dydd Mercher_Dydd Iau_Dydd Gwener_Dydd Sadwrn".split("_"),weekdaysShort:"Sul_Llun_Maw_Mer_Iau_Gwe_Sad".split("_"),weekdaysMin:"Su_Ll_Ma_Me_Ia_Gw_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Heddiw am] LT",nextDay:"[Yfory am] LT",nextWeek:"dddd [am] LT",lastDay:"[Ddoe am] LT",lastWeek:"dddd [diwethaf am] LT",sameElse:"L"},relativeTime:{future:"mewn %s",past:"%s yn \xf4l",s:"ychydig eiliadau",ss:"%d eiliad",m:"munud",mm:"%d munud",h:"awr",hh:"%d awr",d:"diwrnod",dd:"%d diwrnod",M:"mis",MM:"%d mis",y:"blwyddyn",yy:"%d flynedd"},dayOfMonthOrdinalParse:/\d{1,2}(fed|ain|af|il|ydd|ed|eg)/,ordinal:function(e){var a="";return 20<e?a=40===e||50===e||60===e||80===e||100===e?"fed":"ain":0<e&&(a=["","af","il","ydd","ydd","ed","ed","ed","fed","fed","fed","eg","fed","eg","eg","fed","eg","eg","fed","eg","fed"][e]),e+a},week:{dow:1,doy:4}}),M.defineLocale("da",{months:"januar_februar_marts_april_maj_juni_juli_august_september_oktober_november_december".split("_"),monthsShort:"jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec".split("_"),weekdays:"s\xf8ndag_mandag_tirsdag_onsdag_torsdag_fredag_l\xf8rdag".split("_"),weekdaysShort:"s\xf8n_man_tir_ons_tor_fre_l\xf8r".split("_"),weekdaysMin:"s\xf8_ma_ti_on_to_fr_l\xf8".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd [d.] D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[i dag kl.] LT",nextDay:"[i morgen kl.] LT",nextWeek:"p\xe5 dddd [kl.] LT",lastDay:"[i g\xe5r kl.] LT",lastWeek:"[i] dddd[s kl.] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s siden",s:"f\xe5 sekunder",ss:"%d sekunder",m:"et minut",mm:"%d minutter",h:"en time",hh:"%d timer",d:"en dag",dd:"%d dage",M:"en m\xe5ned",MM:"%d m\xe5neder",y:"et \xe5r",yy:"%d \xe5r"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}}),M.defineLocale("de-at",{months:"J\xe4nner_Februar_M\xe4rz_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"J\xe4n._Feb._M\xe4rz_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So._Mo._Di._Mi._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[heute um] LT [Uhr]",sameElse:"L",nextDay:"[morgen um] LT [Uhr]",nextWeek:"dddd [um] LT [Uhr]",lastDay:"[gestern um] LT [Uhr]",lastWeek:"[letzten] dddd [um] LT [Uhr]"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",ss:"%d Sekunden",m:rs,mm:"%d Minuten",h:rs,hh:"%d Stunden",d:rs,dd:rs,w:rs,ww:"%d Wochen",M:rs,MM:rs,y:rs,yy:rs},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}}),M.defineLocale("de-ch",{months:"Januar_Februar_M\xe4rz_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Feb._M\xe4rz_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[heute um] LT [Uhr]",sameElse:"L",nextDay:"[morgen um] LT [Uhr]",nextWeek:"dddd [um] LT [Uhr]",lastDay:"[gestern um] LT [Uhr]",lastWeek:"[letzten] dddd [um] LT [Uhr]"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",ss:"%d Sekunden",m:ds,mm:"%d Minuten",h:ds,hh:"%d Stunden",d:ds,dd:ds,w:ds,ww:"%d Wochen",M:ds,MM:ds,y:ds,yy:ds},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}}),M.defineLocale("de",{months:"Januar_Februar_M\xe4rz_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Feb._M\xe4rz_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So._Mo._Di._Mi._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[heute um] LT [Uhr]",sameElse:"L",nextDay:"[morgen um] LT [Uhr]",nextWeek:"dddd [um] LT [Uhr]",lastDay:"[gestern um] LT [Uhr]",lastWeek:"[letzten] dddd [um] LT [Uhr]"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",ss:"%d Sekunden",m:is,mm:"%d Minuten",h:is,hh:"%d Stunden",d:is,dd:is,w:is,ww:"%d Wochen",M:is,MM:is,y:is,yy:is},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});Y=["\u0796\u07ac\u0782\u07aa\u0787\u07a6\u0783\u07a9","\u078a\u07ac\u0784\u07b0\u0783\u07aa\u0787\u07a6\u0783\u07a9","\u0789\u07a7\u0783\u07a8\u0797\u07aa","\u0787\u07ad\u0795\u07b0\u0783\u07a9\u078d\u07aa","\u0789\u07ad","\u0796\u07ab\u0782\u07b0","\u0796\u07aa\u078d\u07a6\u0787\u07a8","\u0787\u07af\u078e\u07a6\u0790\u07b0\u0793\u07aa","\u0790\u07ac\u0795\u07b0\u0793\u07ac\u0789\u07b0\u0784\u07a6\u0783\u07aa","\u0787\u07ae\u0786\u07b0\u0793\u07af\u0784\u07a6\u0783\u07aa","\u0782\u07ae\u0788\u07ac\u0789\u07b0\u0784\u07a6\u0783\u07aa","\u0791\u07a8\u0790\u07ac\u0789\u07b0\u0784\u07a6\u0783\u07aa"],Ke=["\u0787\u07a7\u078b\u07a8\u0787\u07b0\u078c\u07a6","\u0780\u07af\u0789\u07a6","\u0787\u07a6\u0782\u07b0\u078e\u07a7\u0783\u07a6","\u0784\u07aa\u078b\u07a6","\u0784\u07aa\u0783\u07a7\u0790\u07b0\u078a\u07a6\u078c\u07a8","\u0780\u07aa\u0786\u07aa\u0783\u07aa","\u0780\u07ae\u0782\u07a8\u0780\u07a8\u0783\u07aa"];M.defineLocale("dv",{months:Y,monthsShort:Y,weekdays:Ke,weekdaysShort:Ke,weekdaysMin:"\u0787\u07a7\u078b\u07a8_\u0780\u07af\u0789\u07a6_\u0787\u07a6\u0782\u07b0_\u0784\u07aa\u078b\u07a6_\u0784\u07aa\u0783\u07a7_\u0780\u07aa\u0786\u07aa_\u0780\u07ae\u0782\u07a8".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/M/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/\u0789\u0786|\u0789\u078a/,isPM:function(e){return"\u0789\u078a"===e},meridiem:function(e,a,t){return e<12?"\u0789\u0786":"\u0789\u078a"},calendar:{sameDay:"[\u0789\u07a8\u0787\u07a6\u078b\u07aa] LT",nextDay:"[\u0789\u07a7\u078b\u07a6\u0789\u07a7] LT",nextWeek:"dddd LT",lastDay:"[\u0787\u07a8\u0787\u07b0\u0794\u07ac] LT",lastWeek:"[\u078a\u07a7\u0787\u07a8\u078c\u07aa\u0788\u07a8] dddd LT",sameElse:"L"},relativeTime:{future:"\u078c\u07ac\u0783\u07ad\u078e\u07a6\u0787\u07a8 %s",past:"\u0786\u07aa\u0783\u07a8\u0782\u07b0 %s",s:"\u0790\u07a8\u0786\u07aa\u0782\u07b0\u078c\u07aa\u0786\u07ae\u0785\u07ac\u0787\u07b0",ss:"d% \u0790\u07a8\u0786\u07aa\u0782\u07b0\u078c\u07aa",m:"\u0789\u07a8\u0782\u07a8\u0793\u07ac\u0787\u07b0",mm:"\u0789\u07a8\u0782\u07a8\u0793\u07aa %d",h:"\u078e\u07a6\u0791\u07a8\u0787\u07a8\u0783\u07ac\u0787\u07b0",hh:"\u078e\u07a6\u0791\u07a8\u0787\u07a8\u0783\u07aa %d",d:"\u078b\u07aa\u0788\u07a6\u0780\u07ac\u0787\u07b0",dd:"\u078b\u07aa\u0788\u07a6\u0790\u07b0 %d",M:"\u0789\u07a6\u0780\u07ac\u0787\u07b0",MM:"\u0789\u07a6\u0790\u07b0 %d",y:"\u0787\u07a6\u0780\u07a6\u0783\u07ac\u0787\u07b0",yy:"\u0787\u07a6\u0780\u07a6\u0783\u07aa %d"},preparse:function(e){return e.replace(/\u060c/g,",")},postformat:function(e){return e.replace(/,/g,"\u060c")},week:{dow:7,doy:12}}),M.defineLocale("el",{monthsNominativeEl:"\u0399\u03b1\u03bd\u03bf\u03c5\u03ac\u03c1\u03b9\u03bf\u03c2_\u03a6\u03b5\u03b2\u03c1\u03bf\u03c5\u03ac\u03c1\u03b9\u03bf\u03c2_\u039c\u03ac\u03c1\u03c4\u03b9\u03bf\u03c2_\u0391\u03c0\u03c1\u03af\u03bb\u03b9\u03bf\u03c2_\u039c\u03ac\u03b9\u03bf\u03c2_\u0399\u03bf\u03cd\u03bd\u03b9\u03bf\u03c2_\u0399\u03bf\u03cd\u03bb\u03b9\u03bf\u03c2_\u0391\u03cd\u03b3\u03bf\u03c5\u03c3\u03c4\u03bf\u03c2_\u03a3\u03b5\u03c0\u03c4\u03ad\u03bc\u03b2\u03c1\u03b9\u03bf\u03c2_\u039f\u03ba\u03c4\u03ce\u03b2\u03c1\u03b9\u03bf\u03c2_\u039d\u03bf\u03ad\u03bc\u03b2\u03c1\u03b9\u03bf\u03c2_\u0394\u03b5\u03ba\u03ad\u03bc\u03b2\u03c1\u03b9\u03bf\u03c2".split("_"),monthsGenitiveEl:"\u0399\u03b1\u03bd\u03bf\u03c5\u03b1\u03c1\u03af\u03bf\u03c5_\u03a6\u03b5\u03b2\u03c1\u03bf\u03c5\u03b1\u03c1\u03af\u03bf\u03c5_\u039c\u03b1\u03c1\u03c4\u03af\u03bf\u03c5_\u0391\u03c0\u03c1\u03b9\u03bb\u03af\u03bf\u03c5_\u039c\u03b1\u0390\u03bf\u03c5_\u0399\u03bf\u03c5\u03bd\u03af\u03bf\u03c5_\u0399\u03bf\u03c5\u03bb\u03af\u03bf\u03c5_\u0391\u03c5\u03b3\u03bf\u03cd\u03c3\u03c4\u03bf\u03c5_\u03a3\u03b5\u03c0\u03c4\u03b5\u03bc\u03b2\u03c1\u03af\u03bf\u03c5_\u039f\u03ba\u03c4\u03c9\u03b2\u03c1\u03af\u03bf\u03c5_\u039d\u03bf\u03b5\u03bc\u03b2\u03c1\u03af\u03bf\u03c5_\u0394\u03b5\u03ba\u03b5\u03bc\u03b2\u03c1\u03af\u03bf\u03c5".split("_"),months:function(e,a){return e?("string"==typeof a&&/D/.test(a.substring(0,a.indexOf("MMMM")))?this._monthsGenitiveEl:this._monthsNominativeEl)[e.month()]:this._monthsNominativeEl},monthsShort:"\u0399\u03b1\u03bd_\u03a6\u03b5\u03b2_\u039c\u03b1\u03c1_\u0391\u03c0\u03c1_\u039c\u03b1\u03ca_\u0399\u03bf\u03c5\u03bd_\u0399\u03bf\u03c5\u03bb_\u0391\u03c5\u03b3_\u03a3\u03b5\u03c0_\u039f\u03ba\u03c4_\u039d\u03bf\u03b5_\u0394\u03b5\u03ba".split("_"),weekdays:"\u039a\u03c5\u03c1\u03b9\u03b1\u03ba\u03ae_\u0394\u03b5\u03c5\u03c4\u03ad\u03c1\u03b1_\u03a4\u03c1\u03af\u03c4\u03b7_\u03a4\u03b5\u03c4\u03ac\u03c1\u03c4\u03b7_\u03a0\u03ad\u03bc\u03c0\u03c4\u03b7_\u03a0\u03b1\u03c1\u03b1\u03c3\u03ba\u03b5\u03c5\u03ae_\u03a3\u03ac\u03b2\u03b2\u03b1\u03c4\u03bf".split("_"),weekdaysShort:"\u039a\u03c5\u03c1_\u0394\u03b5\u03c5_\u03a4\u03c1\u03b9_\u03a4\u03b5\u03c4_\u03a0\u03b5\u03bc_\u03a0\u03b1\u03c1_\u03a3\u03b1\u03b2".split("_"),weekdaysMin:"\u039a\u03c5_\u0394\u03b5_\u03a4\u03c1_\u03a4\u03b5_\u03a0\u03b5_\u03a0\u03b1_\u03a3\u03b1".split("_"),meridiem:function(e,a,t){return 11<e?t?"\u03bc\u03bc":"\u039c\u039c":t?"\u03c0\u03bc":"\u03a0\u039c"},isPM:function(e){return"\u03bc"===(e+"").toLowerCase()[0]},meridiemParse:/[\u03a0\u039c]\.?\u039c?\.?/i,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendarEl:{sameDay:"[\u03a3\u03ae\u03bc\u03b5\u03c1\u03b1 {}] LT",nextDay:"[\u0391\u03cd\u03c1\u03b9\u03bf {}] LT",nextWeek:"dddd [{}] LT",lastDay:"[\u03a7\u03b8\u03b5\u03c2 {}] LT",lastWeek:function(){switch(this.day()){case 6:return"[\u03c4\u03bf \u03c0\u03c1\u03bf\u03b7\u03b3\u03bf\u03cd\u03bc\u03b5\u03bd\u03bf] dddd [{}] LT";default:return"[\u03c4\u03b7\u03bd \u03c0\u03c1\u03bf\u03b7\u03b3\u03bf\u03cd\u03bc\u03b5\u03bd\u03b7] dddd [{}] LT"}},sameElse:"L"},calendar:function(e,a){var t,e=this._calendarEl[e],s=a&&a.hours();return t=e,(e="undefined"!=typeof Function&&t instanceof Function||"[object Function]"===Object.prototype.toString.call(t)?e.apply(a):e).replace("{}",s%12==1?"\u03c3\u03c4\u03b7":"\u03c3\u03c4\u03b9\u03c2")},relativeTime:{future:"\u03c3\u03b5 %s",past:"%s \u03c0\u03c1\u03b9\u03bd",s:"\u03bb\u03af\u03b3\u03b1 \u03b4\u03b5\u03c5\u03c4\u03b5\u03c1\u03cc\u03bb\u03b5\u03c0\u03c4\u03b1",ss:"%d \u03b4\u03b5\u03c5\u03c4\u03b5\u03c1\u03cc\u03bb\u03b5\u03c0\u03c4\u03b1",m:"\u03ad\u03bd\u03b1 \u03bb\u03b5\u03c0\u03c4\u03cc",mm:"%d \u03bb\u03b5\u03c0\u03c4\u03ac",h:"\u03bc\u03af\u03b1 \u03ce\u03c1\u03b1",hh:"%d \u03ce\u03c1\u03b5\u03c2",d:"\u03bc\u03af\u03b1 \u03bc\u03ad\u03c1\u03b1",dd:"%d \u03bc\u03ad\u03c1\u03b5\u03c2",M:"\u03ad\u03bd\u03b1\u03c2 \u03bc\u03ae\u03bd\u03b1\u03c2",MM:"%d \u03bc\u03ae\u03bd\u03b5\u03c2",y:"\u03ad\u03bd\u03b1\u03c2 \u03c7\u03c1\u03cc\u03bd\u03bf\u03c2",yy:"%d \u03c7\u03c1\u03cc\u03bd\u03b9\u03b1"},dayOfMonthOrdinalParse:/\d{1,2}\u03b7/,ordinal:"%d\u03b7",week:{dow:1,doy:4}}),M.defineLocale("en-au",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var a=e%10;return e+(1==~~(e%100/10)?"th":1==a?"st":2==a?"nd":3==a?"rd":"th")},week:{dow:0,doy:4}}),M.defineLocale("en-ca",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"YYYY-MM-DD",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var a=e%10;return e+(1==~~(e%100/10)?"th":1==a?"st":2==a?"nd":3==a?"rd":"th")}}),M.defineLocale("en-gb",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var a=e%10;return e+(1==~~(e%100/10)?"th":1==a?"st":2==a?"nd":3==a?"rd":"th")},week:{dow:1,doy:4}}),M.defineLocale("en-ie",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var a=e%10;return e+(1==~~(e%100/10)?"th":1==a?"st":2==a?"nd":3==a?"rd":"th")},week:{dow:1,doy:4}}),M.defineLocale("en-il",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var a=e%10;return e+(1==~~(e%100/10)?"th":1==a?"st":2==a?"nd":3==a?"rd":"th")}}),M.defineLocale("en-in",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var a=e%10;return e+(1==~~(e%100/10)?"th":1==a?"st":2==a?"nd":3==a?"rd":"th")},week:{dow:0,doy:6}}),M.defineLocale("en-nz",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var a=e%10;return e+(1==~~(e%100/10)?"th":1==a?"st":2==a?"nd":3==a?"rd":"th")},week:{dow:1,doy:4}}),M.defineLocale("en-sg",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var a=e%10;return e+(1==~~(e%100/10)?"th":1==a?"st":2==a?"nd":3==a?"rd":"th")},week:{dow:1,doy:4}}),M.defineLocale("eo",{months:"januaro_februaro_marto_aprilo_majo_junio_julio_a\u016dgusto_septembro_oktobro_novembro_decembro".split("_"),monthsShort:"jan_feb_mart_apr_maj_jun_jul_a\u016dg_sept_okt_nov_dec".split("_"),weekdays:"diman\u0109o_lundo_mardo_merkredo_\u0135a\u016ddo_vendredo_sabato".split("_"),weekdaysShort:"dim_lun_mard_merk_\u0135a\u016d_ven_sab".split("_"),weekdaysMin:"di_lu_ma_me_\u0135a_ve_sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"[la] D[-an de] MMMM, YYYY",LLL:"[la] D[-an de] MMMM, YYYY HH:mm",LLLL:"dddd[n], [la] D[-an de] MMMM, YYYY HH:mm",llll:"ddd, [la] D[-an de] MMM, YYYY HH:mm"},meridiemParse:/[ap]\.t\.m/i,isPM:function(e){return"p"===e.charAt(0).toLowerCase()},meridiem:function(e,a,t){return 11<e?t?"p.t.m.":"P.T.M.":t?"a.t.m.":"A.T.M."},calendar:{sameDay:"[Hodia\u016d je] LT",nextDay:"[Morga\u016d je] LT",nextWeek:"dddd[n je] LT",lastDay:"[Hiera\u016d je] LT",lastWeek:"[pasintan] dddd[n je] LT",sameElse:"L"},relativeTime:{future:"post %s",past:"anta\u016d %s",s:"kelkaj sekundoj",ss:"%d sekundoj",m:"unu minuto",mm:"%d minutoj",h:"unu horo",hh:"%d horoj",d:"unu tago",dd:"%d tagoj",M:"unu monato",MM:"%d monatoj",y:"unu jaro",yy:"%d jaroj"},dayOfMonthOrdinalParse:/\d{1,2}a/,ordinal:"%da",week:{dow:1,doy:7}});var _s="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),os="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),r=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],Ht=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,ms=(M.defineLocale("es-do",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(e,a){return e?(/-MMM-/.test(a)?os:_s)[e.month()]:_s},monthsRegex:Ht,monthsShortRegex:Ht,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:r,longMonthsParse:r,shortMonthsParse:r,weekdays:"domingo_lunes_martes_mi\xe9rcoles_jueves_viernes_s\xe1bado".split("_"),weekdaysShort:"dom._lun._mar._mi\xe9._jue._vie._s\xe1b.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_s\xe1".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY h:mm A",LLLL:"dddd, D [de] MMMM [de] YYYY h:mm A"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[ma\xf1ana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un d\xeda",dd:"%d d\xedas",w:"una semana",ww:"%d semanas",M:"un mes",MM:"%d meses",y:"un a\xf1o",yy:"%d a\xf1os"},dayOfMonthOrdinalParse:/\d{1,2}\xba/,ordinal:"%d\xba",week:{dow:1,doy:4}}),"ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_")),us="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),vt=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],jt=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,ls=(M.defineLocale("es-mx",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(e,a){return e?(/-MMM-/.test(a)?us:ms)[e.month()]:ms},monthsRegex:jt,monthsShortRegex:jt,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:vt,longMonthsParse:vt,shortMonthsParse:vt,weekdays:"domingo_lunes_martes_mi\xe9rcoles_jueves_viernes_s\xe1bado".split("_"),weekdaysShort:"dom._lun._mar._mi\xe9._jue._vie._s\xe1b.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_s\xe1".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY H:mm",LLLL:"dddd, D [de] MMMM [de] YYYY H:mm"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[ma\xf1ana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un d\xeda",dd:"%d d\xedas",w:"una semana",ww:"%d semanas",M:"un mes",MM:"%d meses",y:"un a\xf1o",yy:"%d a\xf1os"},dayOfMonthOrdinalParse:/\d{1,2}\xba/,ordinal:"%d\xba",week:{dow:0,doy:4},invalidDate:"Fecha inv\xe1lida"}),"ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_")),Ms="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),x=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],na=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,hs=(M.defineLocale("es-us",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(e,a){return e?(/-MMM-/.test(a)?Ms:ls)[e.month()]:ls},monthsRegex:na,monthsShortRegex:na,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:x,longMonthsParse:x,shortMonthsParse:x,weekdays:"domingo_lunes_martes_mi\xe9rcoles_jueves_viernes_s\xe1bado".split("_"),weekdaysShort:"dom._lun._mar._mi\xe9._jue._vie._s\xe1b.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_s\xe1".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"MM/DD/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY h:mm A",LLLL:"dddd, D [de] MMMM [de] YYYY h:mm A"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[ma\xf1ana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un d\xeda",dd:"%d d\xedas",w:"una semana",ww:"%d semanas",M:"un mes",MM:"%d meses",y:"un a\xf1o",yy:"%d a\xf1os"},dayOfMonthOrdinalParse:/\d{1,2}\xba/,ordinal:"%d\xba",week:{dow:0,doy:6}}),"ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_")),cs="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),ge=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],n=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i;function Ls(e,a,t,s){e={s:["m\xf5ne sekundi","m\xf5ni sekund","paar sekundit"],ss:[e+"sekundi",e+"sekundit"],m:["\xfche minuti","\xfcks minut"],mm:[e+" minuti",e+" minutit"],h:["\xfche tunni","tund aega","\xfcks tund"],hh:[e+" tunni",e+" tundi"],d:["\xfche p\xe4eva","\xfcks p\xe4ev"],M:["kuu aja","kuu aega","\xfcks kuu"],MM:[e+" kuu",e+" kuud"],y:["\xfche aasta","aasta","\xfcks aasta"],yy:[e+" aasta",e+" aastat"]};return a?e[t][2]||e[t][1]:s?e[t][0]:e[t][1]}M.defineLocale("es",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(e,a){return e?(/-MMM-/.test(a)?cs:hs)[e.month()]:hs},monthsRegex:n,monthsShortRegex:n,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:ge,longMonthsParse:ge,shortMonthsParse:ge,weekdays:"domingo_lunes_martes_mi\xe9rcoles_jueves_viernes_s\xe1bado".split("_"),weekdaysShort:"dom._lun._mar._mi\xe9._jue._vie._s\xe1b.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_s\xe1".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY H:mm",LLLL:"dddd, D [de] MMMM [de] YYYY H:mm"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[ma\xf1ana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un d\xeda",dd:"%d d\xedas",w:"una semana",ww:"%d semanas",M:"un mes",MM:"%d meses",y:"un a\xf1o",yy:"%d a\xf1os"},dayOfMonthOrdinalParse:/\d{1,2}\xba/,ordinal:"%d\xba",week:{dow:1,doy:4},invalidDate:"Fecha inv\xe1lida"}),M.defineLocale("et",{months:"jaanuar_veebruar_m\xe4rts_aprill_mai_juuni_juuli_august_september_oktoober_november_detsember".split("_"),monthsShort:"jaan_veebr_m\xe4rts_apr_mai_juuni_juuli_aug_sept_okt_nov_dets".split("_"),weekdays:"p\xfchap\xe4ev_esmasp\xe4ev_teisip\xe4ev_kolmap\xe4ev_neljap\xe4ev_reede_laup\xe4ev".split("_"),weekdaysShort:"P_E_T_K_N_R_L".split("_"),weekdaysMin:"P_E_T_K_N_R_L".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[T\xe4na,] LT",nextDay:"[Homme,] LT",nextWeek:"[J\xe4rgmine] dddd LT",lastDay:"[Eile,] LT",lastWeek:"[Eelmine] dddd LT",sameElse:"L"},relativeTime:{future:"%s p\xe4rast",past:"%s tagasi",s:Ls,ss:Ls,m:Ls,mm:Ls,h:Ls,hh:Ls,d:Ls,dd:"%d p\xe4eva",M:Ls,MM:Ls,y:Ls,yy:Ls},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}}),M.defineLocale("eu",{months:"urtarrila_otsaila_martxoa_apirila_maiatza_ekaina_uztaila_abuztua_iraila_urria_azaroa_abendua".split("_"),monthsShort:"urt._ots._mar._api._mai._eka._uzt._abu._ira._urr._aza._abe.".split("_"),monthsParseExact:!0,weekdays:"igandea_astelehena_asteartea_asteazkena_osteguna_ostirala_larunbata".split("_"),weekdaysShort:"ig._al._ar._az._og._ol._lr.".split("_"),weekdaysMin:"ig_al_ar_az_og_ol_lr".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY[ko] MMMM[ren] D[a]",LLL:"YYYY[ko] MMMM[ren] D[a] HH:mm",LLLL:"dddd, YYYY[ko] MMMM[ren] D[a] HH:mm",l:"YYYY-M-D",ll:"YYYY[ko] MMM D[a]",lll:"YYYY[ko] MMM D[a] HH:mm",llll:"ddd, YYYY[ko] MMM D[a] HH:mm"},calendar:{sameDay:"[gaur] LT[etan]",nextDay:"[bihar] LT[etan]",nextWeek:"dddd LT[etan]",lastDay:"[atzo] LT[etan]",lastWeek:"[aurreko] dddd LT[etan]",sameElse:"L"},relativeTime:{future:"%s barru",past:"duela %s",s:"segundo batzuk",ss:"%d segundo",m:"minutu bat",mm:"%d minutu",h:"ordu bat",hh:"%d ordu",d:"egun bat",dd:"%d egun",M:"hilabete bat",MM:"%d hilabete",y:"urte bat",yy:"%d urte"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}});var Ys={1:"\u06f1",2:"\u06f2",3:"\u06f3",4:"\u06f4",5:"\u06f5",6:"\u06f6",7:"\u06f7",8:"\u06f8",9:"\u06f9",0:"\u06f0"},ys={"\u06f1":"1","\u06f2":"2","\u06f3":"3","\u06f4":"4","\u06f5":"5","\u06f6":"6","\u06f7":"7","\u06f8":"8","\u06f9":"9","\u06f0":"0"},fs=(M.defineLocale("fa",{months:"\u0698\u0627\u0646\u0648\u06cc\u0647_\u0641\u0648\u0631\u06cc\u0647_\u0645\u0627\u0631\u0633_\u0622\u0648\u0631\u06cc\u0644_\u0645\u0647_\u0698\u0648\u0626\u0646_\u0698\u0648\u0626\u06cc\u0647_\u0627\u0648\u062a_\u0633\u067e\u062a\u0627\u0645\u0628\u0631_\u0627\u06a9\u062a\u0628\u0631_\u0646\u0648\u0627\u0645\u0628\u0631_\u062f\u0633\u0627\u0645\u0628\u0631".split("_"),monthsShort:"\u0698\u0627\u0646\u0648\u06cc\u0647_\u0641\u0648\u0631\u06cc\u0647_\u0645\u0627\u0631\u0633_\u0622\u0648\u0631\u06cc\u0644_\u0645\u0647_\u0698\u0648\u0626\u0646_\u0698\u0648\u0626\u06cc\u0647_\u0627\u0648\u062a_\u0633\u067e\u062a\u0627\u0645\u0628\u0631_\u0627\u06a9\u062a\u0628\u0631_\u0646\u0648\u0627\u0645\u0628\u0631_\u062f\u0633\u0627\u0645\u0628\u0631".split("_"),weekdays:"\u06cc\u06a9\u200c\u0634\u0646\u0628\u0647_\u062f\u0648\u0634\u0646\u0628\u0647_\u0633\u0647\u200c\u0634\u0646\u0628\u0647_\u0686\u0647\u0627\u0631\u0634\u0646\u0628\u0647_\u067e\u0646\u062c\u200c\u0634\u0646\u0628\u0647_\u062c\u0645\u0639\u0647_\u0634\u0646\u0628\u0647".split("_"),weekdaysShort:"\u06cc\u06a9\u200c\u0634\u0646\u0628\u0647_\u062f\u0648\u0634\u0646\u0628\u0647_\u0633\u0647\u200c\u0634\u0646\u0628\u0647_\u0686\u0647\u0627\u0631\u0634\u0646\u0628\u0647_\u067e\u0646\u062c\u200c\u0634\u0646\u0628\u0647_\u062c\u0645\u0639\u0647_\u0634\u0646\u0628\u0647".split("_"),weekdaysMin:"\u06cc_\u062f_\u0633_\u0686_\u067e_\u062c_\u0634".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},meridiemParse:/\u0642\u0628\u0644 \u0627\u0632 \u0638\u0647\u0631|\u0628\u0639\u062f \u0627\u0632 \u0638\u0647\u0631/,isPM:function(e){return/\u0628\u0639\u062f \u0627\u0632 \u0638\u0647\u0631/.test(e)},meridiem:function(e,a,t){return e<12?"\u0642\u0628\u0644 \u0627\u0632 \u0638\u0647\u0631":"\u0628\u0639\u062f \u0627\u0632 \u0638\u0647\u0631"},calendar:{sameDay:"[\u0627\u0645\u0631\u0648\u0632 \u0633\u0627\u0639\u062a] LT",nextDay:"[\u0641\u0631\u062f\u0627 \u0633\u0627\u0639\u062a] LT",nextWeek:"dddd [\u0633\u0627\u0639\u062a] LT",lastDay:"[\u062f\u06cc\u0631\u0648\u0632 \u0633\u0627\u0639\u062a] LT",lastWeek:"dddd [\u067e\u06cc\u0634] [\u0633\u0627\u0639\u062a] LT",sameElse:"L"},relativeTime:{future:"\u062f\u0631 %s",past:"%s \u067e\u06cc\u0634",s:"\u0686\u0646\u062f \u062b\u0627\u0646\u06cc\u0647",ss:"%d \u062b\u0627\u0646\u06cc\u0647",m:"\u06cc\u06a9 \u062f\u0642\u06cc\u0642\u0647",mm:"%d \u062f\u0642\u06cc\u0642\u0647",h:"\u06cc\u06a9 \u0633\u0627\u0639\u062a",hh:"%d \u0633\u0627\u0639\u062a",d:"\u06cc\u06a9 \u0631\u0648\u0632",dd:"%d \u0631\u0648\u0632",M:"\u06cc\u06a9 \u0645\u0627\u0647",MM:"%d \u0645\u0627\u0647",y:"\u06cc\u06a9 \u0633\u0627\u0644",yy:"%d \u0633\u0627\u0644"},preparse:function(e){return e.replace(/[\u06f0-\u06f9]/g,function(e){return ys[e]}).replace(/\u060c/g,",")},postformat:function(e){return e.replace(/\d/g,function(e){return Ys[e]}).replace(/,/g,"\u060c")},dayOfMonthOrdinalParse:/\d{1,2}\u0645/,ordinal:"%d\u0645",week:{dow:6,doy:12}}),"nolla yksi kaksi kolme nelj\xe4 viisi kuusi seitsem\xe4n kahdeksan yhdeks\xe4n".split(" ")),ps=["nolla","yhden","kahden","kolmen","nelj\xe4n","viiden","kuuden",fs[7],fs[8],fs[9]];function O(e,a,t,s){var n="";switch(t){case"s":return s?"muutaman sekunnin":"muutama sekunti";case"ss":n=s?"sekunnin":"sekuntia";break;case"m":return s?"minuutin":"minuutti";case"mm":n=s?"minuutin":"minuuttia";break;case"h":return s?"tunnin":"tunti";case"hh":n=s?"tunnin":"tuntia";break;case"d":return s?"p\xe4iv\xe4n":"p\xe4iv\xe4";case"dd":n=s?"p\xe4iv\xe4n":"p\xe4iv\xe4\xe4";break;case"M":return s?"kuukauden":"kuukausi";case"MM":n=s?"kuukauden":"kuukautta";break;case"y":return s?"vuoden":"vuosi";case"yy":n=s?"vuoden":"vuotta";break}return t=s,n=((e=e)<10?(t?ps:fs)[e]:e)+" "+n}M.defineLocale("fi",{months:"tammikuu_helmikuu_maaliskuu_huhtikuu_toukokuu_kes\xe4kuu_hein\xe4kuu_elokuu_syyskuu_lokakuu_marraskuu_joulukuu".split("_"),monthsShort:"tammi_helmi_maalis_huhti_touko_kes\xe4_hein\xe4_elo_syys_loka_marras_joulu".split("_"),weekdays:"sunnuntai_maanantai_tiistai_keskiviikko_torstai_perjantai_lauantai".split("_"),weekdaysShort:"su_ma_ti_ke_to_pe_la".split("_"),weekdaysMin:"su_ma_ti_ke_to_pe_la".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD.MM.YYYY",LL:"Do MMMM[ta] YYYY",LLL:"Do MMMM[ta] YYYY, [klo] HH.mm",LLLL:"dddd, Do MMMM[ta] YYYY, [klo] HH.mm",l:"D.M.YYYY",ll:"Do MMM YYYY",lll:"Do MMM YYYY, [klo] HH.mm",llll:"ddd, Do MMM YYYY, [klo] HH.mm"},calendar:{sameDay:"[t\xe4n\xe4\xe4n] [klo] LT",nextDay:"[huomenna] [klo] LT",nextWeek:"dddd [klo] LT",lastDay:"[eilen] [klo] LT",lastWeek:"[viime] dddd[na] [klo] LT",sameElse:"L"},relativeTime:{future:"%s p\xe4\xe4st\xe4",past:"%s sitten",s:O,ss:O,m:O,mm:O,h:O,hh:O,d:O,dd:O,M:O,MM:O,y:O,yy:O},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}}),M.defineLocale("fil",{months:"Enero_Pebrero_Marso_Abril_Mayo_Hunyo_Hulyo_Agosto_Setyembre_Oktubre_Nobyembre_Disyembre".split("_"),monthsShort:"Ene_Peb_Mar_Abr_May_Hun_Hul_Ago_Set_Okt_Nob_Dis".split("_"),weekdays:"Linggo_Lunes_Martes_Miyerkules_Huwebes_Biyernes_Sabado".split("_"),weekdaysShort:"Lin_Lun_Mar_Miy_Huw_Biy_Sab".split("_"),weekdaysMin:"Li_Lu_Ma_Mi_Hu_Bi_Sab".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"MM/D/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY HH:mm",LLLL:"dddd, MMMM DD, YYYY HH:mm"},calendar:{sameDay:"LT [ngayong araw]",nextDay:"[Bukas ng] LT",nextWeek:"LT [sa susunod na] dddd",lastDay:"LT [kahapon]",lastWeek:"LT [noong nakaraang] dddd",sameElse:"L"},relativeTime:{future:"sa loob ng %s",past:"%s ang nakalipas",s:"ilang segundo",ss:"%d segundo",m:"isang minuto",mm:"%d minuto",h:"isang oras",hh:"%d oras",d:"isang araw",dd:"%d araw",M:"isang buwan",MM:"%d buwan",y:"isang taon",yy:"%d taon"},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:function(e){return e},week:{dow:1,doy:4}}),M.defineLocale("fo",{months:"januar_februar_mars_apr\xedl_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan_feb_mar_apr_mai_jun_jul_aug_sep_okt_nov_des".split("_"),weekdays:"sunnudagur_m\xe1nadagur_t\xfdsdagur_mikudagur_h\xf3sdagur_fr\xedggjadagur_leygardagur".split("_"),weekdaysShort:"sun_m\xe1n_t\xfds_mik_h\xf3s_fr\xed_ley".split("_"),weekdaysMin:"su_m\xe1_t\xfd_mi_h\xf3_fr_le".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D. MMMM, YYYY HH:mm"},calendar:{sameDay:"[\xcd dag kl.] LT",nextDay:"[\xcd morgin kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[\xcd gj\xe1r kl.] LT",lastWeek:"[s\xed\xf0stu] dddd [kl] LT",sameElse:"L"},relativeTime:{future:"um %s",past:"%s s\xed\xf0ani",s:"f\xe1 sekund",ss:"%d sekundir",m:"ein minuttur",mm:"%d minuttir",h:"ein t\xedmi",hh:"%d t\xedmar",d:"ein dagur",dd:"%d dagar",M:"ein m\xe1na\xf0ur",MM:"%d m\xe1na\xf0ir",y:"eitt \xe1r",yy:"%d \xe1r"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}}),M.defineLocale("fr-ca",{months:"janvier_f\xe9vrier_mars_avril_mai_juin_juillet_ao\xfbt_septembre_octobre_novembre_d\xe9cembre".split("_"),monthsShort:"janv._f\xe9vr._mars_avr._mai_juin_juil._ao\xfbt_sept._oct._nov._d\xe9c.".split("_"),monthsParseExact:!0,weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourd\u2019hui \xe0] LT",nextDay:"[Demain \xe0] LT",nextWeek:"dddd [\xe0] LT",lastDay:"[Hier \xe0] LT",lastWeek:"dddd [dernier \xe0] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",ss:"%d secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(er|e)/,ordinal:function(e,a){switch(a){default:case"M":case"Q":case"D":case"DDD":case"d":return e+(1===e?"er":"e");case"w":case"W":return e+(1===e?"re":"e")}}}),M.defineLocale("fr-ch",{months:"janvier_f\xe9vrier_mars_avril_mai_juin_juillet_ao\xfbt_septembre_octobre_novembre_d\xe9cembre".split("_"),monthsShort:"janv._f\xe9vr._mars_avr._mai_juin_juil._ao\xfbt_sept._oct._nov._d\xe9c.".split("_"),monthsParseExact:!0,weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourd\u2019hui \xe0] LT",nextDay:"[Demain \xe0] LT",nextWeek:"dddd [\xe0] LT",lastDay:"[Hier \xe0] LT",lastWeek:"dddd [dernier \xe0] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",ss:"%d secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(er|e)/,ordinal:function(e,a){switch(a){default:case"M":case"Q":case"D":case"DDD":case"d":return e+(1===e?"er":"e");case"w":case"W":return e+(1===e?"re":"e")}},week:{dow:1,doy:4}});var De=/(janv\.?|f\xe9vr\.?|mars|avr\.?|mai|juin|juil\.?|ao\xfbt|sept\.?|oct\.?|nov\.?|d\xe9c\.?|janvier|f\xe9vrier|mars|avril|mai|juin|juillet|ao\xfbt|septembre|octobre|novembre|d\xe9cembre)/i,pe=[/^janv/i,/^f\xe9vr/i,/^mars/i,/^avr/i,/^mai/i,/^juin/i,/^juil/i,/^ao\xfbt/i,/^sept/i,/^oct/i,/^nov/i,/^d\xe9c/i],ks=(M.defineLocale("fr",{months:"janvier_f\xe9vrier_mars_avril_mai_juin_juillet_ao\xfbt_septembre_octobre_novembre_d\xe9cembre".split("_"),monthsShort:"janv._f\xe9vr._mars_avr._mai_juin_juil._ao\xfbt_sept._oct._nov._d\xe9c.".split("_"),monthsRegex:De,monthsShortRegex:De,monthsStrictRegex:/^(janvier|f\xe9vrier|mars|avril|mai|juin|juillet|ao\xfbt|septembre|octobre|novembre|d\xe9cembre)/i,monthsShortStrictRegex:/(janv\.?|f\xe9vr\.?|mars|avr\.?|mai|juin|juil\.?|ao\xfbt|sept\.?|oct\.?|nov\.?|d\xe9c\.?)/i,monthsParse:pe,longMonthsParse:pe,shortMonthsParse:pe,weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourd\u2019hui \xe0] LT",nextDay:"[Demain \xe0] LT",nextWeek:"dddd [\xe0] LT",lastDay:"[Hier \xe0] LT",lastWeek:"dddd [dernier \xe0] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",ss:"%d secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",w:"une semaine",ww:"%d semaines",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(er|)/,ordinal:function(e,a){switch(a){case"D":return e+(1===e?"er":"");default:case"M":case"Q":case"DDD":case"d":return e+(1===e?"er":"e");case"w":case"W":return e+(1===e?"re":"e")}},week:{dow:1,doy:4}}),"jan._feb._mrt._apr._mai_jun._jul._aug._sep._okt._nov._des.".split("_")),Ds="jan_feb_mrt_apr_mai_jun_jul_aug_sep_okt_nov_des".split("_");M.defineLocale("fy",{months:"jannewaris_febrewaris_maart_april_maaie_juny_july_augustus_septimber_oktober_novimber_desimber".split("_"),monthsShort:function(e,a){return e?(/-MMM-/.test(a)?Ds:ks)[e.month()]:ks},monthsParseExact:!0,weekdays:"snein_moandei_tiisdei_woansdei_tongersdei_freed_sneon".split("_"),weekdaysShort:"si._mo._ti._wo._to._fr._so.".split("_"),weekdaysMin:"Si_Mo_Ti_Wo_To_Fr_So".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[hjoed om] LT",nextDay:"[moarn om] LT",nextWeek:"dddd [om] LT",lastDay:"[juster om] LT",lastWeek:"[\xf4fr\xfbne] dddd [om] LT",sameElse:"L"},relativeTime:{future:"oer %s",past:"%s lyn",s:"in pear sekonden",ss:"%d sekonden",m:"ien min\xfat",mm:"%d minuten",h:"ien oere",hh:"%d oeren",d:"ien dei",dd:"%d dagen",M:"ien moanne",MM:"%d moannen",y:"ien jier",yy:"%d jierren"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||20<=e?"ste":"de")},week:{dow:1,doy:4}}),M.defineLocale("ga",{months:["Ean\xe1ir","Feabhra","M\xe1rta","Aibre\xe1n","Bealtaine","Meitheamh","I\xfail","L\xfanasa","Me\xe1n F\xf3mhair","Deireadh F\xf3mhair","Samhain","Nollaig"],monthsShort:["Ean","Feabh","M\xe1rt","Aib","Beal","Meith","I\xfail","L\xfan","M.F.","D.F.","Samh","Noll"],monthsParseExact:!0,weekdays:["D\xe9 Domhnaigh","D\xe9 Luain","D\xe9 M\xe1irt","D\xe9 C\xe9adaoin","D\xe9ardaoin","D\xe9 hAoine","D\xe9 Sathairn"],weekdaysShort:["Domh","Luan","M\xe1irt","C\xe9ad","D\xe9ar","Aoine","Sath"],weekdaysMin:["Do","Lu","M\xe1","C\xe9","D\xe9","A","Sa"],longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Inniu ag] LT",nextDay:"[Am\xe1rach ag] LT",nextWeek:"dddd [ag] LT",lastDay:"[Inn\xe9 ag] LT",lastWeek:"dddd [seo caite] [ag] LT",sameElse:"L"},relativeTime:{future:"i %s",past:"%s \xf3 shin",s:"c\xfapla soicind",ss:"%d soicind",m:"n\xf3im\xe9ad",mm:"%d n\xf3im\xe9ad",h:"uair an chloig",hh:"%d uair an chloig",d:"l\xe1",dd:"%d l\xe1",M:"m\xed",MM:"%d m\xedonna",y:"bliain",yy:"%d bliain"},dayOfMonthOrdinalParse:/\d{1,2}(d|na|mh)/,ordinal:function(e){return e+(1===e?"d":e%10==2?"na":"mh")},week:{dow:1,doy:4}});function Ts(e,a,t,s){e={s:["\u0925\u094b\u0921\u092f\u093e \u0938\u0945\u0915\u0902\u0921\u093e\u0902\u0928\u0940","\u0925\u094b\u0921\u0947 \u0938\u0945\u0915\u0902\u0921"],ss:[e+" \u0938\u0945\u0915\u0902\u0921\u093e\u0902\u0928\u0940",e+" \u0938\u0945\u0915\u0902\u0921"],m:["\u090f\u0915\u093e \u092e\u093f\u0923\u091f\u093e\u0928","\u090f\u0915 \u092e\u093f\u0928\u0942\u091f"],mm:[e+" \u092e\u093f\u0923\u091f\u093e\u0902\u0928\u0940",e+" \u092e\u093f\u0923\u091f\u093e\u0902"],h:["\u090f\u0915\u093e \u0935\u0930\u093e\u0928","\u090f\u0915 \u0935\u0930"],hh:[e+" \u0935\u0930\u093e\u0902\u0928\u0940",e+" \u0935\u0930\u093e\u0902"],d:["\u090f\u0915\u093e \u0926\u093f\u0938\u093e\u0928","\u090f\u0915 \u0926\u0940\u0938"],dd:[e+" \u0926\u093f\u0938\u093e\u0902\u0928\u0940",e+" \u0926\u0940\u0938"],M:["\u090f\u0915\u093e \u092e\u094d\u0939\u092f\u0928\u094d\u092f\u093e\u0928","\u090f\u0915 \u092e\u094d\u0939\u092f\u0928\u094b"],MM:[e+" \u092e\u094d\u0939\u092f\u0928\u094d\u092f\u093e\u0928\u0940",e+" \u092e\u094d\u0939\u092f\u0928\u0947"],y:["\u090f\u0915\u093e \u0935\u0930\u094d\u0938\u093e\u0928","\u090f\u0915 \u0935\u0930\u094d\u0938"],yy:[e+" \u0935\u0930\u094d\u0938\u093e\u0902\u0928\u0940",e+" \u0935\u0930\u094d\u0938\u093e\u0902"]};return s?e[t][0]:e[t][1]}function gs(e,a,t,s){e={s:["thoddea sekondamni","thodde sekond"],ss:[e+" sekondamni",e+" sekond"],m:["eka mintan","ek minut"],mm:[e+" mintamni",e+" mintam"],h:["eka voran","ek vor"],hh:[e+" voramni",e+" voram"],d:["eka disan","ek dis"],dd:[e+" disamni",e+" dis"],M:["eka mhoinean","ek mhoino"],MM:[e+" mhoineamni",e+" mhoine"],y:["eka vorsan","ek voros"],yy:[e+" vorsamni",e+" vorsam"]};return s?e[t][0]:e[t][1]}M.defineLocale("gd",{months:["Am Faoilleach","An Gearran","Am M\xe0rt","An Giblean","An C\xe8itean","An t-\xd2gmhios","An t-Iuchar","An L\xf9nastal","An t-Sultain","An D\xe0mhair","An t-Samhain","An D\xf9bhlachd"],monthsShort:["Faoi","Gear","M\xe0rt","Gibl","C\xe8it","\xd2gmh","Iuch","L\xf9n","Sult","D\xe0mh","Samh","D\xf9bh"],monthsParseExact:!0,weekdays:["Did\xf2mhnaich","Diluain","Dim\xe0irt","Diciadain","Diardaoin","Dihaoine","Disathairne"],weekdaysShort:["Did","Dil","Dim","Dic","Dia","Dih","Dis"],weekdaysMin:["D\xf2","Lu","M\xe0","Ci","Ar","Ha","Sa"],longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[An-diugh aig] LT",nextDay:"[A-m\xe0ireach aig] LT",nextWeek:"dddd [aig] LT",lastDay:"[An-d\xe8 aig] LT",lastWeek:"dddd [seo chaidh] [aig] LT",sameElse:"L"},relativeTime:{future:"ann an %s",past:"bho chionn %s",s:"beagan diogan",ss:"%d diogan",m:"mionaid",mm:"%d mionaidean",h:"uair",hh:"%d uairean",d:"latha",dd:"%d latha",M:"m\xecos",MM:"%d m\xecosan",y:"bliadhna",yy:"%d bliadhna"},dayOfMonthOrdinalParse:/\d{1,2}(d|na|mh)/,ordinal:function(e){return e+(1===e?"d":e%10==2?"na":"mh")},week:{dow:1,doy:4}}),M.defineLocale("gl",{months:"xaneiro_febreiro_marzo_abril_maio_xu\xf1o_xullo_agosto_setembro_outubro_novembro_decembro".split("_"),monthsShort:"xan._feb._mar._abr._mai._xu\xf1._xul._ago._set._out._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"domingo_luns_martes_m\xe9rcores_xoves_venres_s\xe1bado".split("_"),weekdaysShort:"dom._lun._mar._m\xe9r._xov._ven._s\xe1b.".split("_"),weekdaysMin:"do_lu_ma_m\xe9_xo_ve_s\xe1".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY H:mm",LLLL:"dddd, D [de] MMMM [de] YYYY H:mm"},calendar:{sameDay:function(){return"[hoxe "+(1!==this.hours()?"\xe1s":"\xe1")+"] LT"},nextDay:function(){return"[ma\xf1\xe1 "+(1!==this.hours()?"\xe1s":"\xe1")+"] LT"},nextWeek:function(){return"dddd ["+(1!==this.hours()?"\xe1s":"a")+"] LT"},lastDay:function(){return"[onte "+(1!==this.hours()?"\xe1":"a")+"] LT"},lastWeek:function(){return"[o] dddd [pasado "+(1!==this.hours()?"\xe1s":"a")+"] LT"},sameElse:"L"},relativeTime:{future:function(e){return 0===e.indexOf("un")?"n"+e:"en "+e},past:"hai %s",s:"uns segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"unha hora",hh:"%d horas",d:"un d\xeda",dd:"%d d\xedas",M:"un mes",MM:"%d meses",y:"un ano",yy:"%d anos"},dayOfMonthOrdinalParse:/\d{1,2}\xba/,ordinal:"%d\xba",week:{dow:1,doy:4}}),M.defineLocale("gom-deva",{months:{standalone:"\u091c\u093e\u0928\u0947\u0935\u093e\u0930\u0940_\u092b\u0947\u092c\u094d\u0930\u0941\u0935\u093e\u0930\u0940_\u092e\u093e\u0930\u094d\u091a_\u090f\u092a\u094d\u0930\u0940\u0932_\u092e\u0947_\u091c\u0942\u0928_\u091c\u0941\u0932\u092f_\u0911\u0917\u0938\u094d\u091f_\u0938\u092a\u094d\u091f\u0947\u0902\u092c\u0930_\u0911\u0915\u094d\u091f\u094b\u092c\u0930_\u0928\u094b\u0935\u094d\u0939\u0947\u0902\u092c\u0930_\u0921\u093f\u0938\u0947\u0902\u092c\u0930".split("_"),format:"\u091c\u093e\u0928\u0947\u0935\u093e\u0930\u0940\u091a\u094d\u092f\u093e_\u092b\u0947\u092c\u094d\u0930\u0941\u0935\u093e\u0930\u0940\u091a\u094d\u092f\u093e_\u092e\u093e\u0930\u094d\u091a\u093e\u091a\u094d\u092f\u093e_\u090f\u092a\u094d\u0930\u0940\u0932\u093e\u091a\u094d\u092f\u093e_\u092e\u0947\u092f\u093e\u091a\u094d\u092f\u093e_\u091c\u0942\u0928\u093e\u091a\u094d\u092f\u093e_\u091c\u0941\u0932\u092f\u093e\u091a\u094d\u092f\u093e_\u0911\u0917\u0938\u094d\u091f\u093e\u091a\u094d\u092f\u093e_\u0938\u092a\u094d\u091f\u0947\u0902\u092c\u0930\u093e\u091a\u094d\u092f\u093e_\u0911\u0915\u094d\u091f\u094b\u092c\u0930\u093e\u091a\u094d\u092f\u093e_\u0928\u094b\u0935\u094d\u0939\u0947\u0902\u092c\u0930\u093e\u091a\u094d\u092f\u093e_\u0921\u093f\u0938\u0947\u0902\u092c\u0930\u093e\u091a\u094d\u092f\u093e".split("_"),isFormat:/MMMM(\s)+D[oD]?/},monthsShort:"\u091c\u093e\u0928\u0947._\u092b\u0947\u092c\u094d\u0930\u0941._\u092e\u093e\u0930\u094d\u091a_\u090f\u092a\u094d\u0930\u0940._\u092e\u0947_\u091c\u0942\u0928_\u091c\u0941\u0932._\u0911\u0917._\u0938\u092a\u094d\u091f\u0947\u0902._\u0911\u0915\u094d\u091f\u094b._\u0928\u094b\u0935\u094d\u0939\u0947\u0902._\u0921\u093f\u0938\u0947\u0902.".split("_"),monthsParseExact:!0,weekdays:"\u0906\u092f\u0924\u093e\u0930_\u0938\u094b\u092e\u093e\u0930_\u092e\u0902\u0917\u0933\u093e\u0930_\u092c\u0941\u0927\u0935\u093e\u0930_\u092c\u093f\u0930\u0947\u0938\u094d\u0924\u093e\u0930_\u0938\u0941\u0915\u094d\u0930\u093e\u0930_\u0936\u0947\u0928\u0935\u093e\u0930".split("_"),weekdaysShort:"\u0906\u092f\u0924._\u0938\u094b\u092e._\u092e\u0902\u0917\u0933._\u092c\u0941\u0927._\u092c\u094d\u0930\u0947\u0938\u094d\u0924._\u0938\u0941\u0915\u094d\u0930._\u0936\u0947\u0928.".split("_"),weekdaysMin:"\u0906_\u0938\u094b_\u092e\u0902_\u092c\u0941_\u092c\u094d\u0930\u0947_\u0938\u0941_\u0936\u0947".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"A h:mm [\u0935\u093e\u091c\u0924\u093e\u0902]",LTS:"A h:mm:ss [\u0935\u093e\u091c\u0924\u093e\u0902]",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY A h:mm [\u0935\u093e\u091c\u0924\u093e\u0902]",LLLL:"dddd, MMMM Do, YYYY, A h:mm [\u0935\u093e\u091c\u0924\u093e\u0902]",llll:"ddd, D MMM YYYY, A h:mm [\u0935\u093e\u091c\u0924\u093e\u0902]"},calendar:{sameDay:"[\u0906\u092f\u091c] LT",nextDay:"[\u092b\u093e\u0932\u094d\u092f\u093e\u0902] LT",nextWeek:"[\u092b\u0941\u0921\u0932\u094b] dddd[,] LT",lastDay:"[\u0915\u093e\u0932] LT",lastWeek:"[\u092b\u093e\u091f\u0932\u094b] dddd[,] LT",sameElse:"L"},relativeTime:{future:"%s",past:"%s \u0906\u0926\u0940\u0902",s:Ts,ss:Ts,m:Ts,mm:Ts,h:Ts,hh:Ts,d:Ts,dd:Ts,M:Ts,MM:Ts,y:Ts,yy:Ts},dayOfMonthOrdinalParse:/\d{1,2}(\u0935\u0947\u0930)/,ordinal:function(e,a){switch(a){case"D":return e+"\u0935\u0947\u0930";default:case"M":case"Q":case"DDD":case"d":case"w":case"W":return e}},week:{dow:0,doy:3},meridiemParse:/\u0930\u093e\u0924\u0940|\u0938\u0915\u093e\u0933\u0940\u0902|\u0926\u0928\u092a\u093e\u0930\u093e\u0902|\u0938\u093e\u0902\u091c\u0947/,meridiemHour:function(e,a){return 12===e&&(e=0),"\u0930\u093e\u0924\u0940"===a?e<4?e:e+12:"\u0938\u0915\u093e\u0933\u0940\u0902"===a?e:"\u0926\u0928\u092a\u093e\u0930\u093e\u0902"===a?12<e?e:e+12:"\u0938\u093e\u0902\u091c\u0947"===a?e+12:void 0},meridiem:function(e,a,t){return e<4?"\u0930\u093e\u0924\u0940":e<12?"\u0938\u0915\u093e\u0933\u0940\u0902":e<16?"\u0926\u0928\u092a\u093e\u0930\u093e\u0902":e<20?"\u0938\u093e\u0902\u091c\u0947":"\u0930\u093e\u0924\u0940"}}),M.defineLocale("gom-latn",{months:{standalone:"Janer_Febrer_Mars_Abril_Mai_Jun_Julai_Agost_Setembr_Otubr_Novembr_Dezembr".split("_"),format:"Janerachea_Febrerachea_Marsachea_Abrilachea_Maiachea_Junachea_Julaiachea_Agostachea_Setembrachea_Otubrachea_Novembrachea_Dezembrachea".split("_"),isFormat:/MMMM(\s)+D[oD]?/},monthsShort:"Jan._Feb._Mars_Abr._Mai_Jun_Jul._Ago._Set._Otu._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Aitar_Somar_Mongllar_Budhvar_Birestar_Sukrar_Son'var".split("_"),weekdaysShort:"Ait._Som._Mon._Bud._Bre._Suk._Son.".split("_"),weekdaysMin:"Ai_Sm_Mo_Bu_Br_Su_Sn".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"A h:mm [vazta]",LTS:"A h:mm:ss [vazta]",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY A h:mm [vazta]",LLLL:"dddd, MMMM Do, YYYY, A h:mm [vazta]",llll:"ddd, D MMM YYYY, A h:mm [vazta]"},calendar:{sameDay:"[Aiz] LT",nextDay:"[Faleam] LT",nextWeek:"[Fuddlo] dddd[,] LT",lastDay:"[Kal] LT",lastWeek:"[Fattlo] dddd[,] LT",sameElse:"L"},relativeTime:{future:"%s",past:"%s adim",s:gs,ss:gs,m:gs,mm:gs,h:gs,hh:gs,d:gs,dd:gs,M:gs,MM:gs,y:gs,yy:gs},dayOfMonthOrdinalParse:/\d{1,2}(er)/,ordinal:function(e,a){switch(a){case"D":return e+"er";default:case"M":case"Q":case"DDD":case"d":case"w":case"W":return e}},week:{dow:0,doy:3},meridiemParse:/rati|sokallim|donparam|sanje/,meridiemHour:function(e,a){return 12===e&&(e=0),"rati"===a?e<4?e:e+12:"sokallim"===a?e:"donparam"===a?12<e?e:e+12:"sanje"===a?e+12:void 0},meridiem:function(e,a,t){return e<4?"rati":e<12?"sokallim":e<16?"donparam":e<20?"sanje":"rati"}});var ws={1:"\u0ae7",2:"\u0ae8",3:"\u0ae9",4:"\u0aea",5:"\u0aeb",6:"\u0aec",7:"\u0aed",8:"\u0aee",9:"\u0aef",0:"\u0ae6"},bs={"\u0ae7":"1","\u0ae8":"2","\u0ae9":"3","\u0aea":"4","\u0aeb":"5","\u0aec":"6","\u0aed":"7","\u0aee":"8","\u0aef":"9","\u0ae6":"0"},Ss=(M.defineLocale("gu",{months:"\u0a9c\u0abe\u0aa8\u0acd\u0aaf\u0ac1\u0a86\u0ab0\u0ac0_\u0aab\u0ac7\u0aac\u0acd\u0ab0\u0ac1\u0a86\u0ab0\u0ac0_\u0aae\u0abe\u0ab0\u0acd\u0a9a_\u0a8f\u0aaa\u0acd\u0ab0\u0abf\u0ab2_\u0aae\u0ac7_\u0a9c\u0ac2\u0aa8_\u0a9c\u0ac1\u0ab2\u0abe\u0a88_\u0a91\u0a97\u0ab8\u0acd\u0a9f_\u0ab8\u0aaa\u0acd\u0a9f\u0ac7\u0aae\u0acd\u0aac\u0ab0_\u0a91\u0a95\u0acd\u0a9f\u0acd\u0aac\u0ab0_\u0aa8\u0ab5\u0ac7\u0aae\u0acd\u0aac\u0ab0_\u0aa1\u0abf\u0ab8\u0ac7\u0aae\u0acd\u0aac\u0ab0".split("_"),monthsShort:"\u0a9c\u0abe\u0aa8\u0acd\u0aaf\u0ac1._\u0aab\u0ac7\u0aac\u0acd\u0ab0\u0ac1._\u0aae\u0abe\u0ab0\u0acd\u0a9a_\u0a8f\u0aaa\u0acd\u0ab0\u0abf._\u0aae\u0ac7_\u0a9c\u0ac2\u0aa8_\u0a9c\u0ac1\u0ab2\u0abe._\u0a91\u0a97._\u0ab8\u0aaa\u0acd\u0a9f\u0ac7._\u0a91\u0a95\u0acd\u0a9f\u0acd._\u0aa8\u0ab5\u0ac7._\u0aa1\u0abf\u0ab8\u0ac7.".split("_"),monthsParseExact:!0,weekdays:"\u0ab0\u0ab5\u0abf\u0ab5\u0abe\u0ab0_\u0ab8\u0acb\u0aae\u0ab5\u0abe\u0ab0_\u0aae\u0a82\u0a97\u0ab3\u0ab5\u0abe\u0ab0_\u0aac\u0ac1\u0aa7\u0acd\u0ab5\u0abe\u0ab0_\u0a97\u0ac1\u0ab0\u0ac1\u0ab5\u0abe\u0ab0_\u0ab6\u0ac1\u0a95\u0acd\u0ab0\u0ab5\u0abe\u0ab0_\u0ab6\u0aa8\u0abf\u0ab5\u0abe\u0ab0".split("_"),weekdaysShort:"\u0ab0\u0ab5\u0abf_\u0ab8\u0acb\u0aae_\u0aae\u0a82\u0a97\u0ab3_\u0aac\u0ac1\u0aa7\u0acd_\u0a97\u0ac1\u0ab0\u0ac1_\u0ab6\u0ac1\u0a95\u0acd\u0ab0_\u0ab6\u0aa8\u0abf".split("_"),weekdaysMin:"\u0ab0_\u0ab8\u0acb_\u0aae\u0a82_\u0aac\u0ac1_\u0a97\u0ac1_\u0ab6\u0ac1_\u0ab6".split("_"),longDateFormat:{LT:"A h:mm \u0ab5\u0abe\u0a97\u0acd\u0aaf\u0ac7",LTS:"A h:mm:ss \u0ab5\u0abe\u0a97\u0acd\u0aaf\u0ac7",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm \u0ab5\u0abe\u0a97\u0acd\u0aaf\u0ac7",LLLL:"dddd, D MMMM YYYY, A h:mm \u0ab5\u0abe\u0a97\u0acd\u0aaf\u0ac7"},calendar:{sameDay:"[\u0a86\u0a9c] LT",nextDay:"[\u0a95\u0abe\u0ab2\u0ac7] LT",nextWeek:"dddd, LT",lastDay:"[\u0a97\u0a87\u0a95\u0abe\u0ab2\u0ac7] LT",lastWeek:"[\u0aaa\u0abe\u0a9b\u0ab2\u0abe] dddd, LT",sameElse:"L"},relativeTime:{future:"%s \u0aae\u0abe",past:"%s \u0aaa\u0ab9\u0ac7\u0ab2\u0abe",s:"\u0a85\u0aae\u0ac1\u0a95 \u0aaa\u0ab3\u0acb",ss:"%d \u0ab8\u0ac7\u0a95\u0a82\u0aa1",m:"\u0a8f\u0a95 \u0aae\u0abf\u0aa8\u0abf\u0a9f",mm:"%d \u0aae\u0abf\u0aa8\u0abf\u0a9f",h:"\u0a8f\u0a95 \u0a95\u0ab2\u0abe\u0a95",hh:"%d \u0a95\u0ab2\u0abe\u0a95",d:"\u0a8f\u0a95 \u0aa6\u0abf\u0ab5\u0ab8",dd:"%d \u0aa6\u0abf\u0ab5\u0ab8",M:"\u0a8f\u0a95 \u0aae\u0ab9\u0abf\u0aa8\u0acb",MM:"%d \u0aae\u0ab9\u0abf\u0aa8\u0acb",y:"\u0a8f\u0a95 \u0ab5\u0ab0\u0acd\u0ab7",yy:"%d \u0ab5\u0ab0\u0acd\u0ab7"},preparse:function(e){return e.replace(/[\u0ae7\u0ae8\u0ae9\u0aea\u0aeb\u0aec\u0aed\u0aee\u0aef\u0ae6]/g,function(e){return bs[e]})},postformat:function(e){return e.replace(/\d/g,function(e){return ws[e]})},meridiemParse:/\u0ab0\u0abe\u0aa4|\u0aac\u0aaa\u0acb\u0ab0|\u0ab8\u0ab5\u0abe\u0ab0|\u0ab8\u0abe\u0a82\u0a9c/,meridiemHour:function(e,a){return 12===e&&(e=0),"\u0ab0\u0abe\u0aa4"===a?e<4?e:e+12:"\u0ab8\u0ab5\u0abe\u0ab0"===a?e:"\u0aac\u0aaa\u0acb\u0ab0"===a?10<=e?e:e+12:"\u0ab8\u0abe\u0a82\u0a9c"===a?e+12:void 0},meridiem:function(e,a,t){return e<4?"\u0ab0\u0abe\u0aa4":e<10?"\u0ab8\u0ab5\u0abe\u0ab0":e<17?"\u0aac\u0aaa\u0acb\u0ab0":e<20?"\u0ab8\u0abe\u0a82\u0a9c":"\u0ab0\u0abe\u0aa4"},week:{dow:0,doy:6}}),M.defineLocale("he",{months:"\u05d9\u05e0\u05d5\u05d0\u05e8_\u05e4\u05d1\u05e8\u05d5\u05d0\u05e8_\u05de\u05e8\u05e5_\u05d0\u05e4\u05e8\u05d9\u05dc_\u05de\u05d0\u05d9_\u05d9\u05d5\u05e0\u05d9_\u05d9\u05d5\u05dc\u05d9_\u05d0\u05d5\u05d2\u05d5\u05e1\u05d8_\u05e1\u05e4\u05d8\u05de\u05d1\u05e8_\u05d0\u05d5\u05e7\u05d8\u05d5\u05d1\u05e8_\u05e0\u05d5\u05d1\u05de\u05d1\u05e8_\u05d3\u05e6\u05de\u05d1\u05e8".split("_"),monthsShort:"\u05d9\u05e0\u05d5\u05f3_\u05e4\u05d1\u05e8\u05f3_\u05de\u05e8\u05e5_\u05d0\u05e4\u05e8\u05f3_\u05de\u05d0\u05d9_\u05d9\u05d5\u05e0\u05d9_\u05d9\u05d5\u05dc\u05d9_\u05d0\u05d5\u05d2\u05f3_\u05e1\u05e4\u05d8\u05f3_\u05d0\u05d5\u05e7\u05f3_\u05e0\u05d5\u05d1\u05f3_\u05d3\u05e6\u05de\u05f3".split("_"),weekdays:"\u05e8\u05d0\u05e9\u05d5\u05df_\u05e9\u05e0\u05d9_\u05e9\u05dc\u05d9\u05e9\u05d9_\u05e8\u05d1\u05d9\u05e2\u05d9_\u05d7\u05de\u05d9\u05e9\u05d9_\u05e9\u05d9\u05e9\u05d9_\u05e9\u05d1\u05ea".split("_"),weekdaysShort:"\u05d0\u05f3_\u05d1\u05f3_\u05d2\u05f3_\u05d3\u05f3_\u05d4\u05f3_\u05d5\u05f3_\u05e9\u05f3".split("_"),weekdaysMin:"\u05d0_\u05d1_\u05d2_\u05d3_\u05d4_\u05d5_\u05e9".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [\u05d1]MMMM YYYY",LLL:"D [\u05d1]MMMM YYYY HH:mm",LLLL:"dddd, D [\u05d1]MMMM YYYY HH:mm",l:"D/M/YYYY",ll:"D MMM YYYY",lll:"D MMM YYYY HH:mm",llll:"ddd, D MMM YYYY HH:mm"},calendar:{sameDay:"[\u05d4\u05d9\u05d5\u05dd \u05d1\u05be]LT",nextDay:"[\u05de\u05d7\u05e8 \u05d1\u05be]LT",nextWeek:"dddd [\u05d1\u05e9\u05e2\u05d4] LT",lastDay:"[\u05d0\u05ea\u05de\u05d5\u05dc \u05d1\u05be]LT",lastWeek:"[\u05d1\u05d9\u05d5\u05dd] dddd [\u05d4\u05d0\u05d7\u05e8\u05d5\u05df \u05d1\u05e9\u05e2\u05d4] LT",sameElse:"L"},relativeTime:{future:"\u05d1\u05e2\u05d5\u05d3 %s",past:"\u05dc\u05e4\u05e0\u05d9 %s",s:"\u05de\u05e1\u05e4\u05e8 \u05e9\u05e0\u05d9\u05d5\u05ea",ss:"%d \u05e9\u05e0\u05d9\u05d5\u05ea",m:"\u05d3\u05e7\u05d4",mm:"%d \u05d3\u05e7\u05d5\u05ea",h:"\u05e9\u05e2\u05d4",hh:function(e){return 2===e?"\u05e9\u05e2\u05ea\u05d9\u05d9\u05dd":e+" \u05e9\u05e2\u05d5\u05ea"},d:"\u05d9\u05d5\u05dd",dd:function(e){return 2===e?"\u05d9\u05d5\u05de\u05d9\u05d9\u05dd":e+" \u05d9\u05de\u05d9\u05dd"},M:"\u05d7\u05d5\u05d3\u05e9",MM:function(e){return 2===e?"\u05d7\u05d5\u05d3\u05e9\u05d9\u05d9\u05dd":e+" \u05d7\u05d5\u05d3\u05e9\u05d9\u05dd"},y:"\u05e9\u05e0\u05d4",yy:function(e){return 2===e?"\u05e9\u05e0\u05ea\u05d9\u05d9\u05dd":e%10==0&&10!==e?e+" \u05e9\u05e0\u05d4":e+" \u05e9\u05e0\u05d9\u05dd"}},meridiemParse:/\u05d0\u05d7\u05d4"\u05e6|\u05dc\u05e4\u05e0\u05d4"\u05e6|\u05d0\u05d7\u05e8\u05d9 \u05d4\u05e6\u05d4\u05e8\u05d9\u05d9\u05dd|\u05dc\u05e4\u05e0\u05d9 \u05d4\u05e6\u05d4\u05e8\u05d9\u05d9\u05dd|\u05dc\u05e4\u05e0\u05d5\u05ea \u05d1\u05d5\u05e7\u05e8|\u05d1\u05d1\u05d5\u05e7\u05e8|\u05d1\u05e2\u05e8\u05d1/i,isPM:function(e){return/^(\u05d0\u05d7\u05d4"\u05e6|\u05d0\u05d7\u05e8\u05d9 \u05d4\u05e6\u05d4\u05e8\u05d9\u05d9\u05dd|\u05d1\u05e2\u05e8\u05d1)$/.test(e)},meridiem:function(e,a,t){return e<5?"\u05dc\u05e4\u05e0\u05d5\u05ea \u05d1\u05d5\u05e7\u05e8":e<10?"\u05d1\u05d1\u05d5\u05e7\u05e8":e<12?t?'\u05dc\u05e4\u05e0\u05d4"\u05e6':"\u05dc\u05e4\u05e0\u05d9 \u05d4\u05e6\u05d4\u05e8\u05d9\u05d9\u05dd":e<18?t?'\u05d0\u05d7\u05d4"\u05e6':"\u05d0\u05d7\u05e8\u05d9 \u05d4\u05e6\u05d4\u05e8\u05d9\u05d9\u05dd":"\u05d1\u05e2\u05e8\u05d1"}}),{1:"\u0967",2:"\u0968",3:"\u0969",4:"\u096a",5:"\u096b",6:"\u096c",7:"\u096d",8:"\u096e",9:"\u096f",0:"\u0966"}),Hs={"\u0967":"1","\u0968":"2","\u0969":"3","\u096a":"4","\u096b":"5","\u096c":"6","\u096d":"7","\u096e":"8","\u096f":"9","\u0966":"0"},Ne=[/^\u091c\u0928/i,/^\u092b\u093c\u0930|\u092b\u0930/i,/^\u092e\u093e\u0930\u094d\u091a/i,/^\u0905\u092a\u094d\u0930\u0948/i,/^\u092e\u0908/i,/^\u091c\u0942\u0928/i,/^\u091c\u0941\u0932/i,/^\u0905\u0917/i,/^\u0938\u093f\u0924\u0902|\u0938\u093f\u0924/i,/^\u0905\u0915\u094d\u091f\u0942/i,/^\u0928\u0935|\u0928\u0935\u0902/i,/^\u0926\u093f\u0938\u0902|\u0926\u093f\u0938/i];function vs(e,a,t){var s=e+" ";switch(t){case"ss":return s+=1===e?"sekunda":2===e||3===e||4===e?"sekunde":"sekundi";case"m":return a?"jedna minuta":"jedne minute";case"mm":return s+=1!==e&&(2===e||3===e||4===e)?"minute":"minuta";case"h":return a?"jedan sat":"jednog sata";case"hh":return s+=1===e?"sat":2===e||3===e||4===e?"sata":"sati";case"dd":return s+=1===e?"dan":"dana";case"MM":return s+=1===e?"mjesec":2===e||3===e||4===e?"mjeseca":"mjeseci";case"yy":return s+=1!==e&&(2===e||3===e||4===e)?"godine":"godina"}}M.defineLocale("hi",{months:{format:"\u091c\u0928\u0935\u0930\u0940_\u092b\u093c\u0930\u0935\u0930\u0940_\u092e\u093e\u0930\u094d\u091a_\u0905\u092a\u094d\u0930\u0948\u0932_\u092e\u0908_\u091c\u0942\u0928_\u091c\u0941\u0932\u093e\u0908_\u0905\u0917\u0938\u094d\u0924_\u0938\u093f\u0924\u092e\u094d\u092c\u0930_\u0905\u0915\u094d\u091f\u0942\u092c\u0930_\u0928\u0935\u092e\u094d\u092c\u0930_\u0926\u093f\u0938\u092e\u094d\u092c\u0930".split("_"),standalone:"\u091c\u0928\u0935\u0930\u0940_\u092b\u0930\u0935\u0930\u0940_\u092e\u093e\u0930\u094d\u091a_\u0905\u092a\u094d\u0930\u0948\u0932_\u092e\u0908_\u091c\u0942\u0928_\u091c\u0941\u0932\u093e\u0908_\u0905\u0917\u0938\u094d\u0924_\u0938\u093f\u0924\u0902\u092c\u0930_\u0905\u0915\u094d\u091f\u0942\u092c\u0930_\u0928\u0935\u0902\u092c\u0930_\u0926\u093f\u0938\u0902\u092c\u0930".split("_")},monthsShort:"\u091c\u0928._\u092b\u093c\u0930._\u092e\u093e\u0930\u094d\u091a_\u0905\u092a\u094d\u0930\u0948._\u092e\u0908_\u091c\u0942\u0928_\u091c\u0941\u0932._\u0905\u0917._\u0938\u093f\u0924._\u0905\u0915\u094d\u091f\u0942._\u0928\u0935._\u0926\u093f\u0938.".split("_"),weekdays:"\u0930\u0935\u093f\u0935\u093e\u0930_\u0938\u094b\u092e\u0935\u093e\u0930_\u092e\u0902\u0917\u0932\u0935\u093e\u0930_\u092c\u0941\u0927\u0935\u093e\u0930_\u0917\u0941\u0930\u0942\u0935\u093e\u0930_\u0936\u0941\u0915\u094d\u0930\u0935\u093e\u0930_\u0936\u0928\u093f\u0935\u093e\u0930".split("_"),weekdaysShort:"\u0930\u0935\u093f_\u0938\u094b\u092e_\u092e\u0902\u0917\u0932_\u092c\u0941\u0927_\u0917\u0941\u0930\u0942_\u0936\u0941\u0915\u094d\u0930_\u0936\u0928\u093f".split("_"),weekdaysMin:"\u0930_\u0938\u094b_\u092e\u0902_\u092c\u0941_\u0917\u0941_\u0936\u0941_\u0936".split("_"),longDateFormat:{LT:"A h:mm \u092c\u091c\u0947",LTS:"A h:mm:ss \u092c\u091c\u0947",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm \u092c\u091c\u0947",LLLL:"dddd, D MMMM YYYY, A h:mm \u092c\u091c\u0947"},monthsParse:Ne,longMonthsParse:Ne,shortMonthsParse:[/^\u091c\u0928/i,/^\u092b\u093c\u0930/i,/^\u092e\u093e\u0930\u094d\u091a/i,/^\u0905\u092a\u094d\u0930\u0948/i,/^\u092e\u0908/i,/^\u091c\u0942\u0928/i,/^\u091c\u0941\u0932/i,/^\u0905\u0917/i,/^\u0938\u093f\u0924/i,/^\u0905\u0915\u094d\u091f\u0942/i,/^\u0928\u0935/i,/^\u0926\u093f\u0938/i],monthsRegex:/^(\u091c\u0928\u0935\u0930\u0940|\u091c\u0928\.?|\u092b\u093c\u0930\u0935\u0930\u0940|\u092b\u0930\u0935\u0930\u0940|\u092b\u093c\u0930\.?|\u092e\u093e\u0930\u094d\u091a?|\u0905\u092a\u094d\u0930\u0948\u0932|\u0905\u092a\u094d\u0930\u0948\.?|\u092e\u0908?|\u091c\u0942\u0928?|\u091c\u0941\u0932\u093e\u0908|\u091c\u0941\u0932\.?|\u0905\u0917\u0938\u094d\u0924|\u0905\u0917\.?|\u0938\u093f\u0924\u092e\u094d\u092c\u0930|\u0938\u093f\u0924\u0902\u092c\u0930|\u0938\u093f\u0924\.?|\u0905\u0915\u094d\u091f\u0942\u092c\u0930|\u0905\u0915\u094d\u091f\u0942\.?|\u0928\u0935\u092e\u094d\u092c\u0930|\u0928\u0935\u0902\u092c\u0930|\u0928\u0935\.?|\u0926\u093f\u0938\u092e\u094d\u092c\u0930|\u0926\u093f\u0938\u0902\u092c\u0930|\u0926\u093f\u0938\.?)/i,monthsShortRegex:/^(\u091c\u0928\u0935\u0930\u0940|\u091c\u0928\.?|\u092b\u093c\u0930\u0935\u0930\u0940|\u092b\u0930\u0935\u0930\u0940|\u092b\u093c\u0930\.?|\u092e\u093e\u0930\u094d\u091a?|\u0905\u092a\u094d\u0930\u0948\u0932|\u0905\u092a\u094d\u0930\u0948\.?|\u092e\u0908?|\u091c\u0942\u0928?|\u091c\u0941\u0932\u093e\u0908|\u091c\u0941\u0932\.?|\u0905\u0917\u0938\u094d\u0924|\u0905\u0917\.?|\u0938\u093f\u0924\u092e\u094d\u092c\u0930|\u0938\u093f\u0924\u0902\u092c\u0930|\u0938\u093f\u0924\.?|\u0905\u0915\u094d\u091f\u0942\u092c\u0930|\u0905\u0915\u094d\u091f\u0942\.?|\u0928\u0935\u092e\u094d\u092c\u0930|\u0928\u0935\u0902\u092c\u0930|\u0928\u0935\.?|\u0926\u093f\u0938\u092e\u094d\u092c\u0930|\u0926\u093f\u0938\u0902\u092c\u0930|\u0926\u093f\u0938\.?)/i,monthsStrictRegex:/^(\u091c\u0928\u0935\u0930\u0940?|\u092b\u093c\u0930\u0935\u0930\u0940|\u092b\u0930\u0935\u0930\u0940?|\u092e\u093e\u0930\u094d\u091a?|\u0905\u092a\u094d\u0930\u0948\u0932?|\u092e\u0908?|\u091c\u0942\u0928?|\u091c\u0941\u0932\u093e\u0908?|\u0905\u0917\u0938\u094d\u0924?|\u0938\u093f\u0924\u092e\u094d\u092c\u0930|\u0938\u093f\u0924\u0902\u092c\u0930|\u0938\u093f\u0924?\.?|\u0905\u0915\u094d\u091f\u0942\u092c\u0930|\u0905\u0915\u094d\u091f\u0942\.?|\u0928\u0935\u092e\u094d\u092c\u0930|\u0928\u0935\u0902\u092c\u0930?|\u0926\u093f\u0938\u092e\u094d\u092c\u0930|\u0926\u093f\u0938\u0902\u092c\u0930?)/i,monthsShortStrictRegex:/^(\u091c\u0928\.?|\u092b\u093c\u0930\.?|\u092e\u093e\u0930\u094d\u091a?|\u0905\u092a\u094d\u0930\u0948\.?|\u092e\u0908?|\u091c\u0942\u0928?|\u091c\u0941\u0932\.?|\u0905\u0917\.?|\u0938\u093f\u0924\.?|\u0905\u0915\u094d\u091f\u0942\.?|\u0928\u0935\.?|\u0926\u093f\u0938\.?)/i,calendar:{sameDay:"[\u0906\u091c] LT",nextDay:"[\u0915\u0932] LT",nextWeek:"dddd, LT",lastDay:"[\u0915\u0932] LT",lastWeek:"[\u092a\u093f\u091b\u0932\u0947] dddd, LT",sameElse:"L"},relativeTime:{future:"%s \u092e\u0947\u0902",past:"%s \u092a\u0939\u0932\u0947",s:"\u0915\u0941\u091b \u0939\u0940 \u0915\u094d\u0937\u0923",ss:"%d \u0938\u0947\u0915\u0902\u0921",m:"\u090f\u0915 \u092e\u093f\u0928\u091f",mm:"%d \u092e\u093f\u0928\u091f",h:"\u090f\u0915 \u0918\u0902\u091f\u093e",hh:"%d \u0918\u0902\u091f\u0947",d:"\u090f\u0915 \u0926\u093f\u0928",dd:"%d \u0926\u093f\u0928",M:"\u090f\u0915 \u092e\u0939\u0940\u0928\u0947",MM:"%d \u092e\u0939\u0940\u0928\u0947",y:"\u090f\u0915 \u0935\u0930\u094d\u0937",yy:"%d \u0935\u0930\u094d\u0937"},preparse:function(e){return e.replace(/[\u0967\u0968\u0969\u096a\u096b\u096c\u096d\u096e\u096f\u0966]/g,function(e){return Hs[e]})},postformat:function(e){return e.replace(/\d/g,function(e){return Ss[e]})},meridiemParse:/\u0930\u093e\u0924|\u0938\u0941\u092c\u0939|\u0926\u094b\u092a\u0939\u0930|\u0936\u093e\u092e/,meridiemHour:function(e,a){return 12===e&&(e=0),"\u0930\u093e\u0924"===a?e<4?e:e+12:"\u0938\u0941\u092c\u0939"===a?e:"\u0926\u094b\u092a\u0939\u0930"===a?10<=e?e:e+12:"\u0936\u093e\u092e"===a?e+12:void 0},meridiem:function(e,a,t){return e<4?"\u0930\u093e\u0924":e<10?"\u0938\u0941\u092c\u0939":e<17?"\u0926\u094b\u092a\u0939\u0930":e<20?"\u0936\u093e\u092e":"\u0930\u093e\u0924"},week:{dow:0,doy:6}}),M.defineLocale("hr",{months:{format:"sije\u010dnja_velja\u010de_o\u017eujka_travnja_svibnja_lipnja_srpnja_kolovoza_rujna_listopada_studenoga_prosinca".split("_"),standalone:"sije\u010danj_velja\u010da_o\u017eujak_travanj_svibanj_lipanj_srpanj_kolovoz_rujan_listopad_studeni_prosinac".split("_")},monthsShort:"sij._velj._o\u017eu._tra._svi._lip._srp._kol._ruj._lis._stu._pro.".split("_"),monthsParseExact:!0,weekdays:"nedjelja_ponedjeljak_utorak_srijeda_\u010detvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._\u010det._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_\u010de_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"Do MMMM YYYY",LLL:"Do MMMM YYYY H:mm",LLLL:"dddd, Do MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[ju\u010der u] LT",lastWeek:function(){switch(this.day()){case 0:return"[pro\u0161lu] [nedjelju] [u] LT";case 3:return"[pro\u0161lu] [srijedu] [u] LT";case 6:return"[pro\u0161le] [subote] [u] LT";case 1:case 2:case 4:case 5:return"[pro\u0161li] dddd [u] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"par sekundi",ss:vs,m:vs,mm:vs,h:vs,hh:vs,d:"dan",dd:vs,M:"mjesec",MM:vs,y:"godinu",yy:vs},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}});var js="vas\xe1rnap h\xe9tf\u0151n kedden szerd\xe1n cs\xfct\xf6rt\xf6k\xf6n p\xe9nteken szombaton".split(" ");function xs(e,a,t,s){var n=e;switch(t){case"s":return s||a?"n\xe9h\xe1ny m\xe1sodperc":"n\xe9h\xe1ny m\xe1sodperce";case"ss":return n+(s||a)?" m\xe1sodperc":" m\xe1sodperce";case"m":return"egy"+(s||a?" perc":" perce");case"mm":return n+(s||a?" perc":" perce");case"h":return"egy"+(s||a?" \xf3ra":" \xf3r\xe1ja");case"hh":return n+(s||a?" \xf3ra":" \xf3r\xe1ja");case"d":return"egy"+(s||a?" nap":" napja");case"dd":return n+(s||a?" nap":" napja");case"M":return"egy"+(s||a?" h\xf3nap":" h\xf3napja");case"MM":return n+(s||a?" h\xf3nap":" h\xf3napja");case"y":return"egy"+(s||a?" \xe9v":" \xe9ve");case"yy":return n+(s||a?" \xe9v":" \xe9ve")}return""}function Ps(e){return(e?"":"[m\xfalt] ")+"["+js[this.day()]+"] LT[-kor]"}function Os(e){return e%100==11||e%10!=1}function Ws(e,a,t,s){var n=e+" ";switch(t){case"s":return a||s?"nokkrar sek\xfandur":"nokkrum sek\xfandum";case"ss":return Os(e)?n+(a||s?"sek\xfandur":"sek\xfandum"):n+"sek\xfanda";case"m":return a?"m\xedn\xfata":"m\xedn\xfatu";case"mm":return Os(e)?n+(a||s?"m\xedn\xfatur":"m\xedn\xfatum"):a?n+"m\xedn\xfata":n+"m\xedn\xfatu";case"hh":return Os(e)?n+(a||s?"klukkustundir":"klukkustundum"):n+"klukkustund";case"d":return a?"dagur":s?"dag":"degi";case"dd":return Os(e)?a?n+"dagar":n+(s?"daga":"d\xf6gum"):a?n+"dagur":n+(s?"dag":"degi");case"M":return a?"m\xe1nu\xf0ur":s?"m\xe1nu\xf0":"m\xe1nu\xf0i";case"MM":return Os(e)?a?n+"m\xe1nu\xf0ir":n+(s?"m\xe1nu\xf0i":"m\xe1nu\xf0um"):a?n+"m\xe1nu\xf0ur":n+(s?"m\xe1nu\xf0":"m\xe1nu\xf0i");case"y":return a||s?"\xe1r":"\xe1ri";case"yy":return Os(e)?n+(a||s?"\xe1r":"\xe1rum"):n+(a||s?"\xe1r":"\xe1ri")}}M.defineLocale("hu",{months:"janu\xe1r_febru\xe1r_m\xe1rcius_\xe1prilis_m\xe1jus_j\xfanius_j\xfalius_augusztus_szeptember_okt\xf3ber_november_december".split("_"),monthsShort:"jan._feb._m\xe1rc._\xe1pr._m\xe1j._j\xfan._j\xfal._aug._szept._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"vas\xe1rnap_h\xe9tf\u0151_kedd_szerda_cs\xfct\xf6rt\xf6k_p\xe9ntek_szombat".split("_"),weekdaysShort:"vas_h\xe9t_kedd_sze_cs\xfct_p\xe9n_szo".split("_"),weekdaysMin:"v_h_k_sze_cs_p_szo".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"YYYY.MM.DD.",LL:"YYYY. MMMM D.",LLL:"YYYY. MMMM D. H:mm",LLLL:"YYYY. MMMM D., dddd H:mm"},meridiemParse:/de|du/i,isPM:function(e){return"u"===e.charAt(1).toLowerCase()},meridiem:function(e,a,t){return e<12?!0===t?"de":"DE":!0===t?"du":"DU"},calendar:{sameDay:"[ma] LT[-kor]",nextDay:"[holnap] LT[-kor]",nextWeek:function(){return Ps.call(this,!0)},lastDay:"[tegnap] LT[-kor]",lastWeek:function(){return Ps.call(this,!1)},sameElse:"L"},relativeTime:{future:"%s m\xfalva",past:"%s",s:xs,ss:xs,m:xs,mm:xs,h:xs,hh:xs,d:xs,dd:xs,M:xs,MM:xs,y:xs,yy:xs},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}}),M.defineLocale("hy-am",{months:{format:"\u0570\u0578\u0582\u0576\u057e\u0561\u0580\u056b_\u0583\u0565\u057f\u0580\u057e\u0561\u0580\u056b_\u0574\u0561\u0580\u057f\u056b_\u0561\u057a\u0580\u056b\u056c\u056b_\u0574\u0561\u0575\u056b\u057d\u056b_\u0570\u0578\u0582\u0576\u056b\u057d\u056b_\u0570\u0578\u0582\u056c\u056b\u057d\u056b_\u0585\u0563\u0578\u057d\u057f\u0578\u057d\u056b_\u057d\u0565\u057a\u057f\u0565\u0574\u0562\u0565\u0580\u056b_\u0570\u0578\u056f\u057f\u0565\u0574\u0562\u0565\u0580\u056b_\u0576\u0578\u0575\u0565\u0574\u0562\u0565\u0580\u056b_\u0564\u0565\u056f\u057f\u0565\u0574\u0562\u0565\u0580\u056b".split("_"),standalone:"\u0570\u0578\u0582\u0576\u057e\u0561\u0580_\u0583\u0565\u057f\u0580\u057e\u0561\u0580_\u0574\u0561\u0580\u057f_\u0561\u057a\u0580\u056b\u056c_\u0574\u0561\u0575\u056b\u057d_\u0570\u0578\u0582\u0576\u056b\u057d_\u0570\u0578\u0582\u056c\u056b\u057d_\u0585\u0563\u0578\u057d\u057f\u0578\u057d_\u057d\u0565\u057a\u057f\u0565\u0574\u0562\u0565\u0580_\u0570\u0578\u056f\u057f\u0565\u0574\u0562\u0565\u0580_\u0576\u0578\u0575\u0565\u0574\u0562\u0565\u0580_\u0564\u0565\u056f\u057f\u0565\u0574\u0562\u0565\u0580".split("_")},monthsShort:"\u0570\u0576\u057e_\u0583\u057f\u0580_\u0574\u0580\u057f_\u0561\u057a\u0580_\u0574\u0575\u057d_\u0570\u0576\u057d_\u0570\u056c\u057d_\u0585\u0563\u057d_\u057d\u057a\u057f_\u0570\u056f\u057f_\u0576\u0574\u0562_\u0564\u056f\u057f".split("_"),weekdays:"\u056f\u056b\u0580\u0561\u056f\u056b_\u0565\u0580\u056f\u0578\u0582\u0577\u0561\u0562\u0569\u056b_\u0565\u0580\u0565\u0584\u0577\u0561\u0562\u0569\u056b_\u0579\u0578\u0580\u0565\u0584\u0577\u0561\u0562\u0569\u056b_\u0570\u056b\u0576\u0563\u0577\u0561\u0562\u0569\u056b_\u0578\u0582\u0580\u0562\u0561\u0569_\u0577\u0561\u0562\u0561\u0569".split("_"),weekdaysShort:"\u056f\u0580\u056f_\u0565\u0580\u056f_\u0565\u0580\u0584_\u0579\u0580\u0584_\u0570\u0576\u0563_\u0578\u0582\u0580\u0562_\u0577\u0562\u0569".split("_"),weekdaysMin:"\u056f\u0580\u056f_\u0565\u0580\u056f_\u0565\u0580\u0584_\u0579\u0580\u0584_\u0570\u0576\u0563_\u0578\u0582\u0580\u0562_\u0577\u0562\u0569".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY \u0569.",LLL:"D MMMM YYYY \u0569., HH:mm",LLLL:"dddd, D MMMM YYYY \u0569., HH:mm"},calendar:{sameDay:"[\u0561\u0575\u057d\u0585\u0580] LT",nextDay:"[\u057e\u0561\u0572\u0568] LT",lastDay:"[\u0565\u0580\u0565\u056f] LT",nextWeek:function(){return"dddd [\u0585\u0580\u0568 \u056a\u0561\u0574\u0568] LT"},lastWeek:function(){return"[\u0561\u0576\u0581\u0561\u056e] dddd [\u0585\u0580\u0568 \u056a\u0561\u0574\u0568] LT"},sameElse:"L"},relativeTime:{future:"%s \u0570\u0565\u057f\u0578",past:"%s \u0561\u057c\u0561\u057b",s:"\u0574\u056b \u0584\u0561\u0576\u056b \u057e\u0561\u0575\u0580\u056f\u0575\u0561\u0576",ss:"%d \u057e\u0561\u0575\u0580\u056f\u0575\u0561\u0576",m:"\u0580\u0578\u057a\u0565",mm:"%d \u0580\u0578\u057a\u0565",h:"\u056a\u0561\u0574",hh:"%d \u056a\u0561\u0574",d:"\u0585\u0580",dd:"%d \u0585\u0580",M:"\u0561\u0574\u056b\u057d",MM:"%d \u0561\u0574\u056b\u057d",y:"\u057f\u0561\u0580\u056b",yy:"%d \u057f\u0561\u0580\u056b"},meridiemParse:/\u0563\u056b\u0577\u0565\u0580\u057e\u0561|\u0561\u057c\u0561\u057e\u0578\u057f\u057e\u0561|\u0581\u0565\u0580\u0565\u056f\u057e\u0561|\u0565\u0580\u0565\u056f\u0578\u0575\u0561\u0576/,isPM:function(e){return/^(\u0581\u0565\u0580\u0565\u056f\u057e\u0561|\u0565\u0580\u0565\u056f\u0578\u0575\u0561\u0576)$/.test(e)},meridiem:function(e){return e<4?"\u0563\u056b\u0577\u0565\u0580\u057e\u0561":e<12?"\u0561\u057c\u0561\u057e\u0578\u057f\u057e\u0561":e<17?"\u0581\u0565\u0580\u0565\u056f\u057e\u0561":"\u0565\u0580\u0565\u056f\u0578\u0575\u0561\u0576"},dayOfMonthOrdinalParse:/\d{1,2}|\d{1,2}-(\u056b\u0576|\u0580\u0564)/,ordinal:function(e,a){switch(a){case"DDD":case"w":case"W":case"DDDo":return 1===e?e+"-\u056b\u0576":e+"-\u0580\u0564";default:return e}},week:{dow:1,doy:7}}),M.defineLocale("id",{months:"Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_November_Desember".split("_"),monthsShort:"Jan_Feb_Mar_Apr_Mei_Jun_Jul_Agt_Sep_Okt_Nov_Des".split("_"),weekdays:"Minggu_Senin_Selasa_Rabu_Kamis_Jumat_Sabtu".split("_"),weekdaysShort:"Min_Sen_Sel_Rab_Kam_Jum_Sab".split("_"),weekdaysMin:"Mg_Sn_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|siang|sore|malam/,meridiemHour:function(e,a){return 12===e&&(e=0),"pagi"===a?e:"siang"===a?11<=e?e:e+12:"sore"===a||"malam"===a?e+12:void 0},meridiem:function(e,a,t){return e<11?"pagi":e<15?"siang":e<19?"sore":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Besok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kemarin pukul] LT",lastWeek:"dddd [lalu pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lalu",s:"beberapa detik",ss:"%d detik",m:"semenit",mm:"%d menit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:0,doy:6}}),M.defineLocale("is",{months:"jan\xfaar_febr\xfaar_mars_apr\xedl_ma\xed_j\xfan\xed_j\xfal\xed_\xe1g\xfast_september_okt\xf3ber_n\xf3vember_desember".split("_"),monthsShort:"jan_feb_mar_apr_ma\xed_j\xfan_j\xfal_\xe1g\xfa_sep_okt_n\xf3v_des".split("_"),weekdays:"sunnudagur_m\xe1nudagur_\xferi\xf0judagur_mi\xf0vikudagur_fimmtudagur_f\xf6studagur_laugardagur".split("_"),weekdaysShort:"sun_m\xe1n_\xferi_mi\xf0_fim_f\xf6s_lau".split("_"),weekdaysMin:"Su_M\xe1_\xder_Mi_Fi_F\xf6_La".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] H:mm",LLLL:"dddd, D. MMMM YYYY [kl.] H:mm"},calendar:{sameDay:"[\xed dag kl.] LT",nextDay:"[\xe1 morgun kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[\xed g\xe6r kl.] LT",lastWeek:"[s\xed\xf0asta] dddd [kl.] LT",sameElse:"L"},relativeTime:{future:"eftir %s",past:"fyrir %s s\xed\xf0an",s:Ws,ss:Ws,m:Ws,mm:Ws,h:"klukkustund",hh:Ws,d:Ws,dd:Ws,M:Ws,MM:Ws,y:Ws,yy:Ws},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}}),M.defineLocale("it-ch",{months:"gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre".split("_"),monthsShort:"gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic".split("_"),weekdays:"domenica_luned\xec_marted\xec_mercoled\xec_gioved\xec_venerd\xec_sabato".split("_"),weekdaysShort:"dom_lun_mar_mer_gio_ven_sab".split("_"),weekdaysMin:"do_lu_ma_me_gi_ve_sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Oggi alle] LT",nextDay:"[Domani alle] LT",nextWeek:"dddd [alle] LT",lastDay:"[Ieri alle] LT",lastWeek:function(){switch(this.day()){case 0:return"[la scorsa] dddd [alle] LT";default:return"[lo scorso] dddd [alle] LT"}},sameElse:"L"},relativeTime:{future:function(e){return(/^[0-9].+$/.test(e)?"tra":"in")+" "+e},past:"%s fa",s:"alcuni secondi",ss:"%d secondi",m:"un minuto",mm:"%d minuti",h:"un'ora",hh:"%d ore",d:"un giorno",dd:"%d giorni",M:"un mese",MM:"%d mesi",y:"un anno",yy:"%d anni"},dayOfMonthOrdinalParse:/\d{1,2}\xba/,ordinal:"%d\xba",week:{dow:1,doy:4}}),M.defineLocale("it",{months:"gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre".split("_"),monthsShort:"gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic".split("_"),weekdays:"domenica_luned\xec_marted\xec_mercoled\xec_gioved\xec_venerd\xec_sabato".split("_"),weekdaysShort:"dom_lun_mar_mer_gio_ven_sab".split("_"),weekdaysMin:"do_lu_ma_me_gi_ve_sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:function(){return"[Oggi a"+(1<this.hours()?"lle ":0===this.hours()?" ":"ll'")+"]LT"},nextDay:function(){return"[Domani a"+(1<this.hours()?"lle ":0===this.hours()?" ":"ll'")+"]LT"},nextWeek:function(){return"dddd [a"+(1<this.hours()?"lle ":0===this.hours()?" ":"ll'")+"]LT"},lastDay:function(){return"[Ieri a"+(1<this.hours()?"lle ":0===this.hours()?" ":"ll'")+"]LT"},lastWeek:function(){switch(this.day()){case 0:return"[La scorsa] dddd [a"+(1<this.hours()?"lle ":0===this.hours()?" ":"ll'")+"]LT";default:return"[Lo scorso] dddd [a"+(1<this.hours()?"lle ":0===this.hours()?" ":"ll'")+"]LT"}},sameElse:"L"},relativeTime:{future:"tra %s",past:"%s fa",s:"alcuni secondi",ss:"%d secondi",m:"un minuto",mm:"%d minuti",h:"un'ora",hh:"%d ore",d:"un giorno",dd:"%d giorni",w:"una settimana",ww:"%d settimane",M:"un mese",MM:"%d mesi",y:"un anno",yy:"%d anni"},dayOfMonthOrdinalParse:/\d{1,2}\xba/,ordinal:"%d\xba",week:{dow:1,doy:4}}),M.defineLocale("ja",{eras:[{since:"2019-05-01",offset:1,name:"\u4ee4\u548c",narrow:"\u32ff",abbr:"R"},{since:"1989-01-08",until:"2019-04-30",offset:1,name:"\u5e73\u6210",narrow:"\u337b",abbr:"H"},{since:"1926-12-25",until:"1989-01-07",offset:1,name:"\u662d\u548c",narrow:"\u337c",abbr:"S"},{since:"1912-07-30",until:"1926-12-24",offset:1,name:"\u5927\u6b63",narrow:"\u337d",abbr:"T"},{since:"1873-01-01",until:"1912-07-29",offset:6,name:"\u660e\u6cbb",narrow:"\u337e",abbr:"M"},{since:"0001-01-01",until:"1873-12-31",offset:1,name:"\u897f\u66a6",narrow:"AD",abbr:"AD"},{since:"0000-12-31",until:-1/0,offset:1,name:"\u7d00\u5143\u524d",narrow:"BC",abbr:"BC"}],eraYearOrdinalRegex:/(\u5143|\d+)\u5e74/,eraYearOrdinalParse:function(e,a){return"\u5143"===a[1]?1:parseInt(a[1]||e,10)},months:"1\u6708_2\u6708_3\u6708_4\u6708_5\u6708_6\u6708_7\u6708_8\u6708_9\u6708_10\u6708_11\u6708_12\u6708".split("_"),monthsShort:"1\u6708_2\u6708_3\u6708_4\u6708_5\u6708_6\u6708_7\u6708_8\u6708_9\u6708_10\u6708_11\u6708_12\u6708".split("_"),weekdays:"\u65e5\u66dc\u65e5_\u6708\u66dc\u65e5_\u706b\u66dc\u65e5_\u6c34\u66dc\u65e5_\u6728\u66dc\u65e5_\u91d1\u66dc\u65e5_\u571f\u66dc\u65e5".split("_"),weekdaysShort:"\u65e5_\u6708_\u706b_\u6c34_\u6728_\u91d1_\u571f".split("_"),weekdaysMin:"\u65e5_\u6708_\u706b_\u6c34_\u6728_\u91d1_\u571f".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY\u5e74M\u6708D\u65e5",LLL:"YYYY\u5e74M\u6708D\u65e5 HH:mm",LLLL:"YYYY\u5e74M\u6708D\u65e5 dddd HH:mm",l:"YYYY/MM/DD",ll:"YYYY\u5e74M\u6708D\u65e5",lll:"YYYY\u5e74M\u6708D\u65e5 HH:mm",llll:"YYYY\u5e74M\u6708D\u65e5(ddd) HH:mm"},meridiemParse:/\u5348\u524d|\u5348\u5f8c/i,isPM:function(e){return"\u5348\u5f8c"===e},meridiem:function(e,a,t){return e<12?"\u5348\u524d":"\u5348\u5f8c"},calendar:{sameDay:"[\u4eca\u65e5] LT",nextDay:"[\u660e\u65e5] LT",nextWeek:function(e){return e.week()!==this.week()?"[\u6765\u9031]dddd LT":"dddd LT"},lastDay:"[\u6628\u65e5] LT",lastWeek:function(e){return this.week()!==e.week()?"[\u5148\u9031]dddd LT":"dddd LT"},sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}\u65e5/,ordinal:function(e,a){switch(a){case"y":return 1===e?"\u5143\u5e74":e+"\u5e74";case"d":case"D":case"DDD":return e+"\u65e5";default:return e}},relativeTime:{future:"%s\u5f8c",past:"%s\u524d",s:"\u6570\u79d2",ss:"%d\u79d2",m:"1\u5206",mm:"%d\u5206",h:"1\u6642\u9593",hh:"%d\u6642\u9593",d:"1\u65e5",dd:"%d\u65e5",M:"1\u30f6\u6708",MM:"%d\u30f6\u6708",y:"1\u5e74",yy:"%d\u5e74"}}),M.defineLocale("jv",{months:"Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_Nopember_Desember".split("_"),monthsShort:"Jan_Feb_Mar_Apr_Mei_Jun_Jul_Ags_Sep_Okt_Nop_Des".split("_"),weekdays:"Minggu_Senen_Seloso_Rebu_Kemis_Jemuwah_Septu".split("_"),weekdaysShort:"Min_Sen_Sel_Reb_Kem_Jem_Sep".split("_"),weekdaysMin:"Mg_Sn_Sl_Rb_Km_Jm_Sp".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/enjing|siyang|sonten|ndalu/,meridiemHour:function(e,a){return 12===e&&(e=0),"enjing"===a?e:"siyang"===a?11<=e?e:e+12:"sonten"===a||"ndalu"===a?e+12:void 0},meridiem:function(e,a,t){return e<11?"enjing":e<15?"siyang":e<19?"sonten":"ndalu"},calendar:{sameDay:"[Dinten puniko pukul] LT",nextDay:"[Mbenjang pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kala wingi pukul] LT",lastWeek:"dddd [kepengker pukul] LT",sameElse:"L"},relativeTime:{future:"wonten ing %s",past:"%s ingkang kepengker",s:"sawetawis detik",ss:"%d detik",m:"setunggal menit",mm:"%d menit",h:"setunggal jam",hh:"%d jam",d:"sedinten",dd:"%d dinten",M:"sewulan",MM:"%d wulan",y:"setaun",yy:"%d taun"},week:{dow:1,doy:7}}),M.defineLocale("ka",{months:"\u10d8\u10d0\u10dc\u10d5\u10d0\u10e0\u10d8_\u10d7\u10d4\u10d1\u10d4\u10e0\u10d5\u10d0\u10da\u10d8_\u10db\u10d0\u10e0\u10e2\u10d8_\u10d0\u10de\u10e0\u10d8\u10da\u10d8_\u10db\u10d0\u10d8\u10e1\u10d8_\u10d8\u10d5\u10dc\u10d8\u10e1\u10d8_\u10d8\u10d5\u10da\u10d8\u10e1\u10d8_\u10d0\u10d2\u10d5\u10d8\u10e1\u10e2\u10dd_\u10e1\u10d4\u10e5\u10e2\u10d4\u10db\u10d1\u10d4\u10e0\u10d8_\u10dd\u10e5\u10e2\u10dd\u10db\u10d1\u10d4\u10e0\u10d8_\u10dc\u10dd\u10d4\u10db\u10d1\u10d4\u10e0\u10d8_\u10d3\u10d4\u10d9\u10d4\u10db\u10d1\u10d4\u10e0\u10d8".split("_"),monthsShort:"\u10d8\u10d0\u10dc_\u10d7\u10d4\u10d1_\u10db\u10d0\u10e0_\u10d0\u10de\u10e0_\u10db\u10d0\u10d8_\u10d8\u10d5\u10dc_\u10d8\u10d5\u10da_\u10d0\u10d2\u10d5_\u10e1\u10d4\u10e5_\u10dd\u10e5\u10e2_\u10dc\u10dd\u10d4_\u10d3\u10d4\u10d9".split("_"),weekdays:{standalone:"\u10d9\u10d5\u10d8\u10e0\u10d0_\u10dd\u10e0\u10e8\u10d0\u10d1\u10d0\u10d7\u10d8_\u10e1\u10d0\u10db\u10e8\u10d0\u10d1\u10d0\u10d7\u10d8_\u10dd\u10d7\u10ee\u10e8\u10d0\u10d1\u10d0\u10d7\u10d8_\u10ee\u10e3\u10d7\u10e8\u10d0\u10d1\u10d0\u10d7\u10d8_\u10de\u10d0\u10e0\u10d0\u10e1\u10d9\u10d4\u10d5\u10d8_\u10e8\u10d0\u10d1\u10d0\u10d7\u10d8".split("_"),format:"\u10d9\u10d5\u10d8\u10e0\u10d0\u10e1_\u10dd\u10e0\u10e8\u10d0\u10d1\u10d0\u10d7\u10e1_\u10e1\u10d0\u10db\u10e8\u10d0\u10d1\u10d0\u10d7\u10e1_\u10dd\u10d7\u10ee\u10e8\u10d0\u10d1\u10d0\u10d7\u10e1_\u10ee\u10e3\u10d7\u10e8\u10d0\u10d1\u10d0\u10d7\u10e1_\u10de\u10d0\u10e0\u10d0\u10e1\u10d9\u10d4\u10d5\u10e1_\u10e8\u10d0\u10d1\u10d0\u10d7\u10e1".split("_"),isFormat:/(\u10ec\u10d8\u10dc\u10d0|\u10e8\u10d4\u10db\u10d3\u10d4\u10d2)/},weekdaysShort:"\u10d9\u10d5\u10d8_\u10dd\u10e0\u10e8_\u10e1\u10d0\u10db_\u10dd\u10d7\u10ee_\u10ee\u10e3\u10d7_\u10de\u10d0\u10e0_\u10e8\u10d0\u10d1".split("_"),weekdaysMin:"\u10d9\u10d5_\u10dd\u10e0_\u10e1\u10d0_\u10dd\u10d7_\u10ee\u10e3_\u10de\u10d0_\u10e8\u10d0".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[\u10d3\u10e6\u10d4\u10e1] LT[-\u10d6\u10d4]",nextDay:"[\u10ee\u10d5\u10d0\u10da] LT[-\u10d6\u10d4]",lastDay:"[\u10d2\u10e3\u10e8\u10d8\u10dc] LT[-\u10d6\u10d4]",nextWeek:"[\u10e8\u10d4\u10db\u10d3\u10d4\u10d2] dddd LT[-\u10d6\u10d4]",lastWeek:"[\u10ec\u10d8\u10dc\u10d0] dddd LT-\u10d6\u10d4",sameElse:"L"},relativeTime:{future:function(e){return e.replace(/(\u10ec\u10d0\u10db|\u10ec\u10e3\u10d7|\u10e1\u10d0\u10d0\u10d7|\u10ec\u10d4\u10da|\u10d3\u10e6|\u10d7\u10d5)(\u10d8|\u10d4)/,function(e,a,t){return"\u10d8"===t?a+"\u10e8\u10d8":a+t+"\u10e8\u10d8"})},past:function(e){return/(\u10ec\u10d0\u10db\u10d8|\u10ec\u10e3\u10d7\u10d8|\u10e1\u10d0\u10d0\u10d7\u10d8|\u10d3\u10e6\u10d4|\u10d7\u10d5\u10d4)/.test(e)?e.replace(/(\u10d8|\u10d4)$/,"\u10d8\u10e1 \u10ec\u10d8\u10dc"):/\u10ec\u10d4\u10da\u10d8/.test(e)?e.replace(/\u10ec\u10d4\u10da\u10d8$/,"\u10ec\u10da\u10d8\u10e1 \u10ec\u10d8\u10dc"):e},s:"\u10e0\u10d0\u10db\u10d3\u10d4\u10dc\u10d8\u10db\u10d4 \u10ec\u10d0\u10db\u10d8",ss:"%d \u10ec\u10d0\u10db\u10d8",m:"\u10ec\u10e3\u10d7\u10d8",mm:"%d \u10ec\u10e3\u10d7\u10d8",h:"\u10e1\u10d0\u10d0\u10d7\u10d8",hh:"%d \u10e1\u10d0\u10d0\u10d7\u10d8",d:"\u10d3\u10e6\u10d4",dd:"%d \u10d3\u10e6\u10d4",M:"\u10d7\u10d5\u10d4",MM:"%d \u10d7\u10d5\u10d4",y:"\u10ec\u10d4\u10da\u10d8",yy:"%d \u10ec\u10d4\u10da\u10d8"},dayOfMonthOrdinalParse:/0|1-\u10da\u10d8|\u10db\u10d4-\d{1,2}|\d{1,2}-\u10d4/,ordinal:function(e){return 0===e?e:1===e?e+"-\u10da\u10d8":e<20||e<=100&&e%20==0||e%100==0?"\u10db\u10d4-"+e:e+"-\u10d4"},week:{dow:1,doy:7}});var As={0:"-\u0448\u0456",1:"-\u0448\u0456",2:"-\u0448\u0456",3:"-\u0448\u0456",4:"-\u0448\u0456",5:"-\u0448\u0456",6:"-\u0448\u044b",7:"-\u0448\u0456",8:"-\u0448\u0456",9:"-\u0448\u044b",10:"-\u0448\u044b",20:"-\u0448\u044b",30:"-\u0448\u044b",40:"-\u0448\u044b",50:"-\u0448\u0456",60:"-\u0448\u044b",70:"-\u0448\u0456",80:"-\u0448\u0456",90:"-\u0448\u044b",100:"-\u0448\u0456"},Es=(M.defineLocale("kk",{months:"\u049b\u0430\u04a3\u0442\u0430\u0440_\u0430\u049b\u043f\u0430\u043d_\u043d\u0430\u0443\u0440\u044b\u0437_\u0441\u04d9\u0443\u0456\u0440_\u043c\u0430\u043c\u044b\u0440_\u043c\u0430\u0443\u0441\u044b\u043c_\u0448\u0456\u043b\u0434\u0435_\u0442\u0430\u043c\u044b\u0437_\u049b\u044b\u0440\u043a\u04af\u0439\u0435\u043a_\u049b\u0430\u0437\u0430\u043d_\u049b\u0430\u0440\u0430\u0448\u0430_\u0436\u0435\u043b\u0442\u043e\u049b\u0441\u0430\u043d".split("_"),monthsShort:"\u049b\u0430\u04a3_\u0430\u049b\u043f_\u043d\u0430\u0443_\u0441\u04d9\u0443_\u043c\u0430\u043c_\u043c\u0430\u0443_\u0448\u0456\u043b_\u0442\u0430\u043c_\u049b\u044b\u0440_\u049b\u0430\u0437_\u049b\u0430\u0440_\u0436\u0435\u043b".split("_"),weekdays:"\u0436\u0435\u043a\u0441\u0435\u043d\u0431\u0456_\u0434\u04af\u0439\u0441\u0435\u043d\u0431\u0456_\u0441\u0435\u0439\u0441\u0435\u043d\u0431\u0456_\u0441\u04d9\u0440\u0441\u0435\u043d\u0431\u0456_\u0431\u0435\u0439\u0441\u0435\u043d\u0431\u0456_\u0436\u04b1\u043c\u0430_\u0441\u0435\u043d\u0431\u0456".split("_"),weekdaysShort:"\u0436\u0435\u043a_\u0434\u04af\u0439_\u0441\u0435\u0439_\u0441\u04d9\u0440_\u0431\u0435\u0439_\u0436\u04b1\u043c_\u0441\u0435\u043d".split("_"),weekdaysMin:"\u0436\u043a_\u0434\u0439_\u0441\u0439_\u0441\u0440_\u0431\u0439_\u0436\u043c_\u0441\u043d".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[\u0411\u04af\u0433\u0456\u043d \u0441\u0430\u0493\u0430\u0442] LT",nextDay:"[\u0415\u0440\u0442\u0435\u04a3 \u0441\u0430\u0493\u0430\u0442] LT",nextWeek:"dddd [\u0441\u0430\u0493\u0430\u0442] LT",lastDay:"[\u041a\u0435\u0448\u0435 \u0441\u0430\u0493\u0430\u0442] LT",lastWeek:"[\u04e8\u0442\u043a\u0435\u043d \u0430\u043f\u0442\u0430\u043d\u044b\u04a3] dddd [\u0441\u0430\u0493\u0430\u0442] LT",sameElse:"L"},relativeTime:{future:"%s \u0456\u0448\u0456\u043d\u0434\u0435",past:"%s \u0431\u04b1\u0440\u044b\u043d",s:"\u0431\u0456\u0440\u043d\u0435\u0448\u0435 \u0441\u0435\u043a\u0443\u043d\u0434",ss:"%d \u0441\u0435\u043a\u0443\u043d\u0434",m:"\u0431\u0456\u0440 \u043c\u0438\u043d\u0443\u0442",mm:"%d \u043c\u0438\u043d\u0443\u0442",h:"\u0431\u0456\u0440 \u0441\u0430\u0493\u0430\u0442",hh:"%d \u0441\u0430\u0493\u0430\u0442",d:"\u0431\u0456\u0440 \u043a\u04af\u043d",dd:"%d \u043a\u04af\u043d",M:"\u0431\u0456\u0440 \u0430\u0439",MM:"%d \u0430\u0439",y:"\u0431\u0456\u0440 \u0436\u044b\u043b",yy:"%d \u0436\u044b\u043b"},dayOfMonthOrdinalParse:/\d{1,2}-(\u0448\u0456|\u0448\u044b)/,ordinal:function(e){return e+(As[e]||As[e%10]||As[100<=e?100:null])},week:{dow:1,doy:7}}),{1:"\u17e1",2:"\u17e2",3:"\u17e3",4:"\u17e4",5:"\u17e5",6:"\u17e6",7:"\u17e7",8:"\u17e8",9:"\u17e9",0:"\u17e0"}),Fs={"\u17e1":"1","\u17e2":"2","\u17e3":"3","\u17e4":"4","\u17e5":"5","\u17e6":"6","\u17e7":"7","\u17e8":"8","\u17e9":"9","\u17e0":"0"},zs=(M.defineLocale("km",{months:"\u1798\u1780\u179a\u17b6_\u1780\u17bb\u1798\u17d2\u1797\u17c8_\u1798\u17b8\u1793\u17b6_\u1798\u17c1\u179f\u17b6_\u17a7\u179f\u1797\u17b6_\u1798\u17b7\u1790\u17bb\u1793\u17b6_\u1780\u1780\u17d2\u1780\u178a\u17b6_\u179f\u17b8\u17a0\u17b6_\u1780\u1789\u17d2\u1789\u17b6_\u178f\u17bb\u179b\u17b6_\u179c\u17b7\u1785\u17d2\u1786\u17b7\u1780\u17b6_\u1792\u17d2\u1793\u17bc".split("_"),monthsShort:"\u1798\u1780\u179a\u17b6_\u1780\u17bb\u1798\u17d2\u1797\u17c8_\u1798\u17b8\u1793\u17b6_\u1798\u17c1\u179f\u17b6_\u17a7\u179f\u1797\u17b6_\u1798\u17b7\u1790\u17bb\u1793\u17b6_\u1780\u1780\u17d2\u1780\u178a\u17b6_\u179f\u17b8\u17a0\u17b6_\u1780\u1789\u17d2\u1789\u17b6_\u178f\u17bb\u179b\u17b6_\u179c\u17b7\u1785\u17d2\u1786\u17b7\u1780\u17b6_\u1792\u17d2\u1793\u17bc".split("_"),weekdays:"\u17a2\u17b6\u1791\u17b7\u178f\u17d2\u1799_\u1785\u17d0\u1793\u17d2\u1791_\u17a2\u1784\u17d2\u1782\u17b6\u179a_\u1796\u17bb\u1792_\u1796\u17d2\u179a\u17a0\u179f\u17d2\u1794\u178f\u17b7\u17cd_\u179f\u17bb\u1780\u17d2\u179a_\u179f\u17c5\u179a\u17cd".split("_"),weekdaysShort:"\u17a2\u17b6_\u1785_\u17a2_\u1796_\u1796\u17d2\u179a_\u179f\u17bb_\u179f".split("_"),weekdaysMin:"\u17a2\u17b6_\u1785_\u17a2_\u1796_\u1796\u17d2\u179a_\u179f\u17bb_\u179f".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},meridiemParse:/\u1796\u17d2\u179a\u17b9\u1780|\u179b\u17d2\u1784\u17b6\u1785/,isPM:function(e){return"\u179b\u17d2\u1784\u17b6\u1785"===e},meridiem:function(e,a,t){return e<12?"\u1796\u17d2\u179a\u17b9\u1780":"\u179b\u17d2\u1784\u17b6\u1785"},calendar:{sameDay:"[\u1790\u17d2\u1784\u17c3\u1793\u17c1\u17c7 \u1798\u17c9\u17c4\u1784] LT",nextDay:"[\u179f\u17d2\u17a2\u17c2\u1780 \u1798\u17c9\u17c4\u1784] LT",nextWeek:"dddd [\u1798\u17c9\u17c4\u1784] LT",lastDay:"[\u1798\u17d2\u179f\u17b7\u179b\u1798\u17b7\u1789 \u1798\u17c9\u17c4\u1784] LT",lastWeek:"dddd [\u179f\u1794\u17d2\u178f\u17b6\u17a0\u17cd\u1798\u17bb\u1793] [\u1798\u17c9\u17c4\u1784] LT",sameElse:"L"},relativeTime:{future:"%s\u1791\u17c0\u178f",past:"%s\u1798\u17bb\u1793",s:"\u1794\u17c9\u17bb\u1793\u17d2\u1798\u17b6\u1793\u179c\u17b7\u1793\u17b6\u1791\u17b8",ss:"%d \u179c\u17b7\u1793\u17b6\u1791\u17b8",m:"\u1798\u17bd\u1799\u1793\u17b6\u1791\u17b8",mm:"%d \u1793\u17b6\u1791\u17b8",h:"\u1798\u17bd\u1799\u1798\u17c9\u17c4\u1784",hh:"%d \u1798\u17c9\u17c4\u1784",d:"\u1798\u17bd\u1799\u1790\u17d2\u1784\u17c3",dd:"%d \u1790\u17d2\u1784\u17c3",M:"\u1798\u17bd\u1799\u1781\u17c2",MM:"%d \u1781\u17c2",y:"\u1798\u17bd\u1799\u1786\u17d2\u1793\u17b6\u17c6",yy:"%d \u1786\u17d2\u1793\u17b6\u17c6"},dayOfMonthOrdinalParse:/\u1791\u17b8\d{1,2}/,ordinal:"\u1791\u17b8%d",preparse:function(e){return e.replace(/[\u17e1\u17e2\u17e3\u17e4\u17e5\u17e6\u17e7\u17e8\u17e9\u17e0]/g,function(e){return Fs[e]})},postformat:function(e){return e.replace(/\d/g,function(e){return Es[e]})},week:{dow:1,doy:4}}),{1:"\u0ce7",2:"\u0ce8",3:"\u0ce9",4:"\u0cea",5:"\u0ceb",6:"\u0cec",7:"\u0ced",8:"\u0cee",9:"\u0cef",0:"\u0ce6"}),Ns={"\u0ce7":"1","\u0ce8":"2","\u0ce9":"3","\u0cea":"4","\u0ceb":"5","\u0cec":"6","\u0ced":"7","\u0cee":"8","\u0cef":"9","\u0ce6":"0"},Js=(M.defineLocale("kn",{months:"\u0c9c\u0ca8\u0cb5\u0cb0\u0cbf_\u0cab\u0cc6\u0cac\u0ccd\u0cb0\u0cb5\u0cb0\u0cbf_\u0cae\u0cbe\u0cb0\u0ccd\u0c9a\u0ccd_\u0c8f\u0caa\u0ccd\u0cb0\u0cbf\u0cb2\u0ccd_\u0cae\u0cc6\u0cd5_\u0c9c\u0cc2\u0ca8\u0ccd_\u0c9c\u0cc1\u0cb2\u0cc6\u0cd6_\u0c86\u0c97\u0cb8\u0ccd\u0c9f\u0ccd_\u0cb8\u0cc6\u0caa\u0ccd\u0c9f\u0cc6\u0c82\u0cac\u0cb0\u0ccd_\u0c85\u0c95\u0ccd\u0c9f\u0cc6\u0cc2\u0cd5\u0cac\u0cb0\u0ccd_\u0ca8\u0cb5\u0cc6\u0c82\u0cac\u0cb0\u0ccd_\u0ca1\u0cbf\u0cb8\u0cc6\u0c82\u0cac\u0cb0\u0ccd".split("_"),monthsShort:"\u0c9c\u0ca8_\u0cab\u0cc6\u0cac\u0ccd\u0cb0_\u0cae\u0cbe\u0cb0\u0ccd\u0c9a\u0ccd_\u0c8f\u0caa\u0ccd\u0cb0\u0cbf\u0cb2\u0ccd_\u0cae\u0cc6\u0cd5_\u0c9c\u0cc2\u0ca8\u0ccd_\u0c9c\u0cc1\u0cb2\u0cc6\u0cd6_\u0c86\u0c97\u0cb8\u0ccd\u0c9f\u0ccd_\u0cb8\u0cc6\u0caa\u0ccd\u0c9f\u0cc6\u0c82_\u0c85\u0c95\u0ccd\u0c9f\u0cc6\u0cc2\u0cd5_\u0ca8\u0cb5\u0cc6\u0c82_\u0ca1\u0cbf\u0cb8\u0cc6\u0c82".split("_"),monthsParseExact:!0,weekdays:"\u0cad\u0cbe\u0ca8\u0cc1\u0cb5\u0cbe\u0cb0_\u0cb8\u0cc6\u0cc2\u0cd5\u0cae\u0cb5\u0cbe\u0cb0_\u0cae\u0c82\u0c97\u0cb3\u0cb5\u0cbe\u0cb0_\u0cac\u0cc1\u0ca7\u0cb5\u0cbe\u0cb0_\u0c97\u0cc1\u0cb0\u0cc1\u0cb5\u0cbe\u0cb0_\u0cb6\u0cc1\u0c95\u0ccd\u0cb0\u0cb5\u0cbe\u0cb0_\u0cb6\u0ca8\u0cbf\u0cb5\u0cbe\u0cb0".split("_"),weekdaysShort:"\u0cad\u0cbe\u0ca8\u0cc1_\u0cb8\u0cc6\u0cc2\u0cd5\u0cae_\u0cae\u0c82\u0c97\u0cb3_\u0cac\u0cc1\u0ca7_\u0c97\u0cc1\u0cb0\u0cc1_\u0cb6\u0cc1\u0c95\u0ccd\u0cb0_\u0cb6\u0ca8\u0cbf".split("_"),weekdaysMin:"\u0cad\u0cbe_\u0cb8\u0cc6\u0cc2\u0cd5_\u0cae\u0c82_\u0cac\u0cc1_\u0c97\u0cc1_\u0cb6\u0cc1_\u0cb6".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm",LLLL:"dddd, D MMMM YYYY, A h:mm"},calendar:{sameDay:"[\u0c87\u0c82\u0ca6\u0cc1] LT",nextDay:"[\u0ca8\u0cbe\u0cb3\u0cc6] LT",nextWeek:"dddd, LT",lastDay:"[\u0ca8\u0cbf\u0ca8\u0ccd\u0ca8\u0cc6] LT",lastWeek:"[\u0c95\u0cc6\u0cc2\u0ca8\u0cc6\u0caf] dddd, LT",sameElse:"L"},relativeTime:{future:"%s \u0ca8\u0c82\u0ca4\u0cb0",past:"%s \u0cb9\u0cbf\u0c82\u0ca6\u0cc6",s:"\u0c95\u0cc6\u0cb2\u0cb5\u0cc1 \u0c95\u0ccd\u0cb7\u0ca3\u0c97\u0cb3\u0cc1",ss:"%d \u0cb8\u0cc6\u0c95\u0cc6\u0c82\u0ca1\u0cc1\u0c97\u0cb3\u0cc1",m:"\u0c92\u0c82\u0ca6\u0cc1 \u0ca8\u0cbf\u0cae\u0cbf\u0cb7",mm:"%d \u0ca8\u0cbf\u0cae\u0cbf\u0cb7",h:"\u0c92\u0c82\u0ca6\u0cc1 \u0c97\u0c82\u0c9f\u0cc6",hh:"%d \u0c97\u0c82\u0c9f\u0cc6",d:"\u0c92\u0c82\u0ca6\u0cc1 \u0ca6\u0cbf\u0ca8",dd:"%d \u0ca6\u0cbf\u0ca8",M:"\u0c92\u0c82\u0ca6\u0cc1 \u0ca4\u0cbf\u0c82\u0c97\u0cb3\u0cc1",MM:"%d \u0ca4\u0cbf\u0c82\u0c97\u0cb3\u0cc1",y:"\u0c92\u0c82\u0ca6\u0cc1 \u0cb5\u0cb0\u0ccd\u0cb7",yy:"%d \u0cb5\u0cb0\u0ccd\u0cb7"},preparse:function(e){return e.replace(/[\u0ce7\u0ce8\u0ce9\u0cea\u0ceb\u0cec\u0ced\u0cee\u0cef\u0ce6]/g,function(e){return Ns[e]})},postformat:function(e){return e.replace(/\d/g,function(e){return zs[e]})},meridiemParse:/\u0cb0\u0cbe\u0ca4\u0ccd\u0cb0\u0cbf|\u0cac\u0cc6\u0cb3\u0cbf\u0c97\u0ccd\u0c97\u0cc6|\u0cae\u0ca7\u0ccd\u0caf\u0cbe\u0cb9\u0ccd\u0ca8|\u0cb8\u0c82\u0c9c\u0cc6/,meridiemHour:function(e,a){return 12===e&&(e=0),"\u0cb0\u0cbe\u0ca4\u0ccd\u0cb0\u0cbf"===a?e<4?e:e+12:"\u0cac\u0cc6\u0cb3\u0cbf\u0c97\u0ccd\u0c97\u0cc6"===a?e:"\u0cae\u0ca7\u0ccd\u0caf\u0cbe\u0cb9\u0ccd\u0ca8"===a?10<=e?e:e+12:"\u0cb8\u0c82\u0c9c\u0cc6"===a?e+12:void 0},meridiem:function(e,a,t){return e<4?"\u0cb0\u0cbe\u0ca4\u0ccd\u0cb0\u0cbf":e<10?"\u0cac\u0cc6\u0cb3\u0cbf\u0c97\u0ccd\u0c97\u0cc6":e<17?"\u0cae\u0ca7\u0ccd\u0caf\u0cbe\u0cb9\u0ccd\u0ca8":e<20?"\u0cb8\u0c82\u0c9c\u0cc6":"\u0cb0\u0cbe\u0ca4\u0ccd\u0cb0\u0cbf"},dayOfMonthOrdinalParse:/\d{1,2}(\u0ca8\u0cc6\u0cd5)/,ordinal:function(e){return e+"\u0ca8\u0cc6\u0cd5"},week:{dow:0,doy:6}}),M.defineLocale("ko",{months:"1\uc6d4_2\uc6d4_3\uc6d4_4\uc6d4_5\uc6d4_6\uc6d4_7\uc6d4_8\uc6d4_9\uc6d4_10\uc6d4_11\uc6d4_12\uc6d4".split("_"),monthsShort:"1\uc6d4_2\uc6d4_3\uc6d4_4\uc6d4_5\uc6d4_6\uc6d4_7\uc6d4_8\uc6d4_9\uc6d4_10\uc6d4_11\uc6d4_12\uc6d4".split("_"),weekdays:"\uc77c\uc694\uc77c_\uc6d4\uc694\uc77c_\ud654\uc694\uc77c_\uc218\uc694\uc77c_\ubaa9\uc694\uc77c_\uae08\uc694\uc77c_\ud1a0\uc694\uc77c".split("_"),weekdaysShort:"\uc77c_\uc6d4_\ud654_\uc218_\ubaa9_\uae08_\ud1a0".split("_"),weekdaysMin:"\uc77c_\uc6d4_\ud654_\uc218_\ubaa9_\uae08_\ud1a0".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"YYYY.MM.DD.",LL:"YYYY\ub144 MMMM D\uc77c",LLL:"YYYY\ub144 MMMM D\uc77c A h:mm",LLLL:"YYYY\ub144 MMMM D\uc77c dddd A h:mm",l:"YYYY.MM.DD.",ll:"YYYY\ub144 MMMM D\uc77c",lll:"YYYY\ub144 MMMM D\uc77c A h:mm",llll:"YYYY\ub144 MMMM D\uc77c dddd A h:mm"},calendar:{sameDay:"\uc624\ub298 LT",nextDay:"\ub0b4\uc77c LT",nextWeek:"dddd LT",lastDay:"\uc5b4\uc81c LT",lastWeek:"\uc9c0\ub09c\uc8fc dddd LT",sameElse:"L"},relativeTime:{future:"%s \ud6c4",past:"%s \uc804",s:"\uba87 \ucd08",ss:"%d\ucd08",m:"1\ubd84",mm:"%d\ubd84",h:"\ud55c \uc2dc\uac04",hh:"%d\uc2dc\uac04",d:"\ud558\ub8e8",dd:"%d\uc77c",M:"\ud55c \ub2ec",MM:"%d\ub2ec",y:"\uc77c \ub144",yy:"%d\ub144"},dayOfMonthOrdinalParse:/\d{1,2}(\uc77c|\uc6d4|\uc8fc)/,ordinal:function(e,a){switch(a){case"d":case"D":case"DDD":return e+"\uc77c";case"M":return e+"\uc6d4";case"w":case"W":return e+"\uc8fc";default:return e}},meridiemParse:/\uc624\uc804|\uc624\ud6c4/,isPM:function(e){return"\uc624\ud6c4"===e},meridiem:function(e,a,t){return e<12?"\uc624\uc804":"\uc624\ud6c4"}}),{1:"\u0661",2:"\u0662",3:"\u0663",4:"\u0664",5:"\u0665",6:"\u0666",7:"\u0667",8:"\u0668",9:"\u0669",0:"\u0660"}),Rs={"\u0661":"1","\u0662":"2","\u0663":"3","\u0664":"4","\u0665":"5","\u0666":"6","\u0667":"7","\u0668":"8","\u0669":"9","\u0660":"0"},ta=["\u06a9\u0627\u0646\u0648\u0646\u06cc \u062f\u0648\u0648\u06d5\u0645","\u0634\u0648\u0628\u0627\u062a","\u0626\u0627\u0632\u0627\u0631","\u0646\u06cc\u0633\u0627\u0646","\u0626\u0627\u06cc\u0627\u0631","\u062d\u0648\u0632\u06d5\u06cc\u0631\u0627\u0646","\u062a\u06d5\u0645\u0645\u0648\u0632","\u0626\u0627\u0628","\u0626\u06d5\u06cc\u0644\u0648\u0648\u0644","\u062a\u0634\u0631\u06cc\u0646\u06cc \u06cc\u06d5\u0643\u06d5\u0645","\u062a\u0634\u0631\u06cc\u0646\u06cc \u062f\u0648\u0648\u06d5\u0645","\u0643\u0627\u0646\u0648\u0646\u06cc \u06cc\u06d5\u06a9\u06d5\u0645"],Cs=(M.defineLocale("ku",{months:ta,monthsShort:ta,weekdays:"\u06cc\u0647\u200c\u0643\u0634\u0647\u200c\u0645\u0645\u0647\u200c_\u062f\u0648\u0648\u0634\u0647\u200c\u0645\u0645\u0647\u200c_\u0633\u06ce\u0634\u0647\u200c\u0645\u0645\u0647\u200c_\u0686\u0648\u0627\u0631\u0634\u0647\u200c\u0645\u0645\u0647\u200c_\u067e\u06ce\u0646\u062c\u0634\u0647\u200c\u0645\u0645\u0647\u200c_\u0647\u0647\u200c\u06cc\u0646\u06cc_\u0634\u0647\u200c\u0645\u0645\u0647\u200c".split("_"),weekdaysShort:"\u06cc\u0647\u200c\u0643\u0634\u0647\u200c\u0645_\u062f\u0648\u0648\u0634\u0647\u200c\u0645_\u0633\u06ce\u0634\u0647\u200c\u0645_\u0686\u0648\u0627\u0631\u0634\u0647\u200c\u0645_\u067e\u06ce\u0646\u062c\u0634\u0647\u200c\u0645_\u0647\u0647\u200c\u06cc\u0646\u06cc_\u0634\u0647\u200c\u0645\u0645\u0647\u200c".split("_"),weekdaysMin:"\u06cc_\u062f_\u0633_\u0686_\u067e_\u0647_\u0634".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},meridiemParse:/\u0626\u06ce\u0648\u0627\u0631\u0647\u200c|\u0628\u0647\u200c\u06cc\u0627\u0646\u06cc/,isPM:function(e){return/\u0626\u06ce\u0648\u0627\u0631\u0647\u200c/.test(e)},meridiem:function(e,a,t){return e<12?"\u0628\u0647\u200c\u06cc\u0627\u0646\u06cc":"\u0626\u06ce\u0648\u0627\u0631\u0647\u200c"},calendar:{sameDay:"[\u0626\u0647\u200c\u0645\u0631\u06c6 \u0643\u0627\u062a\u0698\u0645\u06ce\u0631] LT",nextDay:"[\u0628\u0647\u200c\u06cc\u0627\u0646\u06cc \u0643\u0627\u062a\u0698\u0645\u06ce\u0631] LT",nextWeek:"dddd [\u0643\u0627\u062a\u0698\u0645\u06ce\u0631] LT",lastDay:"[\u062f\u0648\u06ce\u0646\u06ce \u0643\u0627\u062a\u0698\u0645\u06ce\u0631] LT",lastWeek:"dddd [\u0643\u0627\u062a\u0698\u0645\u06ce\u0631] LT",sameElse:"L"},relativeTime:{future:"\u0644\u0647\u200c %s",past:"%s",s:"\u0686\u0647\u200c\u0646\u062f \u0686\u0631\u0643\u0647\u200c\u06cc\u0647\u200c\u0643",ss:"\u0686\u0631\u0643\u0647\u200c %d",m:"\u06cc\u0647\u200c\u0643 \u062e\u0648\u0644\u0647\u200c\u0643",mm:"%d \u062e\u0648\u0644\u0647\u200c\u0643",h:"\u06cc\u0647\u200c\u0643 \u0643\u0627\u062a\u0698\u0645\u06ce\u0631",hh:"%d \u0643\u0627\u062a\u0698\u0645\u06ce\u0631",d:"\u06cc\u0647\u200c\u0643 \u0695\u06c6\u0698",dd:"%d \u0695\u06c6\u0698",M:"\u06cc\u0647\u200c\u0643 \u0645\u0627\u0646\u06af",MM:"%d \u0645\u0627\u0646\u06af",y:"\u06cc\u0647\u200c\u0643 \u0633\u0627\u06b5",yy:"%d \u0633\u0627\u06b5"},preparse:function(e){return e.replace(/[\u0661\u0662\u0663\u0664\u0665\u0666\u0667\u0668\u0669\u0660]/g,function(e){return Rs[e]}).replace(/\u060c/g,",")},postformat:function(e){return e.replace(/\d/g,function(e){return Js[e]}).replace(/,/g,"\u060c")},week:{dow:6,doy:12}}),{0:"-\u0447\u04af",1:"-\u0447\u0438",2:"-\u0447\u0438",3:"-\u0447\u04af",4:"-\u0447\u04af",5:"-\u0447\u0438",6:"-\u0447\u044b",7:"-\u0447\u0438",8:"-\u0447\u0438",9:"-\u0447\u0443",10:"-\u0447\u0443",20:"-\u0447\u044b",30:"-\u0447\u0443",40:"-\u0447\u044b",50:"-\u0447\u04af",60:"-\u0447\u044b",70:"-\u0447\u0438",80:"-\u0447\u0438",90:"-\u0447\u0443",100:"-\u0447\u04af"});function Is(e,a,t,s){var n={m:["eng Minutt","enger Minutt"],h:["eng Stonn","enger Stonn"],d:["een Dag","engem Dag"],M:["ee Mount","engem Mount"],y:["ee Joer","engem Joer"]};return a?n[t][0]:n[t][1]}function Us(e){if(e=parseInt(e,10),isNaN(e))return!1;if(e<0)return!0;if(e<10)return 4<=e&&e<=7;var a;if(e<100)return Us(0==(a=e%10)?e/10:a);if(e<1e4){for(;10<=e;)e/=10;return Us(e)}return Us(e/=1e3)}M.defineLocale("ky",{months:"\u044f\u043d\u0432\u0430\u0440\u044c_\u0444\u0435\u0432\u0440\u0430\u043b\u044c_\u043c\u0430\u0440\u0442_\u0430\u043f\u0440\u0435\u043b\u044c_\u043c\u0430\u0439_\u0438\u044e\u043d\u044c_\u0438\u044e\u043b\u044c_\u0430\u0432\u0433\u0443\u0441\u0442_\u0441\u0435\u043d\u0442\u044f\u0431\u0440\u044c_\u043e\u043a\u0442\u044f\u0431\u0440\u044c_\u043d\u043e\u044f\u0431\u0440\u044c_\u0434\u0435\u043a\u0430\u0431\u0440\u044c".split("_"),monthsShort:"\u044f\u043d\u0432_\u0444\u0435\u0432_\u043c\u0430\u0440\u0442_\u0430\u043f\u0440_\u043c\u0430\u0439_\u0438\u044e\u043d\u044c_\u0438\u044e\u043b\u044c_\u0430\u0432\u0433_\u0441\u0435\u043d_\u043e\u043a\u0442_\u043d\u043e\u044f_\u0434\u0435\u043a".split("_"),weekdays:"\u0416\u0435\u043a\u0448\u0435\u043c\u0431\u0438_\u0414\u04af\u0439\u0448\u04e9\u043c\u0431\u04af_\u0428\u0435\u0439\u0448\u0435\u043c\u0431\u0438_\u0428\u0430\u0440\u0448\u0435\u043c\u0431\u0438_\u0411\u0435\u0439\u0448\u0435\u043c\u0431\u0438_\u0416\u0443\u043c\u0430_\u0418\u0448\u0435\u043c\u0431\u0438".split("_"),weekdaysShort:"\u0416\u0435\u043a_\u0414\u04af\u0439_\u0428\u0435\u0439_\u0428\u0430\u0440_\u0411\u0435\u0439_\u0416\u0443\u043c_\u0418\u0448\u0435".split("_"),weekdaysMin:"\u0416\u043a_\u0414\u0439_\u0428\u0439_\u0428\u0440_\u0411\u0439_\u0416\u043c_\u0418\u0448".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[\u0411\u04af\u0433\u04af\u043d \u0441\u0430\u0430\u0442] LT",nextDay:"[\u042d\u0440\u0442\u0435\u04a3 \u0441\u0430\u0430\u0442] LT",nextWeek:"dddd [\u0441\u0430\u0430\u0442] LT",lastDay:"[\u041a\u0435\u0447\u044d\u044d \u0441\u0430\u0430\u0442] LT",lastWeek:"[\u04e8\u0442\u043a\u04e9\u043d \u0430\u043f\u0442\u0430\u043d\u044b\u043d] dddd [\u043a\u04af\u043d\u04af] [\u0441\u0430\u0430\u0442] LT",sameElse:"L"},relativeTime:{future:"%s \u0438\u0447\u0438\u043d\u0434\u0435",past:"%s \u043c\u0443\u0440\u0443\u043d",s:"\u0431\u0438\u0440\u043d\u0435\u0447\u0435 \u0441\u0435\u043a\u0443\u043d\u0434",ss:"%d \u0441\u0435\u043a\u0443\u043d\u0434",m:"\u0431\u0438\u0440 \u043c\u04af\u043d\u04e9\u0442",mm:"%d \u043c\u04af\u043d\u04e9\u0442",h:"\u0431\u0438\u0440 \u0441\u0430\u0430\u0442",hh:"%d \u0441\u0430\u0430\u0442",d:"\u0431\u0438\u0440 \u043a\u04af\u043d",dd:"%d \u043a\u04af\u043d",M:"\u0431\u0438\u0440 \u0430\u0439",MM:"%d \u0430\u0439",y:"\u0431\u0438\u0440 \u0436\u044b\u043b",yy:"%d \u0436\u044b\u043b"},dayOfMonthOrdinalParse:/\d{1,2}-(\u0447\u0438|\u0447\u044b|\u0447\u04af|\u0447\u0443)/,ordinal:function(e){return e+(Cs[e]||Cs[e%10]||Cs[100<=e?100:null])},week:{dow:1,doy:7}}),M.defineLocale("lb",{months:"Januar_Februar_M\xe4erz_Abr\xebll_Mee_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Febr._Mrz._Abr._Mee_Jun._Jul._Aug._Sept._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonndeg_M\xe9indeg_D\xebnschdeg_M\xebttwoch_Donneschdeg_Freideg_Samschdeg".split("_"),weekdaysShort:"So._M\xe9._D\xeb._M\xeb._Do._Fr._Sa.".split("_"),weekdaysMin:"So_M\xe9_D\xeb_M\xeb_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm [Auer]",LTS:"H:mm:ss [Auer]",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm [Auer]",LLLL:"dddd, D. MMMM YYYY H:mm [Auer]"},calendar:{sameDay:"[Haut um] LT",sameElse:"L",nextDay:"[Muer um] LT",nextWeek:"dddd [um] LT",lastDay:"[G\xebschter um] LT",lastWeek:function(){switch(this.day()){case 2:case 4:return"[Leschten] dddd [um] LT";default:return"[Leschte] dddd [um] LT"}}},relativeTime:{future:function(e){return Us(e.substr(0,e.indexOf(" ")))?"a "+e:"an "+e},past:function(e){return Us(e.substr(0,e.indexOf(" ")))?"viru "+e:"virun "+e},s:"e puer Sekonnen",ss:"%d Sekonnen",m:Is,mm:"%d Minutten",h:Is,hh:"%d Stonnen",d:Is,dd:"%d Deeg",M:Is,MM:"%d M\xe9int",y:Is,yy:"%d Joer"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}}),M.defineLocale("lo",{months:"\u0ea1\u0eb1\u0e87\u0e81\u0ead\u0e99_\u0e81\u0eb8\u0ea1\u0e9e\u0eb2_\u0ea1\u0eb5\u0e99\u0eb2_\u0ec0\u0ea1\u0eaa\u0eb2_\u0e9e\u0eb6\u0e94\u0eaa\u0eb0\u0e9e\u0eb2_\u0ea1\u0eb4\u0e96\u0eb8\u0e99\u0eb2_\u0e81\u0ecd\u0ea5\u0eb0\u0e81\u0ebb\u0e94_\u0eaa\u0eb4\u0e87\u0eab\u0eb2_\u0e81\u0eb1\u0e99\u0e8d\u0eb2_\u0e95\u0eb8\u0ea5\u0eb2_\u0e9e\u0eb0\u0e88\u0eb4\u0e81_\u0e97\u0eb1\u0e99\u0ea7\u0eb2".split("_"),monthsShort:"\u0ea1\u0eb1\u0e87\u0e81\u0ead\u0e99_\u0e81\u0eb8\u0ea1\u0e9e\u0eb2_\u0ea1\u0eb5\u0e99\u0eb2_\u0ec0\u0ea1\u0eaa\u0eb2_\u0e9e\u0eb6\u0e94\u0eaa\u0eb0\u0e9e\u0eb2_\u0ea1\u0eb4\u0e96\u0eb8\u0e99\u0eb2_\u0e81\u0ecd\u0ea5\u0eb0\u0e81\u0ebb\u0e94_\u0eaa\u0eb4\u0e87\u0eab\u0eb2_\u0e81\u0eb1\u0e99\u0e8d\u0eb2_\u0e95\u0eb8\u0ea5\u0eb2_\u0e9e\u0eb0\u0e88\u0eb4\u0e81_\u0e97\u0eb1\u0e99\u0ea7\u0eb2".split("_"),weekdays:"\u0ead\u0eb2\u0e97\u0eb4\u0e94_\u0e88\u0eb1\u0e99_\u0ead\u0eb1\u0e87\u0e84\u0eb2\u0e99_\u0e9e\u0eb8\u0e94_\u0e9e\u0eb0\u0eab\u0eb1\u0e94_\u0eaa\u0eb8\u0e81_\u0ec0\u0eaa\u0ebb\u0eb2".split("_"),weekdaysShort:"\u0e97\u0eb4\u0e94_\u0e88\u0eb1\u0e99_\u0ead\u0eb1\u0e87\u0e84\u0eb2\u0e99_\u0e9e\u0eb8\u0e94_\u0e9e\u0eb0\u0eab\u0eb1\u0e94_\u0eaa\u0eb8\u0e81_\u0ec0\u0eaa\u0ebb\u0eb2".split("_"),weekdaysMin:"\u0e97_\u0e88_\u0ead\u0e84_\u0e9e_\u0e9e\u0eab_\u0eaa\u0e81_\u0eaa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"\u0ea7\u0eb1\u0e99dddd D MMMM YYYY HH:mm"},meridiemParse:/\u0e95\u0ead\u0e99\u0ec0\u0e8a\u0ebb\u0ec9\u0eb2|\u0e95\u0ead\u0e99\u0ec1\u0ea5\u0e87/,isPM:function(e){return"\u0e95\u0ead\u0e99\u0ec1\u0ea5\u0e87"===e},meridiem:function(e,a,t){return e<12?"\u0e95\u0ead\u0e99\u0ec0\u0e8a\u0ebb\u0ec9\u0eb2":"\u0e95\u0ead\u0e99\u0ec1\u0ea5\u0e87"},calendar:{sameDay:"[\u0ea1\u0eb7\u0ec9\u0e99\u0eb5\u0ec9\u0ec0\u0ea7\u0ea5\u0eb2] LT",nextDay:"[\u0ea1\u0eb7\u0ec9\u0ead\u0eb7\u0ec8\u0e99\u0ec0\u0ea7\u0ea5\u0eb2] LT",nextWeek:"[\u0ea7\u0eb1\u0e99]dddd[\u0edc\u0ec9\u0eb2\u0ec0\u0ea7\u0ea5\u0eb2] LT",lastDay:"[\u0ea1\u0eb7\u0ec9\u0ea7\u0eb2\u0e99\u0e99\u0eb5\u0ec9\u0ec0\u0ea7\u0ea5\u0eb2] LT",lastWeek:"[\u0ea7\u0eb1\u0e99]dddd[\u0ec1\u0ea5\u0ec9\u0ea7\u0e99\u0eb5\u0ec9\u0ec0\u0ea7\u0ea5\u0eb2] LT",sameElse:"L"},relativeTime:{future:"\u0ead\u0eb5\u0e81 %s",past:"%s\u0e9c\u0ec8\u0eb2\u0e99\u0ea1\u0eb2",s:"\u0e9a\u0ecd\u0ec8\u0ec0\u0e97\u0ebb\u0ec8\u0eb2\u0ec3\u0e94\u0ea7\u0eb4\u0e99\u0eb2\u0e97\u0eb5",ss:"%d \u0ea7\u0eb4\u0e99\u0eb2\u0e97\u0eb5",m:"1 \u0e99\u0eb2\u0e97\u0eb5",mm:"%d \u0e99\u0eb2\u0e97\u0eb5",h:"1 \u0e8a\u0ebb\u0ec8\u0ea7\u0ec2\u0ea1\u0e87",hh:"%d \u0e8a\u0ebb\u0ec8\u0ea7\u0ec2\u0ea1\u0e87",d:"1 \u0ea1\u0eb7\u0ec9",dd:"%d \u0ea1\u0eb7\u0ec9",M:"1 \u0ec0\u0e94\u0eb7\u0ead\u0e99",MM:"%d \u0ec0\u0e94\u0eb7\u0ead\u0e99",y:"1 \u0e9b\u0eb5",yy:"%d \u0e9b\u0eb5"},dayOfMonthOrdinalParse:/(\u0e97\u0eb5\u0ec8)\d{1,2}/,ordinal:function(e){return"\u0e97\u0eb5\u0ec8"+e}});var Gs={ss:"sekund\u0117_sekund\u017ei\u0173_sekundes",m:"minut\u0117_minut\u0117s_minut\u0119",mm:"minut\u0117s_minu\u010di\u0173_minutes",h:"valanda_valandos_valand\u0105",hh:"valandos_valand\u0173_valandas",d:"diena_dienos_dien\u0105",dd:"dienos_dien\u0173_dienas",M:"m\u0117nuo_m\u0117nesio_m\u0117nes\u012f",MM:"m\u0117nesiai_m\u0117nesi\u0173_m\u0117nesius",y:"metai_met\u0173_metus",yy:"metai_met\u0173_metus"};function Vs(e,a,t,s){return a?Ks(t)[0]:s?Ks(t)[1]:Ks(t)[2]}function Bs(e){return e%10==0||10<e&&e<20}function Ks(e){return Gs[e].split("_")}function qs(e,a,t,s){var n=e+" ";return 1===e?n+Vs(0,a,t[0],s):a?n+(Bs(e)?Ks(t)[1]:Ks(t)[0]):s?n+Ks(t)[1]:n+(Bs(e)?Ks(t)[1]:Ks(t)[2])}M.defineLocale("lt",{months:{format:"sausio_vasario_kovo_baland\u017eio_gegu\u017e\u0117s_bir\u017eelio_liepos_rugpj\u016b\u010dio_rugs\u0117jo_spalio_lapkri\u010dio_gruod\u017eio".split("_"),standalone:"sausis_vasaris_kovas_balandis_gegu\u017e\u0117_bir\u017eelis_liepa_rugpj\u016btis_rugs\u0117jis_spalis_lapkritis_gruodis".split("_"),isFormat:/D[oD]?(\[[^\[\]]*\]|\s)+MMMM?|MMMM?(\[[^\[\]]*\]|\s)+D[oD]?/},monthsShort:"sau_vas_kov_bal_geg_bir_lie_rgp_rgs_spa_lap_grd".split("_"),weekdays:{format:"sekmadien\u012f_pirmadien\u012f_antradien\u012f_tre\u010diadien\u012f_ketvirtadien\u012f_penktadien\u012f_\u0161e\u0161tadien\u012f".split("_"),standalone:"sekmadienis_pirmadienis_antradienis_tre\u010diadienis_ketvirtadienis_penktadienis_\u0161e\u0161tadienis".split("_"),isFormat:/dddd HH:mm/},weekdaysShort:"Sek_Pir_Ant_Tre_Ket_Pen_\u0160e\u0161".split("_"),weekdaysMin:"S_P_A_T_K_Pn_\u0160".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY [m.] MMMM D [d.]",LLL:"YYYY [m.] MMMM D [d.], HH:mm [val.]",LLLL:"YYYY [m.] MMMM D [d.], dddd, HH:mm [val.]",l:"YYYY-MM-DD",ll:"YYYY [m.] MMMM D [d.]",lll:"YYYY [m.] MMMM D [d.], HH:mm [val.]",llll:"YYYY [m.] MMMM D [d.], ddd, HH:mm [val.]"},calendar:{sameDay:"[\u0160iandien] LT",nextDay:"[Rytoj] LT",nextWeek:"dddd LT",lastDay:"[Vakar] LT",lastWeek:"[Pra\u0117jus\u012f] dddd LT",sameElse:"L"},relativeTime:{future:"po %s",past:"prie\u0161 %s",s:function(e,a,t,s){return a?"kelios sekund\u0117s":s?"keli\u0173 sekund\u017ei\u0173":"kelias sekundes"},ss:qs,m:Vs,mm:qs,h:Vs,hh:qs,d:Vs,dd:qs,M:Vs,MM:qs,y:Vs,yy:qs},dayOfMonthOrdinalParse:/\d{1,2}-oji/,ordinal:function(e){return e+"-oji"},week:{dow:1,doy:4}});var Zs={ss:"sekundes_sekund\u0113m_sekunde_sekundes".split("_"),m:"min\u016btes_min\u016bt\u0113m_min\u016bte_min\u016btes".split("_"),mm:"min\u016btes_min\u016bt\u0113m_min\u016bte_min\u016btes".split("_"),h:"stundas_stund\u0101m_stunda_stundas".split("_"),hh:"stundas_stund\u0101m_stunda_stundas".split("_"),d:"dienas_dien\u0101m_diena_dienas".split("_"),dd:"dienas_dien\u0101m_diena_dienas".split("_"),M:"m\u0113ne\u0161a_m\u0113ne\u0161iem_m\u0113nesis_m\u0113ne\u0161i".split("_"),MM:"m\u0113ne\u0161a_m\u0113ne\u0161iem_m\u0113nesis_m\u0113ne\u0161i".split("_"),y:"gada_gadiem_gads_gadi".split("_"),yy:"gada_gadiem_gads_gadi".split("_")};function $s(e,a,t){return t?a%10==1&&a%100!=11?e[2]:e[3]:a%10==1&&a%100!=11?e[0]:e[1]}function Qs(e,a,t){return e+" "+$s(Zs[t],e,a)}function Xs(e,a,t){return $s(Zs[t],e,a)}M.defineLocale("lv",{months:"janv\u0101ris_febru\u0101ris_marts_apr\u012blis_maijs_j\u016bnijs_j\u016blijs_augusts_septembris_oktobris_novembris_decembris".split("_"),monthsShort:"jan_feb_mar_apr_mai_j\u016bn_j\u016bl_aug_sep_okt_nov_dec".split("_"),weekdays:"sv\u0113tdiena_pirmdiena_otrdiena_tre\u0161diena_ceturtdiena_piektdiena_sestdiena".split("_"),weekdaysShort:"Sv_P_O_T_C_Pk_S".split("_"),weekdaysMin:"Sv_P_O_T_C_Pk_S".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY.",LL:"YYYY. [gada] D. MMMM",LLL:"YYYY. [gada] D. MMMM, HH:mm",LLLL:"YYYY. [gada] D. MMMM, dddd, HH:mm"},calendar:{sameDay:"[\u0160odien pulksten] LT",nextDay:"[R\u012bt pulksten] LT",nextWeek:"dddd [pulksten] LT",lastDay:"[Vakar pulksten] LT",lastWeek:"[Pag\u0101ju\u0161\u0101] dddd [pulksten] LT",sameElse:"L"},relativeTime:{future:"p\u0113c %s",past:"pirms %s",s:function(e,a){return a?"da\u017eas sekundes":"da\u017e\u0101m sekund\u0113m"},ss:Qs,m:Xs,mm:Qs,h:Xs,hh:Qs,d:Xs,dd:Qs,M:Xs,MM:Qs,y:Xs,yy:Qs},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});var en={words:{ss:["sekund","sekunda","sekundi"],m:["jedan minut","jednog minuta"],mm:["minut","minuta","minuta"],h:["jedan sat","jednog sata"],hh:["sat","sata","sati"],dd:["dan","dana","dana"],MM:["mjesec","mjeseca","mjeseci"],yy:["godina","godine","godina"]},correctGrammaticalCase:function(e,a){return 1===e?a[0]:2<=e&&e<=4?a[1]:a[2]},translate:function(e,a,t){var s=en.words[t];return 1===t.length?a?s[0]:s[1]:e+" "+en.correctGrammaticalCase(e,s)}};function an(e,a,t,s){switch(t){case"s":return a?"\u0445\u044d\u0434\u0445\u044d\u043d \u0441\u0435\u043a\u0443\u043d\u0434":"\u0445\u044d\u0434\u0445\u044d\u043d \u0441\u0435\u043a\u0443\u043d\u0434\u044b\u043d";case"ss":return e+(a?" \u0441\u0435\u043a\u0443\u043d\u0434":" \u0441\u0435\u043a\u0443\u043d\u0434\u044b\u043d");case"m":case"mm":return e+(a?" \u043c\u0438\u043d\u0443\u0442":" \u043c\u0438\u043d\u0443\u0442\u044b\u043d");case"h":case"hh":return e+(a?" \u0446\u0430\u0433":" \u0446\u0430\u0433\u0438\u0439\u043d");case"d":case"dd":return e+(a?" \u04e9\u0434\u04e9\u0440":" \u04e9\u0434\u0440\u0438\u0439\u043d");case"M":case"MM":return e+(a?" \u0441\u0430\u0440":" \u0441\u0430\u0440\u044b\u043d");case"y":case"yy":return e+(a?" \u0436\u0438\u043b":" \u0436\u0438\u043b\u0438\u0439\u043d");default:return e}}M.defineLocale("me",{months:"januar_februar_mart_april_maj_jun_jul_avgust_septembar_oktobar_novembar_decembar".split("_"),monthsShort:"jan._feb._mar._apr._maj_jun_jul_avg._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedjelja_ponedjeljak_utorak_srijeda_\u010detvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._\u010det._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_\u010de_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sjutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[ju\u010de u] LT",lastWeek:function(){return["[pro\u0161le] [nedjelje] [u] LT","[pro\u0161log] [ponedjeljka] [u] LT","[pro\u0161log] [utorka] [u] LT","[pro\u0161le] [srijede] [u] LT","[pro\u0161log] [\u010detvrtka] [u] LT","[pro\u0161log] [petka] [u] LT","[pro\u0161le] [subote] [u] LT"][this.day()]},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"nekoliko sekundi",ss:en.translate,m:en.translate,mm:en.translate,h:en.translate,hh:en.translate,d:"dan",dd:en.translate,M:"mjesec",MM:en.translate,y:"godinu",yy:en.translate},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}}),M.defineLocale("mi",{months:"Kohi-t\u0101te_Hui-tanguru_Pout\u016b-te-rangi_Paenga-wh\u0101wh\u0101_Haratua_Pipiri_H\u014dngoingoi_Here-turi-k\u014dk\u0101_Mahuru_Whiringa-\u0101-nuku_Whiringa-\u0101-rangi_Hakihea".split("_"),monthsShort:"Kohi_Hui_Pou_Pae_Hara_Pipi_H\u014dngoi_Here_Mahu_Whi-nu_Whi-ra_Haki".split("_"),monthsRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,monthsStrictRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,monthsShortRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,monthsShortStrictRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,2}/i,weekdays:"R\u0101tapu_Mane_T\u016brei_Wenerei_T\u0101ite_Paraire_H\u0101tarei".split("_"),weekdaysShort:"Ta_Ma_T\u016b_We_T\u0101i_Pa_H\u0101".split("_"),weekdaysMin:"Ta_Ma_T\u016b_We_T\u0101i_Pa_H\u0101".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [i] HH:mm",LLLL:"dddd, D MMMM YYYY [i] HH:mm"},calendar:{sameDay:"[i teie mahana, i] LT",nextDay:"[apopo i] LT",nextWeek:"dddd [i] LT",lastDay:"[inanahi i] LT",lastWeek:"dddd [whakamutunga i] LT",sameElse:"L"},relativeTime:{future:"i roto i %s",past:"%s i mua",s:"te h\u0113kona ruarua",ss:"%d h\u0113kona",m:"he meneti",mm:"%d meneti",h:"te haora",hh:"%d haora",d:"he ra",dd:"%d ra",M:"he marama",MM:"%d marama",y:"he tau",yy:"%d tau"},dayOfMonthOrdinalParse:/\d{1,2}\xba/,ordinal:"%d\xba",week:{dow:1,doy:4}}),M.defineLocale("mk",{months:"\u0458\u0430\u043d\u0443\u0430\u0440\u0438_\u0444\u0435\u0432\u0440\u0443\u0430\u0440\u0438_\u043c\u0430\u0440\u0442_\u0430\u043f\u0440\u0438\u043b_\u043c\u0430\u0458_\u0458\u0443\u043d\u0438_\u0458\u0443\u043b\u0438_\u0430\u0432\u0433\u0443\u0441\u0442_\u0441\u0435\u043f\u0442\u0435\u043c\u0432\u0440\u0438_\u043e\u043a\u0442\u043e\u043c\u0432\u0440\u0438_\u043d\u043e\u0435\u043c\u0432\u0440\u0438_\u0434\u0435\u043a\u0435\u043c\u0432\u0440\u0438".split("_"),monthsShort:"\u0458\u0430\u043d_\u0444\u0435\u0432_\u043c\u0430\u0440_\u0430\u043f\u0440_\u043c\u0430\u0458_\u0458\u0443\u043d_\u0458\u0443\u043b_\u0430\u0432\u0433_\u0441\u0435\u043f_\u043e\u043a\u0442_\u043d\u043e\u0435_\u0434\u0435\u043a".split("_"),weekdays:"\u043d\u0435\u0434\u0435\u043b\u0430_\u043f\u043e\u043d\u0435\u0434\u0435\u043b\u043d\u0438\u043a_\u0432\u0442\u043e\u0440\u043d\u0438\u043a_\u0441\u0440\u0435\u0434\u0430_\u0447\u0435\u0442\u0432\u0440\u0442\u043e\u043a_\u043f\u0435\u0442\u043e\u043a_\u0441\u0430\u0431\u043e\u0442\u0430".split("_"),weekdaysShort:"\u043d\u0435\u0434_\u043f\u043e\u043d_\u0432\u0442\u043e_\u0441\u0440\u0435_\u0447\u0435\u0442_\u043f\u0435\u0442_\u0441\u0430\u0431".split("_"),weekdaysMin:"\u043de_\u043fo_\u0432\u0442_\u0441\u0440_\u0447\u0435_\u043f\u0435_\u0441a".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[\u0414\u0435\u043d\u0435\u0441 \u0432\u043e] LT",nextDay:"[\u0423\u0442\u0440\u0435 \u0432\u043e] LT",nextWeek:"[\u0412\u043e] dddd [\u0432\u043e] LT",lastDay:"[\u0412\u0447\u0435\u0440\u0430 \u0432\u043e] LT",lastWeek:function(){switch(this.day()){case 0:case 3:case 6:return"[\u0418\u0437\u043c\u0438\u043d\u0430\u0442\u0430\u0442\u0430] dddd [\u0432\u043e] LT";case 1:case 2:case 4:case 5:return"[\u0418\u0437\u043c\u0438\u043d\u0430\u0442\u0438\u043e\u0442] dddd [\u0432\u043e] LT"}},sameElse:"L"},relativeTime:{future:"\u0437\u0430 %s",past:"\u043f\u0440\u0435\u0434 %s",s:"\u043d\u0435\u043a\u043e\u043b\u043a\u0443 \u0441\u0435\u043a\u0443\u043d\u0434\u0438",ss:"%d \u0441\u0435\u043a\u0443\u043d\u0434\u0438",m:"\u0435\u0434\u043d\u0430 \u043c\u0438\u043d\u0443\u0442\u0430",mm:"%d \u043c\u0438\u043d\u0443\u0442\u0438",h:"\u0435\u0434\u0435\u043d \u0447\u0430\u0441",hh:"%d \u0447\u0430\u0441\u0430",d:"\u0435\u0434\u0435\u043d \u0434\u0435\u043d",dd:"%d \u0434\u0435\u043d\u0430",M:"\u0435\u0434\u0435\u043d \u043c\u0435\u0441\u0435\u0446",MM:"%d \u043c\u0435\u0441\u0435\u0446\u0438",y:"\u0435\u0434\u043d\u0430 \u0433\u043e\u0434\u0438\u043d\u0430",yy:"%d \u0433\u043e\u0434\u0438\u043d\u0438"},dayOfMonthOrdinalParse:/\d{1,2}-(\u0435\u0432|\u0435\u043d|\u0442\u0438|\u0432\u0438|\u0440\u0438|\u043c\u0438)/,ordinal:function(e){var a=e%10,t=e%100;return 0===e?e+"-\u0435\u0432":0==t?e+"-\u0435\u043d":10<t&&t<20?e+"-\u0442\u0438":1==a?e+"-\u0432\u0438":2==a?e+"-\u0440\u0438":7==a||8==a?e+"-\u043c\u0438":e+"-\u0442\u0438"},week:{dow:1,doy:7}}),M.defineLocale("ml",{months:"\u0d1c\u0d28\u0d41\u0d35\u0d30\u0d3f_\u0d2b\u0d46\u0d2c\u0d4d\u0d30\u0d41\u0d35\u0d30\u0d3f_\u0d2e\u0d3e\u0d7c\u0d1a\u0d4d\u0d1a\u0d4d_\u0d0f\u0d2a\u0d4d\u0d30\u0d3f\u0d7d_\u0d2e\u0d47\u0d2f\u0d4d_\u0d1c\u0d42\u0d7a_\u0d1c\u0d42\u0d32\u0d48_\u0d13\u0d17\u0d38\u0d4d\u0d31\u0d4d\u0d31\u0d4d_\u0d38\u0d46\u0d2a\u0d4d\u0d31\u0d4d\u0d31\u0d02\u0d2c\u0d7c_\u0d12\u0d15\u0d4d\u0d1f\u0d4b\u0d2c\u0d7c_\u0d28\u0d35\u0d02\u0d2c\u0d7c_\u0d21\u0d3f\u0d38\u0d02\u0d2c\u0d7c".split("_"),monthsShort:"\u0d1c\u0d28\u0d41._\u0d2b\u0d46\u0d2c\u0d4d\u0d30\u0d41._\u0d2e\u0d3e\u0d7c._\u0d0f\u0d2a\u0d4d\u0d30\u0d3f._\u0d2e\u0d47\u0d2f\u0d4d_\u0d1c\u0d42\u0d7a_\u0d1c\u0d42\u0d32\u0d48._\u0d13\u0d17._\u0d38\u0d46\u0d2a\u0d4d\u0d31\u0d4d\u0d31._\u0d12\u0d15\u0d4d\u0d1f\u0d4b._\u0d28\u0d35\u0d02._\u0d21\u0d3f\u0d38\u0d02.".split("_"),monthsParseExact:!0,weekdays:"\u0d1e\u0d3e\u0d2f\u0d31\u0d3e\u0d34\u0d4d\u0d1a_\u0d24\u0d3f\u0d19\u0d4d\u0d15\u0d33\u0d3e\u0d34\u0d4d\u0d1a_\u0d1a\u0d4a\u0d35\u0d4d\u0d35\u0d3e\u0d34\u0d4d\u0d1a_\u0d2c\u0d41\u0d27\u0d28\u0d3e\u0d34\u0d4d\u0d1a_\u0d35\u0d4d\u0d2f\u0d3e\u0d34\u0d3e\u0d34\u0d4d\u0d1a_\u0d35\u0d46\u0d33\u0d4d\u0d33\u0d3f\u0d2f\u0d3e\u0d34\u0d4d\u0d1a_\u0d36\u0d28\u0d3f\u0d2f\u0d3e\u0d34\u0d4d\u0d1a".split("_"),weekdaysShort:"\u0d1e\u0d3e\u0d2f\u0d7c_\u0d24\u0d3f\u0d19\u0d4d\u0d15\u0d7e_\u0d1a\u0d4a\u0d35\u0d4d\u0d35_\u0d2c\u0d41\u0d27\u0d7b_\u0d35\u0d4d\u0d2f\u0d3e\u0d34\u0d02_\u0d35\u0d46\u0d33\u0d4d\u0d33\u0d3f_\u0d36\u0d28\u0d3f".split("_"),weekdaysMin:"\u0d1e\u0d3e_\u0d24\u0d3f_\u0d1a\u0d4a_\u0d2c\u0d41_\u0d35\u0d4d\u0d2f\u0d3e_\u0d35\u0d46_\u0d36".split("_"),longDateFormat:{LT:"A h:mm -\u0d28\u0d41",LTS:"A h:mm:ss -\u0d28\u0d41",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm -\u0d28\u0d41",LLLL:"dddd, D MMMM YYYY, A h:mm -\u0d28\u0d41"},calendar:{sameDay:"[\u0d07\u0d28\u0d4d\u0d28\u0d4d] LT",nextDay:"[\u0d28\u0d3e\u0d33\u0d46] LT",nextWeek:"dddd, LT",lastDay:"[\u0d07\u0d28\u0d4d\u0d28\u0d32\u0d46] LT",lastWeek:"[\u0d15\u0d34\u0d3f\u0d1e\u0d4d\u0d1e] dddd, LT",sameElse:"L"},relativeTime:{future:"%s \u0d15\u0d34\u0d3f\u0d1e\u0d4d\u0d1e\u0d4d",past:"%s \u0d2e\u0d41\u0d7b\u0d2a\u0d4d",s:"\u0d05\u0d7d\u0d2a \u0d28\u0d3f\u0d2e\u0d3f\u0d37\u0d19\u0d4d\u0d19\u0d7e",ss:"%d \u0d38\u0d46\u0d15\u0d4d\u0d15\u0d7b\u0d21\u0d4d",m:"\u0d12\u0d30\u0d41 \u0d2e\u0d3f\u0d28\u0d3f\u0d31\u0d4d\u0d31\u0d4d",mm:"%d \u0d2e\u0d3f\u0d28\u0d3f\u0d31\u0d4d\u0d31\u0d4d",h:"\u0d12\u0d30\u0d41 \u0d2e\u0d23\u0d3f\u0d15\u0d4d\u0d15\u0d42\u0d7c",hh:"%d \u0d2e\u0d23\u0d3f\u0d15\u0d4d\u0d15\u0d42\u0d7c",d:"\u0d12\u0d30\u0d41 \u0d26\u0d3f\u0d35\u0d38\u0d02",dd:"%d \u0d26\u0d3f\u0d35\u0d38\u0d02",M:"\u0d12\u0d30\u0d41 \u0d2e\u0d3e\u0d38\u0d02",MM:"%d \u0d2e\u0d3e\u0d38\u0d02",y:"\u0d12\u0d30\u0d41 \u0d35\u0d7c\u0d37\u0d02",yy:"%d \u0d35\u0d7c\u0d37\u0d02"},meridiemParse:/\u0d30\u0d3e\u0d24\u0d4d\u0d30\u0d3f|\u0d30\u0d3e\u0d35\u0d3f\u0d32\u0d46|\u0d09\u0d1a\u0d4d\u0d1a \u0d15\u0d34\u0d3f\u0d1e\u0d4d\u0d1e\u0d4d|\u0d35\u0d48\u0d15\u0d41\u0d28\u0d4d\u0d28\u0d47\u0d30\u0d02|\u0d30\u0d3e\u0d24\u0d4d\u0d30\u0d3f/i,meridiemHour:function(e,a){return 12===e&&(e=0),"\u0d30\u0d3e\u0d24\u0d4d\u0d30\u0d3f"===a&&4<=e||"\u0d09\u0d1a\u0d4d\u0d1a \u0d15\u0d34\u0d3f\u0d1e\u0d4d\u0d1e\u0d4d"===a||"\u0d35\u0d48\u0d15\u0d41\u0d28\u0d4d\u0d28\u0d47\u0d30\u0d02"===a?e+12:e},meridiem:function(e,a,t){return e<4?"\u0d30\u0d3e\u0d24\u0d4d\u0d30\u0d3f":e<12?"\u0d30\u0d3e\u0d35\u0d3f\u0d32\u0d46":e<17?"\u0d09\u0d1a\u0d4d\u0d1a \u0d15\u0d34\u0d3f\u0d1e\u0d4d\u0d1e\u0d4d":e<20?"\u0d35\u0d48\u0d15\u0d41\u0d28\u0d4d\u0d28\u0d47\u0d30\u0d02":"\u0d30\u0d3e\u0d24\u0d4d\u0d30\u0d3f"}}),M.defineLocale("mn",{months:"\u041d\u044d\u0433\u0434\u04af\u0433\u044d\u044d\u0440 \u0441\u0430\u0440_\u0425\u043e\u0451\u0440\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440_\u0413\u0443\u0440\u0430\u0432\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440_\u0414\u04e9\u0440\u04e9\u0432\u0434\u04af\u0433\u044d\u044d\u0440 \u0441\u0430\u0440_\u0422\u0430\u0432\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440_\u0417\u0443\u0440\u0433\u0430\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440_\u0414\u043e\u043b\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440_\u041d\u0430\u0439\u043c\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440_\u0415\u0441\u0434\u04af\u0433\u044d\u044d\u0440 \u0441\u0430\u0440_\u0410\u0440\u0430\u0432\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440_\u0410\u0440\u0432\u0430\u043d \u043d\u044d\u0433\u0434\u04af\u0433\u044d\u044d\u0440 \u0441\u0430\u0440_\u0410\u0440\u0432\u0430\u043d \u0445\u043e\u0451\u0440\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440".split("_"),monthsShort:"1 \u0441\u0430\u0440_2 \u0441\u0430\u0440_3 \u0441\u0430\u0440_4 \u0441\u0430\u0440_5 \u0441\u0430\u0440_6 \u0441\u0430\u0440_7 \u0441\u0430\u0440_8 \u0441\u0430\u0440_9 \u0441\u0430\u0440_10 \u0441\u0430\u0440_11 \u0441\u0430\u0440_12 \u0441\u0430\u0440".split("_"),monthsParseExact:!0,weekdays:"\u041d\u044f\u043c_\u0414\u0430\u0432\u0430\u0430_\u041c\u044f\u0433\u043c\u0430\u0440_\u041b\u0445\u0430\u0433\u0432\u0430_\u041f\u04af\u0440\u044d\u0432_\u0411\u0430\u0430\u0441\u0430\u043d_\u0411\u044f\u043c\u0431\u0430".split("_"),weekdaysShort:"\u041d\u044f\u043c_\u0414\u0430\u0432_\u041c\u044f\u0433_\u041b\u0445\u0430_\u041f\u04af\u0440_\u0411\u0430\u0430_\u0411\u044f\u043c".split("_"),weekdaysMin:"\u041d\u044f_\u0414\u0430_\u041c\u044f_\u041b\u0445_\u041f\u04af_\u0411\u0430_\u0411\u044f".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY \u043e\u043d\u044b MMMM\u044b\u043d D",LLL:"YYYY \u043e\u043d\u044b MMMM\u044b\u043d D HH:mm",LLLL:"dddd, YYYY \u043e\u043d\u044b MMMM\u044b\u043d D HH:mm"},meridiemParse:/\u04ae\u04e8|\u04ae\u0425/i,isPM:function(e){return"\u04ae\u0425"===e},meridiem:function(e,a,t){return e<12?"\u04ae\u04e8":"\u04ae\u0425"},calendar:{sameDay:"[\u04e8\u043d\u04e9\u04e9\u0434\u04e9\u0440] LT",nextDay:"[\u041c\u0430\u0440\u0433\u0430\u0430\u0448] LT",nextWeek:"[\u0418\u0440\u044d\u0445] dddd LT",lastDay:"[\u04e8\u0447\u0438\u0433\u0434\u04e9\u0440] LT",lastWeek:"[\u04e8\u043d\u0433\u04e9\u0440\u0441\u04e9\u043d] dddd LT",sameElse:"L"},relativeTime:{future:"%s \u0434\u0430\u0440\u0430\u0430",past:"%s \u04e9\u043c\u043d\u04e9",s:an,ss:an,m:an,mm:an,h:an,hh:an,d:an,dd:an,M:an,MM:an,y:an,yy:an},dayOfMonthOrdinalParse:/\d{1,2} \u04e9\u0434\u04e9\u0440/,ordinal:function(e,a){switch(a){case"d":case"D":case"DDD":return e+" \u04e9\u0434\u04e9\u0440";default:return e}}});var tn={1:"\u0967",2:"\u0968",3:"\u0969",4:"\u096a",5:"\u096b",6:"\u096c",7:"\u096d",8:"\u096e",9:"\u096f",0:"\u0966"},sn={"\u0967":"1","\u0968":"2","\u0969":"3","\u096a":"4","\u096b":"5","\u096c":"6","\u096d":"7","\u096e":"8","\u096f":"9","\u0966":"0"};function nn(e,a,t,s){var n="";if(a)switch(t){case"s":n="\u0915\u093e\u0939\u0940 \u0938\u0947\u0915\u0902\u0926";break;case"ss":n="%d \u0938\u0947\u0915\u0902\u0926";break;case"m":n="\u090f\u0915 \u092e\u093f\u0928\u093f\u091f";break;case"mm":n="%d \u092e\u093f\u0928\u093f\u091f\u0947";break;case"h":n="\u090f\u0915 \u0924\u093e\u0938";break;case"hh":n="%d \u0924\u093e\u0938";break;case"d":n="\u090f\u0915 \u0926\u093f\u0935\u0938";break;case"dd":n="%d \u0926\u093f\u0935\u0938";break;case"M":n="\u090f\u0915 \u092e\u0939\u093f\u0928\u093e";break;case"MM":n="%d \u092e\u0939\u093f\u0928\u0947";break;case"y":n="\u090f\u0915 \u0935\u0930\u094d\u0937";break;case"yy":n="%d \u0935\u0930\u094d\u0937\u0947";break}else switch(t){case"s":n="\u0915\u093e\u0939\u0940 \u0938\u0947\u0915\u0902\u0926\u093e\u0902";break;case"ss":n="%d \u0938\u0947\u0915\u0902\u0926\u093e\u0902";break;case"m":n="\u090f\u0915\u093e \u092e\u093f\u0928\u093f\u091f\u093e";break;case"mm":n="%d \u092e\u093f\u0928\u093f\u091f\u093e\u0902";break;case"h":n="\u090f\u0915\u093e \u0924\u093e\u0938\u093e";break;case"hh":n="%d \u0924\u093e\u0938\u093e\u0902";break;case"d":n="\u090f\u0915\u093e \u0926\u093f\u0935\u0938\u093e";break;case"dd":n="%d \u0926\u093f\u0935\u0938\u093e\u0902";break;case"M":n="\u090f\u0915\u093e \u092e\u0939\u093f\u0928\u094d\u092f\u093e";break;case"MM":n="%d \u092e\u0939\u093f\u0928\u094d\u092f\u093e\u0902";break;case"y":n="\u090f\u0915\u093e \u0935\u0930\u094d\u0937\u093e";break;case"yy":n="%d \u0935\u0930\u094d\u0937\u093e\u0902";break}return n.replace(/%d/i,e)}M.defineLocale("mr",{months:"\u091c\u093e\u0928\u0947\u0935\u093e\u0930\u0940_\u092b\u0947\u092c\u094d\u0930\u0941\u0935\u093e\u0930\u0940_\u092e\u093e\u0930\u094d\u091a_\u090f\u092a\u094d\u0930\u093f\u0932_\u092e\u0947_\u091c\u0942\u0928_\u091c\u0941\u0932\u0948_\u0911\u0917\u0938\u094d\u091f_\u0938\u092a\u094d\u091f\u0947\u0902\u092c\u0930_\u0911\u0915\u094d\u091f\u094b\u092c\u0930_\u0928\u094b\u0935\u094d\u0939\u0947\u0902\u092c\u0930_\u0921\u093f\u0938\u0947\u0902\u092c\u0930".split("_"),monthsShort:"\u091c\u093e\u0928\u0947._\u092b\u0947\u092c\u094d\u0930\u0941._\u092e\u093e\u0930\u094d\u091a._\u090f\u092a\u094d\u0930\u093f._\u092e\u0947._\u091c\u0942\u0928._\u091c\u0941\u0932\u0948._\u0911\u0917._\u0938\u092a\u094d\u091f\u0947\u0902._\u0911\u0915\u094d\u091f\u094b._\u0928\u094b\u0935\u094d\u0939\u0947\u0902._\u0921\u093f\u0938\u0947\u0902.".split("_"),monthsParseExact:!0,weekdays:"\u0930\u0935\u093f\u0935\u093e\u0930_\u0938\u094b\u092e\u0935\u093e\u0930_\u092e\u0902\u0917\u0933\u0935\u093e\u0930_\u092c\u0941\u0927\u0935\u093e\u0930_\u0917\u0941\u0930\u0942\u0935\u093e\u0930_\u0936\u0941\u0915\u094d\u0930\u0935\u093e\u0930_\u0936\u0928\u093f\u0935\u093e\u0930".split("_"),weekdaysShort:"\u0930\u0935\u093f_\u0938\u094b\u092e_\u092e\u0902\u0917\u0933_\u092c\u0941\u0927_\u0917\u0941\u0930\u0942_\u0936\u0941\u0915\u094d\u0930_\u0936\u0928\u093f".split("_"),weekdaysMin:"\u0930_\u0938\u094b_\u092e\u0902_\u092c\u0941_\u0917\u0941_\u0936\u0941_\u0936".split("_"),longDateFormat:{LT:"A h:mm \u0935\u093e\u091c\u0924\u093e",LTS:"A h:mm:ss \u0935\u093e\u091c\u0924\u093e",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm \u0935\u093e\u091c\u0924\u093e",LLLL:"dddd, D MMMM YYYY, A h:mm \u0935\u093e\u091c\u0924\u093e"},calendar:{sameDay:"[\u0906\u091c] LT",nextDay:"[\u0909\u0926\u094d\u092f\u093e] LT",nextWeek:"dddd, LT",lastDay:"[\u0915\u093e\u0932] LT",lastWeek:"[\u092e\u093e\u0917\u0940\u0932] dddd, LT",sameElse:"L"},relativeTime:{future:"%s\u092e\u0927\u094d\u092f\u0947",past:"%s\u092a\u0942\u0930\u094d\u0935\u0940",s:nn,ss:nn,m:nn,mm:nn,h:nn,hh:nn,d:nn,dd:nn,M:nn,MM:nn,y:nn,yy:nn},preparse:function(e){return e.replace(/[\u0967\u0968\u0969\u096a\u096b\u096c\u096d\u096e\u096f\u0966]/g,function(e){return sn[e]})},postformat:function(e){return e.replace(/\d/g,function(e){return tn[e]})},meridiemParse:/\u092a\u0939\u093e\u091f\u0947|\u0938\u0915\u093e\u0933\u0940|\u0926\u0941\u092a\u093e\u0930\u0940|\u0938\u093e\u092f\u0902\u0915\u093e\u0933\u0940|\u0930\u093e\u0924\u094d\u0930\u0940/,meridiemHour:function(e,a){return 12===e&&(e=0),"\u092a\u0939\u093e\u091f\u0947"===a||"\u0938\u0915\u093e\u0933\u0940"===a?e:"\u0926\u0941\u092a\u093e\u0930\u0940"===a||"\u0938\u093e\u092f\u0902\u0915\u093e\u0933\u0940"===a||"\u0930\u093e\u0924\u094d\u0930\u0940"===a?12<=e?e:e+12:void 0},meridiem:function(e,a,t){return 0<=e&&e<6?"\u092a\u0939\u093e\u091f\u0947":e<12?"\u0938\u0915\u093e\u0933\u0940":e<17?"\u0926\u0941\u092a\u093e\u0930\u0940":e<20?"\u0938\u093e\u092f\u0902\u0915\u093e\u0933\u0940":"\u0930\u093e\u0924\u094d\u0930\u0940"},week:{dow:0,doy:6}}),M.defineLocale("ms-my",{months:"Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis".split("_"),weekdays:"Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu".split("_"),weekdaysShort:"Ahd_Isn_Sel_Rab_Kha_Jum_Sab".split("_"),weekdaysMin:"Ah_Is_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|tengahari|petang|malam/,meridiemHour:function(e,a){return 12===e&&(e=0),"pagi"===a?e:"tengahari"===a?11<=e?e:e+12:"petang"===a||"malam"===a?e+12:void 0},meridiem:function(e,a,t){return e<11?"pagi":e<15?"tengahari":e<19?"petang":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Esok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kelmarin pukul] LT",lastWeek:"dddd [lepas pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lepas",s:"beberapa saat",ss:"%d saat",m:"seminit",mm:"%d minit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:1,doy:7}}),M.defineLocale("ms",{months:"Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis".split("_"),weekdays:"Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu".split("_"),weekdaysShort:"Ahd_Isn_Sel_Rab_Kha_Jum_Sab".split("_"),weekdaysMin:"Ah_Is_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|tengahari|petang|malam/,meridiemHour:function(e,a){return 12===e&&(e=0),"pagi"===a?e:"tengahari"===a?11<=e?e:e+12:"petang"===a||"malam"===a?e+12:void 0},meridiem:function(e,a,t){return e<11?"pagi":e<15?"tengahari":e<19?"petang":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Esok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kelmarin pukul] LT",lastWeek:"dddd [lepas pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lepas",s:"beberapa saat",ss:"%d saat",m:"seminit",mm:"%d minit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:1,doy:7}}),M.defineLocale("mt",{months:"Jannar_Frar_Marzu_April_Mejju_\u0120unju_Lulju_Awwissu_Settembru_Ottubru_Novembru_Di\u010bembru".split("_"),monthsShort:"Jan_Fra_Mar_Apr_Mej_\u0120un_Lul_Aww_Set_Ott_Nov_Di\u010b".split("_"),weekdays:"Il-\u0126add_It-Tnejn_It-Tlieta_L-Erbg\u0127a_Il-\u0126amis_Il-\u0120img\u0127a_Is-Sibt".split("_"),weekdaysShort:"\u0126ad_Tne_Tli_Erb_\u0126am_\u0120im_Sib".split("_"),weekdaysMin:"\u0126a_Tn_Tl_Er_\u0126a_\u0120i_Si".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Illum fil-]LT",nextDay:"[G\u0127ada fil-]LT",nextWeek:"dddd [fil-]LT",lastDay:"[Il-biera\u0127 fil-]LT",lastWeek:"dddd [li g\u0127adda] [fil-]LT",sameElse:"L"},relativeTime:{future:"f\u2019 %s",past:"%s ilu",s:"ftit sekondi",ss:"%d sekondi",m:"minuta",mm:"%d minuti",h:"sieg\u0127a",hh:"%d sieg\u0127at",d:"\u0121urnata",dd:"%d \u0121ranet",M:"xahar",MM:"%d xhur",y:"sena",yy:"%d sni"},dayOfMonthOrdinalParse:/\d{1,2}\xba/,ordinal:"%d\xba",week:{dow:1,doy:4}});var rn={1:"\u1041",2:"\u1042",3:"\u1043",4:"\u1044",5:"\u1045",6:"\u1046",7:"\u1047",8:"\u1048",9:"\u1049",0:"\u1040"},dn={"\u1041":"1","\u1042":"2","\u1043":"3","\u1044":"4","\u1045":"5","\u1046":"6","\u1047":"7","\u1048":"8","\u1049":"9","\u1040":"0"},_n=(M.defineLocale("my",{months:"\u1007\u1014\u103a\u1014\u101d\u102b\u101b\u102e_\u1016\u1031\u1016\u1031\u102c\u103a\u101d\u102b\u101b\u102e_\u1019\u1010\u103a_\u1027\u1015\u103c\u102e_\u1019\u1031_\u1007\u103d\u1014\u103a_\u1007\u1030\u101c\u102d\u102f\u1004\u103a_\u101e\u103c\u1002\u102f\u1010\u103a_\u1005\u1000\u103a\u1010\u1004\u103a\u1018\u102c_\u1021\u1031\u102c\u1000\u103a\u1010\u102d\u102f\u1018\u102c_\u1014\u102d\u102f\u101d\u1004\u103a\u1018\u102c_\u1012\u102e\u1007\u1004\u103a\u1018\u102c".split("_"),monthsShort:"\u1007\u1014\u103a_\u1016\u1031_\u1019\u1010\u103a_\u1015\u103c\u102e_\u1019\u1031_\u1007\u103d\u1014\u103a_\u101c\u102d\u102f\u1004\u103a_\u101e\u103c_\u1005\u1000\u103a_\u1021\u1031\u102c\u1000\u103a_\u1014\u102d\u102f_\u1012\u102e".split("_"),weekdays:"\u1010\u1014\u1004\u103a\u1039\u1002\u1014\u103d\u1031_\u1010\u1014\u1004\u103a\u1039\u101c\u102c_\u1021\u1004\u103a\u1039\u1002\u102b_\u1017\u102f\u1012\u1039\u1013\u101f\u1030\u1038_\u1000\u103c\u102c\u101e\u1015\u1010\u1031\u1038_\u101e\u1031\u102c\u1000\u103c\u102c_\u1005\u1014\u1031".split("_"),weekdaysShort:"\u1014\u103d\u1031_\u101c\u102c_\u1002\u102b_\u101f\u1030\u1038_\u1000\u103c\u102c_\u101e\u1031\u102c_\u1014\u1031".split("_"),weekdaysMin:"\u1014\u103d\u1031_\u101c\u102c_\u1002\u102b_\u101f\u1030\u1038_\u1000\u103c\u102c_\u101e\u1031\u102c_\u1014\u1031".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[\u101a\u1014\u1031.] LT [\u1019\u103e\u102c]",nextDay:"[\u1019\u1014\u1000\u103a\u1016\u103c\u1014\u103a] LT [\u1019\u103e\u102c]",nextWeek:"dddd LT [\u1019\u103e\u102c]",lastDay:"[\u1019\u1014\u1031.\u1000] LT [\u1019\u103e\u102c]",lastWeek:"[\u1015\u103c\u102e\u1038\u1001\u1032\u1037\u101e\u1031\u102c] dddd LT [\u1019\u103e\u102c]",sameElse:"L"},relativeTime:{future:"\u101c\u102c\u1019\u100a\u103a\u1037 %s \u1019\u103e\u102c",past:"\u101c\u103d\u1014\u103a\u1001\u1032\u1037\u101e\u1031\u102c %s \u1000",s:"\u1005\u1000\u1039\u1000\u1014\u103a.\u1021\u1014\u100a\u103a\u1038\u1004\u101a\u103a",ss:"%d \u1005\u1000\u1039\u1000\u1014\u1037\u103a",m:"\u1010\u1005\u103a\u1019\u102d\u1014\u1005\u103a",mm:"%d \u1019\u102d\u1014\u1005\u103a",h:"\u1010\u1005\u103a\u1014\u102c\u101b\u102e",hh:"%d \u1014\u102c\u101b\u102e",d:"\u1010\u1005\u103a\u101b\u1000\u103a",dd:"%d \u101b\u1000\u103a",M:"\u1010\u1005\u103a\u101c",MM:"%d \u101c",y:"\u1010\u1005\u103a\u1014\u103e\u1005\u103a",yy:"%d \u1014\u103e\u1005\u103a"},preparse:function(e){return e.replace(/[\u1041\u1042\u1043\u1044\u1045\u1046\u1047\u1048\u1049\u1040]/g,function(e){return dn[e]})},postformat:function(e){return e.replace(/\d/g,function(e){return rn[e]})},week:{dow:1,doy:4}}),M.defineLocale("nb",{months:"januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan._feb._mars_apr._mai_juni_juli_aug._sep._okt._nov._des.".split("_"),monthsParseExact:!0,weekdays:"s\xf8ndag_mandag_tirsdag_onsdag_torsdag_fredag_l\xf8rdag".split("_"),weekdaysShort:"s\xf8._ma._ti._on._to._fr._l\xf8.".split("_"),weekdaysMin:"s\xf8_ma_ti_on_to_fr_l\xf8".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] HH:mm",LLLL:"dddd D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[i dag kl.] LT",nextDay:"[i morgen kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[i g\xe5r kl.] LT",lastWeek:"[forrige] dddd [kl.] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s siden",s:"noen sekunder",ss:"%d sekunder",m:"ett minutt",mm:"%d minutter",h:"en time",hh:"%d timer",d:"en dag",dd:"%d dager",w:"en uke",ww:"%d uker",M:"en m\xe5ned",MM:"%d m\xe5neder",y:"ett \xe5r",yy:"%d \xe5r"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}}),{1:"\u0967",2:"\u0968",3:"\u0969",4:"\u096a",5:"\u096b",6:"\u096c",7:"\u096d",8:"\u096e",9:"\u096f",0:"\u0966"}),on={"\u0967":"1","\u0968":"2","\u0969":"3","\u096a":"4","\u096b":"5","\u096c":"6","\u096d":"7","\u096e":"8","\u096f":"9","\u0966":"0"},mn=(M.defineLocale("ne",{months:"\u091c\u0928\u0935\u0930\u0940_\u092b\u0947\u092c\u094d\u0930\u0941\u0935\u0930\u0940_\u092e\u093e\u0930\u094d\u091a_\u0905\u092a\u094d\u0930\u093f\u0932_\u092e\u0908_\u091c\u0941\u0928_\u091c\u0941\u0932\u093e\u0908_\u0905\u0917\u0937\u094d\u091f_\u0938\u0947\u092a\u094d\u091f\u0947\u092e\u094d\u092c\u0930_\u0905\u0915\u094d\u091f\u094b\u092c\u0930_\u0928\u094b\u092d\u0947\u092e\u094d\u092c\u0930_\u0921\u093f\u0938\u0947\u092e\u094d\u092c\u0930".split("_"),monthsShort:"\u091c\u0928._\u092b\u0947\u092c\u094d\u0930\u0941._\u092e\u093e\u0930\u094d\u091a_\u0905\u092a\u094d\u0930\u093f._\u092e\u0908_\u091c\u0941\u0928_\u091c\u0941\u0932\u093e\u0908._\u0905\u0917._\u0938\u0947\u092a\u094d\u091f._\u0905\u0915\u094d\u091f\u094b._\u0928\u094b\u092d\u0947._\u0921\u093f\u0938\u0947.".split("_"),monthsParseExact:!0,weekdays:"\u0906\u0907\u0924\u092c\u093e\u0930_\u0938\u094b\u092e\u092c\u093e\u0930_\u092e\u0919\u094d\u0917\u0932\u092c\u093e\u0930_\u092c\u0941\u0927\u092c\u093e\u0930_\u092c\u093f\u0939\u093f\u092c\u093e\u0930_\u0936\u0941\u0915\u094d\u0930\u092c\u093e\u0930_\u0936\u0928\u093f\u092c\u093e\u0930".split("_"),weekdaysShort:"\u0906\u0907\u0924._\u0938\u094b\u092e._\u092e\u0919\u094d\u0917\u0932._\u092c\u0941\u0927._\u092c\u093f\u0939\u093f._\u0936\u0941\u0915\u094d\u0930._\u0936\u0928\u093f.".split("_"),weekdaysMin:"\u0906._\u0938\u094b._\u092e\u0902._\u092c\u0941._\u092c\u093f._\u0936\u0941._\u0936.".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"A\u0915\u094b h:mm \u092c\u091c\u0947",LTS:"A\u0915\u094b h:mm:ss \u092c\u091c\u0947",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A\u0915\u094b h:mm \u092c\u091c\u0947",LLLL:"dddd, D MMMM YYYY, A\u0915\u094b h:mm \u092c\u091c\u0947"},preparse:function(e){return e.replace(/[\u0967\u0968\u0969\u096a\u096b\u096c\u096d\u096e\u096f\u0966]/g,function(e){return on[e]})},postformat:function(e){return e.replace(/\d/g,function(e){return _n[e]})},meridiemParse:/\u0930\u093e\u0924\u093f|\u092c\u093f\u0939\u093e\u0928|\u0926\u093f\u0909\u0901\u0938\u094b|\u0938\u093e\u0901\u091d/,meridiemHour:function(e,a){return 12===e&&(e=0),"\u0930\u093e\u0924\u093f"===a?e<4?e:e+12:"\u092c\u093f\u0939\u093e\u0928"===a?e:"\u0926\u093f\u0909\u0901\u0938\u094b"===a?10<=e?e:e+12:"\u0938\u093e\u0901\u091d"===a?e+12:void 0},meridiem:function(e,a,t){return e<3?"\u0930\u093e\u0924\u093f":e<12?"\u092c\u093f\u0939\u093e\u0928":e<16?"\u0926\u093f\u0909\u0901\u0938\u094b":e<20?"\u0938\u093e\u0901\u091d":"\u0930\u093e\u0924\u093f"},calendar:{sameDay:"[\u0906\u091c] LT",nextDay:"[\u092d\u094b\u0932\u093f] LT",nextWeek:"[\u0906\u0909\u0901\u0926\u094b] dddd[,] LT",lastDay:"[\u0939\u093f\u091c\u094b] LT",lastWeek:"[\u0917\u090f\u0915\u094b] dddd[,] LT",sameElse:"L"},relativeTime:{future:"%s\u092e\u093e",past:"%s \u0905\u0917\u093e\u0921\u093f",s:"\u0915\u0947\u0939\u0940 \u0915\u094d\u0937\u0923",ss:"%d \u0938\u0947\u0915\u0947\u0923\u094d\u0921",m:"\u090f\u0915 \u092e\u093f\u0928\u0947\u091f",mm:"%d \u092e\u093f\u0928\u0947\u091f",h:"\u090f\u0915 \u0918\u0923\u094d\u091f\u093e",hh:"%d \u0918\u0923\u094d\u091f\u093e",d:"\u090f\u0915 \u0926\u093f\u0928",dd:"%d \u0926\u093f\u0928",M:"\u090f\u0915 \u092e\u0939\u093f\u0928\u093e",MM:"%d \u092e\u0939\u093f\u0928\u093e",y:"\u090f\u0915 \u092c\u0930\u094d\u0937",yy:"%d \u092c\u0930\u094d\u0937"},week:{dow:0,doy:6}}),"jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.".split("_")),un="jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec".split("_"),c=[/^jan/i,/^feb/i,/^maart|mrt.?$/i,/^apr/i,/^mei$/i,/^jun[i.]?$/i,/^jul[i.]?$/i,/^aug/i,/^sep/i,/^okt/i,/^nov/i,/^dec/i],L=/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december|jan\.?|feb\.?|mrt\.?|apr\.?|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i,ln=(M.defineLocale("nl-be",{months:"januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december".split("_"),monthsShort:function(e,a){return e?(/-MMM-/.test(a)?un:mn)[e.month()]:mn},monthsRegex:L,monthsShortRegex:L,monthsStrictRegex:/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december)/i,monthsShortStrictRegex:/^(jan\.?|feb\.?|mrt\.?|apr\.?|mei|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i,monthsParse:c,longMonthsParse:c,shortMonthsParse:c,weekdays:"zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag".split("_"),weekdaysShort:"zo._ma._di._wo._do._vr._za.".split("_"),weekdaysMin:"zo_ma_di_wo_do_vr_za".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[vandaag om] LT",nextDay:"[morgen om] LT",nextWeek:"dddd [om] LT",lastDay:"[gisteren om] LT",lastWeek:"[afgelopen] dddd [om] LT",sameElse:"L"},relativeTime:{future:"over %s",past:"%s geleden",s:"een paar seconden",ss:"%d seconden",m:"\xe9\xe9n minuut",mm:"%d minuten",h:"\xe9\xe9n uur",hh:"%d uur",d:"\xe9\xe9n dag",dd:"%d dagen",M:"\xe9\xe9n maand",MM:"%d maanden",y:"\xe9\xe9n jaar",yy:"%d jaar"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||20<=e?"ste":"de")},week:{dow:1,doy:4}}),"jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.".split("_")),Mn="jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec".split("_"),f=[/^jan/i,/^feb/i,/^maart|mrt.?$/i,/^apr/i,/^mei$/i,/^jun[i.]?$/i,/^jul[i.]?$/i,/^aug/i,/^sep/i,/^okt/i,/^nov/i,/^dec/i],ke=/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december|jan\.?|feb\.?|mrt\.?|apr\.?|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i,hn=(M.defineLocale("nl",{months:"januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december".split("_"),monthsShort:function(e,a){return e?(/-MMM-/.test(a)?Mn:ln)[e.month()]:ln},monthsRegex:ke,monthsShortRegex:ke,monthsStrictRegex:/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december)/i,monthsShortStrictRegex:/^(jan\.?|feb\.?|mrt\.?|apr\.?|mei|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i,monthsParse:f,longMonthsParse:f,shortMonthsParse:f,weekdays:"zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag".split("_"),weekdaysShort:"zo._ma._di._wo._do._vr._za.".split("_"),weekdaysMin:"zo_ma_di_wo_do_vr_za".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[vandaag om] LT",nextDay:"[morgen om] LT",nextWeek:"dddd [om] LT",lastDay:"[gisteren om] LT",lastWeek:"[afgelopen] dddd [om] LT",sameElse:"L"},relativeTime:{future:"over %s",past:"%s geleden",s:"een paar seconden",ss:"%d seconden",m:"\xe9\xe9n minuut",mm:"%d minuten",h:"\xe9\xe9n uur",hh:"%d uur",d:"\xe9\xe9n dag",dd:"%d dagen",w:"\xe9\xe9n week",ww:"%d weken",M:"\xe9\xe9n maand",MM:"%d maanden",y:"\xe9\xe9n jaar",yy:"%d jaar"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||20<=e?"ste":"de")},week:{dow:1,doy:4}}),M.defineLocale("nn",{months:"januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan._feb._mars_apr._mai_juni_juli_aug._sep._okt._nov._des.".split("_"),monthsParseExact:!0,weekdays:"sundag_m\xe5ndag_tysdag_onsdag_torsdag_fredag_laurdag".split("_"),weekdaysShort:"su._m\xe5._ty._on._to._fr._lau.".split("_"),weekdaysMin:"su_m\xe5_ty_on_to_fr_la".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] H:mm",LLLL:"dddd D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[I dag klokka] LT",nextDay:"[I morgon klokka] LT",nextWeek:"dddd [klokka] LT",lastDay:"[I g\xe5r klokka] LT",lastWeek:"[F\xf8reg\xe5ande] dddd [klokka] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s sidan",s:"nokre sekund",ss:"%d sekund",m:"eit minutt",mm:"%d minutt",h:"ein time",hh:"%d timar",d:"ein dag",dd:"%d dagar",w:"ei veke",ww:"%d veker",M:"ein m\xe5nad",MM:"%d m\xe5nader",y:"eit \xe5r",yy:"%d \xe5r"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}}),M.defineLocale("oc-lnc",{months:{standalone:"geni\xe8r_febri\xe8r_mar\xe7_abril_mai_junh_julhet_agost_setembre_oct\xf2bre_novembre_decembre".split("_"),format:"de geni\xe8r_de febri\xe8r_de mar\xe7_d'abril_de mai_de junh_de julhet_d'agost_de setembre_d'oct\xf2bre_de novembre_de decembre".split("_"),isFormat:/D[oD]?(\s)+MMMM/},monthsShort:"gen._febr._mar\xe7_abr._mai_junh_julh._ago._set._oct._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"dimenge_diluns_dimars_dim\xe8cres_dij\xf2us_divendres_dissabte".split("_"),weekdaysShort:"dg._dl._dm._dc._dj._dv._ds.".split("_"),weekdaysMin:"dg_dl_dm_dc_dj_dv_ds".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM [de] YYYY",ll:"D MMM YYYY",LLL:"D MMMM [de] YYYY [a] H:mm",lll:"D MMM YYYY, H:mm",LLLL:"dddd D MMMM [de] YYYY [a] H:mm",llll:"ddd D MMM YYYY, H:mm"},calendar:{sameDay:"[u\xe8i a] LT",nextDay:"[deman a] LT",nextWeek:"dddd [a] LT",lastDay:"[i\xe8r a] LT",lastWeek:"dddd [passat a] LT",sameElse:"L"},relativeTime:{future:"d'aqu\xed %s",past:"fa %s",s:"unas segondas",ss:"%d segondas",m:"una minuta",mm:"%d minutas",h:"una ora",hh:"%d oras",d:"un jorn",dd:"%d jorns",M:"un mes",MM:"%d meses",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(r|n|t|\xe8|a)/,ordinal:function(e,a){return e+("w"!==a&&"W"!==a?1===e?"r":2===e?"n":3===e?"r":4===e?"t":"\xe8":"a")},week:{dow:1,doy:4}}),{1:"\u0a67",2:"\u0a68",3:"\u0a69",4:"\u0a6a",5:"\u0a6b",6:"\u0a6c",7:"\u0a6d",8:"\u0a6e",9:"\u0a6f",0:"\u0a66"}),cn={"\u0a67":"1","\u0a68":"2","\u0a69":"3","\u0a6a":"4","\u0a6b":"5","\u0a6c":"6","\u0a6d":"7","\u0a6e":"8","\u0a6f":"9","\u0a66":"0"},Ln=(M.defineLocale("pa-in",{months:"\u0a1c\u0a28\u0a35\u0a30\u0a40_\u0a2b\u0a3c\u0a30\u0a35\u0a30\u0a40_\u0a2e\u0a3e\u0a30\u0a1a_\u0a05\u0a2a\u0a4d\u0a30\u0a48\u0a32_\u0a2e\u0a08_\u0a1c\u0a42\u0a28_\u0a1c\u0a41\u0a32\u0a3e\u0a08_\u0a05\u0a17\u0a38\u0a24_\u0a38\u0a24\u0a70\u0a2c\u0a30_\u0a05\u0a15\u0a24\u0a42\u0a2c\u0a30_\u0a28\u0a35\u0a70\u0a2c\u0a30_\u0a26\u0a38\u0a70\u0a2c\u0a30".split("_"),monthsShort:"\u0a1c\u0a28\u0a35\u0a30\u0a40_\u0a2b\u0a3c\u0a30\u0a35\u0a30\u0a40_\u0a2e\u0a3e\u0a30\u0a1a_\u0a05\u0a2a\u0a4d\u0a30\u0a48\u0a32_\u0a2e\u0a08_\u0a1c\u0a42\u0a28_\u0a1c\u0a41\u0a32\u0a3e\u0a08_\u0a05\u0a17\u0a38\u0a24_\u0a38\u0a24\u0a70\u0a2c\u0a30_\u0a05\u0a15\u0a24\u0a42\u0a2c\u0a30_\u0a28\u0a35\u0a70\u0a2c\u0a30_\u0a26\u0a38\u0a70\u0a2c\u0a30".split("_"),weekdays:"\u0a10\u0a24\u0a35\u0a3e\u0a30_\u0a38\u0a4b\u0a2e\u0a35\u0a3e\u0a30_\u0a2e\u0a70\u0a17\u0a32\u0a35\u0a3e\u0a30_\u0a2c\u0a41\u0a27\u0a35\u0a3e\u0a30_\u0a35\u0a40\u0a30\u0a35\u0a3e\u0a30_\u0a38\u0a3c\u0a41\u0a71\u0a15\u0a30\u0a35\u0a3e\u0a30_\u0a38\u0a3c\u0a28\u0a40\u0a1a\u0a30\u0a35\u0a3e\u0a30".split("_"),weekdaysShort:"\u0a10\u0a24_\u0a38\u0a4b\u0a2e_\u0a2e\u0a70\u0a17\u0a32_\u0a2c\u0a41\u0a27_\u0a35\u0a40\u0a30_\u0a38\u0a3c\u0a41\u0a15\u0a30_\u0a38\u0a3c\u0a28\u0a40".split("_"),weekdaysMin:"\u0a10\u0a24_\u0a38\u0a4b\u0a2e_\u0a2e\u0a70\u0a17\u0a32_\u0a2c\u0a41\u0a27_\u0a35\u0a40\u0a30_\u0a38\u0a3c\u0a41\u0a15\u0a30_\u0a38\u0a3c\u0a28\u0a40".split("_"),longDateFormat:{LT:"A h:mm \u0a35\u0a1c\u0a47",LTS:"A h:mm:ss \u0a35\u0a1c\u0a47",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm \u0a35\u0a1c\u0a47",LLLL:"dddd, D MMMM YYYY, A h:mm \u0a35\u0a1c\u0a47"},calendar:{sameDay:"[\u0a05\u0a1c] LT",nextDay:"[\u0a15\u0a32] LT",nextWeek:"[\u0a05\u0a17\u0a32\u0a3e] dddd, LT",lastDay:"[\u0a15\u0a32] LT",lastWeek:"[\u0a2a\u0a3f\u0a1b\u0a32\u0a47] dddd, LT",sameElse:"L"},relativeTime:{future:"%s \u0a35\u0a3f\u0a71\u0a1a",past:"%s \u0a2a\u0a3f\u0a1b\u0a32\u0a47",s:"\u0a15\u0a41\u0a1d \u0a38\u0a15\u0a3f\u0a70\u0a1f",ss:"%d \u0a38\u0a15\u0a3f\u0a70\u0a1f",m:"\u0a07\u0a15 \u0a2e\u0a3f\u0a70\u0a1f",mm:"%d \u0a2e\u0a3f\u0a70\u0a1f",h:"\u0a07\u0a71\u0a15 \u0a18\u0a70\u0a1f\u0a3e",hh:"%d \u0a18\u0a70\u0a1f\u0a47",d:"\u0a07\u0a71\u0a15 \u0a26\u0a3f\u0a28",dd:"%d \u0a26\u0a3f\u0a28",M:"\u0a07\u0a71\u0a15 \u0a2e\u0a39\u0a40\u0a28\u0a3e",MM:"%d \u0a2e\u0a39\u0a40\u0a28\u0a47",y:"\u0a07\u0a71\u0a15 \u0a38\u0a3e\u0a32",yy:"%d \u0a38\u0a3e\u0a32"},preparse:function(e){return e.replace(/[\u0a67\u0a68\u0a69\u0a6a\u0a6b\u0a6c\u0a6d\u0a6e\u0a6f\u0a66]/g,function(e){return cn[e]})},postformat:function(e){return e.replace(/\d/g,function(e){return hn[e]})},meridiemParse:/\u0a30\u0a3e\u0a24|\u0a38\u0a35\u0a47\u0a30|\u0a26\u0a41\u0a2a\u0a39\u0a3f\u0a30|\u0a38\u0a3c\u0a3e\u0a2e/,meridiemHour:function(e,a){return 12===e&&(e=0),"\u0a30\u0a3e\u0a24"===a?e<4?e:e+12:"\u0a38\u0a35\u0a47\u0a30"===a?e:"\u0a26\u0a41\u0a2a\u0a39\u0a3f\u0a30"===a?10<=e?e:e+12:"\u0a38\u0a3c\u0a3e\u0a2e"===a?e+12:void 0},meridiem:function(e,a,t){return e<4?"\u0a30\u0a3e\u0a24":e<10?"\u0a38\u0a35\u0a47\u0a30":e<17?"\u0a26\u0a41\u0a2a\u0a39\u0a3f\u0a30":e<20?"\u0a38\u0a3c\u0a3e\u0a2e":"\u0a30\u0a3e\u0a24"},week:{dow:0,doy:6}}),"stycze\u0144_luty_marzec_kwiecie\u0144_maj_czerwiec_lipiec_sierpie\u0144_wrzesie\u0144_pa\u017adziernik_listopad_grudzie\u0144".split("_")),Yn="stycznia_lutego_marca_kwietnia_maja_czerwca_lipca_sierpnia_wrze\u015bnia_pa\u017adziernika_listopada_grudnia".split("_"),_=[/^sty/i,/^lut/i,/^mar/i,/^kwi/i,/^maj/i,/^cze/i,/^lip/i,/^sie/i,/^wrz/i,/^pa\u017a/i,/^lis/i,/^gru/i];function yn(e){return e%10<5&&1<e%10&&~~(e/10)%10!=1}function fn(e,a,t){var s=e+" ";switch(t){case"ss":return s+(yn(e)?"sekundy":"sekund");case"m":return a?"minuta":"minut\u0119";case"mm":return s+(yn(e)?"minuty":"minut");case"h":return a?"godzina":"godzin\u0119";case"hh":return s+(yn(e)?"godziny":"godzin");case"ww":return s+(yn(e)?"tygodnie":"tygodni");case"MM":return s+(yn(e)?"miesi\u0105ce":"miesi\u0119cy");case"yy":return s+(yn(e)?"lata":"lat")}}function pn(e,a,t){return e+(20<=e%100||100<=e&&e%100==0?" de ":" ")+{ss:"secunde",mm:"minute",hh:"ore",dd:"zile",ww:"s\u0103pt\u0103m\xe2ni",MM:"luni",yy:"ani"}[t]}function kn(e,a,t){return"m"===t?a?"\u043c\u0438\u043d\u0443\u0442\u0430":"\u043c\u0438\u043d\u0443\u0442\u0443":e+" "+(e=+e,a=(a={ss:a?"\u0441\u0435\u043a\u0443\u043d\u0434\u0430_\u0441\u0435\u043a\u0443\u043d\u0434\u044b_\u0441\u0435\u043a\u0443\u043d\u0434":"\u0441\u0435\u043a\u0443\u043d\u0434\u0443_\u0441\u0435\u043a\u0443\u043d\u0434\u044b_\u0441\u0435\u043a\u0443\u043d\u0434",mm:a?"\u043c\u0438\u043d\u0443\u0442\u0430_\u043c\u0438\u043d\u0443\u0442\u044b_\u043c\u0438\u043d\u0443\u0442":"\u043c\u0438\u043d\u0443\u0442\u0443_\u043c\u0438\u043d\u0443\u0442\u044b_\u043c\u0438\u043d\u0443\u0442",hh:"\u0447\u0430\u0441_\u0447\u0430\u0441\u0430_\u0447\u0430\u0441\u043e\u0432",dd:"\u0434\u0435\u043d\u044c_\u0434\u043d\u044f_\u0434\u043d\u0435\u0439",ww:"\u043d\u0435\u0434\u0435\u043b\u044f_\u043d\u0435\u0434\u0435\u043b\u0438_\u043d\u0435\u0434\u0435\u043b\u044c",MM:"\u043c\u0435\u0441\u044f\u0446_\u043c\u0435\u0441\u044f\u0446\u0430_\u043c\u0435\u0441\u044f\u0446\u0435\u0432",yy:"\u0433\u043e\u0434_\u0433\u043e\u0434\u0430_\u043b\u0435\u0442"}[t]).split("_"),e%10==1&&e%100!=11?a[0]:2<=e%10&&e%10<=4&&(e%100<10||20<=e%100)?a[1]:a[2])}M.defineLocale("pl",{months:function(e,a){return e?(/D MMMM/.test(a)?Yn:Ln)[e.month()]:Ln},monthsShort:"sty_lut_mar_kwi_maj_cze_lip_sie_wrz_pa\u017a_lis_gru".split("_"),monthsParse:_,longMonthsParse:_,shortMonthsParse:_,weekdays:"niedziela_poniedzia\u0142ek_wtorek_\u015broda_czwartek_pi\u0105tek_sobota".split("_"),weekdaysShort:"ndz_pon_wt_\u015br_czw_pt_sob".split("_"),weekdaysMin:"Nd_Pn_Wt_\u015ar_Cz_Pt_So".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Dzi\u015b o] LT",nextDay:"[Jutro o] LT",nextWeek:function(){switch(this.day()){case 0:return"[W niedziel\u0119 o] LT";case 2:return"[We wtorek o] LT";case 3:return"[W \u015brod\u0119 o] LT";case 6:return"[W sobot\u0119 o] LT";default:return"[W] dddd [o] LT"}},lastDay:"[Wczoraj o] LT",lastWeek:function(){switch(this.day()){case 0:return"[W zesz\u0142\u0105 niedziel\u0119 o] LT";case 3:return"[W zesz\u0142\u0105 \u015brod\u0119 o] LT";case 6:return"[W zesz\u0142\u0105 sobot\u0119 o] LT";default:return"[W zesz\u0142y] dddd [o] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"%s temu",s:"kilka sekund",ss:fn,m:fn,mm:fn,h:fn,hh:fn,d:"1 dzie\u0144",dd:"%d dni",w:"tydzie\u0144",ww:fn,M:"miesi\u0105c",MM:fn,y:"rok",yy:fn},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}}),M.defineLocale("pt-br",{months:"janeiro_fevereiro_mar\xe7o_abril_maio_junho_julho_agosto_setembro_outubro_novembro_dezembro".split("_"),monthsShort:"jan_fev_mar_abr_mai_jun_jul_ago_set_out_nov_dez".split("_"),weekdays:"domingo_segunda-feira_ter\xe7a-feira_quarta-feira_quinta-feira_sexta-feira_s\xe1bado".split("_"),weekdaysShort:"dom_seg_ter_qua_qui_sex_s\xe1b".split("_"),weekdaysMin:"do_2\xaa_3\xaa_4\xaa_5\xaa_6\xaa_s\xe1".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY [\xe0s] HH:mm",LLLL:"dddd, D [de] MMMM [de] YYYY [\xe0s] HH:mm"},calendar:{sameDay:"[Hoje \xe0s] LT",nextDay:"[Amanh\xe3 \xe0s] LT",nextWeek:"dddd [\xe0s] LT",lastDay:"[Ontem \xe0s] LT",lastWeek:function(){return 0===this.day()||6===this.day()?"[\xdaltimo] dddd [\xe0s] LT":"[\xdaltima] dddd [\xe0s] LT"},sameElse:"L"},relativeTime:{future:"em %s",past:"h\xe1 %s",s:"poucos segundos",ss:"%d segundos",m:"um minuto",mm:"%d minutos",h:"uma hora",hh:"%d horas",d:"um dia",dd:"%d dias",M:"um m\xeas",MM:"%d meses",y:"um ano",yy:"%d anos"},dayOfMonthOrdinalParse:/\d{1,2}\xba/,ordinal:"%d\xba",invalidDate:"Data inv\xe1lida"}),M.defineLocale("pt",{months:"janeiro_fevereiro_mar\xe7o_abril_maio_junho_julho_agosto_setembro_outubro_novembro_dezembro".split("_"),monthsShort:"jan_fev_mar_abr_mai_jun_jul_ago_set_out_nov_dez".split("_"),weekdays:"Domingo_Segunda-feira_Ter\xe7a-feira_Quarta-feira_Quinta-feira_Sexta-feira_S\xe1bado".split("_"),weekdaysShort:"Dom_Seg_Ter_Qua_Qui_Sex_S\xe1b".split("_"),weekdaysMin:"Do_2\xaa_3\xaa_4\xaa_5\xaa_6\xaa_S\xe1".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY HH:mm",LLLL:"dddd, D [de] MMMM [de] YYYY HH:mm"},calendar:{sameDay:"[Hoje \xe0s] LT",nextDay:"[Amanh\xe3 \xe0s] LT",nextWeek:"dddd [\xe0s] LT",lastDay:"[Ontem \xe0s] LT",lastWeek:function(){return 0===this.day()||6===this.day()?"[\xdaltimo] dddd [\xe0s] LT":"[\xdaltima] dddd [\xe0s] LT"},sameElse:"L"},relativeTime:{future:"em %s",past:"h\xe1 %s",s:"segundos",ss:"%d segundos",m:"um minuto",mm:"%d minutos",h:"uma hora",hh:"%d horas",d:"um dia",dd:"%d dias",w:"uma semana",ww:"%d semanas",M:"um m\xeas",MM:"%d meses",y:"um ano",yy:"%d anos"},dayOfMonthOrdinalParse:/\d{1,2}\xba/,ordinal:"%d\xba",week:{dow:1,doy:4}}),M.defineLocale("ro",{months:"ianuarie_februarie_martie_aprilie_mai_iunie_iulie_august_septembrie_octombrie_noiembrie_decembrie".split("_"),monthsShort:"ian._feb._mart._apr._mai_iun._iul._aug._sept._oct._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"duminic\u0103_luni_mar\u021bi_miercuri_joi_vineri_s\xe2mb\u0103t\u0103".split("_"),weekdaysShort:"Dum_Lun_Mar_Mie_Joi_Vin_S\xe2m".split("_"),weekdaysMin:"Du_Lu_Ma_Mi_Jo_Vi_S\xe2".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[azi la] LT",nextDay:"[m\xe2ine la] LT",nextWeek:"dddd [la] LT",lastDay:"[ieri la] LT",lastWeek:"[fosta] dddd [la] LT",sameElse:"L"},relativeTime:{future:"peste %s",past:"%s \xeen urm\u0103",s:"c\xe2teva secunde",ss:pn,m:"un minut",mm:pn,h:"o or\u0103",hh:pn,d:"o zi",dd:pn,w:"o s\u0103pt\u0103m\xe2n\u0103",ww:pn,M:"o lun\u0103",MM:pn,y:"un an",yy:pn},week:{dow:1,doy:7}});y=[/^\u044f\u043d\u0432/i,/^\u0444\u0435\u0432/i,/^\u043c\u0430\u0440/i,/^\u0430\u043f\u0440/i,/^\u043c\u0430[\u0439\u044f]/i,/^\u0438\u044e\u043d/i,/^\u0438\u044e\u043b/i,/^\u0430\u0432\u0433/i,/^\u0441\u0435\u043d/i,/^\u043e\u043a\u0442/i,/^\u043d\u043e\u044f/i,/^\u0434\u0435\u043a/i],M.defineLocale("ru",{months:{format:"\u044f\u043d\u0432\u0430\u0440\u044f_\u0444\u0435\u0432\u0440\u0430\u043b\u044f_\u043c\u0430\u0440\u0442\u0430_\u0430\u043f\u0440\u0435\u043b\u044f_\u043c\u0430\u044f_\u0438\u044e\u043d\u044f_\u0438\u044e\u043b\u044f_\u0430\u0432\u0433\u0443\u0441\u0442\u0430_\u0441\u0435\u043d\u0442\u044f\u0431\u0440\u044f_\u043e\u043a\u0442\u044f\u0431\u0440\u044f_\u043d\u043e\u044f\u0431\u0440\u044f_\u0434\u0435\u043a\u0430\u0431\u0440\u044f".split("_"),standalone:"\u044f\u043d\u0432\u0430\u0440\u044c_\u0444\u0435\u0432\u0440\u0430\u043b\u044c_\u043c\u0430\u0440\u0442_\u0430\u043f\u0440\u0435\u043b\u044c_\u043c\u0430\u0439_\u0438\u044e\u043d\u044c_\u0438\u044e\u043b\u044c_\u0430\u0432\u0433\u0443\u0441\u0442_\u0441\u0435\u043d\u0442\u044f\u0431\u0440\u044c_\u043e\u043a\u0442\u044f\u0431\u0440\u044c_\u043d\u043e\u044f\u0431\u0440\u044c_\u0434\u0435\u043a\u0430\u0431\u0440\u044c".split("_")},monthsShort:{format:"\u044f\u043d\u0432._\u0444\u0435\u0432\u0440._\u043c\u0430\u0440._\u0430\u043f\u0440._\u043c\u0430\u044f_\u0438\u044e\u043d\u044f_\u0438\u044e\u043b\u044f_\u0430\u0432\u0433._\u0441\u0435\u043d\u0442._\u043e\u043a\u0442._\u043d\u043e\u044f\u0431._\u0434\u0435\u043a.".split("_"),standalone:"\u044f\u043d\u0432._\u0444\u0435\u0432\u0440._\u043c\u0430\u0440\u0442_\u0430\u043f\u0440._\u043c\u0430\u0439_\u0438\u044e\u043d\u044c_\u0438\u044e\u043b\u044c_\u0430\u0432\u0433._\u0441\u0435\u043d\u0442._\u043e\u043a\u0442._\u043d\u043e\u044f\u0431._\u0434\u0435\u043a.".split("_")},weekdays:{standalone:"\u0432\u043e\u0441\u043a\u0440\u0435\u0441\u0435\u043d\u044c\u0435_\u043f\u043e\u043d\u0435\u0434\u0435\u043b\u044c\u043d\u0438\u043a_\u0432\u0442\u043e\u0440\u043d\u0438\u043a_\u0441\u0440\u0435\u0434\u0430_\u0447\u0435\u0442\u0432\u0435\u0440\u0433_\u043f\u044f\u0442\u043d\u0438\u0446\u0430_\u0441\u0443\u0431\u0431\u043e\u0442\u0430".split("_"),format:"\u0432\u043e\u0441\u043a\u0440\u0435\u0441\u0435\u043d\u044c\u0435_\u043f\u043e\u043d\u0435\u0434\u0435\u043b\u044c\u043d\u0438\u043a_\u0432\u0442\u043e\u0440\u043d\u0438\u043a_\u0441\u0440\u0435\u0434\u0443_\u0447\u0435\u0442\u0432\u0435\u0440\u0433_\u043f\u044f\u0442\u043d\u0438\u0446\u0443_\u0441\u0443\u0431\u0431\u043e\u0442\u0443".split("_"),isFormat:/\[ ?[\u0412\u0432] ?(?:\u043f\u0440\u043e\u0448\u043b\u0443\u044e|\u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0443\u044e|\u044d\u0442\u0443)? ?] ?dddd/},weekdaysShort:"\u0432\u0441_\u043f\u043d_\u0432\u0442_\u0441\u0440_\u0447\u0442_\u043f\u0442_\u0441\u0431".split("_"),weekdaysMin:"\u0432\u0441_\u043f\u043d_\u0432\u0442_\u0441\u0440_\u0447\u0442_\u043f\u0442_\u0441\u0431".split("_"),monthsParse:y,longMonthsParse:y,shortMonthsParse:y,monthsRegex:/^(\u044f\u043d\u0432\u0430\u0440[\u044c\u044f]|\u044f\u043d\u0432\.?|\u0444\u0435\u0432\u0440\u0430\u043b[\u044c\u044f]|\u0444\u0435\u0432\u0440?\.?|\u043c\u0430\u0440\u0442\u0430?|\u043c\u0430\u0440\.?|\u0430\u043f\u0440\u0435\u043b[\u044c\u044f]|\u0430\u043f\u0440\.?|\u043c\u0430[\u0439\u044f]|\u0438\u044e\u043d[\u044c\u044f]|\u0438\u044e\u043d\.?|\u0438\u044e\u043b[\u044c\u044f]|\u0438\u044e\u043b\.?|\u0430\u0432\u0433\u0443\u0441\u0442\u0430?|\u0430\u0432\u0433\.?|\u0441\u0435\u043d\u0442\u044f\u0431\u0440[\u044c\u044f]|\u0441\u0435\u043d\u0442?\.?|\u043e\u043a\u0442\u044f\u0431\u0440[\u044c\u044f]|\u043e\u043a\u0442\.?|\u043d\u043e\u044f\u0431\u0440[\u044c\u044f]|\u043d\u043e\u044f\u0431?\.?|\u0434\u0435\u043a\u0430\u0431\u0440[\u044c\u044f]|\u0434\u0435\u043a\.?)/i,monthsShortRegex:/^(\u044f\u043d\u0432\u0430\u0440[\u044c\u044f]|\u044f\u043d\u0432\.?|\u0444\u0435\u0432\u0440\u0430\u043b[\u044c\u044f]|\u0444\u0435\u0432\u0440?\.?|\u043c\u0430\u0440\u0442\u0430?|\u043c\u0430\u0440\.?|\u0430\u043f\u0440\u0435\u043b[\u044c\u044f]|\u0430\u043f\u0440\.?|\u043c\u0430[\u0439\u044f]|\u0438\u044e\u043d[\u044c\u044f]|\u0438\u044e\u043d\.?|\u0438\u044e\u043b[\u044c\u044f]|\u0438\u044e\u043b\.?|\u0430\u0432\u0433\u0443\u0441\u0442\u0430?|\u0430\u0432\u0433\.?|\u0441\u0435\u043d\u0442\u044f\u0431\u0440[\u044c\u044f]|\u0441\u0435\u043d\u0442?\.?|\u043e\u043a\u0442\u044f\u0431\u0440[\u044c\u044f]|\u043e\u043a\u0442\.?|\u043d\u043e\u044f\u0431\u0440[\u044c\u044f]|\u043d\u043e\u044f\u0431?\.?|\u0434\u0435\u043a\u0430\u0431\u0440[\u044c\u044f]|\u0434\u0435\u043a\.?)/i,monthsStrictRegex:/^(\u044f\u043d\u0432\u0430\u0440[\u044f\u044c]|\u0444\u0435\u0432\u0440\u0430\u043b[\u044f\u044c]|\u043c\u0430\u0440\u0442\u0430?|\u0430\u043f\u0440\u0435\u043b[\u044f\u044c]|\u043c\u0430[\u044f\u0439]|\u0438\u044e\u043d[\u044f\u044c]|\u0438\u044e\u043b[\u044f\u044c]|\u0430\u0432\u0433\u0443\u0441\u0442\u0430?|\u0441\u0435\u043d\u0442\u044f\u0431\u0440[\u044f\u044c]|\u043e\u043a\u0442\u044f\u0431\u0440[\u044f\u044c]|\u043d\u043e\u044f\u0431\u0440[\u044f\u044c]|\u0434\u0435\u043a\u0430\u0431\u0440[\u044f\u044c])/i,monthsShortStrictRegex:/^(\u044f\u043d\u0432\.|\u0444\u0435\u0432\u0440?\.|\u043c\u0430\u0440[\u0442.]|\u0430\u043f\u0440\.|\u043c\u0430[\u044f\u0439]|\u0438\u044e\u043d[\u044c\u044f.]|\u0438\u044e\u043b[\u044c\u044f.]|\u0430\u0432\u0433\.|\u0441\u0435\u043d\u0442?\.|\u043e\u043a\u0442\.|\u043d\u043e\u044f\u0431?\.|\u0434\u0435\u043a\.)/i,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY \u0433.",LLL:"D MMMM YYYY \u0433., H:mm",LLLL:"dddd, D MMMM YYYY \u0433., H:mm"},calendar:{sameDay:"[\u0421\u0435\u0433\u043e\u0434\u043d\u044f, \u0432] LT",nextDay:"[\u0417\u0430\u0432\u0442\u0440\u0430, \u0432] LT",lastDay:"[\u0412\u0447\u0435\u0440\u0430, \u0432] LT",nextWeek:function(e){if(e.week()===this.week())return 2===this.day()?"[\u0412\u043e] dddd, [\u0432] LT":"[\u0412] dddd, [\u0432] LT";switch(this.day()){case 0:return"[\u0412 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u0435] dddd, [\u0432] LT";case 1:case 2:case 4:return"[\u0412 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0439] dddd, [\u0432] LT";case 3:case 5:case 6:return"[\u0412 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0443\u044e] dddd, [\u0432] LT"}},lastWeek:function(e){if(e.week()===this.week())return 2===this.day()?"[\u0412\u043e] dddd, [\u0432] LT":"[\u0412] dddd, [\u0432] LT";switch(this.day()){case 0:return"[\u0412 \u043f\u0440\u043e\u0448\u043b\u043e\u0435] dddd, [\u0432] LT";case 1:case 2:case 4:return"[\u0412 \u043f\u0440\u043e\u0448\u043b\u044b\u0439] dddd, [\u0432] LT";case 3:case 5:case 6:return"[\u0412 \u043f\u0440\u043e\u0448\u043b\u0443\u044e] dddd, [\u0432] LT"}},sameElse:"L"},relativeTime:{future:"\u0447\u0435\u0440\u0435\u0437 %s",past:"%s \u043d\u0430\u0437\u0430\u0434",s:"\u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u0441\u0435\u043a\u0443\u043d\u0434",ss:kn,m:kn,mm:kn,h:"\u0447\u0430\u0441",hh:kn,d:"\u0434\u0435\u043d\u044c",dd:kn,w:"\u043d\u0435\u0434\u0435\u043b\u044f",ww:kn,M:"\u043c\u0435\u0441\u044f\u0446",MM:kn,y:"\u0433\u043e\u0434",yy:kn},meridiemParse:/\u043d\u043e\u0447\u0438|\u0443\u0442\u0440\u0430|\u0434\u043d\u044f|\u0432\u0435\u0447\u0435\u0440\u0430/i,isPM:function(e){return/^(\u0434\u043d\u044f|\u0432\u0435\u0447\u0435\u0440\u0430)$/.test(e)},meridiem:function(e,a,t){return e<4?"\u043d\u043e\u0447\u0438":e<12?"\u0443\u0442\u0440\u0430":e<17?"\u0434\u043d\u044f":"\u0432\u0435\u0447\u0435\u0440\u0430"},dayOfMonthOrdinalParse:/\d{1,2}-(\u0439|\u0433\u043e|\u044f)/,ordinal:function(e,a){switch(a){case"M":case"d":case"DDD":return e+"-\u0439";case"D":return e+"-\u0433\u043e";case"w":case"W":return e+"-\u044f";default:return e}},week:{dow:1,doy:4}}),Y=["\u062c\u0646\u0648\u0631\u064a","\u0641\u064a\u0628\u0631\u0648\u0631\u064a","\u0645\u0627\u0631\u0686","\u0627\u067e\u0631\u064a\u0644","\u0645\u0626\u064a","\u062c\u0648\u0646","\u062c\u0648\u0644\u0627\u0621\u0650","\u0622\u06af\u0633\u067d","\u0633\u064a\u067e\u067d\u0645\u0628\u0631","\u0622\u06aa\u067d\u0648\u0628\u0631","\u0646\u0648\u0645\u0628\u0631","\u068a\u0633\u0645\u0628\u0631"],Ke=["\u0622\u0686\u0631","\u0633\u0648\u0645\u0631","\u0627\u06b1\u0627\u0631\u0648","\u0627\u0631\u0628\u0639","\u062e\u0645\u064a\u0633","\u062c\u0645\u0639","\u0687\u0646\u0687\u0631"],M.defineLocale("sd",{months:Y,monthsShort:Y,weekdays:Ke,weekdaysShort:Ke,weekdaysMin:Ke,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd\u060c D MMMM YYYY HH:mm"},meridiemParse:/\u0635\u0628\u062d|\u0634\u0627\u0645/,isPM:function(e){return"\u0634\u0627\u0645"===e},meridiem:function(e,a,t){return e<12?"\u0635\u0628\u062d":"\u0634\u0627\u0645"},calendar:{sameDay:"[\u0627\u0684] LT",nextDay:"[\u0633\u0680\u0627\u06bb\u064a] LT",nextWeek:"dddd [\u0627\u06b3\u064a\u0646 \u0647\u0641\u062a\u064a \u062a\u064a] LT",lastDay:"[\u06aa\u0627\u0644\u0647\u0647] LT",lastWeek:"[\u06af\u0632\u0631\u064a\u0644 \u0647\u0641\u062a\u064a] dddd [\u062a\u064a] LT",sameElse:"L"},relativeTime:{future:"%s \u067e\u0648\u0621",past:"%s \u0627\u06b3",s:"\u0686\u0646\u062f \u0633\u064a\u06aa\u0646\u068a",ss:"%d \u0633\u064a\u06aa\u0646\u068a",m:"\u0647\u06aa \u0645\u0646\u067d",mm:"%d \u0645\u0646\u067d",h:"\u0647\u06aa \u06aa\u0644\u0627\u06aa",hh:"%d \u06aa\u0644\u0627\u06aa",d:"\u0647\u06aa \u068f\u064a\u0646\u0647\u0646",dd:"%d \u068f\u064a\u0646\u0647\u0646",M:"\u0647\u06aa \u0645\u0647\u064a\u0646\u0648",MM:"%d \u0645\u0647\u064a\u0646\u0627",y:"\u0647\u06aa \u0633\u0627\u0644",yy:"%d \u0633\u0627\u0644"},preparse:function(e){return e.replace(/\u060c/g,",")},postformat:function(e){return e.replace(/,/g,"\u060c")},week:{dow:1,doy:4}}),M.defineLocale("se",{months:"o\u0111\u0111ajagem\xe1nnu_guovvam\xe1nnu_njuk\u010dam\xe1nnu_cuo\u014bom\xe1nnu_miessem\xe1nnu_geassem\xe1nnu_suoidnem\xe1nnu_borgem\xe1nnu_\u010dak\u010dam\xe1nnu_golggotm\xe1nnu_sk\xe1bmam\xe1nnu_juovlam\xe1nnu".split("_"),monthsShort:"o\u0111\u0111j_guov_njuk_cuo_mies_geas_suoi_borg_\u010dak\u010d_golg_sk\xe1b_juov".split("_"),weekdays:"sotnabeaivi_vuoss\xe1rga_ma\u014b\u014beb\xe1rga_gaskavahkku_duorastat_bearjadat_l\xe1vvardat".split("_"),weekdaysShort:"sotn_vuos_ma\u014b_gask_duor_bear_l\xe1v".split("_"),weekdaysMin:"s_v_m_g_d_b_L".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"MMMM D. [b.] YYYY",LLL:"MMMM D. [b.] YYYY [ti.] HH:mm",LLLL:"dddd, MMMM D. [b.] YYYY [ti.] HH:mm"},calendar:{sameDay:"[otne ti] LT",nextDay:"[ihttin ti] LT",nextWeek:"dddd [ti] LT",lastDay:"[ikte ti] LT",lastWeek:"[ovddit] dddd [ti] LT",sameElse:"L"},relativeTime:{future:"%s gea\u017ees",past:"ma\u014bit %s",s:"moadde sekunddat",ss:"%d sekunddat",m:"okta minuhta",mm:"%d minuhtat",h:"okta diimmu",hh:"%d diimmut",d:"okta beaivi",dd:"%d beaivvit",M:"okta m\xe1nnu",MM:"%d m\xe1nut",y:"okta jahki",yy:"%d jagit"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}}),M.defineLocale("si",{months:"\u0da2\u0db1\u0dc0\u0dcf\u0dbb\u0dd2_\u0db4\u0dd9\u0db6\u0dbb\u0dc0\u0dcf\u0dbb\u0dd2_\u0db8\u0dcf\u0dbb\u0dca\u0dad\u0dd4_\u0d85\u0db4\u0dca\u200d\u0dbb\u0dda\u0dbd\u0dca_\u0db8\u0dd0\u0dba\u0dd2_\u0da2\u0dd6\u0db1\u0dd2_\u0da2\u0dd6\u0dbd\u0dd2_\u0d85\u0d9c\u0ddd\u0dc3\u0dca\u0dad\u0dd4_\u0dc3\u0dd0\u0db4\u0dca\u0dad\u0dd0\u0db8\u0dca\u0db6\u0dbb\u0dca_\u0d94\u0d9a\u0dca\u0dad\u0ddd\u0db6\u0dbb\u0dca_\u0db1\u0ddc\u0dc0\u0dd0\u0db8\u0dca\u0db6\u0dbb\u0dca_\u0daf\u0dd9\u0dc3\u0dd0\u0db8\u0dca\u0db6\u0dbb\u0dca".split("_"),monthsShort:"\u0da2\u0db1_\u0db4\u0dd9\u0db6_\u0db8\u0dcf\u0dbb\u0dca_\u0d85\u0db4\u0dca_\u0db8\u0dd0\u0dba\u0dd2_\u0da2\u0dd6\u0db1\u0dd2_\u0da2\u0dd6\u0dbd\u0dd2_\u0d85\u0d9c\u0ddd_\u0dc3\u0dd0\u0db4\u0dca_\u0d94\u0d9a\u0dca_\u0db1\u0ddc\u0dc0\u0dd0_\u0daf\u0dd9\u0dc3\u0dd0".split("_"),weekdays:"\u0d89\u0dbb\u0dd2\u0daf\u0dcf_\u0dc3\u0db3\u0dd4\u0daf\u0dcf_\u0d85\u0d9f\u0dc4\u0dbb\u0dd4\u0dc0\u0dcf\u0daf\u0dcf_\u0db6\u0daf\u0dcf\u0daf\u0dcf_\u0db6\u0dca\u200d\u0dbb\u0dc4\u0dc3\u0dca\u0db4\u0dad\u0dd2\u0db1\u0dca\u0daf\u0dcf_\u0dc3\u0dd2\u0d9a\u0dd4\u0dbb\u0dcf\u0daf\u0dcf_\u0dc3\u0dd9\u0db1\u0dc3\u0dd4\u0dbb\u0dcf\u0daf\u0dcf".split("_"),weekdaysShort:"\u0d89\u0dbb\u0dd2_\u0dc3\u0db3\u0dd4_\u0d85\u0d9f_\u0db6\u0daf\u0dcf_\u0db6\u0dca\u200d\u0dbb\u0dc4_\u0dc3\u0dd2\u0d9a\u0dd4_\u0dc3\u0dd9\u0db1".split("_"),weekdaysMin:"\u0d89_\u0dc3_\u0d85_\u0db6_\u0db6\u0dca\u200d\u0dbb_\u0dc3\u0dd2_\u0dc3\u0dd9".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"a h:mm",LTS:"a h:mm:ss",L:"YYYY/MM/DD",LL:"YYYY MMMM D",LLL:"YYYY MMMM D, a h:mm",LLLL:"YYYY MMMM D [\u0dc0\u0dd0\u0db1\u0dd2] dddd, a h:mm:ss"},calendar:{sameDay:"[\u0d85\u0daf] LT[\u0da7]",nextDay:"[\u0dc4\u0dd9\u0da7] LT[\u0da7]",nextWeek:"dddd LT[\u0da7]",lastDay:"[\u0d8a\u0dba\u0dda] LT[\u0da7]",lastWeek:"[\u0db4\u0dc3\u0dd4\u0d9c\u0dd2\u0dba] dddd LT[\u0da7]",sameElse:"L"},relativeTime:{future:"%s\u0d9a\u0dd2\u0db1\u0dca",past:"%s\u0d9a\u0da7 \u0db4\u0dd9\u0dbb",s:"\u0dad\u0dad\u0dca\u0db4\u0dbb \u0d9a\u0dd2\u0dc4\u0dd2\u0db4\u0dba",ss:"\u0dad\u0dad\u0dca\u0db4\u0dbb %d",m:"\u0db8\u0dd2\u0db1\u0dd2\u0dad\u0dca\u0dad\u0dd4\u0dc0",mm:"\u0db8\u0dd2\u0db1\u0dd2\u0dad\u0dca\u0dad\u0dd4 %d",h:"\u0db4\u0dd0\u0dba",hh:"\u0db4\u0dd0\u0dba %d",d:"\u0daf\u0dd2\u0db1\u0dba",dd:"\u0daf\u0dd2\u0db1 %d",M:"\u0db8\u0dcf\u0dc3\u0dba",MM:"\u0db8\u0dcf\u0dc3 %d",y:"\u0dc0\u0dc3\u0dbb",yy:"\u0dc0\u0dc3\u0dbb %d"},dayOfMonthOrdinalParse:/\d{1,2} \u0dc0\u0dd0\u0db1\u0dd2/,ordinal:function(e){return e+" \u0dc0\u0dd0\u0db1\u0dd2"},meridiemParse:/\u0db4\u0dd9\u0dbb \u0dc0\u0dbb\u0dd4|\u0db4\u0dc3\u0dca \u0dc0\u0dbb\u0dd4|\u0db4\u0dd9.\u0dc0|\u0db4.\u0dc0./,isPM:function(e){return"\u0db4.\u0dc0."===e||"\u0db4\u0dc3\u0dca \u0dc0\u0dbb\u0dd4"===e},meridiem:function(e,a,t){return 11<e?t?"\u0db4.\u0dc0.":"\u0db4\u0dc3\u0dca \u0dc0\u0dbb\u0dd4":t?"\u0db4\u0dd9.\u0dc0.":"\u0db4\u0dd9\u0dbb \u0dc0\u0dbb\u0dd4"}}),Ht="janu\xe1r_febru\xe1r_marec_apr\xedl_m\xe1j_j\xfan_j\xfal_august_september_okt\xf3ber_november_december".split("_"),r="jan_feb_mar_apr_m\xe1j_j\xfan_j\xfal_aug_sep_okt_nov_dec".split("_");function Dn(e){return 1<e&&e<5}function Tn(e,a,t,s){var n=e+" ";switch(t){case"s":return a||s?"p\xe1r sek\xfand":"p\xe1r sekundami";case"ss":return a||s?n+(Dn(e)?"sekundy":"sek\xfand"):n+"sekundami";case"m":return a?"min\xfata":s?"min\xfatu":"min\xfatou";case"mm":return a||s?n+(Dn(e)?"min\xfaty":"min\xfat"):n+"min\xfatami";case"h":return a?"hodina":s?"hodinu":"hodinou";case"hh":return a||s?n+(Dn(e)?"hodiny":"hod\xedn"):n+"hodinami";case"d":return a||s?"de\u0148":"d\u0148om";case"dd":return a||s?n+(Dn(e)?"dni":"dn\xed"):n+"d\u0148ami";case"M":return a||s?"mesiac":"mesiacom";case"MM":return a||s?n+(Dn(e)?"mesiace":"mesiacov"):n+"mesiacmi";case"y":return a||s?"rok":"rokom";case"yy":return a||s?n+(Dn(e)?"roky":"rokov"):n+"rokmi"}}function gn(e,a,t,s){var n=e+" ";switch(t){case"s":return a||s?"nekaj sekund":"nekaj sekundami";case"ss":return n+=1===e?a?"sekundo":"sekundi":2===e?a||s?"sekundi":"sekundah":e<5?a||s?"sekunde":"sekundah":"sekund";case"m":return a?"ena minuta":"eno minuto";case"mm":return n+=1===e?a?"minuta":"minuto":2===e?a||s?"minuti":"minutama":e<5?a||s?"minute":"minutami":a||s?"minut":"minutami";case"h":return a?"ena ura":"eno uro";case"hh":return n+=1===e?a?"ura":"uro":2===e?a||s?"uri":"urama":e<5?a||s?"ure":"urami":a||s?"ur":"urami";case"d":return a||s?"en dan":"enim dnem";case"dd":return n+=1===e?a||s?"dan":"dnem":2===e?a||s?"dni":"dnevoma":a||s?"dni":"dnevi";case"M":return a||s?"en mesec":"enim mesecem";case"MM":return n+=1===e?a||s?"mesec":"mesecem":2===e?a||s?"meseca":"mesecema":e<5?a||s?"mesece":"meseci":a||s?"mesecev":"meseci";case"y":return a||s?"eno leto":"enim letom";case"yy":return n+=1===e?a||s?"leto":"letom":2===e?a||s?"leti":"letoma":e<5?a||s?"leta":"leti":a||s?"let":"leti"}}M.defineLocale("sk",{months:Ht,monthsShort:r,weekdays:"nede\u013ea_pondelok_utorok_streda_\u0161tvrtok_piatok_sobota".split("_"),weekdaysShort:"ne_po_ut_st_\u0161t_pi_so".split("_"),weekdaysMin:"ne_po_ut_st_\u0161t_pi_so".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd D. MMMM YYYY H:mm"},calendar:{sameDay:"[dnes o] LT",nextDay:"[zajtra o] LT",nextWeek:function(){switch(this.day()){case 0:return"[v nede\u013eu o] LT";case 1:case 2:return"[v] dddd [o] LT";case 3:return"[v stredu o] LT";case 4:return"[vo \u0161tvrtok o] LT";case 5:return"[v piatok o] LT";case 6:return"[v sobotu o] LT"}},lastDay:"[v\u010dera o] LT",lastWeek:function(){switch(this.day()){case 0:return"[minul\xfa nede\u013eu o] LT";case 1:case 2:return"[minul\xfd] dddd [o] LT";case 3:return"[minul\xfa stredu o] LT";case 4:case 5:return"[minul\xfd] dddd [o] LT";case 6:return"[minul\xfa sobotu o] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"pred %s",s:Tn,ss:Tn,m:Tn,mm:Tn,h:Tn,hh:Tn,d:Tn,dd:Tn,M:Tn,MM:Tn,y:Tn,yy:Tn},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}}),M.defineLocale("sl",{months:"januar_februar_marec_april_maj_junij_julij_avgust_september_oktober_november_december".split("_"),monthsShort:"jan._feb._mar._apr._maj._jun._jul._avg._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedelja_ponedeljek_torek_sreda_\u010detrtek_petek_sobota".split("_"),weekdaysShort:"ned._pon._tor._sre._\u010det._pet._sob.".split("_"),weekdaysMin:"ne_po_to_sr_\u010de_pe_so".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD. MM. YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danes ob] LT",nextDay:"[jutri ob] LT",nextWeek:function(){switch(this.day()){case 0:return"[v] [nedeljo] [ob] LT";case 3:return"[v] [sredo] [ob] LT";case 6:return"[v] [soboto] [ob] LT";case 1:case 2:case 4:case 5:return"[v] dddd [ob] LT"}},lastDay:"[v\u010deraj ob] LT",lastWeek:function(){switch(this.day()){case 0:return"[prej\u0161njo] [nedeljo] [ob] LT";case 3:return"[prej\u0161njo] [sredo] [ob] LT";case 6:return"[prej\u0161njo] [soboto] [ob] LT";case 1:case 2:case 4:case 5:return"[prej\u0161nji] dddd [ob] LT"}},sameElse:"L"},relativeTime:{future:"\u010dez %s",past:"pred %s",s:gn,ss:gn,m:gn,mm:gn,h:gn,hh:gn,d:gn,dd:gn,M:gn,MM:gn,y:gn,yy:gn},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}}),M.defineLocale("sq",{months:"Janar_Shkurt_Mars_Prill_Maj_Qershor_Korrik_Gusht_Shtator_Tetor_N\xebntor_Dhjetor".split("_"),monthsShort:"Jan_Shk_Mar_Pri_Maj_Qer_Kor_Gus_Sht_Tet_N\xebn_Dhj".split("_"),weekdays:"E Diel_E H\xebn\xeb_E Mart\xeb_E M\xebrkur\xeb_E Enjte_E Premte_E Shtun\xeb".split("_"),weekdaysShort:"Die_H\xebn_Mar_M\xebr_Enj_Pre_Sht".split("_"),weekdaysMin:"D_H_Ma_M\xeb_E_P_Sh".split("_"),weekdaysParseExact:!0,meridiemParse:/PD|MD/,isPM:function(e){return"M"===e.charAt(0)},meridiem:function(e,a,t){return e<12?"PD":"MD"},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Sot n\xeb] LT",nextDay:"[Nes\xebr n\xeb] LT",nextWeek:"dddd [n\xeb] LT",lastDay:"[Dje n\xeb] LT",lastWeek:"dddd [e kaluar n\xeb] LT",sameElse:"L"},relativeTime:{future:"n\xeb %s",past:"%s m\xeb par\xeb",s:"disa sekonda",ss:"%d sekonda",m:"nj\xeb minut\xeb",mm:"%d minuta",h:"nj\xeb or\xeb",hh:"%d or\xeb",d:"nj\xeb dit\xeb",dd:"%d dit\xeb",M:"nj\xeb muaj",MM:"%d muaj",y:"nj\xeb vit",yy:"%d vite"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});var W={words:{ss:["\u0441\u0435\u043a\u0443\u043d\u0434\u0430","\u0441\u0435\u043a\u0443\u043d\u0434\u0435","\u0441\u0435\u043a\u0443\u043d\u0434\u0438"],m:["\u0458\u0435\u0434\u0430\u043d \u043c\u0438\u043d\u0443\u0442","\u0458\u0435\u0434\u043d\u043e\u0433 \u043c\u0438\u043d\u0443\u0442\u0430"],mm:["\u043c\u0438\u043d\u0443\u0442","\u043c\u0438\u043d\u0443\u0442\u0430","\u043c\u0438\u043d\u0443\u0442\u0430"],h:["\u0458\u0435\u0434\u0430\u043d \u0441\u0430\u0442","\u0458\u0435\u0434\u043d\u043e\u0433 \u0441\u0430\u0442\u0430"],hh:["\u0441\u0430\u0442","\u0441\u0430\u0442\u0430","\u0441\u0430\u0442\u0438"],d:["\u0458\u0435\u0434\u0430\u043d \u0434\u0430\u043d","\u0458\u0435\u0434\u043d\u043e\u0433 \u0434\u0430\u043d\u0430"],dd:["\u0434\u0430\u043d","\u0434\u0430\u043d\u0430","\u0434\u0430\u043d\u0430"],M:["\u0458\u0435\u0434\u0430\u043d \u043c\u0435\u0441\u0435\u0446","\u0458\u0435\u0434\u043d\u043e\u0433 \u043c\u0435\u0441\u0435\u0446\u0430"],MM:["\u043c\u0435\u0441\u0435\u0446","\u043c\u0435\u0441\u0435\u0446\u0430","\u043c\u0435\u0441\u0435\u0446\u0438"],y:["\u0458\u0435\u0434\u043d\u0443 \u0433\u043e\u0434\u0438\u043d\u0443","\u0458\u0435\u0434\u043d\u0435 \u0433\u043e\u0434\u0438\u043d\u0435"],yy:["\u0433\u043e\u0434\u0438\u043d\u0443","\u0433\u043e\u0434\u0438\u043d\u0435","\u0433\u043e\u0434\u0438\u043d\u0430"]},correctGrammaticalCase:function(e,a){return 1<=e%10&&e%10<=4&&(e%100<10||20<=e%100)?e%10==1?a[0]:a[1]:a[2]},translate:function(e,a,t,s){var n=W.words[t];return 1===t.length?"y"===t&&a?"\u0458\u0435\u0434\u043d\u0430 \u0433\u043e\u0434\u0438\u043d\u0430":s||a?n[0]:n[1]:(s=W.correctGrammaticalCase(e,n),"yy"===t&&a&&"\u0433\u043e\u0434\u0438\u043d\u0443"===s?e+" \u0433\u043e\u0434\u0438\u043d\u0430":e+" "+s)}},A=(M.defineLocale("sr-cyrl",{months:"\u0458\u0430\u043d\u0443\u0430\u0440_\u0444\u0435\u0431\u0440\u0443\u0430\u0440_\u043c\u0430\u0440\u0442_\u0430\u043f\u0440\u0438\u043b_\u043c\u0430\u0458_\u0458\u0443\u043d_\u0458\u0443\u043b_\u0430\u0432\u0433\u0443\u0441\u0442_\u0441\u0435\u043f\u0442\u0435\u043c\u0431\u0430\u0440_\u043e\u043a\u0442\u043e\u0431\u0430\u0440_\u043d\u043e\u0432\u0435\u043c\u0431\u0430\u0440_\u0434\u0435\u0446\u0435\u043c\u0431\u0430\u0440".split("_"),monthsShort:"\u0458\u0430\u043d._\u0444\u0435\u0431._\u043c\u0430\u0440._\u0430\u043f\u0440._\u043c\u0430\u0458_\u0458\u0443\u043d_\u0458\u0443\u043b_\u0430\u0432\u0433._\u0441\u0435\u043f._\u043e\u043a\u0442._\u043d\u043e\u0432._\u0434\u0435\u0446.".split("_"),monthsParseExact:!0,weekdays:"\u043d\u0435\u0434\u0435\u0459\u0430_\u043f\u043e\u043d\u0435\u0434\u0435\u0459\u0430\u043a_\u0443\u0442\u043e\u0440\u0430\u043a_\u0441\u0440\u0435\u0434\u0430_\u0447\u0435\u0442\u0432\u0440\u0442\u0430\u043a_\u043f\u0435\u0442\u0430\u043a_\u0441\u0443\u0431\u043e\u0442\u0430".split("_"),weekdaysShort:"\u043d\u0435\u0434._\u043f\u043e\u043d._\u0443\u0442\u043e._\u0441\u0440\u0435._\u0447\u0435\u0442._\u043f\u0435\u0442._\u0441\u0443\u0431.".split("_"),weekdaysMin:"\u043d\u0435_\u043f\u043e_\u0443\u0442_\u0441\u0440_\u0447\u0435_\u043f\u0435_\u0441\u0443".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D. M. YYYY.",LL:"D. MMMM YYYY.",LLL:"D. MMMM YYYY. H:mm",LLLL:"dddd, D. MMMM YYYY. H:mm"},calendar:{sameDay:"[\u0434\u0430\u043d\u0430\u0441 \u0443] LT",nextDay:"[\u0441\u0443\u0442\u0440\u0430 \u0443] LT",nextWeek:function(){switch(this.day()){case 0:return"[\u0443] [\u043d\u0435\u0434\u0435\u0459\u0443] [\u0443] LT";case 3:return"[\u0443] [\u0441\u0440\u0435\u0434\u0443] [\u0443] LT";case 6:return"[\u0443] [\u0441\u0443\u0431\u043e\u0442\u0443] [\u0443] LT";case 1:case 2:case 4:case 5:return"[\u0443] dddd [\u0443] LT"}},lastDay:"[\u0458\u0443\u0447\u0435 \u0443] LT",lastWeek:function(){return["[\u043f\u0440\u043e\u0448\u043b\u0435] [\u043d\u0435\u0434\u0435\u0459\u0435] [\u0443] LT","[\u043f\u0440\u043e\u0448\u043b\u043e\u0433] [\u043f\u043e\u043d\u0435\u0434\u0435\u0459\u043a\u0430] [\u0443] LT","[\u043f\u0440\u043e\u0448\u043b\u043e\u0433] [\u0443\u0442\u043e\u0440\u043a\u0430] [\u0443] LT","[\u043f\u0440\u043e\u0448\u043b\u0435] [\u0441\u0440\u0435\u0434\u0435] [\u0443] LT","[\u043f\u0440\u043e\u0448\u043b\u043e\u0433] [\u0447\u0435\u0442\u0432\u0440\u0442\u043a\u0430] [\u0443] LT","[\u043f\u0440\u043e\u0448\u043b\u043e\u0433] [\u043f\u0435\u0442\u043a\u0430] [\u0443] LT","[\u043f\u0440\u043e\u0448\u043b\u0435] [\u0441\u0443\u0431\u043e\u0442\u0435] [\u0443] LT"][this.day()]},sameElse:"L"},relativeTime:{future:"\u0437\u0430 %s",past:"\u043f\u0440\u0435 %s",s:"\u043d\u0435\u043a\u043e\u043b\u0438\u043a\u043e \u0441\u0435\u043a\u0443\u043d\u0434\u0438",ss:W.translate,m:W.translate,mm:W.translate,h:W.translate,hh:W.translate,d:W.translate,dd:W.translate,M:W.translate,MM:W.translate,y:W.translate,yy:W.translate},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}}),{words:{ss:["sekunda","sekunde","sekundi"],m:["jedan minut","jednog minuta"],mm:["minut","minuta","minuta"],h:["jedan sat","jednog sata"],hh:["sat","sata","sati"],d:["jedan dan","jednog dana"],dd:["dan","dana","dana"],M:["jedan mesec","jednog meseca"],MM:["mesec","meseca","meseci"],y:["jednu godinu","jedne godine"],yy:["godinu","godine","godina"]},correctGrammaticalCase:function(e,a){return 1<=e%10&&e%10<=4&&(e%100<10||20<=e%100)?e%10==1?a[0]:a[1]:a[2]},translate:function(e,a,t,s){var n=A.words[t];return 1===t.length?"y"===t&&a?"jedna godina":s||a?n[0]:n[1]:(s=A.correctGrammaticalCase(e,n),"yy"===t&&a&&"godinu"===s?e+" godina":e+" "+s)}}),wn=(M.defineLocale("sr",{months:"januar_februar_mart_april_maj_jun_jul_avgust_septembar_oktobar_novembar_decembar".split("_"),monthsShort:"jan._feb._mar._apr._maj_jun_jul_avg._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedelja_ponedeljak_utorak_sreda_\u010detvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sre._\u010det._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_\u010de_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D. M. YYYY.",LL:"D. MMMM YYYY.",LLL:"D. MMMM YYYY. H:mm",LLLL:"dddd, D. MMMM YYYY. H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedelju] [u] LT";case 3:return"[u] [sredu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[ju\u010de u] LT",lastWeek:function(){return["[pro\u0161le] [nedelje] [u] LT","[pro\u0161log] [ponedeljka] [u] LT","[pro\u0161log] [utorka] [u] LT","[pro\u0161le] [srede] [u] LT","[pro\u0161log] [\u010detvrtka] [u] LT","[pro\u0161log] [petka] [u] LT","[pro\u0161le] [subote] [u] LT"][this.day()]},sameElse:"L"},relativeTime:{future:"za %s",past:"pre %s",s:"nekoliko sekundi",ss:A.translate,m:A.translate,mm:A.translate,h:A.translate,hh:A.translate,d:A.translate,dd:A.translate,M:A.translate,MM:A.translate,y:A.translate,yy:A.translate},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}}),M.defineLocale("ss",{months:"Bhimbidvwane_Indlovana_Indlov'lenkhulu_Mabasa_Inkhwekhweti_Inhlaba_Kholwane_Ingci_Inyoni_Imphala_Lweti_Ingongoni".split("_"),monthsShort:"Bhi_Ina_Inu_Mab_Ink_Inh_Kho_Igc_Iny_Imp_Lwe_Igo".split("_"),weekdays:"Lisontfo_Umsombuluko_Lesibili_Lesitsatfu_Lesine_Lesihlanu_Umgcibelo".split("_"),weekdaysShort:"Lis_Umb_Lsb_Les_Lsi_Lsh_Umg".split("_"),weekdaysMin:"Li_Us_Lb_Lt_Ls_Lh_Ug".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Namuhla nga] LT",nextDay:"[Kusasa nga] LT",nextWeek:"dddd [nga] LT",lastDay:"[Itolo nga] LT",lastWeek:"dddd [leliphelile] [nga] LT",sameElse:"L"},relativeTime:{future:"nga %s",past:"wenteka nga %s",s:"emizuzwana lomcane",ss:"%d mzuzwana",m:"umzuzu",mm:"%d emizuzu",h:"lihora",hh:"%d emahora",d:"lilanga",dd:"%d emalanga",M:"inyanga",MM:"%d tinyanga",y:"umnyaka",yy:"%d iminyaka"},meridiemParse:/ekuseni|emini|entsambama|ebusuku/,meridiem:function(e,a,t){return e<11?"ekuseni":e<15?"emini":e<19?"entsambama":"ebusuku"},meridiemHour:function(e,a){return 12===e&&(e=0),"ekuseni"===a?e:"emini"===a?11<=e?e:e+12:"entsambama"===a||"ebusuku"===a?0===e?0:e+12:void 0},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:"%d",week:{dow:1,doy:4}}),M.defineLocale("sv",{months:"januari_februari_mars_april_maj_juni_juli_augusti_september_oktober_november_december".split("_"),monthsShort:"jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec".split("_"),weekdays:"s\xf6ndag_m\xe5ndag_tisdag_onsdag_torsdag_fredag_l\xf6rdag".split("_"),weekdaysShort:"s\xf6n_m\xe5n_tis_ons_tor_fre_l\xf6r".split("_"),weekdaysMin:"s\xf6_m\xe5_ti_on_to_fr_l\xf6".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [kl.] HH:mm",LLLL:"dddd D MMMM YYYY [kl.] HH:mm",lll:"D MMM YYYY HH:mm",llll:"ddd D MMM YYYY HH:mm"},calendar:{sameDay:"[Idag] LT",nextDay:"[Imorgon] LT",lastDay:"[Ig\xe5r] LT",nextWeek:"[P\xe5] dddd LT",lastWeek:"[I] dddd[s] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"f\xf6r %s sedan",s:"n\xe5gra sekunder",ss:"%d sekunder",m:"en minut",mm:"%d minuter",h:"en timme",hh:"%d timmar",d:"en dag",dd:"%d dagar",M:"en m\xe5nad",MM:"%d m\xe5nader",y:"ett \xe5r",yy:"%d \xe5r"},dayOfMonthOrdinalParse:/\d{1,2}(\:e|\:a)/,ordinal:function(e){var a=e%10;return e+(1!=~~(e%100/10)&&(1==a||2==a)?":a":":e")},week:{dow:1,doy:4}}),M.defineLocale("sw",{months:"Januari_Februari_Machi_Aprili_Mei_Juni_Julai_Agosti_Septemba_Oktoba_Novemba_Desemba".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ago_Sep_Okt_Nov_Des".split("_"),weekdays:"Jumapili_Jumatatu_Jumanne_Jumatano_Alhamisi_Ijumaa_Jumamosi".split("_"),weekdaysShort:"Jpl_Jtat_Jnne_Jtan_Alh_Ijm_Jmos".split("_"),weekdaysMin:"J2_J3_J4_J5_Al_Ij_J1".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"hh:mm A",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[leo saa] LT",nextDay:"[kesho saa] LT",nextWeek:"[wiki ijayo] dddd [saat] LT",lastDay:"[jana] LT",lastWeek:"[wiki iliyopita] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s baadaye",past:"tokea %s",s:"hivi punde",ss:"sekunde %d",m:"dakika moja",mm:"dakika %d",h:"saa limoja",hh:"masaa %d",d:"siku moja",dd:"siku %d",M:"mwezi mmoja",MM:"miezi %d",y:"mwaka mmoja",yy:"miaka %d"},week:{dow:1,doy:7}}),{1:"\u0be7",2:"\u0be8",3:"\u0be9",4:"\u0bea",5:"\u0beb",6:"\u0bec",7:"\u0bed",8:"\u0bee",9:"\u0bef",0:"\u0be6"}),bn={"\u0be7":"1","\u0be8":"2","\u0be9":"3","\u0bea":"4","\u0beb":"5","\u0bec":"6","\u0bed":"7","\u0bee":"8","\u0bef":"9","\u0be6":"0"},Sn=(M.defineLocale("ta",{months:"\u0b9c\u0ba9\u0bb5\u0bb0\u0bbf_\u0baa\u0bbf\u0baa\u0bcd\u0bb0\u0bb5\u0bb0\u0bbf_\u0bae\u0bbe\u0bb0\u0bcd\u0b9a\u0bcd_\u0b8f\u0baa\u0bcd\u0bb0\u0bb2\u0bcd_\u0bae\u0bc7_\u0b9c\u0bc2\u0ba9\u0bcd_\u0b9c\u0bc2\u0bb2\u0bc8_\u0b86\u0b95\u0bb8\u0bcd\u0b9f\u0bcd_\u0b9a\u0bc6\u0baa\u0bcd\u0b9f\u0bc6\u0bae\u0bcd\u0baa\u0bb0\u0bcd_\u0b85\u0b95\u0bcd\u0b9f\u0bc7\u0bbe\u0baa\u0bb0\u0bcd_\u0ba8\u0bb5\u0bae\u0bcd\u0baa\u0bb0\u0bcd_\u0b9f\u0bbf\u0b9a\u0bae\u0bcd\u0baa\u0bb0\u0bcd".split("_"),monthsShort:"\u0b9c\u0ba9\u0bb5\u0bb0\u0bbf_\u0baa\u0bbf\u0baa\u0bcd\u0bb0\u0bb5\u0bb0\u0bbf_\u0bae\u0bbe\u0bb0\u0bcd\u0b9a\u0bcd_\u0b8f\u0baa\u0bcd\u0bb0\u0bb2\u0bcd_\u0bae\u0bc7_\u0b9c\u0bc2\u0ba9\u0bcd_\u0b9c\u0bc2\u0bb2\u0bc8_\u0b86\u0b95\u0bb8\u0bcd\u0b9f\u0bcd_\u0b9a\u0bc6\u0baa\u0bcd\u0b9f\u0bc6\u0bae\u0bcd\u0baa\u0bb0\u0bcd_\u0b85\u0b95\u0bcd\u0b9f\u0bc7\u0bbe\u0baa\u0bb0\u0bcd_\u0ba8\u0bb5\u0bae\u0bcd\u0baa\u0bb0\u0bcd_\u0b9f\u0bbf\u0b9a\u0bae\u0bcd\u0baa\u0bb0\u0bcd".split("_"),weekdays:"\u0b9e\u0bbe\u0baf\u0bbf\u0bb1\u0bcd\u0bb1\u0bc1\u0b95\u0bcd\u0b95\u0bbf\u0bb4\u0bae\u0bc8_\u0ba4\u0bbf\u0b99\u0bcd\u0b95\u0b9f\u0bcd\u0b95\u0bbf\u0bb4\u0bae\u0bc8_\u0b9a\u0bc6\u0bb5\u0bcd\u0bb5\u0bbe\u0baf\u0bcd\u0b95\u0bbf\u0bb4\u0bae\u0bc8_\u0baa\u0bc1\u0ba4\u0ba9\u0bcd\u0b95\u0bbf\u0bb4\u0bae\u0bc8_\u0bb5\u0bbf\u0baf\u0bbe\u0bb4\u0b95\u0bcd\u0b95\u0bbf\u0bb4\u0bae\u0bc8_\u0bb5\u0bc6\u0bb3\u0bcd\u0bb3\u0bbf\u0b95\u0bcd\u0b95\u0bbf\u0bb4\u0bae\u0bc8_\u0b9a\u0ba9\u0bbf\u0b95\u0bcd\u0b95\u0bbf\u0bb4\u0bae\u0bc8".split("_"),weekdaysShort:"\u0b9e\u0bbe\u0baf\u0bbf\u0bb1\u0bc1_\u0ba4\u0bbf\u0b99\u0bcd\u0b95\u0bb3\u0bcd_\u0b9a\u0bc6\u0bb5\u0bcd\u0bb5\u0bbe\u0baf\u0bcd_\u0baa\u0bc1\u0ba4\u0ba9\u0bcd_\u0bb5\u0bbf\u0baf\u0bbe\u0bb4\u0ba9\u0bcd_\u0bb5\u0bc6\u0bb3\u0bcd\u0bb3\u0bbf_\u0b9a\u0ba9\u0bbf".split("_"),weekdaysMin:"\u0b9e\u0bbe_\u0ba4\u0bbf_\u0b9a\u0bc6_\u0baa\u0bc1_\u0bb5\u0bbf_\u0bb5\u0bc6_\u0b9a".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, HH:mm",LLLL:"dddd, D MMMM YYYY, HH:mm"},calendar:{sameDay:"[\u0b87\u0ba9\u0bcd\u0bb1\u0bc1] LT",nextDay:"[\u0ba8\u0bbe\u0bb3\u0bc8] LT",nextWeek:"dddd, LT",lastDay:"[\u0ba8\u0bc7\u0bb1\u0bcd\u0bb1\u0bc1] LT",lastWeek:"[\u0b95\u0b9f\u0ba8\u0bcd\u0ba4 \u0bb5\u0bbe\u0bb0\u0bae\u0bcd] dddd, LT",sameElse:"L"},relativeTime:{future:"%s \u0b87\u0bb2\u0bcd",past:"%s \u0bae\u0bc1\u0ba9\u0bcd",s:"\u0b92\u0bb0\u0bc1 \u0b9a\u0bbf\u0bb2 \u0bb5\u0bbf\u0ba8\u0bbe\u0b9f\u0bbf\u0b95\u0bb3\u0bcd",ss:"%d \u0bb5\u0bbf\u0ba8\u0bbe\u0b9f\u0bbf\u0b95\u0bb3\u0bcd",m:"\u0b92\u0bb0\u0bc1 \u0ba8\u0bbf\u0bae\u0bbf\u0b9f\u0bae\u0bcd",mm:"%d \u0ba8\u0bbf\u0bae\u0bbf\u0b9f\u0b99\u0bcd\u0b95\u0bb3\u0bcd",h:"\u0b92\u0bb0\u0bc1 \u0bae\u0ba3\u0bbf \u0ba8\u0bc7\u0bb0\u0bae\u0bcd",hh:"%d \u0bae\u0ba3\u0bbf \u0ba8\u0bc7\u0bb0\u0bae\u0bcd",d:"\u0b92\u0bb0\u0bc1 \u0ba8\u0bbe\u0bb3\u0bcd",dd:"%d \u0ba8\u0bbe\u0b9f\u0bcd\u0b95\u0bb3\u0bcd",M:"\u0b92\u0bb0\u0bc1 \u0bae\u0bbe\u0ba4\u0bae\u0bcd",MM:"%d \u0bae\u0bbe\u0ba4\u0b99\u0bcd\u0b95\u0bb3\u0bcd",y:"\u0b92\u0bb0\u0bc1 \u0bb5\u0bb0\u0bc1\u0b9f\u0bae\u0bcd",yy:"%d \u0b86\u0ba3\u0bcd\u0b9f\u0bc1\u0b95\u0bb3\u0bcd"},dayOfMonthOrdinalParse:/\d{1,2}\u0bb5\u0ba4\u0bc1/,ordinal:function(e){return e+"\u0bb5\u0ba4\u0bc1"},preparse:function(e){return e.replace(/[\u0be7\u0be8\u0be9\u0bea\u0beb\u0bec\u0bed\u0bee\u0bef\u0be6]/g,function(e){return bn[e]})},postformat:function(e){return e.replace(/\d/g,function(e){return wn[e]})},meridiemParse:/\u0baf\u0bbe\u0bae\u0bae\u0bcd|\u0bb5\u0bc8\u0b95\u0bb1\u0bc8|\u0b95\u0bbe\u0bb2\u0bc8|\u0ba8\u0ba3\u0bcd\u0baa\u0b95\u0bb2\u0bcd|\u0b8e\u0bb1\u0bcd\u0baa\u0bbe\u0b9f\u0bc1|\u0bae\u0bbe\u0bb2\u0bc8/,meridiem:function(e,a,t){return e<2?" \u0baf\u0bbe\u0bae\u0bae\u0bcd":e<6?" \u0bb5\u0bc8\u0b95\u0bb1\u0bc8":e<10?" \u0b95\u0bbe\u0bb2\u0bc8":e<14?" \u0ba8\u0ba3\u0bcd\u0baa\u0b95\u0bb2\u0bcd":e<18?" \u0b8e\u0bb1\u0bcd\u0baa\u0bbe\u0b9f\u0bc1":e<22?" \u0bae\u0bbe\u0bb2\u0bc8":" \u0baf\u0bbe\u0bae\u0bae\u0bcd"},meridiemHour:function(e,a){return 12===e&&(e=0),"\u0baf\u0bbe\u0bae\u0bae\u0bcd"===a?e<2?e:e+12:"\u0bb5\u0bc8\u0b95\u0bb1\u0bc8"===a||"\u0b95\u0bbe\u0bb2\u0bc8"===a||"\u0ba8\u0ba3\u0bcd\u0baa\u0b95\u0bb2\u0bcd"===a&&10<=e?e:e+12},week:{dow:0,doy:6}}),M.defineLocale("te",{months:"\u0c1c\u0c28\u0c35\u0c30\u0c3f_\u0c2b\u0c3f\u0c2c\u0c4d\u0c30\u0c35\u0c30\u0c3f_\u0c2e\u0c3e\u0c30\u0c4d\u0c1a\u0c3f_\u0c0f\u0c2a\u0c4d\u0c30\u0c3f\u0c32\u0c4d_\u0c2e\u0c47_\u0c1c\u0c42\u0c28\u0c4d_\u0c1c\u0c41\u0c32\u0c48_\u0c06\u0c17\u0c38\u0c4d\u0c1f\u0c41_\u0c38\u0c46\u0c2a\u0c4d\u0c1f\u0c46\u0c02\u0c2c\u0c30\u0c4d_\u0c05\u0c15\u0c4d\u0c1f\u0c4b\u0c2c\u0c30\u0c4d_\u0c28\u0c35\u0c02\u0c2c\u0c30\u0c4d_\u0c21\u0c3f\u0c38\u0c46\u0c02\u0c2c\u0c30\u0c4d".split("_"),monthsShort:"\u0c1c\u0c28._\u0c2b\u0c3f\u0c2c\u0c4d\u0c30._\u0c2e\u0c3e\u0c30\u0c4d\u0c1a\u0c3f_\u0c0f\u0c2a\u0c4d\u0c30\u0c3f._\u0c2e\u0c47_\u0c1c\u0c42\u0c28\u0c4d_\u0c1c\u0c41\u0c32\u0c48_\u0c06\u0c17._\u0c38\u0c46\u0c2a\u0c4d._\u0c05\u0c15\u0c4d\u0c1f\u0c4b._\u0c28\u0c35._\u0c21\u0c3f\u0c38\u0c46.".split("_"),monthsParseExact:!0,weekdays:"\u0c06\u0c26\u0c3f\u0c35\u0c3e\u0c30\u0c02_\u0c38\u0c4b\u0c2e\u0c35\u0c3e\u0c30\u0c02_\u0c2e\u0c02\u0c17\u0c33\u0c35\u0c3e\u0c30\u0c02_\u0c2c\u0c41\u0c27\u0c35\u0c3e\u0c30\u0c02_\u0c17\u0c41\u0c30\u0c41\u0c35\u0c3e\u0c30\u0c02_\u0c36\u0c41\u0c15\u0c4d\u0c30\u0c35\u0c3e\u0c30\u0c02_\u0c36\u0c28\u0c3f\u0c35\u0c3e\u0c30\u0c02".split("_"),weekdaysShort:"\u0c06\u0c26\u0c3f_\u0c38\u0c4b\u0c2e_\u0c2e\u0c02\u0c17\u0c33_\u0c2c\u0c41\u0c27_\u0c17\u0c41\u0c30\u0c41_\u0c36\u0c41\u0c15\u0c4d\u0c30_\u0c36\u0c28\u0c3f".split("_"),weekdaysMin:"\u0c06_\u0c38\u0c4b_\u0c2e\u0c02_\u0c2c\u0c41_\u0c17\u0c41_\u0c36\u0c41_\u0c36".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm",LLLL:"dddd, D MMMM YYYY, A h:mm"},calendar:{sameDay:"[\u0c28\u0c47\u0c21\u0c41] LT",nextDay:"[\u0c30\u0c47\u0c2a\u0c41] LT",nextWeek:"dddd, LT",lastDay:"[\u0c28\u0c3f\u0c28\u0c4d\u0c28] LT",lastWeek:"[\u0c17\u0c24] dddd, LT",sameElse:"L"},relativeTime:{future:"%s \u0c32\u0c4b",past:"%s \u0c15\u0c4d\u0c30\u0c3f\u0c24\u0c02",s:"\u0c15\u0c4a\u0c28\u0c4d\u0c28\u0c3f \u0c15\u0c4d\u0c37\u0c23\u0c3e\u0c32\u0c41",ss:"%d \u0c38\u0c46\u0c15\u0c28\u0c4d\u0c32\u0c41",m:"\u0c12\u0c15 \u0c28\u0c3f\u0c2e\u0c3f\u0c37\u0c02",mm:"%d \u0c28\u0c3f\u0c2e\u0c3f\u0c37\u0c3e\u0c32\u0c41",h:"\u0c12\u0c15 \u0c17\u0c02\u0c1f",hh:"%d \u0c17\u0c02\u0c1f\u0c32\u0c41",d:"\u0c12\u0c15 \u0c30\u0c4b\u0c1c\u0c41",dd:"%d \u0c30\u0c4b\u0c1c\u0c41\u0c32\u0c41",M:"\u0c12\u0c15 \u0c28\u0c46\u0c32",MM:"%d \u0c28\u0c46\u0c32\u0c32\u0c41",y:"\u0c12\u0c15 \u0c38\u0c02\u0c35\u0c24\u0c4d\u0c38\u0c30\u0c02",yy:"%d \u0c38\u0c02\u0c35\u0c24\u0c4d\u0c38\u0c30\u0c3e\u0c32\u0c41"},dayOfMonthOrdinalParse:/\d{1,2}\u0c35/,ordinal:"%d\u0c35",meridiemParse:/\u0c30\u0c3e\u0c24\u0c4d\u0c30\u0c3f|\u0c09\u0c26\u0c2f\u0c02|\u0c2e\u0c27\u0c4d\u0c2f\u0c3e\u0c39\u0c4d\u0c28\u0c02|\u0c38\u0c3e\u0c2f\u0c02\u0c24\u0c4d\u0c30\u0c02/,meridiemHour:function(e,a){return 12===e&&(e=0),"\u0c30\u0c3e\u0c24\u0c4d\u0c30\u0c3f"===a?e<4?e:e+12:"\u0c09\u0c26\u0c2f\u0c02"===a?e:"\u0c2e\u0c27\u0c4d\u0c2f\u0c3e\u0c39\u0c4d\u0c28\u0c02"===a?10<=e?e:e+12:"\u0c38\u0c3e\u0c2f\u0c02\u0c24\u0c4d\u0c30\u0c02"===a?e+12:void 0},meridiem:function(e,a,t){return e<4?"\u0c30\u0c3e\u0c24\u0c4d\u0c30\u0c3f":e<10?"\u0c09\u0c26\u0c2f\u0c02":e<17?"\u0c2e\u0c27\u0c4d\u0c2f\u0c3e\u0c39\u0c4d\u0c28\u0c02":e<20?"\u0c38\u0c3e\u0c2f\u0c02\u0c24\u0c4d\u0c30\u0c02":"\u0c30\u0c3e\u0c24\u0c4d\u0c30\u0c3f"},week:{dow:0,doy:6}}),M.defineLocale("tet",{months:"Janeiru_Fevereiru_Marsu_Abril_Maiu_Ju\xf1u_Jullu_Agustu_Setembru_Outubru_Novembru_Dezembru".split("_"),monthsShort:"Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez".split("_"),weekdays:"Domingu_Segunda_Tersa_Kuarta_Kinta_Sesta_Sabadu".split("_"),weekdaysShort:"Dom_Seg_Ters_Kua_Kint_Sest_Sab".split("_"),weekdaysMin:"Do_Seg_Te_Ku_Ki_Ses_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Ohin iha] LT",nextDay:"[Aban iha] LT",nextWeek:"dddd [iha] LT",lastDay:"[Horiseik iha] LT",lastWeek:"dddd [semana kotuk] [iha] LT",sameElse:"L"},relativeTime:{future:"iha %s",past:"%s liuba",s:"segundu balun",ss:"segundu %d",m:"minutu ida",mm:"minutu %d",h:"oras ida",hh:"oras %d",d:"loron ida",dd:"loron %d",M:"fulan ida",MM:"fulan %d",y:"tinan ida",yy:"tinan %d"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var a=e%10;return e+(1==~~(e%100/10)?"th":1==a?"st":2==a?"nd":3==a?"rd":"th")},week:{dow:1,doy:4}}),{0:"-\u0443\u043c",1:"-\u0443\u043c",2:"-\u044e\u043c",3:"-\u044e\u043c",4:"-\u0443\u043c",5:"-\u0443\u043c",6:"-\u0443\u043c",7:"-\u0443\u043c",8:"-\u0443\u043c",9:"-\u0443\u043c",10:"-\u0443\u043c",12:"-\u0443\u043c",13:"-\u0443\u043c",20:"-\u0443\u043c",30:"-\u044e\u043c",40:"-\u0443\u043c",50:"-\u0443\u043c",60:"-\u0443\u043c",70:"-\u0443\u043c",80:"-\u0443\u043c",90:"-\u0443\u043c",100:"-\u0443\u043c"}),Hn=(M.defineLocale("tg",{months:{format:"\u044f\u043d\u0432\u0430\u0440\u0438_\u0444\u0435\u0432\u0440\u0430\u043b\u0438_\u043c\u0430\u0440\u0442\u0438_\u0430\u043f\u0440\u0435\u043b\u0438_\u043c\u0430\u0439\u0438_\u0438\u044e\u043d\u0438_\u0438\u044e\u043b\u0438_\u0430\u0432\u0433\u0443\u0441\u0442\u0438_\u0441\u0435\u043d\u0442\u044f\u0431\u0440\u0438_\u043e\u043a\u0442\u044f\u0431\u0440\u0438_\u043d\u043e\u044f\u0431\u0440\u0438_\u0434\u0435\u043a\u0430\u0431\u0440\u0438".split("_"),standalone:"\u044f\u043d\u0432\u0430\u0440_\u0444\u0435\u0432\u0440\u0430\u043b_\u043c\u0430\u0440\u0442_\u0430\u043f\u0440\u0435\u043b_\u043c\u0430\u0439_\u0438\u044e\u043d_\u0438\u044e\u043b_\u0430\u0432\u0433\u0443\u0441\u0442_\u0441\u0435\u043d\u0442\u044f\u0431\u0440_\u043e\u043a\u0442\u044f\u0431\u0440_\u043d\u043e\u044f\u0431\u0440_\u0434\u0435\u043a\u0430\u0431\u0440".split("_")},monthsShort:"\u044f\u043d\u0432_\u0444\u0435\u0432_\u043c\u0430\u0440_\u0430\u043f\u0440_\u043c\u0430\u0439_\u0438\u044e\u043d_\u0438\u044e\u043b_\u0430\u0432\u0433_\u0441\u0435\u043d_\u043e\u043a\u0442_\u043d\u043e\u044f_\u0434\u0435\u043a".split("_"),weekdays:"\u044f\u043a\u0448\u0430\u043d\u0431\u0435_\u0434\u0443\u0448\u0430\u043d\u0431\u0435_\u0441\u0435\u0448\u0430\u043d\u0431\u0435_\u0447\u043e\u0440\u0448\u0430\u043d\u0431\u0435_\u043f\u0430\u043d\u04b7\u0448\u0430\u043d\u0431\u0435_\u04b7\u0443\u043c\u044a\u0430_\u0448\u0430\u043d\u0431\u0435".split("_"),weekdaysShort:"\u044f\u0448\u0431_\u0434\u0448\u0431_\u0441\u0448\u0431_\u0447\u0448\u0431_\u043f\u0448\u0431_\u04b7\u0443\u043c_\u0448\u043d\u0431".split("_"),weekdaysMin:"\u044f\u0448_\u0434\u0448_\u0441\u0448_\u0447\u0448_\u043f\u0448_\u04b7\u043c_\u0448\u0431".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[\u0418\u043c\u0440\u04ef\u0437 \u0441\u043e\u0430\u0442\u0438] LT",nextDay:"[\u0424\u0430\u0440\u0434\u043e \u0441\u043e\u0430\u0442\u0438] LT",lastDay:"[\u0414\u0438\u0440\u04ef\u0437 \u0441\u043e\u0430\u0442\u0438] LT",nextWeek:"dddd[\u0438] [\u04b3\u0430\u0444\u0442\u0430\u0438 \u043e\u044f\u043d\u0434\u0430 \u0441\u043e\u0430\u0442\u0438] LT",lastWeek:"dddd[\u0438] [\u04b3\u0430\u0444\u0442\u0430\u0438 \u0433\u0443\u0437\u0430\u0448\u0442\u0430 \u0441\u043e\u0430\u0442\u0438] LT",sameElse:"L"},relativeTime:{future:"\u0431\u0430\u044a\u0434\u0438 %s",past:"%s \u043f\u0435\u0448",s:"\u044f\u043a\u0447\u0430\u043d\u0434 \u0441\u043e\u043d\u0438\u044f",m:"\u044f\u043a \u0434\u0430\u049b\u0438\u049b\u0430",mm:"%d \u0434\u0430\u049b\u0438\u049b\u0430",h:"\u044f\u043a \u0441\u043e\u0430\u0442",hh:"%d \u0441\u043e\u0430\u0442",d:"\u044f\u043a \u0440\u04ef\u0437",dd:"%d \u0440\u04ef\u0437",M:"\u044f\u043a \u043c\u043e\u04b3",MM:"%d \u043c\u043e\u04b3",y:"\u044f\u043a \u0441\u043e\u043b",yy:"%d \u0441\u043e\u043b"},meridiemParse:/\u0448\u0430\u0431|\u0441\u0443\u0431\u04b3|\u0440\u04ef\u0437|\u0431\u0435\u0433\u043e\u04b3/,meridiemHour:function(e,a){return 12===e&&(e=0),"\u0448\u0430\u0431"===a?e<4?e:e+12:"\u0441\u0443\u0431\u04b3"===a?e:"\u0440\u04ef\u0437"===a?11<=e?e:e+12:"\u0431\u0435\u0433\u043e\u04b3"===a?e+12:void 0},meridiem:function(e,a,t){return e<4?"\u0448\u0430\u0431":e<11?"\u0441\u0443\u0431\u04b3":e<16?"\u0440\u04ef\u0437":e<19?"\u0431\u0435\u0433\u043e\u04b3":"\u0448\u0430\u0431"},dayOfMonthOrdinalParse:/\d{1,2}-(\u0443\u043c|\u044e\u043c)/,ordinal:function(e){return e+(Sn[e]||Sn[e%10]||Sn[100<=e?100:null])},week:{dow:1,doy:7}}),M.defineLocale("th",{months:"\u0e21\u0e01\u0e23\u0e32\u0e04\u0e21_\u0e01\u0e38\u0e21\u0e20\u0e32\u0e1e\u0e31\u0e19\u0e18\u0e4c_\u0e21\u0e35\u0e19\u0e32\u0e04\u0e21_\u0e40\u0e21\u0e29\u0e32\u0e22\u0e19_\u0e1e\u0e24\u0e29\u0e20\u0e32\u0e04\u0e21_\u0e21\u0e34\u0e16\u0e38\u0e19\u0e32\u0e22\u0e19_\u0e01\u0e23\u0e01\u0e0e\u0e32\u0e04\u0e21_\u0e2a\u0e34\u0e07\u0e2b\u0e32\u0e04\u0e21_\u0e01\u0e31\u0e19\u0e22\u0e32\u0e22\u0e19_\u0e15\u0e38\u0e25\u0e32\u0e04\u0e21_\u0e1e\u0e24\u0e28\u0e08\u0e34\u0e01\u0e32\u0e22\u0e19_\u0e18\u0e31\u0e19\u0e27\u0e32\u0e04\u0e21".split("_"),monthsShort:"\u0e21.\u0e04._\u0e01.\u0e1e._\u0e21\u0e35.\u0e04._\u0e40\u0e21.\u0e22._\u0e1e.\u0e04._\u0e21\u0e34.\u0e22._\u0e01.\u0e04._\u0e2a.\u0e04._\u0e01.\u0e22._\u0e15.\u0e04._\u0e1e.\u0e22._\u0e18.\u0e04.".split("_"),monthsParseExact:!0,weekdays:"\u0e2d\u0e32\u0e17\u0e34\u0e15\u0e22\u0e4c_\u0e08\u0e31\u0e19\u0e17\u0e23\u0e4c_\u0e2d\u0e31\u0e07\u0e04\u0e32\u0e23_\u0e1e\u0e38\u0e18_\u0e1e\u0e24\u0e2b\u0e31\u0e2a\u0e1a\u0e14\u0e35_\u0e28\u0e38\u0e01\u0e23\u0e4c_\u0e40\u0e2a\u0e32\u0e23\u0e4c".split("_"),weekdaysShort:"\u0e2d\u0e32\u0e17\u0e34\u0e15\u0e22\u0e4c_\u0e08\u0e31\u0e19\u0e17\u0e23\u0e4c_\u0e2d\u0e31\u0e07\u0e04\u0e32\u0e23_\u0e1e\u0e38\u0e18_\u0e1e\u0e24\u0e2b\u0e31\u0e2a_\u0e28\u0e38\u0e01\u0e23\u0e4c_\u0e40\u0e2a\u0e32\u0e23\u0e4c".split("_"),weekdaysMin:"\u0e2d\u0e32._\u0e08._\u0e2d._\u0e1e._\u0e1e\u0e24._\u0e28._\u0e2a.".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY \u0e40\u0e27\u0e25\u0e32 H:mm",LLLL:"\u0e27\u0e31\u0e19dddd\u0e17\u0e35\u0e48 D MMMM YYYY \u0e40\u0e27\u0e25\u0e32 H:mm"},meridiemParse:/\u0e01\u0e48\u0e2d\u0e19\u0e40\u0e17\u0e35\u0e48\u0e22\u0e07|\u0e2b\u0e25\u0e31\u0e07\u0e40\u0e17\u0e35\u0e48\u0e22\u0e07/,isPM:function(e){return"\u0e2b\u0e25\u0e31\u0e07\u0e40\u0e17\u0e35\u0e48\u0e22\u0e07"===e},meridiem:function(e,a,t){return e<12?"\u0e01\u0e48\u0e2d\u0e19\u0e40\u0e17\u0e35\u0e48\u0e22\u0e07":"\u0e2b\u0e25\u0e31\u0e07\u0e40\u0e17\u0e35\u0e48\u0e22\u0e07"},calendar:{sameDay:"[\u0e27\u0e31\u0e19\u0e19\u0e35\u0e49 \u0e40\u0e27\u0e25\u0e32] LT",nextDay:"[\u0e1e\u0e23\u0e38\u0e48\u0e07\u0e19\u0e35\u0e49 \u0e40\u0e27\u0e25\u0e32] LT",nextWeek:"dddd[\u0e2b\u0e19\u0e49\u0e32 \u0e40\u0e27\u0e25\u0e32] LT",lastDay:"[\u0e40\u0e21\u0e37\u0e48\u0e2d\u0e27\u0e32\u0e19\u0e19\u0e35\u0e49 \u0e40\u0e27\u0e25\u0e32] LT",lastWeek:"[\u0e27\u0e31\u0e19]dddd[\u0e17\u0e35\u0e48\u0e41\u0e25\u0e49\u0e27 \u0e40\u0e27\u0e25\u0e32] LT",sameElse:"L"},relativeTime:{future:"\u0e2d\u0e35\u0e01 %s",past:"%s\u0e17\u0e35\u0e48\u0e41\u0e25\u0e49\u0e27",s:"\u0e44\u0e21\u0e48\u0e01\u0e35\u0e48\u0e27\u0e34\u0e19\u0e32\u0e17\u0e35",ss:"%d \u0e27\u0e34\u0e19\u0e32\u0e17\u0e35",m:"1 \u0e19\u0e32\u0e17\u0e35",mm:"%d \u0e19\u0e32\u0e17\u0e35",h:"1 \u0e0a\u0e31\u0e48\u0e27\u0e42\u0e21\u0e07",hh:"%d \u0e0a\u0e31\u0e48\u0e27\u0e42\u0e21\u0e07",d:"1 \u0e27\u0e31\u0e19",dd:"%d \u0e27\u0e31\u0e19",w:"1 \u0e2a\u0e31\u0e1b\u0e14\u0e32\u0e2b\u0e4c",ww:"%d \u0e2a\u0e31\u0e1b\u0e14\u0e32\u0e2b\u0e4c",M:"1 \u0e40\u0e14\u0e37\u0e2d\u0e19",MM:"%d \u0e40\u0e14\u0e37\u0e2d\u0e19",y:"1 \u0e1b\u0e35",yy:"%d \u0e1b\u0e35"}}),{1:"'inji",5:"'inji",8:"'inji",70:"'inji",80:"'inji",2:"'nji",7:"'nji",20:"'nji",50:"'nji",3:"'\xfcnji",4:"'\xfcnji",100:"'\xfcnji",6:"'njy",9:"'unjy",10:"'unjy",30:"'unjy",60:"'ynjy",90:"'ynjy"}),vn=(M.defineLocale("tk",{months:"\xddanwar_Fewral_Mart_Aprel_Ma\xfd_I\xfdun_I\xfdul_Awgust_Sent\xfdabr_Okt\xfdabr_No\xfdabr_Dekabr".split("_"),monthsShort:"\xddan_Few_Mar_Apr_Ma\xfd_I\xfdn_I\xfdl_Awg_Sen_Okt_No\xfd_Dek".split("_"),weekdays:"\xddek\u015fenbe_Du\u015fenbe_Si\u015fenbe_\xc7ar\u015fenbe_Pen\u015fenbe_Anna_\u015eenbe".split("_"),weekdaysShort:"\xddek_Du\u015f_Si\u015f_\xc7ar_Pen_Ann_\u015een".split("_"),weekdaysMin:"\xddk_D\u015f_S\u015f_\xc7r_Pn_An_\u015en".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[bug\xfcn sagat] LT",nextDay:"[ertir sagat] LT",nextWeek:"[indiki] dddd [sagat] LT",lastDay:"[d\xfc\xfdn] LT",lastWeek:"[ge\xe7en] dddd [sagat] LT",sameElse:"L"},relativeTime:{future:"%s so\u0148",past:"%s \xf6\u0148",s:"birn\xe4\xe7e sekunt",m:"bir minut",mm:"%d minut",h:"bir sagat",hh:"%d sagat",d:"bir g\xfcn",dd:"%d g\xfcn",M:"bir a\xfd",MM:"%d a\xfd",y:"bir \xfdyl",yy:"%d \xfdyl"},ordinal:function(e,a){switch(a){case"d":case"D":case"Do":case"DD":return e;default:if(0===e)return e+"'unjy";var t=e%10;return e+(Hn[t]||Hn[e%100-t]||Hn[100<=e?100:null])}},week:{dow:1,doy:7}}),M.defineLocale("tl-ph",{months:"Enero_Pebrero_Marso_Abril_Mayo_Hunyo_Hulyo_Agosto_Setyembre_Oktubre_Nobyembre_Disyembre".split("_"),monthsShort:"Ene_Peb_Mar_Abr_May_Hun_Hul_Ago_Set_Okt_Nob_Dis".split("_"),weekdays:"Linggo_Lunes_Martes_Miyerkules_Huwebes_Biyernes_Sabado".split("_"),weekdaysShort:"Lin_Lun_Mar_Miy_Huw_Biy_Sab".split("_"),weekdaysMin:"Li_Lu_Ma_Mi_Hu_Bi_Sab".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"MM/D/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY HH:mm",LLLL:"dddd, MMMM DD, YYYY HH:mm"},calendar:{sameDay:"LT [ngayong araw]",nextDay:"[Bukas ng] LT",nextWeek:"LT [sa susunod na] dddd",lastDay:"LT [kahapon]",lastWeek:"LT [noong nakaraang] dddd",sameElse:"L"},relativeTime:{future:"sa loob ng %s",past:"%s ang nakalipas",s:"ilang segundo",ss:"%d segundo",m:"isang minuto",mm:"%d minuto",h:"isang oras",hh:"%d oras",d:"isang araw",dd:"%d araw",M:"isang buwan",MM:"%d buwan",y:"isang taon",yy:"%d taon"},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:function(e){return e},week:{dow:1,doy:4}}),"pagh_wa\u2019_cha\u2019_wej_loS_vagh_jav_Soch_chorgh_Hut".split("_"));function jn(e,a,t,s){var n=function(e){var a=Math.floor(e%1e3/100),t=Math.floor(e%100/10),e=e%10,s="";0<a&&(s+=vn[a]+"vatlh");0<t&&(s+=(""!==s?" ":"")+vn[t]+"maH");0<e&&(s+=(""!==s?" ":"")+vn[e]);return""===s?"pagh":s}(e);switch(t){case"ss":return n+" lup";case"mm":return n+" tup";case"hh":return n+" rep";case"dd":return n+" jaj";case"MM":return n+" jar";case"yy":return n+" DIS"}}M.defineLocale("tlh",{months:"tera\u2019 jar wa\u2019_tera\u2019 jar cha\u2019_tera\u2019 jar wej_tera\u2019 jar loS_tera\u2019 jar vagh_tera\u2019 jar jav_tera\u2019 jar Soch_tera\u2019 jar chorgh_tera\u2019 jar Hut_tera\u2019 jar wa\u2019maH_tera\u2019 jar wa\u2019maH wa\u2019_tera\u2019 jar wa\u2019maH cha\u2019".split("_"),monthsShort:"jar wa\u2019_jar cha\u2019_jar wej_jar loS_jar vagh_jar jav_jar Soch_jar chorgh_jar Hut_jar wa\u2019maH_jar wa\u2019maH wa\u2019_jar wa\u2019maH cha\u2019".split("_"),monthsParseExact:!0,weekdays:"lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj".split("_"),weekdaysShort:"lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj".split("_"),weekdaysMin:"lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[DaHjaj] LT",nextDay:"[wa\u2019leS] LT",nextWeek:"LLL",lastDay:"[wa\u2019Hu\u2019] LT",lastWeek:"LLL",sameElse:"L"},relativeTime:{future:function(e){var a=e;return a=-1!==e.indexOf("jaj")?a.slice(0,-3)+"leS":-1!==e.indexOf("jar")?a.slice(0,-3)+"waQ":-1!==e.indexOf("DIS")?a.slice(0,-3)+"nem":a+" pIq"},past:function(e){var a=e;return a=-1!==e.indexOf("jaj")?a.slice(0,-3)+"Hu\u2019":-1!==e.indexOf("jar")?a.slice(0,-3)+"wen":-1!==e.indexOf("DIS")?a.slice(0,-3)+"ben":a+" ret"},s:"puS lup",ss:jn,m:"wa\u2019 tup",mm:jn,h:"wa\u2019 rep",hh:jn,d:"wa\u2019 jaj",dd:jn,M:"wa\u2019 jar",MM:jn,y:"wa\u2019 DIS",yy:jn},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});var xn={1:"'inci",5:"'inci",8:"'inci",70:"'inci",80:"'inci",2:"'nci",7:"'nci",20:"'nci",50:"'nci",3:"'\xfcnc\xfc",4:"'\xfcnc\xfc",100:"'\xfcnc\xfc",6:"'nc\u0131",9:"'uncu",10:"'uncu",30:"'uncu",60:"'\u0131nc\u0131",90:"'\u0131nc\u0131"};function Pn(e,a,t,s){e={s:["viensas secunds","'iensas secunds"],ss:[e+" secunds",e+" secunds"],m:["'n m\xedut","'iens m\xedut"],mm:[e+" m\xeduts",e+" m\xeduts"],h:["'n \xfeora","'iensa \xfeora"],hh:[e+" \xfeoras",e+" \xfeoras"],d:["'n ziua","'iensa ziua"],dd:[e+" ziuas",e+" ziuas"],M:["'n mes","'iens mes"],MM:[e+" mesen",e+" mesen"],y:["'n ar","'iens ar"],yy:[e+" ars",e+" ars"]};return s||a?e[t][0]:e[t][1]}function On(e,a,t){return"m"===t?a?"\u0445\u0432\u0438\u043b\u0438\u043d\u0430":"\u0445\u0432\u0438\u043b\u0438\u043d\u0443":"h"===t?a?"\u0433\u043e\u0434\u0438\u043d\u0430":"\u0433\u043e\u0434\u0438\u043d\u0443":e+" "+(e=+e,a=(a={ss:a?"\u0441\u0435\u043a\u0443\u043d\u0434\u0430_\u0441\u0435\u043a\u0443\u043d\u0434\u0438_\u0441\u0435\u043a\u0443\u043d\u0434":"\u0441\u0435\u043a\u0443\u043d\u0434\u0443_\u0441\u0435\u043a\u0443\u043d\u0434\u0438_\u0441\u0435\u043a\u0443\u043d\u0434",mm:a?"\u0445\u0432\u0438\u043b\u0438\u043d\u0430_\u0445\u0432\u0438\u043b\u0438\u043d\u0438_\u0445\u0432\u0438\u043b\u0438\u043d":"\u0445\u0432\u0438\u043b\u0438\u043d\u0443_\u0445\u0432\u0438\u043b\u0438\u043d\u0438_\u0445\u0432\u0438\u043b\u0438\u043d",hh:a?"\u0433\u043e\u0434\u0438\u043d\u0430_\u0433\u043e\u0434\u0438\u043d\u0438_\u0433\u043e\u0434\u0438\u043d":"\u0433\u043e\u0434\u0438\u043d\u0443_\u0433\u043e\u0434\u0438\u043d\u0438_\u0433\u043e\u0434\u0438\u043d",dd:"\u0434\u0435\u043d\u044c_\u0434\u043d\u0456_\u0434\u043d\u0456\u0432",MM:"\u043c\u0456\u0441\u044f\u0446\u044c_\u043c\u0456\u0441\u044f\u0446\u0456_\u043c\u0456\u0441\u044f\u0446\u0456\u0432",yy:"\u0440\u0456\u043a_\u0440\u043e\u043a\u0438_\u0440\u043e\u043a\u0456\u0432"}[t]).split("_"),e%10==1&&e%100!=11?a[0]:2<=e%10&&e%10<=4&&(e%100<10||20<=e%100)?a[1]:a[2])}function Wn(e){return function(){return e+"\u043e"+(11===this.hours()?"\u0431":"")+"] LT"}}M.defineLocale("tr",{months:"Ocak_\u015eubat_Mart_Nisan_May\u0131s_Haziran_Temmuz_A\u011fustos_Eyl\xfcl_Ekim_Kas\u0131m_Aral\u0131k".split("_"),monthsShort:"Oca_\u015eub_Mar_Nis_May_Haz_Tem_A\u011fu_Eyl_Eki_Kas_Ara".split("_"),weekdays:"Pazar_Pazartesi_Sal\u0131_\xc7ar\u015famba_Per\u015fembe_Cuma_Cumartesi".split("_"),weekdaysShort:"Paz_Pzt_Sal_\xc7ar_Per_Cum_Cmt".split("_"),weekdaysMin:"Pz_Pt_Sa_\xc7a_Pe_Cu_Ct".split("_"),meridiem:function(e,a,t){return e<12?t?"\xf6\xf6":"\xd6\xd6":t?"\xf6s":"\xd6S"},meridiemParse:/\xf6\xf6|\xd6\xd6|\xf6s|\xd6S/,isPM:function(e){return"\xf6s"===e||"\xd6S"===e},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[bug\xfcn saat] LT",nextDay:"[yar\u0131n saat] LT",nextWeek:"[gelecek] dddd [saat] LT",lastDay:"[d\xfcn] LT",lastWeek:"[ge\xe7en] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s sonra",past:"%s \xf6nce",s:"birka\xe7 saniye",ss:"%d saniye",m:"bir dakika",mm:"%d dakika",h:"bir saat",hh:"%d saat",d:"bir g\xfcn",dd:"%d g\xfcn",w:"bir hafta",ww:"%d hafta",M:"bir ay",MM:"%d ay",y:"bir y\u0131l",yy:"%d y\u0131l"},ordinal:function(e,a){switch(a){case"d":case"D":case"Do":case"DD":return e;default:if(0===e)return e+"'\u0131nc\u0131";var t=e%10;return e+(xn[t]||xn[e%100-t]||xn[100<=e?100:null])}},week:{dow:1,doy:7}}),M.defineLocale("tzl",{months:"Januar_Fevraglh_Mar\xe7_Avr\xefu_Mai_G\xfcn_Julia_Guscht_Setemvar_Listop\xe4ts_Noemvar_Zecemvar".split("_"),monthsShort:"Jan_Fev_Mar_Avr_Mai_G\xfcn_Jul_Gus_Set_Lis_Noe_Zec".split("_"),weekdays:"S\xfaladi_L\xfane\xe7i_Maitzi_M\xe1rcuri_Xh\xfaadi_Vi\xe9ner\xe7i_S\xe1turi".split("_"),weekdaysShort:"S\xfal_L\xfan_Mai_M\xe1r_Xh\xfa_Vi\xe9_S\xe1t".split("_"),weekdaysMin:"S\xfa_L\xfa_Ma_M\xe1_Xh_Vi_S\xe1".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD.MM.YYYY",LL:"D. MMMM [dallas] YYYY",LLL:"D. MMMM [dallas] YYYY HH.mm",LLLL:"dddd, [li] D. MMMM [dallas] YYYY HH.mm"},meridiemParse:/d\'o|d\'a/i,isPM:function(e){return"d'o"===e.toLowerCase()},meridiem:function(e,a,t){return 11<e?t?"d'o":"D'O":t?"d'a":"D'A"},calendar:{sameDay:"[oxhi \xe0] LT",nextDay:"[dem\xe0 \xe0] LT",nextWeek:"dddd [\xe0] LT",lastDay:"[ieiri \xe0] LT",lastWeek:"[s\xfcr el] dddd [lasteu \xe0] LT",sameElse:"L"},relativeTime:{future:"osprei %s",past:"ja%s",s:Pn,ss:Pn,m:Pn,mm:Pn,h:Pn,hh:Pn,d:Pn,dd:Pn,M:Pn,MM:Pn,y:Pn,yy:Pn},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}}),M.defineLocale("tzm-latn",{months:"innayr_br\u02e4ayr\u02e4_mar\u02e4s\u02e4_ibrir_mayyw_ywnyw_ywlywz_\u0263w\u0161t_\u0161wtanbir_kt\u02e4wbr\u02e4_nwwanbir_dwjnbir".split("_"),monthsShort:"innayr_br\u02e4ayr\u02e4_mar\u02e4s\u02e4_ibrir_mayyw_ywnyw_ywlywz_\u0263w\u0161t_\u0161wtanbir_kt\u02e4wbr\u02e4_nwwanbir_dwjnbir".split("_"),weekdays:"asamas_aynas_asinas_akras_akwas_asimwas_asi\u1e0dyas".split("_"),weekdaysShort:"asamas_aynas_asinas_akras_akwas_asimwas_asi\u1e0dyas".split("_"),weekdaysMin:"asamas_aynas_asinas_akras_akwas_asimwas_asi\u1e0dyas".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[asdkh g] LT",nextDay:"[aska g] LT",nextWeek:"dddd [g] LT",lastDay:"[assant g] LT",lastWeek:"dddd [g] LT",sameElse:"L"},relativeTime:{future:"dadkh s yan %s",past:"yan %s",s:"imik",ss:"%d imik",m:"minu\u1e0d",mm:"%d minu\u1e0d",h:"sa\u025ba",hh:"%d tassa\u025bin",d:"ass",dd:"%d ossan",M:"ayowr",MM:"%d iyyirn",y:"asgas",yy:"%d isgasn"},week:{dow:6,doy:12}}),M.defineLocale("tzm",{months:"\u2d49\u2d4f\u2d4f\u2d30\u2d62\u2d54_\u2d31\u2d55\u2d30\u2d62\u2d55_\u2d4e\u2d30\u2d55\u2d5a_\u2d49\u2d31\u2d54\u2d49\u2d54_\u2d4e\u2d30\u2d62\u2d62\u2d53_\u2d62\u2d53\u2d4f\u2d62\u2d53_\u2d62\u2d53\u2d4d\u2d62\u2d53\u2d63_\u2d56\u2d53\u2d5b\u2d5c_\u2d5b\u2d53\u2d5c\u2d30\u2d4f\u2d31\u2d49\u2d54_\u2d3d\u2d5f\u2d53\u2d31\u2d55_\u2d4f\u2d53\u2d61\u2d30\u2d4f\u2d31\u2d49\u2d54_\u2d37\u2d53\u2d4a\u2d4f\u2d31\u2d49\u2d54".split("_"),monthsShort:"\u2d49\u2d4f\u2d4f\u2d30\u2d62\u2d54_\u2d31\u2d55\u2d30\u2d62\u2d55_\u2d4e\u2d30\u2d55\u2d5a_\u2d49\u2d31\u2d54\u2d49\u2d54_\u2d4e\u2d30\u2d62\u2d62\u2d53_\u2d62\u2d53\u2d4f\u2d62\u2d53_\u2d62\u2d53\u2d4d\u2d62\u2d53\u2d63_\u2d56\u2d53\u2d5b\u2d5c_\u2d5b\u2d53\u2d5c\u2d30\u2d4f\u2d31\u2d49\u2d54_\u2d3d\u2d5f\u2d53\u2d31\u2d55_\u2d4f\u2d53\u2d61\u2d30\u2d4f\u2d31\u2d49\u2d54_\u2d37\u2d53\u2d4a\u2d4f\u2d31\u2d49\u2d54".split("_"),weekdays:"\u2d30\u2d59\u2d30\u2d4e\u2d30\u2d59_\u2d30\u2d62\u2d4f\u2d30\u2d59_\u2d30\u2d59\u2d49\u2d4f\u2d30\u2d59_\u2d30\u2d3d\u2d54\u2d30\u2d59_\u2d30\u2d3d\u2d61\u2d30\u2d59_\u2d30\u2d59\u2d49\u2d4e\u2d61\u2d30\u2d59_\u2d30\u2d59\u2d49\u2d39\u2d62\u2d30\u2d59".split("_"),weekdaysShort:"\u2d30\u2d59\u2d30\u2d4e\u2d30\u2d59_\u2d30\u2d62\u2d4f\u2d30\u2d59_\u2d30\u2d59\u2d49\u2d4f\u2d30\u2d59_\u2d30\u2d3d\u2d54\u2d30\u2d59_\u2d30\u2d3d\u2d61\u2d30\u2d59_\u2d30\u2d59\u2d49\u2d4e\u2d61\u2d30\u2d59_\u2d30\u2d59\u2d49\u2d39\u2d62\u2d30\u2d59".split("_"),weekdaysMin:"\u2d30\u2d59\u2d30\u2d4e\u2d30\u2d59_\u2d30\u2d62\u2d4f\u2d30\u2d59_\u2d30\u2d59\u2d49\u2d4f\u2d30\u2d59_\u2d30\u2d3d\u2d54\u2d30\u2d59_\u2d30\u2d3d\u2d61\u2d30\u2d59_\u2d30\u2d59\u2d49\u2d4e\u2d61\u2d30\u2d59_\u2d30\u2d59\u2d49\u2d39\u2d62\u2d30\u2d59".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[\u2d30\u2d59\u2d37\u2d45 \u2d34] LT",nextDay:"[\u2d30\u2d59\u2d3d\u2d30 \u2d34] LT",nextWeek:"dddd [\u2d34] LT",lastDay:"[\u2d30\u2d5a\u2d30\u2d4f\u2d5c \u2d34] LT",lastWeek:"dddd [\u2d34] LT",sameElse:"L"},relativeTime:{future:"\u2d37\u2d30\u2d37\u2d45 \u2d59 \u2d62\u2d30\u2d4f %s",past:"\u2d62\u2d30\u2d4f %s",s:"\u2d49\u2d4e\u2d49\u2d3d",ss:"%d \u2d49\u2d4e\u2d49\u2d3d",m:"\u2d4e\u2d49\u2d4f\u2d53\u2d3a",mm:"%d \u2d4e\u2d49\u2d4f\u2d53\u2d3a",h:"\u2d59\u2d30\u2d44\u2d30",hh:"%d \u2d5c\u2d30\u2d59\u2d59\u2d30\u2d44\u2d49\u2d4f",d:"\u2d30\u2d59\u2d59",dd:"%d o\u2d59\u2d59\u2d30\u2d4f",M:"\u2d30\u2d62o\u2d53\u2d54",MM:"%d \u2d49\u2d62\u2d62\u2d49\u2d54\u2d4f",y:"\u2d30\u2d59\u2d33\u2d30\u2d59",yy:"%d \u2d49\u2d59\u2d33\u2d30\u2d59\u2d4f"},week:{dow:6,doy:12}}),M.defineLocale("ug-cn",{months:"\u064a\u0627\u0646\u06cb\u0627\u0631_\u0641\u06d0\u06cb\u0631\u0627\u0644_\u0645\u0627\u0631\u062a_\u0626\u0627\u067e\u0631\u06d0\u0644_\u0645\u0627\u064a_\u0626\u0649\u064a\u06c7\u0646_\u0626\u0649\u064a\u06c7\u0644_\u0626\u0627\u06cb\u063a\u06c7\u0633\u062a_\u0633\u06d0\u0646\u062a\u06d5\u0628\u0649\u0631_\u0626\u06c6\u0643\u062a\u06d5\u0628\u0649\u0631_\u0646\u0648\u064a\u0627\u0628\u0649\u0631_\u062f\u06d0\u0643\u0627\u0628\u0649\u0631".split("_"),monthsShort:"\u064a\u0627\u0646\u06cb\u0627\u0631_\u0641\u06d0\u06cb\u0631\u0627\u0644_\u0645\u0627\u0631\u062a_\u0626\u0627\u067e\u0631\u06d0\u0644_\u0645\u0627\u064a_\u0626\u0649\u064a\u06c7\u0646_\u0626\u0649\u064a\u06c7\u0644_\u0626\u0627\u06cb\u063a\u06c7\u0633\u062a_\u0633\u06d0\u0646\u062a\u06d5\u0628\u0649\u0631_\u0626\u06c6\u0643\u062a\u06d5\u0628\u0649\u0631_\u0646\u0648\u064a\u0627\u0628\u0649\u0631_\u062f\u06d0\u0643\u0627\u0628\u0649\u0631".split("_"),weekdays:"\u064a\u06d5\u0643\u0634\u06d5\u0646\u0628\u06d5_\u062f\u06c8\u0634\u06d5\u0646\u0628\u06d5_\u0633\u06d5\u064a\u0634\u06d5\u0646\u0628\u06d5_\u0686\u0627\u0631\u0634\u06d5\u0646\u0628\u06d5_\u067e\u06d5\u064a\u0634\u06d5\u0646\u0628\u06d5_\u062c\u06c8\u0645\u06d5_\u0634\u06d5\u0646\u0628\u06d5".split("_"),weekdaysShort:"\u064a\u06d5_\u062f\u06c8_\u0633\u06d5_\u0686\u0627_\u067e\u06d5_\u062c\u06c8_\u0634\u06d5".split("_"),weekdaysMin:"\u064a\u06d5_\u062f\u06c8_\u0633\u06d5_\u0686\u0627_\u067e\u06d5_\u062c\u06c8_\u0634\u06d5".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY-\u064a\u0649\u0644\u0649M-\u0626\u0627\u064a\u0646\u0649\u06adD-\u0643\u06c8\u0646\u0649",LLL:"YYYY-\u064a\u0649\u0644\u0649M-\u0626\u0627\u064a\u0646\u0649\u06adD-\u0643\u06c8\u0646\u0649\u060c HH:mm",LLLL:"dddd\u060c YYYY-\u064a\u0649\u0644\u0649M-\u0626\u0627\u064a\u0646\u0649\u06adD-\u0643\u06c8\u0646\u0649\u060c HH:mm"},meridiemParse:/\u064a\u06d0\u0631\u0649\u0645 \u0643\u06d0\u0686\u06d5|\u0633\u06d5\u06be\u06d5\u0631|\u0686\u06c8\u0634\u062a\u0649\u0646 \u0628\u06c7\u0631\u06c7\u0646|\u0686\u06c8\u0634|\u0686\u06c8\u0634\u062a\u0649\u0646 \u0643\u06d0\u064a\u0649\u0646|\u0643\u06d5\u0686/,meridiemHour:function(e,a){return 12===e&&(e=0),"\u064a\u06d0\u0631\u0649\u0645 \u0643\u06d0\u0686\u06d5"===a||"\u0633\u06d5\u06be\u06d5\u0631"===a||"\u0686\u06c8\u0634\u062a\u0649\u0646 \u0628\u06c7\u0631\u06c7\u0646"===a||"\u0686\u06c8\u0634\u062a\u0649\u0646 \u0643\u06d0\u064a\u0649\u0646"!==a&&"\u0643\u06d5\u0686"!==a&&11<=e?e:e+12},meridiem:function(e,a,t){e=100*e+a;return e<600?"\u064a\u06d0\u0631\u0649\u0645 \u0643\u06d0\u0686\u06d5":e<900?"\u0633\u06d5\u06be\u06d5\u0631":e<1130?"\u0686\u06c8\u0634\u062a\u0649\u0646 \u0628\u06c7\u0631\u06c7\u0646":e<1230?"\u0686\u06c8\u0634":e<1800?"\u0686\u06c8\u0634\u062a\u0649\u0646 \u0643\u06d0\u064a\u0649\u0646":"\u0643\u06d5\u0686"},calendar:{sameDay:"[\u0628\u06c8\u06af\u06c8\u0646 \u0633\u0627\u0626\u06d5\u062a] LT",nextDay:"[\u0626\u06d5\u062a\u06d5 \u0633\u0627\u0626\u06d5\u062a] LT",nextWeek:"[\u0643\u06d0\u0644\u06d5\u0631\u0643\u0649] dddd [\u0633\u0627\u0626\u06d5\u062a] LT",lastDay:"[\u062a\u06c6\u0646\u06c8\u06af\u06c8\u0646] LT",lastWeek:"[\u0626\u0627\u0644\u062f\u0649\u0646\u0642\u0649] dddd [\u0633\u0627\u0626\u06d5\u062a] LT",sameElse:"L"},relativeTime:{future:"%s \u0643\u06d0\u064a\u0649\u0646",past:"%s \u0628\u06c7\u0631\u06c7\u0646",s:"\u0646\u06d5\u0686\u0686\u06d5 \u0633\u06d0\u0643\u0648\u0646\u062a",ss:"%d \u0633\u06d0\u0643\u0648\u0646\u062a",m:"\u0628\u0649\u0631 \u0645\u0649\u0646\u06c7\u062a",mm:"%d \u0645\u0649\u0646\u06c7\u062a",h:"\u0628\u0649\u0631 \u0633\u0627\u0626\u06d5\u062a",hh:"%d \u0633\u0627\u0626\u06d5\u062a",d:"\u0628\u0649\u0631 \u0643\u06c8\u0646",dd:"%d \u0643\u06c8\u0646",M:"\u0628\u0649\u0631 \u0626\u0627\u064a",MM:"%d \u0626\u0627\u064a",y:"\u0628\u0649\u0631 \u064a\u0649\u0644",yy:"%d \u064a\u0649\u0644"},dayOfMonthOrdinalParse:/\d{1,2}(-\u0643\u06c8\u0646\u0649|-\u0626\u0627\u064a|-\u06be\u06d5\u067e\u062a\u06d5)/,ordinal:function(e,a){switch(a){case"d":case"D":case"DDD":return e+"-\u0643\u06c8\u0646\u0649";case"w":case"W":return e+"-\u06be\u06d5\u067e\u062a\u06d5";default:return e}},preparse:function(e){return e.replace(/\u060c/g,",")},postformat:function(e){return e.replace(/,/g,"\u060c")},week:{dow:1,doy:7}}),M.defineLocale("uk",{months:{format:"\u0441\u0456\u0447\u043d\u044f_\u043b\u044e\u0442\u043e\u0433\u043e_\u0431\u0435\u0440\u0435\u0437\u043d\u044f_\u043a\u0432\u0456\u0442\u043d\u044f_\u0442\u0440\u0430\u0432\u043d\u044f_\u0447\u0435\u0440\u0432\u043d\u044f_\u043b\u0438\u043f\u043d\u044f_\u0441\u0435\u0440\u043f\u043d\u044f_\u0432\u0435\u0440\u0435\u0441\u043d\u044f_\u0436\u043e\u0432\u0442\u043d\u044f_\u043b\u0438\u0441\u0442\u043e\u043f\u0430\u0434\u0430_\u0433\u0440\u0443\u0434\u043d\u044f".split("_"),standalone:"\u0441\u0456\u0447\u0435\u043d\u044c_\u043b\u044e\u0442\u0438\u0439_\u0431\u0435\u0440\u0435\u0437\u0435\u043d\u044c_\u043a\u0432\u0456\u0442\u0435\u043d\u044c_\u0442\u0440\u0430\u0432\u0435\u043d\u044c_\u0447\u0435\u0440\u0432\u0435\u043d\u044c_\u043b\u0438\u043f\u0435\u043d\u044c_\u0441\u0435\u0440\u043f\u0435\u043d\u044c_\u0432\u0435\u0440\u0435\u0441\u0435\u043d\u044c_\u0436\u043e\u0432\u0442\u0435\u043d\u044c_\u043b\u0438\u0441\u0442\u043e\u043f\u0430\u0434_\u0433\u0440\u0443\u0434\u0435\u043d\u044c".split("_")},monthsShort:"\u0441\u0456\u0447_\u043b\u044e\u0442_\u0431\u0435\u0440_\u043a\u0432\u0456\u0442_\u0442\u0440\u0430\u0432_\u0447\u0435\u0440\u0432_\u043b\u0438\u043f_\u0441\u0435\u0440\u043f_\u0432\u0435\u0440_\u0436\u043e\u0432\u0442_\u043b\u0438\u0441\u0442_\u0433\u0440\u0443\u0434".split("_"),weekdays:function(e,a){var t={nominative:"\u043d\u0435\u0434\u0456\u043b\u044f_\u043f\u043e\u043d\u0435\u0434\u0456\u043b\u043e\u043a_\u0432\u0456\u0432\u0442\u043e\u0440\u043e\u043a_\u0441\u0435\u0440\u0435\u0434\u0430_\u0447\u0435\u0442\u0432\u0435\u0440_\u043f\u2019\u044f\u0442\u043d\u0438\u0446\u044f_\u0441\u0443\u0431\u043e\u0442\u0430".split("_"),accusative:"\u043d\u0435\u0434\u0456\u043b\u044e_\u043f\u043e\u043d\u0435\u0434\u0456\u043b\u043e\u043a_\u0432\u0456\u0432\u0442\u043e\u0440\u043e\u043a_\u0441\u0435\u0440\u0435\u0434\u0443_\u0447\u0435\u0442\u0432\u0435\u0440_\u043f\u2019\u044f\u0442\u043d\u0438\u0446\u044e_\u0441\u0443\u0431\u043e\u0442\u0443".split("_"),genitive:"\u043d\u0435\u0434\u0456\u043b\u0456_\u043f\u043e\u043d\u0435\u0434\u0456\u043b\u043a\u0430_\u0432\u0456\u0432\u0442\u043e\u0440\u043a\u0430_\u0441\u0435\u0440\u0435\u0434\u0438_\u0447\u0435\u0442\u0432\u0435\u0440\u0433\u0430_\u043f\u2019\u044f\u0442\u043d\u0438\u0446\u0456_\u0441\u0443\u0431\u043e\u0442\u0438".split("_")};return!0===e?t.nominative.slice(1,7).concat(t.nominative.slice(0,1)):e?t[/(\[[\u0412\u0432\u0423\u0443]\]) ?dddd/.test(a)?"accusative":/\[?(?:\u043c\u0438\u043d\u0443\u043b\u043e\u0457|\u043d\u0430\u0441\u0442\u0443\u043f\u043d\u043e\u0457)? ?\] ?dddd/.test(a)?"genitive":"nominative"][e.day()]:t.nominative},weekdaysShort:"\u043d\u0434_\u043f\u043d_\u0432\u0442_\u0441\u0440_\u0447\u0442_\u043f\u0442_\u0441\u0431".split("_"),weekdaysMin:"\u043d\u0434_\u043f\u043d_\u0432\u0442_\u0441\u0440_\u0447\u0442_\u043f\u0442_\u0441\u0431".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY \u0440.",LLL:"D MMMM YYYY \u0440., HH:mm",LLLL:"dddd, D MMMM YYYY \u0440., HH:mm"},calendar:{sameDay:Wn("[\u0421\u044c\u043e\u0433\u043e\u0434\u043d\u0456 "),nextDay:Wn("[\u0417\u0430\u0432\u0442\u0440\u0430 "),lastDay:Wn("[\u0412\u0447\u043e\u0440\u0430 "),nextWeek:Wn("[\u0423] dddd ["),lastWeek:function(){switch(this.day()){case 0:case 3:case 5:case 6:return Wn("[\u041c\u0438\u043d\u0443\u043b\u043e\u0457] dddd [").call(this);case 1:case 2:case 4:return Wn("[\u041c\u0438\u043d\u0443\u043b\u043e\u0433\u043e] dddd [").call(this)}},sameElse:"L"},relativeTime:{future:"\u0437\u0430 %s",past:"%s \u0442\u043e\u043c\u0443",s:"\u0434\u0435\u043a\u0456\u043b\u044c\u043a\u0430 \u0441\u0435\u043a\u0443\u043d\u0434",ss:On,m:On,mm:On,h:"\u0433\u043e\u0434\u0438\u043d\u0443",hh:On,d:"\u0434\u0435\u043d\u044c",dd:On,M:"\u043c\u0456\u0441\u044f\u0446\u044c",MM:On,y:"\u0440\u0456\u043a",yy:On},meridiemParse:/\u043d\u043e\u0447\u0456|\u0440\u0430\u043d\u043a\u0443|\u0434\u043d\u044f|\u0432\u0435\u0447\u043e\u0440\u0430/,isPM:function(e){return/^(\u0434\u043d\u044f|\u0432\u0435\u0447\u043e\u0440\u0430)$/.test(e)},meridiem:function(e,a,t){return e<4?"\u043d\u043e\u0447\u0456":e<12?"\u0440\u0430\u043d\u043a\u0443":e<17?"\u0434\u043d\u044f":"\u0432\u0435\u0447\u043e\u0440\u0430"},dayOfMonthOrdinalParse:/\d{1,2}-(\u0439|\u0433\u043e)/,ordinal:function(e,a){switch(a){case"M":case"d":case"DDD":case"w":case"W":return e+"-\u0439";case"D":return e+"-\u0433\u043e";default:return e}},week:{dow:1,doy:7}});jt=["\u062c\u0646\u0648\u0631\u06cc","\u0641\u0631\u0648\u0631\u06cc","\u0645\u0627\u0631\u0686","\u0627\u067e\u0631\u06cc\u0644","\u0645\u0626\u06cc","\u062c\u0648\u0646","\u062c\u0648\u0644\u0627\u0626\u06cc","\u0627\u06af\u0633\u062a","\u0633\u062a\u0645\u0628\u0631","\u0627\u06a9\u062a\u0648\u0628\u0631","\u0646\u0648\u0645\u0628\u0631","\u062f\u0633\u0645\u0628\u0631"],vt=["\u0627\u062a\u0648\u0627\u0631","\u067e\u06cc\u0631","\u0645\u0646\u06af\u0644","\u0628\u062f\u06be","\u062c\u0645\u0639\u0631\u0627\u062a","\u062c\u0645\u0639\u06c1","\u06c1\u0641\u062a\u06c1"];return M.defineLocale("ur",{months:jt,monthsShort:jt,weekdays:vt,weekdaysShort:vt,weekdaysMin:vt,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd\u060c D MMMM YYYY HH:mm"},meridiemParse:/\u0635\u0628\u062d|\u0634\u0627\u0645/,isPM:function(e){return"\u0634\u0627\u0645"===e},meridiem:function(e,a,t){return e<12?"\u0635\u0628\u062d":"\u0634\u0627\u0645"},calendar:{sameDay:"[\u0622\u062c \u0628\u0648\u0642\u062a] LT",nextDay:"[\u06a9\u0644 \u0628\u0648\u0642\u062a] LT",nextWeek:"dddd [\u0628\u0648\u0642\u062a] LT",lastDay:"[\u06af\u0630\u0634\u062a\u06c1 \u0631\u0648\u0632 \u0628\u0648\u0642\u062a] LT",lastWeek:"[\u06af\u0630\u0634\u062a\u06c1] dddd [\u0628\u0648\u0642\u062a] LT",sameElse:"L"},relativeTime:{future:"%s \u0628\u0639\u062f",past:"%s \u0642\u0628\u0644",s:"\u0686\u0646\u062f \u0633\u06cc\u06a9\u0646\u0688",ss:"%d \u0633\u06cc\u06a9\u0646\u0688",m:"\u0627\u06cc\u06a9 \u0645\u0646\u0679",mm:"%d \u0645\u0646\u0679",h:"\u0627\u06cc\u06a9 \u06af\u06be\u0646\u0679\u06c1",hh:"%d \u06af\u06be\u0646\u0679\u06d2",d:"\u0627\u06cc\u06a9 \u062f\u0646",dd:"%d \u062f\u0646",M:"\u0627\u06cc\u06a9 \u0645\u0627\u06c1",MM:"%d \u0645\u0627\u06c1",y:"\u0627\u06cc\u06a9 \u0633\u0627\u0644",yy:"%d \u0633\u0627\u0644"},preparse:function(e){return e.replace(/\u060c/g,",")},postformat:function(e){return e.replace(/,/g,"\u060c")},week:{dow:1,doy:4}}),M.defineLocale("uz-latn",{months:"Yanvar_Fevral_Mart_Aprel_May_Iyun_Iyul_Avgust_Sentabr_Oktabr_Noyabr_Dekabr".split("_"),monthsShort:"Yan_Fev_Mar_Apr_May_Iyun_Iyul_Avg_Sen_Okt_Noy_Dek".split("_"),weekdays:"Yakshanba_Dushanba_Seshanba_Chorshanba_Payshanba_Juma_Shanba".split("_"),weekdaysShort:"Yak_Dush_Sesh_Chor_Pay_Jum_Shan".split("_"),weekdaysMin:"Ya_Du_Se_Cho_Pa_Ju_Sha".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"D MMMM YYYY, dddd HH:mm"},calendar:{sameDay:"[Bugun soat] LT [da]",nextDay:"[Ertaga] LT [da]",nextWeek:"dddd [kuni soat] LT [da]",lastDay:"[Kecha soat] LT [da]",lastWeek:"[O'tgan] dddd [kuni soat] LT [da]",sameElse:"L"},relativeTime:{future:"Yaqin %s ichida",past:"Bir necha %s oldin",s:"soniya",ss:"%d soniya",m:"bir daqiqa",mm:"%d daqiqa",h:"bir soat",hh:"%d soat",d:"bir kun",dd:"%d kun",M:"bir oy",MM:"%d oy",y:"bir yil",yy:"%d yil"},week:{dow:1,doy:7}}),M.defineLocale("uz",{months:"\u044f\u043d\u0432\u0430\u0440_\u0444\u0435\u0432\u0440\u0430\u043b_\u043c\u0430\u0440\u0442_\u0430\u043f\u0440\u0435\u043b_\u043c\u0430\u0439_\u0438\u044e\u043d_\u0438\u044e\u043b_\u0430\u0432\u0433\u0443\u0441\u0442_\u0441\u0435\u043d\u0442\u044f\u0431\u0440_\u043e\u043a\u0442\u044f\u0431\u0440_\u043d\u043e\u044f\u0431\u0440_\u0434\u0435\u043a\u0430\u0431\u0440".split("_"),monthsShort:"\u044f\u043d\u0432_\u0444\u0435\u0432_\u043c\u0430\u0440_\u0430\u043f\u0440_\u043c\u0430\u0439_\u0438\u044e\u043d_\u0438\u044e\u043b_\u0430\u0432\u0433_\u0441\u0435\u043d_\u043e\u043a\u0442_\u043d\u043e\u044f_\u0434\u0435\u043a".split("_"),weekdays:"\u042f\u043a\u0448\u0430\u043d\u0431\u0430_\u0414\u0443\u0448\u0430\u043d\u0431\u0430_\u0421\u0435\u0448\u0430\u043d\u0431\u0430_\u0427\u043e\u0440\u0448\u0430\u043d\u0431\u0430_\u041f\u0430\u0439\u0448\u0430\u043d\u0431\u0430_\u0416\u0443\u043c\u0430_\u0428\u0430\u043d\u0431\u0430".split("_"),weekdaysShort:"\u042f\u043a\u0448_\u0414\u0443\u0448_\u0421\u0435\u0448_\u0427\u043e\u0440_\u041f\u0430\u0439_\u0416\u0443\u043c_\u0428\u0430\u043d".split("_"),weekdaysMin:"\u042f\u043a_\u0414\u0443_\u0421\u0435_\u0427\u043e_\u041f\u0430_\u0416\u0443_\u0428\u0430".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"D MMMM YYYY, dddd HH:mm"},calendar:{sameDay:"[\u0411\u0443\u0433\u0443\u043d \u0441\u043e\u0430\u0442] LT [\u0434\u0430]",nextDay:"[\u042d\u0440\u0442\u0430\u0433\u0430] LT [\u0434\u0430]",nextWeek:"dddd [\u043a\u0443\u043d\u0438 \u0441\u043e\u0430\u0442] LT [\u0434\u0430]",lastDay:"[\u041a\u0435\u0447\u0430 \u0441\u043e\u0430\u0442] LT [\u0434\u0430]",lastWeek:"[\u0423\u0442\u0433\u0430\u043d] dddd [\u043a\u0443\u043d\u0438 \u0441\u043e\u0430\u0442] LT [\u0434\u0430]",sameElse:"L"},relativeTime:{future:"\u042f\u043a\u0438\u043d %s \u0438\u0447\u0438\u0434\u0430",past:"\u0411\u0438\u0440 \u043d\u0435\u0447\u0430 %s \u043e\u043b\u0434\u0438\u043d",s:"\u0444\u0443\u0440\u0441\u0430\u0442",ss:"%d \u0444\u0443\u0440\u0441\u0430\u0442",m:"\u0431\u0438\u0440 \u0434\u0430\u043a\u0438\u043a\u0430",mm:"%d \u0434\u0430\u043a\u0438\u043a\u0430",h:"\u0431\u0438\u0440 \u0441\u043e\u0430\u0442",hh:"%d \u0441\u043e\u0430\u0442",d:"\u0431\u0438\u0440 \u043a\u0443\u043d",dd:"%d \u043a\u0443\u043d",M:"\u0431\u0438\u0440 \u043e\u0439",MM:"%d \u043e\u0439",y:"\u0431\u0438\u0440 \u0439\u0438\u043b",yy:"%d \u0439\u0438\u043b"},week:{dow:1,doy:7}}),M.defineLocale("vi",{months:"th\xe1ng 1_th\xe1ng 2_th\xe1ng 3_th\xe1ng 4_th\xe1ng 5_th\xe1ng 6_th\xe1ng 7_th\xe1ng 8_th\xe1ng 9_th\xe1ng 10_th\xe1ng 11_th\xe1ng 12".split("_"),monthsShort:"Thg 01_Thg 02_Thg 03_Thg 04_Thg 05_Thg 06_Thg 07_Thg 08_Thg 09_Thg 10_Thg 11_Thg 12".split("_"),monthsParseExact:!0,weekdays:"ch\u1ee7 nh\u1eadt_th\u1ee9 hai_th\u1ee9 ba_th\u1ee9 t\u01b0_th\u1ee9 n\u0103m_th\u1ee9 s\xe1u_th\u1ee9 b\u1ea3y".split("_"),weekdaysShort:"CN_T2_T3_T4_T5_T6_T7".split("_"),weekdaysMin:"CN_T2_T3_T4_T5_T6_T7".split("_"),weekdaysParseExact:!0,meridiemParse:/sa|ch/i,isPM:function(e){return/^ch$/i.test(e)},meridiem:function(e,a,t){return e<12?t?"sa":"SA":t?"ch":"CH"},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM [n\u0103m] YYYY",LLL:"D MMMM [n\u0103m] YYYY HH:mm",LLLL:"dddd, D MMMM [n\u0103m] YYYY HH:mm",l:"DD/M/YYYY",ll:"D MMM YYYY",lll:"D MMM YYYY HH:mm",llll:"ddd, D MMM YYYY HH:mm"},calendar:{sameDay:"[H\xf4m nay l\xfac] LT",nextDay:"[Ng\xe0y mai l\xfac] LT",nextWeek:"dddd [tu\u1ea7n t\u1edbi l\xfac] LT",lastDay:"[H\xf4m qua l\xfac] LT",lastWeek:"dddd [tu\u1ea7n tr\u01b0\u1edbc l\xfac] LT",sameElse:"L"},relativeTime:{future:"%s t\u1edbi",past:"%s tr\u01b0\u1edbc",s:"v\xe0i gi\xe2y",ss:"%d gi\xe2y",m:"m\u1ed9t ph\xfat",mm:"%d ph\xfat",h:"m\u1ed9t gi\u1edd",hh:"%d gi\u1edd",d:"m\u1ed9t ng\xe0y",dd:"%d ng\xe0y",w:"m\u1ed9t tu\u1ea7n",ww:"%d tu\u1ea7n",M:"m\u1ed9t th\xe1ng",MM:"%d th\xe1ng",y:"m\u1ed9t n\u0103m",yy:"%d n\u0103m"},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:function(e){return e},week:{dow:1,doy:4}}),M.defineLocale("x-pseudo",{months:"J~\xe1\xf1\xfa\xe1~r\xfd_F~\xe9br\xfa~\xe1r\xfd_~M\xe1rc~h_\xc1p~r\xedl_~M\xe1\xfd_~J\xfa\xf1\xe9~_J\xfal~\xfd_\xc1\xfa~g\xfast~_S\xe9p~t\xe9mb~\xe9r_\xd3~ct\xf3b~\xe9r_\xd1~\xf3v\xe9m~b\xe9r_~D\xe9c\xe9~mb\xe9r".split("_"),monthsShort:"J~\xe1\xf1_~F\xe9b_~M\xe1r_~\xc1pr_~M\xe1\xfd_~J\xfa\xf1_~J\xfal_~\xc1\xfag_~S\xe9p_~\xd3ct_~\xd1\xf3v_~D\xe9c".split("_"),monthsParseExact:!0,weekdays:"S~\xfa\xf1d\xe1~\xfd_M\xf3~\xf1d\xe1\xfd~_T\xfa\xe9~sd\xe1\xfd~_W\xe9d~\xf1\xe9sd~\xe1\xfd_T~h\xfars~d\xe1\xfd_~Fr\xedd~\xe1\xfd_S~\xe1t\xfar~d\xe1\xfd".split("_"),weekdaysShort:"S~\xfa\xf1_~M\xf3\xf1_~T\xfa\xe9_~W\xe9d_~Th\xfa_~Fr\xed_~S\xe1t".split("_"),weekdaysMin:"S~\xfa_M\xf3~_T\xfa_~W\xe9_T~h_Fr~_S\xe1".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[T~\xf3d\xe1~\xfd \xe1t] LT",nextDay:"[T~\xf3m\xf3~rr\xf3~w \xe1t] LT",nextWeek:"dddd [\xe1t] LT",lastDay:"[\xdd~\xe9st~\xe9rd\xe1~\xfd \xe1t] LT",lastWeek:"[L~\xe1st] dddd [\xe1t] LT",sameElse:"L"},relativeTime:{future:"\xed~\xf1 %s",past:"%s \xe1~g\xf3",s:"\xe1 ~f\xe9w ~s\xe9c\xf3~\xf1ds",ss:"%d s~\xe9c\xf3\xf1~ds",m:"\xe1 ~m\xed\xf1~\xfat\xe9",mm:"%d m~\xed\xf1\xfa~t\xe9s",h:"\xe1~\xf1 h\xf3~\xfar",hh:"%d h~\xf3\xfars",d:"\xe1 ~d\xe1\xfd",dd:"%d d~\xe1\xfds",M:"\xe1 ~m\xf3\xf1~th",MM:"%d m~\xf3\xf1t~hs",y:"\xe1 ~\xfd\xe9\xe1r",yy:"%d \xfd~\xe9\xe1rs"},dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(e){var a=e%10;return e+(1==~~(e%100/10)?"th":1==a?"st":2==a?"nd":3==a?"rd":"th")},week:{dow:1,doy:4}}),M.defineLocale("yo",{months:"S\u1eb9\u0301r\u1eb9\u0301_E\u0300re\u0300le\u0300_\u1eb8r\u1eb9\u0300na\u0300_I\u0300gbe\u0301_E\u0300bibi_O\u0300ku\u0300du_Ag\u1eb9mo_O\u0300gu\u0301n_Owewe_\u1ecc\u0300wa\u0300ra\u0300_Be\u0301lu\u0301_\u1ecc\u0300p\u1eb9\u0300\u0300".split("_"),monthsShort:"S\u1eb9\u0301r_E\u0300rl_\u1eb8rn_I\u0300gb_E\u0300bi_O\u0300ku\u0300_Ag\u1eb9_O\u0300gu\u0301_Owe_\u1ecc\u0300wa\u0300_Be\u0301l_\u1ecc\u0300p\u1eb9\u0300\u0300".split("_"),weekdays:"A\u0300i\u0300ku\u0301_Aje\u0301_I\u0300s\u1eb9\u0301gun_\u1eccj\u1ecd\u0301ru\u0301_\u1eccj\u1ecd\u0301b\u1ecd_\u1eb8ti\u0300_A\u0300ba\u0301m\u1eb9\u0301ta".split("_"),weekdaysShort:"A\u0300i\u0300k_Aje\u0301_I\u0300s\u1eb9\u0301_\u1eccjr_\u1eccjb_\u1eb8ti\u0300_A\u0300ba\u0301".split("_"),weekdaysMin:"A\u0300i\u0300_Aj_I\u0300s_\u1eccr_\u1eccb_\u1eb8t_A\u0300b".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[O\u0300ni\u0300 ni] LT",nextDay:"[\u1ecc\u0300la ni] LT",nextWeek:"dddd [\u1eccs\u1eb9\u0300 to\u0301n'b\u1ecd] [ni] LT",lastDay:"[A\u0300na ni] LT",lastWeek:"dddd [\u1eccs\u1eb9\u0300 to\u0301l\u1ecd\u0301] [ni] LT",sameElse:"L"},relativeTime:{future:"ni\u0301 %s",past:"%s k\u1ecdja\u0301",s:"i\u0300s\u1eb9ju\u0301 aaya\u0301 die",ss:"aaya\u0301 %d",m:"i\u0300s\u1eb9ju\u0301 kan",mm:"i\u0300s\u1eb9ju\u0301 %d",h:"wa\u0301kati kan",hh:"wa\u0301kati %d",d:"\u1ecdj\u1ecd\u0301 kan",dd:"\u1ecdj\u1ecd\u0301 %d",M:"osu\u0300 kan",MM:"osu\u0300 %d",y:"\u1ecddu\u0301n kan",yy:"\u1ecddu\u0301n %d"},dayOfMonthOrdinalParse:/\u1ecdj\u1ecd\u0301\s\d{1,2}/,ordinal:"\u1ecdj\u1ecd\u0301 %d",week:{dow:1,doy:4}}),M.defineLocale("zh-cn",{months:"\u4e00\u6708_\u4e8c\u6708_\u4e09\u6708_\u56db\u6708_\u4e94\u6708_\u516d\u6708_\u4e03\u6708_\u516b\u6708_\u4e5d\u6708_\u5341\u6708_\u5341\u4e00\u6708_\u5341\u4e8c\u6708".split("_"),monthsShort:"1\u6708_2\u6708_3\u6708_4\u6708_5\u6708_6\u6708_7\u6708_8\u6708_9\u6708_10\u6708_11\u6708_12\u6708".split("_"),weekdays:"\u661f\u671f\u65e5_\u661f\u671f\u4e00_\u661f\u671f\u4e8c_\u661f\u671f\u4e09_\u661f\u671f\u56db_\u661f\u671f\u4e94_\u661f\u671f\u516d".split("_"),weekdaysShort:"\u5468\u65e5_\u5468\u4e00_\u5468\u4e8c_\u5468\u4e09_\u5468\u56db_\u5468\u4e94_\u5468\u516d".split("_"),weekdaysMin:"\u65e5_\u4e00_\u4e8c_\u4e09_\u56db_\u4e94_\u516d".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY\u5e74M\u6708D\u65e5",LLL:"YYYY\u5e74M\u6708D\u65e5Ah\u70b9mm\u5206",LLLL:"YYYY\u5e74M\u6708D\u65e5ddddAh\u70b9mm\u5206",l:"YYYY/M/D",ll:"YYYY\u5e74M\u6708D\u65e5",lll:"YYYY\u5e74M\u6708D\u65e5 HH:mm",llll:"YYYY\u5e74M\u6708D\u65e5dddd HH:mm"},meridiemParse:/\u51cc\u6668|\u65e9\u4e0a|\u4e0a\u5348|\u4e2d\u5348|\u4e0b\u5348|\u665a\u4e0a/,meridiemHour:function(e,a){return 12===e&&(e=0),"\u51cc\u6668"===a||"\u65e9\u4e0a"===a||"\u4e0a\u5348"===a||"\u4e0b\u5348"!==a&&"\u665a\u4e0a"!==a&&11<=e?e:e+12},meridiem:function(e,a,t){e=100*e+a;return e<600?"\u51cc\u6668":e<900?"\u65e9\u4e0a":e<1130?"\u4e0a\u5348":e<1230?"\u4e2d\u5348":e<1800?"\u4e0b\u5348":"\u665a\u4e0a"},calendar:{sameDay:"[\u4eca\u5929]LT",nextDay:"[\u660e\u5929]LT",nextWeek:function(e){return e.week()!==this.week()?"[\u4e0b]dddLT":"[\u672c]dddLT"},lastDay:"[\u6628\u5929]LT",lastWeek:function(e){return this.week()!==e.week()?"[\u4e0a]dddLT":"[\u672c]dddLT"},sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(\u65e5|\u6708|\u5468)/,ordinal:function(e,a){switch(a){case"d":case"D":case"DDD":return e+"\u65e5";case"M":return e+"\u6708";case"w":case"W":return e+"\u5468";default:return e}},relativeTime:{future:"%s\u540e",past:"%s\u524d",s:"\u51e0\u79d2",ss:"%d \u79d2",m:"1 \u5206\u949f",mm:"%d \u5206\u949f",h:"1 \u5c0f\u65f6",hh:"%d \u5c0f\u65f6",d:"1 \u5929",dd:"%d \u5929",w:"1 \u5468",ww:"%d \u5468",M:"1 \u4e2a\u6708",MM:"%d \u4e2a\u6708",y:"1 \u5e74",yy:"%d \u5e74"},week:{dow:1,doy:4}}),M.defineLocale("zh-hk",{months:"\u4e00\u6708_\u4e8c\u6708_\u4e09\u6708_\u56db\u6708_\u4e94\u6708_\u516d\u6708_\u4e03\u6708_\u516b\u6708_\u4e5d\u6708_\u5341\u6708_\u5341\u4e00\u6708_\u5341\u4e8c\u6708".split("_"),monthsShort:"1\u6708_2\u6708_3\u6708_4\u6708_5\u6708_6\u6708_7\u6708_8\u6708_9\u6708_10\u6708_11\u6708_12\u6708".split("_"),weekdays:"\u661f\u671f\u65e5_\u661f\u671f\u4e00_\u661f\u671f\u4e8c_\u661f\u671f\u4e09_\u661f\u671f\u56db_\u661f\u671f\u4e94_\u661f\u671f\u516d".split("_"),weekdaysShort:"\u9031\u65e5_\u9031\u4e00_\u9031\u4e8c_\u9031\u4e09_\u9031\u56db_\u9031\u4e94_\u9031\u516d".split("_"),weekdaysMin:"\u65e5_\u4e00_\u4e8c_\u4e09_\u56db_\u4e94_\u516d".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY\u5e74M\u6708D\u65e5",LLL:"YYYY\u5e74M\u6708D\u65e5 HH:mm",LLLL:"YYYY\u5e74M\u6708D\u65e5dddd HH:mm",l:"YYYY/M/D",ll:"YYYY\u5e74M\u6708D\u65e5",lll:"YYYY\u5e74M\u6708D\u65e5 HH:mm",llll:"YYYY\u5e74M\u6708D\u65e5dddd HH:mm"},meridiemParse:/\u51cc\u6668|\u65e9\u4e0a|\u4e0a\u5348|\u4e2d\u5348|\u4e0b\u5348|\u665a\u4e0a/,meridiemHour:function(e,a){return 12===e&&(e=0),"\u51cc\u6668"===a||"\u65e9\u4e0a"===a||"\u4e0a\u5348"===a?e:"\u4e2d\u5348"===a?11<=e?e:e+12:"\u4e0b\u5348"===a||"\u665a\u4e0a"===a?e+12:void 0},meridiem:function(e,a,t){e=100*e+a;return e<600?"\u51cc\u6668":e<900?"\u65e9\u4e0a":e<1200?"\u4e0a\u5348":1200===e?"\u4e2d\u5348":e<1800?"\u4e0b\u5348":"\u665a\u4e0a"},calendar:{sameDay:"[\u4eca\u5929]LT",nextDay:"[\u660e\u5929]LT",nextWeek:"[\u4e0b]ddddLT",lastDay:"[\u6628\u5929]LT",lastWeek:"[\u4e0a]ddddLT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(\u65e5|\u6708|\u9031)/,ordinal:function(e,a){switch(a){case"d":case"D":case"DDD":return e+"\u65e5";case"M":return e+"\u6708";case"w":case"W":return e+"\u9031";default:return e}},relativeTime:{future:"%s\u5f8c",past:"%s\u524d",s:"\u5e7e\u79d2",ss:"%d \u79d2",m:"1 \u5206\u9418",mm:"%d \u5206\u9418",h:"1 \u5c0f\u6642",hh:"%d \u5c0f\u6642",d:"1 \u5929",dd:"%d \u5929",M:"1 \u500b\u6708",MM:"%d \u500b\u6708",y:"1 \u5e74",yy:"%d \u5e74"}}),M.defineLocale("zh-mo",{months:"\u4e00\u6708_\u4e8c\u6708_\u4e09\u6708_\u56db\u6708_\u4e94\u6708_\u516d\u6708_\u4e03\u6708_\u516b\u6708_\u4e5d\u6708_\u5341\u6708_\u5341\u4e00\u6708_\u5341\u4e8c\u6708".split("_"),monthsShort:"1\u6708_2\u6708_3\u6708_4\u6708_5\u6708_6\u6708_7\u6708_8\u6708_9\u6708_10\u6708_11\u6708_12\u6708".split("_"),weekdays:"\u661f\u671f\u65e5_\u661f\u671f\u4e00_\u661f\u671f\u4e8c_\u661f\u671f\u4e09_\u661f\u671f\u56db_\u661f\u671f\u4e94_\u661f\u671f\u516d".split("_"),weekdaysShort:"\u9031\u65e5_\u9031\u4e00_\u9031\u4e8c_\u9031\u4e09_\u9031\u56db_\u9031\u4e94_\u9031\u516d".split("_"),weekdaysMin:"\u65e5_\u4e00_\u4e8c_\u4e09_\u56db_\u4e94_\u516d".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"YYYY\u5e74M\u6708D\u65e5",LLL:"YYYY\u5e74M\u6708D\u65e5 HH:mm",LLLL:"YYYY\u5e74M\u6708D\u65e5dddd HH:mm",l:"D/M/YYYY",ll:"YYYY\u5e74M\u6708D\u65e5",lll:"YYYY\u5e74M\u6708D\u65e5 HH:mm",llll:"YYYY\u5e74M\u6708D\u65e5dddd HH:mm"},meridiemParse:/\u51cc\u6668|\u65e9\u4e0a|\u4e0a\u5348|\u4e2d\u5348|\u4e0b\u5348|\u665a\u4e0a/,meridiemHour:function(e,a){return 12===e&&(e=0),"\u51cc\u6668"===a||"\u65e9\u4e0a"===a||"\u4e0a\u5348"===a?e:"\u4e2d\u5348"===a?11<=e?e:e+12:"\u4e0b\u5348"===a||"\u665a\u4e0a"===a?e+12:void 0},meridiem:function(e,a,t){e=100*e+a;return e<600?"\u51cc\u6668":e<900?"\u65e9\u4e0a":e<1130?"\u4e0a\u5348":e<1230?"\u4e2d\u5348":e<1800?"\u4e0b\u5348":"\u665a\u4e0a"},calendar:{sameDay:"[\u4eca\u5929] LT",nextDay:"[\u660e\u5929] LT",nextWeek:"[\u4e0b]dddd LT",lastDay:"[\u6628\u5929] LT",lastWeek:"[\u4e0a]dddd LT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(\u65e5|\u6708|\u9031)/,ordinal:function(e,a){switch(a){case"d":case"D":case"DDD":return e+"\u65e5";case"M":return e+"\u6708";case"w":case"W":return e+"\u9031";default:return e}},relativeTime:{future:"%s\u5167",past:"%s\u524d",s:"\u5e7e\u79d2",ss:"%d \u79d2",m:"1 \u5206\u9418",mm:"%d \u5206\u9418",h:"1 \u5c0f\u6642",hh:"%d \u5c0f\u6642",d:"1 \u5929",dd:"%d \u5929",M:"1 \u500b\u6708",MM:"%d \u500b\u6708",y:"1 \u5e74",yy:"%d \u5e74"}}),M.defineLocale("zh-tw",{months:"\u4e00\u6708_\u4e8c\u6708_\u4e09\u6708_\u56db\u6708_\u4e94\u6708_\u516d\u6708_\u4e03\u6708_\u516b\u6708_\u4e5d\u6708_\u5341\u6708_\u5341\u4e00\u6708_\u5341\u4e8c\u6708".split("_"),monthsShort:"1\u6708_2\u6708_3\u6708_4\u6708_5\u6708_6\u6708_7\u6708_8\u6708_9\u6708_10\u6708_11\u6708_12\u6708".split("_"),weekdays:"\u661f\u671f\u65e5_\u661f\u671f\u4e00_\u661f\u671f\u4e8c_\u661f\u671f\u4e09_\u661f\u671f\u56db_\u661f\u671f\u4e94_\u661f\u671f\u516d".split("_"),weekdaysShort:"\u9031\u65e5_\u9031\u4e00_\u9031\u4e8c_\u9031\u4e09_\u9031\u56db_\u9031\u4e94_\u9031\u516d".split("_"),weekdaysMin:"\u65e5_\u4e00_\u4e8c_\u4e09_\u56db_\u4e94_\u516d".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY\u5e74M\u6708D\u65e5",LLL:"YYYY\u5e74M\u6708D\u65e5 HH:mm",LLLL:"YYYY\u5e74M\u6708D\u65e5dddd HH:mm",l:"YYYY/M/D",ll:"YYYY\u5e74M\u6708D\u65e5",lll:"YYYY\u5e74M\u6708D\u65e5 HH:mm",llll:"YYYY\u5e74M\u6708D\u65e5dddd HH:mm"},meridiemParse:/\u51cc\u6668|\u65e9\u4e0a|\u4e0a\u5348|\u4e2d\u5348|\u4e0b\u5348|\u665a\u4e0a/,meridiemHour:function(e,a){return 12===e&&(e=0),"\u51cc\u6668"===a||"\u65e9\u4e0a"===a||"\u4e0a\u5348"===a?e:"\u4e2d\u5348"===a?11<=e?e:e+12:"\u4e0b\u5348"===a||"\u665a\u4e0a"===a?e+12:void 0},meridiem:function(e,a,t){e=100*e+a;return e<600?"\u51cc\u6668":e<900?"\u65e9\u4e0a":e<1130?"\u4e0a\u5348":e<1230?"\u4e2d\u5348":e<1800?"\u4e0b\u5348":"\u665a\u4e0a"},calendar:{sameDay:"[\u4eca\u5929] LT",nextDay:"[\u660e\u5929] LT",nextWeek:"[\u4e0b]dddd LT",lastDay:"[\u6628\u5929] LT",lastWeek:"[\u4e0a]dddd LT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(\u65e5|\u6708|\u9031)/,ordinal:function(e,a){switch(a){case"d":case"D":case"DDD":return e+"\u65e5";case"M":return e+"\u6708";case"w":case"W":return e+"\u9031";default:return e}},relativeTime:{future:"%s\u5f8c",past:"%s\u524d",s:"\u5e7e\u79d2",ss:"%d \u79d2",m:"1 \u5206\u9418",mm:"%d \u5206\u9418",h:"1 \u5c0f\u6642",hh:"%d \u5c0f\u6642",d:"1 \u5929",dd:"%d \u5929",M:"1 \u500b\u6708",MM:"%d \u500b\u6708",y:"1 \u5e74",yy:"%d \u5e74"}}),M.locale("en"),M}); -//# sourceMappingURL=moment-with-locales.min.js.map -/*! - * Chart.js - * http://chartjs.org/ - * Version: 2.3.0 - * - * Copyright 2016 Nick Downie - * Released under the MIT license - * https://github.com/chartjs/Chart.js/blob/master/LICENSE.md - */ -!function(t){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=t();else if("function"==typeof define&&define.amd)define([],t);else{var e;e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this,e.Chart=t()}}(function(){return function t(e,a,i){function n(r,l){if(!a[r]){if(!e[r]){var s="function"==typeof require&&require;if(!l&&s)return s(r,!0);if(o)return o(r,!0);var d=new Error("Cannot find module '"+r+"'");throw d.code="MODULE_NOT_FOUND",d}var u=a[r]={exports:{}};e[r][0].call(u.exports,function(t){var a=e[r][1][t];return n(a?a:t)},u,u.exports,t,e,a,i)}return a[r].exports}for(var o="function"==typeof require&&require,r=0;r<i.length;r++)n(i[r]);return n}({1:[function(t,e,a){},{}],2:[function(t,e,a){function i(t){if(t){var e=/^#([a-fA-F0-9]{3})$/,a=/^#([a-fA-F0-9]{6})$/,i=/^rgba?\(\s*([+-]?\d+)\s*,\s*([+-]?\d+)\s*,\s*([+-]?\d+)\s*(?:,\s*([+-]?[\d\.]+)\s*)?\)$/,n=/^rgba?\(\s*([+-]?[\d\.]+)\%\s*,\s*([+-]?[\d\.]+)\%\s*,\s*([+-]?[\d\.]+)\%\s*(?:,\s*([+-]?[\d\.]+)\s*)?\)$/,o=/(\w+)/,r=[0,0,0],l=1,s=t.match(e);if(s){s=s[1];for(var d=0;d<r.length;d++)r[d]=parseInt(s[d]+s[d],16)}else if(s=t.match(a)){s=s[1];for(var d=0;d<r.length;d++)r[d]=parseInt(s.slice(2*d,2*d+2),16)}else if(s=t.match(i)){for(var d=0;d<r.length;d++)r[d]=parseInt(s[d+1]);l=parseFloat(s[4])}else if(s=t.match(n)){for(var d=0;d<r.length;d++)r[d]=Math.round(2.55*parseFloat(s[d+1]));l=parseFloat(s[4])}else if(s=t.match(o)){if("transparent"==s[1])return[0,0,0,0];if(r=y[s[1]],!r)return}for(var d=0;d<r.length;d++)r[d]=v(r[d],0,255);return l=l||0==l?v(l,0,1):1,r[3]=l,r}}function n(t){if(t){var e=/^hsla?\(\s*([+-]?\d+)(?:deg)?\s*,\s*([+-]?[\d\.]+)%\s*,\s*([+-]?[\d\.]+)%\s*(?:,\s*([+-]?[\d\.]+)\s*)?\)/,a=t.match(e);if(a){var i=parseFloat(a[4]),n=v(parseInt(a[1]),0,360),o=v(parseFloat(a[2]),0,100),r=v(parseFloat(a[3]),0,100),l=v(isNaN(i)?1:i,0,1);return[n,o,r,l]}}}function o(t){if(t){var e=/^hwb\(\s*([+-]?\d+)(?:deg)?\s*,\s*([+-]?[\d\.]+)%\s*,\s*([+-]?[\d\.]+)%\s*(?:,\s*([+-]?[\d\.]+)\s*)?\)/,a=t.match(e);if(a){var i=parseFloat(a[4]),n=v(parseInt(a[1]),0,360),o=v(parseFloat(a[2]),0,100),r=v(parseFloat(a[3]),0,100),l=v(isNaN(i)?1:i,0,1);return[n,o,r,l]}}}function r(t){var e=i(t);return e&&e.slice(0,3)}function l(t){var e=n(t);return e&&e.slice(0,3)}function s(t){var e=i(t);return e?e[3]:(e=n(t))?e[3]:(e=o(t))?e[3]:void 0}function d(t){return"#"+x(t[0])+x(t[1])+x(t[2])}function u(t,e){return 1>e||t[3]&&t[3]<1?c(t,e):"rgb("+t[0]+", "+t[1]+", "+t[2]+")"}function c(t,e){return void 0===e&&(e=void 0!==t[3]?t[3]:1),"rgba("+t[0]+", "+t[1]+", "+t[2]+", "+e+")"}function h(t,e){if(1>e||t[3]&&t[3]<1)return f(t,e);var a=Math.round(t[0]/255*100),i=Math.round(t[1]/255*100),n=Math.round(t[2]/255*100);return"rgb("+a+"%, "+i+"%, "+n+"%)"}function f(t,e){var a=Math.round(t[0]/255*100),i=Math.round(t[1]/255*100),n=Math.round(t[2]/255*100);return"rgba("+a+"%, "+i+"%, "+n+"%, "+(e||t[3]||1)+")"}function g(t,e){return 1>e||t[3]&&t[3]<1?p(t,e):"hsl("+t[0]+", "+t[1]+"%, "+t[2]+"%)"}function p(t,e){return void 0===e&&(e=void 0!==t[3]?t[3]:1),"hsla("+t[0]+", "+t[1]+"%, "+t[2]+"%, "+e+")"}function m(t,e){return void 0===e&&(e=void 0!==t[3]?t[3]:1),"hwb("+t[0]+", "+t[1]+"%, "+t[2]+"%"+(void 0!==e&&1!==e?", "+e:"")+")"}function b(t){return k[t.slice(0,3)]}function v(t,e,a){return Math.min(Math.max(e,t),a)}function x(t){var e=t.toString(16).toUpperCase();return e.length<2?"0"+e:e}var y=t(6);e.exports={getRgba:i,getHsla:n,getRgb:r,getHsl:l,getHwb:o,getAlpha:s,hexString:d,rgbString:u,rgbaString:c,percentString:h,percentaString:f,hslString:g,hslaString:p,hwbString:m,keyword:b};var k={};for(var S in y)k[y[S]]=S},{6:6}],3:[function(t,e,a){var i=t(5),n=t(2),o=function(t){if(t instanceof o)return t;if(!(this instanceof o))return new o(t);this.values={rgb:[0,0,0],hsl:[0,0,0],hsv:[0,0,0],hwb:[0,0,0],cmyk:[0,0,0,0],alpha:1};var e;if("string"==typeof t)if(e=n.getRgba(t))this.setValues("rgb",e);else if(e=n.getHsla(t))this.setValues("hsl",e);else{if(!(e=n.getHwb(t)))throw new Error('Unable to parse color from string "'+t+'"');this.setValues("hwb",e)}else if("object"==typeof t)if(e=t,void 0!==e.r||void 0!==e.red)this.setValues("rgb",e);else if(void 0!==e.l||void 0!==e.lightness)this.setValues("hsl",e);else if(void 0!==e.v||void 0!==e.value)this.setValues("hsv",e);else if(void 0!==e.w||void 0!==e.whiteness)this.setValues("hwb",e);else{if(void 0===e.c&&void 0===e.cyan)throw new Error("Unable to parse color from object "+JSON.stringify(t));this.setValues("cmyk",e)}};o.prototype={rgb:function(){return this.setSpace("rgb",arguments)},hsl:function(){return this.setSpace("hsl",arguments)},hsv:function(){return this.setSpace("hsv",arguments)},hwb:function(){return this.setSpace("hwb",arguments)},cmyk:function(){return this.setSpace("cmyk",arguments)},rgbArray:function(){return this.values.rgb},hslArray:function(){return this.values.hsl},hsvArray:function(){return this.values.hsv},hwbArray:function(){var t=this.values;return 1!==t.alpha?t.hwb.concat([t.alpha]):t.hwb},cmykArray:function(){return this.values.cmyk},rgbaArray:function(){var t=this.values;return t.rgb.concat([t.alpha])},hslaArray:function(){var t=this.values;return t.hsl.concat([t.alpha])},alpha:function(t){return void 0===t?this.values.alpha:(this.setValues("alpha",t),this)},red:function(t){return this.setChannel("rgb",0,t)},green:function(t){return this.setChannel("rgb",1,t)},blue:function(t){return this.setChannel("rgb",2,t)},hue:function(t){return t&&(t%=360,t=0>t?360+t:t),this.setChannel("hsl",0,t)},saturation:function(t){return this.setChannel("hsl",1,t)},lightness:function(t){return this.setChannel("hsl",2,t)},saturationv:function(t){return this.setChannel("hsv",1,t)},whiteness:function(t){return this.setChannel("hwb",1,t)},blackness:function(t){return this.setChannel("hwb",2,t)},value:function(t){return this.setChannel("hsv",2,t)},cyan:function(t){return this.setChannel("cmyk",0,t)},magenta:function(t){return this.setChannel("cmyk",1,t)},yellow:function(t){return this.setChannel("cmyk",2,t)},black:function(t){return this.setChannel("cmyk",3,t)},hexString:function(){return n.hexString(this.values.rgb)},rgbString:function(){return n.rgbString(this.values.rgb,this.values.alpha)},rgbaString:function(){return n.rgbaString(this.values.rgb,this.values.alpha)},percentString:function(){return n.percentString(this.values.rgb,this.values.alpha)},hslString:function(){return n.hslString(this.values.hsl,this.values.alpha)},hslaString:function(){return n.hslaString(this.values.hsl,this.values.alpha)},hwbString:function(){return n.hwbString(this.values.hwb,this.values.alpha)},keyword:function(){return n.keyword(this.values.rgb,this.values.alpha)},rgbNumber:function(){var t=this.values.rgb;return t[0]<<16|t[1]<<8|t[2]},luminosity:function(){for(var t=this.values.rgb,e=[],a=0;a<t.length;a++){var i=t[a]/255;e[a]=.03928>=i?i/12.92:Math.pow((i+.055)/1.055,2.4)}return.2126*e[0]+.7152*e[1]+.0722*e[2]},contrast:function(t){var e=this.luminosity(),a=t.luminosity();return e>a?(e+.05)/(a+.05):(a+.05)/(e+.05)},level:function(t){var e=this.contrast(t);return e>=7.1?"AAA":e>=4.5?"AA":""},dark:function(){var t=this.values.rgb,e=(299*t[0]+587*t[1]+114*t[2])/1e3;return 128>e},light:function(){return!this.dark()},negate:function(){for(var t=[],e=0;3>e;e++)t[e]=255-this.values.rgb[e];return this.setValues("rgb",t),this},lighten:function(t){var e=this.values.hsl;return e[2]+=e[2]*t,this.setValues("hsl",e),this},darken:function(t){var e=this.values.hsl;return e[2]-=e[2]*t,this.setValues("hsl",e),this},saturate:function(t){var e=this.values.hsl;return e[1]+=e[1]*t,this.setValues("hsl",e),this},desaturate:function(t){var e=this.values.hsl;return e[1]-=e[1]*t,this.setValues("hsl",e),this},whiten:function(t){var e=this.values.hwb;return e[1]+=e[1]*t,this.setValues("hwb",e),this},blacken:function(t){var e=this.values.hwb;return e[2]+=e[2]*t,this.setValues("hwb",e),this},greyscale:function(){var t=this.values.rgb,e=.3*t[0]+.59*t[1]+.11*t[2];return this.setValues("rgb",[e,e,e]),this},clearer:function(t){var e=this.values.alpha;return this.setValues("alpha",e-e*t),this},opaquer:function(t){var e=this.values.alpha;return this.setValues("alpha",e+e*t),this},rotate:function(t){var e=this.values.hsl,a=(e[0]+t)%360;return e[0]=0>a?360+a:a,this.setValues("hsl",e),this},mix:function(t,e){var a=this,i=t,n=void 0===e?.5:e,o=2*n-1,r=a.alpha()-i.alpha(),l=((o*r===-1?o:(o+r)/(1+o*r))+1)/2,s=1-l;return this.rgb(l*a.red()+s*i.red(),l*a.green()+s*i.green(),l*a.blue()+s*i.blue()).alpha(a.alpha()*n+i.alpha()*(1-n))},toJSON:function(){return this.rgb()},clone:function(){var t,e,a=new o,i=this.values,n=a.values;for(var r in i)i.hasOwnProperty(r)&&(t=i[r],e={}.toString.call(t),"[object Array]"===e?n[r]=t.slice(0):"[object Number]"===e?n[r]=t:console.error("unexpected color value:",t));return a}},o.prototype.spaces={rgb:["red","green","blue"],hsl:["hue","saturation","lightness"],hsv:["hue","saturation","value"],hwb:["hue","whiteness","blackness"],cmyk:["cyan","magenta","yellow","black"]},o.prototype.maxes={rgb:[255,255,255],hsl:[360,100,100],hsv:[360,100,100],hwb:[360,100,100],cmyk:[100,100,100,100]},o.prototype.getValues=function(t){for(var e=this.values,a={},i=0;i<t.length;i++)a[t.charAt(i)]=e[t][i];return 1!==e.alpha&&(a.a=e.alpha),a},o.prototype.setValues=function(t,e){var a,n=this.values,o=this.spaces,r=this.maxes,l=1;if("alpha"===t)l=e;else if(e.length)n[t]=e.slice(0,t.length),l=e[t.length];else if(void 0!==e[t.charAt(0)]){for(a=0;a<t.length;a++)n[t][a]=e[t.charAt(a)];l=e.a}else if(void 0!==e[o[t][0]]){var s=o[t];for(a=0;a<t.length;a++)n[t][a]=e[s[a]];l=e.alpha}if(n.alpha=Math.max(0,Math.min(1,void 0===l?n.alpha:l)),"alpha"===t)return!1;var d;for(a=0;a<t.length;a++)d=Math.max(0,Math.min(r[t][a],n[t][a])),n[t][a]=Math.round(d);for(var u in o)u!==t&&(n[u]=i[t][u](n[t]));return!0},o.prototype.setSpace=function(t,e){var a=e[0];return void 0===a?this.getValues(t):("number"==typeof a&&(a=Array.prototype.slice.call(e)),this.setValues(t,a),this)},o.prototype.setChannel=function(t,e,a){var i=this.values[t];return void 0===a?i[e]:a===i[e]?this:(i[e]=a,this.setValues(t,i),this)},"undefined"!=typeof window&&(window.Color=o),e.exports=o},{2:2,5:5}],4:[function(t,e,a){function i(t){var e,a,i,n=t[0]/255,o=t[1]/255,r=t[2]/255,l=Math.min(n,o,r),s=Math.max(n,o,r),d=s-l;return s==l?e=0:n==s?e=(o-r)/d:o==s?e=2+(r-n)/d:r==s&&(e=4+(n-o)/d),e=Math.min(60*e,360),0>e&&(e+=360),i=(l+s)/2,a=s==l?0:.5>=i?d/(s+l):d/(2-s-l),[e,100*a,100*i]}function n(t){var e,a,i,n=t[0],o=t[1],r=t[2],l=Math.min(n,o,r),s=Math.max(n,o,r),d=s-l;return a=0==s?0:d/s*1e3/10,s==l?e=0:n==s?e=(o-r)/d:o==s?e=2+(r-n)/d:r==s&&(e=4+(n-o)/d),e=Math.min(60*e,360),0>e&&(e+=360),i=s/255*1e3/10,[e,a,i]}function o(t){var e=t[0],a=t[1],n=t[2],o=i(t)[0],r=1/255*Math.min(e,Math.min(a,n)),n=1-1/255*Math.max(e,Math.max(a,n));return[o,100*r,100*n]}function l(t){var e,a,i,n,o=t[0]/255,r=t[1]/255,l=t[2]/255;return n=Math.min(1-o,1-r,1-l),e=(1-o-n)/(1-n)||0,a=(1-r-n)/(1-n)||0,i=(1-l-n)/(1-n)||0,[100*e,100*a,100*i,100*n]}function s(t){return G[JSON.stringify(t)]}function d(t){var e=t[0]/255,a=t[1]/255,i=t[2]/255;e=e>.04045?Math.pow((e+.055)/1.055,2.4):e/12.92,a=a>.04045?Math.pow((a+.055)/1.055,2.4):a/12.92,i=i>.04045?Math.pow((i+.055)/1.055,2.4):i/12.92;var n=.4124*e+.3576*a+.1805*i,o=.2126*e+.7152*a+.0722*i,r=.0193*e+.1192*a+.9505*i;return[100*n,100*o,100*r]}function u(t){var e,a,i,n=d(t),o=n[0],r=n[1],l=n[2];return o/=95.047,r/=100,l/=108.883,o=o>.008856?Math.pow(o,1/3):7.787*o+16/116,r=r>.008856?Math.pow(r,1/3):7.787*r+16/116,l=l>.008856?Math.pow(l,1/3):7.787*l+16/116,e=116*r-16,a=500*(o-r),i=200*(r-l),[e,a,i]}function c(t){return W(u(t))}function h(t){var e,a,i,n,o,r=t[0]/360,l=t[1]/100,s=t[2]/100;if(0==l)return o=255*s,[o,o,o];a=.5>s?s*(1+l):s+l-s*l,e=2*s-a,n=[0,0,0];for(var d=0;3>d;d++)i=r+1/3*-(d-1),0>i&&i++,i>1&&i--,o=1>6*i?e+6*(a-e)*i:1>2*i?a:2>3*i?e+(a-e)*(2/3-i)*6:e,n[d]=255*o;return n}function f(t){var e,a,i=t[0],n=t[1]/100,o=t[2]/100;return 0===o?[0,0,0]:(o*=2,n*=1>=o?o:2-o,a=(o+n)/2,e=2*n/(o+n),[i,100*e,100*a])}function p(t){return o(h(t))}function m(t){return l(h(t))}function v(t){return s(h(t))}function x(t){var e=t[0]/60,a=t[1]/100,i=t[2]/100,n=Math.floor(e)%6,o=e-Math.floor(e),r=255*i*(1-a),l=255*i*(1-a*o),s=255*i*(1-a*(1-o)),i=255*i;switch(n){case 0:return[i,s,r];case 1:return[l,i,r];case 2:return[r,i,s];case 3:return[r,l,i];case 4:return[s,r,i];case 5:return[i,r,l]}}function y(t){var e,a,i=t[0],n=t[1]/100,o=t[2]/100;return a=(2-n)*o,e=n*o,e/=1>=a?a:2-a,e=e||0,a/=2,[i,100*e,100*a]}function k(t){return o(x(t))}function S(t){return l(x(t))}function w(t){return s(x(t))}function C(t){var e,a,i,n,o=t[0]/360,l=t[1]/100,s=t[2]/100,d=l+s;switch(d>1&&(l/=d,s/=d),e=Math.floor(6*o),a=1-s,i=6*o-e,0!=(1&e)&&(i=1-i),n=l+i*(a-l),e){default:case 6:case 0:r=a,g=n,b=l;break;case 1:r=n,g=a,b=l;break;case 2:r=l,g=a,b=n;break;case 3:r=l,g=n,b=a;break;case 4:r=n,g=l,b=a;break;case 5:r=a,g=l,b=n}return[255*r,255*g,255*b]}function M(t){return i(C(t))}function D(t){return n(C(t))}function I(t){return l(C(t))}function A(t){return s(C(t))}function T(t){var e,a,i,n=t[0]/100,o=t[1]/100,r=t[2]/100,l=t[3]/100;return e=1-Math.min(1,n*(1-l)+l),a=1-Math.min(1,o*(1-l)+l),i=1-Math.min(1,r*(1-l)+l),[255*e,255*a,255*i]}function P(t){return i(T(t))}function F(t){return n(T(t))}function R(t){return o(T(t))}function _(t){return s(T(t))}function V(t){var e,a,i,n=t[0]/100,o=t[1]/100,r=t[2]/100;return e=3.2406*n+-1.5372*o+r*-.4986,a=n*-.9689+1.8758*o+.0415*r,i=.0557*n+o*-.204+1.057*r,e=e>.0031308?1.055*Math.pow(e,1/2.4)-.055:e=12.92*e,a=a>.0031308?1.055*Math.pow(a,1/2.4)-.055:a=12.92*a,i=i>.0031308?1.055*Math.pow(i,1/2.4)-.055:i=12.92*i,e=Math.min(Math.max(0,e),1),a=Math.min(Math.max(0,a),1),i=Math.min(Math.max(0,i),1),[255*e,255*a,255*i]}function L(t){var e,a,i,n=t[0],o=t[1],r=t[2];return n/=95.047,o/=100,r/=108.883,n=n>.008856?Math.pow(n,1/3):7.787*n+16/116,o=o>.008856?Math.pow(o,1/3):7.787*o+16/116,r=r>.008856?Math.pow(r,1/3):7.787*r+16/116,e=116*o-16,a=500*(n-o),i=200*(o-r),[e,a,i]}function O(t){return W(L(t))}function B(t){var e,a,i,n,o=t[0],r=t[1],l=t[2];return 8>=o?(a=100*o/903.3,n=7.787*(a/100)+16/116):(a=100*Math.pow((o+16)/116,3),n=Math.pow(a/100,1/3)),e=.008856>=e/95.047?e=95.047*(r/500+n-16/116)/7.787:95.047*Math.pow(r/500+n,3),i=.008859>=i/108.883?i=108.883*(n-l/200-16/116)/7.787:108.883*Math.pow(n-l/200,3),[e,a,i]}function W(t){var e,a,i,n=t[0],o=t[1],r=t[2];return e=Math.atan2(r,o),a=360*e/2/Math.PI,0>a&&(a+=360),i=Math.sqrt(o*o+r*r),[n,i,a]}function z(t){return V(B(t))}function N(t){var e,a,i,n=t[0],o=t[1],r=t[2];return i=r/360*2*Math.PI,e=o*Math.cos(i),a=o*Math.sin(i),[n,e,a]}function H(t){return B(N(t))}function E(t){return z(N(t))}function U(t){return Z[t]}function q(t){return i(U(t))}function j(t){return n(U(t))}function Y(t){return o(U(t))}function K(t){return l(U(t))}function X(t){return u(U(t))}function J(t){return d(U(t))}e.exports={rgb2hsl:i,rgb2hsv:n,rgb2hwb:o,rgb2cmyk:l,rgb2keyword:s,rgb2xyz:d,rgb2lab:u,rgb2lch:c,hsl2rgb:h,hsl2hsv:f,hsl2hwb:p,hsl2cmyk:m,hsl2keyword:v,hsv2rgb:x,hsv2hsl:y,hsv2hwb:k,hsv2cmyk:S,hsv2keyword:w,hwb2rgb:C,hwb2hsl:M,hwb2hsv:D,hwb2cmyk:I,hwb2keyword:A,cmyk2rgb:T,cmyk2hsl:P,cmyk2hsv:F,cmyk2hwb:R,cmyk2keyword:_,keyword2rgb:U,keyword2hsl:q,keyword2hsv:j,keyword2hwb:Y,keyword2cmyk:K,keyword2lab:X,keyword2xyz:J,xyz2rgb:V,xyz2lab:L,xyz2lch:O,lab2xyz:B,lab2rgb:z,lab2lch:W,lch2lab:N,lch2xyz:H,lch2rgb:E};var Z={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]},G={};for(var Q in Z)G[JSON.stringify(Z[Q])]=Q},{}],5:[function(t,e,a){var i=t(4),n=function(){return new d};for(var o in i){n[o+"Raw"]=function(t){return function(e){return"number"==typeof e&&(e=Array.prototype.slice.call(arguments)),i[t](e)}}(o);var r=/(\w+)2(\w+)/.exec(o),l=r[1],s=r[2];n[l]=n[l]||{},n[l][s]=n[o]=function(t){return function(e){"number"==typeof e&&(e=Array.prototype.slice.call(arguments));var a=i[t](e);if("string"==typeof a||void 0===a)return a;for(var n=0;n<a.length;n++)a[n]=Math.round(a[n]);return a}}(o)}var d=function(){this.convs={}};d.prototype.routeSpace=function(t,e){var a=e[0];return void 0===a?this.getValues(t):("number"==typeof a&&(a=Array.prototype.slice.call(e)),this.setValues(t,a))},d.prototype.setValues=function(t,e){return this.space=t,this.convs={},this.convs[t]=e,this},d.prototype.getValues=function(t){var e=this.convs[t];if(!e){var a=this.space,i=this.convs[a];e=n[a][t](i),this.convs[t]=e}return e},["rgb","hsl","hsv","cmyk","keyword"].forEach(function(t){d.prototype[t]=function(e){return this.routeSpace(t,arguments)}}),e.exports=n},{4:4}],6:[function(t,e,a){e.exports={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]}},{}],7:[function(t,e,a){var i=t(27)();t(26)(i),t(22)(i),t(25)(i),t(21)(i),t(23)(i),t(24)(i),t(28)(i),t(32)(i),t(30)(i),t(31)(i),t(33)(i),t(29)(i),t(34)(i),t(35)(i),t(36)(i),t(37)(i),t(38)(i),t(41)(i),t(39)(i),t(40)(i),t(42)(i),t(43)(i),t(44)(i),t(15)(i),t(16)(i),t(17)(i),t(18)(i),t(19)(i),t(20)(i),t(8)(i),t(9)(i),t(10)(i),t(11)(i),t(12)(i),t(13)(i),t(14)(i),window.Chart=e.exports=i},{10:10,11:11,12:12,13:13,14:14,15:15,16:16,17:17,18:18,19:19,20:20,21:21,22:22,23:23,24:24,25:25,26:26,27:27,28:28,29:29,30:30,31:31,32:32,33:33,34:34,35:35,36:36,37:37,38:38,39:39,40:40,41:41,42:42,43:43,44:44,8:8,9:9}],8:[function(t,e,a){"use strict";e.exports=function(t){t.Bar=function(e,a){return a.type="bar",new t(e,a)}}},{}],9:[function(t,e,a){"use strict";e.exports=function(t){t.Bubble=function(e,a){return a.type="bubble",new t(e,a)}}},{}],10:[function(t,e,a){"use strict";e.exports=function(t){t.Doughnut=function(e,a){return a.type="doughnut",new t(e,a)}}},{}],11:[function(t,e,a){"use strict";e.exports=function(t){t.Line=function(e,a){return a.type="line",new t(e,a)}}},{}],12:[function(t,e,a){"use strict";e.exports=function(t){t.PolarArea=function(e,a){return a.type="polarArea",new t(e,a)}}},{}],13:[function(t,e,a){"use strict";e.exports=function(t){t.Radar=function(e,a){return a.options=t.helpers.configMerge({aspectRatio:1},a.options),a.type="radar",new t(e,a)}}},{}],14:[function(t,e,a){"use strict";e.exports=function(t){var e={hover:{mode:"single"},scales:{xAxes:[{type:"linear",position:"bottom",id:"x-axis-1"}],yAxes:[{type:"linear",position:"left",id:"y-axis-1"}]},tooltips:{callbacks:{title:function(){return""},label:function(t){return"("+t.xLabel+", "+t.yLabel+")"}}}};t.defaults.scatter=e,t.controllers.scatter=t.controllers.line,t.Scatter=function(e,a){return a.type="scatter",new t(e,a)}}},{}],15:[function(t,e,a){"use strict";e.exports=function(t){var e=t.helpers;t.defaults.bar={hover:{mode:"label"},scales:{xAxes:[{type:"category",categoryPercentage:.8,barPercentage:.9,gridLines:{offsetGridLines:!0}}],yAxes:[{type:"linear"}]}},t.controllers.bar=t.DatasetController.extend({dataElementType:t.elements.Rectangle,initialize:function(e,a){t.DatasetController.prototype.initialize.call(this,e,a),this.getMeta().bar=!0},getBarCount:function(){var t=this,a=0;return e.each(t.chart.data.datasets,function(e,i){var n=t.chart.getDatasetMeta(i);n.bar&&t.chart.isDatasetVisible(i)&&++a},t),a},update:function(t){var a=this;e.each(a.getMeta().data,function(e,i){a.updateElement(e,i,t)},a)},updateElement:function(t,a,i){var n=this,o=n.getMeta(),r=n.getScaleForId(o.xAxisID),l=n.getScaleForId(o.yAxisID),s=l.getBasePixel(),d=n.chart.options.elements.rectangle,u=t.custom||{},c=n.getDataset();e.extend(t,{_xScale:r,_yScale:l,_datasetIndex:n.index,_index:a,_model:{x:n.calculateBarX(a,n.index),y:i?s:n.calculateBarY(a,n.index),label:n.chart.data.labels[a],datasetLabel:c.label,base:i?s:n.calculateBarBase(n.index,a),width:n.calculateBarWidth(a),backgroundColor:u.backgroundColor?u.backgroundColor:e.getValueAtIndexOrDefault(c.backgroundColor,a,d.backgroundColor),borderSkipped:u.borderSkipped?u.borderSkipped:d.borderSkipped,borderColor:u.borderColor?u.borderColor:e.getValueAtIndexOrDefault(c.borderColor,a,d.borderColor),borderWidth:u.borderWidth?u.borderWidth:e.getValueAtIndexOrDefault(c.borderWidth,a,d.borderWidth)}}),t.pivot()},calculateBarBase:function(t,e){var a=this,i=a.getMeta(),n=a.getScaleForId(i.yAxisID),o=0;if(n.options.stacked){for(var r=a.chart,l=r.data.datasets,s=Number(l[t].data[e]),d=0;t>d;d++){var u=l[d],c=r.getDatasetMeta(d);if(c.bar&&c.yAxisID===n.id&&r.isDatasetVisible(d)){var h=Number(u.data[e]);o+=0>s?Math.min(h,0):Math.max(h,0)}}return n.getPixelForValue(o)}return n.getBasePixel()},getRuler:function(t){var e,a=this,i=a.getMeta(),n=a.getScaleForId(i.xAxisID),o=a.getBarCount();e="category"===n.options.type?n.getPixelForTick(t+1)-n.getPixelForTick(t):n.width/n.ticks.length;var r=e*n.options.categoryPercentage,l=(e-e*n.options.categoryPercentage)/2,s=r/o;if(n.ticks.length!==a.chart.data.labels.length){var d=n.ticks.length/a.chart.data.labels.length;s*=d}var u=s*n.options.barPercentage,c=s-s*n.options.barPercentage;return{datasetCount:o,tickWidth:e,categoryWidth:r,categorySpacing:l,fullBarWidth:s,barWidth:u,barSpacing:c}},calculateBarWidth:function(t){var e=this.getScaleForId(this.getMeta().xAxisID);if(e.options.barThickness)return e.options.barThickness;var a=this.getRuler(t);return e.options.stacked?a.categoryWidth:a.barWidth},getBarIndex:function(t){var e,a,i=0;for(a=0;t>a;++a)e=this.chart.getDatasetMeta(a),e.bar&&this.chart.isDatasetVisible(a)&&++i;return i},calculateBarX:function(t,e){var a=this,i=a.getMeta(),n=a.getScaleForId(i.xAxisID),o=a.getBarIndex(e),r=a.getRuler(t),l=n.getPixelForValue(null,t,e,a.chart.isCombo);return l-=a.chart.isCombo?r.tickWidth/2:0,n.options.stacked?l+r.categoryWidth/2+r.categorySpacing:l+r.barWidth/2+r.categorySpacing+r.barWidth*o+r.barSpacing/2+r.barSpacing*o},calculateBarY:function(t,e){var a=this,i=a.getMeta(),n=a.getScaleForId(i.yAxisID),o=Number(a.getDataset().data[t]);if(n.options.stacked){for(var r=0,l=0,s=0;e>s;s++){var d=a.chart.data.datasets[s],u=a.chart.getDatasetMeta(s);if(u.bar&&u.yAxisID===n.id&&a.chart.isDatasetVisible(s)){var c=Number(d.data[t]);0>c?l+=c||0:r+=c||0}}return 0>o?n.getPixelForValue(l+o):n.getPixelForValue(r+o)}return n.getPixelForValue(o)},draw:function(t){var a=this,i=t||1;e.each(a.getMeta().data,function(t,e){var n=a.getDataset().data[e];null===n||void 0===n||isNaN(n)||t.transition(i).draw()},a)},setHoverStyle:function(t){var a=this.chart.data.datasets[t._datasetIndex],i=t._index,n=t.custom||{},o=t._model;o.backgroundColor=n.hoverBackgroundColor?n.hoverBackgroundColor:e.getValueAtIndexOrDefault(a.hoverBackgroundColor,i,e.getHoverColor(o.backgroundColor)),o.borderColor=n.hoverBorderColor?n.hoverBorderColor:e.getValueAtIndexOrDefault(a.hoverBorderColor,i,e.getHoverColor(o.borderColor)),o.borderWidth=n.hoverBorderWidth?n.hoverBorderWidth:e.getValueAtIndexOrDefault(a.hoverBorderWidth,i,o.borderWidth)},removeHoverStyle:function(t){var a=this.chart.data.datasets[t._datasetIndex],i=t._index,n=t.custom||{},o=t._model,r=this.chart.options.elements.rectangle;o.backgroundColor=n.backgroundColor?n.backgroundColor:e.getValueAtIndexOrDefault(a.backgroundColor,i,r.backgroundColor),o.borderColor=n.borderColor?n.borderColor:e.getValueAtIndexOrDefault(a.borderColor,i,r.borderColor),o.borderWidth=n.borderWidth?n.borderWidth:e.getValueAtIndexOrDefault(a.borderWidth,i,r.borderWidth)}}),t.defaults.horizontalBar={hover:{mode:"label"},scales:{xAxes:[{type:"linear",position:"bottom"}],yAxes:[{position:"left",type:"category",categoryPercentage:.8,barPercentage:.9,gridLines:{offsetGridLines:!0}}]},elements:{rectangle:{borderSkipped:"left"}},tooltips:{callbacks:{title:function(t,e){var a="";return t.length>0&&(t[0].yLabel?a=t[0].yLabel:e.labels.length>0&&t[0].index<e.labels.length&&(a=e.labels[t[0].index])),a},label:function(t,e){var a=e.datasets[t.datasetIndex].label||"";return a+": "+t.xLabel}}}},t.controllers.horizontalBar=t.controllers.bar.extend({updateElement:function(t,a,i){var n=this,o=n.getMeta(),r=n.getScaleForId(o.xAxisID),l=n.getScaleForId(o.yAxisID),s=r.getBasePixel(),d=t.custom||{},u=n.getDataset(),c=n.chart.options.elements.rectangle;e.extend(t,{_xScale:r,_yScale:l,_datasetIndex:n.index,_index:a,_model:{x:i?s:n.calculateBarX(a,n.index),y:n.calculateBarY(a,n.index),label:n.chart.data.labels[a],datasetLabel:u.label,base:i?s:n.calculateBarBase(n.index,a),height:n.calculateBarHeight(a),backgroundColor:d.backgroundColor?d.backgroundColor:e.getValueAtIndexOrDefault(u.backgroundColor,a,c.backgroundColor),borderSkipped:d.borderSkipped?d.borderSkipped:c.borderSkipped,borderColor:d.borderColor?d.borderColor:e.getValueAtIndexOrDefault(u.borderColor,a,c.borderColor),borderWidth:d.borderWidth?d.borderWidth:e.getValueAtIndexOrDefault(u.borderWidth,a,c.borderWidth)},draw:function(){function t(t){return s[(u+t)%4]}var e=this._chart.ctx,a=this._view,i=a.height/2,n=a.y-i,o=a.y+i,r=a.base-(a.base-a.x),l=a.borderWidth/2;a.borderWidth&&(n+=l,o-=l,r+=l),e.beginPath(),e.fillStyle=a.backgroundColor,e.strokeStyle=a.borderColor,e.lineWidth=a.borderWidth;var s=[[a.base,o],[a.base,n],[r,n],[r,o]],d=["bottom","left","top","right"],u=d.indexOf(a.borderSkipped,0);-1===u&&(u=0),e.moveTo.apply(e,t(0));for(var c=1;4>c;c++)e.lineTo.apply(e,t(c));e.fill(),a.borderWidth&&e.stroke()},inRange:function(t,e){var a=this._view,i=!1;return a&&(i=a.x<a.base?e>=a.y-a.height/2&&e<=a.y+a.height/2&&t>=a.x&&t<=a.base:e>=a.y-a.height/2&&e<=a.y+a.height/2&&t>=a.base&&t<=a.x),i}}),t.pivot()},calculateBarBase:function(t,e){var a=this,i=a.getMeta(),n=a.getScaleForId(i.xAxisID),o=0; -if(n.options.stacked){for(var r=a.chart,l=r.data.datasets,s=Number(l[t].data[e]),d=0;t>d;d++){var u=l[d],c=r.getDatasetMeta(d);if(c.bar&&c.xAxisID===n.id&&r.isDatasetVisible(d)){var h=Number(u.data[e]);o+=0>s?Math.min(h,0):Math.max(h,0)}}return n.getPixelForValue(o)}return n.getBasePixel()},getRuler:function(t){var e,a=this,i=a.getMeta(),n=a.getScaleForId(i.yAxisID),o=a.getBarCount();e="category"===n.options.type?n.getPixelForTick(t+1)-n.getPixelForTick(t):n.width/n.ticks.length;var r=e*n.options.categoryPercentage,l=(e-e*n.options.categoryPercentage)/2,s=r/o;if(n.ticks.length!==a.chart.data.labels.length){var d=n.ticks.length/a.chart.data.labels.length;s*=d}var u=s*n.options.barPercentage,c=s-s*n.options.barPercentage;return{datasetCount:o,tickHeight:e,categoryHeight:r,categorySpacing:l,fullBarHeight:s,barHeight:u,barSpacing:c}},calculateBarHeight:function(t){var e=this,a=e.getScaleForId(e.getMeta().yAxisID);if(a.options.barThickness)return a.options.barThickness;var i=e.getRuler(t);return a.options.stacked?i.categoryHeight:i.barHeight},calculateBarX:function(t,e){var a=this,i=a.getMeta(),n=a.getScaleForId(i.xAxisID),o=Number(a.getDataset().data[t]);if(n.options.stacked){for(var r=0,l=0,s=0;e>s;s++){var d=a.chart.data.datasets[s],u=a.chart.getDatasetMeta(s);if(u.bar&&u.xAxisID===n.id&&a.chart.isDatasetVisible(s)){var c=Number(d.data[t]);0>c?l+=c||0:r+=c||0}}return 0>o?n.getPixelForValue(l+o):n.getPixelForValue(r+o)}return n.getPixelForValue(o)},calculateBarY:function(t,e){var a=this,i=a.getMeta(),n=a.getScaleForId(i.yAxisID),o=a.getBarIndex(e),r=a.getRuler(t),l=n.getPixelForValue(null,t,e,a.chart.isCombo);return l-=a.chart.isCombo?r.tickHeight/2:0,n.options.stacked?l+r.categoryHeight/2+r.categorySpacing:l+r.barHeight/2+r.categorySpacing+r.barHeight*o+r.barSpacing/2+r.barSpacing*o}})}},{}],16:[function(t,e,a){"use strict";e.exports=function(t){var e=t.helpers;t.defaults.bubble={hover:{mode:"single"},scales:{xAxes:[{type:"linear",position:"bottom",id:"x-axis-0"}],yAxes:[{type:"linear",position:"left",id:"y-axis-0"}]},tooltips:{callbacks:{title:function(){return""},label:function(t,e){var a=e.datasets[t.datasetIndex].label||"",i=e.datasets[t.datasetIndex].data[t.index];return a+": ("+i.x+", "+i.y+", "+i.r+")"}}}},t.controllers.bubble=t.DatasetController.extend({dataElementType:t.elements.Point,update:function(t){var a=this,i=a.getMeta(),n=i.data;e.each(n,function(e,i){a.updateElement(e,i,t)})},updateElement:function(a,i,n){var o=this,r=o.getMeta(),l=o.getScaleForId(r.xAxisID),s=o.getScaleForId(r.yAxisID),d=a.custom||{},u=o.getDataset(),c=u.data[i],h=o.chart.options.elements.point,f=o.index;e.extend(a,{_xScale:l,_yScale:s,_datasetIndex:f,_index:i,_model:{x:n?l.getPixelForDecimal(.5):l.getPixelForValue("object"==typeof c?c:NaN,i,f,o.chart.isCombo),y:n?s.getBasePixel():s.getPixelForValue(c,i,f),radius:n?0:d.radius?d.radius:o.getRadius(c),hitRadius:d.hitRadius?d.hitRadius:e.getValueAtIndexOrDefault(u.hitRadius,i,h.hitRadius)}}),t.DatasetController.prototype.removeHoverStyle.call(o,a,h);var g=a._model;g.skip=d.skip?d.skip:isNaN(g.x)||isNaN(g.y),a.pivot()},getRadius:function(t){return t.r||this.chart.options.elements.point.radius},setHoverStyle:function(a){var i=this;t.DatasetController.prototype.setHoverStyle.call(i,a);var n=i.chart.data.datasets[a._datasetIndex],o=a._index,r=a.custom||{},l=a._model;l.radius=r.hoverRadius?r.hoverRadius:e.getValueAtIndexOrDefault(n.hoverRadius,o,i.chart.options.elements.point.hoverRadius)+i.getRadius(n.data[o])},removeHoverStyle:function(e){var a=this;t.DatasetController.prototype.removeHoverStyle.call(a,e,a.chart.options.elements.point);var i=a.chart.data.datasets[e._datasetIndex].data[e._index],n=e.custom||{},o=e._model;o.radius=n.radius?n.radius:a.getRadius(i)}})}},{}],17:[function(t,e,a){"use strict";e.exports=function(t){var e=t.helpers,a=t.defaults;a.doughnut={animation:{animateRotate:!0,animateScale:!1},aspectRatio:1,hover:{mode:"single"},legendCallback:function(t){var e=[];e.push('<ul class="'+t.id+'-legend">');var a=t.data,i=a.datasets,n=a.labels;if(i.length)for(var o=0;o<i[0].data.length;++o)e.push('<li><span style="background-color:'+i[0].backgroundColor[o]+'"></span>'),n[o]&&e.push(n[o]),e.push("</li>");return e.push("</ul>"),e.join("")},legend:{labels:{generateLabels:function(t){var a=t.data;return a.labels.length&&a.datasets.length?a.labels.map(function(i,n){var o=t.getDatasetMeta(0),r=a.datasets[0],l=o.data[n],s=l&&l.custom||{},d=e.getValueAtIndexOrDefault,u=t.options.elements.arc,c=s.backgroundColor?s.backgroundColor:d(r.backgroundColor,n,u.backgroundColor),h=s.borderColor?s.borderColor:d(r.borderColor,n,u.borderColor),f=s.borderWidth?s.borderWidth:d(r.borderWidth,n,u.borderWidth);return{text:i,fillStyle:c,strokeStyle:h,lineWidth:f,hidden:isNaN(r.data[n])||o.data[n].hidden,index:n}}):[]}},onClick:function(t,e){var a,i,n,o=e.index,r=this.chart;for(a=0,i=(r.data.datasets||[]).length;i>a;++a)n=r.getDatasetMeta(a),n.data[o]&&(n.data[o].hidden=!n.data[o].hidden);r.update()}},cutoutPercentage:50,rotation:Math.PI*-.5,circumference:2*Math.PI,tooltips:{callbacks:{title:function(){return""},label:function(t,e){return e.labels[t.index]+": "+e.datasets[t.datasetIndex].data[t.index]}}}},a.pie=e.clone(a.doughnut),e.extend(a.pie,{cutoutPercentage:0}),t.controllers.doughnut=t.controllers.pie=t.DatasetController.extend({dataElementType:t.elements.Arc,linkScales:e.noop,getRingIndex:function(t){for(var e=0,a=0;t>a;++a)this.chart.isDatasetVisible(a)&&++e;return e},update:function(t){var a=this,i=a.chart,n=i.chartArea,o=i.options,r=o.elements.arc,l=n.right-n.left-r.borderWidth,s=n.bottom-n.top-r.borderWidth,d=Math.min(l,s),u={x:0,y:0},c=a.getMeta(),h=o.cutoutPercentage,f=o.circumference;if(f<2*Math.PI){var g=o.rotation%(2*Math.PI);g+=2*Math.PI*(g>=Math.PI?-1:g<-Math.PI?1:0);var p=g+f,m={x:Math.cos(g),y:Math.sin(g)},b={x:Math.cos(p),y:Math.sin(p)},v=0>=g&&p>=0||g<=2*Math.PI&&2*Math.PI<=p,x=g<=.5*Math.PI&&.5*Math.PI<=p||g<=2.5*Math.PI&&2.5*Math.PI<=p,y=g<=-Math.PI&&-Math.PI<=p||g<=Math.PI&&Math.PI<=p,k=g<=.5*-Math.PI&&.5*-Math.PI<=p||g<=1.5*Math.PI&&1.5*Math.PI<=p,S=h/100,w={x:y?-1:Math.min(m.x*(m.x<0?1:S),b.x*(b.x<0?1:S)),y:k?-1:Math.min(m.y*(m.y<0?1:S),b.y*(b.y<0?1:S))},C={x:v?1:Math.max(m.x*(m.x>0?1:S),b.x*(b.x>0?1:S)),y:x?1:Math.max(m.y*(m.y>0?1:S),b.y*(b.y>0?1:S))},M={width:.5*(C.x-w.x),height:.5*(C.y-w.y)};d=Math.min(l/M.width,s/M.height),u={x:(C.x+w.x)*-.5,y:(C.y+w.y)*-.5}}i.borderWidth=a.getMaxBorderWidth(c.data),i.outerRadius=Math.max((d-i.borderWidth)/2,0),i.innerRadius=Math.max(h?i.outerRadius/100*h:1,0),i.radiusLength=(i.outerRadius-i.innerRadius)/i.getVisibleDatasetCount(),i.offsetX=u.x*i.outerRadius,i.offsetY=u.y*i.outerRadius,c.total=a.calculateTotal(),a.outerRadius=i.outerRadius-i.radiusLength*a.getRingIndex(a.index),a.innerRadius=a.outerRadius-i.radiusLength,e.each(c.data,function(e,i){a.updateElement(e,i,t)})},updateElement:function(t,a,i){var n=this,o=n.chart,r=o.chartArea,l=o.options,s=l.animation,d=(r.left+r.right)/2,u=(r.top+r.bottom)/2,c=l.rotation,h=l.rotation,f=n.getDataset(),g=i&&s.animateRotate?0:t.hidden?0:n.calculateCircumference(f.data[a])*(l.circumference/(2*Math.PI)),p=i&&s.animateScale?0:n.innerRadius,m=i&&s.animateScale?0:n.outerRadius,b=e.getValueAtIndexOrDefault;e.extend(t,{_datasetIndex:n.index,_index:a,_model:{x:d+o.offsetX,y:u+o.offsetY,startAngle:c,endAngle:h,circumference:g,outerRadius:m,innerRadius:p,label:b(f.label,a,o.data.labels[a])}});var v=t._model;this.removeHoverStyle(t),i&&s.animateRotate||(0===a?v.startAngle=l.rotation:v.startAngle=n.getMeta().data[a-1]._model.endAngle,v.endAngle=v.startAngle+v.circumference),t.pivot()},removeHoverStyle:function(e){t.DatasetController.prototype.removeHoverStyle.call(this,e,this.chart.options.elements.arc)},calculateTotal:function(){var t,a=this.getDataset(),i=this.getMeta(),n=0;return e.each(i.data,function(e,i){t=a.data[i],isNaN(t)||e.hidden||(n+=Math.abs(t))}),n},calculateCircumference:function(t){var e=this.getMeta().total;return e>0&&!isNaN(t)?2*Math.PI*(t/e):0},getMaxBorderWidth:function(t){for(var e,a,i=0,n=this.index,o=t.length,r=0;o>r;r++)e=t[r]._model?t[r]._model.borderWidth:0,a=t[r]._chart?t[r]._chart.config.data.datasets[n].hoverBorderWidth:0,i=e>i?e:i,i=a>i?a:i;return i}})}},{}],18:[function(t,e,a){"use strict";e.exports=function(t){function e(t,e){return a.getValueOrDefault(t.showLine,e.showLines)}var a=t.helpers;t.defaults.line={showLines:!0,spanGaps:!1,hover:{mode:"label"},scales:{xAxes:[{type:"category",id:"x-axis-0"}],yAxes:[{type:"linear",id:"y-axis-0"}]}},t.controllers.line=t.DatasetController.extend({datasetElementType:t.elements.Line,dataElementType:t.elements.Point,addElementAndReset:function(a){var i=this,n=i.chart.options,o=i.getMeta();t.DatasetController.prototype.addElementAndReset.call(i,a),e(i.getDataset(),n)&&0!==o.dataset._model.tension&&i.updateBezierControlPoints()},update:function(t){var i,n,o,r=this,l=r.getMeta(),s=l.dataset,d=l.data||[],u=r.chart.options,c=u.elements.line,h=r.getScaleForId(l.yAxisID),f=r.getDataset(),g=e(f,u);for(g&&(o=s.custom||{},void 0!==f.tension&&void 0===f.lineTension&&(f.lineTension=f.tension),s._scale=h,s._datasetIndex=r.index,s._children=d,s._model={spanGaps:f.spanGaps?f.spanGaps:u.spanGaps,tension:o.tension?o.tension:a.getValueOrDefault(f.lineTension,c.tension),backgroundColor:o.backgroundColor?o.backgroundColor:f.backgroundColor||c.backgroundColor,borderWidth:o.borderWidth?o.borderWidth:f.borderWidth||c.borderWidth,borderColor:o.borderColor?o.borderColor:f.borderColor||c.borderColor,borderCapStyle:o.borderCapStyle?o.borderCapStyle:f.borderCapStyle||c.borderCapStyle,borderDash:o.borderDash?o.borderDash:f.borderDash||c.borderDash,borderDashOffset:o.borderDashOffset?o.borderDashOffset:f.borderDashOffset||c.borderDashOffset,borderJoinStyle:o.borderJoinStyle?o.borderJoinStyle:f.borderJoinStyle||c.borderJoinStyle,fill:o.fill?o.fill:void 0!==f.fill?f.fill:c.fill,steppedLine:o.steppedLine?o.steppedLine:a.getValueOrDefault(f.steppedLine,c.stepped),cubicInterpolationMode:o.cubicInterpolationMode?o.cubicInterpolationMode:a.getValueOrDefault(f.cubicInterpolationMode,c.cubicInterpolationMode),scaleTop:h.top,scaleBottom:h.bottom,scaleZero:h.getBasePixel()},s.pivot()),i=0,n=d.length;n>i;++i)r.updateElement(d[i],i,t);for(g&&0!==s._model.tension&&r.updateBezierControlPoints(),i=0,n=d.length;n>i;++i)d[i].pivot()},getPointBackgroundColor:function(t,e){var i=this.chart.options.elements.point.backgroundColor,n=this.getDataset(),o=t.custom||{};return o.backgroundColor?i=o.backgroundColor:n.pointBackgroundColor?i=a.getValueAtIndexOrDefault(n.pointBackgroundColor,e,i):n.backgroundColor&&(i=n.backgroundColor),i},getPointBorderColor:function(t,e){var i=this.chart.options.elements.point.borderColor,n=this.getDataset(),o=t.custom||{};return o.borderColor?i=o.borderColor:n.pointBorderColor?i=a.getValueAtIndexOrDefault(n.pointBorderColor,e,i):n.borderColor&&(i=n.borderColor),i},getPointBorderWidth:function(t,e){var i=this.chart.options.elements.point.borderWidth,n=this.getDataset(),o=t.custom||{};return o.borderWidth?i=o.borderWidth:n.pointBorderWidth?i=a.getValueAtIndexOrDefault(n.pointBorderWidth,e,i):n.borderWidth&&(i=n.borderWidth),i},updateElement:function(t,e,i){var n,o,r=this,l=r.getMeta(),s=t.custom||{},d=r.getDataset(),u=r.index,c=d.data[e],h=r.getScaleForId(l.yAxisID),f=r.getScaleForId(l.xAxisID),g=r.chart.options.elements.point,p=r.chart.data.labels||[],m=1===p.length||1===d.data.length||r.chart.isCombo;void 0!==d.radius&&void 0===d.pointRadius&&(d.pointRadius=d.radius),void 0!==d.hitRadius&&void 0===d.pointHitRadius&&(d.pointHitRadius=d.hitRadius),n=f.getPixelForValue("object"==typeof c?c:NaN,e,u,m),o=i?h.getBasePixel():r.calculatePointY(c,e,u),t._xScale=f,t._yScale=h,t._datasetIndex=u,t._index=e,t._model={x:n,y:o,skip:s.skip||isNaN(n)||isNaN(o),radius:s.radius||a.getValueAtIndexOrDefault(d.pointRadius,e,g.radius),pointStyle:s.pointStyle||a.getValueAtIndexOrDefault(d.pointStyle,e,g.pointStyle),backgroundColor:r.getPointBackgroundColor(t,e),borderColor:r.getPointBorderColor(t,e),borderWidth:r.getPointBorderWidth(t,e),tension:l.dataset._model?l.dataset._model.tension:0,steppedLine:l.dataset._model?l.dataset._model.steppedLine:!1,hitRadius:s.hitRadius||a.getValueAtIndexOrDefault(d.pointHitRadius,e,g.hitRadius)}},calculatePointY:function(t,e,a){var i,n,o,r=this,l=r.chart,s=r.getMeta(),d=r.getScaleForId(s.yAxisID),u=0,c=0;if(d.options.stacked){for(i=0;a>i;i++)if(n=l.data.datasets[i],o=l.getDatasetMeta(i),"line"===o.type&&o.yAxisID===d.id&&l.isDatasetVisible(i)){var h=Number(d.getRightValue(n.data[e]));0>h?c+=h||0:u+=h||0}var f=Number(d.getRightValue(t));return 0>f?d.getPixelForValue(c+f):d.getPixelForValue(u+f)}return d.getPixelForValue(t)},updateBezierControlPoints:function(){function t(t,e,a){return Math.max(Math.min(t,a),e)}var e,i,n,o,r,l=this,s=l.getMeta(),d=l.chart.chartArea,u=s.data||[];if(s.dataset._model.spanGaps&&(u=u.filter(function(t){return!t._model.skip})),"monotone"===s.dataset._model.cubicInterpolationMode)a.splineCurveMonotone(u);else for(e=0,i=u.length;i>e;++e)n=u[e],o=n._model,r=a.splineCurve(a.previousItem(u,e)._model,o,a.nextItem(u,e)._model,s.dataset._model.tension),o.controlPointPreviousX=r.previous.x,o.controlPointPreviousY=r.previous.y,o.controlPointNextX=r.next.x,o.controlPointNextY=r.next.y;if(l.chart.options.elements.line.capBezierPoints)for(e=0,i=u.length;i>e;++e)o=u[e]._model,o.controlPointPreviousX=t(o.controlPointPreviousX,d.left,d.right),o.controlPointPreviousY=t(o.controlPointPreviousY,d.top,d.bottom),o.controlPointNextX=t(o.controlPointNextX,d.left,d.right),o.controlPointNextY=t(o.controlPointNextY,d.top,d.bottom)},draw:function(t){var a,i,n=this,o=n.getMeta(),r=o.data||[],l=t||1;for(a=0,i=r.length;i>a;++a)r[a].transition(l);for(e(n.getDataset(),n.chart.options)&&o.dataset.transition(l).draw(),a=0,i=r.length;i>a;++a)r[a].draw()},setHoverStyle:function(t){var e=this.chart.data.datasets[t._datasetIndex],i=t._index,n=t.custom||{},o=t._model;o.radius=n.hoverRadius||a.getValueAtIndexOrDefault(e.pointHoverRadius,i,this.chart.options.elements.point.hoverRadius),o.backgroundColor=n.hoverBackgroundColor||a.getValueAtIndexOrDefault(e.pointHoverBackgroundColor,i,a.getHoverColor(o.backgroundColor)),o.borderColor=n.hoverBorderColor||a.getValueAtIndexOrDefault(e.pointHoverBorderColor,i,a.getHoverColor(o.borderColor)),o.borderWidth=n.hoverBorderWidth||a.getValueAtIndexOrDefault(e.pointHoverBorderWidth,i,o.borderWidth)},removeHoverStyle:function(t){var e=this,i=e.chart.data.datasets[t._datasetIndex],n=t._index,o=t.custom||{},r=t._model;void 0!==i.radius&&void 0===i.pointRadius&&(i.pointRadius=i.radius),r.radius=o.radius||a.getValueAtIndexOrDefault(i.pointRadius,n,e.chart.options.elements.point.radius),r.backgroundColor=e.getPointBackgroundColor(t,n),r.borderColor=e.getPointBorderColor(t,n),r.borderWidth=e.getPointBorderWidth(t,n)}})}},{}],19:[function(t,e,a){"use strict";e.exports=function(t){var e=t.helpers;t.defaults.polarArea={scale:{type:"radialLinear",lineArc:!0,ticks:{beginAtZero:!0}},animation:{animateRotate:!0,animateScale:!0},startAngle:-.5*Math.PI,aspectRatio:1,legendCallback:function(t){var e=[];e.push('<ul class="'+t.id+'-legend">');var a=t.data,i=a.datasets,n=a.labels;if(i.length)for(var o=0;o<i[0].data.length;++o)e.push('<li><span style="background-color:'+i[0].backgroundColor[o]+'">'),n[o]&&e.push(n[o]),e.push("</span></li>");return e.push("</ul>"),e.join("")},legend:{labels:{generateLabels:function(t){var a=t.data;return a.labels.length&&a.datasets.length?a.labels.map(function(i,n){var o=t.getDatasetMeta(0),r=a.datasets[0],l=o.data[n],s=l.custom||{},d=e.getValueAtIndexOrDefault,u=t.options.elements.arc,c=s.backgroundColor?s.backgroundColor:d(r.backgroundColor,n,u.backgroundColor),h=s.borderColor?s.borderColor:d(r.borderColor,n,u.borderColor),f=s.borderWidth?s.borderWidth:d(r.borderWidth,n,u.borderWidth);return{text:i,fillStyle:c,strokeStyle:h,lineWidth:f,hidden:isNaN(r.data[n])||o.data[n].hidden,index:n}}):[]}},onClick:function(t,e){var a,i,n,o=e.index,r=this.chart;for(a=0,i=(r.data.datasets||[]).length;i>a;++a)n=r.getDatasetMeta(a),n.data[o].hidden=!n.data[o].hidden;r.update()}},tooltips:{callbacks:{title:function(){return""},label:function(t,e){return e.labels[t.index]+": "+t.yLabel}}}},t.controllers.polarArea=t.DatasetController.extend({dataElementType:t.elements.Arc,linkScales:e.noop,update:function(t){var a=this,i=a.chart,n=i.chartArea,o=a.getMeta(),r=i.options,l=r.elements.arc,s=Math.min(n.right-n.left,n.bottom-n.top);i.outerRadius=Math.max((s-l.borderWidth/2)/2,0),i.innerRadius=Math.max(r.cutoutPercentage?i.outerRadius/100*r.cutoutPercentage:1,0),i.radiusLength=(i.outerRadius-i.innerRadius)/i.getVisibleDatasetCount(),a.outerRadius=i.outerRadius-i.radiusLength*a.index,a.innerRadius=a.outerRadius-i.radiusLength,o.count=a.countVisibleElements(),e.each(o.data,function(e,i){a.updateElement(e,i,t)})},updateElement:function(t,a,i){for(var n=this,o=n.chart,r=n.getDataset(),l=o.options,s=l.animation,d=o.scale,u=e.getValueAtIndexOrDefault,c=o.data.labels,h=n.calculateCircumference(r.data[a]),f=d.xCenter,g=d.yCenter,p=0,m=n.getMeta(),b=0;a>b;++b)isNaN(r.data[b])||m.data[b].hidden||++p;var v=l.startAngle,x=t.hidden?0:d.getDistanceFromCenterForValue(r.data[a]),y=v+h*p,k=y+(t.hidden?0:h),S=s.animateScale?0:d.getDistanceFromCenterForValue(r.data[a]);e.extend(t,{_datasetIndex:n.index,_index:a,_scale:d,_model:{x:f,y:g,innerRadius:0,outerRadius:i?S:x,startAngle:i&&s.animateRotate?v:y,endAngle:i&&s.animateRotate?v:k,label:u(c,a,c[a])}}),n.removeHoverStyle(t),t.pivot()},removeHoverStyle:function(e){t.DatasetController.prototype.removeHoverStyle.call(this,e,this.chart.options.elements.arc)},countVisibleElements:function(){var t=this.getDataset(),a=this.getMeta(),i=0;return e.each(a.data,function(e,a){isNaN(t.data[a])||e.hidden||i++}),i},calculateCircumference:function(t){var e=this.getMeta().count;return e>0&&!isNaN(t)?2*Math.PI/e:0}})}},{}],20:[function(t,e,a){"use strict";e.exports=function(t){var e=t.helpers;t.defaults.radar={scale:{type:"radialLinear"},elements:{line:{tension:0}}},t.controllers.radar=t.DatasetController.extend({datasetElementType:t.elements.Line,dataElementType:t.elements.Point,linkScales:e.noop,addElementAndReset:function(e){t.DatasetController.prototype.addElementAndReset.call(this,e),this.updateBezierControlPoints()},update:function(t){var a=this,i=a.getMeta(),n=i.dataset,o=i.data,r=n.custom||{},l=a.getDataset(),s=a.chart.options.elements.line,d=a.chart.scale;void 0!==l.tension&&void 0===l.lineTension&&(l.lineTension=l.tension),e.extend(i.dataset,{_datasetIndex:a.index,_children:o,_loop:!0,_model:{tension:r.tension?r.tension:e.getValueOrDefault(l.lineTension,s.tension),backgroundColor:r.backgroundColor?r.backgroundColor:l.backgroundColor||s.backgroundColor,borderWidth:r.borderWidth?r.borderWidth:l.borderWidth||s.borderWidth,borderColor:r.borderColor?r.borderColor:l.borderColor||s.borderColor,fill:r.fill?r.fill:void 0!==l.fill?l.fill:s.fill,borderCapStyle:r.borderCapStyle?r.borderCapStyle:l.borderCapStyle||s.borderCapStyle,borderDash:r.borderDash?r.borderDash:l.borderDash||s.borderDash,borderDashOffset:r.borderDashOffset?r.borderDashOffset:l.borderDashOffset||s.borderDashOffset,borderJoinStyle:r.borderJoinStyle?r.borderJoinStyle:l.borderJoinStyle||s.borderJoinStyle,scaleTop:d.top,scaleBottom:d.bottom,scaleZero:d.getBasePosition()}}),i.dataset.pivot(),e.each(o,function(e,i){a.updateElement(e,i,t)},a),a.updateBezierControlPoints()},updateElement:function(t,a,i){var n=this,o=t.custom||{},r=n.getDataset(),l=n.chart.scale,s=n.chart.options.elements.point,d=l.getPointPositionForValue(a,r.data[a]);e.extend(t,{_datasetIndex:n.index,_index:a,_scale:l,_model:{x:i?l.xCenter:d.x,y:i?l.yCenter:d.y,tension:o.tension?o.tension:e.getValueOrDefault(r.tension,n.chart.options.elements.line.tension),radius:o.radius?o.radius:e.getValueAtIndexOrDefault(r.pointRadius,a,s.radius),backgroundColor:o.backgroundColor?o.backgroundColor:e.getValueAtIndexOrDefault(r.pointBackgroundColor,a,s.backgroundColor),borderColor:o.borderColor?o.borderColor:e.getValueAtIndexOrDefault(r.pointBorderColor,a,s.borderColor),borderWidth:o.borderWidth?o.borderWidth:e.getValueAtIndexOrDefault(r.pointBorderWidth,a,s.borderWidth),pointStyle:o.pointStyle?o.pointStyle:e.getValueAtIndexOrDefault(r.pointStyle,a,s.pointStyle),hitRadius:o.hitRadius?o.hitRadius:e.getValueAtIndexOrDefault(r.hitRadius,a,s.hitRadius)}}),t._model.skip=o.skip?o.skip:isNaN(t._model.x)||isNaN(t._model.y)},updateBezierControlPoints:function(){var t=this.chart.chartArea,a=this.getMeta();e.each(a.data,function(i,n){var o=i._model,r=e.splineCurve(e.previousItem(a.data,n,!0)._model,o,e.nextItem(a.data,n,!0)._model,o.tension);o.controlPointPreviousX=Math.max(Math.min(r.previous.x,t.right),t.left),o.controlPointPreviousY=Math.max(Math.min(r.previous.y,t.bottom),t.top),o.controlPointNextX=Math.max(Math.min(r.next.x,t.right),t.left),o.controlPointNextY=Math.max(Math.min(r.next.y,t.bottom),t.top),i.pivot()})},draw:function(t){var a=this.getMeta(),i=t||1;e.each(a.data,function(t){t.transition(i)}),a.dataset.transition(i).draw(),e.each(a.data,function(t){t.draw()})},setHoverStyle:function(t){var a=this.chart.data.datasets[t._datasetIndex],i=t.custom||{},n=t._index,o=t._model;o.radius=i.hoverRadius?i.hoverRadius:e.getValueAtIndexOrDefault(a.pointHoverRadius,n,this.chart.options.elements.point.hoverRadius),o.backgroundColor=i.hoverBackgroundColor?i.hoverBackgroundColor:e.getValueAtIndexOrDefault(a.pointHoverBackgroundColor,n,e.getHoverColor(o.backgroundColor)),o.borderColor=i.hoverBorderColor?i.hoverBorderColor:e.getValueAtIndexOrDefault(a.pointHoverBorderColor,n,e.getHoverColor(o.borderColor)),o.borderWidth=i.hoverBorderWidth?i.hoverBorderWidth:e.getValueAtIndexOrDefault(a.pointHoverBorderWidth,n,o.borderWidth)},removeHoverStyle:function(t){var a=this.chart.data.datasets[t._datasetIndex],i=t.custom||{},n=t._index,o=t._model,r=this.chart.options.elements.point;o.radius=i.radius?i.radius:e.getValueAtIndexOrDefault(a.radius,n,r.radius),o.backgroundColor=i.backgroundColor?i.backgroundColor:e.getValueAtIndexOrDefault(a.pointBackgroundColor,n,r.backgroundColor),o.borderColor=i.borderColor?i.borderColor:e.getValueAtIndexOrDefault(a.pointBorderColor,n,r.borderColor),o.borderWidth=i.borderWidth?i.borderWidth:e.getValueAtIndexOrDefault(a.pointBorderWidth,n,r.borderWidth)}})}},{}],21:[function(t,e,a){"use strict";e.exports=function(t){var e=t.helpers;t.defaults.global.animation={duration:1e3,easing:"easeOutQuart",onProgress:e.noop,onComplete:e.noop},t.Animation=t.Element.extend({currentStep:null,numSteps:60,easing:"",render:null,onAnimationProgress:null,onAnimationComplete:null}),t.animationService={frameDuration:17,animations:[],dropFrames:0,request:null,addAnimation:function(t,e,a,i){var n=this;i||(t.animating=!0);for(var o=0;o<n.animations.length;++o)if(n.animations[o].chartInstance===t)return void(n.animations[o].animationObject=e);n.animations.push({chartInstance:t,animationObject:e}),1===n.animations.length&&n.requestAnimationFrame()},cancelAnimation:function(t){var a=e.findIndex(this.animations,function(e){return e.chartInstance===t});-1!==a&&(this.animations.splice(a,1),t.animating=!1)},requestAnimationFrame:function(){var t=this;null===t.request&&(t.request=e.requestAnimFrame.call(window,function(){t.request=null,t.startDigest()}))},startDigest:function(){var t=this,e=Date.now(),a=0;t.dropFrames>1&&(a=Math.floor(t.dropFrames),t.dropFrames=t.dropFrames%1);for(var i=0;i<t.animations.length;)null===t.animations[i].animationObject.currentStep&&(t.animations[i].animationObject.currentStep=0),t.animations[i].animationObject.currentStep+=1+a,t.animations[i].animationObject.currentStep>t.animations[i].animationObject.numSteps&&(t.animations[i].animationObject.currentStep=t.animations[i].animationObject.numSteps),t.animations[i].animationObject.render(t.animations[i].chartInstance,t.animations[i].animationObject),t.animations[i].animationObject.onAnimationProgress&&t.animations[i].animationObject.onAnimationProgress.call&&t.animations[i].animationObject.onAnimationProgress.call(t.animations[i].chartInstance,t.animations[i]),t.animations[i].animationObject.currentStep===t.animations[i].animationObject.numSteps?(t.animations[i].animationObject.onAnimationComplete&&t.animations[i].animationObject.onAnimationComplete.call&&t.animations[i].animationObject.onAnimationComplete.call(t.animations[i].chartInstance,t.animations[i]),t.animations[i].chartInstance.animating=!1,t.animations.splice(i,1)):++i;var n=Date.now(),o=(n-e)/t.frameDuration;t.dropFrames+=o,t.animations.length>0&&t.requestAnimationFrame()}}}},{}],22:[function(t,e,a){"use strict";e.exports=function(t){var e=t.canvasHelpers={};e.drawPoint=function(t,e,a,i,n){var o,r,l,s,d,u;if("object"==typeof e&&(o=e.toString(),"[object HTMLImageElement]"===o||"[object HTMLCanvasElement]"===o))return void t.drawImage(e,i-e.width/2,n-e.height/2);if(!(isNaN(a)||0>=a)){switch(e){default:t.beginPath(),t.arc(i,n,a,0,2*Math.PI),t.closePath(),t.fill();break;case"triangle":t.beginPath(),r=3*a/Math.sqrt(3),d=r*Math.sqrt(3)/2,t.moveTo(i-r/2,n+d/3),t.lineTo(i+r/2,n+d/3),t.lineTo(i,n-2*d/3),t.closePath(),t.fill();break;case"rect":u=1/Math.SQRT2*a,t.beginPath(),t.fillRect(i-u,n-u,2*u,2*u),t.strokeRect(i-u,n-u,2*u,2*u);break;case"rectRot":u=1/Math.SQRT2*a,t.beginPath(),t.moveTo(i-u,n),t.lineTo(i,n+u),t.lineTo(i+u,n),t.lineTo(i,n-u),t.closePath(),t.fill();break;case"cross":t.beginPath(),t.moveTo(i,n+a),t.lineTo(i,n-a),t.moveTo(i-a,n),t.lineTo(i+a,n),t.closePath();break;case"crossRot":t.beginPath(),l=Math.cos(Math.PI/4)*a,s=Math.sin(Math.PI/4)*a,t.moveTo(i-l,n-s),t.lineTo(i+l,n+s),t.moveTo(i-l,n+s),t.lineTo(i+l,n-s),t.closePath();break;case"star":t.beginPath(),t.moveTo(i,n+a),t.lineTo(i,n-a),t.moveTo(i-a,n),t.lineTo(i+a,n),l=Math.cos(Math.PI/4)*a,s=Math.sin(Math.PI/4)*a,t.moveTo(i-l,n-s),t.lineTo(i+l,n+s),t.moveTo(i-l,n+s),t.lineTo(i+l,n-s),t.closePath();break;case"line":t.beginPath(),t.moveTo(i-a,n),t.lineTo(i+a,n),t.closePath();break;case"dash":t.beginPath(),t.moveTo(i,n),t.lineTo(i+a,n),t.closePath()}t.stroke()}}}},{}],23:[function(t,e,a){"use strict";e.exports=function(t){var e=t.helpers;t.types={},t.instances={},t.controllers={},t.Controller=function(a){return this.chart=a,this.config=a.config,this.options=this.config.options=e.configMerge(t.defaults.global,t.defaults[this.config.type],this.config.options||{}),this.id=e.uid(),Object.defineProperty(this,"data",{get:function(){return this.config.data}}),t.instances[this.id]=this,this.options.responsive&&this.resize(!0),this.initialize(),this},e.extend(t.Controller.prototype,{initialize:function(){var e=this;return t.plugins.notify("beforeInit",[e]),e.bindEvents(),e.ensureScalesHaveIDs(),e.buildOrUpdateControllers(),e.buildScales(),e.updateLayout(),e.resetElements(),e.initToolTip(),e.update(),t.plugins.notify("afterInit",[e]),e},clear:function(){return e.clear(this.chart),this},stop:function(){return t.animationService.cancelAnimation(this),this},resize:function(a){var i=this,n=i.chart,o=n.canvas,r=e.getMaximumWidth(o),l=n.aspectRatio,s=i.options.maintainAspectRatio&&isNaN(l)===!1&&isFinite(l)&&0!==l?r/l:e.getMaximumHeight(o),d=n.width!==r||n.height!==s;if(!d)return i;o.width=n.width=r,o.height=n.height=s,e.retinaScale(n);var u={width:r,height:s};return t.plugins.notify("resize",[i,u]),i.options.onResize&&i.options.onResize(i,u),a||(i.stop(),i.update(i.options.responsiveAnimationDuration)),i},ensureScalesHaveIDs:function(){var t=this.options,a=t.scales||{},i=t.scale;e.each(a.xAxes,function(t,e){t.id=t.id||"x-axis-"+e}),e.each(a.yAxes,function(t,e){t.id=t.id||"y-axis-"+e}),i&&(i.id=i.id||"scale")},buildScales:function(){var a=this,i=a.options,n=a.scales={},o=[];i.scales&&(o=o.concat((i.scales.xAxes||[]).map(function(t){return{options:t,dtype:"category"}}),(i.scales.yAxes||[]).map(function(t){return{options:t,dtype:"linear"}}))),i.scale&&o.push({options:i.scale,dtype:"radialLinear",isDefault:!0}),e.each(o,function(i){var o=i.options,r=e.getValueOrDefault(o.type,i.dtype),l=t.scaleService.getScaleConstructor(r);if(l){var s=new l({id:o.id,options:o,ctx:a.chart.ctx,chart:a});n[s.id]=s,i.isDefault&&(a.scale=s)}}),t.scaleService.addScalesToLayout(this)},updateLayout:function(){t.layoutService.update(this,this.chart.width,this.chart.height)},buildOrUpdateControllers:function(){var a=this,i=[],n=[];if(e.each(a.data.datasets,function(e,o){var r=a.getDatasetMeta(o);r.type||(r.type=e.type||a.config.type),i.push(r.type),r.controller?r.controller.updateIndex(o):(r.controller=new t.controllers[r.type](a,o),n.push(r.controller))},a),i.length>1)for(var o=1;o<i.length;o++)if(i[o]!==i[o-1]){a.isCombo=!0;break}return n},resetElements:function(){var t=this;e.each(t.data.datasets,function(e,a){t.getDatasetMeta(a).controller.reset()},t)},update:function(a,i){var n=this;t.plugins.notify("beforeUpdate",[n]),n.tooltip._data=n.data;var o=n.buildOrUpdateControllers();e.each(n.data.datasets,function(t,e){n.getDatasetMeta(e).controller.buildOrUpdateElements()},n),t.layoutService.update(n,n.chart.width,n.chart.height),t.plugins.notify("afterScaleUpdate",[n]),e.each(o,function(t){t.reset()}),n.updateDatasets(),t.plugins.notify("afterUpdate",[n]),n.render(a,i)},updateDatasets:function(){var e,a,i=this;if(t.plugins.notify("beforeDatasetsUpdate",[i])){for(e=0,a=i.data.datasets.length;a>e;++e)i.getDatasetMeta(e).controller.update();t.plugins.notify("afterDatasetsUpdate",[i])}},render:function(a,i){var n=this;t.plugins.notify("beforeRender",[n]);var o=n.options.animation;if(o&&("undefined"!=typeof a&&0!==a||"undefined"==typeof a&&0!==o.duration)){var r=new t.Animation;r.numSteps=(a||o.duration)/16.66,r.easing=o.easing,r.render=function(t,a){var i=e.easingEffects[a.easing],n=a.currentStep/a.numSteps,o=i(n);t.draw(o,n,a.currentStep)},r.onAnimationProgress=o.onProgress,r.onAnimationComplete=o.onComplete,t.animationService.addAnimation(n,r,a,i)}else n.draw(),o&&o.onComplete&&o.onComplete.call&&o.onComplete.call(n);return n},draw:function(a){var i=this,n=a||1;i.clear(),t.plugins.notify("beforeDraw",[i,n]),e.each(i.boxes,function(t){t.draw(i.chartArea)},i),i.scale&&i.scale.draw(),t.plugins.notify("beforeDatasetsDraw",[i,n]),e.each(i.data.datasets,function(t,e){i.isDatasetVisible(e)&&i.getDatasetMeta(e).controller.draw(a)},i,!0),t.plugins.notify("afterDatasetsDraw",[i,n]),i.tooltip.transition(n).draw(),t.plugins.notify("afterDraw",[i,n])},getElementAtEvent:function(t){var a=this,i=e.getRelativePosition(t,a.chart),n=[];return e.each(a.data.datasets,function(t,o){if(a.isDatasetVisible(o)){var r=a.getDatasetMeta(o);e.each(r.data,function(t){return t.inRange(i.x,i.y)?(n.push(t),n):void 0})}}),n.slice(0,1)},getElementsAtEvent:function(t){var a=this,i=e.getRelativePosition(t,a.chart),n=[],o=function(){if(a.data.datasets)for(var t=0;t<a.data.datasets.length;t++){var e=a.getDatasetMeta(t);if(a.isDatasetVisible(t))for(var n=0;n<e.data.length;n++)if(e.data[n].inRange(i.x,i.y))return e.data[n]}}.call(a);return o?(e.each(a.data.datasets,function(t,e){if(a.isDatasetVisible(e)){var i=a.getDatasetMeta(e),r=i.data[o._index];r&&!r._view.skip&&n.push(r)}},a),n):n},getElementsAtXAxis:function(t){var a=this,i=e.getRelativePosition(t,a.chart),n=[],o=function(){if(a.data.datasets)for(var t=0;t<a.data.datasets.length;t++){var e=a.getDatasetMeta(t);if(a.isDatasetVisible(t))for(var n=0;n<e.data.length;n++)if(e.data[n].inLabelRange(i.x,i.y))return e.data[n]}}.call(a);return o?(e.each(a.data.datasets,function(t,i){if(a.isDatasetVisible(i)){var r=a.getDatasetMeta(i),l=e.findIndex(r.data,function(t){return o._model.x===t._model.x});-1===l||r.data[l]._view.skip||n.push(r.data[l])}},a),n):n},getElementsAtEventForMode:function(t,e){var a=this;switch(e){case"single":return a.getElementAtEvent(t);case"label":return a.getElementsAtEvent(t);case"dataset":return a.getDatasetAtEvent(t);case"x-axis":return a.getElementsAtXAxis(t);default:return t}},getDatasetAtEvent:function(t){var e=this.getElementAtEvent(t); -return e.length>0&&(e=this.getDatasetMeta(e[0]._datasetIndex).data),e},getDatasetMeta:function(t){var e=this,a=e.data.datasets[t];a._meta||(a._meta={});var i=a._meta[e.id];return i||(i=a._meta[e.id]={type:null,data:[],dataset:null,controller:null,hidden:null,xAxisID:null,yAxisID:null}),i},getVisibleDatasetCount:function(){for(var t=0,e=0,a=this.data.datasets.length;a>e;++e)this.isDatasetVisible(e)&&t++;return t},isDatasetVisible:function(t){var e=this.getDatasetMeta(t);return"boolean"==typeof e.hidden?!e.hidden:!this.data.datasets[t].hidden},generateLegend:function(){return this.options.legendCallback(this)},destroy:function(){var a=this;a.stop(),a.clear(),e.unbindEvents(a,a.events),e.removeResizeListener(a.chart.canvas.parentNode);var i=a.chart.canvas;i.width=a.chart.width,i.height=a.chart.height,void 0!==a.chart.originalDevicePixelRatio&&a.chart.ctx.scale(1/a.chart.originalDevicePixelRatio,1/a.chart.originalDevicePixelRatio),i.style.width=a.chart.originalCanvasStyleWidth,i.style.height=a.chart.originalCanvasStyleHeight,t.plugins.notify("destroy",[a]),delete t.instances[a.id]},toBase64Image:function(){return this.chart.canvas.toDataURL.apply(this.chart.canvas,arguments)},initToolTip:function(){var e=this;e.tooltip=new t.Tooltip({_chart:e.chart,_chartInstance:e,_data:e.data,_options:e.options.tooltips},e)},bindEvents:function(){var t=this;e.bindEvents(t,t.options.events,function(e){t.eventHandler(e)})},updateHoverStyle:function(t,e,a){var i,n,o,r=a?"setHoverStyle":"removeHoverStyle";switch(e){case"single":t=[t[0]];break;case"label":case"dataset":case"x-axis":break;default:return}for(n=0,o=t.length;o>n;++n)i=t[n],i&&this.getDatasetMeta(i._datasetIndex).controller[r](i)},eventHandler:function(t){var a=this,i=a.tooltip,n=a.options||{},o=n.hover,r=n.tooltips;return a.lastActive=a.lastActive||[],a.lastTooltipActive=a.lastTooltipActive||[],"mouseout"===t.type?(a.active=[],a.tooltipActive=[]):(a.active=a.getElementsAtEventForMode(t,o.mode),a.tooltipActive=a.getElementsAtEventForMode(t,r.mode)),o.onHover&&o.onHover.call(a,a.active),a.legend&&a.legend.handleEvent&&a.legend.handleEvent(t),("mouseup"===t.type||"click"===t.type)&&n.onClick&&n.onClick.call(a,t,a.active),a.lastActive.length&&a.updateHoverStyle(a.lastActive,o.mode,!1),a.active.length&&o.mode&&a.updateHoverStyle(a.active,o.mode,!0),(r.enabled||r.custom)&&(i.initialize(),i._active=a.tooltipActive,i.update(!0)),i.pivot(),a.animating||e.arrayEquals(a.active,a.lastActive)&&e.arrayEquals(a.tooltipActive,a.lastTooltipActive)||(a.stop(),(r.enabled||r.custom)&&i.update(!0),a.render(o.animationDuration,!0)),a.lastActive=a.active,a.lastTooltipActive=a.tooltipActive,a}})}},{}],24:[function(t,e,a){"use strict";e.exports=function(t){var e=t.helpers,a=e.noop;t.DatasetController=function(t,e){this.initialize(t,e)},e.extend(t.DatasetController.prototype,{datasetElementType:null,dataElementType:null,initialize:function(t,e){var a=this;a.chart=t,a.index=e,a.linkScales(),a.addElements()},updateIndex:function(t){this.index=t},linkScales:function(){var t=this,e=t.getMeta(),a=t.getDataset();null===e.xAxisID&&(e.xAxisID=a.xAxisID||t.chart.options.scales.xAxes[0].id),null===e.yAxisID&&(e.yAxisID=a.yAxisID||t.chart.options.scales.yAxes[0].id)},getDataset:function(){return this.chart.data.datasets[this.index]},getMeta:function(){return this.chart.getDatasetMeta(this.index)},getScaleForId:function(t){return this.chart.scales[t]},reset:function(){this.update(!0)},createMetaDataset:function(){var t=this,e=t.datasetElementType;return e&&new e({_chart:t.chart.chart,_datasetIndex:t.index})},createMetaData:function(t){var e=this,a=e.dataElementType;return a&&new a({_chart:e.chart.chart,_datasetIndex:e.index,_index:t})},addElements:function(){var t,e,a=this,i=a.getMeta(),n=a.getDataset().data||[],o=i.data;for(t=0,e=n.length;e>t;++t)o[t]=o[t]||a.createMetaData(i,t);i.dataset=i.dataset||a.createMetaDataset()},addElementAndReset:function(t){var e=this,a=e.createMetaData(t);e.getMeta().data.splice(t,0,a),e.updateElement(a,t,!0)},buildOrUpdateElements:function(){var t=this.getMeta(),e=t.data,a=this.getDataset().data.length,i=e.length;if(i>a)e.splice(a,i-a);else if(a>i)for(var n=i;a>n;++n)this.addElementAndReset(n)},update:a,draw:function(t){var a=t||1;e.each(this.getMeta().data,function(t){t.transition(a).draw()})},removeHoverStyle:function(t,a){var i=this.chart.data.datasets[t._datasetIndex],n=t._index,o=t.custom||{},r=e.getValueAtIndexOrDefault,l=t._model;l.backgroundColor=o.backgroundColor?o.backgroundColor:r(i.backgroundColor,n,a.backgroundColor),l.borderColor=o.borderColor?o.borderColor:r(i.borderColor,n,a.borderColor),l.borderWidth=o.borderWidth?o.borderWidth:r(i.borderWidth,n,a.borderWidth)},setHoverStyle:function(t){var a=this.chart.data.datasets[t._datasetIndex],i=t._index,n=t.custom||{},o=e.getValueAtIndexOrDefault,r=e.getHoverColor,l=t._model;l.backgroundColor=n.hoverBackgroundColor?n.hoverBackgroundColor:o(a.hoverBackgroundColor,i,r(l.backgroundColor)),l.borderColor=n.hoverBorderColor?n.hoverBorderColor:o(a.hoverBorderColor,i,r(l.borderColor)),l.borderWidth=n.hoverBorderWidth?n.hoverBorderWidth:o(a.hoverBorderWidth,i,l.borderWidth)}}),t.DatasetController.extend=e.inherits}},{}],25:[function(t,e,a){"use strict";e.exports=function(t){var e=t.helpers;t.elements={},t.Element=function(t){e.extend(this,t),this.initialize.apply(this,arguments)},e.extend(t.Element.prototype,{initialize:function(){this.hidden=!1},pivot:function(){var t=this;return t._view||(t._view=e.clone(t._model)),t._start=e.clone(t._view),t},transition:function(t){var a=this;return a._view||(a._view=e.clone(a._model)),1===t?(a._view=a._model,a._start=null,a):(a._start||a.pivot(),e.each(a._model,function(i,n){if("_"===n[0]);else if(a._view.hasOwnProperty(n))if(i===a._view[n]);else if("string"==typeof i)try{var o=e.color(a._model[n]).mix(e.color(a._start[n]),t);a._view[n]=o.rgbString()}catch(r){a._view[n]=i}else if("number"==typeof i){var l=void 0!==a._start[n]&&isNaN(a._start[n])===!1?a._start[n]:0;a._view[n]=(a._model[n]-l)*t+l}else a._view[n]=i;else"number"!=typeof i||isNaN(a._view[n])?a._view[n]=i:a._view[n]=i*t},a),a)},tooltipPosition:function(){return{x:this._model.x,y:this._model.y}},hasValue:function(){return e.isNumber(this._model.x)&&e.isNumber(this._model.y)}}),t.Element.extend=e.inherits}},{}],26:[function(t,e,a){"use strict";var i=t(3);e.exports=function(t){function e(t,e,a){var i;return"string"==typeof t?(i=parseInt(t,10),-1!==t.indexOf("%")&&(i=i/100*e.parentNode[a])):i=t,i}function a(t){return void 0!==t&&null!==t&&"none"!==t}function n(t,i,n){var o=document.defaultView,r=t.parentNode,l=o.getComputedStyle(t)[i],s=o.getComputedStyle(r)[i],d=a(l),u=a(s),c=Number.POSITIVE_INFINITY;return d||u?Math.min(d?e(l,t,n):c,u?e(s,r,n):c):"none"}var o=t.helpers={};o.each=function(t,e,a,i){var n,r;if(o.isArray(t))if(r=t.length,i)for(n=r-1;n>=0;n--)e.call(a,t[n],n);else for(n=0;r>n;n++)e.call(a,t[n],n);else if("object"==typeof t){var l=Object.keys(t);for(r=l.length,n=0;r>n;n++)e.call(a,t[l[n]],l[n])}},o.clone=function(t){var e={};return o.each(t,function(t,a){o.isArray(t)?e[a]=t.slice(0):"object"==typeof t&&null!==t?e[a]=o.clone(t):e[a]=t}),e},o.extend=function(t){for(var e=function(e,a){t[a]=e},a=1,i=arguments.length;i>a;a++)o.each(arguments[a],e);return t},o.configMerge=function(e){var a=o.clone(e);return o.each(Array.prototype.slice.call(arguments,1),function(e){o.each(e,function(e,i){if("scales"===i)a[i]=o.scaleMerge(a.hasOwnProperty(i)?a[i]:{},e);else if("scale"===i)a[i]=o.configMerge(a.hasOwnProperty(i)?a[i]:{},t.scaleService.getScaleDefaults(e.type),e);else if(a.hasOwnProperty(i)&&o.isArray(a[i])&&o.isArray(e)){var n=a[i];o.each(e,function(t,e){e<n.length?"object"==typeof n[e]&&null!==n[e]&&"object"==typeof t&&null!==t?n[e]=o.configMerge(n[e],t):n[e]=t:n.push(t)})}else a.hasOwnProperty(i)&&"object"==typeof a[i]&&null!==a[i]&&"object"==typeof e?a[i]=o.configMerge(a[i],e):a[i]=e})}),a},o.scaleMerge=function(e,a){var i=o.clone(e);return o.each(a,function(e,a){"xAxes"===a||"yAxes"===a?i.hasOwnProperty(a)?o.each(e,function(e,n){var r=o.getValueOrDefault(e.type,"xAxes"===a?"category":"linear"),l=t.scaleService.getScaleDefaults(r);n>=i[a].length||!i[a][n].type?i[a].push(o.configMerge(l,e)):e.type&&e.type!==i[a][n].type?i[a][n]=o.configMerge(i[a][n],l,e):i[a][n]=o.configMerge(i[a][n],e)}):(i[a]=[],o.each(e,function(e){var n=o.getValueOrDefault(e.type,"xAxes"===a?"category":"linear");i[a].push(o.configMerge(t.scaleService.getScaleDefaults(n),e))})):i.hasOwnProperty(a)&&"object"==typeof i[a]&&null!==i[a]&&"object"==typeof e?i[a]=o.configMerge(i[a],e):i[a]=e}),i},o.getValueAtIndexOrDefault=function(t,e,a){return void 0===t||null===t?a:o.isArray(t)?e<t.length?t[e]:a:t},o.getValueOrDefault=function(t,e){return void 0===t?e:t},o.indexOf=Array.prototype.indexOf?function(t,e){return t.indexOf(e)}:function(t,e){for(var a=0,i=t.length;i>a;++a)if(t[a]===e)return a;return-1},o.where=function(t,e){if(o.isArray(t)&&Array.prototype.filter)return t.filter(e);var a=[];return o.each(t,function(t){e(t)&&a.push(t)}),a},o.findIndex=Array.prototype.findIndex?function(t,e,a){return t.findIndex(e,a)}:function(t,e,a){a=void 0===a?t:a;for(var i=0,n=t.length;n>i;++i)if(e.call(a,t[i],i,t))return i;return-1},o.findNextWhere=function(t,e,a){(void 0===a||null===a)&&(a=-1);for(var i=a+1;i<t.length;i++){var n=t[i];if(e(n))return n}},o.findPreviousWhere=function(t,e,a){(void 0===a||null===a)&&(a=t.length);for(var i=a-1;i>=0;i--){var n=t[i];if(e(n))return n}},o.inherits=function(t){var e=this,a=t&&t.hasOwnProperty("constructor")?t.constructor:function(){return e.apply(this,arguments)},i=function(){this.constructor=a};return i.prototype=e.prototype,a.prototype=new i,a.extend=o.inherits,t&&o.extend(a.prototype,t),a.__super__=e.prototype,a},o.noop=function(){},o.uid=function(){var t=0;return function(){return t++}}(),o.isNumber=function(t){return!isNaN(parseFloat(t))&&isFinite(t)},o.almostEquals=function(t,e,a){return Math.abs(t-e)<a},o.max=function(t){return t.reduce(function(t,e){return isNaN(e)?t:Math.max(t,e)},Number.NEGATIVE_INFINITY)},o.min=function(t){return t.reduce(function(t,e){return isNaN(e)?t:Math.min(t,e)},Number.POSITIVE_INFINITY)},o.sign=Math.sign?function(t){return Math.sign(t)}:function(t){return t=+t,0===t||isNaN(t)?t:t>0?1:-1},o.log10=Math.log10?function(t){return Math.log10(t)}:function(t){return Math.log(t)/Math.LN10},o.toRadians=function(t){return t*(Math.PI/180)},o.toDegrees=function(t){return t*(180/Math.PI)},o.getAngleFromPoint=function(t,e){var a=e.x-t.x,i=e.y-t.y,n=Math.sqrt(a*a+i*i),o=Math.atan2(i,a);return o<-.5*Math.PI&&(o+=2*Math.PI),{angle:o,distance:n}},o.aliasPixel=function(t){return t%2===0?0:.5},o.splineCurve=function(t,e,a,i){var n=t.skip?e:t,o=e,r=a.skip?e:a,l=Math.sqrt(Math.pow(o.x-n.x,2)+Math.pow(o.y-n.y,2)),s=Math.sqrt(Math.pow(r.x-o.x,2)+Math.pow(r.y-o.y,2)),d=l/(l+s),u=s/(l+s);d=isNaN(d)?0:d,u=isNaN(u)?0:u;var c=i*d,h=i*u;return{previous:{x:o.x-c*(r.x-n.x),y:o.y-c*(r.y-n.y)},next:{x:o.x+h*(r.x-n.x),y:o.y+h*(r.y-n.y)}}},o.EPSILON=Number.EPSILON||1e-14,o.splineCurveMonotone=function(t){var e,a,i,n,r=(t||[]).map(function(t){return{model:t._model,deltaK:0,mK:0}}),l=r.length;for(e=0;l>e;++e)i=r[e],i.model.skip||(a=e>0?r[e-1]:null,n=l-1>e?r[e+1]:null,n&&!n.model.skip&&(i.deltaK=(n.model.y-i.model.y)/(n.model.x-i.model.x)),!a||a.model.skip?i.mK=i.deltaK:!n||n.model.skip?i.mK=a.deltaK:this.sign(a.deltaK)!==this.sign(i.deltaK)?i.mK=0:i.mK=(a.deltaK+i.deltaK)/2);var s,d,u,c;for(e=0;l-1>e;++e)i=r[e],n=r[e+1],i.model.skip||n.model.skip||(o.almostEquals(i.deltaK,0,this.EPSILON)?i.mK=n.mK=0:(s=i.mK/i.deltaK,d=n.mK/i.deltaK,c=Math.pow(s,2)+Math.pow(d,2),9>=c||(u=3/Math.sqrt(c),i.mK=s*u*i.deltaK,n.mK=d*u*i.deltaK)));var h;for(e=0;l>e;++e)i=r[e],i.model.skip||(a=e>0?r[e-1]:null,n=l-1>e?r[e+1]:null,a&&!a.model.skip&&(h=(i.model.x-a.model.x)/3,i.model.controlPointPreviousX=i.model.x-h,i.model.controlPointPreviousY=i.model.y-h*i.mK),n&&!n.model.skip&&(h=(n.model.x-i.model.x)/3,i.model.controlPointNextX=i.model.x+h,i.model.controlPointNextY=i.model.y+h*i.mK))},o.nextItem=function(t,e,a){return a?e>=t.length-1?t[0]:t[e+1]:e>=t.length-1?t[t.length-1]:t[e+1]},o.previousItem=function(t,e,a){return a?0>=e?t[t.length-1]:t[e-1]:0>=e?t[0]:t[e-1]},o.niceNum=function(t,e){var a,i=Math.floor(o.log10(t)),n=t/Math.pow(10,i);return a=e?1.5>n?1:3>n?2:7>n?5:10:1>=n?1:2>=n?2:5>=n?5:10,a*Math.pow(10,i)};var r=o.easingEffects={linear:function(t){return t},easeInQuad:function(t){return t*t},easeOutQuad:function(t){return-1*t*(t-2)},easeInOutQuad:function(t){return(t/=.5)<1?.5*t*t:-0.5*(--t*(t-2)-1)},easeInCubic:function(t){return t*t*t},easeOutCubic:function(t){return 1*((t=t/1-1)*t*t+1)},easeInOutCubic:function(t){return(t/=.5)<1?.5*t*t*t:.5*((t-=2)*t*t+2)},easeInQuart:function(t){return t*t*t*t},easeOutQuart:function(t){return-1*((t=t/1-1)*t*t*t-1)},easeInOutQuart:function(t){return(t/=.5)<1?.5*t*t*t*t:-0.5*((t-=2)*t*t*t-2)},easeInQuint:function(t){return 1*(t/=1)*t*t*t*t},easeOutQuint:function(t){return 1*((t=t/1-1)*t*t*t*t+1)},easeInOutQuint:function(t){return(t/=.5)<1?.5*t*t*t*t*t:.5*((t-=2)*t*t*t*t+2)},easeInSine:function(t){return-1*Math.cos(t/1*(Math.PI/2))+1},easeOutSine:function(t){return 1*Math.sin(t/1*(Math.PI/2))},easeInOutSine:function(t){return-0.5*(Math.cos(Math.PI*t/1)-1)},easeInExpo:function(t){return 0===t?1:1*Math.pow(2,10*(t/1-1))},easeOutExpo:function(t){return 1===t?1:1*(-Math.pow(2,-10*t/1)+1)},easeInOutExpo:function(t){return 0===t?0:1===t?1:(t/=.5)<1?.5*Math.pow(2,10*(t-1)):.5*(-Math.pow(2,-10*--t)+2)},easeInCirc:function(t){return t>=1?t:-1*(Math.sqrt(1-(t/=1)*t)-1)},easeOutCirc:function(t){return 1*Math.sqrt(1-(t=t/1-1)*t)},easeInOutCirc:function(t){return(t/=.5)<1?-0.5*(Math.sqrt(1-t*t)-1):.5*(Math.sqrt(1-(t-=2)*t)+1)},easeInElastic:function(t){var e=1.70158,a=0,i=1;return 0===t?0:1===(t/=1)?1:(a||(a=.3),i<Math.abs(1)?(i=1,e=a/4):e=a/(2*Math.PI)*Math.asin(1/i),-(i*Math.pow(2,10*(t-=1))*Math.sin((1*t-e)*(2*Math.PI)/a)))},easeOutElastic:function(t){var e=1.70158,a=0,i=1;return 0===t?0:1===(t/=1)?1:(a||(a=.3),i<Math.abs(1)?(i=1,e=a/4):e=a/(2*Math.PI)*Math.asin(1/i),i*Math.pow(2,-10*t)*Math.sin((1*t-e)*(2*Math.PI)/a)+1)},easeInOutElastic:function(t){var e=1.70158,a=0,i=1;return 0===t?0:2===(t/=.5)?1:(a||(a=1*(.3*1.5)),i<Math.abs(1)?(i=1,e=a/4):e=a/(2*Math.PI)*Math.asin(1/i),1>t?-.5*(i*Math.pow(2,10*(t-=1))*Math.sin((1*t-e)*(2*Math.PI)/a)):i*Math.pow(2,-10*(t-=1))*Math.sin((1*t-e)*(2*Math.PI)/a)*.5+1)},easeInBack:function(t){var e=1.70158;return 1*(t/=1)*t*((e+1)*t-e)},easeOutBack:function(t){var e=1.70158;return 1*((t=t/1-1)*t*((e+1)*t+e)+1)},easeInOutBack:function(t){var e=1.70158;return(t/=.5)<1?.5*(t*t*(((e*=1.525)+1)*t-e)):.5*((t-=2)*t*(((e*=1.525)+1)*t+e)+2)},easeInBounce:function(t){return 1-r.easeOutBounce(1-t)},easeOutBounce:function(t){return(t/=1)<1/2.75?1*(7.5625*t*t):2/2.75>t?1*(7.5625*(t-=1.5/2.75)*t+.75):2.5/2.75>t?1*(7.5625*(t-=2.25/2.75)*t+.9375):1*(7.5625*(t-=2.625/2.75)*t+.984375)},easeInOutBounce:function(t){return.5>t?.5*r.easeInBounce(2*t):.5*r.easeOutBounce(2*t-1)+.5}};o.requestAnimFrame=function(){return window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||window.oRequestAnimationFrame||window.msRequestAnimationFrame||function(t){return window.setTimeout(t,1e3/60)}}(),o.cancelAnimFrame=function(){return window.cancelAnimationFrame||window.webkitCancelAnimationFrame||window.mozCancelAnimationFrame||window.oCancelAnimationFrame||window.msCancelAnimationFrame||function(t){return window.clearTimeout(t,1e3/60)}}(),o.getRelativePosition=function(t,e){var a,i,n=t.originalEvent||t,r=t.currentTarget||t.srcElement,l=r.getBoundingClientRect(),s=n.touches;s&&s.length>0?(a=s[0].clientX,i=s[0].clientY):(a=n.clientX,i=n.clientY);var d=parseFloat(o.getStyle(r,"padding-left")),u=parseFloat(o.getStyle(r,"padding-top")),c=parseFloat(o.getStyle(r,"padding-right")),h=parseFloat(o.getStyle(r,"padding-bottom")),f=l.right-l.left-d-c,g=l.bottom-l.top-u-h;return a=Math.round((a-l.left-d)/f*r.width/e.currentDevicePixelRatio),i=Math.round((i-l.top-u)/g*r.height/e.currentDevicePixelRatio),{x:a,y:i}},o.addEvent=function(t,e,a){t.addEventListener?t.addEventListener(e,a):t.attachEvent?t.attachEvent("on"+e,a):t["on"+e]=a},o.removeEvent=function(t,e,a){t.removeEventListener?t.removeEventListener(e,a,!1):t.detachEvent?t.detachEvent("on"+e,a):t["on"+e]=o.noop},o.bindEvents=function(t,e,a){var i=t.events=t.events||{};o.each(e,function(e){i[e]=function(){a.apply(t,arguments)},o.addEvent(t.chart.canvas,e,i[e])})},o.unbindEvents=function(t,e){var a=t.chart.canvas;o.each(e,function(t,e){o.removeEvent(a,e,t)})},o.getConstraintWidth=function(t){return n(t,"max-width","clientWidth")},o.getConstraintHeight=function(t){return n(t,"max-height","clientHeight")},o.getMaximumWidth=function(t){var e=t.parentNode,a=parseInt(o.getStyle(e,"padding-left"),10),i=parseInt(o.getStyle(e,"padding-right"),10),n=e.clientWidth-a-i,r=o.getConstraintWidth(t);return isNaN(r)?n:Math.min(n,r)},o.getMaximumHeight=function(t){var e=t.parentNode,a=parseInt(o.getStyle(e,"padding-top"),10),i=parseInt(o.getStyle(e,"padding-bottom"),10),n=e.clientHeight-a-i,r=o.getConstraintHeight(t);return isNaN(r)?n:Math.min(n,r)},o.getStyle=function(t,e){return t.currentStyle?t.currentStyle[e]:document.defaultView.getComputedStyle(t,null).getPropertyValue(e)},o.retinaScale=function(t){var e=t.ctx,a=t.canvas,i=a.width,n=a.height,o=t.currentDevicePixelRatio=window.devicePixelRatio||1;1!==o&&(a.height=n*o,a.width=i*o,e.scale(o,o),t.originalDevicePixelRatio=t.originalDevicePixelRatio||o),a.style.width=i+"px",a.style.height=n+"px"},o.clear=function(t){t.ctx.clearRect(0,0,t.width,t.height)},o.fontString=function(t,e,a){return e+" "+t+"px "+a},o.longestText=function(t,e,a,i){i=i||{};var n=i.data=i.data||{},r=i.garbageCollect=i.garbageCollect||[];i.font!==e&&(n=i.data={},r=i.garbageCollect=[],i.font=e),t.font=e;var l=0;o.each(a,function(e){void 0!==e&&null!==e&&o.isArray(e)!==!0?l=o.measureText(t,n,r,l,e):o.isArray(e)&&o.each(e,function(e){void 0===e||null===e||o.isArray(e)||(l=o.measureText(t,n,r,l,e))})});var s=r.length/2;if(s>a.length){for(var d=0;s>d;d++)delete n[r[d]];r.splice(0,s)}return l},o.measureText=function(t,e,a,i,n){var o=e[n];return o||(o=e[n]=t.measureText(n).width,a.push(n)),o>i&&(i=o),i},o.numberOfLabelLines=function(t){var e=1;return o.each(t,function(t){o.isArray(t)&&t.length>e&&(e=t.length)}),e},o.drawRoundedRectangle=function(t,e,a,i,n,o){t.beginPath(),t.moveTo(e+o,a),t.lineTo(e+i-o,a),t.quadraticCurveTo(e+i,a,e+i,a+o),t.lineTo(e+i,a+n-o),t.quadraticCurveTo(e+i,a+n,e+i-o,a+n),t.lineTo(e+o,a+n),t.quadraticCurveTo(e,a+n,e,a+n-o),t.lineTo(e,a+o),t.quadraticCurveTo(e,a,e+o,a),t.closePath()},o.color=function(e){return i?i(e instanceof CanvasGradient?t.defaults.global.defaultColor:e):(console.error("Color.js not found!"),e)},o.addResizeListener=function(t,e){var a=document.createElement("iframe"),i="chartjs-hidden-iframe";a.classlist?a.classlist.add(i):a.setAttribute("class",i),a.tabIndex=-1;var n=a.style;n.width="100%",n.display="block",n.border=0,n.height=0,n.margin=0,n.position="absolute",n.left=0,n.right=0,n.top=0,n.bottom=0,t.insertBefore(a,t.firstChild),(a.contentWindow||a).onresize=function(){return e?e():void 0}},o.removeResizeListener=function(t){var e=t.querySelector(".chartjs-hidden-iframe");e&&e.parentNode.removeChild(e)},o.isArray=Array.isArray?function(t){return Array.isArray(t)}:function(t){return"[object Array]"===Object.prototype.toString.call(t)},o.arrayEquals=function(t,e){var a,i,n,r;if(!t||!e||t.length!==e.length)return!1;for(a=0,i=t.length;i>a;++a)if(n=t[a],r=e[a],n instanceof Array&&r instanceof Array){if(!o.arrayEquals(n,r))return!1}else if(n!==r)return!1;return!0},o.callCallback=function(t,e,a){t&&"function"==typeof t.call&&t.apply(a,e)},o.getHoverColor=function(t){return t instanceof CanvasPattern?t:o.color(t).saturate(.5).darken(.1).rgbString()}}},{3:3}],27:[function(t,e,a){"use strict";e.exports=function(){var t=function(e,a){var i=this,n=t.helpers;return i.config=a||{data:{datasets:[]}},e.length&&e[0].getContext&&(e=e[0]),e.getContext&&(e=e.getContext("2d")),i.ctx=e,i.canvas=e.canvas,e.canvas.style.display=e.canvas.style.display||"block",i.width=e.canvas.width||parseInt(n.getStyle(e.canvas,"width"),10)||n.getMaximumWidth(e.canvas),i.height=e.canvas.height||parseInt(n.getStyle(e.canvas,"height"),10)||n.getMaximumHeight(e.canvas),i.aspectRatio=i.width/i.height,(isNaN(i.aspectRatio)||isFinite(i.aspectRatio)===!1)&&(i.aspectRatio=void 0!==a.aspectRatio?a.aspectRatio:2),i.originalCanvasStyleWidth=e.canvas.style.width,i.originalCanvasStyleHeight=e.canvas.style.height,n.retinaScale(i),i.controller=new t.Controller(i),n.addResizeListener(e.canvas.parentNode,function(){i.controller&&i.controller.config.options.responsive&&i.controller.resize()}),i.controller?i.controller:i};return t.defaults={global:{responsive:!0,responsiveAnimationDuration:0,maintainAspectRatio:!0,events:["mousemove","mouseout","click","touchstart","touchmove"],hover:{onHover:null,mode:"single",animationDuration:400},onClick:null,defaultColor:"rgba(0,0,0,0.1)",defaultFontColor:"#666",defaultFontFamily:"'Helvetica Neue', 'Helvetica', 'Arial', sans-serif",defaultFontSize:12,defaultFontStyle:"normal",showLines:!0,elements:{},legendCallback:function(t){var e=[];e.push('<ul class="'+t.id+'-legend">');for(var a=0;a<t.data.datasets.length;a++)e.push('<li><span style="background-color:'+t.data.datasets[a].backgroundColor+'"></span>'),t.data.datasets[a].label&&e.push(t.data.datasets[a].label),e.push("</li>");return e.push("</ul>"),e.join("")}}},t.Chart=t,t}},{}],28:[function(t,e,a){"use strict";e.exports=function(t){var e=t.helpers;t.layoutService={defaults:{},addBox:function(t,e){t.boxes||(t.boxes=[]),t.boxes.push(e)},removeBox:function(t,e){t.boxes&&t.boxes.splice(t.boxes.indexOf(e),1)},update:function(t,a,i){function n(t){var e,a=t.isHorizontal();a?(e=t.update(t.options.fullWidth?p:k,y),S-=e.height):(e=t.update(x,v),k-=e.width),w.push({horizontal:a,minSize:e,box:t})}function o(t){var a=e.findNextWhere(w,function(e){return e.box===t});if(a)if(t.isHorizontal()){var i={left:C,right:M,top:0,bottom:0};t.update(t.options.fullWidth?p:k,m/2,i)}else t.update(a.minSize.width,S)}function r(t){var a=e.findNextWhere(w,function(e){return e.box===t}),i={left:0,right:0,top:D,bottom:I};a&&t.update(a.minSize.width,S,i)}function l(t){t.isHorizontal()?(t.left=t.options.fullWidth?s:C,t.right=t.options.fullWidth?a-s:C+k,t.top=F,t.bottom=F+t.height,F=t.bottom):(t.left=P,t.right=P+t.width,t.top=D,t.bottom=D+S,P=t.right)}if(t){var s=0,d=0,u=e.where(t.boxes,function(t){return"left"===t.options.position}),c=e.where(t.boxes,function(t){return"right"===t.options.position}),h=e.where(t.boxes,function(t){return"top"===t.options.position}),f=e.where(t.boxes,function(t){return"bottom"===t.options.position}),g=e.where(t.boxes,function(t){return"chartArea"===t.options.position});h.sort(function(t,e){return(e.options.fullWidth?1:0)-(t.options.fullWidth?1:0)}),f.sort(function(t,e){return(t.options.fullWidth?1:0)-(e.options.fullWidth?1:0)});var p=a-2*s,m=i-2*d,b=p/2,v=m/2,x=(a-b)/(u.length+c.length),y=(i-v)/(h.length+f.length),k=p,S=m,w=[];e.each(u.concat(c,h,f),n);var C=s,M=s,D=d,I=d;e.each(u.concat(c),o),e.each(u,function(t){C+=t.width}),e.each(c,function(t){M+=t.width}),e.each(h.concat(f),o),e.each(h,function(t){D+=t.height}),e.each(f,function(t){I+=t.height}),e.each(u.concat(c),r),C=s,M=s,D=d,I=d,e.each(u,function(t){C+=t.width}),e.each(c,function(t){M+=t.width}),e.each(h,function(t){D+=t.height}),e.each(f,function(t){I+=t.height});var A=i-D-I,T=a-C-M;(T!==k||A!==S)&&(e.each(u,function(t){t.height=A}),e.each(c,function(t){t.height=A}),e.each(h,function(t){t.options.fullWidth||(t.width=T)}),e.each(f,function(t){t.options.fullWidth||(t.width=T)}),S=A,k=T);var P=s,F=d;e.each(u.concat(h),l),P+=k,F+=S,e.each(c,l),e.each(f,l),t.chartArea={left:C,top:D,right:C+k,bottom:D+S},e.each(g,function(e){e.left=t.chartArea.left,e.top=t.chartArea.top,e.right=t.chartArea.right,e.bottom=t.chartArea.bottom,e.update(k,S)})}}}}},{}],29:[function(t,e,a){"use strict";e.exports=function(t){var e=t.helpers,a=e.noop;t.defaults.global.legend={display:!0,position:"top",fullWidth:!0,reverse:!1,onClick:function(t,e){var a=e.datasetIndex,i=this.chart,n=i.getDatasetMeta(a);n.hidden=null===n.hidden?!i.data.datasets[a].hidden:null,i.update()},onHover:null,labels:{boxWidth:40,padding:10,generateLabels:function(t){var a=t.data;return e.isArray(a.datasets)?a.datasets.map(function(a,i){return{text:a.label,fillStyle:e.isArray(a.backgroundColor)?a.backgroundColor[0]:a.backgroundColor,hidden:!t.isDatasetVisible(i),lineCap:a.borderCapStyle,lineDash:a.borderDash,lineDashOffset:a.borderDashOffset,lineJoin:a.borderJoinStyle,lineWidth:a.borderWidth,strokeStyle:a.borderColor,pointStyle:a.pointStyle,datasetIndex:i}},this):[]}}},t.Legend=t.Element.extend({initialize:function(t){e.extend(this,t),this.legendHitBoxes=[],this.doughnutMode=!1},beforeUpdate:a,update:function(t,e,a){var i=this;return i.beforeUpdate(),i.maxWidth=t,i.maxHeight=e,i.margins=a,i.beforeSetDimensions(),i.setDimensions(),i.afterSetDimensions(),i.beforeBuildLabels(),i.buildLabels(),i.afterBuildLabels(),i.beforeFit(),i.fit(),i.afterFit(),i.afterUpdate(),i.minSize},afterUpdate:a,beforeSetDimensions:a,setDimensions:function(){var t=this;t.isHorizontal()?(t.width=t.maxWidth,t.left=0,t.right=t.width):(t.height=t.maxHeight,t.top=0,t.bottom=t.height),t.paddingLeft=0,t.paddingTop=0,t.paddingRight=0,t.paddingBottom=0,t.minSize={width:0,height:0}},afterSetDimensions:a,beforeBuildLabels:a,buildLabels:function(){var t=this;t.legendItems=t.options.labels.generateLabels.call(t,t.chart),t.options.reverse&&t.legendItems.reverse()},afterBuildLabels:a,beforeFit:a,fit:function(){var a=this,i=a.options,n=i.labels,o=i.display,r=a.ctx,l=t.defaults.global,s=e.getValueOrDefault,d=s(n.fontSize,l.defaultFontSize),u=s(n.fontStyle,l.defaultFontStyle),c=s(n.fontFamily,l.defaultFontFamily),h=e.fontString(d,u,c),f=a.legendHitBoxes=[],g=a.minSize,p=a.isHorizontal();if(p?(g.width=a.maxWidth,g.height=o?10:0):(g.width=o?10:0,g.height=a.maxHeight),o)if(r.font=h,p){var m=a.lineWidths=[0],b=a.legendItems.length?d+n.padding:0;r.textAlign="left",r.textBaseline="top",e.each(a.legendItems,function(t,e){var i=n.usePointStyle?d*Math.sqrt(2):n.boxWidth,o=i+d/2+r.measureText(t.text).width;m[m.length-1]+o+n.padding>=a.width&&(b+=d+n.padding,m[m.length]=a.left),f[e]={left:0,top:0,width:o,height:d},m[m.length-1]+=o+n.padding}),g.height+=b}else{var v=n.padding,x=a.columnWidths=[],y=n.padding,k=0,S=0,w=d+v;e.each(a.legendItems,function(t,e){var a=n.usePointStyle?2*n.boxWidth:n.boxWidth,i=a+d/2+r.measureText(t.text).width;S+w>g.height&&(y+=k+n.padding,x.push(k),k=0,S=0),k=Math.max(k,i),S+=w,f[e]={left:0,top:0,width:i,height:d}}),y+=k,x.push(k),g.width+=y}a.width=g.width,a.height=g.height},afterFit:a,isHorizontal:function(){return"top"===this.options.position||"bottom"===this.options.position},draw:function(){var a=this,i=a.options,n=i.labels,o=t.defaults.global,r=o.elements.line,l=a.width,s=a.lineWidths;if(i.display){var d,u=a.ctx,c=e.getValueOrDefault,h=c(n.fontColor,o.defaultFontColor),f=c(n.fontSize,o.defaultFontSize),g=c(n.fontStyle,o.defaultFontStyle),p=c(n.fontFamily,o.defaultFontFamily),m=e.fontString(f,g,p);u.textAlign="left",u.textBaseline="top",u.lineWidth=.5,u.strokeStyle=h,u.fillStyle=h,u.font=m;var b=n.boxWidth,v=a.legendHitBoxes,x=function(e,a,n){if(!(isNaN(b)||0>=b)){u.save(),u.fillStyle=c(n.fillStyle,o.defaultColor),u.lineCap=c(n.lineCap,r.borderCapStyle),u.lineDashOffset=c(n.lineDashOffset,r.borderDashOffset),u.lineJoin=c(n.lineJoin,r.borderJoinStyle),u.lineWidth=c(n.lineWidth,r.borderWidth),u.strokeStyle=c(n.strokeStyle,o.defaultColor);var l=0===c(n.lineWidth,r.borderWidth);if(u.setLineDash&&u.setLineDash(c(n.lineDash,r.borderDash)),i.labels&&i.labels.usePointStyle){var s=f*Math.SQRT2/2,d=s/Math.SQRT2,h=e+d,g=a+d;t.canvasHelpers.drawPoint(u,n.pointStyle,s,h,g)}else l||u.strokeRect(e,a,b,f),u.fillRect(e,a,b,f);u.restore()}},y=function(t,e,a,i){u.fillText(a.text,b+f/2+t,e),a.hidden&&(u.beginPath(),u.lineWidth=2,u.moveTo(b+f/2+t,e+f/2),u.lineTo(b+f/2+t+i,e+f/2),u.stroke())},k=a.isHorizontal();d=k?{x:a.left+(l-s[0])/2,y:a.top+n.padding,line:0}:{x:a.left+n.padding,y:a.top+n.padding,line:0};var S=f+n.padding;e.each(a.legendItems,function(t,e){var i=u.measureText(t.text).width,o=n.usePointStyle?f+f/2+i:b+f/2+i,r=d.x,c=d.y;k?r+o>=l&&(c=d.y+=S,d.line++,r=d.x=a.left+(l-s[d.line])/2):c+S>a.bottom&&(r=d.x=r+a.columnWidths[d.line]+n.padding,c=d.y=a.top,d.line++),x(r,c,t),v[e].left=r,v[e].top=c,y(r,c,t,i),k?d.x+=o+n.padding:d.y+=S})}},handleEvent:function(t){var a=this,i=a.options,n="mouseup"===t.type?"click":t.type;if("mousemove"===n){if(!i.onHover)return}else{if("click"!==n)return;if(!i.onClick)return}var o=e.getRelativePosition(t,a.chart.chart),r=o.x,l=o.y;if(r>=a.left&&r<=a.right&&l>=a.top&&l<=a.bottom)for(var s=a.legendHitBoxes,d=0;d<s.length;++d){var u=s[d];if(r>=u.left&&r<=u.left+u.width&&l>=u.top&&l<=u.top+u.height){if("click"===n){i.onClick.call(a,t,a.legendItems[d]);break}if("mousemove"===n){i.onHover.call(a,t,a.legendItems[d]);break}}}}}),t.plugins.register({beforeInit:function(e){var a=e.options,i=a.legend;i&&(e.legend=new t.Legend({ctx:e.chart.ctx,options:i,chart:e}),t.layoutService.addBox(e,e.legend))}})}},{}],30:[function(t,e,a){"use strict";e.exports=function(t){var e=t.helpers.noop;t.plugins={_plugins:[],register:function(t){var e=this._plugins;[].concat(t).forEach(function(t){-1===e.indexOf(t)&&e.push(t)})},unregister:function(t){var e=this._plugins;[].concat(t).forEach(function(t){var a=e.indexOf(t);-1!==a&&e.splice(a,1)})},clear:function(){this._plugins=[]},count:function(){return this._plugins.length},getAll:function(){return this._plugins},notify:function(t,e){var a,i,n=this._plugins,o=n.length;for(a=0;o>a;++a)if(i=n[a],"function"==typeof i[t]&&i[t].apply(i,e||[])===!1)return!1;return!0}},t.PluginBase=t.Element.extend({beforeInit:e,afterInit:e,beforeUpdate:e,afterUpdate:e,beforeDraw:e,afterDraw:e,destroy:e}),t.pluginService=t.plugins}},{}],31:[function(t,e,a){"use strict";e.exports=function(t){var e=t.helpers;t.defaults.scale={display:!0,position:"left",gridLines:{display:!0,color:"rgba(0, 0, 0, 0.1)",lineWidth:1,drawBorder:!0,drawOnChartArea:!0,drawTicks:!0,tickMarkLength:10,zeroLineWidth:1,zeroLineColor:"rgba(0,0,0,0.25)",offsetGridLines:!1,borderDash:[],borderDashOffset:0},scaleLabel:{labelString:"",display:!1},ticks:{beginAtZero:!1,minRotation:0,maxRotation:50,mirror:!1,padding:10,reverse:!1,display:!0,autoSkip:!0,autoSkipPadding:0,labelOffset:0,callback:function(t){return e.isArray(t)?t:""+t}}},t.Scale=t.Element.extend({beforeUpdate:function(){e.callCallback(this.options.beforeUpdate,[this])},update:function(t,a,i){var n=this;return n.beforeUpdate(),n.maxWidth=t,n.maxHeight=a,n.margins=e.extend({left:0,right:0,top:0,bottom:0},i),n.beforeSetDimensions(),n.setDimensions(),n.afterSetDimensions(),n.beforeDataLimits(),n.determineDataLimits(),n.afterDataLimits(),n.beforeBuildTicks(),n.buildTicks(),n.afterBuildTicks(),n.beforeTickToLabelConversion(),n.convertTicksToLabels(),n.afterTickToLabelConversion(),n.beforeCalculateTickRotation(),n.calculateTickRotation(),n.afterCalculateTickRotation(),n.beforeFit(),n.fit(),n.afterFit(),n.afterUpdate(),n.minSize},afterUpdate:function(){e.callCallback(this.options.afterUpdate,[this])},beforeSetDimensions:function(){e.callCallback(this.options.beforeSetDimensions,[this])},setDimensions:function(){var t=this;t.isHorizontal()?(t.width=t.maxWidth,t.left=0,t.right=t.width):(t.height=t.maxHeight,t.top=0,t.bottom=t.height),t.paddingLeft=0,t.paddingTop=0,t.paddingRight=0,t.paddingBottom=0},afterSetDimensions:function(){e.callCallback(this.options.afterSetDimensions,[this])},beforeDataLimits:function(){e.callCallback(this.options.beforeDataLimits,[this])},determineDataLimits:e.noop,afterDataLimits:function(){e.callCallback(this.options.afterDataLimits,[this]); -},beforeBuildTicks:function(){e.callCallback(this.options.beforeBuildTicks,[this])},buildTicks:e.noop,afterBuildTicks:function(){e.callCallback(this.options.afterBuildTicks,[this])},beforeTickToLabelConversion:function(){e.callCallback(this.options.beforeTickToLabelConversion,[this])},convertTicksToLabels:function(){var t=this;t.ticks=t.ticks.map(function(e,a,i){return t.options.ticks.userCallback?t.options.ticks.userCallback(e,a,i):t.options.ticks.callback(e,a,i)},t)},afterTickToLabelConversion:function(){e.callCallback(this.options.afterTickToLabelConversion,[this])},beforeCalculateTickRotation:function(){e.callCallback(this.options.beforeCalculateTickRotation,[this])},calculateTickRotation:function(){var a=this,i=a.ctx,n=t.defaults.global,o=a.options.ticks,r=e.getValueOrDefault(o.fontSize,n.defaultFontSize),l=e.getValueOrDefault(o.fontStyle,n.defaultFontStyle),s=e.getValueOrDefault(o.fontFamily,n.defaultFontFamily),d=e.fontString(r,l,s);i.font=d;var u,c=i.measureText(a.ticks[0]).width,h=i.measureText(a.ticks[a.ticks.length-1]).width;if(a.labelRotation=o.minRotation||0,a.paddingRight=0,a.paddingLeft=0,a.options.display&&a.isHorizontal()){a.paddingRight=h/2+3,a.paddingLeft=c/2+3,a.longestTextCache||(a.longestTextCache={});for(var f,g,p=e.longestText(i,d,a.ticks,a.longestTextCache),m=p,b=a.getPixelForTick(1)-a.getPixelForTick(0)-6;m>b&&a.labelRotation<o.maxRotation;){if(f=Math.cos(e.toRadians(a.labelRotation)),g=Math.sin(e.toRadians(a.labelRotation)),u=f*c,u+r/2>a.yLabelWidth&&(a.paddingLeft=u+r/2),a.paddingRight=r/2,g*p>a.maxHeight){a.labelRotation--;break}a.labelRotation++,m=f*p}}a.margins&&(a.paddingLeft=Math.max(a.paddingLeft-a.margins.left,0),a.paddingRight=Math.max(a.paddingRight-a.margins.right,0))},afterCalculateTickRotation:function(){e.callCallback(this.options.afterCalculateTickRotation,[this])},beforeFit:function(){e.callCallback(this.options.beforeFit,[this])},fit:function(){var a=this,i=a.minSize={width:0,height:0},n=a.options,o=t.defaults.global,r=n.ticks,l=n.scaleLabel,s=n.gridLines,d=n.display,u=a.isHorizontal(),c=e.getValueOrDefault(r.fontSize,o.defaultFontSize),h=e.getValueOrDefault(r.fontStyle,o.defaultFontStyle),f=e.getValueOrDefault(r.fontFamily,o.defaultFontFamily),g=e.fontString(c,h,f),p=e.getValueOrDefault(l.fontSize,o.defaultFontSize),m=n.gridLines.tickMarkLength;if(u?i.width=a.isFullWidth()?a.maxWidth-a.margins.left-a.margins.right:a.maxWidth:i.width=d&&s.drawTicks?m:0,u?i.height=d&&s.drawTicks?m:0:i.height=a.maxHeight,l.display&&d&&(u?i.height+=1.5*p:i.width+=1.5*p),r.display&&d){a.longestTextCache||(a.longestTextCache={});var b=e.longestText(a.ctx,g,a.ticks,a.longestTextCache),v=e.numberOfLabelLines(a.ticks),x=.5*c;if(u){a.longestLabelWidth=b;var y=Math.sin(e.toRadians(a.labelRotation))*a.longestLabelWidth+c*v+x*v;i.height=Math.min(a.maxHeight,i.height+y),a.ctx.font=g;var k=a.ctx.measureText(a.ticks[0]).width,S=a.ctx.measureText(a.ticks[a.ticks.length-1]).width,w=Math.cos(e.toRadians(a.labelRotation)),C=Math.sin(e.toRadians(a.labelRotation));a.paddingLeft=0!==a.labelRotation?w*k+3:k/2+3,a.paddingRight=0!==a.labelRotation?C*(c/2)+3:S/2+3}else{var M=a.maxWidth-i.width,D=r.mirror;D?b=0:b+=a.options.ticks.padding,M>b?i.width+=b:i.width=a.maxWidth,a.paddingTop=c/2,a.paddingBottom=c/2}}a.margins&&(a.paddingLeft=Math.max(a.paddingLeft-a.margins.left,0),a.paddingTop=Math.max(a.paddingTop-a.margins.top,0),a.paddingRight=Math.max(a.paddingRight-a.margins.right,0),a.paddingBottom=Math.max(a.paddingBottom-a.margins.bottom,0)),a.width=i.width,a.height=i.height},afterFit:function(){e.callCallback(this.options.afterFit,[this])},isHorizontal:function(){return"top"===this.options.position||"bottom"===this.options.position},isFullWidth:function(){return this.options.fullWidth},getRightValue:function(t){return null===t||"undefined"==typeof t?NaN:"number"==typeof t&&isNaN(t)?NaN:"object"==typeof t?t instanceof Date||t.isValid?t:this.getRightValue(this.isHorizontal()?t.x:t.y):t},getLabelForIndex:e.noop,getPixelForValue:e.noop,getValueForPixel:e.noop,getPixelForTick:function(t,e){var a=this;if(a.isHorizontal()){var i=a.width-(a.paddingLeft+a.paddingRight),n=i/Math.max(a.ticks.length-(a.options.gridLines.offsetGridLines?0:1),1),o=n*t+a.paddingLeft;e&&(o+=n/2);var r=a.left+Math.round(o);return r+=a.isFullWidth()?a.margins.left:0}var l=a.height-(a.paddingTop+a.paddingBottom);return a.top+t*(l/(a.ticks.length-1))},getPixelForDecimal:function(t){var e=this;if(e.isHorizontal()){var a=e.width-(e.paddingLeft+e.paddingRight),i=a*t+e.paddingLeft,n=e.left+Math.round(i);return n+=e.isFullWidth()?e.margins.left:0}return e.top+t*e.height},getBasePixel:function(){var t=this,e=t.min,a=t.max;return t.getPixelForValue(t.beginAtZero?0:0>e&&0>a?a:e>0&&a>0?e:0)},draw:function(a){var i=this,n=i.options;if(n.display){var o,r,l=i.ctx,s=t.defaults.global,d=n.ticks,u=n.gridLines,c=n.scaleLabel,h=0!==i.labelRotation,f=d.autoSkip,g=i.isHorizontal();d.maxTicksLimit&&(r=d.maxTicksLimit);var p=e.getValueOrDefault(d.fontColor,s.defaultFontColor),m=e.getValueOrDefault(d.fontSize,s.defaultFontSize),b=e.getValueOrDefault(d.fontStyle,s.defaultFontStyle),v=e.getValueOrDefault(d.fontFamily,s.defaultFontFamily),x=e.fontString(m,b,v),y=u.tickMarkLength,k=e.getValueOrDefault(u.borderDash,s.borderDash),S=e.getValueOrDefault(u.borderDashOffset,s.borderDashOffset),w=e.getValueOrDefault(c.fontColor,s.defaultFontColor),C=e.getValueOrDefault(c.fontSize,s.defaultFontSize),M=e.getValueOrDefault(c.fontStyle,s.defaultFontStyle),D=e.getValueOrDefault(c.fontFamily,s.defaultFontFamily),I=e.fontString(C,M,D),A=e.toRadians(i.labelRotation),T=Math.cos(A),P=i.longestLabelWidth*T;l.fillStyle=p;var F=[];if(g){if(o=!1,h&&(P/=2),(P+d.autoSkipPadding)*i.ticks.length>i.width-(i.paddingLeft+i.paddingRight)&&(o=1+Math.floor((P+d.autoSkipPadding)*i.ticks.length/(i.width-(i.paddingLeft+i.paddingRight)))),r&&i.ticks.length>r)for(;!o||i.ticks.length/(o||1)>r;)o||(o=1),o+=1;f||(o=!1)}var R="right"===n.position?i.left:i.right-y,_="right"===n.position?i.left+y:i.right,V="bottom"===n.position?i.top:i.bottom-y,L="bottom"===n.position?i.top+y:i.bottom;if(e.each(i.ticks,function(t,r){if(void 0!==t&&null!==t){var l=i.ticks.length===r+1,s=o>1&&r%o>0||r%o===0&&r+o>=i.ticks.length;if((!s||l)&&void 0!==t&&null!==t){var c,f;r===("undefined"!=typeof i.zeroLineIndex?i.zeroLineIndex:0)?(c=u.zeroLineWidth,f=u.zeroLineColor):(c=e.getValueAtIndexOrDefault(u.lineWidth,r),f=e.getValueAtIndexOrDefault(u.color,r));var p,m,b,v,x,w,C,M,D,I,T="middle",P="middle";if(g){h||(P="top"===n.position?"bottom":"top"),T=h?"right":"center";var O=i.getPixelForTick(r)+e.aliasPixel(c);D=i.getPixelForTick(r,u.offsetGridLines)+d.labelOffset,I=h?i.top+12:"top"===n.position?i.bottom-y:i.top+y,p=b=x=C=O,m=V,v=L,w=a.top,M=a.bottom}else{"left"===n.position?d.mirror?(D=i.right+d.padding,T="left"):(D=i.right-d.padding,T="right"):d.mirror?(D=i.left-d.padding,T="right"):(D=i.left+d.padding,T="left");var B=i.getPixelForTick(r);B+=e.aliasPixel(c),I=i.getPixelForTick(r,u.offsetGridLines),p=R,b=_,x=a.left,C=a.right,m=v=w=M=B}F.push({tx1:p,ty1:m,tx2:b,ty2:v,x1:x,y1:w,x2:C,y2:M,labelX:D,labelY:I,glWidth:c,glColor:f,glBorderDash:k,glBorderDashOffset:S,rotation:-1*A,label:t,textBaseline:P,textAlign:T})}}}),e.each(F,function(t){if(u.display&&(l.save(),l.lineWidth=t.glWidth,l.strokeStyle=t.glColor,l.setLineDash&&(l.setLineDash(t.glBorderDash),l.lineDashOffset=t.glBorderDashOffset),l.beginPath(),u.drawTicks&&(l.moveTo(t.tx1,t.ty1),l.lineTo(t.tx2,t.ty2)),u.drawOnChartArea&&(l.moveTo(t.x1,t.y1),l.lineTo(t.x2,t.y2)),l.stroke(),l.restore()),d.display){l.save(),l.translate(t.labelX,t.labelY),l.rotate(t.rotation),l.font=x,l.textBaseline=t.textBaseline,l.textAlign=t.textAlign;var a=t.label;if(e.isArray(a))for(var i=0,n=-(a.length-1)*m*.75;i<a.length;++i)l.fillText(""+a[i],0,n),n+=1.5*m;else l.fillText(a,0,0);l.restore()}}),c.display){var O,B,W=0;if(g)O=i.left+(i.right-i.left)/2,B="bottom"===n.position?i.bottom-C/2:i.top+C/2;else{var z="left"===n.position;O=z?i.left+C/2:i.right-C/2,B=i.top+(i.bottom-i.top)/2,W=z?-.5*Math.PI:.5*Math.PI}l.save(),l.translate(O,B),l.rotate(W),l.textAlign="center",l.textBaseline="middle",l.fillStyle=w,l.font=I,l.fillText(c.labelString,0,0),l.restore()}if(u.drawBorder){l.lineWidth=e.getValueAtIndexOrDefault(u.lineWidth,0),l.strokeStyle=e.getValueAtIndexOrDefault(u.color,0);var N=i.left,H=i.right,E=i.top,U=i.bottom,q=e.aliasPixel(l.lineWidth);g?(E=U="top"===n.position?i.bottom:i.top,E+=q,U+=q):(N=H="left"===n.position?i.right:i.left,N+=q,H+=q),l.beginPath(),l.moveTo(N,E),l.lineTo(H,U),l.stroke()}}}})}},{}],32:[function(t,e,a){"use strict";e.exports=function(t){var e=t.helpers;t.scaleService={constructors:{},defaults:{},registerScaleType:function(t,a,i){this.constructors[t]=a,this.defaults[t]=e.clone(i)},getScaleConstructor:function(t){return this.constructors.hasOwnProperty(t)?this.constructors[t]:void 0},getScaleDefaults:function(a){return this.defaults.hasOwnProperty(a)?e.scaleMerge(t.defaults.scale,this.defaults[a]):{}},updateScaleDefaults:function(t,a){var i=this.defaults;i.hasOwnProperty(t)&&(i[t]=e.extend(i[t],a))},addScalesToLayout:function(a){e.each(a.scales,function(e){t.layoutService.addBox(a,e)})}}}},{}],33:[function(t,e,a){"use strict";e.exports=function(t){var e=t.helpers;t.defaults.global.title={display:!1,position:"top",fullWidth:!0,fontStyle:"bold",padding:10,text:""};var a=e.noop;t.Title=t.Element.extend({initialize:function(a){var i=this;e.extend(i,a),i.options=e.configMerge(t.defaults.global.title,a.options),i.legendHitBoxes=[]},beforeUpdate:function(){var a=this.chart.options;a&&a.title&&(this.options=e.configMerge(t.defaults.global.title,a.title))},update:function(t,e,a){var i=this;return i.beforeUpdate(),i.maxWidth=t,i.maxHeight=e,i.margins=a,i.beforeSetDimensions(),i.setDimensions(),i.afterSetDimensions(),i.beforeBuildLabels(),i.buildLabels(),i.afterBuildLabels(),i.beforeFit(),i.fit(),i.afterFit(),i.afterUpdate(),i.minSize},afterUpdate:a,beforeSetDimensions:a,setDimensions:function(){var t=this;t.isHorizontal()?(t.width=t.maxWidth,t.left=0,t.right=t.width):(t.height=t.maxHeight,t.top=0,t.bottom=t.height),t.paddingLeft=0,t.paddingTop=0,t.paddingRight=0,t.paddingBottom=0,t.minSize={width:0,height:0}},afterSetDimensions:a,beforeBuildLabels:a,buildLabels:a,afterBuildLabels:a,beforeFit:a,fit:function(){var a=this,i=e.getValueOrDefault,n=a.options,o=t.defaults.global,r=n.display,l=i(n.fontSize,o.defaultFontSize),s=a.minSize;a.isHorizontal()?(s.width=a.maxWidth,s.height=r?l+2*n.padding:0):(s.width=r?l+2*n.padding:0,s.height=a.maxHeight),a.width=s.width,a.height=s.height},afterFit:a,isHorizontal:function(){var t=this.options.position;return"top"===t||"bottom"===t},draw:function(){var a=this,i=a.ctx,n=e.getValueOrDefault,o=a.options,r=t.defaults.global;if(o.display){var l,s,d=n(o.fontSize,r.defaultFontSize),u=n(o.fontStyle,r.defaultFontStyle),c=n(o.fontFamily,r.defaultFontFamily),h=e.fontString(d,u,c),f=0,g=a.top,p=a.left,m=a.bottom,b=a.right;i.fillStyle=n(o.fontColor,r.defaultFontColor),i.font=h,a.isHorizontal()?(l=p+(b-p)/2,s=g+(m-g)/2):(l="left"===o.position?p+d/2:b-d/2,s=g+(m-g)/2,f=Math.PI*("left"===o.position?-.5:.5)),i.save(),i.translate(l,s),i.rotate(f),i.textAlign="center",i.textBaseline="middle",i.fillText(o.text,0,0),i.restore()}}}),t.plugins.register({beforeInit:function(e){var a=e.options,i=a.title;i&&(e.titleBlock=new t.Title({ctx:e.chart.ctx,options:i,chart:e}),t.layoutService.addBox(e,e.titleBlock))}})}},{}],34:[function(t,e,a){"use strict";e.exports=function(t){function e(t,e){return e&&(n.isArray(e)?Array.prototype.push.apply(t,e):t.push(e)),t}function a(t){if(!t.length)return!1;var e,a,i=[],n=[];for(e=0,a=t.length;a>e;++e){var o=t[e];if(o&&o.hasValue()){var r=o.tooltipPosition();i.push(r.x),n.push(r.y)}}var l=0,s=0;for(e=0;e<i.length;++e)i[e]&&(l+=i[e],s+=n[e]);return{x:Math.round(l/i.length),y:Math.round(s/i.length)}}function i(t){var e=t._xScale,a=t._yScale||t._scale,i=t._index,n=t._datasetIndex;return{xLabel:e?e.getLabelForIndex(i,n):"",yLabel:a?a.getLabelForIndex(i,n):"",index:i,datasetIndex:n}}var n=t.helpers;t.defaults.global.tooltips={enabled:!0,custom:null,mode:"single",backgroundColor:"rgba(0,0,0,0.8)",titleFontStyle:"bold",titleSpacing:2,titleMarginBottom:6,titleFontColor:"#fff",titleAlign:"left",bodySpacing:2,bodyFontColor:"#fff",bodyAlign:"left",footerFontStyle:"bold",footerSpacing:2,footerMarginTop:6,footerFontColor:"#fff",footerAlign:"left",yPadding:6,xPadding:6,yAlign:"center",xAlign:"center",caretSize:5,cornerRadius:6,multiKeyBackground:"#fff",callbacks:{beforeTitle:n.noop,title:function(t,e){var a="",i=e.labels,n=i?i.length:0;if(t.length>0){var o=t[0];o.xLabel?a=o.xLabel:n>0&&o.index<n&&(a=i[o.index])}return a},afterTitle:n.noop,beforeBody:n.noop,beforeLabel:n.noop,label:function(t,e){var a=e.datasets[t.datasetIndex].label||"";return a+": "+t.yLabel},labelColor:function(t,e){var a=e.getDatasetMeta(t.datasetIndex),i=a.data[t.index],n=i._view;return{borderColor:n.borderColor,backgroundColor:n.backgroundColor}},afterLabel:n.noop,afterBody:n.noop,beforeFooter:n.noop,footer:n.noop,afterFooter:n.noop}},t.Tooltip=t.Element.extend({initialize:function(){var e=this,a=t.defaults.global,i=e._options,o=n.getValueOrDefault;n.extend(e,{_model:{xPadding:i.xPadding,yPadding:i.yPadding,xAlign:i.xAlign,yAlign:i.yAlign,bodyFontColor:i.bodyFontColor,_bodyFontFamily:o(i.bodyFontFamily,a.defaultFontFamily),_bodyFontStyle:o(i.bodyFontStyle,a.defaultFontStyle),_bodyAlign:i.bodyAlign,bodyFontSize:o(i.bodyFontSize,a.defaultFontSize),bodySpacing:i.bodySpacing,titleFontColor:i.titleFontColor,_titleFontFamily:o(i.titleFontFamily,a.defaultFontFamily),_titleFontStyle:o(i.titleFontStyle,a.defaultFontStyle),titleFontSize:o(i.titleFontSize,a.defaultFontSize),_titleAlign:i.titleAlign,titleSpacing:i.titleSpacing,titleMarginBottom:i.titleMarginBottom,footerFontColor:i.footerFontColor,_footerFontFamily:o(i.footerFontFamily,a.defaultFontFamily),_footerFontStyle:o(i.footerFontStyle,a.defaultFontStyle),footerFontSize:o(i.footerFontSize,a.defaultFontSize),_footerAlign:i.footerAlign,footerSpacing:i.footerSpacing,footerMarginTop:i.footerMarginTop,caretSize:i.caretSize,cornerRadius:i.cornerRadius,backgroundColor:i.backgroundColor,opacity:0,legendColorBackground:i.multiKeyBackground}})},getTitle:function(){var t=this,a=t._options,i=a.callbacks,n=i.beforeTitle.apply(t,arguments),o=i.title.apply(t,arguments),r=i.afterTitle.apply(t,arguments),l=[];return l=e(l,n),l=e(l,o),l=e(l,r)},getBeforeBody:function(){var t=this._options.callbacks.beforeBody.apply(this,arguments);return n.isArray(t)?t:void 0!==t?[t]:[]},getBody:function(t,a){var i=this,o=i._options.callbacks,r=[];return n.each(t,function(t){var n={before:[],lines:[],after:[]};e(n.before,o.beforeLabel.call(i,t,a)),e(n.lines,o.label.call(i,t,a)),e(n.after,o.afterLabel.call(i,t,a)),r.push(n)}),r},getAfterBody:function(){var t=this._options.callbacks.afterBody.apply(this,arguments);return n.isArray(t)?t:void 0!==t?[t]:[]},getFooter:function(){var t=this,a=t._options.callbacks,i=a.beforeFooter.apply(t,arguments),n=a.footer.apply(t,arguments),o=a.afterFooter.apply(t,arguments),r=[];return r=e(r,i),r=e(r,n),r=e(r,o)},update:function(t){var e,o,r=this,l=r._options,s=r._model,d=r._active,u=r._data,c=r._chartInstance;if(d.length){s.opacity=1;var h=[],f=a(d),g=[];for(e=0,o=d.length;o>e;++e)g.push(i(d[e]));l.itemSort&&(g=g.sort(function(t,e){return l.itemSort(t,e,u)})),d.length>1&&n.each(g,function(t){h.push(l.callbacks.labelColor.call(r,t,c))}),n.extend(s,{title:r.getTitle(g,u),beforeBody:r.getBeforeBody(g,u),body:r.getBody(g,u),afterBody:r.getAfterBody(g,u),footer:r.getFooter(g,u),x:Math.round(f.x),y:Math.round(f.y),caretPadding:n.getValueOrDefault(f.padding,2),labelColors:h});var p=r.getTooltipSize(s);r.determineAlignment(p),n.extend(s,r.getBackgroundPoint(s,p))}else r._model.opacity=0;return t&&l.custom&&l.custom.call(r,s),r},getTooltipSize:function(t){var e=this._chart.ctx,a={height:2*t.yPadding,width:0},i=t.body,o=i.reduce(function(t,e){return t+e.before.length+e.lines.length+e.after.length},0);o+=t.beforeBody.length+t.afterBody.length;var r=t.title.length,l=t.footer.length,s=t.titleFontSize,d=t.bodyFontSize,u=t.footerFontSize;a.height+=r*s,a.height+=(r-1)*t.titleSpacing,a.height+=r?t.titleMarginBottom:0,a.height+=o*d,a.height+=o?(o-1)*t.bodySpacing:0,a.height+=l?t.footerMarginTop:0,a.height+=l*u,a.height+=l?(l-1)*t.footerSpacing:0;var c=0,h=function(t){a.width=Math.max(a.width,e.measureText(t).width+c)};return e.font=n.fontString(s,t._titleFontStyle,t._titleFontFamily),n.each(t.title,h),e.font=n.fontString(d,t._bodyFontStyle,t._bodyFontFamily),n.each(t.beforeBody.concat(t.afterBody),h),c=i.length>1?d+2:0,n.each(i,function(t){n.each(t.before,h),n.each(t.lines,h),n.each(t.after,h)}),c=0,e.font=n.fontString(u,t._footerFontStyle,t._footerFontFamily),n.each(t.footer,h),a.width+=2*t.xPadding,a},determineAlignment:function(t){var e=this,a=e._model,i=e._chart,n=e._chartInstance.chartArea;a.y<t.height?a.yAlign="top":a.y>i.height-t.height&&(a.yAlign="bottom");var o,r,l,s,d,u=(n.left+n.right)/2,c=(n.top+n.bottom)/2;"center"===a.yAlign?(o=function(t){return u>=t},r=function(t){return t>u}):(o=function(e){return e<=t.width/2},r=function(e){return e>=i.width-t.width/2}),l=function(e){return e+t.width>i.width},s=function(e){return e-t.width<0},d=function(t){return c>=t?"top":"bottom"},o(a.x)?(a.xAlign="left",l(a.x)&&(a.xAlign="center",a.yAlign=d(a.y))):r(a.x)&&(a.xAlign="right",s(a.x)&&(a.xAlign="center",a.yAlign=d(a.y)))},getBackgroundPoint:function(t,e){var a={x:t.x,y:t.y},i=t.caretSize,n=t.caretPadding,o=t.cornerRadius,r=t.xAlign,l=t.yAlign,s=i+n,d=o+n;return"right"===r?a.x-=e.width:"center"===r&&(a.x-=e.width/2),"top"===l?a.y+=s:"bottom"===l?a.y-=e.height+s:a.y-=e.height/2,"center"===l?"left"===r?a.x+=s:"right"===r&&(a.x-=s):"left"===r?a.x-=d:"right"===r&&(a.x+=d),a},drawCaret:function(t,e,a){var i,o,r,l,s,d,u=this._view,c=this._chart.ctx,h=u.caretSize,f=u.cornerRadius,g=u.xAlign,p=u.yAlign,m=t.x,b=t.y,v=e.width,x=e.height;"center"===p?("left"===g?(i=m,o=i-h,r=i):(i=m+v,o=i+h,r=i),s=b+x/2,l=s-h,d=s+h):("left"===g?(i=m+f,o=i+h,r=o+h):"right"===g?(i=m+v-f,o=i-h,r=o-h):(o=m+v/2,i=o-h,r=o+h),"top"===p?(l=b,s=l-h,d=l):(l=b+x,s=l+h,d=l));var y=n.color(u.backgroundColor);c.fillStyle=y.alpha(a*y.alpha()).rgbString(),c.beginPath(),c.moveTo(i,l),c.lineTo(o,s),c.lineTo(r,d),c.closePath(),c.fill()},drawTitle:function(t,e,a,i){var o=e.title;if(o.length){a.textAlign=e._titleAlign,a.textBaseline="top";var r=e.titleFontSize,l=e.titleSpacing,s=n.color(e.titleFontColor);a.fillStyle=s.alpha(i*s.alpha()).rgbString(),a.font=n.fontString(r,e._titleFontStyle,e._titleFontFamily);var d,u;for(d=0,u=o.length;u>d;++d)a.fillText(o[d],t.x,t.y),t.y+=r+l,d+1===o.length&&(t.y+=e.titleMarginBottom-l)}},drawBody:function(t,e,a,i){var o=e.bodyFontSize,r=e.bodySpacing,l=e.body;a.textAlign=e._bodyAlign,a.textBaseline="top";var s=n.color(e.bodyFontColor),d=s.alpha(i*s.alpha()).rgbString();a.fillStyle=d,a.font=n.fontString(o,e._bodyFontStyle,e._bodyFontFamily);var u=0,c=function(e){a.fillText(e,t.x+u,t.y),t.y+=o+r};n.each(e.beforeBody,c);var h=l.length>1;u=h?o+2:0,n.each(l,function(r,l){n.each(r.before,c),n.each(r.lines,function(r){h&&(a.fillStyle=n.color(e.legendColorBackground).alpha(i).rgbaString(),a.fillRect(t.x,t.y,o,o),a.strokeStyle=n.color(e.labelColors[l].borderColor).alpha(i).rgbaString(),a.strokeRect(t.x,t.y,o,o),a.fillStyle=n.color(e.labelColors[l].backgroundColor).alpha(i).rgbaString(),a.fillRect(t.x+1,t.y+1,o-2,o-2),a.fillStyle=d),c(r)}),n.each(r.after,c)}),u=0,n.each(e.afterBody,c),t.y-=r},drawFooter:function(t,e,a,i){var o=e.footer;if(o.length){t.y+=e.footerMarginTop,a.textAlign=e._footerAlign,a.textBaseline="top";var r=n.color(e.footerFontColor);a.fillStyle=r.alpha(i*r.alpha()).rgbString(),a.font=n.fontString(e.footerFontSize,e._footerFontStyle,e._footerFontFamily),n.each(o,function(i){a.fillText(i,t.x,t.y),t.y+=e.footerFontSize+e.footerSpacing})}},draw:function(){var t=this._chart.ctx,e=this._view;if(0!==e.opacity){var a=this.getTooltipSize(e),i={x:e.x,y:e.y},o=Math.abs(e.opacity<.001)?0:e.opacity;if(this._options.enabled){var r=n.color(e.backgroundColor);t.fillStyle=r.alpha(o*r.alpha()).rgbString(),n.drawRoundedRectangle(t,i.x,i.y,a.width,a.height,e.cornerRadius),t.fill(),this.drawCaret(i,a,o),i.x+=e.xPadding,i.y+=e.yPadding,this.drawTitle(i,e,t,o),this.drawBody(i,e,t,o),this.drawFooter(i,e,t,o)}}}})}},{}],35:[function(t,e,a){"use strict";e.exports=function(t){var e=t.helpers,a=t.defaults.global;a.elements.arc={backgroundColor:a.defaultColor,borderColor:"#fff",borderWidth:2},t.elements.Arc=t.Element.extend({inLabelRange:function(t){var e=this._view;return e?Math.pow(t-e.x,2)<Math.pow(e.radius+e.hoverRadius,2):!1},inRange:function(t,a){var i=this._view;if(i){for(var n=e.getAngleFromPoint(i,{x:t,y:a}),o=n.angle,r=n.distance,l=i.startAngle,s=i.endAngle;l>s;)s+=2*Math.PI;for(;o>s;)o-=2*Math.PI;for(;l>o;)o+=2*Math.PI;var d=o>=l&&s>=o,u=r>=i.innerRadius&&r<=i.outerRadius;return d&&u}return!1},tooltipPosition:function(){var t=this._view,e=t.startAngle+(t.endAngle-t.startAngle)/2,a=(t.outerRadius-t.innerRadius)/2+t.innerRadius;return{x:t.x+Math.cos(e)*a,y:t.y+Math.sin(e)*a}},draw:function(){var t=this._chart.ctx,e=this._view,a=e.startAngle,i=e.endAngle;t.beginPath(),t.arc(e.x,e.y,e.outerRadius,a,i),t.arc(e.x,e.y,e.innerRadius,i,a,!0),t.closePath(),t.strokeStyle=e.borderColor,t.lineWidth=e.borderWidth,t.fillStyle=e.backgroundColor,t.fill(),t.lineJoin="bevel",e.borderWidth&&t.stroke()}})}},{}],36:[function(t,e,a){"use strict";e.exports=function(t){var e=t.helpers,a=t.defaults.global;t.defaults.global.elements.line={tension:.4,backgroundColor:a.defaultColor,borderWidth:3,borderColor:a.defaultColor,borderCapStyle:"butt",borderDash:[],borderDashOffset:0,borderJoinStyle:"miter",capBezierPoints:!0,fill:!0},t.elements.Line=t.Element.extend({draw:function(){function t(t,e){var a=e._view;e._view.steppedLine===!0?(s.lineTo(a.x,t._view.y),s.lineTo(a.x,a.y)):0===e._view.tension?s.lineTo(a.x,a.y):s.bezierCurveTo(t._view.controlPointNextX,t._view.controlPointNextY,a.controlPointPreviousX,a.controlPointPreviousY,a.x,a.y)}var i=this,n=i._view,o=n.spanGaps,r=n.scaleZero,l=i._loop,s=i._chart.ctx;s.save();var d=i._children.slice(),u=-1;l&&d.length&&d.push(d[0]);var c,h,f,g;if(d.length&&n.fill){for(s.beginPath(),c=0;c<d.length;++c)h=d[c],f=e.previousItem(d,c),g=h._view,0===c?(l?s.moveTo(r.x,r.y):s.moveTo(g.x,r),g.skip||(u=c,s.lineTo(g.x,g.y))):(f=-1===u?f:d[u],g.skip?o||u!==c-1||(l?s.lineTo(r.x,r.y):s.lineTo(f._view.x,r)):(u!==c-1?o&&-1!==u?t(f,h):l?s.lineTo(g.x,g.y):(s.lineTo(g.x,r),s.lineTo(g.x,g.y)):t(f,h),u=c));l||-1===u||s.lineTo(d[u]._view.x,r),s.fillStyle=n.backgroundColor||a.defaultColor,s.closePath(),s.fill()}var p=a.elements.line;for(s.lineCap=n.borderCapStyle||p.borderCapStyle,s.setLineDash&&s.setLineDash(n.borderDash||p.borderDash),s.lineDashOffset=n.borderDashOffset||p.borderDashOffset,s.lineJoin=n.borderJoinStyle||p.borderJoinStyle,s.lineWidth=n.borderWidth||p.borderWidth,s.strokeStyle=n.borderColor||a.defaultColor,s.beginPath(),u=-1,c=0;c<d.length;++c)h=d[c],f=e.previousItem(d,c),g=h._view,0===c?g.skip||(s.moveTo(g.x,g.y),u=c):(f=-1===u?f:d[u],g.skip||(u!==c-1&&!o||-1===u?s.moveTo(g.x,g.y):t(f,h),u=c));s.stroke(),s.restore()}})}},{}],37:[function(t,e,a){"use strict";e.exports=function(t){var e=t.helpers,a=t.defaults.global,i=a.defaultColor;a.elements.point={radius:3,pointStyle:"circle",backgroundColor:i,borderWidth:1,borderColor:i,hitRadius:1,hoverRadius:4,hoverBorderWidth:1},t.elements.Point=t.Element.extend({inRange:function(t,e){var a=this._view;return a?Math.pow(t-a.x,2)+Math.pow(e-a.y,2)<Math.pow(a.hitRadius+a.radius,2):!1},inLabelRange:function(t){var e=this._view;return e?Math.pow(t-e.x,2)<Math.pow(e.radius+e.hitRadius,2):!1},tooltipPosition:function(){var t=this._view;return{x:t.x,y:t.y,padding:t.radius+t.borderWidth}},draw:function(){var n=this._view,o=this._chart.ctx,r=n.pointStyle,l=n.radius,s=n.x,d=n.y;n.skip||(o.strokeStyle=n.borderColor||i,o.lineWidth=e.getValueOrDefault(n.borderWidth,a.elements.point.borderWidth),o.fillStyle=n.backgroundColor||i,t.canvasHelpers.drawPoint(o,r,l,s,d))}})}},{}],38:[function(t,e,a){"use strict";e.exports=function(t){var e=t.defaults.global;e.elements.rectangle={backgroundColor:e.defaultColor,borderWidth:0,borderColor:e.defaultColor,borderSkipped:"bottom"},t.elements.Rectangle=t.Element.extend({draw:function(){function t(t){return s[(u+t)%4]}var e=this._chart.ctx,a=this._view,i=a.width/2,n=a.x-i,o=a.x+i,r=a.base-(a.base-a.y),l=a.borderWidth/2;a.borderWidth&&(n+=l,o-=l,r+=l),e.beginPath(),e.fillStyle=a.backgroundColor,e.strokeStyle=a.borderColor,e.lineWidth=a.borderWidth;var s=[[n,a.base],[n,r],[o,r],[o,a.base]],d=["bottom","left","top","right"],u=d.indexOf(a.borderSkipped,0);-1===u&&(u=0),e.moveTo.apply(e,t(0));for(var c=1;4>c;c++)e.lineTo.apply(e,t(c));e.fill(),a.borderWidth&&e.stroke()},height:function(){var t=this._view;return t.base-t.y},inRange:function(t,e){var a=this._view;return a?a.y<a.base?t>=a.x-a.width/2&&t<=a.x+a.width/2&&e>=a.y&&e<=a.base:t>=a.x-a.width/2&&t<=a.x+a.width/2&&e>=a.base&&e<=a.y:!1},inLabelRange:function(t){var e=this._view;return e?t>=e.x-e.width/2&&t<=e.x+e.width/2:!1},tooltipPosition:function(){var t=this._view;return{x:t.x,y:t.y}}})}},{}],39:[function(t,e,a){"use strict";e.exports=function(t){var e=t.helpers,a={position:"bottom"},i=t.Scale.extend({getLabels:function(){var t=this.chart.data;return(this.isHorizontal()?t.xLabels:t.yLabels)||t.labels},determineDataLimits:function(){var t=this,a=t.getLabels();t.minIndex=0,t.maxIndex=a.length-1;var i;void 0!==t.options.ticks.min&&(i=e.indexOf(a,t.options.ticks.min),t.minIndex=-1!==i?i:t.minIndex),void 0!==t.options.ticks.max&&(i=e.indexOf(a,t.options.ticks.max),t.maxIndex=-1!==i?i:t.maxIndex),t.min=a[t.minIndex],t.max=a[t.maxIndex]},buildTicks:function(){var t=this,e=t.getLabels();t.ticks=0===t.minIndex&&t.maxIndex===e.length-1?e:e.slice(t.minIndex,t.maxIndex+1)},getLabelForIndex:function(t,e){var a=this,i=a.chart.data,n=a.isHorizontal();return i.xLabels&&n||i.yLabels&&!n?a.getRightValue(i.datasets[e].data[t]):a.ticks[t]},getPixelForValue:function(t,e,a,i){var n=this,o=Math.max(n.maxIndex+1-n.minIndex-(n.options.gridLines.offsetGridLines?0:1),1);if(void 0!==t&&isNaN(e)){var r=n.getLabels(),l=r.indexOf(t);e=-1!==l?l:e}if(n.isHorizontal()){var s=n.width-(n.paddingLeft+n.paddingRight),d=s/o,u=d*(e-n.minIndex)+n.paddingLeft;return(n.options.gridLines.offsetGridLines&&i||n.maxIndex===n.minIndex&&i)&&(u+=d/2),n.left+Math.round(u)}var c=n.height-(n.paddingTop+n.paddingBottom),h=c/o,f=h*(e-n.minIndex)+n.paddingTop;return n.options.gridLines.offsetGridLines&&i&&(f+=h/2),n.top+Math.round(f)},getPixelForTick:function(t,e){return this.getPixelForValue(this.ticks[t],t+this.minIndex,null,e)},getValueForPixel:function(t){var e,a=this,i=Math.max(a.ticks.length-(a.options.gridLines.offsetGridLines?0:1),1),n=a.isHorizontal(),o=n?a.width-(a.paddingLeft+a.paddingRight):a.height-(a.paddingTop+a.paddingBottom),r=o/i;return t-=n?a.left:a.top,a.options.gridLines.offsetGridLines&&(t-=r/2),t-=n?a.paddingLeft:a.paddingTop,e=0>=t?0:Math.round(t/r)},getBasePixel:function(){return this.bottom}});t.scaleService.registerScaleType("category",i,a)}},{}],40:[function(t,e,a){"use strict";e.exports=function(t){var e=t.helpers,a={position:"left",ticks:{callback:function(t,a,i){var n=i.length>3?i[2]-i[1]:i[1]-i[0];Math.abs(n)>1&&t!==Math.floor(t)&&(n=t-Math.floor(t));var o=e.log10(Math.abs(n)),r="";if(0!==t){var l=-1*Math.floor(o);l=Math.max(Math.min(l,20),0),r=t.toFixed(l)}else r="0";return r}}},i=t.LinearScaleBase.extend({determineDataLimits:function(){function t(t){return l?t.xAxisID===a.id:t.yAxisID===a.id}var a=this,i=a.options,n=a.chart,o=n.data,r=o.datasets,l=a.isHorizontal();if(a.min=null,a.max=null,i.stacked){var s={};e.each(r,function(o,r){var l=n.getDatasetMeta(r);void 0===s[l.type]&&(s[l.type]={positiveValues:[],negativeValues:[]});var d=s[l.type].positiveValues,u=s[l.type].negativeValues;n.isDatasetVisible(r)&&t(l)&&e.each(o.data,function(t,e){var n=+a.getRightValue(t);isNaN(n)||l.data[e].hidden||(d[e]=d[e]||0,u[e]=u[e]||0,i.relativePoints?d[e]=100:0>n?u[e]+=n:d[e]+=n)})}),e.each(s,function(t){var i=t.positiveValues.concat(t.negativeValues),n=e.min(i),o=e.max(i);a.min=null===a.min?n:Math.min(a.min,n),a.max=null===a.max?o:Math.max(a.max,o)})}else e.each(r,function(i,o){var r=n.getDatasetMeta(o);n.isDatasetVisible(o)&&t(r)&&e.each(i.data,function(t,e){var i=+a.getRightValue(t);isNaN(i)||r.data[e].hidden||(null===a.min?a.min=i:i<a.min&&(a.min=i),null===a.max?a.max=i:i>a.max&&(a.max=i))})});this.handleTickRangeOptions()},getTickLimit:function(){var a,i=this,n=i.options.ticks;if(i.isHorizontal())a=Math.min(n.maxTicksLimit?n.maxTicksLimit:11,Math.ceil(i.width/50));else{var o=e.getValueOrDefault(n.fontSize,t.defaults.global.defaultFontSize);a=Math.min(n.maxTicksLimit?n.maxTicksLimit:11,Math.ceil(i.height/(2*o)))}return a},handleDirectionalChanges:function(){this.isHorizontal()||this.ticks.reverse()},getLabelForIndex:function(t,e){return+this.getRightValue(this.chart.data.datasets[e].data[t])},getPixelForValue:function(t){var e,a,i=this,n=i.paddingLeft,o=i.paddingBottom,r=i.start,l=+i.getRightValue(t),s=i.end-r;return i.isHorizontal()?(a=i.width-(n+i.paddingRight),e=i.left+a/s*(l-r),Math.round(e+n)):(a=i.height-(i.paddingTop+o),e=i.bottom-o-a/s*(l-r),Math.round(e))},getValueForPixel:function(t){var e=this,a=e.isHorizontal(),i=e.paddingLeft,n=e.paddingBottom,o=a?e.width-(i+e.paddingRight):e.height-(e.paddingTop+n),r=(a?t-e.left-i:e.bottom-n-t)/o;return e.start+(e.end-e.start)*r},getPixelForTick:function(t){return this.getPixelForValue(this.ticksAsNumbers[t])}});t.scaleService.registerScaleType("linear",i,a)}},{}],41:[function(t,e,a){"use strict";e.exports=function(t){var e=t.helpers,a=e.noop;t.LinearScaleBase=t.Scale.extend({handleTickRangeOptions:function(){var t=this,a=t.options,i=a.ticks;if(i.beginAtZero){var n=e.sign(t.min),o=e.sign(t.max);0>n&&0>o?t.max=0:n>0&&o>0&&(t.min=0)}void 0!==i.min?t.min=i.min:void 0!==i.suggestedMin&&(t.min=Math.min(t.min,i.suggestedMin)),void 0!==i.max?t.max=i.max:void 0!==i.suggestedMax&&(t.max=Math.max(t.max,i.suggestedMax)),t.min===t.max&&(t.max++,i.beginAtZero||t.min--)},getTickLimit:a,handleDirectionalChanges:a,buildTicks:function(){var t=this,a=t.options,i=t.ticks=[],n=a.ticks,o=e.getValueOrDefault,r=t.getTickLimit();r=Math.max(2,r);var l,s=n.fixedStepSize&&n.fixedStepSize>0||n.stepSize&&n.stepSize>0;if(s)l=o(n.fixedStepSize,n.stepSize);else{var d=e.niceNum(t.max-t.min,!1);l=e.niceNum(d/(r-1),!0)}var u=Math.floor(t.min/l)*l,c=Math.ceil(t.max/l)*l,h=(c-u)/l;h=e.almostEquals(h,Math.round(h),l/1e3)?Math.round(h):Math.ceil(h),i.push(void 0!==n.min?n.min:u);for(var f=1;h>f;++f)i.push(u+f*l);i.push(void 0!==n.max?n.max:c),t.handleDirectionalChanges(),t.max=e.max(i),t.min=e.min(i),n.reverse?(i.reverse(),t.start=t.max,t.end=t.min):(t.start=t.min,t.end=t.max)},convertTicksToLabels:function(){var e=this;e.ticksAsNumbers=e.ticks.slice(),e.zeroLineIndex=e.ticks.indexOf(0),t.Scale.prototype.convertTicksToLabels.call(e)}})}},{}],42:[function(t,e,a){"use strict";e.exports=function(t){var e=t.helpers,a={position:"left",ticks:{callback:function(t,a,i){var n=t/Math.pow(10,Math.floor(e.log10(t)));return 0===t?"0":1===n||2===n||5===n||0===a||a===i.length-1?t.toExponential():""}}},i=t.Scale.extend({determineDataLimits:function(){function t(t){return d?t.xAxisID===a.id:t.yAxisID===a.id}var a=this,i=a.options,n=i.ticks,o=a.chart,r=o.data,l=r.datasets,s=e.getValueOrDefault,d=a.isHorizontal();if(a.min=null,a.max=null,a.minNotZero=null,i.stacked){var u={};e.each(l,function(n,r){var l=o.getDatasetMeta(r);o.isDatasetVisible(r)&&t(l)&&(void 0===u[l.type]&&(u[l.type]=[]),e.each(n.data,function(t,e){var n=u[l.type],o=+a.getRightValue(t);isNaN(o)||l.data[e].hidden||(n[e]=n[e]||0,i.relativePoints?n[e]=100:n[e]+=o)}))}),e.each(u,function(t){var i=e.min(t),n=e.max(t);a.min=null===a.min?i:Math.min(a.min,i), -a.max=null===a.max?n:Math.max(a.max,n)})}else e.each(l,function(i,n){var r=o.getDatasetMeta(n);o.isDatasetVisible(n)&&t(r)&&e.each(i.data,function(t,e){var i=+a.getRightValue(t);isNaN(i)||r.data[e].hidden||(null===a.min?a.min=i:i<a.min&&(a.min=i),null===a.max?a.max=i:i>a.max&&(a.max=i),0!==i&&(null===a.minNotZero||i<a.minNotZero)&&(a.minNotZero=i))})});a.min=s(n.min,a.min),a.max=s(n.max,a.max),a.min===a.max&&(0!==a.min&&null!==a.min?(a.min=Math.pow(10,Math.floor(e.log10(a.min))-1),a.max=Math.pow(10,Math.floor(e.log10(a.max))+1)):(a.min=1,a.max=10))},buildTicks:function(){for(var t=this,a=t.options,i=a.ticks,n=e.getValueOrDefault,o=t.ticks=[],r=n(i.min,Math.pow(10,Math.floor(e.log10(t.min))));r<t.max;){o.push(r);var l,s;0===r?(l=Math.floor(e.log10(t.minNotZero)),s=Math.round(t.minNotZero/Math.pow(10,l))):(l=Math.floor(e.log10(r)),s=Math.floor(r/Math.pow(10,l))+1),10===s&&(s=1,++l),r=s*Math.pow(10,l)}var d=n(i.max,r);o.push(d),t.isHorizontal()||o.reverse(),t.max=e.max(o),t.min=e.min(o),i.reverse?(o.reverse(),t.start=t.max,t.end=t.min):(t.start=t.min,t.end=t.max)},convertTicksToLabels:function(){this.tickValues=this.ticks.slice(),t.Scale.prototype.convertTicksToLabels.call(this)},getLabelForIndex:function(t,e){return+this.getRightValue(this.chart.data.datasets[e].data[t])},getPixelForTick:function(t){return this.getPixelForValue(this.tickValues[t])},getPixelForValue:function(t){var a,i,n,o=this,r=o.start,l=+o.getRightValue(t),s=o.paddingTop,d=o.paddingBottom,u=o.paddingLeft,c=o.options,h=c.ticks;return o.isHorizontal()?(n=e.log10(o.end)-e.log10(r),0===l?i=o.left+u:(a=o.width-(u+o.paddingRight),i=o.left+a/n*(e.log10(l)-e.log10(r)),i+=u)):(a=o.height-(s+d),0!==r||h.reverse?0===o.end&&h.reverse?(n=e.log10(o.start)-e.log10(o.minNotZero),i=l===o.end?o.top+s:l===o.minNotZero?o.top+s+.02*a:o.top+s+.02*a+.98*a/n*(e.log10(l)-e.log10(o.minNotZero))):(n=e.log10(o.end)-e.log10(r),a=o.height-(s+d),i=o.bottom-d-a/n*(e.log10(l)-e.log10(r))):(n=e.log10(o.end)-e.log10(o.minNotZero),i=l===r?o.bottom-d:l===o.minNotZero?o.bottom-d-.02*a:o.bottom-d-.02*a-.98*a/n*(e.log10(l)-e.log10(o.minNotZero)))),i},getValueForPixel:function(t){var a,i,n=this,o=e.log10(n.end)-e.log10(n.start);return n.isHorizontal()?(i=n.width-(n.paddingLeft+n.paddingRight),a=n.start*Math.pow(10,(t-n.left-n.paddingLeft)*o/i)):(i=n.height-(n.paddingTop+n.paddingBottom),a=Math.pow(10,(n.bottom-n.paddingBottom-t)*o/i)/n.start),a}});t.scaleService.registerScaleType("logarithmic",i,a)}},{}],43:[function(t,e,a){"use strict";e.exports=function(t){var e=t.helpers,a=t.defaults.global,i={display:!0,animate:!0,lineArc:!1,position:"chartArea",angleLines:{display:!0,color:"rgba(0, 0, 0, 0.1)",lineWidth:1},ticks:{showLabelBackdrop:!0,backdropColor:"rgba(255,255,255,0.75)",backdropPaddingY:2,backdropPaddingX:2},pointLabels:{fontSize:10,callback:function(t){return t}}},n=t.LinearScaleBase.extend({getValueCount:function(){return this.chart.data.labels.length},setDimensions:function(){var t=this,i=t.options,n=i.ticks;t.width=t.maxWidth,t.height=t.maxHeight,t.xCenter=Math.round(t.width/2),t.yCenter=Math.round(t.height/2);var o=e.min([t.height,t.width]),r=e.getValueOrDefault(n.fontSize,a.defaultFontSize);t.drawingArea=i.display?o/2-(r/2+n.backdropPaddingY):o/2},determineDataLimits:function(){var t=this,a=t.chart;t.min=null,t.max=null,e.each(a.data.datasets,function(i,n){if(a.isDatasetVisible(n)){var o=a.getDatasetMeta(n);e.each(i.data,function(e,a){var i=+t.getRightValue(e);isNaN(i)||o.data[a].hidden||(null===t.min?t.min=i:i<t.min&&(t.min=i),null===t.max?t.max=i:i>t.max&&(t.max=i))})}}),t.handleTickRangeOptions()},getTickLimit:function(){var t=this.options.ticks,i=e.getValueOrDefault(t.fontSize,a.defaultFontSize);return Math.min(t.maxTicksLimit?t.maxTicksLimit:11,Math.ceil(this.drawingArea/(1.5*i)))},convertTicksToLabels:function(){var e=this;t.LinearScaleBase.prototype.convertTicksToLabels.call(e),e.pointLabels=e.chart.data.labels.map(e.options.pointLabels.callback,e)},getLabelForIndex:function(t,e){return+this.getRightValue(this.chart.data.datasets[e].data[t])},fit:function(){var t,i,n,o,r,l,s,d,u,c,h,f,g=this.options.pointLabels,p=e.getValueOrDefault(g.fontSize,a.defaultFontSize),m=e.getValueOrDefault(g.fontStyle,a.defaultFontStyle),b=e.getValueOrDefault(g.fontFamily,a.defaultFontFamily),v=e.fontString(p,m,b),x=e.min([this.height/2-p-5,this.width/2]),y=this.width,k=0;for(this.ctx.font=v,i=0;i<this.getValueCount();i++){t=this.getPointPosition(i,x),n=this.ctx.measureText(this.pointLabels[i]?this.pointLabels[i]:"").width+5;var S=this.getIndexAngle(i)+Math.PI/2,w=360*S/(2*Math.PI)%360;0===w||180===w?(o=n/2,t.x+o>y&&(y=t.x+o,r=i),t.x-o<k&&(k=t.x-o,s=i)):180>w?t.x+n>y&&(y=t.x+n,r=i):t.x-n<k&&(k=t.x-n,s=i)}u=k,c=Math.ceil(y-this.width),l=this.getIndexAngle(r),d=this.getIndexAngle(s),h=c/Math.sin(l+Math.PI/2),f=u/Math.sin(d+Math.PI/2),h=e.isNumber(h)?h:0,f=e.isNumber(f)?f:0,this.drawingArea=Math.round(x-(f+h)/2),this.setCenterPoint(f,h)},setCenterPoint:function(t,e){var a=this,i=a.width-e-a.drawingArea,n=t+a.drawingArea;a.xCenter=Math.round((n+i)/2+a.left),a.yCenter=Math.round(a.height/2+a.top)},getIndexAngle:function(t){var e=2*Math.PI/this.getValueCount(),a=this.chart.options&&this.chart.options.startAngle?this.chart.options.startAngle:0,i=a*Math.PI*2/360;return t*e-Math.PI/2+i},getDistanceFromCenterForValue:function(t){var e=this;if(null===t)return 0;var a=e.drawingArea/(e.max-e.min);return e.options.reverse?(e.max-t)*a:(t-e.min)*a},getPointPosition:function(t,e){var a=this,i=a.getIndexAngle(t);return{x:Math.round(Math.cos(i)*e)+a.xCenter,y:Math.round(Math.sin(i)*e)+a.yCenter}},getPointPositionForValue:function(t,e){return this.getPointPosition(t,this.getDistanceFromCenterForValue(e))},getBasePosition:function(){var t=this,e=t.min,a=t.max;return t.getPointPositionForValue(0,t.beginAtZero?0:0>e&&0>a?a:e>0&&a>0?e:0)},draw:function(){var t=this,i=t.options,n=i.gridLines,o=i.ticks,r=i.angleLines,l=i.pointLabels,s=e.getValueOrDefault;if(i.display){var d=t.ctx,u=s(o.fontSize,a.defaultFontSize),c=s(o.fontStyle,a.defaultFontStyle),h=s(o.fontFamily,a.defaultFontFamily),f=e.fontString(u,c,h);if(e.each(t.ticks,function(r,l){if(l>0||i.reverse){var c=t.getDistanceFromCenterForValue(t.ticksAsNumbers[l]),h=t.yCenter-c;if(n.display&&0!==l)if(d.strokeStyle=e.getValueAtIndexOrDefault(n.color,l-1),d.lineWidth=e.getValueAtIndexOrDefault(n.lineWidth,l-1),i.lineArc)d.beginPath(),d.arc(t.xCenter,t.yCenter,c,0,2*Math.PI),d.closePath(),d.stroke();else{d.beginPath();for(var g=0;g<t.getValueCount();g++){var p=t.getPointPosition(g,c);0===g?d.moveTo(p.x,p.y):d.lineTo(p.x,p.y)}d.closePath(),d.stroke()}if(o.display){var m=s(o.fontColor,a.defaultFontColor);if(d.font=f,o.showLabelBackdrop){var b=d.measureText(r).width;d.fillStyle=o.backdropColor,d.fillRect(t.xCenter-b/2-o.backdropPaddingX,h-u/2-o.backdropPaddingY,b+2*o.backdropPaddingX,u+2*o.backdropPaddingY)}d.textAlign="center",d.textBaseline="middle",d.fillStyle=m,d.fillText(r,t.xCenter,h)}}}),!i.lineArc){d.lineWidth=r.lineWidth,d.strokeStyle=r.color;for(var g=t.getDistanceFromCenterForValue(i.reverse?t.min:t.max),p=s(l.fontSize,a.defaultFontSize),m=s(l.fontStyle,a.defaultFontStyle),b=s(l.fontFamily,a.defaultFontFamily),v=e.fontString(p,m,b),x=t.getValueCount()-1;x>=0;x--){if(r.display){var y=t.getPointPosition(x,g);d.beginPath(),d.moveTo(t.xCenter,t.yCenter),d.lineTo(y.x,y.y),d.stroke(),d.closePath()}var k=t.getPointPosition(x,g+5),S=s(l.fontColor,a.defaultFontColor);d.font=v,d.fillStyle=S;var w=t.pointLabels,C=this.getIndexAngle(x)+Math.PI/2,M=360*C/(2*Math.PI)%360;0===M||180===M?d.textAlign="center":180>M?d.textAlign="left":d.textAlign="right",90===M||270===M?d.textBaseline="middle":M>270||90>M?d.textBaseline="bottom":d.textBaseline="top",d.fillText(w[x]?w[x]:"",k.x,k.y)}}}}});t.scaleService.registerScaleType("radialLinear",n,i)}},{}],44:[function(t,e,a){"use strict";var i=t(1);i="function"==typeof i?i:window.moment,e.exports=function(t){var e=t.helpers,a={units:[{name:"millisecond",steps:[1,2,5,10,20,50,100,250,500]},{name:"second",steps:[1,2,5,10,30]},{name:"minute",steps:[1,2,5,10,30]},{name:"hour",steps:[1,2,3,6,12]},{name:"day",steps:[1,2,5]},{name:"week",maxStep:4},{name:"month",maxStep:3},{name:"quarter",maxStep:4},{name:"year",maxStep:!1}]},n={position:"bottom",time:{parser:!1,format:!1,unit:!1,round:!1,displayFormat:!1,isoWeekday:!1,minUnit:"millisecond",displayFormats:{millisecond:"h:mm:ss.SSS a",second:"h:mm:ss a",minute:"h:mm:ss a",hour:"MMM D, hA",day:"ll",week:"ll",month:"MMM YYYY",quarter:"[Q]Q - YYYY",year:"YYYY"}},ticks:{autoSkip:!1}},o=t.Scale.extend({initialize:function(){if(!i)throw new Error("Chart.js - Moment.js could not be found! You must include it before Chart.js to use the time scale. Download at https://momentjs.com");t.Scale.prototype.initialize.call(this)},getLabelMoment:function(t,e){return null===t||null===e?null:"undefined"!=typeof this.labelMoments[t]?this.labelMoments[t][e]:null},getLabelDiff:function(t,e){var a=this;return null===t||null===e?null:(void 0===a.labelDiffs&&a.buildLabelDiffs(),"undefined"!=typeof a.labelDiffs[t]?a.labelDiffs[t][e]:null)},getMomentStartOf:function(t){var e=this;return"week"===e.options.time.unit&&e.options.time.isoWeekday!==!1?t.clone().startOf("isoWeek").isoWeekday(e.options.time.isoWeekday):t.clone().startOf(e.tickUnit)},determineDataLimits:function(){var t=this;t.labelMoments=[];var a=[];t.chart.data.labels&&t.chart.data.labels.length>0?(e.each(t.chart.data.labels,function(e){var i=t.parseTime(e);i.isValid()&&(t.options.time.round&&i.startOf(t.options.time.round),a.push(i))},t),t.firstTick=i.min.call(t,a),t.lastTick=i.max.call(t,a)):(t.firstTick=null,t.lastTick=null),e.each(t.chart.data.datasets,function(n,o){var r=[],l=t.chart.isDatasetVisible(o);"object"==typeof n.data[0]&&null!==n.data[0]?e.each(n.data,function(e){var a=t.parseTime(t.getRightValue(e));a.isValid()&&(t.options.time.round&&a.startOf(t.options.time.round),r.push(a),l&&(t.firstTick=null!==t.firstTick?i.min(t.firstTick,a):a,t.lastTick=null!==t.lastTick?i.max(t.lastTick,a):a))},t):r=a,t.labelMoments.push(r)},t),t.options.time.min&&(t.firstTick=t.parseTime(t.options.time.min)),t.options.time.max&&(t.lastTick=t.parseTime(t.options.time.max)),t.firstTick=(t.firstTick||i()).clone(),t.lastTick=(t.lastTick||i()).clone()},buildLabelDiffs:function(){var t=this;t.labelDiffs=[];var a=[];t.chart.data.labels&&t.chart.data.labels.length>0&&e.each(t.chart.data.labels,function(e){var i=t.parseTime(e);i.isValid()&&(t.options.time.round&&i.startOf(t.options.time.round),a.push(i.diff(t.firstTick,t.tickUnit,!0)))},t),e.each(t.chart.data.datasets,function(i){var n=[];"object"==typeof i.data[0]&&null!==i.data[0]?e.each(i.data,function(e){var a=t.parseTime(t.getRightValue(e));a.isValid()&&(t.options.time.round&&a.startOf(t.options.time.round),n.push(a.diff(t.firstTick,t.tickUnit,!0)))},t):n=a,t.labelDiffs.push(n)},t)},buildTicks:function(){var i=this;i.ctx.save();var n=e.getValueOrDefault(i.options.ticks.fontSize,t.defaults.global.defaultFontSize),o=e.getValueOrDefault(i.options.ticks.fontStyle,t.defaults.global.defaultFontStyle),r=e.getValueOrDefault(i.options.ticks.fontFamily,t.defaults.global.defaultFontFamily),l=e.fontString(n,o,r);if(i.ctx.font=l,i.ticks=[],i.unitScale=1,i.scaleSizeInUnits=0,i.options.time.unit)i.tickUnit=i.options.time.unit||"day",i.displayFormat=i.options.time.displayFormats[i.tickUnit],i.scaleSizeInUnits=i.lastTick.diff(i.firstTick,i.tickUnit,!0),i.unitScale=e.getValueOrDefault(i.options.time.unitStepSize,1);else{var s=i.isHorizontal()?i.width-(i.paddingLeft+i.paddingRight):i.height-(i.paddingTop+i.paddingBottom),d=i.tickFormatFunction(i.firstTick,0,[]),u=i.ctx.measureText(d).width,c=Math.cos(e.toRadians(i.options.ticks.maxRotation)),h=Math.sin(e.toRadians(i.options.ticks.maxRotation));u=u*c+n*h;var f=s/u;i.tickUnit=i.options.time.minUnit,i.scaleSizeInUnits=i.lastTick.diff(i.firstTick,i.tickUnit,!0),i.displayFormat=i.options.time.displayFormats[i.tickUnit];for(var g=0,p=a.units[g];g<a.units.length;){if(i.unitScale=1,e.isArray(p.steps)&&Math.ceil(i.scaleSizeInUnits/f)<e.max(p.steps)){for(var m=0;m<p.steps.length;++m)if(p.steps[m]>=Math.ceil(i.scaleSizeInUnits/f)){i.unitScale=e.getValueOrDefault(i.options.time.unitStepSize,p.steps[m]);break}break}if(p.maxStep===!1||Math.ceil(i.scaleSizeInUnits/f)<p.maxStep){i.unitScale=e.getValueOrDefault(i.options.time.unitStepSize,Math.ceil(i.scaleSizeInUnits/f));break}++g,p=a.units[g],i.tickUnit=p.name;var b=i.firstTick.diff(i.getMomentStartOf(i.firstTick),i.tickUnit,!0),v=i.getMomentStartOf(i.lastTick.clone().add(1,i.tickUnit)).diff(i.lastTick,i.tickUnit,!0);i.scaleSizeInUnits=i.lastTick.diff(i.firstTick,i.tickUnit,!0)+b+v,i.displayFormat=i.options.time.displayFormats[p.name]}}var x;if(i.options.time.min?x=i.getMomentStartOf(i.firstTick):(i.firstTick=i.getMomentStartOf(i.firstTick),x=i.firstTick),!i.options.time.max){var y=i.getMomentStartOf(i.lastTick),k=y.diff(i.lastTick,i.tickUnit,!0);0>k?i.lastTick=i.getMomentStartOf(i.lastTick.add(1,i.tickUnit)):k>=0&&(i.lastTick=y),i.scaleSizeInUnits=i.lastTick.diff(i.firstTick,i.tickUnit,!0)}i.options.time.displayFormat&&(i.displayFormat=i.options.time.displayFormat),i.ticks.push(i.firstTick.clone());for(var S=1;S<=i.scaleSizeInUnits;++S){var w=x.clone().add(S,i.tickUnit);if(i.options.time.max&&w.diff(i.lastTick,i.tickUnit,!0)>=0)break;S%i.unitScale===0&&i.ticks.push(w)}var C=i.ticks[i.ticks.length-1].diff(i.lastTick,i.tickUnit);(0!==C||0===i.scaleSizeInUnits)&&(i.options.time.max?(i.ticks.push(i.lastTick.clone()),i.scaleSizeInUnits=i.lastTick.diff(i.ticks[0],i.tickUnit,!0)):(i.ticks.push(i.lastTick.clone()),i.scaleSizeInUnits=i.lastTick.diff(i.firstTick,i.tickUnit,!0))),i.ctx.restore(),i.labelDiffs=void 0},getLabelForIndex:function(t,e){var a=this,i=a.chart.data.labels&&t<a.chart.data.labels.length?a.chart.data.labels[t]:"";return"object"==typeof a.chart.data.datasets[e].data[0]&&(i=a.getRightValue(a.chart.data.datasets[e].data[t])),a.options.time.tooltipFormat&&(i=a.parseTime(i).format(a.options.time.tooltipFormat)),i},tickFormatFunction:function(t,a,i){var n=t.format(this.displayFormat),o=this.options.ticks,r=e.getValueOrDefault(o.callback,o.userCallback);return r?r(n,a,i):n},convertTicksToLabels:function(){var t=this;t.tickMoments=t.ticks,t.ticks=t.ticks.map(t.tickFormatFunction,t)},getPixelForValue:function(t,e,a){var i=this,n=null;if(void 0!==e&&void 0!==a&&(n=i.getLabelDiff(a,e)),null===n&&(t&&t.isValid||(t=i.parseTime(i.getRightValue(t))),t&&t.isValid&&t.isValid()&&(n=t.diff(i.firstTick,i.tickUnit,!0))),null!==n){var o=0!==n?n/i.scaleSizeInUnits:n;if(i.isHorizontal()){var r=i.width-(i.paddingLeft+i.paddingRight),l=r*o+i.paddingLeft;return i.left+Math.round(l)}var s=i.height-(i.paddingTop+i.paddingBottom),d=s*o+i.paddingTop;return i.top+Math.round(d)}},getPixelForTick:function(t){return this.getPixelForValue(this.tickMoments[t],null,null)},getValueForPixel:function(t){var e=this,a=e.isHorizontal()?e.width-(e.paddingLeft+e.paddingRight):e.height-(e.paddingTop+e.paddingBottom),n=(t-(e.isHorizontal()?e.left+e.paddingLeft:e.top+e.paddingTop))/a;return n*=e.scaleSizeInUnits,e.firstTick.clone().add(i.duration(n,e.tickUnit).asSeconds(),"seconds")},parseTime:function(t){var e=this;return"string"==typeof e.options.time.parser?i(t,e.options.time.parser):"function"==typeof e.options.time.parser?e.options.time.parser(t):"function"==typeof t.getMonth||"number"==typeof t?i(t):t.isValid&&t.isValid()?t:"string"!=typeof e.options.time.format&&e.options.time.format.call?(console.warn("options.time.format is deprecated and replaced by options.time.parser. See http://nnnick.github.io/Chart.js/docs-v2/#scales-time-scale"),e.options.time.format(t)):i(t,e.options.time.format)}});t.scaleService.registerScaleType("time",o,n)}},{1:1}]},{},[7])(7)}); -/*! - * angular-chart.js - An angular.js wrapper for Chart.js - * http://jtblin.github.io/angular-chart.js/ - * Version: 1.1.1 - * - * Copyright 2016 Jerome Touffe-Blin - * Released under the BSD-2-Clause license - * https://github.com/jtblin/angular-chart.js/blob/master/LICENSE - */ -!function(t){"use strict";if("object"==typeof exports)module.exports=t("undefined"!=typeof angular?angular:require("angular"),"undefined"!=typeof Chart?Chart:require("chart.js"));else if("function"==typeof define&&define.amd)define(["angular","chart"],t);else{if("undefined"==typeof angular)throw new Error("AngularJS framework needs to be included, see https://angularjs.org/");if("undefined"==typeof Chart)throw new Error("Chart.js library needs to be included, see http://jtblin.github.io/angular-chart.js/");t(angular,Chart)}}(function(t,r){"use strict";function e(){var e={responsive:!0},a={Chart:r,getOptions:function(r){var a=r&&e[r]||{};return t.extend({},e,a)}};this.setOptions=function(r,n){n?e[r]=t.merge(e[r]||{},n):(n=r,e=t.merge(e,n)),t.merge(a.Chart.defaults,e)},this.$get=function(){return a}}function a(e,a){function o(t,r,a){var n=D(t,r);if(C(r)&&k(t,r,a,n)){var o=a[0],c=o.getContext("2d");r.chartGetColor=y(r);var i=b(t,r);F(r),r.chart=new e.Chart(c,{type:t,data:i,options:n}),r.$emit("chart-create",r.chart),A(o,r)}}function c(t,r){return!!(t&&r&&t.length&&r.length)&&(Array.isArray(t[0])?t.length===r.length&&t.every(function(t,e){return t.length===r[e].length}):r.reduce(i,0)>0&&t.length===r.length)}function i(t,r){return t+r}function u(r,e,a){var n={point:void 0,points:void 0};return function(o){var c=r.chart.getElementAtEvent||r.chart.getPointAtEvent,i=r.chart.getElementsAtEvent||r.chart.getPointsAtEvent;if(i){var u=i.call(r.chart,o),l=c?c.call(r.chart,o)[0]:void 0;a!==!1&&(t.equals(n.points,u)||t.equals(n.point,l))||(n.point=l,n.points=u,r[e](u,o,l))}}}function l(a,n){for(var o=t.copy(n.chartColors||e.getOptions(a).chartColors||r.defaults.global.colors),c=o.length<n.chartData.length;o.length<n.chartData.length;)o.push(n.chartGetColor());return c&&(n.chartColors=o),o.map(h)}function h(t){return"string"==typeof t&&"r"===t[0]?f(v(t)):"string"==typeof t&&"#"===t[0]?f(p(t.substr(1))):"object"==typeof t&&null!==t?t:s()}function s(){var t=[d(0,255),d(0,255),d(0,255)];return f(t)}function f(t){var r=t[3]||1;return t=t.slice(0,3),{backgroundColor:g(t,.2),pointBackgroundColor:g(t,r),pointHoverBackgroundColor:g(t,.8),borderColor:g(t,r),pointBorderColor:"#fff",pointHoverBorderColor:g(t,r)}}function d(t,r){return Math.floor(Math.random()*(r-t+1))+t}function g(t,r){return n?"rgb("+t.join(",")+")":"rgba("+t.concat(r).join(",")+")"}function p(t){var r=parseInt(t,16),e=r>>16&255,a=r>>8&255,n=255&r;return[e,a,n]}function v(t){var r=t.match(/^rgba?\(([\d,.]+)\)$/);if(!r)throw new Error("Cannot parse rgb value");return t=r[1].split(","),t.map(Number)}function C(t){return t.chartData&&t.chartData.length}function y(t){return"function"==typeof t.chartGetColor?t.chartGetColor:s}function b(t,r){var e=l(t,r);return Array.isArray(r.chartData[0])?m(r.chartLabels,r.chartData,r.chartSeries||[],e,r.chartDatasetOverride):w(r.chartLabels,r.chartData,e,r.chartDatasetOverride)}function m(r,e,a,n,o){return{labels:r,datasets:e.map(function(r,e){var c=t.extend({},n[e],{label:a[e],data:r});return o&&o.length>=e&&t.merge(c,o[e]),c})}}function w(r,e,a,n){var o={labels:r,datasets:[{data:e,backgroundColor:a.map(function(t){return t.pointBackgroundColor}),hoverBackgroundColor:a.map(function(t){return t.backgroundColor})}]};return n&&t.merge(o.datasets[0],n),o}function D(r,a){return t.extend({},e.getOptions(r),a.chartOptions)}function A(r,e){r.onclick=e.chartClick?u(e,"chartClick",!1):t.noop,r.onmousemove=e.chartHover?u(e,"chartHover",!0):t.noop}function B(t,r){Array.isArray(r.chartData[0])?r.chart.data.datasets.forEach(function(r,e){r.data=t[e]}):r.chart.data.datasets[0].data=t,r.chart.update(),r.$emit("chart-update",r.chart)}function $(t){return!t||Array.isArray(t)&&!t.length||"object"==typeof t&&!Object.keys(t).length}function k(t,r,e,n){return!n.responsive||0!==e[0].clientHeight||(a(function(){o(t,r,e)},50,!1),!1)}function F(t){t.chart&&(t.chart.destroy(),t.$emit("chart-destroy",t.chart))}return function(r){return{restrict:"CA",scope:{chartGetColor:"=?",chartType:"=",chartData:"=?",chartLabels:"=?",chartOptions:"=?",chartSeries:"=?",chartColors:"=?",chartClick:"=?",chartHover:"=?",chartDatasetOverride:"=?"},link:function(e,a){function i(t,n){if(!t||!t.length||Array.isArray(t[0])&&!t[0].length)return void F(e);var i=r||e.chartType;if(i)return e.chart&&c(t,n)?B(t,e):void o(i,e,a)}function u(n,c){if(!$(n)&&!t.equals(n,c)){var i=r||e.chartType;i&&o(i,e,a)}}function l(r,n){$(r)||t.equals(r,n)||o(r,e,a)}n&&window.G_vmlCanvasManager.initElement(a[0]),e.$watch("chartData",i,!0),e.$watch("chartSeries",u,!0),e.$watch("chartLabels",u,!0),e.$watch("chartOptions",u,!0),e.$watch("chartColors",u,!0),e.$watch("chartDatasetOverride",u,!0),e.$watch("chartType",l,!1),e.$on("$destroy",function(){F(e)}),e.$on("$resize",function(){e.chart&&e.chart.resize()})}}}}r.defaults.global.multiTooltipTemplate="<%if (datasetLabel){%><%=datasetLabel%>: <%}%><%= value %>",r.defaults.global.tooltips.mode="label",r.defaults.global.elements.line.borderWidth=2,r.defaults.global.elements.rectangle.borderWidth=2,r.defaults.global.legend.display=!1,r.defaults.global.colors=["#97BBCD","#DCDCDC","#F7464A","#46BFBD","#FDB45C","#949FB1","#4D5360"];var n="object"==typeof window.G_vmlCanvasManager&&null!==window.G_vmlCanvasManager&&"function"==typeof window.G_vmlCanvasManager.initElement;return n&&(r.defaults.global.animation=!1),t.module("chart.js",[]).provider("ChartJs",e).factory("ChartJsFactory",["ChartJs","$timeout",a]).directive("chartBase",["ChartJsFactory",function(t){return new t}]).directive("chartLine",["ChartJsFactory",function(t){return new t("line")}]).directive("chartBar",["ChartJsFactory",function(t){return new t("bar")}]).directive("chartHorizontalBar",["ChartJsFactory",function(t){return new t("horizontalBar")}]).directive("chartRadar",["ChartJsFactory",function(t){return new t("radar")}]).directive("chartDoughnut",["ChartJsFactory",function(t){return new t("doughnut")}]).directive("chartPie",["ChartJsFactory",function(t){return new t("pie")}]).directive("chartPolarArea",["ChartJsFactory",function(t){return new t("polarArea")}]).directive("chartBubble",["ChartJsFactory",function(t){return new t("bubble")}]).name}); -//# sourceMappingURL=angular-chart.min.js.map - -!function(){function n(n){return n&&(n.ownerDocument||n.document||n).documentElement}function t(n){return n&&(n.ownerDocument&&n.ownerDocument.defaultView||n.document&&n||n.defaultView)}function e(n,t){return t>n?-1:n>t?1:n>=t?0:NaN}function r(n){return null===n?NaN:+n}function i(n){return!isNaN(n)}function u(n){return{left:function(t,e,r,i){for(arguments.length<3&&(r=0),arguments.length<4&&(i=t.length);i>r;){var u=r+i>>>1;n(t[u],e)<0?r=u+1:i=u}return r},right:function(t,e,r,i){for(arguments.length<3&&(r=0),arguments.length<4&&(i=t.length);i>r;){var u=r+i>>>1;n(t[u],e)>0?i=u:r=u+1}return r}}}function o(n){return n.length}function a(n){for(var t=1;n*t%1;)t*=10;return t}function l(n,t){for(var e in t)Object.defineProperty(n.prototype,e,{value:t[e],enumerable:!1})}function c(){this._=Object.create(null)}function f(n){return(n+="")===bo||n[0]===_o?_o+n:n}function s(n){return(n+="")[0]===_o?n.slice(1):n}function h(n){return f(n)in this._}function p(n){return(n=f(n))in this._&&delete this._[n]}function g(){var n=[];for(var t in this._)n.push(s(t));return n}function v(){var n=0;for(var t in this._)++n;return n}function d(){for(var n in this._)return!1;return!0}function y(){this._=Object.create(null)}function m(n){return n}function M(n,t,e){return function(){var r=e.apply(t,arguments);return r===t?n:r}}function x(n,t){if(t in n)return t;t=t.charAt(0).toUpperCase()+t.slice(1);for(var e=0,r=wo.length;r>e;++e){var i=wo[e]+t;if(i in n)return i}}function b(){}function _(){}function w(n){function t(){for(var t,r=e,i=-1,u=r.length;++i<u;)(t=r[i].on)&&t.apply(this,arguments);return n}var e=[],r=new c;return t.on=function(t,i){var u,o=r.get(t);return arguments.length<2?o&&o.on:(o&&(o.on=null,e=e.slice(0,u=e.indexOf(o)).concat(e.slice(u+1)),r.remove(t)),i&&e.push(r.set(t,{on:i})),n)},t}function S(){ao.event.preventDefault()}function k(){for(var n,t=ao.event;n=t.sourceEvent;)t=n;return t}function N(n){for(var t=new _,e=0,r=arguments.length;++e<r;)t[arguments[e]]=w(t);return t.of=function(e,r){return function(i){try{var u=i.sourceEvent=ao.event;i.target=n,ao.event=i,t[i.type].apply(e,r)}finally{ao.event=u}}},t}function E(n){return ko(n,Co),n}function A(n){return"function"==typeof n?n:function(){return No(n,this)}}function C(n){return"function"==typeof n?n:function(){return Eo(n,this)}}function z(n,t){function e(){this.removeAttribute(n)}function r(){this.removeAttributeNS(n.space,n.local)}function i(){this.setAttribute(n,t)}function u(){this.setAttributeNS(n.space,n.local,t)}function o(){var e=t.apply(this,arguments);null==e?this.removeAttribute(n):this.setAttribute(n,e)}function a(){var e=t.apply(this,arguments);null==e?this.removeAttributeNS(n.space,n.local):this.setAttributeNS(n.space,n.local,e)}return n=ao.ns.qualify(n),null==t?n.local?r:e:"function"==typeof t?n.local?a:o:n.local?u:i}function L(n){return n.trim().replace(/\s+/g," ")}function q(n){return new RegExp("(?:^|\\s+)"+ao.requote(n)+"(?:\\s+|$)","g")}function T(n){return(n+"").trim().split(/^|\s+/)}function R(n,t){function e(){for(var e=-1;++e<i;)n[e](this,t)}function r(){for(var e=-1,r=t.apply(this,arguments);++e<i;)n[e](this,r)}n=T(n).map(D);var i=n.length;return"function"==typeof t?r:e}function D(n){var t=q(n);return function(e,r){if(i=e.classList)return r?i.add(n):i.remove(n);var i=e.getAttribute("class")||"";r?(t.lastIndex=0,t.test(i)||e.setAttribute("class",L(i+" "+n))):e.setAttribute("class",L(i.replace(t," ")))}}function P(n,t,e){function r(){this.style.removeProperty(n)}function i(){this.style.setProperty(n,t,e)}function u(){var r=t.apply(this,arguments);null==r?this.style.removeProperty(n):this.style.setProperty(n,r,e)}return null==t?r:"function"==typeof t?u:i}function U(n,t){function e(){delete this[n]}function r(){this[n]=t}function i(){var e=t.apply(this,arguments);null==e?delete this[n]:this[n]=e}return null==t?e:"function"==typeof t?i:r}function j(n){function t(){var t=this.ownerDocument,e=this.namespaceURI;return e===zo&&t.documentElement.namespaceURI===zo?t.createElement(n):t.createElementNS(e,n)}function e(){return this.ownerDocument.createElementNS(n.space,n.local)}return"function"==typeof n?n:(n=ao.ns.qualify(n)).local?e:t}function F(){var n=this.parentNode;n&&n.removeChild(this)}function H(n){return{__data__:n}}function O(n){return function(){return Ao(this,n)}}function I(n){return arguments.length||(n=e),function(t,e){return t&&e?n(t.__data__,e.__data__):!t-!e}}function Y(n,t){for(var e=0,r=n.length;r>e;e++)for(var i,u=n[e],o=0,a=u.length;a>o;o++)(i=u[o])&&t(i,o,e);return n}function Z(n){return ko(n,qo),n}function V(n){var t,e;return function(r,i,u){var o,a=n[u].update,l=a.length;for(u!=e&&(e=u,t=0),i>=t&&(t=i+1);!(o=a[t])&&++t<l;);return o}}function X(n,t,e){function r(){var t=this[o];t&&(this.removeEventListener(n,t,t.$),delete this[o])}function i(){var i=l(t,co(arguments));r.call(this),this.addEventListener(n,this[o]=i,i.$=e),i._=t}function u(){var t,e=new RegExp("^__on([^.]+)"+ao.requote(n)+"$");for(var r in this)if(t=r.match(e)){var i=this[r];this.removeEventListener(t[1],i,i.$),delete this[r]}}var o="__on"+n,a=n.indexOf("."),l=$;a>0&&(n=n.slice(0,a));var c=To.get(n);return c&&(n=c,l=B),a?t?i:r:t?b:u}function $(n,t){return function(e){var r=ao.event;ao.event=e,t[0]=this.__data__;try{n.apply(this,t)}finally{ao.event=r}}}function B(n,t){var e=$(n,t);return function(n){var t=this,r=n.relatedTarget;r&&(r===t||8&r.compareDocumentPosition(t))||e.call(t,n)}}function W(e){var r=".dragsuppress-"+ ++Do,i="click"+r,u=ao.select(t(e)).on("touchmove"+r,S).on("dragstart"+r,S).on("selectstart"+r,S);if(null==Ro&&(Ro="onselectstart"in e?!1:x(e.style,"userSelect")),Ro){var o=n(e).style,a=o[Ro];o[Ro]="none"}return function(n){if(u.on(r,null),Ro&&(o[Ro]=a),n){var t=function(){u.on(i,null)};u.on(i,function(){S(),t()},!0),setTimeout(t,0)}}}function J(n,e){e.changedTouches&&(e=e.changedTouches[0]);var r=n.ownerSVGElement||n;if(r.createSVGPoint){var i=r.createSVGPoint();if(0>Po){var u=t(n);if(u.scrollX||u.scrollY){r=ao.select("body").append("svg").style({position:"absolute",top:0,left:0,margin:0,padding:0,border:"none"},"important");var o=r[0][0].getScreenCTM();Po=!(o.f||o.e),r.remove()}}return Po?(i.x=e.pageX,i.y=e.pageY):(i.x=e.clientX,i.y=e.clientY),i=i.matrixTransform(n.getScreenCTM().inverse()),[i.x,i.y]}var a=n.getBoundingClientRect();return[e.clientX-a.left-n.clientLeft,e.clientY-a.top-n.clientTop]}function G(){return ao.event.changedTouches[0].identifier}function K(n){return n>0?1:0>n?-1:0}function Q(n,t,e){return(t[0]-n[0])*(e[1]-n[1])-(t[1]-n[1])*(e[0]-n[0])}function nn(n){return n>1?0:-1>n?Fo:Math.acos(n)}function tn(n){return n>1?Io:-1>n?-Io:Math.asin(n)}function en(n){return((n=Math.exp(n))-1/n)/2}function rn(n){return((n=Math.exp(n))+1/n)/2}function un(n){return((n=Math.exp(2*n))-1)/(n+1)}function on(n){return(n=Math.sin(n/2))*n}function an(){}function ln(n,t,e){return this instanceof ln?(this.h=+n,this.s=+t,void(this.l=+e)):arguments.length<2?n instanceof ln?new ln(n.h,n.s,n.l):_n(""+n,wn,ln):new ln(n,t,e)}function cn(n,t,e){function r(n){return n>360?n-=360:0>n&&(n+=360),60>n?u+(o-u)*n/60:180>n?o:240>n?u+(o-u)*(240-n)/60:u}function i(n){return Math.round(255*r(n))}var u,o;return n=isNaN(n)?0:(n%=360)<0?n+360:n,t=isNaN(t)?0:0>t?0:t>1?1:t,e=0>e?0:e>1?1:e,o=.5>=e?e*(1+t):e+t-e*t,u=2*e-o,new mn(i(n+120),i(n),i(n-120))}function fn(n,t,e){return this instanceof fn?(this.h=+n,this.c=+t,void(this.l=+e)):arguments.length<2?n instanceof fn?new fn(n.h,n.c,n.l):n instanceof hn?gn(n.l,n.a,n.b):gn((n=Sn((n=ao.rgb(n)).r,n.g,n.b)).l,n.a,n.b):new fn(n,t,e)}function sn(n,t,e){return isNaN(n)&&(n=0),isNaN(t)&&(t=0),new hn(e,Math.cos(n*=Yo)*t,Math.sin(n)*t)}function hn(n,t,e){return this instanceof hn?(this.l=+n,this.a=+t,void(this.b=+e)):arguments.length<2?n instanceof hn?new hn(n.l,n.a,n.b):n instanceof fn?sn(n.h,n.c,n.l):Sn((n=mn(n)).r,n.g,n.b):new hn(n,t,e)}function pn(n,t,e){var r=(n+16)/116,i=r+t/500,u=r-e/200;return i=vn(i)*na,r=vn(r)*ta,u=vn(u)*ea,new mn(yn(3.2404542*i-1.5371385*r-.4985314*u),yn(-.969266*i+1.8760108*r+.041556*u),yn(.0556434*i-.2040259*r+1.0572252*u))}function gn(n,t,e){return n>0?new fn(Math.atan2(e,t)*Zo,Math.sqrt(t*t+e*e),n):new fn(NaN,NaN,n)}function vn(n){return n>.206893034?n*n*n:(n-4/29)/7.787037}function dn(n){return n>.008856?Math.pow(n,1/3):7.787037*n+4/29}function yn(n){return Math.round(255*(.00304>=n?12.92*n:1.055*Math.pow(n,1/2.4)-.055))}function mn(n,t,e){return this instanceof mn?(this.r=~~n,this.g=~~t,void(this.b=~~e)):arguments.length<2?n instanceof mn?new mn(n.r,n.g,n.b):_n(""+n,mn,cn):new mn(n,t,e)}function Mn(n){return new mn(n>>16,n>>8&255,255&n)}function xn(n){return Mn(n)+""}function bn(n){return 16>n?"0"+Math.max(0,n).toString(16):Math.min(255,n).toString(16)}function _n(n,t,e){var r,i,u,o=0,a=0,l=0;if(r=/([a-z]+)\((.*)\)/.exec(n=n.toLowerCase()))switch(i=r[2].split(","),r[1]){case"hsl":return e(parseFloat(i[0]),parseFloat(i[1])/100,parseFloat(i[2])/100);case"rgb":return t(Nn(i[0]),Nn(i[1]),Nn(i[2]))}return(u=ua.get(n))?t(u.r,u.g,u.b):(null==n||"#"!==n.charAt(0)||isNaN(u=parseInt(n.slice(1),16))||(4===n.length?(o=(3840&u)>>4,o=o>>4|o,a=240&u,a=a>>4|a,l=15&u,l=l<<4|l):7===n.length&&(o=(16711680&u)>>16,a=(65280&u)>>8,l=255&u)),t(o,a,l))}function wn(n,t,e){var r,i,u=Math.min(n/=255,t/=255,e/=255),o=Math.max(n,t,e),a=o-u,l=(o+u)/2;return a?(i=.5>l?a/(o+u):a/(2-o-u),r=n==o?(t-e)/a+(e>t?6:0):t==o?(e-n)/a+2:(n-t)/a+4,r*=60):(r=NaN,i=l>0&&1>l?0:r),new ln(r,i,l)}function Sn(n,t,e){n=kn(n),t=kn(t),e=kn(e);var r=dn((.4124564*n+.3575761*t+.1804375*e)/na),i=dn((.2126729*n+.7151522*t+.072175*e)/ta),u=dn((.0193339*n+.119192*t+.9503041*e)/ea);return hn(116*i-16,500*(r-i),200*(i-u))}function kn(n){return(n/=255)<=.04045?n/12.92:Math.pow((n+.055)/1.055,2.4)}function Nn(n){var t=parseFloat(n);return"%"===n.charAt(n.length-1)?Math.round(2.55*t):t}function En(n){return"function"==typeof n?n:function(){return n}}function An(n){return function(t,e,r){return 2===arguments.length&&"function"==typeof e&&(r=e,e=null),Cn(t,e,n,r)}}function Cn(n,t,e,r){function i(){var n,t=l.status;if(!t&&Ln(l)||t>=200&&300>t||304===t){try{n=e.call(u,l)}catch(r){return void o.error.call(u,r)}o.load.call(u,n)}else o.error.call(u,l)}var u={},o=ao.dispatch("beforesend","progress","load","error"),a={},l=new XMLHttpRequest,c=null;return!this.XDomainRequest||"withCredentials"in l||!/^(http(s)?:)?\/\//.test(n)||(l=new XDomainRequest),"onload"in l?l.onload=l.onerror=i:l.onreadystatechange=function(){l.readyState>3&&i()},l.onprogress=function(n){var t=ao.event;ao.event=n;try{o.progress.call(u,l)}finally{ao.event=t}},u.header=function(n,t){return n=(n+"").toLowerCase(),arguments.length<2?a[n]:(null==t?delete a[n]:a[n]=t+"",u)},u.mimeType=function(n){return arguments.length?(t=null==n?null:n+"",u):t},u.responseType=function(n){return arguments.length?(c=n,u):c},u.response=function(n){return e=n,u},["get","post"].forEach(function(n){u[n]=function(){return u.send.apply(u,[n].concat(co(arguments)))}}),u.send=function(e,r,i){if(2===arguments.length&&"function"==typeof r&&(i=r,r=null),l.open(e,n,!0),null==t||"accept"in a||(a.accept=t+",*/*"),l.setRequestHeader)for(var f in a)l.setRequestHeader(f,a[f]);return null!=t&&l.overrideMimeType&&l.overrideMimeType(t),null!=c&&(l.responseType=c),null!=i&&u.on("error",i).on("load",function(n){i(null,n)}),o.beforesend.call(u,l),l.send(null==r?null:r),u},u.abort=function(){return l.abort(),u},ao.rebind(u,o,"on"),null==r?u:u.get(zn(r))}function zn(n){return 1===n.length?function(t,e){n(null==t?e:null)}:n}function Ln(n){var t=n.responseType;return t&&"text"!==t?n.response:n.responseText}function qn(n,t,e){var r=arguments.length;2>r&&(t=0),3>r&&(e=Date.now());var i=e+t,u={c:n,t:i,n:null};return aa?aa.n=u:oa=u,aa=u,la||(ca=clearTimeout(ca),la=1,fa(Tn)),u}function Tn(){var n=Rn(),t=Dn()-n;t>24?(isFinite(t)&&(clearTimeout(ca),ca=setTimeout(Tn,t)),la=0):(la=1,fa(Tn))}function Rn(){for(var n=Date.now(),t=oa;t;)n>=t.t&&t.c(n-t.t)&&(t.c=null),t=t.n;return n}function Dn(){for(var n,t=oa,e=1/0;t;)t.c?(t.t<e&&(e=t.t),t=(n=t).n):t=n?n.n=t.n:oa=t.n;return aa=n,e}function Pn(n,t){return t-(n?Math.ceil(Math.log(n)/Math.LN10):1)}function Un(n,t){var e=Math.pow(10,3*xo(8-t));return{scale:t>8?function(n){return n/e}:function(n){return n*e},symbol:n}}function jn(n){var t=n.decimal,e=n.thousands,r=n.grouping,i=n.currency,u=r&&e?function(n,t){for(var i=n.length,u=[],o=0,a=r[0],l=0;i>0&&a>0&&(l+a+1>t&&(a=Math.max(1,t-l)),u.push(n.substring(i-=a,i+a)),!((l+=a+1)>t));)a=r[o=(o+1)%r.length];return u.reverse().join(e)}:m;return function(n){var e=ha.exec(n),r=e[1]||" ",o=e[2]||">",a=e[3]||"-",l=e[4]||"",c=e[5],f=+e[6],s=e[7],h=e[8],p=e[9],g=1,v="",d="",y=!1,m=!0;switch(h&&(h=+h.substring(1)),(c||"0"===r&&"="===o)&&(c=r="0",o="="),p){case"n":s=!0,p="g";break;case"%":g=100,d="%",p="f";break;case"p":g=100,d="%",p="r";break;case"b":case"o":case"x":case"X":"#"===l&&(v="0"+p.toLowerCase());case"c":m=!1;case"d":y=!0,h=0;break;case"s":g=-1,p="r"}"$"===l&&(v=i[0],d=i[1]),"r"!=p||h||(p="g"),null!=h&&("g"==p?h=Math.max(1,Math.min(21,h)):"e"!=p&&"f"!=p||(h=Math.max(0,Math.min(20,h)))),p=pa.get(p)||Fn;var M=c&&s;return function(n){var e=d;if(y&&n%1)return"";var i=0>n||0===n&&0>1/n?(n=-n,"-"):"-"===a?"":a;if(0>g){var l=ao.formatPrefix(n,h);n=l.scale(n),e=l.symbol+d}else n*=g;n=p(n,h);var x,b,_=n.lastIndexOf(".");if(0>_){var w=m?n.lastIndexOf("e"):-1;0>w?(x=n,b=""):(x=n.substring(0,w),b=n.substring(w))}else x=n.substring(0,_),b=t+n.substring(_+1);!c&&s&&(x=u(x,1/0));var S=v.length+x.length+b.length+(M?0:i.length),k=f>S?new Array(S=f-S+1).join(r):"";return M&&(x=u(k+x,k.length?f-b.length:1/0)),i+=v,n=x+b,("<"===o?i+n+k:">"===o?k+i+n:"^"===o?k.substring(0,S>>=1)+i+n+k.substring(S):i+(M?n:k+n))+e}}}function Fn(n){return n+""}function Hn(){this._=new Date(arguments.length>1?Date.UTC.apply(this,arguments):arguments[0])}function On(n,t,e){function r(t){var e=n(t),r=u(e,1);return r-t>t-e?e:r}function i(e){return t(e=n(new va(e-1)),1),e}function u(n,e){return t(n=new va(+n),e),n}function o(n,r,u){var o=i(n),a=[];if(u>1)for(;r>o;)e(o)%u||a.push(new Date(+o)),t(o,1);else for(;r>o;)a.push(new Date(+o)),t(o,1);return a}function a(n,t,e){try{va=Hn;var r=new Hn;return r._=n,o(r,t,e)}finally{va=Date}}n.floor=n,n.round=r,n.ceil=i,n.offset=u,n.range=o;var l=n.utc=In(n);return l.floor=l,l.round=In(r),l.ceil=In(i),l.offset=In(u),l.range=a,n}function In(n){return function(t,e){try{va=Hn;var r=new Hn;return r._=t,n(r,e)._}finally{va=Date}}}function Yn(n){function t(n){function t(t){for(var e,i,u,o=[],a=-1,l=0;++a<r;)37===n.charCodeAt(a)&&(o.push(n.slice(l,a)),null!=(i=ya[e=n.charAt(++a)])&&(e=n.charAt(++a)),(u=A[e])&&(e=u(t,null==i?"e"===e?" ":"0":i)),o.push(e),l=a+1);return o.push(n.slice(l,a)),o.join("")}var r=n.length;return t.parse=function(t){var r={y:1900,m:0,d:1,H:0,M:0,S:0,L:0,Z:null},i=e(r,n,t,0);if(i!=t.length)return null;"p"in r&&(r.H=r.H%12+12*r.p);var u=null!=r.Z&&va!==Hn,o=new(u?Hn:va);return"j"in r?o.setFullYear(r.y,0,r.j):"W"in r||"U"in r?("w"in r||(r.w="W"in r?1:0),o.setFullYear(r.y,0,1),o.setFullYear(r.y,0,"W"in r?(r.w+6)%7+7*r.W-(o.getDay()+5)%7:r.w+7*r.U-(o.getDay()+6)%7)):o.setFullYear(r.y,r.m,r.d),o.setHours(r.H+(r.Z/100|0),r.M+r.Z%100,r.S,r.L),u?o._:o},t.toString=function(){return n},t}function e(n,t,e,r){for(var i,u,o,a=0,l=t.length,c=e.length;l>a;){if(r>=c)return-1;if(i=t.charCodeAt(a++),37===i){if(o=t.charAt(a++),u=C[o in ya?t.charAt(a++):o],!u||(r=u(n,e,r))<0)return-1}else if(i!=e.charCodeAt(r++))return-1}return r}function r(n,t,e){_.lastIndex=0;var r=_.exec(t.slice(e));return r?(n.w=w.get(r[0].toLowerCase()),e+r[0].length):-1}function i(n,t,e){x.lastIndex=0;var r=x.exec(t.slice(e));return r?(n.w=b.get(r[0].toLowerCase()),e+r[0].length):-1}function u(n,t,e){N.lastIndex=0;var r=N.exec(t.slice(e));return r?(n.m=E.get(r[0].toLowerCase()),e+r[0].length):-1}function o(n,t,e){S.lastIndex=0;var r=S.exec(t.slice(e));return r?(n.m=k.get(r[0].toLowerCase()),e+r[0].length):-1}function a(n,t,r){return e(n,A.c.toString(),t,r)}function l(n,t,r){return e(n,A.x.toString(),t,r)}function c(n,t,r){return e(n,A.X.toString(),t,r)}function f(n,t,e){var r=M.get(t.slice(e,e+=2).toLowerCase());return null==r?-1:(n.p=r,e)}var s=n.dateTime,h=n.date,p=n.time,g=n.periods,v=n.days,d=n.shortDays,y=n.months,m=n.shortMonths;t.utc=function(n){function e(n){try{va=Hn;var t=new va;return t._=n,r(t)}finally{va=Date}}var r=t(n);return e.parse=function(n){try{va=Hn;var t=r.parse(n);return t&&t._}finally{va=Date}},e.toString=r.toString,e},t.multi=t.utc.multi=ct;var M=ao.map(),x=Vn(v),b=Xn(v),_=Vn(d),w=Xn(d),S=Vn(y),k=Xn(y),N=Vn(m),E=Xn(m);g.forEach(function(n,t){M.set(n.toLowerCase(),t)});var A={a:function(n){return d[n.getDay()]},A:function(n){return v[n.getDay()]},b:function(n){return m[n.getMonth()]},B:function(n){return y[n.getMonth()]},c:t(s),d:function(n,t){return Zn(n.getDate(),t,2)},e:function(n,t){return Zn(n.getDate(),t,2)},H:function(n,t){return Zn(n.getHours(),t,2)},I:function(n,t){return Zn(n.getHours()%12||12,t,2)},j:function(n,t){return Zn(1+ga.dayOfYear(n),t,3)},L:function(n,t){return Zn(n.getMilliseconds(),t,3)},m:function(n,t){return Zn(n.getMonth()+1,t,2)},M:function(n,t){return Zn(n.getMinutes(),t,2)},p:function(n){return g[+(n.getHours()>=12)]},S:function(n,t){return Zn(n.getSeconds(),t,2)},U:function(n,t){return Zn(ga.sundayOfYear(n),t,2)},w:function(n){return n.getDay()},W:function(n,t){return Zn(ga.mondayOfYear(n),t,2)},x:t(h),X:t(p),y:function(n,t){return Zn(n.getFullYear()%100,t,2)},Y:function(n,t){return Zn(n.getFullYear()%1e4,t,4)},Z:at,"%":function(){return"%"}},C={a:r,A:i,b:u,B:o,c:a,d:tt,e:tt,H:rt,I:rt,j:et,L:ot,m:nt,M:it,p:f,S:ut,U:Bn,w:$n,W:Wn,x:l,X:c,y:Gn,Y:Jn,Z:Kn,"%":lt};return t}function Zn(n,t,e){var r=0>n?"-":"",i=(r?-n:n)+"",u=i.length;return r+(e>u?new Array(e-u+1).join(t)+i:i)}function Vn(n){return new RegExp("^(?:"+n.map(ao.requote).join("|")+")","i")}function Xn(n){for(var t=new c,e=-1,r=n.length;++e<r;)t.set(n[e].toLowerCase(),e);return t}function $n(n,t,e){ma.lastIndex=0;var r=ma.exec(t.slice(e,e+1));return r?(n.w=+r[0],e+r[0].length):-1}function Bn(n,t,e){ma.lastIndex=0;var r=ma.exec(t.slice(e));return r?(n.U=+r[0],e+r[0].length):-1}function Wn(n,t,e){ma.lastIndex=0;var r=ma.exec(t.slice(e));return r?(n.W=+r[0],e+r[0].length):-1}function Jn(n,t,e){ma.lastIndex=0;var r=ma.exec(t.slice(e,e+4));return r?(n.y=+r[0],e+r[0].length):-1}function Gn(n,t,e){ma.lastIndex=0;var r=ma.exec(t.slice(e,e+2));return r?(n.y=Qn(+r[0]),e+r[0].length):-1}function Kn(n,t,e){return/^[+-]\d{4}$/.test(t=t.slice(e,e+5))?(n.Z=-t,e+5):-1}function Qn(n){return n+(n>68?1900:2e3)}function nt(n,t,e){ma.lastIndex=0;var r=ma.exec(t.slice(e,e+2));return r?(n.m=r[0]-1,e+r[0].length):-1}function tt(n,t,e){ma.lastIndex=0;var r=ma.exec(t.slice(e,e+2));return r?(n.d=+r[0],e+r[0].length):-1}function et(n,t,e){ma.lastIndex=0;var r=ma.exec(t.slice(e,e+3));return r?(n.j=+r[0],e+r[0].length):-1}function rt(n,t,e){ma.lastIndex=0;var r=ma.exec(t.slice(e,e+2));return r?(n.H=+r[0],e+r[0].length):-1}function it(n,t,e){ma.lastIndex=0;var r=ma.exec(t.slice(e,e+2));return r?(n.M=+r[0],e+r[0].length):-1}function ut(n,t,e){ma.lastIndex=0;var r=ma.exec(t.slice(e,e+2));return r?(n.S=+r[0],e+r[0].length):-1}function ot(n,t,e){ma.lastIndex=0;var r=ma.exec(t.slice(e,e+3));return r?(n.L=+r[0],e+r[0].length):-1}function at(n){var t=n.getTimezoneOffset(),e=t>0?"-":"+",r=xo(t)/60|0,i=xo(t)%60;return e+Zn(r,"0",2)+Zn(i,"0",2)}function lt(n,t,e){Ma.lastIndex=0;var r=Ma.exec(t.slice(e,e+1));return r?e+r[0].length:-1}function ct(n){for(var t=n.length,e=-1;++e<t;)n[e][0]=this(n[e][0]);return function(t){for(var e=0,r=n[e];!r[1](t);)r=n[++e];return r[0](t)}}function ft(){}function st(n,t,e){var r=e.s=n+t,i=r-n,u=r-i;e.t=n-u+(t-i)}function ht(n,t){n&&wa.hasOwnProperty(n.type)&&wa[n.type](n,t)}function pt(n,t,e){var r,i=-1,u=n.length-e;for(t.lineStart();++i<u;)r=n[i],t.point(r[0],r[1],r[2]);t.lineEnd()}function gt(n,t){var e=-1,r=n.length;for(t.polygonStart();++e<r;)pt(n[e],t,1);t.polygonEnd()}function vt(){function n(n,t){n*=Yo,t=t*Yo/2+Fo/4;var e=n-r,o=e>=0?1:-1,a=o*e,l=Math.cos(t),c=Math.sin(t),f=u*c,s=i*l+f*Math.cos(a),h=f*o*Math.sin(a);ka.add(Math.atan2(h,s)),r=n,i=l,u=c}var t,e,r,i,u;Na.point=function(o,a){Na.point=n,r=(t=o)*Yo,i=Math.cos(a=(e=a)*Yo/2+Fo/4),u=Math.sin(a)},Na.lineEnd=function(){n(t,e)}}function dt(n){var t=n[0],e=n[1],r=Math.cos(e);return[r*Math.cos(t),r*Math.sin(t),Math.sin(e)]}function yt(n,t){return n[0]*t[0]+n[1]*t[1]+n[2]*t[2]}function mt(n,t){return[n[1]*t[2]-n[2]*t[1],n[2]*t[0]-n[0]*t[2],n[0]*t[1]-n[1]*t[0]]}function Mt(n,t){n[0]+=t[0],n[1]+=t[1],n[2]+=t[2]}function xt(n,t){return[n[0]*t,n[1]*t,n[2]*t]}function bt(n){var t=Math.sqrt(n[0]*n[0]+n[1]*n[1]+n[2]*n[2]);n[0]/=t,n[1]/=t,n[2]/=t}function _t(n){return[Math.atan2(n[1],n[0]),tn(n[2])]}function wt(n,t){return xo(n[0]-t[0])<Uo&&xo(n[1]-t[1])<Uo}function St(n,t){n*=Yo;var e=Math.cos(t*=Yo);kt(e*Math.cos(n),e*Math.sin(n),Math.sin(t))}function kt(n,t,e){++Ea,Ca+=(n-Ca)/Ea,za+=(t-za)/Ea,La+=(e-La)/Ea}function Nt(){function n(n,i){n*=Yo;var u=Math.cos(i*=Yo),o=u*Math.cos(n),a=u*Math.sin(n),l=Math.sin(i),c=Math.atan2(Math.sqrt((c=e*l-r*a)*c+(c=r*o-t*l)*c+(c=t*a-e*o)*c),t*o+e*a+r*l);Aa+=c,qa+=c*(t+(t=o)),Ta+=c*(e+(e=a)),Ra+=c*(r+(r=l)),kt(t,e,r)}var t,e,r;ja.point=function(i,u){i*=Yo;var o=Math.cos(u*=Yo);t=o*Math.cos(i),e=o*Math.sin(i),r=Math.sin(u),ja.point=n,kt(t,e,r)}}function Et(){ja.point=St}function At(){function n(n,t){n*=Yo;var e=Math.cos(t*=Yo),o=e*Math.cos(n),a=e*Math.sin(n),l=Math.sin(t),c=i*l-u*a,f=u*o-r*l,s=r*a-i*o,h=Math.sqrt(c*c+f*f+s*s),p=r*o+i*a+u*l,g=h&&-nn(p)/h,v=Math.atan2(h,p);Da+=g*c,Pa+=g*f,Ua+=g*s,Aa+=v,qa+=v*(r+(r=o)),Ta+=v*(i+(i=a)),Ra+=v*(u+(u=l)),kt(r,i,u)}var t,e,r,i,u;ja.point=function(o,a){t=o,e=a,ja.point=n,o*=Yo;var l=Math.cos(a*=Yo);r=l*Math.cos(o),i=l*Math.sin(o),u=Math.sin(a),kt(r,i,u)},ja.lineEnd=function(){n(t,e),ja.lineEnd=Et,ja.point=St}}function Ct(n,t){function e(e,r){return e=n(e,r),t(e[0],e[1])}return n.invert&&t.invert&&(e.invert=function(e,r){return e=t.invert(e,r),e&&n.invert(e[0],e[1])}),e}function zt(){return!0}function Lt(n,t,e,r,i){var u=[],o=[];if(n.forEach(function(n){if(!((t=n.length-1)<=0)){var t,e=n[0],r=n[t];if(wt(e,r)){i.lineStart();for(var a=0;t>a;++a)i.point((e=n[a])[0],e[1]);return void i.lineEnd()}var l=new Tt(e,n,null,!0),c=new Tt(e,null,l,!1);l.o=c,u.push(l),o.push(c),l=new Tt(r,n,null,!1),c=new Tt(r,null,l,!0),l.o=c,u.push(l),o.push(c)}}),o.sort(t),qt(u),qt(o),u.length){for(var a=0,l=e,c=o.length;c>a;++a)o[a].e=l=!l;for(var f,s,h=u[0];;){for(var p=h,g=!0;p.v;)if((p=p.n)===h)return;f=p.z,i.lineStart();do{if(p.v=p.o.v=!0,p.e){if(g)for(var a=0,c=f.length;c>a;++a)i.point((s=f[a])[0],s[1]);else r(p.x,p.n.x,1,i);p=p.n}else{if(g){f=p.p.z;for(var a=f.length-1;a>=0;--a)i.point((s=f[a])[0],s[1])}else r(p.x,p.p.x,-1,i);p=p.p}p=p.o,f=p.z,g=!g}while(!p.v);i.lineEnd()}}}function qt(n){if(t=n.length){for(var t,e,r=0,i=n[0];++r<t;)i.n=e=n[r],e.p=i,i=e;i.n=e=n[0],e.p=i}}function Tt(n,t,e,r){this.x=n,this.z=t,this.o=e,this.e=r,this.v=!1,this.n=this.p=null}function Rt(n,t,e,r){return function(i,u){function o(t,e){var r=i(t,e);n(t=r[0],e=r[1])&&u.point(t,e)}function a(n,t){var e=i(n,t);d.point(e[0],e[1])}function l(){m.point=a,d.lineStart()}function c(){m.point=o,d.lineEnd()}function f(n,t){v.push([n,t]);var e=i(n,t);x.point(e[0],e[1])}function s(){x.lineStart(),v=[]}function h(){f(v[0][0],v[0][1]),x.lineEnd();var n,t=x.clean(),e=M.buffer(),r=e.length;if(v.pop(),g.push(v),v=null,r)if(1&t){n=e[0];var i,r=n.length-1,o=-1;if(r>0){for(b||(u.polygonStart(),b=!0),u.lineStart();++o<r;)u.point((i=n[o])[0],i[1]);u.lineEnd()}}else r>1&&2&t&&e.push(e.pop().concat(e.shift())),p.push(e.filter(Dt))}var p,g,v,d=t(u),y=i.invert(r[0],r[1]),m={point:o,lineStart:l,lineEnd:c,polygonStart:function(){m.point=f,m.lineStart=s,m.lineEnd=h,p=[],g=[]},polygonEnd:function(){m.point=o,m.lineStart=l,m.lineEnd=c,p=ao.merge(p);var n=Ot(y,g);p.length?(b||(u.polygonStart(),b=!0),Lt(p,Ut,n,e,u)):n&&(b||(u.polygonStart(),b=!0),u.lineStart(),e(null,null,1,u),u.lineEnd()),b&&(u.polygonEnd(),b=!1),p=g=null},sphere:function(){u.polygonStart(),u.lineStart(),e(null,null,1,u),u.lineEnd(),u.polygonEnd()}},M=Pt(),x=t(M),b=!1;return m}}function Dt(n){return n.length>1}function Pt(){var n,t=[];return{lineStart:function(){t.push(n=[])},point:function(t,e){n.push([t,e])},lineEnd:b,buffer:function(){var e=t;return t=[],n=null,e},rejoin:function(){t.length>1&&t.push(t.pop().concat(t.shift()))}}}function Ut(n,t){return((n=n.x)[0]<0?n[1]-Io-Uo:Io-n[1])-((t=t.x)[0]<0?t[1]-Io-Uo:Io-t[1])}function jt(n){var t,e=NaN,r=NaN,i=NaN;return{lineStart:function(){n.lineStart(),t=1},point:function(u,o){var a=u>0?Fo:-Fo,l=xo(u-e);xo(l-Fo)<Uo?(n.point(e,r=(r+o)/2>0?Io:-Io),n.point(i,r),n.lineEnd(),n.lineStart(),n.point(a,r),n.point(u,r),t=0):i!==a&&l>=Fo&&(xo(e-i)<Uo&&(e-=i*Uo),xo(u-a)<Uo&&(u-=a*Uo),r=Ft(e,r,u,o),n.point(i,r),n.lineEnd(),n.lineStart(),n.point(a,r),t=0),n.point(e=u,r=o),i=a},lineEnd:function(){n.lineEnd(),e=r=NaN},clean:function(){return 2-t}}}function Ft(n,t,e,r){var i,u,o=Math.sin(n-e);return xo(o)>Uo?Math.atan((Math.sin(t)*(u=Math.cos(r))*Math.sin(e)-Math.sin(r)*(i=Math.cos(t))*Math.sin(n))/(i*u*o)):(t+r)/2}function Ht(n,t,e,r){var i;if(null==n)i=e*Io,r.point(-Fo,i),r.point(0,i),r.point(Fo,i),r.point(Fo,0),r.point(Fo,-i),r.point(0,-i),r.point(-Fo,-i),r.point(-Fo,0),r.point(-Fo,i);else if(xo(n[0]-t[0])>Uo){var u=n[0]<t[0]?Fo:-Fo;i=e*u/2,r.point(-u,i),r.point(0,i),r.point(u,i)}else r.point(t[0],t[1])}function Ot(n,t){var e=n[0],r=n[1],i=[Math.sin(e),-Math.cos(e),0],u=0,o=0;ka.reset();for(var a=0,l=t.length;l>a;++a){var c=t[a],f=c.length;if(f)for(var s=c[0],h=s[0],p=s[1]/2+Fo/4,g=Math.sin(p),v=Math.cos(p),d=1;;){d===f&&(d=0),n=c[d];var y=n[0],m=n[1]/2+Fo/4,M=Math.sin(m),x=Math.cos(m),b=y-h,_=b>=0?1:-1,w=_*b,S=w>Fo,k=g*M;if(ka.add(Math.atan2(k*_*Math.sin(w),v*x+k*Math.cos(w))),u+=S?b+_*Ho:b,S^h>=e^y>=e){var N=mt(dt(s),dt(n));bt(N);var E=mt(i,N);bt(E);var A=(S^b>=0?-1:1)*tn(E[2]);(r>A||r===A&&(N[0]||N[1]))&&(o+=S^b>=0?1:-1)}if(!d++)break;h=y,g=M,v=x,s=n}}return(-Uo>u||Uo>u&&-Uo>ka)^1&o}function It(n){function t(n,t){return Math.cos(n)*Math.cos(t)>u}function e(n){var e,u,l,c,f;return{lineStart:function(){c=l=!1,f=1},point:function(s,h){var p,g=[s,h],v=t(s,h),d=o?v?0:i(s,h):v?i(s+(0>s?Fo:-Fo),h):0;if(!e&&(c=l=v)&&n.lineStart(),v!==l&&(p=r(e,g),(wt(e,p)||wt(g,p))&&(g[0]+=Uo,g[1]+=Uo,v=t(g[0],g[1]))),v!==l)f=0,v?(n.lineStart(),p=r(g,e),n.point(p[0],p[1])):(p=r(e,g),n.point(p[0],p[1]),n.lineEnd()),e=p;else if(a&&e&&o^v){var y;d&u||!(y=r(g,e,!0))||(f=0,o?(n.lineStart(),n.point(y[0][0],y[0][1]),n.point(y[1][0],y[1][1]),n.lineEnd()):(n.point(y[1][0],y[1][1]),n.lineEnd(),n.lineStart(),n.point(y[0][0],y[0][1])))}!v||e&&wt(e,g)||n.point(g[0],g[1]),e=g,l=v,u=d},lineEnd:function(){l&&n.lineEnd(),e=null},clean:function(){return f|(c&&l)<<1}}}function r(n,t,e){var r=dt(n),i=dt(t),o=[1,0,0],a=mt(r,i),l=yt(a,a),c=a[0],f=l-c*c;if(!f)return!e&&n;var s=u*l/f,h=-u*c/f,p=mt(o,a),g=xt(o,s),v=xt(a,h);Mt(g,v);var d=p,y=yt(g,d),m=yt(d,d),M=y*y-m*(yt(g,g)-1);if(!(0>M)){var x=Math.sqrt(M),b=xt(d,(-y-x)/m);if(Mt(b,g),b=_t(b),!e)return b;var _,w=n[0],S=t[0],k=n[1],N=t[1];w>S&&(_=w,w=S,S=_);var E=S-w,A=xo(E-Fo)<Uo,C=A||Uo>E;if(!A&&k>N&&(_=k,k=N,N=_),C?A?k+N>0^b[1]<(xo(b[0]-w)<Uo?k:N):k<=b[1]&&b[1]<=N:E>Fo^(w<=b[0]&&b[0]<=S)){var z=xt(d,(-y+x)/m);return Mt(z,g),[b,_t(z)]}}}function i(t,e){var r=o?n:Fo-n,i=0;return-r>t?i|=1:t>r&&(i|=2),-r>e?i|=4:e>r&&(i|=8),i}var u=Math.cos(n),o=u>0,a=xo(u)>Uo,l=ve(n,6*Yo);return Rt(t,e,l,o?[0,-n]:[-Fo,n-Fo])}function Yt(n,t,e,r){return function(i){var u,o=i.a,a=i.b,l=o.x,c=o.y,f=a.x,s=a.y,h=0,p=1,g=f-l,v=s-c;if(u=n-l,g||!(u>0)){if(u/=g,0>g){if(h>u)return;p>u&&(p=u)}else if(g>0){if(u>p)return;u>h&&(h=u)}if(u=e-l,g||!(0>u)){if(u/=g,0>g){if(u>p)return;u>h&&(h=u)}else if(g>0){if(h>u)return;p>u&&(p=u)}if(u=t-c,v||!(u>0)){if(u/=v,0>v){if(h>u)return;p>u&&(p=u)}else if(v>0){if(u>p)return;u>h&&(h=u)}if(u=r-c,v||!(0>u)){if(u/=v,0>v){if(u>p)return;u>h&&(h=u)}else if(v>0){if(h>u)return;p>u&&(p=u)}return h>0&&(i.a={x:l+h*g,y:c+h*v}),1>p&&(i.b={x:l+p*g,y:c+p*v}),i}}}}}}function Zt(n,t,e,r){function i(r,i){return xo(r[0]-n)<Uo?i>0?0:3:xo(r[0]-e)<Uo?i>0?2:1:xo(r[1]-t)<Uo?i>0?1:0:i>0?3:2}function u(n,t){return o(n.x,t.x)}function o(n,t){var e=i(n,1),r=i(t,1);return e!==r?e-r:0===e?t[1]-n[1]:1===e?n[0]-t[0]:2===e?n[1]-t[1]:t[0]-n[0]}return function(a){function l(n){for(var t=0,e=d.length,r=n[1],i=0;e>i;++i)for(var u,o=1,a=d[i],l=a.length,c=a[0];l>o;++o)u=a[o],c[1]<=r?u[1]>r&&Q(c,u,n)>0&&++t:u[1]<=r&&Q(c,u,n)<0&&--t,c=u;return 0!==t}function c(u,a,l,c){var f=0,s=0;if(null==u||(f=i(u,l))!==(s=i(a,l))||o(u,a)<0^l>0){do c.point(0===f||3===f?n:e,f>1?r:t);while((f=(f+l+4)%4)!==s)}else c.point(a[0],a[1])}function f(i,u){return i>=n&&e>=i&&u>=t&&r>=u}function s(n,t){f(n,t)&&a.point(n,t)}function h(){C.point=g,d&&d.push(y=[]),S=!0,w=!1,b=_=NaN}function p(){v&&(g(m,M),x&&w&&E.rejoin(),v.push(E.buffer())),C.point=s,w&&a.lineEnd()}function g(n,t){n=Math.max(-Ha,Math.min(Ha,n)),t=Math.max(-Ha,Math.min(Ha,t));var e=f(n,t);if(d&&y.push([n,t]),S)m=n,M=t,x=e,S=!1,e&&(a.lineStart(),a.point(n,t));else if(e&&w)a.point(n,t);else{var r={a:{x:b,y:_},b:{x:n,y:t}};A(r)?(w||(a.lineStart(),a.point(r.a.x,r.a.y)),a.point(r.b.x,r.b.y),e||a.lineEnd(),k=!1):e&&(a.lineStart(),a.point(n,t),k=!1)}b=n,_=t,w=e}var v,d,y,m,M,x,b,_,w,S,k,N=a,E=Pt(),A=Yt(n,t,e,r),C={point:s,lineStart:h,lineEnd:p,polygonStart:function(){a=E,v=[],d=[],k=!0},polygonEnd:function(){a=N,v=ao.merge(v);var t=l([n,r]),e=k&&t,i=v.length;(e||i)&&(a.polygonStart(),e&&(a.lineStart(),c(null,null,1,a),a.lineEnd()),i&&Lt(v,u,t,c,a),a.polygonEnd()),v=d=y=null}};return C}}function Vt(n){var t=0,e=Fo/3,r=ae(n),i=r(t,e);return i.parallels=function(n){return arguments.length?r(t=n[0]*Fo/180,e=n[1]*Fo/180):[t/Fo*180,e/Fo*180]},i}function Xt(n,t){function e(n,t){var e=Math.sqrt(u-2*i*Math.sin(t))/i;return[e*Math.sin(n*=i),o-e*Math.cos(n)]}var r=Math.sin(n),i=(r+Math.sin(t))/2,u=1+r*(2*i-r),o=Math.sqrt(u)/i;return e.invert=function(n,t){var e=o-t;return[Math.atan2(n,e)/i,tn((u-(n*n+e*e)*i*i)/(2*i))]},e}function $t(){function n(n,t){Ia+=i*n-r*t,r=n,i=t}var t,e,r,i;$a.point=function(u,o){$a.point=n,t=r=u,e=i=o},$a.lineEnd=function(){n(t,e)}}function Bt(n,t){Ya>n&&(Ya=n),n>Va&&(Va=n),Za>t&&(Za=t),t>Xa&&(Xa=t)}function Wt(){function n(n,t){o.push("M",n,",",t,u)}function t(n,t){o.push("M",n,",",t),a.point=e}function e(n,t){o.push("L",n,",",t)}function r(){a.point=n}function i(){o.push("Z")}var u=Jt(4.5),o=[],a={point:n,lineStart:function(){a.point=t},lineEnd:r,polygonStart:function(){a.lineEnd=i},polygonEnd:function(){a.lineEnd=r,a.point=n},pointRadius:function(n){return u=Jt(n),a},result:function(){if(o.length){var n=o.join("");return o=[],n}}};return a}function Jt(n){return"m0,"+n+"a"+n+","+n+" 0 1,1 0,"+-2*n+"a"+n+","+n+" 0 1,1 0,"+2*n+"z"}function Gt(n,t){Ca+=n,za+=t,++La}function Kt(){function n(n,r){var i=n-t,u=r-e,o=Math.sqrt(i*i+u*u);qa+=o*(t+n)/2,Ta+=o*(e+r)/2,Ra+=o,Gt(t=n,e=r)}var t,e;Wa.point=function(r,i){Wa.point=n,Gt(t=r,e=i)}}function Qt(){Wa.point=Gt}function ne(){function n(n,t){var e=n-r,u=t-i,o=Math.sqrt(e*e+u*u);qa+=o*(r+n)/2,Ta+=o*(i+t)/2,Ra+=o,o=i*n-r*t,Da+=o*(r+n),Pa+=o*(i+t),Ua+=3*o,Gt(r=n,i=t)}var t,e,r,i;Wa.point=function(u,o){Wa.point=n,Gt(t=r=u,e=i=o)},Wa.lineEnd=function(){n(t,e)}}function te(n){function t(t,e){n.moveTo(t+o,e),n.arc(t,e,o,0,Ho)}function e(t,e){n.moveTo(t,e),a.point=r}function r(t,e){n.lineTo(t,e)}function i(){a.point=t}function u(){n.closePath()}var o=4.5,a={point:t,lineStart:function(){a.point=e},lineEnd:i,polygonStart:function(){a.lineEnd=u},polygonEnd:function(){a.lineEnd=i,a.point=t},pointRadius:function(n){return o=n,a},result:b};return a}function ee(n){function t(n){return(a?r:e)(n)}function e(t){return ue(t,function(e,r){e=n(e,r),t.point(e[0],e[1])})}function r(t){function e(e,r){e=n(e,r),t.point(e[0],e[1])}function r(){M=NaN,S.point=u,t.lineStart()}function u(e,r){var u=dt([e,r]),o=n(e,r);i(M,x,m,b,_,w,M=o[0],x=o[1],m=e,b=u[0],_=u[1],w=u[2],a,t),t.point(M,x)}function o(){S.point=e,t.lineEnd()}function l(){ -r(),S.point=c,S.lineEnd=f}function c(n,t){u(s=n,h=t),p=M,g=x,v=b,d=_,y=w,S.point=u}function f(){i(M,x,m,b,_,w,p,g,s,v,d,y,a,t),S.lineEnd=o,o()}var s,h,p,g,v,d,y,m,M,x,b,_,w,S={point:e,lineStart:r,lineEnd:o,polygonStart:function(){t.polygonStart(),S.lineStart=l},polygonEnd:function(){t.polygonEnd(),S.lineStart=r}};return S}function i(t,e,r,a,l,c,f,s,h,p,g,v,d,y){var m=f-t,M=s-e,x=m*m+M*M;if(x>4*u&&d--){var b=a+p,_=l+g,w=c+v,S=Math.sqrt(b*b+_*_+w*w),k=Math.asin(w/=S),N=xo(xo(w)-1)<Uo||xo(r-h)<Uo?(r+h)/2:Math.atan2(_,b),E=n(N,k),A=E[0],C=E[1],z=A-t,L=C-e,q=M*z-m*L;(q*q/x>u||xo((m*z+M*L)/x-.5)>.3||o>a*p+l*g+c*v)&&(i(t,e,r,a,l,c,A,C,N,b/=S,_/=S,w,d,y),y.point(A,C),i(A,C,N,b,_,w,f,s,h,p,g,v,d,y))}}var u=.5,o=Math.cos(30*Yo),a=16;return t.precision=function(n){return arguments.length?(a=(u=n*n)>0&&16,t):Math.sqrt(u)},t}function re(n){var t=ee(function(t,e){return n([t*Zo,e*Zo])});return function(n){return le(t(n))}}function ie(n){this.stream=n}function ue(n,t){return{point:t,sphere:function(){n.sphere()},lineStart:function(){n.lineStart()},lineEnd:function(){n.lineEnd()},polygonStart:function(){n.polygonStart()},polygonEnd:function(){n.polygonEnd()}}}function oe(n){return ae(function(){return n})()}function ae(n){function t(n){return n=a(n[0]*Yo,n[1]*Yo),[n[0]*h+l,c-n[1]*h]}function e(n){return n=a.invert((n[0]-l)/h,(c-n[1])/h),n&&[n[0]*Zo,n[1]*Zo]}function r(){a=Ct(o=se(y,M,x),u);var n=u(v,d);return l=p-n[0]*h,c=g+n[1]*h,i()}function i(){return f&&(f.valid=!1,f=null),t}var u,o,a,l,c,f,s=ee(function(n,t){return n=u(n,t),[n[0]*h+l,c-n[1]*h]}),h=150,p=480,g=250,v=0,d=0,y=0,M=0,x=0,b=Fa,_=m,w=null,S=null;return t.stream=function(n){return f&&(f.valid=!1),f=le(b(o,s(_(n)))),f.valid=!0,f},t.clipAngle=function(n){return arguments.length?(b=null==n?(w=n,Fa):It((w=+n)*Yo),i()):w},t.clipExtent=function(n){return arguments.length?(S=n,_=n?Zt(n[0][0],n[0][1],n[1][0],n[1][1]):m,i()):S},t.scale=function(n){return arguments.length?(h=+n,r()):h},t.translate=function(n){return arguments.length?(p=+n[0],g=+n[1],r()):[p,g]},t.center=function(n){return arguments.length?(v=n[0]%360*Yo,d=n[1]%360*Yo,r()):[v*Zo,d*Zo]},t.rotate=function(n){return arguments.length?(y=n[0]%360*Yo,M=n[1]%360*Yo,x=n.length>2?n[2]%360*Yo:0,r()):[y*Zo,M*Zo,x*Zo]},ao.rebind(t,s,"precision"),function(){return u=n.apply(this,arguments),t.invert=u.invert&&e,r()}}function le(n){return ue(n,function(t,e){n.point(t*Yo,e*Yo)})}function ce(n,t){return[n,t]}function fe(n,t){return[n>Fo?n-Ho:-Fo>n?n+Ho:n,t]}function se(n,t,e){return n?t||e?Ct(pe(n),ge(t,e)):pe(n):t||e?ge(t,e):fe}function he(n){return function(t,e){return t+=n,[t>Fo?t-Ho:-Fo>t?t+Ho:t,e]}}function pe(n){var t=he(n);return t.invert=he(-n),t}function ge(n,t){function e(n,t){var e=Math.cos(t),a=Math.cos(n)*e,l=Math.sin(n)*e,c=Math.sin(t),f=c*r+a*i;return[Math.atan2(l*u-f*o,a*r-c*i),tn(f*u+l*o)]}var r=Math.cos(n),i=Math.sin(n),u=Math.cos(t),o=Math.sin(t);return e.invert=function(n,t){var e=Math.cos(t),a=Math.cos(n)*e,l=Math.sin(n)*e,c=Math.sin(t),f=c*u-l*o;return[Math.atan2(l*u+c*o,a*r+f*i),tn(f*r-a*i)]},e}function ve(n,t){var e=Math.cos(n),r=Math.sin(n);return function(i,u,o,a){var l=o*t;null!=i?(i=de(e,i),u=de(e,u),(o>0?u>i:i>u)&&(i+=o*Ho)):(i=n+o*Ho,u=n-.5*l);for(var c,f=i;o>0?f>u:u>f;f-=l)a.point((c=_t([e,-r*Math.cos(f),-r*Math.sin(f)]))[0],c[1])}}function de(n,t){var e=dt(t);e[0]-=n,bt(e);var r=nn(-e[1]);return((-e[2]<0?-r:r)+2*Math.PI-Uo)%(2*Math.PI)}function ye(n,t,e){var r=ao.range(n,t-Uo,e).concat(t);return function(n){return r.map(function(t){return[n,t]})}}function me(n,t,e){var r=ao.range(n,t-Uo,e).concat(t);return function(n){return r.map(function(t){return[t,n]})}}function Me(n){return n.source}function xe(n){return n.target}function be(n,t,e,r){var i=Math.cos(t),u=Math.sin(t),o=Math.cos(r),a=Math.sin(r),l=i*Math.cos(n),c=i*Math.sin(n),f=o*Math.cos(e),s=o*Math.sin(e),h=2*Math.asin(Math.sqrt(on(r-t)+i*o*on(e-n))),p=1/Math.sin(h),g=h?function(n){var t=Math.sin(n*=h)*p,e=Math.sin(h-n)*p,r=e*l+t*f,i=e*c+t*s,o=e*u+t*a;return[Math.atan2(i,r)*Zo,Math.atan2(o,Math.sqrt(r*r+i*i))*Zo]}:function(){return[n*Zo,t*Zo]};return g.distance=h,g}function _e(){function n(n,i){var u=Math.sin(i*=Yo),o=Math.cos(i),a=xo((n*=Yo)-t),l=Math.cos(a);Ja+=Math.atan2(Math.sqrt((a=o*Math.sin(a))*a+(a=r*u-e*o*l)*a),e*u+r*o*l),t=n,e=u,r=o}var t,e,r;Ga.point=function(i,u){t=i*Yo,e=Math.sin(u*=Yo),r=Math.cos(u),Ga.point=n},Ga.lineEnd=function(){Ga.point=Ga.lineEnd=b}}function we(n,t){function e(t,e){var r=Math.cos(t),i=Math.cos(e),u=n(r*i);return[u*i*Math.sin(t),u*Math.sin(e)]}return e.invert=function(n,e){var r=Math.sqrt(n*n+e*e),i=t(r),u=Math.sin(i),o=Math.cos(i);return[Math.atan2(n*u,r*o),Math.asin(r&&e*u/r)]},e}function Se(n,t){function e(n,t){o>0?-Io+Uo>t&&(t=-Io+Uo):t>Io-Uo&&(t=Io-Uo);var e=o/Math.pow(i(t),u);return[e*Math.sin(u*n),o-e*Math.cos(u*n)]}var r=Math.cos(n),i=function(n){return Math.tan(Fo/4+n/2)},u=n===t?Math.sin(n):Math.log(r/Math.cos(t))/Math.log(i(t)/i(n)),o=r*Math.pow(i(n),u)/u;return u?(e.invert=function(n,t){var e=o-t,r=K(u)*Math.sqrt(n*n+e*e);return[Math.atan2(n,e)/u,2*Math.atan(Math.pow(o/r,1/u))-Io]},e):Ne}function ke(n,t){function e(n,t){var e=u-t;return[e*Math.sin(i*n),u-e*Math.cos(i*n)]}var r=Math.cos(n),i=n===t?Math.sin(n):(r-Math.cos(t))/(t-n),u=r/i+n;return xo(i)<Uo?ce:(e.invert=function(n,t){var e=u-t;return[Math.atan2(n,e)/i,u-K(i)*Math.sqrt(n*n+e*e)]},e)}function Ne(n,t){return[n,Math.log(Math.tan(Fo/4+t/2))]}function Ee(n){var t,e=oe(n),r=e.scale,i=e.translate,u=e.clipExtent;return e.scale=function(){var n=r.apply(e,arguments);return n===e?t?e.clipExtent(null):e:n},e.translate=function(){var n=i.apply(e,arguments);return n===e?t?e.clipExtent(null):e:n},e.clipExtent=function(n){var o=u.apply(e,arguments);if(o===e){if(t=null==n){var a=Fo*r(),l=i();u([[l[0]-a,l[1]-a],[l[0]+a,l[1]+a]])}}else t&&(o=null);return o},e.clipExtent(null)}function Ae(n,t){return[Math.log(Math.tan(Fo/4+t/2)),-n]}function Ce(n){return n[0]}function ze(n){return n[1]}function Le(n){for(var t=n.length,e=[0,1],r=2,i=2;t>i;i++){for(;r>1&&Q(n[e[r-2]],n[e[r-1]],n[i])<=0;)--r;e[r++]=i}return e.slice(0,r)}function qe(n,t){return n[0]-t[0]||n[1]-t[1]}function Te(n,t,e){return(e[0]-t[0])*(n[1]-t[1])<(e[1]-t[1])*(n[0]-t[0])}function Re(n,t,e,r){var i=n[0],u=e[0],o=t[0]-i,a=r[0]-u,l=n[1],c=e[1],f=t[1]-l,s=r[1]-c,h=(a*(l-c)-s*(i-u))/(s*o-a*f);return[i+h*o,l+h*f]}function De(n){var t=n[0],e=n[n.length-1];return!(t[0]-e[0]||t[1]-e[1])}function Pe(){rr(this),this.edge=this.site=this.circle=null}function Ue(n){var t=cl.pop()||new Pe;return t.site=n,t}function je(n){Be(n),ol.remove(n),cl.push(n),rr(n)}function Fe(n){var t=n.circle,e=t.x,r=t.cy,i={x:e,y:r},u=n.P,o=n.N,a=[n];je(n);for(var l=u;l.circle&&xo(e-l.circle.x)<Uo&&xo(r-l.circle.cy)<Uo;)u=l.P,a.unshift(l),je(l),l=u;a.unshift(l),Be(l);for(var c=o;c.circle&&xo(e-c.circle.x)<Uo&&xo(r-c.circle.cy)<Uo;)o=c.N,a.push(c),je(c),c=o;a.push(c),Be(c);var f,s=a.length;for(f=1;s>f;++f)c=a[f],l=a[f-1],nr(c.edge,l.site,c.site,i);l=a[0],c=a[s-1],c.edge=Ke(l.site,c.site,null,i),$e(l),$e(c)}function He(n){for(var t,e,r,i,u=n.x,o=n.y,a=ol._;a;)if(r=Oe(a,o)-u,r>Uo)a=a.L;else{if(i=u-Ie(a,o),!(i>Uo)){r>-Uo?(t=a.P,e=a):i>-Uo?(t=a,e=a.N):t=e=a;break}if(!a.R){t=a;break}a=a.R}var l=Ue(n);if(ol.insert(t,l),t||e){if(t===e)return Be(t),e=Ue(t.site),ol.insert(l,e),l.edge=e.edge=Ke(t.site,l.site),$e(t),void $e(e);if(!e)return void(l.edge=Ke(t.site,l.site));Be(t),Be(e);var c=t.site,f=c.x,s=c.y,h=n.x-f,p=n.y-s,g=e.site,v=g.x-f,d=g.y-s,y=2*(h*d-p*v),m=h*h+p*p,M=v*v+d*d,x={x:(d*m-p*M)/y+f,y:(h*M-v*m)/y+s};nr(e.edge,c,g,x),l.edge=Ke(c,n,null,x),e.edge=Ke(n,g,null,x),$e(t),$e(e)}}function Oe(n,t){var e=n.site,r=e.x,i=e.y,u=i-t;if(!u)return r;var o=n.P;if(!o)return-(1/0);e=o.site;var a=e.x,l=e.y,c=l-t;if(!c)return a;var f=a-r,s=1/u-1/c,h=f/c;return s?(-h+Math.sqrt(h*h-2*s*(f*f/(-2*c)-l+c/2+i-u/2)))/s+r:(r+a)/2}function Ie(n,t){var e=n.N;if(e)return Oe(e,t);var r=n.site;return r.y===t?r.x:1/0}function Ye(n){this.site=n,this.edges=[]}function Ze(n){for(var t,e,r,i,u,o,a,l,c,f,s=n[0][0],h=n[1][0],p=n[0][1],g=n[1][1],v=ul,d=v.length;d--;)if(u=v[d],u&&u.prepare())for(a=u.edges,l=a.length,o=0;l>o;)f=a[o].end(),r=f.x,i=f.y,c=a[++o%l].start(),t=c.x,e=c.y,(xo(r-t)>Uo||xo(i-e)>Uo)&&(a.splice(o,0,new tr(Qe(u.site,f,xo(r-s)<Uo&&g-i>Uo?{x:s,y:xo(t-s)<Uo?e:g}:xo(i-g)<Uo&&h-r>Uo?{x:xo(e-g)<Uo?t:h,y:g}:xo(r-h)<Uo&&i-p>Uo?{x:h,y:xo(t-h)<Uo?e:p}:xo(i-p)<Uo&&r-s>Uo?{x:xo(e-p)<Uo?t:s,y:p}:null),u.site,null)),++l)}function Ve(n,t){return t.angle-n.angle}function Xe(){rr(this),this.x=this.y=this.arc=this.site=this.cy=null}function $e(n){var t=n.P,e=n.N;if(t&&e){var r=t.site,i=n.site,u=e.site;if(r!==u){var o=i.x,a=i.y,l=r.x-o,c=r.y-a,f=u.x-o,s=u.y-a,h=2*(l*s-c*f);if(!(h>=-jo)){var p=l*l+c*c,g=f*f+s*s,v=(s*p-c*g)/h,d=(l*g-f*p)/h,s=d+a,y=fl.pop()||new Xe;y.arc=n,y.site=i,y.x=v+o,y.y=s+Math.sqrt(v*v+d*d),y.cy=s,n.circle=y;for(var m=null,M=ll._;M;)if(y.y<M.y||y.y===M.y&&y.x<=M.x){if(!M.L){m=M.P;break}M=M.L}else{if(!M.R){m=M;break}M=M.R}ll.insert(m,y),m||(al=y)}}}}function Be(n){var t=n.circle;t&&(t.P||(al=t.N),ll.remove(t),fl.push(t),rr(t),n.circle=null)}function We(n){for(var t,e=il,r=Yt(n[0][0],n[0][1],n[1][0],n[1][1]),i=e.length;i--;)t=e[i],(!Je(t,n)||!r(t)||xo(t.a.x-t.b.x)<Uo&&xo(t.a.y-t.b.y)<Uo)&&(t.a=t.b=null,e.splice(i,1))}function Je(n,t){var e=n.b;if(e)return!0;var r,i,u=n.a,o=t[0][0],a=t[1][0],l=t[0][1],c=t[1][1],f=n.l,s=n.r,h=f.x,p=f.y,g=s.x,v=s.y,d=(h+g)/2,y=(p+v)/2;if(v===p){if(o>d||d>=a)return;if(h>g){if(u){if(u.y>=c)return}else u={x:d,y:l};e={x:d,y:c}}else{if(u){if(u.y<l)return}else u={x:d,y:c};e={x:d,y:l}}}else if(r=(h-g)/(v-p),i=y-r*d,-1>r||r>1)if(h>g){if(u){if(u.y>=c)return}else u={x:(l-i)/r,y:l};e={x:(c-i)/r,y:c}}else{if(u){if(u.y<l)return}else u={x:(c-i)/r,y:c};e={x:(l-i)/r,y:l}}else if(v>p){if(u){if(u.x>=a)return}else u={x:o,y:r*o+i};e={x:a,y:r*a+i}}else{if(u){if(u.x<o)return}else u={x:a,y:r*a+i};e={x:o,y:r*o+i}}return n.a=u,n.b=e,!0}function Ge(n,t){this.l=n,this.r=t,this.a=this.b=null}function Ke(n,t,e,r){var i=new Ge(n,t);return il.push(i),e&&nr(i,n,t,e),r&&nr(i,t,n,r),ul[n.i].edges.push(new tr(i,n,t)),ul[t.i].edges.push(new tr(i,t,n)),i}function Qe(n,t,e){var r=new Ge(n,null);return r.a=t,r.b=e,il.push(r),r}function nr(n,t,e,r){n.a||n.b?n.l===e?n.b=r:n.a=r:(n.a=r,n.l=t,n.r=e)}function tr(n,t,e){var r=n.a,i=n.b;this.edge=n,this.site=t,this.angle=e?Math.atan2(e.y-t.y,e.x-t.x):n.l===t?Math.atan2(i.x-r.x,r.y-i.y):Math.atan2(r.x-i.x,i.y-r.y)}function er(){this._=null}function rr(n){n.U=n.C=n.L=n.R=n.P=n.N=null}function ir(n,t){var e=t,r=t.R,i=e.U;i?i.L===e?i.L=r:i.R=r:n._=r,r.U=i,e.U=r,e.R=r.L,e.R&&(e.R.U=e),r.L=e}function ur(n,t){var e=t,r=t.L,i=e.U;i?i.L===e?i.L=r:i.R=r:n._=r,r.U=i,e.U=r,e.L=r.R,e.L&&(e.L.U=e),r.R=e}function or(n){for(;n.L;)n=n.L;return n}function ar(n,t){var e,r,i,u=n.sort(lr).pop();for(il=[],ul=new Array(n.length),ol=new er,ll=new er;;)if(i=al,u&&(!i||u.y<i.y||u.y===i.y&&u.x<i.x))u.x===e&&u.y===r||(ul[u.i]=new Ye(u),He(u),e=u.x,r=u.y),u=n.pop();else{if(!i)break;Fe(i.arc)}t&&(We(t),Ze(t));var o={cells:ul,edges:il};return ol=ll=il=ul=null,o}function lr(n,t){return t.y-n.y||t.x-n.x}function cr(n,t,e){return(n.x-e.x)*(t.y-n.y)-(n.x-t.x)*(e.y-n.y)}function fr(n){return n.x}function sr(n){return n.y}function hr(){return{leaf:!0,nodes:[],point:null,x:null,y:null}}function pr(n,t,e,r,i,u){if(!n(t,e,r,i,u)){var o=.5*(e+i),a=.5*(r+u),l=t.nodes;l[0]&&pr(n,l[0],e,r,o,a),l[1]&&pr(n,l[1],o,r,i,a),l[2]&&pr(n,l[2],e,a,o,u),l[3]&&pr(n,l[3],o,a,i,u)}}function gr(n,t,e,r,i,u,o){var a,l=1/0;return function c(n,f,s,h,p){if(!(f>u||s>o||r>h||i>p)){if(g=n.point){var g,v=t-n.x,d=e-n.y,y=v*v+d*d;if(l>y){var m=Math.sqrt(l=y);r=t-m,i=e-m,u=t+m,o=e+m,a=g}}for(var M=n.nodes,x=.5*(f+h),b=.5*(s+p),_=t>=x,w=e>=b,S=w<<1|_,k=S+4;k>S;++S)if(n=M[3&S])switch(3&S){case 0:c(n,f,s,x,b);break;case 1:c(n,x,s,h,b);break;case 2:c(n,f,b,x,p);break;case 3:c(n,x,b,h,p)}}}(n,r,i,u,o),a}function vr(n,t){n=ao.rgb(n),t=ao.rgb(t);var e=n.r,r=n.g,i=n.b,u=t.r-e,o=t.g-r,a=t.b-i;return function(n){return"#"+bn(Math.round(e+u*n))+bn(Math.round(r+o*n))+bn(Math.round(i+a*n))}}function dr(n,t){var e,r={},i={};for(e in n)e in t?r[e]=Mr(n[e],t[e]):i[e]=n[e];for(e in t)e in n||(i[e]=t[e]);return function(n){for(e in r)i[e]=r[e](n);return i}}function yr(n,t){return n=+n,t=+t,function(e){return n*(1-e)+t*e}}function mr(n,t){var e,r,i,u=hl.lastIndex=pl.lastIndex=0,o=-1,a=[],l=[];for(n+="",t+="";(e=hl.exec(n))&&(r=pl.exec(t));)(i=r.index)>u&&(i=t.slice(u,i),a[o]?a[o]+=i:a[++o]=i),(e=e[0])===(r=r[0])?a[o]?a[o]+=r:a[++o]=r:(a[++o]=null,l.push({i:o,x:yr(e,r)})),u=pl.lastIndex;return u<t.length&&(i=t.slice(u),a[o]?a[o]+=i:a[++o]=i),a.length<2?l[0]?(t=l[0].x,function(n){return t(n)+""}):function(){return t}:(t=l.length,function(n){for(var e,r=0;t>r;++r)a[(e=l[r]).i]=e.x(n);return a.join("")})}function Mr(n,t){for(var e,r=ao.interpolators.length;--r>=0&&!(e=ao.interpolators[r](n,t)););return e}function xr(n,t){var e,r=[],i=[],u=n.length,o=t.length,a=Math.min(n.length,t.length);for(e=0;a>e;++e)r.push(Mr(n[e],t[e]));for(;u>e;++e)i[e]=n[e];for(;o>e;++e)i[e]=t[e];return function(n){for(e=0;a>e;++e)i[e]=r[e](n);return i}}function br(n){return function(t){return 0>=t?0:t>=1?1:n(t)}}function _r(n){return function(t){return 1-n(1-t)}}function wr(n){return function(t){return.5*(.5>t?n(2*t):2-n(2-2*t))}}function Sr(n){return n*n}function kr(n){return n*n*n}function Nr(n){if(0>=n)return 0;if(n>=1)return 1;var t=n*n,e=t*n;return 4*(.5>n?e:3*(n-t)+e-.75)}function Er(n){return function(t){return Math.pow(t,n)}}function Ar(n){return 1-Math.cos(n*Io)}function Cr(n){return Math.pow(2,10*(n-1))}function zr(n){return 1-Math.sqrt(1-n*n)}function Lr(n,t){var e;return arguments.length<2&&(t=.45),arguments.length?e=t/Ho*Math.asin(1/n):(n=1,e=t/4),function(r){return 1+n*Math.pow(2,-10*r)*Math.sin((r-e)*Ho/t)}}function qr(n){return n||(n=1.70158),function(t){return t*t*((n+1)*t-n)}}function Tr(n){return 1/2.75>n?7.5625*n*n:2/2.75>n?7.5625*(n-=1.5/2.75)*n+.75:2.5/2.75>n?7.5625*(n-=2.25/2.75)*n+.9375:7.5625*(n-=2.625/2.75)*n+.984375}function Rr(n,t){n=ao.hcl(n),t=ao.hcl(t);var e=n.h,r=n.c,i=n.l,u=t.h-e,o=t.c-r,a=t.l-i;return isNaN(o)&&(o=0,r=isNaN(r)?t.c:r),isNaN(u)?(u=0,e=isNaN(e)?t.h:e):u>180?u-=360:-180>u&&(u+=360),function(n){return sn(e+u*n,r+o*n,i+a*n)+""}}function Dr(n,t){n=ao.hsl(n),t=ao.hsl(t);var e=n.h,r=n.s,i=n.l,u=t.h-e,o=t.s-r,a=t.l-i;return isNaN(o)&&(o=0,r=isNaN(r)?t.s:r),isNaN(u)?(u=0,e=isNaN(e)?t.h:e):u>180?u-=360:-180>u&&(u+=360),function(n){return cn(e+u*n,r+o*n,i+a*n)+""}}function Pr(n,t){n=ao.lab(n),t=ao.lab(t);var e=n.l,r=n.a,i=n.b,u=t.l-e,o=t.a-r,a=t.b-i;return function(n){return pn(e+u*n,r+o*n,i+a*n)+""}}function Ur(n,t){return t-=n,function(e){return Math.round(n+t*e)}}function jr(n){var t=[n.a,n.b],e=[n.c,n.d],r=Hr(t),i=Fr(t,e),u=Hr(Or(e,t,-i))||0;t[0]*e[1]<e[0]*t[1]&&(t[0]*=-1,t[1]*=-1,r*=-1,i*=-1),this.rotate=(r?Math.atan2(t[1],t[0]):Math.atan2(-e[0],e[1]))*Zo,this.translate=[n.e,n.f],this.scale=[r,u],this.skew=u?Math.atan2(i,u)*Zo:0}function Fr(n,t){return n[0]*t[0]+n[1]*t[1]}function Hr(n){var t=Math.sqrt(Fr(n,n));return t&&(n[0]/=t,n[1]/=t),t}function Or(n,t,e){return n[0]+=e*t[0],n[1]+=e*t[1],n}function Ir(n){return n.length?n.pop()+",":""}function Yr(n,t,e,r){if(n[0]!==t[0]||n[1]!==t[1]){var i=e.push("translate(",null,",",null,")");r.push({i:i-4,x:yr(n[0],t[0])},{i:i-2,x:yr(n[1],t[1])})}else(t[0]||t[1])&&e.push("translate("+t+")")}function Zr(n,t,e,r){n!==t?(n-t>180?t+=360:t-n>180&&(n+=360),r.push({i:e.push(Ir(e)+"rotate(",null,")")-2,x:yr(n,t)})):t&&e.push(Ir(e)+"rotate("+t+")")}function Vr(n,t,e,r){n!==t?r.push({i:e.push(Ir(e)+"skewX(",null,")")-2,x:yr(n,t)}):t&&e.push(Ir(e)+"skewX("+t+")")}function Xr(n,t,e,r){if(n[0]!==t[0]||n[1]!==t[1]){var i=e.push(Ir(e)+"scale(",null,",",null,")");r.push({i:i-4,x:yr(n[0],t[0])},{i:i-2,x:yr(n[1],t[1])})}else 1===t[0]&&1===t[1]||e.push(Ir(e)+"scale("+t+")")}function $r(n,t){var e=[],r=[];return n=ao.transform(n),t=ao.transform(t),Yr(n.translate,t.translate,e,r),Zr(n.rotate,t.rotate,e,r),Vr(n.skew,t.skew,e,r),Xr(n.scale,t.scale,e,r),n=t=null,function(n){for(var t,i=-1,u=r.length;++i<u;)e[(t=r[i]).i]=t.x(n);return e.join("")}}function Br(n,t){return t=(t-=n=+n)||1/t,function(e){return(e-n)/t}}function Wr(n,t){return t=(t-=n=+n)||1/t,function(e){return Math.max(0,Math.min(1,(e-n)/t))}}function Jr(n){for(var t=n.source,e=n.target,r=Kr(t,e),i=[t];t!==r;)t=t.parent,i.push(t);for(var u=i.length;e!==r;)i.splice(u,0,e),e=e.parent;return i}function Gr(n){for(var t=[],e=n.parent;null!=e;)t.push(n),n=e,e=e.parent;return t.push(n),t}function Kr(n,t){if(n===t)return n;for(var e=Gr(n),r=Gr(t),i=e.pop(),u=r.pop(),o=null;i===u;)o=i,i=e.pop(),u=r.pop();return o}function Qr(n){n.fixed|=2}function ni(n){n.fixed&=-7}function ti(n){n.fixed|=4,n.px=n.x,n.py=n.y}function ei(n){n.fixed&=-5}function ri(n,t,e){var r=0,i=0;if(n.charge=0,!n.leaf)for(var u,o=n.nodes,a=o.length,l=-1;++l<a;)u=o[l],null!=u&&(ri(u,t,e),n.charge+=u.charge,r+=u.charge*u.cx,i+=u.charge*u.cy);if(n.point){n.leaf||(n.point.x+=Math.random()-.5,n.point.y+=Math.random()-.5);var c=t*e[n.point.index];n.charge+=n.pointCharge=c,r+=c*n.point.x,i+=c*n.point.y}n.cx=r/n.charge,n.cy=i/n.charge}function ii(n,t){return ao.rebind(n,t,"sort","children","value"),n.nodes=n,n.links=fi,n}function ui(n,t){for(var e=[n];null!=(n=e.pop());)if(t(n),(i=n.children)&&(r=i.length))for(var r,i;--r>=0;)e.push(i[r])}function oi(n,t){for(var e=[n],r=[];null!=(n=e.pop());)if(r.push(n),(u=n.children)&&(i=u.length))for(var i,u,o=-1;++o<i;)e.push(u[o]);for(;null!=(n=r.pop());)t(n)}function ai(n){return n.children}function li(n){return n.value}function ci(n,t){return t.value-n.value}function fi(n){return ao.merge(n.map(function(n){return(n.children||[]).map(function(t){return{source:n,target:t}})}))}function si(n){return n.x}function hi(n){return n.y}function pi(n,t,e){n.y0=t,n.y=e}function gi(n){return ao.range(n.length)}function vi(n){for(var t=-1,e=n[0].length,r=[];++t<e;)r[t]=0;return r}function di(n){for(var t,e=1,r=0,i=n[0][1],u=n.length;u>e;++e)(t=n[e][1])>i&&(r=e,i=t);return r}function yi(n){return n.reduce(mi,0)}function mi(n,t){return n+t[1]}function Mi(n,t){return xi(n,Math.ceil(Math.log(t.length)/Math.LN2+1))}function xi(n,t){for(var e=-1,r=+n[0],i=(n[1]-r)/t,u=[];++e<=t;)u[e]=i*e+r;return u}function bi(n){return[ao.min(n),ao.max(n)]}function _i(n,t){return n.value-t.value}function wi(n,t){var e=n._pack_next;n._pack_next=t,t._pack_prev=n,t._pack_next=e,e._pack_prev=t}function Si(n,t){n._pack_next=t,t._pack_prev=n}function ki(n,t){var e=t.x-n.x,r=t.y-n.y,i=n.r+t.r;return.999*i*i>e*e+r*r}function Ni(n){function t(n){f=Math.min(n.x-n.r,f),s=Math.max(n.x+n.r,s),h=Math.min(n.y-n.r,h),p=Math.max(n.y+n.r,p)}if((e=n.children)&&(c=e.length)){var e,r,i,u,o,a,l,c,f=1/0,s=-(1/0),h=1/0,p=-(1/0);if(e.forEach(Ei),r=e[0],r.x=-r.r,r.y=0,t(r),c>1&&(i=e[1],i.x=i.r,i.y=0,t(i),c>2))for(u=e[2],zi(r,i,u),t(u),wi(r,u),r._pack_prev=u,wi(u,i),i=r._pack_next,o=3;c>o;o++){zi(r,i,u=e[o]);var g=0,v=1,d=1;for(a=i._pack_next;a!==i;a=a._pack_next,v++)if(ki(a,u)){g=1;break}if(1==g)for(l=r._pack_prev;l!==a._pack_prev&&!ki(l,u);l=l._pack_prev,d++);g?(d>v||v==d&&i.r<r.r?Si(r,i=a):Si(r=l,i),o--):(wi(r,u),i=u,t(u))}var y=(f+s)/2,m=(h+p)/2,M=0;for(o=0;c>o;o++)u=e[o],u.x-=y,u.y-=m,M=Math.max(M,u.r+Math.sqrt(u.x*u.x+u.y*u.y));n.r=M,e.forEach(Ai)}}function Ei(n){n._pack_next=n._pack_prev=n}function Ai(n){delete n._pack_next,delete n._pack_prev}function Ci(n,t,e,r){var i=n.children;if(n.x=t+=r*n.x,n.y=e+=r*n.y,n.r*=r,i)for(var u=-1,o=i.length;++u<o;)Ci(i[u],t,e,r)}function zi(n,t,e){var r=n.r+e.r,i=t.x-n.x,u=t.y-n.y;if(r&&(i||u)){var o=t.r+e.r,a=i*i+u*u;o*=o,r*=r;var l=.5+(r-o)/(2*a),c=Math.sqrt(Math.max(0,2*o*(r+a)-(r-=a)*r-o*o))/(2*a);e.x=n.x+l*i+c*u,e.y=n.y+l*u-c*i}else e.x=n.x+r,e.y=n.y}function Li(n,t){return n.parent==t.parent?1:2}function qi(n){var t=n.children;return t.length?t[0]:n.t}function Ti(n){var t,e=n.children;return(t=e.length)?e[t-1]:n.t}function Ri(n,t,e){var r=e/(t.i-n.i);t.c-=r,t.s+=e,n.c+=r,t.z+=e,t.m+=e}function Di(n){for(var t,e=0,r=0,i=n.children,u=i.length;--u>=0;)t=i[u],t.z+=e,t.m+=e,e+=t.s+(r+=t.c)}function Pi(n,t,e){return n.a.parent===t.parent?n.a:e}function Ui(n){return 1+ao.max(n,function(n){return n.y})}function ji(n){return n.reduce(function(n,t){return n+t.x},0)/n.length}function Fi(n){var t=n.children;return t&&t.length?Fi(t[0]):n}function Hi(n){var t,e=n.children;return e&&(t=e.length)?Hi(e[t-1]):n}function Oi(n){return{x:n.x,y:n.y,dx:n.dx,dy:n.dy}}function Ii(n,t){var e=n.x+t[3],r=n.y+t[0],i=n.dx-t[1]-t[3],u=n.dy-t[0]-t[2];return 0>i&&(e+=i/2,i=0),0>u&&(r+=u/2,u=0),{x:e,y:r,dx:i,dy:u}}function Yi(n){var t=n[0],e=n[n.length-1];return e>t?[t,e]:[e,t]}function Zi(n){return n.rangeExtent?n.rangeExtent():Yi(n.range())}function Vi(n,t,e,r){var i=e(n[0],n[1]),u=r(t[0],t[1]);return function(n){return u(i(n))}}function Xi(n,t){var e,r=0,i=n.length-1,u=n[r],o=n[i];return u>o&&(e=r,r=i,i=e,e=u,u=o,o=e),n[r]=t.floor(u),n[i]=t.ceil(o),n}function $i(n){return n?{floor:function(t){return Math.floor(t/n)*n},ceil:function(t){return Math.ceil(t/n)*n}}:Sl}function Bi(n,t,e,r){var i=[],u=[],o=0,a=Math.min(n.length,t.length)-1;for(n[a]<n[0]&&(n=n.slice().reverse(),t=t.slice().reverse());++o<=a;)i.push(e(n[o-1],n[o])),u.push(r(t[o-1],t[o]));return function(t){var e=ao.bisect(n,t,1,a)-1;return u[e](i[e](t))}}function Wi(n,t,e,r){function i(){var i=Math.min(n.length,t.length)>2?Bi:Vi,l=r?Wr:Br;return o=i(n,t,l,e),a=i(t,n,l,Mr),u}function u(n){return o(n)}var o,a;return u.invert=function(n){return a(n)},u.domain=function(t){return arguments.length?(n=t.map(Number),i()):n},u.range=function(n){return arguments.length?(t=n,i()):t},u.rangeRound=function(n){return u.range(n).interpolate(Ur)},u.clamp=function(n){return arguments.length?(r=n,i()):r},u.interpolate=function(n){return arguments.length?(e=n,i()):e},u.ticks=function(t){return Qi(n,t)},u.tickFormat=function(t,e){return nu(n,t,e)},u.nice=function(t){return Gi(n,t),i()},u.copy=function(){return Wi(n,t,e,r)},i()}function Ji(n,t){return ao.rebind(n,t,"range","rangeRound","interpolate","clamp")}function Gi(n,t){return Xi(n,$i(Ki(n,t)[2])),Xi(n,$i(Ki(n,t)[2])),n}function Ki(n,t){null==t&&(t=10);var e=Yi(n),r=e[1]-e[0],i=Math.pow(10,Math.floor(Math.log(r/t)/Math.LN10)),u=t/r*i;return.15>=u?i*=10:.35>=u?i*=5:.75>=u&&(i*=2),e[0]=Math.ceil(e[0]/i)*i,e[1]=Math.floor(e[1]/i)*i+.5*i,e[2]=i,e}function Qi(n,t){return ao.range.apply(ao,Ki(n,t))}function nu(n,t,e){var r=Ki(n,t);if(e){var i=ha.exec(e);if(i.shift(),"s"===i[8]){var u=ao.formatPrefix(Math.max(xo(r[0]),xo(r[1])));return i[7]||(i[7]="."+tu(u.scale(r[2]))),i[8]="f",e=ao.format(i.join("")),function(n){return e(u.scale(n))+u.symbol}}i[7]||(i[7]="."+eu(i[8],r)),e=i.join("")}else e=",."+tu(r[2])+"f";return ao.format(e)}function tu(n){return-Math.floor(Math.log(n)/Math.LN10+.01)}function eu(n,t){var e=tu(t[2]);return n in kl?Math.abs(e-tu(Math.max(xo(t[0]),xo(t[1]))))+ +("e"!==n):e-2*("%"===n)}function ru(n,t,e,r){function i(n){return(e?Math.log(0>n?0:n):-Math.log(n>0?0:-n))/Math.log(t)}function u(n){return e?Math.pow(t,n):-Math.pow(t,-n)}function o(t){return n(i(t))}return o.invert=function(t){return u(n.invert(t))},o.domain=function(t){return arguments.length?(e=t[0]>=0,n.domain((r=t.map(Number)).map(i)),o):r},o.base=function(e){return arguments.length?(t=+e,n.domain(r.map(i)),o):t},o.nice=function(){var t=Xi(r.map(i),e?Math:El);return n.domain(t),r=t.map(u),o},o.ticks=function(){var n=Yi(r),o=[],a=n[0],l=n[1],c=Math.floor(i(a)),f=Math.ceil(i(l)),s=t%1?2:t;if(isFinite(f-c)){if(e){for(;f>c;c++)for(var h=1;s>h;h++)o.push(u(c)*h);o.push(u(c))}else for(o.push(u(c));c++<f;)for(var h=s-1;h>0;h--)o.push(u(c)*h);for(c=0;o[c]<a;c++);for(f=o.length;o[f-1]>l;f--);o=o.slice(c,f)}return o},o.tickFormat=function(n,e){if(!arguments.length)return Nl;arguments.length<2?e=Nl:"function"!=typeof e&&(e=ao.format(e));var r=Math.max(1,t*n/o.ticks().length);return function(n){var o=n/u(Math.round(i(n)));return t-.5>o*t&&(o*=t),r>=o?e(n):""}},o.copy=function(){return ru(n.copy(),t,e,r)},Ji(o,n)}function iu(n,t,e){function r(t){return n(i(t))}var i=uu(t),u=uu(1/t);return r.invert=function(t){return u(n.invert(t))},r.domain=function(t){return arguments.length?(n.domain((e=t.map(Number)).map(i)),r):e},r.ticks=function(n){return Qi(e,n)},r.tickFormat=function(n,t){return nu(e,n,t)},r.nice=function(n){return r.domain(Gi(e,n))},r.exponent=function(o){return arguments.length?(i=uu(t=o),u=uu(1/t),n.domain(e.map(i)),r):t},r.copy=function(){return iu(n.copy(),t,e)},Ji(r,n)}function uu(n){return function(t){return 0>t?-Math.pow(-t,n):Math.pow(t,n)}}function ou(n,t){function e(e){return u[((i.get(e)||("range"===t.t?i.set(e,n.push(e)):NaN))-1)%u.length]}function r(t,e){return ao.range(n.length).map(function(n){return t+e*n})}var i,u,o;return e.domain=function(r){if(!arguments.length)return n;n=[],i=new c;for(var u,o=-1,a=r.length;++o<a;)i.has(u=r[o])||i.set(u,n.push(u));return e[t.t].apply(e,t.a)},e.range=function(n){return arguments.length?(u=n,o=0,t={t:"range",a:arguments},e):u},e.rangePoints=function(i,a){arguments.length<2&&(a=0);var l=i[0],c=i[1],f=n.length<2?(l=(l+c)/2,0):(c-l)/(n.length-1+a);return u=r(l+f*a/2,f),o=0,t={t:"rangePoints",a:arguments},e},e.rangeRoundPoints=function(i,a){arguments.length<2&&(a=0);var l=i[0],c=i[1],f=n.length<2?(l=c=Math.round((l+c)/2),0):(c-l)/(n.length-1+a)|0;return u=r(l+Math.round(f*a/2+(c-l-(n.length-1+a)*f)/2),f),o=0,t={t:"rangeRoundPoints",a:arguments},e},e.rangeBands=function(i,a,l){arguments.length<2&&(a=0),arguments.length<3&&(l=a);var c=i[1]<i[0],f=i[c-0],s=i[1-c],h=(s-f)/(n.length-a+2*l);return u=r(f+h*l,h),c&&u.reverse(),o=h*(1-a),t={t:"rangeBands",a:arguments},e},e.rangeRoundBands=function(i,a,l){arguments.length<2&&(a=0),arguments.length<3&&(l=a);var c=i[1]<i[0],f=i[c-0],s=i[1-c],h=Math.floor((s-f)/(n.length-a+2*l));return u=r(f+Math.round((s-f-(n.length-a)*h)/2),h),c&&u.reverse(),o=Math.round(h*(1-a)),t={t:"rangeRoundBands",a:arguments},e},e.rangeBand=function(){return o},e.rangeExtent=function(){return Yi(t.a[0])},e.copy=function(){return ou(n,t)},e.domain(n)}function au(n,t){function u(){var e=0,r=t.length;for(a=[];++e<r;)a[e-1]=ao.quantile(n,e/r);return o}function o(n){return isNaN(n=+n)?void 0:t[ao.bisect(a,n)]}var a;return o.domain=function(t){return arguments.length?(n=t.map(r).filter(i).sort(e),u()):n},o.range=function(n){return arguments.length?(t=n,u()):t},o.quantiles=function(){return a},o.invertExtent=function(e){return e=t.indexOf(e),0>e?[NaN,NaN]:[e>0?a[e-1]:n[0],e<a.length?a[e]:n[n.length-1]]},o.copy=function(){return au(n,t)},u()}function lu(n,t,e){function r(t){return e[Math.max(0,Math.min(o,Math.floor(u*(t-n))))]}function i(){return u=e.length/(t-n),o=e.length-1,r}var u,o;return r.domain=function(e){return arguments.length?(n=+e[0],t=+e[e.length-1],i()):[n,t]},r.range=function(n){return arguments.length?(e=n,i()):e},r.invertExtent=function(t){return t=e.indexOf(t),t=0>t?NaN:t/u+n,[t,t+1/u]},r.copy=function(){return lu(n,t,e)},i()}function cu(n,t){function e(e){return e>=e?t[ao.bisect(n,e)]:void 0}return e.domain=function(t){return arguments.length?(n=t,e):n},e.range=function(n){return arguments.length?(t=n,e):t},e.invertExtent=function(e){return e=t.indexOf(e),[n[e-1],n[e]]},e.copy=function(){return cu(n,t)},e}function fu(n){function t(n){return+n}return t.invert=t,t.domain=t.range=function(e){return arguments.length?(n=e.map(t),t):n},t.ticks=function(t){return Qi(n,t)},t.tickFormat=function(t,e){return nu(n,t,e)},t.copy=function(){return fu(n)},t}function su(){return 0}function hu(n){return n.innerRadius}function pu(n){return n.outerRadius}function gu(n){return n.startAngle}function vu(n){return n.endAngle}function du(n){return n&&n.padAngle}function yu(n,t,e,r){return(n-e)*t-(t-r)*n>0?0:1}function mu(n,t,e,r,i){var u=n[0]-t[0],o=n[1]-t[1],a=(i?r:-r)/Math.sqrt(u*u+o*o),l=a*o,c=-a*u,f=n[0]+l,s=n[1]+c,h=t[0]+l,p=t[1]+c,g=(f+h)/2,v=(s+p)/2,d=h-f,y=p-s,m=d*d+y*y,M=e-r,x=f*p-h*s,b=(0>y?-1:1)*Math.sqrt(Math.max(0,M*M*m-x*x)),_=(x*y-d*b)/m,w=(-x*d-y*b)/m,S=(x*y+d*b)/m,k=(-x*d+y*b)/m,N=_-g,E=w-v,A=S-g,C=k-v;return N*N+E*E>A*A+C*C&&(_=S,w=k),[[_-l,w-c],[_*e/M,w*e/M]]}function Mu(n){function t(t){function o(){c.push("M",u(n(f),a))}for(var l,c=[],f=[],s=-1,h=t.length,p=En(e),g=En(r);++s<h;)i.call(this,l=t[s],s)?f.push([+p.call(this,l,s),+g.call(this,l,s)]):f.length&&(o(),f=[]);return f.length&&o(),c.length?c.join(""):null}var e=Ce,r=ze,i=zt,u=xu,o=u.key,a=.7;return t.x=function(n){return arguments.length?(e=n,t):e},t.y=function(n){return arguments.length?(r=n,t):r},t.defined=function(n){return arguments.length?(i=n,t):i},t.interpolate=function(n){return arguments.length?(o="function"==typeof n?u=n:(u=Tl.get(n)||xu).key,t):o},t.tension=function(n){return arguments.length?(a=n,t):a},t}function xu(n){return n.length>1?n.join("L"):n+"Z"}function bu(n){return n.join("L")+"Z"}function _u(n){for(var t=0,e=n.length,r=n[0],i=[r[0],",",r[1]];++t<e;)i.push("H",(r[0]+(r=n[t])[0])/2,"V",r[1]);return e>1&&i.push("H",r[0]),i.join("")}function wu(n){for(var t=0,e=n.length,r=n[0],i=[r[0],",",r[1]];++t<e;)i.push("V",(r=n[t])[1],"H",r[0]);return i.join("")}function Su(n){for(var t=0,e=n.length,r=n[0],i=[r[0],",",r[1]];++t<e;)i.push("H",(r=n[t])[0],"V",r[1]);return i.join("")}function ku(n,t){return n.length<4?xu(n):n[1]+Au(n.slice(1,-1),Cu(n,t))}function Nu(n,t){return n.length<3?bu(n):n[0]+Au((n.push(n[0]),n),Cu([n[n.length-2]].concat(n,[n[1]]),t))}function Eu(n,t){return n.length<3?xu(n):n[0]+Au(n,Cu(n,t))}function Au(n,t){if(t.length<1||n.length!=t.length&&n.length!=t.length+2)return xu(n);var e=n.length!=t.length,r="",i=n[0],u=n[1],o=t[0],a=o,l=1;if(e&&(r+="Q"+(u[0]-2*o[0]/3)+","+(u[1]-2*o[1]/3)+","+u[0]+","+u[1],i=n[1],l=2),t.length>1){a=t[1],u=n[l],l++,r+="C"+(i[0]+o[0])+","+(i[1]+o[1])+","+(u[0]-a[0])+","+(u[1]-a[1])+","+u[0]+","+u[1];for(var c=2;c<t.length;c++,l++)u=n[l],a=t[c],r+="S"+(u[0]-a[0])+","+(u[1]-a[1])+","+u[0]+","+u[1]}if(e){var f=n[l];r+="Q"+(u[0]+2*a[0]/3)+","+(u[1]+2*a[1]/3)+","+f[0]+","+f[1]}return r}function Cu(n,t){for(var e,r=[],i=(1-t)/2,u=n[0],o=n[1],a=1,l=n.length;++a<l;)e=u,u=o,o=n[a],r.push([i*(o[0]-e[0]),i*(o[1]-e[1])]);return r}function zu(n){if(n.length<3)return xu(n);var t=1,e=n.length,r=n[0],i=r[0],u=r[1],o=[i,i,i,(r=n[1])[0]],a=[u,u,u,r[1]],l=[i,",",u,"L",Ru(Pl,o),",",Ru(Pl,a)];for(n.push(n[e-1]);++t<=e;)r=n[t],o.shift(),o.push(r[0]),a.shift(),a.push(r[1]),Du(l,o,a);return n.pop(),l.push("L",r),l.join("")}function Lu(n){if(n.length<4)return xu(n);for(var t,e=[],r=-1,i=n.length,u=[0],o=[0];++r<3;)t=n[r],u.push(t[0]),o.push(t[1]);for(e.push(Ru(Pl,u)+","+Ru(Pl,o)),--r;++r<i;)t=n[r],u.shift(),u.push(t[0]),o.shift(),o.push(t[1]),Du(e,u,o);return e.join("")}function qu(n){for(var t,e,r=-1,i=n.length,u=i+4,o=[],a=[];++r<4;)e=n[r%i],o.push(e[0]),a.push(e[1]);for(t=[Ru(Pl,o),",",Ru(Pl,a)],--r;++r<u;)e=n[r%i],o.shift(),o.push(e[0]),a.shift(),a.push(e[1]),Du(t,o,a);return t.join("")}function Tu(n,t){var e=n.length-1;if(e)for(var r,i,u=n[0][0],o=n[0][1],a=n[e][0]-u,l=n[e][1]-o,c=-1;++c<=e;)r=n[c],i=c/e,r[0]=t*r[0]+(1-t)*(u+i*a),r[1]=t*r[1]+(1-t)*(o+i*l);return zu(n)}function Ru(n,t){return n[0]*t[0]+n[1]*t[1]+n[2]*t[2]+n[3]*t[3]}function Du(n,t,e){n.push("C",Ru(Rl,t),",",Ru(Rl,e),",",Ru(Dl,t),",",Ru(Dl,e),",",Ru(Pl,t),",",Ru(Pl,e))}function Pu(n,t){return(t[1]-n[1])/(t[0]-n[0])}function Uu(n){for(var t=0,e=n.length-1,r=[],i=n[0],u=n[1],o=r[0]=Pu(i,u);++t<e;)r[t]=(o+(o=Pu(i=u,u=n[t+1])))/2;return r[t]=o,r}function ju(n){for(var t,e,r,i,u=[],o=Uu(n),a=-1,l=n.length-1;++a<l;)t=Pu(n[a],n[a+1]),xo(t)<Uo?o[a]=o[a+1]=0:(e=o[a]/t,r=o[a+1]/t,i=e*e+r*r,i>9&&(i=3*t/Math.sqrt(i),o[a]=i*e,o[a+1]=i*r));for(a=-1;++a<=l;)i=(n[Math.min(l,a+1)][0]-n[Math.max(0,a-1)][0])/(6*(1+o[a]*o[a])),u.push([i||0,o[a]*i||0]);return u}function Fu(n){return n.length<3?xu(n):n[0]+Au(n,ju(n))}function Hu(n){for(var t,e,r,i=-1,u=n.length;++i<u;)t=n[i],e=t[0],r=t[1]-Io,t[0]=e*Math.cos(r),t[1]=e*Math.sin(r);return n}function Ou(n){function t(t){function l(){v.push("M",a(n(y),s),f,c(n(d.reverse()),s),"Z")}for(var h,p,g,v=[],d=[],y=[],m=-1,M=t.length,x=En(e),b=En(i),_=e===r?function(){ -return p}:En(r),w=i===u?function(){return g}:En(u);++m<M;)o.call(this,h=t[m],m)?(d.push([p=+x.call(this,h,m),g=+b.call(this,h,m)]),y.push([+_.call(this,h,m),+w.call(this,h,m)])):d.length&&(l(),d=[],y=[]);return d.length&&l(),v.length?v.join(""):null}var e=Ce,r=Ce,i=0,u=ze,o=zt,a=xu,l=a.key,c=a,f="L",s=.7;return t.x=function(n){return arguments.length?(e=r=n,t):r},t.x0=function(n){return arguments.length?(e=n,t):e},t.x1=function(n){return arguments.length?(r=n,t):r},t.y=function(n){return arguments.length?(i=u=n,t):u},t.y0=function(n){return arguments.length?(i=n,t):i},t.y1=function(n){return arguments.length?(u=n,t):u},t.defined=function(n){return arguments.length?(o=n,t):o},t.interpolate=function(n){return arguments.length?(l="function"==typeof n?a=n:(a=Tl.get(n)||xu).key,c=a.reverse||a,f=a.closed?"M":"L",t):l},t.tension=function(n){return arguments.length?(s=n,t):s},t}function Iu(n){return n.radius}function Yu(n){return[n.x,n.y]}function Zu(n){return function(){var t=n.apply(this,arguments),e=t[0],r=t[1]-Io;return[e*Math.cos(r),e*Math.sin(r)]}}function Vu(){return 64}function Xu(){return"circle"}function $u(n){var t=Math.sqrt(n/Fo);return"M0,"+t+"A"+t+","+t+" 0 1,1 0,"+-t+"A"+t+","+t+" 0 1,1 0,"+t+"Z"}function Bu(n){return function(){var t,e,r;(t=this[n])&&(r=t[e=t.active])&&(r.timer.c=null,r.timer.t=NaN,--t.count?delete t[e]:delete this[n],t.active+=.5,r.event&&r.event.interrupt.call(this,this.__data__,r.index))}}function Wu(n,t,e){return ko(n,Yl),n.namespace=t,n.id=e,n}function Ju(n,t,e,r){var i=n.id,u=n.namespace;return Y(n,"function"==typeof e?function(n,o,a){n[u][i].tween.set(t,r(e.call(n,n.__data__,o,a)))}:(e=r(e),function(n){n[u][i].tween.set(t,e)}))}function Gu(n){return null==n&&(n=""),function(){this.textContent=n}}function Ku(n){return null==n?"__transition__":"__transition_"+n+"__"}function Qu(n,t,e,r,i){function u(n){var t=v.delay;return f.t=t+l,n>=t?o(n-t):void(f.c=o)}function o(e){var i=g.active,u=g[i];u&&(u.timer.c=null,u.timer.t=NaN,--g.count,delete g[i],u.event&&u.event.interrupt.call(n,n.__data__,u.index));for(var o in g)if(r>+o){var c=g[o];c.timer.c=null,c.timer.t=NaN,--g.count,delete g[o]}f.c=a,qn(function(){return f.c&&a(e||1)&&(f.c=null,f.t=NaN),1},0,l),g.active=r,v.event&&v.event.start.call(n,n.__data__,t),p=[],v.tween.forEach(function(e,r){(r=r.call(n,n.__data__,t))&&p.push(r)}),h=v.ease,s=v.duration}function a(i){for(var u=i/s,o=h(u),a=p.length;a>0;)p[--a].call(n,o);return u>=1?(v.event&&v.event.end.call(n,n.__data__,t),--g.count?delete g[r]:delete n[e],1):void 0}var l,f,s,h,p,g=n[e]||(n[e]={active:0,count:0}),v=g[r];v||(l=i.time,f=qn(u,0,l),v=g[r]={tween:new c,time:l,timer:f,delay:i.delay,duration:i.duration,ease:i.ease,index:t},i=null,++g.count)}function no(n,t,e){n.attr("transform",function(n){var r=t(n);return"translate("+(isFinite(r)?r:e(n))+",0)"})}function to(n,t,e){n.attr("transform",function(n){var r=t(n);return"translate(0,"+(isFinite(r)?r:e(n))+")"})}function eo(n){return n.toISOString()}function ro(n,t,e){function r(t){return n(t)}function i(n,e){var r=n[1]-n[0],i=r/e,u=ao.bisect(Kl,i);return u==Kl.length?[t.year,Ki(n.map(function(n){return n/31536e6}),e)[2]]:u?t[i/Kl[u-1]<Kl[u]/i?u-1:u]:[tc,Ki(n,e)[2]]}return r.invert=function(t){return io(n.invert(t))},r.domain=function(t){return arguments.length?(n.domain(t),r):n.domain().map(io)},r.nice=function(n,t){function e(e){return!isNaN(e)&&!n.range(e,io(+e+1),t).length}var u=r.domain(),o=Yi(u),a=null==n?i(o,10):"number"==typeof n&&i(o,n);return a&&(n=a[0],t=a[1]),r.domain(Xi(u,t>1?{floor:function(t){for(;e(t=n.floor(t));)t=io(t-1);return t},ceil:function(t){for(;e(t=n.ceil(t));)t=io(+t+1);return t}}:n))},r.ticks=function(n,t){var e=Yi(r.domain()),u=null==n?i(e,10):"number"==typeof n?i(e,n):!n.range&&[{range:n},t];return u&&(n=u[0],t=u[1]),n.range(e[0],io(+e[1]+1),1>t?1:t)},r.tickFormat=function(){return e},r.copy=function(){return ro(n.copy(),t,e)},Ji(r,n)}function io(n){return new Date(n)}function uo(n){return JSON.parse(n.responseText)}function oo(n){var t=fo.createRange();return t.selectNode(fo.body),t.createContextualFragment(n.responseText)}var ao={version:"3.5.17"},lo=[].slice,co=function(n){return lo.call(n)},fo=this.document;if(fo)try{co(fo.documentElement.childNodes)[0].nodeType}catch(so){co=function(n){for(var t=n.length,e=new Array(t);t--;)e[t]=n[t];return e}}if(Date.now||(Date.now=function(){return+new Date}),fo)try{fo.createElement("DIV").style.setProperty("opacity",0,"")}catch(ho){var po=this.Element.prototype,go=po.setAttribute,vo=po.setAttributeNS,yo=this.CSSStyleDeclaration.prototype,mo=yo.setProperty;po.setAttribute=function(n,t){go.call(this,n,t+"")},po.setAttributeNS=function(n,t,e){vo.call(this,n,t,e+"")},yo.setProperty=function(n,t,e){mo.call(this,n,t+"",e)}}ao.ascending=e,ao.descending=function(n,t){return n>t?-1:t>n?1:t>=n?0:NaN},ao.min=function(n,t){var e,r,i=-1,u=n.length;if(1===arguments.length){for(;++i<u;)if(null!=(r=n[i])&&r>=r){e=r;break}for(;++i<u;)null!=(r=n[i])&&e>r&&(e=r)}else{for(;++i<u;)if(null!=(r=t.call(n,n[i],i))&&r>=r){e=r;break}for(;++i<u;)null!=(r=t.call(n,n[i],i))&&e>r&&(e=r)}return e},ao.max=function(n,t){var e,r,i=-1,u=n.length;if(1===arguments.length){for(;++i<u;)if(null!=(r=n[i])&&r>=r){e=r;break}for(;++i<u;)null!=(r=n[i])&&r>e&&(e=r)}else{for(;++i<u;)if(null!=(r=t.call(n,n[i],i))&&r>=r){e=r;break}for(;++i<u;)null!=(r=t.call(n,n[i],i))&&r>e&&(e=r)}return e},ao.extent=function(n,t){var e,r,i,u=-1,o=n.length;if(1===arguments.length){for(;++u<o;)if(null!=(r=n[u])&&r>=r){e=i=r;break}for(;++u<o;)null!=(r=n[u])&&(e>r&&(e=r),r>i&&(i=r))}else{for(;++u<o;)if(null!=(r=t.call(n,n[u],u))&&r>=r){e=i=r;break}for(;++u<o;)null!=(r=t.call(n,n[u],u))&&(e>r&&(e=r),r>i&&(i=r))}return[e,i]},ao.sum=function(n,t){var e,r=0,u=n.length,o=-1;if(1===arguments.length)for(;++o<u;)i(e=+n[o])&&(r+=e);else for(;++o<u;)i(e=+t.call(n,n[o],o))&&(r+=e);return r},ao.mean=function(n,t){var e,u=0,o=n.length,a=-1,l=o;if(1===arguments.length)for(;++a<o;)i(e=r(n[a]))?u+=e:--l;else for(;++a<o;)i(e=r(t.call(n,n[a],a)))?u+=e:--l;return l?u/l:void 0},ao.quantile=function(n,t){var e=(n.length-1)*t+1,r=Math.floor(e),i=+n[r-1],u=e-r;return u?i+u*(n[r]-i):i},ao.median=function(n,t){var u,o=[],a=n.length,l=-1;if(1===arguments.length)for(;++l<a;)i(u=r(n[l]))&&o.push(u);else for(;++l<a;)i(u=r(t.call(n,n[l],l)))&&o.push(u);return o.length?ao.quantile(o.sort(e),.5):void 0},ao.variance=function(n,t){var e,u,o=n.length,a=0,l=0,c=-1,f=0;if(1===arguments.length)for(;++c<o;)i(e=r(n[c]))&&(u=e-a,a+=u/++f,l+=u*(e-a));else for(;++c<o;)i(e=r(t.call(n,n[c],c)))&&(u=e-a,a+=u/++f,l+=u*(e-a));return f>1?l/(f-1):void 0},ao.deviation=function(){var n=ao.variance.apply(this,arguments);return n?Math.sqrt(n):n};var Mo=u(e);ao.bisectLeft=Mo.left,ao.bisect=ao.bisectRight=Mo.right,ao.bisector=function(n){return u(1===n.length?function(t,r){return e(n(t),r)}:n)},ao.shuffle=function(n,t,e){(u=arguments.length)<3&&(e=n.length,2>u&&(t=0));for(var r,i,u=e-t;u;)i=Math.random()*u--|0,r=n[u+t],n[u+t]=n[i+t],n[i+t]=r;return n},ao.permute=function(n,t){for(var e=t.length,r=new Array(e);e--;)r[e]=n[t[e]];return r},ao.pairs=function(n){for(var t,e=0,r=n.length-1,i=n[0],u=new Array(0>r?0:r);r>e;)u[e]=[t=i,i=n[++e]];return u},ao.transpose=function(n){if(!(i=n.length))return[];for(var t=-1,e=ao.min(n,o),r=new Array(e);++t<e;)for(var i,u=-1,a=r[t]=new Array(i);++u<i;)a[u]=n[u][t];return r},ao.zip=function(){return ao.transpose(arguments)},ao.keys=function(n){var t=[];for(var e in n)t.push(e);return t},ao.values=function(n){var t=[];for(var e in n)t.push(n[e]);return t},ao.entries=function(n){var t=[];for(var e in n)t.push({key:e,value:n[e]});return t},ao.merge=function(n){for(var t,e,r,i=n.length,u=-1,o=0;++u<i;)o+=n[u].length;for(e=new Array(o);--i>=0;)for(r=n[i],t=r.length;--t>=0;)e[--o]=r[t];return e};var xo=Math.abs;ao.range=function(n,t,e){if(arguments.length<3&&(e=1,arguments.length<2&&(t=n,n=0)),(t-n)/e===1/0)throw new Error("infinite range");var r,i=[],u=a(xo(e)),o=-1;if(n*=u,t*=u,e*=u,0>e)for(;(r=n+e*++o)>t;)i.push(r/u);else for(;(r=n+e*++o)<t;)i.push(r/u);return i},ao.map=function(n,t){var e=new c;if(n instanceof c)n.forEach(function(n,t){e.set(n,t)});else if(Array.isArray(n)){var r,i=-1,u=n.length;if(1===arguments.length)for(;++i<u;)e.set(i,n[i]);else for(;++i<u;)e.set(t.call(n,r=n[i],i),r)}else for(var o in n)e.set(o,n[o]);return e};var bo="__proto__",_o="\x00";l(c,{has:h,get:function(n){return this._[f(n)]},set:function(n,t){return this._[f(n)]=t},remove:p,keys:g,values:function(){var n=[];for(var t in this._)n.push(this._[t]);return n},entries:function(){var n=[];for(var t in this._)n.push({key:s(t),value:this._[t]});return n},size:v,empty:d,forEach:function(n){for(var t in this._)n.call(this,s(t),this._[t])}}),ao.nest=function(){function n(t,o,a){if(a>=u.length)return r?r.call(i,o):e?o.sort(e):o;for(var l,f,s,h,p=-1,g=o.length,v=u[a++],d=new c;++p<g;)(h=d.get(l=v(f=o[p])))?h.push(f):d.set(l,[f]);return t?(f=t(),s=function(e,r){f.set(e,n(t,r,a))}):(f={},s=function(e,r){f[e]=n(t,r,a)}),d.forEach(s),f}function t(n,e){if(e>=u.length)return n;var r=[],i=o[e++];return n.forEach(function(n,i){r.push({key:n,values:t(i,e)})}),i?r.sort(function(n,t){return i(n.key,t.key)}):r}var e,r,i={},u=[],o=[];return i.map=function(t,e){return n(e,t,0)},i.entries=function(e){return t(n(ao.map,e,0),0)},i.key=function(n){return u.push(n),i},i.sortKeys=function(n){return o[u.length-1]=n,i},i.sortValues=function(n){return e=n,i},i.rollup=function(n){return r=n,i},i},ao.set=function(n){var t=new y;if(n)for(var e=0,r=n.length;r>e;++e)t.add(n[e]);return t},l(y,{has:h,add:function(n){return this._[f(n+="")]=!0,n},remove:p,values:g,size:v,empty:d,forEach:function(n){for(var t in this._)n.call(this,s(t))}}),ao.behavior={},ao.rebind=function(n,t){for(var e,r=1,i=arguments.length;++r<i;)n[e=arguments[r]]=M(n,t,t[e]);return n};var wo=["webkit","ms","moz","Moz","o","O"];ao.dispatch=function(){for(var n=new _,t=-1,e=arguments.length;++t<e;)n[arguments[t]]=w(n);return n},_.prototype.on=function(n,t){var e=n.indexOf("."),r="";if(e>=0&&(r=n.slice(e+1),n=n.slice(0,e)),n)return arguments.length<2?this[n].on(r):this[n].on(r,t);if(2===arguments.length){if(null==t)for(n in this)this.hasOwnProperty(n)&&this[n].on(r,null);return this}},ao.event=null,ao.requote=function(n){return n.replace(So,"\\$&")};var So=/[\\\^\$\*\+\?\|\[\]\(\)\.\{\}]/g,ko={}.__proto__?function(n,t){n.__proto__=t}:function(n,t){for(var e in t)n[e]=t[e]},No=function(n,t){return t.querySelector(n)},Eo=function(n,t){return t.querySelectorAll(n)},Ao=function(n,t){var e=n.matches||n[x(n,"matchesSelector")];return(Ao=function(n,t){return e.call(n,t)})(n,t)};"function"==typeof Sizzle&&(No=function(n,t){return Sizzle(n,t)[0]||null},Eo=Sizzle,Ao=Sizzle.matchesSelector),ao.selection=function(){return ao.select(fo.documentElement)};var Co=ao.selection.prototype=[];Co.select=function(n){var t,e,r,i,u=[];n=A(n);for(var o=-1,a=this.length;++o<a;){u.push(t=[]),t.parentNode=(r=this[o]).parentNode;for(var l=-1,c=r.length;++l<c;)(i=r[l])?(t.push(e=n.call(i,i.__data__,l,o)),e&&"__data__"in i&&(e.__data__=i.__data__)):t.push(null)}return E(u)},Co.selectAll=function(n){var t,e,r=[];n=C(n);for(var i=-1,u=this.length;++i<u;)for(var o=this[i],a=-1,l=o.length;++a<l;)(e=o[a])&&(r.push(t=co(n.call(e,e.__data__,a,i))),t.parentNode=e);return E(r)};var zo="http://www.w3.org/1999/xhtml",Lo={svg:"http://www.w3.org/2000/svg",xhtml:zo,xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/"};ao.ns={prefix:Lo,qualify:function(n){var t=n.indexOf(":"),e=n;return t>=0&&"xmlns"!==(e=n.slice(0,t))&&(n=n.slice(t+1)),Lo.hasOwnProperty(e)?{space:Lo[e],local:n}:n}},Co.attr=function(n,t){if(arguments.length<2){if("string"==typeof n){var e=this.node();return n=ao.ns.qualify(n),n.local?e.getAttributeNS(n.space,n.local):e.getAttribute(n)}for(t in n)this.each(z(t,n[t]));return this}return this.each(z(n,t))},Co.classed=function(n,t){if(arguments.length<2){if("string"==typeof n){var e=this.node(),r=(n=T(n)).length,i=-1;if(t=e.classList){for(;++i<r;)if(!t.contains(n[i]))return!1}else for(t=e.getAttribute("class");++i<r;)if(!q(n[i]).test(t))return!1;return!0}for(t in n)this.each(R(t,n[t]));return this}return this.each(R(n,t))},Co.style=function(n,e,r){var i=arguments.length;if(3>i){if("string"!=typeof n){2>i&&(e="");for(r in n)this.each(P(r,n[r],e));return this}if(2>i){var u=this.node();return t(u).getComputedStyle(u,null).getPropertyValue(n)}r=""}return this.each(P(n,e,r))},Co.property=function(n,t){if(arguments.length<2){if("string"==typeof n)return this.node()[n];for(t in n)this.each(U(t,n[t]));return this}return this.each(U(n,t))},Co.text=function(n){return arguments.length?this.each("function"==typeof n?function(){var t=n.apply(this,arguments);this.textContent=null==t?"":t}:null==n?function(){this.textContent=""}:function(){this.textContent=n}):this.node().textContent},Co.html=function(n){return arguments.length?this.each("function"==typeof n?function(){var t=n.apply(this,arguments);this.innerHTML=null==t?"":t}:null==n?function(){this.innerHTML=""}:function(){this.innerHTML=n}):this.node().innerHTML},Co.append=function(n){return n=j(n),this.select(function(){return this.appendChild(n.apply(this,arguments))})},Co.insert=function(n,t){return n=j(n),t=A(t),this.select(function(){return this.insertBefore(n.apply(this,arguments),t.apply(this,arguments)||null)})},Co.remove=function(){return this.each(F)},Co.data=function(n,t){function e(n,e){var r,i,u,o=n.length,s=e.length,h=Math.min(o,s),p=new Array(s),g=new Array(s),v=new Array(o);if(t){var d,y=new c,m=new Array(o);for(r=-1;++r<o;)(i=n[r])&&(y.has(d=t.call(i,i.__data__,r))?v[r]=i:y.set(d,i),m[r]=d);for(r=-1;++r<s;)(i=y.get(d=t.call(e,u=e[r],r)))?i!==!0&&(p[r]=i,i.__data__=u):g[r]=H(u),y.set(d,!0);for(r=-1;++r<o;)r in m&&y.get(m[r])!==!0&&(v[r]=n[r])}else{for(r=-1;++r<h;)i=n[r],u=e[r],i?(i.__data__=u,p[r]=i):g[r]=H(u);for(;s>r;++r)g[r]=H(e[r]);for(;o>r;++r)v[r]=n[r]}g.update=p,g.parentNode=p.parentNode=v.parentNode=n.parentNode,a.push(g),l.push(p),f.push(v)}var r,i,u=-1,o=this.length;if(!arguments.length){for(n=new Array(o=(r=this[0]).length);++u<o;)(i=r[u])&&(n[u]=i.__data__);return n}var a=Z([]),l=E([]),f=E([]);if("function"==typeof n)for(;++u<o;)e(r=this[u],n.call(r,r.parentNode.__data__,u));else for(;++u<o;)e(r=this[u],n);return l.enter=function(){return a},l.exit=function(){return f},l},Co.datum=function(n){return arguments.length?this.property("__data__",n):this.property("__data__")},Co.filter=function(n){var t,e,r,i=[];"function"!=typeof n&&(n=O(n));for(var u=0,o=this.length;o>u;u++){i.push(t=[]),t.parentNode=(e=this[u]).parentNode;for(var a=0,l=e.length;l>a;a++)(r=e[a])&&n.call(r,r.__data__,a,u)&&t.push(r)}return E(i)},Co.order=function(){for(var n=-1,t=this.length;++n<t;)for(var e,r=this[n],i=r.length-1,u=r[i];--i>=0;)(e=r[i])&&(u&&u!==e.nextSibling&&u.parentNode.insertBefore(e,u),u=e);return this},Co.sort=function(n){n=I.apply(this,arguments);for(var t=-1,e=this.length;++t<e;)this[t].sort(n);return this.order()},Co.each=function(n){return Y(this,function(t,e,r){n.call(t,t.__data__,e,r)})},Co.call=function(n){var t=co(arguments);return n.apply(t[0]=this,t),this},Co.empty=function(){return!this.node()},Co.node=function(){for(var n=0,t=this.length;t>n;n++)for(var e=this[n],r=0,i=e.length;i>r;r++){var u=e[r];if(u)return u}return null},Co.size=function(){var n=0;return Y(this,function(){++n}),n};var qo=[];ao.selection.enter=Z,ao.selection.enter.prototype=qo,qo.append=Co.append,qo.empty=Co.empty,qo.node=Co.node,qo.call=Co.call,qo.size=Co.size,qo.select=function(n){for(var t,e,r,i,u,o=[],a=-1,l=this.length;++a<l;){r=(i=this[a]).update,o.push(t=[]),t.parentNode=i.parentNode;for(var c=-1,f=i.length;++c<f;)(u=i[c])?(t.push(r[c]=e=n.call(i.parentNode,u.__data__,c,a)),e.__data__=u.__data__):t.push(null)}return E(o)},qo.insert=function(n,t){return arguments.length<2&&(t=V(this)),Co.insert.call(this,n,t)},ao.select=function(t){var e;return"string"==typeof t?(e=[No(t,fo)],e.parentNode=fo.documentElement):(e=[t],e.parentNode=n(t)),E([e])},ao.selectAll=function(n){var t;return"string"==typeof n?(t=co(Eo(n,fo)),t.parentNode=fo.documentElement):(t=co(n),t.parentNode=null),E([t])},Co.on=function(n,t,e){var r=arguments.length;if(3>r){if("string"!=typeof n){2>r&&(t=!1);for(e in n)this.each(X(e,n[e],t));return this}if(2>r)return(r=this.node()["__on"+n])&&r._;e=!1}return this.each(X(n,t,e))};var To=ao.map({mouseenter:"mouseover",mouseleave:"mouseout"});fo&&To.forEach(function(n){"on"+n in fo&&To.remove(n)});var Ro,Do=0;ao.mouse=function(n){return J(n,k())};var Po=this.navigator&&/WebKit/.test(this.navigator.userAgent)?-1:0;ao.touch=function(n,t,e){if(arguments.length<3&&(e=t,t=k().changedTouches),t)for(var r,i=0,u=t.length;u>i;++i)if((r=t[i]).identifier===e)return J(n,r)},ao.behavior.drag=function(){function n(){this.on("mousedown.drag",u).on("touchstart.drag",o)}function e(n,t,e,u,o){return function(){function a(){var n,e,r=t(h,v);r&&(n=r[0]-M[0],e=r[1]-M[1],g|=n|e,M=r,p({type:"drag",x:r[0]+c[0],y:r[1]+c[1],dx:n,dy:e}))}function l(){t(h,v)&&(y.on(u+d,null).on(o+d,null),m(g),p({type:"dragend"}))}var c,f=this,s=ao.event.target.correspondingElement||ao.event.target,h=f.parentNode,p=r.of(f,arguments),g=0,v=n(),d=".drag"+(null==v?"":"-"+v),y=ao.select(e(s)).on(u+d,a).on(o+d,l),m=W(s),M=t(h,v);i?(c=i.apply(f,arguments),c=[c.x-M[0],c.y-M[1]]):c=[0,0],p({type:"dragstart"})}}var r=N(n,"drag","dragstart","dragend"),i=null,u=e(b,ao.mouse,t,"mousemove","mouseup"),o=e(G,ao.touch,m,"touchmove","touchend");return n.origin=function(t){return arguments.length?(i=t,n):i},ao.rebind(n,r,"on")},ao.touches=function(n,t){return arguments.length<2&&(t=k().touches),t?co(t).map(function(t){var e=J(n,t);return e.identifier=t.identifier,e}):[]};var Uo=1e-6,jo=Uo*Uo,Fo=Math.PI,Ho=2*Fo,Oo=Ho-Uo,Io=Fo/2,Yo=Fo/180,Zo=180/Fo,Vo=Math.SQRT2,Xo=2,$o=4;ao.interpolateZoom=function(n,t){var e,r,i=n[0],u=n[1],o=n[2],a=t[0],l=t[1],c=t[2],f=a-i,s=l-u,h=f*f+s*s;if(jo>h)r=Math.log(c/o)/Vo,e=function(n){return[i+n*f,u+n*s,o*Math.exp(Vo*n*r)]};else{var p=Math.sqrt(h),g=(c*c-o*o+$o*h)/(2*o*Xo*p),v=(c*c-o*o-$o*h)/(2*c*Xo*p),d=Math.log(Math.sqrt(g*g+1)-g),y=Math.log(Math.sqrt(v*v+1)-v);r=(y-d)/Vo,e=function(n){var t=n*r,e=rn(d),a=o/(Xo*p)*(e*un(Vo*t+d)-en(d));return[i+a*f,u+a*s,o*e/rn(Vo*t+d)]}}return e.duration=1e3*r,e},ao.behavior.zoom=function(){function n(n){n.on(L,s).on(Wo+".zoom",p).on("dblclick.zoom",g).on(R,h)}function e(n){return[(n[0]-k.x)/k.k,(n[1]-k.y)/k.k]}function r(n){return[n[0]*k.k+k.x,n[1]*k.k+k.y]}function i(n){k.k=Math.max(A[0],Math.min(A[1],n))}function u(n,t){t=r(t),k.x+=n[0]-t[0],k.y+=n[1]-t[1]}function o(t,e,r,o){t.__chart__={x:k.x,y:k.y,k:k.k},i(Math.pow(2,o)),u(d=e,r),t=ao.select(t),C>0&&(t=t.transition().duration(C)),t.call(n.event)}function a(){b&&b.domain(x.range().map(function(n){return(n-k.x)/k.k}).map(x.invert)),w&&w.domain(_.range().map(function(n){return(n-k.y)/k.k}).map(_.invert))}function l(n){z++||n({type:"zoomstart"})}function c(n){a(),n({type:"zoom",scale:k.k,translate:[k.x,k.y]})}function f(n){--z||(n({type:"zoomend"}),d=null)}function s(){function n(){a=1,u(ao.mouse(i),h),c(o)}function r(){s.on(q,null).on(T,null),p(a),f(o)}var i=this,o=D.of(i,arguments),a=0,s=ao.select(t(i)).on(q,n).on(T,r),h=e(ao.mouse(i)),p=W(i);Il.call(i),l(o)}function h(){function n(){var n=ao.touches(g);return p=k.k,n.forEach(function(n){n.identifier in d&&(d[n.identifier]=e(n))}),n}function t(){var t=ao.event.target;ao.select(t).on(x,r).on(b,a),_.push(t);for(var e=ao.event.changedTouches,i=0,u=e.length;u>i;++i)d[e[i].identifier]=null;var l=n(),c=Date.now();if(1===l.length){if(500>c-M){var f=l[0];o(g,f,d[f.identifier],Math.floor(Math.log(k.k)/Math.LN2)+1),S()}M=c}else if(l.length>1){var f=l[0],s=l[1],h=f[0]-s[0],p=f[1]-s[1];y=h*h+p*p}}function r(){var n,t,e,r,o=ao.touches(g);Il.call(g);for(var a=0,l=o.length;l>a;++a,r=null)if(e=o[a],r=d[e.identifier]){if(t)break;n=e,t=r}if(r){var f=(f=e[0]-n[0])*f+(f=e[1]-n[1])*f,s=y&&Math.sqrt(f/y);n=[(n[0]+e[0])/2,(n[1]+e[1])/2],t=[(t[0]+r[0])/2,(t[1]+r[1])/2],i(s*p)}M=null,u(n,t),c(v)}function a(){if(ao.event.touches.length){for(var t=ao.event.changedTouches,e=0,r=t.length;r>e;++e)delete d[t[e].identifier];for(var i in d)return void n()}ao.selectAll(_).on(m,null),w.on(L,s).on(R,h),N(),f(v)}var p,g=this,v=D.of(g,arguments),d={},y=0,m=".zoom-"+ao.event.changedTouches[0].identifier,x="touchmove"+m,b="touchend"+m,_=[],w=ao.select(g),N=W(g);t(),l(v),w.on(L,null).on(R,t)}function p(){var n=D.of(this,arguments);m?clearTimeout(m):(Il.call(this),v=e(d=y||ao.mouse(this)),l(n)),m=setTimeout(function(){m=null,f(n)},50),S(),i(Math.pow(2,.002*Bo())*k.k),u(d,v),c(n)}function g(){var n=ao.mouse(this),t=Math.log(k.k)/Math.LN2;o(this,n,e(n),ao.event.shiftKey?Math.ceil(t)-1:Math.floor(t)+1)}var v,d,y,m,M,x,b,_,w,k={x:0,y:0,k:1},E=[960,500],A=Jo,C=250,z=0,L="mousedown.zoom",q="mousemove.zoom",T="mouseup.zoom",R="touchstart.zoom",D=N(n,"zoomstart","zoom","zoomend");return Wo||(Wo="onwheel"in fo?(Bo=function(){return-ao.event.deltaY*(ao.event.deltaMode?120:1)},"wheel"):"onmousewheel"in fo?(Bo=function(){return ao.event.wheelDelta},"mousewheel"):(Bo=function(){return-ao.event.detail},"MozMousePixelScroll")),n.event=function(n){n.each(function(){var n=D.of(this,arguments),t=k;Hl?ao.select(this).transition().each("start.zoom",function(){k=this.__chart__||{x:0,y:0,k:1},l(n)}).tween("zoom:zoom",function(){var e=E[0],r=E[1],i=d?d[0]:e/2,u=d?d[1]:r/2,o=ao.interpolateZoom([(i-k.x)/k.k,(u-k.y)/k.k,e/k.k],[(i-t.x)/t.k,(u-t.y)/t.k,e/t.k]);return function(t){var r=o(t),a=e/r[2];this.__chart__=k={x:i-r[0]*a,y:u-r[1]*a,k:a},c(n)}}).each("interrupt.zoom",function(){f(n)}).each("end.zoom",function(){f(n)}):(this.__chart__=k,l(n),c(n),f(n))})},n.translate=function(t){return arguments.length?(k={x:+t[0],y:+t[1],k:k.k},a(),n):[k.x,k.y]},n.scale=function(t){return arguments.length?(k={x:k.x,y:k.y,k:null},i(+t),a(),n):k.k},n.scaleExtent=function(t){return arguments.length?(A=null==t?Jo:[+t[0],+t[1]],n):A},n.center=function(t){return arguments.length?(y=t&&[+t[0],+t[1]],n):y},n.size=function(t){return arguments.length?(E=t&&[+t[0],+t[1]],n):E},n.duration=function(t){return arguments.length?(C=+t,n):C},n.x=function(t){return arguments.length?(b=t,x=t.copy(),k={x:0,y:0,k:1},n):b},n.y=function(t){return arguments.length?(w=t,_=t.copy(),k={x:0,y:0,k:1},n):w},ao.rebind(n,D,"on")};var Bo,Wo,Jo=[0,1/0];ao.color=an,an.prototype.toString=function(){return this.rgb()+""},ao.hsl=ln;var Go=ln.prototype=new an;Go.brighter=function(n){return n=Math.pow(.7,arguments.length?n:1),new ln(this.h,this.s,this.l/n)},Go.darker=function(n){return n=Math.pow(.7,arguments.length?n:1),new ln(this.h,this.s,n*this.l)},Go.rgb=function(){return cn(this.h,this.s,this.l)},ao.hcl=fn;var Ko=fn.prototype=new an;Ko.brighter=function(n){return new fn(this.h,this.c,Math.min(100,this.l+Qo*(arguments.length?n:1)))},Ko.darker=function(n){return new fn(this.h,this.c,Math.max(0,this.l-Qo*(arguments.length?n:1)))},Ko.rgb=function(){return sn(this.h,this.c,this.l).rgb()},ao.lab=hn;var Qo=18,na=.95047,ta=1,ea=1.08883,ra=hn.prototype=new an;ra.brighter=function(n){return new hn(Math.min(100,this.l+Qo*(arguments.length?n:1)),this.a,this.b)},ra.darker=function(n){return new hn(Math.max(0,this.l-Qo*(arguments.length?n:1)),this.a,this.b)},ra.rgb=function(){return pn(this.l,this.a,this.b)},ao.rgb=mn;var ia=mn.prototype=new an;ia.brighter=function(n){n=Math.pow(.7,arguments.length?n:1);var t=this.r,e=this.g,r=this.b,i=30;return t||e||r?(t&&i>t&&(t=i),e&&i>e&&(e=i),r&&i>r&&(r=i),new mn(Math.min(255,t/n),Math.min(255,e/n),Math.min(255,r/n))):new mn(i,i,i)},ia.darker=function(n){return n=Math.pow(.7,arguments.length?n:1),new mn(n*this.r,n*this.g,n*this.b)},ia.hsl=function(){return wn(this.r,this.g,this.b)},ia.toString=function(){return"#"+bn(this.r)+bn(this.g)+bn(this.b)};var ua=ao.map({aliceblue:15792383,antiquewhite:16444375,aqua:65535,aquamarine:8388564,azure:15794175,beige:16119260,bisque:16770244,black:0,blanchedalmond:16772045,blue:255,blueviolet:9055202,brown:10824234,burlywood:14596231,cadetblue:6266528,chartreuse:8388352,chocolate:13789470,coral:16744272,cornflowerblue:6591981,cornsilk:16775388,crimson:14423100,cyan:65535,darkblue:139,darkcyan:35723,darkgoldenrod:12092939,darkgray:11119017,darkgreen:25600,darkgrey:11119017,darkkhaki:12433259,darkmagenta:9109643,darkolivegreen:5597999,darkorange:16747520,darkorchid:10040012,darkred:9109504,darksalmon:15308410,darkseagreen:9419919,darkslateblue:4734347,darkslategray:3100495,darkslategrey:3100495,darkturquoise:52945,darkviolet:9699539,deeppink:16716947,deepskyblue:49151,dimgray:6908265,dimgrey:6908265,dodgerblue:2003199,firebrick:11674146,floralwhite:16775920,forestgreen:2263842,fuchsia:16711935,gainsboro:14474460,ghostwhite:16316671,gold:16766720,goldenrod:14329120,gray:8421504,green:32768,greenyellow:11403055,grey:8421504,honeydew:15794160,hotpink:16738740,indianred:13458524,indigo:4915330,ivory:16777200,khaki:15787660,lavender:15132410,lavenderblush:16773365,lawngreen:8190976,lemonchiffon:16775885,lightblue:11393254,lightcoral:15761536,lightcyan:14745599,lightgoldenrodyellow:16448210,lightgray:13882323,lightgreen:9498256,lightgrey:13882323,lightpink:16758465,lightsalmon:16752762,lightseagreen:2142890,lightskyblue:8900346,lightslategray:7833753,lightslategrey:7833753,lightsteelblue:11584734,lightyellow:16777184,lime:65280,limegreen:3329330,linen:16445670,magenta:16711935,maroon:8388608,mediumaquamarine:6737322,mediumblue:205,mediumorchid:12211667,mediumpurple:9662683,mediumseagreen:3978097,mediumslateblue:8087790,mediumspringgreen:64154,mediumturquoise:4772300,mediumvioletred:13047173,midnightblue:1644912,mintcream:16121850,mistyrose:16770273,moccasin:16770229,navajowhite:16768685,navy:128,oldlace:16643558,olive:8421376,olivedrab:7048739,orange:16753920,orangered:16729344,orchid:14315734,palegoldenrod:15657130,palegreen:10025880,paleturquoise:11529966,palevioletred:14381203,papayawhip:16773077,peachpuff:16767673,peru:13468991,pink:16761035,plum:14524637,powderblue:11591910,purple:8388736,rebeccapurple:6697881,red:16711680,rosybrown:12357519,royalblue:4286945,saddlebrown:9127187,salmon:16416882,sandybrown:16032864,seagreen:3050327,seashell:16774638,sienna:10506797,silver:12632256,skyblue:8900331,slateblue:6970061,slategray:7372944,slategrey:7372944,snow:16775930,springgreen:65407,steelblue:4620980,tan:13808780,teal:32896,thistle:14204888,tomato:16737095,turquoise:4251856,violet:15631086,wheat:16113331,white:16777215,whitesmoke:16119285,yellow:16776960,yellowgreen:10145074});ua.forEach(function(n,t){ua.set(n,Mn(t))}),ao.functor=En,ao.xhr=An(m),ao.dsv=function(n,t){function e(n,e,u){arguments.length<3&&(u=e,e=null);var o=Cn(n,t,null==e?r:i(e),u);return o.row=function(n){return arguments.length?o.response(null==(e=n)?r:i(n)):e},o}function r(n){return e.parse(n.responseText)}function i(n){return function(t){return e.parse(t.responseText,n)}}function u(t){return t.map(o).join(n)}function o(n){return a.test(n)?'"'+n.replace(/\"/g,'""')+'"':n}var a=new RegExp('["'+n+"\n]"),l=n.charCodeAt(0);return e.parse=function(n,t){var r;return e.parseRows(n,function(n,e){if(r)return r(n,e-1);var i=new Function("d","return {"+n.map(function(n,t){return JSON.stringify(n)+": d["+t+"]"}).join(",")+"}");r=t?function(n,e){return t(i(n),e)}:i})},e.parseRows=function(n,t){function e(){if(f>=c)return o;if(i)return i=!1,u;var t=f;if(34===n.charCodeAt(t)){for(var e=t;e++<c;)if(34===n.charCodeAt(e)){if(34!==n.charCodeAt(e+1))break;++e}f=e+2;var r=n.charCodeAt(e+1);return 13===r?(i=!0,10===n.charCodeAt(e+2)&&++f):10===r&&(i=!0),n.slice(t+1,e).replace(/""/g,'"')}for(;c>f;){var r=n.charCodeAt(f++),a=1;if(10===r)i=!0;else if(13===r)i=!0,10===n.charCodeAt(f)&&(++f,++a);else if(r!==l)continue;return n.slice(t,f-a)}return n.slice(t)}for(var r,i,u={},o={},a=[],c=n.length,f=0,s=0;(r=e())!==o;){for(var h=[];r!==u&&r!==o;)h.push(r),r=e();t&&null==(h=t(h,s++))||a.push(h)}return a},e.format=function(t){if(Array.isArray(t[0]))return e.formatRows(t);var r=new y,i=[];return t.forEach(function(n){for(var t in n)r.has(t)||i.push(r.add(t))}),[i.map(o).join(n)].concat(t.map(function(t){return i.map(function(n){return o(t[n])}).join(n)})).join("\n")},e.formatRows=function(n){return n.map(u).join("\n")},e},ao.csv=ao.dsv(",","text/csv"),ao.tsv=ao.dsv(" ","text/tab-separated-values");var oa,aa,la,ca,fa=this[x(this,"requestAnimationFrame")]||function(n){setTimeout(n,17)};ao.timer=function(){qn.apply(this,arguments)},ao.timer.flush=function(){Rn(),Dn()},ao.round=function(n,t){return t?Math.round(n*(t=Math.pow(10,t)))/t:Math.round(n)};var sa=["y","z","a","f","p","n","\xb5","m","","k","M","G","T","P","E","Z","Y"].map(Un);ao.formatPrefix=function(n,t){var e=0;return(n=+n)&&(0>n&&(n*=-1),t&&(n=ao.round(n,Pn(n,t))),e=1+Math.floor(1e-12+Math.log(n)/Math.LN10),e=Math.max(-24,Math.min(24,3*Math.floor((e-1)/3)))),sa[8+e/3]};var ha=/(?:([^{])?([<>=^]))?([+\- ])?([$#])?(0)?(\d+)?(,)?(\.-?\d+)?([a-z%])?/i,pa=ao.map({b:function(n){return n.toString(2)},c:function(n){return String.fromCharCode(n)},o:function(n){return n.toString(8)},x:function(n){return n.toString(16)},X:function(n){return n.toString(16).toUpperCase()},g:function(n,t){return n.toPrecision(t)},e:function(n,t){return n.toExponential(t)},f:function(n,t){return n.toFixed(t)},r:function(n,t){return(n=ao.round(n,Pn(n,t))).toFixed(Math.max(0,Math.min(20,Pn(n*(1+1e-15),t))))}}),ga=ao.time={},va=Date;Hn.prototype={getDate:function(){return this._.getUTCDate()},getDay:function(){return this._.getUTCDay()},getFullYear:function(){return this._.getUTCFullYear()},getHours:function(){return this._.getUTCHours()},getMilliseconds:function(){return this._.getUTCMilliseconds()},getMinutes:function(){return this._.getUTCMinutes()},getMonth:function(){return this._.getUTCMonth()},getSeconds:function(){return this._.getUTCSeconds()},getTime:function(){return this._.getTime()},getTimezoneOffset:function(){return 0},valueOf:function(){return this._.valueOf()},setDate:function(){da.setUTCDate.apply(this._,arguments)},setDay:function(){da.setUTCDay.apply(this._,arguments)},setFullYear:function(){da.setUTCFullYear.apply(this._,arguments)},setHours:function(){da.setUTCHours.apply(this._,arguments)},setMilliseconds:function(){da.setUTCMilliseconds.apply(this._,arguments)},setMinutes:function(){da.setUTCMinutes.apply(this._,arguments)},setMonth:function(){da.setUTCMonth.apply(this._,arguments)},setSeconds:function(){da.setUTCSeconds.apply(this._,arguments)},setTime:function(){da.setTime.apply(this._,arguments)}};var da=Date.prototype;ga.year=On(function(n){return n=ga.day(n),n.setMonth(0,1),n},function(n,t){n.setFullYear(n.getFullYear()+t)},function(n){return n.getFullYear()}),ga.years=ga.year.range,ga.years.utc=ga.year.utc.range,ga.day=On(function(n){var t=new va(2e3,0);return t.setFullYear(n.getFullYear(),n.getMonth(),n.getDate()),t},function(n,t){n.setDate(n.getDate()+t)},function(n){return n.getDate()-1}),ga.days=ga.day.range,ga.days.utc=ga.day.utc.range,ga.dayOfYear=function(n){var t=ga.year(n);return Math.floor((n-t-6e4*(n.getTimezoneOffset()-t.getTimezoneOffset()))/864e5)},["sunday","monday","tuesday","wednesday","thursday","friday","saturday"].forEach(function(n,t){t=7-t;var e=ga[n]=On(function(n){return(n=ga.day(n)).setDate(n.getDate()-(n.getDay()+t)%7),n},function(n,t){n.setDate(n.getDate()+7*Math.floor(t))},function(n){var e=ga.year(n).getDay();return Math.floor((ga.dayOfYear(n)+(e+t)%7)/7)-(e!==t)});ga[n+"s"]=e.range,ga[n+"s"].utc=e.utc.range,ga[n+"OfYear"]=function(n){var e=ga.year(n).getDay();return Math.floor((ga.dayOfYear(n)+(e+t)%7)/7)}}),ga.week=ga.sunday,ga.weeks=ga.sunday.range,ga.weeks.utc=ga.sunday.utc.range,ga.weekOfYear=ga.sundayOfYear;var ya={"-":"",_:" ",0:"0"},ma=/^\s*\d+/,Ma=/^%/;ao.locale=function(n){return{numberFormat:jn(n),timeFormat:Yn(n)}};var xa=ao.locale({decimal:".",thousands:",",grouping:[3],currency:["$",""],dateTime:"%a %b %e %X %Y",date:"%m/%d/%Y",time:"%H:%M:%S",periods:["AM","PM"],days:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"], -shortDays:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],months:["January","February","March","April","May","June","July","August","September","October","November","December"],shortMonths:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]});ao.format=xa.numberFormat,ao.geo={},ft.prototype={s:0,t:0,add:function(n){st(n,this.t,ba),st(ba.s,this.s,this),this.s?this.t+=ba.t:this.s=ba.t},reset:function(){this.s=this.t=0},valueOf:function(){return this.s}};var ba=new ft;ao.geo.stream=function(n,t){n&&_a.hasOwnProperty(n.type)?_a[n.type](n,t):ht(n,t)};var _a={Feature:function(n,t){ht(n.geometry,t)},FeatureCollection:function(n,t){for(var e=n.features,r=-1,i=e.length;++r<i;)ht(e[r].geometry,t)}},wa={Sphere:function(n,t){t.sphere()},Point:function(n,t){n=n.coordinates,t.point(n[0],n[1],n[2])},MultiPoint:function(n,t){for(var e=n.coordinates,r=-1,i=e.length;++r<i;)n=e[r],t.point(n[0],n[1],n[2])},LineString:function(n,t){pt(n.coordinates,t,0)},MultiLineString:function(n,t){for(var e=n.coordinates,r=-1,i=e.length;++r<i;)pt(e[r],t,0)},Polygon:function(n,t){gt(n.coordinates,t)},MultiPolygon:function(n,t){for(var e=n.coordinates,r=-1,i=e.length;++r<i;)gt(e[r],t)},GeometryCollection:function(n,t){for(var e=n.geometries,r=-1,i=e.length;++r<i;)ht(e[r],t)}};ao.geo.area=function(n){return Sa=0,ao.geo.stream(n,Na),Sa};var Sa,ka=new ft,Na={sphere:function(){Sa+=4*Fo},point:b,lineStart:b,lineEnd:b,polygonStart:function(){ka.reset(),Na.lineStart=vt},polygonEnd:function(){var n=2*ka;Sa+=0>n?4*Fo+n:n,Na.lineStart=Na.lineEnd=Na.point=b}};ao.geo.bounds=function(){function n(n,t){M.push(x=[f=n,h=n]),s>t&&(s=t),t>p&&(p=t)}function t(t,e){var r=dt([t*Yo,e*Yo]);if(y){var i=mt(y,r),u=[i[1],-i[0],0],o=mt(u,i);bt(o),o=_t(o);var l=t-g,c=l>0?1:-1,v=o[0]*Zo*c,d=xo(l)>180;if(d^(v>c*g&&c*t>v)){var m=o[1]*Zo;m>p&&(p=m)}else if(v=(v+360)%360-180,d^(v>c*g&&c*t>v)){var m=-o[1]*Zo;s>m&&(s=m)}else s>e&&(s=e),e>p&&(p=e);d?g>t?a(f,t)>a(f,h)&&(h=t):a(t,h)>a(f,h)&&(f=t):h>=f?(f>t&&(f=t),t>h&&(h=t)):t>g?a(f,t)>a(f,h)&&(h=t):a(t,h)>a(f,h)&&(f=t)}else n(t,e);y=r,g=t}function e(){b.point=t}function r(){x[0]=f,x[1]=h,b.point=n,y=null}function i(n,e){if(y){var r=n-g;m+=xo(r)>180?r+(r>0?360:-360):r}else v=n,d=e;Na.point(n,e),t(n,e)}function u(){Na.lineStart()}function o(){i(v,d),Na.lineEnd(),xo(m)>Uo&&(f=-(h=180)),x[0]=f,x[1]=h,y=null}function a(n,t){return(t-=n)<0?t+360:t}function l(n,t){return n[0]-t[0]}function c(n,t){return t[0]<=t[1]?t[0]<=n&&n<=t[1]:n<t[0]||t[1]<n}var f,s,h,p,g,v,d,y,m,M,x,b={point:n,lineStart:e,lineEnd:r,polygonStart:function(){b.point=i,b.lineStart=u,b.lineEnd=o,m=0,Na.polygonStart()},polygonEnd:function(){Na.polygonEnd(),b.point=n,b.lineStart=e,b.lineEnd=r,0>ka?(f=-(h=180),s=-(p=90)):m>Uo?p=90:-Uo>m&&(s=-90),x[0]=f,x[1]=h}};return function(n){p=h=-(f=s=1/0),M=[],ao.geo.stream(n,b);var t=M.length;if(t){M.sort(l);for(var e,r=1,i=M[0],u=[i];t>r;++r)e=M[r],c(e[0],i)||c(e[1],i)?(a(i[0],e[1])>a(i[0],i[1])&&(i[1]=e[1]),a(e[0],i[1])>a(i[0],i[1])&&(i[0]=e[0])):u.push(i=e);for(var o,e,g=-(1/0),t=u.length-1,r=0,i=u[t];t>=r;i=e,++r)e=u[r],(o=a(i[1],e[0]))>g&&(g=o,f=e[0],h=i[1])}return M=x=null,f===1/0||s===1/0?[[NaN,NaN],[NaN,NaN]]:[[f,s],[h,p]]}}(),ao.geo.centroid=function(n){Ea=Aa=Ca=za=La=qa=Ta=Ra=Da=Pa=Ua=0,ao.geo.stream(n,ja);var t=Da,e=Pa,r=Ua,i=t*t+e*e+r*r;return jo>i&&(t=qa,e=Ta,r=Ra,Uo>Aa&&(t=Ca,e=za,r=La),i=t*t+e*e+r*r,jo>i)?[NaN,NaN]:[Math.atan2(e,t)*Zo,tn(r/Math.sqrt(i))*Zo]};var Ea,Aa,Ca,za,La,qa,Ta,Ra,Da,Pa,Ua,ja={sphere:b,point:St,lineStart:Nt,lineEnd:Et,polygonStart:function(){ja.lineStart=At},polygonEnd:function(){ja.lineStart=Nt}},Fa=Rt(zt,jt,Ht,[-Fo,-Fo/2]),Ha=1e9;ao.geo.clipExtent=function(){var n,t,e,r,i,u,o={stream:function(n){return i&&(i.valid=!1),i=u(n),i.valid=!0,i},extent:function(a){return arguments.length?(u=Zt(n=+a[0][0],t=+a[0][1],e=+a[1][0],r=+a[1][1]),i&&(i.valid=!1,i=null),o):[[n,t],[e,r]]}};return o.extent([[0,0],[960,500]])},(ao.geo.conicEqualArea=function(){return Vt(Xt)}).raw=Xt,ao.geo.albers=function(){return ao.geo.conicEqualArea().rotate([96,0]).center([-.6,38.7]).parallels([29.5,45.5]).scale(1070)},ao.geo.albersUsa=function(){function n(n){var u=n[0],o=n[1];return t=null,e(u,o),t||(r(u,o),t)||i(u,o),t}var t,e,r,i,u=ao.geo.albers(),o=ao.geo.conicEqualArea().rotate([154,0]).center([-2,58.5]).parallels([55,65]),a=ao.geo.conicEqualArea().rotate([157,0]).center([-3,19.9]).parallels([8,18]),l={point:function(n,e){t=[n,e]}};return n.invert=function(n){var t=u.scale(),e=u.translate(),r=(n[0]-e[0])/t,i=(n[1]-e[1])/t;return(i>=.12&&.234>i&&r>=-.425&&-.214>r?o:i>=.166&&.234>i&&r>=-.214&&-.115>r?a:u).invert(n)},n.stream=function(n){var t=u.stream(n),e=o.stream(n),r=a.stream(n);return{point:function(n,i){t.point(n,i),e.point(n,i),r.point(n,i)},sphere:function(){t.sphere(),e.sphere(),r.sphere()},lineStart:function(){t.lineStart(),e.lineStart(),r.lineStart()},lineEnd:function(){t.lineEnd(),e.lineEnd(),r.lineEnd()},polygonStart:function(){t.polygonStart(),e.polygonStart(),r.polygonStart()},polygonEnd:function(){t.polygonEnd(),e.polygonEnd(),r.polygonEnd()}}},n.precision=function(t){return arguments.length?(u.precision(t),o.precision(t),a.precision(t),n):u.precision()},n.scale=function(t){return arguments.length?(u.scale(t),o.scale(.35*t),a.scale(t),n.translate(u.translate())):u.scale()},n.translate=function(t){if(!arguments.length)return u.translate();var c=u.scale(),f=+t[0],s=+t[1];return e=u.translate(t).clipExtent([[f-.455*c,s-.238*c],[f+.455*c,s+.238*c]]).stream(l).point,r=o.translate([f-.307*c,s+.201*c]).clipExtent([[f-.425*c+Uo,s+.12*c+Uo],[f-.214*c-Uo,s+.234*c-Uo]]).stream(l).point,i=a.translate([f-.205*c,s+.212*c]).clipExtent([[f-.214*c+Uo,s+.166*c+Uo],[f-.115*c-Uo,s+.234*c-Uo]]).stream(l).point,n},n.scale(1070)};var Oa,Ia,Ya,Za,Va,Xa,$a={point:b,lineStart:b,lineEnd:b,polygonStart:function(){Ia=0,$a.lineStart=$t},polygonEnd:function(){$a.lineStart=$a.lineEnd=$a.point=b,Oa+=xo(Ia/2)}},Ba={point:Bt,lineStart:b,lineEnd:b,polygonStart:b,polygonEnd:b},Wa={point:Gt,lineStart:Kt,lineEnd:Qt,polygonStart:function(){Wa.lineStart=ne},polygonEnd:function(){Wa.point=Gt,Wa.lineStart=Kt,Wa.lineEnd=Qt}};ao.geo.path=function(){function n(n){return n&&("function"==typeof a&&u.pointRadius(+a.apply(this,arguments)),o&&o.valid||(o=i(u)),ao.geo.stream(n,o)),u.result()}function t(){return o=null,n}var e,r,i,u,o,a=4.5;return n.area=function(n){return Oa=0,ao.geo.stream(n,i($a)),Oa},n.centroid=function(n){return Ca=za=La=qa=Ta=Ra=Da=Pa=Ua=0,ao.geo.stream(n,i(Wa)),Ua?[Da/Ua,Pa/Ua]:Ra?[qa/Ra,Ta/Ra]:La?[Ca/La,za/La]:[NaN,NaN]},n.bounds=function(n){return Va=Xa=-(Ya=Za=1/0),ao.geo.stream(n,i(Ba)),[[Ya,Za],[Va,Xa]]},n.projection=function(n){return arguments.length?(i=(e=n)?n.stream||re(n):m,t()):e},n.context=function(n){return arguments.length?(u=null==(r=n)?new Wt:new te(n),"function"!=typeof a&&u.pointRadius(a),t()):r},n.pointRadius=function(t){return arguments.length?(a="function"==typeof t?t:(u.pointRadius(+t),+t),n):a},n.projection(ao.geo.albersUsa()).context(null)},ao.geo.transform=function(n){return{stream:function(t){var e=new ie(t);for(var r in n)e[r]=n[r];return e}}},ie.prototype={point:function(n,t){this.stream.point(n,t)},sphere:function(){this.stream.sphere()},lineStart:function(){this.stream.lineStart()},lineEnd:function(){this.stream.lineEnd()},polygonStart:function(){this.stream.polygonStart()},polygonEnd:function(){this.stream.polygonEnd()}},ao.geo.projection=oe,ao.geo.projectionMutator=ae,(ao.geo.equirectangular=function(){return oe(ce)}).raw=ce.invert=ce,ao.geo.rotation=function(n){function t(t){return t=n(t[0]*Yo,t[1]*Yo),t[0]*=Zo,t[1]*=Zo,t}return n=se(n[0]%360*Yo,n[1]*Yo,n.length>2?n[2]*Yo:0),t.invert=function(t){return t=n.invert(t[0]*Yo,t[1]*Yo),t[0]*=Zo,t[1]*=Zo,t},t},fe.invert=ce,ao.geo.circle=function(){function n(){var n="function"==typeof r?r.apply(this,arguments):r,t=se(-n[0]*Yo,-n[1]*Yo,0).invert,i=[];return e(null,null,1,{point:function(n,e){i.push(n=t(n,e)),n[0]*=Zo,n[1]*=Zo}}),{type:"Polygon",coordinates:[i]}}var t,e,r=[0,0],i=6;return n.origin=function(t){return arguments.length?(r=t,n):r},n.angle=function(r){return arguments.length?(e=ve((t=+r)*Yo,i*Yo),n):t},n.precision=function(r){return arguments.length?(e=ve(t*Yo,(i=+r)*Yo),n):i},n.angle(90)},ao.geo.distance=function(n,t){var e,r=(t[0]-n[0])*Yo,i=n[1]*Yo,u=t[1]*Yo,o=Math.sin(r),a=Math.cos(r),l=Math.sin(i),c=Math.cos(i),f=Math.sin(u),s=Math.cos(u);return Math.atan2(Math.sqrt((e=s*o)*e+(e=c*f-l*s*a)*e),l*f+c*s*a)},ao.geo.graticule=function(){function n(){return{type:"MultiLineString",coordinates:t()}}function t(){return ao.range(Math.ceil(u/d)*d,i,d).map(h).concat(ao.range(Math.ceil(c/y)*y,l,y).map(p)).concat(ao.range(Math.ceil(r/g)*g,e,g).filter(function(n){return xo(n%d)>Uo}).map(f)).concat(ao.range(Math.ceil(a/v)*v,o,v).filter(function(n){return xo(n%y)>Uo}).map(s))}var e,r,i,u,o,a,l,c,f,s,h,p,g=10,v=g,d=90,y=360,m=2.5;return n.lines=function(){return t().map(function(n){return{type:"LineString",coordinates:n}})},n.outline=function(){return{type:"Polygon",coordinates:[h(u).concat(p(l).slice(1),h(i).reverse().slice(1),p(c).reverse().slice(1))]}},n.extent=function(t){return arguments.length?n.majorExtent(t).minorExtent(t):n.minorExtent()},n.majorExtent=function(t){return arguments.length?(u=+t[0][0],i=+t[1][0],c=+t[0][1],l=+t[1][1],u>i&&(t=u,u=i,i=t),c>l&&(t=c,c=l,l=t),n.precision(m)):[[u,c],[i,l]]},n.minorExtent=function(t){return arguments.length?(r=+t[0][0],e=+t[1][0],a=+t[0][1],o=+t[1][1],r>e&&(t=r,r=e,e=t),a>o&&(t=a,a=o,o=t),n.precision(m)):[[r,a],[e,o]]},n.step=function(t){return arguments.length?n.majorStep(t).minorStep(t):n.minorStep()},n.majorStep=function(t){return arguments.length?(d=+t[0],y=+t[1],n):[d,y]},n.minorStep=function(t){return arguments.length?(g=+t[0],v=+t[1],n):[g,v]},n.precision=function(t){return arguments.length?(m=+t,f=ye(a,o,90),s=me(r,e,m),h=ye(c,l,90),p=me(u,i,m),n):m},n.majorExtent([[-180,-90+Uo],[180,90-Uo]]).minorExtent([[-180,-80-Uo],[180,80+Uo]])},ao.geo.greatArc=function(){function n(){return{type:"LineString",coordinates:[t||r.apply(this,arguments),e||i.apply(this,arguments)]}}var t,e,r=Me,i=xe;return n.distance=function(){return ao.geo.distance(t||r.apply(this,arguments),e||i.apply(this,arguments))},n.source=function(e){return arguments.length?(r=e,t="function"==typeof e?null:e,n):r},n.target=function(t){return arguments.length?(i=t,e="function"==typeof t?null:t,n):i},n.precision=function(){return arguments.length?n:0},n},ao.geo.interpolate=function(n,t){return be(n[0]*Yo,n[1]*Yo,t[0]*Yo,t[1]*Yo)},ao.geo.length=function(n){return Ja=0,ao.geo.stream(n,Ga),Ja};var Ja,Ga={sphere:b,point:b,lineStart:_e,lineEnd:b,polygonStart:b,polygonEnd:b},Ka=we(function(n){return Math.sqrt(2/(1+n))},function(n){return 2*Math.asin(n/2)});(ao.geo.azimuthalEqualArea=function(){return oe(Ka)}).raw=Ka;var Qa=we(function(n){var t=Math.acos(n);return t&&t/Math.sin(t)},m);(ao.geo.azimuthalEquidistant=function(){return oe(Qa)}).raw=Qa,(ao.geo.conicConformal=function(){return Vt(Se)}).raw=Se,(ao.geo.conicEquidistant=function(){return Vt(ke)}).raw=ke;var nl=we(function(n){return 1/n},Math.atan);(ao.geo.gnomonic=function(){return oe(nl)}).raw=nl,Ne.invert=function(n,t){return[n,2*Math.atan(Math.exp(t))-Io]},(ao.geo.mercator=function(){return Ee(Ne)}).raw=Ne;var tl=we(function(){return 1},Math.asin);(ao.geo.orthographic=function(){return oe(tl)}).raw=tl;var el=we(function(n){return 1/(1+n)},function(n){return 2*Math.atan(n)});(ao.geo.stereographic=function(){return oe(el)}).raw=el,Ae.invert=function(n,t){return[-t,2*Math.atan(Math.exp(n))-Io]},(ao.geo.transverseMercator=function(){var n=Ee(Ae),t=n.center,e=n.rotate;return n.center=function(n){return n?t([-n[1],n[0]]):(n=t(),[n[1],-n[0]])},n.rotate=function(n){return n?e([n[0],n[1],n.length>2?n[2]+90:90]):(n=e(),[n[0],n[1],n[2]-90])},e([0,0,90])}).raw=Ae,ao.geom={},ao.geom.hull=function(n){function t(n){if(n.length<3)return[];var t,i=En(e),u=En(r),o=n.length,a=[],l=[];for(t=0;o>t;t++)a.push([+i.call(this,n[t],t),+u.call(this,n[t],t),t]);for(a.sort(qe),t=0;o>t;t++)l.push([a[t][0],-a[t][1]]);var c=Le(a),f=Le(l),s=f[0]===c[0],h=f[f.length-1]===c[c.length-1],p=[];for(t=c.length-1;t>=0;--t)p.push(n[a[c[t]][2]]);for(t=+s;t<f.length-h;++t)p.push(n[a[f[t]][2]]);return p}var e=Ce,r=ze;return arguments.length?t(n):(t.x=function(n){return arguments.length?(e=n,t):e},t.y=function(n){return arguments.length?(r=n,t):r},t)},ao.geom.polygon=function(n){return ko(n,rl),n};var rl=ao.geom.polygon.prototype=[];rl.area=function(){for(var n,t=-1,e=this.length,r=this[e-1],i=0;++t<e;)n=r,r=this[t],i+=n[1]*r[0]-n[0]*r[1];return.5*i},rl.centroid=function(n){var t,e,r=-1,i=this.length,u=0,o=0,a=this[i-1];for(arguments.length||(n=-1/(6*this.area()));++r<i;)t=a,a=this[r],e=t[0]*a[1]-a[0]*t[1],u+=(t[0]+a[0])*e,o+=(t[1]+a[1])*e;return[u*n,o*n]},rl.clip=function(n){for(var t,e,r,i,u,o,a=De(n),l=-1,c=this.length-De(this),f=this[c-1];++l<c;){for(t=n.slice(),n.length=0,i=this[l],u=t[(r=t.length-a)-1],e=-1;++e<r;)o=t[e],Te(o,f,i)?(Te(u,f,i)||n.push(Re(u,o,f,i)),n.push(o)):Te(u,f,i)&&n.push(Re(u,o,f,i)),u=o;a&&n.push(n[0]),f=i}return n};var il,ul,ol,al,ll,cl=[],fl=[];Ye.prototype.prepare=function(){for(var n,t=this.edges,e=t.length;e--;)n=t[e].edge,n.b&&n.a||t.splice(e,1);return t.sort(Ve),t.length},tr.prototype={start:function(){return this.edge.l===this.site?this.edge.a:this.edge.b},end:function(){return this.edge.l===this.site?this.edge.b:this.edge.a}},er.prototype={insert:function(n,t){var e,r,i;if(n){if(t.P=n,t.N=n.N,n.N&&(n.N.P=t),n.N=t,n.R){for(n=n.R;n.L;)n=n.L;n.L=t}else n.R=t;e=n}else this._?(n=or(this._),t.P=null,t.N=n,n.P=n.L=t,e=n):(t.P=t.N=null,this._=t,e=null);for(t.L=t.R=null,t.U=e,t.C=!0,n=t;e&&e.C;)r=e.U,e===r.L?(i=r.R,i&&i.C?(e.C=i.C=!1,r.C=!0,n=r):(n===e.R&&(ir(this,e),n=e,e=n.U),e.C=!1,r.C=!0,ur(this,r))):(i=r.L,i&&i.C?(e.C=i.C=!1,r.C=!0,n=r):(n===e.L&&(ur(this,e),n=e,e=n.U),e.C=!1,r.C=!0,ir(this,r))),e=n.U;this._.C=!1},remove:function(n){n.N&&(n.N.P=n.P),n.P&&(n.P.N=n.N),n.N=n.P=null;var t,e,r,i=n.U,u=n.L,o=n.R;if(e=u?o?or(o):u:o,i?i.L===n?i.L=e:i.R=e:this._=e,u&&o?(r=e.C,e.C=n.C,e.L=u,u.U=e,e!==o?(i=e.U,e.U=n.U,n=e.R,i.L=n,e.R=o,o.U=e):(e.U=i,i=e,n=e.R)):(r=n.C,n=e),n&&(n.U=i),!r){if(n&&n.C)return void(n.C=!1);do{if(n===this._)break;if(n===i.L){if(t=i.R,t.C&&(t.C=!1,i.C=!0,ir(this,i),t=i.R),t.L&&t.L.C||t.R&&t.R.C){t.R&&t.R.C||(t.L.C=!1,t.C=!0,ur(this,t),t=i.R),t.C=i.C,i.C=t.R.C=!1,ir(this,i),n=this._;break}}else if(t=i.L,t.C&&(t.C=!1,i.C=!0,ur(this,i),t=i.L),t.L&&t.L.C||t.R&&t.R.C){t.L&&t.L.C||(t.R.C=!1,t.C=!0,ir(this,t),t=i.L),t.C=i.C,i.C=t.L.C=!1,ur(this,i),n=this._;break}t.C=!0,n=i,i=i.U}while(!n.C);n&&(n.C=!1)}}},ao.geom.voronoi=function(n){function t(n){var t=new Array(n.length),r=a[0][0],i=a[0][1],u=a[1][0],o=a[1][1];return ar(e(n),a).cells.forEach(function(e,a){var l=e.edges,c=e.site,f=t[a]=l.length?l.map(function(n){var t=n.start();return[t.x,t.y]}):c.x>=r&&c.x<=u&&c.y>=i&&c.y<=o?[[r,o],[u,o],[u,i],[r,i]]:[];f.point=n[a]}),t}function e(n){return n.map(function(n,t){return{x:Math.round(u(n,t)/Uo)*Uo,y:Math.round(o(n,t)/Uo)*Uo,i:t}})}var r=Ce,i=ze,u=r,o=i,a=sl;return n?t(n):(t.links=function(n){return ar(e(n)).edges.filter(function(n){return n.l&&n.r}).map(function(t){return{source:n[t.l.i],target:n[t.r.i]}})},t.triangles=function(n){var t=[];return ar(e(n)).cells.forEach(function(e,r){for(var i,u,o=e.site,a=e.edges.sort(Ve),l=-1,c=a.length,f=a[c-1].edge,s=f.l===o?f.r:f.l;++l<c;)i=f,u=s,f=a[l].edge,s=f.l===o?f.r:f.l,r<u.i&&r<s.i&&cr(o,u,s)<0&&t.push([n[r],n[u.i],n[s.i]])}),t},t.x=function(n){return arguments.length?(u=En(r=n),t):r},t.y=function(n){return arguments.length?(o=En(i=n),t):i},t.clipExtent=function(n){return arguments.length?(a=null==n?sl:n,t):a===sl?null:a},t.size=function(n){return arguments.length?t.clipExtent(n&&[[0,0],n]):a===sl?null:a&&a[1]},t)};var sl=[[-1e6,-1e6],[1e6,1e6]];ao.geom.delaunay=function(n){return ao.geom.voronoi().triangles(n)},ao.geom.quadtree=function(n,t,e,r,i){function u(n){function u(n,t,e,r,i,u,o,a){if(!isNaN(e)&&!isNaN(r))if(n.leaf){var l=n.x,f=n.y;if(null!=l)if(xo(l-e)+xo(f-r)<.01)c(n,t,e,r,i,u,o,a);else{var s=n.point;n.x=n.y=n.point=null,c(n,s,l,f,i,u,o,a),c(n,t,e,r,i,u,o,a)}else n.x=e,n.y=r,n.point=t}else c(n,t,e,r,i,u,o,a)}function c(n,t,e,r,i,o,a,l){var c=.5*(i+a),f=.5*(o+l),s=e>=c,h=r>=f,p=h<<1|s;n.leaf=!1,n=n.nodes[p]||(n.nodes[p]=hr()),s?i=c:a=c,h?o=f:l=f,u(n,t,e,r,i,o,a,l)}var f,s,h,p,g,v,d,y,m,M=En(a),x=En(l);if(null!=t)v=t,d=e,y=r,m=i;else if(y=m=-(v=d=1/0),s=[],h=[],g=n.length,o)for(p=0;g>p;++p)f=n[p],f.x<v&&(v=f.x),f.y<d&&(d=f.y),f.x>y&&(y=f.x),f.y>m&&(m=f.y),s.push(f.x),h.push(f.y);else for(p=0;g>p;++p){var b=+M(f=n[p],p),_=+x(f,p);v>b&&(v=b),d>_&&(d=_),b>y&&(y=b),_>m&&(m=_),s.push(b),h.push(_)}var w=y-v,S=m-d;w>S?m=d+w:y=v+S;var k=hr();if(k.add=function(n){u(k,n,+M(n,++p),+x(n,p),v,d,y,m)},k.visit=function(n){pr(n,k,v,d,y,m)},k.find=function(n){return gr(k,n[0],n[1],v,d,y,m)},p=-1,null==t){for(;++p<g;)u(k,n[p],s[p],h[p],v,d,y,m);--p}else n.forEach(k.add);return s=h=n=f=null,k}var o,a=Ce,l=ze;return(o=arguments.length)?(a=fr,l=sr,3===o&&(i=e,r=t,e=t=0),u(n)):(u.x=function(n){return arguments.length?(a=n,u):a},u.y=function(n){return arguments.length?(l=n,u):l},u.extent=function(n){return arguments.length?(null==n?t=e=r=i=null:(t=+n[0][0],e=+n[0][1],r=+n[1][0],i=+n[1][1]),u):null==t?null:[[t,e],[r,i]]},u.size=function(n){return arguments.length?(null==n?t=e=r=i=null:(t=e=0,r=+n[0],i=+n[1]),u):null==t?null:[r-t,i-e]},u)},ao.interpolateRgb=vr,ao.interpolateObject=dr,ao.interpolateNumber=yr,ao.interpolateString=mr;var hl=/[-+]?(?:\d+\.?\d*|\.?\d+)(?:[eE][-+]?\d+)?/g,pl=new RegExp(hl.source,"g");ao.interpolate=Mr,ao.interpolators=[function(n,t){var e=typeof t;return("string"===e?ua.has(t.toLowerCase())||/^(#|rgb\(|hsl\()/i.test(t)?vr:mr:t instanceof an?vr:Array.isArray(t)?xr:"object"===e&&isNaN(t)?dr:yr)(n,t)}],ao.interpolateArray=xr;var gl=function(){return m},vl=ao.map({linear:gl,poly:Er,quad:function(){return Sr},cubic:function(){return kr},sin:function(){return Ar},exp:function(){return Cr},circle:function(){return zr},elastic:Lr,back:qr,bounce:function(){return Tr}}),dl=ao.map({"in":m,out:_r,"in-out":wr,"out-in":function(n){return wr(_r(n))}});ao.ease=function(n){var t=n.indexOf("-"),e=t>=0?n.slice(0,t):n,r=t>=0?n.slice(t+1):"in";return e=vl.get(e)||gl,r=dl.get(r)||m,br(r(e.apply(null,lo.call(arguments,1))))},ao.interpolateHcl=Rr,ao.interpolateHsl=Dr,ao.interpolateLab=Pr,ao.interpolateRound=Ur,ao.transform=function(n){var t=fo.createElementNS(ao.ns.prefix.svg,"g");return(ao.transform=function(n){if(null!=n){t.setAttribute("transform",n);var e=t.transform.baseVal.consolidate()}return new jr(e?e.matrix:yl)})(n)},jr.prototype.toString=function(){return"translate("+this.translate+")rotate("+this.rotate+")skewX("+this.skew+")scale("+this.scale+")"};var yl={a:1,b:0,c:0,d:1,e:0,f:0};ao.interpolateTransform=$r,ao.layout={},ao.layout.bundle=function(){return function(n){for(var t=[],e=-1,r=n.length;++e<r;)t.push(Jr(n[e]));return t}},ao.layout.chord=function(){function n(){var n,c,s,h,p,g={},v=[],d=ao.range(u),y=[];for(e=[],r=[],n=0,h=-1;++h<u;){for(c=0,p=-1;++p<u;)c+=i[h][p];v.push(c),y.push(ao.range(u)),n+=c}for(o&&d.sort(function(n,t){return o(v[n],v[t])}),a&&y.forEach(function(n,t){n.sort(function(n,e){return a(i[t][n],i[t][e])})}),n=(Ho-f*u)/n,c=0,h=-1;++h<u;){for(s=c,p=-1;++p<u;){var m=d[h],M=y[m][p],x=i[m][M],b=c,_=c+=x*n;g[m+"-"+M]={index:m,subindex:M,startAngle:b,endAngle:_,value:x}}r[m]={index:m,startAngle:s,endAngle:c,value:v[m]},c+=f}for(h=-1;++h<u;)for(p=h-1;++p<u;){var w=g[h+"-"+p],S=g[p+"-"+h];(w.value||S.value)&&e.push(w.value<S.value?{source:S,target:w}:{source:w,target:S})}l&&t()}function t(){e.sort(function(n,t){return l((n.source.value+n.target.value)/2,(t.source.value+t.target.value)/2)})}var e,r,i,u,o,a,l,c={},f=0;return c.matrix=function(n){return arguments.length?(u=(i=n)&&i.length,e=r=null,c):i},c.padding=function(n){return arguments.length?(f=n,e=r=null,c):f},c.sortGroups=function(n){return arguments.length?(o=n,e=r=null,c):o},c.sortSubgroups=function(n){return arguments.length?(a=n,e=null,c):a},c.sortChords=function(n){return arguments.length?(l=n,e&&t(),c):l},c.chords=function(){return e||n(),e},c.groups=function(){return r||n(),r},c},ao.layout.force=function(){function n(n){return function(t,e,r,i){if(t.point!==n){var u=t.cx-n.x,o=t.cy-n.y,a=i-e,l=u*u+o*o;if(l>a*a/y){if(v>l){var c=t.charge/l;n.px-=u*c,n.py-=o*c}return!0}if(t.point&&l&&v>l){var c=t.pointCharge/l;n.px-=u*c,n.py-=o*c}}return!t.charge}}function t(n){n.px=ao.event.x,n.py=ao.event.y,l.resume()}var e,r,i,u,o,a,l={},c=ao.dispatch("start","tick","end"),f=[1,1],s=.9,h=ml,p=Ml,g=-30,v=xl,d=.1,y=.64,M=[],x=[];return l.tick=function(){if((i*=.99)<.005)return e=null,c.end({type:"end",alpha:i=0}),!0;var t,r,l,h,p,v,y,m,b,_=M.length,w=x.length;for(r=0;w>r;++r)l=x[r],h=l.source,p=l.target,m=p.x-h.x,b=p.y-h.y,(v=m*m+b*b)&&(v=i*o[r]*((v=Math.sqrt(v))-u[r])/v,m*=v,b*=v,p.x-=m*(y=h.weight+p.weight?h.weight/(h.weight+p.weight):.5),p.y-=b*y,h.x+=m*(y=1-y),h.y+=b*y);if((y=i*d)&&(m=f[0]/2,b=f[1]/2,r=-1,y))for(;++r<_;)l=M[r],l.x+=(m-l.x)*y,l.y+=(b-l.y)*y;if(g)for(ri(t=ao.geom.quadtree(M),i,a),r=-1;++r<_;)(l=M[r]).fixed||t.visit(n(l));for(r=-1;++r<_;)l=M[r],l.fixed?(l.x=l.px,l.y=l.py):(l.x-=(l.px-(l.px=l.x))*s,l.y-=(l.py-(l.py=l.y))*s);c.tick({type:"tick",alpha:i})},l.nodes=function(n){return arguments.length?(M=n,l):M},l.links=function(n){return arguments.length?(x=n,l):x},l.size=function(n){return arguments.length?(f=n,l):f},l.linkDistance=function(n){return arguments.length?(h="function"==typeof n?n:+n,l):h},l.distance=l.linkDistance,l.linkStrength=function(n){return arguments.length?(p="function"==typeof n?n:+n,l):p},l.friction=function(n){return arguments.length?(s=+n,l):s},l.charge=function(n){return arguments.length?(g="function"==typeof n?n:+n,l):g},l.chargeDistance=function(n){return arguments.length?(v=n*n,l):Math.sqrt(v)},l.gravity=function(n){return arguments.length?(d=+n,l):d},l.theta=function(n){return arguments.length?(y=n*n,l):Math.sqrt(y)},l.alpha=function(n){return arguments.length?(n=+n,i?n>0?i=n:(e.c=null,e.t=NaN,e=null,c.end({type:"end",alpha:i=0})):n>0&&(c.start({type:"start",alpha:i=n}),e=qn(l.tick)),l):i},l.start=function(){function n(n,r){if(!e){for(e=new Array(i),l=0;i>l;++l)e[l]=[];for(l=0;c>l;++l){var u=x[l];e[u.source.index].push(u.target),e[u.target.index].push(u.source)}}for(var o,a=e[t],l=-1,f=a.length;++l<f;)if(!isNaN(o=a[l][n]))return o;return Math.random()*r}var t,e,r,i=M.length,c=x.length,s=f[0],v=f[1];for(t=0;i>t;++t)(r=M[t]).index=t,r.weight=0;for(t=0;c>t;++t)r=x[t],"number"==typeof r.source&&(r.source=M[r.source]),"number"==typeof r.target&&(r.target=M[r.target]),++r.source.weight,++r.target.weight;for(t=0;i>t;++t)r=M[t],isNaN(r.x)&&(r.x=n("x",s)),isNaN(r.y)&&(r.y=n("y",v)),isNaN(r.px)&&(r.px=r.x),isNaN(r.py)&&(r.py=r.y);if(u=[],"function"==typeof h)for(t=0;c>t;++t)u[t]=+h.call(this,x[t],t);else for(t=0;c>t;++t)u[t]=h;if(o=[],"function"==typeof p)for(t=0;c>t;++t)o[t]=+p.call(this,x[t],t);else for(t=0;c>t;++t)o[t]=p;if(a=[],"function"==typeof g)for(t=0;i>t;++t)a[t]=+g.call(this,M[t],t);else for(t=0;i>t;++t)a[t]=g;return l.resume()},l.resume=function(){return l.alpha(.1)},l.stop=function(){return l.alpha(0)},l.drag=function(){return r||(r=ao.behavior.drag().origin(m).on("dragstart.force",Qr).on("drag.force",t).on("dragend.force",ni)),arguments.length?void this.on("mouseover.force",ti).on("mouseout.force",ei).call(r):r},ao.rebind(l,c,"on")};var ml=20,Ml=1,xl=1/0;ao.layout.hierarchy=function(){function n(i){var u,o=[i],a=[];for(i.depth=0;null!=(u=o.pop());)if(a.push(u),(c=e.call(n,u,u.depth))&&(l=c.length)){for(var l,c,f;--l>=0;)o.push(f=c[l]),f.parent=u,f.depth=u.depth+1;r&&(u.value=0),u.children=c}else r&&(u.value=+r.call(n,u,u.depth)||0),delete u.children;return oi(i,function(n){var e,i;t&&(e=n.children)&&e.sort(t),r&&(i=n.parent)&&(i.value+=n.value)}),a}var t=ci,e=ai,r=li;return n.sort=function(e){return arguments.length?(t=e,n):t},n.children=function(t){return arguments.length?(e=t,n):e},n.value=function(t){return arguments.length?(r=t,n):r},n.revalue=function(t){return r&&(ui(t,function(n){n.children&&(n.value=0)}),oi(t,function(t){var e;t.children||(t.value=+r.call(n,t,t.depth)||0),(e=t.parent)&&(e.value+=t.value)})),t},n},ao.layout.partition=function(){function n(t,e,r,i){var u=t.children;if(t.x=e,t.y=t.depth*i,t.dx=r,t.dy=i,u&&(o=u.length)){var o,a,l,c=-1;for(r=t.value?r/t.value:0;++c<o;)n(a=u[c],e,l=a.value*r,i),e+=l}}function t(n){var e=n.children,r=0;if(e&&(i=e.length))for(var i,u=-1;++u<i;)r=Math.max(r,t(e[u]));return 1+r}function e(e,u){var o=r.call(this,e,u);return n(o[0],0,i[0],i[1]/t(o[0])),o}var r=ao.layout.hierarchy(),i=[1,1];return e.size=function(n){return arguments.length?(i=n,e):i},ii(e,r)},ao.layout.pie=function(){function n(o){var a,l=o.length,c=o.map(function(e,r){return+t.call(n,e,r)}),f=+("function"==typeof r?r.apply(this,arguments):r),s=("function"==typeof i?i.apply(this,arguments):i)-f,h=Math.min(Math.abs(s)/l,+("function"==typeof u?u.apply(this,arguments):u)),p=h*(0>s?-1:1),g=ao.sum(c),v=g?(s-l*p)/g:0,d=ao.range(l),y=[];return null!=e&&d.sort(e===bl?function(n,t){return c[t]-c[n]}:function(n,t){return e(o[n],o[t])}),d.forEach(function(n){y[n]={data:o[n],value:a=c[n],startAngle:f,endAngle:f+=a*v+p,padAngle:h}}),y}var t=Number,e=bl,r=0,i=Ho,u=0;return n.value=function(e){return arguments.length?(t=e,n):t},n.sort=function(t){return arguments.length?(e=t,n):e},n.startAngle=function(t){return arguments.length?(r=t,n):r},n.endAngle=function(t){return arguments.length?(i=t,n):i},n.padAngle=function(t){return arguments.length?(u=t,n):u},n};var bl={};ao.layout.stack=function(){function n(a,l){if(!(h=a.length))return a;var c=a.map(function(e,r){return t.call(n,e,r)}),f=c.map(function(t){return t.map(function(t,e){return[u.call(n,t,e),o.call(n,t,e)]})}),s=e.call(n,f,l);c=ao.permute(c,s),f=ao.permute(f,s);var h,p,g,v,d=r.call(n,f,l),y=c[0].length;for(g=0;y>g;++g)for(i.call(n,c[0][g],v=d[g],f[0][g][1]),p=1;h>p;++p)i.call(n,c[p][g],v+=f[p-1][g][1],f[p][g][1]);return a}var t=m,e=gi,r=vi,i=pi,u=si,o=hi;return n.values=function(e){return arguments.length?(t=e,n):t},n.order=function(t){return arguments.length?(e="function"==typeof t?t:_l.get(t)||gi,n):e},n.offset=function(t){return arguments.length?(r="function"==typeof t?t:wl.get(t)||vi,n):r},n.x=function(t){return arguments.length?(u=t,n):u},n.y=function(t){return arguments.length?(o=t,n):o},n.out=function(t){return arguments.length?(i=t,n):i},n};var _l=ao.map({"inside-out":function(n){var t,e,r=n.length,i=n.map(di),u=n.map(yi),o=ao.range(r).sort(function(n,t){return i[n]-i[t]}),a=0,l=0,c=[],f=[];for(t=0;r>t;++t)e=o[t],l>a?(a+=u[e],c.push(e)):(l+=u[e],f.push(e));return f.reverse().concat(c)},reverse:function(n){return ao.range(n.length).reverse()},"default":gi}),wl=ao.map({silhouette:function(n){var t,e,r,i=n.length,u=n[0].length,o=[],a=0,l=[];for(e=0;u>e;++e){for(t=0,r=0;i>t;t++)r+=n[t][e][1];r>a&&(a=r),o.push(r)}for(e=0;u>e;++e)l[e]=(a-o[e])/2;return l},wiggle:function(n){var t,e,r,i,u,o,a,l,c,f=n.length,s=n[0],h=s.length,p=[];for(p[0]=l=c=0,e=1;h>e;++e){for(t=0,i=0;f>t;++t)i+=n[t][e][1];for(t=0,u=0,a=s[e][0]-s[e-1][0];f>t;++t){for(r=0,o=(n[t][e][1]-n[t][e-1][1])/(2*a);t>r;++r)o+=(n[r][e][1]-n[r][e-1][1])/a;u+=o*n[t][e][1]}p[e]=l-=i?u/i*a:0,c>l&&(c=l)}for(e=0;h>e;++e)p[e]-=c;return p},expand:function(n){var t,e,r,i=n.length,u=n[0].length,o=1/i,a=[];for(e=0;u>e;++e){for(t=0,r=0;i>t;t++)r+=n[t][e][1];if(r)for(t=0;i>t;t++)n[t][e][1]/=r;else for(t=0;i>t;t++)n[t][e][1]=o}for(e=0;u>e;++e)a[e]=0;return a},zero:vi});ao.layout.histogram=function(){function n(n,u){for(var o,a,l=[],c=n.map(e,this),f=r.call(this,c,u),s=i.call(this,f,c,u),u=-1,h=c.length,p=s.length-1,g=t?1:1/h;++u<p;)o=l[u]=[],o.dx=s[u+1]-(o.x=s[u]),o.y=0;if(p>0)for(u=-1;++u<h;)a=c[u],a>=f[0]&&a<=f[1]&&(o=l[ao.bisect(s,a,1,p)-1],o.y+=g,o.push(n[u]));return l}var t=!0,e=Number,r=bi,i=Mi;return n.value=function(t){return arguments.length?(e=t,n):e},n.range=function(t){return arguments.length?(r=En(t),n):r},n.bins=function(t){return arguments.length?(i="number"==typeof t?function(n){return xi(n,t)}:En(t),n):i},n.frequency=function(e){return arguments.length?(t=!!e,n):t},n},ao.layout.pack=function(){function n(n,u){var o=e.call(this,n,u),a=o[0],l=i[0],c=i[1],f=null==t?Math.sqrt:"function"==typeof t?t:function(){return t};if(a.x=a.y=0,oi(a,function(n){n.r=+f(n.value)}),oi(a,Ni),r){var s=r*(t?1:Math.max(2*a.r/l,2*a.r/c))/2;oi(a,function(n){n.r+=s}),oi(a,Ni),oi(a,function(n){n.r-=s})}return Ci(a,l/2,c/2,t?1:1/Math.max(2*a.r/l,2*a.r/c)),o}var t,e=ao.layout.hierarchy().sort(_i),r=0,i=[1,1];return n.size=function(t){return arguments.length?(i=t,n):i},n.radius=function(e){return arguments.length?(t=null==e||"function"==typeof e?e:+e,n):t},n.padding=function(t){return arguments.length?(r=+t,n):r},ii(n,e)},ao.layout.tree=function(){function n(n,i){var f=o.call(this,n,i),s=f[0],h=t(s);if(oi(h,e),h.parent.m=-h.z,ui(h,r),c)ui(s,u);else{var p=s,g=s,v=s;ui(s,function(n){n.x<p.x&&(p=n),n.x>g.x&&(g=n),n.depth>v.depth&&(v=n)});var d=a(p,g)/2-p.x,y=l[0]/(g.x+a(g,p)/2+d),m=l[1]/(v.depth||1);ui(s,function(n){n.x=(n.x+d)*y,n.y=n.depth*m})}return f}function t(n){for(var t,e={A:null,children:[n]},r=[e];null!=(t=r.pop());)for(var i,u=t.children,o=0,a=u.length;a>o;++o)r.push((u[o]=i={_:u[o],parent:t,children:(i=u[o].children)&&i.slice()||[],A:null,a:null,z:0,m:0,c:0,s:0,t:null,i:o}).a=i);return e.children[0]}function e(n){var t=n.children,e=n.parent.children,r=n.i?e[n.i-1]:null;if(t.length){Di(n);var u=(t[0].z+t[t.length-1].z)/2;r?(n.z=r.z+a(n._,r._),n.m=n.z-u):n.z=u}else r&&(n.z=r.z+a(n._,r._));n.parent.A=i(n,r,n.parent.A||e[0])}function r(n){n._.x=n.z+n.parent.m,n.m+=n.parent.m}function i(n,t,e){if(t){for(var r,i=n,u=n,o=t,l=i.parent.children[0],c=i.m,f=u.m,s=o.m,h=l.m;o=Ti(o),i=qi(i),o&&i;)l=qi(l),u=Ti(u),u.a=n,r=o.z+s-i.z-c+a(o._,i._),r>0&&(Ri(Pi(o,n,e),n,r),c+=r,f+=r),s+=o.m,c+=i.m,h+=l.m,f+=u.m;o&&!Ti(u)&&(u.t=o,u.m+=s-f),i&&!qi(l)&&(l.t=i,l.m+=c-h,e=n)}return e}function u(n){n.x*=l[0],n.y=n.depth*l[1]}var o=ao.layout.hierarchy().sort(null).value(null),a=Li,l=[1,1],c=null;return n.separation=function(t){return arguments.length?(a=t,n):a},n.size=function(t){return arguments.length?(c=null==(l=t)?u:null,n):c?null:l},n.nodeSize=function(t){return arguments.length?(c=null==(l=t)?null:u,n):c?l:null},ii(n,o)},ao.layout.cluster=function(){function n(n,u){var o,a=t.call(this,n,u),l=a[0],c=0;oi(l,function(n){var t=n.children;t&&t.length?(n.x=ji(t),n.y=Ui(t)):(n.x=o?c+=e(n,o):0,n.y=0,o=n)});var f=Fi(l),s=Hi(l),h=f.x-e(f,s)/2,p=s.x+e(s,f)/2;return oi(l,i?function(n){n.x=(n.x-l.x)*r[0],n.y=(l.y-n.y)*r[1]}:function(n){n.x=(n.x-h)/(p-h)*r[0],n.y=(1-(l.y?n.y/l.y:1))*r[1]}),a}var t=ao.layout.hierarchy().sort(null).value(null),e=Li,r=[1,1],i=!1;return n.separation=function(t){return arguments.length?(e=t,n):e},n.size=function(t){return arguments.length?(i=null==(r=t),n):i?null:r},n.nodeSize=function(t){return arguments.length?(i=null!=(r=t),n):i?r:null},ii(n,t)},ao.layout.treemap=function(){function n(n,t){for(var e,r,i=-1,u=n.length;++i<u;)r=(e=n[i]).value*(0>t?0:t),e.area=isNaN(r)||0>=r?0:r}function t(e){var u=e.children;if(u&&u.length){var o,a,l,c=s(e),f=[],h=u.slice(),g=1/0,v="slice"===p?c.dx:"dice"===p?c.dy:"slice-dice"===p?1&e.depth?c.dy:c.dx:Math.min(c.dx,c.dy);for(n(h,c.dx*c.dy/e.value),f.area=0;(l=h.length)>0;)f.push(o=h[l-1]),f.area+=o.area,"squarify"!==p||(a=r(f,v))<=g?(h.pop(),g=a):(f.area-=f.pop().area,i(f,v,c,!1),v=Math.min(c.dx,c.dy),f.length=f.area=0,g=1/0);f.length&&(i(f,v,c,!0),f.length=f.area=0),u.forEach(t)}}function e(t){var r=t.children;if(r&&r.length){var u,o=s(t),a=r.slice(),l=[];for(n(a,o.dx*o.dy/t.value),l.area=0;u=a.pop();)l.push(u),l.area+=u.area,null!=u.z&&(i(l,u.z?o.dx:o.dy,o,!a.length),l.length=l.area=0);r.forEach(e)}}function r(n,t){for(var e,r=n.area,i=0,u=1/0,o=-1,a=n.length;++o<a;)(e=n[o].area)&&(u>e&&(u=e),e>i&&(i=e));return r*=r,t*=t,r?Math.max(t*i*g/r,r/(t*u*g)):1/0}function i(n,t,e,r){var i,u=-1,o=n.length,a=e.x,c=e.y,f=t?l(n.area/t):0; -if(t==e.dx){for((r||f>e.dy)&&(f=e.dy);++u<o;)i=n[u],i.x=a,i.y=c,i.dy=f,a+=i.dx=Math.min(e.x+e.dx-a,f?l(i.area/f):0);i.z=!0,i.dx+=e.x+e.dx-a,e.y+=f,e.dy-=f}else{for((r||f>e.dx)&&(f=e.dx);++u<o;)i=n[u],i.x=a,i.y=c,i.dx=f,c+=i.dy=Math.min(e.y+e.dy-c,f?l(i.area/f):0);i.z=!1,i.dy+=e.y+e.dy-c,e.x+=f,e.dx-=f}}function u(r){var i=o||a(r),u=i[0];return u.x=u.y=0,u.value?(u.dx=c[0],u.dy=c[1]):u.dx=u.dy=0,o&&a.revalue(u),n([u],u.dx*u.dy/u.value),(o?e:t)(u),h&&(o=i),i}var o,a=ao.layout.hierarchy(),l=Math.round,c=[1,1],f=null,s=Oi,h=!1,p="squarify",g=.5*(1+Math.sqrt(5));return u.size=function(n){return arguments.length?(c=n,u):c},u.padding=function(n){function t(t){var e=n.call(u,t,t.depth);return null==e?Oi(t):Ii(t,"number"==typeof e?[e,e,e,e]:e)}function e(t){return Ii(t,n)}if(!arguments.length)return f;var r;return s=null==(f=n)?Oi:"function"==(r=typeof n)?t:"number"===r?(n=[n,n,n,n],e):e,u},u.round=function(n){return arguments.length?(l=n?Math.round:Number,u):l!=Number},u.sticky=function(n){return arguments.length?(h=n,o=null,u):h},u.ratio=function(n){return arguments.length?(g=n,u):g},u.mode=function(n){return arguments.length?(p=n+"",u):p},ii(u,a)},ao.random={normal:function(n,t){var e=arguments.length;return 2>e&&(t=1),1>e&&(n=0),function(){var e,r,i;do e=2*Math.random()-1,r=2*Math.random()-1,i=e*e+r*r;while(!i||i>1);return n+t*e*Math.sqrt(-2*Math.log(i)/i)}},logNormal:function(){var n=ao.random.normal.apply(ao,arguments);return function(){return Math.exp(n())}},bates:function(n){var t=ao.random.irwinHall(n);return function(){return t()/n}},irwinHall:function(n){return function(){for(var t=0,e=0;n>e;e++)t+=Math.random();return t}}},ao.scale={};var Sl={floor:m,ceil:m};ao.scale.linear=function(){return Wi([0,1],[0,1],Mr,!1)};var kl={s:1,g:1,p:1,r:1,e:1};ao.scale.log=function(){return ru(ao.scale.linear().domain([0,1]),10,!0,[1,10])};var Nl=ao.format(".0e"),El={floor:function(n){return-Math.ceil(-n)},ceil:function(n){return-Math.floor(-n)}};ao.scale.pow=function(){return iu(ao.scale.linear(),1,[0,1])},ao.scale.sqrt=function(){return ao.scale.pow().exponent(.5)},ao.scale.ordinal=function(){return ou([],{t:"range",a:[[]]})},ao.scale.category10=function(){return ao.scale.ordinal().range(Al)},ao.scale.category20=function(){return ao.scale.ordinal().range(Cl)},ao.scale.category20b=function(){return ao.scale.ordinal().range(zl)},ao.scale.category20c=function(){return ao.scale.ordinal().range(Ll)};var Al=[2062260,16744206,2924588,14034728,9725885,9197131,14907330,8355711,12369186,1556175].map(xn),Cl=[2062260,11454440,16744206,16759672,2924588,10018698,14034728,16750742,9725885,12955861,9197131,12885140,14907330,16234194,8355711,13092807,12369186,14408589,1556175,10410725].map(xn),zl=[3750777,5395619,7040719,10264286,6519097,9216594,11915115,13556636,9202993,12426809,15186514,15190932,8666169,11356490,14049643,15177372,8077683,10834324,13528509,14589654].map(xn),Ll=[3244733,7057110,10406625,13032431,15095053,16616764,16625259,16634018,3253076,7652470,10607003,13101504,7695281,10394312,12369372,14342891,6513507,9868950,12434877,14277081].map(xn);ao.scale.quantile=function(){return au([],[])},ao.scale.quantize=function(){return lu(0,1,[0,1])},ao.scale.threshold=function(){return cu([.5],[0,1])},ao.scale.identity=function(){return fu([0,1])},ao.svg={},ao.svg.arc=function(){function n(){var n=Math.max(0,+e.apply(this,arguments)),c=Math.max(0,+r.apply(this,arguments)),f=o.apply(this,arguments)-Io,s=a.apply(this,arguments)-Io,h=Math.abs(s-f),p=f>s?0:1;if(n>c&&(g=c,c=n,n=g),h>=Oo)return t(c,p)+(n?t(n,1-p):"")+"Z";var g,v,d,y,m,M,x,b,_,w,S,k,N=0,E=0,A=[];if((y=(+l.apply(this,arguments)||0)/2)&&(d=u===ql?Math.sqrt(n*n+c*c):+u.apply(this,arguments),p||(E*=-1),c&&(E=tn(d/c*Math.sin(y))),n&&(N=tn(d/n*Math.sin(y)))),c){m=c*Math.cos(f+E),M=c*Math.sin(f+E),x=c*Math.cos(s-E),b=c*Math.sin(s-E);var C=Math.abs(s-f-2*E)<=Fo?0:1;if(E&&yu(m,M,x,b)===p^C){var z=(f+s)/2;m=c*Math.cos(z),M=c*Math.sin(z),x=b=null}}else m=M=0;if(n){_=n*Math.cos(s-N),w=n*Math.sin(s-N),S=n*Math.cos(f+N),k=n*Math.sin(f+N);var L=Math.abs(f-s+2*N)<=Fo?0:1;if(N&&yu(_,w,S,k)===1-p^L){var q=(f+s)/2;_=n*Math.cos(q),w=n*Math.sin(q),S=k=null}}else _=w=0;if(h>Uo&&(g=Math.min(Math.abs(c-n)/2,+i.apply(this,arguments)))>.001){v=c>n^p?0:1;var T=g,R=g;if(Fo>h){var D=null==S?[_,w]:null==x?[m,M]:Re([m,M],[S,k],[x,b],[_,w]),P=m-D[0],U=M-D[1],j=x-D[0],F=b-D[1],H=1/Math.sin(Math.acos((P*j+U*F)/(Math.sqrt(P*P+U*U)*Math.sqrt(j*j+F*F)))/2),O=Math.sqrt(D[0]*D[0]+D[1]*D[1]);R=Math.min(g,(n-O)/(H-1)),T=Math.min(g,(c-O)/(H+1))}if(null!=x){var I=mu(null==S?[_,w]:[S,k],[m,M],c,T,p),Y=mu([x,b],[_,w],c,T,p);g===T?A.push("M",I[0],"A",T,",",T," 0 0,",v," ",I[1],"A",c,",",c," 0 ",1-p^yu(I[1][0],I[1][1],Y[1][0],Y[1][1]),",",p," ",Y[1],"A",T,",",T," 0 0,",v," ",Y[0]):A.push("M",I[0],"A",T,",",T," 0 1,",v," ",Y[0])}else A.push("M",m,",",M);if(null!=S){var Z=mu([m,M],[S,k],n,-R,p),V=mu([_,w],null==x?[m,M]:[x,b],n,-R,p);g===R?A.push("L",V[0],"A",R,",",R," 0 0,",v," ",V[1],"A",n,",",n," 0 ",p^yu(V[1][0],V[1][1],Z[1][0],Z[1][1]),",",1-p," ",Z[1],"A",R,",",R," 0 0,",v," ",Z[0]):A.push("L",V[0],"A",R,",",R," 0 0,",v," ",Z[0])}else A.push("L",_,",",w)}else A.push("M",m,",",M),null!=x&&A.push("A",c,",",c," 0 ",C,",",p," ",x,",",b),A.push("L",_,",",w),null!=S&&A.push("A",n,",",n," 0 ",L,",",1-p," ",S,",",k);return A.push("Z"),A.join("")}function t(n,t){return"M0,"+n+"A"+n+","+n+" 0 1,"+t+" 0,"+-n+"A"+n+","+n+" 0 1,"+t+" 0,"+n}var e=hu,r=pu,i=su,u=ql,o=gu,a=vu,l=du;return n.innerRadius=function(t){return arguments.length?(e=En(t),n):e},n.outerRadius=function(t){return arguments.length?(r=En(t),n):r},n.cornerRadius=function(t){return arguments.length?(i=En(t),n):i},n.padRadius=function(t){return arguments.length?(u=t==ql?ql:En(t),n):u},n.startAngle=function(t){return arguments.length?(o=En(t),n):o},n.endAngle=function(t){return arguments.length?(a=En(t),n):a},n.padAngle=function(t){return arguments.length?(l=En(t),n):l},n.centroid=function(){var n=(+e.apply(this,arguments)+ +r.apply(this,arguments))/2,t=(+o.apply(this,arguments)+ +a.apply(this,arguments))/2-Io;return[Math.cos(t)*n,Math.sin(t)*n]},n};var ql="auto";ao.svg.line=function(){return Mu(m)};var Tl=ao.map({linear:xu,"linear-closed":bu,step:_u,"step-before":wu,"step-after":Su,basis:zu,"basis-open":Lu,"basis-closed":qu,bundle:Tu,cardinal:Eu,"cardinal-open":ku,"cardinal-closed":Nu,monotone:Fu});Tl.forEach(function(n,t){t.key=n,t.closed=/-closed$/.test(n)});var Rl=[0,2/3,1/3,0],Dl=[0,1/3,2/3,0],Pl=[0,1/6,2/3,1/6];ao.svg.line.radial=function(){var n=Mu(Hu);return n.radius=n.x,delete n.x,n.angle=n.y,delete n.y,n},wu.reverse=Su,Su.reverse=wu,ao.svg.area=function(){return Ou(m)},ao.svg.area.radial=function(){var n=Ou(Hu);return n.radius=n.x,delete n.x,n.innerRadius=n.x0,delete n.x0,n.outerRadius=n.x1,delete n.x1,n.angle=n.y,delete n.y,n.startAngle=n.y0,delete n.y0,n.endAngle=n.y1,delete n.y1,n},ao.svg.chord=function(){function n(n,a){var l=t(this,u,n,a),c=t(this,o,n,a);return"M"+l.p0+r(l.r,l.p1,l.a1-l.a0)+(e(l,c)?i(l.r,l.p1,l.r,l.p0):i(l.r,l.p1,c.r,c.p0)+r(c.r,c.p1,c.a1-c.a0)+i(c.r,c.p1,l.r,l.p0))+"Z"}function t(n,t,e,r){var i=t.call(n,e,r),u=a.call(n,i,r),o=l.call(n,i,r)-Io,f=c.call(n,i,r)-Io;return{r:u,a0:o,a1:f,p0:[u*Math.cos(o),u*Math.sin(o)],p1:[u*Math.cos(f),u*Math.sin(f)]}}function e(n,t){return n.a0==t.a0&&n.a1==t.a1}function r(n,t,e){return"A"+n+","+n+" 0 "+ +(e>Fo)+",1 "+t}function i(n,t,e,r){return"Q 0,0 "+r}var u=Me,o=xe,a=Iu,l=gu,c=vu;return n.radius=function(t){return arguments.length?(a=En(t),n):a},n.source=function(t){return arguments.length?(u=En(t),n):u},n.target=function(t){return arguments.length?(o=En(t),n):o},n.startAngle=function(t){return arguments.length?(l=En(t),n):l},n.endAngle=function(t){return arguments.length?(c=En(t),n):c},n},ao.svg.diagonal=function(){function n(n,i){var u=t.call(this,n,i),o=e.call(this,n,i),a=(u.y+o.y)/2,l=[u,{x:u.x,y:a},{x:o.x,y:a},o];return l=l.map(r),"M"+l[0]+"C"+l[1]+" "+l[2]+" "+l[3]}var t=Me,e=xe,r=Yu;return n.source=function(e){return arguments.length?(t=En(e),n):t},n.target=function(t){return arguments.length?(e=En(t),n):e},n.projection=function(t){return arguments.length?(r=t,n):r},n},ao.svg.diagonal.radial=function(){var n=ao.svg.diagonal(),t=Yu,e=n.projection;return n.projection=function(n){return arguments.length?e(Zu(t=n)):t},n},ao.svg.symbol=function(){function n(n,r){return(Ul.get(t.call(this,n,r))||$u)(e.call(this,n,r))}var t=Xu,e=Vu;return n.type=function(e){return arguments.length?(t=En(e),n):t},n.size=function(t){return arguments.length?(e=En(t),n):e},n};var Ul=ao.map({circle:$u,cross:function(n){var t=Math.sqrt(n/5)/2;return"M"+-3*t+","+-t+"H"+-t+"V"+-3*t+"H"+t+"V"+-t+"H"+3*t+"V"+t+"H"+t+"V"+3*t+"H"+-t+"V"+t+"H"+-3*t+"Z"},diamond:function(n){var t=Math.sqrt(n/(2*Fl)),e=t*Fl;return"M0,"+-t+"L"+e+",0 0,"+t+" "+-e+",0Z"},square:function(n){var t=Math.sqrt(n)/2;return"M"+-t+","+-t+"L"+t+","+-t+" "+t+","+t+" "+-t+","+t+"Z"},"triangle-down":function(n){var t=Math.sqrt(n/jl),e=t*jl/2;return"M0,"+e+"L"+t+","+-e+" "+-t+","+-e+"Z"},"triangle-up":function(n){var t=Math.sqrt(n/jl),e=t*jl/2;return"M0,"+-e+"L"+t+","+e+" "+-t+","+e+"Z"}});ao.svg.symbolTypes=Ul.keys();var jl=Math.sqrt(3),Fl=Math.tan(30*Yo);Co.transition=function(n){for(var t,e,r=Hl||++Zl,i=Ku(n),u=[],o=Ol||{time:Date.now(),ease:Nr,delay:0,duration:250},a=-1,l=this.length;++a<l;){u.push(t=[]);for(var c=this[a],f=-1,s=c.length;++f<s;)(e=c[f])&&Qu(e,f,i,r,o),t.push(e)}return Wu(u,i,r)},Co.interrupt=function(n){return this.each(null==n?Il:Bu(Ku(n)))};var Hl,Ol,Il=Bu(Ku()),Yl=[],Zl=0;Yl.call=Co.call,Yl.empty=Co.empty,Yl.node=Co.node,Yl.size=Co.size,ao.transition=function(n,t){return n&&n.transition?Hl?n.transition(t):n:ao.selection().transition(n)},ao.transition.prototype=Yl,Yl.select=function(n){var t,e,r,i=this.id,u=this.namespace,o=[];n=A(n);for(var a=-1,l=this.length;++a<l;){o.push(t=[]);for(var c=this[a],f=-1,s=c.length;++f<s;)(r=c[f])&&(e=n.call(r,r.__data__,f,a))?("__data__"in r&&(e.__data__=r.__data__),Qu(e,f,u,i,r[u][i]),t.push(e)):t.push(null)}return Wu(o,u,i)},Yl.selectAll=function(n){var t,e,r,i,u,o=this.id,a=this.namespace,l=[];n=C(n);for(var c=-1,f=this.length;++c<f;)for(var s=this[c],h=-1,p=s.length;++h<p;)if(r=s[h]){u=r[a][o],e=n.call(r,r.__data__,h,c),l.push(t=[]);for(var g=-1,v=e.length;++g<v;)(i=e[g])&&Qu(i,g,a,o,u),t.push(i)}return Wu(l,a,o)},Yl.filter=function(n){var t,e,r,i=[];"function"!=typeof n&&(n=O(n));for(var u=0,o=this.length;o>u;u++){i.push(t=[]);for(var e=this[u],a=0,l=e.length;l>a;a++)(r=e[a])&&n.call(r,r.__data__,a,u)&&t.push(r)}return Wu(i,this.namespace,this.id)},Yl.tween=function(n,t){var e=this.id,r=this.namespace;return arguments.length<2?this.node()[r][e].tween.get(n):Y(this,null==t?function(t){t[r][e].tween.remove(n)}:function(i){i[r][e].tween.set(n,t)})},Yl.attr=function(n,t){function e(){this.removeAttribute(a)}function r(){this.removeAttributeNS(a.space,a.local)}function i(n){return null==n?e:(n+="",function(){var t,e=this.getAttribute(a);return e!==n&&(t=o(e,n),function(n){this.setAttribute(a,t(n))})})}function u(n){return null==n?r:(n+="",function(){var t,e=this.getAttributeNS(a.space,a.local);return e!==n&&(t=o(e,n),function(n){this.setAttributeNS(a.space,a.local,t(n))})})}if(arguments.length<2){for(t in n)this.attr(t,n[t]);return this}var o="transform"==n?$r:Mr,a=ao.ns.qualify(n);return Ju(this,"attr."+n,t,a.local?u:i)},Yl.attrTween=function(n,t){function e(n,e){var r=t.call(this,n,e,this.getAttribute(i));return r&&function(n){this.setAttribute(i,r(n))}}function r(n,e){var r=t.call(this,n,e,this.getAttributeNS(i.space,i.local));return r&&function(n){this.setAttributeNS(i.space,i.local,r(n))}}var i=ao.ns.qualify(n);return this.tween("attr."+n,i.local?r:e)},Yl.style=function(n,e,r){function i(){this.style.removeProperty(n)}function u(e){return null==e?i:(e+="",function(){var i,u=t(this).getComputedStyle(this,null).getPropertyValue(n);return u!==e&&(i=Mr(u,e),function(t){this.style.setProperty(n,i(t),r)})})}var o=arguments.length;if(3>o){if("string"!=typeof n){2>o&&(e="");for(r in n)this.style(r,n[r],e);return this}r=""}return Ju(this,"style."+n,e,u)},Yl.styleTween=function(n,e,r){function i(i,u){var o=e.call(this,i,u,t(this).getComputedStyle(this,null).getPropertyValue(n));return o&&function(t){this.style.setProperty(n,o(t),r)}}return arguments.length<3&&(r=""),this.tween("style."+n,i)},Yl.text=function(n){return Ju(this,"text",n,Gu)},Yl.remove=function(){var n=this.namespace;return this.each("end.transition",function(){var t;this[n].count<2&&(t=this.parentNode)&&t.removeChild(this)})},Yl.ease=function(n){var t=this.id,e=this.namespace;return arguments.length<1?this.node()[e][t].ease:("function"!=typeof n&&(n=ao.ease.apply(ao,arguments)),Y(this,function(r){r[e][t].ease=n}))},Yl.delay=function(n){var t=this.id,e=this.namespace;return arguments.length<1?this.node()[e][t].delay:Y(this,"function"==typeof n?function(r,i,u){r[e][t].delay=+n.call(r,r.__data__,i,u)}:(n=+n,function(r){r[e][t].delay=n}))},Yl.duration=function(n){var t=this.id,e=this.namespace;return arguments.length<1?this.node()[e][t].duration:Y(this,"function"==typeof n?function(r,i,u){r[e][t].duration=Math.max(1,n.call(r,r.__data__,i,u))}:(n=Math.max(1,n),function(r){r[e][t].duration=n}))},Yl.each=function(n,t){var e=this.id,r=this.namespace;if(arguments.length<2){var i=Ol,u=Hl;try{Hl=e,Y(this,function(t,i,u){Ol=t[r][e],n.call(t,t.__data__,i,u)})}finally{Ol=i,Hl=u}}else Y(this,function(i){var u=i[r][e];(u.event||(u.event=ao.dispatch("start","end","interrupt"))).on(n,t)});return this},Yl.transition=function(){for(var n,t,e,r,i=this.id,u=++Zl,o=this.namespace,a=[],l=0,c=this.length;c>l;l++){a.push(n=[]);for(var t=this[l],f=0,s=t.length;s>f;f++)(e=t[f])&&(r=e[o][i],Qu(e,f,o,u,{time:r.time,ease:r.ease,delay:r.delay+r.duration,duration:r.duration})),n.push(e)}return Wu(a,o,u)},ao.svg.axis=function(){function n(n){n.each(function(){var n,c=ao.select(this),f=this.__chart__||e,s=this.__chart__=e.copy(),h=null==l?s.ticks?s.ticks.apply(s,a):s.domain():l,p=null==t?s.tickFormat?s.tickFormat.apply(s,a):m:t,g=c.selectAll(".tick").data(h,s),v=g.enter().insert("g",".domain").attr("class","tick").style("opacity",Uo),d=ao.transition(g.exit()).style("opacity",Uo).remove(),y=ao.transition(g.order()).style("opacity",1),M=Math.max(i,0)+o,x=Zi(s),b=c.selectAll(".domain").data([0]),_=(b.enter().append("path").attr("class","domain"),ao.transition(b));v.append("line"),v.append("text");var w,S,k,N,E=v.select("line"),A=y.select("line"),C=g.select("text").text(p),z=v.select("text"),L=y.select("text"),q="top"===r||"left"===r?-1:1;if("bottom"===r||"top"===r?(n=no,w="x",k="y",S="x2",N="y2",C.attr("dy",0>q?"0em":".71em").style("text-anchor","middle"),_.attr("d","M"+x[0]+","+q*u+"V0H"+x[1]+"V"+q*u)):(n=to,w="y",k="x",S="y2",N="x2",C.attr("dy",".32em").style("text-anchor",0>q?"end":"start"),_.attr("d","M"+q*u+","+x[0]+"H0V"+x[1]+"H"+q*u)),E.attr(N,q*i),z.attr(k,q*M),A.attr(S,0).attr(N,q*i),L.attr(w,0).attr(k,q*M),s.rangeBand){var T=s,R=T.rangeBand()/2;f=s=function(n){return T(n)+R}}else f.rangeBand?f=s:d.call(n,s,f);v.call(n,f,s),y.call(n,s,s)})}var t,e=ao.scale.linear(),r=Vl,i=6,u=6,o=3,a=[10],l=null;return n.scale=function(t){return arguments.length?(e=t,n):e},n.orient=function(t){return arguments.length?(r=t in Xl?t+"":Vl,n):r},n.ticks=function(){return arguments.length?(a=co(arguments),n):a},n.tickValues=function(t){return arguments.length?(l=t,n):l},n.tickFormat=function(e){return arguments.length?(t=e,n):t},n.tickSize=function(t){var e=arguments.length;return e?(i=+t,u=+arguments[e-1],n):i},n.innerTickSize=function(t){return arguments.length?(i=+t,n):i},n.outerTickSize=function(t){return arguments.length?(u=+t,n):u},n.tickPadding=function(t){return arguments.length?(o=+t,n):o},n.tickSubdivide=function(){return arguments.length&&n},n};var Vl="bottom",Xl={top:1,right:1,bottom:1,left:1};ao.svg.brush=function(){function n(t){t.each(function(){var t=ao.select(this).style("pointer-events","all").style("-webkit-tap-highlight-color","rgba(0,0,0,0)").on("mousedown.brush",u).on("touchstart.brush",u),o=t.selectAll(".background").data([0]);o.enter().append("rect").attr("class","background").style("visibility","hidden").style("cursor","crosshair"),t.selectAll(".extent").data([0]).enter().append("rect").attr("class","extent").style("cursor","move");var a=t.selectAll(".resize").data(v,m);a.exit().remove(),a.enter().append("g").attr("class",function(n){return"resize "+n}).style("cursor",function(n){return $l[n]}).append("rect").attr("x",function(n){return/[ew]$/.test(n)?-3:null}).attr("y",function(n){return/^[ns]/.test(n)?-3:null}).attr("width",6).attr("height",6).style("visibility","hidden"),a.style("display",n.empty()?"none":null);var l,s=ao.transition(t),h=ao.transition(o);c&&(l=Zi(c),h.attr("x",l[0]).attr("width",l[1]-l[0]),r(s)),f&&(l=Zi(f),h.attr("y",l[0]).attr("height",l[1]-l[0]),i(s)),e(s)})}function e(n){n.selectAll(".resize").attr("transform",function(n){return"translate("+s[+/e$/.test(n)]+","+h[+/^s/.test(n)]+")"})}function r(n){n.select(".extent").attr("x",s[0]),n.selectAll(".extent,.n>rect,.s>rect").attr("width",s[1]-s[0])}function i(n){n.select(".extent").attr("y",h[0]),n.selectAll(".extent,.e>rect,.w>rect").attr("height",h[1]-h[0])}function u(){function u(){32==ao.event.keyCode&&(C||(M=null,L[0]-=s[1],L[1]-=h[1],C=2),S())}function v(){32==ao.event.keyCode&&2==C&&(L[0]+=s[1],L[1]+=h[1],C=0,S())}function d(){var n=ao.mouse(b),t=!1;x&&(n[0]+=x[0],n[1]+=x[1]),C||(ao.event.altKey?(M||(M=[(s[0]+s[1])/2,(h[0]+h[1])/2]),L[0]=s[+(n[0]<M[0])],L[1]=h[+(n[1]<M[1])]):M=null),E&&y(n,c,0)&&(r(k),t=!0),A&&y(n,f,1)&&(i(k),t=!0),t&&(e(k),w({type:"brush",mode:C?"move":"resize"}))}function y(n,t,e){var r,i,u=Zi(t),l=u[0],c=u[1],f=L[e],v=e?h:s,d=v[1]-v[0];return C&&(l-=f,c-=d+f),r=(e?g:p)?Math.max(l,Math.min(c,n[e])):n[e],C?i=(r+=f)+d:(M&&(f=Math.max(l,Math.min(c,2*M[e]-r))),r>f?(i=r,r=f):i=f),v[0]!=r||v[1]!=i?(e?a=null:o=null,v[0]=r,v[1]=i,!0):void 0}function m(){d(),k.style("pointer-events","all").selectAll(".resize").style("display",n.empty()?"none":null),ao.select("body").style("cursor",null),q.on("mousemove.brush",null).on("mouseup.brush",null).on("touchmove.brush",null).on("touchend.brush",null).on("keydown.brush",null).on("keyup.brush",null),z(),w({type:"brushend"})}var M,x,b=this,_=ao.select(ao.event.target),w=l.of(b,arguments),k=ao.select(b),N=_.datum(),E=!/^(n|s)$/.test(N)&&c,A=!/^(e|w)$/.test(N)&&f,C=_.classed("extent"),z=W(b),L=ao.mouse(b),q=ao.select(t(b)).on("keydown.brush",u).on("keyup.brush",v);if(ao.event.changedTouches?q.on("touchmove.brush",d).on("touchend.brush",m):q.on("mousemove.brush",d).on("mouseup.brush",m),k.interrupt().selectAll("*").interrupt(),C)L[0]=s[0]-L[0],L[1]=h[0]-L[1];else if(N){var T=+/w$/.test(N),R=+/^n/.test(N);x=[s[1-T]-L[0],h[1-R]-L[1]],L[0]=s[T],L[1]=h[R]}else ao.event.altKey&&(M=L.slice());k.style("pointer-events","none").selectAll(".resize").style("display",null),ao.select("body").style("cursor",_.style("cursor")),w({type:"brushstart"}),d()}var o,a,l=N(n,"brushstart","brush","brushend"),c=null,f=null,s=[0,0],h=[0,0],p=!0,g=!0,v=Bl[0];return n.event=function(n){n.each(function(){var n=l.of(this,arguments),t={x:s,y:h,i:o,j:a},e=this.__chart__||t;this.__chart__=t,Hl?ao.select(this).transition().each("start.brush",function(){o=e.i,a=e.j,s=e.x,h=e.y,n({type:"brushstart"})}).tween("brush:brush",function(){var e=xr(s,t.x),r=xr(h,t.y);return o=a=null,function(i){s=t.x=e(i),h=t.y=r(i),n({type:"brush",mode:"resize"})}}).each("end.brush",function(){o=t.i,a=t.j,n({type:"brush",mode:"resize"}),n({type:"brushend"})}):(n({type:"brushstart"}),n({type:"brush",mode:"resize"}),n({type:"brushend"}))})},n.x=function(t){return arguments.length?(c=t,v=Bl[!c<<1|!f],n):c},n.y=function(t){return arguments.length?(f=t,v=Bl[!c<<1|!f],n):f},n.clamp=function(t){return arguments.length?(c&&f?(p=!!t[0],g=!!t[1]):c?p=!!t:f&&(g=!!t),n):c&&f?[p,g]:c?p:f?g:null},n.extent=function(t){var e,r,i,u,l;return arguments.length?(c&&(e=t[0],r=t[1],f&&(e=e[0],r=r[0]),o=[e,r],c.invert&&(e=c(e),r=c(r)),e>r&&(l=e,e=r,r=l),e==s[0]&&r==s[1]||(s=[e,r])),f&&(i=t[0],u=t[1],c&&(i=i[1],u=u[1]),a=[i,u],f.invert&&(i=f(i),u=f(u)),i>u&&(l=i,i=u,u=l),i==h[0]&&u==h[1]||(h=[i,u])),n):(c&&(o?(e=o[0],r=o[1]):(e=s[0],r=s[1],c.invert&&(e=c.invert(e),r=c.invert(r)),e>r&&(l=e,e=r,r=l))),f&&(a?(i=a[0],u=a[1]):(i=h[0],u=h[1],f.invert&&(i=f.invert(i),u=f.invert(u)),i>u&&(l=i,i=u,u=l))),c&&f?[[e,i],[r,u]]:c?[e,r]:f&&[i,u])},n.clear=function(){return n.empty()||(s=[0,0],h=[0,0],o=a=null),n},n.empty=function(){return!!c&&s[0]==s[1]||!!f&&h[0]==h[1]},ao.rebind(n,l,"on")};var $l={n:"ns-resize",e:"ew-resize",s:"ns-resize",w:"ew-resize",nw:"nwse-resize",ne:"nesw-resize",se:"nwse-resize",sw:"nesw-resize"},Bl=[["n","e","s","w","nw","ne","se","sw"],["e","w"],["n","s"],[]],Wl=ga.format=xa.timeFormat,Jl=Wl.utc,Gl=Jl("%Y-%m-%dT%H:%M:%S.%LZ");Wl.iso=Date.prototype.toISOString&&+new Date("2000-01-01T00:00:00.000Z")?eo:Gl,eo.parse=function(n){var t=new Date(n);return isNaN(t)?null:t},eo.toString=Gl.toString,ga.second=On(function(n){return new va(1e3*Math.floor(n/1e3))},function(n,t){n.setTime(n.getTime()+1e3*Math.floor(t))},function(n){return n.getSeconds()}),ga.seconds=ga.second.range,ga.seconds.utc=ga.second.utc.range,ga.minute=On(function(n){return new va(6e4*Math.floor(n/6e4))},function(n,t){n.setTime(n.getTime()+6e4*Math.floor(t))},function(n){return n.getMinutes()}),ga.minutes=ga.minute.range,ga.minutes.utc=ga.minute.utc.range,ga.hour=On(function(n){var t=n.getTimezoneOffset()/60;return new va(36e5*(Math.floor(n/36e5-t)+t))},function(n,t){n.setTime(n.getTime()+36e5*Math.floor(t))},function(n){return n.getHours()}),ga.hours=ga.hour.range,ga.hours.utc=ga.hour.utc.range,ga.month=On(function(n){return n=ga.day(n),n.setDate(1),n},function(n,t){n.setMonth(n.getMonth()+t)},function(n){return n.getMonth()}),ga.months=ga.month.range,ga.months.utc=ga.month.utc.range;var Kl=[1e3,5e3,15e3,3e4,6e4,3e5,9e5,18e5,36e5,108e5,216e5,432e5,864e5,1728e5,6048e5,2592e6,7776e6,31536e6],Ql=[[ga.second,1],[ga.second,5],[ga.second,15],[ga.second,30],[ga.minute,1],[ga.minute,5],[ga.minute,15],[ga.minute,30],[ga.hour,1],[ga.hour,3],[ga.hour,6],[ga.hour,12],[ga.day,1],[ga.day,2],[ga.week,1],[ga.month,1],[ga.month,3],[ga.year,1]],nc=Wl.multi([[".%L",function(n){return n.getMilliseconds()}],[":%S",function(n){return n.getSeconds()}],["%I:%M",function(n){return n.getMinutes()}],["%I %p",function(n){return n.getHours()}],["%a %d",function(n){return n.getDay()&&1!=n.getDate()}],["%b %d",function(n){return 1!=n.getDate()}],["%B",function(n){return n.getMonth()}],["%Y",zt]]),tc={range:function(n,t,e){return ao.range(Math.ceil(n/e)*e,+t,e).map(io)},floor:m,ceil:m};Ql.year=ga.year,ga.scale=function(){return ro(ao.scale.linear(),Ql,nc)};var ec=Ql.map(function(n){return[n[0].utc,n[1]]}),rc=Jl.multi([[".%L",function(n){return n.getUTCMilliseconds()}],[":%S",function(n){return n.getUTCSeconds()}],["%I:%M",function(n){return n.getUTCMinutes()}],["%I %p",function(n){return n.getUTCHours()}],["%a %d",function(n){return n.getUTCDay()&&1!=n.getUTCDate()}],["%b %d",function(n){return 1!=n.getUTCDate()}],["%B",function(n){return n.getUTCMonth()}],["%Y",zt]]);ec.year=ga.year.utc,ga.scale.utc=function(){return ro(ao.scale.linear(),ec,rc)},ao.text=An(function(n){return n.responseText}),ao.json=function(n,t){return Cn(n,"application/json",uo,t)},ao.html=function(n,t){return Cn(n,"text/html",oo,t)},ao.xml=An(function(n){return n.responseXML}),"function"==typeof define&&define.amd?(this.d3=ao,define(ao)):"object"==typeof module&&module.exports?module.exports=ao:this.d3=ao}(); -// ┌────────────────────────────────────────────────────────────────────┐ \\ -// │ Raphaël 2.2.8 - JavaScript Vector Library │ \\ -// ├────────────────────────────────────────────────────────────────────┤ \\ -// │ Copyright © 2008-2012 Dmitry Baranovskiy (http://raphaeljs.com) │ \\ -// │ Copyright © 2008-2012 Sencha Labs (http://sencha.com) │ \\ -// ├────────────────────────────────────────────────────────────────────┤ \\ -// │ Licensed under the MIT (http://raphaeljs.com/license.html) license.│ \\ -// └────────────────────────────────────────────────────────────────────┘ \\ -!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.Raphael=e():t.Raphael=e()}(window,function(){return function(t){var e={};function r(i){if(e[i])return e[i].exports;var n=e[i]={i:i,l:!1,exports:{}};return t[i].call(n.exports,n,n.exports,r),n.l=!0,n.exports}return r.m=t,r.c=e,r.d=function(t,e,i){r.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:i})},r.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},r.t=function(t,e){if(1&e&&(t=r(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var i=Object.create(null);if(r.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var n in t)r.d(i,n,function(e){return t[e]}.bind(null,n));return i},r.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return r.d(e,"a",e),e},r.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},r.p="",r(r.s=1)}([function(t,e,r){var i,n;i=[r(2)],void 0===(n=function(t){function e(i){if(e.is(i,"function"))return r?i():t.on("raphael.DOMload",i);if(e.is(i,A))return e._engine.create[c](e,i.splice(0,3+e.is(i[0],T))).add(i);var n=Array.prototype.slice.call(arguments,0);if(e.is(n[n.length-1],"function")){var a=n.pop();return r?a.call(e._engine.create[c](e,n)):t.on("raphael.DOMload",function(){a.call(e._engine.create[c](e,n))})}return e._engine.create[c](e,arguments)}e.version="2.2.0",e.eve=t;var r,i,n=/[, ]+/,a={circle:1,rect:1,path:1,ellipse:1,text:1,image:1},s=/\{(\d+)\}/g,o="hasOwnProperty",l={doc:document,win:window},h={was:Object.prototype[o].call(l.win,"Raphael"),is:l.win.Raphael},u=function(){this.ca=this.customAttributes={}},c="apply",f="concat",p="ontouchstart"in window||window.TouchEvent||window.DocumentTouch&&document instanceof DocumentTouch,d="",g=" ",x=String,v="split",y="click dblclick mousedown mousemove mouseout mouseover mouseup touchstart touchmove touchend touchcancel"[v](g),m={mousedown:"touchstart",mousemove:"touchmove",mouseup:"touchend"},b=x.prototype.toLowerCase,_=Math,w=_.max,k=_.min,B=_.abs,C=_.pow,S=_.PI,T="number",A="array",M=Object.prototype.toString,E=(e._ISURL=/^url\(['"]?(.+?)['"]?\)$/i,/^\s*((#[a-f\d]{6})|(#[a-f\d]{3})|rgba?\(\s*([\d\.]+%?\s*,\s*[\d\.]+%?\s*,\s*[\d\.]+%?(?:\s*,\s*[\d\.]+%?)?)\s*\)|hsba?\(\s*([\d\.]+(?:deg|\xb0|%)?\s*,\s*[\d\.]+%?\s*,\s*[\d\.]+(?:%?\s*,\s*[\d\.]+)?)%?\s*\)|hsla?\(\s*([\d\.]+(?:deg|\xb0|%)?\s*,\s*[\d\.]+%?\s*,\s*[\d\.]+(?:%?\s*,\s*[\d\.]+)?)%?\s*\))\s*$/i),N={NaN:1,Infinity:1,"-Infinity":1},L=/^(?:cubic-)?bezier\(([^,]+),([^,]+),([^,]+),([^\)]+)\)/,P=_.round,z=parseFloat,F=parseInt,R=x.prototype.toUpperCase,j=e._availableAttrs={"arrow-end":"none","arrow-start":"none",blur:0,"clip-rect":"0 0 1e9 1e9",cursor:"default",cx:0,cy:0,fill:"#fff","fill-opacity":1,font:'10px "Arial"',"font-family":'"Arial"',"font-size":"10","font-style":"normal","font-weight":400,gradient:0,height:0,href:"http://raphaeljs.com/","letter-spacing":0,opacity:1,path:"M0,0",r:0,rx:0,ry:0,src:"",stroke:"#000","stroke-dasharray":"","stroke-linecap":"butt","stroke-linejoin":"butt","stroke-miterlimit":0,"stroke-opacity":1,"stroke-width":1,target:"_blank","text-anchor":"middle",title:"Raphael",transform:"",width:0,x:0,y:0,class:""},I=e._availableAnimAttrs={blur:T,"clip-rect":"csv",cx:T,cy:T,fill:"colour","fill-opacity":T,"font-size":T,height:T,opacity:T,path:"path",r:T,rx:T,ry:T,stroke:"colour","stroke-opacity":T,"stroke-width":T,transform:"transform",width:T,x:T,y:T},D=/[\x09\x0a\x0b\x0c\x0d\x20\xa0\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\u2028\u2029]*,[\x09\x0a\x0b\x0c\x0d\x20\xa0\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\u2028\u2029]*/,q={hs:1,rg:1},O=/,?([achlmqrstvxz]),?/gi,V=/([achlmrqstvz])[\x09\x0a\x0b\x0c\x0d\x20\xa0\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\u2028\u2029,]*((-?\d*\.?\d*(?:e[\-+]?\d+)?[\x09\x0a\x0b\x0c\x0d\x20\xa0\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\u2028\u2029]*,?[\x09\x0a\x0b\x0c\x0d\x20\xa0\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\u2028\u2029]*)+)/gi,W=/([rstm])[\x09\x0a\x0b\x0c\x0d\x20\xa0\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\u2028\u2029,]*((-?\d*\.?\d*(?:e[\-+]?\d+)?[\x09\x0a\x0b\x0c\x0d\x20\xa0\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\u2028\u2029]*,?[\x09\x0a\x0b\x0c\x0d\x20\xa0\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\u2028\u2029]*)+)/gi,Y=/(-?\d*\.?\d*(?:e[\-+]?\d+)?)[\x09\x0a\x0b\x0c\x0d\x20\xa0\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\u2028\u2029]*,?[\x09\x0a\x0b\x0c\x0d\x20\xa0\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\u2028\u2029]*/gi,G=(e._radial_gradient=/^r(?:\(([^,]+?)[\x09\x0a\x0b\x0c\x0d\x20\xa0\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\u2028\u2029]*,[\x09\x0a\x0b\x0c\x0d\x20\xa0\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\u2028\u2029]*([^\)]+?)\))?/,{}),H=function(t,e){return z(t)-z(e)},X=function(t){return t},U=e._rectPath=function(t,e,r,i,n){return n?[["M",t+n,e],["l",r-2*n,0],["a",n,n,0,0,1,n,n],["l",0,i-2*n],["a",n,n,0,0,1,-n,n],["l",2*n-r,0],["a",n,n,0,0,1,-n,-n],["l",0,2*n-i],["a",n,n,0,0,1,n,-n],["z"]]:[["M",t,e],["l",r,0],["l",0,i],["l",-r,0],["z"]]},$=function(t,e,r,i){return null==i&&(i=r),[["M",t,e],["m",0,-i],["a",r,i,0,1,1,0,2*i],["a",r,i,0,1,1,0,-2*i],["z"]]},Z=e._getPath={path:function(t){return t.attr("path")},circle:function(t){var e=t.attrs;return $(e.cx,e.cy,e.r)},ellipse:function(t){var e=t.attrs;return $(e.cx,e.cy,e.rx,e.ry)},rect:function(t){var e=t.attrs;return U(e.x,e.y,e.width,e.height,e.r)},image:function(t){var e=t.attrs;return U(e.x,e.y,e.width,e.height)},text:function(t){var e=t._getBBox();return U(e.x,e.y,e.width,e.height)},set:function(t){var e=t._getBBox();return U(e.x,e.y,e.width,e.height)}},Q=e.mapPath=function(t,e){if(!e)return t;var r,i,n,a,s,o,l;for(n=0,s=(t=Tt(t)).length;n<s;n++)for(a=1,o=(l=t[n]).length;a<o;a+=2)r=e.x(l[a],l[a+1]),i=e.y(l[a],l[a+1]),l[a]=r,l[a+1]=i;return t};if(e._g=l,e.type=l.win.SVGAngle||l.doc.implementation.hasFeature("http://www.w3.org/TR/SVG11/feature#BasicStructure","1.1")?"SVG":"VML","VML"==e.type){var J,K=l.doc.createElement("div");if(K.innerHTML='<v:shape adj="1"/>',(J=K.firstChild).style.behavior="url(#default#VML)",!J||"object"!=typeof J.adj)return e.type=d;K=null}function tt(t){if("function"==typeof t||Object(t)!==t)return t;var e=new t.constructor;for(var r in t)t[o](r)&&(e[r]=tt(t[r]));return e}e.svg=!(e.vml="VML"==e.type),e._Paper=u,e.fn=i=u.prototype=e.prototype,e._id=0,e.is=function(t,e){return"finite"==(e=b.call(e))?!N[o](+t):"array"==e?t instanceof Array:"null"==e&&null===t||e==typeof t&&null!==t||"object"==e&&t===Object(t)||"array"==e&&Array.isArray&&Array.isArray(t)||M.call(t).slice(8,-1).toLowerCase()==e},e.angle=function(t,r,i,n,a,s){if(null==a){var o=t-i,l=r-n;return o||l?(180+180*_.atan2(-l,-o)/S+360)%360:0}return e.angle(t,r,a,s)-e.angle(i,n,a,s)},e.rad=function(t){return t%360*S/180},e.deg=function(t){return Math.round(180*t/S%360*1e3)/1e3},e.snapTo=function(t,r,i){if(i=e.is(i,"finite")?i:10,e.is(t,A)){for(var n=t.length;n--;)if(B(t[n]-r)<=i)return t[n]}else{var a=r%(t=+t);if(a<i)return r-a;if(a>t-i)return r-a+t}return r};var et,rt;e.createUUID=(et=/[xy]/g,rt=function(t){var e=16*_.random()|0;return("x"==t?e:3&e|8).toString(16)},function(){return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(et,rt).toUpperCase()});e.setWindow=function(r){t("raphael.setWindow",e,l.win,r),l.win=r,l.doc=l.win.document,e._engine.initWin&&e._engine.initWin(l.win)};var it=function(t){if(e.vml){var r,i=/^\s+|\s+$/g;try{var n=new ActiveXObject("htmlfile");n.write("<body>"),n.close(),r=n.body}catch(t){r=createPopup().document.body}var a=r.createTextRange();it=ht(function(t){try{r.style.color=x(t).replace(i,d);var e=a.queryCommandValue("ForeColor");return"#"+("000000"+(e=(255&e)<<16|65280&e|(16711680&e)>>>16).toString(16)).slice(-6)}catch(t){return"none"}})}else{var s=l.doc.createElement("i");s.title="Raphaël Colour Picker",s.style.display="none",l.doc.body.appendChild(s),it=ht(function(t){return s.style.color=t,l.doc.defaultView.getComputedStyle(s,d).getPropertyValue("color")})}return it(t)},nt=function(){return"hsb("+[this.h,this.s,this.b]+")"},at=function(){return"hsl("+[this.h,this.s,this.l]+")"},st=function(){return this.hex},ot=function(t,r,i){if(null==r&&e.is(t,"object")&&"r"in t&&"g"in t&&"b"in t&&(i=t.b,r=t.g,t=t.r),null==r&&e.is(t,"string")){var n=e.getRGB(t);t=n.r,r=n.g,i=n.b}return(t>1||r>1||i>1)&&(t/=255,r/=255,i/=255),[t,r,i]},lt=function(t,r,i,n){var a={r:t*=255,g:r*=255,b:i*=255,hex:e.rgb(t,r,i),toString:st};return e.is(n,"finite")&&(a.opacity=n),a};function ht(t,e,r){return function i(){var n=Array.prototype.slice.call(arguments,0),a=n.join("␀"),s=i.cache=i.cache||{},l=i.count=i.count||[];return s[o](a)?(function(t,e){for(var r=0,i=t.length;r<i;r++)if(t[r]===e)return t.push(t.splice(r,1)[0])}(l,a),r?r(s[a]):s[a]):(l.length>=1e3&&delete s[l.shift()],l.push(a),s[a]=t[c](e,n),r?r(s[a]):s[a])}}e.color=function(t){var r;return e.is(t,"object")&&"h"in t&&"s"in t&&"b"in t?(r=e.hsb2rgb(t),t.r=r.r,t.g=r.g,t.b=r.b,t.hex=r.hex):e.is(t,"object")&&"h"in t&&"s"in t&&"l"in t?(r=e.hsl2rgb(t),t.r=r.r,t.g=r.g,t.b=r.b,t.hex=r.hex):(e.is(t,"string")&&(t=e.getRGB(t)),e.is(t,"object")&&"r"in t&&"g"in t&&"b"in t?(r=e.rgb2hsl(t),t.h=r.h,t.s=r.s,t.l=r.l,r=e.rgb2hsb(t),t.v=r.b):(t={hex:"none"}).r=t.g=t.b=t.h=t.s=t.v=t.l=-1),t.toString=st,t},e.hsb2rgb=function(t,e,r,i){var n,a,s,o,l;return this.is(t,"object")&&"h"in t&&"s"in t&&"b"in t&&(r=t.b,e=t.s,i=t.o,t=t.h),o=(l=r*e)*(1-B((t=(t*=360)%360/60)%2-1)),n=a=s=r-l,lt(n+=[l,o,0,0,o,l][t=~~t],a+=[o,l,l,o,0,0][t],s+=[0,0,o,l,l,o][t],i)},e.hsl2rgb=function(t,e,r,i){var n,a,s,o,l;return this.is(t,"object")&&"h"in t&&"s"in t&&"l"in t&&(r=t.l,e=t.s,t=t.h),(t>1||e>1||r>1)&&(t/=360,e/=100,r/=100),o=(l=2*e*(r<.5?r:1-r))*(1-B((t=(t*=360)%360/60)%2-1)),n=a=s=r-l/2,lt(n+=[l,o,0,0,o,l][t=~~t],a+=[o,l,l,o,0,0][t],s+=[0,0,o,l,l,o][t],i)},e.rgb2hsb=function(t,e,r){var i,n;return t=(r=ot(t,e,r))[0],e=r[1],r=r[2],{h:((0==(n=(i=w(t,e,r))-k(t,e,r))?null:i==t?(e-r)/n:i==e?(r-t)/n+2:(t-e)/n+4)+360)%6*60/360,s:0==n?0:n/i,b:i,toString:nt}},e.rgb2hsl=function(t,e,r){var i,n,a,s;return t=(r=ot(t,e,r))[0],e=r[1],r=r[2],i=((n=w(t,e,r))+(a=k(t,e,r)))/2,{h:((0==(s=n-a)?null:n==t?(e-r)/s:n==e?(r-t)/s+2:(t-e)/s+4)+360)%6*60/360,s:0==s?0:i<.5?s/(2*i):s/(2-2*i),l:i,toString:at}},e._path2string=function(){return this.join(",").replace(O,"$1")};e._preload=function(t,e){var r=l.doc.createElement("img");r.style.cssText="position:absolute;left:-9999em;top:-9999em",r.onload=function(){e.call(this),this.onload=null,l.doc.body.removeChild(this)},r.onerror=function(){l.doc.body.removeChild(this)},l.doc.body.appendChild(r),r.src=t};function ut(){return this.hex}function ct(t,e){for(var r=[],i=0,n=t.length;n-2*!e>i;i+=2){var a=[{x:+t[i-2],y:+t[i-1]},{x:+t[i],y:+t[i+1]},{x:+t[i+2],y:+t[i+3]},{x:+t[i+4],y:+t[i+5]}];e?i?n-4==i?a[3]={x:+t[0],y:+t[1]}:n-2==i&&(a[2]={x:+t[0],y:+t[1]},a[3]={x:+t[2],y:+t[3]}):a[0]={x:+t[n-2],y:+t[n-1]}:n-4==i?a[3]=a[2]:i||(a[0]={x:+t[i],y:+t[i+1]}),r.push(["C",(-a[0].x+6*a[1].x+a[2].x)/6,(-a[0].y+6*a[1].y+a[2].y)/6,(a[1].x+6*a[2].x-a[3].x)/6,(a[1].y+6*a[2].y-a[3].y)/6,a[2].x,a[2].y])}return r}e.getRGB=ht(function(t){if(!t||(t=x(t)).indexOf("-")+1)return{r:-1,g:-1,b:-1,hex:"none",error:1,toString:ut};if("none"==t)return{r:-1,g:-1,b:-1,hex:"none",toString:ut};!q[o](t.toLowerCase().substring(0,2))&&"#"!=t.charAt()&&(t=it(t));var r,i,n,a,s,l,h=t.match(E);return h?(h[2]&&(n=F(h[2].substring(5),16),i=F(h[2].substring(3,5),16),r=F(h[2].substring(1,3),16)),h[3]&&(n=F((s=h[3].charAt(3))+s,16),i=F((s=h[3].charAt(2))+s,16),r=F((s=h[3].charAt(1))+s,16)),h[4]&&(l=h[4][v](D),r=z(l[0]),"%"==l[0].slice(-1)&&(r*=2.55),i=z(l[1]),"%"==l[1].slice(-1)&&(i*=2.55),n=z(l[2]),"%"==l[2].slice(-1)&&(n*=2.55),"rgba"==h[1].toLowerCase().slice(0,4)&&(a=z(l[3])),l[3]&&"%"==l[3].slice(-1)&&(a/=100)),h[5]?(l=h[5][v](D),r=z(l[0]),"%"==l[0].slice(-1)&&(r*=2.55),i=z(l[1]),"%"==l[1].slice(-1)&&(i*=2.55),n=z(l[2]),"%"==l[2].slice(-1)&&(n*=2.55),("deg"==l[0].slice(-3)||"°"==l[0].slice(-1))&&(r/=360),"hsba"==h[1].toLowerCase().slice(0,4)&&(a=z(l[3])),l[3]&&"%"==l[3].slice(-1)&&(a/=100),e.hsb2rgb(r,i,n,a)):h[6]?(l=h[6][v](D),r=z(l[0]),"%"==l[0].slice(-1)&&(r*=2.55),i=z(l[1]),"%"==l[1].slice(-1)&&(i*=2.55),n=z(l[2]),"%"==l[2].slice(-1)&&(n*=2.55),("deg"==l[0].slice(-3)||"°"==l[0].slice(-1))&&(r/=360),"hsla"==h[1].toLowerCase().slice(0,4)&&(a=z(l[3])),l[3]&&"%"==l[3].slice(-1)&&(a/=100),e.hsl2rgb(r,i,n,a)):((h={r:r,g:i,b:n,toString:ut}).hex="#"+(16777216|n|i<<8|r<<16).toString(16).slice(1),e.is(a,"finite")&&(h.opacity=a),h)):{r:-1,g:-1,b:-1,hex:"none",error:1,toString:ut}},e),e.hsb=ht(function(t,r,i){return e.hsb2rgb(t,r,i).hex}),e.hsl=ht(function(t,r,i){return e.hsl2rgb(t,r,i).hex}),e.rgb=ht(function(t,e,r){function i(t){return t+.5|0}return"#"+(16777216|i(r)|i(e)<<8|i(t)<<16).toString(16).slice(1)}),e.getColor=function(t){var e=this.getColor.start=this.getColor.start||{h:0,s:1,b:t||.75},r=this.hsb2rgb(e.h,e.s,e.b);return e.h+=.075,e.h>1&&(e.h=0,e.s-=.2,e.s<=0&&(this.getColor.start={h:0,s:1,b:e.b})),r.hex},e.getColor.reset=function(){delete this.start},e.parsePathString=function(t){if(!t)return null;var r=ft(t);if(r.arr)return mt(r.arr);var i={a:7,c:6,h:1,l:2,m:2,r:4,q:4,s:4,t:2,v:1,z:0},n=[];return e.is(t,A)&&e.is(t[0],A)&&(n=mt(t)),n.length||x(t).replace(V,function(t,e,r){var a=[],s=e.toLowerCase();if(r.replace(Y,function(t,e){e&&a.push(+e)}),"m"==s&&a.length>2&&(n.push([e][f](a.splice(0,2))),s="l",e="m"==e?"l":"L"),"r"==s)n.push([e][f](a));else for(;a.length>=i[s]&&(n.push([e][f](a.splice(0,i[s]))),i[s]););}),n.toString=e._path2string,r.arr=mt(n),n},e.parseTransformString=ht(function(t){if(!t)return null;var r=[];return e.is(t,A)&&e.is(t[0],A)&&(r=mt(t)),r.length||x(t).replace(W,function(t,e,i){var n=[];b.call(e);i.replace(Y,function(t,e){e&&n.push(+e)}),r.push([e][f](n))}),r.toString=e._path2string,r},this,function(t){if(!t)return t;for(var e=[],r=0;r<t.length;r++){for(var i=[],n=0;n<t[r].length;n++)i.push(t[r][n]);e.push(i)}return e});var ft=function(t){var e=ft.ps=ft.ps||{};return e[t]?e[t].sleep=100:e[t]={sleep:100},setTimeout(function(){for(var r in e)e[o](r)&&r!=t&&(e[r].sleep--,!e[r].sleep&&delete e[r])}),e[t]};function pt(t,e,r,i,n){return t*(t*(-3*e+9*r-9*i+3*n)+6*e-12*r+6*i)-3*e+3*r}function dt(t,e,r,i,n,a,s,o,l){null==l&&(l=1);for(var h=(l=l>1?1:l<0?0:l)/2,u=[-.1252,.1252,-.3678,.3678,-.5873,.5873,-.7699,.7699,-.9041,.9041,-.9816,.9816],c=[.2491,.2491,.2335,.2335,.2032,.2032,.1601,.1601,.1069,.1069,.0472,.0472],f=0,p=0;p<12;p++){var d=h*u[p]+h,g=pt(d,t,r,n,s),x=pt(d,e,i,a,o),v=g*g+x*x;f+=c[p]*_.sqrt(v)}return h*f}function gt(t,e,r,i,n,a,s,o){if(!(w(t,r)<k(n,s)||k(t,r)>w(n,s)||w(e,i)<k(a,o)||k(e,i)>w(a,o))){var l=(t-r)*(a-o)-(e-i)*(n-s);if(l){var h=((t*i-e*r)*(n-s)-(t-r)*(n*o-a*s))/l,u=((t*i-e*r)*(a-o)-(e-i)*(n*o-a*s))/l,c=+h.toFixed(2),f=+u.toFixed(2);if(!(c<+k(t,r).toFixed(2)||c>+w(t,r).toFixed(2)||c<+k(n,s).toFixed(2)||c>+w(n,s).toFixed(2)||f<+k(e,i).toFixed(2)||f>+w(e,i).toFixed(2)||f<+k(a,o).toFixed(2)||f>+w(a,o).toFixed(2)))return{x:h,y:u}}}}function xt(t,r,i){var n=e.bezierBBox(t),a=e.bezierBBox(r);if(!e.isBBoxIntersect(n,a))return i?0:[];for(var s=dt.apply(0,t),o=dt.apply(0,r),l=w(~~(s/5),1),h=w(~~(o/5),1),u=[],c=[],f={},p=i?0:[],d=0;d<l+1;d++){var g=e.findDotsAtSegment.apply(e,t.concat(d/l));u.push({x:g.x,y:g.y,t:d/l})}for(d=0;d<h+1;d++)g=e.findDotsAtSegment.apply(e,r.concat(d/h)),c.push({x:g.x,y:g.y,t:d/h});for(d=0;d<l;d++)for(var x=0;x<h;x++){var v=u[d],y=u[d+1],m=c[x],b=c[x+1],_=B(y.x-v.x)<.001?"y":"x",C=B(b.x-m.x)<.001?"y":"x",S=gt(v.x,v.y,y.x,y.y,m.x,m.y,b.x,b.y);if(S){if(f[S.x.toFixed(4)]==S.y.toFixed(4))continue;f[S.x.toFixed(4)]=S.y.toFixed(4);var T=v.t+B((S[_]-v[_])/(y[_]-v[_]))*(y.t-v.t),A=m.t+B((S[C]-m[C])/(b[C]-m[C]))*(b.t-m.t);T>=0&&T<=1.001&&A>=0&&A<=1.001&&(i?p++:p.push({x:S.x,y:S.y,t1:k(T,1),t2:k(A,1)}))}}return p}function vt(t,r,i){t=e._path2curve(t),r=e._path2curve(r);for(var n,a,s,o,l,h,u,c,f,p,d=i?0:[],g=0,x=t.length;g<x;g++){var v=t[g];if("M"==v[0])n=l=v[1],a=h=v[2];else{"C"==v[0]?(f=[n,a].concat(v.slice(1)),n=f[6],a=f[7]):(f=[n,a,n,a,l,h,l,h],n=l,a=h);for(var y=0,m=r.length;y<m;y++){var b=r[y];if("M"==b[0])s=u=b[1],o=c=b[2];else{"C"==b[0]?(p=[s,o].concat(b.slice(1)),s=p[6],o=p[7]):(p=[s,o,s,o,u,c,u,c],s=u,o=c);var _=xt(f,p,i);if(i)d+=_;else{for(var w=0,k=_.length;w<k;w++)_[w].segment1=g,_[w].segment2=y,_[w].bez1=f,_[w].bez2=p;d=d.concat(_)}}}}}return d}e.findDotsAtSegment=function(t,e,r,i,n,a,s,o,l){var h=1-l,u=C(h,3),c=C(h,2),f=l*l,p=f*l,d=u*t+3*c*l*r+3*h*l*l*n+p*s,g=u*e+3*c*l*i+3*h*l*l*a+p*o,x=t+2*l*(r-t)+f*(n-2*r+t),v=e+2*l*(i-e)+f*(a-2*i+e),y=r+2*l*(n-r)+f*(s-2*n+r),m=i+2*l*(a-i)+f*(o-2*a+i),b=h*t+l*r,w=h*e+l*i,k=h*n+l*s,B=h*a+l*o,T=90-180*_.atan2(x-y,v-m)/S;return(x>y||v<m)&&(T+=180),{x:d,y:g,m:{x:x,y:v},n:{x:y,y:m},start:{x:b,y:w},end:{x:k,y:B},alpha:T}},e.bezierBBox=function(t,r,i,n,a,s,o,l){e.is(t,"array")||(t=[t,r,i,n,a,s,o,l]);var h=St.apply(null,t);return{x:h.min.x,y:h.min.y,x2:h.max.x,y2:h.max.y,width:h.max.x-h.min.x,height:h.max.y-h.min.y}},e.isPointInsideBBox=function(t,e,r){return e>=t.x&&e<=t.x2&&r>=t.y&&r<=t.y2},e.isBBoxIntersect=function(t,r){var i=e.isPointInsideBBox;return i(r,t.x,t.y)||i(r,t.x2,t.y)||i(r,t.x,t.y2)||i(r,t.x2,t.y2)||i(t,r.x,r.y)||i(t,r.x2,r.y)||i(t,r.x,r.y2)||i(t,r.x2,r.y2)||(t.x<r.x2&&t.x>r.x||r.x<t.x2&&r.x>t.x)&&(t.y<r.y2&&t.y>r.y||r.y<t.y2&&r.y>t.y)},e.pathIntersection=function(t,e){return vt(t,e)},e.pathIntersectionNumber=function(t,e){return vt(t,e,1)},e.isPointInsidePath=function(t,r,i){var n=e.pathBBox(t);return e.isPointInsideBBox(n,r,i)&&vt(t,[["M",r,i],["H",n.x2+10]],1)%2==1},e._removedFactory=function(e){return function(){t("raphael.log",null,"Raphaël: you are calling to method “"+e+"” of removed object",e)}};var yt=e.pathBBox=function(t){var e=ft(t);if(e.bbox)return tt(e.bbox);if(!t)return{x:0,y:0,width:0,height:0,x2:0,y2:0};for(var r,i=0,n=0,a=[],s=[],o=0,l=(t=Tt(t)).length;o<l;o++)if("M"==(r=t[o])[0])i=r[1],n=r[2],a.push(i),s.push(n);else{var h=St(i,n,r[1],r[2],r[3],r[4],r[5],r[6]);a=a[f](h.min.x,h.max.x),s=s[f](h.min.y,h.max.y),i=r[5],n=r[6]}var u=k[c](0,a),p=k[c](0,s),d=w[c](0,a),g=w[c](0,s),x=d-u,v=g-p,y={x:u,y:p,x2:d,y2:g,width:x,height:v,cx:u+x/2,cy:p+v/2};return e.bbox=tt(y),y},mt=function(t){var r=tt(t);return r.toString=e._path2string,r},bt=e._pathToRelative=function(t){var r=ft(t);if(r.rel)return mt(r.rel);e.is(t,A)&&e.is(t&&t[0],A)||(t=e.parsePathString(t));var i=[],n=0,a=0,s=0,o=0,l=0;"M"==t[0][0]&&(s=n=t[0][1],o=a=t[0][2],l++,i.push(["M",n,a]));for(var h=l,u=t.length;h<u;h++){var c=i[h]=[],f=t[h];if(f[0]!=b.call(f[0]))switch(c[0]=b.call(f[0]),c[0]){case"a":c[1]=f[1],c[2]=f[2],c[3]=f[3],c[4]=f[4],c[5]=f[5],c[6]=+(f[6]-n).toFixed(3),c[7]=+(f[7]-a).toFixed(3);break;case"v":c[1]=+(f[1]-a).toFixed(3);break;case"m":s=f[1],o=f[2];default:for(var p=1,d=f.length;p<d;p++)c[p]=+(f[p]-(p%2?n:a)).toFixed(3)}else{c=i[h]=[],"m"==f[0]&&(s=f[1]+n,o=f[2]+a);for(var g=0,x=f.length;g<x;g++)i[h][g]=f[g]}var v=i[h].length;switch(i[h][0]){case"z":n=s,a=o;break;case"h":n+=+i[h][v-1];break;case"v":a+=+i[h][v-1];break;default:n+=+i[h][v-2],a+=+i[h][v-1]}}return i.toString=e._path2string,r.rel=mt(i),i},_t=e._pathToAbsolute=function(t){var r=ft(t);if(r.abs)return mt(r.abs);if(e.is(t,A)&&e.is(t&&t[0],A)||(t=e.parsePathString(t)),!t||!t.length)return[["M",0,0]];var i=[],n=0,a=0,s=0,o=0,l=0;"M"==t[0][0]&&(s=n=+t[0][1],o=a=+t[0][2],l++,i[0]=["M",n,a]);for(var h,u,c=3==t.length&&"M"==t[0][0]&&"R"==t[1][0].toUpperCase()&&"Z"==t[2][0].toUpperCase(),p=l,d=t.length;p<d;p++){if(i.push(h=[]),(u=t[p])[0]!=R.call(u[0]))switch(h[0]=R.call(u[0]),h[0]){case"A":h[1]=u[1],h[2]=u[2],h[3]=u[3],h[4]=u[4],h[5]=u[5],h[6]=+(u[6]+n),h[7]=+(u[7]+a);break;case"V":h[1]=+u[1]+a;break;case"H":h[1]=+u[1]+n;break;case"R":for(var g=[n,a][f](u.slice(1)),x=2,v=g.length;x<v;x++)g[x]=+g[x]+n,g[++x]=+g[x]+a;i.pop(),i=i[f](ct(g,c));break;case"M":s=+u[1]+n,o=+u[2]+a;default:for(x=1,v=u.length;x<v;x++)h[x]=+u[x]+(x%2?n:a)}else if("R"==u[0])g=[n,a][f](u.slice(1)),i.pop(),i=i[f](ct(g,c)),h=["R"][f](u.slice(-2));else for(var y=0,m=u.length;y<m;y++)h[y]=u[y];switch(h[0]){case"Z":n=s,a=o;break;case"H":n=h[1];break;case"V":a=h[1];break;case"M":s=h[h.length-2],o=h[h.length-1];default:n=h[h.length-2],a=h[h.length-1]}}return i.toString=e._path2string,r.abs=mt(i),i},wt=function(t,e,r,i){return[t,e,r,i,r,i]},kt=function(t,e,r,i,n,a){return[1/3*t+2/3*r,1/3*e+2/3*i,1/3*n+2/3*r,1/3*a+2/3*i,n,a]},Bt=function(t,e,r,i,n,a,s,o,l,h){var u,c=120*S/180,p=S/180*(+n||0),d=[],g=ht(function(t,e,r){return{x:t*_.cos(r)-e*_.sin(r),y:t*_.sin(r)+e*_.cos(r)}});if(h)A=h[0],M=h[1],C=h[2],T=h[3];else{t=(u=g(t,e,-p)).x,e=u.y,o=(u=g(o,l,-p)).x,l=u.y;_.cos(S/180*n),_.sin(S/180*n);var x=(t-o)/2,y=(e-l)/2,m=x*x/(r*r)+y*y/(i*i);m>1&&(r*=m=_.sqrt(m),i*=m);var b=r*r,w=i*i,k=(a==s?-1:1)*_.sqrt(B((b*w-b*y*y-w*x*x)/(b*y*y+w*x*x))),C=k*r*y/i+(t+o)/2,T=k*-i*x/r+(e+l)/2,A=_.asin(((e-T)/i).toFixed(9)),M=_.asin(((l-T)/i).toFixed(9));(A=t<C?S-A:A)<0&&(A=2*S+A),(M=o<C?S-M:M)<0&&(M=2*S+M),s&&A>M&&(A-=2*S),!s&&M>A&&(M-=2*S)}var E=M-A;if(B(E)>c){var N=M,L=o,P=l;M=A+c*(s&&M>A?1:-1),o=C+r*_.cos(M),l=T+i*_.sin(M),d=Bt(o,l,r,i,n,0,s,L,P,[M,N,C,T])}E=M-A;var z=_.cos(A),F=_.sin(A),R=_.cos(M),j=_.sin(M),I=_.tan(E/4),D=4/3*r*I,q=4/3*i*I,O=[t,e],V=[t+D*F,e-q*z],W=[o+D*j,l-q*R],Y=[o,l];if(V[0]=2*O[0]-V[0],V[1]=2*O[1]-V[1],h)return[V,W,Y][f](d);for(var G=[],H=0,X=(d=[V,W,Y][f](d).join()[v](",")).length;H<X;H++)G[H]=H%2?g(d[H-1],d[H],p).y:g(d[H],d[H+1],p).x;return G},Ct=function(t,e,r,i,n,a,s,o,l){var h=1-l;return{x:C(h,3)*t+3*C(h,2)*l*r+3*h*l*l*n+C(l,3)*s,y:C(h,3)*e+3*C(h,2)*l*i+3*h*l*l*a+C(l,3)*o}},St=ht(function(t,e,r,i,n,a,s,o){var l,h=n-2*r+t-(s-2*n+r),u=2*(r-t)-2*(n-r),f=t-r,p=(-u+_.sqrt(u*u-4*h*f))/2/h,d=(-u-_.sqrt(u*u-4*h*f))/2/h,g=[e,o],x=[t,s];return B(p)>"1e12"&&(p=.5),B(d)>"1e12"&&(d=.5),p>0&&p<1&&(l=Ct(t,e,r,i,n,a,s,o,p),x.push(l.x),g.push(l.y)),d>0&&d<1&&(l=Ct(t,e,r,i,n,a,s,o,d),x.push(l.x),g.push(l.y)),h=a-2*i+e-(o-2*a+i),f=e-i,p=(-(u=2*(i-e)-2*(a-i))+_.sqrt(u*u-4*h*f))/2/h,d=(-u-_.sqrt(u*u-4*h*f))/2/h,B(p)>"1e12"&&(p=.5),B(d)>"1e12"&&(d=.5),p>0&&p<1&&(l=Ct(t,e,r,i,n,a,s,o,p),x.push(l.x),g.push(l.y)),d>0&&d<1&&(l=Ct(t,e,r,i,n,a,s,o,d),x.push(l.x),g.push(l.y)),{min:{x:k[c](0,x),y:k[c](0,g)},max:{x:w[c](0,x),y:w[c](0,g)}}}),Tt=e._path2curve=ht(function(t,e){var r=!e&&ft(t);if(!e&&r.curve)return mt(r.curve);for(var i=_t(t),n=e&&_t(e),a={x:0,y:0,bx:0,by:0,X:0,Y:0,qx:null,qy:null},s={x:0,y:0,bx:0,by:0,X:0,Y:0,qx:null,qy:null},o=function(t,e,r){var i,n;if(!t)return["C",e.x,e.y,e.x,e.y,e.x,e.y];switch(!(t[0]in{T:1,Q:1})&&(e.qx=e.qy=null),t[0]){case"M":e.X=t[1],e.Y=t[2];break;case"A":t=["C"][f](Bt[c](0,[e.x,e.y][f](t.slice(1))));break;case"S":"C"==r||"S"==r?(i=2*e.x-e.bx,n=2*e.y-e.by):(i=e.x,n=e.y),t=["C",i,n][f](t.slice(1));break;case"T":"Q"==r||"T"==r?(e.qx=2*e.x-e.qx,e.qy=2*e.y-e.qy):(e.qx=e.x,e.qy=e.y),t=["C"][f](kt(e.x,e.y,e.qx,e.qy,t[1],t[2]));break;case"Q":e.qx=t[1],e.qy=t[2],t=["C"][f](kt(e.x,e.y,t[1],t[2],t[3],t[4]));break;case"L":t=["C"][f](wt(e.x,e.y,t[1],t[2]));break;case"H":t=["C"][f](wt(e.x,e.y,t[1],e.y));break;case"V":t=["C"][f](wt(e.x,e.y,e.x,t[1]));break;case"Z":t=["C"][f](wt(e.x,e.y,e.X,e.Y))}return t},l=function(t,e){if(t[e].length>7){t[e].shift();for(var r=t[e];r.length;)u[e]="A",n&&(p[e]="A"),t.splice(e++,0,["C"][f](r.splice(0,6)));t.splice(e,1),v=w(i.length,n&&n.length||0)}},h=function(t,e,r,a,s){t&&e&&"M"==t[s][0]&&"M"!=e[s][0]&&(e.splice(s,0,["M",a.x,a.y]),r.bx=0,r.by=0,r.x=t[s][1],r.y=t[s][2],v=w(i.length,n&&n.length||0))},u=[],p=[],d="",g="",x=0,v=w(i.length,n&&n.length||0);x<v;x++){i[x]&&(d=i[x][0]),"C"!=d&&(u[x]=d,x&&(g=u[x-1])),i[x]=o(i[x],a,g),"A"!=u[x]&&"C"==d&&(u[x]="C"),l(i,x),n&&(n[x]&&(d=n[x][0]),"C"!=d&&(p[x]=d,x&&(g=p[x-1])),n[x]=o(n[x],s,g),"A"!=p[x]&&"C"==d&&(p[x]="C"),l(n,x)),h(i,n,a,s,x),h(n,i,s,a,x);var y=i[x],m=n&&n[x],b=y.length,_=n&&m.length;a.x=y[b-2],a.y=y[b-1],a.bx=z(y[b-4])||a.x,a.by=z(y[b-3])||a.y,s.bx=n&&(z(m[_-4])||s.x),s.by=n&&(z(m[_-3])||s.y),s.x=n&&m[_-2],s.y=n&&m[_-1]}return n||(r.curve=mt(i)),n?[i,n]:i},null,mt),At=(e._parseDots=ht(function(t){for(var r=[],i=0,n=t.length;i<n;i++){var a={},s=t[i].match(/^([^:]*):?([\d\.]*)/);if(a.color=e.getRGB(s[1]),a.color.error)return null;a.opacity=a.color.opacity,a.color=a.color.hex,s[2]&&(a.offset=s[2]+"%"),r.push(a)}for(i=1,n=r.length-1;i<n;i++)if(!r[i].offset){for(var o=z(r[i-1].offset||0),l=0,h=i+1;h<n;h++)if(r[h].offset){l=r[h].offset;break}l||(l=100,h=n);for(var u=((l=z(l))-o)/(h-i+1);i<h;i++)o+=u,r[i].offset=o+"%"}return r}),e._tear=function(t,e){t==e.top&&(e.top=t.prev),t==e.bottom&&(e.bottom=t.next),t.next&&(t.next.prev=t.prev),t.prev&&(t.prev.next=t.next)}),Mt=(e._tofront=function(t,e){e.top!==t&&(At(t,e),t.next=null,t.prev=e.top,e.top.next=t,e.top=t)},e._toback=function(t,e){e.bottom!==t&&(At(t,e),t.next=e.bottom,t.prev=null,e.bottom.prev=t,e.bottom=t)},e._insertafter=function(t,e,r){At(t,r),e==r.top&&(r.top=t),e.next&&(e.next.prev=t),t.next=e.next,t.prev=e,e.next=t},e._insertbefore=function(t,e,r){At(t,r),e==r.bottom&&(r.bottom=t),e.prev&&(e.prev.next=t),t.prev=e.prev,e.prev=t,t.next=e},e.toMatrix=function(t,e){var r=yt(t),i={_:{transform:d},getBBox:function(){return r}};return Et(i,e),i.matrix}),Et=(e.transformPath=function(t,e){return Q(t,Mt(t,e))},e._extractTransform=function(t,r){if(null==r)return t._.transform;r=x(r).replace(/\.{3}|\u2026/g,t._.transform||d);var i,n,a=e.parseTransformString(r),s=0,o=1,l=1,h=t._,u=new Pt;if(h.transform=a||[],a)for(var c=0,f=a.length;c<f;c++){var p,g,v,y,m,b=a[c],_=b.length,w=x(b[0]).toLowerCase(),k=b[0]!=w,B=k?u.invert():0;"t"==w&&3==_?k?(p=B.x(0,0),g=B.y(0,0),v=B.x(b[1],b[2]),y=B.y(b[1],b[2]),u.translate(v-p,y-g)):u.translate(b[1],b[2]):"r"==w?2==_?(m=m||t.getBBox(1),u.rotate(b[1],m.x+m.width/2,m.y+m.height/2),s+=b[1]):4==_&&(k?(v=B.x(b[2],b[3]),y=B.y(b[2],b[3]),u.rotate(b[1],v,y)):u.rotate(b[1],b[2],b[3]),s+=b[1]):"s"==w?2==_||3==_?(m=m||t.getBBox(1),u.scale(b[1],b[_-1],m.x+m.width/2,m.y+m.height/2),o*=b[1],l*=b[_-1]):5==_&&(k?(v=B.x(b[3],b[4]),y=B.y(b[3],b[4]),u.scale(b[1],b[2],v,y)):u.scale(b[1],b[2],b[3],b[4]),o*=b[1],l*=b[2]):"m"==w&&7==_&&u.add(b[1],b[2],b[3],b[4],b[5],b[6]),h.dirtyT=1,t.matrix=u}t.matrix=u,h.sx=o,h.sy=l,h.deg=s,h.dx=i=u.e,h.dy=n=u.f,1==o&&1==l&&!s&&h.bbox?(h.bbox.x+=+i,h.bbox.y+=+n):h.dirtyT=1}),Nt=function(t){var e=t[0];switch(e.toLowerCase()){case"t":return[e,0,0];case"m":return[e,1,0,0,1,0,0];case"r":return 4==t.length?[e,0,t[2],t[3]]:[e,0];case"s":return 5==t.length?[e,1,1,t[3],t[4]]:3==t.length?[e,1,1]:[e,1]}},Lt=e._equaliseTransform=function(t,r){r=x(r).replace(/\.{3}|\u2026/g,t),t=e.parseTransformString(t)||[],r=e.parseTransformString(r)||[];for(var i,n,a,s,o=w(t.length,r.length),l=[],h=[],u=0;u<o;u++){if(a=t[u]||Nt(r[u]),s=r[u]||Nt(a),a[0]!=s[0]||"r"==a[0].toLowerCase()&&(a[2]!=s[2]||a[3]!=s[3])||"s"==a[0].toLowerCase()&&(a[3]!=s[3]||a[4]!=s[4]))return;for(l[u]=[],h[u]=[],i=0,n=w(a.length,s.length);i<n;i++)i in a&&(l[u][i]=a[i]),i in s&&(h[u][i]=s[i])}return{from:l,to:h}};function Pt(t,e,r,i,n,a){null!=t?(this.a=+t,this.b=+e,this.c=+r,this.d=+i,this.e=+n,this.f=+a):(this.a=1,this.b=0,this.c=0,this.d=1,this.e=0,this.f=0)}e._getContainer=function(t,r,i,n){var a;if(null!=(a=null!=n||e.is(t,"object")?t:l.doc.getElementById(t)))return a.tagName?null==r?{container:a,width:a.style.pixelWidth||a.offsetWidth,height:a.style.pixelHeight||a.offsetHeight}:{container:a,width:r,height:i}:{container:1,x:t,y:r,width:i,height:n}},e.pathToRelative=bt,e._engine={},e.path2curve=Tt,e.matrix=function(t,e,r,i,n,a){return new Pt(t,e,r,i,n,a)},function(t){function r(t){return t[0]*t[0]+t[1]*t[1]}function i(t){var e=_.sqrt(r(t));t[0]&&(t[0]/=e),t[1]&&(t[1]/=e)}t.add=function(t,e,r,i,n,a){var s,o,l,h,u=[[],[],[]],c=[[this.a,this.c,this.e],[this.b,this.d,this.f],[0,0,1]],f=[[t,r,n],[e,i,a],[0,0,1]];for(t&&t instanceof Pt&&(f=[[t.a,t.c,t.e],[t.b,t.d,t.f],[0,0,1]]),s=0;s<3;s++)for(o=0;o<3;o++){for(h=0,l=0;l<3;l++)h+=c[s][l]*f[l][o];u[s][o]=h}this.a=u[0][0],this.b=u[1][0],this.c=u[0][1],this.d=u[1][1],this.e=u[0][2],this.f=u[1][2]},t.invert=function(){var t=this,e=t.a*t.d-t.b*t.c;return new Pt(t.d/e,-t.b/e,-t.c/e,t.a/e,(t.c*t.f-t.d*t.e)/e,(t.b*t.e-t.a*t.f)/e)},t.clone=function(){return new Pt(this.a,this.b,this.c,this.d,this.e,this.f)},t.translate=function(t,e){this.add(1,0,0,1,t,e)},t.scale=function(t,e,r,i){null==e&&(e=t),(r||i)&&this.add(1,0,0,1,r,i),this.add(t,0,0,e,0,0),(r||i)&&this.add(1,0,0,1,-r,-i)},t.rotate=function(t,r,i){t=e.rad(t),r=r||0,i=i||0;var n=+_.cos(t).toFixed(9),a=+_.sin(t).toFixed(9);this.add(n,a,-a,n,r,i),this.add(1,0,0,1,-r,-i)},t.x=function(t,e){return t*this.a+e*this.c+this.e},t.y=function(t,e){return t*this.b+e*this.d+this.f},t.get=function(t){return+this[x.fromCharCode(97+t)].toFixed(4)},t.toString=function(){return e.svg?"matrix("+[this.get(0),this.get(1),this.get(2),this.get(3),this.get(4),this.get(5)].join()+")":[this.get(0),this.get(2),this.get(1),this.get(3),0,0].join()},t.toFilter=function(){return"progid:DXImageTransform.Microsoft.Matrix(M11="+this.get(0)+", M12="+this.get(2)+", M21="+this.get(1)+", M22="+this.get(3)+", Dx="+this.get(4)+", Dy="+this.get(5)+", sizingmethod='auto expand')"},t.offset=function(){return[this.e.toFixed(4),this.f.toFixed(4)]},t.split=function(){var t={};t.dx=this.e,t.dy=this.f;var n=[[this.a,this.c],[this.b,this.d]];t.scalex=_.sqrt(r(n[0])),i(n[0]),t.shear=n[0][0]*n[1][0]+n[0][1]*n[1][1],n[1]=[n[1][0]-n[0][0]*t.shear,n[1][1]-n[0][1]*t.shear],t.scaley=_.sqrt(r(n[1])),i(n[1]),t.shear/=t.scaley;var a=-n[0][1],s=n[1][1];return s<0?(t.rotate=e.deg(_.acos(s)),a<0&&(t.rotate=360-t.rotate)):t.rotate=e.deg(_.asin(a)),t.isSimple=!(+t.shear.toFixed(9)||t.scalex.toFixed(9)!=t.scaley.toFixed(9)&&t.rotate),t.isSuperSimple=!+t.shear.toFixed(9)&&t.scalex.toFixed(9)==t.scaley.toFixed(9)&&!t.rotate,t.noRotation=!+t.shear.toFixed(9)&&!t.rotate,t},t.toTransformString=function(t){var e=t||this[v]();return e.isSimple?(e.scalex=+e.scalex.toFixed(4),e.scaley=+e.scaley.toFixed(4),e.rotate=+e.rotate.toFixed(4),(e.dx||e.dy?"t"+[e.dx,e.dy]:d)+(1!=e.scalex||1!=e.scaley?"s"+[e.scalex,e.scaley,0,0]:d)+(e.rotate?"r"+[e.rotate,0,0]:d)):"m"+[this.get(0),this.get(1),this.get(2),this.get(3),this.get(4),this.get(5)]}}(Pt.prototype);for(var zt=function(){this.returnValue=!1},Ft=function(){return this.originalEvent.preventDefault()},Rt=function(){this.cancelBubble=!0},jt=function(){return this.originalEvent.stopPropagation()},It=function(t){var e=l.doc.documentElement.scrollTop||l.doc.body.scrollTop,r=l.doc.documentElement.scrollLeft||l.doc.body.scrollLeft;return{x:t.clientX+r,y:t.clientY+e}},Dt=l.doc.addEventListener?function(t,e,r,i){var n=function(t){var e=It(t);return r.call(i,t,e.x,e.y)};if(t.addEventListener(e,n,!1),p&&m[e]){var a=function(e){for(var n=It(e),a=e,s=0,o=e.targetTouches&&e.targetTouches.length;s<o;s++)if(e.targetTouches[s].target==t){(e=e.targetTouches[s]).originalEvent=a,e.preventDefault=Ft,e.stopPropagation=jt;break}return r.call(i,e,n.x,n.y)};t.addEventListener(m[e],a,!1)}return function(){return t.removeEventListener(e,n,!1),p&&m[e]&&t.removeEventListener(m[e],a,!1),!0}}:l.doc.attachEvent?function(t,e,r,i){var n=function(t){t=t||l.win.event;var e=l.doc.documentElement.scrollTop||l.doc.body.scrollTop,n=l.doc.documentElement.scrollLeft||l.doc.body.scrollLeft,a=t.clientX+n,s=t.clientY+e;return t.preventDefault=t.preventDefault||zt,t.stopPropagation=t.stopPropagation||Rt,r.call(i,t,a,s)};return t.attachEvent("on"+e,n),function(){return t.detachEvent("on"+e,n),!0}}:void 0,qt=[],Ot=function(e){for(var r,i=e.clientX,n=e.clientY,a=l.doc.documentElement.scrollTop||l.doc.body.scrollTop,s=l.doc.documentElement.scrollLeft||l.doc.body.scrollLeft,o=qt.length;o--;){if(r=qt[o],p&&e.touches){for(var h,u=e.touches.length;u--;)if((h=e.touches[u]).identifier==r.el._drag.id){i=h.clientX,n=h.clientY,(e.originalEvent?e.originalEvent:e).preventDefault();break}}else e.preventDefault();var c,f=r.el.node,d=f.nextSibling,g=f.parentNode,x=f.style.display;l.win.opera&&g.removeChild(f),f.style.display="none",c=r.el.paper.getElementByPoint(i,n),f.style.display=x,l.win.opera&&(d?g.insertBefore(f,d):g.appendChild(f)),c&&t("raphael.drag.over."+r.el.id,r.el,c),i+=s,n+=a,t("raphael.drag.move."+r.el.id,r.move_scope||r.el,i-r.el._drag.x,n-r.el._drag.y,i,n,e)}},Vt=function(r){e.unmousemove(Ot).unmouseup(Vt);for(var i,n=qt.length;n--;)(i=qt[n]).el._drag={},t("raphael.drag.end."+i.el.id,i.end_scope||i.start_scope||i.move_scope||i.el,r);qt=[]},Wt=e.el={},Yt=y.length;Yt--;)!function(t){e[t]=Wt[t]=function(r,i){return e.is(r,"function")&&(this.events=this.events||[],this.events.push({name:t,f:r,unbind:Dt(this.shape||this.node||l.doc,t,r,i||this)})),this},e["un"+t]=Wt["un"+t]=function(r){for(var i=this.events||[],n=i.length;n--;)i[n].name!=t||!e.is(r,"undefined")&&i[n].f!=r||(i[n].unbind(),i.splice(n,1),!i.length&&delete this.events);return this}}(y[Yt]);Wt.data=function(r,i){var n=G[this.id]=G[this.id]||{};if(0==arguments.length)return n;if(1==arguments.length){if(e.is(r,"object")){for(var a in r)r[o](a)&&this.data(a,r[a]);return this}return t("raphael.data.get."+this.id,this,n[r],r),n[r]}return n[r]=i,t("raphael.data.set."+this.id,this,i,r),this},Wt.removeData=function(t){return null==t?delete G[this.id]:G[this.id]&&delete G[this.id][t],this},Wt.getData=function(){return tt(G[this.id]||{})},Wt.hover=function(t,e,r,i){return this.mouseover(t,r).mouseout(e,i||r)},Wt.unhover=function(t,e){return this.unmouseover(t).unmouseout(e)};var Gt=[];Wt.drag=function(r,i,n,a,s,o){function h(h){(h.originalEvent||h).preventDefault();var u=h.clientX,c=h.clientY,f=l.doc.documentElement.scrollTop||l.doc.body.scrollTop,d=l.doc.documentElement.scrollLeft||l.doc.body.scrollLeft;if(this._drag.id=h.identifier,p&&h.touches)for(var g,x=h.touches.length;x--;)if(g=h.touches[x],this._drag.id=g.identifier,g.identifier==this._drag.id){u=g.clientX,c=g.clientY;break}this._drag.x=u+d,this._drag.y=c+f,!qt.length&&e.mousemove(Ot).mouseup(Vt),qt.push({el:this,move_scope:a,start_scope:s,end_scope:o}),i&&t.on("raphael.drag.start."+this.id,i),r&&t.on("raphael.drag.move."+this.id,r),n&&t.on("raphael.drag.end."+this.id,n),t("raphael.drag.start."+this.id,s||a||this,this._drag.x,this._drag.y,h)}return this._drag={},Gt.push({el:this,start:h}),this.mousedown(h),this},Wt.onDragOver=function(e){e?t.on("raphael.drag.over."+this.id,e):t.unbind("raphael.drag.over."+this.id)},Wt.undrag=function(){for(var r=Gt.length;r--;)Gt[r].el==this&&(this.unmousedown(Gt[r].start),Gt.splice(r,1),t.unbind("raphael.drag.*."+this.id));!Gt.length&&e.unmousemove(Ot).unmouseup(Vt),qt=[]},i.circle=function(t,r,i){var n=e._engine.circle(this,t||0,r||0,i||0);return this.__set__&&this.__set__.push(n),n},i.rect=function(t,r,i,n,a){var s=e._engine.rect(this,t||0,r||0,i||0,n||0,a||0);return this.__set__&&this.__set__.push(s),s},i.ellipse=function(t,r,i,n){var a=e._engine.ellipse(this,t||0,r||0,i||0,n||0);return this.__set__&&this.__set__.push(a),a},i.path=function(t){t&&!e.is(t,"string")&&!e.is(t[0],A)&&(t+=d);var r=e._engine.path(e.format[c](e,arguments),this);return this.__set__&&this.__set__.push(r),r},i.image=function(t,r,i,n,a){var s=e._engine.image(this,t||"about:blank",r||0,i||0,n||0,a||0);return this.__set__&&this.__set__.push(s),s},i.text=function(t,r,i){var n=e._engine.text(this,t||0,r||0,x(i));return this.__set__&&this.__set__.push(n),n},i.set=function(t){!e.is(t,"array")&&(t=Array.prototype.splice.call(arguments,0,arguments.length));var r=new he(t);return this.__set__&&this.__set__.push(r),r.paper=this,r.type="set",r},i.setStart=function(t){this.__set__=t||this.set()},i.setFinish=function(t){var e=this.__set__;return delete this.__set__,e},i.getSize=function(){var t=this.canvas.parentNode;return{width:t.offsetWidth,height:t.offsetHeight}},i.setSize=function(t,r){return e._engine.setSize.call(this,t,r)},i.setViewBox=function(t,r,i,n,a){return e._engine.setViewBox.call(this,t,r,i,n,a)},i.top=i.bottom=null,i.raphael=e;function Ht(){return this.x+g+this.y+g+this.width+" × "+this.height}i.getElementByPoint=function(t,e){var r,i,n,a,s,o,h,u=this.canvas,c=l.doc.elementFromPoint(t,e);if(l.win.opera&&"svg"==c.tagName){var f=(i=(r=u).getBoundingClientRect(),n=r.ownerDocument,a=n.body,s=n.documentElement,o=s.clientTop||a.clientTop||0,h=s.clientLeft||a.clientLeft||0,{y:i.top+(l.win.pageYOffset||s.scrollTop||a.scrollTop)-o,x:i.left+(l.win.pageXOffset||s.scrollLeft||a.scrollLeft)-h}),p=u.createSVGRect();p.x=t-f.x,p.y=e-f.y,p.width=p.height=1;var d=u.getIntersectionList(p,null);d.length&&(c=d[d.length-1])}if(!c)return null;for(;c.parentNode&&c!=u.parentNode&&!c.raphael;)c=c.parentNode;return c==this.canvas.parentNode&&(c=u),c=c&&c.raphael?this.getById(c.raphaelid):null},i.getElementsByBBox=function(t){var r=this.set();return this.forEach(function(i){e.isBBoxIntersect(i.getBBox(),t)&&r.push(i)}),r},i.getById=function(t){for(var e=this.bottom;e;){if(e.id==t)return e;e=e.next}return null},i.forEach=function(t,e){for(var r=this.bottom;r;){if(!1===t.call(e,r))return this;r=r.next}return this},i.getElementsByPoint=function(t,e){var r=this.set();return this.forEach(function(i){i.isPointInside(t,e)&&r.push(i)}),r},Wt.isPointInside=function(t,r){var i=this.realPath=Z[this.type](this);return this.attr("transform")&&this.attr("transform").length&&(i=e.transformPath(i,this.attr("transform"))),e.isPointInsidePath(i,t,r)},Wt.getBBox=function(t){if(this.removed)return{};var e=this._;return t?(!e.dirty&&e.bboxwt||(this.realPath=Z[this.type](this),e.bboxwt=yt(this.realPath),e.bboxwt.toString=Ht,e.dirty=0),e.bboxwt):((e.dirty||e.dirtyT||!e.bbox)&&(!e.dirty&&this.realPath||(e.bboxwt=0,this.realPath=Z[this.type](this)),e.bbox=yt(Q(this.realPath,this.matrix)),e.bbox.toString=Ht,e.dirty=e.dirtyT=0),e.bbox)},Wt.clone=function(){if(this.removed)return null;var t=this.paper[this.type]().attr(this.attr());return this.__set__&&this.__set__.push(t),t},Wt.glow=function(t){if("text"==this.type)return null;var e={width:((t=t||{}).width||10)+(+this.attr("stroke-width")||1),fill:t.fill||!1,opacity:null==t.opacity?.5:t.opacity,offsetx:t.offsetx||0,offsety:t.offsety||0,color:t.color||"#000"},r=e.width/2,i=this.paper,n=i.set(),a=this.realPath||Z[this.type](this);a=this.matrix?Q(a,this.matrix):a;for(var s=1;s<r+1;s++)n.push(i.path(a).attr({stroke:e.color,fill:e.fill?e.color:"none","stroke-linejoin":"round","stroke-linecap":"round","stroke-width":+(e.width/r*s).toFixed(3),opacity:+(e.opacity/r).toFixed(3)}));return n.insertBefore(this).translate(e.offsetx,e.offsety)};var Xt=function(t,r,i,n,a,s,o,l,h){return null==h?dt(t,r,i,n,a,s,o,l):e.findDotsAtSegment(t,r,i,n,a,s,o,l,function(t,e,r,i,n,a,s,o,l){if(!(l<0||dt(t,e,r,i,n,a,s,o)<l)){var h,u=.5,c=1-u;for(h=dt(t,e,r,i,n,a,s,o,c);B(h-l)>.01;)h=dt(t,e,r,i,n,a,s,o,c+=(h<l?1:-1)*(u/=2));return c}}(t,r,i,n,a,s,o,l,h))},Ut=function(t,r){return function(i,n,a){for(var s,o,l,h,u,c="",f={},p=0,d=0,g=(i=Tt(i)).length;d<g;d++){if("M"==(l=i[d])[0])s=+l[1],o=+l[2];else{if(p+(h=Xt(s,o,l[1],l[2],l[3],l[4],l[5],l[6]))>n){if(r&&!f.start){if(c+=["C"+(u=Xt(s,o,l[1],l[2],l[3],l[4],l[5],l[6],n-p)).start.x,u.start.y,u.m.x,u.m.y,u.x,u.y],a)return c;f.start=c,c=["M"+u.x,u.y+"C"+u.n.x,u.n.y,u.end.x,u.end.y,l[5],l[6]].join(),p+=h,s=+l[5],o=+l[6];continue}if(!t&&!r)return{x:(u=Xt(s,o,l[1],l[2],l[3],l[4],l[5],l[6],n-p)).x,y:u.y,alpha:u.alpha}}p+=h,s=+l[5],o=+l[6]}c+=l.shift()+l}return f.end=c,(u=t?p:r?f:e.findDotsAtSegment(s,o,l[0],l[1],l[2],l[3],l[4],l[5],1)).alpha&&(u={x:u.x,y:u.y,alpha:u.alpha}),u}},$t=Ut(1),Zt=Ut(),Qt=Ut(0,1);e.getTotalLength=$t,e.getPointAtLength=Zt,e.getSubpath=function(t,e,r){if(this.getTotalLength(t)-r<1e-6)return Qt(t,e).end;var i=Qt(t,r,1);return e?Qt(i,e).end:i},Wt.getTotalLength=function(){var t=this.getPath();if(t)return this.node.getTotalLength?this.node.getTotalLength():$t(t)},Wt.getPointAtLength=function(t){var e=this.getPath();if(e)return Zt(e,t)},Wt.getPath=function(){var t,r=e._getPath[this.type];if("text"!=this.type&&"set"!=this.type)return r&&(t=r(this)),t},Wt.getSubpath=function(t,r){var i=this.getPath();if(i)return e.getSubpath(i,t,r)};var Jt=e.easing_formulas={linear:function(t){return t},"<":function(t){return C(t,1.7)},">":function(t){return C(t,.48)},"<>":function(t){var e=.48-t/1.04,r=_.sqrt(.1734+e*e),i=r-e,n=-r-e,a=C(B(i),1/3)*(i<0?-1:1)+C(B(n),1/3)*(n<0?-1:1)+.5;return 3*(1-a)*a*a+a*a*a},backIn:function(t){var e=1.70158;return t*t*((e+1)*t-e)},backOut:function(t){var e=1.70158;return(t-=1)*t*((e+1)*t+e)+1},elastic:function(t){return t==!!t?t:C(2,-10*t)*_.sin(2*S*(t-.075)/.3)+1},bounce:function(t){var e=7.5625,r=2.75;return t<1/r?e*t*t:t<2/r?e*(t-=1.5/r)*t+.75:t<2.5/r?e*(t-=2.25/r)*t+.9375:e*(t-=2.625/r)*t+.984375}};Jt.easeIn=Jt["ease-in"]=Jt["<"],Jt.easeOut=Jt["ease-out"]=Jt[">"],Jt.easeInOut=Jt["ease-in-out"]=Jt["<>"],Jt["back-in"]=Jt.backIn,Jt["back-out"]=Jt.backOut;var Kt=[],te=window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||window.oRequestAnimationFrame||window.msRequestAnimationFrame||function(t){setTimeout(t,16)},ee=function(){for(var r=+new Date,i=0;i<Kt.length;i++){var n=Kt[i];if(!n.el.removed&&!n.paused){var a,s,l=r-n.start,h=n.ms,u=n.easing,c=n.from,p=n.diff,d=n.to,x=(n.t,n.el),v={},y={};if(n.initstatus?(l=(n.initstatus*n.anim.top-n.prev)/(n.percent-n.prev)*h,n.status=n.initstatus,delete n.initstatus,n.stop&&Kt.splice(i--,1)):n.status=(n.prev+(n.percent-n.prev)*(l/h))/n.anim.top,!(l<0))if(l<h){var m=u(l/h);for(var b in c)if(c[o](b)){switch(I[b]){case T:a=+c[b]+m*h*p[b];break;case"colour":a="rgb("+[re(P(c[b].r+m*h*p[b].r)),re(P(c[b].g+m*h*p[b].g)),re(P(c[b].b+m*h*p[b].b))].join(",")+")";break;case"path":a=[];for(var _=0,w=c[b].length;_<w;_++){a[_]=[c[b][_][0]];for(var k=1,B=c[b][_].length;k<B;k++)a[_][k]=+c[b][_][k]+m*h*p[b][_][k];a[_]=a[_].join(g)}a=a.join(g);break;case"transform":if(p[b].real)for(a=[],_=0,w=c[b].length;_<w;_++)for(a[_]=[c[b][_][0]],k=1,B=c[b][_].length;k<B;k++)a[_][k]=c[b][_][k]+m*h*p[b][_][k];else{var C=function(t){return+c[b][t]+m*h*p[b][t]};a=[["m",C(0),C(1),C(2),C(3),C(4),C(5)]]}break;case"csv":if("clip-rect"==b)for(a=[],_=4;_--;)a[_]=+c[b][_]+m*h*p[b][_];break;default:var S=[][f](c[b]);for(a=[],_=x.paper.customAttributes[b].length;_--;)a[_]=+S[_]+m*h*p[b][_]}v[b]=a}x.attr(v),function(e,r,i){setTimeout(function(){t("raphael.anim.frame."+e,r,i)})}(x.id,x,n.anim)}else{if(function(r,i,n){setTimeout(function(){t("raphael.anim.frame."+i.id,i,n),t("raphael.anim.finish."+i.id,i,n),e.is(r,"function")&&r.call(i)})}(n.callback,x,n.anim),x.attr(d),Kt.splice(i--,1),n.repeat>1&&!n.next){for(s in d)d[o](s)&&(y[s]=n.totalOrigin[s]);n.el.attr(y),ae(n.anim,n.el,n.anim.percents[0],null,n.totalOrigin,n.repeat-1)}n.next&&!n.stop&&ae(n.anim,n.el,n.next,null,n.totalOrigin,n.repeat)}}}Kt.length&&te(ee)},re=function(t){return t>255?255:t<0?0:t};function ie(t,e,r,i,n,a){var s=3*e,o=3*(i-e)-s,l=1-s-o,h=3*r,u=3*(n-r)-h,c=1-h-u;function f(t){return((l*t+o)*t+s)*t}return function(t,e){var r=function(t,e){var r,i,n,a,h,u;for(n=t,u=0;u<8;u++){if(a=f(n)-t,B(a)<e)return n;if(B(h=(3*l*n+2*o)*n+s)<1e-6)break;n-=a/h}if(i=1,(n=t)<(r=0))return r;if(n>i)return i;for(;r<i;){if(a=f(n),B(a-t)<e)return n;t>a?r=n:i=n,n=(i-r)/2+r}return n}(t,e);return((c*r+u)*r+h)*r}(t,1/(200*a))}function ne(t,e){var r=[],i={};if(this.ms=e,this.times=1,t){for(var n in t)t[o](n)&&(i[z(n)]=t[n],r.push(z(n)));r.sort(H)}this.anim=i,this.top=r[r.length-1],this.percents=r}function ae(r,i,a,s,l,h){a=z(a);var u,c,p,d,g,y,m=r.ms,b={},_={},w={};if(s)for(B=0,C=Kt.length;B<C;B++){var k=Kt[B];if(k.el.id==i.id&&k.anim==r){k.percent!=a?(Kt.splice(B,1),p=1):c=k,i.attr(k.totalOrigin);break}}else s=+_;for(var B=0,C=r.percents.length;B<C;B++){if(r.percents[B]==a||r.percents[B]>s*r.top){a=r.percents[B],g=r.percents[B-1]||0,m=m/r.top*(a-g),d=r.percents[B+1],u=r.anim[a];break}s&&i.attr(r.anim[r.percents[B]])}if(u){if(c)c.initstatus=s,c.start=new Date-c.ms*s;else{for(var S in u)if(u[o](S)&&(I[o](S)||i.paper.customAttributes[o](S)))switch(b[S]=i.attr(S),null==b[S]&&(b[S]=j[S]),_[S]=u[S],I[S]){case T:w[S]=(_[S]-b[S])/m;break;case"colour":b[S]=e.getRGB(b[S]);var A=e.getRGB(_[S]);w[S]={r:(A.r-b[S].r)/m,g:(A.g-b[S].g)/m,b:(A.b-b[S].b)/m};break;case"path":var M=Tt(b[S],_[S]),E=M[1];for(b[S]=M[0],w[S]=[],B=0,C=b[S].length;B<C;B++){w[S][B]=[0];for(var N=1,P=b[S][B].length;N<P;N++)w[S][B][N]=(E[B][N]-b[S][B][N])/m}break;case"transform":var F=i._,R=Lt(F[S],_[S]);if(R)for(b[S]=R.from,_[S]=R.to,w[S]=[],w[S].real=!0,B=0,C=b[S].length;B<C;B++)for(w[S][B]=[b[S][B][0]],N=1,P=b[S][B].length;N<P;N++)w[S][B][N]=(_[S][B][N]-b[S][B][N])/m;else{var D=i.matrix||new Pt,q={_:{transform:F.transform},getBBox:function(){return i.getBBox(1)}};b[S]=[D.a,D.b,D.c,D.d,D.e,D.f],Et(q,_[S]),_[S]=q._.transform,w[S]=[(q.matrix.a-D.a)/m,(q.matrix.b-D.b)/m,(q.matrix.c-D.c)/m,(q.matrix.d-D.d)/m,(q.matrix.e-D.e)/m,(q.matrix.f-D.f)/m]}break;case"csv":var O=x(u[S])[v](n),V=x(b[S])[v](n);if("clip-rect"==S)for(b[S]=V,w[S]=[],B=V.length;B--;)w[S][B]=(O[B]-b[S][B])/m;_[S]=O;break;default:for(O=[][f](u[S]),V=[][f](b[S]),w[S]=[],B=i.paper.customAttributes[S].length;B--;)w[S][B]=((O[B]||0)-(V[B]||0))/m}var W=u.easing,Y=e.easing_formulas[W];if(!Y)if((Y=x(W).match(L))&&5==Y.length){var G=Y;Y=function(t){return ie(t,+G[1],+G[2],+G[3],+G[4],m)}}else Y=X;if(k={anim:r,percent:a,timestamp:y=u.start||r.start||+new Date,start:y+(r.del||0),status:0,initstatus:s||0,stop:!1,ms:m,easing:Y,from:b,diff:w,to:_,el:i,callback:u.callback,prev:g,next:d,repeat:h||r.times,origin:i.attr(),totalOrigin:l},Kt.push(k),s&&!c&&!p&&(k.stop=!0,k.start=new Date-m*s,1==Kt.length))return ee();p&&(k.start=new Date-k.ms*s),1==Kt.length&&te(ee)}t("raphael.anim.start."+i.id,i,r)}}function se(t){for(var e=0;e<Kt.length;e++)Kt[e].el.paper==t&&Kt.splice(e--,1)}Wt.animateWith=function(t,r,i,n,a,s){if(this.removed)return s&&s.call(this),this;var o=i instanceof ne?i:e.animation(i,n,a,s);ae(o,this,o.percents[0],null,this.attr());for(var l=0,h=Kt.length;l<h;l++)if(Kt[l].anim==r&&Kt[l].el==t){Kt[h-1].start=Kt[l].start;break}return this},Wt.onAnimation=function(e){return e?t.on("raphael.anim.frame."+this.id,e):t.unbind("raphael.anim.frame."+this.id),this},ne.prototype.delay=function(t){var e=new ne(this.anim,this.ms);return e.times=this.times,e.del=+t||0,e},ne.prototype.repeat=function(t){var e=new ne(this.anim,this.ms);return e.del=this.del,e.times=_.floor(w(t,0))||1,e},e.animation=function(t,r,i,n){if(t instanceof ne)return t;!e.is(i,"function")&&i||(n=n||i||null,i=null),t=Object(t),r=+r||0;var a,s,l={};for(s in t)t[o](s)&&z(s)!=s&&z(s)+"%"!=s&&(a=!0,l[s]=t[s]);if(a)return i&&(l.easing=i),n&&(l.callback=n),new ne({100:l},r);if(n){var h=0;for(var u in t){var c=F(u);t[o](u)&&c>h&&(h=c)}!t[h+="%"].callback&&(t[h].callback=n)}return new ne(t,r)},Wt.animate=function(t,r,i,n){if(this.removed)return n&&n.call(this),this;var a=t instanceof ne?t:e.animation(t,r,i,n);return ae(a,this,a.percents[0],null,this.attr()),this},Wt.setTime=function(t,e){return t&&null!=e&&this.status(t,k(e,t.ms)/t.ms),this},Wt.status=function(t,e){var r,i,n=[],a=0;if(null!=e)return ae(t,this,-1,k(e,1)),this;for(r=Kt.length;a<r;a++)if((i=Kt[a]).el.id==this.id&&(!t||i.anim==t)){if(t)return i.status;n.push({anim:i.anim,status:i.status})}return t?0:n},Wt.pause=function(e){for(var r=0;r<Kt.length;r++)Kt[r].el.id!=this.id||e&&Kt[r].anim!=e||!1!==t("raphael.anim.pause."+this.id,this,Kt[r].anim)&&(Kt[r].paused=!0);return this},Wt.resume=function(e){for(var r=0;r<Kt.length;r++)if(Kt[r].el.id==this.id&&(!e||Kt[r].anim==e)){var i=Kt[r];!1!==t("raphael.anim.resume."+this.id,this,i.anim)&&(delete i.paused,this.status(i.anim,i.status))}return this},Wt.stop=function(e){for(var r=0;r<Kt.length;r++)Kt[r].el.id!=this.id||e&&Kt[r].anim!=e||!1!==t("raphael.anim.stop."+this.id,this,Kt[r].anim)&&Kt.splice(r--,1);return this},t.on("raphael.remove",se),t.on("raphael.clear",se),Wt.toString=function(){return"Raphaël’s object"};var oe,le,he=function(t){if(this.items=[],this.length=0,this.type="set",t)for(var e=0,r=t.length;e<r;e++)!t[e]||t[e].constructor!=Wt.constructor&&t[e].constructor!=he||(this[this.items.length]=this.items[this.items.length]=t[e],this.length++)},ue=he.prototype;for(var ce in ue.push=function(){for(var t,e,r=0,i=arguments.length;r<i;r++)!(t=arguments[r])||t.constructor!=Wt.constructor&&t.constructor!=he||(this[e=this.items.length]=this.items[e]=t,this.length++);return this},ue.pop=function(){return this.length&&delete this[this.length--],this.items.pop()},ue.forEach=function(t,e){for(var r=0,i=this.items.length;r<i;r++)if(!1===t.call(e,this.items[r],r))return this;return this},Wt)Wt[o](ce)&&(ue[ce]=function(t){return function(){var e=arguments;return this.forEach(function(r){r[t][c](r,e)})}}(ce));return ue.attr=function(t,r){if(t&&e.is(t,A)&&e.is(t[0],"object"))for(var i=0,n=t.length;i<n;i++)this.items[i].attr(t[i]);else for(var a=0,s=this.items.length;a<s;a++)this.items[a].attr(t,r);return this},ue.clear=function(){for(;this.length;)this.pop()},ue.splice=function(t,e,r){t=t<0?w(this.length+t,0):t,e=w(0,k(this.length-t,e));var i,n=[],a=[],s=[];for(i=2;i<arguments.length;i++)s.push(arguments[i]);for(i=0;i<e;i++)a.push(this[t+i]);for(;i<this.length-t;i++)n.push(this[t+i]);var o=s.length;for(i=0;i<o+n.length;i++)this.items[t+i]=this[t+i]=i<o?s[i]:n[i-o];for(i=this.items.length=this.length-=e-o;this[i];)delete this[i++];return new he(a)},ue.exclude=function(t){for(var e=0,r=this.length;e<r;e++)if(this[e]==t)return this.splice(e,1),!0},ue.animate=function(t,r,i,n){(e.is(i,"function")||!i)&&(n=i||null);var a,s,o=this.items.length,l=o,h=this;if(!o)return this;n&&(s=function(){!--o&&n.call(h)}),i=e.is(i,"string")?i:s;var u=e.animation(t,r,i,s);for(a=this.items[--l].animate(u);l--;)this.items[l]&&!this.items[l].removed&&this.items[l].animateWith(a,u,u),this.items[l]&&!this.items[l].removed||o--;return this},ue.insertAfter=function(t){for(var e=this.items.length;e--;)this.items[e].insertAfter(t);return this},ue.getBBox=function(){for(var t=[],e=[],r=[],i=[],n=this.items.length;n--;)if(!this.items[n].removed){var a=this.items[n].getBBox();t.push(a.x),e.push(a.y),r.push(a.x+a.width),i.push(a.y+a.height)}return{x:t=k[c](0,t),y:e=k[c](0,e),x2:r=w[c](0,r),y2:i=w[c](0,i),width:r-t,height:i-e}},ue.clone=function(t){t=this.paper.set();for(var e=0,r=this.items.length;e<r;e++)t.push(this.items[e].clone());return t},ue.toString=function(){return"Raphaël‘s set"},ue.glow=function(t){var e=this.paper.set();return this.forEach(function(r,i){var n=r.glow(t);null!=n&&n.forEach(function(t,r){e.push(t)})}),e},ue.isPointInside=function(t,e){var r=!1;return this.forEach(function(i){if(i.isPointInside(t,e))return r=!0,!1}),r},e.registerFont=function(t){if(!t.face)return t;this.fonts=this.fonts||{};var e={w:t.w,face:{},glyphs:{}},r=t.face["font-family"];for(var i in t.face)t.face[o](i)&&(e.face[i]=t.face[i]);if(this.fonts[r]?this.fonts[r].push(e):this.fonts[r]=[e],!t.svg)for(var n in e.face["units-per-em"]=F(t.face["units-per-em"],10),t.glyphs)if(t.glyphs[o](n)){var a=t.glyphs[n];if(e.glyphs[n]={w:a.w,k:{},d:a.d&&"M"+a.d.replace(/[mlcxtrv]/g,function(t){return{l:"L",c:"C",x:"z",t:"m",r:"l",v:"c"}[t]||"M"})+"z"},a.k)for(var s in a.k)a[o](s)&&(e.glyphs[n].k[s]=a.k[s])}return t},i.getFont=function(t,r,i,n){if(n=n||"normal",i=i||"normal",r=+r||{normal:400,bold:700,lighter:300,bolder:800}[r]||400,e.fonts){var a,s=e.fonts[t];if(!s){var l=new RegExp("(^|\\s)"+t.replace(/[^\w\d\s+!~.:_-]/g,d)+"(\\s|$)","i");for(var h in e.fonts)if(e.fonts[o](h)&&l.test(h)){s=e.fonts[h];break}}if(s)for(var u=0,c=s.length;u<c&&((a=s[u]).face["font-weight"]!=r||a.face["font-style"]!=i&&a.face["font-style"]||a.face["font-stretch"]!=n);u++);return a}},i.print=function(t,r,i,a,s,o,l,h){o=o||"middle",l=w(k(l||0,1),-1),h=w(k(h||1,3),1);var u,c=x(i)[v](d),f=0,p=0,g=d;if(e.is(a,"string")&&(a=this.getFont(a)),a){u=(s||16)/a.face["units-per-em"];for(var y=a.face.bbox[v](n),m=+y[0],b=y[3]-y[1],_=0,B=+y[1]+("baseline"==o?b+ +a.face.descent:b/2),C=0,S=c.length;C<S;C++){if("\n"==c[C])f=0,A=0,p=0,_+=b*h;else{var T=p&&a.glyphs[c[C-1]]||{},A=a.glyphs[c[C]];f+=p?(T.w||a.w)+(T.k&&T.k[c[C]]||0)+a.w*l:0,p=1}A&&A.d&&(g+=e.transformPath(A.d,["t",f*u,_*u,"s",u,u,m,B,"t",(t-m)/u,(r-B)/u]))}}return this.path(g).attr({fill:"#000",stroke:"none"})},i.add=function(t){if(e.is(t,"array"))for(var r,i=this.set(),n=0,s=t.length;n<s;n++)r=t[n]||{},a[o](r.type)&&i.push(this[r.type]().attr(r));return i},e.format=function(t,r){var i=e.is(r,A)?[0][f](r):arguments;return t&&e.is(t,"string")&&i.length-1&&(t=t.replace(s,function(t,e){return null==i[++e]?d:i[e]})),t||d},e.fullfill=(oe=/\{([^\}]+)\}/g,le=/(?:(?:^|\.)(.+?)(?=\[|\.|$|\()|\[('|")(.+?)\2\])(\(\))?/g,function(t,e){return String(t).replace(oe,function(t,r){return function(t,e,r){var i=r;return e.replace(le,function(t,e,r,n,a){e=e||n,i&&(e in i&&(i=i[e]),"function"==typeof i&&a&&(i=i()))}),i=(null==i||i==r?t:i)+""}(t,r,e)})}),e.ninja=function(){if(h.was)l.win.Raphael=h.is;else{window.Raphael=void 0;try{delete window.Raphael}catch(t){}}return e},e.st=ue,t.on("raphael.DOMload",function(){r=!0}),function(t,r,i){null==t.readyState&&t.addEventListener&&(t.addEventListener("DOMContentLoaded",i=function(){t.removeEventListener("DOMContentLoaded",i,!1),t.readyState="complete"},!1),t.readyState="loading"),function r(){/in/.test(t.readyState)?setTimeout(r,9):e.eve("raphael.DOMload")}()}(document),e}.apply(e,i))||(t.exports=n)},function(t,e,r){var i,n;i=[r(0),r(3),r(4)],void 0===(n=function(t){return t}.apply(e,i))||(t.exports=n)},function(t,e,r){var i,n,a,s,o,l,h,u,c,f,p,d,g,x;s="hasOwnProperty",o=/[\.\/]/,l=/\s*,\s*/,h=function(t,e){return t-e},u={n:{}},c=function(){for(var t=0,e=this.length;t<e;t++)if(void 0!==this[t])return this[t]},f=function(){for(var t=this.length;--t;)if(void 0!==this[t])return this[t]},p=Object.prototype.toString,d=String,g=Array.isArray||function(t){return t instanceof Array||"[object Array]"==p.call(t)},(x=function(t,e){var r,i=a,s=Array.prototype.slice.call(arguments,2),o=x.listeners(t),l=0,u=[],p={},d=[],g=n;d.firstDefined=c,d.lastDefined=f,n=t,a=0;for(var v=0,y=o.length;v<y;v++)"zIndex"in o[v]&&(u.push(o[v].zIndex),o[v].zIndex<0&&(p[o[v].zIndex]=o[v]));for(u.sort(h);u[l]<0;)if(r=p[u[l++]],d.push(r.apply(e,s)),a)return a=i,d;for(v=0;v<y;v++)if("zIndex"in(r=o[v]))if(r.zIndex==u[l]){if(d.push(r.apply(e,s)),a)break;do{if((r=p[u[++l]])&&d.push(r.apply(e,s)),a)break}while(r)}else p[r.zIndex]=r;else if(d.push(r.apply(e,s)),a)break;return a=i,n=g,d})._events=u,x.listeners=function(t){var e,r,i,n,a,s,l,h,c=g(t)?t:t.split(o),f=u,p=[f],d=[];for(n=0,a=c.length;n<a;n++){for(h=[],s=0,l=p.length;s<l;s++)for(r=[(f=p[s].n)[c[n]],f["*"]],i=2;i--;)(e=r[i])&&(h.push(e),d=d.concat(e.f||[]));p=h}return d},x.separator=function(t){t?(t="["+(t=d(t).replace(/(?=[\.\^\]\[\-])/g,"\\"))+"]",o=new RegExp(t)):o=/[\.\/]/},x.on=function(t,e){if("function"!=typeof e)return function(){};for(var r=g(t)?g(t[0])?t:[t]:d(t).split(l),i=0,n=r.length;i<n;i++)!function(t){for(var r,i=g(t)?t:d(t).split(o),n=u,a=0,s=i.length;a<s;a++)n=(n=n.n).hasOwnProperty(i[a])&&n[i[a]]||(n[i[a]]={n:{}});for(n.f=n.f||[],a=0,s=n.f.length;a<s;a++)if(n.f[a]==e){r=!0;break}!r&&n.f.push(e)}(r[i]);return function(t){+t==+t&&(e.zIndex=+t)}},x.f=function(t){var e=[].slice.call(arguments,1);return function(){x.apply(null,[t,null].concat(e).concat([].slice.call(arguments,0)))}},x.stop=function(){a=1},x.nt=function(t){var e=g(n)?n.join("."):n;return t?new RegExp("(?:\\.|\\/|^)"+t+"(?:\\.|\\/|$)").test(e):e},x.nts=function(){return g(n)?n:n.split(o)},x.off=x.unbind=function(t,e){if(t){var r=g(t)?g(t[0])?t:[t]:d(t).split(l);if(r.length>1)for(var i=0,n=r.length;i<n;i++)x.off(r[i],e);else{r=g(t)?t:d(t).split(o);var a,h,c,f,p,v=[u];for(i=0,n=r.length;i<n;i++)for(f=0;f<v.length;f+=c.length-2){if(c=[f,1],a=v[f].n,"*"!=r[i])a[r[i]]&&c.push(a[r[i]]);else for(h in a)a[s](h)&&c.push(a[h]);v.splice.apply(v,c)}for(i=0,n=v.length;i<n;i++)for(a=v[i];a.n;){if(e){if(a.f){for(f=0,p=a.f.length;f<p;f++)if(a.f[f]==e){a.f.splice(f,1);break}!a.f.length&&delete a.f}for(h in a.n)if(a.n[s](h)&&a.n[h].f){var y=a.n[h].f;for(f=0,p=y.length;f<p;f++)if(y[f]==e){y.splice(f,1);break}!y.length&&delete a.n[h].f}}else for(h in delete a.f,a.n)a.n[s](h)&&a.n[h].f&&delete a.n[h].f;a=a.n}}}else x._events=u={n:{}}},x.once=function(t,e){var r=function(){return x.off(t,r),e.apply(this,arguments)};return x.on(t,r)},x.version="0.5.0",x.toString=function(){return"You are running Eve 0.5.0"},t.exports?t.exports=x:void 0===(i=function(){return x}.apply(e,[]))||(t.exports=i)},function(t,e,r){var i,n;i=[r(0)],void 0===(n=function(t){if(!t||t.svg){var e="hasOwnProperty",r=String,i=parseFloat,n=parseInt,a=Math,s=a.max,o=a.abs,l=a.pow,h=/[, ]+/,u=t.eve,c="",f=" ",p="http://www.w3.org/1999/xlink",d={block:"M5,0 0,2.5 5,5z",classic:"M5,0 0,2.5 5,5 3.5,3 3.5,2z",diamond:"M2.5,0 5,2.5 2.5,5 0,2.5z",open:"M6,1 1,3.5 6,6",oval:"M2.5,0A2.5,2.5,0,0,1,2.5,5 2.5,2.5,0,0,1,2.5,0z"},g={};t.toString=function(){return"Your browser supports SVG.\nYou are running Raphaël "+this.version};var x=function(i,n){if(n)for(var a in"string"==typeof i&&(i=x(i)),n)n[e](a)&&("xlink:"==a.substring(0,6)?i.setAttributeNS(p,a.substring(6),r(n[a])):i.setAttribute(a,r(n[a])));else(i=t._g.doc.createElementNS("http://www.w3.org/2000/svg",i)).style&&(i.style.webkitTapHighlightColor="rgba(0,0,0,0)");return i},v=function(e,n){var h="linear",u=e.id+n,f=.5,p=.5,d=e.node,g=e.paper,v=d.style,m=t._g.doc.getElementById(u);if(!m){if(n=(n=r(n).replace(t._radial_gradient,function(t,e,r){if(h="radial",e&&r){f=i(e);var n=2*((p=i(r))>.5)-1;l(f-.5,2)+l(p-.5,2)>.25&&(p=a.sqrt(.25-l(f-.5,2))*n+.5)&&.5!=p&&(p=p.toFixed(5)-1e-5*n)}return c})).split(/\s*\-\s*/),"linear"==h){var b=n.shift();if(b=-i(b),isNaN(b))return null;var _=[0,0,a.cos(t.rad(b)),a.sin(t.rad(b))],w=1/(s(o(_[2]),o(_[3]))||1);_[2]*=w,_[3]*=w,_[2]<0&&(_[0]=-_[2],_[2]=0),_[3]<0&&(_[1]=-_[3],_[3]=0)}var k=t._parseDots(n);if(!k)return null;if(u=u.replace(/[\(\)\s,\xb0#]/g,"_"),e.gradient&&u!=e.gradient.id&&(g.defs.removeChild(e.gradient),delete e.gradient),!e.gradient){m=x(h+"Gradient",{id:u}),e.gradient=m,x(m,"radial"==h?{fx:f,fy:p}:{x1:_[0],y1:_[1],x2:_[2],y2:_[3],gradientTransform:e.matrix.invert()}),g.defs.appendChild(m);for(var B=0,C=k.length;B<C;B++)m.appendChild(x("stop",{offset:k[B].offset?k[B].offset:B?"100%":"0%","stop-color":k[B].color||"#fff","stop-opacity":isFinite(k[B].opacity)?k[B].opacity:1}))}}return x(d,{fill:y(u),opacity:1,"fill-opacity":1}),v.fill=c,v.opacity=1,v.fillOpacity=1,1},y=function(t){if((e=document.documentMode)&&(9===e||10===e))return"url('#"+t+"')";var e,r=document.location;return"url('"+(r.protocol+"//"+r.host+r.pathname+r.search)+"#"+t+"')"},m=function(t){var e=t.getBBox(1);x(t.pattern,{patternTransform:t.matrix.invert()+" translate("+e.x+","+e.y+")"})},b=function(i,n,a){if("path"==i.type){for(var s,o,l,h,u,f=r(n).toLowerCase().split("-"),p=i.paper,v=a?"end":"start",y=i.node,m=i.attrs,b=m["stroke-width"],_=f.length,w="classic",k=3,B=3,C=5;_--;)switch(f[_]){case"block":case"classic":case"oval":case"diamond":case"open":case"none":w=f[_];break;case"wide":B=5;break;case"narrow":B=2;break;case"long":k=5;break;case"short":k=2}if("open"==w?(k+=2,B+=2,C+=2,l=1,h=a?4:1,u={fill:"none",stroke:m.stroke}):(h=l=k/2,u={fill:m.stroke,stroke:"none"}),i._.arrows?a?(i._.arrows.endPath&&g[i._.arrows.endPath]--,i._.arrows.endMarker&&g[i._.arrows.endMarker]--):(i._.arrows.startPath&&g[i._.arrows.startPath]--,i._.arrows.startMarker&&g[i._.arrows.startMarker]--):i._.arrows={},"none"!=w){var S="raphael-marker-"+w,T="raphael-marker-"+v+w+k+B+"-obj"+i.id;t._g.doc.getElementById(S)?g[S]++:(p.defs.appendChild(x(x("path"),{"stroke-linecap":"round",d:d[w],id:S})),g[S]=1);var A,M=t._g.doc.getElementById(T);M?(g[T]++,A=M.getElementsByTagName("use")[0]):(M=x(x("marker"),{id:T,markerHeight:B,markerWidth:k,orient:"auto",refX:h,refY:B/2}),A=x(x("use"),{"xlink:href":"#"+S,transform:(a?"rotate(180 "+k/2+" "+B/2+") ":c)+"scale("+k/C+","+B/C+")","stroke-width":(1/((k/C+B/C)/2)).toFixed(4)}),M.appendChild(A),p.defs.appendChild(M),g[T]=1),x(A,u);var E=l*("diamond"!=w&&"oval"!=w);a?(s=i._.arrows.startdx*b||0,o=t.getTotalLength(m.path)-E*b):(s=E*b,o=t.getTotalLength(m.path)-(i._.arrows.enddx*b||0)),(u={})["marker-"+v]="url(#"+T+")",(o||s)&&(u.d=t.getSubpath(m.path,s,o)),x(y,u),i._.arrows[v+"Path"]=S,i._.arrows[v+"Marker"]=T,i._.arrows[v+"dx"]=E,i._.arrows[v+"Type"]=w,i._.arrows[v+"String"]=n}else a?(s=i._.arrows.startdx*b||0,o=t.getTotalLength(m.path)-s):(s=0,o=t.getTotalLength(m.path)-(i._.arrows.enddx*b||0)),i._.arrows[v+"Path"]&&x(y,{d:t.getSubpath(m.path,s,o)}),delete i._.arrows[v+"Path"],delete i._.arrows[v+"Marker"],delete i._.arrows[v+"dx"],delete i._.arrows[v+"Type"],delete i._.arrows[v+"String"];for(u in g)if(g[e](u)&&!g[u]){var N=t._g.doc.getElementById(u);N&&N.parentNode.removeChild(N)}}},_={"-":[3,1],".":[1,1],"-.":[3,1,1,1],"-..":[3,1,1,1,1,1],". ":[1,3],"- ":[4,3],"--":[8,3],"- .":[4,3,1,3],"--.":[8,3,1,3],"--..":[8,3,1,3,1,3]},w=function(t,e,i){if(e=_[r(e).toLowerCase()]){for(var n=t.attrs["stroke-width"]||"1",a={round:n,square:n,butt:0}[t.attrs["stroke-linecap"]||i["stroke-linecap"]]||0,s=[],o=e.length;o--;)s[o]=e[o]*n+(o%2?1:-1)*a;x(t.node,{"stroke-dasharray":s.join(",")})}else x(t.node,{"stroke-dasharray":"none"})},k=function(i,a){var l=i.node,u=i.attrs,f=l.style.visibility;for(var d in l.style.visibility="hidden",a)if(a[e](d)){if(!t._availableAttrs[e](d))continue;var g=a[d];switch(u[d]=g,d){case"blur":i.blur(g);break;case"title":var y=l.getElementsByTagName("title");if(y.length&&(y=y[0]))y.firstChild.nodeValue=g;else{y=x("title");var _=t._g.doc.createTextNode(g);y.appendChild(_),l.appendChild(y)}break;case"href":case"target":var k=l.parentNode;if("a"!=k.tagName.toLowerCase()){var C=x("a");k.insertBefore(C,l),C.appendChild(l),k=C}"target"==d?k.setAttributeNS(p,"show","blank"==g?"new":g):k.setAttributeNS(p,d,g);break;case"cursor":l.style.cursor=g;break;case"transform":i.transform(g);break;case"arrow-start":b(i,g);break;case"arrow-end":b(i,g,1);break;case"clip-rect":var S=r(g).split(h);if(4==S.length){i.clip&&i.clip.parentNode.parentNode.removeChild(i.clip.parentNode);var T=x("clipPath"),A=x("rect");T.id=t.createUUID(),x(A,{x:S[0],y:S[1],width:S[2],height:S[3]}),T.appendChild(A),i.paper.defs.appendChild(T),x(l,{"clip-path":"url(#"+T.id+")"}),i.clip=A}if(!g){var M=l.getAttribute("clip-path");if(M){var E=t._g.doc.getElementById(M.replace(/(^url\(#|\)$)/g,c));E&&E.parentNode.removeChild(E),x(l,{"clip-path":c}),delete i.clip}}break;case"path":"path"==i.type&&(x(l,{d:g?u.path=t._pathToAbsolute(g):"M0,0"}),i._.dirty=1,i._.arrows&&("startString"in i._.arrows&&b(i,i._.arrows.startString),"endString"in i._.arrows&&b(i,i._.arrows.endString,1)));break;case"width":if(l.setAttribute(d,g),i._.dirty=1,!u.fx)break;d="x",g=u.x;case"x":u.fx&&(g=-u.x-(u.width||0));case"rx":if("rx"==d&&"rect"==i.type)break;case"cx":l.setAttribute(d,g),i.pattern&&m(i),i._.dirty=1;break;case"height":if(l.setAttribute(d,g),i._.dirty=1,!u.fy)break;d="y",g=u.y;case"y":u.fy&&(g=-u.y-(u.height||0));case"ry":if("ry"==d&&"rect"==i.type)break;case"cy":l.setAttribute(d,g),i.pattern&&m(i),i._.dirty=1;break;case"r":"rect"==i.type?x(l,{rx:g,ry:g}):l.setAttribute(d,g),i._.dirty=1;break;case"src":"image"==i.type&&l.setAttributeNS(p,"href",g);break;case"stroke-width":1==i._.sx&&1==i._.sy||(g/=s(o(i._.sx),o(i._.sy))||1),l.setAttribute(d,g),u["stroke-dasharray"]&&w(i,u["stroke-dasharray"],a),i._.arrows&&("startString"in i._.arrows&&b(i,i._.arrows.startString),"endString"in i._.arrows&&b(i,i._.arrows.endString,1));break;case"stroke-dasharray":w(i,g,a);break;case"fill":var N=r(g).match(t._ISURL);if(N){T=x("pattern");var L=x("image");T.id=t.createUUID(),x(T,{x:0,y:0,patternUnits:"userSpaceOnUse",height:1,width:1}),x(L,{x:0,y:0,"xlink:href":N[1]}),T.appendChild(L),function(e){t._preload(N[1],function(){var t=this.offsetWidth,r=this.offsetHeight;x(e,{width:t,height:r}),x(L,{width:t,height:r})})}(T),i.paper.defs.appendChild(T),x(l,{fill:"url(#"+T.id+")"}),i.pattern=T,i.pattern&&m(i);break}var P=t.getRGB(g);if(P.error){if(("circle"==i.type||"ellipse"==i.type||"r"!=r(g).charAt())&&v(i,g)){if("opacity"in u||"fill-opacity"in u){var z=t._g.doc.getElementById(l.getAttribute("fill").replace(/^url\(#|\)$/g,c));if(z){var F=z.getElementsByTagName("stop");x(F[F.length-1],{"stop-opacity":("opacity"in u?u.opacity:1)*("fill-opacity"in u?u["fill-opacity"]:1)})}}u.gradient=g,u.fill="none";break}}else delete a.gradient,delete u.gradient,!t.is(u.opacity,"undefined")&&t.is(a.opacity,"undefined")&&x(l,{opacity:u.opacity}),!t.is(u["fill-opacity"],"undefined")&&t.is(a["fill-opacity"],"undefined")&&x(l,{"fill-opacity":u["fill-opacity"]});P[e]("opacity")&&x(l,{"fill-opacity":P.opacity>1?P.opacity/100:P.opacity});case"stroke":P=t.getRGB(g),l.setAttribute(d,P.hex),"stroke"==d&&P[e]("opacity")&&x(l,{"stroke-opacity":P.opacity>1?P.opacity/100:P.opacity}),"stroke"==d&&i._.arrows&&("startString"in i._.arrows&&b(i,i._.arrows.startString),"endString"in i._.arrows&&b(i,i._.arrows.endString,1));break;case"gradient":("circle"==i.type||"ellipse"==i.type||"r"!=r(g).charAt())&&v(i,g);break;case"opacity":u.gradient&&!u[e]("stroke-opacity")&&x(l,{"stroke-opacity":g>1?g/100:g});case"fill-opacity":if(u.gradient){(z=t._g.doc.getElementById(l.getAttribute("fill").replace(/^url\(#|\)$/g,c)))&&(F=z.getElementsByTagName("stop"),x(F[F.length-1],{"stop-opacity":g}));break}default:"font-size"==d&&(g=n(g,10)+"px");var R=d.replace(/(\-.)/g,function(t){return t.substring(1).toUpperCase()});l.style[R]=g,i._.dirty=1,l.setAttribute(d,g)}}B(i,a),l.style.visibility=f},B=function(i,a){if("text"==i.type&&(a[e]("text")||a[e]("font")||a[e]("font-size")||a[e]("x")||a[e]("y"))){var s=i.attrs,o=i.node,l=o.firstChild?n(t._g.doc.defaultView.getComputedStyle(o.firstChild,c).getPropertyValue("font-size"),10):10;if(a[e]("text")){for(s.text=a.text;o.firstChild;)o.removeChild(o.firstChild);for(var h,u=r(a.text).split("\n"),f=[],p=0,d=u.length;p<d;p++)h=x("tspan"),p&&x(h,{dy:1.2*l,x:s.x}),h.appendChild(t._g.doc.createTextNode(u[p])),o.appendChild(h),f[p]=h}else for(p=0,d=(f=o.getElementsByTagName("tspan")).length;p<d;p++)p?x(f[p],{dy:1.2*l,x:s.x}):x(f[0],{dy:0});x(o,{x:s.x,y:s.y}),i._.dirty=1;var g=i._getBBox(),v=s.y-(g.y+g.height/2);v&&t.is(v,"finite")&&x(f[0],{dy:v})}},C=function(t){return t.parentNode&&"a"===t.parentNode.tagName.toLowerCase()?t.parentNode:t},S=function(e,r){this[0]=this.node=e,e.raphael=!0,this.id=("0000"+(Math.random()*Math.pow(36,5)<<0).toString(36)).slice(-5),e.raphaelid=this.id,this.matrix=t.matrix(),this.realPath=null,this.paper=r,this.attrs=this.attrs||{},this._={transform:[],sx:1,sy:1,deg:0,dx:0,dy:0,dirty:1},!r.bottom&&(r.bottom=this),this.prev=r.top,r.top&&(r.top.next=this),r.top=this,this.next=null},T=t.el;S.prototype=T,T.constructor=S,t._engine.path=function(t,e){var r=x("path");e.canvas&&e.canvas.appendChild(r);var i=new S(r,e);return i.type="path",k(i,{fill:"none",stroke:"#000",path:t}),i},T.rotate=function(t,e,n){if(this.removed)return this;if((t=r(t).split(h)).length-1&&(e=i(t[1]),n=i(t[2])),t=i(t[0]),null==n&&(e=n),null==e||null==n){var a=this.getBBox(1);e=a.x+a.width/2,n=a.y+a.height/2}return this.transform(this._.transform.concat([["r",t,e,n]])),this},T.scale=function(t,e,n,a){if(this.removed)return this;if((t=r(t).split(h)).length-1&&(e=i(t[1]),n=i(t[2]),a=i(t[3])),t=i(t[0]),null==e&&(e=t),null==a&&(n=a),null==n||null==a)var s=this.getBBox(1);return n=null==n?s.x+s.width/2:n,a=null==a?s.y+s.height/2:a,this.transform(this._.transform.concat([["s",t,e,n,a]])),this},T.translate=function(t,e){return this.removed?this:((t=r(t).split(h)).length-1&&(e=i(t[1])),t=i(t[0])||0,e=+e||0,this.transform(this._.transform.concat([["t",t,e]])),this)},T.transform=function(r){var i=this._;if(null==r)return i.transform;if(t._extractTransform(this,r),this.clip&&x(this.clip,{transform:this.matrix.invert()}),this.pattern&&m(this),this.node&&x(this.node,{transform:this.matrix}),1!=i.sx||1!=i.sy){var n=this.attrs[e]("stroke-width")?this.attrs["stroke-width"]:1;this.attr({"stroke-width":n})}return this},T.hide=function(){return this.removed||(this.node.style.display="none"),this},T.show=function(){return this.removed||(this.node.style.display=""),this},T.remove=function(){var e=C(this.node);if(!this.removed&&e.parentNode){var r=this.paper;for(var i in r.__set__&&r.__set__.exclude(this),u.unbind("raphael.*.*."+this.id),this.gradient&&r.defs.removeChild(this.gradient),t._tear(this,r),e.parentNode.removeChild(e),this.removeData(),this)this[i]="function"==typeof this[i]?t._removedFactory(i):null;this.removed=!0}},T._getBBox=function(){if("none"==this.node.style.display){this.show();var t=!0}var e,r=!1;this.paper.canvas.parentElement?e=this.paper.canvas.parentElement.style:this.paper.canvas.parentNode&&(e=this.paper.canvas.parentNode.style),e&&"none"==e.display&&(r=!0,e.display="");var i={};try{i=this.node.getBBox()}catch(t){i={x:this.node.clientLeft,y:this.node.clientTop,width:this.node.clientWidth,height:this.node.clientHeight}}finally{i=i||{},r&&(e.display="none")}return t&&this.hide(),i},T.attr=function(r,i){if(this.removed)return this;if(null==r){var n={};for(var a in this.attrs)this.attrs[e](a)&&(n[a]=this.attrs[a]);return n.gradient&&"none"==n.fill&&(n.fill=n.gradient)&&delete n.gradient,n.transform=this._.transform,n}if(null==i&&t.is(r,"string")){if("fill"==r&&"none"==this.attrs.fill&&this.attrs.gradient)return this.attrs.gradient;if("transform"==r)return this._.transform;for(var s=r.split(h),o={},l=0,c=s.length;l<c;l++)(r=s[l])in this.attrs?o[r]=this.attrs[r]:t.is(this.paper.customAttributes[r],"function")?o[r]=this.paper.customAttributes[r].def:o[r]=t._availableAttrs[r];return c-1?o:o[s[0]]}if(null==i&&t.is(r,"array")){for(o={},l=0,c=r.length;l<c;l++)o[r[l]]=this.attr(r[l]);return o}if(null!=i){var f={};f[r]=i}else null!=r&&t.is(r,"object")&&(f=r);for(var p in f)u("raphael.attr."+p+"."+this.id,this,f[p]);for(p in this.paper.customAttributes)if(this.paper.customAttributes[e](p)&&f[e](p)&&t.is(this.paper.customAttributes[p],"function")){var d=this.paper.customAttributes[p].apply(this,[].concat(f[p]));for(var g in this.attrs[p]=f[p],d)d[e](g)&&(f[g]=d[g])}return k(this,f),this},T.toFront=function(){if(this.removed)return this;var e=C(this.node);e.parentNode.appendChild(e);var r=this.paper;return r.top!=this&&t._tofront(this,r),this},T.toBack=function(){if(this.removed)return this;var e=C(this.node),r=e.parentNode;r.insertBefore(e,r.firstChild),t._toback(this,this.paper);this.paper;return this},T.insertAfter=function(e){if(this.removed||!e)return this;var r=C(this.node),i=C(e.node||e[e.length-1].node);return i.nextSibling?i.parentNode.insertBefore(r,i.nextSibling):i.parentNode.appendChild(r),t._insertafter(this,e,this.paper),this},T.insertBefore=function(e){if(this.removed||!e)return this;var r=C(this.node),i=C(e.node||e[0].node);return i.parentNode.insertBefore(r,i),t._insertbefore(this,e,this.paper),this},T.blur=function(e){var r=this;if(0!=+e){var i=x("filter"),n=x("feGaussianBlur");r.attrs.blur=e,i.id=t.createUUID(),x(n,{stdDeviation:+e||1.5}),i.appendChild(n),r.paper.defs.appendChild(i),r._blur=i,x(r.node,{filter:"url(#"+i.id+")"})}else r._blur&&(r._blur.parentNode.removeChild(r._blur),delete r._blur,delete r.attrs.blur),r.node.removeAttribute("filter");return r},t._engine.circle=function(t,e,r,i){var n=x("circle");t.canvas&&t.canvas.appendChild(n);var a=new S(n,t);return a.attrs={cx:e,cy:r,r:i,fill:"none",stroke:"#000"},a.type="circle",x(n,a.attrs),a},t._engine.rect=function(t,e,r,i,n,a){var s=x("rect");t.canvas&&t.canvas.appendChild(s);var o=new S(s,t);return o.attrs={x:e,y:r,width:i,height:n,rx:a||0,ry:a||0,fill:"none",stroke:"#000"},o.type="rect",x(s,o.attrs),o},t._engine.ellipse=function(t,e,r,i,n){var a=x("ellipse");t.canvas&&t.canvas.appendChild(a);var s=new S(a,t);return s.attrs={cx:e,cy:r,rx:i,ry:n,fill:"none",stroke:"#000"},s.type="ellipse",x(a,s.attrs),s},t._engine.image=function(t,e,r,i,n,a){var s=x("image");x(s,{x:r,y:i,width:n,height:a,preserveAspectRatio:"none"}),s.setAttributeNS(p,"href",e),t.canvas&&t.canvas.appendChild(s);var o=new S(s,t);return o.attrs={x:r,y:i,width:n,height:a,src:e},o.type="image",o},t._engine.text=function(e,r,i,n){var a=x("text");e.canvas&&e.canvas.appendChild(a);var s=new S(a,e);return s.attrs={x:r,y:i,"text-anchor":"middle",text:n,"font-family":t._availableAttrs["font-family"],"font-size":t._availableAttrs["font-size"],stroke:"none",fill:"#000"},s.type="text",k(s,s.attrs),s},t._engine.setSize=function(t,e){return this.width=t||this.width,this.height=e||this.height,this.canvas.setAttribute("width",this.width),this.canvas.setAttribute("height",this.height),this._viewBox&&this.setViewBox.apply(this,this._viewBox),this},t._engine.create=function(){var e=t._getContainer.apply(0,arguments),r=e&&e.container;if(!r)throw new Error("SVG container not found.");var i,n=e.x,a=e.y,s=e.width,o=e.height,l=x("svg"),h="overflow:hidden;";return n=n||0,a=a||0,x(l,{height:o=o||342,version:1.1,width:s=s||512,xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink"}),1==r?(l.style.cssText=h+"position:absolute;left:"+n+"px;top:"+a+"px",t._g.doc.body.appendChild(l),i=1):(l.style.cssText=h+"position:relative",r.firstChild?r.insertBefore(l,r.firstChild):r.appendChild(l)),(r=new t._Paper).width=s,r.height=o,r.canvas=l,r.clear(),r._left=r._top=0,i&&(r.renderfix=function(){}),r.renderfix(),r},t._engine.setViewBox=function(t,e,r,i,n){u("raphael.setViewBox",this,this._viewBox,[t,e,r,i,n]);var a,o,l=this.getSize(),h=s(r/l.width,i/l.height),c=this.top,p=n?"xMidYMid meet":"xMinYMin";for(null==t?(this._vbSize&&(h=1),delete this._vbSize,a="0 0 "+this.width+f+this.height):(this._vbSize=h,a=t+f+e+f+r+f+i),x(this.canvas,{viewBox:a,preserveAspectRatio:p});h&&c;)o="stroke-width"in c.attrs?c.attrs["stroke-width"]:1,c.attr({"stroke-width":o}),c._.dirty=1,c._.dirtyT=1,c=c.prev;return this._viewBox=[t,e,r,i,!!n],this},t.prototype.renderfix=function(){var t,e=this.canvas,r=e.style;try{t=e.getScreenCTM()||e.createSVGMatrix()}catch(r){t=e.createSVGMatrix()}var i=-t.e%1,n=-t.f%1;(i||n)&&(i&&(this._left=(this._left+i)%1,r.left=this._left+"px"),n&&(this._top=(this._top+n)%1,r.top=this._top+"px"))},t.prototype.clear=function(){t.eve("raphael.clear",this);for(var e=this.canvas;e.firstChild;)e.removeChild(e.firstChild);this.bottom=this.top=null,(this.desc=x("desc")).appendChild(t._g.doc.createTextNode("Created with Raphaël "+t.version)),e.appendChild(this.desc),e.appendChild(this.defs=x("defs"))},t.prototype.remove=function(){for(var e in u("raphael.remove",this),this.canvas.parentNode&&this.canvas.parentNode.removeChild(this.canvas),this)this[e]="function"==typeof this[e]?t._removedFactory(e):null};var A=t.st;for(var M in T)T[e](M)&&!A[e](M)&&(A[M]=function(t){return function(){var e=arguments;return this.forEach(function(r){r[t].apply(r,e)})}}(M))}}.apply(e,i))||(t.exports=n)},function(t,e,r){var i,n;i=[r(0)],void 0===(n=function(t){if(!t||t.vml){var e="hasOwnProperty",r=String,i=parseFloat,n=Math,a=n.round,s=n.max,o=n.min,l=n.abs,h=/[, ]+/,u=t.eve,c=" ",f="",p={M:"m",L:"l",C:"c",Z:"x",m:"t",l:"r",c:"v",z:"x"},d=/([clmz]),?([^clmz]*)/gi,g=/ progid:\S+Blur\([^\)]+\)/g,x=/-?[^,\s-]+/g,v="position:absolute;left:0;top:0;width:1px;height:1px;behavior:url(#default#VML)",y=21600,m={path:1,rect:1,image:1},b={circle:1,ellipse:1},_=function(e,r,i){var n=t.matrix();return n.rotate(-e,.5,.5),{dx:n.x(r,i),dy:n.y(r,i)}},w=function(t,e,r,i,n,a){var s=t._,o=t.matrix,h=s.fillpos,u=t.node,f=u.style,p=1,d="",g=y/e,x=y/r;if(f.visibility="hidden",e&&r){if(u.coordsize=l(g)+c+l(x),f.rotation=a*(e*r<0?-1:1),a){var v=_(a,i,n);i=v.dx,n=v.dy}if(e<0&&(d+="x"),r<0&&(d+=" y")&&(p=-1),f.flip=d,u.coordorigin=i*-g+c+n*-x,h||s.fillsize){var m=u.getElementsByTagName("fill");m=m&&m[0],u.removeChild(m),h&&(v=_(a,o.x(h[0],h[1]),o.y(h[0],h[1])),m.position=v.dx*p+c+v.dy*p),s.fillsize&&(m.size=s.fillsize[0]*l(e)+c+s.fillsize[1]*l(r)),u.appendChild(m)}f.visibility="visible"}};t.toString=function(){return"Your browser doesn’t support SVG. Falling down to VML.\nYou are running Raphaël "+this.version};var k,B=function(t,e,i){for(var n=r(e).toLowerCase().split("-"),a=i?"end":"start",s=n.length,o="classic",l="medium",h="medium";s--;)switch(n[s]){case"block":case"classic":case"oval":case"diamond":case"open":case"none":o=n[s];break;case"wide":case"narrow":h=n[s];break;case"long":case"short":l=n[s]}var u=t.node.getElementsByTagName("stroke")[0];u[a+"arrow"]=o,u[a+"arrowlength"]=l,u[a+"arrowwidth"]=h},C=function(n,l){n.attrs=n.attrs||{};var u=n.node,g=n.attrs,v=u.style,_=m[n.type]&&(l.x!=g.x||l.y!=g.y||l.width!=g.width||l.height!=g.height||l.cx!=g.cx||l.cy!=g.cy||l.rx!=g.rx||l.ry!=g.ry||l.r!=g.r),C=b[n.type]&&(g.cx!=l.cx||g.cy!=l.cy||g.r!=l.r||g.rx!=l.rx||g.ry!=l.ry),T=n;for(var A in l)l[e](A)&&(g[A]=l[A]);if(_&&(g.path=t._getPath[n.type](n),n._.dirty=1),l.href&&(u.href=l.href),l.title&&(u.title=l.title),l.target&&(u.target=l.target),l.cursor&&(v.cursor=l.cursor),"blur"in l&&n.blur(l.blur),(l.path&&"path"==n.type||_)&&(u.path=function(e){var i=/[ahqstv]/gi,n=t._pathToAbsolute;if(r(e).match(i)&&(n=t._path2curve),i=/[clmz]/g,n==t._pathToAbsolute&&!r(e).match(i)){var s=r(e).replace(d,function(t,e,r){var i=[],n="m"==e.toLowerCase(),s=p[e];return r.replace(x,function(t){n&&2==i.length&&(s+=i+p["m"==e?"l":"L"],i=[]),i.push(a(t*y))}),s+i});return s}var o,l,h=n(e);s=[];for(var u=0,g=h.length;u<g;u++){o=h[u],"z"==(l=h[u][0].toLowerCase())&&(l="x");for(var v=1,m=o.length;v<m;v++)l+=a(o[v]*y)+(v!=m-1?",":f);s.push(l)}return s.join(c)}(~r(g.path).toLowerCase().indexOf("r")?t._pathToAbsolute(g.path):g.path),n._.dirty=1,"image"==n.type&&(n._.fillpos=[g.x,g.y],n._.fillsize=[g.width,g.height],w(n,1,1,0,0,0))),"transform"in l&&n.transform(l.transform),C){var M=+g.cx,E=+g.cy,N=+g.rx||+g.r||0,L=+g.ry||+g.r||0;u.path=t.format("ar{0},{1},{2},{3},{4},{1},{4},{1}x",a((M-N)*y),a((E-L)*y),a((M+N)*y),a((E+L)*y),a(M*y)),n._.dirty=1}if("clip-rect"in l){var P=r(l["clip-rect"]).split(h);if(4==P.length){P[2]=+P[2]+ +P[0],P[3]=+P[3]+ +P[1];var z=u.clipRect||t._g.doc.createElement("div"),F=z.style;F.clip=t.format("rect({1}px {2}px {3}px {0}px)",P),u.clipRect||(F.position="absolute",F.top=0,F.left=0,F.width=n.paper.width+"px",F.height=n.paper.height+"px",u.parentNode.insertBefore(z,u),z.appendChild(u),u.clipRect=z)}l["clip-rect"]||u.clipRect&&(u.clipRect.style.clip="auto")}if(n.textpath){var R=n.textpath.style;l.font&&(R.font=l.font),l["font-family"]&&(R.fontFamily='"'+l["font-family"].split(",")[0].replace(/^['"]+|['"]+$/g,f)+'"'),l["font-size"]&&(R.fontSize=l["font-size"]),l["font-weight"]&&(R.fontWeight=l["font-weight"]),l["font-style"]&&(R.fontStyle=l["font-style"])}if("arrow-start"in l&&B(T,l["arrow-start"]),"arrow-end"in l&&B(T,l["arrow-end"],1),null!=l.opacity||null!=l.fill||null!=l.src||null!=l.stroke||null!=l["stroke-width"]||null!=l["stroke-opacity"]||null!=l["fill-opacity"]||null!=l["stroke-dasharray"]||null!=l["stroke-miterlimit"]||null!=l["stroke-linejoin"]||null!=l["stroke-linecap"]){var j=u.getElementsByTagName("fill");if(!(j=j&&j[0])&&(j=k("fill")),"image"==n.type&&l.src&&(j.src=l.src),l.fill&&(j.on=!0),null!=j.on&&"none"!=l.fill&&null!==l.fill||(j.on=!1),j.on&&l.fill){var I=r(l.fill).match(t._ISURL);if(I){j.parentNode==u&&u.removeChild(j),j.rotate=!0,j.src=I[1],j.type="tile";var D=n.getBBox(1);j.position=D.x+c+D.y,n._.fillpos=[D.x,D.y],t._preload(I[1],function(){n._.fillsize=[this.offsetWidth,this.offsetHeight]})}else j.color=t.getRGB(l.fill).hex,j.src=f,j.type="solid",t.getRGB(l.fill).error&&(T.type in{circle:1,ellipse:1}||"r"!=r(l.fill).charAt())&&S(T,l.fill,j)&&(g.fill="none",g.gradient=l.fill,j.rotate=!1)}if("fill-opacity"in l||"opacity"in l){var q=((+g["fill-opacity"]+1||2)-1)*((+g.opacity+1||2)-1)*((+t.getRGB(l.fill).o+1||2)-1);q=o(s(q,0),1),j.opacity=q,j.src&&(j.color="none")}u.appendChild(j);var O=u.getElementsByTagName("stroke")&&u.getElementsByTagName("stroke")[0],V=!1;!O&&(V=O=k("stroke")),(l.stroke&&"none"!=l.stroke||l["stroke-width"]||null!=l["stroke-opacity"]||l["stroke-dasharray"]||l["stroke-miterlimit"]||l["stroke-linejoin"]||l["stroke-linecap"])&&(O.on=!0),("none"==l.stroke||null===l.stroke||null==O.on||0==l.stroke||0==l["stroke-width"])&&(O.on=!1);var W=t.getRGB(l.stroke);O.on&&l.stroke&&(O.color=W.hex),q=((+g["stroke-opacity"]+1||2)-1)*((+g.opacity+1||2)-1)*((+W.o+1||2)-1);var Y=.75*(i(l["stroke-width"])||1);if(q=o(s(q,0),1),null==l["stroke-width"]&&(Y=g["stroke-width"]),l["stroke-width"]&&(O.weight=Y),Y&&Y<1&&(q*=Y)&&(O.weight=1),O.opacity=q,l["stroke-linejoin"]&&(O.joinstyle=l["stroke-linejoin"]||"miter"),O.miterlimit=l["stroke-miterlimit"]||8,l["stroke-linecap"]&&(O.endcap="butt"==l["stroke-linecap"]?"flat":"square"==l["stroke-linecap"]?"square":"round"),"stroke-dasharray"in l){var G={"-":"shortdash",".":"shortdot","-.":"shortdashdot","-..":"shortdashdotdot",". ":"dot","- ":"dash","--":"longdash","- .":"dashdot","--.":"longdashdot","--..":"longdashdotdot"};O.dashstyle=G[e](l["stroke-dasharray"])?G[l["stroke-dasharray"]]:f}V&&u.appendChild(O)}if("text"==T.type){T.paper.canvas.style.display=f;var H=T.paper.span,X=g.font&&g.font.match(/\d+(?:\.\d*)?(?=px)/);v=H.style,g.font&&(v.font=g.font),g["font-family"]&&(v.fontFamily=g["font-family"]),g["font-weight"]&&(v.fontWeight=g["font-weight"]),g["font-style"]&&(v.fontStyle=g["font-style"]),X=i(g["font-size"]||X&&X[0])||10,v.fontSize=100*X+"px",T.textpath.string&&(H.innerHTML=r(T.textpath.string).replace(/</g,"&#60;").replace(/&/g,"&#38;").replace(/\n/g,"<br>"));var U=H.getBoundingClientRect();T.W=g.w=(U.right-U.left)/100,T.H=g.h=(U.bottom-U.top)/100,T.X=g.x,T.Y=g.y+T.H/2,("x"in l||"y"in l)&&(T.path.v=t.format("m{0},{1}l{2},{1}",a(g.x*y),a(g.y*y),a(g.x*y)+1));for(var $=["x","y","text","font","font-family","font-weight","font-style","font-size"],Z=0,Q=$.length;Z<Q;Z++)if($[Z]in l){T._.dirty=1;break}switch(g["text-anchor"]){case"start":T.textpath.style["v-text-align"]="left",T.bbx=T.W/2;break;case"end":T.textpath.style["v-text-align"]="right",T.bbx=-T.W/2;break;default:T.textpath.style["v-text-align"]="center",T.bbx=0}T.textpath.style["v-text-kern"]=!0}},S=function(e,a,s){e.attrs=e.attrs||{};e.attrs;var o=Math.pow,l="linear",h=".5 .5";if(e.attrs.gradient=a,a=(a=r(a).replace(t._radial_gradient,function(t,e,r){return l="radial",e&&r&&(e=i(e),r=i(r),o(e-.5,2)+o(r-.5,2)>.25&&(r=n.sqrt(.25-o(e-.5,2))*(2*(r>.5)-1)+.5),h=e+c+r),f})).split(/\s*\-\s*/),"linear"==l){var u=a.shift();if(u=-i(u),isNaN(u))return null}var p=t._parseDots(a);if(!p)return null;if(e=e.shape||e.node,p.length){e.removeChild(s),s.on=!0,s.method="none",s.color=p[0].color,s.color2=p[p.length-1].color;for(var d=[],g=0,x=p.length;g<x;g++)p[g].offset&&d.push(p[g].offset+c+p[g].color);s.colors=d.length?d.join():"0% "+s.color,"radial"==l?(s.type="gradientTitle",s.focus="100%",s.focussize="0 0",s.focusposition=h,s.angle=0):(s.type="gradient",s.angle=(270-u)%360),e.appendChild(s)}return 1},T=function(e,r){this[0]=this.node=e,e.raphael=!0,this.id=t._oid++,e.raphaelid=this.id,this.X=0,this.Y=0,this.attrs={},this.paper=r,this.matrix=t.matrix(),this._={transform:[],sx:1,sy:1,dx:0,dy:0,deg:0,dirty:1,dirtyT:1},!r.bottom&&(r.bottom=this),this.prev=r.top,r.top&&(r.top.next=this),r.top=this,this.next=null},A=t.el;T.prototype=A,A.constructor=T,A.transform=function(e){if(null==e)return this._.transform;var i,n=this.paper._viewBoxShift,a=n?"s"+[n.scale,n.scale]+"-1-1t"+[n.dx,n.dy]:f;n&&(i=e=r(e).replace(/\.{3}|\u2026/g,this._.transform||f)),t._extractTransform(this,a+e);var s,o=this.matrix.clone(),l=this.skew,h=this.node,u=~r(this.attrs.fill).indexOf("-"),p=!r(this.attrs.fill).indexOf("url(");if(o.translate(1,1),p||u||"image"==this.type)if(l.matrix="1 0 0 1",l.offset="0 0",s=o.split(),u&&s.noRotation||!s.isSimple){h.style.filter=o.toFilter();var d=this.getBBox(),g=this.getBBox(1),x=d.x-g.x,v=d.y-g.y;h.coordorigin=x*-y+c+v*-y,w(this,1,1,x,v,0)}else h.style.filter=f,w(this,s.scalex,s.scaley,s.dx,s.dy,s.rotate);else h.style.filter=f,l.matrix=r(o),l.offset=o.offset();return null!==i&&(this._.transform=i,t._extractTransform(this,i)),this},A.rotate=function(t,e,n){if(this.removed)return this;if(null!=t){if((t=r(t).split(h)).length-1&&(e=i(t[1]),n=i(t[2])),t=i(t[0]),null==n&&(e=n),null==e||null==n){var a=this.getBBox(1);e=a.x+a.width/2,n=a.y+a.height/2}return this._.dirtyT=1,this.transform(this._.transform.concat([["r",t,e,n]])),this}},A.translate=function(t,e){return this.removed?this:((t=r(t).split(h)).length-1&&(e=i(t[1])),t=i(t[0])||0,e=+e||0,this._.bbox&&(this._.bbox.x+=t,this._.bbox.y+=e),this.transform(this._.transform.concat([["t",t,e]])),this)},A.scale=function(t,e,n,a){if(this.removed)return this;if((t=r(t).split(h)).length-1&&(e=i(t[1]),n=i(t[2]),a=i(t[3]),isNaN(n)&&(n=null),isNaN(a)&&(a=null)),t=i(t[0]),null==e&&(e=t),null==a&&(n=a),null==n||null==a)var s=this.getBBox(1);return n=null==n?s.x+s.width/2:n,a=null==a?s.y+s.height/2:a,this.transform(this._.transform.concat([["s",t,e,n,a]])),this._.dirtyT=1,this},A.hide=function(){return!this.removed&&(this.node.style.display="none"),this},A.show=function(){return!this.removed&&(this.node.style.display=f),this},A.auxGetBBox=t.el.getBBox,A.getBBox=function(){var t=this.auxGetBBox();if(this.paper&&this.paper._viewBoxShift){var e={},r=1/this.paper._viewBoxShift.scale;return e.x=t.x-this.paper._viewBoxShift.dx,e.x*=r,e.y=t.y-this.paper._viewBoxShift.dy,e.y*=r,e.width=t.width*r,e.height=t.height*r,e.x2=e.x+e.width,e.y2=e.y+e.height,e}return t},A._getBBox=function(){return this.removed?{}:{x:this.X+(this.bbx||0)-this.W/2,y:this.Y-this.H,width:this.W,height:this.H}},A.remove=function(){if(!this.removed&&this.node.parentNode){for(var e in this.paper.__set__&&this.paper.__set__.exclude(this),t.eve.unbind("raphael.*.*."+this.id),t._tear(this,this.paper),this.node.parentNode.removeChild(this.node),this.shape&&this.shape.parentNode.removeChild(this.shape),this)this[e]="function"==typeof this[e]?t._removedFactory(e):null;this.removed=!0}},A.attr=function(r,i){if(this.removed)return this;if(null==r){var n={};for(var a in this.attrs)this.attrs[e](a)&&(n[a]=this.attrs[a]);return n.gradient&&"none"==n.fill&&(n.fill=n.gradient)&&delete n.gradient,n.transform=this._.transform,n}if(null==i&&t.is(r,"string")){if("fill"==r&&"none"==this.attrs.fill&&this.attrs.gradient)return this.attrs.gradient;for(var s=r.split(h),o={},l=0,c=s.length;l<c;l++)(r=s[l])in this.attrs?o[r]=this.attrs[r]:t.is(this.paper.customAttributes[r],"function")?o[r]=this.paper.customAttributes[r].def:o[r]=t._availableAttrs[r];return c-1?o:o[s[0]]}if(this.attrs&&null==i&&t.is(r,"array")){for(o={},l=0,c=r.length;l<c;l++)o[r[l]]=this.attr(r[l]);return o}var f;for(var p in null!=i&&((f={})[r]=i),null==i&&t.is(r,"object")&&(f=r),f)u("raphael.attr."+p+"."+this.id,this,f[p]);if(f){for(p in this.paper.customAttributes)if(this.paper.customAttributes[e](p)&&f[e](p)&&t.is(this.paper.customAttributes[p],"function")){var d=this.paper.customAttributes[p].apply(this,[].concat(f[p]));for(var g in this.attrs[p]=f[p],d)d[e](g)&&(f[g]=d[g])}f.text&&"text"==this.type&&(this.textpath.string=f.text),C(this,f)}return this},A.toFront=function(){return!this.removed&&this.node.parentNode.appendChild(this.node),this.paper&&this.paper.top!=this&&t._tofront(this,this.paper),this},A.toBack=function(){return this.removed?this:(this.node.parentNode.firstChild!=this.node&&(this.node.parentNode.insertBefore(this.node,this.node.parentNode.firstChild),t._toback(this,this.paper)),this)},A.insertAfter=function(e){return this.removed?this:(e.constructor==t.st.constructor&&(e=e[e.length-1]),e.node.nextSibling?e.node.parentNode.insertBefore(this.node,e.node.nextSibling):e.node.parentNode.appendChild(this.node),t._insertafter(this,e,this.paper),this)},A.insertBefore=function(e){return this.removed?this:(e.constructor==t.st.constructor&&(e=e[0]),e.node.parentNode.insertBefore(this.node,e.node),t._insertbefore(this,e,this.paper),this)},A.blur=function(e){var r=this.node.runtimeStyle,i=r.filter;return i=i.replace(g,f),0!=+e?(this.attrs.blur=e,r.filter=i+c+" progid:DXImageTransform.Microsoft.Blur(pixelradius="+(+e||1.5)+")",r.margin=t.format("-{0}px 0 0 -{0}px",a(+e||1.5))):(r.filter=i,r.margin=0,delete this.attrs.blur),this},t._engine.path=function(t,e){var r=k("shape");r.style.cssText=v,r.coordsize=y+c+y,r.coordorigin=e.coordorigin;var i=new T(r,e),n={fill:"none",stroke:"#000"};t&&(n.path=t),i.type="path",i.path=[],i.Path=f,C(i,n),e.canvas&&e.canvas.appendChild(r);var a=k("skew");return a.on=!0,r.appendChild(a),i.skew=a,i.transform(f),i},t._engine.rect=function(e,r,i,n,a,s){var o=t._rectPath(r,i,n,a,s),l=e.path(o),h=l.attrs;return l.X=h.x=r,l.Y=h.y=i,l.W=h.width=n,l.H=h.height=a,h.r=s,h.path=o,l.type="rect",l},t._engine.ellipse=function(t,e,r,i,n){var a=t.path();a.attrs;return a.X=e-i,a.Y=r-n,a.W=2*i,a.H=2*n,a.type="ellipse",C(a,{cx:e,cy:r,rx:i,ry:n}),a},t._engine.circle=function(t,e,r,i){var n=t.path();n.attrs;return n.X=e-i,n.Y=r-i,n.W=n.H=2*i,n.type="circle",C(n,{cx:e,cy:r,r:i}),n},t._engine.image=function(e,r,i,n,a,s){var o=t._rectPath(i,n,a,s),l=e.path(o).attr({stroke:"none"}),h=l.attrs,u=l.node,c=u.getElementsByTagName("fill")[0];return h.src=r,l.X=h.x=i,l.Y=h.y=n,l.W=h.width=a,l.H=h.height=s,h.path=o,l.type="image",c.parentNode==u&&u.removeChild(c),c.rotate=!0,c.src=r,c.type="tile",l._.fillpos=[i,n],l._.fillsize=[a,s],u.appendChild(c),w(l,1,1,0,0,0),l},t._engine.text=function(e,i,n,s){var o=k("shape"),l=k("path"),h=k("textpath");i=i||0,n=n||0,s=s||"",l.v=t.format("m{0},{1}l{2},{1}",a(i*y),a(n*y),a(i*y)+1),l.textpathok=!0,h.string=r(s),h.on=!0,o.style.cssText=v,o.coordsize=y+c+y,o.coordorigin="0 0";var u=new T(o,e),p={fill:"#000",stroke:"none",font:t._availableAttrs.font,text:s};u.shape=o,u.path=l,u.textpath=h,u.type="text",u.attrs.text=r(s),u.attrs.x=i,u.attrs.y=n,u.attrs.w=1,u.attrs.h=1,C(u,p),o.appendChild(h),o.appendChild(l),e.canvas.appendChild(o);var d=k("skew");return d.on=!0,o.appendChild(d),u.skew=d,u.transform(f),u},t._engine.setSize=function(e,r){var i=this.canvas.style;return this.width=e,this.height=r,e==+e&&(e+="px"),r==+r&&(r+="px"),i.width=e,i.height=r,i.clip="rect(0 "+e+" "+r+" 0)",this._viewBox&&t._engine.setViewBox.apply(this,this._viewBox),this},t._engine.setViewBox=function(e,r,i,n,a){t.eve("raphael.setViewBox",this,this._viewBox,[e,r,i,n,a]);var s,o,l=this.getSize(),h=l.width,u=l.height;return a&&(i*(s=u/n)<h&&(e-=(h-i*s)/2/s),n*(o=h/i)<u&&(r-=(u-n*o)/2/o)),this._viewBox=[e,r,i,n,!!a],this._viewBoxShift={dx:-e,dy:-r,scale:l},this.forEach(function(t){t.transform("...")}),this},t._engine.initWin=function(t){var e=t.document;e.styleSheets.length<31?e.createStyleSheet().addRule(".rvml","behavior:url(#default#VML)"):e.styleSheets[0].addRule(".rvml","behavior:url(#default#VML)");try{!e.namespaces.rvml&&e.namespaces.add("rvml","urn:schemas-microsoft-com:vml"),k=function(t){return e.createElement("<rvml:"+t+' class="rvml">')}}catch(t){k=function(t){return e.createElement("<"+t+' xmlns="urn:schemas-microsoft.com:vml" class="rvml">')}}},t._engine.initWin(t._g.win),t._engine.create=function(){var e=t._getContainer.apply(0,arguments),r=e.container,i=e.height,n=e.width,a=e.x,s=e.y;if(!r)throw new Error("VML container not found.");var o=new t._Paper,l=o.canvas=t._g.doc.createElement("div"),h=l.style;return a=a||0,s=s||0,n=n||512,i=i||342,o.width=n,o.height=i,n==+n&&(n+="px"),i==+i&&(i+="px"),o.coordsize=216e5+c+216e5,o.coordorigin="0 0",o.span=t._g.doc.createElement("span"),o.span.style.cssText="position:absolute;left:-9999em;top:-9999em;padding:0;margin:0;line-height:1;",l.appendChild(o.span),h.cssText=t.format("top:0;left:0;width:{0};height:{1};display:inline-block;position:relative;clip:rect(0 {0} {1} 0);overflow:hidden",n,i),1==r?(t._g.doc.body.appendChild(l),h.left=a+"px",h.top=s+"px",h.position="absolute"):r.firstChild?r.insertBefore(l,r.firstChild):r.appendChild(l),o.renderfix=function(){},o},t.prototype.clear=function(){t.eve("raphael.clear",this),this.canvas.innerHTML=f,this.span=t._g.doc.createElement("span"),this.span.style.cssText="position:absolute;left:-9999em;top:-9999em;padding:0;margin:0;line-height:1;display:inline;",this.canvas.appendChild(this.span),this.bottom=this.top=null},t.prototype.remove=function(){for(var e in t.eve("raphael.remove",this),this.canvas.parentNode.removeChild(this.canvas),this)this[e]="function"==typeof this[e]?t._removedFactory(e):null;return!0};var M=t.st;for(var E in A)A[e](E)&&!M[e](E)&&(M[E]=function(t){return function(){var e=arguments;return this.forEach(function(r){r[t].apply(r,e)})}}(E))}}.apply(e,i))||(t.exports=n)}])}); -!function(e,n){"function"==typeof define&&define.amd?define(["raphael"],function(t){return e.JustGage=n(t)}):"object"==typeof module&&module.exports?module.exports=e.JustGage=n(require("raphael")):e.JustGage=n(Raphael)}("undefined"!=typeof window?window:this,function(V){function t(t){const C=this;if(C.events={},N(t))return console.log("* justgage: Make sure to pass options to the constructor!"),!1;if(N(t.id)){if(N(t.parentNode))return console.log("* justgage: Make sure to pass the existing element id or parentNode to the constructor."),!1;C.node=t.parentNode}else if(C.node=document.getElementById(t.id),!C.node)return console.log("* justgage: No element with id : %s found",t.id),!1;var e=C.node.dataset||{},n=!N(t.defaults)&&t.defaults;!1!==n&&delete(t=function(e){e=e||{};for(let t=1;t<arguments.length;t++)if(arguments[t])for(const n in arguments[t])Object.prototype.hasOwnProperty.call(arguments[t],n)&&(e[n]=arguments[t][n]);return e}({},t,n)).defaults,C.config={id:t.id,classId:"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,function(t){var e=16*Math.random()|0;return("x"===t?e:3&e|8).toString(16)}),value:T("value",t,e,0,"float"),defaults:T("defaults",t,e,0,!1),parentNode:T("parentNode",t,e,null),width:T("width",t,e,null),height:T("height",t,e,null),valueFontColor:T("valueFontColor",t,e,"#010101"),valueFontFamily:T("valueFontFamily",t,e,"Arial"),symbol:T("symbol",t,e,""),min:T("min",t,e,0,"float"),minTxt:T("minTxt",t,e,!1),max:T("max",t,e,100,"float"),maxTxt:T("maxTxt",t,e,!1),reverse:T("reverse",t,e,!1),humanFriendlyDecimal:T("humanFriendlyDecimal",t,e,0),textRenderer:T("textRenderer",t,e,null),onAnimationEnd:T("onAnimationEnd",t,e,null),gaugeWidthScale:T("gaugeWidthScale",t,e,1),gaugeColor:T("gaugeColor",t,e,"#edebeb"),label:T("label",t,e,""),labelFontColor:T("labelFontColor",t,e,"#b3b3b3"),labelFontFamily:T("labelFontFamily",t,e,"Arial"),shadowOpacity:T("shadowOpacity",t,e,.2),shadowSize:T("shadowSize",t,e,5),shadowVerticalOffset:T("shadowVerticalOffset",t,e,3),levelColors:T("levelColors",t,e,["#a9d70b","#f9c802","#ff0000"],"array"),startAnimationTime:T("startAnimationTime",t,e,700),startAnimationType:T("startAnimationType",t,e,">"),refreshAnimationTime:T("refreshAnimationTime",t,e,700),refreshAnimationType:T("refreshAnimationType",t,e,">"),donutStartAngle:T("donutStartAngle",t,e,90),valueMinFontSize:T("valueMinFontSize",t,e,16),labelMinFontSize:T("labelMinFontSize",t,e,10),minLabelMinFontSize:T("minLabelMinFontSize",t,e,10),maxLabelMinFontSize:T("maxLabelMinFontSize",t,e,10),hideValue:T("hideValue",t,e,!1),hideMinMax:T("hideMinMax",t,e,!1),showInnerShadow:T("showInnerShadow",t,e,!1),humanFriendly:T("humanFriendly",t,e,!1),noGradient:T("noGradient",t,e,!1),donut:T("donut",t,e,!1),differential:T("differential",t,e,!1),relativeGaugeSize:T("relativeGaugeSize",t,e,!1),counter:T("counter",t,e,!1),decimals:T("decimals",t,e,0),customSectors:T("customSectors",t,e,{}),formatNumber:T("formatNumber",t,e,!1),pointer:T("pointer",t,e,!1),pointerOptions:T("pointerOptions",t,e,{}),displayRemaining:T("displayRemaining",t,e,!1)};let i,o,a,l,r,c,f,s,m,g,u,d,p,x,h,b,v,M,y,F=(C.config.value>C.config.max&&(C.config.value=C.config.max),C.config.value<C.config.min&&(C.config.value=C.config.min),C.originalValue=T("value",t,e,-1,"float"),null!==C.config.id&&null!==document.getElementById(C.config.id)?C.canvas=V(C.config.id,"100%","100%"):null!==C.config.parentNode&&(C.canvas=V(C.config.parentNode,"100%","100%")),o=!0===C.config.relativeGaugeSize?!0===C.config.donut?(C.canvas.setViewBox(0,0,200,200,!0),i=200):(C.canvas.setViewBox(0,0,200,100,!0),i=200,100):null!==C.config.width&&null!==C.config.height?(i=C.config.width,C.config.height):null!==C.config.parentNode?(C.canvas.setViewBox(0,0,200,100,!0),i=200,100):(i=+Y(document.getElementById(C.config.id),"width").slice(0,-2),+Y(document.getElementById(C.config.id),"height").slice(0,-2)),y=(M=(v=!0===C.config.donut?(i>o?(l=o,a=l):l=(i,o,a=i),c=(i-a)/2,f=(o-l)/2,s=16<l/6.4?l/5.4:18,m=c+a/2,g=""!==C.config.label?f+l/1.85:f+l/1.7,u=10<l/16?l/16:10,d=c+a/2,p=g+u,x=10<l/16?l/16:10,h=c+a/10+a/6.666666666666667*C.config.gaugeWidthScale/2,b=p,10<l/16?l/16:10):(i>o?(l=o,(a=2*l)>i&&(r=a/i,a/=r,l/=r)):l=i<o?(a=i)/2:.5*(a=i),c=(i-a)/2,f=(o-l)/2,s=l/6.5>C.config.valueMinFontSize?l/6.5:C.config.valueMinFontSize,m=c+a/2,g=f+l/1.275,u=l/16>C.config.labelMinFontSize?l/16:C.config.labelMinFontSize,d=c+a/2,p=g+s/2+5,x=l/16>C.config.minLabelMinFontSize?l/16:C.config.minLabelMinFontSize,h=c+a/10+a/6.666666666666667*C.config.gaugeWidthScale/2,b=p,l/16>C.config.maxLabelMinFontSize?l/16:C.config.maxLabelMinFontSize),c+a-a/10-a/6.666666666666667*C.config.gaugeWidthScale/2),p),C.params={canvasW:i,canvasH:o,widgetW:a,widgetH:l,dx:c,dy:f,valueFontSize:s,valueX:m,valueY:g,labelFontSize:u,labelX:d,labelY:p,minFontSize:x,minX:h,minY:b,maxFontSize:v,maxX:M,maxY:y},C.canvas.customAttributes.pki=function(t,e){let n=C.config.min,i=C.config.max;var o=C.params.widgetW,a=C.params.widgetH,l=C.params.dx,r=C.params.dy,c=C.config.gaugeWidthScale,f=C.config.donut;let s,m,g,u,d,p,x,h,b,v;return n<0&&!e&&(i-=n,t-=n,n=0),f?(s=(1-2*(t-n)/(i-n))*Math.PI,m=o/2-o/30,g=m-o/6.666666666666667*c,u=o/2+l,d=a/2+r,p=u+m*Math.cos(s),x=d-m*Math.sin(s),h=u+g*Math.cos(s),b=d-g*Math.sin(s),v="M"+(u-g)+","+d+" ",v+="L"+(u-m)+","+d+" ",t-n>(i-n)/2&&(v+="A"+m+","+m+" 0 0 1 "+(u+m)+","+d+" "),v=(v+="A"+m+","+m+" 0 0 1 "+p+","+x+" ")+"L"+h+","+b+" ",t-n>(i-n)/2&&(v+="A"+g+","+g+" 0 0 0 "+(u+g)+","+d+" "),{path:v=v+("A"+g+","+g+" 0 0 0 "+(u-g)+","+d+" ")+"Z "}):e?(s=(1-(t-n)/(i-n))*Math.PI,m=o/2-o/10,g=m-o/6.666666666666667*c,u=o/2+l,d=a/1.25+r,p=u+m*Math.cos(s),x=d-m*Math.sin(s),h=u+g*Math.cos(s),b=d-g*Math.sin(s),f=n+(i-n)/2,v="M"+u+","+(d-g)+" ",{path:v=(v=(v=(v+="L"+u+","+(d-m)+" ")+("A"+m+","+m+" 0 0 "+(t<f?0:1)+" "+p+","+x+" "))+("L"+h+","+b+" "))+("A"+g+","+g+" 0 0 "+(t<f?1:0)+" "+u+","+(d-g)+" ")+"Z "}):(s=(1-(t-n)/(i-n))*Math.PI,m=o/2-o/10,g=m-o/6.666666666666667*c,u=o/2+l,d=a/1.25+r,p=u+m*Math.cos(s),x=d-m*Math.sin(s),h=u+g*Math.cos(s),b=d-g*Math.sin(s),v="M"+(u-g)+","+d+" ",{path:v=(v=(v=(v+="L"+(u-m)+","+d+" ")+("A"+m+","+m+" 0 0 1 "+p+","+x+" "))+("L"+h+","+b+" "))+("A"+g+","+g+" 0 0 0 "+(u-g)+","+d+" ")+"Z "})},C.canvas.customAttributes.ndl=function(t){var e=C.config.min,n=C.config.max,i=C.params.widgetW,o=C.params.widgetH,a=C.params.dx,l=C.params.dy,r=C.config.gaugeWidthScale,c=C.config.donut;let f=3.5*i/100,s=i/15,m=i/100;null!=C.config.pointerOptions.toplength&&void 0!==C.config.pointerOptions.toplength&&(f=C.config.pointerOptions.toplength),null!=C.config.pointerOptions.bottomlength&&void 0!==C.config.pointerOptions.bottomlength&&(s=C.config.pointerOptions.bottomlength),null!=C.config.pointerOptions.bottomwidth&&void 0!==C.config.pointerOptions.bottomwidth&&(m=C.config.pointerOptions.bottomwidth);let g,u,d,p,x,h,b,v,M,y,F,S,w,A,z,V,T;return T=(V=(z=(A=(w=(S=(F=(y=(M=(v=(b=(h=(x=(p=c?(g=(1-2*(t-e)/(n-e))*Math.PI,u=i/2-i/30,d=u-i/6.666666666666667*r,o/2+l):(g=(1-(t-e)/(n-e))*Math.PI,u=i/2-i/10,d=u-i/6.666666666666667*r,o/1.25+l),i/2+a+u*Math.cos(g)),o-(o-p)-u*Math.sin(g)),i/2+a+d*Math.cos(g)),o-(o-p)-d*Math.sin(g)),x+f*Math.cos(g)),h-f*Math.sin(g)),b-s*Math.cos(g)),v+s*Math.sin(g)),F+m*Math.sin(g)),S+m*Math.cos(g)),F-m*Math.sin(g)),S-m*Math.cos(g)),"M"+w+","+A+" "),{path:T=(T+="L"+z+","+V+" ")+("L"+M+","+y+" ")+"Z "}},C.gauge=C.canvas.path().attr({stroke:"none",fill:C.config.gaugeColor,pki:[C.config.max]}),C.level=C.canvas.path().attr({stroke:"none",fill:O(C.config.value,(C.config.value-C.config.min)/(C.config.max-C.config.min),C.config.levelColors,C.config.noGradient,C.config.customSectors),pki:[C.config.differential?0:C.config.min,C.config.differential]}),C.config.donut&&C.level.transform("r"+C.config.donutStartAngle+", "+(C.params.widgetW/2+C.params.dx)+", "+(C.params.widgetH/2+C.params.dy)),C.config.pointer&&(C.needle=C.canvas.path().attr({stroke:N(C.config.pointerOptions.stroke)?"none":C.config.pointerOptions.stroke,"stroke-width":N(C.config.pointerOptions.stroke_width)?0:C.config.pointerOptions.stroke_width,"stroke-linecap":N(C.config.pointerOptions.stroke_linecap)?"square":C.config.pointerOptions.stroke_linecap,fill:N(C.config.pointerOptions.color)?"#000000":C.config.pointerOptions.color,ndl:[C.config.min]}),C.config.donut)&&C.needle.transform("r"+C.config.donutStartAngle+", "+(C.params.widgetW/2+C.params.dx)+", "+(C.params.widgetH/2+C.params.dy)),C.txtValue=C.canvas.text(C.params.valueX,C.params.valueY,0),C.txtValue.attr({"font-size":C.params.valueFontSize,"font-weight":"bold","font-family":C.config.valueFontFamily,fill:C.config.valueFontColor,"fill-opacity":"0"}),L(C.txtValue,C.params.valueFontSize,C.params.valueY),C.txtLabel=C.canvas.text(C.params.labelX,C.params.labelY,C.config.label),C.txtLabel.attr({"font-size":C.params.labelFontSize,"font-weight":"normal","font-family":C.config.labelFontFamily,fill:C.config.labelFontColor,"fill-opacity":"0"}),L(C.txtLabel,C.params.labelFontSize,C.params.labelY),C.config.min),S=(C.config.reverse&&(F=C.config.max),C.txtMinimum=F,C.config.minTxt?C.txtMinimum=C.config.minTxt:C.config.humanFriendly?C.txtMinimum=k(F,C.config.humanFriendlyDecimal):C.config.formatNumber&&(C.txtMinimum=E(F)),C.txtMin=C.canvas.text(C.params.minX,C.params.minY,C.txtMinimum),C.txtMin.attr({"font-size":C.params.minFontSize,"font-weight":"normal","font-family":C.config.labelFontFamily,fill:C.config.labelFontColor,"fill-opacity":C.config.hideMinMax||C.config.donut?"0":"1"}),L(C.txtMin,C.params.minFontSize,C.params.minY),C.config.max);C.config.reverse&&(S=C.config.min),C.txtMaximum=S,C.config.maxTxt?C.txtMaximum=C.config.maxTxt:C.config.humanFriendly?C.txtMaximum=k(S,C.config.humanFriendlyDecimal):C.config.formatNumber&&(C.txtMaximum=E(S)),C.txtMax=C.canvas.text(C.params.maxX,C.params.maxY,C.txtMaximum),C.txtMax.attr({"font-size":C.params.maxFontSize,"font-weight":"normal","font-family":C.config.labelFontFamily,fill:C.config.labelFontColor,"fill-opacity":C.config.hideMinMax||C.config.donut?"0":"1"}),L(C.txtMax,C.params.maxFontSize,C.params.maxY);const w=C.canvas.canvas.childNodes[1],A="http://www.w3.org/2000/svg";void 0!==I&&I<9||(void 0!==I?function t(e){void 0!==document.createElementNS?e():setTimeout(function(){t(e)},100)}(function(){C.generateShadow(A,w)}):C.generateShadow(A,w)),C.config.textRenderer&&!1!==C.config.textRenderer(C.originalValue)?C.originalValue=C.config.textRenderer(C.originalValue):C.config.humanFriendly?C.originalValue=k(C.originalValue,C.config.humanFriendlyDecimal)+C.config.symbol:C.config.formatNumber?C.originalValue=E(C.originalValue)+C.config.symbol:C.config.displayRemaining?C.originalValue=(C.config.max-C.originalValue).toFixed(C.config.decimals)+C.config.symbol:C.originalValue=(+C.originalValue).toFixed(C.config.decimals)+C.config.symbol,!0===C.config.counter?(this.bindEvent("raphael.anim.finish",function(){C.txtValue.attr({text:C.originalValue}),L(C.txtValue,C.params.valueFontSize,C.params.valueY)}),this.bindEvent("raphael.anim.frame",function(){let t=C.level.attr("pki")[0];C.config.reverse&&(t=+C.config.max+ +C.config.min-+C.level.attr("pki")[0]),C.config.textRenderer&&!1!==C.config.textRenderer(Math.floor(t))?C.txtValue.attr("text",C.config.textRenderer(Math.floor(t))):C.config.humanFriendly?C.txtValue.attr("text",k(Math.floor(t),C.config.humanFriendlyDecimal)+C.config.symbol):C.config.formatNumber?C.txtValue.attr("text",E(Math.floor(t))+C.config.symbol):C.config.displayRemaining?C.txtValue.attr("text",(C.config.max-t).toFixed(C.config.decimals)+C.config.symbol):C.txtValue.attr("text",(+t).toFixed(C.config.decimals)+C.config.symbol),L(C.txtValue,C.params.valueFontSize,C.params.valueY),t=null})):this.bindEvent("raphael.anim.start",function(){C.txtValue.attr({text:C.originalValue}),L(C.txtValue,C.params.valueFontSize,C.params.valueY)});let z=C.config.value;C.config.reverse&&(z=+C.config.max+ +C.config.min-+C.config.value),C.level.animate({pki:[z,C.config.differential]},C.config.startAnimationTime,C.config.startAnimationType,C.config.onAnimationEnd),C.config.pointer&&C.needle.animate({ndl:[z]},C.config.startAnimationTime,C.config.startAnimationType),C.txtValue.animate({"fill-opacity":C.config.hideValue?"0":"1"},C.config.startAnimationTime,C.config.startAnimationType),C.txtLabel.animate({"fill-opacity":"1"},C.config.startAnimationTime,C.config.startAnimationType)}function i(t,e,n){switch(e){case"valueFontColor":o(n)?t.txtValue.attr({fill:n}):console.log("* justgage: the updated valueFontColor value is not a valid hex color");break;case"labelFontColor":o(n)?(t.txtMin.attr({fill:n}),t.txtMax.attr({fill:n}),t.txtLabel.attr({fill:n})):console.log("* justgage: the updated labelFontColor value is not a valid hex color");break;default:console.log(`* justgage: "${e}" is not a supported update setting`)}}function T(t,e,n,i,o){let a=i,l=!1;if(!N(t)&&(!N(n)&&"object"==typeof n&&t in n?(a=n[t],l=!0):!N(e)&&"object"==typeof e&&t in e?(a=e[t],l=!0):a=i,!0===l)&&!N(o))switch(o){case"int":a=parseInt(a,10);break;case"float":a=parseFloat(a)}return a}function N(t){return null==t}function O(e,n,i,o,a){var l,r,c,f,s,m,g,u,t=a&&a.ranges&&0<a.ranges.length;if(o=o||t,t){!0===a.percents&&(e=100*n);for(let t=0;t<a.ranges.length;t++)if(e>=a.ranges[t].lo&&e<=a.ranges[t].hi)return a.ranges[t].color}t=i.length;if(1===t)return i[0];var d=o?1/t:1/(t-1),p=[];for(let t=0;t<i.length;t++)l=o?d*(t+1):d*t,r=parseInt(x(i[t]).substring(0,2),16),c=parseInt(x(i[t]).substring(2,4),16),f=parseInt(x(i[t]).substring(4,6),16),p[t]={pct:l,color:{r:r,g:c,b:f}};if(0===n)return"rgb("+[p[0].color.r,p[0].color.g,p[0].color.b].join(",")+")";for(let t=0;t<p.length;t++)if(n<=p[t].pct)return o?"rgb("+[p[t].color.r,p[t].color.g,p[t].color.b].join(",")+")":(u=p[t-1],g=(s=p[t]).pct-u.pct,m=1-(g=(n-u.pct)/g),g=g,"rgb("+[(u={r:Math.floor(u.color.r*m+s.color.r*g),g:Math.floor(u.color.g*m+s.color.g*g),b:Math.floor(u.color.b*m+s.color.b*g)}).r,u.g,u.b].join(",")+")")}function L(t){(!I||9<I)&&t.node.firstChild.attributes.dy&&(t.node.firstChild.attributes.dy.value=0)}function x(t){return"#"===t.charAt(0)?t.substring(1,7):t}function o(t){return"string"==typeof t&&/^#([0-9A-Fa-f]{3}){1,2}$/.test(t)}function k(t,e){var e=Math.pow(10,e),n=" KMGTPE";let i=0;for(;(1e3<=t||t<=-1e3)&&++i<n.length;)t/=1e3;return i=i>=n.length?n.length-1:i,Math.round(t*e)/e+n[i]}function E(t){t=t.toString().split(".");return t[0]=t[0].replace(/\B(?=(\d{3})+(?!\d))/g,","),t.join(".")}function Y(t,e){let n="";return document.defaultView&&document.defaultView.getComputedStyle?n=document.defaultView.getComputedStyle(t,"").getPropertyValue(e):t.currentStyle&&(e=e.replace(/-(\w)/g,function(t,e){return e.toUpperCase()}),n=t.currentStyle[e]),n}t.prototype.bindEvent=function(t,e){t+="."+this.level.id,this.events[t]&&V.eve.off(t,this.events[t]),V.eve.on(t,e),this.events[t]=e},t.prototype.refresh=function(t,e,n,i){var o=this;let a;e=r(e)?e:null,n=r(n)?n:null,null!==(i=i||null)&&(o.config.label=i,o.txtLabel.attr({text:o.config.label}),L(o.txtLabel,o.params.labelFontSize,o.params.labelY)),null!==n&&(o.config.min=n,o.txtMinimum=o.config.min,o.config.minTxt?o.txtMinimum=o.config.minTxt:o.config.humanFriendly?o.txtMinimum=k(o.config.min,o.config.humanFriendlyDecimal):o.config.formatNumber&&(o.txtMinimum=E(o.config.min)),o.config.reverse?(o.txtMax.attr({text:o.txtMinimum}),L(o.txtMax,o.params.minFontSize,o.params.minY)):(o.txtMin.attr({text:o.txtMinimum}),L(o.txtMin,o.params.minFontSize,o.params.minY))),null!==e&&(o.config.max=e,o.txtMaximum=o.config.max,o.config.maxTxt?o.txtMaximum=o.config.maxTxt:o.config.humanFriendly?o.txtMaximum=k(o.config.max,o.config.humanFriendlyDecimal):o.config.formatNumber&&(o.txtMaximum=E(o.config.max)),o.config.reverse?(o.txtMin.attr({text:o.txtMaximum}),L(o.txtMin,o.params.maxFontSize,o.params.maxY)):(o.txtMax.attr({text:o.txtMaximum}),L(o.txtMax,o.params.maxFontSize,o.params.maxY)));i=O(t=+(t=+(a=t)>+o.config.max?+o.config.max:t)<+o.config.min?+o.config.min:t,(t-o.config.min)/(o.config.max-o.config.min),o.config.levelColors,o.config.noGradient,o.config.customSectors);a=o.config.textRenderer&&!1!==o.config.textRenderer(a)?o.config.textRenderer(a):o.config.humanFriendly?k(a,o.config.humanFriendlyDecimal)+o.config.symbol:o.config.formatNumber?E((+a).toFixed(o.config.decimals))+o.config.symbol:o.config.displayRemaining?(o.config.max-a).toFixed(o.config.decimals)+o.config.symbol:(+a).toFixed(o.config.decimals)+o.config.symbol,o.originalValue=a,o.config.value=+t,o.config.counter||(o.txtValue.attr({text:a}),L(o.txtValue,o.params.valueFontSize,o.params.valueY));let l=o.config.value;o.config.reverse&&(l=+o.config.max+ +o.config.min-+o.config.value),o.level.animate({pki:[l,o.config.differential],fill:i},o.config.refreshAnimationTime,o.config.refreshAnimationType,o.config.onAnimationEnd),o.config.pointer&&o.needle.animate({ndl:[l]},o.config.refreshAnimationTime,o.config.refreshAnimationType)},t.prototype.update=function(t,e){if(t instanceof Object)for(const n in t)e=t[n],i(this,n,e);else i(this,t,e)},t.prototype.destroy=function(){this.node&&this.node.parentNode&&(this.node.innerHTML="");for(const t in this.events)V.eve.off(t,this.events[t]);this.events={}},t.prototype.generateShadow=function(t,e){var n=this,i="inner-shadow-"+(n.config.id||n.config.classId),o=document.createElementNS(t,"filter"),e=(o.setAttribute("id",i),e.appendChild(o),document.createElementNS(t,"feOffset")),e=(e.setAttribute("dx",0),e.setAttribute("dy",n.config.shadowVerticalOffset),o.appendChild(e),document.createElementNS(t,"feGaussianBlur")),e=(e.setAttribute("result","offset-blur"),e.setAttribute("stdDeviation",n.config.shadowSize),o.appendChild(e),document.createElementNS(t,"feComposite")),e=(e.setAttribute("operator","out"),e.setAttribute("in","SourceGraphic"),e.setAttribute("in2","offset-blur"),e.setAttribute("result","inverse"),o.appendChild(e),document.createElementNS(t,"feFlood")),e=(e.setAttribute("flood-color","black"),e.setAttribute("flood-opacity",n.config.shadowOpacity),e.setAttribute("result","color"),o.appendChild(e),document.createElementNS(t,"feComposite")),e=(e.setAttribute("operator","in"),e.setAttribute("in","color"),e.setAttribute("in2","inverse"),e.setAttribute("result","shadow"),o.appendChild(e),document.createElementNS(t,"feComposite"));e.setAttribute("operator","over"),e.setAttribute("in","shadow"),e.setAttribute("in2","SourceGraphic"),o.appendChild(e),n.config.showInnerShadow&&(n.canvas.canvas.childNodes[2].setAttribute("filter","url(#"+i+")"),n.canvas.canvas.childNodes[3].setAttribute("filter","url(#"+i+")"))};const I=function(){let t=3;for(var e=document.createElement("div"),n=e.getElementsByTagName("i");n[0];)e.innerHTML="\x3c!--[if gt IE "+ ++t+"]><i></i><![endif]--\x3e";return 4<t?t:void 0}();function r(t){return null!=t&&!isNaN(t)}return t}); -function liquidFillGaugeDefaultSettings(){return{minValue:0,maxValue:100,circleThickness:.05,circleFillGap:.05,circleColor:"#178BCA",waveHeight:.05,waveCount:1,waveRiseTime:1e3,waveAnimateTime:18e3,waveRise:!0,waveHeightScaling:!0,waveAnimate:!0,waveColor:"#178BCA",waveOffset:0,textVertPosition:.5,textSize:.8,valueCountUp:!0,displayPercent:!1,textColor:"#045681",waveTextColor:"#A4DBf8"}}function loadLiquidFillGauge(t,a,u){null==u&&(u=liquidFillGaugeDefaultSettings());for(var e=d3.select("#"+t),n=(e.selectAll("g").remove(),Math.min(parseInt(e.style("width")),parseInt(e.style("height")))/2),r=parseInt(e.style("width"))/2-n,i=parseInt(e.style("height"))/2-n,l=Math.max(u.minValue,Math.min(u.maxValue,a))/u.maxValue,d=u.waveHeightScaling?d3.scale.linear().range([0,u.waveHeight,0]).domain([0,50,100]):d3.scale.linear().range([u.waveHeight,u.waveHeight]).domain([0,100]),o=u.textSize*n/2,s=parseFloat(a).toFixed(2),a=u.valueCountUp?u.minValue:s,c=u.units||"",m=u.circleThickness*n,p=m+u.circleFillGap*n,f=n-p,v=f*d(100*l),x=2*f/u.waveCount,h=1+u.waveCount,w=x*h,g=function(t){return Math.round(t)},F=(parseFloat(s)!=parseFloat(g(s))&&(g=function(t){return parseFloat(t).toFixed(1)}),parseFloat(s)!=parseFloat(g(s))&&(g=function(t){return parseFloat(t).toFixed(2)}),[]),T=0;T<=40*h;T++)F.push({x:T/(40*h),y:T/40});var x=d3.scale.linear().range([0,2*Math.PI]).domain([0,1]),C=d3.scale.linear().range([0,n]).domain([0,n]),y=d3.scale.linear().range([0,w]).domain([0,1]),A=d3.scale.linear().range([0,v]).domain([0,1]),M=d3.scale.linear().range([p+2*f+v,p-v]).domain([0,1]),P=d3.scale.linear().range([0,w-2*f]).domain([0,1]),R=d3.scale.linear().range([p+2*f,p+.7*o]).domain([0,1]),e=e.append("g").attr("transform","translate("+r+","+i+")"),r=d3.svg.arc().startAngle(x(0)).endAngle(x(1)).outerRadius(C(n)).innerRadius(C(n-m)),V=(e.append("path").attr("d",r).style("fill",u.circleColor).attr("transform","translate("+n+","+n+")"),e.append("text").text(g(a)+c).attr("class","liquidFillGaugeText").attr("text-anchor","middle").attr("font-size",o+"px").style("fill",u.textColor).attr("transform","translate("+n+","+R(u.textVertPosition)+")")),I=d3.svg.area().x(function(t){return y(t.x)}).y0(function(t){return A(Math.sin(2*Math.PI*u.waveOffset*-1+2*Math.PI*(1-u.waveCount)+2*t.y*Math.PI))}).y1(function(t){return 2*f+v}),G=e.append("defs").append("clipPath").attr("id","clipWave"+t),H=G.append("path").datum(F).attr("d",I).attr("T",0),i=e.append("g").attr("clip-path","url(#clipWave"+t+")"),S=(i.append("circle").attr("cx",n).attr("cy",n).attr("r",f).style("fill",u.waveColor),i.append("text").text(g(a)+c).attr("class","liquidFillGaugeText").attr("text-anchor","middle").attr("font-size",o+"px").style("fill",u.waveTextColor).attr("transform","translate("+n+","+R(u.textVertPosition)+")")),q=(u.valueCountUp&&(x=function(){var a=d3.interpolate(this.textContent,s);return function(t){this.textContent=g(a(t))+c}},V.transition().duration(u.waveRiseTime).tween("text",x),S.transition().duration(u.waveRiseTime).tween("text",x)),p+2*f-w);function z(){H.attr("transform","translate("+P(H.attr("T"))+",0)"),H.transition().duration(u.waveAnimateTime*(1-H.attr("T"))).ease("linear").attr("transform","translate("+P(1)+",0)").attr("T",1).each("end",function(){H.attr("T",0),z(u.waveAnimateTime)})}return u.waveRise?G.attr("transform","translate("+q+","+M(0)+")").transition().duration(u.waveRiseTime).attr("transform","translate("+q+","+M(l)+")").each("start",function(){H.attr("transform","translate(1,0)")}):G.attr("transform","translate("+q+","+M(l)+")"),u.waveAnimate&&z(),new function(){this.update=function(t){function a(){var a=d3.interpolate(this.textContent,parseFloat(t).toFixed(2));return function(t){this.textContent=n(a(t))+c}}var e=parseFloat(t).toFixed(2),n=function(t){return Math.round(t)},e=(parseFloat(e)!=parseFloat(n(e))&&(n=function(t){return parseFloat(t).toFixed(1)}),parseFloat(e)!=parseFloat(n(e))&&(n=function(t){return parseFloat(t).toFixed(2)}),V.transition().duration(u.waveRiseTime).tween("text",a),S.transition().duration(u.waveRiseTime).tween("text",a),Math.max(u.minValue,Math.min(u.maxValue,t))/u.maxValue),r=f*d(100*e),e=d3.scale.linear().range([p+2*f+r,p-r]).domain([0,1])(e),i=d3.scale.linear().range([0,w]).domain([0,1]),l=d3.scale.linear().range([0,r]).domain([0,1]),o=u.waveHeightScaling?d3.svg.area().x(function(t){return i(t.x)}).y0(function(t){return l(Math.sin(2*Math.PI*u.waveOffset*-1+2*Math.PI*(1-u.waveCount)+2*t.y*Math.PI))}).y1(function(t){return 2*f+r}):I,s=u.waveAnimate?P(1):0;H.transition().duration(0).transition().duration(u.waveAnimate?u.waveAnimateTime*(1-H.attr("T")):u.waveRiseTime).ease("linear").attr("d",o).attr("transform","translate("+s+",0)").attr("T","1").each("end",function(){u.waveAnimate&&(H.attr("transform","translate("+P(0)+",0)"),z(u.waveAnimateTime))}),G.transition().duration(u.waveRiseTime).attr("transform","translate("+q+","+e+")")}}} -!function(l){function u(t,e){var r,n,a,i,s,o,f,h;return e=e||{},(t=t||"")instanceof u?t:this instanceof u?(n={r:0,g:0,b:0},o=s=i=null,h=f=!(a=1),a=m(a="object"==typeof(r="string"==typeof(r=t)?function(t){t=t.replace(T,"").replace(j,"").toLowerCase();var e,r=!1;if(N[t])t=N[t],r=!0;else if("transparent"==t)return{r:0,g:0,b:0,a:0,format:"name"};return(e=z.rgb.exec(t))?{r:e[1],g:e[2],b:e[3]}:(e=z.rgba.exec(t))?{r:e[1],g:e[2],b:e[3],a:e[4]}:(e=z.hsl.exec(t))?{h:e[1],s:e[2],l:e[3]}:(e=z.hsla.exec(t))?{h:e[1],s:e[2],l:e[3],a:e[4]}:(e=z.hsv.exec(t))?{h:e[1],s:e[2],v:e[3]}:(e=z.hsva.exec(t))?{h:e[1],s:e[2],v:e[3],a:e[4]}:(e=z.hex8.exec(t))?{r:A(e[1]),g:A(e[2]),b:A(e[3]),a:S(e[4]),format:r?"name":"hex8"}:(e=z.hex6.exec(t))?{r:A(e[1]),g:A(e[2]),b:A(e[3]),format:r?"name":"hex"}:(e=z.hex4.exec(t))?{r:A(e[1]+""+e[1]),g:A(e[2]+""+e[2]),b:A(e[3]+""+e[3]),a:S(e[4]+""+e[4]),format:r?"name":"hex8"}:!!(e=z.hex3.exec(t))&&{r:A(e[1]+""+e[1]),g:A(e[2]+""+e[2]),b:A(e[3]+""+e[3]),format:r?"name":"hex"}}(r):r)&&(H(r.r)&&H(r.g)&&H(r.b)?(n=function(t,e,r){return{r:255*v(t,255),g:255*v(e,255),b:255*v(r,255)}}(r.r,r.g,r.b),f=!0,h="%"===String(r.r).substr(-1)?"prgb":"rgb"):H(r.h)&&H(r.s)&&H(r.v)?(i=k(r.s),s=k(r.v),n=function(t,e,r){t=6*v(t,360),e=v(e,100),r=v(r,100);var n=l.floor(t),t=t-n,a=r*(1-e),i=r*(1-t*e),t=r*(1-(1-t)*e),e=n%6;return{r:255*[r,i,a,a,t,r][e],g:255*[t,r,r,i,a,a][e],b:255*[a,a,t,r,r,i][e]}}(r.h,i,s),f=!0,h="hsv"):H(r.h)&&H(r.s)&&H(r.l)&&(i=k(r.s),o=k(r.l),n=function(t,e,r){function n(t,e,r){return r<0&&(r+=1),1<r&&--r,r<1/6?t+6*(e-t)*r:r<.5?e:r<2/3?t+(e-t)*(2/3-r)*6:t}var a,i,s;t=v(t,360),e=v(e,100),r=v(r,100),0===e?a=i=s=r:(a=n(e=2*r-(r=r<.5?r*(1+e):r+e-r*e),r,t+1/3),i=n(e,r,t),s=n(e,r,t-1/3));return{r:255*a,g:255*i,b:255*s}}(r.h,i,o),f=!0,h="hsl"),r.hasOwnProperty("a"))?r.a:a),s={ok:f,format:r.format||h,r:M(255,I(n.r,0)),g:M(255,I(n.g,0)),b:M(255,I(n.b,0)),a:a},this._originalInput=t,this._r=s.r,this._g=s.g,this._b=s.b,this._a=s.a,this._roundA=q(100*this._a)/100,this._format=e.format||s.format,this._gradientType=e.gradientType,this._r<1&&(this._r=q(this._r)),this._g<1&&(this._g=q(this._g)),this._b<1&&(this._b=q(this._b)),this._ok=s.ok,void(this._tc_id=O++)):new u(t,e)}function n(t,e,r){t=v(t,255),e=v(e,255),r=v(r,255);var n,a=I(t,e,r),i=M(t,e,r),s=(a+i)/2;if(a==i)n=f=0;else{var o=a-i,f=.5<s?o/(2-a-i):o/(a+i);switch(a){case t:n=(e-r)/o+(e<r?6:0);break;case e:n=(r-t)/o+2;break;case r:n=(t-e)/o+4}n/=6}return{h:n,s:f,l:s}}function a(t,e,r){t=v(t,255),e=v(e,255),r=v(r,255);var n,a=I(t,e,r),i=M(t,e,r),s=a,o=a-i,f=0===a?0:o/a;if(a==i)n=0;else{switch(a){case t:n=(e-r)/o+(e<r?6:0);break;case e:n=(r-t)/o+2;break;case r:n=(t-e)/o+4}n/=6}return{h:n,s:f,v:s}}function e(t,e,r,n){t=[x(q(t).toString(16)),x(q(e).toString(16)),x(q(r).toString(16))];return n&&t[0].charAt(0)==t[0].charAt(1)&&t[1].charAt(0)==t[1].charAt(1)&&t[2].charAt(0)==t[2].charAt(1)?t[0].charAt(0)+t[1].charAt(0)+t[2].charAt(0):t.join("")}function i(t,e,r,n){return[x(w(n)),x(q(t).toString(16)),x(q(e).toString(16)),x(q(r).toString(16))].join("")}function t(t,e){e=0===e?0:e||10;t=u(t).toHsl();return t.s-=e/100,t.s=y(t.s),u(t)}function r(t,e){e=0===e?0:e||10;t=u(t).toHsl();return t.s+=e/100,t.s=y(t.s),u(t)}function s(t){return u(t).desaturate(100)}function o(t,e){e=0===e?0:e||10;t=u(t).toHsl();return t.l+=e/100,t.l=y(t.l),u(t)}function f(t,e){e=0===e?0:e||10;t=u(t).toRgb();return t.r=I(0,M(255,t.r-q(-e/100*255))),t.g=I(0,M(255,t.g-q(-e/100*255))),t.b=I(0,M(255,t.b-q(-e/100*255))),u(t)}function h(t,e){e=0===e?0:e||10;t=u(t).toHsl();return t.l-=e/100,t.l=y(t.l),u(t)}function c(t,e){t=u(t).toHsl(),e=(t.h+e)%360;return t.h=e<0?360+e:e,u(t)}function g(t){t=u(t).toHsl();return t.h=(t.h+180)%360,u(t)}function d(t){var e=u(t).toHsl(),r=e.h;return[u(t),u({h:(r+120)%360,s:e.s,l:e.l}),u({h:(r+240)%360,s:e.s,l:e.l})]}function b(t){var e=u(t).toHsl(),r=e.h;return[u(t),u({h:(r+90)%360,s:e.s,l:e.l}),u({h:(r+180)%360,s:e.s,l:e.l}),u({h:(r+270)%360,s:e.s,l:e.l})]}function _(t){var e=u(t).toHsl(),r=e.h;return[u(t),u({h:(r+72)%360,s:e.s,l:e.l}),u({h:(r+216)%360,s:e.s,l:e.l})]}function p(t,e,r){e=e||6,r=r||30;var n=u(t).toHsl(),a=360/r,i=[u(t)];for(n.h=(n.h-(a*e>>1)+720)%360;--e;)n.h=(n.h+a)%360,i.push(u(n));return i}function E(t,e){e=e||6;for(var t=u(t).toHsv(),r=t.h,n=t.s,a=t.v,i=[],s=1/e;e--;)i.push(u({h:r,s:n,v:a})),a=(a+s)%1;return i}function m(t){return t=parseFloat(t),t=isNaN(t)||t<0||1<t?1:t}function v(t,e){"string"==typeof(r=t)&&-1!=r.indexOf(".")&&1===parseFloat(r)&&(t="100%");var r="string"==typeof(r=t)&&-1!=r.indexOf("%");return t=M(e,I(0,parseFloat(t))),r&&(t=parseInt(t*e,10)/100),l.abs(t-e)<1e-6?1:t%e/parseFloat(e)}function y(t){return M(1,I(0,t))}function A(t){return parseInt(t,16)}function x(t){return 1==t.length?"0"+t:""+t}function k(t){return t=t<=1?100*t+"%":t}function w(t){return l.round(255*parseFloat(t)).toString(16)}function S(t){return A(t)/255}function H(t){return z.CSS_UNIT.exec(t)}var R,F,C,T=/^\s+/,j=/\s+$/,O=0,q=l.round,M=l.min,I=l.max,L=l.random,N=(u.prototype={isDark:function(){return this.getBrightness()<128},isLight:function(){return!this.isDark()},isValid:function(){return this._ok},getOriginalInput:function(){return this._originalInput},getFormat:function(){return this._format},getAlpha:function(){return this._a},getBrightness:function(){var t=this.toRgb();return(299*t.r+587*t.g+114*t.b)/1e3},getLuminance:function(){var t=this.toRgb(),e=t.r/255,r=t.g/255,t=t.b/255;return.2126*(e<=.03928?e/12.92:l.pow((.055+e)/1.055,2.4))+.7152*(r<=.03928?r/12.92:l.pow((.055+r)/1.055,2.4))+.0722*(t<=.03928?t/12.92:l.pow((.055+t)/1.055,2.4))},setAlpha:function(t){return this._a=m(t),this._roundA=q(100*this._a)/100,this},toHsv:function(){var t=a(this._r,this._g,this._b);return{h:360*t.h,s:t.s,v:t.v,a:this._a}},toHsvString:function(){var t=a(this._r,this._g,this._b),e=q(360*t.h),r=q(100*t.s),t=q(100*t.v);return 1==this._a?"hsv("+e+", "+r+"%, "+t+"%)":"hsva("+e+", "+r+"%, "+t+"%, "+this._roundA+")"},toHsl:function(){var t=n(this._r,this._g,this._b);return{h:360*t.h,s:t.s,l:t.l,a:this._a}},toHslString:function(){var t=n(this._r,this._g,this._b),e=q(360*t.h),r=q(100*t.s),t=q(100*t.l);return 1==this._a?"hsl("+e+", "+r+"%, "+t+"%)":"hsla("+e+", "+r+"%, "+t+"%, "+this._roundA+")"},toHex:function(t){return e(this._r,this._g,this._b,t)},toHexString:function(t){return"#"+this.toHex(t)},toHex8:function(t){return e=this._r,r=this._g,n=this._b,a=this._a,t=t,e=[x(q(e).toString(16)),x(q(r).toString(16)),x(q(n).toString(16)),x(w(a))],t&&e[0].charAt(0)==e[0].charAt(1)&&e[1].charAt(0)==e[1].charAt(1)&&e[2].charAt(0)==e[2].charAt(1)&&e[3].charAt(0)==e[3].charAt(1)?e[0].charAt(0)+e[1].charAt(0)+e[2].charAt(0)+e[3].charAt(0):e.join("");var e,r,n,a},toHex8String:function(t){return"#"+this.toHex8(t)},toRgb:function(){return{r:q(this._r),g:q(this._g),b:q(this._b),a:this._a}},toRgbString:function(){return 1==this._a?"rgb("+q(this._r)+", "+q(this._g)+", "+q(this._b)+")":"rgba("+q(this._r)+", "+q(this._g)+", "+q(this._b)+", "+this._roundA+")"},toPercentageRgb:function(){return{r:q(100*v(this._r,255))+"%",g:q(100*v(this._g,255))+"%",b:q(100*v(this._b,255))+"%",a:this._a}},toPercentageRgbString:function(){return 1==this._a?"rgb("+q(100*v(this._r,255))+"%, "+q(100*v(this._g,255))+"%, "+q(100*v(this._b,255))+"%)":"rgba("+q(100*v(this._r,255))+"%, "+q(100*v(this._g,255))+"%, "+q(100*v(this._b,255))+"%, "+this._roundA+")"},toName:function(){return 0===this._a?"transparent":!(this._a<1)&&P[e(this._r,this._g,this._b,!0)]||!1},toFilter:function(t){var e="#"+i(this._r,this._g,this._b,this._a),r=e;return"progid:DXImageTransform.Microsoft.gradient("+(this._gradientType?"GradientType = 1, ":"")+"startColorstr="+e+",endColorstr="+(r=t?"#"+i((e=u(t))._r,e._g,e._b,e._a):r)+")"},toString:function(t){var e=!!t,r=(t=t||this._format,!1),n=this._a<1&&0<=this._a;return!e&&n&&("hex"===t||"hex6"===t||"hex3"===t||"hex4"===t||"hex8"===t||"name"===t)?"name"===t&&0===this._a?this.toName():this.toRgbString():("rgb"===t&&(r=this.toRgbString()),"prgb"===t&&(r=this.toPercentageRgbString()),"hex"!==t&&"hex6"!==t||(r=this.toHexString()),"hex3"===t&&(r=this.toHexString(!0)),"hex4"===t&&(r=this.toHex8String(!0)),"hex8"===t&&(r=this.toHex8String()),"name"===t&&(r=this.toName()),"hsl"===t&&(r=this.toHslString()),(r="hsv"===t?this.toHsvString():r)||this.toHexString())},clone:function(){return u(this.toString())},_applyModification:function(t,e){t=t.apply(null,[this].concat([].slice.call(e)));return this._r=t._r,this._g=t._g,this._b=t._b,this.setAlpha(t._a),this},lighten:function(){return this._applyModification(o,arguments)},brighten:function(){return this._applyModification(f,arguments)},darken:function(){return this._applyModification(h,arguments)},desaturate:function(){return this._applyModification(t,arguments)},saturate:function(){return this._applyModification(r,arguments)},greyscale:function(){return this._applyModification(s,arguments)},spin:function(){return this._applyModification(c,arguments)},_applyCombination:function(t,e){return t.apply(null,[this].concat([].slice.call(e)))},analogous:function(){return this._applyCombination(p,arguments)},complement:function(){return this._applyCombination(g,arguments)},monochromatic:function(){return this._applyCombination(E,arguments)},splitcomplement:function(){return this._applyCombination(_,arguments)},triad:function(){return this._applyCombination(d,arguments)},tetrad:function(){return this._applyCombination(b,arguments)}},u.fromRatio=function(t,e){if("object"==typeof t){var r,n={};for(r in t)t.hasOwnProperty(r)&&(n[r]="a"===r?t[r]:k(t[r]));t=n}return u(t,e)},u.equals=function(t,e){return!(!t||!e)&&u(t).toRgbString()==u(e).toRgbString()},u.random=function(){return u.fromRatio({r:L(),g:L(),b:L()})},u.mix=function(t,e,r){r=0===r?0:r||50;t=u(t).toRgb(),e=u(e).toRgb(),r/=100;return u({r:(e.r-t.r)*r+t.r,g:(e.g-t.g)*r+t.g,b:(e.b-t.b)*r+t.b,a:(e.a-t.a)*r+t.a})},u.readability=function(t,e){t=u(t),e=u(e);return(l.max(t.getLuminance(),e.getLuminance())+.05)/(l.min(t.getLuminance(),e.getLuminance())+.05)},u.isReadable=function(t,e,r){var n=u.readability(t,e),a=!1;switch((r={level:e="AA"!==(e=((t=(t=r)||{level:"AA",size:"small"}).level||"AA").toUpperCase())&&"AAA"!==e?"AA":e,size:e="small"!==(e=(t.size||"small").toLowerCase())&&"large"!==e?"small":e}).level+r.size){case"AAsmall":case"AAAlarge":a=4.5<=n;break;case"AAlarge":a=3<=n;break;case"AAAsmall":a=7<=n}return a},u.mostReadable=function(t,e,r){for(var n,a=null,i=0,s=(r=r||{}).includeFallbackColors,o=r.level,f=r.size,h=0;h<e.length;h++)i<(n=u.readability(t,e[h]))&&(i=n,a=u(e[h]));return u.isReadable(t,a,{level:o,size:f})||!s?a:(r.includeFallbackColors=!1,u.mostReadable(t,["#fff","#000"],r))},u.names={aliceblue:"f0f8ff",antiquewhite:"faebd7",aqua:"0ff",aquamarine:"7fffd4",azure:"f0ffff",beige:"f5f5dc",bisque:"ffe4c4",black:"000",blanchedalmond:"ffebcd",blue:"00f",blueviolet:"8a2be2",brown:"a52a2a",burlywood:"deb887",burntsienna:"ea7e5d",cadetblue:"5f9ea0",chartreuse:"7fff00",chocolate:"d2691e",coral:"ff7f50",cornflowerblue:"6495ed",cornsilk:"fff8dc",crimson:"dc143c",cyan:"0ff",darkblue:"00008b",darkcyan:"008b8b",darkgoldenrod:"b8860b",darkgray:"a9a9a9",darkgreen:"006400",darkgrey:"a9a9a9",darkkhaki:"bdb76b",darkmagenta:"8b008b",darkolivegreen:"556b2f",darkorange:"ff8c00",darkorchid:"9932cc",darkred:"8b0000",darksalmon:"e9967a",darkseagreen:"8fbc8f",darkslateblue:"483d8b",darkslategray:"2f4f4f",darkslategrey:"2f4f4f",darkturquoise:"00ced1",darkviolet:"9400d3",deeppink:"ff1493",deepskyblue:"00bfff",dimgray:"696969",dimgrey:"696969",dodgerblue:"1e90ff",firebrick:"b22222",floralwhite:"fffaf0",forestgreen:"228b22",fuchsia:"f0f",gainsboro:"dcdcdc",ghostwhite:"f8f8ff",gold:"ffd700",goldenrod:"daa520",gray:"808080",green:"008000",greenyellow:"adff2f",grey:"808080",honeydew:"f0fff0",hotpink:"ff69b4",indianred:"cd5c5c",indigo:"4b0082",ivory:"fffff0",khaki:"f0e68c",lavender:"e6e6fa",lavenderblush:"fff0f5",lawngreen:"7cfc00",lemonchiffon:"fffacd",lightblue:"add8e6",lightcoral:"f08080",lightcyan:"e0ffff",lightgoldenrodyellow:"fafad2",lightgray:"d3d3d3",lightgreen:"90ee90",lightgrey:"d3d3d3",lightpink:"ffb6c1",lightsalmon:"ffa07a",lightseagreen:"20b2aa",lightskyblue:"87cefa",lightslategray:"789",lightslategrey:"789",lightsteelblue:"b0c4de",lightyellow:"ffffe0",lime:"0f0",limegreen:"32cd32",linen:"faf0e6",magenta:"f0f",maroon:"800000",mediumaquamarine:"66cdaa",mediumblue:"0000cd",mediumorchid:"ba55d3",mediumpurple:"9370db",mediumseagreen:"3cb371",mediumslateblue:"7b68ee",mediumspringgreen:"00fa9a",mediumturquoise:"48d1cc",mediumvioletred:"c71585",midnightblue:"191970",mintcream:"f5fffa",mistyrose:"ffe4e1",moccasin:"ffe4b5",navajowhite:"ffdead",navy:"000080",oldlace:"fdf5e6",olive:"808000",olivedrab:"6b8e23",orange:"ffa500",orangered:"ff4500",orchid:"da70d6",palegoldenrod:"eee8aa",palegreen:"98fb98",paleturquoise:"afeeee",palevioletred:"db7093",papayawhip:"ffefd5",peachpuff:"ffdab9",peru:"cd853f",pink:"ffc0cb",plum:"dda0dd",powderblue:"b0e0e6",purple:"800080",rebeccapurple:"663399",red:"f00",rosybrown:"bc8f8f",royalblue:"4169e1",saddlebrown:"8b4513",salmon:"fa8072",sandybrown:"f4a460",seagreen:"2e8b57",seashell:"fff5ee",sienna:"a0522d",silver:"c0c0c0",skyblue:"87ceeb",slateblue:"6a5acd",slategray:"708090",slategrey:"708090",snow:"fffafa",springgreen:"00ff7f",steelblue:"4682b4",tan:"d2b48c",teal:"008080",thistle:"d8bfd8",tomato:"ff6347",turquoise:"40e0d0",violet:"ee82ee",wheat:"f5deb3",white:"fff",whitesmoke:"f5f5f5",yellow:"ff0",yellowgreen:"9acd32"}),P=u.hexNames=function(t){var e,r={};for(e in t)t.hasOwnProperty(e)&&(r[t[e]]=e);return r}(N),z=(F="[\\s|\\(]+("+(R="(?:[-\\+]?\\d*\\.\\d+%?)|(?:[-\\+]?\\d+%?)")+")[,|\\s]+("+R+")[,|\\s]+("+R+")\\s*\\)?",C="[\\s|\\(]+("+R+")[,|\\s]+("+R+")[,|\\s]+("+R+")[,|\\s]+("+R+")\\s*\\)?",{CSS_UNIT:new RegExp(R),rgb:new RegExp("rgb"+F),rgba:new RegExp("rgba"+C),hsl:new RegExp("hsl"+F),hsla:new RegExp("hsla"+C),hsv:new RegExp("hsv"+F),hsva:new RegExp("hsva"+C),hex3:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex6:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/,hex4:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex8:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/});"undefined"!=typeof module&&module.exports?module.exports=u:"function"==typeof define&&define.amd?define(function(){return u}):window.tinycolor=u}(Math); -/*! - * angularjs-color-picker v3.4.8 - * https://github.com/ruhley/angular-color-picker/ - * - * Copyright 2017 ruhley - * - * 2017-10-06 09:51:57 - * - */ -!function(o,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t(require("tinycolor2")):"function"==typeof define&&define.amd?define(["tinycolor2"],t):o.AngularjsColorPicker=t(o.tinycolor)}(this,function(o){"use strict";function t(o){o.put("template/color-picker/directive.html",'<div class="color-picker-wrapper" ng-class="{\'color-picker-disabled\': AngularColorPickerController.options.disabled,\'color-picker-swatch-only\': AngularColorPickerController.options.swatchOnly,\'color-picker-open\': AngularColorPickerController.is_open,\'color-picker-closed\': !AngularColorPickerController.is_open,\'color-picker-horizontal\': AngularColorPickerController.options.horizontal,}"><div class="color-picker-input-wrapper" ng-class="{\'input-group\': AngularColorPickerController.options.swatchBootstrap && AngularColorPickerController.options.swatch}"><span ng-if="AngularColorPickerController.options.swatchPos === \'left\'" class="color-picker-swatch" ng-click="AngularColorPickerController.onSwatchClick($event)" ng-show="AngularColorPickerController.options.swatch" ng-class="{\'color-picker-swatch-left\': AngularColorPickerController.options.swatchPos !== \'right\', \'color-picker-swatch-right\': AngularColorPickerController.options.swatchPos === \'right\', \'input-group-addon\': AngularColorPickerController.options.swatchBootstrap}"></span><input ng-attr-id="{{AngularColorPickerController.options.id}}" ng-attr-name="{{AngularColorPickerController.options.name}}" class="color-picker-input {{AngularColorPickerController.options.inputClass}}" type="text" ng-model="AngularColorPickerController.internalNgModel" ng-model-options="AngularColorPickerController.ngModelOptions" ng-readonly="AngularColorPickerController.options.swatchOnly" ng-disabled="AngularColorPickerController.options.disabled" ng-change="AngularColorPickerController.onChange($event)" size="7" ng-class="{\'color-picker-input-swatch\': AngularColorPickerController.options.swatch && !AngularColorPickerController.options.swatchOnly && AngularColorPickerController.options.swatchPos === \'left\'}" placeholder="{{AngularColorPickerController.options.placeholder}}" ng-required="AngularColorPickerController.options.required"><span ng-if="AngularColorPickerController.options.swatchPos === \'right\'" class="color-picker-swatch" ng-click="AngularColorPickerController.onSwatchClick($event)" ng-show="AngularColorPickerController.options.swatch" ng-class="{\'color-picker-swatch-left\': AngularColorPickerController.options.swatchPos !== \'right\', \'color-picker-swatch-right\': AngularColorPickerController.options.swatchPos === \'right\', \'input-group-addon\': AngularColorPickerController.options.swatchBootstrap}"></span></div><div class="color-picker-panel" ng-class="{\'color-picker-panel-top color-picker-panel-right\': AngularColorPickerController.options.pos === \'top right\',\'color-picker-panel-top color-picker-panel-left\': AngularColorPickerController.options.pos === \'top left\',\'color-picker-panel-bottom color-picker-panel-right\': AngularColorPickerController.options.pos === \'bottom right\',\'color-picker-panel-bottom color-picker-panel-left\': AngularColorPickerController.options.pos === \'bottom left\',\'color-picker-panel-round\': AngularColorPickerController.options.round,\'color-picker-show-hue\': AngularColorPickerController.options.hue,\'color-picker-show-saturation\': AngularColorPickerController.options.saturation,\'color-picker-show-lightness\': AngularColorPickerController.options.lightness,\'color-picker-show-alpha\': AngularColorPickerController.options.alpha && AngularColorPickerController.options.format !== \'hex\',\'color-picker-show-inline\': AngularColorPickerController.options.inline,}"><div class="color-picker-grid-wrapper"><div class="color-picker-row"><div class="color-picker-grid"><div class="color-picker-overlay"></div><div class="color-picker-grid-inner"></div><div class="color-picker-picker"><div></div></div></div><div class="color-picker-hue" ng-show="AngularColorPickerController.options.hue"><div class="color-picker-overlay"></div><div class="color-picker-slider"></div></div><div class="color-picker-saturation" ng-show="AngularColorPickerController.options.saturation"><div class="color-picker-overlay"></div><div class="color-picker-slider"></div></div><div class="color-picker-lightness" ng-show="AngularColorPickerController.options.lightness"><div class="color-picker-overlay"></div><div class="color-picker-slider"></div></div><div class="color-picker-opacity" ng-show="AngularColorPickerController.options.alpha && AngularColorPickerController.options.format !== \'hex\'"><div class="color-picker-overlay"></div><div class="color-picker-slider"></div></div></div></div><div class="color-picker-actions"><button type="button"class="color-picker-action color-picker-action-clear"tabindex="-1"ng-class="AngularColorPickerController.options.clear.class"ng-show="AngularColorPickerController.options.clear.show"ng-click="AngularColorPickerController.api.clear($event)">{{AngularColorPickerController.options.clear.label}}</button><button type="button"class="color-picker-action color-picker-action-reset"tabindex="-1"ng-class="AngularColorPickerController.options.reset.class"ng-show="AngularColorPickerController.options.reset.show"ng-click="AngularColorPickerController.api.reset($event)">{{AngularColorPickerController.options.reset.label}}</button><button type="button"class="color-picker-action color-picker-action-close"tabindex="-1"ng-class="AngularColorPickerController.options.close.class"ng-show="AngularColorPickerController.options.close.show"ng-click="AngularColorPickerController.api.close($event)">{{AngularColorPickerController.options.close.label}}</button></div></div></div>')}o=o&&o.hasOwnProperty("default")?o.default:o;var e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(o){return typeof o}:function(o){return o&&"function"==typeof Symbol&&o.constructor===Symbol&&o!==Symbol.prototype?"symbol":typeof o},i=(function(){function o(o){this.value=o}function t(t){function e(n,r){try{var s=t[n](r),l=s.value;l instanceof o?Promise.resolve(l.value).then(function(o){e("next",o)},function(o){e("throw",o)}):i(s.done?"return":"normal",s.value)}catch(o){i("throw",o)}}function i(o,t){switch(o){case"return":n.resolve({value:t,done:!0});break;case"throw":n.reject(t);break;default:n.resolve({value:t,done:!1})}(n=n.next)?e(n.key,n.arg):r=null}var n,r;this._invoke=function(o,t){return new Promise(function(i,s){var l={key:o,arg:t,resolve:i,reject:s,next:null};r?r=r.next=l:(n=r=l,e(o,t))})},"function"!=typeof t.return&&(this.return=void 0)}"function"==typeof Symbol&&Symbol.asyncIterator&&(t.prototype[Symbol.asyncIterator]=function(){return this}),t.prototype.next=function(o){return this._invoke("next",o)},t.prototype.throw=function(o){return this._invoke("throw",o)},t.prototype.return=function(o){return this._invoke("return",o)}}(),function(o,t){if(!(o instanceof t))throw new TypeError("Cannot call a class as a function")}),n=function(){function o(o,t){for(var e=0;e<t.length;e++){var i=t[e];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(o,i.key,i)}}return function(t,e,i){return e&&o(t.prototype,e),i&&o(t,i),t}}(),r=function(){function t(o,e,n,r,s){i(this,t),this.$scope=o,this.$element=e,this.$document=n,this.$timeout=r,this.ColorPickerOptions=s,this.$scope.init=this.init.bind(this),this.ngModelOptions={},this.hue=0,this.saturation=void 0,this.lightness=void 0,this.opacity=void 0,this.basicEventTypes=["hue","saturation","lightness","opacity"],this.fullEventTypes=["color","hue","saturation","lightness","opacity"]}return n(t,[{key:"init",value:function(){this.$scope.control[0].$options&&this.$scope.control[0].$options.$$options&&(this.ngModelOptions=this.$scope.control[0].$options.$$options),this.chrome=Boolean(window.chrome);var o=window.navigator.userAgent.match(/Android\s([0-9\.]*)/i);this.android_version=o&&o.length>1?parseFloat(o[1]):NaN,this.updateModel=!0,this.initWatchers(),this.initConfig(),this.initMouseEvents()}},{key:"initConfig",value:function(){this.options||(this.options={}),this.mergeOptions(this.options,this.ColorPickerOptions),this.is_open=this.options.inline,this.options.inline&&(this.options.close.show=!1),this.pickerDimensions={width:150,height:150},this.sliderDimensions={width:this.options.horizontal?this.pickerDimensions.width:20,height:this.options.horizontal?20:this.pickerDimensions.height}}},{key:"mergeOptions",value:function(o,t){for(var i in t)t.hasOwnProperty(i)&&(o&&o.hasOwnProperty(i)?"object"===e(t[i])&&this.mergeOptions(o[i],t[i]):o[i]=t[i])}},{key:"initWatchers",value:function(){var o=this;this.$scope.$watch("AngularColorPickerController.internalNgModel",this.watchInternalNgModel.bind(this)),this.$scope.$watch("AngularColorPickerController.ngModel",this.watchNgModel.bind(this)),this.$scope.$watch("AngularColorPickerController.options.swatchPos",function(t){void 0!==t&&(o.initConfig(),o.$timeout(function(){o.updateSwatchBackground()}))}),this.$scope.$watchGroup(["AngularColorPickerController.options.format","AngularColorPickerController.options.alpha","AngularColorPickerController.options.case","AngularColorPickerController.options.round","AngularColorPickerController.options.restrictToFormat","AngularColorPickerController.options.preserveInputFormat","AngularColorPickerController.options.allowEmpty","AngularColorPickerController.options.horizontal","AngularColorPickerController.options.dynamicHue","AngularColorPickerController.options.dynamicSaturation","AngularColorPickerController.options.dynamicLightness","AngularColorPickerController.options.dynamicAlpha"],function(t){void 0!==t&&(o.initConfig(),o.update())}),this.$scope.$watchGroup(["AngularColorPickerController.options.disabled","AngularColorPickerController.options.swatchBootstrap","AngularColorPickerController.options.swatchOnly","AngularColorPickerController.options.swatch","AngularColorPickerController.options.pos","AngularColorPickerController.options.inline","AngularColorPickerController.options.placeholder"],function(t){void 0!==t&&o.initConfig()}),this.$scope.$watch("AngularColorPickerController.api",this.setupApi.bind(this)),this.$scope.$watch("AngularColorPickerController.swatchColor",this.updateSwatchBackground.bind(this)),this.$scope.$watch("AngularColorPickerController.hue",function(){o.valueUpdate("hue")}),this.$scope.$watch("AngularColorPickerController.saturation",function(){o.valueUpdate("saturation")}),this.$scope.$watch("AngularColorPickerController.lightness",function(){o.valueUpdate("lightness")}),this.$scope.$watch("AngularColorPickerController.opacity",function(){o.valueUpdate("opacity")})}},{key:"watchInternalNgModel",value:function(o,t){this.colorMouse||this.watchNgModelSet(o)}},{key:"watchNgModel",value:function(o,t){void 0===o||this.hasOwnProperty("initialNgModel")||(this.initialNgModel=o),this.checkDirty(o),this.internalNgModel=this.ngModelOptions.getterSetter?this.ngModel():this.ngModel,this.colorMouse||this.watchNgModelSet(o)}},{key:"watchNgModelSet",value:function(t){var e=this;if(void 0!==t&&null!==t){var i=o(t),n=this.isColorValid(i);n&&(this.setColorValue(i),this.updateModel=!1,this.$timeout(function(){e.updateModel=!0})),this.$scope.control[0].$setValidity("color",n)}else null!==t&&""!==t||(this.hue=0,this.saturation=void 0,this.lightness=void 0,this.opacity=void 0),this.swatchColor=""}},{key:"initMouseEvents",value:function(){var o=this,t={mouseDown:this.onMouseDown.bind(this),mouseUp:this.onMouseUp.bind(this),mouseMove:this.onMouseMove.bind(this),keyUp:this.onKeyUp.bind(this)};this.$document.on("mousedown",t.mouseDown),this.$document.on("mouseup",t.mouseUp),this.$document.on("mousemove",t.mouseMove),this.$document.on("touchstart",t.mouseDown),this.$document.on("touchend",t.mouseUp),this.$document.on("touchmove",t.mouseMove),this.$document.on("keyup",t.keyUp),this.find(".color-picker-grid").on("click",function(t){o.onClick("color",t)}),this.find(".color-picker-grid").on("touchend",function(t){o.onClick("color",t)}),this.find(".color-picker-hue").on("click",function(t){o.onClick("hue",t)}),this.find(".color-picker-hue").on("touchend",function(t){o.onClick("hue",t)}),this.find(".color-picker-saturation").on("click",function(t){o.onClick("saturation",t)}),this.find(".color-picker-saturation").on("touchend",function(t){o.onClick("saturation",t)}),this.find(".color-picker-lightness").on("click",function(t){o.onClick("lightness",t)}),this.find(".color-picker-lightness").on("touchend",function(t){o.onClick("lightness",t)}),this.find(".color-picker-opacity").on("click",function(t){o.onClick("opacity",t)}),this.find(".color-picker-opacity").on("touchend",function(t){o.onClick("opacity",t)}),this.find(".color-picker-input").on("focusin",this.onFocus.bind(this)),this.find(".color-picker-input").on("focusout",this.onBlur.bind(this)),this.$scope.$on("$destroy",function(){o.$document.off("mousedown",t.mouseDown),o.$document.off("mouseup",t.mouseUp),o.$document.off("mousemove",t.mouseMove),o.$document.off("touchstart",t.mouseDown),o.$document.off("touchend",t.mouseUp),o.$document.off("touchmove",t.mouseMove),o.$document.off("keyup",t.keyUp),o.eventApiDispatch("onDestroy")})}},{key:"onMouseDown",value:function(o){if(this.has_moused_moved=!1,this.options.disabled||0===this.find(o.target).length)return!0;for(var t=0;t<this.fullEventTypes.length;t++)this.onMouseDownType(this.fullEventTypes[t],o)}},{key:"onMouseDownType",value:function(o,t){"color"===o&&(t.target.classList.contains("color-picker-grid-inner")||t.target.classList.contains("color-picker-picker")||t.target.parentNode.classList.contains("color-picker-picker"))?this.mouseEventToggle(o,!1,t):(t.target.classList.contains("color-picker-"+o)||t.target.parentNode.classList.contains("color-picker-"+o))&&this.mouseEventToggle(o,!1,t)}},{key:"onMouseUp",value:function(o){if(this.anyMouseEvents()||0!==this.find(o.target).length)for(var t=0;t<this.fullEventTypes.length;t++)this.onMouseUpType(this.fullEventTypes[t],o);else this.setupApi(),this.options.hide.click&&this.api.close(o),this.$scope.$apply()}},{key:"onMouseUpType",value:function(o,t){this[o+"Mouse"]&&this.has_moused_moved&&(this.mouseEventToggle(o,!0,t),this.onChange(t))}},{key:"onMouseMove",value:function(o){for(var t=0;t<this.fullEventTypes.length;t++)this.onMouseMoveType(this.fullEventTypes[t],o)}},{key:"onMouseMoveType",value:function(o,t){this[o+"Mouse"]&&(this.has_moused_moved=!0,this.valueChange(o,t),this.$scope.$apply())}},{key:"onKeyUp",value:function(o){this.options.hide.escape&&27===o.keyCode&&this.api.close(o)}},{key:"onClick",value:function(o,t){this.options.disabled||this.has_moused_moved||(this.valueChange(o,t),this.mouseEventToggle(o,!0,t),this.onChange(t))}},{key:"onChange",value:function(o){this.internalNgModel!==this.onChangeValue&&(this.onChangeValue=this.internalNgModel,this.eventApiDispatch("onChange",[o]))}},{key:"onBlur",value:function(o){this.internalNgModel!==this.onChangeValue&&(this.updateModel=!0,this.update()),this.$scope.control[0].$setTouched(),this.eventApiDispatch("onBlur",[o]),this.options.hide.blur&&0===this.find(o.relatedTarget).length&&this.api.close(o)}},{key:"onSwatchClick",value:function(o){this.options.show.swatch&&!this.options.disabled&&this.api.open(o)}},{key:"onFocus",value:function(o){this.options.show.focus&&this.api.open(o)}},{key:"setupApi",value:function(){var o=this;this.api||(this.api={}),this.api.open=function(t){if(o.is_open)return!0;o.is_open=!0,o.hueMouse=!1,o.opacityMouse=!1,o.colorMouse=!1,o.$scope.$applyAsync();for(var e=0;e<o.basicEventTypes.length;e++)o.valueUpdate(o.basicEventTypes[e]);o.eventApiDispatch("onOpen",[t])},this.api.close=function(t){o.options.inline||!o.is_open&&null===o.$element[0].querySelector(".color-picker-panel").offsetParent||(o.is_open=!1,o.$scope.$applyAsync(),o.update(),o.eventApiDispatch("onClose",[t]))},this.api.clear=function(t){o.setNgModel(null),o.eventApiDispatch("onClear",[t])},this.api.reset=function(t){o.internalNgModel!==o.initialNgModel&&(o.setNgModel(o.initialNgModel),o.eventApiDispatch("onReset",[t]))},this.api.getElement=function(){return o.$element},this.api.getScope=function(){return o.$scope}}},{key:"setNgModel",value:function(o){this.internalNgModel=o,this.ngModelOptions.getterSetter?this.ngModel(o):this.ngModel=o}},{key:"update",value:function(){if(!this.areAllValuesSet())return!1;var t=o(this.getColorValue());this.swatchColor=t.toHslString(),this.updateGridBackground(t),this.updateHueBackground(t),this.huePosUpdate(),this.updateSaturationBackground(t),this.saturationPosUpdate(),this.updateLightnessBackground(t),this.lightnessPosUpdate(),this.updateOpacityBackground(t),this.opacityPosUpdate();var e=this.options.preserveInputFormat&&o(this.internalNgModel).toHsvString()===t.toHsvString();if(this.updateModel&&!e){var i=t[{rgb:"toRgbString",hex:"toHex",hex8:"toHex8",hexstring:"toHexString",hex8string:"toHex8String",hsv:"toHsvString",hsl:"toHslString",raw:"clone"}[this.options.format.toLowerCase()]]();this.options.format.match(/hex/i)&&(i="upper"===this.options.case?i.toUpperCase():i.toLowerCase()),this.setNgModel(i)}}},{key:"mouseEventToggle",value:function(o,t,e){this.stopEvent(e),this[o+"Mouse"]=!t,this.$scope.$apply()}},{key:"valueChange",value:function(o,t){if(this.stopEvent(t),"color"===o)return this.colorChange(t);var e=this.find(".color-picker-"+o),i=this.getEventPos(t),n=this.getMaxFromType(o);this[o]=this.calculateSliderPos(e,i,n),this[o]>n?this[o]=n:this[o]<0&&(this[o]=0)}},{key:"valueUpdate",value:function(o){if(void 0!==this[o]){if("saturation"===o)this[o+"Pos"]=this[o];else{var t=this.getMaxFromType(o);this[o+"Pos"]=100*(1-this[o]/t)}this[o+"Pos"]<0?this[o+"Pos"]=0:this[o+"Pos"]>100&&(this[o+"Pos"]=100),this.options.round&&(this.getRoundPos(),this.updateRoundPos()),this[o+"PosUpdate"](),this.update()}}},{key:"huePosUpdate",value:function(){var o=angular.element(this.$element[0].querySelector(".color-picker-hue .color-picker-slider"));this.options.horizontal?o.css({left:this.sliderDimensions.width*this.huePos/100+"px",top:0}):o.css({left:0,top:this.sliderDimensions.height*this.huePos/100+"px"})}},{key:"updateHueBackground",value:function(t){var e=this.find(".color-picker-hue .color-picker-overlay"),i=this.options.horizontal?"left":"top",n=this.getColorValue(this.options.dynamicHue),r=this.getColorValue(this.options.dynamicHue),s=this.getColorValue(this.options.dynamicHue),l=this.getColorValue(this.options.dynamicHue),a=this.getColorValue(this.options.dynamicHue),c=this.getColorValue(this.options.dynamicHue),h=this.getColorValue(this.options.dynamicHue);n.h=0,r.h=60,s.h=120,l.h=180,a.h=240,c.h=300,h.h=359,e.css({background:"linear-gradient(to "+i+", "+o(n).toRgbString()+" 0%, "+o(r).toRgbString()+" 17%, "+o(s).toRgbString()+" 33%, "+o(l).toRgbString()+" 50%, "+o(a).toRgbString()+" 67%, "+o(c).toRgbString()+" 83%, "+o(h).toRgbString()+" 100%)"})}},{key:"saturationPosUpdate",value:function(){var o;this.options.round||(o=angular.element(this.$element[0].querySelector(".color-picker-grid .color-picker-picker"))).css({left:this.pickerDimensions.height*this.saturationPos/100+"px"}),o=angular.element(this.$element[0].querySelector(".color-picker-saturation .color-picker-slider")),this.options.horizontal?o.css({left:this.sliderDimensions.width*(100-this.saturationPos)/100+"px",top:0}):o.css({left:0,top:this.sliderDimensions.height*(100-this.saturationPos)/100+"px"})}},{key:"updateSaturationBackground",value:function(t){var e=this.find(".color-picker-saturation .color-picker-overlay"),i=this.options.horizontal?"right":"bottom",n=this.getColorValue(this.options.dynamicSaturation),r=this.getColorValue(this.options.dynamicSaturation);n.s="100%",r.s="0%",e.css({background:"linear-gradient(to "+i+", "+o(n).toRgbString()+" 0%, "+o(r).toRgbString()+" 100%)"})}},{key:"lightnessPosUpdate",value:function(){var o;this.options.round||(o=angular.element(this.$element[0].querySelector(".color-picker-grid .color-picker-picker"))).css({top:this.pickerDimensions.width*this.lightnessPos/100+"px"}),o=angular.element(this.$element[0].querySelector(".color-picker-lightness .color-picker-slider")),this.options.horizontal?o.css({left:this.sliderDimensions.width*this.lightnessPos/100+"px",top:0}):o.css({left:0,top:this.sliderDimensions.height*this.lightnessPos/100+"px"})}},{key:"updateLightnessBackground",value:function(t){var e=this.find(".color-picker-lightness .color-picker-overlay"),i=this.options.horizontal?"right":"bottom",n=this.getColorValue(this.options.dynamicLightness),r=this.getColorValue(this.options.dynamicLightness),s=this.getColorValue(this.options.dynamicLightness);this.options.round?(n.l=100,r.l=50,s.l=0):(n.v=100,r.v=50,s.v=0),e.css({background:"linear-gradient(to "+i+", "+o(n).toRgbString()+" 0%, "+o(r).toRgbString()+" 50%, "+o(s).toRgbString()+" 100%)"})}},{key:"opacityPosUpdate",value:function(){var o=angular.element(this.$element[0].querySelector(".color-picker-opacity .color-picker-slider"));this.options.horizontal?o.css({left:this.sliderDimensions.width*this.opacityPos/100+"px",top:0}):o.css({left:0,top:this.sliderDimensions.height*this.opacityPos/100+"px"})}},{key:"updateOpacityBackground",value:function(t){var e=this.find(".color-picker-opacity .color-picker-overlay"),i=this.options.horizontal?"right":"bottom",n=this.getColorValue(this.options.dynamicAlpha),r=this.getColorValue(this.options.dynamicAlpha);n.a=1,r.a=0,e.css({background:"linear-gradient(to "+i+", "+o(n).toRgbString()+" 0%, "+o(r).toRgbString()+" 100%)"})}},{key:"colorChange",value:function(o){this.stopEvent(o);var t=this.find(".color-picker-grid-inner"),e=this.getEventPos(o),i=this.offset(t);this.options.round?this.colorChangeRound(t,i,e):this.colorChangeSquare(t,i,e)}},{key:"colorChangeRound",value:function(o,t,e){var i=2*(e.pageX-t.left)/o.prop("offsetWidth")-1,n=-2*(e.pageY-t.top)/o.prop("offsetHeight")+1,r=Math.atan2(n,i),s=Math.round(57.29577951308233*r);s<0&&(s+=360),this.hue=s;var l=Math.sqrt(i*i+n*n);l>1?l=1:l<0&&(l=0),this.saturation=100*l,void 0===this.lightness&&(this.lightness=50)}},{key:"colorChangeSquare",value:function(o,t,e){this.saturation=(e.pageX-t.left)/o.prop("offsetWidth")*100,this.lightness=100*(1-(e.pageY-t.top)/o.prop("offsetHeight")),this.saturation>100?this.saturation=100:this.saturation<0&&(this.saturation=0),this.lightness>100?this.lightness=100:this.lightness<0&&(this.lightness=0)}},{key:"updateGridBackground",value:function(t){var e=this.find(".color-picker-grid .color-picker-overlay"),i=this.getColorValue();this.options.round?i.s="0%":(i.s="100%",i.v="100%",i.a=1),e.css({"background-color":o(i).toRgbString(),opacity:t.getAlpha()}),this.find(".color-picker-grid .color-picker-grid-inner").css({opacity:t.getAlpha()})}},{key:"updateSwatchBackground",value:function(){angular.element(this.$element[0].querySelector(".color-picker-swatch")).css({"background-color":this.swatchColor})}},{key:"isColorValid",value:function(o){var t=o.isValid();if(t&&this.options.restrictToFormat&&(t=o.getFormat()===this.getTinyColorFormat()),!t&&this.options.allowEmpty){var e=o.getOriginalInput();void 0!==e&&null!==e&&""!==e||(t=!0)}return t}},{key:"getTinyColorFormat",value:function(){return"hexString"===this.options.format?"hex":"hex8String"===this.options.format?"hex8":this.options.format}},{key:"areAllValuesSet",value:function(){return void 0!==this.hue&&void 0!==this.saturation&&void 0!==this.lightness}},{key:"getColorValue",value:function(){var o=!(arguments.length>0&&void 0!==arguments[0])||arguments[0],t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],e={h:this.hue,s:o?this.saturation+"%":"100%",v:o?this.lightness+"%":"100%"};return this.options.round&&(e={h:this.hue,s:o?this.saturation+"%":"100%",l:o?this.lightness+"%":"50%"}),t&&(e.a=o?this.opacity/100:1),e}},{key:"setColorValue",value:function(o){var t=!this.anyMouseEvents(),e=this.options.round?o.toHsl():o.toHsv();(t||this.hueMouse)&&(this.hue=e.h),(t||this.saturationMouse)&&(this.saturation=100*e.s),(t||this.lightnessMouse)&&(this.lightness=100*(this.options.round?e.l:e.v)),this.options.alpha&&(t||this.opacityMouse)&&(this.opacity=100*e.a)}},{key:"checkDirty",value:function(o){this.hasOwnProperty("initialNgModel")&&(o===this.initialNgModel?"function"==typeof this.$scope.control[0].$setPristine&&this.$scope.control[0].$setPristine():"function"==typeof this.$scope.control[0].$setDirty&&this.$scope.control[0].$setDirty())}},{key:"stopEvent",value:function(o){o.stopPropagation(),o.preventDefault()}},{key:"getRoundPos",value:function(){var o=.01745329251994*this.hue,t=Math.cos(o)*this.saturation,e=-Math.sin(o)*this.saturation;this.xPos=.5*(t+100),this.yPos=.5*(e+100);if(Math.pow(50-this.xPos,2)+Math.pow(50-this.yPos,2)>Math.pow(50,2)){var i=Math.atan2(this.yPos-50,this.xPos-50);this.xPos=50*Math.cos(i)+50,this.yPos=50*Math.sin(i)+50}}},{key:"updateRoundPos",value:function(){angular.element(this.$element[0].querySelector(".color-picker-grid .color-picker-picker")).css({left:this.pickerDimensions.width*this.xPos/100+"px",top:this.pickerDimensions.height*this.yPos/100+"px"})}},{key:"getEventPos",value:function(o){if(0===o.type.search("touch")){if(o.originalEvent&&o.originalEvent.changedTouches)return o.originalEvent.changedTouches[0];if(o.changedTouches)return o.changedTouches[0]}return o}},{key:"calculateSliderPos",value:function(o,t,e){return this.options.horizontal?Math.round((1-(t.pageX-this.offset(o).left)/o.prop("offsetWidth"))*e):Math.round((1-(t.pageY-this.offset(o).top)/o.prop("offsetHeight"))*e)}},{key:"eventApiDispatch",value:function(o,t){this.eventApi&&"function"==typeof this.eventApi[o]&&(t||(t=[]),t.unshift(this.internalNgModel),t.unshift(this.api),this.eventApi[o].apply(this,t))}},{key:"find",value:function(o){var t,e=this.wrapper?this.wrapper[0]:this.$element[0],i=[];if(!o)return i;if("string"==typeof o){if(1!==(t=e.nodeType)&&9!==t)return[];i=e.querySelectorAll(o)}else e.contains(o)&&i.push(o);return angular.element(i)}},{key:"offset",value:function(o){var t,e,i,n,r=o[0];if(r)return r.getClientRects().length?(i=r.getBoundingClientRect()).width||i.height?(n=r.ownerDocument,e=this.getWindowElements(n),t=n.documentElement,this.chrome&&this.android_version<6&&screen.width<=768?{top:i.top-t.clientTop,left:i.left-t.clientLeft}:{top:i.top+e.pageYOffset-t.clientTop,left:i.left+e.pageXOffset-t.clientLeft}):i:{top:0,left:0}}},{key:"getWindowElements",value:function(o){return null!==o&&o===o.window?o:9===o.nodeType&&o.defaultView}},{key:"anyMouseEvents",value:function(){return this.colorMouse||this.hueMouse||this.saturationMouse||this.lightnessMouse||this.opacityMouse}},{key:"getMaxFromType",value:function(o){return"hue"===o?360:100}}]),t}();r.$inject=["$scope","$element","$document","$timeout","ColorPickerOptions"],t.$inject=["$templateCache"];return angular.module("color.picker",[]).service("ColorPickerOptions",function o(){return i(this,o),{id:void 0,name:void 0,required:!1,disabled:!1,placeholder:"",inputClass:"",restrictToFormat:!1,preserveInputFormat:!1,allowEmpty:!1,format:"hsl",case:"upper",hue:!0,saturation:!1,lightness:!1,alpha:!0,dynamicHue:!0,dynamicSaturation:!0,dynamicLightness:!0,dynamicAlpha:!0,round:!1,pos:"bottom left",inline:!1,horizontal:!1,swatch:!0,swatchOnly:!1,swatchPos:"left",swatchBootstrap:!0,show:{swatch:!0,focus:!0},hide:{blur:!0,escape:!0,click:!0},close:{show:!1,label:"Close",class:""},clear:{show:!1,label:"Clear",class:""},reset:{show:!1,label:"Reset",class:""}}}).directive("colorPicker",function(){return{restrict:"E",require:["^ngModel"],scope:{ngModel:"=",options:"=?",api:"=?",eventApi:"=?"},bindToController:!0,templateUrl:"template/color-picker/directive.html",controller:r,controllerAs:"AngularColorPickerController",link:function(o,t,e,i){o.control=i,o.init()}}}).run(t)}); - -"function"!=typeof Object.assign&&(Object.assign=function(e){"use strict";if(null==e)throw new TypeError("Cannot convert undefined or null to object");for(var t=Object(e),n=1;n<arguments.length;n++){var a=arguments[n];if(null!=a)for(var o in a)a.hasOwnProperty(o)&&(t[o]=a[o])}return t}),String.prototype.startsWith||(String.prototype.startsWith=function(e,t){return this.indexOf(e,t=t||0)===t});var dateFormat,doVisualUpdates=!0,app=(document.addEventListener("visibilitychange",function(){setTimeout(function(){doVisualUpdates=!document.hidden},1e3)}),angular.module("ui",["ngMaterial","ngMdIcons","ngSanitize","ngTouch","sprintf","chart.js","color.picker"])),locale=navigator.languages&&navigator.languages.length?navigator.languages[0]:navigator.language;moment.locale(locale),app.config(["$mdThemingProvider","$compileProvider","$mdDateLocaleProvider","$provide",function(e,t,n,a){e.generateThemesOnDemand(!0),a.value("themeProvider",e),t.debugInfoEnabled(!1),t.commentDirectivesEnabled(!1),t.aHrefSanitizationWhitelist(/.*/),n.months=moment.localeData().months(),n.shortMonths=moment.localeData().monthsShort(),n.days=moment.localeData().weekdays(),n.shortDays=moment.localeData().weekdaysMin(),n.formatDate=function(e){return e?moment(e).format(dateFormat||"DD MMM YYYY"):null},n.parseDate=function(e){e=moment(e,dateFormat||"DD MMM YYYY",!0);return e.isValid()?e.toDate():new Date(NaN)},n.monthHeaderFormatter=function(e){return moment(e).format("MMM YYYY")},n.firstDayOfWeek=moment.localeData()._week.dow}]),app.controller("MainController",["$mdSidenav","$window","UiEvents","$location","$document","$mdToast","$mdDialog","$rootScope","$sce","$timeout","$scope","themeProvider","$mdTheming",function(n,a,m,l,s,d,o,u,c,p,h,g,f){this.menu=[],this.headElementsAppended=[],this.headOriginalElements=[],this.len=0,this.selectedTab=null,this.loaded=!1,this.hideToolbar=!1,this.allowSwipe="false",this.lockMenu="false",this.allowTempTheme=!0;var w,b,y=this,v=[],T=0,k=!0;function S(e){var t=y.menu.length;if(1<t)for(var n=+T+e;n!=T;n+=e)if((n%=t)<0&&(n+=t),!y.menu[n].disabled&&!y.menu[n].hidden)return y.select(n),void(T=n)}function O(e){var t=Object.keys(e.themeState),n={};if(!0!==y.allowAngularTheme)for(var a=0;a<t.length;a++){for(var o=t[a].split("-"),i=1;i<o.length;i++)o[i]=o[i].charAt(0).toUpperCase()+o[i].slice(1);var r=o.join(""),l=e.themeState[t[a]].value;n["@"+r]=l}else n["@pageBackgroundColor"]=C(y.angularColors.background.name),n["@pageTitlebarBackgroundColor"]=C(y.angularColors.primary.name),n["@pageSidebarBackgroundColor"]=C(y.angularColors.background.name),n["@groupTextColor"]=!0===y.isDark?"#FFFFFF":"#000000",n["@groupBackgroundColor"]=C(y.angularColors.background.name),n["@groupBorderColor"]=C(y.angularColors.accent.name),n["@widgetTextColor"]=!0===y.isDark?"#FFFFFF":"#000000",n["@widgetBackgroundColor"]=C(y.angularColors.primary.name),n["@widgetBorderColor"]=C(y.angularColors.background.name);void 0===y.allowTempTheme&&(y.allowTempTheme=!0),n["@nrTemplateTheme"]=y.allowTempTheme,n["@nrTheme"]=!y.allowAngularTheme,n["@nrUnitHeight"]=y.sizes.sy/2+"px",less.modifyVars(n)}function C(e){return{red:"#F44336",pink:"#E91E63",purple:"#9C27B0",deeppurple:"#673AB7",indigo:"#3F51B5",blue:"#2196F3",lightblue:"#03A9F4",cyan:"#00BCD4",teal:"#009688",green:"#4CAF50",lightgreen:"#8BC34A",lime:"#CDDC39",yellow:"#FFEB3B",amber:"#FFC107",orange:"#FF9800",deeporange:"#FF5722",brown:"#795548",grey:"#9E9E9E",bluegrey:"#607D8B"}[e.replace("-","").toLowerCase()]}function P(e){var t=s.find("head").find(e.expression)[0];angular.element(t).replaceWith(e.html)}function D(e){var t=s.find("head").children();e.childrenIndex.forEach(function(e){t.hasOwnProperty(e)&&t[e].parentNode.removeChild(t[e])})}function E(a,o){var i=s.find("head"),e=i.children().length,r=angular.element("<head></head>");r.append(o);if(["meta[charset]",'meta[name="viewport"]','meta[name="apple-mobile-web-app-capable"]','meta[name="apple-mobile-web-app-status-bar-style"]','meta[name="apple-mobile-web-app-title"]','meta[name="mobile-web-app-capable"]','link[rel="icon"]','link[rel="shortcut icon"]','link[rel="apple-touch-icon"]'].forEach(function(e){var t,n=r.find(e);0<n.length&&(t=i.find(e)[0],y.headOriginalElements.push({id:a,expression:e,html:t}),angular.element(t).replaceWith(n[0]),(o=r.html()).trim())}),""!==o){i.append(o);for(var t=[],n=e;n<i.children().length;n++)t.push(n);i.children().length,y.headElementsAppended.push({id:a,childrenIndex:t})}}function I(e,t){for(var n=0;n<t.length;n++){var a=t[n];if(a.id===e)return a;if(a.items){a=I(e,a.items);if(a)return a}}}function F(e,t){return(e&&Array.isArray(e)?e:[e]).map(function(e){return e.toLowerCase().replace(/\s+/g,"_")}).includes(t.toLowerCase().replace(/\s+/g,"_"))}h.onSwipeLeft=function(){"menu"===y.allowSwipe?n("left").close():"true"!==y.allowSwipe&&"mouse"!==y.allowSwipe||S(-1)},h.onSwipeRight=function(){"menu"===y.allowSwipe?n("left").open():"true"!==y.allowSwipe&&"mouse"!==y.allowSwipe||S(1)},h.$on("$locationChangeSuccess",function(e,t,n,a,o){var i,r;l.path()==="/"+T||(i=parseInt(l.path().split("/")[1],10),isNaN(i))||(r=y.menu[i])&&y.open(r,i)}),u.$on("collapse",function(e,t,n){m.emit("ui-collapse",{group:t,state:n})}),this.toggleSidenav=function(){n("left").toggle()},this.select=function(e){y.selectedTab=y.menu[e],0<y.menu.length&&n("left")&&n("left").close(),T=e,m.emit("ui-change",T),l.path(e)},this.open=function(e,t){void 0===e.link?this.select(t):("newtab"===e.target?a.open(e.link,e.name):"thistab"===e.target?a.open(e.link,"_self"):("string"==typeof y.menu[t].link&&(y.menu[t].link=c.trustAsResourceUrl(y.menu[t].link)),y.select(t)),n("left").close())},h.location=l,this.getMenuName=function(e){return void 0!==e.link?e.name:e.header},m.connect(function(o,i){function e(){y.selectedTab&&"object"==typeof y.selectedTab.theme?(y.selectedTab.theme.themeState["widget-borderColor"]=y.selectedTab.theme.themeState["widget-borderColor"]||y.selectedTab.theme.themeState["group-backgroundColor"],O(y.selectedTab.theme)):"object"==typeof o.theme&&o.theme.themeState["base-color"].value&&O(o.theme),null!==y.selectedTab&&void 0!==y.selectedTab.link&&(y.selectedTab.link=c.trustAsResourceUrl(y.selectedTab.link)),o.hasOwnProperty("theme")?$("meta[name=theme-color]").attr("content",o.theme.themeState["page-titlebar-backgroundColor"].value||"#097479"):$("meta[name=theme-color]").attr("content","#097479"),d.hide(),y.headElementsAppended.forEach(function(e){D(e)}),y.headElementsAppended=[],y.headOriginalElements.forEach(function(e){P(e)}),0<y.globals.length&&y.globals.forEach(function(e){void 0!==e.format&&""!==e.format&&E(e.id,e.format)}),m.emit("ui-change",r);var e,t,n=!1;for(e in y.menu)if(y.menu.hasOwnProperty(e))for(var a in"undefined"!=typeof localStorage&&("true"==localStorage.getItem("th"+e+y.menu[e].header)&&(!0===y.menu[e].hidden?localStorage.removeItem("th"+e+y.menu[e].header):y.menu[e].hidden=!0,n=!0),"false"==localStorage.getItem("th"+e+y.menu[e].header)&&(!1===y.menu[e].hidden?localStorage.removeItem("th"+e+y.menu[e].header):y.menu[e].hidden=!1,n=!0),"true"==localStorage.getItem("td"+e+y.menu[e].header)&&(!0===y.menu[e].disabled?localStorage.removeItem("td"+e+y.menu[e].header):y.menu[e].disabled=!0,n=!0),"false"==localStorage.getItem("td"+e+y.menu[e].header))&&(!1===y.menu[e].disabled?localStorage.removeItem("td"+e+y.menu[e].header):y.menu[e].disabled=!1,n=!0),y.menu[e].items)y.menu[e].items.hasOwnProperty(a)&&(t=(y.menu[e].header+" "+y.menu[e].items[a].header.name).replace(/ /g,"_"),"undefined"!=typeof localStorage)&&"true"==localStorage.getItem("g"+t)&&(n=y.menu[e].items[a].header.config.hidden=!0);!0===n&&$(window).trigger("resize"),i()}k=!1,m.emit("ui-params",l.search()),y.menu=o.menu,y.globals=o.globals,y.nothing=!1,o.site&&(t=y.name=o.site.name,y.hideToolbar="true"==o.site.hideToolbar,y.allowSwipe=o.site.allowSwipe,y.lockMenu=o.site.lockMenu,void 0===o.site.allowTempTheme?y.allowTempTheme=!0:(y.allowTempTheme="true"==o.site.allowTempTheme,y.allowAngularTheme="none"==o.site.allowTempTheme),dateFormat=o.site.dateFormat||"DD/MM/YYYY",o.site.hasOwnProperty("sizes"))&&(sizes.setSizes(o.site.sizes),y.sizes=o.site.sizes),o.theme&&o.theme.angularTheme&&(g.theme("default").primaryPalette(o.theme.angularTheme.primary||"indigo").accentPalette(o.theme.angularTheme.accents||"blue").warnPalette(o.theme.angularTheme.warn||"red").backgroundPalette(o.theme.angularTheme.background||"grey"),"dark"===o.theme.angularTheme.palette&&(g.theme("default").dark(),y.isDark=!0),f.generateTheme("default"),y.angularColors=g._THEMES.default.colors),s[0].theme=o.theme,o.title&&(t=o.title),s[0].title=t||"Node-RED Dashboard",$("meta[name=apple-mobile-web-app-title]").attr("content",t||"Node-RED");var t,r=parseInt(l.path().substr(1));"speechSynthesis"in window&&(v=window.speechSynthesis.getVoices(),window.speechSynthesis.onvoiceschanged=function(){v=window.speechSynthesis.getVoices()});!isNaN(r)&&r<y.menu.length&&!y.menu[r].disabled?(y.selectedTab=y.menu[r],e()):p(function(){var n=null;y.menu.some(function(e,t){if(void 0===e.target||"iframe"===e.target)return!e.disabled&&(n=t,!0)}),null!==n?(y.open(y.menu[n],n),e()):y.nothing=!0},50),y.len=y.menu.length},function(){y.loaded=!0,h.$apply()}),m.on(function(e){var t,n,a,o,i,r,l,s;if(e.hasOwnProperty("msg")&&"global"===e.msg.templateScope)if(l=e.id,s=!1,y.headOriginalElements.some(function(e){if(e.id===l)return s=e,!0}),t=s)i=t,r=e.msg.template,P(i),E(i.id,r);else{if(a=e.id,o=!1,y.headElementsAppended.some(function(e){if(e.id===a)return o=e,!0}),!(t=o))return;i=t,r=e.msg.template,D(i),0<=(n=y.headElementsAppended.indexOf(i))&&y.headElementsAppended.splice(n,1),E(i.id,r)}else{if(void 0===(t=I(e.id,y.menu)))return;for(var d in e)e.hasOwnProperty(d)&&"id"!==d&&(t[d]=e[d]);t.hasOwnProperty("me")&&t.me.hasOwnProperty("processInput")?t.me.processInput(e):t.hasOwnProperty("isOptionsValid")&&t.hasOwnProperty("newOptions")&&(t.options=t.newOptions)}h.$apply()}),m.on("disconnect",function(e){!k&&doVisualUpdates&&(d.show({template:'<md-toast><div class="md-toast-error">&#x2718; &nbsp; Connection lost</div></md-toast>',position:"top right",hideDelay:6e6}),k=!0)}),m.on("connect_error",function(e){var t;"TransportError"!==e.type||401!==e.description||(new Date).getTime()-+((e=window.location.search.match(/[?&]random=([^&]*)/))&&e[1]||0)<6e4||((e=(e=window.location.search).replace(/[?&]random=([^&]*)/,"")).startsWith("?")||(e="?"+e),e+="&random="+(new Date).getTime(),t=(t=(t=window.location.origin)+window.location.pathname+e)+window.location.hash,window.location=t)}),m.on("show-toast",function(t){var e,n;!0!==t.raw&&((e=document.createElement("div")).textContent=t.message,t.message=e.innerHTML),!0===t.dialog?""==t.message?o.cancel():(t.cancel&&t.prompt?(n=o.prompt().title(t.title).htmlContent(t.message).initialValue("").ariaLabel(t.ok+" or "+t.cancel).ok(t.ok).cancel(t.cancel))._options.focusOnOpen=!1:t.cancel?(n=o.confirm().title(t.title).htmlContent(t.message).ariaLabel(t.ok+" or "+t.cancel).ok(t.ok).cancel(t.cancel))._options.focusOnOpen=!1:n=o.alert().title(t.title).htmlContent(t.message).ariaLabel(t.ok).ok(t.ok),n._options.template='<md-dialog md-theme="{{ dialog.theme || dialog.defaultTheme }}" aria-label="{{ dialog.ariaLabel }}" class="'+t.toastClass+' ><md-dialog-content class="md-dialog-content" role="document" tabIndex="-1"><h2 class="md-title">{{ dialog.title }}</h2><div ng-if="::dialog.mdHtmlContent" class="md-dialog-content-body"ng-bind-html="::dialog.mdHtmlContent | trusted"></div><div ng-if="::!dialog.mdHtmlContent" class="md-dialog-content-body"><p>{{::dialog.mdTextContent}}</p></div><md-input-container md-no-float ng-if="::dialog.$type == \'prompt\'" class="md-prompt-input-container"><input ng-keypress="dialog.keypress($event)" md-autofocus ng-model="dialog.result"placeholder="{{::dialog.placeholder}}" ng-required="dialog.required"></md-input-container></md-dialog-content><md-dialog-actions><md-button ng-if="dialog.$type === \'confirm\' || dialog.$type === \'prompt\'"ng-click="dialog.abort()" class="md-primary md-cancel-button">{{ dialog.cancel }}</md-button><md-button ng-click="dialog.hide()" class="md-primary md-confirm-button" md-autofocus="dialog.$type===\'alert\'" ng-disabled="dialog.required && !dialog.result">{{ dialog.ok }}</md-button></md-dialog-actions></md-dialog>',o.show(n,{panelClass:"nr-dashboard-dialog"}).then(function(e){t.msg.payload=t.ok,!0!==e&&(t.msg.payload=e),null==e&&(t.msg.payload=""),m.emit({id:t.id,value:t})},function(){t.msg.payload=t.cancel,m.emit({id:t.id,value:t})})):(t.hasOwnProperty("message")||t.hasOwnProperty("title"))&&(((e=u.$new()).toast=t).hasOwnProperty("message")&&""==t.message&&(t.displayTime=1),n={scope:e,templateUrl:"partials/toast.html",hideDelay:t.displayTime,position:t.position,toastClass:t.toastClass},d.show(n))}),m.on("ui-control",function(e){if(!e.hasOwnProperty("socketid")||e.socketid===m.id){if(e.hasOwnProperty("control")){var t,n=I(e.id,y.menu);for(t in e.control)e.control.hasOwnProperty(t)&&n.hasOwnProperty(t)&&(n[t]=e.control[t])}if(e.hasOwnProperty("tabs")&&"object"==typeof e.tabs)for(var a in y.menu)y.menu.hasOwnProperty(a)&&(y.menu[a].name&&(y.menu[a].header=y.menu[a].name),e.tabs.hasOwnProperty("show")&&F(e.tabs.show,y.menu[a].header)&&(y.menu[a].hidden=!1,localStorage.setItem("th"+a+y.menu[a].header,!1)),e.tabs.hasOwnProperty("hide")&&F(e.tabs.hide,y.menu[a].header)&&(y.menu[a].hidden=!0,localStorage.setItem("th"+a+y.menu[a].header,!0)),e.tabs.hasOwnProperty("enable")&&F(e.tabs.enable,y.menu[a].header)&&(y.menu[a].disabled=!1,localStorage.setItem("td"+a+y.menu[a].header,!1)),e.tabs.hasOwnProperty("disable"))&&F(e.tabs.disable,y.menu[a].header)&&(y.menu[a].disabled=!0,localStorage.setItem("td"+a+y.menu[a].header,!0));if(e.hasOwnProperty("tab")){if("string"==typeof e.tab){if(""===e.tab&&m.emit("ui-refresh",{}),"+1"===e.tab)return S(1),void h.$apply();if("-1"===e.tab)return S(-1),void h.$apply();for(var o in y.menu){if(e.tab==y.menu[o].header)return y.menu[o].disabled||y.select(o),void h.$apply();if(e.tab==y.menu[o].name)return y.menu[o].disabled||y.open(y.menu[o],o),void h.$apply()}}var i=parseInt(e.tab);if(Number.isNaN(i)||i<0)return;if(i<y.menu.length)return y.menu[i].disabled||y.open(y.menu[i],i),void h.$apply()}if(e.hasOwnProperty("group")&&"object"==typeof e.group)for(var r in y.menu)if(y.menu.hasOwnProperty(r)){var l,s,d;for(s in y.menu[r].items)y.menu[r].items.hasOwnProperty(s)&&(d=(y.menu[r].header+" "+y.menu[r].items[s].header.name).replace(/ /g,"_"),e.group.hasOwnProperty("show")&&-1<e.group.show.indexOf(d)&&(y.menu[r].items[s].header.config.hidden=void 0,localStorage.removeItem("g"+d),l=d),e.group.hasOwnProperty("hide")&&-1<e.group.hide.indexOf(d)&&(y.menu[r].items[s].header.config.hidden=!0,localStorage.setItem("g"+d,!0)),e.group.hasOwnProperty("close")&&-1<e.group.close.indexOf(d)&&"undefined"!=typeof localStorage&&"false"==localStorage.getItem(d)&&$("#"+d+" > div > p > span > i").trigger("click"),e.group.hasOwnProperty("open")&&-1<e.group.open.indexOf(d)&&"undefined"!=typeof localStorage&&"true"==localStorage.getItem(d)&&$("#"+d+" > div > p > span > i").trigger("click"),$(window).trigger("resize"));e.group.hasOwnProperty("focus")&&l&&setTimeout(function(){(l=$(window)[0].document.getElementById(l))&&l.scrollIntoView()},50)}h.$apply()}}),m.on("ui-audio",function(t){if(t.reset)b?(b.disconnect(),b.stop(0),b=null,m.emit("ui-audio","reset")):window.speechSynthesis.speaking&&(window.speechSynthesis.cancel(),m.emit("ui-audio","reset"));else{if(!t.always){var e,n;for(n in y.menu)t.tabname===y.menu[n].header&&(e=n);if(e!=parseInt(l.path().substr(1)))return}if(t.hasOwnProperty("tts"))if(0<v.length){var a=new SpeechSynthesisUtterance(t.tts);a.onerror=function(e){m.emit("ui-audio","error: "+e.error)},a.onend=function(){m.emit("ui-audio","complete")};for(var o=0;o<v.length;o++)if(v[o].voiceURI===t.voice){a.voice=v[o];break}m.emit("ui-audio","playing"),void 0===t.vol||isNaN(parseInt(t.vol))||(a.volume=parseInt(t.vol)/100||1),window.speechSynthesis.speak(a)}else{console.log("This Browser does not support Text-to-Speech");var i=u.$new();i.toast={message:t.tts,title:"Computer says..."},d.show({scope:i,position:"top right",templateUrl:"partials/toast.html"})}if(t.hasOwnProperty("audio")){window.hasOwnProperty("AudioContext")||(window.AudioContext=window.AudioContext||window.webkitAudioContext||window.mozAudioContext);try{w=w||new AudioContext,(b=w.createBufferSource()).onended=function(){m.emit("ui-audio","complete")};var r=new Uint8Array(t.audio);w.decodeAudioData(r.buffer,function(e){b.buffer=e,t.vol?((e=w.createGain()).gain.value=t.vol/100,e.connect(w.destination),b.connect(e)):b.connect(w.destination),b.start(0),m.emit("ui-audio","playing")},function(){m.emit("ui-audio","error")})}catch(e){m.emit("ui-audio","error")}}}})}]); -angular.module("ui").service("UiEvents",function(){var e="update-value",t=this;this.connect=function(o,n){var i="https:"===location.protocol?io({path:location.pathname+"socket.io",secure:!0}):io({path:location.pathname+"socket.io"});this.emit=function(n,o){void 0===o&&(o=n,n=e),o.socketid=i.id,i.emit(n,o)},this.on=function(n,o){void 0===o&&(o=n,n=e);function t(n){o(n)}return i.on(n,t),function(){i.removeListener(n,t)}},i.on("ui-controls",function(n){o(n,function(){i.emit("ui-replay-state")})}),i.on("ui-replay-done",function(){n()}),i.on("connect",function(){t.id=i.id})}}); -var sizes={sx:48,sy:48,gx:6,gy:6,cx:6,cy:6,px:0,py:0};window.innerWidth<350&&(sizes.sx=42,sizes.sy=42),sizes.setSizes=function(s){sizes.sx=s.sx,sizes.sy=s.sy,sizes.gx=s.gx,sizes.gy=s.gy,sizes.cx=s.cx,sizes.cy=s.cy,sizes.px=s.px,sizes.py=s.py},sizes.columns=function(s){return parseInt(s.header.config.width)},angular.module("ui").value("uiSizes",sizes); -angular.module("ui").directive("uiTemplate",["$compile","$rootScope","UiEvents",function($compile,$rootScope,events){function createInnerScope(n){var e=$rootScope.$new();return e.send=function(e){events.emit({id:n,msg:e})},e}return function(scope,element,attrs){var id=scope.$eval("me.item.id"),innerScope;scope.$watch(attrs.uiTemplate,function(value){var oldMsg,ic=(innerScope&&(oldMsg=innerScope.msg,innerScope.$destroy()),innerScope=createInnerScope(id),innerScope.theme=scope.$eval("me.item.theme"),window.scope=innerScope,element.html(value),delete window.scope,void 0!==oldMsg&&(innerScope.msg=oldMsg),scope.$eval("me.item.initController")),func;ic&&(func=eval("("+ic+")"),func(innerScope,events)),innerScope.width=scope.$eval("me.item.width"),innerScope.height=scope.$eval("me.item.height"),innerScope.label=scope.$eval("me.item.label"),$compile(element.contents())(innerScope)}),scope.$watch("me.item.msg",function(e){innerScope&&void 0!==(innerScope.msg=e)&&void 0!==e.template&&scope.$parent.me.setFormat(e.template)}),scope.$on("$destroy",function(){innerScope&&innerScope.$destroy()})}}]); -angular.module("ui").directive("uiHighlight",function(){return{restrict:"A",link:function(i,o,t){t.$observe("uiHighlight",function(i){i?o.css("border-bottom","5px solid "+i):o.css("border-bottom",void 0)})}}}); -angular.module("ui").directive("colorPickerInputWrapper",function(){return{restrict:"C",link:function(r,i,n){r.AngularColorPickerController.options.pickerOnly&&i.hide()}}}); -angular.module("ui").directive("uiComponent",["$http","$compile","$templateCache","$q",function(e,t,n,l){return{restrict:"E",bindToController:{item:"="},replace:!0,controller:"uiComponentController",controllerAs:"me",template:"<div flex ng-include='::templateUrl' include-replace></div>",scope:!0,link:function(e,t,n,l){e.templateUrl="components/ui-component/templates/"+l.item.type+".html",l.init()}}}]),angular.module("ui").directive("includeReplace",function(){return{require:"ngInclude",restrict:"A",link:function(e,t,n){t.replaceWith(t.children())}}}); -angular.module("ui").controller("uiComponentController",["$scope","UiEvents","$interpolate","$interval",function(l,u,e,r){this.$onInit=function(){var i,m=this,a=("string"==typeof m.item.format&&(-1===m.item.format.indexOf("constructor")?m.item.getText=e(m.item.format).bind(null,m.item):m.item.getText=function(){return m.item.format}),"string"==typeof m.item.label&&(-1===m.item.label.indexOf("constructor")?(m.item.getLabel=e(m.item.label).bind(null,m.item),m.item.safeLabel="nr-dashboard-widget-"+m.item.label.replace(/\W/g,"_")):m.item.getText=function(){return m.item.label}),"string"==typeof m.item.tooltip&&(-1===m.item.tooltip.indexOf("constructor")?m.item.getTooltip=e(m.item.tooltip).bind(null,m.item):m.item.getText=function(){return m.item.tooltip}),"string"==typeof m.item.color&&(-1===m.item.color.indexOf("constructor")?m.item.getColor=e(m.item.color).bind(null,m.item):m.item.getText=function(){return m.item.color}),"string"==typeof m.item.icon&&(-1===m.item.icon.indexOf("constructor")?m.item.getIcon=e(m.item.icon).bind(null,m.item):m.item.getText=function(){return m.item.icon}),"string"==typeof m.item.units&&(-1===m.item.units.indexOf("constructor")?m.item.getUnits=e(m.item.units).bind(null,m.item):m.item.getText=function(){return m.item.units}),m.init=function(){switch(m.item.type){case"button":m.buttonClick=function(e){a({id:m.item.id,value:m.item.value,event:{clientX:e.originalEvent.clientX,clientY:e.originalEvent.clientY,bbox:[e.originalEvent.clientX-e.originalEvent.layerX,e.originalEvent.clientY-e.originalEvent.layerY+e.currentTarget.clientHeight,e.originalEvent.clientX-e.originalEvent.layerX+e.currentTarget.clientWidth,e.originalEvent.clientY-e.originalEvent.layerY]}},0)};break;case"switch":m.switchClick=function(){a({id:m.item.id,value:!m.item.value},0)};break;case"dropdown":m.searchTerm="",m.selectAll=!1,m.changed=!1,m.itemChanged=function(){m.searchTerm="",m.item.multiple?m.changed=!0:m.valueChanged(0)},m.checkAll=function(){var e=m.item.options.filter(function(e){return e.label.toLowerCase().includes(m.searchTerm.toLowerCase())});m.item.value=m.selectAll?e.map(function(e){return e.value}):[],m.valueChanged(0)},m.closed=function(){m.changed&&(m.changed=!1,m.valueChanged(0))},(m.item.me=m).processInput=function(e){o(e)};break;case"numeric":function i(e){m.item.value=parseFloat(m.item.value),isNaN(m.item.value)&&(m.item.value=m.item.min),0<e?(m.item.value==m.item.max&&1==m.item.wrap?m.item.value=m.item.min:m.item.value<m.item.max&&(m.item.value=Math.round(1e4*Math.min(m.item.value+e,m.item.max))/1e4),m.item.value<m.item.min&&(m.item.value=m.item.min)):e<0&&(m.item.value==m.item.min&&1==m.item.wrap?m.item.value=m.item.max:m.item.value>m.item.min&&(m.item.value=Math.round(1e4*Math.max(m.item.value+e,m.item.min))/1e4),m.item.value>m.item.max)&&(m.item.value=m.item.max)}var e=9.5*(Math.round(1e4*(m.item.min+m.item.step))/1e4).toString().length,t=9.5*(Math.round(1e4*(m.item.max+m.item.step))/1e4).toString().length,n=(m.item.minWidth=t<e?e:t,null);m.newValue=function(){isNaN(parseFloat(m.item.value))||(m.item.value<m.item.min&&(m.item.value=m.item.min),m.item.value>m.item.max&&(m.item.value=m.item.max),u.emit({id:m.item.id,value:m.item.value}))},m.periodicChange=function(e){i(e);var t=0;n=r(function(){75<++t?i(250*e):50<t?i(50*e):35<t?i(10*e):25<t?i(2*e):(15<t||5<t&&t%2)&&i(e)},100)},m.stopPeriodic=function(){n&&(r.cancel(n),n=null,m.valueChanged(0))};break;case"chart":m.item.theme=l.main.selectedTab.theme;break;case"colour-picker":(m.item.width<4||!m.item.showValue&&!m.item.showPicker)&&(m.item.showPicker=!1,m.item.showValue=!1,m.item.showSwatch=!0),m.item.showPicker&&m.item.height<4&&(m.item.height=m.item.showSwatch||m.item.showValue?4:3),m.item.options={format:m.item.format,inline:m.item.showPicker,hue:m.item.showHue,alpha:m.item.showAlpha,lightness:m.item.showLightness,swatch:m.item.showSwatch,swatchOnly:m.item.width<2||!m.item.showValue,swatchPos:"right",pos:"bottom right",case:"lower",round:!m.item.square,pickerOnly:m.item.showPicker&&!(m.item.showSwatch||m.item.showValue)},m.item.key=function(e){13!==e.charCode&&13!==e.which&&9!==e.charCode&&9!==e.which||(u.emit({id:m.item.id,value:m.item.value}),m.api&&m.api.close())},m.item.eventapi={onChange:function(e,t,i){void 0!==i&&m.valueChanged(0)},onOpen:function(e,t){m.api=e}},l.$watch("me.item.value",function(){m.item.oldValue||(m.item.oldValue=m.item.value),"true"===m.item.dynOutput&&m.item.value!==m.item.oldValue&&(m.item.oldValue=m.item.value,m.valueChanged(20))});break;case"text-input":case"text-input-CR":-1!=m.item.mode.indexOf("time")&&(m.processInput=function(e){var t,i,n=new Date(e.value);(n=isNaN(e.value)?null==(t=e.value.match(/^(\d\d):(\d\d)/))?(i=Date.parse(e.value),isNaN(i)&&(i=Date.now()),new Date(i)):new Date("1970-01-01 "+t[1]+":"+t[2]+":00Z"):n).setMilliseconds(0),n.setSeconds(0),e.value=n,m.item.value=e.value},m.item.me=m),"week"!==m.item.mode&&"month"!==m.item.mode||(m.processInput=function(e){var t,i=new Date(e.value);isNaN(e.value)&&(t=Date.parse(e.value),isNaN(t)&&(t=Date.now()),i=new Date(t)),i.setMilliseconds(0),i.setSeconds(0),e.value=i,m.item.value=e.value},m.item.me=m);break;case"date-picker":void 0===m.item.ddd||"number"!=typeof m.item.ddd&&"string"!=typeof m.item.ddd||(m.item.ddd=new Date(m.item.ddd)),m.processInput=function(e){e.value=new Date(e.value),m.item.ddd=e.value},m.setDate=function(){m.item.value=m.item.ddd,m.valueChanged(0)},m.item.me=m;break;case"form":m.processInput=function(e){if("object"==typeof e.value)for(var t in e.value)if(m.item.formValue.hasOwnProperty(t))for(var i in m.item.options)"date"!==m.item.options[i].type&&"time"!==m.item.options[i].type||m.item.options[i].value!==t||(e.value[t]=new Date(e.value[t])),m.item.formValue[t]=e.value[t]},m.item.extraRows=0,m.item.options.map(function(e){"multiline"==e.type&&1<e.rows&&(m.item.extraRows+=e.rows-1)}),m.item.rowCount=1==m.item.splitLayout?Math.ceil(m.item.options.length/2):m.item.options.length,m.item.rowCount+=""==m.item.label?1:2,m.item.rowCount+=m.item.extraRows,m.item.rowHeight=((m.item.rowCount-1)*m.item.sy+(""==m.item.label?.3*m.item.sy:1.2*m.item.sy)+(m.item.rowCount-1)*m.item.cy)/m.item.rowCount,m.stop=function(e){13!==e.charCode&&13!==e.which||(e.preventDefault(),e.stopPropagation())},m.submit=function(){m.item.value=JSON.parse(JSON.stringify(m.item.formValue)),m.valueChanged(0),m.reset()},m.reset=function(){for(var e in m.item.options)"checkbox"===m.item.options[e].type||"switch"===m.item.options[e].type?m.item.formValue[m.item.options[e].value]=!1:m.item.formValue[m.item.options[e].value]="";l.$$childTail.form.$setUntouched(),l.$$childTail.form.$setPristine()},m.item.me=m;break;case"template":m.setFormat=function(e){m.item.format=e},void 0!==m.item.msg&&void 0!==m.item.msg.template&&m.setFormat(m.item.msg.template);break;case"slider":m.wheel=function(e){e.preventDefault(),0<e.originalEvent.deltaY&&(m.item.value+=m.item.step,m.item.value>m.item.max)&&(m.item.value=m.item.max),e.originalEvent.deltaY<0&&(m.item.value-=m.item.step,m.item.value<m.item.min)&&(m.item.value=m.item.min),m.valueChanged(0)},m.active=!1,m.mdown=function(){m.active=!0},m.menter=function(){m.active=!0},m.mleave=function(){m.active=!1},m.mchange=function(){m.active=!1,m.valueChanged(0)},m.mup=function(){m.active&&(m.active=!1,m.valueChanged(0))}}},m.valueChanged=function(e){a({id:m.item.id,value:m.item.value},"number"==typeof e?e:10)},m.keyPressed=function(e){(13===e.charCode||13===e.which||"blur"===e.type&&m.item.value!==m.lastItemSent)&&(u.emit({id:m.item.id,value:m.item.value}),m.lastItemSent=m.item.value)},function(e,t){0===t?u.emit(e):(i&&clearTimeout(i),i=setTimeout(function(){i=void 0,u.emit(e)},t))}),o=function(e){e&&e.isOptionsValid&&(m.item.options=e.newOptions,delete m.item.isOptionsValid,delete m.item.newOptions)}}}]); -angular.module("ui").directive("uiGauge",["$timeout","$interpolate",function(e){return{restrict:"E",replace:!0,templateUrl:"components/ui-gauge/ui-gauge.html",link:function(c){e(function(){var r,t,s,u,m,e,g=c.$eval("main.selectedTab.theme.name")||"theme-light",o=c.$eval("main.selectedTab.theme.themeState");o&&(t=o["widget-borderColor"].value,s=o["widget-backgroundColor"].value,u=o["widget-textColor"].value),t&&s||(u=s="theme-dark"===g?(t="#097479","#eeeeee"):(t="#0094CE","#111111")),c.$watch("me.item.gtype",function(){e&&e();var l=c.$eval("me.item"),n=c.$eval("$id");e="wave"===l.gtype?(document.getElementById("gauge_"+n).innerHTML='<svg id="gauge'+n+'" style="width:100%; height:100%;"></svg>',c.$watchGroup(["me.item.min","me.item.max","me.item.units","me.item.waveoptions","me.item.options"],function(){m&&m();var o=liquidFillGaugeDefaultSettings(),e=(o.minValue=l.min,o.maxValue=l.max,o.units=l.units,o.textVertPosition=.33,o.waveHeight=.09,o.waveRise=!1,o.waveCount=2,o.displayPercent=!1,l.waveoptions);o.circleColor=e.circleColor[g],o.waveColor=e.waveColor[g],o.textColor=e.textColor[g],o.waveTextColor=e.waveTextColor[g],void 0===o.circleColor&&(o.circleColor=t),void 0===o.waveColor&&(o.waveColor=t),void 0===o.textColor&&(o.textColor=s),void 0===o.waveTextColor&&(o.waveTextColor=s),null!==l.options&&Object.keys(l.options).forEach(function(e){o[e]=l.options[e]}),r=loadLiquidFillGauge("gauge"+n,l.value,o),m=c.$watch("me.item.value",function(e){e=l.getText(),!isNaN(e)&&""!==e||(e=o.minValue),r.update(e)})})):c.$watchGroup(["me.item.min","me.item.max","me.item.seg1","me.item.seg2","me.item.colors","me.item.reverse","me.item.options"],function(){m&&m(),document.getElementById("gauge_"+n).innerHTML="";var e,o,t,i={id:"gauge_"+n,value:l.value,min:l.min,max:l.max,reverse:l.reverse,hideMinMax:l.hideMinMax,differential:l.diff,levelColors:l.reverse?l.colors.reverse():l.colors,valueMinFontSize:12,minLabelMinFontSize:8,labelMinFontSize:8,titleFontFamily:"inherit",valueFontFamily:"inherit",label:l.units,pointer:!0,relativeGaugeSize:!1,textRenderer:function(){return l.getText()||""}},a=("donut"===l.gtype&&(i.donut=!0,i.pointer=!1),void 0===i.gaugeWidthScale&&delete i.gaugeWidthScale,void 0===i.gaugeColor&&(i.gaugeColor="rgba(127,127,127,0.5)"),void 0===i.pointerOptions&&(i.pointerOptions={color:u}),"compass"===l.gtype?(i.donut=!0,i.gaugeWidthScale=.3,i.pointer=!0,i.refreshAnimationTime=5,i.pointerOptions={toplength:12,bottomlength:16,bottomwidth:8,color:void 0},i.gaugeColor=l.gageoptions.compassColor[g],i.levelColors=[l.gageoptions.compassColor[g]],void 0===i.gaugeColor&&(i.gaugeColor=s),void 0===i.pointerOptions.color&&(i.pointerOptions.color=s)):(e=l.seg1,o=l.seg2,isNaN(parseFloat(e))||isNaN(parseFloat(o))||(t=l.colors,i.customSectors={percents:!1,ranges:[{color:t[0],lo:i.min,hi:e},{color:t[1],lo:e,hi:o},{color:t[2],lo:o,hi:i.max}]},i.noGradient=!0)),i.valueFontColor=l.gageoptions.valueFontColor[g],i.labelFontColor=l.gageoptions.valueFontColor[g],null!==l.options&&Object.keys(l.options).forEach(function(e){i[e]=l.options[e]}),(r=new JustGage(i)).refreshLabel=function(e){e&&"string"==typeof e&&this.txtLabel.attr({text:e})},"");m=c.$watch("me.item.value",function(e){"object"==typeof e&&(e=l.getText()),isNaN(e=parseFloat(e))&&(e=i.min),l.getUnits()!==a&&(a=l.getUnits(),i.label=a,r.refreshLabel(a)),r.refresh(e)})})})},5)}}}]); -function loadConfiguration(n,a){var l=a.config||{data:[],series:[],labels:[],nodata:!0},e=a.$eval("me.item"),o=parseFloat(e.ymin),t=parseFloat(e.ymax),i=e.xformat,s=a.$eval("main.selectedTab.theme.themeState"),r=e.useUTC||!1;l.options={animation:e.animation,spanGaps:e.spanGaps,scales:{},legend:!1,responsive:!0,maintainAspectRatio:!1,useDifferentColor:e.useDifferentColor},"pie"===n&&(l.options.cutoutPercentage=e.cutout||0,l.options.elements={arc:{borderWidth:0}});var c,u,p,d,g=(e.colors||["#1F77B4","#AEC7E8","#FF7F0E","#2CA02C","#98DF8A","#D62728","#FF9896","#9467BD","#C5B0D5"]).concat(["#7EB3C6","#BB9A61","#3F8FB9","#57A13F","#BC5879","#6DC2DF","#D7D185","#91CA96","#DEB64D","#31615A","#B46E3F","#9B2FAA","#61A240","#AA3167","#9D6D5E","#3498DB","#EC7063","#DAF7A6","#FFC300","#D98880","#48C9B0","#7FB3D5","#F9E79F","#922B21"]);if(l.colours=l.colours||g,a.barColours=[],a.lineColours=[],g.forEach(function(e,o){a.lineColours.push({backgroundColor:e,borderColor:e}),a.barColours.push({backgroundColor:g,borderColor:"#888",borderWidth:1})}),"line"===n)switch(l.options.scales.xAxes=[{type:"time",scaleLabel:{fontColor:"#fff",display:!0}}],"auto"!==i&&(l.options.scales.xAxes[0].time={displayFormats:{millisecond:i,second:i,minute:i,hour:i,day:i,week:i,month:i,quarter:i,year:i}}),!0===r&&(l.options.scales.xAxes[0].time.parser=function(e){return moment.utc(e)}),l.options.tooltips={mode:"x-axis",position:"cursor",bodyFontSize:10,bodySpacing:0,callbacks:{title:function(e,o){var a=e[0].xLabel,a=new Date(a).getTime();if(isNaN(a)||a<1e6)return a;for(var t=1;t<e.length;t++)e[t].xLabel>a&&(a=e[t].xLabel);var s=moment(a);return!0===r&&(s=moment.utc(a)),"auto"!==i?s.format(i):s.calendar(null,{sameDay:"HH:mm:ss",nextDay:"HH:mm",lastDay:"HH:mm",lastWeek:"MMM D, hA",sameElse:"lll"})}}},l.options.hover={mode:"x-axis"},l.options.elements={line:{fill:!1},point:{radius:e.dot?2:0,hitRadius:4,hoverRadius:4}},e.interpolate){case"cubic":l.options.elements.line.cubicInterpolationMode="default";break;case"monotone":l.options.elements.line.cubicInterpolationMode="monotone";break;case"linear":l.options.elements.line.tension=0;break;case"bezier":l.options.elements.line.tension=.4;break;case"step":l.options.elements.line.stepped=!0}else"bar"===n||"horizontalBar"===n?l.options.scales.xAxes=[{}]:"radar"===n&&(l.options={scale:{ticks:{beginAtZero:!0,showLabelBackdrop:!1}}},isNaN(o)||(l.options.scale.ticks.min=o),isNaN(t)||(l.options.scale.ticks.max=t),s)&&(d=s["widget-textColor"].value,c="rgba("+(p=tinycolor(d).toRgb()).r+","+p.g+","+p.b+",0.1)",u="rgba("+p.r+","+p.g+","+p.b+",0.3)",p="rgba("+p.r+","+p.g+","+p.b+",0.6)",l.options.scale.ticks.fontColor=p,l.options.scale.ticks.fontSize=8,l.options.scale.pointLabels={fontColor:d,fontSize:14},l.options.scale.gridLines={color:c},l.options.scale.angleLines={color:u});return"pie"!==n&&"polar-area"!==n&&"radar"!==n&&(l.options.scales.yAxes=[{}],l.options.scales.xAxes[0].ticks={},l.options.scales.yAxes[0].ticks={},"line"!==n&&"bar"!==n||(l.options.scales.yAxes[0].ticks.autoSkip=!0,l.options.scales.yAxes[0].ticks.callback=function(e,o,a){var t=navigator.languages&&navigator.languages.length?navigator.languages[0]:navigator.language;return e.toLocaleString(t)},isNaN(o)||(l.options.scales.yAxes[0].ticks.min=o),isNaN(t)||(l.options.scales.yAxes[0].ticks.max=t),isNaN(o)||isNaN(t)||(l.options.scales.yAxes[0].ticks.stepSize=(t-o)/4),"bar"===n&&(l.options.scales.yAxes[0].ticks.beginAtZero=!0)),"horizontalBar"===n&&(l.options.scales.xAxes[0].ticks.beginAtZero=!0,isNaN(o)||(l.options.scales.xAxes[0].ticks.min=o),isNaN(t)||(l.options.scales.xAxes[0].ticks.max=t),l.options.scales.xAxes[0].ticks.callback=function(e,o,a){var t=navigator.languages&&navigator.languages.length?navigator.languages[0]:navigator.language;return e.toLocaleString(t)}),s&&(l.options.scales.xAxes[0].ticks.fontColor=l.options.scales.yAxes[0].ticks.fontColor=s["widget-textColor"].value,d="rgba("+(p=tinycolor(s["widget-textColor"].value).toRgb()).r+","+p.g+","+p.b+",0.1)",l.options.scales.xAxes[0].gridLines=l.options.scales.yAxes[0].gridLines={color:d,zeroLineColor:d}),l.options.scales.xAxes[0].ticks.maxRotation=0,l.options.scales.xAxes[0].ticks.autoSkipPadding=4,l.options.scales.xAxes[0].ticks.autoSkip=!0),!0!==e.legend&&"true"!==e.legend||(l.overrides=[],l.options.legend={display:!0,position:"top",labels:{boxWidth:10,fontSize:12,padding:8},onClick:function(e,o){var a,t=o.datasetIndex||0,s=this.chart;if("pie"===n||"polar-area"===n)for(var i=0;i<s.config.data.datasets.length;i++)(a=s.getDatasetMeta(i)).data[o.index].hidden=!1===a.data[o.index].hidden;else(a=s.getDatasetMeta(t)).hidden=null===a.hidden?!s.data.datasets[t].hidden:null;l.overrides[t]={hidden:a.hidden},s.update()}},"pie"!==n&&"polar-area"!==n&&"radar"!==n||(l.options.legend.position="left"),s&&(l.options.legend.labels.fontColor=s["widget-textColor"].value)),"pie"!==n&&"polar-area"!==n||(l.options.tooltips={callbacks:{title:function(e,o){return o.labels[e[0].index]},label:function(e,o){var o=o.datasets[e.datasetIndex],a=o.label||"";return a&&(a+=": "),a+=o.data[e.index]}}}),l.options=Object.assign({},l.options,e.options),l}angular.module("ui").directive("uiChartJs",["$timeout","$interpolate",function(a,e){return{restrict:"E",replace:!0,templateUrl:"components/ui-chart-js/ui-chart-js.html",link:function(r,e,o){a(function(){var n=r.$eval("me.item.look"),l=r.$eval("me.item.useOneColor");Chart.scaleService.updateScaleDefaults("time",{afterBuildTicks:function(e){var o=e.ticks.length-1;1<o&&e.parseTime(e.ticks[o]).diff(e.parseTime(e.ticks[o-1]))<e.parseTime(e.ticks[o-1]).diff(e.parseTime(e.ticks[o-2]))&&e.ticks.splice(o-1,1)}}),Chart.defaults.global.elements.line.borderJoinStyle="round",Chart.plugins.register({beforeDatasetsDraw:function(e){var o=e.chart.ctx,e=e.chartArea;o.save(),o.beginPath(),o.rect(e.left,e.top,e.right-e.left,e.bottom-e.top),o.clip()},afterDatasetsDraw:function(e){e.chart.ctx.restore()}}),r.$watchGroup(["me.item.legend","me.item.interpolate","me.item.ymin","me.item.ymax","me.item.xformat","me.item.dot","me.item.cutout","me.item.nodata","me.item.animation","me.item.spanGaps","me.item.options","me.item.look"],function(e,o){n=e[11],JSON.stringify(e)!==JSON.stringify(o)&&(r.config=loadConfiguration(n,r))}),r.$watch("me.item.value",function(t){if(void 0!==t&&0<t.length)if(t=t[0],r.hasOwnProperty("config")||(r.config=loadConfiguration(n,r)),r.config.nodata=!1,"line"===n&&t.update){var e=t.values.series,o=r.config.series.indexOf(e);-1===o&&(r.config.series.push(e),o=r.config.series.indexOf(e),r.config.data.push([])),o>r.config.data.length&&r.config.data.push([]),t.remove&&r.config.data[o].splice(0,t.remove),r.config.data[o].push(t.values.data)}else{if("line"===n){if(void 0===t.values.data[0][0]){for(var a=!1,s=1;s<t.values.data.length;s++)t.values.data[s][0]&&t.values.data[s][0].hasOwnProperty("x")&&(a=!0);t.values.data[0]=a?[{x:null,y:null}]:[null]}isNaN(t.values.data[0][0])||(delete r.config.options.scales.xAxes[0].type,delete r.config.options.scales.xAxes[0].time)}var i;"bar"!==n&&"horizontalBar"!==n||(1<t.values.series.length||l?r.config.colours=r.lineColours:r.config.colours=r.barColours),"pie"===n?r.config.colours=r.barColours:"polar-area"===n&&r.config.options&&r.config.options.useDifferentColor&&(r.config.colours=r.barColours,i=[],r.barColours.map(function(e){var e=Object.assign({},e),a=[];e.backgroundColor.map(function(e){var o=.7/t.values.series.length+.1,e=tinycolor(e).toRgb(),e="rgba("+e.r+","+e.g+","+e.b+","+o+")";a.push(e)}),e.backgroundColor=a,i.push(e)}),r.config.colours=i),r.config.data=t.values.data,r.config.series=t.values.series,r.config.labels=t.values.labels}else delete r.config,r.config=loadConfiguration(n,r)})},0),a(function(){r.$broadcast("$resize")},50)}}}]); -angular.module("ui").directive("uiCardPanel",["$timeout","$rootScope",function(n,c){return{restrict:"E",transclude:!0,templateUrl:"components/ui-card-panel/ui-card-panel.html",controller:"uiCardPanelController",controllerAs:"ctrl",link:function(e,l,o,a){e.collapsed="true"==("undefined"!=typeof localStorage&&localStorage.getItem(o.id)||!1);var r=l.find(".nr-dashboard-cardcontainer"),t=0;a.init(r),e.collapseCard=function(){e.collapsed=!e.collapsed,"undefined"!=typeof localStorage&&localStorage.setItem(o.id,e.collapsed),r.slideToggle(t),n(function(){$(window).trigger("resize")},t),t=parseInt(o.slideToggleDuration,10)||150,c.$emit("collapse",o.id,!e.collapsed)},!0===e.collapsed&&(e.collapsed=!1,n(function(){l.find(".nr-dashboard-cardcarat").trigger("click")},20))}}}]); -angular.module("ui").controller("uiCardPanelController",["uiSizes","$timeout","$scope",function(u,t,s){var i,f,n=this,o=(n.width=u.columns(s.group)*u.sx+2*u.px+(u.columns(s.group)-1)*u.cx,u.columns(s.group)),c=0,e=!(n.init=function(r){i=r});n.refreshLayout=function(r){e||(e=!0,t(function(){f=[],i.children().each(function(){var r,t=$(this),i=(t.find("[ui-card-size]:first").attr("ui-card-size")||t.attr("ui-card-size")).split("x"),n=Math.max(1,Math.min(u.columns(s.group),i&&parseInt(i[0])||o)),e=Math.max(1,i&&parseInt(i[1])||c),a=(0==parseInt(i[1])&&void 0!==t.attr("ui-template")&&((!(r=t.height()*parseInt(s.group.header.config.width)/n)||r<=0)&&(-1!==(a=t[r=0].innerHTML.toLowerCase()).indexOf("<div")&&(r=1),-1!==a.indexOf("<p")&&(r=1),-1!==a.indexOf("<span")&&(r=1),-1!==a.indexOf("<b")&&(r=1),-1!==a.indexOf("<h")&&(r=1),-1!==a.indexOf("<f")&&(r=1),-1!==a.indexOf("<iframe"))&&(r=parseInt(3*s.group.header.config.width/4*(u.cx+u.sx))),e=Math.ceil(r/(u.cy+u.sy))),function(r,t){r=function(r,t){for(var i=u.columns(s.group)-r,n=0;n<1e3;n++)for(var e=0;e<=i;e++)if(function(r,t,i,n){for(var e=0;e<n;e++){var a=f[t+e];if(!a)break;for(var o=0;o<i;o++)if(a[r+o])return}return 1}(e,n,r,t))return function(r,t,i,n){for(var e=0;e<n;e++){var a=f[t+e];a||(f[t+e]=a=new Array(u.columns(s.group)));for(var o=0;o<i;o++)a[r+o]=!0}}(e,n,r,t),{x:e,y:n}}(r,t);return{top:u.py+r.y*u.sy+r.y*u.cy,left:u.px+r.x*u.sx+r.x*u.cx}}(n,e=parseInt(i[1])<0&&void 0!==t.attr("ui-template")?0:e));t.css({left:a.left,top:a.top,width:u.sx*n+u.cx*(n-1),height:u.sy*e+u.cy*(e-1)}),0!==e&&t.addClass("visible")}),n.height=f.length?2*u.py+f.length*u.sy+(f.length-1)*u.cy:0,e=!1,r&&r()},25))}}]); -angular.module("ui").directive("uiCardSize",["uiSizes",function(){return{restrict:"A",require:["^uiCardPanel","^?uiMasonry"],link:function(i,e,r,u){r.$observe("uiCardSize",function(){u[0].refreshLayout(function(){u[1]&&u[1].refreshLayout()})})}}}]); -function blockSort(n,t){return n.y<t.y?-1:n.y>t.y?1:n.x-t.x}function intersectBlock(n,t){return!(t.x>n.x||t.x+t.w<n.x||t.y>n.y+n.h||t.y+t.h<n.y)}function MasonryController(p,n){var o,e=!(this.init=function(n){(o=n).addClass("masonry-container")});this.refreshLayout=function(){e||(e=!0,n(function(){var c,n,g,l,t,f,d,w,r;n=o.children(),g=o.width()-2*p.gx,f=[{x:t=l=0,y:p.gy,w:g,h:1/0,used:!1}],d=[],(w={})["0:"+p.gy]=f[0],n.each(function(){for(var n,t=$(this),r=t.width(),o=t.height(),e=!1,h=0;h<f.length;h++){var i=f[h];if(!i.used&&r<=i.w&&o<=i.h){for(var y=!0,s=0;s<d.length;s++){var u=d[s];if(intersectBlock(i,u)){c=i.x+":"+(u.y+u.h+p.gy),w[c]||(f.push({x:i.x,y:u.y+u.h+p.gy,w:i.w,h:i.h,used:!1}),w[c]=f[f.length-1],f.sort(blockSort)),y=!1;break}}if(y){i.used=!0,i.group=t,i.assigned=!0,d.push(i);var e=!0,y=!0,a={x:i.x+r+p.gx,y:i.y,w:i.w-p.gx-r,h:i.h,used:!1};if(c=i.x+r+p.gx+":"+i.y,!w[c]){for(s=0;s<d.length;s++){var x=d[s];if(x!==i&&x.x<=a.x&&x.x+x.w>=a.x&&x.y<=a.y&&x.y+x.h>=a.y){y=!1;break}}y&&(w[c]=a,f.push(a))}c=i.x+":"+(i.y+o+p.gy),w[c]||(f.push({x:i.x,y:i.y+o+p.gy,w:i.w,h:i.h,used:!1}),w[c]=f[f.length-1]),i.w=r,i.h=o;break}}}e||(d.forEach(function(n){l=Math.max(l,n.y+n.h)}),(n=w["0:"+(l+p.gy)])||(n={x:0,y:l+p.gy},w["0:"+(l+p.gy)]=n),n.used=!0,n.group=t,n.assigned=!0,n.w=r,n.h=o,f.push(n),d.push(n),c="0:"+(n.y+o+p.gy),w[c])||(f.push({x:0,y:n.y+o+p.gy,w:g,h:1/0}),w[c]=f[f.length-1]),f.sort(blockSort)}),d.forEach(function(n){t=Math.max(t,n.x+n.w),l=Math.max(l,n.y+n.h)}),r=Math.max(0,p.gx+(g-t)/2),d.forEach(function(n){n.group.css({left:r+n.x,top:n.y}).addClass("visible")}),o.css("min-height",l+p.gy+3),e=!1},10))}}angular.module("ui").directive("uiMasonry",["$window",function(e){return{restrict:"A",controller:MasonryController,link:function(n,t,r,o){o.init(t),angular.element(e).on("resize",function(){o.refreshLayout()})}}}]),MasonryController.$inject=["uiSizes","$timeout"]; -var iconFontOddEven=!1;angular.module("ui").directive("uiIcon",function(){var o=/^https?:\/\//i,t=/^fa-/i,c=/^wi-/i,e=/^mi-/i,a=/^icofont-/i,r=/^iconify-/i;return{restrict:"E",templateUrl:"components/ui-icon/ui-icon.html",scope:{icon:"@"},link:function(n){n.$watch("icon",function(i){""!==i&&(t.test(i)?n.iconType="fa":c.test(i)?n.iconType="wi":e.test(i)?n.iconType="mi":a.test(i)?n.iconType="icofont":r.test(i)?(n.iconType=iconFontOddEven?"iconify":"iconify1",iconFontOddEven=!iconFontOddEven):o.test(i)?(n.iconType="image",n.url=i):n.iconType="angular-material")})}}}); -angular.module("ui").filter("chartGetRange",function(){return function(n,t){t=[parseFloat(t[0]),parseFloat(t[1])];var a=0<=Math.abs(t[0])?t[0]:d3.min(n,function(n){return d3.min(n.values,function(n){return n[1]})}),t=0<=Math.abs(t[1])?t[1]:d3.max(n,function(n){return d3.max(n.values,function(n){return n[1]})});return[Math.floor(a),Math.ceil(t)]}}); -angular.module("ui").filter("trusted",["$sce",function(u){return function(t){return u.trustAsHtml(t)}}]); -angular.module("ui").filter("spaceToUnderscore",function(){return function(e){return e.replace(/ /g,"_")}}),angular.module("ui").filter("underscoreToSpace",function(){return function(e){return e.replace(/_/g," ")}}); - -angular.module("ui").run(["$templateCache",function(e){e.put("logout.html",'<head></head> <body> <script src="js/app.min.js"><\/script> <script> for (var key in localStorage) {\n if (localStorage.hasOwnProperty(key)) {\n if (key.indexOf("nr-") === 0) {\n localStorage.removeItem(key);\n }\n }\n}\n$.ajax({\n type: "GET",\n url: window.location.href,\n async: true,\n username: "some_non_user_name",\n password: "a_not_valid_password"\n})\n.done(function() { alert(\'Error!\') })\n.fail(function() {\n var url = window.location.href.split("logout")[0];\n setTimeout(function() { window.location.href = url; }, 1000);\n}); <\/script> <style> div {\n width: 400px;\n height: 300px;\n position: absolute;\n top:0;\n bottom: 0;\n left: 0;\n right: 0;\n margin: auto;\n font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;\n} </style> <div class="node-red-ui--notabs"> <table><tr><td><center><a href="./"><img src="icon120x120.png"></a></center></td></tr> <tr><td><center><h2>Welcome to the Node-RED Dashboard</h2></center></td></tr> <tr><td><center>Please <a href="./">sign in</a> to see your flow.</center></td></tr></table> </div> </body> '),e.put("partials/main.html",'<md-toolbar ng-show="main.hideToolbar !== true" id="toolbar"> <div class="md-toolbar-tools" id="nr-dashboard-toolbar"> <md-button ng-show="!(main.lockMenu != \'false\') && main.len > 1" ng-click="main.toggleSidenav()" class="md-icon-button" aria-label="menu button"> <ng-md-icon icon="menu"></ng-md-icon> </md-button> <h1 ng-show="main.len <= 1" style="width:30px"> </h1> <h1 ng-show="main.lockMenu != \'false\'" node-id="{{main.id}}">{{main.name}}</h1> <h1 ng-show="!(main.lockMenu != \'false\') && main.loaded" node-id="{{main.selectedTab.id}}">{{main.selectedTab.header || main.selectedTab.name}}</h1> </div> </md-toolbar> <section layout="row" flex> <md-sidenav ng-hide="main.len <= 1" class="md-sidenav-left" md-component-id="left" md-is-locked-open="(main.lockMenu != \'false\')"> <md-list> <md-list-item ng-repeat="obj in main.menu" ng-class="{\'nr-menu-item-active\':location.$$path==\'/\'+$index}" ng-disabled="obj.disabled" ng-if="!obj.hidden" ng-click="main.open(obj, $index)"> <ui-icon icon="{{obj.icon}}" style="margin:5px"></ui-icon> <p style="margin-right:12px; min-width:120px;" ng-show="(main.lockMenu != \'icon\')">{{main.getMenuName(obj)}}</p> </md-list-item> </md-list> </md-sidenav> <md-content flex> <div ui-masonry ng-show="main.selectedTab.header" id="{{\'Tab_\'+main.selectedTab.header | spaceToUnderscore}}"> <ui-card-panel node-id="{{group.header.id}}" ng-repeat="group in main.selectedTab.items" id="{{main.selectedTab.header+\'_\'+group.header.name | spaceToUnderscore}}" ng-if="group.header && group.header.config && !group.header.config.hidden"> <ui-component ng-repeat="control in group.items" item="control"></ui-component> </ui-card-panel> </div> <div class="node-red-ui--inline-link" ng-show="!main.selectedTab.header"> <iframe class="iframe" ng-src="{{ main.selectedTab.link }}" allowfullscreen></iframe> \x3c!-- <div>The url {{ }} cannot be loaded into an iframe.</div> --\x3e </div> </md-content> </section> <div id="nr-dashboard-footer" layout="row"></div> '),e.put("partials/toast.html",'<md-toast layout="column" style="border:4px solid {{::toast.highlight}}; padding:0px; transition:border-color 0.1s;"> <div> <h3 ng-if="toast.title">{{::toast.title}}</h3> <h4 flex ng-bind-html="::toast.message | trusted"></h4> </div> </md-toast> '),e.put("components/ui-card-panel/ui-card-panel.html",'<div layout="column" class="nr-dashboard-cardpanel" ng-class="[group.header.config && group.header.config.className]" node-classname="{{group.header.config.className}}"> <p class="nr-dashboard-cardtitle" ng-style="{width:ctrl.width-12}" ng-if="group.header && group.header.config.disp && group.header[group.header.length-1]!=\'!\'">{{group.header.name}} <span ng-if="group.header.config.collapse" ng-model="collapsed" ng-click="collapseCard()" class="nr-dashboard-cardcarat"> <i ng-class="{ \'fa fa-caret-down\':collapsed, \'fa fa-caret-up\':!collapsed }"></i> </span> </p> <div class="nr-dashboard-cardcontainer" id="{{main.selectedTab.header+\'_\'+group.header.name | spaceToUnderscore}}_cards" ng-transclude ng-style="{width:ctrl.width, height:ctrl.height}"></div> </div> '),e.put("components/ui-chart-js/ui-chart-js.html",'<div> <canvas ng-if="me.item.look===\'line\'" class="chart chart-line" chart-data="config.data" chart-series="config.series" chart-labels="config.labels" chart-options="config.options" chart-dataset-override="config.overrides" chart-colors="config.colours"> </canvas> <canvas ng-if="me.item.look===\'bar\'" class="chart chart-bar" chart-data="config.data" chart-series="config.series" chart-labels="config.labels" chart-options="config.options" chart-dataset-override="config.overrides" chart-colors="config.colours"> </canvas> <canvas ng-if="me.item.look===\'horizontalBar\'" class="chart chart-horizontalBar" chart-data="config.data" chart-series="config.series" chart-labels="config.labels" chart-options="config.options" chart-dataset-override="config.overrides" chart-colors="config.colours"> </canvas> <canvas ng-if="me.item.look===\'pie\'" class="chart chart-pie" chart-data="config.data" chart-series="config.series" chart-labels="config.labels" chart-options="config.options" chart-dataset-override="config.overrides" chart-colors="config.colours"> </canvas> <canvas ng-if="me.item.look===\'polar-area\'" class="chart chart-polar-area" chart-data="config.data" chart-series="config.series" chart-labels="config.labels" chart-options="config.options" chart-dataset-override="config.overrides" chart-colors="config.colours"> </canvas> <canvas ng-if="me.item.look===\'radar\'" class="chart chart-radar" chart-data="config.data" chart-series="config.series" chart-labels="config.labels" chart-options="config.options" chart-dataset-override="config.overrides" chart-colors="config.colours"> </canvas> </div> '),e.put("components/ui-icon/ui-icon.html",'<ng-md-icon ng-if="iconType===\'angular-material\'" icon="{{icon}}"></ng-md-icon> <div ng-if="iconType===\'fa\'" style="display:inline-block; margin:auto; line-height:initial;"><i class="fa fa-fw" ng-class="icon"></i></div> <div ng-if="iconType===\'wi\'" style="display:inline-block; margin:auto; line-height:initial;"><i class="wi wi-fw" ng-class="icon"></i></div> <div ng-if="iconType===\'mi\'" style="display:inline-block; margin:auto; line-height:initial;"><i class="material-icons" ng-class="icon">{{icon.substr(3)}}</i></div> <div ng-if="iconType===\'icofont\'" style="display:inline-block; margin:auto; line-height:initial;"><i class="icofont icofont-fw" ng-class="icon"></i></div> <div ng-if="iconType===\'iconify\'" style="display:inline-block; margin:auto; line-height:18px; vertical-align:middle;" class="{{icon.split(\' \')[0].substr(8)}}"><i class="iconify" data-icon="{{icon.split(\' \')[0].substr(8)}}" data-width="{{icon.split(\' \')[1] || \'1.3em\'}}" data-height="{{icon.split(\' \')[1] || \'1.3em\'}}" data-inline="true" ng-class="icon"></i></div> <div ng-if="iconType===\'iconify1\'" style="display:inline-block; margin:auto; line-height:18px; vertical-align:middle;" class="{{icon.split(\' \')[0].substr(8)}}"><i class="iconify" data-icon="{{icon.split(\' \')[0].substr(8)}}" data-width="{{icon.split(\' \')[1] || \'1.3em\'}}" data-height="{{icon.split(\' \')[1] || \'1.3em\'}}" data-inline="true" ng-class="icon"></i></div> <img ng-if="iconType===\'image\'" ng-src="{{url}}" style="width:24px; display:block; margin:auto; line-height:initial;"> '),e.put("components/ui-gauge/ui-gauge.html","<div id=\"gauge_{{$id}}\" style=\"width:{{0.95 * me.item.width * me.item.sizes.sx - (20 * (me.item.gtype === 'compass')) }}px;\n height:{{0.95 * (me.item.height * me.item.sizes.sy)+((me.item.title.length == 0) * me.item.sizes.sy) - (20 * (me.item.gtype === 'compass')) }}px;\n margin-top:-20px;\n padding-bottom:{{(me.item.gtype === 'wave') * 6}}px;\"> </div> "),e.put("components/ui-component/templates/button.html",'<md-card ui-card-size="{{ me.item.width }}x{{ me.item.height }}" class="nr-dashboard-button" node-class="{{ me.item.className }}" ng-class="[{\'nr-dashboard-disabled\':me.item.disabled}, me.item.className]" node-id="{{me.item.id}}"> <md-button class="md-raised" ng-click="me.buttonClick($event)" ng-disabled="me.item.disabled" aria-label="{{\'button\' + me.item.label}}" ng-style="{\'background-color\':me.item.getText(), \'color\':me.item.getColor(), \'z-index\':1, \'padding\':\'0px\'}"> <ui-icon ng-show="me.item.icon.length" icon="{{me.item.getIcon()}}" ng-style="{color:me.item.getColor()}"> </ui-icon> <span ng-bind-html="me.item.getLabel()"></span> <md-tooltip ng-if="me.item.getTooltip().length" md-delay="700" md-direction="bottom" ng-bind-html="me.item.getTooltip()"> </md-tooltip> </md-button> </md-card> '),e.put("components/ui-component/templates/chart.html",'<md-card ui-card-size="{{ me.item.width }}x{{ me.item.height }}" layout-align="center center" ng-class="[{\'nr-dashboard-disabled\':me.item.disabled}, me.item.className]" node-id="{{me.item.id}}"> <div class="nr-dashboard-chart-container" style="width:100%; height:100%;"> <p class="label nr-dashboard-chart-title" ng-class="{\'nr-dashboard-chart-titlel\':(me.item.width > 3)}" ng-bind-html="me.item.getLabel()"> </p> <ui-chart-js class="nr-dashboard-chart" ng-class="{\'nr-dashboard-chart-nolabel\':me.item.getLabel() == \'\'}" ng-swipe-right="$event.stopPropagation();" ng-swipe-left="$event.stopPropagation();"> </ui-chart-js> <p class="blank-label" ng-if="config && config.nodata">{{ me.item.nodata }} </p> </div> </md-card> '),e.put("components/ui-component/templates/colour-picker.html",'<md-card ui-card-size="{{ me.item.width }}x{{ me.item.height }}" flex layout="row" layout-align="space-between center" class="nr-dashboard-colour-picker" ng-class="[{\'nr-dashboard-disabled\':me.item.disabled}, me.item.className]" node-id="{{me.item.id}}"> <p> <span ng-hide="(me.item.width < 2) || (me.item.width < 5 && (me.item.inline || me.item.textValue))" class="label" ng-bind-html="me.item.getLabel()"> </span> </p> <color-picker ng-model="me.item.value" aria-label="{{me.item.label}}" ng-attr-options="me.item.options" ng-attr-event-api="me.item.eventapi" ng-keypress="me.item.key($event)" ng-swipe-right="$event.stopPropagation();" ng-swipe-left="$event.stopPropagation();"> </color-picker> </md-card> '),e.put("components/ui-component/templates/date-picker.html",'<md-card ui-card-size="{{ me.item.width }}x{{ me.item.height }}" flex layout="row" layout-align="space-between center" class="nr-dashboard-date-picker" ng-class="[{\'nr-dashboard-disabled\':me.item.disabled}, me.item.className]" node-id="{{me.item.id}}"> <md-input-container flex layout="row"> <p class="nr-dashboard-date-picker-label" ng-if="me.item.label" ng-bind-html="me.item.getLabel()"> </p> <md-datepicker class="nr-dashboard-date-picker" md-placeholder="{{me.item.getLabel()}}" md-open-on-focus ng-model="me.item.ddd" ng-change="me.setDate()"> </md-datepicker> </md-input-container> </md-card> '),e.put("components/ui-component/templates/dropdown.html",'<md-card ui-card-size="{{ me.item.width }}x{{ me.item.height }}" layout="row" layout-align="space-between center" class="nr-dashboard-dropdown" ng-class="[{\'nr-dashboard-disabled\':me.item.disabled}, me.item.className]" node-id="{{me.item.id}}"> <md-input-container flex layout="row"> <p ng-if="me.item.width>1 && me.item.getLabel().length>0" class="label" ng-if="me.item.label" ng-bind-html="me.item.getLabel()"> </p> <md-tooltip ng-if="me.item.getTooltip().length" md-delay="700" md-direction="bottom" ng-bind-html="me.item.getTooltip()"> </md-tooltip> <md-select ng-if="!me.item.multiple" ng-change="me.itemChanged()" ng-disabled="me.item.disabled" ng-model="me.item.value" placeholder="{{ me.item.place }}" flex="100"> <md-select-header ng-if="me.item.options.length > 7" class="nr-dashboard-dropdown-header"> <md-input-container class="md-block" style="height:32px;" flex> <input ng-model="me.searchTerm" ng-keydown="$event.stopPropagation();" ng-click="$event.stopPropagation();" type="search" aria-label="Filter"> <ng-md-icon icon="search"></ng-md-icon> </md-input-container> </md-select-header> <md-option ng-value="opt.value" ng-repeat="opt in me.item.options | filter: { label: me.searchTerm }">{{ opt.label }} </md-option> </md-select> <md-select ng-if="me.item.multiple" ng-change="me.itemChanged()" ng-disabled="me.item.disabled" md-on-close="me.closed()" multiple="multiple" ng-model="me.item.value" placeholder="{{ me.item.place }}" flex="100"> <md-select-header ng-if="me.item.options.length > 7" class="nr-dashboard-dropdown-header"> <md-checkbox md-no-ink aria-label="Select all" ng-model="me.selectAll" ng-change="me.checkAll()" style="width:unset;"></md-checkbox> <md-input-container class="md-block" style="height:32px;" flex> <input ng-model="me.searchTerm" ng-keydown="$event.stopPropagation()" type="search" aria-label="Filter"> <ng-md-icon icon="search"></ng-md-icon> </md-input-container> </md-select-header> <md-option ng-value="opt.value" ng-repeat="opt in me.item.options | filter: { label: me.searchTerm }">{{ opt.label }} </md-option> </md-select> </md-input-container> </md-card> '),e.put("components/ui-component/templates/form.html",'<md-card ui-card-size="{{me.item.width}}x{{(me.item.height > me.item.rowCount ? me.item.height : me.item.rowCount )}}" layout="row" layout-align="space-between center" class="nr-dashboard-form" ng-class="[{\'nr-dashboard-disabled\':me.item.disabled}, me.item.className]" node-id="{{me.item.id}}"> <form name="form" ng-submit="me.submit(form)" style="margin-top:{{(me.item.label ? 0 : me.item.rowCount < 3 ? me.item.rowHeight/6 : me.item.rowHeight/2.5)}}px"> <p class="formlabel" style="margin-bottom:{{(me.item.rowHeight/9)}}px" ng-if="me.item.label" ng-bind-html="me.item.getLabel()"></p> <div class="formElement" ng-class="{\'formElementSplit\':(me.item.splitLayout)}" layout-gt-sm="row" ng-repeat="opt in me.item.options track by $index"> <md-input-container class="md-block" style="height:{{(me.item.rowHeight * (opt.type==\'multiline\' ? opt.rows : 1)) }}px" flex> <label ng-if="(opt.type==\'text\' || opt.type==\'number\' || opt.type==\'email\' || opt.type==\'multiline\' || opt.type==\'password\' || opt.type==\'date\' || opt.type==\'time\') && opt.label">{{opt.label}}</label> <input ng-if="opt.type==\'text\' || opt.type==\'email\' || opt.type==\'password\'" type="{{opt.type}}" ng-model="me.item.formValue[opt.value]" ng-required="opt.required" ng-keydown="me.stop($event)"> <input ng-if="opt.type==\'date\'" type="{{opt.type}}" ng-model="me.item.formValue[opt.value]" ng-required="opt.required" ng-keydown="me.stop($event)" placeholder="yyyy-mm-dd"> <input ng-if="opt.type==\'time\'" type="{{opt.type}}" ng-model="me.item.formValue[opt.value]" ng-required="opt.required" ng-keydown="me.stop($event)" placeholder="HH:MM"> <input ng-if="opt.type==\'number\'" type="{{opt.type}}" ng-model="me.item.formValue[opt.value]" ng-required="opt.required" ng-keydown="me.stop($event)" step="any"> <textarea ng-if="opt.type==\'multiline\'" md-no-autogrow ng-required="opt.required" ng-model="me.item.formValue[opt.value]" style="height:{{(opt.rows * me.item.sy) - 10}}px; padding:10px 2px 1px 0;"></textarea> <md-switch ng-if="opt.type==\'switch\'" md-no-ink ng-model="me.item.formValue[opt.value]">{{opt.label}}</md-switch> <md-checkbox ng-if="opt.type==\'checkbox\'" md-no-ink aria-label="Checkbox No Ink" ng-model="me.item.formValue[opt.value]"> {{opt.label}}</md-checkbox> </md-input-container> \x3c!-- <md-datepicker ng-if="opt.type==\'date\'" ng-model="me.item.formValue[opt.value]"></md-datepicker> --\x3e </div> <div class="form-control" ng-class="{\'form-control-single\':me.item.cancel == \'\',\'form-control-no-label\':me.item.label == \'\'}" style="margin-top:{{( me.item.label ==\'\' ? me.item.rowCount < 3 ? me.item.rowHeight * 0.4 : me.item.rowHeight * 0.2 : me.item.rowHeight * -0.1)}}px;"> <md-button class="md-raised nr-dashboard-form-button" type="submit" style="height:{{(me.item.sy -4)}}px;line-height:{{(me.item.sy -4)}}px">{{me.item.submit}}</md-button> <md-button ng-if="me.item.cancel != \'\'" class="md-raised nr-dashboard-form-button" style="height:{{(me.item.sy -4)}}px;line-height:{{(me.item.sy -4)}}px" ng-click="me.reset()">{{me.item.cancel}}</md-button> </div> </form> </md-card> cancel'),e.put("components/ui-component/templates/gauge.html",'<md-card ui-card-size="{{ me.item.width }}x{{ me.item.height }}" layout-align="center center" ng-class="[{\'nr-dashboard-disabled\':me.item.disabled}, me.item.className]" node-id="{{me.item.id}}"> <p class="label nr-dashboard-gauge-title" ng-class="{\'nr-dashboard-gauge-titlel\':(me.item.width > 3)}" ng-bind-html="me.item.getLabel()" ng-hide="(me.item.height <= 2)"> </p> <p ng-show="(me.item.height == 2)" ng-bind-html="me.item.getLabel()" ng-class="{\'nr-dashboard-gauge-titlem\':(me.item.height == 2)}"> </p> <p ng-show="(me.item.height == 1)" ng-bind-html="me.item.getLabel()" ng-class="{\'nr-dashboard-gauge-titles\':(me.item.height == 1)}"> </p> <ui-gauge style="text-align:center;" class="nr-dashboard-gauge"> </ui-gauge> </md-card> '),e.put("components/ui-component/templates/numeric.html",'<md-card ui-card-size="{{ me.item.width }}x{{ me.item.height }}" flex layout="row" layout-align="space-between center" class="nr-dashboard-numeric" ng-class="[{\'nr-dashboard-disabled\':me.item.disabled}, me.item.className]" node-id="{{me.item.id}}"> <p class="label" ng-bind-html="me.item.getLabel()"> </p> <md-tooltip ng-if="me.item.getTooltip().length" md-delay="700" md-direction="bottom" ng-bind-html="me.item.getTooltip()"> </md-tooltip> <div layout="row" layout-align="center center"> <md-button class="md-icon-button down-button" aria-label="{{me.item.label}}" ng-mousedown="me.periodicChange(-me.item.step)" ng-mouseup="me.stopPeriodic()" ng-mouseleave="me.stopPeriodic()" style="z-index:1"> <ui-icon icon="expand_more"></ui-icon> </md-button> <center> <p ng-if="(me.item.ed === false)" class="value" style="min-width:{{me.item.minWidth}}px;" ng-bind-html="me.item.getText()"> </p> <span ng-if="(me.item.ed === true)"> <span class="value" ng-bind-html="me.item.pre"></span> <input ng-model="me.item.value" ng-change="me.newValue()" class="value" ng-disabled="me.item.disabled" style="max-width:{{me.item.minWidth}}px;"> <span class="value" ng-bind-html="me.item.post"></span> </span> </center> <md-button class="md-icon-button up-button" aria-label="{{me.item.label}}" ng-mousedown="me.periodicChange(me.item.step)" ng-mouseup="me.stopPeriodic()" ng-mouseleave="me.stopPeriodic()" style="z-index:1"> <ui-icon icon="expand_less"></ui-icon> </md-button> </div> </md-card> '),e.put("components/ui-component/templates/slider.html",'<md-card ui-card-size="{{ me.item.width }}x{{ me.item.height }}" flex layout="row" layout-align="space-between center" class="nr-dashboard-slider" ng-class="[{\'nr-dashboard-disabled\':me.item.disabled}, {\'nr-dashboard-slider-v\':(me.item.width < me.item.height)}, me.item.className]" ng-swipe-right="$event.stopPropagation();" ng-swipe-left="$event.stopPropagation();" node-id="{{me.item.id}}"> <p ng-show="{{me.item.width >= me.item.height}}" class="label" ng-bind-html="me.item.getLabel()"> </p> <md-tooltip ng-if="me.item.getTooltip().length" md-delay="700" md-direction="bottom" ng-bind-html="me.item.getTooltip()"> </md-tooltip> <md-slider ng-if="me.item.outs===\'all\'" flex="100" min="{{me.item.min}}" max="{{me.item.max}}" step="{{me.item.step}}" ng-model="me.item.value" aria-label="{{me.item.label}}" ng-change="me.valueChanged(10)" ng-on-wheel="me.wheel($event)" style="z-index:1; touch-action:none; min-width:32px;" ng-attr-md-vertical="{{ (me.item.width < me.item.height) || undefined}}" ng-attr-md-invert="{{ me.item.invert || undefined}}"> </md-slider> <md-slider ng-if="me.item.outs===\'end\'" md-discrete flex="100" min="{{me.item.min}}" max="{{me.item.max}}" step="{{me.item.step}}" ng-model="me.item.value" aria-label="{{me.item.label}}" ng-change="me.mchange()" ng-mouseup="me.mup()" ng-mouseleave="me.mleave()" ng-mouseenter="me.menter()" style="z-index:1; touch-action:none; min-width:32px;" ng-style="(me.item.width >= me.item.height) && {\'margin-top\':\'20px\'};" ng-attr-md-vertical="{{ (me.item.width < me.item.height) || undefined}}" ng-attr-md-invert="{{ me.item.invert || undefined}}"> </md-slider> <p ng-hide="{{me.item.width >= me.item.height}}" class="label-v" ng-bind-html="me.item.getLabel()"> </p> </md-card> '),e.put("components/ui-component/templates/spacer.html",'<md-card ui-card-size="{{ me.item.width }}x{{ me.item.height }}" layout="{{ me.item.layout }}" layout-align="{{ me.item.layoutAlign }}" class="nr-dashboard-spacer" ng-class="[{\'nr-dashboard-disabled\':me.item.disabled}, me.item.className]"> </md-card> '),e.put("components/ui-component/templates/switch.html",'<md-card ui-card-size="{{ me.item.width }}x{{ me.item.height }}" layout="row" layout-align="space-between center" class="nr-dashboard-switch" ng-click="me.switchClick()" ng-class="[{\'nr-dashboard-disabled\':me.item.disabled}, me.item.className]" node-id="{{me.item.id}}"> <p ng-if="me.item.label && (me.item.width !== 1)" class="label" ng-bind-html="me.item.getLabel()"> </p> <md-tooltip ng-if="me.item.getTooltip().length" md-delay="700" md-direction="bottom" ng-bind-html="me.item.getTooltip()"> </md-tooltip> <md-switch ng-model="me.item.value" ng-change="me.item.value = !me.item.value" ng-swipe-right="$event.stopPropagation();" ng-swipe-left="$event.stopPropagation();" aria-label="{{me.item.label}}" ng-class="{\'center\' : !me.item.label}" ng-if="!me.item.oncolor || !me.item.onicon || !me.item.offcolor || !me.item.officon" style="z-index:1"> </md-switch> <ui-icon icon="{{me.item.onicon}}" ng-style="{color: me.item.oncolor}" ng-class="{\'center\' : !me.item.label, \'ng-hide\': !me.item.value}" class="{{me.item.animate}}" ng-if="me.item.oncolor && me.item.onicon && me.item.offcolor && me.item.officon" style="z-index:1"> </ui-icon> <ui-icon icon="{{me.item.officon}}" ng-style="{color:me.item.offcolor}" ng-class="{\'center\' : !me.item.label, \'ng-hide\': me.item.value}" class="{{me.item.animate}}" ng-if="me.item.oncolor && me.item.onicon && me.item.offcolor && me.item.officon" style="z-index:1"> </ui-icon> </md-card> '),e.put("components/ui-component/templates/template.html",'<md-card ui-template="me.item.format" ui-card-size="{{ me.item.width }}x{{ me.item.height }}" class="nr-dashboard-template {{ me.item.class }}" ng-class="[{\'nr-dashboard-disabled\':me.item.disabled}, me.item.className]" ng-show="{{me.item.height >= 0}}" node-id="{{me.item.id}}"> </md-card> '),e.put("components/ui-component/templates/text-input-CR.html",'<md-card ui-card-size="{{ me.item.width }}x{{ me.item.height }}" layout="row" layout-align="space-between center" class="nr-dashboard-textinput" ng-class="[{\'nr-dashboard-disabled\':me.item.disabled}, me.item.className]" node-id="{{me.item.id}}"> <md-input-container class="md-block" flex md-is-error="false" ng-class="{\'has-label\':me.item.label}"> <label ng-bind-html="me.item.getLabel()"></label> <md-tooltip ng-if="me.item.getTooltip().length" md-delay="700" md-direction="bottom" ng-bind-html="me.item.getTooltip()"> </md-tooltip> <input ng-model="me.item.value" ng-model-options="{\'timezone\':\'UTC\'}" ng-keydown="me.keyPressed($event)" ng-blur="me.item.sendOnBlur ? me.keyPressed($event) : false" ng-trim="false" ng-disabled="me.item.disabled" aria-label="{{me.item.label}}" type="{{me.item.mode}}" style="z-index:1" step="any"> </md-input-container> </md-card> '),e.put("components/ui-component/templates/text-input.html",'<md-card ui-card-size="{{ me.item.width }}x{{ me.item.height }}" layout="row" layout-align="space-between center" class="nr-dashboard-textinput" ng-class="[{\'nr-dashboard-disabled\':me.item.disabled}, me.item.className]" node-id="{{me.item.id}}"> <md-input-container class="md-block" flex md-is-error="false" ng-class="{\'has-label\':me.item.label}"> <label ng-bind-html="me.item.getLabel()"></label> <md-tooltip ng-if="me.item.getTooltip().length" md-delay="700" md-direction="bottom" ng-bind-html="me.item.getTooltip()"> </md-tooltip> <input ng-model="me.item.value" ng-model-options="{\'timezone\':\'UTC\'}" ng-change="me.valueChanged({{me.item.delay}})" ng-trim="false" ng-disabled="me.item.disabled" aria-label="{{me.item.label}}" type="{{me.item.mode}}" style="z-index:1" ng-style="(me.item.mode===\'color\') && {\'padding-left\':\'25%\'}" step="any"> </md-input-container> </md-card> '),e.put("components/ui-component/templates/text.html",'<md-card ui-card-size="{{ me.item.width }}x{{ me.item.height }}" layout="{{ me.item.layout }}" layout-align="{{ me.item.layoutAlign }}" class="nr-dashboard-text" ng-class="[ me.item.safeLabel, {\'nr-dashboard-disabled\':me.item.disabled}, me.item.className]" node-id="{{me.item.id}}"> <p class="label" ng-bind-html="me.item.getLabel()"></p> <p class="value" ng-bind-html="me.item.getText()"></p> </md-card> ')}]); diff --git a/software/flow/node_modules/node-red-dashboard/dist/js/tinycolor-min.js b/software/flow/node_modules/node-red-dashboard/dist/js/tinycolor-min.js deleted file mode 100644 index 64bf76d..0000000 --- a/software/flow/node_modules/node-red-dashboard/dist/js/tinycolor-min.js +++ /dev/null @@ -1,4 +0,0 @@ -// TinyColor v1.4.2 -// https://github.com/bgrins/TinyColor -// 2020-09-25, Brian Grinstead, MIT License -!function(a){function b(a,d){if(a=a?a:"",d=d||{},a instanceof b)return a;if(!(this instanceof b))return new b(a,d);var e=c(a);this._originalInput=a,this._r=e.r,this._g=e.g,this._b=e.b,this._a=e.a,this._roundA=P(100*this._a)/100,this._format=d.format||e.format,this._gradientType=d.gradientType,this._r<1&&(this._r=P(this._r)),this._g<1&&(this._g=P(this._g)),this._b<1&&(this._b=P(this._b)),this._ok=e.ok,this._tc_id=O++}function c(a){var b={r:0,g:0,b:0},c=1,e=null,g=null,i=null,j=!1,k=!1;return"string"==typeof a&&(a=K(a)),"object"==typeof a&&(J(a.r)&&J(a.g)&&J(a.b)?(b=d(a.r,a.g,a.b),j=!0,k="%"===String(a.r).substr(-1)?"prgb":"rgb"):J(a.h)&&J(a.s)&&J(a.v)?(e=G(a.s),g=G(a.v),b=h(a.h,e,g),j=!0,k="hsv"):J(a.h)&&J(a.s)&&J(a.l)&&(e=G(a.s),i=G(a.l),b=f(a.h,e,i),j=!0,k="hsl"),a.hasOwnProperty("a")&&(c=a.a)),c=z(c),{ok:j,format:a.format||k,r:Q(255,R(b.r,0)),g:Q(255,R(b.g,0)),b:Q(255,R(b.b,0)),a:c}}function d(a,b,c){return{r:255*A(a,255),g:255*A(b,255),b:255*A(c,255)}}function e(a,b,c){a=A(a,255),b=A(b,255),c=A(c,255);var d,e,f=R(a,b,c),g=Q(a,b,c),h=(f+g)/2;if(f==g)d=e=0;else{var i=f-g;switch(e=h>.5?i/(2-f-g):i/(f+g),f){case a:d=(b-c)/i+(c>b?6:0);break;case b:d=(c-a)/i+2;break;case c:d=(a-b)/i+4}d/=6}return{h:d,s:e,l:h}}function f(a,b,c){function d(a,b,c){return 0>c&&(c+=1),c>1&&(c-=1),1/6>c?a+6*(b-a)*c:.5>c?b:2/3>c?a+(b-a)*(2/3-c)*6:a}var e,f,g;if(a=A(a,360),b=A(b,100),c=A(c,100),0===b)e=f=g=c;else{var h=.5>c?c*(1+b):c+b-c*b,i=2*c-h;e=d(i,h,a+1/3),f=d(i,h,a),g=d(i,h,a-1/3)}return{r:255*e,g:255*f,b:255*g}}function g(a,b,c){a=A(a,255),b=A(b,255),c=A(c,255);var d,e,f=R(a,b,c),g=Q(a,b,c),h=f,i=f-g;if(e=0===f?0:i/f,f==g)d=0;else{switch(f){case a:d=(b-c)/i+(c>b?6:0);break;case b:d=(c-a)/i+2;break;case c:d=(a-b)/i+4}d/=6}return{h:d,s:e,v:h}}function h(b,c,d){b=6*A(b,360),c=A(c,100),d=A(d,100);var e=a.floor(b),f=b-e,g=d*(1-c),h=d*(1-f*c),i=d*(1-(1-f)*c),j=e%6,k=[d,h,g,g,i,d][j],l=[i,d,d,h,g,g][j],m=[g,g,i,d,d,h][j];return{r:255*k,g:255*l,b:255*m}}function i(a,b,c,d){var e=[F(P(a).toString(16)),F(P(b).toString(16)),F(P(c).toString(16))];return d&&e[0].charAt(0)==e[0].charAt(1)&&e[1].charAt(0)==e[1].charAt(1)&&e[2].charAt(0)==e[2].charAt(1)?e[0].charAt(0)+e[1].charAt(0)+e[2].charAt(0):e.join("")}function j(a,b,c,d,e){var f=[F(P(a).toString(16)),F(P(b).toString(16)),F(P(c).toString(16)),F(H(d))];return e&&f[0].charAt(0)==f[0].charAt(1)&&f[1].charAt(0)==f[1].charAt(1)&&f[2].charAt(0)==f[2].charAt(1)&&f[3].charAt(0)==f[3].charAt(1)?f[0].charAt(0)+f[1].charAt(0)+f[2].charAt(0)+f[3].charAt(0):f.join("")}function k(a,b,c,d){var e=[F(H(d)),F(P(a).toString(16)),F(P(b).toString(16)),F(P(c).toString(16))];return e.join("")}function l(a,c){c=0===c?0:c||10;var d=b(a).toHsl();return d.s-=c/100,d.s=B(d.s),b(d)}function m(a,c){c=0===c?0:c||10;var d=b(a).toHsl();return d.s+=c/100,d.s=B(d.s),b(d)}function n(a){return b(a).desaturate(100)}function o(a,c){c=0===c?0:c||10;var d=b(a).toHsl();return d.l+=c/100,d.l=B(d.l),b(d)}function p(a,c){c=0===c?0:c||10;var d=b(a).toRgb();return d.r=R(0,Q(255,d.r-P(255*-(c/100)))),d.g=R(0,Q(255,d.g-P(255*-(c/100)))),d.b=R(0,Q(255,d.b-P(255*-(c/100)))),b(d)}function q(a,c){c=0===c?0:c||10;var d=b(a).toHsl();return d.l-=c/100,d.l=B(d.l),b(d)}function r(a,c){var d=b(a).toHsl(),e=(d.h+c)%360;return d.h=0>e?360+e:e,b(d)}function s(a){var c=b(a).toHsl();return c.h=(c.h+180)%360,b(c)}function t(a){var c=b(a).toHsl(),d=c.h;return[b(a),b({h:(d+120)%360,s:c.s,l:c.l}),b({h:(d+240)%360,s:c.s,l:c.l})]}function u(a){var c=b(a).toHsl(),d=c.h;return[b(a),b({h:(d+90)%360,s:c.s,l:c.l}),b({h:(d+180)%360,s:c.s,l:c.l}),b({h:(d+270)%360,s:c.s,l:c.l})]}function v(a){var c=b(a).toHsl(),d=c.h;return[b(a),b({h:(d+72)%360,s:c.s,l:c.l}),b({h:(d+216)%360,s:c.s,l:c.l})]}function w(a,c,d){c=c||6,d=d||30;var e=b(a).toHsl(),f=360/d,g=[b(a)];for(e.h=(e.h-(f*c>>1)+720)%360;--c;)e.h=(e.h+f)%360,g.push(b(e));return g}function x(a,c){c=c||6;for(var d=b(a).toHsv(),e=d.h,f=d.s,g=d.v,h=[],i=1/c;c--;)h.push(b({h:e,s:f,v:g})),g=(g+i)%1;return h}function y(a){var b={};for(var c in a)a.hasOwnProperty(c)&&(b[a[c]]=c);return b}function z(a){return a=parseFloat(a),(isNaN(a)||0>a||a>1)&&(a=1),a}function A(b,c){D(b)&&(b="100%");var d=E(b);return b=Q(c,R(0,parseFloat(b))),d&&(b=parseInt(b*c,10)/100),a.abs(b-c)<1e-6?1:b%c/parseFloat(c)}function B(a){return Q(1,R(0,a))}function C(a){return parseInt(a,16)}function D(a){return"string"==typeof a&&-1!=a.indexOf(".")&&1===parseFloat(a)}function E(a){return"string"==typeof a&&-1!=a.indexOf("%")}function F(a){return 1==a.length?"0"+a:""+a}function G(a){return 1>=a&&(a=100*a+"%"),a}function H(b){return a.round(255*parseFloat(b)).toString(16)}function I(a){return C(a)/255}function J(a){return!!V.CSS_UNIT.exec(a)}function K(a){a=a.replace(M,"").replace(N,"").toLowerCase();var b=!1;if(T[a])a=T[a],b=!0;else if("transparent"==a)return{r:0,g:0,b:0,a:0,format:"name"};var c;return(c=V.rgb.exec(a))?{r:c[1],g:c[2],b:c[3]}:(c=V.rgba.exec(a))?{r:c[1],g:c[2],b:c[3],a:c[4]}:(c=V.hsl.exec(a))?{h:c[1],s:c[2],l:c[3]}:(c=V.hsla.exec(a))?{h:c[1],s:c[2],l:c[3],a:c[4]}:(c=V.hsv.exec(a))?{h:c[1],s:c[2],v:c[3]}:(c=V.hsva.exec(a))?{h:c[1],s:c[2],v:c[3],a:c[4]}:(c=V.hex8.exec(a))?{r:C(c[1]),g:C(c[2]),b:C(c[3]),a:I(c[4]),format:b?"name":"hex8"}:(c=V.hex6.exec(a))?{r:C(c[1]),g:C(c[2]),b:C(c[3]),format:b?"name":"hex"}:(c=V.hex4.exec(a))?{r:C(c[1]+""+c[1]),g:C(c[2]+""+c[2]),b:C(c[3]+""+c[3]),a:I(c[4]+""+c[4]),format:b?"name":"hex8"}:(c=V.hex3.exec(a))?{r:C(c[1]+""+c[1]),g:C(c[2]+""+c[2]),b:C(c[3]+""+c[3]),format:b?"name":"hex"}:!1}function L(a){var b,c;return a=a||{level:"AA",size:"small"},b=(a.level||"AA").toUpperCase(),c=(a.size||"small").toLowerCase(),"AA"!==b&&"AAA"!==b&&(b="AA"),"small"!==c&&"large"!==c&&(c="small"),{level:b,size:c}}var M=/^\s+/,N=/\s+$/,O=0,P=a.round,Q=a.min,R=a.max,S=a.random;b.prototype={isDark:function(){return this.getBrightness()<128},isLight:function(){return!this.isDark()},isValid:function(){return this._ok},getOriginalInput:function(){return this._originalInput},getFormat:function(){return this._format},getAlpha:function(){return this._a},getBrightness:function(){var a=this.toRgb();return(299*a.r+587*a.g+114*a.b)/1e3},getLuminance:function(){var b,c,d,e,f,g,h=this.toRgb();return b=h.r/255,c=h.g/255,d=h.b/255,e=.03928>=b?b/12.92:a.pow((b+.055)/1.055,2.4),f=.03928>=c?c/12.92:a.pow((c+.055)/1.055,2.4),g=.03928>=d?d/12.92:a.pow((d+.055)/1.055,2.4),.2126*e+.7152*f+.0722*g},setAlpha:function(a){return this._a=z(a),this._roundA=P(100*this._a)/100,this},toHsv:function(){var a=g(this._r,this._g,this._b);return{h:360*a.h,s:a.s,v:a.v,a:this._a}},toHsvString:function(){var a=g(this._r,this._g,this._b),b=P(360*a.h),c=P(100*a.s),d=P(100*a.v);return 1==this._a?"hsv("+b+", "+c+"%, "+d+"%)":"hsva("+b+", "+c+"%, "+d+"%, "+this._roundA+")"},toHsl:function(){var a=e(this._r,this._g,this._b);return{h:360*a.h,s:a.s,l:a.l,a:this._a}},toHslString:function(){var a=e(this._r,this._g,this._b),b=P(360*a.h),c=P(100*a.s),d=P(100*a.l);return 1==this._a?"hsl("+b+", "+c+"%, "+d+"%)":"hsla("+b+", "+c+"%, "+d+"%, "+this._roundA+")"},toHex:function(a){return i(this._r,this._g,this._b,a)},toHexString:function(a){return"#"+this.toHex(a)},toHex8:function(a){return j(this._r,this._g,this._b,this._a,a)},toHex8String:function(a){return"#"+this.toHex8(a)},toRgb:function(){return{r:P(this._r),g:P(this._g),b:P(this._b),a:this._a}},toRgbString:function(){return 1==this._a?"rgb("+P(this._r)+", "+P(this._g)+", "+P(this._b)+")":"rgba("+P(this._r)+", "+P(this._g)+", "+P(this._b)+", "+this._roundA+")"},toPercentageRgb:function(){return{r:P(100*A(this._r,255))+"%",g:P(100*A(this._g,255))+"%",b:P(100*A(this._b,255))+"%",a:this._a}},toPercentageRgbString:function(){return 1==this._a?"rgb("+P(100*A(this._r,255))+"%, "+P(100*A(this._g,255))+"%, "+P(100*A(this._b,255))+"%)":"rgba("+P(100*A(this._r,255))+"%, "+P(100*A(this._g,255))+"%, "+P(100*A(this._b,255))+"%, "+this._roundA+")"},toName:function(){return 0===this._a?"transparent":this._a<1?!1:U[i(this._r,this._g,this._b,!0)]||!1},toFilter:function(a){var c="#"+k(this._r,this._g,this._b,this._a),d=c,e=this._gradientType?"GradientType = 1, ":"";if(a){var f=b(a);d="#"+k(f._r,f._g,f._b,f._a)}return"progid:DXImageTransform.Microsoft.gradient("+e+"startColorstr="+c+",endColorstr="+d+")"},toString:function(a){var b=!!a;a=a||this._format;var c=!1,d=this._a<1&&this._a>=0,e=!b&&d&&("hex"===a||"hex6"===a||"hex3"===a||"hex4"===a||"hex8"===a||"name"===a);return e?"name"===a&&0===this._a?this.toName():this.toRgbString():("rgb"===a&&(c=this.toRgbString()),"prgb"===a&&(c=this.toPercentageRgbString()),("hex"===a||"hex6"===a)&&(c=this.toHexString()),"hex3"===a&&(c=this.toHexString(!0)),"hex4"===a&&(c=this.toHex8String(!0)),"hex8"===a&&(c=this.toHex8String()),"name"===a&&(c=this.toName()),"hsl"===a&&(c=this.toHslString()),"hsv"===a&&(c=this.toHsvString()),c||this.toHexString())},clone:function(){return b(this.toString())},_applyModification:function(a,b){var c=a.apply(null,[this].concat([].slice.call(b)));return this._r=c._r,this._g=c._g,this._b=c._b,this.setAlpha(c._a),this},lighten:function(){return this._applyModification(o,arguments)},brighten:function(){return this._applyModification(p,arguments)},darken:function(){return this._applyModification(q,arguments)},desaturate:function(){return this._applyModification(l,arguments)},saturate:function(){return this._applyModification(m,arguments)},greyscale:function(){return this._applyModification(n,arguments)},spin:function(){return this._applyModification(r,arguments)},_applyCombination:function(a,b){return a.apply(null,[this].concat([].slice.call(b)))},analogous:function(){return this._applyCombination(w,arguments)},complement:function(){return this._applyCombination(s,arguments)},monochromatic:function(){return this._applyCombination(x,arguments)},splitcomplement:function(){return this._applyCombination(v,arguments)},triad:function(){return this._applyCombination(t,arguments)},tetrad:function(){return this._applyCombination(u,arguments)}},b.fromRatio=function(a,c){if("object"==typeof a){var d={};for(var e in a)a.hasOwnProperty(e)&&("a"===e?d[e]=a[e]:d[e]=G(a[e]));a=d}return b(a,c)},b.equals=function(a,c){return a&&c?b(a).toRgbString()==b(c).toRgbString():!1},b.random=function(){return b.fromRatio({r:S(),g:S(),b:S()})},b.mix=function(a,c,d){d=0===d?0:d||50;var e=b(a).toRgb(),f=b(c).toRgb(),g=d/100,h={r:(f.r-e.r)*g+e.r,g:(f.g-e.g)*g+e.g,b:(f.b-e.b)*g+e.b,a:(f.a-e.a)*g+e.a};return b(h)},b.readability=function(c,d){var e=b(c),f=b(d);return(a.max(e.getLuminance(),f.getLuminance())+.05)/(a.min(e.getLuminance(),f.getLuminance())+.05)},b.isReadable=function(a,c,d){var e,f,g=b.readability(a,c);switch(f=!1,e=L(d),e.level+e.size){case"AAsmall":case"AAAlarge":f=g>=4.5;break;case"AAlarge":f=g>=3;break;case"AAAsmall":f=g>=7}return f},b.mostReadable=function(a,c,d){var e,f,g,h,i=null,j=0;d=d||{},f=d.includeFallbackColors,g=d.level,h=d.size;for(var k=0;k<c.length;k++)e=b.readability(a,c[k]),e>j&&(j=e,i=b(c[k]));return b.isReadable(a,i,{level:g,size:h})||!f?i:(d.includeFallbackColors=!1,b.mostReadable(a,["#fff","#000"],d))};var T=b.names={aliceblue:"f0f8ff",antiquewhite:"faebd7",aqua:"0ff",aquamarine:"7fffd4",azure:"f0ffff",beige:"f5f5dc",bisque:"ffe4c4",black:"000",blanchedalmond:"ffebcd",blue:"00f",blueviolet:"8a2be2",brown:"a52a2a",burlywood:"deb887",burntsienna:"ea7e5d",cadetblue:"5f9ea0",chartreuse:"7fff00",chocolate:"d2691e",coral:"ff7f50",cornflowerblue:"6495ed",cornsilk:"fff8dc",crimson:"dc143c",cyan:"0ff",darkblue:"00008b",darkcyan:"008b8b",darkgoldenrod:"b8860b",darkgray:"a9a9a9",darkgreen:"006400",darkgrey:"a9a9a9",darkkhaki:"bdb76b",darkmagenta:"8b008b",darkolivegreen:"556b2f",darkorange:"ff8c00",darkorchid:"9932cc",darkred:"8b0000",darksalmon:"e9967a",darkseagreen:"8fbc8f",darkslateblue:"483d8b",darkslategray:"2f4f4f",darkslategrey:"2f4f4f",darkturquoise:"00ced1",darkviolet:"9400d3",deeppink:"ff1493",deepskyblue:"00bfff",dimgray:"696969",dimgrey:"696969",dodgerblue:"1e90ff",firebrick:"b22222",floralwhite:"fffaf0",forestgreen:"228b22",fuchsia:"f0f",gainsboro:"dcdcdc",ghostwhite:"f8f8ff",gold:"ffd700",goldenrod:"daa520",gray:"808080",green:"008000",greenyellow:"adff2f",grey:"808080",honeydew:"f0fff0",hotpink:"ff69b4",indianred:"cd5c5c",indigo:"4b0082",ivory:"fffff0",khaki:"f0e68c",lavender:"e6e6fa",lavenderblush:"fff0f5",lawngreen:"7cfc00",lemonchiffon:"fffacd",lightblue:"add8e6",lightcoral:"f08080",lightcyan:"e0ffff",lightgoldenrodyellow:"fafad2",lightgray:"d3d3d3",lightgreen:"90ee90",lightgrey:"d3d3d3",lightpink:"ffb6c1",lightsalmon:"ffa07a",lightseagreen:"20b2aa",lightskyblue:"87cefa",lightslategray:"789",lightslategrey:"789",lightsteelblue:"b0c4de",lightyellow:"ffffe0",lime:"0f0",limegreen:"32cd32",linen:"faf0e6",magenta:"f0f",maroon:"800000",mediumaquamarine:"66cdaa",mediumblue:"0000cd",mediumorchid:"ba55d3",mediumpurple:"9370db",mediumseagreen:"3cb371",mediumslateblue:"7b68ee",mediumspringgreen:"00fa9a",mediumturquoise:"48d1cc",mediumvioletred:"c71585",midnightblue:"191970",mintcream:"f5fffa",mistyrose:"ffe4e1",moccasin:"ffe4b5",navajowhite:"ffdead",navy:"000080",oldlace:"fdf5e6",olive:"808000",olivedrab:"6b8e23",orange:"ffa500",orangered:"ff4500",orchid:"da70d6",palegoldenrod:"eee8aa",palegreen:"98fb98",paleturquoise:"afeeee",palevioletred:"db7093",papayawhip:"ffefd5",peachpuff:"ffdab9",peru:"cd853f",pink:"ffc0cb",plum:"dda0dd",powderblue:"b0e0e6",purple:"800080",rebeccapurple:"663399",red:"f00",rosybrown:"bc8f8f",royalblue:"4169e1",saddlebrown:"8b4513",salmon:"fa8072",sandybrown:"f4a460",seagreen:"2e8b57",seashell:"fff5ee",sienna:"a0522d",silver:"c0c0c0",skyblue:"87ceeb",slateblue:"6a5acd",slategray:"708090",slategrey:"708090",snow:"fffafa",springgreen:"00ff7f",steelblue:"4682b4",tan:"d2b48c",teal:"008080",thistle:"d8bfd8",tomato:"ff6347",turquoise:"40e0d0",violet:"ee82ee",wheat:"f5deb3",white:"fff",whitesmoke:"f5f5f5",yellow:"ff0",yellowgreen:"9acd32"},U=b.hexNames=y(T),V=function(){var a="[-\\+]?\\d+%?",b="[-\\+]?\\d*\\.\\d+%?",c="(?:"+b+")|(?:"+a+")",d="[\\s|\\(]+("+c+")[,|\\s]+("+c+")[,|\\s]+("+c+")\\s*\\)?",e="[\\s|\\(]+("+c+")[,|\\s]+("+c+")[,|\\s]+("+c+")[,|\\s]+("+c+")\\s*\\)?";return{CSS_UNIT:new RegExp(c),rgb:new RegExp("rgb"+d),rgba:new RegExp("rgba"+e),hsl:new RegExp("hsl"+d),hsla:new RegExp("hsla"+e),hsv:new RegExp("hsv"+d),hsva:new RegExp("hsva"+e),hex3:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex6:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/,hex4:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex8:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/}}();"undefined"!=typeof module&&module.exports?module.exports=b:"function"==typeof define&&define.amd?define(function(){return b}):window.tinycolor=b}(Math); diff --git a/software/flow/node_modules/node-red-dashboard/fixfa.js b/software/flow/node_modules/node-red-dashboard/fixfa.js deleted file mode 100755 index a728353..0000000 --- a/software/flow/node_modules/node-red-dashboard/fixfa.js +++ /dev/null @@ -1,60 +0,0 @@ -#!/usr/bin/env node - -// Patch to fix Font-Awesome urls for loading font -// and to add in fa-sm(all) and fa-xs(extra small) modifiers -var fs = require("fs"); -fs.readFile("node_modules/font-awesome/css/font-awesome.css", 'utf8', function (err, file) { - if (err) { return; } - else { - console.log("Fixing up Font-Awesome css"); - var res1 = file.replace(/\?v=4\.7\../g, ''); - var res2 = res1.replace(/\&v=4\.7\../g, ''); - var res3; - if (res2.indexOf("fa-sm ") === -1) { - res3 = res2.replace(/fa-lg/, 'fa-sm {font-size:0.875em;}\n.fa-xs {font-size:0.75em;}\n.fa-lg'); - } - else { res3 = res2; } - fs.writeFile("node_modules/font-awesome/css/font-awesome.css", res3, 'utf8', function (err) { - if (err) { console.log("Failed to re-write file."); } - else { - console.log("Fixed up Font-Awesome css"); - } - }); - } -}); - -// Google-Material-Font -// Fix relative path of fonts from `./fonts/` to `../fonts/` in css file. -fs.readFile('node_modules/material-design-icons-iconfont/dist/material-design-icons.css', 'utf8', function (err, file) { - if (err) { return; } - else { - console.log('Fixing up Google-Material-Font css'); - const res1 = file - .replace(/"\.\/fonts\//g, '"../fonts/') - .replace(/'\.\/fonts\//g, '\'../fonts/'); - fs.writeFile('node_modules/material-design-icons-iconfont/dist/material-design-icons.css', res1, 'utf8', function (err) { - if (err) { - console.log('Failed to re-write file.'); - } else { - console.log('Fixed up Google-Material-Font css'); - } - }); - } -}); - -// GridStack layout css patches for sass -fs.readFile('src/gridstack-extra.scss', 'utf8', function (err, file) { - if (err) { return; } - else { - console.log('Fixing up GridStack scss'); - const res1 = file - .replace(/ \(100% \/ \$columns\)/g, ' calc(100% \/ \$columns)') - fs.writeFile('src/gridstack-extra.scss', res1, 'utf8', function (err) { - if (err) { - console.log('Failed to re-write file.'); - } else { - console.log('Fixed up GridStack scss'); - } - }); - } -}); diff --git a/software/flow/node_modules/node-red-dashboard/gulpfile.old b/software/flow/node_modules/node-red-dashboard/gulpfile.old deleted file mode 100644 index 2e4daf4..0000000 --- a/software/flow/node_modules/node-red-dashboard/gulpfile.old +++ /dev/null @@ -1,161 +0,0 @@ - -var - gulp = require('gulp'), - concat = require('gulp-concat'), - eol = require('gulp-eol'), - exec = require('child_process').exec, - fs = require('fs'), - ghtmlSrc = require('gulp-html-src'), - gulpif = require('gulp-if'), - gutil = require('gulp-util'), - header = require("gulp-header"), - htmlreplace = require('gulp-html-replace'), - jscs = require('gulp-jscs'), - jshint = require('gulp-jshint'), - manifest = require('gulp-manifest'), - minifyCss = require('gulp-clean-css'), - minifyHTML = require('gulp-htmlmin'), - path = require('path'), - replace = require('gulp-replace'), - streamqueue = require('streamqueue'), - templateCache = require('gulp-angular-templatecache'), - uglify = require('gulp-uglify'), - sass = require('gulp-sass'), - rename = require('gulp-rename'); - -//gulp.task('default', ['manifest']); -gulp.task('default', ['lint','jscs'], function() { - gulp.start('manifest'); - //gulp.start('build'); -}); - -gulp.task('build', ['icon', 'js', 'css', 'less', 'index', 'fonts', 'gridstack']); - -gulp.task('manifest', ['build'], function() { - gulp.src(['dist/*','dist/css/*','dist/js/*','dist/fonts/*'], { base: 'dist/' }) - .pipe(manifest({ - hash: true, - //preferOnline: true, - network: ['*'], - filename: 'dashboard.appcache', - // exclude: 'dashboard.appcache' - exclude: ['dashboard.appcache','index.html'] - })) - .pipe(replace('tinycolor-min.js', 'tinycolor-min.js\nsocket.io/socket.io.js')) - .pipe(eol('\n')) - .pipe(gulp.dest('dist/')); -}); - -gulp.task('lint', function() { - return gulp.src('**/*.js') - .pipe(jshint('.jshintrc')) - .pipe(jshint.reporter('default')) - .pipe(jshint.reporter('fail')); -}); - -gulp.task('jscs', function() { - return gulp.src(['*.js','nodes/*.js','src/*.js','src/*/*.js','src/*/*/*.js']) - .pipe(jscs()) - //.pipe(jscs({fix: true})) - .pipe(jscs.reporter("inline")) -}); - -gulp.task('index', function() { - return gulp.src('src/index.html') - .pipe(htmlreplace({ - 'css': 'css/app.min.css', - 'js': 'js/app.min.js', - 'less': '<link rel="stylesheet/less" href="css/app.min.less" />' - })) - .pipe(minifyHTML({collapseWhitespace:true, conservativeCollapse:true})) - .pipe(eol('\n')) - .pipe(gulp.dest('dist/')); -}); - -gulp.task('icon', function() { - // gulp.src('src/wheel.png').pipe(gulp.dest('dist/css/')); - gulp.src('src/icon192x192.png').pipe(gulp.dest('dist/')); - gulp.src('src/icon120x120.png').pipe(gulp.dest('dist/')); - return gulp.src('src/icon64x64.png').pipe(gulp.dest('dist/')); -}); - -gulp.task('fonts', function() { - //return gulp.src('node_modules/font-awesome/fonts/*').pipe(gulp.dest('dist/fonts/')); - gulp.src('node_modules/font-awesome/fonts/fontawesome-webfont.woff').pipe(gulp.dest('dist/fonts/')); - gulp.src('node_modules/weather-icons-lite/fonts/weather-icons-lite.woff').pipe(gulp.dest('dist/fonts/')); - gulp.src('node_modules/font-awesome/fonts/fontawesome-webfont.woff2').pipe(gulp.dest('dist/fonts/')); - gulp.src('node_modules/weather-icons-lite/fonts/weather-icons-lite.woff2').pipe(gulp.dest('dist/fonts/')); - return; -}); - -gulp.task('js', function () { - var scripts = gulp.src('src/index.html') - .pipe(ghtmlSrc({getFileName:getFileName.bind(this, 'src')})); - - var templates = gulp.src(['src/**/*.html', '!src/index.html']) - .pipe(minifyHTML({collapseWhitespace:true, conservativeCollapse:true})) - .pipe(templateCache('templates.js', {root:'', module:'ui'})); - - var tiny = gulp.src('node_modules/tinycolor2/dist/tinycolor-min.js') - .pipe(eol('\n')) - .pipe(gulp.dest('./dist/js')); - - var i18n = gulp.src('src/i18n.js') - .pipe(eol('\n')) - .pipe(gulp.dest('dist/')); - - return streamqueue({ objectMode:true }, scripts, templates) - .pipe(gulpif(/[.]min[.]js$/, gutil.noop(), uglify())) - .pipe(concat('app.min.js')) - .pipe(header(fs.readFileSync('license.js'))) - .pipe(eol('\n')) - .pipe(gulp.dest('dist/js/')); -}); - -gulp.task('css', function () { - exec('node fixfa.js', function (err, stdout, stderr) { - if (err) { - console.log(stdout); - console.log(stderr); - } - }); - - return gulp.src('src/index.html') - .pipe(ghtmlSrc({getFileName:getFileName.bind(this, 'href'), presets:'css'})) - .pipe(minifyCss({compatibility:'ie8'})) - .pipe(concat('app.min.css')) - .pipe(header(fs.readFileSync('license.js'))) - .pipe(eol('\n')) - .pipe(gulp.dest('dist/css/')); -}); - -gulp.task('less', function() { - return gulp.src(['src/*.less']) - .pipe(concat('app.min.less')) - .pipe(header(fs.readFileSync('license.js'))) - .pipe(eol('\n')) - .pipe(gulp.dest('./dist/css')); -}); - -gulp.task('gridstack', function() { - gulp.src('node_modules/gridstack/dist/gridstack.min.css').pipe(gulp.dest('dist/css/')); - gulp.src('node_modules/gridstack/dist/gridstack.jQueryUI.min.js').pipe(gulp.dest('dist/js/')); - gulp.src('node_modules/gridstack/dist/gridstack.min.js').pipe(gulp.dest('dist/js/')); - gulp.src('node_modules/gridstack/dist/gridstack.min.map').pipe(gulp.dest('dist/js/')); - gulp.src('node_modules/lodash/lodash.min.js').pipe(gulp.dest('dist/js/')); - gulp.src('node_modules/gridstack/src/gridstack-extra.scss') - .pipe(replace('$gridstack-columns: 12 !default;','$gridstack-columns: 30;')) - .pipe(sass({outputStyle: 'compressed'})) - .pipe(rename({extname: '.min.css'})) - .pipe(gulp.dest('dist/css')) - return; -}); - -var vendorPrefix = "vendor/"; -function getFileName(attr, node) { - var file = node.attr(attr); - if (file.indexOf(vendorPrefix) === 0) { - file = path.join("..", "node_modules", file.substr(vendorPrefix.length)); - } - return file; -} diff --git a/software/flow/node_modules/node-red-dashboard/index.js b/software/flow/node_modules/node-red-dashboard/index.js deleted file mode 100644 index 37e3fda..0000000 --- a/software/flow/node_modules/node-red-dashboard/index.js +++ /dev/null @@ -1,143 +0,0 @@ -/** - * Copyright JS Foundation and other contributors, http://js.foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - **/ - -var ui = null; - -function init(RED) { - if (!ui) { - ui = require("./ui")(RED); - } -} - -/* addWidget: - - options - - RED: RED object - - options: options to create dashboard widget - * [node] - the node that represents the control on a flow - * format - HTML code of widget - * [group] - group name (optional if templateScope = 'global') - * [width] - width of widget (default automatic) - * [height] - height of widget (default automatic) - * [order] - property to hold the placement order of the widget (default 0) - * [templateScope] - scope of widget/global or local (default local) - * [emitOnlyNewValues] - boolean (default true). - If true, it checks if the payload changed before sending it - to the front-end. If the payload is the same no message is sent. - * [forwardInputMessages] - boolean (default true). - If true, forwards input messages to the output - * [storeFrontEndInputAsState] - boolean (default true). - If true, any message received from front-end is stored as state - [persistantFrontEndValue] - boolean (default true). - If true, last received message is send again when front end reconnect. - * [convert] - callback to convert the value before sending it to the front-end - * [beforeEmit] - callback to prepare the message that is emitted to the front-end - * [convertBack] - callback to convert the message from front-end before sending it to the next connected node - * [beforeSend] - callback to prepare the message that is sent to the output - * [initController] - callback to initialize in controller -*/ - -function addWidget(RED, options) { - var is_local = (options.templateScope !== "global"); - var group = null; - var tab = null; - init(RED); - - var ui_control = { - type: "template", - order: options.order, - format: options.format, - class: "nr-dashboard-"+(options.node.type || "template-blank") - }; - - var node = options.node; - - if (isNaN(options.order)) { - node.warn("*** Order property not set. Please contact developer. ***"); - } - - if (is_local) { - group = RED.nodes.getNode(options.group); - if (group === null) { return; } - tab = RED.nodes.getNode(group.config.tab); - ui_control.width = options.hasOwnProperty("width") ? options.width : group.config.width; - ui_control.height = options.hasOwnProperty("height") ? options.height : 0; - } - else { - node = { - id: "-dummy-", - on: function() {} - }; - } - ui_control.templateScope = options.hasOwnProperty("templateScope") ? options.templateScope : "local"; - var ui_options = { - node: node, - control: ui_control - } - if (is_local) { - ui_options.group = group; - ui_options.tab = tab; - } - if (options.hasOwnProperty("emitOnlyNewValues")) { - ui_options.emitOnlyNewValues = options.emitOnlyNewValues; - } - if (options.hasOwnProperty("forwardInputMessages")) { - ui_options.forwardInputMessages = options.forwardInputMessages; - } - if (options.hasOwnProperty("storeFrontEndInputAsState")) { - ui_options.storeFrontEndInputAsState = options.storeFrontEndInputAsState; - } - if (options.hasOwnProperty("persistantFrontEndValue")) { - ui_options.persistantFrontEndValue = options.persistantFrontEndValue; - } - if (options.hasOwnProperty("convert")) { - ui_options.convert = options.convert; - } - if (options.hasOwnProperty("beforeEmit")) { - ui_options.beforeEmit = options.beforeEmit; - } - if (options.hasOwnProperty("convertBack")) { - ui_options.convertBack = options.convertBack; - } - if (options.hasOwnProperty("beforeSend")) { - ui_options.beforeSend = options.beforeSend; - } - if (options.hasOwnProperty("initController")) { - ui_control.initController = options.initController.toString(); - } - return ui.add(ui_options); -} - -/* getSizes: - returns the grid size in pixels - default - { sx: 48, sy: 48, gx: 6, gy: 6, cx: 6, cy: 6, px: 0, py: 0 } -*/ - -/* getTheme: - returns the current theme object -*/ - -/* isDark: - returns true or false if the dahsboard theme background is dark or light. -*/ - -module.exports = function (RED) { - return { - addWidget: function (options) { return addWidget(RED, options); }, - getSizes: function() { return require("./ui")(RED).getSizes(); }, - getTheme: function() { return require("./ui")(RED).getTheme(); }, - isDark: function() { return require("./ui")(RED).isDark(); } - }; -}; diff --git a/software/flow/node_modules/node-red-dashboard/license.js b/software/flow/node_modules/node-red-dashboard/license.js deleted file mode 100644 index 9b0d602..0000000 --- a/software/flow/node_modules/node-red-dashboard/license.js +++ /dev/null @@ -1,17 +0,0 @@ -/* */ -/* Copyright 2016,2020 JS Foundation and other contributors, https://js.foundation/ */ -/* Copyright 2016 IBM Corp. */ -/* Copyright 2015 Andrei Tatar */ -/* */ -/* Licensed under the Apache License, Version 2.0 (the "License"); */ -/* you may not use this file except in compliance with the License. */ -/* You may obtain a copy of the License at */ -/* */ -/* http://www.apache.org/licenses/LICENSE-2.0 */ -/* */ -/* Unless required by applicable law or agreed to in writing, software */ -/* distributed under the License is distributed on an "AS IS" BASIS, */ -/* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ -/* See the License for the specific language governing permissions and */ -/* limitations under the License. */ -/* */ diff --git a/software/flow/node_modules/node-red-dashboard/nodes/icons/ui_button.png b/software/flow/node_modules/node-red-dashboard/nodes/icons/ui_button.png deleted file mode 100644 index add7645..0000000 Binary files a/software/flow/node_modules/node-red-dashboard/nodes/icons/ui_button.png and /dev/null differ diff --git a/software/flow/node_modules/node-red-dashboard/nodes/icons/ui_chart.png b/software/flow/node_modules/node-red-dashboard/nodes/icons/ui_chart.png deleted file mode 100644 index 93e7e14..0000000 Binary files a/software/flow/node_modules/node-red-dashboard/nodes/icons/ui_chart.png and /dev/null differ diff --git a/software/flow/node_modules/node-red-dashboard/nodes/icons/ui_colour_picker.png b/software/flow/node_modules/node-red-dashboard/nodes/icons/ui_colour_picker.png deleted file mode 100644 index a3eec52..0000000 Binary files a/software/flow/node_modules/node-red-dashboard/nodes/icons/ui_colour_picker.png and /dev/null differ diff --git a/software/flow/node_modules/node-red-dashboard/nodes/icons/ui_date_picker.png b/software/flow/node_modules/node-red-dashboard/nodes/icons/ui_date_picker.png deleted file mode 100644 index a94b50b..0000000 Binary files a/software/flow/node_modules/node-red-dashboard/nodes/icons/ui_date_picker.png and /dev/null differ diff --git a/software/flow/node_modules/node-red-dashboard/nodes/icons/ui_dropdown.png b/software/flow/node_modules/node-red-dashboard/nodes/icons/ui_dropdown.png deleted file mode 100644 index cd0fc33..0000000 Binary files a/software/flow/node_modules/node-red-dashboard/nodes/icons/ui_dropdown.png and /dev/null differ diff --git a/software/flow/node_modules/node-red-dashboard/nodes/icons/ui_form.png b/software/flow/node_modules/node-red-dashboard/nodes/icons/ui_form.png deleted file mode 100644 index c7198ad..0000000 Binary files a/software/flow/node_modules/node-red-dashboard/nodes/icons/ui_form.png and /dev/null differ diff --git a/software/flow/node_modules/node-red-dashboard/nodes/icons/ui_gauge.png b/software/flow/node_modules/node-red-dashboard/nodes/icons/ui_gauge.png deleted file mode 100644 index 9a2ae87..0000000 Binary files a/software/flow/node_modules/node-red-dashboard/nodes/icons/ui_gauge.png and /dev/null differ diff --git a/software/flow/node_modules/node-red-dashboard/nodes/icons/ui_numeric.png b/software/flow/node_modules/node-red-dashboard/nodes/icons/ui_numeric.png deleted file mode 100644 index 69a6d6e..0000000 Binary files a/software/flow/node_modules/node-red-dashboard/nodes/icons/ui_numeric.png and /dev/null differ diff --git a/software/flow/node_modules/node-red-dashboard/nodes/icons/ui_slider.png b/software/flow/node_modules/node-red-dashboard/nodes/icons/ui_slider.png deleted file mode 100644 index 86b485b..0000000 Binary files a/software/flow/node_modules/node-red-dashboard/nodes/icons/ui_slider.png and /dev/null differ diff --git a/software/flow/node_modules/node-red-dashboard/nodes/icons/ui_switch.png b/software/flow/node_modules/node-red-dashboard/nodes/icons/ui_switch.png deleted file mode 100644 index abe47c4..0000000 Binary files a/software/flow/node_modules/node-red-dashboard/nodes/icons/ui_switch.png and /dev/null differ diff --git a/software/flow/node_modules/node-red-dashboard/nodes/icons/ui_template.png b/software/flow/node_modules/node-red-dashboard/nodes/icons/ui_template.png deleted file mode 100644 index 0e5ff11..0000000 Binary files a/software/flow/node_modules/node-red-dashboard/nodes/icons/ui_template.png and /dev/null differ diff --git a/software/flow/node_modules/node-red-dashboard/nodes/icons/ui_text.png b/software/flow/node_modules/node-red-dashboard/nodes/icons/ui_text.png deleted file mode 100644 index 3638c00..0000000 Binary files a/software/flow/node_modules/node-red-dashboard/nodes/icons/ui_text.png and /dev/null differ diff --git a/software/flow/node_modules/node-red-dashboard/nodes/icons/ui_toast.png b/software/flow/node_modules/node-red-dashboard/nodes/icons/ui_toast.png deleted file mode 100644 index 6a4e73f..0000000 Binary files a/software/flow/node_modules/node-red-dashboard/nodes/icons/ui_toast.png and /dev/null differ diff --git a/software/flow/node_modules/node-red-dashboard/nodes/locales/de/ui_base.json b/software/flow/node_modules/node-red-dashboard/nodes/locales/de/ui_base.json deleted file mode 100644 index d59da6b..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/locales/de/ui_base.json +++ /dev/null @@ -1,100 +0,0 @@ -{ - "ui_base": { - "label": { - "dashboard": "Dashboard", - "category": "Dashboard", - "title": "Titel", - "options": "Optionen", - "date-format": "Datumsformat", - "sizes": "Größen", - "horizontal": "Horizontal", - "vertical": "Vertikal", - "widget-size": "1x1 Widget-Größe", - "widget-spacing": "Widget-Abstände", - "group-padding": "Gruppenabstände innen", - "group-spacing": "Gruppenabstände außen", - "layout": "Layout", - "angular": "Angular", - "theme": "Theme", - "site": "Site" - }, - "auto": "Auto", - "title": "Node-RED Dashboard", - "layout": { - "tab-and-link": "Tabs & Links", - "tab": "Tab", - "link": "Link", - "group": "Gruppe", - "edit": "Bearbeiten", - "spacer": "Abstand", - "layout": "Layout", - "layout-editor": "Dashboard Layout-Editor", - "width": "Breite", - "auto": "Automatische Größenanpassung", - "manual": "Manuelle Größenanpassung" - }, - "theme": { - "style": "Stil", - "custom-profile": "Benutzerdefiniertes Profil", - "custom-profile-name": "Erscheinungsbild ohne Titel 1", - "base-settings": "Basiseinstellungen", - "page-settings": "Seiteneinstellungen", - "page": { - "title": "Hintergrund Titelleiste", - "page": "Hintergrund Seite", - "side": "Hintergrund Seitenleiste" - }, - "group-settings": "Gruppeneinstellungen", - "group": { - "text": "Gruppentext", - "border": "Gruppenrand", - "background": "Gruppenhintergrund" - }, - "widget-settings": "Widget-Einstellungen", - "widget": { - "text": "Widget-Text", - "colour": "Widget-Farbe", - "background": "Widget-Hintergrund" - } - }, - "style": { - "light": "Hell (Standard)", - "dark": "Dunkel", - "custom": "Benutzerdefiniert", - "primary": "Primär", - "accents": "Akzente", - "background": "Hintergrund", - "warnings": "Warnungen", - "palette": "Hell / Dunkel" - }, - "base": { - "colour": "Farbe", - "font": "Schriftart" - }, - "font": { - "system": "System-Schriftart (Standard)" - }, - "site": { - "title": "Node-RED Dashboard", - "date-format": "DD.MM.YYYY" - }, - "title-bar": { - "show": "Titelleiste anzeigen", - "hide": "Titelleiste verbergen" - }, - "swipe": { - "no-swipe": "Kein Wischen zwischen Tabs", - "allow-swipe": "Wischen zwischen Tabs zulassen" - }, - "lock": { - "clicked": "Klicken, um das Seitenmenü anzuzeigen", - "locked": "Seitenmenü immer anzeigen", - "locked-icon": "Nur Icons anzeigen" - }, - "temp": { - "allow-theme": "Node-RED-Erscheinungsbild", - "no-theme": "Angular-Erscheinungsbild in ui_template", - "none": "Angular-Erscheinungsbild" - } - } -} diff --git a/software/flow/node_modules/node-red-dashboard/nodes/locales/de/ui_button.json b/software/flow/node_modules/node-red-dashboard/nodes/locales/de/ui_button.json deleted file mode 100644 index 3d4ca90..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/locales/de/ui_button.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "ui_button": { - "label": { - "group": "Gruppe", - "size": "Größe", - "icon": "Icon", - "optionalIcon": "Optionales Icon", - "label": "Beschriftung", - "optionalLabel": "Optionale Beschriftung", - "tooltip": "Tooltipp", - "optionalTooltip": "Optionaler Tooltipp", - "color": "Farbe", - "optionalColor": "Optionale Text/Icon-Farbe", - "background": "Hintergrund", - "optionalBackgroundColor": "Optionale Hintergrundfarbe", - "whenClicked": "Sende beim Klicken:", - "payload": "Payload", - "topic": "Topic", - "emulateClick": "Emuliere einen Klick bei einer eingehenden Nachricht:", - "className": "Klasse", - "classNamePlaceholder": "Optionale(r) CSS-Klassenname(n) für das Widget" - } - } -} diff --git a/software/flow/node_modules/node-red-dashboard/nodes/locales/de/ui_chart.html b/software/flow/node_modules/node-red-dashboard/nodes/locales/de/ui_chart.html deleted file mode 100644 index 1c189de..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/locales/de/ui_chart.html +++ /dev/null @@ -1,25 +0,0 @@ -<script type="text/html" data-help-name="ui_chart"> - <p>Zeichnet Eingangswerte in ein Diagramm, welches entweder ein zeitbasiertes Liniendiagramm, - ein Balkendiagramm (vertikal oder horizontal) oder ein Kreisdiagramm sein kann.</p> - <p>Jede eingehende <code>msg.payload</code>-Nachricht wird in einen Zahlenwert konvertiert. - Wenn die Konvertierung fehlschlägt, wird die Nachricht ignoriert.</p> - <p>Die Minimum- und Maximum-Werte für die <b>Y-Achse</b> sind optional. - Ohne diese wird das Diagramm automatisch anhand aller empfangenen Werte skaliert.</p> - <p>Mehrere Serien können im gleichen Diagramm angezeigt werden, - indem für jede Eingangsnachricht andere <code>msg.topic</code>-Werte verwendet werden. - Mit der Eigenschaft <code>msg.label</code> können mehrere Balken der selben Serie angezeigt werden.</p> - <p>Der Wertebereich der <b>X-Achse</b> wird durch ein Zeitfenster oder eine maximale Anzahl anzuzeigender Punkte vorgegeben. - Ältere Daten werden automatisch aus dem Diagramm entfernt. - Die Achsenbeschriftung kann mittels einer <a href="https://momentjs.com/docs/#/displaying/format/" target="_blank"> - Moment.js-zeitformatierten</a> Zeichenfolge benutzerdefiniert werden (z.B. D.M.Y für 21.3.2021).</p> - <p>Wird eine <code>msg.payload</code>-Nachricht mit einem leeren Array <code>[]</code> an den Eingang gesendet, - so wird das Diagramm gelöscht.</p> - <p><b><a href="https://github.com/node-red/node-red-dashboard/blob/master/Charts.md" target="_new">Hier</a></b> - sind weitere Informationen zum Vorformatieren von Daten verfügbar, um sie als vollständiges Diagramm zu übergeben.</p> - <p>Das <b>Leer-Text</b>-Feld kann verwendet werden, um den Text im Diagramm anzuzeigen, bevor gültige Daten empfangen wurden. - <p>Der <b>Beschriftung</b> kann auch durch eine Nachrichteneigenschaft festgelegt werden. - Dazu muss der Name der Eigenschaft in das Feld eingetragen werden, zum Beispiel <code>{{msg.topic}}</code>.</p> - <p>Der Node-Ausgang enthält ein Array des Diagrammstatus, das bei Bedarf gespeichert werden kann. - Wird dieses zum <code>ui_chart</code>-Node gesendet, so werden die gespeicherten Daten erneut angezeigt.</p> - <p>Wenn eine <b>Klasse</b> angegeben ist, wird sie der übergeordneten Karte hinzugefügt. Auf diese Weise können Sie CSS-Stile auf die ui-card und ihre untergeordneten Elemente anwenden. Die Klasse kann zur Laufzeit festgelegt werden, indem eine Zeichenfolgeneigenschaft <code>msg.className</code> festgelegt wird.</p> -</script> diff --git a/software/flow/node_modules/node-red-dashboard/nodes/locales/de/ui_chart.json b/software/flow/node_modules/node-red-dashboard/nodes/locales/de/ui_chart.json deleted file mode 100644 index 2ed42ff..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/locales/de/ui_chart.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "ui_chart": { - "label": { - "group": "Gruppe", - "size": "Größe", - "label": "Beschriftung", - "optionalChartTitle": "Optionaler Diagrammtitel", - "type": "Typ", - "lineChart": " &#xf201; Liniendiagramm", - "barChart": " &#xf080; Balkendiagramm", - "barChartH": " &#xf080; Balkendiagramm (H)", - "pieChart": " &#xf200; Kreisdiagramm", - "polarAreaChart": " &#xf200; Polargebietskarte", - "radarChart": " &#xf200; Radarkarte", - "enlargePoints": "Punkte vergrößern", - "xAxis": "X-Achse", - "last": "Letzten", - "seconds": "Sekunden", - "minutes": "Minuten", - "hours": "Stunden", - "days": "Tage", - "weeks": "Wochen", - "or": "oder", - "points": "Punkte", - "xAxisLabel": "X-Beschriftung", - "HHmmss": "HH:mm:ss", - "HHmm": "HH:mm", - "yearMonthDate": "Jahr-Monat-Tag", - "dateMonth": "Tag/Monat", - "dayHHmm": "Wochentag HH:mm", - "custom": "benutzerdefiniert", - "automatic": "automatisch", - "asUTC": "als UTC", - "yAxis": "Y-Achse", - "min": "min", - "max": "max", - "legend": "Legende", - "none": "Keine", - "show": "Anzeigen", - "interpolate": "Interpolation", - "linear": "Linear", - "step": "Stufen", - "bezier": "Bezier", - "cubic": "Kubisch", - "cubicMono": "Kubisch-Mono", - "cutout": "Ausschnitt", - "useFirstColourForAllBars": "Erste Farbe für alle Balken verwenden", - "seriesColours": "Serienfarben", - "blankLabel": "Leer-Text", - "displayThisTextBeforeValidDataArrives": "Anzuzeigender Text bevor gültige Daten eintreffen", - "useDifferentColor": "Unterschiedliche Farben für Datenserie verwenden", - "className": "Klasse", - "classNamePlaceholder": "Optionale(r) CSS-Klassenname(n) für das Widget" - } - } -} diff --git a/software/flow/node_modules/node-red-dashboard/nodes/locales/de/ui_form.html b/software/flow/node_modules/node-red-dashboard/nodes/locales/de/ui_form.html deleted file mode 100644 index 8a05261..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/locales/de/ui_form.html +++ /dev/null @@ -1,18 +0,0 @@ -<script type="text/html" data-help-name="ui_form"> - <p>Fügt dem Dashboard ein Eingabeformular hinzu.</p> - <p>Der <code>ui_form</code>-Node ermöglicht die Eingabe mehrerer Werte durch den Benutzer. - Beim Klicken auf die Schaltfläche <b>Senden</b> wird ein Objekt als <code>msg.payload</code> versendet.</p> - <p>Über die Schaltfläche <b>+Element</b> können Eingabeelemente hinzugefügt werden.</p> - <p>Jedes Element enthält folgende Einstellmöglichkeiten:</p> - <ul> - <li><b>Beschriftung:</b> Beschriftung des Elements in der Benutzeroberfläche</li> - <li><b>Name:</b> Schlüssel (Variablennamen), mit dem der Eingabewert in <code>msg.payload</code> abgelegt wird</li> - <li><b>Typ:</b> Typ des Eingabeelements</li> - <li><b>Erforderlich:</b> Markierund des Eingabefeldes als erfolderliche Benutzereingabe</li> - <li><b>Zeilen:</b> Zeilenanzahl bei mehrzeiligen Texteingabefeldern</li> - <li><b>Entfernen:</b> Entfernung des Elements aus dem Formular</li> - </ul> - <p>Über <b>Topic</b> kann die Eigenschaft <code>msg.topic</code> optional festgelegt werden.</p> - <p>Die Schaltfläche <b>Abbrechen</b> kann ausgeblendet werden, indem sein Feld leer gelassen wird.</p> - <p>Wenn eine <b>Klasse</b> angegeben ist, wird sie der übergeordneten Karte hinzugefügt. Auf diese Weise können Sie CSS-Stile auf die ui-card und ihre untergeordneten Elemente anwenden. Die Klasse kann zur Laufzeit festgelegt werden, indem eine Zeichenfolgeneigenschaft <code>msg.className</code> festgelegt wird.</p> -</script> diff --git a/software/flow/node_modules/node-red-dashboard/nodes/locales/de/ui_form.json b/software/flow/node_modules/node-red-dashboard/nodes/locales/de/ui_form.json deleted file mode 100644 index 19170e6..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/locales/de/ui_form.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "ui_form": { - "label": { - "group": "Gruppe", - "size": "Größe", - "label": "Beschriftung", - "optionalLabel": "Optionale Beschriftung", - "formElements": "Formular- elemente", - "type": "Typ", - "required": "Erforderlich", - "rows": "UiZeilen", - "remove": "Entfernen", - "egName": "z.B. Name", - "egName2": "z.B. Name", - "text": "Text", - "multiline": "Mehrzeilig", - "number": "Zahl", - "email": "E-Mail", - "password": "Kennwort", - "checkbox": "Auswahlkästchen", - "switch": "Schalter", - "date": "Datum", - "time": "Zeit", - "element": "Element", - "buttons": "Schaltflächen", - "submitButtonText": "Text Absenden-Schaltfläche", - "cancelButtonText": "Text Abbrechen-Schaltfläche", - "topic": "Topic", - "optionalMsgTopic": "Optionaler msg.topic", - "splitLayout": "Platzieren sie die formularelemente in 2 spalten", - "className": "Klasse", - "classNamePlaceholder": "Optionale(r) CSS-Klassenname(n) für das Widget" - } - } -} diff --git a/software/flow/node_modules/node-red-dashboard/nodes/locales/de/ui_group.json b/software/flow/node_modules/node-red-dashboard/nodes/locales/de/ui_group.json deleted file mode 100644 index 64bcf54..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/locales/de/ui_group.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "ui_group": { - "label": { - "name": "Name", - "tab": "Tab", - "width": "Breite", - "default": "Standard", - "group": "Gruppe", - "unassigned": "nicht zugewiesen", - "className": "Klasse", - "classNamePlaceholder": "Optionale(r) CSS-Klassenname(n) für das Widget" - }, - "display-name": "Gruppenname anzeigen", - "collapse-name": "Gruppenreduzierung zulassen" - } -} diff --git a/software/flow/node_modules/node-red-dashboard/nodes/locales/de/ui_link.json b/software/flow/node_modules/node-red-dashboard/nodes/locales/de/ui_link.json deleted file mode 100644 index e556a41..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/locales/de/ui_link.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "ui_link": { - "label": { - "name": "Name", - "link": "Link", - "icon": "Icon", - "open-in": "Öffnen im", - "new-tab": "neuen Tab", - "this-tab": "selben Tab", - "iframe": "iframe", - "className": "Klasse", - "classNamePlaceholder": "Optionale(r) CSS-Klassenname(n) für das Widget" - }, - "tip": "Das <b>Icon</b> kann entweder ein <a href=\"https://klarsys.github.io/angular-material-icons/\" target=\"_blank\">Material-Design-Icon</a> (z.B. <code>check</code> oder <code>close</code>), ein <a href=\"https://fontawesome.com/v4.7.0/icons/\" target=\"_blank\">Font-Awesome-Icon</a> (z.B. <code>fa-fire</code>) oder ein <a href=\"https://github.com/Paul-Reed/weather-icons-lite/blob/master/css_mappings.md\" target=\"_blank\">Wetter-Icon</a> (z.B. <code>wi-wu-sunny</code>) sein.</p><p>Des Weiteren können alle Google-Material-Icons verwendet werden, indem dem Icon-Namen <code>mi-</code> vorangestellt wird (z.B. <code>mi-videogame_asset</code>).</p>" - } -} diff --git a/software/flow/node_modules/node-red-dashboard/nodes/locales/de/ui_tab.json b/software/flow/node_modules/node-red-dashboard/nodes/locales/de/ui_tab.json deleted file mode 100644 index bddeb8e..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/locales/de/ui_tab.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "ui_tab": { - "label": { - "home": "Home", - "tab": "Tab", - "name": "Name", - "icon": "Icon", - "state": "Status", - "navmenu": "Nav. Menü", - "enabled": "Aktiviert", - "disabled": "Deaktivert", - "visible": "Sichtbar", - "hidden": "Versteckt" - }, - "info": { - "disabled": " Tab im Dashboard deaktiviert.", - "hidden": " Tab im Nav.-Menü versteckt." - }, - "tip": "Das <b>Icon</b> kann entweder ein <a href=\"https://klarsys.github.io/angular-material-icons/\" target=\"_blank\">Material-Design-Icon</a> (z.B. <code>check</code> oder <code>close</code>), ein <a href=\"https://fontawesome.com/v4.7.0/icons/\" target=\"_blank\">Font-Awesome-Icon</a> (z.B. <code>fa-fire</code>) oder ein <a href=\"https://github.com/Paul-Reed/weather-icons-lite/blob/master/css_mappings.md\" target=\"_blank\">Wetter-Icon</a> (z.B. <code>wi-wu-sunny</code>) sein.</p><p>Des Weiteren können alle Google-Material-Icons verwendet werden, indem dem Icon-Namen <code>mi-</code> vorangestellt wird (z.B. <code>mi-videogame_asset</code>).</p>" - } -} diff --git a/software/flow/node_modules/node-red-dashboard/nodes/locales/de/ui_template.html b/software/flow/node_modules/node-red-dashboard/nodes/locales/de/ui_template.html deleted file mode 100644 index 6cd40e3..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/locales/de/ui_template.html +++ /dev/null @@ -1,48 +0,0 @@ -<script type="text/html" data-help-name="ui_template"> - <p>Das template-Widget kann alle gültigen HTML- und Angular/Angular-Material-Anweisungen enthalten.</p> - <p>Dieser Node kann verwendet werden, um ein dynamisches Benutzeroberflächenelement zu erstellen, dessen Erscheinungsbild - basierend auf der Eingangsnachricht geändert wird, und kann Nachrichten an Node-RED zurücksenden.</p> - <p><b>Zum Beispiel:</b><br> - <pre style="font-size:smaller;"> -&lt;div layout=&quot;row&quot; layout-align=&quot;space-between&quot;&gt; - &lt;p&gt;The number is&lt;/p&gt; - &lt;font color=&quot;{{((msg.payload || 0) % 2 === 0) ? 'green' : 'red'}}&quot;&gt; - {{(msg.payload || 0) % 2 === 0 ? 'even' : 'odd'}} - &lt;/font&gt; -&lt;/div&gt;</pre> - Wird angezeigt, wenn die als <code>msg.payload</code> empfangene Zahl gerade oder ungerade ist. - Es wird auch die Farbe des Textes zu grün geändert, wenn die Zahl gerade ist, oder rot, wenn ungerade.</p> - <p>Das nächste Beispiel zeigt, wie eine eindeutige ID für Ihre Vorlage erstellt werden kann, - die Standardfarbe fürs Erscheinungsbild ausgewählt wird und wie auf eingehende Nachrichten geprüft werden kann. - <pre style="font-size:smaller;"> -&lt;div id="{{'my_'+$id}}" style="{{'color:'+theme.base_color}}"&gt;Some text&lt;/div&gt; -&lt;script&gt; -(function(scope) { - scope.$watch('msg', function(msg) { - if (msg) { - // Do something when msg arrives - $("#my_"+scope.$id).html(msg.payload); - } - }); -})(scope); -&lt;/script&gt;</pre> - Auf diese Weise erstellte Vorlagen können kopiert werden und bleiben unabhängig voneinander.</p> - <p><b>Senden einer Nachricht:</b><br> - <pre style="font-size:smaller;"> -&lt;script&gt; -var value = "hello world"; -// or overwrite value in your callback function ... -this.scope.action = function() { return value; } -&lt;/script&gt; -&lt;md-button ng-click=&quot;send({payload:action()})&quot;&gt; - Click me to send a hello world -&lt;/md-button&gt;</pre> - Zeigt einen Button an, welcher beim Klicken eine Nachricht mit Payload <code>'Hello world'</code> sendet.</p> - <p><b>Verwenden von <code>msg.template</code>:</b><br> - Der Vorlageninhalt kann auch über <code>msg.template</code> definiert werden. - So können beispielsweise externe Dateien verwendet werden.<br> - Die Vorlage wird bei eingehenden Nachrichten neu geladen, wenn sie verändert wurde.<br> - In das Vorlagefeld geschriebener Code wird ignoriert, wenn <code>msg.template</code> vorhanden ist.</p> - <p>Die folgenden Icon-Schriftarten sind verfügbar: <a href=\"https://klarsys.github.io/angular-material-icons/\" target=\"_blank\">Material-Design-Icon</a> (z.B. <code>check</code> oder <code>close</code>), ein <a href=\"https://fontawesome.com/v4.7.0/icons/\" target=\"_blank\">Font-Awesome-Icon</a> (z.B. <code>fa-fire</code>) oder ein <a href=\"https://github.com/Paul-Reed/weather-icons-lite/blob/master/css_mappings.md\" target=\"_blank\">Wetter-Icon</a> (z.B. <code>wi-wu-sunny</code>) sein.</p><p>Des Weiteren können alle Google-Material-Icons verwendet werden, indem dem Icon-Namen <code>mi-</code> vorangestellt wird (z.B. <code>mi-videogame_asset</code>).</p> - <p>Wenn eine <b>Klasse</b> angegeben ist, wird sie der übergeordneten Karte hinzugefügt. Auf diese Weise können Sie CSS-Stile auf die ui-card und ihre untergeordneten Elemente anwenden. Die Klasse kann zur Laufzeit festgelegt werden, indem eine Zeichenfolgeneigenschaft <code>msg.className</code> festgelegt wird.</p> -</script> diff --git a/software/flow/node_modules/node-red-dashboard/nodes/locales/de/ui_template.json b/software/flow/node_modules/node-red-dashboard/nodes/locales/de/ui_template.json deleted file mode 100644 index 8eb09e5..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/locales/de/ui_template.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "ui_template": { - "label": { - "type": "Vorlagentyp", - "local": "Widget in Gruppe", - "global": "Hinzugefügt zur <head>-Sektion der Seite", - "group": "Gruppe", - "size": "Größe", - "name": "Name", - "pass-through": "Nachrichten vom Eingang weiterleiten", - "store-state": "Ausgehende Nachrichten speichern", - "template": "Vorlage", - "expand": "Erweitern", - "resend": "Letzten Wert beim Aktualisieren neuladen", - "className": "Klasse", - "classNamePlaceholder": "Optionale(r) CSS-Klassenname(n) für das Widget" - } - } -} diff --git a/software/flow/node_modules/node-red-dashboard/nodes/locales/de/ui_ui_control.html b/software/flow/node_modules/node-red-dashboard/nodes/locales/de/ui_ui_control.html deleted file mode 100644 index 3216b6b..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/locales/de/ui_ui_control.html +++ /dev/null @@ -1,29 +0,0 @@ -<script type="text/html" data-help-name="ui_ui_control"> - <p>Ermöglicht die dynamische Steuerung des Dashboards.</p> - <p>Die Standardfunktion besteht darin, den aktuell angezeigten Tab zu ändern. - <code>msg.payload</code> sollte entweder ein Objekt der Form <code>{"tab":"my_tab_name"}</code> sein, - oder einfach der <b>Tab-Name</b> oder ein <b>numerischer Index</b> (ab 0) vom Tab oder Link, der angezeigt werden soll.</p> - <p>Das Senden eines leeren Namens "" aktualisiert die aktuell angezeigte Seite. - Es kann auch "+1" für den nächsten und "-1" für den vorherigen Tab gesendet werden.</p> - <p>Dashboard Seiten (also Tabs) können durch Senden eines <code>msg.payload</code>-Objektes im Format - <pre>{"tabs": {"hide": "tab_name_to_hide", "disable": ["secret_tab", "unused_stuff"]}}</pre> gesteuert werden. - Es sind zwei Zustände verfügbar: <b>show</b>/<b>hide</b> und <b>enable</b>/<b>disable</b></p> - <p>Die Sichtbarkeit von individuellen Widget-Gruppen können durch folgenden Payload gesteuert werden: - <pre>{"group": {"hide": ["tab_name_group_name_with_underscores"], "show": ["reveal_another_group"], "focus": true}}</pre> - <b>focus</b> ist optional und sorgt dafür, dass zu der richtigen Gruppe gescrollt wird. - Es können auch folgende Eigenschafen wie `open` und `close` verwendet werden, um den Status einer Gruppe zu setzen. - Die Gruppennamen sind die IDs der Gruppen und setzen sich aus <i>tab name</i> plus <i>group name</i> zusammen, - zusammengeschrieben mittels Leerzeichen-ersetzender Unterstriche.</p> - <p>Wenn ein Browser die Verbindung aufbaut oder verliert, den Tab wechselt oder eine Gruppe auf- bzw. zuklappt, - sendet dieser Node eine <code>msg</code> mit folgendem Inhalt:</p> - <ul> - <li><code>payload</code> - <i>connect</i>, <i>lost</i>, <i>change</i> oder <i>group</i> - <li><code>socketid</code> - die ID des Sockets (dies ändert sich jedes Mal, wenn der Browser die Seite neu lädt) - <li><code>socketip</code> - die IP-Adresse, von der die Verbindung stammt - <li><code>tab</code> - die Nummer des Tabs (nur für 'change' Ereignisse) - <li><code>name</code> - der Name des Tabs (nur für 'change' Ereignisse) - <li><code>group</code> - der Name der Gruppe (nur für 'group' Ereignisse) - <li><code>open</code> - der Status der Gruppe (nur für 'group' Ereignisse) - </ul> - <p>Optional - Nur neue Verbindungen melden - nützlich, um ein erneutes Senden von Daten an einen neuen Client auszulösen, ohne dass andere Ereignisse herausgefiltert werden müssen.</p> -</script> diff --git a/software/flow/node_modules/node-red-dashboard/nodes/locales/de/ui_ui_control.json b/software/flow/node_modules/node-red-dashboard/nodes/locales/de/ui_ui_control.json deleted file mode 100644 index 7a75486..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/locales/de/ui_ui_control.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "ui_ui_control": { - "label": { - "name": "Name" - }, - "placeholder": { - "name": "Name" - } - } -} diff --git a/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_audio.html b/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_audio.html deleted file mode 100644 index 5173d72..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_audio.html +++ /dev/null @@ -1,16 +0,0 @@ -<script type="text/html" data-help-name="ui_audio"> - <p>Plays audio or text to speech (TTS) in the dashboard.</p> - <p>To work the dashboard web page must be open.</p> - <p>Expects <code>msg.payload</code> to contain a buffer of a <b>wav</b> or <b>mp3</b> file.</p> - <p>If your browser has native support for Text-to-Speech then a <code>msg.payload</code> - can also be a <b>string</b> to be read aloud.</p> - <p>Optionally setting <code>msg.level</code> from 0 to 100 will change the volume from 0 to 100%. Default is 100%. - In audio mode you can go up to 300, but you may get distortion.</p> - <p>When a <code>msg.reset</code> is available with value <code>true</code>, then playback of the current audio fragment will be stopped.</p> - <p>The <b>node status</b> reflects the current playback status: - <ul> - <li><b>started:</b> the audio fragment playback has been started.</li> - <li><b>reset:</b> the audio fragment playback has been reset (i.e. stopped before completed).</li> - </ul> - As soon as the audio fragment playback is completed, the node status will be cleared automatically.</p> -</script> diff --git a/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_base.html b/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_base.html deleted file mode 100644 index fa51334..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_base.html +++ /dev/null @@ -1,2 +0,0 @@ -<script type="text/html" data-help-name="ui_base"> -</script> diff --git a/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_base.json b/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_base.json deleted file mode 100644 index 5045846..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_base.json +++ /dev/null @@ -1,102 +0,0 @@ -{ - "ui_base": { - "label": { - "dashboard": "dashboard", - "category": "dashboard", - "title": "Title", - "options": "Options", - "date-format": "Date Format", - "sizes": "Sizes", - "horizontal": "Horizontal", - "vertical": "Vertical", - "widget-size": "1x1 Widget Size", - "widget-spacing": "Widget Spacing", - "group-padding": "Group Padding", - "group-spacing": "Group Spacing", - "layout": "Layout", - "angular": "Angular", - "theme": "Theme", - "site": "Site" - }, - "auto": "auto", - "title": "Node-RED Dashboard", - "layout": { - "tab-and-link": "Tabs & Links", - "tab": "tab", - "link": "link", - "group": "group", - "edit": "edit", - "spacer": "spacer", - "layout": "layout", - "layout-editor": "Dashboard layout editor", - "width": "Width", - "auto": "auto-sizing", - "manual": "manual resize" - }, - "theme": { - "style": "Style", - "custom-profile": "Custom Profile", - "custom-profile-name": "Untitled Theme 1", - "base-settings": "Base Settings", - "page-settings": "Page Settings", - "page": { - "title": "Title Bar Background", - "page": "Page Background", - "side": "Side Bar Background" - }, - "group-settings": "Group Settings", - "group": { - "text": "Group Text", - "border": "Group Border", - "background": "Group Background" - }, - "widget-settings": "Widget Settings", - "widget": { - "text": "Widget Text", - "colour": "Widget Colour", - "background": "Widget Background" - } - }, - "style": { - "light": "Light (default)", - "dark": "Dark", - "custom": "Custom", - "primary": "Primary", - "accents": "Accents", - "background": "Background", - "warnings": "Warnings", - "palette": "Light / Dark" - }, - "base": { - "colour": "Colour", - "font": "Font" - }, - "font": { - "system": "System Font (default)" - }, - "site": { - "title": "Node-RED Dashboard", - "date-format": "DD/MM/YYYY" - }, - "title-bar": { - "show": "Show the title bar", - "hide": "Hide the title bar" - }, - "swipe": { - "no-swipe": "No swipe between tabs", - "allow-swipe": "Allow swipe between tabs", - "allow-swipe-mouse": "Allow swipe (+mouse) between tabs", - "show-menu": "Swipe to open/close menu" - }, - "lock": { - "clicked": "Click to show side menu", - "locked": "Always show side menu", - "locked-icon": "Always show icons only" - }, - "temp": { - "allow-theme": "Node-RED theme everywhere", - "no-theme": "Use Angular theme in ui_template", - "none": "Angular theme everywhere" - } - } -} diff --git a/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_button.html b/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_button.html deleted file mode 100644 index 0d11926..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_button.html +++ /dev/null @@ -1,20 +0,0 @@ -<script type="text/html" data-help-name="ui_button"> - <p>Adds a button to the user interface.</p> - <p>Clicking the button generates a message with <code>msg.payload</code> set to the <b>Payload</b> field. - If no payload is specified, the node id is used.</p> - <p>The <b>Size</b> defaults to 3 by 1.</p> - <p>The <b>Icon</b> can be defined, as either a <a href="https://klarsys.github.io/angular-material-icons/" target="_blank">Material Design icon</a> - <i>(e.g. 'check', 'close')</i> or a <a href="https://fontawesome.com/v4.7.0/icons/" target="_blank">Font Awesome icon</a> - <i>(e.g. 'fa-fire')</i>, or a <a href="https://github.com/Paul-Reed/weather-icons-lite/blob/master/css_mappings.md">Weather icon</a>. - You can use the full set of google material icons if you add 'mi-' to the icon name. e.g. 'mi-videogame_asset'.</p> - <p>The colours of the text and background may be set. They can also be set by a message property by setting - the field to the name of the property, for example <code>{{background}}</code>. - You don't need to prepend the <i>msg.</i> part of the property name.</p> - <p>The label and icon can also be set by a message property by setting - the field to the name of the property, for example <code>{{topic}}</code> or <code>{{myicon}}</code>.</p> - <p>If set to pass through mode a message arriving on the input will act like pressing the button. - The output payload will be as defined in the node configuration.</p> - <p>The incoming <b>topic</b> field can be used to set the <code>msg.topic</code> property that is output.</p> - <p>Setting <code>msg.enabled</code> to <code>false</code> will disable the button.</p> - <p>If a <b>Class</b> is specified, it will be added to the parent card. This way you can style the card and the elements inside it with custom CSS. The Class can be set at runtime by setting a <code>msg.className</code> string property.</p> -</script> diff --git a/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_button.json b/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_button.json deleted file mode 100644 index 2e0b414..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_button.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "ui_button": { - "label": { - "group": "Group", - "size": "Size", - "icon": "Icon", - "optionalIcon": "optional icon", - "label": "Label", - "optionalLabel": "optional label", - "tooltip": "Tooltip", - "optionalTooltip": "optional tooltip", - "color": "Color", - "optionalColor": "optional text/icon color", - "background": "Background", - "optionalBackgroundColor": "optional background color", - "whenClicked": "When clicked, send:", - "payload": "Payload", - "topic": "Topic", - "emulateClick": "If msg arrives on input, emulate a button click:", - "className": "Class", - "classNamePlaceholder": "Optional CSS class name(s) for widget" - } - } -} diff --git a/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_chart.html b/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_chart.html deleted file mode 100644 index c2141d2..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_chart.html +++ /dev/null @@ -1,21 +0,0 @@ -<script type="text/html" data-help-name="ui_chart"> - <p>Plots the input values on a chart. This can either be a time based line chart, a bar chart (vertical or horizontal), - or a pie chart.</p> - <p>Each input <code>msg.payload</code> value will be converted to a number. If the - conversion fails, the message is ignored.</p> - <p>Minimum and Maximum <b>Y</b> axis values are optional. The graph will auto-scale to any values received.</p> - <p>Multiple series can be shown on the same chart by using a different <code>msg.topic</code> - value on each input message. Multiple bars of the same series can be shown by using the <code>msg.label</code> property.</p> - <p>The <b>X</b> axis defines a time window or a maximum number of points to display. Older data will be automatically removed from the graph. - The axis labels can be formatted using a <a href="https://momentjs.com/docs/#/displaying/format/" target="_blank"> - Moment.js time formatted</a> string.</p> - <p>Inputting a <code>msg.payload</code> containing a blank array <code>[]</code> will clear the chart.</p> - <p>See <b><a href="https://github.com/node-red/node-red-dashboard/blob/master/Charts.md" target="_new">this information</a></b> - for how to pre-format data to be passed in as a complete chart.</p> - <p>The <b>Blank label</b> field can be used to display some text before any valid data is received.</p> - <p>The label can also be set by a message property by setting - the field to the name of the property, for example <code>{{msg.topic}}</code>.</p> - <p>The node output contains an array of the chart state that can be persisted if needed. This can be passed - into the chart node to re-display the persisted data.</p> - <p>If a <b>Class</b> is specified, it will be added to the parent card. This way you can style the card and the elements inside it with custom CSS. The Class can be set at runtime by setting a <code>msg.className</code> string property.</p> -</script> diff --git a/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_chart.json b/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_chart.json deleted file mode 100644 index 9a3b6e1..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_chart.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "ui_chart": { - "label": { - "group": "Group", - "size": "Size", - "label": "Label", - "optionalChartTitle": "optional chart title", - "type": "Type", - "lineChart": " &#xf201; Line chart", - "barChart": " &#xf080; Bar chart", - "barChartH": " &#xf080; Bar chart (H)", - "pieChart": " &#xf200; Pie chart", - "polarAreaChart": " &#xf200; Polar area chart", - "radarChart": " &#xf200; Radar chart", - "enlargePoints": "enlarge points", - "xAxis": "X-axis", - "last": "last", - "seconds": "seconds", - "minutes": "minutes", - "hours": "hours", - "days": "days", - "weeks": "weeks", - "or": "OR", - "points": "points", - "xAxisLabel": "X-axis Label", - "HHmmss": "HH:mm:ss", - "HHmm": "HH:mm", - "yearMonthDate": "Year-Month-Date", - "dateMonth": "Date/Month", - "dayHHmm": "Day HH:mm", - "custom": "custom", - "automatic": "automatic", - "asUTC": "as UTC", - "yAxis": "Y-axis", - "min": "min", - "max": "max", - "legend": "Legend", - "none": "None", - "show": "Show", - "interpolate": "Interpolate", - "linear": "linear", - "step": "step", - "bezier": "bezier", - "cubic": "cubic", - "cubicMono": "cubic-mono", - "cutout": "Cutout", - "useFirstColourForAllBars": "Use first colour for all bars", - "seriesColours": "Series Colours", - "blankLabel": "Blank label", - "displayThisTextBeforeValidDataArrives": "display this text before valid data arrives", - "useDifferentColor": "Use different colour for series data", - "className": "Class", - "classNamePlaceholder": "Optional CSS class name(s) for widget" - } - } -} diff --git a/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_colour_picker.html b/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_colour_picker.html deleted file mode 100644 index 7f03595..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_colour_picker.html +++ /dev/null @@ -1,10 +0,0 @@ -<script type="text/html" data-help-name="ui_colour_picker"> - <p>Adds a colour picker to the dashboard.</p> - <p>If the group width is 4 or greater then the picker can be set to be visible at all times.</p> - <p><b>Format</b> can be rgb, hex, hex8, hsv, or hsl. Transparency is supported for all except hex.</p> - <p>If a <b>Topic</b> is specified, it will be added as <code>msg.topic</code>.</p> - <p>Setting <code>msg.enabled</code> to <code>false</code> will disable the input.</p> - <p>If set to ‘pass through mode’ a message arriving on the input will be evaluated for any colour format available - as Format. If the conversion fails #000000 will be used.</p> - <p>If a <b>Class</b> is specified, it will be added to the parent card. This way you can style the card and the elements inside it with custom CSS. The Class can be set at runtime by setting a <code>msg.className</code> string property.</p> -</script> diff --git a/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_date_picker.html b/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_date_picker.html deleted file mode 100644 index 4c5ea6a..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_date_picker.html +++ /dev/null @@ -1,7 +0,0 @@ -<script type="text/html" data-help-name="ui_date_picker"> - <p>Adds a date picker widget to the user interface.</p> - <p>The date display can be formatted in the Dashboard - Site tab using <a href="https://momentjs.com/docs/#/displaying/"> - moment.js</a> formatting. For example <code>MM/DD/YYYY</code>, <code>Do MMM YYYY</code> or <code>YYYY-MM-DD</code>.</p> - <p>Setting <code>msg.enabled</code> to <code>false</code> will disable the input.</p> - <p>If a <b>Class</b> is specified, it will be added to the parent card. This way you can style the card and the elements inside it with custom CSS. The Class can be set at runtime by setting a <code>msg.className</code> string property.</p> -</script> diff --git a/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_dropdown.html b/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_dropdown.html deleted file mode 100644 index b57e03f..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_dropdown.html +++ /dev/null @@ -1,16 +0,0 @@ -<script type="text/html" data-help-name="ui_dropdown"> - <p>Adds a dropdown select box to the user interface.</p> - <p>Multiple value / label pairs can be added as required. If the label is not specified the - value will be used for both.</p> - <p>The configured value of the selected item will be returned as <code>msg.payload</code>.</p> - <p>Setting <code>msg.payload</code> to one of the item values will preset the choice in the dropdown. - If using the multi-select option then the payload should be an array of values.</p> - <p>Optionally the <b>Topic</b> field can be used to set the <code>msg.topic</code> property.</p> - <p>The Options may be configured by inputting <code>msg.options</code> containing an array. - If just text then the value will be the same as the label, otherwise you can specify both by - using an object of <code>"label":"value"</code> pairs :</p> - <code>[ "Choice 1", "Choice 2", {"Choice 3":"3"} ]</code> - <p></p> - <p>If the "Allow multiple selections" output option is enabled - the result will be returned as an array instead of a string.</p> - <p>If a <b>Class</b> is specified, it will be added to the parent card. This way you can style the card and the elements inside it with custom CSS. The Class can be set at runtime by setting a <code>msg.className</code> string property.</p> -</script> diff --git a/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_form.html b/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_form.html deleted file mode 100644 index 4da55a5..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_form.html +++ /dev/null @@ -1,17 +0,0 @@ -<script type="text/html" data-help-name="ui_form"> - <p>Adds a form to user interface.</p> - <p>Helps to collect multiple value from the user on submit button click as an object in <code>msg.payload</code> </p> - <p>Multiple input elements can be added using add elements button</p> - <p>Each element contains following components:</p> - <ul> - <li> <b>Label</b> : Value that will be the label of the element in the user interface</li> - <li> <b>Name</b> : Represents the key (variable name) in the <code>msg.payload</code> in which the value of the corresponding element present</li> - <li> <b>Type</b> : Drop down option to select the type of input element</li> - <li> <b>Required</b> : On switching on the user has to supply the value before submitting</li> - <li> <b>Rows</b> : number of UI rows for multiline text input</li> - <li> <b>Delete</b> : To remove the current element from the form</li> - </ul> - <p>Optionally the <b>Topic</b> field can be used to set the <code>msg.topic</code> property.</p> - <p>The Cancel button can be hidden by setting it's value to be blank "".</p> - <p>If a <b>Class</b> is specified, it will be added to the parent card. This way you can style the card and the elements inside it with custom CSS. The Class can be set at runtime by setting a <code>msg.className</code> string property.</p> -</script> diff --git a/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_form.json b/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_form.json deleted file mode 100644 index 545efa2..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_form.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "ui_form": { - "label": { - "group": "Group", - "size": "Size", - "label": "Label", - "optionalLabel": "optional label", - "formElements": "Form elements", - "type": "Type", - "required": "Required", - "rows": "UiRows", - "remove": "Remove", - "egName": "e.g. Name", - "egName2": "e.g. name", - "text": "Text", - "multiline": "Multiline", - "number": "Number", - "email": "E-mail", - "password": "Password", - "checkbox": "Checkbox", - "switch": "Switch", - "date": "Date", - "time": "Time", - "element": "element", - "buttons": "Buttons", - "submitButtonText": "submit button text", - "cancelButtonText": "cancel button text", - "topic": "Topic", - "optionalMsgTopic": "optional msg.topic", - "splitLayout":"Place the form elements in two columns", - "className": "Class", - "classNamePlaceholder": "Optional CSS class name(s) for widget" - } - } -} diff --git a/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_gauge.html b/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_gauge.html deleted file mode 100644 index cecdb3a..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_gauge.html +++ /dev/null @@ -1,15 +0,0 @@ -<script type="text/html" data-help-name="ui_gauge"> - <p>Adds a gauge type widget to the user interface.</p> - <p>The <code>msg.payload</code> is searched for a numeric <i>value</i> and is formatted in accordance with - the defined <b>Value Format</b>, which can then be formatted using - <a href="https://docs.angularjs.org/api/ng/filter" target="_blank">Angular filters</a>.</p> - <p>For example : <code>{{value | number:1}}%</code> will round the value to one decimal place and append a % sign.</p> - <p>The colours of each of 3 sectors can be specified and the gauge will blend between them. - The colours should be specified in hex (#rrggbb) format.</p> - <p>If you specify numbers for the sectors then the colours changes per sector. - If not specified the colours are blended across the total range.</p> - <p>The gauge has several modes. Regular gauge, donut, compass and wave.</p> - <p>The label can also be set by a message property by setting - the field to the name of the property, for example <code>{{msg.topic}}</code>.</p> - <p>If a <b>Class</b> is specified, it will be added to the parent card. This way you can style the card and the elements inside it with custom CSS. The Class can be set at runtime by setting a <code>msg.className</code> string property.</p> -</script> diff --git a/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_group.html b/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_group.html deleted file mode 100644 index 457cf7d..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_group.html +++ /dev/null @@ -1,4 +0,0 @@ -<script type="text/html" data-help-name="ui_group"> - <p>Group</p> - <p>If a <b>Class</b> is specified, it will be added to the parent card. This way you can style the card and the elements inside it with custom CSS. The Class can be set at runtime by setting a <code>msg.className</code> string property.</p> -</script> diff --git a/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_group.json b/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_group.json deleted file mode 100644 index a7ee380..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_group.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "ui_group" : { - "label" : { - "name" : "Name", - "tab" : "Tab", - "width" : "Width", - "default" : "Default", - "group" : "Group", - "unassigned" : "unassigned", - "className": "Class", - "classNamePlaceholder": "Optional CSS class name(s) for widget" - }, - "display-name" : "Display group name", - "collapse-name" : "Allow group to be collapsed" - } -} diff --git a/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_link.html b/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_link.html deleted file mode 100644 index c1be751..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_link.html +++ /dev/null @@ -1,8 +0,0 @@ -<script type="text/html" data-help-name="ui_link"> - <p>The <b>Icon</b> can be defined, as either a <a href="https://klarsys.github.io/angular-material-icons/" target="_blank">Material Design icon</a> - <i>(e.g. 'check', 'close')</i> or a <a href="https://fontawesome.com/v4.7.0/icons/" target="_blank">Font Awesome icon</a> - <i>(e.g. 'fa-fire')</i>, or a <a href="https://github.com/Paul-Reed/weather-icons-lite/blob/master/css_mappings.md">Weather icon</a>. - You can use the full set of google material icons if you add 'mi-' to the icon name. e.g. 'mi-videogame_asset'.</p> - <p>The <b>Open in</b> field controls whether the link opens in a <i>New Tab</i>, or if the link is opened within an <i>iframe</i> on the same page. Some sites, including Google, do not allow the rendering of their page inside an iframe. If you select the <i>iframe</i> option and the site does not show, this is simply because that site forbids the use of it inside an iframe.</p> - <p>If a <b>Class</b> is specified, it will be added to the parent card. This way you can style the card and the elements inside it with custom CSS. The Class can be set at runtime by setting a <code>msg.className</code> string property.</p> -</script> diff --git a/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_link.json b/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_link.json deleted file mode 100644 index 49ba609..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_link.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "ui_link" : { - "label" : { - "name" : "Name", - "link" : "Link", - "icon" : "Icon", - "open-in" : "Open in", - "new-tab" : "New Tab", - "this-tab" : "This Tab", - "iframe" : "iframe", - "className": "Class", - "classNamePlaceholder": "Optional CSS class name(s) for widget" - }, - "tip" : "The <b>Icon</b> field can be either a <a href=\"https://klarsys.github.io/angular-material-icons/\" target=\"_blank\">Material Design icon</a> <i>(e.g. 'check', 'close')</i> or a <a href=\"https://fontawesome.com/v4.7.0/icons/\" target=\"_blank\">Font Awesome icon</a> <i>(e.g. 'fa-fire')</i>, or a <a href=\"https://github.com/Paul-Reed/weather-icons-lite/blob/master/css_mappings.md\" target=\"_blank\">Weather icon</a> <i>(e.g. 'wi-wu-sunny')</i>.</p><p>You can use the full set of google material icons if you add 'mi-' to the icon name. e.g. 'mi-videogame_asset'.</p>" - } -} diff --git a/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_numeric.html b/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_numeric.html deleted file mode 100644 index 5cfacdc..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_numeric.html +++ /dev/null @@ -1,17 +0,0 @@ -<script type="text/html" data-help-name="ui_numeric"> - <p>Adds a numeric input widget to the user interface.</p> - <p>The user can set the value between - the limits (<b>min</b> and <b>max</b>). Each value change will generate a <code>msg.payload</code>.</p> - <p>If <b>Topic</b> is specified, it will be added as <code>msg.topic</code>.<p> - <p>Any input <code>msg.payload</code> will be converted to a number, the <b>min</b> value will be used if conversion fails, - and it will update the user interface. If the value changes, it will also be passed to the output.</p> - <p>The <b>Value Format</b> field can be used to change the displayed format. For example, a <b>Value Format</b> - of <code>{{value}} %</code> - with a value of <b>23</b> will show <b>23 %</b> on the user interface. The <b>Value Format</b> field can contain - HTML or Angular filters to format the output (eg: <code>&amp;deg;</code> will show the degree symbol).</p> - <p>Setting the Value Format field to <code>{{msg.payload}}</code> will make the input field editable so you can type in a number.</p> - <p>The label can also be set by a message property by setting - the field to the name of the property, for example <code>{{msg.topic}}</code>.</p> - <p>Setting <code>msg.enabled</code> to <code>false</code> will disable the widget output.</p> - <p>If a <b>Class</b> is specified, it will be added to the parent card. This way you can style the card and the elements inside it with custom CSS. The Class can be set at runtime by setting a <code>msg.className</code> string property.</p> -</script> diff --git a/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_slider.html b/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_slider.html deleted file mode 100644 index ab581a7..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_slider.html +++ /dev/null @@ -1,15 +0,0 @@ -<script type="text/html" data-help-name="ui_slider"> - <p>Adds a slider widget to the user interface.</p> - <p>The user can change its value between the limits (<b>min</b> and <b>max</b>). Each value change - will generate a message with the value set as <b>payload</b>.</p> - <p>A vertical slider can be created by setting the size so that the height is greater than the width.</p> - <p>The slider can be reversed by setting the min value larger than the max value. e.g. min 100, max 0.</p> - <p>If a <b>Topic</b> is specified, it will be added as <code>msg.topic</code>.</p> - <p>An input <code>msg.payload</code> will be converted to a number, and used to preset a value. - The <b>min</b> value will be used if conversion fails, - and it will update the user interface. If the value changes, it will also be passed to the output.</p> - <p>The label can also be set by a message property by setting - the field to the name of the property, for example <code>{{msg.topic}}</code>.</p> - <p>Setting <code>msg.enabled</code> to <code>false</code> will disable the slider output.</p> - <p>If a <b>Class</b> is specified, it will be added to the parent card. This way you can style the card and the elements inside it with custom CSS. The Class can be set at runtime by setting a <code>msg.className</code> string property.</p> -</script> diff --git a/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_spacer.html b/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_spacer.html deleted file mode 100644 index 4784cf6..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_spacer.html +++ /dev/null @@ -1,3 +0,0 @@ -<script type="text/html" data-help-name="ui_spacer"> - <p>If a <b>Class</b> is specified, it will be added to the parent card. This way you can style the card and the elements inside it with custom CSS. The Class can be set at runtime by setting a <code>msg.className</code> string property.</p> -</script> diff --git a/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_switch.html b/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_switch.html deleted file mode 100644 index 0954ee8..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_switch.html +++ /dev/null @@ -1,19 +0,0 @@ -<script type="text/html" data-help-name="ui_switch"> - <p>Adds a switch to the user interface.</p> - <p>Each change in the state of the switch will generate - a <code>msg.payload</code> with the specified <b>On</b> and <b>Off</b> values.</p> - <p>The <b>On/Off Color</b> and <b>On/Off Icon</b> are optional fields. If they are all present, the default - toggle switch will be replaced with the relevant icons and their respective colors.</p> - <p>The <b>On/Off Icon</b> field can be either a <a href="https://klarsys.github.io/angular-material-icons/" target="_blank">Material Design icon</a> - <i>(e.g. 'check', 'close')</i> or a <a href="https://fontawesome.com/v4.7.0/icons/" target="_blank">Font Awesome icon</a> - <i>(e.g. 'fa-fire')</i>, or a <a href="https://github.com/Paul-Reed/weather-icons-lite/blob/master/css_mappings.md">Weather icon</a>. - You can use the full set of google material icons if you add 'mi-' to the icon name. e.g. 'mi-videogame_asset'.</p> - <p>In pass through mode the switch state can be updated by an incoming <code>msg.payload</code> with the specified values, - that must also match the specified type (number, string, etc). When not in passthrough mode then the icon can either - track the state of the output - or the input msg.payload, in order to provide a closed loop feedback.</p> - <p>The label can also be set by a message property by setting - the field to the name of the property, for example <code>{{msg.topic}}</code>.</p> - <p>If a <b>Topic</b> is specified, it will be added to the output as <code>msg.topic</code>.</p> - <p>Setting <code>msg.enabled</code> to <code>false</code> will disable the switch widget.</p> - <p>If a <b>Class</b> is specified, it will be added to the parent card. This way you can style the card and the elements inside it with custom CSS. The Class can be set at runtime by setting a <code>msg.className</code> string property.</p> -</script> diff --git a/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_tab.html b/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_tab.html deleted file mode 100644 index b460a30..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_tab.html +++ /dev/null @@ -1,13 +0,0 @@ -<script type="text/html" data-help-name="ui_tab"> - <p>Tab configuration for Dashboard</p> - <p><b>Disabled</b> pages are not included in the Dashboard app, and are therefore not functional. - The tab name still appears in the Navigation Menu (unless it is also hidden). - </p> - <p><b>Hidden</b> pages are not listed in the Left-hand Navigation Menu. - However, they are still active in the Dashboard, and can be shown by using a `ui_control` msg. - </p> - <p>The <b>Icon</b> field can be either a <a href="https://klarsys.github.io/angular-material-icons/" target="_blank">Material Design icon</a> - <i>(e.g. 'check', 'close')</i> or a <a href="https://fontawesome.com/v4.7.0/icons/" target="_blank">Font Awesome icon</a> - <i>(e.g. 'fa-fire')</i>, or a <a href="https://github.com/Paul-Reed/weather-icons-lite/blob/master/css_mappings.md">Weather icon</a>. - You can use the full set of google material icons if you add 'mi-' to the icon name. e.g. 'mi-videogame_asset'.</p> -</script> diff --git a/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_tab.json b/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_tab.json deleted file mode 100644 index b64cac1..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_tab.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "ui_tab" : { - "label" : { - "home" : "Home", - "tab" : "Tab", - "name" : "Name", - "icon" : "Icon", - "state" : "State", - "navmenu" : "Nav. Menu", - "enabled" : "Enabled", - "disabled" : "Disabled", - "visible" : "Visible", - "hidden" : "Hidden" - }, - "info": { - "disabled": " Tab is inactive in Dashboard.", - "hidden": " Tab is not shown in Navigation Menu." - }, - "tip" : "The <b>Icon</b> field can be either a <a href=\"https://klarsys.github.io/angular-material-icons/\" target=\"_blank\">Material Design icon</a> <i>(e.g. 'check', 'close')</i> or a <a href=\"https://fontawesome.com/v4.7.0/icons/\" target=\"_blank\">Font Awesome icon</a> <i>(e.g. 'fa-fire')</i>, or a <a href=\"https://github.com/Paul-Reed/weather-icons-lite/blob/master/css_mappings.md\" target=\"_blank\">Weather icon</a> <i>(e.g. 'wi-wu-sunny')</i>.</p><p>You can use the full set of google material icons if you add 'mi-' to the icon name. e.g. 'mi-videogame_asset'.</p>" - } -} diff --git a/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_template.html b/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_template.html deleted file mode 100644 index 8757bf6..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_template.html +++ /dev/null @@ -1,49 +0,0 @@ -<script type="text/html" data-help-name="ui_template"> - <p>The template widget can contain any valid html and Angular/Angular-Material directives.</p> - <p>This node can be used to create a dynamic user interface element that changes its appearance - based on the input message and can send back messages to Node-RED.</p> - <p><b>For example:</b><br> - <pre style="font-size:smaller;">&lt;div layout=&quot;row&quot; layout-align=&quot;space-between&quot;&gt; - &lt;p&gt;The number is&lt;/p&gt; - &lt;font color=&quot;{{((msg.payload || 0) % 2 === 0) ? 'green' : 'red'}}&quot;&gt; - {{(msg.payload || 0) % 2 === 0 ? 'even' : 'odd'}} - &lt;/font&gt; -&lt;/div&gt;</pre> - Will display if the number received as <code>msg.payload</code> is even or odd. It will also - change the color of the text to green if the number is even or red if odd.<br/> - The next example shows how to set a unique id for your template, pick up the default theme colour, - and watch for any incoming message.</p> - <pre style="font-size:smaller;"> -&lt;div id="{{'my_'+$id}}" style="{{'color:'+theme.base_color}}"&gt;Some text&lt;/div&gt; -&lt;script&gt; -(function(scope) { - scope.$watch('msg', function(msg) { - if (msg) { - // Do something when msg arrives - $("#my_"+scope.$id).html(msg.payload); - } - }); -})(scope); -&lt;/script&gt;</pre> - <p>Templates made in this way can be copied and remain independent of each other.</p> - <p><b>Sending a message:</b><br> - <pre style="font-size:smaller;"> -&lt;script&gt; -var value = "hello world"; -// or overwrite value in your callback function ... -this.scope.action = function() { return value; } -&lt;/script&gt; -&lt;md-button ng-click=&quot;send({payload:action()})&quot;&gt; - Click me to send a hello world -&lt;/md-button&gt;</pre> - Will display a button that when clicked will send a message with the payload <code>'Hello world'</code>.</p> - <p><b>Using <code>msg.template</code>:</b><br> - You can also define the template content via <code>msg.template</code>, so you can use external files for example.<br> - Template will be reloaded on input if it has changed.<br> - Code written in the Template field will be ignored when <code>msg.template</code> is present.</p> - <p>The following icon fonts are available: <a href="https://klarsys.github.io/angular-material-icons/" target="_blank">Material Design icon</a> - <i>(e.g. 'check', 'close')</i> or a <a href="https://fontawesome.com/v4.7.0/icons/" target="_blank">Font Awesome icon</a> - <i>(e.g. 'fa-fire')</i>, or a <a href="https://github.com/Paul-Reed/weather-icons-lite/blob/master/css_mappings.md">Weather icon</a>. - You can use the full set of Google material icons if you add 'mi-' to the icon name. e.g. 'mi-videogame_asset'.</p> - <p>If a <b>Class</b> is specified, it will be added to the parent card. This way you can style the card and the elements inside it with custom CSS. The Class can be set at runtime by setting a <code>msg.className</code> string property.</p> -</script> diff --git a/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_template.json b/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_template.json deleted file mode 100644 index 0dc0439..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_template.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "ui_template": { - "label": { - "type": "Template type", - "local": "Widget in group", - "global": "Added to site <head> section", - "group": "Group", - "size": "Size", - "name": "Name", - "pass-through": "Pass through messages from input.", - "store-state": "Add output messages to stored state.", - "template": "Template", - "expand": "Expand", - "resend": "Reload last value on refresh.", - "className": "Class", - "classNamePlaceholder": "Optional CSS class name(s) for widget" - } - } -} diff --git a/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_text.html b/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_text.html deleted file mode 100644 index aa015e3..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_text.html +++ /dev/null @@ -1,16 +0,0 @@ -<script type="text/html" data-help-name="ui_text"> - <p>Will display a non-editable text field on the user interface.</p> - <p>Each received <code>msg.payload</code> will update the text based on the provided <b>Value Format</b>.</p> - <p>The <b>Value Format</b> field can be used to change the displayed format and can contain valid HTML and - <a href="https://scotch.io/tutorials/all-about-the-built-in-angularjs-filters" target="_blank">Angular filters</a>.</p> - <p>For example: <code>{{value | uppercase}} &amp;deg;</code> will uppercase the payload text and add the degree symbol.</p> - <p>The label can also be set by a message property by setting - the field to the name of the property, for example <code>{{msg.topic}}</code>.</p> - <p>The following icon fonts are also available: <a href="https://klarsys.github.io/angular-material-icons/" target="_blank">Material Design icon</a> - <i>(e.g. 'check', 'close')</i> or a <a href="https://fontawesome.com/v4.7.0/icons/" target="_blank">Font Awesome icon</a> - <i>(e.g. 'fa-fire')</i>, or a <a href="https://github.com/Paul-Reed/weather-icons-lite/blob/master/css_mappings.md">Weather icon</a>. - You can use the full set of google material icons if you add 'mi-' to the icon name. e.g. 'mi-videogame_asset'.</p> - <p>The widget also has a class of <code>nr-dashboard-widget-{the_widget_label_with_underscores}</code> which can be used for additional - styling if required. You may need to use the <i>!important</i> flag to override the theme.</p> - <p>If a <b>Class</b> is specified, it will be added to the parent card. This way you can style the card and the elements inside it with custom CSS. The Class can be set at runtime by setting a <code>msg.className</code> string property.</p> -</script> diff --git a/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_text_input.html b/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_text_input.html deleted file mode 100644 index 9d551ae..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_text_input.html +++ /dev/null @@ -1,16 +0,0 @@ -<script type="text/html" data-help-name="ui_text_input"> - <p>Adds a text input field to the user interface. Mode can be regular text, email or color picker.</p> - <p>Any input is sent as <code>msg.payload</code>. If set to ‘pass through mode’ an arriving <code>msg.payload</code> - will be used if it is different from the existing text in the input field. This allows you to preset - the text of the input field.</p> - <p>The <b>Delay</b> <i>(default : 300ms)</i> sets the amount of time in milliseconds before the output is sent. - Setting to <code>0</code> waits for "Enter" or "Tab" key to send. Enter will send payload but remain in focus. - Tab will send payload and move to next field. Clicking elsewhere will also send the payload.</p> - <p>The email mode will color in red if it is not a valid address and will return undefined.</p> - <p>The time input type returns a number of milliseconds from midnight.</p> - <p>Not all browsers support the <i>week</i> and <i>month</i> input types, and may return <i>undefined</i>. - Please test your target browser(s) before use.</p> - <p>If a <b>Topic</b> is specified, it will be added as <code>msg.topic</code>.</p> - <p>Setting <code>msg.enabled</code> to <code>false</code> will disable the input.</p> - <p>If a <b>Class</b> is specified, it will be added to the parent card. This way you can style the card and the elements inside it with custom CSS. The Class can be set at runtime by setting a <code>msg.className</code> string property.</p> -</script> diff --git a/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_toast.html b/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_toast.html deleted file mode 100644 index ea77def..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_toast.html +++ /dev/null @@ -1,15 +0,0 @@ -<script type="text/html" data-help-name="ui_toast"> - <p>Shows <code>msg.payload</code> as a popup notification or OK / Cancel dialog - message on the user interface.</p> - <p>If a <code>msg.topic</code> is available it will be used as the title.</p> - <p>If you do not set an optional border highlight colour, then it can be set dynamically by <code>msg.highlight</code>.</p> - <p>You may also configure the position and duration of the toast notifications. If you leave the timeout blank - it can be set by <code>msg.timeout</code>. This does not apply to OK/Cancel dialogs. - <p>The dialog returns a <code>msg.payload</code> string of whatever you configure - the button label(s) to be. The second (cancel) button is optional, as is the return - value of <code>msg.topic</code>.</p> - <p>If you select 'OK, Cancel and Input' mode then <code>msg.payload</code> will contain - any text input by the user, rather than the OK button text.</p> - <p>Sending a blank payload will remove any active dialog without sending any data.</p> - <p>If a <b>Class</b> is specified, it will be added to the parent element. This way you can style the card and the elements inside it with custom CSS.</p> -</script> diff --git a/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_ui_control.html b/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_ui_control.html deleted file mode 100644 index 1701aae..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_ui_control.html +++ /dev/null @@ -1,28 +0,0 @@ -<script type="text/html" data-help-name="ui_ui_control"> - <p>Allows dynamic control of the Dashboard.</p> - <p>The default function is to change the currently displayed tab. <code>msg.payload</code> - should either be an object of the form <code>{"tab":"my_tab_name"}</code>, or just be the <b>tab name</b> - or <b>numeric index</b> (from 0) of the tab or link to be displayed.</p> - <p>Sending a blank tab name "" will refresh the current page. - You can also send "+1" for next tab and "-1" for previous tab.</p> - <p>Dashboard pages (i.e. "tabs") can be controlled by sending a <code>msg.payload</code> object with the format - <pre>{"tabs": {"hide": "tab_name_to_hide", "disable": ["secret_tab", "unused_stuff"]}}</pre>. - There are 2 toggle states available: <b>show</b>/<b>hide</b> and <b>enable</b>/<b>disable</b></p> - <p>Visibility of individual groups of widgets can controlled by a payload like - <pre>{"group": {"hide": ["tab_name_group_name_with_underscores"], "show": ["reveal_another_group"], "focus": true}}</pre> - where <b>focus</b> is optional and will cause the screen to scroll to show that group if required. - You can also use properties `open` and `close` to set the state of a group that can be controlled by the user. The group - names are the IDs of the groups and are typically formed from the <i>tab name</i> plus <i>group name</i> joined with - underscores replacing all spaces.</p> - <p>When any browser client connects or loses connection, changes tab, or expands or collapses a group this node will emit a <code>msg</code> containing:</p> - <ul> - <li><code>payload</code> - <i>connect</i>, <i>lost</i>, <i>change</i>, or <i>group</i>. - <li><code>socketid</code> - the ID of the socket (this will change every time the browser reloads the page). - <li><code>socketip</code> - the ip address from where the connection originated. - <li><code>tab</code> - the number of the tab. (only for 'change' event). - <li><code>name</code> - the name of the tab. (only for 'change' event). - <li><code>group</code> - the name of the group. (only for 'group' event). - <li><code>open</code> - the state of the group. (only for 'group' event). - </ul> - <p>Optional - report only connect events - useful to use to trigger a resend of data to a new client without needing to filter out other events.</p> -</script> diff --git a/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_ui_control.json b/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_ui_control.json deleted file mode 100644 index 7a75486..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/locales/en-US/ui_ui_control.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "ui_ui_control": { - "label": { - "name": "Name" - }, - "placeholder": { - "name": "Name" - } - } -} diff --git a/software/flow/node_modules/node-red-dashboard/nodes/locales/ja/ui_base.json b/software/flow/node_modules/node-red-dashboard/nodes/locales/ja/ui_base.json deleted file mode 100644 index a5fe6e7..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/locales/ja/ui_base.json +++ /dev/null @@ -1,99 +0,0 @@ -{ - "ui_base" : { - "label" : { - "dashboard" : "ダッシュボード", - "title" : "タイトル", - "options" : "オプション", - "date-format" : "日付形式", - "sizes" : "サイズ", - "horizontal" : "横", - "vertical" : "縦", - "widget-size" : "最小Widgetサイズ", - "widget-spacing" : "Widget間隔", - "group-padding" : "グループパディング", - "group-spacing" : "グループ間隔", - "layout" : "配置", - "angular": "Angular", - "theme" : "テーマ", - "site" : "サイト" - }, - "auto" : "自動", - "title" : "Node-REDダッシュボード", - "layout" : { - "tab-and-link" : "タブ & リンク", - "tab" : "タブ", - "link" : "リンク", - "group" : "グループ", - "edit" : "編集", - "spacer": "スペーサ", - "layout" : "レイアウト", - "layout-editor" : "ダッシュボードレイアウトエディタ", - "width" : "幅", - "auto": "自動サイズ調整", - "manual": "手動サイズ変更" - }, - "theme" : { - "style" : "スタイル", - "custom-profile" : "カスタムプロファイル", - "custom-profile-name" : "名称未設定テーマ 1", - "base-settings" : "基本設定", - "page-settings" : "ページ設定", - "page" : { - "title" : "タイトルバー背景色", - "page" : "ページ背景色", - "side" : "サイドバー背景色" - }, - "group-settings" : "グループ設定", - "group" : { - "text" : "グループ文字色", - "border" : "グループボーダー色", - "background" : "グループ背景色" - }, - "widget-settings" : "Widget設定", - "widget" : { - "text" : "Widget文字色", - "colour" : "Widget色", - "background" : "Widget背景色" - } - }, - "style" : { - "light" : "ライト (デフォルト)", - "dark" : "ダーク", - "custom" : "カスタム", - "primary" : "プライマリ", - "accents" : "アクセント", - "background" : "背景", - "warnings" : "警告", - "palette": "ライト/ダーク" - }, - "base" : { - "colour" : "色", - "font" : "フォント" - }, - "font" : { - "system" : "システムフォント (デフォルト)" - }, - "site" : { - "title" : "Node-RED ダッシュボード", - "date-format" : "YYYY/MM/DD" - }, - "title-bar" : { - "show" : "タイトルバー表示", - "hide" : "タイトルバー非表示" - }, - "swipe" : { - "no-swipe" : "スワイプによるタブ切り替えをしない", - "allow-swipe" : "スワイプによるタブ切り替えをする" - }, - "lock" : { - "clicked" : "サイドメニューをクリックで表示", - "locked" : "サイドメニューを表示したままにする", - "locked-icon": "常にアイコンのみを表示" - }, - "temp" : { - "no-theme" : "ui_templateでテーマ設定を許可しない", - "allow-theme" : "ui_templateでテーマ設定を許可する", - "none" : "Angularテーマを全ての箇所で使用" - } - } -} diff --git a/software/flow/node_modules/node-red-dashboard/nodes/locales/ja/ui_chart.html b/software/flow/node_modules/node-red-dashboard/nodes/locales/ja/ui_chart.html deleted file mode 100644 index c01b0dd..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/locales/ja/ui_chart.html +++ /dev/null @@ -1,13 +0,0 @@ -<script type="text/html" data-help-name="ui_chart"> - <p>入力値をグラフに出力します。このグラフは、時系列の折れ線グラフ、棒グラフ(縦や横)、円グラフのいずれかです。</p> - <p>入力値の<code>msg.payload</code>は、数値に変換されます。もし変換に失敗した場合は、メッセージは無視されます。</p> - <p><b>Y</b>軸の最小値と最大値を設定することは任意です。グラフは自動的に受け取った値を用いて自動的に目盛りを調整します。</p> - <p>入力メッセージ毎に異なる<code>msg.topic</code>の値を用いることで、1つのグラフに複数の系列を表示できます。<code>msg.label</code>プロパティを用いることで、同じ系列の複数の棒グラフを表示できます。</p> - <p><b>X</b>軸には、表示する時間、または最大のポイント数を定義します。古くなったデータは、自動的にグラフから削除されます。軸のラベルは、<a href="https://momentjs.com/docs/#/displaying/format/" target="_blank">Moment.jsの時間フォーマット</a>の文字列を用いて表示できます。</p> - <p><code>msg.payload</code>に空の配列<code>[]</code>を含む入力によってグラフを初期化できます。</p> - <p>全てのグラフに渡すデータの作成方法については、<b><a href="https://github.com/node-red/node-red-dashboard/blob/master/Charts.md" target="_new">本情報</a></b>を参照してください。</p> - <p><b>初期ラベル</b>フィールドを用いることで、有効なデータを受け取る前にテキストを表示しておくことができます。</p> - <p>プロパティ名(例えば<code>{{msg.topic}}</code>)をラベル欄に設定しておくことで、ラベルをメッセージのプロパティによって設定できます。</p> - <p>本ノードの出力には、必要に応じて保存されたグラフの状態を持つ配列が含まれています。本データをchartノードに渡すことで、保存されたデータを再表示することもできます。</p> - <p>クラスが指定されている場合、そのクラスは親要素に追加されます。 このようにして、カスタムCSSを使用して、カードとその中の要素のスタイルを設定できます。 クラスは、<code> msg.className </code>文字列プロパティを設定することで実行時に設定できます。</p> -</script> diff --git a/software/flow/node_modules/node-red-dashboard/nodes/locales/ja/ui_chart.json b/software/flow/node_modules/node-red-dashboard/nodes/locales/ja/ui_chart.json deleted file mode 100644 index 81fcb4c..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/locales/ja/ui_chart.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "ui_chart": { - "label": { - "group": "グループ", - "size": "サイズ", - "label": "ラベル", - "optionalChartTitle": "任意のグラフタイトル", - "type": "種類", - "lineChart": " &#xf201; 折れ線グラフ", - "barChart": " &#xf080; 棒グラフ", - "barChartH": " &#xf080; 棒グラフ(横)", - "pieChart": " &#xf200; 円グラフ", - "polarAreaChart": " &#xf200; 鶏頭図", - "radarChart": " &#xf200; レーダーチャート", - "enlargePoints": "ポイントを表示", - "xAxis": "X軸", - "last": "直近", - "seconds": "秒", - "minutes": "分", - "hours": "時間", - "days": "日", - "weeks": "週", - "or": "又は", - "points": "ポイント", - "xAxisLabel": "X軸ラベル", - "HHmmss": "HH:mm:ss", - "HHmm": "HH:mm", - "yearMonthDate": "年-月-日", - "dateMonth": "日/月", - "dayHHmm": "曜日 HH:mm", - "custom": "カスタム", - "automatic": "自動", - "asUTC": "UTCを使用", - "yAxis": "Y軸", - "min": "最小", - "max": "最大", - "legend": "凡例", - "none": "非表示", - "show": "表示", - "interpolate": "補完", - "linear": "直線", - "step": "段階", - "bezier": "ベジェ", - "cubic": "3次補間", - "cubicMono": "単調3次補間", - "cutout": "中心の切抜き率", - "useFirstColourForAllBars": "最初の色を全グラフで使用", - "seriesColours": "配色", - "blankLabel": "初期ラベル", - "displayThisTextBeforeValidDataArrives": "有効なデータが届く前に本文字列を表示", - "useDifferentColor": "シリーズに別の色を使用", - "className": "種類", - "classNamePlaceholder": "ウィジェット用のCSSクラス名(オプション)" - } - } -} diff --git a/software/flow/node_modules/node-red-dashboard/nodes/locales/ja/ui_form.html b/software/flow/node_modules/node-red-dashboard/nodes/locales/ja/ui_form.html deleted file mode 100644 index 8c76caf..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/locales/ja/ui_form.html +++ /dev/null @@ -1,17 +0,0 @@ -<script type="text/html" data-help-name="ui_form"> - <p>ユーザインターフェイスにフォームを追加します。</p> - <p>ユーザから複数の値を受け付け、送信ボタンのクリックによって、<code>msg.payload</code>のオブジェクトとして値を送信できます。</p> - <p>要素ボタンで追加することで、複数の入力向けの要素を追加できます。</p> - <p>各要素は、以下の部品を持っています:</p> - <ul> - <li> <b>ラベル</b> : ユーザインターフェイス上の要素のラベルとなる値</li> - <li> <b>名前</b> : 要素と対応する値を格納する<code>msg.payload</code>内のキー(変数名)</li> - <li> <b>種類</b> : 入力向けの要素の種類を選択するドロップダウンオプション</li> - <li> <b>必須</b> : 有効にするとユーザは送信前に値を埋める必要となる設定</li> - <li> <b>行数</b> : 複数行から成るテキスト入力欄UIの行数</li> - <li> <b>削除</b> : 現在の要素をフォームから削除</li> - </ul> - <p><b>Topic</b>欄は任意で<code>msg.topic</code>プロパティを設定するために用いることができます。</p> - <p>キャンセルボタンは、値に空白""を設定することで非表示にできます。</p> - <p>クラスが指定されている場合、そのクラスは親要素に追加されます。 このようにして、カスタムCSSを使用して、カードとその中の要素のスタイルを設定できます。 クラスは、<code> msg.className </code>文字列プロパティを設定することで実行時に設定できます。</p> -</script> diff --git a/software/flow/node_modules/node-red-dashboard/nodes/locales/ja/ui_form.json b/software/flow/node_modules/node-red-dashboard/nodes/locales/ja/ui_form.json deleted file mode 100644 index 6fa22b3..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/locales/ja/ui_form.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "ui_form": { - "label": { - "group": "グループ", - "size": "サイズ", - "label": "ラベル", - "optionalLabel": "任意のラベル", - "formElements": "フォームの要素", - "type": "種類", - "required": "必須", - "rows": "行数", - "remove": "削除", - "egName": "例) 名前", - "egName2": "例) name", - "text": "文字列", - "multiline": "複数行", - "number": "数値", - "email": "E-メール", - "password": "パスワード", - "checkbox": "チェックボックス", - "switch": "スイッチ", - "date": "日付", - "time": "時間", - "element": "要素", - "buttons": "ボタン", - "submitButtonText": "送信ボタンの文字列", - "cancelButtonText": "キャンセルボタンの文字列", - "topic": "トピック", - "optionalMsgTopic": "任意のmsg.topic", - "splitLayout": "フォーム要素を2列に配置", - "className": "種類", - "classNamePlaceholder": "ウィジェット用のCSSクラス名(オプション)" - } - } -} diff --git a/software/flow/node_modules/node-red-dashboard/nodes/locales/ja/ui_group.json b/software/flow/node_modules/node-red-dashboard/nodes/locales/ja/ui_group.json deleted file mode 100644 index 5f1e910..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/locales/ja/ui_group.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "ui_group" : { - "label" : { - "name" : "名前", - "tab" : "タブ", - "width" : "幅", - "default" : "デフォルト", - "group" : "グループ", - "unassigned" : "未設定", - "className": "種類", - "classNamePlaceholder": "ウィジェット用のCSSクラス名(オプション)" - }, - "display-name" : "グループ名を表示する", - "collapse-name" : "グループの折りたたみを有効にする" - } -} diff --git a/software/flow/node_modules/node-red-dashboard/nodes/locales/ja/ui_link.json b/software/flow/node_modules/node-red-dashboard/nodes/locales/ja/ui_link.json deleted file mode 100644 index ecd5a51..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/locales/ja/ui_link.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "ui_link" : { - "label" : { - "name" : "名前", - "link" : "リンク", - "icon" : "アイコン", - "open-in" : "開く方法", - "new-tab" : "新規タブ", - "this-tab" : "このタブ", - "iframe" : "iframe", - "className": "種類", - "classNamePlaceholder": "ウィジェット用のCSSクラス名(オプション)" - }, - "tip" : "<b>アイコン</b>フィールドには <a href=\"https://klarsys.github.io/angular-material-icons/\" target=\"_blank\">Material Design icon</a> <i>(例: 'check', 'close')</i>、<a href=\"https://fontawesome.com/v4.7.0/icons/\" target=\"_blank\">Font Awesome icon</a> <i>(例: 'fa-fire')</i>、もしくは <a href=\"https://github.com/Paul-Reed/weather-icons-lite/blob/master/css_mappings.md\" target=\"_blank\">Weather icon</a> <i>(例: 'wi-wu-sunny')</i>を指定できます。</p>" - } -} diff --git a/software/flow/node_modules/node-red-dashboard/nodes/locales/ja/ui_tab.json b/software/flow/node_modules/node-red-dashboard/nodes/locales/ja/ui_tab.json deleted file mode 100644 index aac24c8..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/locales/ja/ui_tab.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "ui_tab" : { - "label" : { - "home" : "ホーム", - "tab" : "タブ", - "name" : "名前", - "icon" : "アイコン", - "state" : "状態", - "navmenu" : "メニュー", - "enabled" : "有効", - "disabled" : "無効", - "visible" : "表示", - "hidden" : "非表示" - }, - "info": { - "disabled": " タブを無効化します", - "hidden": " タブを移動メニューに表示しません" - }, - "tip" : "<b>アイコン</b>フィールドには <a href=\"https://klarsys.github.io/angular-material-icons/\" target=\"_blank\">Material Design icon</a> <i>(例: 'check', 'close')</i>、<a href=\"https://fontawesome.com/v4.7.0/icons/\" target=\"_blank\">Font Awesome icon</a> <i>(例: 'fa-fire')</i>、もしくは <a href=\"https://github.com/Paul-Reed/weather-icons-lite/blob/master/css_mappings.md\" target=\"_blank\">Weather icon</a> <i>(例: 'wi-wu-sunny')</i>を指定できます。</p>" - } -} diff --git a/software/flow/node_modules/node-red-dashboard/nodes/locales/ja/ui_template.html b/software/flow/node_modules/node-red-dashboard/nodes/locales/ja/ui_template.html deleted file mode 100644 index f348c34..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/locales/ja/ui_template.html +++ /dev/null @@ -1,44 +0,0 @@ -<script type="text/html" data-help-name="ui_template"> - <p>Template WidgetにはHTMLコードおよびAngular/Angular-Materialディレクティブを指定できます。</p> - <p>このノードで動的なユーザインターフェイス要素を作成し、入力によって見た目を変更したり、メッセージをNode-REDに送り返したりできます。</p> - <p><b>例:</b><br> - <pre style="font-size:smaller;">&lt;div layout=&quot;row&quot; layout-align=&quot;space-between&quot;&gt; - &lt;p&gt;数値は&lt;/p&gt; - &lt;font color=&quot;{{((msg.payload || 0) % 2 === 0) ? 'green' : 'red'}}&quot;&gt; - {{(msg.payload || 0) % 2 === 0 ? '偶数' : '奇数'}} - &lt;/font&gt; -&lt;/div&gt;</pre> - このコードは<code>msg.payload</code>で受け取った数値が偶数か奇数かを表示します。同時に、偶数であれば緑に、奇数であれば赤にテキストの色を変更します。<br/> - 次は、一意なIDをテンプレートに設定、デフォルトのテーマカラーを設定、入力メッセージの到着を監視する例です。</p> - <pre style="font-size:smaller;"> -&lt;div id="{{'my_'+$id}}" style="{{'color:'+theme.base_color}}"&gt;何らかのテキスト&lt;/div&gt; -&lt;script&gt; -(function(scope) { - scope.$watch('msg', function(msg) { - if (msg) { - // メッセージ同着時に適当な処理を実行 - $("#my_"+scope.$id).html(msg.payload); - } - }); -})(scope); -&lt;/script&gt;</pre> - <p>この方法で作成したテンプレートはコピー可能です。コピーはそれぞれ独立して利用できます。</p> - <p><b>メッセージ送信:</b><br> - <pre style="font-size:smaller;"> -&lt;script&gt; -var value = "こんにちは世界"; -// もしくは、コールバック関数で値を書き換え -this.scope.action = function() { return value; } -&lt;/script&gt; -&lt;md-button ng-click=&quot;send({payload:action()})&quot;&gt; - クリックすると「こんにちは世界」を送信します -&lt;/md-button&gt;</pre> - この例は、クリックするとペイロードに<code>'こんにちは世界'</code>を持つメッセージを送信するボタンを表示します。</p> - <p><b><code>msg.template</code>の使用:</b><br> - <code>msg.template</code>によってテンプレートを定義することもできます。例えば、外部ファイルに格納したテンプレートを用いる場合に有用です。<br> - テンプレートは入力が変化した場合に再ロードされます。<br> - 「HTMLコード」フィールドに記述したコードは、<code>msg.template</code>が存在する場合には無視されます。</p> - <p>以下のアイコンフォントの利用も可能です: <a href="https://klarsys.github.io/angular-material-icons/" target="_blank">マテリアルデザインアイコン</a><i>(例:'check'、'close')</i>、<a href="https://fontawesome.com/v4.7.0/icons/" target="_blank">Font Awesomeアイコン</a><i>(例:'fa-fire')</i>、<a href="https://github.com/Paul-Reed/weather-icons-lite/blob/master/css_mappings.md">天気アイコン</a>。 - アイコン名に'mi-’に追加することでGoogleマテリアルアイコン一式を利用できます。例:'mi-videogame_asset'。</p> - <p>クラスが指定されている場合、そのクラスは親要素に追加されます。 このようにして、カスタムCSSを使用して、カードとその中の要素のスタイルを設定できます。 クラスは、<code> msg.className </code>文字列プロパティを設定することで実行時に設定できます。</p> -</script> diff --git a/software/flow/node_modules/node-red-dashboard/nodes/locales/ja/ui_template.json b/software/flow/node_modules/node-red-dashboard/nodes/locales/ja/ui_template.json deleted file mode 100644 index 66d01d2..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/locales/ja/ui_template.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "ui_template" : { - "label" : { - "type" : "コード種別", - "local" : "グループ内のWidget", - "global" : "<head>ヘッドセクションへ追加", - "group" : "グループ", - "size" : "サイズ", - "name" : "名前", - "pass-through" : "入力メッセージをそのまま渡す", - "store-state" : "出力メッセージを状態として保存", - "template" : "HTMLコード", - "expand": "展開する", - "resend": "更新時に最後の値を再度読み込む", - "className": "種類", - "classNamePlaceholder": "ウィジェット用のCSSクラス名(オプション)" - } - } -} diff --git a/software/flow/node_modules/node-red-dashboard/nodes/locales/ja/ui_ui_control.html b/software/flow/node_modules/node-red-dashboard/nodes/locales/ja/ui_ui_control.html deleted file mode 100644 index b09b7ae..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/locales/ja/ui_ui_control.html +++ /dev/null @@ -1,15 +0,0 @@ -<script type="text/html" data-help-name="ui_ui_control"> - <p>ダッシュボードの動的制御を行います</p> - <p>表示されているタブの切り替えが可能です。<code>msg.payload</code>に -The default function is to change the currently displayed tab. <code>msg.payload</code>に表示対象のタブもしくはリンクの<code>{tab:"タブ名"}</code>、<b>タブ名</b>、もしくは、<b>添字</b> (0起点)を指定します。</p> - <p>空のタブ名("")を送信すると、表示されているページを更新します。また、"+1"を送ると次のタブ、"-1"を送ると前のタブに切り替えられます。</p> - <p>widgetグループの表示を次のようなペイロードで制御できます。<br/> -<code>{group:{hide:["タブ名_グループ名"], show:["他_グループ_表示"], focus:true}}</code><br/> - <b>focus</b>は、グループが表示されるよう必要に応じて画面をスクロールするためのパラメータで、省略可能です。グループの指定は<i>タブ名</i>と<i>グループ名</i>を下線(_)で結合したものを用います。空白は下線で置き換えます。</p> - <p>クライアントのブラウザが接続もしくは切断した場合、次のプロパティを持つメッセージを送信します:</p> - <ul> - <li><code>payload</code> - <i>connect</i>もしくは<i>lost</i>, - <li><code>socketid</code> - ソケットID(ブラウザがページを再ロードする毎に変化します), - <li><code>socketip</code> - 接続元のIPアドレス。 - </ul> -</script> diff --git a/software/flow/node_modules/node-red-dashboard/nodes/locales/ja/ui_ui_control.json b/software/flow/node_modules/node-red-dashboard/nodes/locales/ja/ui_ui_control.json deleted file mode 100644 index 3076d25..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/locales/ja/ui_ui_control.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "ui_ui_control" : { - "label" : { - "name" : "名前" - }, - "placeholder" : { - "name" : "名前" - } - } -} diff --git a/software/flow/node_modules/node-red-dashboard/nodes/ui_audio.html b/software/flow/node_modules/node-red-dashboard/nodes/ui_audio.html deleted file mode 100644 index c1cff50..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/ui_audio.html +++ /dev/null @@ -1,69 +0,0 @@ -<!DOCTYPE html> - -<script type="text/javascript"> -(function() { - var myvoice = 0; - var voices; - RED.nodes.registerType('ui_audio',{ - category: RED._("node-red-dashboard/ui_base:ui_base.label.category"), - paletteLabel: 'audio out', - color: 'rgb(119, 198, 204)', - defaults: { - name: {value:""}, - group: {type: 'ui_group', required: true}, - voice: {value:""}, - always: {value:""} - }, - inputs:1, - outputs:0, - icon: "feed.png", - align: "right", - label: function() { return this.name||"audio out"; }, - labelStyle: function() { return this.name?"node_label_italic":""; }, - onpaletteadd: function() { - if ('speechSynthesis' in window) { voices = window.speechSynthesis.getVoices(); } - }, - oneditprepare: function() { - if ('speechSynthesis' in window) { - voices = window.speechSynthesis.getVoices(); - for (i = 0; i < voices.length ; i++) { - //console.log(i,voices[i].name,voices[i].lang,voices[i].voiceURI,voices[i].default); - var option = document.createElement('option'); - option.textContent = i + " : " + voices[i].name + ' (' + voices[i].lang + ')'; - if (voices[i].default) { option.textContent += ' -- DEFAULT'; } - option.setAttribute('value', voices[i].voiceURI); - document.getElementById("node-input-voice").appendChild(option); - } - $('#node-input-voice').val(this.voice || 0); - } - else { - $('#voice-input-row').hide(); - } - - $("#node-input-voice").on("change", function() { - myvoice = this.voice = $("#node-input-voice").val(); - }); - } - }); -})(); -</script> - -<script type="text/html" data-template-name="ui_audio"> - <div class="form-row"> - <label for="node-input-group"><i class="fa fa-table"></i> Group</label> - <input type="text" id="node-input-group"> - </div> - <div class="form-row" id="voice-input-row"> - <label for="node-input-voice"><i class="fa fa-language"></i> TTS Voice</label> - <select id="node-input-voice" style="width:70%"></select> - </div> - <div class="form-row"> - <label for="node-input-always"></label> - <input type="checkbox" checked id="node-input-always" style="display:inline-block; width:auto; vertical-align:top;"> - Play audio when window not in focus. - </div> - <div class="form-row"> - <label for="node-input-name"><i class="fa fa-tag"></i> Name</label> - <input type="text" id="node-input-name" placeholder="Name"> - </div> -</script> diff --git a/software/flow/node_modules/node-red-dashboard/nodes/ui_audio.js b/software/flow/node_modules/node-red-dashboard/nodes/ui_audio.js deleted file mode 100644 index b7b0aa8..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/ui_audio.js +++ /dev/null @@ -1,49 +0,0 @@ -module.exports = function(RED) { - var ui = require('../ui')(RED); - - function uiAudioNode(config) { - RED.nodes.createNode(this,config); - this.voice = config.voice; - this.group = config.group; - this.always = config.always || false; - if (this.group && RED.nodes.getNode(this.group).hasOwnProperty("config")) { - this.tabname = RED.nodes.getNode(RED.nodes.getNode(this.group).config.tab).name; - } - var node = this; - node.status({}); - - this.on('input', function(msg) { - if (msg.hasOwnProperty("level") && (isNaN(msg.level) || msg.level > 300 || msg.level < 0)) { - delete msg.level; - } - if (msg.reset == true) { - ui.emit('ui-audio', { reset:true, tabname:node.tabname, always:node.always }); - } - else if (Buffer.isBuffer(msg.payload)) { - ui.emit('ui-audio', { audio:msg.payload, tabname:node.tabname, always:node.always, vol:msg.level }); - } - else if (typeof msg.payload === "string") { - ui.emit('ui-audio', { tts:msg.payload, voice:(node.voice || msg.voice || 0), tabname:node.tabname, always:node.always, vol:msg.level }); - } - }); - - var updateStatus = function(audioStatus) { - if (audioStatus === "complete") { - // When the audio or speech has played completely, clear the node status - node.status({}); - } - else if (audioStatus.indexOf("error") === 0) { - node.status({shape:"ring",fill:"red",text:audioStatus}); - } - else { - node.status({shape:"dot",fill:"blue",text:audioStatus}); - } - }; - ui.ev.on('audiostatus', updateStatus); - - this.on('close', function() { - ui.ev.removeListener('audiostatus', updateStatus); - }) - } - RED.nodes.registerType("ui_audio", uiAudioNode); -} diff --git a/software/flow/node_modules/node-red-dashboard/nodes/ui_base.html b/software/flow/node_modules/node-red-dashboard/nodes/ui_base.html deleted file mode 100644 index 3308e8c..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/ui_base.html +++ /dev/null @@ -1,3324 +0,0 @@ -<style> - :root { - --nr-db-dark-text: #444; - --nr-db-light-text: #eee; - --nr-db-disabled-text: #999; - --nr-db-mid-grey: #7f7f7f; - } - .nr-db-sb { - position: absolute; - top: 1px; - bottom: 2px; - left: 1px; - right: 1px; - overflow-y: auto; - padding: 10px; - } - .nr-db-sb .form-row label { - display: block; - width: auto; - } - .nr-db-sb .form-row input, - .nr-db-sb .form-row select { - width: calc(100% - 100px); - margin-bottom:0; - } - .nr-db-sb .compact { - margin-bottom: 8px !important; - } - .nr-db-sb .red-ui-editableList-container { - padding: 0; - min-height: 250px; - height: auto; - } - .nr-db-sb-tab-list { - min-height: 250px; - height: auto; - } - .nr-db-sb-tab-list li { - padding: 0; - } - .nr-db-sb-tab-list-item { - border-radius: 4px; - color: var(--red-ui-primary-text-color, var(--nr-db-dark-text)); - } - .nr-db-sb-list-header { - cursor: pointer; - position:relative; - color: var(--red-ui-header-text-color, var(--nr-db-dark-text)); - padding:3px; - white-space: nowrap; - } - .nr-db-sb-list-header:hover { - color: var(--red-ui-secondary-text-color-hover, var(--nr-db-dark-text)); - } - .nr-db-sb-title-hidden { - text-decoration: line-through; - } - .nr-db-sb-title-disabled { - color: var(--red-ui-secondary-text-color-disabled, var(--nr-db-disabled-text)); - } - .nr-db-sb-tab-list-header { - background: var(--red-ui-secondary-background-selected, var(--nr-db-light-text)); - padding:5px; - } - .nr-db-sb-group-list-header:hover, - .nr-db-sb-widget-list-header:hover { - background: var(--red-ui-secondary-background-hover, var(--nr-db-light-text)); - } - .nr-db-sb-list-chevron { - width: 15px; - text-align: center; - margin: 3px 5px 3px 5px; - } - .nr-db-sb-tab-list-item .red-ui-editableList-container { - border-radius: 0; - border: none; - height: auto !important; - min-height: unset; - } - .nr-db-sb-list-handle { - vertical-align: top; - opacity: 0; - cursor: move; - } - .nr-db-sb-list-header:hover>.nr-db-sb-list-handle, - .nr-db-sb-list-header:hover>.nr-db-sb-list-header-button-group { - opacity: 1; - } - .nr-db-sb-list-header-button-group { - opacity: 0; - } - .nr-db-sb-list-handle { - color: var(--red-ui-tertiary-text-color, var(--nr-db-light-text)); - padding:5px; - } - .nr-db-sb-tab-list-header>.nr-db-sb-list-chevron { - margin-left: 0px; - transition: transform 0.2s ease-in-out; - } - .nr-db-sb-group-list-header>.nr-db-sb-list-chevron { - margin-left: 20px; - transition: transform 0.2s ease-in-out; - } - .nr-db-sb-group-list { - min-height: 10px; - } - .nr-db-sb-group-list li { - border-bottom-color: var(--red-ui-secondary-border-color, var(--nr-db-light-text)); - } - .nr-db-sb-group-list>li.ui-sortable-helper { - border-top: 1px solid var(--red-ui-secondary-border-color, var(--nr-db-light-text)); - } - .nr-db-sb-group-list>li:last-child { - border-bottom: none; - } - .nr-db-sb-widget-list>li { - border: none !important; - } - .nr-db-sb-group-list>li>.red-ui-editableList-item-handle { - left: 10px; - } - .nr-db-sb-list-button-group { - position: absolute; - right: 3px; - top: 0px; - z-index: 2; - } - .nr-db-sb-list-header-button-group { - position: absolute; - right: 3px; - top: 4px; - } - .nr-db-sb-list-header-button { - margin-left: 5px; - } - .nr-db-sb li.ui-sortable-helper { - opacity: 0.9; - } - .nr-db-sb-widget-icon { - margin-left: 56px; - } - .nr-db-sb-icon { - margin-right: 10px; - } - .nr-db-sb-link { - display: inline-block; - padding-left: 20px; - } - .nr-db-sb-link-name-container .fa-external-link { - margin-right: 10px; - } - .nr-db-sb-link-url { - font-size: 0.8em; - color: var(--red-ui-secondary-text-color, var(--nr-db-mid-grey)); - } - span.nr-db-color-pick-container { - max-width: 50px; - border-radius: 3px; - margin-left: 15px; - } - input.nr-db-field-themeColor[type="color"] { - width: 60px !important; - padding: 0px; - height: 20px; - box-shadow: none; - position: absolute; - right: 36px; - border-radius: 3px !important; - border: solid 1px #ccc; - -webkit-appearance: none; - font-size: smaller; - text-align: center; - } - input.nr-db-field-themeColor::-webkit-color-swatch { - border: none; - } - .red-ui-tabs { - margin-bottom: 15px; - } - .red-ui-tab.hidden { - display: none; - } - #dashboard-tabs-list li a:hover { - cursor: pointer; - } - #dash-link-button { - background: none; - border: none; - margin-top: 3px; - display: inline-block; - margin: 3px 0px 0px 3px; - height: 32px; - line-height: 29px; - max-width: 200px; - overflow: hidden; - white-space: nowrap; - position: relative; - padding: 0px 7px 0px 7px; - } - ul.red-ui-dashboard-theme-styles { - list-style: none; - } - ul.red-ui-dashboard-theme-styles li { - margin-bottom: 6px; - } - .nr-db-resetIcon { - margin: 3px 6px 0px 6px; - float: right; - color: var(--red-ui-secondary-text-color, var(--nr-db-mid-grey)); - opacity: 0.8; - display: block; - } - .nr-db-resetIcon:hover { - cursor: pointer; - } - #nr-db-field-font { - margin-left: 2em; - width: calc(100% - 81px); - } - .nr-db-theme-label { - font-weight: bold; - } - #custom-theme-library-container .btn-group { - margin-bottom: 10px; - } -</style> - -<!-- Dashboard layout tool --> -<link rel="stylesheet" href="./ui_base/gs/gridstack.min.css"> -<link rel="stylesheet" href="./ui_base/css/gridstack-extra.min.css"> -<style> -.grid-stack { - background-color: #f8f8f8; - border: solid 2px #C0C0C0; - margin: auto; - min-height: 42px; - display: table-cell; - background-image: linear-gradient(#C0C0C0 1px, transparent 0), - linear-gradient(90deg, #C0C0C0 1px, transparent 0); - background-size: 40px 43px; -} -.grid-stack>.grid-stack-item>.grid-stack-item-content { - top: 3px; - left: 5px; - right: 5px; - bottom: 3px; -} -.grid-stack-item-content { - color: #2c3e50; - text-align: center; - background-color: #b0dfe3; - border-radius: 2px; - font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; - white-space: nowrap; - font-size: 12px; - opacity: 0.7; -} -.grid-stack-item { - cursor: move; -} -.nr-dashboard-layout-container-fluid { - width: 100%; - padding-right: 0px; - padding-left: 0px; - margin-right: 0px; - margin-left: 0px; -} -.nr-dashboard-layout-row { - width: 100%; - display: -ms-flexbox; - display: flex; - -ms-flex-wrap: wrap; - flex-wrap: wrap; - margin-right: 0px; - margin-left: 0px; -} -.nr-dashboard-layout-span12 { - width: 98.4%; - padding: 2px; - margin-left: 2px; -} -.nr-dashboard-layout-span6 { - width: 49.2%; - padding: 2px; - margin-left: 2px; -} -.nr-dashboard-layout-span4 { - width: 32.7%; - padding: 2px; - margin-left: 2px; -} -.nr-dashboard-layout-span3 { - width: 24.3%; - padding: 2px; - margin-left: 2px; -} -.nr-dashboard-layout-span2 { - width: 16.0%; - padding: 2px; - margin-left: 2px; -} -.nr-dashboard-layout-resize-disable { - cursor: pointer; - float: right; - position: relative; - z-index: 90; - margin-right: 4px; -} -.nr-dashboard-layout-resize-enable { - cursor: pointer; - float: right; - position: relative; - z-index: 90; - margin-right: 1px; -} -.grid-stack>.ui-state-disabled { - opacity: 1; - background-image: none; -} -.grid-stack>.grid-stack-item>.ui-resizable-handle { - z-index: 90; - margin-right: -7px; -} -</style> - - -<script type="text/javascript"> -(function($) { - var editSaveEventHandler; - var nodesAddEventHandler; - var nodesRemoveEventHandler; - var layoutUpdateEventHandler; // Dashboard layout tool - var uip = 'ui'; - var attemptedVendorLoad = false; - var ensureDashboardNode; - - var loadTinyColor = function(path) { - $.ajax({ url: path, - success: function (data) { - var jsScript = document.createElement("script"); - jsScript.type = "application/javascript"; - jsScript.src = path; - document.body.appendChild(jsScript); - //console.log('Tiny Color Loaded:',path); - }, - error: function (xhr, ajaxOptions, thrownError) { - if (xhr.status === 404 && !attemptedVendorLoad) { - loadTinyColor('/'+uip+'/vendor/tinycolor2/dist/tinycolor-min.js'); - attemptedVendorLoad = true; - } - //console.log('Tiny Color Failed to load:',path); - } - }); - } - - // convert to i18 text - function c_(x) { - return RED._("node-red-dashboard/ui_base:ui_base."+x); - } - - // Try to load dist version first - // then if fails, load non dist version - loadTinyColor('ui_base/js/tinycolor-min.js'); - //loadTinyColor('ui_base/tinycolor2/dist/tinycolor-min.js'); - - // Dashboard layout tool - // Load gridstack library - var loadGsLib = function(path, callback) { - $.ajax({ url: path, - success: function (data) { - var jsScript = document.createElement("script"); - jsScript.type = "application/javascript"; - jsScript.src = path; - document.body.appendChild(jsScript); - if (callback) { callback(); } - }, - error: function (xhr, ajaxOptions, thrownError) { - // TODO - } - }); - }; - - loadGsLib('ui_base/gs/gridstack.min.js', function() { - loadGsLib('ui_base/gs/gridstack.jQueryUI.min.js', null) - }); - - var tabDatas; // Layout editing tab data - var oldSpacer; // Spacer not needed after editing - var widthChange; // Group width change - var widgetResize; // Change widget event - var widgetDrag; // Drag wiget event - - var MAX_GROUP_WIDTH = 50; // The maximum width is 30 - - ///////////////////////////////////////////////////////// - // Get widget under specified tab from node information - ///////////////////////////////////////////////////////// - function getTabDataFromNodes(tabID) { - var nodes = RED.nodes.createCompleteNodeSet(false); - var tab = {}; - // Tab information - for (var cnt = 0; cnt < nodes.length; cnt++) { - if (nodes[cnt].type == "ui_tab" && nodes[cnt].id == tabID) { - tab = { - id: nodes[cnt].id, - name: nodes[cnt].name, - type: nodes[cnt].type, - order: nodes[cnt].order, - groups: [] - }; - break; - } - } - // Group information - for (var cnt = 0; cnt < nodes.length; cnt++) { - if (nodes[cnt].type == "ui_group" && nodes[cnt].tab == tabID) { - var group = { - id: nodes[cnt].id, - name: nodes[cnt].name, - type: nodes[cnt].type, - order: nodes[cnt].order, - width: nodes[cnt].width, - widgets: [] - }; - tab.groups.push(group); - } - } - // Widget information - var groupsIdx = {}; - for (var cnt = 0; cnt < tab.groups.length; cnt++) { - groupsIdx[tab.groups[cnt].id] = tab.groups[cnt]; - } - for (var cnt = 0; cnt < nodes.length; cnt++) { - var group = groupsIdx[nodes[cnt].group]; - if (group != null && (/^ui_/.test(nodes[cnt].type) && nodes[cnt].type !== 'ui_link' && nodes[cnt].type !== 'ui_toast' && nodes[cnt].type !== 'ui_ui_control' && nodes[cnt].type !== 'ui_audio' && nodes[cnt].type !== 'ui_base' && nodes[cnt].type !== 'ui_group' && nodes[cnt].type !== 'ui_tab')) { - var widget = { - id: nodes[cnt].id, - type: nodes[cnt].type, - order: nodes[cnt].order, - width: nodes[cnt].width, - height: nodes[cnt].height, - auto: nodes[cnt].width == 0 ? true : false - }; - group.widgets.push(widget); - - if (!isLayoutToolSupported(nodes[cnt].type)) { - console.log("LayoutTool warning: Unsupported widget. Widget="+JSON.stringify(widget)); - } - } - } - return tab; - } - - ////////////////////////////////////////////////// - // Update node information in the edited widget - //////////////////////////////////////////////////// - function putTabDataToNodes() { - // Delete old flow spacer node - for (var cnt = 0; cnt < oldSpacer.length; cnt++) { - RED.nodes.remove(oldSpacer[cnt]); - RED.nodes.dirty(true); - RED.view.redraw(true); - } - - var t_groups = tabDatas.groups; - for (var cnt1 = 0; cnt1 < t_groups.length; cnt1++) { - var n_group = RED.nodes.node(t_groups[cnt1].id); - n_group.width = t_groups[cnt1].width; - var t_widgets = t_groups[cnt1].widgets; - for (var cnt2 = 0; cnt2 < t_widgets.length; cnt2++) { - var n_widget = RED.nodes.node(t_widgets[cnt2].id); - if (n_widget != null) { - if (n_widget.group !== n_group.id) { - var oldGroupNode = RED.nodes.node(n_widget.group); - if (oldGroupNode) { - var index = oldGroupNode.users.indexOf(n_widget); - oldGroupNode.users.splice(index,1); - } - n_widget.group = n_group.id; - n_group.users.push(n_widget); - } - n_widget.order = t_widgets[cnt2].order; - if (t_widgets[cnt2].auto === true ) { - n_widget.width = 0; - n_widget.height = 0; - } else { - n_widget.width = t_widgets[cnt2].width; - n_widget.height = t_widgets[cnt2].height; - } - - n_widget.changed = true; - n_widget.dirty = true; - RED.editor.validateNode(n_widget); - RED.events.emit("layout:update",n_widget); - RED.nodes.dirty(true); - RED.view.redraw(true); - } - else { - // Add a spacer node - if (t_widgets[cnt2].type === 'ui_spacer') { - var spaceNode = { - _def: RED.nodes.getType("ui_spacer"), - type: "ui_spacer", - hasUsers: false, - users: [], - id: RED.nodes.id(), - tab: tabDatas.id, - group: n_group.id, - order: t_widgets[cnt2].order, - name: "spacer", - width: t_widgets[cnt2].width, - height: t_widgets[cnt2].height, - z: RED.workspaces.active(), - label: function() { return this.name + " " + this.width + "x" + this.height; } - }; - RED.nodes.add(spaceNode); - RED.editor.validateNode(spaceNode); - RED.nodes.dirty(true); - RED.view.redraw(true); - } - } - }; - } - RED.sidebar.info.refresh(); - } - - //////////////////////////////////////// - // Sort by order - //////////////////////////////////////// - function compareOrder(a, b) { - var r = 0; - if (a.order < b.order) { r = -1; } - else if (a.order > b.order) { r = 1; } - return r; - } - - //////////////////////////////////////// - // Sort by XY - //////////////////////////////////////// - function compareXY(a, b) { - var r = 0; - if (a.y < b.y) { r = -1; } - else if (a.y > b.y) { r = 1; } - else if (a.x < b.x) { r = -1; } - else if (a.x > b.x) { r = 1; } - return r; - } - - /////////////////////////////////////////////////////// - // Placeable location search (placed in the upper left) - /////////////////////////////////////////////////////// - function search_point(width, height, maxWidth, maxHeight, tbl) { - for (var y=0; y < maxHeight; y++) { - for (var x=0; x < maxWidth; x++) { - if (check_matrix(x, y, width, height, maxWidth, tbl)) { - fill_matrix(x, y, width, height, maxWidth, tbl); - return {x:x, y:y}; - } - } - } - return false; - } - // Check placement position - function check_matrix(px, py, width, height, maxWidth, tbl) { - if (px+width > maxWidth) return false; - for (var y=py; y < py+height; y++) { - for (var x=px; x<px+width; x++) { - if (tbl[maxWidth*y+x]) return false; - } - } - return true; - } - // Mark the placement position - function fill_matrix(px, py, width, height, maxWidth, tbl) { - for (var y=py; y < py+height; y++) { - for (var x=px; x < px+width; x++) { - tbl[maxWidth*y+x] = 1; - } - } - } - - //////////////////////////////////////////////////// - // Apply edit result to tab information for editing - //////////////////////////////////////////////////// - function saveGridDatas() { - var groups = tabDatas.groups; - for (var cnt = 0; cnt < groups.length; cnt++) { - // Get layout editing results - var gridID = '#grid'+cnt; - var serializedData = []; - $(gridID+'.grid-stack > .grid-stack-item:visible').each( function (index) { - el = $(this); - var node = el.data('_gridstack_node'); - serializedData.push({ - id: el[0].dataset.noderedid, - type: el[0].dataset.noderedtype, - group: groups[cnt].id, - width: Number(node.width), - height: Number(node.height), - x: node.x, - y: node.y, - auto: (el[0].dataset.noderedsizeauto == 'true') ? true : false - }); - }); - - var width = Number(groups[cnt].width); - var height = 0; - - // Search group height - for (var i=0; i < serializedData.length; i++) { - var wd = serializedData[i]; - if (height < wd.y + wd.height) { - height = wd.y + wd.height; - } - } - - // Place widget on table - var tbl = new Array(width * height); - for (var i = 0; i< tbl.length; i++) { - tbl[i]=0; - } - for (var i = 0; i < serializedData.length; i++) { - var wd = serializedData[i]; - for (var y = wd.y; y < wd.y+wd.height; y++) { - for (var x = wd.x; x < wd.x+wd.width; x++) { - tbl[width*y+x]=1; - } - } - } - - // Add Spacer to Blank - for (var y = 0; y < height; y++) { - var spacerAdded = false; - for (var x = 0; x < width; x++) { - if (tbl[width*y+x]===0) { - if (!spacerAdded) { - // Add 1x1 spacer - serializedData.push({ - x: x, - y: y, - z: RED.workspaces.active(), - width: 1, - height: 1, - name: 'spacer', - type: 'ui_spacer' - }); - spacerAdded = true; - } else { - // Extend the spacer width by 1 - serializedData[serializedData.length-1].width += 1; - } - } else { - spacerAdded = false; - } - } - } - - // Sort Gridstack objects by x, y information - serializedData.sort(compareXY); - - // Delete x and y elements as information for sorting, and give order - var order = 0; - for (i in serializedData) { - order++; - delete serializedData[i].x; - delete serializedData[i].y; - serializedData[i].order = order; - } - - // Update widget information in group with edited data - var group = groups[cnt]; - delete group.widgets; - group.widgets = serializedData; - } - - // Save process call - putTabDataToNodes(); - }; - - //////////////////////////////////////////////////// - // Get default height for automatic settings - //////////////////////////////////////////////////// - function getDefaultHeight(nodeID, groupWidth) { - var redNode = RED.nodes.node(nodeID); - var height = 1; - - if (redNode.type === 'ui_gauge') { - if (redNode.gtype === 'gage') { - height = Math.round(groupWidth/2)+1; - } else if (redNode.gtype === 'wave') { - if (groupWidth < 3) { - height = 1; - } else { - height = Math.round(groupWidth*0.75); - } - } else { // donut or compass - if (groupWidth < 3) { - height = 1; - } else if (groupWidth < 11) { - height = groupWidth - 1; - } else { - height = Math.round(groupWidth*0.95); - } - } - } else if (redNode.type === 'ui_chart') { - height = Math.floor(groupWidth/2)+1; - } else if (redNode.type === 'ui_form') { - // var optNum = redNode.options.length; // Sub widget number - // if (redNode.label) { - // height = optNum + 2; // Label and Button - // } else { - // height = optNum + 1; // Button only - // } - height = redNode.rowCount - } else if (redNode.type === 'ui_lineargauge') { - if (redNode.unit && redNode.name) { - height = 5; - } else { - height = 4; - } - } else if (redNode.type === 'ui_list') { - height = 5; - } else if (redNode.type === 'ui_vega') { - height = 5; - } - return height; - } - - ///////////////////////////// - // Grid width change - //////////////////////////// - var changeGroupWidth = function(id) { - var widthID = '#change-width'+id; - var gridID = '#grid'+id; - $(widthID).spinner( { - min: 1, - max: MAX_GROUP_WIDTH, - spin: function(event, ui) { - // Search current maximum width - var serializedData = []; - $(gridID+'.grid-stack > .grid-stack-item:visible').each( function (index) { - el = $(this); - var node = el.data('_gridstack_node'); - serializedData.push({ - width: Number(node.width), - x: node.x, - auto: (el[0].dataset.noderedsizeauto == 'true') ? true : false - }); - }); - var maxWidth = 0; - for (var i=0; i < serializedData.length; i++) { - var wd = serializedData[i]; - if (wd.auto == false) { - if (maxWidth < wd.x + wd.width) { - maxWidth = wd.x + wd.width; - } - } - } - var width = ui.value; - if (width < maxWidth) { - width = maxWidth; - } - - var grid = $(gridID+'.grid-stack').data('gridstack'); - $(gridID+'.grid-stack').css("width", width * 40); - $(gridID+'.grid-stack').css("background-size", 100/width+"% 43px"); - grid.setColumn(tabDatas.groups[id].width, true); - grid.setColumn(width, true); - tabDatas.groups[id].width = width; - - $(gridID+'.grid-stack > .grid-stack-item:visible').each( function(idx, el) { - el = $(el); - var node = el.data('_gridstack_node'); - var auto = (el[0].dataset.noderedsizeauto == 'true') ? true : false; - var type = el[0].dataset.noderedtype; - grid.resizable(el, !auto); - if (auto === true) { - grid.resize(el, width, getDefaultHeight(node.id, width)); - } - }); - - if (width !== ui.value) { - event.stopPropagation(); - event.preventDefault(); - } - } - }); - }; - - ////////////////////////////////// - // Move between groups of widgets - ////////////////////////////////// - function handleMove(grid) { - return function(ev, prevWidget, newWidget) { - var elem = newWidget.el[0]; - if (elem.getAttribute("data-noderedsizeauto") === "true") { - var id = elem.getAttribute("data-noderedid"); - var width = grid.grid.column; - var height = getDefaultHeight(id, width); - grid.move(elem, 0, newWidget.y); - grid.resize(elem, width, height); - - var en = $(elem).find('.nr-dashboard-layout-resize-enable'); - en.off('click'); - en.on('click',layoutResizeEnable); - en[0].setAttribute("title",c_("layout.auto")); - } - else { - var ds = $(elem).find('.nr-dashboard-layout-resize-disable'); - ds.off('click'); - ds.on('click',layoutResizeDisable); - ds[0].setAttribute("title",c_("layout.manual")); - } - }; - } - - ////////////////////////////////////////// - // Widget size change (start event) - ////////////////////////////////////////// - var resizeGroupWidget = function(id) { - var gridID = '#grid'+id; - var grid = $(gridID+'.grid-stack').data('gridstack'); - $(gridID+'.grid-stack').on('resizestart', function(event, ui) { - // Reset group width - grid.setColumn(tabDatas.groups[id].width, true); - }); - } - - ////////////////////////////////////////// - // Widget drag (start event) - ////////////////////////////////////////// - var dragGroupWidget = function(id) { - var gridID = '#grid'+id; - var grid = $(gridID+'.grid-stack').data('gridstack'); - $(gridID+'.grid-stack').on('dragstart', function(event, ui) { - // Reset group width - grid.setColumn(tabDatas.groups[id].width, true); - }); - } - - ////////////////////////////////////////// - // Layout resize Disable (Auto:false) - ////////////////////////////////////////// - var layoutResizeDisable = function(e) { - var target = $(e.target); - var el = target.parents('.grid-stack-item:visible'); - var grid = target.parents('.grid-stack').data('gridstack'); - var node = el.data('_gridstack_node'); - var id = Number(target.parents('.grid-stack').attr('id').slice(4)); - var width = Number(tabDatas.groups[id].width); - var nodeID = el[0].dataset.noderedid; - var height = getDefaultHeight(nodeID, width); - - grid.move(el, 0, node.y); - grid.resize(el, width, height); - grid.resizable(el, false); - el.find('.nr-dashboard-layout-resize-disable').off('click'); - el.attr({'data-noderedsizeauto':'true'}); - target.removeClass().addClass('fa fa-unlock nr-dashboard-layout-resize-enable'); - el.find('.nr-dashboard-layout-resize-enable')[0].setAttribute("title",c_("layout.auto")); - el.find('.nr-dashboard-layout-resize-enable').on('click',layoutResizeEnable); - } - - ////////////////////////////////////////// - // Layout resize Enable (Auto:true) - ////////////////////////////////////////// - var layoutResizeEnable = function(e) { - var target = $(e.target); - var el = target.parents('.grid-stack-item:visible'); - var grid = target.parents('.grid-stack').data('gridstack'); - - grid.resizable(el, true); - el.find('.nr-dashboard-layout-resize-enable').off('click'); - el.attr({'data-noderedsizeauto':'false'}); - target.removeClass().addClass('fa fa-lock nr-dashboard-layout-resize-disable'); - el.find('.nr-dashboard-layout-resize-disable')[0].setAttribute("title",c_("layout.manual")); - el.find('.nr-dashboard-layout-resize-disable').on('click',layoutResizeDisable); - } - - ////////////////////////////////////////// - // Check dashboard layout tool supported - ////////////////////////////////////////// - function isLayoutToolSupported(nodeType) { - if (nodeType.indexOf("ui_") !== 0) { - return false; - } - else { - return true; - } - } - - RED.nodes.registerType('ui_base', { - category: 'config', - defaults: { - name: {}, - theme: {}, - site: {} - }, - hasUsers: false, - paletteLabel: 'Dashboard', - label: function() { return this.name || 'Node-RED Dashboard'; }, - labelStyle: function() { return this.name ? "node_label_italic" : ""; }, - onpaletteremove: function() { - RED.sidebar.removeTab("dashboard"); - RED.events.off("editor:save",editSaveEventHandler); - RED.events.off("nodes:add",nodesAddEventHandler); - RED.events.off("nodes:remove",nodesRemoveEventHandler); - RED.events.off("layout:update",layoutUpdateEventHandler); // Dashboard layout tool - }, - onpaletteadd: function() { - var globalDashboardNode = null; - var editor; - var baseStyles = ['base-color']; - var configurableStyles = ['page-titlebar-backgroundColor', 'page-backgroundColor', 'page-sidebar-backgroundColor', - 'group-textColor', 'group-borderColor', 'group-backgroundColor', - 'widget-textColor', 'widget-backgroundColor','widget-borderColor']; - var baseFontName = "-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif"; - var aTheme = {primary:"indigo", accents:"blue", warn:"red", background:"grey", palette:"light"}; - // tiny colour implementation - var colours = { - leastReadable: function(base, colours) { - var least = tinycolor.readability(base, colours[0]); - var leastColor = colours[0]; - for (var i=1; i<colours.length; i++) { - var readability = tinycolor.readability(base, colours[i]); - if (readability < least) { - least = readability; - leastColor = colours[i]; - } - } - return leastColor; - }, - whiteGreyMostReadable: function (base) { - var rgb = tinycolor(base).toRgb(); - var level = ((rgb.r*299) + (rgb.g*587) + (rgb.b*114))/1000; - var readable = (level >= 128) ? '#111111' : '#eeeeee'; - return readable; - }, - whiteBlackLeastReadable: function(base) { - return this.leastReadable(base, ["#000000", "#ffffff"]); - }, - calculate_page_backgroundColor: function(base) { - var pageBackground = "#fafafa"; - var theme = "light"; - if (globalDashboardNode && globalDashboardNode.hasOwnProperty("theme") && globalDashboardNode.theme.hasOwnProperty("name")) { - theme = globalDashboardNode.theme.name.split('-')[1]; - } - if (theme === "dark") { - pageBackground = "#111111"; - } - else if (theme === "custom") { - var whiteOrBlack = this.whiteBlackLeastReadable(base); - if (whiteOrBlack === "#000000") { pageBackground = "#111111"; } - } - return pageBackground; - }, - calculate_page_sidebar_backgroundColor: function(base) { - if (this.whiteBlackLeastReadable(base) === "#000000") { return "#333333"; } - else { return "#ffffff"; } - }, - calculate_page_titlebar_backgroundColor: function(base) { - return base; - }, - calculate_group_textColor: function(base) { - var groupTextColour = tinycolor(base).lighten(15).toHexString(); - //if (this.whiteBlackLeastReadable(base) === "#ffffff") { groupTextColour = "#000000"; } - return groupTextColour; - }, - calculate_group_backgroundColor: function(base) { - var groupBackground = "#ffffff"; - var theme = "light"; - if (globalDashboardNode && globalDashboardNode.hasOwnProperty("theme") && globalDashboardNode.theme.hasOwnProperty("name")) { - theme = globalDashboardNode.theme.name.split('-')[1]; - } - if (theme === "dark") { - groupBackground = "#333333"; - } - else if (theme === "custom") { - var whiteOrBlack = this.whiteBlackLeastReadable(base); - if (whiteOrBlack === "#000000") { groupBackground = "#333333"; } - } - return groupBackground; - }, - calculate_group_borderColor: function(base) { - var groupBackground = this.calculate_group_backgroundColor(base); - return this.leastReadable(groupBackground, ["#ffffff", "#555555"]); - }, - calculate_widget_textColor: function(base) { - //most readable against group background - var groupBackground = this.calculate_group_backgroundColor(base); - return tinycolor.mostReadable(groupBackground, ["#111111", "#eeeeee"]).toHexString(); - }, - calculate_widget_backgroundColor: function(base) { - //return tinycolor(base).darken(5).toHexString() - return tinycolor(base).toHexString(); - }, - calculate_widget_borderColor: function(base) { - var widgetBorder = "#ffffff"; - var theme = "light"; - if (globalDashboardNode && globalDashboardNode.hasOwnProperty("theme") && globalDashboardNode.theme.hasOwnProperty("name")) { - theme = globalDashboardNode.theme.name.split('-')[1]; - } - if (theme === "dark") { - widgetBorder = "#333333"; - } - else if (theme === "custom") { - var whiteOrBlack = this.whiteBlackLeastReadable(base); - if (whiteOrBlack === "#000000") { widgetBorder = "#333333"; } - } - return widgetBorder; - }, - calculate_base_font: function(base) { - return baseFontName; - } - } - var sizes = { - sx: 48, // width of <1> grid square - sy: 48, // height of <1> grid square - gx: 6, // gap between groups - gy: 6, // gap between groups - cx: 6, // gap between components - cy: 6, // gap between components - px: 0, // padding of group's cards - py: 0 // padding of group's cards - }; - - ensureDashboardNode = function(createMissing) { - if (globalDashboardNode !== null) { - // Check if it has been deleted beneath us - var n = RED.nodes.node(globalDashboardNode.id); - if (n === null) { globalDashboardNode = null; } - } - - // Find the old dashboard node - if (globalDashboardNode === null) { - var bases = []; - RED.nodes.eachConfig(function(n) { - if (n.type === 'ui_base') { bases.push(n); } - }); - - // make sure we only have one ui_base node - // at the moment this will just use our existing one - deleting any new base node and theme - // at some point we may want to make this an option to select one or the other. - while (bases.length > 1) { - var n = bases.pop(); - console.log("Removing ui_base node "+n.id); - RED.nodes.remove(n.id); - RED.nodes.dirty(true); - } - - if (bases.length === 1) { globalDashboardNode = bases[0]; } - - // If there is no dashboard node, ensure we create it after - // initialising - var noDashboardNode = (globalDashboardNode === null); - - // set up theme state - var themeState = {}; - var baseColor = "#0094CE" - for (var i=0; i<baseStyles.length; i++) { - themeState[baseStyles[i]] = { default:baseColor, value:baseColor, edited:false }; - } - for (var j = 0; j < configurableStyles.length; j++) { - var underscore = configurableStyles[j].split("-").join("_"); - var colour = colours['calculate_'+underscore](baseColor); - themeState[configurableStyles[j]] = {value:colour, edited:false}; - } - themeState["base-font"] = {value:baseFontName}; - - var missingFields = (!globalDashboardNode || !globalDashboardNode.theme || !globalDashboardNode.site || !globalDashboardNode.site.sizes ); - - if (missingFields && createMissing) { - var lightTheme = { - default: baseColor, - baseColor: baseColor, - baseFont: baseFontName, - edited: false - } - var darkTheme = { - default: "#097479", - baseColor: "#097479", - baseFont: baseFontName, - edited: false - } - var customTheme = { - name: 'Untitled Theme 1', - default: "#4B7930", - baseColor: "#4B7930", - baseFont: baseFontName - } - var oldThemeName; - if (globalDashboardNode && typeof(globalDashboardNode.theme === 'string')) { oldThemeName = globalDashboardNode.theme; } - - var theme = { - name: oldThemeName || "theme-light", - lightTheme: lightTheme, - darkTheme: darkTheme, - customTheme: customTheme, - themeState: themeState, - angularTheme: aTheme - } - - var site_name = c_("site.title"); - var site_date_format = c_("site.date-format"); - var site = { name:site_name, hideToolbar:"false", allowSwipe:"false", lockMenu:"false", allowTempTheme:"true", dateFormat:site_date_format, sizes:sizes }; - if (globalDashboardNode !== null) { - if (typeof globalDashboardNode.site !== "undefined") { - site = { - name: globalDashboardNode.site.name || globalDashboardNode.name, - hideToolbar: globalDashboardNode.site.hideToolbar, - lockMenu: globalDashboardNode.site.lockMenu, - allowSwipe: globalDashboardNode.site.allowSwipe, - allowTempTheme: globalDashboardNode.site.allowTempTheme, - dateFormat: globalDashboardNode.site.dateFormat, - sizes: globalDashboardNode.site.sizes - } - } - if (globalDashboardNode.theme.hasOwnProperty("angularTheme")) { - aTheme = globalDashboardNode.theme.angularTheme; - } - else { globalDashboardNode.theme.angularTheme = aTheme; } - } - - if (noDashboardNode) { - globalDashboardNode = { - id: RED.nodes.id(), - _def: RED.nodes.getType("ui_base"), - type: "ui_base", - site: site, - theme: theme, - users: [] - } - RED.nodes.add(globalDashboardNode); - RED.editor.validateNode(globalDashboardNode); - } - else { - globalDashboardNode["_def"] = RED.nodes.getType("ui_base"); - globalDashboardNode.site = site; - globalDashboardNode.theme = theme; - delete globalDashboardNode.name; - } - $("#nr-db-field-font").val(baseFontName); - RED.nodes.dirty(true); - } - } - } - - var content = $("<div>").css({"position":"relative","height":"100%"}); - var mainContent = $("<div>",{class:"nr-db-sb"}).appendTo(content); - var form = $('<form class="dialog-form">').appendTo(mainContent); - - // Dashboard Tabs markup - var divTab = $('<div class="red-ui-tabs">').appendTo(form); - var ulDashboardTabs = $('<ul id="dashboard-tabs-list"></ul>').appendTo(divTab); - var layout_label = c_("label.layout"); - var site_label = c_("label.site"); - var theme_label = c_("label.theme"); - var angular_label = c_("label.angular"); - var liLayoutTab = $('<li class="red-ui-tab" style="width:70px;"><a class="red-ui-tab-label" title="Layout"><span>'+layout_label+'</span></a></li>').appendTo(ulDashboardTabs); - var liSiteTab = $('<li class="red-ui-tab" style="width:70px;"><a class="red-ui-tab-label" title="Site" style="width:60px;"><span>'+site_label+'</span></a></li>').appendTo(ulDashboardTabs); - var liThemeTab = $('<li class="red-ui-tab" style="width:70px;"><a class="red-ui-tab-label" title="Theme" style="width:80px;"><span>'+theme_label+'</span></a></li>').appendTo(ulDashboardTabs); - var liAngularTab = $('<li class="red-ui-tab" style="width:70px;"><a class="red-ui-tab-label" title="Angular" style="width:80px;"><span>'+angular_label+'</span></a></li>').appendTo(ulDashboardTabs); - - // Link out to dashboard - $.getJSON('uisettings',function(data) { - if (data.hasOwnProperty("path")) { uip = data.path; } - var lnk = document.location.host+RED.settings.httpNodeRoot+"/"+uip; - var re = new RegExp('\/{1,}','g'); - lnk = lnk.replace(re,'/'); - if (!RED.hasOwnProperty("actions")) { - RED.keyboard.add("*",/* d */ 68,{ctrl:true, shift:true},function() { window.open(document.location.protocol+"//"+lnk, "nr-dashboard") }); - } - else { - RED.actions.add("dashboard:show-dashboard",function() { window.open(document.location.protocol+"//"+lnk, "nr-dashboard") }); - RED.keyboard.add("*","ctrl-shift-d","dashboard:show-dashboard"); - } - $('<span id="dash-link-button" class="editor-button" style="position:absolute; right:0px;"><i class="fa fa-external-link"></i></span>') - .click(function(evt) { - window.open(document.location.protocol+"//"+lnk); - evt.preventDefault(); - }) - .appendTo(ulDashboardTabs); - }); - - // Dashboard Tab containers - var layoutTab = $('<div id="dashboard-layout" style="height:calc(100% - 48px)">').appendTo(form); - var siteTab = $('<div id="dashboard-site" style="display:none;">').appendTo(form); - var themeTab = $('<div id="dashboard-theme" style="display:none;">').appendTo(form); - var angularTab = $('<div id="dashboard-angular" style="display:none;">').appendTo(form); - - ulDashboardTabs.children().first().addClass("active"); - - // Tab logic - var onTabClick = function() { - //Toggle tabs - ulDashboardTabs.children().removeClass("active"); - ulDashboardTabs.children().css({"transition": "width 100ms"}); - $(this).parent().addClass("active"); - - var selectedTab = $(this)[0].title; - if (selectedTab === 'Layout') { - themeTab.hide(); - siteTab.hide(); - angularTab.hide(); - layoutTab.show(); - } - else if (selectedTab === 'Angular') { - themeTab.hide(); - siteTab.hide(); - angularTab.show(); - layoutTab.hide(); - } - else if (selectedTab === 'Theme') { - layoutTab.hide(); - siteTab.hide(); - angularTab.hide(); - themeTab.show(); - if ($("#nr-db-field-theme option:selected").val() === 'theme-custom') { themeSettingsContainer.show(); } - else { themeSettingsContainer.hide(); } - } - else { - layoutTab.hide(); - themeTab.hide(); - angularTab.hide(); - siteTab.show(); - } - } - - ulDashboardTabs.find("li.red-ui-tab a").on("click",onTabClick) - - // Site Tab - var divTitle = $('<div>',{class:"form-row compact"}).appendTo(siteTab); - $('<div>').html('<b>'+c_("label.title")+'</b>').appendTo(divTitle); - $('<input type="text" id="nr-db-field-title">').val(site_name).css("width","100%") - .on("change", function() { - if (!globalDashboardNode || globalDashboardNode.site.name !== $(this).val()) { - //ensureDashboardNode(true); - globalDashboardNode.site.name = $(this).val(); - } - RED.nodes.dirty(true); - }) - .appendTo(divTitle); - - var divHideToolbar = $('<div>',{class:"form-row compact"}).appendTo(siteTab); - $('<div>').html('<b>'+c_("label.options")+'</b>').appendTo(divHideToolbar); - $('<select id="nr-db-field-hideToolbar">') - .css("width","100%") - .append($('<option>', { value:"false", text:c_("title-bar.show"), selected:true })) - .append($('<option>', { value:"true", text:c_("title-bar.hide") })) - .val("false") - .on("change", function() { - if (!globalDashboardNode || globalDashboardNode.site.hideToolbar !== $(this).val()) { - //ensureDashboardNode(true); - globalDashboardNode.site.hideToolbar = $(this).val(); - } - RED.nodes.dirty(true); - }) - .appendTo(divHideToolbar); - - var divLockMenu = $('<div>',{class:"form-row compact"}).appendTo(siteTab); - $('<select id="nr-db-field-lockMenu">') - .css("width","100%") - .append($('<option>', { value:"false", text:c_("lock.clicked"), selected:true })) - .append($('<option>', { value:"true", text:c_("lock.locked") })) - .append($('<option>', { value:"icon", text:c_("lock.locked-icon") })) - .val("false") - .on("change", function() { - if (!globalDashboardNode || globalDashboardNode.site.lockMenu !== $(this).val()) { - //ensureDashboardNode(true); - globalDashboardNode.site.lockMenu = $(this).val(); - } - RED.nodes.dirty(true); - }) - .appendTo(divLockMenu); - - var divAllowSwipe = $('<div>',{class:"form-row compact"}).appendTo(siteTab); - $('<select id="nr-db-field-allowSwipe">') - .css("width","100%") - .append($('<option>', { value:"false", text:c_("swipe.no-swipe"), selected:true })) - .append($('<option>', { value:"true", text:c_("swipe.allow-swipe") })) - .append($('<option>', { value:"mouse", text:c_("swipe.allow-swipe-mouse") })) - .append($('<option>', { value:"menu", text:c_("swipe.show-menu") })) - .val("false") - .on("change", function() { - if (!globalDashboardNode || globalDashboardNode.site.allowSwipe !== $(this).val()) { - //ensureDashboardNode(true); - globalDashboardNode.site.allowSwipe = $(this).val(); - RED.nodes.dirty(true); - } - }) - .appendTo(divAllowSwipe); - - var divAllowTempTheme = $('<div>',{class:"form-row compact"}).appendTo(siteTab); - $('<select id="nr-db-field-allowTempTheme">') - .css("width","100%") - .append($('<option>', { value:"true", text:c_("temp.allow-theme"), selected:true })) - .append($('<option>', { value:"false", text:c_("temp.no-theme") })) - .append($('<option>', { value:"none", text:c_("temp.none") })) - .val("true") - .on("change", function() { - if (!globalDashboardNode || globalDashboardNode.site.allowTempTheme !== $(this).val()) { - //ensureDashboardNode(true); - globalDashboardNode.site.allowTempTheme = $(this).val(); - } - if ($('#nr-db-field-allowTempTheme').val() === "none") { - ulDashboardTabs.children().eq(2).addClass("hidden"); - ulDashboardTabs.children().eq(3).removeClass("hidden"); - } - else { - ulDashboardTabs.children().eq(2).removeClass("hidden"); - ulDashboardTabs.children().eq(3).addClass("hidden"); - } - RED.nodes.dirty(true); - }) - .appendTo(divAllowTempTheme); - - var site_name = c_("site.title"); - var site_date_format = c_("site.date-format"); - var divDateFormat = $('<div>',{class:"form-row"}).appendTo(siteTab); - $('<div>').html('<b>'+c_("label.date-format")+'</b>') - .css("width","80%") - .css("display","inline-block") - .appendTo(divDateFormat); - $('<div>').html("<a href='https://momentjs.com/docs/#/displaying/format/' target='_new'><i class='fa fa-info-circle' style='color:grey;'></i></a>") - .css("display","inline-block") - .css("margin-right","6px") - .css("float","right") - .appendTo(divDateFormat); - $('<input type="text" id="nr-db-field-dateFormat">').val(site_date_format).css("width","100%") - .on("change", function() { - if (!globalDashboardNode || globalDashboardNode.site.dateFormat !== $(this).val()) { - //ensureDashboardNode(true); - globalDashboardNode.site.dateFormat = $(this).val(); - } - RED.nodes.dirty(true); - }) - .appendTo(divDateFormat); - - var divSetSizes = $('<div>',{class:"form-row"}).appendTo(siteTab); - $('<span style="width:45%; display:inline-block">').html('<b>'+c_("label.sizes")+'</b>').appendTo(divSetSizes); - $('<span style="width:25%; display:inline-block; font-size:smaller">').text(c_("label.horizontal")).appendTo(divSetSizes); - $('<span style="width:20%; display:inline-block; font-size:smaller">').text(c_("label.vertical")).appendTo(divSetSizes); - $('<i id="sizes-reset" class="fa fa-undo nr-db-resetIcon"></i>') - .css({opacity:1.0}) - .click(function(e) { - $("#nr-db-field-sx").val(sizes.sx); globalDashboardNode.site.sizes.sx = sizes.sx; - $("#nr-db-field-sy").val(sizes.sy); globalDashboardNode.site.sizes.sy = sizes.sy; - $("#nr-db-field-px").val(sizes.px); globalDashboardNode.site.sizes.px = sizes.px; - $("#nr-db-field-py").val(sizes.py); globalDashboardNode.site.sizes.py = sizes.py; - $("#nr-db-field-gx").val(sizes.gx); globalDashboardNode.site.sizes.gx = sizes.gx; - $("#nr-db-field-gy").val(sizes.gy); globalDashboardNode.site.sizes.gy = sizes.gy; - $("#nr-db-field-cx").val(sizes.cx); globalDashboardNode.site.sizes.cx = sizes.cx; - $("#nr-db-field-cy").val(sizes.cy); globalDashboardNode.site.sizes.cy = sizes.cy; - RED.nodes.dirty(true); - }) - .appendTo(divSetSizes); - - $('<br/><span style="width:45%; display:inline-block">').text(c_("label.widget-size")).appendTo(divSetSizes); - $('<input type="number" name="sx" min="24" id="nr-db-field-sx">').val(48).css("width","20%") - .on("change", function() { - //ensureDashboardNode(true); - globalDashboardNode.site.sizes.sx=Number($(this).val()); RED.nodes.dirty(true); } ) - .appendTo(divSetSizes); - $('<span style="width:5%; display:inline-block">').text(' ').appendTo(divSetSizes); - $('<input type="number" name="sy" min="24" id="nr-db-field-sy">').val(48).css("width","20%") - .on("change", function() { - //ensureDashboardNode(true); - globalDashboardNode.site.sizes.sy=Number($(this).val()); RED.nodes.dirty(true); } ) - .appendTo(divSetSizes); - - $('<br/><span style="width:45%; display:inline-block">').text(c_("label.widget-spacing")).appendTo(divSetSizes); - $('<input type="number" name="cx" min="0" id="nr-db-field-cx">').val(6).css("width","20%") - .on("change", function() { - //ensureDashboardNode(true); - globalDashboardNode.site.sizes.cx=Number($(this).val()); RED.nodes.dirty(true); } ) - .appendTo(divSetSizes); - $('<span style="width:5%; display:inline-block">').text(' ').appendTo(divSetSizes); - $('<input type="number" name="cy" min="0" id="nr-db-field-cy">').val(6).css("width","20%") - .on("change", function() { - //ensureDashboardNode(true); - globalDashboardNode.site.sizes.cy=Number($(this).val()); RED.nodes.dirty(true); } ) - .appendTo(divSetSizes); - - $('<br/><span style="width:45%; display:inline-block">').text(c_("label.group-padding")).appendTo(divSetSizes); - $('<input type="number" name="px" min="0" id="nr-db-field-px">').val(0).css("width","20%") - .on("change", function() { - //ensureDashboardNode(true); - globalDashboardNode.site.sizes.px=Number($(this).val()); RED.nodes.dirty(true); } ) - .appendTo(divSetSizes); - $('<span style="width:5%; display:inline-block">').text(' ').appendTo(divSetSizes); - $('<input type="number" name="py" min="0" id="nr-db-field-py">').val(0).css("width","20%") - .on("change", function() { - //ensureDashboardNode(true); - globalDashboardNode.site.sizes.py=Number($(this).val()); RED.nodes.dirty(true); } ) - .appendTo(divSetSizes); - - $('<br/><span style="width:45%; display:inline-block">').text(c_("label.group-spacing")).appendTo(divSetSizes); - $('<input type="number" name="gx" min="0" id="nr-db-field-gx">').val(6).css("width","20%") - .on("change", function() { - //ensureDashboardNode(true); - globalDashboardNode.site.sizes.gx=Number($(this).val()); RED.nodes.dirty(true); } ) - .appendTo(divSetSizes); - $('<span style="width:5%; display:inline-block">').text(' ').appendTo(divSetSizes); - $('<input type="number" name="gy" min="0" id="nr-db-field-gy">').val(6).css("width","20%") - .on("change", function() { - //ensureDashboardNode(true); - globalDashboardNode.site.sizes.gy=Number($(this).val()); RED.nodes.dirty(true); } ) - .appendTo(divSetSizes); - - // Angular Theme Tab - var changed = function() { - ensureDashboardNode(true); - globalDashboardNode.theme.angularTheme = aTheme; - RED.nodes.dirty(true); - } - - var angColorList = ["red", "pink", "purple", "deep-purple", "indigo", "blue", "light-blue", "cyan", "teal", "green", "light-green", "lime", "yellow", "amber", "orange", "deep-orange", "brown", "grey", "blue-grey"]; - var angColors = ""; - angColorList.forEach(function(c) { angColors += '<option value="' + c + '">' + c + '</option>'; }); - - var divPrimStyle = $('<div>',{class:"form-row"}).appendTo(angularTab); - $('<span style="width:45%; display:inline-block">') - .html('<b>'+c_("style.primary")+'</b>') - .appendTo(divPrimStyle); - $('<i id="ang-reset" class="fa fa-undo nr-db-resetIcon"></i>') - .css({opacity:1.0}) - .click(function(e) { - $("#nr-db-field-angPrimary").val("indigo"); - globalDashboardNode.theme.angularTheme.primary = "indigo"; - RED.nodes.dirty(true); - }) - .appendTo(divPrimStyle); - $('<select id="nr-db-field-angPrimary">'+angColors+'</select>') - .css("width","100%") - .val(aTheme.primary) - .on("change", function() { aTheme.primary = $(this).val(); changed(); }) - .appendTo(divPrimStyle); - - var divAccStyle = $('<div>',{class:"form-row"}).appendTo(angularTab); - $('<span style="width:45%; display:inline-block">') - .html('<b>'+c_("style.accents")+'</b>') - .appendTo(divAccStyle); - $('<i id="ang-reset" class="fa fa-undo nr-db-resetIcon"></i>') - .css({opacity:1.0}) - .click(function(e) { - $("#nr-db-field-angAccents").val("blue"); - globalDashboardNode.theme.angularTheme.accents = "blue"; - RED.nodes.dirty(true); - }) - .appendTo(divAccStyle); - $('<select id="nr-db-field-angAccents">'+angColors+'</select>') - .css("width","100%") - .val(aTheme.accents) - .on("change", function() { aTheme.accents = $(this).val(); changed(); }) - .appendTo(divAccStyle); - - var divWarnStyle = $('<div>',{class:"form-row"}).appendTo(angularTab); - $('<span style="width:45%; display:inline-block">') - .html('<b>'+c_("style.warnings")+'</b>') - .appendTo(divWarnStyle); - $('<i id="ang-reset" class="fa fa-undo nr-db-resetIcon"></i>') - .css({opacity:1.0}) - .click(function(e) { - $("#nr-db-field-angWarn").val("red"); - globalDashboardNode.theme.angularTheme.warn = "red"; - RED.nodes.dirty(true); - }) - .appendTo(divWarnStyle); - $('<select id="nr-db-field-angWarn">'+angColors+'</select>') - .css("width","100%") - .val(aTheme.warn) - .on("change", function() { aTheme.warn = $(this).val(); changed(); }) - .appendTo(divWarnStyle); - - var divBackStyle = $('<div>',{class:"form-row"}).appendTo(angularTab); - $('<span style="width:45%; display:inline-block">') - .html('<b>'+c_("style.background")+'</b>') - .appendTo(divBackStyle); - $('<i id="ang-reset" class="fa fa-undo nr-db-resetIcon"></i>') - .css({opacity:1.0}) - .click(function(e) { - $("#nr-db-field-angBackground").val("grey"); - globalDashboardNode.theme.angularTheme.background = "grey"; - RED.nodes.dirty(true); - }) - .appendTo(divBackStyle); - $('<select id="nr-db-field-angBackground">'+angColors+'</select>') - .css("width","100%") - .val(aTheme.background) - .on("change", function() { aTheme.background = $(this).val(); changed(); }) - .appendTo(divBackStyle); - - var divPalStyle = $('<div>',{class:"form-row"}).appendTo(angularTab); - $('<span style="width:45%; display:inline-block">') - .html('<b>'+c_("style.palette")+'</b>') - .appendTo(divPalStyle); - var lightdark = '<option value="light">' +c_("style.light")+ '</option>'; - lightdark += '<option value="dark">' +c_("style.dark")+ '</option>'; - $('<select id="nr-db-field-angLook">'+lightdark+'</select>') - .css("width","100%") - .val(aTheme.palette) - .on("change", function() { aTheme.palette = $(this).val(); changed(); }) - .appendTo(divPalStyle); - - // Theme Tab - // For all customisable styles, generate and apply the css - var generateColours = function(base) { - var theme = globalDashboardNode.theme.name.split('-')[1]; - if (!globalDashboardNode.theme.themeState.hasOwnProperty["base-font"]) { - if (globalDashboardNode.theme[theme+"Theme"].baseFont === "Helvetica Neue") { - globalDashboardNode.theme[theme+"Theme"].baseFont = baseFontName; - } - globalDashboardNode.theme.themeState["base-font"] = {value:globalDashboardNode.theme[theme+"Theme"].baseFont}; - $("#nr-db-field-font").val(globalDashboardNode.theme[theme+"Theme"].baseFont); - } - for (var i=0; i<configurableStyles.length; i++) { - var styleID = configurableStyles[i]; - var underscore = styleID.split("-").join("_"); - if (!globalDashboardNode.theme.themeState.hasOwnProperty(styleID)) { - globalDashboardNode.theme.themeState[styleID] = {value:"#fff",edited:false}; - } - if (!globalDashboardNode.theme.themeState[styleID].edited || globalDashboardNode.theme[theme+'Theme'].reset) { - var colour = colours['calculate_'+underscore](base); - globalDashboardNode.theme.themeState[styleID].value = colour; - } - setColourPickerColour(styleID, globalDashboardNode.theme.themeState[styleID].value, globalDashboardNode.theme.themeState[styleID].edited); - } - globalDashboardNode.theme[theme+'Theme'].reset = false; - } - - var divThemeStyle = $('<div>',{class:"form-row"}).appendTo(themeTab); - $('<label class="nr-db-theme-label">').text(c_("theme.style")).appendTo(divThemeStyle); - var themeSelection = $('<select id="nr-db-field-theme">'+ - '<option value="theme-light">'+c_("style.light")+'</option>'+ - '<option value="theme-dark">'+c_("style.dark")+'</option>'+ - '<option value="theme-custom">'+c_("style.custom")+'</option>'+ - '</select>') - .css("width","100%") - .on("change", function() { - if (!globalDashboardNode || globalDashboardNode.theme.name !== $(this).val()) { - //ensureDashboardNode(true); - var theme = globalDashboardNode.theme.name.split('-')[1]; - var baseColour = globalDashboardNode.theme[theme+'Theme'].baseColor; - var baseFont = globalDashboardNode.theme[theme+'Theme'].baseFont; - globalDashboardNode.theme.name = $(this).val(); - theme = globalDashboardNode.theme.name.split('-')[1]; - if (theme !== "custom") { - baseColour = globalDashboardNode.theme[theme+'Theme'].default; - } - else { baseColour = globalDashboardNode.theme[theme+'Theme'].baseColor; } - setColourPickerColour("base-color", baseColour); - globalDashboardNode.theme.themeState['base-color'].value = baseColour; - globalDashboardNode.theme.themeState['base-color'].default = baseColour; - globalDashboardNode.theme.themeState['base-font'] = {value:baseFont}; - $("#nr-db-field-font").val(baseFont); - globalDashboardNode.theme[theme+'Theme'].reset = true; - //generate colours for all colour settings from base colour - generateColours(baseColour); - RED.nodes.dirty(true); - } - $('#base-color-reset').remove(); - if ($(this).val() === 'theme-custom') { - $("#custom-theme-library-container").show(); //TODO undo this at some point - $("#custom-theme-settings").show(); - //addResetButton('base-color', baseSettingsUl.children()); - } - else { - $("#custom-theme-library-container").hide(); - $("#custom-theme-settings").hide(); - addLightAndDarkResetButton('base-color', baseSettingsUl.children().first()); - } - }) - .appendTo(divThemeStyle); - - var customThemeLibraryContainer = $('<div id="custom-theme-library-container">').appendTo(themeTab); - $('<label class="nr-db-theme-label">').text(c_("theme.custom-profile")).appendTo(customThemeLibraryContainer); - $('<input type="text" id="ui-sidebar-name" style="vertical-align:top;" placeholder="profile name (not blank)">') - .val(c_("theme.custom-profile-name")) - .on("change", function() { - if (!globalDashboardNode || globalDashboardNode.theme.customTheme.name !== $(this).val()) { - //ensureDashboardNode(true); - globalDashboardNode.theme.customTheme.name = $(this).val(); - if (editor) { - editor.setValue(JSON.stringify({theme:globalDashboardNode.theme.themeState, site:globalDashboardNode.site}),1); - RED.nodes.dirty(true); - } - } - }) - .keyup(function() { - if ($(this).val().length === 0) { - $("#custom-theme-library-container div").css("pointer-events","none"); - } - else { $("#custom-theme-library-container div").css("pointer-events","inherit"); } - }) - .appendTo(customThemeLibraryContainer); - $('<input type="hidden" id="nr-db-field-format">').appendTo(customThemeLibraryContainer); - $('<div style="display:none;" class="node-text-editor" id="nr-db-field-format-editor"></div>').appendTo(customThemeLibraryContainer); - - var baseThemeSettingsContainer = $('<div id="base-theme-settings">').appendTo(themeTab); - - var baseSettings = $('<div>',{class:"form-row"}).appendTo(baseThemeSettingsContainer); - $('<label class="nr-db-theme-label">').text(c_("theme.base-settings")).appendTo(baseSettings); - var baseSettingsUl = $('<ul id="base-settings-ul" class="red-ui-dashboard-theme-styles"></ul>').appendTo(baseSettings); - - var baseColourItem = $('<li class="red-ui-dashboard-theme-item"><span>'+c_("base.colour")+'</span></li>').appendTo(baseSettingsUl); - var spanColorContainer = $('<span class="nr-db-color-pick-container"></span>').appendTo(baseColourItem); - - $('<input id="base-color" class="nr-db-field-themeColor" type="color" value="#ffffff"/>') - .on("change", function() { - //ensureDashboardNode(true); - var value = $(this).val(); - var lightThemeMatch = globalDashboardNode.theme.lightTheme.baseColor === value; - var darkThemeMatch = globalDashboardNode.theme.darkTheme.baseColor === value; - var customThemeMatch = globalDashboardNode.theme.customTheme.baseColor === value; - if (!globalDashboardNode || !lightThemeMatch || !darkThemeMatch || !customThemeMatch) { - var theme = globalDashboardNode.theme.name.split('-')[1]; - globalDashboardNode.theme[theme+'Theme'].baseColor = value; - if (globalDashboardNode.theme.name === 'theme-light' || globalDashboardNode.theme.name === 'theme-dark') { - //for light and dark themes, reset the colours - globalDashboardNode.theme[theme+'Theme'].reset = true; - } - generateColours(value); - editor.setValue(JSON.stringify({theme:globalDashboardNode.theme.themeState, site:globalDashboardNode.site}),1); - colourPickerChangeHandler($(this).attr('id'), value); - } - }) - .appendTo(spanColorContainer); - - var baseFontItem = $('<li class="red-ui-dashboard-theme-item"><span>'+c_("base.font")+'</span></li>').appendTo(baseSettingsUl); - var fontSelector = $('<select id="nr-db-field-font">'+ - '<option value="'+baseFontName+'" style="font-family:'+baseFontName+'">'+c_("font.system")+'</option>'+ - '<option value="Arial,Arial,Helvetica,sans-serif" style="font-family:Arial,Arial,Helvetica,sans-serif">Arial</option>'+ - '<option value="Arial Black,Arial Black,Gadget,sans-serif" style="font-family:Arial Black,Arial Black,Gadget,sans-serif">Arial Black</option>'+ - '<option value="Arial Narrow,Nimbus Sans L,sans-serif" style="font-family:Arial Narrow,Nimbus Sans L,sans-serif">Arial Narrow</option>'+ - '<option value="Century Gothic,CenturyGothic,AppleGothic,sans-serif" style="font-family:Century Gothic,CenturyGothic,AppleGothic,sans-serif">Century Gothic</option>'+ - '<option value="Copperplate,Copperplate Gothic Light,fantasy" style="font-family:Copperplate,Copperplate Gothic Light,fantasy;">Copperplate</option>'+ - '<option value="Courier,monospace" style="font-family:Courier,monospace;">Courier</option>'+ - '<option value="Georgia,Georgia,serif" style="font-family:Georgia,Georgia,serif">Georgia</option>'+ - '<option value="Gill Sans,Geneva,sans-serif" style="font-family:Gill Sans,Geneva,sans-serif;">Gill Sans</option>'+ - //'<option value="Helvetica Neue,Helvetica,sans-serif" style="font-family:Helvetica Neue,Helvetica,sans-serif">Helvetica Neue</option>'+ - '<option value="Impact,Impact,Charcoal,sans-serif" style="font-family:Impact,Impact,Charcoal,sans-serif">Impact</option>'+ - '<option value="Lucida Sans Typewriter,Lucida Console,Monaco,monospace" style="font-family:Lucida Console,Monaco,monospace">Lucida Console</option>'+ - '<option value="Lucida Sans Unicode,Lucida Grande,sans-serif" style="font-family:Lucida Sans Unicode,Lucida Grande,sans-serif">Lucida Sans</option>'+ - '<option value="Palatino Linotype,Palatino,Book Antiqua,serif" style="font-family:Palatino Linotype,Palatino,Book Antiqua,serif">Palatino Linotype</option>'+ - '<option value="Tahoma,Geneva,sans-serif" style="font-family:Tahoma,Geneva,sans-serif">Tahoma</optionstyle="font-family:>'+ - '<option value="Times New Roman,Times,serif" style="font-family:Times New Roman,Times,serif">Times New Roman</option>'+ - '<option value="Trebuchet MS,Helvetica,sans-serif" style="font-family:Trebuchet MS,Helvetica,sans-serif">Trebuchet MS</option>'+ - '<option value="Verdana,Verdana,Geneva,sans-serif" style="font-family:Verdana,Verdana,Geneva,sans-serif">Verdana</option>'+ - '</select>') - .on("change", function() { - //ensureDashboardNode(true); - var theme = globalDashboardNode.theme.name.split('-')[1]; - globalDashboardNode.theme[theme+'Theme'].baseFont = $(this).val(); - globalDashboardNode.theme.themeState['base-font'] = {value:$(this).val()}; - RED.nodes.dirty(true); - }) - .appendTo(baseFontItem); - - var themeSettingsContainer = $('<div id="custom-theme-settings">').appendTo(themeTab); - - // Markup - // Page styles - var divPageStyle = $('<div>',{class:"form-row"}).appendTo(themeSettingsContainer); - $('<label class="nr-db-theme-label">').text(c_("theme.page-settings")).appendTo(divPageStyle); - var pageStyles = $('<ul class="red-ui-dashboard-theme-styles"></ul>').appendTo(themeSettingsContainer); - addCustomisableStyle('page-titlebar-backgroundColor', c_("theme.page.title"), pageStyles); - addCustomisableStyle('page-backgroundColor', c_("theme.page.page"), pageStyles); - addCustomisableStyle('page-sidebar-backgroundColor', c_("theme.page.side"), pageStyles); - - // Group styles - var divGroupStyle = $('<div>',{class:"form-row"}).appendTo(themeSettingsContainer); - $('<label class="nr-db-theme-label">').text(c_("theme.group-settings")).appendTo(divGroupStyle); - var groupStyles = $('<ul class="red-ui-dashboard-theme-styles"></ul>').appendTo(themeSettingsContainer); - addCustomisableStyle('group-textColor', c_("theme.group.text"), groupStyles); - addCustomisableStyle('group-borderColor', c_("theme.group.border"), groupStyles); - addCustomisableStyle('group-backgroundColor', c_("theme.group.background"), groupStyles); - - // Widget styles - var divWidgetStyle = $('<div>',{class:"form-row"}).appendTo(themeSettingsContainer); - $('<label class="nr-db-theme-label">').text(c_("theme.widget-settings")).appendTo(divWidgetStyle); - var widgetStyles = $('<ul class="red-ui-dashboard-theme-styles"></ul>').appendTo(themeSettingsContainer); - addCustomisableStyle('widget-textColor', c_("theme.widget.text"), widgetStyles); - addCustomisableStyle('widget-backgroundColor', c_("theme.widget.colour"), widgetStyles); - addCustomisableStyle('widget-borderColor', c_("theme.widget.background"), widgetStyles); - - function addCustomisableStyle(id, name, parentUl) { - var styleLi = $('<li class="red-ui-dashboard-theme-item"><span>'+name+'</span></li>').appendTo(parentUl); - var spanColorContainer = $('<span class="nr-db-color-pick-container"></span>').appendTo(styleLi); - $('<input id="'+id+'" class="nr-db-field-themeColor" type="color" value="#ffffff"/>') - .on("change", function() { - colourPickerChangeHandler($(this).attr('id'), $(this).val()); - }) - .appendTo(spanColorContainer); - addResetButton(id, styleLi); - } - - function colourPickerChangeHandler(id, value) { - $("#"+id).css("background-color", value); - $("#"+id+"-reset").css({opacity:1}); - globalDashboardNode.theme.themeState[id].edited = true; - globalDashboardNode.theme.themeState[id].value = value; - if (editor) { - editor.setValue(JSON.stringify({theme:globalDashboardNode.theme.themeState, site:globalDashboardNode.site}),1); - } - RED.nodes.dirty(true); - } - - function addResetButton(id, parent) { - var resetToDefault = $('<i id="'+id+'-reset" class="fa fa-undo nr-db-resetIcon"></i>') - .css({opacity:0.2}) - .click(function(e) { resetClick(e); }) - .appendTo(parent); - } - - function addLightAndDarkResetButton(id, parent) { - if ($("#" + id + "-reset").length === 0) { - var resetToDefault = $('<i id="'+id+'-reset" class="fa fa-undo nr-db-resetIcon"></i>') - .css({opacity:1}) - .click(function(e) { lightAndDarkResetClick(e); }) - .appendTo(parent); - globalDashboardNode.theme[globalDashboardNode.theme.name.split('-')[1] + 'Theme'].edited = true; - } - } - - function lightAndDarkResetClick(e) { - var elementID = e.target.id.split('-reset')[0]; - var key = globalDashboardNode.theme.name.split('-')[1] + 'Theme'; - //sanity check - light and dark only allow base-color-reset - if (elementID === 'base-color') { // && globalDashboardNode.theme[key].edited) { - var defaultColor = globalDashboardNode.theme[key].default; - globalDashboardNode.theme[key].reset = true; - generateColours(defaultColor); - setColourPickerColour(elementID, defaultColor); - $("#"+elementID+"-reset").css({opacity:0.2}); - globalDashboardNode.theme.themeState[elementID].value = defaultColor; - globalDashboardNode.theme[key].baseColor = defaultColor; - globalDashboardNode.theme[key].edited = false; - RED.nodes.dirty(true); - } - } - - function resetClick(e) { - //take off -reset - var elementID = e.target.id.split('-reset')[0]; - if (globalDashboardNode.theme.themeState[elementID].edited) { - var defaultColor = globalDashboardNode.theme.themeState['base-color'].value; - var colour; - //set colour - if (elementID === 'base-color') { - colour = defaultColor; - generateColours(colour); - } - else { - var underscore = elementID.split('-').join('_'); - colour = colours['calculate_'+underscore](defaultColor); - } - setColourPickerColour(elementID, colour); - $("#"+elementID+"-reset").css({opacity:0.2}); - globalDashboardNode.theme.themeState[elementID].edited = false; - globalDashboardNode.theme.themeState[elementID].value = colour; - RED.nodes.dirty(true); - } - } - - function setColourPickerColour(id, val, ed) { - $("#"+id).val(val); - $("#"+id).css("background-color", val); - //call mostReadableGreyWhite to set text colour - var textColor = colours.whiteGreyMostReadable(val); - $("#"+id).css("color", textColor); - if (ed === true) { $("#"+id+"-reset").css({opacity:1}); } - else { $("#"+id+"-reset").css({opacity:0.2}); } - } - - //Layout Tab - var divTabs = $('<div>',{class:"form-row",style:"position:relative"}).appendTo(layoutTab); - $('<label>').html('<b>'+c_("layout.tab-and-link")+'</b>').appendTo(divTabs); - - var buttonGroup = $('<div>',{class:"nr-db-sb-list-button-group"}).appendTo(divTabs); - - //Toggle expand buttons - $('<a href="#" class="editor-button editor-button-small nr-db-sb-list-header-button"><i class="fa fa-angle-double-up"></i></a>') - .click(function(evt) { - tabContainer.find(".nr-db-sb-group-list-container").slideUp().addClass('nr-db-sb-collapsed'); - tabContainer.find(".nr-db-sb-tab-list-header>.nr-db-sb-list-chevron").css({"transform":"rotate(-90deg)"}); - evt.preventDefault(); - }) - .appendTo(buttonGroup); - $('<a href="#" class="editor-button editor-button-small nr-db-sb-list-header-button"><i class="fa fa-angle-double-down"></i></a>') - .click(function(evt) { - tabContainer.find(".nr-db-sb-group-list-container").slideDown().removeClass('nr-db-sb-collapsed'); - tabContainer.find(".nr-db-sb-tab-list-header>.nr-db-sb-list-chevron").css({"transform":""}); - evt.preventDefault(); - }) - .appendTo(buttonGroup); - - //Add item button - $('<a href="#" class="editor-button editor-button-small nr-db-sb-list-header-button"><i class="fa fa-plus"></i> '+c_("layout.tab")+'</a>') - .click(function(evt) { - tabContainer.editableList('addItem',{type: 'ui_tab'}); - evt.preventDefault(); - }) - .appendTo(buttonGroup); - $('<a href="#" class="editor-button editor-button-small nr-db-sb-list-header-button"><i class="fa fa-plus"></i> '+c_("layout.link")+'</a>') - .click(function(evt) { - tabContainer.editableList('addItem',{type: 'ui_link'}); - evt.preventDefault(); - }) - .appendTo(buttonGroup); - - var tabLists = {}; - var groupLists = {}; - - // toggle slide tab group content - var titleToggle = function (id,content,chevron) { - return function(evt) { - if (content.is(":visible")) { - content.slideUp(); - chevron.css({"transform":"rotate(-90deg)"}); - content.addClass('nr-db-sb-collapsed'); - listStates[id] = false; - } - else { - content.slideDown(); - chevron.css({"transform":""}); - content.removeClass('nr-db-sb-collapsed'); - listStates[id] = true; - } - }; - } - - var addTabOrLinkItem = function(container,i,item) { - ensureDashboardNode(true); - // create node if needed - if (!item.node) { - var defaultItem = { - 'ui_tab': { - _def: RED.nodes.getType('ui_tab'), - type: 'ui_tab', - users: [], - icon: 'dashboard', - name: 'Tab' - }, - 'ui_link': { - _def: RED.nodes.getType('ui_link'), - type: 'ui_link', - users: [], - icon: 'open_in_browser', - name: 'Link', - target: 'newtab' - } - } - item.node = defaultItem[item.type] - item.node.id = RED.nodes.id() - item.node.order = i+1 - item.node.name += ' '+item.node.order - listElements[item.node.id] = container; - if (item.type === 'ui_tab') { - item.groups = []; - } - RED.nodes.add(item.node); - RED.editor.validateNode(item.node); - RED.history.push({ - t:'add', - nodes:[item.node.id], - dirty:RED.nodes.dirty() - }); - RED.nodes.dirty(true); - } - else if (item.type === undefined) { - item.type = item.node.type - } - - listElements[item.node.id] = container; - if (RED.nodes.hasOwnProperty('updateConfigNodeUsers')) { - RED.nodes.updateConfigNodeUsers(item.node); - } - - // title - var titleRow = $('<div>',{class:"nr-db-sb-list-header nr-db-sb-tab-list-header"}).appendTo(container); - switch (item.type) { - case 'ui_tab': { - container.addClass("nr-db-sb-tab-list-item"); - $('<i class="nr-db-sb-list-handle nr-db-sb-tab-list-handle fa fa-bars"></i>').appendTo(titleRow); - var chevron = $('<i class="fa fa-angle-down nr-db-sb-list-chevron">',{style:"width:10px;"}).appendTo(titleRow); - var tabicon = "fa-object-group"; - //var tabicon = item.node.disabled ? "fa-window-close-o" : item.node.hidden ? "fa-eye-slash" : "fa-object-group"; - $('<i>',{class:"nr-db-sb-icon nr-db-sb-tab-icon fa "+tabicon}).appendTo(titleRow); - var tabhide = item.node.hidden ? " nr-db-sb-title-hidden" : ""; - var tabable = item.node.disabled ? " nr-db-sb-title-disabled" : ""; - $('<span>',{class:"nr-db-sb-title"+tabhide+tabable}).text(item.node.name||"").appendTo(titleRow); - break; - } - case 'ui_link': { - $('<i class="nr-db-sb-list-handle fa fa-bars"></i>').appendTo(titleRow); - var title = $('<div class="nr-db-sb-link">').appendTo(titleRow); - var nameContainer = $('<div class="nr-db-sb-link-name-container">').appendTo(title); - $('<i class="fa fa-external-link"></i>').appendTo(nameContainer); - $('<span class="nr-db-sb-link-name">').text(item.node.name||"untitled").appendTo(nameContainer); - $('<div class="nr-db-sb-link-url">').text(item.node.link||"http://").appendTo(title); - break; - } - } - // buttons - var buttonGroup = $('<div>',{class:"nr-db-sb-list-header-button-group",id: item.node.id}).appendTo(titleRow); - if (item.type === 'ui_tab') { - var addGroupButton = $('<a href="#" class="nr-db-sb-tab-add-group-button editor-button editor-button-small nr-db-sb-list-header-button" ><i class="fa fa-plus"></i> '+c_("layout.group")+'</a>').appendTo(buttonGroup); - } - var editButton = $('<a href="#" class="nr-db-sb-tab-edit-button editor-button editor-button-small nr-db-sb-list-header-button"><i class="fa fa-pencil"></i> '+c_("layout.edit")+'</a>').appendTo(buttonGroup); - editButton.on('click',function(evt) { - RED.editor.editConfig("", item.type, item.node.id); - evt.stopPropagation(); - evt.preventDefault(); - }); - - // Dashboard layout tool - if (item.type === 'ui_tab') { - var layoutButton = $('<a href="#" class="nr-db-sb-tab-edit-layout-button editor-button editor-button-small nr-db-sb-list-header-button"><i class="fa fa-pencil"></i> '+c_("layout.layout")+'</a>').appendTo(buttonGroup); - layoutButton.on('click',function(evt) { - var editTabName = item.node.name ? item.node.name : item.node.id; - var trayOptions = { - title: c_("layout.layout-editor") + " : " + editTabName, - width: Infinity, - buttons: [ - { - id: "node-dialog-cancel", - text: RED._("common.label.cancel"), - click: function() { - // clean editor - RED.tray.close(); - } - }, - { - id: "node-dialog-ok", - text: RED._("common.label.done"), - class: "primary", - click: function() { - // Save data after editing - saveGridDatas(); - RED.tray.close(); - } - } - ], - resize: function(dimensions) {}, - open: function(tray) { - // Get widget of specified tab from node information - tabDatas = getTabDataFromNodes(item.node.id); - // The width that can be handled by Layout is up to MAX_GROUP_WIDTH - // Groups exceeding the maximum width are not supported. - var tmpGroups = tabDatas.groups; - tmpGroups.sort(compareOrder); - var groups = []; - for (var cnt = 0; cnt < tmpGroups.length; cnt++) { - if (tmpGroups[cnt].width <= MAX_GROUP_WIDTH) { - groups.push(tmpGroups[cnt]); - } - } - tabDatas.groups = groups; - - var editor = $('<div></div>',{addClass: 'nr-dashboard-layout-container-fluid'}); - var row = $('<div></div>',{addClass: 'nr-dashboard-layout-row'}); - var span_num = Math.floor(12 / groups.length); // bootstrap grid 12 splits - span_num = span_num < 2 ? 2 : span_num; // max 6 groups per row - for (var cnt = 0; cnt < groups.length; cnt++) { - if (cnt !=0 && (cnt % 6) == 0) { - editor.append(row); - editor.append('<div><br></div>'); - row = $('<div></div>',{addClass: 'nr-dashboard-layout-row'}); - } - var span = $('<div></div>',{addClass: 'nr-dashboard-layout-span' + span_num}); - var groupName = groups[cnt].name ? groups[cnt].name : groups[cnt].id; - var title = $('<div></div>', { - style: "margin-top:2px; margin-bottom:2px;" - }); - var title_group = $('<div></div>', { - title: groupName, - style: "margin-left:4px; margin-right:8px; overflow:hidden;" - }).appendTo(title); - $("<b/>").text(groupName).appendTo(title_group); - var title_width = $('<div></div>', { - style: "text-align:right; margin-right:8px;" - }).appendTo(title); - $("<span/>", { - style: "margin_right: 8px;" - }).text(c_("layout.width")+': ').appendTo(title_width); - var changeWidth = $('<input>', { - id: 'change-width' + cnt, - value: groups[cnt].width, - style: 'width:30px;', - readonly: true, - 'node-id': groups[cnt].id, - }); - title_width.append(changeWidth); - - title.css('white-space','nowrap'); - title.css('overflow','hidden'); - var gridstack = $('<div></div>', { - id: 'grid'+cnt, - addClass: 'grid-stack' - }); - span.append(title); - span.append(gridstack); - row.append(span); - } - if (groups.length != 0) { - editor.append(row); - } - - // Show layout editor in tray - var trayBody = tray.find('.red-ui-tray-body, .editor-tray-body'); - trayBody.css('overflow','auto'); - trayBody.append(editor); - - ///////////////////////////////////////// - // Editor screen generation - ///////////////////////////////////////// - oldSpacer = []; - widthChange = []; - widgetResize = []; - widgetDrag = []; - for (var cnt=0; cnt < groups.length; cnt++) { - // Gridstack.js option - var options = { - acceptWidgets: true, - alwaysShowResizeHandle: true, - cellHeight: 42, - disableOneColumnMode : true, - float: true, - verticalMargin: 1 - }; - var gridID='#grid' + cnt; - // gridstack generation - $(gridID).gridstack(options); - - // Clear the contents of Grid - var grid = $(gridID+'.grid-stack').data('gridstack'); - grid.removeAll(); - $(gridID).on("dropped", handleMove(grid)); - - // Set the width of the display area of gridstack - var groupWidth = Number(groups[cnt].width); - $(gridID+'.grid-stack').css("width", groupWidth * 40); - $(gridID+'.grid-stack').css("background-size", 100/groupWidth+"% 43px"); - $(gridID+'.grid-stack').attr("node-id", groups[cnt].id); - $(gridID+'.grid-stack').attr("grid-column", groups[cnt].width); - grid.setColumn(groupWidth, true); - - // Determination of placement position of widget of Grid - var widgets = groups[cnt].widgets; - widgets.sort(compareOrder); - - var tbl = {}; - for (var cnt2 = 0; cnt2 < widgets.length; cnt2++) { - // Set default value when there is auto width - if (widgets[cnt2].auto == true) { - widgets[cnt2].width = groupWidth; - // Adjust to the group width - } else if (widgets[cnt2].width > groupWidth) { - widgets[cnt2].width = groupWidth; - } - // Auto support - if (widgets[cnt2].auto === true || widgets[cnt2].type === 'ui_form') { - widgets[cnt2].height = getDefaultHeight(widgets[cnt2].id, groupWidth); - } - // Calculate coordinates to be placed - var point = search_point(Number(widgets[cnt2].width), Number(widgets[cnt2].height), groupWidth, 256, tbl); - if (point) { - widgets[cnt2].x = point.x; - widgets[cnt2].y = point.y; - } - } - - var items = GridStackUI.Utils.sort(widgets); - items.forEach(function (node) { - var minHeight = null; - var maxHeight = null; - // ui_form is fixed to height 2 - if (node.type === 'ui_form') { - minHeight = node.height; - maxHeight = node.height; - } - if (node.type !== 'ui_spacer') { - var dispNode = RED.nodes.node(node.id); - var dispType = dispNode._def.paletteLabel; - var dispLabel = dispNode._def.label; - try { - dispLabel = (typeof dispLabel === "function" ? dispLabel.call(dispNode) : dispLabel)||""; - } - catch(err) { - console.log("Definition error: " + node.type + ".label",err); - dispLabel = dispType; - } - - var item = $('<div></div>', { - 'data-noderedtype': node.type, - 'data-noderedid': node.id, - 'data-nodereddisptype': dispType, - 'data-nodereddisplabel': dispLabel, - 'data-noderedsizeauto': node.auto - }); - var itemContent = $('<div></div>', { - addClass: 'grid-stack-item-content', - title: dispLabel + ':' + dispType - }); - - if (node.auto === true) { - itemContent.append('<i class="fa fa-unlock nr-dashboard-layout-resize-enable" title="'+c_("layout.auto")+'"></i>'); - } else { - itemContent.append('<i class="fa fa-lock nr-dashboard-layout-resize-disable" title="'+c_("layout.manual")+'"></i>'); - } - itemContent.append('<b>'+ dispLabel +'</b><br/>'+ dispType); - item.append(itemContent); - grid.addWidget( - item, - node.x, node.y, node.width, node.height, false, null, null, - minHeight, maxHeight, node.id); - } else { - // Record the spacer node ID to be deleted - oldSpacer.push(node.id); - } - }); - - $(gridID+'.grid-stack > .grid-stack-item:visible').each( function(idx, el) { - el = $(el); - var node = el.data('_gridstack_node'); - var auto = (el[0].dataset.noderedsizeauto == 'true') ? true : false; - grid.resizable(el, !auto); - }); - - // Group width change - widthChange.push(new changeGroupWidth(cnt)); - // Resize widget in group (start event) - widgetResize.push(new resizeGroupWidget(cnt)); - // Dragging widgets in a group (start event) - widgetDrag.push(new dragGroupWidget(cnt)); - } - $('.grid-stack>.grid-stack-item>.grid-stack-item-content>.nr-dashboard-layout-resize-disable').on('click',layoutResizeDisable); - $('.grid-stack>.grid-stack-item>.grid-stack-item-content>.nr-dashboard-layout-resize-enable').on('click',layoutResizeEnable); - }, - close: function() {}, - show: function() {} - } - RED.tray.show(trayOptions); - evt.stopPropagation(); - evt.preventDefault(); - }); - } - - if (item.type === 'ui_tab') { - var content = $('<div>',{class:"nr-db-sb-group-list-container"}).appendTo(container); - - // ui_tab group chevron - if (listStates.hasOwnProperty(item.node.id) && !listStates[item.node.id]) { - content.hide(); - chevron.css({"transform":"rotate(-90deg)"}); - content.addClass('nr-db-sb-collapsed'); - listStates[item.node.id] = false; - } - else { - listStates[item.node.id] = true; - } - titleRow.click(titleToggle(item.node.id,content,chevron)); - - // ui_tab group list - var ol = $('<ol>',{class:"nr-db-sb-group-list"}).appendTo(content).editableList({ - sortable:".nr-db-sb-group-list-header", - addButton: false, - height: 'auto', - connectWith: ".nr-db-sb-group-list", - addItem: function(container,i,group) { - if (!group.node) { - group.node = { - id: RED.nodes.id(), - _def: RED.nodes.getType("ui_group"), - type: "ui_group", - users: [], - tab: item.node.id, - order: i+1, - name: "Group "+(i+1), - width: 6, - disp: true - }; - listElements[group.node.id] = container; - RED.nodes.add(group.node); - RED.editor.validateNode(group.node); - group.widgets = []; - RED.history.push({ - t:'add', - nodes:[group.node.id], - dirty:RED.nodes.dirty() - }); - RED.nodes.dirty(true); - if (RED.nodes.hasOwnProperty('updateConfigNodeUsers')) { - RED.nodes.updateConfigNodeUsers(group.node); - } - } - else { - if (group.node.order === undefined) { - group.node.order = i+1; - } - } - var groupNode = group.node; - elementParents[groupNode] = item.node.id; - var titleRow = $('<div>',{class:"nr-db-sb-list-header nr-db-sb-group-list-header"}).appendTo(container); - $('<i class="nr-db-sb-list-handle nr-db-sb-group-list-handle fa fa-bars"></i>').appendTo(titleRow); - var chevron = $('<i class="fa fa-angle-down nr-db-sb-list-chevron">',{style:"width:10px;"}).appendTo(titleRow); - $('<i class="nr-db-sb-icon nr-db-sb-group-icon fa fa-table"></i>').appendTo(titleRow); - var title = $('<span class="nr-db-sb-title">').text(groupNode.name||groupNode.id||"").appendTo(titleRow); - listElements[groupNode.id] = container; - var buttonGroup = $('<div>',{class:"nr-db-sb-list-header-button-group",id:groupNode.id}).appendTo(titleRow); - var spacerButton = $('<a href="#" class="editor-button editor-button-small nr-db-sb-list-header-button"><i class="fa fa-plus"></i> '+c_("layout.spacer")+'</a>').appendTo(buttonGroup); - spacerButton.on('click',function(evt) { - var spaceNode = { - _def: RED.nodes.getType("ui_spacer"), - type: "ui_spacer", - hasUsers: false, - users: [], - id: RED.nodes.id(), - tab: item.node.name, - group: group.node.id, - order: i+1, - name: "spacer", - width: 1, - height:1, - z: RED.workspaces.active(), - label: function() { return "spacer " + this.width + "x" + this.height; } - }; - RED.nodes.add(spaceNode); - RED.editor.validateNode(spaceNode); - RED.history.push({ - t:'add', - nodes:[spaceNode.id], - dirty:RED.nodes.dirty() - }); - RED.nodes.dirty(true); - RED.view.redraw(); - evt.stopPropagation(); - evt.preventDefault(); - }); - var editButton = $('<a href="#" class="nr-db-sb-edit-group-button editor-button editor-button-small nr-db-sb-list-header-button"><i class="fa fa-pencil"></i> '+c_("layout.edit")+'</a>').appendTo(buttonGroup); - var content = $('<div>',{class:"nr-db-sb-widget-list-container"}).appendTo(container); - if (!listStates.hasOwnProperty(groupNode.id) || !listStates[groupNode.id]) { - content.hide(); - chevron.css({"transform":"rotate(-90deg)"}); - content.addClass('nr-db-sb-collapsed'); - listStates[groupNode.id] = false; - } - else { - listStates[groupNode.id] = true; - } - - var ol = $('<ol>',{class:"nr-db-sb-widget-list"}).appendTo(content).editableList({ - sortable:".nr-db-sb-widget-list-header", - addButton: false, - height: 'auto', - connectWith: ".nr-db-sb-widget-list", - addItem: function(container,i,widgetNode) { - elementParents[widgetNode.id] = groupNode.id; - var titleRow = $('<div>',{class:"nr-db-sb-list-header nr-db-sb-widget-list-header"}).appendTo(container); - $('<i class="nr-db-sb-list-handle nr-db-sb-widget-list-handle fa fa-bars"></i>').appendTo(titleRow); - $('<i class="nr-db-sb-icon nr-db-sb-widget-icon fa fa-picture-o"></i>').click(function(e) { e.preventDefault(); RED.search.show(widgetNode.id); }).appendTo(titleRow); - var l = widgetNode._def.label; - try { - l = (typeof l === "function" ? l.call(widgetNode) : l)||""; - } - catch(err) { - console.log("Definition error: "+d.type+".label",err); - l = d.type; - } - var title = $('<span class="nr-db-sb-title">').text(l).appendTo(titleRow); - listElements[widgetNode.id] = container; - var buttonGroup = $('<div>',{class:"nr-db-sb-list-header-button-group"}).appendTo(titleRow); - var editButton = $('<a href="#" class="editor-button editor-button-small nr-db-sb-list-header-button"><i class="fa fa-pencil"></i> '+c_("layout.edit")+'</a>').appendTo(buttonGroup); - container.on('mouseover',function() { - widgetNode.highlighted = true; - widgetNode.dirty = true; - RED.view.redraw(); - }); - container.on('mouseout',function() { - widgetNode.highlighted = false; - widgetNode.dirty = true; - RED.view.redraw(); - }); - editButton.on('click',function(evt) { - RED.editor.edit(widgetNode); - evt.stopPropagation(); - evt.preventDefault(); - }); - }, - sortItems: function(items) { - var historyEvents = []; - items.each(function(i,el) { - var node = el.data('data'); - var hev = { - t:'edit', - node:node, - changes:{ - order:node.order, - group:node.group - }, - dirty:node.dirty, - changed:node.changed - }; - historyEvents.push(hev); - var changed = false; - if (node.order !== i+1) { - node.order = i+1; - changed = true; - } - if (node.group !== group.node.id) { - var oldGroupNode = RED.nodes.node(node.group); - if (oldGroupNode) { - var index = oldGroupNode.users.indexOf(node); - oldGroupNode.users.splice(index,1); - } - node.group = group.node.id; - group.node.users.push(node); - changed = true; - } - if (changed) { - node.dirty = true; - node.changed = true; - } - }) - RED.history.push({ - t:'multi', - events: historyEvents - }); - RED.nodes.dirty(true); - RED.view.redraw(); - } - }); - ol.css("min-height","5px"); - if (groupNode.id) { - groupLists[groupNode.id] = ol; - } - titleRow.click(titleToggle(groupNode.id,content,chevron)); - editButton.on('click',function(evt) { - RED.editor.editConfig("", groupNode.type, groupNode.id); - evt.stopPropagation(); - evt.preventDefault(); - }); - group.widgets.forEach(function(widget) { - ol.editableList('addItem',widget); - }) - }, - sortItems: function(items) { - var historyEvents = []; - items.each(function(i,el) { - var groupData = el.data('data'); - var node = groupData.node; - var hev = { - t:'edit', - node:node, - changes:{ - order:node.order, - tab:node.tab - }, - dirty:node.dirty, - changed:node.changed - }; - historyEvents.push(hev); - var changed = false; - if (node.order !== i+1) { - node.order = i+1; - changed = true; - } - if (changed) { - node.dirty = true; - node.changed = true; - } - if (node.tab !== item.node.id) { - var oldTabNode = RED.nodes.node(node.tab); - if (oldTabNode) { - var index = oldTabNode.users.indexOf(node); - oldTabNode.users.splice(index,1); - } - node.tab = item.node.id; - item.node.users.push(node); - changed = true; - } - }) - RED.history.push({ - t:'multi', - events: historyEvents - }); - RED.nodes.dirty(true); - RED.view.redraw(); - } - }) - tabLists[item.node.id] = ol; - - addGroupButton.click(function(evt) { - ol.editableList('addItem',{}); - evt.stopPropagation(); - evt.preventDefault(); - }); - item.groups.forEach(function(group) { - ol.editableList('addItem',group); - }); - } - } - - var tabContainer = $('<ol>',{class:"nr-db-sb-tab-list"}).appendTo(divTabs).editableList({ - sortable:".nr-db-sb-tab-list-header", - addButton: false, - addItem: addTabOrLinkItem, - sortItems: function(items) { - var historyEvents = []; - items.each(function(i,el) { - var itemData = el.data('data'); - var node = itemData.node; - var hev = { - t:'edit', - node:node, - changes:{ - order:node.order - }, - dirty:node.dirty, - changed:node.changed - } - historyEvents.push(hev); - var changed = false; - if (node.order !== i+1) { - node.order = i+1; - changed = true; - } - if (changed) { - node.dirty = true; - node.changed = true; - } - }) - RED.history.push({ - t:'multi', - events: historyEvents - }); - RED.nodes.dirty(true); - RED.view.redraw(); - } - }); - - var orphanedWidgets = $('<div>',{class:"form-row"}).appendTo(layoutTab); - $('<span><i class="fa fa-info-circle"></i> There <span id="nr-db-missing-group-count"></span> not in a group. Click <a id="nr-db-add-missing-groups" href="#">here</a> to create the missing groups</span>').appendTo(orphanedWidgets); - orphanedWidgets.find('a').click(function(event) { - var unknownGroups = {}; - RED.nodes.eachNode(function(node) { - if (/^ui_/.test(node.type) && node.type !== 'ui_link' && node.type !== 'ui_toast' && node.type !== 'ui_ui_control') { - if (!RED.nodes.node(node.group)) { - var g = node.group || "_BLANK_"; - unknownGroups[g] = unknownGroups[g] || []; - unknownGroups[g].push(node); - } - } - }); - var tab = null; - var tabs = tabContainer.editableList('items'); - tabs.first().each(function(i,el) { - var tabData = el.data('data'); - tab = tabData.node; - }); - - var hev = []; - if (tab === null) { - tab = { - id: RED.nodes.id(), - _def: RED.nodes.getType("ui_tab"), - type: "ui_tab", - users: [], - order: 0, - name: "Tab", - icon: "dashboard" - }; - RED.nodes.add(tab); - RED.editor.validateNode(tab); - hev.push(tab.id); - } - for (var groupId in unknownGroups) { - if (unknownGroups.hasOwnProperty(groupId)) { - var groupNode = { - id: RED.nodes.id(), - _def: RED.nodes.getType("ui_group"), - type: "ui_group", - users: [], - tab: tab.id, - order: i+1, - name: (groupId==="_BLANK_"?"Group":groupId), - width: 6, - disp: true - }; - hev.push(groupNode.id); - RED.nodes.add(groupNode); - RED.editor.validateNode(groupNode); - if (RED.nodes.hasOwnProperty('updateConfigNodeUsers')) { - RED.nodes.updateConfigNodeUsers(groupNode); - } - var widgets = unknownGroups[groupId]; - for (var i=0; i<widgets.length; i++) { - widgets[i].group = groupNode.id; - widgets[i].changed = true; - widgets[i].dirty = true; - if (RED.nodes.hasOwnProperty('updateConfigNodeUsers')) { - RED.nodes.updateConfigNodeUsers(widgets[i]); - } - RED.editor.validateNode(widgets[i]); - } - } - } - RED.history.push({ - t:'add', - nodes: hev, - dirty:RED.nodes.dirty() - }); - RED.nodes.dirty(true); - refresh(); - refreshOrphanedWidgets(); - RED.view.redraw(); - event.preventDefault(); - }); - - var listElements = {}; - var dashboard = []; - var listStates = {}; - var elementParents = {}; - var awaitingGroups = {}; - var awaitingTabs = {}; - - function getCurrentList() { - var currentList = []; - var tabs = tabContainer.editableList('items'); - var open = false; - tabs.each(function(i,el) { - var tabData = el.data('data'); - var tab = []; - var groups = el.find('.nr-db-sb-group-list').editableList('items'); - groups.each(function(j,el) { - var group = []; - var groupData = el.data('data'); - var widgets = el.find('.nr-db-sb-widget-list').editableList('items'); - widgets.each(function(k,el) { - var widgetData = el.data('data'); - group.push(widgetData.id); - }) - tab.push({id:groupData.node.id, widgets:group}); - }); - currentList.push({id:tabData.node.id,groups:tab}); - }); - return currentList; - } - - function refreshOrphanedWidgets() { - var unknownGroups = {}; - var count = 0; - RED.nodes.eachNode(function(node) { - if (/^ui_/.test(node.type) && node.type !== 'ui_link' && node.type !== 'ui_toast' && node.type !== 'ui_ui_control' && (node.type === 'ui_template' && node.templateScope !== 'global')) { - if (!RED.nodes.node(node.group)) { - var g = node.group || "_BLANK_"; - unknownGroups[g] = unknownGroups[g] || []; - unknownGroups[g].push(node); - count++; - } - } - }); - - if (count > 0) { - orphanedWidgets.show(); - $("#nr-db-missing-group-count").text((count===1?"is ":"are ")+count+" widget"+(count === 1?"":"s")) - } - else { - orphanedWidgets.hide(); - } - } - - function refresh() { - var currentList = getCurrentList(); - dashboard = []; - var tabs = {}; - var groups = {}; - var elements = []; - var groupElements = {}; - var tabGroups = {}; - var groupId; - var group; - var tabId; - var tab; - var unknownGroups = 0; - // Find all the tabs and groups - RED.nodes.eachConfig(function(node) { - switch (node.type) { - case 'ui_tab': - case 'ui_link': { - tabs[node.id] = node; - //tabContainer.editableList('addItem',node); - break; - } - case 'ui_group': { - groups[node.id] = node; - break; - } - case 'ui_spacer': { - if (groups.hasOwnProperty(node.group)) { - groupElements[node.group] = groupElements[node.group]||[]; - groupElements[node.group].push(node); - } - break; - } - } - }); - for (groupId in groups) { - if (groups.hasOwnProperty(groupId)) { - group = groups[groupId]; - if (tabs.hasOwnProperty(group.tab)) { - // This group belongs to a tab - tabGroups[group.tab] = tabGroups[group.tab]||[]; - tabGroups[group.tab].push(group); - } - else { - unknownGroups++; - } - } - } - // Find all ui widgets - list them by their group id - RED.nodes.eachNode(function(node) { - if (/^ui_/.test(node.type)) { - if (groups.hasOwnProperty(node.group)) { - groupElements[node.group] = groupElements[node.group]||[]; - groupElements[node.group].push(node); - } - else if ((node.type !== 'ui_toast')&&(node.type !== 'ui_ui_control')&&(node.type === 'ui_template' && node.templateScope !== 'global')) { - unknownGroups++; - } - } - }); - if (unknownGroups > 0) { - $("#nr-db-missing-group-count").text((unknownGroups===1?"is ":"are ")+unknownGroups+" widget"+(unknownGroups === 1?"":"s")) - orphanedWidgets.show(); - } - else { - orphanedWidgets.hide(); - } - // Sort each group's array of widgets - for (groupId in groupElements) { - if (groupElements.hasOwnProperty(groupId)) { - group = groupElements[groupId]; - groupElements[groupId] = group.map(function(v,i) { return {n:v,i:i} }).sort(function(A,B) { - if (A.n.order < B.n.order) { return A.n.order!==0?-1:1;} - if (A.n.order > B.n.order) { return B.n.order!==0?1:-1;} - return A.i - B.i; - }).map(function(v) { return v.n}) - } - } - // Sort each tabs's array of groups - for (tabId in tabGroups) { - if (tabGroups.hasOwnProperty(tabId)) { - tab = tabGroups[tabId]; - tabGroups[tabId] = tab.map(function(v,i) { return {n:v,i:i} }).sort(function(A,B) { - if (A.n.order < B.n.order) { return -1;} - if (A.n.order > B.n.order) { return 1;} - return A.i - B.i; - }).map(function(v) { return v.n}) - } - } - var tabIds = Object.keys(tabs).map(function(v,i) { return {n:tabs[v],i:i} }).sort(function(A,B) { - if (A.n.order < B.n.order) { return -1;} - if (A.n.order > B.n.order) { return 1;} - return A.i - B.i; - }).map(function(v) { return v.n.id}); - tabIds.forEach(function(tabId) { - var tab = {node:tabs[tabId],groups:[]}; - if (tabGroups[tabId]) { - tabGroups[tabId].forEach(function(groupNode) { - var group = {node:groupNode,widgets:[]}; - if (groupElements[groupNode.id]) { - group.widgets = groupElements[groupNode.id]; - } - tab.groups.push(group); - }); - } - dashboard.push(tab); - }); - var newList = dashboard.map(function(t) { - return { - id: t.node.id, - groups: t.groups.map(function(g) { - return { - id: g.node.id, - widgets: g.widgets.map(function(w) { - return w.id; - }) - } - }) - } - }); - if (JSON.stringify(newList)!=JSON.stringify(currentList)) { - listElements = {}; - groupLists = {}; - tabLists = {}; - tabs = {}; - groups = {}; - elementParents = {}; - tabContainer.empty(); - dashboard.forEach(function(tab) { - tabContainer.editableList('addItem',tab); - }); - } - //ensureDashboardNode(true); - if (globalDashboardNode) { - $("#nr-db-field-title").val(globalDashboardNode.site.name); - $("#nr-db-field-allowSwipe").val(globalDashboardNode.site.allowSwipe || "false"); - $("#nr-db-field-allowTempTheme").val(globalDashboardNode.site.allowTempTheme || "true"); - $("#nr-db-field-hideToolbar").val(globalDashboardNode.site.hideToolbar || "false"); - $("#nr-db-field-dateFormat").val(globalDashboardNode.site.dateFormat); - - if (typeof globalDashboardNode.site.sizes !== "object") { - globalDashboardNode.site.sizes = sizes; - } - $("#nr-db-field-sx").val(globalDashboardNode.site.sizes.sx); - $("#nr-db-field-sy").val(globalDashboardNode.site.sizes.sy); - $("#nr-db-field-px").val(globalDashboardNode.site.sizes.px); - $("#nr-db-field-py").val(globalDashboardNode.site.sizes.py); - $("#nr-db-field-cx").val(globalDashboardNode.site.sizes.cx); - $("#nr-db-field-cy").val(globalDashboardNode.site.sizes.cy); - $("#nr-db-field-gx").val(globalDashboardNode.site.sizes.gx); - $("#nr-db-field-gy").val(globalDashboardNode.site.sizes.gy); - - if (typeof globalDashboardNode.theme.angularTheme !== "object") { - globalDashboardNode.theme.angularTheme = aTheme; - } - $("#nr-db-field-angPrimary").val(globalDashboardNode.theme.angularTheme.primary || "indigo"); - $("#nr-db-field-angAccents").val(globalDashboardNode.theme.angularTheme.accents || "blue"); - $("#nr-db-field-angWarn").val(globalDashboardNode.theme.angularTheme.warn || "red"); - $("#nr-db-field-angBackground").val(globalDashboardNode.theme.angularTheme.background || "grey"); - $("#nr-db-field-angLook").val(globalDashboardNode.theme.angularTheme.palette || "light"); - - $("#nr-db-field-theme").val(globalDashboardNode.theme.name); - $("#ui-sidebar-name").val(globalDashboardNode.theme.customTheme.name); - if (globalDashboardNode.theme.name === 'theme-custom') { - $("#custom-theme-library-container").show(); - $("#custom-theme-settings").show(); - } - else { - $("#custom-theme-library-container").hide(); - $("#custom-theme-settings").hide(); - } - if ($('#nr-db-field-allowTempTheme').val() === "none") { - ulDashboardTabs.children().eq(2).addClass("hidden"); - ulDashboardTabs.children().eq(3).removeClass("hidden"); - } - else { - ulDashboardTabs.children().eq(2).removeClass("hidden"); - ulDashboardTabs.children().eq(3).addClass("hidden"); - } - - //set colour start - if (typeof globalDashboardNode.theme.name !== "string") { - globalDashboardNode.theme.name = "theme-light"; - } - var currentTheme = globalDashboardNode.theme.name.split("-")[1]; - var startingValue = globalDashboardNode.theme[currentTheme+"Theme"].baseColor; - setColourPickerColour("base-color", startingValue); - $("#nr-db-field-font").val(globalDashboardNode.theme[currentTheme+"Theme"].baseFont); - generateColours(startingValue); - if (globalDashboardNode.theme.name === 'theme-light' || globalDashboardNode.theme.name === 'theme-dark') { - addLightAndDarkResetButton('base-color', $('#base-settings-ul').children().first()); - } - - if (editor === undefined) { - editor = RED.editor.createEditor({ - id: 'nr-db-field-format-editor', - mode: 'ace/mode/javascript', - value: JSON.stringify({theme:globalDashboardNode.theme.themeState, site:globalDashboardNode.site}) - }); - - RED.library.create({ - url:"themes", // where to get the data from - type:"theme", // the type of object the library is for - editor: editor, // the field name the main text body goes to - mode:"ace/mode/javascript", - fields:['name'], - elementPrefix:"ui-sidebar-" - }); - } - - editor.on('input', function() { - // Check for any changes on the editor object - // i.e. has the theme been customised compared - // to what is stored - var editorObject = JSON.parse(editor.getValue()); - - //Update theme object if necessary - if (JSON.stringify(editorObject.theme) !== JSON.stringify(globalDashboardNode.theme.themeState)) { - globalDashboardNode.theme.themeState = editorObject.theme; - if ($("#ui-sidebar-name").val() !== globalDashboardNode.theme.customTheme.name) { - globalDashboardNode.theme.customTheme.name = $("#ui-sidebar-name").val(); - globalDashboardNode.theme.customTheme.baseColor = globalDashboardNode.theme.themeState["base-color"].value; - setColourPickerColour("base-color", globalDashboardNode.theme.customTheme.baseColor); - generateColours(globalDashboardNode.theme.themeState["base-color"].value); - RED.nodes.dirty(true); - } - } - if (JSON.stringify(aTheme) !== JSON.stringify(globalDashboardNode.theme.angularTheme)) { - globalDashboardNode.theme.angularTheme = aTheme; - } - - //Update site object if necessary - if (JSON.stringify(editorObject.site) !== JSON.stringify(globalDashboardNode.site)) { - globalDashboardNode.site = editorObject.site; - $("#nr-db-field-title").val(globalDashboardNode.site.name); - $("#nr-db-field-hideToolbar").val(globalDashboardNode.site.hideToolbar); - $("#nr-db-field-allowSwipe").val(globalDashboardNode.site.allowSwipe); - $("#nr-db-field-allowTempTheme").val(globalDashboardNode.site.allowTempTheme); - $("#nr-db-field-dateFormat").val(globalDashboardNode.site.dateFormat); - $("#nr-db-field-sx").val(globalDashboardNode.site.sizes.sx); - $("#nr-db-field-sy").val(globalDashboardNode.site.sizes.sy); - $("#nr-db-field-px").val(globalDashboardNode.site.sizes.px); - $("#nr-db-field-py").val(globalDashboardNode.site.sizes.py); - $("#nr-db-field-gx").val(globalDashboardNode.site.sizes.gx); - $("#nr-db-field-gy").val(globalDashboardNode.site.sizes.gy); - $("#nr-db-field-cx").val(globalDashboardNode.site.sizes.cx); - $("#nr-db-field-cy").val(globalDashboardNode.site.sizes.cy); - RED.nodes.dirty(true); - } - }); - } - awaitingGroups = {}; - awaitingTabs = {}; - } - - RED.sidebar.addTab({ - id: "dashboard", - label: c_("label.dashboard"), - name: "Dashboard", - content: content, - closeable: true, - pinned: true, - iconClass: "fa fa-bar-chart", - disableOnEdit: true, - onchange: function() { refresh(); } - }); - - editSaveEventHandler = function(node) { - if (/^ui_/.test(node.type)) { - if (node.type === "ui_tab" || node.type === "ui_group") { - if (listElements[node.id]) { - // Existing element - listElements[node.id].children(".nr-db-sb-list-header").find(".nr-db-sb-title").text(node.name||node.id); - if (node.type === "ui_group") { - refresh(); - } - else { - if (node.hidden === true) { listElements[node.id].children(".nr-db-sb-list-header").find(".nr-db-sb-title").addClass('nr-db-sb-title-hidden'); } - else { listElements[node.id].children(".nr-db-sb-list-header").find(".nr-db-sb-title").removeClass('nr-db-sb-title-hidden'); } - if (node.disabled === true) { listElements[node.id].children(".nr-db-sb-list-header").find(".nr-db-sb-title").addClass('nr-db-sb-title-disabled'); } - else { listElements[node.id].children(".nr-db-sb-list-header").find(".nr-db-sb-title").removeClass('nr-db-sb-title-disabled'); } - } - } - else if (node.type === "ui_tab") { - // Adding a tab - tabContainer.editableList('addItem',{node:node,groups:[]}) - } - else { - // Adding a group - if (tabLists[node.tab]) { - tabLists[node.tab].editableList('addItem',{node:node,widgets:[]}) - } - } - } - else if (node.type === "ui_link") { - if (listElements[node.id]) { - var container = listElements[node.id]; - container.find(".nr-db-sb-link-name").text(node.name||"untitled"); - container.find(".nr-db-sb-link-url").text(node.link); - } - } - else { - refreshOrphanedWidgets(); - if (listElements[node.id]) { - if (node.group != elementParents[node.id]) { - // Moved to a different group - if (groupLists[elementParents[node.id]]) { - groupLists[elementParents[node.id]].editableList('removeItem',listElements[node.id].data('data')) - } - if (groupLists[node.group]) { - groupLists[node.group].editableList('removeItem',node) - groupLists[node.group].editableList('addItem',node); - } - } - else { - var l = node._def.label; - try { - l = (typeof l === "function" ? l.call(node) : l)||""; - } - catch(err) { - console.log("Definition error: "+d.type+".label",err); - l = d.type; - } - listElements[node.id].children(".nr-db-sb-list-header").find(".nr-db-sb-title").text(l); - } - } - else { - if (groupLists[node.group]) { - if (node.order === 0) { node.order = groupLists[node.group].editableList('length'); } - groupLists[node.group].editableList('addItem',node); - } - } - } - } - }; - RED.events.on("editor:save",editSaveEventHandler); - - // Dashboard layout tool - layoutUpdateEventHandler = function(node) { - if (/^ui_/.test(node.type) && node.type !== 'ui_link' && node.type !== 'ui_toast' && node.type !== 'ui_ui_control' && node.type !== 'ui_audio' && node.type !== 'ui_base' && node.type !== 'ui_group' && node.type !== 'ui_tab') { - if (listElements[node.id]) { - if (node.group != elementParents[node.id]) { - // Moved to a different group - if (groupLists[elementParents[node.id]]) { - groupLists[elementParents[node.id]].editableList('removeItem',listElements[node.id].data('data')) - } - if (groupLists[node.group]) { - groupLists[node.group].editableList('removeItem',node) - groupLists[node.group].editableList('addItem',node); - groupLists[node.group].editableList('sort',function(a,b) {return a.order-b.order;}); - } - } - else { - groupLists[node.group].editableList('sort',function(a,b) {return a.order-b.order;}); - } - } - } - }; - RED.events.on("layout:update",layoutUpdateEventHandler); - - var pendingAdd = []; - var pendingAddTimer = null; - - function handlePendingAdds() { - var hasTabs = false; - var hasGroups = false; - pendingAdd.sort(function(A,B) { - hasTabs = hasTabs || A.type === "ui_tab" || B.type === "ui_tab"; - hasGroups = hasGroups || A.type === "ui_group" || B.type === "ui_group"; - if (A.type === B.type) { - return 0; - } - if (A.type === "ui_tab") { - return -1; - } - else if (B.type === "ui_tab") { - return 1; - } - else if (A.type === "ui_group") { - return -1; - } - else if (B.type === "ui_group") { - return 1; - } - return 0 - }); - var updateList = {}; - for (var i=0; i<pendingAdd.length; i++) { - var node = pendingAdd[i]; - if (listElements[node.id]) { - continue; - } - if (node.type === "ui_tab") { - tabContainer.editableList('addItem',{node:node,groups:[]}); - } - else { - if (hasTabs) { - // We've added some tabs, need to give jquery time to add the lists - pendingAdd = pendingAdd.slice(i); - pendingAddTimer = setTimeout(handlePendingAdds,50); - return; - } - if (node.type === "ui_group") { - if (tabLists[node.tab]) { - tabLists[node.tab].editableList('addItem',{node:node,widgets:[]}); - } - } - else { - if (hasGroups) { - // We've added some tabs, need to give jquery time to add the lists - pendingAdd = pendingAdd.slice(i); - pendingAddTimer = setTimeout(handlePendingAdds,50); - return; - } - if (groupLists[node.group]) { - groupLists[node.group].editableList('addItem',node) - if (node.order >= 0) { - updateList[node.group] = true; - } - } - else { - refreshOrphanedWidgets(); - } - } - } - } - Object.keys(updateList).forEach(function (group) { - var list = groupLists[group]; - if (list) { - list.editableList("sort", function(a,b) {return a.order-b.order;}); - } - }); - pendingAdd = []; - } - - nodesAddEventHandler = function(node) { - if (/^ui_/.test(node.type) && !listElements[node.id]) { - pendingAdd.push(node); - clearTimeout(pendingAddTimer); - pendingAddTimer = setTimeout(handlePendingAdds,100); - } - }; - RED.events.on("nodes:add", nodesAddEventHandler); - - nodesRemoveEventHandler = function(node) { - if (/^ui_/.test(node.type)) { - if (node.type === "ui_tab" || node.type === "ui_link") { - if (listElements[node.id]) { - tabContainer.editableList('removeItem',listElements[node.id].data('data')); - delete tabLists[node.id]; - } - } - else if (node.type === "ui_group") { - if (tabLists[node.tab] && listElements[node.id]) { - tabLists[node.tab].editableList('removeItem',listElements[node.id].data('data')); - } - delete groupLists[node.id]; - } - else { - if (groupLists[node.group]) { - groupLists[node.group].editableList('removeItem',node) - } - } - refreshOrphanedWidgets(); - delete listElements[node.id]; - } - }; - RED.events.on("nodes:remove", nodesRemoveEventHandler); - } - }); - - $.widget("nodereddashboard.elementSizerByNum", { - _create: function() { - var that = this; - var has_height = this.options.has_height; - var pos = this.options.pos; - var c_width = has_height ? '15%' : '6%'; - var container = $('<div>').css({ - position: 'absolute', - background: 'white', - padding: '10px 10px 10px 10px', - border: '1px solid grey', - zIndex: '20', - borderRadius: "4px", - display:"none", - width: c_width - }).appendTo(document.body); - var box0 = $("<div>").css({ - fontSize: '13px', - color: '#aaa', - float: 'left', - paddingTop: '1px' - }).appendTo(container); - - var width = $(this.options.width).val(); - var height = has_height ? $(this.options.height).val() : undefined; - var max_w = ''; - var groupNode = this.options.groupNode; - if(groupNode) { - max_w = 'max="'+groupNode.width+'"'; - } - width = (width > 0) ? width : 1; - height = (height > 0) ? height : 1; - var in0 = $('<input type="number" min="1" '+max_w+'>') - .css("width", has_height ? "40%" : "100%") - .val(width) - .appendTo(box0); - if(has_height) { - var pad = $('<span>') - .text(" x ") - .appendTo(box0); - var in1 = $('<input type="number" min="1">') - .css("width", "40%") - .val(height) - .appendTo(box0); - } - var closeTimer; - var closeFunc = function() { - var w = in0.val(); - var h = has_height ? in1.val() : undefined; - var label = that.options.label; - label.text(w+(has_height ? (' x '+h) : '')); - $(that.options.width).val(w).change(); - if(has_height) { - $(that.options.height).val(h).change(); - } - that.destroy(); - }; - container.keypress(function(e) { - if(e.which === 13) { // pressed ENTER - container.fadeOut(100, closeFunc); - } - }); - container.on('mouseleave', function(e) { - closeTimer = setTimeout(function() { - container.fadeOut(200, closeFunc); - }, 100); - }); - container.on('mouseenter', function(e) { - clearTimeout(closeTimer); - }); - container.css({ - top: (pos.top -10)+"px", - left: (pos.left +10)+"px" - }); - container.fadeIn(200); - } - }); - - $.widget( "nodereddashboard.elementSizer", { - _create: function() { - var that = this; - var gridWidth = 6; - var width = parseInt($(this.options.width).val()||0); - var height = parseInt(this.options.hasOwnProperty('height')?$(this.options.height).val():"1")||0; - var hasAuto = (!this.options.hasOwnProperty('auto') || this.options.auto); - - this.element.css({ - minWidth: this.element.height()+4 - }); - var auto_text = c_("auto"); - var sizeLabel = (width === 0 && height === 0)?auto_text:width+(this.options.hasOwnProperty('height')?" x "+height:""); - this.element.text(sizeLabel).on('mousedown',function(evt) { - evt.stopPropagation(); - evt.preventDefault(); - - var width = parseInt($(that.options.width).val()||0); - var height = parseInt(that.options.hasOwnProperty('height')?$(that.options.height).val():"1")||0; - var maxWidth = 0; - var maxHeight; - var fixedWidth = false; - var fixedHeight = false; - var group = $(that.options.group).val(); - if (group) { - var groupNode = RED.nodes.node(group); - if (groupNode) { - gridWidth = Math.max(6,groupNode.width,+width); - maxWidth = groupNode.width || gridWidth; - fixedWidth = true; - } - maxHeight = Math.max(6,+height+1); - } - else { - gridWidth = Math.max(12,+width); - maxWidth = gridWidth; - maxHeight = 1; - fixedHeight = true; - } - - var pos = $(this).offset(); - var container = $('<div>').css({ - position: 'absolute', - background: 'white', - padding: '5px 10px 10px 10px', - border: '1px solid grey', - zIndex: '20', - borderRadius: "4px", - display:"none" - }).appendTo(document.body); - - var closeTimer; - container.on('mouseleave',function(evt) { - closeTimer = setTimeout(function() { - container.fadeOut(200, function() { $(this).remove(); }); - },100) - }); - container.on('mouseenter',function() { - clearTimeout(closeTimer); - }) - - var label = $("<div>").css({ - fontSize: '13px', - color: '#aaa', - float: 'left', - paddingTop: '1px' - }).appendTo(container).text((width === 0 && height === 0)?auto_text:(width+(that.options.hasOwnProperty('height')?" x "+height:""))); - label.hover(function() { - $(this).css('text-decoration', 'underline'); - }, function() { - $(this).css('text-decoration', 'none'); - }); - - label.click(function(e) { - var group = $(that.options.group).val(); - var groupNode = null; - if(group) { - groupNode = RED.nodes.node(group); - if(groupNode === null) { - return; - } - } - $(that).elementSizerByNum({ - width: that.options.width, - height: that.options.height, - groupNode: groupNode, - pos: pos, - label: that.element, - has_height: that.options.hasOwnProperty('height') - }); - closeTimer = setTimeout(function() { - container.fadeOut(200, function() { - $(this).remove(); - }); - },100) - }); - - var buttonRow = $('<div>',{style:"text-align:right; height:25px;"}).appendTo(container); - - if (hasAuto) { - var button = $('<a>',{href:"#",class:"editor-button editor-button-small",style:"margin-bottom:5px"}) - .text(auto_text) - .appendTo(buttonRow) - .on('mouseup',function(evt) { - that.element.text(auto_text) - $(that.options.width).val(0).change(); - $(that.options.height).val(0).change(); - evt.preventDefault(); - container.fadeOut(200, function() { $(this).remove(); }); - }); - } - - var cellBorder = "1px dashed lightGray"; - var cellBorderExisting = "1px solid gray"; - var cellBorderHighlight = "1px dashed black"; - var rows = []; - function addRow(i) { - var row = $('<div>').css({padding:0,margin:0,height:"25px","box-sizing":"border-box"}).appendTo(container); - rows.push(row); - cells.push([]) - for (var j=0; j<gridWidth; j++) { - addCell(i,j); - } - } - function addCell(i,j) { - var row = rows[i]; - var cell = $('<div>').css({ - display:"inline-block", - width: "25px", - height: "25px", - borderRight: (j===(width-1)&&i<height)?cellBorderExisting:cellBorder, - borderBottom: (i===(height-1)&&j<width)?cellBorderExisting:cellBorder, - boxSizing: "border-box", - cursor:"pointer", - background: (j<maxWidth)?"#fff":"#eee" - }).appendTo(row); - cells[i].push(cell); - if (j===0) { - cell.css({borderLeft:((i<=height-1)?cellBorderExisting:cellBorder)}); - } - if (i===0) { - cell.css({borderTop:((j<=width-1)?cellBorderExisting:cellBorder)}); - } - if (j<maxWidth) { - cell.data("w",j); - cell.data("h",i); - cell.on("mouseup",function() { - that.element.text(($(this).data("w")+1)+(that.options.hasOwnProperty('height')?" x "+($(this).data("h")+1):"")) - $(that.options.width).val($(this).data("w")+1).change(); - $(that.options.height).val($(this).data("h")+1).change(); - container.fadeOut(200, function() { $(this).remove(); }); - }); - cell.on("mouseover",function() { - var w = $(this).data("w"); - var h = $(this).data("h"); - label.text((w+1)+(that.options.hasOwnProperty('height')?" x "+(h+1):"")); - for (var y = 0; y<maxHeight; y++) { - for (var x = 0; x<maxWidth; x++) { - cells[y][x].css({ - background: (y<=h && x<=w)?'#ddd':'#fff', - borderLeft: (x===0&&y<=h)?cellBorderHighlight:(x===0)?((y<=height-1)?cellBorderExisting:cellBorder):'', - borderTop: (y===0&&x<=w)?cellBorderHighlight:(y===0)?((x<=width-1)?cellBorderExisting:cellBorder):'', - borderRight: (x===w&&y<=h)?cellBorderHighlight:((x===width-1&&y<=height-1)?cellBorderExisting:cellBorder), - borderBottom: (y===h&&x<=w)?cellBorderHighlight:((y===height-1&&x<=width-1)?cellBorderExisting:cellBorder) - }) - } - } - if (!fixedHeight && h === maxHeight-1) { - addRow(maxHeight++) - } - if (!fixedWidth && w === maxWidth-1) { - maxWidth++; - gridWidth++; - for (var r=0; r<maxHeight; r++) { - addCell(r,maxWidth-1); - } - } - }) - } - } - var cells = []; - for (var i=0; i<maxHeight; i++) { - addRow(i); - } - container.css({ - top:(pos.top)+"px", - left:(pos.left)+"px" - }); - container.fadeIn(200); - }) - } - }); -})(jQuery); -</script> - -<script type="text/html" data-template-name="ui_base"> - <div class='form-row'> - This <i>ui_base</i> node is the main node that all<br/>other dashboard widget nodes communicate to.<br/> - <br/>One instance is required to support the dashboard.<br/> - <br/>If you have no dashboard you can delete this node.<br/> - It will be re-created automatically if required.<br/> - </div> -</script> diff --git a/software/flow/node_modules/node-red-dashboard/nodes/ui_base.js b/software/flow/node_modules/node-red-dashboard/nodes/ui_base.js deleted file mode 100644 index 171e9ae..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/ui_base.js +++ /dev/null @@ -1,125 +0,0 @@ -module.exports = function(RED) { - var ui = require('../ui')(RED); - var path= require('path'); - var gsp = require.resolve('gridstack'); - var node; - var uiset = RED.settings.ui || "{}"; - - function BaseNode(config) { - RED.nodes.createNode(this, config); - node = this; - var baseFontName = "-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif"; - - var defaultLightTheme = { - baseColor: '#0094CE', - baseFont: baseFontName - } - var defaultDarkTheme = { - baseColor: '#097479', - baseFont: baseFontName - } - var defaultCustomTheme = { - name: 'Untitled Theme 1', - baseColor: defaultLightTheme.baseColor, - baseFont: baseFontName - } - var defaultAngularTheme = { - primary:'indigo', - accents:'teal', - warn: "red", - background:'grey', - palette:'light' - }; - - // Setup theme name - // First try old format (for upgrading with old flow file) - // Then try new format - // Else fallback to theme-light - var themeName; - if (typeof(config.theme) === 'string') { themeName = config.theme; } - else { themeName = config.theme.name || "theme-light"; } - - // Setup other styles - var defaultThemeState = {} - if (themeName === 'theme-light') { - defaultThemeState["base-font"] = {value: baseFontName}; - defaultThemeState["base-color"] = {value: "#0094CE"}; - defaultThemeState["page-backgroundColor"] = {value: "#fafafa"}; - defaultThemeState["page-titlebar-backgroundColor"] = {value: "#0094CE"}; - defaultThemeState["page-sidebar-backgroundColor"] = {value: "#ffffff"}; - defaultThemeState["group-backgroundColor"] = {value: "#ffffff"}; - defaultThemeState["group-textColor"] = {value: "#000000"}; - defaultThemeState["group-borderColor"] = {value: "#ffffff"}; - defaultThemeState["widget-textColor"] = {value: "#111111"}; - defaultThemeState["widget-backgroundColor"] = {value: "#0094CE"}; - } - else { - defaultThemeState["base-font"] = {value: baseFontName}; - defaultThemeState["base-color"] = {value: "#097479"}; - defaultThemeState["page-backgroundColor"] = {value: "#111111"}; - defaultThemeState["page-titlebar-backgroundColor"] = {value: "#097479"}; - defaultThemeState["page-sidebar-backgroundColor"] = {value: "#333333"}; - defaultThemeState["group-backgroundColor"] = {value: "#333333"}; - defaultThemeState["group-textColor"] = {value: "#10cfd8"}; - defaultThemeState["group-borderColor"] = {value: "#555555"}; - defaultThemeState["widget-textColor"] = {value: "#eeeeee"}; - defaultThemeState["widget-backgroundColor"] = {value: "#097479"}; - } - - var defaultThemeObject = { - name: themeName, - lightTheme: config.theme.lightTheme || defaultLightTheme, - darkTheme: config.theme.darkTheme || defaultDarkTheme, - customTheme: config.theme.customTheme || defaultCustomTheme, - angularTheme: config.theme.angularTheme || defaultAngularTheme, - themeState: config.theme.themeState || defaultThemeState - } - - this.config = { - theme: defaultThemeObject, - site: config.site - } - ui.addBaseConfig(this.config); - } - RED.nodes.registerType("ui_base", BaseNode); - - RED.library.register("themes"); - - RED.httpAdmin.get('/uisettings', function(req, res) { - res.json(uiset); - }); - - const optsjs = { root: path.join(__dirname , '../dist/js'), dotfiles: 'deny' }; - const optscss = { root: path.join(__dirname , '../dist/css'), dotfiles: 'deny' }; - const optsgs = { root: path.dirname(gsp), dotfiles: 'deny' }; - - RED.httpAdmin.get('/ui_base/js/*', function(req, res) { - res.sendFile(req.params[0], optsjs, function (err) { - if (err) { - res.sendStatus(404); - if (node) { node.warn("JS File not found."); } - else { console.log("ui_base - error:",err); } - } - }); - }); - - RED.httpAdmin.get('/ui_base/css/*', function(req, res) { - res.sendFile(req.params[0], optscss, function (err) { - if (err) { - res.sendStatus(404); - if (node) { node.warn("CSS File not found."); } - else { console.log("ui_base - error:",err); } - } - }); - }); - - RED.httpAdmin.get('/ui_base/gs/*', function(req, res) { - res.sendFile(req.params[0], optsgs, function (err) { - if (err) { - res.sendStatus(404); - if (node) { node.warn("Gridstack file not found."); } - else { console.log("ui_base - error:",err); } - } - }); - }); -}; diff --git a/software/flow/node_modules/node-red-dashboard/nodes/ui_button.html b/software/flow/node_modules/node-red-dashboard/nodes/ui_button.html deleted file mode 100644 index dbaf292..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/ui_button.html +++ /dev/null @@ -1,116 +0,0 @@ -<script type="text/javascript"> - RED.nodes.registerType('ui_button',{ - category: RED._("node-red-dashboard/ui_base:ui_base.label.category"), - color: 'rgb(176, 223, 227)', - defaults: { - name: {value: ''}, - group: {type: 'ui_group', required: true}, - order: {value: 0}, - width: {value: 0, validate: function(v) { - var width = v||0; - var currentGroup = $('#node-input-group').val()||this.group; - var groupNode = RED.nodes.node(currentGroup); - var valid = !groupNode || +width <= +groupNode.width; - $("#node-input-size").toggleClass("input-error",!valid); - return valid; - } - }, - height: {value: 0}, - passthru: {value: false}, - label: {value: 'button'}, - tooltip: {value: ''}, - color: {value: ''}, - bgcolor: {value: ''}, - className: {value: ''}, - icon: {value: ''}, - payload: {value: '',validate: (RED.validators.hasOwnProperty('typedInput')?RED.validators.typedInput('payloadType'):function(v) { return true})}, - payloadType: { value: 'str'}, - topic: {value: 'topic', validate: (RED.validators.hasOwnProperty('typedInput')?RED.validators.typedInput('topicType'):function(v) { return true})}, - topicType: {value: 'msg'} - }, - inputs:1, - outputs:1, - outputLabels: function() { if (this.payloadType === "str") { - return this.payload; - } else {return this.payloadType; } }, - icon: "ui_button.png", - paletteLabel: 'button', - label: function() { return this.name || (~this.label.indexOf("{{") ? null : this.label) || 'button'; }, - labelStyle: function() { return this.name?"node_label_italic":""; }, - oneditprepare: function() { - $("#node-input-size").elementSizer({ - width: "#node-input-width", - height: "#node-input-height", - group: "#node-input-group" - }); - $('#node-input-payload').typedInput({ - default: 'str', - typeField: $("#node-input-payloadType"), - types: ['str','num','bool','json','bin','date','flow','global'] - }); - $('#node-input-topic').typedInput({ - default: 'str', - typeField: $("#node-input-topicType"), - types: ['str','msg','flow','global'] - }); - } - }); -</script> - -<script type="text/html" data-template-name="ui_button"> - <div class="form-row"> - <label for="node-input-group"><i class="fa fa-table"></i> <span data-i18n="ui_button.label.group"></label> - <input type="text" id="node-input-group"> - </div> - <div class="form-row"> - <label><i class="fa fa-object-group"></i> <span data-i18n="ui_button.label.size"></label> - <input type="hidden" id="node-input-width"> - <input type="hidden" id="node-input-height"> - <button class="editor-button" id="node-input-size"></button> - </div> - <div class="form-row"> - <label for="node-input-icon"><i class="fa fa-picture-o"></i> <span data-i18n="ui_button.label.icon"></label> - <input type="text" id="node-input-icon" data-i18n="[placeholder]ui_button.label.optionalIcon"> - </div> - <div class="form-row"> - <label for="node-input-label"><i class="fa fa-i-cursor"></i> <span data-i18n="ui_button.label.label"></label> - <input type="text" id="node-input-label" data-i18n="[placeholder]ui_button.label.optionalLabel"> - </div> - <div class="form-row"> - <label for="node-input-tooltip"><i class="fa fa-info-circle"></i> <span data-i18n="ui_button.label.tooltip"></label> - <input type="text" id="node-input-tooltip" data-i18n="[placeholder]ui_button.label.optionalTooltip"> - </div> - <div class="form-row"> - <label for="node-input-color"><i class="fa fa-tint"></i> <span data-i18n="ui_button.label.color"></label> - <input type="text" id="node-input-color" data-i18n="[placeholder]ui_button.label.optionalColor"> - </div> - <div class="form-row"> - <label for="node-input-bgcolor"><i class="fa fa-tint"></i> <span data-i18n="ui_button.label.background"></label> - <input type="text" id="node-input-bgcolor" data-i18n="[placeholder]ui_button.label.optionalBackgroundColor"> - </div> - <div class="form-row"> - <label style="width:auto" for="node-input-payload"><i class="fa fa-envelope-o"></i> <span data-i18n="ui_button.label.whenClicked"></label> - </div> - <div class="form-row"> - <label for="node-input-payload" style="padding-left: 25px; margin-right: -25px"><span data-i18n="ui_button.label.payload"></label> - <input type="text" id="node-input-payload" style="width:70%"> - <input type="hidden" id="node-input-payloadType"> - </div> - <div class="form-row"> - <label for="node-input-topic" style="padding-left: 25px; margin-right: -25px"><span data-i18n="ui_button.label.topic"></label> - <input type="text" id="node-input-topic"> - <input type="hidden" id="node-input-topicType"> - </div> - <div class="form-row"> - <label style="width:auto" for="node-input-passthru"><i class="fa fa-arrow-right"></i> <span data-i18n="ui_button.label.emulateClick"></label> - <input type="checkbox" id="node-input-passthru" style="display:inline-block; width:auto; vertical-align:top;"> - </div> - <div class="form-row"> - <label for="node-input-className"><i class="fa fa-code"></i> <span data-i18n="ui_button.label.className"></label> - <input type="text" id="node-input-className" data-i18n="[placeholder]ui_button.label.classNamePlaceholder"/> - </div> - <div class="form-row"> - <label for="node-input-name"><i class="fa fa-tag"></i> <span data-i18n="node-red:common.label.name"></label> - <input type="text" id="node-input-name" data-i18n="[placeholder]node-red:common.label.name"> - </div> -</script> diff --git a/software/flow/node_modules/node-red-dashboard/nodes/ui_button.js b/software/flow/node_modules/node-red-dashboard/nodes/ui_button.js deleted file mode 100644 index 0a01530..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/ui_button.js +++ /dev/null @@ -1,84 +0,0 @@ -module.exports = function(RED) { - var ui = require('../ui')(RED); - - function ButtonNode(config) { - RED.nodes.createNode(this, config); - var node = this; - - var group = RED.nodes.getNode(config.group); - if (!group) { return; } - var tab = RED.nodes.getNode(group.config.tab); - if (!tab) { return; } - - var payloadType = config.payloadType; - var payload = config.payload; - - if (payloadType === 'flow' || payloadType === 'global') { - try { - var parts = RED.util.normalisePropertyExpression(payload); - if (parts.length === 0) { - throw new Error(); - } - } - catch(err) { - node.warn("Invalid payload property expression - defaulting to node id") - payload = node.id; - payloadType = 'str'; - } - } - else { - payload = payload || node.id; - } - - node.on("input", function(msg) { - node.topi = RED.util.evaluateNodeProperty(config.topic,config.topicType || "str",node,msg); - }); - - var done = ui.add({ - node: node, - tab: tab, - group: group, - emitOnlyNewValues: false, - forwardInputMessages: config.passthru || false, - storeFrontEndInputAsState: false, - control: { - type: 'button', - label: config.label, - tooltip: config.tooltip, - color: config.color, - bgcolor: config.bgcolor, - className: config.className, - icon: config.icon, - order: config.order, - value: payload, - format: config.bgcolor, - width: config.width || group.config.width || 3, - height: config.height || 1 - }, - beforeSend: function (msg,m2) { - var t = RED.util.evaluateNodeProperty(config.topic,config.topicType || "str",node,msg) - if (typeof t === "undefined") { t = node.topi; } - if (t !== undefined) { msg.topic = t; } - if (((config.topicType || "str") === "str") && t == "") { delete msg.topic; } - if (m2 !== undefined) { msg.event = m2.event; } - }, - convertBack: function (value) { - if (payloadType === "date") { - value = Date.now(); - } - else { - try { - value = RED.util.evaluateNodeProperty(payload,payloadType,node); - } - catch(e) { - if (payloadType === "bin") { node.error("Badly formatted buffer"); } - else { node.error(e,payload); } - } - } - return value; - } - }); - node.on("close", done); - } - RED.nodes.registerType("ui_button", ButtonNode); -}; diff --git a/software/flow/node_modules/node-red-dashboard/nodes/ui_chart.html b/software/flow/node_modules/node-red-dashboard/nodes/ui_chart.html deleted file mode 100644 index 91afc4e..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/ui_chart.html +++ /dev/null @@ -1,295 +0,0 @@ -<style> - input.series-color { - width: 100px; - text-align: center; - } - input.series-color::-webkit-color-swatch { - border: none; - } -</style> -<script type="text/javascript"> - RED.nodes.registerType('ui_chart',{ - category: RED._("node-red-dashboard/ui_base:ui_base.label.category"), - color: 'rgb(119, 198, 204)', - defaults: { - name: {value: ''}, - group: {type: 'ui_group', required: true}, - order: {value: 0}, - width: {value: 0, validate: function(v) { - var width = v||0; - var currentGroup = $('#node-input-group').val()||this.group; - var groupNode = RED.nodes.node(currentGroup); - var valid = !groupNode || +width <= +groupNode.width; - $("#node-input-size").toggleClass("input-error",!valid); - return valid; - }}, - height: {value: 0}, - label: {value: 'chart'}, - chartType: {value: 'line'}, - legend: {value: 'false'}, - xformat: {value: 'HH:mm:ss'}, - interpolate: {value: 'linear', required:true}, - nodata: {value: ''}, - dot: {value: false}, - ymin: {value: '', validate:function(value) { return value === '' || RED.validators.number(); }}, - ymax: {value: '', validate:function(value) { return value === '' || RED.validators.number(); }}, - removeOlder: {value: 1, validate:RED.validators.number(), required:true}, - removeOlderPoints: {value: '', validate:function(value) { return value === '' || RED.validators.number(); }}, - removeOlderUnit: {value: '3600', required:true}, - cutout: {value: 0}, - useOneColor: {value: false}, - useUTC: {value: false}, - colors: {value: ['#1F77B4', '#AEC7E8', '#FF7F0E', '#2CA02C', '#98DF8A', '#D62728', '#FF9896', '#9467BD', '#C5B0D5']}, - outputs: {value: 1}, - useDifferentColor: {value: false}, - className: {value: ''} - }, - inputs:1, - outputs:1, - inputLabels: function() { return this.chartType; }, - outputLabels: ["chart state"], - align: "right", - icon: "ui_chart.png", - paletteLabel: 'chart', - label: function() { return this.name || (~this.label.indexOf("{{") ? null : this.label) || 'chart'; }, - labelStyle: function() { return this.name?"node_label_italic":""; }, - oneditprepare: function() { - var oldouts = this.outputs; - if (RED.nodes.filterLinks({source:{id:this.id},sourcePort:1}).length > 0) { this.outputs = 2; } - else { this.outputs = 1; } - if (this.outputs !== oldouts) { this.changed = true; } - if (!$("#node-input-chartType").val()) { - $("#node-input-chartType").val("line"); - } - $("#node-input-size").elementSizer({ - width: "#node-input-width", - height: "#node-input-height", - group: "#node-input-group" - }); - $("#node-input-chartType").on("change", function() { - $("#legend-show").hide(); - $("#show-useDifferentColor").hide(); - if ($(this).val() === "horizontalBar") { - $("#y-label-show").hide(); - $("#x-label-show").show(); - } - else { - $("#y-label-show").show(); - $("#x-label-show").hide(); - } - if ($(this).val() === "line") { - $("#x-axis-show").show(); - $("#x-axis-label-show").show(); - $("#interpolate-show").show(); - $("#legend-show").show(); - $("#y-axis-show").show(); - $("#hole-size-show").hide(); - $("#show-dot-field").show(); - $("#show-useOneColor").hide(); - } - else { - $("#x-axis-show").hide(); - $("#x-axis-label-show").hide(); - $("#interpolate-show").hide(); - $("#show-dot-field").hide(); - if (($(this).val() === "bar")||($(this).val() === "horizontalBar")) { - $("#show-useOneColor").show(); - $("#legend-show").show(); - } - else { - $("#show-useOneColor").hide(); - } - if ($(this).val() === "pie") { - $("#y-axis-show").hide(); - $("#legend-show").show(); - $("#hole-size-show").show(); - } - else if ($(this).val() === "polar-area") { - $("#y-axis-show").show(); - $("#legend-show").show(); - $("#hole-size-show").hide(); - $("#show-useDifferentColor").show(); - } - else if ($(this).val() === "radar") { - $("#y-axis-show").show(); - $("#legend-show").show(); - $("#hole-size-show").hide(); - } - else { - $("#y-axis-show").show(); - $("#hole-size-show").hide(); - } - } - - }); - var setColour = function(id, value) { - $(id).val(value); - $(id).css("background-color", value); - var rgb = tinycolor(value).toRgb(); - var level = ((rgb.r*299) + (rgb.g*587) + (rgb.b*114))/1000; - var textColor = (level >= 128) ? '#111111' : '#eeeeee'; - $(id).css("color", textColor); - } - $(".series-color").on("change", function() { - setColour("#"+$(this).attr("id"), $(this).val()); - }); - var oval = $("#node-input-xformat").val(); - if (!oval) { $("#node-input-xformat").val("HH:mm:ss"); } - var odef = 'custom'; - if (oval === "HH:mm:ss") { odef = oval; } - if (oval === "HH:mm") { odef = oval; } - if (oval === "Y-M-D") { odef = oval; } - if (oval === "D/M") { odef = oval; } - if (oval === "dd HH:mm") { odef = oval; } - if (oval === "auto") { odef = oval; } - var ohms = {value: "HH:mm:ss", label: RED._("node-red-dashboard/ui_chart:ui_chart.label.HHmmss"), hasValue: false}; - var ohm = {value: "HH:mm", label: RED._("node-red-dashboard/ui_chart:ui_chart.label.HHmm"), hasValue: false}; - var oymd = {value: "Y-M-D", label: RED._("node-red-dashboard/ui_chart:ui_chart.label.yearMonthDate"), hasValue: false}; - var odm = {value: "D/M", label: RED._("node-red-dashboard/ui_chart:ui_chart.label.dateMonth"), hasValue: false}; - var oahm = {value: "dd HH:mm", label: RED._("node-red-dashboard/ui_chart:ui_chart.label.dayHHmm"), hasValue: false}; - var ocus = {value: "custom", label: RED._("node-red-dashboard/ui_chart:ui_chart.label.custom"), icon: "red/images/typedInput/az.png"}; - var oaut = {value: "auto", label: RED._("node-red-dashboard/ui_chart:ui_chart.label.automatic"), hasValue: false}; - $("#node-input-xformat").typedInput({ - default: odef, - types:[ ohms, ohm, oahm, odm, oymd, ocus, oaut ] - }); - var defaultColors = ['#1F77B4', '#AEC7E8', '#FF7F0E', '#2CA02C', '#98DF8A', '#D62728', '#FF9896', '#9467BD', '#C5B0D5']; - - if (this.colors) { - for (var i=0; i<this.colors.length; i++) { - var value = this.colors[i] || defaultColors[i]; - setColour("#node-input-color"+(i+1), value); - } - } - else { - for (var c=0; c<defaultColors.length; c++) { - setColour("#node-input-color"+(c+1), defaultColors[c]); - } - } - - }, - oneditsave: function() { - if ($("#node-input-xformat").typedInput('type') !== 'custom') { - $("#node-input-xformat").val($("#node-input-xformat").typedInput('type')); - } - this.colors = [$("#node-input-color1").val(),$("#node-input-color2").val(),$("#node-input-color3").val(), - $("#node-input-color4").val(),$("#node-input-color5").val(),$("#node-input-color6").val(), - $("#node-input-color7").val(),$("#node-input-color8").val(),$("#node-input-color9").val()]; - } - }); -</script> - -<script type="text/html" data-template-name="ui_chart"> - <div class="form-row"> - <label for="node-input-group"><i class="fa fa-table"></i> <span data-i18n="ui_chart.label.group"></label> - <input type="text" id="node-input-group"> - </div> - <div class="form-row"> - <label><i class="fa fa-object-group"></i> <span data-i18n="ui_chart.label.size"></label> - <input type="hidden" id="node-input-width"> - <input type="hidden" id="node-input-height"> - <button class="editor-button" id="node-input-size"></button> - </div> - <div class="form-row"> - <label for="node-input-label"><i class="fa fa-i-cursor"></i> <span data-i18n="ui_chart.label.label"></label> - <input type="text" id="node-input-label" data-i18n="[placeholder]ui_chart.label.optionalChartTitle"> - </div> - <div class="form-row"> - <label for="node-input-removeOlder"><i class="fa fa-line-chart"></i> <span data-i18n="ui_chart.label.type"></label> - <select id="node-input-chartType" style="width:159px; font-family:'FontAwesome','Helvetica Neue', Helvetica, Arial, sans-serif"> - <option value="line" data-i18n="[html]ui_chart.label.lineChart"></option> - <option value="bar" data-i18n="[html]ui_chart.label.barChart"></option> - <option value="horizontalBar" data-i18n="[html]ui_chart.label.barChartH"></option> - <option value="pie" data-i18n="[html]ui_chart.label.pieChart"></option> - <option value="polar-area" data-i18n="[html]ui_chart.label.polarAreaChart"></option> - <option value="radar" data-i18n="[html]ui_chart.label.radarChart"></option> - </select> - <div id="show-dot-field" style="display:inline-block;"> - <input type="checkbox" id="node-input-dot" style="display:inline-block; width:auto; vertical-align:baseline; margin-left:40px; margin-right:5px;"><span data-i18n="ui_chart.label.enlargePoints"> - </div> - </div> - <div class="form-row" id="x-axis-show"> - <label for="node-input-removeOlder" data-i18n="ui_chart.label.xAxis"></label> - <label for="node-input-removeOlder" style="width:auto" data-i18n="ui_chart.label.last"></label> - <input type="text" id="node-input-removeOlder" style="width:50px;"> - <select id="node-input-removeOlderUnit" style="width:80px;"> - <option value="1" data-i18n="ui_chart.label.seconds"></option> - <option value="60" data-i18n="ui_chart.label.minutes"></option> - <option value="3600" data-i18n="ui_chart.label.hours"></option> - <option value="86400" data-i18n="ui_chart.label.days"></option> - <option value="604800" data-i18n="ui_chart.label.weeks"></option> - </select> - <label for="node-input-removeOlderPoints" style="width:auto; margin-left:10px; margin-right:10px;" data-i18n="ui_chart.label.or"></label> - <input type="text" id="node-input-removeOlderPoints" style="width:60px;" placeholder="1000"> - <span style="margin-left:5px;" data-i18n="ui_chart.label.points"></span> - </div> - <div class="form-row" id="x-axis-label-show"> - <label for="node-input-xformat" data-i18n="ui_chart.label.xAxisLabel"></label> - <input type="text" id="node-input-xformat" style="width:250px;"> - <input type="checkbox" id="node-input-useUTC" style="display:inline-block; width:auto; vertical-align:baseline; margin-left:8px; margin-right:4px;"> <span data-i18n="ui_chart.label.asUTC"></span> - </div> - <div class="form-row" id="y-axis-show"> - <label id="y-label-show" for="node-input-ymin" data-i18n="ui_chart.label.yAxis"></label> - <label id="x-label-show" for="node-input-ymin" data-i18n="ui_chart.label.xAxis"></label> - <label for="node-input-ymin" style="width:auto" data-i18n="ui_chart.label.min"></label> - <input type="text" id="node-input-ymin" style="width:92px"> - <label for="node-input-ymax" style="width:auto; margin-left:20px;" data-i18n="ui_chart.label.max"></label> - <input type="text" id="node-input-ymax" style="width:92px"> - </div> - <div class="form-row" id="legend-show"> - <label for="node-input-legend" data-i18n="ui_chart.label.legend"></label> - <select id="node-input-legend" style="width:120px;"> - <option value="false" data-i18n="ui_chart.label.none"></option> - <option value="true" data-i18n="ui_chart.label.show"></option> - </select> - <span id="interpolate-show">&nbsp;&nbsp;&nbsp;&nbsp;<span data-i18n="ui_chart.label.interpolate"></span> - <select id="node-input-interpolate" style="width:120px;"> - <option value="linear" data-i18n="ui_chart.label.linear"></option> - <option value="step" data-i18n="ui_chart.label.step"></option> - <option value="bezier" data-i18n="ui_chart.label.bezier"></option> - <option value="cubic" data-i18n="ui_chart.label.cubic"></option> - <option value="monotone" data-i18n="ui_chart.label.cubicMono"></option> - </select> - </span> - <span id="hole-size-show">&nbsp;&nbsp;&nbsp;&nbsp;<span data-i18n="ui_chart.label.cutout"></span> - <input type="text" id="node-input-cutout" style="width:35px"> % - </span> - </div> - <div id="show-useOneColor" style="display:none; height:24px;"> - <input type="checkbox" id="node-input-useOneColor" style="display:inline-block; width:auto; vertical-align:baseline; margin-left:105px; margin-right:5px;"><span data-i18n="ui_chart.label.useFirstColourForAllBars"></span> - </div> - <div class="form-row" id="ui-chart-colours"> - <label for="node-input-color1" data-i18n="ui_chart.label.seriesColours"></label> - <input type="color" id="node-input-color1" class="series-color" style="width:100px;"/> - <input type="color" id="node-input-color2" class="series-color" style="width:100px;"/> - <input type="color" id="node-input-color3" class="series-color" style="width:100px;"/> - <div style="margin-top:5px; margin-left:104px;"> - <input type="color" id="node-input-color4" class="series-color" style="width:100px;"/> - <input type="color" id="node-input-color5" class="series-color" style="width:100px;"/> - <input type="color" id="node-input-color6" class="series-color" style="width:100px;"/> - </div> - <div style="margin-top:5px; margin-left:104px;"> - <input type="color" id="node-input-color7" class="series-color" style="width:100px;"/> - <input type="color" id="node-input-color8" class="series-color" style="width:100px;"/> - <input type="color" id="node-input-color9" class="series-color" style="width:100px;"/> - </div> - </div> - <div id="show-useDifferentColor" class="form-row"> - <label></label> - <input type="checkbox" id="node-input-useDifferentColor" style="display:inline-block; width:auto; vertical-align:top;"> - <span data-i18n="ui_chart.label.useDifferentColor"></span> - </input> - </div> - <div class="form-row"> - <label for="node-input-nodata" data-i18n="ui_chart.label.blankLabel"></label> - <input type="text" id="node-input-nodata" data-i18n="[placeholder]ui_chart.label.displayThisTextBeforeValidDataArrives"> - </div> - <div class="form-row"> - <label for="node-input-className"><i class="fa fa-code"></i> <span data-i18n="ui_chart.label.className"></span></label> - <input type="text" id="node-input-className" data-i18n="[placeholder]ui_chart.label.classNamePlaceholder"/> - </div> - <div class="form-row"> - <label for="node-input-name"><i class="fa fa-tag"></i> <span data-i18n="node-red:common.label.name"></label> - <input type="text" id="node-input-name" data-i18n="[placeholder]node-red:common.label.name"> - </div> -</script> diff --git a/software/flow/node_modules/node-red-dashboard/nodes/ui_chart.js b/software/flow/node_modules/node-red-dashboard/nodes/ui_chart.js deleted file mode 100644 index 032bd0c..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/ui_chart.js +++ /dev/null @@ -1,234 +0,0 @@ -module.exports = function(RED) { - var ui = require('../ui')(RED); - var ChartIdList = {}; - - function ChartNode(config) { - RED.nodes.createNode(this, config); - this.chartType = config.chartType || "line"; - var node = this; - var group = RED.nodes.getNode(config.group); - if (!group) { return; } - var tab = RED.nodes.getNode(group.config.tab); - if (!tab) { return; } - if (config.width === "0") { delete config.width; } - if (config.height === "0") { delete config.height; } - // number of pixels wide the chart will be... 43 = sizes.sx - sizes.px - //var pixelsWide = ((config.width || group.config.width || 6) - 1) * 43 - 15; - if (!tab || !group) { return; } - var dnow = Date.now(); - var options = { - emitOnlyNewValues: true, - node: node, - tab: tab, - group: group, - control: { - type: 'chart', - look: node.chartType, - order: config.order, - label: config.label, - legend: config.legend || false, - interpolate: config.interpolate, - nodata: config.nodata, - width: parseInt(config.width || group.config.width || 6), - height: parseInt(config.height || group.config.width/2+1 || 4), - ymin: config.ymin, - ymax: config.ymax, - dot: config.dot || false, - xformat : config.xformat || "HH:mm:ss", - cutout: parseInt(config.cutout || 0), - colors: config.colors, - useOneColor: config.useOneColor || false, - useUTC: config.useUTC || false, - animation: false, - spanGaps: false, - useDifferentColor: config.useDifferentColor || false, - options: {}, - className: config.className || '', - }, - convertBack: function(data) { - if (data) { - if (data[0] && data[0].hasOwnProperty("values")) { - return [data[0].values]; - } - if (data.length == 0) { - return []; - } - } - }, - convert: function(value, oldValue, msg) { - var converted = {}; - if (ChartIdList.hasOwnProperty(node.id) && ChartIdList[node.id] !== node.chartType) { - value = []; - } - if (this.control.look !== node.chartType) { - if ((this.control.look === "line") || (node.chartType === "line")) { value = []; } - node.chartType = this.control.look; - } - ChartIdList[node.id] = node.chartType; - if (Array.isArray(value)) { - if (value.length === 0) { // reset chart - converted.update = false; - converted.updatedValues = []; - return converted; - } - if (value[0].hasOwnProperty("series") && value[0].hasOwnProperty("data")) { - if (!Array.isArray(value[0].series)) { node.error("series not array",msg); return; } - if (!Array.isArray(value[0].data)) { node.error("Data not array",msg); return; } - var flag = true; - for (var dd = 0; dd < value[0].data.length; dd++ ) { - if (!isNaN(value[0].data[dd][0])) { flag = false; } - } - if (node.chartType === "line") { - if (flag) { delete value[0].labels; } - if (config.removeOlderPoints) { - for (var dl=0; dl < value[0].data.length; dl++ ) { - if (value[0].data[dl].length > config.removeOlderPoints) { - value[0].data[dl] = value[0].data[dl].slice(-config.removeOlderPoints); - } - } - } - } - else if (node.chartType === "bar" || node.chartType === "horizontalBar") { - if (flag) { - var tmp = []; - for (var d=0; d<value[0].data.length; d++) { - tmp.push([value[0].data[d]]); - } - value[0].data = tmp; - var tmp2 = value[0].series; - value[0].series = value[0].labels; - value[0].labels = tmp2; - } - } - value = [{ key:node.id, values:(value[0] || {series:[], data:[], labels:[]}) }]; - } - else { - node.warn("Bad data inject"); - value = oldValue; - } - converted.update = false; - converted.updatedValues = value; - } - else { - if (value === false) { value = null; } // let false also create gaps in chart - if (value !== null) { // let null object through for gaps - value = parseFloat(value); // only handle numbers - if (isNaN(value)) { return; } // return if not a number - } - converted.newPoint = true; - var label = msg.label || " "; - var series = msg.series || msg.topic || ""; - //if (node.chartType === "bar" || node.chartType === "horizontalBar" || node.chartType === "pie") { - if (node.chartType !== "line") { - if (!msg.series) { - label = msg.topic || msg.label || " "; - series = msg.series || ""; - } - } - if ((!oldValue) || (oldValue.length === 0)) { - oldValue = [{ key:node.id, values:{ series:[], data:[], labels:[] } }]; - } - //if (node.chartType === "line" || node.chartType === "pie" || node.chartType === "bar" || node.chartType === "horizontalBar" || node.chartType === "radar") { // Line, Bar and Radar - var refill = false; - if (node.chartType === "line") { label = ""; } - var s = oldValue[0].values.series.indexOf(series); - if (!oldValue[0].values.hasOwnProperty("labels")) { oldValue[0].values.labels = []; } - var l = oldValue[0].values.labels.indexOf(label); - if (s === -1) { - oldValue[0].values.series.push(series); - s = oldValue[0].values.series.length - 1; - oldValue[0].values.data[s] = []; - if (l > 0) { refill = true; } - } - if (l === -1) { - oldValue[0].values.labels.push(label); - l = oldValue[0].values.labels.length - 1; - if (l > 0) { refill = true; } - } - if (node.chartType === "line") { - var time; - if (msg.timestamp !== undefined) { time = new Date(msg.timestamp).getTime(); } - else { time = new Date().getTime(); } - var limitOffsetSec = parseInt(config.removeOlder) * parseInt(config.removeOlderUnit); - var limitTime = time - limitOffsetSec * 1000; - if (time < limitTime) { return oldValue; } // ignore if too old for window - var point = { "x":time, "y":value }; - oldValue[0].values.data[s].push(point); - converted.newPoint = [{ key:node.id, update:true, values:{ series:series, data:point, labels:label } }]; - var rc = 0; - for (var u = 0; u < oldValue[0].values.data[s].length; u++) { - if (oldValue[0].values.data[s][u].x >= limitTime) { break; } // stop as soon as we are in time window. - else { rc += 1; } - } - if (rc > 0) { oldValue[0].values.data[s].splice(0,rc); } - if (config.removeOlderPoints) { - var rc2 = oldValue[0].values.data[s].length-config.removeOlderPoints; - if (rc2 > 0) { oldValue[0].values.data[s].splice(0,rc2); rc = rc2;} - } - if (rc > 0) { converted.newPoint[0].remove = rc; } - var swap; // insert correctly if a timestamp was earlier. - for (var t = oldValue[0].values.data[s].length-2; t>=0; t--) { - if (oldValue[0].values.data[s][t].x <= time) { - break; // stop if we are in the right place - } - else { - swap = oldValue[0].values.data[s][t]; - oldValue[0].values.data[s][t] = oldValue[0].values.data[s][t+1]; - oldValue[0].values.data[s][t+1] = swap; - } - } - if (swap) { converted.newPoint = true; } // if inserted then update whole chart - - if (Date.now() > (dnow + 60000)) { - dnow = Date.now(); - for (var x = 0; x < oldValue[0].values.data.length; x++) { - for (var y = 0; y < oldValue[0].values.data[x].length; y++) { - if (oldValue[0].values.data[x][y].x >= limitTime) { - break; // stop as soon as we are in time window. - } - else { - oldValue[0].values.data[x].splice(0,1); - converted.newPoint = true; - y = y - 1; - } - } - } - } - - } - else { - oldValue[0].values.data[s][l] = value; - if (refill) { - for (var i = 0; i < oldValue[0].values.series.length; i++) { - for (var k = 0; k < oldValue[0].values.labels.length; k++) { - oldValue[0].values.data[i][k] = oldValue[0].values.data[i][k] || null; - } - } - } - } - converted.update = true; - converted.updatedValues = oldValue; - } - return converted; - } - }; - - var chgtab = function() { - node.receive({payload:"R"}); - }; - ui.ev.on('changetab', chgtab); - - var done = ui.add(options); - - var st = setTimeout(function() { - node.emit("input",{payload:"start"}); // trigger a redraw at start to flush out old data. - }, 100); - - node.on("close", function() { - if (st) { clearTimeout(st); } - ui.ev.removeListener('changetab', chgtab); - done(); - }) - } - RED.nodes.registerType("ui_chart", ChartNode); -}; diff --git a/software/flow/node_modules/node-red-dashboard/nodes/ui_colour_picker.html b/software/flow/node_modules/node-red-dashboard/nodes/ui_colour_picker.html deleted file mode 100644 index b5ae9bc..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/ui_colour_picker.html +++ /dev/null @@ -1,163 +0,0 @@ -<script type="text/javascript"> - RED.nodes.registerType('ui_colour_picker',{ - category: RED._("node-red-dashboard/ui_base:ui_base.label.category"), - color: 'rgb(176, 223, 227)', - defaults: { - name: {value: ''}, - label: {value: ''}, - group: {type: 'ui_group', required: true}, - format: {value: 'hex'}, - outformat: {value: 'string'}, - showSwatch: {value: true}, - showPicker: {value: false}, - showValue: {value: false}, - showHue: {value: false}, - showAlpha: {value: false}, - showLightness: {value: true}, - square: {value: "false"}, - dynOutput: {value: "false"}, - order: {value: 0}, - width: {value: 0, validate: function(v) { - var width = v||0; - var currentGroup = $('#node-input-group').val()||this.group; - var groupNode = RED.nodes.node(currentGroup); - var valid = !groupNode || +width <= +groupNode.width; - $("#node-input-size").toggleClass("input-error",!valid); - return valid; - } - }, - height: {value: 0}, - passthru: {value: true}, - topic: {value: 'topic', validate: (RED.validators.hasOwnProperty('typedInput')?RED.validators.typedInput('topicType'):function(v) { return true})}, - topicType: {value: 'msg'}, - className: {value: ''} - }, - inputs:1, - outputs:1, - outputLabels: function() { return this.format; }, - icon: "ui_colour_picker.png", - paletteLabel: 'colour picker', - label: function() { return this.name || (~this.label.indexOf("{{") ? null : this.label) || 'colour picker'; }, - labelStyle: function() { return this.name?"node_label_italic":""; }, - oneditprepare: function() { - if (this.square === undefined) { - this.square = "false"; - $("#node-input-square").val("false"); - } - $("#node-input-square").on("change", function() { - if ($("#node-input-square").val() === "false") { - $("#node-input-showLightness").prop('checked', true); - $("#node-input-showHue").prop('checked', false); - } - else { - $("#node-input-showLightness").prop('checked', false); - $("#node-input-showHue").prop('checked', true); - } - }); - $("#node-input-size").elementSizer({ - width: "#node-input-width", - height: "#node-input-height", - group: "#node-input-group" - }); - $("#node-input-format").on("change", function() { - if ($(this).val() === "hex") { - $("#node-alpha-control").hide(); - } - else { - $("#node-alpha-control").show(); - } - }); - $('#node-input-topic').typedInput({ - default: 'str', - typeField: $("#node-input-topicType"), - types: ['str','msg','flow','global'] - }); - }, - oneditsave: function() { - if (!$("#node-input-showPicker").is(':checked') && !$("#node-input-showValue").is(':checked')) { - $("#node-input-showSwatch").prop('checked', true); - this.showSwatch = true; - } - } - }); -</script> - -<script type="text/html" data-template-name="ui_colour_picker"> - <div class="form-row"> - <label for="node-input-group"><i class="fa fa-table"></i> Group</label> - <input type="text" id="node-input-group"> - </div> - <div class="form-row"> - <label><i class="fa fa-object-group"></i> Size</label> - <input type="hidden" id="node-input-width"> - <input type="hidden" id="node-input-height"> - <button class="editor-button" id="node-input-size"></button> - </div> - <div class="form-row"> - <label for="node-input-label"><i class="fa fa-i-cursor"></i> Label</label> - <input type="text" id="node-input-label"> - </div> - <div class="form-row"> - <label for="node-input-format"><i class="fa fa-keyboard-o"></i> Format</label> - <select id="node-input-format" style="width:156px;"> - <option value="hex">hex</option> - <option value="hex8">hex8</option> - <option value="hsl">hsl</option> - <option value="hsv">hsv</option> - <option value="rgb">rgb</option> - </select> - <select id="node-input-square" style="width:130px; margin-left:30px"> - <option value="false">round</option> - <option value="true">square</option> - </select> - </div> - <div class="form-row"> - <label>&nbsp;</label> Show hue slider : <input type="checkbox" id="node-input-showHue" style="display:inline-block; width:auto; vertical-align:baseline;"> - <br/> - <label>&nbsp;</label> Show lightness slider : <input type="checkbox" id="node-input-showLightness" style="display:inline-block; width:auto; vertical-align:baseline;"> - <br/> - <span id="node-alpha-control"><label>&nbsp;</label> Show transparency slider : <input type="checkbox" id="node-input-showAlpha" style="display:inline-block; width:auto; vertical-align:baseline;"></span> - </div> - <div class="form-row"> - If width is 4 or greater:<br/> - <label>&nbsp;</label> - Always show swatch : <input type="checkbox" checked id="node-input-showSwatch" style="display:inline-block; width:auto; vertical-align:top;"> - <br/> - <label>&nbsp;</label> - Always show picker : <input type="checkbox" checked id="node-input-showPicker" style="display:inline-block; width:auto; vertical-align:top;"> - <br/> - <label>&nbsp;</label> - Always show value field : <input type="checkbox" checked id="node-input-showValue" style="display:inline-block; width:auto; vertical-align:top;"> - </div> - <div class="form-row"> - <label style="width:auto" for="node-input-passthru"><i class="fa fa-arrow-right"></i> If <code>msg</code> arrives on input, pass through to output: </label> - <input type="checkbox" checked id="node-input-passthru" style="display:inline-block; width:auto; vertical-align:top;"> - </div> - <div class="form-row"> - <label for="node-input-dynOutput"><i class="fa fa-envelope-o"></i> Send</label> - <select id="node-input-dynOutput" style="width:60%"> - <option value="false">one value when released/closed</option> - <option value="true">multiple values during editing</option> - </select> - </div> - <div class="form-row"> - <label for="node-input-outformat" style="padding-left: 25px; margin-right: -25px">Payload</label> - <select id="node-input-outformat" style="width:60%"> - <option value="string">current value as a string</option> - <option value="object">current value as an object</option> - </select> - </div> - <div class="form-row"> - <label for="node-input-topic" style="padding-left: 25px; margin-right: -25px">Topic</label> - <input type="text" id="node-input-topic" placeholder="optional topic"> - <input type="hidden" id="node-input-topicType"> - </div> - <div class="form-row"> - <label for="node-input-className"><i class="fa fa-code"></i> Class</label> - <input type="text" id="node-input-className" placeholder="Optional CSS class name(s) for widget"/> - </div> - <div class="form-row"> - <label for="node-input-name"><i class="fa fa-tag"></i> Name</label> - <input type="text" id="node-input-name"> - </div> -</script> diff --git a/software/flow/node_modules/node-red-dashboard/nodes/ui_colour_picker.js b/software/flow/node_modules/node-red-dashboard/nodes/ui_colour_picker.js deleted file mode 100644 index 471ec61..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/ui_colour_picker.js +++ /dev/null @@ -1,63 +0,0 @@ -module.exports = function(RED) { - var ui = require('../ui')(RED); - var tc = require('../dist/js/tinycolor-min'); - - function ColourPickerNode(config) { - RED.nodes.createNode(this, config); - this.format = config.format; - this.outformat = config.outformat; - var node = this; - - var group = RED.nodes.getNode(config.group); - if (!group) { return; } - var tab = RED.nodes.getNode(group.config.tab); - if (!tab) { return; } - - node.on("input", function(msg) { - node.topi = msg.topic; - }); - - var done = ui.add({ - node: node, - tab: tab, - group: group, - forwardInputMessages: config.passthru, - control: { - type: 'colour-picker', - label: config.label, - format: config.format, - showPicker: config.showPicker, - showSwatch: config.showSwatch, - showValue: config.showValue, - showHue: config.showHue, - showAlpha: config.showAlpha, - showLightness: config.showLightness, - square: (config.square == 'true') || false, - dynOutput: config.dynOutput, - allowEmpty: true, - order: config.order, - value: '', - width: config.width || group.config.width || 6, - height: config.height || 1, - className: config.className || '', - }, - beforeSend: function (msg) { - if (node.outformat === 'object') { - var pay = tc(msg.payload); - if (node.format === 'rgb') { msg.payload = pay.toRgb(); } - if (node.format === 'hsl') { msg.payload = pay.toHsl(); } - if (node.format === 'hsv') { msg.payload = pay.toHsv(); } - } - var t = RED.util.evaluateNodeProperty(config.topic,config.topicType || "str",node,msg) || node.topi; - if (t !== undefined) { msg.topic = t; } - }, - convert: function(p,o,m) { - if (m.payload === undefined || m.payload === null) { return; } - var colour = tc(m.payload); - return colour.toString(config.format); - } - }); - node.on("close", done); - } - RED.nodes.registerType("ui_colour_picker", ColourPickerNode); -}; diff --git a/software/flow/node_modules/node-red-dashboard/nodes/ui_date_picker.html b/software/flow/node_modules/node-red-dashboard/nodes/ui_date_picker.html deleted file mode 100644 index 7bbb78a..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/ui_date_picker.html +++ /dev/null @@ -1,86 +0,0 @@ -<script type="text/javascript"> - RED.nodes.registerType('ui_date_picker',{ - category: RED._("node-red-dashboard/ui_base:ui_base.label.category"), - color: 'rgb(176, 223, 227)', - defaults: { - name: {value: ''}, - label: {value: 'date'}, - group: {type: 'ui_group', required: true}, - order: {value: 0}, - width: {value: 0, validate: function(v) { - var width = v||0; - var currentGroup = $('#node-input-group').val()||this.group; - var groupNode = RED.nodes.node(currentGroup); - var valid = !groupNode || +width <= +groupNode.width; - $("#node-input-size").toggleClass("input-error",!valid); - return valid; - } - }, - height: {value: 0}, - passthru: {value: true}, - topic: {value: 'topic', validate: (RED.validators.hasOwnProperty('typedInput')?RED.validators.typedInput('topicType'):function(v) { return true})}, - topicType: {value: 'msg'}, - className: {value: ''} - }, - inputs:1, - outputs:1, - outputLabels: ["epoch mS"], - icon: "ui_date_picker.png", - paletteLabel: 'date picker', - label: function() { return this.name || (~this.label.indexOf("{{") ? null : this.label) || 'date picker'; }, - labelStyle: function() { return this.name?"node_label_italic":""; }, - oneditprepare: function() { - $("#node-input-size").elementSizer({ - width: "#node-input-width", - height: "#node-input-height", - group: "#node-input-group" - }); - $('#node-input-topic').typedInput({ - default: 'str', - typeField: $("#node-input-topicType"), - types: ['str','msg','flow','global'] - }); - } - }); -</script> - -<script type="text/html" data-template-name="ui_date_picker"> - <div class="form-row"> - <label for="node-input-group"><i class="fa fa-table"></i> Group</label> - <input type="text" id="node-input-group"> - </div> - <div class="form-row"> - <label><i class="fa fa-object-group"></i> Size</label> - <input type="hidden" id="node-input-width"> - <input type="hidden" id="node-input-height"> - <button class="editor-button" id="node-input-size"></button> - </div> - <div class="form-row"> - <label for="node-input-label"><i class="fa fa-i-cursor"></i> Label</label> - <input type="text" id="node-input-label"> - </div> - <div class="form-row"> - <label style="width:auto" for="node-input-passthru"><i class="fa fa-arrow-right"></i> If <code>msg</code> arrives on input, pass through to output: </label> - <input type="checkbox" checked id="node-input-passthru" style="display:inline-block; width:auto; vertical-align:top;"> - </div> - <div class="form-row"> - <label style="width:auto" for="node-input-payload"><i class="fa fa-envelope-o"></i> When changed, send:</label> - </div> - <div class="form-row"> - <label style="padding-left:25px; margin-right:-25px">Payload</label> - <label style="width:auto">Current value</label> - </div> - <div class="form-row"> - <label for="node-input-topic" style="padding-left:25px; margin-right:-25px">Topic</label> - <input type="text" id="node-input-topic"> - <input type="hidden" id="node-input-topicType"> - </div> - <div class="form-row"> - <label for="node-input-className"><i class="fa fa-code"></i> Class</label> - <input type="text" id="node-input-className" placeholder="Optional CSS class name(s) for widget"/> - </div> - <div class="form-row"> - <label for="node-input-name"><i class="fa fa-tag"></i> Name</label> - <input type="text" id="node-input-name"> - </div> -</script> diff --git a/software/flow/node_modules/node-red-dashboard/nodes/ui_date_picker.js b/software/flow/node_modules/node-red-dashboard/nodes/ui_date_picker.js deleted file mode 100644 index c33ef54..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/ui_date_picker.js +++ /dev/null @@ -1,54 +0,0 @@ -module.exports = function(RED) { - var ui = require('../ui')(RED); - - function DatePickerNode(config) { - RED.nodes.createNode(this, config); - var node = this; - - var group = RED.nodes.getNode(config.group); - if (!group) { return; } - var tab = RED.nodes.getNode(group.config.tab); - if (!tab) { return; } - - node.on("input", function(msg) { - node.topi = msg.topic; - }); - - var done = ui.add({ - node: node, - tab: tab, - group: group, - forwardInputMessages: config.passthru, - emitOnlyNewValues: false, - control: { - type: 'date-picker', - label: config.label, - order: config.order, - ddd : new Date().setUTCHours(0,0,0,0), - width: config.width || group.config.width || 6, - height: config.height || 1, - className: config.className || '', - }, - convert: function (p,o,m) { - var d = new Date(m.payload); - this.control.ddd = d; - return m.payload; - }, - beforeEmit: function (msg, value) { - if (value === undefined) { return; } - value = new Date(value); - return { msg:msg, value:value }; - }, - convertBack: function (value) { - var d = new Date(value).valueOf(); - return d; - }, - beforeSend: function (msg) { - var t = RED.util.evaluateNodeProperty(config.topic,config.topicType || "str",node,msg) || node.topi; - if (t !== undefined) { msg.topic = t; } - } - }); - node.on("close", done); - } - RED.nodes.registerType("ui_date_picker", DatePickerNode); -}; diff --git a/software/flow/node_modules/node-red-dashboard/nodes/ui_dropdown.html b/software/flow/node_modules/node-red-dashboard/nodes/ui_dropdown.html deleted file mode 100644 index bfd2a6d..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/ui_dropdown.html +++ /dev/null @@ -1,179 +0,0 @@ -<script type="text/javascript"> - RED.nodes.registerType('ui_dropdown',{ - category: RED._("node-red-dashboard/ui_base:ui_base.label.category"), - color: 'rgb(176, 223, 227)', - defaults: { - name: {value: ''}, - label: {value: ''}, - tooltip: {value: ''}, - place: {value: 'Select option'}, - group: {type: 'ui_group', required:true}, - order: {value: 0}, - width: {value: 0, validate: function(v) { - var width = v||0; - var currentGroup = $('#node-input-group').val()||this.group; - var groupNode = RED.nodes.node(currentGroup); - var valid = !groupNode || +width <= +groupNode.width; - $("#node-input-size").toggleClass("input-error",!valid); - return valid; - } - }, - height: {value: 0}, - passthru: {value: true}, - multiple: {value: false}, - options: {value:[{value: '', label : ''}], - validate:function(v) { - var unique = new Set(v.map(function(o) {return o.value;})); - return v.length == unique.size; - }}, - payload: {value: ''}, - topic: {value: 'topic', validate: (RED.validators.hasOwnProperty('typedInput')?RED.validators.typedInput('topicType'):function(v) { return true})}, - topicType: {value: 'msg'}, - className: {value: ''} - }, - inputs:1, - outputs:1, - icon: "ui_dropdown.png", - paletteLabel: 'dropdown', - label: function() { return this.name || (~this.label.indexOf("{{") ? null : this.label) || 'dropdown'; }, - labelStyle: function() { return this.name?"node_label_italic":""; }, - oneditprepare: function() { - if (this.multiple === undefined) { - $("#node-input-multiple").prop('checked', false);; - } - $("#node-input-size").elementSizer({ - width: "#node-input-width", - height: "#node-input-height", - group: "#node-input-group" - }); - var un = new Set(this.options.map(function(o) {return o.value})); - if (this.options.length == un.size) { $("#valWarning").hide(); } - else { $("#valWarning").show(); } - - function generateOption(i, option) { - var container = $('<li/>',{style:"background: #fff; margin:0; padding:8px 0px 0px; border-bottom: 1px solid #ccc;"}); - var row = $('<div/>').appendTo(container); - var row2 = $('<div/>',{style:"padding-top:5px; padding-left:175px;"}).appendTo(container); - var row3 = $('<div/>',{style:"padding-top:5px; padding-left:120px;"}).appendTo(container); - - $('<i style="color:#eee; cursor:move; margin-left:3px;" class="node-input-option-handle fa fa-bars"></i>').appendTo(row); - - var valueField = $('<input/>',{class:"node-input-option-value",type:"text",style:"margin-left:7px; width:calc(50% - 32px);", placeholder: 'Value',value:option.value}).appendTo(row).typedInput({default:option.type||'str',types:['str','num','bool']}); - var labelField = $('<input/>',{class:"node-input-option-label",type:"text",style:"margin-left:7px; width:calc(50% - 32px);", placeholder: 'Label', value:option.label}).appendTo(row); - - var finalspan = $('<span/>',{style:"float:right; margin-right:8px;"}).appendTo(row); - var deleteButton = $('<a/>',{href:"#",class:"editor-button editor-button-small", style:"margin-top:7px; margin-left:5px;"}).appendTo(finalspan); - $('<i/>',{class:"fa fa-remove"}).appendTo(deleteButton); - - deleteButton.click(function() { - container.css({"background":"#fee"}); - container.fadeOut(300, function() { - $(this).remove(); - }); - }); - - $("#node-input-option-container").append(container); - } - - $("#node-input-add-option").click(function() { - generateOption($("#node-input-option-container").children().length+1, {}); - $("#node-input-option-container-div").scrollTop($("#node-input-option-container-div").get(0).scrollHeight); - }); - - for (var i=0; i<this.options.length; i++) { - var option = this.options[i]; - generateOption(i+1,option); - } - - $( "#node-input-option-container" ).sortable({ - axis: "y", - handle:".node-input-option-handle", - cursor: "move" - }); - - $('#node-input-topic').typedInput({ - default: 'str', - typeField: $("#node-input-topicType"), - types: ['str','msg','flow','global'] - }); - }, - oneditsave: function() { - var options = $("#node-input-option-container").children(); - var node = this; - node.options = []; - options.each(function(i) { - var option = $(this); - var o = { - label: option.find(".node-input-option-label").val(), - value: option.find(".node-input-option-value").typedInput('value'), - type: option.find(".node-input-option-value").typedInput('type') - }; - if (option.find(".node-input-option-value").typedInput('type') === "num") { - o.value = Number(o.value); - } - if (option.find(".node-input-option-value").typedInput('type') === "bool") { - o.value = (o.value == "true"); - } - node.options.push(o); - }); - }, - oneditresize: function() { - } - }); -</script> - -<script type="text/html" data-template-name="ui_dropdown"> - <div class="form-row"> - <label for="node-input-group"><i class="fa fa-table"></i> Group</label> - <input type="text" id="node-input-group"> - </div> - <div class="form-row"> - <label><i class="fa fa-object-group"></i> Size</label> - <input type="hidden" id="node-input-width"> - <input type="hidden" id="node-input-height"> - <button class="editor-button" id="node-input-size"></button> - </div> - <div class="form-row"> - <label for="node-input-label"><i class="fa fa-tag"></i> Label</label> - <input type="text" id="node-input-label" placeholder="optional label"> - </div> - <div class="form-row"> - <label for="node-input-tooltip"><i class="fa fa-info-circle"></i> Tooltip</label> - <input type="text" id="node-input-tooltip" placeholder="optional tooltip"> - </div> - <div class="form-row"> - <label for="node-input-place"><i class="fa fa-tag"></i> Placeholder</label> - <input type="text" id="node-input-place" placeholder="optional placeholder"> - </div> - <div class="form-row node-input-option-container-row" style="margin-bottom: 0px;width: 100%"> - <label for="node-input-width" style="vertical-align:top"><i class="fa fa-list-alt"></i> Options</label> - <div id="node-input-option-container-div" style="box-sizing:border-box; border-radius:5px; height:257px; padding:5px; border:1px solid #ccc; overflow-y:scroll; display:inline-block; width:calc(70% + 15px);"> - <span id="valWarning" style="color:#910000"><b>All Values must be unique.</b></span> - <ol id="node-input-option-container" style="list-style-type:none; margin:0;"></ol> - </div> - </div> - <div class="form-row"> - <a href="#" class="editor-button editor-button-small" id="node-input-add-option" style="margin-top:4px; margin-left:103px;"><i class="fa fa-plus"></i> <span>option</span></a> - </div> - <div class="form-row"> - <label style="width:auto" for="node-input-multiple"><i class="fa fa-th-list"></i> Allow multiple selections from list: </label> - <input type="checkbox" checked id="node-input-multiple" style="display:inline-block; width:auto; vertical-align:top;"> - </div> - <div class="form-row"> - <label style="width:auto" for="node-input-passthru"><i class="fa fa-arrow-right"></i> If <code>msg</code> arrives on input, pass through to output: </label> - <input type="checkbox" checked id="node-input-passthru" style="display:inline-block; width:auto; vertical-align:top;"> - </div> - <div class="form-row"> - <label for="node-input-topic"><i class="fa fa-tasks"></i> Topic</label> - <input type="text" id="node-input-topic" placeholder="optional msg.topic"> - <input type="hidden" id="node-input-topicType"> - </div> - <div class="form-row"> - <label for="node-input-className"><i class="fa fa-code"></i> Class</label> - <input type="text" id="node-input-className" placeholder="Optional CSS class name(s) for widget"/> - </div> - <div class="form-row"> - <label for="node-input-name"><i class="fa fa-tag"></i> Name</label> - <input type="text" id="node-input-name"> - </div> -</script> diff --git a/software/flow/node_modules/node-red-dashboard/nodes/ui_dropdown.js b/software/flow/node_modules/node-red-dashboard/nodes/ui_dropdown.js deleted file mode 100644 index 5837bb0..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/ui_dropdown.js +++ /dev/null @@ -1,215 +0,0 @@ -module.exports = function(RED) { - var ui = require('../ui')(RED); - - function DropdownNode(config) { - RED.nodes.createNode(this, config); - this.pt = config.passthru; - this.multiple = config.multiple || false; - this.state = [" "," "]; - var node = this; - node.status({}); - - var group = RED.nodes.getNode(config.group); - if (!group) { return; } - var tab = RED.nodes.getNode(group.config.tab); - if (!tab) { return; } - - var control = { - type: 'dropdown', - multiple: config.multiple, - label: config.label, - tooltip: config.tooltip, - place: config.place, - order: config.order, - value: config.payload || node.id, - width: config.width || group.config.width || 6, - height: config.height || 1, - className: config.className || '', - }; - - for (var o=0; o<config.options.length; o++) { - config.options[o].label = config.options[o].label || config.options[o].value; - } - control.options = config.options; - - var emitOptions = { value:undefined }; - - node.on("input", function(msg) { - node.topi = msg.topic; - }); - - var done = ui.add({ - node: node, - tab: tab, - group: group, - forwardInputMessages: config.passthru, - control: control, - - convert: function (payload, oldValue, msg) { - // convert msg - // as of now, only allow a full replacement of options - // beforeEmit is only called when a node linked to us sends a msg - // we are expecting to receive an "update options" msg - // which we expect to be an array of new options - - // for convenience, we pass an indication to the node connected to this dropdown - // that this is an "update options" message coming from the input sender - // 'beforeEmit' is called before 'beforeSend', so we may pass in that info - // otherwise that convenience info would not be sent (would not cause any problems)... - - emitOptions = {isOptionsValid:false, value:undefined, newOptions:undefined}; - do { - if (!msg.options) { break; } - if (typeof msg.options === "string" ) { msg.options = [ msg.options ]; } - if (!Array.isArray(msg.options)) { break; } - emitOptions.newOptions = []; - if (msg.options.length === 0) { - emitOptions.isOptionsValid = true; - break; - } - // could check whether or not all members have same type - for (var i = 0; i < msg.options.length; i++) { - var opt = msg.options[i]; - if (opt === undefined || opt === null) { continue; } - switch (typeof opt) { - case 'number': { - opt = "" + opt; - emitOptions.newOptions.push({label:opt, value:opt, type:"number"}); - break; - } - case 'string': { - emitOptions.newOptions.push({label:opt, value:opt, type:"string"}); - break; - } - case 'object': { - // assuming object of {label:value} - for (var m in opt) { - if (opt.hasOwnProperty(m)) { - emitOptions.newOptions.push({label:m, value:opt[m], type:typeof(opt[m])}); - } - } - break; - } - default: - // do nothing, just continue with next option - } - } - // send null object on change of menu list - if (emitOptions.newOptions.length > 0) { emitOptions.value = null; } - // or send the preselected value - if (msg.payload) { emitOptions.value = msg.payload; } - emitOptions.isOptionsValid = true; - } while (false); - // finally adjust msg to reflect the input - msg._dontSend = true; - if (emitOptions.isOptionsValid) { - control.options = emitOptions.newOptions; - control.value = emitOptions.value; - } - else { - if (msg.options) { - node.error("ERR: Invalid Options", msg); - } - } - - if (msg.hasOwnProperty("payload")) { - if (node.multiple) { - if (typeof msg.payload === "string") { - msg.payload = msg.payload.split(','); - } - } - emitOptions.value = msg.payload; - control.value = emitOptions.value; - delete msg._dontSend; - return emitOptions; - } - // we do not overide payload here due to 'opt.emitOnlyNewValues' in ui.js - // when undefined is returned, msg will not be forwarded - return emitOptions.isOptionsValid ? emitOptions : undefined; // always pass entire object (newValue == oldValue) - }, - - beforeEmit: function (msg, newValue) { - if (msg.socketid) { emitOptions.socketid = msg.socketid; } - return emitOptions; - }, - - convertBack: function (msg) { - var val = node.multiple ? [] : ""; - var m = RED.util.cloneMessage(msg); - var mm = (m.hasOwnProperty("id") && m.hasOwnProperty("value")) ? m.value : m; - for (var i=0; i<control.options.length; i++) { - if (!node.multiple) { - delete m["$$mdSelectId"]; - if (JSON.stringify(control.options[i].value) == JSON.stringify(mm)) { - val = control.options[i].value; - if (typeof val === "string" && control.options[i].type.indexOf("str") !== 0) { - try { val = JSON.parse(val); } - catch(e) {} - } - break; - } - } - else if (node.multiple && mm !== null) { - if (!Array.isArray(mm)) { - if (mm.hasOwnProperty("value")) { mm = mm.value; } - // if (typeof m === "string") { m = [ m ]; } - if (mm == null) { mm = []; } - else { mm = [ mm ]; } - } - mm.map(x => delete x["$$mdSelectId"]) - for (var j = 0; j < mm.length; j++) { - if (JSON.stringify(control.options[i].value) === JSON.stringify(mm[j])) { - var v = control.options[i].value; - if (typeof v === "string" && control.options[i].type !== "string") { - try { v = JSON.parse(v); } - catch(e) {} - } - val.push(v); - break; - } - } - } - } - return val; - }, - - beforeSend: function (msg) { - if (msg.payload === undefined) { msg.payload = []; } - if (msg.payload === "") { msg._dontSend = true; } - if (msg._dontSend) { - delete msg.options; - msg.payload = emitOptions.value; - } - var t = RED.util.evaluateNodeProperty(config.topic,config.topicType || "str",node,msg) || node.topi; - if (t !== undefined) { msg.topic = t; } - if (msg.payload === null || msg._dontSend) { node.status({}); } - else { - var stat = ""; - if (Array.isArray(msg.payload)) { stat = msg.payload.length + " items"; } - else { - if (typeof msg.payload === "object") { stat = JSON.stringify(msg.payload); } - else { stat = msg.payload.toString(); } - if (stat.length > 32) { stat = stat.substr(0,31)+"..."; } - } - if (node.pt) { - node.status({shape:"dot",fill:"grey",text:stat}); - } - else { - node.state[1] = stat; - node.status({shape:"dot",fill:"grey",text:node.state[1] + " | " + node.state[1]}); - } - } - } - }); - - if (!node.pt) { - node.on("input", function(msg) { - node.state[0] = msg.payload; - node.status({shape:"dot",fill:"grey",text:node.state[0] + " | " + node.state[1]}); - }); - } - - node.on("close", done); - } - RED.nodes.registerType("ui_dropdown", DropdownNode); -}; diff --git a/software/flow/node_modules/node-red-dashboard/nodes/ui_form.html b/software/flow/node_modules/node-red-dashboard/nodes/ui_form.html deleted file mode 100644 index 3b5207b..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/ui_form.html +++ /dev/null @@ -1,317 +0,0 @@ -<script type="text/javascript"> - RED.nodes.registerType('ui_form',{ - category: RED._("node-red-dashboard/ui_base:ui_base.label.category"), - color: 'rgb(176, 223, 227)', - defaults: { - name: {value: ''}, - label: {value: ''}, - group: {type: 'ui_group', required: true}, - order: {value: 0}, - width: {value: 0, validate: function(v) { - var width = v||0; - var currentGroup = $('#node-input-group').val()||this.group; - var groupNode = RED.nodes.node(currentGroup); - var valid = !groupNode || +width <= +groupNode.width; - $("#node-input-size").toggleClass("input-error",!valid); - return valid; - } - }, - height: {value: 0}, - options: {value:[{value:'', label :'', type:'', required:true}], validate:function(value) { - if (value.length ) { - for (var i = 0; i < value.length; i++) { - if (!value[i].value) { - return false; - } - } - } - else { - return false; - } - return true; - }, required:true}, - formValue:{value:{}}, - payload: {value: ''}, - submit: {value: "submit"}, - cancel: {value: "cancel"}, - topic: {value: 'topic', validate: (RED.validators.hasOwnProperty('typedInput')?RED.validators.typedInput('topicType'):function(v) { return true})}, - topicType: {value: 'msg'}, - splitLayout: {value:''}, - className: {value: ''} - }, - inputs:1, - outputs:1, - icon: "ui_form.png", - paletteLabel: 'form', - label: function() { return this.name || this.label || 'form'; }, - labelStyle: function() { return this.name?"node_label_italic":""; }, - oneditprepare: function() { - if ($("#node-input-submit").val() === null) { $("#node-input-submit").val("submit"); } - if ($("#node-input-cancel").val() === null) { $("#node-input-cancel").val("cancel"); } - $("#node-input-size").elementSizer({ - width: "#node-input-width", - height: "#node-input-height", - group: "#node-input-group" - }); - - this.resizeRule = function(option,newWidth) { - //option.find(".node-input-option-type").width(newWidth); - // option.find(".node-input-option-label").width(newWidth); - // option.find(".node-input-option-value").width(newWidth); - } - - function generateOption(i, option) { - var container = $('<li/>',{style:"margin:0; padding:8px 0px 0px; border-bottom:1px solid #ccc;"}); - var row = $('<div/>').appendTo(container); - var row2 = $('<div/>',{style:"padding-top:5px; padding-left:175px;"}).appendTo(container); - var row3 = $('<div/>',{style:"padding-top:5px; padding-left:120px;"}).appendTo(container); - - $('<i style="cursor:move; margin-left:3px;" class="node-input-option-handle fa fa-bars"></i>').appendTo(row); - - var labelField = $('<input/>',{class:"node-input-option-label", type:"text", style:"margin-left:7px; width:20%;", placeholder: RED._("node-red-dashboard/ui_form:ui_form.label.egName"), value:option.label}).appendTo(row);//.typedInput({default:'str',types:['str', 'num']}); - var valueClass ="node-input-option-value" - if (!option.value) { valueClass ="node-input-option-value input-error"; } - var valueField = $('<input/>',{class:valueClass, type:"text", style:"margin-left:7px; width:20%;", placeholder: RED._("node-red-dashboard/ui_form:ui_form.label.egName2"), value:option.value}).appendTo(row);//.typedInput({default:'str',types:['str','num','bool']}); - valueField.keyup(function() { - if ($(this).val() && $(this).hasClass('input-error')) { - $(this).removeClass('input-error') - } - else { - if (!$(this).val()) { - $(this).addClass('input-error') - } - } - - }); - // var typeField = $('<input/>',{class:"node-input-option-type",type:"text",style:"margin-left: 7px; width: 135px;", placeholder: 'Type', value:option.type}).appendTo(row).typedInput({default:'str',types:['str', 'num']}); - var typeField = $('<select/>',{class:"node-input-option-type",type:"text",style:"margin-left:7px; width:16%"}).appendTo(row);//.typedInput({default:'str',types:['str', 'num']}); - - var arr = [ - {val : "text", text: RED._("node-red-dashboard/ui_form:ui_form.label.text")}, - {val : "multiline", text: RED._("node-red-dashboard/ui_form:ui_form.label.multiline")}, - {val : "number", text: RED._("node-red-dashboard/ui_form:ui_form.label.number")}, - {val : "email", text: RED._("node-red-dashboard/ui_form:ui_form.label.email")}, - {val : "password", text: RED._("node-red-dashboard/ui_form:ui_form.label.password")}, - {val : "checkbox", text: RED._("node-red-dashboard/ui_form:ui_form.label.checkbox")}, - {val : "switch", text: RED._("node-red-dashboard/ui_form:ui_form.label.switch")}, - {val : "date", text: RED._("node-red-dashboard/ui_form:ui_form.label.date")}, - {val : "time", text: RED._("node-red-dashboard/ui_form:ui_form.label.time")} - ]; - - //var sel = $('<select>').appendTo('body'); - $(arr).each(function() { - var isSelected= false; - if (option.type == this.val) { - isSelected = true; - } - typeField.append($("<option>").attr('value',this.val).text(this.text).prop('selected',isSelected)); - }); - - //var labelForRequried = $('<span/>',{style:"margin: 10px;"}).text('Required').appendTo(row); - var requiredContainer= $('<div/>',{style:"display:inline-block; height:34px; width:13%; vertical-align: middle"}).appendTo(row); - var requiredInnerContainer= $('<div/>',{style:"left:35%; position:relative; width:30px"}).appendTo(requiredContainer); - var reqRow=$("<label />",{class:"switch",style:"top:10px; width:30px;"}).appendTo(requiredInnerContainer); - //var required = $('<input/>',{class:"node-input-option-required",style:"margin: 5px;width:19%",type:"checkbox", checked:option.required}).appendTo(row);//labelForRequried);//.typedInput({default:'str',types:['str', 'num']}); - var required = $('<input/>',{class:"node-input-option-required", type:"checkbox", checked:option.required, style:"vertical-align:top;"}).appendTo(reqRow);//labelForRequried);//.typedInput({default:'str',types:['str', 'num']}); - var reqDiv=$("<div />",{class:"slider round"}).appendTo(reqRow); - var vis = option.rows ? 'visible' : 'hidden'; - var rowsField = $('<input/>',{class:"node-input-option-rows", type:"number", style:"width:10%;", placeholder:'Rows', value:option.rows }).css('visibility',vis).appendTo(row); - - var finalspan = $('<div/>',{style:"display:inline-block; width:5%;"}).appendTo(row); - var deleteButton = $('<a/>',{href:"#",class:"editor-button", style:"font-size:1.3em; left:45%; position:relative;"}).appendTo(finalspan); - $('<i/>',{class:"fa fa-trash-o"}).appendTo(deleteButton); - - typeField.change(function(e){ - if (e.target.value != 'multiline') { - rowsField.val(undefined) - option.rows = null; - rowsField.css('visibility','hidden') - } else { - rowsField.css('visibility','visible') - if (!rowsField[0].value) rowsField[0].value = 3; - } - - }) - - deleteButton.click(function() { - container.find(".node-input-option-value").removeAttr('required') - container.css({"background":"#fee"}); - container.fadeOut(300, function() { - $(this).remove(); - }); - }); - - $("#node-input-option-container").append(container); - } - - $("#node-input-add-option").click(function() { - generateOption($("#node-input-option-container").children().length+1, {}); - $("#node-input-option-container-div").scrollTop($("#node-input-option-container-div").get(0).scrollHeight); - }); - - for (var i=0; i<this.options.length; i++) { - var option = this.options[i]; - generateOption(i+1,option); - } - - $('#node-input-topic').typedInput({ - default: 'str', - typeField: $("#node-input-topicType"), - types: ['str','msg','flow','global'] - }); - - $( "#node-input-option-container" ).sortable({ - axis: "y", - handle:".node-input-option-handle", - cursor: "move" - }); - }, - oneditsave: function() { - var options = $("#node-input-option-container").children(); - var node = this; - node.options = []; - node.formValue = {}; - options.each(function(i) { - var option = $(this); - var o = { - label: option.find(".node-input-option-label").val(),//typedInput('value'), - value: option.find(".node-input-option-value").val(),//typedInput('value'), - type: option.find(".node-input-option-type").val(),//typedInput('value') - required: option.find(".node-input-option-required").is(':checked'), - rows: parseInt(option.find(".node-input-option-rows").val()) - }; - // o.value= o.value||o.label||(o.type+"_"+i); - node.formValue[o.value]= o.type == "checkbox" || o.type == "switch" ? false : ""; - node.options.push(o); - }); - }, - oneditresize: function() { - var options = $("#node-input-option-container").children(); - var newWidth = ($("#node-input-option-container").width() - 175)/2; - var node = this; - options.each(function(i) { - node.resizeRule($(this),newWidth); - }); - } - }); -</script> -<script type="text/html" data-template-name="ui_form"> - -<style> -.switch { - position: relative; - display: inline-block; - width: 30px; - height: 18px; -} - -.switch input {display:none;} - -.slider { - position: absolute; - cursor: pointer; - top: 0; - left: 0; - right: 0; - bottom: 0; - background-color: #ccc; - -webkit-transition: .4s; - transition: .4s; -} - -.slider:before { - position: absolute; - content: ""; - height: 15px; - width: 15px; - left: 2px; - bottom: 2px; - background-color: white; - -webkit-transition: .4s; - transition: .4s; -} - -input:checked + .slider { - background-color: #910000; -} - -input:focus + .slider { - box-shadow: 0 0 1px #2196F3; -} - -input:checked + .slider:before { - -webkit-transform: translateX(11px); - -ms-transform: translateX(11px); - transform: translateX(11px); -} - -/* Rounded sliders */ -.slider.round { - border-radius: 34px; -} - -.slider.round:before { - border-radius: 50%; -} -</style> - - <div class="form-row"> - <label for="node-input-group"><i class="fa fa-table"></i> <span data-i18n="ui_form.label.group"></label> - <input type="text" id="node-input-group"> - </div> - <div class="form-row"> - <label><i class="fa fa-object-group"></i> <span data-i18n="ui_form.label.size"></label> - <input type="hidden" id="node-input-width"> - <input type="hidden" id="node-input-height"> - <button class="editor-button" id="node-input-size"></button> - </div> - <div class="form-row"> - <label for="node-input-label"><i class="fa fa-tag"></i> <span data-i18n="ui_form.label.label"></label> - <input type="text" id="node-input-label" data-i18n="[placeholder]ui_form.label.optionalLabel"> - </div> - <div class="form-row node-input-option-container-row" style="margin-bottom:0px; width:100%; min-width:520px"> - <label style="vertical-align:top;"><i class="fa fa-list-alt"></i> <span data-i18n="ui_form.label.formElements"></label> - <div style="display:inline-block; width:78%; border:1px solid #ccc; border-radius:5px; box-sizing:border-box;"> - <div class="red-ui-tray-header" style="width:100%; display: inline-block; padding-top:10px; padding-buttom:10px; border-top:0px solid; border-radius:5px 5px 0 0; border-bottom:1px solid #ccc;"> - <div style="width:94%; display:inline-block; margin-left:27px"> - <div style="width:20%; text-align:center; float:left;" data-i18n="ui_form.label.label"></span></div> - <div style="width:20%; text-align:center; float:left; margin-left:9px" data-i18n="node-red:common.label.name"></div> - <div style="margin-left:7px; width:16%; text-align:center; float:left; margin-left:9px" data-i18n="ui_form.label.type"></div> - <div style="width:16%; text-align:center; float:left;" data-i18n="ui_form.label.required"></div> - <div style="width:10%; text-align:center; float:left;" data-i18n="ui_form.label.rows"></div> - <div style="width:12%; text-align:center; float:left;" data-i18n="ui_form.label.remove"></div> - </div> - </div> - <div id="node-input-option-container-div" style=" height: 257px; padding: 5px; overflow-y:scroll;"> - <ol id="node-input-option-container" style=" list-style-type:none; margin: 0;"></ol> - </div> - </div> - </div> - <div class="form-row"> - <a href="#" class="editor-button editor-button-small" id="node-input-add-option" style="margin-top: 4px; margin-left: 103px;"><i class="fa fa-plus"></i> <span data-i18n="ui_form.label.element"></span></a> - </div> - <div class="form-row"> - <label for="node-input-submit"><i class="fa fa-square"></i> <span data-i18n="ui_form.label.buttons"></label> - <i class="fa fa-thumbs-o-up"></i> <input type="text" id="node-input-submit" data-i18n="[placeholder]ui_form.label.submitButtonText" style="width:35%;"> - <span style="margin-left:16px"><i class="fa fa-thumbs-o-down"></i></span> - <input type="text" id="node-input-cancel" data-i18n="[placeholder]ui_form.label.cancelButtonText" style="width:35%;"> - </div> - <div class="form-row"> - <label for="node-input-splitLayout"></label> - <input type="checkbox" id="node-input-splitLayout" style="display:inline-block; width:auto; vertical-align:top;"> - <span data-i18n="ui_form.label.splitLayout"> - </div> - <div class="form-row"> - <label for="node-input-topic"><i class="fa fa-tasks"></i> <span data-i18n="ui_form.label.topic"></label> - <input type="text" id="node-input-topic" data-i18n="[placeholder]ui_form.label.optionalMsgTopic"> - <input type="hidden" id="node-input-topicType"> - </div> - <div class="form-row"> - <label for="node-input-className"><i class="fa fa-code"></i> <span data-i18n="ui_form.label.className"></label> - <input type="text" id="node-input-className" data-i18n="[placeholder]ui_form.label.classNamePlaceholder"/> - </div> - <div class="form-row"> - <label for="node-input-name"><i class="fa fa-tag"></i> <span data-i18n="node-red:common.label.name"></label> - <input type="text" id="node-input-name" data-i18n="[placeholder]node-red:common.label.name"> - </div> -</script> diff --git a/software/flow/node_modules/node-red-dashboard/nodes/ui_form.js b/software/flow/node_modules/node-red-dashboard/nodes/ui_form.js deleted file mode 100644 index 3bd0669..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/ui_form.js +++ /dev/null @@ -1,46 +0,0 @@ -module.exports = function(RED) { - var ui = require('../ui')(RED); - - function FormNode(config) { - RED.nodes.createNode(this, config); - var node = this; - var group = RED.nodes.getNode(config.group); - if (!group) { return; } - var tab = RED.nodes.getNode(group.config.tab); - if (!tab) { return; } - - node.on("input", function(msg) { - node.topi = msg.topic; - }); - - var done = ui.add({ - node: node, - tab: tab, - group: group, - forwardInputMessages: false, - storeFrontEndInputAsState: false, - control: { - type: 'form', - label: config.label, - order: config.order, - value: config.payload || node.id, - width: config.width || group.config.width || 6, - height: config.height || config.splitLayout == true ? Math.ceil(config.options.length/2) : config.options.length, - options: config.options, - formValue: config.formValue, - submit: config.submit, - cancel: config.cancel, - splitLayout: config.splitLayout || false, - sy: ui.getSizes().sy, - cy: ui.getSizes().cy, - className: config.className || '', - }, - beforeSend: function (msg) { - var t = RED.util.evaluateNodeProperty(config.topic,config.topicType || "str",node,msg) || node.topi; - if (t !== undefined) { msg.topic = t; } - } - }); - node.on("close", done); - } - RED.nodes.registerType("ui_form", FormNode); -}; diff --git a/software/flow/node_modules/node-red-dashboard/nodes/ui_gauge.html b/software/flow/node_modules/node-red-dashboard/nodes/ui_gauge.html deleted file mode 100644 index 31b25ad..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/ui_gauge.html +++ /dev/null @@ -1,176 +0,0 @@ -<style> - input.gauge-color { - width: 100px; - text-align: center; - } - input.gauge-color::-webkit-color-swatch { - border: none; - } -</style> -<script type="text/javascript"> - RED.nodes.registerType('ui_gauge',{ - category: RED._("node-red-dashboard/ui_base:ui_base.label.category"), - color: 'rgb(119, 198, 204)', - defaults: { - name: {value: ''}, - group: {type: 'ui_group', required: true}, - order: {value: 0}, - width: {value: 0, validate: function(v) { - var width = v || 0; - var currentGroup = $('#node-input-group').val() || this.group; - var groupNode = RED.nodes.node(currentGroup); - var valid = !groupNode || +width <= +groupNode.width; - $("#node-input-size").toggleClass("input-error",!valid); - return valid; - } - }, - height: {value: 0}, - gtype: {value: 'gage'}, - title: {value: 'gauge'}, - label: {value: 'units'}, - format: {value: '{{value}}'}, - min: {value: 0, required: true, validate: RED.validators.number()}, - max: {value: 10, required: true, validate: RED.validators.number()}, - colors: {value: ["#00B500","#E6E600","#CA3838"]}, - seg1: {value: ""}, - seg2: {value: ""}, - diff: {value: false}, - className: {value: ''} - }, - inputs:1, - outputs:0, - inputLabels: function() { return this.min+" - "+this.max; }, - align: "right", - icon: "ui_gauge.png", - paletteLabel: 'gauge', - label: function() { return this.name || (~this.title.indexOf("{{") ? null : this.title) || ((this.gtype === "gage") ? "gauge" : this.gtype) || 'gauge'; }, - labelStyle: function() { return this.name?"node_label_italic":""; }, - oneditprepare: function() { - var setColour = function(id, value) { - $(id).val(value); - $(id).css("background-color", value); - var rgb = tinycolor(value).toRgb(); - var level = ((rgb.r*299) + (rgb.g*587) + (rgb.b*114))/1000; - var textColor = (level >= 128) ? '#111111' : '#eeeeee'; - $(id).css("color", textColor); - } - $(".gauge-color").on("change", function() { - setColour("#"+$(this).attr("id"), $(this).val()); - }); - - var defaultColors = ['#00B500', '#E6E600', '#CA3838']; - - if (this.colors) { - for (var i=0; i<this.colors.length; i++) { - var value = this.colors[i] || defaultColors[i]; - setColour("#node-input-color"+(i+1), value); - } - } - else { - for (var j=0; j<defaultColors.length; j++) { - setColour("#node-input-color"+(j+1), defaultColors[j]); - } - } - if (this.gtype === undefined) { - this.gtype = "gage"; - $("#node-input-gtype").val("gage"); - } - $("#node-input-size").elementSizer({ - width: "#node-input-width", - height: "#node-input-height", - group: "#node-input-group" - }); - $("#node-input-gtype").on("change", function() { - if (($(this).val() === "compass") || ($(this).val() === "wave")) { - $("#ui-gauge-colours").hide(); - $("#ui-gauge-segments").hide(); - } - else { - $("#ui-gauge-colours").show(); - $("#ui-gauge-segments").show(); - } - if ($(this).val() === "gage") { - $("#ui-gauge-diff").show(); - } - else { $("#ui-gauge-diff").hide(); } - }); - $("#node-input-min").on("change", function() { - $("#seg-min").text($(this).val()); - }); - $("#node-input-max").on("change", function() { - $("#seg-max").text($(this).val()); - }); - }, - oneditsave: function() { - this.colors = [$("#node-input-color1").val(),$("#node-input-color2").val(),$("#node-input-color3").val()]; - } - }); -</script> - -<script type="text/html" data-template-name="ui_gauge"> - <div class="form-row"> - <label for="node-input-group"><i class="fa fa-table"></i> Group</label> - <input type="text" id="node-input-group"> - </div> - <div class="form-row"> - <label><i class="fa fa-object-group"></i> Size</label> - <input type="hidden" id="node-input-width"> - <input type="hidden" id="node-input-height"> - <button class="editor-button" id="node-input-size"></button> - </div> - <div class="form-row"> - <label for="node-input-gtype"><i class="fa fa-list"></i> Type</label> - <select id="node-input-gtype" style="width:150px"> - <option value="gage">Gauge</option> - <option value="donut">Donut</option> - <option value="compass">Compass</option> - <option value="wave">Level</option> - </select> - </div> - <div id="ui-gauge-labels"> - <div class="form-row"> - <label for="node-input-title"><i class="fa fa-i-cursor"></i> Label</label> - <input type="text" id="node-input-title"> - </div> - <div class="form-row" id="ui-gauge-format"> - <label for="node-input-format"><i class="fa fa-i-cursor"></i> Value format</label> - <input type="text" id="node-input-format" placeholder="{{value}}"> - </div> - <div class="form-row" id="ui-gauge-units"> - <label for="node-input-label"><i class="fa fa-i-cursor"></i> Units</label> - <input type="text" id="node-input-label" placeholder="optional sub-label"> - </div> - </div> - <div class="form-row"> - <label for="node-input-min">Range</label> - <span for="node-input-min">min</span> - <input type="text" id="node-input-min" style="width:80px"> - <span for="node-input-max" style="margin-left:20px;">max</span> - <input type="text" id="node-input-max" style="width:80px"> - </div> - <div class="form-row" id="ui-gauge-colours"> - <label for="node-input-color1">Colour gradient</label> - <input type="color" id="node-input-color1" class="gauge-color" style="width:100px;"/> - <input type="color" id="node-input-color2" class="gauge-color" style="width:100px;"/> - <input type="color" id="node-input-color3" class="gauge-color" style="width:100px;"/> - </div> - <div class="form-row" id="ui-gauge-segments"> - <label>Sectors</label> - <span id="seg-min" style="display:inline-block; width:40px;">0</span>... - <input type="text" id="node-input-seg1" style="text-align:center; width:87px;" placeholder="optional"> ... - <input type="text" id="node-input-seg2" style="text-align:center; width:87px;" placeholder="optional"> ... - <span id="seg-max" style="display:inline-block; width:40px; text-align:right">10</span> - </div> - <div class="form-row" id="ui-gauge-diff"> - <label></label> Fill gauge from centre. - <input type="checkbox" id="node-input-diff" style="display:inline-block; width:auto; vertical-align:top;"> - </div> - <div class="form-row"> - <label for="node-input-className"><i class="fa fa-code"></i> Class</label> - <input type="text" id="node-input-className" placeholder="Optional CSS class name(s) for widget"/> - </div> - <div class="form-row"> - <label for="node-input-name"><i class="fa fa-tag"></i> Name</label> - <input type="text" id="node-input-name"> - </div> -</script> diff --git a/software/flow/node_modules/node-red-dashboard/nodes/ui_gauge.js b/software/flow/node_modules/node-red-dashboard/nodes/ui_gauge.js deleted file mode 100644 index 3d6d1c9..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/ui_gauge.js +++ /dev/null @@ -1,90 +0,0 @@ -module.exports = function (RED) { - var ui = require('../ui')(RED); - - function GaugeNode(config) { - RED.nodes.createNode(this, config); - this.colors = config.colors || ["#00B500","#E6E600","#CA3838"]; - var node = this; - - var group = RED.nodes.getNode(config.group); - if (!group) { return; } - var tab = RED.nodes.getNode(group.config.tab); - if (!tab) { return; } - - if (config.width === "0") { delete config.width; } - if (config.height === "0") { delete config.height; } - if (config.height === "1") { config.hideMinMax = true; } - node.autoheight = parseInt(group.config.width*0.5+1.5) || 4; - if (config.gtype && config.gtype === "wave") { node.autoheight = parseInt(group.config.width*0.75+0.5); } - if (config.gtype && config.gtype === "donut") { node.autoheight = parseInt(group.config.width -1); } - if (config.gtype && config.gtype === "compass") { node.autoheight = parseInt(group.config.width -1); } - - var sizes = ui.getSizes(); - var theme = ui.getTheme(); - - if (theme === undefined) { - theme = {"group-textColor":{value:"#000"}}; - theme["widget-textColor"] = {value:"#000"}; - theme["widget-backgroundColor"] = {value:'#1784be'}; - } - - var gageoptions = {}; - gageoptions.lineWidth = {'theme-dark':0.75}; - gageoptions.pointerOptions = {'theme-dark':{color:'#8e8e93'}, 'theme-custom':theme["group-textColor"].value}; - gageoptions.backgroundColor = {'theme-dark':'#515151', 'theme-custom':theme["widget-textColor"].value }; - gageoptions.compassColor = {'theme-dark':theme["widget-backgroundColor"].value, 'theme-light':theme["widget-backgroundColor"].value, 'theme-custom':theme["widget-backgroundColor"].value}; - gageoptions.valueFontColor = {'theme-dark':'#eee', 'theme-light':'#111', 'theme-custom':theme["widget-textColor"].value}; - - var waveoptions = {}; - waveoptions.circleColor = {'theme-dark':theme["widget-backgroundColor"].value, 'theme-light':theme["widget-backgroundColor"].value, 'theme-custom':theme["widget-backgroundColor"].value}; - waveoptions.waveColor = {'theme-dark':theme["widget-backgroundColor"].value, 'theme-light':theme["widget-backgroundColor"].value, 'theme-custom':theme["widget-backgroundColor"].value}; - waveoptions.textColor = {'theme-dark':theme["widget-textColor"].value, 'theme-light':theme["widget-textColor"].value, 'theme-custom':theme["widget-textColor"].value}; - waveoptions.waveTextColor = {'theme-dark':theme["widget-textColor"].value, 'theme-light':theme["widget-textColor"].value, 'theme-custom':theme["widget-textColor"].value}; - - var done = ui.add({ - node: node, - tab: tab, - group: group, - emitOnlyNewValues: false, - control: { - type: 'gauge', - name: config.name, - label: config.title, - units: config.label, - order: config.order, - value: config.min, - format: config.format, - gtype: config.gtype || 'gage', - min: (parseFloat(config.min) < parseFloat(config.max)) ? parseFloat(config.min) : parseFloat(config.max), - seg1: (parseFloat(config.seg1) < parseFloat(config.seg2)) ? parseFloat(config.seg1) : parseFloat(config.seg2), - seg2: (parseFloat(config.seg1) < parseFloat(config.seg2)) ? parseFloat(config.seg2) : parseFloat(config.seg1), - max: (parseFloat(config.min) < parseFloat(config.max)) ? parseFloat(config.max) : parseFloat(config.min), - reverse: (parseFloat(config.max) < parseFloat(config.min)) ? true : false, - sizes: sizes, - hideMinMax: config.hideMinMax, - width: config.width || group.config.width || 6, - height: config.height || node.autoheight, - colors: node.colors, - diff: config.diff || false, - gageoptions: gageoptions, - waveoptions: waveoptions, - options: null, - className: config.className || '', - }, - convert: function(p,o,m) { - var form = config.format.replace(/{{/g,"").replace(/}}/g,"").replace(/\s/g,"") || "_zzz_zzz_zzz_"; - form = form.split('|')[0]; - var value = RED.util.getMessageProperty(m,form); - if (value !== undefined) { - if (!isNaN(parseFloat(value))) { value = parseFloat(value); } - return value; - } - if (!isNaN(parseFloat(p))) { p = parseFloat(p); } - return p; - //return ui.toFloat.bind(this, config); - } - }); - node.on("close", done); - } - RED.nodes.registerType("ui_gauge", GaugeNode); -}; diff --git a/software/flow/node_modules/node-red-dashboard/nodes/ui_group.html b/software/flow/node_modules/node-red-dashboard/nodes/ui_group.html deleted file mode 100644 index 2305751..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/ui_group.html +++ /dev/null @@ -1,87 +0,0 @@ -<script type="text/javascript"> - // convert to i18 text - function c_ui_group(x) { - return RED._("node-red-dashboard/ui_group:ui_group."+x); - } - - RED.nodes.registerType('ui_group',{ - category: 'config', - defaults: { - name: {value: c_ui_group("label.default")}, - tab: {type:"ui_tab", required: true }, - order: {value: 0}, - disp: {value: true}, - width: {value: 6}, - collapse: {value: false}, - disabled: {value: false}, - hidden: {value: false}, - className: {value: ''}, - }, - sort: function(A,B) { - if (A.tab !== B.tab) { - var tabA = RED.nodes.node(A.tab); - var tabB = RED.nodes.node(B.tab); - if (!tabA && tabB) { - return -1; - } - else if (tabA && !tabB) { - return 1; - } - else { - return tabA.order - tabB.order; - } - } - return A.order - B.order; - }, - paletteLabel: 'dashboard group', - label: function() { - var tabNode = RED.nodes.node(this.tab); - if (tabNode) { - return "["+(tabNode.name||c_ui_group("label.tab"))+"] " + (this.name || c_ui_group("label.group")); - } - return "["+c_ui_group("label.unassigned")+"] " + (this.name || c_ui_group("label.group")); - }, - labelStyle: function() { return this.name?"node_label_italic":""; }, - oneditprepare: function() { - $("#node-input-size").elementSizer({ - width: "#node-config-input-width", - auto: false - }); - $("#node-config-input-disp").on("change", function() { - if ($("#node-config-input-disp").is(":checked")) { - $("#group-collapse-flag").show(); - } - else { - $("#group-collapse-flag").hide(); - $("#node-config-input-collapse").prop("checked",false); - } - }); - } - }); -</script> - -<script type="text/html" data-template-name="ui_group"> - <div class="form-row"> - <label for="node-config-input-name"><i class="fa fa-tag"></i> <span data-i18n="ui_group.label.name"></span></label> - <input type="text" id="node-config-input-name"> - </div> - <div class="form-row"> - <label for="node-config-input-tab"><i class="fa fa-table"></i> <span data-i18n="ui_group.label.tab"></span></label> - <input type="text" id="node-config-input-tab"> - </div> - <div class="form-row"> - <label for="node-config-input-className"><i class="fa fa-code"></i> <span data-i18n="ui_group.label.className"></label> - <input type="text" id="node-config-input-className" data-i18n="[placeholder]ui_group.label.classNamePlaceholder"/> - </div> - <div class="form-row"> - <label for="node-config-input-width"><i class="fa fa-arrows-h"></i> <span data-i18n="ui_group.label.width"></span></label> - <input type="hidden" id="node-config-input-width"> - <button class="editor-button" id="node-input-size"></button> - </div> - <div class="form-row"> - <input style="margin:8px 0 10px 102px; width:20px;" type="checkbox" checked id="node-config-input-disp"> <label style="width:auto" for="node-config-input-disp"><span data-i18n="ui_group.display-name"></span></label> - </div> - <div class="form-row" id="group-collapse-flag"> - <input style="margin:8px 0 10px 102px; width:20px;" type="checkbox" id="node-config-input-collapse"> <label style="width:auto" for="node-config-input-collapse"><span data-i18n="ui_group.collapse-name"></span></label> - </div> -</script> diff --git a/software/flow/node_modules/node-red-dashboard/nodes/ui_group.js b/software/flow/node_modules/node-red-dashboard/nodes/ui_group.js deleted file mode 100644 index 2305a47..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/ui_group.js +++ /dev/null @@ -1,20 +0,0 @@ -module.exports = function(RED) { - - function GroupNode(config) { - RED.nodes.createNode(this, config); - this.config = { - name: config.name, - disp: config.disp, - width: config.width, - order: config.order, - tab: config.tab, - collapse: config.collapse || false, - className: config.className || '' - }; - if (!this.config.hasOwnProperty("disp")) { this.config.disp = true; } - if (this.config.disp !== false) { this.config.disp = true; } - if (!this.config.hasOwnProperty("collapse")) { this.config.collapse = false; } - } - - RED.nodes.registerType("ui_group", GroupNode); -}; diff --git a/software/flow/node_modules/node-red-dashboard/nodes/ui_link.html b/software/flow/node_modules/node-red-dashboard/nodes/ui_link.html deleted file mode 100644 index a0c5b83..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/ui_link.html +++ /dev/null @@ -1,65 +0,0 @@ -<script type="text/javascript"> - RED.nodes.registerType('ui_link',{ - category: 'config', - color: 'rgb( 63, 173, 181)', - defaults: { - name: {value: 'Google'}, - link: {value: 'https://www.google.com'}, - icon: {value: 'open_in_browser'}, - target: {value: 'newtab', validate :function() { return true; }}, - order: {value: 0}, - className: {value: ''} - }, - inputs:0, - outputs:0, - hasUsers: false, - align: "right", - icon: "ui_link.png", - paletteLabel: 'link', - label: function() { return this.name || 'link'; }, - labelStyle: function() { return this.name?"node_label_italic":""; }, - oneditprepare: function() { - document.getElementById('node-config-input-target-opentab').checked = (this.target === 'newtab'); - document.getElementById('node-config-input-target-openiframe').checked = (this.target === 'iframe'); - document.getElementById('node-config-input-target-openthis').checked = (this.target === 'thistab'); - }, - oneditsave : function () { - var t = 'iframe'; - if (document.getElementById('node-config-input-target-opentab').checked) { t = 'newtab'; } - if (document.getElementById('node-config-input-target-openthis').checked) { t = 'thistab'; } - this.target = t; - }, - onadd: function() { - //console.log("PING"); - } - }); -</script> - -<script type="text/html" data-template-name="ui_link"> - <div class="form-row"> - <label for="node-config-input-name"><i class="fa fa-tag"></i> <span data-i18n="ui_link.label.name"></span></label> - <input type="text" id="node-config-input-name"> - </div> - <div class="form-row"> - <label for="node-input-className"><i class="fa fa-code"></i> <span data-i18n="ui_link.label.className"></label> - <input type="text" id="node-input-className" data-i18n="[placeholder]ui_link.label.classNamePlaceholder"/> - </div> - <div class="form-row"> - <label for="node-config-input-link"><i class="fa fa-link"></i> <span data-i18n="ui_link.label.link"></span></label> - <input type="text" id="node-config-input-link"> - </div> - <div class="form-row"> - <label for="node-config-input-icon"><i class="fa fa-image"></i> <span data-i18n="ui_link.label.icon"></span></label> - <input type="text" id="node-config-input-icon"> - </div> - <div class="form-row"> - <label><i class="fa fa-link"></i> <span data-i18n="ui_link.label.open-in"></span></label> - <input type="radio" id="node-config-input-target-opentab" name="open-link-method" style="width:20px; margin-top:0px; margin-bottom:5px" checked> - <label for="node-config-input-target-opentab" data-i18n="ui_link.label.new-tab"></label><br/> - <input type="radio" id="node-config-input-target-openthis" name="open-link-method" style="width:20px; margin-left:104px; margin-top:0px; margin-bottom:5px"> - <label for="node-config-input-target-openthis" data-i18n="ui_link.label.this-tab"></label><br/> - <input type="radio" id="node-config-input-target-openiframe" name="open-link-method" style="width:20px; margin-left:104px; margin-top:0px; margin-bottom:5px"> - <label for="node-config-input-target-openiframe" data-i18n="ui_link.label.iframe"></label> - </div> - <div class="form-tips" data-i18n="[html]ui_link.tip"></div> -</script> diff --git a/software/flow/node_modules/node-red-dashboard/nodes/ui_link.js b/software/flow/node_modules/node-red-dashboard/nodes/ui_link.js deleted file mode 100644 index da9c805..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/ui_link.js +++ /dev/null @@ -1,12 +0,0 @@ -module.exports = function(RED) { - var ui = require('../ui')(RED); - - function LinkNode(config) { - RED.nodes.createNode(this, config); - var node = this; - var done = ui.addLink(config.name, config.link, config.icon, config.order, config.target, config.className); - node.on("close", done); - } - - RED.nodes.registerType("ui_link", LinkNode); -}; diff --git a/software/flow/node_modules/node-red-dashboard/nodes/ui_numeric.html b/software/flow/node_modules/node-red-dashboard/nodes/ui_numeric.html deleted file mode 100644 index 220eb71..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/ui_numeric.html +++ /dev/null @@ -1,113 +0,0 @@ -<script type="text/javascript"> - RED.nodes.registerType('ui_numeric',{ - category: RED._("node-red-dashboard/ui_base:ui_base.label.category"), - color: 'rgb(176, 223, 227)', - defaults: { - name: {value: ''}, - label: {value: 'numeric'}, - tooltip: {value: ''}, - group: {type: 'ui_group', required: true}, - order: {value: 0}, - width: {value: 0, validate: function(v) { - var width = v||0; - var currentGroup = $('#node-input-group').val()||this.group; - var groupNode = RED.nodes.node(currentGroup); - var valid = !groupNode || +width <= +groupNode.width; - $("#node-input-size").toggleClass("input-error",!valid); - return valid; - } - }, - height: {value: 0}, - wrap: {value: false}, - passthru: {value: true}, - topic: {value: 'topic', validate: (RED.validators.hasOwnProperty('typedInput')?RED.validators.typedInput('topicType'):function(v) { return true})}, - topicType: {value: 'msg'}, - format: {value: '{{value}}'}, - min: {value: 0, required: true, validate: RED.validators.number()}, - max: {value: 10, required: true, validate: RED.validators.number()}, - step: {value: 1}, - className: {value: ''} - }, - inputs:1, - outputs:1, - outputLabels: function() { return this.min+" - "+this.max; }, - icon: "ui_numeric.png", - paletteLabel: 'numeric', - label: function() { return this.name || (~this.label.indexOf("{{") ? null : this.label) || 'numeric'; }, - labelStyle: function() { return this.name?"node_label_italic":""; }, - oneditprepare: function() { - $("#node-input-size").elementSizer({ - width: "#node-input-width", - height: "#node-input-height", - group: "#node-input-group" - }); - $('#node-input-topic').typedInput({ - default: 'str', - typeField: $("#node-input-topicType"), - types: ['str','msg','flow','global'] - }); - } - }); -</script> - -<script type="text/html" data-template-name="ui_numeric"> - <div class="form-row"> - <label for="node-input-group"><i class="fa fa-table"></i> Group</label> - <input type="text" id="node-input-group"> - </div> - <div class="form-row"> - <label><i class="fa fa-object-group"></i> Size</label> - <input type="hidden" id="node-input-width"> - <input type="hidden" id="node-input-height"> - <button class="editor-button" id="node-input-size"></button> - </div> - <div class="form-row"> - <label for="node-input-label"><i class="fa fa-i-cursor"></i> Label</label> - <input type="text" id="node-input-label"> - </div> - <div class="form-row"> - <label for="node-input-tooltip"><i class="fa fa-info-circle"></i> Tooltip</label> - <input type="text" id="node-input-tooltip" placeholder="optional tooltip"> - </div> - <div class="form-row"> - <label for="node-input-format"><i class="fa fa-i-cursor"></i> Value Format</label> - <input type="text" id="node-input-format" placeholder="{{value}}"> - </div> - <div class="form-row"> - <label for="node-input-min"><i class="fa fa-arrows-h"></i> Range</label> - <span for="node-input-min">min</span> - <input type="text" id="node-input-min" style="width:60px"> - <span for="not-input-max" style="margin-left:22px;">max</span> - <input type="text" id="node-input-max" style="width:60px"> - <span for="not-input-step" style="margin-left:22px;">step</span> - <input type="text" id="node-input-step" style="width:60px"> - </div> - <div class="form-row"> - <label style="width:auto" for="node-input-wrap"><i class="fa fa-refresh"></i> Wrap value from max to min and min to max.</label> - <input type="checkbox" id="node-input-wrap" style="display:inline-block; width:auto; vertical-align:top;"> - </div> - <div class="form-row"> - <label style="width:auto" for="node-input-passthru"><i class="fa fa-arrow-right"></i> If <code>msg</code> arrives on input, pass through to output: </label> - <input type="checkbox" checked id="node-input-passthru" style="display:inline-block; width:auto; vertical-align:top;"> - </div> - <div class="form-row"> - <label style="width:auto" for="node-input-payload"><i class="fa fa-envelope-o"></i> When changed, send:</label> - </div> - <div class="form-row"> - <label style="padding-left:25px; margin-right:-25px">Payload</label> - <label style="width:auto">Current value</label> - </div> - <div class="form-row"> - <label for="node-input-topic" style="padding-left:25px; margin-right:-25px">Topic</label> - <input type="text" id="node-input-topic"> - <input type="hidden" id="node-input-topicType"> - </div> - <div class="form-row"> - <label for="node-input-className"><i class="fa fa-code"></i> Class</label> - <input type="text" id="node-input-className" placeholder="Optional CSS class name(s) for widget"/> - </div> - <div class="form-row"> - <label for="node-input-name"><i class="fa fa-tag"></i> Name</label> - <input type="text" id="node-input-name"> - </div> -</script> diff --git a/software/flow/node_modules/node-red-dashboard/nodes/ui_numeric.js b/software/flow/node_modules/node-red-dashboard/nodes/ui_numeric.js deleted file mode 100644 index 2f5b839..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/ui_numeric.js +++ /dev/null @@ -1,66 +0,0 @@ -module.exports = function(RED) { - var ui = require('../ui')(RED); - - function NumericNode(config) { - RED.nodes.createNode(this, config); - this.pt = config.passthru; - this.state = [" "," "]; - var node = this; - node.status({}); - - var group = RED.nodes.getNode(config.group); - if (!group) { return; } - var tab = RED.nodes.getNode(group.config.tab); - if (!tab) { return; } - - node.on("input", function(msg) { - node.topi = msg.topic; - }); - - var done = ui.add({ - node: node, - tab: tab, - group: group, - forwardInputMessages: config.passthru, - control: { - type: 'numeric', - label: config.label, - tooltip: config.tooltip, - order: config.order, - format: config.format, - pre: config.format.split('{{')[0] || "", - post: config.format.split('}}')[1] || "", - value: Number(config.min), - min: Number(config.min), - max: Number(config.max), - step: Number(config.step || 1), - wrap: config.wrap || false, - width: config.width || group.config.width || 6, - height: config.height || 1, - ed: (config.format.includes("value") ? false : true), - className: config.className || '', - }, - beforeSend: function (msg) { - msg.payload = parseFloat(msg.payload); - var t = RED.util.evaluateNodeProperty(config.topic,config.topicType || "str",node,msg) || node.topi; - if (t !== undefined) { msg.topic = t; } - if (node.pt) { - node.status({shape:"dot",fill:"grey",text:msg.payload}); - } - else { - node.state[1] = msg.payload; - node.status({shape:"dot",fill:"grey",text:node.state[1] + " | " + node.state[1]}); - } - }, - convert: ui.toFloat.bind(this, config) - }); - if (!node.pt) { - node.on("input", function(msg) { - node.state[0] = msg.payload; - node.status({shape:"dot",fill:"grey",text:node.state[0] + " | " + node.state[1]}); - }); - } - node.on("close", done); - } - RED.nodes.registerType("ui_numeric", NumericNode); -}; diff --git a/software/flow/node_modules/node-red-dashboard/nodes/ui_slider.html b/software/flow/node_modules/node-red-dashboard/nodes/ui_slider.html deleted file mode 100644 index 641a983..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/ui_slider.html +++ /dev/null @@ -1,112 +0,0 @@ -<script type="text/javascript"> - RED.nodes.registerType('ui_slider',{ - category: RED._("node-red-dashboard/ui_base:ui_base.label.category"), - color: 'rgb(176, 223, 227)', - defaults: { - name: {value: ''}, - label: {value: 'slider'}, - tooltip: {value: ''}, - group: {type: 'ui_group', required: true}, - order: {value: 0}, - width: {value: 0, validate: function(v) { - var width = v||0; - var currentGroup = $('#node-input-group').val()||this.group; - var groupNode = RED.nodes.node(currentGroup); - var valid = !groupNode || +width <= +groupNode.width; - $("#node-input-size").toggleClass("input-error",!valid); - return valid; - } - }, - height: {value: 0}, - passthru: {value: true}, - outs: {value: 'all'}, - topic: {value: 'topic', validate: (RED.validators.hasOwnProperty('typedInput')?RED.validators.typedInput('topicType'):function(v) { return true})}, - topicType: {value: 'msg'}, - min: {value: 0, required:true, validate:RED.validators.number()}, - max: {value: 10, required:true, validate:RED.validators.number()}, - step: {value: 1}, - className: {value: ''} - }, - inputs:1, - outputs:1, - outputLabels: function() { return this.min+" - "+this.max; }, - icon: "ui_slider.png", - paletteLabel: 'slider', - label: function() { return this.name || (~this.label.indexOf("{{") ? null : this.label) || 'slider'; }, - labelStyle: function() { return this.name?"node_label_italic":""; }, - oneditprepare: function() { - $("#node-input-size").elementSizer({ - width: "#node-input-width", - height: "#node-input-height", - group: "#node-input-group" - }); - $('#node-input-topic').typedInput({ - default: 'str', - typeField: $("#node-input-topicType"), - types: ['str','msg','flow','global'] - }); - if (!$("#node-input-outs").val()) { $("#node-input-outs").val("all") } - } - }); -</script> - -<script type="text/html" data-template-name="ui_slider"> - <div class="form-row"> - <label for="node-input-group"><i class="fa fa-table"></i> Group</label> - <input type="text" id="node-input-group"> - </div> - <div class="form-row"> - <label><i class="fa fa-object-group"></i> Size</label> - <input type="hidden" id="node-input-width"> - <input type="hidden" id="node-input-height"> - <button class="editor-button" id="node-input-size"></button> - </div> - <div class="form-row"> - <label for="node-input-label"><i class="fa fa-i-cursor"></i> Label</label> - <input type="text" id="node-input-label"> - </div> - <div class="form-row"> - <label for="node-input-tooltip"><i class="fa fa-info-circle"></i> Tooltip</label> - <input type="text" id="node-input-tooltip" placeholder="optional tooltip"> - </div> - <div class="form-row"> - <label for="node-input-min"><i class="fa fa-arrows-h"></i> Range</label> - <span for="node-input-min">min</span> - <input type="text" id="node-input-min" style="width:60px"> - <span for="not-input-max" style="margin-left:22px;">max</span> - <input type="text" id="node-input-max" style="width:60px"> - <span for="not-input-step" style="margin-left:22px;">step</span> - <input type="text" id="node-input-step" style="width:60px"> - </div> - <div class="form-row"> - <label for="node-input-outs"><i class="fa fa-sign-out"></i> Output</label> - <select id="node-input-outs" style="width:204px"> - <option value="all">continuously while sliding</option> - <option value="end">only on release</option> - </select> - </div> - <div class="form-row"> - <label style="width:auto" for="node-input-passthru"><i class="fa fa-arrow-right"></i> If <code>msg</code> arrives on input, pass through to output: </label> - <input type="checkbox" checked id="node-input-passthru" style="display:inline-block; width:auto; vertical-align:top;"> - </div> - <div class="form-row"> - <label style="width:auto" for="node-input-payload"><i class="fa fa-envelope-o"></i> When changed, send:</label> - </div> - <div class="form-row"> - <label style="padding-left:25px; margin-right:-25px">Payload</label> - <label style="width:auto">Current value</label> - </div> - <div class="form-row"> - <label for="node-input-topic" style="padding-left:25px; margin-right:-25px">Topic</label> - <input type="text" id="node-input-topic"> - </div> - <div class="form-row"> - <label for="node-input-className"><i class="fa fa-code"></i> Class</label> - <input type="text" id="node-input-className" placeholder="Optional CSS class name(s) for widget"/> - </div> - <div class="form-row"> - <label for="node-input-name"><i class="fa fa-tag"></i> Name</label> - <input type="text" id="node-input-name"> - <input type="hidden" id="node-input-topicType"> - </div> -</script> diff --git a/software/flow/node_modules/node-red-dashboard/nodes/ui_slider.js b/software/flow/node_modules/node-red-dashboard/nodes/ui_slider.js deleted file mode 100644 index 17f2c7a..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/ui_slider.js +++ /dev/null @@ -1,67 +0,0 @@ -module.exports = function(RED) { - var ui = require('../ui')(RED); - - function SliderNode(config) { - RED.nodes.createNode(this, config); - this.pt = config.passthru; - this.state = [" "," "]; - var node = this; - node.status({}); - - var group = RED.nodes.getNode(config.group); - if (!group) { return; } - var tab = RED.nodes.getNode(group.config.tab); - if (!tab) { return; } - - node.on("input", function(msg) { - node.topi = msg.topic; - }); - - var done = ui.add({ - node: node, - tab: tab, - group: group, - forwardInputMessages: config.passthru, - control: { - type: 'slider', - label: config.label, - tooltip: config.tooltip, - order: config.order, - value: config.min, - min: Math.min(config.min, config.max), - max: Math.max(config.max, config.min), - invert: (parseFloat(config.min) > parseFloat(config.max)) ? true : undefined, - step: Math.abs(config.step) || 1, - outs: config.outs || "all", - width: config.width || group.config.width || 6, - height: config.height || 1, - className: config.className || '', - }, - beforeSend: function (msg) { - var t = RED.util.evaluateNodeProperty(config.topic,config.topicType || "str",node,msg) || node.topi; - if (t !== undefined) { msg.topic = t; } - if (node.pt) { - node.status({shape:"dot",fill:"grey",text:msg.payload}); - } - else { - node.state[1] = msg.payload; - node.status({shape:"dot",fill:"grey",text:node.state[1] + " | " + node.state[1]}); - } - }, - convert: ui.toFloat.bind(this, config) - }); - if (!node.pt) { - node.on("input", function(msg) { - node.state[0] = msg.payload; - node.status({shape:"dot",fill:"grey",text:node.state[0] + " | " + node.state[1]}); - }); - } - else if (node._wireCount === 0) { - node.on("input", function(msg) { - node.status({shape:"dot",fill:"grey",text:msg.payload}); - }); - } - node.on("close", done); - } - RED.nodes.registerType("ui_slider", SliderNode); -}; diff --git a/software/flow/node_modules/node-red-dashboard/nodes/ui_spacer.html b/software/flow/node_modules/node-red-dashboard/nodes/ui_spacer.html deleted file mode 100644 index 04af01b..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/ui_spacer.html +++ /dev/null @@ -1,58 +0,0 @@ -<script type="text/javascript"> - RED.nodes.registerType('ui_spacer', { - category: 'config', - color: '#D4F0F8', - defaults: { - name: {value: "spacer"}, - group: {type: 'ui_group', required:true}, - order: {value: 0}, - width: {value: 0, validate: function(v) { - var width = v||0; - var currentGroup = $('#node-input-group').val()||this.group; - var groupNode = RED.nodes.node(currentGroup); - var valid = !groupNode || +width <= +groupNode.width; - $("#node-input-size").toggleClass("input-error",!valid); - return valid; - } - }, - height: {value: 0}, - className: {value: ''} - }, - z: RED.workspaces.active(), - inputs:0, - outputs:0, - hasUsers: false, - icon: "ui_spacer.png", - paletteLabel: 'spacer', - label: function() { return this.name + " " + this.width + "x" + this.height; }, - labelStyle: function() { return this.name?"node_label_italic":""; }, - oneditprepare: function() { - $("#node-input-size").elementSizer({ - width: "#node-input-width", - height: "#node-input-height", - group: "#node-input-group" - }); - }, - oneditsave: function() { - this.width = $("#node-input-width").val(); - this.height = $("#node-input-height").val(); - } - }); -</script> - -<script type="text/html" data-template-name="ui_spacer"> - <div class="form-row"> - <label for="node-input-group"><i class="fa fa-table"></i> Group</label> - <input type="text" id="node-input-group"> - </div> - <div class="form-row"> - <label><i class="fa fa-object-group"></i> Size</label> - <input type="hidden" id="node-input-width"> - <input type="hidden" id="node-input-height"> - <button class="editor-button" id="node-input-size"></button> - </div> - <div class="form-row"> - <label for="node-input-className"><i class="fa fa-code"></i> Class</label> - <input type="text" id="node-input-className" placeholder="Optional CSS class name(s) for widget"/> - </div> -</script> diff --git a/software/flow/node_modules/node-red-dashboard/nodes/ui_spacer.js b/software/flow/node_modules/node-red-dashboard/nodes/ui_spacer.js deleted file mode 100644 index 2433c2b..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/ui_spacer.js +++ /dev/null @@ -1,28 +0,0 @@ -module.exports = function(RED) { - var ui = require('../ui')(RED); - - function SpacerNode(config) { - RED.nodes.createNode(this, config); - var node = this; - - var group = RED.nodes.getNode(config.group); - if (!group) { return; } - var tab = RED.nodes.getNode(group.config.tab); - if (!tab) { return; } - - var done = ui.add({ - node: node, - tab: tab, - group: group, - control: { - type: 'spacer', - order: config.order, - width: config.width || group.config.width || 6, - height: config.height || 1, - className: config.className || '' - } - }); - node.on("close", done); - } - RED.nodes.registerType("ui_spacer", SpacerNode); -}; diff --git a/software/flow/node_modules/node-red-dashboard/nodes/ui_switch.html b/software/flow/node_modules/node-red-dashboard/nodes/ui_switch.html deleted file mode 100644 index a05b156..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/ui_switch.html +++ /dev/null @@ -1,182 +0,0 @@ -<script type="text/javascript"> - RED.nodes.registerType('ui_switch',{ - category: RED._("node-red-dashboard/ui_base:ui_base.label.category"), - color: 'rgb(176, 223, 227)', - defaults: { - name: {value: ''}, - label: {value: 'switch'}, - tooltip: {value: ''}, - group: {type: 'ui_group', required: true}, - order: {value: 0}, - width: {value: 0, validate: function(v) { - var width = v||0; - var currentGroup = $('#node-input-group').val()||this.group; - var groupNode = RED.nodes.node(currentGroup); - var valid = !groupNode || +width <= +groupNode.width; - $("#node-input-size").toggleClass("input-error",!valid); - return valid; - } - }, - height: {value: 0}, - passthru: {value: true}, - decouple: {value: "false"}, - topic: {value: 'topic', validate: (RED.validators.hasOwnProperty('typedInput')?RED.validators.typedInput('topicType'):function(v) { return true})}, - topicType: {value: 'msg'}, - style: {value: ''}, - onvalue: {value: true, required:true, validate: (RED.validators.hasOwnProperty('typedInput')?RED.validators.typedInput('onvalueType'):function(v) { return true})}, - onvalueType: {value: 'bool'}, - onicon: {value: '' }, - oncolor: {value: ''}, - offvalue: {value: false, required:true, validate: (RED.validators.hasOwnProperty('typedInput')?RED.validators.typedInput('offvalueType'):function(v) { return true})}, - offvalueType: {value: 'bool'}, - officon: {value: ''}, - offcolor: {value: ''}, - animate: {value: false}, - className: {value: ''} - }, - inputs:1, - outputs:1, - icon: "ui_switch.png", - paletteLabel: 'switch', - label: function() { return this.name || (~this.label.indexOf("{{") ? null : this.label) || 'switch'; }, - labelStyle: function() { return this.name?"node_label_italic":""; }, - oneditprepare: function() { - $("#node-input-size").elementSizer({ - width: "#node-input-width", - height: "#node-input-height", - group: "#node-input-group" - }); - $('#node-input-custom-icons').on("change", function() { - if ($('#node-input-custom-icons').val() === "default") { - $(".form-row-custom-icons").hide(); - } - else { - $(".form-row-custom-icons").show(); - } - }); - - if (this.onicon !== "" || this.oncolor !== "" || this.officon !=="" || this.offcolor !== "") { - $('#node-input-custom-icons').val('custom'); - } - else { - $(".form-row-custom-icons").hide(); - $('#node-input-custom-icons').change(); - } - - $('#node-input-onvalue').typedInput({ - default: 'str', - typeField: $("#node-input-onvalueType"), - types: ['str','num','bool','json','bin','date','flow','global'] - }); - - $('#node-input-offvalue').typedInput({ - default: 'str', - typeField: $("#node-input-offvalueType"), - types: ['str','num','bool','json','bin','date','flow','global'] - }); - - $('#node-input-topic').typedInput({ - default: 'str', - typeField: $("#node-input-topicType"), - types: ['str','msg','flow','global'] - }); - - $('#node-input-passthru').on("change", function() { - if (this.checked) { - $('.form-row-decouple').hide(); - $('#node-input-decouple').val("false"); - } - else { - $('.form-row-decouple').show(); - } - }); - }, - oneditsave: function() { - if ($('#node-input-custom-icons').val() === 'default') { - $('#node-input-onicon').val(''); - $('#node-input-officon').val(''); - $('#node-input-oncolor').val(''); - $('#node-input-offcolor').val(''); - } - } - }); -</script> - -<script type="text/html" data-template-name="ui_switch"> - <div class="form-row"> - <label for="node-input-group"><i class="fa fa-table"></i> Group</label> - <input type="text" id="node-input-group"> - </div> - <div class="form-row"> - <label><i class="fa fa-object-group"></i> Size</label> - <input type="hidden" id="node-input-width"> - <input type="hidden" id="node-input-height"> - <button class="editor-button" id="node-input-size"></button> - </div> - <div class="form-row"> - <label for="node-input-label"><i class="fa fa-i-cursor"></i> Label</label> - <input type="text" id="node-input-label"> - </div> - <div class="form-row"> - <label for="node-input-tooltip"><i class="fa fa-info-circle"></i> Tooltip</label> - <input type="text" id="node-input-tooltip" placeholder="optional tooltip"> - </div> - <div class="form-row"> - <label for="node-input-custom-icons"><i class="fa fa-picture-o"></i> Icon</label> - <select id="node-input-custom-icons" style="width:35%"> - <option value="default">Default</option> - <option value="custom">Custom</option> - </select> - <span style="width:auto; padding-left:20px" class="form-row-custom-icons" for="node-input-animate"> Animate - <input type="checkbox" checked id="node-input-animate" style="display:inline-block; width:auto; vertical-align:baseline;"></span> - </div> - <div class="form-row form-row-custom-icons"> - <label for="node-input-onicon" style="text-align:right;"><i class="fa fa-toggle-on"></i> On Icon</label> - <input type="text" id="node-input-onicon" style="width:120px"> - <label for="node-input-oncolor" style="width:50px; text-align:right;">Colour</label> - <input type="text" id="node-input-oncolor" style="width:120px"> - </div> - <div class="form-row form-row-custom-icons"> - <label for="node-input-officon" style="text-align:right;"><i class="fa fa-toggle-off"></i> Off Icon</label> - <input type="text" id="node-input-officon" style="width:120px"> - <label for="node-input-offcolor" style="width:50px; text-align:right;">Colour</label> - <input type="text" id="node-input-offcolor" style="width:120px"> - </div> - <div class="form-row"> - <label style="width:auto" for="node-input-passthru"><i class="fa fa-arrow-right"></i> Pass through <code>msg</code> if payload matches valid state: </label> - <input type="checkbox" checked id="node-input-passthru" style="display:inline-block; width:auto; vertical-align:top;"> - </div> - <div class="form-row form-row-decouple"> - <label for="node-input-decouple"><i class="fa fa-toggle-on"></i> Indicator</label> - <select id="node-input-decouple" style="display: inline-block; vertical-align: middle; width:70%;"> - <option value="false">Switch icon shows state of the output</option> - <option value="true">Switch icon shows state of the input</option> - </select> - </div> - <div class="form-row"> - <label style="width:auto" for="node-input-onvalue"><i class="fa fa-envelope-o"></i> When clicked, send:</label> - </div> - <div class="form-row"> - <label for="node-input-onvalue" style="padding-left:25px; margin-right:-25px">On Payload</label> - <input type="text" id="node-input-onvalue" style="width:70%"> - <input type="hidden" id="node-input-onvalueType"> - </div> - <div class="form-row"> - <label for="node-input-offvalue" style="padding-left:25px; margin-right:-25px">Off Payload</label> - <input type="text" id="node-input-offvalue" style="width:70%"> - <input type="hidden" id="node-input-offvalueType"> - </div> - <div class="form-row"> - <label for="node-input-topic" style="padding-left:25px; margin-right:-25px">Topic</label> - <input type="text" id="node-input-topic"> - <input type="hidden" id="node-input-topicType"> - </div> - <div class="form-row"> - <label for="node-input-className"><i class="fa fa-code"></i> Class</label> - <input type="text" id="node-input-className" placeholder="Optional CSS class name(s) for widget"/> - </div> - <div class="form-row"> - <label for="node-input-name"><i class="fa fa-tag"></i> Name</label> - <input type="text" id="node-input-name"> - </div> -</script> diff --git a/software/flow/node_modules/node-red-dashboard/nodes/ui_switch.js b/software/flow/node_modules/node-red-dashboard/nodes/ui_switch.js deleted file mode 100644 index 2493dc7..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/ui_switch.js +++ /dev/null @@ -1,154 +0,0 @@ -module.exports = function(RED) { - var ui = require('../ui')(RED); - - function validateSwitchValue(node,property,type,payload) { - if (payloadType === 'flow' || payloadType === 'global') { - try { - var parts = RED.util.normalisePropertyExpression(payload); - if (parts.length === '') { - throw new Error(); - } - } catch(err) { - node.warn("Invalid payload property expression - defaulting to node id") - payload = node.id; - payloadType = 'str'; - } - } - else { - payload = payload || node.id; - } - } - function SwitchNode(config) { - RED.nodes.createNode(this, config); - this.pt = config.passthru; - this.state = ["off"," "]; - this.decouple = (config.decouple === "true") ? false : true; - var node = this; - node.status({}); - - var group = RED.nodes.getNode(config.group); - if (!group) { return; } - var tab = RED.nodes.getNode(group.config.tab); - if (!tab) { return; } - - var parts; - var onvalue = config.onvalue; - var onvalueType = config.onvalueType; - if (onvalueType === 'flow' || onvalueType === 'global') { - try { - parts = RED.util.normalisePropertyExpression(onvalue); - if (parts.length === 0) { - throw new Error(); - } - } catch(err) { - node.warn("Invalid onvalue property expression - defaulting to true") - onvalue = true; - onvalueType = 'bool'; - } - } - var offvalue = config.offvalue; - var offvalueType = config.offvalueType; - if (offvalueType === 'flow' || offvalueType === 'global') { - try { - parts = RED.util.normalisePropertyExpression(offvalue); - if (parts.length === 0) { - throw new Error(); - } - } catch(err) { - node.warn("Invalid offvalue property expression - defaulting to false") - offvalue = false; - offvalueType = 'bool'; - } - } - - node.on("input", function(msg) { - node.topi = msg.topic; - }); - - var done = ui.add({ - node: node, - tab: tab, - group: group, - emitOnlyNewValues: false, - forwardInputMessages: config.passthru, - storeFrontEndInputAsState: (config.decouple === "true") ? false : true, //config.passthru, - state: false, - control: { - type: 'switch' + (config.style ? '-' + config.style : ''), - label: config.label, - tooltip: config.tooltip, - order: config.order, - value: false, - onicon: config.onicon, - officon: config.officon, - oncolor: config.oncolor, - offcolor: config.offcolor, - animate: config.animate?"flip-icon":"", - width: config.width || group.config.width || 6, - height: config.height || 1, - className: config.className || '', - }, - convert: function (payload, oldval, msg) { - var myOnValue,myOffValue; - - if (onvalueType === "date") { myOnValue = Date.now(); } - else { myOnValue = RED.util.evaluateNodeProperty(onvalue,onvalueType,node); } - - if (offvalueType === "date") { myOffValue = Date.now(); } - else { myOffValue = RED.util.evaluateNodeProperty(offvalue,offvalueType,node); } - - if (!this.forwardInputMessages && this.storeFrontEndInputAsState) { - if (myOnValue === oldval) { return true; } - if (oldval === true) { return true; } - else { return false; } - } - - if (RED.util.compareObjects(myOnValue,msg.payload)) { node.state[0] = "on"; return true; } - else if (RED.util.compareObjects(myOffValue,msg.payload)) { node.state[0] = "off"; return false; } - else { return oldval; } - }, - convertBack: function (value) { - node.state[1] = value?"on":"off"; - if (node.pt) { - node.status({fill:(value?"green":"red"),shape:(value?"dot":"ring"),text:value?"on":"off"}); - } - else { - var col = (node.decouple) ? ((node.state[1]=="on")?"green":"red") : ((node.state[0]=="on")?"green":"red"); - var shp = (node.decouple) ? ((node.state[1]=="on")?"dot":"ring") : ((node.state[0]=="on")?"dot":"ring"); - var txt = (node.decouple) ? (node.state[0] +" | "+node.state[1].toUpperCase()) : (node.state[0].toUpperCase() +" | "+node.state[1]) - node.status({fill:col, shape:shp, text:txt}); - } - var payload = value ? onvalue : offvalue; - var payloadType = value ? onvalueType : offvalueType; - - if (payloadType === "date") { value = Date.now(); } - else { - try { - value = RED.util.evaluateNodeProperty(payload,payloadType,node); - } - catch(e) { - if (payloadType === "bin") { node.error("Badly formatted buffer"); } - else { node.error(e,payload); } - } - } - return value; - }, - beforeSend: function (msg) { - var t = RED.util.evaluateNodeProperty(config.topic,config.topicType || "str",node,msg) || node.topi; - if (t !== undefined) { msg.topic = t; } - } - }); - - if (!node.pt) { - node.on("input", function() { - var col = (node.state[0]=="on") ? "green" : "red"; - var shp = (node.state[0]=="on") ? "dot" : "ring"; - var txt = (node.decouple) ? (node.state[0] +" | "+node.state[1].toUpperCase()) : (node.state[0].toUpperCase() +" | "+node.state[1]) - node.status({fill:col, shape:shp, text:txt}); - }); - } - - node.on("close", done); - } - RED.nodes.registerType("ui_switch", SwitchNode); -}; diff --git a/software/flow/node_modules/node-red-dashboard/nodes/ui_tab.html b/software/flow/node_modules/node-red-dashboard/nodes/ui_tab.html deleted file mode 100644 index 2fd6127..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/ui_tab.html +++ /dev/null @@ -1,91 +0,0 @@ -<script type="text/javascript"> - // convert to i18 text - function c_ui_tab(x) { - return RED._("node-red-dashboard/ui_tab:ui_tab."+x); - } - - RED.nodes.registerType('ui_tab',{ - category: 'config', - defaults: { - name: {value: c_ui_tab("label.home")}, - icon: {value: 'dashboard'}, - order: {value: 0}, - disabled: {value: false}, - hidden: {value: false} - }, - paletteLabel: 'dashboard tab', - label: function() { return this.name || c_ui_tab("label.tab"); }, - sort: function(A,B) { - return A.order - B.order; - }, - oneditprepare: function() { - $("#node-config-input-disabled-btn").on("click", function(e) { - var i = $(this).find("i"); - var active = i.hasClass("fa-toggle-on"); - var newCls = "fa fa-toggle-" + (active ? "off" : "on"); - i.attr("class", newCls); - $("#node-config-input-disabled").prop('checked',active); - - var newTxt = c_ui_tab(active ? "label.disabled" : "label.enabled"); - $("#node-config-input-disabled-label").text(newTxt); - - var info = $("#node-config-input-disabled-info"); - var done = active ? info.show() : info.hide(); - }); - if (this.disabled) { - $("#node-config-input-disabled-btn").click(); - } - else { - $("#node-config-input-disabled-label").text(c_ui_tab("label.enabled")); - } - - $("#node-config-input-hidden-btn").on("click", function(e) { - var i = $(this).find("i"); - var active = i.hasClass("fa-toggle-on"); - var newCls = "fa fa-toggle-" + (active ? "off" : "on"); - i.attr("class", newCls); - $("#node-config-input-hidden").prop('checked',active); - - var newTxt = c_ui_tab(active ? "label.hidden" : "label.visible"); - $("#node-config-input-hidden-label").text(newTxt); - - var info = $("#node-config-input-hidden-info"); - var done = active ? info.show() : info.hide(); - }); - if (this.hidden) { - $("#node-config-input-hidden-btn").click(); - } - else { - $("#node-config-input-hidden-label").text(c_ui_tab("label.visible")); - } - }, - oneditsave: function() { - this.disabled = $("#node-config-input-disabled").prop("checked"); - this.hidden = $("#node-config-input-hidden").prop("checked"); - } - }); -</script> - -<script type="text/html" data-template-name="ui_tab"> - <div class="form-row"> - <label for="node-config-input-name"><i class="fa fa-tag"></i> <span data-i18n="ui_tab.label.name"></span></label> - <input type="text" id="node-config-input-name"> - </div> - <div class="form-row"> - <label for="node-config-input-icon"><i class="fa fa-file-image-o"></i> <span data-i18n="ui_tab.label.icon"></span></label> - <input type="text" id="node-config-input-icon"> - </div> - <div class="form-row"> - <label for="node-config-input-disabled-btn"><i class="fa fa-ban"></i> <span data-i18n="ui_tab.label.state"></span></label> - <button id="node-config-input-disabled-btn" class="editor-button" style="width:100px; margin-right:6px;"><i class="fa fa-toggle-on"></i> <span id="node-config-input-disabled-label"></span></button> - <input type="checkbox" id="node-config-input-disabled" style="display:none;"/> - <span id="node-config-input-disabled-info" data-i18n="[html]ui_tab.info.disabled" style="display:none;"></span> - </div> - <div class="form-row"> - <label for="node-config-input-hidden-btn"><i class="fa fa-eye-slash"></i> <span data-i18n="ui_tab.label.navmenu"></span></label> - <button id="node-config-input-hidden-btn" class="editor-button" style="width:100px; margin-right:6px;"><i class="fa fa-toggle-on"></i> <span id="node-config-input-hidden-label"></span></button> - <input type="checkbox" id="node-config-input-hidden" style="display:none;"/> - <span id="node-config-input-hidden-info" data-i18n="[html]ui_tab.info.hidden" style="display:none;"></span> - </div> - <div class="form-tips" data-i18n="[html]ui_tab.tip"></div> -</script> diff --git a/software/flow/node_modules/node-red-dashboard/nodes/ui_tab.js b/software/flow/node_modules/node-red-dashboard/nodes/ui_tab.js deleted file mode 100644 index d15b65a..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/ui_tab.js +++ /dev/null @@ -1,15 +0,0 @@ -module.exports = function(RED) { - - function TabNode(config) { - RED.nodes.createNode(this, config); - this.config = { - name: config.name, - order: config.order || 0, - icon: config.icon || '', - disabled: config.disabled || false, - hidden: config.hidden || false - }; - } - - RED.nodes.registerType("ui_tab", TabNode); -}; diff --git a/software/flow/node_modules/node-red-dashboard/nodes/ui_template.html b/software/flow/node_modules/node-red-dashboard/nodes/ui_template.html deleted file mode 100644 index a59d726..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/ui_template.html +++ /dev/null @@ -1,207 +0,0 @@ -<script type="text/javascript"> - // convert to i18 text - function c_(x) { - return RED._("node-red-dashboard/ui_template:ui_template."+x); - } - - RED.nodes.registerType('ui_template',{ - category: RED._("node-red-dashboard/ui_base:ui_base.label.category"), - color: 'rgb( 63, 173, 181)', - defaults: { - group: {type: 'ui_group', required:false}, - name: {value: ''}, - order: {value: 0}, - width: {value: 0, validate: function(v) { - var valid = true - if (this.templateScope !== 'global') { - var width = v||0; - var currentGroup = $('#node-input-group').val()||this.group; - var groupNode = RED.nodes.node(currentGroup); - valid = !groupNode || +width <= +groupNode.width; - $("#node-input-size").toggleClass("input-error",!valid); - } - return valid; - }}, - height: {value: 0}, - format: {value: '<div ng-bind-html="msg.payload"></div>'}, - storeOutMessages: {value: true}, - fwdInMessages: {value: true}, - resendOnRefresh: {value: true}, - templateScope: {value: 'local'}, - className: {value: ''} - }, - inputs:1, - outputs:1, - icon: "ui_template.png", - paletteLabel: 'template', - label: function() { return this.name || 'template'; }, - labelStyle: function() { return this.name?"node_label_italic":""; }, - oneditprepare: function() { - if (RED.editor.hasOwnProperty("editText") && typeof RED.editor.editText === "function") { - $("#node-template-expand-editor").show(); - } - else { - $("#node-template-expand-editor").hide(); - } - var that = this; - $("#node-input-size").elementSizer({ - width: "#node-input-width", - height: "#node-input-height", - group: "#node-input-group" - }); - - if (typeof this.storeOutMessages === 'undefined') { - this.storeOutMessages = true; - $('#node-input-storeOutMessages').prop('checked', true); - } - - if (typeof this.fwdInMessages === 'undefined') { - this.fwdInMessages = true; - $('#node-input-fwdInMessages').prop('checked', true); - } - - if (typeof this.templateScope === 'undefined') { - this.templateScope = 'local'; - $('#node-input-templateScope').val(this.templateScope); - } - - $('#node-input-templateScope').on('change', function() { - if ($('#node-input-templateScope').val() === 'global') { - $('#template-row-group, #template-row-size, #template-pass-store, #template-row-class').hide(); - that._def.defaults.group.required = false; - } - else { - $('#template-row-group, #template-row-size, #template-pass-store, #template-row-class').show(); - that._def.defaults.group.required = true; - } - - var rows = $("#dialog-form>div:not(.node-text-editor-row)"); - var height = $("#dialog-form").height(); - for (var i=0; i<rows.size(); i++) { - height = height - $(rows[i]).outerHeight(true); - } - if ($('#node-input-templateScope').val() === "global") { height += 240; } - var editorRow = $("#dialog-form>div.node-text-editor-row"); - height -= (parseInt(editorRow.css("marginTop")) + parseInt(editorRow.css("marginBottom"))); - $(".node-text-editor").css("height",height+"px"); - if (this.editor) { this.editor.resize(); } - }) - - this.editor = RED.editor.createEditor({ - id: 'node-input-format-editor', - mode: 'ace/mode/html', - value: $("#node-input-format").val() - }); - - RED.library.create({ - url:"uitemplates", // where to get the data from - type:"ui_template", // the type of object the library is for - editor:this.editor, // the field name the main text body goes to - mode:"ace/mode/html", - fields:['name'] - }); - - this.editor.focus(); - - RED.popover.tooltip($("#node-template-expand-editor"),c_("label.expand")); - - $("#node-template-expand-editor").on("click", function(e) { - e.preventDefault(); - var value = that.editor.getValue(); - RED.editor.editText({ - mode: 'html', - value: value, - width: "Infinity", - cursor: that.editor.getCursorPosition(), - complete: function(v,cursor) { - that.editor.setValue(v, -1); - that.editor.gotoLine(cursor.row+1,cursor.column,false); - setTimeout(function() { that.editor.focus(); },300); - } - }) - }) - }, - oneditsave: function() { - var annot = this.editor.getSession().getAnnotations(); - this.noerr = 0; - $("#node-input-noerr").val(0); - for (var k=0; k < annot.length; k++) { - if (annot[k].type === "error") { - $("#node-input-noerr").val(annot.length); - this.noerr = annot.length; - } - } - $("#node-input-format").val(this.editor.getValue()); - this.editor.destroy(); - delete this.editor; - }, - oneditcancel: function() { - this.editor.destroy(); - delete this.editor; - }, - oneditresize: function(size) { - var rows = $("#dialog-form>div:not(.node-text-editor-row)"); - var height = $("#dialog-form").height(); - for (var i=0; i<rows.size(); i++) { - height = height - $(rows[i]).outerHeight(true); - } - if ($('#node-input-templateScope').val() === "global") { height += 232; } - var editorRow = $("#dialog-form>div.node-text-editor-row"); - height -= (parseInt(editorRow.css("marginTop")) + parseInt(editorRow.css("marginBottom"))); - $(".node-text-editor").css("height",height+"px"); - this.editor.resize(); - } - }); -</script> - -<script type="text/html" data-template-name="ui_template"> - <div class="form-row"> - <label for="node-input-format"><span data-i18n="ui_template.label.type"></span></label> - <select style="width:76%" id="node-input-templateScope"> - <option value="local" data-i18n="ui_template.label.local"></option> - <option value="global" data-i18n="ui_template.label.global"></option> - </select> - </div> - <div class="form-row" id="template-row-group"> - <label for="node-input-group"><i class="fa fa-table"></i> <span data-i18n="ui_template.label.group"></span></label> - <input type="text" id="node-input-group"> - </div> - <div class="form-row" id="template-row-size"> - <label><i class="fa fa-object-group"></i> <span data-i18n="ui_template.label.size"></span></label> - <input type="hidden" id="node-input-width"> - <input type="hidden" id="node-input-height"> - <button class="editor-button" id="node-input-size"></button> - </div> - <div class="form-row" id="template-row-class"> - <label for="node-input-className"><i class="fa fa-code"></i> <span data-i18n="ui_template.label.className"></label> - <input type="text" id="node-input-className" data-i18n="[placeholder]ui_template.label.classNamePlaceholder"/> - </div> - <div class="form-row"> - <label for="node-input-name"><i class="fa fa-tag"></i> <span data-i18n="node-red:common.label.name"></span></label> - <div style="display:inline-block; width:calc(100% - 105px)"> - <input type="text" id="node-input-name" data-i18n="[placeholder]node-red:common.label.name"> - </div> - </div> - <div class="form-row" style="margin-bottom:0px;"> - <label for="node-input-format"><i class="fa fa-copy"></i> <span data-i18n="ui_template.label.template"></span></label> - <input type="hidden" id="node-input-format"> - <button id="node-template-expand-editor" class="red-ui-button red-ui-button-small" style="float:right"><i class="fa fa-expand"></i></button> - </div> - <div class="form-row node-text-editor-row"> - <div style="height:250px; min-height:100px" class="node-text-editor" id="node-input-format-editor" ></div> - </div> - <div id="template-pass-store"> - <div class="form-row" style="margin-bottom:0px;"> - <input type="checkbox" id="node-input-fwdInMessages" style="display:inline-block; margin-left:8px; width:auto; vertical-align:top;"> - <label for="node-input-fwdInMessages" style="width:70%;"> <span data-i18n="ui_template.label.pass-through"></span></label> - </div> - <div class="form-row" style="margin-bottom:0px;"> - <input type="checkbox" id="node-input-storeOutMessages" style="display:inline-block; margin-left:8px; width:auto; vertical-align:top;"> - <label for="node-input-storeOutMessages" style="width:70%;"> <span data-i18n="ui_template.label.store-state"></span></label> - </div> - <div class="form-row" style="margin-bottom:0px;"> - <input type="checkbox" id="node-input-resendOnRefresh" style="display:inline-block; margin-left:8px; width:auto; vertical-align:top;"> - <label for="node-input-resendOnRefresh" style="width:70%;"> <span data-i18n="ui_template.label.resend"></span></label> - </div> - </div> -</script> diff --git a/software/flow/node_modules/node-red-dashboard/nodes/ui_template.js b/software/flow/node_modules/node-red-dashboard/nodes/ui_template.js deleted file mode 100644 index a862f01..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/ui_template.js +++ /dev/null @@ -1,90 +0,0 @@ -module.exports = function(RED) { - var ui = require('../ui')(RED); - - function TemplateNode(config) { - RED.nodes.createNode(this, config); - var node = this; - - var group = RED.nodes.getNode(config.group); - if (!group && config.templateScope !== 'global') { return; } - var tab = null; - if (config.templateScope !== 'global') { - tab = RED.nodes.getNode(group.config.tab); - if (!tab) { return; } - if (!config.width) { - config.width = group.config.width; - } - } - var hei = Number(config.height|| 0); - var previousTemplate = null - var theme = ui.getTheme(); - var colortheme = {}; - for (var i in theme) { - if (theme.hasOwnProperty(i)) { - colortheme[i.replace(/-/g, "_")] = theme[i].value; - } - } - - var done = ui.add({ - forwardInputMessages: config.fwdInMessages, - storeFrontEndInputAsState: config.storeOutMessages, - persistantFrontEndValue: config.resendOnRefresh, - emitOnlyNewValues: false, - node: node, - tab: tab, - group: group, - control: { - type: 'template', - order: config.order, - width: config.width || 6, - height: hei, - format: config.format, - templateScope: config.templateScope, - theme: colortheme, - className: config.className || '', - }, - beforeEmit: function(msg) { - var properties = Object.getOwnPropertyNames(msg).filter(function (p) { return p[0] != '_'; }); - var clonedMsg = { - templateScope: config.templateScope - }; - for (var i=0; i<properties.length; i++) { - var property = properties[i]; - clonedMsg[property] = msg[property]; - } - - // transform to string if msg.template is buffer - if (clonedMsg.template !== undefined && Buffer.isBuffer(clonedMsg.template)) { - clonedMsg.template = clonedMsg.template.toString(); - } - - if (clonedMsg.template === undefined && previousTemplate !== null) { - clonedMsg.template = previousTemplate; - } - - //This updates the whole page if the template input changes and - //height set to auto - performance killer, but here just in case - // if ((config.height == "0") && (value !== node.oldvalue)) { - // node.oldvalue = value; - // setImmediate(function() { ui.updateUi(); }); - // } - - if (clonedMsg.template) { - previousTemplate = clonedMsg.template - } - - return { msg:clonedMsg }; - }, - beforeSend: function (msg, original) { - if (original && original.hasOwnProperty("msg") && original.msg !== null) { - var om = original.msg; - om.socketid = original.socketid; - return om; - } - } - }); - node.on("close", done); - } - RED.nodes.registerType("ui_template", TemplateNode); - RED.library.register("uitemplates"); -}; diff --git a/software/flow/node_modules/node-red-dashboard/nodes/ui_text.html b/software/flow/node_modules/node-red-dashboard/nodes/ui_text.html deleted file mode 100644 index bef4f25..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/ui_text.html +++ /dev/null @@ -1,172 +0,0 @@ -<script type="text/javascript"> - RED.nodes.registerType('ui_text',{ - category: RED._("node-red-dashboard/ui_base:ui_base.label.category"), - color: 'rgb(119, 198, 204)', - defaults: { - group: {type: 'ui_group', required:true}, - order: {value: 0}, - width: {value: 0, validate: function(v) { - var width = v||0; - var currentGroup = $('#node-input-group').val()||this.group; - var groupNode = RED.nodes.node(currentGroup); - var valid = !groupNode || +width <= +groupNode.width; - $("#node-input-size").toggleClass("input-error",!valid); - return valid; - } - }, - height: {value: 0}, - name: {value: ''}, - label: {value: 'text'}, - format: {value: '{{msg.payload}}'}, - layout: {value:'row-spread'}, - className: {value: ''} - }, - inputs:1, - outputs:0, - align: "right", - icon: "ui_text.png", - paletteLabel: 'text', - label: function() { return this.name || (~this.label.indexOf("{{") ? null : this.label) || 'text'; }, - labelStyle: function() { return this.name?"node_label_italic":""; }, - oneditprepare: function() { - $("#node-input-size").elementSizer({ - width: "#node-input-width", - height: "#node-input-height", - group: "#node-input-group" - }); - - $(".nr-db-text-layout-"+(this.layout||'row-spread')).addClass('selected'); - - [ ".nr-db-text-layout-row-left",".nr-db-text-layout-row-center",".nr-db-text-layout-row-right", - ".nr-db-text-layout-row-spread",".nr-db-text-layout-col-center"].forEach(function(id) { - $(id).click(function(e) { - $(".nr-db-text-layout").removeClass('selected'); - $(this).addClass('selected'); - $('#node-input-layout').val(id.substring(".nr-db-text-layout-".length)); - e.preventDefault(); - }) - }) - } - }); -</script> - -<script type="text/html" data-template-name="ui_text"> - <div class="form-row"> - <label for="node-input-group"><i class="fa fa-table"></i> Group</label> - <input type="text" id="node-input-group"> - </div> - <div class="form-row"> - <label><i class="fa fa-object-group"></i> Size</label> - <input type="hidden" id="node-input-width"> - <input type="hidden" id="node-input-height"> - <button class="editor-button" id="node-input-size"></button> - </div> - <div class="form-row"> - <label for="node-input-label"><i class="fa fa-i-cursor"></i> Label</label> - <input type="text" id="node-input-label"> - </div> - <div class="form-row"> - <label for="node-input-format"><i class="fa fa-i-cursor"></i> Value format</label> - <input type="text" id="node-input-format" placeholder="{{msg.payload}}"> - </div> - <div class="form-row"> - <label style="vertical-align: top"><i class="fa fa-th-large"></i> Layout</label> - <div style="display:inline-block"> - <input type="hidden" id="node-input-layout"><input type="hidden" id="node-input-layoutAlign"> - <div> - <a href="#" class="nr-db-text-layout nr-db-text-layout-row nr-db-text-layout-row-left"> - <span class="nr-db-text-layout-label">label</span> - <span class="nr-db-text-layout-value">value</span> - <div class="nr-db-text-layout-checkbox"></div> - </a> - <a href="#" class="nr-db-text-layout nr-db-text-layout-row nr-db-text-layout-row-center"> - <span class="nr-db-text-layout-label">label</span> - <span class="nr-db-text-layout-value">value</span> - <div class="nr-db-text-layout-checkbox"></div> - </a> - <a href="#" class="nr-db-text-layout nr-db-text-layout-row nr-db-text-layout-row-right"> - <span class="nr-db-text-layout-label">label</span> - <span class="nr-db-text-layout-value">value</span> - <div class="nr-db-text-layout-checkbox"></div> - </a> - </div> - <div> - <a href="#" class="nr-db-text-layout nr-db-text-layout-row nr-db-text-layout-row-spread"> - <span class="nr-db-text-layout-label">label</span> - <span class="nr-db-text-layout-value">value</span> - <div class="nr-db-text-layout-checkbox"></div> - </a> - <a href="#" class="nr-db-text-layout nr-db-text-layout-col nr-db-text-layout-col-center"> - <span class="nr-db-text-layout-label">label</span> - <span class="nr-db-text-layout-value">value</span> - <div class="nr-db-text-layout-checkbox"></div> - </a> - </div> - </div> - </div> - <div class="form-row"> - <label for="node-input-className"><i class="fa fa-code"></i> Class</label> - <input type="text" id="node-input-className" placeholder="Optional CSS class name(s) for widget"/> - </div> - <div class="form-row"> - <label for="node-input-name"><i class="fa fa-tag"></i> Name</label> - <input type="text" id="node-input-name"> - </div> - - -</script> -<style> - .nr-db-text-layout { - position:relative; - display: inline-block; - width: 90px; - height: 60px; - border-radius:3px; - border:1px solid #bbb; - cursor:pointer; - color: #666; - margin-right: 10px; - margin-bottom: 10px; - } - .nr-db-text-layout.selected, .nr-db-text-layout:hover { - border-color: #333; - color: #333; - } - .nr-db-text-layout span { - position: absolute; - } - .nr-db-text-layout-value { - font-weight: bold; - } - .nr-db-text-layout-row span { top: 20px; } - .nr-db-text-layout-row-left .nr-db-text-layout-label { left: 2px; } - .nr-db-text-layout-row-left .nr-db-text-layout-value { left: 34px; } - .nr-db-text-layout-row-spread .nr-db-text-layout-label { left: 2px; } - .nr-db-text-layout-row-spread .nr-db-text-layout-value { right: 2px; } - .nr-db-text-layout-row-center .nr-db-text-layout-label { left: 11px; } - .nr-db-text-layout-row-center .nr-db-text-layout-value { right: 11px; } - .nr-db-text-layout-row-right .nr-db-text-layout-label { right: 40px; } - .nr-db-text-layout-row-right .nr-db-text-layout-value { right: 2px; } - - .nr-db-text-layout-col span { width: 90px; text-align: center; left: 0px;} - .nr-db-text-layout-col-center .nr-db-text-layout-label { top: 12px; } - .nr-db-text-layout-col-center .nr-db-text-layout-value { top: 26px; } - .nr-db-text-layout-checkbox { - display: none; - width: 10px; - height: 10px; - border-radius: 10px; - border: 1px solid #bbb; - position: absolute; - right: -5px; - top: -5px; - background: #fff; - } - .nr-db-text-layout.selected .nr-db-text-layout-checkbox { - display:inline-block; - box-shadow: inset 0px 0px 0px 2px #fff; - background: #333; - border-color: #333; - } - -</style> diff --git a/software/flow/node_modules/node-red-dashboard/nodes/ui_text.js b/software/flow/node_modules/node-red-dashboard/nodes/ui_text.js deleted file mode 100644 index b71f93a..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/ui_text.js +++ /dev/null @@ -1,55 +0,0 @@ -module.exports = function(RED) { - var ui = require('../ui')(RED); - - function TextNode(config) { - RED.nodes.createNode(this, config); - var node = this; - - var group = RED.nodes.getNode(config.group); - if (!group) { return; } - var tab = RED.nodes.getNode(group.config.tab); - if (!tab) { return; } - - var layout = config.layout||"row-spread"; - var angLayout = "row"; - var angLayoutAlign = "space-between center"; - if (layout === "row-spread") { angLayout = 'row'; angLayoutAlign = 'space-between center'} - else if (layout === "row-left") { angLayout = 'row'; angLayoutAlign = 'start center'} - else if (layout === "row-center") { angLayout = 'row'; angLayoutAlign = 'center center'} - else if (layout === "row-right") { angLayout = 'row'; angLayoutAlign = 'end center'} - else if (layout === "col-center") { angLayout = 'column'; angLayoutAlign = 'center center'} - var done = ui.add({ - emitOnlyNewValues: false, - node: node, - tab: tab, - group: group, - control: { - type: 'text', - label: config.label, - order: config.order, - format: config.format, - width: config.width || group.config.width || 6, - height: config.height || 1, - layout: angLayout, - layoutAlign: angLayoutAlign, - className: config.className || '', - }, - convert: function(value,oldValue,msg) { - if (value !== undefined && value !== null) { - if (Buffer.isBuffer(value)) { - value = value.toString('binary'); - } - else { - value = value.toString(); - } - } - else { - msg.payload = oldValue; - } - return value; - } - }); - node.on("close", done); - } - RED.nodes.registerType("ui_text", TextNode); -}; diff --git a/software/flow/node_modules/node-red-dashboard/nodes/ui_text_input.html b/software/flow/node_modules/node-red-dashboard/nodes/ui_text_input.html deleted file mode 100644 index e31b670..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/ui_text_input.html +++ /dev/null @@ -1,117 +0,0 @@ -<script type="text/javascript"> - RED.nodes.registerType('ui_text_input',{ - category: RED._("node-red-dashboard/ui_base:ui_base.label.category"), - color: 'rgb(176, 223, 227)', - defaults: { - name: {value: ''}, - label: {value: ''}, - tooltip: {value: ''}, - group: {type: 'ui_group', required: true}, - order: {value: 0}, - width: {value: 0, validate: function(v) { - var width = v||0; - var currentGroup = $('#node-input-group').val()||this.group; - var groupNode = RED.nodes.node(currentGroup); - var valid = !groupNode || +width <= +groupNode.width; - $("#node-input-size").toggleClass("input-error",!valid); - return valid; - } - }, - height: {value: 0}, - passthru: {value: true}, - mode: {value: 'text', required: true}, - delay: {value: 300, validate: RED.validators.number()}, - topic: {value: 'topic', validate: (RED.validators.hasOwnProperty('typedInput')?RED.validators.typedInput('topicType'):function(v) { return true})}, - sendOnBlur: {value: true}, - className: {value: ''}, - topicType: {value: 'msg'} - }, - inputs:1, - outputs:1, - outputLabels: function() { return this.mode; }, - icon: "ui_text.png", - paletteLabel: 'text input', - label: function() { return this.name || (~this.label.indexOf("{{") ? null : this.label) || this.mode+' input'; }, - labelStyle: function() { return this.name?"node_label_italic":""; }, - oneditprepare: function() { - $("#node-input-size").elementSizer({ - width: "#node-input-width", - height: "#node-input-height", - group: "#node-input-group" - }); - $('#node-input-topic').typedInput({ - default: 'str', - typeField: $("#node-input-topicType"), - types: ['str','msg','flow','global'] - }); - } - }); -</script> - -<script type="text/html" data-template-name="ui_text_input"> - <div class="form-row"> - <label for="node-input-group"><i class="fa fa-table"></i> Group</label> - <input type="text" id="node-input-group"> - </div> - <div class="form-row"> - <label><i class="fa fa-object-group"></i> Size</label> - <input type="hidden" id="node-input-width"> - <input type="hidden" id="node-input-height"> - <button class="editor-button" id="node-input-size"></button> - </div> - <div class="form-row"> - <label for="node-input-label"><i class="fa fa-i-cursor"></i> Label</label> - <input type="text" id="node-input-label"> - </div> - <div class="form-row"> - <label for="node-input-tooltip"><i class="fa fa-info-circle"></i> Tooltip</label> - <input type="text" id="node-input-tooltip" placeholder="optional tooltip"> - </div> - <div class="form-row"> - <label for="node-input-mode"><i class="fa fa-keyboard-o"></i> Mode</label> - <select style="width:128px" id="node-input-mode"> - <option value="text">text input</option> - <option value="email">email address</option> - <option value="password">password</option> - <option value="number">number</option> - <option value="tel">telephone input</option> - <option value="color">color picker</option> - <option value="time">time picker</option> - <option value="datetime-local">datetime picker</option> - <option value="week">week picker</option> - <option value="month">month picker</option> - <!-- <option value="date">date picker</option> --> - </select> - <label for="node-input-delay" style="text-align:right; width:100px"><i class="fa fa-clock-o"></i> Delay (ms)</label> - <input type="text" style="width:58px" id="node-input-delay"> - </div> - <div class="form-row"> - <label style="width:auto" for="node-input-passthru"><i class="fa fa-arrow-right"></i> If <code>msg</code> arrives on input, pass through to output: </label> - <input type="checkbox" checked id="node-input-passthru" style="display:inline-block; width:auto; vertical-align:top;"> - </div> - <div class="form-row"> - <label style="width:auto" for="node-input-sendOnBlur">Send value on focus leave: </label> - <input type="checkbox" checked id="node-input-sendOnBlur" style="display:inline-block; width:auto; vertical-align:top;"> - </div> - <div class="form-row"> - <label style="width:auto" for="node-input-payload"><i class="fa fa-envelope-o"></i> When changed, send:</label> - </div> - <div class="form-row"> - <label style="padding-left: 25px; margin-right: -25px">Payload</label> - <label style="width:auto">Current value</label> - </div> - <div class="form-row"> - <label for="node-input-topic" style="padding-left: 25px; margin-right: -25px">Topic</label> - <input type="text" id="node-input-topic"> - <input type="hidden" id="node-input-topicType"> - </div> - <div class="form-row"> - <label for="node-input-className"><i class="fa fa-code"></i> Class</label> - <input type="text" id="node-input-className" placeholder="Optional CSS class name(s) for widget"/> - </div> - <div class="form-row"> - <label for="node-input-name"><i class="fa fa-tag"></i> Name</label> - <input type="text" id="node-input-name"> - </div> - <div class="form-tips">Setting <b>Delay</b> to 0 waits for Enter or Tab key, to send input.</span></div> -</script> diff --git a/software/flow/node_modules/node-red-dashboard/nodes/ui_text_input.js b/software/flow/node_modules/node-red-dashboard/nodes/ui_text_input.js deleted file mode 100644 index a86d1bc..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/ui_text_input.js +++ /dev/null @@ -1,50 +0,0 @@ -module.exports = function(RED) { - var ui = require('../ui')(RED); - - function TextInputNode(config) { - RED.nodes.createNode(this, config); - var node = this; - - var group = RED.nodes.getNode(config.group); - if (!group) { return; } - var tab = RED.nodes.getNode(group.config.tab); - if (!tab) { return; } - - node.on("input", function(msg) { - node.topi = msg.topic; - }); - - var done = ui.add({ - node: node, - tab: tab, - group: group, - forwardInputMessages: config.passthru, - control: { - type: (config.delay <= 0 ? 'text-input-CR' : 'text-input'), - label: config.label, - tooltip: config.tooltip, - mode: config.mode, - delay: config.delay, - order: config.order, - className: config.className || '', - value: '', - width: config.width || group.config.width || 6, - height: config.height || 1, - sendOnBlur: config.sendOnBlur - }, - beforeSend: function (msg) { - if (config.mode.indexOf("time") != -1) { - if (typeof msg.payload === "string") { - msg.payload = Date.parse(msg.payload); - } - } - // if (config.mode === "week") { msg.payload = Date.parse(msg.payload); } - // if (config.mode === "month") { msg.payload = Date.parse(msg.payload); } - var t = RED.util.evaluateNodeProperty(config.topic,config.topicType || "str",node,msg) || node.topi; - if (t !== undefined) { msg.topic = t; } - } - }); - node.on("close", done); - } - RED.nodes.registerType("ui_text_input", TextInputNode); -}; diff --git a/software/flow/node_modules/node-red-dashboard/nodes/ui_toast.html b/software/flow/node_modules/node-red-dashboard/nodes/ui_toast.html deleted file mode 100644 index 48f7fac..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/ui_toast.html +++ /dev/null @@ -1,114 +0,0 @@ -<script type="text/javascript"> - RED.nodes.registerType('ui_toast', { - category: RED._("node-red-dashboard/ui_base:ui_base.label.category"), - color: 'rgb(119, 198, 204)', - defaults: { - position: {value: 'top right'}, - displayTime: {value: '3'}, - highlight: {value: ''}, - sendall: {value: true}, - outputs: {value: 0}, - ok: {value: 'OK', required: true}, - cancel: {value: ''}, - raw: {value: false}, - className: {value: ''}, - topic: {value: ''}, - name: {value: ''} - }, - inputs:1, - outputs:0, - align: "right", - icon: "ui_toast.png", - paletteLabel: 'notification', - label: function() { return this.name || (this.position==="prompt" ? "show dialog" : (this.position==="dialog" ? "show dialog" : "show notification")); }, - labelStyle: function() { return this.name?"node_label_italic":""; }, - oneditprepare: function() { - $("#node-input-position").on("change", function() { - if ($("#node-input-position option:selected").val() === 'dialog') { - $("#node-toast-displaytime").hide(); - $("#node-toast-highlightcolor").hide(); - $("#node-toast-sendall").hide(); - $("#node-dialog-displayok").show(); - $("#node-dialog-displaycancel").show(); - $("#node-dialog-topic").show(); - } - else if ($("#node-input-position option:selected").val() === 'prompt') { - $("#node-toast-displaytime").hide(); - $("#node-toast-highlightcolor").hide(); - $("#node-toast-sendall").hide(); - $("#node-dialog-displayok").show(); - $("#node-dialog-displaycancel").show(); - $("#node-dialog-topic").show(); - if (typeof $("#node-input-cancel").val() !== "string" || $("#node-input-cancel").val() === "" ) { - $("#node-input-cancel").val("Cancel"); - } - } - else { - $("#node-toast-displaytime").show(); - $("#node-toast-highlightcolor").show(); - $("#node-toast-sendall").show(); - $("#node-dialog-displayok").hide(); - $("#node-dialog-displaycancel").hide(); - $("#node-dialog-topic").show(); - } - }); - }, - oneditsave: function() { - if ($("#node-input-position option:selected").val() === 'dialog') { this.outputs = 1; } - else if ($("#node-input-position option:selected").val() === 'prompt') { this.outputs = 1; } - else { this.outputs = 0; } - } - }); -</script> - -<script type="text/html" data-template-name="ui_toast"> - <div class="form-row"> - <label for="node-input-position"><i class="fa fa-th-large"></i> Layout</label> - <select type="text" id="node-input-position" style="display:inline-block; width:70%; vertical-align:baseline;"> - <option value="top right">Top Right</option> - <option value="bottom right">Bottom Right</option> - <option value="top left">Top Left</option> - <option value="bottom left">Bottom Left</option> - <option value="dialog">OK / Cancel Dialog</option> - <option value="prompt">OK / Cancel Dialog with Input</option> - </select> - </div> - <div class="form-row" id="node-toast-displaytime"> - <label for="node-input-displayTime"><i class="fa fa-clock-o"></i> Timeout (S)</label> - <input type="text" id="node-input-displayTime" placeholder="[msg.timeout]"> - </div> - <div class="form-row" id="node-toast-highlightcolor"> - <label for="node-input-highlight"><i class="fa fa-square-o"></i> Border</label> - <input type="text" id="node-input-highlight" placeholder="(optional) border highlight colour"> - </div> - <div class="form-row" id="node-toast-sendtoall"> - <label style="width:auto" for="node-input-sendall"><i class="fa fa-arrow-right"></i> Send to all browser sessions. </label> - <input type="checkbox" checked id="node-input-sendall" style="display:inline-block; width:auto; vertical-align:baseline;"> - </div> - <div class="form-row" id="node-dialog-displayok"> - <label for="node-input-ok"><i class="fa fa-check"></i> Default action label</label> - <input type="text" id="node-input-ok" placeholder="label for OK button"> - </div> - <div class="form-row" id="node-dialog-displaycancel"> - <label for="node-input-cancel"><i class="fa fa-times"></i> Secondary action label</label> - <input type="text" id="node-input-cancel" placeholder="(optional label for Cancel button)"> - </div> - <div class="form-row" id="node-toast-raw"> - <label style="width:auto" for="node-input-raw"><i class="fa fa-exclamation-triangle"></i> Accept raw HTML/JavaScript input in msg.payload to format popup.</label> - <input type="checkbox" id="node-input-raw" style="display:inline-block; width:auto; vertical-align:baseline;"> - </div> - <div class="form-row" id="node-dialog-className"> - <label for="node-input-className"><i class="fa fa-code"></i> Class</label> - <input type="text" id="node-input-className" placeholder="[msg.className]"> - </div> - <div class="form-row" id="node-dialog-topic"> - <label for="node-input-topic"><i class="fa fa-tasks"></i> Topic</label> - <input type="text" id="node-input-topic" placeholder="[msg.topic]"> - </div> - <div class="form-row"> - <label for="node-input-name"><i class="fa fa-tag"></i> Name</label> - <input type="text" id="node-input-name" placeholder="Name"> - </div> - <div class="form-tips"><b>Note</b>: checking <i>Accept raw HTML/JavaScript</i> can allow injection of code. - Ensure the input comes from trusted sources.</span></div> -</script> diff --git a/software/flow/node_modules/node-red-dashboard/nodes/ui_toast.js b/software/flow/node_modules/node-red-dashboard/nodes/ui_toast.js deleted file mode 100644 index ed2e983..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/ui_toast.js +++ /dev/null @@ -1,68 +0,0 @@ -module.exports = function(RED) { - var ui = require('../ui')(RED); - - function ToastNode(config) { - RED.nodes.createNode(this, config); - if (config.hasOwnProperty("displayTime") && (config.displayTime.length > 0)) { - try { this.displayTime = parseFloat(config.displayTime) * 1000; } - catch(e) { this.displayTime = 3000; } - } - this.position = config.position || "top right"; - this.highlight = config.highlight; - this.ok = config.ok; - this.cancel = config.cancel; - this.className = config.className; - this.topic = config.topic; - if (config.sendall === undefined) { this.sendall = true; } - else { this.sendall = config.sendall; } - this.raw = config.raw || false; - var node = this; - - // var noscript = function (content) { - // if (typeof content === "object") { return null; } - // content = '' + content; - // content = content.replace(/<.*cript.*/ig, ''); - // content = content.replace(/.on\w+=.*".*"/g, ''); - // content = content.replace(/.on\w+=.*\'.*\'/g, ''); - // return content; - // } - - var done = ui.add({ - node: node, - control: {}, - storeFrontEndInputAsState: false, - forwardInputMessages: false, - beforeSend: function (msg) { - var m = msg.payload.msg; - m.topic = node.topic || m.topic; - return m; - } - }); - - node.on('input', function(msg) { - if (node.sendall === true) { delete msg.socketid; } - var dt = node.displayTime || msg.timeout * 1000 || 3000; - if (dt <= 0) { dt = 1; } - //msg.payload = noscript(msg.payload); - ui.emitSocket('show-toast', { - title: node.topic || msg.topic, - toastClass: node.className || msg.className, - message: msg.payload, - highlight: node.highlight || msg.highlight, - displayTime: dt, - position: node.position, - id: node.id, - dialog: (node.position === "dialog" || node.position === "prompt") || false, - prompt: (node.position === "prompt") || false, - ok: node.ok, - cancel: node.cancel, - socketid: msg.socketid, - raw: node.raw, - msg: msg - }); - }); - - node.on("close", done); - } - RED.nodes.registerType("ui_toast", ToastNode); -}; diff --git a/software/flow/node_modules/node-red-dashboard/nodes/ui_ui_control.html b/software/flow/node_modules/node-red-dashboard/nodes/ui_ui_control.html deleted file mode 100644 index 39ff5e0..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/ui_ui_control.html +++ /dev/null @@ -1,38 +0,0 @@ -<script type="text/javascript"> - // convert to i18 text - function c_(x) { - return RED._("node-red-dashboard/ui_ui_control:ui_ui_control."+x); - } - - RED.nodes.registerType('ui_ui_control', { - category: RED._("node-red-dashboard/ui_base:ui_base.label.category"), - color: 'rgb( 63, 173, 181)', - defaults: { - name: {value:""}, - events: {value:"all"} - }, - inputs:1, - outputs:1, - align: "right", - icon: "ui_link.png", - paletteLabel: 'ui control', - label: function() { return this.name || "ui control"; }, - labelStyle: function() { return this.name?"node_label_italic":""; }, - outputLabels: function() { return this.events; }, - }); -</script> - -<script type="text/html" data-template-name="ui_ui_control"> - <div class="form-row"> - <label for="node-input-events"><i class="fa fa-sign-out"></i> Output</label> - <select id="node-input-events" style="width:70%;"> - <option value="all">Connect, lost, change tab or group events</option> - <option value="change">Change tab or group events only</option> - <option value="connect">Connect event only</option> - </select> - </div> - <div class="form-row"> - <label for="node-input-name"><i class="fa fa-tag"></i> <span data-i18n="ui_ui_control.label.name"></span></label> - <input type="text" id="node-input-name" data-i18n="[placeholder]ui_ui_control.placeholder.name"> - </div> -</script> diff --git a/software/flow/node_modules/node-red-dashboard/nodes/ui_ui_control.js b/software/flow/node_modules/node-red-dashboard/nodes/ui_ui_control.js deleted file mode 100644 index 4491bbb..0000000 --- a/software/flow/node_modules/node-red-dashboard/nodes/ui_ui_control.js +++ /dev/null @@ -1,72 +0,0 @@ -module.exports = function(RED) { - var ui = require('../ui')(RED); - - function UiControlNode(config) { - RED.nodes.createNode(this, config); - this.events = config.events || "all"; - var node = this; - - this.on('input', function(msg) { - if (typeof msg.payload !== "object") { msg.payload = {tab:msg.payload}; } - // show/hide or enable/disable tabs - if (msg.payload.hasOwnProperty("tabs")) { - ui.emit('ui-control', {tabs:msg.payload.tabs, socketid:msg.socketid}); - } - // switch to tab name (or number) - if (msg.payload.hasOwnProperty("tab")) { - ui.emit('ui-control', {tab:msg.payload.tab, socketid:msg.socketid}); - } - // show or hide ui groups - if (msg.payload.hasOwnProperty("group")) { - ui.emit('ui-control', {group:msg.payload.group, socketid:msg.socketid}); - } - }); - - var sendconnect = function(id, ip) { - node.send({payload:"connect", socketid:id, socketip:ip}); - }; - - var sendlost = function(id, ip) { - node.send({payload:"lost", socketid:id, socketip:ip}); - }; - - var sendchange = function(index, name, id, ip, p) { - node.send({payload:"change", tab:index, name:name, socketid:id, socketip:ip, params:p}); - } - - var sendcollapse = function(group, state, id, ip) { - node.send({payload:"group", group:group, open:state, socketid:id, socketip:ip,}); - } - - if (node.events === "connect") { - ui.ev.on('newsocket', sendconnect); - } - else if (node.events === "change") { - ui.ev.on('changetab', sendchange); - ui.ev.on('collapse', sendcollapse); - } - else { - ui.ev.on('newsocket', sendconnect); - ui.ev.on('changetab', sendchange); - ui.ev.on('collapse', sendcollapse); - ui.ev.on('endsocket', sendlost); - } - - this.on('close', function() { - if (node.events === "connect") { - ui.ev.removeListener('newsocket', sendconnect); - } - else if (node.events === "change") { - ui.ev.removeListener('changetab', sendchange); - ui.ev.removeListener('collapse', sendcollapse); - } - else { - ui.ev.removeListener('newsocket', sendconnect); - ui.ev.removeListener('changetab', sendchange); - ui.ev.removeListener('collapse', sendcollapse); - ui.ev.removeListener('endsocket', sendlost); - } - }) - } - RED.nodes.registerType("ui_ui_control", UiControlNode); -}; diff --git a/software/flow/node_modules/node-red-dashboard/package.json b/software/flow/node_modules/node-red-dashboard/package.json deleted file mode 100644 index 663293b..0000000 --- a/software/flow/node_modules/node-red-dashboard/package.json +++ /dev/null @@ -1,145 +0,0 @@ -{ - "name": "node-red-dashboard", - "version": "3.3.1", - "description": "A set of dashboard nodes for Node-RED", - "keywords": [ - "node-red" - ], - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1", - "prepare": "node fixfa.js" - }, - "contributors": [ - { - "name": "Andrei Tatar" - }, - { - "name": "Dave Conway-Jones" - }, - { - "name": "Joe Pavitt" - }, - { - "name": "Nick O'Leary" - }, - { - "name": "Dan Cunnington" - }, - { - "name": "Laurence Stant" - }, - { - "name": "Camille Boissel" - }, - { - "name": "Hiroyasu Nishiyama" - }, - { - "name": "Steve Rickus" - }, - { - "name": "Kazuhiro Ito" - }, - { - "name": "@fellinga" - }, - { - "name": "@petslane" - }, - { - "name": "@hotNipi" - }, - { - "name": "@Steve-Mcl" - } - ], - "license": "Apache-2.0", - "repository": { - "type": "git", - "url": "https://github.com/node-red/node-red-dashboard.git" - }, - "node-red": { - "version": ">=1.0.0", - "nodes": { - "ui_base": "nodes/ui_base.js", - "ui_button": "nodes/ui_button.js", - "ui_dropdown": "nodes/ui_dropdown.js", - "ui_switch": "nodes/ui_switch.js", - "ui_slider": "nodes/ui_slider.js", - "ui_numeric": "nodes/ui_numeric.js", - "ui_text_input": "nodes/ui_text_input.js", - "ui_date_picker": "nodes/ui_date_picker.js", - "ui_colour_picker": "nodes/ui_colour_picker.js", - "ui_form": "nodes/ui_form.js", - "ui_text": "nodes/ui_text.js", - "ui_gauge": "nodes/ui_gauge.js", - "ui_chart": "nodes/ui_chart.js", - "ui_audio": "nodes/ui_audio.js", - "ui_toast": "nodes/ui_toast.js", - "ui_ui_control": "nodes/ui_ui_control.js", - "ui_template": "nodes/ui_template.js", - "ui_link": "nodes/ui_link.js", - "ui_tab": "nodes/ui_tab.js", - "ui_group": "nodes/ui_group.js", - "ui_spacer": "nodes/ui_spacer.js" - } - }, - "dependencies": { - "compression": "^1.7.4", - "gridstack": "^0.6.4", - "serve-static": "^1.15.0", - "socket.io": "^4.5.4" - }, - "devDependencies": { - "angular": "~1.8.3", - "angular-animate": "~1.8.3", - "angular-aria": "~1.8.3", - "angular-chart.js": "^1.1.1", - "angular-material": "~1.2.5", - "angular-material-icons": "^0.7.1", - "angular-messages": "~1.8.3", - "angular-mocks": "~1.8.3", - "angular-route": "~1.8.3", - "angular-sanitize": "~1.8.3", - "angular-touch": "~1.8.3", - "angularjs-color-picker": "^3.4.8", - "chart.js": "~2.3.0", - "d3": "^3.5.17", - "font-awesome": "^4.7.0", - "gulp": "~4.0.2", - "gulp-angular-templatecache": "~3.0.1", - "gulp-clean-css": "^4.3.0", - "gulp-concat": "^2.6.1", - "gulp-concat-css": "^3.1.0", - "gulp-debug": "^4.0.0", - "gulp-eol": "^0.2.0", - "gulp-header": "^2.0.9", - "gulp-html-replace": "^1.6.2", - "gulp-html-src": "^1.0.0", - "gulp-htmlmin": "^5.0.1", - "gulp-if": "^3.0.0", - "gulp-jscs": "^4.1.0", - "gulp-jshint": "^2.1.0", - "gulp-manifest3": "^0.1.2", - "gulp-rename": "^1.4.0", - "gulp-replace": "^1.1.4", - "gulp-sass": "^5.1.0", - "gulp-uglify": "~3.0.2", - "gulp-util": "^3.0.8", - "jquery": "~3.6.2", - "jshint": "~2.13.6", - "justgage": "~1.6.1", - "less": "^3.13.1", - "material-design-icons-iconfont": "^6.7.0", - "moment": "~2.29.4", - "sass": "^1.57.1", - "sprintf-js": "^1.1.2", - "streamqueue": "~1.1.2", - "svg-morpheus": "^0.3.0", - "tinycolor2": "1.4.2", - "weather-icons-lite": "^1.6.1" - }, - "engines": { - "node": ">=12" - } -} diff --git a/software/flow/node_modules/node-red-dashboard/ui.js b/software/flow/node_modules/node-red-dashboard/ui.js deleted file mode 100644 index f7dd9f9..0000000 --- a/software/flow/node_modules/node-red-dashboard/ui.js +++ /dev/null @@ -1,643 +0,0 @@ - -var inited = false; - -module.exports = function(RED) { - if (!inited) { - inited = true; - init(RED.server, RED.httpNode || RED.httpAdmin, RED.log, RED.settings); - } - return { - add: add, - addLink: addLink, - addBaseConfig: addBaseConfig, - emit: emit, - emitSocket: emitSocket, - toNumber: toNumber.bind(null, false), - toFloat: toNumber.bind(null, true), - updateUi: updateUi, - ev: ev, - getTheme: getTheme, - getSizes: getSizes, - isDark: isDark - }; -}; - -var fs = require('fs'); -var path = require('path'); -var events = require('events'); -var process = require('process'); -var socketio = require('socket.io'); -var serveStatic = require('serve-static'); -var compression = require('compression'); -var dashboardVersion = require('./package.json').version; - -var baseConfiguration = {}; -var io; -var menu = []; -var globals = []; -var settings = {}; -var updateValueEventName = 'update-value'; -var currentValues = {}; -var replayMessages = {}; -var removeStateTimers = {}; -var removeStateTimeout = 1000; -var ev = new events.EventEmitter(); -var params = {}; -ev.setMaxListeners(0); - -// default manifest.json to be returned as required. -var mani = { - "name": "Node-RED Dashboard", - "short_name": "Dashboard", - "description": "A dashboard for Node-RED", - "start_url": "./#/0", - "background_color": "#910000", - "theme_color": "#910000", - "display": "standalone", - "icons": [ - {"src":"icon192x192.png", "sizes":"192x192", "type":"image/png"}, - {"src":"icon120x120.png", "sizes":"120x120", "type":"image/png"}, - {"src":"icon64x64.png", "sizes":"64x64", "type":"image/png"} - ] -} - -function toNumber(keepDecimals, config, input, old, m, s) { - if (input === undefined || input === null) { return; } - if (typeof input !== "number") { - var inputString = input.toString(); - input = keepDecimals ? parseFloat(inputString) : parseInt(inputString); - } - if (s) { input = Math.round(Math.round(input/s)*s*10000)/10000; } - return isNaN(input) ? config.min : input; -} - -function emit(event, data) { - io.emit(event, data); -} - -function emitSocket(event, data) { - if (data.hasOwnProperty("msg") && data.msg.hasOwnProperty("socketid") && (data.msg.socketid !== undefined)) { - io.to(data.msg.socketid).emit(event, data); - } - else if (data.hasOwnProperty("socketid") && (data.socketid !== undefined)) { - io.to(data.socketid).emit(event, data); - } - else { - io.emit(event, data); - } -} - -function noConvert(value) { - return value; -} - -function beforeEmit(msg, value) { - return { value:value }; -} - -function beforeSend(msg) { - //do nothing -} - -/* This is the handler for inbound msg from previous nodes... -options: - node - the node that represents the control on a flow - control - the control to be added - tab - tab config node that this control belongs to - group - group name - [emitOnlyNewValues] - boolean (default true). - If true, it checks if the payload changed before sending it - to the front-end. If the payload is the same no message is sent. - [forwardInputMessages] - boolean (default true). - If true, forwards input messages to the output - [storeFrontEndInputAsState] - boolean (default true). - If true, any message received from front-end is stored as state - [persistantFrontEndValue] - boolean (default true). - If true, last received message is send again when front end reconnect. - - [convert] - callback to convert the value before sending it to the front-end - [beforeEmit] - callback to prepare the message that is emitted to the front-end - - [convertBack] - callback to convert the message from front-end before sending it to the next connected node - [beforeSend] - callback to prepare the message that is sent to the output, - if the returned msg has a property _dontSend, then it won't get sent. -*/ -function add(opt) { - clearTimeout(removeStateTimers[opt.node.id]); - delete removeStateTimers[opt.node.id]; - - if (typeof opt.emitOnlyNewValues === 'undefined') { - opt.emitOnlyNewValues = true; - } - if (typeof opt.forwardInputMessages === 'undefined') { - opt.forwardInputMessages = true; - } - if (typeof opt.storeFrontEndInputAsState === 'undefined') { - opt.storeFrontEndInputAsState = true; - } - if (typeof opt.persistantFrontEndValue === 'undefined') { - opt.persistantFrontEndValue = true; - } - opt.convert = opt.convert || noConvert; - opt.beforeEmit = opt.beforeEmit || beforeEmit; - opt.convertBack = opt.convertBack || noConvert; - opt.beforeSend = opt.beforeSend || beforeSend; - opt.control.id = opt.node.id; - var remove = addControl(opt.tab, opt.group, opt.control); - - opt.node.on("input", function(msg) { - if (typeof msg.enabled === 'boolean') { - var state = replayMessages[opt.node.id]; - if (!state) { replayMessages[opt.node.id] = state = {id: opt.node.id}; } - state.disabled = !msg.enabled; - io.emit(updateValueEventName, state); // dcj mu - } - - // remove res and req as they are often circular - if (msg.hasOwnProperty("res")) { delete msg.res; } - if (msg.hasOwnProperty("req")) { delete msg.req; } - - // Retrieve the dataset for this node - var oldValue = currentValues[opt.node.id]; - - // let any arriving msg.ui_control message mess with control parameters - if (msg.ui_control && (typeof msg.ui_control === "object") && (!Array.isArray(msg.ui_control)) && (!Buffer.isBuffer(msg.ui_control) )) { - var changed = {}; - for (var property in msg.ui_control) { - if (msg.ui_control.hasOwnProperty(property) && opt.control.hasOwnProperty(property)) { - if ((property !== "id")&&(property !== "type")&&(property !== "order")&&(property !== "name")&&(property !== "value")&&(property !== "width")&&(property !== "height")) { - opt.control[property] = msg.ui_control[property]; - changed[property] = msg.ui_control[property]; - } - } - } - if (Object.keys(changed).length !== 0) { - io.emit('ui-control', {control:changed, id:opt.node.id}); - } - if (!msg.hasOwnProperty("payload")) { return; } - } - - // Call the convert function in the node to get the new value - // as well as the full dataset. - var conversion = opt.convert(msg.payload, oldValue, msg, opt.control.step); - - // If the update flag is set, emit the newPoint, and store the full dataset - var fullDataset; - var newPoint; - if ((typeof(conversion) === 'object') && (conversion !== null) && (conversion.update !== undefined)) { - newPoint = conversion.newPoint; - fullDataset = conversion.updatedValues; - } - else if (conversion === undefined) { - fullDataset = oldValue; - newPoint = true; - } - else { - // If no update flag is set, this means the conversion contains - // the full dataset or the new value (e.g. gauges) - fullDataset = conversion; - } - // If we have something new to emit - if (newPoint !== undefined || !opt.emitOnlyNewValues || oldValue != fullDataset) { - currentValues[opt.node.id] = fullDataset; - - // Determine what to emit over the websocket - // (the new point or the full dataset). - - // Always store the full dataset. - var toStore = opt.beforeEmit(msg, fullDataset); - var toEmit; - if ((newPoint !== undefined) && (typeof newPoint !== "boolean")) { toEmit = opt.beforeEmit(msg, newPoint); } - else { toEmit = toStore; } - - var addField = function(m) { - if (opt.control.hasOwnProperty(m) && opt.control[m] && opt.control[m].indexOf("{{") !== -1) { - var a = opt.control[m].split("{{"); - a.shift(); - for (var i = 0; i < a.length; i++) { - var b = a[i].split("}}")[0].trim(); - b.replace(/\"/g,'').replace(/\'/g,''); - if (b.indexOf("|") !== -1) { b = b.split("|")[0]; } - if (b.indexOf(" ") !== -1) { b = b.split(" ")[0]; } - if (b.indexOf("?") !== -1) { b = b.split("?")[0]; } - b.replace(/\(/g,'').replace(/\)/g,''); - if (b.indexOf("msg.") >= 0) { - b = b.split("msg.")[1]; - if (b.indexOf(".") !== -1) { b = b.split(".")[0]; } - if (b.indexOf("[") !== -1) { b = b.split("[")[0]; } - if (!toEmit.hasOwnProperty("msg")) { toEmit.msg = {}; } - if (!toEmit.msg.hasOwnProperty(b) && msg.hasOwnProperty(b) && (msg[b] !== undefined)) { - if (Buffer.isBuffer(msg[b])) { toEmit.msg[b] = msg[b].toString("binary"); } - else { toEmit.msg[b] = JSON.parse(JSON.stringify(msg[b])); } - } - //if (Object.keys(toEmit.msg).length === 0) { delete toEmit.msg; } - } - else { - if (b.indexOf(".") !== -1) { b = b.split(".")[0]; } - if (b.indexOf("[") !== -1) { b = b.split("[")[0]; } - if (!toEmit.hasOwnProperty(b) && msg.hasOwnProperty(b)) { - if (Buffer.isBuffer(msg[b])) { toEmit[b] = msg[b].toString("binary"); } - else { toEmit[b] = JSON.parse(JSON.stringify(msg[b])); } - } - } - } - } - } - - // if label, format, color, units, tooltip or icon fields are set to a msg property, emit that as well - addField("className"); - addField("label"); - addField("format"); - addField("color"); - addField("units"); - addField("tooltip"); - addField("icon"); - if (msg.hasOwnProperty("enabled")) { toEmit.disabled = !msg.enabled; } - if (msg.hasOwnProperty("className")) { toEmit.className = msg.className; } - toEmit.id = toStore.id = opt.node.id; - //toEmit.socketid = msg.socketid; // dcj mu - // Emit and Store the data - //if (settings.verbose) { console.log("UI-EMIT",JSON.stringify(toEmit)); } - emitSocket(updateValueEventName, toEmit); - if (opt.persistantFrontEndValue === true) { - replayMessages[opt.node.id] = toStore; - } - - // Handle the node output - if (opt.forwardInputMessages && opt.node._wireCount && fullDataset !== undefined) { - msg.payload = opt.convertBack(fullDataset); - msg = opt.beforeSend(msg) || msg; - //if (settings.verbose) { console.log("UI-SEND",JSON.stringify(msg)); } - if (!msg._dontSend) { opt.node.send(msg); } - } - } - }); - - // This is the handler for messages coming back from the UI - var handler = function (msg) { - if (msg.id !== opt.node.id) { return; } // ignore if not us - if (settings.readOnly === true) { return; } // don't accept input if we are in read only mode - var converted = opt.convertBack(msg.value); - if (opt.storeFrontEndInputAsState === true) { - currentValues[msg.id] = converted; - if (opt.persistantFrontEndValue === true) { - replayMessages[msg.id] = msg; - } - } - var toSend = {payload:converted}; - toSend = opt.beforeSend(toSend, msg) || toSend; - - if (toSend !== undefined) { - toSend.socketid = toSend.socketid || msg.socketid; - if (msg.hasOwnProperty("meta")) { toSend.meta = msg.meta; } - if (toSend.hasOwnProperty("topic") && (toSend.topic === undefined)) { delete toSend.topic; } - // send to following nodes - if (!msg.hasOwnProperty("_dontSend")) { opt.node.send(toSend); } - } - - if (opt.storeFrontEndInputAsState === true) { - //fwd to all UI clients - io.emit(updateValueEventName, msg); - } - }; - - ev.on(updateValueEventName, handler); - - return function() { - ev.removeListener(updateValueEventName, handler); - remove(); - removeStateTimers[opt.node.id] = setTimeout(function() { - delete currentValues[opt.node.id]; - delete replayMessages[opt.node.id]; - }, removeStateTimeout); - }; -} - -//from: https://stackoverflow.com/a/28592528/3016654 -function join() { - var trimRegex = new RegExp('^\\/|\\/$','g'); - var paths = Array.prototype.slice.call(arguments); - return '/'+paths.map(function(e) { - if (e) { return e.replace(trimRegex,""); } - }).filter(function(e) {return e;}).join('/'); -} - -function init(server, app, log, redSettings) { - var uiSettings = redSettings.ui || {}; - if ((uiSettings.hasOwnProperty("path")) && (typeof uiSettings.path === "string")) { - settings.path = uiSettings.path; - } - else { settings.path = 'ui'; } - if ((uiSettings.hasOwnProperty("readOnly")) && (typeof uiSettings.readOnly === "boolean")) { - settings.readOnly = uiSettings.readOnly; - } - else { settings.readOnly = false; } - if ((uiSettings.hasOwnProperty("display")) && (typeof uiSettings.display === "string")) { - mani.display = uiSettings.display; - } - settings.defaultGroupHeader = uiSettings.defaultGroup || 'Default'; - settings.verbose = redSettings.verbose || false; - - var fullPath = join(redSettings.httpNodeRoot, settings.path); - var socketIoPath = join(fullPath, 'socket.io'); - - io = socketio(server, {path: socketIoPath}); - - var dashboardMiddleware = function(req, res, next) { next(); } - - if (uiSettings.middleware) { - if (typeof uiSettings.middleware === "function" || Array.isArray(uiSettings.middleware)) { - dashboardMiddleware = uiSettings.middleware; - } - } - - fs.stat(path.join(__dirname, 'dist/index.html'), function(err, stat) { - app.use(compression()); - if (!err) { - app.use( join(settings.path, "manifest.json"), function(req, res) { res.send(mani); }); - app.use( join(settings.path), dashboardMiddleware, serveStatic(path.join(__dirname, "dist")) ); - } - else { - log.info("[Dashboard] Dashboard using development folder"); - app.use(join(settings.path), dashboardMiddleware, serveStatic(path.join(__dirname, "src"))); - var vendor_packages = [ - 'angular', 'angular-sanitize', 'angular-animate', 'angular-aria', 'angular-material', 'angular-touch', - 'angular-material-icons', 'svg-morpheus', 'font-awesome', 'weather-icons-lite', - 'sprintf-js', 'jquery', 'jquery-ui', 'd3', 'raphael', 'justgage', 'angular-chart.js', 'chart.js', - 'moment', 'angularjs-color-picker', 'tinycolor2', 'less' - ]; - vendor_packages.forEach(function (packageName) { - app.use(join(settings.path, 'vendor', packageName), serveStatic(path.join(__dirname, 'node_modules', packageName))); - }); - } - }); - - if ( process.versions.node.split('.')[0] < 12 ) { - log.error("Dashboard version "+dashboardVersion+" requires Nodejs 12 or more recent"); - } - else { - log.info("Dashboard version " + dashboardVersion + " started at " + fullPath); - } - - if (typeof uiSettings.ioMiddleware === "function") { - io.use(uiSettings.ioMiddleware); - } else if (Array.isArray(uiSettings.ioMiddleware)) { - uiSettings.ioMiddleware.forEach(function (ioMiddleware) { - io.use(ioMiddleware); - }); - } else { - io.use(function (socket, next) { - if (socket.client.conn.request.url.indexOf("transport=websocket") !== -1) { - // Reject direct websocket requests - socket.client.conn.close(); - return; - } - if (socket.handshake.xdomain === false) { - return next(); - } else { - socket.disconnect(true); - } - }); - } - - io.on('connection', function(socket) { - ev.emit("newsocket", socket.id, socket.request.headers['x-real-ip'] || socket.request.headers['x-forwarded-for'] || socket.request.connection.remoteAddress); - updateUi(socket); - - socket.on(updateValueEventName, ev.emit.bind(ev, updateValueEventName)); - socket.on('ui-replay-state', function() { - var ids = Object.getOwnPropertyNames(replayMessages); - setTimeout(function() { - ids.forEach(function (id) { - socket.emit(updateValueEventName, replayMessages[id]); - }); - }, 50); - socket.emit('ui-replay-done'); - }); - socket.on('ui-change', function(index) { - var name = ""; - if ((index != null) && !isNaN(index) && (menu.length > 0) && (index < menu.length) && menu[index]) { - name = (menu[index].hasOwnProperty("header") && typeof menu[index].header !== 'undefined') ? menu[index].header : menu[index].name; - ev.emit("changetab", index, name, socket.id, socket.request.headers['x-real-ip'] || socket.request.headers['x-forwarded-for'] || socket.request.connection.remoteAddress, params); - } - }); - socket.on('ui-collapse', function(d) { - ev.emit("collapse", d.group, d.state, socket.id, socket.request.headers['x-real-ip'] || socket.request.headers['x-forwarded-for'] || socket.request.connection.remoteAddress); - }); - socket.on('ui-refresh', function() { - updateUi(); - }); - socket.on('disconnect', function() { - ev.emit("endsocket", socket.id, socket.request.headers['x-real-ip'] || socket.request.headers['x-forwarded-for'] || socket.request.connection.remoteAddress); - }); - socket.on('ui-audio', function(audioStatus) { - ev.emit("audiostatus", audioStatus, socket.id, socket.request.headers['x-real-ip'] || socket.request.headers['x-forwarded-for'] || socket.request.connection.remoteAddress); - }); - socket.on('ui-params', function(p) { - delete p.socketid; - params = p; - }); - }); -} - -var updateUiPending = false; -function updateUi(to) { - if (!to) { - if (updateUiPending) { return; } - updateUiPending = true; - to = io; - } - process.nextTick(function() { - menu.forEach(function(o) { - o.theme = baseConfiguration.theme; - }); - to.emit('ui-controls', { - site: baseConfiguration.site, - theme: baseConfiguration.theme, - menu: menu, - globals: globals - }); - updateUiPending = false; - }); -} - -function find(array, predicate) { - for (var i=0; i<array.length; i++) { - if (predicate(array[i])) { - return array[i]; - } - } -} - -function itemSorter(item1, item2) { - if (item1.order === 0 && item2.order !== 0) { - return 1; - } - else if (item1.order !== 0 && item2.order === 0) { - return -1; - } - return item1.order - item2.order; -} - -function addControl(tab, groupHeader, control) { - if (typeof control.type !== 'string') { return function() {}; } - - // global template? - if (control.type === 'template' && control.templateScope === 'global') { - // add content to globals - globals.push(control); - updateUi(); - - // return remove function - return function() { - var index = globals.indexOf(control); - if (index >= 0) { - globals.splice(index, 1); - updateUi(); - } - } - } - else { - groupHeader = groupHeader || settings.defaultGroupHeader; - control.order = parseFloat(control.order); - - var foundTab = find(menu, function (t) { - if (tab && tab.hasOwnProperty("id")) { return t.id === tab.id } - }); - if (!foundTab) { - if (tab === null) { return; } - foundTab = { - id: tab.id, - header: tab.config.name, - order: parseFloat(tab.config.order), - icon: tab.config.icon, - //icon: tab.config.hidden ? "fa-ban" : tab.config.icon, - disabled: tab.config.disabled, - hidden: tab.config.hidden, - items: [] - }; - menu.push(foundTab); - menu.sort(itemSorter); - } - - var foundGroup = find(foundTab.items, function (g) {return g.header === groupHeader;}); - if (!foundGroup) { - foundGroup = { - header: groupHeader, - items: [] - }; - foundTab.items.push(foundGroup); - } - foundGroup.items.push(control); - foundGroup.items.sort(itemSorter); - foundGroup.order = groupHeader.config.order; - foundTab.items.sort(itemSorter); - - updateUi(); - - // Return the remove function for this control - return function() { - var index = foundGroup.items.indexOf(control); - if (index >= 0) { - // Remove the item from the group - foundGroup.items.splice(index, 1); - - // If the group is now empty, remove it from the tab - if (foundGroup.items.length === 0) { - index = foundTab.items.indexOf(foundGroup); - if (index >= 0) { - foundTab.items.splice(index, 1); - - // If the tab is now empty, remove it as well - if (foundTab.items.length === 0) { - index = menu.indexOf(foundTab); - if (index >= 0) { - menu.splice(index, 1); - } - } - } - } - updateUi(); - } - } - } -} - -function addLink(name, link, icon, order, target, className) { - var newLink = { - name: name, - link: link, - icon: icon, - order: order || 1, - target: target, - className: className - }; - - menu.push(newLink); - menu.sort(itemSorter); - updateUi(); - - return function() { - var index = menu.indexOf(newLink); - if (index < 0) { return; } - menu.splice(index, 1); - updateUi(); - } -} - -function addBaseConfig(config) { - if (config) { baseConfiguration = config; } - mani.name = config.site ? config.site.name : "Node-RED Dashboard"; - mani.short_name = mani.name.replace("Node-RED","").trim(); - mani.background_color = config.theme.themeState["page-titlebar-backgroundColor"].value; - mani.theme_color = config.theme.themeState["page-titlebar-backgroundColor"].value; - updateUi(); -} - -function angularColorToHex(color) { - var angColorValues = { red: "#F44336", pink: "#E91E63", purple: "#9C27B0", deeppurple: "#673AB7", - indigo: "#3F51B5", blue: "#2196F3", lightblue: "#03A9F4", cyan: "#00BCD4", teal: "#009688", - green: "#4CAF50", lightgreen: "#8BC34A", lime: "#CDDC39", yellow: "#FFEB3B", amber: "#FFC107", - orange: "#FF9800", deeporange: "#FF5722", brown: "#795548", grey: "#9E9E9E", bluegrey: "#607D8B"}; - return angColorValues[color.replace("-","").toLowerCase()]; -} - -function getTheme() { - if (baseConfiguration && baseConfiguration.site && baseConfiguration.site.allowTempTheme && baseConfiguration.site.allowTempTheme === "none") { - baseConfiguration.theme.name = "theme-custom"; - baseConfiguration.theme.themeState["widget-backgroundColor"].value = angularColorToHex(baseConfiguration.theme.angularTheme.primary); - baseConfiguration.theme.themeState["widget-textColor"].value = (baseConfiguration.theme.angularTheme.palette === "dark") ? "#fff" : "#000"; - return baseConfiguration.theme.themeState; - } - else if (baseConfiguration && baseConfiguration.hasOwnProperty("theme") && (typeof baseConfiguration.theme !== "undefined") ) { - return baseConfiguration.theme.themeState; - } - else { - return undefined; - } -} - -function getSizes() { - if (baseConfiguration && baseConfiguration.hasOwnProperty("site") && (typeof baseConfiguration.site !== "undefined") && baseConfiguration.site.hasOwnProperty("sizes")) { - return baseConfiguration.site.sizes; - } - else { - return { sx:48, sy:48, gx:6, gy:6, cx:6, cy:6, px:0, py:0 }; - } -} - -function isDark() { - if (baseConfiguration && baseConfiguration.site && baseConfiguration.site.allowTempTheme && baseConfiguration.site.allowTempTheme === "none") { - if (baseConfiguration && baseConfiguration.hasOwnProperty("theme") && baseConfiguration.theme.hasOwnProperty("angularTheme")) { - if (baseConfiguration.theme.angularTheme && baseConfiguration.theme.angularTheme.palette && baseConfiguration.theme.angularTheme.palette === "dark") { return true;} - } - return false; - } - else if (baseConfiguration && baseConfiguration.hasOwnProperty("theme") && baseConfiguration.theme.hasOwnProperty("themeState")) { - var rgb = parseInt(baseConfiguration.theme.themeState["page-backgroundColor"].value.substring(1), 16); - var luma = 0.2126 * ((rgb >> 16) & 0xff) + 0.7152 * ((rgb >> 8) & 0xff) + 0.0722 * ((rgb >> 0) & 0xff); // per ITU-R BT.709 - if (luma > 128) { return false; } - else { return true; } - } - else { return false; } // if in doubt - let's say it's light. -} diff --git a/software/flow/node_modules/npm/LICENSE b/software/flow/node_modules/npm/LICENSE deleted file mode 100644 index 0b6c228..0000000 --- a/software/flow/node_modules/npm/LICENSE +++ /dev/null @@ -1,235 +0,0 @@ -The npm application -Copyright (c) npm, Inc. and Contributors -Licensed on the terms of The Artistic License 2.0 - -Node package dependencies of the npm application -Copyright (c) their respective copyright owners -Licensed on their respective license terms - -The npm public registry at https://registry.npmjs.org -and the npm website at https://www.npmjs.com -Operated by npm, Inc. -Use governed by terms published on https://www.npmjs.com - -"Node.js" -Trademark Joyent, Inc., https://joyent.com -Neither npm nor npm, Inc. are affiliated with Joyent, Inc. - -The Node.js application -Project of Node Foundation, https://nodejs.org - -The npm Logo -Copyright (c) Mathias Pettersson and Brian Hammond - -"Gubblebum Blocky" typeface -Copyright (c) Tjarda Koster, https://jelloween.deviantart.com -Used with permission - - --------- - - -The Artistic License 2.0 - -Copyright (c) 2000-2006, The Perl Foundation. - -Everyone is permitted to copy and distribute verbatim copies -of this license document, but changing it is not allowed. - -Preamble - -This license establishes the terms under which a given free software -Package may be copied, modified, distributed, and/or redistributed. -The intent is that the Copyright Holder maintains some artistic -control over the development of that Package while still keeping the -Package available as open source and free software. - -You are always permitted to make arrangements wholly outside of this -license directly with the Copyright Holder of a given Package. If the -terms of this license do not permit the full use that you propose to -make of the Package, you should contact the Copyright Holder and seek -a different licensing arrangement. - -Definitions - - "Copyright Holder" means the individual(s) or organization(s) - named in the copyright notice for the entire Package. - - "Contributor" means any party that has contributed code or other - material to the Package, in accordance with the Copyright Holder's - procedures. - - "You" and "your" means any person who would like to copy, - distribute, or modify the Package. - - "Package" means the collection of files distributed by the - Copyright Holder, and derivatives of that collection and/or of - those files. A given Package may consist of either the Standard - Version, or a Modified Version. - - "Distribute" means providing a copy of the Package or making it - accessible to anyone else, or in the case of a company or - organization, to others outside of your company or organization. - - "Distributor Fee" means any fee that you charge for Distributing - this Package or providing support for this Package to another - party. It does not mean licensing fees. - - "Standard Version" refers to the Package if it has not been - modified, or has been modified only in ways explicitly requested - by the Copyright Holder. - - "Modified Version" means the Package, if it has been changed, and - such changes were not explicitly requested by the Copyright - Holder. - - "Original License" means this Artistic License as Distributed with - the Standard Version of the Package, in its current version or as - it may be modified by The Perl Foundation in the future. - - "Source" form means the source code, documentation source, and - configuration files for the Package. - - "Compiled" form means the compiled bytecode, object code, binary, - or any other form resulting from mechanical transformation or - translation of the Source form. - - -Permission for Use and Modification Without Distribution - -(1) You are permitted to use the Standard Version and create and use -Modified Versions for any purpose without restriction, provided that -you do not Distribute the Modified Version. - - -Permissions for Redistribution of the Standard Version - -(2) You may Distribute verbatim copies of the Source form of the -Standard Version of this Package in any medium without restriction, -either gratis or for a Distributor Fee, provided that you duplicate -all of the original copyright notices and associated disclaimers. At -your discretion, such verbatim copies may or may not include a -Compiled form of the Package. - -(3) You may apply any bug fixes, portability changes, and other -modifications made available from the Copyright Holder. The resulting -Package will still be considered the Standard Version, and as such -will be subject to the Original License. - - -Distribution of Modified Versions of the Package as Source - -(4) You may Distribute your Modified Version as Source (either gratis -or for a Distributor Fee, and with or without a Compiled form of the -Modified Version) provided that you clearly document how it differs -from the Standard Version, including, but not limited to, documenting -any non-standard features, executables, or modules, and provided that -you do at least ONE of the following: - - (a) make the Modified Version available to the Copyright Holder - of the Standard Version, under the Original License, so that the - Copyright Holder may include your modifications in the Standard - Version. - - (b) ensure that installation of your Modified Version does not - prevent the user installing or running the Standard Version. In - addition, the Modified Version must bear a name that is different - from the name of the Standard Version. - - (c) allow anyone who receives a copy of the Modified Version to - make the Source form of the Modified Version available to others - under - - (i) the Original License or - - (ii) a license that permits the licensee to freely copy, - modify and redistribute the Modified Version using the same - licensing terms that apply to the copy that the licensee - received, and requires that the Source form of the Modified - Version, and of any works derived from it, be made freely - available in that license fees are prohibited but Distributor - Fees are allowed. - - -Distribution of Compiled Forms of the Standard Version -or Modified Versions without the Source - -(5) You may Distribute Compiled forms of the Standard Version without -the Source, provided that you include complete instructions on how to -get the Source of the Standard Version. Such instructions must be -valid at the time of your distribution. If these instructions, at any -time while you are carrying out such distribution, become invalid, you -must provide new instructions on demand or cease further distribution. -If you provide valid instructions or cease distribution within thirty -days after you become aware that the instructions are invalid, then -you do not forfeit any of your rights under this license. - -(6) You may Distribute a Modified Version in Compiled form without -the Source, provided that you comply with Section 4 with respect to -the Source of the Modified Version. - - -Aggregating or Linking the Package - -(7) You may aggregate the Package (either the Standard Version or -Modified Version) with other packages and Distribute the resulting -aggregation provided that you do not charge a licensing fee for the -Package. Distributor Fees are permitted, and licensing fees for other -components in the aggregation are permitted. The terms of this license -apply to the use and Distribution of the Standard or Modified Versions -as included in the aggregation. - -(8) You are permitted to link Modified and Standard Versions with -other works, to embed the Package in a larger work of your own, or to -build stand-alone binary or bytecode versions of applications that -include the Package, and Distribute the result without restriction, -provided the result does not expose a direct interface to the Package. - - -Items That are Not Considered Part of a Modified Version - -(9) Works (including, but not limited to, modules and scripts) that -merely extend or make use of the Package, do not, by themselves, cause -the Package to be a Modified Version. In addition, such works are not -considered parts of the Package itself, and are not subject to the -terms of this license. - - -General Provisions - -(10) Any use, modification, and distribution of the Standard or -Modified Versions is governed by this Artistic License. By using, -modifying or distributing the Package, you accept this license. Do not -use, modify, or distribute the Package, if you do not accept this -license. - -(11) If your Modified Version has been derived from a Modified -Version made by someone other than you, you are nevertheless required -to ensure that your Modified Version complies with the requirements of -this license. - -(12) This license does not grant you the right to use any trademark, -service mark, tradename, or logo of the Copyright Holder. - -(13) This license includes the non-exclusive, worldwide, -free-of-charge patent license to make, have made, use, offer to sell, -sell, import and otherwise transfer the Package with respect to any -patent claims licensable by the Copyright Holder that are necessarily -infringed by the Package. If you institute patent litigation -(including a cross-claim or counterclaim) against any party alleging -that the Package constitutes direct or contributory patent -infringement, then this Artistic License to you shall terminate on the -date that such litigation is filed. - -(14) Disclaimer of Warranty: -THE PACKAGE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS "AS -IS' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES. THE IMPLIED -WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR -NON-INFRINGEMENT ARE DISCLAIMED TO THE EXTENT PERMITTED BY YOUR LOCAL -LAW. UNLESS REQUIRED BY LAW, NO COPYRIGHT HOLDER OR CONTRIBUTOR WILL -BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL -DAMAGES ARISING IN ANY WAY OUT OF THE USE OF THE PACKAGE, EVEN IF -ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - --------- diff --git a/software/flow/node_modules/npm/README.md b/software/flow/node_modules/npm/README.md deleted file mode 100644 index b88882f..0000000 --- a/software/flow/node_modules/npm/README.md +++ /dev/null @@ -1,74 +0,0 @@ -# npm - a JavaScript package manager - -[![npm version](https://img.shields.io/npm/v/npm.svg)](https://npm.im/npm) -[![license](https://img.shields.io/npm/l/npm.svg)](https://npm.im/npm) -[![CI - cli](https://github.com/npm/cli/actions/workflows/ci.yml/badge.svg)](https://github.com/npm/cli/actions/workflows/ci.yml) -[![Benchmark Suite](https://github.com/npm/cli/actions/workflows/benchmark.yml/badge.svg)](https://github.com/npm/cli/actions/workflows/benchmark.yml) - -### Requirements - -One of the following versions of [Node.js](https://nodejs.org/en/download/) must be installed to run **`npm`**: - -* `14.x.x` >= `14.17.0` -* `16.x.x` >= `16.13.0` -* `18.0.0` or higher - -### Installation - -**`npm`** comes bundled with [**`node`**](https://nodejs.org/), & most third-party distributions, by default. Officially supported downloads/distributions can be found at: [nodejs.org/en/download](https://nodejs.org/en/download) - -#### Direct Download - -You can download & install **`npm`** directly from [**npmjs**.com](https://npmjs.com/) using our custom `install.sh` script: - -```bash -curl -qL https://www.npmjs.com/install.sh | sh -``` - -#### Node Version Managers - -If you're looking to manage multiple versions of **`node`** &/or **`npm`**, consider using a "Node Version Manager" such as: - -* [**`nvm`**](https://github.com/nvm-sh/nvm) -* [**`nvs`**](https://github.com/jasongin/nvs) -* [**`nave`**](https://github.com/isaacs/nave) -* [**`n`**](https://github.com/tj/n) -* [**`volta`**](https://github.com/volta-cli/volta) -* [**`nodenv`**](https://github.com/nodenv/nodenv) -* [**`asdf-nodejs`**](https://github.com/asdf-vm/asdf-nodejs) -* [**`nvm-windows`**](https://github.com/coreybutler/nvm-windows) -* [**`fnm`**](https://github.com/Schniz/fnm) - -### Usage - -```bash -npm <command> -``` - -### Links & Resources - -* [**Documentation**](https://docs.npmjs.com/) - Official docs & how-tos for all things **npm** - * Note: you can also search docs locally with `npm help-search <query>` -* [**Bug Tracker**](https://github.com/npm/cli/issues) - Search or submit bugs against the CLI -* [**Roadmap**](https://github.com/orgs/github/projects/4247/views/1?filterQuery=npm) - Track & follow along with our public roadmap -* [**Feedback**](https://github.com/npm/feedback) - Contribute ideas & discussion around the npm registry, website & CLI -* [**RFCs**](https://github.com/npm/rfcs) - Contribute ideas & specifications for the API/design of the npm CLI -* [**Service Status**](https://status.npmjs.org/) - Monitor the current status & see incident reports for the website & registry -* [**Project Status**](https://npm.github.io/statusboard/) - See the health of all our maintained OSS projects in one view -* [**Events Calendar**](https://calendar.google.com/calendar/u/0/embed?src=npmjs.com_oonluqt8oftrt0vmgrfbg6q6go@group.calendar.google.com) - Keep track of our Open RFC calls, releases, meetups, conferences & more -* [**Support**](https://www.npmjs.com/support) - Experiencing problems with the **npm** [website](https://npmjs.com) or [registry](https://registry.npmjs.org)? File a ticket [here](https://www.npmjs.com/support) - -### Acknowledgments - -* `npm` is configured to use the **npm Public Registry** at [https://registry.npmjs.org](https://registry.npmjs.org) by default; Usage of this registry is subject to **Terms of Use** available at [https://npmjs.com/policies/terms](https://npmjs.com/policies/terms) -* You can configure `npm` to use any other compatible registry you prefer. You can read more about configuring third-party registries [here](https://docs.npmjs.com/cli/v7/using-npm/registry) - -### FAQ on Branding - -#### Is it "npm" or "NPM" or "Npm"? - -**`npm`** should never be capitalized unless it is being displayed in a location that is customarily all-capitals (ex. titles on `man` pages). - -#### Is "npm" an acronym for "Node Package Manager"? - -Contrary to popular belief, **`npm`** **is not** in fact an acronym for "Node Package Manager"; It is a recursive bacronymic abbreviation for **"npm is not an acronym"** (if the project was named "ninaa", then it would be an acronym). The precursor to **`npm`** was actually a bash utility named **"pm"**, which was the shortform name of **"pkgmakeinst"** - a bash function that installed various things on various platforms. If **`npm`** were to ever have been considered an acronym, it would be as "node pm" or, potentially "new pm". diff --git a/software/flow/node_modules/npm/bin/node-gyp-bin/node-gyp b/software/flow/node_modules/npm/bin/node-gyp-bin/node-gyp deleted file mode 100755 index 70efb6f..0000000 --- a/software/flow/node_modules/npm/bin/node-gyp-bin/node-gyp +++ /dev/null @@ -1,6 +0,0 @@ -#!/usr/bin/env sh -if [ "x$npm_config_node_gyp" = "x" ]; then - node "`dirname "$0"`/../../node_modules/node-gyp/bin/node-gyp.js" "$@" -else - "$npm_config_node_gyp" "$@" -fi diff --git a/software/flow/node_modules/npm/bin/node-gyp-bin/node-gyp.cmd b/software/flow/node_modules/npm/bin/node-gyp-bin/node-gyp.cmd deleted file mode 100755 index 1ef2ae0..0000000 --- a/software/flow/node_modules/npm/bin/node-gyp-bin/node-gyp.cmd +++ /dev/null @@ -1,5 +0,0 @@ -if not defined npm_config_node_gyp ( - node "%~dp0\..\..\node_modules\node-gyp\bin\node-gyp.js" %* -) else ( - node "%npm_config_node_gyp%" %* -) diff --git a/software/flow/node_modules/npm/bin/npm b/software/flow/node_modules/npm/bin/npm deleted file mode 100755 index a131a53..0000000 --- a/software/flow/node_modules/npm/bin/npm +++ /dev/null @@ -1,44 +0,0 @@ -#!/usr/bin/env bash -(set -o igncr) 2>/dev/null && set -o igncr; # cygwin encoding fix - -basedir=`dirname "$0"` - -case `uname` in - *CYGWIN*) basedir=`cygpath -w "$basedir"`;; -esac - -NODE_EXE="$basedir/node.exe" -if ! [ -x "$NODE_EXE" ]; then - NODE_EXE="$basedir/node" -fi -if ! [ -x "$NODE_EXE" ]; then - NODE_EXE=node -fi - -# this path is passed to node.exe, so it needs to match whatever -# kind of paths Node.js thinks it's using, typically win32 paths. -CLI_BASEDIR="$("$NODE_EXE" -p 'require("path").dirname(process.execPath)')" -NPM_CLI_JS="$CLI_BASEDIR/node_modules/npm/bin/npm-cli.js" - -NPM_PREFIX=`"$NODE_EXE" "$NPM_CLI_JS" prefix -g` -if [ $? -ne 0 ]; then - # if this didn't work, then everything else below will fail - echo "Could not determine Node.js install directory" >&2 - exit 1 -fi -NPM_PREFIX_NPM_CLI_JS="$NPM_PREFIX/node_modules/npm/bin/npm-cli.js" - -# a path that will fail -f test on any posix bash -NPM_WSL_PATH="/.." - -# WSL can run Windows binaries, so we have to give it the win32 path -# however, WSL bash tests against posix paths, so we need to construct that -# to know if npm is installed globally. -if [ `uname` = 'Linux' ] && type wslpath &>/dev/null ; then - NPM_WSL_PATH=`wslpath "$NPM_PREFIX_NPM_CLI_JS"` -fi -if [ -f "$NPM_PREFIX_NPM_CLI_JS" ] || [ -f "$NPM_WSL_PATH" ]; then - NPM_CLI_JS="$NPM_PREFIX_NPM_CLI_JS" -fi - -"$NODE_EXE" "$NPM_CLI_JS" "$@" diff --git a/software/flow/node_modules/npm/bin/npm-cli.js b/software/flow/node_modules/npm/bin/npm-cli.js deleted file mode 100755 index 577abe0..0000000 --- a/software/flow/node_modules/npm/bin/npm-cli.js +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env node -require('../lib/cli.js')(process) diff --git a/software/flow/node_modules/npm/bin/npm.cmd b/software/flow/node_modules/npm/bin/npm.cmd deleted file mode 100755 index f111c59..0000000 --- a/software/flow/node_modules/npm/bin/npm.cmd +++ /dev/null @@ -1,19 +0,0 @@ -:: Created by npm, please don't edit manually. -@ECHO OFF - -SETLOCAL - -SET "NODE_EXE=%~dp0\node.exe" -IF NOT EXIST "%NODE_EXE%" ( - SET "NODE_EXE=node" -) - -SET "NPM_CLI_JS=%~dp0\node_modules\npm\bin\npm-cli.js" -FOR /F "delims=" %%F IN ('CALL "%NODE_EXE%" "%NPM_CLI_JS%" prefix -g') DO ( - SET "NPM_PREFIX_NPM_CLI_JS=%%F\node_modules\npm\bin\npm-cli.js" -) -IF EXIST "%NPM_PREFIX_NPM_CLI_JS%" ( - SET "NPM_CLI_JS=%NPM_PREFIX_NPM_CLI_JS%" -) - -"%NODE_EXE%" "%NPM_CLI_JS%" %* diff --git a/software/flow/node_modules/npm/bin/npx b/software/flow/node_modules/npm/bin/npx deleted file mode 100755 index a34e345..0000000 --- a/software/flow/node_modules/npm/bin/npx +++ /dev/null @@ -1,48 +0,0 @@ -#!/usr/bin/env bash - -# This is used by the Node.js installer, which expects the cygwin/mingw -# shell script to already be present in the npm dependency folder. - -(set -o igncr) 2>/dev/null && set -o igncr; # cygwin encoding fix - -basedir=`dirname "$0"` - -case `uname` in - *CYGWIN*) basedir=`cygpath -w "$basedir"`;; -esac - -NODE_EXE="$basedir/node.exe" -if ! [ -x "$NODE_EXE" ]; then - NODE_EXE="$basedir/node" -fi -if ! [ -x "$NODE_EXE" ]; then - NODE_EXE=node -fi - -# these paths are passed to node.exe, so they need to match whatever -# kind of paths Node.js thinks it's using, typically win32 paths. -CLI_BASEDIR="$("$NODE_EXE" -p 'require("path").dirname(process.execPath)')" -if [ $? -ne 0 ]; then - # if this didn't work, then everything else below will fail - echo "Could not determine Node.js install directory" >&2 - exit 1 -fi -NPM_CLI_JS="$CLI_BASEDIR/node_modules/npm/bin/npm-cli.js" -NPX_CLI_JS="$CLI_BASEDIR/node_modules/npm/bin/npx-cli.js" -NPM_PREFIX=`"$NODE_EXE" "$NPM_CLI_JS" prefix -g` -NPM_PREFIX_NPX_CLI_JS="$NPM_PREFIX/node_modules/npm/bin/npx-cli.js" - -# a path that will fail -f test on any posix bash -NPX_WSL_PATH="/.." - -# WSL can run Windows binaries, so we have to give it the win32 path -# however, WSL bash tests against posix paths, so we need to construct that -# to know if npm is installed globally. -if [ `uname` = 'Linux' ] && type wslpath &>/dev/null ; then - NPX_WSL_PATH=`wslpath "$NPM_PREFIX_NPX_CLI_JS"` -fi -if [ -f "$NPM_PREFIX_NPX_CLI_JS" ] || [ -f "$NPX_WSL_PATH" ]; then - NPX_CLI_JS="$NPM_PREFIX_NPX_CLI_JS" -fi - -"$NODE_EXE" "$NPX_CLI_JS" "$@" diff --git a/software/flow/node_modules/npm/bin/npx-cli.js b/software/flow/node_modules/npm/bin/npx-cli.js deleted file mode 100755 index 75090ae..0000000 --- a/software/flow/node_modules/npm/bin/npx-cli.js +++ /dev/null @@ -1,130 +0,0 @@ -#!/usr/bin/env node - -const cli = require('../lib/cli.js') - -// run the resulting command as `npm exec ...args` -process.argv[1] = require.resolve('./npm-cli.js') -process.argv.splice(2, 0, 'exec') - -// TODO: remove the affordances for removed items in npm v9 -const removedSwitches = new Set([ - 'always-spawn', - 'ignore-existing', - 'shell-auto-fallback', -]) - -const removedOpts = new Set([ - 'npm', - 'node-arg', - 'n', -]) - -const removed = new Set([ - ...removedSwitches, - ...removedOpts, -]) - -const { definitions, shorthands } = require('../lib/utils/config/index.js') -const npmSwitches = Object.entries(definitions) - .filter(([key, { type }]) => type === Boolean || - (Array.isArray(type) && type.includes(Boolean))) - .map(([key]) => key) - -// things that don't take a value -const switches = new Set([ - ...removedSwitches, - ...npmSwitches, - 'no-install', - 'quiet', - 'q', - 'version', - 'v', - 'help', - 'h', -]) - -// things that do take a value -const opts = new Set([ - ...removedOpts, - 'package', - 'p', - 'cache', - 'userconfig', - 'call', - 'c', - 'shell', - 'npm', - 'node-arg', - 'n', -]) - -// break out of loop when we find a positional argument or -- -// If we find a positional arg, we shove -- in front of it, and -// let the normal npm cli handle the rest. -let i -let sawRemovedFlags = false -for (i = 3; i < process.argv.length; i++) { - const arg = process.argv[i] - if (arg === '--') { - break - } else if (/^-/.test(arg)) { - const [key, ...v] = arg.replace(/^-+/, '').split('=') - - switch (key) { - case 'p': - process.argv[i] = ['--package', ...v].join('=') - break - - case 'shell': - process.argv[i] = ['--script-shell', ...v].join('=') - break - - case 'no-install': - process.argv[i] = '--yes=false' - break - - default: - // resolve shorthands and run again - if (shorthands[key] && !removed.has(key)) { - const a = [...shorthands[key]] - if (v.length) { - a.push(v.join('=')) - } - process.argv.splice(i, 1, ...a) - i-- - continue - } - break - } - - if (removed.has(key)) { - // eslint-disable-next-line no-console - console.error(`npx: the --${key} argument has been removed.`) - sawRemovedFlags = true - process.argv.splice(i, 1) - i-- - } - - if (v.length === 0 && !switches.has(key) && - (opts.has(key) || !/^-/.test(process.argv[i + 1]))) { - // value will be next argument, skip over it. - if (removed.has(key)) { - // also remove the value for the cut key. - process.argv.splice(i + 1, 1) - } else { - i++ - } - } - } else { - // found a positional arg, put -- in front of it, and we're done - process.argv.splice(i, 0, '--') - break - } -} - -if (sawRemovedFlags) { - // eslint-disable-next-line no-console - console.error('See `npm help exec` for more information') -} - -cli(process) diff --git a/software/flow/node_modules/npm/bin/npx.cmd b/software/flow/node_modules/npm/bin/npx.cmd deleted file mode 100755 index b79518e..0000000 --- a/software/flow/node_modules/npm/bin/npx.cmd +++ /dev/null @@ -1,20 +0,0 @@ -:: Created by npm, please don't edit manually. -@ECHO OFF - -SETLOCAL - -SET "NODE_EXE=%~dp0\node.exe" -IF NOT EXIST "%NODE_EXE%" ( - SET "NODE_EXE=node" -) - -SET "NPM_CLI_JS=%~dp0\node_modules\npm\bin\npm-cli.js" -SET "NPX_CLI_JS=%~dp0\node_modules\npm\bin\npx-cli.js" -FOR /F "delims=" %%F IN ('CALL "%NODE_EXE%" "%NPM_CLI_JS%" prefix -g') DO ( - SET "NPM_PREFIX_NPX_CLI_JS=%%F\node_modules\npm\bin\npx-cli.js" -) -IF EXIST "%NPM_PREFIX_NPX_CLI_JS%" ( - SET "NPX_CLI_JS=%NPM_PREFIX_NPX_CLI_JS%" -) - -"%NODE_EXE%" "%NPX_CLI_JS%" %* diff --git a/software/flow/node_modules/npm/docs/README.md b/software/flow/node_modules/npm/docs/README.md deleted file mode 100644 index 5fc7ccf..0000000 --- a/software/flow/node_modules/npm/docs/README.md +++ /dev/null @@ -1,5 +0,0 @@ -# docs - -[![CI - docs](https://github.com/npm/cli/actions/workflows/ci-docs.yml/badge.svg)](https://github.com/npm/cli/actions/workflows/ci-docs.yml) - -Scripts to build the npm docs. diff --git a/software/flow/node_modules/npm/docs/content/commands/npm-access.md b/software/flow/node_modules/npm/docs/content/commands/npm-access.md deleted file mode 100644 index 84421e8..0000000 --- a/software/flow/node_modules/npm/docs/content/commands/npm-access.md +++ /dev/null @@ -1,117 +0,0 @@ ---- -title: npm-access -section: 1 -description: Set access level on published packages ---- - -### Synopsis - -```bash -npm access list packages [<user>|<scope>|<scope:team> [<package>] -npm access list collaborators [<package> [<user>]] -npm access get status [<package>] -npm access set status=public|private [<package>] -npm access set mfa=none|publish|automation [<package>] -npm access grant <read-only|read-write> <scope:team> [<package>] -npm access revoke <scope:team> [<package>] -``` - -Note: This command is unaware of workspaces. - -### Description - -Used to set access controls on private packages. - -For all of the subcommands, `npm access` will perform actions on the packages -in the current working directory if no package name is passed to the -subcommand. - -* public / restricted (deprecated): - Set a package to be either publicly accessible or restricted. - -* grant / revoke (deprecated): - Add or remove the ability of users and teams to have read-only or read-write - access to a package. - -* 2fa-required / 2fa-not-required (deprecated): - Configure whether a package requires that anyone publishing it have two-factor - authentication enabled on their account. - -* ls-packages (deprecated): - Show all of the packages a user or a team is able to access, along with the - access level, except for read-only public packages (it won't print the whole - registry listing) - -* ls-collaborators (deprecated): - Show all of the access privileges for a package. Will only show permissions - for packages to which you have at least read access. If `<user>` is passed in, - the list is filtered only to teams _that_ user happens to belong to. - -* edit (not implemented) - -### Details - -`npm access` always operates directly on the current registry, configurable -from the command line using `--registry=<registry url>`. - -Unscoped packages are *always public*. - -Scoped packages *default to restricted*, but you can either publish them as -public using `npm publish --access=public`, or set their access as public using -`npm access public` after the initial publish. - -You must have privileges to set the access of a package: - -* You are an owner of an unscoped or scoped package. -* You are a member of the team that owns a scope. -* You have been given read-write privileges for a package, either as a member - of a team or directly as an owner. - -If you have two-factor authentication enabled then you'll be prompted to provide a second factor, or may use the `--otp=...` option to specify it on -the command line. - -If your account is not paid, then attempts to publish scoped packages will -fail with an HTTP 402 status code (logically enough), unless you use -`--access=public`. - -Management of teams and team memberships is done with the `npm team` command. - -### Configuration - -#### `json` - -* Default: false -* Type: Boolean - -Whether or not to output JSON data, rather than the normal output. - -* In `npm pkg set` it enables parsing set values with JSON.parse() before - saving them to your `package.json`. - -Not supported by all npm commands. - -#### `otp` - -* Default: null -* Type: null or String - -This is a one-time password from a two-factor authenticator. It's needed -when publishing or changing package permissions with `npm access`. - -If not set, and a registry response fails with a challenge for a one-time -password, npm will prompt on the command line for one. - -#### `registry` - -* Default: "https://registry.npmjs.org/" -* Type: URL - -The base URL of the npm registry. - -### See Also - -* [`libnpmaccess`](https://npm.im/libnpmaccess) -* [npm team](/commands/npm-team) -* [npm publish](/commands/npm-publish) -* [npm config](/commands/npm-config) -* [npm registry](/using-npm/registry) diff --git a/software/flow/node_modules/npm/docs/content/commands/npm-adduser.md b/software/flow/node_modules/npm/docs/content/commands/npm-adduser.md deleted file mode 100644 index bc7d888..0000000 --- a/software/flow/node_modules/npm/docs/content/commands/npm-adduser.md +++ /dev/null @@ -1,81 +0,0 @@ ---- -title: npm-adduser -section: 1 -description: Add a registry user account ---- - -### Synopsis - -```bash -npm adduser - -alias: add-user -``` - -Note: This command is unaware of workspaces. - -### Description - -Create a new user in the specified registry, and save the credentials to -the `.npmrc` file. If no registry is specified, the default registry -will be used (see [`registry`](/using-npm/registry)). - -When using `legacy` for your `auth-type`, the username, password, and -email are read in from prompts. - -### Configuration - -#### `registry` - -* Default: "https://registry.npmjs.org/" -* Type: URL - -The base URL of the npm registry. - -#### `scope` - -* Default: the scope of the current project, if any, or "" -* Type: String - -Associate an operation with a scope for a scoped registry. - -Useful when logging in to or out of a private registry: - -``` -# log in, linking the scope to the custom registry -npm login --scope=@mycorp --registry=https://registry.mycorp.com - -# log out, removing the link and the auth token -npm logout --scope=@mycorp -``` - -This will cause `@mycorp` to be mapped to the registry for future -installation of packages specified according to the pattern -`@mycorp/package`. - -This will also cause `npm init` to create a scoped package. - -``` -# accept all defaults, and create a package named "@foo/whatever", -# instead of just named "whatever" -npm init --scope=@foo --yes -``` - - -#### `auth-type` - -* Default: "web" -* Type: "legacy" or "web" - -What authentication strategy to use with `login`. Note that if an `otp` -config is given, this value will always be set to `legacy`. - -### See Also - -* [npm registry](/using-npm/registry) -* [npm config](/commands/npm-config) -* [npmrc](/configuring-npm/npmrc) -* [npm owner](/commands/npm-owner) -* [npm whoami](/commands/npm-whoami) -* [npm token](/commands/npm-token) -* [npm profile](/commands/npm-profile) diff --git a/software/flow/node_modules/npm/docs/content/commands/npm-audit.md b/software/flow/node_modules/npm/docs/content/commands/npm-audit.md deleted file mode 100644 index 7358d87..0000000 --- a/software/flow/node_modules/npm/docs/content/commands/npm-audit.md +++ /dev/null @@ -1,421 +0,0 @@ ---- -title: npm-audit -section: 1 -description: Run a security audit ---- - -### Synopsis - -```bash -npm audit [fix|signatures] -``` - -### Description - -The audit command submits a description of the dependencies configured in -your project to your default registry and asks for a report of known -vulnerabilities. If any vulnerabilities are found, then the impact and -appropriate remediation will be calculated. If the `fix` argument is -provided, then remediations will be applied to the package tree. - -The command will exit with a 0 exit code if no vulnerabilities were found. - -Note that some vulnerabilities cannot be fixed automatically and will -require manual intervention or review. Also note that since `npm audit -fix` runs a full-fledged `npm install` under the hood, all configs that -apply to the installer will also apply to `npm install` -- so things like -`npm audit fix --package-lock-only` will work as expected. - -By default, the audit command will exit with a non-zero code if any -vulnerability is found. It may be useful in CI environments to include the -`--audit-level` parameter to specify the minimum vulnerability level that -will cause the command to fail. This option does not filter the report -output, it simply changes the command's failure threshold. - -### Audit Signatures - -To ensure the integrity of packages you download from the public npm registry, or any registry that supports signatures, you can verify the registry signatures of downloaded packages using the npm CLI. - -Registry signatures can be verified using the following `audit` command: - -```bash -$ npm audit signatures -``` - -The npm CLI supports registry signatures and signing keys provided by any registry if the following conventions are followed: - -1. Signatures are provided in the package's `packument` in each published version within the `dist` object: - -```json -"dist":{ - "..omitted..": "..omitted..", - "signatures": [{ - "keyid": "SHA256:{{SHA256_PUBLIC_KEY}}", - "sig": "a312b9c3cb4a1b693e8ebac5ee1ca9cc01f2661c14391917dcb111517f72370809..." - }] -} -``` - -See this [example](https://registry.npmjs.org/light-cycle/1.4.3) of a signed package from the public npm registry. - -The `sig` is generated using the following template: `${package.name}@${package.version}:${package.dist.integrity}` and the `keyid` has to match one of the public signing keys below. - -2. Public signing keys are provided at `registry-host.tld/-/npm/v1/keys` in the following format: - -``` -{ - "keys": [{ - "expires": null, - "keyid": "SHA256:{{SHA256_PUBLIC_KEY}}", - "keytype": "ecdsa-sha2-nistp256", - "scheme": "ecdsa-sha2-nistp256", - "key": "{{B64_PUBLIC_KEY}}" - }] -} -``` - -Keys response: - -- `expires`: null or a simplified extended <a href="https://en.wikipedia.org/wiki/ISO_8601" target="_blank">ISO 8601 format</a>: `YYYY-MM-DDTHH:mm:ss.sssZ` -- `keydid`: sha256 fingerprint of the public key -- `keytype`: only `ecdsa-sha2-nistp256` is currently supported by the npm CLI -- `scheme`: only `ecdsa-sha2-nistp256` is currently supported by the npm CLI -- `key`: base64 encoded public key - -See this <a href="https://registry.npmjs.org/-/npm/v1/keys" target="_blank">example key's response from the public npm registry</a>. - -### Audit Endpoints - -There are two audit endpoints that npm may use to fetch vulnerability -information: the `Bulk Advisory` endpoint and the `Quick Audit` endpoint. - -#### Bulk Advisory Endpoint - -As of version 7, npm uses the much faster `Bulk Advisory` endpoint to -optimize the speed of calculating audit results. - -npm will generate a JSON payload with the name and list of versions of each -package in the tree, and POST it to the default configured registry at -the path `/-/npm/v1/security/advisories/bulk`. - -Any packages in the tree that do not have a `version` field in their -package.json file will be ignored. If any `--omit` options are specified -(either via the [`--omit` config](/using-npm/config#omit), or one of the -shorthands such as `--production`, `--only=dev`, and so on), then packages will -be omitted from the submitted payload as appropriate. - -If the registry responds with an error, or with an invalid response, then -npm will attempt to load advisory data from the `Quick Audit` endpoint. - -The expected result will contain a set of advisory objects for each -dependency that matches the advisory range. Each advisory object contains -a `name`, `url`, `id`, `severity`, `vulnerable_versions`, and `title`. - -npm then uses these advisory objects to calculate vulnerabilities and -meta-vulnerabilities of the dependencies within the tree. - -#### Quick Audit Endpoint - -If the `Bulk Advisory` endpoint returns an error, or invalid data, npm will -attempt to load advisory data from the `Quick Audit` endpoint, which is -considerably slower in most cases. - -The full package tree as found in `package-lock.json` is submitted, along -with the following pieces of additional metadata: - -* `npm_version` -* `node_version` -* `platform` -* `arch` -* `node_env` - -All packages in the tree are submitted to the Quick Audit endpoint. -Omitted dependency types are skipped when generating the report. - -#### Scrubbing - -Out of an abundance of caution, npm versions 5 and 6 would "scrub" any -packages from the submitted report if their name contained a `/` character, -so as to avoid leaking the names of potentially private packages or git -URLs. - -However, in practice, this resulted in audits often failing to properly -detect meta-vulnerabilities, because the tree would appear to be invalid -due to missing dependencies, and prevented the detection of vulnerabilities -in package trees that used git dependencies or private modules. - -This scrubbing has been removed from npm as of version 7. - -#### Calculating Meta-Vulnerabilities and Remediations - -npm uses the -[`@npmcli/metavuln-calculator`](http://npm.im/@npmcli/metavuln-calculator) -module to turn a set of security advisories into a set of "vulnerability" -objects. A "meta-vulnerability" is a dependency that is vulnerable by -virtue of dependence on vulnerable versions of a vulnerable package. - -For example, if the package `foo` is vulnerable in the range `>=1.0.2 -<2.0.0`, and the package `bar` depends on `foo@^1.1.0`, then that version -of `bar` can only be installed by installing a vulnerable version of `foo`. -In this case, `bar` is a "metavulnerability". - -Once metavulnerabilities for a given package are calculated, they are -cached in the `~/.npm` folder and only re-evaluated if the advisory range -changes, or a new version of the package is published (in which case, the -new version is checked for metavulnerable status as well). - -If the chain of metavulnerabilities extends all the way to the root -project, and it cannot be updated without changing its dependency ranges, -then `npm audit fix` will require the `--force` option to apply the -remediation. If remediations do not require changes to the dependency -ranges, then all vulnerable packages will be updated to a version that does -not have an advisory or metavulnerability posted against it. - -### Exit Code - -The `npm audit` command will exit with a 0 exit code if no vulnerabilities -were found. The `npm audit fix` command will exit with 0 exit code if no -vulnerabilities are found _or_ if the remediation is able to successfully -fix all vulnerabilities. - -If vulnerabilities were found the exit code will depend on the -[`audit-level` config](/using-npm/config#audit-level). - -### Examples - -Scan your project for vulnerabilities and automatically install any compatible -updates to vulnerable dependencies: - -```bash -$ npm audit fix -``` - -Run `audit fix` without modifying `node_modules`, but still updating the -pkglock: - -```bash -$ npm audit fix --package-lock-only -``` - -Skip updating `devDependencies`: - -```bash -$ npm audit fix --only=prod -``` - -Have `audit fix` install SemVer-major updates to toplevel dependencies, not -just SemVer-compatible ones: - -```bash -$ npm audit fix --force -``` - -Do a dry run to get an idea of what `audit fix` will do, and _also_ output -install information in JSON format: - -```bash -$ npm audit fix --dry-run --json -``` - -Scan your project for vulnerabilities and just show the details, without -fixing anything: - -```bash -$ npm audit -``` - -Get the detailed audit report in JSON format: - -```bash -$ npm audit --json -``` - -Fail an audit only if the results include a vulnerability with a level of moderate or higher: - -```bash -$ npm audit --audit-level=moderate -``` - -### Configuration - -#### `audit-level` - -* Default: null -* Type: null, "info", "low", "moderate", "high", "critical", or "none" - -The minimum level of vulnerability for `npm audit` to exit with a non-zero -exit code. - -#### `dry-run` - -* Default: false -* Type: Boolean - -Indicates that you don't want npm to make any changes and that it should -only report what it would have done. This can be passed into any of the -commands that modify your local installation, eg, `install`, `update`, -`dedupe`, `uninstall`, as well as `pack` and `publish`. - -Note: This is NOT honored by other network related commands, eg `dist-tags`, -`owner`, etc. - -#### `force` - -* Default: false -* Type: Boolean - -Removes various protections against unfortunate side effects, common -mistakes, unnecessary performance degradation, and malicious input. - -* Allow clobbering non-npm files in global installs. -* Allow the `npm version` command to work on an unclean git repository. -* Allow deleting the cache folder with `npm cache clean`. -* Allow installing packages that have an `engines` declaration requiring a - different version of npm. -* Allow installing packages that have an `engines` declaration requiring a - different version of `node`, even if `--engine-strict` is enabled. -* Allow `npm audit fix` to install modules outside your stated dependency - range (including SemVer-major changes). -* Allow unpublishing all versions of a published package. -* Allow conflicting peerDependencies to be installed in the root project. -* Implicitly set `--yes` during `npm init`. -* Allow clobbering existing values in `npm pkg` -* Allow unpublishing of entire packages (not just a single version). - -If you don't have a clear idea of what you want to do, it is strongly -recommended that you do not use this option! - -#### `json` - -* Default: false -* Type: Boolean - -Whether or not to output JSON data, rather than the normal output. - -* In `npm pkg set` it enables parsing set values with JSON.parse() before - saving them to your `package.json`. - -Not supported by all npm commands. - -#### `package-lock-only` - -* Default: false -* Type: Boolean - -If set to true, the current operation will only use the `package-lock.json`, -ignoring `node_modules`. - -For `update` this means only the `package-lock.json` will be updated, -instead of checking `node_modules` and downloading dependencies. - -For `list` this means the output will be based on the tree described by the -`package-lock.json`, rather than the contents of `node_modules`. - -#### `omit` - -* Default: 'dev' if the `NODE_ENV` environment variable is set to - 'production', otherwise empty. -* Type: "dev", "optional", or "peer" (can be set multiple times) - -Dependency types to omit from the installation tree on disk. - -Note that these dependencies _are_ still resolved and added to the -`package-lock.json` or `npm-shrinkwrap.json` file. They are just not -physically installed on disk. - -If a package type appears in both the `--include` and `--omit` lists, then -it will be included. - -If the resulting omit list includes `'dev'`, then the `NODE_ENV` environment -variable will be set to `'production'` for all lifecycle scripts. - -#### `foreground-scripts` - -* Default: false -* Type: Boolean - -Run all build scripts (ie, `preinstall`, `install`, and `postinstall`) -scripts for installed packages in the foreground process, sharing standard -input, output, and error with the main npm process. - -Note that this will generally make installs run slower, and be much noisier, -but can be useful for debugging. - -#### `ignore-scripts` - -* Default: false -* Type: Boolean - -If true, npm does not run scripts specified in package.json files. - -Note that commands explicitly intended to run a particular script, such as -`npm start`, `npm stop`, `npm restart`, `npm test`, and `npm run-script` -will still run their intended script if `ignore-scripts` is set, but they -will *not* run any pre- or post-scripts. - -#### `workspace` - -* Default: -* Type: String (can be set multiple times) - -Enable running a command in the context of the configured workspaces of the -current project while filtering by running only the workspaces defined by -this configuration option. - -Valid values for the `workspace` config are either: - -* Workspace names -* Path to a workspace directory -* Path to a parent workspace directory (will result in selecting all - workspaces within that folder) - -When set for the `npm init` command, this may be set to the folder of a -workspace which does not yet exist, to create the folder and set it up as a -brand new workspace within the project. - -This value is not exported to the environment for child processes. - -#### `workspaces` - -* Default: null -* Type: null or Boolean - -Set to true to run the command in the context of **all** configured -workspaces. - -Explicitly setting this to false will cause commands like `install` to -ignore workspaces altogether. When not set explicitly: - -- Commands that operate on the `node_modules` tree (install, update, etc.) -will link workspaces into the `node_modules` folder. - Commands that do -other things (test, exec, publish, etc.) will operate on the root project, -_unless_ one or more workspaces are specified in the `workspace` config. - -This value is not exported to the environment for child processes. - -#### `include-workspace-root` - -* Default: false -* Type: Boolean - -Include the workspace root when workspaces are enabled for a command. - -When false, specifying individual workspaces via the `workspace` config, or -all workspaces via the `workspaces` flag, will cause npm to operate only on -the specified workspaces, and not on the root project. - -This value is not exported to the environment for child processes. - -#### `install-links` - -* Default: false -* Type: Boolean - -When set file: protocol dependencies will be packed and installed as regular -dependencies instead of creating a symlink. This option has no effect on -workspaces. - -### See Also - -* [npm install](/commands/npm-install) -* [config](/using-npm/config) diff --git a/software/flow/node_modules/npm/docs/content/commands/npm-bugs.md b/software/flow/node_modules/npm/docs/content/commands/npm-bugs.md deleted file mode 100644 index 1f135fc..0000000 --- a/software/flow/node_modules/npm/docs/content/commands/npm-bugs.md +++ /dev/null @@ -1,105 +0,0 @@ ---- -title: npm-bugs -section: 1 -description: Report bugs for a package in a web browser ---- - -### Synopsis - -```bash -npm bugs [<pkgname> [<pkgname> ...]] - -alias: issues -``` - -### Description - -This command tries to guess at the likely location of a package's bug -tracker URL or the `mailto` URL of the support email, and then tries to -open it using the [`--browser` config](/using-npm/config#browser) param. If no -package name is provided, it will search for a `package.json` in the current -folder and use the `name` property. - -### Configuration - -#### `browser` - -* Default: OS X: `"open"`, Windows: `"start"`, Others: `"xdg-open"` -* Type: null, Boolean, or String - -The browser that is called by npm commands to open websites. - -Set to `false` to suppress browser behavior and instead print urls to -terminal. - -Set to `true` to use default system URL opener. - -#### `registry` - -* Default: "https://registry.npmjs.org/" -* Type: URL - -The base URL of the npm registry. - -#### `workspace` - -* Default: -* Type: String (can be set multiple times) - -Enable running a command in the context of the configured workspaces of the -current project while filtering by running only the workspaces defined by -this configuration option. - -Valid values for the `workspace` config are either: - -* Workspace names -* Path to a workspace directory -* Path to a parent workspace directory (will result in selecting all - workspaces within that folder) - -When set for the `npm init` command, this may be set to the folder of a -workspace which does not yet exist, to create the folder and set it up as a -brand new workspace within the project. - -This value is not exported to the environment for child processes. - -#### `workspaces` - -* Default: null -* Type: null or Boolean - -Set to true to run the command in the context of **all** configured -workspaces. - -Explicitly setting this to false will cause commands like `install` to -ignore workspaces altogether. When not set explicitly: - -- Commands that operate on the `node_modules` tree (install, update, etc.) -will link workspaces into the `node_modules` folder. - Commands that do -other things (test, exec, publish, etc.) will operate on the root project, -_unless_ one or more workspaces are specified in the `workspace` config. - -This value is not exported to the environment for child processes. - -#### `include-workspace-root` - -* Default: false -* Type: Boolean - -Include the workspace root when workspaces are enabled for a command. - -When false, specifying individual workspaces via the `workspace` config, or -all workspaces via the `workspaces` flag, will cause npm to operate only on -the specified workspaces, and not on the root project. - -This value is not exported to the environment for child processes. - -### See Also - -* [npm docs](/commands/npm-docs) -* [npm view](/commands/npm-view) -* [npm publish](/commands/npm-publish) -* [npm registry](/using-npm/registry) -* [npm config](/commands/npm-config) -* [npmrc](/configuring-npm/npmrc) -* [package.json](/configuring-npm/package-json) diff --git a/software/flow/node_modules/npm/docs/content/commands/npm-cache.md b/software/flow/node_modules/npm/docs/content/commands/npm-cache.md deleted file mode 100644 index a9d7617..0000000 --- a/software/flow/node_modules/npm/docs/content/commands/npm-cache.md +++ /dev/null @@ -1,92 +0,0 @@ ---- -title: npm-cache -section: 1 -description: Manipulates packages cache ---- - -### Synopsis - -```bash -npm cache add <package-spec> -npm cache clean [<key>] -npm cache ls [<name>@<version>] -npm cache verify -``` - -Note: This command is unaware of workspaces. - -### Description - -Used to add, list, or clean the npm cache folder. - -* add: - Add the specified packages to the local cache. This command is primarily - intended to be used internally by npm, but it can provide a way to - add data to the local installation cache explicitly. - -* clean: - Delete all data out of the cache folder. Note that this is typically - unnecessary, as npm's cache is self-healing and resistant to data - corruption issues. - -* verify: - Verify the contents of the cache folder, garbage collecting any unneeded - data, and verifying the integrity of the cache index and all cached data. - -### Details - -npm stores cache data in an opaque directory within the configured `cache`, -named `_cacache`. This directory is a -[`cacache`](http://npm.im/cacache)-based content-addressable cache that -stores all http request data as well as other package-related data. This -directory is primarily accessed through `pacote`, the library responsible -for all package fetching as of npm@5. - -All data that passes through the cache is fully verified for integrity on -both insertion and extraction. Cache corruption will either trigger an -error, or signal to `pacote` that the data must be refetched, which it will -do automatically. For this reason, it should never be necessary to clear -the cache for any reason other than reclaiming disk space, thus why `clean` -now requires `--force` to run. - -There is currently no method exposed through npm to inspect or directly -manage the contents of this cache. In order to access it, `cacache` must be -used directly. - -npm will not remove data by itself: the cache will grow as new packages are -installed. - -### A note about the cache's design - -The npm cache is strictly a cache: it should not be relied upon as a -persistent and reliable data store for package data. npm makes no guarantee -that a previously-cached piece of data will be available later, and will -automatically delete corrupted contents. The primary guarantee that the -cache makes is that, if it does return data, that data will be exactly the -data that was inserted. - -To run an offline verification of existing cache contents, use `npm cache -verify`. - -### Configuration - -#### `cache` - -* Default: Windows: `%LocalAppData%\npm-cache`, Posix: `~/.npm` -* Type: Path - -The location of npm's cache directory. - -### See Also - -* [package spec](/using-npm/package-spec) -* [npm folders](/configuring-npm/folders) -* [npm config](/commands/npm-config) -* [npmrc](/configuring-npm/npmrc) -* [npm install](/commands/npm-install) -* [npm publish](/commands/npm-publish) -* [npm pack](/commands/npm-pack) -* https://npm.im/cacache -* https://npm.im/pacote -* https://npm.im/@npmcli/arborist -* https://npm.im/make-fetch-happen diff --git a/software/flow/node_modules/npm/docs/content/commands/npm-ci.md b/software/flow/node_modules/npm/docs/content/commands/npm-ci.md deleted file mode 100644 index 48c018e..0000000 --- a/software/flow/node_modules/npm/docs/content/commands/npm-ci.md +++ /dev/null @@ -1,323 +0,0 @@ ---- -title: npm-ci -section: 1 -description: Clean install a project ---- - -### Synopsis - -```bash -npm ci - -aliases: clean-install, ic, install-clean, isntall-clean -``` - -### Description - -This command is similar to [`npm install`](/commands/npm-install), except -it's meant to be used in automated environments such as test platforms, -continuous integration, and deployment -- or any situation where you want -to make sure you're doing a clean install of your dependencies. - -The main differences between using `npm install` and `npm ci` are: - -* The project **must** have an existing `package-lock.json` or - `npm-shrinkwrap.json`. -* If dependencies in the package lock do not match those in `package.json`, - `npm ci` will exit with an error, instead of updating the package lock. -* `npm ci` can only install entire projects at a time: individual - dependencies cannot be added with this command. -* If a `node_modules` is already present, it will be automatically removed - before `npm ci` begins its install. -* It will never write to `package.json` or any of the package-locks: - installs are essentially frozen. - -NOTE: If you create your `package-lock.json` file by running `npm install` -with flags that can affect the shape of your dependency tree, such as -`--legacy-peer-deps` or `--install-links`, you _must_ provide the same -flags to `npm ci` or you are likely to encounter errors. An easy way to do -this is to run, for example, -`npm config set legacy-peer-deps=true --location=project` and commit the -`.npmrc` file to your repo. - -### Example - -Make sure you have a package-lock and an up-to-date install: - -```bash -$ cd ./my/npm/project -$ npm install -added 154 packages in 10s -$ ls | grep package-lock -``` - -Run `npm ci` in that project - -```bash -$ npm ci -added 154 packages in 5s -``` - -Configure Travis CI to build using `npm ci` instead of `npm install`: - -```bash -# .travis.yml -install: -- npm ci -# keep the npm cache around to speed up installs -cache: - directories: - - "$HOME/.npm" -``` - -### Configuration - -#### `save` - -* Default: `true` unless when using `npm update` where it defaults to `false` -* Type: Boolean - -Save installed packages to a `package.json` file as dependencies. - -When used with the `npm rm` command, removes the dependency from -`package.json`. - -Will also prevent writing to `package-lock.json` if set to `false`. - -#### `save-exact` - -* Default: false -* Type: Boolean - -Dependencies saved to package.json will be configured with an exact version -rather than using npm's default semver range operator. - -#### `global` - -* Default: false -* Type: Boolean - -Operates in "global" mode, so that packages are installed into the `prefix` -folder instead of the current working directory. See -[folders](/configuring-npm/folders) for more on the differences in behavior. - -* packages are installed into the `{prefix}/lib/node_modules` folder, instead - of the current working directory. -* bin files are linked to `{prefix}/bin` -* man pages are linked to `{prefix}/share/man` - -#### `install-strategy` - -* Default: "hoisted" -* Type: "hoisted", "nested", "shallow", or "linked" - -Sets the strategy for installing packages in node_modules. hoisted -(default): Install non-duplicated in top-level, and duplicated as necessary -within directory structure. nested: (formerly --legacy-bundling) install in -place, no hoisting. shallow (formerly --global-style) only install direct -deps at top-level. linked: (experimental) install in node_modules/.store, -link in place, unhoisted. - -#### `legacy-bundling` - -* Default: false -* Type: Boolean -* DEPRECATED: This option has been deprecated in favor of - `--install-strategy=nested` - -Instead of hoisting package installs in `node_modules`, install packages in -the same manner that they are depended on. This may cause very deep -directory structures and duplicate package installs as there is no -de-duplicating. Sets `--install-strategy=nested`. - -#### `global-style` - -* Default: false -* Type: Boolean -* DEPRECATED: This option has been deprecated in favor of - `--install-strategy=shallow` - -Only install direct dependencies in the top level `node_modules`, but hoist -on deeper dependencies. Sets `--install-strategy=shallow`. - -#### `omit` - -* Default: 'dev' if the `NODE_ENV` environment variable is set to - 'production', otherwise empty. -* Type: "dev", "optional", or "peer" (can be set multiple times) - -Dependency types to omit from the installation tree on disk. - -Note that these dependencies _are_ still resolved and added to the -`package-lock.json` or `npm-shrinkwrap.json` file. They are just not -physically installed on disk. - -If a package type appears in both the `--include` and `--omit` lists, then -it will be included. - -If the resulting omit list includes `'dev'`, then the `NODE_ENV` environment -variable will be set to `'production'` for all lifecycle scripts. - -#### `strict-peer-deps` - -* Default: false -* Type: Boolean - -If set to `true`, and `--legacy-peer-deps` is not set, then _any_ -conflicting `peerDependencies` will be treated as an install failure, even -if npm could reasonably guess the appropriate resolution based on non-peer -dependency relationships. - -By default, conflicting `peerDependencies` deep in the dependency graph will -be resolved using the nearest non-peer dependency specification, even if -doing so will result in some packages receiving a peer dependency outside -the range set in their package's `peerDependencies` object. - -When such an override is performed, a warning is printed, explaining the -conflict and the packages involved. If `--strict-peer-deps` is set, then -this warning is treated as a failure. - -#### `package-lock` - -* Default: true -* Type: Boolean - -If set to false, then ignore `package-lock.json` files when installing. This -will also prevent _writing_ `package-lock.json` if `save` is true. - -This configuration does not affect `npm ci`. - -#### `foreground-scripts` - -* Default: false -* Type: Boolean - -Run all build scripts (ie, `preinstall`, `install`, and `postinstall`) -scripts for installed packages in the foreground process, sharing standard -input, output, and error with the main npm process. - -Note that this will generally make installs run slower, and be much noisier, -but can be useful for debugging. - -#### `ignore-scripts` - -* Default: false -* Type: Boolean - -If true, npm does not run scripts specified in package.json files. - -Note that commands explicitly intended to run a particular script, such as -`npm start`, `npm stop`, `npm restart`, `npm test`, and `npm run-script` -will still run their intended script if `ignore-scripts` is set, but they -will *not* run any pre- or post-scripts. - -#### `audit` - -* Default: true -* Type: Boolean - -When "true" submit audit reports alongside the current npm command to the -default registry and all registries configured for scopes. See the -documentation for [`npm audit`](/commands/npm-audit) for details on what is -submitted. - -#### `bin-links` - -* Default: true -* Type: Boolean - -Tells npm to create symlinks (or `.cmd` shims on Windows) for package -executables. - -Set to false to have it not do this. This can be used to work around the -fact that some file systems don't support symlinks, even on ostensibly Unix -systems. - -#### `fund` - -* Default: true -* Type: Boolean - -When "true" displays the message at the end of each `npm install` -acknowledging the number of dependencies looking for funding. See [`npm -fund`](/commands/npm-fund) for details. - -#### `dry-run` - -* Default: false -* Type: Boolean - -Indicates that you don't want npm to make any changes and that it should -only report what it would have done. This can be passed into any of the -commands that modify your local installation, eg, `install`, `update`, -`dedupe`, `uninstall`, as well as `pack` and `publish`. - -Note: This is NOT honored by other network related commands, eg `dist-tags`, -`owner`, etc. - -#### `workspace` - -* Default: -* Type: String (can be set multiple times) - -Enable running a command in the context of the configured workspaces of the -current project while filtering by running only the workspaces defined by -this configuration option. - -Valid values for the `workspace` config are either: - -* Workspace names -* Path to a workspace directory -* Path to a parent workspace directory (will result in selecting all - workspaces within that folder) - -When set for the `npm init` command, this may be set to the folder of a -workspace which does not yet exist, to create the folder and set it up as a -brand new workspace within the project. - -This value is not exported to the environment for child processes. - -#### `workspaces` - -* Default: null -* Type: null or Boolean - -Set to true to run the command in the context of **all** configured -workspaces. - -Explicitly setting this to false will cause commands like `install` to -ignore workspaces altogether. When not set explicitly: - -- Commands that operate on the `node_modules` tree (install, update, etc.) -will link workspaces into the `node_modules` folder. - Commands that do -other things (test, exec, publish, etc.) will operate on the root project, -_unless_ one or more workspaces are specified in the `workspace` config. - -This value is not exported to the environment for child processes. - -#### `include-workspace-root` - -* Default: false -* Type: Boolean - -Include the workspace root when workspaces are enabled for a command. - -When false, specifying individual workspaces via the `workspace` config, or -all workspaces via the `workspaces` flag, will cause npm to operate only on -the specified workspaces, and not on the root project. - -This value is not exported to the environment for child processes. - -#### `install-links` - -* Default: false -* Type: Boolean - -When set file: protocol dependencies will be packed and installed as regular -dependencies instead of creating a symlink. This option has no effect on -workspaces. - -### See Also - -* [npm install](/commands/npm-install) -* [package-lock.json](/configuring-npm/package-lock-json) diff --git a/software/flow/node_modules/npm/docs/content/commands/npm-completion.md b/software/flow/node_modules/npm/docs/content/commands/npm-completion.md deleted file mode 100644 index 8cbc713..0000000 --- a/software/flow/node_modules/npm/docs/content/commands/npm-completion.md +++ /dev/null @@ -1,41 +0,0 @@ ---- -title: npm-completion -section: 1 -description: Tab Completion for npm ---- - -### Synopsis - -```bash -npm completion -``` - -Note: This command is unaware of workspaces. - -### Description - -Enables tab-completion in all npm commands. - -The synopsis above -loads the completions into your current shell. Adding it to -your ~/.bashrc or ~/.zshrc will make the completions available -everywhere: - -```bash -npm completion >> ~/.bashrc -npm completion >> ~/.zshrc -``` - -You may of course also pipe the output of `npm completion` to a file -such as `/usr/local/etc/bash_completion.d/npm` or -`/etc/bash_completion.d/npm` if you have a system that will read -that file for you. - -When `COMP_CWORD`, `COMP_LINE`, and `COMP_POINT` are defined in the -environment, `npm completion` acts in "plumbing mode", and outputs -completions based on the arguments. - -### See Also - -* [npm developers](/using-npm/developers) -* [npm](/commands/npm) diff --git a/software/flow/node_modules/npm/docs/content/commands/npm-config.md b/software/flow/node_modules/npm/docs/content/commands/npm-config.md deleted file mode 100644 index fe87aba..0000000 --- a/software/flow/node_modules/npm/docs/content/commands/npm-config.md +++ /dev/null @@ -1,171 +0,0 @@ ---- -title: npm-config -section: 1 -description: Manage the npm configuration files ---- - -### Synopsis - -```bash -npm config set <key>=<value> [<key>=<value> ...] -npm config get [<key> [<key> ...]] -npm config delete <key> [<key> ...] -npm config list [--json] -npm config edit -npm config fix - -alias: c -``` - -Note: This command is unaware of workspaces. - -### Description - -npm gets its config settings from the command line, environment -variables, `npmrc` files, and in some cases, the `package.json` file. - -See [npmrc](/configuring-npm/npmrc) for more information about the npmrc -files. - -See [config](/using-npm/config) for a more thorough explanation of the -mechanisms involved, and a full list of config options available. - -The `npm config` command can be used to update and edit the contents -of the user and global npmrc files. - -### Sub-commands - -Config supports the following sub-commands: - -#### set - -```bash -npm config set key=value [key=value...] -npm set key=value [key=value...] -``` - -Sets each of the config keys to the value provided. - -If value is omitted, then it sets it to an empty string. - -Note: for backwards compatibility, `npm config set key value` is supported -as an alias for `npm config set key=value`. - -#### get - -```bash -npm config get [key ...] -npm get [key ...] -``` - -Echo the config value(s) to stdout. - -If multiple keys are provided, then the values will be prefixed with the -key names. - -If no keys are provided, then this command behaves the same as `npm config -list`. - -#### list - -```bash -npm config list -``` - -Show all the config settings. Use `-l` to also show defaults. Use `--json` -to show the settings in json format. - -#### delete - -```bash -npm config delete key [key ...] -``` - -Deletes the specified keys from all configuration files. - -#### edit - -```bash -npm config edit -``` - -Opens the config file in an editor. Use the `--global` flag to edit the -global config. - -#### fix - -```bash -npm config fix -``` - -Attempts to repair invalid configuration items. Usually this means -attaching authentication config (i.e. `_auth`, `_authToken`) to the -configured `registry`. - -### Configuration - -#### `json` - -* Default: false -* Type: Boolean - -Whether or not to output JSON data, rather than the normal output. - -* In `npm pkg set` it enables parsing set values with JSON.parse() before - saving them to your `package.json`. - -Not supported by all npm commands. - -#### `global` - -* Default: false -* Type: Boolean - -Operates in "global" mode, so that packages are installed into the `prefix` -folder instead of the current working directory. See -[folders](/configuring-npm/folders) for more on the differences in behavior. - -* packages are installed into the `{prefix}/lib/node_modules` folder, instead - of the current working directory. -* bin files are linked to `{prefix}/bin` -* man pages are linked to `{prefix}/share/man` - -#### `editor` - -* Default: The EDITOR or VISUAL environment variables, or - '%SYSTEMROOT%\notepad.exe' on Windows, or 'vi' on Unix systems -* Type: String - -The command to run for `npm edit` and `npm config edit`. - -#### `location` - -* Default: "user" unless `--global` is passed, which will also set this value - to "global" -* Type: "global", "user", or "project" - -When passed to `npm config` this refers to which config file to use. - -When set to "global" mode, packages are installed into the `prefix` folder -instead of the current working directory. See -[folders](/configuring-npm/folders) for more on the differences in behavior. - -* packages are installed into the `{prefix}/lib/node_modules` folder, instead - of the current working directory. -* bin files are linked to `{prefix}/bin` -* man pages are linked to `{prefix}/share/man` - -#### `long` - -* Default: false -* Type: Boolean - -Show extended information in `ls`, `search`, and `help-search`. - -### See Also - -* [npm folders](/configuring-npm/folders) -* [npm config](/commands/npm-config) -* [package.json](/configuring-npm/package-json) -* [npmrc](/configuring-npm/npmrc) -* [npm](/commands/npm) diff --git a/software/flow/node_modules/npm/docs/content/commands/npm-dedupe.md b/software/flow/node_modules/npm/docs/content/commands/npm-dedupe.md deleted file mode 100644 index d9c614d..0000000 --- a/software/flow/node_modules/npm/docs/content/commands/npm-dedupe.md +++ /dev/null @@ -1,284 +0,0 @@ ---- -title: npm-dedupe -section: 1 -description: Reduce duplication in the package tree ---- - -### Synopsis - -```bash -npm dedupe - -alias: ddp -``` - -### Description - -Searches the local package tree and attempts to simplify the overall -structure by moving dependencies further up the tree, where they can -be more effectively shared by multiple dependent packages. - -For example, consider this dependency graph: - -``` -a -+-- b <-- depends on c@1.0.x -| `-- c@1.0.3 -`-- d <-- depends on c@~1.0.9 - `-- c@1.0.10 -``` - -In this case, `npm dedupe` will transform the tree to: - -```bash -a -+-- b -+-- d -`-- c@1.0.10 -``` - -Because of the hierarchical nature of node's module lookup, b and d -will both get their dependency met by the single c package at the root -level of the tree. - -In some cases, you may have a dependency graph like this: - -``` -a -+-- b <-- depends on c@1.0.x -+-- c@1.0.3 -`-- d <-- depends on c@1.x - `-- c@1.9.9 -``` - -During the installation process, the `c@1.0.3` dependency for `b` was -placed in the root of the tree. Though `d`'s dependency on `c@1.x` could -have been satisfied by `c@1.0.3`, the newer `c@1.9.0` dependency was used, -because npm favors updates by default, even when doing so causes -duplication. - -Running `npm dedupe` will cause npm to note the duplication and -re-evaluate, deleting the nested `c` module, because the one in the root is -sufficient. - -To prefer deduplication over novelty during the installation process, run -`npm install --prefer-dedupe` or `npm config set prefer-dedupe true`. - -Arguments are ignored. Dedupe always acts on the entire tree. - -Note that this operation transforms the dependency tree, but will never -result in new modules being installed. - -Using `npm find-dupes` will run the command in `--dry-run` mode. - -Note: `npm dedupe` will never update the semver values of direct -dependencies in your project `package.json`, if you want to update -values in `package.json` you can run: `npm update --save` instead. - -### Configuration - -#### `install-strategy` - -* Default: "hoisted" -* Type: "hoisted", "nested", "shallow", or "linked" - -Sets the strategy for installing packages in node_modules. hoisted -(default): Install non-duplicated in top-level, and duplicated as necessary -within directory structure. nested: (formerly --legacy-bundling) install in -place, no hoisting. shallow (formerly --global-style) only install direct -deps at top-level. linked: (experimental) install in node_modules/.store, -link in place, unhoisted. - -#### `legacy-bundling` - -* Default: false -* Type: Boolean -* DEPRECATED: This option has been deprecated in favor of - `--install-strategy=nested` - -Instead of hoisting package installs in `node_modules`, install packages in -the same manner that they are depended on. This may cause very deep -directory structures and duplicate package installs as there is no -de-duplicating. Sets `--install-strategy=nested`. - -#### `global-style` - -* Default: false -* Type: Boolean -* DEPRECATED: This option has been deprecated in favor of - `--install-strategy=shallow` - -Only install direct dependencies in the top level `node_modules`, but hoist -on deeper dependencies. Sets `--install-strategy=shallow`. - -#### `strict-peer-deps` - -* Default: false -* Type: Boolean - -If set to `true`, and `--legacy-peer-deps` is not set, then _any_ -conflicting `peerDependencies` will be treated as an install failure, even -if npm could reasonably guess the appropriate resolution based on non-peer -dependency relationships. - -By default, conflicting `peerDependencies` deep in the dependency graph will -be resolved using the nearest non-peer dependency specification, even if -doing so will result in some packages receiving a peer dependency outside -the range set in their package's `peerDependencies` object. - -When such an override is performed, a warning is printed, explaining the -conflict and the packages involved. If `--strict-peer-deps` is set, then -this warning is treated as a failure. - -#### `package-lock` - -* Default: true -* Type: Boolean - -If set to false, then ignore `package-lock.json` files when installing. This -will also prevent _writing_ `package-lock.json` if `save` is true. - -This configuration does not affect `npm ci`. - -#### `omit` - -* Default: 'dev' if the `NODE_ENV` environment variable is set to - 'production', otherwise empty. -* Type: "dev", "optional", or "peer" (can be set multiple times) - -Dependency types to omit from the installation tree on disk. - -Note that these dependencies _are_ still resolved and added to the -`package-lock.json` or `npm-shrinkwrap.json` file. They are just not -physically installed on disk. - -If a package type appears in both the `--include` and `--omit` lists, then -it will be included. - -If the resulting omit list includes `'dev'`, then the `NODE_ENV` environment -variable will be set to `'production'` for all lifecycle scripts. - -#### `ignore-scripts` - -* Default: false -* Type: Boolean - -If true, npm does not run scripts specified in package.json files. - -Note that commands explicitly intended to run a particular script, such as -`npm start`, `npm stop`, `npm restart`, `npm test`, and `npm run-script` -will still run their intended script if `ignore-scripts` is set, but they -will *not* run any pre- or post-scripts. - -#### `audit` - -* Default: true -* Type: Boolean - -When "true" submit audit reports alongside the current npm command to the -default registry and all registries configured for scopes. See the -documentation for [`npm audit`](/commands/npm-audit) for details on what is -submitted. - -#### `bin-links` - -* Default: true -* Type: Boolean - -Tells npm to create symlinks (or `.cmd` shims on Windows) for package -executables. - -Set to false to have it not do this. This can be used to work around the -fact that some file systems don't support symlinks, even on ostensibly Unix -systems. - -#### `fund` - -* Default: true -* Type: Boolean - -When "true" displays the message at the end of each `npm install` -acknowledging the number of dependencies looking for funding. See [`npm -fund`](/commands/npm-fund) for details. - -#### `dry-run` - -* Default: false -* Type: Boolean - -Indicates that you don't want npm to make any changes and that it should -only report what it would have done. This can be passed into any of the -commands that modify your local installation, eg, `install`, `update`, -`dedupe`, `uninstall`, as well as `pack` and `publish`. - -Note: This is NOT honored by other network related commands, eg `dist-tags`, -`owner`, etc. - -#### `workspace` - -* Default: -* Type: String (can be set multiple times) - -Enable running a command in the context of the configured workspaces of the -current project while filtering by running only the workspaces defined by -this configuration option. - -Valid values for the `workspace` config are either: - -* Workspace names -* Path to a workspace directory -* Path to a parent workspace directory (will result in selecting all - workspaces within that folder) - -When set for the `npm init` command, this may be set to the folder of a -workspace which does not yet exist, to create the folder and set it up as a -brand new workspace within the project. - -This value is not exported to the environment for child processes. - -#### `workspaces` - -* Default: null -* Type: null or Boolean - -Set to true to run the command in the context of **all** configured -workspaces. - -Explicitly setting this to false will cause commands like `install` to -ignore workspaces altogether. When not set explicitly: - -- Commands that operate on the `node_modules` tree (install, update, etc.) -will link workspaces into the `node_modules` folder. - Commands that do -other things (test, exec, publish, etc.) will operate on the root project, -_unless_ one or more workspaces are specified in the `workspace` config. - -This value is not exported to the environment for child processes. - -#### `include-workspace-root` - -* Default: false -* Type: Boolean - -Include the workspace root when workspaces are enabled for a command. - -When false, specifying individual workspaces via the `workspace` config, or -all workspaces via the `workspaces` flag, will cause npm to operate only on -the specified workspaces, and not on the root project. - -This value is not exported to the environment for child processes. - -#### `install-links` - -* Default: false -* Type: Boolean - -When set file: protocol dependencies will be packed and installed as regular -dependencies instead of creating a symlink. This option has no effect on -workspaces. - -### See Also - -* [npm find-dupes](/commands/npm-find-dupes) -* [npm ls](/commands/npm-ls) -* [npm update](/commands/npm-update) -* [npm install](/commands/npm-install) diff --git a/software/flow/node_modules/npm/docs/content/commands/npm-deprecate.md b/software/flow/node_modules/npm/docs/content/commands/npm-deprecate.md deleted file mode 100644 index 146aab8..0000000 --- a/software/flow/node_modules/npm/docs/content/commands/npm-deprecate.md +++ /dev/null @@ -1,69 +0,0 @@ ---- -title: npm-deprecate -section: 1 -description: Deprecate a version of a package ---- - -### Synopsis - -```bash -npm deprecate <package-spec> <message> -``` - -Note: This command is unaware of workspaces. - -### Description - -This command will update the npm registry entry for a package, providing a -deprecation warning to all who attempt to install it. - -It works on [version ranges](https://semver.npmjs.com/) as well as specific -versions, so you can do something like this: - -```bash -npm deprecate my-thing@"< 0.2.3" "critical bug fixed in v0.2.3" -``` - -SemVer ranges passed to this command are interpreted such that they *do* -include prerelease versions. For example: - -```bash -npm deprecate my-thing@1.x "1.x is no longer supported" -``` - -In this case, a version `my-thing@1.0.0-beta.0` will also be deprecated. - -You must be the package owner to deprecate something. See the `owner` and -`adduser` help topics. - -To un-deprecate a package, specify an empty string (`""`) for the `message` -argument. Note that you must use double quotes with no space between them to -format an empty string. - -### Configuration - -#### `registry` - -* Default: "https://registry.npmjs.org/" -* Type: URL - -The base URL of the npm registry. - -#### `otp` - -* Default: null -* Type: null or String - -This is a one-time password from a two-factor authenticator. It's needed -when publishing or changing package permissions with `npm access`. - -If not set, and a registry response fails with a challenge for a one-time -password, npm will prompt on the command line for one. - -### See Also - -* [package spec](/using-npm/package-spec) -* [npm publish](/commands/npm-publish) -* [npm registry](/using-npm/registry) -* [npm owner](/commands/npm-owner) -* [npm adduser](/commands/npm-adduser) diff --git a/software/flow/node_modules/npm/docs/content/commands/npm-diff.md b/software/flow/node_modules/npm/docs/content/commands/npm-diff.md deleted file mode 100644 index 852fcf3..0000000 --- a/software/flow/node_modules/npm/docs/content/commands/npm-diff.md +++ /dev/null @@ -1,296 +0,0 @@ ---- -title: npm-diff -section: 1 -description: The registry diff command ---- - -### Synopsis - -```bash -npm diff [...<paths>] -``` - -### Description - -Similar to its `git diff` counterpart, this command will print diff patches -of files for packages published to the npm registry. - -* `npm diff --diff=<spec-a> --diff=<spec-b>` - - Compares two package versions using their registry specifiers, e.g: - `npm diff --diff=pkg@1.0.0 --diff=pkg@^2.0.0`. It's also possible to - compare across forks of any package, - e.g: `npm diff --diff=pkg@1.0.0 --diff=pkg-fork@1.0.0`. - - Any valid spec can be used, so that it's also possible to compare - directories or git repositories, - e.g: `npm diff --diff=pkg@latest --diff=./packages/pkg` - - Here's an example comparing two different versions of a package named - `abbrev` from the registry: - - ```bash - npm diff --diff=abbrev@1.1.0 --diff=abbrev@1.1.1 - ``` - - On success, output looks like: - - ```bash - diff --git a/package.json b/package.json - index v1.1.0..v1.1.1 100644 - --- a/package.json - +++ b/package.json - @@ -1,6 +1,6 @@ - { - "name": "abbrev", - - "version": "1.1.0", - + "version": "1.1.1", - "description": "Like ruby's abbrev module, but in js", - "author": "Isaac Z. Schlueter <i@izs.me>", - "main": "abbrev.js", - ``` - - Given the flexible nature of npm specs, you can also target local - directories or git repos just like when using `npm install`: - - ```bash - npm diff --diff=https://github.com/npm/libnpmdiff --diff=./local-path - ``` - - In the example above we can compare the contents from the package installed - from the git repo at `github.com/npm/libnpmdiff` with the contents of the - `./local-path` that contains a valid package, such as a modified copy of - the original. - -* `npm diff` (in a package directory, no arguments): - - If the package is published to the registry, `npm diff` will fetch the - tarball version tagged as `latest` (this value can be configured using the - `tag` option) and proceed to compare the contents of files present in that - tarball, with the current files in your local file system. - - This workflow provides a handy way for package authors to see what - package-tracked files have been changed in comparison with the latest - published version of that package. - -* `npm diff --diff=<pkg-name>` (in a package directory): - - When using a single package name (with no version or tag specifier) as an - argument, `npm diff` will work in a similar way to - [`npm-outdated`](npm-outdated) and reach for the registry to figure out - what current published version of the package named `<pkg-name>` - will satisfy its dependent declared semver-range. Once that specific - version is known `npm diff` will print diff patches comparing the - current version of `<pkg-name>` found in the local file system with - that specific version returned by the registry. - - Given a package named `abbrev` that is currently installed: - - ```bash - npm diff --diff=abbrev - ``` - - That will request from the registry its most up to date version and - will print a diff output comparing the currently installed version to this - newer one if the version numbers are not the same. - -* `npm diff --diff=<spec-a>` (in a package directory): - - Similar to using only a single package name, it's also possible to declare - a full registry specifier version if you wish to compare the local version - of an installed package with the specific version/tag/semver-range provided - in `<spec-a>`. - - An example: assuming `pkg@1.0.0` is installed in the current `node_modules` - folder, running: - - ```bash - npm diff --diff=pkg@2.0.0 - ``` - - It will effectively be an alias to - `npm diff --diff=pkg@1.0.0 --diff=pkg@2.0.0`. - -* `npm diff --diff=<semver-a> [--diff=<semver-b>]` (in a package directory): - - Using `npm diff` along with semver-valid version numbers is a shorthand - to compare different versions of the current package. - - It needs to be run from a package directory, such that for a package named - `pkg` running `npm diff --diff=1.0.0 --diff=1.0.1` is the same as running - `npm diff --diff=pkg@1.0.0 --diff=pkg@1.0.1`. - - If only a single argument `<version-a>` is provided, then the current local - file system is going to be compared against that version. - - Here's an example comparing two specific versions (published to the - configured registry) of the current project directory: - - ```bash - npm diff --diff=1.0.0 --diff=1.1.0 - ``` - -Note that tag names are not valid `--diff` argument values, if you wish to -compare to a published tag, you must use the `pkg@tagname` syntax. - -#### Filtering files - -It's possible to also specify positional arguments using file names or globs -pattern matching in order to limit the result of diff patches to only a subset -of files for a given package, e.g: - - ```bash - npm diff --diff=pkg@2 ./lib/ CHANGELOG.md - ``` - -In the example above the diff output is only going to print contents of files -located within the folder `./lib/` and changed lines of code within the -`CHANGELOG.md` file. - -### Configuration - -#### `diff` - -* Default: -* Type: String (can be set multiple times) - -Define arguments to compare in `npm diff`. - -#### `diff-name-only` - -* Default: false -* Type: Boolean - -Prints only filenames when using `npm diff`. - -#### `diff-unified` - -* Default: 3 -* Type: Number - -The number of lines of context to print in `npm diff`. - -#### `diff-ignore-all-space` - -* Default: false -* Type: Boolean - -Ignore whitespace when comparing lines in `npm diff`. - -#### `diff-no-prefix` - -* Default: false -* Type: Boolean - -Do not show any source or destination prefix in `npm diff` output. - -Note: this causes `npm diff` to ignore the `--diff-src-prefix` and -`--diff-dst-prefix` configs. - -#### `diff-src-prefix` - -* Default: "a/" -* Type: String - -Source prefix to be used in `npm diff` output. - -#### `diff-dst-prefix` - -* Default: "b/" -* Type: String - -Destination prefix to be used in `npm diff` output. - -#### `diff-text` - -* Default: false -* Type: Boolean - -Treat all files as text in `npm diff`. - -#### `global` - -* Default: false -* Type: Boolean - -Operates in "global" mode, so that packages are installed into the `prefix` -folder instead of the current working directory. See -[folders](/configuring-npm/folders) for more on the differences in behavior. - -* packages are installed into the `{prefix}/lib/node_modules` folder, instead - of the current working directory. -* bin files are linked to `{prefix}/bin` -* man pages are linked to `{prefix}/share/man` - -#### `tag` - -* Default: "latest" -* Type: String - -If you ask npm to install a package and don't tell it a specific version, -then it will install the specified tag. - -Also the tag that is added to the package@version specified by the `npm tag` -command, if no explicit tag is given. - -When used by the `npm diff` command, this is the tag used to fetch the -tarball that will be compared with the local files by default. - -#### `workspace` - -* Default: -* Type: String (can be set multiple times) - -Enable running a command in the context of the configured workspaces of the -current project while filtering by running only the workspaces defined by -this configuration option. - -Valid values for the `workspace` config are either: - -* Workspace names -* Path to a workspace directory -* Path to a parent workspace directory (will result in selecting all - workspaces within that folder) - -When set for the `npm init` command, this may be set to the folder of a -workspace which does not yet exist, to create the folder and set it up as a -brand new workspace within the project. - -This value is not exported to the environment for child processes. - -#### `workspaces` - -* Default: null -* Type: null or Boolean - -Set to true to run the command in the context of **all** configured -workspaces. - -Explicitly setting this to false will cause commands like `install` to -ignore workspaces altogether. When not set explicitly: - -- Commands that operate on the `node_modules` tree (install, update, etc.) -will link workspaces into the `node_modules` folder. - Commands that do -other things (test, exec, publish, etc.) will operate on the root project, -_unless_ one or more workspaces are specified in the `workspace` config. - -This value is not exported to the environment for child processes. - -#### `include-workspace-root` - -* Default: false -* Type: Boolean - -Include the workspace root when workspaces are enabled for a command. - -When false, specifying individual workspaces via the `workspace` config, or -all workspaces via the `workspaces` flag, will cause npm to operate only on -the specified workspaces, and not on the root project. - -This value is not exported to the environment for child processes. -## See Also - -* [npm outdated](/commands/npm-outdated) -* [npm install](/commands/npm-install) -* [npm config](/commands/npm-config) -* [npm registry](/using-npm/registry) diff --git a/software/flow/node_modules/npm/docs/content/commands/npm-dist-tag.md b/software/flow/node_modules/npm/docs/content/commands/npm-dist-tag.md deleted file mode 100644 index 609da16..0000000 --- a/software/flow/node_modules/npm/docs/content/commands/npm-dist-tag.md +++ /dev/null @@ -1,154 +0,0 @@ ---- -title: npm-dist-tag -section: 1 -description: Modify package distribution tags ---- - -### Synopsis - -```bash -npm dist-tag add <package-spec (with version)> [<tag>] -npm dist-tag rm <package-spec> <tag> -npm dist-tag ls [<package-spec>] - -alias: dist-tags -``` - -### Description - -Add, remove, and enumerate distribution tags on a package: - -* add: Tags the specified version of the package with the specified tag, - or the [`--tag` config](/using-npm/config#tag) if not specified. If you have - two-factor authentication on auth-and-writes then you’ll need to include a - one-time password on the command line with - `--otp <one-time password>`, or go through a second factor flow based on your `authtype`. - -* rm: Clear a tag that is no longer in use from the package. If you have - two-factor authentication on auth-and-writes then you’ll need to include - a one-time password on the command line with `--otp <one-time password>`, - or go through a second factor flow based on your `authtype` - -* ls: Show all of the dist-tags for a package, defaulting to the package in - the current prefix. This is the default action if none is specified. - -A tag can be used when installing packages as a reference to a version instead -of using a specific version number: - -```bash -npm install <name>@<tag> -``` - -When installing dependencies, a preferred tagged version may be specified: - -```bash -npm install --tag <tag> -``` - -(This also applies to any other commands that resolve and install -dependencies, such as `npm dedupe`, `npm update`, and `npm audit fix`.) - -Publishing a package sets the `latest` tag to the published version unless the -`--tag` option is used. For example, `npm publish --tag=beta`. - -By default, `npm install <pkg>` (without any `@<version>` or `@<tag>` -specifier) installs the `latest` tag. - -### Purpose - -Tags can be used to provide an alias instead of version numbers. - -For example, a project might choose to have multiple streams of development -and use a different tag for each stream, e.g., `stable`, `beta`, `dev`, -`canary`. - -By default, the `latest` tag is used by npm to identify the current version -of a package, and `npm install <pkg>` (without any `@<version>` or `@<tag>` -specifier) installs the `latest` tag. Typically, projects only use the -`latest` tag for stable release versions, and use other tags for unstable -versions such as prereleases. - -The `next` tag is used by some projects to identify the upcoming version. - -Other than `latest`, no tag has any special significance to npm itself. - -### Caveats - -This command used to be known as `npm tag`, which only created new tags, -and so had a different syntax. - -Tags must share a namespace with version numbers, because they are -specified in the same slot: `npm install <pkg>@<version>` vs -`npm install <pkg>@<tag>`. - -Tags that can be interpreted as valid semver ranges will be rejected. For -example, `v1.4` cannot be used as a tag, because it is interpreted by -semver as `>=1.4.0 <1.5.0`. See <https://github.com/npm/npm/issues/6082>. - -The simplest way to avoid semver problems with tags is to use tags that do -not begin with a number or the letter `v`. - -### Configuration - -#### `workspace` - -* Default: -* Type: String (can be set multiple times) - -Enable running a command in the context of the configured workspaces of the -current project while filtering by running only the workspaces defined by -this configuration option. - -Valid values for the `workspace` config are either: - -* Workspace names -* Path to a workspace directory -* Path to a parent workspace directory (will result in selecting all - workspaces within that folder) - -When set for the `npm init` command, this may be set to the folder of a -workspace which does not yet exist, to create the folder and set it up as a -brand new workspace within the project. - -This value is not exported to the environment for child processes. - -#### `workspaces` - -* Default: null -* Type: null or Boolean - -Set to true to run the command in the context of **all** configured -workspaces. - -Explicitly setting this to false will cause commands like `install` to -ignore workspaces altogether. When not set explicitly: - -- Commands that operate on the `node_modules` tree (install, update, etc.) -will link workspaces into the `node_modules` folder. - Commands that do -other things (test, exec, publish, etc.) will operate on the root project, -_unless_ one or more workspaces are specified in the `workspace` config. - -This value is not exported to the environment for child processes. - -#### `include-workspace-root` - -* Default: false -* Type: Boolean - -Include the workspace root when workspaces are enabled for a command. - -When false, specifying individual workspaces via the `workspace` config, or -all workspaces via the `workspaces` flag, will cause npm to operate only on -the specified workspaces, and not on the root project. - -This value is not exported to the environment for child processes. - -### See Also - -* [package spec](/using-npm/package-spec) -* [npm publish](/commands/npm-publish) -* [npm install](/commands/npm-install) -* [npm dedupe](/commands/npm-dedupe) -* [npm registry](/using-npm/registry) -* [npm config](/commands/npm-config) -* [npmrc](/configuring-npm/npmrc) diff --git a/software/flow/node_modules/npm/docs/content/commands/npm-docs.md b/software/flow/node_modules/npm/docs/content/commands/npm-docs.md deleted file mode 100644 index 027a101..0000000 --- a/software/flow/node_modules/npm/docs/content/commands/npm-docs.md +++ /dev/null @@ -1,104 +0,0 @@ ---- -title: npm-docs -section: 1 -description: Open documentation for a package in a web browser ---- - -### Synopsis - -```bash -npm docs [<pkgname> [<pkgname> ...]] - -alias: home -``` - -### Description - -This command tries to guess at the likely location of a package's -documentation URL, and then tries to open it using the -[`--browser` config](/using-npm/config#browser) param. You can pass multiple -package names at once. If no package name is provided, it will search for a -`package.json` in the current folder and use the `name` property. - -### Configuration - -#### `browser` - -* Default: OS X: `"open"`, Windows: `"start"`, Others: `"xdg-open"` -* Type: null, Boolean, or String - -The browser that is called by npm commands to open websites. - -Set to `false` to suppress browser behavior and instead print urls to -terminal. - -Set to `true` to use default system URL opener. - -#### `registry` - -* Default: "https://registry.npmjs.org/" -* Type: URL - -The base URL of the npm registry. - -#### `workspace` - -* Default: -* Type: String (can be set multiple times) - -Enable running a command in the context of the configured workspaces of the -current project while filtering by running only the workspaces defined by -this configuration option. - -Valid values for the `workspace` config are either: - -* Workspace names -* Path to a workspace directory -* Path to a parent workspace directory (will result in selecting all - workspaces within that folder) - -When set for the `npm init` command, this may be set to the folder of a -workspace which does not yet exist, to create the folder and set it up as a -brand new workspace within the project. - -This value is not exported to the environment for child processes. - -#### `workspaces` - -* Default: null -* Type: null or Boolean - -Set to true to run the command in the context of **all** configured -workspaces. - -Explicitly setting this to false will cause commands like `install` to -ignore workspaces altogether. When not set explicitly: - -- Commands that operate on the `node_modules` tree (install, update, etc.) -will link workspaces into the `node_modules` folder. - Commands that do -other things (test, exec, publish, etc.) will operate on the root project, -_unless_ one or more workspaces are specified in the `workspace` config. - -This value is not exported to the environment for child processes. - -#### `include-workspace-root` - -* Default: false -* Type: Boolean - -Include the workspace root when workspaces are enabled for a command. - -When false, specifying individual workspaces via the `workspace` config, or -all workspaces via the `workspaces` flag, will cause npm to operate only on -the specified workspaces, and not on the root project. - -This value is not exported to the environment for child processes. - -### See Also - -* [npm view](/commands/npm-view) -* [npm publish](/commands/npm-publish) -* [npm registry](/using-npm/registry) -* [npm config](/commands/npm-config) -* [npmrc](/configuring-npm/npmrc) -* [package.json](/configuring-npm/package-json) diff --git a/software/flow/node_modules/npm/docs/content/commands/npm-doctor.md b/software/flow/node_modules/npm/docs/content/commands/npm-doctor.md deleted file mode 100644 index bd399ce..0000000 --- a/software/flow/node_modules/npm/docs/content/commands/npm-doctor.md +++ /dev/null @@ -1,120 +0,0 @@ ---- -title: npm-doctor -section: 1 -description: Check your npm environment ---- - -### Synopsis - -```bash -npm doctor [ping] [registry] [versions] [environment] [permissions] [cache] -``` - -Note: This command is unaware of workspaces. - -### Description - -`npm doctor` runs a set of checks to ensure that your npm installation has -what it needs to manage your JavaScript packages. npm is mostly a -standalone tool, but it does have some basic requirements that must be met: - -+ Node.js and git must be executable by npm. -+ The primary npm registry, `registry.npmjs.com`, or another service that - uses the registry API, is available. -+ The directories that npm uses, `node_modules` (both locally and - globally), exist and can be written by the current user. -+ The npm cache exists, and the package tarballs within it aren't corrupt. - -Without all of these working properly, npm may not work properly. Many -issues are often attributable to things that are outside npm's code base, -so `npm doctor` confirms that the npm installation is in a good state. - -Also, in addition to this, there are also very many issue reports due to -using old versions of npm. Since npm is constantly improving, running -`npm@latest` is better than an old version. - -`npm doctor` verifies the following items in your environment, and if -there are any recommended changes, it will display them. By default npm -runs all of these checks. You can limit what checks are ran by -specifying them as extra arguments. - -#### `npm ping` - -By default, npm installs from the primary npm registry, -`registry.npmjs.org`. `npm doctor` hits a special ping endpoint within the -registry. This can also be checked with `npm ping`. If this check fails, -you may be using a proxy that needs to be configured, or may need to talk -to your IT staff to get access over HTTPS to `registry.npmjs.org`. - -This check is done against whichever registry you've configured (you can -see what that is by running `npm config get registry`), and if you're using -a private registry that doesn't support the `/whoami` endpoint supported by -the primary registry, this check may fail. - -#### `npm -v` - -While Node.js may come bundled with a particular version of npm, it's the -policy of the CLI team that we recommend all users run `npm@latest` if they -can. As the CLI is maintained by a small team of contributors, there are -only resources for a single line of development, so npm's own long-term -support releases typically only receive critical security and regression -fixes. The team believes that the latest tested version of npm is almost -always likely to be the most functional and defect-free version of npm. - -#### `node -v` - -For most users, in most circumstances, the best version of Node will be the -latest long-term support (LTS) release. Those of you who want access to new -ECMAscript features or bleeding-edge changes to Node's standard library may -be running a newer version, and some may be required to run an older -version of Node because of enterprise change control policies. That's OK! -But in general, the npm team recommends that most users run Node.js LTS. - -#### `npm config get registry` - -You may be installing from private package registries for your project or -company. That's great! Others may be following tutorials or StackOverflow -questions in an effort to troubleshoot problems you may be having. -Sometimes, this may entail changing the registry you're pointing at. This -part of `npm doctor` just lets you, and maybe whoever's helping you with -support, know that you're not using the default registry. - -#### `which git` - -While it's documented in the README, it may not be obvious that npm needs -Git installed to do many of the things that it does. Also, in some cases -– especially on Windows – you may have Git set up in such a way that it's -not accessible via your `PATH` so that npm can find it. This check ensures -that Git is available. - -#### Permissions checks - -* Your cache must be readable and writable by the user running npm. -* Global package binaries must be writable by the user running npm. -* Your local `node_modules` path, if you're running `npm doctor` with a - project directory, must be readable and writable by the user running npm. - -#### Validate the checksums of cached packages - -When an npm package is published, the publishing process generates a -checksum that npm uses at install time to verify that the package didn't -get corrupted in transit. `npm doctor` uses these checksums to validate the -package tarballs in your local cache (you can see where that cache is -located with `npm config get cache`). In the event that there are corrupt -packages in your cache, you should probably run `npm cache clean -f` and -reset the cache. - -### Configuration - -#### `registry` - -* Default: "https://registry.npmjs.org/" -* Type: URL - -The base URL of the npm registry. - -### See Also - -* [npm bugs](/commands/npm-bugs) -* [npm help](/commands/npm-help) -* [npm ping](/commands/npm-ping) diff --git a/software/flow/node_modules/npm/docs/content/commands/npm-edit.md b/software/flow/node_modules/npm/docs/content/commands/npm-edit.md deleted file mode 100644 index 04a4d15..0000000 --- a/software/flow/node_modules/npm/docs/content/commands/npm-edit.md +++ /dev/null @@ -1,44 +0,0 @@ ---- -title: npm-edit -section: 1 -description: Edit an installed package ---- - -### Synopsis - -```bash -npm edit <pkg>[/<subpkg>...] -``` - -Note: This command is unaware of workspaces. - -### Description - -Selects a dependency in the current project and opens the package folder in -the default editor (or whatever you've configured as the npm `editor` -config -- see [`npm-config`](npm-config).) - -After it has been edited, the package is rebuilt so as to pick up any -changes in compiled packages. - -For instance, you can do `npm install connect` to install connect -into your package, and then `npm edit connect` to make a few -changes to your locally installed copy. - -### Configuration - -#### `editor` - -* Default: The EDITOR or VISUAL environment variables, or - '%SYSTEMROOT%\notepad.exe' on Windows, or 'vi' on Unix systems -* Type: String - -The command to run for `npm edit` and `npm config edit`. - -### See Also - -* [npm folders](/configuring-npm/folders) -* [npm explore](/commands/npm-explore) -* [npm install](/commands/npm-install) -* [npm config](/commands/npm-config) -* [npmrc](/configuring-npm/npmrc) diff --git a/software/flow/node_modules/npm/docs/content/commands/npm-exec.md b/software/flow/node_modules/npm/docs/content/commands/npm-exec.md deleted file mode 100644 index af19ec5..0000000 --- a/software/flow/node_modules/npm/docs/content/commands/npm-exec.md +++ /dev/null @@ -1,363 +0,0 @@ ---- -title: npm-exec -section: 1 -description: Run a command from a local or remote npm package ---- - -### Synopsis - -```bash -npm exec -- <pkg>[@<version>] [args...] -npm exec --package=<pkg>[@<version>] -- <cmd> [args...] -npm exec -c '<cmd> [args...]' -npm exec --package=foo -c '<cmd> [args...]' - -alias: x -``` - -### Description - -This command allows you to run an arbitrary command from an npm package -(either one installed locally, or fetched remotely), in a similar context -as running it via `npm run`. - -Run without positional arguments or `--call`, this allows you to -interactively run commands in the same sort of shell environment that -`package.json` scripts are run. Interactive mode is not supported in CI -environments when standard input is a TTY, to prevent hangs. - -Whatever packages are specified by the `--package` option will be -provided in the `PATH` of the executed command, along with any locally -installed package executables. The `--package` option may be -specified multiple times, to execute the supplied command in an environment -where all specified packages are available. - -If any requested packages are not present in the local project -dependencies, then a prompt is printed, which can be suppressed by -providing either `--yes` or `--no`. When standard input is not a TTY or a -CI environment is detected, `--yes` is assumed. The requested packages are -installed to a folder in the npm cache, which is added to the `PATH` -environment variable in the executed process. - -Package names provided without a specifier will be matched with whatever -version exists in the local project. Package names with a specifier will -only be considered a match if they have the exact same name and version as -the local dependency. - -If no `-c` or `--call` option is provided, then the positional arguments -are used to generate the command string. If no `--package` options -are provided, then npm will attempt to determine the executable name from -the package specifier provided as the first positional argument according -to the following heuristic: - -- If the package has a single entry in its `bin` field in `package.json`, - or if all entries are aliases of the same command, then that command - will be used. -- If the package has multiple `bin` entries, and one of them matches the - unscoped portion of the `name` field, then that command will be used. -- If this does not result in exactly one option (either because there are - no bin entries, or none of them match the `name` of the package), then - `npm exec` exits with an error. - -To run a binary _other than_ the named binary, specify one or more -`--package` options, which will prevent npm from inferring the package from -the first command argument. - -### `npx` vs `npm exec` - -When run via the `npx` binary, all flags and options *must* be set prior to -any positional arguments. When run via `npm exec`, a double-hyphen `--` -flag can be used to suppress npm's parsing of switches and options that -should be sent to the executed command. - -For example: - -``` -$ npx foo@latest bar --package=@npmcli/foo -``` - -In this case, npm will resolve the `foo` package name, and run the -following command: - -``` -$ foo bar --package=@npmcli/foo -``` - -Since the `--package` option comes _after_ the positional arguments, it is -treated as an argument to the executed command. - -In contrast, due to npm's argument parsing logic, running this command is -different: - -``` -$ npm exec foo@latest bar --package=@npmcli/foo -``` - -In this case, npm will parse the `--package` option first, resolving the -`@npmcli/foo` package. Then, it will execute the following command in that -context: - -``` -$ foo@latest bar -``` - -The double-hyphen character is recommended to explicitly tell npm to stop -parsing command line options and switches. The following command would -thus be equivalent to the `npx` command above: - -``` -$ npm exec -- foo@latest bar --package=@npmcli/foo -``` - -### Configuration - -#### `package` - -* Default: -* Type: String (can be set multiple times) - -The package or packages to install for [`npm exec`](/commands/npm-exec) - -#### `call` - -* Default: "" -* Type: String - -Optional companion option for `npm exec`, `npx` that allows for specifying a -custom command to be run along with the installed packages. - -```bash -npm exec --package yo --package generator-node --call "yo node" -``` - - -#### `workspace` - -* Default: -* Type: String (can be set multiple times) - -Enable running a command in the context of the configured workspaces of the -current project while filtering by running only the workspaces defined by -this configuration option. - -Valid values for the `workspace` config are either: - -* Workspace names -* Path to a workspace directory -* Path to a parent workspace directory (will result in selecting all - workspaces within that folder) - -When set for the `npm init` command, this may be set to the folder of a -workspace which does not yet exist, to create the folder and set it up as a -brand new workspace within the project. - -This value is not exported to the environment for child processes. - -#### `workspaces` - -* Default: null -* Type: null or Boolean - -Set to true to run the command in the context of **all** configured -workspaces. - -Explicitly setting this to false will cause commands like `install` to -ignore workspaces altogether. When not set explicitly: - -- Commands that operate on the `node_modules` tree (install, update, etc.) -will link workspaces into the `node_modules` folder. - Commands that do -other things (test, exec, publish, etc.) will operate on the root project, -_unless_ one or more workspaces are specified in the `workspace` config. - -This value is not exported to the environment for child processes. - -#### `include-workspace-root` - -* Default: false -* Type: Boolean - -Include the workspace root when workspaces are enabled for a command. - -When false, specifying individual workspaces via the `workspace` config, or -all workspaces via the `workspaces` flag, will cause npm to operate only on -the specified workspaces, and not on the root project. - -This value is not exported to the environment for child processes. - -### Examples - -Run the version of `tap` in the local dependencies, with the provided -arguments: - -``` -$ npm exec -- tap --bail test/foo.js -$ npx tap --bail test/foo.js -``` - -Run a command _other than_ the command whose name matches the package name -by specifying a `--package` option: - -``` -$ npm exec --package=foo -- bar --bar-argument -# ~ or ~ -$ npx --package=foo bar --bar-argument -``` - -Run an arbitrary shell script, in the context of the current project: - -``` -$ npm x -c 'eslint && say "hooray, lint passed"' -$ npx -c 'eslint && say "hooray, lint passed"' -``` - -### Workspaces support - -You may use the [`workspace`](/using-npm/config#workspace) or -[`workspaces`](/using-npm/config#workspaces) configs in order to run an -arbitrary command from an npm package (either one installed locally, or fetched -remotely) in the context of the specified workspaces. -If no positional argument or `--call` option is provided, it will open an -interactive subshell in the context of each of these configured workspaces one -at a time. - -Given a project with configured workspaces, e.g: - -``` -. -+-- package.json -`-- packages - +-- a - | `-- package.json - +-- b - | `-- package.json - `-- c - `-- package.json -``` - -Assuming the workspace configuration is properly set up at the root level -`package.json` file. e.g: - -``` -{ - "workspaces": [ "./packages/*" ] -} -``` - -You can execute an arbitrary command from a package in the context of each of -the configured workspaces when using the -[`workspaces` config options](/using-npm/config#workspace), in this example -we're using **eslint** to lint any js file found within each workspace folder: - -``` -npm exec --ws -- eslint ./*.js -``` - -#### Filtering workspaces - -It's also possible to execute a command in a single workspace using the -`workspace` config along with a name or directory path: - -``` -npm exec --workspace=a -- eslint ./*.js -``` - -The `workspace` config can also be specified multiple times in order to run a -specific script in the context of multiple workspaces. When defining values for -the `workspace` config in the command line, it also possible to use `-w` as a -shorthand, e.g: - -``` -npm exec -w a -w b -- eslint ./*.js -``` - -This last command will run the `eslint` command in both `./packages/a` and -`./packages/b` folders. - -### Compatibility with Older npx Versions - -The `npx` binary was rewritten in npm v7.0.0, and the standalone `npx` -package deprecated at that time. `npx` uses the `npm exec` -command instead of a separate argument parser and install process, with -some affordances to maintain backwards compatibility with the arguments it -accepted in previous versions. - -This resulted in some shifts in its functionality: - -- Any `npm` config value may be provided. -- To prevent security and user-experience problems from mistyping package - names, `npx` prompts before installing anything. Suppress this - prompt with the `-y` or `--yes` option. -- The `--no-install` option is deprecated, and will be converted to `--no`. -- Shell fallback functionality is removed, as it is not advisable. -- The `-p` argument is a shorthand for `--parseable` in npm, but shorthand - for `--package` in npx. This is maintained, but only for the `npx` - executable. -- The `--ignore-existing` option is removed. Locally installed bins are - always present in the executed process `PATH`. -- The `--npm` option is removed. `npx` will always use the `npm` it ships - with. -- The `--node-arg` and `-n` options are removed. -- The `--always-spawn` option is redundant, and thus removed. -- The `--shell` option is replaced with `--script-shell`, but maintained - in the `npx` executable for backwards compatibility. - -### A note on caching - -The npm cli utilizes its internal package cache when using the package -name specified. You can use the following to change how and when the -cli uses this cache. See [`npm cache`](/commands/npm-cache) for more on -how the cache works. - -#### prefer-online - -Forces staleness checks for packages, making the cli look for updates -immediately even if the package is already in the cache. - -#### prefer-offline - -Bypasses staleness checks for packages. Missing data will still be -requested from the server. To force full offline mode, use `offline`. - -#### offline - -Forces full offline mode. Any packages not locally cached will result in -an error. - -#### workspace - -* Default: -* Type: String (can be set multiple times) - -Enable running a command in the context of the configured workspaces of the -current project while filtering by running only the workspaces defined by -this configuration option. - -Valid values for the `workspace` config are either: - -* Workspace names -* Path to a workspace directory -* Path to a parent workspace directory (will result to selecting all of the - nested workspaces) - -This value is not exported to the environment for child processes. - -#### workspaces - -* Alias: `--ws` -* Type: Boolean -* Default: `false` - -Run scripts in the context of all configured workspaces for the current -project. - -### See Also - -* [npm run-script](/commands/npm-run-script) -* [npm scripts](/using-npm/scripts) -* [npm test](/commands/npm-test) -* [npm start](/commands/npm-start) -* [npm restart](/commands/npm-restart) -* [npm stop](/commands/npm-stop) -* [npm config](/commands/npm-config) -* [npm workspaces](/using-npm/workspaces) -* [npx](/commands/npx) diff --git a/software/flow/node_modules/npm/docs/content/commands/npm-explain.md b/software/flow/node_modules/npm/docs/content/commands/npm-explain.md deleted file mode 100644 index 382429a..0000000 --- a/software/flow/node_modules/npm/docs/content/commands/npm-explain.md +++ /dev/null @@ -1,103 +0,0 @@ ---- -title: npm-explain -section: 1 -description: Explain installed packages ---- - -### Synopsis - -```bash -npm explain <package-spec> - -alias: why -``` - -### Description - -This command will print the chain of dependencies causing a given package -to be installed in the current project. - -If one or more package specs are provided, then only packages matching -one of the specifiers will have their relationships explained. - -The package spec can also refer to a folder within `./node_modules` - -For example, running `npm explain glob` within npm's source tree will show: - -```bash -glob@7.1.6 -node_modules/glob - glob@"^7.1.4" from the root project - -glob@7.1.1 dev -node_modules/tacks/node_modules/glob - glob@"^7.0.5" from rimraf@2.6.2 - node_modules/tacks/node_modules/rimraf - rimraf@"^2.6.2" from tacks@1.3.0 - node_modules/tacks - dev tacks@"^1.3.0" from the root project -``` - -To explain just the package residing at a specific folder, pass that as the -argument to the command. This can be useful when trying to figure out -exactly why a given dependency is being duplicated to satisfy conflicting -version requirements within the project. - -```bash -$ npm explain node_modules/nyc/node_modules/find-up -find-up@3.0.0 dev -node_modules/nyc/node_modules/find-up - find-up@"^3.0.0" from nyc@14.1.1 - node_modules/nyc - nyc@"^14.1.1" from tap@14.10.8 - node_modules/tap - dev tap@"^14.10.8" from the root project -``` - -### Configuration -#### `json` - -* Default: false -* Type: Boolean - -Whether or not to output JSON data, rather than the normal output. - -* In `npm pkg set` it enables parsing set values with JSON.parse() before - saving them to your `package.json`. - -Not supported by all npm commands. - -#### `workspace` - -* Default: -* Type: String (can be set multiple times) - -Enable running a command in the context of the configured workspaces of the -current project while filtering by running only the workspaces defined by -this configuration option. - -Valid values for the `workspace` config are either: - -* Workspace names -* Path to a workspace directory -* Path to a parent workspace directory (will result in selecting all - workspaces within that folder) - -When set for the `npm init` command, this may be set to the folder of a -workspace which does not yet exist, to create the folder and set it up as a -brand new workspace within the project. - -This value is not exported to the environment for child processes. - -### See Also - -* [package spec](/using-npm/package-spec) -* [npm config](/commands/npm-config) -* [npmrc](/configuring-npm/npmrc) -* [npm folders](/configuring-npm/folders) -* [npm ls](/commands/npm-ls) -* [npm install](/commands/npm-install) -* [npm link](/commands/npm-link) -* [npm prune](/commands/npm-prune) -* [npm outdated](/commands/npm-outdated) -* [npm update](/commands/npm-update) diff --git a/software/flow/node_modules/npm/docs/content/commands/npm-explore.md b/software/flow/node_modules/npm/docs/content/commands/npm-explore.md deleted file mode 100644 index cc312a0..0000000 --- a/software/flow/node_modules/npm/docs/content/commands/npm-explore.md +++ /dev/null @@ -1,47 +0,0 @@ ---- -title: npm-explore -section: 1 -description: Browse an installed package ---- - -### Synopsis - -```bash -npm explore <pkg> [ -- <command>] -``` - -Note: This command is unaware of workspaces. - -### Description - -Spawn a subshell in the directory of the installed package specified. - -If a command is specified, then it is run in the subshell, which then -immediately terminates. - -This is particularly handy in the case of git submodules in the -`node_modules` folder: - -```bash -npm explore some-dependency -- git pull origin master -``` - -Note that the package is *not* automatically rebuilt afterwards, so be -sure to use `npm rebuild <pkg>` if you make any changes. - -### Configuration - -#### `shell` - -* Default: SHELL environment variable, or "bash" on Posix, or "cmd.exe" on - Windows -* Type: String - -The shell to run for the `npm explore` command. - -### See Also - -* [npm folders](/configuring-npm/folders) -* [npm edit](/commands/npm-edit) -* [npm rebuild](/commands/npm-rebuild) -* [npm install](/commands/npm-install) diff --git a/software/flow/node_modules/npm/docs/content/commands/npm-find-dupes.md b/software/flow/node_modules/npm/docs/content/commands/npm-find-dupes.md deleted file mode 100644 index bfdff61..0000000 --- a/software/flow/node_modules/npm/docs/content/commands/npm-find-dupes.md +++ /dev/null @@ -1,212 +0,0 @@ ---- -title: npm-find-dupes -section: 1 -description: Find duplication in the package tree ---- - -### Synopsis - -```bash -npm find-dupes -``` - -### Description - -Runs `npm dedupe` in `--dry-run` mode, making npm only output the -duplications, without actually changing the package tree. - -### Configuration - -#### `install-strategy` - -* Default: "hoisted" -* Type: "hoisted", "nested", "shallow", or "linked" - -Sets the strategy for installing packages in node_modules. hoisted -(default): Install non-duplicated in top-level, and duplicated as necessary -within directory structure. nested: (formerly --legacy-bundling) install in -place, no hoisting. shallow (formerly --global-style) only install direct -deps at top-level. linked: (experimental) install in node_modules/.store, -link in place, unhoisted. - -#### `legacy-bundling` - -* Default: false -* Type: Boolean -* DEPRECATED: This option has been deprecated in favor of - `--install-strategy=nested` - -Instead of hoisting package installs in `node_modules`, install packages in -the same manner that they are depended on. This may cause very deep -directory structures and duplicate package installs as there is no -de-duplicating. Sets `--install-strategy=nested`. - -#### `global-style` - -* Default: false -* Type: Boolean -* DEPRECATED: This option has been deprecated in favor of - `--install-strategy=shallow` - -Only install direct dependencies in the top level `node_modules`, but hoist -on deeper dependencies. Sets `--install-strategy=shallow`. - -#### `strict-peer-deps` - -* Default: false -* Type: Boolean - -If set to `true`, and `--legacy-peer-deps` is not set, then _any_ -conflicting `peerDependencies` will be treated as an install failure, even -if npm could reasonably guess the appropriate resolution based on non-peer -dependency relationships. - -By default, conflicting `peerDependencies` deep in the dependency graph will -be resolved using the nearest non-peer dependency specification, even if -doing so will result in some packages receiving a peer dependency outside -the range set in their package's `peerDependencies` object. - -When such an override is performed, a warning is printed, explaining the -conflict and the packages involved. If `--strict-peer-deps` is set, then -this warning is treated as a failure. - -#### `package-lock` - -* Default: true -* Type: Boolean - -If set to false, then ignore `package-lock.json` files when installing. This -will also prevent _writing_ `package-lock.json` if `save` is true. - -This configuration does not affect `npm ci`. - -#### `omit` - -* Default: 'dev' if the `NODE_ENV` environment variable is set to - 'production', otherwise empty. -* Type: "dev", "optional", or "peer" (can be set multiple times) - -Dependency types to omit from the installation tree on disk. - -Note that these dependencies _are_ still resolved and added to the -`package-lock.json` or `npm-shrinkwrap.json` file. They are just not -physically installed on disk. - -If a package type appears in both the `--include` and `--omit` lists, then -it will be included. - -If the resulting omit list includes `'dev'`, then the `NODE_ENV` environment -variable will be set to `'production'` for all lifecycle scripts. - -#### `ignore-scripts` - -* Default: false -* Type: Boolean - -If true, npm does not run scripts specified in package.json files. - -Note that commands explicitly intended to run a particular script, such as -`npm start`, `npm stop`, `npm restart`, `npm test`, and `npm run-script` -will still run their intended script if `ignore-scripts` is set, but they -will *not* run any pre- or post-scripts. - -#### `audit` - -* Default: true -* Type: Boolean - -When "true" submit audit reports alongside the current npm command to the -default registry and all registries configured for scopes. See the -documentation for [`npm audit`](/commands/npm-audit) for details on what is -submitted. - -#### `bin-links` - -* Default: true -* Type: Boolean - -Tells npm to create symlinks (or `.cmd` shims on Windows) for package -executables. - -Set to false to have it not do this. This can be used to work around the -fact that some file systems don't support symlinks, even on ostensibly Unix -systems. - -#### `fund` - -* Default: true -* Type: Boolean - -When "true" displays the message at the end of each `npm install` -acknowledging the number of dependencies looking for funding. See [`npm -fund`](/commands/npm-fund) for details. - -#### `workspace` - -* Default: -* Type: String (can be set multiple times) - -Enable running a command in the context of the configured workspaces of the -current project while filtering by running only the workspaces defined by -this configuration option. - -Valid values for the `workspace` config are either: - -* Workspace names -* Path to a workspace directory -* Path to a parent workspace directory (will result in selecting all - workspaces within that folder) - -When set for the `npm init` command, this may be set to the folder of a -workspace which does not yet exist, to create the folder and set it up as a -brand new workspace within the project. - -This value is not exported to the environment for child processes. - -#### `workspaces` - -* Default: null -* Type: null or Boolean - -Set to true to run the command in the context of **all** configured -workspaces. - -Explicitly setting this to false will cause commands like `install` to -ignore workspaces altogether. When not set explicitly: - -- Commands that operate on the `node_modules` tree (install, update, etc.) -will link workspaces into the `node_modules` folder. - Commands that do -other things (test, exec, publish, etc.) will operate on the root project, -_unless_ one or more workspaces are specified in the `workspace` config. - -This value is not exported to the environment for child processes. - -#### `include-workspace-root` - -* Default: false -* Type: Boolean - -Include the workspace root when workspaces are enabled for a command. - -When false, specifying individual workspaces via the `workspace` config, or -all workspaces via the `workspaces` flag, will cause npm to operate only on -the specified workspaces, and not on the root project. - -This value is not exported to the environment for child processes. - -#### `install-links` - -* Default: false -* Type: Boolean - -When set file: protocol dependencies will be packed and installed as regular -dependencies instead of creating a symlink. This option has no effect on -workspaces. - -### See Also - -* [npm dedupe](/commands/npm-dedupe) -* [npm ls](/commands/npm-ls) -* [npm update](/commands/npm-update) -* [npm install](/commands/npm-install) - diff --git a/software/flow/node_modules/npm/docs/content/commands/npm-fund.md b/software/flow/node_modules/npm/docs/content/commands/npm-fund.md deleted file mode 100644 index 0db66f4..0000000 --- a/software/flow/node_modules/npm/docs/content/commands/npm-fund.md +++ /dev/null @@ -1,137 +0,0 @@ ---- -title: npm-fund -section: 1 -description: Retrieve funding information ---- - -### Synopsis - -```bash -npm fund [<package-spec>] -``` - -### Description - -This command retrieves information on how to fund the dependencies of a -given project. If no package name is provided, it will list all -dependencies that are looking for funding in a tree structure, listing -the type of funding and the url to visit. If a package name is provided -then it tries to open its funding url using the -[`--browser` config](/using-npm/config#browser) param; if there are multiple -funding sources for the package, the user will be instructed to pass the -`--which` option to disambiguate. - -The list will avoid duplicated entries and will stack all packages that -share the same url as a single entry. Thus, the list does not have the -same shape of the output from `npm ls`. - -#### Example - -### Workspaces support - -It's possible to filter the results to only include a single workspace -and its dependencies using the -[`workspace` config](/using-npm/config#workspace) option. - -#### Example: - -Here's an example running `npm fund` in a project with a configured -workspace `a`: - -```bash -$ npm fund -test-workspaces-fund@1.0.0 -+-- https://example.com/a -| | `-- a@1.0.0 -| `-- https://example.com/maintainer -| `-- foo@1.0.0 -+-- https://example.com/npmcli-funding -| `-- @npmcli/test-funding -`-- https://example.com/org - `-- bar@2.0.0 -``` - -And here is an example of the expected result when filtering only by a -specific workspace `a` in the same project: - -```bash -$ npm fund -w a -test-workspaces-fund@1.0.0 -`-- https://example.com/a - | `-- a@1.0.0 - `-- https://example.com/maintainer - `-- foo@2.0.0 -``` - -### Configuration - -#### `json` - -* Default: false -* Type: Boolean - -Whether or not to output JSON data, rather than the normal output. - -* In `npm pkg set` it enables parsing set values with JSON.parse() before - saving them to your `package.json`. - -Not supported by all npm commands. - -#### `browser` - -* Default: OS X: `"open"`, Windows: `"start"`, Others: `"xdg-open"` -* Type: null, Boolean, or String - -The browser that is called by npm commands to open websites. - -Set to `false` to suppress browser behavior and instead print urls to -terminal. - -Set to `true` to use default system URL opener. - -#### `unicode` - -* Default: false on windows, true on mac/unix systems with a unicode locale, - as defined by the `LC_ALL`, `LC_CTYPE`, or `LANG` environment variables. -* Type: Boolean - -When set to true, npm uses unicode characters in the tree output. When -false, it uses ascii characters instead of unicode glyphs. - -#### `workspace` - -* Default: -* Type: String (can be set multiple times) - -Enable running a command in the context of the configured workspaces of the -current project while filtering by running only the workspaces defined by -this configuration option. - -Valid values for the `workspace` config are either: - -* Workspace names -* Path to a workspace directory -* Path to a parent workspace directory (will result in selecting all - workspaces within that folder) - -When set for the `npm init` command, this may be set to the folder of a -workspace which does not yet exist, to create the folder and set it up as a -brand new workspace within the project. - -This value is not exported to the environment for child processes. - -#### `which` - -* Default: null -* Type: null or Number - -If there are multiple funding sources, which 1-indexed source URL to open. - -## See Also - -* [package spec](/using-npm/package-spec) -* [npm install](/commands/npm-install) -* [npm docs](/commands/npm-docs) -* [npm ls](/commands/npm-ls) -* [npm config](/commands/npm-config) -* [npm workspaces](/using-npm/workspaces) diff --git a/software/flow/node_modules/npm/docs/content/commands/npm-help-search.md b/software/flow/node_modules/npm/docs/content/commands/npm-help-search.md deleted file mode 100644 index d92ea03..0000000 --- a/software/flow/node_modules/npm/docs/content/commands/npm-help-search.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -title: npm-help-search -section: 1 -description: Search npm help documentation ---- - -### Synopsis - -```bash -npm help-search <text> -``` - -Note: This command is unaware of workspaces. - -### Description - -This command will search the npm markdown documentation files for the terms -provided, and then list the results, sorted by relevance. - -If only one result is found, then it will show that help topic. - -If the argument to `npm help` is not a known help topic, then it will call -`help-search`. It is rarely if ever necessary to call this command -directly. - -### Configuration - -#### `long` - -* Default: false -* Type: Boolean - -Show extended information in `ls`, `search`, and `help-search`. - -### See Also - -* [npm](/commands/npm) -* [npm help](/commands/npm-help) diff --git a/software/flow/node_modules/npm/docs/content/commands/npm-help.md b/software/flow/node_modules/npm/docs/content/commands/npm-help.md deleted file mode 100644 index 48af6da..0000000 --- a/software/flow/node_modules/npm/docs/content/commands/npm-help.md +++ /dev/null @@ -1,44 +0,0 @@ ---- -title: npm-help -section: 1 -description: Get help on npm ---- - -### Synopsis - -```bash -npm help <term> [<terms..>] - -alias: hlep -``` - -Note: This command is unaware of workspaces. - -### Description - -If supplied a topic, then show the appropriate documentation page. - -If the topic does not exist, or if multiple terms are provided, then npm -will run the `help-search` command to find a match. Note that, if -`help-search` finds a single subject, then it will run `help` on that -topic, so unique matches are equivalent to specifying a topic name. - -### Configuration - -#### `viewer` - -* Default: "man" on Posix, "browser" on Windows -* Type: String - -The program to use to view help content. - -Set to `"browser"` to view html help content in the default web browser. - -### See Also - -* [npm](/commands/npm) -* [npm folders](/configuring-npm/folders) -* [npm config](/commands/npm-config) -* [npmrc](/configuring-npm/npmrc) -* [package.json](/configuring-npm/package-json) -* [npm help-search](/commands/npm-help-search) diff --git a/software/flow/node_modules/npm/docs/content/commands/npm-hook.md b/software/flow/node_modules/npm/docs/content/commands/npm-hook.md deleted file mode 100644 index 1304512..0000000 --- a/software/flow/node_modules/npm/docs/content/commands/npm-hook.md +++ /dev/null @@ -1,108 +0,0 @@ ---- -title: npm-hook -section: 1 -description: Manage registry hooks ---- - -### Synopsis - -```bash -npm hook add <pkg> <url> <secret> [--type=<type>] -npm hook ls [pkg] -npm hook rm <id> -npm hook update <id> <url> <secret> -``` - -Note: This command is unaware of workspaces. - -### Description - -Allows you to manage [npm -hooks](https://blog.npmjs.org/post/145260155635/introducing-hooks-get-notifications-of-npm), -including adding, removing, listing, and updating. - -Hooks allow you to configure URL endpoints that will be notified whenever a -change happens to any of the supported entity types. Three different types -of entities can be watched by hooks: packages, owners, and scopes. - -To create a package hook, simply reference the package name. - -To create an owner hook, prefix the owner name with `~` (as in, -`~youruser`). - -To create a scope hook, prefix the scope name with `@` (as in, -`@yourscope`). - -The hook `id` used by `update` and `rm` are the IDs listed in `npm hook ls` -for that particular hook. - -The shared secret will be sent along to the URL endpoint so you can verify -the request came from your own configured hook. - -### Example - -Add a hook to watch a package for changes: - -```bash -$ npm hook add lodash https://example.com/ my-shared-secret -``` - -Add a hook to watch packages belonging to the user `substack`: - -```bash -$ npm hook add ~substack https://example.com/ my-shared-secret -``` - -Add a hook to watch packages in the scope `@npm` - -```bash -$ npm hook add @npm https://example.com/ my-shared-secret -``` - -List all your active hooks: - -```bash -$ npm hook ls -``` - -List your active hooks for the `lodash` package: - -```bash -$ npm hook ls lodash -``` - -Update an existing hook's url: - -```bash -$ npm hook update id-deadbeef https://my-new-website.here/ -``` - -Remove a hook: - -```bash -$ npm hook rm id-deadbeef -``` - -### Configuration - -#### `registry` - -* Default: "https://registry.npmjs.org/" -* Type: URL - -The base URL of the npm registry. - -#### `otp` - -* Default: null -* Type: null or String - -This is a one-time password from a two-factor authenticator. It's needed -when publishing or changing package permissions with `npm access`. - -If not set, and a registry response fails with a challenge for a one-time -password, npm will prompt on the command line for one. - -### See Also - -* ["Introducing Hooks" blog post](https://blog.npmjs.org/post/145260155635/introducing-hooks-get-notifications-of-npm) diff --git a/software/flow/node_modules/npm/docs/content/commands/npm-init.md b/software/flow/node_modules/npm/docs/content/commands/npm-init.md deleted file mode 100644 index d8d7ace..0000000 --- a/software/flow/node_modules/npm/docs/content/commands/npm-init.md +++ /dev/null @@ -1,292 +0,0 @@ ---- -title: npm-init -section: 1 -description: Create a package.json file ---- - -### Synopsis - -```bash -npm init <package-spec> (same as `npx <package-spec>`) -npm init <@scope> (same as `npx <@scope>/create`) - -aliases: create, innit -``` - -### Description - -`npm init <initializer>` can be used to set up a new or existing npm -package. - -`initializer` in this case is an npm package named `create-<initializer>`, -which will be installed by [`npm-exec`](/commands/npm-exec), and then have its -main bin executed -- presumably creating or updating `package.json` and -running any other initialization-related operations. - -The init command is transformed to a corresponding `npm exec` operation as -follows: - -* `npm init foo` -> `npm exec create-foo` -* `npm init @usr/foo` -> `npm exec @usr/create-foo` -* `npm init @usr` -> `npm exec @usr/create` -* `npm init @usr@2.0.0` -> `npm exec @usr/create@2.0.0` -* `npm init @usr/foo@2.0.0` -> `npm exec @usr/create-foo@2.0.0` - -If the initializer is omitted (by just calling `npm init`), init will fall -back to legacy init behavior. It will ask you a bunch of questions, and -then write a package.json for you. It will attempt to make reasonable -guesses based on existing fields, dependencies, and options selected. It is -strictly additive, so it will keep any fields and values that were already -set. You can also use `-y`/`--yes` to skip the questionnaire altogether. If -you pass `--scope`, it will create a scoped package. - -*Note:* if a user already has the `create-<initializer>` package -globally installed, that will be what `npm init` uses. If you want npm -to use the latest version, or another specific version you must specify -it: - -* `npm init foo@latest` # fetches and runs the latest `create-foo` from - the registry -* `npm init foo@1.2.3` # runs `create-foo@1.2.3` specifically - -#### Forwarding additional options - -Any additional options will be passed directly to the command, so `npm init -foo -- --hello` will map to `npm exec -- create-foo --hello`. - -To better illustrate how options are forwarded, here's a more evolved -example showing options passed to both the **npm cli** and a create package, -both following commands are equivalent: - -- `npm init foo -y --registry=<url> -- --hello -a` -- `npm exec -y --registry=<url> -- create-foo --hello -a` - -### Examples - -Create a new React-based project using -[`create-react-app`](https://npm.im/create-react-app): - -```bash -$ npm init react-app ./my-react-app -``` - -Create a new `esm`-compatible package using -[`create-esm`](https://npm.im/create-esm): - -```bash -$ mkdir my-esm-lib && cd my-esm-lib -$ npm init esm --yes -``` - -Generate a plain old package.json using legacy init: - -```bash -$ mkdir my-npm-pkg && cd my-npm-pkg -$ git init -$ npm init -``` - -Generate it without having it ask any questions: - -```bash -$ npm init -y -``` - -### Workspaces support - -It's possible to create a new workspace within your project by using the -`workspace` config option. When using `npm init -w <dir>` the cli will -create the folders and boilerplate expected while also adding a reference -to your project `package.json` `"workspaces": []` property in order to make -sure that new generated **workspace** is properly set up as such. - -Given a project with no workspaces, e.g: - -``` -. -+-- package.json -``` - -You may generate a new workspace using the legacy init: - -```bash -$ npm init -w packages/a -``` - -That will generate a new folder and `package.json` file, while also updating -your top-level `package.json` to add the reference to this new workspace: - -``` -. -+-- package.json -`-- packages - `-- a - `-- package.json -``` - -The workspaces init also supports the `npm init <initializer> -w <dir>` -syntax, following the same set of rules explained earlier in the initial -**Description** section of this page. Similar to the previous example of -creating a new React-based project using -[`create-react-app`](https://npm.im/create-react-app), the following syntax -will make sure to create the new react app as a nested **workspace** within your -project and configure your `package.json` to recognize it as such: - -```bash -npm init -w packages/my-react-app react-app . -``` - -This will make sure to generate your react app as expected, one important -consideration to have in mind is that `npm exec` is going to be run in the -context of the newly created folder for that workspace, and that's the reason -why in this example the initializer uses the initializer name followed with a -dot to represent the current directory in that context, e.g: `react-app .`: - -``` -. -+-- package.json -`-- packages - +-- a - | `-- package.json - `-- my-react-app - +-- README - +-- package.json - `-- ... -``` - -### Configuration - -#### `yes` - -* Default: null -* Type: null or Boolean - -Automatically answer "yes" to any prompts that npm might print on the -command line. - -#### `force` - -* Default: false -* Type: Boolean - -Removes various protections against unfortunate side effects, common -mistakes, unnecessary performance degradation, and malicious input. - -* Allow clobbering non-npm files in global installs. -* Allow the `npm version` command to work on an unclean git repository. -* Allow deleting the cache folder with `npm cache clean`. -* Allow installing packages that have an `engines` declaration requiring a - different version of npm. -* Allow installing packages that have an `engines` declaration requiring a - different version of `node`, even if `--engine-strict` is enabled. -* Allow `npm audit fix` to install modules outside your stated dependency - range (including SemVer-major changes). -* Allow unpublishing all versions of a published package. -* Allow conflicting peerDependencies to be installed in the root project. -* Implicitly set `--yes` during `npm init`. -* Allow clobbering existing values in `npm pkg` -* Allow unpublishing of entire packages (not just a single version). - -If you don't have a clear idea of what you want to do, it is strongly -recommended that you do not use this option! - -#### `scope` - -* Default: the scope of the current project, if any, or "" -* Type: String - -Associate an operation with a scope for a scoped registry. - -Useful when logging in to or out of a private registry: - -``` -# log in, linking the scope to the custom registry -npm login --scope=@mycorp --registry=https://registry.mycorp.com - -# log out, removing the link and the auth token -npm logout --scope=@mycorp -``` - -This will cause `@mycorp` to be mapped to the registry for future -installation of packages specified according to the pattern -`@mycorp/package`. - -This will also cause `npm init` to create a scoped package. - -``` -# accept all defaults, and create a package named "@foo/whatever", -# instead of just named "whatever" -npm init --scope=@foo --yes -``` - - -#### `workspace` - -* Default: -* Type: String (can be set multiple times) - -Enable running a command in the context of the configured workspaces of the -current project while filtering by running only the workspaces defined by -this configuration option. - -Valid values for the `workspace` config are either: - -* Workspace names -* Path to a workspace directory -* Path to a parent workspace directory (will result in selecting all - workspaces within that folder) - -When set for the `npm init` command, this may be set to the folder of a -workspace which does not yet exist, to create the folder and set it up as a -brand new workspace within the project. - -This value is not exported to the environment for child processes. - -#### `workspaces` - -* Default: null -* Type: null or Boolean - -Set to true to run the command in the context of **all** configured -workspaces. - -Explicitly setting this to false will cause commands like `install` to -ignore workspaces altogether. When not set explicitly: - -- Commands that operate on the `node_modules` tree (install, update, etc.) -will link workspaces into the `node_modules` folder. - Commands that do -other things (test, exec, publish, etc.) will operate on the root project, -_unless_ one or more workspaces are specified in the `workspace` config. - -This value is not exported to the environment for child processes. - -#### `workspaces-update` - -* Default: true -* Type: Boolean - -If set to true, the npm cli will run an update after operations that may -possibly change the workspaces installed to the `node_modules` folder. - -#### `include-workspace-root` - -* Default: false -* Type: Boolean - -Include the workspace root when workspaces are enabled for a command. - -When false, specifying individual workspaces via the `workspace` config, or -all workspaces via the `workspaces` flag, will cause npm to operate only on -the specified workspaces, and not on the root project. - -This value is not exported to the environment for child processes. - -### See Also - -* [package spec](/using-npm/package-spec) -* [init-package-json module](http://npm.im/init-package-json) -* [package.json](/configuring-npm/package-json) -* [npm version](/commands/npm-version) -* [npm scope](/using-npm/scope) -* [npm exec](/commands/npm-exec) -* [npm workspaces](/using-npm/workspaces) diff --git a/software/flow/node_modules/npm/docs/content/commands/npm-install-ci-test.md b/software/flow/node_modules/npm/docs/content/commands/npm-install-ci-test.md deleted file mode 100644 index f4db7ee..0000000 --- a/software/flow/node_modules/npm/docs/content/commands/npm-install-ci-test.md +++ /dev/null @@ -1,270 +0,0 @@ ---- -title: npm-install-ci-test -section: 1 -description: Install a project with a clean slate and run tests ---- - -### Synopsis - -```bash -npm install-ci-test - -alias: cit -``` - -### Description - -This command runs `npm ci` followed immediately by `npm test`. - -### Configuration - -#### `save` - -* Default: `true` unless when using `npm update` where it defaults to `false` -* Type: Boolean - -Save installed packages to a `package.json` file as dependencies. - -When used with the `npm rm` command, removes the dependency from -`package.json`. - -Will also prevent writing to `package-lock.json` if set to `false`. - -#### `save-exact` - -* Default: false -* Type: Boolean - -Dependencies saved to package.json will be configured with an exact version -rather than using npm's default semver range operator. - -#### `global` - -* Default: false -* Type: Boolean - -Operates in "global" mode, so that packages are installed into the `prefix` -folder instead of the current working directory. See -[folders](/configuring-npm/folders) for more on the differences in behavior. - -* packages are installed into the `{prefix}/lib/node_modules` folder, instead - of the current working directory. -* bin files are linked to `{prefix}/bin` -* man pages are linked to `{prefix}/share/man` - -#### `install-strategy` - -* Default: "hoisted" -* Type: "hoisted", "nested", "shallow", or "linked" - -Sets the strategy for installing packages in node_modules. hoisted -(default): Install non-duplicated in top-level, and duplicated as necessary -within directory structure. nested: (formerly --legacy-bundling) install in -place, no hoisting. shallow (formerly --global-style) only install direct -deps at top-level. linked: (experimental) install in node_modules/.store, -link in place, unhoisted. - -#### `legacy-bundling` - -* Default: false -* Type: Boolean -* DEPRECATED: This option has been deprecated in favor of - `--install-strategy=nested` - -Instead of hoisting package installs in `node_modules`, install packages in -the same manner that they are depended on. This may cause very deep -directory structures and duplicate package installs as there is no -de-duplicating. Sets `--install-strategy=nested`. - -#### `global-style` - -* Default: false -* Type: Boolean -* DEPRECATED: This option has been deprecated in favor of - `--install-strategy=shallow` - -Only install direct dependencies in the top level `node_modules`, but hoist -on deeper dependencies. Sets `--install-strategy=shallow`. - -#### `omit` - -* Default: 'dev' if the `NODE_ENV` environment variable is set to - 'production', otherwise empty. -* Type: "dev", "optional", or "peer" (can be set multiple times) - -Dependency types to omit from the installation tree on disk. - -Note that these dependencies _are_ still resolved and added to the -`package-lock.json` or `npm-shrinkwrap.json` file. They are just not -physically installed on disk. - -If a package type appears in both the `--include` and `--omit` lists, then -it will be included. - -If the resulting omit list includes `'dev'`, then the `NODE_ENV` environment -variable will be set to `'production'` for all lifecycle scripts. - -#### `strict-peer-deps` - -* Default: false -* Type: Boolean - -If set to `true`, and `--legacy-peer-deps` is not set, then _any_ -conflicting `peerDependencies` will be treated as an install failure, even -if npm could reasonably guess the appropriate resolution based on non-peer -dependency relationships. - -By default, conflicting `peerDependencies` deep in the dependency graph will -be resolved using the nearest non-peer dependency specification, even if -doing so will result in some packages receiving a peer dependency outside -the range set in their package's `peerDependencies` object. - -When such an override is performed, a warning is printed, explaining the -conflict and the packages involved. If `--strict-peer-deps` is set, then -this warning is treated as a failure. - -#### `package-lock` - -* Default: true -* Type: Boolean - -If set to false, then ignore `package-lock.json` files when installing. This -will also prevent _writing_ `package-lock.json` if `save` is true. - -This configuration does not affect `npm ci`. - -#### `foreground-scripts` - -* Default: false -* Type: Boolean - -Run all build scripts (ie, `preinstall`, `install`, and `postinstall`) -scripts for installed packages in the foreground process, sharing standard -input, output, and error with the main npm process. - -Note that this will generally make installs run slower, and be much noisier, -but can be useful for debugging. - -#### `ignore-scripts` - -* Default: false -* Type: Boolean - -If true, npm does not run scripts specified in package.json files. - -Note that commands explicitly intended to run a particular script, such as -`npm start`, `npm stop`, `npm restart`, `npm test`, and `npm run-script` -will still run their intended script if `ignore-scripts` is set, but they -will *not* run any pre- or post-scripts. - -#### `audit` - -* Default: true -* Type: Boolean - -When "true" submit audit reports alongside the current npm command to the -default registry and all registries configured for scopes. See the -documentation for [`npm audit`](/commands/npm-audit) for details on what is -submitted. - -#### `bin-links` - -* Default: true -* Type: Boolean - -Tells npm to create symlinks (or `.cmd` shims on Windows) for package -executables. - -Set to false to have it not do this. This can be used to work around the -fact that some file systems don't support symlinks, even on ostensibly Unix -systems. - -#### `fund` - -* Default: true -* Type: Boolean - -When "true" displays the message at the end of each `npm install` -acknowledging the number of dependencies looking for funding. See [`npm -fund`](/commands/npm-fund) for details. - -#### `dry-run` - -* Default: false -* Type: Boolean - -Indicates that you don't want npm to make any changes and that it should -only report what it would have done. This can be passed into any of the -commands that modify your local installation, eg, `install`, `update`, -`dedupe`, `uninstall`, as well as `pack` and `publish`. - -Note: This is NOT honored by other network related commands, eg `dist-tags`, -`owner`, etc. - -#### `workspace` - -* Default: -* Type: String (can be set multiple times) - -Enable running a command in the context of the configured workspaces of the -current project while filtering by running only the workspaces defined by -this configuration option. - -Valid values for the `workspace` config are either: - -* Workspace names -* Path to a workspace directory -* Path to a parent workspace directory (will result in selecting all - workspaces within that folder) - -When set for the `npm init` command, this may be set to the folder of a -workspace which does not yet exist, to create the folder and set it up as a -brand new workspace within the project. - -This value is not exported to the environment for child processes. - -#### `workspaces` - -* Default: null -* Type: null or Boolean - -Set to true to run the command in the context of **all** configured -workspaces. - -Explicitly setting this to false will cause commands like `install` to -ignore workspaces altogether. When not set explicitly: - -- Commands that operate on the `node_modules` tree (install, update, etc.) -will link workspaces into the `node_modules` folder. - Commands that do -other things (test, exec, publish, etc.) will operate on the root project, -_unless_ one or more workspaces are specified in the `workspace` config. - -This value is not exported to the environment for child processes. - -#### `include-workspace-root` - -* Default: false -* Type: Boolean - -Include the workspace root when workspaces are enabled for a command. - -When false, specifying individual workspaces via the `workspace` config, or -all workspaces via the `workspaces` flag, will cause npm to operate only on -the specified workspaces, and not on the root project. - -This value is not exported to the environment for child processes. - -#### `install-links` - -* Default: false -* Type: Boolean - -When set file: protocol dependencies will be packed and installed as regular -dependencies instead of creating a symlink. This option has no effect on -workspaces. - -### See Also - -* [npm install-test](/commands/npm-install-test) -* [npm ci](/commands/npm-ci) -* [npm test](/commands/npm-test) diff --git a/software/flow/node_modules/npm/docs/content/commands/npm-install-test.md b/software/flow/node_modules/npm/docs/content/commands/npm-install-test.md deleted file mode 100644 index b864051..0000000 --- a/software/flow/node_modules/npm/docs/content/commands/npm-install-test.md +++ /dev/null @@ -1,271 +0,0 @@ ---- -title: npm-install-test -section: 1 -description: Install package(s) and run tests ---- - -### Synopsis - -```bash -npm install-test [<package-spec> ...] - -alias: it -``` - -### Description - -This command runs an `npm install` followed immediately by an `npm test`. It -takes exactly the same arguments as `npm install`. - -### Configuration - -#### `save` - -* Default: `true` unless when using `npm update` where it defaults to `false` -* Type: Boolean - -Save installed packages to a `package.json` file as dependencies. - -When used with the `npm rm` command, removes the dependency from -`package.json`. - -Will also prevent writing to `package-lock.json` if set to `false`. - -#### `save-exact` - -* Default: false -* Type: Boolean - -Dependencies saved to package.json will be configured with an exact version -rather than using npm's default semver range operator. - -#### `global` - -* Default: false -* Type: Boolean - -Operates in "global" mode, so that packages are installed into the `prefix` -folder instead of the current working directory. See -[folders](/configuring-npm/folders) for more on the differences in behavior. - -* packages are installed into the `{prefix}/lib/node_modules` folder, instead - of the current working directory. -* bin files are linked to `{prefix}/bin` -* man pages are linked to `{prefix}/share/man` - -#### `install-strategy` - -* Default: "hoisted" -* Type: "hoisted", "nested", "shallow", or "linked" - -Sets the strategy for installing packages in node_modules. hoisted -(default): Install non-duplicated in top-level, and duplicated as necessary -within directory structure. nested: (formerly --legacy-bundling) install in -place, no hoisting. shallow (formerly --global-style) only install direct -deps at top-level. linked: (experimental) install in node_modules/.store, -link in place, unhoisted. - -#### `legacy-bundling` - -* Default: false -* Type: Boolean -* DEPRECATED: This option has been deprecated in favor of - `--install-strategy=nested` - -Instead of hoisting package installs in `node_modules`, install packages in -the same manner that they are depended on. This may cause very deep -directory structures and duplicate package installs as there is no -de-duplicating. Sets `--install-strategy=nested`. - -#### `global-style` - -* Default: false -* Type: Boolean -* DEPRECATED: This option has been deprecated in favor of - `--install-strategy=shallow` - -Only install direct dependencies in the top level `node_modules`, but hoist -on deeper dependencies. Sets `--install-strategy=shallow`. - -#### `omit` - -* Default: 'dev' if the `NODE_ENV` environment variable is set to - 'production', otherwise empty. -* Type: "dev", "optional", or "peer" (can be set multiple times) - -Dependency types to omit from the installation tree on disk. - -Note that these dependencies _are_ still resolved and added to the -`package-lock.json` or `npm-shrinkwrap.json` file. They are just not -physically installed on disk. - -If a package type appears in both the `--include` and `--omit` lists, then -it will be included. - -If the resulting omit list includes `'dev'`, then the `NODE_ENV` environment -variable will be set to `'production'` for all lifecycle scripts. - -#### `strict-peer-deps` - -* Default: false -* Type: Boolean - -If set to `true`, and `--legacy-peer-deps` is not set, then _any_ -conflicting `peerDependencies` will be treated as an install failure, even -if npm could reasonably guess the appropriate resolution based on non-peer -dependency relationships. - -By default, conflicting `peerDependencies` deep in the dependency graph will -be resolved using the nearest non-peer dependency specification, even if -doing so will result in some packages receiving a peer dependency outside -the range set in their package's `peerDependencies` object. - -When such an override is performed, a warning is printed, explaining the -conflict and the packages involved. If `--strict-peer-deps` is set, then -this warning is treated as a failure. - -#### `package-lock` - -* Default: true -* Type: Boolean - -If set to false, then ignore `package-lock.json` files when installing. This -will also prevent _writing_ `package-lock.json` if `save` is true. - -This configuration does not affect `npm ci`. - -#### `foreground-scripts` - -* Default: false -* Type: Boolean - -Run all build scripts (ie, `preinstall`, `install`, and `postinstall`) -scripts for installed packages in the foreground process, sharing standard -input, output, and error with the main npm process. - -Note that this will generally make installs run slower, and be much noisier, -but can be useful for debugging. - -#### `ignore-scripts` - -* Default: false -* Type: Boolean - -If true, npm does not run scripts specified in package.json files. - -Note that commands explicitly intended to run a particular script, such as -`npm start`, `npm stop`, `npm restart`, `npm test`, and `npm run-script` -will still run their intended script if `ignore-scripts` is set, but they -will *not* run any pre- or post-scripts. - -#### `audit` - -* Default: true -* Type: Boolean - -When "true" submit audit reports alongside the current npm command to the -default registry and all registries configured for scopes. See the -documentation for [`npm audit`](/commands/npm-audit) for details on what is -submitted. - -#### `bin-links` - -* Default: true -* Type: Boolean - -Tells npm to create symlinks (or `.cmd` shims on Windows) for package -executables. - -Set to false to have it not do this. This can be used to work around the -fact that some file systems don't support symlinks, even on ostensibly Unix -systems. - -#### `fund` - -* Default: true -* Type: Boolean - -When "true" displays the message at the end of each `npm install` -acknowledging the number of dependencies looking for funding. See [`npm -fund`](/commands/npm-fund) for details. - -#### `dry-run` - -* Default: false -* Type: Boolean - -Indicates that you don't want npm to make any changes and that it should -only report what it would have done. This can be passed into any of the -commands that modify your local installation, eg, `install`, `update`, -`dedupe`, `uninstall`, as well as `pack` and `publish`. - -Note: This is NOT honored by other network related commands, eg `dist-tags`, -`owner`, etc. - -#### `workspace` - -* Default: -* Type: String (can be set multiple times) - -Enable running a command in the context of the configured workspaces of the -current project while filtering by running only the workspaces defined by -this configuration option. - -Valid values for the `workspace` config are either: - -* Workspace names -* Path to a workspace directory -* Path to a parent workspace directory (will result in selecting all - workspaces within that folder) - -When set for the `npm init` command, this may be set to the folder of a -workspace which does not yet exist, to create the folder and set it up as a -brand new workspace within the project. - -This value is not exported to the environment for child processes. - -#### `workspaces` - -* Default: null -* Type: null or Boolean - -Set to true to run the command in the context of **all** configured -workspaces. - -Explicitly setting this to false will cause commands like `install` to -ignore workspaces altogether. When not set explicitly: - -- Commands that operate on the `node_modules` tree (install, update, etc.) -will link workspaces into the `node_modules` folder. - Commands that do -other things (test, exec, publish, etc.) will operate on the root project, -_unless_ one or more workspaces are specified in the `workspace` config. - -This value is not exported to the environment for child processes. - -#### `include-workspace-root` - -* Default: false -* Type: Boolean - -Include the workspace root when workspaces are enabled for a command. - -When false, specifying individual workspaces via the `workspace` config, or -all workspaces via the `workspaces` flag, will cause npm to operate only on -the specified workspaces, and not on the root project. - -This value is not exported to the environment for child processes. - -#### `install-links` - -* Default: false -* Type: Boolean - -When set file: protocol dependencies will be packed and installed as regular -dependencies instead of creating a symlink. This option has no effect on -workspaces. - -### See Also - -* [npm install](/commands/npm-install) -* [npm install-ci-test](/commands/npm-install-ci-test) -* [npm test](/commands/npm-test) diff --git a/software/flow/node_modules/npm/docs/content/commands/npm-install.md b/software/flow/node_modules/npm/docs/content/commands/npm-install.md deleted file mode 100644 index 6bf2b8d..0000000 --- a/software/flow/node_modules/npm/docs/content/commands/npm-install.md +++ /dev/null @@ -1,707 +0,0 @@ ---- -title: npm-install -section: 1 -description: Install a package ---- - -### Synopsis - -```bash -npm install [<package-spec> ...] - -aliases: add, i, in, ins, inst, insta, instal, isnt, isnta, isntal, isntall -``` - -### Description - -This command installs a package and any packages that it depends on. If the -package has a package-lock, or an npm shrinkwrap file, or a yarn lock file, -the installation of dependencies will be driven by that, respecting the -following order of precedence: - -* `npm-shrinkwrap.json` -* `package-lock.json` -* `yarn.lock` - -See [package-lock.json](/configuring-npm/package-lock-json) and -[`npm shrinkwrap`](/commands/npm-shrinkwrap). - -A `package` is: - -* a) a folder containing a program described by a - [`package.json`](/configuring-npm/package-json) file -* b) a gzipped tarball containing (a) -* c) a url that resolves to (b) -* d) a `<name>@<version>` that is published on the registry (see - [`registry`](/using-npm/registry)) with (c) -* e) a `<name>@<tag>` (see [`npm dist-tag`](/commands/npm-dist-tag)) that - points to (d) -* f) a `<name>` that has a "latest" tag satisfying (e) -* g) a `<git remote url>` that resolves to (a) - -Even if you never publish your package, you can still get a lot of benefits -of using npm if you just want to write a node program (a), and perhaps if -you also want to be able to easily install it elsewhere after packing it up -into a tarball (b). - - -* `npm install` (in a package directory, no arguments): - - Install the dependencies to the local `node_modules` folder. - - In global mode (ie, with `-g` or `--global` appended to the command), - it installs the current package context (ie, the current working - directory) as a global package. - - By default, `npm install` will install all modules listed as - dependencies in [`package.json`](/configuring-npm/package-json). - - With the `--production` flag (or when the `NODE_ENV` environment - variable is set to `production`), npm will not install modules listed - in `devDependencies`. To install all modules listed in both - `dependencies` and `devDependencies` when `NODE_ENV` environment - variable is set to `production`, you can use `--production=false`. - - > NOTE: The `--production` flag has no particular meaning when adding a - dependency to a project. - -* `npm install <folder>`: - - If `<folder>` sits inside the root of your project, its dependencies will be installed and may - be hoisted to the top-level `node_modules` as they would for other - types of dependencies. If `<folder>` sits outside the root of your project, - *npm will not install the package dependencies* in the directory `<folder>`, - but it will create a symlink to `<folder>`. - - > NOTE: If you want to install the content of a directory like a package from the registry instead of creating a link, you would need to use the `--install-links` option. - - Example: - - ```bash - npm install ../../other-package --install-links - npm install ./sub-package - ``` - -* `npm install <tarball file>`: - - Install a package that is sitting on the filesystem. Note: if you just - want to link a dev directory into your npm root, you can do this more - easily by using [`npm link`](/commands/npm-link). - - Tarball requirements: - * The filename *must* use `.tar`, `.tar.gz`, or `.tgz` as the - extension. - * The package contents should reside in a subfolder inside the tarball - (usually it is called `package/`). npm strips one directory layer - when installing the package (an equivalent of `tar x - --strip-components=1` is run). - * The package must contain a `package.json` file with `name` and - `version` properties. - - Example: - - ```bash - npm install ./package.tgz - ``` - -* `npm install <tarball url>`: - - Fetch the tarball url, and then install it. In order to distinguish between - this and other options, the argument must start with "http://" or "https://" - - Example: - - ```bash - npm install https://github.com/indexzero/forever/tarball/v0.5.6 - ``` - -* `npm install [<@scope>/]<name>`: - - Do a `<name>@<tag>` install, where `<tag>` is the "tag" config. (See - [`config`](/using-npm/config#tag). The config's default value is `latest`.) - - In most cases, this will install the version of the modules tagged as - `latest` on the npm registry. - - Example: - - ```bash - npm install sax - ``` - - `npm install` saves any specified packages into `dependencies` by default. - Additionally, you can control where and how they get saved with some - additional flags: - - * `-P, --save-prod`: Package will appear in your `dependencies`. This - is the default unless `-D` or `-O` are present. - - * `-D, --save-dev`: Package will appear in your `devDependencies`. - - * `-O, --save-optional`: Package will appear in your - `optionalDependencies`. - - * `--no-save`: Prevents saving to `dependencies`. - - When using any of the above options to save dependencies to your - package.json, there are two additional, optional flags: - - * `-E, --save-exact`: Saved dependencies will be configured with an - exact version rather than using npm's default semver range operator. - - * `-B, --save-bundle`: Saved dependencies will also be added to your - `bundleDependencies` list. - - Further, if you have an `npm-shrinkwrap.json` or `package-lock.json` - then it will be updated as well. - - `<scope>` is optional. The package will be downloaded from the registry - associated with the specified scope. If no registry is associated with - the given scope the default registry is assumed. See - [`scope`](/using-npm/scope). - - Note: if you do not include the @-symbol on your scope name, npm will - interpret this as a GitHub repository instead, see below. Scopes names - must also be followed by a slash. - - Examples: - - ```bash - npm install sax - npm install githubname/reponame - npm install @myorg/privatepackage - npm install node-tap --save-dev - npm install dtrace-provider --save-optional - npm install readable-stream --save-exact - npm install ansi-regex --save-bundle - ``` - - **Note**: If there is a file or folder named `<name>` in the current - working directory, then it will try to install that, and only try to - fetch the package by name if it is not valid. - -* `npm install <alias>@npm:<name>`: - - Install a package under a custom alias. Allows multiple versions of - a same-name package side-by-side, more convenient import names for - packages with otherwise long ones, and using git forks replacements - or forked npm packages as replacements. Aliasing works only on your - project and does not rename packages in transitive dependencies. - Aliases should follow the naming conventions stated in - [`validate-npm-package-name`](https://www.npmjs.com/package/validate-npm-package-name#naming-rules). - - Examples: - - ```bash - npm install my-react@npm:react - npm install jquery2@npm:jquery@2 - npm install jquery3@npm:jquery@3 - npm install npa@npm:npm-package-arg - ``` - -* `npm install [<@scope>/]<name>@<tag>`: - - Install the version of the package that is referenced by the specified tag. - If the tag does not exist in the registry data for that package, then this - will fail. - - Example: - - ```bash - npm install sax@latest - npm install @myorg/mypackage@latest - ``` - -* `npm install [<@scope>/]<name>@<version>`: - - Install the specified version of the package. This will fail if the - version has not been published to the registry. - - Example: - - ```bash - npm install sax@0.1.1 - npm install @myorg/privatepackage@1.5.0 - ``` - -* `npm install [<@scope>/]<name>@<version range>`: - - Install a version of the package matching the specified version range. - This will follow the same rules for resolving dependencies described in - [`package.json`](/configuring-npm/package-json). - - Note that most version ranges must be put in quotes so that your shell - will treat it as a single argument. - - Example: - - ```bash - npm install sax@">=0.1.0 <0.2.0" - npm install @myorg/privatepackage@"16 - 17" - ``` - -* `npm install <git remote url>`: - - Installs the package from the hosted git provider, cloning it with - `git`. For a full git remote url, only that URL will be attempted. - - ```bash - <protocol>://[<user>[:<password>]@]<hostname>[:<port>][:][/]<path>[#<commit-ish> | #semver:<semver>] - ``` - - `<protocol>` is one of `git`, `git+ssh`, `git+http`, `git+https`, or - `git+file`. - - If `#<commit-ish>` is provided, it will be used to clone exactly that - commit. If the commit-ish has the format `#semver:<semver>`, `<semver>` - can be any valid semver range or exact version, and npm will look for - any tags or refs matching that range in the remote repository, much as - it would for a registry dependency. If neither `#<commit-ish>` or - `#semver:<semver>` is specified, then the default branch of the - repository is used. - - If the repository makes use of submodules, those submodules will be - cloned as well. - - If the package being installed contains a `prepare` script, its - `dependencies` and `devDependencies` will be installed, and the prepare - script will be run, before the package is packaged and installed. - - The following git environment variables are recognized by npm and will - be added to the environment when running git: - - * `GIT_ASKPASS` - * `GIT_EXEC_PATH` - * `GIT_PROXY_COMMAND` - * `GIT_SSH` - * `GIT_SSH_COMMAND` - * `GIT_SSL_CAINFO` - * `GIT_SSL_NO_VERIFY` - - See the git man page for details. - - Examples: - - ```bash - npm install git+ssh://git@github.com:npm/cli.git#v1.0.27 - npm install git+ssh://git@github.com:npm/cli#pull/273 - npm install git+ssh://git@github.com:npm/cli#semver:^5.0 - npm install git+https://isaacs@github.com/npm/cli.git - npm install git://github.com/npm/cli.git#v1.0.27 - GIT_SSH_COMMAND='ssh -i ~/.ssh/custom_ident' npm install git+ssh://git@github.com:npm/cli.git - ``` - -* `npm install <githubname>/<githubrepo>[#<commit-ish>]`: -* `npm install github:<githubname>/<githubrepo>[#<commit-ish>]`: - - Install the package at `https://github.com/githubname/githubrepo` by - attempting to clone it using `git`. - - If `#<commit-ish>` is provided, it will be used to clone exactly that - commit. If the commit-ish has the format `#semver:<semver>`, `<semver>` - can be any valid semver range or exact version, and npm will look for - any tags or refs matching that range in the remote repository, much as - it would for a registry dependency. If neither `#<commit-ish>` or - `#semver:<semver>` is specified, then the default branch is used. - - As with regular git dependencies, `dependencies` and `devDependencies` - will be installed if the package has a `prepare` script before the - package is done installing. - - Examples: - - ```bash - npm install mygithubuser/myproject - npm install github:mygithubuser/myproject - ``` - -* `npm install gist:[<githubname>/]<gistID>[#<commit-ish>|#semver:<semver>]`: - - Install the package at `https://gist.github.com/gistID` by attempting to - clone it using `git`. The GitHub username associated with the gist is - optional and will not be saved in `package.json`. - - As with regular git dependencies, `dependencies` and `devDependencies` will - be installed if the package has a `prepare` script before the package is - done installing. - - Example: - - ```bash - npm install gist:101a11beef - ``` - -* `npm install bitbucket:<bitbucketname>/<bitbucketrepo>[#<commit-ish>]`: - - Install the package at `https://bitbucket.org/bitbucketname/bitbucketrepo` - by attempting to clone it using `git`. - - If `#<commit-ish>` is provided, it will be used to clone exactly that - commit. If the commit-ish has the format `#semver:<semver>`, `<semver>` can - be any valid semver range or exact version, and npm will look for any tags - or refs matching that range in the remote repository, much as it would for a - registry dependency. If neither `#<commit-ish>` or `#semver:<semver>` is - specified, then `master` is used. - - As with regular git dependencies, `dependencies` and `devDependencies` will - be installed if the package has a `prepare` script before the package is - done installing. - - Example: - - ```bash - npm install bitbucket:mybitbucketuser/myproject - ``` - -* `npm install gitlab:<gitlabname>/<gitlabrepo>[#<commit-ish>]`: - - Install the package at `https://gitlab.com/gitlabname/gitlabrepo` - by attempting to clone it using `git`. - - If `#<commit-ish>` is provided, it will be used to clone exactly that - commit. If the commit-ish has the format `#semver:<semver>`, `<semver>` can - be any valid semver range or exact version, and npm will look for any tags - or refs matching that range in the remote repository, much as it would for a - registry dependency. If neither `#<commit-ish>` or `#semver:<semver>` is - specified, then `master` is used. - - As with regular git dependencies, `dependencies` and `devDependencies` will - be installed if the package has a `prepare` script before the package is - done installing. - - Example: - - ```bash - npm install gitlab:mygitlabuser/myproject - npm install gitlab:myusr/myproj#semver:^5.0 - ``` - -You may combine multiple arguments and even multiple types of arguments. -For example: - -```bash -npm install sax@">=0.1.0 <0.2.0" bench supervisor -``` - -The `--tag` argument will apply to all of the specified install targets. If -a tag with the given name exists, the tagged version is preferred over -newer versions. - -The `--dry-run` argument will report in the usual way what the install -would have done without actually installing anything. - -The `--package-lock-only` argument will only update the -`package-lock.json`, instead of checking `node_modules` and downloading -dependencies. - -The `-f` or `--force` argument will force npm to fetch remote resources -even if a local copy exists on disk. - -```bash -npm install sax --force -``` - -### Configuration - -See the [`config`](/using-npm/config) help doc. Many of the configuration -params have some effect on installation, since that's most of what npm -does. - -These are some of the most common options related to installation. - -#### `save` - -* Default: `true` unless when using `npm update` where it defaults to `false` -* Type: Boolean - -Save installed packages to a `package.json` file as dependencies. - -When used with the `npm rm` command, removes the dependency from -`package.json`. - -Will also prevent writing to `package-lock.json` if set to `false`. - -#### `save-exact` - -* Default: false -* Type: Boolean - -Dependencies saved to package.json will be configured with an exact version -rather than using npm's default semver range operator. - -#### `global` - -* Default: false -* Type: Boolean - -Operates in "global" mode, so that packages are installed into the `prefix` -folder instead of the current working directory. See -[folders](/configuring-npm/folders) for more on the differences in behavior. - -* packages are installed into the `{prefix}/lib/node_modules` folder, instead - of the current working directory. -* bin files are linked to `{prefix}/bin` -* man pages are linked to `{prefix}/share/man` - -#### `install-strategy` - -* Default: "hoisted" -* Type: "hoisted", "nested", "shallow", or "linked" - -Sets the strategy for installing packages in node_modules. hoisted -(default): Install non-duplicated in top-level, and duplicated as necessary -within directory structure. nested: (formerly --legacy-bundling) install in -place, no hoisting. shallow (formerly --global-style) only install direct -deps at top-level. linked: (experimental) install in node_modules/.store, -link in place, unhoisted. - -#### `legacy-bundling` - -* Default: false -* Type: Boolean -* DEPRECATED: This option has been deprecated in favor of - `--install-strategy=nested` - -Instead of hoisting package installs in `node_modules`, install packages in -the same manner that they are depended on. This may cause very deep -directory structures and duplicate package installs as there is no -de-duplicating. Sets `--install-strategy=nested`. - -#### `global-style` - -* Default: false -* Type: Boolean -* DEPRECATED: This option has been deprecated in favor of - `--install-strategy=shallow` - -Only install direct dependencies in the top level `node_modules`, but hoist -on deeper dependencies. Sets `--install-strategy=shallow`. - -#### `omit` - -* Default: 'dev' if the `NODE_ENV` environment variable is set to - 'production', otherwise empty. -* Type: "dev", "optional", or "peer" (can be set multiple times) - -Dependency types to omit from the installation tree on disk. - -Note that these dependencies _are_ still resolved and added to the -`package-lock.json` or `npm-shrinkwrap.json` file. They are just not -physically installed on disk. - -If a package type appears in both the `--include` and `--omit` lists, then -it will be included. - -If the resulting omit list includes `'dev'`, then the `NODE_ENV` environment -variable will be set to `'production'` for all lifecycle scripts. - -#### `strict-peer-deps` - -* Default: false -* Type: Boolean - -If set to `true`, and `--legacy-peer-deps` is not set, then _any_ -conflicting `peerDependencies` will be treated as an install failure, even -if npm could reasonably guess the appropriate resolution based on non-peer -dependency relationships. - -By default, conflicting `peerDependencies` deep in the dependency graph will -be resolved using the nearest non-peer dependency specification, even if -doing so will result in some packages receiving a peer dependency outside -the range set in their package's `peerDependencies` object. - -When such an override is performed, a warning is printed, explaining the -conflict and the packages involved. If `--strict-peer-deps` is set, then -this warning is treated as a failure. - -#### `package-lock` - -* Default: true -* Type: Boolean - -If set to false, then ignore `package-lock.json` files when installing. This -will also prevent _writing_ `package-lock.json` if `save` is true. - -This configuration does not affect `npm ci`. - -#### `foreground-scripts` - -* Default: false -* Type: Boolean - -Run all build scripts (ie, `preinstall`, `install`, and `postinstall`) -scripts for installed packages in the foreground process, sharing standard -input, output, and error with the main npm process. - -Note that this will generally make installs run slower, and be much noisier, -but can be useful for debugging. - -#### `ignore-scripts` - -* Default: false -* Type: Boolean - -If true, npm does not run scripts specified in package.json files. - -Note that commands explicitly intended to run a particular script, such as -`npm start`, `npm stop`, `npm restart`, `npm test`, and `npm run-script` -will still run their intended script if `ignore-scripts` is set, but they -will *not* run any pre- or post-scripts. - -#### `audit` - -* Default: true -* Type: Boolean - -When "true" submit audit reports alongside the current npm command to the -default registry and all registries configured for scopes. See the -documentation for [`npm audit`](/commands/npm-audit) for details on what is -submitted. - -#### `bin-links` - -* Default: true -* Type: Boolean - -Tells npm to create symlinks (or `.cmd` shims on Windows) for package -executables. - -Set to false to have it not do this. This can be used to work around the -fact that some file systems don't support symlinks, even on ostensibly Unix -systems. - -#### `fund` - -* Default: true -* Type: Boolean - -When "true" displays the message at the end of each `npm install` -acknowledging the number of dependencies looking for funding. See [`npm -fund`](/commands/npm-fund) for details. - -#### `dry-run` - -* Default: false -* Type: Boolean - -Indicates that you don't want npm to make any changes and that it should -only report what it would have done. This can be passed into any of the -commands that modify your local installation, eg, `install`, `update`, -`dedupe`, `uninstall`, as well as `pack` and `publish`. - -Note: This is NOT honored by other network related commands, eg `dist-tags`, -`owner`, etc. - -#### `workspace` - -* Default: -* Type: String (can be set multiple times) - -Enable running a command in the context of the configured workspaces of the -current project while filtering by running only the workspaces defined by -this configuration option. - -Valid values for the `workspace` config are either: - -* Workspace names -* Path to a workspace directory -* Path to a parent workspace directory (will result in selecting all - workspaces within that folder) - -When set for the `npm init` command, this may be set to the folder of a -workspace which does not yet exist, to create the folder and set it up as a -brand new workspace within the project. - -This value is not exported to the environment for child processes. - -#### `workspaces` - -* Default: null -* Type: null or Boolean - -Set to true to run the command in the context of **all** configured -workspaces. - -Explicitly setting this to false will cause commands like `install` to -ignore workspaces altogether. When not set explicitly: - -- Commands that operate on the `node_modules` tree (install, update, etc.) -will link workspaces into the `node_modules` folder. - Commands that do -other things (test, exec, publish, etc.) will operate on the root project, -_unless_ one or more workspaces are specified in the `workspace` config. - -This value is not exported to the environment for child processes. - -#### `include-workspace-root` - -* Default: false -* Type: Boolean - -Include the workspace root when workspaces are enabled for a command. - -When false, specifying individual workspaces via the `workspace` config, or -all workspaces via the `workspaces` flag, will cause npm to operate only on -the specified workspaces, and not on the root project. - -This value is not exported to the environment for child processes. - -#### `install-links` - -* Default: false -* Type: Boolean - -When set file: protocol dependencies will be packed and installed as regular -dependencies instead of creating a symlink. This option has no effect on -workspaces. - -### Algorithm - -Given a `package{dep}` structure: `A{B,C}, B{C}, C{D}`, -the npm install algorithm produces: - -```bash -A -+-- B -+-- C -+-- D -``` - -That is, the dependency from B to C is satisfied by the fact that A already -caused C to be installed at a higher level. D is still installed at the top -level because nothing conflicts with it. - -For `A{B,C}, B{C,D@1}, C{D@2}`, this algorithm produces: - -```bash -A -+-- B -+-- C - `-- D@2 -+-- D@1 -``` - -Because B's D@1 will be installed in the top-level, C now has to install -D@2 privately for itself. This algorithm is deterministic, but different -trees may be produced if two dependencies are requested for installation in -a different order. - -See [folders](/configuring-npm/folders) for a more detailed description of -the specific folder structures that npm creates. - -### See Also - -* [npm folders](/configuring-npm/folders) -* [npm update](/commands/npm-update) -* [npm audit](/commands/npm-audit) -* [npm fund](/commands/npm-fund) -* [npm link](/commands/npm-link) -* [npm rebuild](/commands/npm-rebuild) -* [npm scripts](/using-npm/scripts) -* [npm config](/commands/npm-config) -* [npmrc](/configuring-npm/npmrc) -* [npm registry](/using-npm/registry) -* [npm dist-tag](/commands/npm-dist-tag) -* [npm uninstall](/commands/npm-uninstall) -* [npm shrinkwrap](/commands/npm-shrinkwrap) -* [package.json](/configuring-npm/package-json) -* [workspaces](/using-npm/workspaces) diff --git a/software/flow/node_modules/npm/docs/content/commands/npm-link.md b/software/flow/node_modules/npm/docs/content/commands/npm-link.md deleted file mode 100644 index 9c4c61a..0000000 --- a/software/flow/node_modules/npm/docs/content/commands/npm-link.md +++ /dev/null @@ -1,354 +0,0 @@ ---- -title: npm-link -section: 1 -description: Symlink a package folder ---- - -### Synopsis - -```bash -npm link [<package-spec>] - -alias: ln -``` - -### Description - -This is handy for installing your own stuff, so that you can work on it and -test iteratively without having to continually rebuild. - -Package linking is a two-step process. - -First, `npm link` in a package folder with no arguments will create a -symlink in the global folder `{prefix}/lib/node_modules/<package>` that -links to the package where the `npm link` command was executed. It will -also link any bins in the package to `{prefix}/bin/{name}`. Note that -`npm link` uses the global prefix (see `npm prefix -g` for its value). - -Next, in some other location, `npm link package-name` will create a -symbolic link from globally-installed `package-name` to `node_modules/` of -the current folder. - -Note that `package-name` is taken from `package.json`, _not_ from the -directory name. - -The package name can be optionally prefixed with a scope. See -[`scope`](/using-npm/scope). The scope must be preceded by an @-symbol and -followed by a slash. - -When creating tarballs for `npm publish`, the linked packages are -"snapshotted" to their current state by resolving the symbolic links, if -they are included in `bundleDependencies`. - -For example: - -```bash -cd ~/projects/node-redis # go into the package directory -npm link # creates global link -cd ~/projects/node-bloggy # go into some other package directory. -npm link redis # link-install the package -``` - -Now, any changes to `~/projects/node-redis` will be reflected in -`~/projects/node-bloggy/node_modules/node-redis/`. Note that the link -should be to the package name, not the directory name for that package. - -You may also shortcut the two steps in one. For example, to do the -above use-case in a shorter way: - -```bash -cd ~/projects/node-bloggy # go into the dir of your main project -npm link ../node-redis # link the dir of your dependency -``` - -The second line is the equivalent of doing: - -```bash -(cd ../node-redis; npm link) -npm link redis -``` - -That is, it first creates a global link, and then links the global -installation target into your project's `node_modules` folder. - -Note that in this case, you are referring to the directory name, -`node-redis`, rather than the package name `redis`. - -If your linked package is scoped (see [`scope`](/using-npm/scope)) your -link command must include that scope, e.g. - -```bash -npm link @myorg/privatepackage -``` - -### Caveat - -Note that package dependencies linked in this way are _not_ saved to -`package.json` by default, on the assumption that the intention is to have -a link stand in for a regular non-link dependency. Otherwise, for example, -if you depend on `redis@^3.0.1`, and ran `npm link redis`, it would replace -the `^3.0.1` dependency with `file:../path/to/node-redis`, which you -probably don't want! Additionally, other users or developers on your -project would run into issues if they do not have their folders set up -exactly the same as yours. - -If you are adding a _new_ dependency as a link, you should add it to the -relevant metadata by running `npm install <dep> --package-lock-only`. - -If you _want_ to save the `file:` reference in your `package.json` and -`package-lock.json` files, you can use `npm link <dep> --save` to do so. - -### Workspace Usage - -`npm link <pkg> --workspace <name>` will link the relevant package as a -dependency of the specified workspace(s). Note that It may actually be -linked into the parent project's `node_modules` folder, if there are no -conflicting dependencies. - -`npm link --workspace <name>` will create a global link to the specified -workspace(s). - -### Configuration - -#### `save` - -* Default: `true` unless when using `npm update` where it defaults to `false` -* Type: Boolean - -Save installed packages to a `package.json` file as dependencies. - -When used with the `npm rm` command, removes the dependency from -`package.json`. - -Will also prevent writing to `package-lock.json` if set to `false`. - -#### `save-exact` - -* Default: false -* Type: Boolean - -Dependencies saved to package.json will be configured with an exact version -rather than using npm's default semver range operator. - -#### `global` - -* Default: false -* Type: Boolean - -Operates in "global" mode, so that packages are installed into the `prefix` -folder instead of the current working directory. See -[folders](/configuring-npm/folders) for more on the differences in behavior. - -* packages are installed into the `{prefix}/lib/node_modules` folder, instead - of the current working directory. -* bin files are linked to `{prefix}/bin` -* man pages are linked to `{prefix}/share/man` - -#### `install-strategy` - -* Default: "hoisted" -* Type: "hoisted", "nested", "shallow", or "linked" - -Sets the strategy for installing packages in node_modules. hoisted -(default): Install non-duplicated in top-level, and duplicated as necessary -within directory structure. nested: (formerly --legacy-bundling) install in -place, no hoisting. shallow (formerly --global-style) only install direct -deps at top-level. linked: (experimental) install in node_modules/.store, -link in place, unhoisted. - -#### `legacy-bundling` - -* Default: false -* Type: Boolean -* DEPRECATED: This option has been deprecated in favor of - `--install-strategy=nested` - -Instead of hoisting package installs in `node_modules`, install packages in -the same manner that they are depended on. This may cause very deep -directory structures and duplicate package installs as there is no -de-duplicating. Sets `--install-strategy=nested`. - -#### `global-style` - -* Default: false -* Type: Boolean -* DEPRECATED: This option has been deprecated in favor of - `--install-strategy=shallow` - -Only install direct dependencies in the top level `node_modules`, but hoist -on deeper dependencies. Sets `--install-strategy=shallow`. - -#### `strict-peer-deps` - -* Default: false -* Type: Boolean - -If set to `true`, and `--legacy-peer-deps` is not set, then _any_ -conflicting `peerDependencies` will be treated as an install failure, even -if npm could reasonably guess the appropriate resolution based on non-peer -dependency relationships. - -By default, conflicting `peerDependencies` deep in the dependency graph will -be resolved using the nearest non-peer dependency specification, even if -doing so will result in some packages receiving a peer dependency outside -the range set in their package's `peerDependencies` object. - -When such an override is performed, a warning is printed, explaining the -conflict and the packages involved. If `--strict-peer-deps` is set, then -this warning is treated as a failure. - -#### `package-lock` - -* Default: true -* Type: Boolean - -If set to false, then ignore `package-lock.json` files when installing. This -will also prevent _writing_ `package-lock.json` if `save` is true. - -This configuration does not affect `npm ci`. - -#### `omit` - -* Default: 'dev' if the `NODE_ENV` environment variable is set to - 'production', otherwise empty. -* Type: "dev", "optional", or "peer" (can be set multiple times) - -Dependency types to omit from the installation tree on disk. - -Note that these dependencies _are_ still resolved and added to the -`package-lock.json` or `npm-shrinkwrap.json` file. They are just not -physically installed on disk. - -If a package type appears in both the `--include` and `--omit` lists, then -it will be included. - -If the resulting omit list includes `'dev'`, then the `NODE_ENV` environment -variable will be set to `'production'` for all lifecycle scripts. - -#### `ignore-scripts` - -* Default: false -* Type: Boolean - -If true, npm does not run scripts specified in package.json files. - -Note that commands explicitly intended to run a particular script, such as -`npm start`, `npm stop`, `npm restart`, `npm test`, and `npm run-script` -will still run their intended script if `ignore-scripts` is set, but they -will *not* run any pre- or post-scripts. - -#### `audit` - -* Default: true -* Type: Boolean - -When "true" submit audit reports alongside the current npm command to the -default registry and all registries configured for scopes. See the -documentation for [`npm audit`](/commands/npm-audit) for details on what is -submitted. - -#### `bin-links` - -* Default: true -* Type: Boolean - -Tells npm to create symlinks (or `.cmd` shims on Windows) for package -executables. - -Set to false to have it not do this. This can be used to work around the -fact that some file systems don't support symlinks, even on ostensibly Unix -systems. - -#### `fund` - -* Default: true -* Type: Boolean - -When "true" displays the message at the end of each `npm install` -acknowledging the number of dependencies looking for funding. See [`npm -fund`](/commands/npm-fund) for details. - -#### `dry-run` - -* Default: false -* Type: Boolean - -Indicates that you don't want npm to make any changes and that it should -only report what it would have done. This can be passed into any of the -commands that modify your local installation, eg, `install`, `update`, -`dedupe`, `uninstall`, as well as `pack` and `publish`. - -Note: This is NOT honored by other network related commands, eg `dist-tags`, -`owner`, etc. - -#### `workspace` - -* Default: -* Type: String (can be set multiple times) - -Enable running a command in the context of the configured workspaces of the -current project while filtering by running only the workspaces defined by -this configuration option. - -Valid values for the `workspace` config are either: - -* Workspace names -* Path to a workspace directory -* Path to a parent workspace directory (will result in selecting all - workspaces within that folder) - -When set for the `npm init` command, this may be set to the folder of a -workspace which does not yet exist, to create the folder and set it up as a -brand new workspace within the project. - -This value is not exported to the environment for child processes. - -#### `workspaces` - -* Default: null -* Type: null or Boolean - -Set to true to run the command in the context of **all** configured -workspaces. - -Explicitly setting this to false will cause commands like `install` to -ignore workspaces altogether. When not set explicitly: - -- Commands that operate on the `node_modules` tree (install, update, etc.) -will link workspaces into the `node_modules` folder. - Commands that do -other things (test, exec, publish, etc.) will operate on the root project, -_unless_ one or more workspaces are specified in the `workspace` config. - -This value is not exported to the environment for child processes. - -#### `include-workspace-root` - -* Default: false -* Type: Boolean - -Include the workspace root when workspaces are enabled for a command. - -When false, specifying individual workspaces via the `workspace` config, or -all workspaces via the `workspaces` flag, will cause npm to operate only on -the specified workspaces, and not on the root project. - -This value is not exported to the environment for child processes. - -#### `install-links` - -* Default: false -* Type: Boolean - -When set file: protocol dependencies will be packed and installed as regular -dependencies instead of creating a symlink. This option has no effect on -workspaces. - -### See Also - -* [package spec](/using-npm/package-spec) -* [npm developers](/using-npm/developers) -* [package.json](/configuring-npm/package-json) -* [npm install](/commands/npm-install) -* [npm folders](/configuring-npm/folders) -* [npm config](/commands/npm-config) -* [npmrc](/configuring-npm/npmrc) diff --git a/software/flow/node_modules/npm/docs/content/commands/npm-login.md b/software/flow/node_modules/npm/docs/content/commands/npm-login.md deleted file mode 100644 index 00f10ad..0000000 --- a/software/flow/node_modules/npm/docs/content/commands/npm-login.md +++ /dev/null @@ -1,88 +0,0 @@ ---- -title: npm-login -section: 1 -description: Login to a registry user account ---- - -### Synopsis - -```bash -npm login -``` - -Note: This command is unaware of workspaces. - -### Description - -Verify a user in the specified registry, and save the credentials to the -`.npmrc` file. If no registry is specified, the default registry will be -used (see [`config`](/using-npm/config)). - -When using `legacy` for your `auth-type`, the username and password, are -read in from prompts. - -To reset your password, go to <https://www.npmjs.com/forgot> - -To change your email address, go to <https://www.npmjs.com/email-edit> - -You may use this command multiple times with the same user account to -authorize on a new machine. When authenticating on a new machine, -the username, password and email address must all match with -your existing record. - -### Configuration - -#### `registry` - -* Default: "https://registry.npmjs.org/" -* Type: URL - -The base URL of the npm registry. - -#### `scope` - -* Default: the scope of the current project, if any, or "" -* Type: String - -Associate an operation with a scope for a scoped registry. - -Useful when logging in to or out of a private registry: - -``` -# log in, linking the scope to the custom registry -npm login --scope=@mycorp --registry=https://registry.mycorp.com - -# log out, removing the link and the auth token -npm logout --scope=@mycorp -``` - -This will cause `@mycorp` to be mapped to the registry for future -installation of packages specified according to the pattern -`@mycorp/package`. - -This will also cause `npm init` to create a scoped package. - -``` -# accept all defaults, and create a package named "@foo/whatever", -# instead of just named "whatever" -npm init --scope=@foo --yes -``` - - -#### `auth-type` - -* Default: "web" -* Type: "legacy" or "web" - -What authentication strategy to use with `login`. Note that if an `otp` -config is given, this value will always be set to `legacy`. - -### See Also - -* [npm registry](/using-npm/registry) -* [npm config](/commands/npm-config) -* [npmrc](/configuring-npm/npmrc) -* [npm owner](/commands/npm-owner) -* [npm whoami](/commands/npm-whoami) -* [npm token](/commands/npm-token) -* [npm profile](/commands/npm-profile) diff --git a/software/flow/node_modules/npm/docs/content/commands/npm-logout.md b/software/flow/node_modules/npm/docs/content/commands/npm-logout.md deleted file mode 100644 index 8ac3948..0000000 --- a/software/flow/node_modules/npm/docs/content/commands/npm-logout.md +++ /dev/null @@ -1,72 +0,0 @@ ---- -title: npm-logout -section: 1 -description: Log out of the registry ---- - -### Synopsis - -```bash -npm logout -``` - -Note: This command is unaware of workspaces. - -### Description - -When logged into a registry that supports token-based authentication, tell -the server to end this token's session. This will invalidate the token -everywhere you're using it, not just for the current environment. - -When logged into a legacy registry that uses username and password -authentication, this will clear the credentials in your user configuration. -In this case, it will _only_ affect the current environment. - -If `--scope` is provided, this will find the credentials for the registry -connected to that scope, if set. - -### Configuration - -#### `registry` - -* Default: "https://registry.npmjs.org/" -* Type: URL - -The base URL of the npm registry. - -#### `scope` - -* Default: the scope of the current project, if any, or "" -* Type: String - -Associate an operation with a scope for a scoped registry. - -Useful when logging in to or out of a private registry: - -``` -# log in, linking the scope to the custom registry -npm login --scope=@mycorp --registry=https://registry.mycorp.com - -# log out, removing the link and the auth token -npm logout --scope=@mycorp -``` - -This will cause `@mycorp` to be mapped to the registry for future -installation of packages specified according to the pattern -`@mycorp/package`. - -This will also cause `npm init` to create a scoped package. - -``` -# accept all defaults, and create a package named "@foo/whatever", -# instead of just named "whatever" -npm init --scope=@foo --yes -``` - - -### See Also - -* [npm adduser](/commands/npm-adduser) -* [npm registry](/using-npm/registry) -* [npm config](/commands/npm-config) -* [npm whoami](/commands/npm-whoami) diff --git a/software/flow/node_modules/npm/docs/content/commands/npm-ls.md b/software/flow/node_modules/npm/docs/content/commands/npm-ls.md deleted file mode 100644 index 139e6ec..0000000 --- a/software/flow/node_modules/npm/docs/content/commands/npm-ls.md +++ /dev/null @@ -1,258 +0,0 @@ ---- -title: npm-ls -section: 1 -description: List installed packages ---- - -### Synopsis - -```bash -npm ls <package-spec> - -alias: list -``` - -### Description - -This command will print to stdout all the versions of packages that are -installed, as well as their dependencies when `--all` is specified, in a -tree structure. - -Note: to get a "bottoms up" view of why a given package is included in the -tree at all, use [`npm explain`](/commands/npm-explain). - -Positional arguments are `name@version-range` identifiers, which will limit -the results to only the paths to the packages named. Note that nested -packages will *also* show the paths to the specified packages. For -example, running `npm ls promzard` in npm's source tree will show: - -```bash -npm@9.5.1 /path/to/npm -└─┬ init-package-json@0.0.4 - └── promzard@0.1.5 -``` - -It will print out extraneous, missing, and invalid packages. - -If a project specifies git urls for dependencies these are shown -in parentheses after the `name@version` to make it easier for users to -recognize potential forks of a project. - -The tree shown is the logical dependency tree, based on package -dependencies, not the physical layout of your `node_modules` folder. - -When run as `ll` or `la`, it shows extended information by default. - -### Note: Design Changes Pending - -The `npm ls` command's output and behavior made a _ton_ of sense when npm -created a `node_modules` folder that naively nested every dependency. In -such a case, the logical dependency graph and physical tree of packages on -disk would be roughly identical. - -With the advent of automatic install-time deduplication of dependencies in -npm v3, the `ls` output was modified to display the logical dependency -graph as a tree structure, since this was more useful to most users. -However, without using `npm ls -l`, it became impossible to show _where_ a -package was actually installed much of the time! - -With the advent of automatic installation of `peerDependencies` in npm v7, -this gets even more curious, as `peerDependencies` are logically -"underneath" their dependents in the dependency graph, but are always -physically at or above their location on disk. - -Also, in the years since npm got an `ls` command (in version 0.0.2!), -dependency graphs have gotten much larger as a general rule. Therefore, in -order to avoid dumping an excessive amount of content to the terminal, `npm -ls` now only shows the _top_ level dependencies, unless `--all` is -provided. - -A thorough re-examination of the use cases, intention, behavior, and output -of this command, is currently underway. Expect significant changes to at -least the default human-readable `npm ls` output in npm v8. - -### Configuration - -#### `all` - -* Default: false -* Type: Boolean - -When running `npm outdated` and `npm ls`, setting `--all` will show all -outdated or installed packages, rather than only those directly depended -upon by the current project. - -#### `json` - -* Default: false -* Type: Boolean - -Whether or not to output JSON data, rather than the normal output. - -* In `npm pkg set` it enables parsing set values with JSON.parse() before - saving them to your `package.json`. - -Not supported by all npm commands. - -#### `long` - -* Default: false -* Type: Boolean - -Show extended information in `ls`, `search`, and `help-search`. - -#### `parseable` - -* Default: false -* Type: Boolean - -Output parseable results from commands that write to standard output. For -`npm search`, this will be tab-separated table format. - -#### `global` - -* Default: false -* Type: Boolean - -Operates in "global" mode, so that packages are installed into the `prefix` -folder instead of the current working directory. See -[folders](/configuring-npm/folders) for more on the differences in behavior. - -* packages are installed into the `{prefix}/lib/node_modules` folder, instead - of the current working directory. -* bin files are linked to `{prefix}/bin` -* man pages are linked to `{prefix}/share/man` - -#### `depth` - -* Default: `Infinity` if `--all` is set, otherwise `1` -* Type: null or Number - -The depth to go when recursing packages for `npm ls`. - -If not set, `npm ls` will show only the immediate dependencies of the root -project. If `--all` is set, then npm will show all dependencies by default. - -#### `omit` - -* Default: 'dev' if the `NODE_ENV` environment variable is set to - 'production', otherwise empty. -* Type: "dev", "optional", or "peer" (can be set multiple times) - -Dependency types to omit from the installation tree on disk. - -Note that these dependencies _are_ still resolved and added to the -`package-lock.json` or `npm-shrinkwrap.json` file. They are just not -physically installed on disk. - -If a package type appears in both the `--include` and `--omit` lists, then -it will be included. - -If the resulting omit list includes `'dev'`, then the `NODE_ENV` environment -variable will be set to `'production'` for all lifecycle scripts. - -#### `link` - -* Default: false -* Type: Boolean - -Used with `npm ls`, limiting output to only those packages that are linked. - -#### `package-lock-only` - -* Default: false -* Type: Boolean - -If set to true, the current operation will only use the `package-lock.json`, -ignoring `node_modules`. - -For `update` this means only the `package-lock.json` will be updated, -instead of checking `node_modules` and downloading dependencies. - -For `list` this means the output will be based on the tree described by the -`package-lock.json`, rather than the contents of `node_modules`. - -#### `unicode` - -* Default: false on windows, true on mac/unix systems with a unicode locale, - as defined by the `LC_ALL`, `LC_CTYPE`, or `LANG` environment variables. -* Type: Boolean - -When set to true, npm uses unicode characters in the tree output. When -false, it uses ascii characters instead of unicode glyphs. - -#### `workspace` - -* Default: -* Type: String (can be set multiple times) - -Enable running a command in the context of the configured workspaces of the -current project while filtering by running only the workspaces defined by -this configuration option. - -Valid values for the `workspace` config are either: - -* Workspace names -* Path to a workspace directory -* Path to a parent workspace directory (will result in selecting all - workspaces within that folder) - -When set for the `npm init` command, this may be set to the folder of a -workspace which does not yet exist, to create the folder and set it up as a -brand new workspace within the project. - -This value is not exported to the environment for child processes. - -#### `workspaces` - -* Default: null -* Type: null or Boolean - -Set to true to run the command in the context of **all** configured -workspaces. - -Explicitly setting this to false will cause commands like `install` to -ignore workspaces altogether. When not set explicitly: - -- Commands that operate on the `node_modules` tree (install, update, etc.) -will link workspaces into the `node_modules` folder. - Commands that do -other things (test, exec, publish, etc.) will operate on the root project, -_unless_ one or more workspaces are specified in the `workspace` config. - -This value is not exported to the environment for child processes. - -#### `include-workspace-root` - -* Default: false -* Type: Boolean - -Include the workspace root when workspaces are enabled for a command. - -When false, specifying individual workspaces via the `workspace` config, or -all workspaces via the `workspaces` flag, will cause npm to operate only on -the specified workspaces, and not on the root project. - -This value is not exported to the environment for child processes. - -#### `install-links` - -* Default: false -* Type: Boolean - -When set file: protocol dependencies will be packed and installed as regular -dependencies instead of creating a symlink. This option has no effect on -workspaces. - -### See Also - -* [package spec](/using-npm/package-spec) -* [npm explain](/commands/npm-explain) -* [npm config](/commands/npm-config) -* [npmrc](/configuring-npm/npmrc) -* [npm folders](/configuring-npm/folders) -* [npm explain](/commands/npm-explain) -* [npm install](/commands/npm-install) -* [npm link](/commands/npm-link) -* [npm prune](/commands/npm-prune) -* [npm outdated](/commands/npm-outdated) -* [npm update](/commands/npm-update) diff --git a/software/flow/node_modules/npm/docs/content/commands/npm-org.md b/software/flow/node_modules/npm/docs/content/commands/npm-org.md deleted file mode 100644 index ca788b0..0000000 --- a/software/flow/node_modules/npm/docs/content/commands/npm-org.md +++ /dev/null @@ -1,106 +0,0 @@ ---- -title: npm-org -section: 1 -description: Manage orgs ---- - -### Synopsis - -```bash -npm org set orgname username [developer | admin | owner] -npm org rm orgname username -npm org ls orgname [<username>] - -alias: ogr -``` - -Note: This command is unaware of workspaces. - -### Example - -Add a new developer to an org: - -```bash -$ npm org set my-org @mx-smith -``` - -Add a new admin to an org (or change a developer to an admin): - -```bash -$ npm org set my-org @mx-santos admin -``` - -Remove a user from an org: - -```bash -$ npm org rm my-org mx-santos -``` - -List all users in an org: - -```bash -$ npm org ls my-org -``` - -List all users in JSON format: - -```bash -$ npm org ls my-org --json -``` - -See what role a user has in an org: - -```bash -$ npm org ls my-org @mx-santos -``` - -### Description - -You can use the `npm org` commands to manage and view users of an -organization. It supports adding and removing users, changing their roles, -listing them, and finding specific ones and their roles. - -### Configuration - -#### `registry` - -* Default: "https://registry.npmjs.org/" -* Type: URL - -The base URL of the npm registry. - -#### `otp` - -* Default: null -* Type: null or String - -This is a one-time password from a two-factor authenticator. It's needed -when publishing or changing package permissions with `npm access`. - -If not set, and a registry response fails with a challenge for a one-time -password, npm will prompt on the command line for one. - -#### `json` - -* Default: false -* Type: Boolean - -Whether or not to output JSON data, rather than the normal output. - -* In `npm pkg set` it enables parsing set values with JSON.parse() before - saving them to your `package.json`. - -Not supported by all npm commands. - -#### `parseable` - -* Default: false -* Type: Boolean - -Output parseable results from commands that write to standard output. For -`npm search`, this will be tab-separated table format. - -### See Also - -* [using orgs](/using-npm/orgs) -* [Documentation on npm Orgs](https://docs.npmjs.com/orgs/) diff --git a/software/flow/node_modules/npm/docs/content/commands/npm-outdated.md b/software/flow/node_modules/npm/docs/content/commands/npm-outdated.md deleted file mode 100644 index 0e1061a..0000000 --- a/software/flow/node_modules/npm/docs/content/commands/npm-outdated.md +++ /dev/null @@ -1,168 +0,0 @@ ---- -title: npm-outdated -section: 1 -description: Check for outdated packages ---- - -### Synopsis - -```bash -npm outdated [<package-spec> ...] -``` - -### Description - -This command will check the registry to see if any (or, specific) installed -packages are currently outdated. - -By default, only the direct dependencies of the root project and direct -dependencies of your configured *workspaces* are shown. -Use `--all` to find all outdated meta-dependencies as well. - -In the output: - -* `wanted` is the maximum version of the package that satisfies the semver - range specified in `package.json`. If there's no available semver range - (i.e. you're running `npm outdated --global`, or the package isn't - included in `package.json`), then `wanted` shows the currently-installed - version. -* `latest` is the version of the package tagged as latest in the registry. - Running `npm publish` with no special configuration will publish the - package with a dist-tag of `latest`. This may or may not be the maximum - version of the package, or the most-recently published version of the - package, depending on how the package's developer manages the latest - [dist-tag](/commands/npm-dist-tag). -* `location` is where in the physical tree the package is located. -* `depended by` shows which package depends on the displayed dependency -* `package type` (when using `--long` / `-l`) tells you whether this - package is a `dependency` or a dev/peer/optional dependency. Packages not - included in `package.json` are always marked `dependencies`. -* `homepage` (when using `--long` / `-l`) is the `homepage` value contained - in the package's packument -* Red means there's a newer version matching your semver requirements, so - you should update now. -* Yellow indicates that there's a newer version _above_ your semver - requirements (usually new major, or new 0.x minor) so proceed with - caution. - -### An example - -```bash -$ npm outdated -Package Current Wanted Latest Location Depended by -glob 5.0.15 5.0.15 6.0.1 node_modules/glob dependent-package-name -nothingness 0.0.3 git git node_modules/nothingness dependent-package-name -npm 3.5.1 3.5.2 3.5.1 node_modules/npm dependent-package-name -local-dev 0.0.3 linked linked local-dev dependent-package-name -once 1.3.2 1.3.3 1.3.3 node_modules/once dependent-package-name -``` - -With these `dependencies`: -```json -{ - "glob": "^5.0.15", - "nothingness": "github:othiym23/nothingness#master", - "npm": "^3.5.1", - "once": "^1.3.1" -} -``` - -A few things to note: - -* `glob` requires `^5`, which prevents npm from installing `glob@6`, which - is outside the semver range. -* Git dependencies will always be reinstalled, because of how they're - specified. The installed committish might satisfy the dependency - specifier (if it's something immutable, like a commit SHA), or it might - not, so `npm outdated` and `npm update` have to fetch Git repos to check. - This is why currently doing a reinstall of a Git dependency always forces - a new clone and install. -* `npm@3.5.2` is marked as "wanted", but "latest" is `npm@3.5.1` because - npm uses dist-tags to manage its `latest` and `next` release channels. - `npm update` will install the _newest_ version, but `npm install npm` - (with no semver range) will install whatever's tagged as `latest`. -* `once` is just plain out of date. Reinstalling `node_modules` from - scratch or running `npm update` will bring it up to spec. - -### Configuration - -#### `all` - -* Default: false -* Type: Boolean - -When running `npm outdated` and `npm ls`, setting `--all` will show all -outdated or installed packages, rather than only those directly depended -upon by the current project. - -#### `json` - -* Default: false -* Type: Boolean - -Whether or not to output JSON data, rather than the normal output. - -* In `npm pkg set` it enables parsing set values with JSON.parse() before - saving them to your `package.json`. - -Not supported by all npm commands. - -#### `long` - -* Default: false -* Type: Boolean - -Show extended information in `ls`, `search`, and `help-search`. - -#### `parseable` - -* Default: false -* Type: Boolean - -Output parseable results from commands that write to standard output. For -`npm search`, this will be tab-separated table format. - -#### `global` - -* Default: false -* Type: Boolean - -Operates in "global" mode, so that packages are installed into the `prefix` -folder instead of the current working directory. See -[folders](/configuring-npm/folders) for more on the differences in behavior. - -* packages are installed into the `{prefix}/lib/node_modules` folder, instead - of the current working directory. -* bin files are linked to `{prefix}/bin` -* man pages are linked to `{prefix}/share/man` - -#### `workspace` - -* Default: -* Type: String (can be set multiple times) - -Enable running a command in the context of the configured workspaces of the -current project while filtering by running only the workspaces defined by -this configuration option. - -Valid values for the `workspace` config are either: - -* Workspace names -* Path to a workspace directory -* Path to a parent workspace directory (will result in selecting all - workspaces within that folder) - -When set for the `npm init` command, this may be set to the folder of a -workspace which does not yet exist, to create the folder and set it up as a -brand new workspace within the project. - -This value is not exported to the environment for child processes. - -### See Also - -* [package spec](/using-npm/package-spec) -* [npm update](/commands/npm-update) -* [npm dist-tag](/commands/npm-dist-tag) -* [npm registry](/using-npm/registry) -* [npm folders](/configuring-npm/folders) -* [npm workspaces](/using-npm/workspaces) diff --git a/software/flow/node_modules/npm/docs/content/commands/npm-owner.md b/software/flow/node_modules/npm/docs/content/commands/npm-owner.md deleted file mode 100644 index 2f1ca48..0000000 --- a/software/flow/node_modules/npm/docs/content/commands/npm-owner.md +++ /dev/null @@ -1,102 +0,0 @@ ---- -title: npm-owner -section: 1 -description: Manage package owners ---- - -### Synopsis - -```bash -npm owner add <user> <package-spec> -npm owner rm <user> <package-spec> -npm owner ls <package-spec> - -alias: author -``` - -### Description - -Manage ownership of published packages. - -* ls: List all the users who have access to modify a package and push new - versions. Handy when you need to know who to bug for help. -* add: Add a new user as a maintainer of a package. This user is enabled - to modify metadata, publish new versions, and add other owners. -* rm: Remove a user from the package owner list. This immediately revokes - their privileges. - -Note that there is only one level of access. Either you can modify a package, -or you can't. Future versions may contain more fine-grained access levels, but -that is not implemented at this time. - -If you have two-factor authentication enabled with `auth-and-writes` (see -[`npm-profile`](/commands/npm-profile)) then you'll need to go through a second factor -flow when changing ownership or include an otp on the command line with `--otp`. - -### Configuration - -#### `registry` - -* Default: "https://registry.npmjs.org/" -* Type: URL - -The base URL of the npm registry. - -#### `otp` - -* Default: null -* Type: null or String - -This is a one-time password from a two-factor authenticator. It's needed -when publishing or changing package permissions with `npm access`. - -If not set, and a registry response fails with a challenge for a one-time -password, npm will prompt on the command line for one. - -#### `workspace` - -* Default: -* Type: String (can be set multiple times) - -Enable running a command in the context of the configured workspaces of the -current project while filtering by running only the workspaces defined by -this configuration option. - -Valid values for the `workspace` config are either: - -* Workspace names -* Path to a workspace directory -* Path to a parent workspace directory (will result in selecting all - workspaces within that folder) - -When set for the `npm init` command, this may be set to the folder of a -workspace which does not yet exist, to create the folder and set it up as a -brand new workspace within the project. - -This value is not exported to the environment for child processes. - -#### `workspaces` - -* Default: null -* Type: null or Boolean - -Set to true to run the command in the context of **all** configured -workspaces. - -Explicitly setting this to false will cause commands like `install` to -ignore workspaces altogether. When not set explicitly: - -- Commands that operate on the `node_modules` tree (install, update, etc.) -will link workspaces into the `node_modules` folder. - Commands that do -other things (test, exec, publish, etc.) will operate on the root project, -_unless_ one or more workspaces are specified in the `workspace` config. - -This value is not exported to the environment for child processes. - -### See Also - -* [package spec](/using-npm/package-spec) -* [npm profile](/commands/npm-profile) -* [npm publish](/commands/npm-publish) -* [npm registry](/using-npm/registry) -* [npm adduser](/commands/npm-adduser) diff --git a/software/flow/node_modules/npm/docs/content/commands/npm-pack.md b/software/flow/node_modules/npm/docs/content/commands/npm-pack.md deleted file mode 100644 index a39f055..0000000 --- a/software/flow/node_modules/npm/docs/content/commands/npm-pack.md +++ /dev/null @@ -1,120 +0,0 @@ ---- -title: npm-pack -section: 1 -description: Create a tarball from a package ---- - -### Synopsis - -```bash -npm pack <package-spec> -``` - -### Configuration - -#### `dry-run` - -* Default: false -* Type: Boolean - -Indicates that you don't want npm to make any changes and that it should -only report what it would have done. This can be passed into any of the -commands that modify your local installation, eg, `install`, `update`, -`dedupe`, `uninstall`, as well as `pack` and `publish`. - -Note: This is NOT honored by other network related commands, eg `dist-tags`, -`owner`, etc. - -#### `json` - -* Default: false -* Type: Boolean - -Whether or not to output JSON data, rather than the normal output. - -* In `npm pkg set` it enables parsing set values with JSON.parse() before - saving them to your `package.json`. - -Not supported by all npm commands. - -#### `pack-destination` - -* Default: "." -* Type: String - -Directory in which `npm pack` will save tarballs. - -#### `workspace` - -* Default: -* Type: String (can be set multiple times) - -Enable running a command in the context of the configured workspaces of the -current project while filtering by running only the workspaces defined by -this configuration option. - -Valid values for the `workspace` config are either: - -* Workspace names -* Path to a workspace directory -* Path to a parent workspace directory (will result in selecting all - workspaces within that folder) - -When set for the `npm init` command, this may be set to the folder of a -workspace which does not yet exist, to create the folder and set it up as a -brand new workspace within the project. - -This value is not exported to the environment for child processes. - -#### `workspaces` - -* Default: null -* Type: null or Boolean - -Set to true to run the command in the context of **all** configured -workspaces. - -Explicitly setting this to false will cause commands like `install` to -ignore workspaces altogether. When not set explicitly: - -- Commands that operate on the `node_modules` tree (install, update, etc.) -will link workspaces into the `node_modules` folder. - Commands that do -other things (test, exec, publish, etc.) will operate on the root project, -_unless_ one or more workspaces are specified in the `workspace` config. - -This value is not exported to the environment for child processes. - -#### `include-workspace-root` - -* Default: false -* Type: Boolean - -Include the workspace root when workspaces are enabled for a command. - -When false, specifying individual workspaces via the `workspace` config, or -all workspaces via the `workspaces` flag, will cause npm to operate only on -the specified workspaces, and not on the root project. - -This value is not exported to the environment for child processes. - -### Description - -For anything that's installable (that is, a package folder, tarball, -tarball url, git url, name@tag, name@version, name, or scoped name), this -command will fetch it to the cache, copy the tarball to the current working -directory as `<name>-<version>.tgz`, and then write the filenames out to -stdout. - -If the same package is specified multiple times, then the file will be -overwritten the second time. - -If no arguments are supplied, then npm packs the current package folder. - -### See Also - -* [package spec](/using-npm/package-spec) -* [npm-packlist package](http://npm.im/npm-packlist) -* [npm cache](/commands/npm-cache) -* [npm publish](/commands/npm-publish) -* [npm config](/commands/npm-config) -* [npmrc](/configuring-npm/npmrc) diff --git a/software/flow/node_modules/npm/docs/content/commands/npm-ping.md b/software/flow/node_modules/npm/docs/content/commands/npm-ping.md deleted file mode 100644 index 812be9f..0000000 --- a/software/flow/node_modules/npm/docs/content/commands/npm-ping.md +++ /dev/null @@ -1,44 +0,0 @@ ---- -title: npm-ping -section: 1 -description: Ping npm registry ---- - -### Synopsis - -```bash -npm ping -``` - -Note: This command is unaware of workspaces. - -### Description - -Ping the configured or given npm registry and verify authentication. -If it works it will output something like: - -```bash -npm notice PING https://registry.npmjs.org/ -npm notice PONG 255ms -``` -otherwise you will get an error: -```bash -npm notice PING http://foo.com/ -npm ERR! code E404 -npm ERR! 404 Not Found - GET http://www.foo.com/-/ping?write=true -``` - -### Configuration - -#### `registry` - -* Default: "https://registry.npmjs.org/" -* Type: URL - -The base URL of the npm registry. - -### See Also - -* [npm doctor](/commands/npm-doctor) -* [npm config](/commands/npm-config) -* [npmrc](/configuring-npm/npmrc) diff --git a/software/flow/node_modules/npm/docs/content/commands/npm-pkg.md b/software/flow/node_modules/npm/docs/content/commands/npm-pkg.md deleted file mode 100644 index 484aabf..0000000 --- a/software/flow/node_modules/npm/docs/content/commands/npm-pkg.md +++ /dev/null @@ -1,261 +0,0 @@ ---- -title: npm-pkg -section: 1 -description: Manages your package.json ---- - -### Synopsis - -```bash -npm pkg set <key>=<value> [<key>=<value> ...] -npm pkg get [<key> [<key> ...]] -npm pkg delete <key> [<key> ...] -npm pkg set [<array>[<index>].<key>=<value> ...] -npm pkg set [<array>[].<key>=<value> ...] -``` - -### Description - -A command that automates the management of `package.json` files. -`npm pkg` provide 3 different sub commands that allow you to modify or retrieve -values for given object keys in your `package.json`. - -The syntax to retrieve and set fields is a dot separated representation of -the nested object properties to be found within your `package.json`, it's the -same notation used in [`npm view`](/commands/npm-view) to retrieve information -from the registry manifest, below you can find more examples on how to use it. - -Returned values are always in **json** format. - -* `npm pkg get <field>` - - Retrieves a value `key`, defined in your `package.json` file. - - For example, in order to retrieve the name of the current package, you - can run: - - ```bash - npm pkg get name - ``` - - It's also possible to retrieve multiple values at once: - - ```bash - npm pkg get name version - ``` - - You can view child fields by separating them with a period. To retrieve - the value of a test `script` value, you would run the following command: - - ```bash - npm pkg get scripts.test - ``` - - For fields that are arrays, requesting a non-numeric field will return - all of the values from the objects in the list. For example, to get all - the contributor emails for a package, you would run: - - ```bash - npm pkg get contributors.email - ``` - - You may also use numeric indices in square braces to specifically select - an item in an array field. To just get the email address of the first - contributor in the list, you can run: - - ```bash - npm pkg get contributors[0].email - ``` - - For complex fields you can also name a property in square brackets - to specifically select a child field. This is especially helpful - with the exports object: - - ```bash - npm pkg get "exports[.].require" - ``` - -* `npm pkg set <field>=<value>` - - Sets a `value` in your `package.json` based on the `field` value. When - saving to your `package.json` file the same set of rules used during - `npm install` and other cli commands that touches the `package.json` file - are used, making sure to respect the existing indentation and possibly - applying some validation prior to saving values to the file. - - The same syntax used to retrieve values from your package can also be used - to define new properties or overriding existing ones, below are some - examples of how the dot separated syntax can be used to edit your - `package.json` file. - - Defining a new bin named `mynewcommand` in your `package.json` that points - to a file `cli.js`: - - ```bash - npm pkg set bin.mynewcommand=cli.js - ``` - - Setting multiple fields at once is also possible: - - ```bash - npm pkg set description='Awesome package' engines.node='>=10' - ``` - - It's also possible to add to array values, for example to add a new - contributor entry: - - ```bash - npm pkg set contributors[0].name='Foo' contributors[0].email='foo@bar.ca' - ``` - - You may also append items to the end of an array using the special - empty bracket notation: - - ```bash - npm pkg set contributors[].name='Foo' contributors[].name='Bar' - ``` - - It's also possible to parse values as json prior to saving them to your - `package.json` file, for example in order to set a `"private": true` - property: - - ```bash - npm pkg set private=true --json - ``` - - It also enables saving values as numbers: - - ```bash - npm pkg set tap.timeout=60 --json - ``` - -* `npm pkg delete <key>` - - Deletes a `key` from your `package.json` - - The same syntax used to set values from your package can also be used - to remove existing ones. For example, in order to remove a script named - build: - - ```bash - npm pkg delete scripts.build - ``` - -### Workspaces support - -You can set/get/delete items across your configured workspaces by using the -[`workspace`](/using-npm/config#workspace) or -[`workspaces`](/using-npm/config#workspaces) config options. - -For example, setting a `funding` value across all configured workspaces -of a project: - -```bash -npm pkg set funding=https://example.com --ws -``` - -When using `npm pkg get` to retrieve info from your configured workspaces, the -returned result will be in a json format in which top level keys are the -names of each workspace, the values of these keys will be the result values -returned from each of the configured workspaces, e.g: - -``` -npm pkg get name version --ws -{ - "a": { - "name": "a", - "version": "1.0.0" - }, - "b": { - "name": "b", - "version": "1.0.0" - } -} -``` - -### Configuration - -#### `force` - -* Default: false -* Type: Boolean - -Removes various protections against unfortunate side effects, common -mistakes, unnecessary performance degradation, and malicious input. - -* Allow clobbering non-npm files in global installs. -* Allow the `npm version` command to work on an unclean git repository. -* Allow deleting the cache folder with `npm cache clean`. -* Allow installing packages that have an `engines` declaration requiring a - different version of npm. -* Allow installing packages that have an `engines` declaration requiring a - different version of `node`, even if `--engine-strict` is enabled. -* Allow `npm audit fix` to install modules outside your stated dependency - range (including SemVer-major changes). -* Allow unpublishing all versions of a published package. -* Allow conflicting peerDependencies to be installed in the root project. -* Implicitly set `--yes` during `npm init`. -* Allow clobbering existing values in `npm pkg` -* Allow unpublishing of entire packages (not just a single version). - -If you don't have a clear idea of what you want to do, it is strongly -recommended that you do not use this option! - -#### `json` - -* Default: false -* Type: Boolean - -Whether or not to output JSON data, rather than the normal output. - -* In `npm pkg set` it enables parsing set values with JSON.parse() before - saving them to your `package.json`. - -Not supported by all npm commands. - -#### `workspace` - -* Default: -* Type: String (can be set multiple times) - -Enable running a command in the context of the configured workspaces of the -current project while filtering by running only the workspaces defined by -this configuration option. - -Valid values for the `workspace` config are either: - -* Workspace names -* Path to a workspace directory -* Path to a parent workspace directory (will result in selecting all - workspaces within that folder) - -When set for the `npm init` command, this may be set to the folder of a -workspace which does not yet exist, to create the folder and set it up as a -brand new workspace within the project. - -This value is not exported to the environment for child processes. - -#### `workspaces` - -* Default: null -* Type: null or Boolean - -Set to true to run the command in the context of **all** configured -workspaces. - -Explicitly setting this to false will cause commands like `install` to -ignore workspaces altogether. When not set explicitly: - -- Commands that operate on the `node_modules` tree (install, update, etc.) -will link workspaces into the `node_modules` folder. - Commands that do -other things (test, exec, publish, etc.) will operate on the root project, -_unless_ one or more workspaces are specified in the `workspace` config. - -This value is not exported to the environment for child processes. -## See Also - -* [npm install](/commands/npm-install) -* [npm init](/commands/npm-init) -* [npm config](/commands/npm-config) -* [npm set-script](/commands/npm-set-script) -* [workspaces](/using-npm/workspaces) diff --git a/software/flow/node_modules/npm/docs/content/commands/npm-prefix.md b/software/flow/node_modules/npm/docs/content/commands/npm-prefix.md deleted file mode 100644 index 2711501..0000000 --- a/software/flow/node_modules/npm/docs/content/commands/npm-prefix.md +++ /dev/null @@ -1,58 +0,0 @@ ---- -title: npm-prefix -section: 1 -description: Display prefix ---- - -### Synopsis - -```bash -npm prefix [-g] -``` - -Note: This command is unaware of workspaces. - -### Description - -Print the local prefix to standard output. This is the closest parent directory -to contain a `package.json` file or `node_modules` directory, unless `-g` is -also specified. - -If `-g` is specified, this will be the value of the global prefix. See -[`npm config`](/commands/npm-config) for more detail. - -### Example - -```bash -npm prefix -/usr/local/projects/foo -``` - -```bash -npm prefix -g -/usr/local -``` - -### Configuration - -#### `global` - -* Default: false -* Type: Boolean - -Operates in "global" mode, so that packages are installed into the `prefix` -folder instead of the current working directory. See -[folders](/configuring-npm/folders) for more on the differences in behavior. - -* packages are installed into the `{prefix}/lib/node_modules` folder, instead - of the current working directory. -* bin files are linked to `{prefix}/bin` -* man pages are linked to `{prefix}/share/man` - -### See Also - -* [npm root](/commands/npm-root) -* [npm bin](/commands/npm-bin) -* [npm folders](/configuring-npm/folders) -* [npm config](/commands/npm-config) -* [npmrc](/configuring-npm/npmrc) diff --git a/software/flow/node_modules/npm/docs/content/commands/npm-profile.md b/software/flow/node_modules/npm/docs/content/commands/npm-profile.md deleted file mode 100644 index b8cdde7..0000000 --- a/software/flow/node_modules/npm/docs/content/commands/npm-profile.md +++ /dev/null @@ -1,123 +0,0 @@ ---- -title: npm-profile -section: 1 -description: Change settings on your registry profile ---- - -### Synopsis - -```bash -npm profile enable-2fa [auth-only|auth-and-writes] -npm profile disable-2fa -npm profile get [<key>] -npm profile set <key> <value> -``` - -Note: This command is unaware of workspaces. - -### Description - -Change your profile information on the registry. Note that this command -depends on the registry implementation, so third-party registries may not -support this interface. - -* `npm profile get [<property>]`: Display all of the properties of your - profile, or one or more specific properties. It looks like: - -```bash -+-----------------+---------------------------+ -| name | example | -+-----------------+---------------------------+ -| email | me@example.com (verified) | -+-----------------+---------------------------+ -| two factor auth | auth-and-writes | -+-----------------+---------------------------+ -| fullname | Example User | -+-----------------+---------------------------+ -| homepage | | -+-----------------+---------------------------+ -| freenode | | -+-----------------+---------------------------+ -| twitter | | -+-----------------+---------------------------+ -| github | | -+-----------------+---------------------------+ -| created | 2015-02-26T01:38:35.892Z | -+-----------------+---------------------------+ -| updated | 2017-10-02T21:29:45.922Z | -+-----------------+---------------------------+ -``` - -* `npm profile set <property> <value>`: Set the value of a profile - property. You can set the following properties this way: email, fullname, - homepage, freenode, twitter, github - -* `npm profile set password`: Change your password. This is interactive, - you'll be prompted for your current password and a new password. You'll - also be prompted for an OTP if you have two-factor authentication - enabled. - -* `npm profile enable-2fa [auth-and-writes|auth-only]`: Enables two-factor - authentication. Defaults to `auth-and-writes` mode. Modes are: - * `auth-only`: Require an OTP when logging in or making changes to your - account's authentication. The OTP will be required on both the website - and the command line. - * `auth-and-writes`: Requires an OTP at all the times `auth-only` does, - and also requires one when publishing a module, setting the `latest` - dist-tag, or changing access via `npm access` and `npm owner`. - -* `npm profile disable-2fa`: Disables two-factor authentication. - -### Details - -Some of these commands may not be available on non npmjs.com registries. - -### Configuration - -#### `registry` - -* Default: "https://registry.npmjs.org/" -* Type: URL - -The base URL of the npm registry. - -#### `json` - -* Default: false -* Type: Boolean - -Whether or not to output JSON data, rather than the normal output. - -* In `npm pkg set` it enables parsing set values with JSON.parse() before - saving them to your `package.json`. - -Not supported by all npm commands. - -#### `parseable` - -* Default: false -* Type: Boolean - -Output parseable results from commands that write to standard output. For -`npm search`, this will be tab-separated table format. - -#### `otp` - -* Default: null -* Type: null or String - -This is a one-time password from a two-factor authenticator. It's needed -when publishing or changing package permissions with `npm access`. - -If not set, and a registry response fails with a challenge for a one-time -password, npm will prompt on the command line for one. - -### See Also - -* [npm adduser](/commands/npm-adduser) -* [npm registry](/using-npm/registry) -* [npm config](/commands/npm-config) -* [npmrc](/configuring-npm/npmrc) -* [npm owner](/commands/npm-owner) -* [npm whoami](/commands/npm-whoami) -* [npm token](/commands/npm-token) diff --git a/software/flow/node_modules/npm/docs/content/commands/npm-prune.md b/software/flow/node_modules/npm/docs/content/commands/npm-prune.md deleted file mode 100644 index f037494..0000000 --- a/software/flow/node_modules/npm/docs/content/commands/npm-prune.md +++ /dev/null @@ -1,171 +0,0 @@ ---- -title: npm-prune -section: 1 -description: Remove extraneous packages ---- - -### Synopsis - -```bash -npm prune [[<@scope>/]<pkg>...] -``` - -### Description - -This command removes "extraneous" packages. If a package name is provided, -then only packages matching one of the supplied names are removed. - -Extraneous packages are those present in the `node_modules` folder that are -not listed as any package's dependency list. - -If the `--production` flag is specified or the `NODE_ENV` environment -variable is set to `production`, this command will remove the packages -specified in your `devDependencies`. Setting `--no-production` will negate -`NODE_ENV` being set to `production`. - -If the `--dry-run` flag is used then no changes will actually be made. - -If the `--json` flag is used, then the changes `npm prune` made (or would -have made with `--dry-run`) are printed as a JSON object. - -In normal operation, extraneous modules are pruned automatically, so you'll -only need this command with the `--production` flag. However, in the real -world, operation is not always "normal". When crashes or mistakes happen, -this command can help clean up any resulting garbage. - -### Configuration - -#### `omit` - -* Default: 'dev' if the `NODE_ENV` environment variable is set to - 'production', otherwise empty. -* Type: "dev", "optional", or "peer" (can be set multiple times) - -Dependency types to omit from the installation tree on disk. - -Note that these dependencies _are_ still resolved and added to the -`package-lock.json` or `npm-shrinkwrap.json` file. They are just not -physically installed on disk. - -If a package type appears in both the `--include` and `--omit` lists, then -it will be included. - -If the resulting omit list includes `'dev'`, then the `NODE_ENV` environment -variable will be set to `'production'` for all lifecycle scripts. - -#### `dry-run` - -* Default: false -* Type: Boolean - -Indicates that you don't want npm to make any changes and that it should -only report what it would have done. This can be passed into any of the -commands that modify your local installation, eg, `install`, `update`, -`dedupe`, `uninstall`, as well as `pack` and `publish`. - -Note: This is NOT honored by other network related commands, eg `dist-tags`, -`owner`, etc. - -#### `json` - -* Default: false -* Type: Boolean - -Whether or not to output JSON data, rather than the normal output. - -* In `npm pkg set` it enables parsing set values with JSON.parse() before - saving them to your `package.json`. - -Not supported by all npm commands. - -#### `foreground-scripts` - -* Default: false -* Type: Boolean - -Run all build scripts (ie, `preinstall`, `install`, and `postinstall`) -scripts for installed packages in the foreground process, sharing standard -input, output, and error with the main npm process. - -Note that this will generally make installs run slower, and be much noisier, -but can be useful for debugging. - -#### `ignore-scripts` - -* Default: false -* Type: Boolean - -If true, npm does not run scripts specified in package.json files. - -Note that commands explicitly intended to run a particular script, such as -`npm start`, `npm stop`, `npm restart`, `npm test`, and `npm run-script` -will still run their intended script if `ignore-scripts` is set, but they -will *not* run any pre- or post-scripts. - -#### `workspace` - -* Default: -* Type: String (can be set multiple times) - -Enable running a command in the context of the configured workspaces of the -current project while filtering by running only the workspaces defined by -this configuration option. - -Valid values for the `workspace` config are either: - -* Workspace names -* Path to a workspace directory -* Path to a parent workspace directory (will result in selecting all - workspaces within that folder) - -When set for the `npm init` command, this may be set to the folder of a -workspace which does not yet exist, to create the folder and set it up as a -brand new workspace within the project. - -This value is not exported to the environment for child processes. - -#### `workspaces` - -* Default: null -* Type: null or Boolean - -Set to true to run the command in the context of **all** configured -workspaces. - -Explicitly setting this to false will cause commands like `install` to -ignore workspaces altogether. When not set explicitly: - -- Commands that operate on the `node_modules` tree (install, update, etc.) -will link workspaces into the `node_modules` folder. - Commands that do -other things (test, exec, publish, etc.) will operate on the root project, -_unless_ one or more workspaces are specified in the `workspace` config. - -This value is not exported to the environment for child processes. - -#### `include-workspace-root` - -* Default: false -* Type: Boolean - -Include the workspace root when workspaces are enabled for a command. - -When false, specifying individual workspaces via the `workspace` config, or -all workspaces via the `workspaces` flag, will cause npm to operate only on -the specified workspaces, and not on the root project. - -This value is not exported to the environment for child processes. - -#### `install-links` - -* Default: false -* Type: Boolean - -When set file: protocol dependencies will be packed and installed as regular -dependencies instead of creating a symlink. This option has no effect on -workspaces. - -### See Also - -* [npm uninstall](/commands/npm-uninstall) -* [npm folders](/configuring-npm/folders) -* [npm ls](/commands/npm-ls) diff --git a/software/flow/node_modules/npm/docs/content/commands/npm-publish.md b/software/flow/node_modules/npm/docs/content/commands/npm-publish.md deleted file mode 100644 index 3d88a80..0000000 --- a/software/flow/node_modules/npm/docs/content/commands/npm-publish.md +++ /dev/null @@ -1,215 +0,0 @@ ---- -title: npm-publish -section: 1 -description: Publish a package ---- - -### Synopsis - -```bash -npm publish <package-spec> -``` - -### Description - -Publishes a package to the registry so that it can be installed by name. - -By default npm will publish to the public registry. This can be -overridden by specifying a different default registry or using a -[`scope`](/using-npm/scope) in the name, combined with a -scope-configured registry (see -[`package.json`](/configuring-npm/package-json)). - - -A `package` is interpreted the same way as other commands (like -`npm install` and can be: - -* a) a folder containing a program described by a - [`package.json`](/configuring-npm/package-json) file -* b) a gzipped tarball containing (a) -* c) a url that resolves to (b) -* d) a `<name>@<version>` that is published on the registry (see - [`registry`](/using-npm/registry)) with (c) -* e) a `<name>@<tag>` (see [`npm dist-tag`](/commands/npm-dist-tag)) that - points to (d) -* f) a `<name>` that has a "latest" tag satisfying (e) -* g) a `<git remote url>` that resolves to (a) - -The publish will fail if the package name and version combination already -exists in the specified registry. - -Once a package is published with a given name and version, that specific -name and version combination can never be used again, even if it is removed -with [`npm unpublish`](/commands/npm-unpublish). - -As of `npm@5`, both a sha1sum and an integrity field with a sha512sum of the -tarball will be submitted to the registry during publication. Subsequent -installs will use the strongest supported algorithm to verify downloads. - -Similar to `--dry-run` see [`npm pack`](/commands/npm-pack), which figures -out the files to be included and packs them into a tarball to be uploaded -to the registry. - -### Files included in package - -To see what will be included in your package, run `npx npm-packlist`. All -files are included by default, with the following exceptions: - -- Certain files that are relevant to package installation and distribution - are always included. For example, `package.json`, `README.md`, - `LICENSE`, and so on. - -- If there is a "files" list in - [`package.json`](/configuring-npm/package-json), then only the files - specified will be included. (If directories are specified, then they - will be walked recursively and their contents included, subject to the - same ignore rules.) - -- If there is a `.gitignore` or `.npmignore` file, then ignored files in - that and all child directories will be excluded from the package. If - _both_ files exist, then the `.gitignore` is ignored, and only the - `.npmignore` is used. - - `.npmignore` files follow the [same pattern - rules](https://git-scm.com/book/en/v2/Git-Basics-Recording-Changes-to-the-Repository#_ignoring) - as `.gitignore` files - -- If the file matches certain patterns, then it will _never_ be included, - unless explicitly added to the `"files"` list in `package.json`, or - un-ignored with a `!` rule in a `.npmignore` or `.gitignore` file. - -- Symbolic links are never included in npm packages. - - -See [`developers`](/using-npm/developers) for full details on what's -included in the published package, as well as details on how the package is -built. - -### Configuration - -#### `tag` - -* Default: "latest" -* Type: String - -If you ask npm to install a package and don't tell it a specific version, -then it will install the specified tag. - -Also the tag that is added to the package@version specified by the `npm tag` -command, if no explicit tag is given. - -When used by the `npm diff` command, this is the tag used to fetch the -tarball that will be compared with the local files by default. - -#### `access` - -* Default: 'public' for new packages, existing packages it will not change the - current level -* Type: null, "restricted", or "public" - -If you do not want your scoped package to be publicly viewable (and -installable) set `--access=restricted`. - -Unscoped packages can not be set to `restricted`. - -Note: This defaults to not changing the current access level for existing -packages. Specifying a value of `restricted` or `public` during publish will -change the access for an existing package the same way that `npm access set -status` would. - -#### `dry-run` - -* Default: false -* Type: Boolean - -Indicates that you don't want npm to make any changes and that it should -only report what it would have done. This can be passed into any of the -commands that modify your local installation, eg, `install`, `update`, -`dedupe`, `uninstall`, as well as `pack` and `publish`. - -Note: This is NOT honored by other network related commands, eg `dist-tags`, -`owner`, etc. - -#### `otp` - -* Default: null -* Type: null or String - -This is a one-time password from a two-factor authenticator. It's needed -when publishing or changing package permissions with `npm access`. - -If not set, and a registry response fails with a challenge for a one-time -password, npm will prompt on the command line for one. - -#### `workspace` - -* Default: -* Type: String (can be set multiple times) - -Enable running a command in the context of the configured workspaces of the -current project while filtering by running only the workspaces defined by -this configuration option. - -Valid values for the `workspace` config are either: - -* Workspace names -* Path to a workspace directory -* Path to a parent workspace directory (will result in selecting all - workspaces within that folder) - -When set for the `npm init` command, this may be set to the folder of a -workspace which does not yet exist, to create the folder and set it up as a -brand new workspace within the project. - -This value is not exported to the environment for child processes. - -#### `workspaces` - -* Default: null -* Type: null or Boolean - -Set to true to run the command in the context of **all** configured -workspaces. - -Explicitly setting this to false will cause commands like `install` to -ignore workspaces altogether. When not set explicitly: - -- Commands that operate on the `node_modules` tree (install, update, etc.) -will link workspaces into the `node_modules` folder. - Commands that do -other things (test, exec, publish, etc.) will operate on the root project, -_unless_ one or more workspaces are specified in the `workspace` config. - -This value is not exported to the environment for child processes. - -#### `include-workspace-root` - -* Default: false -* Type: Boolean - -Include the workspace root when workspaces are enabled for a command. - -When false, specifying individual workspaces via the `workspace` config, or -all workspaces via the `workspaces` flag, will cause npm to operate only on -the specified workspaces, and not on the root project. - -This value is not exported to the environment for child processes. - -#### `provenance` - -* Default: false -* Type: Boolean - -Indicates that a provenance statement should be generated. - -### See Also - -* [package spec](/using-npm/package-spec) -* [npm-packlist package](http://npm.im/npm-packlist) -* [npm registry](/using-npm/registry) -* [npm scope](/using-npm/scope) -* [npm adduser](/commands/npm-adduser) -* [npm owner](/commands/npm-owner) -* [npm deprecate](/commands/npm-deprecate) -* [npm dist-tag](/commands/npm-dist-tag) -* [npm pack](/commands/npm-pack) -* [npm profile](/commands/npm-profile) diff --git a/software/flow/node_modules/npm/docs/content/commands/npm-query.md b/software/flow/node_modules/npm/docs/content/commands/npm-query.md deleted file mode 100644 index 9a47484..0000000 --- a/software/flow/node_modules/npm/docs/content/commands/npm-query.md +++ /dev/null @@ -1,210 +0,0 @@ ---- -title: npm-query -section: 1 -description: Dependency selector query ---- - -### Synopsis - -```bash -npm query <selector> -``` - -### Description - -The `npm query` command allows for usage of css selectors in order to retrieve -an array of dependency objects. - -### Piping npm query to other commands - -```bash -# find all dependencies with postinstall scripts & uninstall them -npm query ":attr(scripts, [postinstall])" | jq 'map(.name)|join("\n")' -r | xargs -I {} npm uninstall {} - -# find all git dependencies & explain who requires them -npm query ":type(git)" | jq 'map(.name)' | xargs -I {} npm why {} -``` - -### Extended Use Cases & Queries - -```stylus -// all deps -* - -// all direct deps -:root > * - -// direct production deps -:root > .prod - -// direct development deps -:root > .dev - -// any peer dep of a direct deps -:root > * > .peer - -// any workspace dep -.workspace - -// all workspaces that depend on another workspace -.workspace > .workspace - -// all workspaces that have peer deps -.workspace:has(.peer) - -// any dep named "lodash" -// equivalent to [name="lodash"] -#lodash - -// any deps named "lodash" & within semver range ^"1.2.3" -#lodash@^1.2.3 -// equivalent to... -[name="lodash"]:semver(^1.2.3) - -// get the hoisted node for a given semver range -#lodash@^1.2.3:not(:deduped) - -// querying deps with a specific version -#lodash@2.1.5 -// equivalent to... -[name="lodash"][version="2.1.5"] - -// has any deps -:has(*) - -// deps with no other deps (ie. "leaf" nodes) -:empty - -// manually querying git dependencies -[repository^=github:], -[repository^=git:], -[repository^=https://github.com], -[repository^=http://github.com], -[repository^=https://github.com], -[repository^=+git:...] - -// querying for all git dependencies -:type(git) - -// get production dependencies that aren't also dev deps -.prod:not(.dev) - -// get dependencies with specific licenses -[license=MIT], [license=ISC] - -// find all packages that have @ruyadorno as a contributor -:attr(contributors, [email=ruyadorno@github.com]) -``` - -### Example Response Output - -- an array of dependency objects is returned which can contain multiple copies of the same package which may or may not have been linked or deduped - -```json -[ - { - "name": "", - "version": "", - "description": "", - "homepage": "", - "bugs": {}, - "author": {}, - "license": {}, - "funding": {}, - "files": [], - "main": "", - "browser": "", - "bin": {}, - "man": [], - "directories": {}, - "repository": {}, - "scripts": {}, - "config": {}, - "dependencies": {}, - "devDependencies": {}, - "optionalDependencies": {}, - "bundledDependencies": {}, - "peerDependencies": {}, - "peerDependenciesMeta": {}, - "engines": {}, - "os": [], - "cpu": [], - "workspaces": {}, - "keywords": [], - ... - }, - ... -``` - -### Configuration - -#### `global` - -* Default: false -* Type: Boolean - -Operates in "global" mode, so that packages are installed into the `prefix` -folder instead of the current working directory. See -[folders](/configuring-npm/folders) for more on the differences in behavior. - -* packages are installed into the `{prefix}/lib/node_modules` folder, instead - of the current working directory. -* bin files are linked to `{prefix}/bin` -* man pages are linked to `{prefix}/share/man` - -#### `workspace` - -* Default: -* Type: String (can be set multiple times) - -Enable running a command in the context of the configured workspaces of the -current project while filtering by running only the workspaces defined by -this configuration option. - -Valid values for the `workspace` config are either: - -* Workspace names -* Path to a workspace directory -* Path to a parent workspace directory (will result in selecting all - workspaces within that folder) - -When set for the `npm init` command, this may be set to the folder of a -workspace which does not yet exist, to create the folder and set it up as a -brand new workspace within the project. - -This value is not exported to the environment for child processes. - -#### `workspaces` - -* Default: null -* Type: null or Boolean - -Set to true to run the command in the context of **all** configured -workspaces. - -Explicitly setting this to false will cause commands like `install` to -ignore workspaces altogether. When not set explicitly: - -- Commands that operate on the `node_modules` tree (install, update, etc.) -will link workspaces into the `node_modules` folder. - Commands that do -other things (test, exec, publish, etc.) will operate on the root project, -_unless_ one or more workspaces are specified in the `workspace` config. - -This value is not exported to the environment for child processes. - -#### `include-workspace-root` - -* Default: false -* Type: Boolean - -Include the workspace root when workspaces are enabled for a command. - -When false, specifying individual workspaces via the `workspace` config, or -all workspaces via the `workspaces` flag, will cause npm to operate only on -the specified workspaces, and not on the root project. - -This value is not exported to the environment for child processes. -## See Also - -* [dependency selectors](/using-npm/dependency-selectors) - diff --git a/software/flow/node_modules/npm/docs/content/commands/npm-rebuild.md b/software/flow/node_modules/npm/docs/content/commands/npm-rebuild.md deleted file mode 100644 index 8a58a61..0000000 --- a/software/flow/node_modules/npm/docs/content/commands/npm-rebuild.md +++ /dev/null @@ -1,143 +0,0 @@ ---- -title: npm-rebuild -section: 1 -description: Rebuild a package ---- - -### Synopsis - -```bash -npm rebuild [<package-spec>] ...] - -alias: rb -``` - -### Description - -This command runs the `npm build` command on the matched folders. This is -useful when you install a new version of node, and must recompile all your -C++ addons with the new binary. It is also useful when installing with -`--ignore-scripts` and `--no-bin-links`, to explicitly choose which -packages to build and/or link bins. - -If one or more package specs are provided, then only packages with a -name and version matching one of the specifiers will be rebuilt. - -### Configuration - -#### `global` - -* Default: false -* Type: Boolean - -Operates in "global" mode, so that packages are installed into the `prefix` -folder instead of the current working directory. See -[folders](/configuring-npm/folders) for more on the differences in behavior. - -* packages are installed into the `{prefix}/lib/node_modules` folder, instead - of the current working directory. -* bin files are linked to `{prefix}/bin` -* man pages are linked to `{prefix}/share/man` - -#### `bin-links` - -* Default: true -* Type: Boolean - -Tells npm to create symlinks (or `.cmd` shims on Windows) for package -executables. - -Set to false to have it not do this. This can be used to work around the -fact that some file systems don't support symlinks, even on ostensibly Unix -systems. - -#### `foreground-scripts` - -* Default: false -* Type: Boolean - -Run all build scripts (ie, `preinstall`, `install`, and `postinstall`) -scripts for installed packages in the foreground process, sharing standard -input, output, and error with the main npm process. - -Note that this will generally make installs run slower, and be much noisier, -but can be useful for debugging. - -#### `ignore-scripts` - -* Default: false -* Type: Boolean - -If true, npm does not run scripts specified in package.json files. - -Note that commands explicitly intended to run a particular script, such as -`npm start`, `npm stop`, `npm restart`, `npm test`, and `npm run-script` -will still run their intended script if `ignore-scripts` is set, but they -will *not* run any pre- or post-scripts. - -#### `workspace` - -* Default: -* Type: String (can be set multiple times) - -Enable running a command in the context of the configured workspaces of the -current project while filtering by running only the workspaces defined by -this configuration option. - -Valid values for the `workspace` config are either: - -* Workspace names -* Path to a workspace directory -* Path to a parent workspace directory (will result in selecting all - workspaces within that folder) - -When set for the `npm init` command, this may be set to the folder of a -workspace which does not yet exist, to create the folder and set it up as a -brand new workspace within the project. - -This value is not exported to the environment for child processes. - -#### `workspaces` - -* Default: null -* Type: null or Boolean - -Set to true to run the command in the context of **all** configured -workspaces. - -Explicitly setting this to false will cause commands like `install` to -ignore workspaces altogether. When not set explicitly: - -- Commands that operate on the `node_modules` tree (install, update, etc.) -will link workspaces into the `node_modules` folder. - Commands that do -other things (test, exec, publish, etc.) will operate on the root project, -_unless_ one or more workspaces are specified in the `workspace` config. - -This value is not exported to the environment for child processes. - -#### `include-workspace-root` - -* Default: false -* Type: Boolean - -Include the workspace root when workspaces are enabled for a command. - -When false, specifying individual workspaces via the `workspace` config, or -all workspaces via the `workspaces` flag, will cause npm to operate only on -the specified workspaces, and not on the root project. - -This value is not exported to the environment for child processes. - -#### `install-links` - -* Default: false -* Type: Boolean - -When set file: protocol dependencies will be packed and installed as regular -dependencies instead of creating a symlink. This option has no effect on -workspaces. - -### See Also - -* [package spec](/using-npm/package-spec) -* [npm install](/commands/npm-install) diff --git a/software/flow/node_modules/npm/docs/content/commands/npm-repo.md b/software/flow/node_modules/npm/docs/content/commands/npm-repo.md deleted file mode 100644 index 10ddc13..0000000 --- a/software/flow/node_modules/npm/docs/content/commands/npm-repo.md +++ /dev/null @@ -1,98 +0,0 @@ ---- -title: npm-repo -section: 1 -description: Open package repository page in the browser ---- - -### Synopsis - -```bash -npm repo [<pkgname> [<pkgname> ...]] -``` - -### Description - -This command tries to guess at the likely location of a package's -repository URL, and then tries to open it using the -[`--browser` config](/using-npm/config#browser) param. If no package name is -provided, it will search for a `package.json` in the current folder and use the -`repository` property. - -### Configuration - -#### `browser` - -* Default: OS X: `"open"`, Windows: `"start"`, Others: `"xdg-open"` -* Type: null, Boolean, or String - -The browser that is called by npm commands to open websites. - -Set to `false` to suppress browser behavior and instead print urls to -terminal. - -Set to `true` to use default system URL opener. - -#### `registry` - -* Default: "https://registry.npmjs.org/" -* Type: URL - -The base URL of the npm registry. - -#### `workspace` - -* Default: -* Type: String (can be set multiple times) - -Enable running a command in the context of the configured workspaces of the -current project while filtering by running only the workspaces defined by -this configuration option. - -Valid values for the `workspace` config are either: - -* Workspace names -* Path to a workspace directory -* Path to a parent workspace directory (will result in selecting all - workspaces within that folder) - -When set for the `npm init` command, this may be set to the folder of a -workspace which does not yet exist, to create the folder and set it up as a -brand new workspace within the project. - -This value is not exported to the environment for child processes. - -#### `workspaces` - -* Default: null -* Type: null or Boolean - -Set to true to run the command in the context of **all** configured -workspaces. - -Explicitly setting this to false will cause commands like `install` to -ignore workspaces altogether. When not set explicitly: - -- Commands that operate on the `node_modules` tree (install, update, etc.) -will link workspaces into the `node_modules` folder. - Commands that do -other things (test, exec, publish, etc.) will operate on the root project, -_unless_ one or more workspaces are specified in the `workspace` config. - -This value is not exported to the environment for child processes. - -#### `include-workspace-root` - -* Default: false -* Type: Boolean - -Include the workspace root when workspaces are enabled for a command. - -When false, specifying individual workspaces via the `workspace` config, or -all workspaces via the `workspaces` flag, will cause npm to operate only on -the specified workspaces, and not on the root project. - -This value is not exported to the environment for child processes. - -### See Also - -* [npm docs](/commands/npm-docs) -* [npm config](/commands/npm-config) diff --git a/software/flow/node_modules/npm/docs/content/commands/npm-restart.md b/software/flow/node_modules/npm/docs/content/commands/npm-restart.md deleted file mode 100644 index 6c31cfc..0000000 --- a/software/flow/node_modules/npm/docs/content/commands/npm-restart.md +++ /dev/null @@ -1,66 +0,0 @@ ---- -title: npm-restart -section: 1 -description: Restart a package ---- - -### Synopsis - -```bash -npm restart [-- <args>] -``` - -### Description - -This restarts a project. It is equivalent to running `npm run-script -restart`. - -If the current project has a `"restart"` script specified in -`package.json`, then the following scripts will be run: - -1. prerestart -2. restart -3. postrestart - -If it does _not_ have a `"restart"` script specified, but it does have -`stop` and/or `start` scripts, then the following scripts will be run: - -1. prerestart -2. prestop -3. stop -4. poststop -6. prestart -7. start -8. poststart -9. postrestart - -### Configuration - -#### `ignore-scripts` - -* Default: false -* Type: Boolean - -If true, npm does not run scripts specified in package.json files. - -Note that commands explicitly intended to run a particular script, such as -`npm start`, `npm stop`, `npm restart`, `npm test`, and `npm run-script` -will still run their intended script if `ignore-scripts` is set, but they -will *not* run any pre- or post-scripts. - -#### `script-shell` - -* Default: '/bin/sh' on POSIX systems, 'cmd.exe' on Windows -* Type: null or String - -The shell to use for scripts run with the `npm exec`, `npm run` and `npm -init <package-spec>` commands. - -### See Also - -* [npm run-script](/commands/npm-run-script) -* [npm scripts](/using-npm/scripts) -* [npm test](/commands/npm-test) -* [npm start](/commands/npm-start) -* [npm stop](/commands/npm-stop) -* [npm restart](/commands/npm-restart) diff --git a/software/flow/node_modules/npm/docs/content/commands/npm-root.md b/software/flow/node_modules/npm/docs/content/commands/npm-root.md deleted file mode 100644 index b34321e..0000000 --- a/software/flow/node_modules/npm/docs/content/commands/npm-root.md +++ /dev/null @@ -1,50 +0,0 @@ ---- -title: npm-root -section: 1 -description: Display npm root ---- - -### Synopsis - -```bash -npm root -``` - -Note: This command is unaware of workspaces. - -### Description - -Print the effective `node_modules` folder to standard out. - -Useful for using npm in shell scripts that do things with the -`node_modules` folder. For example: - -```bash -#!/bin/bash -global_node_modules="$(npm root --global)" -echo "Global packages installed in: ${global_node_modules}" -``` - -### Configuration - -#### `global` - -* Default: false -* Type: Boolean - -Operates in "global" mode, so that packages are installed into the `prefix` -folder instead of the current working directory. See -[folders](/configuring-npm/folders) for more on the differences in behavior. - -* packages are installed into the `{prefix}/lib/node_modules` folder, instead - of the current working directory. -* bin files are linked to `{prefix}/bin` -* man pages are linked to `{prefix}/share/man` - -### See Also - -* [npm prefix](/commands/npm-prefix) -* [npm bin](/commands/npm-bin) -* [npm folders](/configuring-npm/folders) -* [npm config](/commands/npm-config) -* [npmrc](/configuring-npm/npmrc) diff --git a/software/flow/node_modules/npm/docs/content/commands/npm-run-script.md b/software/flow/node_modules/npm/docs/content/commands/npm-run-script.md deleted file mode 100644 index 26011e4..0000000 --- a/software/flow/node_modules/npm/docs/content/commands/npm-run-script.md +++ /dev/null @@ -1,247 +0,0 @@ ---- -title: npm-run-script -section: 1 -description: Run arbitrary package scripts ---- - -### Synopsis - -```bash -npm run-script <command> [-- <args>] - -aliases: run, rum, urn -``` - -### Description - -This runs an arbitrary command from a package's `"scripts"` object. If no -`"command"` is provided, it will list the available scripts. - -`run[-script]` is used by the test, start, restart, and stop commands, but -can be called directly, as well. When the scripts in the package are -printed out, they're separated into lifecycle (test, start, restart) and -directly-run scripts. - -Any positional arguments are passed to the specified script. Use `--` to -pass `-`-prefixed flags and options which would otherwise be parsed by npm. - -For example: - -```bash -npm run test -- --grep="pattern" -``` - -The arguments will only be passed to the script specified after `npm run` -and not to any `pre` or `post` script. - -The `env` script is a special built-in command that can be used to list -environment variables that will be available to the script at runtime. If an -"env" command is defined in your package, it will take precedence over the -built-in. - -In addition to the shell's pre-existing `PATH`, `npm run` adds -`node_modules/.bin` to the `PATH` provided to scripts. Any binaries -provided by locally-installed dependencies can be used without the -`node_modules/.bin` prefix. For example, if there is a `devDependency` on -`tap` in your package, you should write: - -```bash -"scripts": {"test": "tap test/*.js"} -``` - -instead of - -```bash -"scripts": {"test": "node_modules/.bin/tap test/*.js"} -``` - -The actual shell your script is run within is platform dependent. By default, -on Unix-like systems it is the `/bin/sh` command, on Windows it is -`cmd.exe`. -The actual shell referred to by `/bin/sh` also depends on the system. -You can customize the shell with the -[`script-shell` config](/using-npm/config#script-shell). - -Scripts are run from the root of the package folder, regardless of what the -current working directory is when `npm run` is called. If you want your -script to use different behavior based on what subdirectory you're in, you -can use the `INIT_CWD` environment variable, which holds the full path you -were in when you ran `npm run`. - -`npm run` sets the `NODE` environment variable to the `node` executable -with which `npm` is executed. - -If you try to run a script without having a `node_modules` directory and it -fails, you will be given a warning to run `npm install`, just in case you've -forgotten. - -### Workspaces support - -You may use the [`workspace`](/using-npm/config#workspace) or -[`workspaces`](/using-npm/config#workspaces) configs in order to run an -arbitrary command from a package's `"scripts"` object in the context of the -specified workspaces. If no `"command"` is provided, it will list the available -scripts for each of these configured workspaces. - -Given a project with configured workspaces, e.g: - -``` -. -+-- package.json -`-- packages - +-- a - | `-- package.json - +-- b - | `-- package.json - `-- c - `-- package.json -``` - -Assuming the workspace configuration is properly set up at the root level -`package.json` file. e.g: - -``` -{ - "workspaces": [ "./packages/*" ] -} -``` - -And that each of the configured workspaces has a configured `test` script, -we can run tests in all of them using the -[`workspaces` config](/using-npm/config#workspaces): - -``` -npm test --workspaces -``` - -#### Filtering workspaces - -It's also possible to run a script in a single workspace using the `workspace` -config along with a name or directory path: - -``` -npm test --workspace=a -``` - -The `workspace` config can also be specified multiple times in order to run a -specific script in the context of multiple workspaces. When defining values for -the `workspace` config in the command line, it also possible to use `-w` as a -shorthand, e.g: - -``` -npm test -w a -w b -``` - -This last command will run `test` in both `./packages/a` and `./packages/b` -packages. - -### Configuration - -#### `workspace` - -* Default: -* Type: String (can be set multiple times) - -Enable running a command in the context of the configured workspaces of the -current project while filtering by running only the workspaces defined by -this configuration option. - -Valid values for the `workspace` config are either: - -* Workspace names -* Path to a workspace directory -* Path to a parent workspace directory (will result in selecting all - workspaces within that folder) - -When set for the `npm init` command, this may be set to the folder of a -workspace which does not yet exist, to create the folder and set it up as a -brand new workspace within the project. - -This value is not exported to the environment for child processes. - -#### `workspaces` - -* Default: null -* Type: null or Boolean - -Set to true to run the command in the context of **all** configured -workspaces. - -Explicitly setting this to false will cause commands like `install` to -ignore workspaces altogether. When not set explicitly: - -- Commands that operate on the `node_modules` tree (install, update, etc.) -will link workspaces into the `node_modules` folder. - Commands that do -other things (test, exec, publish, etc.) will operate on the root project, -_unless_ one or more workspaces are specified in the `workspace` config. - -This value is not exported to the environment for child processes. - -#### `include-workspace-root` - -* Default: false -* Type: Boolean - -Include the workspace root when workspaces are enabled for a command. - -When false, specifying individual workspaces via the `workspace` config, or -all workspaces via the `workspaces` flag, will cause npm to operate only on -the specified workspaces, and not on the root project. - -This value is not exported to the environment for child processes. - -#### `if-present` - -* Default: false -* Type: Boolean - -If true, npm will not exit with an error code when `run-script` is invoked -for a script that isn't defined in the `scripts` section of `package.json`. -This option can be used when it's desirable to optionally run a script when -it's present and fail if the script fails. This is useful, for example, when -running scripts that may only apply for some builds in an otherwise generic -CI setup. - -This value is not exported to the environment for child processes. - -#### `ignore-scripts` - -* Default: false -* Type: Boolean - -If true, npm does not run scripts specified in package.json files. - -Note that commands explicitly intended to run a particular script, such as -`npm start`, `npm stop`, `npm restart`, `npm test`, and `npm run-script` -will still run their intended script if `ignore-scripts` is set, but they -will *not* run any pre- or post-scripts. - -#### `foreground-scripts` - -* Default: false -* Type: Boolean - -Run all build scripts (ie, `preinstall`, `install`, and `postinstall`) -scripts for installed packages in the foreground process, sharing standard -input, output, and error with the main npm process. - -Note that this will generally make installs run slower, and be much noisier, -but can be useful for debugging. - -#### `script-shell` - -* Default: '/bin/sh' on POSIX systems, 'cmd.exe' on Windows -* Type: null or String - -The shell to use for scripts run with the `npm exec`, `npm run` and `npm -init <package-spec>` commands. - -### See Also - -* [npm scripts](/using-npm/scripts) -* [npm test](/commands/npm-test) -* [npm start](/commands/npm-start) -* [npm restart](/commands/npm-restart) -* [npm stop](/commands/npm-stop) -* [npm config](/commands/npm-config) -* [npm workspaces](/using-npm/workspaces) diff --git a/software/flow/node_modules/npm/docs/content/commands/npm-search.md b/software/flow/node_modules/npm/docs/content/commands/npm-search.md deleted file mode 100644 index 3e4fa45..0000000 --- a/software/flow/node_modules/npm/docs/content/commands/npm-search.md +++ /dev/null @@ -1,137 +0,0 @@ ---- -title: npm-search -section: 1 -description: Search for packages ---- - -### Synopsis - -```bash -npm search [search terms ...] - -aliases: find, s, se -``` - -Note: This command is unaware of workspaces. - -### Description - -Search the registry for packages matching the search terms. `npm search` -performs a linear, incremental, lexically-ordered search through package -metadata for all files in the registry. If your terminal has color -support, it will further highlight the matches in the results. This can -be disabled with the config item `color` - -Additionally, using the `--searchopts` and `--searchexclude` options -paired with more search terms will include and exclude further patterns. -The main difference between `--searchopts` and the standard search terms -is that the former does not highlight results in the output and you can -use them more fine-grained filtering. Additionally, you can add both of -these to your config to change default search filtering behavior. - -Search also allows targeting of maintainers in search results, by prefixing -their npm username with `=`. - -If a term starts with `/`, then it's interpreted as a regular expression -and supports standard JavaScript RegExp syntax. In this case search will -ignore a trailing `/` . (Note you must escape or quote many regular -expression characters in most shells.) - -### Configuration - -#### `long` - -* Default: false -* Type: Boolean - -Show extended information in `ls`, `search`, and `help-search`. - -#### `json` - -* Default: false -* Type: Boolean - -Whether or not to output JSON data, rather than the normal output. - -* In `npm pkg set` it enables parsing set values with JSON.parse() before - saving them to your `package.json`. - -Not supported by all npm commands. - -#### `color` - -* Default: true unless the NO_COLOR environ is set to something other than '0' -* Type: "always" or Boolean - -If false, never shows colors. If `"always"` then always shows colors. If -true, then only prints color codes for tty file descriptors. - -#### `parseable` - -* Default: false -* Type: Boolean - -Output parseable results from commands that write to standard output. For -`npm search`, this will be tab-separated table format. - -#### `description` - -* Default: true -* Type: Boolean - -Show the description in `npm search` - -#### `searchopts` - -* Default: "" -* Type: String - -Space-separated options that are always passed to search. - -#### `searchexclude` - -* Default: "" -* Type: String - -Space-separated options that limit the results from search. - -#### `registry` - -* Default: "https://registry.npmjs.org/" -* Type: URL - -The base URL of the npm registry. - -#### `prefer-online` - -* Default: false -* Type: Boolean - -If true, staleness checks for cached data will be forced, making the CLI -look for updates immediately even for fresh package data. - -#### `prefer-offline` - -* Default: false -* Type: Boolean - -If true, staleness checks for cached data will be bypassed, but missing data -will be requested from the server. To force full offline mode, use -`--offline`. - -#### `offline` - -* Default: false -* Type: Boolean - -Force offline mode: no network requests will be done during install. To -allow the CLI to fill in missing cache data, see `--prefer-offline`. - -### See Also - -* [npm registry](/using-npm/registry) -* [npm config](/commands/npm-config) -* [npmrc](/configuring-npm/npmrc) -* [npm view](/commands/npm-view) -* [npm cache](/commands/npm-cache) -* https://npm.im/npm-registry-fetch diff --git a/software/flow/node_modules/npm/docs/content/commands/npm-shrinkwrap.md b/software/flow/node_modules/npm/docs/content/commands/npm-shrinkwrap.md deleted file mode 100644 index 6786229..0000000 --- a/software/flow/node_modules/npm/docs/content/commands/npm-shrinkwrap.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: npm-shrinkwrap -section: 1 -description: Lock down dependency versions for publication ---- - -### Synopsis - -```bash -npm shrinkwrap -``` - -Note: This command is unaware of workspaces. - -### Description - -This command repurposes `package-lock.json` into a publishable -`npm-shrinkwrap.json` or simply creates a new one. The file created and -updated by this command will then take precedence over any other existing -or future `package-lock.json` files. For a detailed explanation of the -design and purpose of package locks in npm, see -[package-lock-json](/configuring-npm/package-lock-json). - -### See Also - -* [npm install](/commands/npm-install) -* [npm run-script](/commands/npm-run-script) -* [npm scripts](/using-npm/scripts) -* [package.json](/configuring-npm/package-json) -* [package-lock.json](/configuring-npm/package-lock-json) -* [npm-shrinkwrap.json](/configuring-npm/npm-shrinkwrap-json) -* [npm ls](/commands/npm-ls) diff --git a/software/flow/node_modules/npm/docs/content/commands/npm-star.md b/software/flow/node_modules/npm/docs/content/commands/npm-star.md deleted file mode 100644 index ba70051..0000000 --- a/software/flow/node_modules/npm/docs/content/commands/npm-star.md +++ /dev/null @@ -1,72 +0,0 @@ ---- -title: npm-star -section: 1 -description: Mark your favorite packages ---- - -### Synopsis - -```bash -npm star [<package-spec>...] -``` - -Note: This command is unaware of workspaces. - -### Description - -"Starring" a package means that you have some interest in it. It's -a vaguely positive way to show that you care. - -It's a boolean thing. Starring repeatedly has no additional effect. - -### More - -There's also these extra commands to help you manage your favorite packages: - -#### Unstar - -You can also "unstar" a package using [`npm unstar`](/commands/npm-unstar) - -"Unstarring" is the same thing, but in reverse. - -#### Listing stars - -You can see all your starred packages using [`npm stars`](/commands/npm-stars) - -### Configuration - -#### `registry` - -* Default: "https://registry.npmjs.org/" -* Type: URL - -The base URL of the npm registry. - -#### `unicode` - -* Default: false on windows, true on mac/unix systems with a unicode locale, - as defined by the `LC_ALL`, `LC_CTYPE`, or `LANG` environment variables. -* Type: Boolean - -When set to true, npm uses unicode characters in the tree output. When -false, it uses ascii characters instead of unicode glyphs. - -#### `otp` - -* Default: null -* Type: null or String - -This is a one-time password from a two-factor authenticator. It's needed -when publishing or changing package permissions with `npm access`. - -If not set, and a registry response fails with a challenge for a one-time -password, npm will prompt on the command line for one. - -### See Also - -* [package spec](/using-npm/package-spec) -* [npm unstar](/commands/npm-unstar) -* [npm stars](/commands/npm-stars) -* [npm view](/commands/npm-view) -* [npm whoami](/commands/npm-whoami) -* [npm adduser](/commands/npm-adduser) diff --git a/software/flow/node_modules/npm/docs/content/commands/npm-stars.md b/software/flow/node_modules/npm/docs/content/commands/npm-stars.md deleted file mode 100644 index 114cde2..0000000 --- a/software/flow/node_modules/npm/docs/content/commands/npm-stars.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -title: npm-stars -section: 1 -description: View packages marked as favorites ---- - -### Synopsis - -```bash -npm stars [<user>] -``` - -Note: This command is unaware of workspaces. - -### Description - -If you have starred a lot of neat things and want to find them again -quickly this command lets you do just that. - -You may also want to see your friend's favorite packages, in this case -you will most certainly enjoy this command. - -### Configuration - -#### `registry` - -* Default: "https://registry.npmjs.org/" -* Type: URL - -The base URL of the npm registry. - -### See Also - -* [npm star](/commands/npm-star) -* [npm unstar](/commands/npm-unstar) -* [npm view](/commands/npm-view) -* [npm whoami](/commands/npm-whoami) -* [npm adduser](/commands/npm-adduser) diff --git a/software/flow/node_modules/npm/docs/content/commands/npm-start.md b/software/flow/node_modules/npm/docs/content/commands/npm-start.md deleted file mode 100644 index 7ba8425..0000000 --- a/software/flow/node_modules/npm/docs/content/commands/npm-start.md +++ /dev/null @@ -1,76 +0,0 @@ ---- -title: npm-start -section: 1 -description: Start a package ---- - -### Synopsis - -```bash -npm start [-- <args>] -``` - -### Description - -This runs a predefined command specified in the `"start"` property of -a package's `"scripts"` object. - -If the `"scripts"` object does not define a `"start"` property, npm -will run `node server.js`. - -Note that this is different from the default node behavior of running -the file specified in a package's `"main"` attribute when evoking with -`node .` - -As of [`npm@2.0.0`](https://blog.npmjs.org/post/98131109725/npm-2-0-0), you can -use custom arguments when executing scripts. Refer to [`npm run-script`](/commands/npm-run-script) for more details. - -### Example - -```json -{ - "scripts": { - "start": "node foo.js" - } -} -``` - -```bash -npm start - -> npm@x.x.x start -> node foo.js - -(foo.js output would be here) - -``` - -### Configuration - -#### `ignore-scripts` - -* Default: false -* Type: Boolean - -If true, npm does not run scripts specified in package.json files. - -Note that commands explicitly intended to run a particular script, such as -`npm start`, `npm stop`, `npm restart`, `npm test`, and `npm run-script` -will still run their intended script if `ignore-scripts` is set, but they -will *not* run any pre- or post-scripts. - -#### `script-shell` - -* Default: '/bin/sh' on POSIX systems, 'cmd.exe' on Windows -* Type: null or String - -The shell to use for scripts run with the `npm exec`, `npm run` and `npm -init <package-spec>` commands. - -### See Also - -* [npm run-script](/commands/npm-run-script) -* [npm scripts](/using-npm/scripts) -* [npm test](/commands/npm-test) -* [npm restart](/commands/npm-restart) -* [npm stop](/commands/npm-stop) diff --git a/software/flow/node_modules/npm/docs/content/commands/npm-stop.md b/software/flow/node_modules/npm/docs/content/commands/npm-stop.md deleted file mode 100644 index 05df3fb..0000000 --- a/software/flow/node_modules/npm/docs/content/commands/npm-stop.md +++ /dev/null @@ -1,69 +0,0 @@ ---- -title: npm-stop -section: 1 -description: Stop a package ---- - -### Synopsis - -```bash -npm stop [-- <args>] -``` - -### Description - -This runs a predefined command specified in the "stop" property of a -package's "scripts" object. - -Unlike with [npm start](/commands/npm-start), there is no default script -that will run if the `"stop"` property is not defined. - -### Example - -```json -{ - "scripts": { - "stop": "node bar.js" - } -} -``` - -```bash -npm stop - -> npm@x.x.x stop -> node bar.js - -(bar.js output would be here) - -``` - -### Configuration - -#### `ignore-scripts` - -* Default: false -* Type: Boolean - -If true, npm does not run scripts specified in package.json files. - -Note that commands explicitly intended to run a particular script, such as -`npm start`, `npm stop`, `npm restart`, `npm test`, and `npm run-script` -will still run their intended script if `ignore-scripts` is set, but they -will *not* run any pre- or post-scripts. - -#### `script-shell` - -* Default: '/bin/sh' on POSIX systems, 'cmd.exe' on Windows -* Type: null or String - -The shell to use for scripts run with the `npm exec`, `npm run` and `npm -init <package-spec>` commands. - -### See Also - -* [npm run-script](/commands/npm-run-script) -* [npm scripts](/using-npm/scripts) -* [npm test](/commands/npm-test) -* [npm start](/commands/npm-start) -* [npm restart](/commands/npm-restart) diff --git a/software/flow/node_modules/npm/docs/content/commands/npm-team.md b/software/flow/node_modules/npm/docs/content/commands/npm-team.md deleted file mode 100644 index 68b2192..0000000 --- a/software/flow/node_modules/npm/docs/content/commands/npm-team.md +++ /dev/null @@ -1,147 +0,0 @@ ---- -title: npm-team -section: 1 -description: Manage organization teams and team memberships ---- - -### Synopsis - -```bash -npm team create <scope:team> [--otp <otpcode>] -npm team destroy <scope:team> [--otp <otpcode>] -npm team add <scope:team> <user> [--otp <otpcode>] -npm team rm <scope:team> <user> [--otp <otpcode>] -npm team ls <scope>|<scope:team> -``` - -Note: This command is unaware of workspaces. - -### Description - -Used to manage teams in organizations, and change team memberships. Does not -handle permissions for packages. - -Teams must always be fully qualified with the organization/scope they belong to -when operating on them, separated by a colon (`:`). That is, if you have a -`newteam` team in an `org` organization, you must always refer to that team -as `@org:newteam` in these commands. - -If you have two-factor authentication enabled in `auth-and-writes` mode, then -you can provide a code from your authenticator with `[--otp <otpcode>]`. -If you don't include this then you will be taken through a second factor flow based -on your `authtype`. - -* create / destroy: - Create a new team, or destroy an existing one. Note: You cannot remove the - `developers` team, <a href="https://docs.npmjs.com/about-developers-team" target="_blank">learn more.</a> - - Here's how to create a new team `newteam` under the `org` org: - - ```bash - npm team create @org:newteam - ``` - - You should see a confirming message such as: `+@org:newteam` once the new - team has been created. - -* add: - Add a user to an existing team. - - Adding a new user `username` to a team named `newteam` under the `org` org: - - ```bash - npm team add @org:newteam username - ``` - - On success, you should see a message: `username added to @org:newteam` - -* rm: - Using `npm team rm` you can also remove users from a team they belong to. - - Here's an example removing user `username` from `newteam` team - in `org` organization: - - ```bash - npm team rm @org:newteam username - ``` - - Once the user is removed a confirmation message is displayed: - `username removed from @org:newteam` - -* ls: - If performed on an organization name, will return a list of existing teams - under that organization. If performed on a team, it will instead return a list - of all users belonging to that particular team. - - Here's an example of how to list all teams from an org named `org`: - - ```bash - npm team ls @org - ``` - - Example listing all members of a team named `newteam`: - - ```bash - npm team ls @org:newteam - ``` - -### Details - -`npm team` always operates directly on the current registry, configurable from -the command line using `--registry=<registry url>`. - -You must be a *team admin* to create teams and manage team membership, under -the given organization. Listing teams and team memberships may be done by -any member of the organization. - -Organization creation and management of team admins and *organization* members -is done through the website, not the npm CLI. - -To use teams to manage permissions on packages belonging to your organization, -use the `npm access` command to grant or revoke the appropriate permissions. - -### Configuration - -#### `registry` - -* Default: "https://registry.npmjs.org/" -* Type: URL - -The base URL of the npm registry. - -#### `otp` - -* Default: null -* Type: null or String - -This is a one-time password from a two-factor authenticator. It's needed -when publishing or changing package permissions with `npm access`. - -If not set, and a registry response fails with a challenge for a one-time -password, npm will prompt on the command line for one. - -#### `parseable` - -* Default: false -* Type: Boolean - -Output parseable results from commands that write to standard output. For -`npm search`, this will be tab-separated table format. - -#### `json` - -* Default: false -* Type: Boolean - -Whether or not to output JSON data, rather than the normal output. - -* In `npm pkg set` it enables parsing set values with JSON.parse() before - saving them to your `package.json`. - -Not supported by all npm commands. - -### See Also - -* [npm access](/commands/npm-access) -* [npm config](/commands/npm-config) -* [npm registry](/using-npm/registry) diff --git a/software/flow/node_modules/npm/docs/content/commands/npm-test.md b/software/flow/node_modules/npm/docs/content/commands/npm-test.md deleted file mode 100644 index ffdb578..0000000 --- a/software/flow/node_modules/npm/docs/content/commands/npm-test.md +++ /dev/null @@ -1,66 +0,0 @@ ---- -title: npm-test -section: 1 -description: Test a package ---- - -### Synopsis - -```bash -npm test [-- <args>] - -aliases: tst, t -``` - -### Description - -This runs a predefined command specified in the `"test"` property of -a package's `"scripts"` object. - -### Example - -```json -{ - "scripts": { - "test": "node test.js" - } -} -``` - -```bash -npm test -> npm@x.x.x test -> node test.js - -(test.js output would be here) -``` - -### Configuration - -#### `ignore-scripts` - -* Default: false -* Type: Boolean - -If true, npm does not run scripts specified in package.json files. - -Note that commands explicitly intended to run a particular script, such as -`npm start`, `npm stop`, `npm restart`, `npm test`, and `npm run-script` -will still run their intended script if `ignore-scripts` is set, but they -will *not* run any pre- or post-scripts. - -#### `script-shell` - -* Default: '/bin/sh' on POSIX systems, 'cmd.exe' on Windows -* Type: null or String - -The shell to use for scripts run with the `npm exec`, `npm run` and `npm -init <package-spec>` commands. - -### See Also - -* [npm run-script](/commands/npm-run-script) -* [npm scripts](/using-npm/scripts) -* [npm start](/commands/npm-start) -* [npm restart](/commands/npm-restart) -* [npm stop](/commands/npm-stop) diff --git a/software/flow/node_modules/npm/docs/content/commands/npm-token.md b/software/flow/node_modules/npm/docs/content/commands/npm-token.md deleted file mode 100644 index bfd8e05..0000000 --- a/software/flow/node_modules/npm/docs/content/commands/npm-token.md +++ /dev/null @@ -1,122 +0,0 @@ ---- -title: npm-token -section: 1 -description: Manage your authentication tokens ---- - -### Synopsis - -```bash -npm token list -npm token revoke <id|token> -npm token create [--read-only] [--cidr=list] -``` - -Note: This command is unaware of workspaces. - -### Description - -This lets you list, create and revoke authentication tokens. - -* `npm token list`: - Shows a table of all active authentication tokens. You can request - this as JSON with `--json` or tab-separated values with `--parseable`. - -```bash -+--------+---------+------------+----------+----------------+ -| id | token | created | read-only | CIDR whitelist | -+--------+---------+------------+----------+----------------+ -| 7f3134 | 1fa9ba… | 2017-10-02 | yes | | -+--------+---------+------------+----------+----------------+ -| c03241 | af7aef… | 2017-10-02 | no | 192.168.0.1/24 | -+--------+---------+------------+----------+----------------+ -| e0cf92 | 3a436a… | 2017-10-02 | no | | -+--------+---------+------------+----------+----------------+ -| 63eb9d | 74ef35… | 2017-09-28 | no | | -+--------+---------+------------+----------+----------------+ -| 2daaa8 | cbad5f… | 2017-09-26 | no | | -+--------+---------+------------+----------+----------------+ -| 68c2fe | 127e51… | 2017-09-23 | no | | -+--------+---------+------------+----------+----------------+ -| 6334e1 | 1dadd1… | 2017-09-23 | no | | -+--------+---------+------------+----------+----------------+ -``` - -* `npm token create [--read-only] [--cidr=<cidr-ranges>]`: - Create a new authentication token. It can be `--read-only`, or accept - a list of - [CIDR](https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) - ranges with which to limit use of this token. This will prompt you for - your password, and, if you have two-factor authentication enabled, an - otp. - - Currently, the cli can not generate automation tokens. Please refer to - the [docs - website](https://docs.npmjs.com/creating-and-viewing-access-tokens) - for more information on generating automation tokens. - -```bash -+----------------+--------------------------------------+ -| token | a73c9572-f1b9-8983-983d-ba3ac3cc913d | -+----------------+--------------------------------------+ -| cidr_whitelist | | -+----------------+--------------------------------------+ -| readonly | false | -+----------------+--------------------------------------+ -| created | 2017-10-02T07:52:24.838Z | -+----------------+--------------------------------------+ -``` - -* `npm token revoke <token|id>`: - Immediately removes an authentication token from the registry. You - will no longer be able to use it. This can accept both complete - tokens (such as those you get back from `npm token create`, and those - found in your `.npmrc`), and ids as seen in the parseable or json - output of `npm token list`. This will NOT accept the truncated token - found in the normal `npm token list` output. - -### Configuration - -#### `read-only` - -* Default: false -* Type: Boolean - -This is used to mark a token as unable to publish when configuring limited -access tokens with the `npm token create` command. - -#### `cidr` - -* Default: null -* Type: null or String (can be set multiple times) - -This is a list of CIDR address to be used when configuring limited access -tokens with the `npm token create` command. - -#### `registry` - -* Default: "https://registry.npmjs.org/" -* Type: URL - -The base URL of the npm registry. - -#### `otp` - -* Default: null -* Type: null or String - -This is a one-time password from a two-factor authenticator. It's needed -when publishing or changing package permissions with `npm access`. - -If not set, and a registry response fails with a challenge for a one-time -password, npm will prompt on the command line for one. - -### See Also - -* [npm adduser](/commands/npm-adduser) -* [npm registry](/using-npm/registry) -* [npm config](/commands/npm-config) -* [npmrc](/configuring-npm/npmrc) -* [npm owner](/commands/npm-owner) -* [npm whoami](/commands/npm-whoami) -* [npm profile](/commands/npm-profile) diff --git a/software/flow/node_modules/npm/docs/content/commands/npm-uninstall.md b/software/flow/node_modules/npm/docs/content/commands/npm-uninstall.md deleted file mode 100644 index ef12bcd..0000000 --- a/software/flow/node_modules/npm/docs/content/commands/npm-uninstall.md +++ /dev/null @@ -1,139 +0,0 @@ ---- -title: npm-uninstall -section: 1 -description: Remove a package ---- - -### Synopsis - -```bash -npm uninstall [<@scope>/]<pkg>... - -aliases: unlink, remove, rm, r, un -``` - -### Description - -This uninstalls a package, completely removing everything npm installed -on its behalf. - -It also removes the package from the `dependencies`, `devDependencies`, -`optionalDependencies`, and `peerDependencies` objects in your -`package.json`. - -Further, if you have an `npm-shrinkwrap.json` or `package-lock.json`, npm -will update those files as well. - -`--no-save` will tell npm not to remove the package from your -`package.json`, `npm-shrinkwrap.json`, or `package-lock.json` files. - -`--save` or `-S` will tell npm to remove the package from your -`package.json`, `npm-shrinkwrap.json`, and `package-lock.json` files. -This is the default, but you may need to use this if you have for -instance `save=false` in your `npmrc` file - -In global mode (ie, with `-g` or `--global` appended to the command), -it uninstalls the current package context as a global package. -`--no-save` is ignored in this case. - -Scope is optional and follows the usual rules for [`scope`](/using-npm/scope). - -### Examples - -```bash -npm uninstall sax -``` - -`sax` will no longer be in your `package.json`, `npm-shrinkwrap.json`, or -`package-lock.json` files. - -```bash -npm uninstall lodash --no-save -``` - -`lodash` will not be removed from your `package.json`, -`npm-shrinkwrap.json`, or `package-lock.json` files. - -### Configuration - -#### `save` - -* Default: `true` unless when using `npm update` where it defaults to `false` -* Type: Boolean - -Save installed packages to a `package.json` file as dependencies. - -When used with the `npm rm` command, removes the dependency from -`package.json`. - -Will also prevent writing to `package-lock.json` if set to `false`. - -#### `workspace` - -* Default: -* Type: String (can be set multiple times) - -Enable running a command in the context of the configured workspaces of the -current project while filtering by running only the workspaces defined by -this configuration option. - -Valid values for the `workspace` config are either: - -* Workspace names -* Path to a workspace directory -* Path to a parent workspace directory (will result in selecting all - workspaces within that folder) - -When set for the `npm init` command, this may be set to the folder of a -workspace which does not yet exist, to create the folder and set it up as a -brand new workspace within the project. - -This value is not exported to the environment for child processes. - -#### `workspaces` - -* Default: null -* Type: null or Boolean - -Set to true to run the command in the context of **all** configured -workspaces. - -Explicitly setting this to false will cause commands like `install` to -ignore workspaces altogether. When not set explicitly: - -- Commands that operate on the `node_modules` tree (install, update, etc.) -will link workspaces into the `node_modules` folder. - Commands that do -other things (test, exec, publish, etc.) will operate on the root project, -_unless_ one or more workspaces are specified in the `workspace` config. - -This value is not exported to the environment for child processes. - -#### `include-workspace-root` - -* Default: false -* Type: Boolean - -Include the workspace root when workspaces are enabled for a command. - -When false, specifying individual workspaces via the `workspace` config, or -all workspaces via the `workspaces` flag, will cause npm to operate only on -the specified workspaces, and not on the root project. - -This value is not exported to the environment for child processes. - -#### `install-links` - -* Default: false -* Type: Boolean - -When set file: protocol dependencies will be packed and installed as regular -dependencies instead of creating a symlink. This option has no effect on -workspaces. - -### See Also - -* [npm prune](/commands/npm-prune) -* [npm install](/commands/npm-install) -* [npm folders](/configuring-npm/folders) -* [npm config](/commands/npm-config) -* [npmrc](/configuring-npm/npmrc) diff --git a/software/flow/node_modules/npm/docs/content/commands/npm-unpublish.md b/software/flow/node_modules/npm/docs/content/commands/npm-unpublish.md deleted file mode 100644 index 20ef4af..0000000 --- a/software/flow/node_modules/npm/docs/content/commands/npm-unpublish.md +++ /dev/null @@ -1,129 +0,0 @@ ---- -title: npm-unpublish -section: 1 -description: Remove a package from the registry ---- - -### Synopsis - -```bash -npm unpublish [<package-spec>] -``` - -To learn more about how the npm registry treats unpublish, see our <a -href="https://docs.npmjs.com/policies/unpublish" target="_blank" -rel="noopener noreferrer"> unpublish policies</a> - -### Warning - -Consider using the [`deprecate`](/commands/npm-deprecate) command instead, -if your intent is to encourage users to upgrade, or if you no longer -want to maintain a package. - -### Description - -This removes a package version from the registry, deleting its entry and -removing the tarball. - -The npm registry will return an error if you are not [logged -in](/commands/npm-adduser). - -If you do not specify a version or if you remove all of a package's -versions then the registry will remove the root package entry entirely. - -Even if you unpublish a package version, that specific name and version -combination can never be reused. In order to publish the package again, -you must use a new version number. If you unpublish the entire package, -you may not publish any new versions of that package until 24 hours have -passed. - -### Configuration - -#### `dry-run` - -* Default: false -* Type: Boolean - -Indicates that you don't want npm to make any changes and that it should -only report what it would have done. This can be passed into any of the -commands that modify your local installation, eg, `install`, `update`, -`dedupe`, `uninstall`, as well as `pack` and `publish`. - -Note: This is NOT honored by other network related commands, eg `dist-tags`, -`owner`, etc. - -#### `force` - -* Default: false -* Type: Boolean - -Removes various protections against unfortunate side effects, common -mistakes, unnecessary performance degradation, and malicious input. - -* Allow clobbering non-npm files in global installs. -* Allow the `npm version` command to work on an unclean git repository. -* Allow deleting the cache folder with `npm cache clean`. -* Allow installing packages that have an `engines` declaration requiring a - different version of npm. -* Allow installing packages that have an `engines` declaration requiring a - different version of `node`, even if `--engine-strict` is enabled. -* Allow `npm audit fix` to install modules outside your stated dependency - range (including SemVer-major changes). -* Allow unpublishing all versions of a published package. -* Allow conflicting peerDependencies to be installed in the root project. -* Implicitly set `--yes` during `npm init`. -* Allow clobbering existing values in `npm pkg` -* Allow unpublishing of entire packages (not just a single version). - -If you don't have a clear idea of what you want to do, it is strongly -recommended that you do not use this option! - -#### `workspace` - -* Default: -* Type: String (can be set multiple times) - -Enable running a command in the context of the configured workspaces of the -current project while filtering by running only the workspaces defined by -this configuration option. - -Valid values for the `workspace` config are either: - -* Workspace names -* Path to a workspace directory -* Path to a parent workspace directory (will result in selecting all - workspaces within that folder) - -When set for the `npm init` command, this may be set to the folder of a -workspace which does not yet exist, to create the folder and set it up as a -brand new workspace within the project. - -This value is not exported to the environment for child processes. - -#### `workspaces` - -* Default: null -* Type: null or Boolean - -Set to true to run the command in the context of **all** configured -workspaces. - -Explicitly setting this to false will cause commands like `install` to -ignore workspaces altogether. When not set explicitly: - -- Commands that operate on the `node_modules` tree (install, update, etc.) -will link workspaces into the `node_modules` folder. - Commands that do -other things (test, exec, publish, etc.) will operate on the root project, -_unless_ one or more workspaces are specified in the `workspace` config. - -This value is not exported to the environment for child processes. - -### See Also - -* [package spec](/using-npm/package-spec) -* [npm deprecate](/commands/npm-deprecate) -* [npm publish](/commands/npm-publish) -* [npm registry](/using-npm/registry) -* [npm adduser](/commands/npm-adduser) -* [npm owner](/commands/npm-owner) -* [npm login](/commands/npm-adduser) diff --git a/software/flow/node_modules/npm/docs/content/commands/npm-unstar.md b/software/flow/node_modules/npm/docs/content/commands/npm-unstar.md deleted file mode 100644 index 7e49ad0..0000000 --- a/software/flow/node_modules/npm/docs/content/commands/npm-unstar.md +++ /dev/null @@ -1,68 +0,0 @@ ---- -title: npm-unstar -section: 1 -description: Remove an item from your favorite packages ---- - -### Synopsis - -```bash -npm unstar [<package-spec>...] -``` - -Note: This command is unaware of workspaces. - -### Description - -"Unstarring" a package is the opposite of [`npm star`](/commands/npm-star), -it removes an item from your list of favorite packages. - -### More - -There's also these extra commands to help you manage your favorite packages: - -#### Star - -You can "star" a package using [`npm star`](/commands/npm-star) - -#### Listing stars - -You can see all your starred packages using [`npm stars`](/commands/npm-stars) - -### Configuration - -#### `registry` - -* Default: "https://registry.npmjs.org/" -* Type: URL - -The base URL of the npm registry. - -#### `unicode` - -* Default: false on windows, true on mac/unix systems with a unicode locale, - as defined by the `LC_ALL`, `LC_CTYPE`, or `LANG` environment variables. -* Type: Boolean - -When set to true, npm uses unicode characters in the tree output. When -false, it uses ascii characters instead of unicode glyphs. - -#### `otp` - -* Default: null -* Type: null or String - -This is a one-time password from a two-factor authenticator. It's needed -when publishing or changing package permissions with `npm access`. - -If not set, and a registry response fails with a challenge for a one-time -password, npm will prompt on the command line for one. - -### See Also - -* [npm star](/commands/npm-star) -* [npm stars](/commands/npm-stars) -* [npm view](/commands/npm-view) -* [npm whoami](/commands/npm-whoami) -* [npm adduser](/commands/npm-adduser) - diff --git a/software/flow/node_modules/npm/docs/content/commands/npm-update.md b/software/flow/node_modules/npm/docs/content/commands/npm-update.md deleted file mode 100644 index fa9d963..0000000 --- a/software/flow/node_modules/npm/docs/content/commands/npm-update.md +++ /dev/null @@ -1,404 +0,0 @@ ---- -title: npm-update -section: 1 -description: Update packages ---- - -### Synopsis - -```bash -npm update [<pkg>...] - -aliases: up, upgrade, udpate -``` - -### Description - -This command will update all the packages listed to the latest version -(specified by the [`tag` config](/using-npm/config#tag)), respecting the semver -constraints of both your package and its dependencies (if they also require the -same package). - -It will also install missing packages. - -If the `-g` flag is specified, this command will update globally installed -packages. - -If no package name is specified, all packages in the specified location (global -or local) will be updated. - -Note that by default `npm update` will not update the semver values of direct -dependencies in your project `package.json`, if you want to also update -values in `package.json` you can run: `npm update --save` (or add the -`save=true` option to a [configuration file](/configuring-npm/npmrc) -to make that the default behavior). - -### Example - -For the examples below, assume that the current package is `app` and it depends -on dependencies, `dep1` (`dep2`, .. etc.). The published versions of `dep1` -are: - -```json -{ - "dist-tags": { "latest": "1.2.2" }, - "versions": [ - "1.2.2", - "1.2.1", - "1.2.0", - "1.1.2", - "1.1.1", - "1.0.0", - "0.4.1", - "0.4.0", - "0.2.0" - ] -} -``` - -#### Caret Dependencies - -If `app`'s `package.json` contains: - -```json -"dependencies": { - "dep1": "^1.1.1" -} -``` - -Then `npm update` will install `dep1@1.2.2`, because `1.2.2` is `latest` and -`1.2.2` satisfies `^1.1.1`. - -#### Tilde Dependencies - -However, if `app`'s `package.json` contains: - -```json -"dependencies": { - "dep1": "~1.1.1" -} -``` - -In this case, running `npm update` will install `dep1@1.1.2`. Even though the -`latest` tag points to `1.2.2`, this version do not satisfy `~1.1.1`, which is -equivalent to `>=1.1.1 <1.2.0`. So the highest-sorting version that satisfies -`~1.1.1` is used, which is `1.1.2`. - -#### Caret Dependencies below 1.0.0 - -Suppose `app` has a caret dependency on a version below `1.0.0`, for example: - -```json -"dependencies": { - "dep1": "^0.2.0" -} -``` - -`npm update` will install `dep1@0.2.0`, because there are no other -versions which satisfy `^0.2.0`. - -If the dependence were on `^0.4.0`: - -```json -"dependencies": { - "dep1": "^0.4.0" -} -``` - -Then `npm update` will install `dep1@0.4.1`, because that is the highest-sorting -version that satisfies `^0.4.0` (`>= 0.4.0 <0.5.0`) - - -#### Subdependencies - -Suppose your app now also has a dependency on `dep2` - -```json -{ - "name": "my-app", - "dependencies": { - "dep1": "^1.0.0", - "dep2": "1.0.0" - } -} -``` - -and `dep2` itself depends on this limited range of `dep1` - -```json -{ -"name": "dep2", - "dependencies": { - "dep1": "~1.1.1" - } -} -``` - -Then `npm update` will install `dep1@1.1.2` because that is the highest -version that `dep2` allows. npm will prioritize having a single version -of `dep1` in your tree rather than two when that single version can -satisfy the semver requirements of multiple dependencies in your tree. -In this case if you really did need your package to use a newer version -you would need to use `npm install`. - - -#### Updating Globally-Installed Packages - -`npm update -g` will apply the `update` action to each globally installed -package that is `outdated` -- that is, has a version that is different from -`wanted`. - -Note: Globally installed packages are treated as if they are installed with a -caret semver range specified. So if you require to update to `latest` you may -need to run `npm install -g [<pkg>...]` - -NOTE: If a package has been upgraded to a version newer than `latest`, it will -be _downgraded_. - -### Configuration - -#### `save` - -* Default: `true` unless when using `npm update` where it defaults to `false` -* Type: Boolean - -Save installed packages to a `package.json` file as dependencies. - -When used with the `npm rm` command, removes the dependency from -`package.json`. - -Will also prevent writing to `package-lock.json` if set to `false`. - -#### `global` - -* Default: false -* Type: Boolean - -Operates in "global" mode, so that packages are installed into the `prefix` -folder instead of the current working directory. See -[folders](/configuring-npm/folders) for more on the differences in behavior. - -* packages are installed into the `{prefix}/lib/node_modules` folder, instead - of the current working directory. -* bin files are linked to `{prefix}/bin` -* man pages are linked to `{prefix}/share/man` - -#### `install-strategy` - -* Default: "hoisted" -* Type: "hoisted", "nested", "shallow", or "linked" - -Sets the strategy for installing packages in node_modules. hoisted -(default): Install non-duplicated in top-level, and duplicated as necessary -within directory structure. nested: (formerly --legacy-bundling) install in -place, no hoisting. shallow (formerly --global-style) only install direct -deps at top-level. linked: (experimental) install in node_modules/.store, -link in place, unhoisted. - -#### `legacy-bundling` - -* Default: false -* Type: Boolean -* DEPRECATED: This option has been deprecated in favor of - `--install-strategy=nested` - -Instead of hoisting package installs in `node_modules`, install packages in -the same manner that they are depended on. This may cause very deep -directory structures and duplicate package installs as there is no -de-duplicating. Sets `--install-strategy=nested`. - -#### `global-style` - -* Default: false -* Type: Boolean -* DEPRECATED: This option has been deprecated in favor of - `--install-strategy=shallow` - -Only install direct dependencies in the top level `node_modules`, but hoist -on deeper dependencies. Sets `--install-strategy=shallow`. - -#### `omit` - -* Default: 'dev' if the `NODE_ENV` environment variable is set to - 'production', otherwise empty. -* Type: "dev", "optional", or "peer" (can be set multiple times) - -Dependency types to omit from the installation tree on disk. - -Note that these dependencies _are_ still resolved and added to the -`package-lock.json` or `npm-shrinkwrap.json` file. They are just not -physically installed on disk. - -If a package type appears in both the `--include` and `--omit` lists, then -it will be included. - -If the resulting omit list includes `'dev'`, then the `NODE_ENV` environment -variable will be set to `'production'` for all lifecycle scripts. - -#### `strict-peer-deps` - -* Default: false -* Type: Boolean - -If set to `true`, and `--legacy-peer-deps` is not set, then _any_ -conflicting `peerDependencies` will be treated as an install failure, even -if npm could reasonably guess the appropriate resolution based on non-peer -dependency relationships. - -By default, conflicting `peerDependencies` deep in the dependency graph will -be resolved using the nearest non-peer dependency specification, even if -doing so will result in some packages receiving a peer dependency outside -the range set in their package's `peerDependencies` object. - -When such an override is performed, a warning is printed, explaining the -conflict and the packages involved. If `--strict-peer-deps` is set, then -this warning is treated as a failure. - -#### `package-lock` - -* Default: true -* Type: Boolean - -If set to false, then ignore `package-lock.json` files when installing. This -will also prevent _writing_ `package-lock.json` if `save` is true. - -This configuration does not affect `npm ci`. - -#### `foreground-scripts` - -* Default: false -* Type: Boolean - -Run all build scripts (ie, `preinstall`, `install`, and `postinstall`) -scripts for installed packages in the foreground process, sharing standard -input, output, and error with the main npm process. - -Note that this will generally make installs run slower, and be much noisier, -but can be useful for debugging. - -#### `ignore-scripts` - -* Default: false -* Type: Boolean - -If true, npm does not run scripts specified in package.json files. - -Note that commands explicitly intended to run a particular script, such as -`npm start`, `npm stop`, `npm restart`, `npm test`, and `npm run-script` -will still run their intended script if `ignore-scripts` is set, but they -will *not* run any pre- or post-scripts. - -#### `audit` - -* Default: true -* Type: Boolean - -When "true" submit audit reports alongside the current npm command to the -default registry and all registries configured for scopes. See the -documentation for [`npm audit`](/commands/npm-audit) for details on what is -submitted. - -#### `bin-links` - -* Default: true -* Type: Boolean - -Tells npm to create symlinks (or `.cmd` shims on Windows) for package -executables. - -Set to false to have it not do this. This can be used to work around the -fact that some file systems don't support symlinks, even on ostensibly Unix -systems. - -#### `fund` - -* Default: true -* Type: Boolean - -When "true" displays the message at the end of each `npm install` -acknowledging the number of dependencies looking for funding. See [`npm -fund`](/commands/npm-fund) for details. - -#### `dry-run` - -* Default: false -* Type: Boolean - -Indicates that you don't want npm to make any changes and that it should -only report what it would have done. This can be passed into any of the -commands that modify your local installation, eg, `install`, `update`, -`dedupe`, `uninstall`, as well as `pack` and `publish`. - -Note: This is NOT honored by other network related commands, eg `dist-tags`, -`owner`, etc. - -#### `workspace` - -* Default: -* Type: String (can be set multiple times) - -Enable running a command in the context of the configured workspaces of the -current project while filtering by running only the workspaces defined by -this configuration option. - -Valid values for the `workspace` config are either: - -* Workspace names -* Path to a workspace directory -* Path to a parent workspace directory (will result in selecting all - workspaces within that folder) - -When set for the `npm init` command, this may be set to the folder of a -workspace which does not yet exist, to create the folder and set it up as a -brand new workspace within the project. - -This value is not exported to the environment for child processes. - -#### `workspaces` - -* Default: null -* Type: null or Boolean - -Set to true to run the command in the context of **all** configured -workspaces. - -Explicitly setting this to false will cause commands like `install` to -ignore workspaces altogether. When not set explicitly: - -- Commands that operate on the `node_modules` tree (install, update, etc.) -will link workspaces into the `node_modules` folder. - Commands that do -other things (test, exec, publish, etc.) will operate on the root project, -_unless_ one or more workspaces are specified in the `workspace` config. - -This value is not exported to the environment for child processes. - -#### `include-workspace-root` - -* Default: false -* Type: Boolean - -Include the workspace root when workspaces are enabled for a command. - -When false, specifying individual workspaces via the `workspace` config, or -all workspaces via the `workspaces` flag, will cause npm to operate only on -the specified workspaces, and not on the root project. - -This value is not exported to the environment for child processes. - -#### `install-links` - -* Default: false -* Type: Boolean - -When set file: protocol dependencies will be packed and installed as regular -dependencies instead of creating a symlink. This option has no effect on -workspaces. - -### See Also - -* [npm install](/commands/npm-install) -* [npm outdated](/commands/npm-outdated) -* [npm shrinkwrap](/commands/npm-shrinkwrap) -* [npm registry](/using-npm/registry) -* [npm folders](/configuring-npm/folders) -* [npm ls](/commands/npm-ls) diff --git a/software/flow/node_modules/npm/docs/content/commands/npm-version.md b/software/flow/node_modules/npm/docs/content/commands/npm-version.md deleted file mode 100644 index 00d165c..0000000 --- a/software/flow/node_modules/npm/docs/content/commands/npm-version.md +++ /dev/null @@ -1,221 +0,0 @@ ---- -title: npm-version -section: 1 -description: Bump a package version ---- - -### Synopsis - -```bash -npm version [<newversion> | major | minor | patch | premajor | preminor | prepatch | prerelease | from-git] - -alias: verison -``` - -### Configuration - -#### `allow-same-version` - -* Default: false -* Type: Boolean - -Prevents throwing an error when `npm version` is used to set the new version -to the same value as the current version. - -#### `commit-hooks` - -* Default: true -* Type: Boolean - -Run git commit hooks when using the `npm version` command. - -#### `git-tag-version` - -* Default: true -* Type: Boolean - -Tag the commit when using the `npm version` command. Setting this to false -results in no commit being made at all. - -#### `json` - -* Default: false -* Type: Boolean - -Whether or not to output JSON data, rather than the normal output. - -* In `npm pkg set` it enables parsing set values with JSON.parse() before - saving them to your `package.json`. - -Not supported by all npm commands. - -#### `preid` - -* Default: "" -* Type: String - -The "prerelease identifier" to use as a prefix for the "prerelease" part of -a semver. Like the `rc` in `1.2.0-rc.8`. - -#### `sign-git-tag` - -* Default: false -* Type: Boolean - -If set to true, then the `npm version` command will tag the version using -`-s` to add a signature. - -Note that git requires you to have set up GPG keys in your git configs for -this to work properly. - -#### `workspace` - -* Default: -* Type: String (can be set multiple times) - -Enable running a command in the context of the configured workspaces of the -current project while filtering by running only the workspaces defined by -this configuration option. - -Valid values for the `workspace` config are either: - -* Workspace names -* Path to a workspace directory -* Path to a parent workspace directory (will result in selecting all - workspaces within that folder) - -When set for the `npm init` command, this may be set to the folder of a -workspace which does not yet exist, to create the folder and set it up as a -brand new workspace within the project. - -This value is not exported to the environment for child processes. - -#### `workspaces` - -* Default: null -* Type: null or Boolean - -Set to true to run the command in the context of **all** configured -workspaces. - -Explicitly setting this to false will cause commands like `install` to -ignore workspaces altogether. When not set explicitly: - -- Commands that operate on the `node_modules` tree (install, update, etc.) -will link workspaces into the `node_modules` folder. - Commands that do -other things (test, exec, publish, etc.) will operate on the root project, -_unless_ one or more workspaces are specified in the `workspace` config. - -This value is not exported to the environment for child processes. - -#### `workspaces-update` - -* Default: true -* Type: Boolean - -If set to true, the npm cli will run an update after operations that may -possibly change the workspaces installed to the `node_modules` folder. - -#### `include-workspace-root` - -* Default: false -* Type: Boolean - -Include the workspace root when workspaces are enabled for a command. - -When false, specifying individual workspaces via the `workspace` config, or -all workspaces via the `workspaces` flag, will cause npm to operate only on -the specified workspaces, and not on the root project. - -This value is not exported to the environment for child processes. - -### Description - -Run this in a package directory to bump the version and write the new data -back to `package.json`, `package-lock.json`, and, if present, -`npm-shrinkwrap.json`. - -The `newversion` argument should be a valid semver string, a valid second -argument to [semver.inc](https://github.com/npm/node-semver#functions) (one -of `patch`, `minor`, `major`, `prepatch`, `preminor`, `premajor`, -`prerelease`), or `from-git`. In the second case, the existing version will -be incremented by 1 in the specified field. `from-git` will try to read -the latest git tag, and use that as the new npm version. - -If run in a git repo, it will also create a version commit and tag. This -behavior is controlled by `git-tag-version` (see below), and can be -disabled on the command line by running `npm --no-git-tag-version version`. -It will fail if the working directory is not clean, unless the `-f` or -`--force` flag is set. - -If supplied with `-m` or [`--message` config](/using-npm/config#message) option, -npm will use it as a commit message when creating a version commit. If the -`message` config contains `%s` then that will be replaced with the resulting -version number. For example: - -```bash -npm version patch -m "Upgrade to %s for reasons" -``` - -If the [`sign-git-tag` config](/using-npm/config#sign-git-tag) is set, then the -tag will be signed using the `-s` flag to git. Note that you must have a default -GPG key set up in your git config for this to work properly. For example: - -```bash -$ npm config set sign-git-tag true -$ npm version patch - -You need a passphrase to unlock the secret key for -user: "isaacs (http://blog.izs.me/) <i@izs.me>" -2048-bit RSA key, ID 6C481CF6, created 2010-08-31 - -Enter passphrase: -``` - -If `preversion`, `version`, or `postversion` are in the `scripts` property -of the package.json, they will be executed as part of running `npm -version`. - -The exact order of execution is as follows: - -1. Check to make sure the git working directory is clean before we get - started. Your scripts may add files to the commit in future steps. - This step is skipped if the `--force` flag is set. -2. Run the `preversion` script. These scripts have access to the old - `version` in package.json. A typical use would be running your full - test suite before deploying. Any files you want added to the commit - should be explicitly added using `git add`. -3. Bump `version` in `package.json` as requested (`patch`, `minor`, - `major`, etc). -4. Run the `version` script. These scripts have access to the new `version` - in package.json (so they can incorporate it into file headers in - generated files for example). Again, scripts should explicitly add - generated files to the commit using `git add`. -5. Commit and tag. -6. Run the `postversion` script. Use it to clean up the file system or - automatically push the commit and/or tag. - -Take the following example: - -```json -{ - "scripts": { - "preversion": "npm test", - "version": "npm run build && git add -A dist", - "postversion": "git push && git push --tags && rm -rf build/temp" - } -} -``` - -This runs all your tests and proceeds only if they pass. Then runs your -`build` script, and adds everything in the `dist` directory to the commit. -After the commit, it pushes the new commit and tag up to the server, and -deletes the `build/temp` directory. - -### See Also - -* [npm init](/commands/npm-init) -* [npm run-script](/commands/npm-run-script) -* [npm scripts](/using-npm/scripts) -* [package.json](/configuring-npm/package-json) -* [config](/using-npm/config) diff --git a/software/flow/node_modules/npm/docs/content/commands/npm-view.md b/software/flow/node_modules/npm/docs/content/commands/npm-view.md deleted file mode 100644 index 14a9430..0000000 --- a/software/flow/node_modules/npm/docs/content/commands/npm-view.md +++ /dev/null @@ -1,191 +0,0 @@ ---- -title: npm-view -section: 1 -description: View registry info ---- - -### Synopsis - -```bash -npm view [<package-spec>] [<field>[.subfield]...] - -aliases: info, show, v -``` - -### Description - -This command shows data about a package and prints it to stdout. - -As an example, to view information about the `connect` package from the registry, you would run: - -```bash -npm view connect -``` - -The default version is `"latest"` if unspecified. - -Field names can be specified after the package descriptor. -For example, to show the dependencies of the `ronn` package at version -`0.3.5`, you could do the following: - -```bash -npm view ronn@0.3.5 dependencies -``` - -You can view child fields by separating them with a period. -To view the git repository URL for the latest version of `npm`, you would run the following command: - -```bash -npm view npm repository.url -``` - -This makes it easy to view information about a dependency with a bit of -shell scripting. For example, to view all the data about the version of -`opts` that `ronn` depends on, you could write the following: - -```bash -npm view opts@$(npm view ronn dependencies.opts) -``` - -For fields that are arrays, requesting a non-numeric field will return -all of the values from the objects in the list. For example, to get all -the contributor email addresses for the `express` package, you would run: - -```bash -npm view express contributors.email -``` - -You may also use numeric indices in square braces to specifically select -an item in an array field. To just get the email address of the first -contributor in the list, you can run: - -```bash -npm view express contributors[0].email -``` - -If the field value you are querying for is a property of an object, you should run: - -```bash -npm view express time'[4.8.0]' -``` - -Multiple fields may be specified, and will be printed one after another. -For example, to get all the contributor names and email addresses, you -can do this: - -```bash -npm view express contributors.name contributors.email -``` - -"Person" fields are shown as a string if they would be shown as an -object. So, for example, this will show the list of `npm` contributors in -the shortened string format. (See [`package.json`](/configuring-npm/package-json) for more on this.) - -```bash -npm view npm contributors -``` - -If a version range is provided, then data will be printed for every -matching version of the package. This will show which version of `jsdom` -was required by each matching version of `yui3`: - -```bash -npm view yui3@'>0.5.4' dependencies.jsdom -``` - -To show the `connect` package version history, you can do -this: - -```bash -npm view connect versions -``` - -### Configuration - -#### `json` - -* Default: false -* Type: Boolean - -Whether or not to output JSON data, rather than the normal output. - -* In `npm pkg set` it enables parsing set values with JSON.parse() before - saving them to your `package.json`. - -Not supported by all npm commands. - -#### `workspace` - -* Default: -* Type: String (can be set multiple times) - -Enable running a command in the context of the configured workspaces of the -current project while filtering by running only the workspaces defined by -this configuration option. - -Valid values for the `workspace` config are either: - -* Workspace names -* Path to a workspace directory -* Path to a parent workspace directory (will result in selecting all - workspaces within that folder) - -When set for the `npm init` command, this may be set to the folder of a -workspace which does not yet exist, to create the folder and set it up as a -brand new workspace within the project. - -This value is not exported to the environment for child processes. - -#### `workspaces` - -* Default: null -* Type: null or Boolean - -Set to true to run the command in the context of **all** configured -workspaces. - -Explicitly setting this to false will cause commands like `install` to -ignore workspaces altogether. When not set explicitly: - -- Commands that operate on the `node_modules` tree (install, update, etc.) -will link workspaces into the `node_modules` folder. - Commands that do -other things (test, exec, publish, etc.) will operate on the root project, -_unless_ one or more workspaces are specified in the `workspace` config. - -This value is not exported to the environment for child processes. - -#### `include-workspace-root` - -* Default: false -* Type: Boolean - -Include the workspace root when workspaces are enabled for a command. - -When false, specifying individual workspaces via the `workspace` config, or -all workspaces via the `workspaces` flag, will cause npm to operate only on -the specified workspaces, and not on the root project. - -This value is not exported to the environment for child processes. - -### Output - -If only a single string field for a single version is output, then it -will not be colorized or quoted, to enable piping the output to -another command. If the field is an object, it will be output as a JavaScript object literal. - -If the `--json` flag is given, the outputted fields will be JSON. - -If the version range matches multiple versions then each printed value -will be prefixed with the version it applies to. - -If multiple fields are requested, then each of them is prefixed with -the field name. - -### See Also - -* [package spec](/using-npm/package-spec) -* [npm search](/commands/npm-search) -* [npm registry](/using-npm/registry) -* [npm config](/commands/npm-config) -* [npmrc](/configuring-npm/npmrc) -* [npm docs](/commands/npm-docs) diff --git a/software/flow/node_modules/npm/docs/content/commands/npm-whoami.md b/software/flow/node_modules/npm/docs/content/commands/npm-whoami.md deleted file mode 100644 index 3801dfa..0000000 --- a/software/flow/node_modules/npm/docs/content/commands/npm-whoami.md +++ /dev/null @@ -1,39 +0,0 @@ ---- -title: npm-whoami -section: 1 -description: Display npm username ---- - -### Synopsis - -```bash -npm whoami -``` - -Note: This command is unaware of workspaces. - -### Description - -Display the npm username of the currently logged-in user. - -If logged into a registry that provides token-based authentication, then -connect to the `/-/whoami` registry endpoint to find the username -associated with the token, and print to standard output. - -If logged into a registry that uses Basic Auth, then simply print the -`username` portion of the authentication string. - -### Configuration - -#### `registry` - -* Default: "https://registry.npmjs.org/" -* Type: URL - -The base URL of the npm registry. - -### See Also - -* [npm config](/commands/npm-config) -* [npmrc](/configuring-npm/npmrc) -* [npm adduser](/commands/npm-adduser) diff --git a/software/flow/node_modules/npm/docs/content/commands/npm.md b/software/flow/node_modules/npm/docs/content/commands/npm.md deleted file mode 100644 index 6d6f577..0000000 --- a/software/flow/node_modules/npm/docs/content/commands/npm.md +++ /dev/null @@ -1,175 +0,0 @@ ---- -title: npm -section: 1 -description: javascript package manager ---- - -### Synopsis - -```bash -npm -``` - -Note: This command is unaware of workspaces. - -### Version - -9.5.1 - -### Description - -npm is the package manager for the Node JavaScript platform. It puts -modules in place so that node can find them, and manages dependency -conflicts intelligently. - -It is extremely configurable to support a variety of use cases. Most -commonly, you use it to publish, discover, install, and develop node -programs. - -Run `npm help` to get a list of available commands. - -### Important - -npm comes preconfigured to use npm's public registry at -https://registry.npmjs.org by default. Use of the npm public registry is -subject to terms of use available at -https://docs.npmjs.com/policies/terms. - -You can configure npm to use any compatible registry you like, and even -run your own registry. Use of someone else's registry is governed by -their terms of use. - -### Introduction - -You probably got npm because you want to install stuff. - -The very first thing you will most likely want to run in any node -program is `npm install` to install its dependencies. - -You can also run `npm install blerg` to install the latest version of -"blerg". Check out [`npm install`](/commands/npm-install) for more -info. It can do a lot of stuff. - -Use the `npm search` command to show everything that's available in the -public registry. Use `npm ls` to show everything you've installed. - -### Dependencies - -If a package lists a dependency using a git URL, npm will install that -dependency using the [`git`](https://github.com/git-guides/install-git) -command and will generate an error if it is not installed. - -If one of the packages npm tries to install is a native node module and -requires compiling of C++ Code, npm will use -[node-gyp](https://github.com/nodejs/node-gyp) for that task. -For a Unix system, [node-gyp](https://github.com/nodejs/node-gyp) -needs Python, make and a buildchain like GCC. On Windows, -Python and Microsoft Visual Studio C++ are needed. For more information -visit [the node-gyp repository](https://github.com/nodejs/node-gyp) and -the [node-gyp Wiki](https://github.com/nodejs/node-gyp/wiki). - -### Directories - -See [`folders`](/configuring-npm/folders) to learn about where npm puts -stuff. - -In particular, npm has two modes of operation: - -* local mode: - npm installs packages into the current project directory, which - defaults to the current working directory. Packages install to - `./node_modules`, and bins to `./node_modules/.bin`. -* global mode: - npm installs packages into the install prefix at - `$npm_config_prefix/lib/node_modules` and bins to - `$npm_config_prefix/bin`. - -Local mode is the default. Use `-g` or `--global` on any command to -run in global mode instead. - -### Developer Usage - -If you're using npm to develop and publish your code, check out the -following help topics: - -* json: - Make a package.json file. See - [`package.json`](/configuring-npm/package-json). -* link: - Links your current working code into Node's path, so that you don't - have to reinstall every time you make a change. Use [`npm - link`](/commands/npm-link) to do this. -* install: - It's a good idea to install things if you don't need the symbolic - link. Especially, installing other peoples code from the registry is - done via [`npm install`](/commands/npm-install) -* adduser: - Create an account or log in. When you do this, npm will store - credentials in the user config file. -* publish: - Use the [`npm publish`](/commands/npm-publish) command to upload your - code to the registry. - -#### Configuration - -npm is extremely configurable. It reads its configuration options from -5 places. - -* Command line switches: - Set a config with `--key val`. All keys take a value, even if they - are booleans (the config parser doesn't know what the options are at - the time of parsing). If you do not provide a value (`--key`) then - the option is set to boolean `true`. -* Environment Variables: - Set any config by prefixing the name in an environment variable with - `npm_config_`. For example, `export npm_config_key=val`. -* User Configs: - The file at `$HOME/.npmrc` is an ini-formatted list of configs. If - present, it is parsed. If the `userconfig` option is set in the cli - or env, that file will be used instead. -* Global Configs: - The file found at `./etc/npmrc` (relative to the global prefix will be - parsed if it is found. See [`npm prefix`](/commands/npm-prefix) for - more info on the global prefix. If the `globalconfig` option is set - in the cli, env, or user config, then that file is parsed instead. -* Defaults: - npm's default configuration options are defined in - `lib/utils/config/definitions.js`. These must not be changed. - -See [`config`](/using-npm/config) for much much more information. - -### Contributions - -Patches welcome! - -If you would like to help, but don't know what to work on, read the -[contributing -guidelines](https://github.com/npm/cli/blob/latest/CONTRIBUTING.md) and -check the issues list. - -### Bugs - -When you find issues, please report them: -<https://github.com/npm/cli/issues> - -Please be sure to follow the template and bug reporting guidelines. - -### Feature Requests - -Discuss new feature ideas on our discussion forum: - -* <https://github.com/npm/feedback> - -Or suggest formal RFC proposals: - -* <https://github.com/npm/rfcs> - -### See Also - -* [npm help](/commands/npm-help) -* [package.json](/configuring-npm/package-json) -* [npmrc](/configuring-npm/npmrc) -* [npm config](/commands/npm-config) -* [npm install](/commands/npm-install) -* [npm prefix](/commands/npm-prefix) -* [npm publish](/commands/npm-publish) diff --git a/software/flow/node_modules/npm/docs/content/commands/npx.md b/software/flow/node_modules/npm/docs/content/commands/npx.md deleted file mode 100644 index 5ce300e..0000000 --- a/software/flow/node_modules/npm/docs/content/commands/npx.md +++ /dev/null @@ -1,167 +0,0 @@ ---- -title: npx -section: 1 -description: Run a command from a local or remote npm package ---- - -### Synopsis - -```bash -npx -- <pkg>[@<version>] [args...] -npx --package=<pkg>[@<version>] -- <cmd> [args...] -npx -c '<cmd> [args...]' -npx --package=foo -c '<cmd> [args...]' -``` - -### Description - -This command allows you to run an arbitrary command from an npm package -(either one installed locally, or fetched remotely), in a similar context -as running it via `npm run`. - -Whatever packages are specified by the `--package` option will be -provided in the `PATH` of the executed command, along with any locally -installed package executables. The `--package` option may be -specified multiple times, to execute the supplied command in an environment -where all specified packages are available. - -If any requested packages are not present in the local project -dependencies, then they are installed to a folder in the npm cache, which -is added to the `PATH` environment variable in the executed process. A -prompt is printed (which can be suppressed by providing either `--yes` or -`--no`). - -Package names provided without a specifier will be matched with whatever -version exists in the local project. Package names with a specifier will -only be considered a match if they have the exact same name and version as -the local dependency. - -If no `-c` or `--call` option is provided, then the positional arguments -are used to generate the command string. If no `--package` options -are provided, then npm will attempt to determine the executable name from -the package specifier provided as the first positional argument according -to the following heuristic: - -- If the package has a single entry in its `bin` field in `package.json`, - or if all entries are aliases of the same command, then that command - will be used. -- If the package has multiple `bin` entries, and one of them matches the - unscoped portion of the `name` field, then that command will be used. -- If this does not result in exactly one option (either because there are - no bin entries, or none of them match the `name` of the package), then - `npm exec` exits with an error. - -To run a binary _other than_ the named binary, specify one or more -`--package` options, which will prevent npm from inferring the package from -the first command argument. - -### `npx` vs `npm exec` - -When run via the `npx` binary, all flags and options *must* be set prior to -any positional arguments. When run via `npm exec`, a double-hyphen `--` -flag can be used to suppress npm's parsing of switches and options that -should be sent to the executed command. - -For example: - -``` -$ npx foo@latest bar --package=@npmcli/foo -``` - -In this case, npm will resolve the `foo` package name, and run the -following command: - -``` -$ foo bar --package=@npmcli/foo -``` - -Since the `--package` option comes _after_ the positional arguments, it is -treated as an argument to the executed command. - -In contrast, due to npm's argument parsing logic, running this command is -different: - -``` -$ npm exec foo@latest bar --package=@npmcli/foo -``` - -In this case, npm will parse the `--package` option first, resolving the -`@npmcli/foo` package. Then, it will execute the following command in that -context: - -``` -$ foo@latest bar -``` - -The double-hyphen character is recommended to explicitly tell npm to stop -parsing command line options and switches. The following command would -thus be equivalent to the `npx` command above: - -``` -$ npm exec -- foo@latest bar --package=@npmcli/foo -``` - -### Examples - -Run the version of `tap` in the local dependencies, with the provided -arguments: - -``` -$ npm exec -- tap --bail test/foo.js -$ npx tap --bail test/foo.js -``` - -Run a command _other than_ the command whose name matches the package name -by specifying a `--package` option: - -``` -$ npm exec --package=foo -- bar --bar-argument -# ~ or ~ -$ npx --package=foo bar --bar-argument -``` - -Run an arbitrary shell script, in the context of the current project: - -``` -$ npm x -c 'eslint && say "hooray, lint passed"' -$ npx -c 'eslint && say "hooray, lint passed"' -``` - -### Compatibility with Older npx Versions - -The `npx` binary was rewritten in npm v7.0.0, and the standalone `npx` -package deprecated at that time. `npx` uses the `npm exec` -command instead of a separate argument parser and install process, with -some affordances to maintain backwards compatibility with the arguments it -accepted in previous versions. - -This resulted in some shifts in its functionality: - -- Any `npm` config value may be provided. -- To prevent security and user-experience problems from mistyping package - names, `npx` prompts before installing anything. Suppress this - prompt with the `-y` or `--yes` option. -- The `--no-install` option is deprecated, and will be converted to `--no`. -- Shell fallback functionality is removed, as it is not advisable. -- The `-p` argument is a shorthand for `--parseable` in npm, but shorthand - for `--package` in npx. This is maintained, but only for the `npx` - executable. -- The `--ignore-existing` option is removed. Locally installed bins are - always present in the executed process `PATH`. -- The `--npm` option is removed. `npx` will always use the `npm` it ships - with. -- The `--node-arg` and `-n` options are removed. -- The `--always-spawn` option is redundant, and thus removed. -- The `--shell` option is replaced with `--script-shell`, but maintained - in the `npx` executable for backwards compatibility. - -### See Also - -* [npm run-script](/commands/npm-run-script) -* [npm scripts](/using-npm/scripts) -* [npm test](/commands/npm-test) -* [npm start](/commands/npm-start) -* [npm restart](/commands/npm-restart) -* [npm stop](/commands/npm-stop) -* [npm config](/commands/npm-config) -* [npm exec](/commands/npm-exec) diff --git a/software/flow/node_modules/npm/docs/content/configuring-npm/folders.md b/software/flow/node_modules/npm/docs/content/configuring-npm/folders.md deleted file mode 100644 index 6295fd7..0000000 --- a/software/flow/node_modules/npm/docs/content/configuring-npm/folders.md +++ /dev/null @@ -1,219 +0,0 @@ ---- -title: folders -section: 5 -description: Folder Structures Used by npm ---- - -### Description - -npm puts various things on your computer. That's its job. - -This document will tell you what it puts where. - -#### tl;dr - -* Local install (default): puts stuff in `./node_modules` of the current - package root. -* Global install (with `-g`): puts stuff in /usr/local or wherever node - is installed. -* Install it **locally** if you're going to `require()` it. -* Install it **globally** if you're going to run it on the command line. -* If you need both, then install it in both places, or use `npm link`. - -#### prefix Configuration - -The [`prefix` config](/using-npm/config#prefix) defaults to the location where -node is installed. On most systems, this is `/usr/local`. On Windows, it's -`%AppData%\npm`. On Unix systems, it's one level up, since node is typically -installed at `{prefix}/bin/node` rather than `{prefix}/node.exe`. - -When the `global` flag is set, npm installs things into this prefix. -When it is not set, it uses the root of the current package, or the -current working directory if not in a package already. - -#### Node Modules - -Packages are dropped into the `node_modules` folder under the `prefix`. -When installing locally, this means that you can -`require("packagename")` to load its main module, or -`require("packagename/lib/path/to/sub/module")` to load other modules. - -Global installs on Unix systems go to `{prefix}/lib/node_modules`. -Global installs on Windows go to `{prefix}/node_modules` (that is, no -`lib` folder.) - -Scoped packages are installed the same way, except they are grouped together -in a sub-folder of the relevant `node_modules` folder with the name of that -scope prefix by the @ symbol, e.g. `npm install @myorg/package` would place -the package in `{prefix}/node_modules/@myorg/package`. See -[`scope`](/using-npm/scope) for more details. - -If you wish to `require()` a package, then install it locally. - -#### Executables - -When in global mode, executables are linked into `{prefix}/bin` on Unix, -or directly into `{prefix}` on Windows. Ensure that path is in your -terminal's `PATH` environment to run them. - -When in local mode, executables are linked into -`./node_modules/.bin` so that they can be made available to scripts run -through npm. (For example, so that a test runner will be in the path -when you run `npm test`.) - -#### Man Pages - -When in global mode, man pages are linked into `{prefix}/share/man`. - -When in local mode, man pages are not installed. - -Man pages are not installed on Windows systems. - -#### Cache - -See [`npm cache`](/commands/npm-cache). Cache files are stored in `~/.npm` on Posix, or -`%AppData%/npm-cache` on Windows. - -This is controlled by the [`cache` config](/using-npm/config#cache) param. - -#### Temp Files - -Temporary files are stored by default in the folder specified by the -[`tmp` config](/using-npm/config#tmp), which defaults to the TMPDIR, TMP, or -TEMP environment variables, or `/tmp` on Unix and `c:\windows\temp` on Windows. - -Temp files are given a unique folder under this root for each run of the -program, and are deleted upon successful exit. - -### More Information - -When installing locally, npm first tries to find an appropriate -`prefix` folder. This is so that `npm install foo@1.2.3` will install -to the sensible root of your package, even if you happen to have `cd`ed -into some other folder. - -Starting at the $PWD, npm will walk up the folder tree checking for a -folder that contains either a `package.json` file, or a `node_modules` -folder. If such a thing is found, then that is treated as the effective -"current directory" for the purpose of running npm commands. (This -behavior is inspired by and similar to git's .git-folder seeking -logic when running git commands in a working dir.) - -If no package root is found, then the current folder is used. - -When you run `npm install foo@1.2.3`, then the package is loaded into -the cache, and then unpacked into `./node_modules/foo`. Then, any of -foo's dependencies are similarly unpacked into -`./node_modules/foo/node_modules/...`. - -Any bin files are symlinked to `./node_modules/.bin/`, so that they may -be found by npm scripts when necessary. - -#### Global Installation - -If the [`global` config](/using-npm/config#global) is set to true, then npm will -install packages "globally". - -For global installation, packages are installed roughly the same way, -but using the folders described above. - -#### Cycles, Conflicts, and Folder Parsimony - -Cycles are handled using the property of node's module system that it -walks up the directories looking for `node_modules` folders. So, at every -stage, if a package is already installed in an ancestor `node_modules` -folder, then it is not installed at the current location. - -Consider the case above, where `foo -> bar -> baz`. Imagine if, in -addition to that, baz depended on bar, so you'd have: -`foo -> bar -> baz -> bar -> baz ...`. However, since the folder -structure is: `foo/node_modules/bar/node_modules/baz`, there's no need to -put another copy of bar into `.../baz/node_modules`, since when baz calls -`require("bar")`, it will get the copy that is installed in -`foo/node_modules/bar`. - -This shortcut is only used if the exact same -version would be installed in multiple nested `node_modules` folders. It -is still possible to have `a/node_modules/b/node_modules/a` if the two -"a" packages are different versions. However, without repeating the -exact same package multiple times, an infinite regress will always be -prevented. - -Another optimization can be made by installing dependencies at the -highest level possible, below the localized "target" folder (hoisting). -Since version 3, npm hoists dependencies by default. - -#### Example - -Consider this dependency graph: - -```bash -foo -+-- blerg@1.2.5 -+-- bar@1.2.3 -| +-- blerg@1.x (latest=1.3.7) -| +-- baz@2.x -| | `-- quux@3.x -| | `-- bar@1.2.3 (cycle) -| `-- asdf@* -`-- baz@1.2.3 - `-- quux@3.x - `-- bar -``` - -In this case, we might expect a folder structure like this -(with all dependencies hoisted to the highest level possible): - -```bash -foo -+-- node_modules - +-- blerg (1.2.5) <---[A] - +-- bar (1.2.3) <---[B] - | +-- node_modules - | +-- baz (2.0.2) <---[C] - +-- asdf (2.3.4) - +-- baz (1.2.3) <---[D] - +-- quux (3.2.0) <---[E] -``` - -Since foo depends directly on `bar@1.2.3` and `baz@1.2.3`, those are -installed in foo's `node_modules` folder. - -Even though the latest copy of blerg is 1.3.7, foo has a specific -dependency on version 1.2.5. So, that gets installed at [A]. Since the -parent installation of blerg satisfies bar's dependency on `blerg@1.x`, -it does not install another copy under [B]. - -Bar [B] also has dependencies on baz and asdf. Because it depends on `baz@2.x`, it cannot -re-use the `baz@1.2.3` installed in the parent `node_modules` folder [D], -and must install its own copy [C]. In order to minimize duplication, npm hoists -dependencies to the top level by default, so asdf is installed under [A]. - -Underneath bar, the `baz -> quux -> bar` dependency creates a cycle. -However, because bar is already in quux's ancestry [B], it does not -unpack another copy of bar into that folder. Likewise, quux's [E] -folder tree is empty, because its dependency on bar is satisfied -by the parent folder copy installed at [B]. - -For a graphical breakdown of what is installed where, use `npm ls`. - -#### Publishing - -Upon publishing, npm will look in the `node_modules` folder. If any of -the items there are not in the `bundleDependencies` array, then they will -not be included in the package tarball. - -This allows a package maintainer to install all of their dependencies -(and dev dependencies) locally, but only re-publish those items that -cannot be found elsewhere. See [`package.json`](/configuring-npm/package-json) for more information. - -### See also - -* [package.json](/configuring-npm/package-json) -* [npm install](/commands/npm-install) -* [npm pack](/commands/npm-pack) -* [npm cache](/commands/npm-cache) -* [npm config](/commands/npm-config) -* [npmrc](/configuring-npm/npmrc) -* [config](/using-npm/config) -* [npm publish](/commands/npm-publish) diff --git a/software/flow/node_modules/npm/docs/content/configuring-npm/install.md b/software/flow/node_modules/npm/docs/content/configuring-npm/install.md deleted file mode 100644 index 18b4421..0000000 --- a/software/flow/node_modules/npm/docs/content/configuring-npm/install.md +++ /dev/null @@ -1,87 +0,0 @@ ---- -title: install -section: 5 -description: Download and install node and npm ---- - -### Description - -To publish and install packages to and from the public npm registry, you -must install Node.js and the npm command line interface using either a Node -version manager or a Node installer. **We strongly recommend using a Node -version manager to install Node.js and npm.** We do not recommend using a -Node installer, since the Node installation process installs npm in a -directory with local permissions and can cause permissions errors when you -run npm packages globally. - -### Overview - -- [Checking your version of npm and - Node.js](#checking-your-version-of-npm-and-nodejs) -- [Using a Node version manager to install Node.js and - npm](#using-a-node-version-manager-to-install-nodejs-and-npm) -- [Using a Node installer to install Node.js and - npm](#using-a-node-installer-to-install-nodejs-and-npm) - -### Checking your version of npm and Node.js - -To see if you already have Node.js and npm installed and check the -installed version, run the following commands: - -``` -node -v -npm -v -``` - -### Using a Node version manager to install Node.js and npm - -Node version managers allow you to install and switch between multiple -versions of Node.js and npm on your system so you can test your -applications on multiple versions of npm to ensure they work for users on -different versions. - -#### OSX or Linux Node version managers - -* [nvm](https://github.com/creationix/nvm) -* [n](https://github.com/tj/n) - -#### Windows Node version managers - -* [nodist](https://github.com/marcelklehr/nodist) -* [nvm-windows](https://github.com/coreybutler/nvm-windows) - -### Using a Node installer to install Node.js and npm - -If you are unable to use a Node version manager, you can use a Node -installer to install both Node.js and npm on your system. - -* [Node.js installer](https://nodejs.org/en/download/) -* [NodeSource installer](https://github.com/nodesource/distributions). If - you use Linux, we recommend that you use a NodeSource installer. - -#### OS X or Windows Node installers - -If you're using OS X or Windows, use one of the installers from the -[Node.js download page](https://nodejs.org/en/download/). Be sure to -install the version labeled **LTS**. Other versions have not yet been -tested with npm. - -#### Linux or other operating systems Node installers - -If you're using Linux or another operating system, use one of the following -installers: - -- [NodeSource installer](https://github.com/nodesource/distributions) - (recommended) -- One of the installers on the [Node.js download - page](https://nodejs.org/en/download/) - -Or see [this page](https://nodejs.org/en/download/package-manager/) to -install npm for Linux in the way many Linux developers prefer. - -#### Less-common operating systems - -For more information on installing Node.js on a variety of operating -systems, see [this page][pkg-mgr]. - -[pkg-mgr]: https://nodejs.org/en/download/package-manager/ diff --git a/software/flow/node_modules/npm/docs/content/configuring-npm/npm-shrinkwrap-json.md b/software/flow/node_modules/npm/docs/content/configuring-npm/npm-shrinkwrap-json.md deleted file mode 100644 index ab0a241..0000000 --- a/software/flow/node_modules/npm/docs/content/configuring-npm/npm-shrinkwrap-json.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -title: npm-shrinkwrap.json -section: 5 -description: A publishable lockfile ---- - -### Description - -`npm-shrinkwrap.json` is a file created by [`npm -shrinkwrap`](/commands/npm-shrinkwrap). It is identical to -`package-lock.json`, with one major caveat: Unlike `package-lock.json`, -`npm-shrinkwrap.json` may be included when publishing a package. - -The recommended use-case for `npm-shrinkwrap.json` is applications deployed -through the publishing process on the registry: for example, daemons and -command-line tools intended as global installs or `devDependencies`. It's -strongly discouraged for library authors to publish this file, since that -would prevent end users from having control over transitive dependency -updates. - -If both `package-lock.json` and `npm-shrinkwrap.json` are present in a -package root, `npm-shrinkwrap.json` will be preferred over the -`package-lock.json` file. - -For full details and description of the `npm-shrinkwrap.json` file format, -refer to the manual page for -[package-lock.json](/configuring-npm/package-lock-json). - -### See also - -* [npm shrinkwrap](/commands/npm-shrinkwrap) -* [package-lock.json](/configuring-npm/package-lock-json) -* [package.json](/configuring-npm/package-json) -* [npm install](/commands/npm-install) diff --git a/software/flow/node_modules/npm/docs/content/configuring-npm/npmrc.md b/software/flow/node_modules/npm/docs/content/configuring-npm/npmrc.md deleted file mode 100644 index 8cd532a..0000000 --- a/software/flow/node_modules/npm/docs/content/configuring-npm/npmrc.md +++ /dev/null @@ -1,137 +0,0 @@ ---- -title: npmrc -section: 5 -description: The npm config files ---- - -### Description - -npm gets its config settings from the command line, environment variables, -and `npmrc` files. - -The `npm config` command can be used to update and edit the contents of the -user and global npmrc files. - -For a list of available configuration options, see -[config](/using-npm/config). - -### Files - -The four relevant files are: - -* per-project config file (/path/to/my/project/.npmrc) -* per-user config file (~/.npmrc) -* global config file ($PREFIX/etc/npmrc) -* npm builtin config file (/path/to/npm/npmrc) - -All npm config files are an ini-formatted list of `key = value` parameters. -Environment variables can be replaced using `${VARIABLE_NAME}`. For -example: - -```bash -prefix = ${HOME}/.npm-packages -``` - -Each of these files is loaded, and config options are resolved in priority -order. For example, a setting in the userconfig file would override the -setting in the globalconfig file. - -Array values are specified by adding "[]" after the key name. For example: - -```bash -key[] = "first value" -key[] = "second value" -``` - -#### Comments - -Lines in `.npmrc` files are interpreted as comments when they begin with a -`;` or `#` character. `.npmrc` files are parsed by -[npm/ini](https://github.com/npm/ini), which specifies this comment syntax. - -For example: - -```bash -# last modified: 01 Jan 2016 -; Set a new registry for a scoped package -@myscope:registry=https://mycustomregistry.example.org -``` - -#### Per-project config file - -When working locally in a project, a `.npmrc` file in the root of the -project (ie, a sibling of `node_modules` and `package.json`) will set -config values specific to this project. - -Note that this only applies to the root of the project that you're running -npm in. It has no effect when your module is published. For example, you -can't publish a module that forces itself to install globally, or in a -different location. - -Additionally, this file is not read in global mode, such as when running -`npm install -g`. - -#### Per-user config file - -`$HOME/.npmrc` (or the `userconfig` param, if set in the environment or on -the command line) - -#### Global config file - -`$PREFIX/etc/npmrc` (or the `globalconfig` param, if set above): This file -is an ini-file formatted list of `key = value` parameters. Environment -variables can be replaced as above. - -#### Built-in config file - -`path/to/npm/itself/npmrc` - -This is an unchangeable "builtin" configuration file that npm keeps -consistent across updates. Set fields in here using the `./configure` -script that comes with npm. This is primarily for distribution maintainers -to override default configs in a standard and consistent manner. - -### Auth related configuration - -The settings `_auth`, `_authToken`, `username` and `_password` must all be -scoped to a specific registry. This ensures that `npm` will never send -credentials to the wrong host. - -The full list is: - - `_auth` (base64 authentication string) - - `_authToken` (authentication token) - - `username` - - `_password` - - `email` - - `certfile` (path to certificate file) - - `keyfile` (path to key file) - -In order to scope these values, they must be prefixed by a URI fragment. -If the credential is meant for any request to a registry on a single host, -the scope may look like `//registry.npmjs.org/:`. If it must be scoped to a -specific path on the host that path may also be provided, such as -`//my-custom-registry.org/unique/path:`. - -``` -; bad config -_authToken=MYTOKEN - -; good config -@myorg:registry=https://somewhere-else.com/myorg -@another:registry=https://somewhere-else.com/another -//registry.npmjs.org/:_authToken=MYTOKEN -; would apply to both @myorg and @another -; //somewhere-else.com/:_authToken=MYTOKEN -; would apply only to @myorg -//somewhere-else.com/myorg/:_authToken=MYTOKEN1 -; would apply only to @another -//somewhere-else.com/another/:_authToken=MYTOKEN2 -``` - -### See also - -* [npm folders](/configuring-npm/folders) -* [npm config](/commands/npm-config) -* [config](/using-npm/config) -* [package.json](/configuring-npm/package-json) -* [npm](/commands/npm) diff --git a/software/flow/node_modules/npm/docs/content/configuring-npm/package-json.md b/software/flow/node_modules/npm/docs/content/configuring-npm/package-json.md deleted file mode 100644 index 19d04dc..0000000 --- a/software/flow/node_modules/npm/docs/content/configuring-npm/package-json.md +++ /dev/null @@ -1,1175 +0,0 @@ ---- -title: package.json -section: 5 -description: Specifics of npm's package.json handling ---- - -### Description - -This document is all you need to know about what's required in your -package.json file. It must be actual JSON, not just a JavaScript object -literal. - -A lot of the behavior described in this document is affected by the config -settings described in [`config`](/using-npm/config). - -### name - -If you plan to publish your package, the *most* important things in your -package.json are the name and version fields as they will be required. The -name and version together form an identifier that is assumed to be -completely unique. Changes to the package should come along with changes -to the version. If you don't plan to publish your package, the name and -version fields are optional. - -The name is what your thing is called. - -Some rules: - -* The name must be less than or equal to 214 characters. This includes the - scope for scoped packages. -* The names of scoped packages can begin with a dot or an underscore. This - is not permitted without a scope. -* New packages must not have uppercase letters in the name. -* The name ends up being part of a URL, an argument on the command line, - and a folder name. Therefore, the name can't contain any non-URL-safe - characters. - -Some tips: - -* Don't use the same name as a core Node module. -* Don't put "js" or "node" in the name. It's assumed that it's js, since - you're writing a package.json file, and you can specify the engine using - the "engines" field. (See below.) -* The name will probably be passed as an argument to require(), so it - should be something short, but also reasonably descriptive. -* You may want to check the npm registry to see if there's something by - that name already, before you get too attached to it. - <https://www.npmjs.com/> - -A name can be optionally prefixed by a scope, e.g. `@myorg/mypackage`. See -[`scope`](/using-npm/scope) for more detail. - -### version - -If you plan to publish your package, the *most* important things in your -package.json are the name and version fields as they will be required. The -name and version together form an identifier that is assumed to be -completely unique. Changes to the package should come along with changes -to the version. If you don't plan to publish your package, the name and -version fields are optional. - -Version must be parseable by -[node-semver](https://github.com/npm/node-semver), which is bundled with -npm as a dependency. (`npm install semver` to use it yourself.) - -### description - -Put a description in it. It's a string. This helps people discover your -package, as it's listed in `npm search`. - -### keywords - -Put keywords in it. It's an array of strings. This helps people discover -your package as it's listed in `npm search`. - -### homepage - -The url to the project homepage. - -Example: - -```json -"homepage": "https://github.com/owner/project#readme" -``` - -### bugs - -The url to your project's issue tracker and / or the email address to which -issues should be reported. These are helpful for people who encounter -issues with your package. - -It should look like this: - -```json -{ - "url" : "https://github.com/owner/project/issues", - "email" : "project@hostname.com" -} -``` - -You can specify either one or both values. If you want to provide only a -url, you can specify the value for "bugs" as a simple string instead of an -object. - -If a url is provided, it will be used by the `npm bugs` command. - -### license - -You should specify a license for your package so that people know how they -are permitted to use it, and any restrictions you're placing on it. - -If you're using a common license such as BSD-2-Clause or MIT, add a current -SPDX license identifier for the license you're using, like this: - -```json -{ - "license" : "BSD-3-Clause" -} -``` - -You can check [the full list of SPDX license -IDs](https://spdx.org/licenses/). Ideally you should pick one that is -[OSI](https://opensource.org/licenses/) approved. - -If your package is licensed under multiple common licenses, use an [SPDX -license expression syntax version 2.0 -string](https://spdx.dev/specifications/), like this: - -```json -{ - "license" : "(ISC OR GPL-3.0)" -} -``` -If you are using a license that hasn't been assigned an SPDX identifier, or if -you are using a custom license, use a string value like this one: - -```json -{ - "license" : "SEE LICENSE IN <filename>" -} -``` -Then include a file named `<filename>` at the top level of the package. - -Some old packages used license objects or a "licenses" property containing -an array of license objects: - -```json -// Not valid metadata -{ - "license" : { - "type" : "ISC", - "url" : "https://opensource.org/licenses/ISC" - } -} - -// Not valid metadata -{ - "licenses" : [ - { - "type": "MIT", - "url": "https://www.opensource.org/licenses/mit-license.php" - }, - { - "type": "Apache-2.0", - "url": "https://opensource.org/licenses/apache2.0.php" - } - ] -} -``` - -Those styles are now deprecated. Instead, use SPDX expressions, like this: - -```json -{ - "license": "ISC" -} -``` - -```json -{ - "license": "(MIT OR Apache-2.0)" -} -``` - -Finally, if you do not wish to grant others the right to use a private or -unpublished package under any terms: - -```json -{ - "license": "UNLICENSED" -} -``` - -Consider also setting `"private": true` to prevent accidental publication. - -### people fields: author, contributors - -The "author" is one person. "contributors" is an array of people. A -"person" is an object with a "name" field and optionally "url" and "email", -like this: - -```json -{ - "name" : "Barney Rubble", - "email" : "b@rubble.com", - "url" : "http://barnyrubble.tumblr.com/" -} -``` - -Or you can shorten that all into a single string, and npm will parse it for -you: - -```json -{ - "author": "Barney Rubble <b@rubble.com> (http://barnyrubble.tumblr.com/)" -} -``` - -Both email and url are optional either way. - -npm also sets a top-level "maintainers" field with your npm user info. - -### funding - -You can specify an object containing a URL that provides up-to-date -information about ways to help fund development of your package, or a -string URL, or an array of these: - -```json -{ - "funding": { - "type" : "individual", - "url" : "http://example.com/donate" - }, - - "funding": { - "type" : "patreon", - "url" : "https://www.patreon.com/my-account" - }, - - "funding": "http://example.com/donate", - - "funding": [ - { - "type" : "individual", - "url" : "http://example.com/donate" - }, - "http://example.com/donateAlso", - { - "type" : "patreon", - "url" : "https://www.patreon.com/my-account" - } - ] -} -``` - -Users can use the `npm fund` subcommand to list the `funding` URLs of all -dependencies of their project, direct and indirect. A shortcut to visit -each funding url is also available when providing the project name such as: -`npm fund <projectname>` (when there are multiple URLs, the first one will -be visited) - -### files - -The optional `files` field is an array of file patterns that describes the -entries to be included when your package is installed as a dependency. File -patterns follow a similar syntax to `.gitignore`, but reversed: including a -file, directory, or glob pattern (`*`, `**/*`, and such) will make it so -that file is included in the tarball when it's packed. Omitting the field -will make it default to `["*"]`, which means it will include all files. - -Some special files and directories are also included or excluded regardless -of whether they exist in the `files` array (see below). - -You can also provide a `.npmignore` file in the root of your package or in -subdirectories, which will keep files from being included. At the root of -your package it will not override the "files" field, but in subdirectories -it will. The `.npmignore` file works just like a `.gitignore`. If there is -a `.gitignore` file, and `.npmignore` is missing, `.gitignore`'s contents -will be used instead. - -Files included with the "package.json#files" field _cannot_ be excluded -through `.npmignore` or `.gitignore`. - -Certain files are always included, regardless of settings: - -* `package.json` -* `README` -* `LICENSE` / `LICENCE` -* The file in the "main" field - -`README` & `LICENSE` can have any case and extension. - -Conversely, some files are always ignored: - -* `.git` -* `CVS` -* `.svn` -* `.hg` -* `.lock-wscript` -* `.wafpickle-N` -* `.*.swp` -* `.DS_Store` -* `._*` -* `npm-debug.log` -* `.npmrc` -* `node_modules` -* `config.gypi` -* `*.orig` -* `package-lock.json` (use - [`npm-shrinkwrap.json`](/configuring-npm/npm-shrinkwrap-json) if you wish - it to be published) - -### main - -The main field is a module ID that is the primary entry point to your -program. That is, if your package is named `foo`, and a user installs it, -and then does `require("foo")`, then your main module's exports object will -be returned. - -This should be a module relative to the root of your package folder. - -For most modules, it makes the most sense to have a main script and often -not much else. - -If `main` is not set it defaults to `index.js` in the package's root folder. - -### browser - -If your module is meant to be used client-side the browser field should be -used instead of the main field. This is helpful to hint users that it might -rely on primitives that aren't available in Node.js modules. (e.g. -`window`) - -### bin - -A lot of packages have one or more executable files that they'd like to -install into the PATH. npm makes this pretty easy (in fact, it uses this -feature to install the "npm" executable.) - -To use this, supply a `bin` field in your package.json which is a map of -command name to local file name. When this package is installed globally, -that file will be either linked inside the global bins directory or -a cmd (Windows Command File) will be created which executes the specified -file in the `bin` field, so it is available to run by `name` or `name.cmd` (on -Windows PowerShell). When this package is installed as a dependency in another -package, the file will be linked where it will be available to that package -either directly by `npm exec` or by name in other scripts when invoking them -via `npm run-script`. - - -For example, myapp could have this: - -```json -{ - "bin": { - "myapp": "./cli.js" - } -} -``` - -So, when you install myapp, in case of unix-like OS it'll create a symlink -from the `cli.js` script to `/usr/local/bin/myapp` and in case of windows it -will create a cmd file usually at `C:\Users\{Username}\AppData\Roaming\npm\myapp.cmd` -which runs the `cli.js` script. - -If you have a single executable, and its name should be the name of the -package, then you can just supply it as a string. For example: - -```json -{ - "name": "my-program", - "version": "1.2.5", - "bin": "./path/to/program" -} -``` - -would be the same as this: - -```json -{ - "name": "my-program", - "version": "1.2.5", - "bin": { - "my-program": "./path/to/program" - } -} -``` - -Please make sure that your file(s) referenced in `bin` starts with -`#!/usr/bin/env node`, otherwise the scripts are started without the node -executable! - -Note that you can also set the executable files using [directories.bin](#directoriesbin). - -See [folders](/configuring-npm/folders#executables) for more info on -executables. - -### man - -Specify either a single file or an array of filenames to put in place for -the `man` program to find. - -If only a single file is provided, then it's installed such that it is the -result from `man <pkgname>`, regardless of its actual filename. For -example: - -```json -{ - "name": "foo", - "version": "1.2.3", - "description": "A packaged foo fooer for fooing foos", - "main": "foo.js", - "man": "./man/doc.1" -} -``` - -would link the `./man/doc.1` file in such that it is the target for `man -foo` - -If the filename doesn't start with the package name, then it's prefixed. -So, this: - -```json -{ - "name": "foo", - "version": "1.2.3", - "description": "A packaged foo fooer for fooing foos", - "main": "foo.js", - "man": [ - "./man/foo.1", - "./man/bar.1" - ] -} -``` - -will create files to do `man foo` and `man foo-bar`. - -Man files must end with a number, and optionally a `.gz` suffix if they are -compressed. The number dictates which man section the file is installed -into. - -```json -{ - "name": "foo", - "version": "1.2.3", - "description": "A packaged foo fooer for fooing foos", - "main": "foo.js", - "man": [ - "./man/foo.1", - "./man/foo.2" - ] -} -``` - -will create entries for `man foo` and `man 2 foo` - -### directories - -The CommonJS [Packages](http://wiki.commonjs.org/wiki/Packages/1.0) spec -details a few ways that you can indicate the structure of your package -using a `directories` object. If you look at [npm's -package.json](https://registry.npmjs.org/npm/latest), you'll see that it -has directories for doc, lib, and man. - -In the future, this information may be used in other creative ways. - -#### directories.bin - -If you specify a `bin` directory in `directories.bin`, all the files in -that folder will be added. - -Because of the way the `bin` directive works, specifying both a `bin` path -and setting `directories.bin` is an error. If you want to specify -individual files, use `bin`, and for all the files in an existing `bin` -directory, use `directories.bin`. - -#### directories.man - -A folder that is full of man pages. Sugar to generate a "man" array by -walking the folder. - -### repository - -Specify the place where your code lives. This is helpful for people who -want to contribute. If the git repo is on GitHub, then the `npm docs` -command will be able to find you. - -Do it like this: - -```json -{ - "repository": { - "type": "git", - "url": "https://github.com/npm/cli.git" - } -} -``` - -The URL should be a publicly available (perhaps read-only) url that can be -handed directly to a VCS program without any modification. It should not -be a url to an html project page that you put in your browser. It's for -computers. - -For GitHub, GitHub gist, Bitbucket, or GitLab repositories you can use the -same shortcut syntax you use for `npm install`: - -```json -{ - "repository": "npm/npm", - - "repository": "github:user/repo", - - "repository": "gist:11081aaa281", - - "repository": "bitbucket:user/repo", - - "repository": "gitlab:user/repo" -} -``` - -If the `package.json` for your package is not in the root directory (for -example if it is part of a monorepo), you can specify the directory in -which it lives: - -```json -{ - "repository": { - "type": "git", - "url": "https://github.com/facebook/react.git", - "directory": "packages/react-dom" - } -} -``` - -### scripts - -The "scripts" property is a dictionary containing script commands that are -run at various times in the lifecycle of your package. The key is the -lifecycle event, and the value is the command to run at that point. - -See [`scripts`](/using-npm/scripts) to find out more about writing package -scripts. - -### config - -A "config" object can be used to set configuration parameters used in -package scripts that persist across upgrades. For instance, if a package -had the following: - -```json -{ - "name": "foo", - "config": { - "port": "8080" - } -} -``` - -It could also have a "start" command that referenced the -`npm_package_config_port` environment variable. - -### dependencies - -Dependencies are specified in a simple object that maps a package name to a -version range. The version range is a string which has one or more -space-separated descriptors. Dependencies can also be identified with a -tarball or git URL. - -**Please do not put test harnesses or transpilers or other "development" -time tools in your `dependencies` object.** See `devDependencies`, below. - -See [semver](https://github.com/npm/node-semver#versions) for more details about specifying version ranges. - -* `version` Must match `version` exactly -* `>version` Must be greater than `version` -* `>=version` etc -* `<version` -* `<=version` -* `~version` "Approximately equivalent to version" See - [semver](https://github.com/npm/node-semver#versions) -* `^version` "Compatible with version" See [semver](https://github.com/npm/node-semver#versions) -* `1.2.x` 1.2.0, 1.2.1, etc., but not 1.3.0 -* `http://...` See 'URLs as Dependencies' below -* `*` Matches any version -* `""` (just an empty string) Same as `*` -* `version1 - version2` Same as `>=version1 <=version2`. -* `range1 || range2` Passes if either range1 or range2 are satisfied. -* `git...` See 'Git URLs as Dependencies' below -* `user/repo` See 'GitHub URLs' below -* `tag` A specific version tagged and published as `tag` See [`npm - dist-tag`](/commands/npm-dist-tag) -* `path/path/path` See [Local Paths](#local-paths) below - -For example, these are all valid: - -```json -{ - "dependencies": { - "foo": "1.0.0 - 2.9999.9999", - "bar": ">=1.0.2 <2.1.2", - "baz": ">1.0.2 <=2.3.4", - "boo": "2.0.1", - "qux": "<1.0.0 || >=2.3.1 <2.4.5 || >=2.5.2 <3.0.0", - "asd": "http://asdf.com/asdf.tar.gz", - "til": "~1.2", - "elf": "~1.2.3", - "two": "2.x", - "thr": "3.3.x", - "lat": "latest", - "dyl": "file:../dyl" - } -} -``` - -#### URLs as Dependencies - -You may specify a tarball URL in place of a version range. - -This tarball will be downloaded and installed locally to your package at -install time. - -#### Git URLs as Dependencies - -Git urls are of the form: - -```bash -<protocol>://[<user>[:<password>]@]<hostname>[:<port>][:][/]<path>[#<commit-ish> | #semver:<semver>] -``` - -`<protocol>` is one of `git`, `git+ssh`, `git+http`, `git+https`, or -`git+file`. - -If `#<commit-ish>` is provided, it will be used to clone exactly that -commit. If the commit-ish has the format `#semver:<semver>`, `<semver>` can -be any valid semver range or exact version, and npm will look for any tags -or refs matching that range in the remote repository, much as it would for -a registry dependency. If neither `#<commit-ish>` or `#semver:<semver>` is -specified, then the default branch is used. - -Examples: - -```bash -git+ssh://git@github.com:npm/cli.git#v1.0.27 -git+ssh://git@github.com:npm/cli#semver:^5.0 -git+https://isaacs@github.com/npm/cli.git -git://github.com/npm/cli.git#v1.0.27 -``` - -When installing from a `git` repository, the presence of certain fields in the -`package.json` will cause npm to believe it needs to perform a build. To do so -your repository will be cloned into a temporary directory, all of its deps -installed, relevant scripts run, and the resulting directory packed and -installed. - -This flow will occur if your git dependency uses `workspaces`, or if any of the -following scripts are present: - -* `build` -* `prepare` -* `prepack` -* `preinstall` -* `install` -* `postinstall` - -If your git repository includes pre-built artifacts, you will likely want to -make sure that none of the above scripts are defined, or your dependency -will be rebuilt for every installation. - -#### GitHub URLs - -As of version 1.1.65, you can refer to GitHub urls as just "foo": -"user/foo-project". Just as with git URLs, a `commit-ish` suffix can be -included. For example: - -```json -{ - "name": "foo", - "version": "0.0.0", - "dependencies": { - "express": "expressjs/express", - "mocha": "mochajs/mocha#4727d357ea", - "module": "user/repo#feature\/branch" - } -} -``` - -#### Local Paths - -As of version 2.0.0 you can provide a path to a local directory that -contains a package. Local paths can be saved using `npm install -S` or `npm -install --save`, using any of these forms: - -```bash -../foo/bar -~/foo/bar -./foo/bar -/foo/bar -``` - -in which case they will be normalized to a relative path and added to your -`package.json`. For example: - -```json -{ - "name": "baz", - "dependencies": { - "bar": "file:../foo/bar" - } -} -``` - -This feature is helpful for local offline development and creating tests -that require npm installing where you don't want to hit an external server, -but should not be used when publishing packages to the public registry. - -*note*: Packages linked by local path will not have their own -dependencies installed when `npm install` is ran in this case. You must -run `npm install` from inside the local path itself. - -### devDependencies - -If someone is planning on downloading and using your module in their -program, then they probably don't want or need to download and build the -external test or documentation framework that you use. - -In this case, it's best to map these additional items in a -`devDependencies` object. - -These things will be installed when doing `npm link` or `npm install` from -the root of a package, and can be managed like any other npm configuration -param. See [`config`](/using-npm/config) for more on the topic. - -For build steps that are not platform-specific, such as compiling -CoffeeScript or other languages to JavaScript, use the `prepare` script to -do this, and make the required package a devDependency. - -For example: - -```json -{ - "name": "ethopia-waza", - "description": "a delightfully fruity coffee varietal", - "version": "1.2.3", - "devDependencies": { - "coffee-script": "~1.6.3" - }, - "scripts": { - "prepare": "coffee -o lib/ -c src/waza.coffee" - }, - "main": "lib/waza.js" -} -``` - -The `prepare` script will be run before publishing, so that users can -consume the functionality without requiring them to compile it themselves. -In dev mode (ie, locally running `npm install`), it'll run this script as -well, so that you can test it easily. - -### peerDependencies - -In some cases, you want to express the compatibility of your package with a -host tool or library, while not necessarily doing a `require` of this host. -This is usually referred to as a *plugin*. Notably, your module may be -exposing a specific interface, expected and specified by the host -documentation. - -For example: - -```json -{ - "name": "tea-latte", - "version": "1.3.5", - "peerDependencies": { - "tea": "2.x" - } -} -``` - -This ensures your package `tea-latte` can be installed *along* with the -second major version of the host package `tea` only. `npm install -tea-latte` could possibly yield the following dependency graph: - -```bash -├── tea-latte@1.3.5 -└── tea@2.2.0 -``` - -In npm versions 3 through 6, `peerDependencies` were not automatically -installed, and would raise a warning if an invalid version of the peer -dependency was found in the tree. As of npm v7, peerDependencies _are_ -installed by default. - -Trying to install another plugin with a conflicting requirement may cause -an error if the tree cannot be resolved correctly. For this reason, make -sure your plugin requirement is as broad as possible, and not to lock it -down to specific patch versions. - -Assuming the host complies with [semver](https://semver.org/), only changes -in the host package's major version will break your plugin. Thus, if you've -worked with every 1.x version of the host package, use `"^1.0"` or `"1.x"` -to express this. If you depend on features introduced in 1.5.2, use -`"^1.5.2"`. - -### peerDependenciesMeta - -When a user installs your package, npm will emit warnings if packages -specified in `peerDependencies` are not already installed. The -`peerDependenciesMeta` field serves to provide npm more information on how -your peer dependencies are to be used. Specifically, it allows peer -dependencies to be marked as optional. - -For example: - -```json -{ - "name": "tea-latte", - "version": "1.3.5", - "peerDependencies": { - "tea": "2.x", - "soy-milk": "1.2" - }, - "peerDependenciesMeta": { - "soy-milk": { - "optional": true - } - } -} -``` - -Marking a peer dependency as optional ensures npm will not emit a warning -if the `soy-milk` package is not installed on the host. This allows you to -integrate and interact with a variety of host packages without requiring -all of them to be installed. - -### bundleDependencies - -This defines an array of package names that will be bundled when publishing -the package. - -In cases where you need to preserve npm packages locally or have them -available through a single file download, you can bundle the packages in a -tarball file by specifying the package names in the `bundleDependencies` -array and executing `npm pack`. - -For example: - -If we define a package.json like this: - -```json -{ - "name": "awesome-web-framework", - "version": "1.0.0", - "bundleDependencies": [ - "renderized", - "super-streams" - ] -} -``` - -we can obtain `awesome-web-framework-1.0.0.tgz` file by running `npm pack`. -This file contains the dependencies `renderized` and `super-streams` which -can be installed in a new project by executing `npm install -awesome-web-framework-1.0.0.tgz`. Note that the package names do not -include any versions, as that information is specified in `dependencies`. - -If this is spelled `"bundledDependencies"`, then that is also honored. - -Alternatively, `"bundleDependencies"` can be defined as a boolean value. A -value of `true` will bundle all dependencies, a value of `false` will bundle -none. - -### optionalDependencies - -If a dependency can be used, but you would like npm to proceed if it cannot -be found or fails to install, then you may put it in the -`optionalDependencies` object. This is a map of package name to version or -url, just like the `dependencies` object. The difference is that build -failures do not cause installation to fail. Running `npm install ---omit=optional` will prevent these dependencies from being installed. - -It is still your program's responsibility to handle the lack of the -dependency. For example, something like this: - -```js -try { - var foo = require('foo') - var fooVersion = require('foo/package.json').version -} catch (er) { - foo = null -} -if ( notGoodFooVersion(fooVersion) ) { - foo = null -} - -// .. then later in your program .. - -if (foo) { - foo.doFooThings() -} -``` - -Entries in `optionalDependencies` will override entries of the same name in -`dependencies`, so it's usually best to only put in one place. - -### overrides - -If you need to make specific changes to dependencies of your dependencies, for -example replacing the version of a dependency with a known security issue, -replacing an existing dependency with a fork, or making sure that the same -version of a package is used everywhere, then you may add an override. - -Overrides provide a way to replace a package in your dependency tree with -another version, or another package entirely. These changes can be scoped as -specific or as vague as desired. - -To make sure the package `foo` is always installed as version `1.0.0` no matter -what version your dependencies rely on: - -```json -{ - "overrides": { - "foo": "1.0.0" - } -} -``` - -The above is a short hand notation, the full object form can be used to allow -overriding a package itself as well as a child of the package. This will cause -`foo` to always be `1.0.0` while also making `bar` at any depth beyond `foo` -also `1.0.0`: - -```json -{ - "overrides": { - "foo": { - ".": "1.0.0", - "bar": "1.0.0" - } - } -} -``` - -To only override `foo` to be `1.0.0` when it's a child (or grandchild, or great -grandchild, etc) of the package `bar`: - -```json -{ - "overrides": { - "bar": { - "foo": "1.0.0" - } - } -} -``` - -Keys can be nested to any arbitrary length. To override `foo` only when it's a -child of `bar` and only when `bar` is a child of `baz`: - -```json -{ - "overrides": { - "baz": { - "bar": { - "foo": "1.0.0" - } - } - } -} -``` - -The key of an override can also include a version, or range of versions. -To override `foo` to `1.0.0`, but only when it's a child of `bar@2.0.0`: - -```json -{ - "overrides": { - "bar@2.0.0": { - "foo": "1.0.0" - } - } -} -``` - -You may not set an override for a package that you directly depend on unless -both the dependency and the override itself share the exact same spec. To make -this limitation easier to deal with, overrides may also be defined as a -reference to a spec for a direct dependency by prefixing the name of the -package you wish the version to match with a `$`. - -```json -{ - "dependencies": { - "foo": "^1.0.0" - }, - "overrides": { - // BAD, will throw an EOVERRIDE error - // "foo": "^2.0.0" - // GOOD, specs match so override is allowed - // "foo": "^1.0.0" - // BEST, the override is defined as a reference to the dependency - "foo": "$foo", - // the referenced package does not need to match the overridden one - "bar": "$foo" - } -} -``` - -### engines - -You can specify the version of node that your stuff works on: - -```json -{ - "engines": { - "node": ">=0.10.3 <15" - } -} -``` - -And, like with dependencies, if you don't specify the version (or if you -specify "\*" as the version), then any version of node will do. - -You can also use the "engines" field to specify which versions of npm are -capable of properly installing your program. For example: - -```json -{ - "engines": { - "npm": "~1.0.20" - } -} -``` - -Unless the user has set the -[`engine-strict` config](/using-npm/config#engine-strict) flag, this field is -advisory only and will only produce warnings when your package is installed as a -dependency. - -### os - -You can specify which operating systems your -module will run on: - -```json -{ - "os": [ - "darwin", - "linux" - ] -} -``` - -You can also block instead of allowing operating systems, just prepend the -blocked os with a '!': - -```json -{ - "os": [ - "!win32" - ] -} -``` - -The host operating system is determined by `process.platform` - -It is allowed to both block and allow an item, although there isn't any -good reason to do this. - -### cpu - -If your code only runs on certain cpu architectures, -you can specify which ones. - -```json -{ - "cpu": [ - "x64", - "ia32" - ] -} -``` - -Like the `os` option, you can also block architectures: - -```json -{ - "cpu": [ - "!arm", - "!mips" - ] -} -``` - -The host architecture is determined by `process.arch` - -### private - -If you set `"private": true` in your package.json, then npm will refuse to -publish it. - -This is a way to prevent accidental publication of private repositories. -If you would like to ensure that a given package is only ever published to -a specific registry (for example, an internal registry), then use the -`publishConfig` dictionary described below to override the `registry` -config param at publish-time. - -### publishConfig - -This is a set of config values that will be used at publish-time. It's -especially handy if you want to set the tag, registry or access, so that -you can ensure that a given package is not tagged with "latest", published -to the global public registry or that a scoped module is private by -default. - -See [`config`](/using-npm/config) to see the list of config options that -can be overridden. - -### workspaces - -The optional `workspaces` field is an array of file patterns that describes -locations within the local file system that the install client should look -up to find each [workspace](/using-npm/workspaces) that needs to be -symlinked to the top level `node_modules` folder. - -It can describe either the direct paths of the folders to be used as -workspaces or it can define globs that will resolve to these same folders. - -In the following example, all folders located inside the folder -`./packages` will be treated as workspaces as long as they have valid -`package.json` files inside them: - -```json -{ - "name": "workspace-example", - "workspaces": [ - "./packages/*" - ] -} -``` - -See [`workspaces`](/using-npm/workspaces) for more examples. - -### DEFAULT VALUES - -npm will default some values based on package contents. - -* `"scripts": {"start": "node server.js"}` - - If there is a `server.js` file in the root of your package, then npm will - default the `start` command to `node server.js`. - -* `"scripts":{"install": "node-gyp rebuild"}` - - If there is a `binding.gyp` file in the root of your package and you have - not defined an `install` or `preinstall` script, npm will default the - `install` command to compile using node-gyp. - -* `"contributors": [...]` - - If there is an `AUTHORS` file in the root of your package, npm will treat - each line as a `Name <email> (url)` format, where email and url are - optional. Lines which start with a `#` or are blank, will be ignored. - -### SEE ALSO - -* [semver](https://github.com/npm/node-semver#versions) -* [workspaces](/using-npm/workspaces) -* [npm init](/commands/npm-init) -* [npm version](/commands/npm-version) -* [npm config](/commands/npm-config) -* [npm help](/commands/npm-help) -* [npm install](/commands/npm-install) -* [npm publish](/commands/npm-publish) -* [npm uninstall](/commands/npm-uninstall) diff --git a/software/flow/node_modules/npm/docs/content/configuring-npm/package-lock-json.md b/software/flow/node_modules/npm/docs/content/configuring-npm/package-lock-json.md deleted file mode 100644 index 4aa8dc3..0000000 --- a/software/flow/node_modules/npm/docs/content/configuring-npm/package-lock-json.md +++ /dev/null @@ -1,238 +0,0 @@ ---- -title: package-lock.json -section: 5 -description: A manifestation of the manifest ---- - -### Description - -`package-lock.json` is automatically generated for any operations where npm -modifies either the `node_modules` tree, or `package.json`. It describes the -exact tree that was generated, such that subsequent installs are able to -generate identical trees, regardless of intermediate dependency updates. - -This file is intended to be committed into source repositories, and serves -various purposes: - -* Describe a single representation of a dependency tree such that - teammates, deployments, and continuous integration are guaranteed to - install exactly the same dependencies. - -* Provide a facility for users to "time-travel" to previous states of - `node_modules` without having to commit the directory itself. - -* Facilitate greater visibility of tree changes through readable source - control diffs. - -* Optimize the installation process by allowing npm to skip repeated - metadata resolutions for previously-installed packages. - -* As of npm v7, lockfiles include enough information to gain a complete - picture of the package tree, reducing the need to read `package.json` - files, and allowing for significant performance improvements. - -### `package-lock.json` vs `npm-shrinkwrap.json` - -Both of these files have the same format, and perform similar functions in -the root of a project. - -The difference is that `package-lock.json` cannot be published, and it will -be ignored if found in any place other than the root project. - -In contrast, [npm-shrinkwrap.json](/configuring-npm/npm-shrinkwrap-json) allows -publication, and defines the dependency tree from the point encountered. -This is not recommended unless deploying a CLI tool or otherwise using the -publication process for producing production packages. - -If both `package-lock.json` and `npm-shrinkwrap.json` are present in the -root of a project, `npm-shrinkwrap.json` will take precedence and -`package-lock.json` will be ignored. - -### Hidden Lockfiles - -In order to avoid processing the `node_modules` folder repeatedly, npm as -of v7 uses a "hidden" lockfile present in -`node_modules/.package-lock.json`. This contains information about the -tree, and is used in lieu of reading the entire `node_modules` hierarchy -provided that the following conditions are met: - -- All package folders it references exist in the `node_modules` hierarchy. -- No package folders exist in the `node_modules` hierarchy that are not - listed in the lockfile. -- The modified time of the file is at least as recent as all of the package - folders it references. - -That is, the hidden lockfile will only be relevant if it was created as -part of the most recent update to the package tree. If another CLI mutates -the tree in any way, this will be detected, and the hidden lockfile will be -ignored. - -Note that it _is_ possible to manually change the _contents_ of a package -in such a way that the modified time of the package folder is unaffected. -For example, if you add a file to `node_modules/foo/lib/bar.js`, then the -modified time on `node_modules/foo` will not reflect this change. If you -are manually editing files in `node_modules`, it is generally best to -delete the file at `node_modules/.package-lock.json`. - -As the hidden lockfile is ignored by older npm versions, it does not -contain the backwards compatibility affordances present in "normal" -lockfiles. That is, it is `lockfileVersion: 3`, rather than -`lockfileVersion: 2`. - -### Handling Old Lockfiles - -When npm detects a lockfile from npm v6 or before during the package -installation process, it is automatically updated to fetch missing -information from either the `node_modules` tree or (in the case of empty -`node_modules` trees or very old lockfile formats) the npm registry. - -### File Format - -#### `name` - -The name of the package this is a package-lock for. This will match what's -in `package.json`. - -#### `version` - -The version of the package this is a package-lock for. This will match -what's in `package.json`. - -#### `lockfileVersion` - -An integer version, starting at `1` with the version number of this -document whose semantics were used when generating this -`package-lock.json`. - -Note that the file format changed significantly in npm v7 to track -information that would have otherwise required looking in `node_modules` or -the npm registry. Lockfiles generated by npm v7 will contain -`lockfileVersion: 2`. - -* No version provided: an "ancient" shrinkwrap file from a version of npm - prior to npm v5. -* `1`: The lockfile version used by npm v5 and v6. -* `2`: The lockfile version used by npm v7, which is backwards compatible - to v1 lockfiles. -* `3`: The lockfile version used by npm v7, _without_ backwards - compatibility affordances. This is used for the hidden lockfile at - `node_modules/.package-lock.json`, and will likely be used in a future - version of npm, once support for npm v6 is no longer relevant. - -npm will always attempt to get whatever data it can out of a lockfile, even -if it is not a version that it was designed to support. - -#### `packages` - -This is an object that maps package locations to an object containing the -information about that package. - -The root project is typically listed with a key of `""`, and all other -packages are listed with their relative paths from the root project folder. - -Package descriptors have the following fields: - -* version: The version found in `package.json` - -* resolved: The place where the package was actually resolved from. In - the case of packages fetched from the registry, this will be a url to a - tarball. In the case of git dependencies, this will be the full git url - with commit sha. In the case of link dependencies, this will be the - location of the link target. `registry.npmjs.org` is a magic value meaning - "the currently configured registry". - -* integrity: A `sha512` or `sha1` [Standard Subresource - Integrity](https://w3c.github.io/webappsec/specs/subresourceintegrity/) - string for the artifact that was unpacked in this location. - -* link: A flag to indicate that this is a symbolic link. If this is - present, no other fields are specified, since the link target will also - be included in the lockfile. - -* dev, optional, devOptional: If the package is strictly part of the - `devDependencies` tree, then `dev` will be true. If it is strictly part - of the `optionalDependencies` tree, then `optional` will be set. If it - is both a `dev` dependency _and_ an `optional` dependency of a non-dev - dependency, then `devOptional` will be set. (An `optional` dependency of - a `dev` dependency will have both `dev` and `optional` set.) - -* inBundle: A flag to indicate that the package is a bundled dependency. - -* hasInstallScript: A flag to indicate that the package has a `preinstall`, - `install`, or `postinstall` script. - -* hasShrinkwrap: A flag to indicate that the package has an - `npm-shrinkwrap.json` file. - -* bin, license, engines, dependencies, optionalDependencies: fields from - `package.json` - -#### dependencies - -Legacy data for supporting versions of npm that use `lockfileVersion: 1`. -This is a mapping of package names to dependency objects. Because the -object structure is strictly hierarchical, symbolic link dependencies are -somewhat challenging to represent in some cases. - -npm v7 ignores this section entirely if a `packages` section is present, -but does keep it up to date in order to support switching between npm v6 -and npm v7. - -Dependency objects have the following fields: - -* version: a specifier that varies depending on the nature of the package, - and is usable in fetching a new copy of it. - - * bundled dependencies: Regardless of source, this is a version number - that is purely for informational purposes. - * registry sources: This is a version number. (eg, `1.2.3`) - * git sources: This is a git specifier with resolved committish. (eg, - `git+https://example.com/foo/bar#115311855adb0789a0466714ed48a1499ffea97e`) - * http tarball sources: This is the URL of the tarball. (eg, - `https://example.com/example-1.3.0.tgz`) - * local tarball sources: This is the file URL of the tarball. (eg - `file:///opt/storage/example-1.3.0.tgz`) - * local link sources: This is the file URL of the link. (eg - `file:libs/our-module`) - -* integrity: A `sha512` or `sha1` [Standard Subresource - Integrity](https://w3c.github.io/webappsec/specs/subresourceintegrity/) - string for the artifact that was unpacked in this location. For git - dependencies, this is the commit sha. - -* resolved: For registry sources this is path of the tarball relative to - the registry URL. If the tarball URL isn't on the same server as the - registry URL then this is a complete URL. `registry.npmjs.org` is a magic - value meaning "the currently configured registry". - -* bundled: If true, this is the bundled dependency and will be installed - by the parent module. When installing, this module will be extracted - from the parent module during the extract phase, not installed as a - separate dependency. - -* dev: If true then this dependency is either a development dependency ONLY - of the top level module or a transitive dependency of one. This is false - for dependencies that are both a development dependency of the top level - and a transitive dependency of a non-development dependency of the top - level. - -* optional: If true then this dependency is either an optional dependency - ONLY of the top level module or a transitive dependency of one. This is - false for dependencies that are both an optional dependency of the top - level and a transitive dependency of a non-optional dependency of the top - level. - -* requires: This is a mapping of module name to version. This is a list of - everything this module requires, regardless of where it will be - installed. The version should match via normal matching rules a - dependency either in our `dependencies` or in a level higher than us. - -* dependencies: The dependencies of this dependency, exactly as at the top - level. - -### See also - -* [npm shrinkwrap](/commands/npm-shrinkwrap) -* [npm-shrinkwrap.json](/configuring-npm/npm-shrinkwrap-json) -* [package.json](/configuring-npm/package-json) -* [npm install](/commands/npm-install) diff --git a/software/flow/node_modules/npm/docs/content/using-npm/config.md b/software/flow/node_modules/npm/docs/content/using-npm/config.md deleted file mode 100644 index 9352491..0000000 --- a/software/flow/node_modules/npm/docs/content/using-npm/config.md +++ /dev/null @@ -1,1666 +0,0 @@ ---- -title: config -section: 7 -description: More than you probably want to know about npm configuration ---- - -### Description - -npm gets its configuration values from the following sources, sorted by priority: - -#### Command Line Flags - -Putting `--foo bar` on the command line sets the `foo` configuration -parameter to `"bar"`. A `--` argument tells the cli parser to stop -reading flags. Using `--flag` without specifying any value will set -the value to `true`. - -Example: `--flag1 --flag2` will set both configuration parameters -to `true`, while `--flag1 --flag2 bar` will set `flag1` to `true`, -and `flag2` to `bar`. Finally, `--flag1 --flag2 -- bar` will set -both configuration parameters to `true`, and the `bar` is taken -as a command argument. - -#### Environment Variables - -Any environment variables that start with `npm_config_` will be -interpreted as a configuration parameter. For example, putting -`npm_config_foo=bar` in your environment will set the `foo` -configuration parameter to `bar`. Any environment configurations that -are not given a value will be given the value of `true`. Config -values are case-insensitive, so `NPM_CONFIG_FOO=bar` will work the -same. However, please note that inside [`scripts`](/using-npm/scripts) -npm will set its own environment variables and Node will prefer -those lowercase versions over any uppercase ones that you might set. -For details see [this issue](https://github.com/npm/npm/issues/14528). - -Notice that you need to use underscores instead of dashes, so `--allow-same-version` -would become `npm_config_allow_same_version=true`. - -#### npmrc Files - -The four relevant files are: - -* per-project configuration file (`/path/to/my/project/.npmrc`) -* per-user configuration file (defaults to `$HOME/.npmrc`; configurable via CLI - option `--userconfig` or environment variable `$NPM_CONFIG_USERCONFIG`) -* global configuration file (defaults to `$PREFIX/etc/npmrc`; configurable via - CLI option `--globalconfig` or environment variable `$NPM_CONFIG_GLOBALCONFIG`) -* npm's built-in configuration file (`/path/to/npm/npmrc`) - -See [npmrc](/configuring-npm/npmrc) for more details. - -#### Default Configs - -Run `npm config ls -l` to see a set of configuration parameters that are -internal to npm, and are defaults if nothing else is specified. - -### Shorthands and Other CLI Niceties - -The following shorthands are parsed on the command-line: - -* `-a`: `--all` -* `--enjoy-by`: `--before` -* `-c`: `--call` -* `--desc`: `--description` -* `-f`: `--force` -* `-g`: `--global` -* `--iwr`: `--include-workspace-root` -* `-L`: `--location` -* `-d`: `--loglevel info` -* `-s`: `--loglevel silent` -* `--silent`: `--loglevel silent` -* `--ddd`: `--loglevel silly` -* `--dd`: `--loglevel verbose` -* `--verbose`: `--loglevel verbose` -* `-q`: `--loglevel warn` -* `--quiet`: `--loglevel warn` -* `-l`: `--long` -* `-m`: `--message` -* `--local`: `--no-global` -* `-n`: `--no-yes` -* `--no`: `--no-yes` -* `-p`: `--parseable` -* `--porcelain`: `--parseable` -* `-C`: `--prefix` -* `--readonly`: `--read-only` -* `--reg`: `--registry` -* `-S`: `--save` -* `-B`: `--save-bundle` -* `-D`: `--save-dev` -* `-E`: `--save-exact` -* `-O`: `--save-optional` -* `-P`: `--save-prod` -* `-?`: `--usage` -* `-h`: `--usage` -* `-H`: `--usage` -* `--help`: `--usage` -* `-v`: `--version` -* `-w`: `--workspace` -* `--ws`: `--workspaces` -* `-y`: `--yes` - -If the specified configuration param resolves unambiguously to a known -configuration parameter, then it is expanded to that configuration -parameter. For example: - -```bash -npm ls --par -# same as: -npm ls --parseable -``` - -If multiple single-character shorthands are strung together, and the -resulting combination is unambiguously not some other configuration -param, then it is expanded to its various component pieces. For -example: - -```bash -npm ls -gpld -# same as: -npm ls --global --parseable --long --loglevel info -``` - -### Config Settings - -#### `_auth` - -* Default: null -* Type: null or String - -A basic-auth string to use when authenticating against the npm registry. -This will ONLY be used to authenticate against the npm registry. For other -registries you will need to scope it like "//other-registry.tld/:_auth" - -Warning: This should generally not be set via a command-line option. It is -safer to use a registry-provided authentication bearer token stored in the -~/.npmrc file by running `npm login`. - -#### `access` - -* Default: 'public' for new packages, existing packages it will not change the - current level -* Type: null, "restricted", or "public" - -If you do not want your scoped package to be publicly viewable (and -installable) set `--access=restricted`. - -Unscoped packages can not be set to `restricted`. - -Note: This defaults to not changing the current access level for existing -packages. Specifying a value of `restricted` or `public` during publish will -change the access for an existing package the same way that `npm access set -status` would. - -#### `all` - -* Default: false -* Type: Boolean - -When running `npm outdated` and `npm ls`, setting `--all` will show all -outdated or installed packages, rather than only those directly depended -upon by the current project. - -#### `allow-same-version` - -* Default: false -* Type: Boolean - -Prevents throwing an error when `npm version` is used to set the new version -to the same value as the current version. - -#### `audit` - -* Default: true -* Type: Boolean - -When "true" submit audit reports alongside the current npm command to the -default registry and all registries configured for scopes. See the -documentation for [`npm audit`](/commands/npm-audit) for details on what is -submitted. - -#### `audit-level` - -* Default: null -* Type: null, "info", "low", "moderate", "high", "critical", or "none" - -The minimum level of vulnerability for `npm audit` to exit with a non-zero -exit code. - -#### `auth-type` - -* Default: "web" -* Type: "legacy" or "web" - -What authentication strategy to use with `login`. Note that if an `otp` -config is given, this value will always be set to `legacy`. - -#### `before` - -* Default: null -* Type: null or Date - -If passed to `npm install`, will rebuild the npm tree such that only -versions that were available **on or before** the `--before` time get -installed. If there's no versions available for the current set of direct -dependencies, the command will error. - -If the requested version is a `dist-tag` and the given tag does not pass the -`--before` filter, the most recent version less than or equal to that tag -will be used. For example, `foo@latest` might install `foo@1.2` even though -`latest` is `2.0`. - -#### `bin-links` - -* Default: true -* Type: Boolean - -Tells npm to create symlinks (or `.cmd` shims on Windows) for package -executables. - -Set to false to have it not do this. This can be used to work around the -fact that some file systems don't support symlinks, even on ostensibly Unix -systems. - -#### `browser` - -* Default: OS X: `"open"`, Windows: `"start"`, Others: `"xdg-open"` -* Type: null, Boolean, or String - -The browser that is called by npm commands to open websites. - -Set to `false` to suppress browser behavior and instead print urls to -terminal. - -Set to `true` to use default system URL opener. - -#### `ca` - -* Default: null -* Type: null or String (can be set multiple times) - -The Certificate Authority signing certificate that is trusted for SSL -connections to the registry. Values should be in PEM format (Windows calls -it "Base-64 encoded X.509 (.CER)") with newlines replaced by the string -"\n". For example: - -```ini -ca="-----BEGIN CERTIFICATE-----\nXXXX\nXXXX\n-----END CERTIFICATE-----" -``` - -Set to `null` to only allow "known" registrars, or to a specific CA cert to -trust only that specific signing authority. - -Multiple CAs can be trusted by specifying an array of certificates: - -```ini -ca[]="..." -ca[]="..." -``` - -See also the `strict-ssl` config. - -#### `cache` - -* Default: Windows: `%LocalAppData%\npm-cache`, Posix: `~/.npm` -* Type: Path - -The location of npm's cache directory. - -#### `cafile` - -* Default: null -* Type: Path - -A path to a file containing one or multiple Certificate Authority signing -certificates. Similar to the `ca` setting, but allows for multiple CA's, as -well as for the CA information to be stored in a file on disk. - -#### `call` - -* Default: "" -* Type: String - -Optional companion option for `npm exec`, `npx` that allows for specifying a -custom command to be run along with the installed packages. - -```bash -npm exec --package yo --package generator-node --call "yo node" -``` - - -#### `ci-name` - -* Default: The name of the current CI system, or `null` when not on a known CI - platform. -* Type: null or String - -The name of a continuous integration system. If not set explicitly, npm will -detect the current CI environment using the -[`ci-info`](http://npm.im/ci-info) module. - -#### `cidr` - -* Default: null -* Type: null or String (can be set multiple times) - -This is a list of CIDR address to be used when configuring limited access -tokens with the `npm token create` command. - -#### `color` - -* Default: true unless the NO_COLOR environ is set to something other than '0' -* Type: "always" or Boolean - -If false, never shows colors. If `"always"` then always shows colors. If -true, then only prints color codes for tty file descriptors. - -#### `commit-hooks` - -* Default: true -* Type: Boolean - -Run git commit hooks when using the `npm version` command. - -#### `depth` - -* Default: `Infinity` if `--all` is set, otherwise `1` -* Type: null or Number - -The depth to go when recursing packages for `npm ls`. - -If not set, `npm ls` will show only the immediate dependencies of the root -project. If `--all` is set, then npm will show all dependencies by default. - -#### `description` - -* Default: true -* Type: Boolean - -Show the description in `npm search` - -#### `diff` - -* Default: -* Type: String (can be set multiple times) - -Define arguments to compare in `npm diff`. - -#### `diff-dst-prefix` - -* Default: "b/" -* Type: String - -Destination prefix to be used in `npm diff` output. - -#### `diff-ignore-all-space` - -* Default: false -* Type: Boolean - -Ignore whitespace when comparing lines in `npm diff`. - -#### `diff-name-only` - -* Default: false -* Type: Boolean - -Prints only filenames when using `npm diff`. - -#### `diff-no-prefix` - -* Default: false -* Type: Boolean - -Do not show any source or destination prefix in `npm diff` output. - -Note: this causes `npm diff` to ignore the `--diff-src-prefix` and -`--diff-dst-prefix` configs. - -#### `diff-src-prefix` - -* Default: "a/" -* Type: String - -Source prefix to be used in `npm diff` output. - -#### `diff-text` - -* Default: false -* Type: Boolean - -Treat all files as text in `npm diff`. - -#### `diff-unified` - -* Default: 3 -* Type: Number - -The number of lines of context to print in `npm diff`. - -#### `dry-run` - -* Default: false -* Type: Boolean - -Indicates that you don't want npm to make any changes and that it should -only report what it would have done. This can be passed into any of the -commands that modify your local installation, eg, `install`, `update`, -`dedupe`, `uninstall`, as well as `pack` and `publish`. - -Note: This is NOT honored by other network related commands, eg `dist-tags`, -`owner`, etc. - -#### `editor` - -* Default: The EDITOR or VISUAL environment variables, or - '%SYSTEMROOT%\notepad.exe' on Windows, or 'vi' on Unix systems -* Type: String - -The command to run for `npm edit` and `npm config edit`. - -#### `engine-strict` - -* Default: false -* Type: Boolean - -If set to true, then npm will stubbornly refuse to install (or even consider -installing) any package that claims to not be compatible with the current -Node.js version. - -This can be overridden by setting the `--force` flag. - -#### `fetch-retries` - -* Default: 2 -* Type: Number - -The "retries" config for the `retry` module to use when fetching packages -from the registry. - -npm will retry idempotent read requests to the registry in the case of -network failures or 5xx HTTP errors. - -#### `fetch-retry-factor` - -* Default: 10 -* Type: Number - -The "factor" config for the `retry` module to use when fetching packages. - -#### `fetch-retry-maxtimeout` - -* Default: 60000 (1 minute) -* Type: Number - -The "maxTimeout" config for the `retry` module to use when fetching -packages. - -#### `fetch-retry-mintimeout` - -* Default: 10000 (10 seconds) -* Type: Number - -The "minTimeout" config for the `retry` module to use when fetching -packages. - -#### `fetch-timeout` - -* Default: 300000 (5 minutes) -* Type: Number - -The maximum amount of time to wait for HTTP requests to complete. - -#### `force` - -* Default: false -* Type: Boolean - -Removes various protections against unfortunate side effects, common -mistakes, unnecessary performance degradation, and malicious input. - -* Allow clobbering non-npm files in global installs. -* Allow the `npm version` command to work on an unclean git repository. -* Allow deleting the cache folder with `npm cache clean`. -* Allow installing packages that have an `engines` declaration requiring a - different version of npm. -* Allow installing packages that have an `engines` declaration requiring a - different version of `node`, even if `--engine-strict` is enabled. -* Allow `npm audit fix` to install modules outside your stated dependency - range (including SemVer-major changes). -* Allow unpublishing all versions of a published package. -* Allow conflicting peerDependencies to be installed in the root project. -* Implicitly set `--yes` during `npm init`. -* Allow clobbering existing values in `npm pkg` -* Allow unpublishing of entire packages (not just a single version). - -If you don't have a clear idea of what you want to do, it is strongly -recommended that you do not use this option! - -#### `foreground-scripts` - -* Default: false -* Type: Boolean - -Run all build scripts (ie, `preinstall`, `install`, and `postinstall`) -scripts for installed packages in the foreground process, sharing standard -input, output, and error with the main npm process. - -Note that this will generally make installs run slower, and be much noisier, -but can be useful for debugging. - -#### `format-package-lock` - -* Default: true -* Type: Boolean - -Format `package-lock.json` or `npm-shrinkwrap.json` as a human readable -file. - -#### `fund` - -* Default: true -* Type: Boolean - -When "true" displays the message at the end of each `npm install` -acknowledging the number of dependencies looking for funding. See [`npm -fund`](/commands/npm-fund) for details. - -#### `git` - -* Default: "git" -* Type: String - -The command to use for git commands. If git is installed on the computer, -but is not in the `PATH`, then set this to the full path to the git binary. - -#### `git-tag-version` - -* Default: true -* Type: Boolean - -Tag the commit when using the `npm version` command. Setting this to false -results in no commit being made at all. - -#### `global` - -* Default: false -* Type: Boolean - -Operates in "global" mode, so that packages are installed into the `prefix` -folder instead of the current working directory. See -[folders](/configuring-npm/folders) for more on the differences in behavior. - -* packages are installed into the `{prefix}/lib/node_modules` folder, instead - of the current working directory. -* bin files are linked to `{prefix}/bin` -* man pages are linked to `{prefix}/share/man` - -#### `globalconfig` - -* Default: The global --prefix setting plus 'etc/npmrc'. For example, - '/usr/local/etc/npmrc' -* Type: Path - -The config file to read for global config options. - -#### `heading` - -* Default: "npm" -* Type: String - -The string that starts all the debugging log output. - -#### `https-proxy` - -* Default: null -* Type: null or URL - -A proxy to use for outgoing https requests. If the `HTTPS_PROXY` or -`https_proxy` or `HTTP_PROXY` or `http_proxy` environment variables are set, -proxy settings will be honored by the underlying `make-fetch-happen` -library. - -#### `if-present` - -* Default: false -* Type: Boolean - -If true, npm will not exit with an error code when `run-script` is invoked -for a script that isn't defined in the `scripts` section of `package.json`. -This option can be used when it's desirable to optionally run a script when -it's present and fail if the script fails. This is useful, for example, when -running scripts that may only apply for some builds in an otherwise generic -CI setup. - -This value is not exported to the environment for child processes. - -#### `ignore-scripts` - -* Default: false -* Type: Boolean - -If true, npm does not run scripts specified in package.json files. - -Note that commands explicitly intended to run a particular script, such as -`npm start`, `npm stop`, `npm restart`, `npm test`, and `npm run-script` -will still run their intended script if `ignore-scripts` is set, but they -will *not* run any pre- or post-scripts. - -#### `include` - -* Default: -* Type: "prod", "dev", "optional", or "peer" (can be set multiple times) - -Option that allows for defining which types of dependencies to install. - -This is the inverse of `--omit=<type>`. - -Dependency types specified in `--include` will not be omitted, regardless of -the order in which omit/include are specified on the command-line. - -#### `include-staged` - -* Default: false -* Type: Boolean - -Allow installing "staged" published packages, as defined by [npm RFC PR -#92](https://github.com/npm/rfcs/pull/92). - -This is experimental, and not implemented by the npm public registry. - -#### `include-workspace-root` - -* Default: false -* Type: Boolean - -Include the workspace root when workspaces are enabled for a command. - -When false, specifying individual workspaces via the `workspace` config, or -all workspaces via the `workspaces` flag, will cause npm to operate only on -the specified workspaces, and not on the root project. - -This value is not exported to the environment for child processes. - -#### `init-author-email` - -* Default: "" -* Type: String - -The value `npm init` should use by default for the package author's email. - -#### `init-author-name` - -* Default: "" -* Type: String - -The value `npm init` should use by default for the package author's name. - -#### `init-author-url` - -* Default: "" -* Type: "" or URL - -The value `npm init` should use by default for the package author's -homepage. - -#### `init-license` - -* Default: "ISC" -* Type: String - -The value `npm init` should use by default for the package license. - -#### `init-module` - -* Default: "~/.npm-init.js" -* Type: Path - -A module that will be loaded by the `npm init` command. See the -documentation for the -[init-package-json](https://github.com/npm/init-package-json) module for -more information, or [npm init](/commands/npm-init). - -#### `init-version` - -* Default: "1.0.0" -* Type: SemVer string - -The value that `npm init` should use by default for the package version -number, if not already set in package.json. - -#### `install-links` - -* Default: false -* Type: Boolean - -When set file: protocol dependencies will be packed and installed as regular -dependencies instead of creating a symlink. This option has no effect on -workspaces. - -#### `install-strategy` - -* Default: "hoisted" -* Type: "hoisted", "nested", "shallow", or "linked" - -Sets the strategy for installing packages in node_modules. hoisted -(default): Install non-duplicated in top-level, and duplicated as necessary -within directory structure. nested: (formerly --legacy-bundling) install in -place, no hoisting. shallow (formerly --global-style) only install direct -deps at top-level. linked: (experimental) install in node_modules/.store, -link in place, unhoisted. - -#### `json` - -* Default: false -* Type: Boolean - -Whether or not to output JSON data, rather than the normal output. - -* In `npm pkg set` it enables parsing set values with JSON.parse() before - saving them to your `package.json`. - -Not supported by all npm commands. - -#### `legacy-peer-deps` - -* Default: false -* Type: Boolean - -Causes npm to completely ignore `peerDependencies` when building a package -tree, as in npm versions 3 through 6. - -If a package cannot be installed because of overly strict `peerDependencies` -that collide, it provides a way to move forward resolving the situation. - -This differs from `--omit=peer`, in that `--omit=peer` will avoid unpacking -`peerDependencies` on disk, but will still design a tree such that -`peerDependencies` _could_ be unpacked in a correct place. - -Use of `legacy-peer-deps` is not recommended, as it will not enforce the -`peerDependencies` contract that meta-dependencies may rely on. - -#### `link` - -* Default: false -* Type: Boolean - -Used with `npm ls`, limiting output to only those packages that are linked. - -#### `local-address` - -* Default: null -* Type: IP Address - -The IP address of the local interface to use when making connections to the -npm registry. Must be IPv4 in versions of Node prior to 0.12. - -#### `location` - -* Default: "user" unless `--global` is passed, which will also set this value - to "global" -* Type: "global", "user", or "project" - -When passed to `npm config` this refers to which config file to use. - -When set to "global" mode, packages are installed into the `prefix` folder -instead of the current working directory. See -[folders](/configuring-npm/folders) for more on the differences in behavior. - -* packages are installed into the `{prefix}/lib/node_modules` folder, instead - of the current working directory. -* bin files are linked to `{prefix}/bin` -* man pages are linked to `{prefix}/share/man` - -#### `lockfile-version` - -* Default: Version 3 if no lockfile, auto-converting v1 lockfiles to v3, - otherwise maintain current lockfile version. -* Type: null, 1, 2, 3, "1", "2", or "3" - -Set the lockfile format version to be used in package-lock.json and -npm-shrinkwrap-json files. Possible options are: - -1: The lockfile version used by npm versions 5 and 6. Lacks some data that -is used during the install, resulting in slower and possibly less -deterministic installs. Prevents lockfile churn when interoperating with -older npm versions. - -2: The default lockfile version used by npm version 7 and 8. Includes both -the version 1 lockfile data and version 3 lockfile data, for maximum -determinism and interoperability, at the expense of more bytes on disk. - -3: Only the new lockfile information introduced in npm version 7. Smaller on -disk than lockfile version 2, but not interoperable with older npm versions. -Ideal if all users are on npm version 7 and higher. - -#### `loglevel` - -* Default: "notice" -* Type: "silent", "error", "warn", "notice", "http", "info", "verbose", or - "silly" - -What level of logs to report. All logs are written to a debug log, with the -path to that file printed if the execution of a command fails. - -Any logs of a higher level than the setting are shown. The default is -"notice". - -See also the `foreground-scripts` config. - -#### `logs-dir` - -* Default: A directory named `_logs` inside the cache -* Type: null or Path - -The location of npm's log directory. See [`npm logging`](/using-npm/logging) -for more information. - -#### `logs-max` - -* Default: 10 -* Type: Number - -The maximum number of log files to store. - -If set to 0, no log files will be written for the current run. - -#### `long` - -* Default: false -* Type: Boolean - -Show extended information in `ls`, `search`, and `help-search`. - -#### `maxsockets` - -* Default: 15 -* Type: Number - -The maximum number of connections to use per origin (protocol/host/port -combination). - -#### `message` - -* Default: "%s" -* Type: String - -Commit message which is used by `npm version` when creating version commit. - -Any "%s" in the message will be replaced with the version number. - -#### `node-options` - -* Default: null -* Type: null or String - -Options to pass through to Node.js via the `NODE_OPTIONS` environment -variable. This does not impact how npm itself is executed but it does impact -how lifecycle scripts are called. - -#### `noproxy` - -* Default: The value of the NO_PROXY environment variable -* Type: String (can be set multiple times) - -Domain extensions that should bypass any proxies. - -Also accepts a comma-delimited string. - -#### `offline` - -* Default: false -* Type: Boolean - -Force offline mode: no network requests will be done during install. To -allow the CLI to fill in missing cache data, see `--prefer-offline`. - -#### `omit` - -* Default: 'dev' if the `NODE_ENV` environment variable is set to - 'production', otherwise empty. -* Type: "dev", "optional", or "peer" (can be set multiple times) - -Dependency types to omit from the installation tree on disk. - -Note that these dependencies _are_ still resolved and added to the -`package-lock.json` or `npm-shrinkwrap.json` file. They are just not -physically installed on disk. - -If a package type appears in both the `--include` and `--omit` lists, then -it will be included. - -If the resulting omit list includes `'dev'`, then the `NODE_ENV` environment -variable will be set to `'production'` for all lifecycle scripts. - -#### `omit-lockfile-registry-resolved` - -* Default: false -* Type: Boolean - -This option causes npm to create lock files without a `resolved` key for -registry dependencies. Subsequent installs will need to resolve tarball -endpoints with the configured registry, likely resulting in a longer install -time. - -#### `otp` - -* Default: null -* Type: null or String - -This is a one-time password from a two-factor authenticator. It's needed -when publishing or changing package permissions with `npm access`. - -If not set, and a registry response fails with a challenge for a one-time -password, npm will prompt on the command line for one. - -#### `pack-destination` - -* Default: "." -* Type: String - -Directory in which `npm pack` will save tarballs. - -#### `package` - -* Default: -* Type: String (can be set multiple times) - -The package or packages to install for [`npm exec`](/commands/npm-exec) - -#### `package-lock` - -* Default: true -* Type: Boolean - -If set to false, then ignore `package-lock.json` files when installing. This -will also prevent _writing_ `package-lock.json` if `save` is true. - -This configuration does not affect `npm ci`. - -#### `package-lock-only` - -* Default: false -* Type: Boolean - -If set to true, the current operation will only use the `package-lock.json`, -ignoring `node_modules`. - -For `update` this means only the `package-lock.json` will be updated, -instead of checking `node_modules` and downloading dependencies. - -For `list` this means the output will be based on the tree described by the -`package-lock.json`, rather than the contents of `node_modules`. - -#### `parseable` - -* Default: false -* Type: Boolean - -Output parseable results from commands that write to standard output. For -`npm search`, this will be tab-separated table format. - -#### `prefer-offline` - -* Default: false -* Type: Boolean - -If true, staleness checks for cached data will be bypassed, but missing data -will be requested from the server. To force full offline mode, use -`--offline`. - -#### `prefer-online` - -* Default: false -* Type: Boolean - -If true, staleness checks for cached data will be forced, making the CLI -look for updates immediately even for fresh package data. - -#### `prefix` - -* Default: In global mode, the folder where the node executable is installed. - Otherwise, the nearest parent folder containing either a package.json file - or a node_modules folder. -* Type: Path - -The location to install global items. If set on the command line, then it -forces non-global commands to run in the specified folder. - -#### `preid` - -* Default: "" -* Type: String - -The "prerelease identifier" to use as a prefix for the "prerelease" part of -a semver. Like the `rc` in `1.2.0-rc.8`. - -#### `progress` - -* Default: `true` unless running in a known CI system -* Type: Boolean - -When set to `true`, npm will display a progress bar during time intensive -operations, if `process.stderr` is a TTY. - -Set to `false` to suppress the progress bar. - -#### `provenance` - -* Default: false -* Type: Boolean - -Indicates that a provenance statement should be generated. - -#### `proxy` - -* Default: null -* Type: null, false, or URL - -A proxy to use for outgoing http requests. If the `HTTP_PROXY` or -`http_proxy` environment variables are set, proxy settings will be honored -by the underlying `request` library. - -#### `read-only` - -* Default: false -* Type: Boolean - -This is used to mark a token as unable to publish when configuring limited -access tokens with the `npm token create` command. - -#### `rebuild-bundle` - -* Default: true -* Type: Boolean - -Rebuild bundled dependencies after installation. - -#### `registry` - -* Default: "https://registry.npmjs.org/" -* Type: URL - -The base URL of the npm registry. - -#### `replace-registry-host` - -* Default: "npmjs" -* Type: "npmjs", "never", "always", or String - -Defines behavior for replacing the registry host in a lockfile with the -configured registry. - -The default behavior is to replace package dist URLs from the default -registry (https://registry.npmjs.org) to the configured registry. If set to -"never", then use the registry value. If set to "always", then replace the -registry host with the configured host every time. - -You may also specify a bare hostname (e.g., "registry.npmjs.org"). - -#### `save` - -* Default: `true` unless when using `npm update` where it defaults to `false` -* Type: Boolean - -Save installed packages to a `package.json` file as dependencies. - -When used with the `npm rm` command, removes the dependency from -`package.json`. - -Will also prevent writing to `package-lock.json` if set to `false`. - -#### `save-bundle` - -* Default: false -* Type: Boolean - -If a package would be saved at install time by the use of `--save`, -`--save-dev`, or `--save-optional`, then also put it in the -`bundleDependencies` list. - -Ignored if `--save-peer` is set, since peerDependencies cannot be bundled. - -#### `save-dev` - -* Default: false -* Type: Boolean - -Save installed packages to a package.json file as `devDependencies`. - -#### `save-exact` - -* Default: false -* Type: Boolean - -Dependencies saved to package.json will be configured with an exact version -rather than using npm's default semver range operator. - -#### `save-optional` - -* Default: false -* Type: Boolean - -Save installed packages to a package.json file as `optionalDependencies`. - -#### `save-peer` - -* Default: false -* Type: Boolean - -Save installed packages to a package.json file as `peerDependencies` - -#### `save-prefix` - -* Default: "^" -* Type: String - -Configure how versions of packages installed to a package.json file via -`--save` or `--save-dev` get prefixed. - -For example if a package has version `1.2.3`, by default its version is set -to `^1.2.3` which allows minor upgrades for that package, but after `npm -config set save-prefix='~'` it would be set to `~1.2.3` which only allows -patch upgrades. - -#### `save-prod` - -* Default: false -* Type: Boolean - -Save installed packages into `dependencies` specifically. This is useful if -a package already exists in `devDependencies` or `optionalDependencies`, but -you want to move it to be a non-optional production dependency. - -This is the default behavior if `--save` is true, and neither `--save-dev` -or `--save-optional` are true. - -#### `scope` - -* Default: the scope of the current project, if any, or "" -* Type: String - -Associate an operation with a scope for a scoped registry. - -Useful when logging in to or out of a private registry: - -``` -# log in, linking the scope to the custom registry -npm login --scope=@mycorp --registry=https://registry.mycorp.com - -# log out, removing the link and the auth token -npm logout --scope=@mycorp -``` - -This will cause `@mycorp` to be mapped to the registry for future -installation of packages specified according to the pattern -`@mycorp/package`. - -This will also cause `npm init` to create a scoped package. - -``` -# accept all defaults, and create a package named "@foo/whatever", -# instead of just named "whatever" -npm init --scope=@foo --yes -``` - - -#### `script-shell` - -* Default: '/bin/sh' on POSIX systems, 'cmd.exe' on Windows -* Type: null or String - -The shell to use for scripts run with the `npm exec`, `npm run` and `npm -init <package-spec>` commands. - -#### `searchexclude` - -* Default: "" -* Type: String - -Space-separated options that limit the results from search. - -#### `searchlimit` - -* Default: 20 -* Type: Number - -Number of items to limit search results to. Will not apply at all to legacy -searches. - -#### `searchopts` - -* Default: "" -* Type: String - -Space-separated options that are always passed to search. - -#### `searchstaleness` - -* Default: 900 -* Type: Number - -The age of the cache, in seconds, before another registry request is made if -using legacy search endpoint. - -#### `shell` - -* Default: SHELL environment variable, or "bash" on Posix, or "cmd.exe" on - Windows -* Type: String - -The shell to run for the `npm explore` command. - -#### `sign-git-commit` - -* Default: false -* Type: Boolean - -If set to true, then the `npm version` command will commit the new package -version using `-S` to add a signature. - -Note that git requires you to have set up GPG keys in your git configs for -this to work properly. - -#### `sign-git-tag` - -* Default: false -* Type: Boolean - -If set to true, then the `npm version` command will tag the version using -`-s` to add a signature. - -Note that git requires you to have set up GPG keys in your git configs for -this to work properly. - -#### `strict-peer-deps` - -* Default: false -* Type: Boolean - -If set to `true`, and `--legacy-peer-deps` is not set, then _any_ -conflicting `peerDependencies` will be treated as an install failure, even -if npm could reasonably guess the appropriate resolution based on non-peer -dependency relationships. - -By default, conflicting `peerDependencies` deep in the dependency graph will -be resolved using the nearest non-peer dependency specification, even if -doing so will result in some packages receiving a peer dependency outside -the range set in their package's `peerDependencies` object. - -When such an override is performed, a warning is printed, explaining the -conflict and the packages involved. If `--strict-peer-deps` is set, then -this warning is treated as a failure. - -#### `strict-ssl` - -* Default: true -* Type: Boolean - -Whether or not to do SSL key validation when making requests to the registry -via https. - -See also the `ca` config. - -#### `tag` - -* Default: "latest" -* Type: String - -If you ask npm to install a package and don't tell it a specific version, -then it will install the specified tag. - -Also the tag that is added to the package@version specified by the `npm tag` -command, if no explicit tag is given. - -When used by the `npm diff` command, this is the tag used to fetch the -tarball that will be compared with the local files by default. - -#### `tag-version-prefix` - -* Default: "v" -* Type: String - -If set, alters the prefix used when tagging a new version when performing a -version increment using `npm version`. To remove the prefix altogether, set -it to the empty string: `""`. - -Because other tools may rely on the convention that npm version tags look -like `v1.0.0`, _only use this property if it is absolutely necessary_. In -particular, use care when overriding this setting for public packages. - -#### `timing` - -* Default: false -* Type: Boolean - -If true, writes timing information to a process specific json file in the -cache or `logs-dir`. The file name ends with `-timing.json`. - -You can quickly view it with this [json](https://npm.im/json) command line: -`cat ~/.npm/_logs/*-timing.json | npm exec -- json -g`. - -Timing information will also be reported in the terminal. To suppress this -while still writing the timing file, use `--silent`. - -#### `umask` - -* Default: 0 -* Type: Octal numeric string in range 0000..0777 (0..511) - -The "umask" value to use when setting the file creation mode on files and -folders. - -Folders and executables are given a mode which is `0o777` masked against -this value. Other files are given a mode which is `0o666` masked against -this value. - -Note that the underlying system will _also_ apply its own umask value to -files and folders that are created, and npm does not circumvent this, but -rather adds the `--umask` config to it. - -Thus, the effective default umask value on most POSIX systems is 0o22, -meaning that folders and executables are created with a mode of 0o755 and -other files are created with a mode of 0o644. - -#### `unicode` - -* Default: false on windows, true on mac/unix systems with a unicode locale, - as defined by the `LC_ALL`, `LC_CTYPE`, or `LANG` environment variables. -* Type: Boolean - -When set to true, npm uses unicode characters in the tree output. When -false, it uses ascii characters instead of unicode glyphs. - -#### `update-notifier` - -* Default: true -* Type: Boolean - -Set to false to suppress the update notification when using an older version -of npm than the latest. - -#### `usage` - -* Default: false -* Type: Boolean - -Show short usage output about the command specified. - -#### `user-agent` - -* Default: "npm/{npm-version} node/{node-version} {platform} {arch} - workspaces/{workspaces} {ci}" -* Type: String - -Sets the User-Agent request header. The following fields are replaced with -their actual counterparts: - -* `{npm-version}` - The npm version in use -* `{node-version}` - The Node.js version in use -* `{platform}` - The value of `process.platform` -* `{arch}` - The value of `process.arch` -* `{workspaces}` - Set to `true` if the `workspaces` or `workspace` options - are set. -* `{ci}` - The value of the `ci-name` config, if set, prefixed with `ci/`, or - an empty string if `ci-name` is empty. - -#### `userconfig` - -* Default: "~/.npmrc" -* Type: Path - -The location of user-level configuration settings. - -This may be overridden by the `npm_config_userconfig` environment variable -or the `--userconfig` command line option, but may _not_ be overridden by -settings in the `globalconfig` file. - -#### `version` - -* Default: false -* Type: Boolean - -If true, output the npm version and exit successfully. - -Only relevant when specified explicitly on the command line. - -#### `versions` - -* Default: false -* Type: Boolean - -If true, output the npm version as well as node's `process.versions` map and -the version in the current working directory's `package.json` file if one -exists, and exit successfully. - -Only relevant when specified explicitly on the command line. - -#### `viewer` - -* Default: "man" on Posix, "browser" on Windows -* Type: String - -The program to use to view help content. - -Set to `"browser"` to view html help content in the default web browser. - -#### `which` - -* Default: null -* Type: null or Number - -If there are multiple funding sources, which 1-indexed source URL to open. - -#### `workspace` - -* Default: -* Type: String (can be set multiple times) - -Enable running a command in the context of the configured workspaces of the -current project while filtering by running only the workspaces defined by -this configuration option. - -Valid values for the `workspace` config are either: - -* Workspace names -* Path to a workspace directory -* Path to a parent workspace directory (will result in selecting all - workspaces within that folder) - -When set for the `npm init` command, this may be set to the folder of a -workspace which does not yet exist, to create the folder and set it up as a -brand new workspace within the project. - -This value is not exported to the environment for child processes. - -#### `workspaces` - -* Default: null -* Type: null or Boolean - -Set to true to run the command in the context of **all** configured -workspaces. - -Explicitly setting this to false will cause commands like `install` to -ignore workspaces altogether. When not set explicitly: - -- Commands that operate on the `node_modules` tree (install, update, etc.) -will link workspaces into the `node_modules` folder. - Commands that do -other things (test, exec, publish, etc.) will operate on the root project, -_unless_ one or more workspaces are specified in the `workspace` config. - -This value is not exported to the environment for child processes. - -#### `workspaces-update` - -* Default: true -* Type: Boolean - -If set to true, the npm cli will run an update after operations that may -possibly change the workspaces installed to the `node_modules` folder. - -#### `yes` - -* Default: null -* Type: null or Boolean - -Automatically answer "yes" to any prompts that npm might print on the -command line. - -#### `also` - -* Default: null -* Type: null, "dev", or "development" -* DEPRECATED: Please use --include=dev instead. - -When set to `dev` or `development`, this is an alias for `--include=dev`. - -#### `cache-max` - -* Default: Infinity -* Type: Number -* DEPRECATED: This option has been deprecated in favor of `--prefer-online` - -`--cache-max=0` is an alias for `--prefer-online` - -#### `cache-min` - -* Default: 0 -* Type: Number -* DEPRECATED: This option has been deprecated in favor of `--prefer-offline`. - -`--cache-min=9999 (or bigger)` is an alias for `--prefer-offline`. - -#### `cert` - -* Default: null -* Type: null or String -* DEPRECATED: `key` and `cert` are no longer used for most registry - operations. Use registry scoped `keyfile` and `certfile` instead. Example: - //other-registry.tld/:keyfile=/path/to/key.pem - //other-registry.tld/:certfile=/path/to/cert.crt - -A client certificate to pass when accessing the registry. Values should be -in PEM format (Windows calls it "Base-64 encoded X.509 (.CER)") with -newlines replaced by the string "\n". For example: - -```ini -cert="-----BEGIN CERTIFICATE-----\nXXXX\nXXXX\n-----END CERTIFICATE-----" -``` - -It is _not_ the path to a certificate file, though you can set a -registry-scoped "certfile" path like -"//other-registry.tld/:certfile=/path/to/cert.pem". - -#### `dev` - -* Default: false -* Type: Boolean -* DEPRECATED: Please use --include=dev instead. - -Alias for `--include=dev`. - -#### `global-style` - -* Default: false -* Type: Boolean -* DEPRECATED: This option has been deprecated in favor of - `--install-strategy=shallow` - -Only install direct dependencies in the top level `node_modules`, but hoist -on deeper dependencies. Sets `--install-strategy=shallow`. - -#### `init.author.email` - -* Default: "" -* Type: String -* DEPRECATED: Use `--init-author-email` instead. - -Alias for `--init-author-email` - -#### `init.author.name` - -* Default: "" -* Type: String -* DEPRECATED: Use `--init-author-name` instead. - -Alias for `--init-author-name` - -#### `init.author.url` - -* Default: "" -* Type: "" or URL -* DEPRECATED: Use `--init-author-url` instead. - -Alias for `--init-author-url` - -#### `init.license` - -* Default: "ISC" -* Type: String -* DEPRECATED: Use `--init-license` instead. - -Alias for `--init-license` - -#### `init.module` - -* Default: "~/.npm-init.js" -* Type: Path -* DEPRECATED: Use `--init-module` instead. - -Alias for `--init-module` - -#### `init.version` - -* Default: "1.0.0" -* Type: SemVer string -* DEPRECATED: Use `--init-version` instead. - -Alias for `--init-version` - -#### `key` - -* Default: null -* Type: null or String -* DEPRECATED: `key` and `cert` are no longer used for most registry - operations. Use registry scoped `keyfile` and `certfile` instead. Example: - //other-registry.tld/:keyfile=/path/to/key.pem - //other-registry.tld/:certfile=/path/to/cert.crt - -A client key to pass when accessing the registry. Values should be in PEM -format with newlines replaced by the string "\n". For example: - -```ini -key="-----BEGIN PRIVATE KEY-----\nXXXX\nXXXX\n-----END PRIVATE KEY-----" -``` - -It is _not_ the path to a key file, though you can set a registry-scoped -"keyfile" path like "//other-registry.tld/:keyfile=/path/to/key.pem". - -#### `legacy-bundling` - -* Default: false -* Type: Boolean -* DEPRECATED: This option has been deprecated in favor of - `--install-strategy=nested` - -Instead of hoisting package installs in `node_modules`, install packages in -the same manner that they are depended on. This may cause very deep -directory structures and duplicate package installs as there is no -de-duplicating. Sets `--install-strategy=nested`. - -#### `only` - -* Default: null -* Type: null, "prod", or "production" -* DEPRECATED: Use `--omit=dev` to omit dev dependencies from the install. - -When set to `prod` or `production`, this is an alias for `--omit=dev`. - -#### `optional` - -* Default: null -* Type: null or Boolean -* DEPRECATED: Use `--omit=optional` to exclude optional dependencies, or - `--include=optional` to include them. - -Default value does install optional deps unless otherwise omitted. - -Alias for --include=optional or --omit=optional - -#### `production` - -* Default: null -* Type: null or Boolean -* DEPRECATED: Use `--omit=dev` instead. - -Alias for `--omit=dev` - -#### `shrinkwrap` - -* Default: true -* Type: Boolean -* DEPRECATED: Use the --package-lock setting instead. - -Alias for --package-lock - -#### `tmp` - -* Default: The value returned by the Node.js `os.tmpdir()` method - <https://nodejs.org/api/os.html#os_os_tmpdir> -* Type: Path -* DEPRECATED: This setting is no longer used. npm stores temporary files in a - special location in the cache, and they are managed by - [`cacache`](http://npm.im/cacache). - -Historically, the location where temporary files were stored. No longer -relevant. - -### See also - -* [npm config](/commands/npm-config) -* [npmrc](/configuring-npm/npmrc) -* [npm scripts](/using-npm/scripts) -* [npm folders](/configuring-npm/folders) -* [npm](/commands/npm) diff --git a/software/flow/node_modules/npm/docs/content/using-npm/dependency-selectors.md b/software/flow/node_modules/npm/docs/content/using-npm/dependency-selectors.md deleted file mode 100644 index 5cedf8f..0000000 --- a/software/flow/node_modules/npm/docs/content/using-npm/dependency-selectors.md +++ /dev/null @@ -1,207 +0,0 @@ ---- -title: Dependency Selector Syntax & Querying -section: 7 -description: Dependency Selector Syntax & Querying ---- - -### Description - -The [`npm query`](/commands/npm-query) command exposes a new dependency selector syntax (informed by & respecting many aspects of the [CSS Selectors 4 Spec](https://dev.w3.org/csswg/selectors4/#relational)) which: - -- Standardizes the shape of, & querying of, dependency graphs with a robust object model, metadata & selector syntax -- Leverages existing, known language syntax & operators from CSS to make disparate package information broadly accessible -- Unlocks the ability to answer complex, multi-faceted questions about dependencies, their relationships & associative metadata -- Consolidates redundant logic of similar query commands in `npm` (ex. `npm fund`, `npm ls`, `npm outdated`, `npm audit` ...) - -### Dependency Selector Syntax `v1.0.0` - -#### Overview: - -- there is no "type" or "tag" selectors (ex. `div, h1, a`) as a dependency/target is the only type of `Node` that can be queried -- the term "dependencies" is in reference to any `Node` found in a `tree` returned by `Arborist` - -#### Combinators - -- `>` direct descendant/child -- ` ` any descendant/child -- `~` sibling - -#### Selectors - -- `*` universal selector -- `#<name>` dependency selector (equivalent to `[name="..."]`) -- `#<name>@<version>` (equivalent to `[name=<name>]:semver(<version>)`) -- `,` selector list delimiter -- `.` dependency type selector -- `:` pseudo selector - -#### Dependency Type Selectors - -- `.prod` dependency found in the `dependencies` section of `package.json`, or is a child of said dependency -- `.dev` dependency found in the `devDependencies` section of `package.json`, or is a child of said dependency -- `.optional` dependency found in the `optionalDependencies` section of `package.json`, or has `"optional": true` set in its entry in the `peerDependenciesMeta` section of `package.json`, or a child of said dependency -- `.peer` dependency found in the `peerDependencies` section of `package.json` -- `.workspace` dependency found in the [`workspaces`](https://docs.npmjs.com/cli/v8/using-npm/workspaces) section of `package.json` -- `.bundled` dependency found in the `bundleDependencies` section of `package.json`, or is a child of said dependency - -#### Pseudo Selectors -- [`:not(<selector>)`](https://developer.mozilla.org/en-US/docs/Web/CSS/:not) -- [`:has(<selector>)`](https://developer.mozilla.org/en-US/docs/Web/CSS/:has) -- [`:is(<selector list>)`](https://developer.mozilla.org/en-US/docs/Web/CSS/:is) -- [`:root`](https://developer.mozilla.org/en-US/docs/Web/CSS/:root) matches the root node/dependency -- [`:scope`](https://developer.mozilla.org/en-US/docs/Web/CSS/:scope) matches node/dependency it was queried against -- [`:empty`](https://developer.mozilla.org/en-US/docs/Web/CSS/:empty) when a dependency has no dependencies -- [`:private`](https://docs.npmjs.com/cli/v8/configuring-npm/package-json#private) when a dependency is private -- `:link` when a dependency is linked (for instance, workspaces or packages manually [`linked`](https://docs.npmjs.com/cli/v8/commands/npm-link) -- `:deduped` when a dependency has been deduped (note that this does *not* always mean the dependency has been hoisted to the root of node_modules) -- `:overridden` when a dependency has been overridden -- `:extraneous` when a dependency exists but is not defined as a dependency of any node -- `:invalid` when a dependency version is out of its ancestors specified range -- `:missing` when a dependency is not found on disk -- `:semver(<spec>, [selector], [function])` match a valid [`node-semver`](https://github.com/npm/node-semver) version or range to a selector -- `:path(<path>)` [glob](https://www.npmjs.com/package/glob) matching based on dependencies path relative to the project -- `:type(<type>)` [based on currently recognized types](https://github.com/npm/npm-package-arg#result-object) -- `:outdated(<type>)` when a dependency is outdated - -##### `:semver(<spec>, [selector], [function])` - -The `:semver()` pseudo selector allows comparing fields from each node's `package.json` using [semver](https://github.com/npm/node-semver#readme) methods. It accepts up to 3 parameters, all but the first of which are optional. - -- `spec` a semver version or range -- `selector` an attribute selector for each node (default `[version]`) -- `function` a semver method to apply, one of: `satisfies`, `intersects`, `subset`, `gt`, `gte`, `gtr`, `lt`, `lte`, `ltr`, `eq`, `neq` or the special function `infer` (default `infer`) - -When the special `infer` function is used the `spec` and the actual value from the node are compared. If both are versions, according to `semver.valid()`, `eq` is used. If both values are ranges, according to `!semver.valid()`, `intersects` is used. If the values are mixed types `satisfies` is used. - -Some examples: - -- `:semver(^1.0.0)` returns every node that has a `version` satisfied by the provided range `^1.0.0` -- `:semver(16.0.0, :attr(engines, [node]))` returns every node which has an `engines.node` property satisfying the version `16.0.0` -- `:semver(1.0.0, [version], lt)` every node with a `version` less than `1.0.0` - -##### `:outdated(<type>)` - -The `:outdated` pseudo selector retrieves data from the registry and returns information about which of your dependencies are outdated. The type parameter may be one of the following: - -- `any` (default) a version exists that is greater than the current one -- `in-range` a version exists that is greater than the current one, and satisfies at least one if its dependents -- `out-of-range` a version exists that is greater than the current one, does not satisfy at least one of its dependents -- `major` a version exists that is a semver major greater than the current one -- `minor` a version exists that is a semver minor greater than the current one -- `patch` a version exists that is a semver patch greater than the current one - -In addition to the filtering performed by the pseudo selector, some extra data is added to the resulting objects. The following data can be found under the `queryContext` property of each node. - -- `versions` an array of every available version of the given node -- `outdated.inRange` an array of objects, each with a `from` and `versions`, where `from` is the on-disk location of the node that depends on the current node and `versions` is an array of all available versions that satisfies that dependency. This is only populated if `:outdated(in-range)` is used. -- `outdated.outOfRange` an array of objects, identical in shape to `inRange`, but where the `versions` array is every available version that does not satisfy the dependency. This is only populated if `:outdated(out-of-range)` is used. - -Some examples: - -- `:root > :outdated(major)` returns every direct dependency that has a new semver major release -- `.prod:outdated(in-range)` returns production dependencies that have a new release that satisfies at least one of its edges in - -#### [Attribute Selectors](https://developer.mozilla.org/en-US/docs/Web/CSS/Attribute_selectors) - -The attribute selector evaluates the key/value pairs in `package.json` if they are `String`s. - -- `[]` attribute selector (ie. existence of attribute) -- `[attribute=value]` attribute value is equivalant... -- `[attribute~=value]` attribute value contains word... -- `[attribute*=value]` attribute value contains string... -- `[attribute|=value]` attribute value is equal to or starts with... -- `[attribute^=value]` attribute value starts with... -- `[attribute$=value]` attribute value ends with... - -#### `Array` & `Object` Attribute Selectors - -The generic `:attr()` pseudo selector standardizes a pattern which can be used for attribute selection of `Object`s, `Array`s or `Arrays` of `Object`s accessible via `Arborist`'s `Node.package` metadata. This allows for iterative attribute selection beyond top-level `String` evaluation. The last argument passed to `:attr()` must be an `attribute` selector or a nested `:attr()`. See examples below: - -#### `Objects` - -```css -/* return dependencies that have a `scripts.test` containing `"tap"` */ -*:attr(scripts, [test~=tap]) -``` - -#### Nested `Objects` - -Nested objects are expressed as sequential arguments to `:attr()`. - -```css -/* return dependencies that have a testling config for opera browsers */ -*:attr(testling, browsers, [~=opera]) -``` - -#### `Arrays` - -`Array`s specifically uses a special/reserved `.` character in place of a typical attribute name. `Arrays` also support exact `value` matching when a `String` is passed to the selector. - -##### Example of an `Array` Attribute Selection: -```css -/* removes the distinction between properties & arrays */ -/* ie. we'd have to check the property & iterate to match selection */ -*:attr([keywords^=react]) -*:attr(contributors, :attr([name~=Jordan])) -``` - -##### Example of an `Array` matching directly to a value: -```css -/* return dependencies that have the exact keyword "react" */ -/* this is equivalent to `*:keywords([value="react"])` */ -*:attr([keywords=react]) -``` - -##### Example of an `Array` of `Object`s: -```css -/* returns */ -*:attr(contributors, [email=ruyadorno@github.com]) -``` - -### Groups - -Dependency groups are defined by the package relationships to their ancestors (ie. the dependency types that are defined in `package.json`). This approach is user-centric as the ecosystem has been taught to think about dependencies in these groups first-and-foremost. Dependencies are allowed to be included in multiple groups (ex. a `prod` dependency may also be a `dev` dependency (in that it's also required by another `dev` dependency) & may also be `bundled` - a selector for that type of dependency would look like: `*.prod.dev.bundled`). - -- `.prod` -- `.dev` -- `.optional` -- `.peer` -- `.bundled` -- `.workspace` - -Please note that currently `workspace` deps are always `prod` dependencies. Additionally the `.root` dependency is also considered a `prod` dependency. - -### Programmatic Usage - -- `Arborist`'s `Node` Class has a `.querySelectorAll()` method - - this method will return a filtered, flattened dependency Arborist `Node` list based on a valid query selector - -```js -const Arborist = require('@npmcli/arborist') -const arb = new Arborist({}) -``` - -```js -// root-level -arb.loadActual().then(async (tree) => { - // query all production dependencies - const results = await tree.querySelectorAll('.prod') - console.log(results) -}) -``` - -```js -// iterative -arb.loadActual().then(async (tree) => { - // query for the deduped version of react - const results = await tree.querySelectorAll('#react:not(:deduped)') - // query the deduped react for git deps - const deps = await results[0].querySelectorAll(':type(git)') - console.log(deps) -}) -``` - -## See Also - -* [npm query](/commands/npm-query) -* [@npmcli/arborist](https://npm.im/@npmcli/arborist) diff --git a/software/flow/node_modules/npm/docs/content/using-npm/developers.md b/software/flow/node_modules/npm/docs/content/using-npm/developers.md deleted file mode 100644 index 5fc2e58..0000000 --- a/software/flow/node_modules/npm/docs/content/using-npm/developers.md +++ /dev/null @@ -1,245 +0,0 @@ ---- -title: developers -section: 7 -description: Developer Guide ---- - -### Description - -So, you've decided to use npm to develop (and maybe publish/deploy) -your project. - -Fantastic! - -There are a few things that you need to do above the simple steps -that your users will do to install your program. - -### About These Documents - -These are man pages. If you install npm, you should be able to -then do `man npm-thing` to get the documentation on a particular -topic, or `npm help thing` to see the same information. - -### What is a Package - -A package is: - -* a) a folder containing a program described by a package.json file -* b) a gzipped tarball containing (a) -* c) a url that resolves to (b) -* d) a `<name>@<version>` that is published on the registry with (c) -* e) a `<name>@<tag>` that points to (d) -* f) a `<name>` that has a "latest" tag satisfying (e) -* g) a `git` url that, when cloned, results in (a). - -Even if you never publish your package, you can still get a lot of -benefits of using npm if you just want to write a node program (a), and -perhaps if you also want to be able to easily install it elsewhere -after packing it up into a tarball (b). - -Git urls can be of the form: - -```bash -git://github.com/user/project.git#commit-ish -git+ssh://user@hostname:project.git#commit-ish -git+http://user@hostname/project/blah.git#commit-ish -git+https://user@hostname/project/blah.git#commit-ish -``` - -The `commit-ish` can be any tag, sha, or branch which can be supplied as -an argument to `git checkout`. The default is whatever the repository uses -as its default branch. - -### The package.json File - -You need to have a `package.json` file in the root of your project to do -much of anything with npm. That is basically the whole interface. - -See [`package.json`](/configuring-npm/package-json) for details about what -goes in that file. At the very least, you need: - -* name: This should be a string that identifies your project. Please do - not use the name to specify that it runs on node, or is in JavaScript. - You can use the "engines" field to explicitly state the versions of node - (or whatever else) that your program requires, and it's pretty well - assumed that it's JavaScript. - - It does not necessarily need to match your github repository name. - - So, `node-foo` and `bar-js` are bad names. `foo` or `bar` are better. - -* version: A semver-compatible version. - -* engines: Specify the versions of node (or whatever else) that your - program runs on. The node API changes a lot, and there may be bugs or - new functionality that you depend on. Be explicit. - -* author: Take some credit. - -* scripts: If you have a special compilation or installation script, then - you should put it in the `scripts` object. You should definitely have at - least a basic smoke-test command as the "scripts.test" field. See - [scripts](/using-npm/scripts). - -* main: If you have a single module that serves as the entry point to your - program (like what the "foo" package gives you at require("foo")), then - you need to specify that in the "main" field. - -* directories: This is an object mapping names to folders. The best ones - to include are "lib" and "doc", but if you use "man" to specify a folder - full of man pages, they'll get installed just like these ones. - -You can use `npm init` in the root of your package in order to get you -started with a pretty basic package.json file. See [`npm -init`](/commands/npm-init) for more info. - -### Keeping files *out* of your Package - -Use a `.npmignore` file to keep stuff out of your package. If there's no -`.npmignore` file, but there *is* a `.gitignore` file, then npm will ignore -the stuff matched by the `.gitignore` file. If you *want* to include -something that is excluded by your `.gitignore` file, you can create an -empty `.npmignore` file to override it. Like `git`, `npm` looks for -`.npmignore` and `.gitignore` files in all subdirectories of your package, -not only the root directory. - -`.npmignore` files follow the [same pattern -rules](https://git-scm.com/book/en/v2/Git-Basics-Recording-Changes-to-the-Repository#_ignoring) -as `.gitignore` files: - -* Blank lines or lines starting with `#` are ignored. -* Standard glob patterns work. -* You can end patterns with a forward slash `/` to specify a directory. -* You can negate a pattern by starting it with an exclamation point `!`. - -By default, the following paths and files are ignored, so there's no -need to add them to `.npmignore` explicitly: - -* `.*.swp` -* `._*` -* `.DS_Store` -* `.git` -* `.gitignore` -* `.hg` -* `.npmignore` -* `.npmrc` -* `.lock-wscript` -* `.svn` -* `.wafpickle-*` -* `config.gypi` -* `CVS` -* `npm-debug.log` - -Additionally, everything in `node_modules` is ignored, except for -bundled dependencies. npm automatically handles this for you, so don't -bother adding `node_modules` to `.npmignore`. - -The following paths and files are never ignored, so adding them to -`.npmignore` is pointless: - -* `package.json` -* `README` (and its variants) -* `CHANGELOG` (and its variants) -* `LICENSE` / `LICENCE` - -If, given the structure of your project, you find `.npmignore` to be a -maintenance headache, you might instead try populating the `files` -property of `package.json`, which is an array of file or directory names -that should be included in your package. Sometimes manually picking -which items to allow is easier to manage than building a block list. - -#### Testing whether your `.npmignore` or `files` config works - -If you want to double check that your package will include only the files -you intend it to when published, you can run the `npm pack` command locally -which will generate a tarball in the working directory, the same way it -does for publishing. - -### Link Packages - -`npm link` is designed to install a development package and see the -changes in real time without having to keep re-installing it. (You do -need to either re-link or `npm rebuild -g` to update compiled packages, -of course.) - -More info at [`npm link`](/commands/npm-link). - -### Before Publishing: Make Sure Your Package Installs and Works - -**This is important.** - -If you can not install it locally, you'll have -problems trying to publish it. Or, worse yet, you'll be able to -publish it, but you'll be publishing a broken or pointless package. -So don't do that. - -In the root of your package, do this: - -```bash -npm install . -g -``` - -That'll show you that it's working. If you'd rather just create a symlink -package that points to your working directory, then do this: - -```bash -npm link -``` - -Use `npm ls -g` to see if it's there. - -To test a local install, go into some other folder, and then do: - -```bash -cd ../some-other-folder -npm install ../my-package -``` - -to install it locally into the node_modules folder in that other place. - -Then go into the node-repl, and try using require("my-thing") to -bring in your module's main module. - -### Create a User Account - -Create a user with the adduser command. It works like this: - -```bash -npm adduser -``` - -and then follow the prompts. - -This is documented better in [npm adduser](/commands/npm-adduser). - -### Publish your Package - -This part's easy. In the root of your folder, do this: - -```bash -npm publish -``` - -You can give publish a url to a tarball, or a filename of a tarball, -or a path to a folder. - -Note that pretty much **everything in that folder will be exposed** -by default. So, if you have secret stuff in there, use a -`.npmignore` file to list out the globs to ignore, or publish -from a fresh checkout. - -### Brag about it - -Send emails, write blogs, blab in IRC. - -Tell the world how easy it is to install your program! - -### See also - -* [npm](/commands/npm) -* [npm init](/commands/npm-init) -* [package.json](/configuring-npm/package-json) -* [npm scripts](/using-npm/scripts) -* [npm publish](/commands/npm-publish) -* [npm adduser](/commands/npm-adduser) -* [npm registry](/using-npm/registry) diff --git a/software/flow/node_modules/npm/docs/content/using-npm/logging.md b/software/flow/node_modules/npm/docs/content/using-npm/logging.md deleted file mode 100644 index 4470d5d..0000000 --- a/software/flow/node_modules/npm/docs/content/using-npm/logging.md +++ /dev/null @@ -1,96 +0,0 @@ ---- -title: Logging -section: 7 -description: Why, What & How We Log ---- - -### Description - -The `npm` CLI has various mechanisms for showing different levels of information back to end-users for certain commands, configurations & environments. - -### Setting Log File Location - -All logs are written to a debug log, with the path to that file printed if the execution of a command fails. - -The default location of the logs directory is a directory named `_logs` inside the npm cache. This can be changed with the `logs-dir` config option. - -For example, if you wanted to write all your logs to the current working directory, you could run: `npm install --logs-dir=.`. This is especially helpful in debugging a specific `npm` issue as you can run -a command multiple times with different config values and then diff all the log files. - -Log files will be removed from the `logs-dir` when the number of log files exceeds `logs-max`, with the oldest logs being deleted first. - -To turn off logs completely set `--logs-max=0`. - -### Setting Log Levels - -#### `loglevel` - -`loglevel` is a global argument/config that can be set to determine the type of information to be displayed. - -The default value of `loglevel` is `"notice"` but there are several levels/types of logs available, including: - -- `"silent"` -- `"error"` -- `"warn"` -- `"notice"` -- `"http"` -- `"info"` -- `"verbose"` -- `"silly"` - -All logs pertaining to a level proceeding the current setting will be shown. - -##### Aliases - -The log levels listed above have various corresponding aliases, including: - -- `-d`: `--loglevel info` -- `--dd`: `--loglevel verbose` -- `--verbose`: `--loglevel verbose` -- `--ddd`: `--loglevel silly` -- `-q`: `--loglevel warn` -- `--quiet`: `--loglevel warn` -- `-s`: `--loglevel silent` -- `--silent`: `--loglevel silent` - -#### `foreground-scripts` - -The `npm` CLI began hiding the output of lifecycle scripts for `npm install` as of `v7`. Notably, this means you will not see logs/output from packages that may be using "install scripts" to display information back to you or from your own project's scripts defined in `package.json`. If you'd like to change this behavior & log this output you can set `foreground-scripts` to `true`. - -### Timing Information - -The [`--timing` config](/using-npm/config#timing) can be set which does a few -things: - -1. Always shows the full path to the debug log regardless of command exit status -1. Write timing information to a process specific timing file in the cache or `logs-dir` -1. Output timing information to the terminal - -This file contains a `timers` object where the keys are an identifier for the -portion of the process being timed and the value is the number of milliseconds it took to complete. - -Sometimes it is helpful to get timing information without outputting anything to the terminal. For -example, the performance might be affected by writing to the terminal. In this case you can use -`--timing --silent` which will still write the timing file, but not output anything to the terminal -while running. - -### Registry Response Headers - -#### `npm-notice` - -The `npm` CLI reads from & logs any `npm-notice` headers that are returned from the configured registry. This mechanism can be used by third-party registries to provide useful information when network-dependent requests occur. - -This header is not cached, and will not be logged if the request is served from the cache. - -### Logs and Sensitive Information - -The `npm` CLI makes a best effort to redact the following from terminal output and log files: - -- Passwords inside basic auth URLs -- npm tokens - -However, this behavior should not be relied on to keep all possible sensitive information redacted. If you are concerned about secrets in your log file or terminal output, you can use `--loglevel=silent` and `--logs-max=0` to ensure no logs are written to your terminal or filesystem. - -### See also - -* [config](/using-npm/config) diff --git a/software/flow/node_modules/npm/docs/content/using-npm/orgs.md b/software/flow/node_modules/npm/docs/content/using-npm/orgs.md deleted file mode 100644 index 5fe9ac6..0000000 --- a/software/flow/node_modules/npm/docs/content/using-npm/orgs.md +++ /dev/null @@ -1,93 +0,0 @@ ---- -title: orgs -section: 7 -description: Working with Teams & Orgs ---- - -### Description - -There are three levels of org users: - -1. Super admin, controls billing & adding people to the org. -2. Team admin, manages team membership & package access. -3. Developer, works on packages they are given access to. - -The super admin is the only person who can add users to the org because it impacts the monthly bill. The super admin will use the website to manage membership. Every org has a `developers` team that all users are automatically added to. - -The team admin is the person who manages team creation, team membership, and package access for teams. The team admin grants package access to teams, not individuals. - -The developer will be able to access packages based on the teams they are on. Access is either read-write or read-only. - -There are two main commands: - -1. `npm team` see [npm team](/commands/npm-team) for more details -2. `npm access` see [npm access](/commands/npm-access) for more details - -### Team Admins create teams - -* Check who you’ve added to your org: - -```bash -npm team ls <org>:developers -``` - -* Each org is automatically given a `developers` team, so you can see the whole list of team members in your org. This team automatically gets read-write access to all packages, but you can change that with the `access` command. - -* Create a new team: - -```bash -npm team create <org:team> -``` - -* Add members to that team: - -```bash -npm team add <org:team> <user> -``` - -### Publish a package and adjust package access - -* In package directory, run - -```bash -npm init --scope=<org> -``` -to scope it for your org & publish as usual - -* Grant access: - -```bash -npm access grant <read-only|read-write> <org:team> [<package>] -``` - -* Revoke access: - -```bash -npm access revoke <org:team> [<package>] -``` - -### Monitor your package access - -* See what org packages a team member can access: - -```bash -npm access ls-packages <org> <user> -``` - -* See packages available to a specific team: - -```bash -npm access ls-packages <org:team> -``` - -* Check which teams are collaborating on a package: - -```bash -npm access ls-collaborators <pkg> -``` - -### See also - -* [npm team](/commands/npm-team) -* [npm access](/commands/npm-access) -* [npm scope](/using-npm/scope) diff --git a/software/flow/node_modules/npm/docs/content/using-npm/package-spec.md b/software/flow/node_modules/npm/docs/content/using-npm/package-spec.md deleted file mode 100644 index f7844d1..0000000 --- a/software/flow/node_modules/npm/docs/content/using-npm/package-spec.md +++ /dev/null @@ -1,105 +0,0 @@ ---- -title: package-spec -section: 7 -description: Package name specifier ---- - -### Description - -Commands like `npm install` and the dependency sections in the -`package.json` use a package name specifier. This can be many different -things that all refer to a "package". Examples include a package name, -git url, tarball, or local directory. These will generally be referred -to as `<package-spec>` in the help output for the npm commands that use -this package name specifier. - -### Package name - -* `[<@scope>/]<pkg>` -* `[<@scope>/]<pkg>@<tag>` -* `[<@scope>/]<pkg>@<version>` -* `[<@scope>/]<pkg>@<version range>` - -Refers to a package by name, with or without a scope, and optionally -tag, version, or version range. This is typically used in combination -with the [registry](/using-npm/config#registry) config to refer to a -package in a registry. - -Examples: -* `npm` -* `@npmcli/arborist` -* `@npmcli/arborist@latest` -* `npm@6.13.1` -* `npm@^4.0.0` - -### Aliases - -* `<alias>@npm:<name>` - -Primarily used by commands like `npm install` and in the dependency -sections in the `package.json`, this refers to a package by an alias. -The `<alias>` is the name of the package as it is reified in the -`node_modules` folder, and the `<name>` refers to a package name as -found in the configured registry. - -See `Package name` above for more info on referring to a package by -name, and [registry](/using-npm/config#registry) for configuring which -registry is used when referring to a package by name. - -Examples: -* `semver:@npm:@npmcli/semver-with-patch` -* `semver:@npm:semver@7.2.2` -* `semver:@npm:semver@legacy` - -### Folders - -* `<folder>` - -This refers to a package on the local filesystem. Specifically this is -a folder with a `package.json` file in it. This *should* always be -prefixed with a `/` or `./` (or your OS equivalent) to reduce confusion. -npm currently will parse a string with more than one `/` in it as a -folder, but this is legacy behavior that may be removed in a future -version. - -Examples: - -* `./my-package` -* `/opt/npm/my-package` - -### Tarballs - -* `<tarball file>` -* `<tarball url>` - -Examples: - -* `./my-package.tgz` -* `https://registry.npmjs.org/semver/-/semver-1.0.0.tgz` - -Refers to a package in a tarball format, either on the local filesystem -or remotely via url. This is the format that packages exist in when -uploaded to a registry. - -### git urls - -* `<git:// url>` -* `<github username>/<github project>` - -Refers to a package in a git repo. This can be a full git url, git -shorthand, or a username/package on GitHub. You can specify a -git tag, branch, or other git ref by appending `#ref`. - -Examples: - -* `https://github.com/npm/cli.git` -* `git@github.com:npm/cli.git` -* `git+ssh://git@github.com/npm/cli#v6.0.0` -* `github:npm/cli#HEAD` -* `npm/cli#c12ea07` - -### See also - -* [npm-package-arg](https://npm.im/npm-package-arg) -* [scope](/using-npm/scope) -* [config](/using-npm/config) diff --git a/software/flow/node_modules/npm/docs/content/using-npm/registry.md b/software/flow/node_modules/npm/docs/content/using-npm/registry.md deleted file mode 100644 index 035ede5..0000000 --- a/software/flow/node_modules/npm/docs/content/using-npm/registry.md +++ /dev/null @@ -1,86 +0,0 @@ ---- -title: registry -section: 7 -description: The JavaScript Package Registry ---- - -### Description - -To resolve packages by name and version, npm talks to a registry website -that implements the CommonJS Package Registry specification for reading -package info. - -npm is configured to use the **npm public registry** at -<https://registry.npmjs.org> by default. Use of the npm public registry is -subject to terms of use available at <https://docs.npmjs.com/policies/terms>. - -You can configure npm to use any compatible registry you like, and even run -your own registry. Use of someone else's registry may be governed by their -terms of use. - -npm's package registry implementation supports several -write APIs as well, to allow for publishing packages and managing user -account information. - -The npm public registry is powered by a CouchDB database, -of which there is a public mirror at <https://skimdb.npmjs.com/registry>. - -The registry URL used is determined by the scope of the package (see -[`scope`](/using-npm/scope). If no scope is specified, the default registry is -used, which is supplied by the [`registry` config](/using-npm/config#registry) -parameter. See [`npm config`](/commands/npm-config), -[`npmrc`](/configuring-npm/npmrc), and [`config`](/using-npm/config) for more on -managing npm's configuration. -Authentication configuration such as auth tokens and certificates are configured -specifically scoped to an individual registry. See -[Auth Related Configuration](/configuring-npm/npmrc#auth-related-configuration) - -When the default registry is used in a package-lock or shrinkwrap it has the -special meaning of "the currently configured registry". If you create a lock -file while using the default registry you can switch to another registry and -npm will install packages from the new registry, but if you create a lock -file while using a custom registry packages will be installed from that -registry even after you change to another registry. - -### Does npm send any information about me back to the registry? - -Yes. - -When making requests of the registry npm adds two headers with information -about your environment: - -* `Npm-Scope` – If your project is scoped, this header will contain its - scope. In the future npm hopes to build registry features that use this - information to allow you to customize your experience for your - organization. -* `Npm-In-CI` – Set to "true" if npm believes this install is running in a - continuous integration environment, "false" otherwise. This is detected by - looking for the following environment variables: `CI`, `TDDIUM`, - `JENKINS_URL`, `bamboo.buildKey`. If you'd like to learn more you may find - the [original PR](https://github.com/npm/npm-registry-client/pull/129) - interesting. - This is used to gather better metrics on how npm is used by humans, versus - build farms. - -The npm registry does not try to correlate the information in these headers -with any authenticated accounts that may be used in the same requests. - -### How can I prevent my package from being published in the official registry? - -Set `"private": true` in your `package.json` to prevent it from being -published at all, or -`"publishConfig":{"registry":"http://my-internal-registry.local"}` -to force it to be published only to your internal/private registry. - -See [`package.json`](/configuring-npm/package-json) for more info on what goes in the package.json file. - -### Where can I find my (and others') published packages? - -<https://www.npmjs.com/> - -### See also - -* [npm config](/commands/npm-config) -* [config](/using-npm/config) -* [npmrc](/configuring-npm/npmrc) -* [npm developers](/using-npm/developers) diff --git a/software/flow/node_modules/npm/docs/content/using-npm/removal.md b/software/flow/node_modules/npm/docs/content/using-npm/removal.md deleted file mode 100644 index 25dbb80..0000000 --- a/software/flow/node_modules/npm/docs/content/using-npm/removal.md +++ /dev/null @@ -1,64 +0,0 @@ ---- -title: removal -section: 7 -description: Cleaning the Slate ---- - -### Synopsis - -So sad to see you go. - -```bash -sudo npm uninstall npm -g -``` - -Or, if that fails, get the npm source code, and do: - -```bash -sudo make uninstall -``` - -### More Severe Uninstalling - -Usually, the above instructions are sufficient. That will remove -npm, but leave behind anything you've installed. - -If that doesn't work, or if you require more drastic measures, -continue reading. - -Note that this is only necessary for globally-installed packages. Local -installs are completely contained within a project's `node_modules` -folder. Delete that folder, and everything is gone unless a package's -install script is particularly ill-behaved. - -This assumes that you installed node and npm in the default place. If -you configured node with a different `--prefix`, or installed npm with a -different prefix setting, then adjust the paths accordingly, replacing -`/usr/local` with your install prefix. - -To remove everything npm-related manually: - -```bash -rm -rf /usr/local/{lib/node{,/.npm,_modules},bin,share/man}/npm* -``` - -If you installed things *with* npm, then your best bet is to uninstall -them with npm first, and then install them again once you have a -proper install. This can help find any symlinks that are lying -around: - -```bash -ls -laF /usr/local/{lib/node{,/.npm},bin,share/man} | grep npm -``` - -Prior to version 0.3, npm used shim files for executables and node -modules. To track those down, you can do the following: - -```bash -find /usr/local/{lib/node,bin} -exec grep -l npm \{\} \; ; -``` - -### See also - -* [npm uninstall](/commands/npm-uninstall) -* [npm prune](/commands/npm-prune) diff --git a/software/flow/node_modules/npm/docs/content/using-npm/scope.md b/software/flow/node_modules/npm/docs/content/using-npm/scope.md deleted file mode 100644 index 829e6cc..0000000 --- a/software/flow/node_modules/npm/docs/content/using-npm/scope.md +++ /dev/null @@ -1,143 +0,0 @@ ---- -title: scope -section: 7 -description: Scoped packages ---- - -### Description - -All npm packages have a name. Some package names also have a scope. A scope -follows the usual rules for package names (URL-safe characters, no leading dots -or underscores). When used in package names, scopes are preceded by an `@` symbol -and followed by a slash, e.g. - -```bash -@somescope/somepackagename -``` - -Scopes are a way of grouping related packages together, and also affect a few -things about the way npm treats the package. - -Each npm user/organization has their own scope, and only you can add packages -in your scope. This means you don't have to worry about someone taking your -package name ahead of you. Thus it is also a good way to signal official packages -for organizations. - -Scoped packages can be published and installed as of `npm@2` and are supported -by the primary npm registry. Unscoped packages can depend on scoped packages and -vice versa. The npm client is backwards-compatible with unscoped registries, -so it can be used to work with scoped and unscoped registries at the same time. - -### Installing scoped packages - -Scoped packages are installed to a sub-folder of the regular installation -folder, e.g. if your other packages are installed in `node_modules/packagename`, -scoped modules will be installed in `node_modules/@myorg/packagename`. The scope -folder (`@myorg`) is simply the name of the scope preceded by an `@` symbol, and can -contain any number of scoped packages. - -A scoped package is installed by referencing it by name, preceded by an -`@` symbol, in `npm install`: - -```bash -npm install @myorg/mypackage -``` - -Or in `package.json`: - -```json -"dependencies": { - "@myorg/mypackage": "^1.3.0" -} -``` - -Note that if the `@` symbol is omitted, in either case, npm will instead attempt to -install from GitHub; see [`npm install`](/commands/npm-install). - -### Requiring scoped packages - -Because scoped packages are installed into a scope folder, you have to -include the name of the scope when requiring them in your code, e.g. - -```javascript -require('@myorg/mypackage') -``` - -There is nothing special about the way Node treats scope folders. This -simply requires the `mypackage` module in the folder named `@myorg`. - -### Publishing scoped packages - -Scoped packages can be published from the CLI as of `npm@2` and can be -published to any registry that supports them, including the primary npm -registry. - -(As of 2015-04-19, and with npm 2.0 or better, the primary npm registry -**does** support scoped packages.) - -If you wish, you may associate a scope with a registry; see below. - -#### Publishing public scoped packages to the primary npm registry - -Publishing to a scope, you have two options: - -- Publishing to your user scope (example: `@username/module`) -- Publishing to an organization scope (example: `@org/module`) - -If publishing a public module to an organization scope, you must -first either create an organization with the name of the scope -that you'd like to publish to or be added to an existing organization -with the appropriate permissions. For example, if you'd like to -publish to `@org`, you would need to create the `org` organization -on npmjs.com prior to trying to publish. - -Scoped packages are not public by default. You will need to specify -`--access public` with the initial `npm publish` command. This will publish -the package and set access to `public` as if you had run `npm access public` -after publishing. You do not need to do this when publishing new versions of -an existing scoped package. - -#### Publishing private scoped packages to the npm registry - -To publish a private scoped package to the npm registry, you must have -an [npm Private Modules](https://docs.npmjs.com/private-modules/intro) -account. - -You can then publish the module with `npm publish` or `npm publish ---access restricted`, and it will be present in the npm registry, with -restricted access. You can then change the access permissions, if -desired, with `npm access` or on the npmjs.com website. - -### Associating a scope with a registry - -Scopes can be associated with a separate registry. This allows you to -seamlessly use a mix of packages from the primary npm registry and one or more -private registries, such as [GitHub Packages](https://github.com/features/packages) or the open source [Verdaccio](https://verdaccio.org) -project. - -You can associate a scope with a registry at login, e.g. - -```bash -npm login --registry=http://reg.example.com --scope=@myco -``` - -Scopes have a many-to-one relationship with registries: one registry can -host multiple scopes, but a scope only ever points to one registry. - -You can also associate a scope with a registry using `npm config`: - -```bash -npm config set @myco:registry http://reg.example.com -``` - -Once a scope is associated with a registry, any `npm install` for a package -with that scope will request packages from that registry instead. Any -`npm publish` for a package name that contains the scope will be published to -that registry instead. - -### See also - -* [npm install](/commands/npm-install) -* [npm publish](/commands/npm-publish) -* [npm access](/commands/npm-access) -* [npm registry](/using-npm/registry) diff --git a/software/flow/node_modules/npm/docs/content/using-npm/scripts.md b/software/flow/node_modules/npm/docs/content/using-npm/scripts.md deleted file mode 100644 index 7395c52..0000000 --- a/software/flow/node_modules/npm/docs/content/using-npm/scripts.md +++ /dev/null @@ -1,370 +0,0 @@ ---- -title: scripts -section: 7 -description: How npm handles the "scripts" field ---- - -### Description - -The `"scripts"` property of your `package.json` file supports a number -of built-in scripts and their preset life cycle events as well as -arbitrary scripts. These all can be executed by running -`npm run-script <stage>` or `npm run <stage>` for short. *Pre* and *post* -commands with matching names will be run for those as well (e.g. `premyscript`, -`myscript`, `postmyscript`). Scripts from dependencies can be run with -`npm explore <pkg> -- npm run <stage>`. - -### Pre & Post Scripts - -To create "pre" or "post" scripts for any scripts defined in the -`"scripts"` section of the `package.json`, simply create another script -*with a matching name* and add "pre" or "post" to the beginning of them. - -```json -{ - "scripts": { - "precompress": "{{ executes BEFORE the `compress` script }}", - "compress": "{{ run command to compress files }}", - "postcompress": "{{ executes AFTER `compress` script }}" - } -} -``` - -In this example `npm run compress` would execute these scripts as -described. - -### Life Cycle Scripts - -There are some special life cycle scripts that happen only in certain -situations. These scripts happen in addition to the `pre<event>`, `post<event>`, and -`<event>` scripts. - -* `prepare`, `prepublish`, `prepublishOnly`, `prepack`, `postpack`, `dependencies` - -**prepare** (since `npm@4.0.0`) -* Runs BEFORE the package is packed, i.e. during `npm publish` - and `npm pack` -* Runs on local `npm install` without any arguments -* Runs AFTER `prepublish`, but BEFORE `prepublishOnly` - -* NOTE: If a package being installed through git contains a `prepare` - script, its `dependencies` and `devDependencies` will be installed, and - the prepare script will be run, before the package is packaged and - installed. - -* As of `npm@7` these scripts run in the background. - To see the output, run with: `--foreground-scripts`. - -**prepublish** (DEPRECATED) -* Does not run during `npm publish`, but does run during `npm ci` - and `npm install`. See below for more info. - -**prepublishOnly** -* Runs BEFORE the package is prepared and packed, ONLY on `npm publish`. - -**prepack** -* Runs BEFORE a tarball is packed (on "`npm pack`", "`npm publish`", and when installing a git dependency). -* NOTE: "`npm run pack`" is NOT the same as "`npm pack`". "`npm run pack`" is an arbitrary user defined script name, where as, "`npm pack`" is a CLI defined command. - -**postpack** -* Runs AFTER the tarball has been generated but before it is moved to its final destination (if at all, publish does not save the tarball locally) - -**dependencies** -* Runs AFTER any operations that modify the `node_modules` directory IF changes occurred. -* Does NOT run in global mode - -#### Prepare and Prepublish - -**Deprecation Note: prepublish** - -Since `npm@1.1.71`, the npm CLI has run the `prepublish` script for both `npm publish` and `npm install`, because it's a convenient way to prepare a package for use (some common use cases are described in the section below). It has also turned out to be, in practice, [very confusing](https://github.com/npm/npm/issues/10074). As of `npm@4.0.0`, a new event has been introduced, `prepare`, that preserves this existing behavior. A _new_ event, `prepublishOnly` has been added as a transitional strategy to allow users to avoid the confusing behavior of existing npm versions and only run on `npm publish` (for instance, running the tests one last time to ensure they're in good shape). - -See <https://github.com/npm/npm/issues/10074> for a much lengthier justification, with further reading, for this change. - -**Use Cases** - -If you need to perform operations on your package before it is used, in a way that is not dependent on the operating system or architecture of the target system, use a `prepublish` script. This includes tasks such as: - -* Compiling CoffeeScript source code into JavaScript. -* Creating minified versions of JavaScript source code. -* Fetching remote resources that your package will use. - -The advantage of doing these things at `prepublish` time is that they can be done once, in a single place, thus reducing complexity and variability. Additionally, this means that: - -* You can depend on `coffee-script` as a `devDependency`, and thus - your users don't need to have it installed. -* You don't need to include minifiers in your package, reducing - the size for your users. -* You don't need to rely on your users having `curl` or `wget` or - other system tools on the target machines. - -#### Dependencies - -The `dependencies` script is run any time an `npm` command causes changes to the `node_modules` directory. It is run AFTER the changes have been applied and the `package.json` and `package-lock.json` files have been updated. - -### Life Cycle Operation Order - -#### [`npm cache add`](/commands/npm-cache) - -* `prepare` - -#### [`npm ci`](/commands/npm-ci) - -* `preinstall` -* `install` -* `postinstall` -* `prepublish` -* `preprepare` -* `prepare` -* `postprepare` - - These all run after the actual installation of modules into - `node_modules`, in order, with no internal actions happening in between - -#### [`npm diff`](/commands/npm-diff) - -* `prepare` - -#### [`npm install`](/commands/npm-install) - -These also run when you run `npm install -g <pkg-name>` - -* `preinstall` -* `install` -* `postinstall` -* `prepublish` -* `preprepare` -* `prepare` -* `postprepare` - -If there is a `binding.gyp` file in the root of your package and you -haven't defined your own `install` or `preinstall` scripts, npm will -default the `install` command to compile using node-gyp via `node-gyp -rebuild` - -These are run from the scripts of `<pkg-name>` - -#### [`npm pack`](/commands/npm-pack) - -* `prepack` -* `prepare` -* `postpack` - -#### [`npm publish`](/commands/npm-publish) - -* `prepublishOnly` -* `prepack` -* `prepare` -* `postpack` -* `publish` -* `postpublish` - -`prepare` will not run during `--dry-run` - -#### [`npm rebuild`](/commands/npm-rebuild) - -* `preinstall` -* `install` -* `postinstall` -* `prepare` - -`prepare` is only run if the current directory is a symlink (e.g. with -linked packages) - -#### [`npm restart`](/commands/npm-restart) - -If there is a `restart` script defined, these events are run, otherwise -`stop` and `start` are both run if present, including their `pre` and -`post` iterations) - -* `prerestart` -* `restart` -* `postrestart` - -#### [`npm run <user defined>`](/commands/npm-run-script) - -* `pre<user-defined>` -* `<user-defined>` -* `post<user-defined>` - -#### [`npm start`](/commands/npm-start) - -* `prestart` -* `start` -* `poststart` - -If there is a `server.js` file in the root of your package, then npm -will default the `start` command to `node server.js`. `prestart` and -`poststart` will still run in this case. - -#### [`npm stop`](/commands/npm-stop) - -* `prestop` -* `stop` -* `poststop` - -#### [`npm test`](/commands/npm-test) - -* `pretest` -* `test` -* `posttest` - -#### [`npm version`](/commands/npm-version) - -* `preversion` -* `version` -* `postversion` - -#### A Note on a lack of [`npm uninstall`](/commands/npm-uninstall) scripts - -While npm v6 had `uninstall` lifecycle scripts, npm v7 does not. Removal of a package can happen for a wide variety of reasons, and there's no clear way to currently give the script enough context to be useful. - -Reasons for a package removal include: - -* a user directly uninstalled this package -* a user uninstalled a dependant package and so this dependency is being uninstalled -* a user uninstalled a dependant package but another package also depends on this version -* this version has been merged as a duplicate with another version -* etc. - -Due to the lack of necessary context, `uninstall` lifecycle scripts are not implemented and will not function. - -### User - -When npm is run as root, scripts are always run with the effective uid -and gid of the working directory owner. - -### Environment - -Package scripts run in an environment where many pieces of information -are made available regarding the setup of npm and the current state of -the process. - -#### path - -If you depend on modules that define executable scripts, like test -suites, then those executables will be added to the `PATH` for -executing the scripts. So, if your package.json has this: - -```json -{ - "name" : "foo", - "dependencies" : { - "bar" : "0.1.x" - }, - "scripts": { - "start" : "bar ./test" - } -} -``` - -then you could run `npm start` to execute the `bar` script, which is -exported into the `node_modules/.bin` directory on `npm install`. - -#### package.json vars - -The package.json fields are tacked onto the `npm_package_` prefix. So, -for instance, if you had `{"name":"foo", "version":"1.2.5"}` in your -package.json file, then your package scripts would have the -`npm_package_name` environment variable set to "foo", and the -`npm_package_version` set to "1.2.5". You can access these variables -in your code with `process.env.npm_package_name` and -`process.env.npm_package_version`, and so on for other fields. - -See [`package.json`](/configuring-npm/package-json) for more on package configs. - -#### current lifecycle event - -Lastly, the `npm_lifecycle_event` environment variable is set to -whichever stage of the cycle is being executed. So, you could have a -single script used for different parts of the process which switches -based on what's currently happening. - -Objects are flattened following this format, so if you had -`{"scripts":{"install":"foo.js"}}` in your package.json, then you'd -see this in the script: - -```bash -process.env.npm_package_scripts_install === "foo.js" -``` - -### Examples - -For example, if your package.json contains this: - -```json -{ - "scripts" : { - "install" : "scripts/install.js", - "postinstall" : "scripts/install.js", - "uninstall" : "scripts/uninstall.js" - } -} -``` - -then `scripts/install.js` will be called for the install -and post-install stages of the lifecycle, and `scripts/uninstall.js` -will be called when the package is uninstalled. Since -`scripts/install.js` is running for two different phases, it would -be wise in this case to look at the `npm_lifecycle_event` environment -variable. - -If you want to run a make command, you can do so. This works just -fine: - -```json -{ - "scripts" : { - "preinstall" : "./configure", - "install" : "make && make install", - "test" : "make test" - } -} -``` - -### Exiting - -Scripts are run by passing the line as a script argument to `sh`. - -If the script exits with a code other than 0, then this will abort the -process. - -Note that these script files don't have to be Node.js or even -JavaScript programs. They just have to be some kind of executable -file. - -### Best Practices - -* Don't exit with a non-zero error code unless you *really* mean it. - Except for uninstall scripts, this will cause the npm action to - fail, and potentially be rolled back. If the failure is minor or - only will prevent some optional features, then it's better to just - print a warning and exit successfully. -* Try not to use scripts to do what npm can do for you. Read through - [`package.json`](/configuring-npm/package-json) to see all the things that you can specify and enable - by simply describing your package appropriately. In general, this - will lead to a more robust and consistent state. -* Inspect the env to determine where to put things. For instance, if - the `npm_config_binroot` environment variable is set to `/home/user/bin`, then - don't try to install executables into `/usr/local/bin`. The user - probably set it up that way for a reason. -* Don't prefix your script commands with "sudo". If root permissions - are required for some reason, then it'll fail with that error, and - the user will sudo the npm command in question. -* Don't use `install`. Use a `.gyp` file for compilation, and `prepare` - for anything else. You should almost never have to explicitly set a - preinstall or install script. If you are doing this, please consider if - there is another option. The only valid use of `install` or `preinstall` - scripts is for compilation which must be done on the target architecture. -* Scripts are run from the root of the package folder, regardless of what the - current working directory is when `npm` is invoked. If you want your - script to use different behavior based on what subdirectory you're in, you - can use the `INIT_CWD` environment variable, which holds the full path you - were in when you ran `npm run`. - -### See Also - -* [npm run-script](/commands/npm-run-script) -* [package.json](/configuring-npm/package-json) -* [npm developers](/using-npm/developers) -* [npm install](/commands/npm-install) diff --git a/software/flow/node_modules/npm/docs/content/using-npm/workspaces.md b/software/flow/node_modules/npm/docs/content/using-npm/workspaces.md deleted file mode 100644 index bbfa2d8..0000000 --- a/software/flow/node_modules/npm/docs/content/using-npm/workspaces.md +++ /dev/null @@ -1,226 +0,0 @@ ---- -title: workspaces -section: 7 -description: Working with workspaces ---- - -### Description - -**Workspaces** is a generic term that refers to the set of features in the -npm cli that provides support to managing multiple packages from your local -file system from within a singular top-level, root package. - -This set of features makes up for a much more streamlined workflow handling -linked packages from the local file system. Automating the linking process -as part of `npm install` and avoiding manually having to use `npm link` in -order to add references to packages that should be symlinked into the current -`node_modules` folder. - -We also refer to these packages being auto-symlinked during `npm install` as a -single **workspace**, meaning it's a nested package within the current local -file system that is explicitly defined in the [`package.json`](/configuring-npm/package-json#workspaces) -`workspaces` configuration. - -### Defining workspaces - -Workspaces are usually defined via the `workspaces` property of the -[`package.json`](/configuring-npm/package-json#workspaces) file, e.g: - -```json -{ - "name": "my-workspaces-powered-project", - "workspaces": [ - "packages/a" - ] -} -``` - -Given the above `package.json` example living at a current working -directory `.` that contains a folder named `packages/a` that itself contains -a `package.json` inside it, defining a Node.js package, e.g: - -``` -. -+-- package.json -`-- packages - +-- a - | `-- package.json -``` - -The expected result once running `npm install` in this current working -directory `.` is that the folder `packages/a` will get symlinked to the -`node_modules` folder of the current working dir. - -Below is a post `npm install` example, given that same previous example -structure of files and folders: - -``` -. -+-- node_modules -| `-- a -> ../packages/a -+-- package-lock.json -+-- package.json -`-- packages - +-- a - | `-- package.json -``` - -### Getting started with workspaces - -You may automate the required steps to define a new workspace using -[npm init](/commands/npm-init). For example in a project that already has a -`package.json` defined you can run: - -``` -npm init -w ./packages/a -``` - -This command will create the missing folders and a new `package.json` -file (if needed) while also making sure to properly configure the -`"workspaces"` property of your root project `package.json`. - -### Adding dependencies to a workspace - -It's possible to directly add/remove/update dependencies of your workspaces -using the [`workspace` config](/using-npm/config#workspace). - -For example, assuming the following structure: - -``` -. -+-- package.json -`-- packages - +-- a - | `-- package.json - `-- b - `-- package.json -``` - -If you want to add a dependency named `abbrev` from the registry as a -dependency of your workspace **a**, you may use the workspace config to tell -the npm installer that package should be added as a dependency of the provided -workspace: - -``` -npm install abbrev -w a -``` - -Note: other installing commands such as `uninstall`, `ci`, etc will also -respect the provided `workspace` configuration. - -### Using workspaces - -Given the [specifities of how Node.js handles module resolution](https://nodejs.org/dist/latest-v14.x/docs/api/modules.html#modules_all_together) it's possible to consume any defined workspace -by its declared `package.json` `name`. Continuing from the example defined -above, let's also create a Node.js script that will require the workspace `a` -example module, e.g: - -``` -// ./packages/a/index.js -module.exports = 'a' - -// ./lib/index.js -const moduleA = require('a') -console.log(moduleA) // -> a -``` - -When running it with: - -`node lib/index.js` - -This demonstrates how the nature of `node_modules` resolution allows for -**workspaces** to enable a portable workflow for requiring each **workspace** -in such a way that is also easy to [publish](/commands/npm-publish) these -nested workspaces to be consumed elsewhere. - -### Running commands in the context of workspaces - -You can use the `workspace` configuration option to run commands in the context -of a configured workspace. -Additionally, if your current directory is in a workspace, the `workspace` -configuration is implicitly set, and `prefix` is set to the root workspace. - -Following is a quick example on how to use the `npm run` command in the context -of nested workspaces. For a project containing multiple workspaces, e.g: - -``` -. -+-- package.json -`-- packages - +-- a - | `-- package.json - `-- b - `-- package.json -``` - -By running a command using the `workspace` option, it's possible to run the -given command in the context of that specific workspace. e.g: - -``` -npm run test --workspace=a -``` - -You could also run the command within the workspace. - -``` -cd packages/a && npm run test -``` - -Either will run the `test` script defined within the -`./packages/a/package.json` file. - -Please note that you can also specify this argument multiple times in the -command-line in order to target multiple workspaces, e.g: - -``` -npm run test --workspace=a --workspace=b -``` - -Or run the command for each workspace within the 'packages' folder: -``` -npm run test --workspace=packages -``` - -It's also possible to use the `workspaces` (plural) configuration option to -enable the same behavior but running that command in the context of **all** -configured workspaces. e.g: - -``` -npm run test --workspaces -``` - -Will run the `test` script in both `./packages/a` and `./packages/b`. - -Commands will be run in each workspace in the order they appear in your `package.json` - -``` -{ - "workspaces": [ "packages/a", "packages/b" ] -} -``` - -Order of run is different with: - -``` -{ - "workspaces": [ "packages/b", "packages/a" ] -} -``` - -### Ignoring missing scripts - -It is not required for all of the workspaces to implement scripts run with the `npm run` command. - -By running the command with the `--if-present` flag, npm will ignore workspaces missing target script. - -``` -npm run test --workspaces --if-present -``` - -### See also - -* [npm install](/commands/npm-install) -* [npm publish](/commands/npm-publish) -* [npm run-script](/commands/npm-run-script) -* [config](/using-npm/config) - diff --git a/software/flow/node_modules/npm/docs/output/commands/npm-access.html b/software/flow/node_modules/npm/docs/output/commands/npm-access.html deleted file mode 100644 index aa89c3e..0000000 --- a/software/flow/node_modules/npm/docs/output/commands/npm-access.html +++ /dev/null @@ -1,262 +0,0 @@ -<!DOCTYPE html><html><head> -<meta charset="utf-8"> -<title>npm-access</title> -<style> -body { - background-color: #ffffff; - color: #24292e; - - margin: 0; - - line-height: 1.5; - - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; -} -#rainbar { - height: 10px; - background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); -} - -a { - text-decoration: none; - color: #0366d6; -} -a:hover { - text-decoration: underline; -} - -pre { - margin: 1em 0px; - padding: 1em; - border: solid 1px #e1e4e8; - border-radius: 6px; - - display: block; - overflow: auto; - - white-space: pre; - - background-color: #f6f8fa; - color: #393a34; -} -code { - font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; - font-size: 85%; - padding: 0.2em 0.4em; - background-color: #f6f8fa; - color: #393a34; -} -pre > code { - padding: 0; - background-color: inherit; - color: inherit; -} -h1, h2, h3 { - font-weight: 600; -} - -#logobar { - background-color: #333333; - margin: 0 auto; - padding: 1em 4em; -} -#logobar .logo { - float: left; -} -#logobar .title { - font-weight: 600; - color: #dddddd; - float: left; - margin: 5px 0 0 1em; -} -#logobar:after { - content: ""; - display: block; - clear: both; -} - -#content { - margin: 0 auto; - padding: 0 4em; -} - -#table_of_contents > h2 { - font-size: 1.17em; -} -#table_of_contents ul:first-child { - border: solid 1px #e1e4e8; - border-radius: 6px; - padding: 1em; - background-color: #f6f8fa; - color: #393a34; -} -#table_of_contents ul { - list-style-type: none; - padding-left: 1.5em; -} -#table_of_contents li { - font-size: 0.9em; -} -#table_of_contents li a { - color: #000000; -} - -header.title { - border-bottom: solid 1px #e1e4e8; -} -header.title > h1 { - margin-bottom: 0.25em; -} -header.title > .description { - display: block; - margin-bottom: 0.5em; - line-height: 1; -} - -footer#edit { - border-top: solid 1px #e1e4e8; - margin: 3em 0 4em 0; - padding-top: 2em; -} -</style> -</head> -<body> -<div id="banner"> -<div id="rainbar"></div> -<div id="logobar"> -<svg class="logo" role="img" height="32" width="32" viewBox="0 0 700 700"> -<polygon fill="#cb0000" points="0,700 700,700 700,0 0,0"></polygon> -<polygon fill="#ffffff" points="150,550 350,550 350,250 450,250 450,550 550,550 550,150 150,150"></polygon> -</svg> -<div class="title"> -npm command-line interface -</div> -</div> -</div> - -<section id="content"> -<header class="title"> -<h1 id="npm-access">npm-access</h1> -<span class="description">Set access level on published packages</span> -</header> - -<section id="table_of_contents"> -<h2 id="table-of-contents">Table of contents</h2> -<div id="_table_of_contents"><ul><li><a href="#synopsis">Synopsis</a></li><li><a href="#description">Description</a></li><li><a href="#details">Details</a></li><li><a href="#configuration">Configuration</a></li><ul><li><a href="#json"><code>json</code></a></li><li><a href="#otp"><code>otp</code></a></li><li><a href="#registry"><code>registry</code></a></li></ul><li><a href="#see-also">See Also</a></li></ul></div> -</section> - -<div id="_content"><h3 id="synopsis">Synopsis</h3> -<pre><code class="language-bash">npm access list packages [&lt;user&gt;|&lt;scope&gt;|&lt;scope:team&gt; [&lt;package&gt;] -npm access list collaborators [&lt;package&gt; [&lt;user&gt;]] -npm access get status [&lt;package&gt;] -npm access set status=public|private [&lt;package&gt;] -npm access set mfa=none|publish|automation [&lt;package&gt;] -npm access grant &lt;read-only|read-write&gt; &lt;scope:team&gt; [&lt;package&gt;] -npm access revoke &lt;scope:team&gt; [&lt;package&gt;] -</code></pre> -<p>Note: This command is unaware of workspaces.</p> -<h3 id="description">Description</h3> -<p>Used to set access controls on private packages.</p> -<p>For all of the subcommands, <code>npm access</code> will perform actions on the packages -in the current working directory if no package name is passed to the -subcommand.</p> -<ul> -<li> -<p>public / restricted (deprecated): -Set a package to be either publicly accessible or restricted.</p> -</li> -<li> -<p>grant / revoke (deprecated): -Add or remove the ability of users and teams to have read-only or read-write -access to a package.</p> -</li> -<li> -<p>2fa-required / 2fa-not-required (deprecated): -Configure whether a package requires that anyone publishing it have two-factor -authentication enabled on their account.</p> -</li> -<li> -<p>ls-packages (deprecated): -Show all of the packages a user or a team is able to access, along with the -access level, except for read-only public packages (it won't print the whole -registry listing)</p> -</li> -<li> -<p>ls-collaborators (deprecated): -Show all of the access privileges for a package. Will only show permissions -for packages to which you have at least read access. If <code>&lt;user&gt;</code> is passed in, -the list is filtered only to teams <em>that</em> user happens to belong to.</p> -</li> -<li> -<p>edit (not implemented)</p> -</li> -</ul> -<h3 id="details">Details</h3> -<p><code>npm access</code> always operates directly on the current registry, configurable -from the command line using <code>--registry=&lt;registry url&gt;</code>.</p> -<p>Unscoped packages are <em>always public</em>.</p> -<p>Scoped packages <em>default to restricted</em>, but you can either publish them as -public using <code>npm publish --access=public</code>, or set their access as public using -<code>npm access public</code> after the initial publish.</p> -<p>You must have privileges to set the access of a package:</p> -<ul> -<li>You are an owner of an unscoped or scoped package.</li> -<li>You are a member of the team that owns a scope.</li> -<li>You have been given read-write privileges for a package, either as a member -of a team or directly as an owner.</li> -</ul> -<p>If you have two-factor authentication enabled then you'll be prompted to provide a second factor, or may use the <code>--otp=...</code> option to specify it on -the command line.</p> -<p>If your account is not paid, then attempts to publish scoped packages will -fail with an HTTP 402 status code (logically enough), unless you use -<code>--access=public</code>.</p> -<p>Management of teams and team memberships is done with the <code>npm team</code> command.</p> -<h3 id="configuration">Configuration</h3> -<h4 id="json"><code>json</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Whether or not to output JSON data, rather than the normal output.</p> -<ul> -<li>In <code>npm pkg set</code> it enables parsing set values with JSON.parse() before -saving them to your <code>package.json</code>.</li> -</ul> -<p>Not supported by all npm commands.</p> -<h4 id="otp"><code>otp</code></h4> -<ul> -<li>Default: null</li> -<li>Type: null or String</li> -</ul> -<p>This is a one-time password from a two-factor authenticator. It's needed -when publishing or changing package permissions with <code>npm access</code>.</p> -<p>If not set, and a registry response fails with a challenge for a one-time -password, npm will prompt on the command line for one.</p> -<h4 id="registry"><code>registry</code></h4> -<ul> -<li>Default: "<a href="https://registry.npmjs.org/">https://registry.npmjs.org/</a>"</li> -<li>Type: URL</li> -</ul> -<p>The base URL of the npm registry.</p> -<h3 id="see-also">See Also</h3> -<ul> -<li><a href="https://npm.im/libnpmaccess"><code>libnpmaccess</code></a></li> -<li><a href="../commands/npm-team.html">npm team</a></li> -<li><a href="../commands/npm-publish.html">npm publish</a></li> -<li><a href="../commands/npm-config.html">npm config</a></li> -<li><a href="../using-npm/registry.html">npm registry</a></li> -</ul></div> - -<footer id="edit"> -<a href="https://github.com/npm/cli/edit/latest/docs/content/commands/npm-access.md"> -<svg role="img" viewBox="0 0 16 16" width="16" height="16" fill="currentcolor" style="vertical-align: text-bottom; margin-right: 0.3em;"> -<path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path> -</svg> -Edit this page on GitHub -</a> -</footer> -</section> - - - -</body></html> \ No newline at end of file diff --git a/software/flow/node_modules/npm/docs/output/commands/npm-adduser.html b/software/flow/node_modules/npm/docs/output/commands/npm-adduser.html deleted file mode 100644 index e515eaa..0000000 --- a/software/flow/node_modules/npm/docs/output/commands/npm-adduser.html +++ /dev/null @@ -1,218 +0,0 @@ -<!DOCTYPE html><html><head> -<meta charset="utf-8"> -<title>npm-adduser</title> -<style> -body { - background-color: #ffffff; - color: #24292e; - - margin: 0; - - line-height: 1.5; - - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; -} -#rainbar { - height: 10px; - background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); -} - -a { - text-decoration: none; - color: #0366d6; -} -a:hover { - text-decoration: underline; -} - -pre { - margin: 1em 0px; - padding: 1em; - border: solid 1px #e1e4e8; - border-radius: 6px; - - display: block; - overflow: auto; - - white-space: pre; - - background-color: #f6f8fa; - color: #393a34; -} -code { - font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; - font-size: 85%; - padding: 0.2em 0.4em; - background-color: #f6f8fa; - color: #393a34; -} -pre > code { - padding: 0; - background-color: inherit; - color: inherit; -} -h1, h2, h3 { - font-weight: 600; -} - -#logobar { - background-color: #333333; - margin: 0 auto; - padding: 1em 4em; -} -#logobar .logo { - float: left; -} -#logobar .title { - font-weight: 600; - color: #dddddd; - float: left; - margin: 5px 0 0 1em; -} -#logobar:after { - content: ""; - display: block; - clear: both; -} - -#content { - margin: 0 auto; - padding: 0 4em; -} - -#table_of_contents > h2 { - font-size: 1.17em; -} -#table_of_contents ul:first-child { - border: solid 1px #e1e4e8; - border-radius: 6px; - padding: 1em; - background-color: #f6f8fa; - color: #393a34; -} -#table_of_contents ul { - list-style-type: none; - padding-left: 1.5em; -} -#table_of_contents li { - font-size: 0.9em; -} -#table_of_contents li a { - color: #000000; -} - -header.title { - border-bottom: solid 1px #e1e4e8; -} -header.title > h1 { - margin-bottom: 0.25em; -} -header.title > .description { - display: block; - margin-bottom: 0.5em; - line-height: 1; -} - -footer#edit { - border-top: solid 1px #e1e4e8; - margin: 3em 0 4em 0; - padding-top: 2em; -} -</style> -</head> -<body> -<div id="banner"> -<div id="rainbar"></div> -<div id="logobar"> -<svg class="logo" role="img" height="32" width="32" viewBox="0 0 700 700"> -<polygon fill="#cb0000" points="0,700 700,700 700,0 0,0"></polygon> -<polygon fill="#ffffff" points="150,550 350,550 350,250 450,250 450,550 550,550 550,150 150,150"></polygon> -</svg> -<div class="title"> -npm command-line interface -</div> -</div> -</div> - -<section id="content"> -<header class="title"> -<h1 id="npm-adduser">npm-adduser</h1> -<span class="description">Add a registry user account</span> -</header> - -<section id="table_of_contents"> -<h2 id="table-of-contents">Table of contents</h2> -<div id="_table_of_contents"><ul><li><a href="#synopsis">Synopsis</a></li><li><a href="#description">Description</a></li><li><a href="#configuration">Configuration</a></li><ul><li><a href="#registry"><code>registry</code></a></li><li><a href="#scope"><code>scope</code></a></li><li><a href="#auth-type"><code>auth-type</code></a></li></ul><li><a href="#see-also">See Also</a></li></ul></div> -</section> - -<div id="_content"><h3 id="synopsis">Synopsis</h3> -<pre><code class="language-bash">npm adduser - -alias: add-user -</code></pre> -<p>Note: This command is unaware of workspaces.</p> -<h3 id="description">Description</h3> -<p>Create a new user in the specified registry, and save the credentials to -the <code>.npmrc</code> file. If no registry is specified, the default registry -will be used (see <a href="../using-npm/registry.html"><code>registry</code></a>).</p> -<p>When using <code>legacy</code> for your <code>auth-type</code>, the username, password, and -email are read in from prompts.</p> -<h3 id="configuration">Configuration</h3> -<h4 id="registry"><code>registry</code></h4> -<ul> -<li>Default: "<a href="https://registry.npmjs.org/">https://registry.npmjs.org/</a>"</li> -<li>Type: URL</li> -</ul> -<p>The base URL of the npm registry.</p> -<h4 id="scope"><code>scope</code></h4> -<ul> -<li>Default: the scope of the current project, if any, or ""</li> -<li>Type: String</li> -</ul> -<p>Associate an operation with a scope for a scoped registry.</p> -<p>Useful when logging in to or out of a private registry:</p> -<pre><code># log in, linking the scope to the custom registry -npm login --scope=@mycorp --registry=https://registry.mycorp.com - -# log out, removing the link and the auth token -npm logout --scope=@mycorp -</code></pre> -<p>This will cause <code>@mycorp</code> to be mapped to the registry for future -installation of packages specified according to the pattern -<code>@mycorp/package</code>.</p> -<p>This will also cause <code>npm init</code> to create a scoped package.</p> -<pre><code># accept all defaults, and create a package named "@foo/whatever", -# instead of just named "whatever" -npm init --scope=@foo --yes -</code></pre> -<h4 id="auth-type"><code>auth-type</code></h4> -<ul> -<li>Default: "web"</li> -<li>Type: "legacy" or "web"</li> -</ul> -<p>What authentication strategy to use with <code>login</code>. Note that if an <code>otp</code> -config is given, this value will always be set to <code>legacy</code>.</p> -<h3 id="see-also">See Also</h3> -<ul> -<li><a href="../using-npm/registry.html">npm registry</a></li> -<li><a href="../commands/npm-config.html">npm config</a></li> -<li><a href="../configuring-npm/npmrc.html">npmrc</a></li> -<li><a href="../commands/npm-owner.html">npm owner</a></li> -<li><a href="../commands/npm-whoami.html">npm whoami</a></li> -<li><a href="../commands/npm-token.html">npm token</a></li> -<li><a href="../commands/npm-profile.html">npm profile</a></li> -</ul></div> - -<footer id="edit"> -<a href="https://github.com/npm/cli/edit/latest/docs/content/commands/npm-adduser.md"> -<svg role="img" viewBox="0 0 16 16" width="16" height="16" fill="currentcolor" style="vertical-align: text-bottom; margin-right: 0.3em;"> -<path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path> -</svg> -Edit this page on GitHub -</a> -</footer> -</section> - - - -</body></html> \ No newline at end of file diff --git a/software/flow/node_modules/npm/docs/output/commands/npm-audit.html b/software/flow/node_modules/npm/docs/output/commands/npm-audit.html deleted file mode 100644 index eda45d9..0000000 --- a/software/flow/node_modules/npm/docs/output/commands/npm-audit.html +++ /dev/null @@ -1,481 +0,0 @@ -<!DOCTYPE html><html><head> -<meta charset="utf-8"> -<title>npm-audit</title> -<style> -body { - background-color: #ffffff; - color: #24292e; - - margin: 0; - - line-height: 1.5; - - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; -} -#rainbar { - height: 10px; - background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); -} - -a { - text-decoration: none; - color: #0366d6; -} -a:hover { - text-decoration: underline; -} - -pre { - margin: 1em 0px; - padding: 1em; - border: solid 1px #e1e4e8; - border-radius: 6px; - - display: block; - overflow: auto; - - white-space: pre; - - background-color: #f6f8fa; - color: #393a34; -} -code { - font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; - font-size: 85%; - padding: 0.2em 0.4em; - background-color: #f6f8fa; - color: #393a34; -} -pre > code { - padding: 0; - background-color: inherit; - color: inherit; -} -h1, h2, h3 { - font-weight: 600; -} - -#logobar { - background-color: #333333; - margin: 0 auto; - padding: 1em 4em; -} -#logobar .logo { - float: left; -} -#logobar .title { - font-weight: 600; - color: #dddddd; - float: left; - margin: 5px 0 0 1em; -} -#logobar:after { - content: ""; - display: block; - clear: both; -} - -#content { - margin: 0 auto; - padding: 0 4em; -} - -#table_of_contents > h2 { - font-size: 1.17em; -} -#table_of_contents ul:first-child { - border: solid 1px #e1e4e8; - border-radius: 6px; - padding: 1em; - background-color: #f6f8fa; - color: #393a34; -} -#table_of_contents ul { - list-style-type: none; - padding-left: 1.5em; -} -#table_of_contents li { - font-size: 0.9em; -} -#table_of_contents li a { - color: #000000; -} - -header.title { - border-bottom: solid 1px #e1e4e8; -} -header.title > h1 { - margin-bottom: 0.25em; -} -header.title > .description { - display: block; - margin-bottom: 0.5em; - line-height: 1; -} - -footer#edit { - border-top: solid 1px #e1e4e8; - margin: 3em 0 4em 0; - padding-top: 2em; -} -</style> -</head> -<body> -<div id="banner"> -<div id="rainbar"></div> -<div id="logobar"> -<svg class="logo" role="img" height="32" width="32" viewBox="0 0 700 700"> -<polygon fill="#cb0000" points="0,700 700,700 700,0 0,0"></polygon> -<polygon fill="#ffffff" points="150,550 350,550 350,250 450,250 450,550 550,550 550,150 150,150"></polygon> -</svg> -<div class="title"> -npm command-line interface -</div> -</div> -</div> - -<section id="content"> -<header class="title"> -<h1 id="npm-audit">npm-audit</h1> -<span class="description">Run a security audit</span> -</header> - -<section id="table_of_contents"> -<h2 id="table-of-contents">Table of contents</h2> -<div id="_table_of_contents"><ul><li><a href="#synopsis">Synopsis</a></li><li><a href="#description">Description</a></li><li><a href="#audit-signatures">Audit Signatures</a></li><li><a href="#audit-endpoints">Audit Endpoints</a></li><ul><li><a href="#bulk-advisory-endpoint">Bulk Advisory Endpoint</a></li><li><a href="#quick-audit-endpoint">Quick Audit Endpoint</a></li><li><a href="#scrubbing">Scrubbing</a></li><li><a href="#calculating-meta-vulnerabilities-and-remediations">Calculating Meta-Vulnerabilities and Remediations</a></li></ul><li><a href="#exit-code">Exit Code</a></li><li><a href="#examples">Examples</a></li><li><a href="#configuration">Configuration</a></li><ul><li><a href="#audit-level"><code>audit-level</code></a></li><li><a href="#dry-run"><code>dry-run</code></a></li><li><a href="#force"><code>force</code></a></li><li><a href="#json"><code>json</code></a></li><li><a href="#package-lock-only"><code>package-lock-only</code></a></li><li><a href="#omit"><code>omit</code></a></li><li><a href="#foreground-scripts"><code>foreground-scripts</code></a></li><li><a href="#ignore-scripts"><code>ignore-scripts</code></a></li><li><a href="#workspace"><code>workspace</code></a></li><li><a href="#workspaces"><code>workspaces</code></a></li><li><a href="#include-workspace-root"><code>include-workspace-root</code></a></li><li><a href="#install-links"><code>install-links</code></a></li></ul><li><a href="#see-also">See Also</a></li></ul></div> -</section> - -<div id="_content"><h3 id="synopsis">Synopsis</h3> -<pre><code class="language-bash">npm audit [fix|signatures] -</code></pre> -<h3 id="description">Description</h3> -<p>The audit command submits a description of the dependencies configured in -your project to your default registry and asks for a report of known -vulnerabilities. If any vulnerabilities are found, then the impact and -appropriate remediation will be calculated. If the <code>fix</code> argument is -provided, then remediations will be applied to the package tree.</p> -<p>The command will exit with a 0 exit code if no vulnerabilities were found.</p> -<p>Note that some vulnerabilities cannot be fixed automatically and will -require manual intervention or review. Also note that since <code>npm audit fix</code> runs a full-fledged <code>npm install</code> under the hood, all configs that -apply to the installer will also apply to <code>npm install</code> -- so things like -<code>npm audit fix --package-lock-only</code> will work as expected.</p> -<p>By default, the audit command will exit with a non-zero code if any -vulnerability is found. It may be useful in CI environments to include the -<code>--audit-level</code> parameter to specify the minimum vulnerability level that -will cause the command to fail. This option does not filter the report -output, it simply changes the command's failure threshold.</p> -<h3 id="audit-signatures">Audit Signatures</h3> -<p>To ensure the integrity of packages you download from the public npm registry, or any registry that supports signatures, you can verify the registry signatures of downloaded packages using the npm CLI.</p> -<p>Registry signatures can be verified using the following <code>audit</code> command:</p> -<pre><code class="language-bash">$ npm audit signatures -</code></pre> -<p>The npm CLI supports registry signatures and signing keys provided by any registry if the following conventions are followed:</p> -<ol> -<li>Signatures are provided in the package's <code>packument</code> in each published version within the <code>dist</code> object:</li> -</ol> -<pre><code class="language-json">"dist":{ - "..omitted..": "..omitted..", - "signatures": [{ - "keyid": "SHA256:{{SHA256_PUBLIC_KEY}}", - "sig": "a312b9c3cb4a1b693e8ebac5ee1ca9cc01f2661c14391917dcb111517f72370809..." - }] -} -</code></pre> -<p>See this <a href="https://registry.npmjs.org/light-cycle/1.4.3">example</a> of a signed package from the public npm registry.</p> -<p>The <code>sig</code> is generated using the following template: <code>${package.name}@${package.version}:${package.dist.integrity}</code> and the <code>keyid</code> has to match one of the public signing keys below.</p> -<ol start="2"> -<li>Public signing keys are provided at <code>registry-host.tld/-/npm/v1/keys</code> in the following format:</li> -</ol> -<pre><code>{ - "keys": [{ - "expires": null, - "keyid": "SHA256:{{SHA256_PUBLIC_KEY}}", - "keytype": "ecdsa-sha2-nistp256", - "scheme": "ecdsa-sha2-nistp256", - "key": "{{B64_PUBLIC_KEY}}" - }] -} -</code></pre> -<p>Keys response:</p> -<ul> -<li><code>expires</code>: null or a simplified extended ISO 8601 format: <code>YYYY-MM-DDTHH:mm:ss.sssZ</code></li> -<li><code>keydid</code>: sha256 fingerprint of the public key</li> -<li><code>keytype</code>: only <code>ecdsa-sha2-nistp256</code> is currently supported by the npm CLI</li> -<li><code>scheme</code>: only <code>ecdsa-sha2-nistp256</code> is currently supported by the npm CLI</li> -<li><code>key</code>: base64 encoded public key</li> -</ul> -<p>See this example key's response from the public npm registry.</p> -<h3 id="audit-endpoints">Audit Endpoints</h3> -<p>There are two audit endpoints that npm may use to fetch vulnerability -information: the <code>Bulk Advisory</code> endpoint and the <code>Quick Audit</code> endpoint.</p> -<h4 id="bulk-advisory-endpoint">Bulk Advisory Endpoint</h4> -<p>As of version 7, npm uses the much faster <code>Bulk Advisory</code> endpoint to -optimize the speed of calculating audit results.</p> -<p>npm will generate a JSON payload with the name and list of versions of each -package in the tree, and POST it to the default configured registry at -the path <code>/-/npm/v1/security/advisories/bulk</code>.</p> -<p>Any packages in the tree that do not have a <code>version</code> field in their -package.json file will be ignored. If any <code>--omit</code> options are specified -(either via the <a href="../using-npm/config#omit.html"><code>--omit</code> config</a>, or one of the -shorthands such as <code>--production</code>, <code>--only=dev</code>, and so on), then packages will -be omitted from the submitted payload as appropriate.</p> -<p>If the registry responds with an error, or with an invalid response, then -npm will attempt to load advisory data from the <code>Quick Audit</code> endpoint.</p> -<p>The expected result will contain a set of advisory objects for each -dependency that matches the advisory range. Each advisory object contains -a <code>name</code>, <code>url</code>, <code>id</code>, <code>severity</code>, <code>vulnerable_versions</code>, and <code>title</code>.</p> -<p>npm then uses these advisory objects to calculate vulnerabilities and -meta-vulnerabilities of the dependencies within the tree.</p> -<h4 id="quick-audit-endpoint">Quick Audit Endpoint</h4> -<p>If the <code>Bulk Advisory</code> endpoint returns an error, or invalid data, npm will -attempt to load advisory data from the <code>Quick Audit</code> endpoint, which is -considerably slower in most cases.</p> -<p>The full package tree as found in <code>package-lock.json</code> is submitted, along -with the following pieces of additional metadata:</p> -<ul> -<li><code>npm_version</code></li> -<li><code>node_version</code></li> -<li><code>platform</code></li> -<li><code>arch</code></li> -<li><code>node_env</code></li> -</ul> -<p>All packages in the tree are submitted to the Quick Audit endpoint. -Omitted dependency types are skipped when generating the report.</p> -<h4 id="scrubbing">Scrubbing</h4> -<p>Out of an abundance of caution, npm versions 5 and 6 would "scrub" any -packages from the submitted report if their name contained a <code>/</code> character, -so as to avoid leaking the names of potentially private packages or git -URLs.</p> -<p>However, in practice, this resulted in audits often failing to properly -detect meta-vulnerabilities, because the tree would appear to be invalid -due to missing dependencies, and prevented the detection of vulnerabilities -in package trees that used git dependencies or private modules.</p> -<p>This scrubbing has been removed from npm as of version 7.</p> -<h4 id="calculating-meta-vulnerabilities-and-remediations">Calculating Meta-Vulnerabilities and Remediations</h4> -<p>npm uses the -<a href="http://npm.im/@npmcli/metavuln-calculator"><code>@npmcli/metavuln-calculator</code></a> -module to turn a set of security advisories into a set of "vulnerability" -objects. A "meta-vulnerability" is a dependency that is vulnerable by -virtue of dependence on vulnerable versions of a vulnerable package.</p> -<p>For example, if the package <code>foo</code> is vulnerable in the range <code>&gt;=1.0.2 &lt;2.0.0</code>, and the package <code>bar</code> depends on <code>foo@^1.1.0</code>, then that version -of <code>bar</code> can only be installed by installing a vulnerable version of <code>foo</code>. -In this case, <code>bar</code> is a "metavulnerability".</p> -<p>Once metavulnerabilities for a given package are calculated, they are -cached in the <code>~/.npm</code> folder and only re-evaluated if the advisory range -changes, or a new version of the package is published (in which case, the -new version is checked for metavulnerable status as well).</p> -<p>If the chain of metavulnerabilities extends all the way to the root -project, and it cannot be updated without changing its dependency ranges, -then <code>npm audit fix</code> will require the <code>--force</code> option to apply the -remediation. If remediations do not require changes to the dependency -ranges, then all vulnerable packages will be updated to a version that does -not have an advisory or metavulnerability posted against it.</p> -<h3 id="exit-code">Exit Code</h3> -<p>The <code>npm audit</code> command will exit with a 0 exit code if no vulnerabilities -were found. The <code>npm audit fix</code> command will exit with 0 exit code if no -vulnerabilities are found <em>or</em> if the remediation is able to successfully -fix all vulnerabilities.</p> -<p>If vulnerabilities were found the exit code will depend on the -<a href="../using-npm/config#audit-level.html"><code>audit-level</code> config</a>.</p> -<h3 id="examples">Examples</h3> -<p>Scan your project for vulnerabilities and automatically install any compatible -updates to vulnerable dependencies:</p> -<pre><code class="language-bash">$ npm audit fix -</code></pre> -<p>Run <code>audit fix</code> without modifying <code>node_modules</code>, but still updating the -pkglock:</p> -<pre><code class="language-bash">$ npm audit fix --package-lock-only -</code></pre> -<p>Skip updating <code>devDependencies</code>:</p> -<pre><code class="language-bash">$ npm audit fix --only=prod -</code></pre> -<p>Have <code>audit fix</code> install SemVer-major updates to toplevel dependencies, not -just SemVer-compatible ones:</p> -<pre><code class="language-bash">$ npm audit fix --force -</code></pre> -<p>Do a dry run to get an idea of what <code>audit fix</code> will do, and <em>also</em> output -install information in JSON format:</p> -<pre><code class="language-bash">$ npm audit fix --dry-run --json -</code></pre> -<p>Scan your project for vulnerabilities and just show the details, without -fixing anything:</p> -<pre><code class="language-bash">$ npm audit -</code></pre> -<p>Get the detailed audit report in JSON format:</p> -<pre><code class="language-bash">$ npm audit --json -</code></pre> -<p>Fail an audit only if the results include a vulnerability with a level of moderate or higher:</p> -<pre><code class="language-bash">$ npm audit --audit-level=moderate -</code></pre> -<h3 id="configuration">Configuration</h3> -<h4 id="audit-level"><code>audit-level</code></h4> -<ul> -<li>Default: null</li> -<li>Type: null, "info", "low", "moderate", "high", "critical", or "none"</li> -</ul> -<p>The minimum level of vulnerability for <code>npm audit</code> to exit with a non-zero -exit code.</p> -<h4 id="dry-run"><code>dry-run</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Indicates that you don't want npm to make any changes and that it should -only report what it would have done. This can be passed into any of the -commands that modify your local installation, eg, <code>install</code>, <code>update</code>, -<code>dedupe</code>, <code>uninstall</code>, as well as <code>pack</code> and <code>publish</code>.</p> -<p>Note: This is NOT honored by other network related commands, eg <code>dist-tags</code>, -<code>owner</code>, etc.</p> -<h4 id="force"><code>force</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Removes various protections against unfortunate side effects, common -mistakes, unnecessary performance degradation, and malicious input.</p> -<ul> -<li>Allow clobbering non-npm files in global installs.</li> -<li>Allow the <code>npm version</code> command to work on an unclean git repository.</li> -<li>Allow deleting the cache folder with <code>npm cache clean</code>.</li> -<li>Allow installing packages that have an <code>engines</code> declaration requiring a -different version of npm.</li> -<li>Allow installing packages that have an <code>engines</code> declaration requiring a -different version of <code>node</code>, even if <code>--engine-strict</code> is enabled.</li> -<li>Allow <code>npm audit fix</code> to install modules outside your stated dependency -range (including SemVer-major changes).</li> -<li>Allow unpublishing all versions of a published package.</li> -<li>Allow conflicting peerDependencies to be installed in the root project.</li> -<li>Implicitly set <code>--yes</code> during <code>npm init</code>.</li> -<li>Allow clobbering existing values in <code>npm pkg</code></li> -<li>Allow unpublishing of entire packages (not just a single version).</li> -</ul> -<p>If you don't have a clear idea of what you want to do, it is strongly -recommended that you do not use this option!</p> -<h4 id="json"><code>json</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Whether or not to output JSON data, rather than the normal output.</p> -<ul> -<li>In <code>npm pkg set</code> it enables parsing set values with JSON.parse() before -saving them to your <code>package.json</code>.</li> -</ul> -<p>Not supported by all npm commands.</p> -<h4 id="package-lock-only"><code>package-lock-only</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>If set to true, the current operation will only use the <code>package-lock.json</code>, -ignoring <code>node_modules</code>.</p> -<p>For <code>update</code> this means only the <code>package-lock.json</code> will be updated, -instead of checking <code>node_modules</code> and downloading dependencies.</p> -<p>For <code>list</code> this means the output will be based on the tree described by the -<code>package-lock.json</code>, rather than the contents of <code>node_modules</code>.</p> -<h4 id="omit"><code>omit</code></h4> -<ul> -<li>Default: 'dev' if the <code>NODE_ENV</code> environment variable is set to -'production', otherwise empty.</li> -<li>Type: "dev", "optional", or "peer" (can be set multiple times)</li> -</ul> -<p>Dependency types to omit from the installation tree on disk.</p> -<p>Note that these dependencies <em>are</em> still resolved and added to the -<code>package-lock.json</code> or <code>npm-shrinkwrap.json</code> file. They are just not -physically installed on disk.</p> -<p>If a package type appears in both the <code>--include</code> and <code>--omit</code> lists, then -it will be included.</p> -<p>If the resulting omit list includes <code>'dev'</code>, then the <code>NODE_ENV</code> environment -variable will be set to <code>'production'</code> for all lifecycle scripts.</p> -<h4 id="foreground-scripts"><code>foreground-scripts</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Run all build scripts (ie, <code>preinstall</code>, <code>install</code>, and <code>postinstall</code>) -scripts for installed packages in the foreground process, sharing standard -input, output, and error with the main npm process.</p> -<p>Note that this will generally make installs run slower, and be much noisier, -but can be useful for debugging.</p> -<h4 id="ignore-scripts"><code>ignore-scripts</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>If true, npm does not run scripts specified in package.json files.</p> -<p>Note that commands explicitly intended to run a particular script, such as -<code>npm start</code>, <code>npm stop</code>, <code>npm restart</code>, <code>npm test</code>, and <code>npm run-script</code> -will still run their intended script if <code>ignore-scripts</code> is set, but they -will <em>not</em> run any pre- or post-scripts.</p> -<h4 id="workspace"><code>workspace</code></h4> -<ul> -<li>Default:</li> -<li>Type: String (can be set multiple times)</li> -</ul> -<p>Enable running a command in the context of the configured workspaces of the -current project while filtering by running only the workspaces defined by -this configuration option.</p> -<p>Valid values for the <code>workspace</code> config are either:</p> -<ul> -<li>Workspace names</li> -<li>Path to a workspace directory</li> -<li>Path to a parent workspace directory (will result in selecting all -workspaces within that folder)</li> -</ul> -<p>When set for the <code>npm init</code> command, this may be set to the folder of a -workspace which does not yet exist, to create the folder and set it up as a -brand new workspace within the project.</p> -<p>This value is not exported to the environment for child processes.</p> -<h4 id="workspaces"><code>workspaces</code></h4> -<ul> -<li>Default: null</li> -<li>Type: null or Boolean</li> -</ul> -<p>Set to true to run the command in the context of <strong>all</strong> configured -workspaces.</p> -<p>Explicitly setting this to false will cause commands like <code>install</code> to -ignore workspaces altogether. When not set explicitly:</p> -<ul> -<li>Commands that operate on the <code>node_modules</code> tree (install, update, etc.) -will link workspaces into the <code>node_modules</code> folder. - Commands that do -other things (test, exec, publish, etc.) will operate on the root project, -<em>unless</em> one or more workspaces are specified in the <code>workspace</code> config.</li> -</ul> -<p>This value is not exported to the environment for child processes.</p> -<h4 id="include-workspace-root"><code>include-workspace-root</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Include the workspace root when workspaces are enabled for a command.</p> -<p>When false, specifying individual workspaces via the <code>workspace</code> config, or -all workspaces via the <code>workspaces</code> flag, will cause npm to operate only on -the specified workspaces, and not on the root project.</p> -<p>This value is not exported to the environment for child processes.</p> -<h4 id="install-links"><code>install-links</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>When set file: protocol dependencies will be packed and installed as regular -dependencies instead of creating a symlink. This option has no effect on -workspaces.</p> -<h3 id="see-also">See Also</h3> -<ul> -<li><a href="../commands/npm-install.html">npm install</a></li> -<li><a href="../using-npm/config.html">config</a></li> -</ul></div> - -<footer id="edit"> -<a href="https://github.com/npm/cli/edit/latest/docs/content/commands/npm-audit.md"> -<svg role="img" viewBox="0 0 16 16" width="16" height="16" fill="currentcolor" style="vertical-align: text-bottom; margin-right: 0.3em;"> -<path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path> -</svg> -Edit this page on GitHub -</a> -</footer> -</section> - - - -</body></html> \ No newline at end of file diff --git a/software/flow/node_modules/npm/docs/output/commands/npm-bugs.html b/software/flow/node_modules/npm/docs/output/commands/npm-bugs.html deleted file mode 100644 index b3f7987..0000000 --- a/software/flow/node_modules/npm/docs/output/commands/npm-bugs.html +++ /dev/null @@ -1,243 +0,0 @@ -<!DOCTYPE html><html><head> -<meta charset="utf-8"> -<title>npm-bugs</title> -<style> -body { - background-color: #ffffff; - color: #24292e; - - margin: 0; - - line-height: 1.5; - - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; -} -#rainbar { - height: 10px; - background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); -} - -a { - text-decoration: none; - color: #0366d6; -} -a:hover { - text-decoration: underline; -} - -pre { - margin: 1em 0px; - padding: 1em; - border: solid 1px #e1e4e8; - border-radius: 6px; - - display: block; - overflow: auto; - - white-space: pre; - - background-color: #f6f8fa; - color: #393a34; -} -code { - font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; - font-size: 85%; - padding: 0.2em 0.4em; - background-color: #f6f8fa; - color: #393a34; -} -pre > code { - padding: 0; - background-color: inherit; - color: inherit; -} -h1, h2, h3 { - font-weight: 600; -} - -#logobar { - background-color: #333333; - margin: 0 auto; - padding: 1em 4em; -} -#logobar .logo { - float: left; -} -#logobar .title { - font-weight: 600; - color: #dddddd; - float: left; - margin: 5px 0 0 1em; -} -#logobar:after { - content: ""; - display: block; - clear: both; -} - -#content { - margin: 0 auto; - padding: 0 4em; -} - -#table_of_contents > h2 { - font-size: 1.17em; -} -#table_of_contents ul:first-child { - border: solid 1px #e1e4e8; - border-radius: 6px; - padding: 1em; - background-color: #f6f8fa; - color: #393a34; -} -#table_of_contents ul { - list-style-type: none; - padding-left: 1.5em; -} -#table_of_contents li { - font-size: 0.9em; -} -#table_of_contents li a { - color: #000000; -} - -header.title { - border-bottom: solid 1px #e1e4e8; -} -header.title > h1 { - margin-bottom: 0.25em; -} -header.title > .description { - display: block; - margin-bottom: 0.5em; - line-height: 1; -} - -footer#edit { - border-top: solid 1px #e1e4e8; - margin: 3em 0 4em 0; - padding-top: 2em; -} -</style> -</head> -<body> -<div id="banner"> -<div id="rainbar"></div> -<div id="logobar"> -<svg class="logo" role="img" height="32" width="32" viewBox="0 0 700 700"> -<polygon fill="#cb0000" points="0,700 700,700 700,0 0,0"></polygon> -<polygon fill="#ffffff" points="150,550 350,550 350,250 450,250 450,550 550,550 550,150 150,150"></polygon> -</svg> -<div class="title"> -npm command-line interface -</div> -</div> -</div> - -<section id="content"> -<header class="title"> -<h1 id="npm-bugs">npm-bugs</h1> -<span class="description">Report bugs for a package in a web browser</span> -</header> - -<section id="table_of_contents"> -<h2 id="table-of-contents">Table of contents</h2> -<div id="_table_of_contents"><ul><li><a href="#synopsis">Synopsis</a></li><li><a href="#description">Description</a></li><li><a href="#configuration">Configuration</a></li><ul><li><a href="#browser"><code>browser</code></a></li><li><a href="#registry"><code>registry</code></a></li><li><a href="#workspace"><code>workspace</code></a></li><li><a href="#workspaces"><code>workspaces</code></a></li><li><a href="#include-workspace-root"><code>include-workspace-root</code></a></li></ul><li><a href="#see-also">See Also</a></li></ul></div> -</section> - -<div id="_content"><h3 id="synopsis">Synopsis</h3> -<pre><code class="language-bash">npm bugs [&lt;pkgname&gt; [&lt;pkgname&gt; ...]] - -alias: issues -</code></pre> -<h3 id="description">Description</h3> -<p>This command tries to guess at the likely location of a package's bug -tracker URL or the <code>mailto</code> URL of the support email, and then tries to -open it using the <a href="../using-npm/config#browser.html"><code>--browser</code> config</a> param. If no -package name is provided, it will search for a <code>package.json</code> in the current -folder and use the <code>name</code> property.</p> -<h3 id="configuration">Configuration</h3> -<h4 id="browser"><code>browser</code></h4> -<ul> -<li>Default: OS X: <code>"open"</code>, Windows: <code>"start"</code>, Others: <code>"xdg-open"</code></li> -<li>Type: null, Boolean, or String</li> -</ul> -<p>The browser that is called by npm commands to open websites.</p> -<p>Set to <code>false</code> to suppress browser behavior and instead print urls to -terminal.</p> -<p>Set to <code>true</code> to use default system URL opener.</p> -<h4 id="registry"><code>registry</code></h4> -<ul> -<li>Default: "<a href="https://registry.npmjs.org/">https://registry.npmjs.org/</a>"</li> -<li>Type: URL</li> -</ul> -<p>The base URL of the npm registry.</p> -<h4 id="workspace"><code>workspace</code></h4> -<ul> -<li>Default:</li> -<li>Type: String (can be set multiple times)</li> -</ul> -<p>Enable running a command in the context of the configured workspaces of the -current project while filtering by running only the workspaces defined by -this configuration option.</p> -<p>Valid values for the <code>workspace</code> config are either:</p> -<ul> -<li>Workspace names</li> -<li>Path to a workspace directory</li> -<li>Path to a parent workspace directory (will result in selecting all -workspaces within that folder)</li> -</ul> -<p>When set for the <code>npm init</code> command, this may be set to the folder of a -workspace which does not yet exist, to create the folder and set it up as a -brand new workspace within the project.</p> -<p>This value is not exported to the environment for child processes.</p> -<h4 id="workspaces"><code>workspaces</code></h4> -<ul> -<li>Default: null</li> -<li>Type: null or Boolean</li> -</ul> -<p>Set to true to run the command in the context of <strong>all</strong> configured -workspaces.</p> -<p>Explicitly setting this to false will cause commands like <code>install</code> to -ignore workspaces altogether. When not set explicitly:</p> -<ul> -<li>Commands that operate on the <code>node_modules</code> tree (install, update, etc.) -will link workspaces into the <code>node_modules</code> folder. - Commands that do -other things (test, exec, publish, etc.) will operate on the root project, -<em>unless</em> one or more workspaces are specified in the <code>workspace</code> config.</li> -</ul> -<p>This value is not exported to the environment for child processes.</p> -<h4 id="include-workspace-root"><code>include-workspace-root</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Include the workspace root when workspaces are enabled for a command.</p> -<p>When false, specifying individual workspaces via the <code>workspace</code> config, or -all workspaces via the <code>workspaces</code> flag, will cause npm to operate only on -the specified workspaces, and not on the root project.</p> -<p>This value is not exported to the environment for child processes.</p> -<h3 id="see-also">See Also</h3> -<ul> -<li><a href="../commands/npm-docs.html">npm docs</a></li> -<li><a href="../commands/npm-view.html">npm view</a></li> -<li><a href="../commands/npm-publish.html">npm publish</a></li> -<li><a href="../using-npm/registry.html">npm registry</a></li> -<li><a href="../commands/npm-config.html">npm config</a></li> -<li><a href="../configuring-npm/npmrc.html">npmrc</a></li> -<li><a href="../configuring-npm/package-json.html">package.json</a></li> -</ul></div> - -<footer id="edit"> -<a href="https://github.com/npm/cli/edit/latest/docs/content/commands/npm-bugs.md"> -<svg role="img" viewBox="0 0 16 16" width="16" height="16" fill="currentcolor" style="vertical-align: text-bottom; margin-right: 0.3em;"> -<path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path> -</svg> -Edit this page on GitHub -</a> -</footer> -</section> - - - -</body></html> \ No newline at end of file diff --git a/software/flow/node_modules/npm/docs/output/commands/npm-cache.html b/software/flow/node_modules/npm/docs/output/commands/npm-cache.html deleted file mode 100644 index b5ddd5a..0000000 --- a/software/flow/node_modules/npm/docs/output/commands/npm-cache.html +++ /dev/null @@ -1,236 +0,0 @@ -<!DOCTYPE html><html><head> -<meta charset="utf-8"> -<title>npm-cache</title> -<style> -body { - background-color: #ffffff; - color: #24292e; - - margin: 0; - - line-height: 1.5; - - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; -} -#rainbar { - height: 10px; - background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); -} - -a { - text-decoration: none; - color: #0366d6; -} -a:hover { - text-decoration: underline; -} - -pre { - margin: 1em 0px; - padding: 1em; - border: solid 1px #e1e4e8; - border-radius: 6px; - - display: block; - overflow: auto; - - white-space: pre; - - background-color: #f6f8fa; - color: #393a34; -} -code { - font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; - font-size: 85%; - padding: 0.2em 0.4em; - background-color: #f6f8fa; - color: #393a34; -} -pre > code { - padding: 0; - background-color: inherit; - color: inherit; -} -h1, h2, h3 { - font-weight: 600; -} - -#logobar { - background-color: #333333; - margin: 0 auto; - padding: 1em 4em; -} -#logobar .logo { - float: left; -} -#logobar .title { - font-weight: 600; - color: #dddddd; - float: left; - margin: 5px 0 0 1em; -} -#logobar:after { - content: ""; - display: block; - clear: both; -} - -#content { - margin: 0 auto; - padding: 0 4em; -} - -#table_of_contents > h2 { - font-size: 1.17em; -} -#table_of_contents ul:first-child { - border: solid 1px #e1e4e8; - border-radius: 6px; - padding: 1em; - background-color: #f6f8fa; - color: #393a34; -} -#table_of_contents ul { - list-style-type: none; - padding-left: 1.5em; -} -#table_of_contents li { - font-size: 0.9em; -} -#table_of_contents li a { - color: #000000; -} - -header.title { - border-bottom: solid 1px #e1e4e8; -} -header.title > h1 { - margin-bottom: 0.25em; -} -header.title > .description { - display: block; - margin-bottom: 0.5em; - line-height: 1; -} - -footer#edit { - border-top: solid 1px #e1e4e8; - margin: 3em 0 4em 0; - padding-top: 2em; -} -</style> -</head> -<body> -<div id="banner"> -<div id="rainbar"></div> -<div id="logobar"> -<svg class="logo" role="img" height="32" width="32" viewBox="0 0 700 700"> -<polygon fill="#cb0000" points="0,700 700,700 700,0 0,0"></polygon> -<polygon fill="#ffffff" points="150,550 350,550 350,250 450,250 450,550 550,550 550,150 150,150"></polygon> -</svg> -<div class="title"> -npm command-line interface -</div> -</div> -</div> - -<section id="content"> -<header class="title"> -<h1 id="npm-cache">npm-cache</h1> -<span class="description">Manipulates packages cache</span> -</header> - -<section id="table_of_contents"> -<h2 id="table-of-contents">Table of contents</h2> -<div id="_table_of_contents"><ul><li><a href="#synopsis">Synopsis</a></li><li><a href="#description">Description</a></li><li><a href="#details">Details</a></li><li><a href="#a-note-about-the-caches-design">A note about the cache's design</a></li><li><a href="#configuration">Configuration</a></li><ul><li><a href="#cache"><code>cache</code></a></li></ul><li><a href="#see-also">See Also</a></li></ul></div> -</section> - -<div id="_content"><h3 id="synopsis">Synopsis</h3> -<pre><code class="language-bash">npm cache add &lt;package-spec&gt; -npm cache clean [&lt;key&gt;] -npm cache ls [&lt;name&gt;@&lt;version&gt;] -npm cache verify -</code></pre> -<p>Note: This command is unaware of workspaces.</p> -<h3 id="description">Description</h3> -<p>Used to add, list, or clean the npm cache folder.</p> -<ul> -<li> -<p>add: -Add the specified packages to the local cache. This command is primarily -intended to be used internally by npm, but it can provide a way to -add data to the local installation cache explicitly.</p> -</li> -<li> -<p>clean: -Delete all data out of the cache folder. Note that this is typically -unnecessary, as npm's cache is self-healing and resistant to data -corruption issues.</p> -</li> -<li> -<p>verify: -Verify the contents of the cache folder, garbage collecting any unneeded -data, and verifying the integrity of the cache index and all cached data.</p> -</li> -</ul> -<h3 id="details">Details</h3> -<p>npm stores cache data in an opaque directory within the configured <code>cache</code>, -named <code>_cacache</code>. This directory is a -<a href="http://npm.im/cacache"><code>cacache</code></a>-based content-addressable cache that -stores all http request data as well as other package-related data. This -directory is primarily accessed through <code>pacote</code>, the library responsible -for all package fetching as of npm@5.</p> -<p>All data that passes through the cache is fully verified for integrity on -both insertion and extraction. Cache corruption will either trigger an -error, or signal to <code>pacote</code> that the data must be refetched, which it will -do automatically. For this reason, it should never be necessary to clear -the cache for any reason other than reclaiming disk space, thus why <code>clean</code> -now requires <code>--force</code> to run.</p> -<p>There is currently no method exposed through npm to inspect or directly -manage the contents of this cache. In order to access it, <code>cacache</code> must be -used directly.</p> -<p>npm will not remove data by itself: the cache will grow as new packages are -installed.</p> -<h3 id="a-note-about-the-caches-design">A note about the cache's design</h3> -<p>The npm cache is strictly a cache: it should not be relied upon as a -persistent and reliable data store for package data. npm makes no guarantee -that a previously-cached piece of data will be available later, and will -automatically delete corrupted contents. The primary guarantee that the -cache makes is that, if it does return data, that data will be exactly the -data that was inserted.</p> -<p>To run an offline verification of existing cache contents, use <code>npm cache verify</code>.</p> -<h3 id="configuration">Configuration</h3> -<h4 id="cache"><code>cache</code></h4> -<ul> -<li>Default: Windows: <code>%LocalAppData%\npm-cache</code>, Posix: <code>~/.npm</code></li> -<li>Type: Path</li> -</ul> -<p>The location of npm's cache directory.</p> -<h3 id="see-also">See Also</h3> -<ul> -<li><a href="../using-npm/package-spec.html">package spec</a></li> -<li><a href="../configuring-npm/folders.html">npm folders</a></li> -<li><a href="../commands/npm-config.html">npm config</a></li> -<li><a href="../configuring-npm/npmrc.html">npmrc</a></li> -<li><a href="../commands/npm-install.html">npm install</a></li> -<li><a href="../commands/npm-publish.html">npm publish</a></li> -<li><a href="../commands/npm-pack.html">npm pack</a></li> -<li><a href="https://npm.im/cacache">https://npm.im/cacache</a></li> -<li><a href="https://npm.im/pacote">https://npm.im/pacote</a></li> -<li><a href="https://npm.im/@npmcli/arborist">https://npm.im/@npmcli/arborist</a></li> -<li><a href="https://npm.im/make-fetch-happen">https://npm.im/make-fetch-happen</a></li> -</ul></div> - -<footer id="edit"> -<a href="https://github.com/npm/cli/edit/latest/docs/content/commands/npm-cache.md"> -<svg role="img" viewBox="0 0 16 16" width="16" height="16" fill="currentcolor" style="vertical-align: text-bottom; margin-right: 0.3em;"> -<path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path> -</svg> -Edit this page on GitHub -</a> -</footer> -</section> - - - -</body></html> \ No newline at end of file diff --git a/software/flow/node_modules/npm/docs/output/commands/npm-ci.html b/software/flow/node_modules/npm/docs/output/commands/npm-ci.html deleted file mode 100644 index cd2c21a..0000000 --- a/software/flow/node_modules/npm/docs/output/commands/npm-ci.html +++ /dev/null @@ -1,426 +0,0 @@ -<!DOCTYPE html><html><head> -<meta charset="utf-8"> -<title>npm-ci</title> -<style> -body { - background-color: #ffffff; - color: #24292e; - - margin: 0; - - line-height: 1.5; - - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; -} -#rainbar { - height: 10px; - background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); -} - -a { - text-decoration: none; - color: #0366d6; -} -a:hover { - text-decoration: underline; -} - -pre { - margin: 1em 0px; - padding: 1em; - border: solid 1px #e1e4e8; - border-radius: 6px; - - display: block; - overflow: auto; - - white-space: pre; - - background-color: #f6f8fa; - color: #393a34; -} -code { - font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; - font-size: 85%; - padding: 0.2em 0.4em; - background-color: #f6f8fa; - color: #393a34; -} -pre > code { - padding: 0; - background-color: inherit; - color: inherit; -} -h1, h2, h3 { - font-weight: 600; -} - -#logobar { - background-color: #333333; - margin: 0 auto; - padding: 1em 4em; -} -#logobar .logo { - float: left; -} -#logobar .title { - font-weight: 600; - color: #dddddd; - float: left; - margin: 5px 0 0 1em; -} -#logobar:after { - content: ""; - display: block; - clear: both; -} - -#content { - margin: 0 auto; - padding: 0 4em; -} - -#table_of_contents > h2 { - font-size: 1.17em; -} -#table_of_contents ul:first-child { - border: solid 1px #e1e4e8; - border-radius: 6px; - padding: 1em; - background-color: #f6f8fa; - color: #393a34; -} -#table_of_contents ul { - list-style-type: none; - padding-left: 1.5em; -} -#table_of_contents li { - font-size: 0.9em; -} -#table_of_contents li a { - color: #000000; -} - -header.title { - border-bottom: solid 1px #e1e4e8; -} -header.title > h1 { - margin-bottom: 0.25em; -} -header.title > .description { - display: block; - margin-bottom: 0.5em; - line-height: 1; -} - -footer#edit { - border-top: solid 1px #e1e4e8; - margin: 3em 0 4em 0; - padding-top: 2em; -} -</style> -</head> -<body> -<div id="banner"> -<div id="rainbar"></div> -<div id="logobar"> -<svg class="logo" role="img" height="32" width="32" viewBox="0 0 700 700"> -<polygon fill="#cb0000" points="0,700 700,700 700,0 0,0"></polygon> -<polygon fill="#ffffff" points="150,550 350,550 350,250 450,250 450,550 550,550 550,150 150,150"></polygon> -</svg> -<div class="title"> -npm command-line interface -</div> -</div> -</div> - -<section id="content"> -<header class="title"> -<h1 id="npm-ci">npm-ci</h1> -<span class="description">Clean install a project</span> -</header> - -<section id="table_of_contents"> -<h2 id="table-of-contents">Table of contents</h2> -<div id="_table_of_contents"><ul><li><a href="#synopsis">Synopsis</a></li><li><a href="#description">Description</a></li><li><a href="#example">Example</a></li><li><a href="#configuration">Configuration</a></li><ul><li><a href="#save"><code>save</code></a></li><li><a href="#save-exact"><code>save-exact</code></a></li><li><a href="#global"><code>global</code></a></li><li><a href="#install-strategy"><code>install-strategy</code></a></li><li><a href="#legacy-bundling"><code>legacy-bundling</code></a></li><li><a href="#global-style"><code>global-style</code></a></li><li><a href="#omit"><code>omit</code></a></li><li><a href="#strict-peer-deps"><code>strict-peer-deps</code></a></li><li><a href="#package-lock"><code>package-lock</code></a></li><li><a href="#foreground-scripts"><code>foreground-scripts</code></a></li><li><a href="#ignore-scripts"><code>ignore-scripts</code></a></li><li><a href="#audit"><code>audit</code></a></li><li><a href="#bin-links"><code>bin-links</code></a></li><li><a href="#fund"><code>fund</code></a></li><li><a href="#dry-run"><code>dry-run</code></a></li><li><a href="#workspace"><code>workspace</code></a></li><li><a href="#workspaces"><code>workspaces</code></a></li><li><a href="#include-workspace-root"><code>include-workspace-root</code></a></li><li><a href="#install-links"><code>install-links</code></a></li></ul><li><a href="#see-also">See Also</a></li></ul></div> -</section> - -<div id="_content"><h3 id="synopsis">Synopsis</h3> -<pre><code class="language-bash">npm ci - -aliases: clean-install, ic, install-clean, isntall-clean -</code></pre> -<h3 id="description">Description</h3> -<p>This command is similar to <a href="../commands/npm-install.html"><code>npm install</code></a>, except -it's meant to be used in automated environments such as test platforms, -continuous integration, and deployment -- or any situation where you want -to make sure you're doing a clean install of your dependencies.</p> -<p>The main differences between using <code>npm install</code> and <code>npm ci</code> are:</p> -<ul> -<li>The project <strong>must</strong> have an existing <code>package-lock.json</code> or -<code>npm-shrinkwrap.json</code>.</li> -<li>If dependencies in the package lock do not match those in <code>package.json</code>, -<code>npm ci</code> will exit with an error, instead of updating the package lock.</li> -<li><code>npm ci</code> can only install entire projects at a time: individual -dependencies cannot be added with this command.</li> -<li>If a <code>node_modules</code> is already present, it will be automatically removed -before <code>npm ci</code> begins its install.</li> -<li>It will never write to <code>package.json</code> or any of the package-locks: -installs are essentially frozen.</li> -</ul> -<p>NOTE: If you create your <code>package-lock.json</code> file by running <code>npm install</code> -with flags that can affect the shape of your dependency tree, such as -<code>--legacy-peer-deps</code> or <code>--install-links</code>, you <em>must</em> provide the same -flags to <code>npm ci</code> or you are likely to encounter errors. An easy way to do -this is to run, for example, -<code>npm config set legacy-peer-deps=true --location=project</code> and commit the -<code>.npmrc</code> file to your repo.</p> -<h3 id="example">Example</h3> -<p>Make sure you have a package-lock and an up-to-date install:</p> -<pre><code class="language-bash">$ cd ./my/npm/project -$ npm install -added 154 packages in 10s -$ ls | grep package-lock -</code></pre> -<p>Run <code>npm ci</code> in that project</p> -<pre><code class="language-bash">$ npm ci -added 154 packages in 5s -</code></pre> -<p>Configure Travis CI to build using <code>npm ci</code> instead of <code>npm install</code>:</p> -<pre><code class="language-bash"># .travis.yml -install: -- npm ci -# keep the npm cache around to speed up installs -cache: - directories: - - "$HOME/.npm" -</code></pre> -<h3 id="configuration">Configuration</h3> -<h4 id="save"><code>save</code></h4> -<ul> -<li>Default: <code>true</code> unless when using <code>npm update</code> where it defaults to <code>false</code></li> -<li>Type: Boolean</li> -</ul> -<p>Save installed packages to a <code>package.json</code> file as dependencies.</p> -<p>When used with the <code>npm rm</code> command, removes the dependency from -<code>package.json</code>.</p> -<p>Will also prevent writing to <code>package-lock.json</code> if set to <code>false</code>.</p> -<h4 id="save-exact"><code>save-exact</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Dependencies saved to package.json will be configured with an exact version -rather than using npm's default semver range operator.</p> -<h4 id="global"><code>global</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Operates in "global" mode, so that packages are installed into the <code>prefix</code> -folder instead of the current working directory. See -<a href="../configuring-npm/folders.html">folders</a> for more on the differences in behavior.</p> -<ul> -<li>packages are installed into the <code>{prefix}/lib/node_modules</code> folder, instead -of the current working directory.</li> -<li>bin files are linked to <code>{prefix}/bin</code></li> -<li>man pages are linked to <code>{prefix}/share/man</code></li> -</ul> -<h4 id="install-strategy"><code>install-strategy</code></h4> -<ul> -<li>Default: "hoisted"</li> -<li>Type: "hoisted", "nested", "shallow", or "linked"</li> -</ul> -<p>Sets the strategy for installing packages in node_modules. hoisted -(default): Install non-duplicated in top-level, and duplicated as necessary -within directory structure. nested: (formerly --legacy-bundling) install in -place, no hoisting. shallow (formerly --global-style) only install direct -deps at top-level. linked: (experimental) install in node_modules/.store, -link in place, unhoisted.</p> -<h4 id="legacy-bundling"><code>legacy-bundling</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -<li>DEPRECATED: This option has been deprecated in favor of -<code>--install-strategy=nested</code></li> -</ul> -<p>Instead of hoisting package installs in <code>node_modules</code>, install packages in -the same manner that they are depended on. This may cause very deep -directory structures and duplicate package installs as there is no -de-duplicating. Sets <code>--install-strategy=nested</code>.</p> -<h4 id="global-style"><code>global-style</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -<li>DEPRECATED: This option has been deprecated in favor of -<code>--install-strategy=shallow</code></li> -</ul> -<p>Only install direct dependencies in the top level <code>node_modules</code>, but hoist -on deeper dependencies. Sets <code>--install-strategy=shallow</code>.</p> -<h4 id="omit"><code>omit</code></h4> -<ul> -<li>Default: 'dev' if the <code>NODE_ENV</code> environment variable is set to -'production', otherwise empty.</li> -<li>Type: "dev", "optional", or "peer" (can be set multiple times)</li> -</ul> -<p>Dependency types to omit from the installation tree on disk.</p> -<p>Note that these dependencies <em>are</em> still resolved and added to the -<code>package-lock.json</code> or <code>npm-shrinkwrap.json</code> file. They are just not -physically installed on disk.</p> -<p>If a package type appears in both the <code>--include</code> and <code>--omit</code> lists, then -it will be included.</p> -<p>If the resulting omit list includes <code>'dev'</code>, then the <code>NODE_ENV</code> environment -variable will be set to <code>'production'</code> for all lifecycle scripts.</p> -<h4 id="strict-peer-deps"><code>strict-peer-deps</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>If set to <code>true</code>, and <code>--legacy-peer-deps</code> is not set, then <em>any</em> -conflicting <code>peerDependencies</code> will be treated as an install failure, even -if npm could reasonably guess the appropriate resolution based on non-peer -dependency relationships.</p> -<p>By default, conflicting <code>peerDependencies</code> deep in the dependency graph will -be resolved using the nearest non-peer dependency specification, even if -doing so will result in some packages receiving a peer dependency outside -the range set in their package's <code>peerDependencies</code> object.</p> -<p>When such an override is performed, a warning is printed, explaining the -conflict and the packages involved. If <code>--strict-peer-deps</code> is set, then -this warning is treated as a failure.</p> -<h4 id="package-lock"><code>package-lock</code></h4> -<ul> -<li>Default: true</li> -<li>Type: Boolean</li> -</ul> -<p>If set to false, then ignore <code>package-lock.json</code> files when installing. This -will also prevent <em>writing</em> <code>package-lock.json</code> if <code>save</code> is true.</p> -<p>This configuration does not affect <code>npm ci</code>.</p> -<h4 id="foreground-scripts"><code>foreground-scripts</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Run all build scripts (ie, <code>preinstall</code>, <code>install</code>, and <code>postinstall</code>) -scripts for installed packages in the foreground process, sharing standard -input, output, and error with the main npm process.</p> -<p>Note that this will generally make installs run slower, and be much noisier, -but can be useful for debugging.</p> -<h4 id="ignore-scripts"><code>ignore-scripts</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>If true, npm does not run scripts specified in package.json files.</p> -<p>Note that commands explicitly intended to run a particular script, such as -<code>npm start</code>, <code>npm stop</code>, <code>npm restart</code>, <code>npm test</code>, and <code>npm run-script</code> -will still run their intended script if <code>ignore-scripts</code> is set, but they -will <em>not</em> run any pre- or post-scripts.</p> -<h4 id="audit"><code>audit</code></h4> -<ul> -<li>Default: true</li> -<li>Type: Boolean</li> -</ul> -<p>When "true" submit audit reports alongside the current npm command to the -default registry and all registries configured for scopes. See the -documentation for <a href="../commands/npm-audit.html"><code>npm audit</code></a> for details on what is -submitted.</p> -<h4 id="bin-links"><code>bin-links</code></h4> -<ul> -<li>Default: true</li> -<li>Type: Boolean</li> -</ul> -<p>Tells npm to create symlinks (or <code>.cmd</code> shims on Windows) for package -executables.</p> -<p>Set to false to have it not do this. This can be used to work around the -fact that some file systems don't support symlinks, even on ostensibly Unix -systems.</p> -<h4 id="fund"><code>fund</code></h4> -<ul> -<li>Default: true</li> -<li>Type: Boolean</li> -</ul> -<p>When "true" displays the message at the end of each <code>npm install</code> -acknowledging the number of dependencies looking for funding. See <a href="../commands/npm-fund.html"><code>npm fund</code></a> for details.</p> -<h4 id="dry-run"><code>dry-run</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Indicates that you don't want npm to make any changes and that it should -only report what it would have done. This can be passed into any of the -commands that modify your local installation, eg, <code>install</code>, <code>update</code>, -<code>dedupe</code>, <code>uninstall</code>, as well as <code>pack</code> and <code>publish</code>.</p> -<p>Note: This is NOT honored by other network related commands, eg <code>dist-tags</code>, -<code>owner</code>, etc.</p> -<h4 id="workspace"><code>workspace</code></h4> -<ul> -<li>Default:</li> -<li>Type: String (can be set multiple times)</li> -</ul> -<p>Enable running a command in the context of the configured workspaces of the -current project while filtering by running only the workspaces defined by -this configuration option.</p> -<p>Valid values for the <code>workspace</code> config are either:</p> -<ul> -<li>Workspace names</li> -<li>Path to a workspace directory</li> -<li>Path to a parent workspace directory (will result in selecting all -workspaces within that folder)</li> -</ul> -<p>When set for the <code>npm init</code> command, this may be set to the folder of a -workspace which does not yet exist, to create the folder and set it up as a -brand new workspace within the project.</p> -<p>This value is not exported to the environment for child processes.</p> -<h4 id="workspaces"><code>workspaces</code></h4> -<ul> -<li>Default: null</li> -<li>Type: null or Boolean</li> -</ul> -<p>Set to true to run the command in the context of <strong>all</strong> configured -workspaces.</p> -<p>Explicitly setting this to false will cause commands like <code>install</code> to -ignore workspaces altogether. When not set explicitly:</p> -<ul> -<li>Commands that operate on the <code>node_modules</code> tree (install, update, etc.) -will link workspaces into the <code>node_modules</code> folder. - Commands that do -other things (test, exec, publish, etc.) will operate on the root project, -<em>unless</em> one or more workspaces are specified in the <code>workspace</code> config.</li> -</ul> -<p>This value is not exported to the environment for child processes.</p> -<h4 id="include-workspace-root"><code>include-workspace-root</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Include the workspace root when workspaces are enabled for a command.</p> -<p>When false, specifying individual workspaces via the <code>workspace</code> config, or -all workspaces via the <code>workspaces</code> flag, will cause npm to operate only on -the specified workspaces, and not on the root project.</p> -<p>This value is not exported to the environment for child processes.</p> -<h4 id="install-links"><code>install-links</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>When set file: protocol dependencies will be packed and installed as regular -dependencies instead of creating a symlink. This option has no effect on -workspaces.</p> -<h3 id="see-also">See Also</h3> -<ul> -<li><a href="../commands/npm-install.html">npm install</a></li> -<li><a href="../configuring-npm/package-lock-json.html">package-lock.json</a></li> -</ul></div> - -<footer id="edit"> -<a href="https://github.com/npm/cli/edit/latest/docs/content/commands/npm-ci.md"> -<svg role="img" viewBox="0 0 16 16" width="16" height="16" fill="currentcolor" style="vertical-align: text-bottom; margin-right: 0.3em;"> -<path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path> -</svg> -Edit this page on GitHub -</a> -</footer> -</section> - - - -</body></html> \ No newline at end of file diff --git a/software/flow/node_modules/npm/docs/output/commands/npm-completion.html b/software/flow/node_modules/npm/docs/output/commands/npm-completion.html deleted file mode 100644 index d43bbf9..0000000 --- a/software/flow/node_modules/npm/docs/output/commands/npm-completion.html +++ /dev/null @@ -1,186 +0,0 @@ -<!DOCTYPE html><html><head> -<meta charset="utf-8"> -<title>npm-completion</title> -<style> -body { - background-color: #ffffff; - color: #24292e; - - margin: 0; - - line-height: 1.5; - - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; -} -#rainbar { - height: 10px; - background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); -} - -a { - text-decoration: none; - color: #0366d6; -} -a:hover { - text-decoration: underline; -} - -pre { - margin: 1em 0px; - padding: 1em; - border: solid 1px #e1e4e8; - border-radius: 6px; - - display: block; - overflow: auto; - - white-space: pre; - - background-color: #f6f8fa; - color: #393a34; -} -code { - font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; - font-size: 85%; - padding: 0.2em 0.4em; - background-color: #f6f8fa; - color: #393a34; -} -pre > code { - padding: 0; - background-color: inherit; - color: inherit; -} -h1, h2, h3 { - font-weight: 600; -} - -#logobar { - background-color: #333333; - margin: 0 auto; - padding: 1em 4em; -} -#logobar .logo { - float: left; -} -#logobar .title { - font-weight: 600; - color: #dddddd; - float: left; - margin: 5px 0 0 1em; -} -#logobar:after { - content: ""; - display: block; - clear: both; -} - -#content { - margin: 0 auto; - padding: 0 4em; -} - -#table_of_contents > h2 { - font-size: 1.17em; -} -#table_of_contents ul:first-child { - border: solid 1px #e1e4e8; - border-radius: 6px; - padding: 1em; - background-color: #f6f8fa; - color: #393a34; -} -#table_of_contents ul { - list-style-type: none; - padding-left: 1.5em; -} -#table_of_contents li { - font-size: 0.9em; -} -#table_of_contents li a { - color: #000000; -} - -header.title { - border-bottom: solid 1px #e1e4e8; -} -header.title > h1 { - margin-bottom: 0.25em; -} -header.title > .description { - display: block; - margin-bottom: 0.5em; - line-height: 1; -} - -footer#edit { - border-top: solid 1px #e1e4e8; - margin: 3em 0 4em 0; - padding-top: 2em; -} -</style> -</head> -<body> -<div id="banner"> -<div id="rainbar"></div> -<div id="logobar"> -<svg class="logo" role="img" height="32" width="32" viewBox="0 0 700 700"> -<polygon fill="#cb0000" points="0,700 700,700 700,0 0,0"></polygon> -<polygon fill="#ffffff" points="150,550 350,550 350,250 450,250 450,550 550,550 550,150 150,150"></polygon> -</svg> -<div class="title"> -npm command-line interface -</div> -</div> -</div> - -<section id="content"> -<header class="title"> -<h1 id="npm-completion">npm-completion</h1> -<span class="description">Tab Completion for npm</span> -</header> - -<section id="table_of_contents"> -<h2 id="table-of-contents">Table of contents</h2> -<div id="_table_of_contents"><ul><li><a href="#synopsis">Synopsis</a></li><li><a href="#description">Description</a></li><li><a href="#see-also">See Also</a></li></ul></div> -</section> - -<div id="_content"><h3 id="synopsis">Synopsis</h3> -<pre><code class="language-bash">npm completion -</code></pre> -<p>Note: This command is unaware of workspaces.</p> -<h3 id="description">Description</h3> -<p>Enables tab-completion in all npm commands.</p> -<p>The synopsis above -loads the completions into your current shell. Adding it to -your ~/.bashrc or ~/.zshrc will make the completions available -everywhere:</p> -<pre><code class="language-bash">npm completion &gt;&gt; ~/.bashrc -npm completion &gt;&gt; ~/.zshrc -</code></pre> -<p>You may of course also pipe the output of <code>npm completion</code> to a file -such as <code>/usr/local/etc/bash_completion.d/npm</code> or -<code>/etc/bash_completion.d/npm</code> if you have a system that will read -that file for you.</p> -<p>When <code>COMP_CWORD</code>, <code>COMP_LINE</code>, and <code>COMP_POINT</code> are defined in the -environment, <code>npm completion</code> acts in "plumbing mode", and outputs -completions based on the arguments.</p> -<h3 id="see-also">See Also</h3> -<ul> -<li><a href="../using-npm/developers.html">npm developers</a></li> -<li><a href="../commands/npm.html">npm</a></li> -</ul></div> - -<footer id="edit"> -<a href="https://github.com/npm/cli/edit/latest/docs/content/commands/npm-completion.md"> -<svg role="img" viewBox="0 0 16 16" width="16" height="16" fill="currentcolor" style="vertical-align: text-bottom; margin-right: 0.3em;"> -<path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path> -</svg> -Edit this page on GitHub -</a> -</footer> -</section> - - - -</body></html> \ No newline at end of file diff --git a/software/flow/node_modules/npm/docs/output/commands/npm-config.html b/software/flow/node_modules/npm/docs/output/commands/npm-config.html deleted file mode 100644 index 33195d8..0000000 --- a/software/flow/node_modules/npm/docs/output/commands/npm-config.html +++ /dev/null @@ -1,282 +0,0 @@ -<!DOCTYPE html><html><head> -<meta charset="utf-8"> -<title>npm-config</title> -<style> -body { - background-color: #ffffff; - color: #24292e; - - margin: 0; - - line-height: 1.5; - - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; -} -#rainbar { - height: 10px; - background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); -} - -a { - text-decoration: none; - color: #0366d6; -} -a:hover { - text-decoration: underline; -} - -pre { - margin: 1em 0px; - padding: 1em; - border: solid 1px #e1e4e8; - border-radius: 6px; - - display: block; - overflow: auto; - - white-space: pre; - - background-color: #f6f8fa; - color: #393a34; -} -code { - font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; - font-size: 85%; - padding: 0.2em 0.4em; - background-color: #f6f8fa; - color: #393a34; -} -pre > code { - padding: 0; - background-color: inherit; - color: inherit; -} -h1, h2, h3 { - font-weight: 600; -} - -#logobar { - background-color: #333333; - margin: 0 auto; - padding: 1em 4em; -} -#logobar .logo { - float: left; -} -#logobar .title { - font-weight: 600; - color: #dddddd; - float: left; - margin: 5px 0 0 1em; -} -#logobar:after { - content: ""; - display: block; - clear: both; -} - -#content { - margin: 0 auto; - padding: 0 4em; -} - -#table_of_contents > h2 { - font-size: 1.17em; -} -#table_of_contents ul:first-child { - border: solid 1px #e1e4e8; - border-radius: 6px; - padding: 1em; - background-color: #f6f8fa; - color: #393a34; -} -#table_of_contents ul { - list-style-type: none; - padding-left: 1.5em; -} -#table_of_contents li { - font-size: 0.9em; -} -#table_of_contents li a { - color: #000000; -} - -header.title { - border-bottom: solid 1px #e1e4e8; -} -header.title > h1 { - margin-bottom: 0.25em; -} -header.title > .description { - display: block; - margin-bottom: 0.5em; - line-height: 1; -} - -footer#edit { - border-top: solid 1px #e1e4e8; - margin: 3em 0 4em 0; - padding-top: 2em; -} -</style> -</head> -<body> -<div id="banner"> -<div id="rainbar"></div> -<div id="logobar"> -<svg class="logo" role="img" height="32" width="32" viewBox="0 0 700 700"> -<polygon fill="#cb0000" points="0,700 700,700 700,0 0,0"></polygon> -<polygon fill="#ffffff" points="150,550 350,550 350,250 450,250 450,550 550,550 550,150 150,150"></polygon> -</svg> -<div class="title"> -npm command-line interface -</div> -</div> -</div> - -<section id="content"> -<header class="title"> -<h1 id="npm-config">npm-config</h1> -<span class="description">Manage the npm configuration files</span> -</header> - -<section id="table_of_contents"> -<h2 id="table-of-contents">Table of contents</h2> -<div id="_table_of_contents"><ul><li><a href="#synopsis">Synopsis</a></li><li><a href="#description">Description</a></li><li><a href="#sub-commands">Sub-commands</a></li><ul><li><a href="#set">set</a></li><li><a href="#get">get</a></li><li><a href="#list">list</a></li><li><a href="#delete">delete</a></li><li><a href="#edit2">edit</a></li><li><a href="#fix">fix</a></li></ul><li><a href="#configuration">Configuration</a></li><ul><li><a href="#json"><code>json</code></a></li><li><a href="#global"><code>global</code></a></li><li><a href="#editor"><code>editor</code></a></li><li><a href="#location"><code>location</code></a></li><li><a href="#long"><code>long</code></a></li></ul><li><a href="#see-also">See Also</a></li></ul></div> -</section> - -<div id="_content"><h3 id="synopsis">Synopsis</h3> -<pre><code class="language-bash">npm config set &lt;key&gt;=&lt;value&gt; [&lt;key&gt;=&lt;value&gt; ...] -npm config get [&lt;key&gt; [&lt;key&gt; ...]] -npm config delete &lt;key&gt; [&lt;key&gt; ...] -npm config list [--json] -npm config edit -npm config fix - -alias: c -</code></pre> -<p>Note: This command is unaware of workspaces.</p> -<h3 id="description">Description</h3> -<p>npm gets its config settings from the command line, environment -variables, <code>npmrc</code> files, and in some cases, the <code>package.json</code> file.</p> -<p>See <a href="../configuring-npm/npmrc.html">npmrc</a> for more information about the npmrc -files.</p> -<p>See <a href="../using-npm/config.html">config</a> for a more thorough explanation of the -mechanisms involved, and a full list of config options available.</p> -<p>The <code>npm config</code> command can be used to update and edit the contents -of the user and global npmrc files.</p> -<h3 id="sub-commands">Sub-commands</h3> -<p>Config supports the following sub-commands:</p> -<h4 id="set">set</h4> -<pre><code class="language-bash">npm config set key=value [key=value...] -npm set key=value [key=value...] -</code></pre> -<p>Sets each of the config keys to the value provided.</p> -<p>If value is omitted, then it sets it to an empty string.</p> -<p>Note: for backwards compatibility, <code>npm config set key value</code> is supported -as an alias for <code>npm config set key=value</code>.</p> -<h4 id="get">get</h4> -<pre><code class="language-bash">npm config get [key ...] -npm get [key ...] -</code></pre> -<p>Echo the config value(s) to stdout.</p> -<p>If multiple keys are provided, then the values will be prefixed with the -key names.</p> -<p>If no keys are provided, then this command behaves the same as <code>npm config list</code>.</p> -<h4 id="list">list</h4> -<pre><code class="language-bash">npm config list -</code></pre> -<p>Show all the config settings. Use <code>-l</code> to also show defaults. Use <code>--json</code> -to show the settings in json format.</p> -<h4 id="delete">delete</h4> -<pre><code class="language-bash">npm config delete key [key ...] -</code></pre> -<p>Deletes the specified keys from all configuration files.</p> -<h4 id="edit2">edit</h4> -<pre><code class="language-bash">npm config edit -</code></pre> -<p>Opens the config file in an editor. Use the <code>--global</code> flag to edit the -global config.</p> -<h4 id="fix">fix</h4> -<pre><code class="language-bash">npm config fix -</code></pre> -<p>Attempts to repair invalid configuration items. Usually this means -attaching authentication config (i.e. <code>_auth</code>, <code>_authToken</code>) to the -configured <code>registry</code>.</p> -<h3 id="configuration">Configuration</h3> -<h4 id="json"><code>json</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Whether or not to output JSON data, rather than the normal output.</p> -<ul> -<li>In <code>npm pkg set</code> it enables parsing set values with JSON.parse() before -saving them to your <code>package.json</code>.</li> -</ul> -<p>Not supported by all npm commands.</p> -<h4 id="global"><code>global</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Operates in "global" mode, so that packages are installed into the <code>prefix</code> -folder instead of the current working directory. See -<a href="../configuring-npm/folders.html">folders</a> for more on the differences in behavior.</p> -<ul> -<li>packages are installed into the <code>{prefix}/lib/node_modules</code> folder, instead -of the current working directory.</li> -<li>bin files are linked to <code>{prefix}/bin</code></li> -<li>man pages are linked to <code>{prefix}/share/man</code></li> -</ul> -<h4 id="editor"><code>editor</code></h4> -<ul> -<li>Default: The EDITOR or VISUAL environment variables, or -'%SYSTEMROOT%\notepad.exe' on Windows, or 'vi' on Unix systems</li> -<li>Type: String</li> -</ul> -<p>The command to run for <code>npm edit</code> and <code>npm config edit</code>.</p> -<h4 id="location"><code>location</code></h4> -<ul> -<li>Default: "user" unless <code>--global</code> is passed, which will also set this value -to "global"</li> -<li>Type: "global", "user", or "project"</li> -</ul> -<p>When passed to <code>npm config</code> this refers to which config file to use.</p> -<p>When set to "global" mode, packages are installed into the <code>prefix</code> folder -instead of the current working directory. See -<a href="../configuring-npm/folders.html">folders</a> for more on the differences in behavior.</p> -<ul> -<li>packages are installed into the <code>{prefix}/lib/node_modules</code> folder, instead -of the current working directory.</li> -<li>bin files are linked to <code>{prefix}/bin</code></li> -<li>man pages are linked to <code>{prefix}/share/man</code></li> -</ul> -<h4 id="long"><code>long</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Show extended information in <code>ls</code>, <code>search</code>, and <code>help-search</code>.</p> -<h3 id="see-also">See Also</h3> -<ul> -<li><a href="../configuring-npm/folders.html">npm folders</a></li> -<li><a href="../commands/npm-config.html">npm config</a></li> -<li><a href="../configuring-npm/package-json.html">package.json</a></li> -<li><a href="../configuring-npm/npmrc.html">npmrc</a></li> -<li><a href="../commands/npm.html">npm</a></li> -</ul></div> - -<footer id="edit"> -<a href="https://github.com/npm/cli/edit/latest/docs/content/commands/npm-config.md"> -<svg role="img" viewBox="0 0 16 16" width="16" height="16" fill="currentcolor" style="vertical-align: text-bottom; margin-right: 0.3em;"> -<path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path> -</svg> -Edit this page on GitHub -</a> -</footer> -</section> - - - -</body></html> \ No newline at end of file diff --git a/software/flow/node_modules/npm/docs/output/commands/npm-dedupe.html b/software/flow/node_modules/npm/docs/output/commands/npm-dedupe.html deleted file mode 100644 index d77f4a5..0000000 --- a/software/flow/node_modules/npm/docs/output/commands/npm-dedupe.html +++ /dev/null @@ -1,387 +0,0 @@ -<!DOCTYPE html><html><head> -<meta charset="utf-8"> -<title>npm-dedupe</title> -<style> -body { - background-color: #ffffff; - color: #24292e; - - margin: 0; - - line-height: 1.5; - - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; -} -#rainbar { - height: 10px; - background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); -} - -a { - text-decoration: none; - color: #0366d6; -} -a:hover { - text-decoration: underline; -} - -pre { - margin: 1em 0px; - padding: 1em; - border: solid 1px #e1e4e8; - border-radius: 6px; - - display: block; - overflow: auto; - - white-space: pre; - - background-color: #f6f8fa; - color: #393a34; -} -code { - font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; - font-size: 85%; - padding: 0.2em 0.4em; - background-color: #f6f8fa; - color: #393a34; -} -pre > code { - padding: 0; - background-color: inherit; - color: inherit; -} -h1, h2, h3 { - font-weight: 600; -} - -#logobar { - background-color: #333333; - margin: 0 auto; - padding: 1em 4em; -} -#logobar .logo { - float: left; -} -#logobar .title { - font-weight: 600; - color: #dddddd; - float: left; - margin: 5px 0 0 1em; -} -#logobar:after { - content: ""; - display: block; - clear: both; -} - -#content { - margin: 0 auto; - padding: 0 4em; -} - -#table_of_contents > h2 { - font-size: 1.17em; -} -#table_of_contents ul:first-child { - border: solid 1px #e1e4e8; - border-radius: 6px; - padding: 1em; - background-color: #f6f8fa; - color: #393a34; -} -#table_of_contents ul { - list-style-type: none; - padding-left: 1.5em; -} -#table_of_contents li { - font-size: 0.9em; -} -#table_of_contents li a { - color: #000000; -} - -header.title { - border-bottom: solid 1px #e1e4e8; -} -header.title > h1 { - margin-bottom: 0.25em; -} -header.title > .description { - display: block; - margin-bottom: 0.5em; - line-height: 1; -} - -footer#edit { - border-top: solid 1px #e1e4e8; - margin: 3em 0 4em 0; - padding-top: 2em; -} -</style> -</head> -<body> -<div id="banner"> -<div id="rainbar"></div> -<div id="logobar"> -<svg class="logo" role="img" height="32" width="32" viewBox="0 0 700 700"> -<polygon fill="#cb0000" points="0,700 700,700 700,0 0,0"></polygon> -<polygon fill="#ffffff" points="150,550 350,550 350,250 450,250 450,550 550,550 550,150 150,150"></polygon> -</svg> -<div class="title"> -npm command-line interface -</div> -</div> -</div> - -<section id="content"> -<header class="title"> -<h1 id="npm-dedupe">npm-dedupe</h1> -<span class="description">Reduce duplication in the package tree</span> -</header> - -<section id="table_of_contents"> -<h2 id="table-of-contents">Table of contents</h2> -<div id="_table_of_contents"><ul><li><a href="#synopsis">Synopsis</a></li><li><a href="#description">Description</a></li><li><a href="#configuration">Configuration</a></li><ul><li><a href="#install-strategy"><code>install-strategy</code></a></li><li><a href="#legacy-bundling"><code>legacy-bundling</code></a></li><li><a href="#global-style"><code>global-style</code></a></li><li><a href="#strict-peer-deps"><code>strict-peer-deps</code></a></li><li><a href="#package-lock"><code>package-lock</code></a></li><li><a href="#omit"><code>omit</code></a></li><li><a href="#ignore-scripts"><code>ignore-scripts</code></a></li><li><a href="#audit"><code>audit</code></a></li><li><a href="#bin-links"><code>bin-links</code></a></li><li><a href="#fund"><code>fund</code></a></li><li><a href="#dry-run"><code>dry-run</code></a></li><li><a href="#workspace"><code>workspace</code></a></li><li><a href="#workspaces"><code>workspaces</code></a></li><li><a href="#include-workspace-root"><code>include-workspace-root</code></a></li><li><a href="#install-links"><code>install-links</code></a></li></ul><li><a href="#see-also">See Also</a></li></ul></div> -</section> - -<div id="_content"><h3 id="synopsis">Synopsis</h3> -<pre><code class="language-bash">npm dedupe - -alias: ddp -</code></pre> -<h3 id="description">Description</h3> -<p>Searches the local package tree and attempts to simplify the overall -structure by moving dependencies further up the tree, where they can -be more effectively shared by multiple dependent packages.</p> -<p>For example, consider this dependency graph:</p> -<pre><code>a -+-- b &lt;-- depends on c@1.0.x -| `-- c@1.0.3 -`-- d &lt;-- depends on c@~1.0.9 - `-- c@1.0.10 -</code></pre> -<p>In this case, <code>npm dedupe</code> will transform the tree to:</p> -<pre><code class="language-bash">a -+-- b -+-- d -`-- c@1.0.10 -</code></pre> -<p>Because of the hierarchical nature of node's module lookup, b and d -will both get their dependency met by the single c package at the root -level of the tree.</p> -<p>In some cases, you may have a dependency graph like this:</p> -<pre><code>a -+-- b &lt;-- depends on c@1.0.x -+-- c@1.0.3 -`-- d &lt;-- depends on c@1.x - `-- c@1.9.9 -</code></pre> -<p>During the installation process, the <code>c@1.0.3</code> dependency for <code>b</code> was -placed in the root of the tree. Though <code>d</code>'s dependency on <code>c@1.x</code> could -have been satisfied by <code>c@1.0.3</code>, the newer <code>c@1.9.0</code> dependency was used, -because npm favors updates by default, even when doing so causes -duplication.</p> -<p>Running <code>npm dedupe</code> will cause npm to note the duplication and -re-evaluate, deleting the nested <code>c</code> module, because the one in the root is -sufficient.</p> -<p>To prefer deduplication over novelty during the installation process, run -<code>npm install --prefer-dedupe</code> or <code>npm config set prefer-dedupe true</code>.</p> -<p>Arguments are ignored. Dedupe always acts on the entire tree.</p> -<p>Note that this operation transforms the dependency tree, but will never -result in new modules being installed.</p> -<p>Using <code>npm find-dupes</code> will run the command in <code>--dry-run</code> mode.</p> -<p>Note: <code>npm dedupe</code> will never update the semver values of direct -dependencies in your project <code>package.json</code>, if you want to update -values in <code>package.json</code> you can run: <code>npm update --save</code> instead.</p> -<h3 id="configuration">Configuration</h3> -<h4 id="install-strategy"><code>install-strategy</code></h4> -<ul> -<li>Default: "hoisted"</li> -<li>Type: "hoisted", "nested", "shallow", or "linked"</li> -</ul> -<p>Sets the strategy for installing packages in node_modules. hoisted -(default): Install non-duplicated in top-level, and duplicated as necessary -within directory structure. nested: (formerly --legacy-bundling) install in -place, no hoisting. shallow (formerly --global-style) only install direct -deps at top-level. linked: (experimental) install in node_modules/.store, -link in place, unhoisted.</p> -<h4 id="legacy-bundling"><code>legacy-bundling</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -<li>DEPRECATED: This option has been deprecated in favor of -<code>--install-strategy=nested</code></li> -</ul> -<p>Instead of hoisting package installs in <code>node_modules</code>, install packages in -the same manner that they are depended on. This may cause very deep -directory structures and duplicate package installs as there is no -de-duplicating. Sets <code>--install-strategy=nested</code>.</p> -<h4 id="global-style"><code>global-style</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -<li>DEPRECATED: This option has been deprecated in favor of -<code>--install-strategy=shallow</code></li> -</ul> -<p>Only install direct dependencies in the top level <code>node_modules</code>, but hoist -on deeper dependencies. Sets <code>--install-strategy=shallow</code>.</p> -<h4 id="strict-peer-deps"><code>strict-peer-deps</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>If set to <code>true</code>, and <code>--legacy-peer-deps</code> is not set, then <em>any</em> -conflicting <code>peerDependencies</code> will be treated as an install failure, even -if npm could reasonably guess the appropriate resolution based on non-peer -dependency relationships.</p> -<p>By default, conflicting <code>peerDependencies</code> deep in the dependency graph will -be resolved using the nearest non-peer dependency specification, even if -doing so will result in some packages receiving a peer dependency outside -the range set in their package's <code>peerDependencies</code> object.</p> -<p>When such an override is performed, a warning is printed, explaining the -conflict and the packages involved. If <code>--strict-peer-deps</code> is set, then -this warning is treated as a failure.</p> -<h4 id="package-lock"><code>package-lock</code></h4> -<ul> -<li>Default: true</li> -<li>Type: Boolean</li> -</ul> -<p>If set to false, then ignore <code>package-lock.json</code> files when installing. This -will also prevent <em>writing</em> <code>package-lock.json</code> if <code>save</code> is true.</p> -<p>This configuration does not affect <code>npm ci</code>.</p> -<h4 id="omit"><code>omit</code></h4> -<ul> -<li>Default: 'dev' if the <code>NODE_ENV</code> environment variable is set to -'production', otherwise empty.</li> -<li>Type: "dev", "optional", or "peer" (can be set multiple times)</li> -</ul> -<p>Dependency types to omit from the installation tree on disk.</p> -<p>Note that these dependencies <em>are</em> still resolved and added to the -<code>package-lock.json</code> or <code>npm-shrinkwrap.json</code> file. They are just not -physically installed on disk.</p> -<p>If a package type appears in both the <code>--include</code> and <code>--omit</code> lists, then -it will be included.</p> -<p>If the resulting omit list includes <code>'dev'</code>, then the <code>NODE_ENV</code> environment -variable will be set to <code>'production'</code> for all lifecycle scripts.</p> -<h4 id="ignore-scripts"><code>ignore-scripts</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>If true, npm does not run scripts specified in package.json files.</p> -<p>Note that commands explicitly intended to run a particular script, such as -<code>npm start</code>, <code>npm stop</code>, <code>npm restart</code>, <code>npm test</code>, and <code>npm run-script</code> -will still run their intended script if <code>ignore-scripts</code> is set, but they -will <em>not</em> run any pre- or post-scripts.</p> -<h4 id="audit"><code>audit</code></h4> -<ul> -<li>Default: true</li> -<li>Type: Boolean</li> -</ul> -<p>When "true" submit audit reports alongside the current npm command to the -default registry and all registries configured for scopes. See the -documentation for <a href="../commands/npm-audit.html"><code>npm audit</code></a> for details on what is -submitted.</p> -<h4 id="bin-links"><code>bin-links</code></h4> -<ul> -<li>Default: true</li> -<li>Type: Boolean</li> -</ul> -<p>Tells npm to create symlinks (or <code>.cmd</code> shims on Windows) for package -executables.</p> -<p>Set to false to have it not do this. This can be used to work around the -fact that some file systems don't support symlinks, even on ostensibly Unix -systems.</p> -<h4 id="fund"><code>fund</code></h4> -<ul> -<li>Default: true</li> -<li>Type: Boolean</li> -</ul> -<p>When "true" displays the message at the end of each <code>npm install</code> -acknowledging the number of dependencies looking for funding. See <a href="../commands/npm-fund.html"><code>npm fund</code></a> for details.</p> -<h4 id="dry-run"><code>dry-run</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Indicates that you don't want npm to make any changes and that it should -only report what it would have done. This can be passed into any of the -commands that modify your local installation, eg, <code>install</code>, <code>update</code>, -<code>dedupe</code>, <code>uninstall</code>, as well as <code>pack</code> and <code>publish</code>.</p> -<p>Note: This is NOT honored by other network related commands, eg <code>dist-tags</code>, -<code>owner</code>, etc.</p> -<h4 id="workspace"><code>workspace</code></h4> -<ul> -<li>Default:</li> -<li>Type: String (can be set multiple times)</li> -</ul> -<p>Enable running a command in the context of the configured workspaces of the -current project while filtering by running only the workspaces defined by -this configuration option.</p> -<p>Valid values for the <code>workspace</code> config are either:</p> -<ul> -<li>Workspace names</li> -<li>Path to a workspace directory</li> -<li>Path to a parent workspace directory (will result in selecting all -workspaces within that folder)</li> -</ul> -<p>When set for the <code>npm init</code> command, this may be set to the folder of a -workspace which does not yet exist, to create the folder and set it up as a -brand new workspace within the project.</p> -<p>This value is not exported to the environment for child processes.</p> -<h4 id="workspaces"><code>workspaces</code></h4> -<ul> -<li>Default: null</li> -<li>Type: null or Boolean</li> -</ul> -<p>Set to true to run the command in the context of <strong>all</strong> configured -workspaces.</p> -<p>Explicitly setting this to false will cause commands like <code>install</code> to -ignore workspaces altogether. When not set explicitly:</p> -<ul> -<li>Commands that operate on the <code>node_modules</code> tree (install, update, etc.) -will link workspaces into the <code>node_modules</code> folder. - Commands that do -other things (test, exec, publish, etc.) will operate on the root project, -<em>unless</em> one or more workspaces are specified in the <code>workspace</code> config.</li> -</ul> -<p>This value is not exported to the environment for child processes.</p> -<h4 id="include-workspace-root"><code>include-workspace-root</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Include the workspace root when workspaces are enabled for a command.</p> -<p>When false, specifying individual workspaces via the <code>workspace</code> config, or -all workspaces via the <code>workspaces</code> flag, will cause npm to operate only on -the specified workspaces, and not on the root project.</p> -<p>This value is not exported to the environment for child processes.</p> -<h4 id="install-links"><code>install-links</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>When set file: protocol dependencies will be packed and installed as regular -dependencies instead of creating a symlink. This option has no effect on -workspaces.</p> -<h3 id="see-also">See Also</h3> -<ul> -<li><a href="../commands/npm-find-dupes.html">npm find-dupes</a></li> -<li><a href="../commands/npm-ls.html">npm ls</a></li> -<li><a href="../commands/npm-update.html">npm update</a></li> -<li><a href="../commands/npm-install.html">npm install</a></li> -</ul></div> - -<footer id="edit"> -<a href="https://github.com/npm/cli/edit/latest/docs/content/commands/npm-dedupe.md"> -<svg role="img" viewBox="0 0 16 16" width="16" height="16" fill="currentcolor" style="vertical-align: text-bottom; margin-right: 0.3em;"> -<path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path> -</svg> -Edit this page on GitHub -</a> -</footer> -</section> - - - -</body></html> \ No newline at end of file diff --git a/software/flow/node_modules/npm/docs/output/commands/npm-deprecate.html b/software/flow/node_modules/npm/docs/output/commands/npm-deprecate.html deleted file mode 100644 index f332437..0000000 --- a/software/flow/node_modules/npm/docs/output/commands/npm-deprecate.html +++ /dev/null @@ -1,206 +0,0 @@ -<!DOCTYPE html><html><head> -<meta charset="utf-8"> -<title>npm-deprecate</title> -<style> -body { - background-color: #ffffff; - color: #24292e; - - margin: 0; - - line-height: 1.5; - - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; -} -#rainbar { - height: 10px; - background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); -} - -a { - text-decoration: none; - color: #0366d6; -} -a:hover { - text-decoration: underline; -} - -pre { - margin: 1em 0px; - padding: 1em; - border: solid 1px #e1e4e8; - border-radius: 6px; - - display: block; - overflow: auto; - - white-space: pre; - - background-color: #f6f8fa; - color: #393a34; -} -code { - font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; - font-size: 85%; - padding: 0.2em 0.4em; - background-color: #f6f8fa; - color: #393a34; -} -pre > code { - padding: 0; - background-color: inherit; - color: inherit; -} -h1, h2, h3 { - font-weight: 600; -} - -#logobar { - background-color: #333333; - margin: 0 auto; - padding: 1em 4em; -} -#logobar .logo { - float: left; -} -#logobar .title { - font-weight: 600; - color: #dddddd; - float: left; - margin: 5px 0 0 1em; -} -#logobar:after { - content: ""; - display: block; - clear: both; -} - -#content { - margin: 0 auto; - padding: 0 4em; -} - -#table_of_contents > h2 { - font-size: 1.17em; -} -#table_of_contents ul:first-child { - border: solid 1px #e1e4e8; - border-radius: 6px; - padding: 1em; - background-color: #f6f8fa; - color: #393a34; -} -#table_of_contents ul { - list-style-type: none; - padding-left: 1.5em; -} -#table_of_contents li { - font-size: 0.9em; -} -#table_of_contents li a { - color: #000000; -} - -header.title { - border-bottom: solid 1px #e1e4e8; -} -header.title > h1 { - margin-bottom: 0.25em; -} -header.title > .description { - display: block; - margin-bottom: 0.5em; - line-height: 1; -} - -footer#edit { - border-top: solid 1px #e1e4e8; - margin: 3em 0 4em 0; - padding-top: 2em; -} -</style> -</head> -<body> -<div id="banner"> -<div id="rainbar"></div> -<div id="logobar"> -<svg class="logo" role="img" height="32" width="32" viewBox="0 0 700 700"> -<polygon fill="#cb0000" points="0,700 700,700 700,0 0,0"></polygon> -<polygon fill="#ffffff" points="150,550 350,550 350,250 450,250 450,550 550,550 550,150 150,150"></polygon> -</svg> -<div class="title"> -npm command-line interface -</div> -</div> -</div> - -<section id="content"> -<header class="title"> -<h1 id="npm-deprecate">npm-deprecate</h1> -<span class="description">Deprecate a version of a package</span> -</header> - -<section id="table_of_contents"> -<h2 id="table-of-contents">Table of contents</h2> -<div id="_table_of_contents"><ul><li><a href="#synopsis">Synopsis</a></li><li><a href="#description">Description</a></li><li><a href="#configuration">Configuration</a></li><ul><li><a href="#registry"><code>registry</code></a></li><li><a href="#otp"><code>otp</code></a></li></ul><li><a href="#see-also">See Also</a></li></ul></div> -</section> - -<div id="_content"><h3 id="synopsis">Synopsis</h3> -<pre><code class="language-bash">npm deprecate &lt;package-spec&gt; &lt;message&gt; -</code></pre> -<p>Note: This command is unaware of workspaces.</p> -<h3 id="description">Description</h3> -<p>This command will update the npm registry entry for a package, providing a -deprecation warning to all who attempt to install it.</p> -<p>It works on <a href="https://semver.npmjs.com/">version ranges</a> as well as specific -versions, so you can do something like this:</p> -<pre><code class="language-bash">npm deprecate my-thing@"&lt; 0.2.3" "critical bug fixed in v0.2.3" -</code></pre> -<p>SemVer ranges passed to this command are interpreted such that they <em>do</em> -include prerelease versions. For example:</p> -<pre><code class="language-bash">npm deprecate my-thing@1.x "1.x is no longer supported" -</code></pre> -<p>In this case, a version <code>my-thing@1.0.0-beta.0</code> will also be deprecated.</p> -<p>You must be the package owner to deprecate something. See the <code>owner</code> and -<code>adduser</code> help topics.</p> -<p>To un-deprecate a package, specify an empty string (<code>""</code>) for the <code>message</code> -argument. Note that you must use double quotes with no space between them to -format an empty string.</p> -<h3 id="configuration">Configuration</h3> -<h4 id="registry"><code>registry</code></h4> -<ul> -<li>Default: "<a href="https://registry.npmjs.org/">https://registry.npmjs.org/</a>"</li> -<li>Type: URL</li> -</ul> -<p>The base URL of the npm registry.</p> -<h4 id="otp"><code>otp</code></h4> -<ul> -<li>Default: null</li> -<li>Type: null or String</li> -</ul> -<p>This is a one-time password from a two-factor authenticator. It's needed -when publishing or changing package permissions with <code>npm access</code>.</p> -<p>If not set, and a registry response fails with a challenge for a one-time -password, npm will prompt on the command line for one.</p> -<h3 id="see-also">See Also</h3> -<ul> -<li><a href="../using-npm/package-spec.html">package spec</a></li> -<li><a href="../commands/npm-publish.html">npm publish</a></li> -<li><a href="../using-npm/registry.html">npm registry</a></li> -<li><a href="../commands/npm-owner.html">npm owner</a></li> -<li><a href="../commands/npm-adduser.html">npm adduser</a></li> -</ul></div> - -<footer id="edit"> -<a href="https://github.com/npm/cli/edit/latest/docs/content/commands/npm-deprecate.md"> -<svg role="img" viewBox="0 0 16 16" width="16" height="16" fill="currentcolor" style="vertical-align: text-bottom; margin-right: 0.3em;"> -<path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path> -</svg> -Edit this page on GitHub -</a> -</footer> -</section> - - - -</body></html> \ No newline at end of file diff --git a/software/flow/node_modules/npm/docs/output/commands/npm-diff.html b/software/flow/node_modules/npm/docs/output/commands/npm-diff.html deleted file mode 100644 index 13569c8..0000000 --- a/software/flow/node_modules/npm/docs/output/commands/npm-diff.html +++ /dev/null @@ -1,398 +0,0 @@ -<!DOCTYPE html><html><head> -<meta charset="utf-8"> -<title>npm-diff</title> -<style> -body { - background-color: #ffffff; - color: #24292e; - - margin: 0; - - line-height: 1.5; - - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; -} -#rainbar { - height: 10px; - background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); -} - -a { - text-decoration: none; - color: #0366d6; -} -a:hover { - text-decoration: underline; -} - -pre { - margin: 1em 0px; - padding: 1em; - border: solid 1px #e1e4e8; - border-radius: 6px; - - display: block; - overflow: auto; - - white-space: pre; - - background-color: #f6f8fa; - color: #393a34; -} -code { - font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; - font-size: 85%; - padding: 0.2em 0.4em; - background-color: #f6f8fa; - color: #393a34; -} -pre > code { - padding: 0; - background-color: inherit; - color: inherit; -} -h1, h2, h3 { - font-weight: 600; -} - -#logobar { - background-color: #333333; - margin: 0 auto; - padding: 1em 4em; -} -#logobar .logo { - float: left; -} -#logobar .title { - font-weight: 600; - color: #dddddd; - float: left; - margin: 5px 0 0 1em; -} -#logobar:after { - content: ""; - display: block; - clear: both; -} - -#content { - margin: 0 auto; - padding: 0 4em; -} - -#table_of_contents > h2 { - font-size: 1.17em; -} -#table_of_contents ul:first-child { - border: solid 1px #e1e4e8; - border-radius: 6px; - padding: 1em; - background-color: #f6f8fa; - color: #393a34; -} -#table_of_contents ul { - list-style-type: none; - padding-left: 1.5em; -} -#table_of_contents li { - font-size: 0.9em; -} -#table_of_contents li a { - color: #000000; -} - -header.title { - border-bottom: solid 1px #e1e4e8; -} -header.title > h1 { - margin-bottom: 0.25em; -} -header.title > .description { - display: block; - margin-bottom: 0.5em; - line-height: 1; -} - -footer#edit { - border-top: solid 1px #e1e4e8; - margin: 3em 0 4em 0; - padding-top: 2em; -} -</style> -</head> -<body> -<div id="banner"> -<div id="rainbar"></div> -<div id="logobar"> -<svg class="logo" role="img" height="32" width="32" viewBox="0 0 700 700"> -<polygon fill="#cb0000" points="0,700 700,700 700,0 0,0"></polygon> -<polygon fill="#ffffff" points="150,550 350,550 350,250 450,250 450,550 550,550 550,150 150,150"></polygon> -</svg> -<div class="title"> -npm command-line interface -</div> -</div> -</div> - -<section id="content"> -<header class="title"> -<h1 id="npm-diff">npm-diff</h1> -<span class="description">The registry diff command</span> -</header> - -<section id="table_of_contents"> -<h2 id="table-of-contents">Table of contents</h2> -<div id="_table_of_contents"><ul><li><a href="#see-also">See Also</a></li></ul></div> -</section> - -<div id="_content"><h3 id="synopsis">Synopsis</h3> -<pre><code class="language-bash">npm diff [...&lt;paths&gt;] -</code></pre> -<h3 id="description">Description</h3> -<p>Similar to its <code>git diff</code> counterpart, this command will print diff patches -of files for packages published to the npm registry.</p> -<ul> -<li> -<p><code>npm diff --diff=&lt;spec-a&gt; --diff=&lt;spec-b&gt;</code></p> -<p>Compares two package versions using their registry specifiers, e.g: -<code>npm diff --diff=pkg@1.0.0 --diff=pkg@^2.0.0</code>. It's also possible to -compare across forks of any package, -e.g: <code>npm diff --diff=pkg@1.0.0 --diff=pkg-fork@1.0.0</code>.</p> -<p>Any valid spec can be used, so that it's also possible to compare -directories or git repositories, -e.g: <code>npm diff --diff=pkg@latest --diff=./packages/pkg</code></p> -<p>Here's an example comparing two different versions of a package named -<code>abbrev</code> from the registry:</p> -<pre><code class="language-bash">npm diff --diff=abbrev@1.1.0 --diff=abbrev@1.1.1 -</code></pre> -<p>On success, output looks like:</p> -<pre><code class="language-bash">diff --git a/package.json b/package.json -index v1.1.0..v1.1.1 100644 ---- a/package.json -+++ b/package.json -@@ -1,6 +1,6 @@ - { - "name": "abbrev", -- "version": "1.1.0", -+ "version": "1.1.1", - "description": "Like ruby's abbrev module, but in js", - "author": "Isaac Z. Schlueter &lt;i@izs.me&gt;", - "main": "abbrev.js", -</code></pre> -<p>Given the flexible nature of npm specs, you can also target local -directories or git repos just like when using <code>npm install</code>:</p> -<pre><code class="language-bash">npm diff --diff=https://github.com/npm/libnpmdiff --diff=./local-path -</code></pre> -<p>In the example above we can compare the contents from the package installed -from the git repo at <code>github.com/npm/libnpmdiff</code> with the contents of the -<code>./local-path</code> that contains a valid package, such as a modified copy of -the original.</p> -</li> -<li> -<p><code>npm diff</code> (in a package directory, no arguments):</p> -<p>If the package is published to the registry, <code>npm diff</code> will fetch the -tarball version tagged as <code>latest</code> (this value can be configured using the -<code>tag</code> option) and proceed to compare the contents of files present in that -tarball, with the current files in your local file system.</p> -<p>This workflow provides a handy way for package authors to see what -package-tracked files have been changed in comparison with the latest -published version of that package.</p> -</li> -<li> -<p><code>npm diff --diff=&lt;pkg-name&gt;</code> (in a package directory):</p> -<p>When using a single package name (with no version or tag specifier) as an -argument, <code>npm diff</code> will work in a similar way to -<a href="npm-outdated"><code>npm-outdated</code></a> and reach for the registry to figure out -what current published version of the package named <code>&lt;pkg-name&gt;</code> -will satisfy its dependent declared semver-range. Once that specific -version is known <code>npm diff</code> will print diff patches comparing the -current version of <code>&lt;pkg-name&gt;</code> found in the local file system with -that specific version returned by the registry.</p> -<p>Given a package named <code>abbrev</code> that is currently installed:</p> -<pre><code class="language-bash">npm diff --diff=abbrev -</code></pre> -<p>That will request from the registry its most up to date version and -will print a diff output comparing the currently installed version to this -newer one if the version numbers are not the same.</p> -</li> -<li> -<p><code>npm diff --diff=&lt;spec-a&gt;</code> (in a package directory):</p> -<p>Similar to using only a single package name, it's also possible to declare -a full registry specifier version if you wish to compare the local version -of an installed package with the specific version/tag/semver-range provided -in <code>&lt;spec-a&gt;</code>.</p> -<p>An example: assuming <code>pkg@1.0.0</code> is installed in the current <code>node_modules</code> -folder, running:</p> -<pre><code class="language-bash">npm diff --diff=pkg@2.0.0 -</code></pre> -<p>It will effectively be an alias to -<code>npm diff --diff=pkg@1.0.0 --diff=pkg@2.0.0</code>.</p> -</li> -<li> -<p><code>npm diff --diff=&lt;semver-a&gt; [--diff=&lt;semver-b&gt;]</code> (in a package directory):</p> -<p>Using <code>npm diff</code> along with semver-valid version numbers is a shorthand -to compare different versions of the current package.</p> -<p>It needs to be run from a package directory, such that for a package named -<code>pkg</code> running <code>npm diff --diff=1.0.0 --diff=1.0.1</code> is the same as running -<code>npm diff --diff=pkg@1.0.0 --diff=pkg@1.0.1</code>.</p> -<p>If only a single argument <code>&lt;version-a&gt;</code> is provided, then the current local -file system is going to be compared against that version.</p> -<p>Here's an example comparing two specific versions (published to the -configured registry) of the current project directory:</p> -<pre><code class="language-bash">npm diff --diff=1.0.0 --diff=1.1.0 -</code></pre> -</li> -</ul> -<p>Note that tag names are not valid <code>--diff</code> argument values, if you wish to -compare to a published tag, you must use the <code>pkg@tagname</code> syntax.</p> -<h4 id="filtering-files">Filtering files</h4> -<p>It's possible to also specify positional arguments using file names or globs -pattern matching in order to limit the result of diff patches to only a subset -of files for a given package, e.g:</p> -<pre><code class="language-bash">npm diff --diff=pkg@2 ./lib/ CHANGELOG.md -</code></pre> -<p>In the example above the diff output is only going to print contents of files -located within the folder <code>./lib/</code> and changed lines of code within the -<code>CHANGELOG.md</code> file.</p> -<h3 id="configuration">Configuration</h3> -<h4 id="diff"><code>diff</code></h4> -<ul> -<li>Default:</li> -<li>Type: String (can be set multiple times)</li> -</ul> -<p>Define arguments to compare in <code>npm diff</code>.</p> -<h4 id="diff-name-only"><code>diff-name-only</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Prints only filenames when using <code>npm diff</code>.</p> -<h4 id="diff-unified"><code>diff-unified</code></h4> -<ul> -<li>Default: 3</li> -<li>Type: Number</li> -</ul> -<p>The number of lines of context to print in <code>npm diff</code>.</p> -<h4 id="diff-ignore-all-space"><code>diff-ignore-all-space</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Ignore whitespace when comparing lines in <code>npm diff</code>.</p> -<h4 id="diff-no-prefix"><code>diff-no-prefix</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Do not show any source or destination prefix in <code>npm diff</code> output.</p> -<p>Note: this causes <code>npm diff</code> to ignore the <code>--diff-src-prefix</code> and -<code>--diff-dst-prefix</code> configs.</p> -<h4 id="diff-src-prefix"><code>diff-src-prefix</code></h4> -<ul> -<li>Default: "a/"</li> -<li>Type: String</li> -</ul> -<p>Source prefix to be used in <code>npm diff</code> output.</p> -<h4 id="diff-dst-prefix"><code>diff-dst-prefix</code></h4> -<ul> -<li>Default: "b/"</li> -<li>Type: String</li> -</ul> -<p>Destination prefix to be used in <code>npm diff</code> output.</p> -<h4 id="diff-text"><code>diff-text</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Treat all files as text in <code>npm diff</code>.</p> -<h4 id="global"><code>global</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Operates in "global" mode, so that packages are installed into the <code>prefix</code> -folder instead of the current working directory. See -<a href="../configuring-npm/folders.html">folders</a> for more on the differences in behavior.</p> -<ul> -<li>packages are installed into the <code>{prefix}/lib/node_modules</code> folder, instead -of the current working directory.</li> -<li>bin files are linked to <code>{prefix}/bin</code></li> -<li>man pages are linked to <code>{prefix}/share/man</code></li> -</ul> -<h4 id="tag"><code>tag</code></h4> -<ul> -<li>Default: "latest"</li> -<li>Type: String</li> -</ul> -<p>If you ask npm to install a package and don't tell it a specific version, -then it will install the specified tag.</p> -<p>Also the tag that is added to the package@version specified by the <code>npm tag</code> -command, if no explicit tag is given.</p> -<p>When used by the <code>npm diff</code> command, this is the tag used to fetch the -tarball that will be compared with the local files by default.</p> -<h4 id="workspace"><code>workspace</code></h4> -<ul> -<li>Default:</li> -<li>Type: String (can be set multiple times)</li> -</ul> -<p>Enable running a command in the context of the configured workspaces of the -current project while filtering by running only the workspaces defined by -this configuration option.</p> -<p>Valid values for the <code>workspace</code> config are either:</p> -<ul> -<li>Workspace names</li> -<li>Path to a workspace directory</li> -<li>Path to a parent workspace directory (will result in selecting all -workspaces within that folder)</li> -</ul> -<p>When set for the <code>npm init</code> command, this may be set to the folder of a -workspace which does not yet exist, to create the folder and set it up as a -brand new workspace within the project.</p> -<p>This value is not exported to the environment for child processes.</p> -<h4 id="workspaces"><code>workspaces</code></h4> -<ul> -<li>Default: null</li> -<li>Type: null or Boolean</li> -</ul> -<p>Set to true to run the command in the context of <strong>all</strong> configured -workspaces.</p> -<p>Explicitly setting this to false will cause commands like <code>install</code> to -ignore workspaces altogether. When not set explicitly:</p> -<ul> -<li>Commands that operate on the <code>node_modules</code> tree (install, update, etc.) -will link workspaces into the <code>node_modules</code> folder. - Commands that do -other things (test, exec, publish, etc.) will operate on the root project, -<em>unless</em> one or more workspaces are specified in the <code>workspace</code> config.</li> -</ul> -<p>This value is not exported to the environment for child processes.</p> -<h4 id="include-workspace-root"><code>include-workspace-root</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Include the workspace root when workspaces are enabled for a command.</p> -<p>When false, specifying individual workspaces via the <code>workspace</code> config, or -all workspaces via the <code>workspaces</code> flag, will cause npm to operate only on -the specified workspaces, and not on the root project.</p> -<p>This value is not exported to the environment for child processes.</p> -<h2 id="see-also">See Also</h2> -<ul> -<li><a href="../commands/npm-outdated.html">npm outdated</a></li> -<li><a href="../commands/npm-install.html">npm install</a></li> -<li><a href="../commands/npm-config.html">npm config</a></li> -<li><a href="../using-npm/registry.html">npm registry</a></li> -</ul></div> - -<footer id="edit"> -<a href="https://github.com/npm/cli/edit/latest/docs/content/commands/npm-diff.md"> -<svg role="img" viewBox="0 0 16 16" width="16" height="16" fill="currentcolor" style="vertical-align: text-bottom; margin-right: 0.3em;"> -<path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path> -</svg> -Edit this page on GitHub -</a> -</footer> -</section> - - - -</body></html> \ No newline at end of file diff --git a/software/flow/node_modules/npm/docs/output/commands/npm-dist-tag.html b/software/flow/node_modules/npm/docs/output/commands/npm-dist-tag.html deleted file mode 100644 index 1e75f62..0000000 --- a/software/flow/node_modules/npm/docs/output/commands/npm-dist-tag.html +++ /dev/null @@ -1,281 +0,0 @@ -<!DOCTYPE html><html><head> -<meta charset="utf-8"> -<title>npm-dist-tag</title> -<style> -body { - background-color: #ffffff; - color: #24292e; - - margin: 0; - - line-height: 1.5; - - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; -} -#rainbar { - height: 10px; - background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); -} - -a { - text-decoration: none; - color: #0366d6; -} -a:hover { - text-decoration: underline; -} - -pre { - margin: 1em 0px; - padding: 1em; - border: solid 1px #e1e4e8; - border-radius: 6px; - - display: block; - overflow: auto; - - white-space: pre; - - background-color: #f6f8fa; - color: #393a34; -} -code { - font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; - font-size: 85%; - padding: 0.2em 0.4em; - background-color: #f6f8fa; - color: #393a34; -} -pre > code { - padding: 0; - background-color: inherit; - color: inherit; -} -h1, h2, h3 { - font-weight: 600; -} - -#logobar { - background-color: #333333; - margin: 0 auto; - padding: 1em 4em; -} -#logobar .logo { - float: left; -} -#logobar .title { - font-weight: 600; - color: #dddddd; - float: left; - margin: 5px 0 0 1em; -} -#logobar:after { - content: ""; - display: block; - clear: both; -} - -#content { - margin: 0 auto; - padding: 0 4em; -} - -#table_of_contents > h2 { - font-size: 1.17em; -} -#table_of_contents ul:first-child { - border: solid 1px #e1e4e8; - border-radius: 6px; - padding: 1em; - background-color: #f6f8fa; - color: #393a34; -} -#table_of_contents ul { - list-style-type: none; - padding-left: 1.5em; -} -#table_of_contents li { - font-size: 0.9em; -} -#table_of_contents li a { - color: #000000; -} - -header.title { - border-bottom: solid 1px #e1e4e8; -} -header.title > h1 { - margin-bottom: 0.25em; -} -header.title > .description { - display: block; - margin-bottom: 0.5em; - line-height: 1; -} - -footer#edit { - border-top: solid 1px #e1e4e8; - margin: 3em 0 4em 0; - padding-top: 2em; -} -</style> -</head> -<body> -<div id="banner"> -<div id="rainbar"></div> -<div id="logobar"> -<svg class="logo" role="img" height="32" width="32" viewBox="0 0 700 700"> -<polygon fill="#cb0000" points="0,700 700,700 700,0 0,0"></polygon> -<polygon fill="#ffffff" points="150,550 350,550 350,250 450,250 450,550 550,550 550,150 150,150"></polygon> -</svg> -<div class="title"> -npm command-line interface -</div> -</div> -</div> - -<section id="content"> -<header class="title"> -<h1 id="npm-dist-tag">npm-dist-tag</h1> -<span class="description">Modify package distribution tags</span> -</header> - -<section id="table_of_contents"> -<h2 id="table-of-contents">Table of contents</h2> -<div id="_table_of_contents"><ul><li><a href="#synopsis">Synopsis</a></li><li><a href="#description">Description</a></li><li><a href="#purpose">Purpose</a></li><li><a href="#caveats">Caveats</a></li><li><a href="#configuration">Configuration</a></li><ul><li><a href="#workspace"><code>workspace</code></a></li><li><a href="#workspaces"><code>workspaces</code></a></li><li><a href="#include-workspace-root"><code>include-workspace-root</code></a></li></ul><li><a href="#see-also">See Also</a></li></ul></div> -</section> - -<div id="_content"><h3 id="synopsis">Synopsis</h3> -<pre><code class="language-bash">npm dist-tag add &lt;package-spec (with version)&gt; [&lt;tag&gt;] -npm dist-tag rm &lt;package-spec&gt; &lt;tag&gt; -npm dist-tag ls [&lt;package-spec&gt;] - -alias: dist-tags -</code></pre> -<h3 id="description">Description</h3> -<p>Add, remove, and enumerate distribution tags on a package:</p> -<ul> -<li> -<p>add: Tags the specified version of the package with the specified tag, -or the <a href="../using-npm/config#tag.html"><code>--tag</code> config</a> if not specified. If you have -two-factor authentication on auth-and-writes then you’ll need to include a -one-time password on the command line with -<code>--otp &lt;one-time password&gt;</code>, or go through a second factor flow based on your <code>authtype</code>.</p> -</li> -<li> -<p>rm: Clear a tag that is no longer in use from the package. If you have -two-factor authentication on auth-and-writes then you’ll need to include -a one-time password on the command line with <code>--otp &lt;one-time password&gt;</code>, -or go through a second factor flow based on your <code>authtype</code></p> -</li> -<li> -<p>ls: Show all of the dist-tags for a package, defaulting to the package in -the current prefix. This is the default action if none is specified.</p> -</li> -</ul> -<p>A tag can be used when installing packages as a reference to a version instead -of using a specific version number:</p> -<pre><code class="language-bash">npm install &lt;name&gt;@&lt;tag&gt; -</code></pre> -<p>When installing dependencies, a preferred tagged version may be specified:</p> -<pre><code class="language-bash">npm install --tag &lt;tag&gt; -</code></pre> -<p>(This also applies to any other commands that resolve and install -dependencies, such as <code>npm dedupe</code>, <code>npm update</code>, and <code>npm audit fix</code>.)</p> -<p>Publishing a package sets the <code>latest</code> tag to the published version unless the -<code>--tag</code> option is used. For example, <code>npm publish --tag=beta</code>.</p> -<p>By default, <code>npm install &lt;pkg&gt;</code> (without any <code>@&lt;version&gt;</code> or <code>@&lt;tag&gt;</code> -specifier) installs the <code>latest</code> tag.</p> -<h3 id="purpose">Purpose</h3> -<p>Tags can be used to provide an alias instead of version numbers.</p> -<p>For example, a project might choose to have multiple streams of development -and use a different tag for each stream, e.g., <code>stable</code>, <code>beta</code>, <code>dev</code>, -<code>canary</code>.</p> -<p>By default, the <code>latest</code> tag is used by npm to identify the current version -of a package, and <code>npm install &lt;pkg&gt;</code> (without any <code>@&lt;version&gt;</code> or <code>@&lt;tag&gt;</code> -specifier) installs the <code>latest</code> tag. Typically, projects only use the -<code>latest</code> tag for stable release versions, and use other tags for unstable -versions such as prereleases.</p> -<p>The <code>next</code> tag is used by some projects to identify the upcoming version.</p> -<p>Other than <code>latest</code>, no tag has any special significance to npm itself.</p> -<h3 id="caveats">Caveats</h3> -<p>This command used to be known as <code>npm tag</code>, which only created new tags, -and so had a different syntax.</p> -<p>Tags must share a namespace with version numbers, because they are -specified in the same slot: <code>npm install &lt;pkg&gt;@&lt;version&gt;</code> vs -<code>npm install &lt;pkg&gt;@&lt;tag&gt;</code>.</p> -<p>Tags that can be interpreted as valid semver ranges will be rejected. For -example, <code>v1.4</code> cannot be used as a tag, because it is interpreted by -semver as <code>&gt;=1.4.0 &lt;1.5.0</code>. See <a href="https://github.com/npm/npm/issues/6082">https://github.com/npm/npm/issues/6082</a>.</p> -<p>The simplest way to avoid semver problems with tags is to use tags that do -not begin with a number or the letter <code>v</code>.</p> -<h3 id="configuration">Configuration</h3> -<h4 id="workspace"><code>workspace</code></h4> -<ul> -<li>Default:</li> -<li>Type: String (can be set multiple times)</li> -</ul> -<p>Enable running a command in the context of the configured workspaces of the -current project while filtering by running only the workspaces defined by -this configuration option.</p> -<p>Valid values for the <code>workspace</code> config are either:</p> -<ul> -<li>Workspace names</li> -<li>Path to a workspace directory</li> -<li>Path to a parent workspace directory (will result in selecting all -workspaces within that folder)</li> -</ul> -<p>When set for the <code>npm init</code> command, this may be set to the folder of a -workspace which does not yet exist, to create the folder and set it up as a -brand new workspace within the project.</p> -<p>This value is not exported to the environment for child processes.</p> -<h4 id="workspaces"><code>workspaces</code></h4> -<ul> -<li>Default: null</li> -<li>Type: null or Boolean</li> -</ul> -<p>Set to true to run the command in the context of <strong>all</strong> configured -workspaces.</p> -<p>Explicitly setting this to false will cause commands like <code>install</code> to -ignore workspaces altogether. When not set explicitly:</p> -<ul> -<li>Commands that operate on the <code>node_modules</code> tree (install, update, etc.) -will link workspaces into the <code>node_modules</code> folder. - Commands that do -other things (test, exec, publish, etc.) will operate on the root project, -<em>unless</em> one or more workspaces are specified in the <code>workspace</code> config.</li> -</ul> -<p>This value is not exported to the environment for child processes.</p> -<h4 id="include-workspace-root"><code>include-workspace-root</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Include the workspace root when workspaces are enabled for a command.</p> -<p>When false, specifying individual workspaces via the <code>workspace</code> config, or -all workspaces via the <code>workspaces</code> flag, will cause npm to operate only on -the specified workspaces, and not on the root project.</p> -<p>This value is not exported to the environment for child processes.</p> -<h3 id="see-also">See Also</h3> -<ul> -<li><a href="../using-npm/package-spec.html">package spec</a></li> -<li><a href="../commands/npm-publish.html">npm publish</a></li> -<li><a href="../commands/npm-install.html">npm install</a></li> -<li><a href="../commands/npm-dedupe.html">npm dedupe</a></li> -<li><a href="../using-npm/registry.html">npm registry</a></li> -<li><a href="../commands/npm-config.html">npm config</a></li> -<li><a href="../configuring-npm/npmrc.html">npmrc</a></li> -</ul></div> - -<footer id="edit"> -<a href="https://github.com/npm/cli/edit/latest/docs/content/commands/npm-dist-tag.md"> -<svg role="img" viewBox="0 0 16 16" width="16" height="16" fill="currentcolor" style="vertical-align: text-bottom; margin-right: 0.3em;"> -<path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path> -</svg> -Edit this page on GitHub -</a> -</footer> -</section> - - - -</body></html> \ No newline at end of file diff --git a/software/flow/node_modules/npm/docs/output/commands/npm-docs.html b/software/flow/node_modules/npm/docs/output/commands/npm-docs.html deleted file mode 100644 index 5388543..0000000 --- a/software/flow/node_modules/npm/docs/output/commands/npm-docs.html +++ /dev/null @@ -1,242 +0,0 @@ -<!DOCTYPE html><html><head> -<meta charset="utf-8"> -<title>npm-docs</title> -<style> -body { - background-color: #ffffff; - color: #24292e; - - margin: 0; - - line-height: 1.5; - - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; -} -#rainbar { - height: 10px; - background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); -} - -a { - text-decoration: none; - color: #0366d6; -} -a:hover { - text-decoration: underline; -} - -pre { - margin: 1em 0px; - padding: 1em; - border: solid 1px #e1e4e8; - border-radius: 6px; - - display: block; - overflow: auto; - - white-space: pre; - - background-color: #f6f8fa; - color: #393a34; -} -code { - font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; - font-size: 85%; - padding: 0.2em 0.4em; - background-color: #f6f8fa; - color: #393a34; -} -pre > code { - padding: 0; - background-color: inherit; - color: inherit; -} -h1, h2, h3 { - font-weight: 600; -} - -#logobar { - background-color: #333333; - margin: 0 auto; - padding: 1em 4em; -} -#logobar .logo { - float: left; -} -#logobar .title { - font-weight: 600; - color: #dddddd; - float: left; - margin: 5px 0 0 1em; -} -#logobar:after { - content: ""; - display: block; - clear: both; -} - -#content { - margin: 0 auto; - padding: 0 4em; -} - -#table_of_contents > h2 { - font-size: 1.17em; -} -#table_of_contents ul:first-child { - border: solid 1px #e1e4e8; - border-radius: 6px; - padding: 1em; - background-color: #f6f8fa; - color: #393a34; -} -#table_of_contents ul { - list-style-type: none; - padding-left: 1.5em; -} -#table_of_contents li { - font-size: 0.9em; -} -#table_of_contents li a { - color: #000000; -} - -header.title { - border-bottom: solid 1px #e1e4e8; -} -header.title > h1 { - margin-bottom: 0.25em; -} -header.title > .description { - display: block; - margin-bottom: 0.5em; - line-height: 1; -} - -footer#edit { - border-top: solid 1px #e1e4e8; - margin: 3em 0 4em 0; - padding-top: 2em; -} -</style> -</head> -<body> -<div id="banner"> -<div id="rainbar"></div> -<div id="logobar"> -<svg class="logo" role="img" height="32" width="32" viewBox="0 0 700 700"> -<polygon fill="#cb0000" points="0,700 700,700 700,0 0,0"></polygon> -<polygon fill="#ffffff" points="150,550 350,550 350,250 450,250 450,550 550,550 550,150 150,150"></polygon> -</svg> -<div class="title"> -npm command-line interface -</div> -</div> -</div> - -<section id="content"> -<header class="title"> -<h1 id="npm-docs">npm-docs</h1> -<span class="description">Open documentation for a package in a web browser</span> -</header> - -<section id="table_of_contents"> -<h2 id="table-of-contents">Table of contents</h2> -<div id="_table_of_contents"><ul><li><a href="#synopsis">Synopsis</a></li><li><a href="#description">Description</a></li><li><a href="#configuration">Configuration</a></li><ul><li><a href="#browser"><code>browser</code></a></li><li><a href="#registry"><code>registry</code></a></li><li><a href="#workspace"><code>workspace</code></a></li><li><a href="#workspaces"><code>workspaces</code></a></li><li><a href="#include-workspace-root"><code>include-workspace-root</code></a></li></ul><li><a href="#see-also">See Also</a></li></ul></div> -</section> - -<div id="_content"><h3 id="synopsis">Synopsis</h3> -<pre><code class="language-bash">npm docs [&lt;pkgname&gt; [&lt;pkgname&gt; ...]] - -alias: home -</code></pre> -<h3 id="description">Description</h3> -<p>This command tries to guess at the likely location of a package's -documentation URL, and then tries to open it using the -<a href="../using-npm/config#browser.html"><code>--browser</code> config</a> param. You can pass multiple -package names at once. If no package name is provided, it will search for a -<code>package.json</code> in the current folder and use the <code>name</code> property.</p> -<h3 id="configuration">Configuration</h3> -<h4 id="browser"><code>browser</code></h4> -<ul> -<li>Default: OS X: <code>"open"</code>, Windows: <code>"start"</code>, Others: <code>"xdg-open"</code></li> -<li>Type: null, Boolean, or String</li> -</ul> -<p>The browser that is called by npm commands to open websites.</p> -<p>Set to <code>false</code> to suppress browser behavior and instead print urls to -terminal.</p> -<p>Set to <code>true</code> to use default system URL opener.</p> -<h4 id="registry"><code>registry</code></h4> -<ul> -<li>Default: "<a href="https://registry.npmjs.org/">https://registry.npmjs.org/</a>"</li> -<li>Type: URL</li> -</ul> -<p>The base URL of the npm registry.</p> -<h4 id="workspace"><code>workspace</code></h4> -<ul> -<li>Default:</li> -<li>Type: String (can be set multiple times)</li> -</ul> -<p>Enable running a command in the context of the configured workspaces of the -current project while filtering by running only the workspaces defined by -this configuration option.</p> -<p>Valid values for the <code>workspace</code> config are either:</p> -<ul> -<li>Workspace names</li> -<li>Path to a workspace directory</li> -<li>Path to a parent workspace directory (will result in selecting all -workspaces within that folder)</li> -</ul> -<p>When set for the <code>npm init</code> command, this may be set to the folder of a -workspace which does not yet exist, to create the folder and set it up as a -brand new workspace within the project.</p> -<p>This value is not exported to the environment for child processes.</p> -<h4 id="workspaces"><code>workspaces</code></h4> -<ul> -<li>Default: null</li> -<li>Type: null or Boolean</li> -</ul> -<p>Set to true to run the command in the context of <strong>all</strong> configured -workspaces.</p> -<p>Explicitly setting this to false will cause commands like <code>install</code> to -ignore workspaces altogether. When not set explicitly:</p> -<ul> -<li>Commands that operate on the <code>node_modules</code> tree (install, update, etc.) -will link workspaces into the <code>node_modules</code> folder. - Commands that do -other things (test, exec, publish, etc.) will operate on the root project, -<em>unless</em> one or more workspaces are specified in the <code>workspace</code> config.</li> -</ul> -<p>This value is not exported to the environment for child processes.</p> -<h4 id="include-workspace-root"><code>include-workspace-root</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Include the workspace root when workspaces are enabled for a command.</p> -<p>When false, specifying individual workspaces via the <code>workspace</code> config, or -all workspaces via the <code>workspaces</code> flag, will cause npm to operate only on -the specified workspaces, and not on the root project.</p> -<p>This value is not exported to the environment for child processes.</p> -<h3 id="see-also">See Also</h3> -<ul> -<li><a href="../commands/npm-view.html">npm view</a></li> -<li><a href="../commands/npm-publish.html">npm publish</a></li> -<li><a href="../using-npm/registry.html">npm registry</a></li> -<li><a href="../commands/npm-config.html">npm config</a></li> -<li><a href="../configuring-npm/npmrc.html">npmrc</a></li> -<li><a href="../configuring-npm/package-json.html">package.json</a></li> -</ul></div> - -<footer id="edit"> -<a href="https://github.com/npm/cli/edit/latest/docs/content/commands/npm-docs.md"> -<svg role="img" viewBox="0 0 16 16" width="16" height="16" fill="currentcolor" style="vertical-align: text-bottom; margin-right: 0.3em;"> -<path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path> -</svg> -Edit this page on GitHub -</a> -</footer> -</section> - - - -</body></html> \ No newline at end of file diff --git a/software/flow/node_modules/npm/docs/output/commands/npm-doctor.html b/software/flow/node_modules/npm/docs/output/commands/npm-doctor.html deleted file mode 100644 index 7635c01..0000000 --- a/software/flow/node_modules/npm/docs/output/commands/npm-doctor.html +++ /dev/null @@ -1,253 +0,0 @@ -<!DOCTYPE html><html><head> -<meta charset="utf-8"> -<title>npm-doctor</title> -<style> -body { - background-color: #ffffff; - color: #24292e; - - margin: 0; - - line-height: 1.5; - - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; -} -#rainbar { - height: 10px; - background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); -} - -a { - text-decoration: none; - color: #0366d6; -} -a:hover { - text-decoration: underline; -} - -pre { - margin: 1em 0px; - padding: 1em; - border: solid 1px #e1e4e8; - border-radius: 6px; - - display: block; - overflow: auto; - - white-space: pre; - - background-color: #f6f8fa; - color: #393a34; -} -code { - font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; - font-size: 85%; - padding: 0.2em 0.4em; - background-color: #f6f8fa; - color: #393a34; -} -pre > code { - padding: 0; - background-color: inherit; - color: inherit; -} -h1, h2, h3 { - font-weight: 600; -} - -#logobar { - background-color: #333333; - margin: 0 auto; - padding: 1em 4em; -} -#logobar .logo { - float: left; -} -#logobar .title { - font-weight: 600; - color: #dddddd; - float: left; - margin: 5px 0 0 1em; -} -#logobar:after { - content: ""; - display: block; - clear: both; -} - -#content { - margin: 0 auto; - padding: 0 4em; -} - -#table_of_contents > h2 { - font-size: 1.17em; -} -#table_of_contents ul:first-child { - border: solid 1px #e1e4e8; - border-radius: 6px; - padding: 1em; - background-color: #f6f8fa; - color: #393a34; -} -#table_of_contents ul { - list-style-type: none; - padding-left: 1.5em; -} -#table_of_contents li { - font-size: 0.9em; -} -#table_of_contents li a { - color: #000000; -} - -header.title { - border-bottom: solid 1px #e1e4e8; -} -header.title > h1 { - margin-bottom: 0.25em; -} -header.title > .description { - display: block; - margin-bottom: 0.5em; - line-height: 1; -} - -footer#edit { - border-top: solid 1px #e1e4e8; - margin: 3em 0 4em 0; - padding-top: 2em; -} -</style> -</head> -<body> -<div id="banner"> -<div id="rainbar"></div> -<div id="logobar"> -<svg class="logo" role="img" height="32" width="32" viewBox="0 0 700 700"> -<polygon fill="#cb0000" points="0,700 700,700 700,0 0,0"></polygon> -<polygon fill="#ffffff" points="150,550 350,550 350,250 450,250 450,550 550,550 550,150 150,150"></polygon> -</svg> -<div class="title"> -npm command-line interface -</div> -</div> -</div> - -<section id="content"> -<header class="title"> -<h1 id="npm-doctor">npm-doctor</h1> -<span class="description">Check your npm environment</span> -</header> - -<section id="table_of_contents"> -<h2 id="table-of-contents">Table of contents</h2> -<div id="_table_of_contents"><ul><li><a href="#synopsis">Synopsis</a></li><li><a href="#description">Description</a></li><ul><li><a href="#npm-ping"><code>npm ping</code></a></li><li><a href="#npm--v"><code>npm -v</code></a></li><li><a href="#node--v"><code>node -v</code></a></li><li><a href="#npm-config-get-registry"><code>npm config get registry</code></a></li><li><a href="#which-git"><code>which git</code></a></li><li><a href="#permissions-checks">Permissions checks</a></li><li><a href="#validate-the-checksums-of-cached-packages">Validate the checksums of cached packages</a></li></ul><li><a href="#configuration">Configuration</a></li><ul><li><a href="#registry"><code>registry</code></a></li></ul><li><a href="#see-also">See Also</a></li></ul></div> -</section> - -<div id="_content"><h3 id="synopsis">Synopsis</h3> -<pre><code class="language-bash">npm doctor [ping] [registry] [versions] [environment] [permissions] [cache] -</code></pre> -<p>Note: This command is unaware of workspaces.</p> -<h3 id="description">Description</h3> -<p><code>npm doctor</code> runs a set of checks to ensure that your npm installation has -what it needs to manage your JavaScript packages. npm is mostly a -standalone tool, but it does have some basic requirements that must be met:</p> -<ul> -<li>Node.js and git must be executable by npm.</li> -<li>The primary npm registry, <code>registry.npmjs.com</code>, or another service that -uses the registry API, is available.</li> -<li>The directories that npm uses, <code>node_modules</code> (both locally and -globally), exist and can be written by the current user.</li> -<li>The npm cache exists, and the package tarballs within it aren't corrupt.</li> -</ul> -<p>Without all of these working properly, npm may not work properly. Many -issues are often attributable to things that are outside npm's code base, -so <code>npm doctor</code> confirms that the npm installation is in a good state.</p> -<p>Also, in addition to this, there are also very many issue reports due to -using old versions of npm. Since npm is constantly improving, running -<code>npm@latest</code> is better than an old version.</p> -<p><code>npm doctor</code> verifies the following items in your environment, and if -there are any recommended changes, it will display them. By default npm -runs all of these checks. You can limit what checks are ran by -specifying them as extra arguments.</p> -<h4 id="npm-ping"><code>npm ping</code></h4> -<p>By default, npm installs from the primary npm registry, -<code>registry.npmjs.org</code>. <code>npm doctor</code> hits a special ping endpoint within the -registry. This can also be checked with <code>npm ping</code>. If this check fails, -you may be using a proxy that needs to be configured, or may need to talk -to your IT staff to get access over HTTPS to <code>registry.npmjs.org</code>.</p> -<p>This check is done against whichever registry you've configured (you can -see what that is by running <code>npm config get registry</code>), and if you're using -a private registry that doesn't support the <code>/whoami</code> endpoint supported by -the primary registry, this check may fail.</p> -<h4 id="npm--v"><code>npm -v</code></h4> -<p>While Node.js may come bundled with a particular version of npm, it's the -policy of the CLI team that we recommend all users run <code>npm@latest</code> if they -can. As the CLI is maintained by a small team of contributors, there are -only resources for a single line of development, so npm's own long-term -support releases typically only receive critical security and regression -fixes. The team believes that the latest tested version of npm is almost -always likely to be the most functional and defect-free version of npm.</p> -<h4 id="node--v"><code>node -v</code></h4> -<p>For most users, in most circumstances, the best version of Node will be the -latest long-term support (LTS) release. Those of you who want access to new -ECMAscript features or bleeding-edge changes to Node's standard library may -be running a newer version, and some may be required to run an older -version of Node because of enterprise change control policies. That's OK! -But in general, the npm team recommends that most users run Node.js LTS.</p> -<h4 id="npm-config-get-registry"><code>npm config get registry</code></h4> -<p>You may be installing from private package registries for your project or -company. That's great! Others may be following tutorials or StackOverflow -questions in an effort to troubleshoot problems you may be having. -Sometimes, this may entail changing the registry you're pointing at. This -part of <code>npm doctor</code> just lets you, and maybe whoever's helping you with -support, know that you're not using the default registry.</p> -<h4 id="which-git"><code>which git</code></h4> -<p>While it's documented in the README, it may not be obvious that npm needs -Git installed to do many of the things that it does. Also, in some cases -–&nbsp;especially on Windows –&nbsp;you may have Git set up in such a way that it's -not accessible via your <code>PATH</code> so that npm can find it. This check ensures -that Git is available.</p> -<h4 id="permissions-checks">Permissions checks</h4> -<ul> -<li>Your cache must be readable and writable by the user running npm.</li> -<li>Global package binaries must be writable by the user running npm.</li> -<li>Your local <code>node_modules</code> path, if you're running <code>npm doctor</code> with a -project directory, must be readable and writable by the user running npm.</li> -</ul> -<h4 id="validate-the-checksums-of-cached-packages">Validate the checksums of cached packages</h4> -<p>When an npm package is published, the publishing process generates a -checksum that npm uses at install time to verify that the package didn't -get corrupted in transit. <code>npm doctor</code> uses these checksums to validate the -package tarballs in your local cache (you can see where that cache is -located with <code>npm config get cache</code>). In the event that there are corrupt -packages in your cache, you should probably run <code>npm cache clean -f</code> and -reset the cache.</p> -<h3 id="configuration">Configuration</h3> -<h4 id="registry"><code>registry</code></h4> -<ul> -<li>Default: "<a href="https://registry.npmjs.org/">https://registry.npmjs.org/</a>"</li> -<li>Type: URL</li> -</ul> -<p>The base URL of the npm registry.</p> -<h3 id="see-also">See Also</h3> -<ul> -<li><a href="../commands/npm-bugs.html">npm bugs</a></li> -<li><a href="../commands/npm-help.html">npm help</a></li> -<li><a href="../commands/npm-ping.html">npm ping</a></li> -</ul></div> - -<footer id="edit"> -<a href="https://github.com/npm/cli/edit/latest/docs/content/commands/npm-doctor.md"> -<svg role="img" viewBox="0 0 16 16" width="16" height="16" fill="currentcolor" style="vertical-align: text-bottom; margin-right: 0.3em;"> -<path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path> -</svg> -Edit this page on GitHub -</a> -</footer> -</section> - - - -</body></html> \ No newline at end of file diff --git a/software/flow/node_modules/npm/docs/output/commands/npm-edit.html b/software/flow/node_modules/npm/docs/output/commands/npm-edit.html deleted file mode 100644 index 52c8e57..0000000 --- a/software/flow/node_modules/npm/docs/output/commands/npm-edit.html +++ /dev/null @@ -1,190 +0,0 @@ -<!DOCTYPE html><html><head> -<meta charset="utf-8"> -<title>npm-edit</title> -<style> -body { - background-color: #ffffff; - color: #24292e; - - margin: 0; - - line-height: 1.5; - - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; -} -#rainbar { - height: 10px; - background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); -} - -a { - text-decoration: none; - color: #0366d6; -} -a:hover { - text-decoration: underline; -} - -pre { - margin: 1em 0px; - padding: 1em; - border: solid 1px #e1e4e8; - border-radius: 6px; - - display: block; - overflow: auto; - - white-space: pre; - - background-color: #f6f8fa; - color: #393a34; -} -code { - font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; - font-size: 85%; - padding: 0.2em 0.4em; - background-color: #f6f8fa; - color: #393a34; -} -pre > code { - padding: 0; - background-color: inherit; - color: inherit; -} -h1, h2, h3 { - font-weight: 600; -} - -#logobar { - background-color: #333333; - margin: 0 auto; - padding: 1em 4em; -} -#logobar .logo { - float: left; -} -#logobar .title { - font-weight: 600; - color: #dddddd; - float: left; - margin: 5px 0 0 1em; -} -#logobar:after { - content: ""; - display: block; - clear: both; -} - -#content { - margin: 0 auto; - padding: 0 4em; -} - -#table_of_contents > h2 { - font-size: 1.17em; -} -#table_of_contents ul:first-child { - border: solid 1px #e1e4e8; - border-radius: 6px; - padding: 1em; - background-color: #f6f8fa; - color: #393a34; -} -#table_of_contents ul { - list-style-type: none; - padding-left: 1.5em; -} -#table_of_contents li { - font-size: 0.9em; -} -#table_of_contents li a { - color: #000000; -} - -header.title { - border-bottom: solid 1px #e1e4e8; -} -header.title > h1 { - margin-bottom: 0.25em; -} -header.title > .description { - display: block; - margin-bottom: 0.5em; - line-height: 1; -} - -footer#edit { - border-top: solid 1px #e1e4e8; - margin: 3em 0 4em 0; - padding-top: 2em; -} -</style> -</head> -<body> -<div id="banner"> -<div id="rainbar"></div> -<div id="logobar"> -<svg class="logo" role="img" height="32" width="32" viewBox="0 0 700 700"> -<polygon fill="#cb0000" points="0,700 700,700 700,0 0,0"></polygon> -<polygon fill="#ffffff" points="150,550 350,550 350,250 450,250 450,550 550,550 550,150 150,150"></polygon> -</svg> -<div class="title"> -npm command-line interface -</div> -</div> -</div> - -<section id="content"> -<header class="title"> -<h1 id="npm-edit">npm-edit</h1> -<span class="description">Edit an installed package</span> -</header> - -<section id="table_of_contents"> -<h2 id="table-of-contents">Table of contents</h2> -<div id="_table_of_contents"><ul><li><a href="#synopsis">Synopsis</a></li><li><a href="#description">Description</a></li><li><a href="#configuration">Configuration</a></li><ul><li><a href="#editor"><code>editor</code></a></li></ul><li><a href="#see-also">See Also</a></li></ul></div> -</section> - -<div id="_content"><h3 id="synopsis">Synopsis</h3> -<pre><code class="language-bash">npm edit &lt;pkg&gt;[/&lt;subpkg&gt;...] -</code></pre> -<p>Note: This command is unaware of workspaces.</p> -<h3 id="description">Description</h3> -<p>Selects a dependency in the current project and opens the package folder in -the default editor (or whatever you've configured as the npm <code>editor</code> -config -- see <a href="npm-config"><code>npm-config</code></a>.)</p> -<p>After it has been edited, the package is rebuilt so as to pick up any -changes in compiled packages.</p> -<p>For instance, you can do <code>npm install connect</code> to install connect -into your package, and then <code>npm edit connect</code> to make a few -changes to your locally installed copy.</p> -<h3 id="configuration">Configuration</h3> -<h4 id="editor"><code>editor</code></h4> -<ul> -<li>Default: The EDITOR or VISUAL environment variables, or -'%SYSTEMROOT%\notepad.exe' on Windows, or 'vi' on Unix systems</li> -<li>Type: String</li> -</ul> -<p>The command to run for <code>npm edit</code> and <code>npm config edit</code>.</p> -<h3 id="see-also">See Also</h3> -<ul> -<li><a href="../configuring-npm/folders.html">npm folders</a></li> -<li><a href="../commands/npm-explore.html">npm explore</a></li> -<li><a href="../commands/npm-install.html">npm install</a></li> -<li><a href="../commands/npm-config.html">npm config</a></li> -<li><a href="../configuring-npm/npmrc.html">npmrc</a></li> -</ul></div> - -<footer id="edit"> -<a href="https://github.com/npm/cli/edit/latest/docs/content/commands/npm-edit.md"> -<svg role="img" viewBox="0 0 16 16" width="16" height="16" fill="currentcolor" style="vertical-align: text-bottom; margin-right: 0.3em;"> -<path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path> -</svg> -Edit this page on GitHub -</a> -</footer> -</section> - - - -</body></html> \ No newline at end of file diff --git a/software/flow/node_modules/npm/docs/output/commands/npm-exec.html b/software/flow/node_modules/npm/docs/output/commands/npm-exec.html deleted file mode 100644 index 51f6c2b..0000000 --- a/software/flow/node_modules/npm/docs/output/commands/npm-exec.html +++ /dev/null @@ -1,435 +0,0 @@ -<!DOCTYPE html><html><head> -<meta charset="utf-8"> -<title>npm-exec</title> -<style> -body { - background-color: #ffffff; - color: #24292e; - - margin: 0; - - line-height: 1.5; - - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; -} -#rainbar { - height: 10px; - background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); -} - -a { - text-decoration: none; - color: #0366d6; -} -a:hover { - text-decoration: underline; -} - -pre { - margin: 1em 0px; - padding: 1em; - border: solid 1px #e1e4e8; - border-radius: 6px; - - display: block; - overflow: auto; - - white-space: pre; - - background-color: #f6f8fa; - color: #393a34; -} -code { - font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; - font-size: 85%; - padding: 0.2em 0.4em; - background-color: #f6f8fa; - color: #393a34; -} -pre > code { - padding: 0; - background-color: inherit; - color: inherit; -} -h1, h2, h3 { - font-weight: 600; -} - -#logobar { - background-color: #333333; - margin: 0 auto; - padding: 1em 4em; -} -#logobar .logo { - float: left; -} -#logobar .title { - font-weight: 600; - color: #dddddd; - float: left; - margin: 5px 0 0 1em; -} -#logobar:after { - content: ""; - display: block; - clear: both; -} - -#content { - margin: 0 auto; - padding: 0 4em; -} - -#table_of_contents > h2 { - font-size: 1.17em; -} -#table_of_contents ul:first-child { - border: solid 1px #e1e4e8; - border-radius: 6px; - padding: 1em; - background-color: #f6f8fa; - color: #393a34; -} -#table_of_contents ul { - list-style-type: none; - padding-left: 1.5em; -} -#table_of_contents li { - font-size: 0.9em; -} -#table_of_contents li a { - color: #000000; -} - -header.title { - border-bottom: solid 1px #e1e4e8; -} -header.title > h1 { - margin-bottom: 0.25em; -} -header.title > .description { - display: block; - margin-bottom: 0.5em; - line-height: 1; -} - -footer#edit { - border-top: solid 1px #e1e4e8; - margin: 3em 0 4em 0; - padding-top: 2em; -} -</style> -</head> -<body> -<div id="banner"> -<div id="rainbar"></div> -<div id="logobar"> -<svg class="logo" role="img" height="32" width="32" viewBox="0 0 700 700"> -<polygon fill="#cb0000" points="0,700 700,700 700,0 0,0"></polygon> -<polygon fill="#ffffff" points="150,550 350,550 350,250 450,250 450,550 550,550 550,150 150,150"></polygon> -</svg> -<div class="title"> -npm command-line interface -</div> -</div> -</div> - -<section id="content"> -<header class="title"> -<h1 id="npm-exec">npm-exec</h1> -<span class="description">Run a command from a local or remote npm package</span> -</header> - -<section id="table_of_contents"> -<h2 id="table-of-contents">Table of contents</h2> -<div id="_table_of_contents"><ul><li><a href="#synopsis">Synopsis</a></li><li><a href="#description">Description</a></li><li><a href="#npx-vs-npm-exec"><code>npx</code> vs <code>npm exec</code></a></li><li><a href="#configuration">Configuration</a></li><ul><li><a href="#package"><code>package</code></a></li><li><a href="#call"><code>call</code></a></li><li><a href="#workspace"><code>workspace</code></a></li><li><a href="#workspaces"><code>workspaces</code></a></li><li><a href="#include-workspace-root"><code>include-workspace-root</code></a></li></ul><li><a href="#examples">Examples</a></li><li><a href="#workspaces-support">Workspaces support</a></li><ul><li><a href="#filtering-workspaces">Filtering workspaces</a></li></ul><li><a href="#compatibility-with-older-npx-versions">Compatibility with Older npx Versions</a></li><li><a href="#a-note-on-caching">A note on caching</a></li><ul><li><a href="#prefer-online">prefer-online</a></li><li><a href="#prefer-offline">prefer-offline</a></li><li><a href="#offline">offline</a></li><li><a href="#workspace2">workspace</a></li><li><a href="#workspaces2">workspaces</a></li></ul><li><a href="#see-also">See Also</a></li></ul></div> -</section> - -<div id="_content"><h3 id="synopsis">Synopsis</h3> -<pre><code class="language-bash">npm exec -- &lt;pkg&gt;[@&lt;version&gt;] [args...] -npm exec --package=&lt;pkg&gt;[@&lt;version&gt;] -- &lt;cmd&gt; [args...] -npm exec -c '&lt;cmd&gt; [args...]' -npm exec --package=foo -c '&lt;cmd&gt; [args...]' - -alias: x -</code></pre> -<h3 id="description">Description</h3> -<p>This command allows you to run an arbitrary command from an npm package -(either one installed locally, or fetched remotely), in a similar context -as running it via <code>npm run</code>.</p> -<p>Run without positional arguments or <code>--call</code>, this allows you to -interactively run commands in the same sort of shell environment that -<code>package.json</code> scripts are run. Interactive mode is not supported in CI -environments when standard input is a TTY, to prevent hangs.</p> -<p>Whatever packages are specified by the <code>--package</code> option will be -provided in the <code>PATH</code> of the executed command, along with any locally -installed package executables. The <code>--package</code> option may be -specified multiple times, to execute the supplied command in an environment -where all specified packages are available.</p> -<p>If any requested packages are not present in the local project -dependencies, then a prompt is printed, which can be suppressed by -providing either <code>--yes</code> or <code>--no</code>. When standard input is not a TTY or a -CI environment is detected, <code>--yes</code> is assumed. The requested packages are -installed to a folder in the npm cache, which is added to the <code>PATH</code> -environment variable in the executed process.</p> -<p>Package names provided without a specifier will be matched with whatever -version exists in the local project. Package names with a specifier will -only be considered a match if they have the exact same name and version as -the local dependency.</p> -<p>If no <code>-c</code> or <code>--call</code> option is provided, then the positional arguments -are used to generate the command string. If no <code>--package</code> options -are provided, then npm will attempt to determine the executable name from -the package specifier provided as the first positional argument according -to the following heuristic:</p> -<ul> -<li>If the package has a single entry in its <code>bin</code> field in <code>package.json</code>, -or if all entries are aliases of the same command, then that command -will be used.</li> -<li>If the package has multiple <code>bin</code> entries, and one of them matches the -unscoped portion of the <code>name</code> field, then that command will be used.</li> -<li>If this does not result in exactly one option (either because there are -no bin entries, or none of them match the <code>name</code> of the package), then -<code>npm exec</code> exits with an error.</li> -</ul> -<p>To run a binary <em>other than</em> the named binary, specify one or more -<code>--package</code> options, which will prevent npm from inferring the package from -the first command argument.</p> -<h3 id="npx-vs-npm-exec"><code>npx</code> vs <code>npm exec</code></h3> -<p>When run via the <code>npx</code> binary, all flags and options <em>must</em> be set prior to -any positional arguments. When run via <code>npm exec</code>, a double-hyphen <code>--</code> -flag can be used to suppress npm's parsing of switches and options that -should be sent to the executed command.</p> -<p>For example:</p> -<pre><code>$ npx foo@latest bar --package=@npmcli/foo -</code></pre> -<p>In this case, npm will resolve the <code>foo</code> package name, and run the -following command:</p> -<pre><code>$ foo bar --package=@npmcli/foo -</code></pre> -<p>Since the <code>--package</code> option comes <em>after</em> the positional arguments, it is -treated as an argument to the executed command.</p> -<p>In contrast, due to npm's argument parsing logic, running this command is -different:</p> -<pre><code>$ npm exec foo@latest bar --package=@npmcli/foo -</code></pre> -<p>In this case, npm will parse the <code>--package</code> option first, resolving the -<code>@npmcli/foo</code> package. Then, it will execute the following command in that -context:</p> -<pre><code>$ foo@latest bar -</code></pre> -<p>The double-hyphen character is recommended to explicitly tell npm to stop -parsing command line options and switches. The following command would -thus be equivalent to the <code>npx</code> command above:</p> -<pre><code>$ npm exec -- foo@latest bar --package=@npmcli/foo -</code></pre> -<h3 id="configuration">Configuration</h3> -<h4 id="package"><code>package</code></h4> -<ul> -<li>Default:</li> -<li>Type: String (can be set multiple times)</li> -</ul> -<p>The package or packages to install for <a href="../commands/npm-exec.html"><code>npm exec</code></a></p> -<h4 id="call"><code>call</code></h4> -<ul> -<li>Default: ""</li> -<li>Type: String</li> -</ul> -<p>Optional companion option for <code>npm exec</code>, <code>npx</code> that allows for specifying a -custom command to be run along with the installed packages.</p> -<pre><code class="language-bash">npm exec --package yo --package generator-node --call "yo node" -</code></pre> -<h4 id="workspace"><code>workspace</code></h4> -<ul> -<li>Default:</li> -<li>Type: String (can be set multiple times)</li> -</ul> -<p>Enable running a command in the context of the configured workspaces of the -current project while filtering by running only the workspaces defined by -this configuration option.</p> -<p>Valid values for the <code>workspace</code> config are either:</p> -<ul> -<li>Workspace names</li> -<li>Path to a workspace directory</li> -<li>Path to a parent workspace directory (will result in selecting all -workspaces within that folder)</li> -</ul> -<p>When set for the <code>npm init</code> command, this may be set to the folder of a -workspace which does not yet exist, to create the folder and set it up as a -brand new workspace within the project.</p> -<p>This value is not exported to the environment for child processes.</p> -<h4 id="workspaces"><code>workspaces</code></h4> -<ul> -<li>Default: null</li> -<li>Type: null or Boolean</li> -</ul> -<p>Set to true to run the command in the context of <strong>all</strong> configured -workspaces.</p> -<p>Explicitly setting this to false will cause commands like <code>install</code> to -ignore workspaces altogether. When not set explicitly:</p> -<ul> -<li>Commands that operate on the <code>node_modules</code> tree (install, update, etc.) -will link workspaces into the <code>node_modules</code> folder. - Commands that do -other things (test, exec, publish, etc.) will operate on the root project, -<em>unless</em> one or more workspaces are specified in the <code>workspace</code> config.</li> -</ul> -<p>This value is not exported to the environment for child processes.</p> -<h4 id="include-workspace-root"><code>include-workspace-root</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Include the workspace root when workspaces are enabled for a command.</p> -<p>When false, specifying individual workspaces via the <code>workspace</code> config, or -all workspaces via the <code>workspaces</code> flag, will cause npm to operate only on -the specified workspaces, and not on the root project.</p> -<p>This value is not exported to the environment for child processes.</p> -<h3 id="examples">Examples</h3> -<p>Run the version of <code>tap</code> in the local dependencies, with the provided -arguments:</p> -<pre><code>$ npm exec -- tap --bail test/foo.js -$ npx tap --bail test/foo.js -</code></pre> -<p>Run a command <em>other than</em> the command whose name matches the package name -by specifying a <code>--package</code> option:</p> -<pre><code>$ npm exec --package=foo -- bar --bar-argument -# ~ or ~ -$ npx --package=foo bar --bar-argument -</code></pre> -<p>Run an arbitrary shell script, in the context of the current project:</p> -<pre><code>$ npm x -c 'eslint &amp;&amp; say "hooray, lint passed"' -$ npx -c 'eslint &amp;&amp; say "hooray, lint passed"' -</code></pre> -<h3 id="workspaces-support">Workspaces support</h3> -<p>You may use the <a href="../using-npm/config#workspace.html"><code>workspace</code></a> or -<a href="../using-npm/config#workspaces.html"><code>workspaces</code></a> configs in order to run an -arbitrary command from an npm package (either one installed locally, or fetched -remotely) in the context of the specified workspaces. -If no positional argument or <code>--call</code> option is provided, it will open an -interactive subshell in the context of each of these configured workspaces one -at a time.</p> -<p>Given a project with configured workspaces, e.g:</p> -<pre><code>. -+-- package.json -`-- packages - +-- a - | `-- package.json - +-- b - | `-- package.json - `-- c - `-- package.json -</code></pre> -<p>Assuming the workspace configuration is properly set up at the root level -<code>package.json</code> file. e.g:</p> -<pre><code>{ - "workspaces": [ "./packages/*" ] -} -</code></pre> -<p>You can execute an arbitrary command from a package in the context of each of -the configured workspaces when using the -<a href="../using-npm/config#workspace.html"><code>workspaces</code> config options</a>, in this example -we're using <strong>eslint</strong> to lint any js file found within each workspace folder:</p> -<pre><code>npm exec --ws -- eslint ./*.js -</code></pre> -<h4 id="filtering-workspaces">Filtering workspaces</h4> -<p>It's also possible to execute a command in a single workspace using the -<code>workspace</code> config along with a name or directory path:</p> -<pre><code>npm exec --workspace=a -- eslint ./*.js -</code></pre> -<p>The <code>workspace</code> config can also be specified multiple times in order to run a -specific script in the context of multiple workspaces. When defining values for -the <code>workspace</code> config in the command line, it also possible to use <code>-w</code> as a -shorthand, e.g:</p> -<pre><code>npm exec -w a -w b -- eslint ./*.js -</code></pre> -<p>This last command will run the <code>eslint</code> command in both <code>./packages/a</code> and -<code>./packages/b</code> folders.</p> -<h3 id="compatibility-with-older-npx-versions">Compatibility with Older npx Versions</h3> -<p>The <code>npx</code> binary was rewritten in npm v7.0.0, and the standalone <code>npx</code> -package deprecated at that time. <code>npx</code> uses the <code>npm exec</code> -command instead of a separate argument parser and install process, with -some affordances to maintain backwards compatibility with the arguments it -accepted in previous versions.</p> -<p>This resulted in some shifts in its functionality:</p> -<ul> -<li>Any <code>npm</code> config value may be provided.</li> -<li>To prevent security and user-experience problems from mistyping package -names, <code>npx</code> prompts before installing anything. Suppress this -prompt with the <code>-y</code> or <code>--yes</code> option.</li> -<li>The <code>--no-install</code> option is deprecated, and will be converted to <code>--no</code>.</li> -<li>Shell fallback functionality is removed, as it is not advisable.</li> -<li>The <code>-p</code> argument is a shorthand for <code>--parseable</code> in npm, but shorthand -for <code>--package</code> in npx. This is maintained, but only for the <code>npx</code> -executable.</li> -<li>The <code>--ignore-existing</code> option is removed. Locally installed bins are -always present in the executed process <code>PATH</code>.</li> -<li>The <code>--npm</code> option is removed. <code>npx</code> will always use the <code>npm</code> it ships -with.</li> -<li>The <code>--node-arg</code> and <code>-n</code> options are removed.</li> -<li>The <code>--always-spawn</code> option is redundant, and thus removed.</li> -<li>The <code>--shell</code> option is replaced with <code>--script-shell</code>, but maintained -in the <code>npx</code> executable for backwards compatibility.</li> -</ul> -<h3 id="a-note-on-caching">A note on caching</h3> -<p>The npm cli utilizes its internal package cache when using the package -name specified. You can use the following to change how and when the -cli uses this cache. See <a href="../commands/npm-cache.html"><code>npm cache</code></a> for more on -how the cache works.</p> -<h4 id="prefer-online">prefer-online</h4> -<p>Forces staleness checks for packages, making the cli look for updates -immediately even if the package is already in the cache.</p> -<h4 id="prefer-offline">prefer-offline</h4> -<p>Bypasses staleness checks for packages. Missing data will still be -requested from the server. To force full offline mode, use <code>offline</code>.</p> -<h4 id="offline">offline</h4> -<p>Forces full offline mode. Any packages not locally cached will result in -an error.</p> -<h4 id="workspace2">workspace</h4> -<ul> -<li>Default:</li> -<li>Type: String (can be set multiple times)</li> -</ul> -<p>Enable running a command in the context of the configured workspaces of the -current project while filtering by running only the workspaces defined by -this configuration option.</p> -<p>Valid values for the <code>workspace</code> config are either:</p> -<ul> -<li>Workspace names</li> -<li>Path to a workspace directory</li> -<li>Path to a parent workspace directory (will result to selecting all of the -nested workspaces)</li> -</ul> -<p>This value is not exported to the environment for child processes.</p> -<h4 id="workspaces2">workspaces</h4> -<ul> -<li>Alias: <code>--ws</code></li> -<li>Type: Boolean</li> -<li>Default: <code>false</code></li> -</ul> -<p>Run scripts in the context of all configured workspaces for the current -project.</p> -<h3 id="see-also">See Also</h3> -<ul> -<li><a href="../commands/npm-run-script.html">npm run-script</a></li> -<li><a href="../using-npm/scripts.html">npm scripts</a></li> -<li><a href="../commands/npm-test.html">npm test</a></li> -<li><a href="../commands/npm-start.html">npm start</a></li> -<li><a href="../commands/npm-restart.html">npm restart</a></li> -<li><a href="../commands/npm-stop.html">npm stop</a></li> -<li><a href="../commands/npm-config.html">npm config</a></li> -<li><a href="../using-npm/workspaces.html">npm workspaces</a></li> -<li><a href="../commands/npx.html">npx</a></li> -</ul></div> - -<footer id="edit"> -<a href="https://github.com/npm/cli/edit/latest/docs/content/commands/npm-exec.md"> -<svg role="img" viewBox="0 0 16 16" width="16" height="16" fill="currentcolor" style="vertical-align: text-bottom; margin-right: 0.3em;"> -<path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path> -</svg> -Edit this page on GitHub -</a> -</footer> -</section> - - - -</body></html> \ No newline at end of file diff --git a/software/flow/node_modules/npm/docs/output/commands/npm-explain.html b/software/flow/node_modules/npm/docs/output/commands/npm-explain.html deleted file mode 100644 index 74305d3..0000000 --- a/software/flow/node_modules/npm/docs/output/commands/npm-explain.html +++ /dev/null @@ -1,242 +0,0 @@ -<!DOCTYPE html><html><head> -<meta charset="utf-8"> -<title>npm-explain</title> -<style> -body { - background-color: #ffffff; - color: #24292e; - - margin: 0; - - line-height: 1.5; - - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; -} -#rainbar { - height: 10px; - background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); -} - -a { - text-decoration: none; - color: #0366d6; -} -a:hover { - text-decoration: underline; -} - -pre { - margin: 1em 0px; - padding: 1em; - border: solid 1px #e1e4e8; - border-radius: 6px; - - display: block; - overflow: auto; - - white-space: pre; - - background-color: #f6f8fa; - color: #393a34; -} -code { - font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; - font-size: 85%; - padding: 0.2em 0.4em; - background-color: #f6f8fa; - color: #393a34; -} -pre > code { - padding: 0; - background-color: inherit; - color: inherit; -} -h1, h2, h3 { - font-weight: 600; -} - -#logobar { - background-color: #333333; - margin: 0 auto; - padding: 1em 4em; -} -#logobar .logo { - float: left; -} -#logobar .title { - font-weight: 600; - color: #dddddd; - float: left; - margin: 5px 0 0 1em; -} -#logobar:after { - content: ""; - display: block; - clear: both; -} - -#content { - margin: 0 auto; - padding: 0 4em; -} - -#table_of_contents > h2 { - font-size: 1.17em; -} -#table_of_contents ul:first-child { - border: solid 1px #e1e4e8; - border-radius: 6px; - padding: 1em; - background-color: #f6f8fa; - color: #393a34; -} -#table_of_contents ul { - list-style-type: none; - padding-left: 1.5em; -} -#table_of_contents li { - font-size: 0.9em; -} -#table_of_contents li a { - color: #000000; -} - -header.title { - border-bottom: solid 1px #e1e4e8; -} -header.title > h1 { - margin-bottom: 0.25em; -} -header.title > .description { - display: block; - margin-bottom: 0.5em; - line-height: 1; -} - -footer#edit { - border-top: solid 1px #e1e4e8; - margin: 3em 0 4em 0; - padding-top: 2em; -} -</style> -</head> -<body> -<div id="banner"> -<div id="rainbar"></div> -<div id="logobar"> -<svg class="logo" role="img" height="32" width="32" viewBox="0 0 700 700"> -<polygon fill="#cb0000" points="0,700 700,700 700,0 0,0"></polygon> -<polygon fill="#ffffff" points="150,550 350,550 350,250 450,250 450,550 550,550 550,150 150,150"></polygon> -</svg> -<div class="title"> -npm command-line interface -</div> -</div> -</div> - -<section id="content"> -<header class="title"> -<h1 id="npm-explain">npm-explain</h1> -<span class="description">Explain installed packages</span> -</header> - -<section id="table_of_contents"> -<h2 id="table-of-contents">Table of contents</h2> -<div id="_table_of_contents"><ul><li><a href="#synopsis">Synopsis</a></li><li><a href="#description">Description</a></li><li><a href="#configuration">Configuration</a></li><ul><li><a href="#json"><code>json</code></a></li><li><a href="#workspace"><code>workspace</code></a></li></ul><li><a href="#see-also">See Also</a></li></ul></div> -</section> - -<div id="_content"><h3 id="synopsis">Synopsis</h3> -<pre><code class="language-bash">npm explain &lt;package-spec&gt; - -alias: why -</code></pre> -<h3 id="description">Description</h3> -<p>This command will print the chain of dependencies causing a given package -to be installed in the current project.</p> -<p>If one or more package specs are provided, then only packages matching -one of the specifiers will have their relationships explained.</p> -<p>The package spec can also refer to a folder within <code>./node_modules</code></p> -<p>For example, running <code>npm explain glob</code> within npm's source tree will show:</p> -<pre><code class="language-bash">glob@7.1.6 -node_modules/glob - glob@"^7.1.4" from the root project - -glob@7.1.1 dev -node_modules/tacks/node_modules/glob - glob@"^7.0.5" from rimraf@2.6.2 - node_modules/tacks/node_modules/rimraf - rimraf@"^2.6.2" from tacks@1.3.0 - node_modules/tacks - dev tacks@"^1.3.0" from the root project -</code></pre> -<p>To explain just the package residing at a specific folder, pass that as the -argument to the command. This can be useful when trying to figure out -exactly why a given dependency is being duplicated to satisfy conflicting -version requirements within the project.</p> -<pre><code class="language-bash">$ npm explain node_modules/nyc/node_modules/find-up -find-up@3.0.0 dev -node_modules/nyc/node_modules/find-up - find-up@"^3.0.0" from nyc@14.1.1 - node_modules/nyc - nyc@"^14.1.1" from tap@14.10.8 - node_modules/tap - dev tap@"^14.10.8" from the root project -</code></pre> -<h3 id="configuration">Configuration</h3> -<h4 id="json"><code>json</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Whether or not to output JSON data, rather than the normal output.</p> -<ul> -<li>In <code>npm pkg set</code> it enables parsing set values with JSON.parse() before -saving them to your <code>package.json</code>.</li> -</ul> -<p>Not supported by all npm commands.</p> -<h4 id="workspace"><code>workspace</code></h4> -<ul> -<li>Default:</li> -<li>Type: String (can be set multiple times)</li> -</ul> -<p>Enable running a command in the context of the configured workspaces of the -current project while filtering by running only the workspaces defined by -this configuration option.</p> -<p>Valid values for the <code>workspace</code> config are either:</p> -<ul> -<li>Workspace names</li> -<li>Path to a workspace directory</li> -<li>Path to a parent workspace directory (will result in selecting all -workspaces within that folder)</li> -</ul> -<p>When set for the <code>npm init</code> command, this may be set to the folder of a -workspace which does not yet exist, to create the folder and set it up as a -brand new workspace within the project.</p> -<p>This value is not exported to the environment for child processes.</p> -<h3 id="see-also">See Also</h3> -<ul> -<li><a href="../using-npm/package-spec.html">package spec</a></li> -<li><a href="../commands/npm-config.html">npm config</a></li> -<li><a href="../configuring-npm/npmrc.html">npmrc</a></li> -<li><a href="../configuring-npm/folders.html">npm folders</a></li> -<li><a href="../commands/npm-ls.html">npm ls</a></li> -<li><a href="../commands/npm-install.html">npm install</a></li> -<li><a href="../commands/npm-link.html">npm link</a></li> -<li><a href="../commands/npm-prune.html">npm prune</a></li> -<li><a href="../commands/npm-outdated.html">npm outdated</a></li> -<li><a href="../commands/npm-update.html">npm update</a></li> -</ul></div> - -<footer id="edit"> -<a href="https://github.com/npm/cli/edit/latest/docs/content/commands/npm-explain.md"> -<svg role="img" viewBox="0 0 16 16" width="16" height="16" fill="currentcolor" style="vertical-align: text-bottom; margin-right: 0.3em;"> -<path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path> -</svg> -Edit this page on GitHub -</a> -</footer> -</section> - - - -</body></html> \ No newline at end of file diff --git a/software/flow/node_modules/npm/docs/output/commands/npm-explore.html b/software/flow/node_modules/npm/docs/output/commands/npm-explore.html deleted file mode 100644 index 2e52c73..0000000 --- a/software/flow/node_modules/npm/docs/output/commands/npm-explore.html +++ /dev/null @@ -1,190 +0,0 @@ -<!DOCTYPE html><html><head> -<meta charset="utf-8"> -<title>npm-explore</title> -<style> -body { - background-color: #ffffff; - color: #24292e; - - margin: 0; - - line-height: 1.5; - - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; -} -#rainbar { - height: 10px; - background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); -} - -a { - text-decoration: none; - color: #0366d6; -} -a:hover { - text-decoration: underline; -} - -pre { - margin: 1em 0px; - padding: 1em; - border: solid 1px #e1e4e8; - border-radius: 6px; - - display: block; - overflow: auto; - - white-space: pre; - - background-color: #f6f8fa; - color: #393a34; -} -code { - font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; - font-size: 85%; - padding: 0.2em 0.4em; - background-color: #f6f8fa; - color: #393a34; -} -pre > code { - padding: 0; - background-color: inherit; - color: inherit; -} -h1, h2, h3 { - font-weight: 600; -} - -#logobar { - background-color: #333333; - margin: 0 auto; - padding: 1em 4em; -} -#logobar .logo { - float: left; -} -#logobar .title { - font-weight: 600; - color: #dddddd; - float: left; - margin: 5px 0 0 1em; -} -#logobar:after { - content: ""; - display: block; - clear: both; -} - -#content { - margin: 0 auto; - padding: 0 4em; -} - -#table_of_contents > h2 { - font-size: 1.17em; -} -#table_of_contents ul:first-child { - border: solid 1px #e1e4e8; - border-radius: 6px; - padding: 1em; - background-color: #f6f8fa; - color: #393a34; -} -#table_of_contents ul { - list-style-type: none; - padding-left: 1.5em; -} -#table_of_contents li { - font-size: 0.9em; -} -#table_of_contents li a { - color: #000000; -} - -header.title { - border-bottom: solid 1px #e1e4e8; -} -header.title > h1 { - margin-bottom: 0.25em; -} -header.title > .description { - display: block; - margin-bottom: 0.5em; - line-height: 1; -} - -footer#edit { - border-top: solid 1px #e1e4e8; - margin: 3em 0 4em 0; - padding-top: 2em; -} -</style> -</head> -<body> -<div id="banner"> -<div id="rainbar"></div> -<div id="logobar"> -<svg class="logo" role="img" height="32" width="32" viewBox="0 0 700 700"> -<polygon fill="#cb0000" points="0,700 700,700 700,0 0,0"></polygon> -<polygon fill="#ffffff" points="150,550 350,550 350,250 450,250 450,550 550,550 550,150 150,150"></polygon> -</svg> -<div class="title"> -npm command-line interface -</div> -</div> -</div> - -<section id="content"> -<header class="title"> -<h1 id="npm-explore">npm-explore</h1> -<span class="description">Browse an installed package</span> -</header> - -<section id="table_of_contents"> -<h2 id="table-of-contents">Table of contents</h2> -<div id="_table_of_contents"><ul><li><a href="#synopsis">Synopsis</a></li><li><a href="#description">Description</a></li><li><a href="#configuration">Configuration</a></li><ul><li><a href="#shell"><code>shell</code></a></li></ul><li><a href="#see-also">See Also</a></li></ul></div> -</section> - -<div id="_content"><h3 id="synopsis">Synopsis</h3> -<pre><code class="language-bash">npm explore &lt;pkg&gt; [ -- &lt;command&gt;] -</code></pre> -<p>Note: This command is unaware of workspaces.</p> -<h3 id="description">Description</h3> -<p>Spawn a subshell in the directory of the installed package specified.</p> -<p>If a command is specified, then it is run in the subshell, which then -immediately terminates.</p> -<p>This is particularly handy in the case of git submodules in the -<code>node_modules</code> folder:</p> -<pre><code class="language-bash">npm explore some-dependency -- git pull origin master -</code></pre> -<p>Note that the package is <em>not</em> automatically rebuilt afterwards, so be -sure to use <code>npm rebuild &lt;pkg&gt;</code> if you make any changes.</p> -<h3 id="configuration">Configuration</h3> -<h4 id="shell"><code>shell</code></h4> -<ul> -<li>Default: SHELL environment variable, or "bash" on Posix, or "cmd.exe" on -Windows</li> -<li>Type: String</li> -</ul> -<p>The shell to run for the <code>npm explore</code> command.</p> -<h3 id="see-also">See Also</h3> -<ul> -<li><a href="../configuring-npm/folders.html">npm folders</a></li> -<li><a href="../commands/npm-edit.html">npm edit</a></li> -<li><a href="../commands/npm-rebuild.html">npm rebuild</a></li> -<li><a href="../commands/npm-install.html">npm install</a></li> -</ul></div> - -<footer id="edit"> -<a href="https://github.com/npm/cli/edit/latest/docs/content/commands/npm-explore.md"> -<svg role="img" viewBox="0 0 16 16" width="16" height="16" fill="currentcolor" style="vertical-align: text-bottom; margin-right: 0.3em;"> -<path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path> -</svg> -Edit this page on GitHub -</a> -</footer> -</section> - - - -</body></html> \ No newline at end of file diff --git a/software/flow/node_modules/npm/docs/output/commands/npm-find-dupes.html b/software/flow/node_modules/npm/docs/output/commands/npm-find-dupes.html deleted file mode 100644 index 82d5eba..0000000 --- a/software/flow/node_modules/npm/docs/output/commands/npm-find-dupes.html +++ /dev/null @@ -1,333 +0,0 @@ -<!DOCTYPE html><html><head> -<meta charset="utf-8"> -<title>npm-find-dupes</title> -<style> -body { - background-color: #ffffff; - color: #24292e; - - margin: 0; - - line-height: 1.5; - - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; -} -#rainbar { - height: 10px; - background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); -} - -a { - text-decoration: none; - color: #0366d6; -} -a:hover { - text-decoration: underline; -} - -pre { - margin: 1em 0px; - padding: 1em; - border: solid 1px #e1e4e8; - border-radius: 6px; - - display: block; - overflow: auto; - - white-space: pre; - - background-color: #f6f8fa; - color: #393a34; -} -code { - font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; - font-size: 85%; - padding: 0.2em 0.4em; - background-color: #f6f8fa; - color: #393a34; -} -pre > code { - padding: 0; - background-color: inherit; - color: inherit; -} -h1, h2, h3 { - font-weight: 600; -} - -#logobar { - background-color: #333333; - margin: 0 auto; - padding: 1em 4em; -} -#logobar .logo { - float: left; -} -#logobar .title { - font-weight: 600; - color: #dddddd; - float: left; - margin: 5px 0 0 1em; -} -#logobar:after { - content: ""; - display: block; - clear: both; -} - -#content { - margin: 0 auto; - padding: 0 4em; -} - -#table_of_contents > h2 { - font-size: 1.17em; -} -#table_of_contents ul:first-child { - border: solid 1px #e1e4e8; - border-radius: 6px; - padding: 1em; - background-color: #f6f8fa; - color: #393a34; -} -#table_of_contents ul { - list-style-type: none; - padding-left: 1.5em; -} -#table_of_contents li { - font-size: 0.9em; -} -#table_of_contents li a { - color: #000000; -} - -header.title { - border-bottom: solid 1px #e1e4e8; -} -header.title > h1 { - margin-bottom: 0.25em; -} -header.title > .description { - display: block; - margin-bottom: 0.5em; - line-height: 1; -} - -footer#edit { - border-top: solid 1px #e1e4e8; - margin: 3em 0 4em 0; - padding-top: 2em; -} -</style> -</head> -<body> -<div id="banner"> -<div id="rainbar"></div> -<div id="logobar"> -<svg class="logo" role="img" height="32" width="32" viewBox="0 0 700 700"> -<polygon fill="#cb0000" points="0,700 700,700 700,0 0,0"></polygon> -<polygon fill="#ffffff" points="150,550 350,550 350,250 450,250 450,550 550,550 550,150 150,150"></polygon> -</svg> -<div class="title"> -npm command-line interface -</div> -</div> -</div> - -<section id="content"> -<header class="title"> -<h1 id="npm-find-dupes">npm-find-dupes</h1> -<span class="description">Find duplication in the package tree</span> -</header> - -<section id="table_of_contents"> -<h2 id="table-of-contents">Table of contents</h2> -<div id="_table_of_contents"><ul><li><a href="#synopsis">Synopsis</a></li><li><a href="#description">Description</a></li><li><a href="#configuration">Configuration</a></li><ul><li><a href="#install-strategy"><code>install-strategy</code></a></li><li><a href="#legacy-bundling"><code>legacy-bundling</code></a></li><li><a href="#global-style"><code>global-style</code></a></li><li><a href="#strict-peer-deps"><code>strict-peer-deps</code></a></li><li><a href="#package-lock"><code>package-lock</code></a></li><li><a href="#omit"><code>omit</code></a></li><li><a href="#ignore-scripts"><code>ignore-scripts</code></a></li><li><a href="#audit"><code>audit</code></a></li><li><a href="#bin-links"><code>bin-links</code></a></li><li><a href="#fund"><code>fund</code></a></li><li><a href="#workspace"><code>workspace</code></a></li><li><a href="#workspaces"><code>workspaces</code></a></li><li><a href="#include-workspace-root"><code>include-workspace-root</code></a></li><li><a href="#install-links"><code>install-links</code></a></li></ul><li><a href="#see-also">See Also</a></li></ul></div> -</section> - -<div id="_content"><h3 id="synopsis">Synopsis</h3> -<pre><code class="language-bash">npm find-dupes -</code></pre> -<h3 id="description">Description</h3> -<p>Runs <code>npm dedupe</code> in <code>--dry-run</code> mode, making npm only output the -duplications, without actually changing the package tree.</p> -<h3 id="configuration">Configuration</h3> -<h4 id="install-strategy"><code>install-strategy</code></h4> -<ul> -<li>Default: "hoisted"</li> -<li>Type: "hoisted", "nested", "shallow", or "linked"</li> -</ul> -<p>Sets the strategy for installing packages in node_modules. hoisted -(default): Install non-duplicated in top-level, and duplicated as necessary -within directory structure. nested: (formerly --legacy-bundling) install in -place, no hoisting. shallow (formerly --global-style) only install direct -deps at top-level. linked: (experimental) install in node_modules/.store, -link in place, unhoisted.</p> -<h4 id="legacy-bundling"><code>legacy-bundling</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -<li>DEPRECATED: This option has been deprecated in favor of -<code>--install-strategy=nested</code></li> -</ul> -<p>Instead of hoisting package installs in <code>node_modules</code>, install packages in -the same manner that they are depended on. This may cause very deep -directory structures and duplicate package installs as there is no -de-duplicating. Sets <code>--install-strategy=nested</code>.</p> -<h4 id="global-style"><code>global-style</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -<li>DEPRECATED: This option has been deprecated in favor of -<code>--install-strategy=shallow</code></li> -</ul> -<p>Only install direct dependencies in the top level <code>node_modules</code>, but hoist -on deeper dependencies. Sets <code>--install-strategy=shallow</code>.</p> -<h4 id="strict-peer-deps"><code>strict-peer-deps</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>If set to <code>true</code>, and <code>--legacy-peer-deps</code> is not set, then <em>any</em> -conflicting <code>peerDependencies</code> will be treated as an install failure, even -if npm could reasonably guess the appropriate resolution based on non-peer -dependency relationships.</p> -<p>By default, conflicting <code>peerDependencies</code> deep in the dependency graph will -be resolved using the nearest non-peer dependency specification, even if -doing so will result in some packages receiving a peer dependency outside -the range set in their package's <code>peerDependencies</code> object.</p> -<p>When such an override is performed, a warning is printed, explaining the -conflict and the packages involved. If <code>--strict-peer-deps</code> is set, then -this warning is treated as a failure.</p> -<h4 id="package-lock"><code>package-lock</code></h4> -<ul> -<li>Default: true</li> -<li>Type: Boolean</li> -</ul> -<p>If set to false, then ignore <code>package-lock.json</code> files when installing. This -will also prevent <em>writing</em> <code>package-lock.json</code> if <code>save</code> is true.</p> -<p>This configuration does not affect <code>npm ci</code>.</p> -<h4 id="omit"><code>omit</code></h4> -<ul> -<li>Default: 'dev' if the <code>NODE_ENV</code> environment variable is set to -'production', otherwise empty.</li> -<li>Type: "dev", "optional", or "peer" (can be set multiple times)</li> -</ul> -<p>Dependency types to omit from the installation tree on disk.</p> -<p>Note that these dependencies <em>are</em> still resolved and added to the -<code>package-lock.json</code> or <code>npm-shrinkwrap.json</code> file. They are just not -physically installed on disk.</p> -<p>If a package type appears in both the <code>--include</code> and <code>--omit</code> lists, then -it will be included.</p> -<p>If the resulting omit list includes <code>'dev'</code>, then the <code>NODE_ENV</code> environment -variable will be set to <code>'production'</code> for all lifecycle scripts.</p> -<h4 id="ignore-scripts"><code>ignore-scripts</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>If true, npm does not run scripts specified in package.json files.</p> -<p>Note that commands explicitly intended to run a particular script, such as -<code>npm start</code>, <code>npm stop</code>, <code>npm restart</code>, <code>npm test</code>, and <code>npm run-script</code> -will still run their intended script if <code>ignore-scripts</code> is set, but they -will <em>not</em> run any pre- or post-scripts.</p> -<h4 id="audit"><code>audit</code></h4> -<ul> -<li>Default: true</li> -<li>Type: Boolean</li> -</ul> -<p>When "true" submit audit reports alongside the current npm command to the -default registry and all registries configured for scopes. See the -documentation for <a href="../commands/npm-audit.html"><code>npm audit</code></a> for details on what is -submitted.</p> -<h4 id="bin-links"><code>bin-links</code></h4> -<ul> -<li>Default: true</li> -<li>Type: Boolean</li> -</ul> -<p>Tells npm to create symlinks (or <code>.cmd</code> shims on Windows) for package -executables.</p> -<p>Set to false to have it not do this. This can be used to work around the -fact that some file systems don't support symlinks, even on ostensibly Unix -systems.</p> -<h4 id="fund"><code>fund</code></h4> -<ul> -<li>Default: true</li> -<li>Type: Boolean</li> -</ul> -<p>When "true" displays the message at the end of each <code>npm install</code> -acknowledging the number of dependencies looking for funding. See <a href="../commands/npm-fund.html"><code>npm fund</code></a> for details.</p> -<h4 id="workspace"><code>workspace</code></h4> -<ul> -<li>Default:</li> -<li>Type: String (can be set multiple times)</li> -</ul> -<p>Enable running a command in the context of the configured workspaces of the -current project while filtering by running only the workspaces defined by -this configuration option.</p> -<p>Valid values for the <code>workspace</code> config are either:</p> -<ul> -<li>Workspace names</li> -<li>Path to a workspace directory</li> -<li>Path to a parent workspace directory (will result in selecting all -workspaces within that folder)</li> -</ul> -<p>When set for the <code>npm init</code> command, this may be set to the folder of a -workspace which does not yet exist, to create the folder and set it up as a -brand new workspace within the project.</p> -<p>This value is not exported to the environment for child processes.</p> -<h4 id="workspaces"><code>workspaces</code></h4> -<ul> -<li>Default: null</li> -<li>Type: null or Boolean</li> -</ul> -<p>Set to true to run the command in the context of <strong>all</strong> configured -workspaces.</p> -<p>Explicitly setting this to false will cause commands like <code>install</code> to -ignore workspaces altogether. When not set explicitly:</p> -<ul> -<li>Commands that operate on the <code>node_modules</code> tree (install, update, etc.) -will link workspaces into the <code>node_modules</code> folder. - Commands that do -other things (test, exec, publish, etc.) will operate on the root project, -<em>unless</em> one or more workspaces are specified in the <code>workspace</code> config.</li> -</ul> -<p>This value is not exported to the environment for child processes.</p> -<h4 id="include-workspace-root"><code>include-workspace-root</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Include the workspace root when workspaces are enabled for a command.</p> -<p>When false, specifying individual workspaces via the <code>workspace</code> config, or -all workspaces via the <code>workspaces</code> flag, will cause npm to operate only on -the specified workspaces, and not on the root project.</p> -<p>This value is not exported to the environment for child processes.</p> -<h4 id="install-links"><code>install-links</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>When set file: protocol dependencies will be packed and installed as regular -dependencies instead of creating a symlink. This option has no effect on -workspaces.</p> -<h3 id="see-also">See Also</h3> -<ul> -<li><a href="../commands/npm-dedupe.html">npm dedupe</a></li> -<li><a href="../commands/npm-ls.html">npm ls</a></li> -<li><a href="../commands/npm-update.html">npm update</a></li> -<li><a href="../commands/npm-install.html">npm install</a></li> -</ul></div> - -<footer id="edit"> -<a href="https://github.com/npm/cli/edit/latest/docs/content/commands/npm-find-dupes.md"> -<svg role="img" viewBox="0 0 16 16" width="16" height="16" fill="currentcolor" style="vertical-align: text-bottom; margin-right: 0.3em;"> -<path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path> -</svg> -Edit this page on GitHub -</a> -</footer> -</section> - - - -</body></html> \ No newline at end of file diff --git a/software/flow/node_modules/npm/docs/output/commands/npm-fund.html b/software/flow/node_modules/npm/docs/output/commands/npm-fund.html deleted file mode 100644 index 7193d17..0000000 --- a/software/flow/node_modules/npm/docs/output/commands/npm-fund.html +++ /dev/null @@ -1,267 +0,0 @@ -<!DOCTYPE html><html><head> -<meta charset="utf-8"> -<title>npm-fund</title> -<style> -body { - background-color: #ffffff; - color: #24292e; - - margin: 0; - - line-height: 1.5; - - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; -} -#rainbar { - height: 10px; - background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); -} - -a { - text-decoration: none; - color: #0366d6; -} -a:hover { - text-decoration: underline; -} - -pre { - margin: 1em 0px; - padding: 1em; - border: solid 1px #e1e4e8; - border-radius: 6px; - - display: block; - overflow: auto; - - white-space: pre; - - background-color: #f6f8fa; - color: #393a34; -} -code { - font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; - font-size: 85%; - padding: 0.2em 0.4em; - background-color: #f6f8fa; - color: #393a34; -} -pre > code { - padding: 0; - background-color: inherit; - color: inherit; -} -h1, h2, h3 { - font-weight: 600; -} - -#logobar { - background-color: #333333; - margin: 0 auto; - padding: 1em 4em; -} -#logobar .logo { - float: left; -} -#logobar .title { - font-weight: 600; - color: #dddddd; - float: left; - margin: 5px 0 0 1em; -} -#logobar:after { - content: ""; - display: block; - clear: both; -} - -#content { - margin: 0 auto; - padding: 0 4em; -} - -#table_of_contents > h2 { - font-size: 1.17em; -} -#table_of_contents ul:first-child { - border: solid 1px #e1e4e8; - border-radius: 6px; - padding: 1em; - background-color: #f6f8fa; - color: #393a34; -} -#table_of_contents ul { - list-style-type: none; - padding-left: 1.5em; -} -#table_of_contents li { - font-size: 0.9em; -} -#table_of_contents li a { - color: #000000; -} - -header.title { - border-bottom: solid 1px #e1e4e8; -} -header.title > h1 { - margin-bottom: 0.25em; -} -header.title > .description { - display: block; - margin-bottom: 0.5em; - line-height: 1; -} - -footer#edit { - border-top: solid 1px #e1e4e8; - margin: 3em 0 4em 0; - padding-top: 2em; -} -</style> -</head> -<body> -<div id="banner"> -<div id="rainbar"></div> -<div id="logobar"> -<svg class="logo" role="img" height="32" width="32" viewBox="0 0 700 700"> -<polygon fill="#cb0000" points="0,700 700,700 700,0 0,0"></polygon> -<polygon fill="#ffffff" points="150,550 350,550 350,250 450,250 450,550 550,550 550,150 150,150"></polygon> -</svg> -<div class="title"> -npm command-line interface -</div> -</div> -</div> - -<section id="content"> -<header class="title"> -<h1 id="npm-fund">npm-fund</h1> -<span class="description">Retrieve funding information</span> -</header> - -<section id="table_of_contents"> -<h2 id="table-of-contents">Table of contents</h2> -<div id="_table_of_contents"><ul><li><a href="#see-also">See Also</a></li></ul></div> -</section> - -<div id="_content"><h3 id="synopsis">Synopsis</h3> -<pre><code class="language-bash">npm fund [&lt;package-spec&gt;] -</code></pre> -<h3 id="description">Description</h3> -<p>This command retrieves information on how to fund the dependencies of a -given project. If no package name is provided, it will list all -dependencies that are looking for funding in a tree structure, listing -the type of funding and the url to visit. If a package name is provided -then it tries to open its funding url using the -<a href="../using-npm/config#browser.html"><code>--browser</code> config</a> param; if there are multiple -funding sources for the package, the user will be instructed to pass the -<code>--which</code> option to disambiguate.</p> -<p>The list will avoid duplicated entries and will stack all packages that -share the same url as a single entry. Thus, the list does not have the -same shape of the output from <code>npm ls</code>.</p> -<h4 id="example">Example</h4> -<h3 id="workspaces-support">Workspaces support</h3> -<p>It's possible to filter the results to only include a single workspace -and its dependencies using the -<a href="../using-npm/config#workspace.html"><code>workspace</code> config</a> option.</p> -<h4 id="example2">Example:</h4> -<p>Here's an example running <code>npm fund</code> in a project with a configured -workspace <code>a</code>:</p> -<pre><code class="language-bash">$ npm fund -test-workspaces-fund@1.0.0 -+-- https://example.com/a -| | `-- a@1.0.0 -| `-- https://example.com/maintainer -| `-- foo@1.0.0 -+-- https://example.com/npmcli-funding -| `-- @npmcli/test-funding -`-- https://example.com/org - `-- bar@2.0.0 -</code></pre> -<p>And here is an example of the expected result when filtering only by a -specific workspace <code>a</code> in the same project:</p> -<pre><code class="language-bash">$ npm fund -w a -test-workspaces-fund@1.0.0 -`-- https://example.com/a - | `-- a@1.0.0 - `-- https://example.com/maintainer - `-- foo@2.0.0 -</code></pre> -<h3 id="configuration">Configuration</h3> -<h4 id="json"><code>json</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Whether or not to output JSON data, rather than the normal output.</p> -<ul> -<li>In <code>npm pkg set</code> it enables parsing set values with JSON.parse() before -saving them to your <code>package.json</code>.</li> -</ul> -<p>Not supported by all npm commands.</p> -<h4 id="browser"><code>browser</code></h4> -<ul> -<li>Default: OS X: <code>"open"</code>, Windows: <code>"start"</code>, Others: <code>"xdg-open"</code></li> -<li>Type: null, Boolean, or String</li> -</ul> -<p>The browser that is called by npm commands to open websites.</p> -<p>Set to <code>false</code> to suppress browser behavior and instead print urls to -terminal.</p> -<p>Set to <code>true</code> to use default system URL opener.</p> -<h4 id="unicode"><code>unicode</code></h4> -<ul> -<li>Default: false on windows, true on mac/unix systems with a unicode locale, -as defined by the <code>LC_ALL</code>, <code>LC_CTYPE</code>, or <code>LANG</code> environment variables.</li> -<li>Type: Boolean</li> -</ul> -<p>When set to true, npm uses unicode characters in the tree output. When -false, it uses ascii characters instead of unicode glyphs.</p> -<h4 id="workspace"><code>workspace</code></h4> -<ul> -<li>Default:</li> -<li>Type: String (can be set multiple times)</li> -</ul> -<p>Enable running a command in the context of the configured workspaces of the -current project while filtering by running only the workspaces defined by -this configuration option.</p> -<p>Valid values for the <code>workspace</code> config are either:</p> -<ul> -<li>Workspace names</li> -<li>Path to a workspace directory</li> -<li>Path to a parent workspace directory (will result in selecting all -workspaces within that folder)</li> -</ul> -<p>When set for the <code>npm init</code> command, this may be set to the folder of a -workspace which does not yet exist, to create the folder and set it up as a -brand new workspace within the project.</p> -<p>This value is not exported to the environment for child processes.</p> -<h4 id="which"><code>which</code></h4> -<ul> -<li>Default: null</li> -<li>Type: null or Number</li> -</ul> -<p>If there are multiple funding sources, which 1-indexed source URL to open.</p> -<h2 id="see-also">See Also</h2> -<ul> -<li><a href="../using-npm/package-spec.html">package spec</a></li> -<li><a href="../commands/npm-install.html">npm install</a></li> -<li><a href="../commands/npm-docs.html">npm docs</a></li> -<li><a href="../commands/npm-ls.html">npm ls</a></li> -<li><a href="../commands/npm-config.html">npm config</a></li> -<li><a href="../using-npm/workspaces.html">npm workspaces</a></li> -</ul></div> - -<footer id="edit"> -<a href="https://github.com/npm/cli/edit/latest/docs/content/commands/npm-fund.md"> -<svg role="img" viewBox="0 0 16 16" width="16" height="16" fill="currentcolor" style="vertical-align: text-bottom; margin-right: 0.3em;"> -<path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path> -</svg> -Edit this page on GitHub -</a> -</footer> -</section> - - - -</body></html> \ No newline at end of file diff --git a/software/flow/node_modules/npm/docs/output/commands/npm-help-search.html b/software/flow/node_modules/npm/docs/output/commands/npm-help-search.html deleted file mode 100644 index c8ae1b6..0000000 --- a/software/flow/node_modules/npm/docs/output/commands/npm-help-search.html +++ /dev/null @@ -1,184 +0,0 @@ -<!DOCTYPE html><html><head> -<meta charset="utf-8"> -<title>npm-help-search</title> -<style> -body { - background-color: #ffffff; - color: #24292e; - - margin: 0; - - line-height: 1.5; - - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; -} -#rainbar { - height: 10px; - background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); -} - -a { - text-decoration: none; - color: #0366d6; -} -a:hover { - text-decoration: underline; -} - -pre { - margin: 1em 0px; - padding: 1em; - border: solid 1px #e1e4e8; - border-radius: 6px; - - display: block; - overflow: auto; - - white-space: pre; - - background-color: #f6f8fa; - color: #393a34; -} -code { - font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; - font-size: 85%; - padding: 0.2em 0.4em; - background-color: #f6f8fa; - color: #393a34; -} -pre > code { - padding: 0; - background-color: inherit; - color: inherit; -} -h1, h2, h3 { - font-weight: 600; -} - -#logobar { - background-color: #333333; - margin: 0 auto; - padding: 1em 4em; -} -#logobar .logo { - float: left; -} -#logobar .title { - font-weight: 600; - color: #dddddd; - float: left; - margin: 5px 0 0 1em; -} -#logobar:after { - content: ""; - display: block; - clear: both; -} - -#content { - margin: 0 auto; - padding: 0 4em; -} - -#table_of_contents > h2 { - font-size: 1.17em; -} -#table_of_contents ul:first-child { - border: solid 1px #e1e4e8; - border-radius: 6px; - padding: 1em; - background-color: #f6f8fa; - color: #393a34; -} -#table_of_contents ul { - list-style-type: none; - padding-left: 1.5em; -} -#table_of_contents li { - font-size: 0.9em; -} -#table_of_contents li a { - color: #000000; -} - -header.title { - border-bottom: solid 1px #e1e4e8; -} -header.title > h1 { - margin-bottom: 0.25em; -} -header.title > .description { - display: block; - margin-bottom: 0.5em; - line-height: 1; -} - -footer#edit { - border-top: solid 1px #e1e4e8; - margin: 3em 0 4em 0; - padding-top: 2em; -} -</style> -</head> -<body> -<div id="banner"> -<div id="rainbar"></div> -<div id="logobar"> -<svg class="logo" role="img" height="32" width="32" viewBox="0 0 700 700"> -<polygon fill="#cb0000" points="0,700 700,700 700,0 0,0"></polygon> -<polygon fill="#ffffff" points="150,550 350,550 350,250 450,250 450,550 550,550 550,150 150,150"></polygon> -</svg> -<div class="title"> -npm command-line interface -</div> -</div> -</div> - -<section id="content"> -<header class="title"> -<h1 id="npm-help-search">npm-help-search</h1> -<span class="description">Search npm help documentation</span> -</header> - -<section id="table_of_contents"> -<h2 id="table-of-contents">Table of contents</h2> -<div id="_table_of_contents"><ul><li><a href="#synopsis">Synopsis</a></li><li><a href="#description">Description</a></li><li><a href="#configuration">Configuration</a></li><ul><li><a href="#long"><code>long</code></a></li></ul><li><a href="#see-also">See Also</a></li></ul></div> -</section> - -<div id="_content"><h3 id="synopsis">Synopsis</h3> -<pre><code class="language-bash">npm help-search &lt;text&gt; -</code></pre> -<p>Note: This command is unaware of workspaces.</p> -<h3 id="description">Description</h3> -<p>This command will search the npm markdown documentation files for the terms -provided, and then list the results, sorted by relevance.</p> -<p>If only one result is found, then it will show that help topic.</p> -<p>If the argument to <code>npm help</code> is not a known help topic, then it will call -<code>help-search</code>. It is rarely if ever necessary to call this command -directly.</p> -<h3 id="configuration">Configuration</h3> -<h4 id="long"><code>long</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Show extended information in <code>ls</code>, <code>search</code>, and <code>help-search</code>.</p> -<h3 id="see-also">See Also</h3> -<ul> -<li><a href="../commands/npm.html">npm</a></li> -<li><a href="../commands/npm-help.html">npm help</a></li> -</ul></div> - -<footer id="edit"> -<a href="https://github.com/npm/cli/edit/latest/docs/content/commands/npm-help-search.md"> -<svg role="img" viewBox="0 0 16 16" width="16" height="16" fill="currentcolor" style="vertical-align: text-bottom; margin-right: 0.3em;"> -<path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path> -</svg> -Edit this page on GitHub -</a> -</footer> -</section> - - - -</body></html> \ No newline at end of file diff --git a/software/flow/node_modules/npm/docs/output/commands/npm-help.html b/software/flow/node_modules/npm/docs/output/commands/npm-help.html deleted file mode 100644 index 3cf78e3..0000000 --- a/software/flow/node_modules/npm/docs/output/commands/npm-help.html +++ /dev/null @@ -1,190 +0,0 @@ -<!DOCTYPE html><html><head> -<meta charset="utf-8"> -<title>npm-help</title> -<style> -body { - background-color: #ffffff; - color: #24292e; - - margin: 0; - - line-height: 1.5; - - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; -} -#rainbar { - height: 10px; - background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); -} - -a { - text-decoration: none; - color: #0366d6; -} -a:hover { - text-decoration: underline; -} - -pre { - margin: 1em 0px; - padding: 1em; - border: solid 1px #e1e4e8; - border-radius: 6px; - - display: block; - overflow: auto; - - white-space: pre; - - background-color: #f6f8fa; - color: #393a34; -} -code { - font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; - font-size: 85%; - padding: 0.2em 0.4em; - background-color: #f6f8fa; - color: #393a34; -} -pre > code { - padding: 0; - background-color: inherit; - color: inherit; -} -h1, h2, h3 { - font-weight: 600; -} - -#logobar { - background-color: #333333; - margin: 0 auto; - padding: 1em 4em; -} -#logobar .logo { - float: left; -} -#logobar .title { - font-weight: 600; - color: #dddddd; - float: left; - margin: 5px 0 0 1em; -} -#logobar:after { - content: ""; - display: block; - clear: both; -} - -#content { - margin: 0 auto; - padding: 0 4em; -} - -#table_of_contents > h2 { - font-size: 1.17em; -} -#table_of_contents ul:first-child { - border: solid 1px #e1e4e8; - border-radius: 6px; - padding: 1em; - background-color: #f6f8fa; - color: #393a34; -} -#table_of_contents ul { - list-style-type: none; - padding-left: 1.5em; -} -#table_of_contents li { - font-size: 0.9em; -} -#table_of_contents li a { - color: #000000; -} - -header.title { - border-bottom: solid 1px #e1e4e8; -} -header.title > h1 { - margin-bottom: 0.25em; -} -header.title > .description { - display: block; - margin-bottom: 0.5em; - line-height: 1; -} - -footer#edit { - border-top: solid 1px #e1e4e8; - margin: 3em 0 4em 0; - padding-top: 2em; -} -</style> -</head> -<body> -<div id="banner"> -<div id="rainbar"></div> -<div id="logobar"> -<svg class="logo" role="img" height="32" width="32" viewBox="0 0 700 700"> -<polygon fill="#cb0000" points="0,700 700,700 700,0 0,0"></polygon> -<polygon fill="#ffffff" points="150,550 350,550 350,250 450,250 450,550 550,550 550,150 150,150"></polygon> -</svg> -<div class="title"> -npm command-line interface -</div> -</div> -</div> - -<section id="content"> -<header class="title"> -<h1 id="npm-help">npm-help</h1> -<span class="description">Get help on npm</span> -</header> - -<section id="table_of_contents"> -<h2 id="table-of-contents">Table of contents</h2> -<div id="_table_of_contents"><ul><li><a href="#synopsis">Synopsis</a></li><li><a href="#description">Description</a></li><li><a href="#configuration">Configuration</a></li><ul><li><a href="#viewer"><code>viewer</code></a></li></ul><li><a href="#see-also">See Also</a></li></ul></div> -</section> - -<div id="_content"><h3 id="synopsis">Synopsis</h3> -<pre><code class="language-bash">npm help &lt;term&gt; [&lt;terms..&gt;] - -alias: hlep -</code></pre> -<p>Note: This command is unaware of workspaces.</p> -<h3 id="description">Description</h3> -<p>If supplied a topic, then show the appropriate documentation page.</p> -<p>If the topic does not exist, or if multiple terms are provided, then npm -will run the <code>help-search</code> command to find a match. Note that, if -<code>help-search</code> finds a single subject, then it will run <code>help</code> on that -topic, so unique matches are equivalent to specifying a topic name.</p> -<h3 id="configuration">Configuration</h3> -<h4 id="viewer"><code>viewer</code></h4> -<ul> -<li>Default: "man" on Posix, "browser" on Windows</li> -<li>Type: String</li> -</ul> -<p>The program to use to view help content.</p> -<p>Set to <code>"browser"</code> to view html help content in the default web browser.</p> -<h3 id="see-also">See Also</h3> -<ul> -<li><a href="../commands/npm.html">npm</a></li> -<li><a href="../configuring-npm/folders.html">npm folders</a></li> -<li><a href="../commands/npm-config.html">npm config</a></li> -<li><a href="../configuring-npm/npmrc.html">npmrc</a></li> -<li><a href="../configuring-npm/package-json.html">package.json</a></li> -<li><a href="../commands/npm-help-search.html">npm help-search</a></li> -</ul></div> - -<footer id="edit"> -<a href="https://github.com/npm/cli/edit/latest/docs/content/commands/npm-help.md"> -<svg role="img" viewBox="0 0 16 16" width="16" height="16" fill="currentcolor" style="vertical-align: text-bottom; margin-right: 0.3em;"> -<path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path> -</svg> -Edit this page on GitHub -</a> -</footer> -</section> - - - -</body></html> \ No newline at end of file diff --git a/software/flow/node_modules/npm/docs/output/commands/npm-hook.html b/software/flow/node_modules/npm/docs/output/commands/npm-hook.html deleted file mode 100644 index 4607751..0000000 --- a/software/flow/node_modules/npm/docs/output/commands/npm-hook.html +++ /dev/null @@ -1,226 +0,0 @@ -<!DOCTYPE html><html><head> -<meta charset="utf-8"> -<title>npm-hook</title> -<style> -body { - background-color: #ffffff; - color: #24292e; - - margin: 0; - - line-height: 1.5; - - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; -} -#rainbar { - height: 10px; - background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); -} - -a { - text-decoration: none; - color: #0366d6; -} -a:hover { - text-decoration: underline; -} - -pre { - margin: 1em 0px; - padding: 1em; - border: solid 1px #e1e4e8; - border-radius: 6px; - - display: block; - overflow: auto; - - white-space: pre; - - background-color: #f6f8fa; - color: #393a34; -} -code { - font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; - font-size: 85%; - padding: 0.2em 0.4em; - background-color: #f6f8fa; - color: #393a34; -} -pre > code { - padding: 0; - background-color: inherit; - color: inherit; -} -h1, h2, h3 { - font-weight: 600; -} - -#logobar { - background-color: #333333; - margin: 0 auto; - padding: 1em 4em; -} -#logobar .logo { - float: left; -} -#logobar .title { - font-weight: 600; - color: #dddddd; - float: left; - margin: 5px 0 0 1em; -} -#logobar:after { - content: ""; - display: block; - clear: both; -} - -#content { - margin: 0 auto; - padding: 0 4em; -} - -#table_of_contents > h2 { - font-size: 1.17em; -} -#table_of_contents ul:first-child { - border: solid 1px #e1e4e8; - border-radius: 6px; - padding: 1em; - background-color: #f6f8fa; - color: #393a34; -} -#table_of_contents ul { - list-style-type: none; - padding-left: 1.5em; -} -#table_of_contents li { - font-size: 0.9em; -} -#table_of_contents li a { - color: #000000; -} - -header.title { - border-bottom: solid 1px #e1e4e8; -} -header.title > h1 { - margin-bottom: 0.25em; -} -header.title > .description { - display: block; - margin-bottom: 0.5em; - line-height: 1; -} - -footer#edit { - border-top: solid 1px #e1e4e8; - margin: 3em 0 4em 0; - padding-top: 2em; -} -</style> -</head> -<body> -<div id="banner"> -<div id="rainbar"></div> -<div id="logobar"> -<svg class="logo" role="img" height="32" width="32" viewBox="0 0 700 700"> -<polygon fill="#cb0000" points="0,700 700,700 700,0 0,0"></polygon> -<polygon fill="#ffffff" points="150,550 350,550 350,250 450,250 450,550 550,550 550,150 150,150"></polygon> -</svg> -<div class="title"> -npm command-line interface -</div> -</div> -</div> - -<section id="content"> -<header class="title"> -<h1 id="npm-hook">npm-hook</h1> -<span class="description">Manage registry hooks</span> -</header> - -<section id="table_of_contents"> -<h2 id="table-of-contents">Table of contents</h2> -<div id="_table_of_contents"><ul><li><a href="#synopsis">Synopsis</a></li><li><a href="#description">Description</a></li><li><a href="#example">Example</a></li><li><a href="#configuration">Configuration</a></li><ul><li><a href="#registry"><code>registry</code></a></li><li><a href="#otp"><code>otp</code></a></li></ul><li><a href="#see-also">See Also</a></li></ul></div> -</section> - -<div id="_content"><h3 id="synopsis">Synopsis</h3> -<pre><code class="language-bash">npm hook add &lt;pkg&gt; &lt;url&gt; &lt;secret&gt; [--type=&lt;type&gt;] -npm hook ls [pkg] -npm hook rm &lt;id&gt; -npm hook update &lt;id&gt; &lt;url&gt; &lt;secret&gt; -</code></pre> -<p>Note: This command is unaware of workspaces.</p> -<h3 id="description">Description</h3> -<p>Allows you to manage <a href="https://blog.npmjs.org/post/145260155635/introducing-hooks-get-notifications-of-npm">npm -hooks</a>, -including adding, removing, listing, and updating.</p> -<p>Hooks allow you to configure URL endpoints that will be notified whenever a -change happens to any of the supported entity types. Three different types -of entities can be watched by hooks: packages, owners, and scopes.</p> -<p>To create a package hook, simply reference the package name.</p> -<p>To create an owner hook, prefix the owner name with <code>~</code> (as in, -<code>~youruser</code>).</p> -<p>To create a scope hook, prefix the scope name with <code>@</code> (as in, -<code>@yourscope</code>).</p> -<p>The hook <code>id</code> used by <code>update</code> and <code>rm</code> are the IDs listed in <code>npm hook ls</code> -for that particular hook.</p> -<p>The shared secret will be sent along to the URL endpoint so you can verify -the request came from your own configured hook.</p> -<h3 id="example">Example</h3> -<p>Add a hook to watch a package for changes:</p> -<pre><code class="language-bash">$ npm hook add lodash https://example.com/ my-shared-secret -</code></pre> -<p>Add a hook to watch packages belonging to the user <code>substack</code>:</p> -<pre><code class="language-bash">$ npm hook add ~substack https://example.com/ my-shared-secret -</code></pre> -<p>Add a hook to watch packages in the scope <code>@npm</code></p> -<pre><code class="language-bash">$ npm hook add @npm https://example.com/ my-shared-secret -</code></pre> -<p>List all your active hooks:</p> -<pre><code class="language-bash">$ npm hook ls -</code></pre> -<p>List your active hooks for the <code>lodash</code> package:</p> -<pre><code class="language-bash">$ npm hook ls lodash -</code></pre> -<p>Update an existing hook's url:</p> -<pre><code class="language-bash">$ npm hook update id-deadbeef https://my-new-website.here/ -</code></pre> -<p>Remove a hook:</p> -<pre><code class="language-bash">$ npm hook rm id-deadbeef -</code></pre> -<h3 id="configuration">Configuration</h3> -<h4 id="registry"><code>registry</code></h4> -<ul> -<li>Default: "<a href="https://registry.npmjs.org/">https://registry.npmjs.org/</a>"</li> -<li>Type: URL</li> -</ul> -<p>The base URL of the npm registry.</p> -<h4 id="otp"><code>otp</code></h4> -<ul> -<li>Default: null</li> -<li>Type: null or String</li> -</ul> -<p>This is a one-time password from a two-factor authenticator. It's needed -when publishing or changing package permissions with <code>npm access</code>.</p> -<p>If not set, and a registry response fails with a challenge for a one-time -password, npm will prompt on the command line for one.</p> -<h3 id="see-also">See Also</h3> -<ul> -<li><a href="https://blog.npmjs.org/post/145260155635/introducing-hooks-get-notifications-of-npm">"Introducing Hooks" blog post</a></li> -</ul></div> - -<footer id="edit"> -<a href="https://github.com/npm/cli/edit/latest/docs/content/commands/npm-hook.md"> -<svg role="img" viewBox="0 0 16 16" width="16" height="16" fill="currentcolor" style="vertical-align: text-bottom; margin-right: 0.3em;"> -<path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path> -</svg> -Edit this page on GitHub -</a> -</footer> -</section> - - - -</body></html> \ No newline at end of file diff --git a/software/flow/node_modules/npm/docs/output/commands/npm-init.html b/software/flow/node_modules/npm/docs/output/commands/npm-init.html deleted file mode 100644 index e515d36..0000000 --- a/software/flow/node_modules/npm/docs/output/commands/npm-init.html +++ /dev/null @@ -1,387 +0,0 @@ -<!DOCTYPE html><html><head> -<meta charset="utf-8"> -<title>npm-init</title> -<style> -body { - background-color: #ffffff; - color: #24292e; - - margin: 0; - - line-height: 1.5; - - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; -} -#rainbar { - height: 10px; - background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); -} - -a { - text-decoration: none; - color: #0366d6; -} -a:hover { - text-decoration: underline; -} - -pre { - margin: 1em 0px; - padding: 1em; - border: solid 1px #e1e4e8; - border-radius: 6px; - - display: block; - overflow: auto; - - white-space: pre; - - background-color: #f6f8fa; - color: #393a34; -} -code { - font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; - font-size: 85%; - padding: 0.2em 0.4em; - background-color: #f6f8fa; - color: #393a34; -} -pre > code { - padding: 0; - background-color: inherit; - color: inherit; -} -h1, h2, h3 { - font-weight: 600; -} - -#logobar { - background-color: #333333; - margin: 0 auto; - padding: 1em 4em; -} -#logobar .logo { - float: left; -} -#logobar .title { - font-weight: 600; - color: #dddddd; - float: left; - margin: 5px 0 0 1em; -} -#logobar:after { - content: ""; - display: block; - clear: both; -} - -#content { - margin: 0 auto; - padding: 0 4em; -} - -#table_of_contents > h2 { - font-size: 1.17em; -} -#table_of_contents ul:first-child { - border: solid 1px #e1e4e8; - border-radius: 6px; - padding: 1em; - background-color: #f6f8fa; - color: #393a34; -} -#table_of_contents ul { - list-style-type: none; - padding-left: 1.5em; -} -#table_of_contents li { - font-size: 0.9em; -} -#table_of_contents li a { - color: #000000; -} - -header.title { - border-bottom: solid 1px #e1e4e8; -} -header.title > h1 { - margin-bottom: 0.25em; -} -header.title > .description { - display: block; - margin-bottom: 0.5em; - line-height: 1; -} - -footer#edit { - border-top: solid 1px #e1e4e8; - margin: 3em 0 4em 0; - padding-top: 2em; -} -</style> -</head> -<body> -<div id="banner"> -<div id="rainbar"></div> -<div id="logobar"> -<svg class="logo" role="img" height="32" width="32" viewBox="0 0 700 700"> -<polygon fill="#cb0000" points="0,700 700,700 700,0 0,0"></polygon> -<polygon fill="#ffffff" points="150,550 350,550 350,250 450,250 450,550 550,550 550,150 150,150"></polygon> -</svg> -<div class="title"> -npm command-line interface -</div> -</div> -</div> - -<section id="content"> -<header class="title"> -<h1 id="npm-init">npm-init</h1> -<span class="description">Create a package.json file</span> -</header> - -<section id="table_of_contents"> -<h2 id="table-of-contents">Table of contents</h2> -<div id="_table_of_contents"><ul><li><a href="#synopsis">Synopsis</a></li><li><a href="#description">Description</a></li><ul><li><a href="#forwarding-additional-options">Forwarding additional options</a></li></ul><li><a href="#examples">Examples</a></li><li><a href="#workspaces-support">Workspaces support</a></li><li><a href="#configuration">Configuration</a></li><ul><li><a href="#yes"><code>yes</code></a></li><li><a href="#force"><code>force</code></a></li><li><a href="#scope"><code>scope</code></a></li><li><a href="#workspace"><code>workspace</code></a></li><li><a href="#workspaces"><code>workspaces</code></a></li><li><a href="#workspaces-update"><code>workspaces-update</code></a></li><li><a href="#include-workspace-root"><code>include-workspace-root</code></a></li></ul><li><a href="#see-also">See Also</a></li></ul></div> -</section> - -<div id="_content"><h3 id="synopsis">Synopsis</h3> -<pre><code class="language-bash">npm init &lt;package-spec&gt; (same as `npx &lt;package-spec&gt;`) -npm init &lt;@scope&gt; (same as `npx &lt;@scope&gt;/create`) - -aliases: create, innit -</code></pre> -<h3 id="description">Description</h3> -<p><code>npm init &lt;initializer&gt;</code> can be used to set up a new or existing npm -package.</p> -<p><code>initializer</code> in this case is an npm package named <code>create-&lt;initializer&gt;</code>, -which will be installed by <a href="../commands/npm-exec.html"><code>npm-exec</code></a>, and then have its -main bin executed -- presumably creating or updating <code>package.json</code> and -running any other initialization-related operations.</p> -<p>The init command is transformed to a corresponding <code>npm exec</code> operation as -follows:</p> -<ul> -<li><code>npm init foo</code> -&gt; <code>npm exec create-foo</code></li> -<li><code>npm init @usr/foo</code> -&gt; <code>npm exec @usr/create-foo</code></li> -<li><code>npm init @usr</code> -&gt; <code>npm exec @usr/create</code></li> -<li><code>npm init @usr@2.0.0</code> -&gt; <code>npm exec @usr/create@2.0.0</code></li> -<li><code>npm init @usr/foo@2.0.0</code> -&gt; <code>npm exec @usr/create-foo@2.0.0</code></li> -</ul> -<p>If the initializer is omitted (by just calling <code>npm init</code>), init will fall -back to legacy init behavior. It will ask you a bunch of questions, and -then write a package.json for you. It will attempt to make reasonable -guesses based on existing fields, dependencies, and options selected. It is -strictly additive, so it will keep any fields and values that were already -set. You can also use <code>-y</code>/<code>--yes</code> to skip the questionnaire altogether. If -you pass <code>--scope</code>, it will create a scoped package.</p> -<p><em>Note:</em> if a user already has the <code>create-&lt;initializer&gt;</code> package -globally installed, that will be what <code>npm init</code> uses. If you want npm -to use the latest version, or another specific version you must specify -it:</p> -<ul> -<li><code>npm init foo@latest</code> # fetches and runs the latest <code>create-foo</code> from -the registry</li> -<li><code>npm init foo@1.2.3</code> # runs <code>create-foo@1.2.3</code> specifically</li> -</ul> -<h4 id="forwarding-additional-options">Forwarding additional options</h4> -<p>Any additional options will be passed directly to the command, so <code>npm init foo -- --hello</code> will map to <code>npm exec -- create-foo --hello</code>.</p> -<p>To better illustrate how options are forwarded, here's a more evolved -example showing options passed to both the <strong>npm cli</strong> and a create package, -both following commands are equivalent:</p> -<ul> -<li><code>npm init foo -y --registry=&lt;url&gt; -- --hello -a</code></li> -<li><code>npm exec -y --registry=&lt;url&gt; -- create-foo --hello -a</code></li> -</ul> -<h3 id="examples">Examples</h3> -<p>Create a new React-based project using -<a href="https://npm.im/create-react-app"><code>create-react-app</code></a>:</p> -<pre><code class="language-bash">$ npm init react-app ./my-react-app -</code></pre> -<p>Create a new <code>esm</code>-compatible package using -<a href="https://npm.im/create-esm"><code>create-esm</code></a>:</p> -<pre><code class="language-bash">$ mkdir my-esm-lib &amp;&amp; cd my-esm-lib -$ npm init esm --yes -</code></pre> -<p>Generate a plain old package.json using legacy init:</p> -<pre><code class="language-bash">$ mkdir my-npm-pkg &amp;&amp; cd my-npm-pkg -$ git init -$ npm init -</code></pre> -<p>Generate it without having it ask any questions:</p> -<pre><code class="language-bash">$ npm init -y -</code></pre> -<h3 id="workspaces-support">Workspaces support</h3> -<p>It's possible to create a new workspace within your project by using the -<code>workspace</code> config option. When using <code>npm init -w &lt;dir&gt;</code> the cli will -create the folders and boilerplate expected while also adding a reference -to your project <code>package.json</code> <code>"workspaces": []</code> property in order to make -sure that new generated <strong>workspace</strong> is properly set up as such.</p> -<p>Given a project with no workspaces, e.g:</p> -<pre><code>. -+-- package.json -</code></pre> -<p>You may generate a new workspace using the legacy init:</p> -<pre><code class="language-bash">$ npm init -w packages/a -</code></pre> -<p>That will generate a new folder and <code>package.json</code> file, while also updating -your top-level <code>package.json</code> to add the reference to this new workspace:</p> -<pre><code>. -+-- package.json -`-- packages - `-- a - `-- package.json -</code></pre> -<p>The workspaces init also supports the <code>npm init &lt;initializer&gt; -w &lt;dir&gt;</code> -syntax, following the same set of rules explained earlier in the initial -<strong>Description</strong> section of this page. Similar to the previous example of -creating a new React-based project using -<a href="https://npm.im/create-react-app"><code>create-react-app</code></a>, the following syntax -will make sure to create the new react app as a nested <strong>workspace</strong> within your -project and configure your <code>package.json</code> to recognize it as such:</p> -<pre><code class="language-bash">npm init -w packages/my-react-app react-app . -</code></pre> -<p>This will make sure to generate your react app as expected, one important -consideration to have in mind is that <code>npm exec</code> is going to be run in the -context of the newly created folder for that workspace, and that's the reason -why in this example the initializer uses the initializer name followed with a -dot to represent the current directory in that context, e.g: <code>react-app .</code>:</p> -<pre><code>. -+-- package.json -`-- packages - +-- a - | `-- package.json - `-- my-react-app - +-- README - +-- package.json - `-- ... -</code></pre> -<h3 id="configuration">Configuration</h3> -<h4 id="yes"><code>yes</code></h4> -<ul> -<li>Default: null</li> -<li>Type: null or Boolean</li> -</ul> -<p>Automatically answer "yes" to any prompts that npm might print on the -command line.</p> -<h4 id="force"><code>force</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Removes various protections against unfortunate side effects, common -mistakes, unnecessary performance degradation, and malicious input.</p> -<ul> -<li>Allow clobbering non-npm files in global installs.</li> -<li>Allow the <code>npm version</code> command to work on an unclean git repository.</li> -<li>Allow deleting the cache folder with <code>npm cache clean</code>.</li> -<li>Allow installing packages that have an <code>engines</code> declaration requiring a -different version of npm.</li> -<li>Allow installing packages that have an <code>engines</code> declaration requiring a -different version of <code>node</code>, even if <code>--engine-strict</code> is enabled.</li> -<li>Allow <code>npm audit fix</code> to install modules outside your stated dependency -range (including SemVer-major changes).</li> -<li>Allow unpublishing all versions of a published package.</li> -<li>Allow conflicting peerDependencies to be installed in the root project.</li> -<li>Implicitly set <code>--yes</code> during <code>npm init</code>.</li> -<li>Allow clobbering existing values in <code>npm pkg</code></li> -<li>Allow unpublishing of entire packages (not just a single version).</li> -</ul> -<p>If you don't have a clear idea of what you want to do, it is strongly -recommended that you do not use this option!</p> -<h4 id="scope"><code>scope</code></h4> -<ul> -<li>Default: the scope of the current project, if any, or ""</li> -<li>Type: String</li> -</ul> -<p>Associate an operation with a scope for a scoped registry.</p> -<p>Useful when logging in to or out of a private registry:</p> -<pre><code># log in, linking the scope to the custom registry -npm login --scope=@mycorp --registry=https://registry.mycorp.com - -# log out, removing the link and the auth token -npm logout --scope=@mycorp -</code></pre> -<p>This will cause <code>@mycorp</code> to be mapped to the registry for future -installation of packages specified according to the pattern -<code>@mycorp/package</code>.</p> -<p>This will also cause <code>npm init</code> to create a scoped package.</p> -<pre><code># accept all defaults, and create a package named "@foo/whatever", -# instead of just named "whatever" -npm init --scope=@foo --yes -</code></pre> -<h4 id="workspace"><code>workspace</code></h4> -<ul> -<li>Default:</li> -<li>Type: String (can be set multiple times)</li> -</ul> -<p>Enable running a command in the context of the configured workspaces of the -current project while filtering by running only the workspaces defined by -this configuration option.</p> -<p>Valid values for the <code>workspace</code> config are either:</p> -<ul> -<li>Workspace names</li> -<li>Path to a workspace directory</li> -<li>Path to a parent workspace directory (will result in selecting all -workspaces within that folder)</li> -</ul> -<p>When set for the <code>npm init</code> command, this may be set to the folder of a -workspace which does not yet exist, to create the folder and set it up as a -brand new workspace within the project.</p> -<p>This value is not exported to the environment for child processes.</p> -<h4 id="workspaces"><code>workspaces</code></h4> -<ul> -<li>Default: null</li> -<li>Type: null or Boolean</li> -</ul> -<p>Set to true to run the command in the context of <strong>all</strong> configured -workspaces.</p> -<p>Explicitly setting this to false will cause commands like <code>install</code> to -ignore workspaces altogether. When not set explicitly:</p> -<ul> -<li>Commands that operate on the <code>node_modules</code> tree (install, update, etc.) -will link workspaces into the <code>node_modules</code> folder. - Commands that do -other things (test, exec, publish, etc.) will operate on the root project, -<em>unless</em> one or more workspaces are specified in the <code>workspace</code> config.</li> -</ul> -<p>This value is not exported to the environment for child processes.</p> -<h4 id="workspaces-update"><code>workspaces-update</code></h4> -<ul> -<li>Default: true</li> -<li>Type: Boolean</li> -</ul> -<p>If set to true, the npm cli will run an update after operations that may -possibly change the workspaces installed to the <code>node_modules</code> folder.</p> -<h4 id="include-workspace-root"><code>include-workspace-root</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Include the workspace root when workspaces are enabled for a command.</p> -<p>When false, specifying individual workspaces via the <code>workspace</code> config, or -all workspaces via the <code>workspaces</code> flag, will cause npm to operate only on -the specified workspaces, and not on the root project.</p> -<p>This value is not exported to the environment for child processes.</p> -<h3 id="see-also">See Also</h3> -<ul> -<li><a href="../using-npm/package-spec.html">package spec</a></li> -<li><a href="http://npm.im/init-package-json">init-package-json module</a></li> -<li><a href="../configuring-npm/package-json.html">package.json</a></li> -<li><a href="../commands/npm-version.html">npm version</a></li> -<li><a href="../using-npm/scope.html">npm scope</a></li> -<li><a href="../commands/npm-exec.html">npm exec</a></li> -<li><a href="../using-npm/workspaces.html">npm workspaces</a></li> -</ul></div> - -<footer id="edit"> -<a href="https://github.com/npm/cli/edit/latest/docs/content/commands/npm-init.md"> -<svg role="img" viewBox="0 0 16 16" width="16" height="16" fill="currentcolor" style="vertical-align: text-bottom; margin-right: 0.3em;"> -<path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path> -</svg> -Edit this page on GitHub -</a> -</footer> -</section> - - - -</body></html> \ No newline at end of file diff --git a/software/flow/node_modules/npm/docs/output/commands/npm-install-ci-test.html b/software/flow/node_modules/npm/docs/output/commands/npm-install-ci-test.html deleted file mode 100644 index b2f6a3a..0000000 --- a/software/flow/node_modules/npm/docs/output/commands/npm-install-ci-test.html +++ /dev/null @@ -1,384 +0,0 @@ -<!DOCTYPE html><html><head> -<meta charset="utf-8"> -<title>npm-install-ci-test</title> -<style> -body { - background-color: #ffffff; - color: #24292e; - - margin: 0; - - line-height: 1.5; - - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; -} -#rainbar { - height: 10px; - background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); -} - -a { - text-decoration: none; - color: #0366d6; -} -a:hover { - text-decoration: underline; -} - -pre { - margin: 1em 0px; - padding: 1em; - border: solid 1px #e1e4e8; - border-radius: 6px; - - display: block; - overflow: auto; - - white-space: pre; - - background-color: #f6f8fa; - color: #393a34; -} -code { - font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; - font-size: 85%; - padding: 0.2em 0.4em; - background-color: #f6f8fa; - color: #393a34; -} -pre > code { - padding: 0; - background-color: inherit; - color: inherit; -} -h1, h2, h3 { - font-weight: 600; -} - -#logobar { - background-color: #333333; - margin: 0 auto; - padding: 1em 4em; -} -#logobar .logo { - float: left; -} -#logobar .title { - font-weight: 600; - color: #dddddd; - float: left; - margin: 5px 0 0 1em; -} -#logobar:after { - content: ""; - display: block; - clear: both; -} - -#content { - margin: 0 auto; - padding: 0 4em; -} - -#table_of_contents > h2 { - font-size: 1.17em; -} -#table_of_contents ul:first-child { - border: solid 1px #e1e4e8; - border-radius: 6px; - padding: 1em; - background-color: #f6f8fa; - color: #393a34; -} -#table_of_contents ul { - list-style-type: none; - padding-left: 1.5em; -} -#table_of_contents li { - font-size: 0.9em; -} -#table_of_contents li a { - color: #000000; -} - -header.title { - border-bottom: solid 1px #e1e4e8; -} -header.title > h1 { - margin-bottom: 0.25em; -} -header.title > .description { - display: block; - margin-bottom: 0.5em; - line-height: 1; -} - -footer#edit { - border-top: solid 1px #e1e4e8; - margin: 3em 0 4em 0; - padding-top: 2em; -} -</style> -</head> -<body> -<div id="banner"> -<div id="rainbar"></div> -<div id="logobar"> -<svg class="logo" role="img" height="32" width="32" viewBox="0 0 700 700"> -<polygon fill="#cb0000" points="0,700 700,700 700,0 0,0"></polygon> -<polygon fill="#ffffff" points="150,550 350,550 350,250 450,250 450,550 550,550 550,150 150,150"></polygon> -</svg> -<div class="title"> -npm command-line interface -</div> -</div> -</div> - -<section id="content"> -<header class="title"> -<h1 id="npm-install-ci-test">npm-install-ci-test</h1> -<span class="description">Install a project with a clean slate and run tests</span> -</header> - -<section id="table_of_contents"> -<h2 id="table-of-contents">Table of contents</h2> -<div id="_table_of_contents"><ul><li><a href="#synopsis">Synopsis</a></li><li><a href="#description">Description</a></li><li><a href="#configuration">Configuration</a></li><ul><li><a href="#save"><code>save</code></a></li><li><a href="#save-exact"><code>save-exact</code></a></li><li><a href="#global"><code>global</code></a></li><li><a href="#install-strategy"><code>install-strategy</code></a></li><li><a href="#legacy-bundling"><code>legacy-bundling</code></a></li><li><a href="#global-style"><code>global-style</code></a></li><li><a href="#omit"><code>omit</code></a></li><li><a href="#strict-peer-deps"><code>strict-peer-deps</code></a></li><li><a href="#package-lock"><code>package-lock</code></a></li><li><a href="#foreground-scripts"><code>foreground-scripts</code></a></li><li><a href="#ignore-scripts"><code>ignore-scripts</code></a></li><li><a href="#audit"><code>audit</code></a></li><li><a href="#bin-links"><code>bin-links</code></a></li><li><a href="#fund"><code>fund</code></a></li><li><a href="#dry-run"><code>dry-run</code></a></li><li><a href="#workspace"><code>workspace</code></a></li><li><a href="#workspaces"><code>workspaces</code></a></li><li><a href="#include-workspace-root"><code>include-workspace-root</code></a></li><li><a href="#install-links"><code>install-links</code></a></li></ul><li><a href="#see-also">See Also</a></li></ul></div> -</section> - -<div id="_content"><h3 id="synopsis">Synopsis</h3> -<pre><code class="language-bash">npm install-ci-test - -alias: cit -</code></pre> -<h3 id="description">Description</h3> -<p>This command runs <code>npm ci</code> followed immediately by <code>npm test</code>.</p> -<h3 id="configuration">Configuration</h3> -<h4 id="save"><code>save</code></h4> -<ul> -<li>Default: <code>true</code> unless when using <code>npm update</code> where it defaults to <code>false</code></li> -<li>Type: Boolean</li> -</ul> -<p>Save installed packages to a <code>package.json</code> file as dependencies.</p> -<p>When used with the <code>npm rm</code> command, removes the dependency from -<code>package.json</code>.</p> -<p>Will also prevent writing to <code>package-lock.json</code> if set to <code>false</code>.</p> -<h4 id="save-exact"><code>save-exact</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Dependencies saved to package.json will be configured with an exact version -rather than using npm's default semver range operator.</p> -<h4 id="global"><code>global</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Operates in "global" mode, so that packages are installed into the <code>prefix</code> -folder instead of the current working directory. See -<a href="../configuring-npm/folders.html">folders</a> for more on the differences in behavior.</p> -<ul> -<li>packages are installed into the <code>{prefix}/lib/node_modules</code> folder, instead -of the current working directory.</li> -<li>bin files are linked to <code>{prefix}/bin</code></li> -<li>man pages are linked to <code>{prefix}/share/man</code></li> -</ul> -<h4 id="install-strategy"><code>install-strategy</code></h4> -<ul> -<li>Default: "hoisted"</li> -<li>Type: "hoisted", "nested", "shallow", or "linked"</li> -</ul> -<p>Sets the strategy for installing packages in node_modules. hoisted -(default): Install non-duplicated in top-level, and duplicated as necessary -within directory structure. nested: (formerly --legacy-bundling) install in -place, no hoisting. shallow (formerly --global-style) only install direct -deps at top-level. linked: (experimental) install in node_modules/.store, -link in place, unhoisted.</p> -<h4 id="legacy-bundling"><code>legacy-bundling</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -<li>DEPRECATED: This option has been deprecated in favor of -<code>--install-strategy=nested</code></li> -</ul> -<p>Instead of hoisting package installs in <code>node_modules</code>, install packages in -the same manner that they are depended on. This may cause very deep -directory structures and duplicate package installs as there is no -de-duplicating. Sets <code>--install-strategy=nested</code>.</p> -<h4 id="global-style"><code>global-style</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -<li>DEPRECATED: This option has been deprecated in favor of -<code>--install-strategy=shallow</code></li> -</ul> -<p>Only install direct dependencies in the top level <code>node_modules</code>, but hoist -on deeper dependencies. Sets <code>--install-strategy=shallow</code>.</p> -<h4 id="omit"><code>omit</code></h4> -<ul> -<li>Default: 'dev' if the <code>NODE_ENV</code> environment variable is set to -'production', otherwise empty.</li> -<li>Type: "dev", "optional", or "peer" (can be set multiple times)</li> -</ul> -<p>Dependency types to omit from the installation tree on disk.</p> -<p>Note that these dependencies <em>are</em> still resolved and added to the -<code>package-lock.json</code> or <code>npm-shrinkwrap.json</code> file. They are just not -physically installed on disk.</p> -<p>If a package type appears in both the <code>--include</code> and <code>--omit</code> lists, then -it will be included.</p> -<p>If the resulting omit list includes <code>'dev'</code>, then the <code>NODE_ENV</code> environment -variable will be set to <code>'production'</code> for all lifecycle scripts.</p> -<h4 id="strict-peer-deps"><code>strict-peer-deps</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>If set to <code>true</code>, and <code>--legacy-peer-deps</code> is not set, then <em>any</em> -conflicting <code>peerDependencies</code> will be treated as an install failure, even -if npm could reasonably guess the appropriate resolution based on non-peer -dependency relationships.</p> -<p>By default, conflicting <code>peerDependencies</code> deep in the dependency graph will -be resolved using the nearest non-peer dependency specification, even if -doing so will result in some packages receiving a peer dependency outside -the range set in their package's <code>peerDependencies</code> object.</p> -<p>When such an override is performed, a warning is printed, explaining the -conflict and the packages involved. If <code>--strict-peer-deps</code> is set, then -this warning is treated as a failure.</p> -<h4 id="package-lock"><code>package-lock</code></h4> -<ul> -<li>Default: true</li> -<li>Type: Boolean</li> -</ul> -<p>If set to false, then ignore <code>package-lock.json</code> files when installing. This -will also prevent <em>writing</em> <code>package-lock.json</code> if <code>save</code> is true.</p> -<p>This configuration does not affect <code>npm ci</code>.</p> -<h4 id="foreground-scripts"><code>foreground-scripts</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Run all build scripts (ie, <code>preinstall</code>, <code>install</code>, and <code>postinstall</code>) -scripts for installed packages in the foreground process, sharing standard -input, output, and error with the main npm process.</p> -<p>Note that this will generally make installs run slower, and be much noisier, -but can be useful for debugging.</p> -<h4 id="ignore-scripts"><code>ignore-scripts</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>If true, npm does not run scripts specified in package.json files.</p> -<p>Note that commands explicitly intended to run a particular script, such as -<code>npm start</code>, <code>npm stop</code>, <code>npm restart</code>, <code>npm test</code>, and <code>npm run-script</code> -will still run their intended script if <code>ignore-scripts</code> is set, but they -will <em>not</em> run any pre- or post-scripts.</p> -<h4 id="audit"><code>audit</code></h4> -<ul> -<li>Default: true</li> -<li>Type: Boolean</li> -</ul> -<p>When "true" submit audit reports alongside the current npm command to the -default registry and all registries configured for scopes. See the -documentation for <a href="../commands/npm-audit.html"><code>npm audit</code></a> for details on what is -submitted.</p> -<h4 id="bin-links"><code>bin-links</code></h4> -<ul> -<li>Default: true</li> -<li>Type: Boolean</li> -</ul> -<p>Tells npm to create symlinks (or <code>.cmd</code> shims on Windows) for package -executables.</p> -<p>Set to false to have it not do this. This can be used to work around the -fact that some file systems don't support symlinks, even on ostensibly Unix -systems.</p> -<h4 id="fund"><code>fund</code></h4> -<ul> -<li>Default: true</li> -<li>Type: Boolean</li> -</ul> -<p>When "true" displays the message at the end of each <code>npm install</code> -acknowledging the number of dependencies looking for funding. See <a href="../commands/npm-fund.html"><code>npm fund</code></a> for details.</p> -<h4 id="dry-run"><code>dry-run</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Indicates that you don't want npm to make any changes and that it should -only report what it would have done. This can be passed into any of the -commands that modify your local installation, eg, <code>install</code>, <code>update</code>, -<code>dedupe</code>, <code>uninstall</code>, as well as <code>pack</code> and <code>publish</code>.</p> -<p>Note: This is NOT honored by other network related commands, eg <code>dist-tags</code>, -<code>owner</code>, etc.</p> -<h4 id="workspace"><code>workspace</code></h4> -<ul> -<li>Default:</li> -<li>Type: String (can be set multiple times)</li> -</ul> -<p>Enable running a command in the context of the configured workspaces of the -current project while filtering by running only the workspaces defined by -this configuration option.</p> -<p>Valid values for the <code>workspace</code> config are either:</p> -<ul> -<li>Workspace names</li> -<li>Path to a workspace directory</li> -<li>Path to a parent workspace directory (will result in selecting all -workspaces within that folder)</li> -</ul> -<p>When set for the <code>npm init</code> command, this may be set to the folder of a -workspace which does not yet exist, to create the folder and set it up as a -brand new workspace within the project.</p> -<p>This value is not exported to the environment for child processes.</p> -<h4 id="workspaces"><code>workspaces</code></h4> -<ul> -<li>Default: null</li> -<li>Type: null or Boolean</li> -</ul> -<p>Set to true to run the command in the context of <strong>all</strong> configured -workspaces.</p> -<p>Explicitly setting this to false will cause commands like <code>install</code> to -ignore workspaces altogether. When not set explicitly:</p> -<ul> -<li>Commands that operate on the <code>node_modules</code> tree (install, update, etc.) -will link workspaces into the <code>node_modules</code> folder. - Commands that do -other things (test, exec, publish, etc.) will operate on the root project, -<em>unless</em> one or more workspaces are specified in the <code>workspace</code> config.</li> -</ul> -<p>This value is not exported to the environment for child processes.</p> -<h4 id="include-workspace-root"><code>include-workspace-root</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Include the workspace root when workspaces are enabled for a command.</p> -<p>When false, specifying individual workspaces via the <code>workspace</code> config, or -all workspaces via the <code>workspaces</code> flag, will cause npm to operate only on -the specified workspaces, and not on the root project.</p> -<p>This value is not exported to the environment for child processes.</p> -<h4 id="install-links"><code>install-links</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>When set file: protocol dependencies will be packed and installed as regular -dependencies instead of creating a symlink. This option has no effect on -workspaces.</p> -<h3 id="see-also">See Also</h3> -<ul> -<li><a href="../commands/npm-install-test.html">npm install-test</a></li> -<li><a href="../commands/npm-ci.html">npm ci</a></li> -<li><a href="../commands/npm-test.html">npm test</a></li> -</ul></div> - -<footer id="edit"> -<a href="https://github.com/npm/cli/edit/latest/docs/content/commands/npm-install-ci-test.md"> -<svg role="img" viewBox="0 0 16 16" width="16" height="16" fill="currentcolor" style="vertical-align: text-bottom; margin-right: 0.3em;"> -<path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path> -</svg> -Edit this page on GitHub -</a> -</footer> -</section> - - - -</body></html> \ No newline at end of file diff --git a/software/flow/node_modules/npm/docs/output/commands/npm-install-test.html b/software/flow/node_modules/npm/docs/output/commands/npm-install-test.html deleted file mode 100644 index 27ab7c3..0000000 --- a/software/flow/node_modules/npm/docs/output/commands/npm-install-test.html +++ /dev/null @@ -1,385 +0,0 @@ -<!DOCTYPE html><html><head> -<meta charset="utf-8"> -<title>npm-install-test</title> -<style> -body { - background-color: #ffffff; - color: #24292e; - - margin: 0; - - line-height: 1.5; - - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; -} -#rainbar { - height: 10px; - background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); -} - -a { - text-decoration: none; - color: #0366d6; -} -a:hover { - text-decoration: underline; -} - -pre { - margin: 1em 0px; - padding: 1em; - border: solid 1px #e1e4e8; - border-radius: 6px; - - display: block; - overflow: auto; - - white-space: pre; - - background-color: #f6f8fa; - color: #393a34; -} -code { - font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; - font-size: 85%; - padding: 0.2em 0.4em; - background-color: #f6f8fa; - color: #393a34; -} -pre > code { - padding: 0; - background-color: inherit; - color: inherit; -} -h1, h2, h3 { - font-weight: 600; -} - -#logobar { - background-color: #333333; - margin: 0 auto; - padding: 1em 4em; -} -#logobar .logo { - float: left; -} -#logobar .title { - font-weight: 600; - color: #dddddd; - float: left; - margin: 5px 0 0 1em; -} -#logobar:after { - content: ""; - display: block; - clear: both; -} - -#content { - margin: 0 auto; - padding: 0 4em; -} - -#table_of_contents > h2 { - font-size: 1.17em; -} -#table_of_contents ul:first-child { - border: solid 1px #e1e4e8; - border-radius: 6px; - padding: 1em; - background-color: #f6f8fa; - color: #393a34; -} -#table_of_contents ul { - list-style-type: none; - padding-left: 1.5em; -} -#table_of_contents li { - font-size: 0.9em; -} -#table_of_contents li a { - color: #000000; -} - -header.title { - border-bottom: solid 1px #e1e4e8; -} -header.title > h1 { - margin-bottom: 0.25em; -} -header.title > .description { - display: block; - margin-bottom: 0.5em; - line-height: 1; -} - -footer#edit { - border-top: solid 1px #e1e4e8; - margin: 3em 0 4em 0; - padding-top: 2em; -} -</style> -</head> -<body> -<div id="banner"> -<div id="rainbar"></div> -<div id="logobar"> -<svg class="logo" role="img" height="32" width="32" viewBox="0 0 700 700"> -<polygon fill="#cb0000" points="0,700 700,700 700,0 0,0"></polygon> -<polygon fill="#ffffff" points="150,550 350,550 350,250 450,250 450,550 550,550 550,150 150,150"></polygon> -</svg> -<div class="title"> -npm command-line interface -</div> -</div> -</div> - -<section id="content"> -<header class="title"> -<h1 id="npm-install-test">npm-install-test</h1> -<span class="description">Install package(s) and run tests</span> -</header> - -<section id="table_of_contents"> -<h2 id="table-of-contents">Table of contents</h2> -<div id="_table_of_contents"><ul><li><a href="#synopsis">Synopsis</a></li><li><a href="#description">Description</a></li><li><a href="#configuration">Configuration</a></li><ul><li><a href="#save"><code>save</code></a></li><li><a href="#save-exact"><code>save-exact</code></a></li><li><a href="#global"><code>global</code></a></li><li><a href="#install-strategy"><code>install-strategy</code></a></li><li><a href="#legacy-bundling"><code>legacy-bundling</code></a></li><li><a href="#global-style"><code>global-style</code></a></li><li><a href="#omit"><code>omit</code></a></li><li><a href="#strict-peer-deps"><code>strict-peer-deps</code></a></li><li><a href="#package-lock"><code>package-lock</code></a></li><li><a href="#foreground-scripts"><code>foreground-scripts</code></a></li><li><a href="#ignore-scripts"><code>ignore-scripts</code></a></li><li><a href="#audit"><code>audit</code></a></li><li><a href="#bin-links"><code>bin-links</code></a></li><li><a href="#fund"><code>fund</code></a></li><li><a href="#dry-run"><code>dry-run</code></a></li><li><a href="#workspace"><code>workspace</code></a></li><li><a href="#workspaces"><code>workspaces</code></a></li><li><a href="#include-workspace-root"><code>include-workspace-root</code></a></li><li><a href="#install-links"><code>install-links</code></a></li></ul><li><a href="#see-also">See Also</a></li></ul></div> -</section> - -<div id="_content"><h3 id="synopsis">Synopsis</h3> -<pre><code class="language-bash">npm install-test [&lt;package-spec&gt; ...] - -alias: it -</code></pre> -<h3 id="description">Description</h3> -<p>This command runs an <code>npm install</code> followed immediately by an <code>npm test</code>. It -takes exactly the same arguments as <code>npm install</code>.</p> -<h3 id="configuration">Configuration</h3> -<h4 id="save"><code>save</code></h4> -<ul> -<li>Default: <code>true</code> unless when using <code>npm update</code> where it defaults to <code>false</code></li> -<li>Type: Boolean</li> -</ul> -<p>Save installed packages to a <code>package.json</code> file as dependencies.</p> -<p>When used with the <code>npm rm</code> command, removes the dependency from -<code>package.json</code>.</p> -<p>Will also prevent writing to <code>package-lock.json</code> if set to <code>false</code>.</p> -<h4 id="save-exact"><code>save-exact</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Dependencies saved to package.json will be configured with an exact version -rather than using npm's default semver range operator.</p> -<h4 id="global"><code>global</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Operates in "global" mode, so that packages are installed into the <code>prefix</code> -folder instead of the current working directory. See -<a href="../configuring-npm/folders.html">folders</a> for more on the differences in behavior.</p> -<ul> -<li>packages are installed into the <code>{prefix}/lib/node_modules</code> folder, instead -of the current working directory.</li> -<li>bin files are linked to <code>{prefix}/bin</code></li> -<li>man pages are linked to <code>{prefix}/share/man</code></li> -</ul> -<h4 id="install-strategy"><code>install-strategy</code></h4> -<ul> -<li>Default: "hoisted"</li> -<li>Type: "hoisted", "nested", "shallow", or "linked"</li> -</ul> -<p>Sets the strategy for installing packages in node_modules. hoisted -(default): Install non-duplicated in top-level, and duplicated as necessary -within directory structure. nested: (formerly --legacy-bundling) install in -place, no hoisting. shallow (formerly --global-style) only install direct -deps at top-level. linked: (experimental) install in node_modules/.store, -link in place, unhoisted.</p> -<h4 id="legacy-bundling"><code>legacy-bundling</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -<li>DEPRECATED: This option has been deprecated in favor of -<code>--install-strategy=nested</code></li> -</ul> -<p>Instead of hoisting package installs in <code>node_modules</code>, install packages in -the same manner that they are depended on. This may cause very deep -directory structures and duplicate package installs as there is no -de-duplicating. Sets <code>--install-strategy=nested</code>.</p> -<h4 id="global-style"><code>global-style</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -<li>DEPRECATED: This option has been deprecated in favor of -<code>--install-strategy=shallow</code></li> -</ul> -<p>Only install direct dependencies in the top level <code>node_modules</code>, but hoist -on deeper dependencies. Sets <code>--install-strategy=shallow</code>.</p> -<h4 id="omit"><code>omit</code></h4> -<ul> -<li>Default: 'dev' if the <code>NODE_ENV</code> environment variable is set to -'production', otherwise empty.</li> -<li>Type: "dev", "optional", or "peer" (can be set multiple times)</li> -</ul> -<p>Dependency types to omit from the installation tree on disk.</p> -<p>Note that these dependencies <em>are</em> still resolved and added to the -<code>package-lock.json</code> or <code>npm-shrinkwrap.json</code> file. They are just not -physically installed on disk.</p> -<p>If a package type appears in both the <code>--include</code> and <code>--omit</code> lists, then -it will be included.</p> -<p>If the resulting omit list includes <code>'dev'</code>, then the <code>NODE_ENV</code> environment -variable will be set to <code>'production'</code> for all lifecycle scripts.</p> -<h4 id="strict-peer-deps"><code>strict-peer-deps</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>If set to <code>true</code>, and <code>--legacy-peer-deps</code> is not set, then <em>any</em> -conflicting <code>peerDependencies</code> will be treated as an install failure, even -if npm could reasonably guess the appropriate resolution based on non-peer -dependency relationships.</p> -<p>By default, conflicting <code>peerDependencies</code> deep in the dependency graph will -be resolved using the nearest non-peer dependency specification, even if -doing so will result in some packages receiving a peer dependency outside -the range set in their package's <code>peerDependencies</code> object.</p> -<p>When such an override is performed, a warning is printed, explaining the -conflict and the packages involved. If <code>--strict-peer-deps</code> is set, then -this warning is treated as a failure.</p> -<h4 id="package-lock"><code>package-lock</code></h4> -<ul> -<li>Default: true</li> -<li>Type: Boolean</li> -</ul> -<p>If set to false, then ignore <code>package-lock.json</code> files when installing. This -will also prevent <em>writing</em> <code>package-lock.json</code> if <code>save</code> is true.</p> -<p>This configuration does not affect <code>npm ci</code>.</p> -<h4 id="foreground-scripts"><code>foreground-scripts</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Run all build scripts (ie, <code>preinstall</code>, <code>install</code>, and <code>postinstall</code>) -scripts for installed packages in the foreground process, sharing standard -input, output, and error with the main npm process.</p> -<p>Note that this will generally make installs run slower, and be much noisier, -but can be useful for debugging.</p> -<h4 id="ignore-scripts"><code>ignore-scripts</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>If true, npm does not run scripts specified in package.json files.</p> -<p>Note that commands explicitly intended to run a particular script, such as -<code>npm start</code>, <code>npm stop</code>, <code>npm restart</code>, <code>npm test</code>, and <code>npm run-script</code> -will still run their intended script if <code>ignore-scripts</code> is set, but they -will <em>not</em> run any pre- or post-scripts.</p> -<h4 id="audit"><code>audit</code></h4> -<ul> -<li>Default: true</li> -<li>Type: Boolean</li> -</ul> -<p>When "true" submit audit reports alongside the current npm command to the -default registry and all registries configured for scopes. See the -documentation for <a href="../commands/npm-audit.html"><code>npm audit</code></a> for details on what is -submitted.</p> -<h4 id="bin-links"><code>bin-links</code></h4> -<ul> -<li>Default: true</li> -<li>Type: Boolean</li> -</ul> -<p>Tells npm to create symlinks (or <code>.cmd</code> shims on Windows) for package -executables.</p> -<p>Set to false to have it not do this. This can be used to work around the -fact that some file systems don't support symlinks, even on ostensibly Unix -systems.</p> -<h4 id="fund"><code>fund</code></h4> -<ul> -<li>Default: true</li> -<li>Type: Boolean</li> -</ul> -<p>When "true" displays the message at the end of each <code>npm install</code> -acknowledging the number of dependencies looking for funding. See <a href="../commands/npm-fund.html"><code>npm fund</code></a> for details.</p> -<h4 id="dry-run"><code>dry-run</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Indicates that you don't want npm to make any changes and that it should -only report what it would have done. This can be passed into any of the -commands that modify your local installation, eg, <code>install</code>, <code>update</code>, -<code>dedupe</code>, <code>uninstall</code>, as well as <code>pack</code> and <code>publish</code>.</p> -<p>Note: This is NOT honored by other network related commands, eg <code>dist-tags</code>, -<code>owner</code>, etc.</p> -<h4 id="workspace"><code>workspace</code></h4> -<ul> -<li>Default:</li> -<li>Type: String (can be set multiple times)</li> -</ul> -<p>Enable running a command in the context of the configured workspaces of the -current project while filtering by running only the workspaces defined by -this configuration option.</p> -<p>Valid values for the <code>workspace</code> config are either:</p> -<ul> -<li>Workspace names</li> -<li>Path to a workspace directory</li> -<li>Path to a parent workspace directory (will result in selecting all -workspaces within that folder)</li> -</ul> -<p>When set for the <code>npm init</code> command, this may be set to the folder of a -workspace which does not yet exist, to create the folder and set it up as a -brand new workspace within the project.</p> -<p>This value is not exported to the environment for child processes.</p> -<h4 id="workspaces"><code>workspaces</code></h4> -<ul> -<li>Default: null</li> -<li>Type: null or Boolean</li> -</ul> -<p>Set to true to run the command in the context of <strong>all</strong> configured -workspaces.</p> -<p>Explicitly setting this to false will cause commands like <code>install</code> to -ignore workspaces altogether. When not set explicitly:</p> -<ul> -<li>Commands that operate on the <code>node_modules</code> tree (install, update, etc.) -will link workspaces into the <code>node_modules</code> folder. - Commands that do -other things (test, exec, publish, etc.) will operate on the root project, -<em>unless</em> one or more workspaces are specified in the <code>workspace</code> config.</li> -</ul> -<p>This value is not exported to the environment for child processes.</p> -<h4 id="include-workspace-root"><code>include-workspace-root</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Include the workspace root when workspaces are enabled for a command.</p> -<p>When false, specifying individual workspaces via the <code>workspace</code> config, or -all workspaces via the <code>workspaces</code> flag, will cause npm to operate only on -the specified workspaces, and not on the root project.</p> -<p>This value is not exported to the environment for child processes.</p> -<h4 id="install-links"><code>install-links</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>When set file: protocol dependencies will be packed and installed as regular -dependencies instead of creating a symlink. This option has no effect on -workspaces.</p> -<h3 id="see-also">See Also</h3> -<ul> -<li><a href="../commands/npm-install.html">npm install</a></li> -<li><a href="../commands/npm-install-ci-test.html">npm install-ci-test</a></li> -<li><a href="../commands/npm-test.html">npm test</a></li> -</ul></div> - -<footer id="edit"> -<a href="https://github.com/npm/cli/edit/latest/docs/content/commands/npm-install-test.md"> -<svg role="img" viewBox="0 0 16 16" width="16" height="16" fill="currentcolor" style="vertical-align: text-bottom; margin-right: 0.3em;"> -<path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path> -</svg> -Edit this page on GitHub -</a> -</footer> -</section> - - - -</body></html> \ No newline at end of file diff --git a/software/flow/node_modules/npm/docs/output/commands/npm-install.html b/software/flow/node_modules/npm/docs/output/commands/npm-install.html deleted file mode 100644 index 0c72b0c..0000000 --- a/software/flow/node_modules/npm/docs/output/commands/npm-install.html +++ /dev/null @@ -1,747 +0,0 @@ -<!DOCTYPE html><html><head> -<meta charset="utf-8"> -<title>npm-install</title> -<style> -body { - background-color: #ffffff; - color: #24292e; - - margin: 0; - - line-height: 1.5; - - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; -} -#rainbar { - height: 10px; - background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); -} - -a { - text-decoration: none; - color: #0366d6; -} -a:hover { - text-decoration: underline; -} - -pre { - margin: 1em 0px; - padding: 1em; - border: solid 1px #e1e4e8; - border-radius: 6px; - - display: block; - overflow: auto; - - white-space: pre; - - background-color: #f6f8fa; - color: #393a34; -} -code { - font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; - font-size: 85%; - padding: 0.2em 0.4em; - background-color: #f6f8fa; - color: #393a34; -} -pre > code { - padding: 0; - background-color: inherit; - color: inherit; -} -h1, h2, h3 { - font-weight: 600; -} - -#logobar { - background-color: #333333; - margin: 0 auto; - padding: 1em 4em; -} -#logobar .logo { - float: left; -} -#logobar .title { - font-weight: 600; - color: #dddddd; - float: left; - margin: 5px 0 0 1em; -} -#logobar:after { - content: ""; - display: block; - clear: both; -} - -#content { - margin: 0 auto; - padding: 0 4em; -} - -#table_of_contents > h2 { - font-size: 1.17em; -} -#table_of_contents ul:first-child { - border: solid 1px #e1e4e8; - border-radius: 6px; - padding: 1em; - background-color: #f6f8fa; - color: #393a34; -} -#table_of_contents ul { - list-style-type: none; - padding-left: 1.5em; -} -#table_of_contents li { - font-size: 0.9em; -} -#table_of_contents li a { - color: #000000; -} - -header.title { - border-bottom: solid 1px #e1e4e8; -} -header.title > h1 { - margin-bottom: 0.25em; -} -header.title > .description { - display: block; - margin-bottom: 0.5em; - line-height: 1; -} - -footer#edit { - border-top: solid 1px #e1e4e8; - margin: 3em 0 4em 0; - padding-top: 2em; -} -</style> -</head> -<body> -<div id="banner"> -<div id="rainbar"></div> -<div id="logobar"> -<svg class="logo" role="img" height="32" width="32" viewBox="0 0 700 700"> -<polygon fill="#cb0000" points="0,700 700,700 700,0 0,0"></polygon> -<polygon fill="#ffffff" points="150,550 350,550 350,250 450,250 450,550 550,550 550,150 150,150"></polygon> -</svg> -<div class="title"> -npm command-line interface -</div> -</div> -</div> - -<section id="content"> -<header class="title"> -<h1 id="npm-install">npm-install</h1> -<span class="description">Install a package</span> -</header> - -<section id="table_of_contents"> -<h2 id="table-of-contents">Table of contents</h2> -<div id="_table_of_contents"><ul><li><a href="#synopsis">Synopsis</a></li><li><a href="#description">Description</a></li><li><a href="#configuration">Configuration</a></li><ul><li><a href="#save"><code>save</code></a></li><li><a href="#save-exact"><code>save-exact</code></a></li><li><a href="#global"><code>global</code></a></li><li><a href="#install-strategy"><code>install-strategy</code></a></li><li><a href="#legacy-bundling"><code>legacy-bundling</code></a></li><li><a href="#global-style"><code>global-style</code></a></li><li><a href="#omit"><code>omit</code></a></li><li><a href="#strict-peer-deps"><code>strict-peer-deps</code></a></li><li><a href="#package-lock"><code>package-lock</code></a></li><li><a href="#foreground-scripts"><code>foreground-scripts</code></a></li><li><a href="#ignore-scripts"><code>ignore-scripts</code></a></li><li><a href="#audit"><code>audit</code></a></li><li><a href="#bin-links"><code>bin-links</code></a></li><li><a href="#fund"><code>fund</code></a></li><li><a href="#dry-run"><code>dry-run</code></a></li><li><a href="#workspace"><code>workspace</code></a></li><li><a href="#workspaces"><code>workspaces</code></a></li><li><a href="#include-workspace-root"><code>include-workspace-root</code></a></li><li><a href="#install-links"><code>install-links</code></a></li></ul><li><a href="#algorithm">Algorithm</a></li><li><a href="#see-also">See Also</a></li></ul></div> -</section> - -<div id="_content"><h3 id="synopsis">Synopsis</h3> -<pre><code class="language-bash">npm install [&lt;package-spec&gt; ...] - -aliases: add, i, in, ins, inst, insta, instal, isnt, isnta, isntal, isntall -</code></pre> -<h3 id="description">Description</h3> -<p>This command installs a package and any packages that it depends on. If the -package has a package-lock, or an npm shrinkwrap file, or a yarn lock file, -the installation of dependencies will be driven by that, respecting the -following order of precedence:</p> -<ul> -<li><code>npm-shrinkwrap.json</code></li> -<li><code>package-lock.json</code></li> -<li><code>yarn.lock</code></li> -</ul> -<p>See <a href="../configuring-npm/package-lock-json.html">package-lock.json</a> and -<a href="../commands/npm-shrinkwrap.html"><code>npm shrinkwrap</code></a>.</p> -<p>A <code>package</code> is:</p> -<ul> -<li>a) a folder containing a program described by a -<a href="../configuring-npm/package-json.html"><code>package.json</code></a> file</li> -<li>b) a gzipped tarball containing (a)</li> -<li>c) a url that resolves to (b)</li> -<li>d) a <code>&lt;name&gt;@&lt;version&gt;</code> that is published on the registry (see -<a href="../using-npm/registry.html"><code>registry</code></a>) with (c)</li> -<li>e) a <code>&lt;name&gt;@&lt;tag&gt;</code> (see <a href="../commands/npm-dist-tag.html"><code>npm dist-tag</code></a>) that -points to (d)</li> -<li>f) a <code>&lt;name&gt;</code> that has a "latest" tag satisfying (e)</li> -<li>g) a <code>&lt;git remote url&gt;</code> that resolves to (a)</li> -</ul> -<p>Even if you never publish your package, you can still get a lot of benefits -of using npm if you just want to write a node program (a), and perhaps if -you also want to be able to easily install it elsewhere after packing it up -into a tarball (b).</p> -<ul> -<li> -<p><code>npm install</code> (in a package directory, no arguments):</p> -<p>Install the dependencies to the local <code>node_modules</code> folder.</p> -<p>In global mode (ie, with <code>-g</code> or <code>--global</code> appended to the command), -it installs the current package context (ie, the current working -directory) as a global package.</p> -<p>By default, <code>npm install</code> will install all modules listed as -dependencies in <a href="../configuring-npm/package-json.html"><code>package.json</code></a>.</p> -<p>With the <code>--production</code> flag (or when the <code>NODE_ENV</code> environment -variable is set to <code>production</code>), npm will not install modules listed -in <code>devDependencies</code>. To install all modules listed in both -<code>dependencies</code> and <code>devDependencies</code> when <code>NODE_ENV</code> environment -variable is set to <code>production</code>, you can use <code>--production=false</code>.</p> -<blockquote> -<p>NOTE: The <code>--production</code> flag has no particular meaning when adding a -dependency to a project.</p> -</blockquote> -</li> -<li> -<p><code>npm install &lt;folder&gt;</code>:</p> -<p>If <code>&lt;folder&gt;</code> sits inside the root of your project, its dependencies will be installed and may -be hoisted to the top-level <code>node_modules</code> as they would for other -types of dependencies. If <code>&lt;folder&gt;</code> sits outside the root of your project, -<em>npm will not install the package dependencies</em> in the directory <code>&lt;folder&gt;</code>, -but it will create a symlink to <code>&lt;folder&gt;</code>.</p> -<blockquote> -<p>NOTE: If you want to install the content of a directory like a package from the registry instead of creating a link, you would need to use the <code>--install-links</code> option.</p> -</blockquote> -<p>Example:</p> -<pre><code class="language-bash">npm install ../../other-package --install-links -npm install ./sub-package -</code></pre> -</li> -<li> -<p><code>npm install &lt;tarball file&gt;</code>:</p> -<p>Install a package that is sitting on the filesystem. Note: if you just -want to link a dev directory into your npm root, you can do this more -easily by using <a href="../commands/npm-link.html"><code>npm link</code></a>.</p> -<p>Tarball requirements:</p> -<ul> -<li>The filename <em>must</em> use <code>.tar</code>, <code>.tar.gz</code>, or <code>.tgz</code> as the -extension.</li> -<li>The package contents should reside in a subfolder inside the tarball -(usually it is called <code>package/</code>). npm strips one directory layer -when installing the package (an equivalent of <code>tar x --strip-components=1</code> is run).</li> -<li>The package must contain a <code>package.json</code> file with <code>name</code> and -<code>version</code> properties.</li> -</ul> -<p>Example:</p> -<pre><code class="language-bash">npm install ./package.tgz -</code></pre> -</li> -<li> -<p><code>npm install &lt;tarball url&gt;</code>:</p> -<p>Fetch the tarball url, and then install it. In order to distinguish between -this and other options, the argument must start with "http://" or "https://"</p> -<p>Example:</p> -<pre><code class="language-bash">npm install https://github.com/indexzero/forever/tarball/v0.5.6 -</code></pre> -</li> -<li> -<p><code>npm install [&lt;@scope&gt;/]&lt;name&gt;</code>:</p> -<p>Do a <code>&lt;name&gt;@&lt;tag&gt;</code> install, where <code>&lt;tag&gt;</code> is the "tag" config. (See -<a href="../using-npm/config#tag.html"><code>config</code></a>. The config's default value is <code>latest</code>.)</p> -<p>In most cases, this will install the version of the modules tagged as -<code>latest</code> on the npm registry.</p> -<p>Example:</p> -<pre><code class="language-bash">npm install sax -</code></pre> -<p><code>npm install</code> saves any specified packages into <code>dependencies</code> by default. -Additionally, you can control where and how they get saved with some -additional flags:</p> -<ul> -<li> -<p><code>-P, --save-prod</code>: Package will appear in your <code>dependencies</code>. This -is the default unless <code>-D</code> or <code>-O</code> are present.</p> -</li> -<li> -<p><code>-D, --save-dev</code>: Package will appear in your <code>devDependencies</code>.</p> -</li> -<li> -<p><code>-O, --save-optional</code>: Package will appear in your -<code>optionalDependencies</code>.</p> -</li> -<li> -<p><code>--no-save</code>: Prevents saving to <code>dependencies</code>.</p> -</li> -</ul> -<p>When using any of the above options to save dependencies to your -package.json, there are two additional, optional flags:</p> -<ul> -<li> -<p><code>-E, --save-exact</code>: Saved dependencies will be configured with an -exact version rather than using npm's default semver range operator.</p> -</li> -<li> -<p><code>-B, --save-bundle</code>: Saved dependencies will also be added to your -<code>bundleDependencies</code> list.</p> -</li> -</ul> -<p>Further, if you have an <code>npm-shrinkwrap.json</code> or <code>package-lock.json</code> -then it will be updated as well.</p> -<p><code>&lt;scope&gt;</code> is optional. The package will be downloaded from the registry -associated with the specified scope. If no registry is associated with -the given scope the default registry is assumed. See -<a href="../using-npm/scope.html"><code>scope</code></a>.</p> -<p>Note: if you do not include the @-symbol on your scope name, npm will -interpret this as a GitHub repository instead, see below. Scopes names -must also be followed by a slash.</p> -<p>Examples:</p> -<pre><code class="language-bash">npm install sax -npm install githubname/reponame -npm install @myorg/privatepackage -npm install node-tap --save-dev -npm install dtrace-provider --save-optional -npm install readable-stream --save-exact -npm install ansi-regex --save-bundle -</code></pre> -<p><strong>Note</strong>: If there is a file or folder named <code>&lt;name&gt;</code> in the current -working directory, then it will try to install that, and only try to -fetch the package by name if it is not valid.</p> -</li> -<li> -<p><code>npm install &lt;alias&gt;@npm:&lt;name&gt;</code>:</p> -<p>Install a package under a custom alias. Allows multiple versions of -a same-name package side-by-side, more convenient import names for -packages with otherwise long ones, and using git forks replacements -or forked npm packages as replacements. Aliasing works only on your -project and does not rename packages in transitive dependencies. -Aliases should follow the naming conventions stated in -<a href="https://www.npmjs.com/package/validate-npm-package-name#naming-rules"><code>validate-npm-package-name</code></a>.</p> -<p>Examples:</p> -<pre><code class="language-bash">npm install my-react@npm:react -npm install jquery2@npm:jquery@2 -npm install jquery3@npm:jquery@3 -npm install npa@npm:npm-package-arg -</code></pre> -</li> -<li> -<p><code>npm install [&lt;@scope&gt;/]&lt;name&gt;@&lt;tag&gt;</code>:</p> -<p>Install the version of the package that is referenced by the specified tag. -If the tag does not exist in the registry data for that package, then this -will fail.</p> -<p>Example:</p> -<pre><code class="language-bash">npm install sax@latest -npm install @myorg/mypackage@latest -</code></pre> -</li> -<li> -<p><code>npm install [&lt;@scope&gt;/]&lt;name&gt;@&lt;version&gt;</code>:</p> -<p>Install the specified version of the package. This will fail if the -version has not been published to the registry.</p> -<p>Example:</p> -<pre><code class="language-bash">npm install sax@0.1.1 -npm install @myorg/privatepackage@1.5.0 -</code></pre> -</li> -<li> -<p><code>npm install [&lt;@scope&gt;/]&lt;name&gt;@&lt;version range&gt;</code>:</p> -<p>Install a version of the package matching the specified version range. -This will follow the same rules for resolving dependencies described in -<a href="../configuring-npm/package-json.html"><code>package.json</code></a>.</p> -<p>Note that most version ranges must be put in quotes so that your shell -will treat it as a single argument.</p> -<p>Example:</p> -<pre><code class="language-bash">npm install sax@"&gt;=0.1.0 &lt;0.2.0" -npm install @myorg/privatepackage@"16 - 17" -</code></pre> -</li> -<li> -<p><code>npm install &lt;git remote url&gt;</code>:</p> -<p>Installs the package from the hosted git provider, cloning it with -<code>git</code>. For a full git remote url, only that URL will be attempted.</p> -<pre><code class="language-bash">&lt;protocol&gt;://[&lt;user&gt;[:&lt;password&gt;]@]&lt;hostname&gt;[:&lt;port&gt;][:][/]&lt;path&gt;[#&lt;commit-ish&gt; | #semver:&lt;semver&gt;] -</code></pre> -<p><code>&lt;protocol&gt;</code> is one of <code>git</code>, <code>git+ssh</code>, <code>git+http</code>, <code>git+https</code>, or -<code>git+file</code>.</p> -<p>If <code>#&lt;commit-ish&gt;</code> is provided, it will be used to clone exactly that -commit. If the commit-ish has the format <code>#semver:&lt;semver&gt;</code>, <code>&lt;semver&gt;</code> -can be any valid semver range or exact version, and npm will look for -any tags or refs matching that range in the remote repository, much as -it would for a registry dependency. If neither <code>#&lt;commit-ish&gt;</code> or -<code>#semver:&lt;semver&gt;</code> is specified, then the default branch of the -repository is used.</p> -<p>If the repository makes use of submodules, those submodules will be -cloned as well.</p> -<p>If the package being installed contains a <code>prepare</code> script, its -<code>dependencies</code> and <code>devDependencies</code> will be installed, and the prepare -script will be run, before the package is packaged and installed.</p> -<p>The following git environment variables are recognized by npm and will -be added to the environment when running git:</p> -<ul> -<li><code>GIT_ASKPASS</code></li> -<li><code>GIT_EXEC_PATH</code></li> -<li><code>GIT_PROXY_COMMAND</code></li> -<li><code>GIT_SSH</code></li> -<li><code>GIT_SSH_COMMAND</code></li> -<li><code>GIT_SSL_CAINFO</code></li> -<li><code>GIT_SSL_NO_VERIFY</code></li> -</ul> -<p>See the git man page for details.</p> -<p>Examples:</p> -<pre><code class="language-bash">npm install git+ssh://git@github.com:npm/cli.git#v1.0.27 -npm install git+ssh://git@github.com:npm/cli#pull/273 -npm install git+ssh://git@github.com:npm/cli#semver:^5.0 -npm install git+https://isaacs@github.com/npm/cli.git -npm install git://github.com/npm/cli.git#v1.0.27 -GIT_SSH_COMMAND='ssh -i ~/.ssh/custom_ident' npm install git+ssh://git@github.com:npm/cli.git -</code></pre> -</li> -<li> -<p><code>npm install &lt;githubname&gt;/&lt;githubrepo&gt;[#&lt;commit-ish&gt;]</code>:</p> -</li> -<li> -<p><code>npm install github:&lt;githubname&gt;/&lt;githubrepo&gt;[#&lt;commit-ish&gt;]</code>:</p> -<p>Install the package at <code>https://github.com/githubname/githubrepo</code> by -attempting to clone it using <code>git</code>.</p> -<p>If <code>#&lt;commit-ish&gt;</code> is provided, it will be used to clone exactly that -commit. If the commit-ish has the format <code>#semver:&lt;semver&gt;</code>, <code>&lt;semver&gt;</code> -can be any valid semver range or exact version, and npm will look for -any tags or refs matching that range in the remote repository, much as -it would for a registry dependency. If neither <code>#&lt;commit-ish&gt;</code> or -<code>#semver:&lt;semver&gt;</code> is specified, then the default branch is used.</p> -<p>As with regular git dependencies, <code>dependencies</code> and <code>devDependencies</code> -will be installed if the package has a <code>prepare</code> script before the -package is done installing.</p> -<p>Examples:</p> -<pre><code class="language-bash">npm install mygithubuser/myproject -npm install github:mygithubuser/myproject -</code></pre> -</li> -<li> -<p><code>npm install gist:[&lt;githubname&gt;/]&lt;gistID&gt;[#&lt;commit-ish&gt;|#semver:&lt;semver&gt;]</code>:</p> -<p>Install the package at <code>https://gist.github.com/gistID</code> by attempting to -clone it using <code>git</code>. The GitHub username associated with the gist is -optional and will not be saved in <code>package.json</code>.</p> -<p>As with regular git dependencies, <code>dependencies</code> and <code>devDependencies</code> will -be installed if the package has a <code>prepare</code> script before the package is -done installing.</p> -<p>Example:</p> -<pre><code class="language-bash">npm install gist:101a11beef -</code></pre> -</li> -<li> -<p><code>npm install bitbucket:&lt;bitbucketname&gt;/&lt;bitbucketrepo&gt;[#&lt;commit-ish&gt;]</code>:</p> -<p>Install the package at <code>https://bitbucket.org/bitbucketname/bitbucketrepo</code> -by attempting to clone it using <code>git</code>.</p> -<p>If <code>#&lt;commit-ish&gt;</code> is provided, it will be used to clone exactly that -commit. If the commit-ish has the format <code>#semver:&lt;semver&gt;</code>, <code>&lt;semver&gt;</code> can -be any valid semver range or exact version, and npm will look for any tags -or refs matching that range in the remote repository, much as it would for a -registry dependency. If neither <code>#&lt;commit-ish&gt;</code> or <code>#semver:&lt;semver&gt;</code> is -specified, then <code>master</code> is used.</p> -<p>As with regular git dependencies, <code>dependencies</code> and <code>devDependencies</code> will -be installed if the package has a <code>prepare</code> script before the package is -done installing.</p> -<p>Example:</p> -<pre><code class="language-bash">npm install bitbucket:mybitbucketuser/myproject -</code></pre> -</li> -<li> -<p><code>npm install gitlab:&lt;gitlabname&gt;/&lt;gitlabrepo&gt;[#&lt;commit-ish&gt;]</code>:</p> -<p>Install the package at <code>https://gitlab.com/gitlabname/gitlabrepo</code> -by attempting to clone it using <code>git</code>.</p> -<p>If <code>#&lt;commit-ish&gt;</code> is provided, it will be used to clone exactly that -commit. If the commit-ish has the format <code>#semver:&lt;semver&gt;</code>, <code>&lt;semver&gt;</code> can -be any valid semver range or exact version, and npm will look for any tags -or refs matching that range in the remote repository, much as it would for a -registry dependency. If neither <code>#&lt;commit-ish&gt;</code> or <code>#semver:&lt;semver&gt;</code> is -specified, then <code>master</code> is used.</p> -<p>As with regular git dependencies, <code>dependencies</code> and <code>devDependencies</code> will -be installed if the package has a <code>prepare</code> script before the package is -done installing.</p> -<p>Example:</p> -<pre><code class="language-bash">npm install gitlab:mygitlabuser/myproject -npm install gitlab:myusr/myproj#semver:^5.0 -</code></pre> -</li> -</ul> -<p>You may combine multiple arguments and even multiple types of arguments. -For example:</p> -<pre><code class="language-bash">npm install sax@"&gt;=0.1.0 &lt;0.2.0" bench supervisor -</code></pre> -<p>The <code>--tag</code> argument will apply to all of the specified install targets. If -a tag with the given name exists, the tagged version is preferred over -newer versions.</p> -<p>The <code>--dry-run</code> argument will report in the usual way what the install -would have done without actually installing anything.</p> -<p>The <code>--package-lock-only</code> argument will only update the -<code>package-lock.json</code>, instead of checking <code>node_modules</code> and downloading -dependencies.</p> -<p>The <code>-f</code> or <code>--force</code> argument will force npm to fetch remote resources -even if a local copy exists on disk.</p> -<pre><code class="language-bash">npm install sax --force -</code></pre> -<h3 id="configuration">Configuration</h3> -<p>See the <a href="../using-npm/config.html"><code>config</code></a> help doc. Many of the configuration -params have some effect on installation, since that's most of what npm -does.</p> -<p>These are some of the most common options related to installation.</p> -<h4 id="save"><code>save</code></h4> -<ul> -<li>Default: <code>true</code> unless when using <code>npm update</code> where it defaults to <code>false</code></li> -<li>Type: Boolean</li> -</ul> -<p>Save installed packages to a <code>package.json</code> file as dependencies.</p> -<p>When used with the <code>npm rm</code> command, removes the dependency from -<code>package.json</code>.</p> -<p>Will also prevent writing to <code>package-lock.json</code> if set to <code>false</code>.</p> -<h4 id="save-exact"><code>save-exact</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Dependencies saved to package.json will be configured with an exact version -rather than using npm's default semver range operator.</p> -<h4 id="global"><code>global</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Operates in "global" mode, so that packages are installed into the <code>prefix</code> -folder instead of the current working directory. See -<a href="../configuring-npm/folders.html">folders</a> for more on the differences in behavior.</p> -<ul> -<li>packages are installed into the <code>{prefix}/lib/node_modules</code> folder, instead -of the current working directory.</li> -<li>bin files are linked to <code>{prefix}/bin</code></li> -<li>man pages are linked to <code>{prefix}/share/man</code></li> -</ul> -<h4 id="install-strategy"><code>install-strategy</code></h4> -<ul> -<li>Default: "hoisted"</li> -<li>Type: "hoisted", "nested", "shallow", or "linked"</li> -</ul> -<p>Sets the strategy for installing packages in node_modules. hoisted -(default): Install non-duplicated in top-level, and duplicated as necessary -within directory structure. nested: (formerly --legacy-bundling) install in -place, no hoisting. shallow (formerly --global-style) only install direct -deps at top-level. linked: (experimental) install in node_modules/.store, -link in place, unhoisted.</p> -<h4 id="legacy-bundling"><code>legacy-bundling</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -<li>DEPRECATED: This option has been deprecated in favor of -<code>--install-strategy=nested</code></li> -</ul> -<p>Instead of hoisting package installs in <code>node_modules</code>, install packages in -the same manner that they are depended on. This may cause very deep -directory structures and duplicate package installs as there is no -de-duplicating. Sets <code>--install-strategy=nested</code>.</p> -<h4 id="global-style"><code>global-style</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -<li>DEPRECATED: This option has been deprecated in favor of -<code>--install-strategy=shallow</code></li> -</ul> -<p>Only install direct dependencies in the top level <code>node_modules</code>, but hoist -on deeper dependencies. Sets <code>--install-strategy=shallow</code>.</p> -<h4 id="omit"><code>omit</code></h4> -<ul> -<li>Default: 'dev' if the <code>NODE_ENV</code> environment variable is set to -'production', otherwise empty.</li> -<li>Type: "dev", "optional", or "peer" (can be set multiple times)</li> -</ul> -<p>Dependency types to omit from the installation tree on disk.</p> -<p>Note that these dependencies <em>are</em> still resolved and added to the -<code>package-lock.json</code> or <code>npm-shrinkwrap.json</code> file. They are just not -physically installed on disk.</p> -<p>If a package type appears in both the <code>--include</code> and <code>--omit</code> lists, then -it will be included.</p> -<p>If the resulting omit list includes <code>'dev'</code>, then the <code>NODE_ENV</code> environment -variable will be set to <code>'production'</code> for all lifecycle scripts.</p> -<h4 id="strict-peer-deps"><code>strict-peer-deps</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>If set to <code>true</code>, and <code>--legacy-peer-deps</code> is not set, then <em>any</em> -conflicting <code>peerDependencies</code> will be treated as an install failure, even -if npm could reasonably guess the appropriate resolution based on non-peer -dependency relationships.</p> -<p>By default, conflicting <code>peerDependencies</code> deep in the dependency graph will -be resolved using the nearest non-peer dependency specification, even if -doing so will result in some packages receiving a peer dependency outside -the range set in their package's <code>peerDependencies</code> object.</p> -<p>When such an override is performed, a warning is printed, explaining the -conflict and the packages involved. If <code>--strict-peer-deps</code> is set, then -this warning is treated as a failure.</p> -<h4 id="package-lock"><code>package-lock</code></h4> -<ul> -<li>Default: true</li> -<li>Type: Boolean</li> -</ul> -<p>If set to false, then ignore <code>package-lock.json</code> files when installing. This -will also prevent <em>writing</em> <code>package-lock.json</code> if <code>save</code> is true.</p> -<p>This configuration does not affect <code>npm ci</code>.</p> -<h4 id="foreground-scripts"><code>foreground-scripts</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Run all build scripts (ie, <code>preinstall</code>, <code>install</code>, and <code>postinstall</code>) -scripts for installed packages in the foreground process, sharing standard -input, output, and error with the main npm process.</p> -<p>Note that this will generally make installs run slower, and be much noisier, -but can be useful for debugging.</p> -<h4 id="ignore-scripts"><code>ignore-scripts</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>If true, npm does not run scripts specified in package.json files.</p> -<p>Note that commands explicitly intended to run a particular script, such as -<code>npm start</code>, <code>npm stop</code>, <code>npm restart</code>, <code>npm test</code>, and <code>npm run-script</code> -will still run their intended script if <code>ignore-scripts</code> is set, but they -will <em>not</em> run any pre- or post-scripts.</p> -<h4 id="audit"><code>audit</code></h4> -<ul> -<li>Default: true</li> -<li>Type: Boolean</li> -</ul> -<p>When "true" submit audit reports alongside the current npm command to the -default registry and all registries configured for scopes. See the -documentation for <a href="../commands/npm-audit.html"><code>npm audit</code></a> for details on what is -submitted.</p> -<h4 id="bin-links"><code>bin-links</code></h4> -<ul> -<li>Default: true</li> -<li>Type: Boolean</li> -</ul> -<p>Tells npm to create symlinks (or <code>.cmd</code> shims on Windows) for package -executables.</p> -<p>Set to false to have it not do this. This can be used to work around the -fact that some file systems don't support symlinks, even on ostensibly Unix -systems.</p> -<h4 id="fund"><code>fund</code></h4> -<ul> -<li>Default: true</li> -<li>Type: Boolean</li> -</ul> -<p>When "true" displays the message at the end of each <code>npm install</code> -acknowledging the number of dependencies looking for funding. See <a href="../commands/npm-fund.html"><code>npm fund</code></a> for details.</p> -<h4 id="dry-run"><code>dry-run</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Indicates that you don't want npm to make any changes and that it should -only report what it would have done. This can be passed into any of the -commands that modify your local installation, eg, <code>install</code>, <code>update</code>, -<code>dedupe</code>, <code>uninstall</code>, as well as <code>pack</code> and <code>publish</code>.</p> -<p>Note: This is NOT honored by other network related commands, eg <code>dist-tags</code>, -<code>owner</code>, etc.</p> -<h4 id="workspace"><code>workspace</code></h4> -<ul> -<li>Default:</li> -<li>Type: String (can be set multiple times)</li> -</ul> -<p>Enable running a command in the context of the configured workspaces of the -current project while filtering by running only the workspaces defined by -this configuration option.</p> -<p>Valid values for the <code>workspace</code> config are either:</p> -<ul> -<li>Workspace names</li> -<li>Path to a workspace directory</li> -<li>Path to a parent workspace directory (will result in selecting all -workspaces within that folder)</li> -</ul> -<p>When set for the <code>npm init</code> command, this may be set to the folder of a -workspace which does not yet exist, to create the folder and set it up as a -brand new workspace within the project.</p> -<p>This value is not exported to the environment for child processes.</p> -<h4 id="workspaces"><code>workspaces</code></h4> -<ul> -<li>Default: null</li> -<li>Type: null or Boolean</li> -</ul> -<p>Set to true to run the command in the context of <strong>all</strong> configured -workspaces.</p> -<p>Explicitly setting this to false will cause commands like <code>install</code> to -ignore workspaces altogether. When not set explicitly:</p> -<ul> -<li>Commands that operate on the <code>node_modules</code> tree (install, update, etc.) -will link workspaces into the <code>node_modules</code> folder. - Commands that do -other things (test, exec, publish, etc.) will operate on the root project, -<em>unless</em> one or more workspaces are specified in the <code>workspace</code> config.</li> -</ul> -<p>This value is not exported to the environment for child processes.</p> -<h4 id="include-workspace-root"><code>include-workspace-root</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Include the workspace root when workspaces are enabled for a command.</p> -<p>When false, specifying individual workspaces via the <code>workspace</code> config, or -all workspaces via the <code>workspaces</code> flag, will cause npm to operate only on -the specified workspaces, and not on the root project.</p> -<p>This value is not exported to the environment for child processes.</p> -<h4 id="install-links"><code>install-links</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>When set file: protocol dependencies will be packed and installed as regular -dependencies instead of creating a symlink. This option has no effect on -workspaces.</p> -<h3 id="algorithm">Algorithm</h3> -<p>Given a <code>package{dep}</code> structure: <code>A{B,C}, B{C}, C{D}</code>, -the npm install algorithm produces:</p> -<pre><code class="language-bash">A -+-- B -+-- C -+-- D -</code></pre> -<p>That is, the dependency from B to C is satisfied by the fact that A already -caused C to be installed at a higher level. D is still installed at the top -level because nothing conflicts with it.</p> -<p>For <code>A{B,C}, B{C,D@1}, C{D@2}</code>, this algorithm produces:</p> -<pre><code class="language-bash">A -+-- B -+-- C - `-- D@2 -+-- D@1 -</code></pre> -<p>Because B's D@1 will be installed in the top-level, C now has to install -D@2 privately for itself. This algorithm is deterministic, but different -trees may be produced if two dependencies are requested for installation in -a different order.</p> -<p>See <a href="../configuring-npm/folders.html">folders</a> for a more detailed description of -the specific folder structures that npm creates.</p> -<h3 id="see-also">See Also</h3> -<ul> -<li><a href="../configuring-npm/folders.html">npm folders</a></li> -<li><a href="../commands/npm-update.html">npm update</a></li> -<li><a href="../commands/npm-audit.html">npm audit</a></li> -<li><a href="../commands/npm-fund.html">npm fund</a></li> -<li><a href="../commands/npm-link.html">npm link</a></li> -<li><a href="../commands/npm-rebuild.html">npm rebuild</a></li> -<li><a href="../using-npm/scripts.html">npm scripts</a></li> -<li><a href="../commands/npm-config.html">npm config</a></li> -<li><a href="../configuring-npm/npmrc.html">npmrc</a></li> -<li><a href="../using-npm/registry.html">npm registry</a></li> -<li><a href="../commands/npm-dist-tag.html">npm dist-tag</a></li> -<li><a href="../commands/npm-uninstall.html">npm uninstall</a></li> -<li><a href="../commands/npm-shrinkwrap.html">npm shrinkwrap</a></li> -<li><a href="../configuring-npm/package-json.html">package.json</a></li> -<li><a href="../using-npm/workspaces.html">workspaces</a></li> -</ul></div> - -<footer id="edit"> -<a href="https://github.com/npm/cli/edit/latest/docs/content/commands/npm-install.md"> -<svg role="img" viewBox="0 0 16 16" width="16" height="16" fill="currentcolor" style="vertical-align: text-bottom; margin-right: 0.3em;"> -<path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path> -</svg> -Edit this page on GitHub -</a> -</footer> -</section> - - - -</body></html> \ No newline at end of file diff --git a/software/flow/node_modules/npm/docs/output/commands/npm-link.html b/software/flow/node_modules/npm/docs/output/commands/npm-link.html deleted file mode 100644 index 9686106..0000000 --- a/software/flow/node_modules/npm/docs/output/commands/npm-link.html +++ /dev/null @@ -1,442 +0,0 @@ -<!DOCTYPE html><html><head> -<meta charset="utf-8"> -<title>npm-link</title> -<style> -body { - background-color: #ffffff; - color: #24292e; - - margin: 0; - - line-height: 1.5; - - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; -} -#rainbar { - height: 10px; - background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); -} - -a { - text-decoration: none; - color: #0366d6; -} -a:hover { - text-decoration: underline; -} - -pre { - margin: 1em 0px; - padding: 1em; - border: solid 1px #e1e4e8; - border-radius: 6px; - - display: block; - overflow: auto; - - white-space: pre; - - background-color: #f6f8fa; - color: #393a34; -} -code { - font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; - font-size: 85%; - padding: 0.2em 0.4em; - background-color: #f6f8fa; - color: #393a34; -} -pre > code { - padding: 0; - background-color: inherit; - color: inherit; -} -h1, h2, h3 { - font-weight: 600; -} - -#logobar { - background-color: #333333; - margin: 0 auto; - padding: 1em 4em; -} -#logobar .logo { - float: left; -} -#logobar .title { - font-weight: 600; - color: #dddddd; - float: left; - margin: 5px 0 0 1em; -} -#logobar:after { - content: ""; - display: block; - clear: both; -} - -#content { - margin: 0 auto; - padding: 0 4em; -} - -#table_of_contents > h2 { - font-size: 1.17em; -} -#table_of_contents ul:first-child { - border: solid 1px #e1e4e8; - border-radius: 6px; - padding: 1em; - background-color: #f6f8fa; - color: #393a34; -} -#table_of_contents ul { - list-style-type: none; - padding-left: 1.5em; -} -#table_of_contents li { - font-size: 0.9em; -} -#table_of_contents li a { - color: #000000; -} - -header.title { - border-bottom: solid 1px #e1e4e8; -} -header.title > h1 { - margin-bottom: 0.25em; -} -header.title > .description { - display: block; - margin-bottom: 0.5em; - line-height: 1; -} - -footer#edit { - border-top: solid 1px #e1e4e8; - margin: 3em 0 4em 0; - padding-top: 2em; -} -</style> -</head> -<body> -<div id="banner"> -<div id="rainbar"></div> -<div id="logobar"> -<svg class="logo" role="img" height="32" width="32" viewBox="0 0 700 700"> -<polygon fill="#cb0000" points="0,700 700,700 700,0 0,0"></polygon> -<polygon fill="#ffffff" points="150,550 350,550 350,250 450,250 450,550 550,550 550,150 150,150"></polygon> -</svg> -<div class="title"> -npm command-line interface -</div> -</div> -</div> - -<section id="content"> -<header class="title"> -<h1 id="npm-link">npm-link</h1> -<span class="description">Symlink a package folder</span> -</header> - -<section id="table_of_contents"> -<h2 id="table-of-contents">Table of contents</h2> -<div id="_table_of_contents"><ul><li><a href="#synopsis">Synopsis</a></li><li><a href="#description">Description</a></li><li><a href="#caveat">Caveat</a></li><li><a href="#workspace-usage">Workspace Usage</a></li><li><a href="#configuration">Configuration</a></li><ul><li><a href="#save"><code>save</code></a></li><li><a href="#save-exact"><code>save-exact</code></a></li><li><a href="#global"><code>global</code></a></li><li><a href="#install-strategy"><code>install-strategy</code></a></li><li><a href="#legacy-bundling"><code>legacy-bundling</code></a></li><li><a href="#global-style"><code>global-style</code></a></li><li><a href="#strict-peer-deps"><code>strict-peer-deps</code></a></li><li><a href="#package-lock"><code>package-lock</code></a></li><li><a href="#omit"><code>omit</code></a></li><li><a href="#ignore-scripts"><code>ignore-scripts</code></a></li><li><a href="#audit"><code>audit</code></a></li><li><a href="#bin-links"><code>bin-links</code></a></li><li><a href="#fund"><code>fund</code></a></li><li><a href="#dry-run"><code>dry-run</code></a></li><li><a href="#workspace"><code>workspace</code></a></li><li><a href="#workspaces"><code>workspaces</code></a></li><li><a href="#include-workspace-root"><code>include-workspace-root</code></a></li><li><a href="#install-links"><code>install-links</code></a></li></ul><li><a href="#see-also">See Also</a></li></ul></div> -</section> - -<div id="_content"><h3 id="synopsis">Synopsis</h3> -<pre><code class="language-bash">npm link [&lt;package-spec&gt;] - -alias: ln -</code></pre> -<h3 id="description">Description</h3> -<p>This is handy for installing your own stuff, so that you can work on it and -test iteratively without having to continually rebuild.</p> -<p>Package linking is a two-step process.</p> -<p>First, <code>npm link</code> in a package folder with no arguments will create a -symlink in the global folder <code>{prefix}/lib/node_modules/&lt;package&gt;</code> that -links to the package where the <code>npm link</code> command was executed. It will -also link any bins in the package to <code>{prefix}/bin/{name}</code>. Note that -<code>npm link</code> uses the global prefix (see <code>npm prefix -g</code> for its value).</p> -<p>Next, in some other location, <code>npm link package-name</code> will create a -symbolic link from globally-installed <code>package-name</code> to <code>node_modules/</code> of -the current folder.</p> -<p>Note that <code>package-name</code> is taken from <code>package.json</code>, <em>not</em> from the -directory name.</p> -<p>The package name can be optionally prefixed with a scope. See -<a href="../using-npm/scope.html"><code>scope</code></a>. The scope must be preceded by an @-symbol and -followed by a slash.</p> -<p>When creating tarballs for <code>npm publish</code>, the linked packages are -"snapshotted" to their current state by resolving the symbolic links, if -they are included in <code>bundleDependencies</code>.</p> -<p>For example:</p> -<pre><code class="language-bash">cd ~/projects/node-redis # go into the package directory -npm link # creates global link -cd ~/projects/node-bloggy # go into some other package directory. -npm link redis # link-install the package -</code></pre> -<p>Now, any changes to <code>~/projects/node-redis</code> will be reflected in -<code>~/projects/node-bloggy/node_modules/node-redis/</code>. Note that the link -should be to the package name, not the directory name for that package.</p> -<p>You may also shortcut the two steps in one. For example, to do the -above use-case in a shorter way:</p> -<pre><code class="language-bash">cd ~/projects/node-bloggy # go into the dir of your main project -npm link ../node-redis # link the dir of your dependency -</code></pre> -<p>The second line is the equivalent of doing:</p> -<pre><code class="language-bash">(cd ../node-redis; npm link) -npm link redis -</code></pre> -<p>That is, it first creates a global link, and then links the global -installation target into your project's <code>node_modules</code> folder.</p> -<p>Note that in this case, you are referring to the directory name, -<code>node-redis</code>, rather than the package name <code>redis</code>.</p> -<p>If your linked package is scoped (see <a href="../using-npm/scope.html"><code>scope</code></a>) your -link command must include that scope, e.g.</p> -<pre><code class="language-bash">npm link @myorg/privatepackage -</code></pre> -<h3 id="caveat">Caveat</h3> -<p>Note that package dependencies linked in this way are <em>not</em> saved to -<code>package.json</code> by default, on the assumption that the intention is to have -a link stand in for a regular non-link dependency. Otherwise, for example, -if you depend on <code>redis@^3.0.1</code>, and ran <code>npm link redis</code>, it would replace -the <code>^3.0.1</code> dependency with <code>file:../path/to/node-redis</code>, which you -probably don't want! Additionally, other users or developers on your -project would run into issues if they do not have their folders set up -exactly the same as yours.</p> -<p>If you are adding a <em>new</em> dependency as a link, you should add it to the -relevant metadata by running <code>npm install &lt;dep&gt; --package-lock-only</code>.</p> -<p>If you <em>want</em> to save the <code>file:</code> reference in your <code>package.json</code> and -<code>package-lock.json</code> files, you can use <code>npm link &lt;dep&gt; --save</code> to do so.</p> -<h3 id="workspace-usage">Workspace Usage</h3> -<p><code>npm link &lt;pkg&gt; --workspace &lt;name&gt;</code> will link the relevant package as a -dependency of the specified workspace(s). Note that It may actually be -linked into the parent project's <code>node_modules</code> folder, if there are no -conflicting dependencies.</p> -<p><code>npm link --workspace &lt;name&gt;</code> will create a global link to the specified -workspace(s).</p> -<h3 id="configuration">Configuration</h3> -<h4 id="save"><code>save</code></h4> -<ul> -<li>Default: <code>true</code> unless when using <code>npm update</code> where it defaults to <code>false</code></li> -<li>Type: Boolean</li> -</ul> -<p>Save installed packages to a <code>package.json</code> file as dependencies.</p> -<p>When used with the <code>npm rm</code> command, removes the dependency from -<code>package.json</code>.</p> -<p>Will also prevent writing to <code>package-lock.json</code> if set to <code>false</code>.</p> -<h4 id="save-exact"><code>save-exact</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Dependencies saved to package.json will be configured with an exact version -rather than using npm's default semver range operator.</p> -<h4 id="global"><code>global</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Operates in "global" mode, so that packages are installed into the <code>prefix</code> -folder instead of the current working directory. See -<a href="../configuring-npm/folders.html">folders</a> for more on the differences in behavior.</p> -<ul> -<li>packages are installed into the <code>{prefix}/lib/node_modules</code> folder, instead -of the current working directory.</li> -<li>bin files are linked to <code>{prefix}/bin</code></li> -<li>man pages are linked to <code>{prefix}/share/man</code></li> -</ul> -<h4 id="install-strategy"><code>install-strategy</code></h4> -<ul> -<li>Default: "hoisted"</li> -<li>Type: "hoisted", "nested", "shallow", or "linked"</li> -</ul> -<p>Sets the strategy for installing packages in node_modules. hoisted -(default): Install non-duplicated in top-level, and duplicated as necessary -within directory structure. nested: (formerly --legacy-bundling) install in -place, no hoisting. shallow (formerly --global-style) only install direct -deps at top-level. linked: (experimental) install in node_modules/.store, -link in place, unhoisted.</p> -<h4 id="legacy-bundling"><code>legacy-bundling</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -<li>DEPRECATED: This option has been deprecated in favor of -<code>--install-strategy=nested</code></li> -</ul> -<p>Instead of hoisting package installs in <code>node_modules</code>, install packages in -the same manner that they are depended on. This may cause very deep -directory structures and duplicate package installs as there is no -de-duplicating. Sets <code>--install-strategy=nested</code>.</p> -<h4 id="global-style"><code>global-style</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -<li>DEPRECATED: This option has been deprecated in favor of -<code>--install-strategy=shallow</code></li> -</ul> -<p>Only install direct dependencies in the top level <code>node_modules</code>, but hoist -on deeper dependencies. Sets <code>--install-strategy=shallow</code>.</p> -<h4 id="strict-peer-deps"><code>strict-peer-deps</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>If set to <code>true</code>, and <code>--legacy-peer-deps</code> is not set, then <em>any</em> -conflicting <code>peerDependencies</code> will be treated as an install failure, even -if npm could reasonably guess the appropriate resolution based on non-peer -dependency relationships.</p> -<p>By default, conflicting <code>peerDependencies</code> deep in the dependency graph will -be resolved using the nearest non-peer dependency specification, even if -doing so will result in some packages receiving a peer dependency outside -the range set in their package's <code>peerDependencies</code> object.</p> -<p>When such an override is performed, a warning is printed, explaining the -conflict and the packages involved. If <code>--strict-peer-deps</code> is set, then -this warning is treated as a failure.</p> -<h4 id="package-lock"><code>package-lock</code></h4> -<ul> -<li>Default: true</li> -<li>Type: Boolean</li> -</ul> -<p>If set to false, then ignore <code>package-lock.json</code> files when installing. This -will also prevent <em>writing</em> <code>package-lock.json</code> if <code>save</code> is true.</p> -<p>This configuration does not affect <code>npm ci</code>.</p> -<h4 id="omit"><code>omit</code></h4> -<ul> -<li>Default: 'dev' if the <code>NODE_ENV</code> environment variable is set to -'production', otherwise empty.</li> -<li>Type: "dev", "optional", or "peer" (can be set multiple times)</li> -</ul> -<p>Dependency types to omit from the installation tree on disk.</p> -<p>Note that these dependencies <em>are</em> still resolved and added to the -<code>package-lock.json</code> or <code>npm-shrinkwrap.json</code> file. They are just not -physically installed on disk.</p> -<p>If a package type appears in both the <code>--include</code> and <code>--omit</code> lists, then -it will be included.</p> -<p>If the resulting omit list includes <code>'dev'</code>, then the <code>NODE_ENV</code> environment -variable will be set to <code>'production'</code> for all lifecycle scripts.</p> -<h4 id="ignore-scripts"><code>ignore-scripts</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>If true, npm does not run scripts specified in package.json files.</p> -<p>Note that commands explicitly intended to run a particular script, such as -<code>npm start</code>, <code>npm stop</code>, <code>npm restart</code>, <code>npm test</code>, and <code>npm run-script</code> -will still run their intended script if <code>ignore-scripts</code> is set, but they -will <em>not</em> run any pre- or post-scripts.</p> -<h4 id="audit"><code>audit</code></h4> -<ul> -<li>Default: true</li> -<li>Type: Boolean</li> -</ul> -<p>When "true" submit audit reports alongside the current npm command to the -default registry and all registries configured for scopes. See the -documentation for <a href="../commands/npm-audit.html"><code>npm audit</code></a> for details on what is -submitted.</p> -<h4 id="bin-links"><code>bin-links</code></h4> -<ul> -<li>Default: true</li> -<li>Type: Boolean</li> -</ul> -<p>Tells npm to create symlinks (or <code>.cmd</code> shims on Windows) for package -executables.</p> -<p>Set to false to have it not do this. This can be used to work around the -fact that some file systems don't support symlinks, even on ostensibly Unix -systems.</p> -<h4 id="fund"><code>fund</code></h4> -<ul> -<li>Default: true</li> -<li>Type: Boolean</li> -</ul> -<p>When "true" displays the message at the end of each <code>npm install</code> -acknowledging the number of dependencies looking for funding. See <a href="../commands/npm-fund.html"><code>npm fund</code></a> for details.</p> -<h4 id="dry-run"><code>dry-run</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Indicates that you don't want npm to make any changes and that it should -only report what it would have done. This can be passed into any of the -commands that modify your local installation, eg, <code>install</code>, <code>update</code>, -<code>dedupe</code>, <code>uninstall</code>, as well as <code>pack</code> and <code>publish</code>.</p> -<p>Note: This is NOT honored by other network related commands, eg <code>dist-tags</code>, -<code>owner</code>, etc.</p> -<h4 id="workspace"><code>workspace</code></h4> -<ul> -<li>Default:</li> -<li>Type: String (can be set multiple times)</li> -</ul> -<p>Enable running a command in the context of the configured workspaces of the -current project while filtering by running only the workspaces defined by -this configuration option.</p> -<p>Valid values for the <code>workspace</code> config are either:</p> -<ul> -<li>Workspace names</li> -<li>Path to a workspace directory</li> -<li>Path to a parent workspace directory (will result in selecting all -workspaces within that folder)</li> -</ul> -<p>When set for the <code>npm init</code> command, this may be set to the folder of a -workspace which does not yet exist, to create the folder and set it up as a -brand new workspace within the project.</p> -<p>This value is not exported to the environment for child processes.</p> -<h4 id="workspaces"><code>workspaces</code></h4> -<ul> -<li>Default: null</li> -<li>Type: null or Boolean</li> -</ul> -<p>Set to true to run the command in the context of <strong>all</strong> configured -workspaces.</p> -<p>Explicitly setting this to false will cause commands like <code>install</code> to -ignore workspaces altogether. When not set explicitly:</p> -<ul> -<li>Commands that operate on the <code>node_modules</code> tree (install, update, etc.) -will link workspaces into the <code>node_modules</code> folder. - Commands that do -other things (test, exec, publish, etc.) will operate on the root project, -<em>unless</em> one or more workspaces are specified in the <code>workspace</code> config.</li> -</ul> -<p>This value is not exported to the environment for child processes.</p> -<h4 id="include-workspace-root"><code>include-workspace-root</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Include the workspace root when workspaces are enabled for a command.</p> -<p>When false, specifying individual workspaces via the <code>workspace</code> config, or -all workspaces via the <code>workspaces</code> flag, will cause npm to operate only on -the specified workspaces, and not on the root project.</p> -<p>This value is not exported to the environment for child processes.</p> -<h4 id="install-links"><code>install-links</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>When set file: protocol dependencies will be packed and installed as regular -dependencies instead of creating a symlink. This option has no effect on -workspaces.</p> -<h3 id="see-also">See Also</h3> -<ul> -<li><a href="../using-npm/package-spec.html">package spec</a></li> -<li><a href="../using-npm/developers.html">npm developers</a></li> -<li><a href="../configuring-npm/package-json.html">package.json</a></li> -<li><a href="../commands/npm-install.html">npm install</a></li> -<li><a href="../configuring-npm/folders.html">npm folders</a></li> -<li><a href="../commands/npm-config.html">npm config</a></li> -<li><a href="../configuring-npm/npmrc.html">npmrc</a></li> -</ul></div> - -<footer id="edit"> -<a href="https://github.com/npm/cli/edit/latest/docs/content/commands/npm-link.md"> -<svg role="img" viewBox="0 0 16 16" width="16" height="16" fill="currentcolor" style="vertical-align: text-bottom; margin-right: 0.3em;"> -<path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path> -</svg> -Edit this page on GitHub -</a> -</footer> -</section> - - - -</body></html> \ No newline at end of file diff --git a/software/flow/node_modules/npm/docs/output/commands/npm-login.html b/software/flow/node_modules/npm/docs/output/commands/npm-login.html deleted file mode 100644 index 5ffff8a..0000000 --- a/software/flow/node_modules/npm/docs/output/commands/npm-login.html +++ /dev/null @@ -1,222 +0,0 @@ -<!DOCTYPE html><html><head> -<meta charset="utf-8"> -<title>npm-login</title> -<style> -body { - background-color: #ffffff; - color: #24292e; - - margin: 0; - - line-height: 1.5; - - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; -} -#rainbar { - height: 10px; - background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); -} - -a { - text-decoration: none; - color: #0366d6; -} -a:hover { - text-decoration: underline; -} - -pre { - margin: 1em 0px; - padding: 1em; - border: solid 1px #e1e4e8; - border-radius: 6px; - - display: block; - overflow: auto; - - white-space: pre; - - background-color: #f6f8fa; - color: #393a34; -} -code { - font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; - font-size: 85%; - padding: 0.2em 0.4em; - background-color: #f6f8fa; - color: #393a34; -} -pre > code { - padding: 0; - background-color: inherit; - color: inherit; -} -h1, h2, h3 { - font-weight: 600; -} - -#logobar { - background-color: #333333; - margin: 0 auto; - padding: 1em 4em; -} -#logobar .logo { - float: left; -} -#logobar .title { - font-weight: 600; - color: #dddddd; - float: left; - margin: 5px 0 0 1em; -} -#logobar:after { - content: ""; - display: block; - clear: both; -} - -#content { - margin: 0 auto; - padding: 0 4em; -} - -#table_of_contents > h2 { - font-size: 1.17em; -} -#table_of_contents ul:first-child { - border: solid 1px #e1e4e8; - border-radius: 6px; - padding: 1em; - background-color: #f6f8fa; - color: #393a34; -} -#table_of_contents ul { - list-style-type: none; - padding-left: 1.5em; -} -#table_of_contents li { - font-size: 0.9em; -} -#table_of_contents li a { - color: #000000; -} - -header.title { - border-bottom: solid 1px #e1e4e8; -} -header.title > h1 { - margin-bottom: 0.25em; -} -header.title > .description { - display: block; - margin-bottom: 0.5em; - line-height: 1; -} - -footer#edit { - border-top: solid 1px #e1e4e8; - margin: 3em 0 4em 0; - padding-top: 2em; -} -</style> -</head> -<body> -<div id="banner"> -<div id="rainbar"></div> -<div id="logobar"> -<svg class="logo" role="img" height="32" width="32" viewBox="0 0 700 700"> -<polygon fill="#cb0000" points="0,700 700,700 700,0 0,0"></polygon> -<polygon fill="#ffffff" points="150,550 350,550 350,250 450,250 450,550 550,550 550,150 150,150"></polygon> -</svg> -<div class="title"> -npm command-line interface -</div> -</div> -</div> - -<section id="content"> -<header class="title"> -<h1 id="npm-login">npm-login</h1> -<span class="description">Login to a registry user account</span> -</header> - -<section id="table_of_contents"> -<h2 id="table-of-contents">Table of contents</h2> -<div id="_table_of_contents"><ul><li><a href="#synopsis">Synopsis</a></li><li><a href="#description">Description</a></li><li><a href="#configuration">Configuration</a></li><ul><li><a href="#registry"><code>registry</code></a></li><li><a href="#scope"><code>scope</code></a></li><li><a href="#auth-type"><code>auth-type</code></a></li></ul><li><a href="#see-also">See Also</a></li></ul></div> -</section> - -<div id="_content"><h3 id="synopsis">Synopsis</h3> -<pre><code class="language-bash">npm login -</code></pre> -<p>Note: This command is unaware of workspaces.</p> -<h3 id="description">Description</h3> -<p>Verify a user in the specified registry, and save the credentials to the -<code>.npmrc</code> file. If no registry is specified, the default registry will be -used (see <a href="../using-npm/config.html"><code>config</code></a>).</p> -<p>When using <code>legacy</code> for your <code>auth-type</code>, the username and password, are -read in from prompts.</p> -<p>To reset your password, go to <a href="https://www.npmjs.com/forgot">https://www.npmjs.com/forgot</a></p> -<p>To change your email address, go to <a href="https://www.npmjs.com/email-edit">https://www.npmjs.com/email-edit</a></p> -<p>You may use this command multiple times with the same user account to -authorize on a new machine. When authenticating on a new machine, -the username, password and email address must all match with -your existing record.</p> -<h3 id="configuration">Configuration</h3> -<h4 id="registry"><code>registry</code></h4> -<ul> -<li>Default: "<a href="https://registry.npmjs.org/">https://registry.npmjs.org/</a>"</li> -<li>Type: URL</li> -</ul> -<p>The base URL of the npm registry.</p> -<h4 id="scope"><code>scope</code></h4> -<ul> -<li>Default: the scope of the current project, if any, or ""</li> -<li>Type: String</li> -</ul> -<p>Associate an operation with a scope for a scoped registry.</p> -<p>Useful when logging in to or out of a private registry:</p> -<pre><code># log in, linking the scope to the custom registry -npm login --scope=@mycorp --registry=https://registry.mycorp.com - -# log out, removing the link and the auth token -npm logout --scope=@mycorp -</code></pre> -<p>This will cause <code>@mycorp</code> to be mapped to the registry for future -installation of packages specified according to the pattern -<code>@mycorp/package</code>.</p> -<p>This will also cause <code>npm init</code> to create a scoped package.</p> -<pre><code># accept all defaults, and create a package named "@foo/whatever", -# instead of just named "whatever" -npm init --scope=@foo --yes -</code></pre> -<h4 id="auth-type"><code>auth-type</code></h4> -<ul> -<li>Default: "web"</li> -<li>Type: "legacy" or "web"</li> -</ul> -<p>What authentication strategy to use with <code>login</code>. Note that if an <code>otp</code> -config is given, this value will always be set to <code>legacy</code>.</p> -<h3 id="see-also">See Also</h3> -<ul> -<li><a href="../using-npm/registry.html">npm registry</a></li> -<li><a href="../commands/npm-config.html">npm config</a></li> -<li><a href="../configuring-npm/npmrc.html">npmrc</a></li> -<li><a href="../commands/npm-owner.html">npm owner</a></li> -<li><a href="../commands/npm-whoami.html">npm whoami</a></li> -<li><a href="../commands/npm-token.html">npm token</a></li> -<li><a href="../commands/npm-profile.html">npm profile</a></li> -</ul></div> - -<footer id="edit"> -<a href="https://github.com/npm/cli/edit/latest/docs/content/commands/npm-login.md"> -<svg role="img" viewBox="0 0 16 16" width="16" height="16" fill="currentcolor" style="vertical-align: text-bottom; margin-right: 0.3em;"> -<path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path> -</svg> -Edit this page on GitHub -</a> -</footer> -</section> - - - -</body></html> \ No newline at end of file diff --git a/software/flow/node_modules/npm/docs/output/commands/npm-logout.html b/software/flow/node_modules/npm/docs/output/commands/npm-logout.html deleted file mode 100644 index 5767772..0000000 --- a/software/flow/node_modules/npm/docs/output/commands/npm-logout.html +++ /dev/null @@ -1,209 +0,0 @@ -<!DOCTYPE html><html><head> -<meta charset="utf-8"> -<title>npm-logout</title> -<style> -body { - background-color: #ffffff; - color: #24292e; - - margin: 0; - - line-height: 1.5; - - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; -} -#rainbar { - height: 10px; - background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); -} - -a { - text-decoration: none; - color: #0366d6; -} -a:hover { - text-decoration: underline; -} - -pre { - margin: 1em 0px; - padding: 1em; - border: solid 1px #e1e4e8; - border-radius: 6px; - - display: block; - overflow: auto; - - white-space: pre; - - background-color: #f6f8fa; - color: #393a34; -} -code { - font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; - font-size: 85%; - padding: 0.2em 0.4em; - background-color: #f6f8fa; - color: #393a34; -} -pre > code { - padding: 0; - background-color: inherit; - color: inherit; -} -h1, h2, h3 { - font-weight: 600; -} - -#logobar { - background-color: #333333; - margin: 0 auto; - padding: 1em 4em; -} -#logobar .logo { - float: left; -} -#logobar .title { - font-weight: 600; - color: #dddddd; - float: left; - margin: 5px 0 0 1em; -} -#logobar:after { - content: ""; - display: block; - clear: both; -} - -#content { - margin: 0 auto; - padding: 0 4em; -} - -#table_of_contents > h2 { - font-size: 1.17em; -} -#table_of_contents ul:first-child { - border: solid 1px #e1e4e8; - border-radius: 6px; - padding: 1em; - background-color: #f6f8fa; - color: #393a34; -} -#table_of_contents ul { - list-style-type: none; - padding-left: 1.5em; -} -#table_of_contents li { - font-size: 0.9em; -} -#table_of_contents li a { - color: #000000; -} - -header.title { - border-bottom: solid 1px #e1e4e8; -} -header.title > h1 { - margin-bottom: 0.25em; -} -header.title > .description { - display: block; - margin-bottom: 0.5em; - line-height: 1; -} - -footer#edit { - border-top: solid 1px #e1e4e8; - margin: 3em 0 4em 0; - padding-top: 2em; -} -</style> -</head> -<body> -<div id="banner"> -<div id="rainbar"></div> -<div id="logobar"> -<svg class="logo" role="img" height="32" width="32" viewBox="0 0 700 700"> -<polygon fill="#cb0000" points="0,700 700,700 700,0 0,0"></polygon> -<polygon fill="#ffffff" points="150,550 350,550 350,250 450,250 450,550 550,550 550,150 150,150"></polygon> -</svg> -<div class="title"> -npm command-line interface -</div> -</div> -</div> - -<section id="content"> -<header class="title"> -<h1 id="npm-logout">npm-logout</h1> -<span class="description">Log out of the registry</span> -</header> - -<section id="table_of_contents"> -<h2 id="table-of-contents">Table of contents</h2> -<div id="_table_of_contents"><ul><li><a href="#synopsis">Synopsis</a></li><li><a href="#description">Description</a></li><li><a href="#configuration">Configuration</a></li><ul><li><a href="#registry"><code>registry</code></a></li><li><a href="#scope"><code>scope</code></a></li></ul><li><a href="#see-also">See Also</a></li></ul></div> -</section> - -<div id="_content"><h3 id="synopsis">Synopsis</h3> -<pre><code class="language-bash">npm logout -</code></pre> -<p>Note: This command is unaware of workspaces.</p> -<h3 id="description">Description</h3> -<p>When logged into a registry that supports token-based authentication, tell -the server to end this token's session. This will invalidate the token -everywhere you're using it, not just for the current environment.</p> -<p>When logged into a legacy registry that uses username and password -authentication, this will clear the credentials in your user configuration. -In this case, it will <em>only</em> affect the current environment.</p> -<p>If <code>--scope</code> is provided, this will find the credentials for the registry -connected to that scope, if set.</p> -<h3 id="configuration">Configuration</h3> -<h4 id="registry"><code>registry</code></h4> -<ul> -<li>Default: "<a href="https://registry.npmjs.org/">https://registry.npmjs.org/</a>"</li> -<li>Type: URL</li> -</ul> -<p>The base URL of the npm registry.</p> -<h4 id="scope"><code>scope</code></h4> -<ul> -<li>Default: the scope of the current project, if any, or ""</li> -<li>Type: String</li> -</ul> -<p>Associate an operation with a scope for a scoped registry.</p> -<p>Useful when logging in to or out of a private registry:</p> -<pre><code># log in, linking the scope to the custom registry -npm login --scope=@mycorp --registry=https://registry.mycorp.com - -# log out, removing the link and the auth token -npm logout --scope=@mycorp -</code></pre> -<p>This will cause <code>@mycorp</code> to be mapped to the registry for future -installation of packages specified according to the pattern -<code>@mycorp/package</code>.</p> -<p>This will also cause <code>npm init</code> to create a scoped package.</p> -<pre><code># accept all defaults, and create a package named "@foo/whatever", -# instead of just named "whatever" -npm init --scope=@foo --yes -</code></pre> -<h3 id="see-also">See Also</h3> -<ul> -<li><a href="../commands/npm-adduser.html">npm adduser</a></li> -<li><a href="../using-npm/registry.html">npm registry</a></li> -<li><a href="../commands/npm-config.html">npm config</a></li> -<li><a href="../commands/npm-whoami.html">npm whoami</a></li> -</ul></div> - -<footer id="edit"> -<a href="https://github.com/npm/cli/edit/latest/docs/content/commands/npm-logout.md"> -<svg role="img" viewBox="0 0 16 16" width="16" height="16" fill="currentcolor" style="vertical-align: text-bottom; margin-right: 0.3em;"> -<path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path> -</svg> -Edit this page on GitHub -</a> -</footer> -</section> - - - -</body></html> \ No newline at end of file diff --git a/software/flow/node_modules/npm/docs/output/commands/npm-ls.html b/software/flow/node_modules/npm/docs/output/commands/npm-ls.html deleted file mode 100644 index 26d3dce..0000000 --- a/software/flow/node_modules/npm/docs/output/commands/npm-ls.html +++ /dev/null @@ -1,369 +0,0 @@ -<!DOCTYPE html><html><head> -<meta charset="utf-8"> -<title>npm-ls</title> -<style> -body { - background-color: #ffffff; - color: #24292e; - - margin: 0; - - line-height: 1.5; - - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; -} -#rainbar { - height: 10px; - background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); -} - -a { - text-decoration: none; - color: #0366d6; -} -a:hover { - text-decoration: underline; -} - -pre { - margin: 1em 0px; - padding: 1em; - border: solid 1px #e1e4e8; - border-radius: 6px; - - display: block; - overflow: auto; - - white-space: pre; - - background-color: #f6f8fa; - color: #393a34; -} -code { - font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; - font-size: 85%; - padding: 0.2em 0.4em; - background-color: #f6f8fa; - color: #393a34; -} -pre > code { - padding: 0; - background-color: inherit; - color: inherit; -} -h1, h2, h3 { - font-weight: 600; -} - -#logobar { - background-color: #333333; - margin: 0 auto; - padding: 1em 4em; -} -#logobar .logo { - float: left; -} -#logobar .title { - font-weight: 600; - color: #dddddd; - float: left; - margin: 5px 0 0 1em; -} -#logobar:after { - content: ""; - display: block; - clear: both; -} - -#content { - margin: 0 auto; - padding: 0 4em; -} - -#table_of_contents > h2 { - font-size: 1.17em; -} -#table_of_contents ul:first-child { - border: solid 1px #e1e4e8; - border-radius: 6px; - padding: 1em; - background-color: #f6f8fa; - color: #393a34; -} -#table_of_contents ul { - list-style-type: none; - padding-left: 1.5em; -} -#table_of_contents li { - font-size: 0.9em; -} -#table_of_contents li a { - color: #000000; -} - -header.title { - border-bottom: solid 1px #e1e4e8; -} -header.title > h1 { - margin-bottom: 0.25em; -} -header.title > .description { - display: block; - margin-bottom: 0.5em; - line-height: 1; -} - -footer#edit { - border-top: solid 1px #e1e4e8; - margin: 3em 0 4em 0; - padding-top: 2em; -} -</style> -</head> -<body> -<div id="banner"> -<div id="rainbar"></div> -<div id="logobar"> -<svg class="logo" role="img" height="32" width="32" viewBox="0 0 700 700"> -<polygon fill="#cb0000" points="0,700 700,700 700,0 0,0"></polygon> -<polygon fill="#ffffff" points="150,550 350,550 350,250 450,250 450,550 550,550 550,150 150,150"></polygon> -</svg> -<div class="title"> -npm command-line interface -</div> -</div> -</div> - -<section id="content"> -<header class="title"> -<h1 id="npm-ls">npm-ls</h1> -<span class="description">List installed packages</span> -</header> - -<section id="table_of_contents"> -<h2 id="table-of-contents">Table of contents</h2> -<div id="_table_of_contents"><ul><li><a href="#synopsis">Synopsis</a></li><li><a href="#description">Description</a></li><li><a href="#note-design-changes-pending">Note: Design Changes Pending</a></li><li><a href="#configuration">Configuration</a></li><ul><li><a href="#all"><code>all</code></a></li><li><a href="#json"><code>json</code></a></li><li><a href="#long"><code>long</code></a></li><li><a href="#parseable"><code>parseable</code></a></li><li><a href="#global"><code>global</code></a></li><li><a href="#depth"><code>depth</code></a></li><li><a href="#omit"><code>omit</code></a></li><li><a href="#link"><code>link</code></a></li><li><a href="#package-lock-only"><code>package-lock-only</code></a></li><li><a href="#unicode"><code>unicode</code></a></li><li><a href="#workspace"><code>workspace</code></a></li><li><a href="#workspaces"><code>workspaces</code></a></li><li><a href="#include-workspace-root"><code>include-workspace-root</code></a></li><li><a href="#install-links"><code>install-links</code></a></li></ul><li><a href="#see-also">See Also</a></li></ul></div> -</section> - -<div id="_content"><h3 id="synopsis">Synopsis</h3> -<pre><code class="language-bash">npm ls &lt;package-spec&gt; - -alias: list -</code></pre> -<h3 id="description">Description</h3> -<p>This command will print to stdout all the versions of packages that are -installed, as well as their dependencies when <code>--all</code> is specified, in a -tree structure.</p> -<p>Note: to get a "bottoms up" view of why a given package is included in the -tree at all, use <a href="../commands/npm-explain.html"><code>npm explain</code></a>.</p> -<p>Positional arguments are <code>name@version-range</code> identifiers, which will limit -the results to only the paths to the packages named. Note that nested -packages will <em>also</em> show the paths to the specified packages. For -example, running <code>npm ls promzard</code> in npm's source tree will show:</p> -<pre><code class="language-bash">npm@9.5.1 /path/to/npm -└─┬ init-package-json@0.0.4 - └── promzard@0.1.5 -</code></pre> -<p>It will print out extraneous, missing, and invalid packages.</p> -<p>If a project specifies git urls for dependencies these are shown -in parentheses after the <code>name@version</code> to make it easier for users to -recognize potential forks of a project.</p> -<p>The tree shown is the logical dependency tree, based on package -dependencies, not the physical layout of your <code>node_modules</code> folder.</p> -<p>When run as <code>ll</code> or <code>la</code>, it shows extended information by default.</p> -<h3 id="note-design-changes-pending">Note: Design Changes Pending</h3> -<p>The <code>npm ls</code> command's output and behavior made a <em>ton</em> of sense when npm -created a <code>node_modules</code> folder that naively nested every dependency. In -such a case, the logical dependency graph and physical tree of packages on -disk would be roughly identical.</p> -<p>With the advent of automatic install-time deduplication of dependencies in -npm v3, the <code>ls</code> output was modified to display the logical dependency -graph as a tree structure, since this was more useful to most users. -However, without using <code>npm ls -l</code>, it became impossible to show <em>where</em> a -package was actually installed much of the time!</p> -<p>With the advent of automatic installation of <code>peerDependencies</code> in npm v7, -this gets even more curious, as <code>peerDependencies</code> are logically -"underneath" their dependents in the dependency graph, but are always -physically at or above their location on disk.</p> -<p>Also, in the years since npm got an <code>ls</code> command (in version 0.0.2!), -dependency graphs have gotten much larger as a general rule. Therefore, in -order to avoid dumping an excessive amount of content to the terminal, <code>npm ls</code> now only shows the <em>top</em> level dependencies, unless <code>--all</code> is -provided.</p> -<p>A thorough re-examination of the use cases, intention, behavior, and output -of this command, is currently underway. Expect significant changes to at -least the default human-readable <code>npm ls</code> output in npm v8.</p> -<h3 id="configuration">Configuration</h3> -<h4 id="all"><code>all</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>When running <code>npm outdated</code> and <code>npm ls</code>, setting <code>--all</code> will show all -outdated or installed packages, rather than only those directly depended -upon by the current project.</p> -<h4 id="json"><code>json</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Whether or not to output JSON data, rather than the normal output.</p> -<ul> -<li>In <code>npm pkg set</code> it enables parsing set values with JSON.parse() before -saving them to your <code>package.json</code>.</li> -</ul> -<p>Not supported by all npm commands.</p> -<h4 id="long"><code>long</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Show extended information in <code>ls</code>, <code>search</code>, and <code>help-search</code>.</p> -<h4 id="parseable"><code>parseable</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Output parseable results from commands that write to standard output. For -<code>npm search</code>, this will be tab-separated table format.</p> -<h4 id="global"><code>global</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Operates in "global" mode, so that packages are installed into the <code>prefix</code> -folder instead of the current working directory. See -<a href="../configuring-npm/folders.html">folders</a> for more on the differences in behavior.</p> -<ul> -<li>packages are installed into the <code>{prefix}/lib/node_modules</code> folder, instead -of the current working directory.</li> -<li>bin files are linked to <code>{prefix}/bin</code></li> -<li>man pages are linked to <code>{prefix}/share/man</code></li> -</ul> -<h4 id="depth"><code>depth</code></h4> -<ul> -<li>Default: <code>Infinity</code> if <code>--all</code> is set, otherwise <code>1</code></li> -<li>Type: null or Number</li> -</ul> -<p>The depth to go when recursing packages for <code>npm ls</code>.</p> -<p>If not set, <code>npm ls</code> will show only the immediate dependencies of the root -project. If <code>--all</code> is set, then npm will show all dependencies by default.</p> -<h4 id="omit"><code>omit</code></h4> -<ul> -<li>Default: 'dev' if the <code>NODE_ENV</code> environment variable is set to -'production', otherwise empty.</li> -<li>Type: "dev", "optional", or "peer" (can be set multiple times)</li> -</ul> -<p>Dependency types to omit from the installation tree on disk.</p> -<p>Note that these dependencies <em>are</em> still resolved and added to the -<code>package-lock.json</code> or <code>npm-shrinkwrap.json</code> file. They are just not -physically installed on disk.</p> -<p>If a package type appears in both the <code>--include</code> and <code>--omit</code> lists, then -it will be included.</p> -<p>If the resulting omit list includes <code>'dev'</code>, then the <code>NODE_ENV</code> environment -variable will be set to <code>'production'</code> for all lifecycle scripts.</p> -<h4 id="link"><code>link</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Used with <code>npm ls</code>, limiting output to only those packages that are linked.</p> -<h4 id="package-lock-only"><code>package-lock-only</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>If set to true, the current operation will only use the <code>package-lock.json</code>, -ignoring <code>node_modules</code>.</p> -<p>For <code>update</code> this means only the <code>package-lock.json</code> will be updated, -instead of checking <code>node_modules</code> and downloading dependencies.</p> -<p>For <code>list</code> this means the output will be based on the tree described by the -<code>package-lock.json</code>, rather than the contents of <code>node_modules</code>.</p> -<h4 id="unicode"><code>unicode</code></h4> -<ul> -<li>Default: false on windows, true on mac/unix systems with a unicode locale, -as defined by the <code>LC_ALL</code>, <code>LC_CTYPE</code>, or <code>LANG</code> environment variables.</li> -<li>Type: Boolean</li> -</ul> -<p>When set to true, npm uses unicode characters in the tree output. When -false, it uses ascii characters instead of unicode glyphs.</p> -<h4 id="workspace"><code>workspace</code></h4> -<ul> -<li>Default:</li> -<li>Type: String (can be set multiple times)</li> -</ul> -<p>Enable running a command in the context of the configured workspaces of the -current project while filtering by running only the workspaces defined by -this configuration option.</p> -<p>Valid values for the <code>workspace</code> config are either:</p> -<ul> -<li>Workspace names</li> -<li>Path to a workspace directory</li> -<li>Path to a parent workspace directory (will result in selecting all -workspaces within that folder)</li> -</ul> -<p>When set for the <code>npm init</code> command, this may be set to the folder of a -workspace which does not yet exist, to create the folder and set it up as a -brand new workspace within the project.</p> -<p>This value is not exported to the environment for child processes.</p> -<h4 id="workspaces"><code>workspaces</code></h4> -<ul> -<li>Default: null</li> -<li>Type: null or Boolean</li> -</ul> -<p>Set to true to run the command in the context of <strong>all</strong> configured -workspaces.</p> -<p>Explicitly setting this to false will cause commands like <code>install</code> to -ignore workspaces altogether. When not set explicitly:</p> -<ul> -<li>Commands that operate on the <code>node_modules</code> tree (install, update, etc.) -will link workspaces into the <code>node_modules</code> folder. - Commands that do -other things (test, exec, publish, etc.) will operate on the root project, -<em>unless</em> one or more workspaces are specified in the <code>workspace</code> config.</li> -</ul> -<p>This value is not exported to the environment for child processes.</p> -<h4 id="include-workspace-root"><code>include-workspace-root</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Include the workspace root when workspaces are enabled for a command.</p> -<p>When false, specifying individual workspaces via the <code>workspace</code> config, or -all workspaces via the <code>workspaces</code> flag, will cause npm to operate only on -the specified workspaces, and not on the root project.</p> -<p>This value is not exported to the environment for child processes.</p> -<h4 id="install-links"><code>install-links</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>When set file: protocol dependencies will be packed and installed as regular -dependencies instead of creating a symlink. This option has no effect on -workspaces.</p> -<h3 id="see-also">See Also</h3> -<ul> -<li><a href="../using-npm/package-spec.html">package spec</a></li> -<li><a href="../commands/npm-explain.html">npm explain</a></li> -<li><a href="../commands/npm-config.html">npm config</a></li> -<li><a href="../configuring-npm/npmrc.html">npmrc</a></li> -<li><a href="../configuring-npm/folders.html">npm folders</a></li> -<li><a href="../commands/npm-explain.html">npm explain</a></li> -<li><a href="../commands/npm-install.html">npm install</a></li> -<li><a href="../commands/npm-link.html">npm link</a></li> -<li><a href="../commands/npm-prune.html">npm prune</a></li> -<li><a href="../commands/npm-outdated.html">npm outdated</a></li> -<li><a href="../commands/npm-update.html">npm update</a></li> -</ul></div> - -<footer id="edit"> -<a href="https://github.com/npm/cli/edit/latest/docs/content/commands/npm-ls.md"> -<svg role="img" viewBox="0 0 16 16" width="16" height="16" fill="currentcolor" style="vertical-align: text-bottom; margin-right: 0.3em;"> -<path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path> -</svg> -Edit this page on GitHub -</a> -</footer> -</section> - - - -</body></html> \ No newline at end of file diff --git a/software/flow/node_modules/npm/docs/output/commands/npm-org.html b/software/flow/node_modules/npm/docs/output/commands/npm-org.html deleted file mode 100644 index 601abc6..0000000 --- a/software/flow/node_modules/npm/docs/output/commands/npm-org.html +++ /dev/null @@ -1,231 +0,0 @@ -<!DOCTYPE html><html><head> -<meta charset="utf-8"> -<title>npm-org</title> -<style> -body { - background-color: #ffffff; - color: #24292e; - - margin: 0; - - line-height: 1.5; - - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; -} -#rainbar { - height: 10px; - background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); -} - -a { - text-decoration: none; - color: #0366d6; -} -a:hover { - text-decoration: underline; -} - -pre { - margin: 1em 0px; - padding: 1em; - border: solid 1px #e1e4e8; - border-radius: 6px; - - display: block; - overflow: auto; - - white-space: pre; - - background-color: #f6f8fa; - color: #393a34; -} -code { - font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; - font-size: 85%; - padding: 0.2em 0.4em; - background-color: #f6f8fa; - color: #393a34; -} -pre > code { - padding: 0; - background-color: inherit; - color: inherit; -} -h1, h2, h3 { - font-weight: 600; -} - -#logobar { - background-color: #333333; - margin: 0 auto; - padding: 1em 4em; -} -#logobar .logo { - float: left; -} -#logobar .title { - font-weight: 600; - color: #dddddd; - float: left; - margin: 5px 0 0 1em; -} -#logobar:after { - content: ""; - display: block; - clear: both; -} - -#content { - margin: 0 auto; - padding: 0 4em; -} - -#table_of_contents > h2 { - font-size: 1.17em; -} -#table_of_contents ul:first-child { - border: solid 1px #e1e4e8; - border-radius: 6px; - padding: 1em; - background-color: #f6f8fa; - color: #393a34; -} -#table_of_contents ul { - list-style-type: none; - padding-left: 1.5em; -} -#table_of_contents li { - font-size: 0.9em; -} -#table_of_contents li a { - color: #000000; -} - -header.title { - border-bottom: solid 1px #e1e4e8; -} -header.title > h1 { - margin-bottom: 0.25em; -} -header.title > .description { - display: block; - margin-bottom: 0.5em; - line-height: 1; -} - -footer#edit { - border-top: solid 1px #e1e4e8; - margin: 3em 0 4em 0; - padding-top: 2em; -} -</style> -</head> -<body> -<div id="banner"> -<div id="rainbar"></div> -<div id="logobar"> -<svg class="logo" role="img" height="32" width="32" viewBox="0 0 700 700"> -<polygon fill="#cb0000" points="0,700 700,700 700,0 0,0"></polygon> -<polygon fill="#ffffff" points="150,550 350,550 350,250 450,250 450,550 550,550 550,150 150,150"></polygon> -</svg> -<div class="title"> -npm command-line interface -</div> -</div> -</div> - -<section id="content"> -<header class="title"> -<h1 id="npm-org">npm-org</h1> -<span class="description">Manage orgs</span> -</header> - -<section id="table_of_contents"> -<h2 id="table-of-contents">Table of contents</h2> -<div id="_table_of_contents"><ul><li><a href="#synopsis">Synopsis</a></li><li><a href="#example">Example</a></li><li><a href="#description">Description</a></li><li><a href="#configuration">Configuration</a></li><ul><li><a href="#registry"><code>registry</code></a></li><li><a href="#otp"><code>otp</code></a></li><li><a href="#json"><code>json</code></a></li><li><a href="#parseable"><code>parseable</code></a></li></ul><li><a href="#see-also">See Also</a></li></ul></div> -</section> - -<div id="_content"><h3 id="synopsis">Synopsis</h3> -<pre><code class="language-bash">npm org set orgname username [developer | admin | owner] -npm org rm orgname username -npm org ls orgname [&lt;username&gt;] - -alias: ogr -</code></pre> -<p>Note: This command is unaware of workspaces.</p> -<h3 id="example">Example</h3> -<p>Add a new developer to an org:</p> -<pre><code class="language-bash">$ npm org set my-org @mx-smith -</code></pre> -<p>Add a new admin to an org (or change a developer to an admin):</p> -<pre><code class="language-bash">$ npm org set my-org @mx-santos admin -</code></pre> -<p>Remove a user from an org:</p> -<pre><code class="language-bash">$ npm org rm my-org mx-santos -</code></pre> -<p>List all users in an org:</p> -<pre><code class="language-bash">$ npm org ls my-org -</code></pre> -<p>List all users in JSON format:</p> -<pre><code class="language-bash">$ npm org ls my-org --json -</code></pre> -<p>See what role a user has in an org:</p> -<pre><code class="language-bash">$ npm org ls my-org @mx-santos -</code></pre> -<h3 id="description">Description</h3> -<p>You can use the <code>npm org</code> commands to manage and view users of an -organization. It supports adding and removing users, changing their roles, -listing them, and finding specific ones and their roles.</p> -<h3 id="configuration">Configuration</h3> -<h4 id="registry"><code>registry</code></h4> -<ul> -<li>Default: "<a href="https://registry.npmjs.org/">https://registry.npmjs.org/</a>"</li> -<li>Type: URL</li> -</ul> -<p>The base URL of the npm registry.</p> -<h4 id="otp"><code>otp</code></h4> -<ul> -<li>Default: null</li> -<li>Type: null or String</li> -</ul> -<p>This is a one-time password from a two-factor authenticator. It's needed -when publishing or changing package permissions with <code>npm access</code>.</p> -<p>If not set, and a registry response fails with a challenge for a one-time -password, npm will prompt on the command line for one.</p> -<h4 id="json"><code>json</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Whether or not to output JSON data, rather than the normal output.</p> -<ul> -<li>In <code>npm pkg set</code> it enables parsing set values with JSON.parse() before -saving them to your <code>package.json</code>.</li> -</ul> -<p>Not supported by all npm commands.</p> -<h4 id="parseable"><code>parseable</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Output parseable results from commands that write to standard output. For -<code>npm search</code>, this will be tab-separated table format.</p> -<h3 id="see-also">See Also</h3> -<ul> -<li><a href="../using-npm/orgs.html">using orgs</a></li> -<li><a href="https://docs.npmjs.com/orgs/">Documentation on npm Orgs</a></li> -</ul></div> - -<footer id="edit"> -<a href="https://github.com/npm/cli/edit/latest/docs/content/commands/npm-org.md"> -<svg role="img" viewBox="0 0 16 16" width="16" height="16" fill="currentcolor" style="vertical-align: text-bottom; margin-right: 0.3em;"> -<path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path> -</svg> -Edit this page on GitHub -</a> -</footer> -</section> - - - -</body></html> \ No newline at end of file diff --git a/software/flow/node_modules/npm/docs/output/commands/npm-outdated.html b/software/flow/node_modules/npm/docs/output/commands/npm-outdated.html deleted file mode 100644 index 96689fb..0000000 --- a/software/flow/node_modules/npm/docs/output/commands/npm-outdated.html +++ /dev/null @@ -1,305 +0,0 @@ -<!DOCTYPE html><html><head> -<meta charset="utf-8"> -<title>npm-outdated</title> -<style> -body { - background-color: #ffffff; - color: #24292e; - - margin: 0; - - line-height: 1.5; - - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; -} -#rainbar { - height: 10px; - background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); -} - -a { - text-decoration: none; - color: #0366d6; -} -a:hover { - text-decoration: underline; -} - -pre { - margin: 1em 0px; - padding: 1em; - border: solid 1px #e1e4e8; - border-radius: 6px; - - display: block; - overflow: auto; - - white-space: pre; - - background-color: #f6f8fa; - color: #393a34; -} -code { - font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; - font-size: 85%; - padding: 0.2em 0.4em; - background-color: #f6f8fa; - color: #393a34; -} -pre > code { - padding: 0; - background-color: inherit; - color: inherit; -} -h1, h2, h3 { - font-weight: 600; -} - -#logobar { - background-color: #333333; - margin: 0 auto; - padding: 1em 4em; -} -#logobar .logo { - float: left; -} -#logobar .title { - font-weight: 600; - color: #dddddd; - float: left; - margin: 5px 0 0 1em; -} -#logobar:after { - content: ""; - display: block; - clear: both; -} - -#content { - margin: 0 auto; - padding: 0 4em; -} - -#table_of_contents > h2 { - font-size: 1.17em; -} -#table_of_contents ul:first-child { - border: solid 1px #e1e4e8; - border-radius: 6px; - padding: 1em; - background-color: #f6f8fa; - color: #393a34; -} -#table_of_contents ul { - list-style-type: none; - padding-left: 1.5em; -} -#table_of_contents li { - font-size: 0.9em; -} -#table_of_contents li a { - color: #000000; -} - -header.title { - border-bottom: solid 1px #e1e4e8; -} -header.title > h1 { - margin-bottom: 0.25em; -} -header.title > .description { - display: block; - margin-bottom: 0.5em; - line-height: 1; -} - -footer#edit { - border-top: solid 1px #e1e4e8; - margin: 3em 0 4em 0; - padding-top: 2em; -} -</style> -</head> -<body> -<div id="banner"> -<div id="rainbar"></div> -<div id="logobar"> -<svg class="logo" role="img" height="32" width="32" viewBox="0 0 700 700"> -<polygon fill="#cb0000" points="0,700 700,700 700,0 0,0"></polygon> -<polygon fill="#ffffff" points="150,550 350,550 350,250 450,250 450,550 550,550 550,150 150,150"></polygon> -</svg> -<div class="title"> -npm command-line interface -</div> -</div> -</div> - -<section id="content"> -<header class="title"> -<h1 id="npm-outdated">npm-outdated</h1> -<span class="description">Check for outdated packages</span> -</header> - -<section id="table_of_contents"> -<h2 id="table-of-contents">Table of contents</h2> -<div id="_table_of_contents"><ul><li><a href="#synopsis">Synopsis</a></li><li><a href="#description">Description</a></li><li><a href="#an-example">An example</a></li><li><a href="#configuration">Configuration</a></li><ul><li><a href="#all"><code>all</code></a></li><li><a href="#json"><code>json</code></a></li><li><a href="#long"><code>long</code></a></li><li><a href="#parseable"><code>parseable</code></a></li><li><a href="#global"><code>global</code></a></li><li><a href="#workspace"><code>workspace</code></a></li></ul><li><a href="#see-also">See Also</a></li></ul></div> -</section> - -<div id="_content"><h3 id="synopsis">Synopsis</h3> -<pre><code class="language-bash">npm outdated [&lt;package-spec&gt; ...] -</code></pre> -<h3 id="description">Description</h3> -<p>This command will check the registry to see if any (or, specific) installed -packages are currently outdated.</p> -<p>By default, only the direct dependencies of the root project and direct -dependencies of your configured <em>workspaces</em> are shown. -Use <code>--all</code> to find all outdated meta-dependencies as well.</p> -<p>In the output:</p> -<ul> -<li><code>wanted</code> is the maximum version of the package that satisfies the semver -range specified in <code>package.json</code>. If there's no available semver range -(i.e. you're running <code>npm outdated --global</code>, or the package isn't -included in <code>package.json</code>), then <code>wanted</code> shows the currently-installed -version.</li> -<li><code>latest</code> is the version of the package tagged as latest in the registry. -Running <code>npm publish</code> with no special configuration will publish the -package with a dist-tag of <code>latest</code>. This may or may not be the maximum -version of the package, or the most-recently published version of the -package, depending on how the package's developer manages the latest -<a href="../commands/npm-dist-tag.html">dist-tag</a>.</li> -<li><code>location</code> is where in the physical tree the package is located.</li> -<li><code>depended by</code> shows which package depends on the displayed dependency</li> -<li><code>package type</code> (when using <code>--long</code> / <code>-l</code>) tells you whether this -package is a <code>dependency</code> or a dev/peer/optional dependency. Packages not -included in <code>package.json</code> are always marked <code>dependencies</code>.</li> -<li><code>homepage</code> (when using <code>--long</code> / <code>-l</code>) is the <code>homepage</code> value contained -in the package's packument</li> -<li>Red means there's a newer version matching your semver requirements, so -you should update now.</li> -<li>Yellow indicates that there's a newer version <em>above</em> your semver -requirements (usually new major, or new 0.x minor) so proceed with -caution.</li> -</ul> -<h3 id="an-example">An example</h3> -<pre><code class="language-bash">$ npm outdated -Package Current Wanted Latest Location Depended by -glob 5.0.15 5.0.15 6.0.1 node_modules/glob dependent-package-name -nothingness 0.0.3 git git node_modules/nothingness dependent-package-name -npm 3.5.1 3.5.2 3.5.1 node_modules/npm dependent-package-name -local-dev 0.0.3 linked linked local-dev dependent-package-name -once 1.3.2 1.3.3 1.3.3 node_modules/once dependent-package-name -</code></pre> -<p>With these <code>dependencies</code>:</p> -<pre><code class="language-json">{ - "glob": "^5.0.15", - "nothingness": "github:othiym23/nothingness#master", - "npm": "^3.5.1", - "once": "^1.3.1" -} -</code></pre> -<p>A few things to note:</p> -<ul> -<li><code>glob</code> requires <code>^5</code>, which prevents npm from installing <code>glob@6</code>, which -is outside the semver range.</li> -<li>Git dependencies will always be reinstalled, because of how they're -specified. The installed committish might satisfy the dependency -specifier (if it's something immutable, like a commit SHA), or it might -not, so <code>npm outdated</code> and <code>npm update</code> have to fetch Git repos to check. -This is why currently doing a reinstall of a Git dependency always forces -a new clone and install.</li> -<li><code>npm@3.5.2</code> is marked as "wanted", but "latest" is <code>npm@3.5.1</code> because -npm uses dist-tags to manage its <code>latest</code> and <code>next</code> release channels. -<code>npm update</code> will install the <em>newest</em> version, but <code>npm install npm</code> -(with no semver range) will install whatever's tagged as <code>latest</code>.</li> -<li><code>once</code> is just plain out of date. Reinstalling <code>node_modules</code> from -scratch or running <code>npm update</code> will bring it up to spec.</li> -</ul> -<h3 id="configuration">Configuration</h3> -<h4 id="all"><code>all</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>When running <code>npm outdated</code> and <code>npm ls</code>, setting <code>--all</code> will show all -outdated or installed packages, rather than only those directly depended -upon by the current project.</p> -<h4 id="json"><code>json</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Whether or not to output JSON data, rather than the normal output.</p> -<ul> -<li>In <code>npm pkg set</code> it enables parsing set values with JSON.parse() before -saving them to your <code>package.json</code>.</li> -</ul> -<p>Not supported by all npm commands.</p> -<h4 id="long"><code>long</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Show extended information in <code>ls</code>, <code>search</code>, and <code>help-search</code>.</p> -<h4 id="parseable"><code>parseable</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Output parseable results from commands that write to standard output. For -<code>npm search</code>, this will be tab-separated table format.</p> -<h4 id="global"><code>global</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Operates in "global" mode, so that packages are installed into the <code>prefix</code> -folder instead of the current working directory. See -<a href="../configuring-npm/folders.html">folders</a> for more on the differences in behavior.</p> -<ul> -<li>packages are installed into the <code>{prefix}/lib/node_modules</code> folder, instead -of the current working directory.</li> -<li>bin files are linked to <code>{prefix}/bin</code></li> -<li>man pages are linked to <code>{prefix}/share/man</code></li> -</ul> -<h4 id="workspace"><code>workspace</code></h4> -<ul> -<li>Default:</li> -<li>Type: String (can be set multiple times)</li> -</ul> -<p>Enable running a command in the context of the configured workspaces of the -current project while filtering by running only the workspaces defined by -this configuration option.</p> -<p>Valid values for the <code>workspace</code> config are either:</p> -<ul> -<li>Workspace names</li> -<li>Path to a workspace directory</li> -<li>Path to a parent workspace directory (will result in selecting all -workspaces within that folder)</li> -</ul> -<p>When set for the <code>npm init</code> command, this may be set to the folder of a -workspace which does not yet exist, to create the folder and set it up as a -brand new workspace within the project.</p> -<p>This value is not exported to the environment for child processes.</p> -<h3 id="see-also">See Also</h3> -<ul> -<li><a href="../using-npm/package-spec.html">package spec</a></li> -<li><a href="../commands/npm-update.html">npm update</a></li> -<li><a href="../commands/npm-dist-tag.html">npm dist-tag</a></li> -<li><a href="../using-npm/registry.html">npm registry</a></li> -<li><a href="../configuring-npm/folders.html">npm folders</a></li> -<li><a href="../using-npm/workspaces.html">npm workspaces</a></li> -</ul></div> - -<footer id="edit"> -<a href="https://github.com/npm/cli/edit/latest/docs/content/commands/npm-outdated.md"> -<svg role="img" viewBox="0 0 16 16" width="16" height="16" fill="currentcolor" style="vertical-align: text-bottom; margin-right: 0.3em;"> -<path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path> -</svg> -Edit this page on GitHub -</a> -</footer> -</section> - - - -</body></html> \ No newline at end of file diff --git a/software/flow/node_modules/npm/docs/output/commands/npm-owner.html b/software/flow/node_modules/npm/docs/output/commands/npm-owner.html deleted file mode 100644 index dab34ab..0000000 --- a/software/flow/node_modules/npm/docs/output/commands/npm-owner.html +++ /dev/null @@ -1,243 +0,0 @@ -<!DOCTYPE html><html><head> -<meta charset="utf-8"> -<title>npm-owner</title> -<style> -body { - background-color: #ffffff; - color: #24292e; - - margin: 0; - - line-height: 1.5; - - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; -} -#rainbar { - height: 10px; - background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); -} - -a { - text-decoration: none; - color: #0366d6; -} -a:hover { - text-decoration: underline; -} - -pre { - margin: 1em 0px; - padding: 1em; - border: solid 1px #e1e4e8; - border-radius: 6px; - - display: block; - overflow: auto; - - white-space: pre; - - background-color: #f6f8fa; - color: #393a34; -} -code { - font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; - font-size: 85%; - padding: 0.2em 0.4em; - background-color: #f6f8fa; - color: #393a34; -} -pre > code { - padding: 0; - background-color: inherit; - color: inherit; -} -h1, h2, h3 { - font-weight: 600; -} - -#logobar { - background-color: #333333; - margin: 0 auto; - padding: 1em 4em; -} -#logobar .logo { - float: left; -} -#logobar .title { - font-weight: 600; - color: #dddddd; - float: left; - margin: 5px 0 0 1em; -} -#logobar:after { - content: ""; - display: block; - clear: both; -} - -#content { - margin: 0 auto; - padding: 0 4em; -} - -#table_of_contents > h2 { - font-size: 1.17em; -} -#table_of_contents ul:first-child { - border: solid 1px #e1e4e8; - border-radius: 6px; - padding: 1em; - background-color: #f6f8fa; - color: #393a34; -} -#table_of_contents ul { - list-style-type: none; - padding-left: 1.5em; -} -#table_of_contents li { - font-size: 0.9em; -} -#table_of_contents li a { - color: #000000; -} - -header.title { - border-bottom: solid 1px #e1e4e8; -} -header.title > h1 { - margin-bottom: 0.25em; -} -header.title > .description { - display: block; - margin-bottom: 0.5em; - line-height: 1; -} - -footer#edit { - border-top: solid 1px #e1e4e8; - margin: 3em 0 4em 0; - padding-top: 2em; -} -</style> -</head> -<body> -<div id="banner"> -<div id="rainbar"></div> -<div id="logobar"> -<svg class="logo" role="img" height="32" width="32" viewBox="0 0 700 700"> -<polygon fill="#cb0000" points="0,700 700,700 700,0 0,0"></polygon> -<polygon fill="#ffffff" points="150,550 350,550 350,250 450,250 450,550 550,550 550,150 150,150"></polygon> -</svg> -<div class="title"> -npm command-line interface -</div> -</div> -</div> - -<section id="content"> -<header class="title"> -<h1 id="npm-owner">npm-owner</h1> -<span class="description">Manage package owners</span> -</header> - -<section id="table_of_contents"> -<h2 id="table-of-contents">Table of contents</h2> -<div id="_table_of_contents"><ul><li><a href="#synopsis">Synopsis</a></li><li><a href="#description">Description</a></li><li><a href="#configuration">Configuration</a></li><ul><li><a href="#registry"><code>registry</code></a></li><li><a href="#otp"><code>otp</code></a></li><li><a href="#workspace"><code>workspace</code></a></li><li><a href="#workspaces"><code>workspaces</code></a></li></ul><li><a href="#see-also">See Also</a></li></ul></div> -</section> - -<div id="_content"><h3 id="synopsis">Synopsis</h3> -<pre><code class="language-bash">npm owner add &lt;user&gt; &lt;package-spec&gt; -npm owner rm &lt;user&gt; &lt;package-spec&gt; -npm owner ls &lt;package-spec&gt; - -alias: author -</code></pre> -<h3 id="description">Description</h3> -<p>Manage ownership of published packages.</p> -<ul> -<li>ls: List all the users who have access to modify a package and push new -versions. Handy when you need to know who to bug for help.</li> -<li>add: Add a new user as a maintainer of a package. This user is enabled -to modify metadata, publish new versions, and add other owners.</li> -<li>rm: Remove a user from the package owner list. This immediately revokes -their privileges.</li> -</ul> -<p>Note that there is only one level of access. Either you can modify a package, -or you can't. Future versions may contain more fine-grained access levels, but -that is not implemented at this time.</p> -<p>If you have two-factor authentication enabled with <code>auth-and-writes</code> (see -<a href="../commands/npm-profile.html"><code>npm-profile</code></a>) then you'll need to go through a second factor -flow when changing ownership or include an otp on the command line with <code>--otp</code>.</p> -<h3 id="configuration">Configuration</h3> -<h4 id="registry"><code>registry</code></h4> -<ul> -<li>Default: "<a href="https://registry.npmjs.org/">https://registry.npmjs.org/</a>"</li> -<li>Type: URL</li> -</ul> -<p>The base URL of the npm registry.</p> -<h4 id="otp"><code>otp</code></h4> -<ul> -<li>Default: null</li> -<li>Type: null or String</li> -</ul> -<p>This is a one-time password from a two-factor authenticator. It's needed -when publishing or changing package permissions with <code>npm access</code>.</p> -<p>If not set, and a registry response fails with a challenge for a one-time -password, npm will prompt on the command line for one.</p> -<h4 id="workspace"><code>workspace</code></h4> -<ul> -<li>Default:</li> -<li>Type: String (can be set multiple times)</li> -</ul> -<p>Enable running a command in the context of the configured workspaces of the -current project while filtering by running only the workspaces defined by -this configuration option.</p> -<p>Valid values for the <code>workspace</code> config are either:</p> -<ul> -<li>Workspace names</li> -<li>Path to a workspace directory</li> -<li>Path to a parent workspace directory (will result in selecting all -workspaces within that folder)</li> -</ul> -<p>When set for the <code>npm init</code> command, this may be set to the folder of a -workspace which does not yet exist, to create the folder and set it up as a -brand new workspace within the project.</p> -<p>This value is not exported to the environment for child processes.</p> -<h4 id="workspaces"><code>workspaces</code></h4> -<ul> -<li>Default: null</li> -<li>Type: null or Boolean</li> -</ul> -<p>Set to true to run the command in the context of <strong>all</strong> configured -workspaces.</p> -<p>Explicitly setting this to false will cause commands like <code>install</code> to -ignore workspaces altogether. When not set explicitly:</p> -<ul> -<li>Commands that operate on the <code>node_modules</code> tree (install, update, etc.) -will link workspaces into the <code>node_modules</code> folder. - Commands that do -other things (test, exec, publish, etc.) will operate on the root project, -<em>unless</em> one or more workspaces are specified in the <code>workspace</code> config.</li> -</ul> -<p>This value is not exported to the environment for child processes.</p> -<h3 id="see-also">See Also</h3> -<ul> -<li><a href="../using-npm/package-spec.html">package spec</a></li> -<li><a href="../commands/npm-profile.html">npm profile</a></li> -<li><a href="../commands/npm-publish.html">npm publish</a></li> -<li><a href="../using-npm/registry.html">npm registry</a></li> -<li><a href="../commands/npm-adduser.html">npm adduser</a></li> -</ul></div> - -<footer id="edit"> -<a href="https://github.com/npm/cli/edit/latest/docs/content/commands/npm-owner.md"> -<svg role="img" viewBox="0 0 16 16" width="16" height="16" fill="currentcolor" style="vertical-align: text-bottom; margin-right: 0.3em;"> -<path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path> -</svg> -Edit this page on GitHub -</a> -</footer> -</section> - - - -</body></html> \ No newline at end of file diff --git a/software/flow/node_modules/npm/docs/output/commands/npm-pack.html b/software/flow/node_modules/npm/docs/output/commands/npm-pack.html deleted file mode 100644 index f8f5d78..0000000 --- a/software/flow/node_modules/npm/docs/output/commands/npm-pack.html +++ /dev/null @@ -1,256 +0,0 @@ -<!DOCTYPE html><html><head> -<meta charset="utf-8"> -<title>npm-pack</title> -<style> -body { - background-color: #ffffff; - color: #24292e; - - margin: 0; - - line-height: 1.5; - - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; -} -#rainbar { - height: 10px; - background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); -} - -a { - text-decoration: none; - color: #0366d6; -} -a:hover { - text-decoration: underline; -} - -pre { - margin: 1em 0px; - padding: 1em; - border: solid 1px #e1e4e8; - border-radius: 6px; - - display: block; - overflow: auto; - - white-space: pre; - - background-color: #f6f8fa; - color: #393a34; -} -code { - font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; - font-size: 85%; - padding: 0.2em 0.4em; - background-color: #f6f8fa; - color: #393a34; -} -pre > code { - padding: 0; - background-color: inherit; - color: inherit; -} -h1, h2, h3 { - font-weight: 600; -} - -#logobar { - background-color: #333333; - margin: 0 auto; - padding: 1em 4em; -} -#logobar .logo { - float: left; -} -#logobar .title { - font-weight: 600; - color: #dddddd; - float: left; - margin: 5px 0 0 1em; -} -#logobar:after { - content: ""; - display: block; - clear: both; -} - -#content { - margin: 0 auto; - padding: 0 4em; -} - -#table_of_contents > h2 { - font-size: 1.17em; -} -#table_of_contents ul:first-child { - border: solid 1px #e1e4e8; - border-radius: 6px; - padding: 1em; - background-color: #f6f8fa; - color: #393a34; -} -#table_of_contents ul { - list-style-type: none; - padding-left: 1.5em; -} -#table_of_contents li { - font-size: 0.9em; -} -#table_of_contents li a { - color: #000000; -} - -header.title { - border-bottom: solid 1px #e1e4e8; -} -header.title > h1 { - margin-bottom: 0.25em; -} -header.title > .description { - display: block; - margin-bottom: 0.5em; - line-height: 1; -} - -footer#edit { - border-top: solid 1px #e1e4e8; - margin: 3em 0 4em 0; - padding-top: 2em; -} -</style> -</head> -<body> -<div id="banner"> -<div id="rainbar"></div> -<div id="logobar"> -<svg class="logo" role="img" height="32" width="32" viewBox="0 0 700 700"> -<polygon fill="#cb0000" points="0,700 700,700 700,0 0,0"></polygon> -<polygon fill="#ffffff" points="150,550 350,550 350,250 450,250 450,550 550,550 550,150 150,150"></polygon> -</svg> -<div class="title"> -npm command-line interface -</div> -</div> -</div> - -<section id="content"> -<header class="title"> -<h1 id="npm-pack">npm-pack</h1> -<span class="description">Create a tarball from a package</span> -</header> - -<section id="table_of_contents"> -<h2 id="table-of-contents">Table of contents</h2> -<div id="_table_of_contents"><ul><li><a href="#synopsis">Synopsis</a></li><li><a href="#configuration">Configuration</a></li><ul><li><a href="#dry-run"><code>dry-run</code></a></li><li><a href="#json"><code>json</code></a></li><li><a href="#pack-destination"><code>pack-destination</code></a></li><li><a href="#workspace"><code>workspace</code></a></li><li><a href="#workspaces"><code>workspaces</code></a></li><li><a href="#include-workspace-root"><code>include-workspace-root</code></a></li></ul><li><a href="#description">Description</a></li><li><a href="#see-also">See Also</a></li></ul></div> -</section> - -<div id="_content"><h3 id="synopsis">Synopsis</h3> -<pre><code class="language-bash">npm pack &lt;package-spec&gt; -</code></pre> -<h3 id="configuration">Configuration</h3> -<h4 id="dry-run"><code>dry-run</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Indicates that you don't want npm to make any changes and that it should -only report what it would have done. This can be passed into any of the -commands that modify your local installation, eg, <code>install</code>, <code>update</code>, -<code>dedupe</code>, <code>uninstall</code>, as well as <code>pack</code> and <code>publish</code>.</p> -<p>Note: This is NOT honored by other network related commands, eg <code>dist-tags</code>, -<code>owner</code>, etc.</p> -<h4 id="json"><code>json</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Whether or not to output JSON data, rather than the normal output.</p> -<ul> -<li>In <code>npm pkg set</code> it enables parsing set values with JSON.parse() before -saving them to your <code>package.json</code>.</li> -</ul> -<p>Not supported by all npm commands.</p> -<h4 id="pack-destination"><code>pack-destination</code></h4> -<ul> -<li>Default: "."</li> -<li>Type: String</li> -</ul> -<p>Directory in which <code>npm pack</code> will save tarballs.</p> -<h4 id="workspace"><code>workspace</code></h4> -<ul> -<li>Default:</li> -<li>Type: String (can be set multiple times)</li> -</ul> -<p>Enable running a command in the context of the configured workspaces of the -current project while filtering by running only the workspaces defined by -this configuration option.</p> -<p>Valid values for the <code>workspace</code> config are either:</p> -<ul> -<li>Workspace names</li> -<li>Path to a workspace directory</li> -<li>Path to a parent workspace directory (will result in selecting all -workspaces within that folder)</li> -</ul> -<p>When set for the <code>npm init</code> command, this may be set to the folder of a -workspace which does not yet exist, to create the folder and set it up as a -brand new workspace within the project.</p> -<p>This value is not exported to the environment for child processes.</p> -<h4 id="workspaces"><code>workspaces</code></h4> -<ul> -<li>Default: null</li> -<li>Type: null or Boolean</li> -</ul> -<p>Set to true to run the command in the context of <strong>all</strong> configured -workspaces.</p> -<p>Explicitly setting this to false will cause commands like <code>install</code> to -ignore workspaces altogether. When not set explicitly:</p> -<ul> -<li>Commands that operate on the <code>node_modules</code> tree (install, update, etc.) -will link workspaces into the <code>node_modules</code> folder. - Commands that do -other things (test, exec, publish, etc.) will operate on the root project, -<em>unless</em> one or more workspaces are specified in the <code>workspace</code> config.</li> -</ul> -<p>This value is not exported to the environment for child processes.</p> -<h4 id="include-workspace-root"><code>include-workspace-root</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Include the workspace root when workspaces are enabled for a command.</p> -<p>When false, specifying individual workspaces via the <code>workspace</code> config, or -all workspaces via the <code>workspaces</code> flag, will cause npm to operate only on -the specified workspaces, and not on the root project.</p> -<p>This value is not exported to the environment for child processes.</p> -<h3 id="description">Description</h3> -<p>For anything that's installable (that is, a package folder, tarball, -tarball url, git url, name@tag, name@version, name, or scoped name), this -command will fetch it to the cache, copy the tarball to the current working -directory as <code>&lt;name&gt;-&lt;version&gt;.tgz</code>, and then write the filenames out to -stdout.</p> -<p>If the same package is specified multiple times, then the file will be -overwritten the second time.</p> -<p>If no arguments are supplied, then npm packs the current package folder.</p> -<h3 id="see-also">See Also</h3> -<ul> -<li><a href="../using-npm/package-spec.html">package spec</a></li> -<li><a href="http://npm.im/npm-packlist">npm-packlist package</a></li> -<li><a href="../commands/npm-cache.html">npm cache</a></li> -<li><a href="../commands/npm-publish.html">npm publish</a></li> -<li><a href="../commands/npm-config.html">npm config</a></li> -<li><a href="../configuring-npm/npmrc.html">npmrc</a></li> -</ul></div> - -<footer id="edit"> -<a href="https://github.com/npm/cli/edit/latest/docs/content/commands/npm-pack.md"> -<svg role="img" viewBox="0 0 16 16" width="16" height="16" fill="currentcolor" style="vertical-align: text-bottom; margin-right: 0.3em;"> -<path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path> -</svg> -Edit this page on GitHub -</a> -</footer> -</section> - - - -</body></html> \ No newline at end of file diff --git a/software/flow/node_modules/npm/docs/output/commands/npm-ping.html b/software/flow/node_modules/npm/docs/output/commands/npm-ping.html deleted file mode 100644 index 708238b..0000000 --- a/software/flow/node_modules/npm/docs/output/commands/npm-ping.html +++ /dev/null @@ -1,189 +0,0 @@ -<!DOCTYPE html><html><head> -<meta charset="utf-8"> -<title>npm-ping</title> -<style> -body { - background-color: #ffffff; - color: #24292e; - - margin: 0; - - line-height: 1.5; - - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; -} -#rainbar { - height: 10px; - background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); -} - -a { - text-decoration: none; - color: #0366d6; -} -a:hover { - text-decoration: underline; -} - -pre { - margin: 1em 0px; - padding: 1em; - border: solid 1px #e1e4e8; - border-radius: 6px; - - display: block; - overflow: auto; - - white-space: pre; - - background-color: #f6f8fa; - color: #393a34; -} -code { - font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; - font-size: 85%; - padding: 0.2em 0.4em; - background-color: #f6f8fa; - color: #393a34; -} -pre > code { - padding: 0; - background-color: inherit; - color: inherit; -} -h1, h2, h3 { - font-weight: 600; -} - -#logobar { - background-color: #333333; - margin: 0 auto; - padding: 1em 4em; -} -#logobar .logo { - float: left; -} -#logobar .title { - font-weight: 600; - color: #dddddd; - float: left; - margin: 5px 0 0 1em; -} -#logobar:after { - content: ""; - display: block; - clear: both; -} - -#content { - margin: 0 auto; - padding: 0 4em; -} - -#table_of_contents > h2 { - font-size: 1.17em; -} -#table_of_contents ul:first-child { - border: solid 1px #e1e4e8; - border-radius: 6px; - padding: 1em; - background-color: #f6f8fa; - color: #393a34; -} -#table_of_contents ul { - list-style-type: none; - padding-left: 1.5em; -} -#table_of_contents li { - font-size: 0.9em; -} -#table_of_contents li a { - color: #000000; -} - -header.title { - border-bottom: solid 1px #e1e4e8; -} -header.title > h1 { - margin-bottom: 0.25em; -} -header.title > .description { - display: block; - margin-bottom: 0.5em; - line-height: 1; -} - -footer#edit { - border-top: solid 1px #e1e4e8; - margin: 3em 0 4em 0; - padding-top: 2em; -} -</style> -</head> -<body> -<div id="banner"> -<div id="rainbar"></div> -<div id="logobar"> -<svg class="logo" role="img" height="32" width="32" viewBox="0 0 700 700"> -<polygon fill="#cb0000" points="0,700 700,700 700,0 0,0"></polygon> -<polygon fill="#ffffff" points="150,550 350,550 350,250 450,250 450,550 550,550 550,150 150,150"></polygon> -</svg> -<div class="title"> -npm command-line interface -</div> -</div> -</div> - -<section id="content"> -<header class="title"> -<h1 id="npm-ping">npm-ping</h1> -<span class="description">Ping npm registry</span> -</header> - -<section id="table_of_contents"> -<h2 id="table-of-contents">Table of contents</h2> -<div id="_table_of_contents"><ul><li><a href="#synopsis">Synopsis</a></li><li><a href="#description">Description</a></li><li><a href="#configuration">Configuration</a></li><ul><li><a href="#registry"><code>registry</code></a></li></ul><li><a href="#see-also">See Also</a></li></ul></div> -</section> - -<div id="_content"><h3 id="synopsis">Synopsis</h3> -<pre><code class="language-bash">npm ping -</code></pre> -<p>Note: This command is unaware of workspaces.</p> -<h3 id="description">Description</h3> -<p>Ping the configured or given npm registry and verify authentication. -If it works it will output something like:</p> -<pre><code class="language-bash">npm notice PING https://registry.npmjs.org/ -npm notice PONG 255ms -</code></pre> -<p>otherwise you will get an error:</p> -<pre><code class="language-bash">npm notice PING http://foo.com/ -npm ERR! code E404 -npm ERR! 404 Not Found - GET http://www.foo.com/-/ping?write=true -</code></pre> -<h3 id="configuration">Configuration</h3> -<h4 id="registry"><code>registry</code></h4> -<ul> -<li>Default: "<a href="https://registry.npmjs.org/">https://registry.npmjs.org/</a>"</li> -<li>Type: URL</li> -</ul> -<p>The base URL of the npm registry.</p> -<h3 id="see-also">See Also</h3> -<ul> -<li><a href="../commands/npm-doctor.html">npm doctor</a></li> -<li><a href="../commands/npm-config.html">npm config</a></li> -<li><a href="../configuring-npm/npmrc.html">npmrc</a></li> -</ul></div> - -<footer id="edit"> -<a href="https://github.com/npm/cli/edit/latest/docs/content/commands/npm-ping.md"> -<svg role="img" viewBox="0 0 16 16" width="16" height="16" fill="currentcolor" style="vertical-align: text-bottom; margin-right: 0.3em;"> -<path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path> -</svg> -Edit this page on GitHub -</a> -</footer> -</section> - - - -</body></html> \ No newline at end of file diff --git a/software/flow/node_modules/npm/docs/output/commands/npm-pkg.html b/software/flow/node_modules/npm/docs/output/commands/npm-pkg.html deleted file mode 100644 index 2105472..0000000 --- a/software/flow/node_modules/npm/docs/output/commands/npm-pkg.html +++ /dev/null @@ -1,357 +0,0 @@ -<!DOCTYPE html><html><head> -<meta charset="utf-8"> -<title>npm-pkg</title> -<style> -body { - background-color: #ffffff; - color: #24292e; - - margin: 0; - - line-height: 1.5; - - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; -} -#rainbar { - height: 10px; - background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); -} - -a { - text-decoration: none; - color: #0366d6; -} -a:hover { - text-decoration: underline; -} - -pre { - margin: 1em 0px; - padding: 1em; - border: solid 1px #e1e4e8; - border-radius: 6px; - - display: block; - overflow: auto; - - white-space: pre; - - background-color: #f6f8fa; - color: #393a34; -} -code { - font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; - font-size: 85%; - padding: 0.2em 0.4em; - background-color: #f6f8fa; - color: #393a34; -} -pre > code { - padding: 0; - background-color: inherit; - color: inherit; -} -h1, h2, h3 { - font-weight: 600; -} - -#logobar { - background-color: #333333; - margin: 0 auto; - padding: 1em 4em; -} -#logobar .logo { - float: left; -} -#logobar .title { - font-weight: 600; - color: #dddddd; - float: left; - margin: 5px 0 0 1em; -} -#logobar:after { - content: ""; - display: block; - clear: both; -} - -#content { - margin: 0 auto; - padding: 0 4em; -} - -#table_of_contents > h2 { - font-size: 1.17em; -} -#table_of_contents ul:first-child { - border: solid 1px #e1e4e8; - border-radius: 6px; - padding: 1em; - background-color: #f6f8fa; - color: #393a34; -} -#table_of_contents ul { - list-style-type: none; - padding-left: 1.5em; -} -#table_of_contents li { - font-size: 0.9em; -} -#table_of_contents li a { - color: #000000; -} - -header.title { - border-bottom: solid 1px #e1e4e8; -} -header.title > h1 { - margin-bottom: 0.25em; -} -header.title > .description { - display: block; - margin-bottom: 0.5em; - line-height: 1; -} - -footer#edit { - border-top: solid 1px #e1e4e8; - margin: 3em 0 4em 0; - padding-top: 2em; -} -</style> -</head> -<body> -<div id="banner"> -<div id="rainbar"></div> -<div id="logobar"> -<svg class="logo" role="img" height="32" width="32" viewBox="0 0 700 700"> -<polygon fill="#cb0000" points="0,700 700,700 700,0 0,0"></polygon> -<polygon fill="#ffffff" points="150,550 350,550 350,250 450,250 450,550 550,550 550,150 150,150"></polygon> -</svg> -<div class="title"> -npm command-line interface -</div> -</div> -</div> - -<section id="content"> -<header class="title"> -<h1 id="npm-pkg">npm-pkg</h1> -<span class="description">Manages your package.json</span> -</header> - -<section id="table_of_contents"> -<h2 id="table-of-contents">Table of contents</h2> -<div id="_table_of_contents"><ul><li><a href="#see-also">See Also</a></li></ul></div> -</section> - -<div id="_content"><h3 id="synopsis">Synopsis</h3> -<pre><code class="language-bash">npm pkg set &lt;key&gt;=&lt;value&gt; [&lt;key&gt;=&lt;value&gt; ...] -npm pkg get [&lt;key&gt; [&lt;key&gt; ...]] -npm pkg delete &lt;key&gt; [&lt;key&gt; ...] -npm pkg set [&lt;array&gt;[&lt;index&gt;].&lt;key&gt;=&lt;value&gt; ...] -npm pkg set [&lt;array&gt;[].&lt;key&gt;=&lt;value&gt; ...] -</code></pre> -<h3 id="description">Description</h3> -<p>A command that automates the management of <code>package.json</code> files. -<code>npm pkg</code> provide 3 different sub commands that allow you to modify or retrieve -values for given object keys in your <code>package.json</code>.</p> -<p>The syntax to retrieve and set fields is a dot separated representation of -the nested object properties to be found within your <code>package.json</code>, it's the -same notation used in <a href="../commands/npm-view.html"><code>npm view</code></a> to retrieve information -from the registry manifest, below you can find more examples on how to use it.</p> -<p>Returned values are always in <strong>json</strong> format.</p> -<ul> -<li> -<p><code>npm pkg get &lt;field&gt;</code></p> -<p>Retrieves a value <code>key</code>, defined in your <code>package.json</code> file.</p> -<p>For example, in order to retrieve the name of the current package, you -can run:</p> -<pre><code class="language-bash">npm pkg get name -</code></pre> -<p>It's also possible to retrieve multiple values at once:</p> -<pre><code class="language-bash">npm pkg get name version -</code></pre> -<p>You can view child fields by separating them with a period. To retrieve -the value of a test <code>script</code> value, you would run the following command:</p> -<pre><code class="language-bash">npm pkg get scripts.test -</code></pre> -<p>For fields that are arrays, requesting a non-numeric field will return -all of the values from the objects in the list. For example, to get all -the contributor emails for a package, you would run:</p> -<pre><code class="language-bash">npm pkg get contributors.email -</code></pre> -<p>You may also use numeric indices in square braces to specifically select -an item in an array field. To just get the email address of the first -contributor in the list, you can run:</p> -<pre><code class="language-bash">npm pkg get contributors[0].email -</code></pre> -<p>For complex fields you can also name a property in square brackets -to specifically select a child field. This is especially helpful -with the exports object:</p> -<pre><code class="language-bash">npm pkg get "exports[.].require" -</code></pre> -</li> -<li> -<p><code>npm pkg set &lt;field&gt;=&lt;value&gt;</code></p> -<p>Sets a <code>value</code> in your <code>package.json</code> based on the <code>field</code> value. When -saving to your <code>package.json</code> file the same set of rules used during -<code>npm install</code> and other cli commands that touches the <code>package.json</code> file -are used, making sure to respect the existing indentation and possibly -applying some validation prior to saving values to the file.</p> -<p>The same syntax used to retrieve values from your package can also be used -to define new properties or overriding existing ones, below are some -examples of how the dot separated syntax can be used to edit your -<code>package.json</code> file.</p> -<p>Defining a new bin named <code>mynewcommand</code> in your <code>package.json</code> that points -to a file <code>cli.js</code>:</p> -<pre><code class="language-bash">npm pkg set bin.mynewcommand=cli.js -</code></pre> -<p>Setting multiple fields at once is also possible:</p> -<pre><code class="language-bash">npm pkg set description='Awesome package' engines.node='&gt;=10' -</code></pre> -<p>It's also possible to add to array values, for example to add a new -contributor entry:</p> -<pre><code class="language-bash">npm pkg set contributors[0].name='Foo' contributors[0].email='foo@bar.ca' -</code></pre> -<p>You may also append items to the end of an array using the special -empty bracket notation:</p> -<pre><code class="language-bash">npm pkg set contributors[].name='Foo' contributors[].name='Bar' -</code></pre> -<p>It's also possible to parse values as json prior to saving them to your -<code>package.json</code> file, for example in order to set a <code>"private": true</code> -property:</p> -<pre><code class="language-bash">npm pkg set private=true --json -</code></pre> -<p>It also enables saving values as numbers:</p> -<pre><code class="language-bash">npm pkg set tap.timeout=60 --json -</code></pre> -</li> -<li> -<p><code>npm pkg delete &lt;key&gt;</code></p> -<p>Deletes a <code>key</code> from your <code>package.json</code></p> -<p>The same syntax used to set values from your package can also be used -to remove existing ones. For example, in order to remove a script named -build:</p> -<pre><code class="language-bash">npm pkg delete scripts.build -</code></pre> -</li> -</ul> -<h3 id="workspaces-support">Workspaces support</h3> -<p>You can set/get/delete items across your configured workspaces by using the -<a href="../using-npm/config#workspace.html"><code>workspace</code></a> or -<a href="../using-npm/config#workspaces.html"><code>workspaces</code></a> config options.</p> -<p>For example, setting a <code>funding</code> value across all configured workspaces -of a project:</p> -<pre><code class="language-bash">npm pkg set funding=https://example.com --ws -</code></pre> -<p>When using <code>npm pkg get</code> to retrieve info from your configured workspaces, the -returned result will be in a json format in which top level keys are the -names of each workspace, the values of these keys will be the result values -returned from each of the configured workspaces, e.g:</p> -<pre><code>npm pkg get name version --ws -{ - "a": { - "name": "a", - "version": "1.0.0" - }, - "b": { - "name": "b", - "version": "1.0.0" - } -} -</code></pre> -<h3 id="configuration">Configuration</h3> -<h4 id="force"><code>force</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Removes various protections against unfortunate side effects, common -mistakes, unnecessary performance degradation, and malicious input.</p> -<ul> -<li>Allow clobbering non-npm files in global installs.</li> -<li>Allow the <code>npm version</code> command to work on an unclean git repository.</li> -<li>Allow deleting the cache folder with <code>npm cache clean</code>.</li> -<li>Allow installing packages that have an <code>engines</code> declaration requiring a -different version of npm.</li> -<li>Allow installing packages that have an <code>engines</code> declaration requiring a -different version of <code>node</code>, even if <code>--engine-strict</code> is enabled.</li> -<li>Allow <code>npm audit fix</code> to install modules outside your stated dependency -range (including SemVer-major changes).</li> -<li>Allow unpublishing all versions of a published package.</li> -<li>Allow conflicting peerDependencies to be installed in the root project.</li> -<li>Implicitly set <code>--yes</code> during <code>npm init</code>.</li> -<li>Allow clobbering existing values in <code>npm pkg</code></li> -<li>Allow unpublishing of entire packages (not just a single version).</li> -</ul> -<p>If you don't have a clear idea of what you want to do, it is strongly -recommended that you do not use this option!</p> -<h4 id="json"><code>json</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Whether or not to output JSON data, rather than the normal output.</p> -<ul> -<li>In <code>npm pkg set</code> it enables parsing set values with JSON.parse() before -saving them to your <code>package.json</code>.</li> -</ul> -<p>Not supported by all npm commands.</p> -<h4 id="workspace"><code>workspace</code></h4> -<ul> -<li>Default:</li> -<li>Type: String (can be set multiple times)</li> -</ul> -<p>Enable running a command in the context of the configured workspaces of the -current project while filtering by running only the workspaces defined by -this configuration option.</p> -<p>Valid values for the <code>workspace</code> config are either:</p> -<ul> -<li>Workspace names</li> -<li>Path to a workspace directory</li> -<li>Path to a parent workspace directory (will result in selecting all -workspaces within that folder)</li> -</ul> -<p>When set for the <code>npm init</code> command, this may be set to the folder of a -workspace which does not yet exist, to create the folder and set it up as a -brand new workspace within the project.</p> -<p>This value is not exported to the environment for child processes.</p> -<h4 id="workspaces"><code>workspaces</code></h4> -<ul> -<li>Default: null</li> -<li>Type: null or Boolean</li> -</ul> -<p>Set to true to run the command in the context of <strong>all</strong> configured -workspaces.</p> -<p>Explicitly setting this to false will cause commands like <code>install</code> to -ignore workspaces altogether. When not set explicitly:</p> -<ul> -<li>Commands that operate on the <code>node_modules</code> tree (install, update, etc.) -will link workspaces into the <code>node_modules</code> folder. - Commands that do -other things (test, exec, publish, etc.) will operate on the root project, -<em>unless</em> one or more workspaces are specified in the <code>workspace</code> config.</li> -</ul> -<p>This value is not exported to the environment for child processes.</p> -<h2 id="see-also">See Also</h2> -<ul> -<li><a href="../commands/npm-install.html">npm install</a></li> -<li><a href="../commands/npm-init.html">npm init</a></li> -<li><a href="../commands/npm-config.html">npm config</a></li> -<li><a href="../commands/npm-set-script.html">npm set-script</a></li> -<li><a href="../using-npm/workspaces.html">workspaces</a></li> -</ul></div> - -<footer id="edit"> -<a href="https://github.com/npm/cli/edit/latest/docs/content/commands/npm-pkg.md"> -<svg role="img" viewBox="0 0 16 16" width="16" height="16" fill="currentcolor" style="vertical-align: text-bottom; margin-right: 0.3em;"> -<path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path> -</svg> -Edit this page on GitHub -</a> -</footer> -</section> - - - -</body></html> \ No newline at end of file diff --git a/software/flow/node_modules/npm/docs/output/commands/npm-prefix.html b/software/flow/node_modules/npm/docs/output/commands/npm-prefix.html deleted file mode 100644 index ef6dc0f..0000000 --- a/software/flow/node_modules/npm/docs/output/commands/npm-prefix.html +++ /dev/null @@ -1,201 +0,0 @@ -<!DOCTYPE html><html><head> -<meta charset="utf-8"> -<title>npm-prefix</title> -<style> -body { - background-color: #ffffff; - color: #24292e; - - margin: 0; - - line-height: 1.5; - - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; -} -#rainbar { - height: 10px; - background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); -} - -a { - text-decoration: none; - color: #0366d6; -} -a:hover { - text-decoration: underline; -} - -pre { - margin: 1em 0px; - padding: 1em; - border: solid 1px #e1e4e8; - border-radius: 6px; - - display: block; - overflow: auto; - - white-space: pre; - - background-color: #f6f8fa; - color: #393a34; -} -code { - font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; - font-size: 85%; - padding: 0.2em 0.4em; - background-color: #f6f8fa; - color: #393a34; -} -pre > code { - padding: 0; - background-color: inherit; - color: inherit; -} -h1, h2, h3 { - font-weight: 600; -} - -#logobar { - background-color: #333333; - margin: 0 auto; - padding: 1em 4em; -} -#logobar .logo { - float: left; -} -#logobar .title { - font-weight: 600; - color: #dddddd; - float: left; - margin: 5px 0 0 1em; -} -#logobar:after { - content: ""; - display: block; - clear: both; -} - -#content { - margin: 0 auto; - padding: 0 4em; -} - -#table_of_contents > h2 { - font-size: 1.17em; -} -#table_of_contents ul:first-child { - border: solid 1px #e1e4e8; - border-radius: 6px; - padding: 1em; - background-color: #f6f8fa; - color: #393a34; -} -#table_of_contents ul { - list-style-type: none; - padding-left: 1.5em; -} -#table_of_contents li { - font-size: 0.9em; -} -#table_of_contents li a { - color: #000000; -} - -header.title { - border-bottom: solid 1px #e1e4e8; -} -header.title > h1 { - margin-bottom: 0.25em; -} -header.title > .description { - display: block; - margin-bottom: 0.5em; - line-height: 1; -} - -footer#edit { - border-top: solid 1px #e1e4e8; - margin: 3em 0 4em 0; - padding-top: 2em; -} -</style> -</head> -<body> -<div id="banner"> -<div id="rainbar"></div> -<div id="logobar"> -<svg class="logo" role="img" height="32" width="32" viewBox="0 0 700 700"> -<polygon fill="#cb0000" points="0,700 700,700 700,0 0,0"></polygon> -<polygon fill="#ffffff" points="150,550 350,550 350,250 450,250 450,550 550,550 550,150 150,150"></polygon> -</svg> -<div class="title"> -npm command-line interface -</div> -</div> -</div> - -<section id="content"> -<header class="title"> -<h1 id="npm-prefix">npm-prefix</h1> -<span class="description">Display prefix</span> -</header> - -<section id="table_of_contents"> -<h2 id="table-of-contents">Table of contents</h2> -<div id="_table_of_contents"><ul><li><a href="#synopsis">Synopsis</a></li><li><a href="#description">Description</a></li><li><a href="#example">Example</a></li><li><a href="#configuration">Configuration</a></li><ul><li><a href="#global"><code>global</code></a></li></ul><li><a href="#see-also">See Also</a></li></ul></div> -</section> - -<div id="_content"><h3 id="synopsis">Synopsis</h3> -<pre><code class="language-bash">npm prefix [-g] -</code></pre> -<p>Note: This command is unaware of workspaces.</p> -<h3 id="description">Description</h3> -<p>Print the local prefix to standard output. This is the closest parent directory -to contain a <code>package.json</code> file or <code>node_modules</code> directory, unless <code>-g</code> is -also specified.</p> -<p>If <code>-g</code> is specified, this will be the value of the global prefix. See -<a href="../commands/npm-config.html"><code>npm config</code></a> for more detail.</p> -<h3 id="example">Example</h3> -<pre><code class="language-bash">npm prefix -/usr/local/projects/foo -</code></pre> -<pre><code class="language-bash">npm prefix -g -/usr/local -</code></pre> -<h3 id="configuration">Configuration</h3> -<h4 id="global"><code>global</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Operates in "global" mode, so that packages are installed into the <code>prefix</code> -folder instead of the current working directory. See -<a href="../configuring-npm/folders.html">folders</a> for more on the differences in behavior.</p> -<ul> -<li>packages are installed into the <code>{prefix}/lib/node_modules</code> folder, instead -of the current working directory.</li> -<li>bin files are linked to <code>{prefix}/bin</code></li> -<li>man pages are linked to <code>{prefix}/share/man</code></li> -</ul> -<h3 id="see-also">See Also</h3> -<ul> -<li><a href="../commands/npm-root.html">npm root</a></li> -<li><a href="../commands/npm-bin.html">npm bin</a></li> -<li><a href="../configuring-npm/folders.html">npm folders</a></li> -<li><a href="../commands/npm-config.html">npm config</a></li> -<li><a href="../configuring-npm/npmrc.html">npmrc</a></li> -</ul></div> - -<footer id="edit"> -<a href="https://github.com/npm/cli/edit/latest/docs/content/commands/npm-prefix.md"> -<svg role="img" viewBox="0 0 16 16" width="16" height="16" fill="currentcolor" style="vertical-align: text-bottom; margin-right: 0.3em;"> -<path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path> -</svg> -Edit this page on GitHub -</a> -</footer> -</section> - - - -</body></html> \ No newline at end of file diff --git a/software/flow/node_modules/npm/docs/output/commands/npm-profile.html b/software/flow/node_modules/npm/docs/output/commands/npm-profile.html deleted file mode 100644 index a6283ae..0000000 --- a/software/flow/node_modules/npm/docs/output/commands/npm-profile.html +++ /dev/null @@ -1,272 +0,0 @@ -<!DOCTYPE html><html><head> -<meta charset="utf-8"> -<title>npm-profile</title> -<style> -body { - background-color: #ffffff; - color: #24292e; - - margin: 0; - - line-height: 1.5; - - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; -} -#rainbar { - height: 10px; - background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); -} - -a { - text-decoration: none; - color: #0366d6; -} -a:hover { - text-decoration: underline; -} - -pre { - margin: 1em 0px; - padding: 1em; - border: solid 1px #e1e4e8; - border-radius: 6px; - - display: block; - overflow: auto; - - white-space: pre; - - background-color: #f6f8fa; - color: #393a34; -} -code { - font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; - font-size: 85%; - padding: 0.2em 0.4em; - background-color: #f6f8fa; - color: #393a34; -} -pre > code { - padding: 0; - background-color: inherit; - color: inherit; -} -h1, h2, h3 { - font-weight: 600; -} - -#logobar { - background-color: #333333; - margin: 0 auto; - padding: 1em 4em; -} -#logobar .logo { - float: left; -} -#logobar .title { - font-weight: 600; - color: #dddddd; - float: left; - margin: 5px 0 0 1em; -} -#logobar:after { - content: ""; - display: block; - clear: both; -} - -#content { - margin: 0 auto; - padding: 0 4em; -} - -#table_of_contents > h2 { - font-size: 1.17em; -} -#table_of_contents ul:first-child { - border: solid 1px #e1e4e8; - border-radius: 6px; - padding: 1em; - background-color: #f6f8fa; - color: #393a34; -} -#table_of_contents ul { - list-style-type: none; - padding-left: 1.5em; -} -#table_of_contents li { - font-size: 0.9em; -} -#table_of_contents li a { - color: #000000; -} - -header.title { - border-bottom: solid 1px #e1e4e8; -} -header.title > h1 { - margin-bottom: 0.25em; -} -header.title > .description { - display: block; - margin-bottom: 0.5em; - line-height: 1; -} - -footer#edit { - border-top: solid 1px #e1e4e8; - margin: 3em 0 4em 0; - padding-top: 2em; -} -</style> -</head> -<body> -<div id="banner"> -<div id="rainbar"></div> -<div id="logobar"> -<svg class="logo" role="img" height="32" width="32" viewBox="0 0 700 700"> -<polygon fill="#cb0000" points="0,700 700,700 700,0 0,0"></polygon> -<polygon fill="#ffffff" points="150,550 350,550 350,250 450,250 450,550 550,550 550,150 150,150"></polygon> -</svg> -<div class="title"> -npm command-line interface -</div> -</div> -</div> - -<section id="content"> -<header class="title"> -<h1 id="npm-profile">npm-profile</h1> -<span class="description">Change settings on your registry profile</span> -</header> - -<section id="table_of_contents"> -<h2 id="table-of-contents">Table of contents</h2> -<div id="_table_of_contents"><ul><li><a href="#synopsis">Synopsis</a></li><li><a href="#description">Description</a></li><li><a href="#details">Details</a></li><li><a href="#configuration">Configuration</a></li><ul><li><a href="#registry"><code>registry</code></a></li><li><a href="#json"><code>json</code></a></li><li><a href="#parseable"><code>parseable</code></a></li><li><a href="#otp"><code>otp</code></a></li></ul><li><a href="#see-also">See Also</a></li></ul></div> -</section> - -<div id="_content"><h3 id="synopsis">Synopsis</h3> -<pre><code class="language-bash">npm profile enable-2fa [auth-only|auth-and-writes] -npm profile disable-2fa -npm profile get [&lt;key&gt;] -npm profile set &lt;key&gt; &lt;value&gt; -</code></pre> -<p>Note: This command is unaware of workspaces.</p> -<h3 id="description">Description</h3> -<p>Change your profile information on the registry. Note that this command -depends on the registry implementation, so third-party registries may not -support this interface.</p> -<ul> -<li><code>npm profile get [&lt;property&gt;]</code>: Display all of the properties of your -profile, or one or more specific properties. It looks like:</li> -</ul> -<pre><code class="language-bash">+-----------------+---------------------------+ -| name | example | -+-----------------+---------------------------+ -| email | me@example.com (verified) | -+-----------------+---------------------------+ -| two factor auth | auth-and-writes | -+-----------------+---------------------------+ -| fullname | Example User | -+-----------------+---------------------------+ -| homepage | | -+-----------------+---------------------------+ -| freenode | | -+-----------------+---------------------------+ -| twitter | | -+-----------------+---------------------------+ -| github | | -+-----------------+---------------------------+ -| created | 2015-02-26T01:38:35.892Z | -+-----------------+---------------------------+ -| updated | 2017-10-02T21:29:45.922Z | -+-----------------+---------------------------+ -</code></pre> -<ul> -<li> -<p><code>npm profile set &lt;property&gt; &lt;value&gt;</code>: Set the value of a profile -property. You can set the following properties this way: email, fullname, -homepage, freenode, twitter, github</p> -</li> -<li> -<p><code>npm profile set password</code>: Change your password. This is interactive, -you'll be prompted for your current password and a new password. You'll -also be prompted for an OTP if you have two-factor authentication -enabled.</p> -</li> -<li> -<p><code>npm profile enable-2fa [auth-and-writes|auth-only]</code>: Enables two-factor -authentication. Defaults to <code>auth-and-writes</code> mode. Modes are:</p> -<ul> -<li><code>auth-only</code>: Require an OTP when logging in or making changes to your -account's authentication. The OTP will be required on both the website -and the command line.</li> -<li><code>auth-and-writes</code>: Requires an OTP at all the times <code>auth-only</code> does, -and also requires one when publishing a module, setting the <code>latest</code> -dist-tag, or changing access via <code>npm access</code> and <code>npm owner</code>.</li> -</ul> -</li> -<li> -<p><code>npm profile disable-2fa</code>: Disables two-factor authentication.</p> -</li> -</ul> -<h3 id="details">Details</h3> -<p>Some of these commands may not be available on non npmjs.com registries.</p> -<h3 id="configuration">Configuration</h3> -<h4 id="registry"><code>registry</code></h4> -<ul> -<li>Default: "<a href="https://registry.npmjs.org/">https://registry.npmjs.org/</a>"</li> -<li>Type: URL</li> -</ul> -<p>The base URL of the npm registry.</p> -<h4 id="json"><code>json</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Whether or not to output JSON data, rather than the normal output.</p> -<ul> -<li>In <code>npm pkg set</code> it enables parsing set values with JSON.parse() before -saving them to your <code>package.json</code>.</li> -</ul> -<p>Not supported by all npm commands.</p> -<h4 id="parseable"><code>parseable</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Output parseable results from commands that write to standard output. For -<code>npm search</code>, this will be tab-separated table format.</p> -<h4 id="otp"><code>otp</code></h4> -<ul> -<li>Default: null</li> -<li>Type: null or String</li> -</ul> -<p>This is a one-time password from a two-factor authenticator. It's needed -when publishing or changing package permissions with <code>npm access</code>.</p> -<p>If not set, and a registry response fails with a challenge for a one-time -password, npm will prompt on the command line for one.</p> -<h3 id="see-also">See Also</h3> -<ul> -<li><a href="../commands/npm-adduser.html">npm adduser</a></li> -<li><a href="../using-npm/registry.html">npm registry</a></li> -<li><a href="../commands/npm-config.html">npm config</a></li> -<li><a href="../configuring-npm/npmrc.html">npmrc</a></li> -<li><a href="../commands/npm-owner.html">npm owner</a></li> -<li><a href="../commands/npm-whoami.html">npm whoami</a></li> -<li><a href="../commands/npm-token.html">npm token</a></li> -</ul></div> - -<footer id="edit"> -<a href="https://github.com/npm/cli/edit/latest/docs/content/commands/npm-profile.md"> -<svg role="img" viewBox="0 0 16 16" width="16" height="16" fill="currentcolor" style="vertical-align: text-bottom; margin-right: 0.3em;"> -<path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path> -</svg> -Edit this page on GitHub -</a> -</footer> -</section> - - - -</body></html> \ No newline at end of file diff --git a/software/flow/node_modules/npm/docs/output/commands/npm-prune.html b/software/flow/node_modules/npm/docs/output/commands/npm-prune.html deleted file mode 100644 index 9ca44c4..0000000 --- a/software/flow/node_modules/npm/docs/output/commands/npm-prune.html +++ /dev/null @@ -1,296 +0,0 @@ -<!DOCTYPE html><html><head> -<meta charset="utf-8"> -<title>npm-prune</title> -<style> -body { - background-color: #ffffff; - color: #24292e; - - margin: 0; - - line-height: 1.5; - - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; -} -#rainbar { - height: 10px; - background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); -} - -a { - text-decoration: none; - color: #0366d6; -} -a:hover { - text-decoration: underline; -} - -pre { - margin: 1em 0px; - padding: 1em; - border: solid 1px #e1e4e8; - border-radius: 6px; - - display: block; - overflow: auto; - - white-space: pre; - - background-color: #f6f8fa; - color: #393a34; -} -code { - font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; - font-size: 85%; - padding: 0.2em 0.4em; - background-color: #f6f8fa; - color: #393a34; -} -pre > code { - padding: 0; - background-color: inherit; - color: inherit; -} -h1, h2, h3 { - font-weight: 600; -} - -#logobar { - background-color: #333333; - margin: 0 auto; - padding: 1em 4em; -} -#logobar .logo { - float: left; -} -#logobar .title { - font-weight: 600; - color: #dddddd; - float: left; - margin: 5px 0 0 1em; -} -#logobar:after { - content: ""; - display: block; - clear: both; -} - -#content { - margin: 0 auto; - padding: 0 4em; -} - -#table_of_contents > h2 { - font-size: 1.17em; -} -#table_of_contents ul:first-child { - border: solid 1px #e1e4e8; - border-radius: 6px; - padding: 1em; - background-color: #f6f8fa; - color: #393a34; -} -#table_of_contents ul { - list-style-type: none; - padding-left: 1.5em; -} -#table_of_contents li { - font-size: 0.9em; -} -#table_of_contents li a { - color: #000000; -} - -header.title { - border-bottom: solid 1px #e1e4e8; -} -header.title > h1 { - margin-bottom: 0.25em; -} -header.title > .description { - display: block; - margin-bottom: 0.5em; - line-height: 1; -} - -footer#edit { - border-top: solid 1px #e1e4e8; - margin: 3em 0 4em 0; - padding-top: 2em; -} -</style> -</head> -<body> -<div id="banner"> -<div id="rainbar"></div> -<div id="logobar"> -<svg class="logo" role="img" height="32" width="32" viewBox="0 0 700 700"> -<polygon fill="#cb0000" points="0,700 700,700 700,0 0,0"></polygon> -<polygon fill="#ffffff" points="150,550 350,550 350,250 450,250 450,550 550,550 550,150 150,150"></polygon> -</svg> -<div class="title"> -npm command-line interface -</div> -</div> -</div> - -<section id="content"> -<header class="title"> -<h1 id="npm-prune">npm-prune</h1> -<span class="description">Remove extraneous packages</span> -</header> - -<section id="table_of_contents"> -<h2 id="table-of-contents">Table of contents</h2> -<div id="_table_of_contents"><ul><li><a href="#synopsis">Synopsis</a></li><li><a href="#description">Description</a></li><li><a href="#configuration">Configuration</a></li><ul><li><a href="#omit"><code>omit</code></a></li><li><a href="#dry-run"><code>dry-run</code></a></li><li><a href="#json"><code>json</code></a></li><li><a href="#foreground-scripts"><code>foreground-scripts</code></a></li><li><a href="#ignore-scripts"><code>ignore-scripts</code></a></li><li><a href="#workspace"><code>workspace</code></a></li><li><a href="#workspaces"><code>workspaces</code></a></li><li><a href="#include-workspace-root"><code>include-workspace-root</code></a></li><li><a href="#install-links"><code>install-links</code></a></li></ul><li><a href="#see-also">See Also</a></li></ul></div> -</section> - -<div id="_content"><h3 id="synopsis">Synopsis</h3> -<pre><code class="language-bash">npm prune [[&lt;@scope&gt;/]&lt;pkg&gt;...] -</code></pre> -<h3 id="description">Description</h3> -<p>This command removes "extraneous" packages. If a package name is provided, -then only packages matching one of the supplied names are removed.</p> -<p>Extraneous packages are those present in the <code>node_modules</code> folder that are -not listed as any package's dependency list.</p> -<p>If the <code>--production</code> flag is specified or the <code>NODE_ENV</code> environment -variable is set to <code>production</code>, this command will remove the packages -specified in your <code>devDependencies</code>. Setting <code>--no-production</code> will negate -<code>NODE_ENV</code> being set to <code>production</code>.</p> -<p>If the <code>--dry-run</code> flag is used then no changes will actually be made.</p> -<p>If the <code>--json</code> flag is used, then the changes <code>npm prune</code> made (or would -have made with <code>--dry-run</code>) are printed as a JSON object.</p> -<p>In normal operation, extraneous modules are pruned automatically, so you'll -only need this command with the <code>--production</code> flag. However, in the real -world, operation is not always "normal". When crashes or mistakes happen, -this command can help clean up any resulting garbage.</p> -<h3 id="configuration">Configuration</h3> -<h4 id="omit"><code>omit</code></h4> -<ul> -<li>Default: 'dev' if the <code>NODE_ENV</code> environment variable is set to -'production', otherwise empty.</li> -<li>Type: "dev", "optional", or "peer" (can be set multiple times)</li> -</ul> -<p>Dependency types to omit from the installation tree on disk.</p> -<p>Note that these dependencies <em>are</em> still resolved and added to the -<code>package-lock.json</code> or <code>npm-shrinkwrap.json</code> file. They are just not -physically installed on disk.</p> -<p>If a package type appears in both the <code>--include</code> and <code>--omit</code> lists, then -it will be included.</p> -<p>If the resulting omit list includes <code>'dev'</code>, then the <code>NODE_ENV</code> environment -variable will be set to <code>'production'</code> for all lifecycle scripts.</p> -<h4 id="dry-run"><code>dry-run</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Indicates that you don't want npm to make any changes and that it should -only report what it would have done. This can be passed into any of the -commands that modify your local installation, eg, <code>install</code>, <code>update</code>, -<code>dedupe</code>, <code>uninstall</code>, as well as <code>pack</code> and <code>publish</code>.</p> -<p>Note: This is NOT honored by other network related commands, eg <code>dist-tags</code>, -<code>owner</code>, etc.</p> -<h4 id="json"><code>json</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Whether or not to output JSON data, rather than the normal output.</p> -<ul> -<li>In <code>npm pkg set</code> it enables parsing set values with JSON.parse() before -saving them to your <code>package.json</code>.</li> -</ul> -<p>Not supported by all npm commands.</p> -<h4 id="foreground-scripts"><code>foreground-scripts</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Run all build scripts (ie, <code>preinstall</code>, <code>install</code>, and <code>postinstall</code>) -scripts for installed packages in the foreground process, sharing standard -input, output, and error with the main npm process.</p> -<p>Note that this will generally make installs run slower, and be much noisier, -but can be useful for debugging.</p> -<h4 id="ignore-scripts"><code>ignore-scripts</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>If true, npm does not run scripts specified in package.json files.</p> -<p>Note that commands explicitly intended to run a particular script, such as -<code>npm start</code>, <code>npm stop</code>, <code>npm restart</code>, <code>npm test</code>, and <code>npm run-script</code> -will still run their intended script if <code>ignore-scripts</code> is set, but they -will <em>not</em> run any pre- or post-scripts.</p> -<h4 id="workspace"><code>workspace</code></h4> -<ul> -<li>Default:</li> -<li>Type: String (can be set multiple times)</li> -</ul> -<p>Enable running a command in the context of the configured workspaces of the -current project while filtering by running only the workspaces defined by -this configuration option.</p> -<p>Valid values for the <code>workspace</code> config are either:</p> -<ul> -<li>Workspace names</li> -<li>Path to a workspace directory</li> -<li>Path to a parent workspace directory (will result in selecting all -workspaces within that folder)</li> -</ul> -<p>When set for the <code>npm init</code> command, this may be set to the folder of a -workspace which does not yet exist, to create the folder and set it up as a -brand new workspace within the project.</p> -<p>This value is not exported to the environment for child processes.</p> -<h4 id="workspaces"><code>workspaces</code></h4> -<ul> -<li>Default: null</li> -<li>Type: null or Boolean</li> -</ul> -<p>Set to true to run the command in the context of <strong>all</strong> configured -workspaces.</p> -<p>Explicitly setting this to false will cause commands like <code>install</code> to -ignore workspaces altogether. When not set explicitly:</p> -<ul> -<li>Commands that operate on the <code>node_modules</code> tree (install, update, etc.) -will link workspaces into the <code>node_modules</code> folder. - Commands that do -other things (test, exec, publish, etc.) will operate on the root project, -<em>unless</em> one or more workspaces are specified in the <code>workspace</code> config.</li> -</ul> -<p>This value is not exported to the environment for child processes.</p> -<h4 id="include-workspace-root"><code>include-workspace-root</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Include the workspace root when workspaces are enabled for a command.</p> -<p>When false, specifying individual workspaces via the <code>workspace</code> config, or -all workspaces via the <code>workspaces</code> flag, will cause npm to operate only on -the specified workspaces, and not on the root project.</p> -<p>This value is not exported to the environment for child processes.</p> -<h4 id="install-links"><code>install-links</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>When set file: protocol dependencies will be packed and installed as regular -dependencies instead of creating a symlink. This option has no effect on -workspaces.</p> -<h3 id="see-also">See Also</h3> -<ul> -<li><a href="../commands/npm-uninstall.html">npm uninstall</a></li> -<li><a href="../configuring-npm/folders.html">npm folders</a></li> -<li><a href="../commands/npm-ls.html">npm ls</a></li> -</ul></div> - -<footer id="edit"> -<a href="https://github.com/npm/cli/edit/latest/docs/content/commands/npm-prune.md"> -<svg role="img" viewBox="0 0 16 16" width="16" height="16" fill="currentcolor" style="vertical-align: text-bottom; margin-right: 0.3em;"> -<path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path> -</svg> -Edit this page on GitHub -</a> -</footer> -</section> - - - -</body></html> \ No newline at end of file diff --git a/software/flow/node_modules/npm/docs/output/commands/npm-publish.html b/software/flow/node_modules/npm/docs/output/commands/npm-publish.html deleted file mode 100644 index a2a4f0a..0000000 --- a/software/flow/node_modules/npm/docs/output/commands/npm-publish.html +++ /dev/null @@ -1,341 +0,0 @@ -<!DOCTYPE html><html><head> -<meta charset="utf-8"> -<title>npm-publish</title> -<style> -body { - background-color: #ffffff; - color: #24292e; - - margin: 0; - - line-height: 1.5; - - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; -} -#rainbar { - height: 10px; - background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); -} - -a { - text-decoration: none; - color: #0366d6; -} -a:hover { - text-decoration: underline; -} - -pre { - margin: 1em 0px; - padding: 1em; - border: solid 1px #e1e4e8; - border-radius: 6px; - - display: block; - overflow: auto; - - white-space: pre; - - background-color: #f6f8fa; - color: #393a34; -} -code { - font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; - font-size: 85%; - padding: 0.2em 0.4em; - background-color: #f6f8fa; - color: #393a34; -} -pre > code { - padding: 0; - background-color: inherit; - color: inherit; -} -h1, h2, h3 { - font-weight: 600; -} - -#logobar { - background-color: #333333; - margin: 0 auto; - padding: 1em 4em; -} -#logobar .logo { - float: left; -} -#logobar .title { - font-weight: 600; - color: #dddddd; - float: left; - margin: 5px 0 0 1em; -} -#logobar:after { - content: ""; - display: block; - clear: both; -} - -#content { - margin: 0 auto; - padding: 0 4em; -} - -#table_of_contents > h2 { - font-size: 1.17em; -} -#table_of_contents ul:first-child { - border: solid 1px #e1e4e8; - border-radius: 6px; - padding: 1em; - background-color: #f6f8fa; - color: #393a34; -} -#table_of_contents ul { - list-style-type: none; - padding-left: 1.5em; -} -#table_of_contents li { - font-size: 0.9em; -} -#table_of_contents li a { - color: #000000; -} - -header.title { - border-bottom: solid 1px #e1e4e8; -} -header.title > h1 { - margin-bottom: 0.25em; -} -header.title > .description { - display: block; - margin-bottom: 0.5em; - line-height: 1; -} - -footer#edit { - border-top: solid 1px #e1e4e8; - margin: 3em 0 4em 0; - padding-top: 2em; -} -</style> -</head> -<body> -<div id="banner"> -<div id="rainbar"></div> -<div id="logobar"> -<svg class="logo" role="img" height="32" width="32" viewBox="0 0 700 700"> -<polygon fill="#cb0000" points="0,700 700,700 700,0 0,0"></polygon> -<polygon fill="#ffffff" points="150,550 350,550 350,250 450,250 450,550 550,550 550,150 150,150"></polygon> -</svg> -<div class="title"> -npm command-line interface -</div> -</div> -</div> - -<section id="content"> -<header class="title"> -<h1 id="npm-publish">npm-publish</h1> -<span class="description">Publish a package</span> -</header> - -<section id="table_of_contents"> -<h2 id="table-of-contents">Table of contents</h2> -<div id="_table_of_contents"><ul><li><a href="#synopsis">Synopsis</a></li><li><a href="#description">Description</a></li><li><a href="#files-included-in-package">Files included in package</a></li><li><a href="#configuration">Configuration</a></li><ul><li><a href="#tag"><code>tag</code></a></li><li><a href="#access"><code>access</code></a></li><li><a href="#dry-run"><code>dry-run</code></a></li><li><a href="#otp"><code>otp</code></a></li><li><a href="#workspace"><code>workspace</code></a></li><li><a href="#workspaces"><code>workspaces</code></a></li><li><a href="#include-workspace-root"><code>include-workspace-root</code></a></li><li><a href="#provenance"><code>provenance</code></a></li></ul><li><a href="#see-also">See Also</a></li></ul></div> -</section> - -<div id="_content"><h3 id="synopsis">Synopsis</h3> -<pre><code class="language-bash">npm publish &lt;package-spec&gt; -</code></pre> -<h3 id="description">Description</h3> -<p>Publishes a package to the registry so that it can be installed by name.</p> -<p>By default npm will publish to the public registry. This can be -overridden by specifying a different default registry or using a -<a href="../using-npm/scope.html"><code>scope</code></a> in the name, combined with a -scope-configured registry (see -<a href="../configuring-npm/package-json.html"><code>package.json</code></a>).</p> -<p>A <code>package</code> is interpreted the same way as other commands (like -<code>npm install</code> and can be:</p> -<ul> -<li>a) a folder containing a program described by a -<a href="../configuring-npm/package-json.html"><code>package.json</code></a> file</li> -<li>b) a gzipped tarball containing (a)</li> -<li>c) a url that resolves to (b)</li> -<li>d) a <code>&lt;name&gt;@&lt;version&gt;</code> that is published on the registry (see -<a href="../using-npm/registry.html"><code>registry</code></a>) with (c)</li> -<li>e) a <code>&lt;name&gt;@&lt;tag&gt;</code> (see <a href="../commands/npm-dist-tag.html"><code>npm dist-tag</code></a>) that -points to (d)</li> -<li>f) a <code>&lt;name&gt;</code> that has a "latest" tag satisfying (e)</li> -<li>g) a <code>&lt;git remote url&gt;</code> that resolves to (a)</li> -</ul> -<p>The publish will fail if the package name and version combination already -exists in the specified registry.</p> -<p>Once a package is published with a given name and version, that specific -name and version combination can never be used again, even if it is removed -with <a href="../commands/npm-unpublish.html"><code>npm unpublish</code></a>.</p> -<p>As of <code>npm@5</code>, both a sha1sum and an integrity field with a sha512sum of the -tarball will be submitted to the registry during publication. Subsequent -installs will use the strongest supported algorithm to verify downloads.</p> -<p>Similar to <code>--dry-run</code> see <a href="../commands/npm-pack.html"><code>npm pack</code></a>, which figures -out the files to be included and packs them into a tarball to be uploaded -to the registry.</p> -<h3 id="files-included-in-package">Files included in package</h3> -<p>To see what will be included in your package, run <code>npx npm-packlist</code>. All -files are included by default, with the following exceptions:</p> -<ul> -<li> -<p>Certain files that are relevant to package installation and distribution -are always included. For example, <code>package.json</code>, <code>README.md</code>, -<code>LICENSE</code>, and so on.</p> -</li> -<li> -<p>If there is a "files" list in -<a href="../configuring-npm/package-json.html"><code>package.json</code></a>, then only the files -specified will be included. (If directories are specified, then they -will be walked recursively and their contents included, subject to the -same ignore rules.)</p> -</li> -<li> -<p>If there is a <code>.gitignore</code> or <code>.npmignore</code> file, then ignored files in -that and all child directories will be excluded from the package. If -<em>both</em> files exist, then the <code>.gitignore</code> is ignored, and only the -<code>.npmignore</code> is used.</p> -<p><code>.npmignore</code> files follow the <a href="https://git-scm.com/book/en/v2/Git-Basics-Recording-Changes-to-the-Repository#_ignoring">same pattern -rules</a> -as <code>.gitignore</code> files</p> -</li> -<li> -<p>If the file matches certain patterns, then it will <em>never</em> be included, -unless explicitly added to the <code>"files"</code> list in <code>package.json</code>, or -un-ignored with a <code>!</code> rule in a <code>.npmignore</code> or <code>.gitignore</code> file.</p> -</li> -<li> -<p>Symbolic links are never included in npm packages.</p> -</li> -</ul> -<p>See <a href="../using-npm/developers.html"><code>developers</code></a> for full details on what's -included in the published package, as well as details on how the package is -built.</p> -<h3 id="configuration">Configuration</h3> -<h4 id="tag"><code>tag</code></h4> -<ul> -<li>Default: "latest"</li> -<li>Type: String</li> -</ul> -<p>If you ask npm to install a package and don't tell it a specific version, -then it will install the specified tag.</p> -<p>Also the tag that is added to the package@version specified by the <code>npm tag</code> -command, if no explicit tag is given.</p> -<p>When used by the <code>npm diff</code> command, this is the tag used to fetch the -tarball that will be compared with the local files by default.</p> -<h4 id="access"><code>access</code></h4> -<ul> -<li>Default: 'public' for new packages, existing packages it will not change the -current level</li> -<li>Type: null, "restricted", or "public"</li> -</ul> -<p>If you do not want your scoped package to be publicly viewable (and -installable) set <code>--access=restricted</code>.</p> -<p>Unscoped packages can not be set to <code>restricted</code>.</p> -<p>Note: This defaults to not changing the current access level for existing -packages. Specifying a value of <code>restricted</code> or <code>public</code> during publish will -change the access for an existing package the same way that <code>npm access set status</code> would.</p> -<h4 id="dry-run"><code>dry-run</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Indicates that you don't want npm to make any changes and that it should -only report what it would have done. This can be passed into any of the -commands that modify your local installation, eg, <code>install</code>, <code>update</code>, -<code>dedupe</code>, <code>uninstall</code>, as well as <code>pack</code> and <code>publish</code>.</p> -<p>Note: This is NOT honored by other network related commands, eg <code>dist-tags</code>, -<code>owner</code>, etc.</p> -<h4 id="otp"><code>otp</code></h4> -<ul> -<li>Default: null</li> -<li>Type: null or String</li> -</ul> -<p>This is a one-time password from a two-factor authenticator. It's needed -when publishing or changing package permissions with <code>npm access</code>.</p> -<p>If not set, and a registry response fails with a challenge for a one-time -password, npm will prompt on the command line for one.</p> -<h4 id="workspace"><code>workspace</code></h4> -<ul> -<li>Default:</li> -<li>Type: String (can be set multiple times)</li> -</ul> -<p>Enable running a command in the context of the configured workspaces of the -current project while filtering by running only the workspaces defined by -this configuration option.</p> -<p>Valid values for the <code>workspace</code> config are either:</p> -<ul> -<li>Workspace names</li> -<li>Path to a workspace directory</li> -<li>Path to a parent workspace directory (will result in selecting all -workspaces within that folder)</li> -</ul> -<p>When set for the <code>npm init</code> command, this may be set to the folder of a -workspace which does not yet exist, to create the folder and set it up as a -brand new workspace within the project.</p> -<p>This value is not exported to the environment for child processes.</p> -<h4 id="workspaces"><code>workspaces</code></h4> -<ul> -<li>Default: null</li> -<li>Type: null or Boolean</li> -</ul> -<p>Set to true to run the command in the context of <strong>all</strong> configured -workspaces.</p> -<p>Explicitly setting this to false will cause commands like <code>install</code> to -ignore workspaces altogether. When not set explicitly:</p> -<ul> -<li>Commands that operate on the <code>node_modules</code> tree (install, update, etc.) -will link workspaces into the <code>node_modules</code> folder. - Commands that do -other things (test, exec, publish, etc.) will operate on the root project, -<em>unless</em> one or more workspaces are specified in the <code>workspace</code> config.</li> -</ul> -<p>This value is not exported to the environment for child processes.</p> -<h4 id="include-workspace-root"><code>include-workspace-root</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Include the workspace root when workspaces are enabled for a command.</p> -<p>When false, specifying individual workspaces via the <code>workspace</code> config, or -all workspaces via the <code>workspaces</code> flag, will cause npm to operate only on -the specified workspaces, and not on the root project.</p> -<p>This value is not exported to the environment for child processes.</p> -<h4 id="provenance"><code>provenance</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Indicates that a provenance statement should be generated.</p> -<h3 id="see-also">See Also</h3> -<ul> -<li><a href="../using-npm/package-spec.html">package spec</a></li> -<li><a href="http://npm.im/npm-packlist">npm-packlist package</a></li> -<li><a href="../using-npm/registry.html">npm registry</a></li> -<li><a href="../using-npm/scope.html">npm scope</a></li> -<li><a href="../commands/npm-adduser.html">npm adduser</a></li> -<li><a href="../commands/npm-owner.html">npm owner</a></li> -<li><a href="../commands/npm-deprecate.html">npm deprecate</a></li> -<li><a href="../commands/npm-dist-tag.html">npm dist-tag</a></li> -<li><a href="../commands/npm-pack.html">npm pack</a></li> -<li><a href="../commands/npm-profile.html">npm profile</a></li> -</ul></div> - -<footer id="edit"> -<a href="https://github.com/npm/cli/edit/latest/docs/content/commands/npm-publish.md"> -<svg role="img" viewBox="0 0 16 16" width="16" height="16" fill="currentcolor" style="vertical-align: text-bottom; margin-right: 0.3em;"> -<path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path> -</svg> -Edit this page on GitHub -</a> -</footer> -</section> - - - -</body></html> \ No newline at end of file diff --git a/software/flow/node_modules/npm/docs/output/commands/npm-query.html b/software/flow/node_modules/npm/docs/output/commands/npm-query.html deleted file mode 100644 index ac23d6c..0000000 --- a/software/flow/node_modules/npm/docs/output/commands/npm-query.html +++ /dev/null @@ -1,344 +0,0 @@ -<!DOCTYPE html><html><head> -<meta charset="utf-8"> -<title>npm-query</title> -<style> -body { - background-color: #ffffff; - color: #24292e; - - margin: 0; - - line-height: 1.5; - - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; -} -#rainbar { - height: 10px; - background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); -} - -a { - text-decoration: none; - color: #0366d6; -} -a:hover { - text-decoration: underline; -} - -pre { - margin: 1em 0px; - padding: 1em; - border: solid 1px #e1e4e8; - border-radius: 6px; - - display: block; - overflow: auto; - - white-space: pre; - - background-color: #f6f8fa; - color: #393a34; -} -code { - font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; - font-size: 85%; - padding: 0.2em 0.4em; - background-color: #f6f8fa; - color: #393a34; -} -pre > code { - padding: 0; - background-color: inherit; - color: inherit; -} -h1, h2, h3 { - font-weight: 600; -} - -#logobar { - background-color: #333333; - margin: 0 auto; - padding: 1em 4em; -} -#logobar .logo { - float: left; -} -#logobar .title { - font-weight: 600; - color: #dddddd; - float: left; - margin: 5px 0 0 1em; -} -#logobar:after { - content: ""; - display: block; - clear: both; -} - -#content { - margin: 0 auto; - padding: 0 4em; -} - -#table_of_contents > h2 { - font-size: 1.17em; -} -#table_of_contents ul:first-child { - border: solid 1px #e1e4e8; - border-radius: 6px; - padding: 1em; - background-color: #f6f8fa; - color: #393a34; -} -#table_of_contents ul { - list-style-type: none; - padding-left: 1.5em; -} -#table_of_contents li { - font-size: 0.9em; -} -#table_of_contents li a { - color: #000000; -} - -header.title { - border-bottom: solid 1px #e1e4e8; -} -header.title > h1 { - margin-bottom: 0.25em; -} -header.title > .description { - display: block; - margin-bottom: 0.5em; - line-height: 1; -} - -footer#edit { - border-top: solid 1px #e1e4e8; - margin: 3em 0 4em 0; - padding-top: 2em; -} -</style> -</head> -<body> -<div id="banner"> -<div id="rainbar"></div> -<div id="logobar"> -<svg class="logo" role="img" height="32" width="32" viewBox="0 0 700 700"> -<polygon fill="#cb0000" points="0,700 700,700 700,0 0,0"></polygon> -<polygon fill="#ffffff" points="150,550 350,550 350,250 450,250 450,550 550,550 550,150 150,150"></polygon> -</svg> -<div class="title"> -npm command-line interface -</div> -</div> -</div> - -<section id="content"> -<header class="title"> -<h1 id="npm-query">npm-query</h1> -<span class="description">Dependency selector query</span> -</header> - -<section id="table_of_contents"> -<h2 id="table-of-contents">Table of contents</h2> -<div id="_table_of_contents"><ul><li><a href="#see-also">See Also</a></li></ul></div> -</section> - -<div id="_content"><h3 id="synopsis">Synopsis</h3> -<pre><code class="language-bash">npm query &lt;selector&gt; -</code></pre> -<h3 id="description">Description</h3> -<p>The <code>npm query</code> command allows for usage of css selectors in order to retrieve -an array of dependency objects.</p> -<h3 id="piping-npm-query-to-other-commands">Piping npm query to other commands</h3> -<pre><code class="language-bash"># find all dependencies with postinstall scripts &amp; uninstall them -npm query ":attr(scripts, [postinstall])" | jq 'map(.name)|join("\n")' -r | xargs -I {} npm uninstall {} - -# find all git dependencies &amp; explain who requires them -npm query ":type(git)" | jq 'map(.name)' | xargs -I {} npm why {} -</code></pre> -<h3 id="extended-use-cases--queries">Extended Use Cases &amp; Queries</h3> -<pre><code class="language-stylus">// all deps -* - -// all direct deps -:root &gt; * - -// direct production deps -:root &gt; .prod - -// direct development deps -:root &gt; .dev - -// any peer dep of a direct deps -:root &gt; * &gt; .peer - -// any workspace dep -.workspace - -// all workspaces that depend on another workspace -.workspace &gt; .workspace - -// all workspaces that have peer deps -.workspace:has(.peer) - -// any dep named "lodash" -// equivalent to [name="lodash"] -#lodash - -// any deps named "lodash" &amp; within semver range ^"1.2.3" -#lodash@^1.2.3 -// equivalent to... -[name="lodash"]:semver(^1.2.3) - -// get the hoisted node for a given semver range -#lodash@^1.2.3:not(:deduped) - -// querying deps with a specific version -#lodash@2.1.5 -// equivalent to... -[name="lodash"][version="2.1.5"] - -// has any deps -:has(*) - -// deps with no other deps (ie. "leaf" nodes) -:empty - -// manually querying git dependencies -[repository^=github:], -[repository^=git:], -[repository^=https://github.com], -[repository^=http://github.com], -[repository^=https://github.com], -[repository^=+git:...] - -// querying for all git dependencies -:type(git) - -// get production dependencies that aren't also dev deps -.prod:not(.dev) - -// get dependencies with specific licenses -[license=MIT], [license=ISC] - -// find all packages that have @ruyadorno as a contributor -:attr(contributors, [email=ruyadorno@github.com]) -</code></pre> -<h3 id="example-response-output">Example Response Output</h3> -<ul> -<li>an array of dependency objects is returned which can contain multiple copies of the same package which may or may not have been linked or deduped</li> -</ul> -<pre><code class="language-json">[ - { - "name": "", - "version": "", - "description": "", - "homepage": "", - "bugs": {}, - "author": {}, - "license": {}, - "funding": {}, - "files": [], - "main": "", - "browser": "", - "bin": {}, - "man": [], - "directories": {}, - "repository": {}, - "scripts": {}, - "config": {}, - "dependencies": {}, - "devDependencies": {}, - "optionalDependencies": {}, - "bundledDependencies": {}, - "peerDependencies": {}, - "peerDependenciesMeta": {}, - "engines": {}, - "os": [], - "cpu": [], - "workspaces": {}, - "keywords": [], - ... - }, - ... -</code></pre> -<h3 id="configuration">Configuration</h3> -<h4 id="global"><code>global</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Operates in "global" mode, so that packages are installed into the <code>prefix</code> -folder instead of the current working directory. See -<a href="../configuring-npm/folders.html">folders</a> for more on the differences in behavior.</p> -<ul> -<li>packages are installed into the <code>{prefix}/lib/node_modules</code> folder, instead -of the current working directory.</li> -<li>bin files are linked to <code>{prefix}/bin</code></li> -<li>man pages are linked to <code>{prefix}/share/man</code></li> -</ul> -<h4 id="workspace"><code>workspace</code></h4> -<ul> -<li>Default:</li> -<li>Type: String (can be set multiple times)</li> -</ul> -<p>Enable running a command in the context of the configured workspaces of the -current project while filtering by running only the workspaces defined by -this configuration option.</p> -<p>Valid values for the <code>workspace</code> config are either:</p> -<ul> -<li>Workspace names</li> -<li>Path to a workspace directory</li> -<li>Path to a parent workspace directory (will result in selecting all -workspaces within that folder)</li> -</ul> -<p>When set for the <code>npm init</code> command, this may be set to the folder of a -workspace which does not yet exist, to create the folder and set it up as a -brand new workspace within the project.</p> -<p>This value is not exported to the environment for child processes.</p> -<h4 id="workspaces"><code>workspaces</code></h4> -<ul> -<li>Default: null</li> -<li>Type: null or Boolean</li> -</ul> -<p>Set to true to run the command in the context of <strong>all</strong> configured -workspaces.</p> -<p>Explicitly setting this to false will cause commands like <code>install</code> to -ignore workspaces altogether. When not set explicitly:</p> -<ul> -<li>Commands that operate on the <code>node_modules</code> tree (install, update, etc.) -will link workspaces into the <code>node_modules</code> folder. - Commands that do -other things (test, exec, publish, etc.) will operate on the root project, -<em>unless</em> one or more workspaces are specified in the <code>workspace</code> config.</li> -</ul> -<p>This value is not exported to the environment for child processes.</p> -<h4 id="include-workspace-root"><code>include-workspace-root</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Include the workspace root when workspaces are enabled for a command.</p> -<p>When false, specifying individual workspaces via the <code>workspace</code> config, or -all workspaces via the <code>workspaces</code> flag, will cause npm to operate only on -the specified workspaces, and not on the root project.</p> -<p>This value is not exported to the environment for child processes.</p> -<h2 id="see-also">See Also</h2> -<ul> -<li><a href="../using-npm/dependency-selectors.html">dependency selectors</a></li> -</ul></div> - -<footer id="edit"> -<a href="https://github.com/npm/cli/edit/latest/docs/content/commands/npm-query.md"> -<svg role="img" viewBox="0 0 16 16" width="16" height="16" fill="currentcolor" style="vertical-align: text-bottom; margin-right: 0.3em;"> -<path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path> -</svg> -Edit this page on GitHub -</a> -</footer> -</section> - - - -</body></html> \ No newline at end of file diff --git a/software/flow/node_modules/npm/docs/output/commands/npm-rebuild.html b/software/flow/node_modules/npm/docs/output/commands/npm-rebuild.html deleted file mode 100644 index 4d2ce11..0000000 --- a/software/flow/node_modules/npm/docs/output/commands/npm-rebuild.html +++ /dev/null @@ -1,277 +0,0 @@ -<!DOCTYPE html><html><head> -<meta charset="utf-8"> -<title>npm-rebuild</title> -<style> -body { - background-color: #ffffff; - color: #24292e; - - margin: 0; - - line-height: 1.5; - - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; -} -#rainbar { - height: 10px; - background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); -} - -a { - text-decoration: none; - color: #0366d6; -} -a:hover { - text-decoration: underline; -} - -pre { - margin: 1em 0px; - padding: 1em; - border: solid 1px #e1e4e8; - border-radius: 6px; - - display: block; - overflow: auto; - - white-space: pre; - - background-color: #f6f8fa; - color: #393a34; -} -code { - font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; - font-size: 85%; - padding: 0.2em 0.4em; - background-color: #f6f8fa; - color: #393a34; -} -pre > code { - padding: 0; - background-color: inherit; - color: inherit; -} -h1, h2, h3 { - font-weight: 600; -} - -#logobar { - background-color: #333333; - margin: 0 auto; - padding: 1em 4em; -} -#logobar .logo { - float: left; -} -#logobar .title { - font-weight: 600; - color: #dddddd; - float: left; - margin: 5px 0 0 1em; -} -#logobar:after { - content: ""; - display: block; - clear: both; -} - -#content { - margin: 0 auto; - padding: 0 4em; -} - -#table_of_contents > h2 { - font-size: 1.17em; -} -#table_of_contents ul:first-child { - border: solid 1px #e1e4e8; - border-radius: 6px; - padding: 1em; - background-color: #f6f8fa; - color: #393a34; -} -#table_of_contents ul { - list-style-type: none; - padding-left: 1.5em; -} -#table_of_contents li { - font-size: 0.9em; -} -#table_of_contents li a { - color: #000000; -} - -header.title { - border-bottom: solid 1px #e1e4e8; -} -header.title > h1 { - margin-bottom: 0.25em; -} -header.title > .description { - display: block; - margin-bottom: 0.5em; - line-height: 1; -} - -footer#edit { - border-top: solid 1px #e1e4e8; - margin: 3em 0 4em 0; - padding-top: 2em; -} -</style> -</head> -<body> -<div id="banner"> -<div id="rainbar"></div> -<div id="logobar"> -<svg class="logo" role="img" height="32" width="32" viewBox="0 0 700 700"> -<polygon fill="#cb0000" points="0,700 700,700 700,0 0,0"></polygon> -<polygon fill="#ffffff" points="150,550 350,550 350,250 450,250 450,550 550,550 550,150 150,150"></polygon> -</svg> -<div class="title"> -npm command-line interface -</div> -</div> -</div> - -<section id="content"> -<header class="title"> -<h1 id="npm-rebuild">npm-rebuild</h1> -<span class="description">Rebuild a package</span> -</header> - -<section id="table_of_contents"> -<h2 id="table-of-contents">Table of contents</h2> -<div id="_table_of_contents"><ul><li><a href="#synopsis">Synopsis</a></li><li><a href="#description">Description</a></li><li><a href="#configuration">Configuration</a></li><ul><li><a href="#global"><code>global</code></a></li><li><a href="#bin-links"><code>bin-links</code></a></li><li><a href="#foreground-scripts"><code>foreground-scripts</code></a></li><li><a href="#ignore-scripts"><code>ignore-scripts</code></a></li><li><a href="#workspace"><code>workspace</code></a></li><li><a href="#workspaces"><code>workspaces</code></a></li><li><a href="#include-workspace-root"><code>include-workspace-root</code></a></li><li><a href="#install-links"><code>install-links</code></a></li></ul><li><a href="#see-also">See Also</a></li></ul></div> -</section> - -<div id="_content"><h3 id="synopsis">Synopsis</h3> -<pre><code class="language-bash">npm rebuild [&lt;package-spec&gt;] ...] - -alias: rb -</code></pre> -<h3 id="description">Description</h3> -<p>This command runs the <code>npm build</code> command on the matched folders. This is -useful when you install a new version of node, and must recompile all your -C++ addons with the new binary. It is also useful when installing with -<code>--ignore-scripts</code> and <code>--no-bin-links</code>, to explicitly choose which -packages to build and/or link bins.</p> -<p>If one or more package specs are provided, then only packages with a -name and version matching one of the specifiers will be rebuilt.</p> -<h3 id="configuration">Configuration</h3> -<h4 id="global"><code>global</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Operates in "global" mode, so that packages are installed into the <code>prefix</code> -folder instead of the current working directory. See -<a href="../configuring-npm/folders.html">folders</a> for more on the differences in behavior.</p> -<ul> -<li>packages are installed into the <code>{prefix}/lib/node_modules</code> folder, instead -of the current working directory.</li> -<li>bin files are linked to <code>{prefix}/bin</code></li> -<li>man pages are linked to <code>{prefix}/share/man</code></li> -</ul> -<h4 id="bin-links"><code>bin-links</code></h4> -<ul> -<li>Default: true</li> -<li>Type: Boolean</li> -</ul> -<p>Tells npm to create symlinks (or <code>.cmd</code> shims on Windows) for package -executables.</p> -<p>Set to false to have it not do this. This can be used to work around the -fact that some file systems don't support symlinks, even on ostensibly Unix -systems.</p> -<h4 id="foreground-scripts"><code>foreground-scripts</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Run all build scripts (ie, <code>preinstall</code>, <code>install</code>, and <code>postinstall</code>) -scripts for installed packages in the foreground process, sharing standard -input, output, and error with the main npm process.</p> -<p>Note that this will generally make installs run slower, and be much noisier, -but can be useful for debugging.</p> -<h4 id="ignore-scripts"><code>ignore-scripts</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>If true, npm does not run scripts specified in package.json files.</p> -<p>Note that commands explicitly intended to run a particular script, such as -<code>npm start</code>, <code>npm stop</code>, <code>npm restart</code>, <code>npm test</code>, and <code>npm run-script</code> -will still run their intended script if <code>ignore-scripts</code> is set, but they -will <em>not</em> run any pre- or post-scripts.</p> -<h4 id="workspace"><code>workspace</code></h4> -<ul> -<li>Default:</li> -<li>Type: String (can be set multiple times)</li> -</ul> -<p>Enable running a command in the context of the configured workspaces of the -current project while filtering by running only the workspaces defined by -this configuration option.</p> -<p>Valid values for the <code>workspace</code> config are either:</p> -<ul> -<li>Workspace names</li> -<li>Path to a workspace directory</li> -<li>Path to a parent workspace directory (will result in selecting all -workspaces within that folder)</li> -</ul> -<p>When set for the <code>npm init</code> command, this may be set to the folder of a -workspace which does not yet exist, to create the folder and set it up as a -brand new workspace within the project.</p> -<p>This value is not exported to the environment for child processes.</p> -<h4 id="workspaces"><code>workspaces</code></h4> -<ul> -<li>Default: null</li> -<li>Type: null or Boolean</li> -</ul> -<p>Set to true to run the command in the context of <strong>all</strong> configured -workspaces.</p> -<p>Explicitly setting this to false will cause commands like <code>install</code> to -ignore workspaces altogether. When not set explicitly:</p> -<ul> -<li>Commands that operate on the <code>node_modules</code> tree (install, update, etc.) -will link workspaces into the <code>node_modules</code> folder. - Commands that do -other things (test, exec, publish, etc.) will operate on the root project, -<em>unless</em> one or more workspaces are specified in the <code>workspace</code> config.</li> -</ul> -<p>This value is not exported to the environment for child processes.</p> -<h4 id="include-workspace-root"><code>include-workspace-root</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Include the workspace root when workspaces are enabled for a command.</p> -<p>When false, specifying individual workspaces via the <code>workspace</code> config, or -all workspaces via the <code>workspaces</code> flag, will cause npm to operate only on -the specified workspaces, and not on the root project.</p> -<p>This value is not exported to the environment for child processes.</p> -<h4 id="install-links"><code>install-links</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>When set file: protocol dependencies will be packed and installed as regular -dependencies instead of creating a symlink. This option has no effect on -workspaces.</p> -<h3 id="see-also">See Also</h3> -<ul> -<li><a href="../using-npm/package-spec.html">package spec</a></li> -<li><a href="../commands/npm-install.html">npm install</a></li> -</ul></div> - -<footer id="edit"> -<a href="https://github.com/npm/cli/edit/latest/docs/content/commands/npm-rebuild.md"> -<svg role="img" viewBox="0 0 16 16" width="16" height="16" fill="currentcolor" style="vertical-align: text-bottom; margin-right: 0.3em;"> -<path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path> -</svg> -Edit this page on GitHub -</a> -</footer> -</section> - - - -</body></html> \ No newline at end of file diff --git a/software/flow/node_modules/npm/docs/output/commands/npm-repo.html b/software/flow/node_modules/npm/docs/output/commands/npm-repo.html deleted file mode 100644 index 4278ffa..0000000 --- a/software/flow/node_modules/npm/docs/output/commands/npm-repo.html +++ /dev/null @@ -1,236 +0,0 @@ -<!DOCTYPE html><html><head> -<meta charset="utf-8"> -<title>npm-repo</title> -<style> -body { - background-color: #ffffff; - color: #24292e; - - margin: 0; - - line-height: 1.5; - - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; -} -#rainbar { - height: 10px; - background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); -} - -a { - text-decoration: none; - color: #0366d6; -} -a:hover { - text-decoration: underline; -} - -pre { - margin: 1em 0px; - padding: 1em; - border: solid 1px #e1e4e8; - border-radius: 6px; - - display: block; - overflow: auto; - - white-space: pre; - - background-color: #f6f8fa; - color: #393a34; -} -code { - font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; - font-size: 85%; - padding: 0.2em 0.4em; - background-color: #f6f8fa; - color: #393a34; -} -pre > code { - padding: 0; - background-color: inherit; - color: inherit; -} -h1, h2, h3 { - font-weight: 600; -} - -#logobar { - background-color: #333333; - margin: 0 auto; - padding: 1em 4em; -} -#logobar .logo { - float: left; -} -#logobar .title { - font-weight: 600; - color: #dddddd; - float: left; - margin: 5px 0 0 1em; -} -#logobar:after { - content: ""; - display: block; - clear: both; -} - -#content { - margin: 0 auto; - padding: 0 4em; -} - -#table_of_contents > h2 { - font-size: 1.17em; -} -#table_of_contents ul:first-child { - border: solid 1px #e1e4e8; - border-radius: 6px; - padding: 1em; - background-color: #f6f8fa; - color: #393a34; -} -#table_of_contents ul { - list-style-type: none; - padding-left: 1.5em; -} -#table_of_contents li { - font-size: 0.9em; -} -#table_of_contents li a { - color: #000000; -} - -header.title { - border-bottom: solid 1px #e1e4e8; -} -header.title > h1 { - margin-bottom: 0.25em; -} -header.title > .description { - display: block; - margin-bottom: 0.5em; - line-height: 1; -} - -footer#edit { - border-top: solid 1px #e1e4e8; - margin: 3em 0 4em 0; - padding-top: 2em; -} -</style> -</head> -<body> -<div id="banner"> -<div id="rainbar"></div> -<div id="logobar"> -<svg class="logo" role="img" height="32" width="32" viewBox="0 0 700 700"> -<polygon fill="#cb0000" points="0,700 700,700 700,0 0,0"></polygon> -<polygon fill="#ffffff" points="150,550 350,550 350,250 450,250 450,550 550,550 550,150 150,150"></polygon> -</svg> -<div class="title"> -npm command-line interface -</div> -</div> -</div> - -<section id="content"> -<header class="title"> -<h1 id="npm-repo">npm-repo</h1> -<span class="description">Open package repository page in the browser</span> -</header> - -<section id="table_of_contents"> -<h2 id="table-of-contents">Table of contents</h2> -<div id="_table_of_contents"><ul><li><a href="#synopsis">Synopsis</a></li><li><a href="#description">Description</a></li><li><a href="#configuration">Configuration</a></li><ul><li><a href="#browser"><code>browser</code></a></li><li><a href="#registry"><code>registry</code></a></li><li><a href="#workspace"><code>workspace</code></a></li><li><a href="#workspaces"><code>workspaces</code></a></li><li><a href="#include-workspace-root"><code>include-workspace-root</code></a></li></ul><li><a href="#see-also">See Also</a></li></ul></div> -</section> - -<div id="_content"><h3 id="synopsis">Synopsis</h3> -<pre><code class="language-bash">npm repo [&lt;pkgname&gt; [&lt;pkgname&gt; ...]] -</code></pre> -<h3 id="description">Description</h3> -<p>This command tries to guess at the likely location of a package's -repository URL, and then tries to open it using the -<a href="../using-npm/config#browser.html"><code>--browser</code> config</a> param. If no package name is -provided, it will search for a <code>package.json</code> in the current folder and use the -<code>repository</code> property.</p> -<h3 id="configuration">Configuration</h3> -<h4 id="browser"><code>browser</code></h4> -<ul> -<li>Default: OS X: <code>"open"</code>, Windows: <code>"start"</code>, Others: <code>"xdg-open"</code></li> -<li>Type: null, Boolean, or String</li> -</ul> -<p>The browser that is called by npm commands to open websites.</p> -<p>Set to <code>false</code> to suppress browser behavior and instead print urls to -terminal.</p> -<p>Set to <code>true</code> to use default system URL opener.</p> -<h4 id="registry"><code>registry</code></h4> -<ul> -<li>Default: "<a href="https://registry.npmjs.org/">https://registry.npmjs.org/</a>"</li> -<li>Type: URL</li> -</ul> -<p>The base URL of the npm registry.</p> -<h4 id="workspace"><code>workspace</code></h4> -<ul> -<li>Default:</li> -<li>Type: String (can be set multiple times)</li> -</ul> -<p>Enable running a command in the context of the configured workspaces of the -current project while filtering by running only the workspaces defined by -this configuration option.</p> -<p>Valid values for the <code>workspace</code> config are either:</p> -<ul> -<li>Workspace names</li> -<li>Path to a workspace directory</li> -<li>Path to a parent workspace directory (will result in selecting all -workspaces within that folder)</li> -</ul> -<p>When set for the <code>npm init</code> command, this may be set to the folder of a -workspace which does not yet exist, to create the folder and set it up as a -brand new workspace within the project.</p> -<p>This value is not exported to the environment for child processes.</p> -<h4 id="workspaces"><code>workspaces</code></h4> -<ul> -<li>Default: null</li> -<li>Type: null or Boolean</li> -</ul> -<p>Set to true to run the command in the context of <strong>all</strong> configured -workspaces.</p> -<p>Explicitly setting this to false will cause commands like <code>install</code> to -ignore workspaces altogether. When not set explicitly:</p> -<ul> -<li>Commands that operate on the <code>node_modules</code> tree (install, update, etc.) -will link workspaces into the <code>node_modules</code> folder. - Commands that do -other things (test, exec, publish, etc.) will operate on the root project, -<em>unless</em> one or more workspaces are specified in the <code>workspace</code> config.</li> -</ul> -<p>This value is not exported to the environment for child processes.</p> -<h4 id="include-workspace-root"><code>include-workspace-root</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Include the workspace root when workspaces are enabled for a command.</p> -<p>When false, specifying individual workspaces via the <code>workspace</code> config, or -all workspaces via the <code>workspaces</code> flag, will cause npm to operate only on -the specified workspaces, and not on the root project.</p> -<p>This value is not exported to the environment for child processes.</p> -<h3 id="see-also">See Also</h3> -<ul> -<li><a href="../commands/npm-docs.html">npm docs</a></li> -<li><a href="../commands/npm-config.html">npm config</a></li> -</ul></div> - -<footer id="edit"> -<a href="https://github.com/npm/cli/edit/latest/docs/content/commands/npm-repo.md"> -<svg role="img" viewBox="0 0 16 16" width="16" height="16" fill="currentcolor" style="vertical-align: text-bottom; margin-right: 0.3em;"> -<path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path> -</svg> -Edit this page on GitHub -</a> -</footer> -</section> - - - -</body></html> \ No newline at end of file diff --git a/software/flow/node_modules/npm/docs/output/commands/npm-restart.html b/software/flow/node_modules/npm/docs/output/commands/npm-restart.html deleted file mode 100644 index 368252f..0000000 --- a/software/flow/node_modules/npm/docs/output/commands/npm-restart.html +++ /dev/null @@ -1,211 +0,0 @@ -<!DOCTYPE html><html><head> -<meta charset="utf-8"> -<title>npm-restart</title> -<style> -body { - background-color: #ffffff; - color: #24292e; - - margin: 0; - - line-height: 1.5; - - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; -} -#rainbar { - height: 10px; - background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); -} - -a { - text-decoration: none; - color: #0366d6; -} -a:hover { - text-decoration: underline; -} - -pre { - margin: 1em 0px; - padding: 1em; - border: solid 1px #e1e4e8; - border-radius: 6px; - - display: block; - overflow: auto; - - white-space: pre; - - background-color: #f6f8fa; - color: #393a34; -} -code { - font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; - font-size: 85%; - padding: 0.2em 0.4em; - background-color: #f6f8fa; - color: #393a34; -} -pre > code { - padding: 0; - background-color: inherit; - color: inherit; -} -h1, h2, h3 { - font-weight: 600; -} - -#logobar { - background-color: #333333; - margin: 0 auto; - padding: 1em 4em; -} -#logobar .logo { - float: left; -} -#logobar .title { - font-weight: 600; - color: #dddddd; - float: left; - margin: 5px 0 0 1em; -} -#logobar:after { - content: ""; - display: block; - clear: both; -} - -#content { - margin: 0 auto; - padding: 0 4em; -} - -#table_of_contents > h2 { - font-size: 1.17em; -} -#table_of_contents ul:first-child { - border: solid 1px #e1e4e8; - border-radius: 6px; - padding: 1em; - background-color: #f6f8fa; - color: #393a34; -} -#table_of_contents ul { - list-style-type: none; - padding-left: 1.5em; -} -#table_of_contents li { - font-size: 0.9em; -} -#table_of_contents li a { - color: #000000; -} - -header.title { - border-bottom: solid 1px #e1e4e8; -} -header.title > h1 { - margin-bottom: 0.25em; -} -header.title > .description { - display: block; - margin-bottom: 0.5em; - line-height: 1; -} - -footer#edit { - border-top: solid 1px #e1e4e8; - margin: 3em 0 4em 0; - padding-top: 2em; -} -</style> -</head> -<body> -<div id="banner"> -<div id="rainbar"></div> -<div id="logobar"> -<svg class="logo" role="img" height="32" width="32" viewBox="0 0 700 700"> -<polygon fill="#cb0000" points="0,700 700,700 700,0 0,0"></polygon> -<polygon fill="#ffffff" points="150,550 350,550 350,250 450,250 450,550 550,550 550,150 150,150"></polygon> -</svg> -<div class="title"> -npm command-line interface -</div> -</div> -</div> - -<section id="content"> -<header class="title"> -<h1 id="npm-restart">npm-restart</h1> -<span class="description">Restart a package</span> -</header> - -<section id="table_of_contents"> -<h2 id="table-of-contents">Table of contents</h2> -<div id="_table_of_contents"><ul><li><a href="#synopsis">Synopsis</a></li><li><a href="#description">Description</a></li><li><a href="#configuration">Configuration</a></li><ul><li><a href="#ignore-scripts"><code>ignore-scripts</code></a></li><li><a href="#script-shell"><code>script-shell</code></a></li></ul><li><a href="#see-also">See Also</a></li></ul></div> -</section> - -<div id="_content"><h3 id="synopsis">Synopsis</h3> -<pre><code class="language-bash">npm restart [-- &lt;args&gt;] -</code></pre> -<h3 id="description">Description</h3> -<p>This restarts a project. It is equivalent to running <code>npm run-script restart</code>.</p> -<p>If the current project has a <code>"restart"</code> script specified in -<code>package.json</code>, then the following scripts will be run:</p> -<ol> -<li>prerestart</li> -<li>restart</li> -<li>postrestart</li> -</ol> -<p>If it does <em>not</em> have a <code>"restart"</code> script specified, but it does have -<code>stop</code> and/or <code>start</code> scripts, then the following scripts will be run:</p> -<ol> -<li>prerestart</li> -<li>prestop</li> -<li>stop</li> -<li>poststop</li> -<li>prestart</li> -<li>start</li> -<li>poststart</li> -<li>postrestart</li> -</ol> -<h3 id="configuration">Configuration</h3> -<h4 id="ignore-scripts"><code>ignore-scripts</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>If true, npm does not run scripts specified in package.json files.</p> -<p>Note that commands explicitly intended to run a particular script, such as -<code>npm start</code>, <code>npm stop</code>, <code>npm restart</code>, <code>npm test</code>, and <code>npm run-script</code> -will still run their intended script if <code>ignore-scripts</code> is set, but they -will <em>not</em> run any pre- or post-scripts.</p> -<h4 id="script-shell"><code>script-shell</code></h4> -<ul> -<li>Default: '/bin/sh' on POSIX systems, 'cmd.exe' on Windows</li> -<li>Type: null or String</li> -</ul> -<p>The shell to use for scripts run with the <code>npm exec</code>, <code>npm run</code> and <code>npm init &lt;package-spec&gt;</code> commands.</p> -<h3 id="see-also">See Also</h3> -<ul> -<li><a href="../commands/npm-run-script.html">npm run-script</a></li> -<li><a href="../using-npm/scripts.html">npm scripts</a></li> -<li><a href="../commands/npm-test.html">npm test</a></li> -<li><a href="../commands/npm-start.html">npm start</a></li> -<li><a href="../commands/npm-stop.html">npm stop</a></li> -<li><a href="../commands/npm-restart.html">npm restart</a></li> -</ul></div> - -<footer id="edit"> -<a href="https://github.com/npm/cli/edit/latest/docs/content/commands/npm-restart.md"> -<svg role="img" viewBox="0 0 16 16" width="16" height="16" fill="currentcolor" style="vertical-align: text-bottom; margin-right: 0.3em;"> -<path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path> -</svg> -Edit this page on GitHub -</a> -</footer> -</section> - - - -</body></html> \ No newline at end of file diff --git a/software/flow/node_modules/npm/docs/output/commands/npm-root.html b/software/flow/node_modules/npm/docs/output/commands/npm-root.html deleted file mode 100644 index 2443605..0000000 --- a/software/flow/node_modules/npm/docs/output/commands/npm-root.html +++ /dev/null @@ -1,196 +0,0 @@ -<!DOCTYPE html><html><head> -<meta charset="utf-8"> -<title>npm-root</title> -<style> -body { - background-color: #ffffff; - color: #24292e; - - margin: 0; - - line-height: 1.5; - - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; -} -#rainbar { - height: 10px; - background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); -} - -a { - text-decoration: none; - color: #0366d6; -} -a:hover { - text-decoration: underline; -} - -pre { - margin: 1em 0px; - padding: 1em; - border: solid 1px #e1e4e8; - border-radius: 6px; - - display: block; - overflow: auto; - - white-space: pre; - - background-color: #f6f8fa; - color: #393a34; -} -code { - font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; - font-size: 85%; - padding: 0.2em 0.4em; - background-color: #f6f8fa; - color: #393a34; -} -pre > code { - padding: 0; - background-color: inherit; - color: inherit; -} -h1, h2, h3 { - font-weight: 600; -} - -#logobar { - background-color: #333333; - margin: 0 auto; - padding: 1em 4em; -} -#logobar .logo { - float: left; -} -#logobar .title { - font-weight: 600; - color: #dddddd; - float: left; - margin: 5px 0 0 1em; -} -#logobar:after { - content: ""; - display: block; - clear: both; -} - -#content { - margin: 0 auto; - padding: 0 4em; -} - -#table_of_contents > h2 { - font-size: 1.17em; -} -#table_of_contents ul:first-child { - border: solid 1px #e1e4e8; - border-radius: 6px; - padding: 1em; - background-color: #f6f8fa; - color: #393a34; -} -#table_of_contents ul { - list-style-type: none; - padding-left: 1.5em; -} -#table_of_contents li { - font-size: 0.9em; -} -#table_of_contents li a { - color: #000000; -} - -header.title { - border-bottom: solid 1px #e1e4e8; -} -header.title > h1 { - margin-bottom: 0.25em; -} -header.title > .description { - display: block; - margin-bottom: 0.5em; - line-height: 1; -} - -footer#edit { - border-top: solid 1px #e1e4e8; - margin: 3em 0 4em 0; - padding-top: 2em; -} -</style> -</head> -<body> -<div id="banner"> -<div id="rainbar"></div> -<div id="logobar"> -<svg class="logo" role="img" height="32" width="32" viewBox="0 0 700 700"> -<polygon fill="#cb0000" points="0,700 700,700 700,0 0,0"></polygon> -<polygon fill="#ffffff" points="150,550 350,550 350,250 450,250 450,550 550,550 550,150 150,150"></polygon> -</svg> -<div class="title"> -npm command-line interface -</div> -</div> -</div> - -<section id="content"> -<header class="title"> -<h1 id="npm-root">npm-root</h1> -<span class="description">Display npm root</span> -</header> - -<section id="table_of_contents"> -<h2 id="table-of-contents">Table of contents</h2> -<div id="_table_of_contents"><ul><li><a href="#synopsis">Synopsis</a></li><li><a href="#description">Description</a></li><li><a href="#configuration">Configuration</a></li><ul><li><a href="#global"><code>global</code></a></li></ul><li><a href="#see-also">See Also</a></li></ul></div> -</section> - -<div id="_content"><h3 id="synopsis">Synopsis</h3> -<pre><code class="language-bash">npm root -</code></pre> -<p>Note: This command is unaware of workspaces.</p> -<h3 id="description">Description</h3> -<p>Print the effective <code>node_modules</code> folder to standard out.</p> -<p>Useful for using npm in shell scripts that do things with the -<code>node_modules</code> folder. For example:</p> -<pre><code class="language-bash">#!/bin/bash -global_node_modules="$(npm root --global)" -echo "Global packages installed in: ${global_node_modules}" -</code></pre> -<h3 id="configuration">Configuration</h3> -<h4 id="global"><code>global</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Operates in "global" mode, so that packages are installed into the <code>prefix</code> -folder instead of the current working directory. See -<a href="../configuring-npm/folders.html">folders</a> for more on the differences in behavior.</p> -<ul> -<li>packages are installed into the <code>{prefix}/lib/node_modules</code> folder, instead -of the current working directory.</li> -<li>bin files are linked to <code>{prefix}/bin</code></li> -<li>man pages are linked to <code>{prefix}/share/man</code></li> -</ul> -<h3 id="see-also">See Also</h3> -<ul> -<li><a href="../commands/npm-prefix.html">npm prefix</a></li> -<li><a href="../commands/npm-bin.html">npm bin</a></li> -<li><a href="../configuring-npm/folders.html">npm folders</a></li> -<li><a href="../commands/npm-config.html">npm config</a></li> -<li><a href="../configuring-npm/npmrc.html">npmrc</a></li> -</ul></div> - -<footer id="edit"> -<a href="https://github.com/npm/cli/edit/latest/docs/content/commands/npm-root.md"> -<svg role="img" viewBox="0 0 16 16" width="16" height="16" fill="currentcolor" style="vertical-align: text-bottom; margin-right: 0.3em;"> -<path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path> -</svg> -Edit this page on GitHub -</a> -</footer> -</section> - - - -</body></html> \ No newline at end of file diff --git a/software/flow/node_modules/npm/docs/output/commands/npm-run-script.html b/software/flow/node_modules/npm/docs/output/commands/npm-run-script.html deleted file mode 100644 index bc89b33..0000000 --- a/software/flow/node_modules/npm/docs/output/commands/npm-run-script.html +++ /dev/null @@ -1,345 +0,0 @@ -<!DOCTYPE html><html><head> -<meta charset="utf-8"> -<title>npm-run-script</title> -<style> -body { - background-color: #ffffff; - color: #24292e; - - margin: 0; - - line-height: 1.5; - - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; -} -#rainbar { - height: 10px; - background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); -} - -a { - text-decoration: none; - color: #0366d6; -} -a:hover { - text-decoration: underline; -} - -pre { - margin: 1em 0px; - padding: 1em; - border: solid 1px #e1e4e8; - border-radius: 6px; - - display: block; - overflow: auto; - - white-space: pre; - - background-color: #f6f8fa; - color: #393a34; -} -code { - font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; - font-size: 85%; - padding: 0.2em 0.4em; - background-color: #f6f8fa; - color: #393a34; -} -pre > code { - padding: 0; - background-color: inherit; - color: inherit; -} -h1, h2, h3 { - font-weight: 600; -} - -#logobar { - background-color: #333333; - margin: 0 auto; - padding: 1em 4em; -} -#logobar .logo { - float: left; -} -#logobar .title { - font-weight: 600; - color: #dddddd; - float: left; - margin: 5px 0 0 1em; -} -#logobar:after { - content: ""; - display: block; - clear: both; -} - -#content { - margin: 0 auto; - padding: 0 4em; -} - -#table_of_contents > h2 { - font-size: 1.17em; -} -#table_of_contents ul:first-child { - border: solid 1px #e1e4e8; - border-radius: 6px; - padding: 1em; - background-color: #f6f8fa; - color: #393a34; -} -#table_of_contents ul { - list-style-type: none; - padding-left: 1.5em; -} -#table_of_contents li { - font-size: 0.9em; -} -#table_of_contents li a { - color: #000000; -} - -header.title { - border-bottom: solid 1px #e1e4e8; -} -header.title > h1 { - margin-bottom: 0.25em; -} -header.title > .description { - display: block; - margin-bottom: 0.5em; - line-height: 1; -} - -footer#edit { - border-top: solid 1px #e1e4e8; - margin: 3em 0 4em 0; - padding-top: 2em; -} -</style> -</head> -<body> -<div id="banner"> -<div id="rainbar"></div> -<div id="logobar"> -<svg class="logo" role="img" height="32" width="32" viewBox="0 0 700 700"> -<polygon fill="#cb0000" points="0,700 700,700 700,0 0,0"></polygon> -<polygon fill="#ffffff" points="150,550 350,550 350,250 450,250 450,550 550,550 550,150 150,150"></polygon> -</svg> -<div class="title"> -npm command-line interface -</div> -</div> -</div> - -<section id="content"> -<header class="title"> -<h1 id="npm-run-script">npm-run-script</h1> -<span class="description">Run arbitrary package scripts</span> -</header> - -<section id="table_of_contents"> -<h2 id="table-of-contents">Table of contents</h2> -<div id="_table_of_contents"><ul><li><a href="#synopsis">Synopsis</a></li><li><a href="#description">Description</a></li><li><a href="#workspaces-support">Workspaces support</a></li><ul><li><a href="#filtering-workspaces">Filtering workspaces</a></li></ul><li><a href="#configuration">Configuration</a></li><ul><li><a href="#workspace"><code>workspace</code></a></li><li><a href="#workspaces"><code>workspaces</code></a></li><li><a href="#include-workspace-root"><code>include-workspace-root</code></a></li><li><a href="#if-present"><code>if-present</code></a></li><li><a href="#ignore-scripts"><code>ignore-scripts</code></a></li><li><a href="#foreground-scripts"><code>foreground-scripts</code></a></li><li><a href="#script-shell"><code>script-shell</code></a></li></ul><li><a href="#see-also">See Also</a></li></ul></div> -</section> - -<div id="_content"><h3 id="synopsis">Synopsis</h3> -<pre><code class="language-bash">npm run-script &lt;command&gt; [-- &lt;args&gt;] - -aliases: run, rum, urn -</code></pre> -<h3 id="description">Description</h3> -<p>This runs an arbitrary command from a package's <code>"scripts"</code> object. If no -<code>"command"</code> is provided, it will list the available scripts.</p> -<p><code>run[-script]</code> is used by the test, start, restart, and stop commands, but -can be called directly, as well. When the scripts in the package are -printed out, they're separated into lifecycle (test, start, restart) and -directly-run scripts.</p> -<p>Any positional arguments are passed to the specified script. Use <code>--</code> to -pass <code>-</code>-prefixed flags and options which would otherwise be parsed by npm.</p> -<p>For example:</p> -<pre><code class="language-bash">npm run test -- --grep="pattern" -</code></pre> -<p>The arguments will only be passed to the script specified after <code>npm run</code> -and not to any <code>pre</code> or <code>post</code> script.</p> -<p>The <code>env</code> script is a special built-in command that can be used to list -environment variables that will be available to the script at runtime. If an -"env" command is defined in your package, it will take precedence over the -built-in.</p> -<p>In addition to the shell's pre-existing <code>PATH</code>, <code>npm run</code> adds -<code>node_modules/.bin</code> to the <code>PATH</code> provided to scripts. Any binaries -provided by locally-installed dependencies can be used without the -<code>node_modules/.bin</code> prefix. For example, if there is a <code>devDependency</code> on -<code>tap</code> in your package, you should write:</p> -<pre><code class="language-bash">"scripts": {"test": "tap test/*.js"} -</code></pre> -<p>instead of</p> -<pre><code class="language-bash">"scripts": {"test": "node_modules/.bin/tap test/*.js"} -</code></pre> -<p>The actual shell your script is run within is platform dependent. By default, -on Unix-like systems it is the <code>/bin/sh</code> command, on Windows it is -<code>cmd.exe</code>. -The actual shell referred to by <code>/bin/sh</code> also depends on the system. -You can customize the shell with the -<a href="../using-npm/config#script-shell.html"><code>script-shell</code> config</a>.</p> -<p>Scripts are run from the root of the package folder, regardless of what the -current working directory is when <code>npm run</code> is called. If you want your -script to use different behavior based on what subdirectory you're in, you -can use the <code>INIT_CWD</code> environment variable, which holds the full path you -were in when you ran <code>npm run</code>.</p> -<p><code>npm run</code> sets the <code>NODE</code> environment variable to the <code>node</code> executable -with which <code>npm</code> is executed.</p> -<p>If you try to run a script without having a <code>node_modules</code> directory and it -fails, you will be given a warning to run <code>npm install</code>, just in case you've -forgotten.</p> -<h3 id="workspaces-support">Workspaces support</h3> -<p>You may use the <a href="../using-npm/config#workspace.html"><code>workspace</code></a> or -<a href="../using-npm/config#workspaces.html"><code>workspaces</code></a> configs in order to run an -arbitrary command from a package's <code>"scripts"</code> object in the context of the -specified workspaces. If no <code>"command"</code> is provided, it will list the available -scripts for each of these configured workspaces.</p> -<p>Given a project with configured workspaces, e.g:</p> -<pre><code>. -+-- package.json -`-- packages - +-- a - | `-- package.json - +-- b - | `-- package.json - `-- c - `-- package.json -</code></pre> -<p>Assuming the workspace configuration is properly set up at the root level -<code>package.json</code> file. e.g:</p> -<pre><code>{ - "workspaces": [ "./packages/*" ] -} -</code></pre> -<p>And that each of the configured workspaces has a configured <code>test</code> script, -we can run tests in all of them using the -<a href="../using-npm/config#workspaces.html"><code>workspaces</code> config</a>:</p> -<pre><code>npm test --workspaces -</code></pre> -<h4 id="filtering-workspaces">Filtering workspaces</h4> -<p>It's also possible to run a script in a single workspace using the <code>workspace</code> -config along with a name or directory path:</p> -<pre><code>npm test --workspace=a -</code></pre> -<p>The <code>workspace</code> config can also be specified multiple times in order to run a -specific script in the context of multiple workspaces. When defining values for -the <code>workspace</code> config in the command line, it also possible to use <code>-w</code> as a -shorthand, e.g:</p> -<pre><code>npm test -w a -w b -</code></pre> -<p>This last command will run <code>test</code> in both <code>./packages/a</code> and <code>./packages/b</code> -packages.</p> -<h3 id="configuration">Configuration</h3> -<h4 id="workspace"><code>workspace</code></h4> -<ul> -<li>Default:</li> -<li>Type: String (can be set multiple times)</li> -</ul> -<p>Enable running a command in the context of the configured workspaces of the -current project while filtering by running only the workspaces defined by -this configuration option.</p> -<p>Valid values for the <code>workspace</code> config are either:</p> -<ul> -<li>Workspace names</li> -<li>Path to a workspace directory</li> -<li>Path to a parent workspace directory (will result in selecting all -workspaces within that folder)</li> -</ul> -<p>When set for the <code>npm init</code> command, this may be set to the folder of a -workspace which does not yet exist, to create the folder and set it up as a -brand new workspace within the project.</p> -<p>This value is not exported to the environment for child processes.</p> -<h4 id="workspaces"><code>workspaces</code></h4> -<ul> -<li>Default: null</li> -<li>Type: null or Boolean</li> -</ul> -<p>Set to true to run the command in the context of <strong>all</strong> configured -workspaces.</p> -<p>Explicitly setting this to false will cause commands like <code>install</code> to -ignore workspaces altogether. When not set explicitly:</p> -<ul> -<li>Commands that operate on the <code>node_modules</code> tree (install, update, etc.) -will link workspaces into the <code>node_modules</code> folder. - Commands that do -other things (test, exec, publish, etc.) will operate on the root project, -<em>unless</em> one or more workspaces are specified in the <code>workspace</code> config.</li> -</ul> -<p>This value is not exported to the environment for child processes.</p> -<h4 id="include-workspace-root"><code>include-workspace-root</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Include the workspace root when workspaces are enabled for a command.</p> -<p>When false, specifying individual workspaces via the <code>workspace</code> config, or -all workspaces via the <code>workspaces</code> flag, will cause npm to operate only on -the specified workspaces, and not on the root project.</p> -<p>This value is not exported to the environment for child processes.</p> -<h4 id="if-present"><code>if-present</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>If true, npm will not exit with an error code when <code>run-script</code> is invoked -for a script that isn't defined in the <code>scripts</code> section of <code>package.json</code>. -This option can be used when it's desirable to optionally run a script when -it's present and fail if the script fails. This is useful, for example, when -running scripts that may only apply for some builds in an otherwise generic -CI setup.</p> -<p>This value is not exported to the environment for child processes.</p> -<h4 id="ignore-scripts"><code>ignore-scripts</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>If true, npm does not run scripts specified in package.json files.</p> -<p>Note that commands explicitly intended to run a particular script, such as -<code>npm start</code>, <code>npm stop</code>, <code>npm restart</code>, <code>npm test</code>, and <code>npm run-script</code> -will still run their intended script if <code>ignore-scripts</code> is set, but they -will <em>not</em> run any pre- or post-scripts.</p> -<h4 id="foreground-scripts"><code>foreground-scripts</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Run all build scripts (ie, <code>preinstall</code>, <code>install</code>, and <code>postinstall</code>) -scripts for installed packages in the foreground process, sharing standard -input, output, and error with the main npm process.</p> -<p>Note that this will generally make installs run slower, and be much noisier, -but can be useful for debugging.</p> -<h4 id="script-shell"><code>script-shell</code></h4> -<ul> -<li>Default: '/bin/sh' on POSIX systems, 'cmd.exe' on Windows</li> -<li>Type: null or String</li> -</ul> -<p>The shell to use for scripts run with the <code>npm exec</code>, <code>npm run</code> and <code>npm init &lt;package-spec&gt;</code> commands.</p> -<h3 id="see-also">See Also</h3> -<ul> -<li><a href="../using-npm/scripts.html">npm scripts</a></li> -<li><a href="../commands/npm-test.html">npm test</a></li> -<li><a href="../commands/npm-start.html">npm start</a></li> -<li><a href="../commands/npm-restart.html">npm restart</a></li> -<li><a href="../commands/npm-stop.html">npm stop</a></li> -<li><a href="../commands/npm-config.html">npm config</a></li> -<li><a href="../using-npm/workspaces.html">npm workspaces</a></li> -</ul></div> - -<footer id="edit"> -<a href="https://github.com/npm/cli/edit/latest/docs/content/commands/npm-run-script.md"> -<svg role="img" viewBox="0 0 16 16" width="16" height="16" fill="currentcolor" style="vertical-align: text-bottom; margin-right: 0.3em;"> -<path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path> -</svg> -Edit this page on GitHub -</a> -</footer> -</section> - - - -</body></html> \ No newline at end of file diff --git a/software/flow/node_modules/npm/docs/output/commands/npm-search.html b/software/flow/node_modules/npm/docs/output/commands/npm-search.html deleted file mode 100644 index 16fe0a5..0000000 --- a/software/flow/node_modules/npm/docs/output/commands/npm-search.html +++ /dev/null @@ -1,272 +0,0 @@ -<!DOCTYPE html><html><head> -<meta charset="utf-8"> -<title>npm-search</title> -<style> -body { - background-color: #ffffff; - color: #24292e; - - margin: 0; - - line-height: 1.5; - - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; -} -#rainbar { - height: 10px; - background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); -} - -a { - text-decoration: none; - color: #0366d6; -} -a:hover { - text-decoration: underline; -} - -pre { - margin: 1em 0px; - padding: 1em; - border: solid 1px #e1e4e8; - border-radius: 6px; - - display: block; - overflow: auto; - - white-space: pre; - - background-color: #f6f8fa; - color: #393a34; -} -code { - font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; - font-size: 85%; - padding: 0.2em 0.4em; - background-color: #f6f8fa; - color: #393a34; -} -pre > code { - padding: 0; - background-color: inherit; - color: inherit; -} -h1, h2, h3 { - font-weight: 600; -} - -#logobar { - background-color: #333333; - margin: 0 auto; - padding: 1em 4em; -} -#logobar .logo { - float: left; -} -#logobar .title { - font-weight: 600; - color: #dddddd; - float: left; - margin: 5px 0 0 1em; -} -#logobar:after { - content: ""; - display: block; - clear: both; -} - -#content { - margin: 0 auto; - padding: 0 4em; -} - -#table_of_contents > h2 { - font-size: 1.17em; -} -#table_of_contents ul:first-child { - border: solid 1px #e1e4e8; - border-radius: 6px; - padding: 1em; - background-color: #f6f8fa; - color: #393a34; -} -#table_of_contents ul { - list-style-type: none; - padding-left: 1.5em; -} -#table_of_contents li { - font-size: 0.9em; -} -#table_of_contents li a { - color: #000000; -} - -header.title { - border-bottom: solid 1px #e1e4e8; -} -header.title > h1 { - margin-bottom: 0.25em; -} -header.title > .description { - display: block; - margin-bottom: 0.5em; - line-height: 1; -} - -footer#edit { - border-top: solid 1px #e1e4e8; - margin: 3em 0 4em 0; - padding-top: 2em; -} -</style> -</head> -<body> -<div id="banner"> -<div id="rainbar"></div> -<div id="logobar"> -<svg class="logo" role="img" height="32" width="32" viewBox="0 0 700 700"> -<polygon fill="#cb0000" points="0,700 700,700 700,0 0,0"></polygon> -<polygon fill="#ffffff" points="150,550 350,550 350,250 450,250 450,550 550,550 550,150 150,150"></polygon> -</svg> -<div class="title"> -npm command-line interface -</div> -</div> -</div> - -<section id="content"> -<header class="title"> -<h1 id="npm-search">npm-search</h1> -<span class="description">Search for packages</span> -</header> - -<section id="table_of_contents"> -<h2 id="table-of-contents">Table of contents</h2> -<div id="_table_of_contents"><ul><li><a href="#synopsis">Synopsis</a></li><li><a href="#description">Description</a></li><li><a href="#configuration">Configuration</a></li><ul><li><a href="#long"><code>long</code></a></li><li><a href="#json"><code>json</code></a></li><li><a href="#color"><code>color</code></a></li><li><a href="#parseable"><code>parseable</code></a></li><li><a href="#description2"><code>description</code></a></li><li><a href="#searchopts"><code>searchopts</code></a></li><li><a href="#searchexclude"><code>searchexclude</code></a></li><li><a href="#registry"><code>registry</code></a></li><li><a href="#prefer-online"><code>prefer-online</code></a></li><li><a href="#prefer-offline"><code>prefer-offline</code></a></li><li><a href="#offline"><code>offline</code></a></li></ul><li><a href="#see-also">See Also</a></li></ul></div> -</section> - -<div id="_content"><h3 id="synopsis">Synopsis</h3> -<pre><code class="language-bash">npm search [search terms ...] - -aliases: find, s, se -</code></pre> -<p>Note: This command is unaware of workspaces.</p> -<h3 id="description">Description</h3> -<p>Search the registry for packages matching the search terms. <code>npm search</code> -performs a linear, incremental, lexically-ordered search through package -metadata for all files in the registry. If your terminal has color -support, it will further highlight the matches in the results. This can -be disabled with the config item <code>color</code></p> -<p>Additionally, using the <code>--searchopts</code> and <code>--searchexclude</code> options -paired with more search terms will include and exclude further patterns. -The main difference between <code>--searchopts</code> and the standard search terms -is that the former does not highlight results in the output and you can -use them more fine-grained filtering. Additionally, you can add both of -these to your config to change default search filtering behavior.</p> -<p>Search also allows targeting of maintainers in search results, by prefixing -their npm username with <code>=</code>.</p> -<p>If a term starts with <code>/</code>, then it's interpreted as a regular expression -and supports standard JavaScript RegExp syntax. In this case search will -ignore a trailing <code>/</code> . (Note you must escape or quote many regular -expression characters in most shells.)</p> -<h3 id="configuration">Configuration</h3> -<h4 id="long"><code>long</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Show extended information in <code>ls</code>, <code>search</code>, and <code>help-search</code>.</p> -<h4 id="json"><code>json</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Whether or not to output JSON data, rather than the normal output.</p> -<ul> -<li>In <code>npm pkg set</code> it enables parsing set values with JSON.parse() before -saving them to your <code>package.json</code>.</li> -</ul> -<p>Not supported by all npm commands.</p> -<h4 id="color"><code>color</code></h4> -<ul> -<li>Default: true unless the NO_COLOR environ is set to something other than '0'</li> -<li>Type: "always" or Boolean</li> -</ul> -<p>If false, never shows colors. If <code>"always"</code> then always shows colors. If -true, then only prints color codes for tty file descriptors.</p> -<h4 id="parseable"><code>parseable</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Output parseable results from commands that write to standard output. For -<code>npm search</code>, this will be tab-separated table format.</p> -<h4 id="description2"><code>description</code></h4> -<ul> -<li>Default: true</li> -<li>Type: Boolean</li> -</ul> -<p>Show the description in <code>npm search</code></p> -<h4 id="searchopts"><code>searchopts</code></h4> -<ul> -<li>Default: ""</li> -<li>Type: String</li> -</ul> -<p>Space-separated options that are always passed to search.</p> -<h4 id="searchexclude"><code>searchexclude</code></h4> -<ul> -<li>Default: ""</li> -<li>Type: String</li> -</ul> -<p>Space-separated options that limit the results from search.</p> -<h4 id="registry"><code>registry</code></h4> -<ul> -<li>Default: "<a href="https://registry.npmjs.org/">https://registry.npmjs.org/</a>"</li> -<li>Type: URL</li> -</ul> -<p>The base URL of the npm registry.</p> -<h4 id="prefer-online"><code>prefer-online</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>If true, staleness checks for cached data will be forced, making the CLI -look for updates immediately even for fresh package data.</p> -<h4 id="prefer-offline"><code>prefer-offline</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>If true, staleness checks for cached data will be bypassed, but missing data -will be requested from the server. To force full offline mode, use -<code>--offline</code>.</p> -<h4 id="offline"><code>offline</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Force offline mode: no network requests will be done during install. To -allow the CLI to fill in missing cache data, see <code>--prefer-offline</code>.</p> -<h3 id="see-also">See Also</h3> -<ul> -<li><a href="../using-npm/registry.html">npm registry</a></li> -<li><a href="../commands/npm-config.html">npm config</a></li> -<li><a href="../configuring-npm/npmrc.html">npmrc</a></li> -<li><a href="../commands/npm-view.html">npm view</a></li> -<li><a href="../commands/npm-cache.html">npm cache</a></li> -<li><a href="https://npm.im/npm-registry-fetch">https://npm.im/npm-registry-fetch</a></li> -</ul></div> - -<footer id="edit"> -<a href="https://github.com/npm/cli/edit/latest/docs/content/commands/npm-search.md"> -<svg role="img" viewBox="0 0 16 16" width="16" height="16" fill="currentcolor" style="vertical-align: text-bottom; margin-right: 0.3em;"> -<path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path> -</svg> -Edit this page on GitHub -</a> -</footer> -</section> - - - -</body></html> \ No newline at end of file diff --git a/software/flow/node_modules/npm/docs/output/commands/npm-shrinkwrap.html b/software/flow/node_modules/npm/docs/output/commands/npm-shrinkwrap.html deleted file mode 100644 index fd219fe..0000000 --- a/software/flow/node_modules/npm/docs/output/commands/npm-shrinkwrap.html +++ /dev/null @@ -1,182 +0,0 @@ -<!DOCTYPE html><html><head> -<meta charset="utf-8"> -<title>npm-shrinkwrap</title> -<style> -body { - background-color: #ffffff; - color: #24292e; - - margin: 0; - - line-height: 1.5; - - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; -} -#rainbar { - height: 10px; - background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); -} - -a { - text-decoration: none; - color: #0366d6; -} -a:hover { - text-decoration: underline; -} - -pre { - margin: 1em 0px; - padding: 1em; - border: solid 1px #e1e4e8; - border-radius: 6px; - - display: block; - overflow: auto; - - white-space: pre; - - background-color: #f6f8fa; - color: #393a34; -} -code { - font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; - font-size: 85%; - padding: 0.2em 0.4em; - background-color: #f6f8fa; - color: #393a34; -} -pre > code { - padding: 0; - background-color: inherit; - color: inherit; -} -h1, h2, h3 { - font-weight: 600; -} - -#logobar { - background-color: #333333; - margin: 0 auto; - padding: 1em 4em; -} -#logobar .logo { - float: left; -} -#logobar .title { - font-weight: 600; - color: #dddddd; - float: left; - margin: 5px 0 0 1em; -} -#logobar:after { - content: ""; - display: block; - clear: both; -} - -#content { - margin: 0 auto; - padding: 0 4em; -} - -#table_of_contents > h2 { - font-size: 1.17em; -} -#table_of_contents ul:first-child { - border: solid 1px #e1e4e8; - border-radius: 6px; - padding: 1em; - background-color: #f6f8fa; - color: #393a34; -} -#table_of_contents ul { - list-style-type: none; - padding-left: 1.5em; -} -#table_of_contents li { - font-size: 0.9em; -} -#table_of_contents li a { - color: #000000; -} - -header.title { - border-bottom: solid 1px #e1e4e8; -} -header.title > h1 { - margin-bottom: 0.25em; -} -header.title > .description { - display: block; - margin-bottom: 0.5em; - line-height: 1; -} - -footer#edit { - border-top: solid 1px #e1e4e8; - margin: 3em 0 4em 0; - padding-top: 2em; -} -</style> -</head> -<body> -<div id="banner"> -<div id="rainbar"></div> -<div id="logobar"> -<svg class="logo" role="img" height="32" width="32" viewBox="0 0 700 700"> -<polygon fill="#cb0000" points="0,700 700,700 700,0 0,0"></polygon> -<polygon fill="#ffffff" points="150,550 350,550 350,250 450,250 450,550 550,550 550,150 150,150"></polygon> -</svg> -<div class="title"> -npm command-line interface -</div> -</div> -</div> - -<section id="content"> -<header class="title"> -<h1 id="npm-shrinkwrap">npm-shrinkwrap</h1> -<span class="description">Lock down dependency versions for publication</span> -</header> - -<section id="table_of_contents"> -<h2 id="table-of-contents">Table of contents</h2> -<div id="_table_of_contents"><ul><li><a href="#synopsis">Synopsis</a></li><li><a href="#description">Description</a></li><li><a href="#see-also">See Also</a></li></ul></div> -</section> - -<div id="_content"><h3 id="synopsis">Synopsis</h3> -<pre><code class="language-bash">npm shrinkwrap -</code></pre> -<p>Note: This command is unaware of workspaces.</p> -<h3 id="description">Description</h3> -<p>This command repurposes <code>package-lock.json</code> into a publishable -<code>npm-shrinkwrap.json</code> or simply creates a new one. The file created and -updated by this command will then take precedence over any other existing -or future <code>package-lock.json</code> files. For a detailed explanation of the -design and purpose of package locks in npm, see -<a href="../configuring-npm/package-lock-json.html">package-lock-json</a>.</p> -<h3 id="see-also">See Also</h3> -<ul> -<li><a href="../commands/npm-install.html">npm install</a></li> -<li><a href="../commands/npm-run-script.html">npm run-script</a></li> -<li><a href="../using-npm/scripts.html">npm scripts</a></li> -<li><a href="../configuring-npm/package-json.html">package.json</a></li> -<li><a href="../configuring-npm/package-lock-json.html">package-lock.json</a></li> -<li><a href="../configuring-npm/npm-shrinkwrap-json.html">npm-shrinkwrap.json</a></li> -<li><a href="../commands/npm-ls.html">npm ls</a></li> -</ul></div> - -<footer id="edit"> -<a href="https://github.com/npm/cli/edit/latest/docs/content/commands/npm-shrinkwrap.md"> -<svg role="img" viewBox="0 0 16 16" width="16" height="16" fill="currentcolor" style="vertical-align: text-bottom; margin-right: 0.3em;"> -<path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path> -</svg> -Edit this page on GitHub -</a> -</footer> -</section> - - - -</body></html> \ No newline at end of file diff --git a/software/flow/node_modules/npm/docs/output/commands/npm-star.html b/software/flow/node_modules/npm/docs/output/commands/npm-star.html deleted file mode 100644 index 58f8c09..0000000 --- a/software/flow/node_modules/npm/docs/output/commands/npm-star.html +++ /dev/null @@ -1,209 +0,0 @@ -<!DOCTYPE html><html><head> -<meta charset="utf-8"> -<title>npm-star</title> -<style> -body { - background-color: #ffffff; - color: #24292e; - - margin: 0; - - line-height: 1.5; - - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; -} -#rainbar { - height: 10px; - background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); -} - -a { - text-decoration: none; - color: #0366d6; -} -a:hover { - text-decoration: underline; -} - -pre { - margin: 1em 0px; - padding: 1em; - border: solid 1px #e1e4e8; - border-radius: 6px; - - display: block; - overflow: auto; - - white-space: pre; - - background-color: #f6f8fa; - color: #393a34; -} -code { - font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; - font-size: 85%; - padding: 0.2em 0.4em; - background-color: #f6f8fa; - color: #393a34; -} -pre > code { - padding: 0; - background-color: inherit; - color: inherit; -} -h1, h2, h3 { - font-weight: 600; -} - -#logobar { - background-color: #333333; - margin: 0 auto; - padding: 1em 4em; -} -#logobar .logo { - float: left; -} -#logobar .title { - font-weight: 600; - color: #dddddd; - float: left; - margin: 5px 0 0 1em; -} -#logobar:after { - content: ""; - display: block; - clear: both; -} - -#content { - margin: 0 auto; - padding: 0 4em; -} - -#table_of_contents > h2 { - font-size: 1.17em; -} -#table_of_contents ul:first-child { - border: solid 1px #e1e4e8; - border-radius: 6px; - padding: 1em; - background-color: #f6f8fa; - color: #393a34; -} -#table_of_contents ul { - list-style-type: none; - padding-left: 1.5em; -} -#table_of_contents li { - font-size: 0.9em; -} -#table_of_contents li a { - color: #000000; -} - -header.title { - border-bottom: solid 1px #e1e4e8; -} -header.title > h1 { - margin-bottom: 0.25em; -} -header.title > .description { - display: block; - margin-bottom: 0.5em; - line-height: 1; -} - -footer#edit { - border-top: solid 1px #e1e4e8; - margin: 3em 0 4em 0; - padding-top: 2em; -} -</style> -</head> -<body> -<div id="banner"> -<div id="rainbar"></div> -<div id="logobar"> -<svg class="logo" role="img" height="32" width="32" viewBox="0 0 700 700"> -<polygon fill="#cb0000" points="0,700 700,700 700,0 0,0"></polygon> -<polygon fill="#ffffff" points="150,550 350,550 350,250 450,250 450,550 550,550 550,150 150,150"></polygon> -</svg> -<div class="title"> -npm command-line interface -</div> -</div> -</div> - -<section id="content"> -<header class="title"> -<h1 id="npm-star">npm-star</h1> -<span class="description">Mark your favorite packages</span> -</header> - -<section id="table_of_contents"> -<h2 id="table-of-contents">Table of contents</h2> -<div id="_table_of_contents"><ul><li><a href="#synopsis">Synopsis</a></li><li><a href="#description">Description</a></li><li><a href="#more">More</a></li><ul><li><a href="#unstar">Unstar</a></li><li><a href="#listing-stars">Listing stars</a></li></ul><li><a href="#configuration">Configuration</a></li><ul><li><a href="#registry"><code>registry</code></a></li><li><a href="#unicode"><code>unicode</code></a></li><li><a href="#otp"><code>otp</code></a></li></ul><li><a href="#see-also">See Also</a></li></ul></div> -</section> - -<div id="_content"><h3 id="synopsis">Synopsis</h3> -<pre><code class="language-bash">npm star [&lt;package-spec&gt;...] -</code></pre> -<p>Note: This command is unaware of workspaces.</p> -<h3 id="description">Description</h3> -<p>"Starring" a package means that you have some interest in it. It's -a vaguely positive way to show that you care.</p> -<p>It's a boolean thing. Starring repeatedly has no additional effect.</p> -<h3 id="more">More</h3> -<p>There's also these extra commands to help you manage your favorite packages:</p> -<h4 id="unstar">Unstar</h4> -<p>You can also "unstar" a package using <a href="../commands/npm-unstar.html"><code>npm unstar</code></a></p> -<p>"Unstarring" is the same thing, but in reverse.</p> -<h4 id="listing-stars">Listing stars</h4> -<p>You can see all your starred packages using <a href="../commands/npm-stars.html"><code>npm stars</code></a></p> -<h3 id="configuration">Configuration</h3> -<h4 id="registry"><code>registry</code></h4> -<ul> -<li>Default: "<a href="https://registry.npmjs.org/">https://registry.npmjs.org/</a>"</li> -<li>Type: URL</li> -</ul> -<p>The base URL of the npm registry.</p> -<h4 id="unicode"><code>unicode</code></h4> -<ul> -<li>Default: false on windows, true on mac/unix systems with a unicode locale, -as defined by the <code>LC_ALL</code>, <code>LC_CTYPE</code>, or <code>LANG</code> environment variables.</li> -<li>Type: Boolean</li> -</ul> -<p>When set to true, npm uses unicode characters in the tree output. When -false, it uses ascii characters instead of unicode glyphs.</p> -<h4 id="otp"><code>otp</code></h4> -<ul> -<li>Default: null</li> -<li>Type: null or String</li> -</ul> -<p>This is a one-time password from a two-factor authenticator. It's needed -when publishing or changing package permissions with <code>npm access</code>.</p> -<p>If not set, and a registry response fails with a challenge for a one-time -password, npm will prompt on the command line for one.</p> -<h3 id="see-also">See Also</h3> -<ul> -<li><a href="../using-npm/package-spec.html">package spec</a></li> -<li><a href="../commands/npm-unstar.html">npm unstar</a></li> -<li><a href="../commands/npm-stars.html">npm stars</a></li> -<li><a href="../commands/npm-view.html">npm view</a></li> -<li><a href="../commands/npm-whoami.html">npm whoami</a></li> -<li><a href="../commands/npm-adduser.html">npm adduser</a></li> -</ul></div> - -<footer id="edit"> -<a href="https://github.com/npm/cli/edit/latest/docs/content/commands/npm-star.md"> -<svg role="img" viewBox="0 0 16 16" width="16" height="16" fill="currentcolor" style="vertical-align: text-bottom; margin-right: 0.3em;"> -<path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path> -</svg> -Edit this page on GitHub -</a> -</footer> -</section> - - - -</body></html> \ No newline at end of file diff --git a/software/flow/node_modules/npm/docs/output/commands/npm-stars.html b/software/flow/node_modules/npm/docs/output/commands/npm-stars.html deleted file mode 100644 index 18ffb85..0000000 --- a/software/flow/node_modules/npm/docs/output/commands/npm-stars.html +++ /dev/null @@ -1,185 +0,0 @@ -<!DOCTYPE html><html><head> -<meta charset="utf-8"> -<title>npm-stars</title> -<style> -body { - background-color: #ffffff; - color: #24292e; - - margin: 0; - - line-height: 1.5; - - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; -} -#rainbar { - height: 10px; - background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); -} - -a { - text-decoration: none; - color: #0366d6; -} -a:hover { - text-decoration: underline; -} - -pre { - margin: 1em 0px; - padding: 1em; - border: solid 1px #e1e4e8; - border-radius: 6px; - - display: block; - overflow: auto; - - white-space: pre; - - background-color: #f6f8fa; - color: #393a34; -} -code { - font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; - font-size: 85%; - padding: 0.2em 0.4em; - background-color: #f6f8fa; - color: #393a34; -} -pre > code { - padding: 0; - background-color: inherit; - color: inherit; -} -h1, h2, h3 { - font-weight: 600; -} - -#logobar { - background-color: #333333; - margin: 0 auto; - padding: 1em 4em; -} -#logobar .logo { - float: left; -} -#logobar .title { - font-weight: 600; - color: #dddddd; - float: left; - margin: 5px 0 0 1em; -} -#logobar:after { - content: ""; - display: block; - clear: both; -} - -#content { - margin: 0 auto; - padding: 0 4em; -} - -#table_of_contents > h2 { - font-size: 1.17em; -} -#table_of_contents ul:first-child { - border: solid 1px #e1e4e8; - border-radius: 6px; - padding: 1em; - background-color: #f6f8fa; - color: #393a34; -} -#table_of_contents ul { - list-style-type: none; - padding-left: 1.5em; -} -#table_of_contents li { - font-size: 0.9em; -} -#table_of_contents li a { - color: #000000; -} - -header.title { - border-bottom: solid 1px #e1e4e8; -} -header.title > h1 { - margin-bottom: 0.25em; -} -header.title > .description { - display: block; - margin-bottom: 0.5em; - line-height: 1; -} - -footer#edit { - border-top: solid 1px #e1e4e8; - margin: 3em 0 4em 0; - padding-top: 2em; -} -</style> -</head> -<body> -<div id="banner"> -<div id="rainbar"></div> -<div id="logobar"> -<svg class="logo" role="img" height="32" width="32" viewBox="0 0 700 700"> -<polygon fill="#cb0000" points="0,700 700,700 700,0 0,0"></polygon> -<polygon fill="#ffffff" points="150,550 350,550 350,250 450,250 450,550 550,550 550,150 150,150"></polygon> -</svg> -<div class="title"> -npm command-line interface -</div> -</div> -</div> - -<section id="content"> -<header class="title"> -<h1 id="npm-stars">npm-stars</h1> -<span class="description">View packages marked as favorites</span> -</header> - -<section id="table_of_contents"> -<h2 id="table-of-contents">Table of contents</h2> -<div id="_table_of_contents"><ul><li><a href="#synopsis">Synopsis</a></li><li><a href="#description">Description</a></li><li><a href="#configuration">Configuration</a></li><ul><li><a href="#registry"><code>registry</code></a></li></ul><li><a href="#see-also">See Also</a></li></ul></div> -</section> - -<div id="_content"><h3 id="synopsis">Synopsis</h3> -<pre><code class="language-bash">npm stars [&lt;user&gt;] -</code></pre> -<p>Note: This command is unaware of workspaces.</p> -<h3 id="description">Description</h3> -<p>If you have starred a lot of neat things and want to find them again -quickly this command lets you do just that.</p> -<p>You may also want to see your friend's favorite packages, in this case -you will most certainly enjoy this command.</p> -<h3 id="configuration">Configuration</h3> -<h4 id="registry"><code>registry</code></h4> -<ul> -<li>Default: "<a href="https://registry.npmjs.org/">https://registry.npmjs.org/</a>"</li> -<li>Type: URL</li> -</ul> -<p>The base URL of the npm registry.</p> -<h3 id="see-also">See Also</h3> -<ul> -<li><a href="../commands/npm-star.html">npm star</a></li> -<li><a href="../commands/npm-unstar.html">npm unstar</a></li> -<li><a href="../commands/npm-view.html">npm view</a></li> -<li><a href="../commands/npm-whoami.html">npm whoami</a></li> -<li><a href="../commands/npm-adduser.html">npm adduser</a></li> -</ul></div> - -<footer id="edit"> -<a href="https://github.com/npm/cli/edit/latest/docs/content/commands/npm-stars.md"> -<svg role="img" viewBox="0 0 16 16" width="16" height="16" fill="currentcolor" style="vertical-align: text-bottom; margin-right: 0.3em;"> -<path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path> -</svg> -Edit this page on GitHub -</a> -</footer> -</section> - - - -</body></html> \ No newline at end of file diff --git a/software/flow/node_modules/npm/docs/output/commands/npm-start.html b/software/flow/node_modules/npm/docs/output/commands/npm-start.html deleted file mode 100644 index 79647ed..0000000 --- a/software/flow/node_modules/npm/docs/output/commands/npm-start.html +++ /dev/null @@ -1,214 +0,0 @@ -<!DOCTYPE html><html><head> -<meta charset="utf-8"> -<title>npm-start</title> -<style> -body { - background-color: #ffffff; - color: #24292e; - - margin: 0; - - line-height: 1.5; - - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; -} -#rainbar { - height: 10px; - background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); -} - -a { - text-decoration: none; - color: #0366d6; -} -a:hover { - text-decoration: underline; -} - -pre { - margin: 1em 0px; - padding: 1em; - border: solid 1px #e1e4e8; - border-radius: 6px; - - display: block; - overflow: auto; - - white-space: pre; - - background-color: #f6f8fa; - color: #393a34; -} -code { - font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; - font-size: 85%; - padding: 0.2em 0.4em; - background-color: #f6f8fa; - color: #393a34; -} -pre > code { - padding: 0; - background-color: inherit; - color: inherit; -} -h1, h2, h3 { - font-weight: 600; -} - -#logobar { - background-color: #333333; - margin: 0 auto; - padding: 1em 4em; -} -#logobar .logo { - float: left; -} -#logobar .title { - font-weight: 600; - color: #dddddd; - float: left; - margin: 5px 0 0 1em; -} -#logobar:after { - content: ""; - display: block; - clear: both; -} - -#content { - margin: 0 auto; - padding: 0 4em; -} - -#table_of_contents > h2 { - font-size: 1.17em; -} -#table_of_contents ul:first-child { - border: solid 1px #e1e4e8; - border-radius: 6px; - padding: 1em; - background-color: #f6f8fa; - color: #393a34; -} -#table_of_contents ul { - list-style-type: none; - padding-left: 1.5em; -} -#table_of_contents li { - font-size: 0.9em; -} -#table_of_contents li a { - color: #000000; -} - -header.title { - border-bottom: solid 1px #e1e4e8; -} -header.title > h1 { - margin-bottom: 0.25em; -} -header.title > .description { - display: block; - margin-bottom: 0.5em; - line-height: 1; -} - -footer#edit { - border-top: solid 1px #e1e4e8; - margin: 3em 0 4em 0; - padding-top: 2em; -} -</style> -</head> -<body> -<div id="banner"> -<div id="rainbar"></div> -<div id="logobar"> -<svg class="logo" role="img" height="32" width="32" viewBox="0 0 700 700"> -<polygon fill="#cb0000" points="0,700 700,700 700,0 0,0"></polygon> -<polygon fill="#ffffff" points="150,550 350,550 350,250 450,250 450,550 550,550 550,150 150,150"></polygon> -</svg> -<div class="title"> -npm command-line interface -</div> -</div> -</div> - -<section id="content"> -<header class="title"> -<h1 id="npm-start">npm-start</h1> -<span class="description">Start a package</span> -</header> - -<section id="table_of_contents"> -<h2 id="table-of-contents">Table of contents</h2> -<div id="_table_of_contents"><ul><li><a href="#synopsis">Synopsis</a></li><li><a href="#description">Description</a></li><li><a href="#example">Example</a></li><li><a href="#configuration">Configuration</a></li><ul><li><a href="#ignore-scripts"><code>ignore-scripts</code></a></li><li><a href="#script-shell"><code>script-shell</code></a></li></ul><li><a href="#see-also">See Also</a></li></ul></div> -</section> - -<div id="_content"><h3 id="synopsis">Synopsis</h3> -<pre><code class="language-bash">npm start [-- &lt;args&gt;] -</code></pre> -<h3 id="description">Description</h3> -<p>This runs a predefined command specified in the <code>"start"</code> property of -a package's <code>"scripts"</code> object.</p> -<p>If the <code>"scripts"</code> object does not define a <code>"start"</code> property, npm -will run <code>node server.js</code>.</p> -<p>Note that this is different from the default node behavior of running -the file specified in a package's <code>"main"</code> attribute when evoking with -<code>node .</code></p> -<p>As of <a href="https://blog.npmjs.org/post/98131109725/npm-2-0-0"><code>npm@2.0.0</code></a>, you can -use custom arguments when executing scripts. Refer to <a href="../commands/npm-run-script.html"><code>npm run-script</code></a> for more details.</p> -<h3 id="example">Example</h3> -<pre><code class="language-json">{ - "scripts": { - "start": "node foo.js" - } -} -</code></pre> -<pre><code class="language-bash">npm start - -&gt; npm@x.x.x start -&gt; node foo.js - -(foo.js output would be here) - -</code></pre> -<h3 id="configuration">Configuration</h3> -<h4 id="ignore-scripts"><code>ignore-scripts</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>If true, npm does not run scripts specified in package.json files.</p> -<p>Note that commands explicitly intended to run a particular script, such as -<code>npm start</code>, <code>npm stop</code>, <code>npm restart</code>, <code>npm test</code>, and <code>npm run-script</code> -will still run their intended script if <code>ignore-scripts</code> is set, but they -will <em>not</em> run any pre- or post-scripts.</p> -<h4 id="script-shell"><code>script-shell</code></h4> -<ul> -<li>Default: '/bin/sh' on POSIX systems, 'cmd.exe' on Windows</li> -<li>Type: null or String</li> -</ul> -<p>The shell to use for scripts run with the <code>npm exec</code>, <code>npm run</code> and <code>npm init &lt;package-spec&gt;</code> commands.</p> -<h3 id="see-also">See Also</h3> -<ul> -<li><a href="../commands/npm-run-script.html">npm run-script</a></li> -<li><a href="../using-npm/scripts.html">npm scripts</a></li> -<li><a href="../commands/npm-test.html">npm test</a></li> -<li><a href="../commands/npm-restart.html">npm restart</a></li> -<li><a href="../commands/npm-stop.html">npm stop</a></li> -</ul></div> - -<footer id="edit"> -<a href="https://github.com/npm/cli/edit/latest/docs/content/commands/npm-start.md"> -<svg role="img" viewBox="0 0 16 16" width="16" height="16" fill="currentcolor" style="vertical-align: text-bottom; margin-right: 0.3em;"> -<path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path> -</svg> -Edit this page on GitHub -</a> -</footer> -</section> - - - -</body></html> \ No newline at end of file diff --git a/software/flow/node_modules/npm/docs/output/commands/npm-stop.html b/software/flow/node_modules/npm/docs/output/commands/npm-stop.html deleted file mode 100644 index a744a63..0000000 --- a/software/flow/node_modules/npm/docs/output/commands/npm-stop.html +++ /dev/null @@ -1,209 +0,0 @@ -<!DOCTYPE html><html><head> -<meta charset="utf-8"> -<title>npm-stop</title> -<style> -body { - background-color: #ffffff; - color: #24292e; - - margin: 0; - - line-height: 1.5; - - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; -} -#rainbar { - height: 10px; - background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); -} - -a { - text-decoration: none; - color: #0366d6; -} -a:hover { - text-decoration: underline; -} - -pre { - margin: 1em 0px; - padding: 1em; - border: solid 1px #e1e4e8; - border-radius: 6px; - - display: block; - overflow: auto; - - white-space: pre; - - background-color: #f6f8fa; - color: #393a34; -} -code { - font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; - font-size: 85%; - padding: 0.2em 0.4em; - background-color: #f6f8fa; - color: #393a34; -} -pre > code { - padding: 0; - background-color: inherit; - color: inherit; -} -h1, h2, h3 { - font-weight: 600; -} - -#logobar { - background-color: #333333; - margin: 0 auto; - padding: 1em 4em; -} -#logobar .logo { - float: left; -} -#logobar .title { - font-weight: 600; - color: #dddddd; - float: left; - margin: 5px 0 0 1em; -} -#logobar:after { - content: ""; - display: block; - clear: both; -} - -#content { - margin: 0 auto; - padding: 0 4em; -} - -#table_of_contents > h2 { - font-size: 1.17em; -} -#table_of_contents ul:first-child { - border: solid 1px #e1e4e8; - border-radius: 6px; - padding: 1em; - background-color: #f6f8fa; - color: #393a34; -} -#table_of_contents ul { - list-style-type: none; - padding-left: 1.5em; -} -#table_of_contents li { - font-size: 0.9em; -} -#table_of_contents li a { - color: #000000; -} - -header.title { - border-bottom: solid 1px #e1e4e8; -} -header.title > h1 { - margin-bottom: 0.25em; -} -header.title > .description { - display: block; - margin-bottom: 0.5em; - line-height: 1; -} - -footer#edit { - border-top: solid 1px #e1e4e8; - margin: 3em 0 4em 0; - padding-top: 2em; -} -</style> -</head> -<body> -<div id="banner"> -<div id="rainbar"></div> -<div id="logobar"> -<svg class="logo" role="img" height="32" width="32" viewBox="0 0 700 700"> -<polygon fill="#cb0000" points="0,700 700,700 700,0 0,0"></polygon> -<polygon fill="#ffffff" points="150,550 350,550 350,250 450,250 450,550 550,550 550,150 150,150"></polygon> -</svg> -<div class="title"> -npm command-line interface -</div> -</div> -</div> - -<section id="content"> -<header class="title"> -<h1 id="npm-stop">npm-stop</h1> -<span class="description">Stop a package</span> -</header> - -<section id="table_of_contents"> -<h2 id="table-of-contents">Table of contents</h2> -<div id="_table_of_contents"><ul><li><a href="#synopsis">Synopsis</a></li><li><a href="#description">Description</a></li><li><a href="#example">Example</a></li><li><a href="#configuration">Configuration</a></li><ul><li><a href="#ignore-scripts"><code>ignore-scripts</code></a></li><li><a href="#script-shell"><code>script-shell</code></a></li></ul><li><a href="#see-also">See Also</a></li></ul></div> -</section> - -<div id="_content"><h3 id="synopsis">Synopsis</h3> -<pre><code class="language-bash">npm stop [-- &lt;args&gt;] -</code></pre> -<h3 id="description">Description</h3> -<p>This runs a predefined command specified in the "stop" property of a -package's "scripts" object.</p> -<p>Unlike with <a href="../commands/npm-start.html">npm start</a>, there is no default script -that will run if the <code>"stop"</code> property is not defined.</p> -<h3 id="example">Example</h3> -<pre><code class="language-json">{ - "scripts": { - "stop": "node bar.js" - } -} -</code></pre> -<pre><code class="language-bash">npm stop - -&gt; npm@x.x.x stop -&gt; node bar.js - -(bar.js output would be here) - -</code></pre> -<h3 id="configuration">Configuration</h3> -<h4 id="ignore-scripts"><code>ignore-scripts</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>If true, npm does not run scripts specified in package.json files.</p> -<p>Note that commands explicitly intended to run a particular script, such as -<code>npm start</code>, <code>npm stop</code>, <code>npm restart</code>, <code>npm test</code>, and <code>npm run-script</code> -will still run their intended script if <code>ignore-scripts</code> is set, but they -will <em>not</em> run any pre- or post-scripts.</p> -<h4 id="script-shell"><code>script-shell</code></h4> -<ul> -<li>Default: '/bin/sh' on POSIX systems, 'cmd.exe' on Windows</li> -<li>Type: null or String</li> -</ul> -<p>The shell to use for scripts run with the <code>npm exec</code>, <code>npm run</code> and <code>npm init &lt;package-spec&gt;</code> commands.</p> -<h3 id="see-also">See Also</h3> -<ul> -<li><a href="../commands/npm-run-script.html">npm run-script</a></li> -<li><a href="../using-npm/scripts.html">npm scripts</a></li> -<li><a href="../commands/npm-test.html">npm test</a></li> -<li><a href="../commands/npm-start.html">npm start</a></li> -<li><a href="../commands/npm-restart.html">npm restart</a></li> -</ul></div> - -<footer id="edit"> -<a href="https://github.com/npm/cli/edit/latest/docs/content/commands/npm-stop.md"> -<svg role="img" viewBox="0 0 16 16" width="16" height="16" fill="currentcolor" style="vertical-align: text-bottom; margin-right: 0.3em;"> -<path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path> -</svg> -Edit this page on GitHub -</a> -</footer> -</section> - - - -</body></html> \ No newline at end of file diff --git a/software/flow/node_modules/npm/docs/output/commands/npm-team.html b/software/flow/node_modules/npm/docs/output/commands/npm-team.html deleted file mode 100644 index ac8740e..0000000 --- a/software/flow/node_modules/npm/docs/output/commands/npm-team.html +++ /dev/null @@ -1,272 +0,0 @@ -<!DOCTYPE html><html><head> -<meta charset="utf-8"> -<title>npm-team</title> -<style> -body { - background-color: #ffffff; - color: #24292e; - - margin: 0; - - line-height: 1.5; - - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; -} -#rainbar { - height: 10px; - background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); -} - -a { - text-decoration: none; - color: #0366d6; -} -a:hover { - text-decoration: underline; -} - -pre { - margin: 1em 0px; - padding: 1em; - border: solid 1px #e1e4e8; - border-radius: 6px; - - display: block; - overflow: auto; - - white-space: pre; - - background-color: #f6f8fa; - color: #393a34; -} -code { - font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; - font-size: 85%; - padding: 0.2em 0.4em; - background-color: #f6f8fa; - color: #393a34; -} -pre > code { - padding: 0; - background-color: inherit; - color: inherit; -} -h1, h2, h3 { - font-weight: 600; -} - -#logobar { - background-color: #333333; - margin: 0 auto; - padding: 1em 4em; -} -#logobar .logo { - float: left; -} -#logobar .title { - font-weight: 600; - color: #dddddd; - float: left; - margin: 5px 0 0 1em; -} -#logobar:after { - content: ""; - display: block; - clear: both; -} - -#content { - margin: 0 auto; - padding: 0 4em; -} - -#table_of_contents > h2 { - font-size: 1.17em; -} -#table_of_contents ul:first-child { - border: solid 1px #e1e4e8; - border-radius: 6px; - padding: 1em; - background-color: #f6f8fa; - color: #393a34; -} -#table_of_contents ul { - list-style-type: none; - padding-left: 1.5em; -} -#table_of_contents li { - font-size: 0.9em; -} -#table_of_contents li a { - color: #000000; -} - -header.title { - border-bottom: solid 1px #e1e4e8; -} -header.title > h1 { - margin-bottom: 0.25em; -} -header.title > .description { - display: block; - margin-bottom: 0.5em; - line-height: 1; -} - -footer#edit { - border-top: solid 1px #e1e4e8; - margin: 3em 0 4em 0; - padding-top: 2em; -} -</style> -</head> -<body> -<div id="banner"> -<div id="rainbar"></div> -<div id="logobar"> -<svg class="logo" role="img" height="32" width="32" viewBox="0 0 700 700"> -<polygon fill="#cb0000" points="0,700 700,700 700,0 0,0"></polygon> -<polygon fill="#ffffff" points="150,550 350,550 350,250 450,250 450,550 550,550 550,150 150,150"></polygon> -</svg> -<div class="title"> -npm command-line interface -</div> -</div> -</div> - -<section id="content"> -<header class="title"> -<h1 id="npm-team">npm-team</h1> -<span class="description">Manage organization teams and team memberships</span> -</header> - -<section id="table_of_contents"> -<h2 id="table-of-contents">Table of contents</h2> -<div id="_table_of_contents"><ul><li><a href="#synopsis">Synopsis</a></li><li><a href="#description">Description</a></li><li><a href="#details">Details</a></li><li><a href="#configuration">Configuration</a></li><ul><li><a href="#registry"><code>registry</code></a></li><li><a href="#otp"><code>otp</code></a></li><li><a href="#parseable"><code>parseable</code></a></li><li><a href="#json"><code>json</code></a></li></ul><li><a href="#see-also">See Also</a></li></ul></div> -</section> - -<div id="_content"><h3 id="synopsis">Synopsis</h3> -<pre><code class="language-bash">npm team create &lt;scope:team&gt; [--otp &lt;otpcode&gt;] -npm team destroy &lt;scope:team&gt; [--otp &lt;otpcode&gt;] -npm team add &lt;scope:team&gt; &lt;user&gt; [--otp &lt;otpcode&gt;] -npm team rm &lt;scope:team&gt; &lt;user&gt; [--otp &lt;otpcode&gt;] -npm team ls &lt;scope&gt;|&lt;scope:team&gt; -</code></pre> -<p>Note: This command is unaware of workspaces.</p> -<h3 id="description">Description</h3> -<p>Used to manage teams in organizations, and change team memberships. Does not -handle permissions for packages.</p> -<p>Teams must always be fully qualified with the organization/scope they belong to -when operating on them, separated by a colon (<code>:</code>). That is, if you have a -<code>newteam</code> team in an <code>org</code> organization, you must always refer to that team -as <code>@org:newteam</code> in these commands.</p> -<p>If you have two-factor authentication enabled in <code>auth-and-writes</code> mode, then -you can provide a code from your authenticator with <code>[--otp &lt;otpcode&gt;]</code>. -If you don't include this then you will be taken through a second factor flow based -on your <code>authtype</code>.</p> -<ul> -<li> -<p>create / destroy: -Create a new team, or destroy an existing one. Note: You cannot remove the -<code>developers</code> team, learn more.</p> -<p>Here's how to create a new team <code>newteam</code> under the <code>org</code> org:</p> -<pre><code class="language-bash">npm team create @org:newteam -</code></pre> -<p>You should see a confirming message such as: <code>+@org:newteam</code> once the new -team has been created.</p> -</li> -<li> -<p>add: -Add a user to an existing team.</p> -<p>Adding a new user <code>username</code> to a team named <code>newteam</code> under the <code>org</code> org:</p> -<pre><code class="language-bash">npm team add @org:newteam username -</code></pre> -<p>On success, you should see a message: <code>username added to @org:newteam</code></p> -</li> -<li> -<p>rm: -Using <code>npm team rm</code> you can also remove users from a team they belong to.</p> -<p>Here's an example removing user <code>username</code> from <code>newteam</code> team -in <code>org</code> organization:</p> -<pre><code class="language-bash">npm team rm @org:newteam username -</code></pre> -<p>Once the user is removed a confirmation message is displayed: -<code>username removed from @org:newteam</code></p> -</li> -<li> -<p>ls: -If performed on an organization name, will return a list of existing teams -under that organization. If performed on a team, it will instead return a list -of all users belonging to that particular team.</p> -<p>Here's an example of how to list all teams from an org named <code>org</code>:</p> -<pre><code class="language-bash">npm team ls @org -</code></pre> -<p>Example listing all members of a team named <code>newteam</code>:</p> -<pre><code class="language-bash">npm team ls @org:newteam -</code></pre> -</li> -</ul> -<h3 id="details">Details</h3> -<p><code>npm team</code> always operates directly on the current registry, configurable from -the command line using <code>--registry=&lt;registry url&gt;</code>.</p> -<p>You must be a <em>team admin</em> to create teams and manage team membership, under -the given organization. Listing teams and team memberships may be done by -any member of the organization.</p> -<p>Organization creation and management of team admins and <em>organization</em> members -is done through the website, not the npm CLI.</p> -<p>To use teams to manage permissions on packages belonging to your organization, -use the <code>npm access</code> command to grant or revoke the appropriate permissions.</p> -<h3 id="configuration">Configuration</h3> -<h4 id="registry"><code>registry</code></h4> -<ul> -<li>Default: "<a href="https://registry.npmjs.org/">https://registry.npmjs.org/</a>"</li> -<li>Type: URL</li> -</ul> -<p>The base URL of the npm registry.</p> -<h4 id="otp"><code>otp</code></h4> -<ul> -<li>Default: null</li> -<li>Type: null or String</li> -</ul> -<p>This is a one-time password from a two-factor authenticator. It's needed -when publishing or changing package permissions with <code>npm access</code>.</p> -<p>If not set, and a registry response fails with a challenge for a one-time -password, npm will prompt on the command line for one.</p> -<h4 id="parseable"><code>parseable</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Output parseable results from commands that write to standard output. For -<code>npm search</code>, this will be tab-separated table format.</p> -<h4 id="json"><code>json</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Whether or not to output JSON data, rather than the normal output.</p> -<ul> -<li>In <code>npm pkg set</code> it enables parsing set values with JSON.parse() before -saving them to your <code>package.json</code>.</li> -</ul> -<p>Not supported by all npm commands.</p> -<h3 id="see-also">See Also</h3> -<ul> -<li><a href="../commands/npm-access.html">npm access</a></li> -<li><a href="../commands/npm-config.html">npm config</a></li> -<li><a href="../using-npm/registry.html">npm registry</a></li> -</ul></div> - -<footer id="edit"> -<a href="https://github.com/npm/cli/edit/latest/docs/content/commands/npm-team.md"> -<svg role="img" viewBox="0 0 16 16" width="16" height="16" fill="currentcolor" style="vertical-align: text-bottom; margin-right: 0.3em;"> -<path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path> -</svg> -Edit this page on GitHub -</a> -</footer> -</section> - - - -</body></html> \ No newline at end of file diff --git a/software/flow/node_modules/npm/docs/output/commands/npm-test.html b/software/flow/node_modules/npm/docs/output/commands/npm-test.html deleted file mode 100644 index 6e1732a..0000000 --- a/software/flow/node_modules/npm/docs/output/commands/npm-test.html +++ /dev/null @@ -1,207 +0,0 @@ -<!DOCTYPE html><html><head> -<meta charset="utf-8"> -<title>npm-test</title> -<style> -body { - background-color: #ffffff; - color: #24292e; - - margin: 0; - - line-height: 1.5; - - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; -} -#rainbar { - height: 10px; - background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); -} - -a { - text-decoration: none; - color: #0366d6; -} -a:hover { - text-decoration: underline; -} - -pre { - margin: 1em 0px; - padding: 1em; - border: solid 1px #e1e4e8; - border-radius: 6px; - - display: block; - overflow: auto; - - white-space: pre; - - background-color: #f6f8fa; - color: #393a34; -} -code { - font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; - font-size: 85%; - padding: 0.2em 0.4em; - background-color: #f6f8fa; - color: #393a34; -} -pre > code { - padding: 0; - background-color: inherit; - color: inherit; -} -h1, h2, h3 { - font-weight: 600; -} - -#logobar { - background-color: #333333; - margin: 0 auto; - padding: 1em 4em; -} -#logobar .logo { - float: left; -} -#logobar .title { - font-weight: 600; - color: #dddddd; - float: left; - margin: 5px 0 0 1em; -} -#logobar:after { - content: ""; - display: block; - clear: both; -} - -#content { - margin: 0 auto; - padding: 0 4em; -} - -#table_of_contents > h2 { - font-size: 1.17em; -} -#table_of_contents ul:first-child { - border: solid 1px #e1e4e8; - border-radius: 6px; - padding: 1em; - background-color: #f6f8fa; - color: #393a34; -} -#table_of_contents ul { - list-style-type: none; - padding-left: 1.5em; -} -#table_of_contents li { - font-size: 0.9em; -} -#table_of_contents li a { - color: #000000; -} - -header.title { - border-bottom: solid 1px #e1e4e8; -} -header.title > h1 { - margin-bottom: 0.25em; -} -header.title > .description { - display: block; - margin-bottom: 0.5em; - line-height: 1; -} - -footer#edit { - border-top: solid 1px #e1e4e8; - margin: 3em 0 4em 0; - padding-top: 2em; -} -</style> -</head> -<body> -<div id="banner"> -<div id="rainbar"></div> -<div id="logobar"> -<svg class="logo" role="img" height="32" width="32" viewBox="0 0 700 700"> -<polygon fill="#cb0000" points="0,700 700,700 700,0 0,0"></polygon> -<polygon fill="#ffffff" points="150,550 350,550 350,250 450,250 450,550 550,550 550,150 150,150"></polygon> -</svg> -<div class="title"> -npm command-line interface -</div> -</div> -</div> - -<section id="content"> -<header class="title"> -<h1 id="npm-test">npm-test</h1> -<span class="description">Test a package</span> -</header> - -<section id="table_of_contents"> -<h2 id="table-of-contents">Table of contents</h2> -<div id="_table_of_contents"><ul><li><a href="#synopsis">Synopsis</a></li><li><a href="#description">Description</a></li><li><a href="#example">Example</a></li><li><a href="#configuration">Configuration</a></li><ul><li><a href="#ignore-scripts"><code>ignore-scripts</code></a></li><li><a href="#script-shell"><code>script-shell</code></a></li></ul><li><a href="#see-also">See Also</a></li></ul></div> -</section> - -<div id="_content"><h3 id="synopsis">Synopsis</h3> -<pre><code class="language-bash">npm test [-- &lt;args&gt;] - -aliases: tst, t -</code></pre> -<h3 id="description">Description</h3> -<p>This runs a predefined command specified in the <code>"test"</code> property of -a package's <code>"scripts"</code> object.</p> -<h3 id="example">Example</h3> -<pre><code class="language-json">{ - "scripts": { - "test": "node test.js" - } -} -</code></pre> -<pre><code class="language-bash">npm test -&gt; npm@x.x.x test -&gt; node test.js - -(test.js output would be here) -</code></pre> -<h3 id="configuration">Configuration</h3> -<h4 id="ignore-scripts"><code>ignore-scripts</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>If true, npm does not run scripts specified in package.json files.</p> -<p>Note that commands explicitly intended to run a particular script, such as -<code>npm start</code>, <code>npm stop</code>, <code>npm restart</code>, <code>npm test</code>, and <code>npm run-script</code> -will still run their intended script if <code>ignore-scripts</code> is set, but they -will <em>not</em> run any pre- or post-scripts.</p> -<h4 id="script-shell"><code>script-shell</code></h4> -<ul> -<li>Default: '/bin/sh' on POSIX systems, 'cmd.exe' on Windows</li> -<li>Type: null or String</li> -</ul> -<p>The shell to use for scripts run with the <code>npm exec</code>, <code>npm run</code> and <code>npm init &lt;package-spec&gt;</code> commands.</p> -<h3 id="see-also">See Also</h3> -<ul> -<li><a href="../commands/npm-run-script.html">npm run-script</a></li> -<li><a href="../using-npm/scripts.html">npm scripts</a></li> -<li><a href="../commands/npm-start.html">npm start</a></li> -<li><a href="../commands/npm-restart.html">npm restart</a></li> -<li><a href="../commands/npm-stop.html">npm stop</a></li> -</ul></div> - -<footer id="edit"> -<a href="https://github.com/npm/cli/edit/latest/docs/content/commands/npm-test.md"> -<svg role="img" viewBox="0 0 16 16" width="16" height="16" fill="currentcolor" style="vertical-align: text-bottom; margin-right: 0.3em;"> -<path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path> -</svg> -Edit this page on GitHub -</a> -</footer> -</section> - - - -</body></html> \ No newline at end of file diff --git a/software/flow/node_modules/npm/docs/output/commands/npm-token.html b/software/flow/node_modules/npm/docs/output/commands/npm-token.html deleted file mode 100644 index 44f94ec..0000000 --- a/software/flow/node_modules/npm/docs/output/commands/npm-token.html +++ /dev/null @@ -1,266 +0,0 @@ -<!DOCTYPE html><html><head> -<meta charset="utf-8"> -<title>npm-token</title> -<style> -body { - background-color: #ffffff; - color: #24292e; - - margin: 0; - - line-height: 1.5; - - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; -} -#rainbar { - height: 10px; - background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); -} - -a { - text-decoration: none; - color: #0366d6; -} -a:hover { - text-decoration: underline; -} - -pre { - margin: 1em 0px; - padding: 1em; - border: solid 1px #e1e4e8; - border-radius: 6px; - - display: block; - overflow: auto; - - white-space: pre; - - background-color: #f6f8fa; - color: #393a34; -} -code { - font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; - font-size: 85%; - padding: 0.2em 0.4em; - background-color: #f6f8fa; - color: #393a34; -} -pre > code { - padding: 0; - background-color: inherit; - color: inherit; -} -h1, h2, h3 { - font-weight: 600; -} - -#logobar { - background-color: #333333; - margin: 0 auto; - padding: 1em 4em; -} -#logobar .logo { - float: left; -} -#logobar .title { - font-weight: 600; - color: #dddddd; - float: left; - margin: 5px 0 0 1em; -} -#logobar:after { - content: ""; - display: block; - clear: both; -} - -#content { - margin: 0 auto; - padding: 0 4em; -} - -#table_of_contents > h2 { - font-size: 1.17em; -} -#table_of_contents ul:first-child { - border: solid 1px #e1e4e8; - border-radius: 6px; - padding: 1em; - background-color: #f6f8fa; - color: #393a34; -} -#table_of_contents ul { - list-style-type: none; - padding-left: 1.5em; -} -#table_of_contents li { - font-size: 0.9em; -} -#table_of_contents li a { - color: #000000; -} - -header.title { - border-bottom: solid 1px #e1e4e8; -} -header.title > h1 { - margin-bottom: 0.25em; -} -header.title > .description { - display: block; - margin-bottom: 0.5em; - line-height: 1; -} - -footer#edit { - border-top: solid 1px #e1e4e8; - margin: 3em 0 4em 0; - padding-top: 2em; -} -</style> -</head> -<body> -<div id="banner"> -<div id="rainbar"></div> -<div id="logobar"> -<svg class="logo" role="img" height="32" width="32" viewBox="0 0 700 700"> -<polygon fill="#cb0000" points="0,700 700,700 700,0 0,0"></polygon> -<polygon fill="#ffffff" points="150,550 350,550 350,250 450,250 450,550 550,550 550,150 150,150"></polygon> -</svg> -<div class="title"> -npm command-line interface -</div> -</div> -</div> - -<section id="content"> -<header class="title"> -<h1 id="npm-token">npm-token</h1> -<span class="description">Manage your authentication tokens</span> -</header> - -<section id="table_of_contents"> -<h2 id="table-of-contents">Table of contents</h2> -<div id="_table_of_contents"><ul><li><a href="#synopsis">Synopsis</a></li><li><a href="#description">Description</a></li><li><a href="#configuration">Configuration</a></li><ul><li><a href="#read-only"><code>read-only</code></a></li><li><a href="#cidr"><code>cidr</code></a></li><li><a href="#registry"><code>registry</code></a></li><li><a href="#otp"><code>otp</code></a></li></ul><li><a href="#see-also">See Also</a></li></ul></div> -</section> - -<div id="_content"><h3 id="synopsis">Synopsis</h3> -<pre><code class="language-bash">npm token list -npm token revoke &lt;id|token&gt; -npm token create [--read-only] [--cidr=list] -</code></pre> -<p>Note: This command is unaware of workspaces.</p> -<h3 id="description">Description</h3> -<p>This lets you list, create and revoke authentication tokens.</p> -<ul> -<li><code>npm token list</code>: -Shows a table of all active authentication tokens. You can request -this as JSON with <code>--json</code> or tab-separated values with <code>--parseable</code>.</li> -</ul> -<pre><code class="language-bash">+--------+---------+------------+----------+----------------+ -| id | token | created | read-only | CIDR whitelist | -+--------+---------+------------+----------+----------------+ -| 7f3134 | 1fa9ba… | 2017-10-02 | yes | | -+--------+---------+------------+----------+----------------+ -| c03241 | af7aef… | 2017-10-02 | no | 192.168.0.1/24 | -+--------+---------+------------+----------+----------------+ -| e0cf92 | 3a436a… | 2017-10-02 | no | | -+--------+---------+------------+----------+----------------+ -| 63eb9d | 74ef35… | 2017-09-28 | no | | -+--------+---------+------------+----------+----------------+ -| 2daaa8 | cbad5f… | 2017-09-26 | no | | -+--------+---------+------------+----------+----------------+ -| 68c2fe | 127e51… | 2017-09-23 | no | | -+--------+---------+------------+----------+----------------+ -| 6334e1 | 1dadd1… | 2017-09-23 | no | | -+--------+---------+------------+----------+----------------+ -</code></pre> -<ul> -<li> -<p><code>npm token create [--read-only] [--cidr=&lt;cidr-ranges&gt;]</code>: -Create a new authentication token. It can be <code>--read-only</code>, or accept -a list of -<a href="https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing">CIDR</a> -ranges with which to limit use of this token. This will prompt you for -your password, and, if you have two-factor authentication enabled, an -otp.</p> -<p>Currently, the cli can not generate automation tokens. Please refer to -the <a href="https://docs.npmjs.com/creating-and-viewing-access-tokens">docs -website</a> -for more information on generating automation tokens.</p> -</li> -</ul> -<pre><code class="language-bash">+----------------+--------------------------------------+ -| token | a73c9572-f1b9-8983-983d-ba3ac3cc913d | -+----------------+--------------------------------------+ -| cidr_whitelist | | -+----------------+--------------------------------------+ -| readonly | false | -+----------------+--------------------------------------+ -| created | 2017-10-02T07:52:24.838Z | -+----------------+--------------------------------------+ -</code></pre> -<ul> -<li><code>npm token revoke &lt;token|id&gt;</code>: -Immediately removes an authentication token from the registry. You -will no longer be able to use it. This can accept both complete -tokens (such as those you get back from <code>npm token create</code>, and those -found in your <code>.npmrc</code>), and ids as seen in the parseable or json -output of <code>npm token list</code>. This will NOT accept the truncated token -found in the normal <code>npm token list</code> output.</li> -</ul> -<h3 id="configuration">Configuration</h3> -<h4 id="read-only"><code>read-only</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>This is used to mark a token as unable to publish when configuring limited -access tokens with the <code>npm token create</code> command.</p> -<h4 id="cidr"><code>cidr</code></h4> -<ul> -<li>Default: null</li> -<li>Type: null or String (can be set multiple times)</li> -</ul> -<p>This is a list of CIDR address to be used when configuring limited access -tokens with the <code>npm token create</code> command.</p> -<h4 id="registry"><code>registry</code></h4> -<ul> -<li>Default: "<a href="https://registry.npmjs.org/">https://registry.npmjs.org/</a>"</li> -<li>Type: URL</li> -</ul> -<p>The base URL of the npm registry.</p> -<h4 id="otp"><code>otp</code></h4> -<ul> -<li>Default: null</li> -<li>Type: null or String</li> -</ul> -<p>This is a one-time password from a two-factor authenticator. It's needed -when publishing or changing package permissions with <code>npm access</code>.</p> -<p>If not set, and a registry response fails with a challenge for a one-time -password, npm will prompt on the command line for one.</p> -<h3 id="see-also">See Also</h3> -<ul> -<li><a href="../commands/npm-adduser.html">npm adduser</a></li> -<li><a href="../using-npm/registry.html">npm registry</a></li> -<li><a href="../commands/npm-config.html">npm config</a></li> -<li><a href="../configuring-npm/npmrc.html">npmrc</a></li> -<li><a href="../commands/npm-owner.html">npm owner</a></li> -<li><a href="../commands/npm-whoami.html">npm whoami</a></li> -<li><a href="../commands/npm-profile.html">npm profile</a></li> -</ul></div> - -<footer id="edit"> -<a href="https://github.com/npm/cli/edit/latest/docs/content/commands/npm-token.md"> -<svg role="img" viewBox="0 0 16 16" width="16" height="16" fill="currentcolor" style="vertical-align: text-bottom; margin-right: 0.3em;"> -<path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path> -</svg> -Edit this page on GitHub -</a> -</footer> -</section> - - - -</body></html> \ No newline at end of file diff --git a/software/flow/node_modules/npm/docs/output/commands/npm-uninstall.html b/software/flow/node_modules/npm/docs/output/commands/npm-uninstall.html deleted file mode 100644 index 98a9f08..0000000 --- a/software/flow/node_modules/npm/docs/output/commands/npm-uninstall.html +++ /dev/null @@ -1,264 +0,0 @@ -<!DOCTYPE html><html><head> -<meta charset="utf-8"> -<title>npm-uninstall</title> -<style> -body { - background-color: #ffffff; - color: #24292e; - - margin: 0; - - line-height: 1.5; - - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; -} -#rainbar { - height: 10px; - background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); -} - -a { - text-decoration: none; - color: #0366d6; -} -a:hover { - text-decoration: underline; -} - -pre { - margin: 1em 0px; - padding: 1em; - border: solid 1px #e1e4e8; - border-radius: 6px; - - display: block; - overflow: auto; - - white-space: pre; - - background-color: #f6f8fa; - color: #393a34; -} -code { - font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; - font-size: 85%; - padding: 0.2em 0.4em; - background-color: #f6f8fa; - color: #393a34; -} -pre > code { - padding: 0; - background-color: inherit; - color: inherit; -} -h1, h2, h3 { - font-weight: 600; -} - -#logobar { - background-color: #333333; - margin: 0 auto; - padding: 1em 4em; -} -#logobar .logo { - float: left; -} -#logobar .title { - font-weight: 600; - color: #dddddd; - float: left; - margin: 5px 0 0 1em; -} -#logobar:after { - content: ""; - display: block; - clear: both; -} - -#content { - margin: 0 auto; - padding: 0 4em; -} - -#table_of_contents > h2 { - font-size: 1.17em; -} -#table_of_contents ul:first-child { - border: solid 1px #e1e4e8; - border-radius: 6px; - padding: 1em; - background-color: #f6f8fa; - color: #393a34; -} -#table_of_contents ul { - list-style-type: none; - padding-left: 1.5em; -} -#table_of_contents li { - font-size: 0.9em; -} -#table_of_contents li a { - color: #000000; -} - -header.title { - border-bottom: solid 1px #e1e4e8; -} -header.title > h1 { - margin-bottom: 0.25em; -} -header.title > .description { - display: block; - margin-bottom: 0.5em; - line-height: 1; -} - -footer#edit { - border-top: solid 1px #e1e4e8; - margin: 3em 0 4em 0; - padding-top: 2em; -} -</style> -</head> -<body> -<div id="banner"> -<div id="rainbar"></div> -<div id="logobar"> -<svg class="logo" role="img" height="32" width="32" viewBox="0 0 700 700"> -<polygon fill="#cb0000" points="0,700 700,700 700,0 0,0"></polygon> -<polygon fill="#ffffff" points="150,550 350,550 350,250 450,250 450,550 550,550 550,150 150,150"></polygon> -</svg> -<div class="title"> -npm command-line interface -</div> -</div> -</div> - -<section id="content"> -<header class="title"> -<h1 id="npm-uninstall">npm-uninstall</h1> -<span class="description">Remove a package</span> -</header> - -<section id="table_of_contents"> -<h2 id="table-of-contents">Table of contents</h2> -<div id="_table_of_contents"><ul><li><a href="#synopsis">Synopsis</a></li><li><a href="#description">Description</a></li><li><a href="#examples">Examples</a></li><li><a href="#configuration">Configuration</a></li><ul><li><a href="#save"><code>save</code></a></li><li><a href="#workspace"><code>workspace</code></a></li><li><a href="#workspaces"><code>workspaces</code></a></li><li><a href="#include-workspace-root"><code>include-workspace-root</code></a></li><li><a href="#install-links"><code>install-links</code></a></li></ul><li><a href="#see-also">See Also</a></li></ul></div> -</section> - -<div id="_content"><h3 id="synopsis">Synopsis</h3> -<pre><code class="language-bash">npm uninstall [&lt;@scope&gt;/]&lt;pkg&gt;... - -aliases: unlink, remove, rm, r, un -</code></pre> -<h3 id="description">Description</h3> -<p>This uninstalls a package, completely removing everything npm installed -on its behalf.</p> -<p>It also removes the package from the <code>dependencies</code>, <code>devDependencies</code>, -<code>optionalDependencies</code>, and <code>peerDependencies</code> objects in your -<code>package.json</code>.</p> -<p>Further, if you have an <code>npm-shrinkwrap.json</code> or <code>package-lock.json</code>, npm -will update those files as well.</p> -<p><code>--no-save</code> will tell npm not to remove the package from your -<code>package.json</code>, <code>npm-shrinkwrap.json</code>, or <code>package-lock.json</code> files.</p> -<p><code>--save</code> or <code>-S</code> will tell npm to remove the package from your -<code>package.json</code>, <code>npm-shrinkwrap.json</code>, and <code>package-lock.json</code> files. -This is the default, but you may need to use this if you have for -instance <code>save=false</code> in your <code>npmrc</code> file</p> -<p>In global mode (ie, with <code>-g</code> or <code>--global</code> appended to the command), -it uninstalls the current package context as a global package. -<code>--no-save</code> is ignored in this case.</p> -<p>Scope is optional and follows the usual rules for <a href="../using-npm/scope.html"><code>scope</code></a>.</p> -<h3 id="examples">Examples</h3> -<pre><code class="language-bash">npm uninstall sax -</code></pre> -<p><code>sax</code> will no longer be in your <code>package.json</code>, <code>npm-shrinkwrap.json</code>, or -<code>package-lock.json</code> files.</p> -<pre><code class="language-bash">npm uninstall lodash --no-save -</code></pre> -<p><code>lodash</code> will not be removed from your <code>package.json</code>, -<code>npm-shrinkwrap.json</code>, or <code>package-lock.json</code> files.</p> -<h3 id="configuration">Configuration</h3> -<h4 id="save"><code>save</code></h4> -<ul> -<li>Default: <code>true</code> unless when using <code>npm update</code> where it defaults to <code>false</code></li> -<li>Type: Boolean</li> -</ul> -<p>Save installed packages to a <code>package.json</code> file as dependencies.</p> -<p>When used with the <code>npm rm</code> command, removes the dependency from -<code>package.json</code>.</p> -<p>Will also prevent writing to <code>package-lock.json</code> if set to <code>false</code>.</p> -<h4 id="workspace"><code>workspace</code></h4> -<ul> -<li>Default:</li> -<li>Type: String (can be set multiple times)</li> -</ul> -<p>Enable running a command in the context of the configured workspaces of the -current project while filtering by running only the workspaces defined by -this configuration option.</p> -<p>Valid values for the <code>workspace</code> config are either:</p> -<ul> -<li>Workspace names</li> -<li>Path to a workspace directory</li> -<li>Path to a parent workspace directory (will result in selecting all -workspaces within that folder)</li> -</ul> -<p>When set for the <code>npm init</code> command, this may be set to the folder of a -workspace which does not yet exist, to create the folder and set it up as a -brand new workspace within the project.</p> -<p>This value is not exported to the environment for child processes.</p> -<h4 id="workspaces"><code>workspaces</code></h4> -<ul> -<li>Default: null</li> -<li>Type: null or Boolean</li> -</ul> -<p>Set to true to run the command in the context of <strong>all</strong> configured -workspaces.</p> -<p>Explicitly setting this to false will cause commands like <code>install</code> to -ignore workspaces altogether. When not set explicitly:</p> -<ul> -<li>Commands that operate on the <code>node_modules</code> tree (install, update, etc.) -will link workspaces into the <code>node_modules</code> folder. - Commands that do -other things (test, exec, publish, etc.) will operate on the root project, -<em>unless</em> one or more workspaces are specified in the <code>workspace</code> config.</li> -</ul> -<p>This value is not exported to the environment for child processes.</p> -<h4 id="include-workspace-root"><code>include-workspace-root</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Include the workspace root when workspaces are enabled for a command.</p> -<p>When false, specifying individual workspaces via the <code>workspace</code> config, or -all workspaces via the <code>workspaces</code> flag, will cause npm to operate only on -the specified workspaces, and not on the root project.</p> -<p>This value is not exported to the environment for child processes.</p> -<h4 id="install-links"><code>install-links</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>When set file: protocol dependencies will be packed and installed as regular -dependencies instead of creating a symlink. This option has no effect on -workspaces.</p> -<h3 id="see-also">See Also</h3> -<ul> -<li><a href="../commands/npm-prune.html">npm prune</a></li> -<li><a href="../commands/npm-install.html">npm install</a></li> -<li><a href="../configuring-npm/folders.html">npm folders</a></li> -<li><a href="../commands/npm-config.html">npm config</a></li> -<li><a href="../configuring-npm/npmrc.html">npmrc</a></li> -</ul></div> - -<footer id="edit"> -<a href="https://github.com/npm/cli/edit/latest/docs/content/commands/npm-uninstall.md"> -<svg role="img" viewBox="0 0 16 16" width="16" height="16" fill="currentcolor" style="vertical-align: text-bottom; margin-right: 0.3em;"> -<path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path> -</svg> -Edit this page on GitHub -</a> -</footer> -</section> - - - -</body></html> \ No newline at end of file diff --git a/software/flow/node_modules/npm/docs/output/commands/npm-unpublish.html b/software/flow/node_modules/npm/docs/output/commands/npm-unpublish.html deleted file mode 100644 index 98fa487..0000000 --- a/software/flow/node_modules/npm/docs/output/commands/npm-unpublish.html +++ /dev/null @@ -1,263 +0,0 @@ -<!DOCTYPE html><html><head> -<meta charset="utf-8"> -<title>npm-unpublish</title> -<style> -body { - background-color: #ffffff; - color: #24292e; - - margin: 0; - - line-height: 1.5; - - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; -} -#rainbar { - height: 10px; - background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); -} - -a { - text-decoration: none; - color: #0366d6; -} -a:hover { - text-decoration: underline; -} - -pre { - margin: 1em 0px; - padding: 1em; - border: solid 1px #e1e4e8; - border-radius: 6px; - - display: block; - overflow: auto; - - white-space: pre; - - background-color: #f6f8fa; - color: #393a34; -} -code { - font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; - font-size: 85%; - padding: 0.2em 0.4em; - background-color: #f6f8fa; - color: #393a34; -} -pre > code { - padding: 0; - background-color: inherit; - color: inherit; -} -h1, h2, h3 { - font-weight: 600; -} - -#logobar { - background-color: #333333; - margin: 0 auto; - padding: 1em 4em; -} -#logobar .logo { - float: left; -} -#logobar .title { - font-weight: 600; - color: #dddddd; - float: left; - margin: 5px 0 0 1em; -} -#logobar:after { - content: ""; - display: block; - clear: both; -} - -#content { - margin: 0 auto; - padding: 0 4em; -} - -#table_of_contents > h2 { - font-size: 1.17em; -} -#table_of_contents ul:first-child { - border: solid 1px #e1e4e8; - border-radius: 6px; - padding: 1em; - background-color: #f6f8fa; - color: #393a34; -} -#table_of_contents ul { - list-style-type: none; - padding-left: 1.5em; -} -#table_of_contents li { - font-size: 0.9em; -} -#table_of_contents li a { - color: #000000; -} - -header.title { - border-bottom: solid 1px #e1e4e8; -} -header.title > h1 { - margin-bottom: 0.25em; -} -header.title > .description { - display: block; - margin-bottom: 0.5em; - line-height: 1; -} - -footer#edit { - border-top: solid 1px #e1e4e8; - margin: 3em 0 4em 0; - padding-top: 2em; -} -</style> -</head> -<body> -<div id="banner"> -<div id="rainbar"></div> -<div id="logobar"> -<svg class="logo" role="img" height="32" width="32" viewBox="0 0 700 700"> -<polygon fill="#cb0000" points="0,700 700,700 700,0 0,0"></polygon> -<polygon fill="#ffffff" points="150,550 350,550 350,250 450,250 450,550 550,550 550,150 150,150"></polygon> -</svg> -<div class="title"> -npm command-line interface -</div> -</div> -</div> - -<section id="content"> -<header class="title"> -<h1 id="npm-unpublish">npm-unpublish</h1> -<span class="description">Remove a package from the registry</span> -</header> - -<section id="table_of_contents"> -<h2 id="table-of-contents">Table of contents</h2> -<div id="_table_of_contents"><ul><li><a href="#synopsis">Synopsis</a></li><li><a href="#warning">Warning</a></li><li><a href="#description">Description</a></li><li><a href="#configuration">Configuration</a></li><ul><li><a href="#dry-run"><code>dry-run</code></a></li><li><a href="#force"><code>force</code></a></li><li><a href="#workspace"><code>workspace</code></a></li><li><a href="#workspaces"><code>workspaces</code></a></li></ul><li><a href="#see-also">See Also</a></li></ul></div> -</section> - -<div id="_content"><h3 id="synopsis">Synopsis</h3> -<pre><code class="language-bash">npm unpublish [&lt;package-spec&gt;] -</code></pre> -<p>To learn more about how the npm registry treats unpublish, see our unpublish policies</p> -<h3 id="warning">Warning</h3> -<p>Consider using the <a href="../commands/npm-deprecate.html"><code>deprecate</code></a> command instead, -if your intent is to encourage users to upgrade, or if you no longer -want to maintain a package.</p> -<h3 id="description">Description</h3> -<p>This removes a package version from the registry, deleting its entry and -removing the tarball.</p> -<p>The npm registry will return an error if you are not <a href="../commands/npm-adduser.html">logged -in</a>.</p> -<p>If you do not specify a version or if you remove all of a package's -versions then the registry will remove the root package entry entirely.</p> -<p>Even if you unpublish a package version, that specific name and version -combination can never be reused. In order to publish the package again, -you must use a new version number. If you unpublish the entire package, -you may not publish any new versions of that package until 24 hours have -passed.</p> -<h3 id="configuration">Configuration</h3> -<h4 id="dry-run"><code>dry-run</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Indicates that you don't want npm to make any changes and that it should -only report what it would have done. This can be passed into any of the -commands that modify your local installation, eg, <code>install</code>, <code>update</code>, -<code>dedupe</code>, <code>uninstall</code>, as well as <code>pack</code> and <code>publish</code>.</p> -<p>Note: This is NOT honored by other network related commands, eg <code>dist-tags</code>, -<code>owner</code>, etc.</p> -<h4 id="force"><code>force</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Removes various protections against unfortunate side effects, common -mistakes, unnecessary performance degradation, and malicious input.</p> -<ul> -<li>Allow clobbering non-npm files in global installs.</li> -<li>Allow the <code>npm version</code> command to work on an unclean git repository.</li> -<li>Allow deleting the cache folder with <code>npm cache clean</code>.</li> -<li>Allow installing packages that have an <code>engines</code> declaration requiring a -different version of npm.</li> -<li>Allow installing packages that have an <code>engines</code> declaration requiring a -different version of <code>node</code>, even if <code>--engine-strict</code> is enabled.</li> -<li>Allow <code>npm audit fix</code> to install modules outside your stated dependency -range (including SemVer-major changes).</li> -<li>Allow unpublishing all versions of a published package.</li> -<li>Allow conflicting peerDependencies to be installed in the root project.</li> -<li>Implicitly set <code>--yes</code> during <code>npm init</code>.</li> -<li>Allow clobbering existing values in <code>npm pkg</code></li> -<li>Allow unpublishing of entire packages (not just a single version).</li> -</ul> -<p>If you don't have a clear idea of what you want to do, it is strongly -recommended that you do not use this option!</p> -<h4 id="workspace"><code>workspace</code></h4> -<ul> -<li>Default:</li> -<li>Type: String (can be set multiple times)</li> -</ul> -<p>Enable running a command in the context of the configured workspaces of the -current project while filtering by running only the workspaces defined by -this configuration option.</p> -<p>Valid values for the <code>workspace</code> config are either:</p> -<ul> -<li>Workspace names</li> -<li>Path to a workspace directory</li> -<li>Path to a parent workspace directory (will result in selecting all -workspaces within that folder)</li> -</ul> -<p>When set for the <code>npm init</code> command, this may be set to the folder of a -workspace which does not yet exist, to create the folder and set it up as a -brand new workspace within the project.</p> -<p>This value is not exported to the environment for child processes.</p> -<h4 id="workspaces"><code>workspaces</code></h4> -<ul> -<li>Default: null</li> -<li>Type: null or Boolean</li> -</ul> -<p>Set to true to run the command in the context of <strong>all</strong> configured -workspaces.</p> -<p>Explicitly setting this to false will cause commands like <code>install</code> to -ignore workspaces altogether. When not set explicitly:</p> -<ul> -<li>Commands that operate on the <code>node_modules</code> tree (install, update, etc.) -will link workspaces into the <code>node_modules</code> folder. - Commands that do -other things (test, exec, publish, etc.) will operate on the root project, -<em>unless</em> one or more workspaces are specified in the <code>workspace</code> config.</li> -</ul> -<p>This value is not exported to the environment for child processes.</p> -<h3 id="see-also">See Also</h3> -<ul> -<li><a href="../using-npm/package-spec.html">package spec</a></li> -<li><a href="../commands/npm-deprecate.html">npm deprecate</a></li> -<li><a href="../commands/npm-publish.html">npm publish</a></li> -<li><a href="../using-npm/registry.html">npm registry</a></li> -<li><a href="../commands/npm-adduser.html">npm adduser</a></li> -<li><a href="../commands/npm-owner.html">npm owner</a></li> -<li><a href="../commands/npm-adduser.html">npm login</a></li> -</ul></div> - -<footer id="edit"> -<a href="https://github.com/npm/cli/edit/latest/docs/content/commands/npm-unpublish.md"> -<svg role="img" viewBox="0 0 16 16" width="16" height="16" fill="currentcolor" style="vertical-align: text-bottom; margin-right: 0.3em;"> -<path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path> -</svg> -Edit this page on GitHub -</a> -</footer> -</section> - - - -</body></html> \ No newline at end of file diff --git a/software/flow/node_modules/npm/docs/output/commands/npm-unstar.html b/software/flow/node_modules/npm/docs/output/commands/npm-unstar.html deleted file mode 100644 index 602e555..0000000 --- a/software/flow/node_modules/npm/docs/output/commands/npm-unstar.html +++ /dev/null @@ -1,206 +0,0 @@ -<!DOCTYPE html><html><head> -<meta charset="utf-8"> -<title>npm-unstar</title> -<style> -body { - background-color: #ffffff; - color: #24292e; - - margin: 0; - - line-height: 1.5; - - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; -} -#rainbar { - height: 10px; - background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); -} - -a { - text-decoration: none; - color: #0366d6; -} -a:hover { - text-decoration: underline; -} - -pre { - margin: 1em 0px; - padding: 1em; - border: solid 1px #e1e4e8; - border-radius: 6px; - - display: block; - overflow: auto; - - white-space: pre; - - background-color: #f6f8fa; - color: #393a34; -} -code { - font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; - font-size: 85%; - padding: 0.2em 0.4em; - background-color: #f6f8fa; - color: #393a34; -} -pre > code { - padding: 0; - background-color: inherit; - color: inherit; -} -h1, h2, h3 { - font-weight: 600; -} - -#logobar { - background-color: #333333; - margin: 0 auto; - padding: 1em 4em; -} -#logobar .logo { - float: left; -} -#logobar .title { - font-weight: 600; - color: #dddddd; - float: left; - margin: 5px 0 0 1em; -} -#logobar:after { - content: ""; - display: block; - clear: both; -} - -#content { - margin: 0 auto; - padding: 0 4em; -} - -#table_of_contents > h2 { - font-size: 1.17em; -} -#table_of_contents ul:first-child { - border: solid 1px #e1e4e8; - border-radius: 6px; - padding: 1em; - background-color: #f6f8fa; - color: #393a34; -} -#table_of_contents ul { - list-style-type: none; - padding-left: 1.5em; -} -#table_of_contents li { - font-size: 0.9em; -} -#table_of_contents li a { - color: #000000; -} - -header.title { - border-bottom: solid 1px #e1e4e8; -} -header.title > h1 { - margin-bottom: 0.25em; -} -header.title > .description { - display: block; - margin-bottom: 0.5em; - line-height: 1; -} - -footer#edit { - border-top: solid 1px #e1e4e8; - margin: 3em 0 4em 0; - padding-top: 2em; -} -</style> -</head> -<body> -<div id="banner"> -<div id="rainbar"></div> -<div id="logobar"> -<svg class="logo" role="img" height="32" width="32" viewBox="0 0 700 700"> -<polygon fill="#cb0000" points="0,700 700,700 700,0 0,0"></polygon> -<polygon fill="#ffffff" points="150,550 350,550 350,250 450,250 450,550 550,550 550,150 150,150"></polygon> -</svg> -<div class="title"> -npm command-line interface -</div> -</div> -</div> - -<section id="content"> -<header class="title"> -<h1 id="npm-unstar">npm-unstar</h1> -<span class="description">Remove an item from your favorite packages</span> -</header> - -<section id="table_of_contents"> -<h2 id="table-of-contents">Table of contents</h2> -<div id="_table_of_contents"><ul><li><a href="#synopsis">Synopsis</a></li><li><a href="#description">Description</a></li><li><a href="#more">More</a></li><ul><li><a href="#star">Star</a></li><li><a href="#listing-stars">Listing stars</a></li></ul><li><a href="#configuration">Configuration</a></li><ul><li><a href="#registry"><code>registry</code></a></li><li><a href="#unicode"><code>unicode</code></a></li><li><a href="#otp"><code>otp</code></a></li></ul><li><a href="#see-also">See Also</a></li></ul></div> -</section> - -<div id="_content"><h3 id="synopsis">Synopsis</h3> -<pre><code class="language-bash">npm unstar [&lt;package-spec&gt;...] -</code></pre> -<p>Note: This command is unaware of workspaces.</p> -<h3 id="description">Description</h3> -<p>"Unstarring" a package is the opposite of <a href="../commands/npm-star.html"><code>npm star</code></a>, -it removes an item from your list of favorite packages.</p> -<h3 id="more">More</h3> -<p>There's also these extra commands to help you manage your favorite packages:</p> -<h4 id="star">Star</h4> -<p>You can "star" a package using <a href="../commands/npm-star.html"><code>npm star</code></a></p> -<h4 id="listing-stars">Listing stars</h4> -<p>You can see all your starred packages using <a href="../commands/npm-stars.html"><code>npm stars</code></a></p> -<h3 id="configuration">Configuration</h3> -<h4 id="registry"><code>registry</code></h4> -<ul> -<li>Default: "<a href="https://registry.npmjs.org/">https://registry.npmjs.org/</a>"</li> -<li>Type: URL</li> -</ul> -<p>The base URL of the npm registry.</p> -<h4 id="unicode"><code>unicode</code></h4> -<ul> -<li>Default: false on windows, true on mac/unix systems with a unicode locale, -as defined by the <code>LC_ALL</code>, <code>LC_CTYPE</code>, or <code>LANG</code> environment variables.</li> -<li>Type: Boolean</li> -</ul> -<p>When set to true, npm uses unicode characters in the tree output. When -false, it uses ascii characters instead of unicode glyphs.</p> -<h4 id="otp"><code>otp</code></h4> -<ul> -<li>Default: null</li> -<li>Type: null or String</li> -</ul> -<p>This is a one-time password from a two-factor authenticator. It's needed -when publishing or changing package permissions with <code>npm access</code>.</p> -<p>If not set, and a registry response fails with a challenge for a one-time -password, npm will prompt on the command line for one.</p> -<h3 id="see-also">See Also</h3> -<ul> -<li><a href="../commands/npm-star.html">npm star</a></li> -<li><a href="../commands/npm-stars.html">npm stars</a></li> -<li><a href="../commands/npm-view.html">npm view</a></li> -<li><a href="../commands/npm-whoami.html">npm whoami</a></li> -<li><a href="../commands/npm-adduser.html">npm adduser</a></li> -</ul></div> - -<footer id="edit"> -<a href="https://github.com/npm/cli/edit/latest/docs/content/commands/npm-unstar.md"> -<svg role="img" viewBox="0 0 16 16" width="16" height="16" fill="currentcolor" style="vertical-align: text-bottom; margin-right: 0.3em;"> -<path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path> -</svg> -Edit this page on GitHub -</a> -</footer> -</section> - - - -</body></html> \ No newline at end of file diff --git a/software/flow/node_modules/npm/docs/output/commands/npm-update.html b/software/flow/node_modules/npm/docs/output/commands/npm-update.html deleted file mode 100644 index 32c3da8..0000000 --- a/software/flow/node_modules/npm/docs/output/commands/npm-update.html +++ /dev/null @@ -1,478 +0,0 @@ -<!DOCTYPE html><html><head> -<meta charset="utf-8"> -<title>npm-update</title> -<style> -body { - background-color: #ffffff; - color: #24292e; - - margin: 0; - - line-height: 1.5; - - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; -} -#rainbar { - height: 10px; - background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); -} - -a { - text-decoration: none; - color: #0366d6; -} -a:hover { - text-decoration: underline; -} - -pre { - margin: 1em 0px; - padding: 1em; - border: solid 1px #e1e4e8; - border-radius: 6px; - - display: block; - overflow: auto; - - white-space: pre; - - background-color: #f6f8fa; - color: #393a34; -} -code { - font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; - font-size: 85%; - padding: 0.2em 0.4em; - background-color: #f6f8fa; - color: #393a34; -} -pre > code { - padding: 0; - background-color: inherit; - color: inherit; -} -h1, h2, h3 { - font-weight: 600; -} - -#logobar { - background-color: #333333; - margin: 0 auto; - padding: 1em 4em; -} -#logobar .logo { - float: left; -} -#logobar .title { - font-weight: 600; - color: #dddddd; - float: left; - margin: 5px 0 0 1em; -} -#logobar:after { - content: ""; - display: block; - clear: both; -} - -#content { - margin: 0 auto; - padding: 0 4em; -} - -#table_of_contents > h2 { - font-size: 1.17em; -} -#table_of_contents ul:first-child { - border: solid 1px #e1e4e8; - border-radius: 6px; - padding: 1em; - background-color: #f6f8fa; - color: #393a34; -} -#table_of_contents ul { - list-style-type: none; - padding-left: 1.5em; -} -#table_of_contents li { - font-size: 0.9em; -} -#table_of_contents li a { - color: #000000; -} - -header.title { - border-bottom: solid 1px #e1e4e8; -} -header.title > h1 { - margin-bottom: 0.25em; -} -header.title > .description { - display: block; - margin-bottom: 0.5em; - line-height: 1; -} - -footer#edit { - border-top: solid 1px #e1e4e8; - margin: 3em 0 4em 0; - padding-top: 2em; -} -</style> -</head> -<body> -<div id="banner"> -<div id="rainbar"></div> -<div id="logobar"> -<svg class="logo" role="img" height="32" width="32" viewBox="0 0 700 700"> -<polygon fill="#cb0000" points="0,700 700,700 700,0 0,0"></polygon> -<polygon fill="#ffffff" points="150,550 350,550 350,250 450,250 450,550 550,550 550,150 150,150"></polygon> -</svg> -<div class="title"> -npm command-line interface -</div> -</div> -</div> - -<section id="content"> -<header class="title"> -<h1 id="npm-update">npm-update</h1> -<span class="description">Update packages</span> -</header> - -<section id="table_of_contents"> -<h2 id="table-of-contents">Table of contents</h2> -<div id="_table_of_contents"><ul><li><a href="#synopsis">Synopsis</a></li><li><a href="#description">Description</a></li><li><a href="#example">Example</a></li><ul><li><a href="#caret-dependencies">Caret Dependencies</a></li><li><a href="#tilde-dependencies">Tilde Dependencies</a></li><li><a href="#caret-dependencies-below-100">Caret Dependencies below 1.0.0</a></li><li><a href="#subdependencies">Subdependencies</a></li><li><a href="#updating-globally-installed-packages">Updating Globally-Installed Packages</a></li></ul><li><a href="#configuration">Configuration</a></li><ul><li><a href="#save"><code>save</code></a></li><li><a href="#global"><code>global</code></a></li><li><a href="#install-strategy"><code>install-strategy</code></a></li><li><a href="#legacy-bundling"><code>legacy-bundling</code></a></li><li><a href="#global-style"><code>global-style</code></a></li><li><a href="#omit"><code>omit</code></a></li><li><a href="#strict-peer-deps"><code>strict-peer-deps</code></a></li><li><a href="#package-lock"><code>package-lock</code></a></li><li><a href="#foreground-scripts"><code>foreground-scripts</code></a></li><li><a href="#ignore-scripts"><code>ignore-scripts</code></a></li><li><a href="#audit"><code>audit</code></a></li><li><a href="#bin-links"><code>bin-links</code></a></li><li><a href="#fund"><code>fund</code></a></li><li><a href="#dry-run"><code>dry-run</code></a></li><li><a href="#workspace"><code>workspace</code></a></li><li><a href="#workspaces"><code>workspaces</code></a></li><li><a href="#include-workspace-root"><code>include-workspace-root</code></a></li><li><a href="#install-links"><code>install-links</code></a></li></ul><li><a href="#see-also">See Also</a></li></ul></div> -</section> - -<div id="_content"><h3 id="synopsis">Synopsis</h3> -<pre><code class="language-bash">npm update [&lt;pkg&gt;...] - -aliases: up, upgrade, udpate -</code></pre> -<h3 id="description">Description</h3> -<p>This command will update all the packages listed to the latest version -(specified by the <a href="../using-npm/config#tag.html"><code>tag</code> config</a>), respecting the semver -constraints of both your package and its dependencies (if they also require the -same package).</p> -<p>It will also install missing packages.</p> -<p>If the <code>-g</code> flag is specified, this command will update globally installed -packages.</p> -<p>If no package name is specified, all packages in the specified location (global -or local) will be updated.</p> -<p>Note that by default <code>npm update</code> will not update the semver values of direct -dependencies in your project <code>package.json</code>, if you want to also update -values in <code>package.json</code> you can run: <code>npm update --save</code> (or add the -<code>save=true</code> option to a <a href="../configuring-npm/npmrc.html">configuration file</a> -to make that the default behavior).</p> -<h3 id="example">Example</h3> -<p>For the examples below, assume that the current package is <code>app</code> and it depends -on dependencies, <code>dep1</code> (<code>dep2</code>, .. etc.). The published versions of <code>dep1</code> -are:</p> -<pre><code class="language-json">{ - "dist-tags": { "latest": "1.2.2" }, - "versions": [ - "1.2.2", - "1.2.1", - "1.2.0", - "1.1.2", - "1.1.1", - "1.0.0", - "0.4.1", - "0.4.0", - "0.2.0" - ] -} -</code></pre> -<h4 id="caret-dependencies">Caret Dependencies</h4> -<p>If <code>app</code>'s <code>package.json</code> contains:</p> -<pre><code class="language-json">"dependencies": { - "dep1": "^1.1.1" -} -</code></pre> -<p>Then <code>npm update</code> will install <code>dep1@1.2.2</code>, because <code>1.2.2</code> is <code>latest</code> and -<code>1.2.2</code> satisfies <code>^1.1.1</code>.</p> -<h4 id="tilde-dependencies">Tilde Dependencies</h4> -<p>However, if <code>app</code>'s <code>package.json</code> contains:</p> -<pre><code class="language-json">"dependencies": { - "dep1": "~1.1.1" -} -</code></pre> -<p>In this case, running <code>npm update</code> will install <code>dep1@1.1.2</code>. Even though the -<code>latest</code> tag points to <code>1.2.2</code>, this version do not satisfy <code>~1.1.1</code>, which is -equivalent to <code>&gt;=1.1.1 &lt;1.2.0</code>. So the highest-sorting version that satisfies -<code>~1.1.1</code> is used, which is <code>1.1.2</code>.</p> -<h4 id="caret-dependencies-below-100">Caret Dependencies below 1.0.0</h4> -<p>Suppose <code>app</code> has a caret dependency on a version below <code>1.0.0</code>, for example:</p> -<pre><code class="language-json">"dependencies": { - "dep1": "^0.2.0" -} -</code></pre> -<p><code>npm update</code> will install <code>dep1@0.2.0</code>, because there are no other -versions which satisfy <code>^0.2.0</code>.</p> -<p>If the dependence were on <code>^0.4.0</code>:</p> -<pre><code class="language-json">"dependencies": { - "dep1": "^0.4.0" -} -</code></pre> -<p>Then <code>npm update</code> will install <code>dep1@0.4.1</code>, because that is the highest-sorting -version that satisfies <code>^0.4.0</code> (<code>&gt;= 0.4.0 &lt;0.5.0</code>)</p> -<h4 id="subdependencies">Subdependencies</h4> -<p>Suppose your app now also has a dependency on <code>dep2</code></p> -<pre><code class="language-json">{ - "name": "my-app", - "dependencies": { - "dep1": "^1.0.0", - "dep2": "1.0.0" - } -} -</code></pre> -<p>and <code>dep2</code> itself depends on this limited range of <code>dep1</code></p> -<pre><code class="language-json">{ -"name": "dep2", - "dependencies": { - "dep1": "~1.1.1" - } -} -</code></pre> -<p>Then <code>npm update</code> will install <code>dep1@1.1.2</code> because that is the highest -version that <code>dep2</code> allows. npm will prioritize having a single version -of <code>dep1</code> in your tree rather than two when that single version can -satisfy the semver requirements of multiple dependencies in your tree. -In this case if you really did need your package to use a newer version -you would need to use <code>npm install</code>.</p> -<h4 id="updating-globally-installed-packages">Updating Globally-Installed Packages</h4> -<p><code>npm update -g</code> will apply the <code>update</code> action to each globally installed -package that is <code>outdated</code> -- that is, has a version that is different from -<code>wanted</code>.</p> -<p>Note: Globally installed packages are treated as if they are installed with a -caret semver range specified. So if you require to update to <code>latest</code> you may -need to run <code>npm install -g [&lt;pkg&gt;...]</code></p> -<p>NOTE: If a package has been upgraded to a version newer than <code>latest</code>, it will -be <em>downgraded</em>.</p> -<h3 id="configuration">Configuration</h3> -<h4 id="save"><code>save</code></h4> -<ul> -<li>Default: <code>true</code> unless when using <code>npm update</code> where it defaults to <code>false</code></li> -<li>Type: Boolean</li> -</ul> -<p>Save installed packages to a <code>package.json</code> file as dependencies.</p> -<p>When used with the <code>npm rm</code> command, removes the dependency from -<code>package.json</code>.</p> -<p>Will also prevent writing to <code>package-lock.json</code> if set to <code>false</code>.</p> -<h4 id="global"><code>global</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Operates in "global" mode, so that packages are installed into the <code>prefix</code> -folder instead of the current working directory. See -<a href="../configuring-npm/folders.html">folders</a> for more on the differences in behavior.</p> -<ul> -<li>packages are installed into the <code>{prefix}/lib/node_modules</code> folder, instead -of the current working directory.</li> -<li>bin files are linked to <code>{prefix}/bin</code></li> -<li>man pages are linked to <code>{prefix}/share/man</code></li> -</ul> -<h4 id="install-strategy"><code>install-strategy</code></h4> -<ul> -<li>Default: "hoisted"</li> -<li>Type: "hoisted", "nested", "shallow", or "linked"</li> -</ul> -<p>Sets the strategy for installing packages in node_modules. hoisted -(default): Install non-duplicated in top-level, and duplicated as necessary -within directory structure. nested: (formerly --legacy-bundling) install in -place, no hoisting. shallow (formerly --global-style) only install direct -deps at top-level. linked: (experimental) install in node_modules/.store, -link in place, unhoisted.</p> -<h4 id="legacy-bundling"><code>legacy-bundling</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -<li>DEPRECATED: This option has been deprecated in favor of -<code>--install-strategy=nested</code></li> -</ul> -<p>Instead of hoisting package installs in <code>node_modules</code>, install packages in -the same manner that they are depended on. This may cause very deep -directory structures and duplicate package installs as there is no -de-duplicating. Sets <code>--install-strategy=nested</code>.</p> -<h4 id="global-style"><code>global-style</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -<li>DEPRECATED: This option has been deprecated in favor of -<code>--install-strategy=shallow</code></li> -</ul> -<p>Only install direct dependencies in the top level <code>node_modules</code>, but hoist -on deeper dependencies. Sets <code>--install-strategy=shallow</code>.</p> -<h4 id="omit"><code>omit</code></h4> -<ul> -<li>Default: 'dev' if the <code>NODE_ENV</code> environment variable is set to -'production', otherwise empty.</li> -<li>Type: "dev", "optional", or "peer" (can be set multiple times)</li> -</ul> -<p>Dependency types to omit from the installation tree on disk.</p> -<p>Note that these dependencies <em>are</em> still resolved and added to the -<code>package-lock.json</code> or <code>npm-shrinkwrap.json</code> file. They are just not -physically installed on disk.</p> -<p>If a package type appears in both the <code>--include</code> and <code>--omit</code> lists, then -it will be included.</p> -<p>If the resulting omit list includes <code>'dev'</code>, then the <code>NODE_ENV</code> environment -variable will be set to <code>'production'</code> for all lifecycle scripts.</p> -<h4 id="strict-peer-deps"><code>strict-peer-deps</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>If set to <code>true</code>, and <code>--legacy-peer-deps</code> is not set, then <em>any</em> -conflicting <code>peerDependencies</code> will be treated as an install failure, even -if npm could reasonably guess the appropriate resolution based on non-peer -dependency relationships.</p> -<p>By default, conflicting <code>peerDependencies</code> deep in the dependency graph will -be resolved using the nearest non-peer dependency specification, even if -doing so will result in some packages receiving a peer dependency outside -the range set in their package's <code>peerDependencies</code> object.</p> -<p>When such an override is performed, a warning is printed, explaining the -conflict and the packages involved. If <code>--strict-peer-deps</code> is set, then -this warning is treated as a failure.</p> -<h4 id="package-lock"><code>package-lock</code></h4> -<ul> -<li>Default: true</li> -<li>Type: Boolean</li> -</ul> -<p>If set to false, then ignore <code>package-lock.json</code> files when installing. This -will also prevent <em>writing</em> <code>package-lock.json</code> if <code>save</code> is true.</p> -<p>This configuration does not affect <code>npm ci</code>.</p> -<h4 id="foreground-scripts"><code>foreground-scripts</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Run all build scripts (ie, <code>preinstall</code>, <code>install</code>, and <code>postinstall</code>) -scripts for installed packages in the foreground process, sharing standard -input, output, and error with the main npm process.</p> -<p>Note that this will generally make installs run slower, and be much noisier, -but can be useful for debugging.</p> -<h4 id="ignore-scripts"><code>ignore-scripts</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>If true, npm does not run scripts specified in package.json files.</p> -<p>Note that commands explicitly intended to run a particular script, such as -<code>npm start</code>, <code>npm stop</code>, <code>npm restart</code>, <code>npm test</code>, and <code>npm run-script</code> -will still run their intended script if <code>ignore-scripts</code> is set, but they -will <em>not</em> run any pre- or post-scripts.</p> -<h4 id="audit"><code>audit</code></h4> -<ul> -<li>Default: true</li> -<li>Type: Boolean</li> -</ul> -<p>When "true" submit audit reports alongside the current npm command to the -default registry and all registries configured for scopes. See the -documentation for <a href="../commands/npm-audit.html"><code>npm audit</code></a> for details on what is -submitted.</p> -<h4 id="bin-links"><code>bin-links</code></h4> -<ul> -<li>Default: true</li> -<li>Type: Boolean</li> -</ul> -<p>Tells npm to create symlinks (or <code>.cmd</code> shims on Windows) for package -executables.</p> -<p>Set to false to have it not do this. This can be used to work around the -fact that some file systems don't support symlinks, even on ostensibly Unix -systems.</p> -<h4 id="fund"><code>fund</code></h4> -<ul> -<li>Default: true</li> -<li>Type: Boolean</li> -</ul> -<p>When "true" displays the message at the end of each <code>npm install</code> -acknowledging the number of dependencies looking for funding. See <a href="../commands/npm-fund.html"><code>npm fund</code></a> for details.</p> -<h4 id="dry-run"><code>dry-run</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Indicates that you don't want npm to make any changes and that it should -only report what it would have done. This can be passed into any of the -commands that modify your local installation, eg, <code>install</code>, <code>update</code>, -<code>dedupe</code>, <code>uninstall</code>, as well as <code>pack</code> and <code>publish</code>.</p> -<p>Note: This is NOT honored by other network related commands, eg <code>dist-tags</code>, -<code>owner</code>, etc.</p> -<h4 id="workspace"><code>workspace</code></h4> -<ul> -<li>Default:</li> -<li>Type: String (can be set multiple times)</li> -</ul> -<p>Enable running a command in the context of the configured workspaces of the -current project while filtering by running only the workspaces defined by -this configuration option.</p> -<p>Valid values for the <code>workspace</code> config are either:</p> -<ul> -<li>Workspace names</li> -<li>Path to a workspace directory</li> -<li>Path to a parent workspace directory (will result in selecting all -workspaces within that folder)</li> -</ul> -<p>When set for the <code>npm init</code> command, this may be set to the folder of a -workspace which does not yet exist, to create the folder and set it up as a -brand new workspace within the project.</p> -<p>This value is not exported to the environment for child processes.</p> -<h4 id="workspaces"><code>workspaces</code></h4> -<ul> -<li>Default: null</li> -<li>Type: null or Boolean</li> -</ul> -<p>Set to true to run the command in the context of <strong>all</strong> configured -workspaces.</p> -<p>Explicitly setting this to false will cause commands like <code>install</code> to -ignore workspaces altogether. When not set explicitly:</p> -<ul> -<li>Commands that operate on the <code>node_modules</code> tree (install, update, etc.) -will link workspaces into the <code>node_modules</code> folder. - Commands that do -other things (test, exec, publish, etc.) will operate on the root project, -<em>unless</em> one or more workspaces are specified in the <code>workspace</code> config.</li> -</ul> -<p>This value is not exported to the environment for child processes.</p> -<h4 id="include-workspace-root"><code>include-workspace-root</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Include the workspace root when workspaces are enabled for a command.</p> -<p>When false, specifying individual workspaces via the <code>workspace</code> config, or -all workspaces via the <code>workspaces</code> flag, will cause npm to operate only on -the specified workspaces, and not on the root project.</p> -<p>This value is not exported to the environment for child processes.</p> -<h4 id="install-links"><code>install-links</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>When set file: protocol dependencies will be packed and installed as regular -dependencies instead of creating a symlink. This option has no effect on -workspaces.</p> -<h3 id="see-also">See Also</h3> -<ul> -<li><a href="../commands/npm-install.html">npm install</a></li> -<li><a href="../commands/npm-outdated.html">npm outdated</a></li> -<li><a href="../commands/npm-shrinkwrap.html">npm shrinkwrap</a></li> -<li><a href="../using-npm/registry.html">npm registry</a></li> -<li><a href="../configuring-npm/folders.html">npm folders</a></li> -<li><a href="../commands/npm-ls.html">npm ls</a></li> -</ul></div> - -<footer id="edit"> -<a href="https://github.com/npm/cli/edit/latest/docs/content/commands/npm-update.md"> -<svg role="img" viewBox="0 0 16 16" width="16" height="16" fill="currentcolor" style="vertical-align: text-bottom; margin-right: 0.3em;"> -<path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path> -</svg> -Edit this page on GitHub -</a> -</footer> -</section> - - - -</body></html> \ No newline at end of file diff --git a/software/flow/node_modules/npm/docs/output/commands/npm-version.html b/software/flow/node_modules/npm/docs/output/commands/npm-version.html deleted file mode 100644 index 4977af5..0000000 --- a/software/flow/node_modules/npm/docs/output/commands/npm-version.html +++ /dev/null @@ -1,341 +0,0 @@ -<!DOCTYPE html><html><head> -<meta charset="utf-8"> -<title>npm-version</title> -<style> -body { - background-color: #ffffff; - color: #24292e; - - margin: 0; - - line-height: 1.5; - - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; -} -#rainbar { - height: 10px; - background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); -} - -a { - text-decoration: none; - color: #0366d6; -} -a:hover { - text-decoration: underline; -} - -pre { - margin: 1em 0px; - padding: 1em; - border: solid 1px #e1e4e8; - border-radius: 6px; - - display: block; - overflow: auto; - - white-space: pre; - - background-color: #f6f8fa; - color: #393a34; -} -code { - font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; - font-size: 85%; - padding: 0.2em 0.4em; - background-color: #f6f8fa; - color: #393a34; -} -pre > code { - padding: 0; - background-color: inherit; - color: inherit; -} -h1, h2, h3 { - font-weight: 600; -} - -#logobar { - background-color: #333333; - margin: 0 auto; - padding: 1em 4em; -} -#logobar .logo { - float: left; -} -#logobar .title { - font-weight: 600; - color: #dddddd; - float: left; - margin: 5px 0 0 1em; -} -#logobar:after { - content: ""; - display: block; - clear: both; -} - -#content { - margin: 0 auto; - padding: 0 4em; -} - -#table_of_contents > h2 { - font-size: 1.17em; -} -#table_of_contents ul:first-child { - border: solid 1px #e1e4e8; - border-radius: 6px; - padding: 1em; - background-color: #f6f8fa; - color: #393a34; -} -#table_of_contents ul { - list-style-type: none; - padding-left: 1.5em; -} -#table_of_contents li { - font-size: 0.9em; -} -#table_of_contents li a { - color: #000000; -} - -header.title { - border-bottom: solid 1px #e1e4e8; -} -header.title > h1 { - margin-bottom: 0.25em; -} -header.title > .description { - display: block; - margin-bottom: 0.5em; - line-height: 1; -} - -footer#edit { - border-top: solid 1px #e1e4e8; - margin: 3em 0 4em 0; - padding-top: 2em; -} -</style> -</head> -<body> -<div id="banner"> -<div id="rainbar"></div> -<div id="logobar"> -<svg class="logo" role="img" height="32" width="32" viewBox="0 0 700 700"> -<polygon fill="#cb0000" points="0,700 700,700 700,0 0,0"></polygon> -<polygon fill="#ffffff" points="150,550 350,550 350,250 450,250 450,550 550,550 550,150 150,150"></polygon> -</svg> -<div class="title"> -npm command-line interface -</div> -</div> -</div> - -<section id="content"> -<header class="title"> -<h1 id="npm-version">npm-version</h1> -<span class="description">Bump a package version</span> -</header> - -<section id="table_of_contents"> -<h2 id="table-of-contents">Table of contents</h2> -<div id="_table_of_contents"><ul><li><a href="#synopsis">Synopsis</a></li><li><a href="#configuration">Configuration</a></li><ul><li><a href="#allow-same-version"><code>allow-same-version</code></a></li><li><a href="#commit-hooks"><code>commit-hooks</code></a></li><li><a href="#git-tag-version"><code>git-tag-version</code></a></li><li><a href="#json"><code>json</code></a></li><li><a href="#preid"><code>preid</code></a></li><li><a href="#sign-git-tag"><code>sign-git-tag</code></a></li><li><a href="#workspace"><code>workspace</code></a></li><li><a href="#workspaces"><code>workspaces</code></a></li><li><a href="#workspaces-update"><code>workspaces-update</code></a></li><li><a href="#include-workspace-root"><code>include-workspace-root</code></a></li></ul><li><a href="#description">Description</a></li><li><a href="#see-also">See Also</a></li></ul></div> -</section> - -<div id="_content"><h3 id="synopsis">Synopsis</h3> -<pre><code class="language-bash">npm version [&lt;newversion&gt; | major | minor | patch | premajor | preminor | prepatch | prerelease | from-git] - -alias: verison -</code></pre> -<h3 id="configuration">Configuration</h3> -<h4 id="allow-same-version"><code>allow-same-version</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Prevents throwing an error when <code>npm version</code> is used to set the new version -to the same value as the current version.</p> -<h4 id="commit-hooks"><code>commit-hooks</code></h4> -<ul> -<li>Default: true</li> -<li>Type: Boolean</li> -</ul> -<p>Run git commit hooks when using the <code>npm version</code> command.</p> -<h4 id="git-tag-version"><code>git-tag-version</code></h4> -<ul> -<li>Default: true</li> -<li>Type: Boolean</li> -</ul> -<p>Tag the commit when using the <code>npm version</code> command. Setting this to false -results in no commit being made at all.</p> -<h4 id="json"><code>json</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Whether or not to output JSON data, rather than the normal output.</p> -<ul> -<li>In <code>npm pkg set</code> it enables parsing set values with JSON.parse() before -saving them to your <code>package.json</code>.</li> -</ul> -<p>Not supported by all npm commands.</p> -<h4 id="preid"><code>preid</code></h4> -<ul> -<li>Default: ""</li> -<li>Type: String</li> -</ul> -<p>The "prerelease identifier" to use as a prefix for the "prerelease" part of -a semver. Like the <code>rc</code> in <code>1.2.0-rc.8</code>.</p> -<h4 id="sign-git-tag"><code>sign-git-tag</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>If set to true, then the <code>npm version</code> command will tag the version using -<code>-s</code> to add a signature.</p> -<p>Note that git requires you to have set up GPG keys in your git configs for -this to work properly.</p> -<h4 id="workspace"><code>workspace</code></h4> -<ul> -<li>Default:</li> -<li>Type: String (can be set multiple times)</li> -</ul> -<p>Enable running a command in the context of the configured workspaces of the -current project while filtering by running only the workspaces defined by -this configuration option.</p> -<p>Valid values for the <code>workspace</code> config are either:</p> -<ul> -<li>Workspace names</li> -<li>Path to a workspace directory</li> -<li>Path to a parent workspace directory (will result in selecting all -workspaces within that folder)</li> -</ul> -<p>When set for the <code>npm init</code> command, this may be set to the folder of a -workspace which does not yet exist, to create the folder and set it up as a -brand new workspace within the project.</p> -<p>This value is not exported to the environment for child processes.</p> -<h4 id="workspaces"><code>workspaces</code></h4> -<ul> -<li>Default: null</li> -<li>Type: null or Boolean</li> -</ul> -<p>Set to true to run the command in the context of <strong>all</strong> configured -workspaces.</p> -<p>Explicitly setting this to false will cause commands like <code>install</code> to -ignore workspaces altogether. When not set explicitly:</p> -<ul> -<li>Commands that operate on the <code>node_modules</code> tree (install, update, etc.) -will link workspaces into the <code>node_modules</code> folder. - Commands that do -other things (test, exec, publish, etc.) will operate on the root project, -<em>unless</em> one or more workspaces are specified in the <code>workspace</code> config.</li> -</ul> -<p>This value is not exported to the environment for child processes.</p> -<h4 id="workspaces-update"><code>workspaces-update</code></h4> -<ul> -<li>Default: true</li> -<li>Type: Boolean</li> -</ul> -<p>If set to true, the npm cli will run an update after operations that may -possibly change the workspaces installed to the <code>node_modules</code> folder.</p> -<h4 id="include-workspace-root"><code>include-workspace-root</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Include the workspace root when workspaces are enabled for a command.</p> -<p>When false, specifying individual workspaces via the <code>workspace</code> config, or -all workspaces via the <code>workspaces</code> flag, will cause npm to operate only on -the specified workspaces, and not on the root project.</p> -<p>This value is not exported to the environment for child processes.</p> -<h3 id="description">Description</h3> -<p>Run this in a package directory to bump the version and write the new data -back to <code>package.json</code>, <code>package-lock.json</code>, and, if present, -<code>npm-shrinkwrap.json</code>.</p> -<p>The <code>newversion</code> argument should be a valid semver string, a valid second -argument to <a href="https://github.com/npm/node-semver#functions">semver.inc</a> (one -of <code>patch</code>, <code>minor</code>, <code>major</code>, <code>prepatch</code>, <code>preminor</code>, <code>premajor</code>, -<code>prerelease</code>), or <code>from-git</code>. In the second case, the existing version will -be incremented by 1 in the specified field. <code>from-git</code> will try to read -the latest git tag, and use that as the new npm version.</p> -<p>If run in a git repo, it will also create a version commit and tag. This -behavior is controlled by <code>git-tag-version</code> (see below), and can be -disabled on the command line by running <code>npm --no-git-tag-version version</code>. -It will fail if the working directory is not clean, unless the <code>-f</code> or -<code>--force</code> flag is set.</p> -<p>If supplied with <code>-m</code> or <a href="../using-npm/config#message.html"><code>--message</code> config</a> option, -npm will use it as a commit message when creating a version commit. If the -<code>message</code> config contains <code>%s</code> then that will be replaced with the resulting -version number. For example:</p> -<pre><code class="language-bash">npm version patch -m "Upgrade to %s for reasons" -</code></pre> -<p>If the <a href="../using-npm/config#sign-git-tag.html"><code>sign-git-tag</code> config</a> is set, then the -tag will be signed using the <code>-s</code> flag to git. Note that you must have a default -GPG key set up in your git config for this to work properly. For example:</p> -<pre><code class="language-bash">$ npm config set sign-git-tag true -$ npm version patch - -You need a passphrase to unlock the secret key for -user: "isaacs (http://blog.izs.me/) &lt;i@izs.me&gt;" -2048-bit RSA key, ID 6C481CF6, created 2010-08-31 - -Enter passphrase: -</code></pre> -<p>If <code>preversion</code>, <code>version</code>, or <code>postversion</code> are in the <code>scripts</code> property -of the package.json, they will be executed as part of running <code>npm version</code>.</p> -<p>The exact order of execution is as follows:</p> -<ol> -<li>Check to make sure the git working directory is clean before we get -started. Your scripts may add files to the commit in future steps. -This step is skipped if the <code>--force</code> flag is set.</li> -<li>Run the <code>preversion</code> script. These scripts have access to the old -<code>version</code> in package.json. A typical use would be running your full -test suite before deploying. Any files you want added to the commit -should be explicitly added using <code>git add</code>.</li> -<li>Bump <code>version</code> in <code>package.json</code> as requested (<code>patch</code>, <code>minor</code>, -<code>major</code>, etc).</li> -<li>Run the <code>version</code> script. These scripts have access to the new <code>version</code> -in package.json (so they can incorporate it into file headers in -generated files for example). Again, scripts should explicitly add -generated files to the commit using <code>git add</code>.</li> -<li>Commit and tag.</li> -<li>Run the <code>postversion</code> script. Use it to clean up the file system or -automatically push the commit and/or tag.</li> -</ol> -<p>Take the following example:</p> -<pre><code class="language-json">{ - "scripts": { - "preversion": "npm test", - "version": "npm run build &amp;&amp; git add -A dist", - "postversion": "git push &amp;&amp; git push --tags &amp;&amp; rm -rf build/temp" - } -} -</code></pre> -<p>This runs all your tests and proceeds only if they pass. Then runs your -<code>build</code> script, and adds everything in the <code>dist</code> directory to the commit. -After the commit, it pushes the new commit and tag up to the server, and -deletes the <code>build/temp</code> directory.</p> -<h3 id="see-also">See Also</h3> -<ul> -<li><a href="../commands/npm-init.html">npm init</a></li> -<li><a href="../commands/npm-run-script.html">npm run-script</a></li> -<li><a href="../using-npm/scripts.html">npm scripts</a></li> -<li><a href="../configuring-npm/package-json.html">package.json</a></li> -<li><a href="../using-npm/config.html">config</a></li> -</ul></div> - -<footer id="edit"> -<a href="https://github.com/npm/cli/edit/latest/docs/content/commands/npm-version.md"> -<svg role="img" viewBox="0 0 16 16" width="16" height="16" fill="currentcolor" style="vertical-align: text-bottom; margin-right: 0.3em;"> -<path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path> -</svg> -Edit this page on GitHub -</a> -</footer> -</section> - - - -</body></html> \ No newline at end of file diff --git a/software/flow/node_modules/npm/docs/output/commands/npm-view.html b/software/flow/node_modules/npm/docs/output/commands/npm-view.html deleted file mode 100644 index 7db4873..0000000 --- a/software/flow/node_modules/npm/docs/output/commands/npm-view.html +++ /dev/null @@ -1,293 +0,0 @@ -<!DOCTYPE html><html><head> -<meta charset="utf-8"> -<title>npm-view</title> -<style> -body { - background-color: #ffffff; - color: #24292e; - - margin: 0; - - line-height: 1.5; - - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; -} -#rainbar { - height: 10px; - background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); -} - -a { - text-decoration: none; - color: #0366d6; -} -a:hover { - text-decoration: underline; -} - -pre { - margin: 1em 0px; - padding: 1em; - border: solid 1px #e1e4e8; - border-radius: 6px; - - display: block; - overflow: auto; - - white-space: pre; - - background-color: #f6f8fa; - color: #393a34; -} -code { - font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; - font-size: 85%; - padding: 0.2em 0.4em; - background-color: #f6f8fa; - color: #393a34; -} -pre > code { - padding: 0; - background-color: inherit; - color: inherit; -} -h1, h2, h3 { - font-weight: 600; -} - -#logobar { - background-color: #333333; - margin: 0 auto; - padding: 1em 4em; -} -#logobar .logo { - float: left; -} -#logobar .title { - font-weight: 600; - color: #dddddd; - float: left; - margin: 5px 0 0 1em; -} -#logobar:after { - content: ""; - display: block; - clear: both; -} - -#content { - margin: 0 auto; - padding: 0 4em; -} - -#table_of_contents > h2 { - font-size: 1.17em; -} -#table_of_contents ul:first-child { - border: solid 1px #e1e4e8; - border-radius: 6px; - padding: 1em; - background-color: #f6f8fa; - color: #393a34; -} -#table_of_contents ul { - list-style-type: none; - padding-left: 1.5em; -} -#table_of_contents li { - font-size: 0.9em; -} -#table_of_contents li a { - color: #000000; -} - -header.title { - border-bottom: solid 1px #e1e4e8; -} -header.title > h1 { - margin-bottom: 0.25em; -} -header.title > .description { - display: block; - margin-bottom: 0.5em; - line-height: 1; -} - -footer#edit { - border-top: solid 1px #e1e4e8; - margin: 3em 0 4em 0; - padding-top: 2em; -} -</style> -</head> -<body> -<div id="banner"> -<div id="rainbar"></div> -<div id="logobar"> -<svg class="logo" role="img" height="32" width="32" viewBox="0 0 700 700"> -<polygon fill="#cb0000" points="0,700 700,700 700,0 0,0"></polygon> -<polygon fill="#ffffff" points="150,550 350,550 350,250 450,250 450,550 550,550 550,150 150,150"></polygon> -</svg> -<div class="title"> -npm command-line interface -</div> -</div> -</div> - -<section id="content"> -<header class="title"> -<h1 id="npm-view">npm-view</h1> -<span class="description">View registry info</span> -</header> - -<section id="table_of_contents"> -<h2 id="table-of-contents">Table of contents</h2> -<div id="_table_of_contents"><ul><li><a href="#synopsis">Synopsis</a></li><li><a href="#description">Description</a></li><li><a href="#configuration">Configuration</a></li><ul><li><a href="#json"><code>json</code></a></li><li><a href="#workspace"><code>workspace</code></a></li><li><a href="#workspaces"><code>workspaces</code></a></li><li><a href="#include-workspace-root"><code>include-workspace-root</code></a></li></ul><li><a href="#output">Output</a></li><li><a href="#see-also">See Also</a></li></ul></div> -</section> - -<div id="_content"><h3 id="synopsis">Synopsis</h3> -<pre><code class="language-bash">npm view [&lt;package-spec&gt;] [&lt;field&gt;[.subfield]...] - -aliases: info, show, v -</code></pre> -<h3 id="description">Description</h3> -<p>This command shows data about a package and prints it to stdout.</p> -<p>As an example, to view information about the <code>connect</code> package from the registry, you would run:</p> -<pre><code class="language-bash">npm view connect -</code></pre> -<p>The default version is <code>"latest"</code> if unspecified.</p> -<p>Field names can be specified after the package descriptor. -For example, to show the dependencies of the <code>ronn</code> package at version -<code>0.3.5</code>, you could do the following:</p> -<pre><code class="language-bash">npm view ronn@0.3.5 dependencies -</code></pre> -<p>You can view child fields by separating them with a period. -To view the git repository URL for the latest version of <code>npm</code>, you would run the following command:</p> -<pre><code class="language-bash">npm view npm repository.url -</code></pre> -<p>This makes it easy to view information about a dependency with a bit of -shell scripting. For example, to view all the data about the version of -<code>opts</code> that <code>ronn</code> depends on, you could write the following:</p> -<pre><code class="language-bash">npm view opts@$(npm view ronn dependencies.opts) -</code></pre> -<p>For fields that are arrays, requesting a non-numeric field will return -all of the values from the objects in the list. For example, to get all -the contributor email addresses for the <code>express</code> package, you would run:</p> -<pre><code class="language-bash">npm view express contributors.email -</code></pre> -<p>You may also use numeric indices in square braces to specifically select -an item in an array field. To just get the email address of the first -contributor in the list, you can run:</p> -<pre><code class="language-bash">npm view express contributors[0].email -</code></pre> -<p>If the field value you are querying for is a property of an object, you should run:</p> -<pre><code class="language-bash">npm view express time'[4.8.0]' -</code></pre> -<p>Multiple fields may be specified, and will be printed one after another. -For example, to get all the contributor names and email addresses, you -can do this:</p> -<pre><code class="language-bash">npm view express contributors.name contributors.email -</code></pre> -<p>"Person" fields are shown as a string if they would be shown as an -object. So, for example, this will show the list of <code>npm</code> contributors in -the shortened string format. (See <a href="../configuring-npm/package-json.html"><code>package.json</code></a> for more on this.)</p> -<pre><code class="language-bash">npm view npm contributors -</code></pre> -<p>If a version range is provided, then data will be printed for every -matching version of the package. This will show which version of <code>jsdom</code> -was required by each matching version of <code>yui3</code>:</p> -<pre><code class="language-bash">npm view yui3@'&gt;0.5.4' dependencies.jsdom -</code></pre> -<p>To show the <code>connect</code> package version history, you can do -this:</p> -<pre><code class="language-bash">npm view connect versions -</code></pre> -<h3 id="configuration">Configuration</h3> -<h4 id="json"><code>json</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Whether or not to output JSON data, rather than the normal output.</p> -<ul> -<li>In <code>npm pkg set</code> it enables parsing set values with JSON.parse() before -saving them to your <code>package.json</code>.</li> -</ul> -<p>Not supported by all npm commands.</p> -<h4 id="workspace"><code>workspace</code></h4> -<ul> -<li>Default:</li> -<li>Type: String (can be set multiple times)</li> -</ul> -<p>Enable running a command in the context of the configured workspaces of the -current project while filtering by running only the workspaces defined by -this configuration option.</p> -<p>Valid values for the <code>workspace</code> config are either:</p> -<ul> -<li>Workspace names</li> -<li>Path to a workspace directory</li> -<li>Path to a parent workspace directory (will result in selecting all -workspaces within that folder)</li> -</ul> -<p>When set for the <code>npm init</code> command, this may be set to the folder of a -workspace which does not yet exist, to create the folder and set it up as a -brand new workspace within the project.</p> -<p>This value is not exported to the environment for child processes.</p> -<h4 id="workspaces"><code>workspaces</code></h4> -<ul> -<li>Default: null</li> -<li>Type: null or Boolean</li> -</ul> -<p>Set to true to run the command in the context of <strong>all</strong> configured -workspaces.</p> -<p>Explicitly setting this to false will cause commands like <code>install</code> to -ignore workspaces altogether. When not set explicitly:</p> -<ul> -<li>Commands that operate on the <code>node_modules</code> tree (install, update, etc.) -will link workspaces into the <code>node_modules</code> folder. - Commands that do -other things (test, exec, publish, etc.) will operate on the root project, -<em>unless</em> one or more workspaces are specified in the <code>workspace</code> config.</li> -</ul> -<p>This value is not exported to the environment for child processes.</p> -<h4 id="include-workspace-root"><code>include-workspace-root</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Include the workspace root when workspaces are enabled for a command.</p> -<p>When false, specifying individual workspaces via the <code>workspace</code> config, or -all workspaces via the <code>workspaces</code> flag, will cause npm to operate only on -the specified workspaces, and not on the root project.</p> -<p>This value is not exported to the environment for child processes.</p> -<h3 id="output">Output</h3> -<p>If only a single string field for a single version is output, then it -will not be colorized or quoted, to enable piping the output to -another command. If the field is an object, it will be output as a JavaScript object literal.</p> -<p>If the <code>--json</code> flag is given, the outputted fields will be JSON.</p> -<p>If the version range matches multiple versions then each printed value -will be prefixed with the version it applies to.</p> -<p>If multiple fields are requested, then each of them is prefixed with -the field name.</p> -<h3 id="see-also">See Also</h3> -<ul> -<li><a href="../using-npm/package-spec.html">package spec</a></li> -<li><a href="../commands/npm-search.html">npm search</a></li> -<li><a href="../using-npm/registry.html">npm registry</a></li> -<li><a href="../commands/npm-config.html">npm config</a></li> -<li><a href="../configuring-npm/npmrc.html">npmrc</a></li> -<li><a href="../commands/npm-docs.html">npm docs</a></li> -</ul></div> - -<footer id="edit"> -<a href="https://github.com/npm/cli/edit/latest/docs/content/commands/npm-view.md"> -<svg role="img" viewBox="0 0 16 16" width="16" height="16" fill="currentcolor" style="vertical-align: text-bottom; margin-right: 0.3em;"> -<path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path> -</svg> -Edit this page on GitHub -</a> -</footer> -</section> - - - -</body></html> \ No newline at end of file diff --git a/software/flow/node_modules/npm/docs/output/commands/npm-whoami.html b/software/flow/node_modules/npm/docs/output/commands/npm-whoami.html deleted file mode 100644 index 9e5050b..0000000 --- a/software/flow/node_modules/npm/docs/output/commands/npm-whoami.html +++ /dev/null @@ -1,185 +0,0 @@ -<!DOCTYPE html><html><head> -<meta charset="utf-8"> -<title>npm-whoami</title> -<style> -body { - background-color: #ffffff; - color: #24292e; - - margin: 0; - - line-height: 1.5; - - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; -} -#rainbar { - height: 10px; - background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); -} - -a { - text-decoration: none; - color: #0366d6; -} -a:hover { - text-decoration: underline; -} - -pre { - margin: 1em 0px; - padding: 1em; - border: solid 1px #e1e4e8; - border-radius: 6px; - - display: block; - overflow: auto; - - white-space: pre; - - background-color: #f6f8fa; - color: #393a34; -} -code { - font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; - font-size: 85%; - padding: 0.2em 0.4em; - background-color: #f6f8fa; - color: #393a34; -} -pre > code { - padding: 0; - background-color: inherit; - color: inherit; -} -h1, h2, h3 { - font-weight: 600; -} - -#logobar { - background-color: #333333; - margin: 0 auto; - padding: 1em 4em; -} -#logobar .logo { - float: left; -} -#logobar .title { - font-weight: 600; - color: #dddddd; - float: left; - margin: 5px 0 0 1em; -} -#logobar:after { - content: ""; - display: block; - clear: both; -} - -#content { - margin: 0 auto; - padding: 0 4em; -} - -#table_of_contents > h2 { - font-size: 1.17em; -} -#table_of_contents ul:first-child { - border: solid 1px #e1e4e8; - border-radius: 6px; - padding: 1em; - background-color: #f6f8fa; - color: #393a34; -} -#table_of_contents ul { - list-style-type: none; - padding-left: 1.5em; -} -#table_of_contents li { - font-size: 0.9em; -} -#table_of_contents li a { - color: #000000; -} - -header.title { - border-bottom: solid 1px #e1e4e8; -} -header.title > h1 { - margin-bottom: 0.25em; -} -header.title > .description { - display: block; - margin-bottom: 0.5em; - line-height: 1; -} - -footer#edit { - border-top: solid 1px #e1e4e8; - margin: 3em 0 4em 0; - padding-top: 2em; -} -</style> -</head> -<body> -<div id="banner"> -<div id="rainbar"></div> -<div id="logobar"> -<svg class="logo" role="img" height="32" width="32" viewBox="0 0 700 700"> -<polygon fill="#cb0000" points="0,700 700,700 700,0 0,0"></polygon> -<polygon fill="#ffffff" points="150,550 350,550 350,250 450,250 450,550 550,550 550,150 150,150"></polygon> -</svg> -<div class="title"> -npm command-line interface -</div> -</div> -</div> - -<section id="content"> -<header class="title"> -<h1 id="npm-whoami">npm-whoami</h1> -<span class="description">Display npm username</span> -</header> - -<section id="table_of_contents"> -<h2 id="table-of-contents">Table of contents</h2> -<div id="_table_of_contents"><ul><li><a href="#synopsis">Synopsis</a></li><li><a href="#description">Description</a></li><li><a href="#configuration">Configuration</a></li><ul><li><a href="#registry"><code>registry</code></a></li></ul><li><a href="#see-also">See Also</a></li></ul></div> -</section> - -<div id="_content"><h3 id="synopsis">Synopsis</h3> -<pre><code class="language-bash">npm whoami -</code></pre> -<p>Note: This command is unaware of workspaces.</p> -<h3 id="description">Description</h3> -<p>Display the npm username of the currently logged-in user.</p> -<p>If logged into a registry that provides token-based authentication, then -connect to the <code>/-/whoami</code> registry endpoint to find the username -associated with the token, and print to standard output.</p> -<p>If logged into a registry that uses Basic Auth, then simply print the -<code>username</code> portion of the authentication string.</p> -<h3 id="configuration">Configuration</h3> -<h4 id="registry"><code>registry</code></h4> -<ul> -<li>Default: "<a href="https://registry.npmjs.org/">https://registry.npmjs.org/</a>"</li> -<li>Type: URL</li> -</ul> -<p>The base URL of the npm registry.</p> -<h3 id="see-also">See Also</h3> -<ul> -<li><a href="../commands/npm-config.html">npm config</a></li> -<li><a href="../configuring-npm/npmrc.html">npmrc</a></li> -<li><a href="../commands/npm-adduser.html">npm adduser</a></li> -</ul></div> - -<footer id="edit"> -<a href="https://github.com/npm/cli/edit/latest/docs/content/commands/npm-whoami.md"> -<svg role="img" viewBox="0 0 16 16" width="16" height="16" fill="currentcolor" style="vertical-align: text-bottom; margin-right: 0.3em;"> -<path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path> -</svg> -Edit this page on GitHub -</a> -</footer> -</section> - - - -</body></html> \ No newline at end of file diff --git a/software/flow/node_modules/npm/docs/output/commands/npm.html b/software/flow/node_modules/npm/docs/output/commands/npm.html deleted file mode 100644 index d16a1ce..0000000 --- a/software/flow/node_modules/npm/docs/output/commands/npm.html +++ /dev/null @@ -1,296 +0,0 @@ -<!DOCTYPE html><html><head> -<meta charset="utf-8"> -<title>npm</title> -<style> -body { - background-color: #ffffff; - color: #24292e; - - margin: 0; - - line-height: 1.5; - - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; -} -#rainbar { - height: 10px; - background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); -} - -a { - text-decoration: none; - color: #0366d6; -} -a:hover { - text-decoration: underline; -} - -pre { - margin: 1em 0px; - padding: 1em; - border: solid 1px #e1e4e8; - border-radius: 6px; - - display: block; - overflow: auto; - - white-space: pre; - - background-color: #f6f8fa; - color: #393a34; -} -code { - font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; - font-size: 85%; - padding: 0.2em 0.4em; - background-color: #f6f8fa; - color: #393a34; -} -pre > code { - padding: 0; - background-color: inherit; - color: inherit; -} -h1, h2, h3 { - font-weight: 600; -} - -#logobar { - background-color: #333333; - margin: 0 auto; - padding: 1em 4em; -} -#logobar .logo { - float: left; -} -#logobar .title { - font-weight: 600; - color: #dddddd; - float: left; - margin: 5px 0 0 1em; -} -#logobar:after { - content: ""; - display: block; - clear: both; -} - -#content { - margin: 0 auto; - padding: 0 4em; -} - -#table_of_contents > h2 { - font-size: 1.17em; -} -#table_of_contents ul:first-child { - border: solid 1px #e1e4e8; - border-radius: 6px; - padding: 1em; - background-color: #f6f8fa; - color: #393a34; -} -#table_of_contents ul { - list-style-type: none; - padding-left: 1.5em; -} -#table_of_contents li { - font-size: 0.9em; -} -#table_of_contents li a { - color: #000000; -} - -header.title { - border-bottom: solid 1px #e1e4e8; -} -header.title > h1 { - margin-bottom: 0.25em; -} -header.title > .description { - display: block; - margin-bottom: 0.5em; - line-height: 1; -} - -footer#edit { - border-top: solid 1px #e1e4e8; - margin: 3em 0 4em 0; - padding-top: 2em; -} -</style> -</head> -<body> -<div id="banner"> -<div id="rainbar"></div> -<div id="logobar"> -<svg class="logo" role="img" height="32" width="32" viewBox="0 0 700 700"> -<polygon fill="#cb0000" points="0,700 700,700 700,0 0,0"></polygon> -<polygon fill="#ffffff" points="150,550 350,550 350,250 450,250 450,550 550,550 550,150 150,150"></polygon> -</svg> -<div class="title"> -npm command-line interface -</div> -</div> -</div> - -<section id="content"> -<header class="title"> -<h1 id="npm">npm</h1> -<span class="description">javascript package manager</span> -</header> - -<section id="table_of_contents"> -<h2 id="table-of-contents">Table of contents</h2> -<div id="_table_of_contents"><ul><li><a href="#synopsis">Synopsis</a></li><li><a href="#version">Version</a></li><li><a href="#description">Description</a></li><li><a href="#important">Important</a></li><li><a href="#introduction">Introduction</a></li><li><a href="#dependencies">Dependencies</a></li><li><a href="#directories">Directories</a></li><li><a href="#developer-usage">Developer Usage</a></li><ul><li><a href="#configuration">Configuration</a></li></ul><li><a href="#contributions">Contributions</a></li><li><a href="#bugs">Bugs</a></li><li><a href="#feature-requests">Feature Requests</a></li><li><a href="#see-also">See Also</a></li></ul></div> -</section> - -<div id="_content"><h3 id="synopsis">Synopsis</h3> -<pre><code class="language-bash">npm -</code></pre> -<p>Note: This command is unaware of workspaces.</p> -<h3 id="version">Version</h3> -<p>9.5.1</p> -<h3 id="description">Description</h3> -<p>npm is the package manager for the Node JavaScript platform. It puts -modules in place so that node can find them, and manages dependency -conflicts intelligently.</p> -<p>It is extremely configurable to support a variety of use cases. Most -commonly, you use it to publish, discover, install, and develop node -programs.</p> -<p>Run <code>npm help</code> to get a list of available commands.</p> -<h3 id="important">Important</h3> -<p>npm comes preconfigured to use npm's public registry at -<a href="https://registry.npmjs.org">https://registry.npmjs.org</a> by default. Use of the npm public registry is -subject to terms of use available at -<a href="https://docs.npmjs.com/policies/terms">https://docs.npmjs.com/policies/terms</a>.</p> -<p>You can configure npm to use any compatible registry you like, and even -run your own registry. Use of someone else's registry is governed by -their terms of use.</p> -<h3 id="introduction">Introduction</h3> -<p>You probably got npm because you want to install stuff.</p> -<p>The very first thing you will most likely want to run in any node -program is <code>npm install</code> to install its dependencies.</p> -<p>You can also run <code>npm install blerg</code> to install the latest version of -"blerg". Check out <a href="../commands/npm-install.html"><code>npm install</code></a> for more -info. It can do a lot of stuff.</p> -<p>Use the <code>npm search</code> command to show everything that's available in the -public registry. Use <code>npm ls</code> to show everything you've installed.</p> -<h3 id="dependencies">Dependencies</h3> -<p>If a package lists a dependency using a git URL, npm will install that -dependency using the <a href="https://github.com/git-guides/install-git"><code>git</code></a> -command and will generate an error if it is not installed.</p> -<p>If one of the packages npm tries to install is a native node module and -requires compiling of C++ Code, npm will use -<a href="https://github.com/nodejs/node-gyp">node-gyp</a> for that task. -For a Unix system, <a href="https://github.com/nodejs/node-gyp">node-gyp</a> -needs Python, make and a buildchain like GCC. On Windows, -Python and Microsoft Visual Studio C++ are needed. For more information -visit <a href="https://github.com/nodejs/node-gyp">the node-gyp repository</a> and -the <a href="https://github.com/nodejs/node-gyp/wiki">node-gyp Wiki</a>.</p> -<h3 id="directories">Directories</h3> -<p>See <a href="../configuring-npm/folders.html"><code>folders</code></a> to learn about where npm puts -stuff.</p> -<p>In particular, npm has two modes of operation:</p> -<ul> -<li>local mode: -npm installs packages into the current project directory, which -defaults to the current working directory. Packages install to -<code>./node_modules</code>, and bins to <code>./node_modules/.bin</code>.</li> -<li>global mode: -npm installs packages into the install prefix at -<code>$npm_config_prefix/lib/node_modules</code> and bins to -<code>$npm_config_prefix/bin</code>.</li> -</ul> -<p>Local mode is the default. Use <code>-g</code> or <code>--global</code> on any command to -run in global mode instead.</p> -<h3 id="developer-usage">Developer Usage</h3> -<p>If you're using npm to develop and publish your code, check out the -following help topics:</p> -<ul> -<li>json: -Make a package.json file. See -<a href="../configuring-npm/package-json.html"><code>package.json</code></a>.</li> -<li>link: -Links your current working code into Node's path, so that you don't -have to reinstall every time you make a change. Use <a href="../commands/npm-link.html"><code>npm link</code></a> to do this.</li> -<li>install: -It's a good idea to install things if you don't need the symbolic -link. Especially, installing other peoples code from the registry is -done via <a href="../commands/npm-install.html"><code>npm install</code></a></li> -<li>adduser: -Create an account or log in. When you do this, npm will store -credentials in the user config file.</li> -<li>publish: -Use the <a href="../commands/npm-publish.html"><code>npm publish</code></a> command to upload your -code to the registry.</li> -</ul> -<h4 id="configuration">Configuration</h4> -<p>npm is extremely configurable. It reads its configuration options from -5 places.</p> -<ul> -<li>Command line switches: -Set a config with <code>--key val</code>. All keys take a value, even if they -are booleans (the config parser doesn't know what the options are at -the time of parsing). If you do not provide a value (<code>--key</code>) then -the option is set to boolean <code>true</code>.</li> -<li>Environment Variables: -Set any config by prefixing the name in an environment variable with -<code>npm_config_</code>. For example, <code>export npm_config_key=val</code>.</li> -<li>User Configs: -The file at <code>$HOME/.npmrc</code> is an ini-formatted list of configs. If -present, it is parsed. If the <code>userconfig</code> option is set in the cli -or env, that file will be used instead.</li> -<li>Global Configs: -The file found at <code>./etc/npmrc</code> (relative to the global prefix will be -parsed if it is found. See <a href="../commands/npm-prefix.html"><code>npm prefix</code></a> for -more info on the global prefix. If the <code>globalconfig</code> option is set -in the cli, env, or user config, then that file is parsed instead.</li> -<li>Defaults: -npm's default configuration options are defined in -<code>lib/utils/config/definitions.js</code>. These must not be changed.</li> -</ul> -<p>See <a href="../using-npm/config.html"><code>config</code></a> for much much more information.</p> -<h3 id="contributions">Contributions</h3> -<p>Patches welcome!</p> -<p>If you would like to help, but don't know what to work on, read the -<a href="https://github.com/npm/cli/blob/latest/CONTRIBUTING.md">contributing -guidelines</a> and -check the issues list.</p> -<h3 id="bugs">Bugs</h3> -<p>When you find issues, please report them: -<a href="https://github.com/npm/cli/issues">https://github.com/npm/cli/issues</a></p> -<p>Please be sure to follow the template and bug reporting guidelines.</p> -<h3 id="feature-requests">Feature Requests</h3> -<p>Discuss new feature ideas on our discussion forum:</p> -<ul> -<li><a href="https://github.com/npm/feedback">https://github.com/npm/feedback</a></li> -</ul> -<p>Or suggest formal RFC proposals:</p> -<ul> -<li><a href="https://github.com/npm/rfcs">https://github.com/npm/rfcs</a></li> -</ul> -<h3 id="see-also">See Also</h3> -<ul> -<li><a href="../commands/npm-help.html">npm help</a></li> -<li><a href="../configuring-npm/package-json.html">package.json</a></li> -<li><a href="../configuring-npm/npmrc.html">npmrc</a></li> -<li><a href="../commands/npm-config.html">npm config</a></li> -<li><a href="../commands/npm-install.html">npm install</a></li> -<li><a href="../commands/npm-prefix.html">npm prefix</a></li> -<li><a href="../commands/npm-publish.html">npm publish</a></li> -</ul></div> - -<footer id="edit"> -<a href="https://github.com/npm/cli/edit/latest/docs/content/commands/npm.md"> -<svg role="img" viewBox="0 0 16 16" width="16" height="16" fill="currentcolor" style="vertical-align: text-bottom; margin-right: 0.3em;"> -<path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path> -</svg> -Edit this page on GitHub -</a> -</footer> -</section> - - - -</body></html> \ No newline at end of file diff --git a/software/flow/node_modules/npm/docs/output/commands/npx.html b/software/flow/node_modules/npm/docs/output/commands/npx.html deleted file mode 100644 index 54d59ca..0000000 --- a/software/flow/node_modules/npm/docs/output/commands/npx.html +++ /dev/null @@ -1,284 +0,0 @@ -<!DOCTYPE html><html><head> -<meta charset="utf-8"> -<title>npx</title> -<style> -body { - background-color: #ffffff; - color: #24292e; - - margin: 0; - - line-height: 1.5; - - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; -} -#rainbar { - height: 10px; - background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); -} - -a { - text-decoration: none; - color: #0366d6; -} -a:hover { - text-decoration: underline; -} - -pre { - margin: 1em 0px; - padding: 1em; - border: solid 1px #e1e4e8; - border-radius: 6px; - - display: block; - overflow: auto; - - white-space: pre; - - background-color: #f6f8fa; - color: #393a34; -} -code { - font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; - font-size: 85%; - padding: 0.2em 0.4em; - background-color: #f6f8fa; - color: #393a34; -} -pre > code { - padding: 0; - background-color: inherit; - color: inherit; -} -h1, h2, h3 { - font-weight: 600; -} - -#logobar { - background-color: #333333; - margin: 0 auto; - padding: 1em 4em; -} -#logobar .logo { - float: left; -} -#logobar .title { - font-weight: 600; - color: #dddddd; - float: left; - margin: 5px 0 0 1em; -} -#logobar:after { - content: ""; - display: block; - clear: both; -} - -#content { - margin: 0 auto; - padding: 0 4em; -} - -#table_of_contents > h2 { - font-size: 1.17em; -} -#table_of_contents ul:first-child { - border: solid 1px #e1e4e8; - border-radius: 6px; - padding: 1em; - background-color: #f6f8fa; - color: #393a34; -} -#table_of_contents ul { - list-style-type: none; - padding-left: 1.5em; -} -#table_of_contents li { - font-size: 0.9em; -} -#table_of_contents li a { - color: #000000; -} - -header.title { - border-bottom: solid 1px #e1e4e8; -} -header.title > h1 { - margin-bottom: 0.25em; -} -header.title > .description { - display: block; - margin-bottom: 0.5em; - line-height: 1; -} - -footer#edit { - border-top: solid 1px #e1e4e8; - margin: 3em 0 4em 0; - padding-top: 2em; -} -</style> -</head> -<body> -<div id="banner"> -<div id="rainbar"></div> -<div id="logobar"> -<svg class="logo" role="img" height="32" width="32" viewBox="0 0 700 700"> -<polygon fill="#cb0000" points="0,700 700,700 700,0 0,0"></polygon> -<polygon fill="#ffffff" points="150,550 350,550 350,250 450,250 450,550 550,550 550,150 150,150"></polygon> -</svg> -<div class="title"> -npm command-line interface -</div> -</div> -</div> - -<section id="content"> -<header class="title"> -<h1 id="npx">npx</h1> -<span class="description">Run a command from a local or remote npm package</span> -</header> - -<section id="table_of_contents"> -<h2 id="table-of-contents">Table of contents</h2> -<div id="_table_of_contents"><ul><li><a href="#synopsis">Synopsis</a></li><li><a href="#description">Description</a></li><li><a href="#npx-vs-npm-exec"><code>npx</code> vs <code>npm exec</code></a></li><li><a href="#examples">Examples</a></li><li><a href="#compatibility-with-older-npx-versions">Compatibility with Older npx Versions</a></li><li><a href="#see-also">See Also</a></li></ul></div> -</section> - -<div id="_content"><h3 id="synopsis">Synopsis</h3> -<pre><code class="language-bash">npx -- &lt;pkg&gt;[@&lt;version&gt;] [args...] -npx --package=&lt;pkg&gt;[@&lt;version&gt;] -- &lt;cmd&gt; [args...] -npx -c '&lt;cmd&gt; [args...]' -npx --package=foo -c '&lt;cmd&gt; [args...]' -</code></pre> -<h3 id="description">Description</h3> -<p>This command allows you to run an arbitrary command from an npm package -(either one installed locally, or fetched remotely), in a similar context -as running it via <code>npm run</code>.</p> -<p>Whatever packages are specified by the <code>--package</code> option will be -provided in the <code>PATH</code> of the executed command, along with any locally -installed package executables. The <code>--package</code> option may be -specified multiple times, to execute the supplied command in an environment -where all specified packages are available.</p> -<p>If any requested packages are not present in the local project -dependencies, then they are installed to a folder in the npm cache, which -is added to the <code>PATH</code> environment variable in the executed process. A -prompt is printed (which can be suppressed by providing either <code>--yes</code> or -<code>--no</code>).</p> -<p>Package names provided without a specifier will be matched with whatever -version exists in the local project. Package names with a specifier will -only be considered a match if they have the exact same name and version as -the local dependency.</p> -<p>If no <code>-c</code> or <code>--call</code> option is provided, then the positional arguments -are used to generate the command string. If no <code>--package</code> options -are provided, then npm will attempt to determine the executable name from -the package specifier provided as the first positional argument according -to the following heuristic:</p> -<ul> -<li>If the package has a single entry in its <code>bin</code> field in <code>package.json</code>, -or if all entries are aliases of the same command, then that command -will be used.</li> -<li>If the package has multiple <code>bin</code> entries, and one of them matches the -unscoped portion of the <code>name</code> field, then that command will be used.</li> -<li>If this does not result in exactly one option (either because there are -no bin entries, or none of them match the <code>name</code> of the package), then -<code>npm exec</code> exits with an error.</li> -</ul> -<p>To run a binary <em>other than</em> the named binary, specify one or more -<code>--package</code> options, which will prevent npm from inferring the package from -the first command argument.</p> -<h3 id="npx-vs-npm-exec"><code>npx</code> vs <code>npm exec</code></h3> -<p>When run via the <code>npx</code> binary, all flags and options <em>must</em> be set prior to -any positional arguments. When run via <code>npm exec</code>, a double-hyphen <code>--</code> -flag can be used to suppress npm's parsing of switches and options that -should be sent to the executed command.</p> -<p>For example:</p> -<pre><code>$ npx foo@latest bar --package=@npmcli/foo -</code></pre> -<p>In this case, npm will resolve the <code>foo</code> package name, and run the -following command:</p> -<pre><code>$ foo bar --package=@npmcli/foo -</code></pre> -<p>Since the <code>--package</code> option comes <em>after</em> the positional arguments, it is -treated as an argument to the executed command.</p> -<p>In contrast, due to npm's argument parsing logic, running this command is -different:</p> -<pre><code>$ npm exec foo@latest bar --package=@npmcli/foo -</code></pre> -<p>In this case, npm will parse the <code>--package</code> option first, resolving the -<code>@npmcli/foo</code> package. Then, it will execute the following command in that -context:</p> -<pre><code>$ foo@latest bar -</code></pre> -<p>The double-hyphen character is recommended to explicitly tell npm to stop -parsing command line options and switches. The following command would -thus be equivalent to the <code>npx</code> command above:</p> -<pre><code>$ npm exec -- foo@latest bar --package=@npmcli/foo -</code></pre> -<h3 id="examples">Examples</h3> -<p>Run the version of <code>tap</code> in the local dependencies, with the provided -arguments:</p> -<pre><code>$ npm exec -- tap --bail test/foo.js -$ npx tap --bail test/foo.js -</code></pre> -<p>Run a command <em>other than</em> the command whose name matches the package name -by specifying a <code>--package</code> option:</p> -<pre><code>$ npm exec --package=foo -- bar --bar-argument -# ~ or ~ -$ npx --package=foo bar --bar-argument -</code></pre> -<p>Run an arbitrary shell script, in the context of the current project:</p> -<pre><code>$ npm x -c 'eslint &amp;&amp; say "hooray, lint passed"' -$ npx -c 'eslint &amp;&amp; say "hooray, lint passed"' -</code></pre> -<h3 id="compatibility-with-older-npx-versions">Compatibility with Older npx Versions</h3> -<p>The <code>npx</code> binary was rewritten in npm v7.0.0, and the standalone <code>npx</code> -package deprecated at that time. <code>npx</code> uses the <code>npm exec</code> -command instead of a separate argument parser and install process, with -some affordances to maintain backwards compatibility with the arguments it -accepted in previous versions.</p> -<p>This resulted in some shifts in its functionality:</p> -<ul> -<li>Any <code>npm</code> config value may be provided.</li> -<li>To prevent security and user-experience problems from mistyping package -names, <code>npx</code> prompts before installing anything. Suppress this -prompt with the <code>-y</code> or <code>--yes</code> option.</li> -<li>The <code>--no-install</code> option is deprecated, and will be converted to <code>--no</code>.</li> -<li>Shell fallback functionality is removed, as it is not advisable.</li> -<li>The <code>-p</code> argument is a shorthand for <code>--parseable</code> in npm, but shorthand -for <code>--package</code> in npx. This is maintained, but only for the <code>npx</code> -executable.</li> -<li>The <code>--ignore-existing</code> option is removed. Locally installed bins are -always present in the executed process <code>PATH</code>.</li> -<li>The <code>--npm</code> option is removed. <code>npx</code> will always use the <code>npm</code> it ships -with.</li> -<li>The <code>--node-arg</code> and <code>-n</code> options are removed.</li> -<li>The <code>--always-spawn</code> option is redundant, and thus removed.</li> -<li>The <code>--shell</code> option is replaced with <code>--script-shell</code>, but maintained -in the <code>npx</code> executable for backwards compatibility.</li> -</ul> -<h3 id="see-also">See Also</h3> -<ul> -<li><a href="../commands/npm-run-script.html">npm run-script</a></li> -<li><a href="../using-npm/scripts.html">npm scripts</a></li> -<li><a href="../commands/npm-test.html">npm test</a></li> -<li><a href="../commands/npm-start.html">npm start</a></li> -<li><a href="../commands/npm-restart.html">npm restart</a></li> -<li><a href="../commands/npm-stop.html">npm stop</a></li> -<li><a href="../commands/npm-config.html">npm config</a></li> -<li><a href="../commands/npm-exec.html">npm exec</a></li> -</ul></div> - -<footer id="edit"> -<a href="https://github.com/npm/cli/edit/latest/docs/content/commands/npx.md"> -<svg role="img" viewBox="0 0 16 16" width="16" height="16" fill="currentcolor" style="vertical-align: text-bottom; margin-right: 0.3em;"> -<path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path> -</svg> -Edit this page on GitHub -</a> -</footer> -</section> - - - -</body></html> \ No newline at end of file diff --git a/software/flow/node_modules/npm/docs/output/configuring-npm/folders.html b/software/flow/node_modules/npm/docs/output/configuring-npm/folders.html deleted file mode 100644 index e0ebcb5..0000000 --- a/software/flow/node_modules/npm/docs/output/configuring-npm/folders.html +++ /dev/null @@ -1,322 +0,0 @@ -<!DOCTYPE html><html><head> -<meta charset="utf-8"> -<title>folders</title> -<style> -body { - background-color: #ffffff; - color: #24292e; - - margin: 0; - - line-height: 1.5; - - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; -} -#rainbar { - height: 10px; - background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); -} - -a { - text-decoration: none; - color: #0366d6; -} -a:hover { - text-decoration: underline; -} - -pre { - margin: 1em 0px; - padding: 1em; - border: solid 1px #e1e4e8; - border-radius: 6px; - - display: block; - overflow: auto; - - white-space: pre; - - background-color: #f6f8fa; - color: #393a34; -} -code { - font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; - font-size: 85%; - padding: 0.2em 0.4em; - background-color: #f6f8fa; - color: #393a34; -} -pre > code { - padding: 0; - background-color: inherit; - color: inherit; -} -h1, h2, h3 { - font-weight: 600; -} - -#logobar { - background-color: #333333; - margin: 0 auto; - padding: 1em 4em; -} -#logobar .logo { - float: left; -} -#logobar .title { - font-weight: 600; - color: #dddddd; - float: left; - margin: 5px 0 0 1em; -} -#logobar:after { - content: ""; - display: block; - clear: both; -} - -#content { - margin: 0 auto; - padding: 0 4em; -} - -#table_of_contents > h2 { - font-size: 1.17em; -} -#table_of_contents ul:first-child { - border: solid 1px #e1e4e8; - border-radius: 6px; - padding: 1em; - background-color: #f6f8fa; - color: #393a34; -} -#table_of_contents ul { - list-style-type: none; - padding-left: 1.5em; -} -#table_of_contents li { - font-size: 0.9em; -} -#table_of_contents li a { - color: #000000; -} - -header.title { - border-bottom: solid 1px #e1e4e8; -} -header.title > h1 { - margin-bottom: 0.25em; -} -header.title > .description { - display: block; - margin-bottom: 0.5em; - line-height: 1; -} - -footer#edit { - border-top: solid 1px #e1e4e8; - margin: 3em 0 4em 0; - padding-top: 2em; -} -</style> -</head> -<body> -<div id="banner"> -<div id="rainbar"></div> -<div id="logobar"> -<svg class="logo" role="img" height="32" width="32" viewBox="0 0 700 700"> -<polygon fill="#cb0000" points="0,700 700,700 700,0 0,0"></polygon> -<polygon fill="#ffffff" points="150,550 350,550 350,250 450,250 450,550 550,550 550,150 150,150"></polygon> -</svg> -<div class="title"> -npm command-line interface -</div> -</div> -</div> - -<section id="content"> -<header class="title"> -<h1 id="folders">folders</h1> -<span class="description">Folder Structures Used by npm</span> -</header> - -<section id="table_of_contents"> -<h2 id="table-of-contents">Table of contents</h2> -<div id="_table_of_contents"><ul><li><a href="#description">Description</a></li><ul><li><a href="#tldr">tl;dr</a></li><li><a href="#prefix-configuration">prefix Configuration</a></li><li><a href="#node-modules">Node Modules</a></li><li><a href="#executables">Executables</a></li><li><a href="#man-pages">Man Pages</a></li><li><a href="#cache">Cache</a></li><li><a href="#temp-files">Temp Files</a></li></ul><li><a href="#more-information">More Information</a></li><ul><li><a href="#global-installation">Global Installation</a></li><li><a href="#cycles-conflicts-and-folder-parsimony">Cycles, Conflicts, and Folder Parsimony</a></li><li><a href="#example">Example</a></li><li><a href="#publishing">Publishing</a></li></ul><li><a href="#see-also">See also</a></li></ul></div> -</section> - -<div id="_content"><h3 id="description">Description</h3> -<p>npm puts various things on your computer. That's its job.</p> -<p>This document will tell you what it puts where.</p> -<h4 id="tldr">tl;dr</h4> -<ul> -<li>Local install (default): puts stuff in <code>./node_modules</code> of the current -package root.</li> -<li>Global install (with <code>-g</code>): puts stuff in /usr/local or wherever node -is installed.</li> -<li>Install it <strong>locally</strong> if you're going to <code>require()</code> it.</li> -<li>Install it <strong>globally</strong> if you're going to run it on the command line.</li> -<li>If you need both, then install it in both places, or use <code>npm link</code>.</li> -</ul> -<h4 id="prefix-configuration">prefix Configuration</h4> -<p>The <a href="../using-npm/config#prefix.html"><code>prefix</code> config</a> defaults to the location where -node is installed. On most systems, this is <code>/usr/local</code>. On Windows, it's -<code>%AppData%\npm</code>. On Unix systems, it's one level up, since node is typically -installed at <code>{prefix}/bin/node</code> rather than <code>{prefix}/node.exe</code>.</p> -<p>When the <code>global</code> flag is set, npm installs things into this prefix. -When it is not set, it uses the root of the current package, or the -current working directory if not in a package already.</p> -<h4 id="node-modules">Node Modules</h4> -<p>Packages are dropped into the <code>node_modules</code> folder under the <code>prefix</code>. -When installing locally, this means that you can -<code>require("packagename")</code> to load its main module, or -<code>require("packagename/lib/path/to/sub/module")</code> to load other modules.</p> -<p>Global installs on Unix systems go to <code>{prefix}/lib/node_modules</code>. -Global installs on Windows go to <code>{prefix}/node_modules</code> (that is, no -<code>lib</code> folder.)</p> -<p>Scoped packages are installed the same way, except they are grouped together -in a sub-folder of the relevant <code>node_modules</code> folder with the name of that -scope prefix by the @ symbol, e.g. <code>npm install @myorg/package</code> would place -the package in <code>{prefix}/node_modules/@myorg/package</code>. See -<a href="../using-npm/scope.html"><code>scope</code></a> for more details.</p> -<p>If you wish to <code>require()</code> a package, then install it locally.</p> -<h4 id="executables">Executables</h4> -<p>When in global mode, executables are linked into <code>{prefix}/bin</code> on Unix, -or directly into <code>{prefix}</code> on Windows. Ensure that path is in your -terminal's <code>PATH</code> environment to run them.</p> -<p>When in local mode, executables are linked into -<code>./node_modules/.bin</code> so that they can be made available to scripts run -through npm. (For example, so that a test runner will be in the path -when you run <code>npm test</code>.)</p> -<h4 id="man-pages">Man Pages</h4> -<p>When in global mode, man pages are linked into <code>{prefix}/share/man</code>.</p> -<p>When in local mode, man pages are not installed.</p> -<p>Man pages are not installed on Windows systems.</p> -<h4 id="cache">Cache</h4> -<p>See <a href="../commands/npm-cache.html"><code>npm cache</code></a>. Cache files are stored in <code>~/.npm</code> on Posix, or -<code>%AppData%/npm-cache</code> on Windows.</p> -<p>This is controlled by the <a href="../using-npm/config#cache.html"><code>cache</code> config</a> param.</p> -<h4 id="temp-files">Temp Files</h4> -<p>Temporary files are stored by default in the folder specified by the -<a href="../using-npm/config#tmp.html"><code>tmp</code> config</a>, which defaults to the TMPDIR, TMP, or -TEMP environment variables, or <code>/tmp</code> on Unix and <code>c:\windows\temp</code> on Windows.</p> -<p>Temp files are given a unique folder under this root for each run of the -program, and are deleted upon successful exit.</p> -<h3 id="more-information">More Information</h3> -<p>When installing locally, npm first tries to find an appropriate -<code>prefix</code> folder. This is so that <code>npm install foo@1.2.3</code> will install -to the sensible root of your package, even if you happen to have <code>cd</code>ed -into some other folder.</p> -<p>Starting at the $PWD, npm will walk up the folder tree checking for a -folder that contains either a <code>package.json</code> file, or a <code>node_modules</code> -folder. If such a thing is found, then that is treated as the effective -"current directory" for the purpose of running npm commands. (This -behavior is inspired by and similar to git's .git-folder seeking -logic when running git commands in a working dir.)</p> -<p>If no package root is found, then the current folder is used.</p> -<p>When you run <code>npm install foo@1.2.3</code>, then the package is loaded into -the cache, and then unpacked into <code>./node_modules/foo</code>. Then, any of -foo's dependencies are similarly unpacked into -<code>./node_modules/foo/node_modules/...</code>.</p> -<p>Any bin files are symlinked to <code>./node_modules/.bin/</code>, so that they may -be found by npm scripts when necessary.</p> -<h4 id="global-installation">Global Installation</h4> -<p>If the <a href="../using-npm/config#global.html"><code>global</code> config</a> is set to true, then npm will -install packages "globally".</p> -<p>For global installation, packages are installed roughly the same way, -but using the folders described above.</p> -<h4 id="cycles-conflicts-and-folder-parsimony">Cycles, Conflicts, and Folder Parsimony</h4> -<p>Cycles are handled using the property of node's module system that it -walks up the directories looking for <code>node_modules</code> folders. So, at every -stage, if a package is already installed in an ancestor <code>node_modules</code> -folder, then it is not installed at the current location.</p> -<p>Consider the case above, where <code>foo -&gt; bar -&gt; baz</code>. Imagine if, in -addition to that, baz depended on bar, so you'd have: -<code>foo -&gt; bar -&gt; baz -&gt; bar -&gt; baz ...</code>. However, since the folder -structure is: <code>foo/node_modules/bar/node_modules/baz</code>, there's no need to -put another copy of bar into <code>.../baz/node_modules</code>, since when baz calls -<code>require("bar")</code>, it will get the copy that is installed in -<code>foo/node_modules/bar</code>.</p> -<p>This shortcut is only used if the exact same -version would be installed in multiple nested <code>node_modules</code> folders. It -is still possible to have <code>a/node_modules/b/node_modules/a</code> if the two -"a" packages are different versions. However, without repeating the -exact same package multiple times, an infinite regress will always be -prevented.</p> -<p>Another optimization can be made by installing dependencies at the -highest level possible, below the localized "target" folder (hoisting). -Since version 3, npm hoists dependencies by default.</p> -<h4 id="example">Example</h4> -<p>Consider this dependency graph:</p> -<pre><code class="language-bash">foo -+-- blerg@1.2.5 -+-- bar@1.2.3 -| +-- blerg@1.x (latest=1.3.7) -| +-- baz@2.x -| | `-- quux@3.x -| | `-- bar@1.2.3 (cycle) -| `-- asdf@* -`-- baz@1.2.3 - `-- quux@3.x - `-- bar -</code></pre> -<p>In this case, we might expect a folder structure like this -(with all dependencies hoisted to the highest level possible):</p> -<pre><code class="language-bash">foo -+-- node_modules - +-- blerg (1.2.5) &lt;---[A] - +-- bar (1.2.3) &lt;---[B] - | +-- node_modules - | +-- baz (2.0.2) &lt;---[C] - +-- asdf (2.3.4) - +-- baz (1.2.3) &lt;---[D] - +-- quux (3.2.0) &lt;---[E] -</code></pre> -<p>Since foo depends directly on <code>bar@1.2.3</code> and <code>baz@1.2.3</code>, those are -installed in foo's <code>node_modules</code> folder.</p> -<p>Even though the latest copy of blerg is 1.3.7, foo has a specific -dependency on version 1.2.5. So, that gets installed at [A]. Since the -parent installation of blerg satisfies bar's dependency on <code>blerg@1.x</code>, -it does not install another copy under [B].</p> -<p>Bar [B] also has dependencies on baz and asdf. Because it depends on <code>baz@2.x</code>, it cannot -re-use the <code>baz@1.2.3</code> installed in the parent <code>node_modules</code> folder [D], -and must install its own copy [C]. In order to minimize duplication, npm hoists -dependencies to the top level by default, so asdf is installed under [A].</p> -<p>Underneath bar, the <code>baz -&gt; quux -&gt; bar</code> dependency creates a cycle. -However, because bar is already in quux's ancestry [B], it does not -unpack another copy of bar into that folder. Likewise, quux's [E] -folder tree is empty, because its dependency on bar is satisfied -by the parent folder copy installed at [B].</p> -<p>For a graphical breakdown of what is installed where, use <code>npm ls</code>.</p> -<h4 id="publishing">Publishing</h4> -<p>Upon publishing, npm will look in the <code>node_modules</code> folder. If any of -the items there are not in the <code>bundleDependencies</code> array, then they will -not be included in the package tarball.</p> -<p>This allows a package maintainer to install all of their dependencies -(and dev dependencies) locally, but only re-publish those items that -cannot be found elsewhere. See <a href="../configuring-npm/package-json.html"><code>package.json</code></a> for more information.</p> -<h3 id="see-also">See also</h3> -<ul> -<li><a href="../configuring-npm/package-json.html">package.json</a></li> -<li><a href="../commands/npm-install.html">npm install</a></li> -<li><a href="../commands/npm-pack.html">npm pack</a></li> -<li><a href="../commands/npm-cache.html">npm cache</a></li> -<li><a href="../commands/npm-config.html">npm config</a></li> -<li><a href="../configuring-npm/npmrc.html">npmrc</a></li> -<li><a href="../using-npm/config.html">config</a></li> -<li><a href="../commands/npm-publish.html">npm publish</a></li> -</ul></div> - -<footer id="edit"> -<a href="https://github.com/npm/cli/edit/latest/docs/content/configuring-npm/folders.md"> -<svg role="img" viewBox="0 0 16 16" width="16" height="16" fill="currentcolor" style="vertical-align: text-bottom; margin-right: 0.3em;"> -<path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path> -</svg> -Edit this page on GitHub -</a> -</footer> -</section> - - - -</body></html> \ No newline at end of file diff --git a/software/flow/node_modules/npm/docs/output/configuring-npm/install.html b/software/flow/node_modules/npm/docs/output/configuring-npm/install.html deleted file mode 100644 index 7acebd7..0000000 --- a/software/flow/node_modules/npm/docs/output/configuring-npm/install.html +++ /dev/null @@ -1,226 +0,0 @@ -<!DOCTYPE html><html><head> -<meta charset="utf-8"> -<title>install</title> -<style> -body { - background-color: #ffffff; - color: #24292e; - - margin: 0; - - line-height: 1.5; - - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; -} -#rainbar { - height: 10px; - background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); -} - -a { - text-decoration: none; - color: #0366d6; -} -a:hover { - text-decoration: underline; -} - -pre { - margin: 1em 0px; - padding: 1em; - border: solid 1px #e1e4e8; - border-radius: 6px; - - display: block; - overflow: auto; - - white-space: pre; - - background-color: #f6f8fa; - color: #393a34; -} -code { - font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; - font-size: 85%; - padding: 0.2em 0.4em; - background-color: #f6f8fa; - color: #393a34; -} -pre > code { - padding: 0; - background-color: inherit; - color: inherit; -} -h1, h2, h3 { - font-weight: 600; -} - -#logobar { - background-color: #333333; - margin: 0 auto; - padding: 1em 4em; -} -#logobar .logo { - float: left; -} -#logobar .title { - font-weight: 600; - color: #dddddd; - float: left; - margin: 5px 0 0 1em; -} -#logobar:after { - content: ""; - display: block; - clear: both; -} - -#content { - margin: 0 auto; - padding: 0 4em; -} - -#table_of_contents > h2 { - font-size: 1.17em; -} -#table_of_contents ul:first-child { - border: solid 1px #e1e4e8; - border-radius: 6px; - padding: 1em; - background-color: #f6f8fa; - color: #393a34; -} -#table_of_contents ul { - list-style-type: none; - padding-left: 1.5em; -} -#table_of_contents li { - font-size: 0.9em; -} -#table_of_contents li a { - color: #000000; -} - -header.title { - border-bottom: solid 1px #e1e4e8; -} -header.title > h1 { - margin-bottom: 0.25em; -} -header.title > .description { - display: block; - margin-bottom: 0.5em; - line-height: 1; -} - -footer#edit { - border-top: solid 1px #e1e4e8; - margin: 3em 0 4em 0; - padding-top: 2em; -} -</style> -</head> -<body> -<div id="banner"> -<div id="rainbar"></div> -<div id="logobar"> -<svg class="logo" role="img" height="32" width="32" viewBox="0 0 700 700"> -<polygon fill="#cb0000" points="0,700 700,700 700,0 0,0"></polygon> -<polygon fill="#ffffff" points="150,550 350,550 350,250 450,250 450,550 550,550 550,150 150,150"></polygon> -</svg> -<div class="title"> -npm command-line interface -</div> -</div> -</div> - -<section id="content"> -<header class="title"> -<h1 id="install">install</h1> -<span class="description">Download and install node and npm</span> -</header> - -<section id="table_of_contents"> -<h2 id="table-of-contents">Table of contents</h2> -<div id="_table_of_contents"><ul><li><a href="#description">Description</a></li><li><a href="#overview">Overview</a></li><li><a href="#checking-your-version-of-npm-and-nodejs">Checking your version of npm and Node.js</a></li><li><a href="#using-a-node-version-manager-to-install-nodejs-and-npm">Using a Node version manager to install Node.js and npm</a></li><ul><li><a href="#osx-or-linux-node-version-managers">OSX or Linux Node version managers</a></li><li><a href="#windows-node-version-managers">Windows Node version managers</a></li></ul><li><a href="#using-a-node-installer-to-install-nodejs-and-npm">Using a Node installer to install Node.js and npm</a></li><ul><li><a href="#os-x-or-windows-node-installers">OS X or Windows Node installers</a></li><li><a href="#linux-or-other-operating-systems-node-installers">Linux or other operating systems Node installers</a></li><li><a href="#less-common-operating-systems">Less-common operating systems</a></li></ul></ul></div> -</section> - -<div id="_content"><h3 id="description">Description</h3> -<p>To publish and install packages to and from the public npm registry, you -must install Node.js and the npm command line interface using either a Node -version manager or a Node installer. <strong>We strongly recommend using a Node -version manager to install Node.js and npm.</strong> We do not recommend using a -Node installer, since the Node installation process installs npm in a -directory with local permissions and can cause permissions errors when you -run npm packages globally.</p> -<h3 id="overview">Overview</h3> -<ul> -<li><a href="#checking-your-version-of-npm-and-nodejs">Checking your version of npm and -Node.js</a></li> -<li><a href="#using-a-node-version-manager-to-install-nodejs-and-npm">Using a Node version manager to install Node.js and -npm</a></li> -<li><a href="#using-a-node-installer-to-install-nodejs-and-npm">Using a Node installer to install Node.js and -npm</a></li> -</ul> -<h3 id="checking-your-version-of-npm-and-nodejs">Checking your version of npm and Node.js</h3> -<p>To see if you already have Node.js and npm installed and check the -installed version, run the following commands:</p> -<pre><code>node -v -npm -v -</code></pre> -<h3 id="using-a-node-version-manager-to-install-nodejs-and-npm">Using a Node version manager to install Node.js and npm</h3> -<p>Node version managers allow you to install and switch between multiple -versions of Node.js and npm on your system so you can test your -applications on multiple versions of npm to ensure they work for users on -different versions.</p> -<h4 id="osx-or-linux-node-version-managers">OSX or Linux Node version managers</h4> -<ul> -<li><a href="https://github.com/creationix/nvm">nvm</a></li> -<li><a href="https://github.com/tj/n">n</a></li> -</ul> -<h4 id="windows-node-version-managers">Windows Node version managers</h4> -<ul> -<li><a href="https://github.com/marcelklehr/nodist">nodist</a></li> -<li><a href="https://github.com/coreybutler/nvm-windows">nvm-windows</a></li> -</ul> -<h3 id="using-a-node-installer-to-install-nodejs-and-npm">Using a Node installer to install Node.js and npm</h3> -<p>If you are unable to use a Node version manager, you can use a Node -installer to install both Node.js and npm on your system.</p> -<ul> -<li><a href="https://nodejs.org/en/download/">Node.js installer</a></li> -<li><a href="https://github.com/nodesource/distributions">NodeSource installer</a>. If -you use Linux, we recommend that you use a NodeSource installer.</li> -</ul> -<h4 id="os-x-or-windows-node-installers">OS X or Windows Node installers</h4> -<p>If you're using OS X or Windows, use one of the installers from the -<a href="https://nodejs.org/en/download/">Node.js download page</a>. Be sure to -install the version labeled <strong>LTS</strong>. Other versions have not yet been -tested with npm.</p> -<h4 id="linux-or-other-operating-systems-node-installers">Linux or other operating systems Node installers</h4> -<p>If you're using Linux or another operating system, use one of the following -installers:</p> -<ul> -<li><a href="https://github.com/nodesource/distributions">NodeSource installer</a> -(recommended)</li> -<li>One of the installers on the <a href="https://nodejs.org/en/download/">Node.js download -page</a></li> -</ul> -<p>Or see <a href="https://nodejs.org/en/download/package-manager/">this page</a> to -install npm for Linux in the way many Linux developers prefer.</p> -<h4 id="less-common-operating-systems">Less-common operating systems</h4> -<p>For more information on installing Node.js on a variety of operating -systems, see <a href="https://nodejs.org/en/download/package-manager/">this page</a>.</p></div> - -<footer id="edit"> -<a href="https://github.com/npm/cli/edit/latest/docs/content/configuring-npm/install.md"> -<svg role="img" viewBox="0 0 16 16" width="16" height="16" fill="currentcolor" style="vertical-align: text-bottom; margin-right: 0.3em;"> -<path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path> -</svg> -Edit this page on GitHub -</a> -</footer> -</section> - - - -</body></html> \ No newline at end of file diff --git a/software/flow/node_modules/npm/docs/output/configuring-npm/npm-shrinkwrap-json.html b/software/flow/node_modules/npm/docs/output/configuring-npm/npm-shrinkwrap-json.html deleted file mode 100644 index f03832d..0000000 --- a/software/flow/node_modules/npm/docs/output/configuring-npm/npm-shrinkwrap-json.html +++ /dev/null @@ -1,184 +0,0 @@ -<!DOCTYPE html><html><head> -<meta charset="utf-8"> -<title>npm-shrinkwrap.json</title> -<style> -body { - background-color: #ffffff; - color: #24292e; - - margin: 0; - - line-height: 1.5; - - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; -} -#rainbar { - height: 10px; - background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); -} - -a { - text-decoration: none; - color: #0366d6; -} -a:hover { - text-decoration: underline; -} - -pre { - margin: 1em 0px; - padding: 1em; - border: solid 1px #e1e4e8; - border-radius: 6px; - - display: block; - overflow: auto; - - white-space: pre; - - background-color: #f6f8fa; - color: #393a34; -} -code { - font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; - font-size: 85%; - padding: 0.2em 0.4em; - background-color: #f6f8fa; - color: #393a34; -} -pre > code { - padding: 0; - background-color: inherit; - color: inherit; -} -h1, h2, h3 { - font-weight: 600; -} - -#logobar { - background-color: #333333; - margin: 0 auto; - padding: 1em 4em; -} -#logobar .logo { - float: left; -} -#logobar .title { - font-weight: 600; - color: #dddddd; - float: left; - margin: 5px 0 0 1em; -} -#logobar:after { - content: ""; - display: block; - clear: both; -} - -#content { - margin: 0 auto; - padding: 0 4em; -} - -#table_of_contents > h2 { - font-size: 1.17em; -} -#table_of_contents ul:first-child { - border: solid 1px #e1e4e8; - border-radius: 6px; - padding: 1em; - background-color: #f6f8fa; - color: #393a34; -} -#table_of_contents ul { - list-style-type: none; - padding-left: 1.5em; -} -#table_of_contents li { - font-size: 0.9em; -} -#table_of_contents li a { - color: #000000; -} - -header.title { - border-bottom: solid 1px #e1e4e8; -} -header.title > h1 { - margin-bottom: 0.25em; -} -header.title > .description { - display: block; - margin-bottom: 0.5em; - line-height: 1; -} - -footer#edit { - border-top: solid 1px #e1e4e8; - margin: 3em 0 4em 0; - padding-top: 2em; -} -</style> -</head> -<body> -<div id="banner"> -<div id="rainbar"></div> -<div id="logobar"> -<svg class="logo" role="img" height="32" width="32" viewBox="0 0 700 700"> -<polygon fill="#cb0000" points="0,700 700,700 700,0 0,0"></polygon> -<polygon fill="#ffffff" points="150,550 350,550 350,250 450,250 450,550 550,550 550,150 150,150"></polygon> -</svg> -<div class="title"> -npm command-line interface -</div> -</div> -</div> - -<section id="content"> -<header class="title"> -<h1 id="npm-shrinkwrapjson">npm-shrinkwrap.json</h1> -<span class="description">A publishable lockfile</span> -</header> - -<section id="table_of_contents"> -<h2 id="table-of-contents">Table of contents</h2> -<div id="_table_of_contents"><ul><li><a href="#description">Description</a></li><li><a href="#see-also">See also</a></li></ul></div> -</section> - -<div id="_content"><h3 id="description">Description</h3> -<p><code>npm-shrinkwrap.json</code> is a file created by <a href="../commands/npm-shrinkwrap.html"><code>npm shrinkwrap</code></a>. It is identical to -<code>package-lock.json</code>, with one major caveat: Unlike <code>package-lock.json</code>, -<code>npm-shrinkwrap.json</code> may be included when publishing a package.</p> -<p>The recommended use-case for <code>npm-shrinkwrap.json</code> is applications deployed -through the publishing process on the registry: for example, daemons and -command-line tools intended as global installs or <code>devDependencies</code>. It's -strongly discouraged for library authors to publish this file, since that -would prevent end users from having control over transitive dependency -updates.</p> -<p>If both <code>package-lock.json</code> and <code>npm-shrinkwrap.json</code> are present in a -package root, <code>npm-shrinkwrap.json</code> will be preferred over the -<code>package-lock.json</code> file.</p> -<p>For full details and description of the <code>npm-shrinkwrap.json</code> file format, -refer to the manual page for -<a href="../configuring-npm/package-lock-json.html">package-lock.json</a>.</p> -<h3 id="see-also">See also</h3> -<ul> -<li><a href="../commands/npm-shrinkwrap.html">npm shrinkwrap</a></li> -<li><a href="../configuring-npm/package-lock-json.html">package-lock.json</a></li> -<li><a href="../configuring-npm/package-json.html">package.json</a></li> -<li><a href="../commands/npm-install.html">npm install</a></li> -</ul></div> - -<footer id="edit"> -<a href="https://github.com/npm/cli/edit/latest/docs/content/configuring-npm/npm-shrinkwrap-json.md"> -<svg role="img" viewBox="0 0 16 16" width="16" height="16" fill="currentcolor" style="vertical-align: text-bottom; margin-right: 0.3em;"> -<path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path> -</svg> -Edit this page on GitHub -</a> -</footer> -</section> - - - -</body></html> \ No newline at end of file diff --git a/software/flow/node_modules/npm/docs/output/configuring-npm/npmrc.html b/software/flow/node_modules/npm/docs/output/configuring-npm/npmrc.html deleted file mode 100644 index 0e27de6..0000000 --- a/software/flow/node_modules/npm/docs/output/configuring-npm/npmrc.html +++ /dev/null @@ -1,261 +0,0 @@ -<!DOCTYPE html><html><head> -<meta charset="utf-8"> -<title>npmrc</title> -<style> -body { - background-color: #ffffff; - color: #24292e; - - margin: 0; - - line-height: 1.5; - - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; -} -#rainbar { - height: 10px; - background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); -} - -a { - text-decoration: none; - color: #0366d6; -} -a:hover { - text-decoration: underline; -} - -pre { - margin: 1em 0px; - padding: 1em; - border: solid 1px #e1e4e8; - border-radius: 6px; - - display: block; - overflow: auto; - - white-space: pre; - - background-color: #f6f8fa; - color: #393a34; -} -code { - font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; - font-size: 85%; - padding: 0.2em 0.4em; - background-color: #f6f8fa; - color: #393a34; -} -pre > code { - padding: 0; - background-color: inherit; - color: inherit; -} -h1, h2, h3 { - font-weight: 600; -} - -#logobar { - background-color: #333333; - margin: 0 auto; - padding: 1em 4em; -} -#logobar .logo { - float: left; -} -#logobar .title { - font-weight: 600; - color: #dddddd; - float: left; - margin: 5px 0 0 1em; -} -#logobar:after { - content: ""; - display: block; - clear: both; -} - -#content { - margin: 0 auto; - padding: 0 4em; -} - -#table_of_contents > h2 { - font-size: 1.17em; -} -#table_of_contents ul:first-child { - border: solid 1px #e1e4e8; - border-radius: 6px; - padding: 1em; - background-color: #f6f8fa; - color: #393a34; -} -#table_of_contents ul { - list-style-type: none; - padding-left: 1.5em; -} -#table_of_contents li { - font-size: 0.9em; -} -#table_of_contents li a { - color: #000000; -} - -header.title { - border-bottom: solid 1px #e1e4e8; -} -header.title > h1 { - margin-bottom: 0.25em; -} -header.title > .description { - display: block; - margin-bottom: 0.5em; - line-height: 1; -} - -footer#edit { - border-top: solid 1px #e1e4e8; - margin: 3em 0 4em 0; - padding-top: 2em; -} -</style> -</head> -<body> -<div id="banner"> -<div id="rainbar"></div> -<div id="logobar"> -<svg class="logo" role="img" height="32" width="32" viewBox="0 0 700 700"> -<polygon fill="#cb0000" points="0,700 700,700 700,0 0,0"></polygon> -<polygon fill="#ffffff" points="150,550 350,550 350,250 450,250 450,550 550,550 550,150 150,150"></polygon> -</svg> -<div class="title"> -npm command-line interface -</div> -</div> -</div> - -<section id="content"> -<header class="title"> -<h1 id="npmrc">npmrc</h1> -<span class="description">The npm config files</span> -</header> - -<section id="table_of_contents"> -<h2 id="table-of-contents">Table of contents</h2> -<div id="_table_of_contents"><ul><li><a href="#description">Description</a></li><li><a href="#files">Files</a></li><ul><li><a href="#comments">Comments</a></li><li><a href="#per-project-config-file">Per-project config file</a></li><li><a href="#per-user-config-file">Per-user config file</a></li><li><a href="#global-config-file">Global config file</a></li><li><a href="#built-in-config-file">Built-in config file</a></li></ul><li><a href="#auth-related-configuration">Auth related configuration</a></li><li><a href="#see-also">See also</a></li></ul></div> -</section> - -<div id="_content"><h3 id="description">Description</h3> -<p>npm gets its config settings from the command line, environment variables, -and <code>npmrc</code> files.</p> -<p>The <code>npm config</code> command can be used to update and edit the contents of the -user and global npmrc files.</p> -<p>For a list of available configuration options, see -<a href="../using-npm/config.html">config</a>.</p> -<h3 id="files">Files</h3> -<p>The four relevant files are:</p> -<ul> -<li>per-project config file (/path/to/my/project/.npmrc)</li> -<li>per-user config file (~/.npmrc)</li> -<li>global config file ($PREFIX/etc/npmrc)</li> -<li>npm builtin config file (/path/to/npm/npmrc)</li> -</ul> -<p>All npm config files are an ini-formatted list of <code>key = value</code> parameters. -Environment variables can be replaced using <code>${VARIABLE_NAME}</code>. For -example:</p> -<pre><code class="language-bash">prefix = ${HOME}/.npm-packages -</code></pre> -<p>Each of these files is loaded, and config options are resolved in priority -order. For example, a setting in the userconfig file would override the -setting in the globalconfig file.</p> -<p>Array values are specified by adding "[]" after the key name. For example:</p> -<pre><code class="language-bash">key[] = "first value" -key[] = "second value" -</code></pre> -<h4 id="comments">Comments</h4> -<p>Lines in <code>.npmrc</code> files are interpreted as comments when they begin with a -<code>;</code> or <code>#</code> character. <code>.npmrc</code> files are parsed by -<a href="https://github.com/npm/ini">npm/ini</a>, which specifies this comment syntax.</p> -<p>For example:</p> -<pre><code class="language-bash"># last modified: 01 Jan 2016 -; Set a new registry for a scoped package -@myscope:registry=https://mycustomregistry.example.org -</code></pre> -<h4 id="per-project-config-file">Per-project config file</h4> -<p>When working locally in a project, a <code>.npmrc</code> file in the root of the -project (ie, a sibling of <code>node_modules</code> and <code>package.json</code>) will set -config values specific to this project.</p> -<p>Note that this only applies to the root of the project that you're running -npm in. It has no effect when your module is published. For example, you -can't publish a module that forces itself to install globally, or in a -different location.</p> -<p>Additionally, this file is not read in global mode, such as when running -<code>npm install -g</code>.</p> -<h4 id="per-user-config-file">Per-user config file</h4> -<p><code>$HOME/.npmrc</code> (or the <code>userconfig</code> param, if set in the environment or on -the command line)</p> -<h4 id="global-config-file">Global config file</h4> -<p><code>$PREFIX/etc/npmrc</code> (or the <code>globalconfig</code> param, if set above): This file -is an ini-file formatted list of <code>key = value</code> parameters. Environment -variables can be replaced as above.</p> -<h4 id="built-in-config-file">Built-in config file</h4> -<p><code>path/to/npm/itself/npmrc</code></p> -<p>This is an unchangeable "builtin" configuration file that npm keeps -consistent across updates. Set fields in here using the <code>./configure</code> -script that comes with npm. This is primarily for distribution maintainers -to override default configs in a standard and consistent manner.</p> -<h3 id="auth-related-configuration">Auth related configuration</h3> -<p>The settings <code>_auth</code>, <code>_authToken</code>, <code>username</code> and <code>_password</code> must all be -scoped to a specific registry. This ensures that <code>npm</code> will never send -credentials to the wrong host.</p> -<p>The full list is:</p> -<ul> -<li><code>_auth</code> (base64 authentication string)</li> -<li><code>_authToken</code> (authentication token)</li> -<li><code>username</code></li> -<li><code>_password</code></li> -<li><code>email</code></li> -<li><code>certfile</code> (path to certificate file)</li> -<li><code>keyfile</code> (path to key file)</li> -</ul> -<p>In order to scope these values, they must be prefixed by a URI fragment. -If the credential is meant for any request to a registry on a single host, -the scope may look like <code>//registry.npmjs.org/:</code>. If it must be scoped to a -specific path on the host that path may also be provided, such as -<code>//my-custom-registry.org/unique/path:</code>.</p> -<pre><code>; bad config -_authToken=MYTOKEN - -; good config -@myorg:registry=https://somewhere-else.com/myorg -@another:registry=https://somewhere-else.com/another -//registry.npmjs.org/:_authToken=MYTOKEN -; would apply to both @myorg and @another -; //somewhere-else.com/:_authToken=MYTOKEN -; would apply only to @myorg -//somewhere-else.com/myorg/:_authToken=MYTOKEN1 -; would apply only to @another -//somewhere-else.com/another/:_authToken=MYTOKEN2 -</code></pre> -<h3 id="see-also">See also</h3> -<ul> -<li><a href="../configuring-npm/folders.html">npm folders</a></li> -<li><a href="../commands/npm-config.html">npm config</a></li> -<li><a href="../using-npm/config.html">config</a></li> -<li><a href="../configuring-npm/package-json.html">package.json</a></li> -<li><a href="../commands/npm.html">npm</a></li> -</ul></div> - -<footer id="edit"> -<a href="https://github.com/npm/cli/edit/latest/docs/content/configuring-npm/npmrc.md"> -<svg role="img" viewBox="0 0 16 16" width="16" height="16" fill="currentcolor" style="vertical-align: text-bottom; margin-right: 0.3em;"> -<path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path> -</svg> -Edit this page on GitHub -</a> -</footer> -</section> - - - -</body></html> \ No newline at end of file diff --git a/software/flow/node_modules/npm/docs/output/configuring-npm/package-json.html b/software/flow/node_modules/npm/docs/output/configuring-npm/package-json.html deleted file mode 100644 index 2225565..0000000 --- a/software/flow/node_modules/npm/docs/output/configuring-npm/package-json.html +++ /dev/null @@ -1,1055 +0,0 @@ -<!DOCTYPE html><html><head> -<meta charset="utf-8"> -<title>package.json</title> -<style> -body { - background-color: #ffffff; - color: #24292e; - - margin: 0; - - line-height: 1.5; - - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; -} -#rainbar { - height: 10px; - background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); -} - -a { - text-decoration: none; - color: #0366d6; -} -a:hover { - text-decoration: underline; -} - -pre { - margin: 1em 0px; - padding: 1em; - border: solid 1px #e1e4e8; - border-radius: 6px; - - display: block; - overflow: auto; - - white-space: pre; - - background-color: #f6f8fa; - color: #393a34; -} -code { - font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; - font-size: 85%; - padding: 0.2em 0.4em; - background-color: #f6f8fa; - color: #393a34; -} -pre > code { - padding: 0; - background-color: inherit; - color: inherit; -} -h1, h2, h3 { - font-weight: 600; -} - -#logobar { - background-color: #333333; - margin: 0 auto; - padding: 1em 4em; -} -#logobar .logo { - float: left; -} -#logobar .title { - font-weight: 600; - color: #dddddd; - float: left; - margin: 5px 0 0 1em; -} -#logobar:after { - content: ""; - display: block; - clear: both; -} - -#content { - margin: 0 auto; - padding: 0 4em; -} - -#table_of_contents > h2 { - font-size: 1.17em; -} -#table_of_contents ul:first-child { - border: solid 1px #e1e4e8; - border-radius: 6px; - padding: 1em; - background-color: #f6f8fa; - color: #393a34; -} -#table_of_contents ul { - list-style-type: none; - padding-left: 1.5em; -} -#table_of_contents li { - font-size: 0.9em; -} -#table_of_contents li a { - color: #000000; -} - -header.title { - border-bottom: solid 1px #e1e4e8; -} -header.title > h1 { - margin-bottom: 0.25em; -} -header.title > .description { - display: block; - margin-bottom: 0.5em; - line-height: 1; -} - -footer#edit { - border-top: solid 1px #e1e4e8; - margin: 3em 0 4em 0; - padding-top: 2em; -} -</style> -</head> -<body> -<div id="banner"> -<div id="rainbar"></div> -<div id="logobar"> -<svg class="logo" role="img" height="32" width="32" viewBox="0 0 700 700"> -<polygon fill="#cb0000" points="0,700 700,700 700,0 0,0"></polygon> -<polygon fill="#ffffff" points="150,550 350,550 350,250 450,250 450,550 550,550 550,150 150,150"></polygon> -</svg> -<div class="title"> -npm command-line interface -</div> -</div> -</div> - -<section id="content"> -<header class="title"> -<h1 id="packagejson">package.json</h1> -<span class="description">Specifics of npm's package.json handling</span> -</header> - -<section id="table_of_contents"> -<h2 id="table-of-contents">Table of contents</h2> -<div id="_table_of_contents"><ul><li><a href="#description">Description</a></li><li><a href="#name">name</a></li><li><a href="#version">version</a></li><li><a href="#description2">description</a></li><li><a href="#keywords">keywords</a></li><li><a href="#homepage">homepage</a></li><li><a href="#bugs">bugs</a></li><li><a href="#license">license</a></li><li><a href="#people-fields-author-contributors">people fields: author, contributors</a></li><li><a href="#funding">funding</a></li><li><a href="#files">files</a></li><li><a href="#main">main</a></li><li><a href="#browser">browser</a></li><li><a href="#bin">bin</a></li><li><a href="#man">man</a></li><li><a href="#directories">directories</a></li><ul><li><a href="#directoriesbin">directories.bin</a></li><li><a href="#directoriesman">directories.man</a></li></ul><li><a href="#repository">repository</a></li><li><a href="#scripts">scripts</a></li><li><a href="#config">config</a></li><li><a href="#dependencies">dependencies</a></li><ul><li><a href="#urls-as-dependencies">URLs as Dependencies</a></li><li><a href="#git-urls-as-dependencies">Git URLs as Dependencies</a></li><li><a href="#github-urls">GitHub URLs</a></li><li><a href="#local-paths">Local Paths</a></li></ul><li><a href="#devdependencies">devDependencies</a></li><li><a href="#peerdependencies">peerDependencies</a></li><li><a href="#peerdependenciesmeta">peerDependenciesMeta</a></li><li><a href="#bundledependencies">bundleDependencies</a></li><li><a href="#optionaldependencies">optionalDependencies</a></li><li><a href="#overrides">overrides</a></li><li><a href="#engines">engines</a></li><li><a href="#os">os</a></li><li><a href="#cpu">cpu</a></li><li><a href="#private">private</a></li><li><a href="#publishconfig">publishConfig</a></li><li><a href="#workspaces">workspaces</a></li><li><a href="#default-values">DEFAULT VALUES</a></li><li><a href="#see-also">SEE ALSO</a></li></ul></div> -</section> - -<div id="_content"><h3 id="description">Description</h3> -<p>This document is all you need to know about what's required in your -package.json file. It must be actual JSON, not just a JavaScript object -literal.</p> -<p>A lot of the behavior described in this document is affected by the config -settings described in <a href="../using-npm/config.html"><code>config</code></a>.</p> -<h3 id="name">name</h3> -<p>If you plan to publish your package, the <em>most</em> important things in your -package.json are the name and version fields as they will be required. The -name and version together form an identifier that is assumed to be -completely unique. Changes to the package should come along with changes -to the version. If you don't plan to publish your package, the name and -version fields are optional.</p> -<p>The name is what your thing is called.</p> -<p>Some rules:</p> -<ul> -<li>The name must be less than or equal to 214 characters. This includes the -scope for scoped packages.</li> -<li>The names of scoped packages can begin with a dot or an underscore. This -is not permitted without a scope.</li> -<li>New packages must not have uppercase letters in the name.</li> -<li>The name ends up being part of a URL, an argument on the command line, -and a folder name. Therefore, the name can't contain any non-URL-safe -characters.</li> -</ul> -<p>Some tips:</p> -<ul> -<li>Don't use the same name as a core Node module.</li> -<li>Don't put "js" or "node" in the name. It's assumed that it's js, since -you're writing a package.json file, and you can specify the engine using -the "engines" field. (See below.)</li> -<li>The name will probably be passed as an argument to require(), so it -should be something short, but also reasonably descriptive.</li> -<li>You may want to check the npm registry to see if there's something by -that name already, before you get too attached to it. -<a href="https://www.npmjs.com/">https://www.npmjs.com/</a></li> -</ul> -<p>A name can be optionally prefixed by a scope, e.g. <code>@myorg/mypackage</code>. See -<a href="../using-npm/scope.html"><code>scope</code></a> for more detail.</p> -<h3 id="version">version</h3> -<p>If you plan to publish your package, the <em>most</em> important things in your -package.json are the name and version fields as they will be required. The -name and version together form an identifier that is assumed to be -completely unique. Changes to the package should come along with changes -to the version. If you don't plan to publish your package, the name and -version fields are optional.</p> -<p>Version must be parseable by -<a href="https://github.com/npm/node-semver">node-semver</a>, which is bundled with -npm as a dependency. (<code>npm install semver</code> to use it yourself.)</p> -<h3 id="description2">description</h3> -<p>Put a description in it. It's a string. This helps people discover your -package, as it's listed in <code>npm search</code>.</p> -<h3 id="keywords">keywords</h3> -<p>Put keywords in it. It's an array of strings. This helps people discover -your package as it's listed in <code>npm search</code>.</p> -<h3 id="homepage">homepage</h3> -<p>The url to the project homepage.</p> -<p>Example:</p> -<pre><code class="language-json">"homepage": "https://github.com/owner/project#readme" -</code></pre> -<h3 id="bugs">bugs</h3> -<p>The url to your project's issue tracker and / or the email address to which -issues should be reported. These are helpful for people who encounter -issues with your package.</p> -<p>It should look like this:</p> -<pre><code class="language-json">{ - "url" : "https://github.com/owner/project/issues", - "email" : "project@hostname.com" -} -</code></pre> -<p>You can specify either one or both values. If you want to provide only a -url, you can specify the value for "bugs" as a simple string instead of an -object.</p> -<p>If a url is provided, it will be used by the <code>npm bugs</code> command.</p> -<h3 id="license">license</h3> -<p>You should specify a license for your package so that people know how they -are permitted to use it, and any restrictions you're placing on it.</p> -<p>If you're using a common license such as BSD-2-Clause or MIT, add a current -SPDX license identifier for the license you're using, like this:</p> -<pre><code class="language-json">{ - "license" : "BSD-3-Clause" -} -</code></pre> -<p>You can check <a href="https://spdx.org/licenses/">the full list of SPDX license -IDs</a>. Ideally you should pick one that is -<a href="https://opensource.org/licenses/">OSI</a> approved.</p> -<p>If your package is licensed under multiple common licenses, use an <a href="https://spdx.dev/specifications/">SPDX -license expression syntax version 2.0 -string</a>, like this:</p> -<pre><code class="language-json">{ - "license" : "(ISC OR GPL-3.0)" -} -</code></pre> -<p>If you are using a license that hasn't been assigned an SPDX identifier, or if -you are using a custom license, use a string value like this one:</p> -<pre><code class="language-json">{ - "license" : "SEE LICENSE IN &lt;filename&gt;" -} -</code></pre> -<p>Then include a file named <code>&lt;filename&gt;</code> at the top level of the package.</p> -<p>Some old packages used license objects or a "licenses" property containing -an array of license objects:</p> -<pre><code class="language-json">// Not valid metadata -{ - "license" : { - "type" : "ISC", - "url" : "https://opensource.org/licenses/ISC" - } -} - -// Not valid metadata -{ - "licenses" : [ - { - "type": "MIT", - "url": "https://www.opensource.org/licenses/mit-license.php" - }, - { - "type": "Apache-2.0", - "url": "https://opensource.org/licenses/apache2.0.php" - } - ] -} -</code></pre> -<p>Those styles are now deprecated. Instead, use SPDX expressions, like this:</p> -<pre><code class="language-json">{ - "license": "ISC" -} -</code></pre> -<pre><code class="language-json">{ - "license": "(MIT OR Apache-2.0)" -} -</code></pre> -<p>Finally, if you do not wish to grant others the right to use a private or -unpublished package under any terms:</p> -<pre><code class="language-json">{ - "license": "UNLICENSED" -} -</code></pre> -<p>Consider also setting <code>"private": true</code> to prevent accidental publication.</p> -<h3 id="people-fields-author-contributors">people fields: author, contributors</h3> -<p>The "author" is one person. "contributors" is an array of people. A -"person" is an object with a "name" field and optionally "url" and "email", -like this:</p> -<pre><code class="language-json">{ - "name" : "Barney Rubble", - "email" : "b@rubble.com", - "url" : "http://barnyrubble.tumblr.com/" -} -</code></pre> -<p>Or you can shorten that all into a single string, and npm will parse it for -you:</p> -<pre><code class="language-json">{ - "author": "Barney Rubble &lt;b@rubble.com&gt; (http://barnyrubble.tumblr.com/)" -} -</code></pre> -<p>Both email and url are optional either way.</p> -<p>npm also sets a top-level "maintainers" field with your npm user info.</p> -<h3 id="funding">funding</h3> -<p>You can specify an object containing a URL that provides up-to-date -information about ways to help fund development of your package, or a -string URL, or an array of these:</p> -<pre><code class="language-json">{ - "funding": { - "type" : "individual", - "url" : "http://example.com/donate" - }, - - "funding": { - "type" : "patreon", - "url" : "https://www.patreon.com/my-account" - }, - - "funding": "http://example.com/donate", - - "funding": [ - { - "type" : "individual", - "url" : "http://example.com/donate" - }, - "http://example.com/donateAlso", - { - "type" : "patreon", - "url" : "https://www.patreon.com/my-account" - } - ] -} -</code></pre> -<p>Users can use the <code>npm fund</code> subcommand to list the <code>funding</code> URLs of all -dependencies of their project, direct and indirect. A shortcut to visit -each funding url is also available when providing the project name such as: -<code>npm fund &lt;projectname&gt;</code> (when there are multiple URLs, the first one will -be visited)</p> -<h3 id="files">files</h3> -<p>The optional <code>files</code> field is an array of file patterns that describes the -entries to be included when your package is installed as a dependency. File -patterns follow a similar syntax to <code>.gitignore</code>, but reversed: including a -file, directory, or glob pattern (<code>*</code>, <code>**/*</code>, and such) will make it so -that file is included in the tarball when it's packed. Omitting the field -will make it default to <code>["*"]</code>, which means it will include all files.</p> -<p>Some special files and directories are also included or excluded regardless -of whether they exist in the <code>files</code> array (see below).</p> -<p>You can also provide a <code>.npmignore</code> file in the root of your package or in -subdirectories, which will keep files from being included. At the root of -your package it will not override the "files" field, but in subdirectories -it will. The <code>.npmignore</code> file works just like a <code>.gitignore</code>. If there is -a <code>.gitignore</code> file, and <code>.npmignore</code> is missing, <code>.gitignore</code>'s contents -will be used instead.</p> -<p>Files included with the "package.json#files" field <em>cannot</em> be excluded -through <code>.npmignore</code> or <code>.gitignore</code>.</p> -<p>Certain files are always included, regardless of settings:</p> -<ul> -<li><code>package.json</code></li> -<li><code>README</code></li> -<li><code>LICENSE</code> / <code>LICENCE</code></li> -<li>The file in the "main" field</li> -</ul> -<p><code>README</code> &amp; <code>LICENSE</code> can have any case and extension.</p> -<p>Conversely, some files are always ignored:</p> -<ul> -<li><code>.git</code></li> -<li><code>CVS</code></li> -<li><code>.svn</code></li> -<li><code>.hg</code></li> -<li><code>.lock-wscript</code></li> -<li><code>.wafpickle-N</code></li> -<li><code>.*.swp</code></li> -<li><code>.DS_Store</code></li> -<li><code>._*</code></li> -<li><code>npm-debug.log</code></li> -<li><code>.npmrc</code></li> -<li><code>node_modules</code></li> -<li><code>config.gypi</code></li> -<li><code>*.orig</code></li> -<li><code>package-lock.json</code> (use -<a href="../configuring-npm/npm-shrinkwrap-json.html"><code>npm-shrinkwrap.json</code></a> if you wish -it to be published)</li> -</ul> -<h3 id="main">main</h3> -<p>The main field is a module ID that is the primary entry point to your -program. That is, if your package is named <code>foo</code>, and a user installs it, -and then does <code>require("foo")</code>, then your main module's exports object will -be returned.</p> -<p>This should be a module relative to the root of your package folder.</p> -<p>For most modules, it makes the most sense to have a main script and often -not much else.</p> -<p>If <code>main</code> is not set it defaults to <code>index.js</code> in the package's root folder.</p> -<h3 id="browser">browser</h3> -<p>If your module is meant to be used client-side the browser field should be -used instead of the main field. This is helpful to hint users that it might -rely on primitives that aren't available in Node.js modules. (e.g. -<code>window</code>)</p> -<h3 id="bin">bin</h3> -<p>A lot of packages have one or more executable files that they'd like to -install into the PATH. npm makes this pretty easy (in fact, it uses this -feature to install the "npm" executable.)</p> -<p>To use this, supply a <code>bin</code> field in your package.json which is a map of -command name to local file name. When this package is installed globally, -that file will be either linked inside the global bins directory or -a cmd (Windows Command File) will be created which executes the specified -file in the <code>bin</code> field, so it is available to run by <code>name</code> or <code>name.cmd</code> (on -Windows PowerShell). When this package is installed as a dependency in another -package, the file will be linked where it will be available to that package -either directly by <code>npm exec</code> or by name in other scripts when invoking them -via <code>npm run-script</code>.</p> -<p>For example, myapp could have this:</p> -<pre><code class="language-json">{ - "bin": { - "myapp": "./cli.js" - } -} -</code></pre> -<p>So, when you install myapp, in case of unix-like OS it'll create a symlink -from the <code>cli.js</code> script to <code>/usr/local/bin/myapp</code> and in case of windows it -will create a cmd file usually at <code>C:\Users\{Username}\AppData\Roaming\npm\myapp.cmd</code> -which runs the <code>cli.js</code> script.</p> -<p>If you have a single executable, and its name should be the name of the -package, then you can just supply it as a string. For example:</p> -<pre><code class="language-json">{ - "name": "my-program", - "version": "1.2.5", - "bin": "./path/to/program" -} -</code></pre> -<p>would be the same as this:</p> -<pre><code class="language-json">{ - "name": "my-program", - "version": "1.2.5", - "bin": { - "my-program": "./path/to/program" - } -} -</code></pre> -<p>Please make sure that your file(s) referenced in <code>bin</code> starts with -<code>#!/usr/bin/env node</code>, otherwise the scripts are started without the node -executable!</p> -<p>Note that you can also set the executable files using <a href="#directoriesbin">directories.bin</a>.</p> -<p>See <a href="../configuring-npm/folders#executables.html">folders</a> for more info on -executables.</p> -<h3 id="man">man</h3> -<p>Specify either a single file or an array of filenames to put in place for -the <code>man</code> program to find.</p> -<p>If only a single file is provided, then it's installed such that it is the -result from <code>man &lt;pkgname&gt;</code>, regardless of its actual filename. For -example:</p> -<pre><code class="language-json">{ - "name": "foo", - "version": "1.2.3", - "description": "A packaged foo fooer for fooing foos", - "main": "foo.js", - "man": "./man/doc.1" -} -</code></pre> -<p>would link the <code>./man/doc.1</code> file in such that it is the target for <code>man foo</code></p> -<p>If the filename doesn't start with the package name, then it's prefixed. -So, this:</p> -<pre><code class="language-json">{ - "name": "foo", - "version": "1.2.3", - "description": "A packaged foo fooer for fooing foos", - "main": "foo.js", - "man": [ - "./man/foo.1", - "./man/bar.1" - ] -} -</code></pre> -<p>will create files to do <code>man foo</code> and <code>man foo-bar</code>.</p> -<p>Man files must end with a number, and optionally a <code>.gz</code> suffix if they are -compressed. The number dictates which man section the file is installed -into.</p> -<pre><code class="language-json">{ - "name": "foo", - "version": "1.2.3", - "description": "A packaged foo fooer for fooing foos", - "main": "foo.js", - "man": [ - "./man/foo.1", - "./man/foo.2" - ] -} -</code></pre> -<p>will create entries for <code>man foo</code> and <code>man 2 foo</code></p> -<h3 id="directories">directories</h3> -<p>The CommonJS <a href="http://wiki.commonjs.org/wiki/Packages/1.0">Packages</a> spec -details a few ways that you can indicate the structure of your package -using a <code>directories</code> object. If you look at <a href="https://registry.npmjs.org/npm/latest">npm's -package.json</a>, you'll see that it -has directories for doc, lib, and man.</p> -<p>In the future, this information may be used in other creative ways.</p> -<h4 id="directoriesbin">directories.bin</h4> -<p>If you specify a <code>bin</code> directory in <code>directories.bin</code>, all the files in -that folder will be added.</p> -<p>Because of the way the <code>bin</code> directive works, specifying both a <code>bin</code> path -and setting <code>directories.bin</code> is an error. If you want to specify -individual files, use <code>bin</code>, and for all the files in an existing <code>bin</code> -directory, use <code>directories.bin</code>.</p> -<h4 id="directoriesman">directories.man</h4> -<p>A folder that is full of man pages. Sugar to generate a "man" array by -walking the folder.</p> -<h3 id="repository">repository</h3> -<p>Specify the place where your code lives. This is helpful for people who -want to contribute. If the git repo is on GitHub, then the <code>npm docs</code> -command will be able to find you.</p> -<p>Do it like this:</p> -<pre><code class="language-json">{ - "repository": { - "type": "git", - "url": "https://github.com/npm/cli.git" - } -} -</code></pre> -<p>The URL should be a publicly available (perhaps read-only) url that can be -handed directly to a VCS program without any modification. It should not -be a url to an html project page that you put in your browser. It's for -computers.</p> -<p>For GitHub, GitHub gist, Bitbucket, or GitLab repositories you can use the -same shortcut syntax you use for <code>npm install</code>:</p> -<pre><code class="language-json">{ - "repository": "npm/npm", - - "repository": "github:user/repo", - - "repository": "gist:11081aaa281", - - "repository": "bitbucket:user/repo", - - "repository": "gitlab:user/repo" -} -</code></pre> -<p>If the <code>package.json</code> for your package is not in the root directory (for -example if it is part of a monorepo), you can specify the directory in -which it lives:</p> -<pre><code class="language-json">{ - "repository": { - "type": "git", - "url": "https://github.com/facebook/react.git", - "directory": "packages/react-dom" - } -} -</code></pre> -<h3 id="scripts">scripts</h3> -<p>The "scripts" property is a dictionary containing script commands that are -run at various times in the lifecycle of your package. The key is the -lifecycle event, and the value is the command to run at that point.</p> -<p>See <a href="../using-npm/scripts.html"><code>scripts</code></a> to find out more about writing package -scripts.</p> -<h3 id="config">config</h3> -<p>A "config" object can be used to set configuration parameters used in -package scripts that persist across upgrades. For instance, if a package -had the following:</p> -<pre><code class="language-json">{ - "name": "foo", - "config": { - "port": "8080" - } -} -</code></pre> -<p>It could also have a "start" command that referenced the -<code>npm_package_config_port</code> environment variable.</p> -<h3 id="dependencies">dependencies</h3> -<p>Dependencies are specified in a simple object that maps a package name to a -version range. The version range is a string which has one or more -space-separated descriptors. Dependencies can also be identified with a -tarball or git URL.</p> -<p><strong>Please do not put test harnesses or transpilers or other "development" -time tools in your <code>dependencies</code> object.</strong> See <code>devDependencies</code>, below.</p> -<p>See <a href="https://github.com/npm/node-semver#versions">semver</a> for more details about specifying version ranges.</p> -<ul> -<li><code>version</code> Must match <code>version</code> exactly</li> -<li><code>&gt;version</code> Must be greater than <code>version</code></li> -<li><code>&gt;=version</code> etc</li> -<li><code>&lt;version</code></li> -<li><code>&lt;=version</code></li> -<li><code>~version</code> "Approximately equivalent to version" See -<a href="https://github.com/npm/node-semver#versions">semver</a></li> -<li><code>^version</code> "Compatible with version" See <a href="https://github.com/npm/node-semver#versions">semver</a></li> -<li><code>1.2.x</code> 1.2.0, 1.2.1, etc., but not 1.3.0</li> -<li><code>http://...</code> See 'URLs as Dependencies' below</li> -<li><code>*</code> Matches any version</li> -<li><code>""</code> (just an empty string) Same as <code>*</code></li> -<li><code>version1 - version2</code> Same as <code>&gt;=version1 &lt;=version2</code>.</li> -<li><code>range1 || range2</code> Passes if either range1 or range2 are satisfied.</li> -<li><code>git...</code> See 'Git URLs as Dependencies' below</li> -<li><code>user/repo</code> See 'GitHub URLs' below</li> -<li><code>tag</code> A specific version tagged and published as <code>tag</code> See <a href="../commands/npm-dist-tag.html"><code>npm dist-tag</code></a></li> -<li><code>path/path/path</code> See <a href="#local-paths">Local Paths</a> below</li> -</ul> -<p>For example, these are all valid:</p> -<pre><code class="language-json">{ - "dependencies": { - "foo": "1.0.0 - 2.9999.9999", - "bar": "&gt;=1.0.2 &lt;2.1.2", - "baz": "&gt;1.0.2 &lt;=2.3.4", - "boo": "2.0.1", - "qux": "&lt;1.0.0 || &gt;=2.3.1 &lt;2.4.5 || &gt;=2.5.2 &lt;3.0.0", - "asd": "http://asdf.com/asdf.tar.gz", - "til": "~1.2", - "elf": "~1.2.3", - "two": "2.x", - "thr": "3.3.x", - "lat": "latest", - "dyl": "file:../dyl" - } -} -</code></pre> -<h4 id="urls-as-dependencies">URLs as Dependencies</h4> -<p>You may specify a tarball URL in place of a version range.</p> -<p>This tarball will be downloaded and installed locally to your package at -install time.</p> -<h4 id="git-urls-as-dependencies">Git URLs as Dependencies</h4> -<p>Git urls are of the form:</p> -<pre><code class="language-bash">&lt;protocol&gt;://[&lt;user&gt;[:&lt;password&gt;]@]&lt;hostname&gt;[:&lt;port&gt;][:][/]&lt;path&gt;[#&lt;commit-ish&gt; | #semver:&lt;semver&gt;] -</code></pre> -<p><code>&lt;protocol&gt;</code> is one of <code>git</code>, <code>git+ssh</code>, <code>git+http</code>, <code>git+https</code>, or -<code>git+file</code>.</p> -<p>If <code>#&lt;commit-ish&gt;</code> is provided, it will be used to clone exactly that -commit. If the commit-ish has the format <code>#semver:&lt;semver&gt;</code>, <code>&lt;semver&gt;</code> can -be any valid semver range or exact version, and npm will look for any tags -or refs matching that range in the remote repository, much as it would for -a registry dependency. If neither <code>#&lt;commit-ish&gt;</code> or <code>#semver:&lt;semver&gt;</code> is -specified, then the default branch is used.</p> -<p>Examples:</p> -<pre><code class="language-bash">git+ssh://git@github.com:npm/cli.git#v1.0.27 -git+ssh://git@github.com:npm/cli#semver:^5.0 -git+https://isaacs@github.com/npm/cli.git -git://github.com/npm/cli.git#v1.0.27 -</code></pre> -<p>When installing from a <code>git</code> repository, the presence of certain fields in the -<code>package.json</code> will cause npm to believe it needs to perform a build. To do so -your repository will be cloned into a temporary directory, all of its deps -installed, relevant scripts run, and the resulting directory packed and -installed.</p> -<p>This flow will occur if your git dependency uses <code>workspaces</code>, or if any of the -following scripts are present:</p> -<ul> -<li><code>build</code></li> -<li><code>prepare</code></li> -<li><code>prepack</code></li> -<li><code>preinstall</code></li> -<li><code>install</code></li> -<li><code>postinstall</code></li> -</ul> -<p>If your git repository includes pre-built artifacts, you will likely want to -make sure that none of the above scripts are defined, or your dependency -will be rebuilt for every installation.</p> -<h4 id="github-urls">GitHub URLs</h4> -<p>As of version 1.1.65, you can refer to GitHub urls as just "foo": -"user/foo-project". Just as with git URLs, a <code>commit-ish</code> suffix can be -included. For example:</p> -<pre><code class="language-json">{ - "name": "foo", - "version": "0.0.0", - "dependencies": { - "express": "expressjs/express", - "mocha": "mochajs/mocha#4727d357ea", - "module": "user/repo#feature\/branch" - } -} -</code></pre> -<h4 id="local-paths">Local Paths</h4> -<p>As of version 2.0.0 you can provide a path to a local directory that -contains a package. Local paths can be saved using <code>npm install -S</code> or <code>npm install --save</code>, using any of these forms:</p> -<pre><code class="language-bash">../foo/bar -~/foo/bar -./foo/bar -/foo/bar -</code></pre> -<p>in which case they will be normalized to a relative path and added to your -<code>package.json</code>. For example:</p> -<pre><code class="language-json">{ - "name": "baz", - "dependencies": { - "bar": "file:../foo/bar" - } -} -</code></pre> -<p>This feature is helpful for local offline development and creating tests -that require npm installing where you don't want to hit an external server, -but should not be used when publishing packages to the public registry.</p> -<p><em>note</em>: Packages linked by local path will not have their own -dependencies installed when <code>npm install</code> is ran in this case. You must -run <code>npm install</code> from inside the local path itself.</p> -<h3 id="devdependencies">devDependencies</h3> -<p>If someone is planning on downloading and using your module in their -program, then they probably don't want or need to download and build the -external test or documentation framework that you use.</p> -<p>In this case, it's best to map these additional items in a -<code>devDependencies</code> object.</p> -<p>These things will be installed when doing <code>npm link</code> or <code>npm install</code> from -the root of a package, and can be managed like any other npm configuration -param. See <a href="../using-npm/config.html"><code>config</code></a> for more on the topic.</p> -<p>For build steps that are not platform-specific, such as compiling -CoffeeScript or other languages to JavaScript, use the <code>prepare</code> script to -do this, and make the required package a devDependency.</p> -<p>For example:</p> -<pre><code class="language-json">{ - "name": "ethopia-waza", - "description": "a delightfully fruity coffee varietal", - "version": "1.2.3", - "devDependencies": { - "coffee-script": "~1.6.3" - }, - "scripts": { - "prepare": "coffee -o lib/ -c src/waza.coffee" - }, - "main": "lib/waza.js" -} -</code></pre> -<p>The <code>prepare</code> script will be run before publishing, so that users can -consume the functionality without requiring them to compile it themselves. -In dev mode (ie, locally running <code>npm install</code>), it'll run this script as -well, so that you can test it easily.</p> -<h3 id="peerdependencies">peerDependencies</h3> -<p>In some cases, you want to express the compatibility of your package with a -host tool or library, while not necessarily doing a <code>require</code> of this host. -This is usually referred to as a <em>plugin</em>. Notably, your module may be -exposing a specific interface, expected and specified by the host -documentation.</p> -<p>For example:</p> -<pre><code class="language-json">{ - "name": "tea-latte", - "version": "1.3.5", - "peerDependencies": { - "tea": "2.x" - } -} -</code></pre> -<p>This ensures your package <code>tea-latte</code> can be installed <em>along</em> with the -second major version of the host package <code>tea</code> only. <code>npm install tea-latte</code> could possibly yield the following dependency graph:</p> -<pre><code class="language-bash">├── tea-latte@1.3.5 -└── tea@2.2.0 -</code></pre> -<p>In npm versions 3 through 6, <code>peerDependencies</code> were not automatically -installed, and would raise a warning if an invalid version of the peer -dependency was found in the tree. As of npm v7, peerDependencies <em>are</em> -installed by default.</p> -<p>Trying to install another plugin with a conflicting requirement may cause -an error if the tree cannot be resolved correctly. For this reason, make -sure your plugin requirement is as broad as possible, and not to lock it -down to specific patch versions.</p> -<p>Assuming the host complies with <a href="https://semver.org/">semver</a>, only changes -in the host package's major version will break your plugin. Thus, if you've -worked with every 1.x version of the host package, use <code>"^1.0"</code> or <code>"1.x"</code> -to express this. If you depend on features introduced in 1.5.2, use -<code>"^1.5.2"</code>.</p> -<h3 id="peerdependenciesmeta">peerDependenciesMeta</h3> -<p>When a user installs your package, npm will emit warnings if packages -specified in <code>peerDependencies</code> are not already installed. The -<code>peerDependenciesMeta</code> field serves to provide npm more information on how -your peer dependencies are to be used. Specifically, it allows peer -dependencies to be marked as optional.</p> -<p>For example:</p> -<pre><code class="language-json">{ - "name": "tea-latte", - "version": "1.3.5", - "peerDependencies": { - "tea": "2.x", - "soy-milk": "1.2" - }, - "peerDependenciesMeta": { - "soy-milk": { - "optional": true - } - } -} -</code></pre> -<p>Marking a peer dependency as optional ensures npm will not emit a warning -if the <code>soy-milk</code> package is not installed on the host. This allows you to -integrate and interact with a variety of host packages without requiring -all of them to be installed.</p> -<h3 id="bundledependencies">bundleDependencies</h3> -<p>This defines an array of package names that will be bundled when publishing -the package.</p> -<p>In cases where you need to preserve npm packages locally or have them -available through a single file download, you can bundle the packages in a -tarball file by specifying the package names in the <code>bundleDependencies</code> -array and executing <code>npm pack</code>.</p> -<p>For example:</p> -<p>If we define a package.json like this:</p> -<pre><code class="language-json">{ - "name": "awesome-web-framework", - "version": "1.0.0", - "bundleDependencies": [ - "renderized", - "super-streams" - ] -} -</code></pre> -<p>we can obtain <code>awesome-web-framework-1.0.0.tgz</code> file by running <code>npm pack</code>. -This file contains the dependencies <code>renderized</code> and <code>super-streams</code> which -can be installed in a new project by executing <code>npm install awesome-web-framework-1.0.0.tgz</code>. Note that the package names do not -include any versions, as that information is specified in <code>dependencies</code>.</p> -<p>If this is spelled <code>"bundledDependencies"</code>, then that is also honored.</p> -<p>Alternatively, <code>"bundleDependencies"</code> can be defined as a boolean value. A -value of <code>true</code> will bundle all dependencies, a value of <code>false</code> will bundle -none.</p> -<h3 id="optionaldependencies">optionalDependencies</h3> -<p>If a dependency can be used, but you would like npm to proceed if it cannot -be found or fails to install, then you may put it in the -<code>optionalDependencies</code> object. This is a map of package name to version or -url, just like the <code>dependencies</code> object. The difference is that build -failures do not cause installation to fail. Running <code>npm install --omit=optional</code> will prevent these dependencies from being installed.</p> -<p>It is still your program's responsibility to handle the lack of the -dependency. For example, something like this:</p> -<pre><code class="language-js">try { - var foo = require('foo') - var fooVersion = require('foo/package.json').version -} catch (er) { - foo = null -} -if ( notGoodFooVersion(fooVersion) ) { - foo = null -} - -// .. then later in your program .. - -if (foo) { - foo.doFooThings() -} -</code></pre> -<p>Entries in <code>optionalDependencies</code> will override entries of the same name in -<code>dependencies</code>, so it's usually best to only put in one place.</p> -<h3 id="overrides">overrides</h3> -<p>If you need to make specific changes to dependencies of your dependencies, for -example replacing the version of a dependency with a known security issue, -replacing an existing dependency with a fork, or making sure that the same -version of a package is used everywhere, then you may add an override.</p> -<p>Overrides provide a way to replace a package in your dependency tree with -another version, or another package entirely. These changes can be scoped as -specific or as vague as desired.</p> -<p>To make sure the package <code>foo</code> is always installed as version <code>1.0.0</code> no matter -what version your dependencies rely on:</p> -<pre><code class="language-json">{ - "overrides": { - "foo": "1.0.0" - } -} -</code></pre> -<p>The above is a short hand notation, the full object form can be used to allow -overriding a package itself as well as a child of the package. This will cause -<code>foo</code> to always be <code>1.0.0</code> while also making <code>bar</code> at any depth beyond <code>foo</code> -also <code>1.0.0</code>:</p> -<pre><code class="language-json">{ - "overrides": { - "foo": { - ".": "1.0.0", - "bar": "1.0.0" - } - } -} -</code></pre> -<p>To only override <code>foo</code> to be <code>1.0.0</code> when it's a child (or grandchild, or great -grandchild, etc) of the package <code>bar</code>:</p> -<pre><code class="language-json">{ - "overrides": { - "bar": { - "foo": "1.0.0" - } - } -} -</code></pre> -<p>Keys can be nested to any arbitrary length. To override <code>foo</code> only when it's a -child of <code>bar</code> and only when <code>bar</code> is a child of <code>baz</code>:</p> -<pre><code class="language-json">{ - "overrides": { - "baz": { - "bar": { - "foo": "1.0.0" - } - } - } -} -</code></pre> -<p>The key of an override can also include a version, or range of versions. -To override <code>foo</code> to <code>1.0.0</code>, but only when it's a child of <code>bar@2.0.0</code>:</p> -<pre><code class="language-json">{ - "overrides": { - "bar@2.0.0": { - "foo": "1.0.0" - } - } -} -</code></pre> -<p>You may not set an override for a package that you directly depend on unless -both the dependency and the override itself share the exact same spec. To make -this limitation easier to deal with, overrides may also be defined as a -reference to a spec for a direct dependency by prefixing the name of the -package you wish the version to match with a <code>$</code>.</p> -<pre><code class="language-json">{ - "dependencies": { - "foo": "^1.0.0" - }, - "overrides": { - // BAD, will throw an EOVERRIDE error - // "foo": "^2.0.0" - // GOOD, specs match so override is allowed - // "foo": "^1.0.0" - // BEST, the override is defined as a reference to the dependency - "foo": "$foo", - // the referenced package does not need to match the overridden one - "bar": "$foo" - } -} -</code></pre> -<h3 id="engines">engines</h3> -<p>You can specify the version of node that your stuff works on:</p> -<pre><code class="language-json">{ - "engines": { - "node": "&gt;=0.10.3 &lt;15" - } -} -</code></pre> -<p>And, like with dependencies, if you don't specify the version (or if you -specify "*" as the version), then any version of node will do.</p> -<p>You can also use the "engines" field to specify which versions of npm are -capable of properly installing your program. For example:</p> -<pre><code class="language-json">{ - "engines": { - "npm": "~1.0.20" - } -} -</code></pre> -<p>Unless the user has set the -<a href="../using-npm/config#engine-strict.html"><code>engine-strict</code> config</a> flag, this field is -advisory only and will only produce warnings when your package is installed as a -dependency.</p> -<h3 id="os">os</h3> -<p>You can specify which operating systems your -module will run on:</p> -<pre><code class="language-json">{ - "os": [ - "darwin", - "linux" - ] -} -</code></pre> -<p>You can also block instead of allowing operating systems, just prepend the -blocked os with a '!':</p> -<pre><code class="language-json">{ - "os": [ - "!win32" - ] -} -</code></pre> -<p>The host operating system is determined by <code>process.platform</code></p> -<p>It is allowed to both block and allow an item, although there isn't any -good reason to do this.</p> -<h3 id="cpu">cpu</h3> -<p>If your code only runs on certain cpu architectures, -you can specify which ones.</p> -<pre><code class="language-json">{ - "cpu": [ - "x64", - "ia32" - ] -} -</code></pre> -<p>Like the <code>os</code> option, you can also block architectures:</p> -<pre><code class="language-json">{ - "cpu": [ - "!arm", - "!mips" - ] -} -</code></pre> -<p>The host architecture is determined by <code>process.arch</code></p> -<h3 id="private">private</h3> -<p>If you set <code>"private": true</code> in your package.json, then npm will refuse to -publish it.</p> -<p>This is a way to prevent accidental publication of private repositories. -If you would like to ensure that a given package is only ever published to -a specific registry (for example, an internal registry), then use the -<code>publishConfig</code> dictionary described below to override the <code>registry</code> -config param at publish-time.</p> -<h3 id="publishconfig">publishConfig</h3> -<p>This is a set of config values that will be used at publish-time. It's -especially handy if you want to set the tag, registry or access, so that -you can ensure that a given package is not tagged with "latest", published -to the global public registry or that a scoped module is private by -default.</p> -<p>See <a href="../using-npm/config.html"><code>config</code></a> to see the list of config options that -can be overridden.</p> -<h3 id="workspaces">workspaces</h3> -<p>The optional <code>workspaces</code> field is an array of file patterns that describes -locations within the local file system that the install client should look -up to find each <a href="../using-npm/workspaces.html">workspace</a> that needs to be -symlinked to the top level <code>node_modules</code> folder.</p> -<p>It can describe either the direct paths of the folders to be used as -workspaces or it can define globs that will resolve to these same folders.</p> -<p>In the following example, all folders located inside the folder -<code>./packages</code> will be treated as workspaces as long as they have valid -<code>package.json</code> files inside them:</p> -<pre><code class="language-json">{ - "name": "workspace-example", - "workspaces": [ - "./packages/*" - ] -} -</code></pre> -<p>See <a href="../using-npm/workspaces.html"><code>workspaces</code></a> for more examples.</p> -<h3 id="default-values">DEFAULT VALUES</h3> -<p>npm will default some values based on package contents.</p> -<ul> -<li> -<p><code>"scripts": {"start": "node server.js"}</code></p> -<p>If there is a <code>server.js</code> file in the root of your package, then npm will -default the <code>start</code> command to <code>node server.js</code>.</p> -</li> -<li> -<p><code>"scripts":{"install": "node-gyp rebuild"}</code></p> -<p>If there is a <code>binding.gyp</code> file in the root of your package and you have -not defined an <code>install</code> or <code>preinstall</code> script, npm will default the -<code>install</code> command to compile using node-gyp.</p> -</li> -<li> -<p><code>"contributors": [...]</code></p> -<p>If there is an <code>AUTHORS</code> file in the root of your package, npm will treat -each line as a <code>Name &lt;email&gt; (url)</code> format, where email and url are -optional. Lines which start with a <code>#</code> or are blank, will be ignored.</p> -</li> -</ul> -<h3 id="see-also">SEE ALSO</h3> -<ul> -<li><a href="https://github.com/npm/node-semver#versions">semver</a></li> -<li><a href="../using-npm/workspaces.html">workspaces</a></li> -<li><a href="../commands/npm-init.html">npm init</a></li> -<li><a href="../commands/npm-version.html">npm version</a></li> -<li><a href="../commands/npm-config.html">npm config</a></li> -<li><a href="../commands/npm-help.html">npm help</a></li> -<li><a href="../commands/npm-install.html">npm install</a></li> -<li><a href="../commands/npm-publish.html">npm publish</a></li> -<li><a href="../commands/npm-uninstall.html">npm uninstall</a></li> -</ul></div> - -<footer id="edit"> -<a href="https://github.com/npm/cli/edit/latest/docs/content/configuring-npm/package-json.md"> -<svg role="img" viewBox="0 0 16 16" width="16" height="16" fill="currentcolor" style="vertical-align: text-bottom; margin-right: 0.3em;"> -<path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path> -</svg> -Edit this page on GitHub -</a> -</footer> -</section> - - - -</body></html> \ No newline at end of file diff --git a/software/flow/node_modules/npm/docs/output/configuring-npm/package-lock-json.html b/software/flow/node_modules/npm/docs/output/configuring-npm/package-lock-json.html deleted file mode 100644 index 59b7575..0000000 --- a/software/flow/node_modules/npm/docs/output/configuring-npm/package-lock-json.html +++ /dev/null @@ -1,393 +0,0 @@ -<!DOCTYPE html><html><head> -<meta charset="utf-8"> -<title>package-lock.json</title> -<style> -body { - background-color: #ffffff; - color: #24292e; - - margin: 0; - - line-height: 1.5; - - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; -} -#rainbar { - height: 10px; - background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); -} - -a { - text-decoration: none; - color: #0366d6; -} -a:hover { - text-decoration: underline; -} - -pre { - margin: 1em 0px; - padding: 1em; - border: solid 1px #e1e4e8; - border-radius: 6px; - - display: block; - overflow: auto; - - white-space: pre; - - background-color: #f6f8fa; - color: #393a34; -} -code { - font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; - font-size: 85%; - padding: 0.2em 0.4em; - background-color: #f6f8fa; - color: #393a34; -} -pre > code { - padding: 0; - background-color: inherit; - color: inherit; -} -h1, h2, h3 { - font-weight: 600; -} - -#logobar { - background-color: #333333; - margin: 0 auto; - padding: 1em 4em; -} -#logobar .logo { - float: left; -} -#logobar .title { - font-weight: 600; - color: #dddddd; - float: left; - margin: 5px 0 0 1em; -} -#logobar:after { - content: ""; - display: block; - clear: both; -} - -#content { - margin: 0 auto; - padding: 0 4em; -} - -#table_of_contents > h2 { - font-size: 1.17em; -} -#table_of_contents ul:first-child { - border: solid 1px #e1e4e8; - border-radius: 6px; - padding: 1em; - background-color: #f6f8fa; - color: #393a34; -} -#table_of_contents ul { - list-style-type: none; - padding-left: 1.5em; -} -#table_of_contents li { - font-size: 0.9em; -} -#table_of_contents li a { - color: #000000; -} - -header.title { - border-bottom: solid 1px #e1e4e8; -} -header.title > h1 { - margin-bottom: 0.25em; -} -header.title > .description { - display: block; - margin-bottom: 0.5em; - line-height: 1; -} - -footer#edit { - border-top: solid 1px #e1e4e8; - margin: 3em 0 4em 0; - padding-top: 2em; -} -</style> -</head> -<body> -<div id="banner"> -<div id="rainbar"></div> -<div id="logobar"> -<svg class="logo" role="img" height="32" width="32" viewBox="0 0 700 700"> -<polygon fill="#cb0000" points="0,700 700,700 700,0 0,0"></polygon> -<polygon fill="#ffffff" points="150,550 350,550 350,250 450,250 450,550 550,550 550,150 150,150"></polygon> -</svg> -<div class="title"> -npm command-line interface -</div> -</div> -</div> - -<section id="content"> -<header class="title"> -<h1 id="package-lockjson">package-lock.json</h1> -<span class="description">A manifestation of the manifest</span> -</header> - -<section id="table_of_contents"> -<h2 id="table-of-contents">Table of contents</h2> -<div id="_table_of_contents"><ul><li><a href="#description">Description</a></li><li><a href="#package-lockjson-vs-npm-shrinkwrapjson"><code>package-lock.json</code> vs <code>npm-shrinkwrap.json</code></a></li><li><a href="#hidden-lockfiles">Hidden Lockfiles</a></li><li><a href="#handling-old-lockfiles">Handling Old Lockfiles</a></li><li><a href="#file-format">File Format</a></li><ul><li><a href="#name"><code>name</code></a></li><li><a href="#version"><code>version</code></a></li><li><a href="#lockfileversion"><code>lockfileVersion</code></a></li><li><a href="#packages"><code>packages</code></a></li><li><a href="#dependencies">dependencies</a></li></ul><li><a href="#see-also">See also</a></li></ul></div> -</section> - -<div id="_content"><h3 id="description">Description</h3> -<p><code>package-lock.json</code> is automatically generated for any operations where npm -modifies either the <code>node_modules</code> tree, or <code>package.json</code>. It describes the -exact tree that was generated, such that subsequent installs are able to -generate identical trees, regardless of intermediate dependency updates.</p> -<p>This file is intended to be committed into source repositories, and serves -various purposes:</p> -<ul> -<li> -<p>Describe a single representation of a dependency tree such that -teammates, deployments, and continuous integration are guaranteed to -install exactly the same dependencies.</p> -</li> -<li> -<p>Provide a facility for users to "time-travel" to previous states of -<code>node_modules</code> without having to commit the directory itself.</p> -</li> -<li> -<p>Facilitate greater visibility of tree changes through readable source -control diffs.</p> -</li> -<li> -<p>Optimize the installation process by allowing npm to skip repeated -metadata resolutions for previously-installed packages.</p> -</li> -<li> -<p>As of npm v7, lockfiles include enough information to gain a complete -picture of the package tree, reducing the need to read <code>package.json</code> -files, and allowing for significant performance improvements.</p> -</li> -</ul> -<h3 id="package-lockjson-vs-npm-shrinkwrapjson"><code>package-lock.json</code> vs <code>npm-shrinkwrap.json</code></h3> -<p>Both of these files have the same format, and perform similar functions in -the root of a project.</p> -<p>The difference is that <code>package-lock.json</code> cannot be published, and it will -be ignored if found in any place other than the root project.</p> -<p>In contrast, <a href="../configuring-npm/npm-shrinkwrap-json.html">npm-shrinkwrap.json</a> allows -publication, and defines the dependency tree from the point encountered. -This is not recommended unless deploying a CLI tool or otherwise using the -publication process for producing production packages.</p> -<p>If both <code>package-lock.json</code> and <code>npm-shrinkwrap.json</code> are present in the -root of a project, <code>npm-shrinkwrap.json</code> will take precedence and -<code>package-lock.json</code> will be ignored.</p> -<h3 id="hidden-lockfiles">Hidden Lockfiles</h3> -<p>In order to avoid processing the <code>node_modules</code> folder repeatedly, npm as -of v7 uses a "hidden" lockfile present in -<code>node_modules/.package-lock.json</code>. This contains information about the -tree, and is used in lieu of reading the entire <code>node_modules</code> hierarchy -provided that the following conditions are met:</p> -<ul> -<li>All package folders it references exist in the <code>node_modules</code> hierarchy.</li> -<li>No package folders exist in the <code>node_modules</code> hierarchy that are not -listed in the lockfile.</li> -<li>The modified time of the file is at least as recent as all of the package -folders it references.</li> -</ul> -<p>That is, the hidden lockfile will only be relevant if it was created as -part of the most recent update to the package tree. If another CLI mutates -the tree in any way, this will be detected, and the hidden lockfile will be -ignored.</p> -<p>Note that it <em>is</em> possible to manually change the <em>contents</em> of a package -in such a way that the modified time of the package folder is unaffected. -For example, if you add a file to <code>node_modules/foo/lib/bar.js</code>, then the -modified time on <code>node_modules/foo</code> will not reflect this change. If you -are manually editing files in <code>node_modules</code>, it is generally best to -delete the file at <code>node_modules/.package-lock.json</code>.</p> -<p>As the hidden lockfile is ignored by older npm versions, it does not -contain the backwards compatibility affordances present in "normal" -lockfiles. That is, it is <code>lockfileVersion: 3</code>, rather than -<code>lockfileVersion: 2</code>.</p> -<h3 id="handling-old-lockfiles">Handling Old Lockfiles</h3> -<p>When npm detects a lockfile from npm v6 or before during the package -installation process, it is automatically updated to fetch missing -information from either the <code>node_modules</code> tree or (in the case of empty -<code>node_modules</code> trees or very old lockfile formats) the npm registry.</p> -<h3 id="file-format">File Format</h3> -<h4 id="name"><code>name</code></h4> -<p>The name of the package this is a package-lock for. This will match what's -in <code>package.json</code>.</p> -<h4 id="version"><code>version</code></h4> -<p>The version of the package this is a package-lock for. This will match -what's in <code>package.json</code>.</p> -<h4 id="lockfileversion"><code>lockfileVersion</code></h4> -<p>An integer version, starting at <code>1</code> with the version number of this -document whose semantics were used when generating this -<code>package-lock.json</code>.</p> -<p>Note that the file format changed significantly in npm v7 to track -information that would have otherwise required looking in <code>node_modules</code> or -the npm registry. Lockfiles generated by npm v7 will contain -<code>lockfileVersion: 2</code>.</p> -<ul> -<li>No version provided: an "ancient" shrinkwrap file from a version of npm -prior to npm v5.</li> -<li><code>1</code>: The lockfile version used by npm v5 and v6.</li> -<li><code>2</code>: The lockfile version used by npm v7, which is backwards compatible -to v1 lockfiles.</li> -<li><code>3</code>: The lockfile version used by npm v7, <em>without</em> backwards -compatibility affordances. This is used for the hidden lockfile at -<code>node_modules/.package-lock.json</code>, and will likely be used in a future -version of npm, once support for npm v6 is no longer relevant.</li> -</ul> -<p>npm will always attempt to get whatever data it can out of a lockfile, even -if it is not a version that it was designed to support.</p> -<h4 id="packages"><code>packages</code></h4> -<p>This is an object that maps package locations to an object containing the -information about that package.</p> -<p>The root project is typically listed with a key of <code>""</code>, and all other -packages are listed with their relative paths from the root project folder.</p> -<p>Package descriptors have the following fields:</p> -<ul> -<li> -<p>version: The version found in <code>package.json</code></p> -</li> -<li> -<p>resolved: The place where the package was actually resolved from. In -the case of packages fetched from the registry, this will be a url to a -tarball. In the case of git dependencies, this will be the full git url -with commit sha. In the case of link dependencies, this will be the -location of the link target. <code>registry.npmjs.org</code> is a magic value meaning -"the currently configured registry".</p> -</li> -<li> -<p>integrity: A <code>sha512</code> or <code>sha1</code> <a href="https://w3c.github.io/webappsec/specs/subresourceintegrity/">Standard Subresource -Integrity</a> -string for the artifact that was unpacked in this location.</p> -</li> -<li> -<p>link: A flag to indicate that this is a symbolic link. If this is -present, no other fields are specified, since the link target will also -be included in the lockfile.</p> -</li> -<li> -<p>dev, optional, devOptional: If the package is strictly part of the -<code>devDependencies</code> tree, then <code>dev</code> will be true. If it is strictly part -of the <code>optionalDependencies</code> tree, then <code>optional</code> will be set. If it -is both a <code>dev</code> dependency <em>and</em> an <code>optional</code> dependency of a non-dev -dependency, then <code>devOptional</code> will be set. (An <code>optional</code> dependency of -a <code>dev</code> dependency will have both <code>dev</code> and <code>optional</code> set.)</p> -</li> -<li> -<p>inBundle: A flag to indicate that the package is a bundled dependency.</p> -</li> -<li> -<p>hasInstallScript: A flag to indicate that the package has a <code>preinstall</code>, -<code>install</code>, or <code>postinstall</code> script.</p> -</li> -<li> -<p>hasShrinkwrap: A flag to indicate that the package has an -<code>npm-shrinkwrap.json</code> file.</p> -</li> -<li> -<p>bin, license, engines, dependencies, optionalDependencies: fields from -<code>package.json</code></p> -</li> -</ul> -<h4 id="dependencies">dependencies</h4> -<p>Legacy data for supporting versions of npm that use <code>lockfileVersion: 1</code>. -This is a mapping of package names to dependency objects. Because the -object structure is strictly hierarchical, symbolic link dependencies are -somewhat challenging to represent in some cases.</p> -<p>npm v7 ignores this section entirely if a <code>packages</code> section is present, -but does keep it up to date in order to support switching between npm v6 -and npm v7.</p> -<p>Dependency objects have the following fields:</p> -<ul> -<li> -<p>version: a specifier that varies depending on the nature of the package, -and is usable in fetching a new copy of it.</p> -<ul> -<li>bundled dependencies: Regardless of source, this is a version number -that is purely for informational purposes.</li> -<li>registry sources: This is a version number. (eg, <code>1.2.3</code>)</li> -<li>git sources: This is a git specifier with resolved committish. (eg, -<code>git+https://example.com/foo/bar#115311855adb0789a0466714ed48a1499ffea97e</code>)</li> -<li>http tarball sources: This is the URL of the tarball. (eg, -<code>https://example.com/example-1.3.0.tgz</code>)</li> -<li>local tarball sources: This is the file URL of the tarball. (eg -<code>file:///opt/storage/example-1.3.0.tgz</code>)</li> -<li>local link sources: This is the file URL of the link. (eg -<code>file:libs/our-module</code>)</li> -</ul> -</li> -<li> -<p>integrity: A <code>sha512</code> or <code>sha1</code> <a href="https://w3c.github.io/webappsec/specs/subresourceintegrity/">Standard Subresource -Integrity</a> -string for the artifact that was unpacked in this location. For git -dependencies, this is the commit sha.</p> -</li> -<li> -<p>resolved: For registry sources this is path of the tarball relative to -the registry URL. If the tarball URL isn't on the same server as the -registry URL then this is a complete URL. <code>registry.npmjs.org</code> is a magic -value meaning "the currently configured registry".</p> -</li> -<li> -<p>bundled: If true, this is the bundled dependency and will be installed -by the parent module. When installing, this module will be extracted -from the parent module during the extract phase, not installed as a -separate dependency.</p> -</li> -<li> -<p>dev: If true then this dependency is either a development dependency ONLY -of the top level module or a transitive dependency of one. This is false -for dependencies that are both a development dependency of the top level -and a transitive dependency of a non-development dependency of the top -level.</p> -</li> -<li> -<p>optional: If true then this dependency is either an optional dependency -ONLY of the top level module or a transitive dependency of one. This is -false for dependencies that are both an optional dependency of the top -level and a transitive dependency of a non-optional dependency of the top -level.</p> -</li> -<li> -<p>requires: This is a mapping of module name to version. This is a list of -everything this module requires, regardless of where it will be -installed. The version should match via normal matching rules a -dependency either in our <code>dependencies</code> or in a level higher than us.</p> -</li> -<li> -<p>dependencies: The dependencies of this dependency, exactly as at the top -level.</p> -</li> -</ul> -<h3 id="see-also">See also</h3> -<ul> -<li><a href="../commands/npm-shrinkwrap.html">npm shrinkwrap</a></li> -<li><a href="../configuring-npm/npm-shrinkwrap-json.html">npm-shrinkwrap.json</a></li> -<li><a href="../configuring-npm/package-json.html">package.json</a></li> -<li><a href="../commands/npm-install.html">npm install</a></li> -</ul></div> - -<footer id="edit"> -<a href="https://github.com/npm/cli/edit/latest/docs/content/configuring-npm/package-lock-json.md"> -<svg role="img" viewBox="0 0 16 16" width="16" height="16" fill="currentcolor" style="vertical-align: text-bottom; margin-right: 0.3em;"> -<path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path> -</svg> -Edit this page on GitHub -</a> -</footer> -</section> - - - -</body></html> \ No newline at end of file diff --git a/software/flow/node_modules/npm/docs/output/using-npm/config.html b/software/flow/node_modules/npm/docs/output/using-npm/config.html deleted file mode 100644 index 3887fe1..0000000 --- a/software/flow/node_modules/npm/docs/output/using-npm/config.html +++ /dev/null @@ -1,1561 +0,0 @@ -<!DOCTYPE html><html><head> -<meta charset="utf-8"> -<title>config</title> -<style> -body { - background-color: #ffffff; - color: #24292e; - - margin: 0; - - line-height: 1.5; - - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; -} -#rainbar { - height: 10px; - background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); -} - -a { - text-decoration: none; - color: #0366d6; -} -a:hover { - text-decoration: underline; -} - -pre { - margin: 1em 0px; - padding: 1em; - border: solid 1px #e1e4e8; - border-radius: 6px; - - display: block; - overflow: auto; - - white-space: pre; - - background-color: #f6f8fa; - color: #393a34; -} -code { - font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; - font-size: 85%; - padding: 0.2em 0.4em; - background-color: #f6f8fa; - color: #393a34; -} -pre > code { - padding: 0; - background-color: inherit; - color: inherit; -} -h1, h2, h3 { - font-weight: 600; -} - -#logobar { - background-color: #333333; - margin: 0 auto; - padding: 1em 4em; -} -#logobar .logo { - float: left; -} -#logobar .title { - font-weight: 600; - color: #dddddd; - float: left; - margin: 5px 0 0 1em; -} -#logobar:after { - content: ""; - display: block; - clear: both; -} - -#content { - margin: 0 auto; - padding: 0 4em; -} - -#table_of_contents > h2 { - font-size: 1.17em; -} -#table_of_contents ul:first-child { - border: solid 1px #e1e4e8; - border-radius: 6px; - padding: 1em; - background-color: #f6f8fa; - color: #393a34; -} -#table_of_contents ul { - list-style-type: none; - padding-left: 1.5em; -} -#table_of_contents li { - font-size: 0.9em; -} -#table_of_contents li a { - color: #000000; -} - -header.title { - border-bottom: solid 1px #e1e4e8; -} -header.title > h1 { - margin-bottom: 0.25em; -} -header.title > .description { - display: block; - margin-bottom: 0.5em; - line-height: 1; -} - -footer#edit { - border-top: solid 1px #e1e4e8; - margin: 3em 0 4em 0; - padding-top: 2em; -} -</style> -</head> -<body> -<div id="banner"> -<div id="rainbar"></div> -<div id="logobar"> -<svg class="logo" role="img" height="32" width="32" viewBox="0 0 700 700"> -<polygon fill="#cb0000" points="0,700 700,700 700,0 0,0"></polygon> -<polygon fill="#ffffff" points="150,550 350,550 350,250 450,250 450,550 550,550 550,150 150,150"></polygon> -</svg> -<div class="title"> -npm command-line interface -</div> -</div> -</div> - -<section id="content"> -<header class="title"> -<h1 id="config">config</h1> -<span class="description">More than you probably want to know about npm configuration</span> -</header> - -<section id="table_of_contents"> -<h2 id="table-of-contents">Table of contents</h2> -<div id="_table_of_contents"><ul><li><a href="#description">Description</a></li><ul><li><a href="#command-line-flags">Command Line Flags</a></li><li><a href="#environment-variables">Environment Variables</a></li><li><a href="#npmrc-files">npmrc Files</a></li><li><a href="#default-configs">Default Configs</a></li></ul><li><a href="#shorthands-and-other-cli-niceties">Shorthands and Other CLI Niceties</a></li><li><a href="#config-settings">Config Settings</a></li><ul><li><a href="#auth"><code>_auth</code></a></li><li><a href="#access"><code>access</code></a></li><li><a href="#all"><code>all</code></a></li><li><a href="#allow-same-version"><code>allow-same-version</code></a></li><li><a href="#audit"><code>audit</code></a></li><li><a href="#audit-level"><code>audit-level</code></a></li><li><a href="#auth-type"><code>auth-type</code></a></li><li><a href="#before"><code>before</code></a></li><li><a href="#bin-links"><code>bin-links</code></a></li><li><a href="#browser"><code>browser</code></a></li><li><a href="#ca"><code>ca</code></a></li><li><a href="#cache"><code>cache</code></a></li><li><a href="#cafile"><code>cafile</code></a></li><li><a href="#call"><code>call</code></a></li><li><a href="#ci-name"><code>ci-name</code></a></li><li><a href="#cidr"><code>cidr</code></a></li><li><a href="#color"><code>color</code></a></li><li><a href="#commit-hooks"><code>commit-hooks</code></a></li><li><a href="#depth"><code>depth</code></a></li><li><a href="#description2"><code>description</code></a></li><li><a href="#diff"><code>diff</code></a></li><li><a href="#diff-dst-prefix"><code>diff-dst-prefix</code></a></li><li><a href="#diff-ignore-all-space"><code>diff-ignore-all-space</code></a></li><li><a href="#diff-name-only"><code>diff-name-only</code></a></li><li><a href="#diff-no-prefix"><code>diff-no-prefix</code></a></li><li><a href="#diff-src-prefix"><code>diff-src-prefix</code></a></li><li><a href="#diff-text"><code>diff-text</code></a></li><li><a href="#diff-unified"><code>diff-unified</code></a></li><li><a href="#dry-run"><code>dry-run</code></a></li><li><a href="#editor"><code>editor</code></a></li><li><a href="#engine-strict"><code>engine-strict</code></a></li><li><a href="#fetch-retries"><code>fetch-retries</code></a></li><li><a href="#fetch-retry-factor"><code>fetch-retry-factor</code></a></li><li><a href="#fetch-retry-maxtimeout"><code>fetch-retry-maxtimeout</code></a></li><li><a href="#fetch-retry-mintimeout"><code>fetch-retry-mintimeout</code></a></li><li><a href="#fetch-timeout"><code>fetch-timeout</code></a></li><li><a href="#force"><code>force</code></a></li><li><a href="#foreground-scripts"><code>foreground-scripts</code></a></li><li><a href="#format-package-lock"><code>format-package-lock</code></a></li><li><a href="#fund"><code>fund</code></a></li><li><a href="#git"><code>git</code></a></li><li><a href="#git-tag-version"><code>git-tag-version</code></a></li><li><a href="#global"><code>global</code></a></li><li><a href="#globalconfig"><code>globalconfig</code></a></li><li><a href="#heading"><code>heading</code></a></li><li><a href="#https-proxy"><code>https-proxy</code></a></li><li><a href="#if-present"><code>if-present</code></a></li><li><a href="#ignore-scripts"><code>ignore-scripts</code></a></li><li><a href="#include"><code>include</code></a></li><li><a href="#include-staged"><code>include-staged</code></a></li><li><a href="#include-workspace-root"><code>include-workspace-root</code></a></li><li><a href="#init-author-email"><code>init-author-email</code></a></li><li><a href="#init-author-name"><code>init-author-name</code></a></li><li><a href="#init-author-url"><code>init-author-url</code></a></li><li><a href="#init-license"><code>init-license</code></a></li><li><a href="#init-module"><code>init-module</code></a></li><li><a href="#init-version"><code>init-version</code></a></li><li><a href="#install-links"><code>install-links</code></a></li><li><a href="#install-strategy"><code>install-strategy</code></a></li><li><a href="#json"><code>json</code></a></li><li><a href="#legacy-peer-deps"><code>legacy-peer-deps</code></a></li><li><a href="#link"><code>link</code></a></li><li><a href="#local-address"><code>local-address</code></a></li><li><a href="#location"><code>location</code></a></li><li><a href="#lockfile-version"><code>lockfile-version</code></a></li><li><a href="#loglevel"><code>loglevel</code></a></li><li><a href="#logs-dir"><code>logs-dir</code></a></li><li><a href="#logs-max"><code>logs-max</code></a></li><li><a href="#long"><code>long</code></a></li><li><a href="#maxsockets"><code>maxsockets</code></a></li><li><a href="#message"><code>message</code></a></li><li><a href="#node-options"><code>node-options</code></a></li><li><a href="#noproxy"><code>noproxy</code></a></li><li><a href="#offline"><code>offline</code></a></li><li><a href="#omit"><code>omit</code></a></li><li><a href="#omit-lockfile-registry-resolved"><code>omit-lockfile-registry-resolved</code></a></li><li><a href="#otp"><code>otp</code></a></li><li><a href="#pack-destination"><code>pack-destination</code></a></li><li><a href="#package"><code>package</code></a></li><li><a href="#package-lock"><code>package-lock</code></a></li><li><a href="#package-lock-only"><code>package-lock-only</code></a></li><li><a href="#parseable"><code>parseable</code></a></li><li><a href="#prefer-offline"><code>prefer-offline</code></a></li><li><a href="#prefer-online"><code>prefer-online</code></a></li><li><a href="#prefix"><code>prefix</code></a></li><li><a href="#preid"><code>preid</code></a></li><li><a href="#progress"><code>progress</code></a></li><li><a href="#provenance"><code>provenance</code></a></li><li><a href="#proxy"><code>proxy</code></a></li><li><a href="#read-only"><code>read-only</code></a></li><li><a href="#rebuild-bundle"><code>rebuild-bundle</code></a></li><li><a href="#registry"><code>registry</code></a></li><li><a href="#replace-registry-host"><code>replace-registry-host</code></a></li><li><a href="#save"><code>save</code></a></li><li><a href="#save-bundle"><code>save-bundle</code></a></li><li><a href="#save-dev"><code>save-dev</code></a></li><li><a href="#save-exact"><code>save-exact</code></a></li><li><a href="#save-optional"><code>save-optional</code></a></li><li><a href="#save-peer"><code>save-peer</code></a></li><li><a href="#save-prefix"><code>save-prefix</code></a></li><li><a href="#save-prod"><code>save-prod</code></a></li><li><a href="#scope"><code>scope</code></a></li><li><a href="#script-shell"><code>script-shell</code></a></li><li><a href="#searchexclude"><code>searchexclude</code></a></li><li><a href="#searchlimit"><code>searchlimit</code></a></li><li><a href="#searchopts"><code>searchopts</code></a></li><li><a href="#searchstaleness"><code>searchstaleness</code></a></li><li><a href="#shell"><code>shell</code></a></li><li><a href="#sign-git-commit"><code>sign-git-commit</code></a></li><li><a href="#sign-git-tag"><code>sign-git-tag</code></a></li><li><a href="#strict-peer-deps"><code>strict-peer-deps</code></a></li><li><a href="#strict-ssl"><code>strict-ssl</code></a></li><li><a href="#tag"><code>tag</code></a></li><li><a href="#tag-version-prefix"><code>tag-version-prefix</code></a></li><li><a href="#timing"><code>timing</code></a></li><li><a href="#umask"><code>umask</code></a></li><li><a href="#unicode"><code>unicode</code></a></li><li><a href="#update-notifier"><code>update-notifier</code></a></li><li><a href="#usage"><code>usage</code></a></li><li><a href="#user-agent"><code>user-agent</code></a></li><li><a href="#userconfig"><code>userconfig</code></a></li><li><a href="#version"><code>version</code></a></li><li><a href="#versions"><code>versions</code></a></li><li><a href="#viewer"><code>viewer</code></a></li><li><a href="#which"><code>which</code></a></li><li><a href="#workspace"><code>workspace</code></a></li><li><a href="#workspaces"><code>workspaces</code></a></li><li><a href="#workspaces-update"><code>workspaces-update</code></a></li><li><a href="#yes"><code>yes</code></a></li><li><a href="#also"><code>also</code></a></li><li><a href="#cache-max"><code>cache-max</code></a></li><li><a href="#cache-min"><code>cache-min</code></a></li><li><a href="#cert"><code>cert</code></a></li><li><a href="#dev"><code>dev</code></a></li><li><a href="#global-style"><code>global-style</code></a></li><li><a href="#initauthoremail"><code>init.author.email</code></a></li><li><a href="#initauthorname"><code>init.author.name</code></a></li><li><a href="#initauthorurl"><code>init.author.url</code></a></li><li><a href="#initlicense"><code>init.license</code></a></li><li><a href="#initmodule"><code>init.module</code></a></li><li><a href="#initversion"><code>init.version</code></a></li><li><a href="#key"><code>key</code></a></li><li><a href="#legacy-bundling"><code>legacy-bundling</code></a></li><li><a href="#only"><code>only</code></a></li><li><a href="#optional"><code>optional</code></a></li><li><a href="#production"><code>production</code></a></li><li><a href="#shrinkwrap"><code>shrinkwrap</code></a></li><li><a href="#tmp"><code>tmp</code></a></li></ul><li><a href="#see-also">See also</a></li></ul></div> -</section> - -<div id="_content"><h3 id="description">Description</h3> -<p>npm gets its configuration values from the following sources, sorted by priority:</p> -<h4 id="command-line-flags">Command Line Flags</h4> -<p>Putting <code>--foo bar</code> on the command line sets the <code>foo</code> configuration -parameter to <code>"bar"</code>. A <code>--</code> argument tells the cli parser to stop -reading flags. Using <code>--flag</code> without specifying any value will set -the value to <code>true</code>.</p> -<p>Example: <code>--flag1 --flag2</code> will set both configuration parameters -to <code>true</code>, while <code>--flag1 --flag2 bar</code> will set <code>flag1</code> to <code>true</code>, -and <code>flag2</code> to <code>bar</code>. Finally, <code>--flag1 --flag2 -- bar</code> will set -both configuration parameters to <code>true</code>, and the <code>bar</code> is taken -as a command argument.</p> -<h4 id="environment-variables">Environment Variables</h4> -<p>Any environment variables that start with <code>npm_config_</code> will be -interpreted as a configuration parameter. For example, putting -<code>npm_config_foo=bar</code> in your environment will set the <code>foo</code> -configuration parameter to <code>bar</code>. Any environment configurations that -are not given a value will be given the value of <code>true</code>. Config -values are case-insensitive, so <code>NPM_CONFIG_FOO=bar</code> will work the -same. However, please note that inside <a href="../using-npm/scripts.html"><code>scripts</code></a> -npm will set its own environment variables and Node will prefer -those lowercase versions over any uppercase ones that you might set. -For details see <a href="https://github.com/npm/npm/issues/14528">this issue</a>.</p> -<p>Notice that you need to use underscores instead of dashes, so <code>--allow-same-version</code> -would become <code>npm_config_allow_same_version=true</code>.</p> -<h4 id="npmrc-files">npmrc Files</h4> -<p>The four relevant files are:</p> -<ul> -<li>per-project configuration file (<code>/path/to/my/project/.npmrc</code>)</li> -<li>per-user configuration file (defaults to <code>$HOME/.npmrc</code>; configurable via CLI -option <code>--userconfig</code> or environment variable <code>$NPM_CONFIG_USERCONFIG</code>)</li> -<li>global configuration file (defaults to <code>$PREFIX/etc/npmrc</code>; configurable via -CLI option <code>--globalconfig</code> or environment variable <code>$NPM_CONFIG_GLOBALCONFIG</code>)</li> -<li>npm's built-in configuration file (<code>/path/to/npm/npmrc</code>)</li> -</ul> -<p>See <a href="../configuring-npm/npmrc.html">npmrc</a> for more details.</p> -<h4 id="default-configs">Default Configs</h4> -<p>Run <code>npm config ls -l</code> to see a set of configuration parameters that are -internal to npm, and are defaults if nothing else is specified.</p> -<h3 id="shorthands-and-other-cli-niceties">Shorthands and Other CLI Niceties</h3> -<p>The following shorthands are parsed on the command-line:</p> -<ul> -<li><code>-a</code>: <code>--all</code></li> -<li><code>--enjoy-by</code>: <code>--before</code></li> -<li><code>-c</code>: <code>--call</code></li> -<li><code>--desc</code>: <code>--description</code></li> -<li><code>-f</code>: <code>--force</code></li> -<li><code>-g</code>: <code>--global</code></li> -<li><code>--iwr</code>: <code>--include-workspace-root</code></li> -<li><code>-L</code>: <code>--location</code></li> -<li><code>-d</code>: <code>--loglevel info</code></li> -<li><code>-s</code>: <code>--loglevel silent</code></li> -<li><code>--silent</code>: <code>--loglevel silent</code></li> -<li><code>--ddd</code>: <code>--loglevel silly</code></li> -<li><code>--dd</code>: <code>--loglevel verbose</code></li> -<li><code>--verbose</code>: <code>--loglevel verbose</code></li> -<li><code>-q</code>: <code>--loglevel warn</code></li> -<li><code>--quiet</code>: <code>--loglevel warn</code></li> -<li><code>-l</code>: <code>--long</code></li> -<li><code>-m</code>: <code>--message</code></li> -<li><code>--local</code>: <code>--no-global</code></li> -<li><code>-n</code>: <code>--no-yes</code></li> -<li><code>--no</code>: <code>--no-yes</code></li> -<li><code>-p</code>: <code>--parseable</code></li> -<li><code>--porcelain</code>: <code>--parseable</code></li> -<li><code>-C</code>: <code>--prefix</code></li> -<li><code>--readonly</code>: <code>--read-only</code></li> -<li><code>--reg</code>: <code>--registry</code></li> -<li><code>-S</code>: <code>--save</code></li> -<li><code>-B</code>: <code>--save-bundle</code></li> -<li><code>-D</code>: <code>--save-dev</code></li> -<li><code>-E</code>: <code>--save-exact</code></li> -<li><code>-O</code>: <code>--save-optional</code></li> -<li><code>-P</code>: <code>--save-prod</code></li> -<li><code>-?</code>: <code>--usage</code></li> -<li><code>-h</code>: <code>--usage</code></li> -<li><code>-H</code>: <code>--usage</code></li> -<li><code>--help</code>: <code>--usage</code></li> -<li><code>-v</code>: <code>--version</code></li> -<li><code>-w</code>: <code>--workspace</code></li> -<li><code>--ws</code>: <code>--workspaces</code></li> -<li><code>-y</code>: <code>--yes</code></li> -</ul> -<p>If the specified configuration param resolves unambiguously to a known -configuration parameter, then it is expanded to that configuration -parameter. For example:</p> -<pre><code class="language-bash">npm ls --par -# same as: -npm ls --parseable -</code></pre> -<p>If multiple single-character shorthands are strung together, and the -resulting combination is unambiguously not some other configuration -param, then it is expanded to its various component pieces. For -example:</p> -<pre><code class="language-bash">npm ls -gpld -# same as: -npm ls --global --parseable --long --loglevel info -</code></pre> -<h3 id="config-settings">Config Settings</h3> -<h4 id="auth"><code>_auth</code></h4> -<ul> -<li>Default: null</li> -<li>Type: null or String</li> -</ul> -<p>A basic-auth string to use when authenticating against the npm registry. -This will ONLY be used to authenticate against the npm registry. For other -registries you will need to scope it like "//other-registry.tld/:_auth"</p> -<p>Warning: This should generally not be set via a command-line option. It is -safer to use a registry-provided authentication bearer token stored in the -~/.npmrc file by running <code>npm login</code>.</p> -<h4 id="access"><code>access</code></h4> -<ul> -<li>Default: 'public' for new packages, existing packages it will not change the -current level</li> -<li>Type: null, "restricted", or "public"</li> -</ul> -<p>If you do not want your scoped package to be publicly viewable (and -installable) set <code>--access=restricted</code>.</p> -<p>Unscoped packages can not be set to <code>restricted</code>.</p> -<p>Note: This defaults to not changing the current access level for existing -packages. Specifying a value of <code>restricted</code> or <code>public</code> during publish will -change the access for an existing package the same way that <code>npm access set status</code> would.</p> -<h4 id="all"><code>all</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>When running <code>npm outdated</code> and <code>npm ls</code>, setting <code>--all</code> will show all -outdated or installed packages, rather than only those directly depended -upon by the current project.</p> -<h4 id="allow-same-version"><code>allow-same-version</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Prevents throwing an error when <code>npm version</code> is used to set the new version -to the same value as the current version.</p> -<h4 id="audit"><code>audit</code></h4> -<ul> -<li>Default: true</li> -<li>Type: Boolean</li> -</ul> -<p>When "true" submit audit reports alongside the current npm command to the -default registry and all registries configured for scopes. See the -documentation for <a href="../commands/npm-audit.html"><code>npm audit</code></a> for details on what is -submitted.</p> -<h4 id="audit-level"><code>audit-level</code></h4> -<ul> -<li>Default: null</li> -<li>Type: null, "info", "low", "moderate", "high", "critical", or "none"</li> -</ul> -<p>The minimum level of vulnerability for <code>npm audit</code> to exit with a non-zero -exit code.</p> -<h4 id="auth-type"><code>auth-type</code></h4> -<ul> -<li>Default: "web"</li> -<li>Type: "legacy" or "web"</li> -</ul> -<p>What authentication strategy to use with <code>login</code>. Note that if an <code>otp</code> -config is given, this value will always be set to <code>legacy</code>.</p> -<h4 id="before"><code>before</code></h4> -<ul> -<li>Default: null</li> -<li>Type: null or Date</li> -</ul> -<p>If passed to <code>npm install</code>, will rebuild the npm tree such that only -versions that were available <strong>on or before</strong> the <code>--before</code> time get -installed. If there's no versions available for the current set of direct -dependencies, the command will error.</p> -<p>If the requested version is a <code>dist-tag</code> and the given tag does not pass the -<code>--before</code> filter, the most recent version less than or equal to that tag -will be used. For example, <code>foo@latest</code> might install <code>foo@1.2</code> even though -<code>latest</code> is <code>2.0</code>.</p> -<h4 id="bin-links"><code>bin-links</code></h4> -<ul> -<li>Default: true</li> -<li>Type: Boolean</li> -</ul> -<p>Tells npm to create symlinks (or <code>.cmd</code> shims on Windows) for package -executables.</p> -<p>Set to false to have it not do this. This can be used to work around the -fact that some file systems don't support symlinks, even on ostensibly Unix -systems.</p> -<h4 id="browser"><code>browser</code></h4> -<ul> -<li>Default: OS X: <code>"open"</code>, Windows: <code>"start"</code>, Others: <code>"xdg-open"</code></li> -<li>Type: null, Boolean, or String</li> -</ul> -<p>The browser that is called by npm commands to open websites.</p> -<p>Set to <code>false</code> to suppress browser behavior and instead print urls to -terminal.</p> -<p>Set to <code>true</code> to use default system URL opener.</p> -<h4 id="ca"><code>ca</code></h4> -<ul> -<li>Default: null</li> -<li>Type: null or String (can be set multiple times)</li> -</ul> -<p>The Certificate Authority signing certificate that is trusted for SSL -connections to the registry. Values should be in PEM format (Windows calls -it "Base-64 encoded X.509 (.CER)") with newlines replaced by the string -"\n". For example:</p> -<pre><code class="language-ini">ca="-----BEGIN CERTIFICATE-----\nXXXX\nXXXX\n-----END CERTIFICATE-----" -</code></pre> -<p>Set to <code>null</code> to only allow "known" registrars, or to a specific CA cert to -trust only that specific signing authority.</p> -<p>Multiple CAs can be trusted by specifying an array of certificates:</p> -<pre><code class="language-ini">ca[]="..." -ca[]="..." -</code></pre> -<p>See also the <code>strict-ssl</code> config.</p> -<h4 id="cache"><code>cache</code></h4> -<ul> -<li>Default: Windows: <code>%LocalAppData%\npm-cache</code>, Posix: <code>~/.npm</code></li> -<li>Type: Path</li> -</ul> -<p>The location of npm's cache directory.</p> -<h4 id="cafile"><code>cafile</code></h4> -<ul> -<li>Default: null</li> -<li>Type: Path</li> -</ul> -<p>A path to a file containing one or multiple Certificate Authority signing -certificates. Similar to the <code>ca</code> setting, but allows for multiple CA's, as -well as for the CA information to be stored in a file on disk.</p> -<h4 id="call"><code>call</code></h4> -<ul> -<li>Default: ""</li> -<li>Type: String</li> -</ul> -<p>Optional companion option for <code>npm exec</code>, <code>npx</code> that allows for specifying a -custom command to be run along with the installed packages.</p> -<pre><code class="language-bash">npm exec --package yo --package generator-node --call "yo node" -</code></pre> -<h4 id="ci-name"><code>ci-name</code></h4> -<ul> -<li>Default: The name of the current CI system, or <code>null</code> when not on a known CI -platform.</li> -<li>Type: null or String</li> -</ul> -<p>The name of a continuous integration system. If not set explicitly, npm will -detect the current CI environment using the -<a href="http://npm.im/ci-info"><code>ci-info</code></a> module.</p> -<h4 id="cidr"><code>cidr</code></h4> -<ul> -<li>Default: null</li> -<li>Type: null or String (can be set multiple times)</li> -</ul> -<p>This is a list of CIDR address to be used when configuring limited access -tokens with the <code>npm token create</code> command.</p> -<h4 id="color"><code>color</code></h4> -<ul> -<li>Default: true unless the NO_COLOR environ is set to something other than '0'</li> -<li>Type: "always" or Boolean</li> -</ul> -<p>If false, never shows colors. If <code>"always"</code> then always shows colors. If -true, then only prints color codes for tty file descriptors.</p> -<h4 id="commit-hooks"><code>commit-hooks</code></h4> -<ul> -<li>Default: true</li> -<li>Type: Boolean</li> -</ul> -<p>Run git commit hooks when using the <code>npm version</code> command.</p> -<h4 id="depth"><code>depth</code></h4> -<ul> -<li>Default: <code>Infinity</code> if <code>--all</code> is set, otherwise <code>1</code></li> -<li>Type: null or Number</li> -</ul> -<p>The depth to go when recursing packages for <code>npm ls</code>.</p> -<p>If not set, <code>npm ls</code> will show only the immediate dependencies of the root -project. If <code>--all</code> is set, then npm will show all dependencies by default.</p> -<h4 id="description2"><code>description</code></h4> -<ul> -<li>Default: true</li> -<li>Type: Boolean</li> -</ul> -<p>Show the description in <code>npm search</code></p> -<h4 id="diff"><code>diff</code></h4> -<ul> -<li>Default:</li> -<li>Type: String (can be set multiple times)</li> -</ul> -<p>Define arguments to compare in <code>npm diff</code>.</p> -<h4 id="diff-dst-prefix"><code>diff-dst-prefix</code></h4> -<ul> -<li>Default: "b/"</li> -<li>Type: String</li> -</ul> -<p>Destination prefix to be used in <code>npm diff</code> output.</p> -<h4 id="diff-ignore-all-space"><code>diff-ignore-all-space</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Ignore whitespace when comparing lines in <code>npm diff</code>.</p> -<h4 id="diff-name-only"><code>diff-name-only</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Prints only filenames when using <code>npm diff</code>.</p> -<h4 id="diff-no-prefix"><code>diff-no-prefix</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Do not show any source or destination prefix in <code>npm diff</code> output.</p> -<p>Note: this causes <code>npm diff</code> to ignore the <code>--diff-src-prefix</code> and -<code>--diff-dst-prefix</code> configs.</p> -<h4 id="diff-src-prefix"><code>diff-src-prefix</code></h4> -<ul> -<li>Default: "a/"</li> -<li>Type: String</li> -</ul> -<p>Source prefix to be used in <code>npm diff</code> output.</p> -<h4 id="diff-text"><code>diff-text</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Treat all files as text in <code>npm diff</code>.</p> -<h4 id="diff-unified"><code>diff-unified</code></h4> -<ul> -<li>Default: 3</li> -<li>Type: Number</li> -</ul> -<p>The number of lines of context to print in <code>npm diff</code>.</p> -<h4 id="dry-run"><code>dry-run</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Indicates that you don't want npm to make any changes and that it should -only report what it would have done. This can be passed into any of the -commands that modify your local installation, eg, <code>install</code>, <code>update</code>, -<code>dedupe</code>, <code>uninstall</code>, as well as <code>pack</code> and <code>publish</code>.</p> -<p>Note: This is NOT honored by other network related commands, eg <code>dist-tags</code>, -<code>owner</code>, etc.</p> -<h4 id="editor"><code>editor</code></h4> -<ul> -<li>Default: The EDITOR or VISUAL environment variables, or -'%SYSTEMROOT%\notepad.exe' on Windows, or 'vi' on Unix systems</li> -<li>Type: String</li> -</ul> -<p>The command to run for <code>npm edit</code> and <code>npm config edit</code>.</p> -<h4 id="engine-strict"><code>engine-strict</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>If set to true, then npm will stubbornly refuse to install (or even consider -installing) any package that claims to not be compatible with the current -Node.js version.</p> -<p>This can be overridden by setting the <code>--force</code> flag.</p> -<h4 id="fetch-retries"><code>fetch-retries</code></h4> -<ul> -<li>Default: 2</li> -<li>Type: Number</li> -</ul> -<p>The "retries" config for the <code>retry</code> module to use when fetching packages -from the registry.</p> -<p>npm will retry idempotent read requests to the registry in the case of -network failures or 5xx HTTP errors.</p> -<h4 id="fetch-retry-factor"><code>fetch-retry-factor</code></h4> -<ul> -<li>Default: 10</li> -<li>Type: Number</li> -</ul> -<p>The "factor" config for the <code>retry</code> module to use when fetching packages.</p> -<h4 id="fetch-retry-maxtimeout"><code>fetch-retry-maxtimeout</code></h4> -<ul> -<li>Default: 60000 (1 minute)</li> -<li>Type: Number</li> -</ul> -<p>The "maxTimeout" config for the <code>retry</code> module to use when fetching -packages.</p> -<h4 id="fetch-retry-mintimeout"><code>fetch-retry-mintimeout</code></h4> -<ul> -<li>Default: 10000 (10 seconds)</li> -<li>Type: Number</li> -</ul> -<p>The "minTimeout" config for the <code>retry</code> module to use when fetching -packages.</p> -<h4 id="fetch-timeout"><code>fetch-timeout</code></h4> -<ul> -<li>Default: 300000 (5 minutes)</li> -<li>Type: Number</li> -</ul> -<p>The maximum amount of time to wait for HTTP requests to complete.</p> -<h4 id="force"><code>force</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Removes various protections against unfortunate side effects, common -mistakes, unnecessary performance degradation, and malicious input.</p> -<ul> -<li>Allow clobbering non-npm files in global installs.</li> -<li>Allow the <code>npm version</code> command to work on an unclean git repository.</li> -<li>Allow deleting the cache folder with <code>npm cache clean</code>.</li> -<li>Allow installing packages that have an <code>engines</code> declaration requiring a -different version of npm.</li> -<li>Allow installing packages that have an <code>engines</code> declaration requiring a -different version of <code>node</code>, even if <code>--engine-strict</code> is enabled.</li> -<li>Allow <code>npm audit fix</code> to install modules outside your stated dependency -range (including SemVer-major changes).</li> -<li>Allow unpublishing all versions of a published package.</li> -<li>Allow conflicting peerDependencies to be installed in the root project.</li> -<li>Implicitly set <code>--yes</code> during <code>npm init</code>.</li> -<li>Allow clobbering existing values in <code>npm pkg</code></li> -<li>Allow unpublishing of entire packages (not just a single version).</li> -</ul> -<p>If you don't have a clear idea of what you want to do, it is strongly -recommended that you do not use this option!</p> -<h4 id="foreground-scripts"><code>foreground-scripts</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Run all build scripts (ie, <code>preinstall</code>, <code>install</code>, and <code>postinstall</code>) -scripts for installed packages in the foreground process, sharing standard -input, output, and error with the main npm process.</p> -<p>Note that this will generally make installs run slower, and be much noisier, -but can be useful for debugging.</p> -<h4 id="format-package-lock"><code>format-package-lock</code></h4> -<ul> -<li>Default: true</li> -<li>Type: Boolean</li> -</ul> -<p>Format <code>package-lock.json</code> or <code>npm-shrinkwrap.json</code> as a human readable -file.</p> -<h4 id="fund"><code>fund</code></h4> -<ul> -<li>Default: true</li> -<li>Type: Boolean</li> -</ul> -<p>When "true" displays the message at the end of each <code>npm install</code> -acknowledging the number of dependencies looking for funding. See <a href="../commands/npm-fund.html"><code>npm fund</code></a> for details.</p> -<h4 id="git"><code>git</code></h4> -<ul> -<li>Default: "git"</li> -<li>Type: String</li> -</ul> -<p>The command to use for git commands. If git is installed on the computer, -but is not in the <code>PATH</code>, then set this to the full path to the git binary.</p> -<h4 id="git-tag-version"><code>git-tag-version</code></h4> -<ul> -<li>Default: true</li> -<li>Type: Boolean</li> -</ul> -<p>Tag the commit when using the <code>npm version</code> command. Setting this to false -results in no commit being made at all.</p> -<h4 id="global"><code>global</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Operates in "global" mode, so that packages are installed into the <code>prefix</code> -folder instead of the current working directory. See -<a href="../configuring-npm/folders.html">folders</a> for more on the differences in behavior.</p> -<ul> -<li>packages are installed into the <code>{prefix}/lib/node_modules</code> folder, instead -of the current working directory.</li> -<li>bin files are linked to <code>{prefix}/bin</code></li> -<li>man pages are linked to <code>{prefix}/share/man</code></li> -</ul> -<h4 id="globalconfig"><code>globalconfig</code></h4> -<ul> -<li>Default: The global --prefix setting plus 'etc/npmrc'. For example, -'/usr/local/etc/npmrc'</li> -<li>Type: Path</li> -</ul> -<p>The config file to read for global config options.</p> -<h4 id="heading"><code>heading</code></h4> -<ul> -<li>Default: "npm"</li> -<li>Type: String</li> -</ul> -<p>The string that starts all the debugging log output.</p> -<h4 id="https-proxy"><code>https-proxy</code></h4> -<ul> -<li>Default: null</li> -<li>Type: null or URL</li> -</ul> -<p>A proxy to use for outgoing https requests. If the <code>HTTPS_PROXY</code> or -<code>https_proxy</code> or <code>HTTP_PROXY</code> or <code>http_proxy</code> environment variables are set, -proxy settings will be honored by the underlying <code>make-fetch-happen</code> -library.</p> -<h4 id="if-present"><code>if-present</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>If true, npm will not exit with an error code when <code>run-script</code> is invoked -for a script that isn't defined in the <code>scripts</code> section of <code>package.json</code>. -This option can be used when it's desirable to optionally run a script when -it's present and fail if the script fails. This is useful, for example, when -running scripts that may only apply for some builds in an otherwise generic -CI setup.</p> -<p>This value is not exported to the environment for child processes.</p> -<h4 id="ignore-scripts"><code>ignore-scripts</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>If true, npm does not run scripts specified in package.json files.</p> -<p>Note that commands explicitly intended to run a particular script, such as -<code>npm start</code>, <code>npm stop</code>, <code>npm restart</code>, <code>npm test</code>, and <code>npm run-script</code> -will still run their intended script if <code>ignore-scripts</code> is set, but they -will <em>not</em> run any pre- or post-scripts.</p> -<h4 id="include"><code>include</code></h4> -<ul> -<li>Default:</li> -<li>Type: "prod", "dev", "optional", or "peer" (can be set multiple times)</li> -</ul> -<p>Option that allows for defining which types of dependencies to install.</p> -<p>This is the inverse of <code>--omit=&lt;type&gt;</code>.</p> -<p>Dependency types specified in <code>--include</code> will not be omitted, regardless of -the order in which omit/include are specified on the command-line.</p> -<h4 id="include-staged"><code>include-staged</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Allow installing "staged" published packages, as defined by <a href="https://github.com/npm/rfcs/pull/92">npm RFC PR -#92</a>.</p> -<p>This is experimental, and not implemented by the npm public registry.</p> -<h4 id="include-workspace-root"><code>include-workspace-root</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Include the workspace root when workspaces are enabled for a command.</p> -<p>When false, specifying individual workspaces via the <code>workspace</code> config, or -all workspaces via the <code>workspaces</code> flag, will cause npm to operate only on -the specified workspaces, and not on the root project.</p> -<p>This value is not exported to the environment for child processes.</p> -<h4 id="init-author-email"><code>init-author-email</code></h4> -<ul> -<li>Default: ""</li> -<li>Type: String</li> -</ul> -<p>The value <code>npm init</code> should use by default for the package author's email.</p> -<h4 id="init-author-name"><code>init-author-name</code></h4> -<ul> -<li>Default: ""</li> -<li>Type: String</li> -</ul> -<p>The value <code>npm init</code> should use by default for the package author's name.</p> -<h4 id="init-author-url"><code>init-author-url</code></h4> -<ul> -<li>Default: ""</li> -<li>Type: "" or URL</li> -</ul> -<p>The value <code>npm init</code> should use by default for the package author's -homepage.</p> -<h4 id="init-license"><code>init-license</code></h4> -<ul> -<li>Default: "ISC"</li> -<li>Type: String</li> -</ul> -<p>The value <code>npm init</code> should use by default for the package license.</p> -<h4 id="init-module"><code>init-module</code></h4> -<ul> -<li>Default: "~/.npm-init.js"</li> -<li>Type: Path</li> -</ul> -<p>A module that will be loaded by the <code>npm init</code> command. See the -documentation for the -<a href="https://github.com/npm/init-package-json">init-package-json</a> module for -more information, or <a href="../commands/npm-init.html">npm init</a>.</p> -<h4 id="init-version"><code>init-version</code></h4> -<ul> -<li>Default: "1.0.0"</li> -<li>Type: SemVer string</li> -</ul> -<p>The value that <code>npm init</code> should use by default for the package version -number, if not already set in package.json.</p> -<h4 id="install-links"><code>install-links</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>When set file: protocol dependencies will be packed and installed as regular -dependencies instead of creating a symlink. This option has no effect on -workspaces.</p> -<h4 id="install-strategy"><code>install-strategy</code></h4> -<ul> -<li>Default: "hoisted"</li> -<li>Type: "hoisted", "nested", "shallow", or "linked"</li> -</ul> -<p>Sets the strategy for installing packages in node_modules. hoisted -(default): Install non-duplicated in top-level, and duplicated as necessary -within directory structure. nested: (formerly --legacy-bundling) install in -place, no hoisting. shallow (formerly --global-style) only install direct -deps at top-level. linked: (experimental) install in node_modules/.store, -link in place, unhoisted.</p> -<h4 id="json"><code>json</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Whether or not to output JSON data, rather than the normal output.</p> -<ul> -<li>In <code>npm pkg set</code> it enables parsing set values with JSON.parse() before -saving them to your <code>package.json</code>.</li> -</ul> -<p>Not supported by all npm commands.</p> -<h4 id="legacy-peer-deps"><code>legacy-peer-deps</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Causes npm to completely ignore <code>peerDependencies</code> when building a package -tree, as in npm versions 3 through 6.</p> -<p>If a package cannot be installed because of overly strict <code>peerDependencies</code> -that collide, it provides a way to move forward resolving the situation.</p> -<p>This differs from <code>--omit=peer</code>, in that <code>--omit=peer</code> will avoid unpacking -<code>peerDependencies</code> on disk, but will still design a tree such that -<code>peerDependencies</code> <em>could</em> be unpacked in a correct place.</p> -<p>Use of <code>legacy-peer-deps</code> is not recommended, as it will not enforce the -<code>peerDependencies</code> contract that meta-dependencies may rely on.</p> -<h4 id="link"><code>link</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Used with <code>npm ls</code>, limiting output to only those packages that are linked.</p> -<h4 id="local-address"><code>local-address</code></h4> -<ul> -<li>Default: null</li> -<li>Type: IP Address</li> -</ul> -<p>The IP address of the local interface to use when making connections to the -npm registry. Must be IPv4 in versions of Node prior to 0.12.</p> -<h4 id="location"><code>location</code></h4> -<ul> -<li>Default: "user" unless <code>--global</code> is passed, which will also set this value -to "global"</li> -<li>Type: "global", "user", or "project"</li> -</ul> -<p>When passed to <code>npm config</code> this refers to which config file to use.</p> -<p>When set to "global" mode, packages are installed into the <code>prefix</code> folder -instead of the current working directory. See -<a href="../configuring-npm/folders.html">folders</a> for more on the differences in behavior.</p> -<ul> -<li>packages are installed into the <code>{prefix}/lib/node_modules</code> folder, instead -of the current working directory.</li> -<li>bin files are linked to <code>{prefix}/bin</code></li> -<li>man pages are linked to <code>{prefix}/share/man</code></li> -</ul> -<h4 id="lockfile-version"><code>lockfile-version</code></h4> -<ul> -<li>Default: Version 3 if no lockfile, auto-converting v1 lockfiles to v3, -otherwise maintain current lockfile version.</li> -<li>Type: null, 1, 2, 3, "1", "2", or "3"</li> -</ul> -<p>Set the lockfile format version to be used in package-lock.json and -npm-shrinkwrap-json files. Possible options are:</p> -<p>1: The lockfile version used by npm versions 5 and 6. Lacks some data that -is used during the install, resulting in slower and possibly less -deterministic installs. Prevents lockfile churn when interoperating with -older npm versions.</p> -<p>2: The default lockfile version used by npm version 7 and 8. Includes both -the version 1 lockfile data and version 3 lockfile data, for maximum -determinism and interoperability, at the expense of more bytes on disk.</p> -<p>3: Only the new lockfile information introduced in npm version 7. Smaller on -disk than lockfile version 2, but not interoperable with older npm versions. -Ideal if all users are on npm version 7 and higher.</p> -<h4 id="loglevel"><code>loglevel</code></h4> -<ul> -<li>Default: "notice"</li> -<li>Type: "silent", "error", "warn", "notice", "http", "info", "verbose", or -"silly"</li> -</ul> -<p>What level of logs to report. All logs are written to a debug log, with the -path to that file printed if the execution of a command fails.</p> -<p>Any logs of a higher level than the setting are shown. The default is -"notice".</p> -<p>See also the <code>foreground-scripts</code> config.</p> -<h4 id="logs-dir"><code>logs-dir</code></h4> -<ul> -<li>Default: A directory named <code>_logs</code> inside the cache</li> -<li>Type: null or Path</li> -</ul> -<p>The location of npm's log directory. See <a href="../using-npm/logging.html"><code>npm logging</code></a> -for more information.</p> -<h4 id="logs-max"><code>logs-max</code></h4> -<ul> -<li>Default: 10</li> -<li>Type: Number</li> -</ul> -<p>The maximum number of log files to store.</p> -<p>If set to 0, no log files will be written for the current run.</p> -<h4 id="long"><code>long</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Show extended information in <code>ls</code>, <code>search</code>, and <code>help-search</code>.</p> -<h4 id="maxsockets"><code>maxsockets</code></h4> -<ul> -<li>Default: 15</li> -<li>Type: Number</li> -</ul> -<p>The maximum number of connections to use per origin (protocol/host/port -combination).</p> -<h4 id="message"><code>message</code></h4> -<ul> -<li>Default: "%s"</li> -<li>Type: String</li> -</ul> -<p>Commit message which is used by <code>npm version</code> when creating version commit.</p> -<p>Any "%s" in the message will be replaced with the version number.</p> -<h4 id="node-options"><code>node-options</code></h4> -<ul> -<li>Default: null</li> -<li>Type: null or String</li> -</ul> -<p>Options to pass through to Node.js via the <code>NODE_OPTIONS</code> environment -variable. This does not impact how npm itself is executed but it does impact -how lifecycle scripts are called.</p> -<h4 id="noproxy"><code>noproxy</code></h4> -<ul> -<li>Default: The value of the NO_PROXY environment variable</li> -<li>Type: String (can be set multiple times)</li> -</ul> -<p>Domain extensions that should bypass any proxies.</p> -<p>Also accepts a comma-delimited string.</p> -<h4 id="offline"><code>offline</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Force offline mode: no network requests will be done during install. To -allow the CLI to fill in missing cache data, see <code>--prefer-offline</code>.</p> -<h4 id="omit"><code>omit</code></h4> -<ul> -<li>Default: 'dev' if the <code>NODE_ENV</code> environment variable is set to -'production', otherwise empty.</li> -<li>Type: "dev", "optional", or "peer" (can be set multiple times)</li> -</ul> -<p>Dependency types to omit from the installation tree on disk.</p> -<p>Note that these dependencies <em>are</em> still resolved and added to the -<code>package-lock.json</code> or <code>npm-shrinkwrap.json</code> file. They are just not -physically installed on disk.</p> -<p>If a package type appears in both the <code>--include</code> and <code>--omit</code> lists, then -it will be included.</p> -<p>If the resulting omit list includes <code>'dev'</code>, then the <code>NODE_ENV</code> environment -variable will be set to <code>'production'</code> for all lifecycle scripts.</p> -<h4 id="omit-lockfile-registry-resolved"><code>omit-lockfile-registry-resolved</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>This option causes npm to create lock files without a <code>resolved</code> key for -registry dependencies. Subsequent installs will need to resolve tarball -endpoints with the configured registry, likely resulting in a longer install -time.</p> -<h4 id="otp"><code>otp</code></h4> -<ul> -<li>Default: null</li> -<li>Type: null or String</li> -</ul> -<p>This is a one-time password from a two-factor authenticator. It's needed -when publishing or changing package permissions with <code>npm access</code>.</p> -<p>If not set, and a registry response fails with a challenge for a one-time -password, npm will prompt on the command line for one.</p> -<h4 id="pack-destination"><code>pack-destination</code></h4> -<ul> -<li>Default: "."</li> -<li>Type: String</li> -</ul> -<p>Directory in which <code>npm pack</code> will save tarballs.</p> -<h4 id="package"><code>package</code></h4> -<ul> -<li>Default:</li> -<li>Type: String (can be set multiple times)</li> -</ul> -<p>The package or packages to install for <a href="../commands/npm-exec.html"><code>npm exec</code></a></p> -<h4 id="package-lock"><code>package-lock</code></h4> -<ul> -<li>Default: true</li> -<li>Type: Boolean</li> -</ul> -<p>If set to false, then ignore <code>package-lock.json</code> files when installing. This -will also prevent <em>writing</em> <code>package-lock.json</code> if <code>save</code> is true.</p> -<p>This configuration does not affect <code>npm ci</code>.</p> -<h4 id="package-lock-only"><code>package-lock-only</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>If set to true, the current operation will only use the <code>package-lock.json</code>, -ignoring <code>node_modules</code>.</p> -<p>For <code>update</code> this means only the <code>package-lock.json</code> will be updated, -instead of checking <code>node_modules</code> and downloading dependencies.</p> -<p>For <code>list</code> this means the output will be based on the tree described by the -<code>package-lock.json</code>, rather than the contents of <code>node_modules</code>.</p> -<h4 id="parseable"><code>parseable</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Output parseable results from commands that write to standard output. For -<code>npm search</code>, this will be tab-separated table format.</p> -<h4 id="prefer-offline"><code>prefer-offline</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>If true, staleness checks for cached data will be bypassed, but missing data -will be requested from the server. To force full offline mode, use -<code>--offline</code>.</p> -<h4 id="prefer-online"><code>prefer-online</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>If true, staleness checks for cached data will be forced, making the CLI -look for updates immediately even for fresh package data.</p> -<h4 id="prefix"><code>prefix</code></h4> -<ul> -<li>Default: In global mode, the folder where the node executable is installed. -Otherwise, the nearest parent folder containing either a package.json file -or a node_modules folder.</li> -<li>Type: Path</li> -</ul> -<p>The location to install global items. If set on the command line, then it -forces non-global commands to run in the specified folder.</p> -<h4 id="preid"><code>preid</code></h4> -<ul> -<li>Default: ""</li> -<li>Type: String</li> -</ul> -<p>The "prerelease identifier" to use as a prefix for the "prerelease" part of -a semver. Like the <code>rc</code> in <code>1.2.0-rc.8</code>.</p> -<h4 id="progress"><code>progress</code></h4> -<ul> -<li>Default: <code>true</code> unless running in a known CI system</li> -<li>Type: Boolean</li> -</ul> -<p>When set to <code>true</code>, npm will display a progress bar during time intensive -operations, if <code>process.stderr</code> is a TTY.</p> -<p>Set to <code>false</code> to suppress the progress bar.</p> -<h4 id="provenance"><code>provenance</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Indicates that a provenance statement should be generated.</p> -<h4 id="proxy"><code>proxy</code></h4> -<ul> -<li>Default: null</li> -<li>Type: null, false, or URL</li> -</ul> -<p>A proxy to use for outgoing http requests. If the <code>HTTP_PROXY</code> or -<code>http_proxy</code> environment variables are set, proxy settings will be honored -by the underlying <code>request</code> library.</p> -<h4 id="read-only"><code>read-only</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>This is used to mark a token as unable to publish when configuring limited -access tokens with the <code>npm token create</code> command.</p> -<h4 id="rebuild-bundle"><code>rebuild-bundle</code></h4> -<ul> -<li>Default: true</li> -<li>Type: Boolean</li> -</ul> -<p>Rebuild bundled dependencies after installation.</p> -<h4 id="registry"><code>registry</code></h4> -<ul> -<li>Default: "<a href="https://registry.npmjs.org/">https://registry.npmjs.org/</a>"</li> -<li>Type: URL</li> -</ul> -<p>The base URL of the npm registry.</p> -<h4 id="replace-registry-host"><code>replace-registry-host</code></h4> -<ul> -<li>Default: "npmjs"</li> -<li>Type: "npmjs", "never", "always", or String</li> -</ul> -<p>Defines behavior for replacing the registry host in a lockfile with the -configured registry.</p> -<p>The default behavior is to replace package dist URLs from the default -registry (<a href="https://registry.npmjs.org">https://registry.npmjs.org</a>) to the configured registry. If set to -"never", then use the registry value. If set to "always", then replace the -registry host with the configured host every time.</p> -<p>You may also specify a bare hostname (e.g., "registry.npmjs.org").</p> -<h4 id="save"><code>save</code></h4> -<ul> -<li>Default: <code>true</code> unless when using <code>npm update</code> where it defaults to <code>false</code></li> -<li>Type: Boolean</li> -</ul> -<p>Save installed packages to a <code>package.json</code> file as dependencies.</p> -<p>When used with the <code>npm rm</code> command, removes the dependency from -<code>package.json</code>.</p> -<p>Will also prevent writing to <code>package-lock.json</code> if set to <code>false</code>.</p> -<h4 id="save-bundle"><code>save-bundle</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>If a package would be saved at install time by the use of <code>--save</code>, -<code>--save-dev</code>, or <code>--save-optional</code>, then also put it in the -<code>bundleDependencies</code> list.</p> -<p>Ignored if <code>--save-peer</code> is set, since peerDependencies cannot be bundled.</p> -<h4 id="save-dev"><code>save-dev</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Save installed packages to a package.json file as <code>devDependencies</code>.</p> -<h4 id="save-exact"><code>save-exact</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Dependencies saved to package.json will be configured with an exact version -rather than using npm's default semver range operator.</p> -<h4 id="save-optional"><code>save-optional</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Save installed packages to a package.json file as <code>optionalDependencies</code>.</p> -<h4 id="save-peer"><code>save-peer</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Save installed packages to a package.json file as <code>peerDependencies</code></p> -<h4 id="save-prefix"><code>save-prefix</code></h4> -<ul> -<li>Default: "^"</li> -<li>Type: String</li> -</ul> -<p>Configure how versions of packages installed to a package.json file via -<code>--save</code> or <code>--save-dev</code> get prefixed.</p> -<p>For example if a package has version <code>1.2.3</code>, by default its version is set -to <code>^1.2.3</code> which allows minor upgrades for that package, but after <code>npm config set save-prefix='~'</code> it would be set to <code>~1.2.3</code> which only allows -patch upgrades.</p> -<h4 id="save-prod"><code>save-prod</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Save installed packages into <code>dependencies</code> specifically. This is useful if -a package already exists in <code>devDependencies</code> or <code>optionalDependencies</code>, but -you want to move it to be a non-optional production dependency.</p> -<p>This is the default behavior if <code>--save</code> is true, and neither <code>--save-dev</code> -or <code>--save-optional</code> are true.</p> -<h4 id="scope"><code>scope</code></h4> -<ul> -<li>Default: the scope of the current project, if any, or ""</li> -<li>Type: String</li> -</ul> -<p>Associate an operation with a scope for a scoped registry.</p> -<p>Useful when logging in to or out of a private registry:</p> -<pre><code># log in, linking the scope to the custom registry -npm login --scope=@mycorp --registry=https://registry.mycorp.com - -# log out, removing the link and the auth token -npm logout --scope=@mycorp -</code></pre> -<p>This will cause <code>@mycorp</code> to be mapped to the registry for future -installation of packages specified according to the pattern -<code>@mycorp/package</code>.</p> -<p>This will also cause <code>npm init</code> to create a scoped package.</p> -<pre><code># accept all defaults, and create a package named "@foo/whatever", -# instead of just named "whatever" -npm init --scope=@foo --yes -</code></pre> -<h4 id="script-shell"><code>script-shell</code></h4> -<ul> -<li>Default: '/bin/sh' on POSIX systems, 'cmd.exe' on Windows</li> -<li>Type: null or String</li> -</ul> -<p>The shell to use for scripts run with the <code>npm exec</code>, <code>npm run</code> and <code>npm init &lt;package-spec&gt;</code> commands.</p> -<h4 id="searchexclude"><code>searchexclude</code></h4> -<ul> -<li>Default: ""</li> -<li>Type: String</li> -</ul> -<p>Space-separated options that limit the results from search.</p> -<h4 id="searchlimit"><code>searchlimit</code></h4> -<ul> -<li>Default: 20</li> -<li>Type: Number</li> -</ul> -<p>Number of items to limit search results to. Will not apply at all to legacy -searches.</p> -<h4 id="searchopts"><code>searchopts</code></h4> -<ul> -<li>Default: ""</li> -<li>Type: String</li> -</ul> -<p>Space-separated options that are always passed to search.</p> -<h4 id="searchstaleness"><code>searchstaleness</code></h4> -<ul> -<li>Default: 900</li> -<li>Type: Number</li> -</ul> -<p>The age of the cache, in seconds, before another registry request is made if -using legacy search endpoint.</p> -<h4 id="shell"><code>shell</code></h4> -<ul> -<li>Default: SHELL environment variable, or "bash" on Posix, or "cmd.exe" on -Windows</li> -<li>Type: String</li> -</ul> -<p>The shell to run for the <code>npm explore</code> command.</p> -<h4 id="sign-git-commit"><code>sign-git-commit</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>If set to true, then the <code>npm version</code> command will commit the new package -version using <code>-S</code> to add a signature.</p> -<p>Note that git requires you to have set up GPG keys in your git configs for -this to work properly.</p> -<h4 id="sign-git-tag"><code>sign-git-tag</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>If set to true, then the <code>npm version</code> command will tag the version using -<code>-s</code> to add a signature.</p> -<p>Note that git requires you to have set up GPG keys in your git configs for -this to work properly.</p> -<h4 id="strict-peer-deps"><code>strict-peer-deps</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>If set to <code>true</code>, and <code>--legacy-peer-deps</code> is not set, then <em>any</em> -conflicting <code>peerDependencies</code> will be treated as an install failure, even -if npm could reasonably guess the appropriate resolution based on non-peer -dependency relationships.</p> -<p>By default, conflicting <code>peerDependencies</code> deep in the dependency graph will -be resolved using the nearest non-peer dependency specification, even if -doing so will result in some packages receiving a peer dependency outside -the range set in their package's <code>peerDependencies</code> object.</p> -<p>When such an override is performed, a warning is printed, explaining the -conflict and the packages involved. If <code>--strict-peer-deps</code> is set, then -this warning is treated as a failure.</p> -<h4 id="strict-ssl"><code>strict-ssl</code></h4> -<ul> -<li>Default: true</li> -<li>Type: Boolean</li> -</ul> -<p>Whether or not to do SSL key validation when making requests to the registry -via https.</p> -<p>See also the <code>ca</code> config.</p> -<h4 id="tag"><code>tag</code></h4> -<ul> -<li>Default: "latest"</li> -<li>Type: String</li> -</ul> -<p>If you ask npm to install a package and don't tell it a specific version, -then it will install the specified tag.</p> -<p>Also the tag that is added to the package@version specified by the <code>npm tag</code> -command, if no explicit tag is given.</p> -<p>When used by the <code>npm diff</code> command, this is the tag used to fetch the -tarball that will be compared with the local files by default.</p> -<h4 id="tag-version-prefix"><code>tag-version-prefix</code></h4> -<ul> -<li>Default: "v"</li> -<li>Type: String</li> -</ul> -<p>If set, alters the prefix used when tagging a new version when performing a -version increment using <code>npm version</code>. To remove the prefix altogether, set -it to the empty string: <code>""</code>.</p> -<p>Because other tools may rely on the convention that npm version tags look -like <code>v1.0.0</code>, <em>only use this property if it is absolutely necessary</em>. In -particular, use care when overriding this setting for public packages.</p> -<h4 id="timing"><code>timing</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>If true, writes timing information to a process specific json file in the -cache or <code>logs-dir</code>. The file name ends with <code>-timing.json</code>.</p> -<p>You can quickly view it with this <a href="https://npm.im/json">json</a> command line: -<code>cat ~/.npm/_logs/*-timing.json | npm exec -- json -g</code>.</p> -<p>Timing information will also be reported in the terminal. To suppress this -while still writing the timing file, use <code>--silent</code>.</p> -<h4 id="umask"><code>umask</code></h4> -<ul> -<li>Default: 0</li> -<li>Type: Octal numeric string in range 0000..0777 (0..511)</li> -</ul> -<p>The "umask" value to use when setting the file creation mode on files and -folders.</p> -<p>Folders and executables are given a mode which is <code>0o777</code> masked against -this value. Other files are given a mode which is <code>0o666</code> masked against -this value.</p> -<p>Note that the underlying system will <em>also</em> apply its own umask value to -files and folders that are created, and npm does not circumvent this, but -rather adds the <code>--umask</code> config to it.</p> -<p>Thus, the effective default umask value on most POSIX systems is 0o22, -meaning that folders and executables are created with a mode of 0o755 and -other files are created with a mode of 0o644.</p> -<h4 id="unicode"><code>unicode</code></h4> -<ul> -<li>Default: false on windows, true on mac/unix systems with a unicode locale, -as defined by the <code>LC_ALL</code>, <code>LC_CTYPE</code>, or <code>LANG</code> environment variables.</li> -<li>Type: Boolean</li> -</ul> -<p>When set to true, npm uses unicode characters in the tree output. When -false, it uses ascii characters instead of unicode glyphs.</p> -<h4 id="update-notifier"><code>update-notifier</code></h4> -<ul> -<li>Default: true</li> -<li>Type: Boolean</li> -</ul> -<p>Set to false to suppress the update notification when using an older version -of npm than the latest.</p> -<h4 id="usage"><code>usage</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>Show short usage output about the command specified.</p> -<h4 id="user-agent"><code>user-agent</code></h4> -<ul> -<li>Default: "npm/{npm-version} node/{node-version} {platform} {arch} -workspaces/{workspaces} {ci}"</li> -<li>Type: String</li> -</ul> -<p>Sets the User-Agent request header. The following fields are replaced with -their actual counterparts:</p> -<ul> -<li><code>{npm-version}</code> - The npm version in use</li> -<li><code>{node-version}</code> - The Node.js version in use</li> -<li><code>{platform}</code> - The value of <code>process.platform</code></li> -<li><code>{arch}</code> - The value of <code>process.arch</code></li> -<li><code>{workspaces}</code> - Set to <code>true</code> if the <code>workspaces</code> or <code>workspace</code> options -are set.</li> -<li><code>{ci}</code> - The value of the <code>ci-name</code> config, if set, prefixed with <code>ci/</code>, or -an empty string if <code>ci-name</code> is empty.</li> -</ul> -<h4 id="userconfig"><code>userconfig</code></h4> -<ul> -<li>Default: "~/.npmrc"</li> -<li>Type: Path</li> -</ul> -<p>The location of user-level configuration settings.</p> -<p>This may be overridden by the <code>npm_config_userconfig</code> environment variable -or the <code>--userconfig</code> command line option, but may <em>not</em> be overridden by -settings in the <code>globalconfig</code> file.</p> -<h4 id="version"><code>version</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>If true, output the npm version and exit successfully.</p> -<p>Only relevant when specified explicitly on the command line.</p> -<h4 id="versions"><code>versions</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -</ul> -<p>If true, output the npm version as well as node's <code>process.versions</code> map and -the version in the current working directory's <code>package.json</code> file if one -exists, and exit successfully.</p> -<p>Only relevant when specified explicitly on the command line.</p> -<h4 id="viewer"><code>viewer</code></h4> -<ul> -<li>Default: "man" on Posix, "browser" on Windows</li> -<li>Type: String</li> -</ul> -<p>The program to use to view help content.</p> -<p>Set to <code>"browser"</code> to view html help content in the default web browser.</p> -<h4 id="which"><code>which</code></h4> -<ul> -<li>Default: null</li> -<li>Type: null or Number</li> -</ul> -<p>If there are multiple funding sources, which 1-indexed source URL to open.</p> -<h4 id="workspace"><code>workspace</code></h4> -<ul> -<li>Default:</li> -<li>Type: String (can be set multiple times)</li> -</ul> -<p>Enable running a command in the context of the configured workspaces of the -current project while filtering by running only the workspaces defined by -this configuration option.</p> -<p>Valid values for the <code>workspace</code> config are either:</p> -<ul> -<li>Workspace names</li> -<li>Path to a workspace directory</li> -<li>Path to a parent workspace directory (will result in selecting all -workspaces within that folder)</li> -</ul> -<p>When set for the <code>npm init</code> command, this may be set to the folder of a -workspace which does not yet exist, to create the folder and set it up as a -brand new workspace within the project.</p> -<p>This value is not exported to the environment for child processes.</p> -<h4 id="workspaces"><code>workspaces</code></h4> -<ul> -<li>Default: null</li> -<li>Type: null or Boolean</li> -</ul> -<p>Set to true to run the command in the context of <strong>all</strong> configured -workspaces.</p> -<p>Explicitly setting this to false will cause commands like <code>install</code> to -ignore workspaces altogether. When not set explicitly:</p> -<ul> -<li>Commands that operate on the <code>node_modules</code> tree (install, update, etc.) -will link workspaces into the <code>node_modules</code> folder. - Commands that do -other things (test, exec, publish, etc.) will operate on the root project, -<em>unless</em> one or more workspaces are specified in the <code>workspace</code> config.</li> -</ul> -<p>This value is not exported to the environment for child processes.</p> -<h4 id="workspaces-update"><code>workspaces-update</code></h4> -<ul> -<li>Default: true</li> -<li>Type: Boolean</li> -</ul> -<p>If set to true, the npm cli will run an update after operations that may -possibly change the workspaces installed to the <code>node_modules</code> folder.</p> -<h4 id="yes"><code>yes</code></h4> -<ul> -<li>Default: null</li> -<li>Type: null or Boolean</li> -</ul> -<p>Automatically answer "yes" to any prompts that npm might print on the -command line.</p> -<h4 id="also"><code>also</code></h4> -<ul> -<li>Default: null</li> -<li>Type: null, "dev", or "development"</li> -<li>DEPRECATED: Please use --include=dev instead.</li> -</ul> -<p>When set to <code>dev</code> or <code>development</code>, this is an alias for <code>--include=dev</code>.</p> -<h4 id="cache-max"><code>cache-max</code></h4> -<ul> -<li>Default: Infinity</li> -<li>Type: Number</li> -<li>DEPRECATED: This option has been deprecated in favor of <code>--prefer-online</code></li> -</ul> -<p><code>--cache-max=0</code> is an alias for <code>--prefer-online</code></p> -<h4 id="cache-min"><code>cache-min</code></h4> -<ul> -<li>Default: 0</li> -<li>Type: Number</li> -<li>DEPRECATED: This option has been deprecated in favor of <code>--prefer-offline</code>.</li> -</ul> -<p><code>--cache-min=9999 (or bigger)</code> is an alias for <code>--prefer-offline</code>.</p> -<h4 id="cert"><code>cert</code></h4> -<ul> -<li>Default: null</li> -<li>Type: null or String</li> -<li>DEPRECATED: <code>key</code> and <code>cert</code> are no longer used for most registry -operations. Use registry scoped <code>keyfile</code> and <code>certfile</code> instead. Example: -//other-registry.tld/:keyfile=/path/to/key.pem -//other-registry.tld/:certfile=/path/to/cert.crt</li> -</ul> -<p>A client certificate to pass when accessing the registry. Values should be -in PEM format (Windows calls it "Base-64 encoded X.509 (.CER)") with -newlines replaced by the string "\n". For example:</p> -<pre><code class="language-ini">cert="-----BEGIN CERTIFICATE-----\nXXXX\nXXXX\n-----END CERTIFICATE-----" -</code></pre> -<p>It is <em>not</em> the path to a certificate file, though you can set a -registry-scoped "certfile" path like -"//other-registry.tld/:certfile=/path/to/cert.pem".</p> -<h4 id="dev"><code>dev</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -<li>DEPRECATED: Please use --include=dev instead.</li> -</ul> -<p>Alias for <code>--include=dev</code>.</p> -<h4 id="global-style"><code>global-style</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -<li>DEPRECATED: This option has been deprecated in favor of -<code>--install-strategy=shallow</code></li> -</ul> -<p>Only install direct dependencies in the top level <code>node_modules</code>, but hoist -on deeper dependencies. Sets <code>--install-strategy=shallow</code>.</p> -<h4 id="initauthoremail"><code>init.author.email</code></h4> -<ul> -<li>Default: ""</li> -<li>Type: String</li> -<li>DEPRECATED: Use <code>--init-author-email</code> instead.</li> -</ul> -<p>Alias for <code>--init-author-email</code></p> -<h4 id="initauthorname"><code>init.author.name</code></h4> -<ul> -<li>Default: ""</li> -<li>Type: String</li> -<li>DEPRECATED: Use <code>--init-author-name</code> instead.</li> -</ul> -<p>Alias for <code>--init-author-name</code></p> -<h4 id="initauthorurl"><code>init.author.url</code></h4> -<ul> -<li>Default: ""</li> -<li>Type: "" or URL</li> -<li>DEPRECATED: Use <code>--init-author-url</code> instead.</li> -</ul> -<p>Alias for <code>--init-author-url</code></p> -<h4 id="initlicense"><code>init.license</code></h4> -<ul> -<li>Default: "ISC"</li> -<li>Type: String</li> -<li>DEPRECATED: Use <code>--init-license</code> instead.</li> -</ul> -<p>Alias for <code>--init-license</code></p> -<h4 id="initmodule"><code>init.module</code></h4> -<ul> -<li>Default: "~/.npm-init.js"</li> -<li>Type: Path</li> -<li>DEPRECATED: Use <code>--init-module</code> instead.</li> -</ul> -<p>Alias for <code>--init-module</code></p> -<h4 id="initversion"><code>init.version</code></h4> -<ul> -<li>Default: "1.0.0"</li> -<li>Type: SemVer string</li> -<li>DEPRECATED: Use <code>--init-version</code> instead.</li> -</ul> -<p>Alias for <code>--init-version</code></p> -<h4 id="key"><code>key</code></h4> -<ul> -<li>Default: null</li> -<li>Type: null or String</li> -<li>DEPRECATED: <code>key</code> and <code>cert</code> are no longer used for most registry -operations. Use registry scoped <code>keyfile</code> and <code>certfile</code> instead. Example: -//other-registry.tld/:keyfile=/path/to/key.pem -//other-registry.tld/:certfile=/path/to/cert.crt</li> -</ul> -<p>A client key to pass when accessing the registry. Values should be in PEM -format with newlines replaced by the string "\n". For example:</p> -<pre><code class="language-ini">key="-----BEGIN PRIVATE KEY-----\nXXXX\nXXXX\n-----END PRIVATE KEY-----" -</code></pre> -<p>It is <em>not</em> the path to a key file, though you can set a registry-scoped -"keyfile" path like "//other-registry.tld/:keyfile=/path/to/key.pem".</p> -<h4 id="legacy-bundling"><code>legacy-bundling</code></h4> -<ul> -<li>Default: false</li> -<li>Type: Boolean</li> -<li>DEPRECATED: This option has been deprecated in favor of -<code>--install-strategy=nested</code></li> -</ul> -<p>Instead of hoisting package installs in <code>node_modules</code>, install packages in -the same manner that they are depended on. This may cause very deep -directory structures and duplicate package installs as there is no -de-duplicating. Sets <code>--install-strategy=nested</code>.</p> -<h4 id="only"><code>only</code></h4> -<ul> -<li>Default: null</li> -<li>Type: null, "prod", or "production"</li> -<li>DEPRECATED: Use <code>--omit=dev</code> to omit dev dependencies from the install.</li> -</ul> -<p>When set to <code>prod</code> or <code>production</code>, this is an alias for <code>--omit=dev</code>.</p> -<h4 id="optional"><code>optional</code></h4> -<ul> -<li>Default: null</li> -<li>Type: null or Boolean</li> -<li>DEPRECATED: Use <code>--omit=optional</code> to exclude optional dependencies, or -<code>--include=optional</code> to include them.</li> -</ul> -<p>Default value does install optional deps unless otherwise omitted.</p> -<p>Alias for --include=optional or --omit=optional</p> -<h4 id="production"><code>production</code></h4> -<ul> -<li>Default: null</li> -<li>Type: null or Boolean</li> -<li>DEPRECATED: Use <code>--omit=dev</code> instead.</li> -</ul> -<p>Alias for <code>--omit=dev</code></p> -<h4 id="shrinkwrap"><code>shrinkwrap</code></h4> -<ul> -<li>Default: true</li> -<li>Type: Boolean</li> -<li>DEPRECATED: Use the --package-lock setting instead.</li> -</ul> -<p>Alias for --package-lock</p> -<h4 id="tmp"><code>tmp</code></h4> -<ul> -<li>Default: The value returned by the Node.js <code>os.tmpdir()</code> method -<a href="https://nodejs.org/api/os.html#os_os_tmpdir">https://nodejs.org/api/os.html#os_os_tmpdir</a></li> -<li>Type: Path</li> -<li>DEPRECATED: This setting is no longer used. npm stores temporary files in a -special location in the cache, and they are managed by -<a href="http://npm.im/cacache"><code>cacache</code></a>.</li> -</ul> -<p>Historically, the location where temporary files were stored. No longer -relevant.</p> -<h3 id="see-also">See also</h3> -<ul> -<li><a href="../commands/npm-config.html">npm config</a></li> -<li><a href="../configuring-npm/npmrc.html">npmrc</a></li> -<li><a href="../using-npm/scripts.html">npm scripts</a></li> -<li><a href="../configuring-npm/folders.html">npm folders</a></li> -<li><a href="../commands/npm.html">npm</a></li> -</ul></div> - -<footer id="edit"> -<a href="https://github.com/npm/cli/edit/latest/docs/content/using-npm/config.md"> -<svg role="img" viewBox="0 0 16 16" width="16" height="16" fill="currentcolor" style="vertical-align: text-bottom; margin-right: 0.3em;"> -<path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path> -</svg> -Edit this page on GitHub -</a> -</footer> -</section> - - - -</body></html> \ No newline at end of file diff --git a/software/flow/node_modules/npm/docs/output/using-npm/dependency-selectors.html b/software/flow/node_modules/npm/docs/output/using-npm/dependency-selectors.html deleted file mode 100644 index 1ea3587..0000000 --- a/software/flow/node_modules/npm/docs/output/using-npm/dependency-selectors.html +++ /dev/null @@ -1,336 +0,0 @@ -<!DOCTYPE html><html><head> -<meta charset="utf-8"> -<title>Dependency Selector Syntax &amp; Querying</title> -<style> -body { - background-color: #ffffff; - color: #24292e; - - margin: 0; - - line-height: 1.5; - - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; -} -#rainbar { - height: 10px; - background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); -} - -a { - text-decoration: none; - color: #0366d6; -} -a:hover { - text-decoration: underline; -} - -pre { - margin: 1em 0px; - padding: 1em; - border: solid 1px #e1e4e8; - border-radius: 6px; - - display: block; - overflow: auto; - - white-space: pre; - - background-color: #f6f8fa; - color: #393a34; -} -code { - font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; - font-size: 85%; - padding: 0.2em 0.4em; - background-color: #f6f8fa; - color: #393a34; -} -pre > code { - padding: 0; - background-color: inherit; - color: inherit; -} -h1, h2, h3 { - font-weight: 600; -} - -#logobar { - background-color: #333333; - margin: 0 auto; - padding: 1em 4em; -} -#logobar .logo { - float: left; -} -#logobar .title { - font-weight: 600; - color: #dddddd; - float: left; - margin: 5px 0 0 1em; -} -#logobar:after { - content: ""; - display: block; - clear: both; -} - -#content { - margin: 0 auto; - padding: 0 4em; -} - -#table_of_contents > h2 { - font-size: 1.17em; -} -#table_of_contents ul:first-child { - border: solid 1px #e1e4e8; - border-radius: 6px; - padding: 1em; - background-color: #f6f8fa; - color: #393a34; -} -#table_of_contents ul { - list-style-type: none; - padding-left: 1.5em; -} -#table_of_contents li { - font-size: 0.9em; -} -#table_of_contents li a { - color: #000000; -} - -header.title { - border-bottom: solid 1px #e1e4e8; -} -header.title > h1 { - margin-bottom: 0.25em; -} -header.title > .description { - display: block; - margin-bottom: 0.5em; - line-height: 1; -} - -footer#edit { - border-top: solid 1px #e1e4e8; - margin: 3em 0 4em 0; - padding-top: 2em; -} -</style> -</head> -<body> -<div id="banner"> -<div id="rainbar"></div> -<div id="logobar"> -<svg class="logo" role="img" height="32" width="32" viewBox="0 0 700 700"> -<polygon fill="#cb0000" points="0,700 700,700 700,0 0,0"></polygon> -<polygon fill="#ffffff" points="150,550 350,550 350,250 450,250 450,550 550,550 550,150 150,150"></polygon> -</svg> -<div class="title"> -npm command-line interface -</div> -</div> -</div> - -<section id="content"> -<header class="title"> -<h1 id="dependency-selector-syntax--querying">Dependency Selector Syntax &amp; Querying</h1> -<span class="description">Dependency Selector Syntax &amp; Querying</span> -</header> - -<section id="table_of_contents"> -<h2 id="table-of-contents">Table of contents</h2> -<div id="_table_of_contents"><ul><li><a href="#see-also">See Also</a></li></ul></div> -</section> - -<div id="_content"><h3 id="description">Description</h3> -<p>The <a href="../commands/npm-query.html"><code>npm query</code></a> command exposes a new dependency selector syntax (informed by &amp; respecting many aspects of the <a href="https://dev.w3.org/csswg/selectors4/#relational">CSS Selectors 4 Spec</a>) which:</p> -<ul> -<li>Standardizes the shape of, &amp; querying of, dependency graphs with a robust object model, metadata &amp; selector syntax</li> -<li>Leverages existing, known language syntax &amp; operators from CSS to make disparate package information broadly accessible</li> -<li>Unlocks the ability to answer complex, multi-faceted questions about dependencies, their relationships &amp; associative metadata</li> -<li>Consolidates redundant logic of similar query commands in <code>npm</code> (ex. <code>npm fund</code>, <code>npm ls</code>, <code>npm outdated</code>, <code>npm audit</code> ...)</li> -</ul> -<h3 id="dependency-selector-syntax-v100">Dependency Selector Syntax <code>v1.0.0</code></h3> -<h4 id="overview">Overview:</h4> -<ul> -<li>there is no "type" or "tag" selectors (ex. <code>div, h1, a</code>) as a dependency/target is the only type of <code>Node</code> that can be queried</li> -<li>the term "dependencies" is in reference to any <code>Node</code> found in a <code>tree</code> returned by <code>Arborist</code></li> -</ul> -<h4 id="combinators">Combinators</h4> -<ul> -<li><code>&gt;</code> direct descendant/child</li> -<li><code> </code> any descendant/child</li> -<li><code>~</code> sibling</li> -</ul> -<h4 id="selectors">Selectors</h4> -<ul> -<li><code>*</code> universal selector</li> -<li><code>#&lt;name&gt;</code> dependency selector (equivalent to <code>[name="..."]</code>)</li> -<li><code>#&lt;name&gt;@&lt;version&gt;</code> (equivalent to <code>[name=&lt;name&gt;]:semver(&lt;version&gt;)</code>)</li> -<li><code>,</code> selector list delimiter</li> -<li><code>.</code> dependency type selector</li> -<li><code>:</code> pseudo selector</li> -</ul> -<h4 id="dependency-type-selectors">Dependency Type Selectors</h4> -<ul> -<li><code>.prod</code> dependency found in the <code>dependencies</code> section of <code>package.json</code>, or is a child of said dependency</li> -<li><code>.dev</code> dependency found in the <code>devDependencies</code> section of <code>package.json</code>, or is a child of said dependency</li> -<li><code>.optional</code> dependency found in the <code>optionalDependencies</code> section of <code>package.json</code>, or has <code>"optional": true</code> set in its entry in the <code>peerDependenciesMeta</code> section of <code>package.json</code>, or a child of said dependency</li> -<li><code>.peer</code> dependency found in the <code>peerDependencies</code> section of <code>package.json</code></li> -<li><code>.workspace</code> dependency found in the <a href="https://docs.npmjs.com/cli/v8/using-npm/workspaces"><code>workspaces</code></a> section of <code>package.json</code></li> -<li><code>.bundled</code> dependency found in the <code>bundleDependencies</code> section of <code>package.json</code>, or is a child of said dependency</li> -</ul> -<h4 id="pseudo-selectors">Pseudo Selectors</h4> -<ul> -<li><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/:not"><code>:not(&lt;selector&gt;)</code></a></li> -<li><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/:has"><code>:has(&lt;selector&gt;)</code></a></li> -<li><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/:is"><code>:is(&lt;selector list&gt;)</code></a></li> -<li><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/:root"><code>:root</code></a> matches the root node/dependency</li> -<li><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/:scope"><code>:scope</code></a> matches node/dependency it was queried against</li> -<li><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/:empty"><code>:empty</code></a> when a dependency has no dependencies</li> -<li><a href="https://docs.npmjs.com/cli/v8/configuring-npm/package-json#private"><code>:private</code></a> when a dependency is private</li> -<li><code>:link</code> when a dependency is linked (for instance, workspaces or packages manually <a href="https://docs.npmjs.com/cli/v8/commands/npm-link"><code>linked</code></a></li> -<li><code>:deduped</code> when a dependency has been deduped (note that this does <em>not</em> always mean the dependency has been hoisted to the root of node_modules)</li> -<li><code>:overridden</code> when a dependency has been overridden</li> -<li><code>:extraneous</code> when a dependency exists but is not defined as a dependency of any node</li> -<li><code>:invalid</code> when a dependency version is out of its ancestors specified range</li> -<li><code>:missing</code> when a dependency is not found on disk</li> -<li><code>:semver(&lt;spec&gt;, [selector], [function])</code> match a valid <a href="https://github.com/npm/node-semver"><code>node-semver</code></a> version or range to a selector</li> -<li><code>:path(&lt;path&gt;)</code> <a href="https://www.npmjs.com/package/glob">glob</a> matching based on dependencies path relative to the project</li> -<li><code>:type(&lt;type&gt;)</code> <a href="https://github.com/npm/npm-package-arg#result-object">based on currently recognized types</a></li> -<li><code>:outdated(&lt;type&gt;)</code> when a dependency is outdated</li> -</ul> -<h5 id="semverspec-selector-function"><code>:semver(&lt;spec&gt;, [selector], [function])</code></h5> -<p>The <code>:semver()</code> pseudo selector allows comparing fields from each node's <code>package.json</code> using <a href="https://github.com/npm/node-semver#readme">semver</a> methods. It accepts up to 3 parameters, all but the first of which are optional.</p> -<ul> -<li><code>spec</code> a semver version or range</li> -<li><code>selector</code> an attribute selector for each node (default <code>[version]</code>)</li> -<li><code>function</code> a semver method to apply, one of: <code>satisfies</code>, <code>intersects</code>, <code>subset</code>, <code>gt</code>, <code>gte</code>, <code>gtr</code>, <code>lt</code>, <code>lte</code>, <code>ltr</code>, <code>eq</code>, <code>neq</code> or the special function <code>infer</code> (default <code>infer</code>)</li> -</ul> -<p>When the special <code>infer</code> function is used the <code>spec</code> and the actual value from the node are compared. If both are versions, according to <code>semver.valid()</code>, <code>eq</code> is used. If both values are ranges, according to <code>!semver.valid()</code>, <code>intersects</code> is used. If the values are mixed types <code>satisfies</code> is used.</p> -<p>Some examples:</p> -<ul> -<li><code>:semver(^1.0.0)</code> returns every node that has a <code>version</code> satisfied by the provided range <code>^1.0.0</code></li> -<li><code>:semver(16.0.0, :attr(engines, [node]))</code> returns every node which has an <code>engines.node</code> property satisfying the version <code>16.0.0</code></li> -<li><code>:semver(1.0.0, [version], lt)</code> every node with a <code>version</code> less than <code>1.0.0</code></li> -</ul> -<h5 id="outdatedtype"><code>:outdated(&lt;type&gt;)</code></h5> -<p>The <code>:outdated</code> pseudo selector retrieves data from the registry and returns information about which of your dependencies are outdated. The type parameter may be one of the following:</p> -<ul> -<li><code>any</code> (default) a version exists that is greater than the current one</li> -<li><code>in-range</code> a version exists that is greater than the current one, and satisfies at least one if its dependents</li> -<li><code>out-of-range</code> a version exists that is greater than the current one, does not satisfy at least one of its dependents</li> -<li><code>major</code> a version exists that is a semver major greater than the current one</li> -<li><code>minor</code> a version exists that is a semver minor greater than the current one</li> -<li><code>patch</code> a version exists that is a semver patch greater than the current one</li> -</ul> -<p>In addition to the filtering performed by the pseudo selector, some extra data is added to the resulting objects. The following data can be found under the <code>queryContext</code> property of each node.</p> -<ul> -<li><code>versions</code> an array of every available version of the given node</li> -<li><code>outdated.inRange</code> an array of objects, each with a <code>from</code> and <code>versions</code>, where <code>from</code> is the on-disk location of the node that depends on the current node and <code>versions</code> is an array of all available versions that satisfies that dependency. This is only populated if <code>:outdated(in-range)</code> is used.</li> -<li><code>outdated.outOfRange</code> an array of objects, identical in shape to <code>inRange</code>, but where the <code>versions</code> array is every available version that does not satisfy the dependency. This is only populated if <code>:outdated(out-of-range)</code> is used.</li> -</ul> -<p>Some examples:</p> -<ul> -<li><code>:root &gt; :outdated(major)</code> returns every direct dependency that has a new semver major release</li> -<li><code>.prod:outdated(in-range)</code> returns production dependencies that have a new release that satisfies at least one of its edges in</li> -</ul> -<h4 id="attribute-selectors"><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/Attribute_selectors">Attribute Selectors</a></h4> -<p>The attribute selector evaluates the key/value pairs in <code>package.json</code> if they are <code>String</code>s.</p> -<ul> -<li><code>[]</code> attribute selector (ie. existence of attribute)</li> -<li><code>[attribute=value]</code> attribute value is equivalant...</li> -<li><code>[attribute~=value]</code> attribute value contains word...</li> -<li><code>[attribute*=value]</code> attribute value contains string...</li> -<li><code>[attribute|=value]</code> attribute value is equal to or starts with...</li> -<li><code>[attribute^=value]</code> attribute value starts with...</li> -<li><code>[attribute$=value]</code> attribute value ends with...</li> -</ul> -<h4 id="array--object-attribute-selectors"><code>Array</code> &amp; <code>Object</code> Attribute Selectors</h4> -<p>The generic <code>:attr()</code> pseudo selector standardizes a pattern which can be used for attribute selection of <code>Object</code>s, <code>Array</code>s or <code>Arrays</code> of <code>Object</code>s accessible via <code>Arborist</code>'s <code>Node.package</code> metadata. This allows for iterative attribute selection beyond top-level <code>String</code> evaluation. The last argument passed to <code>:attr()</code> must be an <code>attribute</code> selector or a nested <code>:attr()</code>. See examples below:</p> -<h4 id="objects"><code>Objects</code></h4> -<pre><code class="language-css">/* return dependencies that have a `scripts.test` containing `"tap"` */ -*:attr(scripts, [test~=tap]) -</code></pre> -<h4 id="nested-objects">Nested <code>Objects</code></h4> -<p>Nested objects are expressed as sequential arguments to <code>:attr()</code>.</p> -<pre><code class="language-css">/* return dependencies that have a testling config for opera browsers */ -*:attr(testling, browsers, [~=opera]) -</code></pre> -<h4 id="arrays"><code>Arrays</code></h4> -<p><code>Array</code>s specifically uses a special/reserved <code>.</code> character in place of a typical attribute name. <code>Arrays</code> also support exact <code>value</code> matching when a <code>String</code> is passed to the selector.</p> -<h5 id="example-of-an-array-attribute-selection">Example of an <code>Array</code> Attribute Selection:</h5> -<pre><code class="language-css">/* removes the distinction between properties &amp; arrays */ -/* ie. we'd have to check the property &amp; iterate to match selection */ -*:attr([keywords^=react]) -*:attr(contributors, :attr([name~=Jordan])) -</code></pre> -<h5 id="example-of-an-array-matching-directly-to-a-value">Example of an <code>Array</code> matching directly to a value:</h5> -<pre><code class="language-css">/* return dependencies that have the exact keyword "react" */ -/* this is equivalent to `*:keywords([value="react"])` */ -*:attr([keywords=react]) -</code></pre> -<h5 id="example-of-an-array-of-objects">Example of an <code>Array</code> of <code>Object</code>s:</h5> -<pre><code class="language-css">/* returns */ -*:attr(contributors, [email=ruyadorno@github.com]) -</code></pre> -<h3 id="groups">Groups</h3> -<p>Dependency groups are defined by the package relationships to their ancestors (ie. the dependency types that are defined in <code>package.json</code>). This approach is user-centric as the ecosystem has been taught to think about dependencies in these groups first-and-foremost. Dependencies are allowed to be included in multiple groups (ex. a <code>prod</code> dependency may also be a <code>dev</code> dependency (in that it's also required by another <code>dev</code> dependency) &amp; may also be <code>bundled</code> - a selector for that type of dependency would look like: <code>*.prod.dev.bundled</code>).</p> -<ul> -<li><code>.prod</code></li> -<li><code>.dev</code></li> -<li><code>.optional</code></li> -<li><code>.peer</code></li> -<li><code>.bundled</code></li> -<li><code>.workspace</code></li> -</ul> -<p>Please note that currently <code>workspace</code> deps are always <code>prod</code> dependencies. Additionally the <code>.root</code> dependency is also considered a <code>prod</code> dependency.</p> -<h3 id="programmatic-usage">Programmatic Usage</h3> -<ul> -<li><code>Arborist</code>'s <code>Node</code> Class has a <code>.querySelectorAll()</code> method -<ul> -<li>this method will return a filtered, flattened dependency Arborist <code>Node</code> list based on a valid query selector</li> -</ul> -</li> -</ul> -<pre><code class="language-js">const Arborist = require('@npmcli/arborist') -const arb = new Arborist({}) -</code></pre> -<pre><code class="language-js">// root-level -arb.loadActual().then(async (tree) =&gt; { - // query all production dependencies - const results = await tree.querySelectorAll('.prod') - console.log(results) -}) -</code></pre> -<pre><code class="language-js">// iterative -arb.loadActual().then(async (tree) =&gt; { - // query for the deduped version of react - const results = await tree.querySelectorAll('#react:not(:deduped)') - // query the deduped react for git deps - const deps = await results[0].querySelectorAll(':type(git)') - console.log(deps) -}) -</code></pre> -<h2 id="see-also">See Also</h2> -<ul> -<li><a href="../commands/npm-query.html">npm query</a></li> -<li><a href="https://npm.im/@npmcli/arborist">@npmcli/arborist</a></li> -</ul></div> - -<footer id="edit"> -<a href="https://github.com/npm/cli/edit/latest/docs/content/using-npm/dependency-selectors.md"> -<svg role="img" viewBox="0 0 16 16" width="16" height="16" fill="currentcolor" style="vertical-align: text-bottom; margin-right: 0.3em;"> -<path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path> -</svg> -Edit this page on GitHub -</a> -</footer> -</section> - - - -</body></html> \ No newline at end of file diff --git a/software/flow/node_modules/npm/docs/output/using-npm/developers.html b/software/flow/node_modules/npm/docs/output/using-npm/developers.html deleted file mode 100644 index cde04b8..0000000 --- a/software/flow/node_modules/npm/docs/output/using-npm/developers.html +++ /dev/null @@ -1,352 +0,0 @@ -<!DOCTYPE html><html><head> -<meta charset="utf-8"> -<title>developers</title> -<style> -body { - background-color: #ffffff; - color: #24292e; - - margin: 0; - - line-height: 1.5; - - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; -} -#rainbar { - height: 10px; - background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); -} - -a { - text-decoration: none; - color: #0366d6; -} -a:hover { - text-decoration: underline; -} - -pre { - margin: 1em 0px; - padding: 1em; - border: solid 1px #e1e4e8; - border-radius: 6px; - - display: block; - overflow: auto; - - white-space: pre; - - background-color: #f6f8fa; - color: #393a34; -} -code { - font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; - font-size: 85%; - padding: 0.2em 0.4em; - background-color: #f6f8fa; - color: #393a34; -} -pre > code { - padding: 0; - background-color: inherit; - color: inherit; -} -h1, h2, h3 { - font-weight: 600; -} - -#logobar { - background-color: #333333; - margin: 0 auto; - padding: 1em 4em; -} -#logobar .logo { - float: left; -} -#logobar .title { - font-weight: 600; - color: #dddddd; - float: left; - margin: 5px 0 0 1em; -} -#logobar:after { - content: ""; - display: block; - clear: both; -} - -#content { - margin: 0 auto; - padding: 0 4em; -} - -#table_of_contents > h2 { - font-size: 1.17em; -} -#table_of_contents ul:first-child { - border: solid 1px #e1e4e8; - border-radius: 6px; - padding: 1em; - background-color: #f6f8fa; - color: #393a34; -} -#table_of_contents ul { - list-style-type: none; - padding-left: 1.5em; -} -#table_of_contents li { - font-size: 0.9em; -} -#table_of_contents li a { - color: #000000; -} - -header.title { - border-bottom: solid 1px #e1e4e8; -} -header.title > h1 { - margin-bottom: 0.25em; -} -header.title > .description { - display: block; - margin-bottom: 0.5em; - line-height: 1; -} - -footer#edit { - border-top: solid 1px #e1e4e8; - margin: 3em 0 4em 0; - padding-top: 2em; -} -</style> -</head> -<body> -<div id="banner"> -<div id="rainbar"></div> -<div id="logobar"> -<svg class="logo" role="img" height="32" width="32" viewBox="0 0 700 700"> -<polygon fill="#cb0000" points="0,700 700,700 700,0 0,0"></polygon> -<polygon fill="#ffffff" points="150,550 350,550 350,250 450,250 450,550 550,550 550,150 150,150"></polygon> -</svg> -<div class="title"> -npm command-line interface -</div> -</div> -</div> - -<section id="content"> -<header class="title"> -<h1 id="developers">developers</h1> -<span class="description">Developer Guide</span> -</header> - -<section id="table_of_contents"> -<h2 id="table-of-contents">Table of contents</h2> -<div id="_table_of_contents"><ul><li><a href="#description">Description</a></li><li><a href="#about-these-documents">About These Documents</a></li><li><a href="#what-is-a-package">What is a Package</a></li><li><a href="#the-packagejson-file">The package.json File</a></li><li><a href="#keeping-files-out-of-your-package">Keeping files <em>out</em> of your Package</a></li><ul><li><a href="#testing-whether-your-npmignore-or-files-config-works">Testing whether your <code>.npmignore</code> or <code>files</code> config works</a></li></ul><li><a href="#link-packages">Link Packages</a></li><li><a href="#before-publishing-make-sure-your-package-installs-and-works">Before Publishing: Make Sure Your Package Installs and Works</a></li><li><a href="#create-a-user-account">Create a User Account</a></li><li><a href="#publish-your-package">Publish your Package</a></li><li><a href="#brag-about-it">Brag about it</a></li><li><a href="#see-also">See also</a></li></ul></div> -</section> - -<div id="_content"><h3 id="description">Description</h3> -<p>So, you've decided to use npm to develop (and maybe publish/deploy) -your project.</p> -<p>Fantastic!</p> -<p>There are a few things that you need to do above the simple steps -that your users will do to install your program.</p> -<h3 id="about-these-documents">About These Documents</h3> -<p>These are man pages. If you install npm, you should be able to -then do <code>man npm-thing</code> to get the documentation on a particular -topic, or <code>npm help thing</code> to see the same information.</p> -<h3 id="what-is-a-package">What is a Package</h3> -<p>A package is:</p> -<ul> -<li>a) a folder containing a program described by a package.json file</li> -<li>b) a gzipped tarball containing (a)</li> -<li>c) a url that resolves to (b)</li> -<li>d) a <code>&lt;name&gt;@&lt;version&gt;</code> that is published on the registry with (c)</li> -<li>e) a <code>&lt;name&gt;@&lt;tag&gt;</code> that points to (d)</li> -<li>f) a <code>&lt;name&gt;</code> that has a "latest" tag satisfying (e)</li> -<li>g) a <code>git</code> url that, when cloned, results in (a).</li> -</ul> -<p>Even if you never publish your package, you can still get a lot of -benefits of using npm if you just want to write a node program (a), and -perhaps if you also want to be able to easily install it elsewhere -after packing it up into a tarball (b).</p> -<p>Git urls can be of the form:</p> -<pre><code class="language-bash">git://github.com/user/project.git#commit-ish -git+ssh://user@hostname:project.git#commit-ish -git+http://user@hostname/project/blah.git#commit-ish -git+https://user@hostname/project/blah.git#commit-ish -</code></pre> -<p>The <code>commit-ish</code> can be any tag, sha, or branch which can be supplied as -an argument to <code>git checkout</code>. The default is whatever the repository uses -as its default branch.</p> -<h3 id="the-packagejson-file">The package.json File</h3> -<p>You need to have a <code>package.json</code> file in the root of your project to do -much of anything with npm. That is basically the whole interface.</p> -<p>See <a href="../configuring-npm/package-json.html"><code>package.json</code></a> for details about what -goes in that file. At the very least, you need:</p> -<ul> -<li> -<p>name: This should be a string that identifies your project. Please do -not use the name to specify that it runs on node, or is in JavaScript. -You can use the "engines" field to explicitly state the versions of node -(or whatever else) that your program requires, and it's pretty well -assumed that it's JavaScript.</p> -<p>It does not necessarily need to match your github repository name.</p> -<p>So, <code>node-foo</code> and <code>bar-js</code> are bad names. <code>foo</code> or <code>bar</code> are better.</p> -</li> -<li> -<p>version: A semver-compatible version.</p> -</li> -<li> -<p>engines: Specify the versions of node (or whatever else) that your -program runs on. The node API changes a lot, and there may be bugs or -new functionality that you depend on. Be explicit.</p> -</li> -<li> -<p>author: Take some credit.</p> -</li> -<li> -<p>scripts: If you have a special compilation or installation script, then -you should put it in the <code>scripts</code> object. You should definitely have at -least a basic smoke-test command as the "scripts.test" field. See -<a href="../using-npm/scripts.html">scripts</a>.</p> -</li> -<li> -<p>main: If you have a single module that serves as the entry point to your -program (like what the "foo" package gives you at require("foo")), then -you need to specify that in the "main" field.</p> -</li> -<li> -<p>directories: This is an object mapping names to folders. The best ones -to include are "lib" and "doc", but if you use "man" to specify a folder -full of man pages, they'll get installed just like these ones.</p> -</li> -</ul> -<p>You can use <code>npm init</code> in the root of your package in order to get you -started with a pretty basic package.json file. See <a href="../commands/npm-init.html"><code>npm init</code></a> for more info.</p> -<h3 id="keeping-files-out-of-your-package">Keeping files <em>out</em> of your Package</h3> -<p>Use a <code>.npmignore</code> file to keep stuff out of your package. If there's no -<code>.npmignore</code> file, but there <em>is</em> a <code>.gitignore</code> file, then npm will ignore -the stuff matched by the <code>.gitignore</code> file. If you <em>want</em> to include -something that is excluded by your <code>.gitignore</code> file, you can create an -empty <code>.npmignore</code> file to override it. Like <code>git</code>, <code>npm</code> looks for -<code>.npmignore</code> and <code>.gitignore</code> files in all subdirectories of your package, -not only the root directory.</p> -<p><code>.npmignore</code> files follow the <a href="https://git-scm.com/book/en/v2/Git-Basics-Recording-Changes-to-the-Repository#_ignoring">same pattern -rules</a> -as <code>.gitignore</code> files:</p> -<ul> -<li>Blank lines or lines starting with <code>#</code> are ignored.</li> -<li>Standard glob patterns work.</li> -<li>You can end patterns with a forward slash <code>/</code> to specify a directory.</li> -<li>You can negate a pattern by starting it with an exclamation point <code>!</code>.</li> -</ul> -<p>By default, the following paths and files are ignored, so there's no -need to add them to <code>.npmignore</code> explicitly:</p> -<ul> -<li><code>.*.swp</code></li> -<li><code>._*</code></li> -<li><code>.DS_Store</code></li> -<li><code>.git</code></li> -<li><code>.gitignore</code></li> -<li><code>.hg</code></li> -<li><code>.npmignore</code></li> -<li><code>.npmrc</code></li> -<li><code>.lock-wscript</code></li> -<li><code>.svn</code></li> -<li><code>.wafpickle-*</code></li> -<li><code>config.gypi</code></li> -<li><code>CVS</code></li> -<li><code>npm-debug.log</code></li> -</ul> -<p>Additionally, everything in <code>node_modules</code> is ignored, except for -bundled dependencies. npm automatically handles this for you, so don't -bother adding <code>node_modules</code> to <code>.npmignore</code>.</p> -<p>The following paths and files are never ignored, so adding them to -<code>.npmignore</code> is pointless:</p> -<ul> -<li><code>package.json</code></li> -<li><code>README</code> (and its variants)</li> -<li><code>CHANGELOG</code> (and its variants)</li> -<li><code>LICENSE</code> / <code>LICENCE</code></li> -</ul> -<p>If, given the structure of your project, you find <code>.npmignore</code> to be a -maintenance headache, you might instead try populating the <code>files</code> -property of <code>package.json</code>, which is an array of file or directory names -that should be included in your package. Sometimes manually picking -which items to allow is easier to manage than building a block list.</p> -<h4 id="testing-whether-your-npmignore-or-files-config-works">Testing whether your <code>.npmignore</code> or <code>files</code> config works</h4> -<p>If you want to double check that your package will include only the files -you intend it to when published, you can run the <code>npm pack</code> command locally -which will generate a tarball in the working directory, the same way it -does for publishing.</p> -<h3 id="link-packages">Link Packages</h3> -<p><code>npm link</code> is designed to install a development package and see the -changes in real time without having to keep re-installing it. (You do -need to either re-link or <code>npm rebuild -g</code> to update compiled packages, -of course.)</p> -<p>More info at <a href="../commands/npm-link.html"><code>npm link</code></a>.</p> -<h3 id="before-publishing-make-sure-your-package-installs-and-works">Before Publishing: Make Sure Your Package Installs and Works</h3> -<p><strong>This is important.</strong></p> -<p>If you can not install it locally, you'll have -problems trying to publish it. Or, worse yet, you'll be able to -publish it, but you'll be publishing a broken or pointless package. -So don't do that.</p> -<p>In the root of your package, do this:</p> -<pre><code class="language-bash">npm install . -g -</code></pre> -<p>That'll show you that it's working. If you'd rather just create a symlink -package that points to your working directory, then do this:</p> -<pre><code class="language-bash">npm link -</code></pre> -<p>Use <code>npm ls -g</code> to see if it's there.</p> -<p>To test a local install, go into some other folder, and then do:</p> -<pre><code class="language-bash">cd ../some-other-folder -npm install ../my-package -</code></pre> -<p>to install it locally into the node_modules folder in that other place.</p> -<p>Then go into the node-repl, and try using require("my-thing") to -bring in your module's main module.</p> -<h3 id="create-a-user-account">Create a User Account</h3> -<p>Create a user with the adduser command. It works like this:</p> -<pre><code class="language-bash">npm adduser -</code></pre> -<p>and then follow the prompts.</p> -<p>This is documented better in <a href="../commands/npm-adduser.html">npm adduser</a>.</p> -<h3 id="publish-your-package">Publish your Package</h3> -<p>This part's easy. In the root of your folder, do this:</p> -<pre><code class="language-bash">npm publish -</code></pre> -<p>You can give publish a url to a tarball, or a filename of a tarball, -or a path to a folder.</p> -<p>Note that pretty much <strong>everything in that folder will be exposed</strong> -by default. So, if you have secret stuff in there, use a -<code>.npmignore</code> file to list out the globs to ignore, or publish -from a fresh checkout.</p> -<h3 id="brag-about-it">Brag about it</h3> -<p>Send emails, write blogs, blab in IRC.</p> -<p>Tell the world how easy it is to install your program!</p> -<h3 id="see-also">See also</h3> -<ul> -<li><a href="../commands/npm.html">npm</a></li> -<li><a href="../commands/npm-init.html">npm init</a></li> -<li><a href="../configuring-npm/package-json.html">package.json</a></li> -<li><a href="../using-npm/scripts.html">npm scripts</a></li> -<li><a href="../commands/npm-publish.html">npm publish</a></li> -<li><a href="../commands/npm-adduser.html">npm adduser</a></li> -<li><a href="../using-npm/registry.html">npm registry</a></li> -</ul></div> - -<footer id="edit"> -<a href="https://github.com/npm/cli/edit/latest/docs/content/using-npm/developers.md"> -<svg role="img" viewBox="0 0 16 16" width="16" height="16" fill="currentcolor" style="vertical-align: text-bottom; margin-right: 0.3em;"> -<path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path> -</svg> -Edit this page on GitHub -</a> -</footer> -</section> - - - -</body></html> \ No newline at end of file diff --git a/software/flow/node_modules/npm/docs/output/using-npm/logging.html b/software/flow/node_modules/npm/docs/output/using-npm/logging.html deleted file mode 100644 index 0a874fd..0000000 --- a/software/flow/node_modules/npm/docs/output/using-npm/logging.html +++ /dev/null @@ -1,228 +0,0 @@ -<!DOCTYPE html><html><head> -<meta charset="utf-8"> -<title>Logging</title> -<style> -body { - background-color: #ffffff; - color: #24292e; - - margin: 0; - - line-height: 1.5; - - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; -} -#rainbar { - height: 10px; - background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); -} - -a { - text-decoration: none; - color: #0366d6; -} -a:hover { - text-decoration: underline; -} - -pre { - margin: 1em 0px; - padding: 1em; - border: solid 1px #e1e4e8; - border-radius: 6px; - - display: block; - overflow: auto; - - white-space: pre; - - background-color: #f6f8fa; - color: #393a34; -} -code { - font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; - font-size: 85%; - padding: 0.2em 0.4em; - background-color: #f6f8fa; - color: #393a34; -} -pre > code { - padding: 0; - background-color: inherit; - color: inherit; -} -h1, h2, h3 { - font-weight: 600; -} - -#logobar { - background-color: #333333; - margin: 0 auto; - padding: 1em 4em; -} -#logobar .logo { - float: left; -} -#logobar .title { - font-weight: 600; - color: #dddddd; - float: left; - margin: 5px 0 0 1em; -} -#logobar:after { - content: ""; - display: block; - clear: both; -} - -#content { - margin: 0 auto; - padding: 0 4em; -} - -#table_of_contents > h2 { - font-size: 1.17em; -} -#table_of_contents ul:first-child { - border: solid 1px #e1e4e8; - border-radius: 6px; - padding: 1em; - background-color: #f6f8fa; - color: #393a34; -} -#table_of_contents ul { - list-style-type: none; - padding-left: 1.5em; -} -#table_of_contents li { - font-size: 0.9em; -} -#table_of_contents li a { - color: #000000; -} - -header.title { - border-bottom: solid 1px #e1e4e8; -} -header.title > h1 { - margin-bottom: 0.25em; -} -header.title > .description { - display: block; - margin-bottom: 0.5em; - line-height: 1; -} - -footer#edit { - border-top: solid 1px #e1e4e8; - margin: 3em 0 4em 0; - padding-top: 2em; -} -</style> -</head> -<body> -<div id="banner"> -<div id="rainbar"></div> -<div id="logobar"> -<svg class="logo" role="img" height="32" width="32" viewBox="0 0 700 700"> -<polygon fill="#cb0000" points="0,700 700,700 700,0 0,0"></polygon> -<polygon fill="#ffffff" points="150,550 350,550 350,250 450,250 450,550 550,550 550,150 150,150"></polygon> -</svg> -<div class="title"> -npm command-line interface -</div> -</div> -</div> - -<section id="content"> -<header class="title"> -<h1 id="logging">Logging</h1> -<span class="description">Why, What &amp; How We Log</span> -</header> - -<section id="table_of_contents"> -<h2 id="table-of-contents">Table of contents</h2> -<div id="_table_of_contents"><ul><li><a href="#description">Description</a></li><li><a href="#setting-log-file-location">Setting Log File Location</a></li><li><a href="#setting-log-levels">Setting Log Levels</a></li><ul><li><a href="#loglevel"><code>loglevel</code></a></li><ul><li><a href="#aliases">Aliases</a></li></ul><li><a href="#foreground-scripts"><code>foreground-scripts</code></a></li></ul><li><a href="#timing-information">Timing Information</a></li><li><a href="#registry-response-headers">Registry Response Headers</a></li><ul><li><a href="#npm-notice"><code>npm-notice</code></a></li></ul><li><a href="#logs-and-sensitive-information">Logs and Sensitive Information</a></li><li><a href="#see-also">See also</a></li></ul></div> -</section> - -<div id="_content"><h3 id="description">Description</h3> -<p>The <code>npm</code> CLI has various mechanisms for showing different levels of information back to end-users for certain commands, configurations &amp; environments.</p> -<h3 id="setting-log-file-location">Setting Log File Location</h3> -<p>All logs are written to a debug log, with the path to that file printed if the execution of a command fails.</p> -<p>The default location of the logs directory is a directory named <code>_logs</code> inside the npm cache. This can be changed with the <code>logs-dir</code> config option.</p> -<p>For example, if you wanted to write all your logs to the current working directory, you could run: <code>npm install --logs-dir=.</code>. This is especially helpful in debugging a specific <code>npm</code> issue as you can run -a command multiple times with different config values and then diff all the log files.</p> -<p>Log files will be removed from the <code>logs-dir</code> when the number of log files exceeds <code>logs-max</code>, with the oldest logs being deleted first.</p> -<p>To turn off logs completely set <code>--logs-max=0</code>.</p> -<h3 id="setting-log-levels">Setting Log Levels</h3> -<h4 id="loglevel"><code>loglevel</code></h4> -<p><code>loglevel</code> is a global argument/config that can be set to determine the type of information to be displayed.</p> -<p>The default value of <code>loglevel</code> is <code>"notice"</code> but there are several levels/types of logs available, including:</p> -<ul> -<li><code>"silent"</code></li> -<li><code>"error"</code></li> -<li><code>"warn"</code></li> -<li><code>"notice"</code></li> -<li><code>"http"</code></li> -<li><code>"info"</code></li> -<li><code>"verbose"</code></li> -<li><code>"silly"</code></li> -</ul> -<p>All logs pertaining to a level proceeding the current setting will be shown.</p> -<h5 id="aliases">Aliases</h5> -<p>The log levels listed above have various corresponding aliases, including:</p> -<ul> -<li><code>-d</code>: <code>--loglevel info</code></li> -<li><code>--dd</code>: <code>--loglevel verbose</code></li> -<li><code>--verbose</code>: <code>--loglevel verbose</code></li> -<li><code>--ddd</code>: <code>--loglevel silly</code></li> -<li><code>-q</code>: <code>--loglevel warn</code></li> -<li><code>--quiet</code>: <code>--loglevel warn</code></li> -<li><code>-s</code>: <code>--loglevel silent</code></li> -<li><code>--silent</code>: <code>--loglevel silent</code></li> -</ul> -<h4 id="foreground-scripts"><code>foreground-scripts</code></h4> -<p>The <code>npm</code> CLI began hiding the output of lifecycle scripts for <code>npm install</code> as of <code>v7</code>. Notably, this means you will not see logs/output from packages that may be using "install scripts" to display information back to you or from your own project's scripts defined in <code>package.json</code>. If you'd like to change this behavior &amp; log this output you can set <code>foreground-scripts</code> to <code>true</code>.</p> -<h3 id="timing-information">Timing Information</h3> -<p>The <a href="../using-npm/config#timing.html"><code>--timing</code> config</a> can be set which does a few -things:</p> -<ol> -<li>Always shows the full path to the debug log regardless of command exit status</li> -<li>Write timing information to a process specific timing file in the cache or <code>logs-dir</code></li> -<li>Output timing information to the terminal</li> -</ol> -<p>This file contains a <code>timers</code> object where the keys are an identifier for the -portion of the process being timed and the value is the number of milliseconds it took to complete.</p> -<p>Sometimes it is helpful to get timing information without outputting anything to the terminal. For -example, the performance might be affected by writing to the terminal. In this case you can use -<code>--timing --silent</code> which will still write the timing file, but not output anything to the terminal -while running.</p> -<h3 id="registry-response-headers">Registry Response Headers</h3> -<h4 id="npm-notice"><code>npm-notice</code></h4> -<p>The <code>npm</code> CLI reads from &amp; logs any <code>npm-notice</code> headers that are returned from the configured registry. This mechanism can be used by third-party registries to provide useful information when network-dependent requests occur.</p> -<p>This header is not cached, and will not be logged if the request is served from the cache.</p> -<h3 id="logs-and-sensitive-information">Logs and Sensitive Information</h3> -<p>The <code>npm</code> CLI makes a best effort to redact the following from terminal output and log files:</p> -<ul> -<li>Passwords inside basic auth URLs</li> -<li>npm tokens</li> -</ul> -<p>However, this behavior should not be relied on to keep all possible sensitive information redacted. If you are concerned about secrets in your log file or terminal output, you can use <code>--loglevel=silent</code> and <code>--logs-max=0</code> to ensure no logs are written to your terminal or filesystem.</p> -<h3 id="see-also">See also</h3> -<ul> -<li><a href="../using-npm/config.html">config</a></li> -</ul></div> - -<footer id="edit"> -<a href="https://github.com/npm/cli/edit/latest/docs/content/using-npm/logging.md"> -<svg role="img" viewBox="0 0 16 16" width="16" height="16" fill="currentcolor" style="vertical-align: text-bottom; margin-right: 0.3em;"> -<path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path> -</svg> -Edit this page on GitHub -</a> -</footer> -</section> - - - -</body></html> \ No newline at end of file diff --git a/software/flow/node_modules/npm/docs/output/using-npm/orgs.html b/software/flow/node_modules/npm/docs/output/using-npm/orgs.html deleted file mode 100644 index 0c2b69e..0000000 --- a/software/flow/node_modules/npm/docs/output/using-npm/orgs.html +++ /dev/null @@ -1,236 +0,0 @@ -<!DOCTYPE html><html><head> -<meta charset="utf-8"> -<title>orgs</title> -<style> -body { - background-color: #ffffff; - color: #24292e; - - margin: 0; - - line-height: 1.5; - - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; -} -#rainbar { - height: 10px; - background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); -} - -a { - text-decoration: none; - color: #0366d6; -} -a:hover { - text-decoration: underline; -} - -pre { - margin: 1em 0px; - padding: 1em; - border: solid 1px #e1e4e8; - border-radius: 6px; - - display: block; - overflow: auto; - - white-space: pre; - - background-color: #f6f8fa; - color: #393a34; -} -code { - font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; - font-size: 85%; - padding: 0.2em 0.4em; - background-color: #f6f8fa; - color: #393a34; -} -pre > code { - padding: 0; - background-color: inherit; - color: inherit; -} -h1, h2, h3 { - font-weight: 600; -} - -#logobar { - background-color: #333333; - margin: 0 auto; - padding: 1em 4em; -} -#logobar .logo { - float: left; -} -#logobar .title { - font-weight: 600; - color: #dddddd; - float: left; - margin: 5px 0 0 1em; -} -#logobar:after { - content: ""; - display: block; - clear: both; -} - -#content { - margin: 0 auto; - padding: 0 4em; -} - -#table_of_contents > h2 { - font-size: 1.17em; -} -#table_of_contents ul:first-child { - border: solid 1px #e1e4e8; - border-radius: 6px; - padding: 1em; - background-color: #f6f8fa; - color: #393a34; -} -#table_of_contents ul { - list-style-type: none; - padding-left: 1.5em; -} -#table_of_contents li { - font-size: 0.9em; -} -#table_of_contents li a { - color: #000000; -} - -header.title { - border-bottom: solid 1px #e1e4e8; -} -header.title > h1 { - margin-bottom: 0.25em; -} -header.title > .description { - display: block; - margin-bottom: 0.5em; - line-height: 1; -} - -footer#edit { - border-top: solid 1px #e1e4e8; - margin: 3em 0 4em 0; - padding-top: 2em; -} -</style> -</head> -<body> -<div id="banner"> -<div id="rainbar"></div> -<div id="logobar"> -<svg class="logo" role="img" height="32" width="32" viewBox="0 0 700 700"> -<polygon fill="#cb0000" points="0,700 700,700 700,0 0,0"></polygon> -<polygon fill="#ffffff" points="150,550 350,550 350,250 450,250 450,550 550,550 550,150 150,150"></polygon> -</svg> -<div class="title"> -npm command-line interface -</div> -</div> -</div> - -<section id="content"> -<header class="title"> -<h1 id="orgs">orgs</h1> -<span class="description">Working with Teams &amp; Orgs</span> -</header> - -<section id="table_of_contents"> -<h2 id="table-of-contents">Table of contents</h2> -<div id="_table_of_contents"><ul><li><a href="#description">Description</a></li><li><a href="#team-admins-create-teams">Team Admins create teams</a></li><li><a href="#publish-a-package-and-adjust-package-access">Publish a package and adjust package access</a></li><li><a href="#monitor-your-package-access">Monitor your package access</a></li><li><a href="#see-also">See also</a></li></ul></div> -</section> - -<div id="_content"><h3 id="description">Description</h3> -<p>There are three levels of org users:</p> -<ol> -<li>Super admin, controls billing &amp; adding people to the org.</li> -<li>Team admin, manages team membership &amp; package access.</li> -<li>Developer, works on packages they are given access to.</li> -</ol> -<p>The super admin is the only person who can add users to the org because it impacts the monthly bill. The super admin will use the website to manage membership. Every org has a <code>developers</code> team that all users are automatically added to.</p> -<p>The team admin is the person who manages team creation, team membership, and package access for teams. The team admin grants package access to teams, not individuals.</p> -<p>The developer will be able to access packages based on the teams they are on. Access is either read-write or read-only.</p> -<p>There are two main commands:</p> -<ol> -<li><code>npm team</code> see <a href="../commands/npm-team.html">npm team</a> for more details</li> -<li><code>npm access</code> see <a href="../commands/npm-access.html">npm access</a> for more details</li> -</ol> -<h3 id="team-admins-create-teams">Team Admins create teams</h3> -<ul> -<li>Check who you’ve added to your org:</li> -</ul> -<pre><code class="language-bash">npm team ls &lt;org&gt;:developers -</code></pre> -<ul> -<li> -<p>Each org is automatically given a <code>developers</code> team, so you can see the whole list of team members in your org. This team automatically gets read-write access to all packages, but you can change that with the <code>access</code> command.</p> -</li> -<li> -<p>Create a new team:</p> -</li> -</ul> -<pre><code class="language-bash">npm team create &lt;org:team&gt; -</code></pre> -<ul> -<li>Add members to that team:</li> -</ul> -<pre><code class="language-bash">npm team add &lt;org:team&gt; &lt;user&gt; -</code></pre> -<h3 id="publish-a-package-and-adjust-package-access">Publish a package and adjust package access</h3> -<ul> -<li>In package directory, run</li> -</ul> -<pre><code class="language-bash">npm init --scope=&lt;org&gt; -</code></pre> -<p>to scope it for your org &amp; publish as usual</p> -<ul> -<li>Grant access:</li> -</ul> -<pre><code class="language-bash">npm access grant &lt;read-only|read-write&gt; &lt;org:team&gt; [&lt;package&gt;] -</code></pre> -<ul> -<li>Revoke access:</li> -</ul> -<pre><code class="language-bash">npm access revoke &lt;org:team&gt; [&lt;package&gt;] -</code></pre> -<h3 id="monitor-your-package-access">Monitor your package access</h3> -<ul> -<li>See what org packages a team member can access:</li> -</ul> -<pre><code class="language-bash">npm access ls-packages &lt;org&gt; &lt;user&gt; -</code></pre> -<ul> -<li>See packages available to a specific team:</li> -</ul> -<pre><code class="language-bash">npm access ls-packages &lt;org:team&gt; -</code></pre> -<ul> -<li>Check which teams are collaborating on a package:</li> -</ul> -<pre><code class="language-bash">npm access ls-collaborators &lt;pkg&gt; -</code></pre> -<h3 id="see-also">See also</h3> -<ul> -<li><a href="../commands/npm-team.html">npm team</a></li> -<li><a href="../commands/npm-access.html">npm access</a></li> -<li><a href="../using-npm/scope.html">npm scope</a></li> -</ul></div> - -<footer id="edit"> -<a href="https://github.com/npm/cli/edit/latest/docs/content/using-npm/orgs.md"> -<svg role="img" viewBox="0 0 16 16" width="16" height="16" fill="currentcolor" style="vertical-align: text-bottom; margin-right: 0.3em;"> -<path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path> -</svg> -Edit this page on GitHub -</a> -</footer> -</section> - - - -</body></html> \ No newline at end of file diff --git a/software/flow/node_modules/npm/docs/output/using-npm/package-spec.html b/software/flow/node_modules/npm/docs/output/using-npm/package-spec.html deleted file mode 100644 index ee4f6ff..0000000 --- a/software/flow/node_modules/npm/docs/output/using-npm/package-spec.html +++ /dev/null @@ -1,255 +0,0 @@ -<!DOCTYPE html><html><head> -<meta charset="utf-8"> -<title>package-spec</title> -<style> -body { - background-color: #ffffff; - color: #24292e; - - margin: 0; - - line-height: 1.5; - - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; -} -#rainbar { - height: 10px; - background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); -} - -a { - text-decoration: none; - color: #0366d6; -} -a:hover { - text-decoration: underline; -} - -pre { - margin: 1em 0px; - padding: 1em; - border: solid 1px #e1e4e8; - border-radius: 6px; - - display: block; - overflow: auto; - - white-space: pre; - - background-color: #f6f8fa; - color: #393a34; -} -code { - font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; - font-size: 85%; - padding: 0.2em 0.4em; - background-color: #f6f8fa; - color: #393a34; -} -pre > code { - padding: 0; - background-color: inherit; - color: inherit; -} -h1, h2, h3 { - font-weight: 600; -} - -#logobar { - background-color: #333333; - margin: 0 auto; - padding: 1em 4em; -} -#logobar .logo { - float: left; -} -#logobar .title { - font-weight: 600; - color: #dddddd; - float: left; - margin: 5px 0 0 1em; -} -#logobar:after { - content: ""; - display: block; - clear: both; -} - -#content { - margin: 0 auto; - padding: 0 4em; -} - -#table_of_contents > h2 { - font-size: 1.17em; -} -#table_of_contents ul:first-child { - border: solid 1px #e1e4e8; - border-radius: 6px; - padding: 1em; - background-color: #f6f8fa; - color: #393a34; -} -#table_of_contents ul { - list-style-type: none; - padding-left: 1.5em; -} -#table_of_contents li { - font-size: 0.9em; -} -#table_of_contents li a { - color: #000000; -} - -header.title { - border-bottom: solid 1px #e1e4e8; -} -header.title > h1 { - margin-bottom: 0.25em; -} -header.title > .description { - display: block; - margin-bottom: 0.5em; - line-height: 1; -} - -footer#edit { - border-top: solid 1px #e1e4e8; - margin: 3em 0 4em 0; - padding-top: 2em; -} -</style> -</head> -<body> -<div id="banner"> -<div id="rainbar"></div> -<div id="logobar"> -<svg class="logo" role="img" height="32" width="32" viewBox="0 0 700 700"> -<polygon fill="#cb0000" points="0,700 700,700 700,0 0,0"></polygon> -<polygon fill="#ffffff" points="150,550 350,550 350,250 450,250 450,550 550,550 550,150 150,150"></polygon> -</svg> -<div class="title"> -npm command-line interface -</div> -</div> -</div> - -<section id="content"> -<header class="title"> -<h1 id="package-spec">package-spec</h1> -<span class="description">Package name specifier</span> -</header> - -<section id="table_of_contents"> -<h2 id="table-of-contents">Table of contents</h2> -<div id="_table_of_contents"><ul><li><a href="#description">Description</a></li><li><a href="#package-name">Package name</a></li><li><a href="#aliases">Aliases</a></li><li><a href="#folders">Folders</a></li><li><a href="#tarballs">Tarballs</a></li><li><a href="#git-urls">git urls</a></li><li><a href="#see-also">See also</a></li></ul></div> -</section> - -<div id="_content"><h3 id="description">Description</h3> -<p>Commands like <code>npm install</code> and the dependency sections in the -<code>package.json</code> use a package name specifier. This can be many different -things that all refer to a "package". Examples include a package name, -git url, tarball, or local directory. These will generally be referred -to as <code>&lt;package-spec&gt;</code> in the help output for the npm commands that use -this package name specifier.</p> -<h3 id="package-name">Package name</h3> -<ul> -<li><code>[&lt;@scope&gt;/]&lt;pkg&gt;</code></li> -<li><code>[&lt;@scope&gt;/]&lt;pkg&gt;@&lt;tag&gt;</code></li> -<li><code>[&lt;@scope&gt;/]&lt;pkg&gt;@&lt;version&gt;</code></li> -<li><code>[&lt;@scope&gt;/]&lt;pkg&gt;@&lt;version range&gt;</code></li> -</ul> -<p>Refers to a package by name, with or without a scope, and optionally -tag, version, or version range. This is typically used in combination -with the <a href="../using-npm/config#registry.html">registry</a> config to refer to a -package in a registry.</p> -<p>Examples:</p> -<ul> -<li><code>npm</code></li> -<li><code>@npmcli/arborist</code></li> -<li><code>@npmcli/arborist@latest</code></li> -<li><code>npm@6.13.1</code></li> -<li><code>npm@^4.0.0</code></li> -</ul> -<h3 id="aliases">Aliases</h3> -<ul> -<li><code>&lt;alias&gt;@npm:&lt;name&gt;</code></li> -</ul> -<p>Primarily used by commands like <code>npm install</code> and in the dependency -sections in the <code>package.json</code>, this refers to a package by an alias. -The <code>&lt;alias&gt;</code> is the name of the package as it is reified in the -<code>node_modules</code> folder, and the <code>&lt;name&gt;</code> refers to a package name as -found in the configured registry.</p> -<p>See <code>Package name</code> above for more info on referring to a package by -name, and <a href="../using-npm/config#registry.html">registry</a> for configuring which -registry is used when referring to a package by name.</p> -<p>Examples:</p> -<ul> -<li><code>semver:@npm:@npmcli/semver-with-patch</code></li> -<li><code>semver:@npm:semver@7.2.2</code></li> -<li><code>semver:@npm:semver@legacy</code></li> -</ul> -<h3 id="folders">Folders</h3> -<ul> -<li><code>&lt;folder&gt;</code></li> -</ul> -<p>This refers to a package on the local filesystem. Specifically this is -a folder with a <code>package.json</code> file in it. This <em>should</em> always be -prefixed with a <code>/</code> or <code>./</code> (or your OS equivalent) to reduce confusion. -npm currently will parse a string with more than one <code>/</code> in it as a -folder, but this is legacy behavior that may be removed in a future -version.</p> -<p>Examples:</p> -<ul> -<li><code>./my-package</code></li> -<li><code>/opt/npm/my-package</code></li> -</ul> -<h3 id="tarballs">Tarballs</h3> -<ul> -<li><code>&lt;tarball file&gt;</code></li> -<li><code>&lt;tarball url&gt;</code></li> -</ul> -<p>Examples:</p> -<ul> -<li><code>./my-package.tgz</code></li> -<li><code>https://registry.npmjs.org/semver/-/semver-1.0.0.tgz</code></li> -</ul> -<p>Refers to a package in a tarball format, either on the local filesystem -or remotely via url. This is the format that packages exist in when -uploaded to a registry.</p> -<h3 id="git-urls">git urls</h3> -<ul> -<li><code>&lt;git:// url&gt;</code></li> -<li><code>&lt;github username&gt;/&lt;github project&gt;</code></li> -</ul> -<p>Refers to a package in a git repo. This can be a full git url, git -shorthand, or a username/package on GitHub. You can specify a -git tag, branch, or other git ref by appending <code>#ref</code>.</p> -<p>Examples:</p> -<ul> -<li><code>https://github.com/npm/cli.git</code></li> -<li><code>git@github.com:npm/cli.git</code></li> -<li><code>git+ssh://git@github.com/npm/cli#v6.0.0</code></li> -<li><code>github:npm/cli#HEAD</code></li> -<li><code>npm/cli#c12ea07</code></li> -</ul> -<h3 id="see-also">See also</h3> -<ul> -<li><a href="https://npm.im/npm-package-arg">npm-package-arg</a></li> -<li><a href="../using-npm/scope.html">scope</a></li> -<li><a href="../using-npm/config.html">config</a></li> -</ul></div> - -<footer id="edit"> -<a href="https://github.com/npm/cli/edit/latest/docs/content/using-npm/package-spec.md"> -<svg role="img" viewBox="0 0 16 16" width="16" height="16" fill="currentcolor" style="vertical-align: text-bottom; margin-right: 0.3em;"> -<path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path> -</svg> -Edit this page on GitHub -</a> -</footer> -</section> - - - -</body></html> \ No newline at end of file diff --git a/software/flow/node_modules/npm/docs/output/using-npm/registry.html b/software/flow/node_modules/npm/docs/output/using-npm/registry.html deleted file mode 100644 index 8ff4010..0000000 --- a/software/flow/node_modules/npm/docs/output/using-npm/registry.html +++ /dev/null @@ -1,226 +0,0 @@ -<!DOCTYPE html><html><head> -<meta charset="utf-8"> -<title>registry</title> -<style> -body { - background-color: #ffffff; - color: #24292e; - - margin: 0; - - line-height: 1.5; - - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; -} -#rainbar { - height: 10px; - background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); -} - -a { - text-decoration: none; - color: #0366d6; -} -a:hover { - text-decoration: underline; -} - -pre { - margin: 1em 0px; - padding: 1em; - border: solid 1px #e1e4e8; - border-radius: 6px; - - display: block; - overflow: auto; - - white-space: pre; - - background-color: #f6f8fa; - color: #393a34; -} -code { - font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; - font-size: 85%; - padding: 0.2em 0.4em; - background-color: #f6f8fa; - color: #393a34; -} -pre > code { - padding: 0; - background-color: inherit; - color: inherit; -} -h1, h2, h3 { - font-weight: 600; -} - -#logobar { - background-color: #333333; - margin: 0 auto; - padding: 1em 4em; -} -#logobar .logo { - float: left; -} -#logobar .title { - font-weight: 600; - color: #dddddd; - float: left; - margin: 5px 0 0 1em; -} -#logobar:after { - content: ""; - display: block; - clear: both; -} - -#content { - margin: 0 auto; - padding: 0 4em; -} - -#table_of_contents > h2 { - font-size: 1.17em; -} -#table_of_contents ul:first-child { - border: solid 1px #e1e4e8; - border-radius: 6px; - padding: 1em; - background-color: #f6f8fa; - color: #393a34; -} -#table_of_contents ul { - list-style-type: none; - padding-left: 1.5em; -} -#table_of_contents li { - font-size: 0.9em; -} -#table_of_contents li a { - color: #000000; -} - -header.title { - border-bottom: solid 1px #e1e4e8; -} -header.title > h1 { - margin-bottom: 0.25em; -} -header.title > .description { - display: block; - margin-bottom: 0.5em; - line-height: 1; -} - -footer#edit { - border-top: solid 1px #e1e4e8; - margin: 3em 0 4em 0; - padding-top: 2em; -} -</style> -</head> -<body> -<div id="banner"> -<div id="rainbar"></div> -<div id="logobar"> -<svg class="logo" role="img" height="32" width="32" viewBox="0 0 700 700"> -<polygon fill="#cb0000" points="0,700 700,700 700,0 0,0"></polygon> -<polygon fill="#ffffff" points="150,550 350,550 350,250 450,250 450,550 550,550 550,150 150,150"></polygon> -</svg> -<div class="title"> -npm command-line interface -</div> -</div> -</div> - -<section id="content"> -<header class="title"> -<h1 id="registry">registry</h1> -<span class="description">The JavaScript Package Registry</span> -</header> - -<section id="table_of_contents"> -<h2 id="table-of-contents">Table of contents</h2> -<div id="_table_of_contents"><ul><li><a href="#description">Description</a></li><li><a href="#does-npm-send-any-information-about-me-back-to-the-registry">Does npm send any information about me back to the registry?</a></li><li><a href="#how-can-i-prevent-my-package-from-being-published-in-the-official-registry">How can I prevent my package from being published in the official registry?</a></li><li><a href="#where-can-i-find-my-and-others-published-packages">Where can I find my (and others') published packages?</a></li><li><a href="#see-also">See also</a></li></ul></div> -</section> - -<div id="_content"><h3 id="description">Description</h3> -<p>To resolve packages by name and version, npm talks to a registry website -that implements the CommonJS Package Registry specification for reading -package info.</p> -<p>npm is configured to use the <strong>npm public registry</strong> at -<a href="https://registry.npmjs.org">https://registry.npmjs.org</a> by default. Use of the npm public registry is -subject to terms of use available at <a href="https://docs.npmjs.com/policies/terms">https://docs.npmjs.com/policies/terms</a>.</p> -<p>You can configure npm to use any compatible registry you like, and even run -your own registry. Use of someone else's registry may be governed by their -terms of use.</p> -<p>npm's package registry implementation supports several -write APIs as well, to allow for publishing packages and managing user -account information.</p> -<p>The npm public registry is powered by a CouchDB database, -of which there is a public mirror at <a href="https://skimdb.npmjs.com/registry">https://skimdb.npmjs.com/registry</a>.</p> -<p>The registry URL used is determined by the scope of the package (see -<a href="../using-npm/scope.html"><code>scope</code></a>. If no scope is specified, the default registry is -used, which is supplied by the <a href="../using-npm/config#registry.html"><code>registry</code> config</a> -parameter. See <a href="../commands/npm-config.html"><code>npm config</code></a>, -<a href="../configuring-npm/npmrc.html"><code>npmrc</code></a>, and <a href="../using-npm/config.html"><code>config</code></a> for more on -managing npm's configuration. -Authentication configuration such as auth tokens and certificates are configured -specifically scoped to an individual registry. See -<a href="../configuring-npm/npmrc#auth-related-configuration.html">Auth Related Configuration</a></p> -<p>When the default registry is used in a package-lock or shrinkwrap it has the -special meaning of "the currently configured registry". If you create a lock -file while using the default registry you can switch to another registry and -npm will install packages from the new registry, but if you create a lock -file while using a custom registry packages will be installed from that -registry even after you change to another registry.</p> -<h3 id="does-npm-send-any-information-about-me-back-to-the-registry">Does npm send any information about me back to the registry?</h3> -<p>Yes.</p> -<p>When making requests of the registry npm adds two headers with information -about your environment:</p> -<ul> -<li><code>Npm-Scope</code> – If your project is scoped, this header will contain its -scope. In the future npm hopes to build registry features that use this -information to allow you to customize your experience for your -organization.</li> -<li><code>Npm-In-CI</code> – Set to "true" if npm believes this install is running in a -continuous integration environment, "false" otherwise. This is detected by -looking for the following environment variables: <code>CI</code>, <code>TDDIUM</code>, -<code>JENKINS_URL</code>, <code>bamboo.buildKey</code>. If you'd like to learn more you may find -the <a href="https://github.com/npm/npm-registry-client/pull/129">original PR</a> -interesting. -This is used to gather better metrics on how npm is used by humans, versus -build farms.</li> -</ul> -<p>The npm registry does not try to correlate the information in these headers -with any authenticated accounts that may be used in the same requests.</p> -<h3 id="how-can-i-prevent-my-package-from-being-published-in-the-official-registry">How can I prevent my package from being published in the official registry?</h3> -<p>Set <code>"private": true</code> in your <code>package.json</code> to prevent it from being -published at all, or -<code>"publishConfig":{"registry":"http://my-internal-registry.local"}</code> -to force it to be published only to your internal/private registry.</p> -<p>See <a href="../configuring-npm/package-json.html"><code>package.json</code></a> for more info on what goes in the package.json file.</p> -<h3 id="where-can-i-find-my-and-others-published-packages">Where can I find my (and others') published packages?</h3> -<p><a href="https://www.npmjs.com/">https://www.npmjs.com/</a></p> -<h3 id="see-also">See also</h3> -<ul> -<li><a href="../commands/npm-config.html">npm config</a></li> -<li><a href="../using-npm/config.html">config</a></li> -<li><a href="../configuring-npm/npmrc.html">npmrc</a></li> -<li><a href="../using-npm/developers.html">npm developers</a></li> -</ul></div> - -<footer id="edit"> -<a href="https://github.com/npm/cli/edit/latest/docs/content/using-npm/registry.md"> -<svg role="img" viewBox="0 0 16 16" width="16" height="16" fill="currentcolor" style="vertical-align: text-bottom; margin-right: 0.3em;"> -<path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path> -</svg> -Edit this page on GitHub -</a> -</footer> -</section> - - - -</body></html> \ No newline at end of file diff --git a/software/flow/node_modules/npm/docs/output/using-npm/removal.html b/software/flow/node_modules/npm/docs/output/using-npm/removal.html deleted file mode 100644 index e541871..0000000 --- a/software/flow/node_modules/npm/docs/output/using-npm/removal.html +++ /dev/null @@ -1,199 +0,0 @@ -<!DOCTYPE html><html><head> -<meta charset="utf-8"> -<title>removal</title> -<style> -body { - background-color: #ffffff; - color: #24292e; - - margin: 0; - - line-height: 1.5; - - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; -} -#rainbar { - height: 10px; - background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); -} - -a { - text-decoration: none; - color: #0366d6; -} -a:hover { - text-decoration: underline; -} - -pre { - margin: 1em 0px; - padding: 1em; - border: solid 1px #e1e4e8; - border-radius: 6px; - - display: block; - overflow: auto; - - white-space: pre; - - background-color: #f6f8fa; - color: #393a34; -} -code { - font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; - font-size: 85%; - padding: 0.2em 0.4em; - background-color: #f6f8fa; - color: #393a34; -} -pre > code { - padding: 0; - background-color: inherit; - color: inherit; -} -h1, h2, h3 { - font-weight: 600; -} - -#logobar { - background-color: #333333; - margin: 0 auto; - padding: 1em 4em; -} -#logobar .logo { - float: left; -} -#logobar .title { - font-weight: 600; - color: #dddddd; - float: left; - margin: 5px 0 0 1em; -} -#logobar:after { - content: ""; - display: block; - clear: both; -} - -#content { - margin: 0 auto; - padding: 0 4em; -} - -#table_of_contents > h2 { - font-size: 1.17em; -} -#table_of_contents ul:first-child { - border: solid 1px #e1e4e8; - border-radius: 6px; - padding: 1em; - background-color: #f6f8fa; - color: #393a34; -} -#table_of_contents ul { - list-style-type: none; - padding-left: 1.5em; -} -#table_of_contents li { - font-size: 0.9em; -} -#table_of_contents li a { - color: #000000; -} - -header.title { - border-bottom: solid 1px #e1e4e8; -} -header.title > h1 { - margin-bottom: 0.25em; -} -header.title > .description { - display: block; - margin-bottom: 0.5em; - line-height: 1; -} - -footer#edit { - border-top: solid 1px #e1e4e8; - margin: 3em 0 4em 0; - padding-top: 2em; -} -</style> -</head> -<body> -<div id="banner"> -<div id="rainbar"></div> -<div id="logobar"> -<svg class="logo" role="img" height="32" width="32" viewBox="0 0 700 700"> -<polygon fill="#cb0000" points="0,700 700,700 700,0 0,0"></polygon> -<polygon fill="#ffffff" points="150,550 350,550 350,250 450,250 450,550 550,550 550,150 150,150"></polygon> -</svg> -<div class="title"> -npm command-line interface -</div> -</div> -</div> - -<section id="content"> -<header class="title"> -<h1 id="removal">removal</h1> -<span class="description">Cleaning the Slate</span> -</header> - -<section id="table_of_contents"> -<h2 id="table-of-contents">Table of contents</h2> -<div id="_table_of_contents"><ul><li><a href="#synopsis">Synopsis</a></li><li><a href="#more-severe-uninstalling">More Severe Uninstalling</a></li><li><a href="#see-also">See also</a></li></ul></div> -</section> - -<div id="_content"><h3 id="synopsis">Synopsis</h3> -<p>So sad to see you go.</p> -<pre><code class="language-bash">sudo npm uninstall npm -g -</code></pre> -<p>Or, if that fails, get the npm source code, and do:</p> -<pre><code class="language-bash">sudo make uninstall -</code></pre> -<h3 id="more-severe-uninstalling">More Severe Uninstalling</h3> -<p>Usually, the above instructions are sufficient. That will remove -npm, but leave behind anything you've installed.</p> -<p>If that doesn't work, or if you require more drastic measures, -continue reading.</p> -<p>Note that this is only necessary for globally-installed packages. Local -installs are completely contained within a project's <code>node_modules</code> -folder. Delete that folder, and everything is gone unless a package's -install script is particularly ill-behaved.</p> -<p>This assumes that you installed node and npm in the default place. If -you configured node with a different <code>--prefix</code>, or installed npm with a -different prefix setting, then adjust the paths accordingly, replacing -<code>/usr/local</code> with your install prefix.</p> -<p>To remove everything npm-related manually:</p> -<pre><code class="language-bash">rm -rf /usr/local/{lib/node{,/.npm,_modules},bin,share/man}/npm* -</code></pre> -<p>If you installed things <em>with</em> npm, then your best bet is to uninstall -them with npm first, and then install them again once you have a -proper install. This can help find any symlinks that are lying -around:</p> -<pre><code class="language-bash">ls -laF /usr/local/{lib/node{,/.npm},bin,share/man} | grep npm -</code></pre> -<p>Prior to version 0.3, npm used shim files for executables and node -modules. To track those down, you can do the following:</p> -<pre><code class="language-bash">find /usr/local/{lib/node,bin} -exec grep -l npm \{\} \; ; -</code></pre> -<h3 id="see-also">See also</h3> -<ul> -<li><a href="../commands/npm-uninstall.html">npm uninstall</a></li> -<li><a href="../commands/npm-prune.html">npm prune</a></li> -</ul></div> - -<footer id="edit"> -<a href="https://github.com/npm/cli/edit/latest/docs/content/using-npm/removal.md"> -<svg role="img" viewBox="0 0 16 16" width="16" height="16" fill="currentcolor" style="vertical-align: text-bottom; margin-right: 0.3em;"> -<path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path> -</svg> -Edit this page on GitHub -</a> -</footer> -</section> - - - -</body></html> \ No newline at end of file diff --git a/software/flow/node_modules/npm/docs/output/using-npm/scope.html b/software/flow/node_modules/npm/docs/output/using-npm/scope.html deleted file mode 100644 index fcecb0d..0000000 --- a/software/flow/node_modules/npm/docs/output/using-npm/scope.html +++ /dev/null @@ -1,257 +0,0 @@ -<!DOCTYPE html><html><head> -<meta charset="utf-8"> -<title>scope</title> -<style> -body { - background-color: #ffffff; - color: #24292e; - - margin: 0; - - line-height: 1.5; - - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; -} -#rainbar { - height: 10px; - background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); -} - -a { - text-decoration: none; - color: #0366d6; -} -a:hover { - text-decoration: underline; -} - -pre { - margin: 1em 0px; - padding: 1em; - border: solid 1px #e1e4e8; - border-radius: 6px; - - display: block; - overflow: auto; - - white-space: pre; - - background-color: #f6f8fa; - color: #393a34; -} -code { - font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; - font-size: 85%; - padding: 0.2em 0.4em; - background-color: #f6f8fa; - color: #393a34; -} -pre > code { - padding: 0; - background-color: inherit; - color: inherit; -} -h1, h2, h3 { - font-weight: 600; -} - -#logobar { - background-color: #333333; - margin: 0 auto; - padding: 1em 4em; -} -#logobar .logo { - float: left; -} -#logobar .title { - font-weight: 600; - color: #dddddd; - float: left; - margin: 5px 0 0 1em; -} -#logobar:after { - content: ""; - display: block; - clear: both; -} - -#content { - margin: 0 auto; - padding: 0 4em; -} - -#table_of_contents > h2 { - font-size: 1.17em; -} -#table_of_contents ul:first-child { - border: solid 1px #e1e4e8; - border-radius: 6px; - padding: 1em; - background-color: #f6f8fa; - color: #393a34; -} -#table_of_contents ul { - list-style-type: none; - padding-left: 1.5em; -} -#table_of_contents li { - font-size: 0.9em; -} -#table_of_contents li a { - color: #000000; -} - -header.title { - border-bottom: solid 1px #e1e4e8; -} -header.title > h1 { - margin-bottom: 0.25em; -} -header.title > .description { - display: block; - margin-bottom: 0.5em; - line-height: 1; -} - -footer#edit { - border-top: solid 1px #e1e4e8; - margin: 3em 0 4em 0; - padding-top: 2em; -} -</style> -</head> -<body> -<div id="banner"> -<div id="rainbar"></div> -<div id="logobar"> -<svg class="logo" role="img" height="32" width="32" viewBox="0 0 700 700"> -<polygon fill="#cb0000" points="0,700 700,700 700,0 0,0"></polygon> -<polygon fill="#ffffff" points="150,550 350,550 350,250 450,250 450,550 550,550 550,150 150,150"></polygon> -</svg> -<div class="title"> -npm command-line interface -</div> -</div> -</div> - -<section id="content"> -<header class="title"> -<h1 id="scope">scope</h1> -<span class="description">Scoped packages</span> -</header> - -<section id="table_of_contents"> -<h2 id="table-of-contents">Table of contents</h2> -<div id="_table_of_contents"><ul><li><a href="#description">Description</a></li><li><a href="#installing-scoped-packages">Installing scoped packages</a></li><li><a href="#requiring-scoped-packages">Requiring scoped packages</a></li><li><a href="#publishing-scoped-packages">Publishing scoped packages</a></li><ul><li><a href="#publishing-public-scoped-packages-to-the-primary-npm-registry">Publishing public scoped packages to the primary npm registry</a></li><li><a href="#publishing-private-scoped-packages-to-the-npm-registry">Publishing private scoped packages to the npm registry</a></li></ul><li><a href="#associating-a-scope-with-a-registry">Associating a scope with a registry</a></li><li><a href="#see-also">See also</a></li></ul></div> -</section> - -<div id="_content"><h3 id="description">Description</h3> -<p>All npm packages have a name. Some package names also have a scope. A scope -follows the usual rules for package names (URL-safe characters, no leading dots -or underscores). When used in package names, scopes are preceded by an <code>@</code> symbol -and followed by a slash, e.g.</p> -<pre><code class="language-bash">@somescope/somepackagename -</code></pre> -<p>Scopes are a way of grouping related packages together, and also affect a few -things about the way npm treats the package.</p> -<p>Each npm user/organization has their own scope, and only you can add packages -in your scope. This means you don't have to worry about someone taking your -package name ahead of you. Thus it is also a good way to signal official packages -for organizations.</p> -<p>Scoped packages can be published and installed as of <code>npm@2</code> and are supported -by the primary npm registry. Unscoped packages can depend on scoped packages and -vice versa. The npm client is backwards-compatible with unscoped registries, -so it can be used to work with scoped and unscoped registries at the same time.</p> -<h3 id="installing-scoped-packages">Installing scoped packages</h3> -<p>Scoped packages are installed to a sub-folder of the regular installation -folder, e.g. if your other packages are installed in <code>node_modules/packagename</code>, -scoped modules will be installed in <code>node_modules/@myorg/packagename</code>. The scope -folder (<code>@myorg</code>) is simply the name of the scope preceded by an <code>@</code> symbol, and can -contain any number of scoped packages.</p> -<p>A scoped package is installed by referencing it by name, preceded by an -<code>@</code> symbol, in <code>npm install</code>:</p> -<pre><code class="language-bash">npm install @myorg/mypackage -</code></pre> -<p>Or in <code>package.json</code>:</p> -<pre><code class="language-json">"dependencies": { - "@myorg/mypackage": "^1.3.0" -} -</code></pre> -<p>Note that if the <code>@</code> symbol is omitted, in either case, npm will instead attempt to -install from GitHub; see <a href="../commands/npm-install.html"><code>npm install</code></a>.</p> -<h3 id="requiring-scoped-packages">Requiring scoped packages</h3> -<p>Because scoped packages are installed into a scope folder, you have to -include the name of the scope when requiring them in your code, e.g.</p> -<pre><code class="language-javascript">require('@myorg/mypackage') -</code></pre> -<p>There is nothing special about the way Node treats scope folders. This -simply requires the <code>mypackage</code> module in the folder named <code>@myorg</code>.</p> -<h3 id="publishing-scoped-packages">Publishing scoped packages</h3> -<p>Scoped packages can be published from the CLI as of <code>npm@2</code> and can be -published to any registry that supports them, including the primary npm -registry.</p> -<p>(As of 2015-04-19, and with npm 2.0 or better, the primary npm registry -<strong>does</strong> support scoped packages.)</p> -<p>If you wish, you may associate a scope with a registry; see below.</p> -<h4 id="publishing-public-scoped-packages-to-the-primary-npm-registry">Publishing public scoped packages to the primary npm registry</h4> -<p>Publishing to a scope, you have two options:</p> -<ul> -<li>Publishing to your user scope (example: <code>@username/module</code>)</li> -<li>Publishing to an organization scope (example: <code>@org/module</code>)</li> -</ul> -<p>If publishing a public module to an organization scope, you must -first either create an organization with the name of the scope -that you'd like to publish to or be added to an existing organization -with the appropriate permissions. For example, if you'd like to -publish to <code>@org</code>, you would need to create the <code>org</code> organization -on npmjs.com prior to trying to publish.</p> -<p>Scoped packages are not public by default. You will need to specify -<code>--access public</code> with the initial <code>npm publish</code> command. This will publish -the package and set access to <code>public</code> as if you had run <code>npm access public</code> -after publishing. You do not need to do this when publishing new versions of -an existing scoped package.</p> -<h4 id="publishing-private-scoped-packages-to-the-npm-registry">Publishing private scoped packages to the npm registry</h4> -<p>To publish a private scoped package to the npm registry, you must have -an <a href="https://docs.npmjs.com/private-modules/intro">npm Private Modules</a> -account.</p> -<p>You can then publish the module with <code>npm publish</code> or <code>npm publish --access restricted</code>, and it will be present in the npm registry, with -restricted access. You can then change the access permissions, if -desired, with <code>npm access</code> or on the npmjs.com website.</p> -<h3 id="associating-a-scope-with-a-registry">Associating a scope with a registry</h3> -<p>Scopes can be associated with a separate registry. This allows you to -seamlessly use a mix of packages from the primary npm registry and one or more -private registries, such as <a href="https://github.com/features/packages">GitHub Packages</a> or the open source <a href="https://verdaccio.org">Verdaccio</a> -project.</p> -<p>You can associate a scope with a registry at login, e.g.</p> -<pre><code class="language-bash">npm login --registry=http://reg.example.com --scope=@myco -</code></pre> -<p>Scopes have a many-to-one relationship with registries: one registry can -host multiple scopes, but a scope only ever points to one registry.</p> -<p>You can also associate a scope with a registry using <code>npm config</code>:</p> -<pre><code class="language-bash">npm config set @myco:registry http://reg.example.com -</code></pre> -<p>Once a scope is associated with a registry, any <code>npm install</code> for a package -with that scope will request packages from that registry instead. Any -<code>npm publish</code> for a package name that contains the scope will be published to -that registry instead.</p> -<h3 id="see-also">See also</h3> -<ul> -<li><a href="../commands/npm-install.html">npm install</a></li> -<li><a href="../commands/npm-publish.html">npm publish</a></li> -<li><a href="../commands/npm-access.html">npm access</a></li> -<li><a href="../using-npm/registry.html">npm registry</a></li> -</ul></div> - -<footer id="edit"> -<a href="https://github.com/npm/cli/edit/latest/docs/content/using-npm/scope.md"> -<svg role="img" viewBox="0 0 16 16" width="16" height="16" fill="currentcolor" style="vertical-align: text-bottom; margin-right: 0.3em;"> -<path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path> -</svg> -Edit this page on GitHub -</a> -</footer> -</section> - - - -</body></html> \ No newline at end of file diff --git a/software/flow/node_modules/npm/docs/output/using-npm/scripts.html b/software/flow/node_modules/npm/docs/output/using-npm/scripts.html deleted file mode 100644 index 6cc14bf..0000000 --- a/software/flow/node_modules/npm/docs/output/using-npm/scripts.html +++ /dev/null @@ -1,483 +0,0 @@ -<!DOCTYPE html><html><head> -<meta charset="utf-8"> -<title>scripts</title> -<style> -body { - background-color: #ffffff; - color: #24292e; - - margin: 0; - - line-height: 1.5; - - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; -} -#rainbar { - height: 10px; - background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); -} - -a { - text-decoration: none; - color: #0366d6; -} -a:hover { - text-decoration: underline; -} - -pre { - margin: 1em 0px; - padding: 1em; - border: solid 1px #e1e4e8; - border-radius: 6px; - - display: block; - overflow: auto; - - white-space: pre; - - background-color: #f6f8fa; - color: #393a34; -} -code { - font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; - font-size: 85%; - padding: 0.2em 0.4em; - background-color: #f6f8fa; - color: #393a34; -} -pre > code { - padding: 0; - background-color: inherit; - color: inherit; -} -h1, h2, h3 { - font-weight: 600; -} - -#logobar { - background-color: #333333; - margin: 0 auto; - padding: 1em 4em; -} -#logobar .logo { - float: left; -} -#logobar .title { - font-weight: 600; - color: #dddddd; - float: left; - margin: 5px 0 0 1em; -} -#logobar:after { - content: ""; - display: block; - clear: both; -} - -#content { - margin: 0 auto; - padding: 0 4em; -} - -#table_of_contents > h2 { - font-size: 1.17em; -} -#table_of_contents ul:first-child { - border: solid 1px #e1e4e8; - border-radius: 6px; - padding: 1em; - background-color: #f6f8fa; - color: #393a34; -} -#table_of_contents ul { - list-style-type: none; - padding-left: 1.5em; -} -#table_of_contents li { - font-size: 0.9em; -} -#table_of_contents li a { - color: #000000; -} - -header.title { - border-bottom: solid 1px #e1e4e8; -} -header.title > h1 { - margin-bottom: 0.25em; -} -header.title > .description { - display: block; - margin-bottom: 0.5em; - line-height: 1; -} - -footer#edit { - border-top: solid 1px #e1e4e8; - margin: 3em 0 4em 0; - padding-top: 2em; -} -</style> -</head> -<body> -<div id="banner"> -<div id="rainbar"></div> -<div id="logobar"> -<svg class="logo" role="img" height="32" width="32" viewBox="0 0 700 700"> -<polygon fill="#cb0000" points="0,700 700,700 700,0 0,0"></polygon> -<polygon fill="#ffffff" points="150,550 350,550 350,250 450,250 450,550 550,550 550,150 150,150"></polygon> -</svg> -<div class="title"> -npm command-line interface -</div> -</div> -</div> - -<section id="content"> -<header class="title"> -<h1 id="scripts">scripts</h1> -<span class="description">How npm handles the "scripts" field</span> -</header> - -<section id="table_of_contents"> -<h2 id="table-of-contents">Table of contents</h2> -<div id="_table_of_contents"><ul><li><a href="#description">Description</a></li><li><a href="#pre--post-scripts">Pre &amp; Post Scripts</a></li><li><a href="#life-cycle-scripts">Life Cycle Scripts</a></li><ul><li><a href="#prepare-and-prepublish">Prepare and Prepublish</a></li><li><a href="#dependencies">Dependencies</a></li></ul><li><a href="#life-cycle-operation-order">Life Cycle Operation Order</a></li><ul><li><a href="#npm-cache-add"><a href="../commands/npm-cache.html"><code>npm cache add</code></a></a></li><li><a href="#npm-ci"><a href="../commands/npm-ci.html"><code>npm ci</code></a></a></li><li><a href="#npm-diff"><a href="../commands/npm-diff.html"><code>npm diff</code></a></a></li><li><a href="#npm-install"><a href="../commands/npm-install.html"><code>npm install</code></a></a></li><li><a href="#npm-pack"><a href="../commands/npm-pack.html"><code>npm pack</code></a></a></li><li><a href="#npm-publish"><a href="../commands/npm-publish.html"><code>npm publish</code></a></a></li><li><a href="#npm-rebuild"><a href="../commands/npm-rebuild.html"><code>npm rebuild</code></a></a></li><li><a href="#npm-restart"><a href="../commands/npm-restart.html"><code>npm restart</code></a></a></li><li><a href="#npm-run-user-defined"><a href="../commands/npm-run-script.html"><code>npm run &lt;user defined&gt;</code></a></a></li><li><a href="#npm-start"><a href="../commands/npm-start.html"><code>npm start</code></a></a></li><li><a href="#npm-stop"><a href="../commands/npm-stop.html"><code>npm stop</code></a></a></li><li><a href="#npm-test"><a href="../commands/npm-test.html"><code>npm test</code></a></a></li><li><a href="#npm-version"><a href="../commands/npm-version.html"><code>npm version</code></a></a></li><li><a href="#a-note-on-a-lack-of-npm-uninstall-scripts">A Note on a lack of <a href="../commands/npm-uninstall.html"><code>npm uninstall</code></a> scripts</a></li></ul><li><a href="#user">User</a></li><li><a href="#environment">Environment</a></li><ul><li><a href="#path">path</a></li><li><a href="#packagejson-vars">package.json vars</a></li><li><a href="#current-lifecycle-event">current lifecycle event</a></li></ul><li><a href="#examples">Examples</a></li><li><a href="#exiting">Exiting</a></li><li><a href="#best-practices">Best Practices</a></li><li><a href="#see-also">See Also</a></li></ul></div> -</section> - -<div id="_content"><h3 id="description">Description</h3> -<p>The <code>"scripts"</code> property of your <code>package.json</code> file supports a number -of built-in scripts and their preset life cycle events as well as -arbitrary scripts. These all can be executed by running -<code>npm run-script &lt;stage&gt;</code> or <code>npm run &lt;stage&gt;</code> for short. <em>Pre</em> and <em>post</em> -commands with matching names will be run for those as well (e.g. <code>premyscript</code>, -<code>myscript</code>, <code>postmyscript</code>). Scripts from dependencies can be run with -<code>npm explore &lt;pkg&gt; -- npm run &lt;stage&gt;</code>.</p> -<h3 id="pre--post-scripts">Pre &amp; Post Scripts</h3> -<p>To create "pre" or "post" scripts for any scripts defined in the -<code>"scripts"</code> section of the <code>package.json</code>, simply create another script -<em>with a matching name</em> and add "pre" or "post" to the beginning of them.</p> -<pre><code class="language-json">{ - "scripts": { - "precompress": "{{ executes BEFORE the `compress` script }}", - "compress": "{{ run command to compress files }}", - "postcompress": "{{ executes AFTER `compress` script }}" - } -} -</code></pre> -<p>In this example <code>npm run compress</code> would execute these scripts as -described.</p> -<h3 id="life-cycle-scripts">Life Cycle Scripts</h3> -<p>There are some special life cycle scripts that happen only in certain -situations. These scripts happen in addition to the <code>pre&lt;event&gt;</code>, <code>post&lt;event&gt;</code>, and -<code>&lt;event&gt;</code> scripts.</p> -<ul> -<li><code>prepare</code>, <code>prepublish</code>, <code>prepublishOnly</code>, <code>prepack</code>, <code>postpack</code>, <code>dependencies</code></li> -</ul> -<p><strong>prepare</strong> (since <code>npm@4.0.0</code>)</p> -<ul> -<li> -<p>Runs BEFORE the package is packed, i.e. during <code>npm publish</code> -and <code>npm pack</code></p> -</li> -<li> -<p>Runs on local <code>npm install</code> without any arguments</p> -</li> -<li> -<p>Runs AFTER <code>prepublish</code>, but BEFORE <code>prepublishOnly</code></p> -</li> -<li> -<p>NOTE: If a package being installed through git contains a <code>prepare</code> -script, its <code>dependencies</code> and <code>devDependencies</code> will be installed, and -the prepare script will be run, before the package is packaged and -installed.</p> -</li> -<li> -<p>As of <code>npm@7</code> these scripts run in the background. -To see the output, run with: <code>--foreground-scripts</code>.</p> -</li> -</ul> -<p><strong>prepublish</strong> (DEPRECATED)</p> -<ul> -<li>Does not run during <code>npm publish</code>, but does run during <code>npm ci</code> -and <code>npm install</code>. See below for more info.</li> -</ul> -<p><strong>prepublishOnly</strong></p> -<ul> -<li>Runs BEFORE the package is prepared and packed, ONLY on <code>npm publish</code>.</li> -</ul> -<p><strong>prepack</strong></p> -<ul> -<li>Runs BEFORE a tarball is packed (on "<code>npm pack</code>", "<code>npm publish</code>", and when installing a git dependency).</li> -<li>NOTE: "<code>npm run pack</code>" is NOT the same as "<code>npm pack</code>". "<code>npm run pack</code>" is an arbitrary user defined script name, where as, "<code>npm pack</code>" is a CLI defined command.</li> -</ul> -<p><strong>postpack</strong></p> -<ul> -<li>Runs AFTER the tarball has been generated but before it is moved to its final destination (if at all, publish does not save the tarball locally)</li> -</ul> -<p><strong>dependencies</strong></p> -<ul> -<li>Runs AFTER any operations that modify the <code>node_modules</code> directory IF changes occurred.</li> -<li>Does NOT run in global mode</li> -</ul> -<h4 id="prepare-and-prepublish">Prepare and Prepublish</h4> -<p><strong>Deprecation Note: prepublish</strong></p> -<p>Since <code>npm@1.1.71</code>, the npm CLI has run the <code>prepublish</code> script for both <code>npm publish</code> and <code>npm install</code>, because it's a convenient way to prepare a package for use (some common use cases are described in the section below). It has also turned out to be, in practice, <a href="https://github.com/npm/npm/issues/10074">very confusing</a>. As of <code>npm@4.0.0</code>, a new event has been introduced, <code>prepare</code>, that preserves this existing behavior. A <em>new</em> event, <code>prepublishOnly</code> has been added as a transitional strategy to allow users to avoid the confusing behavior of existing npm versions and only run on <code>npm publish</code> (for instance, running the tests one last time to ensure they're in good shape).</p> -<p>See <a href="https://github.com/npm/npm/issues/10074">https://github.com/npm/npm/issues/10074</a> for a much lengthier justification, with further reading, for this change.</p> -<p><strong>Use Cases</strong></p> -<p>If you need to perform operations on your package before it is used, in a way that is not dependent on the operating system or architecture of the target system, use a <code>prepublish</code> script. This includes tasks such as:</p> -<ul> -<li>Compiling CoffeeScript source code into JavaScript.</li> -<li>Creating minified versions of JavaScript source code.</li> -<li>Fetching remote resources that your package will use.</li> -</ul> -<p>The advantage of doing these things at <code>prepublish</code> time is that they can be done once, in a single place, thus reducing complexity and variability. Additionally, this means that:</p> -<ul> -<li>You can depend on <code>coffee-script</code> as a <code>devDependency</code>, and thus -your users don't need to have it installed.</li> -<li>You don't need to include minifiers in your package, reducing -the size for your users.</li> -<li>You don't need to rely on your users having <code>curl</code> or <code>wget</code> or -other system tools on the target machines.</li> -</ul> -<h4 id="dependencies">Dependencies</h4> -<p>The <code>dependencies</code> script is run any time an <code>npm</code> command causes changes to the <code>node_modules</code> directory. It is run AFTER the changes have been applied and the <code>package.json</code> and <code>package-lock.json</code> files have been updated.</p> -<h3 id="life-cycle-operation-order">Life Cycle Operation Order</h3> -<h4 id="npm-cache-add"><a href="../commands/npm-cache.html"><code>npm cache add</code></a></h4> -<ul> -<li><code>prepare</code></li> -</ul> -<h4 id="npm-ci"><a href="../commands/npm-ci.html"><code>npm ci</code></a></h4> -<ul> -<li><code>preinstall</code></li> -<li><code>install</code></li> -<li><code>postinstall</code></li> -<li><code>prepublish</code></li> -<li><code>preprepare</code></li> -<li><code>prepare</code></li> -<li><code>postprepare</code></li> -</ul> -<p>These all run after the actual installation of modules into -<code>node_modules</code>, in order, with no internal actions happening in between</p> -<h4 id="npm-diff"><a href="../commands/npm-diff.html"><code>npm diff</code></a></h4> -<ul> -<li><code>prepare</code></li> -</ul> -<h4 id="npm-install"><a href="../commands/npm-install.html"><code>npm install</code></a></h4> -<p>These also run when you run <code>npm install -g &lt;pkg-name&gt;</code></p> -<ul> -<li><code>preinstall</code></li> -<li><code>install</code></li> -<li><code>postinstall</code></li> -<li><code>prepublish</code></li> -<li><code>preprepare</code></li> -<li><code>prepare</code></li> -<li><code>postprepare</code></li> -</ul> -<p>If there is a <code>binding.gyp</code> file in the root of your package and you -haven't defined your own <code>install</code> or <code>preinstall</code> scripts, npm will -default the <code>install</code> command to compile using node-gyp via <code>node-gyp rebuild</code></p> -<p>These are run from the scripts of <code>&lt;pkg-name&gt;</code></p> -<h4 id="npm-pack"><a href="../commands/npm-pack.html"><code>npm pack</code></a></h4> -<ul> -<li><code>prepack</code></li> -<li><code>prepare</code></li> -<li><code>postpack</code></li> -</ul> -<h4 id="npm-publish"><a href="../commands/npm-publish.html"><code>npm publish</code></a></h4> -<ul> -<li><code>prepublishOnly</code></li> -<li><code>prepack</code></li> -<li><code>prepare</code></li> -<li><code>postpack</code></li> -<li><code>publish</code></li> -<li><code>postpublish</code></li> -</ul> -<p><code>prepare</code> will not run during <code>--dry-run</code></p> -<h4 id="npm-rebuild"><a href="../commands/npm-rebuild.html"><code>npm rebuild</code></a></h4> -<ul> -<li><code>preinstall</code></li> -<li><code>install</code></li> -<li><code>postinstall</code></li> -<li><code>prepare</code></li> -</ul> -<p><code>prepare</code> is only run if the current directory is a symlink (e.g. with -linked packages)</p> -<h4 id="npm-restart"><a href="../commands/npm-restart.html"><code>npm restart</code></a></h4> -<p>If there is a <code>restart</code> script defined, these events are run, otherwise -<code>stop</code> and <code>start</code> are both run if present, including their <code>pre</code> and -<code>post</code> iterations)</p> -<ul> -<li><code>prerestart</code></li> -<li><code>restart</code></li> -<li><code>postrestart</code></li> -</ul> -<h4 id="npm-run-user-defined"><a href="../commands/npm-run-script.html"><code>npm run &lt;user defined&gt;</code></a></h4> -<ul> -<li><code>pre&lt;user-defined&gt;</code></li> -<li><code>&lt;user-defined&gt;</code></li> -<li><code>post&lt;user-defined&gt;</code></li> -</ul> -<h4 id="npm-start"><a href="../commands/npm-start.html"><code>npm start</code></a></h4> -<ul> -<li><code>prestart</code></li> -<li><code>start</code></li> -<li><code>poststart</code></li> -</ul> -<p>If there is a <code>server.js</code> file in the root of your package, then npm -will default the <code>start</code> command to <code>node server.js</code>. <code>prestart</code> and -<code>poststart</code> will still run in this case.</p> -<h4 id="npm-stop"><a href="../commands/npm-stop.html"><code>npm stop</code></a></h4> -<ul> -<li><code>prestop</code></li> -<li><code>stop</code></li> -<li><code>poststop</code></li> -</ul> -<h4 id="npm-test"><a href="../commands/npm-test.html"><code>npm test</code></a></h4> -<ul> -<li><code>pretest</code></li> -<li><code>test</code></li> -<li><code>posttest</code></li> -</ul> -<h4 id="npm-version"><a href="../commands/npm-version.html"><code>npm version</code></a></h4> -<ul> -<li><code>preversion</code></li> -<li><code>version</code></li> -<li><code>postversion</code></li> -</ul> -<h4 id="a-note-on-a-lack-of-npm-uninstall-scripts">A Note on a lack of <a href="../commands/npm-uninstall.html"><code>npm uninstall</code></a> scripts</h4> -<p>While npm v6 had <code>uninstall</code> lifecycle scripts, npm v7 does not. Removal of a package can happen for a wide variety of reasons, and there's no clear way to currently give the script enough context to be useful.</p> -<p>Reasons for a package removal include:</p> -<ul> -<li>a user directly uninstalled this package</li> -<li>a user uninstalled a dependant package and so this dependency is being uninstalled</li> -<li>a user uninstalled a dependant package but another package also depends on this version</li> -<li>this version has been merged as a duplicate with another version</li> -<li>etc.</li> -</ul> -<p>Due to the lack of necessary context, <code>uninstall</code> lifecycle scripts are not implemented and will not function.</p> -<h3 id="user">User</h3> -<p>When npm is run as root, scripts are always run with the effective uid -and gid of the working directory owner.</p> -<h3 id="environment">Environment</h3> -<p>Package scripts run in an environment where many pieces of information -are made available regarding the setup of npm and the current state of -the process.</p> -<h4 id="path">path</h4> -<p>If you depend on modules that define executable scripts, like test -suites, then those executables will be added to the <code>PATH</code> for -executing the scripts. So, if your package.json has this:</p> -<pre><code class="language-json">{ - "name" : "foo", - "dependencies" : { - "bar" : "0.1.x" - }, - "scripts": { - "start" : "bar ./test" - } -} -</code></pre> -<p>then you could run <code>npm start</code> to execute the <code>bar</code> script, which is -exported into the <code>node_modules/.bin</code> directory on <code>npm install</code>.</p> -<h4 id="packagejson-vars">package.json vars</h4> -<p>The package.json fields are tacked onto the <code>npm_package_</code> prefix. So, -for instance, if you had <code>{"name":"foo", "version":"1.2.5"}</code> in your -package.json file, then your package scripts would have the -<code>npm_package_name</code> environment variable set to "foo", and the -<code>npm_package_version</code> set to "1.2.5". You can access these variables -in your code with <code>process.env.npm_package_name</code> and -<code>process.env.npm_package_version</code>, and so on for other fields.</p> -<p>See <a href="../configuring-npm/package-json.html"><code>package.json</code></a> for more on package configs.</p> -<h4 id="current-lifecycle-event">current lifecycle event</h4> -<p>Lastly, the <code>npm_lifecycle_event</code> environment variable is set to -whichever stage of the cycle is being executed. So, you could have a -single script used for different parts of the process which switches -based on what's currently happening.</p> -<p>Objects are flattened following this format, so if you had -<code>{"scripts":{"install":"foo.js"}}</code> in your package.json, then you'd -see this in the script:</p> -<pre><code class="language-bash">process.env.npm_package_scripts_install === "foo.js" -</code></pre> -<h3 id="examples">Examples</h3> -<p>For example, if your package.json contains this:</p> -<pre><code class="language-json">{ - "scripts" : { - "install" : "scripts/install.js", - "postinstall" : "scripts/install.js", - "uninstall" : "scripts/uninstall.js" - } -} -</code></pre> -<p>then <code>scripts/install.js</code> will be called for the install -and post-install stages of the lifecycle, and <code>scripts/uninstall.js</code> -will be called when the package is uninstalled. Since -<code>scripts/install.js</code> is running for two different phases, it would -be wise in this case to look at the <code>npm_lifecycle_event</code> environment -variable.</p> -<p>If you want to run a make command, you can do so. This works just -fine:</p> -<pre><code class="language-json">{ - "scripts" : { - "preinstall" : "./configure", - "install" : "make &amp;&amp; make install", - "test" : "make test" - } -} -</code></pre> -<h3 id="exiting">Exiting</h3> -<p>Scripts are run by passing the line as a script argument to <code>sh</code>.</p> -<p>If the script exits with a code other than 0, then this will abort the -process.</p> -<p>Note that these script files don't have to be Node.js or even -JavaScript programs. They just have to be some kind of executable -file.</p> -<h3 id="best-practices">Best Practices</h3> -<ul> -<li>Don't exit with a non-zero error code unless you <em>really</em> mean it. -Except for uninstall scripts, this will cause the npm action to -fail, and potentially be rolled back. If the failure is minor or -only will prevent some optional features, then it's better to just -print a warning and exit successfully.</li> -<li>Try not to use scripts to do what npm can do for you. Read through -<a href="../configuring-npm/package-json.html"><code>package.json</code></a> to see all the things that you can specify and enable -by simply describing your package appropriately. In general, this -will lead to a more robust and consistent state.</li> -<li>Inspect the env to determine where to put things. For instance, if -the <code>npm_config_binroot</code> environment variable is set to <code>/home/user/bin</code>, then -don't try to install executables into <code>/usr/local/bin</code>. The user -probably set it up that way for a reason.</li> -<li>Don't prefix your script commands with "sudo". If root permissions -are required for some reason, then it'll fail with that error, and -the user will sudo the npm command in question.</li> -<li>Don't use <code>install</code>. Use a <code>.gyp</code> file for compilation, and <code>prepare</code> -for anything else. You should almost never have to explicitly set a -preinstall or install script. If you are doing this, please consider if -there is another option. The only valid use of <code>install</code> or <code>preinstall</code> -scripts is for compilation which must be done on the target architecture.</li> -<li>Scripts are run from the root of the package folder, regardless of what the -current working directory is when <code>npm</code> is invoked. If you want your -script to use different behavior based on what subdirectory you're in, you -can use the <code>INIT_CWD</code> environment variable, which holds the full path you -were in when you ran <code>npm run</code>.</li> -</ul> -<h3 id="see-also">See Also</h3> -<ul> -<li><a href="../commands/npm-run-script.html">npm run-script</a></li> -<li><a href="../configuring-npm/package-json.html">package.json</a></li> -<li><a href="../using-npm/developers.html">npm developers</a></li> -<li><a href="../commands/npm-install.html">npm install</a></li> -</ul></div> - -<footer id="edit"> -<a href="https://github.com/npm/cli/edit/latest/docs/content/using-npm/scripts.md"> -<svg role="img" viewBox="0 0 16 16" width="16" height="16" fill="currentcolor" style="vertical-align: text-bottom; margin-right: 0.3em;"> -<path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path> -</svg> -Edit this page on GitHub -</a> -</footer> -</section> - - - -</body></html> \ No newline at end of file diff --git a/software/flow/node_modules/npm/docs/output/using-npm/workspaces.html b/software/flow/node_modules/npm/docs/output/using-npm/workspaces.html deleted file mode 100644 index 6d6401b..0000000 --- a/software/flow/node_modules/npm/docs/output/using-npm/workspaces.html +++ /dev/null @@ -1,313 +0,0 @@ -<!DOCTYPE html><html><head> -<meta charset="utf-8"> -<title>workspaces</title> -<style> -body { - background-color: #ffffff; - color: #24292e; - - margin: 0; - - line-height: 1.5; - - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; -} -#rainbar { - height: 10px; - background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); -} - -a { - text-decoration: none; - color: #0366d6; -} -a:hover { - text-decoration: underline; -} - -pre { - margin: 1em 0px; - padding: 1em; - border: solid 1px #e1e4e8; - border-radius: 6px; - - display: block; - overflow: auto; - - white-space: pre; - - background-color: #f6f8fa; - color: #393a34; -} -code { - font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; - font-size: 85%; - padding: 0.2em 0.4em; - background-color: #f6f8fa; - color: #393a34; -} -pre > code { - padding: 0; - background-color: inherit; - color: inherit; -} -h1, h2, h3 { - font-weight: 600; -} - -#logobar { - background-color: #333333; - margin: 0 auto; - padding: 1em 4em; -} -#logobar .logo { - float: left; -} -#logobar .title { - font-weight: 600; - color: #dddddd; - float: left; - margin: 5px 0 0 1em; -} -#logobar:after { - content: ""; - display: block; - clear: both; -} - -#content { - margin: 0 auto; - padding: 0 4em; -} - -#table_of_contents > h2 { - font-size: 1.17em; -} -#table_of_contents ul:first-child { - border: solid 1px #e1e4e8; - border-radius: 6px; - padding: 1em; - background-color: #f6f8fa; - color: #393a34; -} -#table_of_contents ul { - list-style-type: none; - padding-left: 1.5em; -} -#table_of_contents li { - font-size: 0.9em; -} -#table_of_contents li a { - color: #000000; -} - -header.title { - border-bottom: solid 1px #e1e4e8; -} -header.title > h1 { - margin-bottom: 0.25em; -} -header.title > .description { - display: block; - margin-bottom: 0.5em; - line-height: 1; -} - -footer#edit { - border-top: solid 1px #e1e4e8; - margin: 3em 0 4em 0; - padding-top: 2em; -} -</style> -</head> -<body> -<div id="banner"> -<div id="rainbar"></div> -<div id="logobar"> -<svg class="logo" role="img" height="32" width="32" viewBox="0 0 700 700"> -<polygon fill="#cb0000" points="0,700 700,700 700,0 0,0"></polygon> -<polygon fill="#ffffff" points="150,550 350,550 350,250 450,250 450,550 550,550 550,150 150,150"></polygon> -</svg> -<div class="title"> -npm command-line interface -</div> -</div> -</div> - -<section id="content"> -<header class="title"> -<h1 id="workspaces">workspaces</h1> -<span class="description">Working with workspaces</span> -</header> - -<section id="table_of_contents"> -<h2 id="table-of-contents">Table of contents</h2> -<div id="_table_of_contents"><ul><li><a href="#description">Description</a></li><li><a href="#defining-workspaces">Defining workspaces</a></li><li><a href="#getting-started-with-workspaces">Getting started with workspaces</a></li><li><a href="#adding-dependencies-to-a-workspace">Adding dependencies to a workspace</a></li><li><a href="#using-workspaces">Using workspaces</a></li><li><a href="#running-commands-in-the-context-of-workspaces">Running commands in the context of workspaces</a></li><li><a href="#ignoring-missing-scripts">Ignoring missing scripts</a></li><li><a href="#see-also">See also</a></li></ul></div> -</section> - -<div id="_content"><h3 id="description">Description</h3> -<p><strong>Workspaces</strong> is a generic term that refers to the set of features in the -npm cli that provides support to managing multiple packages from your local -file system from within a singular top-level, root package.</p> -<p>This set of features makes up for a much more streamlined workflow handling -linked packages from the local file system. Automating the linking process -as part of <code>npm install</code> and avoiding manually having to use <code>npm link</code> in -order to add references to packages that should be symlinked into the current -<code>node_modules</code> folder.</p> -<p>We also refer to these packages being auto-symlinked during <code>npm install</code> as a -single <strong>workspace</strong>, meaning it's a nested package within the current local -file system that is explicitly defined in the <a href="../configuring-npm/package-json#workspaces.html"><code>package.json</code></a> -<code>workspaces</code> configuration.</p> -<h3 id="defining-workspaces">Defining workspaces</h3> -<p>Workspaces are usually defined via the <code>workspaces</code> property of the -<a href="../configuring-npm/package-json#workspaces.html"><code>package.json</code></a> file, e.g:</p> -<pre><code class="language-json">{ - "name": "my-workspaces-powered-project", - "workspaces": [ - "packages/a" - ] -} -</code></pre> -<p>Given the above <code>package.json</code> example living at a current working -directory <code>.</code> that contains a folder named <code>packages/a</code> that itself contains -a <code>package.json</code> inside it, defining a Node.js package, e.g:</p> -<pre><code>. -+-- package.json -`-- packages - +-- a - | `-- package.json -</code></pre> -<p>The expected result once running <code>npm install</code> in this current working -directory <code>.</code> is that the folder <code>packages/a</code> will get symlinked to the -<code>node_modules</code> folder of the current working dir.</p> -<p>Below is a post <code>npm install</code> example, given that same previous example -structure of files and folders:</p> -<pre><code>. -+-- node_modules -| `-- a -&gt; ../packages/a -+-- package-lock.json -+-- package.json -`-- packages - +-- a - | `-- package.json -</code></pre> -<h3 id="getting-started-with-workspaces">Getting started with workspaces</h3> -<p>You may automate the required steps to define a new workspace using -<a href="../commands/npm-init.html">npm init</a>. For example in a project that already has a -<code>package.json</code> defined you can run:</p> -<pre><code>npm init -w ./packages/a -</code></pre> -<p>This command will create the missing folders and a new <code>package.json</code> -file (if needed) while also making sure to properly configure the -<code>"workspaces"</code> property of your root project <code>package.json</code>.</p> -<h3 id="adding-dependencies-to-a-workspace">Adding dependencies to a workspace</h3> -<p>It's possible to directly add/remove/update dependencies of your workspaces -using the <a href="../using-npm/config#workspace.html"><code>workspace</code> config</a>.</p> -<p>For example, assuming the following structure:</p> -<pre><code>. -+-- package.json -`-- packages - +-- a - | `-- package.json - `-- b - `-- package.json -</code></pre> -<p>If you want to add a dependency named <code>abbrev</code> from the registry as a -dependency of your workspace <strong>a</strong>, you may use the workspace config to tell -the npm installer that package should be added as a dependency of the provided -workspace:</p> -<pre><code>npm install abbrev -w a -</code></pre> -<p>Note: other installing commands such as <code>uninstall</code>, <code>ci</code>, etc will also -respect the provided <code>workspace</code> configuration.</p> -<h3 id="using-workspaces">Using workspaces</h3> -<p>Given the <a href="https://nodejs.org/dist/latest-v14.x/docs/api/modules.html#modules_all_together">specifities of how Node.js handles module resolution</a> it's possible to consume any defined workspace -by its declared <code>package.json</code> <code>name</code>. Continuing from the example defined -above, let's also create a Node.js script that will require the workspace <code>a</code> -example module, e.g:</p> -<pre><code>// ./packages/a/index.js -module.exports = 'a' - -// ./lib/index.js -const moduleA = require('a') -console.log(moduleA) // -&gt; a -</code></pre> -<p>When running it with:</p> -<p><code>node lib/index.js</code></p> -<p>This demonstrates how the nature of <code>node_modules</code> resolution allows for -<strong>workspaces</strong> to enable a portable workflow for requiring each <strong>workspace</strong> -in such a way that is also easy to <a href="../commands/npm-publish.html">publish</a> these -nested workspaces to be consumed elsewhere.</p> -<h3 id="running-commands-in-the-context-of-workspaces">Running commands in the context of workspaces</h3> -<p>You can use the <code>workspace</code> configuration option to run commands in the context -of a configured workspace. -Additionally, if your current directory is in a workspace, the <code>workspace</code> -configuration is implicitly set, and <code>prefix</code> is set to the root workspace.</p> -<p>Following is a quick example on how to use the <code>npm run</code> command in the context -of nested workspaces. For a project containing multiple workspaces, e.g:</p> -<pre><code>. -+-- package.json -`-- packages - +-- a - | `-- package.json - `-- b - `-- package.json -</code></pre> -<p>By running a command using the <code>workspace</code> option, it's possible to run the -given command in the context of that specific workspace. e.g:</p> -<pre><code>npm run test --workspace=a -</code></pre> -<p>You could also run the command within the workspace.</p> -<pre><code>cd packages/a &amp;&amp; npm run test -</code></pre> -<p>Either will run the <code>test</code> script defined within the -<code>./packages/a/package.json</code> file.</p> -<p>Please note that you can also specify this argument multiple times in the -command-line in order to target multiple workspaces, e.g:</p> -<pre><code>npm run test --workspace=a --workspace=b -</code></pre> -<p>Or run the command for each workspace within the 'packages' folder:</p> -<pre><code>npm run test --workspace=packages -</code></pre> -<p>It's also possible to use the <code>workspaces</code> (plural) configuration option to -enable the same behavior but running that command in the context of <strong>all</strong> -configured workspaces. e.g:</p> -<pre><code>npm run test --workspaces -</code></pre> -<p>Will run the <code>test</code> script in both <code>./packages/a</code> and <code>./packages/b</code>.</p> -<p>Commands will be run in each workspace in the order they appear in your <code>package.json</code></p> -<pre><code>{ - "workspaces": [ "packages/a", "packages/b" ] -} -</code></pre> -<p>Order of run is different with:</p> -<pre><code>{ - "workspaces": [ "packages/b", "packages/a" ] -} -</code></pre> -<h3 id="ignoring-missing-scripts">Ignoring missing scripts</h3> -<p>It is not required for all of the workspaces to implement scripts run with the <code>npm run</code> command.</p> -<p>By running the command with the <code>--if-present</code> flag, npm will ignore workspaces missing target script.</p> -<pre><code>npm run test --workspaces --if-present -</code></pre> -<h3 id="see-also">See also</h3> -<ul> -<li><a href="../commands/npm-install.html">npm install</a></li> -<li><a href="../commands/npm-publish.html">npm publish</a></li> -<li><a href="../commands/npm-run-script.html">npm run-script</a></li> -<li><a href="../using-npm/config.html">config</a></li> -</ul></div> - -<footer id="edit"> -<a href="https://github.com/npm/cli/edit/latest/docs/content/using-npm/workspaces.md"> -<svg role="img" viewBox="0 0 16 16" width="16" height="16" fill="currentcolor" style="vertical-align: text-bottom; margin-right: 0.3em;"> -<path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path> -</svg> -Edit this page on GitHub -</a> -</footer> -</section> - - - -</body></html> \ No newline at end of file diff --git a/software/flow/node_modules/npm/index.js b/software/flow/node_modules/npm/index.js deleted file mode 100644 index 5447643..0000000 --- a/software/flow/node_modules/npm/index.js +++ /dev/null @@ -1,5 +0,0 @@ -if (require.main === module) { - require('./lib/cli.js')(process) -} else { - throw new Error('The programmatic API was removed in npm v8.0.0') -} diff --git a/software/flow/node_modules/npm/lib/arborist-cmd.js b/software/flow/node_modules/npm/lib/arborist-cmd.js deleted file mode 100644 index 42699ec..0000000 --- a/software/flow/node_modules/npm/lib/arborist-cmd.js +++ /dev/null @@ -1,53 +0,0 @@ -const log = require('./utils/log-shim.js') - -// This is the base for all commands whose execWorkspaces just gets -// a list of workspace names and passes it on to new Arborist() to -// be able to run a filtered Arborist.reify() at some point. - -const BaseCommand = require('./base-command.js') -class ArboristCmd extends BaseCommand { - get isArboristCmd () { - return true - } - - static params = [ - 'workspace', - 'workspaces', - 'include-workspace-root', - 'install-links', - ] - - static workspaces = true - static ignoreImplicitWorkspace = false - - constructor (npm) { - super(npm) - - const { config } = this.npm - - // when location isn't set and global isn't true check for a package.json at - // the localPrefix and set the location to project if found - const locationProject = config.get('location') === 'project' || ( - config.isDefault('location') - // this is different then `npm.global` which falls back to checking - // location which we do not want to use here - && !config.get('global') - && npm.localPackage - ) - - // if audit is not set and we are in global mode and location is not project - // and we assume its not a project related context, then we set audit=false - if (config.isDefault('audit') && (this.npm.global || !locationProject)) { - config.set('audit', false) - } else if (this.npm.global && config.get('audit')) { - log.warn('config', 'includes both --global and --audit, which is currently unsupported.') - } - } - - async execWorkspaces (args) { - await this.setWorkspaces() - return this.exec(args) - } -} - -module.exports = ArboristCmd diff --git a/software/flow/node_modules/npm/lib/base-command.js b/software/flow/node_modules/npm/lib/base-command.js deleted file mode 100644 index 0adff8e..0000000 --- a/software/flow/node_modules/npm/lib/base-command.js +++ /dev/null @@ -1,153 +0,0 @@ -// Base class for npm commands - -const { relative } = require('path') - -const ConfigDefinitions = require('./utils/config/definitions.js') -const getWorkspaces = require('./workspaces/get-workspaces.js') - -const cmdAliases = require('./utils/cmd-list').aliases - -class BaseCommand { - static workspaces = false - static ignoreImplicitWorkspace = true - - constructor (npm) { - this.wrapWidth = 80 - this.npm = npm - - const { config } = this.npm - - if (!this.constructor.skipConfigValidation) { - config.validate() - } - - if (config.get('workspaces') === false && config.get('workspace').length) { - throw new Error('Can not use --no-workspaces and --workspace at the same time') - } - } - - get name () { - return this.constructor.name - } - - get description () { - return this.constructor.description - } - - get params () { - return this.constructor.params - } - - get usage () { - const usage = [ - `${this.description}`, - '', - 'Usage:', - ] - - if (!this.constructor.usage) { - usage.push(`npm ${this.name}`) - } else { - usage.push(...this.constructor.usage.map(u => `npm ${this.name} ${u}`)) - } - - if (this.params) { - usage.push('') - usage.push('Options:') - usage.push(this.wrappedParams) - } - - const aliases = Object.keys(cmdAliases).reduce((p, c) => { - if (cmdAliases[c] === this.name) { - p.push(c) - } - return p - }, []) - - if (aliases.length === 1) { - usage.push('') - usage.push(`alias: ${aliases.join(', ')}`) - } else if (aliases.length > 1) { - usage.push('') - usage.push(`aliases: ${aliases.join(', ')}`) - } - - usage.push('') - usage.push(`Run "npm help ${this.name}" for more info`) - - return usage.join('\n') - } - - get wrappedParams () { - let results = '' - let line = '' - - for (const param of this.params) { - const usage = `[${ConfigDefinitions[param].usage}]` - if (line.length && line.length + usage.length > this.wrapWidth) { - results = [results, line].filter(Boolean).join('\n') - line = '' - } - line = [line, usage].filter(Boolean).join(' ') - } - results = [results, line].filter(Boolean).join('\n') - return results - } - - usageError (prefix = '') { - if (prefix) { - prefix += '\n\n' - } - return Object.assign(new Error(`\n${prefix}${this.usage}`), { - code: 'EUSAGE', - }) - } - - async cmdExec (args) { - const { config } = this.npm - - if (config.get('usage')) { - return this.npm.output(this.usage) - } - - const hasWsConfig = config.get('workspaces') || config.get('workspace').length - // if cwd is a workspace, the default is set to [that workspace] - const implicitWs = config.get('workspace', 'default').length - - // (-ws || -w foo) && (cwd is not a workspace || command is not ignoring implicit workspaces) - if (hasWsConfig && (!implicitWs || !this.constructor.ignoreImplicitWorkspace)) { - if (this.npm.global) { - throw new Error('Workspaces not supported for global packages') - } - if (!this.constructor.workspaces) { - throw Object.assign(new Error('This command does not support workspaces.'), { - code: 'ENOWORKSPACES', - }) - } - return this.execWorkspaces(args) - } - - return this.exec(args) - } - - async setWorkspaces () { - const includeWorkspaceRoot = this.isArboristCmd - ? false - : this.npm.config.get('include-workspace-root') - - const prefixInsideCwd = relative(this.npm.localPrefix, process.cwd()).startsWith('..') - const relativeFrom = prefixInsideCwd ? this.npm.localPrefix : process.cwd() - - const filters = this.npm.config.get('workspace') - const ws = await getWorkspaces(filters, { - path: this.npm.localPrefix, - includeWorkspaceRoot, - relativeFrom, - }) - - this.workspaces = ws - this.workspaceNames = [...ws.keys()] - this.workspacePaths = [...ws.values()] - } -} -module.exports = BaseCommand diff --git a/software/flow/node_modules/npm/lib/cli.js b/software/flow/node_modules/npm/lib/cli.js deleted file mode 100644 index 007778a..0000000 --- a/software/flow/node_modules/npm/lib/cli.js +++ /dev/null @@ -1,147 +0,0 @@ -// This is separate to indicate that it should contain code we expect to work in -// all conceivably runnable versions of node. This is a best effort to catch -// syntax errors to give users a good error message if they are using a node -// version that doesn't allow syntax we are using such as private properties, etc -const createEnginesValidation = () => { - const node = process.version.replace(/-.*$/, '') - const pkg = require('../package.json') - const engines = pkg.engines.node - const npm = `v${pkg.version}` - - const cols = Math.min(Math.max(20, process.stdout.columns) || 80, 80) - const wrap = (lines) => lines - .join(' ') - .split(/[ \n]+/) - .reduce((left, right) => { - const last = left.split('\n').pop() - const join = last.length && last.length + right.length > cols ? '\n' : ' ' - return left + join + right - }) - .trim() - - const unsupportedMessage = wrap([ - `npm ${npm} does not support Node.js ${node}.`, - `You should probably upgrade to a newer version of node as we can't make any`, - `promises that npm will work with this version.`, - `This version of npm supports the following node versions: \`${engines}\`.`, - 'You can find the latest version at https://nodejs.org/.', - ]) - - const brokenMessage = wrap([ - `ERROR: npm ${npm} is known not to run on Node.js ${node}.`, - `You'll need to upgrade to a newer Node.js version in order to use this version of npm.`, - `This version of npm supports the following node versions: \`${engines}\`.`, - 'You can find the latest version at https://nodejs.org/.', - ]) - - // coverage ignored because this is only hit in very unsupported node versions - // and it's a best effort attempt to show something nice in those cases - /* istanbul ignore next */ - const syntaxErrorHandler = (err) => { - if (err instanceof SyntaxError) { - // eslint-disable-next-line no-console - console.error(`${brokenMessage}\n\nERROR:`) - // eslint-disable-next-line no-console - console.error(err) - return process.exit(1) - } - throw err - } - - process.on('uncaughtException', syntaxErrorHandler) - process.on('unhandledRejection', syntaxErrorHandler) - - return { - node, - engines, - unsupportedMessage, - off: () => { - process.off('uncaughtException', syntaxErrorHandler) - process.off('unhandledRejection', syntaxErrorHandler) - }, - } -} - -// Separated out for easier unit testing -module.exports = async process => { - // set it here so that regardless of what happens later, we don't - // leak any private CLI configs to other programs - process.title = 'npm' - - // if npm is called as "npmg" or "npm_g", then run in global mode. - if (process.argv[1][process.argv[1].length - 1] === 'g') { - process.argv.splice(1, 1, 'npm', '-g') - } - - // Nothing should happen before this line if we can't guarantee it will - // not have syntax errors in some version of node - const validateEngines = createEnginesValidation() - - const satisfies = require('semver/functions/satisfies') - const exitHandler = require('./utils/exit-handler.js') - const Npm = require('./npm.js') - const npm = new Npm() - exitHandler.setNpm(npm) - - // only log node and npm paths in argv initially since argv can contain - // sensitive info. a cleaned version will be logged later - const log = require('./utils/log-shim.js') - log.verbose('cli', process.argv.slice(0, 2).join(' ')) - log.info('using', 'npm@%s', npm.version) - log.info('using', 'node@%s', process.version) - - // At this point we've required a few files and can be pretty sure - // we dont contain invalid syntax for this version of node. It's - // possible a lazy require would, but that's unlikely enough that - // it's not worth catching anymore and we attach the more important - // exit handlers. - validateEngines.off() - process.on('uncaughtException', exitHandler) - process.on('unhandledRejection', exitHandler) - - // It is now safe to log a warning if they are using a version of node - // that is not going to fail on syntax errors but is still unsupported - // and untested and might not work reliably. This is safe to use the logger - // now which we want since this will show up in the error log too. - if (!satisfies(validateEngines.node, validateEngines.engines)) { - log.warn('cli', validateEngines.unsupportedMessage) - } - - let cmd - // now actually fire up npm and run the command. - // this is how to use npm programmatically: - try { - await npm.load() - - if (npm.config.get('version', 'cli')) { - npm.output(npm.version) - return exitHandler() - } - - // npm --versions=cli - if (npm.config.get('versions', 'cli')) { - npm.argv = ['version'] - npm.config.set('usage', false, 'cli') - } - - cmd = npm.argv.shift() - if (!cmd) { - npm.output(await npm.usage) - process.exitCode = 1 - return exitHandler() - } - - await npm.exec(cmd) - return exitHandler() - } catch (err) { - if (err.code === 'EUNKNOWNCOMMAND') { - const didYouMean = require('./utils/did-you-mean.js') - const suggestions = await didYouMean(npm, npm.localPrefix, cmd) - npm.output(`Unknown command: "${cmd}"${suggestions}\n`) - npm.output('To see a list of supported npm commands, run:\n npm help') - process.exitCode = 1 - return exitHandler() - } - return exitHandler(err) - } -} diff --git a/software/flow/node_modules/npm/lib/commands/access.js b/software/flow/node_modules/npm/lib/commands/access.js deleted file mode 100644 index 23e51f0..0000000 --- a/software/flow/node_modules/npm/lib/commands/access.js +++ /dev/null @@ -1,222 +0,0 @@ -const path = require('path') - -const libnpmaccess = require('libnpmaccess') -const npa = require('npm-package-arg') -const readPackageJson = require('read-package-json-fast') -const localeCompare = require('@isaacs/string-locale-compare')('en') - -const otplease = require('../utils/otplease.js') -const getIdentity = require('../utils/get-identity.js') -const BaseCommand = require('../base-command.js') - -const commands = [ - 'get', - 'grant', - 'list', - 'revoke', - 'set', -] - -const setCommands = [ - 'status=public', - 'status=private', - 'mfa=none', - 'mfa=publish', - 'mfa=automation', - '2fa=none', - '2fa=publish', - '2fa=automation', -] - -class Access extends BaseCommand { - static description = 'Set access level on published packages' - static name = 'access' - static params = [ - 'json', - 'otp', - 'registry', - ] - - static usage = [ - 'list packages [<user>|<scope>|<scope:team> [<package>]', - 'list collaborators [<package> [<user>]]', - 'get status [<package>]', - 'set status=public|private [<package>]', - 'set mfa=none|publish|automation [<package>]', - 'grant <read-only|read-write> <scope:team> [<package>]', - 'revoke <scope:team> [<package>]', - ] - - async completion (opts) { - const argv = opts.conf.argv.remain - if (argv.length === 2) { - return commands - } - - switch (argv[2]) { - case 'grant': - return ['read-only', 'read-write'] - case 'revoke': - return [] - case 'list': - case 'ls': - return ['packages', 'collaborators'] - case 'get': - return ['status'] - case 'set': - return setCommands - default: - throw new Error(argv[2] + ' not recognized') - } - } - - async exec ([cmd, subcmd, ...args]) { - if (!cmd) { - throw this.usageError() - } - if (!commands.includes(cmd)) { - throw this.usageError(`${cmd} is not a valid access command`) - } - // All commands take at least one more parameter so we can do this check up front - if (!subcmd) { - throw this.usageError() - } - - switch (cmd) { - case 'grant': - if (!['read-only', 'read-write'].includes(subcmd)) { - throw this.usageError('grant must be either `read-only` or `read-write`') - } - if (!args[0]) { - throw this.usageError('`<scope:team>` argument is required') - } - return this.#grant(subcmd, args[0], args[1]) - case 'revoke': - return this.#revoke(subcmd, args[0]) - case 'list': - case 'ls': - if (subcmd === 'packages') { - return this.#listPackages(args[0], args[1]) - } - if (subcmd === 'collaborators') { - return this.#listCollaborators(args[0], args[1]) - } - throw this.usageError(`list ${subcmd} is not a valid access command`) - case 'get': - if (subcmd !== 'status') { - throw this.usageError(`get ${subcmd} is not a valid access command`) - } - return this.#getStatus(args[0]) - case 'set': - if (!setCommands.includes(subcmd)) { - throw this.usageError(`set ${subcmd} is not a valid access command`) - } - return this.#set(subcmd, args[0]) - } - } - - async #grant (permissions, scope, pkg) { - await libnpmaccess.setPermissions(scope, pkg, permissions) - } - - async #revoke (scope, pkg) { - await libnpmaccess.removePermissions(scope, pkg) - } - - async #listPackages (owner, pkg) { - if (!owner) { - owner = await getIdentity(this.npm, this.npm.flatOptions) - } - const pkgs = await libnpmaccess.getPackages(owner, this.npm.flatOptions) - this.#output(pkgs, pkg) - } - - async #listCollaborators (pkg, user) { - const pkgName = await this.#getPackage(pkg, false) - const collabs = await libnpmaccess.getCollaborators(pkgName, this.npm.flatOptions) - this.#output(collabs, user) - } - - async #getStatus (pkg) { - const pkgName = await this.#getPackage(pkg, false) - const visibility = await libnpmaccess.getVisibility(pkgName, this.npm.flatOptions) - this.#output({ [pkgName]: visibility.public ? 'public' : 'private' }) - } - - async #set (subcmd, pkg) { - const [subkey, subval] = subcmd.split('=') - switch (subkey) { - case 'mfa': - case '2fa': - return this.#setMfa(pkg, subval) - case 'status': - return this.#setStatus(pkg, subval) - } - } - - async #setMfa (pkg, level) { - const pkgName = await this.#getPackage(pkg, false) - await otplease(this.npm, this.npm.flatOptions, (opts) => { - return libnpmaccess.setMfa(pkgName, level, opts) - }) - } - - async #setStatus (pkg, status) { - // only scoped packages can have their access changed - const pkgName = await this.#getPackage(pkg, true) - if (status === 'private') { - status = 'restricted' - } - await otplease(this.npm, this.npm.flatOptions, (opts) => { - return libnpmaccess.setAccess(pkgName, status, opts) - }) - return this.#getStatus(pkgName) - } - - async #getPackage (name, requireScope) { - if (!name) { - try { - const pkg = await readPackageJson(path.resolve(this.npm.prefix, 'package.json')) - name = pkg.name - } catch (err) { - if (err.code === 'ENOENT') { - throw Object.assign(new Error('no package name given and no package.json found'), { - code: 'ENOENT', - }) - } else { - throw err - } - } - } - - const spec = npa(name) - if (requireScope && !spec.scope) { - throw this.usageError('This command is only available for scoped packages.') - } - return name - } - - #output (items, limiter) { - const output = {} - const lookup = { - __proto__: null, - read: 'read-only', - write: 'read-write', - } - for (const item in items) { - const val = items[item] - output[item] = lookup[val] || val - } - if (this.npm.config.get('json')) { - this.npm.output(JSON.stringify(output, null, 2)) - } else { - for (const item of Object.keys(output).sort(localeCompare)) { - if (!limiter || limiter === item) { - this.npm.output(`${item}: ${output[item]}`) - } - } - } - } -} - -module.exports = Access diff --git a/software/flow/node_modules/npm/lib/commands/adduser.js b/software/flow/node_modules/npm/lib/commands/adduser.js deleted file mode 100644 index cd4cba6..0000000 --- a/software/flow/node_modules/npm/lib/commands/adduser.js +++ /dev/null @@ -1,51 +0,0 @@ -const log = require('../utils/log-shim.js') -const replaceInfo = require('../utils/replace-info.js') -const auth = require('../utils/auth.js') - -const BaseCommand = require('../base-command.js') - -class AddUser extends BaseCommand { - static description = 'Add a registry user account' - static name = 'adduser' - static params = [ - 'registry', - 'scope', - 'auth-type', - ] - - async exec (args) { - const scope = this.npm.config.get('scope') - let registry = this.npm.config.get('registry') - - if (scope) { - const scopedRegistry = this.npm.config.get(`${scope}:registry`) - const cliRegistry = this.npm.config.get('registry', 'cli') - if (scopedRegistry && !cliRegistry) { - registry = scopedRegistry - } - } - - const creds = this.npm.config.getCredentialsByURI(registry) - - log.disableProgress() - log.notice('', `Log in on ${replaceInfo(registry)}`) - - const { message, newCreds } = await auth.adduser(this.npm, { - ...this.npm.flatOptions, - creds, - registry, - }) - - this.npm.config.delete('_token', 'user') // prevent legacy pollution - this.npm.config.setCredentialsByURI(registry, newCreds) - - if (scope) { - this.npm.config.set(scope + ':registry', registry, 'user') - } - - await this.npm.config.save('user') - - this.npm.output(message) - } -} -module.exports = AddUser diff --git a/software/flow/node_modules/npm/lib/commands/audit.js b/software/flow/node_modules/npm/lib/commands/audit.js deleted file mode 100644 index 05830ff..0000000 --- a/software/flow/node_modules/npm/lib/commands/audit.js +++ /dev/null @@ -1,473 +0,0 @@ -const Arborist = require('@npmcli/arborist') -const auditReport = require('npm-audit-report') -const fetch = require('npm-registry-fetch') -const localeCompare = require('@isaacs/string-locale-compare')('en') -const npa = require('npm-package-arg') -const pacote = require('pacote') -const pMap = require('p-map') - -const ArboristWorkspaceCmd = require('../arborist-cmd.js') -const auditError = require('../utils/audit-error.js') -const log = require('../utils/log-shim.js') -const reifyFinish = require('../utils/reify-finish.js') - -const sortAlphabetically = (a, b) => localeCompare(a.name, b.name) - -class VerifySignatures { - constructor (tree, filterSet, npm, opts) { - this.tree = tree - this.filterSet = filterSet - this.npm = npm - this.opts = opts - this.keys = new Map() - this.invalid = [] - this.missing = [] - this.checkedPackages = new Set() - this.auditedWithKeysCount = 0 - this.verifiedSignatureCount = 0 - this.verifiedAttestationCount = 0 - this.exitCode = 0 - } - - async run () { - const start = process.hrtime.bigint() - - // Find all deps in tree - const { edges, registries } = this.getEdgesOut(this.tree.inventory.values(), this.filterSet) - if (edges.size === 0) { - throw new Error('found no installed dependencies to audit') - } - - await Promise.all([...registries].map(registry => this.setKeys({ registry }))) - - const progress = log.newItem('verifying registry signatures', edges.size) - const mapper = async (edge) => { - progress.completeWork(1) - await this.getVerifiedInfo(edge) - } - await pMap(edges, mapper, { concurrency: 20, stopOnError: true }) - - // Didn't find any dependencies that could be verified, e.g. only local - // deps, missing version, not on a registry etc. - if (!this.auditedWithKeysCount) { - throw new Error('found no dependencies to audit that where installed from ' + - 'a supported registry') - } - - const invalid = this.invalid.sort(sortAlphabetically) - const missing = this.missing.sort(sortAlphabetically) - - const hasNoInvalidOrMissing = invalid.length === 0 && missing.length === 0 - - if (!hasNoInvalidOrMissing) { - process.exitCode = 1 - } - - if (this.npm.config.get('json')) { - this.npm.output(JSON.stringify({ - invalid, - missing, - }, null, 2)) - return - } - const end = process.hrtime.bigint() - const elapsed = end - start - - const auditedPlural = this.auditedWithKeysCount > 1 ? 's' : '' - const timing = `audited ${this.auditedWithKeysCount} package${auditedPlural} in ` + - `${Math.floor(Number(elapsed) / 1e9)}s` - this.npm.output(timing) - this.npm.output('') - - const verifiedBold = this.npm.chalk.bold('verified') - if (this.verifiedSignatureCount) { - if (this.verifiedSignatureCount === 1) { - /* eslint-disable-next-line max-len */ - this.npm.output(`${this.verifiedSignatureCount} package has a ${verifiedBold} registry signature`) - } else { - /* eslint-disable-next-line max-len */ - this.npm.output(`${this.verifiedSignatureCount} packages have ${verifiedBold} registry signatures`) - } - this.npm.output('') - } - - if (this.verifiedAttestationCount) { - if (this.verifiedAttestationCount === 1) { - /* eslint-disable-next-line max-len */ - this.npm.output(`${this.verifiedAttestationCount} package has a ${verifiedBold} attestation`) - } else { - /* eslint-disable-next-line max-len */ - this.npm.output(`${this.verifiedAttestationCount} packages have ${verifiedBold} attestations`) - } - this.npm.output('') - } - - if (missing.length) { - const missingClr = this.npm.chalk.bold(this.npm.chalk.red('missing')) - if (missing.length === 1) { - /* eslint-disable-next-line max-len */ - this.npm.output(`1 package has a ${missingClr} registry signature but the registry is providing signing keys:`) - } else { - /* eslint-disable-next-line max-len */ - this.npm.output(`${missing.length} packages have ${missingClr} registry signatures but the registry is providing signing keys:`) - } - this.npm.output('') - missing.map(m => - this.npm.output(`${this.npm.chalk.red(`${m.name}@${m.version}`)} (${m.registry})`) - ) - } - - if (invalid.length) { - if (missing.length) { - this.npm.output('') - } - const invalidClr = this.npm.chalk.bold(this.npm.chalk.red('invalid')) - // We can have either invalid signatures or invalid provenance - const invalidSignatures = this.invalid.filter(i => i.code === 'EINTEGRITYSIGNATURE') - if (invalidSignatures.length) { - if (invalidSignatures.length === 1) { - this.npm.output(`1 package has an ${invalidClr} registry signature:`) - } else { - /* eslint-disable-next-line max-len */ - this.npm.output(`${invalidSignatures.length} packages have ${invalidClr} registry signatures:`) - } - this.npm.output('') - invalidSignatures.map(i => - this.npm.output(`${this.npm.chalk.red(`${i.name}@${i.version}`)} (${i.registry})`) - ) - this.npm.output('') - } - - const invalidAttestations = this.invalid.filter(i => i.code === 'EATTESTATIONVERIFY') - if (invalidAttestations.length) { - if (invalidAttestations.length === 1) { - this.npm.output(`1 package has an ${invalidClr} attestation:`) - } else { - /* eslint-disable-next-line max-len */ - this.npm.output(`${invalidAttestations.length} packages have ${invalidClr} attestations:`) - } - this.npm.output('') - invalidAttestations.map(i => - this.npm.output(`${this.npm.chalk.red(`${i.name}@${i.version}`)} (${i.registry})`) - ) - this.npm.output('') - } - - if (invalid.length === 1) { - /* eslint-disable-next-line max-len */ - this.npm.output(`Someone might have tampered with this package since it was published on the registry!`) - } else { - /* eslint-disable-next-line max-len */ - this.npm.output(`Someone might have tampered with these packages since they were published on the registry!`) - } - this.npm.output('') - } - } - - getEdgesOut (nodes, filterSet) { - const edges = new Set() - const registries = new Set() - for (const node of nodes) { - for (const edge of node.edgesOut.values()) { - const filteredOut = - edge.from - && filterSet - && filterSet.size > 0 - && !filterSet.has(edge.from.target) - - if (!filteredOut) { - const spec = this.getEdgeSpec(edge) - if (spec) { - // Prefetch and cache public keys from used registries - registries.add(this.getSpecRegistry(spec)) - } - edges.add(edge) - } - } - } - return { edges, registries } - } - - async setKeys ({ registry }) { - const keys = await fetch.json('/-/npm/v1/keys', { - ...this.npm.flatOptions, - registry, - }).then(({ keys: ks }) => ks.map((key) => ({ - ...key, - pemkey: `-----BEGIN PUBLIC KEY-----\n${key.key}\n-----END PUBLIC KEY-----`, - }))).catch(err => { - if (err.code === 'E404' || err.code === 'E400') { - return null - } else { - throw err - } - }) - if (keys) { - this.keys.set(registry, keys) - } - } - - getEdgeType (edge) { - return edge.optional ? 'optionalDependencies' - : edge.peer ? 'peerDependencies' - : edge.dev ? 'devDependencies' - : 'dependencies' - } - - getEdgeSpec (edge) { - let name = edge.name - try { - name = npa(edge.spec).subSpec.name - } catch { - // leave it as edge.name - } - try { - return npa(`${name}@${edge.spec}`) - } catch { - // Skip packages with invalid spec - } - } - - buildRegistryConfig (registry) { - const keys = this.keys.get(registry) || [] - const parsedRegistry = new URL(registry) - const regKey = `//${parsedRegistry.host}${parsedRegistry.pathname}` - return { - [`${regKey}:_keys`]: keys, - } - } - - getSpecRegistry (spec) { - return fetch.pickRegistry(spec, this.npm.flatOptions) - } - - getValidPackageInfo (edge) { - const type = this.getEdgeType(edge) - // Skip potentially optional packages that are not on disk, as these could - // be omitted during install - if (edge.error === 'MISSING' && type !== 'dependencies') { - return - } - - const spec = this.getEdgeSpec(edge) - // Skip invalid version requirements - if (!spec) { - return - } - const node = edge.to || edge - const { version } = node.package || {} - - if (node.isWorkspace || // Skip local workspaces packages - !version || // Skip packages that don't have a installed version, e.g. optonal dependencies - !spec.registry) { // Skip if not from registry, e.g. git package - return - } - - for (const omitType of this.npm.config.get('omit')) { - if (node[omitType]) { - return - } - } - - return { - name: spec.name, - version, - type, - location: node.location, - registry: this.getSpecRegistry(spec), - } - } - - async verifySignatures (name, version, registry) { - const { - _integrity: integrity, - _signatures, - _attestations, - _resolved: resolved, - } = await pacote.manifest(`${name}@${version}`, { - verifySignatures: true, - verifyAttestations: true, - ...this.buildRegistryConfig(registry), - ...this.npm.flatOptions, - }) - const signatures = _signatures || [] - const result = { - integrity, - signatures, - attestations: _attestations, - resolved, - } - return result - } - - async getVerifiedInfo (edge) { - const info = this.getValidPackageInfo(edge) - if (!info) { - return - } - const { name, version, location, registry, type } = info - if (this.checkedPackages.has(location)) { - // we already did or are doing this one - return - } - this.checkedPackages.add(location) - - // We only "audit" or verify the signature, or the presence of it, on - // packages whose registry returns signing keys - const keys = this.keys.get(registry) || [] - if (keys.length) { - this.auditedWithKeysCount += 1 - } - - try { - const { integrity, signatures, attestations, resolved } = await this.verifySignatures( - name, version, registry - ) - - // Currently we only care about missing signatures on registries that provide a public key - // We could make this configurable in the future with a strict/paranoid mode - if (signatures.length) { - this.verifiedSignatureCount += 1 - } else if (keys.length) { - this.missing.push({ - integrity, - location, - name, - registry, - resolved, - version, - }) - } - - // Track verified attestations separately to registry signatures, as all - // packages on registries with signing keys are expected to have registry - // signatures, but not all packages have provenance and publish attestations. - if (attestations) { - this.verifiedAttestationCount += 1 - } - } catch (e) { - if (e.code === 'EINTEGRITYSIGNATURE' || e.code === 'EATTESTATIONVERIFY') { - this.invalid.push({ - code: e.code, - message: e.message, - integrity: e.integrity, - keyid: e.keyid, - location, - name, - registry, - resolved: e.resolved, - signature: e.signature, - predicateType: e.predicateType, - type, - version, - }) - } else { - throw e - } - } - } -} - -class Audit extends ArboristWorkspaceCmd { - static description = 'Run a security audit' - static name = 'audit' - static params = [ - 'audit-level', - 'dry-run', - 'force', - 'json', - 'package-lock-only', - 'omit', - 'foreground-scripts', - 'ignore-scripts', - ...super.params, - ] - - static usage = ['[fix|signatures]'] - - async completion (opts) { - const argv = opts.conf.argv.remain - - if (argv.length === 2) { - return ['fix'] - } - - switch (argv[2]) { - case 'fix': - return [] - default: - throw Object.assign(new Error(argv[2] + ' not recognized'), { - code: 'EUSAGE', - }) - } - } - - async exec (args) { - if (args[0] === 'signatures') { - await this.auditSignatures() - } else { - await this.auditAdvisories(args) - } - } - - async auditAdvisories (args) { - const reporter = this.npm.config.get('json') ? 'json' : 'detail' - const opts = { - ...this.npm.flatOptions, - audit: true, - path: this.npm.prefix, - reporter, - workspaces: this.workspaceNames, - } - - const arb = new Arborist(opts) - const fix = args[0] === 'fix' - await arb.audit({ fix }) - if (fix) { - await reifyFinish(this.npm, arb) - } else { - // will throw if there's an error, because this is an audit command - auditError(this.npm, arb.auditReport) - const result = auditReport(arb.auditReport, opts) - process.exitCode = process.exitCode || result.exitCode - this.npm.output(result.report) - } - } - - async auditSignatures () { - if (this.npm.global) { - throw Object.assign( - new Error('`npm audit signatures` does not support global packages'), { - code: 'EAUDITGLOBAL', - } - ) - } - - log.verbose('loading installed dependencies') - const opts = { - ...this.npm.flatOptions, - path: this.npm.prefix, - workspaces: this.workspaceNames, - } - - const arb = new Arborist(opts) - const tree = await arb.loadActual() - let filterSet = new Set() - if (opts.workspaces && opts.workspaces.length) { - filterSet = - arb.workspaceDependencySet( - tree, - opts.workspaces, - this.npm.flatOptions.includeWorkspaceRoot - ) - } else if (!this.npm.flatOptions.workspacesEnabled) { - filterSet = - arb.excludeWorkspacesDependencySet(tree) - } - - const verify = new VerifySignatures(tree, filterSet, this.npm, { ...opts }) - await verify.run() - } -} - -module.exports = Audit diff --git a/software/flow/node_modules/npm/lib/commands/bugs.js b/software/flow/node_modules/npm/lib/commands/bugs.js deleted file mode 100644 index 17cbd96..0000000 --- a/software/flow/node_modules/npm/lib/commands/bugs.js +++ /dev/null @@ -1,33 +0,0 @@ -const PackageUrlCmd = require('../package-url-cmd.js') - -class Bugs extends PackageUrlCmd { - static description = 'Report bugs for a package in a web browser' - static name = 'bugs' - - getUrl (spec, mani) { - if (mani.bugs) { - if (typeof mani.bugs === 'string') { - return mani.bugs - } - - if (typeof mani.bugs === 'object' && mani.bugs.url) { - return mani.bugs.url - } - - if (typeof mani.bugs === 'object' && mani.bugs.email) { - return `mailto:${mani.bugs.email}` - } - } - - // try to get it from the repo, if possible - const info = this.hostedFromMani(mani) - if (info) { - return info.bugs() - } - - // just send them to the website, hopefully that has some info! - return `https://www.npmjs.com/package/${mani.name}` - } -} - -module.exports = Bugs diff --git a/software/flow/node_modules/npm/lib/commands/cache.js b/software/flow/node_modules/npm/lib/commands/cache.js deleted file mode 100644 index 0ab40b9..0000000 --- a/software/flow/node_modules/npm/lib/commands/cache.js +++ /dev/null @@ -1,215 +0,0 @@ -const cacache = require('cacache') -const Arborist = require('@npmcli/arborist') -const pacote = require('pacote') -const fs = require('fs/promises') -const { join } = require('path') -const semver = require('semver') -const BaseCommand = require('../base-command.js') -const npa = require('npm-package-arg') -const jsonParse = require('json-parse-even-better-errors') -const localeCompare = require('@isaacs/string-locale-compare')('en') -const log = require('../utils/log-shim') - -const searchCachePackage = async (path, parsed, cacheKeys) => { - /* eslint-disable-next-line max-len */ - const searchMFH = new RegExp(`^make-fetch-happen:request-cache:.*(?<!/[@a-zA-Z]+)/${parsed.name}/-/(${parsed.name}[^/]+.tgz)$`) - const searchPack = new RegExp(`^make-fetch-happen:request-cache:.*/${parsed.escapedName}$`) - const results = new Set() - cacheKeys = new Set(cacheKeys) - for (const key of cacheKeys) { - // match on the public key registry url format - if (searchMFH.test(key)) { - // extract the version from the filename - const filename = key.match(searchMFH)[1] - const noExt = filename.slice(0, -4) - const noScope = `${parsed.name.split('/').pop()}-` - const ver = noExt.slice(noScope.length) - if (semver.satisfies(ver, parsed.rawSpec)) { - results.add(key) - } - continue - } - // is this key a packument? - if (!searchPack.test(key)) { - continue - } - - results.add(key) - let packument, details - try { - details = await cacache.get(path, key) - packument = jsonParse(details.data) - } catch (_) { - // if we couldn't parse the packument, abort - continue - } - if (!packument.versions || typeof packument.versions !== 'object') { - continue - } - - // assuming this is a packument - for (const ver of Object.keys(packument.versions)) { - if (semver.satisfies(ver, parsed.rawSpec)) { - if (packument.versions[ver].dist && - typeof packument.versions[ver].dist === 'object' && - packument.versions[ver].dist.tarball !== undefined && - cacheKeys.has(`make-fetch-happen:request-cache:${packument.versions[ver].dist.tarball}`) - ) { - results.add(`make-fetch-happen:request-cache:${packument.versions[ver].dist.tarball}`) - } - } - } - } - return results -} - -class Cache extends BaseCommand { - static description = 'Manipulates packages cache' - static name = 'cache' - static params = ['cache'] - static usage = [ - 'add <package-spec>', - 'clean [<key>]', - 'ls [<name>@<version>]', - 'verify', - ] - - async completion (opts) { - const argv = opts.conf.argv.remain - if (argv.length === 2) { - return ['add', 'clean', 'verify', 'ls', 'delete'] - } - - // TODO - eventually... - switch (argv[2]) { - case 'verify': - case 'clean': - case 'add': - case 'ls': - case 'delete': - return [] - } - } - - async exec (args) { - const cmd = args.shift() - switch (cmd) { - case 'rm': case 'clear': case 'clean': - return await this.clean(args) - case 'add': - return await this.add(args) - case 'verify': case 'check': - return await this.verify() - case 'ls': - return await this.ls(args) - default: - throw this.usageError() - } - } - - // npm cache clean [pkg]* - async clean (args) { - const cachePath = join(this.npm.cache, '_cacache') - if (args.length === 0) { - if (!this.npm.config.get('force')) { - throw new Error(`As of npm@5, the npm cache self-heals from corruption issues - by treating integrity mismatches as cache misses. As a result, - data extracted from the cache is guaranteed to be valid. If you - want to make sure everything is consistent, use \`npm cache verify\` - instead. Deleting the cache can only make npm go slower, and is - not likely to correct any problems you may be encountering! - - On the other hand, if you're debugging an issue with the installer, - or race conditions that depend on the timing of writing to an empty - cache, you can use \`npm install --cache /tmp/empty-cache\` to use a - temporary cache instead of nuking the actual one. - - If you're sure you want to delete the entire cache, rerun this command - with --force.`) - } - return fs.rm(cachePath, { recursive: true, force: true }) - } - for (const key of args) { - let entry - try { - entry = await cacache.get(cachePath, key) - } catch (err) { - log.warn(`Not Found: ${key}`) - break - } - this.npm.output(`Deleted: ${key}`) - await cacache.rm.entry(cachePath, key) - // XXX this could leave other entries without content! - await cacache.rm.content(cachePath, entry.integrity) - } - } - - // npm cache add <tarball-url>... - // npm cache add <pkg> <ver>... - // npm cache add <tarball>... - // npm cache add <folder>... - async add (args) { - log.silly('cache add', 'args', args) - if (args.length === 0) { - throw this.usageError('First argument to `add` is required') - } - - return Promise.all(args.map(spec => { - log.silly('cache add', 'spec', spec) - // we ask pacote for the thing, and then just throw the data - // away so that it tee-pipes it into the cache like it does - // for a normal request. - return pacote.tarball.stream(spec, stream => { - stream.resume() - return stream.promise() - }, { ...this.npm.flatOptions, Arborist }) - })) - } - - async verify () { - const cache = join(this.npm.cache, '_cacache') - const prefix = cache.indexOf(process.env.HOME) === 0 - ? `~${cache.slice(process.env.HOME.length)}` - : cache - const stats = await cacache.verify(cache) - this.npm.output(`Cache verified and compressed (${prefix})`) - this.npm.output(`Content verified: ${stats.verifiedContent} (${stats.keptSize} bytes)`) - if (stats.badContentCount) { - this.npm.output(`Corrupted content removed: ${stats.badContentCount}`) - } - if (stats.reclaimedCount) { - /* eslint-disable-next-line max-len */ - this.npm.output(`Content garbage-collected: ${stats.reclaimedCount} (${stats.reclaimedSize} bytes)`) - } - if (stats.missingContent) { - this.npm.output(`Missing content: ${stats.missingContent}`) - } - this.npm.output(`Index entries: ${stats.totalEntries}`) - this.npm.output(`Finished in ${stats.runTime.total / 1000}s`) - } - - // npm cache ls [--package <spec> ...] - async ls (specs) { - const cachePath = join(this.npm.cache, '_cacache') - const cacheKeys = Object.keys(await cacache.ls(cachePath)) - if (specs.length > 0) { - // get results for each package spec specified - const results = new Set() - for (const spec of specs) { - const parsed = npa(spec) - if (parsed.rawSpec !== '' && parsed.type === 'tag') { - throw this.usageError('Cannot list cache keys for a tagged package.') - } - const keySet = await searchCachePackage(cachePath, parsed, cacheKeys) - for (const key of keySet) { - results.add(key) - } - } - [...results].sort(localeCompare).forEach(key => this.npm.output(key)) - return - } - cacheKeys.sort(localeCompare).forEach(key => this.npm.output(key)) - } -} - -module.exports = Cache diff --git a/software/flow/node_modules/npm/lib/commands/ci.js b/software/flow/node_modules/npm/lib/commands/ci.js deleted file mode 100644 index 4dd7898..0000000 --- a/software/flow/node_modules/npm/lib/commands/ci.js +++ /dev/null @@ -1,103 +0,0 @@ -const Arborist = require('@npmcli/arborist') -const reifyFinish = require('../utils/reify-finish.js') -const runScript = require('@npmcli/run-script') -const fs = require('fs/promises') -const log = require('../utils/log-shim.js') -const validateLockfile = require('../utils/validate-lockfile.js') - -const ArboristWorkspaceCmd = require('../arborist-cmd.js') -const Install = require('./install.js') - -class CI extends ArboristWorkspaceCmd { - static description = 'Clean install a project' - static name = 'ci' - - static params = Install.params - - async exec () { - if (this.npm.global) { - throw Object.assign(new Error('`npm ci` does not work for global packages'), { - code: 'ECIGLOBAL', - }) - } - - const where = this.npm.prefix - const opts = { - ...this.npm.flatOptions, - packageLock: true, // npm ci should never skip lock files - path: where, - save: false, // npm ci should never modify the lockfile or package.json - workspaces: this.workspaceNames, - } - - const arb = new Arborist(opts) - await arb.loadVirtual().catch(er => { - log.verbose('loadVirtual', er.stack) - const msg = - 'The `npm ci` command can only install with an existing package-lock.json or\n' + - 'npm-shrinkwrap.json with lockfileVersion >= 1. Run an install with npm@5 or\n' + - 'later to generate a package-lock.json file, then try again.' - throw this.usageError(msg) - }) - - // retrieves inventory of packages from loaded virtual tree (lock file) - const virtualInventory = new Map(arb.virtualTree.inventory) - - // build ideal tree step needs to come right after retrieving the virtual - // inventory since it's going to erase the previous ref to virtualTree - await arb.buildIdealTree() - - // verifies that the packages from the ideal tree will match - // the same versions that are present in the virtual tree (lock file) - // throws a validation error in case of mismatches - const errors = validateLockfile(virtualInventory, arb.idealTree.inventory) - if (errors.length) { - throw this.usageError( - '`npm ci` can only install packages when your package.json and ' + - 'package-lock.json or npm-shrinkwrap.json are in sync. Please ' + - 'update your lock file with `npm install` ' + - 'before continuing.\n\n' + - errors.join('\n') - ) - } - - // Only remove node_modules after we've successfully loaded the virtual - // tree and validated the lockfile - await this.npm.time('npm-ci:rm', async () => { - const path = `${where}/node_modules` - // get the list of entries so we can skip the glob for performance - const entries = await fs.readdir(path, null).catch(er => []) - return Promise.all(entries.map(f => fs.rm(`${path}/${f}`, { force: true, recursive: true }))) - }) - - await arb.reify(opts) - - const ignoreScripts = this.npm.config.get('ignore-scripts') - // run the same set of scripts that `npm install` runs. - if (!ignoreScripts) { - const scripts = [ - 'preinstall', - 'install', - 'postinstall', - 'prepublish', // XXX should we remove this finally?? - 'preprepare', - 'prepare', - 'postprepare', - ] - const scriptShell = this.npm.config.get('script-shell') || undefined - for (const event of scripts) { - await runScript({ - path: where, - args: [], - scriptShell, - stdio: 'inherit', - banner: !this.npm.silent, - event, - }) - } - } - await reifyFinish(this.npm, arb) - } -} - -module.exports = CI diff --git a/software/flow/node_modules/npm/lib/commands/completion.js b/software/flow/node_modules/npm/lib/commands/completion.js deleted file mode 100644 index f5604e0..0000000 --- a/software/flow/node_modules/npm/lib/commands/completion.js +++ /dev/null @@ -1,280 +0,0 @@ -// Each command has a completion function that takes an options object and a cb -// The callback gets called with an error and an array of possible completions. -// The options object is built up based on the environment variables set by -// zsh or bash when calling a function for completion, based on the cursor -// position and the command line thus far. These are: -// COMP_CWORD: the index of the "word" in the command line being completed -// COMP_LINE: the full command line thusfar as a string -// COMP_POINT: the cursor index at the point of triggering completion -// -// We parse the command line with nopt, like npm does, and then create an -// options object containing: -// words: array of words in the command line -// w: the index of the word being completed (ie, COMP_CWORD) -// word: the word being completed -// line: the COMP_LINE -// lineLength -// point: the COMP_POINT, usually equal to line length, but not always, eg if -// the user has pressed the left-arrow to complete an earlier word -// partialLine: the line up to the point -// partialWord: the word being completed (which might be ''), up to the point -// conf: a nopt parse of the command line -// -// When the implementation completion method returns its list of strings, -// and arrays of strings, we filter that by any that start with the -// partialWord, since only those can possibly be valid matches. -// -// Matches are wrapped with ' to escape them, if necessary, and then printed -// one per line for the shell completion method to consume in IFS=$'\n' mode -// as an array. -// - -const fs = require('fs/promises') -const nopt = require('nopt') -const { resolve } = require('path') - -const { definitions, shorthands } = require('../utils/config/index.js') -const { aliases, commands, plumbing } = require('../utils/cmd-list.js') -const aliasNames = Object.keys(aliases) -const fullList = commands.concat(aliasNames).filter(c => !plumbing.includes(c)) -const configNames = Object.keys(definitions) -const shorthandNames = Object.keys(shorthands) -const allConfs = configNames.concat(shorthandNames) -const { isWindowsShell } = require('../utils/is-windows.js') -const fileExists = (file) => fs.stat(file).then(s => s.isFile()).catch(() => false) - -const BaseCommand = require('../base-command.js') - -class Completion extends BaseCommand { - static description = 'Tab Completion for npm' - static name = 'completion' - - // completion for the completion command - async completion (opts) { - if (opts.w > 2) { - return - } - - const [bashExists, zshExists] = await Promise.all([ - fileExists(resolve(process.env.HOME, '.bashrc')), - fileExists(resolve(process.env.HOME, '.zshrc')), - ]) - const out = [] - if (zshExists) { - out.push(['>>', '~/.zshrc']) - } - - if (bashExists) { - out.push(['>>', '~/.bashrc']) - } - - return out - } - - async exec (args) { - if (isWindowsShell) { - const msg = 'npm completion supported only in MINGW / Git bash on Windows' - throw Object.assign(new Error(msg), { - code: 'ENOTSUP', - }) - } - - const { COMP_CWORD, COMP_LINE, COMP_POINT } = process.env - - // if the COMP_* isn't in the env, then just dump the script. - if (COMP_CWORD === undefined || - COMP_LINE === undefined || - COMP_POINT === undefined) { - return dumpScript(resolve(this.npm.npmRoot, 'lib', 'utils', 'completion.sh')) - } - - // ok we're actually looking at the envs and outputting the suggestions - // get the partial line and partial word, - // if the point isn't at the end. - // ie, tabbing at: npm foo b|ar - const w = +COMP_CWORD - const words = args.map(unescape) - const word = words[w] - const line = COMP_LINE - const point = +COMP_POINT - const partialLine = line.slice(0, point) - const partialWords = words.slice(0, w) - - // figure out where in that last word the point is. - const partialWordRaw = args[w] - let i = partialWordRaw.length - while (partialWordRaw.slice(0, i) !== partialLine.slice(-1 * i) && i > 0) { - i-- - } - - const partialWord = unescape(partialWordRaw.slice(0, i)) - partialWords.push(partialWord) - - const opts = { - words, - w, - word, - line, - lineLength: line.length, - point, - partialLine, - partialWords, - partialWord, - raw: args, - } - - if (partialWords.slice(0, -1).indexOf('--') === -1) { - if (word.charAt(0) === '-') { - return this.wrap(opts, configCompl(opts)) - } - - if (words[w - 1] && - words[w - 1].charAt(0) === '-' && - !isFlag(words[w - 1])) { - // awaiting a value for a non-bool config. - // don't even try to do this for now - return this.wrap(opts, configValueCompl(opts)) - } - } - - // try to find the npm command. - // it's the first thing after all the configs. - // take a little shortcut and use npm's arg parsing logic. - // don't have to worry about the last arg being implicitly - // boolean'ed, since the last block will catch that. - const types = Object.entries(definitions).reduce((acc, [key, def]) => { - acc[key] = def.type - return acc - }, {}) - const parsed = opts.conf = - nopt(types, shorthands, partialWords.slice(0, -1), 0) - // check if there's a command already. - const cmd = parsed.argv.remain[1] - if (!cmd) { - return this.wrap(opts, cmdCompl(opts, this.npm)) - } - - Object.keys(parsed).forEach(k => this.npm.config.set(k, parsed[k])) - - // at this point, if words[1] is some kind of npm command, - // then complete on it. - // otherwise, do nothing - const impl = await this.npm.cmd(cmd) - if (impl.completion) { - const comps = await impl.completion(opts) - return this.wrap(opts, comps) - } - } - - // The command should respond with an array. Loop over that, - // wrapping quotes around any that have spaces, and writing - // them to stdout. - // If any of the items are arrays, then join them with a space. - // Ie, returning ['a', 'b c', ['d', 'e']] would allow it to expand - // to: 'a', 'b c', or 'd' 'e' - wrap (opts, compls) { - // TODO this was dead code, leaving it in case we find some command we - // forgot that requires this. if so *that command should fix its - // completions* - // compls = compls.map(w => !/\s+/.test(w) ? w : '\'' + w + '\'') - - if (opts.partialWord) { - compls = compls.filter(c => c.startsWith(opts.partialWord)) - } - - if (compls.length > 0) { - this.npm.output(compls.join('\n')) - } - } -} - -const dumpScript = async (p) => { - const d = (await fs.readFile(p, 'utf8')).replace(/^#!.*?\n/, '') - await new Promise((res, rej) => { - let done = false - process.stdout.on('error', er => { - if (done) { - return - } - - done = true - - // Darwin is a pain sometimes. - // - // This is necessary because the "source" or "." program in - // bash on OS X closes its file argument before reading - // from it, meaning that you get exactly 1 write, which will - // work most of the time, and will always raise an EPIPE. - // - // Really, one should not be tossing away EPIPE errors, or any - // errors, so casually. But, without this, `. <(npm completion)` - // can never ever work on OS X. - // TODO Ignoring coverage, see 'non EPIPE errors cause failures' test. - /* istanbul ignore next */ - if (er.errno === 'EPIPE') { - res() - } else { - rej(er) - } - }) - - process.stdout.write(d, () => { - if (done) { - return - } - - done = true - res() - }) - }) -} - -const unescape = w => w.charAt(0) === '\'' ? w.replace(/^'|'$/g, '') - : w.replace(/\\ /g, ' ') - -// the current word has a dash. Return the config names, -// with the same number of dashes as the current word has. -const configCompl = opts => { - const word = opts.word - const split = word.match(/^(-+)((?:no-)*)(.*)$/) - const dashes = split[1] - const no = split[2] - const flags = configNames.filter(isFlag) - return allConfs.map(c => dashes + c) - .concat(flags.map(f => dashes + (no || 'no-') + f)) -} - -// expand with the valid values of various config values. -// not yet implemented. -const configValueCompl = opts => [] - -// check if the thing is a flag or not. -const isFlag = word => { - // shorthands never take args. - const split = word.match(/^(-*)((?:no-)+)?(.*)$/) - const no = split[2] - const conf = split[3] - const { type } = definitions[conf] - return no || - type === Boolean || - (Array.isArray(type) && type.includes(Boolean)) || - shorthands[conf] -} - -// complete against the npm commands -// if they all resolve to the same thing, just return the thing it already is -const cmdCompl = (opts, npm) => { - const matches = fullList.filter(c => c.startsWith(opts.partialWord)) - if (!matches.length) { - return matches - } - - const derefs = new Set([...matches.map(c => npm.deref(c))]) - if (derefs.size === 1) { - return [...derefs] - } - - return fullList -} - -module.exports = Completion diff --git a/software/flow/node_modules/npm/lib/commands/config.js b/software/flow/node_modules/npm/lib/commands/config.js deleted file mode 100644 index ac5a74d..0000000 --- a/software/flow/node_modules/npm/lib/commands/config.js +++ /dev/null @@ -1,374 +0,0 @@ -// don't expand so that we only assemble the set of defaults when needed -const configDefs = require('../utils/config/index.js') - -const { mkdir, readFile, writeFile } = require('fs/promises') -const { dirname, resolve } = require('path') -const { spawn } = require('child_process') -const { EOL } = require('os') -const ini = require('ini') -const localeCompare = require('@isaacs/string-locale-compare')('en') -const rpj = require('read-package-json-fast') -const log = require('../utils/log-shim.js') - -// These are the configs that we can nerf-dart. Not all of them currently even -// *have* config definitions so we have to explicitly validate them here -const nerfDarts = [ - '_auth', - '_authToken', - 'username', - '_password', - 'email', - 'certfile', - 'keyfile', -] - -// take an array of `[key, value, k2=v2, k3, v3, ...]` and turn into -// { key: value, k2: v2, k3: v3 } -const keyValues = args => { - const kv = {} - for (let i = 0; i < args.length; i++) { - const arg = args[i].split('=') - const key = arg.shift() - const val = arg.length ? arg.join('=') - : i < args.length - 1 ? args[++i] - : '' - kv[key.trim()] = val.trim() - } - return kv -} - -const publicVar = k => { - // _password - if (k.startsWith('_')) { - return false - } - // //localhost:8080/:_password - if (k.startsWith('//') && k.includes(':_')) { - return false - } - return true -} - -const BaseCommand = require('../base-command.js') -class Config extends BaseCommand { - static description = 'Manage the npm configuration files' - static name = 'config' - static usage = [ - 'set <key>=<value> [<key>=<value> ...]', - 'get [<key> [<key> ...]]', - 'delete <key> [<key> ...]', - 'list [--json]', - 'edit', - 'fix', - ] - - static params = [ - 'json', - 'global', - 'editor', - 'location', - 'long', - ] - - static ignoreImplicitWorkspace = false - - static skipConfigValidation = true - - async completion (opts) { - const argv = opts.conf.argv.remain - if (argv[1] !== 'config') { - argv.unshift('config') - } - - if (argv.length === 2) { - const cmds = ['get', 'set', 'delete', 'ls', 'rm', 'edit', 'fix'] - if (opts.partialWord !== 'l') { - cmds.push('list') - } - - return cmds - } - - const action = argv[2] - switch (action) { - case 'set': - // todo: complete with valid values, if possible. - if (argv.length > 3) { - return [] - } - - // fallthrough - /* eslint no-fallthrough:0 */ - case 'get': - case 'delete': - case 'rm': - return Object.keys(configDefs.definitions) - case 'edit': - case 'list': - case 'ls': - case 'fix': - default: - return [] - } - } - - async exec ([action, ...args]) { - log.disableProgress() - try { - switch (action) { - case 'set': - await this.set(args) - break - case 'get': - await this.get(args) - break - case 'delete': - case 'rm': - case 'del': - await this.del(args) - break - case 'list': - case 'ls': - await (this.npm.flatOptions.json ? this.listJson() : this.list()) - break - case 'edit': - await this.edit() - break - case 'fix': - await this.fix() - break - default: - throw this.usageError() - } - } finally { - log.enableProgress() - } - } - - async set (args) { - if (!args.length) { - throw this.usageError() - } - - const where = this.npm.flatOptions.location - for (const [key, val] of Object.entries(keyValues(args))) { - log.info('config', 'set %j %j', key, val) - const baseKey = key.split(':').pop() - if (!this.npm.config.definitions[baseKey] && !nerfDarts.includes(baseKey)) { - throw new Error(`\`${baseKey}\` is not a valid npm option`) - } - const deprecated = this.npm.config.definitions[baseKey]?.deprecated - if (deprecated) { - throw new Error( - `The \`${baseKey}\` option is deprecated, and can not be set in this way${deprecated}` - ) - } - this.npm.config.set(key, val || '', where) - if (!this.npm.config.validate(where)) { - log.warn('config', 'omitting invalid config values') - } - } - - await this.npm.config.save(where) - } - - async get (keys) { - if (!keys.length) { - return this.list() - } - - const out = [] - for (const key of keys) { - if (!publicVar(key)) { - throw new Error(`The ${key} option is protected, and can not be retrieved in this way`) - } - - const pref = keys.length > 1 ? `${key}=` : '' - out.push(pref + this.npm.config.get(key)) - } - this.npm.output(out.join('\n')) - } - - async del (keys) { - if (!keys.length) { - throw this.usageError() - } - - const where = this.npm.flatOptions.location - for (const key of keys) { - this.npm.config.delete(key, where) - } - await this.npm.config.save(where) - } - - async edit () { - const e = this.npm.flatOptions.editor - const where = this.npm.flatOptions.location - const file = this.npm.config.data.get(where).source - - // save first, just to make sure it's synced up - // this also removes all the comments from the last time we edited it. - await this.npm.config.save(where) - - const data = ( - await readFile(file, 'utf8').catch(() => '') - ).replace(/\r\n/g, '\n') - const entries = Object.entries(configDefs.defaults) - const defData = entries.reduce((str, [key, val]) => { - const obj = { [key]: val } - const i = ini.stringify(obj) - .replace(/\r\n/g, '\n') // normalizes output from ini.stringify - .replace(/\n$/m, '') - .replace(/^/g, '; ') - .replace(/\n/g, '\n; ') - .split('\n') - return str + '\n' + i - }, '') - - const tmpData = `;;;; -; npm ${where}config file: ${file} -; this is a simple ini-formatted file -; lines that start with semi-colons are comments -; run \`npm help 7 config\` for documentation of the various options -; -; Configs like \`@scope:registry\` map a scope to a given registry url. -; -; Configs like \`//<hostname>/:_authToken\` are auth that is restricted -; to the registry host specified. - -${data.split('\n').sort(localeCompare).join('\n').trim()} - -;;;; -; all available options shown below with default values -;;;; - -${defData} -`.split('\n').join(EOL) - await mkdir(dirname(file), { recursive: true }) - await writeFile(file, tmpData, 'utf8') - await new Promise((res, rej) => { - const [bin, ...args] = e.split(/\s+/) - const editor = spawn(bin, [...args, file], { stdio: 'inherit' }) - editor.on('exit', (code) => { - if (code) { - return rej(new Error(`editor process exited with code: ${code}`)) - } - return res() - }) - }) - } - - async fix () { - let problems - - try { - this.npm.config.validate() - return // if validate doesn't throw we have nothing to do - } catch (err) { - // coverage skipped because we don't need to test rethrowing errors - // istanbul ignore next - if (err.code !== 'ERR_INVALID_AUTH') { - throw err - } - - problems = err.problems - } - - if (!this.npm.config.isDefault('location')) { - problems = problems.filter((problem) => { - return problem.where === this.npm.config.get('location') - }) - } - - this.npm.config.repair(problems) - const locations = [] - - this.npm.output('The following configuration problems have been repaired:\n') - const summary = problems.map(({ action, from, to, key, where }) => { - // coverage disabled for else branch because it is intentionally omitted - // istanbul ignore else - if (action === 'rename') { - // we keep track of which configs were modified here so we know what to save later - locations.push(where) - return `~ \`${from}\` renamed to \`${to}\` in ${where} config` - } else if (action === 'delete') { - locations.push(where) - return `- \`${key}\` deleted from ${where} config` - } - }).join('\n') - this.npm.output(summary) - - return await Promise.all(locations.map((location) => this.npm.config.save(location))) - } - - async list () { - const msg = [] - // long does not have a flattener - const long = this.npm.config.get('long') - for (const [where, { data, source }] of this.npm.config.data.entries()) { - if (where === 'default' && !long) { - continue - } - - const keys = Object.keys(data).sort(localeCompare) - if (!keys.length) { - continue - } - - msg.push(`; "${where}" config from ${source}`, '') - for (const k of keys) { - const v = publicVar(k) ? JSON.stringify(data[k]) : '(protected)' - const src = this.npm.config.find(k) - const overridden = src !== where - msg.push((overridden ? '; ' : '') + - `${k} = ${v} ${overridden ? `; overridden by ${src}` : ''}`) - } - msg.push('') - } - - if (!long) { - msg.push( - `; node bin location = ${process.execPath}`, - `; node version = ${process.version}`, - `; npm local prefix = ${this.npm.localPrefix}`, - `; npm version = ${this.npm.version}`, - `; cwd = ${process.cwd()}`, - `; HOME = ${process.env.HOME}`, - '; Run `npm config ls -l` to show all defaults.' - ) - msg.push('') - } - - if (!this.npm.global) { - const pkgPath = resolve(this.npm.prefix, 'package.json') - const pkg = await rpj(pkgPath).catch(() => ({})) - - if (pkg.publishConfig) { - msg.push(`; "publishConfig" from ${pkgPath}`) - msg.push('; This set of config values will be used at publish-time.', '') - const pkgKeys = Object.keys(pkg.publishConfig).sort(localeCompare) - for (const k of pkgKeys) { - const v = publicVar(k) ? JSON.stringify(pkg.publishConfig[k]) : '(protected)' - msg.push(`${k} = ${v}`) - } - msg.push('') - } - } - - this.npm.output(msg.join('\n').trim()) - } - - async listJson () { - const publicConf = {} - for (const key in this.npm.config.list[0]) { - if (!publicVar(key)) { - continue - } - - publicConf[key] = this.npm.config.get(key) - } - this.npm.output(JSON.stringify(publicConf, null, 2)) - } -} - -module.exports = Config diff --git a/software/flow/node_modules/npm/lib/commands/dedupe.js b/software/flow/node_modules/npm/lib/commands/dedupe.js deleted file mode 100644 index 0cc0e80..0000000 --- a/software/flow/node_modules/npm/lib/commands/dedupe.js +++ /dev/null @@ -1,51 +0,0 @@ -// dedupe duplicated packages, or find them in the tree -const Arborist = require('@npmcli/arborist') -const reifyFinish = require('../utils/reify-finish.js') - -const ArboristWorkspaceCmd = require('../arborist-cmd.js') - -class Dedupe extends ArboristWorkspaceCmd { - static description = 'Reduce duplication in the package tree' - static name = 'dedupe' - static params = [ - 'install-strategy', - 'legacy-bundling', - 'global-style', - 'strict-peer-deps', - 'package-lock', - 'omit', - 'ignore-scripts', - 'audit', - 'bin-links', - 'fund', - 'dry-run', - ...super.params, - ] - - async exec (args) { - if (this.npm.global) { - const er = new Error('`npm dedupe` does not work in global mode.') - er.code = 'EDEDUPEGLOBAL' - throw er - } - - const dryRun = this.npm.config.get('dry-run') - const where = this.npm.prefix - const opts = { - ...this.npm.flatOptions, - path: where, - dryRun, - // Saving during dedupe would only update if one of your direct - // dependencies was also duplicated somewhere in your tree. It would be - // confusing if running this were to also update your package.json. In - // order to reduce potential confusion we set this to false. - save: false, - workspaces: this.workspaceNames, - } - const arb = new Arborist(opts) - await arb.dedupe(opts) - await reifyFinish(this.npm, arb) - } -} - -module.exports = Dedupe diff --git a/software/flow/node_modules/npm/lib/commands/deprecate.js b/software/flow/node_modules/npm/lib/commands/deprecate.js deleted file mode 100644 index 844d5f6..0000000 --- a/software/flow/node_modules/npm/lib/commands/deprecate.js +++ /dev/null @@ -1,73 +0,0 @@ -const fetch = require('npm-registry-fetch') -const otplease = require('../utils/otplease.js') -const npa = require('npm-package-arg') -const semver = require('semver') -const getIdentity = require('../utils/get-identity.js') -const libaccess = require('libnpmaccess') -const BaseCommand = require('../base-command.js') - -class Deprecate extends BaseCommand { - static description = 'Deprecate a version of a package' - static name = 'deprecate' - static usage = ['<package-spec> <message>'] - static params = [ - 'registry', - 'otp', - ] - - static ignoreImplicitWorkspace = false - - async completion (opts) { - if (opts.conf.argv.remain.length > 1) { - return [] - } - - const username = await getIdentity(this.npm, this.npm.flatOptions) - const packages = await libaccess.getPackages(username, this.npm.flatOptions) - return Object.keys(packages) - .filter((name) => - packages[name] === 'write' && - (opts.conf.argv.remain.length === 0 || - name.startsWith(opts.conf.argv.remain[0]))) - } - - async exec ([pkg, msg]) { - // msg == null because '' is a valid value, it indicates undeprecate - if (!pkg || msg == null) { - throw this.usageError() - } - - // fetch the data and make sure it exists. - const p = npa(pkg) - const spec = p.rawSpec === '*' ? '*' : p.fetchSpec - - if (semver.validRange(spec, true) === null) { - throw new Error(`invalid version range: ${spec}`) - } - - const uri = '/' + p.escapedName - const packument = await fetch.json(uri, { - ...this.npm.flatOptions, - spec: p, - query: { write: true }, - }) - - const versions = Object.keys(packument.versions) - .filter(v => semver.satisfies(v, spec, { includePrerelease: true })) - - if (versions.length) { - for (const v of versions) { - packument.versions[v].deprecated = msg - } - return otplease(this.npm, this.npm.flatOptions, opts => fetch(uri, { - ...opts, - spec: p, - method: 'PUT', - body: packument, - ignoreBody: true, - })) - } - } -} - -module.exports = Deprecate diff --git a/software/flow/node_modules/npm/lib/commands/diff.js b/software/flow/node_modules/npm/lib/commands/diff.js deleted file mode 100644 index 1f4bfd3..0000000 --- a/software/flow/node_modules/npm/lib/commands/diff.js +++ /dev/null @@ -1,290 +0,0 @@ -const { resolve } = require('path') -const semver = require('semver') -const libnpmdiff = require('libnpmdiff') -const npa = require('npm-package-arg') -const Arborist = require('@npmcli/arborist') -const pacote = require('pacote') -const pickManifest = require('npm-pick-manifest') -const log = require('../utils/log-shim') -const readPackage = require('read-package-json-fast') -const BaseCommand = require('../base-command.js') - -class Diff extends BaseCommand { - static description = 'The registry diff command' - static name = 'diff' - static usage = [ - '[...<paths>]', - ] - - static params = [ - 'diff', - 'diff-name-only', - 'diff-unified', - 'diff-ignore-all-space', - 'diff-no-prefix', - 'diff-src-prefix', - 'diff-dst-prefix', - 'diff-text', - 'global', - 'tag', - 'workspace', - 'workspaces', - 'include-workspace-root', - ] - - static workspaces = true - static ignoreImplicitWorkspace = false - - async exec (args) { - const specs = this.npm.config.get('diff').filter(d => d) - if (specs.length > 2) { - throw this.usageError(`Can't use more than two --diff arguments.`) - } - - // execWorkspaces may have set this already - if (!this.prefix) { - this.prefix = this.npm.prefix - } - - // this is the "top" directory, one up from node_modules - // in global mode we have to walk one up from globalDir because our - // node_modules is sometimes under ./lib, and in global mode we're only ever - // walking through node_modules (because we will have been given a package - // name already) - if (this.npm.global) { - this.top = resolve(this.npm.globalDir, '..') - } else { - this.top = this.prefix - } - - const [a, b] = await this.retrieveSpecs(specs) - log.info('diff', { src: a, dst: b }) - - const res = await libnpmdiff([a, b], { - ...this.npm.flatOptions, - diffFiles: args, - where: this.top, - }) - return this.npm.output(res) - } - - async execWorkspaces (args) { - await this.setWorkspaces() - for (const workspacePath of this.workspacePaths) { - this.top = workspacePath - this.prefix = workspacePath - await this.exec(args) - } - } - - // get the package name from the packument at `path` - // throws if no packument is present OR if it does not have `name` attribute - async packageName (path) { - let name - try { - const pkg = await readPackage(resolve(this.prefix, 'package.json')) - name = pkg.name - } catch (e) { - log.verbose('diff', 'could not read project dir package.json') - } - - if (!name) { - throw this.usageError('Needs multiple arguments to compare or run from a project dir.') - } - - return name - } - - async retrieveSpecs ([a, b]) { - if (a && b) { - const specs = await this.convertVersionsToSpecs([a, b]) - return this.findVersionsByPackageName(specs) - } - - // no arguments, defaults to comparing cwd - // to its latest published registry version - if (!a) { - const pkgName = await this.packageName(this.prefix) - return [ - `${pkgName}@${this.npm.config.get('tag')}`, - `file:${this.prefix.replace(/#/g, '%23')}`, - ] - } - - // single argument, used to compare wanted versions of an - // installed dependency or to compare the cwd to a published version - let noPackageJson - let pkgName - try { - const pkg = await readPackage(resolve(this.prefix, 'package.json')) - pkgName = pkg.name - } catch (e) { - log.verbose('diff', 'could not read project dir package.json') - noPackageJson = true - } - - const missingPackageJson = - this.usageError('Needs multiple arguments to compare or run from a project dir.') - - // using a valid semver range, that means it should just diff - // the cwd against a published version to the registry using the - // same project name and the provided semver range - if (semver.validRange(a)) { - if (!pkgName) { - throw missingPackageJson - } - return [ - `${pkgName}@${a}`, - `file:${this.prefix.replace(/#/g, '%23')}`, - ] - } - - // when using a single package name as arg and it's part of the current - // install tree, then retrieve the current installed version and compare - // it against the same value `npm outdated` would suggest you to update to - const spec = npa(a) - if (spec.registry) { - let actualTree - let node - try { - const opts = { - ...this.npm.flatOptions, - path: this.top, - } - const arb = new Arborist(opts) - actualTree = await arb.loadActual(opts) - node = actualTree && - actualTree.inventory.query('name', spec.name) - .values().next().value - } catch (e) { - log.verbose('diff', 'failed to load actual install tree') - } - - if (!node || !node.name || !node.package || !node.package.version) { - if (noPackageJson) { - throw missingPackageJson - } - return [ - `${spec.name}@${spec.fetchSpec}`, - `file:${this.prefix.replace(/#/g, '%23')}`, - ] - } - - const tryRootNodeSpec = () => - (actualTree && actualTree.edgesOut.get(spec.name) || {}).spec - - const tryAnySpec = () => { - for (const edge of node.edgesIn) { - return edge.spec - } - } - - const aSpec = `file:${node.realpath.replace(/#/g, '%23')}` - - // finds what version of the package to compare against, if a exact - // version or tag was passed than it should use that, otherwise - // work from the top of the arborist tree to find the original semver - // range declared in the package that depends on the package. - let bSpec - if (spec.rawSpec !== '*') { - bSpec = spec.rawSpec - } else { - const bTargetVersion = - tryRootNodeSpec() - || tryAnySpec() - - // figure out what to compare against, - // follows same logic to npm outdated "Wanted" results - const packument = await pacote.packument(spec, { - ...this.npm.flatOptions, - preferOnline: true, - }) - bSpec = pickManifest( - packument, - bTargetVersion, - { ...this.npm.flatOptions } - ).version - } - - return [ - `${spec.name}@${aSpec}`, - `${spec.name}@${bSpec}`, - ] - } else if (spec.type === 'directory') { - return [ - `file:${spec.fetchSpec.replace(/#/g, '%23')}`, - `file:${this.prefix.replace(/#/g, '%23')}`, - ] - } else { - throw this.usageError(`Spec type ${spec.type} not supported.`) - } - } - - async convertVersionsToSpecs ([a, b]) { - const semverA = semver.validRange(a) - const semverB = semver.validRange(b) - - // both specs are semver versions, assume current project dir name - if (semverA && semverB) { - let pkgName - try { - const pkg = await readPackage(resolve(this.prefix, 'package.json')) - pkgName = pkg.name - } catch (e) { - log.verbose('diff', 'could not read project dir package.json') - } - - if (!pkgName) { - throw this.usageError('Needs to be run from a project dir in order to diff two versions.') - } - - return [`${pkgName}@${a}`, `${pkgName}@${b}`] - } - - // otherwise uses the name from the other arg to - // figure out the spec.name of what to compare - if (!semverA && semverB) { - return [a, `${npa(a).name}@${b}`] - } - - if (semverA && !semverB) { - return [`${npa(b).name}@${a}`, b] - } - - // no valid semver ranges used - return [a, b] - } - - async findVersionsByPackageName (specs) { - let actualTree - try { - const opts = { - ...this.npm.flatOptions, - path: this.top, - } - const arb = new Arborist(opts) - actualTree = await arb.loadActual(opts) - } catch (e) { - log.verbose('diff', 'failed to load actual install tree') - } - - return specs.map(i => { - const spec = npa(i) - if (spec.rawSpec !== '*') { - return i - } - - const node = actualTree - && actualTree.inventory.query('name', spec.name) - .values().next().value - - const res = !node || !node.package || !node.package.version - ? spec.fetchSpec - : `file:${node.realpath.replace(/#/g, '%23')}` - - return `${spec.name}@${res}` - }) - } -} - -module.exports = Diff diff --git a/software/flow/node_modules/npm/lib/commands/dist-tag.js b/software/flow/node_modules/npm/lib/commands/dist-tag.js deleted file mode 100644 index bc61a46..0000000 --- a/software/flow/node_modules/npm/lib/commands/dist-tag.js +++ /dev/null @@ -1,206 +0,0 @@ -const npa = require('npm-package-arg') -const path = require('path') -const regFetch = require('npm-registry-fetch') -const semver = require('semver') -const log = require('../utils/log-shim') -const otplease = require('../utils/otplease.js') -const readPackage = require('read-package-json-fast') -const BaseCommand = require('../base-command.js') - -class DistTag extends BaseCommand { - static description = 'Modify package distribution tags' - static params = ['workspace', 'workspaces', 'include-workspace-root'] - static name = 'dist-tag' - static usage = [ - 'add <package-spec (with version)> [<tag>]', - 'rm <package-spec> <tag>', - 'ls [<package-spec>]', - ] - - static workspaces = true - static ignoreImplicitWorkspace = false - - async completion (opts) { - const argv = opts.conf.argv.remain - if (argv.length === 2) { - return ['add', 'rm', 'ls'] - } - - switch (argv[2]) { - default: - return [] - } - } - - async exec ([cmdName, pkg, tag]) { - const opts = { - ...this.npm.flatOptions, - } - - if (['add', 'a', 'set', 's'].includes(cmdName)) { - return this.add(pkg, tag, opts) - } - - if (['rm', 'r', 'del', 'd', 'remove'].includes(cmdName)) { - return this.remove(pkg, tag, opts) - } - - if (['ls', 'l', 'sl', 'list'].includes(cmdName)) { - return this.list(pkg, opts) - } - - if (!pkg) { - // when only using the pkg name the default behavior - // should be listing the existing tags - return this.list(cmdName, opts) - } else { - throw this.usageError() - } - } - - async execWorkspaces ([cmdName, pkg, tag]) { - // cmdName is some form of list - // pkg is one of: - // - unset - // - . - // - .@version - if (['ls', 'l', 'sl', 'list'].includes(cmdName) && (!pkg || pkg === '.' || /^\.@/.test(pkg))) { - return this.listWorkspaces() - } - - // pkg is unset - // cmdName is one of: - // - unset - // - . - // - .@version - if (!pkg && (!cmdName || cmdName === '.' || /^\.@/.test(cmdName))) { - return this.listWorkspaces() - } - - // anything else is just a regular dist-tag command - // so we fallback to the non-workspaces implementation - log.warn('dist-tag', 'Ignoring workspaces for specified package') - return this.exec([cmdName, pkg, tag]) - } - - async add (spec, tag, opts) { - spec = npa(spec || '') - const version = spec.rawSpec - const defaultTag = tag || this.npm.config.get('tag') - - log.verbose('dist-tag add', defaultTag, 'to', spec.name + '@' + version) - - if (!spec.name || !version || !defaultTag) { - throw this.usageError('must provide a spec with a name and version, and a tag to add') - } - - const t = defaultTag.trim() - - if (semver.validRange(t)) { - throw new Error('Tag name must not be a valid SemVer range: ' + t) - } - - const tags = await this.fetchTags(spec, opts) - if (tags[t] === version) { - log.warn('dist-tag add', t, 'is already set to version', version) - return - } - tags[t] = version - const url = - `/-/package/${spec.escapedName}/dist-tags/${encodeURIComponent(t)}` - const reqOpts = { - ...opts, - method: 'PUT', - body: JSON.stringify(version), - headers: { - 'content-type': 'application/json', - }, - spec, - } - await otplease(this.npm, reqOpts, o => regFetch(url, o)) - this.npm.output(`+${t}: ${spec.name}@${version}`) - } - - async remove (spec, tag, opts) { - spec = npa(spec || '') - log.verbose('dist-tag del', tag, 'from', spec.name) - - if (!spec.name) { - throw this.usageError() - } - - const tags = await this.fetchTags(spec, opts) - if (!tags[tag]) { - log.info('dist-tag del', tag, 'is not a dist-tag on', spec.name) - throw new Error(tag + ' is not a dist-tag on ' + spec.name) - } - const version = tags[tag] - delete tags[tag] - const url = - `/-/package/${spec.escapedName}/dist-tags/${encodeURIComponent(tag)}` - const reqOpts = { - ...opts, - method: 'DELETE', - spec, - } - await otplease(this.npm, reqOpts, o => regFetch(url, o)) - this.npm.output(`-${tag}: ${spec.name}@${version}`) - } - - async list (spec, opts) { - if (!spec) { - if (this.npm.global) { - throw this.usageError() - } - const { name } = await readPackage(path.resolve(this.npm.prefix, 'package.json')) - if (!name) { - throw this.usageError() - } - - return this.list(name, opts) - } - spec = npa(spec) - - try { - const tags = await this.fetchTags(spec, opts) - const msg = - Object.keys(tags).map(k => `${k}: ${tags[k]}`).sort().join('\n') - this.npm.output(msg) - return tags - } catch (err) { - log.error('dist-tag ls', "Couldn't get dist-tag data for", spec) - throw err - } - } - - async listWorkspaces () { - await this.setWorkspaces() - - for (const name of this.workspaceNames) { - try { - this.npm.output(`${name}:`) - await this.list(npa(name), this.npm.flatOptions) - } catch (err) { - // set the exitCode directly, but ignore the error - // since it will have already been logged by this.list() - process.exitCode = 1 - } - } - } - - async fetchTags (spec, opts) { - const data = await regFetch.json( - `/-/package/${spec.escapedName}/dist-tags`, - { ...opts, 'prefer-online': true, spec } - ) - if (data && typeof data === 'object') { - delete data._etag - } - if (!data || !Object.keys(data).length) { - throw new Error('No dist-tags found for ' + spec.name) - } - - return data - } -} -module.exports = DistTag diff --git a/software/flow/node_modules/npm/lib/commands/docs.js b/software/flow/node_modules/npm/lib/commands/docs.js deleted file mode 100644 index 5d20215..0000000 --- a/software/flow/node_modules/npm/lib/commands/docs.js +++ /dev/null @@ -1,19 +0,0 @@ -const PackageUrlCmd = require('../package-url-cmd.js') -class Docs extends PackageUrlCmd { - static description = 'Open documentation for a package in a web browser' - static name = 'docs' - - getUrl (spec, mani) { - if (mani.homepage) { - return mani.homepage - } - - const info = this.hostedFromMani(mani) - if (info) { - return info.docs() - } - - return `https://www.npmjs.com/package/${mani.name}` - } -} -module.exports = Docs diff --git a/software/flow/node_modules/npm/lib/commands/doctor.js b/software/flow/node_modules/npm/lib/commands/doctor.js deleted file mode 100644 index 19262e5..0000000 --- a/software/flow/node_modules/npm/lib/commands/doctor.js +++ /dev/null @@ -1,411 +0,0 @@ -const cacache = require('cacache') -const fs = require('fs') -const fetch = require('make-fetch-happen') -const Table = require('cli-table3') -const which = require('which') -const pacote = require('pacote') -const { resolve } = require('path') -const semver = require('semver') -const { promisify } = require('util') -const log = require('../utils/log-shim.js') -const ping = require('../utils/ping.js') -const { - registry: { default: defaultRegistry }, -} = require('../utils/config/definitions.js') -const lstat = promisify(fs.lstat) -const readdir = promisify(fs.readdir) -const access = promisify(fs.access) -const { R_OK, W_OK, X_OK } = fs.constants - -const maskLabel = mask => { - const label = [] - if (mask & R_OK) { - label.push('readable') - } - - if (mask & W_OK) { - label.push('writable') - } - - if (mask & X_OK) { - label.push('executable') - } - - return label.join(', ') -} - -const subcommands = [ - { - groups: ['ping', 'registry'], - title: 'npm ping', - cmd: 'checkPing', - }, { - groups: ['versions'], - title: 'npm -v', - cmd: 'getLatestNpmVersion', - }, { - groups: ['versions'], - title: 'node -v', - cmd: 'getLatestNodejsVersion', - }, { - groups: ['registry'], - title: 'npm config get registry', - cmd: 'checkNpmRegistry', - }, { - groups: ['environment'], - title: 'git executable in PATH', - cmd: 'getGitPath', - }, { - groups: ['environment'], - title: 'global bin folder in PATH', - cmd: 'getBinPath', - }, { - groups: ['permissions', 'cache'], - title: 'Perms check on cached files', - cmd: 'checkCachePermission', - windows: false, - }, { - groups: ['permissions'], - title: 'Perms check on local node_modules', - cmd: 'checkLocalModulesPermission', - windows: false, - }, { - groups: ['permissions'], - title: 'Perms check on global node_modules', - cmd: 'checkGlobalModulesPermission', - windows: false, - }, { - groups: ['permissions'], - title: 'Perms check on local bin folder', - cmd: 'checkLocalBinPermission', - windows: false, - }, { - groups: ['permissions'], - title: 'Perms check on global bin folder', - cmd: 'checkGlobalBinPermission', - windows: false, - }, { - groups: ['cache'], - title: 'Verify cache contents', - cmd: 'verifyCachedFiles', - windows: false, - }, - // TODO: - // group === 'dependencies'? - // - ensure arborist.loadActual() runs without errors and no invalid edges - // - ensure package-lock.json matches loadActual() - // - verify loadActual without hidden lock file matches hidden lockfile - // group === '???' - // - verify all local packages have bins linked - // What is the fix for these? -] -const BaseCommand = require('../base-command.js') -class Doctor extends BaseCommand { - static description = 'Check your npm environment' - static name = 'doctor' - static params = ['registry'] - static ignoreImplicitWorkspace = false - static usage = [`[${subcommands.flatMap(s => s.groups) - .filter((value, index, self) => self.indexOf(value) === index) - .join('] [')}]`] - - static subcommands = subcommands - - // minimum width of check column, enough for the word `Check` - #checkWidth = 5 - - async exec (args) { - log.info('Running checkup') - let allOk = true - - const actions = this.actions(args) - this.#checkWidth = actions.reduce((length, item) => - Math.max(item.title.length, length), this.#checkWidth) - - if (!this.npm.silent) { - this.output(['Check', 'Value', 'Recommendation/Notes'].map(h => this.npm.chalk.underline(h))) - } - // Do the actual work - for (const { title, cmd } of actions) { - const item = [title] - try { - item.push(true, await this[cmd]()) - } catch (err) { - item.push(false, err) - } - if (!item[1]) { - allOk = false - item[0] = this.npm.chalk.red(item[0]) - item[1] = this.npm.chalk.red('not ok') - item[2] = this.npm.chalk.magenta(String(item[2])) - } else { - item[1] = this.npm.chalk.green('ok') - } - if (!this.npm.silent) { - this.output(item) - } - } - - if (!allOk) { - if (this.npm.silent) { - /* eslint-disable-next-line max-len */ - throw new Error('Some problems found. Check logs or disable silent mode for recommendations.') - } else { - throw new Error('Some problems found. See above for recommendations.') - } - } - } - - async checkPing () { - const tracker = log.newItem('checkPing', 1) - tracker.info('checkPing', 'Pinging registry') - try { - await ping({ ...this.npm.flatOptions, retry: false }) - return '' - } catch (er) { - if (/^E\d{3}$/.test(er.code || '')) { - throw er.code.slice(1) + ' ' + er.message - } else { - throw er.message - } - } finally { - tracker.finish() - } - } - - async getLatestNpmVersion () { - const tracker = log.newItem('getLatestNpmVersion', 1) - tracker.info('getLatestNpmVersion', 'Getting npm package information') - try { - const latest = (await pacote.manifest('npm@latest', this.npm.flatOptions)).version - if (semver.gte(this.npm.version, latest)) { - return `current: v${this.npm.version}, latest: v${latest}` - } else { - throw `Use npm v${latest}` - } - } finally { - tracker.finish() - } - } - - async getLatestNodejsVersion () { - // XXX get the latest in the current major as well - const current = process.version - const currentRange = `^${current}` - const url = 'https://nodejs.org/dist/index.json' - const tracker = log.newItem('getLatestNodejsVersion', 1) - tracker.info('getLatestNodejsVersion', 'Getting Node.js release information') - try { - const res = await fetch(url, { method: 'GET', ...this.npm.flatOptions }) - const data = await res.json() - let maxCurrent = '0.0.0' - let maxLTS = '0.0.0' - for (const { lts, version } of data) { - if (lts && semver.gt(version, maxLTS)) { - maxLTS = version - } - - if (semver.satisfies(version, currentRange) && semver.gt(version, maxCurrent)) { - maxCurrent = version - } - } - const recommended = semver.gt(maxCurrent, maxLTS) ? maxCurrent : maxLTS - if (semver.gte(process.version, recommended)) { - return `current: ${current}, recommended: ${recommended}` - } else { - throw `Use node ${recommended} (current: ${current})` - } - } finally { - tracker.finish() - } - } - - async getBinPath (dir) { - const tracker = log.newItem('getBinPath', 1) - tracker.info('getBinPath', 'Finding npm global bin in your PATH') - if (!process.env.PATH.includes(this.npm.globalBin)) { - throw new Error(`Add ${this.npm.globalBin} to your $PATH`) - } - return this.npm.globalBin - } - - async checkCachePermission () { - return this.checkFilesPermission(this.npm.cache, true, R_OK) - } - - async checkLocalModulesPermission () { - return this.checkFilesPermission(this.npm.localDir, true, R_OK | W_OK, true) - } - - async checkGlobalModulesPermission () { - return this.checkFilesPermission(this.npm.globalDir, false, R_OK) - } - - async checkLocalBinPermission () { - return this.checkFilesPermission(this.npm.localBin, false, R_OK | W_OK | X_OK, true) - } - - async checkGlobalBinPermission () { - return this.checkFilesPermission(this.npm.globalBin, false, X_OK) - } - - async checkFilesPermission (root, shouldOwn, mask, missingOk) { - let ok = true - - const tracker = log.newItem(root, 1) - - try { - const uid = process.getuid() - const gid = process.getgid() - const files = new Set([root]) - for (const f of files) { - tracker.silly('checkFilesPermission', f.slice(root.length + 1)) - const st = await lstat(f).catch(er => { - // if it can't be missing, or if it can and the error wasn't that it was missing - if (!missingOk || er.code !== 'ENOENT') { - ok = false - tracker.warn('checkFilesPermission', 'error getting info for ' + f) - } - }) - - tracker.completeWork(1) - - if (!st) { - continue - } - - if (shouldOwn && (uid !== st.uid || gid !== st.gid)) { - tracker.warn('checkFilesPermission', 'should be owner of ' + f) - ok = false - } - - if (!st.isDirectory() && !st.isFile()) { - continue - } - - try { - await access(f, mask) - } catch (er) { - ok = false - const msg = `Missing permissions on ${f} (expect: ${maskLabel(mask)})` - tracker.error('checkFilesPermission', msg) - continue - } - - if (st.isDirectory()) { - const entries = await readdir(f).catch(er => { - ok = false - tracker.warn('checkFilesPermission', 'error reading directory ' + f) - return [] - }) - for (const entry of entries) { - files.add(resolve(f, entry)) - } - } - } - } finally { - tracker.finish() - if (!ok) { - throw ( - `Check the permissions of files in ${root}` + - (shouldOwn ? ' (should be owned by current user)' : '') - ) - } else { - return '' - } - } - } - - async getGitPath () { - const tracker = log.newItem('getGitPath', 1) - tracker.info('getGitPath', 'Finding git in your PATH') - try { - return await which('git').catch(er => { - tracker.warn(er) - throw new Error("Install git and ensure it's in your PATH.") - }) - } finally { - tracker.finish() - } - } - - async verifyCachedFiles () { - const tracker = log.newItem('verifyCachedFiles', 1) - tracker.info('verifyCachedFiles', 'Verifying the npm cache') - try { - const stats = await cacache.verify(this.npm.flatOptions.cache) - const { badContentCount, reclaimedCount, missingContent, reclaimedSize } = stats - if (badContentCount || reclaimedCount || missingContent) { - if (badContentCount) { - tracker.warn('verifyCachedFiles', `Corrupted content removed: ${badContentCount}`) - } - - if (reclaimedCount) { - tracker.warn( - 'verifyCachedFiles', - `Content garbage-collected: ${reclaimedCount} (${reclaimedSize} bytes)` - ) - } - - if (missingContent) { - tracker.warn('verifyCachedFiles', `Missing content: ${missingContent}`) - } - - tracker.warn('verifyCachedFiles', 'Cache issues have been fixed') - } - tracker.info( - 'verifyCachedFiles', - `Verification complete. Stats: ${JSON.stringify(stats, null, 2)}` - ) - return `verified ${stats.verifiedContent} tarballs` - } finally { - tracker.finish() - } - } - - async checkNpmRegistry () { - if (this.npm.flatOptions.registry !== defaultRegistry) { - throw `Try \`npm config set registry=${defaultRegistry}\`` - } else { - return `using default registry (${defaultRegistry})` - } - } - - output (row) { - const t = new Table({ - chars: { top: '', - 'top-mid': '', - 'top-left': '', - 'top-right': '', - bottom: '', - 'bottom-mid': '', - 'bottom-left': '', - 'bottom-right': '', - left: '', - 'left-mid': '', - mid: '', - 'mid-mid': '', - right: '', - 'right-mid': '', - middle: ' ' }, - style: { 'padding-left': 0, 'padding-right': 0 }, - colWidths: [this.#checkWidth, 6], - }) - t.push(row) - this.npm.output(t.toString()) - } - - actions (params) { - return this.constructor.subcommands.filter(subcmd => { - if (process.platform === 'win32' && subcmd.windows === false) { - return false - } - if (params.length) { - return params.some(param => subcmd.groups.includes(param)) - } - return true - }) - } -} - -module.exports = Doctor diff --git a/software/flow/node_modules/npm/lib/commands/edit.js b/software/flow/node_modules/npm/lib/commands/edit.js deleted file mode 100644 index a671a5d..0000000 --- a/software/flow/node_modules/npm/lib/commands/edit.js +++ /dev/null @@ -1,76 +0,0 @@ -// npm edit <pkg> -// open the package folder in the $EDITOR - -const { resolve } = require('path') -const fs = require('graceful-fs') -const cp = require('child_process') -const completion = require('../utils/completion/installed-shallow.js') -const BaseCommand = require('../base-command.js') - -const splitPackageNames = (path) => { - return path.split('/') - // combine scoped parts - .reduce((parts, part) => { - if (parts.length === 0) { - return [part] - } - - const lastPart = parts[parts.length - 1] - // check if previous part is the first part of a scoped package - if (lastPart[0] === '@' && !lastPart.includes('/')) { - parts[parts.length - 1] += '/' + part - } else { - parts.push(part) - } - - return parts - }, []) - .join('/node_modules/') - .replace(/(\/node_modules)+/, '/node_modules') -} - -class Edit extends BaseCommand { - static description = 'Edit an installed package' - static name = 'edit' - static usage = ['<pkg>[/<subpkg>...]'] - static params = ['editor'] - static ignoreImplicitWorkspace = false - - // TODO - /* istanbul ignore next */ - async completion (opts) { - return completion(this.npm, opts) - } - - async exec (args) { - if (args.length !== 1) { - throw this.usageError() - } - - const path = splitPackageNames(args[0]) - const dir = resolve(this.npm.dir, path) - - // graceful-fs does not promisify - await new Promise((res, rej) => { - fs.lstat(dir, (err) => { - if (err) { - return rej(err) - } - const [bin, ...spawnArgs] = this.npm.config.get('editor').split(/\s+/) - const editor = cp.spawn(bin, [...spawnArgs, dir], { stdio: 'inherit' }) - editor.on('exit', async (code) => { - if (code) { - return rej(new Error(`editor process exited with code: ${code}`)) - } - try { - await this.npm.exec('rebuild', [dir]) - } catch (execErr) { - rej(execErr) - } - res() - }) - }) - }) - } -} -module.exports = Edit diff --git a/software/flow/node_modules/npm/lib/commands/exec.js b/software/flow/node_modules/npm/lib/commands/exec.js deleted file mode 100644 index a5235c7..0000000 --- a/software/flow/node_modules/npm/lib/commands/exec.js +++ /dev/null @@ -1,95 +0,0 @@ -const { resolve } = require('path') -const libexec = require('libnpmexec') -const BaseCommand = require('../base-command.js') - -class Exec extends BaseCommand { - static description = 'Run a command from a local or remote npm package' - static params = [ - 'package', - 'call', - 'workspace', - 'workspaces', - 'include-workspace-root', - ] - - static name = 'exec' - static usage = [ - '-- <pkg>[@<version>] [args...]', - '--package=<pkg>[@<version>] -- <cmd> [args...]', - '-c \'<cmd> [args...]\'', - '--package=foo -c \'<cmd> [args...]\'', - ] - - static workspaces = true - static ignoreImplicitWorkspace = false - static isShellout = true - - async exec (args) { - return this.callExec(args) - } - - async execWorkspaces (args) { - await this.setWorkspaces() - - for (const [name, path] of this.workspaces) { - const locationMsg = - `in workspace ${this.npm.chalk.green(name)} at location:\n${this.npm.chalk.dim(path)}` - await this.callExec(args, { locationMsg, runPath: path }) - } - } - - async callExec (args, { locationMsg, runPath } = {}) { - // This is where libnpmexec will look for locally installed packages - const localPrefix = this.npm.localPrefix - - // This is where libnpmexec will actually run the scripts from - if (!runPath) { - runPath = process.cwd() - } - - const call = this.npm.config.get('call') - let globalPath - const { - flatOptions, - localBin, - globalBin, - globalDir, - } = this.npm - const output = this.npm.output.bind(this.npm) - const scriptShell = this.npm.config.get('script-shell') || undefined - const packages = this.npm.config.get('package') - const yes = this.npm.config.get('yes') - // --prefix sets both of these to the same thing, meaning the global prefix - // is invalid (i.e. no lib/node_modules). This is not a trivial thing to - // untangle and fix so we work around it here. - if (this.npm.localPrefix !== this.npm.globalPrefix) { - globalPath = resolve(globalDir, '..') - } - - if (call && args.length) { - throw this.usageError() - } - - return libexec({ - ...flatOptions, - // we explicitly set packageLockOnly to false because if it's true - // when we try to install a missing package, we won't actually install it - packageLockOnly: false, - // copy args so they dont get mutated - args: [...args], - call, - localBin, - locationMsg, - globalBin, - globalPath, - output, - packages, - path: localPrefix, - runPath, - scriptShell, - yes, - }) - } -} - -module.exports = Exec diff --git a/software/flow/node_modules/npm/lib/commands/explain.js b/software/flow/node_modules/npm/lib/commands/explain.js deleted file mode 100644 index a06ad24..0000000 --- a/software/flow/node_modules/npm/lib/commands/explain.js +++ /dev/null @@ -1,128 +0,0 @@ -const { explainNode } = require('../utils/explain-dep.js') -const completion = require('../utils/completion/installed-deep.js') -const Arborist = require('@npmcli/arborist') -const npa = require('npm-package-arg') -const semver = require('semver') -const { relative, resolve } = require('path') -const validName = require('validate-npm-package-name') -const ArboristWorkspaceCmd = require('../arborist-cmd.js') - -class Explain extends ArboristWorkspaceCmd { - static description = 'Explain installed packages' - static name = 'explain' - static usage = ['<package-spec>'] - static params = [ - 'json', - 'workspace', - ] - - static ignoreImplicitWorkspace = false - - // TODO - /* istanbul ignore next */ - async completion (opts) { - return completion(this.npm, opts) - } - - async exec (args) { - if (!args.length) { - throw this.usageError() - } - - const arb = new Arborist({ path: this.npm.prefix, ...this.npm.flatOptions }) - const tree = await arb.loadActual() - - if (this.npm.flatOptions.workspacesEnabled - && this.workspaceNames - && this.workspaceNames.length - ) { - this.filterSet = arb.workspaceDependencySet(tree, this.workspaceNames) - } else if (!this.npm.flatOptions.workspacesEnabled) { - this.filterSet = - arb.excludeWorkspacesDependencySet(tree) - } - - const nodes = new Set() - for (const arg of args) { - for (const node of this.getNodes(tree, arg)) { - const filteredOut = this.filterSet - && this.filterSet.size > 0 - && !this.filterSet.has(node) - if (!filteredOut) { - nodes.add(node) - } - } - } - if (nodes.size === 0) { - throw new Error(`No dependencies found matching ${args.join(', ')}`) - } - - const expls = [] - for (const node of nodes) { - const { extraneous, dev, optional, devOptional, peer, inBundle, overridden } = node - const expl = node.explain() - if (extraneous) { - expl.extraneous = true - } else { - expl.dev = dev - expl.optional = optional - expl.devOptional = devOptional - expl.peer = peer - expl.bundled = inBundle - expl.overridden = overridden - } - expls.push(expl) - } - - if (this.npm.flatOptions.json) { - this.npm.output(JSON.stringify(expls, null, 2)) - } else { - this.npm.output(expls.map(expl => { - return explainNode(expl, Infinity, this.npm.color) - }).join('\n\n')) - } - } - - getNodes (tree, arg) { - // if it's just a name, return packages by that name - const { validForOldPackages: valid } = validName(arg) - if (valid) { - return tree.inventory.query('packageName', arg) - } - - // if it's a location, get that node - const maybeLoc = arg.replace(/\\/g, '/').replace(/\/+$/, '') - const nodeByLoc = tree.inventory.get(maybeLoc) - if (nodeByLoc) { - return [nodeByLoc] - } - - // maybe a path to a node_modules folder - const maybePath = relative(this.npm.prefix, resolve(maybeLoc)) - .replace(/\\/g, '/').replace(/\/+$/, '') - const nodeByPath = tree.inventory.get(maybePath) - if (nodeByPath) { - return [nodeByPath] - } - - // otherwise, try to select all matching nodes - try { - return this.getNodesByVersion(tree, arg) - } catch (er) { - return [] - } - } - - getNodesByVersion (tree, arg) { - const spec = npa(arg, this.npm.prefix) - if (spec.type !== 'version' && spec.type !== 'range') { - return [] - } - - return tree.inventory.filter(node => { - return node.package.name === spec.name && - semver.satisfies(node.package.version, spec.rawSpec) - }) - } -} -module.exports = Explain diff --git a/software/flow/node_modules/npm/lib/commands/explore.js b/software/flow/node_modules/npm/lib/commands/explore.js deleted file mode 100644 index 0d915cb..0000000 --- a/software/flow/node_modules/npm/lib/commands/explore.js +++ /dev/null @@ -1,79 +0,0 @@ -// npm explore <pkg>[@<version>] -// open a subshell to the package folder. - -const rpj = require('read-package-json-fast') -const runScript = require('@npmcli/run-script') -const { join, resolve, relative } = require('path') -const log = require('../utils/log-shim.js') -const completion = require('../utils/completion/installed-shallow.js') -const BaseCommand = require('../base-command.js') - -class Explore extends BaseCommand { - static description = 'Browse an installed package' - static name = 'explore' - static usage = ['<pkg> [ -- <command>]'] - static params = ['shell'] - static ignoreImplicitWorkspace = false - - // TODO - /* istanbul ignore next */ - async completion (opts) { - return completion(this.npm, opts) - } - - async exec (args) { - if (args.length < 1 || !args[0]) { - throw this.usageError() - } - - const pkgname = args.shift() - - // detect and prevent any .. shenanigans - const path = join(this.npm.dir, join('/', pkgname)) - if (relative(path, this.npm.dir) === '') { - throw this.usageError() - } - - // run as if running a script named '_explore', which we set to either - // the set of arguments, or the shell config, and let @npmcli/run-script - // handle all the escaping and PATH setup stuff. - - const pkg = await rpj(resolve(path, 'package.json')).catch(er => { - log.error('explore', `It doesn't look like ${pkgname} is installed.`) - throw er - }) - - const { shell } = this.npm.flatOptions - pkg.scripts = { - ...(pkg.scripts || {}), - _explore: args.join(' ').trim() || shell, - } - - if (!args.length) { - this.npm.output(`\nExploring ${path}\nType 'exit' or ^D when finished\n`) - } - log.disableProgress() - try { - return await runScript({ - ...this.npm.flatOptions, - pkg, - banner: false, - path, - event: '_explore', - stdio: 'inherit', - }).catch(er => { - process.exitCode = typeof er.code === 'number' && er.code !== 0 ? er.code - : 1 - // if it's not an exit error, or non-interactive, throw it - const isProcExit = er.message === 'command failed' && - (typeof er.code === 'number' || /^SIG/.test(er.signal || '')) - if (args.length || !isProcExit) { - throw er - } - }) - } finally { - log.enableProgress() - } - } -} -module.exports = Explore diff --git a/software/flow/node_modules/npm/lib/commands/find-dupes.js b/software/flow/node_modules/npm/lib/commands/find-dupes.js deleted file mode 100644 index b1a3120..0000000 --- a/software/flow/node_modules/npm/lib/commands/find-dupes.js +++ /dev/null @@ -1,26 +0,0 @@ -// dedupe duplicated packages, or find them in the tree -const ArboristWorkspaceCmd = require('../arborist-cmd.js') - -class FindDupes extends ArboristWorkspaceCmd { - static description = 'Find duplication in the package tree' - static name = 'find-dupes' - static params = [ - 'install-strategy', - 'legacy-bundling', - 'global-style', - 'strict-peer-deps', - 'package-lock', - 'omit', - 'ignore-scripts', - 'audit', - 'bin-links', - 'fund', - ...super.params, - ] - - async exec (args) { - this.npm.config.set('dry-run', true) - return this.npm.exec('dedupe', []) - } -} -module.exports = FindDupes diff --git a/software/flow/node_modules/npm/lib/commands/fund.js b/software/flow/node_modules/npm/lib/commands/fund.js deleted file mode 100644 index 1276253..0000000 --- a/software/flow/node_modules/npm/lib/commands/fund.js +++ /dev/null @@ -1,226 +0,0 @@ -const archy = require('archy') -const Arborist = require('@npmcli/arborist') -const chalk = require('chalk') -const pacote = require('pacote') -const semver = require('semver') -const npa = require('npm-package-arg') -const { depth } = require('treeverse') -const { readTree: getFundingInfo, normalizeFunding, isValidFunding } = require('libnpmfund') - -const completion = require('../utils/completion/installed-deep.js') -const openUrl = require('../utils/open-url.js') -const ArboristWorkspaceCmd = require('../arborist-cmd.js') - -const getPrintableName = ({ name, version }) => { - const printableVersion = version ? `@${version}` : '' - return `${name}${printableVersion}` -} - -const errCode = (msg, code) => Object.assign(new Error(msg), { code }) - -class Fund extends ArboristWorkspaceCmd { - static description = 'Retrieve funding information' - static name = 'fund' - static params = ['json', 'browser', 'unicode', 'workspace', 'which'] - static usage = ['[<package-spec>]'] - - // XXX: maybe worth making this generic for all commands? - usageMessage (paramsObj = {}) { - let msg = `\`npm ${this.constructor.name}` - const params = Object.entries(paramsObj) - if (params.length) { - msg += ` ${this.constructor.usage}` - } - for (const [key, value] of params) { - msg += ` --${key}=${value}` - } - return `${msg}\`` - } - - // TODO - /* istanbul ignore next */ - async completion (opts) { - return completion(this.npm, opts) - } - - async exec (args) { - const spec = args[0] - - let fundingSourceNumber = this.npm.config.get('which') - if (fundingSourceNumber != null) { - fundingSourceNumber = parseInt(fundingSourceNumber, 10) - if (isNaN(fundingSourceNumber) || fundingSourceNumber < 1) { - throw errCode( - `${this.usageMessage({ which: 'fundingSourceNumber' })} must be given a positive integer`, - 'EFUNDNUMBER' - ) - } - } - - if (this.npm.global) { - throw errCode( - `${this.usageMessage()} does not support global packages`, - 'EFUNDGLOBAL' - ) - } - - const where = this.npm.prefix - const arb = new Arborist({ ...this.npm.flatOptions, path: where }) - const tree = await arb.loadActual() - - if (spec) { - await this.openFundingUrl({ - path: where, - tree, - spec, - fundingSourceNumber, - }) - return - } - - // TODO: add !workspacesEnabled option handling to libnpmfund - const fundingInfo = getFundingInfo(tree, { - ...this.flatOptions, - workspaces: this.workspaceNames, - }) - - if (this.npm.config.get('json')) { - this.npm.output(this.printJSON(fundingInfo)) - } else { - this.npm.output(this.printHuman(fundingInfo)) - } - } - - printJSON (fundingInfo) { - return JSON.stringify(fundingInfo, null, 2) - } - - printHuman (fundingInfo) { - const color = this.npm.color - const unicode = this.npm.config.get('unicode') - const seenUrls = new Map() - - const tree = obj => archy(obj, '', { unicode }) - - const result = depth({ - tree: fundingInfo, - - // composes human readable package name - // and creates a new archy item for readable output - visit: ({ name, version, funding }) => { - const [fundingSource] = [].concat(normalizeFunding(funding)).filter(isValidFunding) - const { url } = fundingSource || {} - const pkgRef = getPrintableName({ name, version }) - let item = { - label: pkgRef, - } - - if (url) { - item.label = tree({ - label: color ? chalk.bgBlack.white(url) : url, - nodes: [pkgRef], - }).trim() - - // stacks all packages together under the same item - if (seenUrls.has(url)) { - item = seenUrls.get(url) - item.label += `, ${pkgRef}` - return null - } else { - seenUrls.set(url, item) - } - } - - return item - }, - - // puts child nodes back into returned archy - // output while also filtering out missing items - leave: (item, children) => { - if (item) { - item.nodes = children.filter(Boolean) - } - - return item - }, - - // turns tree-like object return by libnpmfund - // into children to be properly read by treeverse - getChildren: node => - Object.keys(node.dependencies || {}).map(key => ({ - name: key, - ...node.dependencies[key], - })), - }) - - const res = tree(result) - return color ? chalk.reset(res) : res - } - - async openFundingUrl ({ path, tree, spec, fundingSourceNumber }) { - const arg = npa(spec, path) - - const retrievePackageMetadata = () => { - if (arg.type === 'directory') { - if (tree.path === arg.fetchSpec) { - // matches cwd, e.g: npm fund . - return tree.package - } else { - // matches any file path within current arborist inventory - for (const item of tree.inventory.values()) { - if (item.path === arg.fetchSpec) { - return item.package - } - } - } - } else { - // tries to retrieve a package from arborist inventory - // by matching resulted package name from the provided spec - const [item] = [...tree.inventory.query('name', arg.name)] - .filter(i => semver.valid(i.package.version)) - .sort((a, b) => semver.rcompare(a.package.version, b.package.version)) - - if (item) { - return item.package - } - } - } - - const { funding } = - retrievePackageMetadata() || - (await pacote.manifest(arg, this.npm.flatOptions).catch(() => ({}))) - - const validSources = [].concat(normalizeFunding(funding)).filter(isValidFunding) - - if (!validSources.length) { - throw errCode(`No valid funding method available for: ${spec}`, 'ENOFUND') - } - - const fundSource = fundingSourceNumber - ? validSources[fundingSourceNumber - 1] - : validSources.length === 1 ? validSources[0] - : null - - if (fundSource) { - return openUrl(this.npm, ...this.urlMessage(fundSource)) - } - - const ambiguousUrlMsg = [ - ...validSources.map((s, i) => `${i + 1}: ${this.urlMessage(s).reverse().join(': ')}`), - `Run ${this.usageMessage({ which: '1' })}` + - ', for example, to open the first funding URL listed in that package', - ] - if (fundingSourceNumber) { - ambiguousUrlMsg.unshift(`--which=${fundingSourceNumber} is not a valid index`) - } - this.npm.output(ambiguousUrlMsg.join('\n')) - } - - urlMessage (source) { - const { type, url } = source - const typePrefix = type ? `${type} funding` : 'Funding' - const message = `${typePrefix} available at the following URL` - return [url, message] - } -} -module.exports = Fund diff --git a/software/flow/node_modules/npm/lib/commands/get.js b/software/flow/node_modules/npm/lib/commands/get.js deleted file mode 100644 index 5e92e85..0000000 --- a/software/flow/node_modules/npm/lib/commands/get.js +++ /dev/null @@ -1,20 +0,0 @@ -const BaseCommand = require('../base-command.js') - -class Get extends BaseCommand { - static description = 'Get a value from the npm configuration' - static name = 'get' - static usage = ['[<key> ...] (See `npm config`)'] - static ignoreImplicitWorkspace = false - - // TODO - /* istanbul ignore next */ - async completion (opts) { - const config = await this.npm.cmd('config') - return config.completion(opts) - } - - async exec (args) { - return this.npm.exec('config', ['get'].concat(args)) - } -} -module.exports = Get diff --git a/software/flow/node_modules/npm/lib/commands/help-search.js b/software/flow/node_modules/npm/lib/commands/help-search.js deleted file mode 100644 index afb82bf..0000000 --- a/software/flow/node_modules/npm/lib/commands/help-search.js +++ /dev/null @@ -1,199 +0,0 @@ -const fs = require('fs') -const path = require('path') -const chalk = require('chalk') -const { promisify } = require('util') -const glob = promisify(require('glob')) -const readFile = promisify(fs.readFile) -const BaseCommand = require('../base-command.js') - -const globify = pattern => pattern.split('\\').join('/') - -class HelpSearch extends BaseCommand { - static description = 'Search npm help documentation' - static name = 'help-search' - static usage = ['<text>'] - static params = ['long'] - - async exec (args) { - if (!args.length) { - throw this.usageError() - } - - const docPath = path.resolve(this.npm.npmRoot, 'docs/content') - const files = await glob(`${globify(docPath)}/*/*.md`) - const data = await this.readFiles(files) - const results = await this.searchFiles(args, data, files) - const formatted = this.formatResults(args, results) - if (!formatted.trim()) { - this.npm.output(`No matches in help for: ${args.join(' ')}\n`) - } else { - this.npm.output(formatted) - } - } - - async readFiles (files) { - const res = {} - await Promise.all(files.map(async file => { - res[file] = (await readFile(file, 'utf8')) - .replace(/^---\n(.*\n)*?---\n/, '').trim() - })) - return res - } - - async searchFiles (args, data, files) { - const results = [] - for (const [file, content] of Object.entries(data)) { - const lowerCase = content.toLowerCase() - // skip if no matches at all - if (!args.some(a => lowerCase.includes(a.toLowerCase()))) { - continue - } - - const lines = content.split(/\n+/) - - // if a line has a search term, then skip it and the next line. - // if the next line has a search term, then skip all 3 - // otherwise, set the line to null. then remove the nulls. - for (let i = 0; i < lines.length; i++) { - const line = lines[i] - const nextLine = lines[i + 1] - let match = false - if (nextLine) { - match = args.some(a => - nextLine.toLowerCase().includes(a.toLowerCase())) - if (match) { - // skip over the next line, and the line after it. - i += 2 - continue - } - } - - match = args.some(a => line.toLowerCase().includes(a.toLowerCase())) - - if (match) { - // skip over the next line - i++ - continue - } - - lines[i] = null - } - - // now squish any string of nulls into a single null - const pruned = lines.reduce((l, r) => { - if (!(r === null && l[l.length - 1] === null)) { - l.push(r) - } - - return l - }, []) - - if (pruned[pruned.length - 1] === null) { - pruned.pop() - } - - if (pruned[0] === null) { - pruned.shift() - } - - // now count how many args were found - const found = {} - let totalHits = 0 - for (const line of pruned) { - for (const arg of args) { - const hit = (line || '').toLowerCase() - .split(arg.toLowerCase()).length - 1 - - if (hit > 0) { - found[arg] = (found[arg] || 0) + hit - totalHits += hit - } - } - } - - const cmd = 'npm help ' + - path.basename(file, '.md').replace(/^npm-/, '') - results.push({ - file, - cmd, - lines: pruned, - found: Object.keys(found), - hits: found, - totalHits, - }) - } - - // sort results by number of results found, then by number of hits - // then by number of matching lines - - // coverage is ignored here because the contents of results are - // nondeterministic due to either glob or readFiles or Object.entries - return results.sort(/* istanbul ignore next */ (a, b) => - a.found.length > b.found.length ? -1 - : a.found.length < b.found.length ? 1 - : a.totalHits > b.totalHits ? -1 - : a.totalHits < b.totalHits ? 1 - : a.lines.length > b.lines.length ? -1 - : a.lines.length < b.lines.length ? 1 - : 0).slice(0, 10) - } - - formatResults (args, results) { - const cols = Math.min(process.stdout.columns || Infinity, 80) + 1 - - const output = results.map(res => { - const out = [res.cmd] - const r = Object.keys(res.hits) - .map(k => `${k}:${res.hits[k]}`) - .sort((a, b) => a > b ? 1 : -1) - .join(' ') - - out.push(' '.repeat((Math.max(1, cols - out.join(' ').length - r.length - 1)))) - out.push(r) - - if (!this.npm.config.get('long')) { - return out.join('') - } - - out.unshift('\n\n') - out.push('\n') - out.push('-'.repeat(cols - 1) + '\n') - res.lines.forEach((line, i) => { - if (line === null || i > 3) { - return - } - - if (!this.npm.color) { - out.push(line + '\n') - return - } - const hilitLine = [] - for (const arg of args) { - const finder = line.toLowerCase().split(arg.toLowerCase()) - let p = 0 - for (const f of finder) { - hilitLine.push(line.slice(p, p + f.length)) - const word = line.slice(p + f.length, p + f.length + arg.length) - const hilit = chalk.bgBlack.red(word) - hilitLine.push(hilit) - p += f.length + arg.length - } - } - out.push(hilitLine.join('') + '\n') - }) - - return out.join('') - }).join('\n') - - const finalOut = results.length && !this.npm.config.get('long') - ? 'Top hits for ' + (args.map(JSON.stringify).join(' ')) + '\n' + - '—'.repeat(cols - 1) + '\n' + - output + '\n' + - '—'.repeat(cols - 1) + '\n' + - '(run with -l or --long to see more context)' - : output - - return finalOut.trim() - } -} -module.exports = HelpSearch diff --git a/software/flow/node_modules/npm/lib/commands/help.js b/software/flow/node_modules/npm/lib/commands/help.js deleted file mode 100644 index 28f18e7..0000000 --- a/software/flow/node_modules/npm/lib/commands/help.js +++ /dev/null @@ -1,131 +0,0 @@ -const spawn = require('@npmcli/promise-spawn') -const path = require('path') -const openUrl = require('../utils/open-url.js') -const { promisify } = require('util') -const glob = promisify(require('glob')) -const localeCompare = require('@isaacs/string-locale-compare')('en') - -const globify = pattern => pattern.split('\\').join('/') -const BaseCommand = require('../base-command.js') - -// Strips out the number from foo.7 or foo.7. or foo.7.tgz -// We don't currently compress our man pages but if we ever did this would -// seamlessly continue supporting it -const manNumberRegex = /\.(\d+)(\.[^/\\]*)?$/ -// Searches for the "npm-" prefix in page names, to prefer those. -const manNpmPrefixRegex = /\/npm-/ -// hardcoded names for mansections -// XXX: these are used in the docs workspace and should be exported -// from npm so section names can changed more easily -const manSectionNames = { - 1: 'commands', - 5: 'configuring-npm', - 7: 'using-npm', -} - -class Help extends BaseCommand { - static description = 'Get help on npm' - static name = 'help' - static usage = ['<term> [<terms..>]'] - static params = ['viewer'] - - async completion (opts) { - if (opts.conf.argv.remain.length > 2) { - return [] - } - const g = path.resolve(this.npm.npmRoot, 'man/man[0-9]/*.[0-9]') - const files = await glob(globify(g)) - - return Object.keys(files.reduce(function (acc, file) { - file = path.basename(file).replace(/\.[0-9]+$/, '') - file = file.replace(/^npm-/, '') - acc[file] = true - return acc - }, { help: true })) - } - - async exec (args) { - // By default we search all of our man subdirectories, but if the user has - // asked for a specific one we limit the search to just there - const manSearch = /^\d+$/.test(args[0]) ? `man${args.shift()}` : 'man*' - - if (!args.length) { - return this.npm.output(await this.npm.usage) - } - - // npm help foo bar baz: search topics - if (args.length > 1) { - return this.helpSearch(args) - } - - // `npm help package.json` - const arg = (this.npm.deref(args[0]) || args[0]).replace('.json', '-json') - - // find either section.n or npm-section.n - const f = globify(path.resolve(this.npm.npmRoot, `man/${manSearch}/?(npm-)${arg}.[0-9]*`)) - - const [man] = await glob(f).then(r => r.sort((a, b) => { - // Prefer the page with an npm prefix, if there's only one. - const aHasPrefix = manNpmPrefixRegex.test(a) - const bHasPrefix = manNpmPrefixRegex.test(b) - if (aHasPrefix !== bHasPrefix) { - /* istanbul ignore next */ - return aHasPrefix ? -1 : 1 - } - - // Because the glob is (subtly) different from manNumberRegex, - // we can't rely on it passing. - const aManNumberMatch = a.match(manNumberRegex) - const bManNumberMatch = b.match(manNumberRegex) - if (aManNumberMatch) { - /* istanbul ignore next */ - if (!bManNumberMatch) { - return -1 - } - // man number sort first so that 1 aka commands are preferred - if (aManNumberMatch[1] !== bManNumberMatch[1]) { - return aManNumberMatch[1] - bManNumberMatch[1] - } - } else if (bManNumberMatch) { - return 1 - } - - return localeCompare(a, b) - })) - - return man ? this.viewMan(man) : this.helpSearch(args) - } - - helpSearch (args) { - return this.npm.exec('help-search', args) - } - - async viewMan (man) { - const viewer = this.npm.config.get('viewer') - - if (viewer === 'browser') { - return openUrl(this.npm, this.htmlMan(man), 'help available at the following URL', true) - } - - let args = ['man', [man]] - if (viewer === 'woman') { - args = ['emacsclient', ['-e', `(woman-find-file '${man}')`]] - } - - return spawn(...args, { stdio: 'inherit' }).catch(err => { - if (err.code) { - throw new Error(`help process exited with code: ${err.code}`) - } else { - throw err - } - }) - } - - // Returns the path to the html version of the man page - htmlMan (man) { - const sect = manSectionNames[man.match(manNumberRegex)[1]] - const f = path.basename(man).replace(manNumberRegex, '') - return 'file:///' + path.resolve(this.npm.npmRoot, `docs/output/${sect}/${f}.html`) - } -} -module.exports = Help diff --git a/software/flow/node_modules/npm/lib/commands/hook.js b/software/flow/node_modules/npm/lib/commands/hook.js deleted file mode 100644 index b0f52a8..0000000 --- a/software/flow/node_modules/npm/lib/commands/hook.js +++ /dev/null @@ -1,125 +0,0 @@ -const hookApi = require('libnpmhook') -const otplease = require('../utils/otplease.js') -const relativeDate = require('tiny-relative-date') -const Table = require('cli-table3') - -const BaseCommand = require('../base-command.js') -class Hook extends BaseCommand { - static description = 'Manage registry hooks' - static name = 'hook' - static params = [ - 'registry', - 'otp', - ] - - static usage = [ - 'add <pkg> <url> <secret> [--type=<type>]', - 'ls [pkg]', - 'rm <id>', - 'update <id> <url> <secret>', - ] - - async exec (args) { - return otplease(this.npm, { ...this.npm.flatOptions }, (opts) => { - switch (args[0]) { - case 'add': - return this.add(args[1], args[2], args[3], opts) - case 'ls': - return this.ls(args[1], opts) - case 'rm': - return this.rm(args[1], opts) - case 'update': - case 'up': - return this.update(args[1], args[2], args[3], opts) - default: - throw this.usageError() - } - }) - } - - async add (pkg, uri, secret, opts) { - const hook = await hookApi.add(pkg, uri, secret, opts) - if (opts.json) { - this.npm.output(JSON.stringify(hook, null, 2)) - } else if (opts.parseable) { - this.npm.output(Object.keys(hook).join('\t')) - this.npm.output(Object.keys(hook).map(k => hook[k]).join('\t')) - } else if (!this.npm.silent) { - this.npm.output(`+ ${this.hookName(hook)} ${opts.unicode ? ' ➜ ' : ' -> '} ${hook.endpoint}`) - } - } - - async ls (pkg, opts) { - const hooks = await hookApi.ls({ ...opts, package: pkg }) - if (opts.json) { - this.npm.output(JSON.stringify(hooks, null, 2)) - } else if (opts.parseable) { - this.npm.output(Object.keys(hooks[0]).join('\t')) - hooks.forEach(hook => { - this.npm.output(Object.keys(hook).map(k => hook[k]).join('\t')) - }) - } else if (!hooks.length) { - this.npm.output("You don't have any hooks configured yet.") - } else if (!this.npm.silent) { - if (hooks.length === 1) { - this.npm.output('You have one hook configured.') - } else { - this.npm.output(`You have ${hooks.length} hooks configured.`) - } - - const table = new Table({ head: ['id', 'target', 'endpoint'] }) - hooks.forEach((hook) => { - table.push([ - { rowSpan: 2, content: hook.id }, - this.hookName(hook), - hook.endpoint, - ]) - if (hook.last_delivery) { - table.push([ - { - colSpan: 1, - content: `triggered ${relativeDate(hook.last_delivery)}`, - }, - hook.response_code, - ]) - } else { - table.push([{ colSpan: 2, content: 'never triggered' }]) - } - }) - this.npm.output(table.toString()) - } - } - - async rm (id, opts) { - const hook = await hookApi.rm(id, opts) - if (opts.json) { - this.npm.output(JSON.stringify(hook, null, 2)) - } else if (opts.parseable) { - this.npm.output(Object.keys(hook).join('\t')) - this.npm.output(Object.keys(hook).map(k => hook[k]).join('\t')) - } else if (!this.npm.silent) { - this.npm.output(`- ${this.hookName(hook)} ${opts.unicode ? ' ✘ ' : ' X '} ${hook.endpoint}`) - } - } - - async update (id, uri, secret, opts) { - const hook = await hookApi.update(id, uri, secret, opts) - if (opts.json) { - this.npm.output(JSON.stringify(hook, null, 2)) - } else if (opts.parseable) { - this.npm.output(Object.keys(hook).join('\t')) - this.npm.output(Object.keys(hook).map(k => hook[k]).join('\t')) - } else if (!this.npm.silent) { - this.npm.output(`+ ${this.hookName(hook)} ${opts.unicode ? ' ➜ ' : ' -> '} ${hook.endpoint}`) - } - } - - hookName (hook) { - let target = hook.name - if (hook.type === 'owner') { - target = '~' + target - } - return target - } -} -module.exports = Hook diff --git a/software/flow/node_modules/npm/lib/commands/init.js b/software/flow/node_modules/npm/lib/commands/init.js deleted file mode 100644 index 1e5661a..0000000 --- a/software/flow/node_modules/npm/lib/commands/init.js +++ /dev/null @@ -1,243 +0,0 @@ -const fs = require('fs') -const { relative, resolve } = require('path') -const { mkdir } = require('fs/promises') -const initJson = require('init-package-json') -const npa = require('npm-package-arg') -const rpj = require('read-package-json-fast') -const libexec = require('libnpmexec') -const mapWorkspaces = require('@npmcli/map-workspaces') -const PackageJson = require('@npmcli/package-json') -const log = require('../utils/log-shim.js') -const updateWorkspaces = require('../workspaces/update-workspaces.js') - -const posixPath = p => p.split('\\').join('/') - -const BaseCommand = require('../base-command.js') - -class Init extends BaseCommand { - static description = 'Create a package.json file' - static params = [ - 'yes', - 'force', - 'scope', - 'workspace', - 'workspaces', - 'workspaces-update', - 'include-workspace-root', - ] - - static name = 'init' - static usage = [ - '<package-spec> (same as `npx <package-spec>`)', - '<@scope> (same as `npx <@scope>/create`)', - ] - - static workspaces = true - static ignoreImplicitWorkspace = false - - async exec (args) { - // npm exec style - if (args.length) { - return await this.execCreate(args) - } - - // no args, uses classic init-package-json boilerplate - await this.template() - } - - async execWorkspaces (args) { - // if the root package is uninitiated, take care of it first - if (this.npm.flatOptions.includeWorkspaceRoot) { - await this.exec(args) - } - - // reads package.json for the top-level folder first, by doing this we - // ensure the command throw if no package.json is found before trying - // to create a workspace package.json file or its folders - const pkg = await rpj(resolve(this.npm.localPrefix, 'package.json')).catch((err) => { - if (err.code === 'ENOENT') { - log.warn('Missing package.json. Try with `--include-workspace-root`.') - } - throw err - }) - - // these are workspaces that are being created, so we cant use - // this.setWorkspaces() - const filters = this.npm.config.get('workspace') - const wPath = filterArg => resolve(this.npm.localPrefix, filterArg) - - const workspacesPaths = [] - // npm-exec style, runs in the context of each workspace filter - if (args.length) { - for (const filterArg of filters) { - const path = wPath(filterArg) - await mkdir(path, { recursive: true }) - workspacesPaths.push(path) - await this.execCreate(args, path) - await this.setWorkspace(pkg, path) - } - return - } - - // no args, uses classic init-package-json boilerplate - for (const filterArg of filters) { - const path = wPath(filterArg) - await mkdir(path, { recursive: true }) - workspacesPaths.push(path) - await this.template(path) - await this.setWorkspace(pkg, path) - } - - // reify packages once all workspaces have been initialized - await this.update(workspacesPaths) - } - - async execCreate (args, path = process.cwd()) { - const [initerName, ...otherArgs] = args - let packageName = initerName - - // Only a scope, possibly with a version - if (/^@[^/]+$/.test(initerName)) { - const [, scope, version] = initerName.split('@') - packageName = `@${scope}/create` - if (version) { - packageName = `${packageName}@${version}` - } - } else { - const req = npa(initerName) - if (req.type === 'git' && req.hosted) { - const { user, project } = req.hosted - packageName = initerName.replace(`${user}/${project}`, `${user}/create-${project}`) - } else if (req.registry) { - packageName = `${req.name.replace(/^(@[^/]+\/)?/, '$1create-')}@${req.rawSpec}` - } else { - throw Object.assign(new Error( - 'Unrecognized initializer: ' + initerName + - '\nFor more package binary executing power check out `npx`:' + - '\nhttps://docs.npmjs.com/cli/commands/npx' - ), { code: 'EUNSUPPORTED' }) - } - } - - const newArgs = [packageName, ...otherArgs] - const { color } = this.npm.flatOptions - const { - flatOptions, - localBin, - globalBin, - } = this.npm - const output = this.npm.output.bind(this.npm) - const runPath = path - const scriptShell = this.npm.config.get('script-shell') || undefined - const yes = this.npm.config.get('yes') - - await libexec({ - ...flatOptions, - args: newArgs, - color, - localBin, - globalBin, - output, - path, - runPath, - scriptShell, - yes, - }) - } - - async template (path = process.cwd()) { - log.pause() - log.disableProgress() - - const initFile = this.npm.config.get('init-module') - if (!this.npm.config.get('yes') && !this.npm.config.get('force')) { - this.npm.output([ - 'This utility will walk you through creating a package.json file.', - 'It only covers the most common items, and tries to guess sensible defaults.', - '', - 'See `npm help init` for definitive documentation on these fields', - 'and exactly what they do.', - '', - 'Use `npm install <pkg>` afterwards to install a package and', - 'save it as a dependency in the package.json file.', - '', - 'Press ^C at any time to quit.', - ].join('\n')) - } - - try { - const data = await initJson(path, initFile, this.npm.config) - log.silly('package data', data) - return data - } catch (er) { - if (er.message === 'canceled') { - log.warn('init', 'canceled') - } else { - throw er - } - } finally { - log.resume() - log.enableProgress() - } - } - - async setWorkspace (pkg, workspacePath) { - const workspaces = await mapWorkspaces({ cwd: this.npm.localPrefix, pkg }) - - // skip setting workspace if current package.json glob already satisfies it - for (const wPath of workspaces.values()) { - if (wPath === workspacePath) { - return - } - } - - // if a create-pkg didn't generate a package.json at the workspace - // folder level, it might not be recognized as a workspace by - // mapWorkspaces, so we're just going to avoid touching the - // top-level package.json - try { - fs.statSync(resolve(workspacePath, 'package.json')) - } catch (err) { - return - } - - const pkgJson = await PackageJson.load(this.npm.localPrefix) - - pkgJson.update({ - workspaces: [ - ...(pkgJson.content.workspaces || []), - posixPath(relative(this.npm.localPrefix, workspacePath)), - ], - }) - - await pkgJson.save() - } - - async update (workspacesPaths) { - // translate workspaces paths into an array containing workspaces names - const workspaces = [] - for (const path of workspacesPaths) { - const { name } = await rpj(resolve(path, 'package.json')).catch(() => ({})) - - if (name) { - workspaces.push(name) - } - } - - const { - config, - flatOptions, - localPrefix, - } = this.npm - - await updateWorkspaces({ - config, - flatOptions, - localPrefix, - npm: this.npm, - workspaces, - }) - } -} - -module.exports = Init diff --git a/software/flow/node_modules/npm/lib/commands/install-ci-test.js b/software/flow/node_modules/npm/lib/commands/install-ci-test.js deleted file mode 100644 index f7a357b..0000000 --- a/software/flow/node_modules/npm/lib/commands/install-ci-test.js +++ /dev/null @@ -1,15 +0,0 @@ -// npm install-ci-test -// Runs `npm ci` and then runs `npm test` - -const CI = require('./ci.js') - -class InstallCITest extends CI { - static description = 'Install a project with a clean slate and run tests' - static name = 'install-ci-test' - - async exec (args) { - await this.npm.exec('ci', args) - return this.npm.exec('test', []) - } -} -module.exports = InstallCITest diff --git a/software/flow/node_modules/npm/lib/commands/install-test.js b/software/flow/node_modules/npm/lib/commands/install-test.js deleted file mode 100644 index 11f22e5..0000000 --- a/software/flow/node_modules/npm/lib/commands/install-test.js +++ /dev/null @@ -1,15 +0,0 @@ -// npm install-test -// Runs `npm install` and then runs `npm test` - -const Install = require('./install.js') - -class InstallTest extends Install { - static description = 'Install package(s) and run tests' - static name = 'install-test' - - async exec (args) { - await this.npm.exec('install', args) - return this.npm.exec('test', []) - } -} -module.exports = InstallTest diff --git a/software/flow/node_modules/npm/lib/commands/install.js b/software/flow/node_modules/npm/lib/commands/install.js deleted file mode 100644 index 246d7fd..0000000 --- a/software/flow/node_modules/npm/lib/commands/install.js +++ /dev/null @@ -1,172 +0,0 @@ -/* eslint-disable camelcase */ -const fs = require('fs') -const util = require('util') -const readdir = util.promisify(fs.readdir) -const reifyFinish = require('../utils/reify-finish.js') -const log = require('../utils/log-shim.js') -const { resolve, join } = require('path') -const Arborist = require('@npmcli/arborist') -const runScript = require('@npmcli/run-script') -const pacote = require('pacote') -const checks = require('npm-install-checks') - -const ArboristWorkspaceCmd = require('../arborist-cmd.js') -class Install extends ArboristWorkspaceCmd { - static description = 'Install a package' - static name = 'install' - - // These are in the order they will show up in when running "-h" - static params = [ - 'save', - 'save-exact', - 'global', - 'install-strategy', - 'legacy-bundling', - 'global-style', - 'omit', - 'strict-peer-deps', - 'package-lock', - 'foreground-scripts', - 'ignore-scripts', - 'audit', - 'bin-links', - 'fund', - 'dry-run', - ...super.params, - ] - - static usage = ['[<package-spec> ...]'] - - async completion (opts) { - const { partialWord } = opts - // install can complete to a folder with a package.json, or any package. - // if it has a slash, then it's gotta be a folder - // if it starts with https?://, then just give up, because it's a url - if (/^https?:\/\//.test(partialWord)) { - // do not complete to URLs - return [] - } - - if (/\//.test(partialWord)) { - // Complete fully to folder if there is exactly one match and it - // is a folder containing a package.json file. If that is not the - // case we return 0 matches, which will trigger the default bash - // complete. - const lastSlashIdx = partialWord.lastIndexOf('/') - const partialName = partialWord.slice(lastSlashIdx + 1) - const partialPath = partialWord.slice(0, lastSlashIdx) || '/' - - const isDirMatch = async sibling => { - if (sibling.slice(0, partialName.length) !== partialName) { - return false - } - - try { - const contents = await readdir(join(partialPath, sibling)) - const result = (contents.indexOf('package.json') !== -1) - return result - } catch (er) { - return false - } - } - - try { - const siblings = await readdir(partialPath) - const matches = [] - for (const sibling of siblings) { - if (await isDirMatch(sibling)) { - matches.push(sibling) - } - } - if (matches.length === 1) { - return [join(partialPath, matches[0])] - } - // no matches - return [] - } catch (er) { - return [] // invalid dir: no matching - } - } - // Note: there used to be registry completion here, - // but it stopped making sense somewhere around - // 50,000 packages on the registry - } - - async exec (args) { - // the /path/to/node_modules/.. - const globalTop = resolve(this.npm.globalDir, '..') - const ignoreScripts = this.npm.config.get('ignore-scripts') - const isGlobalInstall = this.npm.global - const where = isGlobalInstall ? globalTop : this.npm.prefix - const forced = this.npm.config.get('force') - const scriptShell = this.npm.config.get('script-shell') || undefined - - // be very strict about engines when trying to update npm itself - const npmInstall = args.find(arg => arg.startsWith('npm@') || arg === 'npm') - if (isGlobalInstall && npmInstall) { - const npmOptions = this.npm.flatOptions - const npmManifest = await pacote.manifest(npmInstall, npmOptions) - try { - checks.checkEngine(npmManifest, npmManifest.version, process.version) - } catch (e) { - if (forced) { - log.warn( - 'install', - /* eslint-disable-next-line max-len */ - `Forcing global npm install with incompatible version ${npmManifest.version} into node ${process.version}` - ) - } else { - throw e - } - } - } - - // don't try to install the prefix into itself - args = args.filter(a => resolve(a) !== this.npm.prefix) - - // `npm i -g` => "install this package globally" - if (where === globalTop && !args.length) { - args = ['.'] - } - - // throw usage error if trying to install empty package - // name to global space, e.g: `npm i -g ""` - if (where === globalTop && !args.every(Boolean)) { - throw this.usageError() - } - - const opts = { - ...this.npm.flatOptions, - auditLevel: null, - path: where, - add: args, - workspaces: this.workspaceNames, - } - const arb = new Arborist(opts) - await arb.reify(opts) - - if (!args.length && !isGlobalInstall && !ignoreScripts) { - const scripts = [ - 'preinstall', - 'install', - 'postinstall', - 'prepublish', // XXX(npm9) should we remove this finally?? - 'preprepare', - 'prepare', - 'postprepare', - ] - for (const event of scripts) { - await runScript({ - path: where, - args: [], - scriptShell, - stdio: 'inherit', - banner: !this.npm.silent, - event, - }) - } - } - await reifyFinish(this.npm, arb) - } -} -module.exports = Install diff --git a/software/flow/node_modules/npm/lib/commands/link.js b/software/flow/node_modules/npm/lib/commands/link.js deleted file mode 100644 index 6d8027f..0000000 --- a/software/flow/node_modules/npm/lib/commands/link.js +++ /dev/null @@ -1,187 +0,0 @@ -const fs = require('fs') -const util = require('util') -const readdir = util.promisify(fs.readdir) -const { resolve } = require('path') - -const Arborist = require('@npmcli/arborist') -const npa = require('npm-package-arg') -const rpj = require('read-package-json-fast') -const semver = require('semver') - -const reifyFinish = require('../utils/reify-finish.js') - -const ArboristWorkspaceCmd = require('../arborist-cmd.js') -class Link extends ArboristWorkspaceCmd { - static description = 'Symlink a package folder' - static name = 'link' - static usage = [ - '[<package-spec>]', - ] - - static params = [ - 'save', - 'save-exact', - 'global', - 'install-strategy', - 'legacy-bundling', - 'global-style', - 'strict-peer-deps', - 'package-lock', - 'omit', - 'ignore-scripts', - 'audit', - 'bin-links', - 'fund', - 'dry-run', - ...super.params, - ] - - async completion (opts) { - const dir = this.npm.globalDir - const files = await readdir(dir) - return files.filter(f => !/^[._-]/.test(f)) - } - - async exec (args) { - if (this.npm.global) { - throw Object.assign( - new Error( - 'link should never be --global.\n' + - 'Please re-run this command with --local' - ), - { code: 'ELINKGLOBAL' } - ) - } - // install-links is implicitly false when running `npm link` - this.npm.config.set('install-links', false) - - // link with no args: symlink the folder to the global location - // link with package arg: symlink the global to the local - args = args.filter(a => resolve(a) !== this.npm.prefix) - return args.length - ? this.linkInstall(args) - : this.linkPkg() - } - - async linkInstall (args) { - // load current packages from the global space, - // and then add symlinks installs locally - const globalTop = resolve(this.npm.globalDir, '..') - const globalOpts = { - ...this.npm.flatOptions, - path: globalTop, - global: true, - prune: false, - } - const globalArb = new Arborist(globalOpts) - - // get only current top-level packages from the global space - const globals = await globalArb.loadActual({ - filter: (node, kid) => - !node.isRoot || args.some(a => npa(a).name === kid), - }) - - // any extra arg that is missing from the current - // global space should be reified there first - const missing = this.missingArgsFromTree(globals, args) - if (missing.length) { - await globalArb.reify({ - ...globalOpts, - add: missing, - }) - } - - // get a list of module names that should be linked in the local prefix - const names = [] - for (const a of args) { - const arg = npa(a) - names.push( - arg.type === 'directory' - ? (await rpj(resolve(arg.fetchSpec, 'package.json'))).name - : arg.name - ) - } - - // npm link should not save=true by default unless you're - // using any of --save-dev or other types - const save = - Boolean( - this.npm.config.find('save') !== 'default' || - this.npm.config.get('save-optional') || - this.npm.config.get('save-peer') || - this.npm.config.get('save-dev') || - this.npm.config.get('save-prod') - ) - - // create a new arborist instance for the local prefix and - // reify all the pending names as symlinks there - const localArb = new Arborist({ - ...this.npm.flatOptions, - prune: false, - path: this.npm.prefix, - save, - }) - await localArb.reify({ - ...this.npm.flatOptions, - prune: false, - path: this.npm.prefix, - add: names.map(l => `file:${resolve(globalTop, 'node_modules', l).replace(/#/g, '%23')}`), - save, - workspaces: this.workspaceNames, - }) - - await reifyFinish(this.npm, localArb) - } - - async linkPkg () { - const wsp = this.workspacePaths - const paths = wsp && wsp.length ? wsp : [this.npm.prefix] - const add = paths.map(path => `file:${path.replace(/#/g, '%23')}`) - const globalTop = resolve(this.npm.globalDir, '..') - const arb = new Arborist({ - ...this.npm.flatOptions, - path: globalTop, - global: true, - }) - await arb.reify({ - add, - }) - await reifyFinish(this.npm, arb) - } - - // Returns a list of items that can't be fulfilled by - // things found in the current arborist inventory - missingArgsFromTree (tree, args) { - if (tree.isLink) { - return this.missingArgsFromTree(tree.target, args) - } - - const foundNodes = [] - const missing = args.filter(a => { - const arg = npa(a) - const nodes = tree.children.values() - const argFound = [...nodes].every(node => { - // TODO: write tests for unmatching version specs, this is hard to test - // atm but should be simple once we have a mocked registry again - if (arg.name !== node.name /* istanbul ignore next */ || ( - arg.version && - /* istanbul ignore next */ - !semver.satisfies(node.version, arg.version) - )) { - foundNodes.push(node) - return true - } - }) - return argFound - }) - - // remote nodes from the loaded tree in order - // to avoid dropping them later when reifying - for (const node of foundNodes) { - node.parent = null - } - - return missing - } -} -module.exports = Link diff --git a/software/flow/node_modules/npm/lib/commands/ll.js b/software/flow/node_modules/npm/lib/commands/ll.js deleted file mode 100644 index 99a144f..0000000 --- a/software/flow/node_modules/npm/lib/commands/ll.js +++ /dev/null @@ -1,13 +0,0 @@ -const LS = require('./ls.js') - -class LL extends LS { - static name = 'll' - static usage = ['[[<@scope>/]<pkg> ...]'] - - async exec (args) { - this.npm.config.set('long', true) - return super.exec(args) - } -} - -module.exports = LL diff --git a/software/flow/node_modules/npm/lib/commands/login.js b/software/flow/node_modules/npm/lib/commands/login.js deleted file mode 100644 index dc4ed8a..0000000 --- a/software/flow/node_modules/npm/lib/commands/login.js +++ /dev/null @@ -1,51 +0,0 @@ -const log = require('../utils/log-shim.js') -const replaceInfo = require('../utils/replace-info.js') -const auth = require('../utils/auth.js') - -const BaseCommand = require('../base-command.js') - -class Login extends BaseCommand { - static description = 'Login to a registry user account' - static name = 'login' - static params = [ - 'registry', - 'scope', - 'auth-type', - ] - - async exec (args) { - const scope = this.npm.config.get('scope') - let registry = this.npm.config.get('registry') - - if (scope) { - const scopedRegistry = this.npm.config.get(`${scope}:registry`) - const cliRegistry = this.npm.config.get('registry', 'cli') - if (scopedRegistry && !cliRegistry) { - registry = scopedRegistry - } - } - - const creds = this.npm.config.getCredentialsByURI(registry) - - log.disableProgress() - log.notice('', `Log in on ${replaceInfo(registry)}`) - - const { message, newCreds } = await auth.login(this.npm, { - ...this.npm.flatOptions, - creds, - registry, - }) - - this.npm.config.delete('_token', 'user') // prevent legacy pollution - this.npm.config.setCredentialsByURI(registry, newCreds) - - if (scope) { - this.npm.config.set(scope + ':registry', registry, 'user') - } - - await this.npm.config.save('user') - - this.npm.output(message) - } -} -module.exports = Login diff --git a/software/flow/node_modules/npm/lib/commands/logout.js b/software/flow/node_modules/npm/lib/commands/logout.js deleted file mode 100644 index aea5e93..0000000 --- a/software/flow/node_modules/npm/lib/commands/logout.js +++ /dev/null @@ -1,45 +0,0 @@ -const getAuth = require('npm-registry-fetch/lib/auth.js') -const npmFetch = require('npm-registry-fetch') -const log = require('../utils/log-shim') -const BaseCommand = require('../base-command.js') - -class Logout extends BaseCommand { - static description = 'Log out of the registry' - static name = 'logout' - static params = [ - 'registry', - 'scope', - ] - - async exec (args) { - const registry = this.npm.config.get('registry') - const scope = this.npm.config.get('scope') - const regRef = scope ? `${scope}:registry` : 'registry' - const reg = this.npm.config.get(regRef) || registry - - const auth = getAuth(reg, this.npm.flatOptions) - - if (auth.token) { - log.verbose('logout', `clearing token for ${reg}`) - await npmFetch(`/-/user/token/${encodeURIComponent(auth.token)}`, { - ...this.npm.flatOptions, - method: 'DELETE', - ignoreBody: true, - }) - } else if (auth.isBasicAuth) { - log.verbose('logout', `clearing user credentials for ${reg}`) - } else { - const msg = `not logged in to ${reg}, so can't log out!` - throw Object.assign(new Error(msg), { code: 'ENEEDAUTH' }) - } - - if (scope) { - this.npm.config.delete(regRef, 'user') - } - - this.npm.config.clearCredentialsByURI(reg) - - await this.npm.config.save('user') - } -} -module.exports = Logout diff --git a/software/flow/node_modules/npm/lib/commands/ls.js b/software/flow/node_modules/npm/lib/commands/ls.js deleted file mode 100644 index 2213e79..0000000 --- a/software/flow/node_modules/npm/lib/commands/ls.js +++ /dev/null @@ -1,574 +0,0 @@ -const { resolve, relative, sep } = require('path') -const relativePrefix = `.${sep}` -const { EOL } = require('os') - -const archy = require('archy') -const chalk = require('chalk') -const Arborist = require('@npmcli/arborist') -const { breadth } = require('treeverse') -const npa = require('npm-package-arg') - -const completion = require('../utils/completion/installed-deep.js') - -const _depth = Symbol('depth') -const _dedupe = Symbol('dedupe') -const _filteredBy = Symbol('filteredBy') -const _include = Symbol('include') -const _invalid = Symbol('invalid') -const _name = Symbol('name') -const _missing = Symbol('missing') -const _parent = Symbol('parent') -const _problems = Symbol('problems') -const _required = Symbol('required') -const _type = Symbol('type') -const ArboristWorkspaceCmd = require('../arborist-cmd.js') -const localeCompare = require('@isaacs/string-locale-compare')('en') - -class LS extends ArboristWorkspaceCmd { - static description = 'List installed packages' - static name = 'ls' - static usage = ['<package-spec>'] - static params = [ - 'all', - 'json', - 'long', - 'parseable', - 'global', - 'depth', - 'omit', - 'link', - 'package-lock-only', - 'unicode', - ...super.params, - ] - - // TODO - /* istanbul ignore next */ - async completion (opts) { - return completion(this.npm, opts) - } - - async exec (args) { - const all = this.npm.config.get('all') - const color = this.npm.color - const depth = this.npm.config.get('depth') - const global = this.npm.global - const json = this.npm.config.get('json') - const link = this.npm.config.get('link') - const long = this.npm.config.get('long') - const omit = this.npm.flatOptions.omit - const parseable = this.npm.config.get('parseable') - const unicode = this.npm.config.get('unicode') - const packageLockOnly = this.npm.config.get('package-lock-only') - const workspacesEnabled = this.npm.flatOptions.workspacesEnabled - - const path = global ? resolve(this.npm.globalDir, '..') : this.npm.prefix - - const arb = new Arborist({ - global, - ...this.npm.flatOptions, - legacyPeerDeps: false, - path, - }) - const tree = await this.initTree({ arb, args, packageLockOnly }) - - // filters by workspaces nodes when using -w <workspace-name> - // We only have to filter the first layer of edges, so we don't - // explore anything that isn't part of the selected workspace set. - let wsNodes - if (this.workspaceNames && this.workspaceNames.length) { - wsNodes = arb.workspaceNodes(tree, this.workspaceNames) - } - const filterBySelectedWorkspaces = edge => { - if (!workspacesEnabled - && edge.from.isProjectRoot - && edge.to.isWorkspace - ) { - return false - } - - if (!wsNodes || !wsNodes.length) { - return true - } - - if (this.npm.flatOptions.includeWorkspaceRoot - && edge.to && !edge.to.isWorkspace) { - return true - } - - if (edge.from.isProjectRoot) { - return (edge.to - && edge.to.isWorkspace - && wsNodes.includes(edge.to.target)) - } - - return true - } - - const seenItems = new Set() - const seenNodes = new Map() - const problems = new Set() - - // defines special handling of printed depth when filtering with args - const filterDefaultDepth = depth === null ? Infinity : depth - const depthToPrint = (all || args.length) - ? filterDefaultDepth - : (depth || 0) - - // add root node of tree to list of seenNodes - seenNodes.set(tree.path, tree) - - // tree traversal happens here, using treeverse.breadth - const result = await breadth({ - tree, - // recursive method, `node` is going to be the current elem (starting from - // the `tree` obj) that was just visited in the `visit` method below - // `nodeResult` is going to be the returned `item` from `visit` - getChildren (node, nodeResult) { - const seenPaths = new Set() - const workspace = node.isWorkspace - const currentDepth = workspace ? 0 : node[_depth] - const shouldSkipChildren = - !(node instanceof Arborist.Node) || (currentDepth > depthToPrint) - return (shouldSkipChildren) - ? [] - : [...(node.target).edgesOut.values()] - .filter(filterBySelectedWorkspaces) - .filter(currentDepth === 0 ? filterByEdgesTypes({ - link, - omit, - }) : () => true) - .map(mapEdgesToNodes({ seenPaths })) - .concat(appendExtraneousChildren({ node, seenPaths })) - .sort(sortAlphabetically) - .map(augmentNodesWithMetadata({ - args, - currentDepth, - nodeResult, - seenNodes, - })) - }, - // visit each `node` of the `tree`, returning an `item` - these are - // the elements that will be used to build the final output - visit (node) { - node[_problems] = getProblems(node, { global }) - - const item = json - ? getJsonOutputItem(node, { global, long }) - : parseable - ? null - : getHumanOutputItem(node, { args, color, global, long }) - - // loop through list of node problems to add them to global list - if (node[_include]) { - for (const problem of node[_problems]) { - problems.add(problem) - } - } - - seenItems.add(item) - - // return a promise so we don't blow the stack - return Promise.resolve(item) - }, - }) - - // handle the special case of a broken package.json in the root folder - const [rootError] = tree.errors.filter(e => - e.code === 'EJSONPARSE' && e.path === resolve(path, 'package.json')) - - this.npm.outputBuffer( - json ? jsonOutput({ path, problems, result, rootError, seenItems }) : - parseable ? parseableOutput({ seenNodes, global, long }) : - humanOutput({ color, result, seenItems, unicode }) - ) - - // if filtering items, should exit with error code on no results - if (result && !result[_include] && args.length) { - process.exitCode = 1 - } - - if (rootError) { - throw Object.assign( - new Error('Failed to parse root package.json'), - { code: 'EJSONPARSE' } - ) - } - - const shouldThrow = problems.size && - ![...problems].every(problem => problem.startsWith('extraneous:')) - - if (shouldThrow) { - throw Object.assign( - new Error([...problems].join(EOL)), - { code: 'ELSPROBLEMS' } - ) - } - } - - async initTree ({ arb, args, packageLockOnly }) { - const tree = await ( - packageLockOnly - ? arb.loadVirtual() - : arb.loadActual() - ) - - tree[_include] = args.length === 0 - tree[_depth] = 0 - - return tree - } -} -module.exports = LS - -const isGitNode = (node) => { - if (!node.resolved) { - return - } - - try { - const { type } = npa(node.resolved) - return type === 'git' || type === 'hosted' - } catch (err) { - return false - } -} - -const isOptional = (node) => - node[_type] === 'optional' || node[_type] === 'peerOptional' - -const isExtraneous = (node, { global }) => - node.extraneous && !global - -const getProblems = (node, { global }) => { - const problems = new Set() - - if (node[_missing] && !isOptional(node)) { - problems.add(`missing: ${node.pkgid}, required by ${node[_missing]}`) - } - - if (node[_invalid]) { - problems.add(`invalid: ${node.pkgid} ${node.path}`) - } - - if (isExtraneous(node, { global })) { - problems.add(`extraneous: ${node.pkgid} ${node.path}`) - } - - return problems -} - -// annotates _parent and _include metadata into the resulting -// item obj allowing for filtering out results during output -const augmentItemWithIncludeMetadata = (node, item) => { - item[_parent] = node[_parent] - item[_include] = node[_include] - - // append current item to its parent.nodes which is the - // structure expected by archy in order to print tree - if (node[_include]) { - // includes all ancestors of included node - let p = node[_parent] - while (p) { - p[_include] = true - p = p[_parent] - } - } - - return item -} - -const getHumanOutputItem = (node, { args, color, global, long }) => { - const { pkgid, path } = node - const workspacePkgId = color ? chalk.green(pkgid) : pkgid - let printable = node.isWorkspace ? workspacePkgId : pkgid - - // special formatting for top-level package name - if (node.isRoot) { - const hasNoPackageJson = !Object.keys(node.package).length - if (hasNoPackageJson || global) { - printable = path - } else { - printable += `${long ? EOL : ' '}${path}` - } - } - - const highlightDepName = - color && args.length && node[_filteredBy] - const missingColor = isOptional(node) - ? chalk.yellow.bgBlack - : chalk.red.bgBlack - const missingMsg = `UNMET ${isOptional(node) ? 'OPTIONAL ' : ''}DEPENDENCY` - const targetLocation = node.root - ? relative(node.root.realpath, node.realpath) - : node.targetLocation - const invalid = node[_invalid] - ? `invalid: ${node[_invalid]}` - : '' - const label = - ( - node[_missing] - ? (color ? missingColor(missingMsg) : missingMsg) + ' ' - : '' - ) + - `${highlightDepName ? chalk.yellow.bgBlack(printable) : printable}` + - ( - node[_dedupe] - ? ' ' + (color ? chalk.gray('deduped') : 'deduped') - : '' - ) + - ( - invalid - ? ' ' + (color ? chalk.red.bgBlack(invalid) : invalid) - : '' - ) + - ( - isExtraneous(node, { global }) - ? ' ' + (color ? chalk.green.bgBlack('extraneous') : 'extraneous') - : '' - ) + - ( - node.overridden - ? ' ' + (color ? chalk.gray('overridden') : 'overridden') - : '' - ) + - (isGitNode(node) ? ` (${node.resolved})` : '') + - (node.isLink ? ` -> ${relativePrefix}${targetLocation}` : '') + - (long ? `${EOL}${node.package.description || ''}` : '') - - return augmentItemWithIncludeMetadata(node, { label, nodes: [] }) -} - -const getJsonOutputItem = (node, { global, long }) => { - const item = {} - - if (node.version) { - item.version = node.version - } - - if (node.resolved) { - item.resolved = node.resolved - } - - // if the node is the project root, do not add the overridden flag. the project root can't be - // overridden anyway, and if we add the flag it causes undesirable behavior when `npm ls --json` - // is ran in an empty directory since we end up printing an object with only an overridden prop - if (!node.isProjectRoot) { - item.overridden = node.overridden - } - - item[_name] = node.name - - // special formatting for top-level package name - const hasPackageJson = - node && node.package && Object.keys(node.package).length - if (node.isRoot && hasPackageJson) { - item.name = node.package.name || node.name - } - - if (long && !node[_missing]) { - item.name = item[_name] - const { dependencies, ...packageInfo } = node.package - Object.assign(item, packageInfo) - item.extraneous = false - item.path = node.path - item._dependencies = { - ...node.package.dependencies, - ...node.package.optionalDependencies, - } - item.devDependencies = node.package.devDependencies || {} - item.peerDependencies = node.package.peerDependencies || {} - } - - // augment json output items with extra metadata - if (isExtraneous(node, { global })) { - item.extraneous = true - } - - if (node[_invalid]) { - item.invalid = node[_invalid] - } - - if (node[_missing] && !isOptional(node)) { - item.required = node[_required] - item.missing = true - } - if (node[_include] && node[_problems] && node[_problems].size) { - item.problems = [...node[_problems]] - } - - return augmentItemWithIncludeMetadata(node, item) -} - -const filterByEdgesTypes = ({ link, omit }) => (edge) => { - for (const omitType of omit) { - if (edge[omitType]) { - return false - } - } - return link ? edge.to && edge.to.isLink : true -} - -const appendExtraneousChildren = ({ node, seenPaths }) => - // extraneous children are not represented - // in edges out, so here we add them to the list: - [...node.children.values()] - .filter(i => !seenPaths.has(i.path) && i.extraneous) - -const mapEdgesToNodes = ({ seenPaths }) => (edge) => { - let node = edge.to - - // if the edge is linking to a missing node, we go ahead - // and create a new obj that will represent the missing node - if (edge.missing || (edge.optional && !node)) { - const { name, spec } = edge - const pkgid = `${name}@${spec}` - node = { name, pkgid, [_missing]: edge.from.pkgid } - } - - // keeps track of a set of seen paths to avoid the edge case in which a tree - // item would appear twice given that it's a children of an extraneous item, - // so it's marked extraneous but it will ALSO show up in edgesOuts of - // its parent so it ends up as two diff nodes if we don't track it - if (node.path) { - seenPaths.add(node.path) - } - - node[_required] = edge.spec || '*' - node[_type] = edge.type - - if (edge.invalid) { - const spec = JSON.stringify(node[_required]) - const from = edge.from.location || 'the root project' - node[_invalid] = (node[_invalid] ? node[_invalid] + ', ' : '') + - (`${spec} from ${from}`) - } - - return node -} - -const filterByPositionalArgs = (args, { node }) => - args.length > 0 ? args.some( - (spec) => (node.satisfies && node.satisfies(spec)) - ) : true - -const augmentNodesWithMetadata = ({ - args, - currentDepth, - nodeResult, - seenNodes, -}) => (node) => { - // if the original edge was a deduped dep, treeverse will fail to - // revisit that node in tree traversal logic, so we make it so that - // we have a diff obj for deduped nodes: - if (seenNodes.has(node.path)) { - const { realpath, root } = node - const targetLocation = root ? relative(root.realpath, realpath) - : node.targetLocation - node = { - name: node.name, - version: node.version, - pkgid: node.pkgid, - package: node.package, - path: node.path, - isLink: node.isLink, - realpath: node.realpath, - targetLocation, - [_type]: node[_type], - [_invalid]: node[_invalid], - [_missing]: node[_missing], - // if it's missing, it's not deduped, it's just missing - [_dedupe]: !node[_missing], - } - } else { - // keeps track of already seen nodes in order to check for dedupes - seenNodes.set(node.path, node) - } - - // _parent is going to be a ref to a treeverse-visited node (returned from - // getHumanOutputItem, getJsonOutputItem, etc) so that we have an easy - // shortcut to place new nodes in their right place during tree traversal - node[_parent] = nodeResult - // _include is the property that allow us to filter based on position args - // e.g: `npm ls foo`, `npm ls simple-output@2` - // _filteredBy is used to apply extra color info to the item that - // was used in args in order to filter - node[_filteredBy] = node[_include] = - filterByPositionalArgs(args, { node: seenNodes.get(node.path) }) - // _depth keeps track of how many levels deep tree traversal currently is - // so that we can `npm ls --depth=1` - node[_depth] = currentDepth + 1 - - return node -} - -const sortAlphabetically = ({ pkgid: a }, { pkgid: b }) => localeCompare(a, b) - -const humanOutput = ({ color, result, seenItems, unicode }) => { - // we need to traverse the entire tree in order to determine which items - // should be included (since a nested transitive included dep will make it - // so that all its ancestors should be displayed) - // here is where we put items in their expected place for archy output - for (const item of seenItems) { - if (item[_include] && item[_parent]) { - item[_parent].nodes.push(item) - } - } - - if (!result.nodes.length) { - result.nodes = ['(empty)'] - } - - const archyOutput = archy(result, '', { unicode }) - return color ? chalk.reset(archyOutput) : archyOutput -} - -const jsonOutput = ({ path, problems, result, rootError, seenItems }) => { - if (problems.size) { - result.problems = [...problems] - } - - if (rootError) { - result.problems = [ - ...(result.problems || []), - ...[`error in ${path}: Failed to parse root package.json`], - ] - result.invalid = true - } - - // we need to traverse the entire tree in order to determine which items - // should be included (since a nested transitive included dep will make it - // so that all its ancestors should be displayed) - // here is where we put items in their expected place for json output - for (const item of seenItems) { - // append current item to its parent item.dependencies obj in order - // to provide a json object structure that represents the installed tree - if (item[_include] && item[_parent]) { - if (!item[_parent].dependencies) { - item[_parent].dependencies = {} - } - - item[_parent].dependencies[item[_name]] = item - } - } - - return JSON.stringify(result, null, 2) -} - -const parseableOutput = ({ global, long, seenNodes }) => { - let out = '' - for (const node of seenNodes.values()) { - if (node.path && node[_include]) { - out += node.path - if (long) { - out += `:${node.pkgid}` - out += node.path !== node.realpath ? `:${node.realpath}` : '' - out += isExtraneous(node, { global }) ? ':EXTRANEOUS' : '' - out += node[_invalid] ? ':INVALID' : '' - out += node.overridden ? ':OVERRIDDEN' : '' - } - out += EOL - } - } - return out.trim() -} diff --git a/software/flow/node_modules/npm/lib/commands/org.js b/software/flow/node_modules/npm/lib/commands/org.js deleted file mode 100644 index 575ff75..0000000 --- a/software/flow/node_modules/npm/lib/commands/org.js +++ /dev/null @@ -1,155 +0,0 @@ -const liborg = require('libnpmorg') -const otplease = require('../utils/otplease.js') -const Table = require('cli-table3') -const BaseCommand = require('../base-command.js') - -class Org extends BaseCommand { - static description = 'Manage orgs' - static name = 'org' - static usage = [ - 'set orgname username [developer | admin | owner]', - 'rm orgname username', - 'ls orgname [<username>]', - ] - - static params = ['registry', 'otp', 'json', 'parseable'] - - async completion (opts) { - const argv = opts.conf.argv.remain - if (argv.length === 2) { - return ['set', 'rm', 'ls'] - } - - switch (argv[2]) { - case 'ls': - case 'add': - case 'rm': - case 'set': - return [] - default: - throw new Error(argv[2] + ' not recognized') - } - } - - async exec ([cmd, orgname, username, role]) { - return otplease(this.npm, { - ...this.npm.flatOptions, - }, opts => { - switch (cmd) { - case 'add': - case 'set': - return this.set(orgname, username, role, opts) - case 'rm': - return this.rm(orgname, username, opts) - case 'ls': - return this.ls(orgname, username, opts) - default: - throw this.usageError() - } - }) - } - - async set (org, user, role, opts) { - role = role || 'developer' - if (!org) { - throw new Error('First argument `orgname` is required.') - } - - if (!user) { - throw new Error('Second argument `username` is required.') - } - - if (!['owner', 'admin', 'developer'].find(x => x === role)) { - throw new Error( - /* eslint-disable-next-line max-len */ - 'Third argument `role` must be one of `owner`, `admin`, or `developer`, with `developer` being the default value if omitted.' - ) - } - - const memDeets = await liborg.set(org, user, role, opts) - if (opts.json) { - this.npm.output(JSON.stringify(memDeets, null, 2)) - } else if (opts.parseable) { - this.npm.output(['org', 'orgsize', 'user', 'role'].join('\t')) - this.npm.output( - [memDeets.org.name, memDeets.org.size, memDeets.user, memDeets.role].join('\t') - ) - } else if (!this.npm.silent) { - this.npm.output( - `Added ${memDeets.user} as ${memDeets.role} to ${memDeets.org.name}. You now have ${ - memDeets.org.size - } member${memDeets.org.size === 1 ? '' : 's'} in this org.` - ) - } - - return memDeets - } - - async rm (org, user, opts) { - if (!org) { - throw new Error('First argument `orgname` is required.') - } - - if (!user) { - throw new Error('Second argument `username` is required.') - } - - await liborg.rm(org, user, opts) - const roster = await liborg.ls(org, opts) - user = user.replace(/^[~@]?/, '') - org = org.replace(/^[~@]?/, '') - const userCount = Object.keys(roster).length - if (opts.json) { - this.npm.output( - JSON.stringify({ - user, - org, - userCount, - deleted: true, - }) - ) - } else if (opts.parseable) { - this.npm.output(['user', 'org', 'userCount', 'deleted'].join('\t')) - this.npm.output([user, org, userCount, true].join('\t')) - } else if (!this.npm.silent) { - this.npm.output( - `Successfully removed ${user} from ${org}. You now have ${userCount} member${ - userCount === 1 ? '' : 's' - } in this org.` - ) - } - } - - async ls (org, user, opts) { - if (!org) { - throw new Error('First argument `orgname` is required.') - } - - let roster = await liborg.ls(org, opts) - if (user) { - const newRoster = {} - if (roster[user]) { - newRoster[user] = roster[user] - } - - roster = newRoster - } - if (opts.json) { - this.npm.output(JSON.stringify(roster, null, 2)) - } else if (opts.parseable) { - this.npm.output(['user', 'role'].join('\t')) - Object.keys(roster).forEach(u => { - this.npm.output([u, roster[u]].join('\t')) - }) - } else if (!this.npm.silent) { - const table = new Table({ head: ['user', 'role'] }) - Object.keys(roster) - .sort() - .forEach(u => { - table.push([u, roster[u]]) - }) - this.npm.output(table.toString()) - } - } -} -module.exports = Org diff --git a/software/flow/node_modules/npm/lib/commands/outdated.js b/software/flow/node_modules/npm/lib/commands/outdated.js deleted file mode 100644 index 5e8a4e0..0000000 --- a/software/flow/node_modules/npm/lib/commands/outdated.js +++ /dev/null @@ -1,375 +0,0 @@ -const os = require('os') -const { resolve } = require('path') -const pacote = require('pacote') -const table = require('text-table') -const chalk = require('chalk') -const npa = require('npm-package-arg') -const pickManifest = require('npm-pick-manifest') -const localeCompare = require('@isaacs/string-locale-compare')('en') - -const Arborist = require('@npmcli/arborist') - -const ansiTrim = require('../utils/ansi-trim.js') -const ArboristWorkspaceCmd = require('../arborist-cmd.js') - -class Outdated extends ArboristWorkspaceCmd { - static description = 'Check for outdated packages' - static name = 'outdated' - static usage = ['[<package-spec> ...]'] - static params = [ - 'all', - 'json', - 'long', - 'parseable', - 'global', - 'workspace', - ] - - async exec (args) { - const global = resolve(this.npm.globalDir, '..') - const where = this.npm.global - ? global - : this.npm.prefix - - const arb = new Arborist({ - ...this.npm.flatOptions, - path: where, - }) - - this.edges = new Set() - this.list = [] - this.tree = await arb.loadActual() - - if (this.workspaceNames && this.workspaceNames.length) { - this.filterSet = - arb.workspaceDependencySet( - this.tree, - this.workspaceNames, - this.npm.flatOptions.includeWorkspaceRoot - ) - } else if (!this.npm.flatOptions.workspacesEnabled) { - this.filterSet = - arb.excludeWorkspacesDependencySet(this.tree) - } - - if (args.length !== 0) { - // specific deps - for (let i = 0; i < args.length; i++) { - const nodes = this.tree.inventory.query('name', args[i]) - this.getEdges(nodes, 'edgesIn') - } - } else { - if (this.npm.config.get('all')) { - // all deps in tree - const nodes = this.tree.inventory.values() - this.getEdges(nodes, 'edgesOut') - } - // top-level deps - this.getEdges() - } - - await Promise.all(Array.from(this.edges).map((edge) => { - return this.getOutdatedInfo(edge) - })) - - // sorts list alphabetically - const outdated = this.list.sort((a, b) => localeCompare(a.name, b.name)) - - if (outdated.length > 0) { - process.exitCode = 1 - } - - // return if no outdated packages - if (outdated.length === 0 && !this.npm.config.get('json')) { - return - } - - // display results - if (this.npm.config.get('json')) { - this.npm.output(this.makeJSON(outdated)) - } else if (this.npm.config.get('parseable')) { - this.npm.output(this.makeParseable(outdated)) - } else { - const outList = outdated.map(x => this.makePretty(x)) - const outHead = ['Package', - 'Current', - 'Wanted', - 'Latest', - 'Location', - 'Depended by', - ] - - if (this.npm.config.get('long')) { - outHead.push('Package Type', 'Homepage') - } - const outTable = [outHead].concat(outList) - - if (this.npm.color) { - outTable[0] = outTable[0].map(heading => chalk.underline(heading)) - } - - const tableOpts = { - align: ['l', 'r', 'r', 'r', 'l'], - stringLength: s => ansiTrim(s).length, - } - this.npm.output(table(outTable, tableOpts)) - } - } - - getEdges (nodes, type) { - // when no nodes are provided then it should only read direct deps - // from the root node and its workspaces direct dependencies - if (!nodes) { - this.getEdgesOut(this.tree) - this.getWorkspacesEdges() - return - } - - for (const node of nodes) { - type === 'edgesOut' - ? this.getEdgesOut(node) - : this.getEdgesIn(node) - } - } - - getEdgesIn (node) { - for (const edge of node.edgesIn) { - this.trackEdge(edge) - } - } - - getEdgesOut (node) { - // TODO: normalize usage of edges and avoid looping through nodes here - if (this.npm.global) { - for (const child of node.children.values()) { - this.trackEdge(child) - } - } else { - for (const edge of node.edgesOut.values()) { - this.trackEdge(edge) - } - } - } - - trackEdge (edge) { - const filteredOut = - edge.from - && this.filterSet - && this.filterSet.size > 0 - && !this.filterSet.has(edge.from.target) - - if (filteredOut) { - return - } - - this.edges.add(edge) - } - - getWorkspacesEdges (node) { - if (this.npm.global) { - return - } - - for (const edge of this.tree.edgesOut.values()) { - const workspace = edge - && edge.to - && edge.to.target - && edge.to.target.isWorkspace - - if (workspace) { - this.getEdgesOut(edge.to.target) - } - } - } - - async getPackument (spec) { - const packument = await pacote.packument(spec, { - ...this.npm.flatOptions, - fullMetadata: this.npm.config.get('long'), - preferOnline: true, - }) - return packument - } - - async getOutdatedInfo (edge) { - let alias = false - try { - alias = npa(edge.spec).subSpec - } catch (err) { - // ignore errors, no alias - } - const spec = npa(alias ? alias.name : edge.name) - const node = edge.to || edge - const { path, location } = node - const { version: current } = node.package || {} - - const type = edge.optional ? 'optionalDependencies' - : edge.peer ? 'peerDependencies' - : edge.dev ? 'devDependencies' - : 'dependencies' - - for (const omitType of this.npm.flatOptions.omit) { - if (node[omitType]) { - return - } - } - - // deps different from prod not currently - // on disk are not included in the output - if (edge.error === 'MISSING' && type !== 'dependencies') { - return - } - - try { - const packument = await this.getPackument(spec) - const expected = alias ? alias.fetchSpec : edge.spec - // if it's not a range, version, or tag, skip it - try { - if (!npa(`${edge.name}@${edge.spec}`).registry) { - return null - } - } catch (err) { - return null - } - const wanted = pickManifest(packument, expected, this.npm.flatOptions) - const latest = pickManifest(packument, '*', this.npm.flatOptions) - - if ( - !current || - current !== wanted.version || - wanted.version !== latest.version - ) { - const dependent = edge.from ? - this.maybeWorkspaceName(edge.from) - : 'global' - - this.list.push({ - name: alias ? edge.spec.replace('npm', edge.name) : edge.name, - path, - type, - current, - location, - wanted: wanted.version, - latest: latest.version, - dependent, - homepage: packument.homepage, - }) - } - } catch (err) { - // silently catch and ignore ETARGET, E403 & - // E404 errors, deps are just skipped - if (!( - err.code === 'ETARGET' || - err.code === 'E403' || - err.code === 'E404') - ) { - throw err - } - } - } - - maybeWorkspaceName (node) { - if (!node.isWorkspace) { - return node.name - } - - const humanOutput = - !this.npm.config.get('json') && !this.npm.config.get('parseable') - - const workspaceName = - humanOutput - ? node.pkgid - : node.name - - return this.npm.color && humanOutput - ? chalk.green(workspaceName) - : workspaceName - } - - // formatting functions - makePretty (dep) { - const { - current = 'MISSING', - location = '-', - homepage = '', - name, - wanted, - latest, - type, - dependent, - } = dep - - const columns = [name, current, wanted, latest, location, dependent] - - if (this.npm.config.get('long')) { - columns[6] = type - columns[7] = homepage - } - - if (this.npm.color) { - columns[0] = chalk[current === wanted ? 'yellow' : 'red'](columns[0]) // current - columns[2] = chalk.green(columns[2]) // wanted - columns[3] = chalk.magenta(columns[3]) // latest - } - - return columns - } - - // --parseable creates output like this: - // <fullpath>:<name@wanted>:<name@installed>:<name@latest>:<dependedby> - makeParseable (list) { - return list.map(dep => { - const { - name, - current, - wanted, - latest, - path, - dependent, - type, - homepage, - } = dep - const out = [ - path, - name + '@' + wanted, - current ? (name + '@' + current) : 'MISSING', - name + '@' + latest, - dependent, - ] - if (this.npm.config.get('long')) { - out.push(type, homepage) - } - - return out.join(':') - }).join(os.EOL) - } - - makeJSON (list) { - const out = {} - list.forEach(dep => { - const { - name, - current, - wanted, - latest, - path, - type, - dependent, - homepage, - } = dep - out[name] = { - current, - wanted, - latest, - dependent, - location: path, - } - if (this.npm.config.get('long')) { - out[name].type = type - out[name].homepage = homepage - } - }) - return JSON.stringify(out, null, 2) - } -} -module.exports = Outdated diff --git a/software/flow/node_modules/npm/lib/commands/owner.js b/software/flow/node_modules/npm/lib/commands/owner.js deleted file mode 100644 index 3a997db..0000000 --- a/software/flow/node_modules/npm/lib/commands/owner.js +++ /dev/null @@ -1,233 +0,0 @@ -const npa = require('npm-package-arg') -const npmFetch = require('npm-registry-fetch') -const pacote = require('pacote') -const log = require('../utils/log-shim') -const otplease = require('../utils/otplease.js') -const readPackageJsonFast = require('read-package-json-fast') -const BaseCommand = require('../base-command.js') -const { resolve } = require('path') - -const readJson = async (pkg) => { - try { - const json = await readPackageJsonFast(pkg) - return json - } catch { - return {} - } -} - -class Owner extends BaseCommand { - static description = 'Manage package owners' - static name = 'owner' - static params = [ - 'registry', - 'otp', - 'workspace', - 'workspaces', - ] - - static usage = [ - 'add <user> <package-spec>', - 'rm <user> <package-spec>', - 'ls <package-spec>', - ] - - static workspaces = true - static ignoreImplicitWorkspace = false - - async completion (opts) { - const argv = opts.conf.argv.remain - if (argv.length > 3) { - return [] - } - - if (argv[1] !== 'owner') { - argv.unshift('owner') - } - - if (argv.length === 2) { - return ['add', 'rm', 'ls'] - } - - // reaches registry in order to autocomplete rm - if (argv[2] === 'rm') { - if (this.npm.global) { - return [] - } - const { name } = await readJson(resolve(this.npm.prefix, 'package.json')) - if (!name) { - return [] - } - - const spec = npa(name) - const data = await pacote.packument(spec, { - ...this.npm.flatOptions, - fullMetadata: true, - }) - if (data && data.maintainers && data.maintainers.length) { - return data.maintainers.map(m => m.name) - } - } - return [] - } - - async exec ([action, ...args]) { - if (action === 'ls' || action === 'list') { - await this.ls(args[0]) - } else if (action === 'add') { - await this.changeOwners(args[0], args[1], 'add') - } else if (action === 'rm' || action === 'remove') { - await this.changeOwners(args[0], args[1], 'rm') - } else { - throw this.usageError() - } - } - - async execWorkspaces ([action, ...args]) { - await this.setWorkspaces() - // ls pkg or owner add/rm package - if ((action === 'ls' && args.length > 0) || args.length > 1) { - const implicitWorkspaces = this.npm.config.get('workspace', 'default') - if (implicitWorkspaces.length === 0) { - log.warn(`Ignoring specified workspace(s)`) - } - return this.exec([action, ...args]) - } - - for (const [name] of this.workspaces) { - if (action === 'ls' || action === 'list') { - await this.ls(name) - } else if (action === 'add') { - await this.changeOwners(args[0], name, 'add') - } else if (action === 'rm' || action === 'remove') { - await this.changeOwners(args[0], name, 'rm') - } else { - throw this.usageError() - } - } - } - - async ls (pkg) { - pkg = await this.getPkg(this.npm.prefix, pkg) - const spec = npa(pkg) - - try { - const packumentOpts = { ...this.npm.flatOptions, fullMetadata: true, preferOnline: true } - const { maintainers } = await pacote.packument(spec, packumentOpts) - if (!maintainers || !maintainers.length) { - this.npm.output('no admin found') - } else { - this.npm.output(maintainers.map(m => `${m.name} <${m.email}>`).join('\n')) - } - } catch (err) { - log.error('owner ls', "Couldn't get owner data", npmFetch.cleanUrl(pkg)) - throw err - } - } - - async getPkg (prefix, pkg) { - if (!pkg) { - if (this.npm.global) { - throw this.usageError() - } - const { name } = await readJson(resolve(prefix, 'package.json')) - if (!name) { - throw this.usageError() - } - - return name - } - return pkg - } - - async changeOwners (user, pkg, addOrRm) { - if (!user) { - throw this.usageError() - } - - pkg = await this.getPkg(this.npm.prefix, pkg) - log.verbose(`owner ${addOrRm}`, '%s to %s', user, pkg) - - const spec = npa(pkg) - const uri = `/-/user/org.couchdb.user:${encodeURIComponent(user)}` - let u - - try { - u = await npmFetch.json(uri, this.npm.flatOptions) - } catch (err) { - log.error('owner mutate', `Error getting user data for ${user}`) - throw err - } - - // normalize user data - u = { name: u.name, email: u.email } - - const data = await pacote.packument(spec, { - ...this.npm.flatOptions, - fullMetadata: true, - preferOnline: true, - }) - - const owners = data.maintainers || [] - let maintainers - if (addOrRm === 'add') { - const existing = owners.find(o => o.name === u.name) - if (existing) { - log.info( - 'owner add', - `Already a package owner: ${existing.name} <${existing.email}>` - ) - return - } - maintainers = [ - ...owners, - u, - ] - } else { - maintainers = owners.filter(o => o.name !== u.name) - - if (maintainers.length === owners.length) { - log.info('owner rm', 'Not a package owner: ' + u.name) - return false - } - - if (!maintainers.length) { - throw Object.assign( - new Error( - 'Cannot remove all owners of a package. Add someone else first.' - ), - { code: 'EOWNERRM' } - ) - } - } - - const dataPath = `/${spec.escapedName}/-rev/${encodeURIComponent(data._rev)}` - try { - const res = await otplease(this.npm, this.npm.flatOptions, opts => { - return npmFetch.json(dataPath, { - ...opts, - method: 'PUT', - body: { - _id: data._id, - _rev: data._rev, - maintainers, - }, - spec, - }) - }) - if (addOrRm === 'add') { - this.npm.output(`+ ${user} (${spec.name})`) - } else { - this.npm.output(`- ${user} (${spec.name})`) - } - return res - } catch (err) { - throw Object.assign( - new Error('Failed to update package: ' + JSON.stringify(err.message)), - { code: 'EOWNERMUTATE' } - ) - } - } -} - -module.exports = Owner diff --git a/software/flow/node_modules/npm/lib/commands/pack.js b/software/flow/node_modules/npm/lib/commands/pack.js deleted file mode 100644 index 74e80e5..0000000 --- a/software/flow/node_modules/npm/lib/commands/pack.js +++ /dev/null @@ -1,83 +0,0 @@ -const pacote = require('pacote') -const libpack = require('libnpmpack') -const npa = require('npm-package-arg') -const log = require('../utils/log-shim') -const { getContents, logTar } = require('../utils/tar.js') -const BaseCommand = require('../base-command.js') - -class Pack extends BaseCommand { - static description = 'Create a tarball from a package' - static name = 'pack' - static params = [ - 'dry-run', - 'json', - 'pack-destination', - 'workspace', - 'workspaces', - 'include-workspace-root', - ] - - static usage = ['<package-spec>'] - static workspaces = true - static ignoreImplicitWorkspace = false - - async exec (args) { - if (args.length === 0) { - args = ['.'] - } - - const unicode = this.npm.config.get('unicode') - const json = this.npm.config.get('json') - - // Get the manifests and filenames first so we can bail early on manifest - // errors before making any tarballs - const manifests = [] - for (const arg of args) { - const spec = npa(arg) - const manifest = await pacote.manifest(spec, this.npm.flatOptions) - if (!manifest._id) { - throw new Error('Invalid package, must have name and version') - } - manifests.push({ arg, manifest }) - } - - // Load tarball names up for printing afterward to isolate from the - // noise generated during packing - const tarballs = [] - for (const { arg, manifest } of manifests) { - const tarballData = await libpack(arg, { - ...this.npm.flatOptions, - prefix: this.npm.localPrefix, - workspaces: this.workspacePaths, - }) - const pkgContents = await getContents(manifest, tarballData) - tarballs.push(pkgContents) - } - - if (json) { - this.npm.output(JSON.stringify(tarballs, null, 2)) - return - } - - for (const tar of tarballs) { - logTar(tar, { unicode }) - this.npm.output(tar.filename.replace(/^@/, '').replace(/\//, '-')) - } - } - - async execWorkspaces (args) { - // If they either ask for nothing, or explicitly include '.' in the args, - // we effectively translate that into each workspace requested - - const useWorkspaces = args.length === 0 || args.includes('.') - - if (!useWorkspaces) { - log.warn('Ignoring workspaces for specified package(s)') - return this.exec(args) - } - - await this.setWorkspaces() - return this.exec([...this.workspacePaths, ...args.filter(a => a !== '.')]) - } -} -module.exports = Pack diff --git a/software/flow/node_modules/npm/lib/commands/ping.js b/software/flow/node_modules/npm/lib/commands/ping.js deleted file mode 100644 index c79e6a9..0000000 --- a/software/flow/node_modules/npm/lib/commands/ping.js +++ /dev/null @@ -1,29 +0,0 @@ -const { cleanUrl } = require('npm-registry-fetch') -const log = require('../utils/log-shim') -const pingUtil = require('../utils/ping.js') -const BaseCommand = require('../base-command.js') - -class Ping extends BaseCommand { - static description = 'Ping npm registry' - static params = ['registry'] - static name = 'ping' - - async exec (args) { - const cleanRegistry = cleanUrl(this.npm.config.get('registry')) - log.notice('PING', cleanRegistry) - const start = Date.now() - const details = await pingUtil({ ...this.npm.flatOptions }) - const time = Date.now() - start - log.notice('PONG', `${time}ms`) - if (this.npm.config.get('json')) { - this.npm.output(JSON.stringify({ - registry: cleanRegistry, - time, - details, - }, null, 2)) - } else if (Object.keys(details).length) { - log.notice('PONG', `${JSON.stringify(details, null, 2)}`) - } - } -} -module.exports = Ping diff --git a/software/flow/node_modules/npm/lib/commands/pkg.js b/software/flow/node_modules/npm/lib/commands/pkg.js deleted file mode 100644 index 5cdcd20..0000000 --- a/software/flow/node_modules/npm/lib/commands/pkg.js +++ /dev/null @@ -1,141 +0,0 @@ -const PackageJson = require('@npmcli/package-json') -const BaseCommand = require('../base-command.js') -const Queryable = require('../utils/queryable.js') - -class Pkg extends BaseCommand { - static description = 'Manages your package.json' - static name = 'pkg' - static usage = [ - 'set <key>=<value> [<key>=<value> ...]', - 'get [<key> [<key> ...]]', - 'delete <key> [<key> ...]', - 'set [<array>[<index>].<key>=<value> ...]', - 'set [<array>[].<key>=<value> ...]', - ] - - static params = [ - 'force', - 'json', - 'workspace', - 'workspaces', - ] - - static workspaces = true - static ignoreImplicitWorkspace = false - - async exec (args, { prefix } = {}) { - if (!prefix) { - this.prefix = this.npm.localPrefix - } else { - this.prefix = prefix - } - - if (this.npm.global) { - throw Object.assign( - new Error(`There's no package.json file to manage on global mode`), - { code: 'EPKGGLOBAL' } - ) - } - - const [cmd, ..._args] = args - switch (cmd) { - case 'get': - return this.get(_args) - case 'set': - return this.set(_args) - case 'delete': - return this.delete(_args) - default: - throw this.usageError() - } - } - - async execWorkspaces (args) { - await this.setWorkspaces() - const result = {} - for (const [workspaceName, workspacePath] of this.workspaces.entries()) { - this.prefix = workspacePath - result[workspaceName] = await this.exec(args, { prefix: workspacePath }) - } - // when running in workspaces names, make sure to key by workspace - // name the results of each value retrieved in each ws - this.npm.output(JSON.stringify(result, null, 2)) - } - - async get (args) { - const pkgJson = await PackageJson.load(this.prefix) - - const { content } = pkgJson - let result = !args.length && content - - if (!result) { - const q = new Queryable(content) - result = q.query(args) - - // in case there's only a single result from the query - // just prints that one element to stdout - if (Object.keys(result).length === 1) { - result = result[args] - } - } - - // only outputs if not running with workspaces config, - // in case you're retrieving info for workspaces the pkgWorkspaces - // will handle the output to make sure it get keyed by ws name - if (!this.npm.config.get('workspaces')) { - this.npm.output(JSON.stringify(result, null, 2)) - } - - return result - } - - async set (args) { - const setError = () => - this.usageError('npm pkg set expects a key=value pair of args.') - - if (!args.length) { - throw setError() - } - - const force = this.npm.config.get('force') - const json = this.npm.config.get('json') - const pkgJson = await PackageJson.load(this.prefix) - const q = new Queryable(pkgJson.content) - for (const arg of args) { - const [key, ...rest] = arg.split('=') - const value = rest.join('=') - if (!key || !value) { - throw setError() - } - - q.set(key, json ? JSON.parse(value) : value, { force }) - } - - pkgJson.update(q.toJSON()) - await pkgJson.save() - } - - async delete (args) { - const setError = () => - this.usageError('npm pkg delete expects key args.') - - if (!args.length) { - throw setError() - } - - const pkgJson = await PackageJson.load(this.prefix) - const q = new Queryable(pkgJson.content) - for (const key of args) { - if (!key) { - throw setError() - } - - q.delete(key) - } - - pkgJson.update(q.toJSON()) - await pkgJson.save() - } -} - -module.exports = Pkg diff --git a/software/flow/node_modules/npm/lib/commands/prefix.js b/software/flow/node_modules/npm/lib/commands/prefix.js deleted file mode 100644 index 264b819..0000000 --- a/software/flow/node_modules/npm/lib/commands/prefix.js +++ /dev/null @@ -1,13 +0,0 @@ -const BaseCommand = require('../base-command.js') - -class Prefix extends BaseCommand { - static description = 'Display prefix' - static name = 'prefix' - static params = ['global'] - static usage = ['[-g]'] - - async exec (args) { - return this.npm.output(this.npm.prefix) - } -} -module.exports = Prefix diff --git a/software/flow/node_modules/npm/lib/commands/profile.js b/software/flow/node_modules/npm/lib/commands/profile.js deleted file mode 100644 index e42ebb2..0000000 --- a/software/flow/node_modules/npm/lib/commands/profile.js +++ /dev/null @@ -1,408 +0,0 @@ -const inspect = require('util').inspect -const { URL } = require('url') -const chalk = require('chalk') -const log = require('../utils/log-shim.js') -const npmProfile = require('npm-profile') -const qrcodeTerminal = require('qrcode-terminal') -const Table = require('cli-table3') - -const otplease = require('../utils/otplease.js') -const pulseTillDone = require('../utils/pulse-till-done.js') -const readUserInfo = require('../utils/read-user-info.js') - -const qrcode = url => - new Promise((resolve) => qrcodeTerminal.generate(url, resolve)) - -const knownProfileKeys = [ - 'name', - 'email', - 'two-factor auth', - 'fullname', - 'homepage', - 'freenode', - 'twitter', - 'github', - 'created', - 'updated', -] - -const writableProfileKeys = [ - 'email', - 'password', - 'fullname', - 'homepage', - 'freenode', - 'twitter', - 'github', -] - -const BaseCommand = require('../base-command.js') -class Profile extends BaseCommand { - static description = 'Change settings on your registry profile' - static name = 'profile' - static usage = [ - 'enable-2fa [auth-only|auth-and-writes]', - 'disable-2fa', - 'get [<key>]', - 'set <key> <value>', - ] - - static params = [ - 'registry', - 'json', - 'parseable', - 'otp', - ] - - async completion (opts) { - var argv = opts.conf.argv.remain - - if (!argv[2]) { - return ['enable-2fa', 'disable-2fa', 'get', 'set'] - } - - switch (argv[2]) { - case 'enable-2fa': - case 'enable-tfa': - return ['auth-and-writes', 'auth-only'] - - case 'disable-2fa': - case 'disable-tfa': - case 'get': - case 'set': - return [] - default: - throw new Error(argv[2] + ' not recognized') - } - } - - async exec (args) { - if (args.length === 0) { - throw this.usageError() - } - - log.gauge.show('profile') - - const [subcmd, ...opts] = args - - switch (subcmd) { - case 'enable-2fa': - case 'enable-tfa': - case 'enable2fa': - case 'enabletfa': - return this.enable2fa(opts) - case 'disable-2fa': - case 'disable-tfa': - case 'disable2fa': - case 'disabletfa': - return this.disable2fa() - case 'get': - return this.get(opts) - case 'set': - return this.set(opts) - default: - throw new Error('Unknown profile command: ' + subcmd) - } - } - - async get (args) { - const tfa = 'two-factor auth' - const info = await pulseTillDone.withPromise( - npmProfile.get({ ...this.npm.flatOptions }) - ) - - if (!info.cidr_whitelist) { - delete info.cidr_whitelist - } - - if (this.npm.config.get('json')) { - this.npm.output(JSON.stringify(info, null, 2)) - return - } - - // clean up and format key/values for output - const cleaned = {} - for (const key of knownProfileKeys) { - cleaned[key] = info[key] || '' - } - - const unknownProfileKeys = Object.keys(info).filter((k) => !(k in cleaned)) - for (const key of unknownProfileKeys) { - cleaned[key] = info[key] || '' - } - - delete cleaned.tfa - delete cleaned.email_verified - cleaned.email += info.email_verified ? ' (verified)' : '(unverified)' - - if (info.tfa && !info.tfa.pending) { - cleaned[tfa] = info.tfa.mode - } else { - cleaned[tfa] = 'disabled' - } - - if (args.length) { - const values = args // comma or space separated - .join(',') - .split(/,/) - .filter((arg) => arg.trim() !== '') - .map((arg) => cleaned[arg]) - .join('\t') - this.npm.output(values) - } else { - if (this.npm.config.get('parseable')) { - for (const key of Object.keys(info)) { - if (key === 'tfa') { - this.npm.output(`${key}\t${cleaned[tfa]}`) - } else { - this.npm.output(`${key}\t${info[key]}`) - } - } - } else { - const table = new Table() - for (const key of Object.keys(cleaned)) { - table.push({ [chalk.bold(key)]: cleaned[key] }) - } - - this.npm.output(table.toString()) - } - } - } - - async set (args) { - const conf = { ...this.npm.flatOptions } - const prop = (args[0] || '').toLowerCase().trim() - - let value = args.length > 1 ? args.slice(1).join(' ') : null - - const readPasswords = async () => { - const newpassword = await readUserInfo.password('New password: ') - const confirmedpassword = await readUserInfo.password(' Again: ') - - if (newpassword !== confirmedpassword) { - log.warn('profile', 'Passwords do not match, please try again.') - return readPasswords() - } - - return newpassword - } - - if (prop !== 'password' && value === null) { - throw new Error('npm profile set <prop> <value>') - } - - if (prop === 'password' && value !== null) { - throw new Error( - 'npm profile set password\n' + - 'Do not include your current or new passwords on the command line.') - } - - if (writableProfileKeys.indexOf(prop) === -1) { - throw new Error(`"${prop}" is not a property we can set. ` + - `Valid properties are: ` + writableProfileKeys.join(', ')) - } - - if (prop === 'password') { - const current = await readUserInfo.password('Current password: ') - const newpassword = await readPasswords() - - value = { old: current, new: newpassword } - } - - // FIXME: Work around to not clear everything other than what we're setting - const user = await pulseTillDone.withPromise(npmProfile.get(conf)) - const newUser = {} - - for (const key of writableProfileKeys) { - newUser[key] = user[key] - } - - newUser[prop] = value - - const result = await otplease(this.npm, conf, c => npmProfile.set(newUser, c)) - - if (this.npm.config.get('json')) { - this.npm.output(JSON.stringify({ [prop]: result[prop] }, null, 2)) - } else if (this.npm.config.get('parseable')) { - this.npm.output(prop + '\t' + result[prop]) - } else if (result[prop] != null) { - this.npm.output('Set', prop, 'to', result[prop]) - } else { - this.npm.output('Set', prop) - } - } - - async enable2fa (args) { - if (args.length > 1) { - throw new Error('npm profile enable-2fa [auth-and-writes|auth-only]') - } - - const mode = args[0] || 'auth-and-writes' - if (mode !== 'auth-only' && mode !== 'auth-and-writes') { - throw new Error( - `Invalid two-factor authentication mode "${mode}".\n` + - 'Valid modes are:\n' + - ' auth-only - Require two-factor authentication only when logging in\n' + - ' auth-and-writes - Require two-factor authentication when logging in ' + - 'AND when publishing' - ) - } - - if (this.npm.config.get('json') || this.npm.config.get('parseable')) { - throw new Error( - 'Enabling two-factor authentication is an interactive operation and ' + - (this.npm.config.get('json') ? 'JSON' : 'parseable') + ' output mode is not available' - ) - } - - const info = { - tfa: { - mode: mode, - }, - } - - // if they're using legacy auth currently then we have to - // update them to a bearer token before continuing. - const creds = this.npm.config.getCredentialsByURI(this.npm.config.get('registry')) - const auth = {} - - if (creds.token) { - auth.token = creds.token - } else if (creds.username) { - auth.basic = { username: creds.username, password: creds.password } - } else if (creds.auth) { - const basic = Buffer.from(creds.auth, 'base64').toString().split(':', 2) - auth.basic = { username: basic[0], password: basic[1] } - } - - if (!auth.basic && !auth.token) { - throw new Error( - 'You need to be logged in to registry ' + - `${this.npm.config.get('registry')} in order to enable 2fa` - ) - } - - if (auth.basic) { - log.info('profile', 'Updating authentication to bearer token') - const result = await npmProfile.createToken( - auth.basic.password, false, [], { ...this.npm.flatOptions } - ) - - if (!result.token) { - throw new Error( - `Your registry ${this.npm.config.get('registry')} does not seem to ` + - 'support bearer tokens. Bearer tokens are required for ' + - 'two-factor authentication' - ) - } - - this.npm.config.setCredentialsByURI( - this.npm.config.get('registry'), - { token: result.token } - ) - await this.npm.config.save('user') - } - - log.notice('profile', 'Enabling two factor authentication for ' + mode) - const password = await readUserInfo.password() - info.tfa.password = password - - log.info('profile', 'Determine if tfa is pending') - const userInfo = await pulseTillDone.withPromise( - npmProfile.get({ ...this.npm.flatOptions }) - ) - - const conf = { ...this.npm.flatOptions } - if (userInfo && userInfo.tfa && userInfo.tfa.pending) { - log.info('profile', 'Resetting two-factor authentication') - await pulseTillDone.withPromise( - npmProfile.set({ tfa: { password, mode: 'disable' } }, conf) - ) - } else if (userInfo && userInfo.tfa) { - if (!conf.otp) { - conf.otp = await readUserInfo.otp( - 'Enter one-time password: ' - ) - } - } - - log.info('profile', 'Setting two-factor authentication to ' + mode) - const challenge = await pulseTillDone.withPromise( - npmProfile.set(info, conf) - ) - - if (challenge.tfa === null) { - this.npm.output('Two factor authentication mode changed to: ' + mode) - return - } - - const badResponse = typeof challenge.tfa !== 'string' - || !/^otpauth:[/][/]/.test(challenge.tfa) - if (badResponse) { - throw new Error( - 'Unknown error enabling two-factor authentication. Expected otpauth URL' + - ', got: ' + inspect(challenge.tfa) - ) - } - - const otpauth = new URL(challenge.tfa) - const secret = otpauth.searchParams.get('secret') - const code = await qrcode(challenge.tfa) - - this.npm.output( - 'Scan into your authenticator app:\n' + code + '\n Or enter code:', secret - ) - - const interactiveOTP = - await readUserInfo.otp('And an OTP code from your authenticator: ') - - log.info('profile', 'Finalizing two-factor authentication') - - const result = await npmProfile.set({ tfa: [interactiveOTP] }, conf) - - this.npm.output( - '2FA successfully enabled. Below are your recovery codes, ' + - 'please print these out.' - ) - this.npm.output( - 'You will need these to recover access to your account ' + - 'if you lose your authentication device.' - ) - - for (const tfaCode of result.tfa) { - this.npm.output('\t' + tfaCode) - } - } - - async disable2fa (args) { - const conf = { ...this.npm.flatOptions } - const info = await pulseTillDone.withPromise(npmProfile.get(conf)) - - if (!info.tfa || info.tfa.pending) { - this.npm.output('Two factor authentication not enabled.') - return - } - - const password = await readUserInfo.password() - - if (!conf.otp) { - const msg = 'Enter one-time password: ' - conf.otp = await readUserInfo.otp(msg) - } - - log.info('profile', 'disabling tfa') - - await pulseTillDone.withPromise(npmProfile.set({ - tfa: { password: password, mode: 'disable' }, - }, conf)) - - if (this.npm.config.get('json')) { - this.npm.output(JSON.stringify({ tfa: false }, null, 2)) - } else if (this.npm.config.get('parseable')) { - this.npm.output('tfa\tfalse') - } else { - this.npm.output('Two factor authentication disabled.') - } - } -} -module.exports = Profile diff --git a/software/flow/node_modules/npm/lib/commands/prune.js b/software/flow/node_modules/npm/lib/commands/prune.js deleted file mode 100644 index ee2c305..0000000 --- a/software/flow/node_modules/npm/lib/commands/prune.js +++ /dev/null @@ -1,32 +0,0 @@ -// prune extraneous packages -const Arborist = require('@npmcli/arborist') -const reifyFinish = require('../utils/reify-finish.js') - -const ArboristWorkspaceCmd = require('../arborist-cmd.js') -class Prune extends ArboristWorkspaceCmd { - static description = 'Remove extraneous packages' - static name = 'prune' - static params = [ - 'omit', - 'dry-run', - 'json', - 'foreground-scripts', - 'ignore-scripts', - ...super.params, - ] - - static usage = ['[[<@scope>/]<pkg>...]'] - - async exec () { - const where = this.npm.prefix - const opts = { - ...this.npm.flatOptions, - path: where, - workspaces: this.workspaceNames, - } - const arb = new Arborist(opts) - await arb.prune(opts) - await reifyFinish(this.npm, arb) - } -} -module.exports = Prune diff --git a/software/flow/node_modules/npm/lib/commands/publish.js b/software/flow/node_modules/npm/lib/commands/publish.js deleted file mode 100644 index 8befbc5..0000000 --- a/software/flow/node_modules/npm/lib/commands/publish.js +++ /dev/null @@ -1,221 +0,0 @@ -const util = require('util') -const log = require('../utils/log-shim.js') -const semver = require('semver') -const pack = require('libnpmpack') -const libpub = require('libnpmpublish').publish -const runScript = require('@npmcli/run-script') -const pacote = require('pacote') -const npa = require('npm-package-arg') -const npmFetch = require('npm-registry-fetch') -const replaceInfo = require('../utils/replace-info.js') - -const otplease = require('../utils/otplease.js') -const { getContents, logTar } = require('../utils/tar.js') - -// for historical reasons, publishConfig in package.json can contain ANY config -// keys that npm supports in .npmrc files and elsewhere. We *may* want to -// revisit this at some point, and have a minimal set that's a SemVer-major -// change that ought to get a RFC written on it. -const { flatten } = require('../utils/config/index.js') - -// this is the only case in the CLI where we want to use the old full slow -// 'read-package-json' module, because we want to pull in all the defaults and -// metadata, like git sha's and default scripts and all that. -const readJson = util.promisify(require('read-package-json')) - -const BaseCommand = require('../base-command.js') -class Publish extends BaseCommand { - static description = 'Publish a package' - static name = 'publish' - static params = [ - 'tag', - 'access', - 'dry-run', - 'otp', - 'workspace', - 'workspaces', - 'include-workspace-root', - 'provenance', - ] - - static usage = ['<package-spec>'] - static workspaces = true - static ignoreImplicitWorkspace = false - - async exec (args) { - if (args.length === 0) { - args = ['.'] - } - if (args.length !== 1) { - throw this.usageError() - } - - log.verbose('publish', replaceInfo(args)) - - const unicode = this.npm.config.get('unicode') - const dryRun = this.npm.config.get('dry-run') - const json = this.npm.config.get('json') - const defaultTag = this.npm.config.get('tag') - const ignoreScripts = this.npm.config.get('ignore-scripts') - const { silent } = this.npm - - if (semver.validRange(defaultTag)) { - throw new Error('Tag name must not be a valid SemVer range: ' + defaultTag.trim()) - } - - const opts = { ...this.npm.flatOptions, progress: false } - log.disableProgress() - - // you can publish name@version, ./foo.tgz, etc. - // even though the default is the 'file:.' cwd. - const spec = npa(args[0]) - let manifest = await this.getManifest(spec, opts) - - // only run scripts for directory type publishes - if (spec.type === 'directory' && !ignoreScripts) { - await runScript({ - event: 'prepublishOnly', - path: spec.fetchSpec, - stdio: 'inherit', - pkg: manifest, - banner: !silent, - }) - } - - // we pass dryRun: true to libnpmpack so it doesn't write the file to disk - const tarballData = await pack(spec, { - ...opts, - dryRun: true, - prefix: this.npm.localPrefix, - workspaces: this.workspacePaths, - }) - const pkgContents = await getContents(manifest, tarballData) - - // The purpose of re-reading the manifest is in case it changed, - // so that we send the latest and greatest thing to the registry - // note that publishConfig might have changed as well! - manifest = await this.getManifest(spec, opts) - - // JSON already has the package contents - if (!json) { - logTar(pkgContents, { unicode }) - } - - const resolved = npa.resolve(manifest.name, manifest.version) - const registry = npmFetch.pickRegistry(resolved, opts) - const creds = this.npm.config.getCredentialsByURI(registry) - const noCreds = !(creds.token || creds.username || creds.certfile && creds.keyfile) - const outputRegistry = replaceInfo(registry) - - if (noCreds) { - const msg = `This command requires you to be logged in to ${outputRegistry}` - if (dryRun) { - log.warn('', `${msg} (dry-run)`) - } else { - throw Object.assign(new Error(msg), { code: 'ENEEDAUTH' }) - } - } - - const access = opts.access === null ? 'default' : opts.access - let msg = `Publishing to ${outputRegistry} with tag ${defaultTag} and ${access} access` - if (dryRun) { - msg = `${msg} (dry-run)` - } - - log.notice('', msg) - - if (!dryRun) { - await otplease(this.npm, opts, o => libpub(manifest, tarballData, o)) - } - - if (spec.type === 'directory' && !ignoreScripts) { - await runScript({ - event: 'publish', - path: spec.fetchSpec, - stdio: 'inherit', - pkg: manifest, - banner: !silent, - }) - - await runScript({ - event: 'postpublish', - path: spec.fetchSpec, - stdio: 'inherit', - pkg: manifest, - banner: !silent, - }) - } - - if (!this.suppressOutput) { - if (!silent && json) { - this.npm.output(JSON.stringify(pkgContents, null, 2)) - } else if (!silent) { - this.npm.output(`+ ${pkgContents.id}`) - } - } - - return pkgContents - } - - async execWorkspaces (args) { - // Suppresses JSON output in publish() so we can handle it here - this.suppressOutput = true - - const results = {} - const json = this.npm.config.get('json') - const { silent } = this.npm - await this.setWorkspaces() - - for (const [name, workspace] of this.workspaces.entries()) { - let pkgContents - try { - pkgContents = await this.exec([workspace]) - } catch (err) { - if (err.code === 'EPRIVATE') { - log.warn( - 'publish', - `Skipping workspace ${ - this.npm.chalk.green(name) - }, marked as ${ - this.npm.chalk.bold('private') - }` - ) - continue - } - throw err - } - // This needs to be in-line w/ the rest of the output that non-JSON - // publish generates - if (!silent && !json) { - this.npm.output(`+ ${pkgContents.id}`) - } else { - results[name] = pkgContents - } - } - - if (!silent && json) { - this.npm.output(JSON.stringify(results, null, 2)) - } - } - - // if it's a directory, read it from the file system - // otherwise, get the full metadata from whatever it is - // XXX can't pacote read the manifest from a directory? - async getManifest (spec, opts) { - let manifest - if (spec.type === 'directory') { - manifest = await readJson(`${spec.fetchSpec}/package.json`) - } else { - manifest = await pacote.manifest(spec, { - ...opts, - fullmetadata: true, - fullReadJson: true, - }) - } - if (manifest.publishConfig) { - flatten(manifest.publishConfig, opts) - } - return manifest - } -} -module.exports = Publish diff --git a/software/flow/node_modules/npm/lib/commands/query.js b/software/flow/node_modules/npm/lib/commands/query.js deleted file mode 100644 index b5f4d8e..0000000 --- a/software/flow/node_modules/npm/lib/commands/query.js +++ /dev/null @@ -1,108 +0,0 @@ -'use strict' - -const { resolve } = require('path') -const Arborist = require('@npmcli/arborist') -const BaseCommand = require('../base-command.js') - -class QuerySelectorItem { - constructor (node) { - // all enumerable properties from the target - Object.assign(this, node.target.package) - - // append extra info - this.pkgid = node.target.pkgid - this.location = node.target.location - this.path = node.target.path - this.realpath = node.target.realpath - this.resolved = node.target.resolved - this.from = [] - this.to = [] - this.dev = node.target.dev - this.inBundle = node.target.inBundle - this.deduped = this.from.length > 1 - this.overridden = node.overridden - this.queryContext = node.queryContext - for (const edge of node.target.edgesIn) { - this.from.push(edge.from.location) - } - for (const [, edge] of node.target.edgesOut) { - if (edge.to) { - this.to.push(edge.to.location) - } - } - } -} - -class Query extends BaseCommand { - #response = [] // response is the query response - #seen = new Set() // paths we've seen so we can keep response deduped - - static description = 'Retrieve a filtered list of packages' - static name = 'query' - static usage = ['<selector>'] - - static workspaces = true - static ignoreImplicitWorkspace = false - - static params = [ - 'global', - 'workspace', - 'workspaces', - 'include-workspace-root', - ] - - get parsedResponse () { - return JSON.stringify(this.#response, null, 2) - } - - async exec (args) { - // one dir up from wherever node_modules lives - const where = resolve(this.npm.dir, '..') - const opts = { - ...this.npm.flatOptions, - path: where, - forceActual: true, - } - const arb = new Arborist(opts) - const tree = await arb.loadActual(opts) - const items = await tree.querySelectorAll(args[0], this.npm.flatOptions) - this.buildResponse(items) - - this.npm.output(this.parsedResponse) - } - - async execWorkspaces (args) { - await this.setWorkspaces() - const opts = { - ...this.npm.flatOptions, - path: this.npm.prefix, - } - const arb = new Arborist(opts) - const tree = await arb.loadActual(opts) - for (const workspacePath of this.workspacePaths) { - let items - if (workspacePath === tree.root.path) { - // include-workspace-root - items = await tree.querySelectorAll(args[0]) - } else { - const [workspace] = await tree.querySelectorAll(`.workspace:path(${workspacePath})`) - items = await workspace.target.querySelectorAll(args[0], this.npm.flatOptions) - } - this.buildResponse(items) - } - this.npm.output(this.parsedResponse) - } - - // builds a normalized inventory - buildResponse (items) { - for (const node of items) { - if (!this.#seen.has(node.target.location)) { - const item = new QuerySelectorItem(node) - this.#response.push(item) - this.#seen.add(item.location) - } - } - } -} - -module.exports = Query diff --git a/software/flow/node_modules/npm/lib/commands/rebuild.js b/software/flow/node_modules/npm/lib/commands/rebuild.js deleted file mode 100644 index df79110..0000000 --- a/software/flow/node_modules/npm/lib/commands/rebuild.js +++ /dev/null @@ -1,82 +0,0 @@ -const { resolve } = require('path') -const Arborist = require('@npmcli/arborist') -const npa = require('npm-package-arg') -const semver = require('semver') -const completion = require('../utils/completion/installed-deep.js') - -const ArboristWorkspaceCmd = require('../arborist-cmd.js') -class Rebuild extends ArboristWorkspaceCmd { - static description = 'Rebuild a package' - static name = 'rebuild' - static params = [ - 'global', - 'bin-links', - 'foreground-scripts', - 'ignore-scripts', - ...super.params, - ] - - static usage = ['[<package-spec>] ...]'] - - // TODO - /* istanbul ignore next */ - async completion (opts) { - return completion(this.npm, opts) - } - - async exec (args) { - const globalTop = resolve(this.npm.globalDir, '..') - const where = this.npm.global ? globalTop : this.npm.prefix - const arb = new Arborist({ - ...this.npm.flatOptions, - path: where, - // TODO when extending ReifyCmd - // workspaces: this.workspaceNames, - }) - - if (args.length) { - // get the set of nodes matching the name that we want rebuilt - const tree = await arb.loadActual() - const specs = args.map(arg => { - const spec = npa(arg) - if (spec.rawSpec === '*') { - return spec - } - - if (spec.type !== 'range' && spec.type !== 'version' && spec.type !== 'directory') { - throw new Error('`npm rebuild` only supports SemVer version/range specifiers') - } - - return spec - }) - const nodes = tree.inventory.filter(node => this.isNode(specs, node)) - - await arb.rebuild({ nodes }) - } else { - await arb.rebuild() - } - - this.npm.output('rebuilt dependencies successfully') - } - - isNode (specs, node) { - return specs.some(spec => { - if (spec.type === 'directory') { - return node.path === spec.fetchSpec - } - - if (spec.name !== node.name) { - return false - } - - if (spec.rawSpec === '' || spec.rawSpec === '*') { - return true - } - - const { version } = node.package - // TODO: add tests for a package with missing version - return semver.satisfies(version, spec.fetchSpec) - }) - } -} -module.exports = Rebuild diff --git a/software/flow/node_modules/npm/lib/commands/repo.js b/software/flow/node_modules/npm/lib/commands/repo.js deleted file mode 100644 index b89b74c..0000000 --- a/software/flow/node_modules/npm/lib/commands/repo.js +++ /dev/null @@ -1,54 +0,0 @@ -const { URL } = require('url') - -const PackageUrlCmd = require('../package-url-cmd.js') -class Repo extends PackageUrlCmd { - static description = 'Open package repository page in the browser' - static name = 'repo' - - getUrl (spec, mani) { - const r = mani.repository - const rurl = !r ? null - : typeof r === 'string' ? r - : typeof r === 'object' && typeof r.url === 'string' ? r.url - : null - - if (!rurl) { - throw Object.assign(new Error('no repository'), { - pkgid: spec, - }) - } - - const info = this.hostedFromMani(mani) - const url = info ? - info.browse(mani.repository.directory) : unknownHostedUrl(rurl) - - if (!url) { - throw Object.assign(new Error('no repository: could not get url'), { - pkgid: spec, - }) - } - return url - } -} -module.exports = Repo - -const unknownHostedUrl = url => { - try { - const { - protocol, - hostname, - pathname, - } = new URL(url) - - /* istanbul ignore next - URL ctor should prevent this */ - if (!protocol || !hostname) { - return null - } - - const proto = /(git\+)http:$/.test(protocol) ? 'http:' : 'https:' - const path = pathname.replace(/\.git$/, '') - return `${proto}//${hostname}${path}` - } catch (e) { - return null - } -} diff --git a/software/flow/node_modules/npm/lib/commands/restart.js b/software/flow/node_modules/npm/lib/commands/restart.js deleted file mode 100644 index 7ca2eb3..0000000 --- a/software/flow/node_modules/npm/lib/commands/restart.js +++ /dev/null @@ -1,13 +0,0 @@ -const LifecycleCmd = require('../lifecycle-cmd.js') - -// This ends up calling run-script(['restart', ...args]) -class Restart extends LifecycleCmd { - static description = 'Restart a package' - static name = 'restart' - static params = [ - 'ignore-scripts', - 'script-shell', - ] -} - -module.exports = Restart diff --git a/software/flow/node_modules/npm/lib/commands/root.js b/software/flow/node_modules/npm/lib/commands/root.js deleted file mode 100644 index 7749c60..0000000 --- a/software/flow/node_modules/npm/lib/commands/root.js +++ /dev/null @@ -1,11 +0,0 @@ -const BaseCommand = require('../base-command.js') -class Root extends BaseCommand { - static description = 'Display npm root' - static name = 'root' - static params = ['global'] - - async exec () { - this.npm.output(this.npm.dir) - } -} -module.exports = Root diff --git a/software/flow/node_modules/npm/lib/commands/run-script.js b/software/flow/node_modules/npm/lib/commands/run-script.js deleted file mode 100644 index 51746c5..0000000 --- a/software/flow/node_modules/npm/lib/commands/run-script.js +++ /dev/null @@ -1,269 +0,0 @@ -const { resolve } = require('path') -const chalk = require('chalk') -const runScript = require('@npmcli/run-script') -const { isServerPackage } = runScript -const rpj = require('read-package-json-fast') -const log = require('../utils/log-shim.js') -const didYouMean = require('../utils/did-you-mean.js') -const { isWindowsShell } = require('../utils/is-windows.js') - -const cmdList = [ - 'publish', - 'install', - 'uninstall', - 'test', - 'stop', - 'start', - 'restart', - 'version', -].reduce((l, p) => l.concat(['pre' + p, p, 'post' + p]), []) - -const nocolor = { - reset: s => s, - bold: s => s, - dim: s => s, - blue: s => s, - green: s => s, -} - -const BaseCommand = require('../base-command.js') -class RunScript extends BaseCommand { - static description = 'Run arbitrary package scripts' - static params = [ - 'workspace', - 'workspaces', - 'include-workspace-root', - 'if-present', - 'ignore-scripts', - 'foreground-scripts', - 'script-shell', - ] - - static name = 'run-script' - static usage = ['<command> [-- <args>]'] - static workspaces = true - static ignoreImplicitWorkspace = false - static isShellout = true - - async completion (opts) { - const argv = opts.conf.argv.remain - if (argv.length === 2) { - // find the script name - const json = resolve(this.npm.localPrefix, 'package.json') - const { scripts = {} } = await rpj(json).catch(er => ({})) - return Object.keys(scripts) - } - } - - async exec (args) { - if (args.length) { - return this.run(args) - } else { - return this.list(args) - } - } - - async execWorkspaces (args) { - if (args.length) { - return this.runWorkspaces(args) - } else { - return this.listWorkspaces(args) - } - } - - async run ([event, ...args], { path = this.npm.localPrefix, pkg } = {}) { - // this || undefined is because runScript will be unhappy with the default - // null value - const scriptShell = this.npm.config.get('script-shell') || undefined - - pkg = pkg || (await rpj(`${path}/package.json`)) - const { scripts = {} } = pkg - - if (event === 'restart' && !scripts.restart) { - scripts.restart = 'npm stop --if-present && npm start' - } else if (event === 'env' && !scripts.env) { - scripts.env = isWindowsShell ? 'SET' : 'env' - } - - pkg.scripts = scripts - - if ( - !Object.prototype.hasOwnProperty.call(scripts, event) && - !(event === 'start' && (await isServerPackage(path))) - ) { - if (this.npm.config.get('if-present')) { - return - } - - const suggestions = await didYouMean(this.npm, path, event) - throw new Error( - `Missing script: "${event}"${suggestions}\n\nTo see a list of scripts, run:\n npm run` - ) - } - - // positional args only added to the main event, not pre/post - const events = [[event, args]] - if (!this.npm.config.get('ignore-scripts')) { - if (scripts[`pre${event}`]) { - events.unshift([`pre${event}`, []]) - } - - if (scripts[`post${event}`]) { - events.push([`post${event}`, []]) - } - } - - const opts = { - path, - args, - scriptShell, - stdio: 'inherit', - pkg, - banner: !this.npm.silent, - } - - for (const [ev, evArgs] of events) { - await runScript({ - ...opts, - event: ev, - args: evArgs, - }) - } - } - - async list (args, path) { - path = path || this.npm.localPrefix - const { scripts, name, _id } = await rpj(`${path}/package.json`) - const pkgid = _id || name - const color = this.npm.color - - if (!scripts) { - return [] - } - - const allScripts = Object.keys(scripts) - if (this.npm.silent) { - return allScripts - } - - if (this.npm.config.get('json')) { - this.npm.output(JSON.stringify(scripts, null, 2)) - return allScripts - } - - if (this.npm.config.get('parseable')) { - for (const [script, cmd] of Object.entries(scripts)) { - this.npm.output(`${script}:${cmd}`) - } - - return allScripts - } - - const indent = '\n ' - const prefix = ' ' - const cmds = [] - const runScripts = [] - for (const script of allScripts) { - const list = cmdList.includes(script) ? cmds : runScripts - list.push(script) - } - const colorize = color ? chalk : nocolor - - if (cmds.length) { - this.npm.output( - `${colorize.reset(colorize.bold('Lifecycle scripts'))} included in ${colorize.green( - pkgid - )}:` - ) - } - - for (const script of cmds) { - this.npm.output(prefix + script + indent + colorize.dim(scripts[script])) - } - - if (!cmds.length && runScripts.length) { - this.npm.output( - `${colorize.bold('Scripts')} available in ${colorize.green(pkgid)} via \`${colorize.blue( - 'npm run-script' - )}\`:` - ) - } else if (runScripts.length) { - this.npm.output(`\navailable via \`${colorize.blue('npm run-script')}\`:`) - } - - for (const script of runScripts) { - this.npm.output(prefix + script + indent + colorize.dim(scripts[script])) - } - - this.npm.output('') - return allScripts - } - - async runWorkspaces (args, filters) { - const res = [] - await this.setWorkspaces() - - for (const workspacePath of this.workspacePaths) { - const pkg = await rpj(`${workspacePath}/package.json`) - const runResult = await this.run(args, { - path: workspacePath, - pkg, - }).catch(err => { - log.error(`Lifecycle script \`${args[0]}\` failed with error:`) - log.error(err) - log.error(` in workspace: ${pkg._id || pkg.name}`) - log.error(` at location: ${workspacePath}`) - - const scriptMissing = err.message.startsWith('Missing script') - - // avoids exiting with error code in case there's scripts missing - // in some workspaces since other scripts might have succeeded - if (!scriptMissing) { - process.exitCode = 1 - } - - return scriptMissing - }) - res.push(runResult) - } - - // in case **all** tests are missing, then it should exit with error code - if (res.every(Boolean)) { - throw new Error(`Missing script: ${args[0]}`) - } - } - - async listWorkspaces (args, filters) { - await this.setWorkspaces() - - if (this.npm.silent) { - return - } - - if (this.npm.config.get('json')) { - const res = {} - for (const workspacePath of this.workspacePaths) { - const { scripts, name } = await rpj(`${workspacePath}/package.json`) - res[name] = { ...scripts } - } - this.npm.output(JSON.stringify(res, null, 2)) - return - } - - if (this.npm.config.get('parseable')) { - for (const workspacePath of this.workspacePaths) { - const { scripts, name } = await rpj(`${workspacePath}/package.json`) - for (const [script, cmd] of Object.entries(scripts || {})) { - this.npm.output(`${name}:${script}:${cmd}`) - } - } - return - } - - for (const workspacePath of this.workspacePaths) { - await this.list(args, workspacePath) - } - } -} - -module.exports = RunScript diff --git a/software/flow/node_modules/npm/lib/commands/search.js b/software/flow/node_modules/npm/lib/commands/search.js deleted file mode 100644 index 7419e97..0000000 --- a/software/flow/node_modules/npm/lib/commands/search.js +++ /dev/null @@ -1,110 +0,0 @@ -const Minipass = require('minipass') -const Pipeline = require('minipass-pipeline') -const libSearch = require('libnpmsearch') -const log = require('../utils/log-shim.js') - -const formatSearchStream = require('../utils/format-search-stream.js') - -function filter (data, include, exclude) { - const words = [data.name] - .concat(data.maintainers.map(m => `=${m.username}`)) - .concat(data.keywords || []) - .map(f => f && f.trim && f.trim()) - .filter(f => f) - .join(' ') - .toLowerCase() - - if (exclude.find(e => match(words, e))) { - return false - } - - return true -} - -function match (words, pattern) { - if (pattern.startsWith('/')) { - if (pattern.endsWith('/')) { - pattern = pattern.slice(0, -1) - } - pattern = new RegExp(pattern.slice(1)) - return words.match(pattern) - } - return words.indexOf(pattern) !== -1 -} - -const BaseCommand = require('../base-command.js') -class Search extends BaseCommand { - static description = 'Search for packages' - static name = 'search' - static params = [ - 'long', - 'json', - 'color', - 'parseable', - 'description', - 'searchopts', - 'searchexclude', - 'registry', - 'prefer-online', - 'prefer-offline', - 'offline', - ] - - static usage = ['[search terms ...]'] - - async exec (args) { - const opts = { - ...this.npm.flatOptions, - ...this.npm.flatOptions.search, - include: args.map(s => s.toLowerCase()).filter(s => s), - exclude: this.npm.flatOptions.search.exclude.split(/\s+/), - } - - if (opts.include.length === 0) { - throw new Error('search must be called with arguments') - } - - // Used later to figure out whether we had any packages go out - let anyOutput = false - - class FilterStream extends Minipass { - write (pkg) { - if (filter(pkg, opts.include, opts.exclude)) { - super.write(pkg) - } - } - } - - const filterStream = new FilterStream() - - // Grab a configured output stream that will spit out packages in the - // desired format. - const outputStream = formatSearchStream({ - args, // --searchinclude options are not highlighted - ...opts, - }) - - log.silly('search', 'searching packages') - const p = new Pipeline( - libSearch.stream(opts.include, opts), - filterStream, - outputStream - ) - - p.on('data', chunk => { - if (!anyOutput) { - anyOutput = true - } - this.npm.output(chunk.toString('utf8')) - }) - - await p.promise() - if (!anyOutput && !this.npm.config.get('json') && !this.npm.config.get('parseable')) { - this.npm.output('No matches found for ' + (args.map(JSON.stringify).join(' '))) - } - - log.silly('search', 'search completed') - log.clearProgress() - } -} -module.exports = Search diff --git a/software/flow/node_modules/npm/lib/commands/set.js b/software/flow/node_modules/npm/lib/commands/set.js deleted file mode 100644 index b650026..0000000 --- a/software/flow/node_modules/npm/lib/commands/set.js +++ /dev/null @@ -1,22 +0,0 @@ -const BaseCommand = require('../base-command.js') - -class Set extends BaseCommand { - static description = 'Set a value in the npm configuration' - static name = 'set' - static usage = ['<key>=<value> [<key>=<value> ...] (See `npm config`)'] - static ignoreImplicitWorkspace = false - - // TODO - /* istanbul ignore next */ - async completion (opts) { - return this.npm.cmd('config').completion(opts) - } - - async exec (args) { - if (!args.length) { - throw this.usageError() - } - return this.npm.exec('config', ['set'].concat(args)) - } -} -module.exports = Set diff --git a/software/flow/node_modules/npm/lib/commands/shrinkwrap.js b/software/flow/node_modules/npm/lib/commands/shrinkwrap.js deleted file mode 100644 index a240f03..0000000 --- a/software/flow/node_modules/npm/lib/commands/shrinkwrap.js +++ /dev/null @@ -1,71 +0,0 @@ -const { resolve, basename } = require('path') -const { unlink } = require('fs').promises -const Arborist = require('@npmcli/arborist') -const log = require('../utils/log-shim') -const BaseCommand = require('../base-command.js') -class Shrinkwrap extends BaseCommand { - static description = 'Lock down dependency versions for publication' - static name = 'shrinkwrap' - static ignoreImplicitWorkspace = false - - async exec () { - // if has a npm-shrinkwrap.json, nothing to do - // if has a package-lock.json, rename to npm-shrinkwrap.json - // if has neither, load the actual tree and save that as npm-shrinkwrap.json - // - // loadVirtual, fall back to loadActual - // rename shrinkwrap file type, and tree.meta.save() - if (this.npm.global) { - const er = new Error('`npm shrinkwrap` does not work for global packages') - er.code = 'ESHRINKWRAPGLOBAL' - throw er - } - - const path = this.npm.prefix - const sw = resolve(path, 'npm-shrinkwrap.json') - const arb = new Arborist({ ...this.npm.flatOptions, path }) - const tree = await arb.loadVirtual().catch(() => arb.loadActual()) - const { meta } = tree - const newFile = meta.hiddenLockfile || !meta.loadedFromDisk - const oldFilename = meta.filename - const notSW = !newFile && basename(oldFilename) !== 'npm-shrinkwrap.json' - - // The computed lockfile version of a hidden lockfile is always 3 - // even if the actual value of the property is a different. - // When shrinkwrap is run with only a hidden lockfile we want to - // set the shrinkwrap lockfile version as whatever was explicitly - // requested with a fallback to the actual value from the hidden - // lockfile. - if (meta.hiddenLockfile) { - meta.lockfileVersion = arb.options.lockfileVersion || - meta.originalLockfileVersion - } - meta.hiddenLockfile = false - meta.filename = sw - await meta.save() - - const updatedVersion = meta.originalLockfileVersion !== meta.lockfileVersion - ? meta.lockfileVersion - : null - - if (newFile) { - let message = 'created a lockfile as npm-shrinkwrap.json' - if (updatedVersion) { - message += ` with version ${updatedVersion}` - } - log.notice('', message) - } else if (notSW) { - await unlink(oldFilename) - let message = 'package-lock.json has been renamed to npm-shrinkwrap.json' - if (updatedVersion) { - message += ` and updated to version ${updatedVersion}` - } - log.notice('', message) - } else if (updatedVersion) { - log.notice('', `npm-shrinkwrap.json updated to version ${updatedVersion}`) - } else { - log.notice('', 'npm-shrinkwrap.json up to date') - } - } -} -module.exports = Shrinkwrap diff --git a/software/flow/node_modules/npm/lib/commands/star.js b/software/flow/node_modules/npm/lib/commands/star.js deleted file mode 100644 index 20039bf..0000000 --- a/software/flow/node_modules/npm/lib/commands/star.js +++ /dev/null @@ -1,71 +0,0 @@ -const fetch = require('npm-registry-fetch') -const npa = require('npm-package-arg') -const log = require('../utils/log-shim') -const getIdentity = require('../utils/get-identity') - -const BaseCommand = require('../base-command.js') -class Star extends BaseCommand { - static description = 'Mark your favorite packages' - static name = 'star' - static usage = ['[<package-spec>...]'] - static params = [ - 'registry', - 'unicode', - 'otp', - ] - - static ignoreImplicitWorkspace = false - - async exec (args) { - if (!args.length) { - throw this.usageError() - } - - // if we're unstarring, then show an empty star image - // otherwise, show the full star image - const unicode = this.npm.config.get('unicode') - const full = unicode ? '\u2605 ' : '(*)' - const empty = unicode ? '\u2606 ' : '( )' - const show = this.name === 'star' ? full : empty - - const pkgs = args.map(npa) - const username = await getIdentity(this.npm, this.npm.flatOptions) - - for (const pkg of pkgs) { - const fullData = await fetch.json(pkg.escapedName, { - ...this.npm.flatOptions, - spec: pkg, - query: { write: true }, - preferOnline: true, - }) - - const body = { - _id: fullData._id, - _rev: fullData._rev, - users: fullData.users || {}, - } - - if (this.name === 'star') { - log.info('star', 'starring', body._id) - body.users[username] = true - log.verbose('star', 'starring', body) - } else { - delete body.users[username] - log.info('unstar', 'unstarring', body._id) - log.verbose('unstar', 'unstarring', body) - } - - const data = await fetch.json(pkg.escapedName, { - ...this.npm.flatOptions, - spec: pkg, - method: 'PUT', - body, - }) - - this.npm.output(show + ' ' + pkg.name) - log.verbose('star', data) - return data - } - } -} -module.exports = Star diff --git a/software/flow/node_modules/npm/lib/commands/stars.js b/software/flow/node_modules/npm/lib/commands/stars.js deleted file mode 100644 index 4214134..0000000 --- a/software/flow/node_modules/npm/lib/commands/stars.js +++ /dev/null @@ -1,38 +0,0 @@ -const fetch = require('npm-registry-fetch') -const log = require('../utils/log-shim') -const getIdentity = require('../utils/get-identity.js') - -const BaseCommand = require('../base-command.js') -class Stars extends BaseCommand { - static description = 'View packages marked as favorites' - static name = 'stars' - static usage = ['[<user>]'] - static params = ['registry'] - static ignoreImplicitWorkspace = false - - async exec ([user]) { - try { - if (!user) { - user = await getIdentity(this.npm, this.npm.flatOptions) - } - - const { rows } = await fetch.json('/-/_view/starredByUser', { - ...this.npm.flatOptions, - query: { key: `"${user}"` }, - }) - if (rows.length === 0) { - log.warn('stars', 'user has not starred any packages') - } - - for (const row of rows) { - this.npm.output(row.value) - } - } catch (err) { - if (err.code === 'ENEEDAUTH') { - log.warn('stars', 'auth is required to look up your username') - } - throw err - } - } -} -module.exports = Stars diff --git a/software/flow/node_modules/npm/lib/commands/start.js b/software/flow/node_modules/npm/lib/commands/start.js deleted file mode 100644 index a16eade..0000000 --- a/software/flow/node_modules/npm/lib/commands/start.js +++ /dev/null @@ -1,13 +0,0 @@ -const LifecycleCmd = require('../lifecycle-cmd.js') - -// This ends up calling run-script(['start', ...args]) -class Start extends LifecycleCmd { - static description = 'Start a package' - static name = 'start' - static params = [ - 'ignore-scripts', - 'script-shell', - ] -} - -module.exports = Start diff --git a/software/flow/node_modules/npm/lib/commands/stop.js b/software/flow/node_modules/npm/lib/commands/stop.js deleted file mode 100644 index ae3031f..0000000 --- a/software/flow/node_modules/npm/lib/commands/stop.js +++ /dev/null @@ -1,13 +0,0 @@ -const LifecycleCmd = require('../lifecycle-cmd.js') - -// This ends up calling run-script(['stop', ...args]) -class Stop extends LifecycleCmd { - static description = 'Stop a package' - static name = 'stop' - static params = [ - 'ignore-scripts', - 'script-shell', - ] -} - -module.exports = Stop diff --git a/software/flow/node_modules/npm/lib/commands/team.js b/software/flow/node_modules/npm/lib/commands/team.js deleted file mode 100644 index 2d4fc66..0000000 --- a/software/flow/node_modules/npm/lib/commands/team.js +++ /dev/null @@ -1,154 +0,0 @@ -const columns = require('cli-columns') -const libteam = require('libnpmteam') - -const otplease = require('../utils/otplease.js') - -const BaseCommand = require('../base-command.js') -class Team extends BaseCommand { - static description = 'Manage organization teams and team memberships' - static name = 'team' - static usage = [ - 'create <scope:team> [--otp <otpcode>]', - 'destroy <scope:team> [--otp <otpcode>]', - 'add <scope:team> <user> [--otp <otpcode>]', - 'rm <scope:team> <user> [--otp <otpcode>]', - 'ls <scope>|<scope:team>', - ] - - static params = [ - 'registry', - 'otp', - 'parseable', - 'json', - ] - - static ignoreImplicitWorkspace = false - - async completion (opts) { - const { conf: { argv: { remain: argv } } } = opts - const subcommands = ['create', 'destroy', 'add', 'rm', 'ls'] - - if (argv.length === 2) { - return subcommands - } - - if (subcommands.includes(argv[2])) { - return [] - } - - throw new Error(argv[2] + ' not recognized') - } - - async exec ([cmd, entity = '', user = '']) { - // Entities are in the format <scope>:<team> - // XXX: "description" option to libnpmteam is used as a description of the - // team, but in npm's options, this is a boolean meaning "show the - // description in npm search output". Hence its being set to null here. - await otplease(this.npm, { ...this.npm.flatOptions }, opts => { - entity = entity.replace(/^@/, '') - switch (cmd) { - case 'create': return this.create(entity, opts) - case 'destroy': return this.destroy(entity, opts) - case 'add': return this.add(entity, user, opts) - case 'rm': return this.rm(entity, user, opts) - case 'ls': { - const match = entity.match(/[^:]+:.+/) - if (match) { - return this.listUsers(entity, opts) - } else { - return this.listTeams(entity, opts) - } - } - default: - throw this.usageError() - } - }) - } - - async create (entity, opts) { - await libteam.create(entity, opts) - if (opts.json) { - this.npm.output(JSON.stringify({ - created: true, - team: entity, - })) - } else if (opts.parseable) { - this.npm.output(`${entity}\tcreated`) - } else if (!this.npm.silent) { - this.npm.output(`+@${entity}`) - } - } - - async destroy (entity, opts) { - await libteam.destroy(entity, opts) - if (opts.json) { - this.npm.output(JSON.stringify({ - deleted: true, - team: entity, - })) - } else if (opts.parseable) { - this.npm.output(`${entity}\tdeleted`) - } else if (!this.npm.silent) { - this.npm.output(`-@${entity}`) - } - } - - async add (entity, user, opts) { - await libteam.add(user, entity, opts) - if (opts.json) { - this.npm.output(JSON.stringify({ - added: true, - team: entity, - user, - })) - } else if (opts.parseable) { - this.npm.output(`${user}\t${entity}\tadded`) - } else if (!this.npm.silent) { - this.npm.output(`${user} added to @${entity}`) - } - } - - async rm (entity, user, opts) { - await libteam.rm(user, entity, opts) - if (opts.json) { - this.npm.output(JSON.stringify({ - removed: true, - team: entity, - user, - })) - } else if (opts.parseable) { - this.npm.output(`${user}\t${entity}\tremoved`) - } else if (!this.npm.silent) { - this.npm.output(`${user} removed from @${entity}`) - } - } - - async listUsers (entity, opts) { - const users = (await libteam.lsUsers(entity, opts)).sort() - if (opts.json) { - this.npm.output(JSON.stringify(users, null, 2)) - } else if (opts.parseable) { - this.npm.output(users.join('\n')) - } else if (!this.npm.silent) { - const plural = users.length === 1 ? '' : 's' - const more = users.length === 0 ? '' : ':\n' - this.npm.output(`\n@${entity} has ${users.length} user${plural}${more}`) - this.npm.output(columns(users, { padding: 1 })) - } - } - - async listTeams (entity, opts) { - const teams = (await libteam.lsTeams(entity, opts)).sort() - if (opts.json) { - this.npm.output(JSON.stringify(teams, null, 2)) - } else if (opts.parseable) { - this.npm.output(teams.join('\n')) - } else if (!this.npm.silent) { - const plural = teams.length === 1 ? '' : 's' - const more = teams.length === 0 ? '' : ':\n' - this.npm.output(`\n@${entity} has ${teams.length} team${plural}${more}`) - this.npm.output(columns(teams.map(t => `@${t}`), { padding: 1 })) - } - } -} -module.exports = Team diff --git a/software/flow/node_modules/npm/lib/commands/test.js b/software/flow/node_modules/npm/lib/commands/test.js deleted file mode 100644 index eccc47f..0000000 --- a/software/flow/node_modules/npm/lib/commands/test.js +++ /dev/null @@ -1,13 +0,0 @@ -const LifecycleCmd = require('../lifecycle-cmd.js') - -// This ends up calling run-script(['test', ...args]) -class Test extends LifecycleCmd { - static description = 'Test a package' - static name = 'test' - static params = [ - 'ignore-scripts', - 'script-shell', - ] -} - -module.exports = Test diff --git a/software/flow/node_modules/npm/lib/commands/token.js b/software/flow/node_modules/npm/lib/commands/token.js deleted file mode 100644 index 8da8311..0000000 --- a/software/flow/node_modules/npm/lib/commands/token.js +++ /dev/null @@ -1,230 +0,0 @@ -const Table = require('cli-table3') -const chalk = require('chalk') -const { v4: isCidrV4, v6: isCidrV6 } = require('is-cidr') -const log = require('../utils/log-shim.js') -const profile = require('npm-profile') - -const otplease = require('../utils/otplease.js') -const pulseTillDone = require('../utils/pulse-till-done.js') -const readUserInfo = require('../utils/read-user-info.js') - -const BaseCommand = require('../base-command.js') -class Token extends BaseCommand { - static description = 'Manage your authentication tokens' - static name = 'token' - static usage = ['list', 'revoke <id|token>', 'create [--read-only] [--cidr=list]'] - static params = ['read-only', 'cidr', 'registry', 'otp'] - - async completion (opts) { - const argv = opts.conf.argv.remain - const subcommands = ['list', 'revoke', 'create'] - if (argv.length === 2) { - return subcommands - } - - if (subcommands.includes(argv[2])) { - return [] - } - - throw new Error(argv[2] + ' not recognized') - } - - async exec (args) { - log.gauge.show('token') - if (args.length === 0) { - return this.list() - } - switch (args[0]) { - case 'list': - case 'ls': - return this.list() - case 'delete': - case 'revoke': - case 'remove': - case 'rm': - return this.rm(args.slice(1)) - case 'create': - return this.create(args.slice(1)) - default: - throw this.usageError(`${args[0]} is not a recognized subcommand.`) - } - } - - async list () { - const conf = this.config() - log.info('token', 'getting list') - const tokens = await pulseTillDone.withPromise(profile.listTokens(conf)) - if (conf.json) { - this.npm.output(JSON.stringify(tokens, null, 2)) - return - } else if (conf.parseable) { - this.npm.output(['key', 'token', 'created', 'readonly', 'CIDR whitelist'].join('\t')) - tokens.forEach(token => { - this.npm.output( - [ - token.key, - token.token, - token.created, - token.readonly ? 'true' : 'false', - token.cidr_whitelist ? token.cidr_whitelist.join(',') : '', - ].join('\t') - ) - }) - return - } - this.generateTokenIds(tokens, 6) - const idWidth = tokens.reduce((acc, token) => Math.max(acc, token.id.length), 0) - const table = new Table({ - head: ['id', 'token', 'created', 'readonly', 'CIDR whitelist'], - colWidths: [Math.max(idWidth, 2) + 2, 9, 12, 10], - }) - tokens.forEach(token => { - table.push([ - token.id, - token.token + '…', - String(token.created).slice(0, 10), - token.readonly ? 'yes' : 'no', - token.cidr_whitelist ? token.cidr_whitelist.join(', ') : '', - ]) - }) - this.npm.output(table.toString()) - } - - async rm (args) { - if (args.length === 0) { - throw this.usageError('`<tokenKey>` argument is required.') - } - - const conf = this.config() - const toRemove = [] - const progress = log.newItem('removing tokens', toRemove.length) - progress.info('token', 'getting existing list') - const tokens = await pulseTillDone.withPromise(profile.listTokens(conf)) - args.forEach(id => { - const matches = tokens.filter(token => token.key.indexOf(id) === 0) - if (matches.length === 1) { - toRemove.push(matches[0].key) - } else if (matches.length > 1) { - throw new Error( - /* eslint-disable-next-line max-len */ - `Token ID "${id}" was ambiguous, a new token may have been created since you last ran \`npm token list\`.` - ) - } else { - const tokenMatches = tokens.some(t => id.indexOf(t.token) === 0) - if (!tokenMatches) { - throw new Error(`Unknown token id or value "${id}".`) - } - - toRemove.push(id) - } - }) - await Promise.all( - toRemove.map(key => { - return otplease(this.npm, conf, c => profile.removeToken(key, c)) - }) - ) - if (conf.json) { - this.npm.output(JSON.stringify(toRemove)) - } else if (conf.parseable) { - this.npm.output(toRemove.join('\t')) - } else { - this.npm.output('Removed ' + toRemove.length + ' token' + (toRemove.length !== 1 ? 's' : '')) - } - } - - async create (args) { - const conf = this.config() - const cidr = conf.cidr - const readonly = conf.readOnly - - const password = await readUserInfo.password() - const validCIDR = this.validateCIDRList(cidr) - log.info('token', 'creating') - const result = await pulseTillDone.withPromise( - otplease(this.npm, conf, c => profile.createToken(password, readonly, validCIDR, c)) - ) - delete result.key - delete result.updated - if (conf.json) { - this.npm.output(JSON.stringify(result)) - } else if (conf.parseable) { - Object.keys(result).forEach(k => this.npm.output(k + '\t' + result[k])) - } else { - const table = new Table() - for (const k of Object.keys(result)) { - table.push({ [chalk.bold(k)]: String(result[k]) }) - } - this.npm.output(table.toString()) - } - } - - config () { - const conf = { ...this.npm.flatOptions } - const creds = this.npm.config.getCredentialsByURI(conf.registry) - if (creds.token) { - conf.auth = { token: creds.token } - } else if (creds.username) { - conf.auth = { - basic: { - username: creds.username, - password: creds.password, - }, - } - } else if (creds.auth) { - const auth = Buffer.from(creds.auth, 'base64').toString().split(':', 2) - conf.auth = { - basic: { - username: auth[0], - password: auth[1], - }, - } - } else { - conf.auth = {} - } - - if (conf.otp) { - conf.auth.otp = conf.otp - } - return conf - } - - invalidCIDRError (msg) { - return Object.assign(new Error(msg), { code: 'EINVALIDCIDR' }) - } - - generateTokenIds (tokens, minLength) { - const byId = {} - for (const token of tokens) { - token.id = token.key - for (let ii = minLength; ii < token.key.length; ++ii) { - const match = tokens.some( - ot => ot !== token && ot.key.slice(0, ii) === token.key.slice(0, ii) - ) - if (!match) { - token.id = token.key.slice(0, ii) - break - } - } - byId[token.id] = token - } - return byId - } - - validateCIDRList (cidrs) { - const maybeList = [].concat(cidrs).filter(Boolean) - const list = maybeList.length === 1 ? maybeList[0].split(/,\s*/) : maybeList - for (const cidr of list) { - if (isCidrV6(cidr)) { - throw this.invalidCIDRError( - 'CIDR whitelist can only contain IPv4 addresses, ' + cidr + ' is IPv6' - ) - } - - if (!isCidrV4(cidr)) { - throw this.invalidCIDRError('CIDR whitelist contains invalid CIDR entry: ' + cidr) - } - } - return list - } -} -module.exports = Token diff --git a/software/flow/node_modules/npm/lib/commands/uninstall.js b/software/flow/node_modules/npm/lib/commands/uninstall.js deleted file mode 100644 index 8c44f2e..0000000 --- a/software/flow/node_modules/npm/lib/commands/uninstall.js +++ /dev/null @@ -1,56 +0,0 @@ -const { resolve } = require('path') -const Arborist = require('@npmcli/arborist') -const rpj = require('read-package-json-fast') - -const reifyFinish = require('../utils/reify-finish.js') -const completion = require('../utils/completion/installed-shallow.js') - -const ArboristWorkspaceCmd = require('../arborist-cmd.js') -class Uninstall extends ArboristWorkspaceCmd { - static description = 'Remove a package' - static name = 'uninstall' - static params = ['save', ...super.params] - static usage = ['[<@scope>/]<pkg>...'] - static ignoreImplicitWorkspace = false - - // TODO - /* istanbul ignore next */ - async completion (opts) { - return completion(this.npm, opts) - } - - async exec (args) { - if (!args.length) { - if (!this.npm.global) { - throw new Error('Must provide a package name to remove') - } else { - try { - const pkg = await rpj(resolve(this.npm.localPrefix, 'package.json')) - args.push(pkg.name) - } catch (er) { - if (er.code !== 'ENOENT' && er.code !== 'ENOTDIR') { - throw er - } else { - throw this.usageError() - } - } - } - } - - // the /path/to/node_modules/.. - const path = this.npm.global - ? resolve(this.npm.globalDir, '..') - : this.npm.localPrefix - - const opts = { - ...this.npm.flatOptions, - path, - rm: args, - workspaces: this.workspaceNames, - } - const arb = new Arborist(opts) - await arb.reify(opts) - await reifyFinish(this.npm, arb) - } -} -module.exports = Uninstall diff --git a/software/flow/node_modules/npm/lib/commands/unpublish.js b/software/flow/node_modules/npm/lib/commands/unpublish.js deleted file mode 100644 index f1bcded..0000000 --- a/software/flow/node_modules/npm/lib/commands/unpublish.js +++ /dev/null @@ -1,160 +0,0 @@ -const libaccess = require('libnpmaccess') -const libunpub = require('libnpmpublish').unpublish -const npa = require('npm-package-arg') -const npmFetch = require('npm-registry-fetch') -const path = require('path') -const util = require('util') -const readJson = util.promisify(require('read-package-json')) - -const { flatten } = require('../utils/config/index.js') -const getIdentity = require('../utils/get-identity.js') -const log = require('../utils/log-shim') -const otplease = require('../utils/otplease.js') - -const LAST_REMAINING_VERSION_ERROR = 'Refusing to delete the last version of the package. ' + -'It will block from republishing a new version for 24 hours.\n' + -'Run with --force to do this.' - -const BaseCommand = require('../base-command.js') -class Unpublish extends BaseCommand { - static description = 'Remove a package from the registry' - static name = 'unpublish' - static params = ['dry-run', 'force', 'workspace', 'workspaces'] - static usage = ['[<package-spec>]'] - static workspaces = true - static ignoreImplicitWorkspace = false - - async getKeysOfVersions (name, opts) { - const pkgUri = npa(name).escapedName - const json = await npmFetch.json(`${pkgUri}?write=true`, { - ...opts, - spec: name, - }) - return Object.keys(json.versions) - } - - async completion (args) { - const { partialWord, conf } = args - - if (conf.argv.remain.length >= 3) { - return [] - } - - const opts = { ...this.npm.flatOptions } - const username = await getIdentity(this.npm, { ...opts }).catch(() => null) - if (!username) { - return [] - } - - const access = await libaccess.getPackages(username, opts) - // do a bit of filtering at this point, so that we don't need - // to fetch versions for more than one thing, but also don't - // accidentally unpublish a whole project - let pkgs = Object.keys(access) - if (!partialWord || !pkgs.length) { - return pkgs - } - - const pp = npa(partialWord).name - pkgs = pkgs.filter(p => !p.indexOf(pp)) - if (pkgs.length > 1) { - return pkgs - } - - const versions = await this.getKeysOfVersions(pkgs[0], opts) - if (!versions.length) { - return pkgs - } else { - return versions.map(v => `${pkgs[0]}@${v}`) - } - } - - async exec (args) { - if (args.length > 1) { - throw this.usageError() - } - - let spec = args.length && npa(args[0]) - const force = this.npm.config.get('force') - const { silent } = this.npm - const dryRun = this.npm.config.get('dry-run') - - log.silly('unpublish', 'args[0]', args[0]) - log.silly('unpublish', 'spec', spec) - - if ((!spec || !spec.rawSpec) && !force) { - throw this.usageError( - 'Refusing to delete entire project.\n' + - 'Run with --force to do this.' - ) - } - - const opts = { ...this.npm.flatOptions } - - let pkgName - let pkgVersion - let manifest - let manifestErr - try { - const pkgJson = path.join(this.npm.localPrefix, 'package.json') - manifest = await readJson(pkgJson) - } catch (err) { - manifestErr = err - } - if (spec) { - // If cwd has a package.json with a name that matches the package being - // unpublished, load up the publishConfig - if (manifest && manifest.name === spec.name && manifest.publishConfig) { - flatten(manifest.publishConfig, opts) - } - const versions = await this.getKeysOfVersions(spec.name, opts) - if (versions.length === 1 && !force) { - throw this.usageError(LAST_REMAINING_VERSION_ERROR) - } - pkgName = spec.name - pkgVersion = spec.type === 'version' ? `@${spec.rawSpec}` : '' - } else { - if (manifestErr) { - if (manifestErr.code === 'ENOENT' || manifestErr.code === 'ENOTDIR') { - throw this.usageError() - } else { - throw manifestErr - } - } - - log.verbose('unpublish', manifest) - - spec = npa.resolve(manifest.name, manifest.version) - if (manifest.publishConfig) { - flatten(manifest.publishConfig, opts) - } - - pkgName = manifest.name - pkgVersion = manifest.version ? `@${manifest.version}` : '' - } - - if (!dryRun) { - await otplease(this.npm, opts, o => libunpub(spec, o)) - } - if (!silent) { - this.npm.output(`- ${pkgName}${pkgVersion}`) - } - } - - async execWorkspaces (args) { - await this.setWorkspaces() - - const force = this.npm.config.get('force') - if (!force) { - throw this.usageError( - 'Refusing to delete entire project(s).\n' + - 'Run with --force to do this.' - ) - } - - for (const name of this.workspaceNames) { - await this.exec([name]) - } - } -} -module.exports = Unpublish diff --git a/software/flow/node_modules/npm/lib/commands/unstar.js b/software/flow/node_modules/npm/lib/commands/unstar.js deleted file mode 100644 index cbcb736..0000000 --- a/software/flow/node_modules/npm/lib/commands/unstar.js +++ /dev/null @@ -1,7 +0,0 @@ -const Star = require('./star.js') - -class Unstar extends Star { - static description = 'Remove an item from your favorite packages' - static name = 'unstar' -} -module.exports = Unstar diff --git a/software/flow/node_modules/npm/lib/commands/update.js b/software/flow/node_modules/npm/lib/commands/update.js deleted file mode 100644 index fd30bcb..0000000 --- a/software/flow/node_modules/npm/lib/commands/update.js +++ /dev/null @@ -1,68 +0,0 @@ -const path = require('path') - -const Arborist = require('@npmcli/arborist') -const log = require('../utils/log-shim.js') - -const reifyFinish = require('../utils/reify-finish.js') -const completion = require('../utils/completion/installed-deep.js') - -const ArboristWorkspaceCmd = require('../arborist-cmd.js') -class Update extends ArboristWorkspaceCmd { - static description = 'Update packages' - static name = 'update' - - static params = [ - 'save', - 'global', - 'install-strategy', - 'legacy-bundling', - 'global-style', - 'omit', - 'strict-peer-deps', - 'package-lock', - 'foreground-scripts', - 'ignore-scripts', - 'audit', - 'bin-links', - 'fund', - 'dry-run', - ...super.params, - ] - - static usage = ['[<pkg>...]'] - - // TODO - /* istanbul ignore next */ - async completion (opts) { - return completion(this.npm, opts) - } - - async exec (args) { - const update = args.length === 0 ? true : args - const global = path.resolve(this.npm.globalDir, '..') - const where = this.npm.global ? global : this.npm.prefix - - // In the context of `npm update` the save - // config value should default to `false` - const save = this.npm.config.isDefault('save') - ? false - : this.npm.config.get('save') - - if (this.npm.config.get('depth')) { - log.warn('update', 'The --depth option no longer has any effect. See RFC0019.\n' + - 'https://github.com/npm/rfcs/blob/latest/implemented/0019-remove-update-depth-option.md') - } - - const opts = { - ...this.npm.flatOptions, - path: where, - save, - workspaces: this.workspaceNames, - } - const arb = new Arborist(opts) - - await arb.reify({ ...opts, update }) - await reifyFinish(this.npm, arb) - } -} -module.exports = Update diff --git a/software/flow/node_modules/npm/lib/commands/version.js b/software/flow/node_modules/npm/lib/commands/version.js deleted file mode 100644 index a523283..0000000 --- a/software/flow/node_modules/npm/lib/commands/version.js +++ /dev/null @@ -1,156 +0,0 @@ -const libnpmversion = require('libnpmversion') -const { resolve } = require('path') -const { promisify } = require('util') -const readFile = promisify(require('fs').readFile) - -const updateWorkspaces = require('../workspaces/update-workspaces.js') -const BaseCommand = require('../base-command.js') - -class Version extends BaseCommand { - static description = 'Bump a package version' - static name = 'version' - static params = [ - 'allow-same-version', - 'commit-hooks', - 'git-tag-version', - 'json', - 'preid', - 'sign-git-tag', - 'workspace', - 'workspaces', - 'workspaces-update', - 'include-workspace-root', - ] - - static workspaces = true - static ignoreImplicitWorkspace = false - - /* eslint-disable-next-line max-len */ - static usage = ['[<newversion> | major | minor | patch | premajor | preminor | prepatch | prerelease | from-git]'] - - async completion (opts) { - const { - conf: { - argv: { remain }, - }, - } = opts - if (remain.length > 2) { - return [] - } - - return [ - 'major', - 'minor', - 'patch', - 'premajor', - 'preminor', - 'prepatch', - 'prerelease', - 'from-git', - ] - } - - async exec (args) { - switch (args.length) { - case 0: - return this.list() - case 1: - return this.change(args) - default: - throw this.usageError() - } - } - - async execWorkspaces (args) { - switch (args.length) { - case 0: - return this.listWorkspaces() - case 1: - return this.changeWorkspaces(args) - default: - throw this.usageError() - } - } - - async change (args) { - const prefix = this.npm.config.get('tag-version-prefix') - const version = await libnpmversion(args[0], { - ...this.npm.flatOptions, - path: this.npm.prefix, - }) - return this.npm.output(`${prefix}${version}`) - } - - async changeWorkspaces (args) { - const prefix = this.npm.config.get('tag-version-prefix') - await this.setWorkspaces() - const updatedWorkspaces = [] - for (const [name, path] of this.workspaces) { - this.npm.output(name) - const version = await libnpmversion(args[0], { - ...this.npm.flatOptions, - 'git-tag-version': false, - path, - }) - updatedWorkspaces.push(name) - this.npm.output(`${prefix}${version}`) - } - return this.update(updatedWorkspaces) - } - - async list (results = {}) { - const pj = resolve(this.npm.prefix, 'package.json') - - const pkg = await readFile(pj, 'utf8') - .then(data => JSON.parse(data)) - .catch(() => ({})) - - if (pkg.name && pkg.version) { - results[pkg.name] = pkg.version - } - - results.npm = this.npm.version - for (const [key, version] of Object.entries(process.versions)) { - results[key] = version - } - - if (this.npm.config.get('json')) { - this.npm.output(JSON.stringify(results, null, 2)) - } else { - this.npm.output(results) - } - } - - async listWorkspaces () { - const results = {} - await this.setWorkspaces() - for (const path of this.workspacePaths) { - const pj = resolve(path, 'package.json') - // setWorkspaces has already parsed package.json so we know it won't error - const pkg = await readFile(pj, 'utf8').then(data => JSON.parse(data)) - - if (pkg.name && pkg.version) { - results[pkg.name] = pkg.version - } - } - return this.list(results) - } - - async update (workspaces) { - const { - config, - flatOptions, - localPrefix, - } = this.npm - - await updateWorkspaces({ - config, - flatOptions, - localPrefix, - npm: this.npm, - workspaces, - }) - } -} - -module.exports = Version diff --git a/software/flow/node_modules/npm/lib/commands/view.js b/software/flow/node_modules/npm/lib/commands/view.js deleted file mode 100644 index 855b37b..0000000 --- a/software/flow/node_modules/npm/lib/commands/view.js +++ /dev/null @@ -1,510 +0,0 @@ -const chalk = require('chalk') -const columns = require('cli-columns') -const fs = require('fs') -const jsonParse = require('json-parse-even-better-errors') -const log = require('../utils/log-shim.js') -const npa = require('npm-package-arg') -const { resolve } = require('path') -const formatBytes = require('../utils/format-bytes.js') -const relativeDate = require('tiny-relative-date') -const semver = require('semver') -const { inspect, promisify } = require('util') -const { packument } = require('pacote') - -const readFile = promisify(fs.readFile) -const readJson = async file => jsonParse(await readFile(file, 'utf8')) - -const Queryable = require('../utils/queryable.js') -const BaseCommand = require('../base-command.js') -class View extends BaseCommand { - static description = 'View registry info' - static name = 'view' - static params = [ - 'json', - 'workspace', - 'workspaces', - 'include-workspace-root', - ] - - static workspaces = true - static ignoreImplicitWorkspace = false - static usage = ['[<package-spec>] [<field>[.subfield]...]'] - - async completion (opts) { - if (opts.conf.argv.remain.length <= 2) { - // There used to be registry completion here, but it stopped - // making sense somewhere around 50,000 packages on the registry - return - } - // have the package, get the fields - const config = { - ...this.npm.flatOptions, - fullMetadata: true, - preferOnline: true, - } - const spec = npa(opts.conf.argv.remain[2]) - const pckmnt = await packument(spec, config) - const defaultTag = this.npm.config.get('tag') - const dv = pckmnt.versions[pckmnt['dist-tags'][defaultTag]] - pckmnt.versions = Object.keys(pckmnt.versions).sort(semver.compareLoose) - - return getFields(pckmnt).concat(getFields(dv)) - - function getFields (d, f, pref) { - f = f || [] - pref = pref || [] - Object.keys(d).forEach((k) => { - if (k.charAt(0) === '_' || k.indexOf('.') !== -1) { - return - } - const p = pref.concat(k).join('.') - f.push(p) - if (Array.isArray(d[k])) { - d[k].forEach((val, i) => { - const pi = p + '[' + i + ']' - if (val && typeof val === 'object') { - getFields(val, f, [p]) - } else { - f.push(pi) - } - }) - return - } - if (typeof d[k] === 'object') { - getFields(d[k], f, [p]) - } - }) - return f - } - } - - async exec (args) { - if (!args.length) { - args = ['.'] - } - let pkg = args.shift() - const local = /^\.@/.test(pkg) || pkg === '.' - - if (local) { - if (this.npm.global) { - throw new Error('Cannot use view command in global mode.') - } - const dir = this.npm.prefix - const manifest = await readJson(resolve(dir, 'package.json')) - if (!manifest.name) { - throw new Error('Invalid package.json, no "name" field') - } - // put the version back if it existed - pkg = `${manifest.name}${pkg.slice(1)}` - } - - let wholePackument = false - if (!args.length) { - args = [''] - wholePackument = true - } - const [pckmnt, data] = await this.getData(pkg, args) - - if (!this.npm.config.get('json') && wholePackument) { - // pretty view (entire packument) - data.map((v) => this.prettyView(pckmnt, v[Object.keys(v)[0]][''])) - } else { - // JSON formatted output (JSON or specific attributes from packument) - let reducedData = data.reduce(reducer, {}) - if (wholePackument) { - // No attributes - reducedData = cleanBlanks(reducedData) - log.silly('view', reducedData) - } - // disable the progress bar entirely, as we can't meaningfully update it - // if we may have partial lines printed. - log.disableProgress() - - const msg = await this.jsonData(reducedData, pckmnt._id) - if (msg !== '') { - this.npm.output(msg) - } - } - } - - async execWorkspaces (args) { - if (!args.length) { - args = ['.'] - } - - const pkg = args.shift() - - const local = /^\.@/.test(pkg) || pkg === '.' - if (!local) { - log.warn('Ignoring workspaces for specified package(s)') - return this.exec([pkg, ...args]) - } - let wholePackument = false - if (!args.length) { - wholePackument = true - args = [''] // getData relies on this - } - const results = {} - await this.setWorkspaces() - for (const name of this.workspaceNames) { - const wsPkg = `${name}${pkg.slice(1)}` - const [pckmnt, data] = await this.getData(wsPkg, args) - - let reducedData = data.reduce(reducer, {}) - if (wholePackument) { - // No attributes - reducedData = cleanBlanks(reducedData) - log.silly('view', reducedData) - } - - if (!this.npm.config.get('json')) { - if (wholePackument) { - data.map((v) => this.prettyView(pckmnt, v[Object.keys(v)[0]][''])) - } else { - this.npm.output(`${name}:`) - const msg = await this.jsonData(reducedData, pckmnt._id) - if (msg !== '') { - this.npm.output(msg) - } - } - } else { - const msg = await this.jsonData(reducedData, pckmnt._id) - if (msg !== '') { - results[name] = JSON.parse(msg) - } - } - } - if (Object.keys(results).length > 0) { - this.npm.output(JSON.stringify(results, null, 2)) - } - } - - async getData (pkg, args) { - const opts = { - ...this.npm.flatOptions, - preferOnline: true, - fullMetadata: true, - } - - const spec = npa(pkg) - - // get the data about this package - let version = this.npm.config.get('tag') - // rawSpec is the git url if this is from git - if (spec.type !== 'git' && spec.type !== 'directory' && spec.rawSpec !== '*') { - version = spec.rawSpec - } - - const pckmnt = await packument(spec, opts) - - if (pckmnt['dist-tags']?.[version]) { - version = pckmnt['dist-tags'][version] - } - - if (pckmnt.time && pckmnt.time.unpublished) { - const u = pckmnt.time.unpublished - const er = new Error(`Unpublished on ${u.time}`) - er.statusCode = 404 - er.code = 'E404' - er.pkgid = pckmnt._id - throw er - } - - const data = [] - const versions = pckmnt.versions || {} - pckmnt.versions = Object.keys(versions).sort(semver.compareLoose) - - // remove readme unless we asked for it - if (args.indexOf('readme') === -1) { - delete pckmnt.readme - } - - Object.keys(versions).forEach((v) => { - if (semver.satisfies(v, version, true)) { - args.forEach(arg => { - // remove readme unless we asked for it - if (args.indexOf('readme') !== -1) { - delete versions[v].readme - } - - data.push(showFields(pckmnt, versions[v], arg)) - }) - } - }) - - // No data has been pushed because no data is matching the specified version - if (data.length === 0 && version !== 'latest') { - const er = new Error(`No match found for version ${version}`) - er.statusCode = 404 - er.code = 'E404' - er.pkgid = `${pckmnt._id}@${version}` - throw er - } - - if ( - !this.npm.config.get('json') && - args.length === 1 && - args[0] === '' - ) { - pckmnt.version = version - } - - return [pckmnt, data] - } - - async jsonData (data, name) { - const versions = Object.keys(data) - let msg = '' - let msgJson = [] - const includeVersions = versions.length > 1 - let includeFields - const json = this.npm.config.get('json') - - versions.forEach((v) => { - const fields = Object.keys(data[v]) - includeFields = includeFields || (fields.length > 1) - if (json) { - msgJson.push({}) - } - fields.forEach((f) => { - let d = cleanup(data[v][f]) - if (fields.length === 1 && json) { - msgJson[msgJson.length - 1][f] = d - } - - if (includeVersions || includeFields || typeof d !== 'string') { - if (json) { - msgJson[msgJson.length - 1][f] = d - } else { - d = inspect(d, { - showHidden: false, - depth: 5, - colors: this.npm.color, - maxArrayLength: null, - }) - } - } else if (typeof d === 'string' && json) { - d = JSON.stringify(d) - } - - if (!json) { - if (f && includeFields) { - f += ' = ' - } - msg += (includeVersions ? name + '@' + v + ' ' : '') + - (includeFields ? f : '') + d + '\n' - } - }) - }) - - if (json) { - if (msgJson.length && Object.keys(msgJson[0]).length === 1) { - const k = Object.keys(msgJson[0])[0] - msgJson = msgJson.map(m => m[k]) - } - if (msgJson.length === 1) { - msg = JSON.stringify(msgJson[0], null, 2) + '\n' - } else if (msgJson.length > 1) { - msg = JSON.stringify(msgJson, null, 2) + '\n' - } - } - - return msg.trim() - } - - prettyView (packu, manifest) { - // More modern, pretty printing of default view - const unicode = this.npm.config.get('unicode') - const tags = [] - - Object.keys(packu['dist-tags']).forEach((t) => { - const version = packu['dist-tags'][t] - tags.push(`${chalk.bold.green(t)}: ${version}`) - }) - const unpackedSize = manifest.dist.unpackedSize && - formatBytes(manifest.dist.unpackedSize, true) - const licenseField = manifest.license || 'Proprietary' - const info = { - name: chalk.green(manifest.name), - version: chalk.green(manifest.version), - bins: Object.keys(manifest.bin || {}), - versions: chalk.yellow(packu.versions.length + ''), - description: manifest.description, - deprecated: manifest.deprecated, - keywords: packu.keywords || [], - license: typeof licenseField === 'string' - ? licenseField - : (licenseField.type || 'Proprietary'), - deps: Object.keys(manifest.dependencies || {}).map((dep) => { - return `${chalk.yellow(dep)}: ${manifest.dependencies[dep]}` - }), - publisher: manifest._npmUser && unparsePerson({ - name: chalk.yellow(manifest._npmUser.name), - email: chalk.cyan(manifest._npmUser.email), - }), - modified: !packu.time ? undefined - : chalk.yellow(relativeDate(packu.time[manifest.version])), - maintainers: (packu.maintainers || []).map((u) => unparsePerson({ - name: chalk.yellow(u.name), - email: chalk.cyan(u.email), - })), - repo: ( - manifest.bugs && (manifest.bugs.url || manifest.bugs) - ) || ( - manifest.repository && (manifest.repository.url || manifest.repository) - ), - site: ( - manifest.homepage && (manifest.homepage.url || manifest.homepage) - ), - tags, - tarball: chalk.cyan(manifest.dist.tarball), - shasum: chalk.yellow(manifest.dist.shasum), - integrity: - manifest.dist.integrity && chalk.yellow(manifest.dist.integrity), - fileCount: - manifest.dist.fileCount && chalk.yellow(manifest.dist.fileCount), - unpackedSize: unpackedSize && chalk.yellow(unpackedSize), - } - if (info.license.toLowerCase().trim() === 'proprietary') { - info.license = chalk.bold.red(info.license) - } else { - info.license = chalk.green(info.license) - } - - this.npm.output('') - this.npm.output( - chalk.underline.bold(`${info.name}@${info.version}`) + - ' | ' + info.license + - ' | deps: ' + (info.deps.length ? chalk.cyan(info.deps.length) : chalk.green('none')) + - ' | versions: ' + info.versions - ) - info.description && this.npm.output(info.description) - if (info.repo || info.site) { - info.site && this.npm.output(chalk.cyan(info.site)) - } - - const warningSign = unicode ? ' ⚠️ ' : '!!' - info.deprecated && this.npm.output( - `\n${chalk.bold.red('DEPRECATED')}${ - warningSign - } - ${info.deprecated}` - ) - - if (info.keywords.length) { - this.npm.output('') - this.npm.output('keywords:', chalk.yellow(info.keywords.join(', '))) - } - - if (info.bins.length) { - this.npm.output('') - this.npm.output('bin:', chalk.yellow(info.bins.join(', '))) - } - - this.npm.output('') - this.npm.output('dist') - this.npm.output('.tarball:', info.tarball) - this.npm.output('.shasum:', info.shasum) - info.integrity && this.npm.output('.integrity:', info.integrity) - info.unpackedSize && this.npm.output('.unpackedSize:', info.unpackedSize) - - const maxDeps = 24 - if (info.deps.length) { - this.npm.output('') - this.npm.output('dependencies:') - this.npm.output(columns(info.deps.slice(0, maxDeps), { padding: 1 })) - if (info.deps.length > maxDeps) { - this.npm.output(`(...and ${info.deps.length - maxDeps} more.)`) - } - } - - if (info.maintainers && info.maintainers.length) { - this.npm.output('') - this.npm.output('maintainers:') - info.maintainers.forEach((u) => this.npm.output('-', u)) - } - - this.npm.output('') - this.npm.output('dist-tags:') - this.npm.output(columns(info.tags)) - - if (info.publisher || info.modified) { - let publishInfo = 'published' - if (info.modified) { - publishInfo += ` ${info.modified}` - } - if (info.publisher) { - publishInfo += ` by ${info.publisher}` - } - this.npm.output('') - this.npm.output(publishInfo) - } - } -} -module.exports = View - -function cleanBlanks (obj) { - const clean = {} - Object.keys(obj).forEach((version) => { - clean[version] = obj[version][''] - }) - return clean -} - -// takes an array of objects and merges them into one object -function reducer (acc, cur) { - if (cur) { - Object.keys(cur).forEach((v) => { - acc[v] = acc[v] || {} - Object.keys(cur[v]).forEach((t) => { - acc[v][t] = cur[v][t] - }) - }) - } - - return acc -} - -// return whatever was printed -function showFields (data, version, fields) { - const o = {} - ;[data, version].forEach((s) => { - Object.keys(s).forEach((k) => { - o[k] = s[k] - }) - }) - - const queryable = new Queryable(o) - const s = queryable.query(fields) - const res = { [version.version]: s } - - if (s) { - return res - } -} - -function cleanup (data) { - if (Array.isArray(data)) { - return data.map(cleanup) - } - - if (!data || typeof data !== 'object') { - return data - } - - const keys = Object.keys(data) - if (keys.length <= 3 && - data.name && - (keys.length === 1 || - (keys.length === 3 && data.email && data.url) || - (keys.length === 2 && (data.email || data.url)))) { - data = unparsePerson(data) - } - - return data -} - -function unparsePerson (d) { - return d.name + - (d.email ? ' <' + d.email + '>' : '') + - (d.url ? ' (' + d.url + ')' : '') -} diff --git a/software/flow/node_modules/npm/lib/commands/whoami.js b/software/flow/node_modules/npm/lib/commands/whoami.js deleted file mode 100644 index 154cc87..0000000 --- a/software/flow/node_modules/npm/lib/commands/whoami.js +++ /dev/null @@ -1,16 +0,0 @@ -const getIdentity = require('../utils/get-identity.js') - -const BaseCommand = require('../base-command.js') -class Whoami extends BaseCommand { - static description = 'Display npm username' - static name = 'whoami' - static params = ['registry'] - - async exec (args) { - const username = await getIdentity(this.npm, { ...this.npm.flatOptions }) - this.npm.output( - this.npm.config.get('json') ? JSON.stringify(username) : username - ) - } -} -module.exports = Whoami diff --git a/software/flow/node_modules/npm/lib/lifecycle-cmd.js b/software/flow/node_modules/npm/lib/lifecycle-cmd.js deleted file mode 100644 index 848771a..0000000 --- a/software/flow/node_modules/npm/lib/lifecycle-cmd.js +++ /dev/null @@ -1,19 +0,0 @@ -// The implementation of commands that are just "run a script" -// restart, start, stop, test - -const BaseCommand = require('./base-command.js') -class LifecycleCmd extends BaseCommand { - static usage = ['[-- <args>]'] - static isShellout = true - static workspaces = true - static ignoreImplicitWorkspace = false - - async exec (args) { - return this.npm.exec('run-script', [this.constructor.name, ...args]) - } - - async execWorkspaces (args) { - return this.npm.exec('run-script', [this.constructor.name, ...args]) - } -} -module.exports = LifecycleCmd diff --git a/software/flow/node_modules/npm/lib/npm.js b/software/flow/node_modules/npm/lib/npm.js deleted file mode 100644 index 841d145..0000000 --- a/software/flow/node_modules/npm/lib/npm.js +++ /dev/null @@ -1,498 +0,0 @@ -const Arborist = require('@npmcli/arborist') -const EventEmitter = require('events') -const { resolve, dirname, join } = require('path') -const Config = require('@npmcli/config') -const chalk = require('chalk') -const which = require('which') -const fs = require('fs/promises') - -// Patch the global fs module here at the app level -require('graceful-fs').gracefulify(require('fs')) - -const { definitions, flatten, shorthands } = require('./utils/config/index.js') -const usage = require('./utils/npm-usage.js') -const LogFile = require('./utils/log-file.js') -const Timers = require('./utils/timers.js') -const Display = require('./utils/display.js') -const log = require('./utils/log-shim') -const replaceInfo = require('./utils/replace-info.js') -const updateNotifier = require('./utils/update-notifier.js') -const pkg = require('../package.json') -const cmdList = require('./utils/cmd-list.js') - -class Npm extends EventEmitter { - static get version () { - return pkg.version - } - - updateNotification = null - loadErr = null - argv = [] - - #command = null - #runId = new Date().toISOString().replace(/[.:]/g, '_') - #loadPromise = null - #tmpFolder = null - #title = 'npm' - #argvClean = [] - #chalk = null - #npmRoot = null - #warnedNonDashArg = false - - #outputBuffer = [] - #logFile = new LogFile() - #display = new Display() - #timers = new Timers({ - start: 'npm', - listener: (name, ms) => { - const args = ['timing', name, `Completed in ${ms}ms`] - this.#logFile.log(...args) - this.#display.log(...args) - }, - }) - - // all these options are only used by tests in order to make testing more - // closely resemble real world usage. for now, npm has no programmatic API so - // it is ok to add stuff here, but we should not rely on it more than - // necessary. XXX: make these options not necessary by refactoring @npmcli/config - // - npmRoot: this is where npm looks for docs files and the builtin config - // - argv: this allows tests to extend argv in the same way the argv would - // be passed in via a CLI arg. - // - excludeNpmCwd: this is a hack to get @npmcli/config to stop walking up - // dirs to set a local prefix when it encounters the `npmRoot`. this - // allows tests created by tap inside this repo to not set the local - // prefix to `npmRoot` since that is the first dir it would encounter when - // doing implicit detection - constructor ({ npmRoot = dirname(__dirname), argv = [], excludeNpmCwd = false } = {}) { - super() - this.#npmRoot = npmRoot - this.config = new Config({ - npmPath: this.#npmRoot, - definitions, - flatten, - shorthands, - argv: [...process.argv, ...argv], - excludeNpmCwd, - }) - } - - get version () { - return this.constructor.version - } - - deref (c) { - if (!c) { - return - } - if (c.match(/[A-Z]/)) { - c = c.replace(/([A-Z])/g, m => '-' + m.toLowerCase()) - } - if (cmdList.plumbing.indexOf(c) !== -1) { - return c - } - // first deref the abbrev, if there is one - // then resolve any aliases - // so `npm install-cl` will resolve to `install-clean` then to `ci` - let a = cmdList.abbrevs[c] - while (cmdList.aliases[a]) { - a = cmdList.aliases[a] - } - return a - } - - // Get an instantiated npm command - // npm.command is already taken as the currently running command, a refactor - // would be needed to change this - async cmd (cmd) { - await this.load() - - const cmdId = this.deref(cmd) - if (!cmdId) { - throw Object.assign(new Error(`Unknown command ${cmd}`), { - code: 'EUNKNOWNCOMMAND', - }) - } - - const Impl = require(`./commands/${cmdId}.js`) - const command = new Impl(this) - - // since 'test', 'start', 'stop', etc. commands re-enter this function - // to call the run-script command, we need to only set it one time. - if (!this.#command) { - this.#command = command - process.env.npm_command = this.command - } - - return command - } - - // Call an npm command - async exec (cmd, args = this.argv) { - const command = await this.cmd(cmd) - const timeEnd = this.time(`command:${cmd}`) - - // this is async but we dont await it, since its ok if it doesnt - // finish before the command finishes running. it uses command and argv - // so it must be initiated here, after the command name is set - // eslint-disable-next-line promise/catch-or-return - updateNotifier(this).then((msg) => (this.updateNotification = msg)) - - // Options are prefixed by a hyphen-minus (-, \u2d). - // Other dash-type chars look similar but are invalid. - if (!this.#warnedNonDashArg) { - const nonDashArgs = args.filter(a => /^[\u2010-\u2015\u2212\uFE58\uFE63\uFF0D]/.test(a)) - if (nonDashArgs.length) { - this.#warnedNonDashArg = true - log.error( - 'arg', - 'Argument starts with non-ascii dash, this is probably invalid:', - nonDashArgs.join(', ') - ) - } - } - - return command.cmdExec(args).finally(timeEnd) - } - - async load () { - if (!this.#loadPromise) { - this.#loadPromise = this.time('npm:load', () => this.#load().catch((er) => { - this.loadErr = er - throw er - })) - } - return this.#loadPromise - } - - get loaded () { - return this.config.loaded - } - - // This gets called at the end of the exit handler and - // during any tests to cleanup all of our listeners - // Everything in here should be synchronous - unload () { - this.#timers.off() - this.#display.off() - this.#logFile.off() - } - - time (name, fn) { - return this.#timers.time(name, fn) - } - - writeTimingFile () { - this.#timers.writeFile({ - id: this.#runId, - command: this.#argvClean, - logfiles: this.logFiles, - version: this.version, - }) - } - - get title () { - return this.#title - } - - set title (t) { - process.title = t - this.#title = t - } - - async #load () { - await this.time('npm:load:whichnode', async () => { - // TODO should we throw here? - const node = await which(process.argv[0]).catch(() => {}) - if (node && node.toUpperCase() !== process.execPath.toUpperCase()) { - log.verbose('node symlink', node) - process.execPath = node - this.config.execPath = node - } - }) - - await this.time('npm:load:configload', () => this.config.load()) - - // mkdir this separately since the logs dir can be set to - // a different location. if this fails, then we don't have - // a cache dir, but we don't want to fail immediately since - // the command might not need a cache dir (like `npm --version`) - await this.time('npm:load:mkdirpcache', () => - fs.mkdir(this.cache, { recursive: true }) - .catch((e) => log.verbose('cache', `could not create cache: ${e}`))) - - // its ok if this fails. user might have specified an invalid dir - // which we will tell them about at the end - await this.time('npm:load:mkdirplogs', () => - fs.mkdir(this.logsDir, { recursive: true }) - .catch((e) => log.verbose('logfile', `could not create logs-dir: ${e}`))) - - // note: this MUST be shorter than the actual argv length, because it - // uses the same memory, so node will truncate it if it's too long. - this.time('npm:load:setTitle', () => { - const { parsedArgv: { cooked, remain } } = this.config - this.argv = remain - // Secrets are mostly in configs, so title is set using only the positional args - // to keep those from being leaked. - this.title = ['npm'].concat(replaceInfo(remain)).join(' ').trim() - // The cooked argv is also logged separately for debugging purposes. It is - // cleaned as a best effort by replacing known secrets like basic auth - // password and strings that look like npm tokens. XXX: for this to be - // safer the config should create a sanitized version of the argv as it - // has the full context of what each option contains. - this.#argvClean = replaceInfo(cooked) - log.verbose('title', this.title) - log.verbose('argv', this.#argvClean.map(JSON.stringify).join(' ')) - }) - - this.time('npm:load:display', () => { - this.#display.load({ - // Use logColor since that is based on stderr - color: this.logColor, - progress: this.flatOptions.progress, - silent: this.silent, - timing: this.config.get('timing'), - loglevel: this.config.get('loglevel'), - unicode: this.config.get('unicode'), - heading: this.config.get('heading'), - }) - process.env.COLOR = this.color ? '1' : '0' - }) - - this.time('npm:load:logFile', () => { - this.#logFile.load({ - path: this.logPath, - logsMax: this.config.get('logs-max'), - }) - log.verbose('logfile', this.#logFile.files[0] || 'no logfile created') - }) - - this.time('npm:load:timers', () => - this.#timers.load({ - path: this.config.get('timing') ? this.logPath : null, - }) - ) - - this.time('npm:load:configScope', () => { - const configScope = this.config.get('scope') - if (configScope && !/^@/.test(configScope)) { - this.config.set('scope', `@${configScope}`, this.config.find('scope')) - } - }) - - if (this.config.get('force')) { - log.warn('using --force', 'Recommended protections disabled.') - } - } - - get isShellout () { - return this.#command?.constructor?.isShellout - } - - get command () { - return this.#command?.name - } - - get flatOptions () { - const { flat } = this.config - // the Arborist constructor is used almost everywhere we call pacote, it's - // easiest to attach it to flatOptions so it goes everywhere without having - // to touch every call - flat.Arborist = Arborist - flat.nodeVersion = process.version - flat.npmVersion = pkg.version - if (this.command) { - flat.npmCommand = this.command - } - return flat - } - - // color and logColor are a special derived values that takes into - // consideration not only the config, but whether or not we are operating - // in a tty with the associated output (stdout/stderr) - get color () { - return this.flatOptions.color - } - - get logColor () { - return this.flatOptions.logColor - } - - get chalk () { - if (!this.#chalk) { - let level = chalk.level - if (!this.color) { - level = 0 - } - this.#chalk = new chalk.Instance({ level }) - } - return this.#chalk - } - - get global () { - return this.config.get('global') || this.config.get('location') === 'global' - } - - get silent () { - return this.flatOptions.silent - } - - get lockfileVersion () { - return 2 - } - - get unfinishedTimers () { - return this.#timers.unfinished - } - - get finishedTimers () { - return this.#timers.finished - } - - get started () { - return this.#timers.started - } - - get logFiles () { - return this.#logFile.files - } - - get logsDir () { - return this.config.get('logs-dir') || join(this.cache, '_logs') - } - - get logPath () { - return resolve(this.logsDir, `${this.#runId}-`) - } - - get timingFile () { - return this.#timers.file - } - - get npmRoot () { - return this.#npmRoot - } - - get cache () { - return this.config.get('cache') - } - - set cache (r) { - this.config.set('cache', r) - } - - get globalPrefix () { - return this.config.globalPrefix - } - - set globalPrefix (r) { - this.config.globalPrefix = r - } - - get localPrefix () { - return this.config.localPrefix - } - - set localPrefix (r) { - this.config.localPrefix = r - } - - get localPackage () { - return this.config.localPackage - } - - get globalDir () { - return process.platform !== 'win32' - ? resolve(this.globalPrefix, 'lib', 'node_modules') - : resolve(this.globalPrefix, 'node_modules') - } - - get localDir () { - return resolve(this.localPrefix, 'node_modules') - } - - get dir () { - return this.global ? this.globalDir : this.localDir - } - - get globalBin () { - const b = this.globalPrefix - return process.platform !== 'win32' ? resolve(b, 'bin') : b - } - - get localBin () { - return resolve(this.dir, '.bin') - } - - get bin () { - return this.global ? this.globalBin : this.localBin - } - - get prefix () { - return this.global ? this.globalPrefix : this.localPrefix - } - - set prefix (r) { - const k = this.global ? 'globalPrefix' : 'localPrefix' - this[k] = r - } - - get usage () { - return usage(this) - } - - // XXX add logging to see if we actually use this - get tmp () { - if (!this.#tmpFolder) { - const rand = require('crypto').randomBytes(4).toString('hex') - this.#tmpFolder = `npm-${process.pid}-${rand}` - } - return resolve(this.config.get('tmp'), this.#tmpFolder) - } - - // output to stdout in a progress bar compatible way - output (...msg) { - log.clearProgress() - // eslint-disable-next-line no-console - console.log(...msg) - log.showProgress() - } - - outputBuffer (item) { - this.#outputBuffer.push(item) - } - - flushOutput (jsonError) { - if (!jsonError && !this.#outputBuffer.length) { - return - } - - if (this.config.get('json')) { - const jsonOutput = this.#outputBuffer.reduce((acc, item) => { - if (typeof item === 'string') { - // try to parse it as json in case its a string - try { - item = JSON.parse(item) - } catch { - return acc - } - } - return { ...acc, ...item } - }, {}) - this.output(JSON.stringify({ ...jsonOutput, ...jsonError }, null, 2)) - } else { - for (const item of this.#outputBuffer) { - this.output(item) - } - } - - this.#outputBuffer.length = 0 - } - - outputError (...msg) { - log.clearProgress() - // eslint-disable-next-line no-console - console.error(...msg) - log.showProgress() - } -} -module.exports = Npm diff --git a/software/flow/node_modules/npm/lib/package-url-cmd.js b/software/flow/node_modules/npm/lib/package-url-cmd.js deleted file mode 100644 index 20e6a16..0000000 --- a/software/flow/node_modules/npm/lib/package-url-cmd.js +++ /dev/null @@ -1,67 +0,0 @@ -// Base command for opening urls from a package manifest (bugs, docs, repo) - -const pacote = require('pacote') -const hostedGitInfo = require('hosted-git-info') -const Arborist = require('@npmcli/arborist') - -const openUrl = require('./utils/open-url.js') -const log = require('./utils/log-shim') - -const BaseCommand = require('./base-command.js') -class PackageUrlCommand extends BaseCommand { - static params = [ - 'browser', - 'registry', - 'workspace', - 'workspaces', - 'include-workspace-root', - ] - - static workspaces = true - static ignoreImplicitWorkspace = false - static usage = ['[<pkgname> [<pkgname> ...]]'] - - async exec (args) { - if (!args || !args.length) { - args = ['.'] - } - - for (const arg of args) { - // XXX It is very odd that `where` is how pacote knows to look anywhere - // other than the cwd. - const opts = { - ...this.npm.flatOptions, - where: this.npm.localPrefix, - fullMetadata: true, - Arborist, - } - const mani = await pacote.manifest(arg, opts) - const url = this.getUrl(arg, mani) - log.silly(this.name, 'url', url) - await openUrl(this.npm, url, `${mani.name} ${this.name} available at the following URL`) - } - } - - async execWorkspaces (args) { - if (args && args.length) { - return this.exec(args) - } - await this.setWorkspaces() - return this.exec(this.workspacePaths) - } - - // given a manifest, try to get the hosted git info from it based on - // repository (if a string) or repository.url (if an object) returns null - // if it's not a valid repo, or not a known hosted repo - hostedFromMani (mani) { - const r = mani.repository - const rurl = !r ? null - : typeof r === 'string' ? r - : typeof r === 'object' && typeof r.url === 'string' ? r.url - : null - - // hgi returns undefined sometimes, but let's always return null here - return (rurl && hostedGitInfo.fromUrl(rurl.replace(/^git\+/, ''))) || null - } -} -module.exports = PackageUrlCommand diff --git a/software/flow/node_modules/npm/lib/utils/ansi-trim.js b/software/flow/node_modules/npm/lib/utils/ansi-trim.js deleted file mode 100644 index e35a1ba..0000000 --- a/software/flow/node_modules/npm/lib/utils/ansi-trim.js +++ /dev/null @@ -1,3 +0,0 @@ -const r = new RegExp('\x1b(?:\\[(?:\\d+[ABCDEFGJKSTm]|\\d+;\\d+[Hfm]|' + - '\\d+;\\d+;\\d+m|6n|s|u|\\?25[lh])|\\w)', 'g') -module.exports = str => str.replace(r, '') diff --git a/software/flow/node_modules/npm/lib/utils/audit-error.js b/software/flow/node_modules/npm/lib/utils/audit-error.js deleted file mode 100644 index 7feccc7..0000000 --- a/software/flow/node_modules/npm/lib/utils/audit-error.js +++ /dev/null @@ -1,39 +0,0 @@ -const log = require('./log-shim') - -// print an error or just nothing if the audit report has an error -// this is called by the audit command, and by the reify-output util -// prints a JSON version of the error if it's --json -// returns 'true' if there was an error, false otherwise - -const auditError = (npm, report) => { - if (!report || !report.error) { - return false - } - - if (npm.command !== 'audit') { - return true - } - - const { error } = report - - // ok, we care about it, then - log.warn('audit', error.message) - const { body: errBody } = error - const body = Buffer.isBuffer(errBody) ? errBody.toString() : errBody - if (npm.flatOptions.json) { - npm.output(JSON.stringify({ - message: error.message, - method: error.method, - uri: error.uri, - headers: error.headers, - statusCode: error.statusCode, - body, - }, null, 2)) - } else { - npm.output(body) - } - - throw 'audit endpoint returned an error' -} - -module.exports = auditError diff --git a/software/flow/node_modules/npm/lib/utils/auth.js b/software/flow/node_modules/npm/lib/utils/auth.js deleted file mode 100644 index 729ce32..0000000 --- a/software/flow/node_modules/npm/lib/utils/auth.js +++ /dev/null @@ -1,100 +0,0 @@ -const profile = require('npm-profile') -const log = require('../utils/log-shim') -const openUrlPrompt = require('../utils/open-url-prompt.js') -const read = require('../utils/read-user-info.js') -const otplease = require('../utils/otplease.js') - -const adduser = async (npm, { creds, ...opts }) => { - const authType = npm.config.get('auth-type') - let res - if (authType === 'web') { - try { - res = await profile.adduserWeb((url, emitter) => { - openUrlPrompt( - npm, - url, - 'Create your account at', - 'Press ENTER to open in the browser...', - emitter - ) - }, opts) - } catch (err) { - if (err.code === 'ENYI') { - log.verbose('web add user not supported, trying couch') - } else { - throw err - } - } - } - - // auth type !== web or ENYI error w/ web adduser - if (!res) { - const username = await read.username('Username:', creds.username) - const password = await read.password('Password:', creds.password) - const email = await read.email('Email: (this IS public) ', creds.email) - // npm registry quirk: If you "add" an existing user with their current - // password, it's effectively a login, and if that account has otp you'll - // be prompted for it. - res = await otplease(npm, opts, (reqOpts) => - profile.adduserCouch(username, email, password, opts) - ) - } - - // We don't know the username if it was a web login, all we can reliably log is scope and registry - const message = `Logged in${opts.scope ? ` to scope ${opts.scope}` : ''} on ${opts.registry}.` - - log.info('adduser', message) - - return { - message, - newCreds: { token: res.token }, - } -} - -const login = async (npm, { creds, ...opts }) => { - const authType = npm.config.get('auth-type') - let res - if (authType === 'web') { - try { - res = await profile.loginWeb((url, emitter) => { - openUrlPrompt( - npm, - url, - 'Login at', - 'Press ENTER to open in the browser...', - emitter - ) - }, opts) - } catch (err) { - if (err.code === 'ENYI') { - log.verbose('web login not supported, trying couch') - } else { - throw err - } - } - } - - // auth type !== web or ENYI error w/ web login - if (!res) { - const username = await read.username('Username:', creds.username) - const password = await read.password('Password:', creds.password) - res = await otplease(npm, opts, (reqOpts) => - profile.loginCouch(username, password, reqOpts) - ) - } - - // We don't know the username if it was a web login, all we can reliably log is scope and registry - const message = `Logged in${opts.scope ? ` to scope ${opts.scope}` : ''} on ${opts.registry}.` - - log.info('login', message) - - return { - message, - newCreds: { token: res.token }, - } -} - -module.exports = { - adduser, - login, -} diff --git a/software/flow/node_modules/npm/lib/utils/cmd-list.js b/software/flow/node_modules/npm/lib/utils/cmd-list.js deleted file mode 100644 index 03fe8ed..0000000 --- a/software/flow/node_modules/npm/lib/utils/cmd-list.js +++ /dev/null @@ -1,150 +0,0 @@ -const abbrev = require('abbrev') -const localeCompare = require('@isaacs/string-locale-compare')('en') - -// plumbing should not have any aliases -const aliases = { - - // aliases - author: 'owner', - home: 'docs', - issues: 'bugs', - info: 'view', - show: 'view', - find: 'search', - add: 'install', - unlink: 'uninstall', - remove: 'uninstall', - rm: 'uninstall', - r: 'uninstall', - - // short names for common things - un: 'uninstall', - rb: 'rebuild', - list: 'ls', - ln: 'link', - create: 'init', - i: 'install', - it: 'install-test', - cit: 'install-ci-test', - up: 'update', - c: 'config', - s: 'search', - se: 'search', - tst: 'test', - t: 'test', - ddp: 'dedupe', - v: 'view', - run: 'run-script', - 'clean-install': 'ci', - 'clean-install-test': 'cit', - x: 'exec', - why: 'explain', - la: 'll', - verison: 'version', - ic: 'ci', - - // typos - innit: 'init', - // manually abbrev so that install-test doesn't make insta stop working - in: 'install', - ins: 'install', - inst: 'install', - insta: 'install', - instal: 'install', - isnt: 'install', - isnta: 'install', - isntal: 'install', - isntall: 'install', - 'install-clean': 'ci', - 'isntall-clean': 'ci', - hlep: 'help', - 'dist-tags': 'dist-tag', - upgrade: 'update', - udpate: 'update', - rum: 'run-script', - sit: 'cit', - urn: 'run-script', - ogr: 'org', - 'add-user': 'adduser', -} - -// these are filenames in . -const commands = [ - 'access', - 'adduser', - 'audit', - 'bugs', - 'cache', - 'ci', - 'completion', - 'config', - 'dedupe', - 'deprecate', - 'diff', - 'dist-tag', - 'docs', - 'doctor', - 'edit', - 'exec', - 'explain', - 'explore', - 'find-dupes', - 'fund', - 'get', - 'help', - 'hook', - 'init', - 'install', - 'install-ci-test', - 'install-test', - 'link', - 'll', - 'login', // This is an alias for `adduser` but it can be confusing - 'logout', - 'ls', - 'org', - 'outdated', - 'owner', - 'pack', - 'ping', - 'pkg', - 'prefix', - 'profile', - 'prune', - 'publish', - 'query', - 'rebuild', - 'repo', - 'restart', - 'root', - 'run-script', - 'search', - 'set', - 'shrinkwrap', - 'star', - 'stars', - 'start', - 'stop', - 'team', - 'test', - 'token', - 'uninstall', - 'unpublish', - 'unstar', - 'update', - 'version', - 'view', - 'whoami', -].sort(localeCompare) - -const plumbing = ['help-search'] -const allCommands = [...commands, ...plumbing].sort(localeCompare) -const abbrevs = abbrev(commands.concat(Object.keys(aliases))) - -module.exports = { - abbrevs, - aliases, - commands, - plumbing, - allCommands, -} diff --git a/software/flow/node_modules/npm/lib/utils/completion.sh b/software/flow/node_modules/npm/lib/utils/completion.sh deleted file mode 100755 index a3e5143..0000000 --- a/software/flow/node_modules/npm/lib/utils/completion.sh +++ /dev/null @@ -1,70 +0,0 @@ -#!/bin/bash -###-begin-npm-completion-### -# -# npm command completion script -# -# Installation: npm completion >> ~/.bashrc (or ~/.zshrc) -# Or, maybe: npm completion > /usr/local/etc/bash_completion.d/npm -# - -if type complete &>/dev/null; then - _npm_completion () { - local words cword - if type _get_comp_words_by_ref &>/dev/null; then - _get_comp_words_by_ref -n = -n @ -n : -w words -i cword - else - cword="$COMP_CWORD" - words=("${COMP_WORDS[@]}") - fi - - local si="$IFS" - if ! IFS=$'\n' COMPREPLY=($(COMP_CWORD="$cword" \ - COMP_LINE="$COMP_LINE" \ - COMP_POINT="$COMP_POINT" \ - npm completion -- "${words[@]}" \ - 2>/dev/null)); then - local ret=$? - IFS="$si" - return $ret - fi - IFS="$si" - if type __ltrim_colon_completions &>/dev/null; then - __ltrim_colon_completions "${words[cword]}" - fi - } - complete -o default -F _npm_completion npm -elif type compdef &>/dev/null; then - _npm_completion() { - local si=$IFS - compadd -- $(COMP_CWORD=$((CURRENT-1)) \ - COMP_LINE=$BUFFER \ - COMP_POINT=0 \ - npm completion -- "${words[@]}" \ - 2>/dev/null) - IFS=$si - } - compdef _npm_completion npm -elif type compctl &>/dev/null; then - _npm_completion () { - local cword line point words si - read -Ac words - read -cn cword - let cword-=1 - read -l line - read -ln point - si="$IFS" - if ! IFS=$'\n' reply=($(COMP_CWORD="$cword" \ - COMP_LINE="$line" \ - COMP_POINT="$point" \ - npm completion -- "${words[@]}" \ - 2>/dev/null)); then - - local ret=$? - IFS="$si" - return $ret - fi - IFS="$si" - } - compctl -K _npm_completion npm -fi -###-end-npm-completion-### diff --git a/software/flow/node_modules/npm/lib/utils/completion/installed-deep.js b/software/flow/node_modules/npm/lib/utils/completion/installed-deep.js deleted file mode 100644 index 7098d81..0000000 --- a/software/flow/node_modules/npm/lib/utils/completion/installed-deep.js +++ /dev/null @@ -1,45 +0,0 @@ -const { resolve } = require('path') -const Arborist = require('@npmcli/arborist') -const localeCompare = require('@isaacs/string-locale-compare')('en') - -const installedDeep = async (npm) => { - const { - depth, - global, - prefix, - workspacesEnabled, - } = npm.flatOptions - - const getValues = (tree) => - [...tree.inventory.values()] - .filter(i => i.location !== '' && !i.isRoot) - .map(i => { - return i - }) - .filter(i => (i.depth - 1) <= depth) - .sort((a, b) => (a.depth - b.depth) || localeCompare(a.name, b.name)) - - const res = new Set() - const gArb = new Arborist({ - global: true, - path: resolve(npm.globalDir, '..'), - workspacesEnabled, - }) - const gTree = await gArb.loadActual({ global: true }) - - for (const node of getValues(gTree)) { - res.add(global ? node.name : [node.name, '-g']) - } - - if (!global) { - const arb = new Arborist({ global: false, path: prefix, workspacesEnabled }) - const tree = await arb.loadActual() - for (const node of getValues(tree)) { - res.add(node.name) - } - } - - return [...res] -} - -module.exports = installedDeep diff --git a/software/flow/node_modules/npm/lib/utils/completion/installed-shallow.js b/software/flow/node_modules/npm/lib/utils/completion/installed-shallow.js deleted file mode 100644 index d59318f..0000000 --- a/software/flow/node_modules/npm/lib/utils/completion/installed-shallow.js +++ /dev/null @@ -1,19 +0,0 @@ -const { readdirScoped } = require('@npmcli/fs') - -const installedShallow = async (npm, opts) => { - const names = async global => { - const paths = await readdirScoped(global ? npm.globalDir : npm.localDir) - return paths.map(p => p.replace(/\\/g, '/')) - } - const { conf: { argv: { remain } } } = opts - if (remain.length > 3) { - return null - } - - const { global } = npm.flatOptions - const locals = global ? [] : await names(false) - const globals = (await names(true)).map(n => global ? n : `${n} -g`) - return [...locals, ...globals] -} - -module.exports = installedShallow diff --git a/software/flow/node_modules/npm/lib/utils/config/definition.js b/software/flow/node_modules/npm/lib/utils/config/definition.js deleted file mode 100644 index f88d833..0000000 --- a/software/flow/node_modules/npm/lib/utils/config/definition.js +++ /dev/null @@ -1,251 +0,0 @@ -// class that describes a config key we know about -// this keeps us from defining a config key and not -// providing a default, description, etc. -// -// TODO: some kind of categorization system, so we can -// say "these are for registry access", "these are for -// version resolution" etc. - -const required = ['type', 'description', 'default', 'key'] - -const allowed = [ - 'default', - 'defaultDescription', - 'deprecated', - 'description', - 'flatten', - 'hint', - 'key', - 'short', - 'type', - 'typeDescription', - 'usage', - 'envExport', -] - -const { - typeDefs: { - semver: { type: semver }, - Umask: { type: Umask }, - url: { type: url }, - path: { type: path }, - }, -} = require('@npmcli/config') - -class Definition { - constructor (key, def) { - this.key = key - // if it's set falsey, don't export it, otherwise we do by default - this.envExport = true - Object.assign(this, def) - this.validate() - if (!this.defaultDescription) { - this.defaultDescription = describeValue(this.default) - } - if (!this.typeDescription) { - this.typeDescription = describeType(this.type) - } - // hint is only used for non-boolean values - if (!this.hint) { - if (this.type === Number) { - this.hint = '<number>' - } else { - this.hint = `<${this.key}>` - } - } - if (!this.usage) { - this.usage = describeUsage(this) - } - } - - validate () { - for (const req of required) { - if (!Object.prototype.hasOwnProperty.call(this, req)) { - throw new Error(`config lacks ${req}: ${this.key}`) - } - } - if (!this.key) { - throw new Error(`config lacks key: ${this.key}`) - } - for (const field of Object.keys(this)) { - if (!allowed.includes(field)) { - throw new Error(`config defines unknown field ${field}: ${this.key}`) - } - } - } - - // a textual description of this config, suitable for help output - describe () { - const description = unindent(this.description) - const noEnvExport = this.envExport - ? '' - : ` -This value is not exported to the environment for child processes. -` - const deprecated = !this.deprecated ? '' : `* DEPRECATED: ${unindent(this.deprecated)}\n` - return wrapAll(`#### \`${this.key}\` - -* Default: ${unindent(this.defaultDescription)} -* Type: ${unindent(this.typeDescription)} -${deprecated} -${description} -${noEnvExport}`) - } -} - -const describeUsage = def => { - let key = '' - - // Single type - if (!Array.isArray(def.type)) { - if (def.short) { - key = `-${def.short}|` - } - - if (def.type === Boolean && def.default !== false) { - key = `${key}--no-${def.key}` - } else { - key = `${key}--${def.key}` - } - - if (def.type !== Boolean) { - key = `${key} ${def.hint}` - } - - return key - } - - key = `--${def.key}` - if (def.short) { - key = `-${def.short}|--${def.key}` - } - - // Multiple types - let types = def.type - const multiple = types.includes(Array) - const bool = types.includes(Boolean) - - // null type means optional and doesn't currently affect usage output since - // all non-optional params have defaults so we render everything as optional - types = types.filter(t => t !== null && t !== Array && t !== Boolean) - - if (!types.length) { - return key - } - - let description - if (!types.some(t => typeof t !== 'string')) { - // Specific values, use specifics given - description = `<${types.filter(d => d).join('|')}>` - } else { - // Generic values, use hint - description = def.hint - } - - if (bool) { - // Currently none of our multi-type configs with boolean values default to - // false so all their hints should show `--no-`, if we ever add ones that - // default to false we can branch the logic here - key = `--no-${def.key}|${key}` - } - - const usage = `${key} ${description}` - if (multiple) { - return `${usage} [${usage} ...]` - } else { - return usage - } -} - -const describeType = type => { - if (Array.isArray(type)) { - const descriptions = type.filter(t => t !== Array).map(t => describeType(t)) - - // [a] => "a" - // [a, b] => "a or b" - // [a, b, c] => "a, b, or c" - // [a, Array] => "a (can be set multiple times)" - // [a, Array, b] => "a or b (can be set multiple times)" - const last = descriptions.length > 1 ? [descriptions.pop()] : [] - const oxford = descriptions.length > 1 ? ', or ' : ' or ' - const words = [descriptions.join(', ')].concat(last).join(oxford) - const multiple = type.includes(Array) ? ' (can be set multiple times)' : '' - return `${words}${multiple}` - } - - // Note: these are not quite the same as the description printed - // when validation fails. In that case, we want to give the user - // a bit more information to help them figure out what's wrong. - switch (type) { - case String: - return 'String' - case Number: - return 'Number' - case Umask: - return 'Octal numeric string in range 0000..0777 (0..511)' - case Boolean: - return 'Boolean' - case Date: - return 'Date' - case path: - return 'Path' - case semver: - return 'SemVer string' - case url: - return 'URL' - default: - return describeValue(type) - } -} - -// if it's a string, quote it. otherwise, just cast to string. -const describeValue = val => (typeof val === 'string' ? JSON.stringify(val) : String(val)) - -const unindent = s => { - // get the first \n followed by a bunch of spaces, and pluck off - // that many spaces from the start of every line. - const match = s.match(/\n +/) - return !match ? s.trim() : s.split(match[0]).join('\n').trim() -} - -const wrap = s => { - const cols = Math.min(Math.max(20, process.stdout.columns) || 80, 80) - 5 - return unindent(s) - .split(/[ \n]+/) - .reduce((left, right) => { - const last = left.split('\n').pop() - const join = last.length && last.length + right.length > cols ? '\n' : ' ' - return left + join + right - }) -} - -const wrapAll = s => { - let inCodeBlock = false - return s - .split('\n\n') - .map(block => { - if (inCodeBlock || block.startsWith('```')) { - inCodeBlock = !block.endsWith('```') - return block - } - - if (block.charAt(0) === '*') { - return ( - '* ' + - block - .slice(1) - .trim() - .split('\n* ') - .map(li => { - return wrap(li).replace(/\n/g, '\n ') - }) - .join('\n* ') - ) - } else { - return wrap(block) - } - }) - .join('\n\n') -} - -module.exports = Definition diff --git a/software/flow/node_modules/npm/lib/utils/config/definitions.js b/software/flow/node_modules/npm/lib/utils/config/definitions.js deleted file mode 100644 index 4b9eb1f..0000000 --- a/software/flow/node_modules/npm/lib/utils/config/definitions.js +++ /dev/null @@ -1,2363 +0,0 @@ -const definitions = {} -module.exports = definitions - -const Definition = require('./definition.js') - -const { version: npmVersion } = require('../../../package.json') -const ciInfo = require('ci-info') -const querystring = require('querystring') -const { isWindows } = require('../is-windows.js') -const { join } = require('path') - -// used by cafile flattening to flatOptions.ca -const fs = require('fs') -const maybeReadFile = file => { - try { - return fs.readFileSync(file, 'utf8') - } catch (er) { - if (er.code !== 'ENOENT') { - throw er - } - return null - } -} - -const buildOmitList = obj => { - const include = obj.include || [] - const omit = obj.omit || [] - - const only = obj.only - if (/^prod(uction)?$/.test(only) || obj.production) { - omit.push('dev') - } else if (obj.production === false) { - include.push('dev') - } - - if (/^dev/.test(obj.also)) { - include.push('dev') - } - - if (obj.dev) { - include.push('dev') - } - - if (obj.optional === false) { - omit.push('optional') - } else if (obj.optional === true) { - include.push('optional') - } - - obj.omit = [...new Set(omit)].filter(type => !include.includes(type)) - obj.include = [...new Set(include)] - - if (obj.omit.includes('dev')) { - process.env.NODE_ENV = 'production' - } - - return obj.omit -} - -const editor = process.env.EDITOR || - process.env.VISUAL || - (isWindows ? `${process.env.SYSTEMROOT}\\notepad.exe` : 'vi') - -const shell = isWindows ? process.env.ComSpec || 'cmd' - : process.env.SHELL || 'sh' - -const { tmpdir, networkInterfaces } = require('os') -const getLocalAddresses = () => { - try { - return Object.values(networkInterfaces()).map( - int => int.map(({ address }) => address) - ).reduce((set, addrs) => set.concat(addrs), [null]) - } catch (e) { - return [null] - } -} - -const unicode = /UTF-?8$/i.test( - process.env.LC_ALL || - process.env.LC_CTYPE || - process.env.LANG -) - -// use LOCALAPPDATA on Windows, if set -// https://github.com/npm/cli/pull/899 -const cacheRoot = (isWindows && process.env.LOCALAPPDATA) || '~' -const cacheExtra = isWindows ? 'npm-cache' : '.npm' -const cache = `${cacheRoot}/${cacheExtra}` - -const Config = require('@npmcli/config') - -// TODO: refactor these type definitions so that they are less -// weird to pull out of the config module. -// TODO: use better type definition/validation API, nopt's is so weird. -const { - typeDefs: { - semver: { type: semver }, - Umask: { type: Umask }, - url: { type: url }, - path: { type: path }, - }, -} = Config - -const define = (key, def) => { - /* istanbul ignore if - this should never happen, prevents mistakes below */ - if (definitions[key]) { - throw new Error(`defining key more than once: ${key}`) - } - definitions[key] = new Definition(key, def) -} - -// basic flattening function, just copy it over camelCase -const flatten = (key, obj, flatOptions) => { - const camel = key.replace(/-([a-z])/g, (_0, _1) => _1.toUpperCase()) - flatOptions[camel] = obj[key] -} - -// TODO: -// Instead of having each definition provide a flatten method, -// provide the (?list of?) flat option field(s?) that it impacts. -// When that config is set, we mark the relevant flatOption fields -// dirty. Then, a getter for that field defines how we actually -// set it. -// -// So, `save-dev`, `save-optional`, `save-prod`, et al would indicate -// that they affect the `saveType` flat option. Then the config.flat -// object has a `get saveType () { ... }` that looks at the "real" -// config settings from files etc and returns the appropriate value. -// -// Getters will also (maybe?) give us a hook to audit flat option -// usage, so we can document and group these more appropriately. -// -// This will be a problem with cases where we currently do: -// const opts = { ...npm.flatOptions, foo: 'bar' }, but we can maybe -// instead do `npm.config.set('foo', 'bar')` prior to passing the -// config object down where it needs to go. -// -// This way, when we go hunting for "where does saveType come from anyway!?" -// while fixing some Arborist bug, we won't have to hunt through too -// many places. - -// Define all config keys we know about - -define('_auth', { - default: null, - type: [null, String], - description: ` - A basic-auth string to use when authenticating against the npm registry. - This will ONLY be used to authenticate against the npm registry. For other - registries you will need to scope it like "//other-registry.tld/:_auth" - - Warning: This should generally not be set via a command-line option. It - is safer to use a registry-provided authentication bearer token stored in - the ~/.npmrc file by running \`npm login\`. - `, - flatten, -}) - -define('access', { - default: null, - defaultDescription: ` - 'public' for new packages, existing packages it will not change the current level - `, - type: [null, 'restricted', 'public'], - description: ` - If you do not want your scoped package to be publicly viewable (and - installable) set \`--access=restricted\`. - - Unscoped packages can not be set to \`restricted\`. - - Note: This defaults to not changing the current access level for existing - packages. Specifying a value of \`restricted\` or \`public\` during - publish will change the access for an existing package the same way that - \`npm access set status\` would. - `, - flatten, -}) - -define('all', { - default: false, - type: Boolean, - short: 'a', - description: ` - When running \`npm outdated\` and \`npm ls\`, setting \`--all\` will show - all outdated or installed packages, rather than only those directly - depended upon by the current project. - `, - flatten, -}) - -define('allow-same-version', { - default: false, - type: Boolean, - description: ` - Prevents throwing an error when \`npm version\` is used to set the new - version to the same value as the current version. - `, - flatten, -}) - -define('also', { - default: null, - type: [null, 'dev', 'development'], - description: ` - When set to \`dev\` or \`development\`, this is an alias for - \`--include=dev\`. - `, - deprecated: 'Please use --include=dev instead.', - flatten (key, obj, flatOptions) { - definitions.omit.flatten('omit', obj, flatOptions) - }, -}) - -define('audit', { - default: true, - type: Boolean, - description: ` - When "true" submit audit reports alongside the current npm command to the - default registry and all registries configured for scopes. See the - documentation for [\`npm audit\`](/commands/npm-audit) for details on what - is submitted. - `, - flatten, -}) - -define('audit-level', { - default: null, - type: [null, 'info', 'low', 'moderate', 'high', 'critical', 'none'], - description: ` - The minimum level of vulnerability for \`npm audit\` to exit with - a non-zero exit code. - `, - flatten, -}) - -define('auth-type', { - default: 'web', - type: ['legacy', 'web'], - description: ` - What authentication strategy to use with \`login\`. - Note that if an \`otp\` config is given, this value will always be set to \`legacy\`. - `, - flatten, -}) - -define('before', { - default: null, - type: [null, Date], - description: ` - If passed to \`npm install\`, will rebuild the npm tree such that only - versions that were available **on or before** the \`--before\` time get - installed. If there's no versions available for the current set of - direct dependencies, the command will error. - - If the requested version is a \`dist-tag\` and the given tag does not - pass the \`--before\` filter, the most recent version less than or equal - to that tag will be used. For example, \`foo@latest\` might install - \`foo@1.2\` even though \`latest\` is \`2.0\`. - `, - flatten, -}) - -define('bin-links', { - default: true, - type: Boolean, - description: ` - Tells npm to create symlinks (or \`.cmd\` shims on Windows) for package - executables. - - Set to false to have it not do this. This can be used to work around the - fact that some file systems don't support symlinks, even on ostensibly - Unix systems. - `, - flatten, -}) - -define('browser', { - default: null, - defaultDescription: ` - OS X: \`"open"\`, Windows: \`"start"\`, Others: \`"xdg-open"\` - `, - type: [null, Boolean, String], - description: ` - The browser that is called by npm commands to open websites. - - Set to \`false\` to suppress browser behavior and instead print urls to - terminal. - - Set to \`true\` to use default system URL opener. - `, - flatten, -}) - -define('ca', { - default: null, - type: [null, String, Array], - description: ` - The Certificate Authority signing certificate that is trusted for SSL - connections to the registry. Values should be in PEM format (Windows - calls it "Base-64 encoded X.509 (.CER)") with newlines replaced by the - string "\\n". For example: - - \`\`\`ini - ca="-----BEGIN CERTIFICATE-----\\nXXXX\\nXXXX\\n-----END CERTIFICATE-----" - \`\`\` - - Set to \`null\` to only allow "known" registrars, or to a specific CA - cert to trust only that specific signing authority. - - Multiple CAs can be trusted by specifying an array of certificates: - - \`\`\`ini - ca[]="..." - ca[]="..." - \`\`\` - - See also the \`strict-ssl\` config. - `, - flatten, -}) - -define('cache', { - default: cache, - defaultDescription: ` - Windows: \`%LocalAppData%\\npm-cache\`, Posix: \`~/.npm\` - `, - type: path, - description: ` - The location of npm's cache directory. - `, - flatten (key, obj, flatOptions) { - flatOptions.cache = join(obj.cache, '_cacache') - flatOptions.npxCache = join(obj.cache, '_npx') - }, -}) - -define('cache-max', { - default: Infinity, - type: Number, - description: ` - \`--cache-max=0\` is an alias for \`--prefer-online\` - `, - deprecated: ` - This option has been deprecated in favor of \`--prefer-online\` - `, - flatten (key, obj, flatOptions) { - if (obj[key] <= 0) { - flatOptions.preferOnline = true - } - }, -}) - -define('cache-min', { - default: 0, - type: Number, - description: ` - \`--cache-min=9999 (or bigger)\` is an alias for \`--prefer-offline\`. - `, - deprecated: ` - This option has been deprecated in favor of \`--prefer-offline\`. - `, - flatten (key, obj, flatOptions) { - if (obj[key] >= 9999) { - flatOptions.preferOffline = true - } - }, -}) - -define('cafile', { - default: null, - type: path, - description: ` - A path to a file containing one or multiple Certificate Authority signing - certificates. Similar to the \`ca\` setting, but allows for multiple - CA's, as well as for the CA information to be stored in a file on disk. - `, - flatten (key, obj, flatOptions) { - // always set to null in defaults - if (!obj.cafile) { - return - } - - const raw = maybeReadFile(obj.cafile) - if (!raw) { - return - } - - const delim = '-----END CERTIFICATE-----' - flatOptions.ca = raw.replace(/\r\n/g, '\n').split(delim) - .filter(section => section.trim()) - .map(section => section.trimLeft() + delim) - }, -}) - -define('call', { - default: '', - type: String, - short: 'c', - description: ` - Optional companion option for \`npm exec\`, \`npx\` that allows for - specifying a custom command to be run along with the installed packages. - - \`\`\`bash - npm exec --package yo --package generator-node --call "yo node" - \`\`\` - `, - flatten, -}) - -define('cert', { - default: null, - type: [null, String], - description: ` - A client certificate to pass when accessing the registry. Values should - be in PEM format (Windows calls it "Base-64 encoded X.509 (.CER)") with - newlines replaced by the string "\\n". For example: - - \`\`\`ini - cert="-----BEGIN CERTIFICATE-----\\nXXXX\\nXXXX\\n-----END CERTIFICATE-----" - \`\`\` - - It is _not_ the path to a certificate file, though you can set a registry-scoped - "certfile" path like "//other-registry.tld/:certfile=/path/to/cert.pem". - `, - deprecated: ` - \`key\` and \`cert\` are no longer used for most registry operations. - Use registry scoped \`keyfile\` and \`certfile\` instead. - Example: - //other-registry.tld/:keyfile=/path/to/key.pem - //other-registry.tld/:certfile=/path/to/cert.crt - `, - flatten, -}) - -define('ci-name', { - default: ciInfo.name ? ciInfo.name.toLowerCase().split(' ').join('-') : null, - defaultDescription: ` - The name of the current CI system, or \`null\` when not on a known CI - platform. - `, - type: [null, String], - description: ` - The name of a continuous integration system. If not set explicitly, npm - will detect the current CI environment using the - [\`ci-info\`](http://npm.im/ci-info) module. - `, - flatten, -}) - -define('cidr', { - default: null, - type: [null, String, Array], - description: ` - This is a list of CIDR address to be used when configuring limited access - tokens with the \`npm token create\` command. - `, - flatten, -}) - -// This should never be directly used, the flattened value is the derived value -// and is sent to other modules, and is also exposed as `npm.color` for use -// inside npm itself. -define('color', { - default: !process.env.NO_COLOR || process.env.NO_COLOR === '0', - usage: '--color|--no-color|--color always', - defaultDescription: ` - true unless the NO_COLOR environ is set to something other than '0' - `, - type: ['always', Boolean], - description: ` - If false, never shows colors. If \`"always"\` then always shows colors. - If true, then only prints color codes for tty file descriptors. - `, - flatten (key, obj, flatOptions) { - flatOptions.color = !obj.color ? false - : obj.color === 'always' ? true - : !!process.stdout.isTTY - flatOptions.logColor = !obj.color ? false - : obj.color === 'always' ? true - : !!process.stderr.isTTY - }, -}) - -define('commit-hooks', { - default: true, - type: Boolean, - description: ` - Run git commit hooks when using the \`npm version\` command. - `, - flatten, -}) - -define('depth', { - default: null, - defaultDescription: ` - \`Infinity\` if \`--all\` is set, otherwise \`1\` - `, - type: [null, Number], - description: ` - The depth to go when recursing packages for \`npm ls\`. - - If not set, \`npm ls\` will show only the immediate dependencies of the - root project. If \`--all\` is set, then npm will show all dependencies - by default. - `, - flatten, -}) - -define('description', { - default: true, - type: Boolean, - usage: '--no-description', - description: ` - Show the description in \`npm search\` - `, - flatten (key, obj, flatOptions) { - flatOptions.search = flatOptions.search || { limit: 20 } - flatOptions.search[key] = obj[key] - }, -}) - -define('dev', { - default: false, - type: Boolean, - description: ` - Alias for \`--include=dev\`. - `, - deprecated: 'Please use --include=dev instead.', - flatten (key, obj, flatOptions) { - definitions.omit.flatten('omit', obj, flatOptions) - }, -}) - -define('diff', { - default: [], - hint: '<package-spec>', - type: [String, Array], - description: ` - Define arguments to compare in \`npm diff\`. - `, - flatten, -}) - -define('diff-ignore-all-space', { - default: false, - type: Boolean, - description: ` - Ignore whitespace when comparing lines in \`npm diff\`. - `, - flatten, -}) - -define('diff-name-only', { - default: false, - type: Boolean, - description: ` - Prints only filenames when using \`npm diff\`. - `, - flatten, -}) - -define('diff-no-prefix', { - default: false, - type: Boolean, - description: ` - Do not show any source or destination prefix in \`npm diff\` output. - - Note: this causes \`npm diff\` to ignore the \`--diff-src-prefix\` and - \`--diff-dst-prefix\` configs. - `, - flatten, -}) - -define('diff-dst-prefix', { - default: 'b/', - hint: '<path>', - type: String, - description: ` - Destination prefix to be used in \`npm diff\` output. - `, - flatten, -}) - -define('diff-src-prefix', { - default: 'a/', - hint: '<path>', - type: String, - description: ` - Source prefix to be used in \`npm diff\` output. - `, - flatten, -}) - -define('diff-text', { - default: false, - type: Boolean, - description: ` - Treat all files as text in \`npm diff\`. - `, - flatten, -}) - -define('diff-unified', { - default: 3, - type: Number, - description: ` - The number of lines of context to print in \`npm diff\`. - `, - flatten, -}) - -define('dry-run', { - default: false, - type: Boolean, - description: ` - Indicates that you don't want npm to make any changes and that it should - only report what it would have done. This can be passed into any of the - commands that modify your local installation, eg, \`install\`, - \`update\`, \`dedupe\`, \`uninstall\`, as well as \`pack\` and - \`publish\`. - - Note: This is NOT honored by other network related commands, eg - \`dist-tags\`, \`owner\`, etc. - `, - flatten, -}) - -define('editor', { - default: editor, - defaultDescription: ` - The EDITOR or VISUAL environment variables, or '%SYSTEMROOT%\\notepad.exe' on Windows, - or 'vi' on Unix systems - `, - type: String, - description: ` - The command to run for \`npm edit\` and \`npm config edit\`. - `, - flatten, -}) - -define('engine-strict', { - default: false, - type: Boolean, - description: ` - If set to true, then npm will stubbornly refuse to install (or even - consider installing) any package that claims to not be compatible with - the current Node.js version. - - This can be overridden by setting the \`--force\` flag. - `, - flatten, -}) - -define('fetch-retries', { - default: 2, - type: Number, - description: ` - The "retries" config for the \`retry\` module to use when fetching - packages from the registry. - - npm will retry idempotent read requests to the registry in the case - of network failures or 5xx HTTP errors. - `, - flatten (key, obj, flatOptions) { - flatOptions.retry = flatOptions.retry || {} - flatOptions.retry.retries = obj[key] - }, -}) - -define('fetch-retry-factor', { - default: 10, - type: Number, - description: ` - The "factor" config for the \`retry\` module to use when fetching - packages. - `, - flatten (key, obj, flatOptions) { - flatOptions.retry = flatOptions.retry || {} - flatOptions.retry.factor = obj[key] - }, -}) - -define('fetch-retry-maxtimeout', { - default: 60000, - defaultDescription: '60000 (1 minute)', - type: Number, - description: ` - The "maxTimeout" config for the \`retry\` module to use when fetching - packages. - `, - flatten (key, obj, flatOptions) { - flatOptions.retry = flatOptions.retry || {} - flatOptions.retry.maxTimeout = obj[key] - }, -}) - -define('fetch-retry-mintimeout', { - default: 10000, - defaultDescription: '10000 (10 seconds)', - type: Number, - description: ` - The "minTimeout" config for the \`retry\` module to use when fetching - packages. - `, - flatten (key, obj, flatOptions) { - flatOptions.retry = flatOptions.retry || {} - flatOptions.retry.minTimeout = obj[key] - }, -}) - -define('fetch-timeout', { - default: 5 * 60 * 1000, - defaultDescription: `${5 * 60 * 1000} (5 minutes)`, - type: Number, - description: ` - The maximum amount of time to wait for HTTP requests to complete. - `, - flatten (key, obj, flatOptions) { - flatOptions.timeout = obj[key] - }, -}) - -define('force', { - default: false, - type: Boolean, - short: 'f', - description: ` - Removes various protections against unfortunate side effects, common - mistakes, unnecessary performance degradation, and malicious input. - - * Allow clobbering non-npm files in global installs. - * Allow the \`npm version\` command to work on an unclean git repository. - * Allow deleting the cache folder with \`npm cache clean\`. - * Allow installing packages that have an \`engines\` declaration - requiring a different version of npm. - * Allow installing packages that have an \`engines\` declaration - requiring a different version of \`node\`, even if \`--engine-strict\` - is enabled. - * Allow \`npm audit fix\` to install modules outside your stated - dependency range (including SemVer-major changes). - * Allow unpublishing all versions of a published package. - * Allow conflicting peerDependencies to be installed in the root project. - * Implicitly set \`--yes\` during \`npm init\`. - * Allow clobbering existing values in \`npm pkg\` - * Allow unpublishing of entire packages (not just a single version). - - If you don't have a clear idea of what you want to do, it is strongly - recommended that you do not use this option! - `, - flatten, -}) - -define('foreground-scripts', { - default: false, - type: Boolean, - description: ` - Run all build scripts (ie, \`preinstall\`, \`install\`, and - \`postinstall\`) scripts for installed packages in the foreground - process, sharing standard input, output, and error with the main npm - process. - - Note that this will generally make installs run slower, and be much - noisier, but can be useful for debugging. - `, - flatten, -}) - -define('format-package-lock', { - default: true, - type: Boolean, - description: ` - Format \`package-lock.json\` or \`npm-shrinkwrap.json\` as a human - readable file. - `, - flatten, -}) - -define('fund', { - default: true, - type: Boolean, - description: ` - When "true" displays the message at the end of each \`npm install\` - acknowledging the number of dependencies looking for funding. - See [\`npm fund\`](/commands/npm-fund) for details. - `, - flatten, -}) - -define('git', { - default: 'git', - type: String, - description: ` - The command to use for git commands. If git is installed on the - computer, but is not in the \`PATH\`, then set this to the full path to - the git binary. - `, - flatten, -}) - -define('git-tag-version', { - default: true, - type: Boolean, - description: ` - Tag the commit when using the \`npm version\` command. Setting this to - false results in no commit being made at all. - `, - flatten, -}) - -define('global', { - default: false, - type: Boolean, - short: 'g', - description: ` - Operates in "global" mode, so that packages are installed into the - \`prefix\` folder instead of the current working directory. See - [folders](/configuring-npm/folders) for more on the differences in - behavior. - - * packages are installed into the \`{prefix}/lib/node_modules\` folder, - instead of the current working directory. - * bin files are linked to \`{prefix}/bin\` - * man pages are linked to \`{prefix}/share/man\` - `, - flatten: (key, obj, flatOptions) => { - flatten(key, obj, flatOptions) - if (flatOptions.global) { - flatOptions.location = 'global' - } - }, -}) - -// the globalconfig has its default defined outside of this module -define('globalconfig', { - type: path, - default: '', - defaultDescription: ` - The global --prefix setting plus 'etc/npmrc'. For example, - '/usr/local/etc/npmrc' - `, - description: ` - The config file to read for global config options. - `, - flatten, -}) - -define('global-style', { - default: false, - type: Boolean, - description: ` - Only install direct dependencies in the top level \`node_modules\`, - but hoist on deeper dependencies. - Sets \`--install-strategy=shallow\`. - `, - deprecated: ` - This option has been deprecated in favor of \`--install-strategy=shallow\` - `, - flatten (key, obj, flatOptions) { - if (obj[key]) { - obj['install-strategy'] = 'shallow' - flatOptions.installStrategy = 'shallow' - } - }, -}) - -define('heading', { - default: 'npm', - type: String, - description: ` - The string that starts all the debugging log output. - `, - flatten, -}) - -define('https-proxy', { - default: null, - type: [null, url], - description: ` - A proxy to use for outgoing https requests. If the \`HTTPS_PROXY\` or - \`https_proxy\` or \`HTTP_PROXY\` or \`http_proxy\` environment variables - are set, proxy settings will be honored by the underlying - \`make-fetch-happen\` library. - `, - flatten, -}) - -define('if-present', { - default: false, - type: Boolean, - envExport: false, - description: ` - If true, npm will not exit with an error code when \`run-script\` is - invoked for a script that isn't defined in the \`scripts\` section of - \`package.json\`. This option can be used when it's desirable to - optionally run a script when it's present and fail if the script fails. - This is useful, for example, when running scripts that may only apply for - some builds in an otherwise generic CI setup. - `, - flatten, -}) - -define('ignore-scripts', { - default: false, - type: Boolean, - description: ` - If true, npm does not run scripts specified in package.json files. - - Note that commands explicitly intended to run a particular script, such - as \`npm start\`, \`npm stop\`, \`npm restart\`, \`npm test\`, and \`npm - run-script\` will still run their intended script if \`ignore-scripts\` is - set, but they will *not* run any pre- or post-scripts. - `, - flatten, -}) - -define('include', { - default: [], - type: [Array, 'prod', 'dev', 'optional', 'peer'], - description: ` - Option that allows for defining which types of dependencies to install. - - This is the inverse of \`--omit=<type>\`. - - Dependency types specified in \`--include\` will not be omitted, - regardless of the order in which omit/include are specified on the - command-line. - `, - flatten (key, obj, flatOptions) { - // just call the omit flattener, it reads from obj.include - definitions.omit.flatten('omit', obj, flatOptions) - }, -}) - -define('include-staged', { - default: false, - type: Boolean, - description: ` - Allow installing "staged" published packages, as defined by [npm RFC PR - #92](https://github.com/npm/rfcs/pull/92). - - This is experimental, and not implemented by the npm public registry. - `, - flatten, -}) - -define('include-workspace-root', { - default: false, - type: Boolean, - envExport: false, - description: ` - Include the workspace root when workspaces are enabled for a command. - - When false, specifying individual workspaces via the \`workspace\` config, - or all workspaces via the \`workspaces\` flag, will cause npm to operate only - on the specified workspaces, and not on the root project. - `, - flatten, -}) - -define('init-author-email', { - default: '', - type: String, - description: ` - The value \`npm init\` should use by default for the package author's - email. - `, -}) - -define('init-author-name', { - default: '', - type: String, - description: ` - The value \`npm init\` should use by default for the package author's name. - `, -}) - -define('init-author-url', { - default: '', - type: ['', url], - description: ` - The value \`npm init\` should use by default for the package author's homepage. - `, -}) - -define('init-license', { - default: 'ISC', - type: String, - description: ` - The value \`npm init\` should use by default for the package license. - `, -}) - -define('init-module', { - default: '~/.npm-init.js', - type: path, - description: ` - A module that will be loaded by the \`npm init\` command. See the - documentation for the - [init-package-json](https://github.com/npm/init-package-json) module for - more information, or [npm init](/commands/npm-init). - `, -}) - -define('init-version', { - default: '1.0.0', - type: semver, - description: ` - The value that \`npm init\` should use by default for the package - version number, if not already set in package.json. - `, -}) - -// these "aliases" are historically supported in .npmrc files, unfortunately -// They should be removed in a future npm version. -define('init.author.email', { - default: '', - type: String, - deprecated: ` - Use \`--init-author-email\` instead.`, - description: ` - Alias for \`--init-author-email\` - `, -}) - -define('init.author.name', { - default: '', - type: String, - deprecated: ` - Use \`--init-author-name\` instead. - `, - description: ` - Alias for \`--init-author-name\` - `, -}) - -define('init.author.url', { - default: '', - type: ['', url], - deprecated: ` - Use \`--init-author-url\` instead. - `, - description: ` - Alias for \`--init-author-url\` - `, -}) - -define('init.license', { - default: 'ISC', - type: String, - deprecated: ` - Use \`--init-license\` instead. - `, - description: ` - Alias for \`--init-license\` - `, -}) - -define('init.module', { - default: '~/.npm-init.js', - type: path, - deprecated: ` - Use \`--init-module\` instead. - `, - description: ` - Alias for \`--init-module\` - `, -}) - -define('init.version', { - default: '1.0.0', - type: semver, - deprecated: ` - Use \`--init-version\` instead. - `, - description: ` - Alias for \`--init-version\` - `, -}) - -define('install-links', { - default: false, - type: Boolean, - description: ` - When set file: protocol dependencies will be packed and installed as - regular dependencies instead of creating a symlink. This option has - no effect on workspaces. - `, - flatten, -}) - -define('install-strategy', { - default: 'hoisted', - type: ['hoisted', 'nested', 'shallow', 'linked'], - description: ` - Sets the strategy for installing packages in node_modules. - hoisted (default): Install non-duplicated in top-level, and duplicated as - necessary within directory structure. - nested: (formerly --legacy-bundling) install in place, no hoisting. - shallow (formerly --global-style) only install direct deps at top-level. - linked: (experimental) install in node_modules/.store, link in place, - unhoisted. - `, - flatten, -}) - -define('json', { - default: false, - type: Boolean, - description: ` - Whether or not to output JSON data, rather than the normal output. - - * In \`npm pkg set\` it enables parsing set values with JSON.parse() - before saving them to your \`package.json\`. - - Not supported by all npm commands. - `, - flatten, -}) - -define('key', { - default: null, - type: [null, String], - description: ` - A client key to pass when accessing the registry. Values should be in - PEM format with newlines replaced by the string "\\n". For example: - - \`\`\`ini - key="-----BEGIN PRIVATE KEY-----\\nXXXX\\nXXXX\\n-----END PRIVATE KEY-----" - \`\`\` - - It is _not_ the path to a key file, though you can set a registry-scoped - "keyfile" path like "//other-registry.tld/:keyfile=/path/to/key.pem". - `, - deprecated: ` - \`key\` and \`cert\` are no longer used for most registry operations. - Use registry scoped \`keyfile\` and \`certfile\` instead. - Example: - //other-registry.tld/:keyfile=/path/to/key.pem - //other-registry.tld/:certfile=/path/to/cert.crt - `, - flatten, -}) - -define('legacy-bundling', { - default: false, - type: Boolean, - description: ` - Instead of hoisting package installs in \`node_modules\`, install packages - in the same manner that they are depended on. This may cause very deep - directory structures and duplicate package installs as there is no - de-duplicating. - Sets \`--install-strategy=nested\`. - `, - deprecated: ` - This option has been deprecated in favor of \`--install-strategy=nested\` - `, - flatten (key, obj, flatOptions) { - if (obj[key]) { - obj['install-strategy'] = 'nested' - flatOptions.installStrategy = 'nested' - } - }, -}) - -define('legacy-peer-deps', { - default: false, - type: Boolean, - description: ` - Causes npm to completely ignore \`peerDependencies\` when building a - package tree, as in npm versions 3 through 6. - - If a package cannot be installed because of overly strict - \`peerDependencies\` that collide, it provides a way to move forward - resolving the situation. - - This differs from \`--omit=peer\`, in that \`--omit=peer\` will avoid - unpacking \`peerDependencies\` on disk, but will still design a tree such - that \`peerDependencies\` _could_ be unpacked in a correct place. - - Use of \`legacy-peer-deps\` is not recommended, as it will not enforce - the \`peerDependencies\` contract that meta-dependencies may rely on. - `, - flatten, -}) - -define('link', { - default: false, - type: Boolean, - description: ` - Used with \`npm ls\`, limiting output to only those packages that are - linked. - `, -}) - -define('local-address', { - default: null, - type: getLocalAddresses(), - typeDescription: 'IP Address', - description: ` - The IP address of the local interface to use when making connections to - the npm registry. Must be IPv4 in versions of Node prior to 0.12. - `, - flatten, -}) - -define('location', { - default: 'user', - short: 'L', - type: [ - 'global', - 'user', - 'project', - ], - defaultDescription: ` - "user" unless \`--global\` is passed, which will also set this value to "global" - `, - description: ` - When passed to \`npm config\` this refers to which config file to use. - - When set to "global" mode, packages are installed into the \`prefix\` folder - instead of the current working directory. See - [folders](/configuring-npm/folders) for more on the differences in behavior. - - * packages are installed into the \`{prefix}/lib/node_modules\` folder, - instead of the current working directory. - * bin files are linked to \`{prefix}/bin\` - * man pages are linked to \`{prefix}/share/man\` - `, - flatten: (key, obj, flatOptions) => { - flatten(key, obj, flatOptions) - if (flatOptions.global) { - flatOptions.location = 'global' - } - if (obj.location === 'global') { - flatOptions.global = true - } - }, -}) - -define('lockfile-version', { - default: null, - type: [null, 1, 2, 3, '1', '2', '3'], - defaultDescription: ` - Version 3 if no lockfile, auto-converting v1 lockfiles to v3, otherwise - maintain current lockfile version.`, - description: ` - Set the lockfile format version to be used in package-lock.json and - npm-shrinkwrap-json files. Possible options are: - - 1: The lockfile version used by npm versions 5 and 6. Lacks some data that - is used during the install, resulting in slower and possibly less - deterministic installs. Prevents lockfile churn when interoperating with - older npm versions. - - 2: The default lockfile version used by npm version 7 and 8. Includes both - the version 1 lockfile data and version 3 lockfile data, for maximum - determinism and interoperability, at the expense of more bytes on disk. - - 3: Only the new lockfile information introduced in npm version 7. Smaller - on disk than lockfile version 2, but not interoperable with older npm - versions. Ideal if all users are on npm version 7 and higher. - `, - flatten: (key, obj, flatOptions) => { - flatOptions.lockfileVersion = obj[key] && parseInt(obj[key], 10) - }, -}) - -define('loglevel', { - default: 'notice', - type: [ - 'silent', - 'error', - 'warn', - 'notice', - 'http', - 'info', - 'verbose', - 'silly', - ], - description: ` - What level of logs to report. All logs are written to a debug log, - with the path to that file printed if the execution of a command fails. - - Any logs of a higher level than the setting are shown. The default is - "notice". - - See also the \`foreground-scripts\` config. - `, - flatten (key, obj, flatOptions) { - flatOptions.silent = obj[key] === 'silent' - }, -}) - -define('logs-dir', { - default: null, - type: [null, path], - defaultDescription: ` - A directory named \`_logs\` inside the cache -`, - description: ` - The location of npm's log directory. See [\`npm - logging\`](/using-npm/logging) for more information. - `, -}) - -define('logs-max', { - default: 10, - type: Number, - description: ` - The maximum number of log files to store. - - If set to 0, no log files will be written for the current run. - `, -}) - -define('long', { - default: false, - type: Boolean, - short: 'l', - description: ` - Show extended information in \`ls\`, \`search\`, and \`help-search\`. - `, -}) - -define('maxsockets', { - default: 15, - type: Number, - description: ` - The maximum number of connections to use per origin (protocol/host/port - combination). - `, - flatten (key, obj, flatOptions) { - flatOptions.maxSockets = obj[key] - }, -}) - -define('message', { - default: '%s', - type: String, - short: 'm', - description: ` - Commit message which is used by \`npm version\` when creating version commit. - - Any "%s" in the message will be replaced with the version number. - `, - flatten, -}) - -define('node-options', { - default: null, - type: [null, String], - description: ` - Options to pass through to Node.js via the \`NODE_OPTIONS\` environment - variable. This does not impact how npm itself is executed but it does - impact how lifecycle scripts are called. - `, -}) - -define('noproxy', { - default: '', - defaultDescription: ` - The value of the NO_PROXY environment variable - `, - type: [String, Array], - description: ` - Domain extensions that should bypass any proxies. - - Also accepts a comma-delimited string. - `, - flatten (key, obj, flatOptions) { - if (Array.isArray(obj[key])) { - flatOptions.noProxy = obj[key].join(',') - } else { - flatOptions.noProxy = obj[key] - } - }, -}) - -define('offline', { - default: false, - type: Boolean, - description: ` - Force offline mode: no network requests will be done during install. To allow - the CLI to fill in missing cache data, see \`--prefer-offline\`. - `, - flatten, -}) - -define('omit', { - default: process.env.NODE_ENV === 'production' ? ['dev'] : [], - defaultDescription: ` - 'dev' if the \`NODE_ENV\` environment variable is set to 'production', - otherwise empty. - `, - type: [Array, 'dev', 'optional', 'peer'], - description: ` - Dependency types to omit from the installation tree on disk. - - Note that these dependencies _are_ still resolved and added to the - \`package-lock.json\` or \`npm-shrinkwrap.json\` file. They are just - not physically installed on disk. - - If a package type appears in both the \`--include\` and \`--omit\` - lists, then it will be included. - - If the resulting omit list includes \`'dev'\`, then the \`NODE_ENV\` - environment variable will be set to \`'production'\` for all lifecycle - scripts. - `, - flatten (key, obj, flatOptions) { - flatOptions.omit = buildOmitList(obj) - }, -}) - -define('omit-lockfile-registry-resolved', { - default: false, - type: Boolean, - description: ` - This option causes npm to create lock files without a \`resolved\` key for - registry dependencies. Subsequent installs will need to resolve tarball - endpoints with the configured registry, likely resulting in a longer install - time. - `, - flatten, -}) - -define('only', { - default: null, - type: [null, 'prod', 'production'], - deprecated: ` - Use \`--omit=dev\` to omit dev dependencies from the install. - `, - description: ` - When set to \`prod\` or \`production\`, this is an alias for - \`--omit=dev\`. - `, - flatten (key, obj, flatOptions) { - definitions.omit.flatten('omit', obj, flatOptions) - }, -}) - -define('optional', { - default: null, - type: [null, Boolean], - deprecated: ` - Use \`--omit=optional\` to exclude optional dependencies, or - \`--include=optional\` to include them. - - Default value does install optional deps unless otherwise omitted. - `, - description: ` - Alias for --include=optional or --omit=optional - `, - flatten (key, obj, flatOptions) { - definitions.omit.flatten('omit', obj, flatOptions) - }, -}) - -define('otp', { - default: null, - type: [null, String], - description: ` - This is a one-time password from a two-factor authenticator. It's needed - when publishing or changing package permissions with \`npm access\`. - - If not set, and a registry response fails with a challenge for a one-time - password, npm will prompt on the command line for one. - `, - flatten (key, obj, flatOptions) { - flatten(key, obj, flatOptions) - if (obj.otp) { - obj['auth-type'] = 'legacy' - flatten('auth-type', obj, flatOptions) - } - }, -}) - -define('package', { - default: [], - hint: '<package-spec>', - type: [String, Array], - description: ` - The package or packages to install for [\`npm exec\`](/commands/npm-exec) - `, - flatten, -}) - -define('package-lock', { - default: true, - type: Boolean, - description: ` - If set to false, then ignore \`package-lock.json\` files when installing. - This will also prevent _writing_ \`package-lock.json\` if \`save\` is - true. - - This configuration does not affect \`npm ci\`. - `, - flatten: (key, obj, flatOptions) => { - flatten(key, obj, flatOptions) - if (flatOptions.packageLockOnly) { - flatOptions.packageLock = true - } - }, -}) - -define('package-lock-only', { - default: false, - type: Boolean, - description: ` - If set to true, the current operation will only use the \`package-lock.json\`, - ignoring \`node_modules\`. - - For \`update\` this means only the \`package-lock.json\` will be updated, - instead of checking \`node_modules\` and downloading dependencies. - - For \`list\` this means the output will be based on the tree described by the - \`package-lock.json\`, rather than the contents of \`node_modules\`. - `, - flatten: (key, obj, flatOptions) => { - flatten(key, obj, flatOptions) - if (flatOptions.packageLockOnly) { - flatOptions.packageLock = true - } - }, -}) - -define('pack-destination', { - default: '.', - type: String, - description: ` - Directory in which \`npm pack\` will save tarballs. - `, - flatten, -}) - -define('parseable', { - default: false, - type: Boolean, - short: 'p', - description: ` - Output parseable results from commands that write to standard output. For - \`npm search\`, this will be tab-separated table format. - `, - flatten, -}) - -define('prefer-offline', { - default: false, - type: Boolean, - description: ` - If true, staleness checks for cached data will be bypassed, but missing - data will be requested from the server. To force full offline mode, use - \`--offline\`. - `, - flatten, -}) - -define('prefer-online', { - default: false, - type: Boolean, - description: ` - If true, staleness checks for cached data will be forced, making the CLI - look for updates immediately even for fresh package data. - `, - flatten, -}) - -// `prefix` has its default defined outside of this module -define('prefix', { - type: path, - short: 'C', - default: '', - defaultDescription: ` - In global mode, the folder where the node executable is installed. - Otherwise, the nearest parent folder containing either a package.json - file or a node_modules folder. - `, - description: ` - The location to install global items. If set on the command line, then - it forces non-global commands to run in the specified folder. - `, -}) - -define('preid', { - default: '', - hint: 'prerelease-id', - type: String, - description: ` - The "prerelease identifier" to use as a prefix for the "prerelease" part - of a semver. Like the \`rc\` in \`1.2.0-rc.8\`. - `, - flatten, -}) - -define('production', { - default: null, - type: [null, Boolean], - deprecated: 'Use `--omit=dev` instead.', - description: 'Alias for `--omit=dev`', - flatten (key, obj, flatOptions) { - definitions.omit.flatten('omit', obj, flatOptions) - }, -}) - -define('progress', { - default: !ciInfo.isCI, - defaultDescription: ` - \`true\` unless running in a known CI system - `, - type: Boolean, - description: ` - When set to \`true\`, npm will display a progress bar during time - intensive operations, if \`process.stderr\` is a TTY. - - Set to \`false\` to suppress the progress bar. - `, - flatten (key, obj, flatOptions) { - flatOptions.progress = !obj.progress ? false - : !!process.stderr.isTTY && process.env.TERM !== 'dumb' - }, -}) - -define('provenance', { - default: false, - type: Boolean, - description: ` - Indicates that a provenance statement should be generated. - `, - flatten, -}) - -define('proxy', { - default: null, - type: [null, false, url], // allow proxy to be disabled explicitly - description: ` - A proxy to use for outgoing http requests. If the \`HTTP_PROXY\` or - \`http_proxy\` environment variables are set, proxy settings will be - honored by the underlying \`request\` library. - `, - flatten, -}) - -define('read-only', { - default: false, - type: Boolean, - description: ` - This is used to mark a token as unable to publish when configuring - limited access tokens with the \`npm token create\` command. - `, - flatten, -}) - -define('rebuild-bundle', { - default: true, - type: Boolean, - description: ` - Rebuild bundled dependencies after installation. - `, - flatten, -}) - -define('registry', { - default: 'https://registry.npmjs.org/', - type: url, - description: ` - The base URL of the npm registry. - `, - flatten, -}) - -define('replace-registry-host', { - default: 'npmjs', - hint: '<npmjs|never|always> | hostname', - type: ['npmjs', 'never', 'always', String], - description: ` - Defines behavior for replacing the registry host in a lockfile with the - configured registry. - - The default behavior is to replace package dist URLs from the default - registry (https://registry.npmjs.org) to the configured registry. If set to - "never", then use the registry value. If set to "always", then replace the - registry host with the configured host every time. - - You may also specify a bare hostname (e.g., "registry.npmjs.org"). - `, - flatten, -}) - -define('save', { - default: true, - defaultDescription: `\`true\` unless when using \`npm update\` where it - defaults to \`false\``, - usage: '-S|--save|--no-save|--save-prod|--save-dev|--save-optional|--save-peer|--save-bundle', - type: Boolean, - short: 'S', - description: ` - Save installed packages to a \`package.json\` file as dependencies. - - When used with the \`npm rm\` command, removes the dependency from - \`package.json\`. - - Will also prevent writing to \`package-lock.json\` if set to \`false\`. - `, - flatten, -}) - -define('save-bundle', { - default: false, - type: Boolean, - short: 'B', - description: ` - If a package would be saved at install time by the use of \`--save\`, - \`--save-dev\`, or \`--save-optional\`, then also put it in the - \`bundleDependencies\` list. - - Ignored if \`--save-peer\` is set, since peerDependencies cannot be bundled. - `, - flatten (key, obj, flatOptions) { - // XXX update arborist to just ignore it if resulting saveType is peer - // otherwise this won't have the expected effect: - // - // npm config set save-peer true - // npm i foo --save-bundle --save-prod <-- should bundle - flatOptions.saveBundle = obj['save-bundle'] && !obj['save-peer'] - }, -}) - -// XXX: We should really deprecate all these `--save-blah` switches -// in favor of a single `--save-type` option. The unfortunate shortcut -// we took for `--save-peer --save-optional` being `--save-type=peerOptional` -// makes this tricky, and likely a breaking change. - -define('save-dev', { - default: false, - type: Boolean, - short: 'D', - description: ` - Save installed packages to a package.json file as \`devDependencies\`. - `, - flatten (key, obj, flatOptions) { - if (!obj[key]) { - if (flatOptions.saveType === 'dev') { - delete flatOptions.saveType - } - return - } - - flatOptions.saveType = 'dev' - }, -}) - -define('save-exact', { - default: false, - type: Boolean, - short: 'E', - description: ` - Dependencies saved to package.json will be configured with an exact - version rather than using npm's default semver range operator. - `, - flatten (key, obj, flatOptions) { - // just call the save-prefix flattener, it reads from obj['save-exact'] - definitions['save-prefix'].flatten('save-prefix', obj, flatOptions) - }, -}) - -define('save-optional', { - default: false, - type: Boolean, - short: 'O', - description: ` - Save installed packages to a package.json file as - \`optionalDependencies\`. - `, - flatten (key, obj, flatOptions) { - if (!obj[key]) { - if (flatOptions.saveType === 'optional') { - delete flatOptions.saveType - } else if (flatOptions.saveType === 'peerOptional') { - flatOptions.saveType = 'peer' - } - return - } - - if (flatOptions.saveType === 'peerOptional') { - return - } - - if (flatOptions.saveType === 'peer') { - flatOptions.saveType = 'peerOptional' - } else { - flatOptions.saveType = 'optional' - } - }, -}) - -define('save-peer', { - default: false, - type: Boolean, - description: ` - Save installed packages to a package.json file as \`peerDependencies\` - `, - flatten (key, obj, flatOptions) { - if (!obj[key]) { - if (flatOptions.saveType === 'peer') { - delete flatOptions.saveType - } else if (flatOptions.saveType === 'peerOptional') { - flatOptions.saveType = 'optional' - } - return - } - - if (flatOptions.saveType === 'peerOptional') { - return - } - - if (flatOptions.saveType === 'optional') { - flatOptions.saveType = 'peerOptional' - } else { - flatOptions.saveType = 'peer' - } - }, -}) - -define('save-prefix', { - default: '^', - type: String, - description: ` - Configure how versions of packages installed to a package.json file via - \`--save\` or \`--save-dev\` get prefixed. - - For example if a package has version \`1.2.3\`, by default its version is - set to \`^1.2.3\` which allows minor upgrades for that package, but after - \`npm config set save-prefix='~'\` it would be set to \`~1.2.3\` which - only allows patch upgrades. - `, - flatten (key, obj, flatOptions) { - flatOptions.savePrefix = obj['save-exact'] ? '' : obj['save-prefix'] - obj['save-prefix'] = flatOptions.savePrefix - }, -}) - -define('save-prod', { - default: false, - type: Boolean, - short: 'P', - description: ` - Save installed packages into \`dependencies\` specifically. This is - useful if a package already exists in \`devDependencies\` or - \`optionalDependencies\`, but you want to move it to be a non-optional - production dependency. - - This is the default behavior if \`--save\` is true, and neither - \`--save-dev\` or \`--save-optional\` are true. - `, - flatten (key, obj, flatOptions) { - if (!obj[key]) { - if (flatOptions.saveType === 'prod') { - delete flatOptions.saveType - } - return - } - - flatOptions.saveType = 'prod' - }, -}) - -define('scope', { - default: '', - defaultDescription: ` - the scope of the current project, if any, or "" - `, - type: String, - hint: '<@scope>', - description: ` - Associate an operation with a scope for a scoped registry. - - Useful when logging in to or out of a private registry: - - \`\`\` - # log in, linking the scope to the custom registry - npm login --scope=@mycorp --registry=https://registry.mycorp.com - - # log out, removing the link and the auth token - npm logout --scope=@mycorp - \`\`\` - - This will cause \`@mycorp\` to be mapped to the registry for future - installation of packages specified according to the pattern - \`@mycorp/package\`. - - This will also cause \`npm init\` to create a scoped package. - - \`\`\` - # accept all defaults, and create a package named "@foo/whatever", - # instead of just named "whatever" - npm init --scope=@foo --yes - \`\`\` - `, - flatten (key, obj, flatOptions) { - const value = obj[key] - const scope = value && !/^@/.test(value) ? `@${value}` : value - flatOptions.scope = scope - // projectScope is kept for compatibility with npm-registry-fetch - flatOptions.projectScope = scope - }, -}) - -define('script-shell', { - default: null, - defaultDescription: ` - '/bin/sh' on POSIX systems, 'cmd.exe' on Windows - `, - type: [null, String], - description: ` - The shell to use for scripts run with the \`npm exec\`, - \`npm run\` and \`npm init <package-spec>\` commands. - `, - flatten (key, obj, flatOptions) { - flatOptions.scriptShell = obj[key] || undefined - }, -}) - -define('searchexclude', { - default: '', - type: String, - description: ` - Space-separated options that limit the results from search. - `, - flatten (key, obj, flatOptions) { - flatOptions.search = flatOptions.search || { limit: 20 } - flatOptions.search.exclude = obj[key].toLowerCase() - }, -}) - -define('searchlimit', { - default: 20, - type: Number, - description: ` - Number of items to limit search results to. Will not apply at all to - legacy searches. - `, - flatten (key, obj, flatOptions) { - flatOptions.search = flatOptions.search || {} - flatOptions.search.limit = obj[key] - }, -}) - -define('searchopts', { - default: '', - type: String, - description: ` - Space-separated options that are always passed to search. - `, - flatten (key, obj, flatOptions) { - flatOptions.search = flatOptions.search || { limit: 20 } - flatOptions.search.opts = querystring.parse(obj[key]) - }, -}) - -define('searchstaleness', { - default: 15 * 60, - type: Number, - description: ` - The age of the cache, in seconds, before another registry request is made - if using legacy search endpoint. - `, - flatten (key, obj, flatOptions) { - flatOptions.search = flatOptions.search || { limit: 20 } - flatOptions.search.staleness = obj[key] - }, -}) - -define('shell', { - default: shell, - defaultDescription: ` - SHELL environment variable, or "bash" on Posix, or "cmd.exe" on Windows - `, - type: String, - description: ` - The shell to run for the \`npm explore\` command. - `, - flatten, -}) - -define('shrinkwrap', { - default: true, - type: Boolean, - deprecated: ` - Use the --package-lock setting instead. - `, - description: ` - Alias for --package-lock - `, - flatten (key, obj, flatOptions) { - obj['package-lock'] = obj.shrinkwrap - definitions['package-lock'].flatten('package-lock', obj, flatOptions) - }, -}) - -define('sign-git-commit', { - default: false, - type: Boolean, - description: ` - If set to true, then the \`npm version\` command will commit the new - package version using \`-S\` to add a signature. - - Note that git requires you to have set up GPG keys in your git configs - for this to work properly. - `, - flatten, -}) - -define('sign-git-tag', { - default: false, - type: Boolean, - description: ` - If set to true, then the \`npm version\` command will tag the version - using \`-s\` to add a signature. - - Note that git requires you to have set up GPG keys in your git configs - for this to work properly. - `, - flatten, -}) - -define('strict-peer-deps', { - default: false, - type: Boolean, - description: ` - If set to \`true\`, and \`--legacy-peer-deps\` is not set, then _any_ - conflicting \`peerDependencies\` will be treated as an install failure, - even if npm could reasonably guess the appropriate resolution based on - non-peer dependency relationships. - - By default, conflicting \`peerDependencies\` deep in the dependency graph - will be resolved using the nearest non-peer dependency specification, - even if doing so will result in some packages receiving a peer dependency - outside the range set in their package's \`peerDependencies\` object. - - When such an override is performed, a warning is printed, explaining the - conflict and the packages involved. If \`--strict-peer-deps\` is set, - then this warning is treated as a failure. - `, - flatten, -}) - -define('strict-ssl', { - default: true, - type: Boolean, - description: ` - Whether or not to do SSL key validation when making requests to the - registry via https. - - See also the \`ca\` config. - `, - flatten (key, obj, flatOptions) { - flatOptions.strictSSL = obj[key] - }, -}) - -define('tag', { - default: 'latest', - type: String, - description: ` - If you ask npm to install a package and don't tell it a specific version, - then it will install the specified tag. - - Also the tag that is added to the package@version specified by the \`npm - tag\` command, if no explicit tag is given. - - When used by the \`npm diff\` command, this is the tag used to fetch the - tarball that will be compared with the local files by default. - `, - flatten (key, obj, flatOptions) { - flatOptions.defaultTag = obj[key] - }, -}) - -define('tag-version-prefix', { - default: 'v', - type: String, - description: ` - If set, alters the prefix used when tagging a new version when performing - a version increment using \`npm version\`. To remove the prefix - altogether, set it to the empty string: \`""\`. - - Because other tools may rely on the convention that npm version tags look - like \`v1.0.0\`, _only use this property if it is absolutely necessary_. - In particular, use care when overriding this setting for public packages. - `, - flatten, -}) - -define('timing', { - default: false, - type: Boolean, - description: ` - If true, writes timing information to a process specific json file in - the cache or \`logs-dir\`. The file name ends with \`-timing.json\`. - - You can quickly view it with this [json](https://npm.im/json) command - line: \`cat ~/.npm/_logs/*-timing.json | npm exec -- json -g\`. - - Timing information will also be reported in the terminal. To suppress this - while still writing the timing file, use \`--silent\`. - `, -}) - -define('tmp', { - default: tmpdir(), - defaultDescription: ` - The value returned by the Node.js \`os.tmpdir()\` method - <https://nodejs.org/api/os.html#os_os_tmpdir> - `, - type: path, - deprecated: ` - This setting is no longer used. npm stores temporary files in a special - location in the cache, and they are managed by - [\`cacache\`](http://npm.im/cacache). - `, - description: ` - Historically, the location where temporary files were stored. No longer - relevant. - `, -}) - -define('umask', { - default: 0, - type: Umask, - description: ` - The "umask" value to use when setting the file creation mode on files and - folders. - - Folders and executables are given a mode which is \`0o777\` masked - against this value. Other files are given a mode which is \`0o666\` - masked against this value. - - Note that the underlying system will _also_ apply its own umask value to - files and folders that are created, and npm does not circumvent this, but - rather adds the \`--umask\` config to it. - - Thus, the effective default umask value on most POSIX systems is 0o22, - meaning that folders and executables are created with a mode of 0o755 and - other files are created with a mode of 0o644. - `, - flatten, -}) - -define('unicode', { - default: unicode, - defaultDescription: ` - false on windows, true on mac/unix systems with a unicode locale, as - defined by the \`LC_ALL\`, \`LC_CTYPE\`, or \`LANG\` environment variables. - `, - type: Boolean, - description: ` - When set to true, npm uses unicode characters in the tree output. When - false, it uses ascii characters instead of unicode glyphs. - `, - flatten, -}) - -define('update-notifier', { - default: true, - type: Boolean, - description: ` - Set to false to suppress the update notification when using an older - version of npm than the latest. - `, -}) - -define('usage', { - default: false, - type: Boolean, - short: ['?', 'H', 'h'], - description: ` - Show short usage output about the command specified. - `, -}) - -define('user-agent', { - default: 'npm/{npm-version} ' + - 'node/{node-version} ' + - '{platform} ' + - '{arch} ' + - 'workspaces/{workspaces} ' + - '{ci}', - type: String, - description: ` - Sets the User-Agent request header. The following fields are replaced - with their actual counterparts: - - * \`{npm-version}\` - The npm version in use - * \`{node-version}\` - The Node.js version in use - * \`{platform}\` - The value of \`process.platform\` - * \`{arch}\` - The value of \`process.arch\` - * \`{workspaces}\` - Set to \`true\` if the \`workspaces\` or \`workspace\` - options are set. - * \`{ci}\` - The value of the \`ci-name\` config, if set, prefixed with - \`ci/\`, or an empty string if \`ci-name\` is empty. - `, - flatten (key, obj, flatOptions) { - const value = obj[key] - const ciName = obj['ci-name'] - let inWorkspaces = false - if (obj.workspaces || obj.workspace && obj.workspace.length) { - inWorkspaces = true - } - flatOptions.userAgent = - value.replace(/\{node-version\}/gi, process.version) - .replace(/\{npm-version\}/gi, npmVersion) - .replace(/\{platform\}/gi, process.platform) - .replace(/\{arch\}/gi, process.arch) - .replace(/\{workspaces\}/gi, inWorkspaces) - .replace(/\{ci\}/gi, ciName ? `ci/${ciName}` : '') - .trim() - - // We can't clobber the original or else subsequent flattening will fail - // (i.e. when we change the underlying config values) - // obj[key] = flatOptions.userAgent - - // user-agent is a unique kind of config item that gets set from a template - // and ends up translated. Because of this, the normal "should we set this - // to process.env also doesn't work - process.env.npm_config_user_agent = flatOptions.userAgent - }, -}) - -define('userconfig', { - default: '~/.npmrc', - type: path, - description: ` - The location of user-level configuration settings. - - This may be overridden by the \`npm_config_userconfig\` environment - variable or the \`--userconfig\` command line option, but may _not_ - be overridden by settings in the \`globalconfig\` file. - `, -}) - -define('version', { - default: false, - type: Boolean, - short: 'v', - description: ` - If true, output the npm version and exit successfully. - - Only relevant when specified explicitly on the command line. - `, -}) - -define('versions', { - default: false, - type: Boolean, - description: ` - If true, output the npm version as well as node's \`process.versions\` - map and the version in the current working directory's \`package.json\` - file if one exists, and exit successfully. - - Only relevant when specified explicitly on the command line. - `, -}) - -define('viewer', { - default: isWindows ? 'browser' : 'man', - defaultDescription: ` - "man" on Posix, "browser" on Windows - `, - type: String, - description: ` - The program to use to view help content. - - Set to \`"browser"\` to view html help content in the default web browser. - `, -}) - -define('which', { - default: null, - hint: '<fundingSourceNumber>', - type: [null, Number], - description: ` - If there are multiple funding sources, which 1-indexed source URL to open. - `, -}) - -define('workspace', { - default: [], - type: [String, Array], - hint: '<workspace-name>', - short: 'w', - envExport: false, - description: ` - Enable running a command in the context of the configured workspaces of the - current project while filtering by running only the workspaces defined by - this configuration option. - - Valid values for the \`workspace\` config are either: - - * Workspace names - * Path to a workspace directory - * Path to a parent workspace directory (will result in selecting all - workspaces within that folder) - - When set for the \`npm init\` command, this may be set to the folder of - a workspace which does not yet exist, to create the folder and set it - up as a brand new workspace within the project. - `, - flatten: (key, obj, flatOptions) => { - definitions['user-agent'].flatten('user-agent', obj, flatOptions) - }, -}) - -define('workspaces', { - default: null, - type: [null, Boolean], - short: 'ws', - envExport: false, - description: ` - Set to true to run the command in the context of **all** configured - workspaces. - - Explicitly setting this to false will cause commands like \`install\` to - ignore workspaces altogether. - When not set explicitly: - - - Commands that operate on the \`node_modules\` tree (install, update, - etc.) will link workspaces into the \`node_modules\` folder. - - Commands that do other things (test, exec, publish, etc.) will operate - on the root project, _unless_ one or more workspaces are specified in - the \`workspace\` config. - `, - flatten: (key, obj, flatOptions) => { - definitions['user-agent'].flatten('user-agent', obj, flatOptions) - - // TODO: this is a derived value, and should be reworked when we have a - // pattern for derived value - - // workspacesEnabled is true whether workspaces is null or true - // commands contextually work with workspaces or not regardless of - // configuration, so we need an option specifically to disable workspaces - flatOptions.workspacesEnabled = obj[key] !== false - }, -}) - -define('workspaces-update', { - default: true, - type: Boolean, - description: ` - If set to true, the npm cli will run an update after operations that may - possibly change the workspaces installed to the \`node_modules\` folder. - `, - flatten, -}) - -define('yes', { - default: null, - type: [null, Boolean], - short: 'y', - description: ` - Automatically answer "yes" to any prompts that npm might print on - the command line. - `, -}) diff --git a/software/flow/node_modules/npm/lib/utils/config/index.js b/software/flow/node_modules/npm/lib/utils/config/index.js deleted file mode 100644 index d393aec..0000000 --- a/software/flow/node_modules/npm/lib/utils/config/index.js +++ /dev/null @@ -1,78 +0,0 @@ -const definitions = require('./definitions.js') - -// use the defined flattening function, and copy over any scoped -// registries and registry-specific "nerfdart" configs verbatim -// -// TODO: make these getters so that we only have to make dirty -// the thing that changed, and then flatten the fields that -// could have changed when a config.set is called. -// -// TODO: move nerfdart auth stuff into a nested object that -// is only passed along to paths that end up calling npm-registry-fetch. -const flatten = (obj, flat = {}) => { - for (const [key, val] of Object.entries(obj)) { - const def = definitions[key] - if (def && def.flatten) { - def.flatten(key, obj, flat) - } else if (/@.*:registry$/i.test(key) || /^\/\//.test(key)) { - flat[key] = val - } - } - - // XXX make this the bin/npm-cli.js file explicitly instead - // otherwise using npm programmatically is a bit of a pain. - flat.npmBin = require.main ? require.main.filename - : /* istanbul ignore next - not configurable property */ undefined - flat.nodeBin = process.env.NODE || process.execPath - - // XXX should this be sha512? is it even relevant? - flat.hashAlgorithm = 'sha1' - - return flat -} - -// aliases where they get expanded into a completely different thing -// these are NOT supported in the environment or npmrc files, only -// expanded on the CLI. -// TODO: when we switch off of nopt, use an arg parser that supports -// more reasonable aliasing and short opts right in the definitions set. -const shorthands = { - 'enjoy-by': ['--before'], - d: ['--loglevel', 'info'], - dd: ['--loglevel', 'verbose'], - ddd: ['--loglevel', 'silly'], - quiet: ['--loglevel', 'warn'], - q: ['--loglevel', 'warn'], - s: ['--loglevel', 'silent'], - silent: ['--loglevel', 'silent'], - verbose: ['--loglevel', 'verbose'], - desc: ['--description'], - help: ['--usage'], - local: ['--no-global'], - n: ['--no-yes'], - no: ['--no-yes'], - porcelain: ['--parseable'], - readonly: ['--read-only'], - reg: ['--registry'], - iwr: ['--include-workspace-root'], - ...Object.entries(definitions).reduce((acc, [key, { short = [] }]) => { - // can be either an array or string - for (const s of [].concat(short)) { - acc[s] = [`--${key}`] - } - return acc - }, {}), -} - -module.exports = { - get defaults () { - // NB: 'default' is a reserved word - return Object.entries(definitions).reduce((acc, [key, { default: d }]) => { - acc[key] = d - return acc - }, {}) - }, - definitions, - flatten, - shorthands, -} diff --git a/software/flow/node_modules/npm/lib/utils/did-you-mean.js b/software/flow/node_modules/npm/lib/utils/did-you-mean.js deleted file mode 100644 index 10b33d5..0000000 --- a/software/flow/node_modules/npm/lib/utils/did-you-mean.js +++ /dev/null @@ -1,40 +0,0 @@ -const { distance } = require('fastest-levenshtein') -const readJson = require('read-package-json-fast') -const { commands } = require('./cmd-list.js') - -const didYouMean = async (npm, path, scmd) => { - // const cmd = await npm.cmd(str) - const close = commands.filter(cmd => distance(scmd, cmd) < scmd.length * 0.4 && scmd !== cmd) - let best = [] - for (const str of close) { - const cmd = await npm.cmd(str) - best.push(` npm ${str} # ${cmd.description}`) - } - // We would already be suggesting this in `npm x` so omit them here - const runScripts = ['stop', 'start', 'test', 'restart'] - try { - const { bin, scripts } = await readJson(`${path}/package.json`) - best = best.concat( - Object.keys(scripts || {}) - .filter(cmd => distance(scmd, cmd) < scmd.length * 0.4 && !runScripts.includes(cmd)) - .map(str => ` npm run ${str} # run the "${str}" package script`), - Object.keys(bin || {}) - .filter(cmd => distance(scmd, cmd) < scmd.length * 0.4) - /* eslint-disable-next-line max-len */ - .map(str => ` npm exec ${str} # run the "${str}" command from either this or a remote npm package`) - ) - } catch (_) { - // gracefully ignore not being in a folder w/ a package.json - } - - if (best.length === 0) { - return '' - } - - const suggestion = - best.length === 1 - ? `\n\nDid you mean this?\n${best[0]}` - : `\n\nDid you mean one of these?\n${best.slice(0, 3).join('\n')}` - return suggestion -} -module.exports = didYouMean diff --git a/software/flow/node_modules/npm/lib/utils/display.js b/software/flow/node_modules/npm/lib/utils/display.js deleted file mode 100644 index 35d221c..0000000 --- a/software/flow/node_modules/npm/lib/utils/display.js +++ /dev/null @@ -1,121 +0,0 @@ -const { inspect } = require('util') -const npmlog = require('npmlog') -const log = require('./log-shim.js') -const { explain } = require('./explain-eresolve.js') - -class Display { - constructor () { - // pause by default until config is loaded - this.on() - log.pause() - } - - on () { - process.on('log', this.#logHandler) - } - - off () { - process.off('log', this.#logHandler) - // Unbalanced calls to enable/disable progress - // will leave change listeners on the tracker - // This pretty much only happens in tests but - // this removes the event emitter listener warnings - log.tracker.removeAllListeners() - } - - load (config) { - const { - color, - timing, - loglevel, - unicode, - progress, - silent, - heading = 'npm', - } = config - - // npmlog is still going away someday, so this is a hack to dynamically - // set the loglevel of timing based on the timing flag, instead of making - // a breaking change to npmlog. The result is that timing logs are never - // shown except when the --timing flag is set. We also need to change - // the index of the silly level since otherwise it is set to -Infinity - // and we can't go any lower than that. silent is still set to Infinify - // because we DO want silent to hide timing levels. This allows for the - // special case of getting timing information while hiding all CLI output - // in order to get perf information that might be affected by writing to - // a terminal. XXX(npmlog): this will be removed along with npmlog - log.levels.silly = -10000 - log.levels.timing = log.levels[loglevel] + (timing ? 1 : -1) - - log.level = loglevel - log.heading = heading - - if (color) { - log.enableColor() - } else { - log.disableColor() - } - - if (unicode) { - log.enableUnicode() - } else { - log.disableUnicode() - } - - // if it's silent, don't show progress - if (progress && !silent) { - log.enableProgress() - } else { - log.disableProgress() - } - - // Resume displaying logs now that we have config - log.resume() - } - - log (...args) { - this.#logHandler(...args) - } - - #logHandler = (level, ...args) => { - try { - this.#log(level, ...args) - } catch (ex) { - try { - // if it crashed once, it might again! - this.#npmlog('verbose', `attempt to log ${inspect(args)} crashed`, ex) - } catch (ex2) { - // eslint-disable-next-line no-console - console.error(`attempt to log ${inspect(args)} crashed`, ex, ex2) - } - } - } - - #log (...args) { - return this.#eresolveWarn(...args) || this.#npmlog(...args) - } - - // Explicitly call these on npmlog and not log shim - // This is the final place we should call npmlog before removing it. - #npmlog (level, ...args) { - npmlog[level](...args) - } - - // Also (and this is a really inexcusable kludge), we patch the - // log.warn() method so that when we see a peerDep override - // explanation from Arborist, we can replace the object with a - // highly abbreviated explanation of what's being overridden. - #eresolveWarn (level, heading, message, expl) { - if (level === 'warn' && - heading === 'ERESOLVE' && - expl && typeof expl === 'object' - ) { - this.#npmlog(level, heading, message) - this.#npmlog(level, '', explain(expl, log.useColor(), 2)) - // Return true to short circuit other log in chain - return true - } - } -} - -module.exports = Display diff --git a/software/flow/node_modules/npm/lib/utils/error-message.js b/software/flow/node_modules/npm/lib/utils/error-message.js deleted file mode 100644 index 72c7b9f..0000000 --- a/software/flow/node_modules/npm/lib/utils/error-message.js +++ /dev/null @@ -1,422 +0,0 @@ -const { format } = require('util') -const { resolve } = require('path') -const nameValidator = require('validate-npm-package-name') -const replaceInfo = require('./replace-info.js') -const { report } = require('./explain-eresolve.js') -const log = require('./log-shim') - -const messageText = msg => msg.map(line => line.slice(1).join(' ')).join('\n') - -const jsonError = (er, npm, { summary, detail }) => { - if (npm?.config.loaded && npm.config.get('json')) { - return { - error: { - code: er.code, - summary: messageText(summary), - detail: messageText(detail), - }, - } - } -} - -const errorMessage = (er, npm) => { - const short = [] - const detail = [] - const files = [] - - if (er.message) { - er.message = replaceInfo(er.message) - } - if (er.stack) { - er.stack = replaceInfo(er.stack) - } - - switch (er.code) { - case 'ERESOLVE': { - short.push(['ERESOLVE', er.message]) - detail.push(['', '']) - // XXX(display): error messages are logged so we use the logColor since that is based - // on stderr. This should be handled solely by the display layer so it could also be - // printed to stdout if necessary. - const { explanation, file } = report(er, !!npm.logColor) - detail.push(['', explanation]) - files.push(['eresolve-report.txt', file]) - break - } - - case 'ENOLOCK': { - const cmd = npm.command || '' - short.push([cmd, 'This command requires an existing lockfile.']) - detail.push([cmd, 'Try creating one first with: npm i --package-lock-only']) - detail.push([cmd, `Original error: ${er.message}`]) - break - } - - case 'ENOAUDIT': - short.push(['audit', er.message]) - break - - case 'ECONNREFUSED': - short.push(['', er]) - detail.push([ - '', - [ - '\nIf you are behind a proxy, please make sure that the', - "'proxy' config is set properly. See: 'npm help config'", - ].join('\n'), - ]) - break - - case 'EACCES': - case 'EPERM': { - const isCachePath = - typeof er.path === 'string' && - npm.config.loaded && - er.path.startsWith(npm.config.get('cache')) - const isCacheDest = - typeof er.dest === 'string' && - npm.config.loaded && - er.dest.startsWith(npm.config.get('cache')) - - const { isWindows } = require('./is-windows.js') - - if (!isWindows && (isCachePath || isCacheDest)) { - // user probably doesn't need this, but still add it to the debug log - log.verbose(er.stack) - short.push([ - '', - [ - '', - 'Your cache folder contains root-owned files, due to a bug in', - 'previous versions of npm which has since been addressed.', - '', - 'To permanently fix this problem, please run:', - ` sudo chown -R ${process.getuid()}:${process.getgid()} ${JSON.stringify( - npm.config.get('cache') - )}`, - ].join('\n'), - ]) - } else { - short.push(['', er]) - detail.push([ - '', - [ - '\nThe operation was rejected by your operating system.', - isWindows - /* eslint-disable-next-line max-len */ - ? "It's possible that the file was already in use (by a text editor or antivirus),\n" + - 'or that you lack permissions to access it.' - /* eslint-disable-next-line max-len */ - : 'It is likely you do not have the permissions to access this file as the current user', - '\nIf you believe this might be a permissions issue, please double-check the', - 'permissions of the file and its containing directories, or try running', - 'the command again as root/Administrator.', - ].join('\n'), - ]) - } - break - } - - case 'ENOGIT': - short.push(['', er.message]) - detail.push([ - '', - ['', 'Failed using git.', 'Please check if you have git installed and in your PATH.'].join( - '\n' - ), - ]) - break - - case 'EJSONPARSE': - // Check whether we ran into a conflict in our own package.json - if (er.path === resolve(npm.prefix, 'package.json')) { - const { isDiff } = require('parse-conflict-json') - const txt = require('fs').readFileSync(er.path, 'utf8').replace(/\r\n/g, '\n') - if (isDiff(txt)) { - detail.push([ - '', - [ - 'Merge conflict detected in your package.json.', - '', - 'Please resolve the package.json conflict and retry.', - ].join('\n'), - ]) - break - } - } - short.push(['JSON.parse', er.message]) - detail.push([ - 'JSON.parse', - [ - 'Failed to parse JSON data.', - 'Note: package.json must be actual JSON, not just JavaScript.', - ].join('\n'), - ]) - break - - case 'EOTP': - case 'E401': - // E401 is for places where we accidentally neglect OTP stuff - if (er.code === 'EOTP' || /one-time pass/.test(er.message)) { - short.push(['', 'This operation requires a one-time password from your authenticator.']) - detail.push([ - '', - [ - 'You can provide a one-time password by passing --otp=<code> to the command you ran.', - 'If you already provided a one-time password then it is likely that you either typoed', - 'it, or it timed out. Please try again.', - ].join('\n'), - ]) - } else { - // npm ERR! code E401 - // npm ERR! Unable to authenticate, need: Basic - const auth = - !er.headers || !er.headers['www-authenticate'] - ? [] - : er.headers['www-authenticate'].map(au => au.split(/[,\s]+/))[0] - - if (auth.includes('Bearer')) { - short.push([ - '', - 'Unable to authenticate, your authentication token seems to be invalid.', - ]) - detail.push([ - '', - ['To correct this please trying logging in again with:', ' npm login'].join('\n'), - ]) - } else if (auth.includes('Basic')) { - short.push(['', 'Incorrect or missing password.']) - detail.push([ - '', - [ - 'If you were trying to login, change your password, create an', - 'authentication token or enable two-factor authentication then', - 'that means you likely typed your password in incorrectly.', - 'Please try again, or recover your password at:', - ' https://www.npmjs.com/forgot', - '', - 'If you were doing some other operation then your saved credentials are', - 'probably out of date. To correct this please try logging in again with:', - ' npm login', - ].join('\n'), - ]) - } else { - short.push(['', er.message || er]) - } - } - break - - case 'E404': - // There's no need to have 404 in the message as well. - short.push(['404', er.message.replace(/^404\s+/, '')]) - if (er.pkgid && er.pkgid !== '-') { - const pkg = er.pkgid.replace(/(?!^)@.*$/, '') - - detail.push(['404', '']) - detail.push(['404', '', `'${replaceInfo(er.pkgid)}' is not in this registry.`]) - - const valResult = nameValidator(pkg) - - if (!valResult.validForNewPackages) { - detail.push(['404', 'This package name is not valid, because', '']) - - const errorsArray = [...(valResult.errors || []), ...(valResult.warnings || [])] - errorsArray.forEach((item, idx) => detail.push(['404', ' ' + (idx + 1) + '. ' + item])) - } - - detail.push(['404', '\nNote that you can also install from a']) - detail.push(['404', 'tarball, folder, http url, or git url.']) - } - break - - case 'EPUBLISHCONFLICT': - short.push(['publish fail', 'Cannot publish over existing version.']) - detail.push(['publish fail', "Update the 'version' field in package.json and try again."]) - detail.push(['publish fail', '']) - detail.push(['publish fail', 'To automatically increment version numbers, see:']) - detail.push(['publish fail', ' npm help version']) - break - - case 'EISGIT': - short.push(['git', er.message]) - short.push(['git', ' ' + er.path]) - detail.push([ - 'git', - ['Refusing to remove it. Update manually,', 'or move it out of the way first.'].join('\n'), - ]) - break - - case 'EBADPLATFORM': { - const validOs = - er.required && er.required.os && er.required.os.join - ? er.required.os.join(',') - : er.required.os - const validArch = - er.required && er.required.cpu && er.required.cpu.join - ? er.required.cpu.join(',') - : er.required.cpu - const expected = { os: validOs, arch: validArch } - const actual = { os: process.platform, arch: process.arch } - short.push([ - 'notsup', - [ - format( - 'Unsupported platform for %s: wanted %j (current: %j)', - er.pkgid, - expected, - actual - ), - ].join('\n'), - ]) - detail.push([ - 'notsup', - [ - 'Valid OS: ' + validOs, - 'Valid Arch: ' + validArch, - 'Actual OS: ' + process.platform, - 'Actual Arch: ' + process.arch, - ].join('\n'), - ]) - break - } - - case 'EEXIST': - short.push(['', er.message]) - short.push(['', 'File exists: ' + (er.dest || er.path)]) - detail.push(['', 'Remove the existing file and try again, or run npm']) - detail.push(['', 'with --force to overwrite files recklessly.']) - break - - case 'ENEEDAUTH': - short.push(['need auth', er.message]) - detail.push(['need auth', 'You need to authorize this machine using `npm adduser`']) - break - - case 'ECONNRESET': - case 'ENOTFOUND': - case 'ETIMEDOUT': - case 'ERR_SOCKET_TIMEOUT': - case 'EAI_FAIL': - short.push(['network', er.message]) - detail.push([ - 'network', - [ - 'This is a problem related to network connectivity.', - 'In most cases you are behind a proxy or have bad network settings.', - '\nIf you are behind a proxy, please make sure that the', - "'proxy' config is set properly. See: 'npm help config'", - ].join('\n'), - ]) - break - - case 'ETARGET': - short.push(['notarget', er.message]) - detail.push([ - 'notarget', - [ - 'In most cases you or one of your dependencies are requesting', - "a package version that doesn't exist.", - ].join('\n'), - ]) - break - - case 'E403': - short.push(['403', er.message]) - detail.push([ - '403', - [ - 'In most cases, you or one of your dependencies are requesting', - 'a package version that is forbidden by your security policy, or', - 'on a server you do not have access to.', - ].join('\n'), - ]) - break - - case 'EBADENGINE': - short.push(['engine', er.message]) - short.push(['engine', 'Not compatible with your version of node/npm: ' + er.pkgid]) - detail.push([ - 'notsup', - [ - 'Not compatible with your version of node/npm: ' + er.pkgid, - 'Required: ' + JSON.stringify(er.required), - 'Actual: ' + - JSON.stringify({ - npm: npm.version, - node: process.version, - }), - ].join('\n'), - ]) - break - - case 'ENOSPC': - short.push(['nospc', er.message]) - detail.push([ - 'nospc', - [ - 'There appears to be insufficient space on your system to finish.', - 'Clear up some disk space and try again.', - ].join('\n'), - ]) - break - - case 'EROFS': - short.push(['rofs', er.message]) - detail.push([ - 'rofs', - [ - 'Often virtualized file systems, or other file systems', - "that don't support symlinks, give this error.", - ].join('\n'), - ]) - break - - case 'ENOENT': - short.push(['enoent', er.message]) - detail.push([ - 'enoent', - [ - 'This is related to npm not being able to find a file.', - er.file ? "\nCheck if the file '" + er.file + "' is present." : '', - ].join('\n'), - ]) - break - - case 'EMISSINGARG': - case 'EUNKNOWNTYPE': - case 'EINVALIDTYPE': - case 'ETOOMANYARGS': - short.push(['typeerror', er.stack]) - detail.push([ - 'typeerror', - [ - 'This is an error with npm itself. Please report this error at:', - ' https://github.com/npm/cli/issues', - ].join('\n'), - ]) - break - - default: - short.push(['', er.message || er]) - if (er.signal) { - detail.push(['signal', er.signal]) - } - - if (er.cmd && Array.isArray(er.args)) { - detail.push(['command', ...[er.cmd, ...er.args.map(replaceInfo)]]) - } - - if (er.stdout) { - detail.push(['', er.stdout.trim()]) - } - - if (er.stderr) { - detail.push(['', er.stderr.trim()]) - } - - break - } - return { summary: short, detail, files, json: jsonError(er, npm, { summary: short, detail }) } -} - -module.exports = errorMessage diff --git a/software/flow/node_modules/npm/lib/utils/exit-handler.js b/software/flow/node_modules/npm/lib/utils/exit-handler.js deleted file mode 100644 index b5fc704..0000000 --- a/software/flow/node_modules/npm/lib/utils/exit-handler.js +++ /dev/null @@ -1,229 +0,0 @@ -const os = require('os') -const fs = require('fs') - -const log = require('./log-shim.js') -const errorMessage = require('./error-message.js') -const replaceInfo = require('./replace-info.js') - -const indent = (val) => Array.isArray(val) ? val.map(v => indent(v)) : ` ${val}` - -let npm = null // set by the cli -let exitHandlerCalled = false -let showLogFileError = false - -process.on('exit', code => { - log.disableProgress() - - // process.emit is synchronous, so the timeEnd handler will run before the - // unfinished timer check below - process.emit('timeEnd', 'npm') - - const hasLoadedNpm = npm?.config.loaded - - // Unfinished timers can be read before config load - if (npm) { - for (const [name, timer] of npm.unfinishedTimers) { - log.verbose('unfinished npm timer', name, timer) - } - } - - if (!code) { - log.info('ok') - } else { - log.verbose('code', code) - } - - if (!exitHandlerCalled) { - process.exitCode = code || 1 - log.error('', 'Exit handler never called!') - // eslint-disable-next-line no-console - console.error('') - log.error('', 'This is an error with npm itself. Please report this error at:') - log.error('', ' <https://github.com/npm/cli/issues>') - showLogFileError = true - } - - // npm must be loaded to know where the log file was written - if (hasLoadedNpm) { - // write the timing file now, this might do nothing based on the configs set. - // we need to call it here in case it errors so we dont tell the user - // about a timing file that doesn't exist - npm.writeTimingFile() - - const logsDir = npm.logsDir - const logFiles = npm.logFiles - - const timingDir = npm.timingDir - const timingFile = npm.timingFile - - const timing = npm.config.get('timing') - const logsMax = npm.config.get('logs-max') - - // Determine whether to show log file message and why it is - // being shown since in timing mode we always show the log file message - const logMethod = showLogFileError ? 'error' : timing ? 'info' : null - - if (logMethod) { - if (!npm.silent) { - // just a line break if not in silent mode - // eslint-disable-next-line no-console - console.error('') - } - - const message = [] - - if (timingFile) { - message.push('Timing info written to:', indent(timingFile)) - } else if (timing) { - message.push( - `The timing file was not written due to an error writing to the directory: ${timingDir}` - ) - } - - if (logFiles.length) { - message.push('A complete log of this run can be found in:', ...indent(logFiles)) - } else if (logsMax <= 0) { - // user specified no log file - message.push(`Log files were not written due to the config logs-max=${logsMax}`) - } else { - // could be an error writing to the directory - message.push( - `Log files were not written due to an error writing to the directory: ${logsDir}`, - 'You can rerun the command with `--loglevel=verbose` to see the logs in your terminal' - ) - } - - log[logMethod]('', message.join('\n')) - } - - // This removes any listeners npm setup, mostly for tests to avoid max listener warnings - npm.unload() - } - - // these are needed for the tests to have a clean slate in each test case - exitHandlerCalled = false - showLogFileError = false -}) - -const exitHandler = err => { - exitHandlerCalled = true - - log.disableProgress() - - const hasLoadedNpm = npm?.config.loaded - - if (!npm) { - err = err || new Error('Exit prior to setting npm in exit handler') - // eslint-disable-next-line no-console - console.error(err.stack || err.message) - return process.exit(1) - } - - if (!hasLoadedNpm) { - err = err || new Error('Exit prior to config file resolving.') - // eslint-disable-next-line no-console - console.error(err.stack || err.message) - } - - // only show the notification if it finished. - if (typeof npm.updateNotification === 'string') { - const { level } = log - log.level = 'notice' - log.notice('', npm.updateNotification) - log.level = level - } - - let exitCode - let noLogMessage - let jsonError - - if (err) { - exitCode = 1 - // if we got a command that just shells out to something else, then it - // will presumably print its own errors and exit with a proper status - // code if there's a problem. If we got an error with a code=0, then... - // something else went wrong along the way, so maybe an npm problem? - const isShellout = npm.isShellout - const quietShellout = isShellout && typeof err.code === 'number' && err.code - if (quietShellout) { - exitCode = err.code - noLogMessage = true - } else if (typeof err === 'string') { - // XXX: we should stop throwing strings - log.error('', err) - noLogMessage = true - } else if (!(err instanceof Error)) { - log.error('weird error', err) - noLogMessage = true - } else { - if (!err.code) { - const matchErrorCode = err.message.match(/^(?:Error: )?(E[A-Z]+)/) - err.code = matchErrorCode && matchErrorCode[1] - } - - for (const k of ['type', 'stack', 'statusCode', 'pkgid']) { - const v = err[k] - if (v) { - log.verbose(k, replaceInfo(v)) - } - } - - log.verbose('cwd', process.cwd()) - log.verbose('', os.type() + ' ' + os.release()) - log.verbose('node', process.version) - log.verbose('npm ', 'v' + npm.version) - - for (const k of ['code', 'syscall', 'file', 'path', 'dest', 'errno']) { - const v = err[k] - if (v) { - log.error(k, v) - } - } - - const { summary, detail, json, files = [] } = errorMessage(err, npm) - jsonError = json - - for (let [file, content] of files) { - file = `${npm.logPath}${file}` - content = `'Log files:\n${npm.logFiles.join('\n')}\n\n${content.trim()}\n` - try { - fs.writeFileSync(file, content) - detail.push(['', `\n\nFor a full report see:\n${file}`]) - } catch (logFileErr) { - log.warn('', `Could not write error message to ${file} due to ${logFileErr}`) - } - } - - for (const errline of [...summary, ...detail]) { - log.error(...errline) - } - - if (typeof err.errno === 'number') { - exitCode = err.errno - } else if (typeof err.code === 'number') { - exitCode = err.code - } - } - } - - if (hasLoadedNpm) { - npm.flushOutput(jsonError) - } - - log.verbose('exit', exitCode || 0) - - showLogFileError = (hasLoadedNpm && npm.silent) || noLogMessage - ? false - : !!exitCode - - // explicitly call process.exit now so we don't hang on things like the - // update notifier, also flush stdout/err beforehand because process.exit doesn't - // wait for that to happen. - let flushed = 0 - const flush = [process.stderr, process.stdout] - const exit = () => ++flushed === flush.length && process.exit(exitCode) - flush.forEach((f) => f.write('', exit)) -} - -module.exports = exitHandler -module.exports.setNpm = n => (npm = n) diff --git a/software/flow/node_modules/npm/lib/utils/explain-dep.js b/software/flow/node_modules/npm/lib/utils/explain-dep.js deleted file mode 100644 index 5825802..0000000 --- a/software/flow/node_modules/npm/lib/utils/explain-dep.js +++ /dev/null @@ -1,148 +0,0 @@ -const chalk = require('chalk') -const nocolor = { - bold: s => s, - dim: s => s, - red: s => s, - yellow: s => s, - cyan: s => s, - magenta: s => s, - blue: s => s, - green: s => s, - gray: s => s, -} - -const { relative } = require('path') - -const explainNode = (node, depth, color) => - printNode(node, color) + - explainDependents(node, depth, color) + - explainLinksIn(node, depth, color) - -const colorType = (type, color) => { - const { red, yellow, cyan, magenta, blue, green, gray } = color ? chalk : nocolor - const style = type === 'extraneous' ? red - : type === 'dev' ? yellow - : type === 'optional' ? cyan - : type === 'peer' ? magenta - : type === 'bundled' ? blue - : type === 'workspace' ? green - : type === 'overridden' ? gray - : /* istanbul ignore next */ s => s - return style(type) -} - -const printNode = (node, color) => { - const { - name, - version, - location, - extraneous, - dev, - optional, - peer, - bundled, - isWorkspace, - overridden, - } = node - const { bold, dim, green } = color ? chalk : nocolor - const extra = [] - if (extraneous) { - extra.push(' ' + bold(colorType('extraneous', color))) - } - - if (dev) { - extra.push(' ' + bold(colorType('dev', color))) - } - - if (optional) { - extra.push(' ' + bold(colorType('optional', color))) - } - - if (peer) { - extra.push(' ' + bold(colorType('peer', color))) - } - - if (bundled) { - extra.push(' ' + bold(colorType('bundled', color))) - } - - if (overridden) { - extra.push(' ' + bold(colorType('overridden', color))) - } - - const pkgid = isWorkspace - ? green(`${name}@${version}`) - : `${bold(name)}@${bold(version)}` - - return `${pkgid}${extra.join('')}` + - (location ? dim(`\n${location}`) : '') -} - -const explainLinksIn = ({ linksIn }, depth, color) => { - if (!linksIn || !linksIn.length || depth <= 0) { - return '' - } - - const messages = linksIn.map(link => explainNode(link, depth - 1, color)) - const str = '\n' + messages.join('\n') - return str.split('\n').join('\n ') -} - -const explainDependents = ({ name, dependents }, depth, color) => { - if (!dependents || !dependents.length || depth <= 0) { - return '' - } - - const max = Math.ceil(depth / 2) - const messages = dependents.slice(0, max) - .map(edge => explainEdge(edge, depth, color)) - - // show just the names of the first 5 deps that overflowed the list - if (dependents.length > max) { - let len = 0 - const maxLen = 50 - const showNames = [] - for (let i = max; i < dependents.length; i++) { - const { from: { name: depName = 'the root project' } } = dependents[i] - len += depName.length - if (len >= maxLen && i < dependents.length - 1) { - showNames.push('...') - break - } - showNames.push(depName) - } - const show = `(${showNames.join(', ')})` - messages.push(`${dependents.length - max} more ${show}`) - } - - const str = '\n' + messages.join('\n') - return str.split('\n').join('\n ') -} - -const explainEdge = ({ name, type, bundled, from, spec, rawSpec, overridden }, depth, color) => { - const { bold } = color ? chalk : nocolor - let dep = type === 'workspace' - ? bold(relative(from.location, spec.slice('file:'.length))) - : `${bold(name)}@"${bold(spec)}"` - if (overridden) { - dep = `${colorType('overridden', color)} ${dep} (was "${rawSpec}")` - } - - const fromMsg = ` from ${explainFrom(from, depth, color)}` - - return (type === 'prod' ? '' : `${colorType(type, color)} `) + - (bundled ? `${colorType('bundled', color)} ` : '') + - `${dep}${fromMsg}` -} - -const explainFrom = (from, depth, color) => { - if (!from.name && !from.version) { - return 'the root project' - } - - return printNode(from, color) + - explainDependents(from, depth - 1, color) + - explainLinksIn(from, depth - 1, color) -} - -module.exports = { explainNode, printNode, explainEdge } diff --git a/software/flow/node_modules/npm/lib/utils/explain-eresolve.js b/software/flow/node_modules/npm/lib/utils/explain-eresolve.js deleted file mode 100644 index 480cd8e..0000000 --- a/software/flow/node_modules/npm/lib/utils/explain-eresolve.js +++ /dev/null @@ -1,71 +0,0 @@ -// this is called when an ERESOLVE error is caught in the exit-handler, -// or when there's a log.warn('eresolve', msg, explanation), to turn it -// into a human-intelligible explanation of what's wrong and how to fix. -const { explainEdge, explainNode, printNode } = require('./explain-dep.js') - -// expl is an explanation object that comes from Arborist. It looks like: -// Depth is how far we want to want to descend into the object making a report. -// The full report (ie, depth=Infinity) is always written to the cache folder -// at ${cache}/eresolve-report.txt along with full json. -const explain = (expl, color, depth) => { - const { edge, dep, current, peerConflict, currentEdge } = expl - - const out = [] - const whileInstalling = dep && dep.whileInstalling || - current && current.whileInstalling || - edge && edge.from && edge.from.whileInstalling - if (whileInstalling) { - out.push('While resolving: ' + printNode(whileInstalling, color)) - } - - // it "should" be impossible for an ERESOLVE explanation to lack both - // current and currentEdge, but better to have a less helpful error - // than a crashing failure. - if (current) { - out.push('Found: ' + explainNode(current, depth, color)) - } else if (peerConflict && peerConflict.current) { - out.push('Found: ' + explainNode(peerConflict.current, depth, color)) - } else if (currentEdge) { - out.push('Found: ' + explainEdge(currentEdge, depth, color)) - } else /* istanbul ignore else - should always have one */ if (edge) { - out.push('Found: ' + explainEdge(edge, depth, color)) - } - - out.push('\nCould not resolve dependency:\n' + - explainEdge(edge, depth, color)) - - if (peerConflict) { - const heading = '\nConflicting peer dependency:' - const pc = explainNode(peerConflict.peer, depth, color) - out.push(heading + ' ' + pc) - } - - return out.join('\n') -} - -// generate a full verbose report and tell the user how to fix it -const report = (expl, color) => { - const flags = [ - expl.strictPeerDeps ? '--no-strict-peer-deps' : '', - '--force', - '--legacy-peer-deps', - ].filter(Boolean) - - const or = (arr) => arr.length <= 2 - ? arr.join(' or ') : - arr.map((v, i, l) => i + 1 === l.length ? `or ${v}` : v).join(', ') - - const fix = `Fix the upstream dependency conflict, or retry -this command with ${or(flags)} -to accept an incorrect (and potentially broken) dependency resolution.` - - return { - explanation: `${explain(expl, color, 4)}\n\n${fix}`, - file: `# npm resolution error report\n\n${explain(expl, false, Infinity)}\n\n${fix}`, - } -} - -module.exports = { - explain, - report, -} diff --git a/software/flow/node_modules/npm/lib/utils/format-bytes.js b/software/flow/node_modules/npm/lib/utils/format-bytes.js deleted file mode 100644 index d293001..0000000 --- a/software/flow/node_modules/npm/lib/utils/format-bytes.js +++ /dev/null @@ -1,30 +0,0 @@ -// Convert bytes to printable output, for file reporting in tarballs -// Only supports up to GB because that's way larger than anything the registry -// supports anyways. - -const formatBytes = (bytes, space = true) => { - let spacer = '' - if (space) { - spacer = ' ' - } - - if (bytes < 1000) { - // B - return `${bytes}${spacer}B` - } - - if (bytes < 1000000) { - // kB - return `${(bytes / 1000).toFixed(1)}${spacer}kB` - } - - if (bytes < 1000000000) { - // MB - return `${(bytes / 1000000).toFixed(1)}${spacer}MB` - } - - // GB - return `${(bytes / 1000000000).toFixed(1)}${spacer}GB` -} - -module.exports = formatBytes diff --git a/software/flow/node_modules/npm/lib/utils/format-search-stream.js b/software/flow/node_modules/npm/lib/utils/format-search-stream.js deleted file mode 100644 index 2a2dadd..0000000 --- a/software/flow/node_modules/npm/lib/utils/format-search-stream.js +++ /dev/null @@ -1,160 +0,0 @@ -const Minipass = require('minipass') -const columnify = require('columnify') - -// This module consumes package data in the following format: -// -// { -// name: String, -// description: String, -// maintainers: [{ username: String, email: String }], -// keywords: String | [String], -// version: String, -// date: Date // can be null, -// } -// -// The returned stream will format this package data -// into a byte stream of formatted, displayable output. - -module.exports = (opts) => { - return opts.json ? new JSONOutputStream() : new TextOutputStream(opts) -} - -class JSONOutputStream extends Minipass { - #didFirst = false - - write (obj) { - if (!this.#didFirst) { - super.write('[\n') - this.#didFirst = true - } else { - super.write('\n,\n') - } - - return super.write(JSON.stringify(obj)) - } - - end () { - super.write(this.#didFirst ? ']\n' : '\n[]\n') - super.end() - } -} - -class TextOutputStream extends Minipass { - constructor (opts) { - super() - this._opts = opts - this._line = 0 - } - - write (pkg) { - return super.write(prettify(pkg, ++this._line, this._opts)) - } -} - -function prettify (data, num, opts) { - var truncate = !opts.long - - var pkg = normalizePackage(data, opts) - - var columns = ['name', 'description', 'author', 'date', 'version', 'keywords'] - - if (opts.parseable) { - return columns.map(function (col) { - return pkg[col] && ('' + pkg[col]).replace(/\t/g, ' ') - }).join('\t') - } - - // stdout in tap is never a tty - /* istanbul ignore next */ - const maxWidth = process.stdout.isTTY ? process.stdout.getWindowSize()[0] : Infinity - let output = columnify( - [pkg], - { - include: columns, - showHeaders: num <= 1, - columnSplitter: ' | ', - truncate: truncate, - config: { - name: { minWidth: 25, maxWidth: 25, truncate: false, truncateMarker: '' }, - description: { minWidth: 20, maxWidth: 20 }, - author: { minWidth: 15, maxWidth: 15 }, - date: { maxWidth: 11 }, - version: { minWidth: 8, maxWidth: 8 }, - keywords: { maxWidth: Infinity }, - }, - } - ).split('\n').map(line => line.slice(0, maxWidth)).join('\n') - - if (opts.color) { - output = highlightSearchTerms(output, opts.args) - } - - return output -} - -var colors = [31, 33, 32, 36, 34, 35] -var cl = colors.length - -function addColorMarker (str, arg, i) { - var m = i % cl + 1 - var markStart = String.fromCharCode(m) - var markEnd = String.fromCharCode(0) - - if (arg.charAt(0) === '/') { - return str.replace( - new RegExp(arg.slice(1, -1), 'gi'), - bit => markStart + bit + markEnd - ) - } - - // just a normal string, do the split/map thing - var pieces = str.toLowerCase().split(arg.toLowerCase()) - var p = 0 - - return pieces.map(function (piece) { - piece = str.slice(p, p + piece.length) - var mark = markStart + - str.slice(p + piece.length, p + piece.length + arg.length) + - markEnd - p += piece.length + arg.length - return piece + mark - }).join('') -} - -function colorize (line) { - for (var i = 0; i < cl; i++) { - var m = i + 1 - var color = '\u001B[' + colors[i] + 'm' - line = line.split(String.fromCharCode(m)).join(color) - } - var uncolor = '\u001B[0m' - return line.split('\u0000').join(uncolor) -} - -function highlightSearchTerms (str, terms) { - terms.forEach(function (arg, i) { - str = addColorMarker(str, arg, i) - }) - - return colorize(str).trim() -} - -function normalizePackage (data, opts) { - return { - name: data.name, - description: data.description, - author: data.maintainers.map((m) => `=${m.username}`).join(' '), - keywords: Array.isArray(data.keywords) - ? data.keywords.join(' ') - : typeof data.keywords === 'string' - ? data.keywords.replace(/[,\s]+/, ' ') - : '', - version: data.version, - date: (data.date && - (data.date.toISOString() // remove time - .split('T').join(' ') - .replace(/:[0-9]{2}\.[0-9]{3}Z$/, '')) - .slice(0, -5)) || - 'prehistoric', - } -} diff --git a/software/flow/node_modules/npm/lib/utils/get-identity.js b/software/flow/node_modules/npm/lib/utils/get-identity.js deleted file mode 100644 index d8f59da..0000000 --- a/software/flow/node_modules/npm/lib/utils/get-identity.js +++ /dev/null @@ -1,26 +0,0 @@ -const npmFetch = require('npm-registry-fetch') - -module.exports = async (npm, opts) => { - const { registry } = opts - - // First, check if we have a user/pass-based auth - const creds = npm.config.getCredentialsByURI(registry) - if (creds.username) { - return creds.username - } - - // No username, but we have other credentials; fetch the username from registry - if (creds.token || creds.certfile && creds.keyfile) { - const registryData = await npmFetch.json('/-/whoami', { ...opts }) - if (typeof registryData?.username === 'string') { - return registryData.username - } - } - - // At this point, even if they have a credentials object, it doesn't have a - // valid token. - throw Object.assign( - new Error('This command requires you to be logged in.'), - { code: 'ENEEDAUTH' } - ) -} diff --git a/software/flow/node_modules/npm/lib/utils/is-windows.js b/software/flow/node_modules/npm/lib/utils/is-windows.js deleted file mode 100644 index 57f6599..0000000 --- a/software/flow/node_modules/npm/lib/utils/is-windows.js +++ /dev/null @@ -1,6 +0,0 @@ -const isWindows = process.platform === 'win32' -const isWindowsShell = isWindows && - !/^MINGW(32|64)$/.test(process.env.MSYSTEM) && process.env.TERM !== 'cygwin' - -exports.isWindows = isWindows -exports.isWindowsShell = isWindowsShell diff --git a/software/flow/node_modules/npm/lib/utils/log-file.js b/software/flow/node_modules/npm/lib/utils/log-file.js deleted file mode 100644 index f663997..0000000 --- a/software/flow/node_modules/npm/lib/utils/log-file.js +++ /dev/null @@ -1,233 +0,0 @@ -const os = require('os') -const { join, dirname, basename } = require('path') -const { format, promisify } = require('util') -const glob = promisify(require('glob')) -const MiniPass = require('minipass') -const fsMiniPass = require('fs-minipass') -const fs = require('fs/promises') -const log = require('./log-shim') - -const padZero = (n, length) => n.toString().padStart(length.toString().length, '0') -const globify = pattern => pattern.split('\\').join('/') - -class LogFiles { - // Default to a plain minipass stream so we can buffer - // initial writes before we know the cache location - #logStream = null - - // We cap log files at a certain number of log events per file. - // Note that each log event can write more than one line to the - // file. Then we rotate log files once this number of events is reached - #MAX_LOGS_PER_FILE = null - - // Now that we write logs continuously we need to have a backstop - // here for infinite loops that still log. This is also partially handled - // by the config.get('max-files') option, but this is a failsafe to - // prevent runaway log file creation - #MAX_FILES_PER_PROCESS = null - - #fileLogCount = 0 - #totalLogCount = 0 - #path = null - #logsMax = null - #files = [] - - constructor ({ - maxLogsPerFile = 50_000, - maxFilesPerProcess = 5, - } = {}) { - this.#MAX_LOGS_PER_FILE = maxLogsPerFile - this.#MAX_FILES_PER_PROCESS = maxFilesPerProcess - this.on() - } - - static format (count, level, title, ...args) { - let prefix = `${count} ${level}` - if (title) { - prefix += ` ${title}` - } - - return format(...args) - .split(/\r?\n/) - .reduce((lines, line) => - lines += prefix + (line ? ' ' : '') + line + os.EOL, - '' - ) - } - - on () { - this.#logStream = new MiniPass() - process.on('log', this.#logHandler) - } - - off () { - process.off('log', this.#logHandler) - this.#endStream() - } - - load ({ path, logsMax = Infinity } = {}) { - // dir is user configurable and is required to exist so - // this can error if the dir is missing or not configured correctly - this.#path = path - this.#logsMax = logsMax - - // Log stream has already ended - if (!this.#logStream) { - return - } - - log.verbose('logfile', `logs-max:${logsMax} dir:${this.#path}`) - - // Pipe our initial stream to our new file stream and - // set that as the new log logstream for future writes - // if logs max is 0 then the user does not want a log file - if (this.#logsMax > 0) { - const initialFile = this.#openLogFile() - if (initialFile) { - this.#logStream = this.#logStream.pipe(initialFile) - } - } - - // Kickoff cleaning process, even if we aren't writing a logfile. - // This is async but it will always ignore the current logfile - // Return the result so it can be awaited in tests - return this.#cleanLogs() - } - - log (...args) { - this.#logHandler(...args) - } - - get files () { - return this.#files - } - - get #isBuffered () { - return this.#logStream instanceof MiniPass - } - - #endStream (output) { - if (this.#logStream) { - this.#logStream.end(output) - this.#logStream = null - } - } - - #logHandler = (level, ...args) => { - // Ignore pause and resume events since we - // write everything to the log file - if (level === 'pause' || level === 'resume') { - return - } - - // If the stream is ended then do nothing - if (!this.#logStream) { - return - } - - const logOutput = this.#formatLogItem(level, ...args) - - if (this.#isBuffered) { - // Cant do anything but buffer the output if we dont - // have a file stream yet - this.#logStream.write(logOutput) - return - } - - // Open a new log file if we've written too many logs to this one - if (this.#fileLogCount >= this.#MAX_LOGS_PER_FILE) { - // Write last chunk to the file and close it - this.#endStream(logOutput) - if (this.#files.length >= this.#MAX_FILES_PER_PROCESS) { - // but if its way too many then we just stop listening - this.off() - } else { - // otherwise we are ready for a new file for the next event - this.#logStream = this.#openLogFile() - } - } else { - this.#logStream.write(logOutput) - } - } - - #formatLogItem (...args) { - this.#fileLogCount += 1 - return LogFiles.format(this.#totalLogCount++, ...args) - } - - #getLogFilePath (count = '') { - return `${this.#path}debug-${count}.log` - } - - #openLogFile () { - // Count in filename will be 0 indexed - const count = this.#files.length - - try { - // Pad with zeros so that our log files are always sorted properly - // We never want to write files ending in `-9.log` and `-10.log` because - // log file cleaning is done by deleting the oldest so in this example - // `-10.log` would be deleted next - const f = this.#getLogFilePath(padZero(count, this.#MAX_FILES_PER_PROCESS)) - // Some effort was made to make the async, but we need to write logs - // during process.on('exit') which has to be synchronous. So in order - // to never drop log messages, it is easiest to make it sync all the time - // and this was measured to be about 1.5% slower for 40k lines of output - const logStream = new fsMiniPass.WriteStreamSync(f, { flags: 'a' }) - if (count > 0) { - // Reset file log count if we are opening - // after our first file - this.#fileLogCount = 0 - } - this.#files.push(logStream.path) - return logStream - } catch (e) { - // If the user has a readonly logdir then we don't want to - // warn this on every command so it should be verbose - log.verbose('logfile', `could not be created: ${e}`) - } - } - - async #cleanLogs () { - // module to clean out the old log files - // this is a best-effort attempt. if a rm fails, we just - // log a message about it and move on. We do return a - // Promise that succeeds when we've tried to delete everything, - // just for the benefit of testing this function properly. - - try { - const logPath = this.#getLogFilePath() - const logGlob = join(dirname(logPath), basename(logPath) - // tell glob to only match digits - .replace(/\d/g, '[0123456789]') - // Handle the old (prior to 8.2.0) log file names which did not have a - // counter suffix - .replace(/-\.log$/, '*.log') - ) - - // Always ignore the currently written files - const files = await glob(globify(logGlob), { ignore: this.#files.map(globify), silent: true }) - const toDelete = files.length - this.#logsMax - - if (toDelete <= 0) { - return - } - - log.silly('logfile', `start cleaning logs, removing ${toDelete} files`) - - for (const file of files.slice(0, toDelete)) { - try { - await fs.rm(file, { force: true }) - } catch (e) { - log.silly('logfile', 'error removing log file', file, e) - } - } - } catch (e) { - log.warn('logfile', 'error cleaning log files', e) - } finally { - log.silly('logfile', 'done cleaning log files') - } - } -} - -module.exports = LogFiles diff --git a/software/flow/node_modules/npm/lib/utils/log-shim.js b/software/flow/node_modules/npm/lib/utils/log-shim.js deleted file mode 100644 index 9d5a36d..0000000 --- a/software/flow/node_modules/npm/lib/utils/log-shim.js +++ /dev/null @@ -1,59 +0,0 @@ -const NPMLOG = require('npmlog') -const PROCLOG = require('proc-log') - -// Sets getter and optionally a setter -// otherwise setting should throw -const accessors = (obj, set) => (k) => ({ - get: () => obj[k], - set: set ? (v) => (obj[k] = v) : () => { - throw new Error(`Cant set ${k}`) - }, -}) - -// Set the value to a bound function on the object -const value = (obj) => (k) => ({ - value: (...args) => obj[k].apply(obj, args), -}) - -const properties = { - // npmlog getters/setters - level: accessors(NPMLOG, true), - heading: accessors(NPMLOG, true), - levels: accessors(NPMLOG), - gauge: accessors(NPMLOG), - stream: accessors(NPMLOG), - tracker: accessors(NPMLOG), - progressEnabled: accessors(NPMLOG), - // npmlog methods - useColor: value(NPMLOG), - enableColor: value(NPMLOG), - disableColor: value(NPMLOG), - enableUnicode: value(NPMLOG), - disableUnicode: value(NPMLOG), - enableProgress: value(NPMLOG), - disableProgress: value(NPMLOG), - clearProgress: value(NPMLOG), - showProgress: value(NPMLOG), - newItem: value(NPMLOG), - newGroup: value(NPMLOG), - // proclog methods - notice: value(PROCLOG), - error: value(PROCLOG), - warn: value(PROCLOG), - info: value(PROCLOG), - verbose: value(PROCLOG), - http: value(PROCLOG), - silly: value(PROCLOG), - pause: value(PROCLOG), - resume: value(PROCLOG), -} - -const descriptors = Object.entries(properties).reduce((acc, [k, v]) => { - acc[k] = { enumerable: true, ...v(k) } - return acc -}, {}) - -// Create an object with the allowed properties rom npm log and all -// the logging methods from proc log -// XXX: this should go away and requires of this should be replaced with proc-log + new display -module.exports = Object.freeze(Object.defineProperties({}, descriptors)) diff --git a/software/flow/node_modules/npm/lib/utils/npm-usage.js b/software/flow/node_modules/npm/lib/utils/npm-usage.js deleted file mode 100644 index b04ad33..0000000 --- a/software/flow/node_modules/npm/lib/utils/npm-usage.js +++ /dev/null @@ -1,75 +0,0 @@ -const { commands } = require('./cmd-list') - -const COL_MAX = 60 -const COL_MIN = 24 -const COL_GUTTER = 16 -const INDENT = 4 - -const indent = (repeat = INDENT) => ' '.repeat(repeat) -const indentNewline = (repeat) => `\n${indent(repeat)}` - -module.exports = async (npm) => { - const browser = npm.config.get('viewer') === 'browser' ? ' (in a browser)' : '' - const allCommands = npm.config.get('long') ? await cmdUsages(npm) : cmdNames() - - return `npm <command> - -Usage: - -npm install install all the dependencies in your project -npm install <foo> add the <foo> dependency to your project -npm test run this project's tests -npm run <foo> run the script named <foo> -npm <command> -h quick help on <command> -npm -l display usage info for all commands -npm help <term> search for help on <term>${browser} -npm help npm more involved overview${browser} - -All commands: -${allCommands} - -Specify configs in the ini-formatted file: -${indent() + npm.config.get('userconfig')} -or on the command line via: npm <command> --key=value - -More configuration info: npm help config -Configuration fields: npm help 7 config - -npm@${npm.version} ${npm.npmRoot}` -} - -const cmdNames = () => { - const out = [''] - - const line = !process.stdout.columns ? COL_MAX - : Math.min(COL_MAX, Math.max(process.stdout.columns - COL_GUTTER, COL_MIN)) - - let l = 0 - for (const c of commands) { - if (out[l].length + c.length + 2 < line) { - out[l] += ', ' + c - } else { - out[l++] += ',' - out[l] = c - } - } - - return indentNewline() + out.join(indentNewline()).slice(2) -} - -const cmdUsages = async (npm) => { - // return a string of <command>: <usage> - let maxLen = 0 - const set = [] - for (const c of commands) { - const { usage } = await npm.cmd(c) - set.push([c, usage.split('\n')]) - maxLen = Math.max(maxLen, c.length) - } - - return set.map(([name, usageLines]) => { - const gutter = indent(maxLen - name.length + 1) - const usage = usageLines.join(indentNewline(INDENT + maxLen + 1)) - return indentNewline() + name + gutter + usage - }).join('\n') -} diff --git a/software/flow/node_modules/npm/lib/utils/open-url-prompt.js b/software/flow/node_modules/npm/lib/utils/open-url-prompt.js deleted file mode 100644 index df0c970..0000000 --- a/software/flow/node_modules/npm/lib/utils/open-url-prompt.js +++ /dev/null @@ -1,70 +0,0 @@ -const readline = require('readline') -const promiseSpawn = require('@npmcli/promise-spawn') - -function print (npm, title, url) { - const json = npm.config.get('json') - - const message = json ? JSON.stringify({ title, url }) : `${title}:\n${url}` - - npm.output(message) -} - -// Prompt to open URL in browser if possible -const promptOpen = async (npm, url, title, prompt, emitter) => { - const browser = npm.config.get('browser') - const isInteractive = process.stdin.isTTY === true && process.stdout.isTTY === true - - try { - if (!/^https?:$/.test(new URL(url).protocol)) { - throw new Error() - } - } catch (_) { - throw new Error('Invalid URL: ' + url) - } - - print(npm, title, url) - - if (browser === false || !isInteractive) { - return - } - - const rl = readline.createInterface({ - input: process.stdin, - output: process.stdout, - }) - - const tryOpen = await new Promise(resolve => { - rl.on('SIGINT', () => { - rl.close() - resolve('SIGINT') - }) - - rl.question(prompt, () => { - resolve(true) - }) - - if (emitter && emitter.addListener) { - emitter.addListener('abort', () => { - rl.close() - - // clear the prompt line - npm.output('') - - resolve(false) - }) - } - }) - - if (tryOpen === 'SIGINT') { - throw new Error('canceled') - } - - if (!tryOpen) { - return - } - - const command = browser === true ? null : browser - await promiseSpawn.open(url, { command }) -} - -module.exports = promptOpen diff --git a/software/flow/node_modules/npm/lib/utils/open-url.js b/software/flow/node_modules/npm/lib/utils/open-url.js deleted file mode 100644 index f882d0c..0000000 --- a/software/flow/node_modules/npm/lib/utils/open-url.js +++ /dev/null @@ -1,50 +0,0 @@ -const promiseSpawn = require('@npmcli/promise-spawn') - -const { URL } = require('url') - -// attempt to open URL in web-browser, print address otherwise: -const open = async (npm, url, errMsg, isFile) => { - url = encodeURI(url) - const browser = npm.config.get('browser') - - function printAlternateMsg () { - const json = npm.config.get('json') - const alternateMsg = json - ? JSON.stringify({ - title: errMsg, - url, - }, null, 2) - : `${errMsg}:\n ${url}\n` - - npm.output(alternateMsg) - } - - if (browser === false) { - printAlternateMsg() - return - } - - // We pass this in as true from the help command so we know we don't have to - // check the protocol - if (!isFile) { - try { - if (!/^https?:$/.test(new URL(url).protocol)) { - throw new Error() - } - } catch { - throw new Error('Invalid URL: ' + url) - } - } - - const command = browser === true ? null : browser - await promiseSpawn.open(url, { command }) - .catch((err) => { - if (err.code !== 'ENOENT') { - throw err - } - - printAlternateMsg() - }) -} - -module.exports = open diff --git a/software/flow/node_modules/npm/lib/utils/otplease.js b/software/flow/node_modules/npm/lib/utils/otplease.js deleted file mode 100644 index b4aa167..0000000 --- a/software/flow/node_modules/npm/lib/utils/otplease.js +++ /dev/null @@ -1,48 +0,0 @@ -const log = require('./log-shim') -async function otplease (npm, opts, fn) { - try { - return await fn(opts) - } catch (err) { - if (!process.stdin.isTTY || !process.stdout.isTTY) { - throw err - } - - if (isWebOTP(err)) { - log.disableProgress() - const webAuth = require('./web-auth') - const openUrlPrompt = require('./open-url-prompt') - - const openerPromise = (url, emitter) => - openUrlPrompt( - npm, - url, - 'Authenticate your account at', - 'Press ENTER to open in the browser...', - emitter - ) - const otp = await webAuth(openerPromise, err.body.authUrl, err.body.doneUrl, opts) - return await fn({ ...opts, otp }) - } - - if (isClassicOTP(err)) { - const readUserInfo = require('./read-user-info.js') - const otp = await readUserInfo.otp('This operation requires a one-time password.\nEnter OTP:') - return await fn({ ...opts, otp }) - } - - throw err - } -} - -function isWebOTP (err) { - if (err.code === 'EOTP' && err.body) { - return err.body.authUrl && err.body.doneUrl - } - return false -} - -function isClassicOTP (err) { - return err.code === 'EOTP' || (err.code === 'E401' && /one-time pass/.test(err.body)) -} - -module.exports = otplease diff --git a/software/flow/node_modules/npm/lib/utils/ping.js b/software/flow/node_modules/npm/lib/utils/ping.js deleted file mode 100644 index 00956d0..0000000 --- a/software/flow/node_modules/npm/lib/utils/ping.js +++ /dev/null @@ -1,7 +0,0 @@ -// ping the npm registry -// used by the ping and doctor commands -const fetch = require('npm-registry-fetch') -module.exports = async (flatOptions) => { - const res = await fetch('/-/ping?write=true', flatOptions) - return res.json().catch(() => ({})) -} diff --git a/software/flow/node_modules/npm/lib/utils/pulse-till-done.js b/software/flow/node_modules/npm/lib/utils/pulse-till-done.js deleted file mode 100644 index 2229414..0000000 --- a/software/flow/node_modules/npm/lib/utils/pulse-till-done.js +++ /dev/null @@ -1,26 +0,0 @@ -const log = require('./log-shim.js') - -let pulseTimer = null -const withPromise = async (promise) => { - pulseStart() - try { - return await promise - } finally { - pulseStop() - } -} - -const pulseStart = () => { - pulseTimer = pulseTimer || setInterval(() => { - log.gauge.pulse('') - }, 150) -} - -const pulseStop = () => { - clearInterval(pulseTimer) - pulseTimer = null -} - -module.exports = { - withPromise, -} diff --git a/software/flow/node_modules/npm/lib/utils/queryable.js b/software/flow/node_modules/npm/lib/utils/queryable.js deleted file mode 100644 index 5ddcf63..0000000 --- a/software/flow/node_modules/npm/lib/utils/queryable.js +++ /dev/null @@ -1,312 +0,0 @@ -const util = require('util') -const _delete = Symbol('delete') -const _append = Symbol('append') - -const sqBracketsMatcher = str => str.match(/(.+)\[([^\]]+)\]\.?(.*)$/) - -// replaces any occurrence of an empty-brackets (e.g: []) with a special -// Symbol(append) to represent it, this is going to be useful for the setter -// method that will push values to the end of the array when finding these -const replaceAppendSymbols = str => { - const matchEmptyBracket = str.match(/^(.*)\[\]\.?(.*)$/) - - if (matchEmptyBracket) { - const [, pre, post] = matchEmptyBracket - return [...replaceAppendSymbols(pre), _append, post].filter(Boolean) - } - - return [str] -} - -const parseKeys = key => { - const sqBracketItems = new Set() - sqBracketItems.add(_append) - const parseSqBrackets = str => { - const index = sqBracketsMatcher(str) - - // once we find square brackets, we recursively parse all these - if (index) { - const preSqBracketPortion = index[1] - - // we want to have a `new String` wrapper here in order to differentiate - // between multiple occurrences of the same string, e.g: - // foo.bar[foo.bar] should split into { foo: { bar: { 'foo.bar': {} } } - /* eslint-disable-next-line no-new-wrappers */ - const foundKey = new String(index[2]) - const postSqBracketPortion = index[3] - - // we keep track of items found during this step to make sure - // we don't try to split-separate keys that were defined within - // square brackets, since the key name itself might contain dots - sqBracketItems.add(foundKey) - - // returns an array that contains either dot-separate items (that will - // be split apart during the next step OR the fully parsed keys - // read from square brackets, e.g: - // foo.bar[1.0.0].a.b -> ['foo.bar', '1.0.0', 'a.b'] - return [ - ...parseSqBrackets(preSqBracketPortion), - foundKey, - ...(postSqBracketPortion ? parseSqBrackets(postSqBracketPortion) : []), - ] - } - - // at the end of parsing, any usage of the special empty-bracket syntax - // (e.g: foo.array[]) has not yet been parsed, here we'll take care - // of parsing it and adding a special symbol to represent it in - // the resulting list of keys - return replaceAppendSymbols(str) - } - - const res = [] - // starts by parsing items defined as square brackets, those might be - // representing properties that have a dot in the name or just array - // indexes, e.g: foo[1.0.0] or list[0] - const sqBracketKeys = parseSqBrackets(key.trim()) - - for (const k of sqBracketKeys) { - // keys parsed from square brackets should just be added to list of - // resulting keys as they might have dots as part of the key - if (sqBracketItems.has(k)) { - res.push(k) - } else { - // splits the dot-sep property names and add them to the list of keys - /* eslint-disable-next-line no-new-wrappers */ - for (const splitKey of k.split('.')) { - res.push(String(splitKey)) - } - } - } - - // returns an ordered list of strings in which each entry - // represents a key in an object defined by the previous entry - return res -} - -const getter = ({ data, key }) => { - // keys are a list in which each entry represents the name of - // a property that should be walked through the object in order to - // return the final found value - const keys = parseKeys(key) - let _data = data - let label = '' - - for (const k of keys) { - // empty-bracket-shortcut-syntax is not supported on getter - if (k === _append) { - throw Object.assign(new Error('Empty brackets are not valid syntax for retrieving values.'), { - code: 'EINVALIDSYNTAX', - }) - } - - // extra logic to take into account printing array, along with its - // special syntax in which using a dot-sep property name after an - // arry will expand it's results, e.g: - // arr.name -> arr[0].name=value, arr[1].name=value, ... - const maybeIndex = Number(k) - if (Array.isArray(_data) && !Number.isInteger(maybeIndex)) { - _data = _data.reduce((acc, i, index) => { - acc[`${label}[${index}].${k}`] = i[k] - return acc - }, {}) - return _data - } else { - // if can't find any more values, it means it's just over - // and there's nothing to return - if (!_data[k]) { - return undefined - } - - // otherwise sets the next value - _data = _data[k] - } - - label += k - } - - // these are some legacy expectations from - // the old API consumed by lib/view.js - if (Array.isArray(_data) && _data.length <= 1) { - _data = _data[0] - } - - return { - [key]: _data, - } -} - -const setter = ({ data, key, value, force }) => { - // setter goes to recursively transform the provided data obj, - // setting properties from the list of parsed keys, e.g: - // ['foo', 'bar', 'baz'] -> { foo: { bar: { baz: {} } } - const keys = parseKeys(key) - const setKeys = (_data, _key) => { - // handles array indexes, converting valid integers to numbers, - // note that occurrences of Symbol(append) will throw, - // so we just ignore these for now - let maybeIndex = Number.NaN - try { - maybeIndex = Number(_key) - } catch { - // leave it NaN - } - if (!Number.isNaN(maybeIndex)) { - _key = maybeIndex - } - - // creates new array in case key is an index - // and the array obj is not yet defined - const keyIsAnArrayIndex = _key === maybeIndex || _key === _append - const dataHasNoItems = !Object.keys(_data).length - if (keyIsAnArrayIndex && dataHasNoItems && !Array.isArray(_data)) { - _data = [] - } - - // converting from array to an object is also possible, in case the - // user is using force mode, we should also convert existing arrays - // to an empty object if the current _data is an array - if (force && Array.isArray(_data) && !keyIsAnArrayIndex) { - _data = { ..._data } - } - - // the _append key is a special key that is used to represent - // the empty-bracket notation, e.g: arr[] -> arr[arr.length] - if (_key === _append) { - if (!Array.isArray(_data)) { - throw Object.assign(new Error(`Can't use append syntax in non-Array element`), { - code: 'ENOAPPEND', - }) - } - _key = _data.length - } - - // retrieves the next data object to recursively iterate on, - // throws if trying to override a literal value or add props to an array - const next = () => { - const haveContents = !force && _data[_key] != null && value !== _delete - const shouldNotOverrideLiteralValue = !(typeof _data[_key] === 'object') - // if the next obj to recurse is an array and the next key to be - // appended to the resulting obj is not an array index, then it - // should throw since we can't append arbitrary props to arrays - const shouldNotAddPropsToArrays = - typeof keys[0] !== 'symbol' && Array.isArray(_data[_key]) && Number.isNaN(Number(keys[0])) - - const overrideError = haveContents && shouldNotOverrideLiteralValue - if (overrideError) { - throw Object.assign( - new Error(`Property ${_key} already exists and is not an Array or Object.`), - { code: 'EOVERRIDEVALUE' } - ) - } - - const addPropsToArrayError = haveContents && shouldNotAddPropsToArrays - if (addPropsToArrayError) { - throw Object.assign(new Error(`Can't add property ${key} to an Array.`), { - code: 'ENOADDPROP', - }) - } - - return typeof _data[_key] === 'object' ? _data[_key] || {} : {} - } - - // sets items from the parsed array of keys as objects, recurses to - // setKeys in case there are still items to be handled, otherwise it - // just sets the original value set by the user - if (keys.length) { - _data[_key] = setKeys(next(), keys.shift()) - } else { - // handles special deletion cases for obj props / array items - if (value === _delete) { - if (Array.isArray(_data)) { - _data.splice(_key, 1) - } else { - delete _data[_key] - } - } else { - // finally, sets the value in its right place - _data[_key] = value - } - } - - return _data - } - - setKeys(data, keys.shift()) -} - -class Queryable { - #data = null - - constructor (obj) { - if (!obj || typeof obj !== 'object') { - throw Object.assign(new Error('Queryable needs an object to query properties from.'), { - code: 'ENOQUERYABLEOBJ', - }) - } - - this.#data = obj - } - - query (queries) { - // this ugly interface here is meant to be a compatibility layer - // with the legacy API lib/view.js is consuming, if at some point - // we refactor that command then we can revisit making this nicer - if (queries === '') { - return { '': this.#data } - } - - const q = query => - getter({ - data: this.#data, - key: query, - }) - - if (Array.isArray(queries)) { - let res = {} - for (const query of queries) { - res = { ...res, ...q(query) } - } - return res - } else { - return q(queries) - } - } - - // return the value for a single query if found, otherwise returns undefined - get (query) { - const obj = this.query(query) - if (obj) { - return obj[query] - } - } - - // creates objects along the way for the provided `query` parameter - // and assigns `value` to the last property of the query chain - set (query, value, { force } = {}) { - setter({ - data: this.#data, - key: query, - value, - force, - }) - } - - // deletes the value of the property found at `query` - delete (query) { - setter({ - data: this.#data, - key: query, - value: _delete, - }) - } - - toJSON () { - return this.#data - } - - [util.inspect.custom] () { - return this.toJSON() - } -} - -module.exports = Queryable diff --git a/software/flow/node_modules/npm/lib/utils/read-user-info.js b/software/flow/node_modules/npm/lib/utils/read-user-info.js deleted file mode 100644 index 1cac8ee..0000000 --- a/software/flow/node_modules/npm/lib/utils/read-user-info.js +++ /dev/null @@ -1,68 +0,0 @@ -const read = require('read') -const userValidate = require('npm-user-validate') -const log = require('./log-shim.js') - -exports.otp = readOTP -exports.password = readPassword -exports.username = readUsername -exports.email = readEmail - -const otpPrompt = `This command requires a one-time password (OTP) from your authenticator app. -Enter one below. You can also pass one on the command line by appending --otp=123456. -For more information, see: -https://docs.npmjs.com/getting-started/using-two-factor-authentication -Enter OTP: ` -const passwordPrompt = 'npm password: ' -const usernamePrompt = 'npm username: ' -const emailPrompt = 'email (this IS public): ' - -function readWithProgress (opts) { - log.clearProgress() - return read(opts).finally(() => log.showProgress()) -} - -function readOTP (msg = otpPrompt, otp, isRetry) { - if (isRetry && otp && /^[\d ]+$|^[A-Fa-f0-9]{64,64}$/.test(otp)) { - return otp.replace(/\s+/g, '') - } - - return readWithProgress({ prompt: msg, default: otp || '' }) - .then((rOtp) => readOTP(msg, rOtp, true)) -} - -function readPassword (msg = passwordPrompt, password, isRetry) { - if (isRetry && password) { - return password - } - - return readWithProgress({ prompt: msg, silent: true, default: password || '' }) - .then((rPassword) => readPassword(msg, rPassword, true)) -} - -function readUsername (msg = usernamePrompt, username, isRetry) { - if (isRetry && username) { - const error = userValidate.username(username) - if (error) { - log.warn(error.message) - } else { - return Promise.resolve(username.trim()) - } - } - - return readWithProgress({ prompt: msg, default: username || '' }) - .then((rUsername) => readUsername(msg, rUsername, true)) -} - -function readEmail (msg = emailPrompt, email, isRetry) { - if (isRetry && email) { - const error = userValidate.email(email) - if (error) { - log.warn(error.message) - } else { - return email.trim() - } - } - - return readWithProgress({ prompt: msg, default: email || '' }) - .then((username) => readEmail(msg, username, true)) -} diff --git a/software/flow/node_modules/npm/lib/utils/reify-finish.js b/software/flow/node_modules/npm/lib/utils/reify-finish.js deleted file mode 100644 index 9b43abc..0000000 --- a/software/flow/node_modules/npm/lib/utils/reify-finish.js +++ /dev/null @@ -1,33 +0,0 @@ -const reifyOutput = require('./reify-output.js') -const ini = require('ini') -const { writeFile } = require('fs').promises -const { resolve } = require('path') - -const reifyFinish = async (npm, arb) => { - await saveBuiltinConfig(npm, arb) - reifyOutput(npm, arb) -} - -const saveBuiltinConfig = async (npm, arb) => { - const { options: { global }, actualTree } = arb - if (!global) { - return - } - - // if we are using a builtin config, and just installed npm as - // a top-level global package, we have to preserve that config. - const npmNode = actualTree.inventory.get('node_modules/npm') - if (!npmNode) { - return - } - - const builtinConf = npm.config.data.get('builtin') - if (builtinConf.loadError) { - return - } - - const content = ini.stringify(builtinConf.raw).trim() + '\n' - await writeFile(resolve(npmNode.path, 'npmrc'), content) -} - -module.exports = reifyFinish diff --git a/software/flow/node_modules/npm/lib/utils/reify-output.js b/software/flow/node_modules/npm/lib/utils/reify-output.js deleted file mode 100644 index 5ac7fa4..0000000 --- a/software/flow/node_modules/npm/lib/utils/reify-output.js +++ /dev/null @@ -1,184 +0,0 @@ -// pass in an arborist object, and it'll output the data about what -// was done, what was audited, etc. -// -// added ## packages, removed ## packages, and audited ## packages in 19.157s -// -// 1 package is looking for funding -// run `npm fund` for details -// -// found 37 vulnerabilities (5 low, 7 moderate, 25 high) -// run `npm audit fix` to fix them, or `npm audit` for details - -const log = require('./log-shim.js') -const { depth } = require('treeverse') -const ms = require('ms') -const npmAuditReport = require('npm-audit-report') -const { readTree: getFundingInfo } = require('libnpmfund') -const auditError = require('./audit-error.js') - -// TODO: output JSON if flatOptions.json is true -const reifyOutput = (npm, arb) => { - const { diff, actualTree } = arb - - // note: fails and crashes if we're running audit fix and there was an error - // which is a good thing, because there's no point printing all this other - // stuff in that case! - const auditReport = auditError(npm, arb.auditReport) ? null : arb.auditReport - - // don't print any info in --silent mode, but we still need to - // set the exitCode properly from the audit report, if we have one. - if (npm.silent) { - getAuditReport(npm, auditReport) - return - } - - const summary = { - added: 0, - removed: 0, - changed: 0, - audited: auditReport && !auditReport.error ? actualTree.inventory.size : 0, - funding: 0, - } - - if (diff) { - depth({ - tree: diff, - visit: d => { - switch (d.action) { - case 'REMOVE': - summary.removed++ - break - case 'ADD': - actualTree.inventory.has(d.ideal) && summary.added++ - break - case 'CHANGE': - summary.changed++ - break - default: - return - } - const node = d.actual || d.ideal - log.silly(d.action, node.location) - }, - getChildren: d => d.children, - }) - } - - if (npm.flatOptions.fund) { - const fundingInfo = getFundingInfo(actualTree, { countOnly: true }) - summary.funding = fundingInfo.length - } - - if (npm.flatOptions.json) { - if (auditReport) { - // call this to set the exit code properly - getAuditReport(npm, auditReport) - summary.audit = npm.command === 'audit' ? auditReport - : auditReport.toJSON().metadata - } - npm.output(JSON.stringify(summary, 0, 2)) - } else { - packagesChangedMessage(npm, summary) - packagesFundingMessage(npm, summary) - printAuditReport(npm, auditReport) - } -} - -// if we're running `npm audit fix`, then we print the full audit report -// at the end if there's still stuff, because it's silly for `npm audit` -// to tell you to run `npm audit` for details. otherwise, use the summary -// report. if we get here, we know it's not quiet or json. -// If the loglevel is silent, then we just run the report -// to get the exitCode set appropriately. -const printAuditReport = (npm, report) => { - const res = getAuditReport(npm, report) - if (!res || !res.report) { - return - } - npm.output(`\n${res.report}`) -} - -const getAuditReport = (npm, report) => { - if (!report) { - return - } - - // when in silent mode, we print nothing. the JSON output is - // going to just JSON.stringify() the report object. - const reporter = npm.silent ? 'quiet' - : npm.flatOptions.json ? 'quiet' - : npm.command !== 'audit' ? 'install' - : 'detail' - const defaultAuditLevel = npm.command !== 'audit' ? 'none' : 'low' - const auditLevel = npm.flatOptions.auditLevel || defaultAuditLevel - - const res = npmAuditReport(report, { - reporter, - ...npm.flatOptions, - auditLevel, - }) - if (npm.command === 'audit') { - process.exitCode = process.exitCode || res.exitCode - } - return res -} - -const packagesChangedMessage = (npm, { added, removed, changed, audited }) => { - const msg = ['\n'] - if (added === 0 && removed === 0 && changed === 0) { - msg.push('up to date') - if (audited) { - msg.push(', ') - } - } else { - if (added) { - msg.push(`added ${added} package${added === 1 ? '' : 's'}`) - } - - if (removed) { - if (added) { - msg.push(', ') - } - - if (added && !audited && !changed) { - msg.push('and ') - } - - msg.push(`removed ${removed} package${removed === 1 ? '' : 's'}`) - } - if (changed) { - if (added || removed) { - msg.push(', ') - } - - if (!audited && (added || removed)) { - msg.push('and ') - } - - msg.push(`changed ${changed} package${changed === 1 ? '' : 's'}`) - } - if (audited) { - msg.push(', and ') - } - } - if (audited) { - msg.push(`audited ${audited} package${audited === 1 ? '' : 's'}`) - } - - msg.push(` in ${ms(Date.now() - npm.started)}`) - npm.output(msg.join('')) -} - -const packagesFundingMessage = (npm, { funding }) => { - if (!funding) { - return - } - - npm.output('') - const pkg = funding === 1 ? 'package' : 'packages' - const is = funding === 1 ? 'is' : 'are' - npm.output(`${funding} ${pkg} ${is} looking for funding`) - npm.output(' run `npm fund` for details') -} - -module.exports = reifyOutput diff --git a/software/flow/node_modules/npm/lib/utils/replace-info.js b/software/flow/node_modules/npm/lib/utils/replace-info.js deleted file mode 100644 index b9ce619..0000000 --- a/software/flow/node_modules/npm/lib/utils/replace-info.js +++ /dev/null @@ -1,31 +0,0 @@ -const { cleanUrl } = require('npm-registry-fetch') -const isString = (v) => typeof v === 'string' - -// split on \s|= similar to how nopt parses options -const splitAndReplace = (str) => { - // stateful regex, don't move out of this scope - const splitChars = /[\s=]/g - - let match = null - let result = '' - let index = 0 - while (match = splitChars.exec(str)) { - result += cleanUrl(str.slice(index, match.index)) + match[0] - index = splitChars.lastIndex - } - - return result + cleanUrl(str.slice(index)) -} - -// replaces auth info in an array of arguments or in a strings -function replaceInfo (arg) { - if (isString(arg)) { - return splitAndReplace(arg) - } else if (Array.isArray(arg)) { - return arg.map((a) => isString(a) ? splitAndReplace(a) : a) - } - - return arg -} - -module.exports = replaceInfo diff --git a/software/flow/node_modules/npm/lib/utils/tar.js b/software/flow/node_modules/npm/lib/utils/tar.js deleted file mode 100644 index c25fe71..0000000 --- a/software/flow/node_modules/npm/lib/utils/tar.js +++ /dev/null @@ -1,132 +0,0 @@ -const tar = require('tar') -const ssri = require('ssri') -const log = require('./log-shim') -const formatBytes = require('./format-bytes.js') -const columnify = require('columnify') -const localeCompare = require('@isaacs/string-locale-compare')('en', { - sensitivity: 'case', - numeric: true, -}) - -const logTar = (tarball, opts = {}) => { - const { unicode = false } = opts - log.notice('') - log.notice('', `${unicode ? '📦 ' : 'package:'} ${tarball.name}@${tarball.version}`) - log.notice('=== Tarball Contents ===') - if (tarball.files.length) { - log.notice( - '', - columnify( - tarball.files - .map(f => { - const bytes = formatBytes(f.size, false) - return /^node_modules\//.test(f.path) ? null : { path: f.path, size: `${bytes}` } - }) - .filter(f => f), - { - include: ['size', 'path'], - showHeaders: false, - } - ) - ) - } - if (tarball.bundled.length) { - log.notice('=== Bundled Dependencies ===') - tarball.bundled.forEach(name => log.notice('', name)) - } - log.notice('=== Tarball Details ===') - log.notice( - '', - columnify( - [ - { name: 'name:', value: tarball.name }, - { name: 'version:', value: tarball.version }, - tarball.filename && { name: 'filename:', value: tarball.filename }, - { name: 'package size:', value: formatBytes(tarball.size) }, - { name: 'unpacked size:', value: formatBytes(tarball.unpackedSize) }, - { name: 'shasum:', value: tarball.shasum }, - { - name: 'integrity:', - value: - tarball.integrity.toString().slice(0, 20) + - '[...]' + - tarball.integrity.toString().slice(80), - }, - tarball.bundled.length && { name: 'bundled deps:', value: tarball.bundled.length }, - tarball.bundled.length && { - name: 'bundled files:', - value: tarball.entryCount - tarball.files.length, - }, - tarball.bundled.length && { name: 'own files:', value: tarball.files.length }, - { name: 'total files:', value: tarball.entryCount }, - ].filter(x => x), - { - include: ['name', 'value'], - showHeaders: false, - } - ) - ) - log.notice('', '') -} - -const getContents = async (manifest, tarball) => { - const files = [] - const bundled = new Set() - let totalEntries = 0 - let totalEntrySize = 0 - - // reads contents of tarball - const stream = tar.t({ - onentry (entry) { - totalEntries++ - totalEntrySize += entry.size - const p = entry.path - if (p.startsWith('package/node_modules/')) { - const name = p.match(/^package\/node_modules\/((?:@[^/]+\/)?[^/]+)/)[1] - bundled.add(name) - } - files.push({ - path: entry.path.replace(/^package\//, ''), - size: entry.size, - mode: entry.mode, - }) - }, - }) - stream.end(tarball) - - const integrity = await ssri.fromData(tarball, { - algorithms: ['sha1', 'sha512'], - }) - - const comparator = ({ path: a }, { path: b }) => localeCompare(a, b) - - const isUpper = str => { - const ch = str.charAt(0) - return ch === ch.toUpperCase() - } - - const uppers = files.filter(file => isUpper(file.path)) - const others = files.filter(file => !isUpper(file.path)) - - uppers.sort(comparator) - others.sort(comparator) - - const shasum = integrity.sha1[0].hexDigest() - return { - id: manifest._id || `${manifest.name}@${manifest.version}`, - name: manifest.name, - version: manifest.version, - size: tarball.length, - unpackedSize: totalEntrySize, - shasum, - integrity: ssri.parse(integrity.sha512[0]), - // @scope/packagename.tgz => scope-packagename.tgz - // we can safely use these global replace rules due to npm package naming rules - filename: `${manifest.name.replace('@', '').replace('/', '-')}-${manifest.version}.tgz`, - files: uppers.concat(others), - entryCount: totalEntries, - bundled: Array.from(bundled), - } -} - -module.exports = { logTar, getContents } diff --git a/software/flow/node_modules/npm/lib/utils/timers.js b/software/flow/node_modules/npm/lib/utils/timers.js deleted file mode 100644 index c215fe9..0000000 --- a/software/flow/node_modules/npm/lib/utils/timers.js +++ /dev/null @@ -1,116 +0,0 @@ -const EE = require('events') -const fs = require('fs') -const log = require('./log-shim') - -// This is an event emiiter but on/off -// only listen on a single internal event that gets -// emitted whenever a timer ends -class Timers extends EE { - file = null - - #unfinished = new Map() - #finished = {} - #onTimeEnd = Symbol('onTimeEnd') - #initialListener = null - #initialTimer = null - - constructor ({ listener = null, start = 'npm' } = {}) { - super() - this.#initialListener = listener - this.#initialTimer = start - this.#init() - } - - get unfinished () { - return this.#unfinished - } - - get finished () { - return this.#finished - } - - #init () { - this.on() - if (this.#initialListener) { - this.on(this.#initialListener) - } - process.emit('time', this.#initialTimer) - this.started = this.#unfinished.get(this.#initialTimer) - } - - on (listener) { - if (listener) { - super.on(this.#onTimeEnd, listener) - } else { - process.on('time', this.#timeListener) - process.on('timeEnd', this.#timeEndListener) - } - } - - off (listener) { - if (listener) { - super.off(this.#onTimeEnd, listener) - } else { - this.removeAllListeners(this.#onTimeEnd) - process.off('time', this.#timeListener) - process.off('timeEnd', this.#timeEndListener) - } - } - - time (name, fn) { - process.emit('time', name) - const end = () => process.emit('timeEnd', name) - if (typeof fn === 'function') { - const res = fn() - return res && res.finally ? res.finally(end) : (end(), res) - } - return end - } - - load ({ path } = {}) { - if (path) { - this.file = `${path}timing.json` - } - } - - writeFile (metadata) { - if (!this.file) { - return - } - - try { - const globalStart = this.started - const globalEnd = this.#finished.npm || Date.now() - const content = { - metadata, - timers: this.#finished, - // add any unfinished timers with their relative start/end - unfinishedTimers: [...this.#unfinished.entries()].reduce((acc, [name, start]) => { - acc[name] = [start - globalStart, globalEnd - globalStart] - return acc - }, {}), - } - fs.writeFileSync(this.file, JSON.stringify(content) + '\n') - } catch (e) { - this.file = null - log.warn('timing', `could not write timing file: ${e}`) - } - } - - #timeListener = (name) => { - this.#unfinished.set(name, Date.now()) - } - - #timeEndListener = (name) => { - if (this.#unfinished.has(name)) { - const ms = Date.now() - this.#unfinished.get(name) - this.#finished[name] = ms - this.#unfinished.delete(name) - this.emit(this.#onTimeEnd, name, ms) - } else { - log.silly('timing', "Tried to end timer that doesn't exist:", name) - } - } -} - -module.exports = Timers diff --git a/software/flow/node_modules/npm/lib/utils/update-notifier.js b/software/flow/node_modules/npm/lib/utils/update-notifier.js deleted file mode 100644 index a7eaaca..0000000 --- a/software/flow/node_modules/npm/lib/utils/update-notifier.js +++ /dev/null @@ -1,134 +0,0 @@ -// print a banner telling the user to upgrade npm to latest -// but not in CI, and not if we're doing that already. -// Check daily for betas, and weekly otherwise. - -const pacote = require('pacote') -const ciInfo = require('ci-info') -const semver = require('semver') -const chalk = require('chalk') -const { promisify } = require('util') -const stat = promisify(require('fs').stat) -const writeFile = promisify(require('fs').writeFile) -const { resolve } = require('path') - -const SKIP = Symbol('SKIP') - -const isGlobalNpmUpdate = npm => { - return npm.flatOptions.global && - ['install', 'update'].includes(npm.command) && - npm.argv.some(arg => /^npm(@|$)/.test(arg)) -} - -// update check frequency -const DAILY = 1000 * 60 * 60 * 24 -const WEEKLY = DAILY * 7 - -// don't put it in the _cacache folder, just in npm's cache -const lastCheckedFile = npm => - resolve(npm.flatOptions.cache, '../_update-notifier-last-checked') - -const checkTimeout = async (npm, duration) => { - const t = new Date(Date.now() - duration) - const f = lastCheckedFile(npm) - // if we don't have a file, then definitely check it. - const st = await stat(f).catch(() => ({ mtime: t - 1 })) - return t > st.mtime -} - -const updateNotifier = async (npm, spec = 'latest') => { - // never check for updates in CI, when updating npm already, or opted out - if (!npm.config.get('update-notifier') || - isGlobalNpmUpdate(npm) || - ciInfo.isCI) { - return SKIP - } - - // if we're on a prerelease train, then updates are coming fast - // check for a new one daily. otherwise, weekly. - const { version } = npm - const current = semver.parse(version) - - // if we're on a beta train, always get the next beta - if (current.prerelease.length) { - spec = `^${version}` - } - - // while on a beta train, get updates daily - const duration = spec !== 'latest' ? DAILY : WEEKLY - - // if we've already checked within the specified duration, don't check again - if (!(await checkTimeout(npm, duration))) { - return null - } - - // if they're currently using a prerelease, nudge to the next prerelease - // otherwise, nudge to latest. - const useColor = npm.logColor - - const mani = await pacote.manifest(`npm@${spec}`, { - // always prefer latest, even if doing --tag=whatever on the cmd - defaultTag: 'latest', - ...npm.flatOptions, - }).catch(() => null) - - // if pacote failed, give up - if (!mani) { - return null - } - - const latest = mani.version - - // if the current version is *greater* than latest, we're on a 'next' - // and should get the updates from that release train. - // Note that this isn't another http request over the network, because - // the packument will be cached by pacote from previous request. - if (semver.gt(version, latest) && spec === 'latest') { - return updateNotifier(npm, `^${version}`) - } - - // if we already have something >= the desired spec, then we're done - if (semver.gte(version, latest)) { - return null - } - - // ok! notify the user about this update they should get. - // The message is saved for printing at process exit so it will not get - // lost in any other messages being printed as part of the command. - const update = semver.parse(mani.version) - const type = update.major !== current.major ? 'major' - : update.minor !== current.minor ? 'minor' - : update.patch !== current.patch ? 'patch' - : 'prerelease' - const typec = !useColor ? type - : type === 'major' ? chalk.red(type) - : type === 'minor' ? chalk.yellow(type) - : chalk.green(type) - const oldc = !useColor ? current : chalk.red(current) - const latestc = !useColor ? latest : chalk.green(latest) - const changelog = `https://github.com/npm/cli/releases/tag/v${latest}` - const changelogc = !useColor ? `<${changelog}>` : chalk.cyan(changelog) - const cmd = `npm install -g npm@${latest}` - const cmdc = !useColor ? `\`${cmd}\`` : chalk.green(cmd) - const message = `\nNew ${typec} version of npm available! ` + - `${oldc} -> ${latestc}\n` + - `Changelog: ${changelogc}\n` + - `Run ${cmdc} to update!\n` - - return message -} - -// only update the notification timeout if we actually finished checking -module.exports = async npm => { - const notification = await updateNotifier(npm) - - // dont write the file if we skipped checking altogether - if (notification === SKIP) { - return null - } - - // intentional. do not await this. it's a best-effort update. if this - // fails, it's ok. might be using /dev/null as the cache or something weird - // like that. - writeFile(lastCheckedFile(npm), '').catch(() => {}) - return notification -} diff --git a/software/flow/node_modules/npm/lib/utils/validate-lockfile.js b/software/flow/node_modules/npm/lib/utils/validate-lockfile.js deleted file mode 100644 index 29161ec..0000000 --- a/software/flow/node_modules/npm/lib/utils/validate-lockfile.js +++ /dev/null @@ -1,29 +0,0 @@ -// compares the inventory of package items in the tree -// that is about to be installed (idealTree) with the inventory -// of items stored in the package-lock file (virtualTree) -// -// Returns empty array if no errors found or an array populated -// with an entry for each validation error found. -function validateLockfile (virtualTree, idealTree) { - const errors = [] - - // loops through the inventory of packages resulted by ideal tree, - // for each package compares the versions with the version stored in the - // package-lock and adds an error to the list in case of mismatches - for (const [key, entry] of idealTree.entries()) { - const lock = virtualTree.get(key) - - if (!lock) { - errors.push(`Missing: ${entry.name}@${entry.version} from lock file`) - continue - } - - if (entry.version !== lock.version) { - errors.push(`Invalid: lock file's ${lock.name}@${lock.version} does ` + - `not satisfy ${entry.name}@${entry.version}`) - } - } - return errors -} - -module.exports = validateLockfile diff --git a/software/flow/node_modules/npm/lib/utils/web-auth.js b/software/flow/node_modules/npm/lib/utils/web-auth.js deleted file mode 100644 index ce55168..0000000 --- a/software/flow/node_modules/npm/lib/utils/web-auth.js +++ /dev/null @@ -1,20 +0,0 @@ -const EventEmitter = require('events') -const { webAuthCheckLogin } = require('npm-profile') - -async function webAuth (opener, initialUrl, doneUrl, opts) { - const doneEmitter = new EventEmitter() - - const openPromise = opener(initialUrl, doneEmitter) - const webAuthCheckPromise = webAuthCheckLogin(doneUrl, { ...opts, cache: false }) - .then(authResult => { - // cancel open prompt if it's present - doneEmitter.emit('abort') - - return authResult.token - }) - - await openPromise - return await webAuthCheckPromise -} - -module.exports = webAuth diff --git a/software/flow/node_modules/npm/lib/workspaces/get-workspaces.js b/software/flow/node_modules/npm/lib/workspaces/get-workspaces.js deleted file mode 100644 index 2ac043d..0000000 --- a/software/flow/node_modules/npm/lib/workspaces/get-workspaces.js +++ /dev/null @@ -1,54 +0,0 @@ -const { resolve, relative } = require('path') -const mapWorkspaces = require('@npmcli/map-workspaces') -const minimatch = require('minimatch') -const rpj = require('read-package-json-fast') - -// minimatch wants forward slashes only for glob patterns -const globify = pattern => pattern.split('\\').join('/') - -// Returns an Map of paths to workspaces indexed by workspace name -// { foo => '/path/to/foo' } -const getWorkspaces = async (filters, { path, includeWorkspaceRoot, relativeFrom }) => { - // TODO we need a better error to be bubbled up here if this rpj call fails - const pkg = await rpj(resolve(path, 'package.json')) - const workspaces = await mapWorkspaces({ cwd: path, pkg }) - let res = new Map() - if (includeWorkspaceRoot) { - res.set(pkg.name, path) - } - - if (!filters.length) { - res = new Map([...res, ...workspaces]) - } - - for (const filterArg of filters) { - for (const [workspaceName, workspacePath] of workspaces.entries()) { - let relativePath = relative(relativeFrom, workspacePath) - if (filterArg.startsWith('./')) { - relativePath = `./${relativePath}` - } - const relativeFilter = relative(path, filterArg) - if (filterArg === workspaceName - || resolve(relativeFrom, filterArg) === workspacePath - || minimatch(relativePath, `${globify(relativeFilter)}/*`) - || minimatch(relativePath, `${globify(filterArg)}/*`) - ) { - res.set(workspaceName, workspacePath) - } - } - } - - if (!res.size) { - let msg = '!' - if (filters.length) { - msg = `:\n ${filters.reduce( - (acc, filterArg) => `${acc} --workspace=${filterArg}`, '')}` - } - - throw new Error(`No workspaces found${msg}`) - } - - return res -} - -module.exports = getWorkspaces diff --git a/software/flow/node_modules/npm/lib/workspaces/update-workspaces.js b/software/flow/node_modules/npm/lib/workspaces/update-workspaces.js deleted file mode 100644 index d22abda..0000000 --- a/software/flow/node_modules/npm/lib/workspaces/update-workspaces.js +++ /dev/null @@ -1,40 +0,0 @@ -'use strict' - -const Arborist = require('@npmcli/arborist') -const reifyFinish = require('../utils/reify-finish.js') - -async function updateWorkspaces ({ - config, - flatOptions, - localPrefix, - npm, - workspaces, -}) { - if (!flatOptions.workspacesUpdate || !workspaces.length) { - return - } - - // default behavior is to not save by default in order to avoid - // race condition problems when publishing multiple workspaces - // that have dependencies on one another, it might still be useful - // in some cases, which then need to set --save - const save = config.isDefault('save') - ? false - : config.get('save') - - // runs a minimalistic reify update, targeting only the workspaces - // that had version updates and skipping fund/audit/save - const opts = { - ...flatOptions, - audit: false, - fund: false, - path: localPrefix, - save, - } - const arb = new Arborist(opts) - - await arb.reify({ ...opts, update: workspaces }) - await reifyFinish(npm, arb) -} - -module.exports = updateWorkspaces diff --git a/software/flow/node_modules/npm/man/man1/npm-access.1 b/software/flow/node_modules/npm/man/man1/npm-access.1 deleted file mode 100644 index 732813c..0000000 --- a/software/flow/node_modules/npm/man/man1/npm-access.1 +++ /dev/null @@ -1,115 +0,0 @@ -.TH "NPM-ACCESS" "1" "February 2023" "" "" -.SH "NAME" -\fBnpm-access\fR - Set access level on published packages -.SS "Synopsis" -.P -.RS 2 -.nf -npm access list packages \[lB]<user>|<scope>|<scope:team> \[lB]<package>\[rB] -npm access list collaborators \[lB]<package> \[lB]<user>\[rB]\[rB] -npm access get status \[lB]<package>\[rB] -npm access set status=public|private \[lB]<package>\[rB] -npm access set mfa=none|publish|automation \[lB]<package>\[rB] -npm access grant <read-only|read-write> <scope:team> \[lB]<package>\[rB] -npm access revoke <scope:team> \[lB]<package>\[rB] -.fi -.RE -.P -Note: This command is unaware of workspaces. -.SS "Description" -.P -Used to set access controls on private packages. -.P -For all of the subcommands, \fBnpm access\fR will perform actions on the packages in the current working directory if no package name is passed to the subcommand. -.RS 0 -.IP \(bu 4 -public / restricted (deprecated): Set a package to be either publicly accessible or restricted. -.IP \(bu 4 -grant / revoke (deprecated): Add or remove the ability of users and teams to have read-only or read-write access to a package. -.IP \(bu 4 -2fa-required / 2fa-not-required (deprecated): Configure whether a package requires that anyone publishing it have two-factor authentication enabled on their account. -.IP \(bu 4 -ls-packages (deprecated): Show all of the packages a user or a team is able to access, along with the access level, except for read-only public packages (it won't print the whole registry listing) -.IP \(bu 4 -ls-collaborators (deprecated): Show all of the access privileges for a package. Will only show permissions for packages to which you have at least read access. If \fB<user>\fR is passed in, the list is filtered only to teams \fIthat\fR user happens to belong to. -.IP \(bu 4 -edit (not implemented) -.RE 0 - -.SS "Details" -.P -\fBnpm access\fR always operates directly on the current registry, configurable from the command line using \fB--registry=<registry url>\fR. -.P -Unscoped packages are \fIalways public\fR. -.P -Scoped packages \fIdefault to restricted\fR, but you can either publish them as public using \fBnpm publish --access=public\fR, or set their access as public using \fBnpm access public\fR after the initial publish. -.P -You must have privileges to set the access of a package: -.RS 0 -.IP \(bu 4 -You are an owner of an unscoped or scoped package. -.IP \(bu 4 -You are a member of the team that owns a scope. -.IP \(bu 4 -You have been given read-write privileges for a package, either as a member of a team or directly as an owner. -.RE 0 - -.P -If you have two-factor authentication enabled then you'll be prompted to provide a second factor, or may use the \fB--otp=...\fR option to specify it on the command line. -.P -If your account is not paid, then attempts to publish scoped packages will fail with an HTTP 402 status code (logically enough), unless you use \fB--access=public\fR. -.P -Management of teams and team memberships is done with the \fBnpm team\fR command. -.SS "Configuration" -.SS "\fBjson\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Whether or not to output JSON data, rather than the normal output. -.RS 0 -.IP \(bu 4 -In \fBnpm pkg set\fR it enables parsing set values with JSON.parse() before saving them to your \fBpackage.json\fR. -.RE 0 - -.P -Not supported by all npm commands. -.SS "\fBotp\fR" -.RS 0 -.IP \(bu 4 -Default: null -.IP \(bu 4 -Type: null or String -.RE 0 - -.P -This is a one-time password from a two-factor authenticator. It's needed when publishing or changing package permissions with \fBnpm access\fR. -.P -If not set, and a registry response fails with a challenge for a one-time password, npm will prompt on the command line for one. -.SS "\fBregistry\fR" -.RS 0 -.IP \(bu 4 -Default: "https://registry.npmjs.org/" -.IP \(bu 4 -Type: URL -.RE 0 - -.P -The base URL of the npm registry. -.SS "See Also" -.RS 0 -.IP \(bu 4 -\fB\fBlibnpmaccess\fR\fR \fI\(lahttps://npm.im/libnpmaccess\(ra\fR -.IP \(bu 4 -npm help team -.IP \(bu 4 -npm help publish -.IP \(bu 4 -npm help config -.IP \(bu 4 -npm help registry -.RE 0 diff --git a/software/flow/node_modules/npm/man/man1/npm-adduser.1 b/software/flow/node_modules/npm/man/man1/npm-adduser.1 deleted file mode 100644 index 5a4ee97..0000000 --- a/software/flow/node_modules/npm/man/man1/npm-adduser.1 +++ /dev/null @@ -1,91 +0,0 @@ -.TH "NPM-ADDUSER" "1" "February 2023" "" "" -.SH "NAME" -\fBnpm-adduser\fR - Add a registry user account -.SS "Synopsis" -.P -.RS 2 -.nf -npm adduser - -alias: add-user -.fi -.RE -.P -Note: This command is unaware of workspaces. -.SS "Description" -.P -Create a new user in the specified registry, and save the credentials to the \fB.npmrc\fR file. If no registry is specified, the default registry will be used (see npm help registry). -.P -When using \fBlegacy\fR for your \fBauth-type\fR, the username, password, and email are read in from prompts. -.SS "Configuration" -.SS "\fBregistry\fR" -.RS 0 -.IP \(bu 4 -Default: "https://registry.npmjs.org/" -.IP \(bu 4 -Type: URL -.RE 0 - -.P -The base URL of the npm registry. -.SS "\fBscope\fR" -.RS 0 -.IP \(bu 4 -Default: the scope of the current project, if any, or "" -.IP \(bu 4 -Type: String -.RE 0 - -.P -Associate an operation with a scope for a scoped registry. -.P -Useful when logging in to or out of a private registry: -.P -.RS 2 -.nf -# log in, linking the scope to the custom registry -npm login --scope=@mycorp --registry=https://registry.mycorp.com - -# log out, removing the link and the auth token -npm logout --scope=@mycorp -.fi -.RE -.P -This will cause \fB@mycorp\fR to be mapped to the registry for future installation of packages specified according to the pattern \fB@mycorp/package\fR. -.P -This will also cause \fBnpm init\fR to create a scoped package. -.P -.RS 2 -.nf -# accept all defaults, and create a package named "@foo/whatever", -# instead of just named "whatever" -npm init --scope=@foo --yes -.fi -.RE -.SS "\fBauth-type\fR" -.RS 0 -.IP \(bu 4 -Default: "web" -.IP \(bu 4 -Type: "legacy" or "web" -.RE 0 - -.P -What authentication strategy to use with \fBlogin\fR. Note that if an \fBotp\fR config is given, this value will always be set to \fBlegacy\fR. -.SS "See Also" -.RS 0 -.IP \(bu 4 -npm help registry -.IP \(bu 4 -npm help config -.IP \(bu 4 -npm help npmrc -.IP \(bu 4 -npm help owner -.IP \(bu 4 -npm help whoami -.IP \(bu 4 -npm help token -.IP \(bu 4 -npm help profile -.RE 0 diff --git a/software/flow/node_modules/npm/man/man1/npm-audit.1 b/software/flow/node_modules/npm/man/man1/npm-audit.1 deleted file mode 100644 index f0c8475..0000000 --- a/software/flow/node_modules/npm/man/man1/npm-audit.1 +++ /dev/null @@ -1,419 +0,0 @@ -.TH "NPM-AUDIT" "1" "February 2023" "" "" -.SH "NAME" -\fBnpm-audit\fR - Run a security audit -.SS "Synopsis" -.P -.RS 2 -.nf -npm audit \[lB]fix|signatures\[rB] -.fi -.RE -.SS "Description" -.P -The audit command submits a description of the dependencies configured in your project to your default registry and asks for a report of known vulnerabilities. If any vulnerabilities are found, then the impact and appropriate remediation will be calculated. If the \fBfix\fR argument is provided, then remediations will be applied to the package tree. -.P -The command will exit with a 0 exit code if no vulnerabilities were found. -.P -Note that some vulnerabilities cannot be fixed automatically and will require manual intervention or review. Also note that since \fBnpm audit -fix\fR runs a full-fledged \fBnpm install\fR under the hood, all configs that apply to the installer will also apply to \fBnpm install\fR -- so things like \fBnpm audit fix --package-lock-only\fR will work as expected. -.P -By default, the audit command will exit with a non-zero code if any vulnerability is found. It may be useful in CI environments to include the \fB--audit-level\fR parameter to specify the minimum vulnerability level that will cause the command to fail. This option does not filter the report output, it simply changes the command's failure threshold. -.SS "Audit Signatures" -.P -To ensure the integrity of packages you download from the public npm registry, or any registry that supports signatures, you can verify the registry signatures of downloaded packages using the npm CLI. -.P -Registry signatures can be verified using the following \fBaudit\fR command: -.P -.RS 2 -.nf -$ npm audit signatures -.fi -.RE -.P -The npm CLI supports registry signatures and signing keys provided by any registry if the following conventions are followed: -.RS 0 -.IP 1. 4 -Signatures are provided in the package's \fBpackument\fR in each published version within the \fBdist\fR object: -.RE 0 - -.P -.RS 2 -.nf -"dist":{ - "..omitted..": "..omitted..", - "signatures": \[lB]{ - "keyid": "SHA256:{{SHA256_PUBLIC_KEY}}", - "sig": "a312b9c3cb4a1b693e8ebac5ee1ca9cc01f2661c14391917dcb111517f72370809..." - }\[rB] -} -.fi -.RE -.P -See this \fBexample\fR \fI\(lahttps://registry.npmjs.org/light-cycle/1.4.3\(ra\fR of a signed package from the public npm registry. -.P -The \fBsig\fR is generated using the following template: \fB${package.name}@${package.version}:${package.dist.integrity}\fR and the \fBkeyid\fR has to match one of the public signing keys below. -.RS 0 -.IP 2. 4 -Public signing keys are provided at \fBregistry-host.tld/-/npm/v1/keys\fR in the following format: -.RE 0 - -.P -.RS 2 -.nf -{ - "keys": \[lB]{ - "expires": null, - "keyid": "SHA256:{{SHA256_PUBLIC_KEY}}", - "keytype": "ecdsa-sha2-nistp256", - "scheme": "ecdsa-sha2-nistp256", - "key": "{{B64_PUBLIC_KEY}}" - }\[rB] -} -.fi -.RE -.P -Keys response: -.RS 0 -.IP \(bu 4 -\fBexpires\fR: null or a simplified extended ISO 8601 format: \fBYYYY-MM-DDTHH:mm:ss.sssZ\fR -.IP \(bu 4 -\fBkeydid\fR: sha256 fingerprint of the public key -.IP \(bu 4 -\fBkeytype\fR: only \fBecdsa-sha2-nistp256\fR is currently supported by the npm CLI -.IP \(bu 4 -\fBscheme\fR: only \fBecdsa-sha2-nistp256\fR is currently supported by the npm CLI -.IP \(bu 4 -\fBkey\fR: base64 encoded public key -.RE 0 - -.P -See this example key's response from the public npm registry. -.SS "Audit Endpoints" -.P -There are two audit endpoints that npm may use to fetch vulnerability information: the \fBBulk Advisory\fR endpoint and the \fBQuick Audit\fR endpoint. -.SS "Bulk Advisory Endpoint" -.P -As of version 7, npm uses the much faster \fBBulk Advisory\fR endpoint to optimize the speed of calculating audit results. -.P -npm will generate a JSON payload with the name and list of versions of each package in the tree, and POST it to the default configured registry at the path \fB/-/npm/v1/security/advisories/bulk\fR. -.P -Any packages in the tree that do not have a \fBversion\fR field in their package.json file will be ignored. If any \fB--omit\fR options are specified (either via the \fB\fB--omit\fR config\fR \fI\(la/using-npm/config#omit\(ra\fR, or one of the shorthands such as \fB--production\fR, \fB--only=dev\fR, and so on), then packages will be omitted from the submitted payload as appropriate. -.P -If the registry responds with an error, or with an invalid response, then npm will attempt to load advisory data from the \fBQuick Audit\fR endpoint. -.P -The expected result will contain a set of advisory objects for each dependency that matches the advisory range. Each advisory object contains a \fBname\fR, \fBurl\fR, \fBid\fR, \fBseverity\fR, \fBvulnerable_versions\fR, and \fBtitle\fR. -.P -npm then uses these advisory objects to calculate vulnerabilities and meta-vulnerabilities of the dependencies within the tree. -.SS "Quick Audit Endpoint" -.P -If the \fBBulk Advisory\fR endpoint returns an error, or invalid data, npm will attempt to load advisory data from the \fBQuick Audit\fR endpoint, which is considerably slower in most cases. -.P -The full package tree as found in \fBpackage-lock.json\fR is submitted, along with the following pieces of additional metadata: -.RS 0 -.IP \(bu 4 -\fBnpm_version\fR -.IP \(bu 4 -\fBnode_version\fR -.IP \(bu 4 -\fBplatform\fR -.IP \(bu 4 -\fBarch\fR -.IP \(bu 4 -\fBnode_env\fR -.RE 0 - -.P -All packages in the tree are submitted to the Quick Audit endpoint. Omitted dependency types are skipped when generating the report. -.SS "Scrubbing" -.P -Out of an abundance of caution, npm versions 5 and 6 would "scrub" any packages from the submitted report if their name contained a \fB/\fR character, so as to avoid leaking the names of potentially private packages or git URLs. -.P -However, in practice, this resulted in audits often failing to properly detect meta-vulnerabilities, because the tree would appear to be invalid due to missing dependencies, and prevented the detection of vulnerabilities in package trees that used git dependencies or private modules. -.P -This scrubbing has been removed from npm as of version 7. -.SS "Calculating Meta-Vulnerabilities and Remediations" -.P -npm uses the \fB\fB@npmcli/metavuln-calculator\fR\fR \fI\(lahttp://npm.im/@npmcli/metavuln-calculator\(ra\fR module to turn a set of security advisories into a set of "vulnerability" objects. A "meta-vulnerability" is a dependency that is vulnerable by virtue of dependence on vulnerable versions of a vulnerable package. -.P -For example, if the package \fBfoo\fR is vulnerable in the range \fB>=1.0.2 -<2.0.0\fR, and the package \fBbar\fR depends on \fBfoo@^1.1.0\fR, then that version of \fBbar\fR can only be installed by installing a vulnerable version of \fBfoo\fR. In this case, \fBbar\fR is a "metavulnerability". -.P -Once metavulnerabilities for a given package are calculated, they are cached in the \fB~/.npm\fR folder and only re-evaluated if the advisory range changes, or a new version of the package is published (in which case, the new version is checked for metavulnerable status as well). -.P -If the chain of metavulnerabilities extends all the way to the root project, and it cannot be updated without changing its dependency ranges, then \fBnpm audit fix\fR will require the \fB--force\fR option to apply the remediation. If remediations do not require changes to the dependency ranges, then all vulnerable packages will be updated to a version that does not have an advisory or metavulnerability posted against it. -.SS "Exit Code" -.P -The \fBnpm audit\fR command will exit with a 0 exit code if no vulnerabilities were found. The \fBnpm audit fix\fR command will exit with 0 exit code if no vulnerabilities are found \fIor\fR if the remediation is able to successfully fix all vulnerabilities. -.P -If vulnerabilities were found the exit code will depend on the \fB\fBaudit-level\fR config\fR \fI\(la/using-npm/config#audit-level\(ra\fR. -.SS "Examples" -.P -Scan your project for vulnerabilities and automatically install any compatible updates to vulnerable dependencies: -.P -.RS 2 -.nf -$ npm audit fix -.fi -.RE -.P -Run \fBaudit fix\fR without modifying \fBnode_modules\fR, but still updating the pkglock: -.P -.RS 2 -.nf -$ npm audit fix --package-lock-only -.fi -.RE -.P -Skip updating \fBdevDependencies\fR: -.P -.RS 2 -.nf -$ npm audit fix --only=prod -.fi -.RE -.P -Have \fBaudit fix\fR install SemVer-major updates to toplevel dependencies, not just SemVer-compatible ones: -.P -.RS 2 -.nf -$ npm audit fix --force -.fi -.RE -.P -Do a dry run to get an idea of what \fBaudit fix\fR will do, and \fIalso\fR output install information in JSON format: -.P -.RS 2 -.nf -$ npm audit fix --dry-run --json -.fi -.RE -.P -Scan your project for vulnerabilities and just show the details, without fixing anything: -.P -.RS 2 -.nf -$ npm audit -.fi -.RE -.P -Get the detailed audit report in JSON format: -.P -.RS 2 -.nf -$ npm audit --json -.fi -.RE -.P -Fail an audit only if the results include a vulnerability with a level of moderate or higher: -.P -.RS 2 -.nf -$ npm audit --audit-level=moderate -.fi -.RE -.SS "Configuration" -.SS "\fBaudit-level\fR" -.RS 0 -.IP \(bu 4 -Default: null -.IP \(bu 4 -Type: null, "info", "low", "moderate", "high", "critical", or "none" -.RE 0 - -.P -The minimum level of vulnerability for \fBnpm audit\fR to exit with a non-zero exit code. -.SS "\fBdry-run\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Indicates that you don't want npm to make any changes and that it should only report what it would have done. This can be passed into any of the commands that modify your local installation, eg, \fBinstall\fR, \fBupdate\fR, \fBdedupe\fR, \fBuninstall\fR, as well as \fBpack\fR and \fBpublish\fR. -.P -Note: This is NOT honored by other network related commands, eg \fBdist-tags\fR, \fBowner\fR, etc. -.SS "\fBforce\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Removes various protections against unfortunate side effects, common mistakes, unnecessary performance degradation, and malicious input. -.RS 0 -.IP \(bu 4 -Allow clobbering non-npm files in global installs. -.IP \(bu 4 -Allow the \fBnpm version\fR command to work on an unclean git repository. -.IP \(bu 4 -Allow deleting the cache folder with \fBnpm cache clean\fR. -.IP \(bu 4 -Allow installing packages that have an \fBengines\fR declaration requiring a different version of npm. -.IP \(bu 4 -Allow installing packages that have an \fBengines\fR declaration requiring a different version of \fBnode\fR, even if \fB--engine-strict\fR is enabled. -.IP \(bu 4 -Allow \fBnpm audit fix\fR to install modules outside your stated dependency range (including SemVer-major changes). -.IP \(bu 4 -Allow unpublishing all versions of a published package. -.IP \(bu 4 -Allow conflicting peerDependencies to be installed in the root project. -.IP \(bu 4 -Implicitly set \fB--yes\fR during \fBnpm init\fR. -.IP \(bu 4 -Allow clobbering existing values in \fBnpm pkg\fR -.IP \(bu 4 -Allow unpublishing of entire packages (not just a single version). -.RE 0 - -.P -If you don't have a clear idea of what you want to do, it is strongly recommended that you do not use this option! -.SS "\fBjson\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Whether or not to output JSON data, rather than the normal output. -.RS 0 -.IP \(bu 4 -In \fBnpm pkg set\fR it enables parsing set values with JSON.parse() before saving them to your \fBpackage.json\fR. -.RE 0 - -.P -Not supported by all npm commands. -.SS "\fBpackage-lock-only\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -If set to true, the current operation will only use the \fBpackage-lock.json\fR, ignoring \fBnode_modules\fR. -.P -For \fBupdate\fR this means only the \fBpackage-lock.json\fR will be updated, instead of checking \fBnode_modules\fR and downloading dependencies. -.P -For \fBlist\fR this means the output will be based on the tree described by the \fBpackage-lock.json\fR, rather than the contents of \fBnode_modules\fR. -.SS "\fBomit\fR" -.RS 0 -.IP \(bu 4 -Default: 'dev' if the \fBNODE_ENV\fR environment variable is set to 'production', otherwise empty. -.IP \(bu 4 -Type: "dev", "optional", or "peer" (can be set multiple times) -.RE 0 - -.P -Dependency types to omit from the installation tree on disk. -.P -Note that these dependencies \fIare\fR still resolved and added to the \fBpackage-lock.json\fR or \fBnpm-shrinkwrap.json\fR file. They are just not physically installed on disk. -.P -If a package type appears in both the \fB--include\fR and \fB--omit\fR lists, then it will be included. -.P -If the resulting omit list includes \fB'dev'\fR, then the \fBNODE_ENV\fR environment variable will be set to \fB'production'\fR for all lifecycle scripts. -.SS "\fBforeground-scripts\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Run all build scripts (ie, \fBpreinstall\fR, \fBinstall\fR, and \fBpostinstall\fR) scripts for installed packages in the foreground process, sharing standard input, output, and error with the main npm process. -.P -Note that this will generally make installs run slower, and be much noisier, but can be useful for debugging. -.SS "\fBignore-scripts\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -If true, npm does not run scripts specified in package.json files. -.P -Note that commands explicitly intended to run a particular script, such as \fBnpm start\fR, \fBnpm stop\fR, \fBnpm restart\fR, \fBnpm test\fR, and \fBnpm run-script\fR will still run their intended script if \fBignore-scripts\fR is set, but they will \fInot\fR run any pre- or post-scripts. -.SS "\fBworkspace\fR" -.RS 0 -.IP \(bu 4 -Default: -.IP \(bu 4 -Type: String (can be set multiple times) -.RE 0 - -.P -Enable running a command in the context of the configured workspaces of the current project while filtering by running only the workspaces defined by this configuration option. -.P -Valid values for the \fBworkspace\fR config are either: -.RS 0 -.IP \(bu 4 -Workspace names -.IP \(bu 4 -Path to a workspace directory -.IP \(bu 4 -Path to a parent workspace directory (will result in selecting all workspaces within that folder) -.RE 0 - -.P -When set for the \fBnpm init\fR command, this may be set to the folder of a workspace which does not yet exist, to create the folder and set it up as a brand new workspace within the project. -.P -This value is not exported to the environment for child processes. -.SS "\fBworkspaces\fR" -.RS 0 -.IP \(bu 4 -Default: null -.IP \(bu 4 -Type: null or Boolean -.RE 0 - -.P -Set to true to run the command in the context of \fBall\fR configured workspaces. -.P -Explicitly setting this to false will cause commands like \fBinstall\fR to ignore workspaces altogether. When not set explicitly: -.RS 0 -.IP \(bu 4 -Commands that operate on the \fBnode_modules\fR tree (install, update, etc.) will link workspaces into the \fBnode_modules\fR folder. - Commands that do other things (test, exec, publish, etc.) will operate on the root project, \fIunless\fR one or more workspaces are specified in the \fBworkspace\fR config. -.RE 0 - -.P -This value is not exported to the environment for child processes. -.SS "\fBinclude-workspace-root\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Include the workspace root when workspaces are enabled for a command. -.P -When false, specifying individual workspaces via the \fBworkspace\fR config, or all workspaces via the \fBworkspaces\fR flag, will cause npm to operate only on the specified workspaces, and not on the root project. -.P -This value is not exported to the environment for child processes. -.SS "\fBinstall-links\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -When set file: protocol dependencies will be packed and installed as regular dependencies instead of creating a symlink. This option has no effect on workspaces. -.SS "See Also" -.RS 0 -.IP \(bu 4 -npm help install -.IP \(bu 4 -npm help config -.RE 0 diff --git a/software/flow/node_modules/npm/man/man1/npm-bugs.1 b/software/flow/node_modules/npm/man/man1/npm-bugs.1 deleted file mode 100644 index 1f2ee16..0000000 --- a/software/flow/node_modules/npm/man/man1/npm-bugs.1 +++ /dev/null @@ -1,115 +0,0 @@ -.TH "NPM-BUGS" "1" "February 2023" "" "" -.SH "NAME" -\fBnpm-bugs\fR - Report bugs for a package in a web browser -.SS "Synopsis" -.P -.RS 2 -.nf -npm bugs \[lB]<pkgname> \[lB]<pkgname> ...\[rB]\[rB] - -alias: issues -.fi -.RE -.SS "Description" -.P -This command tries to guess at the likely location of a package's bug tracker URL or the \fBmailto\fR URL of the support email, and then tries to open it using the \fB\fB--browser\fR config\fR \fI\(la/using-npm/config#browser\(ra\fR param. If no package name is provided, it will search for a \fBpackage.json\fR in the current folder and use the \fBname\fR property. -.SS "Configuration" -.SS "\fBbrowser\fR" -.RS 0 -.IP \(bu 4 -Default: OS X: \fB"open"\fR, Windows: \fB"start"\fR, Others: \fB"xdg-open"\fR -.IP \(bu 4 -Type: null, Boolean, or String -.RE 0 - -.P -The browser that is called by npm commands to open websites. -.P -Set to \fBfalse\fR to suppress browser behavior and instead print urls to terminal. -.P -Set to \fBtrue\fR to use default system URL opener. -.SS "\fBregistry\fR" -.RS 0 -.IP \(bu 4 -Default: "https://registry.npmjs.org/" -.IP \(bu 4 -Type: URL -.RE 0 - -.P -The base URL of the npm registry. -.SS "\fBworkspace\fR" -.RS 0 -.IP \(bu 4 -Default: -.IP \(bu 4 -Type: String (can be set multiple times) -.RE 0 - -.P -Enable running a command in the context of the configured workspaces of the current project while filtering by running only the workspaces defined by this configuration option. -.P -Valid values for the \fBworkspace\fR config are either: -.RS 0 -.IP \(bu 4 -Workspace names -.IP \(bu 4 -Path to a workspace directory -.IP \(bu 4 -Path to a parent workspace directory (will result in selecting all workspaces within that folder) -.RE 0 - -.P -When set for the \fBnpm init\fR command, this may be set to the folder of a workspace which does not yet exist, to create the folder and set it up as a brand new workspace within the project. -.P -This value is not exported to the environment for child processes. -.SS "\fBworkspaces\fR" -.RS 0 -.IP \(bu 4 -Default: null -.IP \(bu 4 -Type: null or Boolean -.RE 0 - -.P -Set to true to run the command in the context of \fBall\fR configured workspaces. -.P -Explicitly setting this to false will cause commands like \fBinstall\fR to ignore workspaces altogether. When not set explicitly: -.RS 0 -.IP \(bu 4 -Commands that operate on the \fBnode_modules\fR tree (install, update, etc.) will link workspaces into the \fBnode_modules\fR folder. - Commands that do other things (test, exec, publish, etc.) will operate on the root project, \fIunless\fR one or more workspaces are specified in the \fBworkspace\fR config. -.RE 0 - -.P -This value is not exported to the environment for child processes. -.SS "\fBinclude-workspace-root\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Include the workspace root when workspaces are enabled for a command. -.P -When false, specifying individual workspaces via the \fBworkspace\fR config, or all workspaces via the \fBworkspaces\fR flag, will cause npm to operate only on the specified workspaces, and not on the root project. -.P -This value is not exported to the environment for child processes. -.SS "See Also" -.RS 0 -.IP \(bu 4 -npm help docs -.IP \(bu 4 -npm help view -.IP \(bu 4 -npm help publish -.IP \(bu 4 -npm help registry -.IP \(bu 4 -npm help config -.IP \(bu 4 -npm help npmrc -.IP \(bu 4 -\fBpackage.json\fR \fI\(la/configuring-npm/package-json\(ra\fR -.RE 0 diff --git a/software/flow/node_modules/npm/man/man1/npm-cache.1 b/software/flow/node_modules/npm/man/man1/npm-cache.1 deleted file mode 100644 index 5559b3b..0000000 --- a/software/flow/node_modules/npm/man/man1/npm-cache.1 +++ /dev/null @@ -1,78 +0,0 @@ -.TH "NPM-CACHE" "1" "February 2023" "" "" -.SH "NAME" -\fBnpm-cache\fR - Manipulates packages cache -.SS "Synopsis" -.P -.RS 2 -.nf -npm cache add <package-spec> -npm cache clean \[lB]<key>\[rB] -npm cache ls \[lB]<name>@<version>\[rB] -npm cache verify -.fi -.RE -.P -Note: This command is unaware of workspaces. -.SS "Description" -.P -Used to add, list, or clean the npm cache folder. -.RS 0 -.IP \(bu 4 -add: Add the specified packages to the local cache. This command is primarily intended to be used internally by npm, but it can provide a way to add data to the local installation cache explicitly. -.IP \(bu 4 -clean: Delete all data out of the cache folder. Note that this is typically unnecessary, as npm's cache is self-healing and resistant to data corruption issues. -.IP \(bu 4 -verify: Verify the contents of the cache folder, garbage collecting any unneeded data, and verifying the integrity of the cache index and all cached data. -.RE 0 - -.SS "Details" -.P -npm stores cache data in an opaque directory within the configured \fBcache\fR, named \fB_cacache\fR. This directory is a \fB\fBcacache\fR\fR \fI\(lahttp://npm.im/cacache\(ra\fR-based content-addressable cache that stores all http request data as well as other package-related data. This directory is primarily accessed through \fBpacote\fR, the library responsible for all package fetching as of npm@5. -.P -All data that passes through the cache is fully verified for integrity on both insertion and extraction. Cache corruption will either trigger an error, or signal to \fBpacote\fR that the data must be refetched, which it will do automatically. For this reason, it should never be necessary to clear the cache for any reason other than reclaiming disk space, thus why \fBclean\fR now requires \fB--force\fR to run. -.P -There is currently no method exposed through npm to inspect or directly manage the contents of this cache. In order to access it, \fBcacache\fR must be used directly. -.P -npm will not remove data by itself: the cache will grow as new packages are installed. -.SS "A note about the cache's design" -.P -The npm cache is strictly a cache: it should not be relied upon as a persistent and reliable data store for package data. npm makes no guarantee that a previously-cached piece of data will be available later, and will automatically delete corrupted contents. The primary guarantee that the cache makes is that, if it does return data, that data will be exactly the data that was inserted. -.P -To run an offline verification of existing cache contents, use \fBnpm cache -verify\fR. -.SS "Configuration" -.SS "\fBcache\fR" -.RS 0 -.IP \(bu 4 -Default: Windows: \fB%LocalAppData%\[rs]npm-cache\fR, Posix: \fB~/.npm\fR -.IP \(bu 4 -Type: Path -.RE 0 - -.P -The location of npm's cache directory. -.SS "See Also" -.RS 0 -.IP \(bu 4 -npm help "package spec" -.IP \(bu 4 -npm help folders -.IP \(bu 4 -npm help config -.IP \(bu 4 -npm help npmrc -.IP \(bu 4 -npm help install -.IP \(bu 4 -npm help publish -.IP \(bu 4 -npm help pack -.IP \(bu 4 -https://npm.im/cacache -.IP \(bu 4 -https://npm.im/pacote -.IP \(bu 4 -https://npm.im/@npmcli/arborist -.IP \(bu 4 -https://npm.im/make-fetch-happen -.RE 0 diff --git a/software/flow/node_modules/npm/man/man1/npm-ci.1 b/software/flow/node_modules/npm/man/man1/npm-ci.1 deleted file mode 100644 index 66b688f..0000000 --- a/software/flow/node_modules/npm/man/man1/npm-ci.1 +++ /dev/null @@ -1,330 +0,0 @@ -.TH "NPM-CI" "1" "February 2023" "" "" -.SH "NAME" -\fBnpm-ci\fR - Clean install a project -.SS "Synopsis" -.P -.RS 2 -.nf -npm ci - -aliases: clean-install, ic, install-clean, isntall-clean -.fi -.RE -.SS "Description" -.P -This command is similar to npm help install, except it's meant to be used in automated environments such as test platforms, continuous integration, and deployment -- or any situation where you want to make sure you're doing a clean install of your dependencies. -.P -The main differences between using \fBnpm install\fR and \fBnpm ci\fR are: -.RS 0 -.IP \(bu 4 -The project \fBmust\fR have an existing \fBpackage-lock.json\fR or \fBnpm-shrinkwrap.json\fR. -.IP \(bu 4 -If dependencies in the package lock do not match those in \fBpackage.json\fR, \fBnpm ci\fR will exit with an error, instead of updating the package lock. -.IP \(bu 4 -\fBnpm ci\fR can only install entire projects at a time: individual dependencies cannot be added with this command. -.IP \(bu 4 -If a \fBnode_modules\fR is already present, it will be automatically removed before \fBnpm ci\fR begins its install. -.IP \(bu 4 -It will never write to \fBpackage.json\fR or any of the package-locks: installs are essentially frozen. -.RE 0 - -.P -NOTE: If you create your \fBpackage-lock.json\fR file by running \fBnpm install\fR with flags that can affect the shape of your dependency tree, such as \fB--legacy-peer-deps\fR or \fB--install-links\fR, you \fImust\fR provide the same flags to \fBnpm ci\fR or you are likely to encounter errors. An easy way to do this is to run, for example, \fBnpm config set legacy-peer-deps=true --location=project\fR and commit the \fB.npmrc\fR file to your repo. -.SS "Example" -.P -Make sure you have a package-lock and an up-to-date install: -.P -.RS 2 -.nf -$ cd ./my/npm/project -$ npm install -added 154 packages in 10s -$ ls | grep package-lock -.fi -.RE -.P -Run \fBnpm ci\fR in that project -.P -.RS 2 -.nf -$ npm ci -added 154 packages in 5s -.fi -.RE -.P -Configure Travis CI to build using \fBnpm ci\fR instead of \fBnpm install\fR: -.P -.RS 2 -.nf -# .travis.yml -install: -- npm ci -# keep the npm cache around to speed up installs -cache: - directories: - - "$HOME/.npm" -.fi -.RE -.SS "Configuration" -.SS "\fBsave\fR" -.RS 0 -.IP \(bu 4 -Default: \fBtrue\fR unless when using \fBnpm update\fR where it defaults to \fBfalse\fR -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Save installed packages to a \fBpackage.json\fR file as dependencies. -.P -When used with the \fBnpm rm\fR command, removes the dependency from \fBpackage.json\fR. -.P -Will also prevent writing to \fBpackage-lock.json\fR if set to \fBfalse\fR. -.SS "\fBsave-exact\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Dependencies saved to package.json will be configured with an exact version rather than using npm's default semver range operator. -.SS "\fBglobal\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Operates in "global" mode, so that packages are installed into the \fBprefix\fR folder instead of the current working directory. See npm help folders for more on the differences in behavior. -.RS 0 -.IP \(bu 4 -packages are installed into the \fB{prefix}/lib/node_modules\fR folder, instead of the current working directory. -.IP \(bu 4 -bin files are linked to \fB{prefix}/bin\fR -.IP \(bu 4 -man pages are linked to \fB{prefix}/share/man\fR -.RE 0 - -.SS "\fBinstall-strategy\fR" -.RS 0 -.IP \(bu 4 -Default: "hoisted" -.IP \(bu 4 -Type: "hoisted", "nested", "shallow", or "linked" -.RE 0 - -.P -Sets the strategy for installing packages in node_modules. hoisted (default): Install non-duplicated in top-level, and duplicated as necessary within directory structure. nested: (formerly --legacy-bundling) install in place, no hoisting. shallow (formerly --global-style) only install direct deps at top-level. linked: (experimental) install in node_modules/.store, link in place, unhoisted. -.SS "\fBlegacy-bundling\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.IP \(bu 4 -DEPRECATED: This option has been deprecated in favor of \fB--install-strategy=nested\fR -.RE 0 - -.P -Instead of hoisting package installs in \fBnode_modules\fR, install packages in the same manner that they are depended on. This may cause very deep directory structures and duplicate package installs as there is no de-duplicating. Sets \fB--install-strategy=nested\fR. -.SS "\fBglobal-style\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.IP \(bu 4 -DEPRECATED: This option has been deprecated in favor of \fB--install-strategy=shallow\fR -.RE 0 - -.P -Only install direct dependencies in the top level \fBnode_modules\fR, but hoist on deeper dependencies. Sets \fB--install-strategy=shallow\fR. -.SS "\fBomit\fR" -.RS 0 -.IP \(bu 4 -Default: 'dev' if the \fBNODE_ENV\fR environment variable is set to 'production', otherwise empty. -.IP \(bu 4 -Type: "dev", "optional", or "peer" (can be set multiple times) -.RE 0 - -.P -Dependency types to omit from the installation tree on disk. -.P -Note that these dependencies \fIare\fR still resolved and added to the \fBpackage-lock.json\fR or \fBnpm-shrinkwrap.json\fR file. They are just not physically installed on disk. -.P -If a package type appears in both the \fB--include\fR and \fB--omit\fR lists, then it will be included. -.P -If the resulting omit list includes \fB'dev'\fR, then the \fBNODE_ENV\fR environment variable will be set to \fB'production'\fR for all lifecycle scripts. -.SS "\fBstrict-peer-deps\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -If set to \fBtrue\fR, and \fB--legacy-peer-deps\fR is not set, then \fIany\fR conflicting \fBpeerDependencies\fR will be treated as an install failure, even if npm could reasonably guess the appropriate resolution based on non-peer dependency relationships. -.P -By default, conflicting \fBpeerDependencies\fR deep in the dependency graph will be resolved using the nearest non-peer dependency specification, even if doing so will result in some packages receiving a peer dependency outside the range set in their package's \fBpeerDependencies\fR object. -.P -When such an override is performed, a warning is printed, explaining the conflict and the packages involved. If \fB--strict-peer-deps\fR is set, then this warning is treated as a failure. -.SS "\fBpackage-lock\fR" -.RS 0 -.IP \(bu 4 -Default: true -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -If set to false, then ignore \fBpackage-lock.json\fR files when installing. This will also prevent \fIwriting\fR \fBpackage-lock.json\fR if \fBsave\fR is true. -.P -This configuration does not affect \fBnpm ci\fR. -.SS "\fBforeground-scripts\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Run all build scripts (ie, \fBpreinstall\fR, \fBinstall\fR, and \fBpostinstall\fR) scripts for installed packages in the foreground process, sharing standard input, output, and error with the main npm process. -.P -Note that this will generally make installs run slower, and be much noisier, but can be useful for debugging. -.SS "\fBignore-scripts\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -If true, npm does not run scripts specified in package.json files. -.P -Note that commands explicitly intended to run a particular script, such as \fBnpm start\fR, \fBnpm stop\fR, \fBnpm restart\fR, \fBnpm test\fR, and \fBnpm run-script\fR will still run their intended script if \fBignore-scripts\fR is set, but they will \fInot\fR run any pre- or post-scripts. -.SS "\fBaudit\fR" -.RS 0 -.IP \(bu 4 -Default: true -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -When "true" submit audit reports alongside the current npm command to the default registry and all registries configured for scopes. See the documentation for npm help audit for details on what is submitted. -.SS "\fBbin-links\fR" -.RS 0 -.IP \(bu 4 -Default: true -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Tells npm to create symlinks (or \fB.cmd\fR shims on Windows) for package executables. -.P -Set to false to have it not do this. This can be used to work around the fact that some file systems don't support symlinks, even on ostensibly Unix systems. -.SS "\fBfund\fR" -.RS 0 -.IP \(bu 4 -Default: true -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -When "true" displays the message at the end of each \fBnpm install\fR acknowledging the number of dependencies looking for funding. See npm help fund for details. -.SS "\fBdry-run\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Indicates that you don't want npm to make any changes and that it should only report what it would have done. This can be passed into any of the commands that modify your local installation, eg, \fBinstall\fR, \fBupdate\fR, \fBdedupe\fR, \fBuninstall\fR, as well as \fBpack\fR and \fBpublish\fR. -.P -Note: This is NOT honored by other network related commands, eg \fBdist-tags\fR, \fBowner\fR, etc. -.SS "\fBworkspace\fR" -.RS 0 -.IP \(bu 4 -Default: -.IP \(bu 4 -Type: String (can be set multiple times) -.RE 0 - -.P -Enable running a command in the context of the configured workspaces of the current project while filtering by running only the workspaces defined by this configuration option. -.P -Valid values for the \fBworkspace\fR config are either: -.RS 0 -.IP \(bu 4 -Workspace names -.IP \(bu 4 -Path to a workspace directory -.IP \(bu 4 -Path to a parent workspace directory (will result in selecting all workspaces within that folder) -.RE 0 - -.P -When set for the \fBnpm init\fR command, this may be set to the folder of a workspace which does not yet exist, to create the folder and set it up as a brand new workspace within the project. -.P -This value is not exported to the environment for child processes. -.SS "\fBworkspaces\fR" -.RS 0 -.IP \(bu 4 -Default: null -.IP \(bu 4 -Type: null or Boolean -.RE 0 - -.P -Set to true to run the command in the context of \fBall\fR configured workspaces. -.P -Explicitly setting this to false will cause commands like \fBinstall\fR to ignore workspaces altogether. When not set explicitly: -.RS 0 -.IP \(bu 4 -Commands that operate on the \fBnode_modules\fR tree (install, update, etc.) will link workspaces into the \fBnode_modules\fR folder. - Commands that do other things (test, exec, publish, etc.) will operate on the root project, \fIunless\fR one or more workspaces are specified in the \fBworkspace\fR config. -.RE 0 - -.P -This value is not exported to the environment for child processes. -.SS "\fBinclude-workspace-root\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Include the workspace root when workspaces are enabled for a command. -.P -When false, specifying individual workspaces via the \fBworkspace\fR config, or all workspaces via the \fBworkspaces\fR flag, will cause npm to operate only on the specified workspaces, and not on the root project. -.P -This value is not exported to the environment for child processes. -.SS "\fBinstall-links\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -When set file: protocol dependencies will be packed and installed as regular dependencies instead of creating a symlink. This option has no effect on workspaces. -.SS "See Also" -.RS 0 -.IP \(bu 4 -npm help install -.IP \(bu 4 -\fBpackage-lock.json\fR \fI\(la/configuring-npm/package-lock-json\(ra\fR -.RE 0 diff --git a/software/flow/node_modules/npm/man/man1/npm-completion.1 b/software/flow/node_modules/npm/man/man1/npm-completion.1 deleted file mode 100644 index b82899f..0000000 --- a/software/flow/node_modules/npm/man/man1/npm-completion.1 +++ /dev/null @@ -1,35 +0,0 @@ -.TH "NPM-COMPLETION" "1" "February 2023" "" "" -.SH "NAME" -\fBnpm-completion\fR - Tab Completion for npm -.SS "Synopsis" -.P -.RS 2 -.nf -npm completion -.fi -.RE -.P -Note: This command is unaware of workspaces. -.SS "Description" -.P -Enables tab-completion in all npm commands. -.P -The synopsis above loads the completions into your current shell. Adding it to your ~/.bashrc or ~/.zshrc will make the completions available everywhere: -.P -.RS 2 -.nf -npm completion >> ~/.bashrc -npm completion >> ~/.zshrc -.fi -.RE -.P -You may of course also pipe the output of \fBnpm completion\fR to a file such as \fB/usr/local/etc/bash_completion.d/npm\fR or \fB/etc/bash_completion.d/npm\fR if you have a system that will read that file for you. -.P -When \fBCOMP_CWORD\fR, \fBCOMP_LINE\fR, and \fBCOMP_POINT\fR are defined in the environment, \fBnpm completion\fR acts in "plumbing mode", and outputs completions based on the arguments. -.SS "See Also" -.RS 0 -.IP \(bu 4 -npm help developers -.IP \(bu 4 -npm help npm -.RE 0 diff --git a/software/flow/node_modules/npm/man/man1/npm-config.1 b/software/flow/node_modules/npm/man/man1/npm-config.1 deleted file mode 100644 index 0cf9614..0000000 --- a/software/flow/node_modules/npm/man/man1/npm-config.1 +++ /dev/null @@ -1,187 +0,0 @@ -.TH "NPM-CONFIG" "1" "February 2023" "" "" -.SH "NAME" -\fBnpm-config\fR - Manage the npm configuration files -.SS "Synopsis" -.P -.RS 2 -.nf -npm config set <key>=<value> \[lB]<key>=<value> ...\[rB] -npm config get \[lB]<key> \[lB]<key> ...\[rB]\[rB] -npm config delete <key> \[lB]<key> ...\[rB] -npm config list \[lB]--json\[rB] -npm config edit -npm config fix - -alias: c -.fi -.RE -.P -Note: This command is unaware of workspaces. -.SS "Description" -.P -npm gets its config settings from the command line, environment variables, \fBnpmrc\fR files, and in some cases, the \fBpackage.json\fR file. -.P -See npm help npmrc for more information about the npmrc files. -.P -See npm help config for a more thorough explanation of the mechanisms involved, and a full list of config options available. -.P -The \fBnpm config\fR command can be used to update and edit the contents of the user and global npmrc files. -.SS "Sub-commands" -.P -Config supports the following sub-commands: -.SS "set" -.P -.RS 2 -.nf -npm config set key=value \[lB]key=value...\[rB] -npm set key=value \[lB]key=value...\[rB] -.fi -.RE -.P -Sets each of the config keys to the value provided. -.P -If value is omitted, then it sets it to an empty string. -.P -Note: for backwards compatibility, \fBnpm config set key value\fR is supported as an alias for \fBnpm config set key=value\fR. -.SS "get" -.P -.RS 2 -.nf -npm config get \[lB]key ...\[rB] -npm get \[lB]key ...\[rB] -.fi -.RE -.P -Echo the config value(s) to stdout. -.P -If multiple keys are provided, then the values will be prefixed with the key names. -.P -If no keys are provided, then this command behaves the same as \fBnpm config -list\fR. -.SS "list" -.P -.RS 2 -.nf -npm config list -.fi -.RE -.P -Show all the config settings. Use \fB-l\fR to also show defaults. Use \fB--json\fR to show the settings in json format. -.SS "delete" -.P -.RS 2 -.nf -npm config delete key \[lB]key ...\[rB] -.fi -.RE -.P -Deletes the specified keys from all configuration files. -.SS "edit" -.P -.RS 2 -.nf -npm config edit -.fi -.RE -.P -Opens the config file in an editor. Use the \fB--global\fR flag to edit the global config. -.SS "fix" -.P -.RS 2 -.nf -npm config fix -.fi -.RE -.P -Attempts to repair invalid configuration items. Usually this means attaching authentication config (i.e. \fB_auth\fR, \fB_authToken\fR) to the configured \fBregistry\fR. -.SS "Configuration" -.SS "\fBjson\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Whether or not to output JSON data, rather than the normal output. -.RS 0 -.IP \(bu 4 -In \fBnpm pkg set\fR it enables parsing set values with JSON.parse() before saving them to your \fBpackage.json\fR. -.RE 0 - -.P -Not supported by all npm commands. -.SS "\fBglobal\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Operates in "global" mode, so that packages are installed into the \fBprefix\fR folder instead of the current working directory. See npm help folders for more on the differences in behavior. -.RS 0 -.IP \(bu 4 -packages are installed into the \fB{prefix}/lib/node_modules\fR folder, instead of the current working directory. -.IP \(bu 4 -bin files are linked to \fB{prefix}/bin\fR -.IP \(bu 4 -man pages are linked to \fB{prefix}/share/man\fR -.RE 0 - -.SS "\fBeditor\fR" -.RS 0 -.IP \(bu 4 -Default: The EDITOR or VISUAL environment variables, or '%SYSTEMROOT%\[rs]notepad.exe' on Windows, or 'vi' on Unix systems -.IP \(bu 4 -Type: String -.RE 0 - -.P -The command to run for \fBnpm edit\fR and \fBnpm config edit\fR. -.SS "\fBlocation\fR" -.RS 0 -.IP \(bu 4 -Default: "user" unless \fB--global\fR is passed, which will also set this value to "global" -.IP \(bu 4 -Type: "global", "user", or "project" -.RE 0 - -.P -When passed to \fBnpm config\fR this refers to which config file to use. -.P -When set to "global" mode, packages are installed into the \fBprefix\fR folder instead of the current working directory. See npm help folders for more on the differences in behavior. -.RS 0 -.IP \(bu 4 -packages are installed into the \fB{prefix}/lib/node_modules\fR folder, instead of the current working directory. -.IP \(bu 4 -bin files are linked to \fB{prefix}/bin\fR -.IP \(bu 4 -man pages are linked to \fB{prefix}/share/man\fR -.RE 0 - -.SS "\fBlong\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Show extended information in \fBls\fR, \fBsearch\fR, and \fBhelp-search\fR. -.SS "See Also" -.RS 0 -.IP \(bu 4 -npm help folders -.IP \(bu 4 -npm help config -.IP \(bu 4 -\fBpackage.json\fR \fI\(la/configuring-npm/package-json\(ra\fR -.IP \(bu 4 -npm help npmrc -.IP \(bu 4 -npm help npm -.RE 0 diff --git a/software/flow/node_modules/npm/man/man1/npm-dedupe.1 b/software/flow/node_modules/npm/man/man1/npm-dedupe.1 deleted file mode 100644 index 302d63b..0000000 --- a/software/flow/node_modules/npm/man/man1/npm-dedupe.1 +++ /dev/null @@ -1,278 +0,0 @@ -.TH "NPM-DEDUPE" "1" "February 2023" "" "" -.SH "NAME" -\fBnpm-dedupe\fR - Reduce duplication in the package tree -.SS "Synopsis" -.P -.RS 2 -.nf -npm dedupe - -alias: ddp -.fi -.RE -.SS "Description" -.P -Searches the local package tree and attempts to simplify the overall structure by moving dependencies further up the tree, where they can be more effectively shared by multiple dependent packages. -.P -For example, consider this dependency graph: -.P -.RS 2 -.nf -a -+-- b <-- depends on c@1.0.x -| `-- c@1.0.3 -`-- d <-- depends on c@~1.0.9 - `-- c@1.0.10 -.fi -.RE -.P -In this case, \fBnpm dedupe\fR will transform the tree to: -.P -.RS 2 -.nf -a -+-- b -+-- d -`-- c@1.0.10 -.fi -.RE -.P -Because of the hierarchical nature of node's module lookup, b and d will both get their dependency met by the single c package at the root level of the tree. -.P -In some cases, you may have a dependency graph like this: -.P -.RS 2 -.nf -a -+-- b <-- depends on c@1.0.x -+-- c@1.0.3 -`-- d <-- depends on c@1.x - `-- c@1.9.9 -.fi -.RE -.P -During the installation process, the \fBc@1.0.3\fR dependency for \fBb\fR was placed in the root of the tree. Though \fBd\fR's dependency on \fBc@1.x\fR could have been satisfied by \fBc@1.0.3\fR, the newer \fBc@1.9.0\fR dependency was used, because npm favors updates by default, even when doing so causes duplication. -.P -Running \fBnpm dedupe\fR will cause npm to note the duplication and re-evaluate, deleting the nested \fBc\fR module, because the one in the root is sufficient. -.P -To prefer deduplication over novelty during the installation process, run \fBnpm install --prefer-dedupe\fR or \fBnpm config set prefer-dedupe true\fR. -.P -Arguments are ignored. Dedupe always acts on the entire tree. -.P -Note that this operation transforms the dependency tree, but will never result in new modules being installed. -.P -Using \fBnpm find-dupes\fR will run the command in \fB--dry-run\fR mode. -.P -Note: \fBnpm dedupe\fR will never update the semver values of direct dependencies in your project \fBpackage.json\fR, if you want to update values in \fBpackage.json\fR you can run: \fBnpm update --save\fR instead. -.SS "Configuration" -.SS "\fBinstall-strategy\fR" -.RS 0 -.IP \(bu 4 -Default: "hoisted" -.IP \(bu 4 -Type: "hoisted", "nested", "shallow", or "linked" -.RE 0 - -.P -Sets the strategy for installing packages in node_modules. hoisted (default): Install non-duplicated in top-level, and duplicated as necessary within directory structure. nested: (formerly --legacy-bundling) install in place, no hoisting. shallow (formerly --global-style) only install direct deps at top-level. linked: (experimental) install in node_modules/.store, link in place, unhoisted. -.SS "\fBlegacy-bundling\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.IP \(bu 4 -DEPRECATED: This option has been deprecated in favor of \fB--install-strategy=nested\fR -.RE 0 - -.P -Instead of hoisting package installs in \fBnode_modules\fR, install packages in the same manner that they are depended on. This may cause very deep directory structures and duplicate package installs as there is no de-duplicating. Sets \fB--install-strategy=nested\fR. -.SS "\fBglobal-style\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.IP \(bu 4 -DEPRECATED: This option has been deprecated in favor of \fB--install-strategy=shallow\fR -.RE 0 - -.P -Only install direct dependencies in the top level \fBnode_modules\fR, but hoist on deeper dependencies. Sets \fB--install-strategy=shallow\fR. -.SS "\fBstrict-peer-deps\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -If set to \fBtrue\fR, and \fB--legacy-peer-deps\fR is not set, then \fIany\fR conflicting \fBpeerDependencies\fR will be treated as an install failure, even if npm could reasonably guess the appropriate resolution based on non-peer dependency relationships. -.P -By default, conflicting \fBpeerDependencies\fR deep in the dependency graph will be resolved using the nearest non-peer dependency specification, even if doing so will result in some packages receiving a peer dependency outside the range set in their package's \fBpeerDependencies\fR object. -.P -When such an override is performed, a warning is printed, explaining the conflict and the packages involved. If \fB--strict-peer-deps\fR is set, then this warning is treated as a failure. -.SS "\fBpackage-lock\fR" -.RS 0 -.IP \(bu 4 -Default: true -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -If set to false, then ignore \fBpackage-lock.json\fR files when installing. This will also prevent \fIwriting\fR \fBpackage-lock.json\fR if \fBsave\fR is true. -.P -This configuration does not affect \fBnpm ci\fR. -.SS "\fBomit\fR" -.RS 0 -.IP \(bu 4 -Default: 'dev' if the \fBNODE_ENV\fR environment variable is set to 'production', otherwise empty. -.IP \(bu 4 -Type: "dev", "optional", or "peer" (can be set multiple times) -.RE 0 - -.P -Dependency types to omit from the installation tree on disk. -.P -Note that these dependencies \fIare\fR still resolved and added to the \fBpackage-lock.json\fR or \fBnpm-shrinkwrap.json\fR file. They are just not physically installed on disk. -.P -If a package type appears in both the \fB--include\fR and \fB--omit\fR lists, then it will be included. -.P -If the resulting omit list includes \fB'dev'\fR, then the \fBNODE_ENV\fR environment variable will be set to \fB'production'\fR for all lifecycle scripts. -.SS "\fBignore-scripts\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -If true, npm does not run scripts specified in package.json files. -.P -Note that commands explicitly intended to run a particular script, such as \fBnpm start\fR, \fBnpm stop\fR, \fBnpm restart\fR, \fBnpm test\fR, and \fBnpm run-script\fR will still run their intended script if \fBignore-scripts\fR is set, but they will \fInot\fR run any pre- or post-scripts. -.SS "\fBaudit\fR" -.RS 0 -.IP \(bu 4 -Default: true -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -When "true" submit audit reports alongside the current npm command to the default registry and all registries configured for scopes. See the documentation for npm help audit for details on what is submitted. -.SS "\fBbin-links\fR" -.RS 0 -.IP \(bu 4 -Default: true -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Tells npm to create symlinks (or \fB.cmd\fR shims on Windows) for package executables. -.P -Set to false to have it not do this. This can be used to work around the fact that some file systems don't support symlinks, even on ostensibly Unix systems. -.SS "\fBfund\fR" -.RS 0 -.IP \(bu 4 -Default: true -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -When "true" displays the message at the end of each \fBnpm install\fR acknowledging the number of dependencies looking for funding. See npm help fund for details. -.SS "\fBdry-run\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Indicates that you don't want npm to make any changes and that it should only report what it would have done. This can be passed into any of the commands that modify your local installation, eg, \fBinstall\fR, \fBupdate\fR, \fBdedupe\fR, \fBuninstall\fR, as well as \fBpack\fR and \fBpublish\fR. -.P -Note: This is NOT honored by other network related commands, eg \fBdist-tags\fR, \fBowner\fR, etc. -.SS "\fBworkspace\fR" -.RS 0 -.IP \(bu 4 -Default: -.IP \(bu 4 -Type: String (can be set multiple times) -.RE 0 - -.P -Enable running a command in the context of the configured workspaces of the current project while filtering by running only the workspaces defined by this configuration option. -.P -Valid values for the \fBworkspace\fR config are either: -.RS 0 -.IP \(bu 4 -Workspace names -.IP \(bu 4 -Path to a workspace directory -.IP \(bu 4 -Path to a parent workspace directory (will result in selecting all workspaces within that folder) -.RE 0 - -.P -When set for the \fBnpm init\fR command, this may be set to the folder of a workspace which does not yet exist, to create the folder and set it up as a brand new workspace within the project. -.P -This value is not exported to the environment for child processes. -.SS "\fBworkspaces\fR" -.RS 0 -.IP \(bu 4 -Default: null -.IP \(bu 4 -Type: null or Boolean -.RE 0 - -.P -Set to true to run the command in the context of \fBall\fR configured workspaces. -.P -Explicitly setting this to false will cause commands like \fBinstall\fR to ignore workspaces altogether. When not set explicitly: -.RS 0 -.IP \(bu 4 -Commands that operate on the \fBnode_modules\fR tree (install, update, etc.) will link workspaces into the \fBnode_modules\fR folder. - Commands that do other things (test, exec, publish, etc.) will operate on the root project, \fIunless\fR one or more workspaces are specified in the \fBworkspace\fR config. -.RE 0 - -.P -This value is not exported to the environment for child processes. -.SS "\fBinclude-workspace-root\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Include the workspace root when workspaces are enabled for a command. -.P -When false, specifying individual workspaces via the \fBworkspace\fR config, or all workspaces via the \fBworkspaces\fR flag, will cause npm to operate only on the specified workspaces, and not on the root project. -.P -This value is not exported to the environment for child processes. -.SS "\fBinstall-links\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -When set file: protocol dependencies will be packed and installed as regular dependencies instead of creating a symlink. This option has no effect on workspaces. -.SS "See Also" -.RS 0 -.IP \(bu 4 -npm help find-dupes -.IP \(bu 4 -npm help ls -.IP \(bu 4 -npm help update -.IP \(bu 4 -npm help install -.RE 0 diff --git a/software/flow/node_modules/npm/man/man1/npm-deprecate.1 b/software/flow/node_modules/npm/man/man1/npm-deprecate.1 deleted file mode 100644 index d525e70..0000000 --- a/software/flow/node_modules/npm/man/man1/npm-deprecate.1 +++ /dev/null @@ -1,73 +0,0 @@ -.TH "NPM-DEPRECATE" "1" "February 2023" "" "" -.SH "NAME" -\fBnpm-deprecate\fR - Deprecate a version of a package -.SS "Synopsis" -.P -.RS 2 -.nf -npm deprecate <package-spec> <message> -.fi -.RE -.P -Note: This command is unaware of workspaces. -.SS "Description" -.P -This command will update the npm registry entry for a package, providing a deprecation warning to all who attempt to install it. -.P -It works on \fBversion ranges\fR \fI\(lahttps://semver.npmjs.com/\(ra\fR as well as specific versions, so you can do something like this: -.P -.RS 2 -.nf -npm deprecate my-thing@"< 0.2.3" "critical bug fixed in v0.2.3" -.fi -.RE -.P -SemVer ranges passed to this command are interpreted such that they \fIdo\fR include prerelease versions. For example: -.P -.RS 2 -.nf -npm deprecate my-thing@1.x "1.x is no longer supported" -.fi -.RE -.P -In this case, a version \fBmy-thing@1.0.0-beta.0\fR will also be deprecated. -.P -You must be the package owner to deprecate something. See the \fBowner\fR and \fBadduser\fR help topics. -.P -To un-deprecate a package, specify an empty string (\fB""\fR) for the \fBmessage\fR argument. Note that you must use double quotes with no space between them to format an empty string. -.SS "Configuration" -.SS "\fBregistry\fR" -.RS 0 -.IP \(bu 4 -Default: "https://registry.npmjs.org/" -.IP \(bu 4 -Type: URL -.RE 0 - -.P -The base URL of the npm registry. -.SS "\fBotp\fR" -.RS 0 -.IP \(bu 4 -Default: null -.IP \(bu 4 -Type: null or String -.RE 0 - -.P -This is a one-time password from a two-factor authenticator. It's needed when publishing or changing package permissions with \fBnpm access\fR. -.P -If not set, and a registry response fails with a challenge for a one-time password, npm will prompt on the command line for one. -.SS "See Also" -.RS 0 -.IP \(bu 4 -npm help "package spec" -.IP \(bu 4 -npm help publish -.IP \(bu 4 -npm help registry -.IP \(bu 4 -npm help owner -.IP \(bu 4 -npm help adduser -.RE 0 diff --git a/software/flow/node_modules/npm/man/man1/npm-diff.1 b/software/flow/node_modules/npm/man/man1/npm-diff.1 deleted file mode 100644 index 5d2c240..0000000 --- a/software/flow/node_modules/npm/man/man1/npm-diff.1 +++ /dev/null @@ -1,307 +0,0 @@ -.TH "NPM-DIFF" "1" "February 2023" "" "" -.SH "NAME" -\fBnpm-diff\fR - The registry diff command -.SS "Synopsis" -.P -.RS 2 -.nf -npm diff \[lB]...<paths>\[rB] -.fi -.RE -.SS "Description" -.P -Similar to its \fBgit diff\fR counterpart, this command will print diff patches of files for packages published to the npm registry. -.RS 0 -.IP \(bu 4 -\fBnpm diff --diff=<spec-a> --diff=<spec-b>\fR -.P -Compares two package versions using their registry specifiers, e.g: \fBnpm diff --diff=pkg@1.0.0 --diff=pkg@^2.0.0\fR. It's also possible to compare across forks of any package, e.g: \fBnpm diff --diff=pkg@1.0.0 --diff=pkg-fork@1.0.0\fR. -.P -Any valid spec can be used, so that it's also possible to compare directories or git repositories, e.g: \fBnpm diff --diff=pkg@latest --diff=./packages/pkg\fR -.P -Here's an example comparing two different versions of a package named \fBabbrev\fR from the registry: -.P -.RS 2 -.nf -npm diff --diff=abbrev@1.1.0 --diff=abbrev@1.1.1 -.fi -.RE -.P -On success, output looks like: -.P -.RS 2 -.nf -diff --git a/package.json b/package.json -index v1.1.0..v1.1.1 100644 ---- a/package.json -+++ b/package.json -@@ -1,6 +1,6 @@ - { - "name": "abbrev", -- "version": "1.1.0", -+ "version": "1.1.1", - "description": "Like ruby's abbrev module, but in js", - "author": "Isaac Z. Schlueter <i@izs.me>", - "main": "abbrev.js", -.fi -.RE -.P -Given the flexible nature of npm specs, you can also target local directories or git repos just like when using \fBnpm install\fR: -.P -.RS 2 -.nf -npm diff --diff=https://github.com/npm/libnpmdiff --diff=./local-path -.fi -.RE -.P -In the example above we can compare the contents from the package installed from the git repo at \fBgithub.com/npm/libnpmdiff\fR with the contents of the \fB./local-path\fR that contains a valid package, such as a modified copy of the original. -.IP \(bu 4 -\fBnpm diff\fR (in a package directory, no arguments): -.P -If the package is published to the registry, \fBnpm diff\fR will fetch the tarball version tagged as \fBlatest\fR (this value can be configured using the \fBtag\fR option) and proceed to compare the contents of files present in that tarball, with the current files in your local file system. -.P -This workflow provides a handy way for package authors to see what package-tracked files have been changed in comparison with the latest published version of that package. -.IP \(bu 4 -\fBnpm diff --diff=<pkg-name>\fR (in a package directory): -.P -When using a single package name (with no version or tag specifier) as an argument, \fBnpm diff\fR will work in a similar way to \fB\fBnpm-outdated\fR\fR \fI\(lanpm-outdated\(ra\fR and reach for the registry to figure out what current published version of the package named \fB<pkg-name>\fR will satisfy its dependent declared semver-range. Once that specific version is known \fBnpm diff\fR will print diff patches comparing the current version of \fB<pkg-name>\fR found in the local file system with that specific version returned by the registry. -.P -Given a package named \fBabbrev\fR that is currently installed: -.P -.RS 2 -.nf -npm diff --diff=abbrev -.fi -.RE -.P -That will request from the registry its most up to date version and will print a diff output comparing the currently installed version to this newer one if the version numbers are not the same. -.IP \(bu 4 -\fBnpm diff --diff=<spec-a>\fR (in a package directory): -.P -Similar to using only a single package name, it's also possible to declare a full registry specifier version if you wish to compare the local version of an installed package with the specific version/tag/semver-range provided in \fB<spec-a>\fR. -.P -An example: assuming \fBpkg@1.0.0\fR is installed in the current \fBnode_modules\fR folder, running: -.P -.RS 2 -.nf -npm diff --diff=pkg@2.0.0 -.fi -.RE -.P -It will effectively be an alias to \fBnpm diff --diff=pkg@1.0.0 --diff=pkg@2.0.0\fR. -.IP \(bu 4 -\fBnpm diff --diff=<semver-a> \[lB]--diff=<semver-b>\[rB]\fR (in a package directory): -.P -Using \fBnpm diff\fR along with semver-valid version numbers is a shorthand to compare different versions of the current package. -.P -It needs to be run from a package directory, such that for a package named \fBpkg\fR running \fBnpm diff --diff=1.0.0 --diff=1.0.1\fR is the same as running \fBnpm diff --diff=pkg@1.0.0 --diff=pkg@1.0.1\fR. -.P -If only a single argument \fB<version-a>\fR is provided, then the current local file system is going to be compared against that version. -.P -Here's an example comparing two specific versions (published to the configured registry) of the current project directory: -.P -.RS 2 -.nf -npm diff --diff=1.0.0 --diff=1.1.0 -.fi -.RE -.RE 0 - -.P -Note that tag names are not valid \fB--diff\fR argument values, if you wish to compare to a published tag, you must use the \fBpkg@tagname\fR syntax. -.SS "Filtering files" -.P -It's possible to also specify positional arguments using file names or globs pattern matching in order to limit the result of diff patches to only a subset of files for a given package, e.g: -.P -.RS 2 -.nf -npm diff --diff=pkg@2 ./lib/ CHANGELOG.md -.fi -.RE -.P -In the example above the diff output is only going to print contents of files located within the folder \fB./lib/\fR and changed lines of code within the \fBCHANGELOG.md\fR file. -.SS "Configuration" -.SS "\fBdiff\fR" -.RS 0 -.IP \(bu 4 -Default: -.IP \(bu 4 -Type: String (can be set multiple times) -.RE 0 - -.P -Define arguments to compare in \fBnpm diff\fR. -.SS "\fBdiff-name-only\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Prints only filenames when using \fBnpm diff\fR. -.SS "\fBdiff-unified\fR" -.RS 0 -.IP \(bu 4 -Default: 3 -.IP \(bu 4 -Type: Number -.RE 0 - -.P -The number of lines of context to print in \fBnpm diff\fR. -.SS "\fBdiff-ignore-all-space\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Ignore whitespace when comparing lines in \fBnpm diff\fR. -.SS "\fBdiff-no-prefix\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Do not show any source or destination prefix in \fBnpm diff\fR output. -.P -Note: this causes \fBnpm diff\fR to ignore the \fB--diff-src-prefix\fR and \fB--diff-dst-prefix\fR configs. -.SS "\fBdiff-src-prefix\fR" -.RS 0 -.IP \(bu 4 -Default: "a/" -.IP \(bu 4 -Type: String -.RE 0 - -.P -Source prefix to be used in \fBnpm diff\fR output. -.SS "\fBdiff-dst-prefix\fR" -.RS 0 -.IP \(bu 4 -Default: "b/" -.IP \(bu 4 -Type: String -.RE 0 - -.P -Destination prefix to be used in \fBnpm diff\fR output. -.SS "\fBdiff-text\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Treat all files as text in \fBnpm diff\fR. -.SS "\fBglobal\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Operates in "global" mode, so that packages are installed into the \fBprefix\fR folder instead of the current working directory. See npm help folders for more on the differences in behavior. -.RS 0 -.IP \(bu 4 -packages are installed into the \fB{prefix}/lib/node_modules\fR folder, instead of the current working directory. -.IP \(bu 4 -bin files are linked to \fB{prefix}/bin\fR -.IP \(bu 4 -man pages are linked to \fB{prefix}/share/man\fR -.RE 0 - -.SS "\fBtag\fR" -.RS 0 -.IP \(bu 4 -Default: "latest" -.IP \(bu 4 -Type: String -.RE 0 - -.P -If you ask npm to install a package and don't tell it a specific version, then it will install the specified tag. -.P -Also the tag that is added to the package@version specified by the \fBnpm tag\fR command, if no explicit tag is given. -.P -When used by the \fBnpm diff\fR command, this is the tag used to fetch the tarball that will be compared with the local files by default. -.SS "\fBworkspace\fR" -.RS 0 -.IP \(bu 4 -Default: -.IP \(bu 4 -Type: String (can be set multiple times) -.RE 0 - -.P -Enable running a command in the context of the configured workspaces of the current project while filtering by running only the workspaces defined by this configuration option. -.P -Valid values for the \fBworkspace\fR config are either: -.RS 0 -.IP \(bu 4 -Workspace names -.IP \(bu 4 -Path to a workspace directory -.IP \(bu 4 -Path to a parent workspace directory (will result in selecting all workspaces within that folder) -.RE 0 - -.P -When set for the \fBnpm init\fR command, this may be set to the folder of a workspace which does not yet exist, to create the folder and set it up as a brand new workspace within the project. -.P -This value is not exported to the environment for child processes. -.SS "\fBworkspaces\fR" -.RS 0 -.IP \(bu 4 -Default: null -.IP \(bu 4 -Type: null or Boolean -.RE 0 - -.P -Set to true to run the command in the context of \fBall\fR configured workspaces. -.P -Explicitly setting this to false will cause commands like \fBinstall\fR to ignore workspaces altogether. When not set explicitly: -.RS 0 -.IP \(bu 4 -Commands that operate on the \fBnode_modules\fR tree (install, update, etc.) will link workspaces into the \fBnode_modules\fR folder. - Commands that do other things (test, exec, publish, etc.) will operate on the root project, \fIunless\fR one or more workspaces are specified in the \fBworkspace\fR config. -.RE 0 - -.P -This value is not exported to the environment for child processes. -.SS "\fBinclude-workspace-root\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Include the workspace root when workspaces are enabled for a command. -.P -When false, specifying individual workspaces via the \fBworkspace\fR config, or all workspaces via the \fBworkspaces\fR flag, will cause npm to operate only on the specified workspaces, and not on the root project. -.P -This value is not exported to the environment for child processes. -.SH "SEE ALSO" -.RS 0 -.IP \(bu 4 -npm help outdated -.IP \(bu 4 -npm help install -.IP \(bu 4 -npm help config -.IP \(bu 4 -npm help registry -.RE 0 diff --git a/software/flow/node_modules/npm/man/man1/npm-dist-tag.1 b/software/flow/node_modules/npm/man/man1/npm-dist-tag.1 deleted file mode 100644 index bd700f0..0000000 --- a/software/flow/node_modules/npm/man/man1/npm-dist-tag.1 +++ /dev/null @@ -1,144 +0,0 @@ -.TH "NPM-DIST-TAG" "1" "February 2023" "" "" -.SH "NAME" -\fBnpm-dist-tag\fR - Modify package distribution tags -.SS "Synopsis" -.P -.RS 2 -.nf -npm dist-tag add <package-spec (with version)> \[lB]<tag>\[rB] -npm dist-tag rm <package-spec> <tag> -npm dist-tag ls \[lB]<package-spec>\[rB] - -alias: dist-tags -.fi -.RE -.SS "Description" -.P -Add, remove, and enumerate distribution tags on a package: -.RS 0 -.IP \(bu 4 -add: Tags the specified version of the package with the specified tag, or the \fB\fB--tag\fR config\fR \fI\(la/using-npm/config#tag\(ra\fR if not specified. If you have two-factor authentication on auth-and-writes then you\[cq]ll need to include a one-time password on the command line with \fB--otp <one-time password>\fR, or go through a second factor flow based on your \fBauthtype\fR. -.IP \(bu 4 -rm: Clear a tag that is no longer in use from the package. If you have two-factor authentication on auth-and-writes then you\[cq]ll need to include a one-time password on the command line with \fB--otp <one-time password>\fR, or go through a second factor flow based on your \fBauthtype\fR -.IP \(bu 4 -ls: Show all of the dist-tags for a package, defaulting to the package in the current prefix. This is the default action if none is specified. -.RE 0 - -.P -A tag can be used when installing packages as a reference to a version instead of using a specific version number: -.P -.RS 2 -.nf -npm install <name>@<tag> -.fi -.RE -.P -When installing dependencies, a preferred tagged version may be specified: -.P -.RS 2 -.nf -npm install --tag <tag> -.fi -.RE -.P -(This also applies to any other commands that resolve and install dependencies, such as \fBnpm dedupe\fR, \fBnpm update\fR, and \fBnpm audit fix\fR.) -.P -Publishing a package sets the \fBlatest\fR tag to the published version unless the \fB--tag\fR option is used. For example, \fBnpm publish --tag=beta\fR. -.P -By default, \fBnpm install <pkg>\fR (without any \fB@<version>\fR or \fB@<tag>\fR specifier) installs the \fBlatest\fR tag. -.SS "Purpose" -.P -Tags can be used to provide an alias instead of version numbers. -.P -For example, a project might choose to have multiple streams of development and use a different tag for each stream, e.g., \fBstable\fR, \fBbeta\fR, \fBdev\fR, \fBcanary\fR. -.P -By default, the \fBlatest\fR tag is used by npm to identify the current version of a package, and \fBnpm install <pkg>\fR (without any \fB@<version>\fR or \fB@<tag>\fR specifier) installs the \fBlatest\fR tag. Typically, projects only use the \fBlatest\fR tag for stable release versions, and use other tags for unstable versions such as prereleases. -.P -The \fBnext\fR tag is used by some projects to identify the upcoming version. -.P -Other than \fBlatest\fR, no tag has any special significance to npm itself. -.SS "Caveats" -.P -This command used to be known as \fBnpm tag\fR, which only created new tags, and so had a different syntax. -.P -Tags must share a namespace with version numbers, because they are specified in the same slot: \fBnpm install <pkg>@<version>\fR vs \fBnpm install <pkg>@<tag>\fR. -.P -Tags that can be interpreted as valid semver ranges will be rejected. For example, \fBv1.4\fR cannot be used as a tag, because it is interpreted by semver as \fB>=1.4.0 <1.5.0\fR. See \fI\(lahttps://github.com/npm/npm/issues/6082\(ra\fR. -.P -The simplest way to avoid semver problems with tags is to use tags that do not begin with a number or the letter \fBv\fR. -.SS "Configuration" -.SS "\fBworkspace\fR" -.RS 0 -.IP \(bu 4 -Default: -.IP \(bu 4 -Type: String (can be set multiple times) -.RE 0 - -.P -Enable running a command in the context of the configured workspaces of the current project while filtering by running only the workspaces defined by this configuration option. -.P -Valid values for the \fBworkspace\fR config are either: -.RS 0 -.IP \(bu 4 -Workspace names -.IP \(bu 4 -Path to a workspace directory -.IP \(bu 4 -Path to a parent workspace directory (will result in selecting all workspaces within that folder) -.RE 0 - -.P -When set for the \fBnpm init\fR command, this may be set to the folder of a workspace which does not yet exist, to create the folder and set it up as a brand new workspace within the project. -.P -This value is not exported to the environment for child processes. -.SS "\fBworkspaces\fR" -.RS 0 -.IP \(bu 4 -Default: null -.IP \(bu 4 -Type: null or Boolean -.RE 0 - -.P -Set to true to run the command in the context of \fBall\fR configured workspaces. -.P -Explicitly setting this to false will cause commands like \fBinstall\fR to ignore workspaces altogether. When not set explicitly: -.RS 0 -.IP \(bu 4 -Commands that operate on the \fBnode_modules\fR tree (install, update, etc.) will link workspaces into the \fBnode_modules\fR folder. - Commands that do other things (test, exec, publish, etc.) will operate on the root project, \fIunless\fR one or more workspaces are specified in the \fBworkspace\fR config. -.RE 0 - -.P -This value is not exported to the environment for child processes. -.SS "\fBinclude-workspace-root\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Include the workspace root when workspaces are enabled for a command. -.P -When false, specifying individual workspaces via the \fBworkspace\fR config, or all workspaces via the \fBworkspaces\fR flag, will cause npm to operate only on the specified workspaces, and not on the root project. -.P -This value is not exported to the environment for child processes. -.SS "See Also" -.RS 0 -.IP \(bu 4 -npm help "package spec" -.IP \(bu 4 -npm help publish -.IP \(bu 4 -npm help install -.IP \(bu 4 -npm help dedupe -.IP \(bu 4 -npm help registry -.IP \(bu 4 -npm help config -.IP \(bu 4 -npm help npmrc -.RE 0 diff --git a/software/flow/node_modules/npm/man/man1/npm-docs.1 b/software/flow/node_modules/npm/man/man1/npm-docs.1 deleted file mode 100644 index 6ee27d9..0000000 --- a/software/flow/node_modules/npm/man/man1/npm-docs.1 +++ /dev/null @@ -1,113 +0,0 @@ -.TH "NPM-DOCS" "1" "February 2023" "" "" -.SH "NAME" -\fBnpm-docs\fR - Open documentation for a package in a web browser -.SS "Synopsis" -.P -.RS 2 -.nf -npm docs \[lB]<pkgname> \[lB]<pkgname> ...\[rB]\[rB] - -alias: home -.fi -.RE -.SS "Description" -.P -This command tries to guess at the likely location of a package's documentation URL, and then tries to open it using the \fB\fB--browser\fR config\fR \fI\(la/using-npm/config#browser\(ra\fR param. You can pass multiple package names at once. If no package name is provided, it will search for a \fBpackage.json\fR in the current folder and use the \fBname\fR property. -.SS "Configuration" -.SS "\fBbrowser\fR" -.RS 0 -.IP \(bu 4 -Default: OS X: \fB"open"\fR, Windows: \fB"start"\fR, Others: \fB"xdg-open"\fR -.IP \(bu 4 -Type: null, Boolean, or String -.RE 0 - -.P -The browser that is called by npm commands to open websites. -.P -Set to \fBfalse\fR to suppress browser behavior and instead print urls to terminal. -.P -Set to \fBtrue\fR to use default system URL opener. -.SS "\fBregistry\fR" -.RS 0 -.IP \(bu 4 -Default: "https://registry.npmjs.org/" -.IP \(bu 4 -Type: URL -.RE 0 - -.P -The base URL of the npm registry. -.SS "\fBworkspace\fR" -.RS 0 -.IP \(bu 4 -Default: -.IP \(bu 4 -Type: String (can be set multiple times) -.RE 0 - -.P -Enable running a command in the context of the configured workspaces of the current project while filtering by running only the workspaces defined by this configuration option. -.P -Valid values for the \fBworkspace\fR config are either: -.RS 0 -.IP \(bu 4 -Workspace names -.IP \(bu 4 -Path to a workspace directory -.IP \(bu 4 -Path to a parent workspace directory (will result in selecting all workspaces within that folder) -.RE 0 - -.P -When set for the \fBnpm init\fR command, this may be set to the folder of a workspace which does not yet exist, to create the folder and set it up as a brand new workspace within the project. -.P -This value is not exported to the environment for child processes. -.SS "\fBworkspaces\fR" -.RS 0 -.IP \(bu 4 -Default: null -.IP \(bu 4 -Type: null or Boolean -.RE 0 - -.P -Set to true to run the command in the context of \fBall\fR configured workspaces. -.P -Explicitly setting this to false will cause commands like \fBinstall\fR to ignore workspaces altogether. When not set explicitly: -.RS 0 -.IP \(bu 4 -Commands that operate on the \fBnode_modules\fR tree (install, update, etc.) will link workspaces into the \fBnode_modules\fR folder. - Commands that do other things (test, exec, publish, etc.) will operate on the root project, \fIunless\fR one or more workspaces are specified in the \fBworkspace\fR config. -.RE 0 - -.P -This value is not exported to the environment for child processes. -.SS "\fBinclude-workspace-root\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Include the workspace root when workspaces are enabled for a command. -.P -When false, specifying individual workspaces via the \fBworkspace\fR config, or all workspaces via the \fBworkspaces\fR flag, will cause npm to operate only on the specified workspaces, and not on the root project. -.P -This value is not exported to the environment for child processes. -.SS "See Also" -.RS 0 -.IP \(bu 4 -npm help view -.IP \(bu 4 -npm help publish -.IP \(bu 4 -npm help registry -.IP \(bu 4 -npm help config -.IP \(bu 4 -npm help npmrc -.IP \(bu 4 -\fBpackage.json\fR \fI\(la/configuring-npm/package-json\(ra\fR -.RE 0 diff --git a/software/flow/node_modules/npm/man/man1/npm-doctor.1 b/software/flow/node_modules/npm/man/man1/npm-doctor.1 deleted file mode 100644 index d1b5a41..0000000 --- a/software/flow/node_modules/npm/man/man1/npm-doctor.1 +++ /dev/null @@ -1,82 +0,0 @@ -.TH "NPM-DOCTOR" "1" "February 2023" "" "" -.SH "NAME" -\fBnpm-doctor\fR - Check your npm environment -.SS "Synopsis" -.P -.RS 2 -.nf -npm doctor \[lB]ping\[rB] \[lB]registry\[rB] \[lB]versions\[rB] \[lB]environment\[rB] \[lB]permissions\[rB] \[lB]cache\[rB] -.fi -.RE -.P -Note: This command is unaware of workspaces. -.SS "Description" -.P -\fBnpm doctor\fR runs a set of checks to ensure that your npm installation has what it needs to manage your JavaScript packages. npm is mostly a standalone tool, but it does have some basic requirements that must be met: -.RS 0 -.IP \(bu 4 -Node.js and git must be executable by npm. -.IP \(bu 4 -The primary npm registry, \fBregistry.npmjs.com\fR, or another service that uses the registry API, is available. -.IP \(bu 4 -The directories that npm uses, \fBnode_modules\fR (both locally and globally), exist and can be written by the current user. -.IP \(bu 4 -The npm cache exists, and the package tarballs within it aren't corrupt. -.RE 0 - -.P -Without all of these working properly, npm may not work properly. Many issues are often attributable to things that are outside npm's code base, so \fBnpm doctor\fR confirms that the npm installation is in a good state. -.P -Also, in addition to this, there are also very many issue reports due to using old versions of npm. Since npm is constantly improving, running \fBnpm@latest\fR is better than an old version. -.P -\fBnpm doctor\fR verifies the following items in your environment, and if there are any recommended changes, it will display them. By default npm runs all of these checks. You can limit what checks are ran by specifying them as extra arguments. -.SS "\fBnpm ping\fR" -.P -By default, npm installs from the primary npm registry, \fBregistry.npmjs.org\fR. \fBnpm doctor\fR hits a special ping endpoint within the registry. This can also be checked with \fBnpm ping\fR. If this check fails, you may be using a proxy that needs to be configured, or may need to talk to your IT staff to get access over HTTPS to \fBregistry.npmjs.org\fR. -.P -This check is done against whichever registry you've configured (you can see what that is by running \fBnpm config get registry\fR), and if you're using a private registry that doesn't support the \fB/whoami\fR endpoint supported by the primary registry, this check may fail. -.SS "\fBnpm -v\fR" -.P -While Node.js may come bundled with a particular version of npm, it's the policy of the CLI team that we recommend all users run \fBnpm@latest\fR if they can. As the CLI is maintained by a small team of contributors, there are only resources for a single line of development, so npm's own long-term support releases typically only receive critical security and regression fixes. The team believes that the latest tested version of npm is almost always likely to be the most functional and defect-free version of npm. -.SS "\fBnode -v\fR" -.P -For most users, in most circumstances, the best version of Node will be the latest long-term support (LTS) release. Those of you who want access to new ECMAscript features or bleeding-edge changes to Node's standard library may be running a newer version, and some may be required to run an older version of Node because of enterprise change control policies. That's OK! But in general, the npm team recommends that most users run Node.js LTS. -.SS "\fBnpm config get registry\fR" -.P -You may be installing from private package registries for your project or company. That's great! Others may be following tutorials or StackOverflow questions in an effort to troubleshoot problems you may be having. Sometimes, this may entail changing the registry you're pointing at. This part of \fBnpm doctor\fR just lets you, and maybe whoever's helping you with support, know that you're not using the default registry. -.SS "\fBwhich git\fR" -.P -While it's documented in the README, it may not be obvious that npm needs Git installed to do many of the things that it does. Also, in some cases \[en] especially on Windows \[en] you may have Git set up in such a way that it's not accessible via your \fBPATH\fR so that npm can find it. This check ensures that Git is available. -.SS "Permissions checks" -.RS 0 -.IP \(bu 4 -Your cache must be readable and writable by the user running npm. -.IP \(bu 4 -Global package binaries must be writable by the user running npm. -.IP \(bu 4 -Your local \fBnode_modules\fR path, if you're running \fBnpm doctor\fR with a project directory, must be readable and writable by the user running npm. -.RE 0 - -.SS "Validate the checksums of cached packages" -.P -When an npm package is published, the publishing process generates a checksum that npm uses at install time to verify that the package didn't get corrupted in transit. \fBnpm doctor\fR uses these checksums to validate the package tarballs in your local cache (you can see where that cache is located with \fBnpm config get cache\fR). In the event that there are corrupt packages in your cache, you should probably run \fBnpm cache clean -f\fR and reset the cache. -.SS "Configuration" -.SS "\fBregistry\fR" -.RS 0 -.IP \(bu 4 -Default: "https://registry.npmjs.org/" -.IP \(bu 4 -Type: URL -.RE 0 - -.P -The base URL of the npm registry. -.SS "See Also" -.RS 0 -.IP \(bu 4 -npm help bugs -.IP \(bu 4 -npm help help -.IP \(bu 4 -npm help ping -.RE 0 diff --git a/software/flow/node_modules/npm/man/man1/npm-edit.1 b/software/flow/node_modules/npm/man/man1/npm-edit.1 deleted file mode 100644 index de723df..0000000 --- a/software/flow/node_modules/npm/man/man1/npm-edit.1 +++ /dev/null @@ -1,43 +0,0 @@ -.TH "NPM-EDIT" "1" "February 2023" "" "" -.SH "NAME" -\fBnpm-edit\fR - Edit an installed package -.SS "Synopsis" -.P -.RS 2 -.nf -npm edit <pkg>\[lB]/<subpkg>...\[rB] -.fi -.RE -.P -Note: This command is unaware of workspaces. -.SS "Description" -.P -Selects a dependency in the current project and opens the package folder in the default editor (or whatever you've configured as the npm \fBeditor\fR config -- see \fB\fBnpm-config\fR\fR \fI\(lanpm-config\(ra\fR.) -.P -After it has been edited, the package is rebuilt so as to pick up any changes in compiled packages. -.P -For instance, you can do \fBnpm install connect\fR to install connect into your package, and then \fBnpm edit connect\fR to make a few changes to your locally installed copy. -.SS "Configuration" -.SS "\fBeditor\fR" -.RS 0 -.IP \(bu 4 -Default: The EDITOR or VISUAL environment variables, or '%SYSTEMROOT%\[rs]notepad.exe' on Windows, or 'vi' on Unix systems -.IP \(bu 4 -Type: String -.RE 0 - -.P -The command to run for \fBnpm edit\fR and \fBnpm config edit\fR. -.SS "See Also" -.RS 0 -.IP \(bu 4 -npm help folders -.IP \(bu 4 -npm help explore -.IP \(bu 4 -npm help install -.IP \(bu 4 -npm help config -.IP \(bu 4 -npm help npmrc -.RE 0 diff --git a/software/flow/node_modules/npm/man/man1/npm-exec.1 b/software/flow/node_modules/npm/man/man1/npm-exec.1 deleted file mode 100644 index 10d06ae..0000000 --- a/software/flow/node_modules/npm/man/man1/npm-exec.1 +++ /dev/null @@ -1,350 +0,0 @@ -.TH "NPM-EXEC" "1" "February 2023" "" "" -.SH "NAME" -\fBnpm-exec\fR - Run a command from a local or remote npm package -.SS "Synopsis" -.P -.RS 2 -.nf -npm exec -- <pkg>\[lB]@<version>\[rB] \[lB]args...\[rB] -npm exec --package=<pkg>\[lB]@<version>\[rB] -- <cmd> \[lB]args...\[rB] -npm exec -c '<cmd> \[lB]args...\[rB]' -npm exec --package=foo -c '<cmd> \[lB]args...\[rB]' - -alias: x -.fi -.RE -.SS "Description" -.P -This command allows you to run an arbitrary command from an npm package (either one installed locally, or fetched remotely), in a similar context as running it via \fBnpm run\fR. -.P -Run without positional arguments or \fB--call\fR, this allows you to interactively run commands in the same sort of shell environment that \fBpackage.json\fR scripts are run. Interactive mode is not supported in CI environments when standard input is a TTY, to prevent hangs. -.P -Whatever packages are specified by the \fB--package\fR option will be provided in the \fBPATH\fR of the executed command, along with any locally installed package executables. The \fB--package\fR option may be specified multiple times, to execute the supplied command in an environment where all specified packages are available. -.P -If any requested packages are not present in the local project dependencies, then a prompt is printed, which can be suppressed by providing either \fB--yes\fR or \fB--no\fR. When standard input is not a TTY or a CI environment is detected, \fB--yes\fR is assumed. The requested packages are installed to a folder in the npm cache, which is added to the \fBPATH\fR environment variable in the executed process. -.P -Package names provided without a specifier will be matched with whatever version exists in the local project. Package names with a specifier will only be considered a match if they have the exact same name and version as the local dependency. -.P -If no \fB-c\fR or \fB--call\fR option is provided, then the positional arguments are used to generate the command string. If no \fB--package\fR options are provided, then npm will attempt to determine the executable name from the package specifier provided as the first positional argument according to the following heuristic: -.RS 0 -.IP \(bu 4 -If the package has a single entry in its \fBbin\fR field in \fBpackage.json\fR, or if all entries are aliases of the same command, then that command will be used. -.IP \(bu 4 -If the package has multiple \fBbin\fR entries, and one of them matches the unscoped portion of the \fBname\fR field, then that command will be used. -.IP \(bu 4 -If this does not result in exactly one option (either because there are no bin entries, or none of them match the \fBname\fR of the package), then \fBnpm exec\fR exits with an error. -.RE 0 - -.P -To run a binary \fIother than\fR the named binary, specify one or more \fB--package\fR options, which will prevent npm from inferring the package from the first command argument. -.SS "\fBnpx\fR vs \fBnpm exec\fR" -.P -When run via the \fBnpx\fR binary, all flags and options \fImust\fR be set prior to any positional arguments. When run via \fBnpm exec\fR, a double-hyphen \fB--\fR flag can be used to suppress npm's parsing of switches and options that should be sent to the executed command. -.P -For example: -.P -.RS 2 -.nf -$ npx foo@latest bar --package=@npmcli/foo -.fi -.RE -.P -In this case, npm will resolve the \fBfoo\fR package name, and run the following command: -.P -.RS 2 -.nf -$ foo bar --package=@npmcli/foo -.fi -.RE -.P -Since the \fB--package\fR option comes \fIafter\fR the positional arguments, it is treated as an argument to the executed command. -.P -In contrast, due to npm's argument parsing logic, running this command is different: -.P -.RS 2 -.nf -$ npm exec foo@latest bar --package=@npmcli/foo -.fi -.RE -.P -In this case, npm will parse the \fB--package\fR option first, resolving the \fB@npmcli/foo\fR package. Then, it will execute the following command in that context: -.P -.RS 2 -.nf -$ foo@latest bar -.fi -.RE -.P -The double-hyphen character is recommended to explicitly tell npm to stop parsing command line options and switches. The following command would thus be equivalent to the \fBnpx\fR command above: -.P -.RS 2 -.nf -$ npm exec -- foo@latest bar --package=@npmcli/foo -.fi -.RE -.SS "Configuration" -.SS "\fBpackage\fR" -.RS 0 -.IP \(bu 4 -Default: -.IP \(bu 4 -Type: String (can be set multiple times) -.RE 0 - -.P -The package or packages to install for npm help exec -.SS "\fBcall\fR" -.RS 0 -.IP \(bu 4 -Default: "" -.IP \(bu 4 -Type: String -.RE 0 - -.P -Optional companion option for \fBnpm exec\fR, \fBnpx\fR that allows for specifying a custom command to be run along with the installed packages. -.P -.RS 2 -.nf -npm exec --package yo --package generator-node --call "yo node" -.fi -.RE -.SS "\fBworkspace\fR" -.RS 0 -.IP \(bu 4 -Default: -.IP \(bu 4 -Type: String (can be set multiple times) -.RE 0 - -.P -Enable running a command in the context of the configured workspaces of the current project while filtering by running only the workspaces defined by this configuration option. -.P -Valid values for the \fBworkspace\fR config are either: -.RS 0 -.IP \(bu 4 -Workspace names -.IP \(bu 4 -Path to a workspace directory -.IP \(bu 4 -Path to a parent workspace directory (will result in selecting all workspaces within that folder) -.RE 0 - -.P -When set for the \fBnpm init\fR command, this may be set to the folder of a workspace which does not yet exist, to create the folder and set it up as a brand new workspace within the project. -.P -This value is not exported to the environment for child processes. -.SS "\fBworkspaces\fR" -.RS 0 -.IP \(bu 4 -Default: null -.IP \(bu 4 -Type: null or Boolean -.RE 0 - -.P -Set to true to run the command in the context of \fBall\fR configured workspaces. -.P -Explicitly setting this to false will cause commands like \fBinstall\fR to ignore workspaces altogether. When not set explicitly: -.RS 0 -.IP \(bu 4 -Commands that operate on the \fBnode_modules\fR tree (install, update, etc.) will link workspaces into the \fBnode_modules\fR folder. - Commands that do other things (test, exec, publish, etc.) will operate on the root project, \fIunless\fR one or more workspaces are specified in the \fBworkspace\fR config. -.RE 0 - -.P -This value is not exported to the environment for child processes. -.SS "\fBinclude-workspace-root\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Include the workspace root when workspaces are enabled for a command. -.P -When false, specifying individual workspaces via the \fBworkspace\fR config, or all workspaces via the \fBworkspaces\fR flag, will cause npm to operate only on the specified workspaces, and not on the root project. -.P -This value is not exported to the environment for child processes. -.SS "Examples" -.P -Run the version of \fBtap\fR in the local dependencies, with the provided arguments: -.P -.RS 2 -.nf -$ npm exec -- tap --bail test/foo.js -$ npx tap --bail test/foo.js -.fi -.RE -.P -Run a command \fIother than\fR the command whose name matches the package name by specifying a \fB--package\fR option: -.P -.RS 2 -.nf -$ npm exec --package=foo -- bar --bar-argument -# ~ or ~ -$ npx --package=foo bar --bar-argument -.fi -.RE -.P -Run an arbitrary shell script, in the context of the current project: -.P -.RS 2 -.nf -$ npm x -c 'eslint && say "hooray, lint passed"' -$ npx -c 'eslint && say "hooray, lint passed"' -.fi -.RE -.SS "Workspaces support" -.P -You may use the \fB\fBworkspace\fR\fR \fI\(la/using-npm/config#workspace\(ra\fR or \fB\fBworkspaces\fR\fR \fI\(la/using-npm/config#workspaces\(ra\fR configs in order to run an arbitrary command from an npm package (either one installed locally, or fetched remotely) in the context of the specified workspaces. If no positional argument or \fB--call\fR option is provided, it will open an interactive subshell in the context of each of these configured workspaces one at a time. -.P -Given a project with configured workspaces, e.g: -.P -.RS 2 -.nf -. -+-- package.json -`-- packages - +-- a - | `-- package.json - +-- b - | `-- package.json - `-- c - `-- package.json -.fi -.RE -.P -Assuming the workspace configuration is properly set up at the root level \fBpackage.json\fR file. e.g: -.P -.RS 2 -.nf -{ - "workspaces": \[lB] "./packages/*" \[rB] -} -.fi -.RE -.P -You can execute an arbitrary command from a package in the context of each of the configured workspaces when using the \fB\fBworkspaces\fR config options\fR \fI\(la/using-npm/config#workspace\(ra\fR, in this example we're using \fBeslint\fR to lint any js file found within each workspace folder: -.P -.RS 2 -.nf -npm exec --ws -- eslint ./*.js -.fi -.RE -.SS "Filtering workspaces" -.P -It's also possible to execute a command in a single workspace using the \fBworkspace\fR config along with a name or directory path: -.P -.RS 2 -.nf -npm exec --workspace=a -- eslint ./*.js -.fi -.RE -.P -The \fBworkspace\fR config can also be specified multiple times in order to run a specific script in the context of multiple workspaces. When defining values for the \fBworkspace\fR config in the command line, it also possible to use \fB-w\fR as a shorthand, e.g: -.P -.RS 2 -.nf -npm exec -w a -w b -- eslint ./*.js -.fi -.RE -.P -This last command will run the \fBeslint\fR command in both \fB./packages/a\fR and \fB./packages/b\fR folders. -.SS "Compatibility with Older npx Versions" -.P -The \fBnpx\fR binary was rewritten in npm v7.0.0, and the standalone \fBnpx\fR package deprecated at that time. \fBnpx\fR uses the \fBnpm exec\fR command instead of a separate argument parser and install process, with some affordances to maintain backwards compatibility with the arguments it accepted in previous versions. -.P -This resulted in some shifts in its functionality: -.RS 0 -.IP \(bu 4 -Any \fBnpm\fR config value may be provided. -.IP \(bu 4 -To prevent security and user-experience problems from mistyping package names, \fBnpx\fR prompts before installing anything. Suppress this prompt with the \fB-y\fR or \fB--yes\fR option. -.IP \(bu 4 -The \fB--no-install\fR option is deprecated, and will be converted to \fB--no\fR. -.IP \(bu 4 -Shell fallback functionality is removed, as it is not advisable. -.IP \(bu 4 -The \fB-p\fR argument is a shorthand for \fB--parseable\fR in npm, but shorthand for \fB--package\fR in npx. This is maintained, but only for the \fBnpx\fR executable. -.IP \(bu 4 -The \fB--ignore-existing\fR option is removed. Locally installed bins are always present in the executed process \fBPATH\fR. -.IP \(bu 4 -The \fB--npm\fR option is removed. \fBnpx\fR will always use the \fBnpm\fR it ships with. -.IP \(bu 4 -The \fB--node-arg\fR and \fB-n\fR options are removed. -.IP \(bu 4 -The \fB--always-spawn\fR option is redundant, and thus removed. -.IP \(bu 4 -The \fB--shell\fR option is replaced with \fB--script-shell\fR, but maintained in the \fBnpx\fR executable for backwards compatibility. -.RE 0 - -.SS "A note on caching" -.P -The npm cli utilizes its internal package cache when using the package name specified. You can use the following to change how and when the cli uses this cache. See npm help cache for more on how the cache works. -.SS "prefer-online" -.P -Forces staleness checks for packages, making the cli look for updates immediately even if the package is already in the cache. -.SS "prefer-offline" -.P -Bypasses staleness checks for packages. Missing data will still be requested from the server. To force full offline mode, use \fBoffline\fR. -.SS "offline" -.P -Forces full offline mode. Any packages not locally cached will result in an error. -.SS "workspace" -.RS 0 -.IP \(bu 4 -Default: -.IP \(bu 4 -Type: String (can be set multiple times) -.RE 0 - -.P -Enable running a command in the context of the configured workspaces of the current project while filtering by running only the workspaces defined by this configuration option. -.P -Valid values for the \fBworkspace\fR config are either: -.RS 0 -.IP \(bu 4 -Workspace names -.IP \(bu 4 -Path to a workspace directory -.IP \(bu 4 -Path to a parent workspace directory (will result to selecting all of the nested workspaces) -.RE 0 - -.P -This value is not exported to the environment for child processes. -.SS "workspaces" -.RS 0 -.IP \(bu 4 -Alias: \fB--ws\fR -.IP \(bu 4 -Type: Boolean -.IP \(bu 4 -Default: \fBfalse\fR -.RE 0 - -.P -Run scripts in the context of all configured workspaces for the current project. -.SS "See Also" -.RS 0 -.IP \(bu 4 -npm help run-script -.IP \(bu 4 -npm help scripts -.IP \(bu 4 -npm help test -.IP \(bu 4 -npm help start -.IP \(bu 4 -npm help restart -.IP \(bu 4 -npm help stop -.IP \(bu 4 -npm help config -.IP \(bu 4 -npm help workspaces -.IP \(bu 4 -npm help npx -.RE 0 diff --git a/software/flow/node_modules/npm/man/man1/npm-explain.1 b/software/flow/node_modules/npm/man/man1/npm-explain.1 deleted file mode 100644 index a8f5e0e..0000000 --- a/software/flow/node_modules/npm/man/man1/npm-explain.1 +++ /dev/null @@ -1,118 +0,0 @@ -.TH "NPM-EXPLAIN" "1" "February 2023" "" "" -.SH "NAME" -\fBnpm-explain\fR - Explain installed packages -.SS "Synopsis" -.P -.RS 2 -.nf -npm explain <package-spec> - -alias: why -.fi -.RE -.SS "Description" -.P -This command will print the chain of dependencies causing a given package to be installed in the current project. -.P -If one or more package specs are provided, then only packages matching one of the specifiers will have their relationships explained. -.P -The package spec can also refer to a folder within \fB./node_modules\fR -.P -For example, running \fBnpm explain glob\fR within npm's source tree will show: -.P -.RS 2 -.nf -glob@7.1.6 -node_modules/glob - glob@"^7.1.4" from the root project - -glob@7.1.1 dev -node_modules/tacks/node_modules/glob - glob@"^7.0.5" from rimraf@2.6.2 - node_modules/tacks/node_modules/rimraf - rimraf@"^2.6.2" from tacks@1.3.0 - node_modules/tacks - dev tacks@"^1.3.0" from the root project -.fi -.RE -.P -To explain just the package residing at a specific folder, pass that as the argument to the command. This can be useful when trying to figure out exactly why a given dependency is being duplicated to satisfy conflicting version requirements within the project. -.P -.RS 2 -.nf -$ npm explain node_modules/nyc/node_modules/find-up -find-up@3.0.0 dev -node_modules/nyc/node_modules/find-up - find-up@"^3.0.0" from nyc@14.1.1 - node_modules/nyc - nyc@"^14.1.1" from tap@14.10.8 - node_modules/tap - dev tap@"^14.10.8" from the root project -.fi -.RE -.SS "Configuration" -.SS "\fBjson\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Whether or not to output JSON data, rather than the normal output. -.RS 0 -.IP \(bu 4 -In \fBnpm pkg set\fR it enables parsing set values with JSON.parse() before saving them to your \fBpackage.json\fR. -.RE 0 - -.P -Not supported by all npm commands. -.SS "\fBworkspace\fR" -.RS 0 -.IP \(bu 4 -Default: -.IP \(bu 4 -Type: String (can be set multiple times) -.RE 0 - -.P -Enable running a command in the context of the configured workspaces of the current project while filtering by running only the workspaces defined by this configuration option. -.P -Valid values for the \fBworkspace\fR config are either: -.RS 0 -.IP \(bu 4 -Workspace names -.IP \(bu 4 -Path to a workspace directory -.IP \(bu 4 -Path to a parent workspace directory (will result in selecting all workspaces within that folder) -.RE 0 - -.P -When set for the \fBnpm init\fR command, this may be set to the folder of a workspace which does not yet exist, to create the folder and set it up as a brand new workspace within the project. -.P -This value is not exported to the environment for child processes. -.SS "See Also" -.RS 0 -.IP \(bu 4 -npm help "package spec" -.IP \(bu 4 -npm help config -.IP \(bu 4 -npm help npmrc -.IP \(bu 4 -npm help folders -.IP \(bu 4 -npm help ls -.IP \(bu 4 -npm help install -.IP \(bu 4 -npm help link -.IP \(bu 4 -npm help prune -.IP \(bu 4 -npm help outdated -.IP \(bu 4 -npm help update -.RE 0 diff --git a/software/flow/node_modules/npm/man/man1/npm-explore.1 b/software/flow/node_modules/npm/man/man1/npm-explore.1 deleted file mode 100644 index 82452e0..0000000 --- a/software/flow/node_modules/npm/man/man1/npm-explore.1 +++ /dev/null @@ -1,49 +0,0 @@ -.TH "NPM-EXPLORE" "1" "February 2023" "" "" -.SH "NAME" -\fBnpm-explore\fR - Browse an installed package -.SS "Synopsis" -.P -.RS 2 -.nf -npm explore <pkg> \[lB] -- <command>\[rB] -.fi -.RE -.P -Note: This command is unaware of workspaces. -.SS "Description" -.P -Spawn a subshell in the directory of the installed package specified. -.P -If a command is specified, then it is run in the subshell, which then immediately terminates. -.P -This is particularly handy in the case of git submodules in the \fBnode_modules\fR folder: -.P -.RS 2 -.nf -npm explore some-dependency -- git pull origin master -.fi -.RE -.P -Note that the package is \fInot\fR automatically rebuilt afterwards, so be sure to use \fBnpm rebuild <pkg>\fR if you make any changes. -.SS "Configuration" -.SS "\fBshell\fR" -.RS 0 -.IP \(bu 4 -Default: SHELL environment variable, or "bash" on Posix, or "cmd.exe" on Windows -.IP \(bu 4 -Type: String -.RE 0 - -.P -The shell to run for the \fBnpm explore\fR command. -.SS "See Also" -.RS 0 -.IP \(bu 4 -npm help folders -.IP \(bu 4 -npm help edit -.IP \(bu 4 -npm help rebuild -.IP \(bu 4 -npm help install -.RE 0 diff --git a/software/flow/node_modules/npm/man/man1/npm-find-dupes.1 b/software/flow/node_modules/npm/man/man1/npm-find-dupes.1 deleted file mode 100644 index 4834f54..0000000 --- a/software/flow/node_modules/npm/man/man1/npm-find-dupes.1 +++ /dev/null @@ -1,213 +0,0 @@ -.TH "NPM-FIND-DUPES" "1" "February 2023" "" "" -.SH "NAME" -\fBnpm-find-dupes\fR - Find duplication in the package tree -.SS "Synopsis" -.P -.RS 2 -.nf -npm find-dupes -.fi -.RE -.SS "Description" -.P -Runs \fBnpm dedupe\fR in \fB--dry-run\fR mode, making npm only output the duplications, without actually changing the package tree. -.SS "Configuration" -.SS "\fBinstall-strategy\fR" -.RS 0 -.IP \(bu 4 -Default: "hoisted" -.IP \(bu 4 -Type: "hoisted", "nested", "shallow", or "linked" -.RE 0 - -.P -Sets the strategy for installing packages in node_modules. hoisted (default): Install non-duplicated in top-level, and duplicated as necessary within directory structure. nested: (formerly --legacy-bundling) install in place, no hoisting. shallow (formerly --global-style) only install direct deps at top-level. linked: (experimental) install in node_modules/.store, link in place, unhoisted. -.SS "\fBlegacy-bundling\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.IP \(bu 4 -DEPRECATED: This option has been deprecated in favor of \fB--install-strategy=nested\fR -.RE 0 - -.P -Instead of hoisting package installs in \fBnode_modules\fR, install packages in the same manner that they are depended on. This may cause very deep directory structures and duplicate package installs as there is no de-duplicating. Sets \fB--install-strategy=nested\fR. -.SS "\fBglobal-style\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.IP \(bu 4 -DEPRECATED: This option has been deprecated in favor of \fB--install-strategy=shallow\fR -.RE 0 - -.P -Only install direct dependencies in the top level \fBnode_modules\fR, but hoist on deeper dependencies. Sets \fB--install-strategy=shallow\fR. -.SS "\fBstrict-peer-deps\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -If set to \fBtrue\fR, and \fB--legacy-peer-deps\fR is not set, then \fIany\fR conflicting \fBpeerDependencies\fR will be treated as an install failure, even if npm could reasonably guess the appropriate resolution based on non-peer dependency relationships. -.P -By default, conflicting \fBpeerDependencies\fR deep in the dependency graph will be resolved using the nearest non-peer dependency specification, even if doing so will result in some packages receiving a peer dependency outside the range set in their package's \fBpeerDependencies\fR object. -.P -When such an override is performed, a warning is printed, explaining the conflict and the packages involved. If \fB--strict-peer-deps\fR is set, then this warning is treated as a failure. -.SS "\fBpackage-lock\fR" -.RS 0 -.IP \(bu 4 -Default: true -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -If set to false, then ignore \fBpackage-lock.json\fR files when installing. This will also prevent \fIwriting\fR \fBpackage-lock.json\fR if \fBsave\fR is true. -.P -This configuration does not affect \fBnpm ci\fR. -.SS "\fBomit\fR" -.RS 0 -.IP \(bu 4 -Default: 'dev' if the \fBNODE_ENV\fR environment variable is set to 'production', otherwise empty. -.IP \(bu 4 -Type: "dev", "optional", or "peer" (can be set multiple times) -.RE 0 - -.P -Dependency types to omit from the installation tree on disk. -.P -Note that these dependencies \fIare\fR still resolved and added to the \fBpackage-lock.json\fR or \fBnpm-shrinkwrap.json\fR file. They are just not physically installed on disk. -.P -If a package type appears in both the \fB--include\fR and \fB--omit\fR lists, then it will be included. -.P -If the resulting omit list includes \fB'dev'\fR, then the \fBNODE_ENV\fR environment variable will be set to \fB'production'\fR for all lifecycle scripts. -.SS "\fBignore-scripts\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -If true, npm does not run scripts specified in package.json files. -.P -Note that commands explicitly intended to run a particular script, such as \fBnpm start\fR, \fBnpm stop\fR, \fBnpm restart\fR, \fBnpm test\fR, and \fBnpm run-script\fR will still run their intended script if \fBignore-scripts\fR is set, but they will \fInot\fR run any pre- or post-scripts. -.SS "\fBaudit\fR" -.RS 0 -.IP \(bu 4 -Default: true -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -When "true" submit audit reports alongside the current npm command to the default registry and all registries configured for scopes. See the documentation for npm help audit for details on what is submitted. -.SS "\fBbin-links\fR" -.RS 0 -.IP \(bu 4 -Default: true -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Tells npm to create symlinks (or \fB.cmd\fR shims on Windows) for package executables. -.P -Set to false to have it not do this. This can be used to work around the fact that some file systems don't support symlinks, even on ostensibly Unix systems. -.SS "\fBfund\fR" -.RS 0 -.IP \(bu 4 -Default: true -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -When "true" displays the message at the end of each \fBnpm install\fR acknowledging the number of dependencies looking for funding. See npm help fund for details. -.SS "\fBworkspace\fR" -.RS 0 -.IP \(bu 4 -Default: -.IP \(bu 4 -Type: String (can be set multiple times) -.RE 0 - -.P -Enable running a command in the context of the configured workspaces of the current project while filtering by running only the workspaces defined by this configuration option. -.P -Valid values for the \fBworkspace\fR config are either: -.RS 0 -.IP \(bu 4 -Workspace names -.IP \(bu 4 -Path to a workspace directory -.IP \(bu 4 -Path to a parent workspace directory (will result in selecting all workspaces within that folder) -.RE 0 - -.P -When set for the \fBnpm init\fR command, this may be set to the folder of a workspace which does not yet exist, to create the folder and set it up as a brand new workspace within the project. -.P -This value is not exported to the environment for child processes. -.SS "\fBworkspaces\fR" -.RS 0 -.IP \(bu 4 -Default: null -.IP \(bu 4 -Type: null or Boolean -.RE 0 - -.P -Set to true to run the command in the context of \fBall\fR configured workspaces. -.P -Explicitly setting this to false will cause commands like \fBinstall\fR to ignore workspaces altogether. When not set explicitly: -.RS 0 -.IP \(bu 4 -Commands that operate on the \fBnode_modules\fR tree (install, update, etc.) will link workspaces into the \fBnode_modules\fR folder. - Commands that do other things (test, exec, publish, etc.) will operate on the root project, \fIunless\fR one or more workspaces are specified in the \fBworkspace\fR config. -.RE 0 - -.P -This value is not exported to the environment for child processes. -.SS "\fBinclude-workspace-root\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Include the workspace root when workspaces are enabled for a command. -.P -When false, specifying individual workspaces via the \fBworkspace\fR config, or all workspaces via the \fBworkspaces\fR flag, will cause npm to operate only on the specified workspaces, and not on the root project. -.P -This value is not exported to the environment for child processes. -.SS "\fBinstall-links\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -When set file: protocol dependencies will be packed and installed as regular dependencies instead of creating a symlink. This option has no effect on workspaces. -.SS "See Also" -.RS 0 -.IP \(bu 4 -npm help dedupe -.IP \(bu 4 -npm help ls -.IP \(bu 4 -npm help update -.IP \(bu 4 -npm help install -.RE 0 diff --git a/software/flow/node_modules/npm/man/man1/npm-fund.1 b/software/flow/node_modules/npm/man/man1/npm-fund.1 deleted file mode 100644 index a0a31ee..0000000 --- a/software/flow/node_modules/npm/man/man1/npm-fund.1 +++ /dev/null @@ -1,142 +0,0 @@ -.TH "NPM-FUND" "1" "February 2023" "" "" -.SH "NAME" -\fBnpm-fund\fR - Retrieve funding information -.SS "Synopsis" -.P -.RS 2 -.nf -npm fund \[lB]<package-spec>\[rB] -.fi -.RE -.SS "Description" -.P -This command retrieves information on how to fund the dependencies of a given project. If no package name is provided, it will list all dependencies that are looking for funding in a tree structure, listing the type of funding and the url to visit. If a package name is provided then it tries to open its funding url using the \fB\fB--browser\fR config\fR \fI\(la/using-npm/config#browser\(ra\fR param; if there are multiple funding sources for the package, the user will be instructed to pass the \fB--which\fR option to disambiguate. -.P -The list will avoid duplicated entries and will stack all packages that share the same url as a single entry. Thus, the list does not have the same shape of the output from \fBnpm ls\fR. -.SS "Example" -.SS "Workspaces support" -.P -It's possible to filter the results to only include a single workspace and its dependencies using the \fB\fBworkspace\fR config\fR \fI\(la/using-npm/config#workspace\(ra\fR option. -.SS "Example:" -.P -Here's an example running \fBnpm fund\fR in a project with a configured workspace \fBa\fR: -.P -.RS 2 -.nf -$ npm fund -test-workspaces-fund@1.0.0 -+-- https://example.com/a -| | `-- a@1.0.0 -| `-- https://example.com/maintainer -| `-- foo@1.0.0 -+-- https://example.com/npmcli-funding -| `-- @npmcli/test-funding -`-- https://example.com/org - `-- bar@2.0.0 -.fi -.RE -.P -And here is an example of the expected result when filtering only by a specific workspace \fBa\fR in the same project: -.P -.RS 2 -.nf -$ npm fund -w a -test-workspaces-fund@1.0.0 -`-- https://example.com/a - | `-- a@1.0.0 - `-- https://example.com/maintainer - `-- foo@2.0.0 -.fi -.RE -.SS "Configuration" -.SS "\fBjson\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Whether or not to output JSON data, rather than the normal output. -.RS 0 -.IP \(bu 4 -In \fBnpm pkg set\fR it enables parsing set values with JSON.parse() before saving them to your \fBpackage.json\fR. -.RE 0 - -.P -Not supported by all npm commands. -.SS "\fBbrowser\fR" -.RS 0 -.IP \(bu 4 -Default: OS X: \fB"open"\fR, Windows: \fB"start"\fR, Others: \fB"xdg-open"\fR -.IP \(bu 4 -Type: null, Boolean, or String -.RE 0 - -.P -The browser that is called by npm commands to open websites. -.P -Set to \fBfalse\fR to suppress browser behavior and instead print urls to terminal. -.P -Set to \fBtrue\fR to use default system URL opener. -.SS "\fBunicode\fR" -.RS 0 -.IP \(bu 4 -Default: false on windows, true on mac/unix systems with a unicode locale, as defined by the \fBLC_ALL\fR, \fBLC_CTYPE\fR, or \fBLANG\fR environment variables. -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -When set to true, npm uses unicode characters in the tree output. When false, it uses ascii characters instead of unicode glyphs. -.SS "\fBworkspace\fR" -.RS 0 -.IP \(bu 4 -Default: -.IP \(bu 4 -Type: String (can be set multiple times) -.RE 0 - -.P -Enable running a command in the context of the configured workspaces of the current project while filtering by running only the workspaces defined by this configuration option. -.P -Valid values for the \fBworkspace\fR config are either: -.RS 0 -.IP \(bu 4 -Workspace names -.IP \(bu 4 -Path to a workspace directory -.IP \(bu 4 -Path to a parent workspace directory (will result in selecting all workspaces within that folder) -.RE 0 - -.P -When set for the \fBnpm init\fR command, this may be set to the folder of a workspace which does not yet exist, to create the folder and set it up as a brand new workspace within the project. -.P -This value is not exported to the environment for child processes. -.SS "\fBwhich\fR" -.RS 0 -.IP \(bu 4 -Default: null -.IP \(bu 4 -Type: null or Number -.RE 0 - -.P -If there are multiple funding sources, which 1-indexed source URL to open. -.SH "SEE ALSO" -.RS 0 -.IP \(bu 4 -npm help "package spec" -.IP \(bu 4 -npm help install -.IP \(bu 4 -npm help docs -.IP \(bu 4 -npm help ls -.IP \(bu 4 -npm help config -.IP \(bu 4 -npm help workspaces -.RE 0 diff --git a/software/flow/node_modules/npm/man/man1/npm-help-search.1 b/software/flow/node_modules/npm/man/man1/npm-help-search.1 deleted file mode 100644 index 846f507..0000000 --- a/software/flow/node_modules/npm/man/man1/npm-help-search.1 +++ /dev/null @@ -1,37 +0,0 @@ -.TH "NPM-HELP-SEARCH" "1" "February 2023" "" "" -.SH "NAME" -\fBnpm-help-search\fR - Search npm help documentation -.SS "Synopsis" -.P -.RS 2 -.nf -npm help-search <text> -.fi -.RE -.P -Note: This command is unaware of workspaces. -.SS "Description" -.P -This command will search the npm markdown documentation files for the terms provided, and then list the results, sorted by relevance. -.P -If only one result is found, then it will show that help topic. -.P -If the argument to \fBnpm help\fR is not a known help topic, then it will call \fBhelp-search\fR. It is rarely if ever necessary to call this command directly. -.SS "Configuration" -.SS "\fBlong\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Show extended information in \fBls\fR, \fBsearch\fR, and \fBhelp-search\fR. -.SS "See Also" -.RS 0 -.IP \(bu 4 -npm help npm -.IP \(bu 4 -npm help help -.RE 0 diff --git a/software/flow/node_modules/npm/man/man1/npm-help.1 b/software/flow/node_modules/npm/man/man1/npm-help.1 deleted file mode 100644 index cffb33d..0000000 --- a/software/flow/node_modules/npm/man/man1/npm-help.1 +++ /dev/null @@ -1,47 +0,0 @@ -.TH "NPM-HELP" "1" "February 2023" "" "" -.SH "NAME" -\fBnpm-help\fR - Get help on npm -.SS "Synopsis" -.P -.RS 2 -.nf -npm help <term> \[lB]<terms..>\[rB] - -alias: hlep -.fi -.RE -.P -Note: This command is unaware of workspaces. -.SS "Description" -.P -If supplied a topic, then show the appropriate documentation page. -.P -If the topic does not exist, or if multiple terms are provided, then npm will run the \fBhelp-search\fR command to find a match. Note that, if \fBhelp-search\fR finds a single subject, then it will run \fBhelp\fR on that topic, so unique matches are equivalent to specifying a topic name. -.SS "Configuration" -.SS "\fBviewer\fR" -.RS 0 -.IP \(bu 4 -Default: "man" on Posix, "browser" on Windows -.IP \(bu 4 -Type: String -.RE 0 - -.P -The program to use to view help content. -.P -Set to \fB"browser"\fR to view html help content in the default web browser. -.SS "See Also" -.RS 0 -.IP \(bu 4 -npm help npm -.IP \(bu 4 -npm help folders -.IP \(bu 4 -npm help config -.IP \(bu 4 -npm help npmrc -.IP \(bu 4 -\fBpackage.json\fR \fI\(la/configuring-npm/package-json\(ra\fR -.IP \(bu 4 -npm help help-search -.RE 0 diff --git a/software/flow/node_modules/npm/man/man1/npm-hook.1 b/software/flow/node_modules/npm/man/man1/npm-hook.1 deleted file mode 100644 index 0cd0935..0000000 --- a/software/flow/node_modules/npm/man/man1/npm-hook.1 +++ /dev/null @@ -1,115 +0,0 @@ -.TH "NPM-HOOK" "1" "February 2023" "" "" -.SH "NAME" -\fBnpm-hook\fR - Manage registry hooks -.SS "Synopsis" -.P -.RS 2 -.nf -npm hook add <pkg> <url> <secret> \[lB]--type=<type>\[rB] -npm hook ls \[lB]pkg\[rB] -npm hook rm <id> -npm hook update <id> <url> <secret> -.fi -.RE -.P -Note: This command is unaware of workspaces. -.SS "Description" -.P -Allows you to manage \fBnpm hooks\fR \fI\(lahttps://blog.npmjs.org/post/145260155635/introducing-hooks-get-notifications-of-npm\(ra\fR, including adding, removing, listing, and updating. -.P -Hooks allow you to configure URL endpoints that will be notified whenever a change happens to any of the supported entity types. Three different types of entities can be watched by hooks: packages, owners, and scopes. -.P -To create a package hook, simply reference the package name. -.P -To create an owner hook, prefix the owner name with \fB~\fR (as in, \fB~youruser\fR). -.P -To create a scope hook, prefix the scope name with \fB@\fR (as in, \fB@yourscope\fR). -.P -The hook \fBid\fR used by \fBupdate\fR and \fBrm\fR are the IDs listed in \fBnpm hook ls\fR for that particular hook. -.P -The shared secret will be sent along to the URL endpoint so you can verify the request came from your own configured hook. -.SS "Example" -.P -Add a hook to watch a package for changes: -.P -.RS 2 -.nf -$ npm hook add lodash https://example.com/ my-shared-secret -.fi -.RE -.P -Add a hook to watch packages belonging to the user \fBsubstack\fR: -.P -.RS 2 -.nf -$ npm hook add ~substack https://example.com/ my-shared-secret -.fi -.RE -.P -Add a hook to watch packages in the scope \fB@npm\fR -.P -.RS 2 -.nf -$ npm hook add @npm https://example.com/ my-shared-secret -.fi -.RE -.P -List all your active hooks: -.P -.RS 2 -.nf -$ npm hook ls -.fi -.RE -.P -List your active hooks for the \fBlodash\fR package: -.P -.RS 2 -.nf -$ npm hook ls lodash -.fi -.RE -.P -Update an existing hook's url: -.P -.RS 2 -.nf -$ npm hook update id-deadbeef https://my-new-website.here/ -.fi -.RE -.P -Remove a hook: -.P -.RS 2 -.nf -$ npm hook rm id-deadbeef -.fi -.RE -.SS "Configuration" -.SS "\fBregistry\fR" -.RS 0 -.IP \(bu 4 -Default: "https://registry.npmjs.org/" -.IP \(bu 4 -Type: URL -.RE 0 - -.P -The base URL of the npm registry. -.SS "\fBotp\fR" -.RS 0 -.IP \(bu 4 -Default: null -.IP \(bu 4 -Type: null or String -.RE 0 - -.P -This is a one-time password from a two-factor authenticator. It's needed when publishing or changing package permissions with \fBnpm access\fR. -.P -If not set, and a registry response fails with a challenge for a one-time password, npm will prompt on the command line for one. -.SS "See Also" -.RS 0 -.IP \(bu 4 -\fB"Introducing Hooks" blog post\fR \fI\(lahttps://blog.npmjs.org/post/145260155635/introducing-hooks-get-notifications-of-npm\(ra\fR -.RE 0 diff --git a/software/flow/node_modules/npm/man/man1/npm-init.1 b/software/flow/node_modules/npm/man/man1/npm-init.1 deleted file mode 100644 index 763e291..0000000 --- a/software/flow/node_modules/npm/man/man1/npm-init.1 +++ /dev/null @@ -1,316 +0,0 @@ -.TH "NPM-INIT" "1" "February 2023" "" "" -.SH "NAME" -\fBnpm-init\fR - Create a package.json file -.SS "Synopsis" -.P -.RS 2 -.nf -npm init <package-spec> (same as `npx <package-spec>`) -npm init <@scope> (same as `npx <@scope>/create`) - -aliases: create, innit -.fi -.RE -.SS "Description" -.P -\fBnpm init <initializer>\fR can be used to set up a new or existing npm package. -.P -\fBinitializer\fR in this case is an npm package named \fBcreate-<initializer>\fR, which will be installed by npm help npm-exec, and then have its main bin executed -- presumably creating or updating \fBpackage.json\fR and running any other initialization-related operations. -.P -The init command is transformed to a corresponding \fBnpm exec\fR operation as follows: -.RS 0 -.IP \(bu 4 -\fBnpm init foo\fR -> \fBnpm exec create-foo\fR -.IP \(bu 4 -\fBnpm init @usr/foo\fR -> \fBnpm exec @usr/create-foo\fR -.IP \(bu 4 -\fBnpm init @usr\fR -> \fBnpm exec @usr/create\fR -.IP \(bu 4 -\fBnpm init @usr@2.0.0\fR -> \fBnpm exec @usr/create@2.0.0\fR -.IP \(bu 4 -\fBnpm init @usr/foo@2.0.0\fR -> \fBnpm exec @usr/create-foo@2.0.0\fR -.RE 0 - -.P -If the initializer is omitted (by just calling \fBnpm init\fR), init will fall back to legacy init behavior. It will ask you a bunch of questions, and then write a package.json for you. It will attempt to make reasonable guesses based on existing fields, dependencies, and options selected. It is strictly additive, so it will keep any fields and values that were already set. You can also use \fB-y\fR/\fB--yes\fR to skip the questionnaire altogether. If you pass \fB--scope\fR, it will create a scoped package. -.P -\fINote:\fR if a user already has the \fBcreate-<initializer>\fR package globally installed, that will be what \fBnpm init\fR uses. If you want npm to use the latest version, or another specific version you must specify it: -.RS 0 -.IP \(bu 4 -\fBnpm init foo@latest\fR # fetches and runs the latest \fBcreate-foo\fR from the registry -.IP \(bu 4 -\fBnpm init foo@1.2.3\fR # runs \fBcreate-foo@1.2.3\fR specifically -.RE 0 - -.SS "Forwarding additional options" -.P -Any additional options will be passed directly to the command, so \fBnpm init -foo -- --hello\fR will map to \fBnpm exec -- create-foo --hello\fR. -.P -To better illustrate how options are forwarded, here's a more evolved example showing options passed to both the \fBnpm cli\fR and a create package, both following commands are equivalent: -.RS 0 -.IP \(bu 4 -\fBnpm init foo -y --registry=<url> -- --hello -a\fR -.IP \(bu 4 -\fBnpm exec -y --registry=<url> -- create-foo --hello -a\fR -.RE 0 - -.SS "Examples" -.P -Create a new React-based project using \fB\fBcreate-react-app\fR\fR \fI\(lahttps://npm.im/create-react-app\(ra\fR: -.P -.RS 2 -.nf -$ npm init react-app ./my-react-app -.fi -.RE -.P -Create a new \fBesm\fR-compatible package using \fB\fBcreate-esm\fR\fR \fI\(lahttps://npm.im/create-esm\(ra\fR: -.P -.RS 2 -.nf -$ mkdir my-esm-lib && cd my-esm-lib -$ npm init esm --yes -.fi -.RE -.P -Generate a plain old package.json using legacy init: -.P -.RS 2 -.nf -$ mkdir my-npm-pkg && cd my-npm-pkg -$ git init -$ npm init -.fi -.RE -.P -Generate it without having it ask any questions: -.P -.RS 2 -.nf -$ npm init -y -.fi -.RE -.SS "Workspaces support" -.P -It's possible to create a new workspace within your project by using the \fBworkspace\fR config option. When using \fBnpm init -w <dir>\fR the cli will create the folders and boilerplate expected while also adding a reference to your project \fBpackage.json\fR \fB"workspaces": \[lB]\[rB]\fR property in order to make sure that new generated \fBworkspace\fR is properly set up as such. -.P -Given a project with no workspaces, e.g: -.P -.RS 2 -.nf -. -+-- package.json -.fi -.RE -.P -You may generate a new workspace using the legacy init: -.P -.RS 2 -.nf -$ npm init -w packages/a -.fi -.RE -.P -That will generate a new folder and \fBpackage.json\fR file, while also updating your top-level \fBpackage.json\fR to add the reference to this new workspace: -.P -.RS 2 -.nf -. -+-- package.json -`-- packages - `-- a - `-- package.json -.fi -.RE -.P -The workspaces init also supports the \fBnpm init <initializer> -w <dir>\fR syntax, following the same set of rules explained earlier in the initial \fBDescription\fR section of this page. Similar to the previous example of creating a new React-based project using \fB\fBcreate-react-app\fR\fR \fI\(lahttps://npm.im/create-react-app\(ra\fR, the following syntax will make sure to create the new react app as a nested \fBworkspace\fR within your project and configure your \fBpackage.json\fR to recognize it as such: -.P -.RS 2 -.nf -npm init -w packages/my-react-app react-app . -.fi -.RE -.P -This will make sure to generate your react app as expected, one important consideration to have in mind is that \fBnpm exec\fR is going to be run in the context of the newly created folder for that workspace, and that's the reason why in this example the initializer uses the initializer name followed with a dot to represent the current directory in that context, e.g: \fBreact-app .\fR: -.P -.RS 2 -.nf -. -+-- package.json -`-- packages - +-- a - | `-- package.json - `-- my-react-app - +-- README - +-- package.json - `-- ... -.fi -.RE -.SS "Configuration" -.SS "\fByes\fR" -.RS 0 -.IP \(bu 4 -Default: null -.IP \(bu 4 -Type: null or Boolean -.RE 0 - -.P -Automatically answer "yes" to any prompts that npm might print on the command line. -.SS "\fBforce\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Removes various protections against unfortunate side effects, common mistakes, unnecessary performance degradation, and malicious input. -.RS 0 -.IP \(bu 4 -Allow clobbering non-npm files in global installs. -.IP \(bu 4 -Allow the \fBnpm version\fR command to work on an unclean git repository. -.IP \(bu 4 -Allow deleting the cache folder with \fBnpm cache clean\fR. -.IP \(bu 4 -Allow installing packages that have an \fBengines\fR declaration requiring a different version of npm. -.IP \(bu 4 -Allow installing packages that have an \fBengines\fR declaration requiring a different version of \fBnode\fR, even if \fB--engine-strict\fR is enabled. -.IP \(bu 4 -Allow \fBnpm audit fix\fR to install modules outside your stated dependency range (including SemVer-major changes). -.IP \(bu 4 -Allow unpublishing all versions of a published package. -.IP \(bu 4 -Allow conflicting peerDependencies to be installed in the root project. -.IP \(bu 4 -Implicitly set \fB--yes\fR during \fBnpm init\fR. -.IP \(bu 4 -Allow clobbering existing values in \fBnpm pkg\fR -.IP \(bu 4 -Allow unpublishing of entire packages (not just a single version). -.RE 0 - -.P -If you don't have a clear idea of what you want to do, it is strongly recommended that you do not use this option! -.SS "\fBscope\fR" -.RS 0 -.IP \(bu 4 -Default: the scope of the current project, if any, or "" -.IP \(bu 4 -Type: String -.RE 0 - -.P -Associate an operation with a scope for a scoped registry. -.P -Useful when logging in to or out of a private registry: -.P -.RS 2 -.nf -# log in, linking the scope to the custom registry -npm login --scope=@mycorp --registry=https://registry.mycorp.com - -# log out, removing the link and the auth token -npm logout --scope=@mycorp -.fi -.RE -.P -This will cause \fB@mycorp\fR to be mapped to the registry for future installation of packages specified according to the pattern \fB@mycorp/package\fR. -.P -This will also cause \fBnpm init\fR to create a scoped package. -.P -.RS 2 -.nf -# accept all defaults, and create a package named "@foo/whatever", -# instead of just named "whatever" -npm init --scope=@foo --yes -.fi -.RE -.SS "\fBworkspace\fR" -.RS 0 -.IP \(bu 4 -Default: -.IP \(bu 4 -Type: String (can be set multiple times) -.RE 0 - -.P -Enable running a command in the context of the configured workspaces of the current project while filtering by running only the workspaces defined by this configuration option. -.P -Valid values for the \fBworkspace\fR config are either: -.RS 0 -.IP \(bu 4 -Workspace names -.IP \(bu 4 -Path to a workspace directory -.IP \(bu 4 -Path to a parent workspace directory (will result in selecting all workspaces within that folder) -.RE 0 - -.P -When set for the \fBnpm init\fR command, this may be set to the folder of a workspace which does not yet exist, to create the folder and set it up as a brand new workspace within the project. -.P -This value is not exported to the environment for child processes. -.SS "\fBworkspaces\fR" -.RS 0 -.IP \(bu 4 -Default: null -.IP \(bu 4 -Type: null or Boolean -.RE 0 - -.P -Set to true to run the command in the context of \fBall\fR configured workspaces. -.P -Explicitly setting this to false will cause commands like \fBinstall\fR to ignore workspaces altogether. When not set explicitly: -.RS 0 -.IP \(bu 4 -Commands that operate on the \fBnode_modules\fR tree (install, update, etc.) will link workspaces into the \fBnode_modules\fR folder. - Commands that do other things (test, exec, publish, etc.) will operate on the root project, \fIunless\fR one or more workspaces are specified in the \fBworkspace\fR config. -.RE 0 - -.P -This value is not exported to the environment for child processes. -.SS "\fBworkspaces-update\fR" -.RS 0 -.IP \(bu 4 -Default: true -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -If set to true, the npm cli will run an update after operations that may possibly change the workspaces installed to the \fBnode_modules\fR folder. -.SS "\fBinclude-workspace-root\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Include the workspace root when workspaces are enabled for a command. -.P -When false, specifying individual workspaces via the \fBworkspace\fR config, or all workspaces via the \fBworkspaces\fR flag, will cause npm to operate only on the specified workspaces, and not on the root project. -.P -This value is not exported to the environment for child processes. -.SS "See Also" -.RS 0 -.IP \(bu 4 -npm help "package spec" -.IP \(bu 4 -\fBinit-package-json module\fR \fI\(lahttp://npm.im/init-package-json\(ra\fR -.IP \(bu 4 -\fBpackage.json\fR \fI\(la/configuring-npm/package-json\(ra\fR -.IP \(bu 4 -npm help version -.IP \(bu 4 -npm help scope -.IP \(bu 4 -npm help exec -.IP \(bu 4 -npm help workspaces -.RE 0 diff --git a/software/flow/node_modules/npm/man/man1/npm-install-ci-test.1 b/software/flow/node_modules/npm/man/man1/npm-install-ci-test.1 deleted file mode 100644 index fbe6413..0000000 --- a/software/flow/node_modules/npm/man/man1/npm-install-ci-test.1 +++ /dev/null @@ -1,280 +0,0 @@ -.TH "NPM-INSTALL-CI-TEST" "1" "February 2023" "" "" -.SH "NAME" -\fBnpm-install-ci-test\fR - Install a project with a clean slate and run tests -.SS "Synopsis" -.P -.RS 2 -.nf -npm install-ci-test - -alias: cit -.fi -.RE -.SS "Description" -.P -This command runs \fBnpm ci\fR followed immediately by \fBnpm test\fR. -.SS "Configuration" -.SS "\fBsave\fR" -.RS 0 -.IP \(bu 4 -Default: \fBtrue\fR unless when using \fBnpm update\fR where it defaults to \fBfalse\fR -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Save installed packages to a \fBpackage.json\fR file as dependencies. -.P -When used with the \fBnpm rm\fR command, removes the dependency from \fBpackage.json\fR. -.P -Will also prevent writing to \fBpackage-lock.json\fR if set to \fBfalse\fR. -.SS "\fBsave-exact\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Dependencies saved to package.json will be configured with an exact version rather than using npm's default semver range operator. -.SS "\fBglobal\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Operates in "global" mode, so that packages are installed into the \fBprefix\fR folder instead of the current working directory. See npm help folders for more on the differences in behavior. -.RS 0 -.IP \(bu 4 -packages are installed into the \fB{prefix}/lib/node_modules\fR folder, instead of the current working directory. -.IP \(bu 4 -bin files are linked to \fB{prefix}/bin\fR -.IP \(bu 4 -man pages are linked to \fB{prefix}/share/man\fR -.RE 0 - -.SS "\fBinstall-strategy\fR" -.RS 0 -.IP \(bu 4 -Default: "hoisted" -.IP \(bu 4 -Type: "hoisted", "nested", "shallow", or "linked" -.RE 0 - -.P -Sets the strategy for installing packages in node_modules. hoisted (default): Install non-duplicated in top-level, and duplicated as necessary within directory structure. nested: (formerly --legacy-bundling) install in place, no hoisting. shallow (formerly --global-style) only install direct deps at top-level. linked: (experimental) install in node_modules/.store, link in place, unhoisted. -.SS "\fBlegacy-bundling\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.IP \(bu 4 -DEPRECATED: This option has been deprecated in favor of \fB--install-strategy=nested\fR -.RE 0 - -.P -Instead of hoisting package installs in \fBnode_modules\fR, install packages in the same manner that they are depended on. This may cause very deep directory structures and duplicate package installs as there is no de-duplicating. Sets \fB--install-strategy=nested\fR. -.SS "\fBglobal-style\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.IP \(bu 4 -DEPRECATED: This option has been deprecated in favor of \fB--install-strategy=shallow\fR -.RE 0 - -.P -Only install direct dependencies in the top level \fBnode_modules\fR, but hoist on deeper dependencies. Sets \fB--install-strategy=shallow\fR. -.SS "\fBomit\fR" -.RS 0 -.IP \(bu 4 -Default: 'dev' if the \fBNODE_ENV\fR environment variable is set to 'production', otherwise empty. -.IP \(bu 4 -Type: "dev", "optional", or "peer" (can be set multiple times) -.RE 0 - -.P -Dependency types to omit from the installation tree on disk. -.P -Note that these dependencies \fIare\fR still resolved and added to the \fBpackage-lock.json\fR or \fBnpm-shrinkwrap.json\fR file. They are just not physically installed on disk. -.P -If a package type appears in both the \fB--include\fR and \fB--omit\fR lists, then it will be included. -.P -If the resulting omit list includes \fB'dev'\fR, then the \fBNODE_ENV\fR environment variable will be set to \fB'production'\fR for all lifecycle scripts. -.SS "\fBstrict-peer-deps\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -If set to \fBtrue\fR, and \fB--legacy-peer-deps\fR is not set, then \fIany\fR conflicting \fBpeerDependencies\fR will be treated as an install failure, even if npm could reasonably guess the appropriate resolution based on non-peer dependency relationships. -.P -By default, conflicting \fBpeerDependencies\fR deep in the dependency graph will be resolved using the nearest non-peer dependency specification, even if doing so will result in some packages receiving a peer dependency outside the range set in their package's \fBpeerDependencies\fR object. -.P -When such an override is performed, a warning is printed, explaining the conflict and the packages involved. If \fB--strict-peer-deps\fR is set, then this warning is treated as a failure. -.SS "\fBpackage-lock\fR" -.RS 0 -.IP \(bu 4 -Default: true -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -If set to false, then ignore \fBpackage-lock.json\fR files when installing. This will also prevent \fIwriting\fR \fBpackage-lock.json\fR if \fBsave\fR is true. -.P -This configuration does not affect \fBnpm ci\fR. -.SS "\fBforeground-scripts\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Run all build scripts (ie, \fBpreinstall\fR, \fBinstall\fR, and \fBpostinstall\fR) scripts for installed packages in the foreground process, sharing standard input, output, and error with the main npm process. -.P -Note that this will generally make installs run slower, and be much noisier, but can be useful for debugging. -.SS "\fBignore-scripts\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -If true, npm does not run scripts specified in package.json files. -.P -Note that commands explicitly intended to run a particular script, such as \fBnpm start\fR, \fBnpm stop\fR, \fBnpm restart\fR, \fBnpm test\fR, and \fBnpm run-script\fR will still run their intended script if \fBignore-scripts\fR is set, but they will \fInot\fR run any pre- or post-scripts. -.SS "\fBaudit\fR" -.RS 0 -.IP \(bu 4 -Default: true -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -When "true" submit audit reports alongside the current npm command to the default registry and all registries configured for scopes. See the documentation for npm help audit for details on what is submitted. -.SS "\fBbin-links\fR" -.RS 0 -.IP \(bu 4 -Default: true -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Tells npm to create symlinks (or \fB.cmd\fR shims on Windows) for package executables. -.P -Set to false to have it not do this. This can be used to work around the fact that some file systems don't support symlinks, even on ostensibly Unix systems. -.SS "\fBfund\fR" -.RS 0 -.IP \(bu 4 -Default: true -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -When "true" displays the message at the end of each \fBnpm install\fR acknowledging the number of dependencies looking for funding. See npm help fund for details. -.SS "\fBdry-run\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Indicates that you don't want npm to make any changes and that it should only report what it would have done. This can be passed into any of the commands that modify your local installation, eg, \fBinstall\fR, \fBupdate\fR, \fBdedupe\fR, \fBuninstall\fR, as well as \fBpack\fR and \fBpublish\fR. -.P -Note: This is NOT honored by other network related commands, eg \fBdist-tags\fR, \fBowner\fR, etc. -.SS "\fBworkspace\fR" -.RS 0 -.IP \(bu 4 -Default: -.IP \(bu 4 -Type: String (can be set multiple times) -.RE 0 - -.P -Enable running a command in the context of the configured workspaces of the current project while filtering by running only the workspaces defined by this configuration option. -.P -Valid values for the \fBworkspace\fR config are either: -.RS 0 -.IP \(bu 4 -Workspace names -.IP \(bu 4 -Path to a workspace directory -.IP \(bu 4 -Path to a parent workspace directory (will result in selecting all workspaces within that folder) -.RE 0 - -.P -When set for the \fBnpm init\fR command, this may be set to the folder of a workspace which does not yet exist, to create the folder and set it up as a brand new workspace within the project. -.P -This value is not exported to the environment for child processes. -.SS "\fBworkspaces\fR" -.RS 0 -.IP \(bu 4 -Default: null -.IP \(bu 4 -Type: null or Boolean -.RE 0 - -.P -Set to true to run the command in the context of \fBall\fR configured workspaces. -.P -Explicitly setting this to false will cause commands like \fBinstall\fR to ignore workspaces altogether. When not set explicitly: -.RS 0 -.IP \(bu 4 -Commands that operate on the \fBnode_modules\fR tree (install, update, etc.) will link workspaces into the \fBnode_modules\fR folder. - Commands that do other things (test, exec, publish, etc.) will operate on the root project, \fIunless\fR one or more workspaces are specified in the \fBworkspace\fR config. -.RE 0 - -.P -This value is not exported to the environment for child processes. -.SS "\fBinclude-workspace-root\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Include the workspace root when workspaces are enabled for a command. -.P -When false, specifying individual workspaces via the \fBworkspace\fR config, or all workspaces via the \fBworkspaces\fR flag, will cause npm to operate only on the specified workspaces, and not on the root project. -.P -This value is not exported to the environment for child processes. -.SS "\fBinstall-links\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -When set file: protocol dependencies will be packed and installed as regular dependencies instead of creating a symlink. This option has no effect on workspaces. -.SS "See Also" -.RS 0 -.IP \(bu 4 -npm help install-test -.IP \(bu 4 -npm help ci -.IP \(bu 4 -npm help test -.RE 0 diff --git a/software/flow/node_modules/npm/man/man1/npm-install-test.1 b/software/flow/node_modules/npm/man/man1/npm-install-test.1 deleted file mode 100644 index 528ec9b..0000000 --- a/software/flow/node_modules/npm/man/man1/npm-install-test.1 +++ /dev/null @@ -1,280 +0,0 @@ -.TH "NPM-INSTALL-TEST" "1" "February 2023" "" "" -.SH "NAME" -\fBnpm-install-test\fR - Install package(s) and run tests -.SS "Synopsis" -.P -.RS 2 -.nf -npm install-test \[lB]<package-spec> ...\[rB] - -alias: it -.fi -.RE -.SS "Description" -.P -This command runs an \fBnpm install\fR followed immediately by an \fBnpm test\fR. It takes exactly the same arguments as \fBnpm install\fR. -.SS "Configuration" -.SS "\fBsave\fR" -.RS 0 -.IP \(bu 4 -Default: \fBtrue\fR unless when using \fBnpm update\fR where it defaults to \fBfalse\fR -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Save installed packages to a \fBpackage.json\fR file as dependencies. -.P -When used with the \fBnpm rm\fR command, removes the dependency from \fBpackage.json\fR. -.P -Will also prevent writing to \fBpackage-lock.json\fR if set to \fBfalse\fR. -.SS "\fBsave-exact\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Dependencies saved to package.json will be configured with an exact version rather than using npm's default semver range operator. -.SS "\fBglobal\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Operates in "global" mode, so that packages are installed into the \fBprefix\fR folder instead of the current working directory. See npm help folders for more on the differences in behavior. -.RS 0 -.IP \(bu 4 -packages are installed into the \fB{prefix}/lib/node_modules\fR folder, instead of the current working directory. -.IP \(bu 4 -bin files are linked to \fB{prefix}/bin\fR -.IP \(bu 4 -man pages are linked to \fB{prefix}/share/man\fR -.RE 0 - -.SS "\fBinstall-strategy\fR" -.RS 0 -.IP \(bu 4 -Default: "hoisted" -.IP \(bu 4 -Type: "hoisted", "nested", "shallow", or "linked" -.RE 0 - -.P -Sets the strategy for installing packages in node_modules. hoisted (default): Install non-duplicated in top-level, and duplicated as necessary within directory structure. nested: (formerly --legacy-bundling) install in place, no hoisting. shallow (formerly --global-style) only install direct deps at top-level. linked: (experimental) install in node_modules/.store, link in place, unhoisted. -.SS "\fBlegacy-bundling\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.IP \(bu 4 -DEPRECATED: This option has been deprecated in favor of \fB--install-strategy=nested\fR -.RE 0 - -.P -Instead of hoisting package installs in \fBnode_modules\fR, install packages in the same manner that they are depended on. This may cause very deep directory structures and duplicate package installs as there is no de-duplicating. Sets \fB--install-strategy=nested\fR. -.SS "\fBglobal-style\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.IP \(bu 4 -DEPRECATED: This option has been deprecated in favor of \fB--install-strategy=shallow\fR -.RE 0 - -.P -Only install direct dependencies in the top level \fBnode_modules\fR, but hoist on deeper dependencies. Sets \fB--install-strategy=shallow\fR. -.SS "\fBomit\fR" -.RS 0 -.IP \(bu 4 -Default: 'dev' if the \fBNODE_ENV\fR environment variable is set to 'production', otherwise empty. -.IP \(bu 4 -Type: "dev", "optional", or "peer" (can be set multiple times) -.RE 0 - -.P -Dependency types to omit from the installation tree on disk. -.P -Note that these dependencies \fIare\fR still resolved and added to the \fBpackage-lock.json\fR or \fBnpm-shrinkwrap.json\fR file. They are just not physically installed on disk. -.P -If a package type appears in both the \fB--include\fR and \fB--omit\fR lists, then it will be included. -.P -If the resulting omit list includes \fB'dev'\fR, then the \fBNODE_ENV\fR environment variable will be set to \fB'production'\fR for all lifecycle scripts. -.SS "\fBstrict-peer-deps\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -If set to \fBtrue\fR, and \fB--legacy-peer-deps\fR is not set, then \fIany\fR conflicting \fBpeerDependencies\fR will be treated as an install failure, even if npm could reasonably guess the appropriate resolution based on non-peer dependency relationships. -.P -By default, conflicting \fBpeerDependencies\fR deep in the dependency graph will be resolved using the nearest non-peer dependency specification, even if doing so will result in some packages receiving a peer dependency outside the range set in their package's \fBpeerDependencies\fR object. -.P -When such an override is performed, a warning is printed, explaining the conflict and the packages involved. If \fB--strict-peer-deps\fR is set, then this warning is treated as a failure. -.SS "\fBpackage-lock\fR" -.RS 0 -.IP \(bu 4 -Default: true -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -If set to false, then ignore \fBpackage-lock.json\fR files when installing. This will also prevent \fIwriting\fR \fBpackage-lock.json\fR if \fBsave\fR is true. -.P -This configuration does not affect \fBnpm ci\fR. -.SS "\fBforeground-scripts\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Run all build scripts (ie, \fBpreinstall\fR, \fBinstall\fR, and \fBpostinstall\fR) scripts for installed packages in the foreground process, sharing standard input, output, and error with the main npm process. -.P -Note that this will generally make installs run slower, and be much noisier, but can be useful for debugging. -.SS "\fBignore-scripts\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -If true, npm does not run scripts specified in package.json files. -.P -Note that commands explicitly intended to run a particular script, such as \fBnpm start\fR, \fBnpm stop\fR, \fBnpm restart\fR, \fBnpm test\fR, and \fBnpm run-script\fR will still run their intended script if \fBignore-scripts\fR is set, but they will \fInot\fR run any pre- or post-scripts. -.SS "\fBaudit\fR" -.RS 0 -.IP \(bu 4 -Default: true -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -When "true" submit audit reports alongside the current npm command to the default registry and all registries configured for scopes. See the documentation for npm help audit for details on what is submitted. -.SS "\fBbin-links\fR" -.RS 0 -.IP \(bu 4 -Default: true -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Tells npm to create symlinks (or \fB.cmd\fR shims on Windows) for package executables. -.P -Set to false to have it not do this. This can be used to work around the fact that some file systems don't support symlinks, even on ostensibly Unix systems. -.SS "\fBfund\fR" -.RS 0 -.IP \(bu 4 -Default: true -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -When "true" displays the message at the end of each \fBnpm install\fR acknowledging the number of dependencies looking for funding. See npm help fund for details. -.SS "\fBdry-run\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Indicates that you don't want npm to make any changes and that it should only report what it would have done. This can be passed into any of the commands that modify your local installation, eg, \fBinstall\fR, \fBupdate\fR, \fBdedupe\fR, \fBuninstall\fR, as well as \fBpack\fR and \fBpublish\fR. -.P -Note: This is NOT honored by other network related commands, eg \fBdist-tags\fR, \fBowner\fR, etc. -.SS "\fBworkspace\fR" -.RS 0 -.IP \(bu 4 -Default: -.IP \(bu 4 -Type: String (can be set multiple times) -.RE 0 - -.P -Enable running a command in the context of the configured workspaces of the current project while filtering by running only the workspaces defined by this configuration option. -.P -Valid values for the \fBworkspace\fR config are either: -.RS 0 -.IP \(bu 4 -Workspace names -.IP \(bu 4 -Path to a workspace directory -.IP \(bu 4 -Path to a parent workspace directory (will result in selecting all workspaces within that folder) -.RE 0 - -.P -When set for the \fBnpm init\fR command, this may be set to the folder of a workspace which does not yet exist, to create the folder and set it up as a brand new workspace within the project. -.P -This value is not exported to the environment for child processes. -.SS "\fBworkspaces\fR" -.RS 0 -.IP \(bu 4 -Default: null -.IP \(bu 4 -Type: null or Boolean -.RE 0 - -.P -Set to true to run the command in the context of \fBall\fR configured workspaces. -.P -Explicitly setting this to false will cause commands like \fBinstall\fR to ignore workspaces altogether. When not set explicitly: -.RS 0 -.IP \(bu 4 -Commands that operate on the \fBnode_modules\fR tree (install, update, etc.) will link workspaces into the \fBnode_modules\fR folder. - Commands that do other things (test, exec, publish, etc.) will operate on the root project, \fIunless\fR one or more workspaces are specified in the \fBworkspace\fR config. -.RE 0 - -.P -This value is not exported to the environment for child processes. -.SS "\fBinclude-workspace-root\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Include the workspace root when workspaces are enabled for a command. -.P -When false, specifying individual workspaces via the \fBworkspace\fR config, or all workspaces via the \fBworkspaces\fR flag, will cause npm to operate only on the specified workspaces, and not on the root project. -.P -This value is not exported to the environment for child processes. -.SS "\fBinstall-links\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -When set file: protocol dependencies will be packed and installed as regular dependencies instead of creating a symlink. This option has no effect on workspaces. -.SS "See Also" -.RS 0 -.IP \(bu 4 -npm help install -.IP \(bu 4 -npm help install-ci-test -.IP \(bu 4 -npm help test -.RE 0 diff --git a/software/flow/node_modules/npm/man/man1/npm-install.1 b/software/flow/node_modules/npm/man/man1/npm-install.1 deleted file mode 100644 index 4eb982a..0000000 --- a/software/flow/node_modules/npm/man/man1/npm-install.1 +++ /dev/null @@ -1,696 +0,0 @@ -.TH "NPM-INSTALL" "1" "February 2023" "" "" -.SH "NAME" -\fBnpm-install\fR - Install a package -.SS "Synopsis" -.P -.RS 2 -.nf -npm install \[lB]<package-spec> ...\[rB] - -aliases: add, i, in, ins, inst, insta, instal, isnt, isnta, isntal, isntall -.fi -.RE -.SS "Description" -.P -This command installs a package and any packages that it depends on. If the package has a package-lock, or an npm shrinkwrap file, or a yarn lock file, the installation of dependencies will be driven by that, respecting the following order of precedence: -.RS 0 -.IP \(bu 4 -\fBnpm-shrinkwrap.json\fR -.IP \(bu 4 -\fBpackage-lock.json\fR -.IP \(bu 4 -\fByarn.lock\fR -.RE 0 - -.P -See \fBpackage-lock.json\fR \fI\(la/configuring-npm/package-lock-json\(ra\fR and npm help shrinkwrap. -.P -A \fBpackage\fR is: -.RS 0 -.IP \(bu 4 -a) a folder containing a program described by a \fB\fBpackage.json\fR\fR \fI\(la/configuring-npm/package-json\(ra\fR file -.IP \(bu 4 -b) a gzipped tarball containing (a) -.IP \(bu 4 -c) a url that resolves to (b) -.IP \(bu 4 -d) a \fB<name>@<version>\fR that is published on the registry (see npm help registry) with (c) -.IP \(bu 4 -e) a \fB<name>@<tag>\fR (see npm help dist-tag) that points to (d) -.IP \(bu 4 -f) a \fB<name>\fR that has a "latest" tag satisfying (e) -.IP \(bu 4 -g) a \fB<git remote url>\fR that resolves to (a) -.RE 0 - -.P -Even if you never publish your package, you can still get a lot of benefits of using npm if you just want to write a node program (a), and perhaps if you also want to be able to easily install it elsewhere after packing it up into a tarball (b). -.RS 0 -.IP \(bu 4 -\fBnpm install\fR (in a package directory, no arguments): -.P -Install the dependencies to the local \fBnode_modules\fR folder. -.P -In global mode (ie, with \fB-g\fR or \fB--global\fR appended to the command), it installs the current package context (ie, the current working directory) as a global package. -.P -By default, \fBnpm install\fR will install all modules listed as dependencies in \fB\fBpackage.json\fR\fR \fI\(la/configuring-npm/package-json\(ra\fR. -.P -With the \fB--production\fR flag (or when the \fBNODE_ENV\fR environment variable is set to \fBproduction\fR), npm will not install modules listed in \fBdevDependencies\fR. To install all modules listed in both \fBdependencies\fR and \fBdevDependencies\fR when \fBNODE_ENV\fR environment variable is set to \fBproduction\fR, you can use \fB--production=false\fR. -.RS 4 -.P -NOTE: The \fB--production\fR flag has no particular meaning when adding a dependency to a project. -.RE 0 - -.IP \(bu 4 -\fBnpm install <folder>\fR: -.P -If \fB<folder>\fR sits inside the root of your project, its dependencies will be installed and may be hoisted to the top-level \fBnode_modules\fR as they would for other types of dependencies. If \fB<folder>\fR sits outside the root of your project, \fInpm will not install the package dependencies\fR in the directory \fB<folder>\fR, but it will create a symlink to \fB<folder>\fR. -.RS 4 -.P -NOTE: If you want to install the content of a directory like a package from the registry instead of creating a link, you would need to use the \fB--install-links\fR option. -.RE 0 - -.P -Example: -.P -.RS 2 -.nf -npm install ../../other-package --install-links -npm install ./sub-package -.fi -.RE -.IP \(bu 4 -\fBnpm install <tarball file>\fR: -.P -Install a package that is sitting on the filesystem. Note: if you just want to link a dev directory into your npm root, you can do this more easily by using npm help link. -.P -Tarball requirements: -.RS 4 -.IP \(bu 4 -The filename \fImust\fR use \fB.tar\fR, \fB.tar.gz\fR, or \fB.tgz\fR as the extension. -.IP \(bu 4 -The package contents should reside in a subfolder inside the tarball (usually it is called \fBpackage/\fR). npm strips one directory layer when installing the package (an equivalent of \fBtar x ---strip-components=1\fR is run). -.IP \(bu 4 -The package must contain a \fBpackage.json\fR file with \fBname\fR and \fBversion\fR properties. -.RE 0 - -.P -Example: -.P -.RS 2 -.nf -npm install ./package.tgz -.fi -.RE -.IP \(bu 4 -\fBnpm install <tarball url>\fR: -.P -Fetch the tarball url, and then install it. In order to distinguish between this and other options, the argument must start with "http://" or "https://" -.P -Example: -.P -.RS 2 -.nf -npm install https://github.com/indexzero/forever/tarball/v0.5.6 -.fi -.RE -.IP \(bu 4 -\fBnpm install \[lB]<@scope>/\[rB]<name>\fR: -.P -Do a \fB<name>@<tag>\fR install, where \fB<tag>\fR is the "tag" config. (See \fB\fBconfig\fR\fR \fI\(la/using-npm/config#tag\(ra\fR. The config's default value is \fBlatest\fR.) -.P -In most cases, this will install the version of the modules tagged as \fBlatest\fR on the npm registry. -.P -Example: -.P -.RS 2 -.nf -npm install sax -.fi -.RE -.P -\fBnpm install\fR saves any specified packages into \fBdependencies\fR by default. Additionally, you can control where and how they get saved with some additional flags: -.RS 4 -.IP \(bu 4 -\fB-P, --save-prod\fR: Package will appear in your \fBdependencies\fR. This is the default unless \fB-D\fR or \fB-O\fR are present. -.IP \(bu 4 -\fB-D, --save-dev\fR: Package will appear in your \fBdevDependencies\fR. -.IP \(bu 4 -\fB-O, --save-optional\fR: Package will appear in your \fBoptionalDependencies\fR. -.IP \(bu 4 -\fB--no-save\fR: Prevents saving to \fBdependencies\fR. -.RE 0 - -.P -When using any of the above options to save dependencies to your package.json, there are two additional, optional flags: -.RS 4 -.IP \(bu 4 -\fB-E, --save-exact\fR: Saved dependencies will be configured with an exact version rather than using npm's default semver range operator. -.IP \(bu 4 -\fB-B, --save-bundle\fR: Saved dependencies will also be added to your \fBbundleDependencies\fR list. -.RE 0 - -.P -Further, if you have an \fBnpm-shrinkwrap.json\fR or \fBpackage-lock.json\fR then it will be updated as well. -.P -\fB<scope>\fR is optional. The package will be downloaded from the registry associated with the specified scope. If no registry is associated with the given scope the default registry is assumed. See npm help scope. -.P -Note: if you do not include the @-symbol on your scope name, npm will interpret this as a GitHub repository instead, see below. Scopes names must also be followed by a slash. -.P -Examples: -.P -.RS 2 -.nf -npm install sax -npm install githubname/reponame -npm install @myorg/privatepackage -npm install node-tap --save-dev -npm install dtrace-provider --save-optional -npm install readable-stream --save-exact -npm install ansi-regex --save-bundle -.fi -.RE -.P -\fBNote\fR: If there is a file or folder named \fB<name>\fR in the current working directory, then it will try to install that, and only try to fetch the package by name if it is not valid. -.IP \(bu 4 -\fBnpm install <alias>@npm:<name>\fR: -.P -Install a package under a custom alias. Allows multiple versions of a same-name package side-by-side, more convenient import names for packages with otherwise long ones, and using git forks replacements or forked npm packages as replacements. Aliasing works only on your project and does not rename packages in transitive dependencies. Aliases should follow the naming conventions stated in \fB\fBvalidate-npm-package-name\fR\fR \fI\(lahttps://www.npmjs.com/package/validate-npm-package-name#naming-rules\(ra\fR. -.P -Examples: -.P -.RS 2 -.nf -npm install my-react@npm:react -npm install jquery2@npm:jquery@2 -npm install jquery3@npm:jquery@3 -npm install npa@npm:npm-package-arg -.fi -.RE -.IP \(bu 4 -\fBnpm install \[lB]<@scope>/\[rB]<name>@<tag>\fR: -.P -Install the version of the package that is referenced by the specified tag. If the tag does not exist in the registry data for that package, then this will fail. -.P -Example: -.P -.RS 2 -.nf -npm install sax@latest -npm install @myorg/mypackage@latest -.fi -.RE -.IP \(bu 4 -\fBnpm install \[lB]<@scope>/\[rB]<name>@<version>\fR: -.P -Install the specified version of the package. This will fail if the version has not been published to the registry. -.P -Example: -.P -.RS 2 -.nf -npm install sax@0.1.1 -npm install @myorg/privatepackage@1.5.0 -.fi -.RE -.IP \(bu 4 -\fBnpm install \[lB]<@scope>/\[rB]<name>@<version range>\fR: -.P -Install a version of the package matching the specified version range. This will follow the same rules for resolving dependencies described in \fB\fBpackage.json\fR\fR \fI\(la/configuring-npm/package-json\(ra\fR. -.P -Note that most version ranges must be put in quotes so that your shell will treat it as a single argument. -.P -Example: -.P -.RS 2 -.nf -npm install sax@">=0.1.0 <0.2.0" -npm install @myorg/privatepackage@"16 - 17" -.fi -.RE -.IP \(bu 4 -\fBnpm install <git remote url>\fR: -.P -Installs the package from the hosted git provider, cloning it with \fBgit\fR. For a full git remote url, only that URL will be attempted. -.P -.RS 2 -.nf -<protocol>://\[lB]<user>\[lB]:<password>\[rB]@\[rB]<hostname>\[lB]:<port>\[rB]\[lB]:\[rB]\[lB]/\[rB]<path>\[lB]#<commit-ish> | #semver:<semver>\[rB] -.fi -.RE -.P -\fB<protocol>\fR is one of \fBgit\fR, \fBgit+ssh\fR, \fBgit+http\fR, \fBgit+https\fR, or \fBgit+file\fR. -.P -If \fB#<commit-ish>\fR is provided, it will be used to clone exactly that commit. If the commit-ish has the format \fB#semver:<semver>\fR, \fB<semver>\fR can be any valid semver range or exact version, and npm will look for any tags or refs matching that range in the remote repository, much as it would for a registry dependency. If neither \fB#<commit-ish>\fR or \fB#semver:<semver>\fR is specified, then the default branch of the repository is used. -.P -If the repository makes use of submodules, those submodules will be cloned as well. -.P -If the package being installed contains a \fBprepare\fR script, its \fBdependencies\fR and \fBdevDependencies\fR will be installed, and the prepare script will be run, before the package is packaged and installed. -.P -The following git environment variables are recognized by npm and will be added to the environment when running git: -.RS 4 -.IP \(bu 4 -\fBGIT_ASKPASS\fR -.IP \(bu 4 -\fBGIT_EXEC_PATH\fR -.IP \(bu 4 -\fBGIT_PROXY_COMMAND\fR -.IP \(bu 4 -\fBGIT_SSH\fR -.IP \(bu 4 -\fBGIT_SSH_COMMAND\fR -.IP \(bu 4 -\fBGIT_SSL_CAINFO\fR -.IP \(bu 4 -\fBGIT_SSL_NO_VERIFY\fR -.RE 0 - -.P -See the git man page for details. -.P -Examples: -.P -.RS 2 -.nf -npm install git+ssh://git@github.com:npm/cli.git#v1.0.27 -npm install git+ssh://git@github.com:npm/cli#pull/273 -npm install git+ssh://git@github.com:npm/cli#semver:^5.0 -npm install git+https://isaacs@github.com/npm/cli.git -npm install git://github.com/npm/cli.git#v1.0.27 -GIT_SSH_COMMAND='ssh -i ~/.ssh/custom_ident' npm install git+ssh://git@github.com:npm/cli.git -.fi -.RE -.IP \(bu 4 -\fBnpm install <githubname>/<githubrepo>\[lB]#<commit-ish>\[rB]\fR: -.IP \(bu 4 -\fBnpm install github:<githubname>/<githubrepo>\[lB]#<commit-ish>\[rB]\fR: -.P -Install the package at \fBhttps://github.com/githubname/githubrepo\fR by attempting to clone it using \fBgit\fR. -.P -If \fB#<commit-ish>\fR is provided, it will be used to clone exactly that commit. If the commit-ish has the format \fB#semver:<semver>\fR, \fB<semver>\fR can be any valid semver range or exact version, and npm will look for any tags or refs matching that range in the remote repository, much as it would for a registry dependency. If neither \fB#<commit-ish>\fR or \fB#semver:<semver>\fR is specified, then the default branch is used. -.P -As with regular git dependencies, \fBdependencies\fR and \fBdevDependencies\fR will be installed if the package has a \fBprepare\fR script before the package is done installing. -.P -Examples: -.P -.RS 2 -.nf -npm install mygithubuser/myproject -npm install github:mygithubuser/myproject -.fi -.RE -.IP \(bu 4 -\fBnpm install gist:\[lB]<githubname>/\[rB]<gistID>\[lB]#<commit-ish>|#semver:<semver>\[rB]\fR: -.P -Install the package at \fBhttps://gist.github.com/gistID\fR by attempting to clone it using \fBgit\fR. The GitHub username associated with the gist is optional and will not be saved in \fBpackage.json\fR. -.P -As with regular git dependencies, \fBdependencies\fR and \fBdevDependencies\fR will be installed if the package has a \fBprepare\fR script before the package is done installing. -.P -Example: -.P -.RS 2 -.nf -npm install gist:101a11beef -.fi -.RE -.IP \(bu 4 -\fBnpm install bitbucket:<bitbucketname>/<bitbucketrepo>\[lB]#<commit-ish>\[rB]\fR: -.P -Install the package at \fBhttps://bitbucket.org/bitbucketname/bitbucketrepo\fR by attempting to clone it using \fBgit\fR. -.P -If \fB#<commit-ish>\fR is provided, it will be used to clone exactly that commit. If the commit-ish has the format \fB#semver:<semver>\fR, \fB<semver>\fR can be any valid semver range or exact version, and npm will look for any tags or refs matching that range in the remote repository, much as it would for a registry dependency. If neither \fB#<commit-ish>\fR or \fB#semver:<semver>\fR is specified, then \fBmaster\fR is used. -.P -As with regular git dependencies, \fBdependencies\fR and \fBdevDependencies\fR will be installed if the package has a \fBprepare\fR script before the package is done installing. -.P -Example: -.P -.RS 2 -.nf -npm install bitbucket:mybitbucketuser/myproject -.fi -.RE -.IP \(bu 4 -\fBnpm install gitlab:<gitlabname>/<gitlabrepo>\[lB]#<commit-ish>\[rB]\fR: -.P -Install the package at \fBhttps://gitlab.com/gitlabname/gitlabrepo\fR by attempting to clone it using \fBgit\fR. -.P -If \fB#<commit-ish>\fR is provided, it will be used to clone exactly that commit. If the commit-ish has the format \fB#semver:<semver>\fR, \fB<semver>\fR can be any valid semver range or exact version, and npm will look for any tags or refs matching that range in the remote repository, much as it would for a registry dependency. If neither \fB#<commit-ish>\fR or \fB#semver:<semver>\fR is specified, then \fBmaster\fR is used. -.P -As with regular git dependencies, \fBdependencies\fR and \fBdevDependencies\fR will be installed if the package has a \fBprepare\fR script before the package is done installing. -.P -Example: -.P -.RS 2 -.nf -npm install gitlab:mygitlabuser/myproject -npm install gitlab:myusr/myproj#semver:^5.0 -.fi -.RE -.RE 0 - -.P -You may combine multiple arguments and even multiple types of arguments. For example: -.P -.RS 2 -.nf -npm install sax@">=0.1.0 <0.2.0" bench supervisor -.fi -.RE -.P -The \fB--tag\fR argument will apply to all of the specified install targets. If a tag with the given name exists, the tagged version is preferred over newer versions. -.P -The \fB--dry-run\fR argument will report in the usual way what the install would have done without actually installing anything. -.P -The \fB--package-lock-only\fR argument will only update the \fBpackage-lock.json\fR, instead of checking \fBnode_modules\fR and downloading dependencies. -.P -The \fB-f\fR or \fB--force\fR argument will force npm to fetch remote resources even if a local copy exists on disk. -.P -.RS 2 -.nf -npm install sax --force -.fi -.RE -.SS "Configuration" -.P -See the npm help config help doc. Many of the configuration params have some effect on installation, since that's most of what npm does. -.P -These are some of the most common options related to installation. -.SS "\fBsave\fR" -.RS 0 -.IP \(bu 4 -Default: \fBtrue\fR unless when using \fBnpm update\fR where it defaults to \fBfalse\fR -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Save installed packages to a \fBpackage.json\fR file as dependencies. -.P -When used with the \fBnpm rm\fR command, removes the dependency from \fBpackage.json\fR. -.P -Will also prevent writing to \fBpackage-lock.json\fR if set to \fBfalse\fR. -.SS "\fBsave-exact\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Dependencies saved to package.json will be configured with an exact version rather than using npm's default semver range operator. -.SS "\fBglobal\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Operates in "global" mode, so that packages are installed into the \fBprefix\fR folder instead of the current working directory. See npm help folders for more on the differences in behavior. -.RS 0 -.IP \(bu 4 -packages are installed into the \fB{prefix}/lib/node_modules\fR folder, instead of the current working directory. -.IP \(bu 4 -bin files are linked to \fB{prefix}/bin\fR -.IP \(bu 4 -man pages are linked to \fB{prefix}/share/man\fR -.RE 0 - -.SS "\fBinstall-strategy\fR" -.RS 0 -.IP \(bu 4 -Default: "hoisted" -.IP \(bu 4 -Type: "hoisted", "nested", "shallow", or "linked" -.RE 0 - -.P -Sets the strategy for installing packages in node_modules. hoisted (default): Install non-duplicated in top-level, and duplicated as necessary within directory structure. nested: (formerly --legacy-bundling) install in place, no hoisting. shallow (formerly --global-style) only install direct deps at top-level. linked: (experimental) install in node_modules/.store, link in place, unhoisted. -.SS "\fBlegacy-bundling\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.IP \(bu 4 -DEPRECATED: This option has been deprecated in favor of \fB--install-strategy=nested\fR -.RE 0 - -.P -Instead of hoisting package installs in \fBnode_modules\fR, install packages in the same manner that they are depended on. This may cause very deep directory structures and duplicate package installs as there is no de-duplicating. Sets \fB--install-strategy=nested\fR. -.SS "\fBglobal-style\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.IP \(bu 4 -DEPRECATED: This option has been deprecated in favor of \fB--install-strategy=shallow\fR -.RE 0 - -.P -Only install direct dependencies in the top level \fBnode_modules\fR, but hoist on deeper dependencies. Sets \fB--install-strategy=shallow\fR. -.SS "\fBomit\fR" -.RS 0 -.IP \(bu 4 -Default: 'dev' if the \fBNODE_ENV\fR environment variable is set to 'production', otherwise empty. -.IP \(bu 4 -Type: "dev", "optional", or "peer" (can be set multiple times) -.RE 0 - -.P -Dependency types to omit from the installation tree on disk. -.P -Note that these dependencies \fIare\fR still resolved and added to the \fBpackage-lock.json\fR or \fBnpm-shrinkwrap.json\fR file. They are just not physically installed on disk. -.P -If a package type appears in both the \fB--include\fR and \fB--omit\fR lists, then it will be included. -.P -If the resulting omit list includes \fB'dev'\fR, then the \fBNODE_ENV\fR environment variable will be set to \fB'production'\fR for all lifecycle scripts. -.SS "\fBstrict-peer-deps\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -If set to \fBtrue\fR, and \fB--legacy-peer-deps\fR is not set, then \fIany\fR conflicting \fBpeerDependencies\fR will be treated as an install failure, even if npm could reasonably guess the appropriate resolution based on non-peer dependency relationships. -.P -By default, conflicting \fBpeerDependencies\fR deep in the dependency graph will be resolved using the nearest non-peer dependency specification, even if doing so will result in some packages receiving a peer dependency outside the range set in their package's \fBpeerDependencies\fR object. -.P -When such an override is performed, a warning is printed, explaining the conflict and the packages involved. If \fB--strict-peer-deps\fR is set, then this warning is treated as a failure. -.SS "\fBpackage-lock\fR" -.RS 0 -.IP \(bu 4 -Default: true -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -If set to false, then ignore \fBpackage-lock.json\fR files when installing. This will also prevent \fIwriting\fR \fBpackage-lock.json\fR if \fBsave\fR is true. -.P -This configuration does not affect \fBnpm ci\fR. -.SS "\fBforeground-scripts\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Run all build scripts (ie, \fBpreinstall\fR, \fBinstall\fR, and \fBpostinstall\fR) scripts for installed packages in the foreground process, sharing standard input, output, and error with the main npm process. -.P -Note that this will generally make installs run slower, and be much noisier, but can be useful for debugging. -.SS "\fBignore-scripts\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -If true, npm does not run scripts specified in package.json files. -.P -Note that commands explicitly intended to run a particular script, such as \fBnpm start\fR, \fBnpm stop\fR, \fBnpm restart\fR, \fBnpm test\fR, and \fBnpm run-script\fR will still run their intended script if \fBignore-scripts\fR is set, but they will \fInot\fR run any pre- or post-scripts. -.SS "\fBaudit\fR" -.RS 0 -.IP \(bu 4 -Default: true -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -When "true" submit audit reports alongside the current npm command to the default registry and all registries configured for scopes. See the documentation for npm help audit for details on what is submitted. -.SS "\fBbin-links\fR" -.RS 0 -.IP \(bu 4 -Default: true -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Tells npm to create symlinks (or \fB.cmd\fR shims on Windows) for package executables. -.P -Set to false to have it not do this. This can be used to work around the fact that some file systems don't support symlinks, even on ostensibly Unix systems. -.SS "\fBfund\fR" -.RS 0 -.IP \(bu 4 -Default: true -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -When "true" displays the message at the end of each \fBnpm install\fR acknowledging the number of dependencies looking for funding. See npm help fund for details. -.SS "\fBdry-run\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Indicates that you don't want npm to make any changes and that it should only report what it would have done. This can be passed into any of the commands that modify your local installation, eg, \fBinstall\fR, \fBupdate\fR, \fBdedupe\fR, \fBuninstall\fR, as well as \fBpack\fR and \fBpublish\fR. -.P -Note: This is NOT honored by other network related commands, eg \fBdist-tags\fR, \fBowner\fR, etc. -.SS "\fBworkspace\fR" -.RS 0 -.IP \(bu 4 -Default: -.IP \(bu 4 -Type: String (can be set multiple times) -.RE 0 - -.P -Enable running a command in the context of the configured workspaces of the current project while filtering by running only the workspaces defined by this configuration option. -.P -Valid values for the \fBworkspace\fR config are either: -.RS 0 -.IP \(bu 4 -Workspace names -.IP \(bu 4 -Path to a workspace directory -.IP \(bu 4 -Path to a parent workspace directory (will result in selecting all workspaces within that folder) -.RE 0 - -.P -When set for the \fBnpm init\fR command, this may be set to the folder of a workspace which does not yet exist, to create the folder and set it up as a brand new workspace within the project. -.P -This value is not exported to the environment for child processes. -.SS "\fBworkspaces\fR" -.RS 0 -.IP \(bu 4 -Default: null -.IP \(bu 4 -Type: null or Boolean -.RE 0 - -.P -Set to true to run the command in the context of \fBall\fR configured workspaces. -.P -Explicitly setting this to false will cause commands like \fBinstall\fR to ignore workspaces altogether. When not set explicitly: -.RS 0 -.IP \(bu 4 -Commands that operate on the \fBnode_modules\fR tree (install, update, etc.) will link workspaces into the \fBnode_modules\fR folder. - Commands that do other things (test, exec, publish, etc.) will operate on the root project, \fIunless\fR one or more workspaces are specified in the \fBworkspace\fR config. -.RE 0 - -.P -This value is not exported to the environment for child processes. -.SS "\fBinclude-workspace-root\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Include the workspace root when workspaces are enabled for a command. -.P -When false, specifying individual workspaces via the \fBworkspace\fR config, or all workspaces via the \fBworkspaces\fR flag, will cause npm to operate only on the specified workspaces, and not on the root project. -.P -This value is not exported to the environment for child processes. -.SS "\fBinstall-links\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -When set file: protocol dependencies will be packed and installed as regular dependencies instead of creating a symlink. This option has no effect on workspaces. -.SS "Algorithm" -.P -Given a \fBpackage{dep}\fR structure: \fBA{B,C}, B{C}, C{D}\fR, the npm install algorithm produces: -.P -.RS 2 -.nf -A -+-- B -+-- C -+-- D -.fi -.RE -.P -That is, the dependency from B to C is satisfied by the fact that A already caused C to be installed at a higher level. D is still installed at the top level because nothing conflicts with it. -.P -For \fBA{B,C}, B{C,D@1}, C{D@2}\fR, this algorithm produces: -.P -.RS 2 -.nf -A -+-- B -+-- C - `-- D@2 -+-- D@1 -.fi -.RE -.P -Because B's D@1 will be installed in the top-level, C now has to install D@2 privately for itself. This algorithm is deterministic, but different trees may be produced if two dependencies are requested for installation in a different order. -.P -See npm help folders for a more detailed description of the specific folder structures that npm creates. -.SS "See Also" -.RS 0 -.IP \(bu 4 -npm help folders -.IP \(bu 4 -npm help update -.IP \(bu 4 -npm help audit -.IP \(bu 4 -npm help fund -.IP \(bu 4 -npm help link -.IP \(bu 4 -npm help rebuild -.IP \(bu 4 -npm help scripts -.IP \(bu 4 -npm help config -.IP \(bu 4 -npm help npmrc -.IP \(bu 4 -npm help registry -.IP \(bu 4 -npm help dist-tag -.IP \(bu 4 -npm help uninstall -.IP \(bu 4 -npm help shrinkwrap -.IP \(bu 4 -\fBpackage.json\fR \fI\(la/configuring-npm/package-json\(ra\fR -.IP \(bu 4 -npm help workspaces -.RE 0 diff --git a/software/flow/node_modules/npm/man/man1/npm-link.1 b/software/flow/node_modules/npm/man/man1/npm-link.1 deleted file mode 100644 index 84c3e7f..0000000 --- a/software/flow/node_modules/npm/man/man1/npm-link.1 +++ /dev/null @@ -1,343 +0,0 @@ -.TH "NPM-LINK" "1" "February 2023" "" "" -.SH "NAME" -\fBnpm-link\fR - Symlink a package folder -.SS "Synopsis" -.P -.RS 2 -.nf -npm link \[lB]<package-spec>\[rB] - -alias: ln -.fi -.RE -.SS "Description" -.P -This is handy for installing your own stuff, so that you can work on it and test iteratively without having to continually rebuild. -.P -Package linking is a two-step process. -.P -First, \fBnpm link\fR in a package folder with no arguments will create a symlink in the global folder \fB{prefix}/lib/node_modules/<package>\fR that links to the package where the \fBnpm link\fR command was executed. It will also link any bins in the package to \fB{prefix}/bin/{name}\fR. Note that \fBnpm link\fR uses the global prefix (see \fBnpm prefix -g\fR for its value). -.P -Next, in some other location, \fBnpm link package-name\fR will create a symbolic link from globally-installed \fBpackage-name\fR to \fBnode_modules/\fR of the current folder. -.P -Note that \fBpackage-name\fR is taken from \fBpackage.json\fR, \fInot\fR from the directory name. -.P -The package name can be optionally prefixed with a scope. See npm help scope. The scope must be preceded by an @-symbol and followed by a slash. -.P -When creating tarballs for \fBnpm publish\fR, the linked packages are "snapshotted" to their current state by resolving the symbolic links, if they are included in \fBbundleDependencies\fR. -.P -For example: -.P -.RS 2 -.nf -cd ~/projects/node-redis # go into the package directory -npm link # creates global link -cd ~/projects/node-bloggy # go into some other package directory. -npm link redis # link-install the package -.fi -.RE -.P -Now, any changes to \fB~/projects/node-redis\fR will be reflected in \fB~/projects/node-bloggy/node_modules/node-redis/\fR. Note that the link should be to the package name, not the directory name for that package. -.P -You may also shortcut the two steps in one. For example, to do the above use-case in a shorter way: -.P -.RS 2 -.nf -cd ~/projects/node-bloggy # go into the dir of your main project -npm link ../node-redis # link the dir of your dependency -.fi -.RE -.P -The second line is the equivalent of doing: -.P -.RS 2 -.nf -(cd ../node-redis; npm link) -npm link redis -.fi -.RE -.P -That is, it first creates a global link, and then links the global installation target into your project's \fBnode_modules\fR folder. -.P -Note that in this case, you are referring to the directory name, \fBnode-redis\fR, rather than the package name \fBredis\fR. -.P -If your linked package is scoped (see npm help scope) your link command must include that scope, e.g. -.P -.RS 2 -.nf -npm link @myorg/privatepackage -.fi -.RE -.SS "Caveat" -.P -Note that package dependencies linked in this way are \fInot\fR saved to \fBpackage.json\fR by default, on the assumption that the intention is to have a link stand in for a regular non-link dependency. Otherwise, for example, if you depend on \fBredis@^3.0.1\fR, and ran \fBnpm link redis\fR, it would replace the \fB^3.0.1\fR dependency with \fBfile:../path/to/node-redis\fR, which you probably don't want! Additionally, other users or developers on your project would run into issues if they do not have their folders set up exactly the same as yours. -.P -If you are adding a \fInew\fR dependency as a link, you should add it to the relevant metadata by running \fBnpm install <dep> --package-lock-only\fR. -.P -If you \fIwant\fR to save the \fBfile:\fR reference in your \fBpackage.json\fR and \fBpackage-lock.json\fR files, you can use \fBnpm link <dep> --save\fR to do so. -.SS "Workspace Usage" -.P -\fBnpm link <pkg> --workspace <name>\fR will link the relevant package as a dependency of the specified workspace(s). Note that It may actually be linked into the parent project's \fBnode_modules\fR folder, if there are no conflicting dependencies. -.P -\fBnpm link --workspace <name>\fR will create a global link to the specified workspace(s). -.SS "Configuration" -.SS "\fBsave\fR" -.RS 0 -.IP \(bu 4 -Default: \fBtrue\fR unless when using \fBnpm update\fR where it defaults to \fBfalse\fR -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Save installed packages to a \fBpackage.json\fR file as dependencies. -.P -When used with the \fBnpm rm\fR command, removes the dependency from \fBpackage.json\fR. -.P -Will also prevent writing to \fBpackage-lock.json\fR if set to \fBfalse\fR. -.SS "\fBsave-exact\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Dependencies saved to package.json will be configured with an exact version rather than using npm's default semver range operator. -.SS "\fBglobal\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Operates in "global" mode, so that packages are installed into the \fBprefix\fR folder instead of the current working directory. See npm help folders for more on the differences in behavior. -.RS 0 -.IP \(bu 4 -packages are installed into the \fB{prefix}/lib/node_modules\fR folder, instead of the current working directory. -.IP \(bu 4 -bin files are linked to \fB{prefix}/bin\fR -.IP \(bu 4 -man pages are linked to \fB{prefix}/share/man\fR -.RE 0 - -.SS "\fBinstall-strategy\fR" -.RS 0 -.IP \(bu 4 -Default: "hoisted" -.IP \(bu 4 -Type: "hoisted", "nested", "shallow", or "linked" -.RE 0 - -.P -Sets the strategy for installing packages in node_modules. hoisted (default): Install non-duplicated in top-level, and duplicated as necessary within directory structure. nested: (formerly --legacy-bundling) install in place, no hoisting. shallow (formerly --global-style) only install direct deps at top-level. linked: (experimental) install in node_modules/.store, link in place, unhoisted. -.SS "\fBlegacy-bundling\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.IP \(bu 4 -DEPRECATED: This option has been deprecated in favor of \fB--install-strategy=nested\fR -.RE 0 - -.P -Instead of hoisting package installs in \fBnode_modules\fR, install packages in the same manner that they are depended on. This may cause very deep directory structures and duplicate package installs as there is no de-duplicating. Sets \fB--install-strategy=nested\fR. -.SS "\fBglobal-style\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.IP \(bu 4 -DEPRECATED: This option has been deprecated in favor of \fB--install-strategy=shallow\fR -.RE 0 - -.P -Only install direct dependencies in the top level \fBnode_modules\fR, but hoist on deeper dependencies. Sets \fB--install-strategy=shallow\fR. -.SS "\fBstrict-peer-deps\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -If set to \fBtrue\fR, and \fB--legacy-peer-deps\fR is not set, then \fIany\fR conflicting \fBpeerDependencies\fR will be treated as an install failure, even if npm could reasonably guess the appropriate resolution based on non-peer dependency relationships. -.P -By default, conflicting \fBpeerDependencies\fR deep in the dependency graph will be resolved using the nearest non-peer dependency specification, even if doing so will result in some packages receiving a peer dependency outside the range set in their package's \fBpeerDependencies\fR object. -.P -When such an override is performed, a warning is printed, explaining the conflict and the packages involved. If \fB--strict-peer-deps\fR is set, then this warning is treated as a failure. -.SS "\fBpackage-lock\fR" -.RS 0 -.IP \(bu 4 -Default: true -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -If set to false, then ignore \fBpackage-lock.json\fR files when installing. This will also prevent \fIwriting\fR \fBpackage-lock.json\fR if \fBsave\fR is true. -.P -This configuration does not affect \fBnpm ci\fR. -.SS "\fBomit\fR" -.RS 0 -.IP \(bu 4 -Default: 'dev' if the \fBNODE_ENV\fR environment variable is set to 'production', otherwise empty. -.IP \(bu 4 -Type: "dev", "optional", or "peer" (can be set multiple times) -.RE 0 - -.P -Dependency types to omit from the installation tree on disk. -.P -Note that these dependencies \fIare\fR still resolved and added to the \fBpackage-lock.json\fR or \fBnpm-shrinkwrap.json\fR file. They are just not physically installed on disk. -.P -If a package type appears in both the \fB--include\fR and \fB--omit\fR lists, then it will be included. -.P -If the resulting omit list includes \fB'dev'\fR, then the \fBNODE_ENV\fR environment variable will be set to \fB'production'\fR for all lifecycle scripts. -.SS "\fBignore-scripts\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -If true, npm does not run scripts specified in package.json files. -.P -Note that commands explicitly intended to run a particular script, such as \fBnpm start\fR, \fBnpm stop\fR, \fBnpm restart\fR, \fBnpm test\fR, and \fBnpm run-script\fR will still run their intended script if \fBignore-scripts\fR is set, but they will \fInot\fR run any pre- or post-scripts. -.SS "\fBaudit\fR" -.RS 0 -.IP \(bu 4 -Default: true -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -When "true" submit audit reports alongside the current npm command to the default registry and all registries configured for scopes. See the documentation for npm help audit for details on what is submitted. -.SS "\fBbin-links\fR" -.RS 0 -.IP \(bu 4 -Default: true -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Tells npm to create symlinks (or \fB.cmd\fR shims on Windows) for package executables. -.P -Set to false to have it not do this. This can be used to work around the fact that some file systems don't support symlinks, even on ostensibly Unix systems. -.SS "\fBfund\fR" -.RS 0 -.IP \(bu 4 -Default: true -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -When "true" displays the message at the end of each \fBnpm install\fR acknowledging the number of dependencies looking for funding. See npm help fund for details. -.SS "\fBdry-run\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Indicates that you don't want npm to make any changes and that it should only report what it would have done. This can be passed into any of the commands that modify your local installation, eg, \fBinstall\fR, \fBupdate\fR, \fBdedupe\fR, \fBuninstall\fR, as well as \fBpack\fR and \fBpublish\fR. -.P -Note: This is NOT honored by other network related commands, eg \fBdist-tags\fR, \fBowner\fR, etc. -.SS "\fBworkspace\fR" -.RS 0 -.IP \(bu 4 -Default: -.IP \(bu 4 -Type: String (can be set multiple times) -.RE 0 - -.P -Enable running a command in the context of the configured workspaces of the current project while filtering by running only the workspaces defined by this configuration option. -.P -Valid values for the \fBworkspace\fR config are either: -.RS 0 -.IP \(bu 4 -Workspace names -.IP \(bu 4 -Path to a workspace directory -.IP \(bu 4 -Path to a parent workspace directory (will result in selecting all workspaces within that folder) -.RE 0 - -.P -When set for the \fBnpm init\fR command, this may be set to the folder of a workspace which does not yet exist, to create the folder and set it up as a brand new workspace within the project. -.P -This value is not exported to the environment for child processes. -.SS "\fBworkspaces\fR" -.RS 0 -.IP \(bu 4 -Default: null -.IP \(bu 4 -Type: null or Boolean -.RE 0 - -.P -Set to true to run the command in the context of \fBall\fR configured workspaces. -.P -Explicitly setting this to false will cause commands like \fBinstall\fR to ignore workspaces altogether. When not set explicitly: -.RS 0 -.IP \(bu 4 -Commands that operate on the \fBnode_modules\fR tree (install, update, etc.) will link workspaces into the \fBnode_modules\fR folder. - Commands that do other things (test, exec, publish, etc.) will operate on the root project, \fIunless\fR one or more workspaces are specified in the \fBworkspace\fR config. -.RE 0 - -.P -This value is not exported to the environment for child processes. -.SS "\fBinclude-workspace-root\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Include the workspace root when workspaces are enabled for a command. -.P -When false, specifying individual workspaces via the \fBworkspace\fR config, or all workspaces via the \fBworkspaces\fR flag, will cause npm to operate only on the specified workspaces, and not on the root project. -.P -This value is not exported to the environment for child processes. -.SS "\fBinstall-links\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -When set file: protocol dependencies will be packed and installed as regular dependencies instead of creating a symlink. This option has no effect on workspaces. -.SS "See Also" -.RS 0 -.IP \(bu 4 -npm help "package spec" -.IP \(bu 4 -npm help developers -.IP \(bu 4 -\fBpackage.json\fR \fI\(la/configuring-npm/package-json\(ra\fR -.IP \(bu 4 -npm help install -.IP \(bu 4 -npm help folders -.IP \(bu 4 -npm help config -.IP \(bu 4 -npm help npmrc -.RE 0 diff --git a/software/flow/node_modules/npm/man/man1/npm-login.1 b/software/flow/node_modules/npm/man/man1/npm-login.1 deleted file mode 100644 index 83535a9..0000000 --- a/software/flow/node_modules/npm/man/man1/npm-login.1 +++ /dev/null @@ -1,95 +0,0 @@ -.TH "NPM-LOGIN" "1" "February 2023" "" "" -.SH "NAME" -\fBnpm-login\fR - Login to a registry user account -.SS "Synopsis" -.P -.RS 2 -.nf -npm login -.fi -.RE -.P -Note: This command is unaware of workspaces. -.SS "Description" -.P -Verify a user in the specified registry, and save the credentials to the \fB.npmrc\fR file. If no registry is specified, the default registry will be used (see npm help config). -.P -When using \fBlegacy\fR for your \fBauth-type\fR, the username and password, are read in from prompts. -.P -To reset your password, go to \fI\(lahttps://www.npmjs.com/forgot\(ra\fR -.P -To change your email address, go to \fI\(lahttps://www.npmjs.com/email-edit\(ra\fR -.P -You may use this command multiple times with the same user account to authorize on a new machine. When authenticating on a new machine, the username, password and email address must all match with your existing record. -.SS "Configuration" -.SS "\fBregistry\fR" -.RS 0 -.IP \(bu 4 -Default: "https://registry.npmjs.org/" -.IP \(bu 4 -Type: URL -.RE 0 - -.P -The base URL of the npm registry. -.SS "\fBscope\fR" -.RS 0 -.IP \(bu 4 -Default: the scope of the current project, if any, or "" -.IP \(bu 4 -Type: String -.RE 0 - -.P -Associate an operation with a scope for a scoped registry. -.P -Useful when logging in to or out of a private registry: -.P -.RS 2 -.nf -# log in, linking the scope to the custom registry -npm login --scope=@mycorp --registry=https://registry.mycorp.com - -# log out, removing the link and the auth token -npm logout --scope=@mycorp -.fi -.RE -.P -This will cause \fB@mycorp\fR to be mapped to the registry for future installation of packages specified according to the pattern \fB@mycorp/package\fR. -.P -This will also cause \fBnpm init\fR to create a scoped package. -.P -.RS 2 -.nf -# accept all defaults, and create a package named "@foo/whatever", -# instead of just named "whatever" -npm init --scope=@foo --yes -.fi -.RE -.SS "\fBauth-type\fR" -.RS 0 -.IP \(bu 4 -Default: "web" -.IP \(bu 4 -Type: "legacy" or "web" -.RE 0 - -.P -What authentication strategy to use with \fBlogin\fR. Note that if an \fBotp\fR config is given, this value will always be set to \fBlegacy\fR. -.SS "See Also" -.RS 0 -.IP \(bu 4 -npm help registry -.IP \(bu 4 -npm help config -.IP \(bu 4 -npm help npmrc -.IP \(bu 4 -npm help owner -.IP \(bu 4 -npm help whoami -.IP \(bu 4 -npm help token -.IP \(bu 4 -npm help profile -.RE 0 diff --git a/software/flow/node_modules/npm/man/man1/npm-logout.1 b/software/flow/node_modules/npm/man/man1/npm-logout.1 deleted file mode 100644 index 945b6ef..0000000 --- a/software/flow/node_modules/npm/man/man1/npm-logout.1 +++ /dev/null @@ -1,75 +0,0 @@ -.TH "NPM-LOGOUT" "1" "February 2023" "" "" -.SH "NAME" -\fBnpm-logout\fR - Log out of the registry -.SS "Synopsis" -.P -.RS 2 -.nf -npm logout -.fi -.RE -.P -Note: This command is unaware of workspaces. -.SS "Description" -.P -When logged into a registry that supports token-based authentication, tell the server to end this token's session. This will invalidate the token everywhere you're using it, not just for the current environment. -.P -When logged into a legacy registry that uses username and password authentication, this will clear the credentials in your user configuration. In this case, it will \fIonly\fR affect the current environment. -.P -If \fB--scope\fR is provided, this will find the credentials for the registry connected to that scope, if set. -.SS "Configuration" -.SS "\fBregistry\fR" -.RS 0 -.IP \(bu 4 -Default: "https://registry.npmjs.org/" -.IP \(bu 4 -Type: URL -.RE 0 - -.P -The base URL of the npm registry. -.SS "\fBscope\fR" -.RS 0 -.IP \(bu 4 -Default: the scope of the current project, if any, or "" -.IP \(bu 4 -Type: String -.RE 0 - -.P -Associate an operation with a scope for a scoped registry. -.P -Useful when logging in to or out of a private registry: -.P -.RS 2 -.nf -# log in, linking the scope to the custom registry -npm login --scope=@mycorp --registry=https://registry.mycorp.com - -# log out, removing the link and the auth token -npm logout --scope=@mycorp -.fi -.RE -.P -This will cause \fB@mycorp\fR to be mapped to the registry for future installation of packages specified according to the pattern \fB@mycorp/package\fR. -.P -This will also cause \fBnpm init\fR to create a scoped package. -.P -.RS 2 -.nf -# accept all defaults, and create a package named "@foo/whatever", -# instead of just named "whatever" -npm init --scope=@foo --yes -.fi -.RE -.SS "See Also" -.RS 0 -.IP \(bu 4 -npm help adduser -.IP \(bu 4 -npm help registry -.IP \(bu 4 -npm help config -.IP \(bu 4 -npm help whoami -.RE 0 diff --git a/software/flow/node_modules/npm/man/man1/npm-ls.1 b/software/flow/node_modules/npm/man/man1/npm-ls.1 deleted file mode 100644 index ac59cba..0000000 --- a/software/flow/node_modules/npm/man/man1/npm-ls.1 +++ /dev/null @@ -1,269 +0,0 @@ -.TH "NPM-LS" "1" "February 2023" "" "" -.SH "NAME" -\fBnpm-ls\fR - List installed packages -.SS "Synopsis" -.P -.RS 2 -.nf -npm ls <package-spec> - -alias: list -.fi -.RE -.SS "Description" -.P -This command will print to stdout all the versions of packages that are installed, as well as their dependencies when \fB--all\fR is specified, in a tree structure. -.P -Note: to get a "bottoms up" view of why a given package is included in the tree at all, use npm help explain. -.P -Positional arguments are \fBname@version-range\fR identifiers, which will limit the results to only the paths to the packages named. Note that nested packages will \fIalso\fR show the paths to the specified packages. For example, running \fBnpm ls promzard\fR in npm's source tree will show: -.P -.RS 2 -.nf -npm@9.5.1 /path/to/npm -└─┬ init-package-json@0.0.4 - └── promzard@0.1.5 -.fi -.RE -.P -It will print out extraneous, missing, and invalid packages. -.P -If a project specifies git urls for dependencies these are shown in parentheses after the \fBname@version\fR to make it easier for users to recognize potential forks of a project. -.P -The tree shown is the logical dependency tree, based on package dependencies, not the physical layout of your \fBnode_modules\fR folder. -.P -When run as \fBll\fR or \fBla\fR, it shows extended information by default. -.SS "Note: Design Changes Pending" -.P -The \fBnpm ls\fR command's output and behavior made a \fIton\fR of sense when npm created a \fBnode_modules\fR folder that naively nested every dependency. In such a case, the logical dependency graph and physical tree of packages on disk would be roughly identical. -.P -With the advent of automatic install-time deduplication of dependencies in npm v3, the \fBls\fR output was modified to display the logical dependency graph as a tree structure, since this was more useful to most users. However, without using \fBnpm ls -l\fR, it became impossible to show \fIwhere\fR a package was actually installed much of the time! -.P -With the advent of automatic installation of \fBpeerDependencies\fR in npm v7, this gets even more curious, as \fBpeerDependencies\fR are logically "underneath" their dependents in the dependency graph, but are always physically at or above their location on disk. -.P -Also, in the years since npm got an \fBls\fR command (in version 0.0.2!), dependency graphs have gotten much larger as a general rule. Therefore, in order to avoid dumping an excessive amount of content to the terminal, \fBnpm -ls\fR now only shows the \fItop\fR level dependencies, unless \fB--all\fR is provided. -.P -A thorough re-examination of the use cases, intention, behavior, and output of this command, is currently underway. Expect significant changes to at least the default human-readable \fBnpm ls\fR output in npm v8. -.SS "Configuration" -.SS "\fBall\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -When running \fBnpm outdated\fR and \fBnpm ls\fR, setting \fB--all\fR will show all outdated or installed packages, rather than only those directly depended upon by the current project. -.SS "\fBjson\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Whether or not to output JSON data, rather than the normal output. -.RS 0 -.IP \(bu 4 -In \fBnpm pkg set\fR it enables parsing set values with JSON.parse() before saving them to your \fBpackage.json\fR. -.RE 0 - -.P -Not supported by all npm commands. -.SS "\fBlong\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Show extended information in \fBls\fR, \fBsearch\fR, and \fBhelp-search\fR. -.SS "\fBparseable\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Output parseable results from commands that write to standard output. For \fBnpm search\fR, this will be tab-separated table format. -.SS "\fBglobal\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Operates in "global" mode, so that packages are installed into the \fBprefix\fR folder instead of the current working directory. See npm help folders for more on the differences in behavior. -.RS 0 -.IP \(bu 4 -packages are installed into the \fB{prefix}/lib/node_modules\fR folder, instead of the current working directory. -.IP \(bu 4 -bin files are linked to \fB{prefix}/bin\fR -.IP \(bu 4 -man pages are linked to \fB{prefix}/share/man\fR -.RE 0 - -.SS "\fBdepth\fR" -.RS 0 -.IP \(bu 4 -Default: \fBInfinity\fR if \fB--all\fR is set, otherwise \fB1\fR -.IP \(bu 4 -Type: null or Number -.RE 0 - -.P -The depth to go when recursing packages for \fBnpm ls\fR. -.P -If not set, \fBnpm ls\fR will show only the immediate dependencies of the root project. If \fB--all\fR is set, then npm will show all dependencies by default. -.SS "\fBomit\fR" -.RS 0 -.IP \(bu 4 -Default: 'dev' if the \fBNODE_ENV\fR environment variable is set to 'production', otherwise empty. -.IP \(bu 4 -Type: "dev", "optional", or "peer" (can be set multiple times) -.RE 0 - -.P -Dependency types to omit from the installation tree on disk. -.P -Note that these dependencies \fIare\fR still resolved and added to the \fBpackage-lock.json\fR or \fBnpm-shrinkwrap.json\fR file. They are just not physically installed on disk. -.P -If a package type appears in both the \fB--include\fR and \fB--omit\fR lists, then it will be included. -.P -If the resulting omit list includes \fB'dev'\fR, then the \fBNODE_ENV\fR environment variable will be set to \fB'production'\fR for all lifecycle scripts. -.SS "\fBlink\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Used with \fBnpm ls\fR, limiting output to only those packages that are linked. -.SS "\fBpackage-lock-only\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -If set to true, the current operation will only use the \fBpackage-lock.json\fR, ignoring \fBnode_modules\fR. -.P -For \fBupdate\fR this means only the \fBpackage-lock.json\fR will be updated, instead of checking \fBnode_modules\fR and downloading dependencies. -.P -For \fBlist\fR this means the output will be based on the tree described by the \fBpackage-lock.json\fR, rather than the contents of \fBnode_modules\fR. -.SS "\fBunicode\fR" -.RS 0 -.IP \(bu 4 -Default: false on windows, true on mac/unix systems with a unicode locale, as defined by the \fBLC_ALL\fR, \fBLC_CTYPE\fR, or \fBLANG\fR environment variables. -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -When set to true, npm uses unicode characters in the tree output. When false, it uses ascii characters instead of unicode glyphs. -.SS "\fBworkspace\fR" -.RS 0 -.IP \(bu 4 -Default: -.IP \(bu 4 -Type: String (can be set multiple times) -.RE 0 - -.P -Enable running a command in the context of the configured workspaces of the current project while filtering by running only the workspaces defined by this configuration option. -.P -Valid values for the \fBworkspace\fR config are either: -.RS 0 -.IP \(bu 4 -Workspace names -.IP \(bu 4 -Path to a workspace directory -.IP \(bu 4 -Path to a parent workspace directory (will result in selecting all workspaces within that folder) -.RE 0 - -.P -When set for the \fBnpm init\fR command, this may be set to the folder of a workspace which does not yet exist, to create the folder and set it up as a brand new workspace within the project. -.P -This value is not exported to the environment for child processes. -.SS "\fBworkspaces\fR" -.RS 0 -.IP \(bu 4 -Default: null -.IP \(bu 4 -Type: null or Boolean -.RE 0 - -.P -Set to true to run the command in the context of \fBall\fR configured workspaces. -.P -Explicitly setting this to false will cause commands like \fBinstall\fR to ignore workspaces altogether. When not set explicitly: -.RS 0 -.IP \(bu 4 -Commands that operate on the \fBnode_modules\fR tree (install, update, etc.) will link workspaces into the \fBnode_modules\fR folder. - Commands that do other things (test, exec, publish, etc.) will operate on the root project, \fIunless\fR one or more workspaces are specified in the \fBworkspace\fR config. -.RE 0 - -.P -This value is not exported to the environment for child processes. -.SS "\fBinclude-workspace-root\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Include the workspace root when workspaces are enabled for a command. -.P -When false, specifying individual workspaces via the \fBworkspace\fR config, or all workspaces via the \fBworkspaces\fR flag, will cause npm to operate only on the specified workspaces, and not on the root project. -.P -This value is not exported to the environment for child processes. -.SS "\fBinstall-links\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -When set file: protocol dependencies will be packed and installed as regular dependencies instead of creating a symlink. This option has no effect on workspaces. -.SS "See Also" -.RS 0 -.IP \(bu 4 -npm help "package spec" -.IP \(bu 4 -npm help explain -.IP \(bu 4 -npm help config -.IP \(bu 4 -npm help npmrc -.IP \(bu 4 -npm help folders -.IP \(bu 4 -npm help explain -.IP \(bu 4 -npm help install -.IP \(bu 4 -npm help link -.IP \(bu 4 -npm help prune -.IP \(bu 4 -npm help outdated -.IP \(bu 4 -npm help update -.RE 0 diff --git a/software/flow/node_modules/npm/man/man1/npm-org.1 b/software/flow/node_modules/npm/man/man1/npm-org.1 deleted file mode 100644 index 2e95268..0000000 --- a/software/flow/node_modules/npm/man/man1/npm-org.1 +++ /dev/null @@ -1,125 +0,0 @@ -.TH "NPM-ORG" "1" "February 2023" "" "" -.SH "NAME" -\fBnpm-org\fR - Manage orgs -.SS "Synopsis" -.P -.RS 2 -.nf -npm org set orgname username \[lB]developer | admin | owner\[rB] -npm org rm orgname username -npm org ls orgname \[lB]<username>\[rB] - -alias: ogr -.fi -.RE -.P -Note: This command is unaware of workspaces. -.SS "Example" -.P -Add a new developer to an org: -.P -.RS 2 -.nf -$ npm org set my-org @mx-smith -.fi -.RE -.P -Add a new admin to an org (or change a developer to an admin): -.P -.RS 2 -.nf -$ npm org set my-org @mx-santos admin -.fi -.RE -.P -Remove a user from an org: -.P -.RS 2 -.nf -$ npm org rm my-org mx-santos -.fi -.RE -.P -List all users in an org: -.P -.RS 2 -.nf -$ npm org ls my-org -.fi -.RE -.P -List all users in JSON format: -.P -.RS 2 -.nf -$ npm org ls my-org --json -.fi -.RE -.P -See what role a user has in an org: -.P -.RS 2 -.nf -$ npm org ls my-org @mx-santos -.fi -.RE -.SS "Description" -.P -You can use the \fBnpm org\fR commands to manage and view users of an organization. It supports adding and removing users, changing their roles, listing them, and finding specific ones and their roles. -.SS "Configuration" -.SS "\fBregistry\fR" -.RS 0 -.IP \(bu 4 -Default: "https://registry.npmjs.org/" -.IP \(bu 4 -Type: URL -.RE 0 - -.P -The base URL of the npm registry. -.SS "\fBotp\fR" -.RS 0 -.IP \(bu 4 -Default: null -.IP \(bu 4 -Type: null or String -.RE 0 - -.P -This is a one-time password from a two-factor authenticator. It's needed when publishing or changing package permissions with \fBnpm access\fR. -.P -If not set, and a registry response fails with a challenge for a one-time password, npm will prompt on the command line for one. -.SS "\fBjson\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Whether or not to output JSON data, rather than the normal output. -.RS 0 -.IP \(bu 4 -In \fBnpm pkg set\fR it enables parsing set values with JSON.parse() before saving them to your \fBpackage.json\fR. -.RE 0 - -.P -Not supported by all npm commands. -.SS "\fBparseable\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Output parseable results from commands that write to standard output. For \fBnpm search\fR, this will be tab-separated table format. -.SS "See Also" -.RS 0 -.IP \(bu 4 -npm help "using orgs" -.IP \(bu 4 -\fBDocumentation on npm Orgs\fR \fI\(lahttps://docs.npmjs.com/orgs/\(ra\fR -.RE 0 diff --git a/software/flow/node_modules/npm/man/man1/npm-outdated.1 b/software/flow/node_modules/npm/man/man1/npm-outdated.1 deleted file mode 100644 index 6833213..0000000 --- a/software/flow/node_modules/npm/man/man1/npm-outdated.1 +++ /dev/null @@ -1,182 +0,0 @@ -.TH "NPM-OUTDATED" "1" "February 2023" "" "" -.SH "NAME" -\fBnpm-outdated\fR - Check for outdated packages -.SS "Synopsis" -.P -.RS 2 -.nf -npm outdated \[lB]<package-spec> ...\[rB] -.fi -.RE -.SS "Description" -.P -This command will check the registry to see if any (or, specific) installed packages are currently outdated. -.P -By default, only the direct dependencies of the root project and direct dependencies of your configured \fIworkspaces\fR are shown. Use \fB--all\fR to find all outdated meta-dependencies as well. -.P -In the output: -.RS 0 -.IP \(bu 4 -\fBwanted\fR is the maximum version of the package that satisfies the semver range specified in \fBpackage.json\fR. If there's no available semver range (i.e. you're running \fBnpm outdated --global\fR, or the package isn't included in \fBpackage.json\fR), then \fBwanted\fR shows the currently-installed version. -.IP \(bu 4 -\fBlatest\fR is the version of the package tagged as latest in the registry. Running \fBnpm publish\fR with no special configuration will publish the package with a dist-tag of \fBlatest\fR. This may or may not be the maximum version of the package, or the most-recently published version of the package, depending on how the package's developer manages the latest npm help dist-tag. -.IP \(bu 4 -\fBlocation\fR is where in the physical tree the package is located. -.IP \(bu 4 -\fBdepended by\fR shows which package depends on the displayed dependency -.IP \(bu 4 -\fBpackage type\fR (when using \fB--long\fR / \fB-l\fR) tells you whether this package is a \fBdependency\fR or a dev/peer/optional dependency. Packages not included in \fBpackage.json\fR are always marked \fBdependencies\fR. -.IP \(bu 4 -\fBhomepage\fR (when using \fB--long\fR / \fB-l\fR) is the \fBhomepage\fR value contained in the package's packument -.IP \(bu 4 -Red means there's a newer version matching your semver requirements, so you should update now. -.IP \(bu 4 -Yellow indicates that there's a newer version \fIabove\fR your semver requirements (usually new major, or new 0.x minor) so proceed with caution. -.RE 0 - -.SS "An example" -.P -.RS 2 -.nf -$ npm outdated -Package Current Wanted Latest Location Depended by -glob 5.0.15 5.0.15 6.0.1 node_modules/glob dependent-package-name -nothingness 0.0.3 git git node_modules/nothingness dependent-package-name -npm 3.5.1 3.5.2 3.5.1 node_modules/npm dependent-package-name -local-dev 0.0.3 linked linked local-dev dependent-package-name -once 1.3.2 1.3.3 1.3.3 node_modules/once dependent-package-name -.fi -.RE -.P -With these \fBdependencies\fR: -.P -.RS 2 -.nf -{ - "glob": "^5.0.15", - "nothingness": "github:othiym23/nothingness#master", - "npm": "^3.5.1", - "once": "^1.3.1" -} -.fi -.RE -.P -A few things to note: -.RS 0 -.IP \(bu 4 -\fBglob\fR requires \fB^5\fR, which prevents npm from installing \fBglob@6\fR, which is outside the semver range. -.IP \(bu 4 -Git dependencies will always be reinstalled, because of how they're specified. The installed committish might satisfy the dependency specifier (if it's something immutable, like a commit SHA), or it might not, so \fBnpm outdated\fR and \fBnpm update\fR have to fetch Git repos to check. This is why currently doing a reinstall of a Git dependency always forces a new clone and install. -.IP \(bu 4 -\fBnpm@3.5.2\fR is marked as "wanted", but "latest" is \fBnpm@3.5.1\fR because npm uses dist-tags to manage its \fBlatest\fR and \fBnext\fR release channels. \fBnpm update\fR will install the \fInewest\fR version, but \fBnpm install npm\fR (with no semver range) will install whatever's tagged as \fBlatest\fR. -.IP \(bu 4 -\fBonce\fR is just plain out of date. Reinstalling \fBnode_modules\fR from scratch or running \fBnpm update\fR will bring it up to spec. -.RE 0 - -.SS "Configuration" -.SS "\fBall\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -When running \fBnpm outdated\fR and \fBnpm ls\fR, setting \fB--all\fR will show all outdated or installed packages, rather than only those directly depended upon by the current project. -.SS "\fBjson\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Whether or not to output JSON data, rather than the normal output. -.RS 0 -.IP \(bu 4 -In \fBnpm pkg set\fR it enables parsing set values with JSON.parse() before saving them to your \fBpackage.json\fR. -.RE 0 - -.P -Not supported by all npm commands. -.SS "\fBlong\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Show extended information in \fBls\fR, \fBsearch\fR, and \fBhelp-search\fR. -.SS "\fBparseable\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Output parseable results from commands that write to standard output. For \fBnpm search\fR, this will be tab-separated table format. -.SS "\fBglobal\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Operates in "global" mode, so that packages are installed into the \fBprefix\fR folder instead of the current working directory. See npm help folders for more on the differences in behavior. -.RS 0 -.IP \(bu 4 -packages are installed into the \fB{prefix}/lib/node_modules\fR folder, instead of the current working directory. -.IP \(bu 4 -bin files are linked to \fB{prefix}/bin\fR -.IP \(bu 4 -man pages are linked to \fB{prefix}/share/man\fR -.RE 0 - -.SS "\fBworkspace\fR" -.RS 0 -.IP \(bu 4 -Default: -.IP \(bu 4 -Type: String (can be set multiple times) -.RE 0 - -.P -Enable running a command in the context of the configured workspaces of the current project while filtering by running only the workspaces defined by this configuration option. -.P -Valid values for the \fBworkspace\fR config are either: -.RS 0 -.IP \(bu 4 -Workspace names -.IP \(bu 4 -Path to a workspace directory -.IP \(bu 4 -Path to a parent workspace directory (will result in selecting all workspaces within that folder) -.RE 0 - -.P -When set for the \fBnpm init\fR command, this may be set to the folder of a workspace which does not yet exist, to create the folder and set it up as a brand new workspace within the project. -.P -This value is not exported to the environment for child processes. -.SS "See Also" -.RS 0 -.IP \(bu 4 -npm help "package spec" -.IP \(bu 4 -npm help update -.IP \(bu 4 -npm help dist-tag -.IP \(bu 4 -npm help registry -.IP \(bu 4 -npm help folders -.IP \(bu 4 -npm help workspaces -.RE 0 diff --git a/software/flow/node_modules/npm/man/man1/npm-owner.1 b/software/flow/node_modules/npm/man/man1/npm-owner.1 deleted file mode 100644 index bf73df6..0000000 --- a/software/flow/node_modules/npm/man/man1/npm-owner.1 +++ /dev/null @@ -1,110 +0,0 @@ -.TH "NPM-OWNER" "1" "February 2023" "" "" -.SH "NAME" -\fBnpm-owner\fR - Manage package owners -.SS "Synopsis" -.P -.RS 2 -.nf -npm owner add <user> <package-spec> -npm owner rm <user> <package-spec> -npm owner ls <package-spec> - -alias: author -.fi -.RE -.SS "Description" -.P -Manage ownership of published packages. -.RS 0 -.IP \(bu 4 -ls: List all the users who have access to modify a package and push new versions. Handy when you need to know who to bug for help. -.IP \(bu 4 -add: Add a new user as a maintainer of a package. This user is enabled to modify metadata, publish new versions, and add other owners. -.IP \(bu 4 -rm: Remove a user from the package owner list. This immediately revokes their privileges. -.RE 0 - -.P -Note that there is only one level of access. Either you can modify a package, or you can't. Future versions may contain more fine-grained access levels, but that is not implemented at this time. -.P -If you have two-factor authentication enabled with \fBauth-and-writes\fR (see npm help npm-profile) then you'll need to go through a second factor flow when changing ownership or include an otp on the command line with \fB--otp\fR. -.SS "Configuration" -.SS "\fBregistry\fR" -.RS 0 -.IP \(bu 4 -Default: "https://registry.npmjs.org/" -.IP \(bu 4 -Type: URL -.RE 0 - -.P -The base URL of the npm registry. -.SS "\fBotp\fR" -.RS 0 -.IP \(bu 4 -Default: null -.IP \(bu 4 -Type: null or String -.RE 0 - -.P -This is a one-time password from a two-factor authenticator. It's needed when publishing or changing package permissions with \fBnpm access\fR. -.P -If not set, and a registry response fails with a challenge for a one-time password, npm will prompt on the command line for one. -.SS "\fBworkspace\fR" -.RS 0 -.IP \(bu 4 -Default: -.IP \(bu 4 -Type: String (can be set multiple times) -.RE 0 - -.P -Enable running a command in the context of the configured workspaces of the current project while filtering by running only the workspaces defined by this configuration option. -.P -Valid values for the \fBworkspace\fR config are either: -.RS 0 -.IP \(bu 4 -Workspace names -.IP \(bu 4 -Path to a workspace directory -.IP \(bu 4 -Path to a parent workspace directory (will result in selecting all workspaces within that folder) -.RE 0 - -.P -When set for the \fBnpm init\fR command, this may be set to the folder of a workspace which does not yet exist, to create the folder and set it up as a brand new workspace within the project. -.P -This value is not exported to the environment for child processes. -.SS "\fBworkspaces\fR" -.RS 0 -.IP \(bu 4 -Default: null -.IP \(bu 4 -Type: null or Boolean -.RE 0 - -.P -Set to true to run the command in the context of \fBall\fR configured workspaces. -.P -Explicitly setting this to false will cause commands like \fBinstall\fR to ignore workspaces altogether. When not set explicitly: -.RS 0 -.IP \(bu 4 -Commands that operate on the \fBnode_modules\fR tree (install, update, etc.) will link workspaces into the \fBnode_modules\fR folder. - Commands that do other things (test, exec, publish, etc.) will operate on the root project, \fIunless\fR one or more workspaces are specified in the \fBworkspace\fR config. -.RE 0 - -.P -This value is not exported to the environment for child processes. -.SS "See Also" -.RS 0 -.IP \(bu 4 -npm help "package spec" -.IP \(bu 4 -npm help profile -.IP \(bu 4 -npm help publish -.IP \(bu 4 -npm help registry -.IP \(bu 4 -npm help adduser -.RE 0 diff --git a/software/flow/node_modules/npm/man/man1/npm-pack.1 b/software/flow/node_modules/npm/man/man1/npm-pack.1 deleted file mode 100644 index e6b19f2..0000000 --- a/software/flow/node_modules/npm/man/man1/npm-pack.1 +++ /dev/null @@ -1,130 +0,0 @@ -.TH "NPM-PACK" "1" "February 2023" "" "" -.SH "NAME" -\fBnpm-pack\fR - Create a tarball from a package -.SS "Synopsis" -.P -.RS 2 -.nf -npm pack <package-spec> -.fi -.RE -.SS "Configuration" -.SS "\fBdry-run\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Indicates that you don't want npm to make any changes and that it should only report what it would have done. This can be passed into any of the commands that modify your local installation, eg, \fBinstall\fR, \fBupdate\fR, \fBdedupe\fR, \fBuninstall\fR, as well as \fBpack\fR and \fBpublish\fR. -.P -Note: This is NOT honored by other network related commands, eg \fBdist-tags\fR, \fBowner\fR, etc. -.SS "\fBjson\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Whether or not to output JSON data, rather than the normal output. -.RS 0 -.IP \(bu 4 -In \fBnpm pkg set\fR it enables parsing set values with JSON.parse() before saving them to your \fBpackage.json\fR. -.RE 0 - -.P -Not supported by all npm commands. -.SS "\fBpack-destination\fR" -.RS 0 -.IP \(bu 4 -Default: "." -.IP \(bu 4 -Type: String -.RE 0 - -.P -Directory in which \fBnpm pack\fR will save tarballs. -.SS "\fBworkspace\fR" -.RS 0 -.IP \(bu 4 -Default: -.IP \(bu 4 -Type: String (can be set multiple times) -.RE 0 - -.P -Enable running a command in the context of the configured workspaces of the current project while filtering by running only the workspaces defined by this configuration option. -.P -Valid values for the \fBworkspace\fR config are either: -.RS 0 -.IP \(bu 4 -Workspace names -.IP \(bu 4 -Path to a workspace directory -.IP \(bu 4 -Path to a parent workspace directory (will result in selecting all workspaces within that folder) -.RE 0 - -.P -When set for the \fBnpm init\fR command, this may be set to the folder of a workspace which does not yet exist, to create the folder and set it up as a brand new workspace within the project. -.P -This value is not exported to the environment for child processes. -.SS "\fBworkspaces\fR" -.RS 0 -.IP \(bu 4 -Default: null -.IP \(bu 4 -Type: null or Boolean -.RE 0 - -.P -Set to true to run the command in the context of \fBall\fR configured workspaces. -.P -Explicitly setting this to false will cause commands like \fBinstall\fR to ignore workspaces altogether. When not set explicitly: -.RS 0 -.IP \(bu 4 -Commands that operate on the \fBnode_modules\fR tree (install, update, etc.) will link workspaces into the \fBnode_modules\fR folder. - Commands that do other things (test, exec, publish, etc.) will operate on the root project, \fIunless\fR one or more workspaces are specified in the \fBworkspace\fR config. -.RE 0 - -.P -This value is not exported to the environment for child processes. -.SS "\fBinclude-workspace-root\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Include the workspace root when workspaces are enabled for a command. -.P -When false, specifying individual workspaces via the \fBworkspace\fR config, or all workspaces via the \fBworkspaces\fR flag, will cause npm to operate only on the specified workspaces, and not on the root project. -.P -This value is not exported to the environment for child processes. -.SS "Description" -.P -For anything that's installable (that is, a package folder, tarball, tarball url, git url, name@tag, name@version, name, or scoped name), this command will fetch it to the cache, copy the tarball to the current working directory as \fB<name>-<version>.tgz\fR, and then write the filenames out to stdout. -.P -If the same package is specified multiple times, then the file will be overwritten the second time. -.P -If no arguments are supplied, then npm packs the current package folder. -.SS "See Also" -.RS 0 -.IP \(bu 4 -npm help "package spec" -.IP \(bu 4 -\fBnpm-packlist package\fR \fI\(lahttp://npm.im/npm-packlist\(ra\fR -.IP \(bu 4 -npm help cache -.IP \(bu 4 -npm help publish -.IP \(bu 4 -npm help config -.IP \(bu 4 -npm help npmrc -.RE 0 diff --git a/software/flow/node_modules/npm/man/man1/npm-ping.1 b/software/flow/node_modules/npm/man/man1/npm-ping.1 deleted file mode 100644 index 4ae24a8..0000000 --- a/software/flow/node_modules/npm/man/man1/npm-ping.1 +++ /dev/null @@ -1,52 +0,0 @@ -.TH "NPM-PING" "1" "February 2023" "" "" -.SH "NAME" -\fBnpm-ping\fR - Ping npm registry -.SS "Synopsis" -.P -.RS 2 -.nf -npm ping -.fi -.RE -.P -Note: This command is unaware of workspaces. -.SS "Description" -.P -Ping the configured or given npm registry and verify authentication. If it works it will output something like: -.P -.RS 2 -.nf -npm notice PING https://registry.npmjs.org/ -npm notice PONG 255ms -.fi -.RE -.P -otherwise you will get an error: -.P -.RS 2 -.nf -npm notice PING http://foo.com/ -npm ERR! code E404 -npm ERR! 404 Not Found - GET http://www.foo.com/-/ping?write=true -.fi -.RE -.SS "Configuration" -.SS "\fBregistry\fR" -.RS 0 -.IP \(bu 4 -Default: "https://registry.npmjs.org/" -.IP \(bu 4 -Type: URL -.RE 0 - -.P -The base URL of the npm registry. -.SS "See Also" -.RS 0 -.IP \(bu 4 -npm help doctor -.IP \(bu 4 -npm help config -.IP \(bu 4 -npm help npmrc -.RE 0 diff --git a/software/flow/node_modules/npm/man/man1/npm-pkg.1 b/software/flow/node_modules/npm/man/man1/npm-pkg.1 deleted file mode 100644 index d67f473..0000000 --- a/software/flow/node_modules/npm/man/man1/npm-pkg.1 +++ /dev/null @@ -1,283 +0,0 @@ -.TH "NPM-PKG" "1" "February 2023" "" "" -.SH "NAME" -\fBnpm-pkg\fR - Manages your package.json -.SS "Synopsis" -.P -.RS 2 -.nf -npm pkg set <key>=<value> \[lB]<key>=<value> ...\[rB] -npm pkg get \[lB]<key> \[lB]<key> ...\[rB]\[rB] -npm pkg delete <key> \[lB]<key> ...\[rB] -npm pkg set \[lB]<array>\[lB]<index>\[rB].<key>=<value> ...\[rB] -npm pkg set \[lB]<array>\[lB]\[rB].<key>=<value> ...\[rB] -.fi -.RE -.SS "Description" -.P -A command that automates the management of \fBpackage.json\fR files. \fBnpm pkg\fR provide 3 different sub commands that allow you to modify or retrieve values for given object keys in your \fBpackage.json\fR. -.P -The syntax to retrieve and set fields is a dot separated representation of the nested object properties to be found within your \fBpackage.json\fR, it's the same notation used in npm help view to retrieve information from the registry manifest, below you can find more examples on how to use it. -.P -Returned values are always in \fBjson\fR format. -.RS 0 -.IP \(bu 4 -\fBnpm pkg get <field>\fR -.P -Retrieves a value \fBkey\fR, defined in your \fBpackage.json\fR file. -.P -For example, in order to retrieve the name of the current package, you can run: -.P -.RS 2 -.nf -npm pkg get name -.fi -.RE -.P -It's also possible to retrieve multiple values at once: -.P -.RS 2 -.nf -npm pkg get name version -.fi -.RE -.P -You can view child fields by separating them with a period. To retrieve the value of a test \fBscript\fR value, you would run the following command: -.P -.RS 2 -.nf -npm pkg get scripts.test -.fi -.RE -.P -For fields that are arrays, requesting a non-numeric field will return all of the values from the objects in the list. For example, to get all the contributor emails for a package, you would run: -.P -.RS 2 -.nf -npm pkg get contributors.email -.fi -.RE -.P -You may also use numeric indices in square braces to specifically select an item in an array field. To just get the email address of the first contributor in the list, you can run: -.P -.RS 2 -.nf -npm pkg get contributors\[lB]0\[rB].email -.fi -.RE -.P -For complex fields you can also name a property in square brackets to specifically select a child field. This is especially helpful with the exports object: -.P -.RS 2 -.nf -npm pkg get "exports\[lB].\[rB].require" -.fi -.RE -.IP \(bu 4 -\fBnpm pkg set <field>=<value>\fR -.P -Sets a \fBvalue\fR in your \fBpackage.json\fR based on the \fBfield\fR value. When saving to your \fBpackage.json\fR file the same set of rules used during \fBnpm install\fR and other cli commands that touches the \fBpackage.json\fR file are used, making sure to respect the existing indentation and possibly applying some validation prior to saving values to the file. -.P -The same syntax used to retrieve values from your package can also be used to define new properties or overriding existing ones, below are some examples of how the dot separated syntax can be used to edit your \fBpackage.json\fR file. -.P -Defining a new bin named \fBmynewcommand\fR in your \fBpackage.json\fR that points to a file \fBcli.js\fR: -.P -.RS 2 -.nf -npm pkg set bin.mynewcommand=cli.js -.fi -.RE -.P -Setting multiple fields at once is also possible: -.P -.RS 2 -.nf -npm pkg set description='Awesome package' engines.node='>=10' -.fi -.RE -.P -It's also possible to add to array values, for example to add a new contributor entry: -.P -.RS 2 -.nf -npm pkg set contributors\[lB]0\[rB].name='Foo' contributors\[lB]0\[rB].email='foo@bar.ca' -.fi -.RE -.P -You may also append items to the end of an array using the special empty bracket notation: -.P -.RS 2 -.nf -npm pkg set contributors\[lB]\[rB].name='Foo' contributors\[lB]\[rB].name='Bar' -.fi -.RE -.P -It's also possible to parse values as json prior to saving them to your \fBpackage.json\fR file, for example in order to set a \fB"private": true\fR property: -.P -.RS 2 -.nf -npm pkg set private=true --json -.fi -.RE -.P -It also enables saving values as numbers: -.P -.RS 2 -.nf -npm pkg set tap.timeout=60 --json -.fi -.RE -.IP \(bu 4 -\fBnpm pkg delete <key>\fR -.P -Deletes a \fBkey\fR from your \fBpackage.json\fR -.P -The same syntax used to set values from your package can also be used to remove existing ones. For example, in order to remove a script named build: -.P -.RS 2 -.nf -npm pkg delete scripts.build -.fi -.RE -.RE 0 - -.SS "Workspaces support" -.P -You can set/get/delete items across your configured workspaces by using the \fB\fBworkspace\fR\fR \fI\(la/using-npm/config#workspace\(ra\fR or \fB\fBworkspaces\fR\fR \fI\(la/using-npm/config#workspaces\(ra\fR config options. -.P -For example, setting a \fBfunding\fR value across all configured workspaces of a project: -.P -.RS 2 -.nf -npm pkg set funding=https://example.com --ws -.fi -.RE -.P -When using \fBnpm pkg get\fR to retrieve info from your configured workspaces, the returned result will be in a json format in which top level keys are the names of each workspace, the values of these keys will be the result values returned from each of the configured workspaces, e.g: -.P -.RS 2 -.nf -npm pkg get name version --ws -{ - "a": { - "name": "a", - "version": "1.0.0" - }, - "b": { - "name": "b", - "version": "1.0.0" - } -} -.fi -.RE -.SS "Configuration" -.SS "\fBforce\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Removes various protections against unfortunate side effects, common mistakes, unnecessary performance degradation, and malicious input. -.RS 0 -.IP \(bu 4 -Allow clobbering non-npm files in global installs. -.IP \(bu 4 -Allow the \fBnpm version\fR command to work on an unclean git repository. -.IP \(bu 4 -Allow deleting the cache folder with \fBnpm cache clean\fR. -.IP \(bu 4 -Allow installing packages that have an \fBengines\fR declaration requiring a different version of npm. -.IP \(bu 4 -Allow installing packages that have an \fBengines\fR declaration requiring a different version of \fBnode\fR, even if \fB--engine-strict\fR is enabled. -.IP \(bu 4 -Allow \fBnpm audit fix\fR to install modules outside your stated dependency range (including SemVer-major changes). -.IP \(bu 4 -Allow unpublishing all versions of a published package. -.IP \(bu 4 -Allow conflicting peerDependencies to be installed in the root project. -.IP \(bu 4 -Implicitly set \fB--yes\fR during \fBnpm init\fR. -.IP \(bu 4 -Allow clobbering existing values in \fBnpm pkg\fR -.IP \(bu 4 -Allow unpublishing of entire packages (not just a single version). -.RE 0 - -.P -If you don't have a clear idea of what you want to do, it is strongly recommended that you do not use this option! -.SS "\fBjson\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Whether or not to output JSON data, rather than the normal output. -.RS 0 -.IP \(bu 4 -In \fBnpm pkg set\fR it enables parsing set values with JSON.parse() before saving them to your \fBpackage.json\fR. -.RE 0 - -.P -Not supported by all npm commands. -.SS "\fBworkspace\fR" -.RS 0 -.IP \(bu 4 -Default: -.IP \(bu 4 -Type: String (can be set multiple times) -.RE 0 - -.P -Enable running a command in the context of the configured workspaces of the current project while filtering by running only the workspaces defined by this configuration option. -.P -Valid values for the \fBworkspace\fR config are either: -.RS 0 -.IP \(bu 4 -Workspace names -.IP \(bu 4 -Path to a workspace directory -.IP \(bu 4 -Path to a parent workspace directory (will result in selecting all workspaces within that folder) -.RE 0 - -.P -When set for the \fBnpm init\fR command, this may be set to the folder of a workspace which does not yet exist, to create the folder and set it up as a brand new workspace within the project. -.P -This value is not exported to the environment for child processes. -.SS "\fBworkspaces\fR" -.RS 0 -.IP \(bu 4 -Default: null -.IP \(bu 4 -Type: null or Boolean -.RE 0 - -.P -Set to true to run the command in the context of \fBall\fR configured workspaces. -.P -Explicitly setting this to false will cause commands like \fBinstall\fR to ignore workspaces altogether. When not set explicitly: -.RS 0 -.IP \(bu 4 -Commands that operate on the \fBnode_modules\fR tree (install, update, etc.) will link workspaces into the \fBnode_modules\fR folder. - Commands that do other things (test, exec, publish, etc.) will operate on the root project, \fIunless\fR one or more workspaces are specified in the \fBworkspace\fR config. -.RE 0 - -.P -This value is not exported to the environment for child processes. -.SH "SEE ALSO" -.RS 0 -.IP \(bu 4 -npm help install -.IP \(bu 4 -npm help init -.IP \(bu 4 -npm help config -.IP \(bu 4 -npm help set-script -.IP \(bu 4 -npm help workspaces -.RE 0 diff --git a/software/flow/node_modules/npm/man/man1/npm-prefix.1 b/software/flow/node_modules/npm/man/man1/npm-prefix.1 deleted file mode 100644 index a14aec7..0000000 --- a/software/flow/node_modules/npm/man/man1/npm-prefix.1 +++ /dev/null @@ -1,65 +0,0 @@ -.TH "NPM-PREFIX" "1" "February 2023" "" "" -.SH "NAME" -\fBnpm-prefix\fR - Display prefix -.SS "Synopsis" -.P -.RS 2 -.nf -npm prefix \[lB]-g\[rB] -.fi -.RE -.P -Note: This command is unaware of workspaces. -.SS "Description" -.P -Print the local prefix to standard output. This is the closest parent directory to contain a \fBpackage.json\fR file or \fBnode_modules\fR directory, unless \fB-g\fR is also specified. -.P -If \fB-g\fR is specified, this will be the value of the global prefix. See npm help config for more detail. -.SS "Example" -.P -.RS 2 -.nf -npm prefix -/usr/local/projects/foo -.fi -.RE -.P -.RS 2 -.nf -npm prefix -g -/usr/local -.fi -.RE -.SS "Configuration" -.SS "\fBglobal\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Operates in "global" mode, so that packages are installed into the \fBprefix\fR folder instead of the current working directory. See npm help folders for more on the differences in behavior. -.RS 0 -.IP \(bu 4 -packages are installed into the \fB{prefix}/lib/node_modules\fR folder, instead of the current working directory. -.IP \(bu 4 -bin files are linked to \fB{prefix}/bin\fR -.IP \(bu 4 -man pages are linked to \fB{prefix}/share/man\fR -.RE 0 - -.SS "See Also" -.RS 0 -.IP \(bu 4 -npm help root -.IP \(bu 4 -npm help bin -.IP \(bu 4 -npm help folders -.IP \(bu 4 -npm help config -.IP \(bu 4 -npm help npmrc -.RE 0 diff --git a/software/flow/node_modules/npm/man/man1/npm-profile.1 b/software/flow/node_modules/npm/man/man1/npm-profile.1 deleted file mode 100644 index 40bc3df..0000000 --- a/software/flow/node_modules/npm/man/man1/npm-profile.1 +++ /dev/null @@ -1,137 +0,0 @@ -.TH "NPM-PROFILE" "1" "February 2023" "" "" -.SH "NAME" -\fBnpm-profile\fR - Change settings on your registry profile -.SS "Synopsis" -.P -.RS 2 -.nf -npm profile enable-2fa \[lB]auth-only|auth-and-writes\[rB] -npm profile disable-2fa -npm profile get \[lB]<key>\[rB] -npm profile set <key> <value> -.fi -.RE -.P -Note: This command is unaware of workspaces. -.SS "Description" -.P -Change your profile information on the registry. Note that this command depends on the registry implementation, so third-party registries may not support this interface. -.RS 0 -.IP \(bu 4 -\fBnpm profile get \[lB]<property>\[rB]\fR: Display all of the properties of your profile, or one or more specific properties. It looks like: -.RE 0 - -.P -.RS 2 -.nf -+-----------------+---------------------------+ -| name | example | -+-----------------+---------------------------+ -| email | me@example.com (verified) | -+-----------------+---------------------------+ -| two factor auth | auth-and-writes | -+-----------------+---------------------------+ -| fullname | Example User | -+-----------------+---------------------------+ -| homepage | | -+-----------------+---------------------------+ -| freenode | | -+-----------------+---------------------------+ -| twitter | | -+-----------------+---------------------------+ -| github | | -+-----------------+---------------------------+ -| created | 2015-02-26T01:38:35.892Z | -+-----------------+---------------------------+ -| updated | 2017-10-02T21:29:45.922Z | -+-----------------+---------------------------+ -.fi -.RE -.RS 0 -.IP \(bu 4 -\fBnpm profile set <property> <value>\fR: Set the value of a profile property. You can set the following properties this way: email, fullname, homepage, freenode, twitter, github -.IP \(bu 4 -\fBnpm profile set password\fR: Change your password. This is interactive, you'll be prompted for your current password and a new password. You'll also be prompted for an OTP if you have two-factor authentication enabled. -.IP \(bu 4 -\fBnpm profile enable-2fa \[lB]auth-and-writes|auth-only\[rB]\fR: Enables two-factor authentication. Defaults to \fBauth-and-writes\fR mode. Modes are: -.RS 4 -.IP \(bu 4 -\fBauth-only\fR: Require an OTP when logging in or making changes to your account's authentication. The OTP will be required on both the website and the command line. -.IP \(bu 4 -\fBauth-and-writes\fR: Requires an OTP at all the times \fBauth-only\fR does, and also requires one when publishing a module, setting the \fBlatest\fR dist-tag, or changing access via \fBnpm access\fR and \fBnpm owner\fR. -.RE 0 - -.IP \(bu 4 -\fBnpm profile disable-2fa\fR: Disables two-factor authentication. -.RE 0 - -.SS "Details" -.P -Some of these commands may not be available on non npmjs.com registries. -.SS "Configuration" -.SS "\fBregistry\fR" -.RS 0 -.IP \(bu 4 -Default: "https://registry.npmjs.org/" -.IP \(bu 4 -Type: URL -.RE 0 - -.P -The base URL of the npm registry. -.SS "\fBjson\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Whether or not to output JSON data, rather than the normal output. -.RS 0 -.IP \(bu 4 -In \fBnpm pkg set\fR it enables parsing set values with JSON.parse() before saving them to your \fBpackage.json\fR. -.RE 0 - -.P -Not supported by all npm commands. -.SS "\fBparseable\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Output parseable results from commands that write to standard output. For \fBnpm search\fR, this will be tab-separated table format. -.SS "\fBotp\fR" -.RS 0 -.IP \(bu 4 -Default: null -.IP \(bu 4 -Type: null or String -.RE 0 - -.P -This is a one-time password from a two-factor authenticator. It's needed when publishing or changing package permissions with \fBnpm access\fR. -.P -If not set, and a registry response fails with a challenge for a one-time password, npm will prompt on the command line for one. -.SS "See Also" -.RS 0 -.IP \(bu 4 -npm help adduser -.IP \(bu 4 -npm help registry -.IP \(bu 4 -npm help config -.IP \(bu 4 -npm help npmrc -.IP \(bu 4 -npm help owner -.IP \(bu 4 -npm help whoami -.IP \(bu 4 -npm help token -.RE 0 diff --git a/software/flow/node_modules/npm/man/man1/npm-prune.1 b/software/flow/node_modules/npm/man/man1/npm-prune.1 deleted file mode 100644 index 86546ac..0000000 --- a/software/flow/node_modules/npm/man/man1/npm-prune.1 +++ /dev/null @@ -1,170 +0,0 @@ -.TH "NPM-PRUNE" "1" "February 2023" "" "" -.SH "NAME" -\fBnpm-prune\fR - Remove extraneous packages -.SS "Synopsis" -.P -.RS 2 -.nf -npm prune \[lB]\[lB]<@scope>/\[rB]<pkg>...\[rB] -.fi -.RE -.SS "Description" -.P -This command removes "extraneous" packages. If a package name is provided, then only packages matching one of the supplied names are removed. -.P -Extraneous packages are those present in the \fBnode_modules\fR folder that are not listed as any package's dependency list. -.P -If the \fB--production\fR flag is specified or the \fBNODE_ENV\fR environment variable is set to \fBproduction\fR, this command will remove the packages specified in your \fBdevDependencies\fR. Setting \fB--no-production\fR will negate \fBNODE_ENV\fR being set to \fBproduction\fR. -.P -If the \fB--dry-run\fR flag is used then no changes will actually be made. -.P -If the \fB--json\fR flag is used, then the changes \fBnpm prune\fR made (or would have made with \fB--dry-run\fR) are printed as a JSON object. -.P -In normal operation, extraneous modules are pruned automatically, so you'll only need this command with the \fB--production\fR flag. However, in the real world, operation is not always "normal". When crashes or mistakes happen, this command can help clean up any resulting garbage. -.SS "Configuration" -.SS "\fBomit\fR" -.RS 0 -.IP \(bu 4 -Default: 'dev' if the \fBNODE_ENV\fR environment variable is set to 'production', otherwise empty. -.IP \(bu 4 -Type: "dev", "optional", or "peer" (can be set multiple times) -.RE 0 - -.P -Dependency types to omit from the installation tree on disk. -.P -Note that these dependencies \fIare\fR still resolved and added to the \fBpackage-lock.json\fR or \fBnpm-shrinkwrap.json\fR file. They are just not physically installed on disk. -.P -If a package type appears in both the \fB--include\fR and \fB--omit\fR lists, then it will be included. -.P -If the resulting omit list includes \fB'dev'\fR, then the \fBNODE_ENV\fR environment variable will be set to \fB'production'\fR for all lifecycle scripts. -.SS "\fBdry-run\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Indicates that you don't want npm to make any changes and that it should only report what it would have done. This can be passed into any of the commands that modify your local installation, eg, \fBinstall\fR, \fBupdate\fR, \fBdedupe\fR, \fBuninstall\fR, as well as \fBpack\fR and \fBpublish\fR. -.P -Note: This is NOT honored by other network related commands, eg \fBdist-tags\fR, \fBowner\fR, etc. -.SS "\fBjson\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Whether or not to output JSON data, rather than the normal output. -.RS 0 -.IP \(bu 4 -In \fBnpm pkg set\fR it enables parsing set values with JSON.parse() before saving them to your \fBpackage.json\fR. -.RE 0 - -.P -Not supported by all npm commands. -.SS "\fBforeground-scripts\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Run all build scripts (ie, \fBpreinstall\fR, \fBinstall\fR, and \fBpostinstall\fR) scripts for installed packages in the foreground process, sharing standard input, output, and error with the main npm process. -.P -Note that this will generally make installs run slower, and be much noisier, but can be useful for debugging. -.SS "\fBignore-scripts\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -If true, npm does not run scripts specified in package.json files. -.P -Note that commands explicitly intended to run a particular script, such as \fBnpm start\fR, \fBnpm stop\fR, \fBnpm restart\fR, \fBnpm test\fR, and \fBnpm run-script\fR will still run their intended script if \fBignore-scripts\fR is set, but they will \fInot\fR run any pre- or post-scripts. -.SS "\fBworkspace\fR" -.RS 0 -.IP \(bu 4 -Default: -.IP \(bu 4 -Type: String (can be set multiple times) -.RE 0 - -.P -Enable running a command in the context of the configured workspaces of the current project while filtering by running only the workspaces defined by this configuration option. -.P -Valid values for the \fBworkspace\fR config are either: -.RS 0 -.IP \(bu 4 -Workspace names -.IP \(bu 4 -Path to a workspace directory -.IP \(bu 4 -Path to a parent workspace directory (will result in selecting all workspaces within that folder) -.RE 0 - -.P -When set for the \fBnpm init\fR command, this may be set to the folder of a workspace which does not yet exist, to create the folder and set it up as a brand new workspace within the project. -.P -This value is not exported to the environment for child processes. -.SS "\fBworkspaces\fR" -.RS 0 -.IP \(bu 4 -Default: null -.IP \(bu 4 -Type: null or Boolean -.RE 0 - -.P -Set to true to run the command in the context of \fBall\fR configured workspaces. -.P -Explicitly setting this to false will cause commands like \fBinstall\fR to ignore workspaces altogether. When not set explicitly: -.RS 0 -.IP \(bu 4 -Commands that operate on the \fBnode_modules\fR tree (install, update, etc.) will link workspaces into the \fBnode_modules\fR folder. - Commands that do other things (test, exec, publish, etc.) will operate on the root project, \fIunless\fR one or more workspaces are specified in the \fBworkspace\fR config. -.RE 0 - -.P -This value is not exported to the environment for child processes. -.SS "\fBinclude-workspace-root\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Include the workspace root when workspaces are enabled for a command. -.P -When false, specifying individual workspaces via the \fBworkspace\fR config, or all workspaces via the \fBworkspaces\fR flag, will cause npm to operate only on the specified workspaces, and not on the root project. -.P -This value is not exported to the environment for child processes. -.SS "\fBinstall-links\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -When set file: protocol dependencies will be packed and installed as regular dependencies instead of creating a symlink. This option has no effect on workspaces. -.SS "See Also" -.RS 0 -.IP \(bu 4 -npm help uninstall -.IP \(bu 4 -npm help folders -.IP \(bu 4 -npm help ls -.RE 0 diff --git a/software/flow/node_modules/npm/man/man1/npm-publish.1 b/software/flow/node_modules/npm/man/man1/npm-publish.1 deleted file mode 100644 index 97b9129..0000000 --- a/software/flow/node_modules/npm/man/man1/npm-publish.1 +++ /dev/null @@ -1,207 +0,0 @@ -.TH "NPM-PUBLISH" "1" "February 2023" "" "" -.SH "NAME" -\fBnpm-publish\fR - Publish a package -.SS "Synopsis" -.P -.RS 2 -.nf -npm publish <package-spec> -.fi -.RE -.SS "Description" -.P -Publishes a package to the registry so that it can be installed by name. -.P -By default npm will publish to the public registry. This can be overridden by specifying a different default registry or using a npm help scope in the name, combined with a scope-configured registry (see \fB\fBpackage.json\fR\fR \fI\(la/configuring-npm/package-json\(ra\fR). -.P -A \fBpackage\fR is interpreted the same way as other commands (like \fBnpm install\fR and can be: -.RS 0 -.IP \(bu 4 -a) a folder containing a program described by a \fB\fBpackage.json\fR\fR \fI\(la/configuring-npm/package-json\(ra\fR file -.IP \(bu 4 -b) a gzipped tarball containing (a) -.IP \(bu 4 -c) a url that resolves to (b) -.IP \(bu 4 -d) a \fB<name>@<version>\fR that is published on the registry (see npm help registry) with (c) -.IP \(bu 4 -e) a \fB<name>@<tag>\fR (see npm help dist-tag) that points to (d) -.IP \(bu 4 -f) a \fB<name>\fR that has a "latest" tag satisfying (e) -.IP \(bu 4 -g) a \fB<git remote url>\fR that resolves to (a) -.RE 0 - -.P -The publish will fail if the package name and version combination already exists in the specified registry. -.P -Once a package is published with a given name and version, that specific name and version combination can never be used again, even if it is removed with npm help unpublish. -.P -As of \fBnpm@5\fR, both a sha1sum and an integrity field with a sha512sum of the tarball will be submitted to the registry during publication. Subsequent installs will use the strongest supported algorithm to verify downloads. -.P -Similar to \fB--dry-run\fR see npm help pack, which figures out the files to be included and packs them into a tarball to be uploaded to the registry. -.SS "Files included in package" -.P -To see what will be included in your package, run \fBnpx npm-packlist\fR. All files are included by default, with the following exceptions: -.RS 0 -.IP \(bu 4 -Certain files that are relevant to package installation and distribution are always included. For example, \fBpackage.json\fR, \fBREADME.md\fR, \fBLICENSE\fR, and so on. -.IP \(bu 4 -If there is a "files" list in \fB\fBpackage.json\fR\fR \fI\(la/configuring-npm/package-json\(ra\fR, then only the files specified will be included. (If directories are specified, then they will be walked recursively and their contents included, subject to the same ignore rules.) -.IP \(bu 4 -If there is a \fB.gitignore\fR or \fB.npmignore\fR file, then ignored files in that and all child directories will be excluded from the package. If \fIboth\fR files exist, then the \fB.gitignore\fR is ignored, and only the \fB.npmignore\fR is used. -.P -\fB.npmignore\fR files follow the \fBsame pattern rules\fR \fI\(lahttps://git-scm.com/book/en/v2/Git-Basics-Recording-Changes-to-the-Repository#_ignoring\(ra\fR as \fB.gitignore\fR files -.IP \(bu 4 -If the file matches certain patterns, then it will \fInever\fR be included, unless explicitly added to the \fB"files"\fR list in \fBpackage.json\fR, or un-ignored with a \fB!\fR rule in a \fB.npmignore\fR or \fB.gitignore\fR file. -.IP \(bu 4 -Symbolic links are never included in npm packages. -.RE 0 - -.P -See npm help developers for full details on what's included in the published package, as well as details on how the package is built. -.SS "Configuration" -.SS "\fBtag\fR" -.RS 0 -.IP \(bu 4 -Default: "latest" -.IP \(bu 4 -Type: String -.RE 0 - -.P -If you ask npm to install a package and don't tell it a specific version, then it will install the specified tag. -.P -Also the tag that is added to the package@version specified by the \fBnpm tag\fR command, if no explicit tag is given. -.P -When used by the \fBnpm diff\fR command, this is the tag used to fetch the tarball that will be compared with the local files by default. -.SS "\fBaccess\fR" -.RS 0 -.IP \(bu 4 -Default: 'public' for new packages, existing packages it will not change the current level -.IP \(bu 4 -Type: null, "restricted", or "public" -.RE 0 - -.P -If you do not want your scoped package to be publicly viewable (and installable) set \fB--access=restricted\fR. -.P -Unscoped packages can not be set to \fBrestricted\fR. -.P -Note: This defaults to not changing the current access level for existing packages. Specifying a value of \fBrestricted\fR or \fBpublic\fR during publish will change the access for an existing package the same way that \fBnpm access set -status\fR would. -.SS "\fBdry-run\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Indicates that you don't want npm to make any changes and that it should only report what it would have done. This can be passed into any of the commands that modify your local installation, eg, \fBinstall\fR, \fBupdate\fR, \fBdedupe\fR, \fBuninstall\fR, as well as \fBpack\fR and \fBpublish\fR. -.P -Note: This is NOT honored by other network related commands, eg \fBdist-tags\fR, \fBowner\fR, etc. -.SS "\fBotp\fR" -.RS 0 -.IP \(bu 4 -Default: null -.IP \(bu 4 -Type: null or String -.RE 0 - -.P -This is a one-time password from a two-factor authenticator. It's needed when publishing or changing package permissions with \fBnpm access\fR. -.P -If not set, and a registry response fails with a challenge for a one-time password, npm will prompt on the command line for one. -.SS "\fBworkspace\fR" -.RS 0 -.IP \(bu 4 -Default: -.IP \(bu 4 -Type: String (can be set multiple times) -.RE 0 - -.P -Enable running a command in the context of the configured workspaces of the current project while filtering by running only the workspaces defined by this configuration option. -.P -Valid values for the \fBworkspace\fR config are either: -.RS 0 -.IP \(bu 4 -Workspace names -.IP \(bu 4 -Path to a workspace directory -.IP \(bu 4 -Path to a parent workspace directory (will result in selecting all workspaces within that folder) -.RE 0 - -.P -When set for the \fBnpm init\fR command, this may be set to the folder of a workspace which does not yet exist, to create the folder and set it up as a brand new workspace within the project. -.P -This value is not exported to the environment for child processes. -.SS "\fBworkspaces\fR" -.RS 0 -.IP \(bu 4 -Default: null -.IP \(bu 4 -Type: null or Boolean -.RE 0 - -.P -Set to true to run the command in the context of \fBall\fR configured workspaces. -.P -Explicitly setting this to false will cause commands like \fBinstall\fR to ignore workspaces altogether. When not set explicitly: -.RS 0 -.IP \(bu 4 -Commands that operate on the \fBnode_modules\fR tree (install, update, etc.) will link workspaces into the \fBnode_modules\fR folder. - Commands that do other things (test, exec, publish, etc.) will operate on the root project, \fIunless\fR one or more workspaces are specified in the \fBworkspace\fR config. -.RE 0 - -.P -This value is not exported to the environment for child processes. -.SS "\fBinclude-workspace-root\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Include the workspace root when workspaces are enabled for a command. -.P -When false, specifying individual workspaces via the \fBworkspace\fR config, or all workspaces via the \fBworkspaces\fR flag, will cause npm to operate only on the specified workspaces, and not on the root project. -.P -This value is not exported to the environment for child processes. -.SS "\fBprovenance\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Indicates that a provenance statement should be generated. -.SS "See Also" -.RS 0 -.IP \(bu 4 -npm help "package spec" -.IP \(bu 4 -\fBnpm-packlist package\fR \fI\(lahttp://npm.im/npm-packlist\(ra\fR -.IP \(bu 4 -npm help registry -.IP \(bu 4 -npm help scope -.IP \(bu 4 -npm help adduser -.IP \(bu 4 -npm help owner -.IP \(bu 4 -npm help deprecate -.IP \(bu 4 -npm help dist-tag -.IP \(bu 4 -npm help pack -.IP \(bu 4 -npm help profile -.RE 0 diff --git a/software/flow/node_modules/npm/man/man1/npm-query.1 b/software/flow/node_modules/npm/man/man1/npm-query.1 deleted file mode 100644 index 24ba785..0000000 --- a/software/flow/node_modules/npm/man/man1/npm-query.1 +++ /dev/null @@ -1,223 +0,0 @@ -.TH "NPM-QUERY" "1" "February 2023" "" "" -.SH "NAME" -\fBnpm-query\fR - Dependency selector query -.SS "Synopsis" -.P -.RS 2 -.nf -npm query <selector> -.fi -.RE -.SS "Description" -.P -The \fBnpm query\fR command allows for usage of css selectors in order to retrieve an array of dependency objects. -.SS "Piping npm query to other commands" -.P -.RS 2 -.nf -# find all dependencies with postinstall scripts & uninstall them -npm query ":attr(scripts, \[lB]postinstall\[rB])" | jq 'map(.name)|join("\[rs]n")' -r | xargs -I {} npm uninstall {} - -# find all git dependencies & explain who requires them -npm query ":type(git)" | jq 'map(.name)' | xargs -I {} npm why {} -.fi -.RE -.SS "Extended Use Cases & Queries" -.P -.RS 2 -.nf -// all deps -* - -// all direct deps -:root > * - -// direct production deps -:root > .prod - -// direct development deps -:root > .dev - -// any peer dep of a direct deps -:root > * > .peer - -// any workspace dep -.workspace - -// all workspaces that depend on another workspace -.workspace > .workspace - -// all workspaces that have peer deps -.workspace:has(.peer) - -// any dep named "lodash" -// equivalent to \[lB]name="lodash"\[rB] -#lodash - -// any deps named "lodash" & within semver range ^"1.2.3" -#lodash@^1.2.3 -// equivalent to... -\[lB]name="lodash"\[rB]:semver(^1.2.3) - -// get the hoisted node for a given semver range -#lodash@^1.2.3:not(:deduped) - -// querying deps with a specific version -#lodash@2.1.5 -// equivalent to... -\[lB]name="lodash"\[rB]\[lB]version="2.1.5"\[rB] - -// has any deps -:has(*) - -// deps with no other deps (ie. "leaf" nodes) -:empty - -// manually querying git dependencies -\[lB]repository^=github:\[rB], -\[lB]repository^=git:\[rB], -\[lB]repository^=https://github.com\[rB], -\[lB]repository^=http://github.com\[rB], -\[lB]repository^=https://github.com\[rB], -\[lB]repository^=+git:...\[rB] - -// querying for all git dependencies -:type(git) - -// get production dependencies that aren't also dev deps -.prod:not(.dev) - -// get dependencies with specific licenses -\[lB]license=MIT\[rB], \[lB]license=ISC\[rB] - -// find all packages that have @ruyadorno as a contributor -:attr(contributors, \[lB]email=ruyadorno@github.com\[rB]) -.fi -.RE -.SS "Example Response Output" -.RS 0 -.IP \(bu 4 -an array of dependency objects is returned which can contain multiple copies of the same package which may or may not have been linked or deduped -.RE 0 - -.P -.RS 2 -.nf -\[lB] - { - "name": "", - "version": "", - "description": "", - "homepage": "", - "bugs": {}, - "author": {}, - "license": {}, - "funding": {}, - "files": \[lB]\[rB], - "main": "", - "browser": "", - "bin": {}, - "man": \[lB]\[rB], - "directories": {}, - "repository": {}, - "scripts": {}, - "config": {}, - "dependencies": {}, - "devDependencies": {}, - "optionalDependencies": {}, - "bundledDependencies": {}, - "peerDependencies": {}, - "peerDependenciesMeta": {}, - "engines": {}, - "os": \[lB]\[rB], - "cpu": \[lB]\[rB], - "workspaces": {}, - "keywords": \[lB]\[rB], - ... - }, - ... -.fi -.RE -.SS "Configuration" -.SS "\fBglobal\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Operates in "global" mode, so that packages are installed into the \fBprefix\fR folder instead of the current working directory. See npm help folders for more on the differences in behavior. -.RS 0 -.IP \(bu 4 -packages are installed into the \fB{prefix}/lib/node_modules\fR folder, instead of the current working directory. -.IP \(bu 4 -bin files are linked to \fB{prefix}/bin\fR -.IP \(bu 4 -man pages are linked to \fB{prefix}/share/man\fR -.RE 0 - -.SS "\fBworkspace\fR" -.RS 0 -.IP \(bu 4 -Default: -.IP \(bu 4 -Type: String (can be set multiple times) -.RE 0 - -.P -Enable running a command in the context of the configured workspaces of the current project while filtering by running only the workspaces defined by this configuration option. -.P -Valid values for the \fBworkspace\fR config are either: -.RS 0 -.IP \(bu 4 -Workspace names -.IP \(bu 4 -Path to a workspace directory -.IP \(bu 4 -Path to a parent workspace directory (will result in selecting all workspaces within that folder) -.RE 0 - -.P -When set for the \fBnpm init\fR command, this may be set to the folder of a workspace which does not yet exist, to create the folder and set it up as a brand new workspace within the project. -.P -This value is not exported to the environment for child processes. -.SS "\fBworkspaces\fR" -.RS 0 -.IP \(bu 4 -Default: null -.IP \(bu 4 -Type: null or Boolean -.RE 0 - -.P -Set to true to run the command in the context of \fBall\fR configured workspaces. -.P -Explicitly setting this to false will cause commands like \fBinstall\fR to ignore workspaces altogether. When not set explicitly: -.RS 0 -.IP \(bu 4 -Commands that operate on the \fBnode_modules\fR tree (install, update, etc.) will link workspaces into the \fBnode_modules\fR folder. - Commands that do other things (test, exec, publish, etc.) will operate on the root project, \fIunless\fR one or more workspaces are specified in the \fBworkspace\fR config. -.RE 0 - -.P -This value is not exported to the environment for child processes. -.SS "\fBinclude-workspace-root\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Include the workspace root when workspaces are enabled for a command. -.P -When false, specifying individual workspaces via the \fBworkspace\fR config, or all workspaces via the \fBworkspaces\fR flag, will cause npm to operate only on the specified workspaces, and not on the root project. -.P -This value is not exported to the environment for child processes. -.SH "SEE ALSO" -.RS 0 -.IP \(bu 4 -npm help "dependency selectors" -.RE 0 diff --git a/software/flow/node_modules/npm/man/man1/npm-rebuild.1 b/software/flow/node_modules/npm/man/man1/npm-rebuild.1 deleted file mode 100644 index 1c00566..0000000 --- a/software/flow/node_modules/npm/man/man1/npm-rebuild.1 +++ /dev/null @@ -1,148 +0,0 @@ -.TH "NPM-REBUILD" "1" "February 2023" "" "" -.SH "NAME" -\fBnpm-rebuild\fR - Rebuild a package -.SS "Synopsis" -.P -.RS 2 -.nf -npm rebuild \[lB]<package-spec>\[rB] ...\[rB] - -alias: rb -.fi -.RE -.SS "Description" -.P -This command runs the \fBnpm build\fR command on the matched folders. This is useful when you install a new version of node, and must recompile all your C++ addons with the new binary. It is also useful when installing with \fB--ignore-scripts\fR and \fB--no-bin-links\fR, to explicitly choose which packages to build and/or link bins. -.P -If one or more package specs are provided, then only packages with a name and version matching one of the specifiers will be rebuilt. -.SS "Configuration" -.SS "\fBglobal\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Operates in "global" mode, so that packages are installed into the \fBprefix\fR folder instead of the current working directory. See npm help folders for more on the differences in behavior. -.RS 0 -.IP \(bu 4 -packages are installed into the \fB{prefix}/lib/node_modules\fR folder, instead of the current working directory. -.IP \(bu 4 -bin files are linked to \fB{prefix}/bin\fR -.IP \(bu 4 -man pages are linked to \fB{prefix}/share/man\fR -.RE 0 - -.SS "\fBbin-links\fR" -.RS 0 -.IP \(bu 4 -Default: true -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Tells npm to create symlinks (or \fB.cmd\fR shims on Windows) for package executables. -.P -Set to false to have it not do this. This can be used to work around the fact that some file systems don't support symlinks, even on ostensibly Unix systems. -.SS "\fBforeground-scripts\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Run all build scripts (ie, \fBpreinstall\fR, \fBinstall\fR, and \fBpostinstall\fR) scripts for installed packages in the foreground process, sharing standard input, output, and error with the main npm process. -.P -Note that this will generally make installs run slower, and be much noisier, but can be useful for debugging. -.SS "\fBignore-scripts\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -If true, npm does not run scripts specified in package.json files. -.P -Note that commands explicitly intended to run a particular script, such as \fBnpm start\fR, \fBnpm stop\fR, \fBnpm restart\fR, \fBnpm test\fR, and \fBnpm run-script\fR will still run their intended script if \fBignore-scripts\fR is set, but they will \fInot\fR run any pre- or post-scripts. -.SS "\fBworkspace\fR" -.RS 0 -.IP \(bu 4 -Default: -.IP \(bu 4 -Type: String (can be set multiple times) -.RE 0 - -.P -Enable running a command in the context of the configured workspaces of the current project while filtering by running only the workspaces defined by this configuration option. -.P -Valid values for the \fBworkspace\fR config are either: -.RS 0 -.IP \(bu 4 -Workspace names -.IP \(bu 4 -Path to a workspace directory -.IP \(bu 4 -Path to a parent workspace directory (will result in selecting all workspaces within that folder) -.RE 0 - -.P -When set for the \fBnpm init\fR command, this may be set to the folder of a workspace which does not yet exist, to create the folder and set it up as a brand new workspace within the project. -.P -This value is not exported to the environment for child processes. -.SS "\fBworkspaces\fR" -.RS 0 -.IP \(bu 4 -Default: null -.IP \(bu 4 -Type: null or Boolean -.RE 0 - -.P -Set to true to run the command in the context of \fBall\fR configured workspaces. -.P -Explicitly setting this to false will cause commands like \fBinstall\fR to ignore workspaces altogether. When not set explicitly: -.RS 0 -.IP \(bu 4 -Commands that operate on the \fBnode_modules\fR tree (install, update, etc.) will link workspaces into the \fBnode_modules\fR folder. - Commands that do other things (test, exec, publish, etc.) will operate on the root project, \fIunless\fR one or more workspaces are specified in the \fBworkspace\fR config. -.RE 0 - -.P -This value is not exported to the environment for child processes. -.SS "\fBinclude-workspace-root\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Include the workspace root when workspaces are enabled for a command. -.P -When false, specifying individual workspaces via the \fBworkspace\fR config, or all workspaces via the \fBworkspaces\fR flag, will cause npm to operate only on the specified workspaces, and not on the root project. -.P -This value is not exported to the environment for child processes. -.SS "\fBinstall-links\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -When set file: protocol dependencies will be packed and installed as regular dependencies instead of creating a symlink. This option has no effect on workspaces. -.SS "See Also" -.RS 0 -.IP \(bu 4 -npm help "package spec" -.IP \(bu 4 -npm help install -.RE 0 diff --git a/software/flow/node_modules/npm/man/man1/npm-repo.1 b/software/flow/node_modules/npm/man/man1/npm-repo.1 deleted file mode 100644 index 65bb966..0000000 --- a/software/flow/node_modules/npm/man/man1/npm-repo.1 +++ /dev/null @@ -1,103 +0,0 @@ -.TH "NPM-REPO" "1" "February 2023" "" "" -.SH "NAME" -\fBnpm-repo\fR - Open package repository page in the browser -.SS "Synopsis" -.P -.RS 2 -.nf -npm repo \[lB]<pkgname> \[lB]<pkgname> ...\[rB]\[rB] -.fi -.RE -.SS "Description" -.P -This command tries to guess at the likely location of a package's repository URL, and then tries to open it using the \fB\fB--browser\fR config\fR \fI\(la/using-npm/config#browser\(ra\fR param. If no package name is provided, it will search for a \fBpackage.json\fR in the current folder and use the \fBrepository\fR property. -.SS "Configuration" -.SS "\fBbrowser\fR" -.RS 0 -.IP \(bu 4 -Default: OS X: \fB"open"\fR, Windows: \fB"start"\fR, Others: \fB"xdg-open"\fR -.IP \(bu 4 -Type: null, Boolean, or String -.RE 0 - -.P -The browser that is called by npm commands to open websites. -.P -Set to \fBfalse\fR to suppress browser behavior and instead print urls to terminal. -.P -Set to \fBtrue\fR to use default system URL opener. -.SS "\fBregistry\fR" -.RS 0 -.IP \(bu 4 -Default: "https://registry.npmjs.org/" -.IP \(bu 4 -Type: URL -.RE 0 - -.P -The base URL of the npm registry. -.SS "\fBworkspace\fR" -.RS 0 -.IP \(bu 4 -Default: -.IP \(bu 4 -Type: String (can be set multiple times) -.RE 0 - -.P -Enable running a command in the context of the configured workspaces of the current project while filtering by running only the workspaces defined by this configuration option. -.P -Valid values for the \fBworkspace\fR config are either: -.RS 0 -.IP \(bu 4 -Workspace names -.IP \(bu 4 -Path to a workspace directory -.IP \(bu 4 -Path to a parent workspace directory (will result in selecting all workspaces within that folder) -.RE 0 - -.P -When set for the \fBnpm init\fR command, this may be set to the folder of a workspace which does not yet exist, to create the folder and set it up as a brand new workspace within the project. -.P -This value is not exported to the environment for child processes. -.SS "\fBworkspaces\fR" -.RS 0 -.IP \(bu 4 -Default: null -.IP \(bu 4 -Type: null or Boolean -.RE 0 - -.P -Set to true to run the command in the context of \fBall\fR configured workspaces. -.P -Explicitly setting this to false will cause commands like \fBinstall\fR to ignore workspaces altogether. When not set explicitly: -.RS 0 -.IP \(bu 4 -Commands that operate on the \fBnode_modules\fR tree (install, update, etc.) will link workspaces into the \fBnode_modules\fR folder. - Commands that do other things (test, exec, publish, etc.) will operate on the root project, \fIunless\fR one or more workspaces are specified in the \fBworkspace\fR config. -.RE 0 - -.P -This value is not exported to the environment for child processes. -.SS "\fBinclude-workspace-root\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Include the workspace root when workspaces are enabled for a command. -.P -When false, specifying individual workspaces via the \fBworkspace\fR config, or all workspaces via the \fBworkspaces\fR flag, will cause npm to operate only on the specified workspaces, and not on the root project. -.P -This value is not exported to the environment for child processes. -.SS "See Also" -.RS 0 -.IP \(bu 4 -npm help docs -.IP \(bu 4 -npm help config -.RE 0 diff --git a/software/flow/node_modules/npm/man/man1/npm-restart.1 b/software/flow/node_modules/npm/man/man1/npm-restart.1 deleted file mode 100644 index 9323e28..0000000 --- a/software/flow/node_modules/npm/man/man1/npm-restart.1 +++ /dev/null @@ -1,85 +0,0 @@ -.TH "NPM-RESTART" "1" "February 2023" "" "" -.SH "NAME" -\fBnpm-restart\fR - Restart a package -.SS "Synopsis" -.P -.RS 2 -.nf -npm restart \[lB]-- <args>\[rB] -.fi -.RE -.SS "Description" -.P -This restarts a project. It is equivalent to running \fBnpm run-script -restart\fR. -.P -If the current project has a \fB"restart"\fR script specified in \fBpackage.json\fR, then the following scripts will be run: -.RS 0 -.IP 1. 4 -prerestart -.IP 2. 4 -restart -.IP 3. 4 -postrestart -.RE 0 - -.P -If it does \fInot\fR have a \fB"restart"\fR script specified, but it does have \fBstop\fR and/or \fBstart\fR scripts, then the following scripts will be run: -.RS 0 -.IP 1. 4 -prerestart -.IP 2. 4 -prestop -.IP 3. 4 -stop -.IP 4. 4 -poststop -.IP 5. 4 -prestart -.IP 6. 4 -start -.IP 7. 4 -poststart -.IP 8. 4 -postrestart -.RE 0 - -.SS "Configuration" -.SS "\fBignore-scripts\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -If true, npm does not run scripts specified in package.json files. -.P -Note that commands explicitly intended to run a particular script, such as \fBnpm start\fR, \fBnpm stop\fR, \fBnpm restart\fR, \fBnpm test\fR, and \fBnpm run-script\fR will still run their intended script if \fBignore-scripts\fR is set, but they will \fInot\fR run any pre- or post-scripts. -.SS "\fBscript-shell\fR" -.RS 0 -.IP \(bu 4 -Default: '/bin/sh' on POSIX systems, 'cmd.exe' on Windows -.IP \(bu 4 -Type: null or String -.RE 0 - -.P -The shell to use for scripts run with the \fBnpm exec\fR, \fBnpm run\fR and \fBnpm -init <package-spec>\fR commands. -.SS "See Also" -.RS 0 -.IP \(bu 4 -npm help run-script -.IP \(bu 4 -npm help scripts -.IP \(bu 4 -npm help test -.IP \(bu 4 -npm help start -.IP \(bu 4 -npm help stop -.IP \(bu 4 -npm help restart -.RE 0 diff --git a/software/flow/node_modules/npm/man/man1/npm-root.1 b/software/flow/node_modules/npm/man/man1/npm-root.1 deleted file mode 100644 index bd943bb..0000000 --- a/software/flow/node_modules/npm/man/man1/npm-root.1 +++ /dev/null @@ -1,58 +0,0 @@ -.TH "NPM-ROOT" "1" "February 2023" "" "" -.SH "NAME" -\fBnpm-root\fR - Display npm root -.SS "Synopsis" -.P -.RS 2 -.nf -npm root -.fi -.RE -.P -Note: This command is unaware of workspaces. -.SS "Description" -.P -Print the effective \fBnode_modules\fR folder to standard out. -.P -Useful for using npm in shell scripts that do things with the \fBnode_modules\fR folder. For example: -.P -.RS 2 -.nf -#!/bin/bash -global_node_modules="$(npm root --global)" -echo "Global packages installed in: ${global_node_modules}" -.fi -.RE -.SS "Configuration" -.SS "\fBglobal\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Operates in "global" mode, so that packages are installed into the \fBprefix\fR folder instead of the current working directory. See npm help folders for more on the differences in behavior. -.RS 0 -.IP \(bu 4 -packages are installed into the \fB{prefix}/lib/node_modules\fR folder, instead of the current working directory. -.IP \(bu 4 -bin files are linked to \fB{prefix}/bin\fR -.IP \(bu 4 -man pages are linked to \fB{prefix}/share/man\fR -.RE 0 - -.SS "See Also" -.RS 0 -.IP \(bu 4 -npm help prefix -.IP \(bu 4 -npm help bin -.IP \(bu 4 -npm help folders -.IP \(bu 4 -npm help config -.IP \(bu 4 -npm help npmrc -.RE 0 diff --git a/software/flow/node_modules/npm/man/man1/npm-run-script.1 b/software/flow/node_modules/npm/man/man1/npm-run-script.1 deleted file mode 100644 index afcf4d6..0000000 --- a/software/flow/node_modules/npm/man/man1/npm-run-script.1 +++ /dev/null @@ -1,234 +0,0 @@ -.TH "NPM-RUN-SCRIPT" "1" "February 2023" "" "" -.SH "NAME" -\fBnpm-run-script\fR - Run arbitrary package scripts -.SS "Synopsis" -.P -.RS 2 -.nf -npm run-script <command> \[lB]-- <args>\[rB] - -aliases: run, rum, urn -.fi -.RE -.SS "Description" -.P -This runs an arbitrary command from a package's \fB"scripts"\fR object. If no \fB"command"\fR is provided, it will list the available scripts. -.P -\fBrun\[lB]-script\[rB]\fR is used by the test, start, restart, and stop commands, but can be called directly, as well. When the scripts in the package are printed out, they're separated into lifecycle (test, start, restart) and directly-run scripts. -.P -Any positional arguments are passed to the specified script. Use \fB--\fR to pass \fB-\fR-prefixed flags and options which would otherwise be parsed by npm. -.P -For example: -.P -.RS 2 -.nf -npm run test -- --grep="pattern" -.fi -.RE -.P -The arguments will only be passed to the script specified after \fBnpm run\fR and not to any \fBpre\fR or \fBpost\fR script. -.P -The \fBenv\fR script is a special built-in command that can be used to list environment variables that will be available to the script at runtime. If an "env" command is defined in your package, it will take precedence over the built-in. -.P -In addition to the shell's pre-existing \fBPATH\fR, \fBnpm run\fR adds \fBnode_modules/.bin\fR to the \fBPATH\fR provided to scripts. Any binaries provided by locally-installed dependencies can be used without the \fBnode_modules/.bin\fR prefix. For example, if there is a \fBdevDependency\fR on \fBtap\fR in your package, you should write: -.P -.RS 2 -.nf -"scripts": {"test": "tap test/*.js"} -.fi -.RE -.P -instead of -.P -.RS 2 -.nf -"scripts": {"test": "node_modules/.bin/tap test/*.js"} -.fi -.RE -.P -The actual shell your script is run within is platform dependent. By default, on Unix-like systems it is the \fB/bin/sh\fR command, on Windows it is \fBcmd.exe\fR. The actual shell referred to by \fB/bin/sh\fR also depends on the system. You can customize the shell with the \fB\fBscript-shell\fR config\fR \fI\(la/using-npm/config#script-shell\(ra\fR. -.P -Scripts are run from the root of the package folder, regardless of what the current working directory is when \fBnpm run\fR is called. If you want your script to use different behavior based on what subdirectory you're in, you can use the \fBINIT_CWD\fR environment variable, which holds the full path you were in when you ran \fBnpm run\fR. -.P -\fBnpm run\fR sets the \fBNODE\fR environment variable to the \fBnode\fR executable with which \fBnpm\fR is executed. -.P -If you try to run a script without having a \fBnode_modules\fR directory and it fails, you will be given a warning to run \fBnpm install\fR, just in case you've forgotten. -.SS "Workspaces support" -.P -You may use the \fB\fBworkspace\fR\fR \fI\(la/using-npm/config#workspace\(ra\fR or \fB\fBworkspaces\fR\fR \fI\(la/using-npm/config#workspaces\(ra\fR configs in order to run an arbitrary command from a package's \fB"scripts"\fR object in the context of the specified workspaces. If no \fB"command"\fR is provided, it will list the available scripts for each of these configured workspaces. -.P -Given a project with configured workspaces, e.g: -.P -.RS 2 -.nf -. -+-- package.json -`-- packages - +-- a - | `-- package.json - +-- b - | `-- package.json - `-- c - `-- package.json -.fi -.RE -.P -Assuming the workspace configuration is properly set up at the root level \fBpackage.json\fR file. e.g: -.P -.RS 2 -.nf -{ - "workspaces": \[lB] "./packages/*" \[rB] -} -.fi -.RE -.P -And that each of the configured workspaces has a configured \fBtest\fR script, we can run tests in all of them using the \fB\fBworkspaces\fR config\fR \fI\(la/using-npm/config#workspaces\(ra\fR: -.P -.RS 2 -.nf -npm test --workspaces -.fi -.RE -.SS "Filtering workspaces" -.P -It's also possible to run a script in a single workspace using the \fBworkspace\fR config along with a name or directory path: -.P -.RS 2 -.nf -npm test --workspace=a -.fi -.RE -.P -The \fBworkspace\fR config can also be specified multiple times in order to run a specific script in the context of multiple workspaces. When defining values for the \fBworkspace\fR config in the command line, it also possible to use \fB-w\fR as a shorthand, e.g: -.P -.RS 2 -.nf -npm test -w a -w b -.fi -.RE -.P -This last command will run \fBtest\fR in both \fB./packages/a\fR and \fB./packages/b\fR packages. -.SS "Configuration" -.SS "\fBworkspace\fR" -.RS 0 -.IP \(bu 4 -Default: -.IP \(bu 4 -Type: String (can be set multiple times) -.RE 0 - -.P -Enable running a command in the context of the configured workspaces of the current project while filtering by running only the workspaces defined by this configuration option. -.P -Valid values for the \fBworkspace\fR config are either: -.RS 0 -.IP \(bu 4 -Workspace names -.IP \(bu 4 -Path to a workspace directory -.IP \(bu 4 -Path to a parent workspace directory (will result in selecting all workspaces within that folder) -.RE 0 - -.P -When set for the \fBnpm init\fR command, this may be set to the folder of a workspace which does not yet exist, to create the folder and set it up as a brand new workspace within the project. -.P -This value is not exported to the environment for child processes. -.SS "\fBworkspaces\fR" -.RS 0 -.IP \(bu 4 -Default: null -.IP \(bu 4 -Type: null or Boolean -.RE 0 - -.P -Set to true to run the command in the context of \fBall\fR configured workspaces. -.P -Explicitly setting this to false will cause commands like \fBinstall\fR to ignore workspaces altogether. When not set explicitly: -.RS 0 -.IP \(bu 4 -Commands that operate on the \fBnode_modules\fR tree (install, update, etc.) will link workspaces into the \fBnode_modules\fR folder. - Commands that do other things (test, exec, publish, etc.) will operate on the root project, \fIunless\fR one or more workspaces are specified in the \fBworkspace\fR config. -.RE 0 - -.P -This value is not exported to the environment for child processes. -.SS "\fBinclude-workspace-root\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Include the workspace root when workspaces are enabled for a command. -.P -When false, specifying individual workspaces via the \fBworkspace\fR config, or all workspaces via the \fBworkspaces\fR flag, will cause npm to operate only on the specified workspaces, and not on the root project. -.P -This value is not exported to the environment for child processes. -.SS "\fBif-present\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -If true, npm will not exit with an error code when \fBrun-script\fR is invoked for a script that isn't defined in the \fBscripts\fR section of \fBpackage.json\fR. This option can be used when it's desirable to optionally run a script when it's present and fail if the script fails. This is useful, for example, when running scripts that may only apply for some builds in an otherwise generic CI setup. -.P -This value is not exported to the environment for child processes. -.SS "\fBignore-scripts\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -If true, npm does not run scripts specified in package.json files. -.P -Note that commands explicitly intended to run a particular script, such as \fBnpm start\fR, \fBnpm stop\fR, \fBnpm restart\fR, \fBnpm test\fR, and \fBnpm run-script\fR will still run their intended script if \fBignore-scripts\fR is set, but they will \fInot\fR run any pre- or post-scripts. -.SS "\fBforeground-scripts\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Run all build scripts (ie, \fBpreinstall\fR, \fBinstall\fR, and \fBpostinstall\fR) scripts for installed packages in the foreground process, sharing standard input, output, and error with the main npm process. -.P -Note that this will generally make installs run slower, and be much noisier, but can be useful for debugging. -.SS "\fBscript-shell\fR" -.RS 0 -.IP \(bu 4 -Default: '/bin/sh' on POSIX systems, 'cmd.exe' on Windows -.IP \(bu 4 -Type: null or String -.RE 0 - -.P -The shell to use for scripts run with the \fBnpm exec\fR, \fBnpm run\fR and \fBnpm -init <package-spec>\fR commands. -.SS "See Also" -.RS 0 -.IP \(bu 4 -npm help scripts -.IP \(bu 4 -npm help test -.IP \(bu 4 -npm help start -.IP \(bu 4 -npm help restart -.IP \(bu 4 -npm help stop -.IP \(bu 4 -npm help config -.IP \(bu 4 -npm help workspaces -.RE 0 diff --git a/software/flow/node_modules/npm/man/man1/npm-search.1 b/software/flow/node_modules/npm/man/man1/npm-search.1 deleted file mode 100644 index 2241f81..0000000 --- a/software/flow/node_modules/npm/man/man1/npm-search.1 +++ /dev/null @@ -1,156 +0,0 @@ -.TH "NPM-SEARCH" "1" "February 2023" "" "" -.SH "NAME" -\fBnpm-search\fR - Search for packages -.SS "Synopsis" -.P -.RS 2 -.nf -npm search \[lB]search terms ...\[rB] - -aliases: find, s, se -.fi -.RE -.P -Note: This command is unaware of workspaces. -.SS "Description" -.P -Search the registry for packages matching the search terms. \fBnpm search\fR performs a linear, incremental, lexically-ordered search through package metadata for all files in the registry. If your terminal has color support, it will further highlight the matches in the results. This can be disabled with the config item \fBcolor\fR -.P -Additionally, using the \fB--searchopts\fR and \fB--searchexclude\fR options paired with more search terms will include and exclude further patterns. The main difference between \fB--searchopts\fR and the standard search terms is that the former does not highlight results in the output and you can use them more fine-grained filtering. Additionally, you can add both of these to your config to change default search filtering behavior. -.P -Search also allows targeting of maintainers in search results, by prefixing their npm username with \fB=\fR. -.P -If a term starts with \fB/\fR, then it's interpreted as a regular expression and supports standard JavaScript RegExp syntax. In this case search will ignore a trailing \fB/\fR . (Note you must escape or quote many regular expression characters in most shells.) -.SS "Configuration" -.SS "\fBlong\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Show extended information in \fBls\fR, \fBsearch\fR, and \fBhelp-search\fR. -.SS "\fBjson\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Whether or not to output JSON data, rather than the normal output. -.RS 0 -.IP \(bu 4 -In \fBnpm pkg set\fR it enables parsing set values with JSON.parse() before saving them to your \fBpackage.json\fR. -.RE 0 - -.P -Not supported by all npm commands. -.SS "\fBcolor\fR" -.RS 0 -.IP \(bu 4 -Default: true unless the NO_COLOR environ is set to something other than '0' -.IP \(bu 4 -Type: "always" or Boolean -.RE 0 - -.P -If false, never shows colors. If \fB"always"\fR then always shows colors. If true, then only prints color codes for tty file descriptors. -.SS "\fBparseable\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Output parseable results from commands that write to standard output. For \fBnpm search\fR, this will be tab-separated table format. -.SS "\fBdescription\fR" -.RS 0 -.IP \(bu 4 -Default: true -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Show the description in \fBnpm search\fR -.SS "\fBsearchopts\fR" -.RS 0 -.IP \(bu 4 -Default: "" -.IP \(bu 4 -Type: String -.RE 0 - -.P -Space-separated options that are always passed to search. -.SS "\fBsearchexclude\fR" -.RS 0 -.IP \(bu 4 -Default: "" -.IP \(bu 4 -Type: String -.RE 0 - -.P -Space-separated options that limit the results from search. -.SS "\fBregistry\fR" -.RS 0 -.IP \(bu 4 -Default: "https://registry.npmjs.org/" -.IP \(bu 4 -Type: URL -.RE 0 - -.P -The base URL of the npm registry. -.SS "\fBprefer-online\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -If true, staleness checks for cached data will be forced, making the CLI look for updates immediately even for fresh package data. -.SS "\fBprefer-offline\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -If true, staleness checks for cached data will be bypassed, but missing data will be requested from the server. To force full offline mode, use \fB--offline\fR. -.SS "\fBoffline\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Force offline mode: no network requests will be done during install. To allow the CLI to fill in missing cache data, see \fB--prefer-offline\fR. -.SS "See Also" -.RS 0 -.IP \(bu 4 -npm help registry -.IP \(bu 4 -npm help config -.IP \(bu 4 -npm help npmrc -.IP \(bu 4 -npm help view -.IP \(bu 4 -npm help cache -.IP \(bu 4 -https://npm.im/npm-registry-fetch -.RE 0 diff --git a/software/flow/node_modules/npm/man/man1/npm-shrinkwrap.1 b/software/flow/node_modules/npm/man/man1/npm-shrinkwrap.1 deleted file mode 100644 index 5192bc1..0000000 --- a/software/flow/node_modules/npm/man/man1/npm-shrinkwrap.1 +++ /dev/null @@ -1,32 +0,0 @@ -.TH "NPM-SHRINKWRAP" "1" "February 2023" "" "" -.SH "NAME" -\fBnpm-shrinkwrap\fR - Lock down dependency versions for publication -.SS "Synopsis" -.P -.RS 2 -.nf -npm shrinkwrap -.fi -.RE -.P -Note: This command is unaware of workspaces. -.SS "Description" -.P -This command repurposes \fBpackage-lock.json\fR into a publishable \fBnpm-shrinkwrap.json\fR or simply creates a new one. The file created and updated by this command will then take precedence over any other existing or future \fBpackage-lock.json\fR files. For a detailed explanation of the design and purpose of package locks in npm, see npm help package-lock-json. -.SS "See Also" -.RS 0 -.IP \(bu 4 -npm help install -.IP \(bu 4 -npm help run-script -.IP \(bu 4 -npm help scripts -.IP \(bu 4 -\fBpackage.json\fR \fI\(la/configuring-npm/package-json\(ra\fR -.IP \(bu 4 -\fBpackage-lock.json\fR \fI\(la/configuring-npm/package-lock-json\(ra\fR -.IP \(bu 4 -\fBnpm-shrinkwrap.json\fR \fI\(la/configuring-npm/npm-shrinkwrap-json\(ra\fR -.IP \(bu 4 -npm help ls -.RE 0 diff --git a/software/flow/node_modules/npm/man/man1/npm-star.1 b/software/flow/node_modules/npm/man/man1/npm-star.1 deleted file mode 100644 index ecb2ffe..0000000 --- a/software/flow/node_modules/npm/man/man1/npm-star.1 +++ /dev/null @@ -1,76 +0,0 @@ -.TH "NPM-STAR" "1" "February 2023" "" "" -.SH "NAME" -\fBnpm-star\fR - Mark your favorite packages -.SS "Synopsis" -.P -.RS 2 -.nf -npm star \[lB]<package-spec>...\[rB] -.fi -.RE -.P -Note: This command is unaware of workspaces. -.SS "Description" -.P -"Starring" a package means that you have some interest in it. It's a vaguely positive way to show that you care. -.P -It's a boolean thing. Starring repeatedly has no additional effect. -.SS "More" -.P -There's also these extra commands to help you manage your favorite packages: -.SS "Unstar" -.P -You can also "unstar" a package using npm help unstar -.P -"Unstarring" is the same thing, but in reverse. -.SS "Listing stars" -.P -You can see all your starred packages using npm help stars -.SS "Configuration" -.SS "\fBregistry\fR" -.RS 0 -.IP \(bu 4 -Default: "https://registry.npmjs.org/" -.IP \(bu 4 -Type: URL -.RE 0 - -.P -The base URL of the npm registry. -.SS "\fBunicode\fR" -.RS 0 -.IP \(bu 4 -Default: false on windows, true on mac/unix systems with a unicode locale, as defined by the \fBLC_ALL\fR, \fBLC_CTYPE\fR, or \fBLANG\fR environment variables. -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -When set to true, npm uses unicode characters in the tree output. When false, it uses ascii characters instead of unicode glyphs. -.SS "\fBotp\fR" -.RS 0 -.IP \(bu 4 -Default: null -.IP \(bu 4 -Type: null or String -.RE 0 - -.P -This is a one-time password from a two-factor authenticator. It's needed when publishing or changing package permissions with \fBnpm access\fR. -.P -If not set, and a registry response fails with a challenge for a one-time password, npm will prompt on the command line for one. -.SS "See Also" -.RS 0 -.IP \(bu 4 -npm help "package spec" -.IP \(bu 4 -npm help unstar -.IP \(bu 4 -npm help stars -.IP \(bu 4 -npm help view -.IP \(bu 4 -npm help whoami -.IP \(bu 4 -npm help adduser -.RE 0 diff --git a/software/flow/node_modules/npm/man/man1/npm-stars.1 b/software/flow/node_modules/npm/man/man1/npm-stars.1 deleted file mode 100644 index 49ffc90..0000000 --- a/software/flow/node_modules/npm/man/man1/npm-stars.1 +++ /dev/null @@ -1,41 +0,0 @@ -.TH "NPM-STARS" "1" "February 2023" "" "" -.SH "NAME" -\fBnpm-stars\fR - View packages marked as favorites -.SS "Synopsis" -.P -.RS 2 -.nf -npm stars \[lB]<user>\[rB] -.fi -.RE -.P -Note: This command is unaware of workspaces. -.SS "Description" -.P -If you have starred a lot of neat things and want to find them again quickly this command lets you do just that. -.P -You may also want to see your friend's favorite packages, in this case you will most certainly enjoy this command. -.SS "Configuration" -.SS "\fBregistry\fR" -.RS 0 -.IP \(bu 4 -Default: "https://registry.npmjs.org/" -.IP \(bu 4 -Type: URL -.RE 0 - -.P -The base URL of the npm registry. -.SS "See Also" -.RS 0 -.IP \(bu 4 -npm help star -.IP \(bu 4 -npm help unstar -.IP \(bu 4 -npm help view -.IP \(bu 4 -npm help whoami -.IP \(bu 4 -npm help adduser -.RE 0 diff --git a/software/flow/node_modules/npm/man/man1/npm-start.1 b/software/flow/node_modules/npm/man/man1/npm-start.1 deleted file mode 100644 index ecf3ad2..0000000 --- a/software/flow/node_modules/npm/man/man1/npm-start.1 +++ /dev/null @@ -1,79 +0,0 @@ -.TH "NPM-START" "1" "February 2023" "" "" -.SH "NAME" -\fBnpm-start\fR - Start a package -.SS "Synopsis" -.P -.RS 2 -.nf -npm start \[lB]-- <args>\[rB] -.fi -.RE -.SS "Description" -.P -This runs a predefined command specified in the \fB"start"\fR property of a package's \fB"scripts"\fR object. -.P -If the \fB"scripts"\fR object does not define a \fB"start"\fR property, npm will run \fBnode server.js\fR. -.P -Note that this is different from the default node behavior of running the file specified in a package's \fB"main"\fR attribute when evoking with \fBnode .\fR -.P -As of \fB\fBnpm@2.0.0\fR\fR \fI\(lahttps://blog.npmjs.org/post/98131109725/npm-2-0-0\(ra\fR, you can use custom arguments when executing scripts. Refer to npm help run-script for more details. -.SS "Example" -.P -.RS 2 -.nf -{ - "scripts": { - "start": "node foo.js" - } -} -.fi -.RE -.P -.RS 2 -.nf -npm start - -> npm@x.x.x start -> node foo.js - -(foo.js output would be here) - -.fi -.RE -.SS "Configuration" -.SS "\fBignore-scripts\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -If true, npm does not run scripts specified in package.json files. -.P -Note that commands explicitly intended to run a particular script, such as \fBnpm start\fR, \fBnpm stop\fR, \fBnpm restart\fR, \fBnpm test\fR, and \fBnpm run-script\fR will still run their intended script if \fBignore-scripts\fR is set, but they will \fInot\fR run any pre- or post-scripts. -.SS "\fBscript-shell\fR" -.RS 0 -.IP \(bu 4 -Default: '/bin/sh' on POSIX systems, 'cmd.exe' on Windows -.IP \(bu 4 -Type: null or String -.RE 0 - -.P -The shell to use for scripts run with the \fBnpm exec\fR, \fBnpm run\fR and \fBnpm -init <package-spec>\fR commands. -.SS "See Also" -.RS 0 -.IP \(bu 4 -npm help run-script -.IP \(bu 4 -npm help scripts -.IP \(bu 4 -npm help test -.IP \(bu 4 -npm help restart -.IP \(bu 4 -npm help stop -.RE 0 diff --git a/software/flow/node_modules/npm/man/man1/npm-stop.1 b/software/flow/node_modules/npm/man/man1/npm-stop.1 deleted file mode 100644 index 4a5f604..0000000 --- a/software/flow/node_modules/npm/man/man1/npm-stop.1 +++ /dev/null @@ -1,75 +0,0 @@ -.TH "NPM-STOP" "1" "February 2023" "" "" -.SH "NAME" -\fBnpm-stop\fR - Stop a package -.SS "Synopsis" -.P -.RS 2 -.nf -npm stop \[lB]-- <args>\[rB] -.fi -.RE -.SS "Description" -.P -This runs a predefined command specified in the "stop" property of a package's "scripts" object. -.P -Unlike with npm help start, there is no default script that will run if the \fB"stop"\fR property is not defined. -.SS "Example" -.P -.RS 2 -.nf -{ - "scripts": { - "stop": "node bar.js" - } -} -.fi -.RE -.P -.RS 2 -.nf -npm stop - -> npm@x.x.x stop -> node bar.js - -(bar.js output would be here) - -.fi -.RE -.SS "Configuration" -.SS "\fBignore-scripts\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -If true, npm does not run scripts specified in package.json files. -.P -Note that commands explicitly intended to run a particular script, such as \fBnpm start\fR, \fBnpm stop\fR, \fBnpm restart\fR, \fBnpm test\fR, and \fBnpm run-script\fR will still run their intended script if \fBignore-scripts\fR is set, but they will \fInot\fR run any pre- or post-scripts. -.SS "\fBscript-shell\fR" -.RS 0 -.IP \(bu 4 -Default: '/bin/sh' on POSIX systems, 'cmd.exe' on Windows -.IP \(bu 4 -Type: null or String -.RE 0 - -.P -The shell to use for scripts run with the \fBnpm exec\fR, \fBnpm run\fR and \fBnpm -init <package-spec>\fR commands. -.SS "See Also" -.RS 0 -.IP \(bu 4 -npm help run-script -.IP \(bu 4 -npm help scripts -.IP \(bu 4 -npm help test -.IP \(bu 4 -npm help start -.IP \(bu 4 -npm help restart -.RE 0 diff --git a/software/flow/node_modules/npm/man/man1/npm-team.1 b/software/flow/node_modules/npm/man/man1/npm-team.1 deleted file mode 100644 index 3039963..0000000 --- a/software/flow/node_modules/npm/man/man1/npm-team.1 +++ /dev/null @@ -1,148 +0,0 @@ -.TH "NPM-TEAM" "1" "February 2023" "" "" -.SH "NAME" -\fBnpm-team\fR - Manage organization teams and team memberships -.SS "Synopsis" -.P -.RS 2 -.nf -npm team create <scope:team> \[lB]--otp <otpcode>\[rB] -npm team destroy <scope:team> \[lB]--otp <otpcode>\[rB] -npm team add <scope:team> <user> \[lB]--otp <otpcode>\[rB] -npm team rm <scope:team> <user> \[lB]--otp <otpcode>\[rB] -npm team ls <scope>|<scope:team> -.fi -.RE -.P -Note: This command is unaware of workspaces. -.SS "Description" -.P -Used to manage teams in organizations, and change team memberships. Does not handle permissions for packages. -.P -Teams must always be fully qualified with the organization/scope they belong to when operating on them, separated by a colon (\fB:\fR). That is, if you have a \fBnewteam\fR team in an \fBorg\fR organization, you must always refer to that team as \fB@org:newteam\fR in these commands. -.P -If you have two-factor authentication enabled in \fBauth-and-writes\fR mode, then you can provide a code from your authenticator with \fB\[lB]--otp <otpcode>\[rB]\fR. If you don't include this then you will be taken through a second factor flow based on your \fBauthtype\fR. -.RS 0 -.IP \(bu 4 -create / destroy: Create a new team, or destroy an existing one. Note: You cannot remove the \fBdevelopers\fR team, learn more. -.P -Here's how to create a new team \fBnewteam\fR under the \fBorg\fR org: -.P -.RS 2 -.nf -npm team create @org:newteam -.fi -.RE -.P -You should see a confirming message such as: \fB+@org:newteam\fR once the new team has been created. -.IP \(bu 4 -add: Add a user to an existing team. -.P -Adding a new user \fBusername\fR to a team named \fBnewteam\fR under the \fBorg\fR org: -.P -.RS 2 -.nf -npm team add @org:newteam username -.fi -.RE -.P -On success, you should see a message: \fBusername added to @org:newteam\fR -.IP \(bu 4 -rm: Using \fBnpm team rm\fR you can also remove users from a team they belong to. -.P -Here's an example removing user \fBusername\fR from \fBnewteam\fR team in \fBorg\fR organization: -.P -.RS 2 -.nf -npm team rm @org:newteam username -.fi -.RE -.P -Once the user is removed a confirmation message is displayed: \fBusername removed from @org:newteam\fR -.IP \(bu 4 -ls: If performed on an organization name, will return a list of existing teams under that organization. If performed on a team, it will instead return a list of all users belonging to that particular team. -.P -Here's an example of how to list all teams from an org named \fBorg\fR: -.P -.RS 2 -.nf -npm team ls @org -.fi -.RE -.P -Example listing all members of a team named \fBnewteam\fR: -.P -.RS 2 -.nf -npm team ls @org:newteam -.fi -.RE -.RE 0 - -.SS "Details" -.P -\fBnpm team\fR always operates directly on the current registry, configurable from the command line using \fB--registry=<registry url>\fR. -.P -You must be a \fIteam admin\fR to create teams and manage team membership, under the given organization. Listing teams and team memberships may be done by any member of the organization. -.P -Organization creation and management of team admins and \fIorganization\fR members is done through the website, not the npm CLI. -.P -To use teams to manage permissions on packages belonging to your organization, use the \fBnpm access\fR command to grant or revoke the appropriate permissions. -.SS "Configuration" -.SS "\fBregistry\fR" -.RS 0 -.IP \(bu 4 -Default: "https://registry.npmjs.org/" -.IP \(bu 4 -Type: URL -.RE 0 - -.P -The base URL of the npm registry. -.SS "\fBotp\fR" -.RS 0 -.IP \(bu 4 -Default: null -.IP \(bu 4 -Type: null or String -.RE 0 - -.P -This is a one-time password from a two-factor authenticator. It's needed when publishing or changing package permissions with \fBnpm access\fR. -.P -If not set, and a registry response fails with a challenge for a one-time password, npm will prompt on the command line for one. -.SS "\fBparseable\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Output parseable results from commands that write to standard output. For \fBnpm search\fR, this will be tab-separated table format. -.SS "\fBjson\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Whether or not to output JSON data, rather than the normal output. -.RS 0 -.IP \(bu 4 -In \fBnpm pkg set\fR it enables parsing set values with JSON.parse() before saving them to your \fBpackage.json\fR. -.RE 0 - -.P -Not supported by all npm commands. -.SS "See Also" -.RS 0 -.IP \(bu 4 -npm help access -.IP \(bu 4 -npm help config -.IP \(bu 4 -npm help registry -.RE 0 diff --git a/software/flow/node_modules/npm/man/man1/npm-test.1 b/software/flow/node_modules/npm/man/man1/npm-test.1 deleted file mode 100644 index ddd45f0..0000000 --- a/software/flow/node_modules/npm/man/man1/npm-test.1 +++ /dev/null @@ -1,73 +0,0 @@ -.TH "NPM-TEST" "1" "February 2023" "" "" -.SH "NAME" -\fBnpm-test\fR - Test a package -.SS "Synopsis" -.P -.RS 2 -.nf -npm test \[lB]-- <args>\[rB] - -aliases: tst, t -.fi -.RE -.SS "Description" -.P -This runs a predefined command specified in the \fB"test"\fR property of a package's \fB"scripts"\fR object. -.SS "Example" -.P -.RS 2 -.nf -{ - "scripts": { - "test": "node test.js" - } -} -.fi -.RE -.P -.RS 2 -.nf -npm test -> npm@x.x.x test -> node test.js - -(test.js output would be here) -.fi -.RE -.SS "Configuration" -.SS "\fBignore-scripts\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -If true, npm does not run scripts specified in package.json files. -.P -Note that commands explicitly intended to run a particular script, such as \fBnpm start\fR, \fBnpm stop\fR, \fBnpm restart\fR, \fBnpm test\fR, and \fBnpm run-script\fR will still run their intended script if \fBignore-scripts\fR is set, but they will \fInot\fR run any pre- or post-scripts. -.SS "\fBscript-shell\fR" -.RS 0 -.IP \(bu 4 -Default: '/bin/sh' on POSIX systems, 'cmd.exe' on Windows -.IP \(bu 4 -Type: null or String -.RE 0 - -.P -The shell to use for scripts run with the \fBnpm exec\fR, \fBnpm run\fR and \fBnpm -init <package-spec>\fR commands. -.SS "See Also" -.RS 0 -.IP \(bu 4 -npm help run-script -.IP \(bu 4 -npm help scripts -.IP \(bu 4 -npm help start -.IP \(bu 4 -npm help restart -.IP \(bu 4 -npm help stop -.RE 0 diff --git a/software/flow/node_modules/npm/man/man1/npm-token.1 b/software/flow/node_modules/npm/man/man1/npm-token.1 deleted file mode 100644 index 202f55b..0000000 --- a/software/flow/node_modules/npm/man/man1/npm-token.1 +++ /dev/null @@ -1,130 +0,0 @@ -.TH "NPM-TOKEN" "1" "February 2023" "" "" -.SH "NAME" -\fBnpm-token\fR - Manage your authentication tokens -.SS "Synopsis" -.P -.RS 2 -.nf -npm token list -npm token revoke <id|token> -npm token create \[lB]--read-only\[rB] \[lB]--cidr=list\[rB] -.fi -.RE -.P -Note: This command is unaware of workspaces. -.SS "Description" -.P -This lets you list, create and revoke authentication tokens. -.RS 0 -.IP \(bu 4 -\fBnpm token list\fR: Shows a table of all active authentication tokens. You can request this as JSON with \fB--json\fR or tab-separated values with \fB--parseable\fR. -.RE 0 - -.P -.RS 2 -.nf -+--------+---------+------------+----------+----------------+ -| id | token | created | read-only | CIDR whitelist | -+--------+---------+------------+----------+----------------+ -| 7f3134 | 1fa9ba… | 2017-10-02 | yes | | -+--------+---------+------------+----------+----------------+ -| c03241 | af7aef… | 2017-10-02 | no | 192.168.0.1/24 | -+--------+---------+------------+----------+----------------+ -| e0cf92 | 3a436a… | 2017-10-02 | no | | -+--------+---------+------------+----------+----------------+ -| 63eb9d | 74ef35… | 2017-09-28 | no | | -+--------+---------+------------+----------+----------------+ -| 2daaa8 | cbad5f… | 2017-09-26 | no | | -+--------+---------+------------+----------+----------------+ -| 68c2fe | 127e51… | 2017-09-23 | no | | -+--------+---------+------------+----------+----------------+ -| 6334e1 | 1dadd1… | 2017-09-23 | no | | -+--------+---------+------------+----------+----------------+ -.fi -.RE -.RS 0 -.IP \(bu 4 -\fBnpm token create \[lB]--read-only\[rB] \[lB]--cidr=<cidr-ranges>\[rB]\fR: Create a new authentication token. It can be \fB--read-only\fR, or accept a list of \fBCIDR\fR \fI\(lahttps://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing\(ra\fR ranges with which to limit use of this token. This will prompt you for your password, and, if you have two-factor authentication enabled, an otp. -.P -Currently, the cli can not generate automation tokens. Please refer to the \fBdocs website\fR \fI\(lahttps://docs.npmjs.com/creating-and-viewing-access-tokens\(ra\fR for more information on generating automation tokens. -.RE 0 - -.P -.RS 2 -.nf -+----------------+--------------------------------------+ -| token | a73c9572-f1b9-8983-983d-ba3ac3cc913d | -+----------------+--------------------------------------+ -| cidr_whitelist | | -+----------------+--------------------------------------+ -| readonly | false | -+----------------+--------------------------------------+ -| created | 2017-10-02T07:52:24.838Z | -+----------------+--------------------------------------+ -.fi -.RE -.RS 0 -.IP \(bu 4 -\fBnpm token revoke <token|id>\fR: Immediately removes an authentication token from the registry. You will no longer be able to use it. This can accept both complete tokens (such as those you get back from \fBnpm token create\fR, and those found in your \fB.npmrc\fR), and ids as seen in the parseable or json output of \fBnpm token list\fR. This will NOT accept the truncated token found in the normal \fBnpm token list\fR output. -.RE 0 - -.SS "Configuration" -.SS "\fBread-only\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -This is used to mark a token as unable to publish when configuring limited access tokens with the \fBnpm token create\fR command. -.SS "\fBcidr\fR" -.RS 0 -.IP \(bu 4 -Default: null -.IP \(bu 4 -Type: null or String (can be set multiple times) -.RE 0 - -.P -This is a list of CIDR address to be used when configuring limited access tokens with the \fBnpm token create\fR command. -.SS "\fBregistry\fR" -.RS 0 -.IP \(bu 4 -Default: "https://registry.npmjs.org/" -.IP \(bu 4 -Type: URL -.RE 0 - -.P -The base URL of the npm registry. -.SS "\fBotp\fR" -.RS 0 -.IP \(bu 4 -Default: null -.IP \(bu 4 -Type: null or String -.RE 0 - -.P -This is a one-time password from a two-factor authenticator. It's needed when publishing or changing package permissions with \fBnpm access\fR. -.P -If not set, and a registry response fails with a challenge for a one-time password, npm will prompt on the command line for one. -.SS "See Also" -.RS 0 -.IP \(bu 4 -npm help adduser -.IP \(bu 4 -npm help registry -.IP \(bu 4 -npm help config -.IP \(bu 4 -npm help npmrc -.IP \(bu 4 -npm help owner -.IP \(bu 4 -npm help whoami -.IP \(bu 4 -npm help profile -.RE 0 diff --git a/software/flow/node_modules/npm/man/man1/npm-uninstall.1 b/software/flow/node_modules/npm/man/man1/npm-uninstall.1 deleted file mode 100644 index 9c90a98..0000000 --- a/software/flow/node_modules/npm/man/man1/npm-uninstall.1 +++ /dev/null @@ -1,140 +0,0 @@ -.TH "NPM-UNINSTALL" "1" "February 2023" "" "" -.SH "NAME" -\fBnpm-uninstall\fR - Remove a package -.SS "Synopsis" -.P -.RS 2 -.nf -npm uninstall \[lB]<@scope>/\[rB]<pkg>... - -aliases: unlink, remove, rm, r, un -.fi -.RE -.SS "Description" -.P -This uninstalls a package, completely removing everything npm installed on its behalf. -.P -It also removes the package from the \fBdependencies\fR, \fBdevDependencies\fR, \fBoptionalDependencies\fR, and \fBpeerDependencies\fR objects in your \fBpackage.json\fR. -.P -Further, if you have an \fBnpm-shrinkwrap.json\fR or \fBpackage-lock.json\fR, npm will update those files as well. -.P -\fB--no-save\fR will tell npm not to remove the package from your \fBpackage.json\fR, \fBnpm-shrinkwrap.json\fR, or \fBpackage-lock.json\fR files. -.P -\fB--save\fR or \fB-S\fR will tell npm to remove the package from your \fBpackage.json\fR, \fBnpm-shrinkwrap.json\fR, and \fBpackage-lock.json\fR files. This is the default, but you may need to use this if you have for instance \fBsave=false\fR in your \fBnpmrc\fR file -.P -In global mode (ie, with \fB-g\fR or \fB--global\fR appended to the command), it uninstalls the current package context as a global package. \fB--no-save\fR is ignored in this case. -.P -Scope is optional and follows the usual rules for npm help scope. -.SS "Examples" -.P -.RS 2 -.nf -npm uninstall sax -.fi -.RE -.P -\fBsax\fR will no longer be in your \fBpackage.json\fR, \fBnpm-shrinkwrap.json\fR, or \fBpackage-lock.json\fR files. -.P -.RS 2 -.nf -npm uninstall lodash --no-save -.fi -.RE -.P -\fBlodash\fR will not be removed from your \fBpackage.json\fR, \fBnpm-shrinkwrap.json\fR, or \fBpackage-lock.json\fR files. -.SS "Configuration" -.SS "\fBsave\fR" -.RS 0 -.IP \(bu 4 -Default: \fBtrue\fR unless when using \fBnpm update\fR where it defaults to \fBfalse\fR -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Save installed packages to a \fBpackage.json\fR file as dependencies. -.P -When used with the \fBnpm rm\fR command, removes the dependency from \fBpackage.json\fR. -.P -Will also prevent writing to \fBpackage-lock.json\fR if set to \fBfalse\fR. -.SS "\fBworkspace\fR" -.RS 0 -.IP \(bu 4 -Default: -.IP \(bu 4 -Type: String (can be set multiple times) -.RE 0 - -.P -Enable running a command in the context of the configured workspaces of the current project while filtering by running only the workspaces defined by this configuration option. -.P -Valid values for the \fBworkspace\fR config are either: -.RS 0 -.IP \(bu 4 -Workspace names -.IP \(bu 4 -Path to a workspace directory -.IP \(bu 4 -Path to a parent workspace directory (will result in selecting all workspaces within that folder) -.RE 0 - -.P -When set for the \fBnpm init\fR command, this may be set to the folder of a workspace which does not yet exist, to create the folder and set it up as a brand new workspace within the project. -.P -This value is not exported to the environment for child processes. -.SS "\fBworkspaces\fR" -.RS 0 -.IP \(bu 4 -Default: null -.IP \(bu 4 -Type: null or Boolean -.RE 0 - -.P -Set to true to run the command in the context of \fBall\fR configured workspaces. -.P -Explicitly setting this to false will cause commands like \fBinstall\fR to ignore workspaces altogether. When not set explicitly: -.RS 0 -.IP \(bu 4 -Commands that operate on the \fBnode_modules\fR tree (install, update, etc.) will link workspaces into the \fBnode_modules\fR folder. - Commands that do other things (test, exec, publish, etc.) will operate on the root project, \fIunless\fR one or more workspaces are specified in the \fBworkspace\fR config. -.RE 0 - -.P -This value is not exported to the environment for child processes. -.SS "\fBinclude-workspace-root\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Include the workspace root when workspaces are enabled for a command. -.P -When false, specifying individual workspaces via the \fBworkspace\fR config, or all workspaces via the \fBworkspaces\fR flag, will cause npm to operate only on the specified workspaces, and not on the root project. -.P -This value is not exported to the environment for child processes. -.SS "\fBinstall-links\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -When set file: protocol dependencies will be packed and installed as regular dependencies instead of creating a symlink. This option has no effect on workspaces. -.SS "See Also" -.RS 0 -.IP \(bu 4 -npm help prune -.IP \(bu 4 -npm help install -.IP \(bu 4 -npm help folders -.IP \(bu 4 -npm help config -.IP \(bu 4 -npm help npmrc -.RE 0 diff --git a/software/flow/node_modules/npm/man/man1/npm-unpublish.1 b/software/flow/node_modules/npm/man/man1/npm-unpublish.1 deleted file mode 100644 index 8b250dd..0000000 --- a/software/flow/node_modules/npm/man/man1/npm-unpublish.1 +++ /dev/null @@ -1,135 +0,0 @@ -.TH "NPM-UNPUBLISH" "1" "February 2023" "" "" -.SH "NAME" -\fBnpm-unpublish\fR - Remove a package from the registry -.SS "Synopsis" -.P -.RS 2 -.nf -npm unpublish \[lB]<package-spec>\[rB] -.fi -.RE -.P -To learn more about how the npm registry treats unpublish, see our unpublish policies -.SS "Warning" -.P -Consider using the npm help deprecate command instead, if your intent is to encourage users to upgrade, or if you no longer want to maintain a package. -.SS "Description" -.P -This removes a package version from the registry, deleting its entry and removing the tarball. -.P -The npm registry will return an error if you are not npm help "logged in". -.P -If you do not specify a version or if you remove all of a package's versions then the registry will remove the root package entry entirely. -.P -Even if you unpublish a package version, that specific name and version combination can never be reused. In order to publish the package again, you must use a new version number. If you unpublish the entire package, you may not publish any new versions of that package until 24 hours have passed. -.SS "Configuration" -.SS "\fBdry-run\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Indicates that you don't want npm to make any changes and that it should only report what it would have done. This can be passed into any of the commands that modify your local installation, eg, \fBinstall\fR, \fBupdate\fR, \fBdedupe\fR, \fBuninstall\fR, as well as \fBpack\fR and \fBpublish\fR. -.P -Note: This is NOT honored by other network related commands, eg \fBdist-tags\fR, \fBowner\fR, etc. -.SS "\fBforce\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Removes various protections against unfortunate side effects, common mistakes, unnecessary performance degradation, and malicious input. -.RS 0 -.IP \(bu 4 -Allow clobbering non-npm files in global installs. -.IP \(bu 4 -Allow the \fBnpm version\fR command to work on an unclean git repository. -.IP \(bu 4 -Allow deleting the cache folder with \fBnpm cache clean\fR. -.IP \(bu 4 -Allow installing packages that have an \fBengines\fR declaration requiring a different version of npm. -.IP \(bu 4 -Allow installing packages that have an \fBengines\fR declaration requiring a different version of \fBnode\fR, even if \fB--engine-strict\fR is enabled. -.IP \(bu 4 -Allow \fBnpm audit fix\fR to install modules outside your stated dependency range (including SemVer-major changes). -.IP \(bu 4 -Allow unpublishing all versions of a published package. -.IP \(bu 4 -Allow conflicting peerDependencies to be installed in the root project. -.IP \(bu 4 -Implicitly set \fB--yes\fR during \fBnpm init\fR. -.IP \(bu 4 -Allow clobbering existing values in \fBnpm pkg\fR -.IP \(bu 4 -Allow unpublishing of entire packages (not just a single version). -.RE 0 - -.P -If you don't have a clear idea of what you want to do, it is strongly recommended that you do not use this option! -.SS "\fBworkspace\fR" -.RS 0 -.IP \(bu 4 -Default: -.IP \(bu 4 -Type: String (can be set multiple times) -.RE 0 - -.P -Enable running a command in the context of the configured workspaces of the current project while filtering by running only the workspaces defined by this configuration option. -.P -Valid values for the \fBworkspace\fR config are either: -.RS 0 -.IP \(bu 4 -Workspace names -.IP \(bu 4 -Path to a workspace directory -.IP \(bu 4 -Path to a parent workspace directory (will result in selecting all workspaces within that folder) -.RE 0 - -.P -When set for the \fBnpm init\fR command, this may be set to the folder of a workspace which does not yet exist, to create the folder and set it up as a brand new workspace within the project. -.P -This value is not exported to the environment for child processes. -.SS "\fBworkspaces\fR" -.RS 0 -.IP \(bu 4 -Default: null -.IP \(bu 4 -Type: null or Boolean -.RE 0 - -.P -Set to true to run the command in the context of \fBall\fR configured workspaces. -.P -Explicitly setting this to false will cause commands like \fBinstall\fR to ignore workspaces altogether. When not set explicitly: -.RS 0 -.IP \(bu 4 -Commands that operate on the \fBnode_modules\fR tree (install, update, etc.) will link workspaces into the \fBnode_modules\fR folder. - Commands that do other things (test, exec, publish, etc.) will operate on the root project, \fIunless\fR one or more workspaces are specified in the \fBworkspace\fR config. -.RE 0 - -.P -This value is not exported to the environment for child processes. -.SS "See Also" -.RS 0 -.IP \(bu 4 -npm help "package spec" -.IP \(bu 4 -npm help deprecate -.IP \(bu 4 -npm help publish -.IP \(bu 4 -npm help registry -.IP \(bu 4 -npm help adduser -.IP \(bu 4 -npm help owner -.IP \(bu 4 -npm help login -.RE 0 diff --git a/software/flow/node_modules/npm/man/man1/npm-unstar.1 b/software/flow/node_modules/npm/man/man1/npm-unstar.1 deleted file mode 100644 index c76968c..0000000 --- a/software/flow/node_modules/npm/man/man1/npm-unstar.1 +++ /dev/null @@ -1,70 +0,0 @@ -.TH "NPM-UNSTAR" "1" "February 2023" "" "" -.SH "NAME" -\fBnpm-unstar\fR - Remove an item from your favorite packages -.SS "Synopsis" -.P -.RS 2 -.nf -npm unstar \[lB]<package-spec>...\[rB] -.fi -.RE -.P -Note: This command is unaware of workspaces. -.SS "Description" -.P -"Unstarring" a package is the opposite of npm help star, it removes an item from your list of favorite packages. -.SS "More" -.P -There's also these extra commands to help you manage your favorite packages: -.SS "Star" -.P -You can "star" a package using npm help star -.SS "Listing stars" -.P -You can see all your starred packages using npm help stars -.SS "Configuration" -.SS "\fBregistry\fR" -.RS 0 -.IP \(bu 4 -Default: "https://registry.npmjs.org/" -.IP \(bu 4 -Type: URL -.RE 0 - -.P -The base URL of the npm registry. -.SS "\fBunicode\fR" -.RS 0 -.IP \(bu 4 -Default: false on windows, true on mac/unix systems with a unicode locale, as defined by the \fBLC_ALL\fR, \fBLC_CTYPE\fR, or \fBLANG\fR environment variables. -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -When set to true, npm uses unicode characters in the tree output. When false, it uses ascii characters instead of unicode glyphs. -.SS "\fBotp\fR" -.RS 0 -.IP \(bu 4 -Default: null -.IP \(bu 4 -Type: null or String -.RE 0 - -.P -This is a one-time password from a two-factor authenticator. It's needed when publishing or changing package permissions with \fBnpm access\fR. -.P -If not set, and a registry response fails with a challenge for a one-time password, npm will prompt on the command line for one. -.SS "See Also" -.RS 0 -.IP \(bu 4 -npm help star -.IP \(bu 4 -npm help stars -.IP \(bu 4 -npm help view -.IP \(bu 4 -npm help whoami -.IP \(bu 4 -npm help adduser -.RE 0 diff --git a/software/flow/node_modules/npm/man/man1/npm-update.1 b/software/flow/node_modules/npm/man/man1/npm-update.1 deleted file mode 100644 index 7819631..0000000 --- a/software/flow/node_modules/npm/man/man1/npm-update.1 +++ /dev/null @@ -1,394 +0,0 @@ -.TH "NPM-UPDATE" "1" "February 2023" "" "" -.SH "NAME" -\fBnpm-update\fR - Update packages -.SS "Synopsis" -.P -.RS 2 -.nf -npm update \[lB]<pkg>...\[rB] - -aliases: up, upgrade, udpate -.fi -.RE -.SS "Description" -.P -This command will update all the packages listed to the latest version (specified by the \fB\fBtag\fR config\fR \fI\(la/using-npm/config#tag\(ra\fR), respecting the semver constraints of both your package and its dependencies (if they also require the same package). -.P -It will also install missing packages. -.P -If the \fB-g\fR flag is specified, this command will update globally installed packages. -.P -If no package name is specified, all packages in the specified location (global or local) will be updated. -.P -Note that by default \fBnpm update\fR will not update the semver values of direct dependencies in your project \fBpackage.json\fR, if you want to also update values in \fBpackage.json\fR you can run: \fBnpm update --save\fR (or add the \fBsave=true\fR option to a npm help "configuration file" to make that the default behavior). -.SS "Example" -.P -For the examples below, assume that the current package is \fBapp\fR and it depends on dependencies, \fBdep1\fR (\fBdep2\fR, .. etc.). The published versions of \fBdep1\fR are: -.P -.RS 2 -.nf -{ - "dist-tags": { "latest": "1.2.2" }, - "versions": \[lB] - "1.2.2", - "1.2.1", - "1.2.0", - "1.1.2", - "1.1.1", - "1.0.0", - "0.4.1", - "0.4.0", - "0.2.0" - \[rB] -} -.fi -.RE -.SS "Caret Dependencies" -.P -If \fBapp\fR's \fBpackage.json\fR contains: -.P -.RS 2 -.nf -"dependencies": { - "dep1": "^1.1.1" -} -.fi -.RE -.P -Then \fBnpm update\fR will install \fBdep1@1.2.2\fR, because \fB1.2.2\fR is \fBlatest\fR and \fB1.2.2\fR satisfies \fB^1.1.1\fR. -.SS "Tilde Dependencies" -.P -However, if \fBapp\fR's \fBpackage.json\fR contains: -.P -.RS 2 -.nf -"dependencies": { - "dep1": "~1.1.1" -} -.fi -.RE -.P -In this case, running \fBnpm update\fR will install \fBdep1@1.1.2\fR. Even though the \fBlatest\fR tag points to \fB1.2.2\fR, this version do not satisfy \fB~1.1.1\fR, which is equivalent to \fB>=1.1.1 <1.2.0\fR. So the highest-sorting version that satisfies \fB~1.1.1\fR is used, which is \fB1.1.2\fR. -.SS "Caret Dependencies below 1.0.0" -.P -Suppose \fBapp\fR has a caret dependency on a version below \fB1.0.0\fR, for example: -.P -.RS 2 -.nf -"dependencies": { - "dep1": "^0.2.0" -} -.fi -.RE -.P -\fBnpm update\fR will install \fBdep1@0.2.0\fR, because there are no other versions which satisfy \fB^0.2.0\fR. -.P -If the dependence were on \fB^0.4.0\fR: -.P -.RS 2 -.nf -"dependencies": { - "dep1": "^0.4.0" -} -.fi -.RE -.P -Then \fBnpm update\fR will install \fBdep1@0.4.1\fR, because that is the highest-sorting version that satisfies \fB^0.4.0\fR (\fB>= 0.4.0 <0.5.0\fR) -.SS "Subdependencies" -.P -Suppose your app now also has a dependency on \fBdep2\fR -.P -.RS 2 -.nf -{ - "name": "my-app", - "dependencies": { - "dep1": "^1.0.0", - "dep2": "1.0.0" - } -} -.fi -.RE -.P -and \fBdep2\fR itself depends on this limited range of \fBdep1\fR -.P -.RS 2 -.nf -{ -"name": "dep2", - "dependencies": { - "dep1": "~1.1.1" - } -} -.fi -.RE -.P -Then \fBnpm update\fR will install \fBdep1@1.1.2\fR because that is the highest version that \fBdep2\fR allows. npm will prioritize having a single version of \fBdep1\fR in your tree rather than two when that single version can satisfy the semver requirements of multiple dependencies in your tree. In this case if you really did need your package to use a newer version you would need to use \fBnpm install\fR. -.SS "Updating Globally-Installed Packages" -.P -\fBnpm update -g\fR will apply the \fBupdate\fR action to each globally installed package that is \fBoutdated\fR -- that is, has a version that is different from \fBwanted\fR. -.P -Note: Globally installed packages are treated as if they are installed with a caret semver range specified. So if you require to update to \fBlatest\fR you may need to run \fBnpm install -g \[lB]<pkg>...\[rB]\fR -.P -NOTE: If a package has been upgraded to a version newer than \fBlatest\fR, it will be \fIdowngraded\fR. -.SS "Configuration" -.SS "\fBsave\fR" -.RS 0 -.IP \(bu 4 -Default: \fBtrue\fR unless when using \fBnpm update\fR where it defaults to \fBfalse\fR -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Save installed packages to a \fBpackage.json\fR file as dependencies. -.P -When used with the \fBnpm rm\fR command, removes the dependency from \fBpackage.json\fR. -.P -Will also prevent writing to \fBpackage-lock.json\fR if set to \fBfalse\fR. -.SS "\fBglobal\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Operates in "global" mode, so that packages are installed into the \fBprefix\fR folder instead of the current working directory. See npm help folders for more on the differences in behavior. -.RS 0 -.IP \(bu 4 -packages are installed into the \fB{prefix}/lib/node_modules\fR folder, instead of the current working directory. -.IP \(bu 4 -bin files are linked to \fB{prefix}/bin\fR -.IP \(bu 4 -man pages are linked to \fB{prefix}/share/man\fR -.RE 0 - -.SS "\fBinstall-strategy\fR" -.RS 0 -.IP \(bu 4 -Default: "hoisted" -.IP \(bu 4 -Type: "hoisted", "nested", "shallow", or "linked" -.RE 0 - -.P -Sets the strategy for installing packages in node_modules. hoisted (default): Install non-duplicated in top-level, and duplicated as necessary within directory structure. nested: (formerly --legacy-bundling) install in place, no hoisting. shallow (formerly --global-style) only install direct deps at top-level. linked: (experimental) install in node_modules/.store, link in place, unhoisted. -.SS "\fBlegacy-bundling\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.IP \(bu 4 -DEPRECATED: This option has been deprecated in favor of \fB--install-strategy=nested\fR -.RE 0 - -.P -Instead of hoisting package installs in \fBnode_modules\fR, install packages in the same manner that they are depended on. This may cause very deep directory structures and duplicate package installs as there is no de-duplicating. Sets \fB--install-strategy=nested\fR. -.SS "\fBglobal-style\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.IP \(bu 4 -DEPRECATED: This option has been deprecated in favor of \fB--install-strategy=shallow\fR -.RE 0 - -.P -Only install direct dependencies in the top level \fBnode_modules\fR, but hoist on deeper dependencies. Sets \fB--install-strategy=shallow\fR. -.SS "\fBomit\fR" -.RS 0 -.IP \(bu 4 -Default: 'dev' if the \fBNODE_ENV\fR environment variable is set to 'production', otherwise empty. -.IP \(bu 4 -Type: "dev", "optional", or "peer" (can be set multiple times) -.RE 0 - -.P -Dependency types to omit from the installation tree on disk. -.P -Note that these dependencies \fIare\fR still resolved and added to the \fBpackage-lock.json\fR or \fBnpm-shrinkwrap.json\fR file. They are just not physically installed on disk. -.P -If a package type appears in both the \fB--include\fR and \fB--omit\fR lists, then it will be included. -.P -If the resulting omit list includes \fB'dev'\fR, then the \fBNODE_ENV\fR environment variable will be set to \fB'production'\fR for all lifecycle scripts. -.SS "\fBstrict-peer-deps\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -If set to \fBtrue\fR, and \fB--legacy-peer-deps\fR is not set, then \fIany\fR conflicting \fBpeerDependencies\fR will be treated as an install failure, even if npm could reasonably guess the appropriate resolution based on non-peer dependency relationships. -.P -By default, conflicting \fBpeerDependencies\fR deep in the dependency graph will be resolved using the nearest non-peer dependency specification, even if doing so will result in some packages receiving a peer dependency outside the range set in their package's \fBpeerDependencies\fR object. -.P -When such an override is performed, a warning is printed, explaining the conflict and the packages involved. If \fB--strict-peer-deps\fR is set, then this warning is treated as a failure. -.SS "\fBpackage-lock\fR" -.RS 0 -.IP \(bu 4 -Default: true -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -If set to false, then ignore \fBpackage-lock.json\fR files when installing. This will also prevent \fIwriting\fR \fBpackage-lock.json\fR if \fBsave\fR is true. -.P -This configuration does not affect \fBnpm ci\fR. -.SS "\fBforeground-scripts\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Run all build scripts (ie, \fBpreinstall\fR, \fBinstall\fR, and \fBpostinstall\fR) scripts for installed packages in the foreground process, sharing standard input, output, and error with the main npm process. -.P -Note that this will generally make installs run slower, and be much noisier, but can be useful for debugging. -.SS "\fBignore-scripts\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -If true, npm does not run scripts specified in package.json files. -.P -Note that commands explicitly intended to run a particular script, such as \fBnpm start\fR, \fBnpm stop\fR, \fBnpm restart\fR, \fBnpm test\fR, and \fBnpm run-script\fR will still run their intended script if \fBignore-scripts\fR is set, but they will \fInot\fR run any pre- or post-scripts. -.SS "\fBaudit\fR" -.RS 0 -.IP \(bu 4 -Default: true -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -When "true" submit audit reports alongside the current npm command to the default registry and all registries configured for scopes. See the documentation for npm help audit for details on what is submitted. -.SS "\fBbin-links\fR" -.RS 0 -.IP \(bu 4 -Default: true -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Tells npm to create symlinks (or \fB.cmd\fR shims on Windows) for package executables. -.P -Set to false to have it not do this. This can be used to work around the fact that some file systems don't support symlinks, even on ostensibly Unix systems. -.SS "\fBfund\fR" -.RS 0 -.IP \(bu 4 -Default: true -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -When "true" displays the message at the end of each \fBnpm install\fR acknowledging the number of dependencies looking for funding. See npm help fund for details. -.SS "\fBdry-run\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Indicates that you don't want npm to make any changes and that it should only report what it would have done. This can be passed into any of the commands that modify your local installation, eg, \fBinstall\fR, \fBupdate\fR, \fBdedupe\fR, \fBuninstall\fR, as well as \fBpack\fR and \fBpublish\fR. -.P -Note: This is NOT honored by other network related commands, eg \fBdist-tags\fR, \fBowner\fR, etc. -.SS "\fBworkspace\fR" -.RS 0 -.IP \(bu 4 -Default: -.IP \(bu 4 -Type: String (can be set multiple times) -.RE 0 - -.P -Enable running a command in the context of the configured workspaces of the current project while filtering by running only the workspaces defined by this configuration option. -.P -Valid values for the \fBworkspace\fR config are either: -.RS 0 -.IP \(bu 4 -Workspace names -.IP \(bu 4 -Path to a workspace directory -.IP \(bu 4 -Path to a parent workspace directory (will result in selecting all workspaces within that folder) -.RE 0 - -.P -When set for the \fBnpm init\fR command, this may be set to the folder of a workspace which does not yet exist, to create the folder and set it up as a brand new workspace within the project. -.P -This value is not exported to the environment for child processes. -.SS "\fBworkspaces\fR" -.RS 0 -.IP \(bu 4 -Default: null -.IP \(bu 4 -Type: null or Boolean -.RE 0 - -.P -Set to true to run the command in the context of \fBall\fR configured workspaces. -.P -Explicitly setting this to false will cause commands like \fBinstall\fR to ignore workspaces altogether. When not set explicitly: -.RS 0 -.IP \(bu 4 -Commands that operate on the \fBnode_modules\fR tree (install, update, etc.) will link workspaces into the \fBnode_modules\fR folder. - Commands that do other things (test, exec, publish, etc.) will operate on the root project, \fIunless\fR one or more workspaces are specified in the \fBworkspace\fR config. -.RE 0 - -.P -This value is not exported to the environment for child processes. -.SS "\fBinclude-workspace-root\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Include the workspace root when workspaces are enabled for a command. -.P -When false, specifying individual workspaces via the \fBworkspace\fR config, or all workspaces via the \fBworkspaces\fR flag, will cause npm to operate only on the specified workspaces, and not on the root project. -.P -This value is not exported to the environment for child processes. -.SS "\fBinstall-links\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -When set file: protocol dependencies will be packed and installed as regular dependencies instead of creating a symlink. This option has no effect on workspaces. -.SS "See Also" -.RS 0 -.IP \(bu 4 -npm help install -.IP \(bu 4 -npm help outdated -.IP \(bu 4 -npm help shrinkwrap -.IP \(bu 4 -npm help registry -.IP \(bu 4 -npm help folders -.IP \(bu 4 -npm help ls -.RE 0 diff --git a/software/flow/node_modules/npm/man/man1/npm-version.1 b/software/flow/node_modules/npm/man/man1/npm-version.1 deleted file mode 100644 index 66bfdbd..0000000 --- a/software/flow/node_modules/npm/man/man1/npm-version.1 +++ /dev/null @@ -1,229 +0,0 @@ -.TH "NPM-VERSION" "1" "February 2023" "" "" -.SH "NAME" -\fBnpm-version\fR - Bump a package version -.SS "Synopsis" -.P -.RS 2 -.nf -npm version \[lB]<newversion> | major | minor | patch | premajor | preminor | prepatch | prerelease | from-git\[rB] - -alias: verison -.fi -.RE -.SS "Configuration" -.SS "\fBallow-same-version\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Prevents throwing an error when \fBnpm version\fR is used to set the new version to the same value as the current version. -.SS "\fBcommit-hooks\fR" -.RS 0 -.IP \(bu 4 -Default: true -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Run git commit hooks when using the \fBnpm version\fR command. -.SS "\fBgit-tag-version\fR" -.RS 0 -.IP \(bu 4 -Default: true -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Tag the commit when using the \fBnpm version\fR command. Setting this to false results in no commit being made at all. -.SS "\fBjson\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Whether or not to output JSON data, rather than the normal output. -.RS 0 -.IP \(bu 4 -In \fBnpm pkg set\fR it enables parsing set values with JSON.parse() before saving them to your \fBpackage.json\fR. -.RE 0 - -.P -Not supported by all npm commands. -.SS "\fBpreid\fR" -.RS 0 -.IP \(bu 4 -Default: "" -.IP \(bu 4 -Type: String -.RE 0 - -.P -The "prerelease identifier" to use as a prefix for the "prerelease" part of a semver. Like the \fBrc\fR in \fB1.2.0-rc.8\fR. -.SS "\fBsign-git-tag\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -If set to true, then the \fBnpm version\fR command will tag the version using \fB-s\fR to add a signature. -.P -Note that git requires you to have set up GPG keys in your git configs for this to work properly. -.SS "\fBworkspace\fR" -.RS 0 -.IP \(bu 4 -Default: -.IP \(bu 4 -Type: String (can be set multiple times) -.RE 0 - -.P -Enable running a command in the context of the configured workspaces of the current project while filtering by running only the workspaces defined by this configuration option. -.P -Valid values for the \fBworkspace\fR config are either: -.RS 0 -.IP \(bu 4 -Workspace names -.IP \(bu 4 -Path to a workspace directory -.IP \(bu 4 -Path to a parent workspace directory (will result in selecting all workspaces within that folder) -.RE 0 - -.P -When set for the \fBnpm init\fR command, this may be set to the folder of a workspace which does not yet exist, to create the folder and set it up as a brand new workspace within the project. -.P -This value is not exported to the environment for child processes. -.SS "\fBworkspaces\fR" -.RS 0 -.IP \(bu 4 -Default: null -.IP \(bu 4 -Type: null or Boolean -.RE 0 - -.P -Set to true to run the command in the context of \fBall\fR configured workspaces. -.P -Explicitly setting this to false will cause commands like \fBinstall\fR to ignore workspaces altogether. When not set explicitly: -.RS 0 -.IP \(bu 4 -Commands that operate on the \fBnode_modules\fR tree (install, update, etc.) will link workspaces into the \fBnode_modules\fR folder. - Commands that do other things (test, exec, publish, etc.) will operate on the root project, \fIunless\fR one or more workspaces are specified in the \fBworkspace\fR config. -.RE 0 - -.P -This value is not exported to the environment for child processes. -.SS "\fBworkspaces-update\fR" -.RS 0 -.IP \(bu 4 -Default: true -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -If set to true, the npm cli will run an update after operations that may possibly change the workspaces installed to the \fBnode_modules\fR folder. -.SS "\fBinclude-workspace-root\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Include the workspace root when workspaces are enabled for a command. -.P -When false, specifying individual workspaces via the \fBworkspace\fR config, or all workspaces via the \fBworkspaces\fR flag, will cause npm to operate only on the specified workspaces, and not on the root project. -.P -This value is not exported to the environment for child processes. -.SS "Description" -.P -Run this in a package directory to bump the version and write the new data back to \fBpackage.json\fR, \fBpackage-lock.json\fR, and, if present, \fBnpm-shrinkwrap.json\fR. -.P -The \fBnewversion\fR argument should be a valid semver string, a valid second argument to \fBsemver.inc\fR \fI\(lahttps://github.com/npm/node-semver#functions\(ra\fR (one of \fBpatch\fR, \fBminor\fR, \fBmajor\fR, \fBprepatch\fR, \fBpreminor\fR, \fBpremajor\fR, \fBprerelease\fR), or \fBfrom-git\fR. In the second case, the existing version will be incremented by 1 in the specified field. \fBfrom-git\fR will try to read the latest git tag, and use that as the new npm version. -.P -If run in a git repo, it will also create a version commit and tag. This behavior is controlled by \fBgit-tag-version\fR (see below), and can be disabled on the command line by running \fBnpm --no-git-tag-version version\fR. It will fail if the working directory is not clean, unless the \fB-f\fR or \fB--force\fR flag is set. -.P -If supplied with \fB-m\fR or \fB\fB--message\fR config\fR \fI\(la/using-npm/config#message\(ra\fR option, npm will use it as a commit message when creating a version commit. If the \fBmessage\fR config contains \fB%s\fR then that will be replaced with the resulting version number. For example: -.P -.RS 2 -.nf -npm version patch -m "Upgrade to %s for reasons" -.fi -.RE -.P -If the \fB\fBsign-git-tag\fR config\fR \fI\(la/using-npm/config#sign-git-tag\(ra\fR is set, then the tag will be signed using the \fB-s\fR flag to git. Note that you must have a default GPG key set up in your git config for this to work properly. For example: -.P -.RS 2 -.nf -$ npm config set sign-git-tag true -$ npm version patch - -You need a passphrase to unlock the secret key for -user: "isaacs (http://blog.izs.me/) <i@izs.me>" -2048-bit RSA key, ID 6C481CF6, created 2010-08-31 - -Enter passphrase: -.fi -.RE -.P -If \fBpreversion\fR, \fBversion\fR, or \fBpostversion\fR are in the \fBscripts\fR property of the package.json, they will be executed as part of running \fBnpm -version\fR. -.P -The exact order of execution is as follows: -.RS 0 -.IP 1. 4 -Check to make sure the git working directory is clean before we get started. Your scripts may add files to the commit in future steps. This step is skipped if the \fB--force\fR flag is set. -.IP 2. 4 -Run the \fBpreversion\fR script. These scripts have access to the old \fBversion\fR in package.json. A typical use would be running your full test suite before deploying. Any files you want added to the commit should be explicitly added using \fBgit add\fR. -.IP 3. 4 -Bump \fBversion\fR in \fBpackage.json\fR as requested (\fBpatch\fR, \fBminor\fR, \fBmajor\fR, etc). -.IP 4. 4 -Run the \fBversion\fR script. These scripts have access to the new \fBversion\fR in package.json (so they can incorporate it into file headers in generated files for example). Again, scripts should explicitly add generated files to the commit using \fBgit add\fR. -.IP 5. 4 -Commit and tag. -.IP 6. 4 -Run the \fBpostversion\fR script. Use it to clean up the file system or automatically push the commit and/or tag. -.RE 0 - -.P -Take the following example: -.P -.RS 2 -.nf -{ - "scripts": { - "preversion": "npm test", - "version": "npm run build && git add -A dist", - "postversion": "git push && git push --tags && rm -rf build/temp" - } -} -.fi -.RE -.P -This runs all your tests and proceeds only if they pass. Then runs your \fBbuild\fR script, and adds everything in the \fBdist\fR directory to the commit. After the commit, it pushes the new commit and tag up to the server, and deletes the \fBbuild/temp\fR directory. -.SS "See Also" -.RS 0 -.IP \(bu 4 -npm help init -.IP \(bu 4 -npm help run-script -.IP \(bu 4 -npm help scripts -.IP \(bu 4 -\fBpackage.json\fR \fI\(la/configuring-npm/package-json\(ra\fR -.IP \(bu 4 -npm help config -.RE 0 diff --git a/software/flow/node_modules/npm/man/man1/npm-view.1 b/software/flow/node_modules/npm/man/man1/npm-view.1 deleted file mode 100644 index 6075c16..0000000 --- a/software/flow/node_modules/npm/man/man1/npm-view.1 +++ /dev/null @@ -1,205 +0,0 @@ -.TH "NPM-VIEW" "1" "February 2023" "" "" -.SH "NAME" -\fBnpm-view\fR - View registry info -.SS "Synopsis" -.P -.RS 2 -.nf -npm view \[lB]<package-spec>\[rB] \[lB]<field>\[lB].subfield\[rB]...\[rB] - -aliases: info, show, v -.fi -.RE -.SS "Description" -.P -This command shows data about a package and prints it to stdout. -.P -As an example, to view information about the \fBconnect\fR package from the registry, you would run: -.P -.RS 2 -.nf -npm view connect -.fi -.RE -.P -The default version is \fB"latest"\fR if unspecified. -.P -Field names can be specified after the package descriptor. For example, to show the dependencies of the \fBronn\fR package at version \fB0.3.5\fR, you could do the following: -.P -.RS 2 -.nf -npm view ronn@0.3.5 dependencies -.fi -.RE -.P -You can view child fields by separating them with a period. To view the git repository URL for the latest version of \fBnpm\fR, you would run the following command: -.P -.RS 2 -.nf -npm view npm repository.url -.fi -.RE -.P -This makes it easy to view information about a dependency with a bit of shell scripting. For example, to view all the data about the version of \fBopts\fR that \fBronn\fR depends on, you could write the following: -.P -.RS 2 -.nf -npm view opts@$(npm view ronn dependencies.opts) -.fi -.RE -.P -For fields that are arrays, requesting a non-numeric field will return all of the values from the objects in the list. For example, to get all the contributor email addresses for the \fBexpress\fR package, you would run: -.P -.RS 2 -.nf -npm view express contributors.email -.fi -.RE -.P -You may also use numeric indices in square braces to specifically select an item in an array field. To just get the email address of the first contributor in the list, you can run: -.P -.RS 2 -.nf -npm view express contributors\[lB]0\[rB].email -.fi -.RE -.P -If the field value you are querying for is a property of an object, you should run: -.P -.RS 2 -.nf -npm view express time'\[lB]4.8.0\[rB]' -.fi -.RE -.P -Multiple fields may be specified, and will be printed one after another. For example, to get all the contributor names and email addresses, you can do this: -.P -.RS 2 -.nf -npm view express contributors.name contributors.email -.fi -.RE -.P -"Person" fields are shown as a string if they would be shown as an object. So, for example, this will show the list of \fBnpm\fR contributors in the shortened string format. (See \fB\fBpackage.json\fR\fR \fI\(la/configuring-npm/package-json\(ra\fR for more on this.) -.P -.RS 2 -.nf -npm view npm contributors -.fi -.RE -.P -If a version range is provided, then data will be printed for every matching version of the package. This will show which version of \fBjsdom\fR was required by each matching version of \fByui3\fR: -.P -.RS 2 -.nf -npm view yui3@'>0.5.4' dependencies.jsdom -.fi -.RE -.P -To show the \fBconnect\fR package version history, you can do this: -.P -.RS 2 -.nf -npm view connect versions -.fi -.RE -.SS "Configuration" -.SS "\fBjson\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Whether or not to output JSON data, rather than the normal output. -.RS 0 -.IP \(bu 4 -In \fBnpm pkg set\fR it enables parsing set values with JSON.parse() before saving them to your \fBpackage.json\fR. -.RE 0 - -.P -Not supported by all npm commands. -.SS "\fBworkspace\fR" -.RS 0 -.IP \(bu 4 -Default: -.IP \(bu 4 -Type: String (can be set multiple times) -.RE 0 - -.P -Enable running a command in the context of the configured workspaces of the current project while filtering by running only the workspaces defined by this configuration option. -.P -Valid values for the \fBworkspace\fR config are either: -.RS 0 -.IP \(bu 4 -Workspace names -.IP \(bu 4 -Path to a workspace directory -.IP \(bu 4 -Path to a parent workspace directory (will result in selecting all workspaces within that folder) -.RE 0 - -.P -When set for the \fBnpm init\fR command, this may be set to the folder of a workspace which does not yet exist, to create the folder and set it up as a brand new workspace within the project. -.P -This value is not exported to the environment for child processes. -.SS "\fBworkspaces\fR" -.RS 0 -.IP \(bu 4 -Default: null -.IP \(bu 4 -Type: null or Boolean -.RE 0 - -.P -Set to true to run the command in the context of \fBall\fR configured workspaces. -.P -Explicitly setting this to false will cause commands like \fBinstall\fR to ignore workspaces altogether. When not set explicitly: -.RS 0 -.IP \(bu 4 -Commands that operate on the \fBnode_modules\fR tree (install, update, etc.) will link workspaces into the \fBnode_modules\fR folder. - Commands that do other things (test, exec, publish, etc.) will operate on the root project, \fIunless\fR one or more workspaces are specified in the \fBworkspace\fR config. -.RE 0 - -.P -This value is not exported to the environment for child processes. -.SS "\fBinclude-workspace-root\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Include the workspace root when workspaces are enabled for a command. -.P -When false, specifying individual workspaces via the \fBworkspace\fR config, or all workspaces via the \fBworkspaces\fR flag, will cause npm to operate only on the specified workspaces, and not on the root project. -.P -This value is not exported to the environment for child processes. -.SS "Output" -.P -If only a single string field for a single version is output, then it will not be colorized or quoted, to enable piping the output to another command. If the field is an object, it will be output as a JavaScript object literal. -.P -If the \fB--json\fR flag is given, the outputted fields will be JSON. -.P -If the version range matches multiple versions then each printed value will be prefixed with the version it applies to. -.P -If multiple fields are requested, then each of them is prefixed with the field name. -.SS "See Also" -.RS 0 -.IP \(bu 4 -npm help "package spec" -.IP \(bu 4 -npm help search -.IP \(bu 4 -npm help registry -.IP \(bu 4 -npm help config -.IP \(bu 4 -npm help npmrc -.IP \(bu 4 -npm help docs -.RE 0 diff --git a/software/flow/node_modules/npm/man/man1/npm-whoami.1 b/software/flow/node_modules/npm/man/man1/npm-whoami.1 deleted file mode 100644 index d96a364..0000000 --- a/software/flow/node_modules/npm/man/man1/npm-whoami.1 +++ /dev/null @@ -1,39 +0,0 @@ -.TH "NPM-WHOAMI" "1" "February 2023" "" "" -.SH "NAME" -\fBnpm-whoami\fR - Display npm username -.SS "Synopsis" -.P -.RS 2 -.nf -npm whoami -.fi -.RE -.P -Note: This command is unaware of workspaces. -.SS "Description" -.P -Display the npm username of the currently logged-in user. -.P -If logged into a registry that provides token-based authentication, then connect to the \fB/-/whoami\fR registry endpoint to find the username associated with the token, and print to standard output. -.P -If logged into a registry that uses Basic Auth, then simply print the \fBusername\fR portion of the authentication string. -.SS "Configuration" -.SS "\fBregistry\fR" -.RS 0 -.IP \(bu 4 -Default: "https://registry.npmjs.org/" -.IP \(bu 4 -Type: URL -.RE 0 - -.P -The base URL of the npm registry. -.SS "See Also" -.RS 0 -.IP \(bu 4 -npm help config -.IP \(bu 4 -npm help npmrc -.IP \(bu 4 -npm help adduser -.RE 0 diff --git a/software/flow/node_modules/npm/man/man1/npm.1 b/software/flow/node_modules/npm/man/man1/npm.1 deleted file mode 100644 index 631f484..0000000 --- a/software/flow/node_modules/npm/man/man1/npm.1 +++ /dev/null @@ -1,131 +0,0 @@ -.TH "NPM" "1" "February 2023" "" "" -.SH "NAME" -\fBnpm\fR - javascript package manager -.SS "Synopsis" -.P -.RS 2 -.nf -npm -.fi -.RE -.P -Note: This command is unaware of workspaces. -.SS "Version" -.P -9.5.1 -.SS "Description" -.P -npm is the package manager for the Node JavaScript platform. It puts modules in place so that node can find them, and manages dependency conflicts intelligently. -.P -It is extremely configurable to support a variety of use cases. Most commonly, you use it to publish, discover, install, and develop node programs. -.P -Run \fBnpm help\fR to get a list of available commands. -.SS "Important" -.P -npm comes preconfigured to use npm's public registry at https://registry.npmjs.org by default. Use of the npm public registry is subject to terms of use available at https://docs.npmjs.com/policies/terms. -.P -You can configure npm to use any compatible registry you like, and even run your own registry. Use of someone else's registry is governed by their terms of use. -.SS "Introduction" -.P -You probably got npm because you want to install stuff. -.P -The very first thing you will most likely want to run in any node program is \fBnpm install\fR to install its dependencies. -.P -You can also run \fBnpm install blerg\fR to install the latest version of "blerg". Check out npm help install for more info. It can do a lot of stuff. -.P -Use the \fBnpm search\fR command to show everything that's available in the public registry. Use \fBnpm ls\fR to show everything you've installed. -.SS "Dependencies" -.P -If a package lists a dependency using a git URL, npm will install that dependency using the \fB\fBgit\fR\fR \fI\(lahttps://github.com/git-guides/install-git\(ra\fR command and will generate an error if it is not installed. -.P -If one of the packages npm tries to install is a native node module and requires compiling of C++ Code, npm will use \fBnode-gyp\fR \fI\(lahttps://github.com/nodejs/node-gyp\(ra\fR for that task. For a Unix system, \fBnode-gyp\fR \fI\(lahttps://github.com/nodejs/node-gyp\(ra\fR needs Python, make and a buildchain like GCC. On Windows, Python and Microsoft Visual Studio C++ are needed. For more information visit \fBthe node-gyp repository\fR \fI\(lahttps://github.com/nodejs/node-gyp\(ra\fR and the \fBnode-gyp Wiki\fR \fI\(lahttps://github.com/nodejs/node-gyp/wiki\(ra\fR. -.SS "Directories" -.P -See npm help folders to learn about where npm puts stuff. -.P -In particular, npm has two modes of operation: -.RS 0 -.IP \(bu 4 -local mode: npm installs packages into the current project directory, which defaults to the current working directory. Packages install to \fB./node_modules\fR, and bins to \fB./node_modules/.bin\fR. -.IP \(bu 4 -global mode: npm installs packages into the install prefix at \fB$npm_config_prefix/lib/node_modules\fR and bins to \fB$npm_config_prefix/bin\fR. -.RE 0 - -.P -Local mode is the default. Use \fB-g\fR or \fB--global\fR on any command to run in global mode instead. -.SS "Developer Usage" -.P -If you're using npm to develop and publish your code, check out the following help topics: -.RS 0 -.IP \(bu 4 -json: Make a package.json file. See \fB\fBpackage.json\fR\fR \fI\(la/configuring-npm/package-json\(ra\fR. -.IP \(bu 4 -link: Links your current working code into Node's path, so that you don't have to reinstall every time you make a change. Use npm help link to do this. -.IP \(bu 4 -install: It's a good idea to install things if you don't need the symbolic link. Especially, installing other peoples code from the registry is done via npm help install -.IP \(bu 4 -adduser: Create an account or log in. When you do this, npm will store credentials in the user config file. -.IP \(bu 4 -publish: Use the npm help publish command to upload your code to the registry. -.RE 0 - -.SS "Configuration" -.P -npm is extremely configurable. It reads its configuration options from 5 places. -.RS 0 -.IP \(bu 4 -Command line switches: Set a config with \fB--key val\fR. All keys take a value, even if they are booleans (the config parser doesn't know what the options are at the time of parsing). If you do not provide a value (\fB--key\fR) then the option is set to boolean \fBtrue\fR. -.IP \(bu 4 -Environment Variables: Set any config by prefixing the name in an environment variable with \fBnpm_config_\fR. For example, \fBexport npm_config_key=val\fR. -.IP \(bu 4 -User Configs: The file at \fB$HOME/.npmrc\fR is an ini-formatted list of configs. If present, it is parsed. If the \fBuserconfig\fR option is set in the cli or env, that file will be used instead. -.IP \(bu 4 -Global Configs: The file found at \fB./etc/npmrc\fR (relative to the global prefix will be parsed if it is found. See npm help prefix for more info on the global prefix. If the \fBglobalconfig\fR option is set in the cli, env, or user config, then that file is parsed instead. -.IP \(bu 4 -Defaults: npm's default configuration options are defined in \fBlib/utils/config/definitions.js\fR. These must not be changed. -.RE 0 - -.P -See npm help config for much much more information. -.SS "Contributions" -.P -Patches welcome! -.P -If you would like to help, but don't know what to work on, read the \fBcontributing guidelines\fR \fI\(lahttps://github.com/npm/cli/blob/latest/CONTRIBUTING.md\(ra\fR and check the issues list. -.SS "Bugs" -.P -When you find issues, please report them: \fI\(lahttps://github.com/npm/cli/issues\(ra\fR -.P -Please be sure to follow the template and bug reporting guidelines. -.SS "Feature Requests" -.P -Discuss new feature ideas on our discussion forum: -.RS 0 -.IP \(bu 4 -\fI\(lahttps://github.com/npm/feedback\(ra\fR -.RE 0 - -.P -Or suggest formal RFC proposals: -.RS 0 -.IP \(bu 4 -\fI\(lahttps://github.com/npm/rfcs\(ra\fR -.RE 0 - -.SS "See Also" -.RS 0 -.IP \(bu 4 -npm help help -.IP \(bu 4 -\fBpackage.json\fR \fI\(la/configuring-npm/package-json\(ra\fR -.IP \(bu 4 -npm help npmrc -.IP \(bu 4 -npm help config -.IP \(bu 4 -npm help install -.IP \(bu 4 -npm help prefix -.IP \(bu 4 -npm help publish -.RE 0 diff --git a/software/flow/node_modules/npm/man/man1/npx.1 b/software/flow/node_modules/npm/man/man1/npx.1 deleted file mode 100644 index 079dffe..0000000 --- a/software/flow/node_modules/npm/man/man1/npx.1 +++ /dev/null @@ -1,156 +0,0 @@ -.TH "NPX" "1" "February 2023" "" "" -.SH "NAME" -\fBnpx\fR - Run a command from a local or remote npm package -.SS "Synopsis" -.P -.RS 2 -.nf -npx -- <pkg>\[lB]@<version>\[rB] \[lB]args...\[rB] -npx --package=<pkg>\[lB]@<version>\[rB] -- <cmd> \[lB]args...\[rB] -npx -c '<cmd> \[lB]args...\[rB]' -npx --package=foo -c '<cmd> \[lB]args...\[rB]' -.fi -.RE -.SS "Description" -.P -This command allows you to run an arbitrary command from an npm package (either one installed locally, or fetched remotely), in a similar context as running it via \fBnpm run\fR. -.P -Whatever packages are specified by the \fB--package\fR option will be provided in the \fBPATH\fR of the executed command, along with any locally installed package executables. The \fB--package\fR option may be specified multiple times, to execute the supplied command in an environment where all specified packages are available. -.P -If any requested packages are not present in the local project dependencies, then they are installed to a folder in the npm cache, which is added to the \fBPATH\fR environment variable in the executed process. A prompt is printed (which can be suppressed by providing either \fB--yes\fR or \fB--no\fR). -.P -Package names provided without a specifier will be matched with whatever version exists in the local project. Package names with a specifier will only be considered a match if they have the exact same name and version as the local dependency. -.P -If no \fB-c\fR or \fB--call\fR option is provided, then the positional arguments are used to generate the command string. If no \fB--package\fR options are provided, then npm will attempt to determine the executable name from the package specifier provided as the first positional argument according to the following heuristic: -.RS 0 -.IP \(bu 4 -If the package has a single entry in its \fBbin\fR field in \fBpackage.json\fR, or if all entries are aliases of the same command, then that command will be used. -.IP \(bu 4 -If the package has multiple \fBbin\fR entries, and one of them matches the unscoped portion of the \fBname\fR field, then that command will be used. -.IP \(bu 4 -If this does not result in exactly one option (either because there are no bin entries, or none of them match the \fBname\fR of the package), then \fBnpm exec\fR exits with an error. -.RE 0 - -.P -To run a binary \fIother than\fR the named binary, specify one or more \fB--package\fR options, which will prevent npm from inferring the package from the first command argument. -.SS "\fBnpx\fR vs \fBnpm exec\fR" -.P -When run via the \fBnpx\fR binary, all flags and options \fImust\fR be set prior to any positional arguments. When run via \fBnpm exec\fR, a double-hyphen \fB--\fR flag can be used to suppress npm's parsing of switches and options that should be sent to the executed command. -.P -For example: -.P -.RS 2 -.nf -$ npx foo@latest bar --package=@npmcli/foo -.fi -.RE -.P -In this case, npm will resolve the \fBfoo\fR package name, and run the following command: -.P -.RS 2 -.nf -$ foo bar --package=@npmcli/foo -.fi -.RE -.P -Since the \fB--package\fR option comes \fIafter\fR the positional arguments, it is treated as an argument to the executed command. -.P -In contrast, due to npm's argument parsing logic, running this command is different: -.P -.RS 2 -.nf -$ npm exec foo@latest bar --package=@npmcli/foo -.fi -.RE -.P -In this case, npm will parse the \fB--package\fR option first, resolving the \fB@npmcli/foo\fR package. Then, it will execute the following command in that context: -.P -.RS 2 -.nf -$ foo@latest bar -.fi -.RE -.P -The double-hyphen character is recommended to explicitly tell npm to stop parsing command line options and switches. The following command would thus be equivalent to the \fBnpx\fR command above: -.P -.RS 2 -.nf -$ npm exec -- foo@latest bar --package=@npmcli/foo -.fi -.RE -.SS "Examples" -.P -Run the version of \fBtap\fR in the local dependencies, with the provided arguments: -.P -.RS 2 -.nf -$ npm exec -- tap --bail test/foo.js -$ npx tap --bail test/foo.js -.fi -.RE -.P -Run a command \fIother than\fR the command whose name matches the package name by specifying a \fB--package\fR option: -.P -.RS 2 -.nf -$ npm exec --package=foo -- bar --bar-argument -# ~ or ~ -$ npx --package=foo bar --bar-argument -.fi -.RE -.P -Run an arbitrary shell script, in the context of the current project: -.P -.RS 2 -.nf -$ npm x -c 'eslint && say "hooray, lint passed"' -$ npx -c 'eslint && say "hooray, lint passed"' -.fi -.RE -.SS "Compatibility with Older npx Versions" -.P -The \fBnpx\fR binary was rewritten in npm v7.0.0, and the standalone \fBnpx\fR package deprecated at that time. \fBnpx\fR uses the \fBnpm exec\fR command instead of a separate argument parser and install process, with some affordances to maintain backwards compatibility with the arguments it accepted in previous versions. -.P -This resulted in some shifts in its functionality: -.RS 0 -.IP \(bu 4 -Any \fBnpm\fR config value may be provided. -.IP \(bu 4 -To prevent security and user-experience problems from mistyping package names, \fBnpx\fR prompts before installing anything. Suppress this prompt with the \fB-y\fR or \fB--yes\fR option. -.IP \(bu 4 -The \fB--no-install\fR option is deprecated, and will be converted to \fB--no\fR. -.IP \(bu 4 -Shell fallback functionality is removed, as it is not advisable. -.IP \(bu 4 -The \fB-p\fR argument is a shorthand for \fB--parseable\fR in npm, but shorthand for \fB--package\fR in npx. This is maintained, but only for the \fBnpx\fR executable. -.IP \(bu 4 -The \fB--ignore-existing\fR option is removed. Locally installed bins are always present in the executed process \fBPATH\fR. -.IP \(bu 4 -The \fB--npm\fR option is removed. \fBnpx\fR will always use the \fBnpm\fR it ships with. -.IP \(bu 4 -The \fB--node-arg\fR and \fB-n\fR options are removed. -.IP \(bu 4 -The \fB--always-spawn\fR option is redundant, and thus removed. -.IP \(bu 4 -The \fB--shell\fR option is replaced with \fB--script-shell\fR, but maintained in the \fBnpx\fR executable for backwards compatibility. -.RE 0 - -.SS "See Also" -.RS 0 -.IP \(bu 4 -npm help run-script -.IP \(bu 4 -npm help scripts -.IP \(bu 4 -npm help test -.IP \(bu 4 -npm help start -.IP \(bu 4 -npm help restart -.IP \(bu 4 -npm help stop -.IP \(bu 4 -npm help config -.IP \(bu 4 -npm help exec -.RE 0 diff --git a/software/flow/node_modules/npm/man/man5/folders.5 b/software/flow/node_modules/npm/man/man5/folders.5 deleted file mode 100644 index 50bf4c8..0000000 --- a/software/flow/node_modules/npm/man/man5/folders.5 +++ /dev/null @@ -1,152 +0,0 @@ -.TH "FOLDERS" "5" "February 2023" "" "" -.SH "NAME" -\fBfolders\fR - Folder Structures Used by npm -.SS "Description" -.P -npm puts various things on your computer. That's its job. -.P -This document will tell you what it puts where. -.SS "tl;dr" -.RS 0 -.IP \(bu 4 -Local install (default): puts stuff in \fB./node_modules\fR of the current package root. -.IP \(bu 4 -Global install (with \fB-g\fR): puts stuff in /usr/local or wherever node is installed. -.IP \(bu 4 -Install it \fBlocally\fR if you're going to \fBrequire()\fR it. -.IP \(bu 4 -Install it \fBglobally\fR if you're going to run it on the command line. -.IP \(bu 4 -If you need both, then install it in both places, or use \fBnpm link\fR. -.RE 0 - -.SS "prefix Configuration" -.P -The \fB\fBprefix\fR config\fR \fI\(la/using-npm/config#prefix\(ra\fR defaults to the location where node is installed. On most systems, this is \fB/usr/local\fR. On Windows, it's \fB%AppData%\[rs]npm\fR. On Unix systems, it's one level up, since node is typically installed at \fB{prefix}/bin/node\fR rather than \fB{prefix}/node.exe\fR. -.P -When the \fBglobal\fR flag is set, npm installs things into this prefix. When it is not set, it uses the root of the current package, or the current working directory if not in a package already. -.SS "Node Modules" -.P -Packages are dropped into the \fBnode_modules\fR folder under the \fBprefix\fR. When installing locally, this means that you can \fBrequire("packagename")\fR to load its main module, or \fBrequire("packagename/lib/path/to/sub/module")\fR to load other modules. -.P -Global installs on Unix systems go to \fB{prefix}/lib/node_modules\fR. Global installs on Windows go to \fB{prefix}/node_modules\fR (that is, no \fBlib\fR folder.) -.P -Scoped packages are installed the same way, except they are grouped together in a sub-folder of the relevant \fBnode_modules\fR folder with the name of that scope prefix by the @ symbol, e.g. \fBnpm install @myorg/package\fR would place the package in \fB{prefix}/node_modules/@myorg/package\fR. See npm help scope for more details. -.P -If you wish to \fBrequire()\fR a package, then install it locally. -.SS "Executables" -.P -When in global mode, executables are linked into \fB{prefix}/bin\fR on Unix, or directly into \fB{prefix}\fR on Windows. Ensure that path is in your terminal's \fBPATH\fR environment to run them. -.P -When in local mode, executables are linked into \fB./node_modules/.bin\fR so that they can be made available to scripts run through npm. (For example, so that a test runner will be in the path when you run \fBnpm test\fR.) -.SS "Man Pages" -.P -When in global mode, man pages are linked into \fB{prefix}/share/man\fR. -.P -When in local mode, man pages are not installed. -.P -Man pages are not installed on Windows systems. -.SS "Cache" -.P -See npm help cache. Cache files are stored in \fB~/.npm\fR on Posix, or \fB%AppData%/npm-cache\fR on Windows. -.P -This is controlled by the \fB\fBcache\fR config\fR \fI\(la/using-npm/config#cache\(ra\fR param. -.SS "Temp Files" -.P -Temporary files are stored by default in the folder specified by the \fB\fBtmp\fR config\fR \fI\(la/using-npm/config#tmp\(ra\fR, which defaults to the TMPDIR, TMP, or TEMP environment variables, or \fB/tmp\fR on Unix and \fBc:\[rs]windows\[rs]temp\fR on Windows. -.P -Temp files are given a unique folder under this root for each run of the program, and are deleted upon successful exit. -.SS "More Information" -.P -When installing locally, npm first tries to find an appropriate \fBprefix\fR folder. This is so that \fBnpm install foo@1.2.3\fR will install to the sensible root of your package, even if you happen to have \fBcd\fRed into some other folder. -.P -Starting at the $PWD, npm will walk up the folder tree checking for a folder that contains either a \fBpackage.json\fR file, or a \fBnode_modules\fR folder. If such a thing is found, then that is treated as the effective "current directory" for the purpose of running npm commands. (This behavior is inspired by and similar to git's .git-folder seeking logic when running git commands in a working dir.) -.P -If no package root is found, then the current folder is used. -.P -When you run \fBnpm install foo@1.2.3\fR, then the package is loaded into the cache, and then unpacked into \fB./node_modules/foo\fR. Then, any of foo's dependencies are similarly unpacked into \fB./node_modules/foo/node_modules/...\fR. -.P -Any bin files are symlinked to \fB./node_modules/.bin/\fR, so that they may be found by npm scripts when necessary. -.SS "Global Installation" -.P -If the \fB\fBglobal\fR config\fR \fI\(la/using-npm/config#global\(ra\fR is set to true, then npm will install packages "globally". -.P -For global installation, packages are installed roughly the same way, but using the folders described above. -.SS "Cycles, Conflicts, and Folder Parsimony" -.P -Cycles are handled using the property of node's module system that it walks up the directories looking for \fBnode_modules\fR folders. So, at every stage, if a package is already installed in an ancestor \fBnode_modules\fR folder, then it is not installed at the current location. -.P -Consider the case above, where \fBfoo -> bar -> baz\fR. Imagine if, in addition to that, baz depended on bar, so you'd have: \fBfoo -> bar -> baz -> bar -> baz ...\fR. However, since the folder structure is: \fBfoo/node_modules/bar/node_modules/baz\fR, there's no need to put another copy of bar into \fB.../baz/node_modules\fR, since when baz calls \fBrequire("bar")\fR, it will get the copy that is installed in \fBfoo/node_modules/bar\fR. -.P -This shortcut is only used if the exact same version would be installed in multiple nested \fBnode_modules\fR folders. It is still possible to have \fBa/node_modules/b/node_modules/a\fR if the two "a" packages are different versions. However, without repeating the exact same package multiple times, an infinite regress will always be prevented. -.P -Another optimization can be made by installing dependencies at the highest level possible, below the localized "target" folder (hoisting). Since version 3, npm hoists dependencies by default. -.SS "Example" -.P -Consider this dependency graph: -.P -.RS 2 -.nf -foo -+-- blerg@1.2.5 -+-- bar@1.2.3 -| +-- blerg@1.x (latest=1.3.7) -| +-- baz@2.x -| | `-- quux@3.x -| | `-- bar@1.2.3 (cycle) -| `-- asdf@* -`-- baz@1.2.3 - `-- quux@3.x - `-- bar -.fi -.RE -.P -In this case, we might expect a folder structure like this (with all dependencies hoisted to the highest level possible): -.P -.RS 2 -.nf -foo -+-- node_modules - +-- blerg (1.2.5) <---\[lB]A\[rB] - +-- bar (1.2.3) <---\[lB]B\[rB] - | +-- node_modules - | +-- baz (2.0.2) <---\[lB]C\[rB] - +-- asdf (2.3.4) - +-- baz (1.2.3) <---\[lB]D\[rB] - +-- quux (3.2.0) <---\[lB]E\[rB] -.fi -.RE -.P -Since foo depends directly on \fBbar@1.2.3\fR and \fBbaz@1.2.3\fR, those are installed in foo's \fBnode_modules\fR folder. -.P -Even though the latest copy of blerg is 1.3.7, foo has a specific dependency on version 1.2.5. So, that gets installed at \[lB]A\[rB]. Since the parent installation of blerg satisfies bar's dependency on \fBblerg@1.x\fR, it does not install another copy under \[lB]B\[rB]. -.P -Bar \[lB]B\[rB] also has dependencies on baz and asdf. Because it depends on \fBbaz@2.x\fR, it cannot re-use the \fBbaz@1.2.3\fR installed in the parent \fBnode_modules\fR folder \[lB]D\[rB], and must install its own copy \[lB]C\[rB]. In order to minimize duplication, npm hoists dependencies to the top level by default, so asdf is installed under \[lB]A\[rB]. -.P -Underneath bar, the \fBbaz -> quux -> bar\fR dependency creates a cycle. However, because bar is already in quux's ancestry \[lB]B\[rB], it does not unpack another copy of bar into that folder. Likewise, quux's \[lB]E\[rB] folder tree is empty, because its dependency on bar is satisfied by the parent folder copy installed at \[lB]B\[rB]. -.P -For a graphical breakdown of what is installed where, use \fBnpm ls\fR. -.SS "Publishing" -.P -Upon publishing, npm will look in the \fBnode_modules\fR folder. If any of the items there are not in the \fBbundleDependencies\fR array, then they will not be included in the package tarball. -.P -This allows a package maintainer to install all of their dependencies (and dev dependencies) locally, but only re-publish those items that cannot be found elsewhere. See \fB\fBpackage.json\fR\fR \fI\(la/configuring-npm/package-json\(ra\fR for more information. -.SS "See also" -.RS 0 -.IP \(bu 4 -\fBpackage.json\fR \fI\(la/configuring-npm/package-json\(ra\fR -.IP \(bu 4 -npm help install -.IP \(bu 4 -npm help pack -.IP \(bu 4 -npm help cache -.IP \(bu 4 -npm help config -.IP \(bu 4 -npm help npmrc -.IP \(bu 4 -npm help config -.IP \(bu 4 -npm help publish -.RE 0 diff --git a/software/flow/node_modules/npm/man/man5/install.5 b/software/flow/node_modules/npm/man/man5/install.5 deleted file mode 100644 index 68af465..0000000 --- a/software/flow/node_modules/npm/man/man5/install.5 +++ /dev/null @@ -1,73 +0,0 @@ -.TH "INSTALL" "5" "February 2023" "" "" -.SH "NAME" -\fBinstall\fR - Download and install node and npm -.SS "Description" -.P -To publish and install packages to and from the public npm registry, you must install Node.js and the npm command line interface using either a Node version manager or a Node installer. \fBWe strongly recommend using a Node version manager to install Node.js and npm.\fR We do not recommend using a Node installer, since the Node installation process installs npm in a directory with local permissions and can cause permissions errors when you run npm packages globally. -.SS "Overview" -.RS 0 -.IP \(bu 4 -\fBChecking your version of npm and Node.js\fR \fI(Checking your version of npm and Node.js)\fR -.IP \(bu 4 -\fBUsing a Node version manager to install Node.js and npm\fR \fI(Using a Node version manager to install Node.js and npm)\fR -.IP \(bu 4 -\fBUsing a Node installer to install Node.js and npm\fR \fI(Using a Node installer to install Node.js and npm)\fR -.RE 0 - -.SS "Checking your version of npm and Node.js" -.P -To see if you already have Node.js and npm installed and check the installed version, run the following commands: -.P -.RS 2 -.nf -node -v -npm -v -.fi -.RE -.SS "Using a Node version manager to install Node.js and npm" -.P -Node version managers allow you to install and switch between multiple versions of Node.js and npm on your system so you can test your applications on multiple versions of npm to ensure they work for users on different versions. -.SS "OSX or Linux Node version managers" -.RS 0 -.IP \(bu 4 -\fBnvm\fR \fI\(lahttps://github.com/creationix/nvm\(ra\fR -.IP \(bu 4 -\fBn\fR \fI\(lahttps://github.com/tj/n\(ra\fR -.RE 0 - -.SS "Windows Node version managers" -.RS 0 -.IP \(bu 4 -\fBnodist\fR \fI\(lahttps://github.com/marcelklehr/nodist\(ra\fR -.IP \(bu 4 -\fBnvm-windows\fR \fI\(lahttps://github.com/coreybutler/nvm-windows\(ra\fR -.RE 0 - -.SS "Using a Node installer to install Node.js and npm" -.P -If you are unable to use a Node version manager, you can use a Node installer to install both Node.js and npm on your system. -.RS 0 -.IP \(bu 4 -\fBNode.js installer\fR \fI\(lahttps://nodejs.org/en/download/\(ra\fR -.IP \(bu 4 -\fBNodeSource installer\fR \fI\(lahttps://github.com/nodesource/distributions\(ra\fR. If you use Linux, we recommend that you use a NodeSource installer. -.RE 0 - -.SS "OS X or Windows Node installers" -.P -If you're using OS X or Windows, use one of the installers from the \fBNode.js download page\fR \fI\(lahttps://nodejs.org/en/download/\(ra\fR. Be sure to install the version labeled \fBLTS\fR. Other versions have not yet been tested with npm. -.SS "Linux or other operating systems Node installers" -.P -If you're using Linux or another operating system, use one of the following installers: -.RS 0 -.IP \(bu 4 -\fBNodeSource installer\fR \fI\(lahttps://github.com/nodesource/distributions\(ra\fR (recommended) -.IP \(bu 4 -One of the installers on the \fBNode.js download page\fR \fI\(lahttps://nodejs.org/en/download/\(ra\fR -.RE 0 - -.P -Or see \fBthis page\fR \fI\(lahttps://nodejs.org/en/download/package-manager/\(ra\fR to install npm for Linux in the way many Linux developers prefer. -.SS "Less-common operating systems" -.P -For more information on installing Node.js on a variety of operating systems, see \fBthis page\fR \fI\(lahttps://nodejs.org/en/download/package-manager/\(ra\fR. diff --git a/software/flow/node_modules/npm/man/man5/npm-global.5 b/software/flow/node_modules/npm/man/man5/npm-global.5 deleted file mode 100644 index 50bf4c8..0000000 --- a/software/flow/node_modules/npm/man/man5/npm-global.5 +++ /dev/null @@ -1,152 +0,0 @@ -.TH "FOLDERS" "5" "February 2023" "" "" -.SH "NAME" -\fBfolders\fR - Folder Structures Used by npm -.SS "Description" -.P -npm puts various things on your computer. That's its job. -.P -This document will tell you what it puts where. -.SS "tl;dr" -.RS 0 -.IP \(bu 4 -Local install (default): puts stuff in \fB./node_modules\fR of the current package root. -.IP \(bu 4 -Global install (with \fB-g\fR): puts stuff in /usr/local or wherever node is installed. -.IP \(bu 4 -Install it \fBlocally\fR if you're going to \fBrequire()\fR it. -.IP \(bu 4 -Install it \fBglobally\fR if you're going to run it on the command line. -.IP \(bu 4 -If you need both, then install it in both places, or use \fBnpm link\fR. -.RE 0 - -.SS "prefix Configuration" -.P -The \fB\fBprefix\fR config\fR \fI\(la/using-npm/config#prefix\(ra\fR defaults to the location where node is installed. On most systems, this is \fB/usr/local\fR. On Windows, it's \fB%AppData%\[rs]npm\fR. On Unix systems, it's one level up, since node is typically installed at \fB{prefix}/bin/node\fR rather than \fB{prefix}/node.exe\fR. -.P -When the \fBglobal\fR flag is set, npm installs things into this prefix. When it is not set, it uses the root of the current package, or the current working directory if not in a package already. -.SS "Node Modules" -.P -Packages are dropped into the \fBnode_modules\fR folder under the \fBprefix\fR. When installing locally, this means that you can \fBrequire("packagename")\fR to load its main module, or \fBrequire("packagename/lib/path/to/sub/module")\fR to load other modules. -.P -Global installs on Unix systems go to \fB{prefix}/lib/node_modules\fR. Global installs on Windows go to \fB{prefix}/node_modules\fR (that is, no \fBlib\fR folder.) -.P -Scoped packages are installed the same way, except they are grouped together in a sub-folder of the relevant \fBnode_modules\fR folder with the name of that scope prefix by the @ symbol, e.g. \fBnpm install @myorg/package\fR would place the package in \fB{prefix}/node_modules/@myorg/package\fR. See npm help scope for more details. -.P -If you wish to \fBrequire()\fR a package, then install it locally. -.SS "Executables" -.P -When in global mode, executables are linked into \fB{prefix}/bin\fR on Unix, or directly into \fB{prefix}\fR on Windows. Ensure that path is in your terminal's \fBPATH\fR environment to run them. -.P -When in local mode, executables are linked into \fB./node_modules/.bin\fR so that they can be made available to scripts run through npm. (For example, so that a test runner will be in the path when you run \fBnpm test\fR.) -.SS "Man Pages" -.P -When in global mode, man pages are linked into \fB{prefix}/share/man\fR. -.P -When in local mode, man pages are not installed. -.P -Man pages are not installed on Windows systems. -.SS "Cache" -.P -See npm help cache. Cache files are stored in \fB~/.npm\fR on Posix, or \fB%AppData%/npm-cache\fR on Windows. -.P -This is controlled by the \fB\fBcache\fR config\fR \fI\(la/using-npm/config#cache\(ra\fR param. -.SS "Temp Files" -.P -Temporary files are stored by default in the folder specified by the \fB\fBtmp\fR config\fR \fI\(la/using-npm/config#tmp\(ra\fR, which defaults to the TMPDIR, TMP, or TEMP environment variables, or \fB/tmp\fR on Unix and \fBc:\[rs]windows\[rs]temp\fR on Windows. -.P -Temp files are given a unique folder under this root for each run of the program, and are deleted upon successful exit. -.SS "More Information" -.P -When installing locally, npm first tries to find an appropriate \fBprefix\fR folder. This is so that \fBnpm install foo@1.2.3\fR will install to the sensible root of your package, even if you happen to have \fBcd\fRed into some other folder. -.P -Starting at the $PWD, npm will walk up the folder tree checking for a folder that contains either a \fBpackage.json\fR file, or a \fBnode_modules\fR folder. If such a thing is found, then that is treated as the effective "current directory" for the purpose of running npm commands. (This behavior is inspired by and similar to git's .git-folder seeking logic when running git commands in a working dir.) -.P -If no package root is found, then the current folder is used. -.P -When you run \fBnpm install foo@1.2.3\fR, then the package is loaded into the cache, and then unpacked into \fB./node_modules/foo\fR. Then, any of foo's dependencies are similarly unpacked into \fB./node_modules/foo/node_modules/...\fR. -.P -Any bin files are symlinked to \fB./node_modules/.bin/\fR, so that they may be found by npm scripts when necessary. -.SS "Global Installation" -.P -If the \fB\fBglobal\fR config\fR \fI\(la/using-npm/config#global\(ra\fR is set to true, then npm will install packages "globally". -.P -For global installation, packages are installed roughly the same way, but using the folders described above. -.SS "Cycles, Conflicts, and Folder Parsimony" -.P -Cycles are handled using the property of node's module system that it walks up the directories looking for \fBnode_modules\fR folders. So, at every stage, if a package is already installed in an ancestor \fBnode_modules\fR folder, then it is not installed at the current location. -.P -Consider the case above, where \fBfoo -> bar -> baz\fR. Imagine if, in addition to that, baz depended on bar, so you'd have: \fBfoo -> bar -> baz -> bar -> baz ...\fR. However, since the folder structure is: \fBfoo/node_modules/bar/node_modules/baz\fR, there's no need to put another copy of bar into \fB.../baz/node_modules\fR, since when baz calls \fBrequire("bar")\fR, it will get the copy that is installed in \fBfoo/node_modules/bar\fR. -.P -This shortcut is only used if the exact same version would be installed in multiple nested \fBnode_modules\fR folders. It is still possible to have \fBa/node_modules/b/node_modules/a\fR if the two "a" packages are different versions. However, without repeating the exact same package multiple times, an infinite regress will always be prevented. -.P -Another optimization can be made by installing dependencies at the highest level possible, below the localized "target" folder (hoisting). Since version 3, npm hoists dependencies by default. -.SS "Example" -.P -Consider this dependency graph: -.P -.RS 2 -.nf -foo -+-- blerg@1.2.5 -+-- bar@1.2.3 -| +-- blerg@1.x (latest=1.3.7) -| +-- baz@2.x -| | `-- quux@3.x -| | `-- bar@1.2.3 (cycle) -| `-- asdf@* -`-- baz@1.2.3 - `-- quux@3.x - `-- bar -.fi -.RE -.P -In this case, we might expect a folder structure like this (with all dependencies hoisted to the highest level possible): -.P -.RS 2 -.nf -foo -+-- node_modules - +-- blerg (1.2.5) <---\[lB]A\[rB] - +-- bar (1.2.3) <---\[lB]B\[rB] - | +-- node_modules - | +-- baz (2.0.2) <---\[lB]C\[rB] - +-- asdf (2.3.4) - +-- baz (1.2.3) <---\[lB]D\[rB] - +-- quux (3.2.0) <---\[lB]E\[rB] -.fi -.RE -.P -Since foo depends directly on \fBbar@1.2.3\fR and \fBbaz@1.2.3\fR, those are installed in foo's \fBnode_modules\fR folder. -.P -Even though the latest copy of blerg is 1.3.7, foo has a specific dependency on version 1.2.5. So, that gets installed at \[lB]A\[rB]. Since the parent installation of blerg satisfies bar's dependency on \fBblerg@1.x\fR, it does not install another copy under \[lB]B\[rB]. -.P -Bar \[lB]B\[rB] also has dependencies on baz and asdf. Because it depends on \fBbaz@2.x\fR, it cannot re-use the \fBbaz@1.2.3\fR installed in the parent \fBnode_modules\fR folder \[lB]D\[rB], and must install its own copy \[lB]C\[rB]. In order to minimize duplication, npm hoists dependencies to the top level by default, so asdf is installed under \[lB]A\[rB]. -.P -Underneath bar, the \fBbaz -> quux -> bar\fR dependency creates a cycle. However, because bar is already in quux's ancestry \[lB]B\[rB], it does not unpack another copy of bar into that folder. Likewise, quux's \[lB]E\[rB] folder tree is empty, because its dependency on bar is satisfied by the parent folder copy installed at \[lB]B\[rB]. -.P -For a graphical breakdown of what is installed where, use \fBnpm ls\fR. -.SS "Publishing" -.P -Upon publishing, npm will look in the \fBnode_modules\fR folder. If any of the items there are not in the \fBbundleDependencies\fR array, then they will not be included in the package tarball. -.P -This allows a package maintainer to install all of their dependencies (and dev dependencies) locally, but only re-publish those items that cannot be found elsewhere. See \fB\fBpackage.json\fR\fR \fI\(la/configuring-npm/package-json\(ra\fR for more information. -.SS "See also" -.RS 0 -.IP \(bu 4 -\fBpackage.json\fR \fI\(la/configuring-npm/package-json\(ra\fR -.IP \(bu 4 -npm help install -.IP \(bu 4 -npm help pack -.IP \(bu 4 -npm help cache -.IP \(bu 4 -npm help config -.IP \(bu 4 -npm help npmrc -.IP \(bu 4 -npm help config -.IP \(bu 4 -npm help publish -.RE 0 diff --git a/software/flow/node_modules/npm/man/man5/npm-json.5 b/software/flow/node_modules/npm/man/man5/npm-json.5 deleted file mode 100644 index 8f7dd8f..0000000 --- a/software/flow/node_modules/npm/man/man5/npm-json.5 +++ /dev/null @@ -1,1066 +0,0 @@ -.TH "PACKAGE.JSON" "5" "February 2023" "" "" -.SH "NAME" -\fBpackage.json\fR - Specifics of npm's package.json handling -.SS "Description" -.P -This document is all you need to know about what's required in your package.json file. It must be actual JSON, not just a JavaScript object literal. -.P -A lot of the behavior described in this document is affected by the config settings described in npm help config. -.SS "name" -.P -If you plan to publish your package, the \fImost\fR important things in your package.json are the name and version fields as they will be required. The name and version together form an identifier that is assumed to be completely unique. Changes to the package should come along with changes to the version. If you don't plan to publish your package, the name and version fields are optional. -.P -The name is what your thing is called. -.P -Some rules: -.RS 0 -.IP \(bu 4 -The name must be less than or equal to 214 characters. This includes the scope for scoped packages. -.IP \(bu 4 -The names of scoped packages can begin with a dot or an underscore. This is not permitted without a scope. -.IP \(bu 4 -New packages must not have uppercase letters in the name. -.IP \(bu 4 -The name ends up being part of a URL, an argument on the command line, and a folder name. Therefore, the name can't contain any non-URL-safe characters. -.RE 0 - -.P -Some tips: -.RS 0 -.IP \(bu 4 -Don't use the same name as a core Node module. -.IP \(bu 4 -Don't put "js" or "node" in the name. It's assumed that it's js, since you're writing a package.json file, and you can specify the engine using the "engines" field. (See below.) -.IP \(bu 4 -The name will probably be passed as an argument to require(), so it should be something short, but also reasonably descriptive. -.IP \(bu 4 -You may want to check the npm registry to see if there's something by that name already, before you get too attached to it. \fI\(lahttps://www.npmjs.com/\(ra\fR -.RE 0 - -.P -A name can be optionally prefixed by a scope, e.g. \fB@myorg/mypackage\fR. See npm help scope for more detail. -.SS "version" -.P -If you plan to publish your package, the \fImost\fR important things in your package.json are the name and version fields as they will be required. The name and version together form an identifier that is assumed to be completely unique. Changes to the package should come along with changes to the version. If you don't plan to publish your package, the name and version fields are optional. -.P -Version must be parseable by \fBnode-semver\fR \fI\(lahttps://github.com/npm/node-semver\(ra\fR, which is bundled with npm as a dependency. (\fBnpm install semver\fR to use it yourself.) -.SS "description" -.P -Put a description in it. It's a string. This helps people discover your package, as it's listed in \fBnpm search\fR. -.SS "keywords" -.P -Put keywords in it. It's an array of strings. This helps people discover your package as it's listed in \fBnpm search\fR. -.SS "homepage" -.P -The url to the project homepage. -.P -Example: -.P -.RS 2 -.nf -"homepage": "https://github.com/owner/project#readme" -.fi -.RE -.SS "bugs" -.P -The url to your project's issue tracker and / or the email address to which issues should be reported. These are helpful for people who encounter issues with your package. -.P -It should look like this: -.P -.RS 2 -.nf -{ - "url" : "https://github.com/owner/project/issues", - "email" : "project@hostname.com" -} -.fi -.RE -.P -You can specify either one or both values. If you want to provide only a url, you can specify the value for "bugs" as a simple string instead of an object. -.P -If a url is provided, it will be used by the \fBnpm bugs\fR command. -.SS "license" -.P -You should specify a license for your package so that people know how they are permitted to use it, and any restrictions you're placing on it. -.P -If you're using a common license such as BSD-2-Clause or MIT, add a current SPDX license identifier for the license you're using, like this: -.P -.RS 2 -.nf -{ - "license" : "BSD-3-Clause" -} -.fi -.RE -.P -You can check \fBthe full list of SPDX license IDs\fR \fI\(lahttps://spdx.org/licenses/\(ra\fR. Ideally you should pick one that is \fBOSI\fR \fI\(lahttps://opensource.org/licenses/\(ra\fR approved. -.P -If your package is licensed under multiple common licenses, use an \fBSPDX license expression syntax version 2.0 string\fR \fI\(lahttps://spdx.dev/specifications/\(ra\fR, like this: -.P -.RS 2 -.nf -{ - "license" : "(ISC OR GPL-3.0)" -} -.fi -.RE -.P -If you are using a license that hasn't been assigned an SPDX identifier, or if you are using a custom license, use a string value like this one: -.P -.RS 2 -.nf -{ - "license" : "SEE LICENSE IN <filename>" -} -.fi -.RE -.P -Then include a file named \fB<filename>\fR at the top level of the package. -.P -Some old packages used license objects or a "licenses" property containing an array of license objects: -.P -.RS 2 -.nf -// Not valid metadata -{ - "license" : { - "type" : "ISC", - "url" : "https://opensource.org/licenses/ISC" - } -} - -// Not valid metadata -{ - "licenses" : \[lB] - { - "type": "MIT", - "url": "https://www.opensource.org/licenses/mit-license.php" - }, - { - "type": "Apache-2.0", - "url": "https://opensource.org/licenses/apache2.0.php" - } - \[rB] -} -.fi -.RE -.P -Those styles are now deprecated. Instead, use SPDX expressions, like this: -.P -.RS 2 -.nf -{ - "license": "ISC" -} -.fi -.RE -.P -.RS 2 -.nf -{ - "license": "(MIT OR Apache-2.0)" -} -.fi -.RE -.P -Finally, if you do not wish to grant others the right to use a private or unpublished package under any terms: -.P -.RS 2 -.nf -{ - "license": "UNLICENSED" -} -.fi -.RE -.P -Consider also setting \fB"private": true\fR to prevent accidental publication. -.SS "people fields: author, contributors" -.P -The "author" is one person. "contributors" is an array of people. A "person" is an object with a "name" field and optionally "url" and "email", like this: -.P -.RS 2 -.nf -{ - "name" : "Barney Rubble", - "email" : "b@rubble.com", - "url" : "http://barnyrubble.tumblr.com/" -} -.fi -.RE -.P -Or you can shorten that all into a single string, and npm will parse it for you: -.P -.RS 2 -.nf -{ - "author": "Barney Rubble <b@rubble.com> (http://barnyrubble.tumblr.com/)" -} -.fi -.RE -.P -Both email and url are optional either way. -.P -npm also sets a top-level "maintainers" field with your npm user info. -.SS "funding" -.P -You can specify an object containing a URL that provides up-to-date information about ways to help fund development of your package, or a string URL, or an array of these: -.P -.RS 2 -.nf -{ - "funding": { - "type" : "individual", - "url" : "http://example.com/donate" - }, - - "funding": { - "type" : "patreon", - "url" : "https://www.patreon.com/my-account" - }, - - "funding": "http://example.com/donate", - - "funding": \[lB] - { - "type" : "individual", - "url" : "http://example.com/donate" - }, - "http://example.com/donateAlso", - { - "type" : "patreon", - "url" : "https://www.patreon.com/my-account" - } - \[rB] -} -.fi -.RE -.P -Users can use the \fBnpm fund\fR subcommand to list the \fBfunding\fR URLs of all dependencies of their project, direct and indirect. A shortcut to visit each funding url is also available when providing the project name such as: \fBnpm fund <projectname>\fR (when there are multiple URLs, the first one will be visited) -.SS "files" -.P -The optional \fBfiles\fR field is an array of file patterns that describes the entries to be included when your package is installed as a dependency. File patterns follow a similar syntax to \fB.gitignore\fR, but reversed: including a file, directory, or glob pattern (\fB*\fR, \fB**/*\fR, and such) will make it so that file is included in the tarball when it's packed. Omitting the field will make it default to \fB\[lB]"*"\[rB]\fR, which means it will include all files. -.P -Some special files and directories are also included or excluded regardless of whether they exist in the \fBfiles\fR array (see below). -.P -You can also provide a \fB.npmignore\fR file in the root of your package or in subdirectories, which will keep files from being included. At the root of your package it will not override the "files" field, but in subdirectories it will. The \fB.npmignore\fR file works just like a \fB.gitignore\fR. If there is a \fB.gitignore\fR file, and \fB.npmignore\fR is missing, \fB.gitignore\fR's contents will be used instead. -.P -Files included with the "package.json#files" field \fIcannot\fR be excluded through \fB.npmignore\fR or \fB.gitignore\fR. -.P -Certain files are always included, regardless of settings: -.RS 0 -.IP \(bu 4 -\fBpackage.json\fR -.IP \(bu 4 -\fBREADME\fR -.IP \(bu 4 -\fBLICENSE\fR / \fBLICENCE\fR -.IP \(bu 4 -The file in the "main" field -.RE 0 - -.P -\fBREADME\fR & \fBLICENSE\fR can have any case and extension. -.P -Conversely, some files are always ignored: -.RS 0 -.IP \(bu 4 -\fB.git\fR -.IP \(bu 4 -\fBCVS\fR -.IP \(bu 4 -\fB.svn\fR -.IP \(bu 4 -\fB.hg\fR -.IP \(bu 4 -\fB.lock-wscript\fR -.IP \(bu 4 -\fB.wafpickle-N\fR -.IP \(bu 4 -\fB.*.swp\fR -.IP \(bu 4 -\fB.DS_Store\fR -.IP \(bu 4 -\fB._*\fR -.IP \(bu 4 -\fBnpm-debug.log\fR -.IP \(bu 4 -\fB.npmrc\fR -.IP \(bu 4 -\fBnode_modules\fR -.IP \(bu 4 -\fBconfig.gypi\fR -.IP \(bu 4 -\fB*.orig\fR -.IP \(bu 4 -\fBpackage-lock.json\fR (use \fB\fBnpm-shrinkwrap.json\fR\fR \fI\(la/configuring-npm/npm-shrinkwrap-json\(ra\fR if you wish it to be published) -.RE 0 - -.SS "main" -.P -The main field is a module ID that is the primary entry point to your program. That is, if your package is named \fBfoo\fR, and a user installs it, and then does \fBrequire("foo")\fR, then your main module's exports object will be returned. -.P -This should be a module relative to the root of your package folder. -.P -For most modules, it makes the most sense to have a main script and often not much else. -.P -If \fBmain\fR is not set it defaults to \fBindex.js\fR in the package's root folder. -.SS "browser" -.P -If your module is meant to be used client-side the browser field should be used instead of the main field. This is helpful to hint users that it might rely on primitives that aren't available in Node.js modules. (e.g. \fBwindow\fR) -.SS "bin" -.P -A lot of packages have one or more executable files that they'd like to install into the PATH. npm makes this pretty easy (in fact, it uses this feature to install the "npm" executable.) -.P -To use this, supply a \fBbin\fR field in your package.json which is a map of command name to local file name. When this package is installed globally, that file will be either linked inside the global bins directory or a cmd (Windows Command File) will be created which executes the specified file in the \fBbin\fR field, so it is available to run by \fBname\fR or \fBname.cmd\fR (on Windows PowerShell). When this package is installed as a dependency in another package, the file will be linked where it will be available to that package either directly by \fBnpm exec\fR or by name in other scripts when invoking them via \fBnpm run-script\fR. -.P -For example, myapp could have this: -.P -.RS 2 -.nf -{ - "bin": { - "myapp": "./cli.js" - } -} -.fi -.RE -.P -So, when you install myapp, in case of unix-like OS it'll create a symlink from the \fBcli.js\fR script to \fB/usr/local/bin/myapp\fR and in case of windows it will create a cmd file usually at \fBC:\[rs]Users\[rs]{Username}\[rs]AppData\[rs]Roaming\[rs]npm\[rs]myapp.cmd\fR which runs the \fBcli.js\fR script. -.P -If you have a single executable, and its name should be the name of the package, then you can just supply it as a string. For example: -.P -.RS 2 -.nf -{ - "name": "my-program", - "version": "1.2.5", - "bin": "./path/to/program" -} -.fi -.RE -.P -would be the same as this: -.P -.RS 2 -.nf -{ - "name": "my-program", - "version": "1.2.5", - "bin": { - "my-program": "./path/to/program" - } -} -.fi -.RE -.P -Please make sure that your file(s) referenced in \fBbin\fR starts with \fB#!/usr/bin/env node\fR, otherwise the scripts are started without the node executable! -.P -Note that you can also set the executable files using \fBdirectories.bin\fR \fI(directories.bin)\fR. -.P -See \fBfolders\fR \fI\(la/configuring-npm/folders#executables\(ra\fR for more info on executables. -.SS "man" -.P -Specify either a single file or an array of filenames to put in place for the \fBman\fR program to find. -.P -If only a single file is provided, then it's installed such that it is the result from \fBman <pkgname>\fR, regardless of its actual filename. For example: -.P -.RS 2 -.nf -{ - "name": "foo", - "version": "1.2.3", - "description": "A packaged foo fooer for fooing foos", - "main": "foo.js", - "man": "./man/doc.1" -} -.fi -.RE -.P -would link the \fB./man/doc.1\fR file in such that it is the target for \fBman -foo\fR -.P -If the filename doesn't start with the package name, then it's prefixed. So, this: -.P -.RS 2 -.nf -{ - "name": "foo", - "version": "1.2.3", - "description": "A packaged foo fooer for fooing foos", - "main": "foo.js", - "man": \[lB] - "./man/foo.1", - "./man/bar.1" - \[rB] -} -.fi -.RE -.P -will create files to do \fBman foo\fR and \fBman foo-bar\fR. -.P -Man files must end with a number, and optionally a \fB.gz\fR suffix if they are compressed. The number dictates which man section the file is installed into. -.P -.RS 2 -.nf -{ - "name": "foo", - "version": "1.2.3", - "description": "A packaged foo fooer for fooing foos", - "main": "foo.js", - "man": \[lB] - "./man/foo.1", - "./man/foo.2" - \[rB] -} -.fi -.RE -.P -will create entries for \fBman foo\fR and \fBman 2 foo\fR -.SS "directories" -.P -The CommonJS \fBPackages\fR \fI\(lahttp://wiki.commonjs.org/wiki/Packages/1.0\(ra\fR spec details a few ways that you can indicate the structure of your package using a \fBdirectories\fR object. If you look at \fBnpm's package.json\fR \fI\(lahttps://registry.npmjs.org/npm/latest\(ra\fR, you'll see that it has directories for doc, lib, and man. -.P -In the future, this information may be used in other creative ways. -.SS "directories.bin" -.P -If you specify a \fBbin\fR directory in \fBdirectories.bin\fR, all the files in that folder will be added. -.P -Because of the way the \fBbin\fR directive works, specifying both a \fBbin\fR path and setting \fBdirectories.bin\fR is an error. If you want to specify individual files, use \fBbin\fR, and for all the files in an existing \fBbin\fR directory, use \fBdirectories.bin\fR. -.SS "directories.man" -.P -A folder that is full of man pages. Sugar to generate a "man" array by walking the folder. -.SS "repository" -.P -Specify the place where your code lives. This is helpful for people who want to contribute. If the git repo is on GitHub, then the \fBnpm docs\fR command will be able to find you. -.P -Do it like this: -.P -.RS 2 -.nf -{ - "repository": { - "type": "git", - "url": "https://github.com/npm/cli.git" - } -} -.fi -.RE -.P -The URL should be a publicly available (perhaps read-only) url that can be handed directly to a VCS program without any modification. It should not be a url to an html project page that you put in your browser. It's for computers. -.P -For GitHub, GitHub gist, Bitbucket, or GitLab repositories you can use the same shortcut syntax you use for \fBnpm install\fR: -.P -.RS 2 -.nf -{ - "repository": "npm/npm", - - "repository": "github:user/repo", - - "repository": "gist:11081aaa281", - - "repository": "bitbucket:user/repo", - - "repository": "gitlab:user/repo" -} -.fi -.RE -.P -If the \fBpackage.json\fR for your package is not in the root directory (for example if it is part of a monorepo), you can specify the directory in which it lives: -.P -.RS 2 -.nf -{ - "repository": { - "type": "git", - "url": "https://github.com/facebook/react.git", - "directory": "packages/react-dom" - } -} -.fi -.RE -.SS "scripts" -.P -The "scripts" property is a dictionary containing script commands that are run at various times in the lifecycle of your package. The key is the lifecycle event, and the value is the command to run at that point. -.P -See npm help scripts to find out more about writing package scripts. -.SS "config" -.P -A "config" object can be used to set configuration parameters used in package scripts that persist across upgrades. For instance, if a package had the following: -.P -.RS 2 -.nf -{ - "name": "foo", - "config": { - "port": "8080" - } -} -.fi -.RE -.P -It could also have a "start" command that referenced the \fBnpm_package_config_port\fR environment variable. -.SS "dependencies" -.P -Dependencies are specified in a simple object that maps a package name to a version range. The version range is a string which has one or more space-separated descriptors. Dependencies can also be identified with a tarball or git URL. -.P -\fBPlease do not put test harnesses or transpilers or other "development" time tools in your \fBdependencies\fB object.\fR See \fBdevDependencies\fR, below. -.P -See \fBsemver\fR \fI\(lahttps://github.com/npm/node-semver#versions\(ra\fR for more details about specifying version ranges. -.RS 0 -.IP \(bu 4 -\fBversion\fR Must match \fBversion\fR exactly -.IP \(bu 4 -\fB>version\fR Must be greater than \fBversion\fR -.IP \(bu 4 -\fB>=version\fR etc -.IP \(bu 4 -\fB<version\fR -.IP \(bu 4 -\fB<=version\fR -.IP \(bu 4 -\fB~version\fR "Approximately equivalent to version" See \fBsemver\fR \fI\(lahttps://github.com/npm/node-semver#versions\(ra\fR -.IP \(bu 4 -\fB^version\fR "Compatible with version" See \fBsemver\fR \fI\(lahttps://github.com/npm/node-semver#versions\(ra\fR -.IP \(bu 4 -\fB1.2.x\fR 1.2.0, 1.2.1, etc., but not 1.3.0 -.IP \(bu 4 -\fBhttp://...\fR See 'URLs as Dependencies' below -.IP \(bu 4 -\fB*\fR Matches any version -.IP \(bu 4 -\fB""\fR (just an empty string) Same as \fB*\fR -.IP \(bu 4 -\fBversion1 - version2\fR Same as \fB>=version1 <=version2\fR. -.IP \(bu 4 -\fBrange1 || range2\fR Passes if either range1 or range2 are satisfied. -.IP \(bu 4 -\fBgit...\fR See 'Git URLs as Dependencies' below -.IP \(bu 4 -\fBuser/repo\fR See 'GitHub URLs' below -.IP \(bu 4 -\fBtag\fR A specific version tagged and published as \fBtag\fR See npm help dist-tag -.IP \(bu 4 -\fBpath/path/path\fR See \fBLocal Paths\fR \fI(Local Paths)\fR below -.RE 0 - -.P -For example, these are all valid: -.P -.RS 2 -.nf -{ - "dependencies": { - "foo": "1.0.0 - 2.9999.9999", - "bar": ">=1.0.2 <2.1.2", - "baz": ">1.0.2 <=2.3.4", - "boo": "2.0.1", - "qux": "<1.0.0 || >=2.3.1 <2.4.5 || >=2.5.2 <3.0.0", - "asd": "http://asdf.com/asdf.tar.gz", - "til": "~1.2", - "elf": "~1.2.3", - "two": "2.x", - "thr": "3.3.x", - "lat": "latest", - "dyl": "file:../dyl" - } -} -.fi -.RE -.SS "URLs as Dependencies" -.P -You may specify a tarball URL in place of a version range. -.P -This tarball will be downloaded and installed locally to your package at install time. -.SS "Git URLs as Dependencies" -.P -Git urls are of the form: -.P -.RS 2 -.nf -<protocol>://\[lB]<user>\[lB]:<password>\[rB]@\[rB]<hostname>\[lB]:<port>\[rB]\[lB]:\[rB]\[lB]/\[rB]<path>\[lB]#<commit-ish> | #semver:<semver>\[rB] -.fi -.RE -.P -\fB<protocol>\fR is one of \fBgit\fR, \fBgit+ssh\fR, \fBgit+http\fR, \fBgit+https\fR, or \fBgit+file\fR. -.P -If \fB#<commit-ish>\fR is provided, it will be used to clone exactly that commit. If the commit-ish has the format \fB#semver:<semver>\fR, \fB<semver>\fR can be any valid semver range or exact version, and npm will look for any tags or refs matching that range in the remote repository, much as it would for a registry dependency. If neither \fB#<commit-ish>\fR or \fB#semver:<semver>\fR is specified, then the default branch is used. -.P -Examples: -.P -.RS 2 -.nf -git+ssh://git@github.com:npm/cli.git#v1.0.27 -git+ssh://git@github.com:npm/cli#semver:^5.0 -git+https://isaacs@github.com/npm/cli.git -git://github.com/npm/cli.git#v1.0.27 -.fi -.RE -.P -When installing from a \fBgit\fR repository, the presence of certain fields in the \fBpackage.json\fR will cause npm to believe it needs to perform a build. To do so your repository will be cloned into a temporary directory, all of its deps installed, relevant scripts run, and the resulting directory packed and installed. -.P -This flow will occur if your git dependency uses \fBworkspaces\fR, or if any of the following scripts are present: -.RS 0 -.IP \(bu 4 -\fBbuild\fR -.IP \(bu 4 -\fBprepare\fR -.IP \(bu 4 -\fBprepack\fR -.IP \(bu 4 -\fBpreinstall\fR -.IP \(bu 4 -\fBinstall\fR -.IP \(bu 4 -\fBpostinstall\fR -.RE 0 - -.P -If your git repository includes pre-built artifacts, you will likely want to make sure that none of the above scripts are defined, or your dependency will be rebuilt for every installation. -.SS "GitHub URLs" -.P -As of version 1.1.65, you can refer to GitHub urls as just "foo": "user/foo-project". Just as with git URLs, a \fBcommit-ish\fR suffix can be included. For example: -.P -.RS 2 -.nf -{ - "name": "foo", - "version": "0.0.0", - "dependencies": { - "express": "expressjs/express", - "mocha": "mochajs/mocha#4727d357ea", - "module": "user/repo#feature\[rs]/branch" - } -} -.fi -.RE -.SS "Local Paths" -.P -As of version 2.0.0 you can provide a path to a local directory that contains a package. Local paths can be saved using \fBnpm install -S\fR or \fBnpm -install --save\fR, using any of these forms: -.P -.RS 2 -.nf -../foo/bar -~/foo/bar -./foo/bar -/foo/bar -.fi -.RE -.P -in which case they will be normalized to a relative path and added to your \fBpackage.json\fR. For example: -.P -.RS 2 -.nf -{ - "name": "baz", - "dependencies": { - "bar": "file:../foo/bar" - } -} -.fi -.RE -.P -This feature is helpful for local offline development and creating tests that require npm installing where you don't want to hit an external server, but should not be used when publishing packages to the public registry. -.P -\fInote\fR: Packages linked by local path will not have their own dependencies installed when \fBnpm install\fR is ran in this case. You must run \fBnpm install\fR from inside the local path itself. -.SS "devDependencies" -.P -If someone is planning on downloading and using your module in their program, then they probably don't want or need to download and build the external test or documentation framework that you use. -.P -In this case, it's best to map these additional items in a \fBdevDependencies\fR object. -.P -These things will be installed when doing \fBnpm link\fR or \fBnpm install\fR from the root of a package, and can be managed like any other npm configuration param. See npm help config for more on the topic. -.P -For build steps that are not platform-specific, such as compiling CoffeeScript or other languages to JavaScript, use the \fBprepare\fR script to do this, and make the required package a devDependency. -.P -For example: -.P -.RS 2 -.nf -{ - "name": "ethopia-waza", - "description": "a delightfully fruity coffee varietal", - "version": "1.2.3", - "devDependencies": { - "coffee-script": "~1.6.3" - }, - "scripts": { - "prepare": "coffee -o lib/ -c src/waza.coffee" - }, - "main": "lib/waza.js" -} -.fi -.RE -.P -The \fBprepare\fR script will be run before publishing, so that users can consume the functionality without requiring them to compile it themselves. In dev mode (ie, locally running \fBnpm install\fR), it'll run this script as well, so that you can test it easily. -.SS "peerDependencies" -.P -In some cases, you want to express the compatibility of your package with a host tool or library, while not necessarily doing a \fBrequire\fR of this host. This is usually referred to as a \fIplugin\fR. Notably, your module may be exposing a specific interface, expected and specified by the host documentation. -.P -For example: -.P -.RS 2 -.nf -{ - "name": "tea-latte", - "version": "1.3.5", - "peerDependencies": { - "tea": "2.x" - } -} -.fi -.RE -.P -This ensures your package \fBtea-latte\fR can be installed \fIalong\fR with the second major version of the host package \fBtea\fR only. \fBnpm install -tea-latte\fR could possibly yield the following dependency graph: -.P -.RS 2 -.nf -├── tea-latte@1.3.5 -└── tea@2.2.0 -.fi -.RE -.P -In npm versions 3 through 6, \fBpeerDependencies\fR were not automatically installed, and would raise a warning if an invalid version of the peer dependency was found in the tree. As of npm v7, peerDependencies \fIare\fR installed by default. -.P -Trying to install another plugin with a conflicting requirement may cause an error if the tree cannot be resolved correctly. For this reason, make sure your plugin requirement is as broad as possible, and not to lock it down to specific patch versions. -.P -Assuming the host complies with \fBsemver\fR \fI\(lahttps://semver.org/\(ra\fR, only changes in the host package's major version will break your plugin. Thus, if you've worked with every 1.x version of the host package, use \fB"^1.0"\fR or \fB"1.x"\fR to express this. If you depend on features introduced in 1.5.2, use \fB"^1.5.2"\fR. -.SS "peerDependenciesMeta" -.P -When a user installs your package, npm will emit warnings if packages specified in \fBpeerDependencies\fR are not already installed. The \fBpeerDependenciesMeta\fR field serves to provide npm more information on how your peer dependencies are to be used. Specifically, it allows peer dependencies to be marked as optional. -.P -For example: -.P -.RS 2 -.nf -{ - "name": "tea-latte", - "version": "1.3.5", - "peerDependencies": { - "tea": "2.x", - "soy-milk": "1.2" - }, - "peerDependenciesMeta": { - "soy-milk": { - "optional": true - } - } -} -.fi -.RE -.P -Marking a peer dependency as optional ensures npm will not emit a warning if the \fBsoy-milk\fR package is not installed on the host. This allows you to integrate and interact with a variety of host packages without requiring all of them to be installed. -.SS "bundleDependencies" -.P -This defines an array of package names that will be bundled when publishing the package. -.P -In cases where you need to preserve npm packages locally or have them available through a single file download, you can bundle the packages in a tarball file by specifying the package names in the \fBbundleDependencies\fR array and executing \fBnpm pack\fR. -.P -For example: -.P -If we define a package.json like this: -.P -.RS 2 -.nf -{ - "name": "awesome-web-framework", - "version": "1.0.0", - "bundleDependencies": \[lB] - "renderized", - "super-streams" - \[rB] -} -.fi -.RE -.P -we can obtain \fBawesome-web-framework-1.0.0.tgz\fR file by running \fBnpm pack\fR. This file contains the dependencies \fBrenderized\fR and \fBsuper-streams\fR which can be installed in a new project by executing \fBnpm install -awesome-web-framework-1.0.0.tgz\fR. Note that the package names do not include any versions, as that information is specified in \fBdependencies\fR. -.P -If this is spelled \fB"bundledDependencies"\fR, then that is also honored. -.P -Alternatively, \fB"bundleDependencies"\fR can be defined as a boolean value. A value of \fBtrue\fR will bundle all dependencies, a value of \fBfalse\fR will bundle none. -.SS "optionalDependencies" -.P -If a dependency can be used, but you would like npm to proceed if it cannot be found or fails to install, then you may put it in the \fBoptionalDependencies\fR object. This is a map of package name to version or url, just like the \fBdependencies\fR object. The difference is that build failures do not cause installation to fail. Running \fBnpm install ---omit=optional\fR will prevent these dependencies from being installed. -.P -It is still your program's responsibility to handle the lack of the dependency. For example, something like this: -.P -.RS 2 -.nf -try { - var foo = require('foo') - var fooVersion = require('foo/package.json').version -} catch (er) { - foo = null -} -if ( notGoodFooVersion(fooVersion) ) { - foo = null -} - -// .. then later in your program .. - -if (foo) { - foo.doFooThings() -} -.fi -.RE -.P -Entries in \fBoptionalDependencies\fR will override entries of the same name in \fBdependencies\fR, so it's usually best to only put in one place. -.SS "overrides" -.P -If you need to make specific changes to dependencies of your dependencies, for example replacing the version of a dependency with a known security issue, replacing an existing dependency with a fork, or making sure that the same version of a package is used everywhere, then you may add an override. -.P -Overrides provide a way to replace a package in your dependency tree with another version, or another package entirely. These changes can be scoped as specific or as vague as desired. -.P -To make sure the package \fBfoo\fR is always installed as version \fB1.0.0\fR no matter what version your dependencies rely on: -.P -.RS 2 -.nf -{ - "overrides": { - "foo": "1.0.0" - } -} -.fi -.RE -.P -The above is a short hand notation, the full object form can be used to allow overriding a package itself as well as a child of the package. This will cause \fBfoo\fR to always be \fB1.0.0\fR while also making \fBbar\fR at any depth beyond \fBfoo\fR also \fB1.0.0\fR: -.P -.RS 2 -.nf -{ - "overrides": { - "foo": { - ".": "1.0.0", - "bar": "1.0.0" - } - } -} -.fi -.RE -.P -To only override \fBfoo\fR to be \fB1.0.0\fR when it's a child (or grandchild, or great grandchild, etc) of the package \fBbar\fR: -.P -.RS 2 -.nf -{ - "overrides": { - "bar": { - "foo": "1.0.0" - } - } -} -.fi -.RE -.P -Keys can be nested to any arbitrary length. To override \fBfoo\fR only when it's a child of \fBbar\fR and only when \fBbar\fR is a child of \fBbaz\fR: -.P -.RS 2 -.nf -{ - "overrides": { - "baz": { - "bar": { - "foo": "1.0.0" - } - } - } -} -.fi -.RE -.P -The key of an override can also include a version, or range of versions. To override \fBfoo\fR to \fB1.0.0\fR, but only when it's a child of \fBbar@2.0.0\fR: -.P -.RS 2 -.nf -{ - "overrides": { - "bar@2.0.0": { - "foo": "1.0.0" - } - } -} -.fi -.RE -.P -You may not set an override for a package that you directly depend on unless both the dependency and the override itself share the exact same spec. To make this limitation easier to deal with, overrides may also be defined as a reference to a spec for a direct dependency by prefixing the name of the package you wish the version to match with a \fB$\fR. -.P -.RS 2 -.nf -{ - "dependencies": { - "foo": "^1.0.0" - }, - "overrides": { - // BAD, will throw an EOVERRIDE error - // "foo": "^2.0.0" - // GOOD, specs match so override is allowed - // "foo": "^1.0.0" - // BEST, the override is defined as a reference to the dependency - "foo": "$foo", - // the referenced package does not need to match the overridden one - "bar": "$foo" - } -} -.fi -.RE -.SS "engines" -.P -You can specify the version of node that your stuff works on: -.P -.RS 2 -.nf -{ - "engines": { - "node": ">=0.10.3 <15" - } -} -.fi -.RE -.P -And, like with dependencies, if you don't specify the version (or if you specify "*" as the version), then any version of node will do. -.P -You can also use the "engines" field to specify which versions of npm are capable of properly installing your program. For example: -.P -.RS 2 -.nf -{ - "engines": { - "npm": "~1.0.20" - } -} -.fi -.RE -.P -Unless the user has set the \fB\fBengine-strict\fR config\fR \fI\(la/using-npm/config#engine-strict\(ra\fR flag, this field is advisory only and will only produce warnings when your package is installed as a dependency. -.SS "os" -.P -You can specify which operating systems your module will run on: -.P -.RS 2 -.nf -{ - "os": \[lB] - "darwin", - "linux" - \[rB] -} -.fi -.RE -.P -You can also block instead of allowing operating systems, just prepend the blocked os with a '!': -.P -.RS 2 -.nf -{ - "os": \[lB] - "!win32" - \[rB] -} -.fi -.RE -.P -The host operating system is determined by \fBprocess.platform\fR -.P -It is allowed to both block and allow an item, although there isn't any good reason to do this. -.SS "cpu" -.P -If your code only runs on certain cpu architectures, you can specify which ones. -.P -.RS 2 -.nf -{ - "cpu": \[lB] - "x64", - "ia32" - \[rB] -} -.fi -.RE -.P -Like the \fBos\fR option, you can also block architectures: -.P -.RS 2 -.nf -{ - "cpu": \[lB] - "!arm", - "!mips" - \[rB] -} -.fi -.RE -.P -The host architecture is determined by \fBprocess.arch\fR -.SS "private" -.P -If you set \fB"private": true\fR in your package.json, then npm will refuse to publish it. -.P -This is a way to prevent accidental publication of private repositories. If you would like to ensure that a given package is only ever published to a specific registry (for example, an internal registry), then use the \fBpublishConfig\fR dictionary described below to override the \fBregistry\fR config param at publish-time. -.SS "publishConfig" -.P -This is a set of config values that will be used at publish-time. It's especially handy if you want to set the tag, registry or access, so that you can ensure that a given package is not tagged with "latest", published to the global public registry or that a scoped module is private by default. -.P -See npm help config to see the list of config options that can be overridden. -.SS "workspaces" -.P -The optional \fBworkspaces\fR field is an array of file patterns that describes locations within the local file system that the install client should look up to find each npm help workspace that needs to be symlinked to the top level \fBnode_modules\fR folder. -.P -It can describe either the direct paths of the folders to be used as workspaces or it can define globs that will resolve to these same folders. -.P -In the following example, all folders located inside the folder \fB./packages\fR will be treated as workspaces as long as they have valid \fBpackage.json\fR files inside them: -.P -.RS 2 -.nf -{ - "name": "workspace-example", - "workspaces": \[lB] - "./packages/*" - \[rB] -} -.fi -.RE -.P -See npm help workspaces for more examples. -.SS "DEFAULT VALUES" -.P -npm will default some values based on package contents. -.RS 0 -.IP \(bu 4 -\fB"scripts": {"start": "node server.js"}\fR -.P -If there is a \fBserver.js\fR file in the root of your package, then npm will default the \fBstart\fR command to \fBnode server.js\fR. -.IP \(bu 4 -\fB"scripts":{"install": "node-gyp rebuild"}\fR -.P -If there is a \fBbinding.gyp\fR file in the root of your package and you have not defined an \fBinstall\fR or \fBpreinstall\fR script, npm will default the \fBinstall\fR command to compile using node-gyp. -.IP \(bu 4 -\fB"contributors": \[lB]...\[rB]\fR -.P -If there is an \fBAUTHORS\fR file in the root of your package, npm will treat each line as a \fBName <email> (url)\fR format, where email and url are optional. Lines which start with a \fB#\fR or are blank, will be ignored. -.RE 0 - -.SS "SEE ALSO" -.RS 0 -.IP \(bu 4 -\fBsemver\fR \fI\(lahttps://github.com/npm/node-semver#versions\(ra\fR -.IP \(bu 4 -npm help workspaces -.IP \(bu 4 -npm help init -.IP \(bu 4 -npm help version -.IP \(bu 4 -npm help config -.IP \(bu 4 -npm help help -.IP \(bu 4 -npm help install -.IP \(bu 4 -npm help publish -.IP \(bu 4 -npm help uninstall -.RE 0 diff --git a/software/flow/node_modules/npm/man/man5/npm-shrinkwrap-json.5 b/software/flow/node_modules/npm/man/man5/npm-shrinkwrap-json.5 deleted file mode 100644 index 12a5dc0..0000000 --- a/software/flow/node_modules/npm/man/man5/npm-shrinkwrap-json.5 +++ /dev/null @@ -1,23 +0,0 @@ -.TH "NPM-SHRINKWRAP.JSON" "5" "February 2023" "" "" -.SH "NAME" -\fBnpm-shrinkwrap.json\fR - A publishable lockfile -.SS "Description" -.P -\fBnpm-shrinkwrap.json\fR is a file created by npm help shrinkwrap. It is identical to \fBpackage-lock.json\fR, with one major caveat: Unlike \fBpackage-lock.json\fR, \fBnpm-shrinkwrap.json\fR may be included when publishing a package. -.P -The recommended use-case for \fBnpm-shrinkwrap.json\fR is applications deployed through the publishing process on the registry: for example, daemons and command-line tools intended as global installs or \fBdevDependencies\fR. It's strongly discouraged for library authors to publish this file, since that would prevent end users from having control over transitive dependency updates. -.P -If both \fBpackage-lock.json\fR and \fBnpm-shrinkwrap.json\fR are present in a package root, \fBnpm-shrinkwrap.json\fR will be preferred over the \fBpackage-lock.json\fR file. -.P -For full details and description of the \fBnpm-shrinkwrap.json\fR file format, refer to the manual page for \fBpackage-lock.json\fR \fI\(la/configuring-npm/package-lock-json\(ra\fR. -.SS "See also" -.RS 0 -.IP \(bu 4 -npm help shrinkwrap -.IP \(bu 4 -\fBpackage-lock.json\fR \fI\(la/configuring-npm/package-lock-json\(ra\fR -.IP \(bu 4 -\fBpackage.json\fR \fI\(la/configuring-npm/package-json\(ra\fR -.IP \(bu 4 -npm help install -.RE 0 diff --git a/software/flow/node_modules/npm/man/man5/npmrc.5 b/software/flow/node_modules/npm/man/man5/npmrc.5 deleted file mode 100644 index a568984..0000000 --- a/software/flow/node_modules/npm/man/man5/npmrc.5 +++ /dev/null @@ -1,129 +0,0 @@ -.TH "NPMRC" "5" "February 2023" "" "" -.SH "NAME" -\fBnpmrc\fR - The npm config files -.SS "Description" -.P -npm gets its config settings from the command line, environment variables, and \fBnpmrc\fR files. -.P -The \fBnpm config\fR command can be used to update and edit the contents of the user and global npmrc files. -.P -For a list of available configuration options, see npm help config. -.SS "Files" -.P -The four relevant files are: -.RS 0 -.IP \(bu 4 -per-project config file (/path/to/my/project/.npmrc) -.IP \(bu 4 -per-user config file (~/.npmrc) -.IP \(bu 4 -global config file ($PREFIX/etc/npmrc) -.IP \(bu 4 -npm builtin config file (/path/to/npm/npmrc) -.RE 0 - -.P -All npm config files are an ini-formatted list of \fBkey = value\fR parameters. Environment variables can be replaced using \fB${VARIABLE_NAME}\fR. For example: -.P -.RS 2 -.nf -prefix = ${HOME}/.npm-packages -.fi -.RE -.P -Each of these files is loaded, and config options are resolved in priority order. For example, a setting in the userconfig file would override the setting in the globalconfig file. -.P -Array values are specified by adding "\[lB]\[rB]" after the key name. For example: -.P -.RS 2 -.nf -key\[lB]\[rB] = "first value" -key\[lB]\[rB] = "second value" -.fi -.RE -.SS "Comments" -.P -Lines in \fB.npmrc\fR files are interpreted as comments when they begin with a \fB;\fR or \fB#\fR character. \fB.npmrc\fR files are parsed by \fBnpm/ini\fR \fI\(lahttps://github.com/npm/ini\(ra\fR, which specifies this comment syntax. -.P -For example: -.P -.RS 2 -.nf -# last modified: 01 Jan 2016 -; Set a new registry for a scoped package -@myscope:registry=https://mycustomregistry.example.org -.fi -.RE -.SS "Per-project config file" -.P -When working locally in a project, a \fB.npmrc\fR file in the root of the project (ie, a sibling of \fBnode_modules\fR and \fBpackage.json\fR) will set config values specific to this project. -.P -Note that this only applies to the root of the project that you're running npm in. It has no effect when your module is published. For example, you can't publish a module that forces itself to install globally, or in a different location. -.P -Additionally, this file is not read in global mode, such as when running \fBnpm install -g\fR. -.SS "Per-user config file" -.P -\fB$HOME/.npmrc\fR (or the \fBuserconfig\fR param, if set in the environment or on the command line) -.SS "Global config file" -.P -\fB$PREFIX/etc/npmrc\fR (or the \fBglobalconfig\fR param, if set above): This file is an ini-file formatted list of \fBkey = value\fR parameters. Environment variables can be replaced as above. -.SS "Built-in config file" -.P -\fBpath/to/npm/itself/npmrc\fR -.P -This is an unchangeable "builtin" configuration file that npm keeps consistent across updates. Set fields in here using the \fB./configure\fR script that comes with npm. This is primarily for distribution maintainers to override default configs in a standard and consistent manner. -.SS "Auth related configuration" -.P -The settings \fB_auth\fR, \fB_authToken\fR, \fBusername\fR and \fB_password\fR must all be scoped to a specific registry. This ensures that \fBnpm\fR will never send credentials to the wrong host. -.P -The full list is: -.RS 0 -.IP \(bu 4 -\fB_auth\fR (base64 authentication string) -.IP \(bu 4 -\fB_authToken\fR (authentication token) -.IP \(bu 4 -\fBusername\fR -.IP \(bu 4 -\fB_password\fR -.IP \(bu 4 -\fBemail\fR -.IP \(bu 4 -\fBcertfile\fR (path to certificate file) -.IP \(bu 4 -\fBkeyfile\fR (path to key file) -.RE 0 - -.P -In order to scope these values, they must be prefixed by a URI fragment. If the credential is meant for any request to a registry on a single host, the scope may look like \fB//registry.npmjs.org/:\fR. If it must be scoped to a specific path on the host that path may also be provided, such as \fB//my-custom-registry.org/unique/path:\fR. -.P -.RS 2 -.nf -; bad config -_authToken=MYTOKEN - -; good config -@myorg:registry=https://somewhere-else.com/myorg -@another:registry=https://somewhere-else.com/another -//registry.npmjs.org/:_authToken=MYTOKEN -; would apply to both @myorg and @another -; //somewhere-else.com/:_authToken=MYTOKEN -; would apply only to @myorg -//somewhere-else.com/myorg/:_authToken=MYTOKEN1 -; would apply only to @another -//somewhere-else.com/another/:_authToken=MYTOKEN2 -.fi -.RE -.SS "See also" -.RS 0 -.IP \(bu 4 -npm help folders -.IP \(bu 4 -npm help config -.IP \(bu 4 -npm help config -.IP \(bu 4 -\fBpackage.json\fR \fI\(la/configuring-npm/package-json\(ra\fR -.IP \(bu 4 -npm help npm -.RE 0 diff --git a/software/flow/node_modules/npm/man/man5/package-json.5 b/software/flow/node_modules/npm/man/man5/package-json.5 deleted file mode 100644 index 8f7dd8f..0000000 --- a/software/flow/node_modules/npm/man/man5/package-json.5 +++ /dev/null @@ -1,1066 +0,0 @@ -.TH "PACKAGE.JSON" "5" "February 2023" "" "" -.SH "NAME" -\fBpackage.json\fR - Specifics of npm's package.json handling -.SS "Description" -.P -This document is all you need to know about what's required in your package.json file. It must be actual JSON, not just a JavaScript object literal. -.P -A lot of the behavior described in this document is affected by the config settings described in npm help config. -.SS "name" -.P -If you plan to publish your package, the \fImost\fR important things in your package.json are the name and version fields as they will be required. The name and version together form an identifier that is assumed to be completely unique. Changes to the package should come along with changes to the version. If you don't plan to publish your package, the name and version fields are optional. -.P -The name is what your thing is called. -.P -Some rules: -.RS 0 -.IP \(bu 4 -The name must be less than or equal to 214 characters. This includes the scope for scoped packages. -.IP \(bu 4 -The names of scoped packages can begin with a dot or an underscore. This is not permitted without a scope. -.IP \(bu 4 -New packages must not have uppercase letters in the name. -.IP \(bu 4 -The name ends up being part of a URL, an argument on the command line, and a folder name. Therefore, the name can't contain any non-URL-safe characters. -.RE 0 - -.P -Some tips: -.RS 0 -.IP \(bu 4 -Don't use the same name as a core Node module. -.IP \(bu 4 -Don't put "js" or "node" in the name. It's assumed that it's js, since you're writing a package.json file, and you can specify the engine using the "engines" field. (See below.) -.IP \(bu 4 -The name will probably be passed as an argument to require(), so it should be something short, but also reasonably descriptive. -.IP \(bu 4 -You may want to check the npm registry to see if there's something by that name already, before you get too attached to it. \fI\(lahttps://www.npmjs.com/\(ra\fR -.RE 0 - -.P -A name can be optionally prefixed by a scope, e.g. \fB@myorg/mypackage\fR. See npm help scope for more detail. -.SS "version" -.P -If you plan to publish your package, the \fImost\fR important things in your package.json are the name and version fields as they will be required. The name and version together form an identifier that is assumed to be completely unique. Changes to the package should come along with changes to the version. If you don't plan to publish your package, the name and version fields are optional. -.P -Version must be parseable by \fBnode-semver\fR \fI\(lahttps://github.com/npm/node-semver\(ra\fR, which is bundled with npm as a dependency. (\fBnpm install semver\fR to use it yourself.) -.SS "description" -.P -Put a description in it. It's a string. This helps people discover your package, as it's listed in \fBnpm search\fR. -.SS "keywords" -.P -Put keywords in it. It's an array of strings. This helps people discover your package as it's listed in \fBnpm search\fR. -.SS "homepage" -.P -The url to the project homepage. -.P -Example: -.P -.RS 2 -.nf -"homepage": "https://github.com/owner/project#readme" -.fi -.RE -.SS "bugs" -.P -The url to your project's issue tracker and / or the email address to which issues should be reported. These are helpful for people who encounter issues with your package. -.P -It should look like this: -.P -.RS 2 -.nf -{ - "url" : "https://github.com/owner/project/issues", - "email" : "project@hostname.com" -} -.fi -.RE -.P -You can specify either one or both values. If you want to provide only a url, you can specify the value for "bugs" as a simple string instead of an object. -.P -If a url is provided, it will be used by the \fBnpm bugs\fR command. -.SS "license" -.P -You should specify a license for your package so that people know how they are permitted to use it, and any restrictions you're placing on it. -.P -If you're using a common license such as BSD-2-Clause or MIT, add a current SPDX license identifier for the license you're using, like this: -.P -.RS 2 -.nf -{ - "license" : "BSD-3-Clause" -} -.fi -.RE -.P -You can check \fBthe full list of SPDX license IDs\fR \fI\(lahttps://spdx.org/licenses/\(ra\fR. Ideally you should pick one that is \fBOSI\fR \fI\(lahttps://opensource.org/licenses/\(ra\fR approved. -.P -If your package is licensed under multiple common licenses, use an \fBSPDX license expression syntax version 2.0 string\fR \fI\(lahttps://spdx.dev/specifications/\(ra\fR, like this: -.P -.RS 2 -.nf -{ - "license" : "(ISC OR GPL-3.0)" -} -.fi -.RE -.P -If you are using a license that hasn't been assigned an SPDX identifier, or if you are using a custom license, use a string value like this one: -.P -.RS 2 -.nf -{ - "license" : "SEE LICENSE IN <filename>" -} -.fi -.RE -.P -Then include a file named \fB<filename>\fR at the top level of the package. -.P -Some old packages used license objects or a "licenses" property containing an array of license objects: -.P -.RS 2 -.nf -// Not valid metadata -{ - "license" : { - "type" : "ISC", - "url" : "https://opensource.org/licenses/ISC" - } -} - -// Not valid metadata -{ - "licenses" : \[lB] - { - "type": "MIT", - "url": "https://www.opensource.org/licenses/mit-license.php" - }, - { - "type": "Apache-2.0", - "url": "https://opensource.org/licenses/apache2.0.php" - } - \[rB] -} -.fi -.RE -.P -Those styles are now deprecated. Instead, use SPDX expressions, like this: -.P -.RS 2 -.nf -{ - "license": "ISC" -} -.fi -.RE -.P -.RS 2 -.nf -{ - "license": "(MIT OR Apache-2.0)" -} -.fi -.RE -.P -Finally, if you do not wish to grant others the right to use a private or unpublished package under any terms: -.P -.RS 2 -.nf -{ - "license": "UNLICENSED" -} -.fi -.RE -.P -Consider also setting \fB"private": true\fR to prevent accidental publication. -.SS "people fields: author, contributors" -.P -The "author" is one person. "contributors" is an array of people. A "person" is an object with a "name" field and optionally "url" and "email", like this: -.P -.RS 2 -.nf -{ - "name" : "Barney Rubble", - "email" : "b@rubble.com", - "url" : "http://barnyrubble.tumblr.com/" -} -.fi -.RE -.P -Or you can shorten that all into a single string, and npm will parse it for you: -.P -.RS 2 -.nf -{ - "author": "Barney Rubble <b@rubble.com> (http://barnyrubble.tumblr.com/)" -} -.fi -.RE -.P -Both email and url are optional either way. -.P -npm also sets a top-level "maintainers" field with your npm user info. -.SS "funding" -.P -You can specify an object containing a URL that provides up-to-date information about ways to help fund development of your package, or a string URL, or an array of these: -.P -.RS 2 -.nf -{ - "funding": { - "type" : "individual", - "url" : "http://example.com/donate" - }, - - "funding": { - "type" : "patreon", - "url" : "https://www.patreon.com/my-account" - }, - - "funding": "http://example.com/donate", - - "funding": \[lB] - { - "type" : "individual", - "url" : "http://example.com/donate" - }, - "http://example.com/donateAlso", - { - "type" : "patreon", - "url" : "https://www.patreon.com/my-account" - } - \[rB] -} -.fi -.RE -.P -Users can use the \fBnpm fund\fR subcommand to list the \fBfunding\fR URLs of all dependencies of their project, direct and indirect. A shortcut to visit each funding url is also available when providing the project name such as: \fBnpm fund <projectname>\fR (when there are multiple URLs, the first one will be visited) -.SS "files" -.P -The optional \fBfiles\fR field is an array of file patterns that describes the entries to be included when your package is installed as a dependency. File patterns follow a similar syntax to \fB.gitignore\fR, but reversed: including a file, directory, or glob pattern (\fB*\fR, \fB**/*\fR, and such) will make it so that file is included in the tarball when it's packed. Omitting the field will make it default to \fB\[lB]"*"\[rB]\fR, which means it will include all files. -.P -Some special files and directories are also included or excluded regardless of whether they exist in the \fBfiles\fR array (see below). -.P -You can also provide a \fB.npmignore\fR file in the root of your package or in subdirectories, which will keep files from being included. At the root of your package it will not override the "files" field, but in subdirectories it will. The \fB.npmignore\fR file works just like a \fB.gitignore\fR. If there is a \fB.gitignore\fR file, and \fB.npmignore\fR is missing, \fB.gitignore\fR's contents will be used instead. -.P -Files included with the "package.json#files" field \fIcannot\fR be excluded through \fB.npmignore\fR or \fB.gitignore\fR. -.P -Certain files are always included, regardless of settings: -.RS 0 -.IP \(bu 4 -\fBpackage.json\fR -.IP \(bu 4 -\fBREADME\fR -.IP \(bu 4 -\fBLICENSE\fR / \fBLICENCE\fR -.IP \(bu 4 -The file in the "main" field -.RE 0 - -.P -\fBREADME\fR & \fBLICENSE\fR can have any case and extension. -.P -Conversely, some files are always ignored: -.RS 0 -.IP \(bu 4 -\fB.git\fR -.IP \(bu 4 -\fBCVS\fR -.IP \(bu 4 -\fB.svn\fR -.IP \(bu 4 -\fB.hg\fR -.IP \(bu 4 -\fB.lock-wscript\fR -.IP \(bu 4 -\fB.wafpickle-N\fR -.IP \(bu 4 -\fB.*.swp\fR -.IP \(bu 4 -\fB.DS_Store\fR -.IP \(bu 4 -\fB._*\fR -.IP \(bu 4 -\fBnpm-debug.log\fR -.IP \(bu 4 -\fB.npmrc\fR -.IP \(bu 4 -\fBnode_modules\fR -.IP \(bu 4 -\fBconfig.gypi\fR -.IP \(bu 4 -\fB*.orig\fR -.IP \(bu 4 -\fBpackage-lock.json\fR (use \fB\fBnpm-shrinkwrap.json\fR\fR \fI\(la/configuring-npm/npm-shrinkwrap-json\(ra\fR if you wish it to be published) -.RE 0 - -.SS "main" -.P -The main field is a module ID that is the primary entry point to your program. That is, if your package is named \fBfoo\fR, and a user installs it, and then does \fBrequire("foo")\fR, then your main module's exports object will be returned. -.P -This should be a module relative to the root of your package folder. -.P -For most modules, it makes the most sense to have a main script and often not much else. -.P -If \fBmain\fR is not set it defaults to \fBindex.js\fR in the package's root folder. -.SS "browser" -.P -If your module is meant to be used client-side the browser field should be used instead of the main field. This is helpful to hint users that it might rely on primitives that aren't available in Node.js modules. (e.g. \fBwindow\fR) -.SS "bin" -.P -A lot of packages have one or more executable files that they'd like to install into the PATH. npm makes this pretty easy (in fact, it uses this feature to install the "npm" executable.) -.P -To use this, supply a \fBbin\fR field in your package.json which is a map of command name to local file name. When this package is installed globally, that file will be either linked inside the global bins directory or a cmd (Windows Command File) will be created which executes the specified file in the \fBbin\fR field, so it is available to run by \fBname\fR or \fBname.cmd\fR (on Windows PowerShell). When this package is installed as a dependency in another package, the file will be linked where it will be available to that package either directly by \fBnpm exec\fR or by name in other scripts when invoking them via \fBnpm run-script\fR. -.P -For example, myapp could have this: -.P -.RS 2 -.nf -{ - "bin": { - "myapp": "./cli.js" - } -} -.fi -.RE -.P -So, when you install myapp, in case of unix-like OS it'll create a symlink from the \fBcli.js\fR script to \fB/usr/local/bin/myapp\fR and in case of windows it will create a cmd file usually at \fBC:\[rs]Users\[rs]{Username}\[rs]AppData\[rs]Roaming\[rs]npm\[rs]myapp.cmd\fR which runs the \fBcli.js\fR script. -.P -If you have a single executable, and its name should be the name of the package, then you can just supply it as a string. For example: -.P -.RS 2 -.nf -{ - "name": "my-program", - "version": "1.2.5", - "bin": "./path/to/program" -} -.fi -.RE -.P -would be the same as this: -.P -.RS 2 -.nf -{ - "name": "my-program", - "version": "1.2.5", - "bin": { - "my-program": "./path/to/program" - } -} -.fi -.RE -.P -Please make sure that your file(s) referenced in \fBbin\fR starts with \fB#!/usr/bin/env node\fR, otherwise the scripts are started without the node executable! -.P -Note that you can also set the executable files using \fBdirectories.bin\fR \fI(directories.bin)\fR. -.P -See \fBfolders\fR \fI\(la/configuring-npm/folders#executables\(ra\fR for more info on executables. -.SS "man" -.P -Specify either a single file or an array of filenames to put in place for the \fBman\fR program to find. -.P -If only a single file is provided, then it's installed such that it is the result from \fBman <pkgname>\fR, regardless of its actual filename. For example: -.P -.RS 2 -.nf -{ - "name": "foo", - "version": "1.2.3", - "description": "A packaged foo fooer for fooing foos", - "main": "foo.js", - "man": "./man/doc.1" -} -.fi -.RE -.P -would link the \fB./man/doc.1\fR file in such that it is the target for \fBman -foo\fR -.P -If the filename doesn't start with the package name, then it's prefixed. So, this: -.P -.RS 2 -.nf -{ - "name": "foo", - "version": "1.2.3", - "description": "A packaged foo fooer for fooing foos", - "main": "foo.js", - "man": \[lB] - "./man/foo.1", - "./man/bar.1" - \[rB] -} -.fi -.RE -.P -will create files to do \fBman foo\fR and \fBman foo-bar\fR. -.P -Man files must end with a number, and optionally a \fB.gz\fR suffix if they are compressed. The number dictates which man section the file is installed into. -.P -.RS 2 -.nf -{ - "name": "foo", - "version": "1.2.3", - "description": "A packaged foo fooer for fooing foos", - "main": "foo.js", - "man": \[lB] - "./man/foo.1", - "./man/foo.2" - \[rB] -} -.fi -.RE -.P -will create entries for \fBman foo\fR and \fBman 2 foo\fR -.SS "directories" -.P -The CommonJS \fBPackages\fR \fI\(lahttp://wiki.commonjs.org/wiki/Packages/1.0\(ra\fR spec details a few ways that you can indicate the structure of your package using a \fBdirectories\fR object. If you look at \fBnpm's package.json\fR \fI\(lahttps://registry.npmjs.org/npm/latest\(ra\fR, you'll see that it has directories for doc, lib, and man. -.P -In the future, this information may be used in other creative ways. -.SS "directories.bin" -.P -If you specify a \fBbin\fR directory in \fBdirectories.bin\fR, all the files in that folder will be added. -.P -Because of the way the \fBbin\fR directive works, specifying both a \fBbin\fR path and setting \fBdirectories.bin\fR is an error. If you want to specify individual files, use \fBbin\fR, and for all the files in an existing \fBbin\fR directory, use \fBdirectories.bin\fR. -.SS "directories.man" -.P -A folder that is full of man pages. Sugar to generate a "man" array by walking the folder. -.SS "repository" -.P -Specify the place where your code lives. This is helpful for people who want to contribute. If the git repo is on GitHub, then the \fBnpm docs\fR command will be able to find you. -.P -Do it like this: -.P -.RS 2 -.nf -{ - "repository": { - "type": "git", - "url": "https://github.com/npm/cli.git" - } -} -.fi -.RE -.P -The URL should be a publicly available (perhaps read-only) url that can be handed directly to a VCS program without any modification. It should not be a url to an html project page that you put in your browser. It's for computers. -.P -For GitHub, GitHub gist, Bitbucket, or GitLab repositories you can use the same shortcut syntax you use for \fBnpm install\fR: -.P -.RS 2 -.nf -{ - "repository": "npm/npm", - - "repository": "github:user/repo", - - "repository": "gist:11081aaa281", - - "repository": "bitbucket:user/repo", - - "repository": "gitlab:user/repo" -} -.fi -.RE -.P -If the \fBpackage.json\fR for your package is not in the root directory (for example if it is part of a monorepo), you can specify the directory in which it lives: -.P -.RS 2 -.nf -{ - "repository": { - "type": "git", - "url": "https://github.com/facebook/react.git", - "directory": "packages/react-dom" - } -} -.fi -.RE -.SS "scripts" -.P -The "scripts" property is a dictionary containing script commands that are run at various times in the lifecycle of your package. The key is the lifecycle event, and the value is the command to run at that point. -.P -See npm help scripts to find out more about writing package scripts. -.SS "config" -.P -A "config" object can be used to set configuration parameters used in package scripts that persist across upgrades. For instance, if a package had the following: -.P -.RS 2 -.nf -{ - "name": "foo", - "config": { - "port": "8080" - } -} -.fi -.RE -.P -It could also have a "start" command that referenced the \fBnpm_package_config_port\fR environment variable. -.SS "dependencies" -.P -Dependencies are specified in a simple object that maps a package name to a version range. The version range is a string which has one or more space-separated descriptors. Dependencies can also be identified with a tarball or git URL. -.P -\fBPlease do not put test harnesses or transpilers or other "development" time tools in your \fBdependencies\fB object.\fR See \fBdevDependencies\fR, below. -.P -See \fBsemver\fR \fI\(lahttps://github.com/npm/node-semver#versions\(ra\fR for more details about specifying version ranges. -.RS 0 -.IP \(bu 4 -\fBversion\fR Must match \fBversion\fR exactly -.IP \(bu 4 -\fB>version\fR Must be greater than \fBversion\fR -.IP \(bu 4 -\fB>=version\fR etc -.IP \(bu 4 -\fB<version\fR -.IP \(bu 4 -\fB<=version\fR -.IP \(bu 4 -\fB~version\fR "Approximately equivalent to version" See \fBsemver\fR \fI\(lahttps://github.com/npm/node-semver#versions\(ra\fR -.IP \(bu 4 -\fB^version\fR "Compatible with version" See \fBsemver\fR \fI\(lahttps://github.com/npm/node-semver#versions\(ra\fR -.IP \(bu 4 -\fB1.2.x\fR 1.2.0, 1.2.1, etc., but not 1.3.0 -.IP \(bu 4 -\fBhttp://...\fR See 'URLs as Dependencies' below -.IP \(bu 4 -\fB*\fR Matches any version -.IP \(bu 4 -\fB""\fR (just an empty string) Same as \fB*\fR -.IP \(bu 4 -\fBversion1 - version2\fR Same as \fB>=version1 <=version2\fR. -.IP \(bu 4 -\fBrange1 || range2\fR Passes if either range1 or range2 are satisfied. -.IP \(bu 4 -\fBgit...\fR See 'Git URLs as Dependencies' below -.IP \(bu 4 -\fBuser/repo\fR See 'GitHub URLs' below -.IP \(bu 4 -\fBtag\fR A specific version tagged and published as \fBtag\fR See npm help dist-tag -.IP \(bu 4 -\fBpath/path/path\fR See \fBLocal Paths\fR \fI(Local Paths)\fR below -.RE 0 - -.P -For example, these are all valid: -.P -.RS 2 -.nf -{ - "dependencies": { - "foo": "1.0.0 - 2.9999.9999", - "bar": ">=1.0.2 <2.1.2", - "baz": ">1.0.2 <=2.3.4", - "boo": "2.0.1", - "qux": "<1.0.0 || >=2.3.1 <2.4.5 || >=2.5.2 <3.0.0", - "asd": "http://asdf.com/asdf.tar.gz", - "til": "~1.2", - "elf": "~1.2.3", - "two": "2.x", - "thr": "3.3.x", - "lat": "latest", - "dyl": "file:../dyl" - } -} -.fi -.RE -.SS "URLs as Dependencies" -.P -You may specify a tarball URL in place of a version range. -.P -This tarball will be downloaded and installed locally to your package at install time. -.SS "Git URLs as Dependencies" -.P -Git urls are of the form: -.P -.RS 2 -.nf -<protocol>://\[lB]<user>\[lB]:<password>\[rB]@\[rB]<hostname>\[lB]:<port>\[rB]\[lB]:\[rB]\[lB]/\[rB]<path>\[lB]#<commit-ish> | #semver:<semver>\[rB] -.fi -.RE -.P -\fB<protocol>\fR is one of \fBgit\fR, \fBgit+ssh\fR, \fBgit+http\fR, \fBgit+https\fR, or \fBgit+file\fR. -.P -If \fB#<commit-ish>\fR is provided, it will be used to clone exactly that commit. If the commit-ish has the format \fB#semver:<semver>\fR, \fB<semver>\fR can be any valid semver range or exact version, and npm will look for any tags or refs matching that range in the remote repository, much as it would for a registry dependency. If neither \fB#<commit-ish>\fR or \fB#semver:<semver>\fR is specified, then the default branch is used. -.P -Examples: -.P -.RS 2 -.nf -git+ssh://git@github.com:npm/cli.git#v1.0.27 -git+ssh://git@github.com:npm/cli#semver:^5.0 -git+https://isaacs@github.com/npm/cli.git -git://github.com/npm/cli.git#v1.0.27 -.fi -.RE -.P -When installing from a \fBgit\fR repository, the presence of certain fields in the \fBpackage.json\fR will cause npm to believe it needs to perform a build. To do so your repository will be cloned into a temporary directory, all of its deps installed, relevant scripts run, and the resulting directory packed and installed. -.P -This flow will occur if your git dependency uses \fBworkspaces\fR, or if any of the following scripts are present: -.RS 0 -.IP \(bu 4 -\fBbuild\fR -.IP \(bu 4 -\fBprepare\fR -.IP \(bu 4 -\fBprepack\fR -.IP \(bu 4 -\fBpreinstall\fR -.IP \(bu 4 -\fBinstall\fR -.IP \(bu 4 -\fBpostinstall\fR -.RE 0 - -.P -If your git repository includes pre-built artifacts, you will likely want to make sure that none of the above scripts are defined, or your dependency will be rebuilt for every installation. -.SS "GitHub URLs" -.P -As of version 1.1.65, you can refer to GitHub urls as just "foo": "user/foo-project". Just as with git URLs, a \fBcommit-ish\fR suffix can be included. For example: -.P -.RS 2 -.nf -{ - "name": "foo", - "version": "0.0.0", - "dependencies": { - "express": "expressjs/express", - "mocha": "mochajs/mocha#4727d357ea", - "module": "user/repo#feature\[rs]/branch" - } -} -.fi -.RE -.SS "Local Paths" -.P -As of version 2.0.0 you can provide a path to a local directory that contains a package. Local paths can be saved using \fBnpm install -S\fR or \fBnpm -install --save\fR, using any of these forms: -.P -.RS 2 -.nf -../foo/bar -~/foo/bar -./foo/bar -/foo/bar -.fi -.RE -.P -in which case they will be normalized to a relative path and added to your \fBpackage.json\fR. For example: -.P -.RS 2 -.nf -{ - "name": "baz", - "dependencies": { - "bar": "file:../foo/bar" - } -} -.fi -.RE -.P -This feature is helpful for local offline development and creating tests that require npm installing where you don't want to hit an external server, but should not be used when publishing packages to the public registry. -.P -\fInote\fR: Packages linked by local path will not have their own dependencies installed when \fBnpm install\fR is ran in this case. You must run \fBnpm install\fR from inside the local path itself. -.SS "devDependencies" -.P -If someone is planning on downloading and using your module in their program, then they probably don't want or need to download and build the external test or documentation framework that you use. -.P -In this case, it's best to map these additional items in a \fBdevDependencies\fR object. -.P -These things will be installed when doing \fBnpm link\fR or \fBnpm install\fR from the root of a package, and can be managed like any other npm configuration param. See npm help config for more on the topic. -.P -For build steps that are not platform-specific, such as compiling CoffeeScript or other languages to JavaScript, use the \fBprepare\fR script to do this, and make the required package a devDependency. -.P -For example: -.P -.RS 2 -.nf -{ - "name": "ethopia-waza", - "description": "a delightfully fruity coffee varietal", - "version": "1.2.3", - "devDependencies": { - "coffee-script": "~1.6.3" - }, - "scripts": { - "prepare": "coffee -o lib/ -c src/waza.coffee" - }, - "main": "lib/waza.js" -} -.fi -.RE -.P -The \fBprepare\fR script will be run before publishing, so that users can consume the functionality without requiring them to compile it themselves. In dev mode (ie, locally running \fBnpm install\fR), it'll run this script as well, so that you can test it easily. -.SS "peerDependencies" -.P -In some cases, you want to express the compatibility of your package with a host tool or library, while not necessarily doing a \fBrequire\fR of this host. This is usually referred to as a \fIplugin\fR. Notably, your module may be exposing a specific interface, expected and specified by the host documentation. -.P -For example: -.P -.RS 2 -.nf -{ - "name": "tea-latte", - "version": "1.3.5", - "peerDependencies": { - "tea": "2.x" - } -} -.fi -.RE -.P -This ensures your package \fBtea-latte\fR can be installed \fIalong\fR with the second major version of the host package \fBtea\fR only. \fBnpm install -tea-latte\fR could possibly yield the following dependency graph: -.P -.RS 2 -.nf -├── tea-latte@1.3.5 -└── tea@2.2.0 -.fi -.RE -.P -In npm versions 3 through 6, \fBpeerDependencies\fR were not automatically installed, and would raise a warning if an invalid version of the peer dependency was found in the tree. As of npm v7, peerDependencies \fIare\fR installed by default. -.P -Trying to install another plugin with a conflicting requirement may cause an error if the tree cannot be resolved correctly. For this reason, make sure your plugin requirement is as broad as possible, and not to lock it down to specific patch versions. -.P -Assuming the host complies with \fBsemver\fR \fI\(lahttps://semver.org/\(ra\fR, only changes in the host package's major version will break your plugin. Thus, if you've worked with every 1.x version of the host package, use \fB"^1.0"\fR or \fB"1.x"\fR to express this. If you depend on features introduced in 1.5.2, use \fB"^1.5.2"\fR. -.SS "peerDependenciesMeta" -.P -When a user installs your package, npm will emit warnings if packages specified in \fBpeerDependencies\fR are not already installed. The \fBpeerDependenciesMeta\fR field serves to provide npm more information on how your peer dependencies are to be used. Specifically, it allows peer dependencies to be marked as optional. -.P -For example: -.P -.RS 2 -.nf -{ - "name": "tea-latte", - "version": "1.3.5", - "peerDependencies": { - "tea": "2.x", - "soy-milk": "1.2" - }, - "peerDependenciesMeta": { - "soy-milk": { - "optional": true - } - } -} -.fi -.RE -.P -Marking a peer dependency as optional ensures npm will not emit a warning if the \fBsoy-milk\fR package is not installed on the host. This allows you to integrate and interact with a variety of host packages without requiring all of them to be installed. -.SS "bundleDependencies" -.P -This defines an array of package names that will be bundled when publishing the package. -.P -In cases where you need to preserve npm packages locally or have them available through a single file download, you can bundle the packages in a tarball file by specifying the package names in the \fBbundleDependencies\fR array and executing \fBnpm pack\fR. -.P -For example: -.P -If we define a package.json like this: -.P -.RS 2 -.nf -{ - "name": "awesome-web-framework", - "version": "1.0.0", - "bundleDependencies": \[lB] - "renderized", - "super-streams" - \[rB] -} -.fi -.RE -.P -we can obtain \fBawesome-web-framework-1.0.0.tgz\fR file by running \fBnpm pack\fR. This file contains the dependencies \fBrenderized\fR and \fBsuper-streams\fR which can be installed in a new project by executing \fBnpm install -awesome-web-framework-1.0.0.tgz\fR. Note that the package names do not include any versions, as that information is specified in \fBdependencies\fR. -.P -If this is spelled \fB"bundledDependencies"\fR, then that is also honored. -.P -Alternatively, \fB"bundleDependencies"\fR can be defined as a boolean value. A value of \fBtrue\fR will bundle all dependencies, a value of \fBfalse\fR will bundle none. -.SS "optionalDependencies" -.P -If a dependency can be used, but you would like npm to proceed if it cannot be found or fails to install, then you may put it in the \fBoptionalDependencies\fR object. This is a map of package name to version or url, just like the \fBdependencies\fR object. The difference is that build failures do not cause installation to fail. Running \fBnpm install ---omit=optional\fR will prevent these dependencies from being installed. -.P -It is still your program's responsibility to handle the lack of the dependency. For example, something like this: -.P -.RS 2 -.nf -try { - var foo = require('foo') - var fooVersion = require('foo/package.json').version -} catch (er) { - foo = null -} -if ( notGoodFooVersion(fooVersion) ) { - foo = null -} - -// .. then later in your program .. - -if (foo) { - foo.doFooThings() -} -.fi -.RE -.P -Entries in \fBoptionalDependencies\fR will override entries of the same name in \fBdependencies\fR, so it's usually best to only put in one place. -.SS "overrides" -.P -If you need to make specific changes to dependencies of your dependencies, for example replacing the version of a dependency with a known security issue, replacing an existing dependency with a fork, or making sure that the same version of a package is used everywhere, then you may add an override. -.P -Overrides provide a way to replace a package in your dependency tree with another version, or another package entirely. These changes can be scoped as specific or as vague as desired. -.P -To make sure the package \fBfoo\fR is always installed as version \fB1.0.0\fR no matter what version your dependencies rely on: -.P -.RS 2 -.nf -{ - "overrides": { - "foo": "1.0.0" - } -} -.fi -.RE -.P -The above is a short hand notation, the full object form can be used to allow overriding a package itself as well as a child of the package. This will cause \fBfoo\fR to always be \fB1.0.0\fR while also making \fBbar\fR at any depth beyond \fBfoo\fR also \fB1.0.0\fR: -.P -.RS 2 -.nf -{ - "overrides": { - "foo": { - ".": "1.0.0", - "bar": "1.0.0" - } - } -} -.fi -.RE -.P -To only override \fBfoo\fR to be \fB1.0.0\fR when it's a child (or grandchild, or great grandchild, etc) of the package \fBbar\fR: -.P -.RS 2 -.nf -{ - "overrides": { - "bar": { - "foo": "1.0.0" - } - } -} -.fi -.RE -.P -Keys can be nested to any arbitrary length. To override \fBfoo\fR only when it's a child of \fBbar\fR and only when \fBbar\fR is a child of \fBbaz\fR: -.P -.RS 2 -.nf -{ - "overrides": { - "baz": { - "bar": { - "foo": "1.0.0" - } - } - } -} -.fi -.RE -.P -The key of an override can also include a version, or range of versions. To override \fBfoo\fR to \fB1.0.0\fR, but only when it's a child of \fBbar@2.0.0\fR: -.P -.RS 2 -.nf -{ - "overrides": { - "bar@2.0.0": { - "foo": "1.0.0" - } - } -} -.fi -.RE -.P -You may not set an override for a package that you directly depend on unless both the dependency and the override itself share the exact same spec. To make this limitation easier to deal with, overrides may also be defined as a reference to a spec for a direct dependency by prefixing the name of the package you wish the version to match with a \fB$\fR. -.P -.RS 2 -.nf -{ - "dependencies": { - "foo": "^1.0.0" - }, - "overrides": { - // BAD, will throw an EOVERRIDE error - // "foo": "^2.0.0" - // GOOD, specs match so override is allowed - // "foo": "^1.0.0" - // BEST, the override is defined as a reference to the dependency - "foo": "$foo", - // the referenced package does not need to match the overridden one - "bar": "$foo" - } -} -.fi -.RE -.SS "engines" -.P -You can specify the version of node that your stuff works on: -.P -.RS 2 -.nf -{ - "engines": { - "node": ">=0.10.3 <15" - } -} -.fi -.RE -.P -And, like with dependencies, if you don't specify the version (or if you specify "*" as the version), then any version of node will do. -.P -You can also use the "engines" field to specify which versions of npm are capable of properly installing your program. For example: -.P -.RS 2 -.nf -{ - "engines": { - "npm": "~1.0.20" - } -} -.fi -.RE -.P -Unless the user has set the \fB\fBengine-strict\fR config\fR \fI\(la/using-npm/config#engine-strict\(ra\fR flag, this field is advisory only and will only produce warnings when your package is installed as a dependency. -.SS "os" -.P -You can specify which operating systems your module will run on: -.P -.RS 2 -.nf -{ - "os": \[lB] - "darwin", - "linux" - \[rB] -} -.fi -.RE -.P -You can also block instead of allowing operating systems, just prepend the blocked os with a '!': -.P -.RS 2 -.nf -{ - "os": \[lB] - "!win32" - \[rB] -} -.fi -.RE -.P -The host operating system is determined by \fBprocess.platform\fR -.P -It is allowed to both block and allow an item, although there isn't any good reason to do this. -.SS "cpu" -.P -If your code only runs on certain cpu architectures, you can specify which ones. -.P -.RS 2 -.nf -{ - "cpu": \[lB] - "x64", - "ia32" - \[rB] -} -.fi -.RE -.P -Like the \fBos\fR option, you can also block architectures: -.P -.RS 2 -.nf -{ - "cpu": \[lB] - "!arm", - "!mips" - \[rB] -} -.fi -.RE -.P -The host architecture is determined by \fBprocess.arch\fR -.SS "private" -.P -If you set \fB"private": true\fR in your package.json, then npm will refuse to publish it. -.P -This is a way to prevent accidental publication of private repositories. If you would like to ensure that a given package is only ever published to a specific registry (for example, an internal registry), then use the \fBpublishConfig\fR dictionary described below to override the \fBregistry\fR config param at publish-time. -.SS "publishConfig" -.P -This is a set of config values that will be used at publish-time. It's especially handy if you want to set the tag, registry or access, so that you can ensure that a given package is not tagged with "latest", published to the global public registry or that a scoped module is private by default. -.P -See npm help config to see the list of config options that can be overridden. -.SS "workspaces" -.P -The optional \fBworkspaces\fR field is an array of file patterns that describes locations within the local file system that the install client should look up to find each npm help workspace that needs to be symlinked to the top level \fBnode_modules\fR folder. -.P -It can describe either the direct paths of the folders to be used as workspaces or it can define globs that will resolve to these same folders. -.P -In the following example, all folders located inside the folder \fB./packages\fR will be treated as workspaces as long as they have valid \fBpackage.json\fR files inside them: -.P -.RS 2 -.nf -{ - "name": "workspace-example", - "workspaces": \[lB] - "./packages/*" - \[rB] -} -.fi -.RE -.P -See npm help workspaces for more examples. -.SS "DEFAULT VALUES" -.P -npm will default some values based on package contents. -.RS 0 -.IP \(bu 4 -\fB"scripts": {"start": "node server.js"}\fR -.P -If there is a \fBserver.js\fR file in the root of your package, then npm will default the \fBstart\fR command to \fBnode server.js\fR. -.IP \(bu 4 -\fB"scripts":{"install": "node-gyp rebuild"}\fR -.P -If there is a \fBbinding.gyp\fR file in the root of your package and you have not defined an \fBinstall\fR or \fBpreinstall\fR script, npm will default the \fBinstall\fR command to compile using node-gyp. -.IP \(bu 4 -\fB"contributors": \[lB]...\[rB]\fR -.P -If there is an \fBAUTHORS\fR file in the root of your package, npm will treat each line as a \fBName <email> (url)\fR format, where email and url are optional. Lines which start with a \fB#\fR or are blank, will be ignored. -.RE 0 - -.SS "SEE ALSO" -.RS 0 -.IP \(bu 4 -\fBsemver\fR \fI\(lahttps://github.com/npm/node-semver#versions\(ra\fR -.IP \(bu 4 -npm help workspaces -.IP \(bu 4 -npm help init -.IP \(bu 4 -npm help version -.IP \(bu 4 -npm help config -.IP \(bu 4 -npm help help -.IP \(bu 4 -npm help install -.IP \(bu 4 -npm help publish -.IP \(bu 4 -npm help uninstall -.RE 0 diff --git a/software/flow/node_modules/npm/man/man5/package-lock-json.5 b/software/flow/node_modules/npm/man/man5/package-lock-json.5 deleted file mode 100644 index 20be57b..0000000 --- a/software/flow/node_modules/npm/man/man5/package-lock-json.5 +++ /dev/null @@ -1,156 +0,0 @@ -.TH "PACKAGE-LOCK.JSON" "5" "February 2023" "" "" -.SH "NAME" -\fBpackage-lock.json\fR - A manifestation of the manifest -.SS "Description" -.P -\fBpackage-lock.json\fR is automatically generated for any operations where npm modifies either the \fBnode_modules\fR tree, or \fBpackage.json\fR. It describes the exact tree that was generated, such that subsequent installs are able to generate identical trees, regardless of intermediate dependency updates. -.P -This file is intended to be committed into source repositories, and serves various purposes: -.RS 0 -.IP \(bu 4 -Describe a single representation of a dependency tree such that teammates, deployments, and continuous integration are guaranteed to install exactly the same dependencies. -.IP \(bu 4 -Provide a facility for users to "time-travel" to previous states of \fBnode_modules\fR without having to commit the directory itself. -.IP \(bu 4 -Facilitate greater visibility of tree changes through readable source control diffs. -.IP \(bu 4 -Optimize the installation process by allowing npm to skip repeated metadata resolutions for previously-installed packages. -.IP \(bu 4 -As of npm v7, lockfiles include enough information to gain a complete picture of the package tree, reducing the need to read \fBpackage.json\fR files, and allowing for significant performance improvements. -.RE 0 - -.SS "\fBpackage-lock.json\fR vs \fBnpm-shrinkwrap.json\fR" -.P -Both of these files have the same format, and perform similar functions in the root of a project. -.P -The difference is that \fBpackage-lock.json\fR cannot be published, and it will be ignored if found in any place other than the root project. -.P -In contrast, \fBnpm-shrinkwrap.json\fR \fI\(la/configuring-npm/npm-shrinkwrap-json\(ra\fR allows publication, and defines the dependency tree from the point encountered. This is not recommended unless deploying a CLI tool or otherwise using the publication process for producing production packages. -.P -If both \fBpackage-lock.json\fR and \fBnpm-shrinkwrap.json\fR are present in the root of a project, \fBnpm-shrinkwrap.json\fR will take precedence and \fBpackage-lock.json\fR will be ignored. -.SS "Hidden Lockfiles" -.P -In order to avoid processing the \fBnode_modules\fR folder repeatedly, npm as of v7 uses a "hidden" lockfile present in \fBnode_modules/.package-lock.json\fR. This contains information about the tree, and is used in lieu of reading the entire \fBnode_modules\fR hierarchy provided that the following conditions are met: -.RS 0 -.IP \(bu 4 -All package folders it references exist in the \fBnode_modules\fR hierarchy. -.IP \(bu 4 -No package folders exist in the \fBnode_modules\fR hierarchy that are not listed in the lockfile. -.IP \(bu 4 -The modified time of the file is at least as recent as all of the package folders it references. -.RE 0 - -.P -That is, the hidden lockfile will only be relevant if it was created as part of the most recent update to the package tree. If another CLI mutates the tree in any way, this will be detected, and the hidden lockfile will be ignored. -.P -Note that it \fIis\fR possible to manually change the \fIcontents\fR of a package in such a way that the modified time of the package folder is unaffected. For example, if you add a file to \fBnode_modules/foo/lib/bar.js\fR, then the modified time on \fBnode_modules/foo\fR will not reflect this change. If you are manually editing files in \fBnode_modules\fR, it is generally best to delete the file at \fBnode_modules/.package-lock.json\fR. -.P -As the hidden lockfile is ignored by older npm versions, it does not contain the backwards compatibility affordances present in "normal" lockfiles. That is, it is \fBlockfileVersion: 3\fR, rather than \fBlockfileVersion: 2\fR. -.SS "Handling Old Lockfiles" -.P -When npm detects a lockfile from npm v6 or before during the package installation process, it is automatically updated to fetch missing information from either the \fBnode_modules\fR tree or (in the case of empty \fBnode_modules\fR trees or very old lockfile formats) the npm registry. -.SS "File Format" -.SS "\fBname\fR" -.P -The name of the package this is a package-lock for. This will match what's in \fBpackage.json\fR. -.SS "\fBversion\fR" -.P -The version of the package this is a package-lock for. This will match what's in \fBpackage.json\fR. -.SS "\fBlockfileVersion\fR" -.P -An integer version, starting at \fB1\fR with the version number of this document whose semantics were used when generating this \fBpackage-lock.json\fR. -.P -Note that the file format changed significantly in npm v7 to track information that would have otherwise required looking in \fBnode_modules\fR or the npm registry. Lockfiles generated by npm v7 will contain \fBlockfileVersion: 2\fR. -.RS 0 -.IP \(bu 4 -No version provided: an "ancient" shrinkwrap file from a version of npm prior to npm v5. -.IP \(bu 4 -\fB1\fR: The lockfile version used by npm v5 and v6. -.IP \(bu 4 -\fB2\fR: The lockfile version used by npm v7, which is backwards compatible to v1 lockfiles. -.IP \(bu 4 -\fB3\fR: The lockfile version used by npm v7, \fIwithout\fR backwards compatibility affordances. This is used for the hidden lockfile at \fBnode_modules/.package-lock.json\fR, and will likely be used in a future version of npm, once support for npm v6 is no longer relevant. -.RE 0 - -.P -npm will always attempt to get whatever data it can out of a lockfile, even if it is not a version that it was designed to support. -.SS "\fBpackages\fR" -.P -This is an object that maps package locations to an object containing the information about that package. -.P -The root project is typically listed with a key of \fB""\fR, and all other packages are listed with their relative paths from the root project folder. -.P -Package descriptors have the following fields: -.RS 0 -.IP \(bu 4 -version: The version found in \fBpackage.json\fR -.IP \(bu 4 -resolved: The place where the package was actually resolved from. In the case of packages fetched from the registry, this will be a url to a tarball. In the case of git dependencies, this will be the full git url with commit sha. In the case of link dependencies, this will be the location of the link target. \fBregistry.npmjs.org\fR is a magic value meaning "the currently configured registry". -.IP \(bu 4 -integrity: A \fBsha512\fR or \fBsha1\fR \fBStandard Subresource Integrity\fR \fI\(lahttps://w3c.github.io/webappsec/specs/subresourceintegrity/\(ra\fR string for the artifact that was unpacked in this location. -.IP \(bu 4 -link: A flag to indicate that this is a symbolic link. If this is present, no other fields are specified, since the link target will also be included in the lockfile. -.IP \(bu 4 -dev, optional, devOptional: If the package is strictly part of the \fBdevDependencies\fR tree, then \fBdev\fR will be true. If it is strictly part of the \fBoptionalDependencies\fR tree, then \fBoptional\fR will be set. If it is both a \fBdev\fR dependency \fIand\fR an \fBoptional\fR dependency of a non-dev dependency, then \fBdevOptional\fR will be set. (An \fBoptional\fR dependency of a \fBdev\fR dependency will have both \fBdev\fR and \fBoptional\fR set.) -.IP \(bu 4 -inBundle: A flag to indicate that the package is a bundled dependency. -.IP \(bu 4 -hasInstallScript: A flag to indicate that the package has a \fBpreinstall\fR, \fBinstall\fR, or \fBpostinstall\fR script. -.IP \(bu 4 -hasShrinkwrap: A flag to indicate that the package has an \fBnpm-shrinkwrap.json\fR file. -.IP \(bu 4 -bin, license, engines, dependencies, optionalDependencies: fields from \fBpackage.json\fR -.RE 0 - -.SS "dependencies" -.P -Legacy data for supporting versions of npm that use \fBlockfileVersion: 1\fR. This is a mapping of package names to dependency objects. Because the object structure is strictly hierarchical, symbolic link dependencies are somewhat challenging to represent in some cases. -.P -npm v7 ignores this section entirely if a \fBpackages\fR section is present, but does keep it up to date in order to support switching between npm v6 and npm v7. -.P -Dependency objects have the following fields: -.RS 0 -.IP \(bu 4 -version: a specifier that varies depending on the nature of the package, and is usable in fetching a new copy of it. -.RS 4 -.IP \(bu 4 -bundled dependencies: Regardless of source, this is a version number that is purely for informational purposes. -.IP \(bu 4 -registry sources: This is a version number. (eg, \fB1.2.3\fR) -.IP \(bu 4 -git sources: This is a git specifier with resolved committish. (eg, \fBgit+https://example.com/foo/bar#115311855adb0789a0466714ed48a1499ffea97e\fR) -.IP \(bu 4 -http tarball sources: This is the URL of the tarball. (eg, \fBhttps://example.com/example-1.3.0.tgz\fR) -.IP \(bu 4 -local tarball sources: This is the file URL of the tarball. (eg \fBfile:///opt/storage/example-1.3.0.tgz\fR) -.IP \(bu 4 -local link sources: This is the file URL of the link. (eg \fBfile:libs/our-module\fR) -.RE 0 - -.IP \(bu 4 -integrity: A \fBsha512\fR or \fBsha1\fR \fBStandard Subresource Integrity\fR \fI\(lahttps://w3c.github.io/webappsec/specs/subresourceintegrity/\(ra\fR string for the artifact that was unpacked in this location. For git dependencies, this is the commit sha. -.IP \(bu 4 -resolved: For registry sources this is path of the tarball relative to the registry URL. If the tarball URL isn't on the same server as the registry URL then this is a complete URL. \fBregistry.npmjs.org\fR is a magic value meaning "the currently configured registry". -.IP \(bu 4 -bundled: If true, this is the bundled dependency and will be installed by the parent module. When installing, this module will be extracted from the parent module during the extract phase, not installed as a separate dependency. -.IP \(bu 4 -dev: If true then this dependency is either a development dependency ONLY of the top level module or a transitive dependency of one. This is false for dependencies that are both a development dependency of the top level and a transitive dependency of a non-development dependency of the top level. -.IP \(bu 4 -optional: If true then this dependency is either an optional dependency ONLY of the top level module or a transitive dependency of one. This is false for dependencies that are both an optional dependency of the top level and a transitive dependency of a non-optional dependency of the top level. -.IP \(bu 4 -requires: This is a mapping of module name to version. This is a list of everything this module requires, regardless of where it will be installed. The version should match via normal matching rules a dependency either in our \fBdependencies\fR or in a level higher than us. -.IP \(bu 4 -dependencies: The dependencies of this dependency, exactly as at the top level. -.RE 0 - -.SS "See also" -.RS 0 -.IP \(bu 4 -npm help shrinkwrap -.IP \(bu 4 -\fBnpm-shrinkwrap.json\fR \fI\(la/configuring-npm/npm-shrinkwrap-json\(ra\fR -.IP \(bu 4 -\fBpackage.json\fR \fI\(la/configuring-npm/package-json\(ra\fR -.IP \(bu 4 -npm help install -.RE 0 diff --git a/software/flow/node_modules/npm/man/man7/config.7 b/software/flow/node_modules/npm/man/man7/config.7 deleted file mode 100644 index dc4261c..0000000 --- a/software/flow/node_modules/npm/man/man7/config.7 +++ /dev/null @@ -1,1962 +0,0 @@ -.TH "CONFIG" "7" "February 2023" "" "" -.SH "NAME" -\fBconfig\fR - More than you probably want to know about npm configuration -.SS "Description" -.P -npm gets its configuration values from the following sources, sorted by priority: -.SS "Command Line Flags" -.P -Putting \fB--foo bar\fR on the command line sets the \fBfoo\fR configuration parameter to \fB"bar"\fR. A \fB--\fR argument tells the cli parser to stop reading flags. Using \fB--flag\fR without specifying any value will set the value to \fBtrue\fR. -.P -Example: \fB--flag1 --flag2\fR will set both configuration parameters to \fBtrue\fR, while \fB--flag1 --flag2 bar\fR will set \fBflag1\fR to \fBtrue\fR, and \fBflag2\fR to \fBbar\fR. Finally, \fB--flag1 --flag2 -- bar\fR will set both configuration parameters to \fBtrue\fR, and the \fBbar\fR is taken as a command argument. -.SS "Environment Variables" -.P -Any environment variables that start with \fBnpm_config_\fR will be interpreted as a configuration parameter. For example, putting \fBnpm_config_foo=bar\fR in your environment will set the \fBfoo\fR configuration parameter to \fBbar\fR. Any environment configurations that are not given a value will be given the value of \fBtrue\fR. Config values are case-insensitive, so \fBNPM_CONFIG_FOO=bar\fR will work the same. However, please note that inside npm help scripts npm will set its own environment variables and Node will prefer those lowercase versions over any uppercase ones that you might set. For details see \fBthis issue\fR \fI\(lahttps://github.com/npm/npm/issues/14528\(ra\fR. -.P -Notice that you need to use underscores instead of dashes, so \fB--allow-same-version\fR would become \fBnpm_config_allow_same_version=true\fR. -.SS "npmrc Files" -.P -The four relevant files are: -.RS 0 -.IP \(bu 4 -per-project configuration file (\fB/path/to/my/project/.npmrc\fR) -.IP \(bu 4 -per-user configuration file (defaults to \fB$HOME/.npmrc\fR; configurable via CLI option \fB--userconfig\fR or environment variable \fB$NPM_CONFIG_USERCONFIG\fR) -.IP \(bu 4 -global configuration file (defaults to \fB$PREFIX/etc/npmrc\fR; configurable via CLI option \fB--globalconfig\fR or environment variable \fB$NPM_CONFIG_GLOBALCONFIG\fR) -.IP \(bu 4 -npm's built-in configuration file (\fB/path/to/npm/npmrc\fR) -.RE 0 - -.P -See npm help npmrc for more details. -.SS "Default Configs" -.P -Run \fBnpm config ls -l\fR to see a set of configuration parameters that are internal to npm, and are defaults if nothing else is specified. -.SS "Shorthands and Other CLI Niceties" -.P -The following shorthands are parsed on the command-line: -.RS 0 -.IP \(bu 4 -\fB-a\fR: \fB--all\fR -.IP \(bu 4 -\fB--enjoy-by\fR: \fB--before\fR -.IP \(bu 4 -\fB-c\fR: \fB--call\fR -.IP \(bu 4 -\fB--desc\fR: \fB--description\fR -.IP \(bu 4 -\fB-f\fR: \fB--force\fR -.IP \(bu 4 -\fB-g\fR: \fB--global\fR -.IP \(bu 4 -\fB--iwr\fR: \fB--include-workspace-root\fR -.IP \(bu 4 -\fB-L\fR: \fB--location\fR -.IP \(bu 4 -\fB-d\fR: \fB--loglevel info\fR -.IP \(bu 4 -\fB-s\fR: \fB--loglevel silent\fR -.IP \(bu 4 -\fB--silent\fR: \fB--loglevel silent\fR -.IP \(bu 4 -\fB--ddd\fR: \fB--loglevel silly\fR -.IP \(bu 4 -\fB--dd\fR: \fB--loglevel verbose\fR -.IP \(bu 4 -\fB--verbose\fR: \fB--loglevel verbose\fR -.IP \(bu 4 -\fB-q\fR: \fB--loglevel warn\fR -.IP \(bu 4 -\fB--quiet\fR: \fB--loglevel warn\fR -.IP \(bu 4 -\fB-l\fR: \fB--long\fR -.IP \(bu 4 -\fB-m\fR: \fB--message\fR -.IP \(bu 4 -\fB--local\fR: \fB--no-global\fR -.IP \(bu 4 -\fB-n\fR: \fB--no-yes\fR -.IP \(bu 4 -\fB--no\fR: \fB--no-yes\fR -.IP \(bu 4 -\fB-p\fR: \fB--parseable\fR -.IP \(bu 4 -\fB--porcelain\fR: \fB--parseable\fR -.IP \(bu 4 -\fB-C\fR: \fB--prefix\fR -.IP \(bu 4 -\fB--readonly\fR: \fB--read-only\fR -.IP \(bu 4 -\fB--reg\fR: \fB--registry\fR -.IP \(bu 4 -\fB-S\fR: \fB--save\fR -.IP \(bu 4 -\fB-B\fR: \fB--save-bundle\fR -.IP \(bu 4 -\fB-D\fR: \fB--save-dev\fR -.IP \(bu 4 -\fB-E\fR: \fB--save-exact\fR -.IP \(bu 4 -\fB-O\fR: \fB--save-optional\fR -.IP \(bu 4 -\fB-P\fR: \fB--save-prod\fR -.IP \(bu 4 -\fB-?\fR: \fB--usage\fR -.IP \(bu 4 -\fB-h\fR: \fB--usage\fR -.IP \(bu 4 -\fB-H\fR: \fB--usage\fR -.IP \(bu 4 -\fB--help\fR: \fB--usage\fR -.IP \(bu 4 -\fB-v\fR: \fB--version\fR -.IP \(bu 4 -\fB-w\fR: \fB--workspace\fR -.IP \(bu 4 -\fB--ws\fR: \fB--workspaces\fR -.IP \(bu 4 -\fB-y\fR: \fB--yes\fR -.RE 0 - -.P -If the specified configuration param resolves unambiguously to a known configuration parameter, then it is expanded to that configuration parameter. For example: -.P -.RS 2 -.nf -npm ls --par -# same as: -npm ls --parseable -.fi -.RE -.P -If multiple single-character shorthands are strung together, and the resulting combination is unambiguously not some other configuration param, then it is expanded to its various component pieces. For example: -.P -.RS 2 -.nf -npm ls -gpld -# same as: -npm ls --global --parseable --long --loglevel info -.fi -.RE -.SS "Config Settings" -.SS "\fB_auth\fR" -.RS 0 -.IP \(bu 4 -Default: null -.IP \(bu 4 -Type: null or String -.RE 0 - -.P -A basic-auth string to use when authenticating against the npm registry. This will ONLY be used to authenticate against the npm registry. For other registries you will need to scope it like "//other-registry.tld/:_auth" -.P -Warning: This should generally not be set via a command-line option. It is safer to use a registry-provided authentication bearer token stored in the ~/.npmrc file by running \fBnpm login\fR. -.SS "\fBaccess\fR" -.RS 0 -.IP \(bu 4 -Default: 'public' for new packages, existing packages it will not change the current level -.IP \(bu 4 -Type: null, "restricted", or "public" -.RE 0 - -.P -If you do not want your scoped package to be publicly viewable (and installable) set \fB--access=restricted\fR. -.P -Unscoped packages can not be set to \fBrestricted\fR. -.P -Note: This defaults to not changing the current access level for existing packages. Specifying a value of \fBrestricted\fR or \fBpublic\fR during publish will change the access for an existing package the same way that \fBnpm access set -status\fR would. -.SS "\fBall\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -When running \fBnpm outdated\fR and \fBnpm ls\fR, setting \fB--all\fR will show all outdated or installed packages, rather than only those directly depended upon by the current project. -.SS "\fBallow-same-version\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Prevents throwing an error when \fBnpm version\fR is used to set the new version to the same value as the current version. -.SS "\fBaudit\fR" -.RS 0 -.IP \(bu 4 -Default: true -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -When "true" submit audit reports alongside the current npm command to the default registry and all registries configured for scopes. See the documentation for npm help audit for details on what is submitted. -.SS "\fBaudit-level\fR" -.RS 0 -.IP \(bu 4 -Default: null -.IP \(bu 4 -Type: null, "info", "low", "moderate", "high", "critical", or "none" -.RE 0 - -.P -The minimum level of vulnerability for \fBnpm audit\fR to exit with a non-zero exit code. -.SS "\fBauth-type\fR" -.RS 0 -.IP \(bu 4 -Default: "web" -.IP \(bu 4 -Type: "legacy" or "web" -.RE 0 - -.P -What authentication strategy to use with \fBlogin\fR. Note that if an \fBotp\fR config is given, this value will always be set to \fBlegacy\fR. -.SS "\fBbefore\fR" -.RS 0 -.IP \(bu 4 -Default: null -.IP \(bu 4 -Type: null or Date -.RE 0 - -.P -If passed to \fBnpm install\fR, will rebuild the npm tree such that only versions that were available \fBon or before\fR the \fB--before\fR time get installed. If there's no versions available for the current set of direct dependencies, the command will error. -.P -If the requested version is a \fBdist-tag\fR and the given tag does not pass the \fB--before\fR filter, the most recent version less than or equal to that tag will be used. For example, \fBfoo@latest\fR might install \fBfoo@1.2\fR even though \fBlatest\fR is \fB2.0\fR. -.SS "\fBbin-links\fR" -.RS 0 -.IP \(bu 4 -Default: true -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Tells npm to create symlinks (or \fB.cmd\fR shims on Windows) for package executables. -.P -Set to false to have it not do this. This can be used to work around the fact that some file systems don't support symlinks, even on ostensibly Unix systems. -.SS "\fBbrowser\fR" -.RS 0 -.IP \(bu 4 -Default: OS X: \fB"open"\fR, Windows: \fB"start"\fR, Others: \fB"xdg-open"\fR -.IP \(bu 4 -Type: null, Boolean, or String -.RE 0 - -.P -The browser that is called by npm commands to open websites. -.P -Set to \fBfalse\fR to suppress browser behavior and instead print urls to terminal. -.P -Set to \fBtrue\fR to use default system URL opener. -.SS "\fBca\fR" -.RS 0 -.IP \(bu 4 -Default: null -.IP \(bu 4 -Type: null or String (can be set multiple times) -.RE 0 - -.P -The Certificate Authority signing certificate that is trusted for SSL connections to the registry. Values should be in PEM format (Windows calls it "Base-64 encoded X.509 (.CER)") with newlines replaced by the string "\[rs]n". For example: -.P -.RS 2 -.nf -ca="-----BEGIN CERTIFICATE-----\[rs]nXXXX\[rs]nXXXX\[rs]n-----END CERTIFICATE-----" -.fi -.RE -.P -Set to \fBnull\fR to only allow "known" registrars, or to a specific CA cert to trust only that specific signing authority. -.P -Multiple CAs can be trusted by specifying an array of certificates: -.P -.RS 2 -.nf -ca\[lB]\[rB]="..." -ca\[lB]\[rB]="..." -.fi -.RE -.P -See also the \fBstrict-ssl\fR config. -.SS "\fBcache\fR" -.RS 0 -.IP \(bu 4 -Default: Windows: \fB%LocalAppData%\[rs]npm-cache\fR, Posix: \fB~/.npm\fR -.IP \(bu 4 -Type: Path -.RE 0 - -.P -The location of npm's cache directory. -.SS "\fBcafile\fR" -.RS 0 -.IP \(bu 4 -Default: null -.IP \(bu 4 -Type: Path -.RE 0 - -.P -A path to a file containing one or multiple Certificate Authority signing certificates. Similar to the \fBca\fR setting, but allows for multiple CA's, as well as for the CA information to be stored in a file on disk. -.SS "\fBcall\fR" -.RS 0 -.IP \(bu 4 -Default: "" -.IP \(bu 4 -Type: String -.RE 0 - -.P -Optional companion option for \fBnpm exec\fR, \fBnpx\fR that allows for specifying a custom command to be run along with the installed packages. -.P -.RS 2 -.nf -npm exec --package yo --package generator-node --call "yo node" -.fi -.RE -.SS "\fBci-name\fR" -.RS 0 -.IP \(bu 4 -Default: The name of the current CI system, or \fBnull\fR when not on a known CI platform. -.IP \(bu 4 -Type: null or String -.RE 0 - -.P -The name of a continuous integration system. If not set explicitly, npm will detect the current CI environment using the \fB\fBci-info\fR\fR \fI\(lahttp://npm.im/ci-info\(ra\fR module. -.SS "\fBcidr\fR" -.RS 0 -.IP \(bu 4 -Default: null -.IP \(bu 4 -Type: null or String (can be set multiple times) -.RE 0 - -.P -This is a list of CIDR address to be used when configuring limited access tokens with the \fBnpm token create\fR command. -.SS "\fBcolor\fR" -.RS 0 -.IP \(bu 4 -Default: true unless the NO_COLOR environ is set to something other than '0' -.IP \(bu 4 -Type: "always" or Boolean -.RE 0 - -.P -If false, never shows colors. If \fB"always"\fR then always shows colors. If true, then only prints color codes for tty file descriptors. -.SS "\fBcommit-hooks\fR" -.RS 0 -.IP \(bu 4 -Default: true -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Run git commit hooks when using the \fBnpm version\fR command. -.SS "\fBdepth\fR" -.RS 0 -.IP \(bu 4 -Default: \fBInfinity\fR if \fB--all\fR is set, otherwise \fB1\fR -.IP \(bu 4 -Type: null or Number -.RE 0 - -.P -The depth to go when recursing packages for \fBnpm ls\fR. -.P -If not set, \fBnpm ls\fR will show only the immediate dependencies of the root project. If \fB--all\fR is set, then npm will show all dependencies by default. -.SS "\fBdescription\fR" -.RS 0 -.IP \(bu 4 -Default: true -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Show the description in \fBnpm search\fR -.SS "\fBdiff\fR" -.RS 0 -.IP \(bu 4 -Default: -.IP \(bu 4 -Type: String (can be set multiple times) -.RE 0 - -.P -Define arguments to compare in \fBnpm diff\fR. -.SS "\fBdiff-dst-prefix\fR" -.RS 0 -.IP \(bu 4 -Default: "b/" -.IP \(bu 4 -Type: String -.RE 0 - -.P -Destination prefix to be used in \fBnpm diff\fR output. -.SS "\fBdiff-ignore-all-space\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Ignore whitespace when comparing lines in \fBnpm diff\fR. -.SS "\fBdiff-name-only\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Prints only filenames when using \fBnpm diff\fR. -.SS "\fBdiff-no-prefix\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Do not show any source or destination prefix in \fBnpm diff\fR output. -.P -Note: this causes \fBnpm diff\fR to ignore the \fB--diff-src-prefix\fR and \fB--diff-dst-prefix\fR configs. -.SS "\fBdiff-src-prefix\fR" -.RS 0 -.IP \(bu 4 -Default: "a/" -.IP \(bu 4 -Type: String -.RE 0 - -.P -Source prefix to be used in \fBnpm diff\fR output. -.SS "\fBdiff-text\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Treat all files as text in \fBnpm diff\fR. -.SS "\fBdiff-unified\fR" -.RS 0 -.IP \(bu 4 -Default: 3 -.IP \(bu 4 -Type: Number -.RE 0 - -.P -The number of lines of context to print in \fBnpm diff\fR. -.SS "\fBdry-run\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Indicates that you don't want npm to make any changes and that it should only report what it would have done. This can be passed into any of the commands that modify your local installation, eg, \fBinstall\fR, \fBupdate\fR, \fBdedupe\fR, \fBuninstall\fR, as well as \fBpack\fR and \fBpublish\fR. -.P -Note: This is NOT honored by other network related commands, eg \fBdist-tags\fR, \fBowner\fR, etc. -.SS "\fBeditor\fR" -.RS 0 -.IP \(bu 4 -Default: The EDITOR or VISUAL environment variables, or '%SYSTEMROOT%\[rs]notepad.exe' on Windows, or 'vi' on Unix systems -.IP \(bu 4 -Type: String -.RE 0 - -.P -The command to run for \fBnpm edit\fR and \fBnpm config edit\fR. -.SS "\fBengine-strict\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -If set to true, then npm will stubbornly refuse to install (or even consider installing) any package that claims to not be compatible with the current Node.js version. -.P -This can be overridden by setting the \fB--force\fR flag. -.SS "\fBfetch-retries\fR" -.RS 0 -.IP \(bu 4 -Default: 2 -.IP \(bu 4 -Type: Number -.RE 0 - -.P -The "retries" config for the \fBretry\fR module to use when fetching packages from the registry. -.P -npm will retry idempotent read requests to the registry in the case of network failures or 5xx HTTP errors. -.SS "\fBfetch-retry-factor\fR" -.RS 0 -.IP \(bu 4 -Default: 10 -.IP \(bu 4 -Type: Number -.RE 0 - -.P -The "factor" config for the \fBretry\fR module to use when fetching packages. -.SS "\fBfetch-retry-maxtimeout\fR" -.RS 0 -.IP \(bu 4 -Default: 60000 (1 minute) -.IP \(bu 4 -Type: Number -.RE 0 - -.P -The "maxTimeout" config for the \fBretry\fR module to use when fetching packages. -.SS "\fBfetch-retry-mintimeout\fR" -.RS 0 -.IP \(bu 4 -Default: 10000 (10 seconds) -.IP \(bu 4 -Type: Number -.RE 0 - -.P -The "minTimeout" config for the \fBretry\fR module to use when fetching packages. -.SS "\fBfetch-timeout\fR" -.RS 0 -.IP \(bu 4 -Default: 300000 (5 minutes) -.IP \(bu 4 -Type: Number -.RE 0 - -.P -The maximum amount of time to wait for HTTP requests to complete. -.SS "\fBforce\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Removes various protections against unfortunate side effects, common mistakes, unnecessary performance degradation, and malicious input. -.RS 0 -.IP \(bu 4 -Allow clobbering non-npm files in global installs. -.IP \(bu 4 -Allow the \fBnpm version\fR command to work on an unclean git repository. -.IP \(bu 4 -Allow deleting the cache folder with \fBnpm cache clean\fR. -.IP \(bu 4 -Allow installing packages that have an \fBengines\fR declaration requiring a different version of npm. -.IP \(bu 4 -Allow installing packages that have an \fBengines\fR declaration requiring a different version of \fBnode\fR, even if \fB--engine-strict\fR is enabled. -.IP \(bu 4 -Allow \fBnpm audit fix\fR to install modules outside your stated dependency range (including SemVer-major changes). -.IP \(bu 4 -Allow unpublishing all versions of a published package. -.IP \(bu 4 -Allow conflicting peerDependencies to be installed in the root project. -.IP \(bu 4 -Implicitly set \fB--yes\fR during \fBnpm init\fR. -.IP \(bu 4 -Allow clobbering existing values in \fBnpm pkg\fR -.IP \(bu 4 -Allow unpublishing of entire packages (not just a single version). -.RE 0 - -.P -If you don't have a clear idea of what you want to do, it is strongly recommended that you do not use this option! -.SS "\fBforeground-scripts\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Run all build scripts (ie, \fBpreinstall\fR, \fBinstall\fR, and \fBpostinstall\fR) scripts for installed packages in the foreground process, sharing standard input, output, and error with the main npm process. -.P -Note that this will generally make installs run slower, and be much noisier, but can be useful for debugging. -.SS "\fBformat-package-lock\fR" -.RS 0 -.IP \(bu 4 -Default: true -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Format \fBpackage-lock.json\fR or \fBnpm-shrinkwrap.json\fR as a human readable file. -.SS "\fBfund\fR" -.RS 0 -.IP \(bu 4 -Default: true -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -When "true" displays the message at the end of each \fBnpm install\fR acknowledging the number of dependencies looking for funding. See npm help fund for details. -.SS "\fBgit\fR" -.RS 0 -.IP \(bu 4 -Default: "git" -.IP \(bu 4 -Type: String -.RE 0 - -.P -The command to use for git commands. If git is installed on the computer, but is not in the \fBPATH\fR, then set this to the full path to the git binary. -.SS "\fBgit-tag-version\fR" -.RS 0 -.IP \(bu 4 -Default: true -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Tag the commit when using the \fBnpm version\fR command. Setting this to false results in no commit being made at all. -.SS "\fBglobal\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Operates in "global" mode, so that packages are installed into the \fBprefix\fR folder instead of the current working directory. See npm help folders for more on the differences in behavior. -.RS 0 -.IP \(bu 4 -packages are installed into the \fB{prefix}/lib/node_modules\fR folder, instead of the current working directory. -.IP \(bu 4 -bin files are linked to \fB{prefix}/bin\fR -.IP \(bu 4 -man pages are linked to \fB{prefix}/share/man\fR -.RE 0 - -.SS "\fBglobalconfig\fR" -.RS 0 -.IP \(bu 4 -Default: The global --prefix setting plus 'etc/npmrc'. For example, '/usr/local/etc/npmrc' -.IP \(bu 4 -Type: Path -.RE 0 - -.P -The config file to read for global config options. -.SS "\fBheading\fR" -.RS 0 -.IP \(bu 4 -Default: "npm" -.IP \(bu 4 -Type: String -.RE 0 - -.P -The string that starts all the debugging log output. -.SS "\fBhttps-proxy\fR" -.RS 0 -.IP \(bu 4 -Default: null -.IP \(bu 4 -Type: null or URL -.RE 0 - -.P -A proxy to use for outgoing https requests. If the \fBHTTPS_PROXY\fR or \fBhttps_proxy\fR or \fBHTTP_PROXY\fR or \fBhttp_proxy\fR environment variables are set, proxy settings will be honored by the underlying \fBmake-fetch-happen\fR library. -.SS "\fBif-present\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -If true, npm will not exit with an error code when \fBrun-script\fR is invoked for a script that isn't defined in the \fBscripts\fR section of \fBpackage.json\fR. This option can be used when it's desirable to optionally run a script when it's present and fail if the script fails. This is useful, for example, when running scripts that may only apply for some builds in an otherwise generic CI setup. -.P -This value is not exported to the environment for child processes. -.SS "\fBignore-scripts\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -If true, npm does not run scripts specified in package.json files. -.P -Note that commands explicitly intended to run a particular script, such as \fBnpm start\fR, \fBnpm stop\fR, \fBnpm restart\fR, \fBnpm test\fR, and \fBnpm run-script\fR will still run their intended script if \fBignore-scripts\fR is set, but they will \fInot\fR run any pre- or post-scripts. -.SS "\fBinclude\fR" -.RS 0 -.IP \(bu 4 -Default: -.IP \(bu 4 -Type: "prod", "dev", "optional", or "peer" (can be set multiple times) -.RE 0 - -.P -Option that allows for defining which types of dependencies to install. -.P -This is the inverse of \fB--omit=<type>\fR. -.P -Dependency types specified in \fB--include\fR will not be omitted, regardless of the order in which omit/include are specified on the command-line. -.SS "\fBinclude-staged\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Allow installing "staged" published packages, as defined by \fBnpm RFC PR #92\fR \fI\(lahttps://github.com/npm/rfcs/pull/92\(ra\fR. -.P -This is experimental, and not implemented by the npm public registry. -.SS "\fBinclude-workspace-root\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Include the workspace root when workspaces are enabled for a command. -.P -When false, specifying individual workspaces via the \fBworkspace\fR config, or all workspaces via the \fBworkspaces\fR flag, will cause npm to operate only on the specified workspaces, and not on the root project. -.P -This value is not exported to the environment for child processes. -.SS "\fBinit-author-email\fR" -.RS 0 -.IP \(bu 4 -Default: "" -.IP \(bu 4 -Type: String -.RE 0 - -.P -The value \fBnpm init\fR should use by default for the package author's email. -.SS "\fBinit-author-name\fR" -.RS 0 -.IP \(bu 4 -Default: "" -.IP \(bu 4 -Type: String -.RE 0 - -.P -The value \fBnpm init\fR should use by default for the package author's name. -.SS "\fBinit-author-url\fR" -.RS 0 -.IP \(bu 4 -Default: "" -.IP \(bu 4 -Type: "" or URL -.RE 0 - -.P -The value \fBnpm init\fR should use by default for the package author's homepage. -.SS "\fBinit-license\fR" -.RS 0 -.IP \(bu 4 -Default: "ISC" -.IP \(bu 4 -Type: String -.RE 0 - -.P -The value \fBnpm init\fR should use by default for the package license. -.SS "\fBinit-module\fR" -.RS 0 -.IP \(bu 4 -Default: "~/.npm-init.js" -.IP \(bu 4 -Type: Path -.RE 0 - -.P -A module that will be loaded by the \fBnpm init\fR command. See the documentation for the \fBinit-package-json\fR \fI\(lahttps://github.com/npm/init-package-json\(ra\fR module for more information, or npm help init. -.SS "\fBinit-version\fR" -.RS 0 -.IP \(bu 4 -Default: "1.0.0" -.IP \(bu 4 -Type: SemVer string -.RE 0 - -.P -The value that \fBnpm init\fR should use by default for the package version number, if not already set in package.json. -.SS "\fBinstall-links\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -When set file: protocol dependencies will be packed and installed as regular dependencies instead of creating a symlink. This option has no effect on workspaces. -.SS "\fBinstall-strategy\fR" -.RS 0 -.IP \(bu 4 -Default: "hoisted" -.IP \(bu 4 -Type: "hoisted", "nested", "shallow", or "linked" -.RE 0 - -.P -Sets the strategy for installing packages in node_modules. hoisted (default): Install non-duplicated in top-level, and duplicated as necessary within directory structure. nested: (formerly --legacy-bundling) install in place, no hoisting. shallow (formerly --global-style) only install direct deps at top-level. linked: (experimental) install in node_modules/.store, link in place, unhoisted. -.SS "\fBjson\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Whether or not to output JSON data, rather than the normal output. -.RS 0 -.IP \(bu 4 -In \fBnpm pkg set\fR it enables parsing set values with JSON.parse() before saving them to your \fBpackage.json\fR. -.RE 0 - -.P -Not supported by all npm commands. -.SS "\fBlegacy-peer-deps\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Causes npm to completely ignore \fBpeerDependencies\fR when building a package tree, as in npm versions 3 through 6. -.P -If a package cannot be installed because of overly strict \fBpeerDependencies\fR that collide, it provides a way to move forward resolving the situation. -.P -This differs from \fB--omit=peer\fR, in that \fB--omit=peer\fR will avoid unpacking \fBpeerDependencies\fR on disk, but will still design a tree such that \fBpeerDependencies\fR \fIcould\fR be unpacked in a correct place. -.P -Use of \fBlegacy-peer-deps\fR is not recommended, as it will not enforce the \fBpeerDependencies\fR contract that meta-dependencies may rely on. -.SS "\fBlink\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Used with \fBnpm ls\fR, limiting output to only those packages that are linked. -.SS "\fBlocal-address\fR" -.RS 0 -.IP \(bu 4 -Default: null -.IP \(bu 4 -Type: IP Address -.RE 0 - -.P -The IP address of the local interface to use when making connections to the npm registry. Must be IPv4 in versions of Node prior to 0.12. -.SS "\fBlocation\fR" -.RS 0 -.IP \(bu 4 -Default: "user" unless \fB--global\fR is passed, which will also set this value to "global" -.IP \(bu 4 -Type: "global", "user", or "project" -.RE 0 - -.P -When passed to \fBnpm config\fR this refers to which config file to use. -.P -When set to "global" mode, packages are installed into the \fBprefix\fR folder instead of the current working directory. See npm help folders for more on the differences in behavior. -.RS 0 -.IP \(bu 4 -packages are installed into the \fB{prefix}/lib/node_modules\fR folder, instead of the current working directory. -.IP \(bu 4 -bin files are linked to \fB{prefix}/bin\fR -.IP \(bu 4 -man pages are linked to \fB{prefix}/share/man\fR -.RE 0 - -.SS "\fBlockfile-version\fR" -.RS 0 -.IP \(bu 4 -Default: Version 3 if no lockfile, auto-converting v1 lockfiles to v3, otherwise maintain current lockfile version. -.IP \(bu 4 -Type: null, 1, 2, 3, "1", "2", or "3" -.RE 0 - -.P -Set the lockfile format version to be used in package-lock.json and npm-shrinkwrap-json files. Possible options are: -.P -1: The lockfile version used by npm versions 5 and 6. Lacks some data that is used during the install, resulting in slower and possibly less deterministic installs. Prevents lockfile churn when interoperating with older npm versions. -.P -2: The default lockfile version used by npm version 7 and 8. Includes both the version 1 lockfile data and version 3 lockfile data, for maximum determinism and interoperability, at the expense of more bytes on disk. -.P -3: Only the new lockfile information introduced in npm version 7. Smaller on disk than lockfile version 2, but not interoperable with older npm versions. Ideal if all users are on npm version 7 and higher. -.SS "\fBloglevel\fR" -.RS 0 -.IP \(bu 4 -Default: "notice" -.IP \(bu 4 -Type: "silent", "error", "warn", "notice", "http", "info", "verbose", or "silly" -.RE 0 - -.P -What level of logs to report. All logs are written to a debug log, with the path to that file printed if the execution of a command fails. -.P -Any logs of a higher level than the setting are shown. The default is "notice". -.P -See also the \fBforeground-scripts\fR config. -.SS "\fBlogs-dir\fR" -.RS 0 -.IP \(bu 4 -Default: A directory named \fB_logs\fR inside the cache -.IP \(bu 4 -Type: null or Path -.RE 0 - -.P -The location of npm's log directory. See npm help logging for more information. -.SS "\fBlogs-max\fR" -.RS 0 -.IP \(bu 4 -Default: 10 -.IP \(bu 4 -Type: Number -.RE 0 - -.P -The maximum number of log files to store. -.P -If set to 0, no log files will be written for the current run. -.SS "\fBlong\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Show extended information in \fBls\fR, \fBsearch\fR, and \fBhelp-search\fR. -.SS "\fBmaxsockets\fR" -.RS 0 -.IP \(bu 4 -Default: 15 -.IP \(bu 4 -Type: Number -.RE 0 - -.P -The maximum number of connections to use per origin (protocol/host/port combination). -.SS "\fBmessage\fR" -.RS 0 -.IP \(bu 4 -Default: "%s" -.IP \(bu 4 -Type: String -.RE 0 - -.P -Commit message which is used by \fBnpm version\fR when creating version commit. -.P -Any "%s" in the message will be replaced with the version number. -.SS "\fBnode-options\fR" -.RS 0 -.IP \(bu 4 -Default: null -.IP \(bu 4 -Type: null or String -.RE 0 - -.P -Options to pass through to Node.js via the \fBNODE_OPTIONS\fR environment variable. This does not impact how npm itself is executed but it does impact how lifecycle scripts are called. -.SS "\fBnoproxy\fR" -.RS 0 -.IP \(bu 4 -Default: The value of the NO_PROXY environment variable -.IP \(bu 4 -Type: String (can be set multiple times) -.RE 0 - -.P -Domain extensions that should bypass any proxies. -.P -Also accepts a comma-delimited string. -.SS "\fBoffline\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Force offline mode: no network requests will be done during install. To allow the CLI to fill in missing cache data, see \fB--prefer-offline\fR. -.SS "\fBomit\fR" -.RS 0 -.IP \(bu 4 -Default: 'dev' if the \fBNODE_ENV\fR environment variable is set to 'production', otherwise empty. -.IP \(bu 4 -Type: "dev", "optional", or "peer" (can be set multiple times) -.RE 0 - -.P -Dependency types to omit from the installation tree on disk. -.P -Note that these dependencies \fIare\fR still resolved and added to the \fBpackage-lock.json\fR or \fBnpm-shrinkwrap.json\fR file. They are just not physically installed on disk. -.P -If a package type appears in both the \fB--include\fR and \fB--omit\fR lists, then it will be included. -.P -If the resulting omit list includes \fB'dev'\fR, then the \fBNODE_ENV\fR environment variable will be set to \fB'production'\fR for all lifecycle scripts. -.SS "\fBomit-lockfile-registry-resolved\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -This option causes npm to create lock files without a \fBresolved\fR key for registry dependencies. Subsequent installs will need to resolve tarball endpoints with the configured registry, likely resulting in a longer install time. -.SS "\fBotp\fR" -.RS 0 -.IP \(bu 4 -Default: null -.IP \(bu 4 -Type: null or String -.RE 0 - -.P -This is a one-time password from a two-factor authenticator. It's needed when publishing or changing package permissions with \fBnpm access\fR. -.P -If not set, and a registry response fails with a challenge for a one-time password, npm will prompt on the command line for one. -.SS "\fBpack-destination\fR" -.RS 0 -.IP \(bu 4 -Default: "." -.IP \(bu 4 -Type: String -.RE 0 - -.P -Directory in which \fBnpm pack\fR will save tarballs. -.SS "\fBpackage\fR" -.RS 0 -.IP \(bu 4 -Default: -.IP \(bu 4 -Type: String (can be set multiple times) -.RE 0 - -.P -The package or packages to install for npm help exec -.SS "\fBpackage-lock\fR" -.RS 0 -.IP \(bu 4 -Default: true -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -If set to false, then ignore \fBpackage-lock.json\fR files when installing. This will also prevent \fIwriting\fR \fBpackage-lock.json\fR if \fBsave\fR is true. -.P -This configuration does not affect \fBnpm ci\fR. -.SS "\fBpackage-lock-only\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -If set to true, the current operation will only use the \fBpackage-lock.json\fR, ignoring \fBnode_modules\fR. -.P -For \fBupdate\fR this means only the \fBpackage-lock.json\fR will be updated, instead of checking \fBnode_modules\fR and downloading dependencies. -.P -For \fBlist\fR this means the output will be based on the tree described by the \fBpackage-lock.json\fR, rather than the contents of \fBnode_modules\fR. -.SS "\fBparseable\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Output parseable results from commands that write to standard output. For \fBnpm search\fR, this will be tab-separated table format. -.SS "\fBprefer-offline\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -If true, staleness checks for cached data will be bypassed, but missing data will be requested from the server. To force full offline mode, use \fB--offline\fR. -.SS "\fBprefer-online\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -If true, staleness checks for cached data will be forced, making the CLI look for updates immediately even for fresh package data. -.SS "\fBprefix\fR" -.RS 0 -.IP \(bu 4 -Default: In global mode, the folder where the node executable is installed. Otherwise, the nearest parent folder containing either a package.json file or a node_modules folder. -.IP \(bu 4 -Type: Path -.RE 0 - -.P -The location to install global items. If set on the command line, then it forces non-global commands to run in the specified folder. -.SS "\fBpreid\fR" -.RS 0 -.IP \(bu 4 -Default: "" -.IP \(bu 4 -Type: String -.RE 0 - -.P -The "prerelease identifier" to use as a prefix for the "prerelease" part of a semver. Like the \fBrc\fR in \fB1.2.0-rc.8\fR. -.SS "\fBprogress\fR" -.RS 0 -.IP \(bu 4 -Default: \fBtrue\fR unless running in a known CI system -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -When set to \fBtrue\fR, npm will display a progress bar during time intensive operations, if \fBprocess.stderr\fR is a TTY. -.P -Set to \fBfalse\fR to suppress the progress bar. -.SS "\fBprovenance\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Indicates that a provenance statement should be generated. -.SS "\fBproxy\fR" -.RS 0 -.IP \(bu 4 -Default: null -.IP \(bu 4 -Type: null, false, or URL -.RE 0 - -.P -A proxy to use for outgoing http requests. If the \fBHTTP_PROXY\fR or \fBhttp_proxy\fR environment variables are set, proxy settings will be honored by the underlying \fBrequest\fR library. -.SS "\fBread-only\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -This is used to mark a token as unable to publish when configuring limited access tokens with the \fBnpm token create\fR command. -.SS "\fBrebuild-bundle\fR" -.RS 0 -.IP \(bu 4 -Default: true -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Rebuild bundled dependencies after installation. -.SS "\fBregistry\fR" -.RS 0 -.IP \(bu 4 -Default: "https://registry.npmjs.org/" -.IP \(bu 4 -Type: URL -.RE 0 - -.P -The base URL of the npm registry. -.SS "\fBreplace-registry-host\fR" -.RS 0 -.IP \(bu 4 -Default: "npmjs" -.IP \(bu 4 -Type: "npmjs", "never", "always", or String -.RE 0 - -.P -Defines behavior for replacing the registry host in a lockfile with the configured registry. -.P -The default behavior is to replace package dist URLs from the default registry (https://registry.npmjs.org) to the configured registry. If set to "never", then use the registry value. If set to "always", then replace the registry host with the configured host every time. -.P -You may also specify a bare hostname (e.g., "registry.npmjs.org"). -.SS "\fBsave\fR" -.RS 0 -.IP \(bu 4 -Default: \fBtrue\fR unless when using \fBnpm update\fR where it defaults to \fBfalse\fR -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Save installed packages to a \fBpackage.json\fR file as dependencies. -.P -When used with the \fBnpm rm\fR command, removes the dependency from \fBpackage.json\fR. -.P -Will also prevent writing to \fBpackage-lock.json\fR if set to \fBfalse\fR. -.SS "\fBsave-bundle\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -If a package would be saved at install time by the use of \fB--save\fR, \fB--save-dev\fR, or \fB--save-optional\fR, then also put it in the \fBbundleDependencies\fR list. -.P -Ignored if \fB--save-peer\fR is set, since peerDependencies cannot be bundled. -.SS "\fBsave-dev\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Save installed packages to a package.json file as \fBdevDependencies\fR. -.SS "\fBsave-exact\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Dependencies saved to package.json will be configured with an exact version rather than using npm's default semver range operator. -.SS "\fBsave-optional\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Save installed packages to a package.json file as \fBoptionalDependencies\fR. -.SS "\fBsave-peer\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Save installed packages to a package.json file as \fBpeerDependencies\fR -.SS "\fBsave-prefix\fR" -.RS 0 -.IP \(bu 4 -Default: "^" -.IP \(bu 4 -Type: String -.RE 0 - -.P -Configure how versions of packages installed to a package.json file via \fB--save\fR or \fB--save-dev\fR get prefixed. -.P -For example if a package has version \fB1.2.3\fR, by default its version is set to \fB^1.2.3\fR which allows minor upgrades for that package, but after \fBnpm -config set save-prefix='~'\fR it would be set to \fB~1.2.3\fR which only allows patch upgrades. -.SS "\fBsave-prod\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Save installed packages into \fBdependencies\fR specifically. This is useful if a package already exists in \fBdevDependencies\fR or \fBoptionalDependencies\fR, but you want to move it to be a non-optional production dependency. -.P -This is the default behavior if \fB--save\fR is true, and neither \fB--save-dev\fR or \fB--save-optional\fR are true. -.SS "\fBscope\fR" -.RS 0 -.IP \(bu 4 -Default: the scope of the current project, if any, or "" -.IP \(bu 4 -Type: String -.RE 0 - -.P -Associate an operation with a scope for a scoped registry. -.P -Useful when logging in to or out of a private registry: -.P -.RS 2 -.nf -# log in, linking the scope to the custom registry -npm login --scope=@mycorp --registry=https://registry.mycorp.com - -# log out, removing the link and the auth token -npm logout --scope=@mycorp -.fi -.RE -.P -This will cause \fB@mycorp\fR to be mapped to the registry for future installation of packages specified according to the pattern \fB@mycorp/package\fR. -.P -This will also cause \fBnpm init\fR to create a scoped package. -.P -.RS 2 -.nf -# accept all defaults, and create a package named "@foo/whatever", -# instead of just named "whatever" -npm init --scope=@foo --yes -.fi -.RE -.SS "\fBscript-shell\fR" -.RS 0 -.IP \(bu 4 -Default: '/bin/sh' on POSIX systems, 'cmd.exe' on Windows -.IP \(bu 4 -Type: null or String -.RE 0 - -.P -The shell to use for scripts run with the \fBnpm exec\fR, \fBnpm run\fR and \fBnpm -init <package-spec>\fR commands. -.SS "\fBsearchexclude\fR" -.RS 0 -.IP \(bu 4 -Default: "" -.IP \(bu 4 -Type: String -.RE 0 - -.P -Space-separated options that limit the results from search. -.SS "\fBsearchlimit\fR" -.RS 0 -.IP \(bu 4 -Default: 20 -.IP \(bu 4 -Type: Number -.RE 0 - -.P -Number of items to limit search results to. Will not apply at all to legacy searches. -.SS "\fBsearchopts\fR" -.RS 0 -.IP \(bu 4 -Default: "" -.IP \(bu 4 -Type: String -.RE 0 - -.P -Space-separated options that are always passed to search. -.SS "\fBsearchstaleness\fR" -.RS 0 -.IP \(bu 4 -Default: 900 -.IP \(bu 4 -Type: Number -.RE 0 - -.P -The age of the cache, in seconds, before another registry request is made if using legacy search endpoint. -.SS "\fBshell\fR" -.RS 0 -.IP \(bu 4 -Default: SHELL environment variable, or "bash" on Posix, or "cmd.exe" on Windows -.IP \(bu 4 -Type: String -.RE 0 - -.P -The shell to run for the \fBnpm explore\fR command. -.SS "\fBsign-git-commit\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -If set to true, then the \fBnpm version\fR command will commit the new package version using \fB-S\fR to add a signature. -.P -Note that git requires you to have set up GPG keys in your git configs for this to work properly. -.SS "\fBsign-git-tag\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -If set to true, then the \fBnpm version\fR command will tag the version using \fB-s\fR to add a signature. -.P -Note that git requires you to have set up GPG keys in your git configs for this to work properly. -.SS "\fBstrict-peer-deps\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -If set to \fBtrue\fR, and \fB--legacy-peer-deps\fR is not set, then \fIany\fR conflicting \fBpeerDependencies\fR will be treated as an install failure, even if npm could reasonably guess the appropriate resolution based on non-peer dependency relationships. -.P -By default, conflicting \fBpeerDependencies\fR deep in the dependency graph will be resolved using the nearest non-peer dependency specification, even if doing so will result in some packages receiving a peer dependency outside the range set in their package's \fBpeerDependencies\fR object. -.P -When such an override is performed, a warning is printed, explaining the conflict and the packages involved. If \fB--strict-peer-deps\fR is set, then this warning is treated as a failure. -.SS "\fBstrict-ssl\fR" -.RS 0 -.IP \(bu 4 -Default: true -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Whether or not to do SSL key validation when making requests to the registry via https. -.P -See also the \fBca\fR config. -.SS "\fBtag\fR" -.RS 0 -.IP \(bu 4 -Default: "latest" -.IP \(bu 4 -Type: String -.RE 0 - -.P -If you ask npm to install a package and don't tell it a specific version, then it will install the specified tag. -.P -Also the tag that is added to the package@version specified by the \fBnpm tag\fR command, if no explicit tag is given. -.P -When used by the \fBnpm diff\fR command, this is the tag used to fetch the tarball that will be compared with the local files by default. -.SS "\fBtag-version-prefix\fR" -.RS 0 -.IP \(bu 4 -Default: "v" -.IP \(bu 4 -Type: String -.RE 0 - -.P -If set, alters the prefix used when tagging a new version when performing a version increment using \fBnpm version\fR. To remove the prefix altogether, set it to the empty string: \fB""\fR. -.P -Because other tools may rely on the convention that npm version tags look like \fBv1.0.0\fR, \fIonly use this property if it is absolutely necessary\fR. In particular, use care when overriding this setting for public packages. -.SS "\fBtiming\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -If true, writes timing information to a process specific json file in the cache or \fBlogs-dir\fR. The file name ends with \fB-timing.json\fR. -.P -You can quickly view it with this \fBjson\fR \fI\(lahttps://npm.im/json\(ra\fR command line: \fBcat ~/.npm/_logs/*-timing.json | npm exec -- json -g\fR. -.P -Timing information will also be reported in the terminal. To suppress this while still writing the timing file, use \fB--silent\fR. -.SS "\fBumask\fR" -.RS 0 -.IP \(bu 4 -Default: 0 -.IP \(bu 4 -Type: Octal numeric string in range 0000..0777 (0..511) -.RE 0 - -.P -The "umask" value to use when setting the file creation mode on files and folders. -.P -Folders and executables are given a mode which is \fB0o777\fR masked against this value. Other files are given a mode which is \fB0o666\fR masked against this value. -.P -Note that the underlying system will \fIalso\fR apply its own umask value to files and folders that are created, and npm does not circumvent this, but rather adds the \fB--umask\fR config to it. -.P -Thus, the effective default umask value on most POSIX systems is 0o22, meaning that folders and executables are created with a mode of 0o755 and other files are created with a mode of 0o644. -.SS "\fBunicode\fR" -.RS 0 -.IP \(bu 4 -Default: false on windows, true on mac/unix systems with a unicode locale, as defined by the \fBLC_ALL\fR, \fBLC_CTYPE\fR, or \fBLANG\fR environment variables. -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -When set to true, npm uses unicode characters in the tree output. When false, it uses ascii characters instead of unicode glyphs. -.SS "\fBupdate-notifier\fR" -.RS 0 -.IP \(bu 4 -Default: true -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Set to false to suppress the update notification when using an older version of npm than the latest. -.SS "\fBusage\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -Show short usage output about the command specified. -.SS "\fBuser-agent\fR" -.RS 0 -.IP \(bu 4 -Default: "npm/{npm-version} node/{node-version} {platform} {arch} workspaces/{workspaces} {ci}" -.IP \(bu 4 -Type: String -.RE 0 - -.P -Sets the User-Agent request header. The following fields are replaced with their actual counterparts: -.RS 0 -.IP \(bu 4 -\fB{npm-version}\fR - The npm version in use -.IP \(bu 4 -\fB{node-version}\fR - The Node.js version in use -.IP \(bu 4 -\fB{platform}\fR - The value of \fBprocess.platform\fR -.IP \(bu 4 -\fB{arch}\fR - The value of \fBprocess.arch\fR -.IP \(bu 4 -\fB{workspaces}\fR - Set to \fBtrue\fR if the \fBworkspaces\fR or \fBworkspace\fR options are set. -.IP \(bu 4 -\fB{ci}\fR - The value of the \fBci-name\fR config, if set, prefixed with \fBci/\fR, or an empty string if \fBci-name\fR is empty. -.RE 0 - -.SS "\fBuserconfig\fR" -.RS 0 -.IP \(bu 4 -Default: "~/.npmrc" -.IP \(bu 4 -Type: Path -.RE 0 - -.P -The location of user-level configuration settings. -.P -This may be overridden by the \fBnpm_config_userconfig\fR environment variable or the \fB--userconfig\fR command line option, but may \fInot\fR be overridden by settings in the \fBglobalconfig\fR file. -.SS "\fBversion\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -If true, output the npm version and exit successfully. -.P -Only relevant when specified explicitly on the command line. -.SS "\fBversions\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -If true, output the npm version as well as node's \fBprocess.versions\fR map and the version in the current working directory's \fBpackage.json\fR file if one exists, and exit successfully. -.P -Only relevant when specified explicitly on the command line. -.SS "\fBviewer\fR" -.RS 0 -.IP \(bu 4 -Default: "man" on Posix, "browser" on Windows -.IP \(bu 4 -Type: String -.RE 0 - -.P -The program to use to view help content. -.P -Set to \fB"browser"\fR to view html help content in the default web browser. -.SS "\fBwhich\fR" -.RS 0 -.IP \(bu 4 -Default: null -.IP \(bu 4 -Type: null or Number -.RE 0 - -.P -If there are multiple funding sources, which 1-indexed source URL to open. -.SS "\fBworkspace\fR" -.RS 0 -.IP \(bu 4 -Default: -.IP \(bu 4 -Type: String (can be set multiple times) -.RE 0 - -.P -Enable running a command in the context of the configured workspaces of the current project while filtering by running only the workspaces defined by this configuration option. -.P -Valid values for the \fBworkspace\fR config are either: -.RS 0 -.IP \(bu 4 -Workspace names -.IP \(bu 4 -Path to a workspace directory -.IP \(bu 4 -Path to a parent workspace directory (will result in selecting all workspaces within that folder) -.RE 0 - -.P -When set for the \fBnpm init\fR command, this may be set to the folder of a workspace which does not yet exist, to create the folder and set it up as a brand new workspace within the project. -.P -This value is not exported to the environment for child processes. -.SS "\fBworkspaces\fR" -.RS 0 -.IP \(bu 4 -Default: null -.IP \(bu 4 -Type: null or Boolean -.RE 0 - -.P -Set to true to run the command in the context of \fBall\fR configured workspaces. -.P -Explicitly setting this to false will cause commands like \fBinstall\fR to ignore workspaces altogether. When not set explicitly: -.RS 0 -.IP \(bu 4 -Commands that operate on the \fBnode_modules\fR tree (install, update, etc.) will link workspaces into the \fBnode_modules\fR folder. - Commands that do other things (test, exec, publish, etc.) will operate on the root project, \fIunless\fR one or more workspaces are specified in the \fBworkspace\fR config. -.RE 0 - -.P -This value is not exported to the environment for child processes. -.SS "\fBworkspaces-update\fR" -.RS 0 -.IP \(bu 4 -Default: true -.IP \(bu 4 -Type: Boolean -.RE 0 - -.P -If set to true, the npm cli will run an update after operations that may possibly change the workspaces installed to the \fBnode_modules\fR folder. -.SS "\fByes\fR" -.RS 0 -.IP \(bu 4 -Default: null -.IP \(bu 4 -Type: null or Boolean -.RE 0 - -.P -Automatically answer "yes" to any prompts that npm might print on the command line. -.SS "\fBalso\fR" -.RS 0 -.IP \(bu 4 -Default: null -.IP \(bu 4 -Type: null, "dev", or "development" -.IP \(bu 4 -DEPRECATED: Please use --include=dev instead. -.RE 0 - -.P -When set to \fBdev\fR or \fBdevelopment\fR, this is an alias for \fB--include=dev\fR. -.SS "\fBcache-max\fR" -.RS 0 -.IP \(bu 4 -Default: Infinity -.IP \(bu 4 -Type: Number -.IP \(bu 4 -DEPRECATED: This option has been deprecated in favor of \fB--prefer-online\fR -.RE 0 - -.P -\fB--cache-max=0\fR is an alias for \fB--prefer-online\fR -.SS "\fBcache-min\fR" -.RS 0 -.IP \(bu 4 -Default: 0 -.IP \(bu 4 -Type: Number -.IP \(bu 4 -DEPRECATED: This option has been deprecated in favor of \fB--prefer-offline\fR. -.RE 0 - -.P -\fB--cache-min=9999 (or bigger)\fR is an alias for \fB--prefer-offline\fR. -.SS "\fBcert\fR" -.RS 0 -.IP \(bu 4 -Default: null -.IP \(bu 4 -Type: null or String -.IP \(bu 4 -DEPRECATED: \fBkey\fR and \fBcert\fR are no longer used for most registry operations. Use registry scoped \fBkeyfile\fR and \fBcertfile\fR instead. Example: //other-registry.tld/:keyfile=/path/to/key.pem //other-registry.tld/:certfile=/path/to/cert.crt -.RE 0 - -.P -A client certificate to pass when accessing the registry. Values should be in PEM format (Windows calls it "Base-64 encoded X.509 (.CER)") with newlines replaced by the string "\[rs]n". For example: -.P -.RS 2 -.nf -cert="-----BEGIN CERTIFICATE-----\[rs]nXXXX\[rs]nXXXX\[rs]n-----END CERTIFICATE-----" -.fi -.RE -.P -It is \fInot\fR the path to a certificate file, though you can set a registry-scoped "certfile" path like "//other-registry.tld/:certfile=/path/to/cert.pem". -.SS "\fBdev\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.IP \(bu 4 -DEPRECATED: Please use --include=dev instead. -.RE 0 - -.P -Alias for \fB--include=dev\fR. -.SS "\fBglobal-style\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.IP \(bu 4 -DEPRECATED: This option has been deprecated in favor of \fB--install-strategy=shallow\fR -.RE 0 - -.P -Only install direct dependencies in the top level \fBnode_modules\fR, but hoist on deeper dependencies. Sets \fB--install-strategy=shallow\fR. -.SS "\fBinit.author.email\fR" -.RS 0 -.IP \(bu 4 -Default: "" -.IP \(bu 4 -Type: String -.IP \(bu 4 -DEPRECATED: Use \fB--init-author-email\fR instead. -.RE 0 - -.P -Alias for \fB--init-author-email\fR -.SS "\fBinit.author.name\fR" -.RS 0 -.IP \(bu 4 -Default: "" -.IP \(bu 4 -Type: String -.IP \(bu 4 -DEPRECATED: Use \fB--init-author-name\fR instead. -.RE 0 - -.P -Alias for \fB--init-author-name\fR -.SS "\fBinit.author.url\fR" -.RS 0 -.IP \(bu 4 -Default: "" -.IP \(bu 4 -Type: "" or URL -.IP \(bu 4 -DEPRECATED: Use \fB--init-author-url\fR instead. -.RE 0 - -.P -Alias for \fB--init-author-url\fR -.SS "\fBinit.license\fR" -.RS 0 -.IP \(bu 4 -Default: "ISC" -.IP \(bu 4 -Type: String -.IP \(bu 4 -DEPRECATED: Use \fB--init-license\fR instead. -.RE 0 - -.P -Alias for \fB--init-license\fR -.SS "\fBinit.module\fR" -.RS 0 -.IP \(bu 4 -Default: "~/.npm-init.js" -.IP \(bu 4 -Type: Path -.IP \(bu 4 -DEPRECATED: Use \fB--init-module\fR instead. -.RE 0 - -.P -Alias for \fB--init-module\fR -.SS "\fBinit.version\fR" -.RS 0 -.IP \(bu 4 -Default: "1.0.0" -.IP \(bu 4 -Type: SemVer string -.IP \(bu 4 -DEPRECATED: Use \fB--init-version\fR instead. -.RE 0 - -.P -Alias for \fB--init-version\fR -.SS "\fBkey\fR" -.RS 0 -.IP \(bu 4 -Default: null -.IP \(bu 4 -Type: null or String -.IP \(bu 4 -DEPRECATED: \fBkey\fR and \fBcert\fR are no longer used for most registry operations. Use registry scoped \fBkeyfile\fR and \fBcertfile\fR instead. Example: //other-registry.tld/:keyfile=/path/to/key.pem //other-registry.tld/:certfile=/path/to/cert.crt -.RE 0 - -.P -A client key to pass when accessing the registry. Values should be in PEM format with newlines replaced by the string "\[rs]n". For example: -.P -.RS 2 -.nf -key="-----BEGIN PRIVATE KEY-----\[rs]nXXXX\[rs]nXXXX\[rs]n-----END PRIVATE KEY-----" -.fi -.RE -.P -It is \fInot\fR the path to a key file, though you can set a registry-scoped "keyfile" path like "//other-registry.tld/:keyfile=/path/to/key.pem". -.SS "\fBlegacy-bundling\fR" -.RS 0 -.IP \(bu 4 -Default: false -.IP \(bu 4 -Type: Boolean -.IP \(bu 4 -DEPRECATED: This option has been deprecated in favor of \fB--install-strategy=nested\fR -.RE 0 - -.P -Instead of hoisting package installs in \fBnode_modules\fR, install packages in the same manner that they are depended on. This may cause very deep directory structures and duplicate package installs as there is no de-duplicating. Sets \fB--install-strategy=nested\fR. -.SS "\fBonly\fR" -.RS 0 -.IP \(bu 4 -Default: null -.IP \(bu 4 -Type: null, "prod", or "production" -.IP \(bu 4 -DEPRECATED: Use \fB--omit=dev\fR to omit dev dependencies from the install. -.RE 0 - -.P -When set to \fBprod\fR or \fBproduction\fR, this is an alias for \fB--omit=dev\fR. -.SS "\fBoptional\fR" -.RS 0 -.IP \(bu 4 -Default: null -.IP \(bu 4 -Type: null or Boolean -.IP \(bu 4 -DEPRECATED: Use \fB--omit=optional\fR to exclude optional dependencies, or \fB--include=optional\fR to include them. -.RE 0 - -.P -Default value does install optional deps unless otherwise omitted. -.P -Alias for --include=optional or --omit=optional -.SS "\fBproduction\fR" -.RS 0 -.IP \(bu 4 -Default: null -.IP \(bu 4 -Type: null or Boolean -.IP \(bu 4 -DEPRECATED: Use \fB--omit=dev\fR instead. -.RE 0 - -.P -Alias for \fB--omit=dev\fR -.SS "\fBshrinkwrap\fR" -.RS 0 -.IP \(bu 4 -Default: true -.IP \(bu 4 -Type: Boolean -.IP \(bu 4 -DEPRECATED: Use the --package-lock setting instead. -.RE 0 - -.P -Alias for --package-lock -.SS "\fBtmp\fR" -.RS 0 -.IP \(bu 4 -Default: The value returned by the Node.js \fBos.tmpdir()\fR method \fI\(lahttps://nodejs.org/api/os.html#os_os_tmpdir\(ra\fR -.IP \(bu 4 -Type: Path -.IP \(bu 4 -DEPRECATED: This setting is no longer used. npm stores temporary files in a special location in the cache, and they are managed by \fB\fBcacache\fR\fR \fI\(lahttp://npm.im/cacache\(ra\fR. -.RE 0 - -.P -Historically, the location where temporary files were stored. No longer relevant. -.SS "See also" -.RS 0 -.IP \(bu 4 -npm help config -.IP \(bu 4 -npm help npmrc -.IP \(bu 4 -npm help scripts -.IP \(bu 4 -npm help folders -.IP \(bu 4 -npm help npm -.RE 0 diff --git a/software/flow/node_modules/npm/man/man7/dependency-selectors.7 b/software/flow/node_modules/npm/man/man7/dependency-selectors.7 deleted file mode 100644 index f1670a3..0000000 --- a/software/flow/node_modules/npm/man/man7/dependency-selectors.7 +++ /dev/null @@ -1,309 +0,0 @@ -.TH "QUERYING" "7" "February 2023" "" "" -.SH "NAME" -\fBQuerying\fR - Dependency Selector Syntax & Querying -.SS "Description" -.P -The npm help query command exposes a new dependency selector syntax (informed by & respecting many aspects of the \fBCSS Selectors 4 Spec\fR \fI\(lahttps://dev.w3.org/csswg/selectors4/#relational\(ra\fR) which: -.RS 0 -.IP \(bu 4 -Standardizes the shape of, & querying of, dependency graphs with a robust object model, metadata & selector syntax -.IP \(bu 4 -Leverages existing, known language syntax & operators from CSS to make disparate package information broadly accessible -.IP \(bu 4 -Unlocks the ability to answer complex, multi-faceted questions about dependencies, their relationships & associative metadata -.IP \(bu 4 -Consolidates redundant logic of similar query commands in \fBnpm\fR (ex. \fBnpm fund\fR, \fBnpm ls\fR, \fBnpm outdated\fR, \fBnpm audit\fR ...) -.RE 0 - -.SS "Dependency Selector Syntax \fBv1.0.0\fR" -.SS "Overview:" -.RS 0 -.IP \(bu 4 -there is no "type" or "tag" selectors (ex. \fBdiv, h1, a\fR) as a dependency/target is the only type of \fBNode\fR that can be queried -.IP \(bu 4 -the term "dependencies" is in reference to any \fBNode\fR found in a \fBtree\fR returned by \fBArborist\fR -.RE 0 - -.SS "Combinators" -.RS 0 -.IP \(bu 4 -\fB>\fR direct descendant/child -.IP \(bu 4 -\fB \fR any descendant/child -.IP \(bu 4 -\fB~\fR sibling -.RE 0 - -.SS "Selectors" -.RS 0 -.IP \(bu 4 -\fB*\fR universal selector -.IP \(bu 4 -\fB#<name>\fR dependency selector (equivalent to \fB\[lB]name="..."\[rB]\fR) -.IP \(bu 4 -\fB#<name>@<version>\fR (equivalent to \fB\[lB]name=<name>\[rB]:semver(<version>)\fR) -.IP \(bu 4 -\fB,\fR selector list delimiter -.IP \(bu 4 -\fB.\fR dependency type selector -.IP \(bu 4 -\fB:\fR pseudo selector -.RE 0 - -.SS "Dependency Type Selectors" -.RS 0 -.IP \(bu 4 -\fB.prod\fR dependency found in the \fBdependencies\fR section of \fBpackage.json\fR, or is a child of said dependency -.IP \(bu 4 -\fB.dev\fR dependency found in the \fBdevDependencies\fR section of \fBpackage.json\fR, or is a child of said dependency -.IP \(bu 4 -\fB.optional\fR dependency found in the \fBoptionalDependencies\fR section of \fBpackage.json\fR, or has \fB"optional": true\fR set in its entry in the \fBpeerDependenciesMeta\fR section of \fBpackage.json\fR, or a child of said dependency -.IP \(bu 4 -\fB.peer\fR dependency found in the \fBpeerDependencies\fR section of \fBpackage.json\fR -.IP \(bu 4 -\fB.workspace\fR dependency found in the \fB\fBworkspaces\fR\fR \fI\(lahttps://docs.npmjs.com/cli/v8/using-npm/workspaces\(ra\fR section of \fBpackage.json\fR -.IP \(bu 4 -\fB.bundled\fR dependency found in the \fBbundleDependencies\fR section of \fBpackage.json\fR, or is a child of said dependency -.RE 0 - -.SS "Pseudo Selectors" -.RS 0 -.IP \(bu 4 -\fB\fB:not(<selector>)\fR\fR \fI\(lahttps://developer.mozilla.org/en-US/docs/Web/CSS/:not\(ra\fR -.IP \(bu 4 -\fB\fB:has(<selector>)\fR\fR \fI\(lahttps://developer.mozilla.org/en-US/docs/Web/CSS/:has\(ra\fR -.IP \(bu 4 -\fB\fB:is(<selector list>)\fR\fR \fI\(lahttps://developer.mozilla.org/en-US/docs/Web/CSS/:is\(ra\fR -.IP \(bu 4 -\fB\fB:root\fR\fR \fI\(lahttps://developer.mozilla.org/en-US/docs/Web/CSS/:root\(ra\fR matches the root node/dependency -.IP \(bu 4 -\fB\fB:scope\fR\fR \fI\(lahttps://developer.mozilla.org/en-US/docs/Web/CSS/:scope\(ra\fR matches node/dependency it was queried against -.IP \(bu 4 -\fB\fB:empty\fR\fR \fI\(lahttps://developer.mozilla.org/en-US/docs/Web/CSS/:empty\(ra\fR when a dependency has no dependencies -.IP \(bu 4 -\fB\fB:private\fR\fR \fI\(lahttps://docs.npmjs.com/cli/v8/configuring-npm/package-json#private\(ra\fR when a dependency is private -.IP \(bu 4 -\fB:link\fR when a dependency is linked (for instance, workspaces or packages manually \fB\fBlinked\fR\fR \fI\(lahttps://docs.npmjs.com/cli/v8/commands/npm-link\(ra\fR -.IP \(bu 4 -\fB:deduped\fR when a dependency has been deduped (note that this does \fInot\fR always mean the dependency has been hoisted to the root of node_modules) -.IP \(bu 4 -\fB:overridden\fR when a dependency has been overridden -.IP \(bu 4 -\fB:extraneous\fR when a dependency exists but is not defined as a dependency of any node -.IP \(bu 4 -\fB:invalid\fR when a dependency version is out of its ancestors specified range -.IP \(bu 4 -\fB:missing\fR when a dependency is not found on disk -.IP \(bu 4 -\fB:semver(<spec>, \[lB]selector\[rB], \[lB]function\[rB])\fR match a valid \fB\fBnode-semver\fR\fR \fI\(lahttps://github.com/npm/node-semver\(ra\fR version or range to a selector -.IP \(bu 4 -\fB:path(<path>)\fR \fBglob\fR \fI\(lahttps://www.npmjs.com/package/glob\(ra\fR matching based on dependencies path relative to the project -.IP \(bu 4 -\fB:type(<type>)\fR \fBbased on currently recognized types\fR \fI\(lahttps://github.com/npm/npm-package-arg#result-object\(ra\fR -.IP \(bu 4 -\fB:outdated(<type>)\fR when a dependency is outdated -.RE 0 - -.SS "\fB:semver(<spec>, \[lB]selector\[rB], \[lB]function\[rB])\fR" -.P -The \fB:semver()\fR pseudo selector allows comparing fields from each node's \fBpackage.json\fR using \fBsemver\fR \fI\(lahttps://github.com/npm/node-semver#readme\(ra\fR methods. It accepts up to 3 parameters, all but the first of which are optional. -.RS 0 -.IP \(bu 4 -\fBspec\fR a semver version or range -.IP \(bu 4 -\fBselector\fR an attribute selector for each node (default \fB\[lB]version\[rB]\fR) -.IP \(bu 4 -\fBfunction\fR a semver method to apply, one of: \fBsatisfies\fR, \fBintersects\fR, \fBsubset\fR, \fBgt\fR, \fBgte\fR, \fBgtr\fR, \fBlt\fR, \fBlte\fR, \fBltr\fR, \fBeq\fR, \fBneq\fR or the special function \fBinfer\fR (default \fBinfer\fR) -.RE 0 - -.P -When the special \fBinfer\fR function is used the \fBspec\fR and the actual value from the node are compared. If both are versions, according to \fBsemver.valid()\fR, \fBeq\fR is used. If both values are ranges, according to \fB!semver.valid()\fR, \fBintersects\fR is used. If the values are mixed types \fBsatisfies\fR is used. -.P -Some examples: -.RS 0 -.IP \(bu 4 -\fB:semver(^1.0.0)\fR returns every node that has a \fBversion\fR satisfied by the provided range \fB^1.0.0\fR -.IP \(bu 4 -\fB:semver(16.0.0, :attr(engines, \[lB]node\[rB]))\fR returns every node which has an \fBengines.node\fR property satisfying the version \fB16.0.0\fR -.IP \(bu 4 -\fB:semver(1.0.0, \[lB]version\[rB], lt)\fR every node with a \fBversion\fR less than \fB1.0.0\fR -.RE 0 - -.SS "\fB:outdated(<type>)\fR" -.P -The \fB:outdated\fR pseudo selector retrieves data from the registry and returns information about which of your dependencies are outdated. The type parameter may be one of the following: -.RS 0 -.IP \(bu 4 -\fBany\fR (default) a version exists that is greater than the current one -.IP \(bu 4 -\fBin-range\fR a version exists that is greater than the current one, and satisfies at least one if its dependents -.IP \(bu 4 -\fBout-of-range\fR a version exists that is greater than the current one, does not satisfy at least one of its dependents -.IP \(bu 4 -\fBmajor\fR a version exists that is a semver major greater than the current one -.IP \(bu 4 -\fBminor\fR a version exists that is a semver minor greater than the current one -.IP \(bu 4 -\fBpatch\fR a version exists that is a semver patch greater than the current one -.RE 0 - -.P -In addition to the filtering performed by the pseudo selector, some extra data is added to the resulting objects. The following data can be found under the \fBqueryContext\fR property of each node. -.RS 0 -.IP \(bu 4 -\fBversions\fR an array of every available version of the given node -.IP \(bu 4 -\fBoutdated.inRange\fR an array of objects, each with a \fBfrom\fR and \fBversions\fR, where \fBfrom\fR is the on-disk location of the node that depends on the current node and \fBversions\fR is an array of all available versions that satisfies that dependency. This is only populated if \fB:outdated(in-range)\fR is used. -.IP \(bu 4 -\fBoutdated.outOfRange\fR an array of objects, identical in shape to \fBinRange\fR, but where the \fBversions\fR array is every available version that does not satisfy the dependency. This is only populated if \fB:outdated(out-of-range)\fR is used. -.RE 0 - -.P -Some examples: -.RS 0 -.IP \(bu 4 -\fB:root > :outdated(major)\fR returns every direct dependency that has a new semver major release -.IP \(bu 4 -\fB.prod:outdated(in-range)\fR returns production dependencies that have a new release that satisfies at least one of its edges in -.RE 0 - -.SS "\fBAttribute Selectors\fR \fI\(lahttps://developer.mozilla.org/en-US/docs/Web/CSS/Attribute_selectors\(ra\fR" -.P -The attribute selector evaluates the key/value pairs in \fBpackage.json\fR if they are \fBString\fRs. -.RS 0 -.IP \(bu 4 -\fB\[lB]\[rB]\fR attribute selector (ie. existence of attribute) -.IP \(bu 4 -\fB\[lB]attribute=value\[rB]\fR attribute value is equivalant... -.IP \(bu 4 -\fB\[lB]attribute~=value\[rB]\fR attribute value contains word... -.IP \(bu 4 -\fB\[lB]attribute*=value\[rB]\fR attribute value contains string... -.IP \(bu 4 -\fB\[lB]attribute|=value\[rB]\fR attribute value is equal to or starts with... -.IP \(bu 4 -\fB\[lB]attribute^=value\[rB]\fR attribute value starts with... -.IP \(bu 4 -\fB\[lB]attribute$=value\[rB]\fR attribute value ends with... -.RE 0 - -.SS "\fBArray\fR & \fBObject\fR Attribute Selectors" -.P -The generic \fB:attr()\fR pseudo selector standardizes a pattern which can be used for attribute selection of \fBObject\fRs, \fBArray\fRs or \fBArrays\fR of \fBObject\fRs accessible via \fBArborist\fR's \fBNode.package\fR metadata. This allows for iterative attribute selection beyond top-level \fBString\fR evaluation. The last argument passed to \fB:attr()\fR must be an \fBattribute\fR selector or a nested \fB:attr()\fR. See examples below: -.SS "\fBObjects\fR" -.P -.RS 2 -.nf -/* return dependencies that have a `scripts.test` containing `"tap"` */ -*:attr(scripts, \[lB]test~=tap\[rB]) -.fi -.RE -.SS "Nested \fBObjects\fR" -.P -Nested objects are expressed as sequential arguments to \fB:attr()\fR. -.P -.RS 2 -.nf -/* return dependencies that have a testling config for opera browsers */ -*:attr(testling, browsers, \[lB]~=opera\[rB]) -.fi -.RE -.SS "\fBArrays\fR" -.P -\fBArray\fRs specifically uses a special/reserved \fB.\fR character in place of a typical attribute name. \fBArrays\fR also support exact \fBvalue\fR matching when a \fBString\fR is passed to the selector. -.SS "Example of an \fBArray\fR Attribute Selection:" -.P -.RS 2 -.nf -/* removes the distinction between properties & arrays */ -/* ie. we'd have to check the property & iterate to match selection */ -*:attr(\[lB]keywords^=react\[rB]) -*:attr(contributors, :attr(\[lB]name~=Jordan\[rB])) -.fi -.RE -.SS "Example of an \fBArray\fR matching directly to a value:" -.P -.RS 2 -.nf -/* return dependencies that have the exact keyword "react" */ -/* this is equivalent to `*:keywords(\[lB]value="react"\[rB])` */ -*:attr(\[lB]keywords=react\[rB]) -.fi -.RE -.SS "Example of an \fBArray\fR of \fBObject\fRs:" -.P -.RS 2 -.nf -/* returns */ -*:attr(contributors, \[lB]email=ruyadorno@github.com\[rB]) -.fi -.RE -.SS "Groups" -.P -Dependency groups are defined by the package relationships to their ancestors (ie. the dependency types that are defined in \fBpackage.json\fR). This approach is user-centric as the ecosystem has been taught to think about dependencies in these groups first-and-foremost. Dependencies are allowed to be included in multiple groups (ex. a \fBprod\fR dependency may also be a \fBdev\fR dependency (in that it's also required by another \fBdev\fR dependency) & may also be \fBbundled\fR - a selector for that type of dependency would look like: \fB*.prod.dev.bundled\fR). -.RS 0 -.IP \(bu 4 -\fB.prod\fR -.IP \(bu 4 -\fB.dev\fR -.IP \(bu 4 -\fB.optional\fR -.IP \(bu 4 -\fB.peer\fR -.IP \(bu 4 -\fB.bundled\fR -.IP \(bu 4 -\fB.workspace\fR -.RE 0 - -.P -Please note that currently \fBworkspace\fR deps are always \fBprod\fR dependencies. Additionally the \fB.root\fR dependency is also considered a \fBprod\fR dependency. -.SS "Programmatic Usage" -.RS 0 -.IP \(bu 4 -\fBArborist\fR's \fBNode\fR Class has a \fB.querySelectorAll()\fR method -.RS 4 -.IP \(bu 4 -this method will return a filtered, flattened dependency Arborist \fBNode\fR list based on a valid query selector -.RE 0 - -.RE 0 - -.P -.RS 2 -.nf -const Arborist = require('@npmcli/arborist') -const arb = new Arborist({}) -.fi -.RE -.P -.RS 2 -.nf -// root-level -arb.loadActual().then(async (tree) => { - // query all production dependencies - const results = await tree.querySelectorAll('.prod') - console.log(results) -}) -.fi -.RE -.P -.RS 2 -.nf -// iterative -arb.loadActual().then(async (tree) => { - // query for the deduped version of react - const results = await tree.querySelectorAll('#react:not(:deduped)') - // query the deduped react for git deps - const deps = await results\[lB]0\[rB].querySelectorAll(':type(git)') - console.log(deps) -}) -.fi -.RE -.SH "SEE ALSO" -.RS 0 -.IP \(bu 4 -npm help query -.IP \(bu 4 -\fB@npmcli/arborist\fR \fI\(lahttps://npm.im/@npmcli/arborist\(ra\fR -.RE 0 diff --git a/software/flow/node_modules/npm/man/man7/developers.7 b/software/flow/node_modules/npm/man/man7/developers.7 deleted file mode 100644 index a15142b..0000000 --- a/software/flow/node_modules/npm/man/man7/developers.7 +++ /dev/null @@ -1,234 +0,0 @@ -.TH "DEVELOPERS" "7" "February 2023" "" "" -.SH "NAME" -\fBdevelopers\fR - Developer Guide -.SS "Description" -.P -So, you've decided to use npm to develop (and maybe publish/deploy) your project. -.P -Fantastic! -.P -There are a few things that you need to do above the simple steps that your users will do to install your program. -.SS "About These Documents" -.P -These are man pages. If you install npm, you should be able to then do \fBman npm-thing\fR to get the documentation on a particular topic, or \fBnpm help thing\fR to see the same information. -.SS "What is a Package" -.P -A package is: -.RS 0 -.IP \(bu 4 -a) a folder containing a program described by a package.json file -.IP \(bu 4 -b) a gzipped tarball containing (a) -.IP \(bu 4 -c) a url that resolves to (b) -.IP \(bu 4 -d) a \fB<name>@<version>\fR that is published on the registry with (c) -.IP \(bu 4 -e) a \fB<name>@<tag>\fR that points to (d) -.IP \(bu 4 -f) a \fB<name>\fR that has a "latest" tag satisfying (e) -.IP \(bu 4 -g) a \fBgit\fR url that, when cloned, results in (a). -.RE 0 - -.P -Even if you never publish your package, you can still get a lot of benefits of using npm if you just want to write a node program (a), and perhaps if you also want to be able to easily install it elsewhere after packing it up into a tarball (b). -.P -Git urls can be of the form: -.P -.RS 2 -.nf -git://github.com/user/project.git#commit-ish -git+ssh://user@hostname:project.git#commit-ish -git+http://user@hostname/project/blah.git#commit-ish -git+https://user@hostname/project/blah.git#commit-ish -.fi -.RE -.P -The \fBcommit-ish\fR can be any tag, sha, or branch which can be supplied as an argument to \fBgit checkout\fR. The default is whatever the repository uses as its default branch. -.SS "The package.json File" -.P -You need to have a \fBpackage.json\fR file in the root of your project to do much of anything with npm. That is basically the whole interface. -.P -See \fB\fBpackage.json\fR\fR \fI\(la/configuring-npm/package-json\(ra\fR for details about what goes in that file. At the very least, you need: -.RS 0 -.IP \(bu 4 -name: This should be a string that identifies your project. Please do not use the name to specify that it runs on node, or is in JavaScript. You can use the "engines" field to explicitly state the versions of node (or whatever else) that your program requires, and it's pretty well assumed that it's JavaScript. -.P -It does not necessarily need to match your github repository name. -.P -So, \fBnode-foo\fR and \fBbar-js\fR are bad names. \fBfoo\fR or \fBbar\fR are better. -.IP \(bu 4 -version: A semver-compatible version. -.IP \(bu 4 -engines: Specify the versions of node (or whatever else) that your program runs on. The node API changes a lot, and there may be bugs or new functionality that you depend on. Be explicit. -.IP \(bu 4 -author: Take some credit. -.IP \(bu 4 -scripts: If you have a special compilation or installation script, then you should put it in the \fBscripts\fR object. You should definitely have at least a basic smoke-test command as the "scripts.test" field. See npm help scripts. -.IP \(bu 4 -main: If you have a single module that serves as the entry point to your program (like what the "foo" package gives you at require("foo")), then you need to specify that in the "main" field. -.IP \(bu 4 -directories: This is an object mapping names to folders. The best ones to include are "lib" and "doc", but if you use "man" to specify a folder full of man pages, they'll get installed just like these ones. -.RE 0 - -.P -You can use \fBnpm init\fR in the root of your package in order to get you started with a pretty basic package.json file. See npm help init for more info. -.SS "Keeping files \fIout\fR of your Package" -.P -Use a \fB.npmignore\fR file to keep stuff out of your package. If there's no \fB.npmignore\fR file, but there \fIis\fR a \fB.gitignore\fR file, then npm will ignore the stuff matched by the \fB.gitignore\fR file. If you \fIwant\fR to include something that is excluded by your \fB.gitignore\fR file, you can create an empty \fB.npmignore\fR file to override it. Like \fBgit\fR, \fBnpm\fR looks for \fB.npmignore\fR and \fB.gitignore\fR files in all subdirectories of your package, not only the root directory. -.P -\fB.npmignore\fR files follow the \fBsame pattern rules\fR \fI\(lahttps://git-scm.com/book/en/v2/Git-Basics-Recording-Changes-to-the-Repository#_ignoring\(ra\fR as \fB.gitignore\fR files: -.RS 0 -.IP \(bu 4 -Blank lines or lines starting with \fB#\fR are ignored. -.IP \(bu 4 -Standard glob patterns work. -.IP \(bu 4 -You can end patterns with a forward slash \fB/\fR to specify a directory. -.IP \(bu 4 -You can negate a pattern by starting it with an exclamation point \fB!\fR. -.RE 0 - -.P -By default, the following paths and files are ignored, so there's no need to add them to \fB.npmignore\fR explicitly: -.RS 0 -.IP \(bu 4 -\fB.*.swp\fR -.IP \(bu 4 -\fB._*\fR -.IP \(bu 4 -\fB.DS_Store\fR -.IP \(bu 4 -\fB.git\fR -.IP \(bu 4 -\fB.gitignore\fR -.IP \(bu 4 -\fB.hg\fR -.IP \(bu 4 -\fB.npmignore\fR -.IP \(bu 4 -\fB.npmrc\fR -.IP \(bu 4 -\fB.lock-wscript\fR -.IP \(bu 4 -\fB.svn\fR -.IP \(bu 4 -\fB.wafpickle-*\fR -.IP \(bu 4 -\fBconfig.gypi\fR -.IP \(bu 4 -\fBCVS\fR -.IP \(bu 4 -\fBnpm-debug.log\fR -.RE 0 - -.P -Additionally, everything in \fBnode_modules\fR is ignored, except for bundled dependencies. npm automatically handles this for you, so don't bother adding \fBnode_modules\fR to \fB.npmignore\fR. -.P -The following paths and files are never ignored, so adding them to \fB.npmignore\fR is pointless: -.RS 0 -.IP \(bu 4 -\fBpackage.json\fR -.IP \(bu 4 -\fBREADME\fR (and its variants) -.IP \(bu 4 -\fBCHANGELOG\fR (and its variants) -.IP \(bu 4 -\fBLICENSE\fR / \fBLICENCE\fR -.RE 0 - -.P -If, given the structure of your project, you find \fB.npmignore\fR to be a maintenance headache, you might instead try populating the \fBfiles\fR property of \fBpackage.json\fR, which is an array of file or directory names that should be included in your package. Sometimes manually picking which items to allow is easier to manage than building a block list. -.SS "Testing whether your \fB.npmignore\fR or \fBfiles\fR config works" -.P -If you want to double check that your package will include only the files you intend it to when published, you can run the \fBnpm pack\fR command locally which will generate a tarball in the working directory, the same way it does for publishing. -.SS "Link Packages" -.P -\fBnpm link\fR is designed to install a development package and see the changes in real time without having to keep re-installing it. (You do need to either re-link or \fBnpm rebuild -g\fR to update compiled packages, of course.) -.P -More info at npm help link. -.SS "Before Publishing: Make Sure Your Package Installs and Works" -.P -\fBThis is important.\fR -.P -If you can not install it locally, you'll have problems trying to publish it. Or, worse yet, you'll be able to publish it, but you'll be publishing a broken or pointless package. So don't do that. -.P -In the root of your package, do this: -.P -.RS 2 -.nf -npm install . -g -.fi -.RE -.P -That'll show you that it's working. If you'd rather just create a symlink package that points to your working directory, then do this: -.P -.RS 2 -.nf -npm link -.fi -.RE -.P -Use \fBnpm ls -g\fR to see if it's there. -.P -To test a local install, go into some other folder, and then do: -.P -.RS 2 -.nf -cd ../some-other-folder -npm install ../my-package -.fi -.RE -.P -to install it locally into the node_modules folder in that other place. -.P -Then go into the node-repl, and try using require("my-thing") to bring in your module's main module. -.SS "Create a User Account" -.P -Create a user with the adduser command. It works like this: -.P -.RS 2 -.nf -npm adduser -.fi -.RE -.P -and then follow the prompts. -.P -This is documented better in npm help adduser. -.SS "Publish your Package" -.P -This part's easy. In the root of your folder, do this: -.P -.RS 2 -.nf -npm publish -.fi -.RE -.P -You can give publish a url to a tarball, or a filename of a tarball, or a path to a folder. -.P -Note that pretty much \fBeverything in that folder will be exposed\fR by default. So, if you have secret stuff in there, use a \fB.npmignore\fR file to list out the globs to ignore, or publish from a fresh checkout. -.SS "Brag about it" -.P -Send emails, write blogs, blab in IRC. -.P -Tell the world how easy it is to install your program! -.SS "See also" -.RS 0 -.IP \(bu 4 -npm help npm -.IP \(bu 4 -npm help init -.IP \(bu 4 -\fBpackage.json\fR \fI\(la/configuring-npm/package-json\(ra\fR -.IP \(bu 4 -npm help scripts -.IP \(bu 4 -npm help publish -.IP \(bu 4 -npm help adduser -.IP \(bu 4 -npm help registry -.RE 0 diff --git a/software/flow/node_modules/npm/man/man7/logging.7 b/software/flow/node_modules/npm/man/man7/logging.7 deleted file mode 100644 index d1cc3bd..0000000 --- a/software/flow/node_modules/npm/man/man7/logging.7 +++ /dev/null @@ -1,108 +0,0 @@ -.TH "LOGGING" "7" "February 2023" "" "" -.SH "NAME" -\fBLogging\fR - Why, What & How We Log -.SS "Description" -.P -The \fBnpm\fR CLI has various mechanisms for showing different levels of information back to end-users for certain commands, configurations & environments. -.SS "Setting Log File Location" -.P -All logs are written to a debug log, with the path to that file printed if the execution of a command fails. -.P -The default location of the logs directory is a directory named \fB_logs\fR inside the npm cache. This can be changed with the \fBlogs-dir\fR config option. -.P -For example, if you wanted to write all your logs to the current working directory, you could run: \fBnpm install --logs-dir=.\fR. This is especially helpful in debugging a specific \fBnpm\fR issue as you can run a command multiple times with different config values and then diff all the log files. -.P -Log files will be removed from the \fBlogs-dir\fR when the number of log files exceeds \fBlogs-max\fR, with the oldest logs being deleted first. -.P -To turn off logs completely set \fB--logs-max=0\fR. -.SS "Setting Log Levels" -.SS "\fBloglevel\fR" -.P -\fBloglevel\fR is a global argument/config that can be set to determine the type of information to be displayed. -.P -The default value of \fBloglevel\fR is \fB"notice"\fR but there are several levels/types of logs available, including: -.RS 0 -.IP \(bu 4 -\fB"silent"\fR -.IP \(bu 4 -\fB"error"\fR -.IP \(bu 4 -\fB"warn"\fR -.IP \(bu 4 -\fB"notice"\fR -.IP \(bu 4 -\fB"http"\fR -.IP \(bu 4 -\fB"info"\fR -.IP \(bu 4 -\fB"verbose"\fR -.IP \(bu 4 -\fB"silly"\fR -.RE 0 - -.P -All logs pertaining to a level proceeding the current setting will be shown. -.SS "Aliases" -.P -The log levels listed above have various corresponding aliases, including: -.RS 0 -.IP \(bu 4 -\fB-d\fR: \fB--loglevel info\fR -.IP \(bu 4 -\fB--dd\fR: \fB--loglevel verbose\fR -.IP \(bu 4 -\fB--verbose\fR: \fB--loglevel verbose\fR -.IP \(bu 4 -\fB--ddd\fR: \fB--loglevel silly\fR -.IP \(bu 4 -\fB-q\fR: \fB--loglevel warn\fR -.IP \(bu 4 -\fB--quiet\fR: \fB--loglevel warn\fR -.IP \(bu 4 -\fB-s\fR: \fB--loglevel silent\fR -.IP \(bu 4 -\fB--silent\fR: \fB--loglevel silent\fR -.RE 0 - -.SS "\fBforeground-scripts\fR" -.P -The \fBnpm\fR CLI began hiding the output of lifecycle scripts for \fBnpm install\fR as of \fBv7\fR. Notably, this means you will not see logs/output from packages that may be using "install scripts" to display information back to you or from your own project's scripts defined in \fBpackage.json\fR. If you'd like to change this behavior & log this output you can set \fBforeground-scripts\fR to \fBtrue\fR. -.SS "Timing Information" -.P -The \fB\fB--timing\fR config\fR \fI\(la/using-npm/config#timing\(ra\fR can be set which does a few things: -.RS 0 -.IP 1. 4 -Always shows the full path to the debug log regardless of command exit status -.IP 2. 4 -Write timing information to a process specific timing file in the cache or \fBlogs-dir\fR -.IP 3. 4 -Output timing information to the terminal -.RE 0 - -.P -This file contains a \fBtimers\fR object where the keys are an identifier for the portion of the process being timed and the value is the number of milliseconds it took to complete. -.P -Sometimes it is helpful to get timing information without outputting anything to the terminal. For example, the performance might be affected by writing to the terminal. In this case you can use \fB--timing --silent\fR which will still write the timing file, but not output anything to the terminal while running. -.SS "Registry Response Headers" -.SS "\fBnpm-notice\fR" -.P -The \fBnpm\fR CLI reads from & logs any \fBnpm-notice\fR headers that are returned from the configured registry. This mechanism can be used by third-party registries to provide useful information when network-dependent requests occur. -.P -This header is not cached, and will not be logged if the request is served from the cache. -.SS "Logs and Sensitive Information" -.P -The \fBnpm\fR CLI makes a best effort to redact the following from terminal output and log files: -.RS 0 -.IP \(bu 4 -Passwords inside basic auth URLs -.IP \(bu 4 -npm tokens -.RE 0 - -.P -However, this behavior should not be relied on to keep all possible sensitive information redacted. If you are concerned about secrets in your log file or terminal output, you can use \fB--loglevel=silent\fR and \fB--logs-max=0\fR to ensure no logs are written to your terminal or filesystem. -.SS "See also" -.RS 0 -.IP \(bu 4 -npm help config -.RE 0 diff --git a/software/flow/node_modules/npm/man/man7/orgs.7 b/software/flow/node_modules/npm/man/man7/orgs.7 deleted file mode 100644 index 7aa5da2..0000000 --- a/software/flow/node_modules/npm/man/man7/orgs.7 +++ /dev/null @@ -1,145 +0,0 @@ -.TH "ORGS" "7" "February 2023" "" "" -.SH "NAME" -\fBorgs\fR - Working with Teams & Orgs -.SS "Description" -.P -There are three levels of org users: -.RS 0 -.IP 1. 4 -Super admin, controls billing & adding people to the org. -.IP 2. 4 -Team admin, manages team membership & package access. -.IP 3. 4 -Developer, works on packages they are given access to. -.RE 0 - -.P -The super admin is the only person who can add users to the org because it impacts the monthly bill. The super admin will use the website to manage membership. Every org has a \fBdevelopers\fR team that all users are automatically added to. -.P -The team admin is the person who manages team creation, team membership, and package access for teams. The team admin grants package access to teams, not individuals. -.P -The developer will be able to access packages based on the teams they are on. Access is either read-write or read-only. -.P -There are two main commands: -.RS 0 -.IP 1. 4 -\fBnpm team\fR see npm help team for more details -.IP 2. 4 -\fBnpm access\fR see npm help access for more details -.RE 0 - -.SS "Team Admins create teams" -.RS 0 -.IP \(bu 4 -Check who you\[cq]ve added to your org: -.RE 0 - -.P -.RS 2 -.nf -npm team ls <org>:developers -.fi -.RE -.RS 0 -.IP \(bu 4 -Each org is automatically given a \fBdevelopers\fR team, so you can see the whole list of team members in your org. This team automatically gets read-write access to all packages, but you can change that with the \fBaccess\fR command. -.IP \(bu 4 -Create a new team: -.RE 0 - -.P -.RS 2 -.nf -npm team create <org:team> -.fi -.RE -.RS 0 -.IP \(bu 4 -Add members to that team: -.RE 0 - -.P -.RS 2 -.nf -npm team add <org:team> <user> -.fi -.RE -.SS "Publish a package and adjust package access" -.RS 0 -.IP \(bu 4 -In package directory, run -.RE 0 - -.P -.RS 2 -.nf -npm init --scope=<org> -.fi -.RE -.P -to scope it for your org & publish as usual -.RS 0 -.IP \(bu 4 -Grant access: -.RE 0 - -.P -.RS 2 -.nf -npm access grant <read-only|read-write> <org:team> \[lB]<package>\[rB] -.fi -.RE -.RS 0 -.IP \(bu 4 -Revoke access: -.RE 0 - -.P -.RS 2 -.nf -npm access revoke <org:team> \[lB]<package>\[rB] -.fi -.RE -.SS "Monitor your package access" -.RS 0 -.IP \(bu 4 -See what org packages a team member can access: -.RE 0 - -.P -.RS 2 -.nf -npm access ls-packages <org> <user> -.fi -.RE -.RS 0 -.IP \(bu 4 -See packages available to a specific team: -.RE 0 - -.P -.RS 2 -.nf -npm access ls-packages <org:team> -.fi -.RE -.RS 0 -.IP \(bu 4 -Check which teams are collaborating on a package: -.RE 0 - -.P -.RS 2 -.nf -npm access ls-collaborators <pkg> -.fi -.RE -.SS "See also" -.RS 0 -.IP \(bu 4 -npm help team -.IP \(bu 4 -npm help access -.IP \(bu 4 -npm help scope -.RE 0 diff --git a/software/flow/node_modules/npm/man/man7/package-spec.7 b/software/flow/node_modules/npm/man/man7/package-spec.7 deleted file mode 100644 index 4ae0095..0000000 --- a/software/flow/node_modules/npm/man/man7/package-spec.7 +++ /dev/null @@ -1,126 +0,0 @@ -.TH "PACKAGE-SPEC" "7" "February 2023" "" "" -.SH "NAME" -\fBpackage-spec\fR - Package name specifier -.SS "Description" -.P -Commands like \fBnpm install\fR and the dependency sections in the \fBpackage.json\fR use a package name specifier. This can be many different things that all refer to a "package". Examples include a package name, git url, tarball, or local directory. These will generally be referred to as \fB<package-spec>\fR in the help output for the npm commands that use this package name specifier. -.SS "Package name" -.RS 0 -.IP \(bu 4 -\fB\[lB]<@scope>/\[rB]<pkg>\fR -.IP \(bu 4 -\fB\[lB]<@scope>/\[rB]<pkg>@<tag>\fR -.IP \(bu 4 -\fB\[lB]<@scope>/\[rB]<pkg>@<version>\fR -.IP \(bu 4 -\fB\[lB]<@scope>/\[rB]<pkg>@<version range>\fR -.RE 0 - -.P -Refers to a package by name, with or without a scope, and optionally tag, version, or version range. This is typically used in combination with the \fBregistry\fR \fI\(la/using-npm/config#registry\(ra\fR config to refer to a package in a registry. -.P -Examples: -.RS 0 -.IP \(bu 4 -\fBnpm\fR -.IP \(bu 4 -\fB@npmcli/arborist\fR -.IP \(bu 4 -\fB@npmcli/arborist@latest\fR -.IP \(bu 4 -\fBnpm@6.13.1\fR -.IP \(bu 4 -\fBnpm@^4.0.0\fR -.RE 0 - -.SS "Aliases" -.RS 0 -.IP \(bu 4 -\fB<alias>@npm:<name>\fR -.RE 0 - -.P -Primarily used by commands like \fBnpm install\fR and in the dependency sections in the \fBpackage.json\fR, this refers to a package by an alias. The \fB<alias>\fR is the name of the package as it is reified in the \fBnode_modules\fR folder, and the \fB<name>\fR refers to a package name as found in the configured registry. -.P -See \fBPackage name\fR above for more info on referring to a package by name, and \fBregistry\fR \fI\(la/using-npm/config#registry\(ra\fR for configuring which registry is used when referring to a package by name. -.P -Examples: -.RS 0 -.IP \(bu 4 -\fBsemver:@npm:@npmcli/semver-with-patch\fR -.IP \(bu 4 -\fBsemver:@npm:semver@7.2.2\fR -.IP \(bu 4 -\fBsemver:@npm:semver@legacy\fR -.RE 0 - -.SS "Folders" -.RS 0 -.IP \(bu 4 -\fB<folder>\fR -.RE 0 - -.P -This refers to a package on the local filesystem. Specifically this is a folder with a \fBpackage.json\fR file in it. This \fIshould\fR always be prefixed with a \fB/\fR or \fB./\fR (or your OS equivalent) to reduce confusion. npm currently will parse a string with more than one \fB/\fR in it as a folder, but this is legacy behavior that may be removed in a future version. -.P -Examples: -.RS 0 -.IP \(bu 4 -\fB./my-package\fR -.IP \(bu 4 -\fB/opt/npm/my-package\fR -.RE 0 - -.SS "Tarballs" -.RS 0 -.IP \(bu 4 -\fB<tarball file>\fR -.IP \(bu 4 -\fB<tarball url>\fR -.RE 0 - -.P -Examples: -.RS 0 -.IP \(bu 4 -\fB./my-package.tgz\fR -.IP \(bu 4 -\fBhttps://registry.npmjs.org/semver/-/semver-1.0.0.tgz\fR -.RE 0 - -.P -Refers to a package in a tarball format, either on the local filesystem or remotely via url. This is the format that packages exist in when uploaded to a registry. -.SS "git urls" -.RS 0 -.IP \(bu 4 -\fB<git:// url>\fR -.IP \(bu 4 -\fB<github username>/<github project>\fR -.RE 0 - -.P -Refers to a package in a git repo. This can be a full git url, git shorthand, or a username/package on GitHub. You can specify a git tag, branch, or other git ref by appending \fB#ref\fR. -.P -Examples: -.RS 0 -.IP \(bu 4 -\fBhttps://github.com/npm/cli.git\fR -.IP \(bu 4 -\fBgit@github.com:npm/cli.git\fR -.IP \(bu 4 -\fBgit+ssh://git@github.com/npm/cli#v6.0.0\fR -.IP \(bu 4 -\fBgithub:npm/cli#HEAD\fR -.IP \(bu 4 -\fBnpm/cli#c12ea07\fR -.RE 0 - -.SS "See also" -.RS 0 -.IP \(bu 4 -\fBnpm-package-arg\fR \fI\(lahttps://npm.im/npm-package-arg\(ra\fR -.IP \(bu 4 -npm help scope -.IP \(bu 4 -npm help config -.RE 0 diff --git a/software/flow/node_modules/npm/man/man7/registry.7 b/software/flow/node_modules/npm/man/man7/registry.7 deleted file mode 100644 index e67c8bb..0000000 --- a/software/flow/node_modules/npm/man/man7/registry.7 +++ /dev/null @@ -1,51 +0,0 @@ -.TH "REGISTRY" "7" "February 2023" "" "" -.SH "NAME" -\fBregistry\fR - The JavaScript Package Registry -.SS "Description" -.P -To resolve packages by name and version, npm talks to a registry website that implements the CommonJS Package Registry specification for reading package info. -.P -npm is configured to use the \fBnpm public registry\fR at \fI\(lahttps://registry.npmjs.org\(ra\fR by default. Use of the npm public registry is subject to terms of use available at \fI\(lahttps://docs.npmjs.com/policies/terms\(ra\fR. -.P -You can configure npm to use any compatible registry you like, and even run your own registry. Use of someone else's registry may be governed by their terms of use. -.P -npm's package registry implementation supports several write APIs as well, to allow for publishing packages and managing user account information. -.P -The npm public registry is powered by a CouchDB database, of which there is a public mirror at \fI\(lahttps://skimdb.npmjs.com/registry\(ra\fR. -.P -The registry URL used is determined by the scope of the package (see npm help scope. If no scope is specified, the default registry is used, which is supplied by the \fB\fBregistry\fR config\fR \fI\(la/using-npm/config#registry\(ra\fR parameter. See npm help config, npm help npmrc, and npm help config for more on managing npm's configuration. Authentication configuration such as auth tokens and certificates are configured specifically scoped to an individual registry. See \fBAuth Related Configuration\fR \fI\(la/configuring-npm/npmrc#auth-related-configuration\(ra\fR -.P -When the default registry is used in a package-lock or shrinkwrap it has the special meaning of "the currently configured registry". If you create a lock file while using the default registry you can switch to another registry and npm will install packages from the new registry, but if you create a lock file while using a custom registry packages will be installed from that registry even after you change to another registry. -.SS "Does npm send any information about me back to the registry?" -.P -Yes. -.P -When making requests of the registry npm adds two headers with information about your environment: -.RS 0 -.IP \(bu 4 -\fBNpm-Scope\fR \[en] If your project is scoped, this header will contain its scope. In the future npm hopes to build registry features that use this information to allow you to customize your experience for your organization. -.IP \(bu 4 -\fBNpm-In-CI\fR \[en] Set to "true" if npm believes this install is running in a continuous integration environment, "false" otherwise. This is detected by looking for the following environment variables: \fBCI\fR, \fBTDDIUM\fR, \fBJENKINS_URL\fR, \fBbamboo.buildKey\fR. If you'd like to learn more you may find the \fBoriginal PR\fR \fI\(lahttps://github.com/npm/npm-registry-client/pull/129\(ra\fR interesting. This is used to gather better metrics on how npm is used by humans, versus build farms. -.RE 0 - -.P -The npm registry does not try to correlate the information in these headers with any authenticated accounts that may be used in the same requests. -.SS "How can I prevent my package from being published in the official registry?" -.P -Set \fB"private": true\fR in your \fBpackage.json\fR to prevent it from being published at all, or \fB"publishConfig":{"registry":"http://my-internal-registry.local"}\fR to force it to be published only to your internal/private registry. -.P -See \fB\fBpackage.json\fR\fR \fI\(la/configuring-npm/package-json\(ra\fR for more info on what goes in the package.json file. -.SS "Where can I find my (and others') published packages?" -.P -\fI\(lahttps://www.npmjs.com/\(ra\fR -.SS "See also" -.RS 0 -.IP \(bu 4 -npm help config -.IP \(bu 4 -npm help config -.IP \(bu 4 -npm help npmrc -.IP \(bu 4 -npm help developers -.RE 0 diff --git a/software/flow/node_modules/npm/man/man7/removal.7 b/software/flow/node_modules/npm/man/man7/removal.7 deleted file mode 100644 index 82e39c8..0000000 --- a/software/flow/node_modules/npm/man/man7/removal.7 +++ /dev/null @@ -1,60 +0,0 @@ -.TH "REMOVAL" "7" "February 2023" "" "" -.SH "NAME" -\fBremoval\fR - Cleaning the Slate -.SS "Synopsis" -.P -So sad to see you go. -.P -.RS 2 -.nf -sudo npm uninstall npm -g -.fi -.RE -.P -Or, if that fails, get the npm source code, and do: -.P -.RS 2 -.nf -sudo make uninstall -.fi -.RE -.SS "More Severe Uninstalling" -.P -Usually, the above instructions are sufficient. That will remove npm, but leave behind anything you've installed. -.P -If that doesn't work, or if you require more drastic measures, continue reading. -.P -Note that this is only necessary for globally-installed packages. Local installs are completely contained within a project's \fBnode_modules\fR folder. Delete that folder, and everything is gone unless a package's install script is particularly ill-behaved. -.P -This assumes that you installed node and npm in the default place. If you configured node with a different \fB--prefix\fR, or installed npm with a different prefix setting, then adjust the paths accordingly, replacing \fB/usr/local\fR with your install prefix. -.P -To remove everything npm-related manually: -.P -.RS 2 -.nf -rm -rf /usr/local/{lib/node{,/.npm,_modules},bin,share/man}/npm* -.fi -.RE -.P -If you installed things \fIwith\fR npm, then your best bet is to uninstall them with npm first, and then install them again once you have a proper install. This can help find any symlinks that are lying around: -.P -.RS 2 -.nf -ls -laF /usr/local/{lib/node{,/.npm},bin,share/man} | grep npm -.fi -.RE -.P -Prior to version 0.3, npm used shim files for executables and node modules. To track those down, you can do the following: -.P -.RS 2 -.nf -find /usr/local/{lib/node,bin} -exec grep -l npm \[rs]{\[rs]} \[rs]; ; -.fi -.RE -.SS "See also" -.RS 0 -.IP \(bu 4 -npm help uninstall -.IP \(bu 4 -npm help prune -.RE 0 diff --git a/software/flow/node_modules/npm/man/man7/scope.7 b/software/flow/node_modules/npm/man/man7/scope.7 deleted file mode 100644 index 670b2f8..0000000 --- a/software/flow/node_modules/npm/man/man7/scope.7 +++ /dev/null @@ -1,113 +0,0 @@ -.TH "SCOPE" "7" "February 2023" "" "" -.SH "NAME" -\fBscope\fR - Scoped packages -.SS "Description" -.P -All npm packages have a name. Some package names also have a scope. A scope follows the usual rules for package names (URL-safe characters, no leading dots or underscores). When used in package names, scopes are preceded by an \fB@\fR symbol and followed by a slash, e.g. -.P -.RS 2 -.nf -@somescope/somepackagename -.fi -.RE -.P -Scopes are a way of grouping related packages together, and also affect a few things about the way npm treats the package. -.P -Each npm user/organization has their own scope, and only you can add packages in your scope. This means you don't have to worry about someone taking your package name ahead of you. Thus it is also a good way to signal official packages for organizations. -.P -Scoped packages can be published and installed as of \fBnpm@2\fR and are supported by the primary npm registry. Unscoped packages can depend on scoped packages and vice versa. The npm client is backwards-compatible with unscoped registries, so it can be used to work with scoped and unscoped registries at the same time. -.SS "Installing scoped packages" -.P -Scoped packages are installed to a sub-folder of the regular installation folder, e.g. if your other packages are installed in \fBnode_modules/packagename\fR, scoped modules will be installed in \fBnode_modules/@myorg/packagename\fR. The scope folder (\fB@myorg\fR) is simply the name of the scope preceded by an \fB@\fR symbol, and can contain any number of scoped packages. -.P -A scoped package is installed by referencing it by name, preceded by an \fB@\fR symbol, in \fBnpm install\fR: -.P -.RS 2 -.nf -npm install @myorg/mypackage -.fi -.RE -.P -Or in \fBpackage.json\fR: -.P -.RS 2 -.nf -"dependencies": { - "@myorg/mypackage": "^1.3.0" -} -.fi -.RE -.P -Note that if the \fB@\fR symbol is omitted, in either case, npm will instead attempt to install from GitHub; see npm help install. -.SS "Requiring scoped packages" -.P -Because scoped packages are installed into a scope folder, you have to include the name of the scope when requiring them in your code, e.g. -.P -.RS 2 -.nf -require('@myorg/mypackage') -.fi -.RE -.P -There is nothing special about the way Node treats scope folders. This simply requires the \fBmypackage\fR module in the folder named \fB@myorg\fR. -.SS "Publishing scoped packages" -.P -Scoped packages can be published from the CLI as of \fBnpm@2\fR and can be published to any registry that supports them, including the primary npm registry. -.P -(As of 2015-04-19, and with npm 2.0 or better, the primary npm registry \fBdoes\fR support scoped packages.) -.P -If you wish, you may associate a scope with a registry; see below. -.SS "Publishing public scoped packages to the primary npm registry" -.P -Publishing to a scope, you have two options: -.RS 0 -.IP \(bu 4 -Publishing to your user scope (example: \fB@username/module\fR) -.IP \(bu 4 -Publishing to an organization scope (example: \fB@org/module\fR) -.RE 0 - -.P -If publishing a public module to an organization scope, you must first either create an organization with the name of the scope that you'd like to publish to or be added to an existing organization with the appropriate permissions. For example, if you'd like to publish to \fB@org\fR, you would need to create the \fBorg\fR organization on npmjs.com prior to trying to publish. -.P -Scoped packages are not public by default. You will need to specify \fB--access public\fR with the initial \fBnpm publish\fR command. This will publish the package and set access to \fBpublic\fR as if you had run \fBnpm access public\fR after publishing. You do not need to do this when publishing new versions of an existing scoped package. -.SS "Publishing private scoped packages to the npm registry" -.P -To publish a private scoped package to the npm registry, you must have an \fBnpm Private Modules\fR \fI\(lahttps://docs.npmjs.com/private-modules/intro\(ra\fR account. -.P -You can then publish the module with \fBnpm publish\fR or \fBnpm publish ---access restricted\fR, and it will be present in the npm registry, with restricted access. You can then change the access permissions, if desired, with \fBnpm access\fR or on the npmjs.com website. -.SS "Associating a scope with a registry" -.P -Scopes can be associated with a separate registry. This allows you to seamlessly use a mix of packages from the primary npm registry and one or more private registries, such as \fBGitHub Packages\fR \fI\(lahttps://github.com/features/packages\(ra\fR or the open source \fBVerdaccio\fR \fI\(lahttps://verdaccio.org\(ra\fR project. -.P -You can associate a scope with a registry at login, e.g. -.P -.RS 2 -.nf -npm login --registry=http://reg.example.com --scope=@myco -.fi -.RE -.P -Scopes have a many-to-one relationship with registries: one registry can host multiple scopes, but a scope only ever points to one registry. -.P -You can also associate a scope with a registry using \fBnpm config\fR: -.P -.RS 2 -.nf -npm config set @myco:registry http://reg.example.com -.fi -.RE -.P -Once a scope is associated with a registry, any \fBnpm install\fR for a package with that scope will request packages from that registry instead. Any \fBnpm publish\fR for a package name that contains the scope will be published to that registry instead. -.SS "See also" -.RS 0 -.IP \(bu 4 -npm help install -.IP \(bu 4 -npm help publish -.IP \(bu 4 -npm help access -.IP \(bu 4 -npm help registry -.RE 0 diff --git a/software/flow/node_modules/npm/man/man7/scripts.7 b/software/flow/node_modules/npm/man/man7/scripts.7 deleted file mode 100644 index 5f0ee77..0000000 --- a/software/flow/node_modules/npm/man/man7/scripts.7 +++ /dev/null @@ -1,409 +0,0 @@ -.TH "SCRIPTS" "7" "February 2023" "" "" -.SH "NAME" -\fBscripts\fR - How npm handles the "scripts" field -.SS "Description" -.P -The \fB"scripts"\fR property of your \fBpackage.json\fR file supports a number of built-in scripts and their preset life cycle events as well as arbitrary scripts. These all can be executed by running \fBnpm run-script <stage>\fR or \fBnpm run <stage>\fR for short. \fIPre\fR and \fIpost\fR commands with matching names will be run for those as well (e.g. \fBpremyscript\fR, \fBmyscript\fR, \fBpostmyscript\fR). Scripts from dependencies can be run with \fBnpm explore <pkg> -- npm run <stage>\fR. -.SS "Pre & Post Scripts" -.P -To create "pre" or "post" scripts for any scripts defined in the \fB"scripts"\fR section of the \fBpackage.json\fR, simply create another script \fIwith a matching name\fR and add "pre" or "post" to the beginning of them. -.P -.RS 2 -.nf -{ - "scripts": { - "precompress": "{{ executes BEFORE the `compress` script }}", - "compress": "{{ run command to compress files }}", - "postcompress": "{{ executes AFTER `compress` script }}" - } -} -.fi -.RE -.P -In this example \fBnpm run compress\fR would execute these scripts as described. -.SS "Life Cycle Scripts" -.P -There are some special life cycle scripts that happen only in certain situations. These scripts happen in addition to the \fBpre<event>\fR, \fBpost<event>\fR, and \fB<event>\fR scripts. -.RS 0 -.IP \(bu 4 -\fBprepare\fR, \fBprepublish\fR, \fBprepublishOnly\fR, \fBprepack\fR, \fBpostpack\fR, \fBdependencies\fR -.RE 0 - -.P -\fBprepare\fR (since \fBnpm@4.0.0\fR) -.RS 0 -.IP \(bu 4 -Runs BEFORE the package is packed, i.e. during \fBnpm publish\fR and \fBnpm pack\fR -.IP \(bu 4 -Runs on local \fBnpm install\fR without any arguments -.IP \(bu 4 -Runs AFTER \fBprepublish\fR, but BEFORE \fBprepublishOnly\fR -.IP \(bu 4 -NOTE: If a package being installed through git contains a \fBprepare\fR script, its \fBdependencies\fR and \fBdevDependencies\fR will be installed, and the prepare script will be run, before the package is packaged and installed. -.IP \(bu 4 -As of \fBnpm@7\fR these scripts run in the background. To see the output, run with: \fB--foreground-scripts\fR. -.RE 0 - -.P -\fBprepublish\fR (DEPRECATED) -.RS 0 -.IP \(bu 4 -Does not run during \fBnpm publish\fR, but does run during \fBnpm ci\fR and \fBnpm install\fR. See below for more info. -.RE 0 - -.P -\fBprepublishOnly\fR -.RS 0 -.IP \(bu 4 -Runs BEFORE the package is prepared and packed, ONLY on \fBnpm publish\fR. -.RE 0 - -.P -\fBprepack\fR -.RS 0 -.IP \(bu 4 -Runs BEFORE a tarball is packed (on "\fBnpm pack\fR", "\fBnpm publish\fR", and when installing a git dependency). -.IP \(bu 4 -NOTE: "\fBnpm run pack\fR" is NOT the same as "\fBnpm pack\fR". "\fBnpm run pack\fR" is an arbitrary user defined script name, where as, "\fBnpm pack\fR" is a CLI defined command. -.RE 0 - -.P -\fBpostpack\fR -.RS 0 -.IP \(bu 4 -Runs AFTER the tarball has been generated but before it is moved to its final destination (if at all, publish does not save the tarball locally) -.RE 0 - -.P -\fBdependencies\fR -.RS 0 -.IP \(bu 4 -Runs AFTER any operations that modify the \fBnode_modules\fR directory IF changes occurred. -.IP \(bu 4 -Does NOT run in global mode -.RE 0 - -.SS "Prepare and Prepublish" -.P -\fBDeprecation Note: prepublish\fR -.P -Since \fBnpm@1.1.71\fR, the npm CLI has run the \fBprepublish\fR script for both \fBnpm publish\fR and \fBnpm install\fR, because it's a convenient way to prepare a package for use (some common use cases are described in the section below). It has also turned out to be, in practice, \fBvery confusing\fR \fI\(lahttps://github.com/npm/npm/issues/10074\(ra\fR. As of \fBnpm@4.0.0\fR, a new event has been introduced, \fBprepare\fR, that preserves this existing behavior. A \fInew\fR event, \fBprepublishOnly\fR has been added as a transitional strategy to allow users to avoid the confusing behavior of existing npm versions and only run on \fBnpm publish\fR (for instance, running the tests one last time to ensure they're in good shape). -.P -See \fI\(lahttps://github.com/npm/npm/issues/10074\(ra\fR for a much lengthier justification, with further reading, for this change. -.P -\fBUse Cases\fR -.P -If you need to perform operations on your package before it is used, in a way that is not dependent on the operating system or architecture of the target system, use a \fBprepublish\fR script. This includes tasks such as: -.RS 0 -.IP \(bu 4 -Compiling CoffeeScript source code into JavaScript. -.IP \(bu 4 -Creating minified versions of JavaScript source code. -.IP \(bu 4 -Fetching remote resources that your package will use. -.RE 0 - -.P -The advantage of doing these things at \fBprepublish\fR time is that they can be done once, in a single place, thus reducing complexity and variability. Additionally, this means that: -.RS 0 -.IP \(bu 4 -You can depend on \fBcoffee-script\fR as a \fBdevDependency\fR, and thus your users don't need to have it installed. -.IP \(bu 4 -You don't need to include minifiers in your package, reducing the size for your users. -.IP \(bu 4 -You don't need to rely on your users having \fBcurl\fR or \fBwget\fR or other system tools on the target machines. -.RE 0 - -.SS "Dependencies" -.P -The \fBdependencies\fR script is run any time an \fBnpm\fR command causes changes to the \fBnode_modules\fR directory. It is run AFTER the changes have been applied and the \fBpackage.json\fR and \fBpackage-lock.json\fR files have been updated. -.SS "Life Cycle Operation Order" -.SS "npm help \"cache add\"" -.RS 0 -.IP \(bu 4 -\fBprepare\fR -.RE 0 - -.SS "npm help ci" -.RS 0 -.IP \(bu 4 -\fBpreinstall\fR -.IP \(bu 4 -\fBinstall\fR -.IP \(bu 4 -\fBpostinstall\fR -.IP \(bu 4 -\fBprepublish\fR -.IP \(bu 4 -\fBpreprepare\fR -.IP \(bu 4 -\fBprepare\fR -.IP \(bu 4 -\fBpostprepare\fR -.RE 0 - -.P -These all run after the actual installation of modules into \fBnode_modules\fR, in order, with no internal actions happening in between -.SS "npm help diff" -.RS 0 -.IP \(bu 4 -\fBprepare\fR -.RE 0 - -.SS "npm help install" -.P -These also run when you run \fBnpm install -g <pkg-name>\fR -.RS 0 -.IP \(bu 4 -\fBpreinstall\fR -.IP \(bu 4 -\fBinstall\fR -.IP \(bu 4 -\fBpostinstall\fR -.IP \(bu 4 -\fBprepublish\fR -.IP \(bu 4 -\fBpreprepare\fR -.IP \(bu 4 -\fBprepare\fR -.IP \(bu 4 -\fBpostprepare\fR -.RE 0 - -.P -If there is a \fBbinding.gyp\fR file in the root of your package and you haven't defined your own \fBinstall\fR or \fBpreinstall\fR scripts, npm will default the \fBinstall\fR command to compile using node-gyp via \fBnode-gyp -rebuild\fR -.P -These are run from the scripts of \fB<pkg-name>\fR -.SS "npm help pack" -.RS 0 -.IP \(bu 4 -\fBprepack\fR -.IP \(bu 4 -\fBprepare\fR -.IP \(bu 4 -\fBpostpack\fR -.RE 0 - -.SS "npm help publish" -.RS 0 -.IP \(bu 4 -\fBprepublishOnly\fR -.IP \(bu 4 -\fBprepack\fR -.IP \(bu 4 -\fBprepare\fR -.IP \(bu 4 -\fBpostpack\fR -.IP \(bu 4 -\fBpublish\fR -.IP \(bu 4 -\fBpostpublish\fR -.RE 0 - -.P -\fBprepare\fR will not run during \fB--dry-run\fR -.SS "npm help rebuild" -.RS 0 -.IP \(bu 4 -\fBpreinstall\fR -.IP \(bu 4 -\fBinstall\fR -.IP \(bu 4 -\fBpostinstall\fR -.IP \(bu 4 -\fBprepare\fR -.RE 0 - -.P -\fBprepare\fR is only run if the current directory is a symlink (e.g. with linked packages) -.SS "npm help restart" -.P -If there is a \fBrestart\fR script defined, these events are run, otherwise \fBstop\fR and \fBstart\fR are both run if present, including their \fBpre\fR and \fBpost\fR iterations) -.RS 0 -.IP \(bu 4 -\fBprerestart\fR -.IP \(bu 4 -\fBrestart\fR -.IP \(bu 4 -\fBpostrestart\fR -.RE 0 - -.SS "\fB\fBnpm run <user defined>\fR\fR \fI\(la/commands/npm-run-script\(ra\fR" -.RS 0 -.IP \(bu 4 -\fBpre<user-defined>\fR -.IP \(bu 4 -\fB<user-defined>\fR -.IP \(bu 4 -\fBpost<user-defined>\fR -.RE 0 - -.SS "npm help start" -.RS 0 -.IP \(bu 4 -\fBprestart\fR -.IP \(bu 4 -\fBstart\fR -.IP \(bu 4 -\fBpoststart\fR -.RE 0 - -.P -If there is a \fBserver.js\fR file in the root of your package, then npm will default the \fBstart\fR command to \fBnode server.js\fR. \fBprestart\fR and \fBpoststart\fR will still run in this case. -.SS "npm help stop" -.RS 0 -.IP \(bu 4 -\fBprestop\fR -.IP \(bu 4 -\fBstop\fR -.IP \(bu 4 -\fBpoststop\fR -.RE 0 - -.SS "npm help test" -.RS 0 -.IP \(bu 4 -\fBpretest\fR -.IP \(bu 4 -\fBtest\fR -.IP \(bu 4 -\fBposttest\fR -.RE 0 - -.SS "npm help version" -.RS 0 -.IP \(bu 4 -\fBpreversion\fR -.IP \(bu 4 -\fBversion\fR -.IP \(bu 4 -\fBpostversion\fR -.RE 0 - -.SS "A Note on a lack of npm help uninstall scripts" -.P -While npm v6 had \fBuninstall\fR lifecycle scripts, npm v7 does not. Removal of a package can happen for a wide variety of reasons, and there's no clear way to currently give the script enough context to be useful. -.P -Reasons for a package removal include: -.RS 0 -.IP \(bu 4 -a user directly uninstalled this package -.IP \(bu 4 -a user uninstalled a dependant package and so this dependency is being uninstalled -.IP \(bu 4 -a user uninstalled a dependant package but another package also depends on this version -.IP \(bu 4 -this version has been merged as a duplicate with another version -.IP \(bu 4 -etc. -.RE 0 - -.P -Due to the lack of necessary context, \fBuninstall\fR lifecycle scripts are not implemented and will not function. -.SS "User" -.P -When npm is run as root, scripts are always run with the effective uid and gid of the working directory owner. -.SS "Environment" -.P -Package scripts run in an environment where many pieces of information are made available regarding the setup of npm and the current state of the process. -.SS "path" -.P -If you depend on modules that define executable scripts, like test suites, then those executables will be added to the \fBPATH\fR for executing the scripts. So, if your package.json has this: -.P -.RS 2 -.nf -{ - "name" : "foo", - "dependencies" : { - "bar" : "0.1.x" - }, - "scripts": { - "start" : "bar ./test" - } -} -.fi -.RE -.P -then you could run \fBnpm start\fR to execute the \fBbar\fR script, which is exported into the \fBnode_modules/.bin\fR directory on \fBnpm install\fR. -.SS "package.json vars" -.P -The package.json fields are tacked onto the \fBnpm_package_\fR prefix. So, for instance, if you had \fB{"name":"foo", "version":"1.2.5"}\fR in your package.json file, then your package scripts would have the \fBnpm_package_name\fR environment variable set to "foo", and the \fBnpm_package_version\fR set to "1.2.5". You can access these variables in your code with \fBprocess.env.npm_package_name\fR and \fBprocess.env.npm_package_version\fR, and so on for other fields. -.P -See \fB\fBpackage.json\fR\fR \fI\(la/configuring-npm/package-json\(ra\fR for more on package configs. -.SS "current lifecycle event" -.P -Lastly, the \fBnpm_lifecycle_event\fR environment variable is set to whichever stage of the cycle is being executed. So, you could have a single script used for different parts of the process which switches based on what's currently happening. -.P -Objects are flattened following this format, so if you had \fB{"scripts":{"install":"foo.js"}}\fR in your package.json, then you'd see this in the script: -.P -.RS 2 -.nf -process.env.npm_package_scripts_install === "foo.js" -.fi -.RE -.SS "Examples" -.P -For example, if your package.json contains this: -.P -.RS 2 -.nf -{ - "scripts" : { - "install" : "scripts/install.js", - "postinstall" : "scripts/install.js", - "uninstall" : "scripts/uninstall.js" - } -} -.fi -.RE -.P -then \fBscripts/install.js\fR will be called for the install and post-install stages of the lifecycle, and \fBscripts/uninstall.js\fR will be called when the package is uninstalled. Since \fBscripts/install.js\fR is running for two different phases, it would be wise in this case to look at the \fBnpm_lifecycle_event\fR environment variable. -.P -If you want to run a make command, you can do so. This works just fine: -.P -.RS 2 -.nf -{ - "scripts" : { - "preinstall" : "./configure", - "install" : "make && make install", - "test" : "make test" - } -} -.fi -.RE -.SS "Exiting" -.P -Scripts are run by passing the line as a script argument to \fBsh\fR. -.P -If the script exits with a code other than 0, then this will abort the process. -.P -Note that these script files don't have to be Node.js or even JavaScript programs. They just have to be some kind of executable file. -.SS "Best Practices" -.RS 0 -.IP \(bu 4 -Don't exit with a non-zero error code unless you \fIreally\fR mean it. Except for uninstall scripts, this will cause the npm action to fail, and potentially be rolled back. If the failure is minor or only will prevent some optional features, then it's better to just print a warning and exit successfully. -.IP \(bu 4 -Try not to use scripts to do what npm can do for you. Read through \fB\fBpackage.json\fR\fR \fI\(la/configuring-npm/package-json\(ra\fR to see all the things that you can specify and enable by simply describing your package appropriately. In general, this will lead to a more robust and consistent state. -.IP \(bu 4 -Inspect the env to determine where to put things. For instance, if the \fBnpm_config_binroot\fR environment variable is set to \fB/home/user/bin\fR, then don't try to install executables into \fB/usr/local/bin\fR. The user probably set it up that way for a reason. -.IP \(bu 4 -Don't prefix your script commands with "sudo". If root permissions are required for some reason, then it'll fail with that error, and the user will sudo the npm command in question. -.IP \(bu 4 -Don't use \fBinstall\fR. Use a \fB.gyp\fR file for compilation, and \fBprepare\fR for anything else. You should almost never have to explicitly set a preinstall or install script. If you are doing this, please consider if there is another option. The only valid use of \fBinstall\fR or \fBpreinstall\fR scripts is for compilation which must be done on the target architecture. -.IP \(bu 4 -Scripts are run from the root of the package folder, regardless of what the current working directory is when \fBnpm\fR is invoked. If you want your script to use different behavior based on what subdirectory you're in, you can use the \fBINIT_CWD\fR environment variable, which holds the full path you were in when you ran \fBnpm run\fR. -.RE 0 - -.SS "See Also" -.RS 0 -.IP \(bu 4 -npm help run-script -.IP \(bu 4 -\fBpackage.json\fR \fI\(la/configuring-npm/package-json\(ra\fR -.IP \(bu 4 -npm help developers -.IP \(bu 4 -npm help install -.RE 0 diff --git a/software/flow/node_modules/npm/man/man7/workspaces.7 b/software/flow/node_modules/npm/man/man7/workspaces.7 deleted file mode 100644 index 6e1e9bf..0000000 --- a/software/flow/node_modules/npm/man/man7/workspaces.7 +++ /dev/null @@ -1,214 +0,0 @@ -.TH "WORKSPACES" "7" "February 2023" "" "" -.SH "NAME" -\fBworkspaces\fR - Working with workspaces -.SS "Description" -.P -\fBWorkspaces\fR is a generic term that refers to the set of features in the npm cli that provides support to managing multiple packages from your local file system from within a singular top-level, root package. -.P -This set of features makes up for a much more streamlined workflow handling linked packages from the local file system. Automating the linking process as part of \fBnpm install\fR and avoiding manually having to use \fBnpm link\fR in order to add references to packages that should be symlinked into the current \fBnode_modules\fR folder. -.P -We also refer to these packages being auto-symlinked during \fBnpm install\fR as a single \fBworkspace\fR, meaning it's a nested package within the current local file system that is explicitly defined in the \fB\fBpackage.json\fR\fR \fI\(la/configuring-npm/package-json#workspaces\(ra\fR \fBworkspaces\fR configuration. -.SS "Defining workspaces" -.P -Workspaces are usually defined via the \fBworkspaces\fR property of the \fB\fBpackage.json\fR\fR \fI\(la/configuring-npm/package-json#workspaces\(ra\fR file, e.g: -.P -.RS 2 -.nf -{ - "name": "my-workspaces-powered-project", - "workspaces": \[lB] - "packages/a" - \[rB] -} -.fi -.RE -.P -Given the above \fBpackage.json\fR example living at a current working directory \fB.\fR that contains a folder named \fBpackages/a\fR that itself contains a \fBpackage.json\fR inside it, defining a Node.js package, e.g: -.P -.RS 2 -.nf -. -+-- package.json -`-- packages - +-- a - | `-- package.json -.fi -.RE -.P -The expected result once running \fBnpm install\fR in this current working directory \fB.\fR is that the folder \fBpackages/a\fR will get symlinked to the \fBnode_modules\fR folder of the current working dir. -.P -Below is a post \fBnpm install\fR example, given that same previous example structure of files and folders: -.P -.RS 2 -.nf -. -+-- node_modules -| `-- a -> ../packages/a -+-- package-lock.json -+-- package.json -`-- packages - +-- a - | `-- package.json -.fi -.RE -.SS "Getting started with workspaces" -.P -You may automate the required steps to define a new workspace using npm help init. For example in a project that already has a \fBpackage.json\fR defined you can run: -.P -.RS 2 -.nf -npm init -w ./packages/a -.fi -.RE -.P -This command will create the missing folders and a new \fBpackage.json\fR file (if needed) while also making sure to properly configure the \fB"workspaces"\fR property of your root project \fBpackage.json\fR. -.SS "Adding dependencies to a workspace" -.P -It's possible to directly add/remove/update dependencies of your workspaces using the \fB\fBworkspace\fR config\fR \fI\(la/using-npm/config#workspace\(ra\fR. -.P -For example, assuming the following structure: -.P -.RS 2 -.nf -. -+-- package.json -`-- packages - +-- a - | `-- package.json - `-- b - `-- package.json -.fi -.RE -.P -If you want to add a dependency named \fBabbrev\fR from the registry as a dependency of your workspace \fBa\fR, you may use the workspace config to tell the npm installer that package should be added as a dependency of the provided workspace: -.P -.RS 2 -.nf -npm install abbrev -w a -.fi -.RE -.P -Note: other installing commands such as \fBuninstall\fR, \fBci\fR, etc will also respect the provided \fBworkspace\fR configuration. -.SS "Using workspaces" -.P -Given the \fBspecifities of how Node.js handles module resolution\fR \fI\(lahttps://nodejs.org/dist/latest-v14.x/docs/api/modules.html#modules_all_together\(ra\fR it's possible to consume any defined workspace by its declared \fBpackage.json\fR \fBname\fR. Continuing from the example defined above, let's also create a Node.js script that will require the workspace \fBa\fR example module, e.g: -.P -.RS 2 -.nf -// ./packages/a/index.js -module.exports = 'a' - -// ./lib/index.js -const moduleA = require('a') -console.log(moduleA) // -> a -.fi -.RE -.P -When running it with: -.P -\fBnode lib/index.js\fR -.P -This demonstrates how the nature of \fBnode_modules\fR resolution allows for \fBworkspaces\fR to enable a portable workflow for requiring each \fBworkspace\fR in such a way that is also easy to npm help publish these nested workspaces to be consumed elsewhere. -.SS "Running commands in the context of workspaces" -.P -You can use the \fBworkspace\fR configuration option to run commands in the context of a configured workspace. Additionally, if your current directory is in a workspace, the \fBworkspace\fR configuration is implicitly set, and \fBprefix\fR is set to the root workspace. -.P -Following is a quick example on how to use the \fBnpm run\fR command in the context of nested workspaces. For a project containing multiple workspaces, e.g: -.P -.RS 2 -.nf -. -+-- package.json -`-- packages - +-- a - | `-- package.json - `-- b - `-- package.json -.fi -.RE -.P -By running a command using the \fBworkspace\fR option, it's possible to run the given command in the context of that specific workspace. e.g: -.P -.RS 2 -.nf -npm run test --workspace=a -.fi -.RE -.P -You could also run the command within the workspace. -.P -.RS 2 -.nf -cd packages/a && npm run test -.fi -.RE -.P -Either will run the \fBtest\fR script defined within the \fB./packages/a/package.json\fR file. -.P -Please note that you can also specify this argument multiple times in the command-line in order to target multiple workspaces, e.g: -.P -.RS 2 -.nf -npm run test --workspace=a --workspace=b -.fi -.RE -.P -Or run the command for each workspace within the 'packages' folder: -.P -.RS 2 -.nf -npm run test --workspace=packages -.fi -.RE -.P -It's also possible to use the \fBworkspaces\fR (plural) configuration option to enable the same behavior but running that command in the context of \fBall\fR configured workspaces. e.g: -.P -.RS 2 -.nf -npm run test --workspaces -.fi -.RE -.P -Will run the \fBtest\fR script in both \fB./packages/a\fR and \fB./packages/b\fR. -.P -Commands will be run in each workspace in the order they appear in your \fBpackage.json\fR -.P -.RS 2 -.nf -{ - "workspaces": \[lB] "packages/a", "packages/b" \[rB] -} -.fi -.RE -.P -Order of run is different with: -.P -.RS 2 -.nf -{ - "workspaces": \[lB] "packages/b", "packages/a" \[rB] -} -.fi -.RE -.SS "Ignoring missing scripts" -.P -It is not required for all of the workspaces to implement scripts run with the \fBnpm run\fR command. -.P -By running the command with the \fB--if-present\fR flag, npm will ignore workspaces missing target script. -.P -.RS 2 -.nf -npm run test --workspaces --if-present -.fi -.RE -.SS "See also" -.RS 0 -.IP \(bu 4 -npm help install -.IP \(bu 4 -npm help publish -.IP \(bu 4 -npm help run-script -.IP \(bu 4 -npm help config -.RE 0 diff --git a/software/flow/node_modules/npm/node_modules/.bin/arborist b/software/flow/node_modules/npm/node_modules/.bin/arborist deleted file mode 120000 index 752f4a7..0000000 --- a/software/flow/node_modules/npm/node_modules/.bin/arborist +++ /dev/null @@ -1 +0,0 @@ -../@npmcli/arborist/bin/index.js \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/.bin/color-support b/software/flow/node_modules/npm/node_modules/.bin/color-support deleted file mode 120000 index fcbcb28..0000000 --- a/software/flow/node_modules/npm/node_modules/.bin/color-support +++ /dev/null @@ -1 +0,0 @@ -../color-support/bin.js \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/.bin/cssesc b/software/flow/node_modules/npm/node_modules/.bin/cssesc deleted file mode 120000 index 487b689..0000000 --- a/software/flow/node_modules/npm/node_modules/.bin/cssesc +++ /dev/null @@ -1 +0,0 @@ -../cssesc/bin/cssesc \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/.bin/installed-package-contents b/software/flow/node_modules/npm/node_modules/.bin/installed-package-contents deleted file mode 120000 index 4e50880..0000000 --- a/software/flow/node_modules/npm/node_modules/.bin/installed-package-contents +++ /dev/null @@ -1 +0,0 @@ -../@npmcli/installed-package-contents/lib/index.js \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/.bin/mkdirp b/software/flow/node_modules/npm/node_modules/.bin/mkdirp deleted file mode 120000 index 017896c..0000000 --- a/software/flow/node_modules/npm/node_modules/.bin/mkdirp +++ /dev/null @@ -1 +0,0 @@ -../mkdirp/bin/cmd.js \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/.bin/node-gyp b/software/flow/node_modules/npm/node_modules/.bin/node-gyp deleted file mode 120000 index 9b31a4f..0000000 --- a/software/flow/node_modules/npm/node_modules/.bin/node-gyp +++ /dev/null @@ -1 +0,0 @@ -../node-gyp/bin/node-gyp.js \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/.bin/node-which b/software/flow/node_modules/npm/node_modules/.bin/node-which deleted file mode 120000 index c4a428a..0000000 --- a/software/flow/node_modules/npm/node_modules/.bin/node-which +++ /dev/null @@ -1 +0,0 @@ -../which/bin/which.js \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/.bin/nopt b/software/flow/node_modules/npm/node_modules/.bin/nopt deleted file mode 120000 index 6b6566e..0000000 --- a/software/flow/node_modules/npm/node_modules/.bin/nopt +++ /dev/null @@ -1 +0,0 @@ -../nopt/bin/nopt.js \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/.bin/pacote b/software/flow/node_modules/npm/node_modules/.bin/pacote deleted file mode 120000 index e595831..0000000 --- a/software/flow/node_modules/npm/node_modules/.bin/pacote +++ /dev/null @@ -1 +0,0 @@ -../pacote/lib/bin.js \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/.bin/qrcode-terminal b/software/flow/node_modules/npm/node_modules/.bin/qrcode-terminal deleted file mode 120000 index 2a09d26..0000000 --- a/software/flow/node_modules/npm/node_modules/.bin/qrcode-terminal +++ /dev/null @@ -1 +0,0 @@ -../qrcode-terminal/bin/qrcode-terminal.js \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/.bin/rimraf b/software/flow/node_modules/npm/node_modules/.bin/rimraf deleted file mode 120000 index 4cd49a4..0000000 --- a/software/flow/node_modules/npm/node_modules/.bin/rimraf +++ /dev/null @@ -1 +0,0 @@ -../rimraf/bin.js \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/.bin/semver b/software/flow/node_modules/npm/node_modules/.bin/semver deleted file mode 120000 index 5aaadf4..0000000 --- a/software/flow/node_modules/npm/node_modules/.bin/semver +++ /dev/null @@ -1 +0,0 @@ -../semver/bin/semver.js \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/.bin/sigstore b/software/flow/node_modules/npm/node_modules/.bin/sigstore deleted file mode 120000 index 18ae542..0000000 --- a/software/flow/node_modules/npm/node_modules/.bin/sigstore +++ /dev/null @@ -1 +0,0 @@ -../sigstore/bin/sigstore.js \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/@colors/colors/LICENSE b/software/flow/node_modules/npm/node_modules/@colors/colors/LICENSE deleted file mode 100644 index 6b86056..0000000 --- a/software/flow/node_modules/npm/node_modules/@colors/colors/LICENSE +++ /dev/null @@ -1,26 +0,0 @@ -MIT License - -Original Library - - Copyright (c) Marak Squires - -Additional Functionality - - Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) - - Copyright (c) DABH (https://github.com/DABH) - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/@colors/colors/examples/normal-usage.js b/software/flow/node_modules/npm/node_modules/@colors/colors/examples/normal-usage.js deleted file mode 100644 index a4bfe7b..0000000 --- a/software/flow/node_modules/npm/node_modules/@colors/colors/examples/normal-usage.js +++ /dev/null @@ -1,83 +0,0 @@ -var colors = require('../lib/index'); - -console.log('First some yellow text'.yellow); - -console.log('Underline that text'.yellow.underline); - -console.log('Make it bold and red'.red.bold); - -console.log(('Double Raindows All Day Long').rainbow); - -console.log('Drop the bass'.trap); - -console.log('DROP THE RAINBOW BASS'.trap.rainbow); - -// styles not widely supported -console.log('Chains are also cool.'.bold.italic.underline.red); - -// styles not widely supported -console.log('So '.green + 'are'.underline + ' ' + 'inverse'.inverse - + ' styles! '.yellow.bold); -console.log('Zebras are so fun!'.zebra); - -// -// Remark: .strikethrough may not work with Mac OS Terminal App -// -console.log('This is ' + 'not'.strikethrough + ' fun.'); - -console.log('Background color attack!'.black.bgWhite); -console.log('Use random styles on everything!'.random); -console.log('America, Heck Yeah!'.america); - -// eslint-disable-next-line max-len -console.log('Blindingly '.brightCyan + 'bright? '.brightRed + 'Why '.brightYellow + 'not?!'.brightGreen); - -console.log('Setting themes is useful'); - -// -// Custom themes -// -console.log('Generic logging theme as JSON'.green.bold.underline); -// Load theme with JSON literal -colors.setTheme({ - silly: 'rainbow', - input: 'grey', - verbose: 'cyan', - prompt: 'grey', - info: 'green', - data: 'grey', - help: 'cyan', - warn: 'yellow', - debug: 'blue', - error: 'red', -}); - -// outputs red text -console.log('this is an error'.error); - -// outputs yellow text -console.log('this is a warning'.warn); - -// outputs grey text -console.log('this is an input'.input); - -console.log('Generic logging theme as file'.green.bold.underline); - -// Load a theme from file -try { - colors.setTheme(require(__dirname + '/../themes/generic-logging.js')); -} catch (err) { - console.log(err); -} - -// outputs red text -console.log('this is an error'.error); - -// outputs yellow text -console.log('this is a warning'.warn); - -// outputs grey text -console.log('this is an input'.input); - -// console.log("Don't summon".zalgo) - diff --git a/software/flow/node_modules/npm/node_modules/@colors/colors/examples/safe-string.js b/software/flow/node_modules/npm/node_modules/@colors/colors/examples/safe-string.js deleted file mode 100644 index fc66474..0000000 --- a/software/flow/node_modules/npm/node_modules/@colors/colors/examples/safe-string.js +++ /dev/null @@ -1,80 +0,0 @@ -var colors = require('../safe'); - -console.log(colors.yellow('First some yellow text')); - -console.log(colors.yellow.underline('Underline that text')); - -console.log(colors.red.bold('Make it bold and red')); - -console.log(colors.rainbow('Double Raindows All Day Long')); - -console.log(colors.trap('Drop the bass')); - -console.log(colors.rainbow(colors.trap('DROP THE RAINBOW BASS'))); - -// styles not widely supported -console.log(colors.bold.italic.underline.red('Chains are also cool.')); - -// styles not widely supported -console.log(colors.green('So ') + colors.underline('are') + ' ' - + colors.inverse('inverse') + colors.yellow.bold(' styles! ')); - -console.log(colors.zebra('Zebras are so fun!')); - -console.log('This is ' + colors.strikethrough('not') + ' fun.'); - - -console.log(colors.black.bgWhite('Background color attack!')); -console.log(colors.random('Use random styles on everything!')); -console.log(colors.america('America, Heck Yeah!')); - -// eslint-disable-next-line max-len -console.log(colors.brightCyan('Blindingly ') + colors.brightRed('bright? ') + colors.brightYellow('Why ') + colors.brightGreen('not?!')); - -console.log('Setting themes is useful'); - -// -// Custom themes -// -// console.log('Generic logging theme as JSON'.green.bold.underline); -// Load theme with JSON literal -colors.setTheme({ - silly: 'rainbow', - input: 'blue', - verbose: 'cyan', - prompt: 'grey', - info: 'green', - data: 'grey', - help: 'cyan', - warn: 'yellow', - debug: 'blue', - error: 'red', -}); - -// outputs red text -console.log(colors.error('this is an error')); - -// outputs yellow text -console.log(colors.warn('this is a warning')); - -// outputs blue text -console.log(colors.input('this is an input')); - - -// console.log('Generic logging theme as file'.green.bold.underline); - -// Load a theme from file -colors.setTheme(require(__dirname + '/../themes/generic-logging.js')); - -// outputs red text -console.log(colors.error('this is an error')); - -// outputs yellow text -console.log(colors.warn('this is a warning')); - -// outputs grey text -console.log(colors.input('this is an input')); - -// console.log(colors.zalgo("Don't summon him")) - - diff --git a/software/flow/node_modules/npm/node_modules/@colors/colors/index.d.ts b/software/flow/node_modules/npm/node_modules/@colors/colors/index.d.ts deleted file mode 100644 index df3f2e6..0000000 --- a/software/flow/node_modules/npm/node_modules/@colors/colors/index.d.ts +++ /dev/null @@ -1,136 +0,0 @@ -// Type definitions for @colors/colors 1.4+ -// Project: https://github.com/Marak/colors.js -// Definitions by: Bart van der Schoor <https://github.com/Bartvds>, Staffan Eketorp <https://github.com/staeke> -// Definitions: https://github.com/DABH/colors.js - -export interface Color { - (text: string): string; - - strip: Color; - stripColors: Color; - - black: Color; - red: Color; - green: Color; - yellow: Color; - blue: Color; - magenta: Color; - cyan: Color; - white: Color; - gray: Color; - grey: Color; - - bgBlack: Color; - bgRed: Color; - bgGreen: Color; - bgYellow: Color; - bgBlue: Color; - bgMagenta: Color; - bgCyan: Color; - bgWhite: Color; - - reset: Color; - bold: Color; - dim: Color; - italic: Color; - underline: Color; - inverse: Color; - hidden: Color; - strikethrough: Color; - - rainbow: Color; - zebra: Color; - america: Color; - trap: Color; - random: Color; - zalgo: Color; -} - -export function enable(): void; -export function disable(): void; -export function setTheme(theme: any): void; - -export let enabled: boolean; - -export const strip: Color; -export const stripColors: Color; - -export const black: Color; -export const red: Color; -export const green: Color; -export const yellow: Color; -export const blue: Color; -export const magenta: Color; -export const cyan: Color; -export const white: Color; -export const gray: Color; -export const grey: Color; - -export const bgBlack: Color; -export const bgRed: Color; -export const bgGreen: Color; -export const bgYellow: Color; -export const bgBlue: Color; -export const bgMagenta: Color; -export const bgCyan: Color; -export const bgWhite: Color; - -export const reset: Color; -export const bold: Color; -export const dim: Color; -export const italic: Color; -export const underline: Color; -export const inverse: Color; -export const hidden: Color; -export const strikethrough: Color; - -export const rainbow: Color; -export const zebra: Color; -export const america: Color; -export const trap: Color; -export const random: Color; -export const zalgo: Color; - -declare global { - interface String { - strip: string; - stripColors: string; - - black: string; - red: string; - green: string; - yellow: string; - blue: string; - magenta: string; - cyan: string; - white: string; - gray: string; - grey: string; - - bgBlack: string; - bgRed: string; - bgGreen: string; - bgYellow: string; - bgBlue: string; - bgMagenta: string; - bgCyan: string; - bgWhite: string; - - reset: string; - // @ts-ignore - bold: string; - dim: string; - italic: string; - underline: string; - inverse: string; - hidden: string; - strikethrough: string; - - rainbow: string; - zebra: string; - america: string; - trap: string; - random: string; - zalgo: string; - } -} diff --git a/software/flow/node_modules/npm/node_modules/@colors/colors/lib/colors.js b/software/flow/node_modules/npm/node_modules/@colors/colors/lib/colors.js deleted file mode 100644 index d9fb087..0000000 --- a/software/flow/node_modules/npm/node_modules/@colors/colors/lib/colors.js +++ /dev/null @@ -1,211 +0,0 @@ -/* - -The MIT License (MIT) - -Original Library - - Copyright (c) Marak Squires - -Additional functionality - - Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - -*/ - -var colors = {}; -module['exports'] = colors; - -colors.themes = {}; - -var util = require('util'); -var ansiStyles = colors.styles = require('./styles'); -var defineProps = Object.defineProperties; -var newLineRegex = new RegExp(/[\r\n]+/g); - -colors.supportsColor = require('./system/supports-colors').supportsColor; - -if (typeof colors.enabled === 'undefined') { - colors.enabled = colors.supportsColor() !== false; -} - -colors.enable = function() { - colors.enabled = true; -}; - -colors.disable = function() { - colors.enabled = false; -}; - -colors.stripColors = colors.strip = function(str) { - return ('' + str).replace(/\x1B\[\d+m/g, ''); -}; - -// eslint-disable-next-line no-unused-vars -var stylize = colors.stylize = function stylize(str, style) { - if (!colors.enabled) { - return str+''; - } - - var styleMap = ansiStyles[style]; - - // Stylize should work for non-ANSI styles, too - if (!styleMap && style in colors) { - // Style maps like trap operate as functions on strings; - // they don't have properties like open or close. - return colors[style](str); - } - - return styleMap.open + str + styleMap.close; -}; - -var matchOperatorsRe = /[|\\{}()[\]^$+*?.]/g; -var escapeStringRegexp = function(str) { - if (typeof str !== 'string') { - throw new TypeError('Expected a string'); - } - return str.replace(matchOperatorsRe, '\\$&'); -}; - -function build(_styles) { - var builder = function builder() { - return applyStyle.apply(builder, arguments); - }; - builder._styles = _styles; - // __proto__ is used because we must return a function, but there is - // no way to create a function with a different prototype. - builder.__proto__ = proto; - return builder; -} - -var styles = (function() { - var ret = {}; - ansiStyles.grey = ansiStyles.gray; - Object.keys(ansiStyles).forEach(function(key) { - ansiStyles[key].closeRe = - new RegExp(escapeStringRegexp(ansiStyles[key].close), 'g'); - ret[key] = { - get: function() { - return build(this._styles.concat(key)); - }, - }; - }); - return ret; -})(); - -var proto = defineProps(function colors() {}, styles); - -function applyStyle() { - var args = Array.prototype.slice.call(arguments); - - var str = args.map(function(arg) { - // Use weak equality check so we can colorize null/undefined in safe mode - if (arg != null && arg.constructor === String) { - return arg; - } else { - return util.inspect(arg); - } - }).join(' '); - - if (!colors.enabled || !str) { - return str; - } - - var newLinesPresent = str.indexOf('\n') != -1; - - var nestedStyles = this._styles; - - var i = nestedStyles.length; - while (i--) { - var code = ansiStyles[nestedStyles[i]]; - str = code.open + str.replace(code.closeRe, code.open) + code.close; - if (newLinesPresent) { - str = str.replace(newLineRegex, function(match) { - return code.close + match + code.open; - }); - } - } - - return str; -} - -colors.setTheme = function(theme) { - if (typeof theme === 'string') { - console.log('colors.setTheme now only accepts an object, not a string. ' + - 'If you are trying to set a theme from a file, it is now your (the ' + - 'caller\'s) responsibility to require the file. The old syntax ' + - 'looked like colors.setTheme(__dirname + ' + - '\'/../themes/generic-logging.js\'); The new syntax looks like '+ - 'colors.setTheme(require(__dirname + ' + - '\'/../themes/generic-logging.js\'));'); - return; - } - for (var style in theme) { - (function(style) { - colors[style] = function(str) { - if (typeof theme[style] === 'object') { - var out = str; - for (var i in theme[style]) { - out = colors[theme[style][i]](out); - } - return out; - } - return colors[theme[style]](str); - }; - })(style); - } -}; - -function init() { - var ret = {}; - Object.keys(styles).forEach(function(name) { - ret[name] = { - get: function() { - return build([name]); - }, - }; - }); - return ret; -} - -var sequencer = function sequencer(map, str) { - var exploded = str.split(''); - exploded = exploded.map(map); - return exploded.join(''); -}; - -// custom formatter methods -colors.trap = require('./custom/trap'); -colors.zalgo = require('./custom/zalgo'); - -// maps -colors.maps = {}; -colors.maps.america = require('./maps/america')(colors); -colors.maps.zebra = require('./maps/zebra')(colors); -colors.maps.rainbow = require('./maps/rainbow')(colors); -colors.maps.random = require('./maps/random')(colors); - -for (var map in colors.maps) { - (function(map) { - colors[map] = function(str) { - return sequencer(colors.maps[map], str); - }; - })(map); -} - -defineProps(colors, init()); diff --git a/software/flow/node_modules/npm/node_modules/@colors/colors/lib/custom/trap.js b/software/flow/node_modules/npm/node_modules/@colors/colors/lib/custom/trap.js deleted file mode 100644 index fbccf88..0000000 --- a/software/flow/node_modules/npm/node_modules/@colors/colors/lib/custom/trap.js +++ /dev/null @@ -1,46 +0,0 @@ -module['exports'] = function runTheTrap(text, options) { - var result = ''; - text = text || 'Run the trap, drop the bass'; - text = text.split(''); - var trap = { - a: ['\u0040', '\u0104', '\u023a', '\u0245', '\u0394', '\u039b', '\u0414'], - b: ['\u00df', '\u0181', '\u0243', '\u026e', '\u03b2', '\u0e3f'], - c: ['\u00a9', '\u023b', '\u03fe'], - d: ['\u00d0', '\u018a', '\u0500', '\u0501', '\u0502', '\u0503'], - e: ['\u00cb', '\u0115', '\u018e', '\u0258', '\u03a3', '\u03be', '\u04bc', - '\u0a6c'], - f: ['\u04fa'], - g: ['\u0262'], - h: ['\u0126', '\u0195', '\u04a2', '\u04ba', '\u04c7', '\u050a'], - i: ['\u0f0f'], - j: ['\u0134'], - k: ['\u0138', '\u04a0', '\u04c3', '\u051e'], - l: ['\u0139'], - m: ['\u028d', '\u04cd', '\u04ce', '\u0520', '\u0521', '\u0d69'], - n: ['\u00d1', '\u014b', '\u019d', '\u0376', '\u03a0', '\u048a'], - o: ['\u00d8', '\u00f5', '\u00f8', '\u01fe', '\u0298', '\u047a', '\u05dd', - '\u06dd', '\u0e4f'], - p: ['\u01f7', '\u048e'], - q: ['\u09cd'], - r: ['\u00ae', '\u01a6', '\u0210', '\u024c', '\u0280', '\u042f'], - s: ['\u00a7', '\u03de', '\u03df', '\u03e8'], - t: ['\u0141', '\u0166', '\u0373'], - u: ['\u01b1', '\u054d'], - v: ['\u05d8'], - w: ['\u0428', '\u0460', '\u047c', '\u0d70'], - x: ['\u04b2', '\u04fe', '\u04fc', '\u04fd'], - y: ['\u00a5', '\u04b0', '\u04cb'], - z: ['\u01b5', '\u0240'], - }; - text.forEach(function(c) { - c = c.toLowerCase(); - var chars = trap[c] || [' ']; - var rand = Math.floor(Math.random() * chars.length); - if (typeof trap[c] !== 'undefined') { - result += trap[c][rand]; - } else { - result += c; - } - }); - return result; -}; diff --git a/software/flow/node_modules/npm/node_modules/@colors/colors/lib/custom/zalgo.js b/software/flow/node_modules/npm/node_modules/@colors/colors/lib/custom/zalgo.js deleted file mode 100644 index 0ef2b01..0000000 --- a/software/flow/node_modules/npm/node_modules/@colors/colors/lib/custom/zalgo.js +++ /dev/null @@ -1,110 +0,0 @@ -// please no -module['exports'] = function zalgo(text, options) { - text = text || ' he is here '; - var soul = { - 'up': [ - '̍', '̎', '̄', '̅', - '̿', '̑', '̆', '̐', - '͒', '͗', '͑', '̇', - '̈', '̊', '͂', '̓', - '̈', '͊', '͋', '͌', - '̃', '̂', '̌', '͐', - '̀', '́', '̋', '̏', - '̒', '̓', '̔', '̽', - '̉', 'ͣ', 'ͤ', 'ͥ', - 'ͦ', 'ͧ', 'ͨ', 'ͩ', - 'ͪ', 'ͫ', 'ͬ', 'ͭ', - 'ͮ', 'ͯ', '̾', '͛', - '͆', '̚', - ], - 'down': [ - '̖', '̗', '̘', '̙', - '̜', '̝', '̞', '̟', - '̠', '̤', '̥', '̦', - '̩', '̪', '̫', '̬', - '̭', '̮', '̯', '̰', - '̱', '̲', '̳', '̹', - '̺', '̻', '̼', 'ͅ', - '͇', '͈', '͉', '͍', - '͎', '͓', '͔', '͕', - '͖', '͙', '͚', '̣', - ], - 'mid': [ - '̕', '̛', '̀', '́', - '͘', '̡', '̢', '̧', - '̨', '̴', '̵', '̶', - '͜', '͝', '͞', - '͟', '͠', '͢', '̸', - '̷', '͡', ' ҉', - ], - }; - var all = [].concat(soul.up, soul.down, soul.mid); - - function randomNumber(range) { - var r = Math.floor(Math.random() * range); - return r; - } - - function isChar(character) { - var bool = false; - all.filter(function(i) { - bool = (i === character); - }); - return bool; - } - - - function heComes(text, options) { - var result = ''; - var counts; - var l; - options = options || {}; - options['up'] = - typeof options['up'] !== 'undefined' ? options['up'] : true; - options['mid'] = - typeof options['mid'] !== 'undefined' ? options['mid'] : true; - options['down'] = - typeof options['down'] !== 'undefined' ? options['down'] : true; - options['size'] = - typeof options['size'] !== 'undefined' ? options['size'] : 'maxi'; - text = text.split(''); - for (l in text) { - if (isChar(l)) { - continue; - } - result = result + text[l]; - counts = {'up': 0, 'down': 0, 'mid': 0}; - switch (options.size) { - case 'mini': - counts.up = randomNumber(8); - counts.mid = randomNumber(2); - counts.down = randomNumber(8); - break; - case 'maxi': - counts.up = randomNumber(16) + 3; - counts.mid = randomNumber(4) + 1; - counts.down = randomNumber(64) + 3; - break; - default: - counts.up = randomNumber(8) + 1; - counts.mid = randomNumber(6) / 2; - counts.down = randomNumber(8) + 1; - break; - } - - var arr = ['up', 'mid', 'down']; - for (var d in arr) { - var index = arr[d]; - for (var i = 0; i <= counts[index]; i++) { - if (options[index]) { - result = result + soul[index][randomNumber(soul[index].length)]; - } - } - } - } - return result; - } - // don't summon him - return heComes(text, options); -}; - diff --git a/software/flow/node_modules/npm/node_modules/@colors/colors/lib/extendStringPrototype.js b/software/flow/node_modules/npm/node_modules/@colors/colors/lib/extendStringPrototype.js deleted file mode 100644 index 46fd386..0000000 --- a/software/flow/node_modules/npm/node_modules/@colors/colors/lib/extendStringPrototype.js +++ /dev/null @@ -1,110 +0,0 @@ -var colors = require('./colors'); - -module['exports'] = function() { - // - // Extends prototype of native string object to allow for "foo".red syntax - // - var addProperty = function(color, func) { - String.prototype.__defineGetter__(color, func); - }; - - addProperty('strip', function() { - return colors.strip(this); - }); - - addProperty('stripColors', function() { - return colors.strip(this); - }); - - addProperty('trap', function() { - return colors.trap(this); - }); - - addProperty('zalgo', function() { - return colors.zalgo(this); - }); - - addProperty('zebra', function() { - return colors.zebra(this); - }); - - addProperty('rainbow', function() { - return colors.rainbow(this); - }); - - addProperty('random', function() { - return colors.random(this); - }); - - addProperty('america', function() { - return colors.america(this); - }); - - // - // Iterate through all default styles and colors - // - var x = Object.keys(colors.styles); - x.forEach(function(style) { - addProperty(style, function() { - return colors.stylize(this, style); - }); - }); - - function applyTheme(theme) { - // - // Remark: This is a list of methods that exist - // on String that you should not overwrite. - // - var stringPrototypeBlacklist = [ - '__defineGetter__', '__defineSetter__', '__lookupGetter__', - '__lookupSetter__', 'charAt', 'constructor', 'hasOwnProperty', - 'isPrototypeOf', 'propertyIsEnumerable', 'toLocaleString', 'toString', - 'valueOf', 'charCodeAt', 'indexOf', 'lastIndexOf', 'length', - 'localeCompare', 'match', 'repeat', 'replace', 'search', 'slice', - 'split', 'substring', 'toLocaleLowerCase', 'toLocaleUpperCase', - 'toLowerCase', 'toUpperCase', 'trim', 'trimLeft', 'trimRight', - ]; - - Object.keys(theme).forEach(function(prop) { - if (stringPrototypeBlacklist.indexOf(prop) !== -1) { - console.log('warn: '.red + ('String.prototype' + prop).magenta + - ' is probably something you don\'t want to override. ' + - 'Ignoring style name'); - } else { - if (typeof(theme[prop]) === 'string') { - colors[prop] = colors[theme[prop]]; - addProperty(prop, function() { - return colors[prop](this); - }); - } else { - var themePropApplicator = function(str) { - var ret = str || this; - for (var t = 0; t < theme[prop].length; t++) { - ret = colors[theme[prop][t]](ret); - } - return ret; - }; - addProperty(prop, themePropApplicator); - colors[prop] = function(str) { - return themePropApplicator(str); - }; - } - } - }); - } - - colors.setTheme = function(theme) { - if (typeof theme === 'string') { - console.log('colors.setTheme now only accepts an object, not a string. ' + - 'If you are trying to set a theme from a file, it is now your (the ' + - 'caller\'s) responsibility to require the file. The old syntax ' + - 'looked like colors.setTheme(__dirname + ' + - '\'/../themes/generic-logging.js\'); The new syntax looks like '+ - 'colors.setTheme(require(__dirname + ' + - '\'/../themes/generic-logging.js\'));'); - return; - } else { - applyTheme(theme); - } - }; -}; diff --git a/software/flow/node_modules/npm/node_modules/@colors/colors/lib/index.js b/software/flow/node_modules/npm/node_modules/@colors/colors/lib/index.js deleted file mode 100644 index 9df5ab7..0000000 --- a/software/flow/node_modules/npm/node_modules/@colors/colors/lib/index.js +++ /dev/null @@ -1,13 +0,0 @@ -var colors = require('./colors'); -module['exports'] = colors; - -// Remark: By default, colors will add style properties to String.prototype. -// -// If you don't wish to extend String.prototype, you can do this instead and -// native String will not be touched: -// -// var colors = require('colors/safe); -// colors.red("foo") -// -// -require('./extendStringPrototype')(); diff --git a/software/flow/node_modules/npm/node_modules/@colors/colors/lib/maps/america.js b/software/flow/node_modules/npm/node_modules/@colors/colors/lib/maps/america.js deleted file mode 100644 index dc96903..0000000 --- a/software/flow/node_modules/npm/node_modules/@colors/colors/lib/maps/america.js +++ /dev/null @@ -1,10 +0,0 @@ -module['exports'] = function(colors) { - return function(letter, i, exploded) { - if (letter === ' ') return letter; - switch (i%3) { - case 0: return colors.red(letter); - case 1: return colors.white(letter); - case 2: return colors.blue(letter); - } - }; -}; diff --git a/software/flow/node_modules/npm/node_modules/@colors/colors/lib/maps/rainbow.js b/software/flow/node_modules/npm/node_modules/@colors/colors/lib/maps/rainbow.js deleted file mode 100644 index 2b00ac0..0000000 --- a/software/flow/node_modules/npm/node_modules/@colors/colors/lib/maps/rainbow.js +++ /dev/null @@ -1,12 +0,0 @@ -module['exports'] = function(colors) { - // RoY G BiV - var rainbowColors = ['red', 'yellow', 'green', 'blue', 'magenta']; - return function(letter, i, exploded) { - if (letter === ' ') { - return letter; - } else { - return colors[rainbowColors[i++ % rainbowColors.length]](letter); - } - }; -}; - diff --git a/software/flow/node_modules/npm/node_modules/@colors/colors/lib/maps/random.js b/software/flow/node_modules/npm/node_modules/@colors/colors/lib/maps/random.js deleted file mode 100644 index 3d82a39..0000000 --- a/software/flow/node_modules/npm/node_modules/@colors/colors/lib/maps/random.js +++ /dev/null @@ -1,11 +0,0 @@ -module['exports'] = function(colors) { - var available = ['underline', 'inverse', 'grey', 'yellow', 'red', 'green', - 'blue', 'white', 'cyan', 'magenta', 'brightYellow', 'brightRed', - 'brightGreen', 'brightBlue', 'brightWhite', 'brightCyan', 'brightMagenta']; - return function(letter, i, exploded) { - return letter === ' ' ? letter : - colors[ - available[Math.round(Math.random() * (available.length - 2))] - ](letter); - }; -}; diff --git a/software/flow/node_modules/npm/node_modules/@colors/colors/lib/maps/zebra.js b/software/flow/node_modules/npm/node_modules/@colors/colors/lib/maps/zebra.js deleted file mode 100644 index fa73623..0000000 --- a/software/flow/node_modules/npm/node_modules/@colors/colors/lib/maps/zebra.js +++ /dev/null @@ -1,5 +0,0 @@ -module['exports'] = function(colors) { - return function(letter, i, exploded) { - return i % 2 === 0 ? letter : colors.inverse(letter); - }; -}; diff --git a/software/flow/node_modules/npm/node_modules/@colors/colors/lib/styles.js b/software/flow/node_modules/npm/node_modules/@colors/colors/lib/styles.js deleted file mode 100644 index 011dafd..0000000 --- a/software/flow/node_modules/npm/node_modules/@colors/colors/lib/styles.js +++ /dev/null @@ -1,95 +0,0 @@ -/* -The MIT License (MIT) - -Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - -*/ - -var styles = {}; -module['exports'] = styles; - -var codes = { - reset: [0, 0], - - bold: [1, 22], - dim: [2, 22], - italic: [3, 23], - underline: [4, 24], - inverse: [7, 27], - hidden: [8, 28], - strikethrough: [9, 29], - - black: [30, 39], - red: [31, 39], - green: [32, 39], - yellow: [33, 39], - blue: [34, 39], - magenta: [35, 39], - cyan: [36, 39], - white: [37, 39], - gray: [90, 39], - grey: [90, 39], - - brightRed: [91, 39], - brightGreen: [92, 39], - brightYellow: [93, 39], - brightBlue: [94, 39], - brightMagenta: [95, 39], - brightCyan: [96, 39], - brightWhite: [97, 39], - - bgBlack: [40, 49], - bgRed: [41, 49], - bgGreen: [42, 49], - bgYellow: [43, 49], - bgBlue: [44, 49], - bgMagenta: [45, 49], - bgCyan: [46, 49], - bgWhite: [47, 49], - bgGray: [100, 49], - bgGrey: [100, 49], - - bgBrightRed: [101, 49], - bgBrightGreen: [102, 49], - bgBrightYellow: [103, 49], - bgBrightBlue: [104, 49], - bgBrightMagenta: [105, 49], - bgBrightCyan: [106, 49], - bgBrightWhite: [107, 49], - - // legacy styles for colors pre v1.0.0 - blackBG: [40, 49], - redBG: [41, 49], - greenBG: [42, 49], - yellowBG: [43, 49], - blueBG: [44, 49], - magentaBG: [45, 49], - cyanBG: [46, 49], - whiteBG: [47, 49], - -}; - -Object.keys(codes).forEach(function(key) { - var val = codes[key]; - var style = styles[key] = []; - style.open = '\u001b[' + val[0] + 'm'; - style.close = '\u001b[' + val[1] + 'm'; -}); diff --git a/software/flow/node_modules/npm/node_modules/@colors/colors/lib/system/has-flag.js b/software/flow/node_modules/npm/node_modules/@colors/colors/lib/system/has-flag.js deleted file mode 100644 index a347dd4..0000000 --- a/software/flow/node_modules/npm/node_modules/@colors/colors/lib/system/has-flag.js +++ /dev/null @@ -1,35 +0,0 @@ -/* -MIT License - -Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies -of the Software, and to permit persons to whom the Software is furnished to do -so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. -*/ - -'use strict'; - -module.exports = function(flag, argv) { - argv = argv || process.argv; - - var terminatorPos = argv.indexOf('--'); - var prefix = /^-{1,2}/.test(flag) ? '' : '--'; - var pos = argv.indexOf(prefix + flag); - - return pos !== -1 && (terminatorPos === -1 ? true : pos < terminatorPos); -}; diff --git a/software/flow/node_modules/npm/node_modules/@colors/colors/lib/system/supports-colors.js b/software/flow/node_modules/npm/node_modules/@colors/colors/lib/system/supports-colors.js deleted file mode 100644 index f1f9c8f..0000000 --- a/software/flow/node_modules/npm/node_modules/@colors/colors/lib/system/supports-colors.js +++ /dev/null @@ -1,151 +0,0 @@ -/* -The MIT License (MIT) - -Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - -*/ - -'use strict'; - -var os = require('os'); -var hasFlag = require('./has-flag.js'); - -var env = process.env; - -var forceColor = void 0; -if (hasFlag('no-color') || hasFlag('no-colors') || hasFlag('color=false')) { - forceColor = false; -} else if (hasFlag('color') || hasFlag('colors') || hasFlag('color=true') - || hasFlag('color=always')) { - forceColor = true; -} -if ('FORCE_COLOR' in env) { - forceColor = env.FORCE_COLOR.length === 0 - || parseInt(env.FORCE_COLOR, 10) !== 0; -} - -function translateLevel(level) { - if (level === 0) { - return false; - } - - return { - level: level, - hasBasic: true, - has256: level >= 2, - has16m: level >= 3, - }; -} - -function supportsColor(stream) { - if (forceColor === false) { - return 0; - } - - if (hasFlag('color=16m') || hasFlag('color=full') - || hasFlag('color=truecolor')) { - return 3; - } - - if (hasFlag('color=256')) { - return 2; - } - - if (stream && !stream.isTTY && forceColor !== true) { - return 0; - } - - var min = forceColor ? 1 : 0; - - if (process.platform === 'win32') { - // Node.js 7.5.0 is the first version of Node.js to include a patch to - // libuv that enables 256 color output on Windows. Anything earlier and it - // won't work. However, here we target Node.js 8 at minimum as it is an LTS - // release, and Node.js 7 is not. Windows 10 build 10586 is the first - // Windows release that supports 256 colors. Windows 10 build 14931 is the - // first release that supports 16m/TrueColor. - var osRelease = os.release().split('.'); - if (Number(process.versions.node.split('.')[0]) >= 8 - && Number(osRelease[0]) >= 10 && Number(osRelease[2]) >= 10586) { - return Number(osRelease[2]) >= 14931 ? 3 : 2; - } - - return 1; - } - - if ('CI' in env) { - if (['TRAVIS', 'CIRCLECI', 'APPVEYOR', 'GITLAB_CI'].some(function(sign) { - return sign in env; - }) || env.CI_NAME === 'codeship') { - return 1; - } - - return min; - } - - if ('TEAMCITY_VERSION' in env) { - return (/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(env.TEAMCITY_VERSION) ? 1 : 0 - ); - } - - if ('TERM_PROGRAM' in env) { - var version = parseInt((env.TERM_PROGRAM_VERSION || '').split('.')[0], 10); - - switch (env.TERM_PROGRAM) { - case 'iTerm.app': - return version >= 3 ? 3 : 2; - case 'Hyper': - return 3; - case 'Apple_Terminal': - return 2; - // No default - } - } - - if (/-256(color)?$/i.test(env.TERM)) { - return 2; - } - - if (/^screen|^xterm|^vt100|^rxvt|color|ansi|cygwin|linux/i.test(env.TERM)) { - return 1; - } - - if ('COLORTERM' in env) { - return 1; - } - - if (env.TERM === 'dumb') { - return min; - } - - return min; -} - -function getSupportLevel(stream) { - var level = supportsColor(stream); - return translateLevel(level); -} - -module.exports = { - supportsColor: getSupportLevel, - stdout: getSupportLevel(process.stdout), - stderr: getSupportLevel(process.stderr), -}; diff --git a/software/flow/node_modules/npm/node_modules/@colors/colors/package.json b/software/flow/node_modules/npm/node_modules/@colors/colors/package.json deleted file mode 100644 index cb87f20..0000000 --- a/software/flow/node_modules/npm/node_modules/@colors/colors/package.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "@colors/colors", - "description": "get colors in your node.js console", - "version": "1.5.0", - "author": "DABH", - "contributors": [ - { - "name": "DABH", - "url": "https://github.com/DABH" - } - ], - "homepage": "https://github.com/DABH/colors.js", - "bugs": "https://github.com/DABH/colors.js/issues", - "keywords": [ - "ansi", - "terminal", - "colors" - ], - "repository": { - "type": "git", - "url": "http://github.com/DABH/colors.js.git" - }, - "license": "MIT", - "scripts": { - "lint": "eslint . --fix", - "test": "export FORCE_COLOR=1 && node tests/basic-test.js && node tests/safe-test.js" - }, - "engines": { - "node": ">=0.1.90" - }, - "main": "lib/index.js", - "files": [ - "examples", - "lib", - "LICENSE", - "safe.js", - "themes", - "index.d.ts", - "safe.d.ts" - ], - "devDependencies": { - "eslint": "^5.2.0", - "eslint-config-google": "^0.11.0" - } -} diff --git a/software/flow/node_modules/npm/node_modules/@colors/colors/safe.d.ts b/software/flow/node_modules/npm/node_modules/@colors/colors/safe.d.ts deleted file mode 100644 index 2bafc27..0000000 --- a/software/flow/node_modules/npm/node_modules/@colors/colors/safe.d.ts +++ /dev/null @@ -1,48 +0,0 @@ -// Type definitions for Colors.js 1.2 -// Project: https://github.com/Marak/colors.js -// Definitions by: Bart van der Schoor <https://github.com/Bartvds>, Staffan Eketorp <https://github.com/staeke> -// Definitions: https://github.com/Marak/colors.js - -export const enabled: boolean; -export function enable(): void; -export function disable(): void; -export function setTheme(theme: any): void; - -export function strip(str: string): string; -export function stripColors(str: string): string; - -export function black(str: string): string; -export function red(str: string): string; -export function green(str: string): string; -export function yellow(str: string): string; -export function blue(str: string): string; -export function magenta(str: string): string; -export function cyan(str: string): string; -export function white(str: string): string; -export function gray(str: string): string; -export function grey(str: string): string; - -export function bgBlack(str: string): string; -export function bgRed(str: string): string; -export function bgGreen(str: string): string; -export function bgYellow(str: string): string; -export function bgBlue(str: string): string; -export function bgMagenta(str: string): string; -export function bgCyan(str: string): string; -export function bgWhite(str: string): string; - -export function reset(str: string): string; -export function bold(str: string): string; -export function dim(str: string): string; -export function italic(str: string): string; -export function underline(str: string): string; -export function inverse(str: string): string; -export function hidden(str: string): string; -export function strikethrough(str: string): string; - -export function rainbow(str: string): string; -export function zebra(str: string): string; -export function america(str: string): string; -export function trap(str: string): string; -export function random(str: string): string; -export function zalgo(str: string): string; diff --git a/software/flow/node_modules/npm/node_modules/@colors/colors/safe.js b/software/flow/node_modules/npm/node_modules/@colors/colors/safe.js deleted file mode 100644 index a013d54..0000000 --- a/software/flow/node_modules/npm/node_modules/@colors/colors/safe.js +++ /dev/null @@ -1,10 +0,0 @@ -// -// Remark: Requiring this file will use the "safe" colors API, -// which will not touch String.prototype. -// -// var colors = require('colors/safe'); -// colors.red("foo") -// -// -var colors = require('./lib/colors'); -module['exports'] = colors; diff --git a/software/flow/node_modules/npm/node_modules/@colors/colors/themes/generic-logging.js b/software/flow/node_modules/npm/node_modules/@colors/colors/themes/generic-logging.js deleted file mode 100644 index 63adfe4..0000000 --- a/software/flow/node_modules/npm/node_modules/@colors/colors/themes/generic-logging.js +++ /dev/null @@ -1,12 +0,0 @@ -module['exports'] = { - silly: 'rainbow', - input: 'grey', - verbose: 'cyan', - prompt: 'grey', - info: 'green', - data: 'grey', - help: 'cyan', - warn: 'yellow', - debug: 'blue', - error: 'red', -}; diff --git a/software/flow/node_modules/npm/node_modules/@gar/promisify/LICENSE.md b/software/flow/node_modules/npm/node_modules/@gar/promisify/LICENSE.md deleted file mode 100644 index 64f7732..0000000 --- a/software/flow/node_modules/npm/node_modules/@gar/promisify/LICENSE.md +++ /dev/null @@ -1,10 +0,0 @@ -The MIT License (MIT) - -Copyright © 2020-2022 Michael Garvin - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - diff --git a/software/flow/node_modules/npm/node_modules/@gar/promisify/index.js b/software/flow/node_modules/npm/node_modules/@gar/promisify/index.js deleted file mode 100644 index d0be95f..0000000 --- a/software/flow/node_modules/npm/node_modules/@gar/promisify/index.js +++ /dev/null @@ -1,36 +0,0 @@ -'use strict' - -const { promisify } = require('util') - -const handler = { - get: function (target, prop, receiver) { - if (typeof target[prop] !== 'function') { - return target[prop] - } - if (target[prop][promisify.custom]) { - return function () { - return Reflect.get(target, prop, receiver)[promisify.custom].apply(target, arguments) - } - } - return function () { - return new Promise((resolve, reject) => { - Reflect.get(target, prop, receiver).apply(target, [...arguments, function (err, result) { - if (err) { - return reject(err) - } - resolve(result) - }]) - }) - } - } -} - -module.exports = function (thingToPromisify) { - if (typeof thingToPromisify === 'function') { - return promisify(thingToPromisify) - } - if (typeof thingToPromisify === 'object') { - return new Proxy(thingToPromisify, handler) - } - throw new TypeError('Can only promisify functions or objects') -} diff --git a/software/flow/node_modules/npm/node_modules/@gar/promisify/package.json b/software/flow/node_modules/npm/node_modules/@gar/promisify/package.json deleted file mode 100644 index d0ce69b..0000000 --- a/software/flow/node_modules/npm/node_modules/@gar/promisify/package.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "@gar/promisify", - "version": "1.1.3", - "description": "Promisify an entire class or object", - "main": "index.js", - "repository": { - "type": "git", - "url": "https://github.com/wraithgar/gar-promisify.git" - }, - "scripts": { - "lint": "standard", - "lint:fix": "standard --fix", - "test": "lab -a @hapi/code -t 100", - "posttest": "npm run lint" - }, - "files": [ - "index.js" - ], - "keywords": [ - "promisify", - "all", - "class", - "object" - ], - "author": "Gar <gar+npm@danger.computer>", - "license": "MIT", - "devDependencies": { - "@hapi/code": "^8.0.1", - "@hapi/lab": "^24.1.0", - "standard": "^16.0.3" - } -} diff --git a/software/flow/node_modules/npm/node_modules/@isaacs/string-locale-compare/LICENSE b/software/flow/node_modules/npm/node_modules/@isaacs/string-locale-compare/LICENSE deleted file mode 100644 index 05eeeb8..0000000 --- a/software/flow/node_modules/npm/node_modules/@isaacs/string-locale-compare/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -The ISC License - -Copyright (c) Isaac Z. Schlueter - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/@isaacs/string-locale-compare/index.js b/software/flow/node_modules/npm/node_modules/@isaacs/string-locale-compare/index.js deleted file mode 100644 index 0f68ab6..0000000 --- a/software/flow/node_modules/npm/node_modules/@isaacs/string-locale-compare/index.js +++ /dev/null @@ -1,42 +0,0 @@ -const hasIntl = typeof Intl === 'object' && !!Intl -const Collator = hasIntl && Intl.Collator -const cache = new Map() - -const collatorCompare = (locale, opts) => { - const collator = new Collator(locale, opts) - return (a, b) => collator.compare(a, b) -} - -const localeCompare = (locale, opts) => (a, b) => a.localeCompare(b, locale, opts) - -const knownOptions = [ - 'sensitivity', - 'numeric', - 'ignorePunctuation', - 'caseFirst', -] - -const { hasOwnProperty } = Object.prototype - -module.exports = (locale, options = {}) => { - if (!locale || typeof locale !== 'string') - throw new TypeError('locale required') - - const opts = knownOptions.reduce((opts, k) => { - if (hasOwnProperty.call(options, k)) { - opts[k] = options[k] - } - return opts - }, {}) - const key = `${locale}\n${JSON.stringify(opts)}` - - if (cache.has(key)) - return cache.get(key) - - const compare = hasIntl - ? collatorCompare(locale, opts) - : localeCompare(locale, opts) - cache.set(key, compare) - - return compare -} diff --git a/software/flow/node_modules/npm/node_modules/@isaacs/string-locale-compare/package.json b/software/flow/node_modules/npm/node_modules/@isaacs/string-locale-compare/package.json deleted file mode 100644 index 58de848..0000000 --- a/software/flow/node_modules/npm/node_modules/@isaacs/string-locale-compare/package.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "@isaacs/string-locale-compare", - "version": "1.1.0", - "files": [ - "index.js" - ], - "main": "index.js", - "description": "Compare strings with Intl.Collator if available, falling back to String.localeCompare otherwise", - "repository": { - "type": "git", - "url": "git+https://github.com/isaacs/string-locale-compare" - }, - "author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)", - "license": "ISC", - "scripts": { - "test": "tap", - "snap": "tap", - "preversion": "npm test", - "postversion": "npm publish", - "prepublishOnly": "git push origin --follow-tags" - }, - "tap": { - "check-coverage": true - }, - "devDependencies": { - "tap": "^15.0.9" - } -} diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/LICENSE.md b/software/flow/node_modules/npm/node_modules/@npmcli/arborist/LICENSE.md deleted file mode 100644 index 5fc208f..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/LICENSE.md +++ /dev/null @@ -1,20 +0,0 @@ -<!-- This file is automatically added by @npmcli/template-oss. Do not edit. --> - -ISC License - -Copyright npm, Inc. - -Permission to use, copy, modify, and/or distribute this -software for any purpose with or without fee is hereby -granted, provided that the above copyright notice and this -permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND NPM DISCLAIMS ALL -WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO -EVENT SHALL NPM BE LIABLE FOR ANY SPECIAL, DIRECT, -INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER -TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE -USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/README.md b/software/flow/node_modules/npm/node_modules/@npmcli/arborist/README.md deleted file mode 100644 index 81d79cb..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/README.md +++ /dev/null @@ -1,349 +0,0 @@ -# @npmcli/arborist - -[![npm version](https://img.shields.io/npm/v/@npmcli/arborist.svg)](https://npm.im/@npmcli/arborist) -[![license](https://img.shields.io/npm/l/@npmcli/arborist.svg)](https://npm.im/@npmcli/arborist) -[![CI - @npmcli/arborist](https://github.com/npm/cli/actions/workflows/ci-npmcli-arborist.yml/badge.svg)](https://github.com/npm/cli/actions/workflows/ci-npmcli-arborist.yml) - -Inspect and manage `node_modules` trees. - -![a tree with the word ARBORIST superimposed on it](https://raw.githubusercontent.com/npm/arborist/main/docs/logo.svg?sanitize=true) - -There's more documentation [in the docs -folder](https://github.com/npm/cli/tree/latest/workspaces/arborist/docs). - -## USAGE - -```js -const Arborist = require('@npmcli/arborist') - -const arb = new Arborist({ - // options object - - // where we're doing stuff. defaults to cwd. - path: '/path/to/package/root', - - // url to the default registry. defaults to npm's default registry - registry: 'https://registry.npmjs.org', - - // scopes can be mapped to a different registry - '@foo:registry': 'https://registry.foo.com/', - - // Auth can be provided in a couple of different ways. If none are - // provided, then requests are anonymous, and private packages will 404. - // Arborist doesn't do anything with these, it just passes them down - // the chain to pacote and npm-registry-fetch. - - // Safest: a bearer token provided by a registry: - // 1. an npm auth token, used with the default registry - token: 'deadbeefcafebad', - // 2. an alias for the same thing: - _authToken: 'deadbeefcafebad', - - // insecure options: - // 3. basic auth, username:password, base64 encoded - auth: 'aXNhYWNzOm5vdCBteSByZWFsIHBhc3N3b3Jk', - // 4. username and base64 encoded password - username: 'isaacs', - password: 'bm90IG15IHJlYWwgcGFzc3dvcmQ=', - - // auth configs can also be scoped to a given registry with this - // rather unusual pattern: - '//registry.foo.com:token': 'blahblahblah', - '//basic.auth.only.foo.com:_auth': 'aXNhYWNzOm5vdCBteSByZWFsIHBhc3N3b3Jk', - '//registry.foo.com:always-auth': true, -}) - -// READING - -// returns a promise. reads the actual contents of node_modules -arb.loadActual().then(tree => { - // tree is also stored at arb.virtualTree -}) - -// read just what the package-lock.json/npm-shrinkwrap says -// This *also* loads the yarn.lock file, but that's only relevant -// when building the ideal tree. -arb.loadVirtual().then(tree => { - // tree is also stored at arb.virtualTree - // now arb.virtualTree is loaded - // this fails if there's no package-lock.json or package.json in the folder - // note that loading this way should only be done if there's no - // node_modules folder -}) - -// OPTIMIZING AND DESIGNING - -// build an ideal tree from the package.json and various lockfiles. -arb.buildIdealTree(options).then(() => { - // next step is to reify that ideal tree onto disk. - // options can be: - // rm: array of package names to remove at top level - // add: Array of package specifiers to add at the top level. Each of - // these will be resolved with pacote.manifest if the name can't be - // determined from the spec. (Eg, `github:foo/bar` vs `foo@somespec`.) - // The dep will be saved in the location where it already exists, - // (or pkg.dependencies) unless a different saveType is specified. - // saveType: Save added packages in a specific dependency set. - // - null (default) Wherever they exist already, or 'dependencies' - // - prod: definitely in 'dependencies' - // - optional: in 'optionalDependencies' - // - dev: devDependencies - // - peer: save in peerDependencies, and remove any optional flag from - // peerDependenciesMeta if one exists - // - peerOptional: save in peerDependencies, and add a - // peerDepsMeta[name].optional flag - // saveBundle: add newly added deps to the bundleDependencies list - // update: Either `true` to just go ahead and update everything, or an - // object with any or all of the following fields: - // - all: boolean. set to true to just update everything - // - names: names of packages update (like `npm update foo`) - // prune: boolean, default true. Prune extraneous nodes from the tree. - // preferDedupe: prefer to deduplicate packages if possible, rather than - // choosing a newer version of a dependency. Defaults to false, ie, - // always try to get the latest and greatest deps. - // legacyBundling: Nest every dep under the node requiring it, npm v2 style. - // No unnecessary deduplication. Default false. - - // At the end of this process, arb.idealTree is set. -}) - -// WRITING - -// Make the idealTree be the thing that's on disk -arb.reify({ - // write the lockfile(s) back to disk, and package.json with any updates - // defaults to 'true' - save: true, -}).then(() => { - // node modules has been written to match the idealTree -}) -``` - -## DATA STRUCTURES - -A `node_modules` tree is a logical graph of dependencies overlaid on a -physical tree of folders. - -A `Node` represents a package folder on disk, either at the root of the -package, or within a `node_modules` folder. The physical structure of the -folder tree is represented by the `node.parent` reference to the containing -folder, and `node.children` map of nodes within its `node_modules` -folder, where the key in the map is the name of the folder in -`node_modules`, and the value is the child node. - -A node without a parent is a top of tree. - -A `Link` represents a symbolic link to a package on disk. This can be a -symbolic link to a package folder within the current tree, or elsewhere on -disk. The `link.target` is a reference to the actual node. Links differ -from Nodes in that dependencies are resolved from the _target_ location, -rather than from the link location. - -An `Edge` represents a dependency relationship. Each node has an `edgesIn` -set, and an `edgesOut` map. Each edge has a `type` which specifies what -kind of dependency it represents: `'prod'` for regular dependencies, -`'peer'` for peerDependencies, `'dev'` for devDependencies, and -`'optional'` for optionalDependencies. `edge.from` is a reference to the -node that has the dependency, and `edge.to` is a reference to the node that -requires the dependency. - -As nodes are moved around in the tree, the graph edges are automatically -updated to point at the new module resolution targets. In other words, -`edge.from`, `edge.name`, and `edge.spec` are immutable; `edge.to` is -updated automatically when a node's parent changes. - -### class Node - -All arborist trees are `Node` objects. A `Node` refers -to a package folder, which may have children in `node_modules`. - -* `node.name` The name of this node's folder in `node_modules`. -* `node.parent` Physical parent node in the tree. The package in whose - `node_modules` folder this package lives. Null if node is top of tree. - - Setting `node.parent` will automatically update `node.location` and all - graph edges affected by the move. - -* `node.meta` A `Shrinkwrap` object which looks up `resolved` and - `integrity` values for all modules in this tree. Only relevant on `root` - nodes. - -* `node.children` Map of packages located in the node's `node_modules` - folder. -* `node.package` The contents of this node's `package.json` file. -* `node.path` File path to this package. If the node is a link, then this - is the path to the link, not to the link target. If the node is _not_ a - link, then this matches `node.realpath`. -* `node.realpath` The full real filepath on disk where this node lives. -* `node.location` A slash-normalized relative path from the root node to - this node's path. -* `node.isLink` Whether this represents a symlink. Always `false` for Node - objects, always `true` for Link objects. -* `node.isRoot` True if this node is a root node. (Ie, if `node.root === - node`.) -* `node.root` The root node where we are working. If not assigned to some - other value, resolves to the node itself. (Ie, the root node's `root` - property refers to itself.) -* `node.isTop` True if this node is the top of its tree (ie, has no - `parent`, false otherwise). -* `node.top` The top node in this node's tree. This will be equal to - `node.root` for simple trees, but link targets will frequently be outside - of (or nested somewhere within) a `node_modules` hierarchy, and so will - have a different `top`. -* `node.dev`, `node.optional`, `node.devOptional`, `node.peer`, Indicators - as to whether this node is a dev, optional, and/or peer dependency. - These flags are relevant when pruning dependencies out of the tree or - deciding what to reify. See **Package Dependency Flags** below for - explanations. -* `node.edgesOut` Edges in the dependency graph indicating nodes that this - node depends on, which resolve its dependencies. -* `node.edgesIn` Edges in the dependency graph indicating nodes that depend - on this node. - -* `extraneous` True if this package is not required by any other for any - reason. False for top of tree. - -* `node.resolve(name)` Identify the node that will be returned when code - in this package runs `require(name)` - -* `node.errors` Array of errors encountered while parsing package.json or - version specifiers. - -### class Link - -Link objects represent a symbolic link within the `node_modules` folder. -They have most of the same properties and methods as `Node` objects, with a -few differences. - -* `link.target` A Node object representing the package that the link - references. If this is a Node already present within the tree, then it - will be the same object. If it's outside of the tree, then it will be - treated as the top of its own tree. -* `link.isLink` Always true. -* `link.children` This is always an empty map, since links don't have their - own children directly. - -### class Edge - -Edge objects represent a dependency relationship a package node to the -point in the tree where the dependency will be loaded. As nodes are moved -within the tree, Edges automatically update to point to the appropriate -location. - -* `new Edge({ from, type, name, spec })` Creates a new edge with the - specified fields. After instantiation, none of the fields can be - changed directly. -* `edge.from` The node that has the dependency. -* `edge.type` The type of dependency. One of `'prod'`, `'dev'`, `'peer'`, - or `'optional'`. -* `edge.name` The name of the dependency. Ie, the key in the - relevant `package.json` dependencies object. -* `edge.spec` The specifier that is required. This can be a version, - range, tag name, git url, or tarball URL. Any specifier allowed by npm - is supported. -* `edge.to` Automatically set to the node in the tree that matches the - `name` field. -* `edge.valid` True if `edge.to` satisfies the specifier. -* `edge.error` A string indicating the type of error if there is a problem, - or `null` if it's valid. Values, in order of precedence: - * `DETACHED` Indicates that the edge has been detached from its - `edge.from` node, typically because a new edge was created when a - dependency specifier was modified. - * `MISSING` Indicates that the dependency is unmet. Note that this is - _not_ set for unmet dependencies of the `optional` type. - * `PEER LOCAL` Indicates that a `peerDependency` is found in the - node's local `node_modules` folder, and the node is not the top of - the tree. This violates the `peerDependency` contract, because it - means that the dependency is not a peer. - * `INVALID` Indicates that the dependency does not satisfy `edge.spec`. -* `edge.reload()` Re-resolve to find the appropriate value for `edge.to`. - Called automatically from the `Node` class when the tree is mutated. - -### Package Dependency Flags - -The dependency type of a node can be determined efficiently by looking at -the `dev`, `optional`, and `devOptional` flags on the node object. These -are updated by arborist when necessary whenever the tree is modified in -such a way that the dependency graph can change, and are relevant when -pruning nodes from the tree. - -``` -| extraneous | peer | dev | optional | devOptional | meaning | prune? | -|------------+------+-----+----------+-------------+---------------------+-------------------| -| | | | | | production dep | never | -|------------+------+-----+----------+-------------+---------------------+-------------------| -| X | N/A | N/A | N/A | N/A | nothing depends on | always | -| | | | | | this, it is trash | | -|------------+------+-----+----------+-------------+---------------------+-------------------| -| | | X | | X | devDependency, or | if pruning dev | -| | | | | not in lock | only depended upon | | -| | | | | | by devDependencies | | -|------------+------+-----+----------+-------------+---------------------+-------------------| -| | | | X | X | optionalDependency, | if pruning | -| | | | | not in lock | or only depended on | optional | -| | | | | | by optionalDeps | | -|------------+------+-----+----------+-------------+---------------------+-------------------| -| | | X | X | X | Optional dependency | if pruning EITHER | -| | | | | not in lock | of dep(s) in the | dev OR optional | -| | | | | | dev hierarchy | | -|------------+------+-----+----------+-------------+---------------------+-------------------| -| | | | | X | BOTH a non-optional | if pruning BOTH | -| | | | | in lock | dep within the dev | dev AND optional | -| | | | | | hierarchy, AND a | | -| | | | | | dep within the | | -| | | | | | optional hierarchy | | -|------------+------+-----+----------+-------------+---------------------+-------------------| -| | X | | | | peer dependency, or | if pruning peers | -| | | | | | only depended on by | | -| | | | | | peer dependencies | | -|------------+------+-----+----------+-------------+---------------------+-------------------| -| | X | X | | X | peer dependency of | if pruning peer | -| | | | | not in lock | dev node hierarchy | OR dev deps | -|------------+------+-----+----------+-------------+---------------------+-------------------| -| | X | | X | X | peer dependency of | if pruning peer | -| | | | | not in lock | optional nodes, or | OR optional deps | -| | | | | | peerOptional dep | | -|------------+------+-----+----------+-------------+---------------------+-------------------| -| | X | X | X | X | peer optional deps | if pruning peer | -| | | | | not in lock | of the dev dep | OR optional OR | -| | | | | | hierarchy | dev | -|------------+------+-----+----------+-------------+---------------------+-------------------| -| | X | | | X | BOTH a non-optional | if pruning peers | -| | | | | in lock | peer dep within the | OR: | -| | | | | | dev hierarchy, AND | BOTH optional | -| | | | | | a peer optional dep | AND dev deps | -+------------+------+-----+----------+-------------+---------------------+-------------------+ -``` - -* If none of these flags are set, then the node is required by the - dependency and/or peerDependency hierarchy. It should not be pruned. -* If _both_ `node.dev` and `node.optional` are set, then the node is an - optional dependency of one of the packages in the devDependency - hierarchy. It should be pruned if _either_ dev or optional deps are - being removed. -* If `node.dev` is set, but `node.optional` is not, then the node is - required in the devDependency hierarchy. It should be pruned if dev - dependencies are being removed. -* If `node.optional` is set, but `node.dev` is not, then the node is - required in the optionalDependency hierarchy. It should be pruned if - optional dependencies are being removed. -* If `node.devOptional` is set, then the node is a (non-optional) - dependency within the devDependency hierarchy, _and_ a dependency - within the `optionalDependency` hierarchy. It should be pruned if - _both_ dev and optional dependencies are being removed. -* If `node.peer` is set, then all the same semantics apply as above, except - that the dep is brought in by a peer dep at some point, rather than a - normal non-peer dependency. - -Note: `devOptional` is only set in the shrinkwrap/package-lock file if -_neither_ `dev` nor `optional` are set, as it would be redundant. - -## BIN - -Arborist ships with a cli that can be used to run arborist specific commands outside of the context of the npm CLI. This script is currently not part of the public API and is subject to breaking changes outside of major version bumps. - -To see the usage run: - -``` -npx @npmcli/arborist --help -``` diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/bin/actual.js b/software/flow/node_modules/npm/node_modules/@npmcli/arborist/bin/actual.js deleted file mode 100644 index 866b2cd..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/bin/actual.js +++ /dev/null @@ -1,19 +0,0 @@ -const Arborist = require('../') - -const printTree = require('./lib/print-tree.js') - -module.exports = (options, time) => new Arborist(options) - .loadActual(options) - .then(time) - .then(async ({ timing, result: tree }) => { - printTree(tree) - if (options.save) { - await tree.meta.save() - } - if (options.saveHidden) { - tree.meta.hiddenLockfile = true - tree.meta.filename = options.path + '/node_modules/.package-lock.json' - await tree.meta.save() - } - return `read ${tree.inventory.size} deps in ${timing.ms}` - }) diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/bin/audit.js b/software/flow/node_modules/npm/node_modules/@npmcli/arborist/bin/audit.js deleted file mode 100644 index 0e32833..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/bin/audit.js +++ /dev/null @@ -1,51 +0,0 @@ -const Arborist = require('../') - -const printTree = require('./lib/print-tree.js') -const log = require('./lib/logging.js') - -const Vuln = require('../lib/vuln.js') -const printReport = report => { - for (const vuln of report.values()) { - log.info(printVuln(vuln)) - } - if (report.topVulns.size) { - log.info('\n# top-level vulnerabilities') - for (const vuln of report.topVulns.values()) { - log.info(printVuln(vuln)) - } - } -} - -const printVuln = vuln => { - return { - __proto__: { constructor: Vuln }, - name: vuln.name, - issues: [...vuln.advisories].map(a => printAdvisory(a)), - range: vuln.simpleRange, - nodes: [...vuln.nodes].map(node => `${node.name} ${node.location || '#ROOT'}`), - ...(vuln.topNodes.size === 0 ? {} : { - topNodes: [...vuln.topNodes].map(node => `${node.location || '#ROOT'}`), - }), - } -} - -const printAdvisory = a => `${a.title}${a.url ? ' ' + a.url : ''}` - -module.exports = (options, time) => { - const arb = new Arborist(options) - return arb - .audit(options) - .then(time) - .then(async ({ timing, result: tree }) => { - if (options.fix) { - printTree(tree) - } - printReport(arb.auditReport) - if (tree.meta && options.save) { - await tree.meta.save() - } - return options.fix - ? `resolved ${tree.inventory.size} deps in ${timing.seconds}` - : `done in ${timing.seconds}` - }) -} diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/bin/funding.js b/software/flow/node_modules/npm/node_modules/@npmcli/arborist/bin/funding.js deleted file mode 100644 index cf25976..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/bin/funding.js +++ /dev/null @@ -1,38 +0,0 @@ -const Arborist = require('../') - -const log = require('./lib/logging.js') - -module.exports = (options, time) => { - const query = options._.shift() - const a = new Arborist(options) - return a - .loadVirtual() - .then(tree => { - // only load the actual tree if the virtual one doesn't have modern metadata - if (!tree.meta || !(tree.meta.originalLockfileVersion >= 2)) { - log.error('old metadata, load actual') - throw 'load actual' - } else { - log.error('meta ok, return virtual tree') - return tree - } - }) - .catch(() => a.loadActual()) - .then(time) - .then(({ timing, result: tree }) => { - if (!query) { - for (const node of tree.inventory.values()) { - if (node.package.funding) { - log.info(node.name, node.location, node.package.funding) - } - } - } else { - for (const node of tree.inventory.query('name', query)) { - if (node.package.funding) { - log.info(node.name, node.location, node.package.funding) - } - } - } - return `read ${tree.inventory.size} deps in ${timing.ms}` - }) -} diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/bin/ideal.js b/software/flow/node_modules/npm/node_modules/@npmcli/arborist/bin/ideal.js deleted file mode 100644 index 1dd206e..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/bin/ideal.js +++ /dev/null @@ -1,14 +0,0 @@ -const Arborist = require('../') - -const printTree = require('./lib/print-tree.js') - -module.exports = (options, time) => new Arborist(options) - .buildIdealTree(options) - .then(time) - .then(async ({ timing, result: tree }) => { - printTree(tree) - if (tree.meta && options.save) { - await tree.meta.save() - } - return `resolved ${tree.inventory.size} deps in ${timing.seconds}` - }) diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/bin/index.js b/software/flow/node_modules/npm/node_modules/@npmcli/arborist/bin/index.js deleted file mode 100755 index ff356fa..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/bin/index.js +++ /dev/null @@ -1,111 +0,0 @@ -#!/usr/bin/env node - -const fs = require('fs') -const path = require('path') - -const { bin, arb: options } = require('./lib/options') -const version = require('../package.json').version - -const usage = (message = '') => `Arborist - the npm tree doctor - -Version: ${version} -${message && '\n' + message + '\n'} -# USAGE - arborist <cmd> [path] [options...] - -# COMMANDS - - * reify: reify ideal tree to node_modules (install, update, rm, ...) - * prune: prune the ideal tree and reify (like npm prune) - * ideal: generate and print the ideal tree - * actual: read and print the actual tree in node_modules - * virtual: read and print the virtual tree in the local shrinkwrap file - * shrinkwrap: load a local shrinkwrap and print its data - * audit: perform a security audit on project dependencies - * funding: query funding information in the local package tree. A second - positional argument after the path name can limit to a package name. - * license: query license information in the local package tree. A second - positional argument after the path name can limit to a license type. - * help: print this text - * version: print the version - -# OPTIONS - - Most npm options are supported, but in camelCase rather than css-case. For - example, instead of '--dry-run', use '--dryRun'. - - Additionally: - - * --loglevel=warn|--quiet will supppress the printing of package trees - * --logfile <file|bool> will output logs to a file - * --timing will show timing information - * Instead of 'npm install <pkg>', use 'arborist reify --add=<pkg>'. - The '--add=<pkg>' option can be specified multiple times. - * Instead of 'npm rm <pkg>', use 'arborist reify --rm=<pkg>'. - The '--rm=<pkg>' option can be specified multiple times. - * Instead of 'npm update', use 'arborist reify --update-all'. - * 'npm audit fix' is 'arborist audit --fix' -` - -const commands = { - version: () => console.log(version), - help: () => console.log(usage()), - exit: () => { - process.exitCode = 1 - console.error( - usage(`Error: command '${bin.command}' does not exist.`) - ) - }, -} - -const commandFiles = fs.readdirSync(__dirname).filter((f) => path.extname(f) === '.js' && f !== __filename) - -for (const file of commandFiles) { - const command = require(`./${file}`) - const name = path.basename(file, '.js') - const totalTime = `bin:${name}:init` - const scriptTime = `bin:${name}:script` - - commands[name] = () => { - const timers = require('./lib/timers') - const log = require('./lib/logging') - - log.info(name, options) - - process.emit('time', totalTime) - process.emit('time', scriptTime) - - return command(options, (result) => { - process.emit('timeEnd', scriptTime) - return { - result, - timing: { - seconds: `${timers.get(scriptTime) / 1e9}s`, - ms: `${timers.get(scriptTime) / 1e6}ms`, - }, - } - }) - .then((result) => { - log.info(result) - return result - }) - .catch((err) => { - process.exitCode = 1 - log.error(err) - return err - }) - .then((r) => { - process.emit('timeEnd', totalTime) - if (bin.loglevel !== 'silent') { - console[process.exitCode ? 'error' : 'log'](r) - } - return r - }) - } -} - -if (commands[bin.command]) { - commands[bin.command]() -} else { - commands.exit() -} diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/bin/lib/logging.js b/software/flow/node_modules/npm/node_modules/@npmcli/arborist/bin/lib/logging.js deleted file mode 100644 index ffb5544..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/bin/lib/logging.js +++ /dev/null @@ -1,77 +0,0 @@ -const log = require('proc-log') -const fs = require('fs') -const { dirname } = require('path') -const os = require('os') -const { inspect, format } = require('util') - -const { bin: options } = require('./options.js') - -// add a meta method to proc-log for passing optional -// metadata through to log handlers -const META = Symbol('meta') -const parseArgs = (...args) => { - const { [META]: isMeta } = args[args.length - 1] || {} - return isMeta - ? [args[args.length - 1], ...args.slice(0, args.length - 1)] - : [{}, ...args] -} -log.meta = (meta = {}) => ({ [META]: true, ...meta }) - -const levels = new Map([ - 'silly', - 'verbose', - 'info', - 'http', - 'notice', - 'warn', - 'error', - 'silent', -].map((level, index) => [level, index])) - -const addLogListener = (write, { eol = os.EOL, loglevel = 'silly', colors = false } = {}) => { - const levelIndex = levels.get(loglevel) - - const magenta = m => colors ? `\x1B[35m${m}\x1B[39m` : m - const dim = m => colors ? `\x1B[2m${m}\x1B[22m` : m - const red = m => colors ? `\x1B[31m${m}\x1B[39m` : m - - const formatter = (level, ...args) => { - const depth = level === 'error' && args[0] && args[0].code === 'ERESOLVE' ? Infinity : 10 - - if (level === 'info' && args[0] === 'timeEnd') { - args[1] = dim(args[1]) - } else if (level === 'error' && args[0] === 'timeError') { - args[1] = red(args[1]) - } - - const messages = args.map(a => typeof a === 'string' ? a : inspect(a, { depth, colors })) - const pref = `${process.pid} ${magenta(level)} ` - - return pref + format(...messages).trim().split('\n').join(`${eol}${pref}`) + eol - } - - process.on('log', (...args) => { - const [meta, level, ...logArgs] = parseArgs(...args) - - if (levelIndex <= levels.get(level) || meta.force) { - write(formatter(level, ...logArgs)) - } - }) -} - -if (options.loglevel !== 'silent') { - addLogListener((v) => process.stderr.write(v), { - eol: '\n', - colors: options.colors, - loglevel: options.loglevel, - }) -} - -if (options.logfile) { - log.silly('logfile', options.logfile) - fs.mkdirSync(dirname(options.logfile), { recursive: true }) - const fd = fs.openSync(options.logfile, 'a') - addLogListener((str) => fs.writeSync(fd, str)) -} - -module.exports = log diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/bin/lib/options.js b/software/flow/node_modules/npm/node_modules/@npmcli/arborist/bin/lib/options.js deleted file mode 100644 index 8dbaf13..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/bin/lib/options.js +++ /dev/null @@ -1,123 +0,0 @@ -const nopt = require('nopt') -const path = require('path') - -const has = (o, k) => Object.prototype.hasOwnProperty.call(o, k) - -const cleanPath = (val) => { - const k = Symbol('key') - const data = {} - nopt.typeDefs.path.validate(data, k, val) - return data[k] -} - -const parse = (...noptArgs) => { - const binOnlyOpts = { - command: String, - loglevel: String, - colors: Boolean, - timing: ['always', Boolean], - logfile: String, - } - - const arbOpts = { - add: Array, - rm: Array, - omit: Array, - update: Array, - workspaces: Array, - global: Boolean, - force: Boolean, - 'global-style': Boolean, - 'prefer-dedupe': Boolean, - 'legacy-peer-deps': Boolean, - 'update-all': Boolean, - before: Date, - path: path, - cache: path, - ...binOnlyOpts, - } - - const short = { - quiet: ['--loglevel', 'warn'], - logs: ['--logfile', 'true'], - w: '--workspaces', - g: '--global', - f: '--force', - } - - const defaults = { - // key order is important for command and path - // since they shift positional args - // command is 1st, path is 2nd - command: (o) => o.argv.remain.shift(), - path: (o) => cleanPath(o.argv.remain.shift() || '.'), - colors: has(process.env, 'NO_COLOR') ? false : !!process.stderr.isTTY, - loglevel: 'silly', - timing: (o) => o.loglevel === 'silly', - cache: `${process.env.HOME}/.npm/_cacache`, - } - - const derived = [ - // making update either `all` or an array of names but not both - ({ updateAll: all, update: names, ...o }) => { - if (all || names) { - o.update = all != null ? { all } : { names } - } - return o - }, - ({ logfile, ...o }) => { - // logfile is parsed as a string so if its true or set but empty - // then set the default logfile - if (logfile === 'true' || logfile === '') { - logfile = `arb-log-${new Date().toISOString().replace(/[.:]/g, '_')}.log` - } - // then parse it the same as nopt parses other paths - if (logfile) { - o.logfile = cleanPath(logfile) - } - return o - }, - ] - - const transforms = [ - // Camelcase all top level keys - (o) => { - const entries = Object.entries(o).map(([k, v]) => [ - k.replace(/-./g, s => s[1].toUpperCase()), - v, - ]) - return Object.fromEntries(entries) - }, - // Set defaults on unset keys - (o) => { - for (const [k, v] of Object.entries(defaults)) { - if (!has(o, k)) { - o[k] = typeof v === 'function' ? v(o) : v - } - } - return o - }, - // Set/unset derived values - ...derived.map((derive) => (o) => derive(o) || o), - // Separate bin and arborist options - ({ argv: { remain: _ }, ...o }) => { - const bin = { _ } - for (const k of Object.keys(binOnlyOpts)) { - if (has(o, k)) { - bin[k] = o[k] - delete o[k] - } - } - return { bin, arb: o } - }, - ] - - let options = nopt(arbOpts, short, ...noptArgs) - for (const t of transforms) { - options = t(options) - } - - return options -} - -module.exports = parse() diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/bin/lib/print-tree.js b/software/flow/node_modules/npm/node_modules/@npmcli/arborist/bin/lib/print-tree.js deleted file mode 100644 index 5539819..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/bin/lib/print-tree.js +++ /dev/null @@ -1,4 +0,0 @@ -const { inspect } = require('util') -const log = require('./logging.js') - -module.exports = tree => log.info(inspect(tree.toJSON(), { depth: Infinity })) diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/bin/lib/timers.js b/software/flow/node_modules/npm/node_modules/@npmcli/arborist/bin/lib/timers.js deleted file mode 100644 index 586dee7..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/bin/lib/timers.js +++ /dev/null @@ -1,33 +0,0 @@ -const { bin: options } = require('./options.js') -const log = require('./logging.js') - -const timers = new Map() -const finished = new Map() - -process.on('time', name => { - if (timers.has(name)) { - throw new Error('conflicting timer! ' + name) - } - timers.set(name, process.hrtime.bigint()) -}) - -process.on('timeEnd', name => { - if (!timers.has(name)) { - throw new Error('timer not started! ' + name) - } - const elapsed = Number(process.hrtime.bigint() - timers.get(name)) - timers.delete(name) - finished.set(name, elapsed) - if (options.timing) { - log.info('timeEnd', `${name} ${elapsed / 1e9}s`, log.meta({ force: options.timing === 'always' })) - } -}) - -process.on('exit', () => { - for (const name of timers.keys()) { - log.error('timeError', 'Dangling timer:', name) - process.exitCode = 1 - } -}) - -module.exports = finished diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/bin/license.js b/software/flow/node_modules/npm/node_modules/@npmcli/arborist/bin/license.js deleted file mode 100644 index 77d5796..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/bin/license.js +++ /dev/null @@ -1,48 +0,0 @@ -const localeCompare = require('@isaacs/string-locale-compare')('en') -const Arborist = require('../') -const log = require('./lib/logging.js') - -module.exports = (options, time) => { - const query = options._.shift() - const a = new Arborist(options) - return a - .loadVirtual() - .then(tree => { - // only load the actual tree if the virtual one doesn't have modern metadata - if (!tree.meta || !(tree.meta.originalLockfileVersion >= 2)) { - throw 'load actual' - } else { - return tree - } - }).catch((er) => { - log.error('loading actual tree', er) - return a.loadActual() - }) - .then(time) - .then(({ result: tree }) => { - const output = [] - if (!query) { - const set = [] - for (const license of tree.inventory.query('license')) { - set.push([tree.inventory.query('license', license).size, license]) - } - - for (const [count, license] of set.sort((a, b) => - a[1] && b[1] ? b[0] - a[0] || localeCompare(a[1], b[1]) - : a[1] ? -1 - : b[1] ? 1 - : 0)) { - output.push(`${count} ${license}`) - log.info(count, license) - } - } else { - for (const node of tree.inventory.query('license', query === 'undefined' ? undefined : query)) { - const msg = `${node.name} ${node.location} ${node.package.description || ''}` - output.push(msg) - log.info(msg) - } - } - - return output.join('\n') - }) -} diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/bin/prune.js b/software/flow/node_modules/npm/node_modules/@npmcli/arborist/bin/prune.js deleted file mode 100644 index 3c52bc1..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/bin/prune.js +++ /dev/null @@ -1,48 +0,0 @@ -const Arborist = require('../') - -const printTree = require('./lib/print-tree.js') -const log = require('./lib/logging.js') - -const printDiff = diff => { - const { depth } = require('treeverse') - depth({ - tree: diff, - visit: d => { - if (d.location === '') { - return - } - switch (d.action) { - case 'REMOVE': - log.info('REMOVE', d.actual.location) - break - case 'ADD': - log.info('ADD', d.ideal.location, d.ideal.resolved) - break - case 'CHANGE': - log.info('CHANGE', d.actual.location, { - from: d.actual.resolved, - to: d.ideal.resolved, - }) - break - } - }, - getChildren: d => d.children, - }) -} - -module.exports = (options, time) => { - const arb = new Arborist(options) - return arb - .prune(options) - .then(time) - .then(async ({ timing, result: tree }) => { - printTree(tree) - if (options.dryRun) { - printDiff(arb.diff) - } - if (tree.meta && options.save) { - await tree.meta.save() - } - return `resolved ${tree.inventory.size} deps in ${timing.seconds}` - }) -} diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/bin/reify.js b/software/flow/node_modules/npm/node_modules/@npmcli/arborist/bin/reify.js deleted file mode 100644 index 3f3aafe..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/bin/reify.js +++ /dev/null @@ -1,48 +0,0 @@ -const Arborist = require('../') - -const printTree = require('./lib/print-tree.js') -const log = require('./lib/logging.js') - -const printDiff = diff => { - const { depth } = require('treeverse') - depth({ - tree: diff, - visit: d => { - if (d.location === '') { - return - } - switch (d.action) { - case 'REMOVE': - log.info('REMOVE', d.actual.location) - break - case 'ADD': - log.info('ADD', d.ideal.location, d.ideal.resolved) - break - case 'CHANGE': - log.info('CHANGE', d.actual.location, { - from: d.actual.resolved, - to: d.ideal.resolved, - }) - break - } - }, - getChildren: d => d.children, - }) -} - -module.exports = (options, time) => { - const arb = new Arborist(options) - return arb - .reify(options) - .then(time) - .then(async ({ timing, result: tree }) => { - printTree(tree) - if (options.dryRun) { - printDiff(arb.diff) - } - if (tree.meta && options.save) { - await tree.meta.save() - } - return `resolved ${tree.inventory.size} deps in ${timing.seconds}` - }) -} diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/bin/shrinkwrap.js b/software/flow/node_modules/npm/node_modules/@npmcli/arborist/bin/shrinkwrap.js deleted file mode 100644 index 5660322..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/bin/shrinkwrap.js +++ /dev/null @@ -1,7 +0,0 @@ -const Shrinkwrap = require('../lib/shrinkwrap.js') - -module.exports = (options, time) => Shrinkwrap - .load(options) - .then((s) => s.commit()) - .then(time) - .then(({ result: s }) => JSON.stringify(s, 0, 2)) diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/bin/virtual.js b/software/flow/node_modules/npm/node_modules/@npmcli/arborist/bin/virtual.js deleted file mode 100644 index 95b1de2..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/bin/virtual.js +++ /dev/null @@ -1,14 +0,0 @@ -const Arborist = require('../') - -const printTree = require('./lib/print-tree.js') - -module.exports = (options, time) => new Arborist(options) - .loadVirtual() - .then(time) - .then(async ({ timing, result: tree }) => { - printTree(tree) - if (options.save) { - await tree.meta.save() - } - return `read ${tree.inventory.size} deps in ${timing.ms}` - }) diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/add-rm-pkg-deps.js b/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/add-rm-pkg-deps.js deleted file mode 100644 index c5cdc09..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/add-rm-pkg-deps.js +++ /dev/null @@ -1,143 +0,0 @@ -// add and remove dependency specs to/from pkg manifest - -const log = require('proc-log') -const localeCompare = require('@isaacs/string-locale-compare')('en') - -const add = ({ pkg, add, saveBundle, saveType }) => { - for (const { name, rawSpec } of add) { - let addSaveType = saveType - // if the user does not give us a type, we infer which type(s) - // to keep based on the same order of priority we do when - // building the tree as defined in the _loadDeps method of - // the node class. - if (!addSaveType) { - addSaveType = inferSaveType(pkg, name) - } - - if (addSaveType === 'prod') { - // a production dependency can only exist as production (rpj ensures it - // doesn't coexist w/ optional) - deleteSubKey(pkg, 'devDependencies', name, 'dependencies') - deleteSubKey(pkg, 'peerDependencies', name, 'dependencies') - } else if (addSaveType === 'dev') { - // a dev dependency may co-exist as peer, or optional, but not production - deleteSubKey(pkg, 'dependencies', name, 'devDependencies') - } else if (addSaveType === 'optional') { - // an optional dependency may co-exist as dev (rpj ensures it doesn't - // coexist w/ prod) - deleteSubKey(pkg, 'peerDependencies', name, 'optionalDependencies') - } else { // peer or peerOptional is all that's left - // a peer dependency may coexist as dev - deleteSubKey(pkg, 'dependencies', name, 'peerDependencies') - deleteSubKey(pkg, 'optionalDependencies', name, 'peerDependencies') - } - - const depType = saveTypeMap.get(addSaveType) - - pkg[depType] = pkg[depType] || {} - if (rawSpec !== '*' || pkg[depType][name] === undefined) { - pkg[depType][name] = rawSpec - } - if (addSaveType === 'optional') { - // Affordance for previous npm versions that require this behaviour - pkg.dependencies = pkg.dependencies || {} - pkg.dependencies[name] = pkg.optionalDependencies[name] - } - - if (addSaveType === 'peer' || addSaveType === 'peerOptional') { - const pdm = pkg.peerDependenciesMeta || {} - if (addSaveType === 'peer' && pdm[name] && pdm[name].optional) { - pdm[name].optional = false - } else if (addSaveType === 'peerOptional') { - pdm[name] = pdm[name] || {} - pdm[name].optional = true - pkg.peerDependenciesMeta = pdm - } - // peerDeps are often also a devDep, so that they can be tested when - // using package managers that don't auto-install peer deps - if (pkg.devDependencies && pkg.devDependencies[name] !== undefined) { - pkg.devDependencies[name] = pkg.peerDependencies[name] - } - } - - if (saveBundle && addSaveType !== 'peer' && addSaveType !== 'peerOptional') { - // keep it sorted, keep it unique - const bd = new Set(pkg.bundleDependencies || []) - bd.add(name) - pkg.bundleDependencies = [...bd].sort(localeCompare) - } - } - - return pkg -} - -// Canonical source of both the map between saveType and where it correlates to -// in the package, and the names of all our dependencies attributes -const saveTypeMap = new Map([ - ['dev', 'devDependencies'], - ['optional', 'optionalDependencies'], - ['prod', 'dependencies'], - ['peerOptional', 'peerDependencies'], - ['peer', 'peerDependencies'], -]) - -// Finds where the package is already in the spec and infers saveType from that -const inferSaveType = (pkg, name) => { - for (const saveType of saveTypeMap.keys()) { - if (hasSubKey(pkg, saveTypeMap.get(saveType), name)) { - if ( - saveType === 'peerOptional' && - (!hasSubKey(pkg, 'peerDependenciesMeta', name) || - !pkg.peerDependenciesMeta[name].optional) - ) { - return 'peer' - } - return saveType - } - } - return 'prod' -} - -const hasSubKey = (pkg, depType, name) => { - return pkg[depType] && Object.prototype.hasOwnProperty.call(pkg[depType], name) -} - -// Removes a subkey and warns about it if it's being replaced -const deleteSubKey = (pkg, depType, name, replacedBy) => { - if (hasSubKey(pkg, depType, name)) { - if (replacedBy) { - log.warn('idealTree', `Removing ${depType}.${name} in favor of ${replacedBy}.${name}`) - } - delete pkg[depType][name] - - // clean up peerDepsMeta if we are removing something from peerDependencies - if (depType === 'peerDependencies' && pkg.peerDependenciesMeta) { - delete pkg.peerDependenciesMeta[name] - if (!Object.keys(pkg.peerDependenciesMeta).length) { - delete pkg.peerDependenciesMeta - } - } - - if (!Object.keys(pkg[depType]).length) { - delete pkg[depType] - } - } -} - -const rm = (pkg, rm) => { - for (const depType of new Set(saveTypeMap.values())) { - for (const name of rm) { - deleteSubKey(pkg, depType, name) - } - } - if (pkg.bundleDependencies) { - pkg.bundleDependencies = pkg.bundleDependencies - .filter(name => !rm.includes(name)) - if (!pkg.bundleDependencies.length) { - delete pkg.bundleDependencies - } - } - return pkg -} - -module.exports = { add, rm, saveTypeMap, hasSubKey } diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/audit.js b/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/audit.js deleted file mode 100644 index eb4a356..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/audit.js +++ /dev/null @@ -1,43 +0,0 @@ -// mixin implementing the audit method - -const AuditReport = require('../audit-report.js') - -// shared with reify -const _global = Symbol.for('global') -const _workspaces = Symbol.for('workspaces') -const _includeWorkspaceRoot = Symbol.for('includeWorkspaceRoot') - -module.exports = cls => class Auditor extends cls { - async audit (options = {}) { - this.addTracker('audit') - if (this[_global]) { - throw Object.assign( - new Error('`npm audit` does not support testing globals'), - { code: 'EAUDITGLOBAL' } - ) - } - - // allow the user to set options on the ctor as well. - // XXX: deprecate separate method options objects. - options = { ...this.options, ...options } - - process.emit('time', 'audit') - const tree = await this.loadVirtual() - if (this[_workspaces] && this[_workspaces].length) { - options.filterSet = this.workspaceDependencySet( - tree, - this[_workspaces], - this[_includeWorkspaceRoot] - ) - } - if (!options.workspacesEnabled) { - options.filterSet = - this.excludeWorkspacesDependencySet(tree) - } - this.auditReport = await AuditReport.load(tree, options) - const ret = options.fix ? this.reify(options) : this.auditReport - process.emit('timeEnd', 'audit') - this.finishTracker('audit') - return ret - } -} diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/build-ideal-tree.js b/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/build-ideal-tree.js deleted file mode 100644 index 2ea66ac..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/build-ideal-tree.js +++ /dev/null @@ -1,1509 +0,0 @@ -// mixin implementing the buildIdealTree method -const localeCompare = require('@isaacs/string-locale-compare')('en') -const rpj = require('read-package-json-fast') -const npa = require('npm-package-arg') -const pacote = require('pacote') -const cacache = require('cacache') -const promiseCallLimit = require('promise-call-limit') -const realpath = require('../../lib/realpath.js') -const { resolve, dirname } = require('path') -const treeCheck = require('../tree-check.js') -const { readdirScoped } = require('@npmcli/fs') -const { lstat, readlink } = require('fs/promises') -const { depth } = require('treeverse') -const log = require('proc-log') -const { cleanUrl } = require('npm-registry-fetch') - -const { - OK, - REPLACE, - CONFLICT, -} = require('../can-place-dep.js') -const PlaceDep = require('../place-dep.js') - -const debug = require('../debug.js') -const fromPath = require('../from-path.js') -const calcDepFlags = require('../calc-dep-flags.js') -const Shrinkwrap = require('../shrinkwrap.js') -const { defaultLockfileVersion } = Shrinkwrap -const Node = require('../node.js') -const Link = require('../link.js') -const addRmPkgDeps = require('../add-rm-pkg-deps.js') -const optionalSet = require('../optional-set.js') -const { checkEngine, checkPlatform } = require('npm-install-checks') - -const relpath = require('../relpath.js') - -// note: some of these symbols are shared so we can hit -// them with unit tests and reuse them across mixins -const _complete = Symbol('complete') -const _depsSeen = Symbol('depsSeen') -const _depsQueue = Symbol('depsQueue') -const _currentDep = Symbol('currentDep') -const _updateAll = Symbol.for('updateAll') -const _mutateTree = Symbol('mutateTree') -const _flagsSuspect = Symbol.for('flagsSuspect') -const _workspaces = Symbol.for('workspaces') -const _prune = Symbol('prune') -const _preferDedupe = Symbol('preferDedupe') -const _parseSettings = Symbol('parseSettings') -const _initTree = Symbol('initTree') -const _applyUserRequests = Symbol('applyUserRequests') -const _applyUserRequestsToNode = Symbol('applyUserRequestsToNode') -const _inflateAncientLockfile = Symbol('inflateAncientLockfile') -const _buildDeps = Symbol('buildDeps') -const _buildDepStep = Symbol('buildDepStep') -const _nodeFromEdge = Symbol('nodeFromEdge') -const _nodeFromSpec = Symbol('nodeFromSpec') -const _fetchManifest = Symbol('fetchManifest') -const _problemEdges = Symbol('problemEdges') -const _manifests = Symbol('manifests') -const _loadWorkspaces = Symbol.for('loadWorkspaces') -const _linkFromSpec = Symbol('linkFromSpec') -const _loadPeerSet = Symbol('loadPeerSet') -const _updateNames = Symbol.for('updateNames') -const _fixDepFlags = Symbol('fixDepFlags') -const _resolveLinks = Symbol('resolveLinks') -const _rootNodeFromPackage = Symbol('rootNodeFromPackage') -const _add = Symbol('add') -const _resolvedAdd = Symbol.for('resolvedAdd') -const _queueNamedUpdates = Symbol('queueNamedUpdates') -const _queueVulnDependents = Symbol('queueVulnDependents') -const _avoidRange = Symbol('avoidRange') -const _shouldUpdateNode = Symbol('shouldUpdateNode') -const resetDepFlags = require('../reset-dep-flags.js') -const _loadFailures = Symbol('loadFailures') -const _pruneFailedOptional = Symbol('pruneFailedOptional') -const _linkNodes = Symbol('linkNodes') -const _follow = Symbol('follow') -const _installStrategy = Symbol('installStrategy') -const _globalRootNode = Symbol('globalRootNode') -const _usePackageLock = Symbol.for('usePackageLock') -const _rpcache = Symbol.for('realpathCache') -const _stcache = Symbol.for('statCache') -const _strictPeerDeps = Symbol('strictPeerDeps') -const _checkEngineAndPlatform = Symbol('checkEngineAndPlatform') -const _virtualRoots = Symbol('virtualRoots') -const _virtualRoot = Symbol('virtualRoot') -const _includeWorkspaceRoot = Symbol.for('includeWorkspaceRoot') - -const _failPeerConflict = Symbol('failPeerConflict') -const _explainPeerConflict = Symbol('explainPeerConflict') -const _edgesOverridden = Symbol('edgesOverridden') -// exposed symbol for unit testing the placeDep method directly -const _peerSetSource = Symbol.for('peerSetSource') - -// used by Reify mixin -const _force = Symbol.for('force') -const _explicitRequests = Symbol('explicitRequests') -const _global = Symbol.for('global') -const _idealTreePrune = Symbol.for('idealTreePrune') - -module.exports = cls => class IdealTreeBuilder extends cls { - constructor (options) { - super(options) - - // normalize trailing slash - const registry = options.registry || 'https://registry.npmjs.org' - options.registry = this.registry = registry.replace(/\/+$/, '') + '/' - - const { - follow = false, - force = false, - global = false, - installStrategy = 'hoisted', - idealTree = null, - includeWorkspaceRoot = false, - installLinks = false, - legacyPeerDeps = false, - packageLock = true, - strictPeerDeps = false, - workspaces = [], - } = options - - this[_workspaces] = workspaces || [] - this[_force] = !!force - this[_strictPeerDeps] = !!strictPeerDeps - - this.idealTree = idealTree - this.installLinks = installLinks - this.legacyPeerDeps = legacyPeerDeps - - this[_usePackageLock] = packageLock - this[_global] = !!global - this[_installStrategy] = global ? 'shallow' : installStrategy - this[_follow] = !!follow - - if (this[_workspaces].length && this[_global]) { - throw new Error('Cannot operate on workspaces in global mode') - } - - this[_explicitRequests] = new Set() - this[_preferDedupe] = false - this[_depsSeen] = new Set() - this[_depsQueue] = [] - this[_currentDep] = null - this[_updateNames] = [] - this[_updateAll] = false - this[_mutateTree] = false - this[_loadFailures] = new Set() - this[_linkNodes] = new Set() - this[_manifests] = new Map() - this[_edgesOverridden] = new Set() - this[_resolvedAdd] = [] - - // a map of each module in a peer set to the thing that depended on - // that set of peers in the first place. Use a WeakMap so that we - // don't hold onto references for nodes that are garbage collected. - this[_peerSetSource] = new WeakMap() - this[_virtualRoots] = new Map() - - this[_includeWorkspaceRoot] = includeWorkspaceRoot - } - - get explicitRequests () { - return new Set(this[_explicitRequests]) - } - - // public method - async buildIdealTree (options = {}) { - if (this.idealTree) { - return this.idealTree - } - - // allow the user to set reify options on the ctor as well. - // XXX: deprecate separate reify() options object. - options = { ...this.options, ...options } - - // an empty array or any falsey value is the same as null - if (!options.add || options.add.length === 0) { - options.add = null - } - if (!options.rm || options.rm.length === 0) { - options.rm = null - } - - process.emit('time', 'idealTree') - - if (!options.add && !options.rm && !options.update && this[_global]) { - throw new Error('global requires add, rm, or update option') - } - - // first get the virtual tree, if possible. If there's a lockfile, then - // that defines the ideal tree, unless the root package.json is not - // satisfied by what the ideal tree provides. - // from there, we start adding nodes to it to satisfy the deps requested - // by the package.json in the root. - - this[_parseSettings](options) - - // start tracker block - this.addTracker('idealTree') - - try { - await this[_initTree]() - await this[_inflateAncientLockfile]() - await this[_applyUserRequests](options) - await this[_buildDeps]() - await this[_fixDepFlags]() - await this[_pruneFailedOptional]() - await this[_checkEngineAndPlatform]() - } finally { - process.emit('timeEnd', 'idealTree') - this.finishTracker('idealTree') - } - - return treeCheck(this.idealTree) - } - - async [_checkEngineAndPlatform] () { - const { engineStrict, npmVersion, nodeVersion } = this.options - for (const node of this.idealTree.inventory.values()) { - if (!node.optional) { - try { - checkEngine(node.package, npmVersion, nodeVersion, this[_force]) - } catch (err) { - if (engineStrict) { - throw err - } - log.warn(err.code, err.message, { - package: err.pkgid, - required: err.required, - current: err.current, - }) - } - checkPlatform(node.package, this[_force]) - } - } - } - - [_parseSettings] (options) { - const update = options.update === true ? { all: true } - : Array.isArray(options.update) ? { names: options.update } - : options.update || {} - - if (update.all || !Array.isArray(update.names)) { - update.names = [] - } - - this[_complete] = !!options.complete - this[_preferDedupe] = !!options.preferDedupe - - // validates list of update names, they must - // be dep names only, no semver ranges are supported - for (const name of update.names) { - const spec = npa(name) - const validationError = - new TypeError(`Update arguments must only contain package names, eg: - npm update ${spec.name}`) - validationError.code = 'EUPDATEARGS' - - // If they gave us anything other than a bare package name - if (spec.raw !== spec.name) { - throw validationError - } - } - this[_updateNames] = update.names - - this[_updateAll] = update.all - // we prune by default unless explicitly set to boolean false - this[_prune] = options.prune !== false - - // set if we add anything, but also set here if we know we'll make - // changes and thus have to maybe prune later. - this[_mutateTree] = !!( - options.add || - options.rm || - update.all || - update.names.length - ) - } - - // load the initial tree, either the virtualTree from a shrinkwrap, - // or just the root node from a package.json - [_initTree] () { - process.emit('time', 'idealTree:init') - return ( - this[_global] ? this[_globalRootNode]() - : rpj(this.path + '/package.json').then( - pkg => this[_rootNodeFromPackage](pkg), - er => { - if (er.code === 'EJSONPARSE') { - throw er - } - return this[_rootNodeFromPackage]({}) - } - )) - .then(root => this[_loadWorkspaces](root)) - // ok to not have a virtual tree. probably initial install. - // When updating all, we load the shrinkwrap, but don't bother - // to build out the full virtual tree from it, since we'll be - // reconstructing it anyway. - .then(root => this[_global] ? root - : !this[_usePackageLock] || this[_updateAll] - ? Shrinkwrap.reset({ - path: this.path, - lockfileVersion: this.options.lockfileVersion, - resolveOptions: this.options, - }).then(meta => Object.assign(root, { meta })) - : this.loadVirtual({ root })) - - // if we don't have a lockfile to go from, then start with the - // actual tree, so we only make the minimum required changes. - // don't do this for global installs or updates, because in those - // cases we don't use a lockfile anyway. - // Load on a new Arborist object, so the Nodes aren't the same, - // or else it'll get super confusing when we change them! - .then(async root => { - if ((!this[_updateAll] && !this[_global] && !root.meta.loadedFromDisk) || (this[_global] && this[_updateNames].length)) { - await new this.constructor(this.options).loadActual({ root }) - const tree = root.target - // even though we didn't load it from a package-lock.json FILE, - // we still loaded it "from disk", meaning we have to reset - // dep flags before assuming that any mutations were reflected. - if (tree.children.size) { - root.meta.loadedFromDisk = true - // set these so that we don't try to ancient lockfile reload it - root.meta.originalLockfileVersion = root.meta.lockfileVersion = this.options.lockfileVersion || defaultLockfileVersion - } - } - root.meta.inferFormattingOptions(root.package) - return root - }) - - .then(tree => { - // search the virtual tree for invalid edges, if any are found add their source to - // the depsQueue so that we'll fix it later - depth({ - tree, - getChildren: (node) => [...node.edgesOut.values()].map(edge => edge.to), - filter: node => node, - visit: node => { - for (const edge of node.edgesOut.values()) { - if (!edge.valid) { - this[_depsQueue].push(node) - break // no need to continue the loop after the first hit - } - } - }, - }) - // null the virtual tree, because we're about to hack away at it - // if you want another one, load another copy. - this.idealTree = tree - this.virtualTree = null - process.emit('timeEnd', 'idealTree:init') - return tree - }) - } - - async [_globalRootNode] () { - const root = await this[_rootNodeFromPackage]({ dependencies: {} }) - // this is a gross kludge to handle the fact that we don't save - // metadata on the root node in global installs, because the "root" - // node is something like /usr/local/lib. - const meta = new Shrinkwrap({ - path: this.path, - lockfileVersion: this.options.lockfileVersion, - resolveOptions: this.options, - }) - meta.reset() - root.meta = meta - return root - } - - async [_rootNodeFromPackage] (pkg) { - // if the path doesn't exist, then we explode at this point. Note that - // this is not a problem for reify(), since it creates the root path - // before ever loading trees. - // TODO: make buildIdealTree() and loadActual handle a missing root path, - // or a symlink to a missing target, and let reify() create it as needed. - const real = await realpath(this.path, this[_rpcache], this[_stcache]) - const Cls = real === this.path ? Node : Link - const root = new Cls({ - path: this.path, - realpath: real, - pkg, - extraneous: false, - dev: false, - devOptional: false, - peer: false, - optional: false, - global: this[_global], - installLinks: this.installLinks, - legacyPeerDeps: this.legacyPeerDeps, - loadOverrides: true, - }) - if (root.isLink) { - root.target = new Node({ - path: real, - realpath: real, - pkg, - extraneous: false, - dev: false, - devOptional: false, - peer: false, - optional: false, - global: this[_global], - installLinks: this.installLinks, - legacyPeerDeps: this.legacyPeerDeps, - root, - }) - } - return root - } - - // process the add/rm requests by modifying the root node, and the - // update.names request by queueing nodes dependent on those named. - async [_applyUserRequests] (options) { - process.emit('time', 'idealTree:userRequests') - const tree = this.idealTree.target - - if (!this[_workspaces].length) { - await this[_applyUserRequestsToNode](tree, options) - } else { - const nodes = this.workspaceNodes(tree, this[_workspaces]) - if (this[_includeWorkspaceRoot]) { - nodes.push(tree) - } - const appliedRequests = nodes.map( - node => this[_applyUserRequestsToNode](node, options) - ) - await Promise.all(appliedRequests) - } - - process.emit('timeEnd', 'idealTree:userRequests') - } - - async [_applyUserRequestsToNode] (tree, options) { - // If we have a list of package names to update, and we know it's - // going to update them wherever they are, add any paths into those - // named nodes to the buildIdealTree queue. - if (!this[_global] && this[_updateNames].length) { - this[_queueNamedUpdates]() - } - - // global updates only update the globalTop nodes, but we need to know - // that they're there, and not reinstall the world unnecessarily. - const globalExplicitUpdateNames = [] - if (this[_global] && (this[_updateAll] || this[_updateNames].length)) { - const nm = resolve(this.path, 'node_modules') - const paths = await readdirScoped(nm).catch(() => []) - for (const name of paths.map((p) => p.replace(/\\/g, '/'))) { - tree.package.dependencies = tree.package.dependencies || {} - const updateName = this[_updateNames].includes(name) - if (this[_updateAll] || updateName) { - if (updateName) { - globalExplicitUpdateNames.push(name) - } - const dir = resolve(nm, name) - const st = await lstat(dir) - .catch(/* istanbul ignore next */ er => null) - if (st && st.isSymbolicLink()) { - const target = await readlink(dir) - const real = resolve(dirname(dir), target).replace(/#/g, '%23') - tree.package.dependencies[name] = `file:${real}` - } else { - tree.package.dependencies[name] = '*' - } - } - } - } - - if (this.auditReport && this.auditReport.size > 0) { - await this[_queueVulnDependents](options) - } - - const { add, rm } = options - - if (rm && rm.length) { - addRmPkgDeps.rm(tree.package, rm) - for (const name of rm) { - this[_explicitRequests].add({ from: tree, name, action: 'DELETE' }) - } - } - - if (add && add.length) { - await this[_add](tree, options) - } - - // triggers a refresh of all edgesOut. this has to be done BEFORE - // adding the edges to explicitRequests, because the package setter - // resets all edgesOut. - if (add && add.length || rm && rm.length || this[_global]) { - tree.package = tree.package - } - - for (const spec of this[_resolvedAdd]) { - if (spec.tree === tree) { - this[_explicitRequests].add(tree.edgesOut.get(spec.name)) - } - } - for (const name of globalExplicitUpdateNames) { - this[_explicitRequests].add(tree.edgesOut.get(name)) - } - - this[_depsQueue].push(tree) - } - - // This returns a promise because we might not have the name yet, and need to - // call pacote.manifest to find the name. - async [_add] (tree, { add, saveType = null, saveBundle = false }) { - // If we have a link it will need to be added relative to the target's path - const path = tree.target.path - - // get the name for each of the specs in the list. - // ie, doing `foo@bar` we just return foo but if it's a url or git, we - // don't know the name until we fetch it and look in its manifest. - await Promise.all(add.map(async rawSpec => { - // We do NOT provide the path to npa here, because user-additions need to - // be resolved relative to the tree being added to. - let spec = npa(rawSpec) - - // if it's just @'' then we reload whatever's there, or get latest - // if it's an explicit tag, we need to install that specific tag version - const isTag = spec.rawSpec && spec.type === 'tag' - - // look up the names of file/directory/git specs - if (!spec.name || isTag) { - const mani = await pacote.manifest(spec, { ...this.options }) - if (isTag) { - // translate tag to a version - spec = npa(`${mani.name}@${mani.version}`) - } - spec.name = mani.name - } - - const { name } = spec - if (spec.type === 'file') { - spec = npa(`file:${relpath(path, spec.fetchSpec).replace(/#/g, '%23')}`, path) - spec.name = name - } else if (spec.type === 'directory') { - try { - const real = await realpath(spec.fetchSpec, this[_rpcache], this[_stcache]) - spec = npa(`file:${relpath(path, real).replace(/#/g, '%23')}`, path) - spec.name = name - } catch { - // TODO: create synthetic test case to simulate realpath failure - } - } - spec.tree = tree - this[_resolvedAdd].push(spec) - })) - - // now this._resolvedAdd is a list of spec objects with names. - // find a home for each of them! - addRmPkgDeps.add({ - pkg: tree.package, - add: this[_resolvedAdd], - saveBundle, - saveType, - }) - } - - // TODO: provide a way to fix bundled deps by exposing metadata about - // what's in the bundle at each published manifest. Without that, we - // can't possibly fix bundled deps without breaking a ton of other stuff, - // and leaving the user subject to getting it overwritten later anyway. - async [_queueVulnDependents] (options) { - for (const vuln of this.auditReport.values()) { - for (const node of vuln.nodes) { - const bundler = node.getBundler() - - // XXX this belongs in the audit report itself, not here. - // We shouldn't even get these things here, and they shouldn't - // be printed by npm-audit-report as if they can be fixed, because - // they can't. - if (bundler) { - log.warn(`audit fix ${node.name}@${node.version}`, - `${node.location}\nis a bundled dependency of\n${ - bundler.name}@${bundler.version} at ${bundler.location}\n` + - 'It cannot be fixed automatically.\n' + - `Check for updates to the ${bundler.name} package.`) - continue - } - - for (const edge of node.edgesIn) { - this.addTracker('idealTree', edge.from.name, edge.from.location) - this[_depsQueue].push(edge.from) - } - } - } - - // note any that can't be fixed at the root level without --force - // if there's a fix, we use that. otherwise, the user has to remove it, - // find a different thing, fix the upstream, etc. - // - // XXX: how to handle top nodes that aren't the root? Maybe the report - // just tells the user to cd into that directory and fix it? - if (this[_force] && this.auditReport && this.auditReport.topVulns.size) { - options.add = options.add || [] - options.rm = options.rm || [] - const nodesTouched = new Set() - for (const [name, topVuln] of this.auditReport.topVulns.entries()) { - const { - simpleRange, - topNodes, - fixAvailable, - } = topVuln - for (const node of topNodes) { - if (!node.isProjectRoot && !node.isWorkspace) { - // not something we're going to fix, sorry. have to cd into - // that directory and fix it yourself. - log.warn('audit', 'Manual fix required in linked project ' + - `at ./${node.location} for ${name}@${simpleRange}.\n` + - `'cd ./${node.location}' and run 'npm audit' for details.`) - continue - } - - if (!fixAvailable) { - log.warn('audit', `No fix available for ${name}@${simpleRange}`) - continue - } - - // name may be different if parent fixes the dep - // see Vuln fixAvailable setter - const { isSemVerMajor, version, name: fixName } = fixAvailable - const breakingMessage = isSemVerMajor - ? 'a SemVer major change' - : 'outside your stated dependency range' - log.warn('audit', `Updating ${fixName} to ${version}, ` + - `which is ${breakingMessage}.`) - - await this[_add](node, { add: [`${fixName}@${version}`] }) - nodesTouched.add(node) - } - } - for (const node of nodesTouched) { - node.package = node.package - } - } - } - - [_avoidRange] (name) { - if (!this.auditReport) { - return null - } - const vuln = this.auditReport.get(name) - if (!vuln) { - return null - } - return vuln.range - } - - [_queueNamedUpdates] () { - // ignore top nodes, since they are not loaded the same way, and - // probably have their own project associated with them. - - // for every node with one of the names on the list, we add its - // dependents to the queue to be evaluated. in buildDepStep, - // anything on the update names list will get refreshed, even if - // it isn't a problem. - - // XXX this could be faster by doing a series of inventory.query('name') - // calls rather than walking over everything in the tree. - const set = this.idealTree.inventory - .filter(n => this[_shouldUpdateNode](n)) - // XXX add any invalid edgesOut to the queue - for (const node of set) { - for (const edge of node.edgesIn) { - this.addTracker('idealTree', edge.from.name, edge.from.location) - this[_depsQueue].push(edge.from) - } - } - } - - [_shouldUpdateNode] (node) { - return this[_updateNames].includes(node.name) && - !node.isTop && - !node.inDepBundle && - !node.inShrinkwrap - } - - async [_inflateAncientLockfile] () { - const { meta, inventory } = this.idealTree - const ancient = meta.ancientLockfile - const old = meta.loadedFromDisk && !(meta.originalLockfileVersion >= 2) - - if (inventory.size === 0 || !ancient && !old) { - return - } - - // if the lockfile is from node v5 or earlier, then we'll have to reload - // all the manifests of everything we encounter. this is costly, but at - // least it's just a one-time hit. - process.emit('time', 'idealTree:inflate') - - // don't warn if we're not gonna actually write it back anyway. - const heading = ancient ? 'ancient lockfile' : 'old lockfile' - if (ancient || !this.options.lockfileVersion || - this.options.lockfileVersion >= defaultLockfileVersion) { - log.warn(heading, - ` -The ${meta.type} file was created with an old version of npm, -so supplemental metadata must be fetched from the registry. - -This is a one-time fix-up, please be patient... -`) - } - - this.addTracker('idealTree:inflate') - const queue = [] - for (const node of inventory.values()) { - if (node.isProjectRoot) { - continue - } - - // if the node's location isn't within node_modules then this is actually - // a link target, so skip it. the link node itself will be queued later. - if (!node.location.startsWith('node_modules')) { - continue - } - - queue.push(async () => { - log.silly('inflate', node.location) - const { resolved, version, path, name, location, integrity } = node - // don't try to hit the registry for linked deps - const useResolved = resolved && ( - !version || resolved.startsWith('file:') - ) - const id = useResolved ? resolved : version - const spec = npa.resolve(name, id, dirname(path)) - const t = `idealTree:inflate:${location}` - this.addTracker(t) - try { - const mani = await pacote.manifest(spec, { - ...this.options, - resolved: resolved, - integrity: integrity, - fullMetadata: false, - }) - node.package = { ...mani, _id: `${mani.name}@${mani.version}` } - } catch (er) { - const warning = `Could not fetch metadata for ${name}@${id}` - log.warn(heading, warning, er) - } - this.finishTracker(t) - }) - } - await promiseCallLimit(queue) - - // have to re-calc dep flags, because the nodes don't have edges - // until their packages get assigned, so everything looks extraneous - calcDepFlags(this.idealTree) - - // yes, yes, this isn't the "original" version, but now that it's been - // upgraded, we need to make sure we don't do the work to upgrade it - // again, since it's now as new as can be. - if (!this.options.lockfileVersion && !meta.hiddenLockfile) { - meta.originalLockfileVersion = defaultLockfileVersion - } - this.finishTracker('idealTree:inflate') - process.emit('timeEnd', 'idealTree:inflate') - } - - // at this point we have a virtual tree with the actual root node's - // package deps, which may be partly or entirely incomplete, invalid - // or extraneous. - [_buildDeps] () { - process.emit('time', 'idealTree:buildDeps') - const tree = this.idealTree.target - tree.assertRootOverrides() - this[_depsQueue].push(tree) - // XXX also push anything that depends on a node with a name - // in the override list - log.silly('idealTree', 'buildDeps') - this.addTracker('idealTree', tree.name, '') - return this[_buildDepStep]() - .then(() => process.emit('timeEnd', 'idealTree:buildDeps')) - } - - async [_buildDepStep] () { - // removes tracker of previous dependency in the queue - if (this[_currentDep]) { - const { location, name } = this[_currentDep] - process.emit('timeEnd', `idealTree:${location || '#root'}`) - this.finishTracker('idealTree', name, location) - this[_currentDep] = null - } - - if (!this[_depsQueue].length) { - return this[_resolveLinks]() - } - - // sort physically shallower deps up to the front of the queue, - // because they'll affect things deeper in, then alphabetical - this[_depsQueue].sort((a, b) => - (a.depth - b.depth) || localeCompare(a.path, b.path)) - - const node = this[_depsQueue].shift() - const bd = node.package.bundleDependencies - const hasBundle = bd && Array.isArray(bd) && bd.length - const { hasShrinkwrap } = node - - // if the node was already visited, or has since been removed from the - // tree, skip over it and process the rest of the queue. If a node has - // a shrinkwrap, also skip it, because it's going to get its deps - // satisfied by whatever's in that file anyway. - if (this[_depsSeen].has(node) || - node.root !== this.idealTree || - hasShrinkwrap && !this[_complete]) { - return this[_buildDepStep]() - } - - this[_depsSeen].add(node) - this[_currentDep] = node - process.emit('time', `idealTree:${node.location || '#root'}`) - - // if we're loading a _complete_ ideal tree, for a --package-lock-only - // installation for example, we have to crack open the tarball and - // look inside if it has bundle deps or shrinkwraps. note that this is - // not necessary during a reification, because we just update the - // ideal tree by reading bundles/shrinkwraps in place. - // Don't bother if the node is from the actual tree and hasn't - // been resolved, because we can't fetch it anyway, could be anything! - const crackOpen = this[_complete] && - node !== this.idealTree && - node.resolved && - (hasBundle || hasShrinkwrap) - if (crackOpen) { - const Arborist = this.constructor - const opt = { ...this.options } - await cacache.tmp.withTmp(this.cache, opt, async path => { - await pacote.extract(node.resolved, path, { - ...opt, - Arborist, - resolved: node.resolved, - integrity: node.integrity, - }) - - if (hasShrinkwrap) { - await new Arborist({ ...this.options, path }) - .loadVirtual({ root: node }) - } - - if (hasBundle) { - await new Arborist({ ...this.options, path }) - .loadActual({ root: node, ignoreMissing: true }) - } - }) - } - - // if any deps are missing or invalid, then we fetch the manifest for - // the thing we want, and build a new dep node from that. - // Then, find the ideal placement for that node. The ideal placement - // searches from the node's deps (or parent deps in the case of non-root - // peer deps), and walks up the tree until it finds the highest spot - // where it doesn't cause any conflicts. - // - // A conflict can be: - // - A node by that name already exists at that location. - // - The parent has a peer dep on that name - // - One of the node's peer deps conflicts at that location, unless the - // peer dep is met by a node at that location, which is fine. - // - // If we create a new node, then build its ideal deps as well. - // - // Note: this is the same "maximally naive" deduping tree-building - // algorithm that npm has used since v3. In a case like this: - // - // root -> (a@1, b@1||2) - // a -> (b@1) - // - // You'll end up with a tree like this: - // - // root - // +-- a@1 - // | +-- b@1 - // +-- b@2 - // - // rather than this, more deduped, but just as correct tree: - // - // root - // +-- a@1 - // +-- b@1 - // - // Another way to look at it is that this algorithm favors getting higher - // version deps at higher levels in the tree, even if that reduces - // potential deduplication. - // - // Set `preferDedupe: true` in the options to replace the shallower - // dep if allowed. - - const tasks = [] - const peerSource = this[_peerSetSource].get(node) || node - for (const edge of this[_problemEdges](node)) { - if (edge.peerConflicted) { - continue - } - - // peerSetSource is only relevant when we have a peerEntryEdge - // otherwise we're setting regular non-peer deps as if they have - // a virtual root of whatever brought in THIS node. - // so we VR the node itself if the edge is not a peer - const source = edge.peer ? peerSource : node - - const virtualRoot = this[_virtualRoot](source, true) - // reuse virtual root if we already have one, but don't - // try to do the override ahead of time, since we MAY be able - // to create a more correct tree than the virtual root could. - const vrEdge = virtualRoot && virtualRoot.edgesOut.get(edge.name) - const vrDep = vrEdge && vrEdge.valid && vrEdge.to - // only re-use the virtualRoot if it's a peer edge we're placing. - // otherwise, we end up in situations where we override peer deps that - // we could have otherwise found homes for. Eg: - // xy -> (x, y) - // x -> PEER(z@1) - // y -> PEER(z@2) - // If xy is a dependency, we can resolve this like: - // project - // +-- xy - // | +-- y - // | +-- z@2 - // +-- x - // +-- z@1 - // But if x and y are loaded in the same virtual root, then they will - // be forced to agree on a version of z. - const required = new Set([edge.from]) - const parent = edge.peer ? virtualRoot : null - const dep = vrDep && vrDep.satisfies(edge) ? vrDep - : await this[_nodeFromEdge](edge, parent, null, required) - - /* istanbul ignore next */ - debug(() => { - if (!dep) { - throw new Error('no dep??') - } - }) - - tasks.push({ edge, dep }) - } - - const placeDeps = tasks - .sort((a, b) => localeCompare(a.edge.name, b.edge.name)) - .map(({ edge, dep }) => new PlaceDep({ - edge, - dep, - - auditReport: this.auditReport, - explicitRequest: this[_explicitRequests].has(edge), - force: this[_force], - installLinks: this.installLinks, - installStrategy: this[_installStrategy], - legacyPeerDeps: this.legacyPeerDeps, - preferDedupe: this[_preferDedupe], - strictPeerDeps: this[_strictPeerDeps], - updateNames: this[_updateNames], - })) - - const promises = [] - for (const pd of placeDeps) { - // placing a dep is actually a tree of placing the dep itself - // and all of its peer group that aren't already met by the tree - depth({ - tree: pd, - getChildren: pd => pd.children, - visit: pd => { - const { placed, edge, canPlace: cpd } = pd - // if we didn't place anything, nothing to do here - if (!placed) { - return - } - - // we placed something, that means we changed the tree - if (placed.errors.length) { - this[_loadFailures].add(placed) - } - this[_mutateTree] = true - if (cpd.canPlaceSelf === OK) { - for (const edgeIn of placed.edgesIn) { - if (edgeIn === edge) { - continue - } - const { from, valid, peerConflicted } = edgeIn - if (!peerConflicted && !valid && !this[_depsSeen].has(from)) { - this.addTracker('idealTree', from.name, from.location) - this[_depsQueue].push(edgeIn.from) - } - } - } else { - /* istanbul ignore else - should be only OK or REPLACE here */ - if (cpd.canPlaceSelf === REPLACE) { - // this may also create some invalid edges, for example if we're - // intentionally causing something to get nested which was - // previously placed in this location. - for (const edgeIn of placed.edgesIn) { - if (edgeIn === edge) { - continue - } - - const { valid, peerConflicted } = edgeIn - if (!valid && !peerConflicted) { - // if it's already been visited, we have to re-visit - // otherwise, just enqueue normally. - this[_depsSeen].delete(edgeIn.from) - this[_depsQueue].push(edgeIn.from) - } - } - } - } - - /* istanbul ignore if - should be impossible */ - if (cpd.canPlaceSelf === CONFLICT) { - debug(() => { - const er = new Error('placed with canPlaceSelf=CONFLICT') - throw Object.assign(er, { placeDep: pd }) - }) - return - } - - // lastly, also check for the missing deps of the node we placed, - // and any holes created by pruning out conflicted peer sets. - this[_depsQueue].push(placed) - for (const dep of pd.needEvaluation) { - this[_depsSeen].delete(dep) - this[_depsQueue].push(dep) - } - - // pre-fetch any problem edges, since we'll need these soon - // if it fails at this point, though, dont' worry because it - // may well be an optional dep that has gone missing. it'll - // fail later anyway. - promises.push(...this[_problemEdges](placed).map(e => - this[_fetchManifest](npa.resolve(e.name, e.spec, fromPath(placed, e))) - .catch(er => null))) - }, - }) - } - - for (const { to } of node.edgesOut.values()) { - if (to && to.isLink && to.target) { - this[_linkNodes].add(to) - } - } - - await Promise.all(promises) - return this[_buildDepStep]() - } - - // loads a node from an edge, and then loads its peer deps (and their - // peer deps, on down the line) into a virtual root parent. - async [_nodeFromEdge] (edge, parent_, secondEdge, required) { - // create a virtual root node with the same deps as the node that - // is requesting this one, so that we can get all the peer deps in - // a context where they're likely to be resolvable. - // Note that the virtual root will also have virtual copies of the - // targets of any child Links, so that they resolve appropriately. - const parent = parent_ || this[_virtualRoot](edge.from) - - const spec = npa.resolve(edge.name, edge.spec, edge.from.path) - const first = await this[_nodeFromSpec](edge.name, spec, parent, edge) - - // we might have a case where the parent has a peer dependency on - // `foo@*` which resolves to v2, but another dep in the set has a - // peerDependency on `foo@1`. In that case, if we force it to be v2, - // we're unnecessarily triggering an ERESOLVE. - // If we have a second edge to worry about, and it's not satisfied - // by the first node, try a second and see if that satisfies the - // original edge here. - const spec2 = secondEdge && npa.resolve( - edge.name, - secondEdge.spec, - secondEdge.from.path - ) - const second = secondEdge && !secondEdge.valid - ? await this[_nodeFromSpec](edge.name, spec2, parent, secondEdge) - : null - - // pick the second one if they're both happy with that, otherwise first - const node = second && edge.valid ? second : first - // ensure the one we want is the one that's placed - node.parent = parent - - if (required.has(edge.from) && edge.type !== 'peerOptional' || - secondEdge && ( - required.has(secondEdge.from) && secondEdge.type !== 'peerOptional')) { - required.add(node) - } - - // keep track of the thing that caused this node to be included. - const src = parent.sourceReference - this[_peerSetSource].set(node, src) - - // do not load the peers along with the set if this is a global top pkg - // otherwise we'll be tempted to put peers as other top-level installed - // things, potentially clobbering what's there already, which is not - // what we want. the missing edges will be picked up on the next pass. - if (this[_global] && edge.from.isProjectRoot) { - return node - } - - // otherwise, we have to make sure that our peers can go along with us. - return this[_loadPeerSet](node, required) - } - - [_virtualRoot] (node, reuse = false) { - if (reuse && this[_virtualRoots].has(node)) { - return this[_virtualRoots].get(node) - } - - const vr = new Node({ - path: node.realpath, - sourceReference: node, - installLinks: this.installLinks, - legacyPeerDeps: this.legacyPeerDeps, - overrides: node.overrides, - }) - - // also need to set up any targets from any link deps, so that - // they are properly reflected in the virtual environment - for (const child of node.children.values()) { - if (child.isLink) { - new Node({ - path: child.realpath, - sourceReference: child.target, - root: vr, - }) - } - } - - this[_virtualRoots].set(node, vr) - return vr - } - - [_problemEdges] (node) { - // skip over any bundled deps, they're not our problem. - // Note that this WILL fetch bundled meta-deps which are also dependencies - // but not listed as bundled deps. When reifying, we first unpack any - // nodes that have bundleDependencies, then do a loadActual on them, move - // the nodes into the ideal tree, and then prune. So, fetching those - // possibly-bundled meta-deps at this point doesn't cause any worse - // problems than a few unnecessary packument fetches. - - // also skip over any nodes in the tree that failed to load, since those - // will crash the install later on anyway. - const bd = node.isProjectRoot || node.isWorkspace ? null - : node.package.bundleDependencies - const bundled = new Set(bd || []) - - return [...node.edgesOut.values()] - .filter(edge => { - // If it's included in a bundle, we take whatever is specified. - if (bundled.has(edge.name)) { - return false - } - - // If it's already been logged as a load failure, skip it. - if (edge.to && this[_loadFailures].has(edge.to)) { - return false - } - - // If it's shrinkwrapped, we use what the shrinkwap wants. - if (edge.to && edge.to.inShrinkwrap) { - return false - } - - // If the edge has no destination, that's a problem, unless - // if it's peerOptional and not explicitly requested. - if (!edge.to) { - return edge.type !== 'peerOptional' || - this[_explicitRequests].has(edge) - } - - // If the edge has an error, there's a problem. - if (!edge.valid) { - return true - } - - // If the edge is a workspace, and it's valid, leave it alone - if (edge.to.isWorkspace) { - return false - } - - // user explicitly asked to update this package by name, problem - if (this[_updateNames].includes(edge.name)) { - return true - } - - // fixing a security vulnerability with this package, problem - if (this.auditReport && this.auditReport.isVulnerable(edge.to)) { - return true - } - - // user has explicitly asked to install this package, problem - if (this[_explicitRequests].has(edge)) { - return true - } - - // No problems! - return false - }) - } - - async [_fetchManifest] (spec) { - const options = { - ...this.options, - avoid: this[_avoidRange](spec.name), - } - // get the intended spec and stored metadata from yarn.lock file, - // if available and valid. - spec = this.idealTree.meta.checkYarnLock(spec, options) - - if (this[_manifests].has(spec.raw)) { - return this[_manifests].get(spec.raw) - } else { - const cleanRawSpec = cleanUrl(spec.rawSpec) - log.silly('fetch manifest', spec.raw.replace(spec.rawSpec, cleanRawSpec)) - const p = pacote.manifest(spec, options) - .then(mani => { - this[_manifests].set(spec.raw, mani) - return mani - }) - this[_manifests].set(spec.raw, p) - return p - } - } - - [_nodeFromSpec] (name, spec, parent, edge) { - // pacote will slap integrity on its options, so we have to clone - // the object so it doesn't get mutated. - // Don't bother to load the manifest for link deps, because the target - // might be within another package that doesn't exist yet. - const { installLinks, legacyPeerDeps } = this - const isWorkspace = this.idealTree.workspaces && this.idealTree.workspaces.has(spec.name) - - // spec is a directory, link it unless installLinks is set or it's a workspace - // TODO post arborist refactor, will need to check for installStrategy=linked - if (spec.type === 'directory' && (isWorkspace || !installLinks)) { - return this[_linkFromSpec](name, spec, parent, edge) - } - - // if the spec matches a workspace name, then see if the workspace node will - // satisfy the edge. if it does, we return the workspace node to make sure it - // takes priority. - if (isWorkspace) { - const existingNode = this.idealTree.edgesOut.get(spec.name).to - if (existingNode && existingNode.isWorkspace && existingNode.satisfies(edge)) { - return edge.to - } - } - - // spec isn't a directory, and either isn't a workspace or the workspace we have - // doesn't satisfy the edge. try to fetch a manifest and build a node from that. - return this[_fetchManifest](spec) - .then(pkg => new Node({ name, pkg, parent, installLinks, legacyPeerDeps }), error => { - error.requiredBy = edge.from.location || '.' - - // failed to load the spec, either because of enotarget or - // fetch failure of some other sort. save it so we can verify - // later that it's optional, otherwise the error is fatal. - const n = new Node({ - name, - parent, - error, - installLinks, - legacyPeerDeps, - }) - this[_loadFailures].add(n) - return n - }) - } - - [_linkFromSpec] (name, spec, parent, edge) { - const realpath = spec.fetchSpec - const { installLinks, legacyPeerDeps } = this - return rpj(realpath + '/package.json').catch(() => ({})).then(pkg => { - const link = new Link({ name, parent, realpath, pkg, installLinks, legacyPeerDeps }) - this[_linkNodes].add(link) - return link - }) - } - - // load all peer deps and meta-peer deps into the node's parent - // At the end of this, the node's peer-type outward edges are all - // resolved, and so are all of theirs, but other dep types are not. - // We prefer to get peer deps that meet the requiring node's dependency, - // if possible, since that almost certainly works (since that package was - // developed with this set of deps) and will typically be more restrictive. - // Note that the peers in the set can conflict either with each other, - // or with a direct dependency from the virtual root parent! In strict - // mode, this is always an error. In force mode, it never is, and we - // prefer the parent's non-peer dep over a peer dep, or the version that - // gets placed first. In non-strict mode, we behave strictly if the - // virtual root is based on the root project, and allow non-peer parent - // deps to override, but throw if no preference can be determined. - async [_loadPeerSet] (node, required) { - const peerEdges = [...node.edgesOut.values()] - // we typically only install non-optional peers, but we have to - // factor them into the peerSet so that we can avoid conflicts - .filter(e => e.peer && !(e.valid && e.to)) - .sort(({ name: a }, { name: b }) => localeCompare(a, b)) - - for (const edge of peerEdges) { - // already placed this one, and we're happy with it. - if (edge.valid && edge.to) { - continue - } - - const parentEdge = node.parent.edgesOut.get(edge.name) - const { isProjectRoot, isWorkspace } = node.parent.sourceReference - const isMine = isProjectRoot || isWorkspace - const conflictOK = this[_force] || !isMine && !this[_strictPeerDeps] - - if (!edge.to) { - if (!parentEdge) { - // easy, just put the thing there - await this[_nodeFromEdge](edge, node.parent, null, required) - continue - } else { - // if the parent's edge is very broad like >=1, and the edge in - // question is something like 1.x, then we want to get a 1.x, not - // a 2.x. pass along the child edge as an advisory guideline. - // if the parent edge doesn't satisfy the child edge, and the - // child edge doesn't satisfy the parent edge, then we have - // a conflict. this is always a problem in strict mode, never - // in force mode, and a problem in non-strict mode if this isn't - // on behalf of our project. in all such cases, we warn at least. - const dep = await this[_nodeFromEdge]( - parentEdge, - node.parent, - edge, - required - ) - - // hooray! that worked! - if (edge.valid) { - continue - } - - // allow it. either we're overriding, or it's not something - // that will be installed by default anyway, and we'll fail when - // we get to the point where we need to, if we need to. - if (conflictOK || !required.has(dep)) { - edge.peerConflicted = true - continue - } - - // problem - this[_failPeerConflict](edge, parentEdge) - } - } - - // There is something present already, and we're not happy about it - // See if the thing we WOULD be happy with is also going to satisfy - // the other dependents on the current node. - const current = edge.to - const dep = await this[_nodeFromEdge](edge, null, null, required) - if (dep.canReplace(current)) { - await this[_nodeFromEdge](edge, node.parent, null, required) - continue - } - - // at this point we know that there is a dep there, and - // we don't like it. always fail strictly, always allow forcibly or - // in non-strict mode if it's not our fault. don't warn here, because - // we are going to warn again when we place the deps, if we end up - // overriding for something else. If the thing that has this dep - // isn't also required, then there's a good chance we won't need it, - // so allow it for now and let it conflict if it turns out to actually - // be necessary for the installation. - if (conflictOK || !required.has(edge.from)) { - continue - } - - // ok, it's the root, or we're in unforced strict mode, so this is bad - this[_failPeerConflict](edge, parentEdge) - } - return node - } - - [_failPeerConflict] (edge, currentEdge) { - const expl = this[_explainPeerConflict](edge, currentEdge) - throw Object.assign(new Error('unable to resolve dependency tree'), expl) - } - - [_explainPeerConflict] (edge, currentEdge) { - const node = edge.from - const curNode = node.resolve(edge.name) - const current = curNode.explain() - return { - code: 'ERESOLVE', - current, - // it SHOULD be impossible to get here without a current node in place, - // but this at least gives us something report on when bugs creep into - // the tree handling logic. - currentEdge: currentEdge ? currentEdge.explain() : null, - edge: edge.explain(), - strictPeerDeps: this[_strictPeerDeps], - force: this[_force], - } - } - - // go through all the links in the this[_linkNodes] set - // for each one: - // - if outside the root, ignore it, assume it's fine, it's not our problem - // - if a node in the tree already, assign the target to that node. - // - if a path under an existing node, then assign that as the fsParent, - // and add it to the _depsQueue - // - // call buildDepStep if anything was added to the queue, otherwise we're done - [_resolveLinks] () { - for (const link of this[_linkNodes]) { - this[_linkNodes].delete(link) - - // link we never ended up placing, skip it - if (link.root !== this.idealTree) { - continue - } - - const tree = this.idealTree.target - const external = !link.target.isDescendantOf(tree) - - // outside the root, somebody else's problem, ignore it - if (external && !this[_follow]) { - continue - } - - // didn't find a parent for it or it has not been seen yet - // so go ahead and process it. - const unseenLink = (link.target.parent || link.target.fsParent) && - !this[_depsSeen].has(link.target) - - if (this[_follow] && - !link.target.parent && - !link.target.fsParent || - unseenLink) { - this.addTracker('idealTree', link.target.name, link.target.location) - this[_depsQueue].push(link.target) - } - } - - if (this[_depsQueue].length) { - return this[_buildDepStep]() - } - } - - [_fixDepFlags] () { - process.emit('time', 'idealTree:fixDepFlags') - const metaFromDisk = this.idealTree.meta.loadedFromDisk - const flagsSuspect = this[_flagsSuspect] - const mutateTree = this[_mutateTree] - // if the options set prune:false, then we don't prune, but we still - // mark the extraneous items in the tree if we modified it at all. - // If we did no modifications, we just iterate over the extraneous nodes. - // if we started with an empty tree, then the dep flags are already - // all set to true, and there can be nothing extraneous, so there's - // nothing to prune, because we built it from scratch. if we didn't - // add or remove anything, then also nothing to do. - if (metaFromDisk && mutateTree) { - resetDepFlags(this.idealTree) - } - - // update all the dev/optional/etc flags in the tree - // either we started with a fresh tree, or we - // reset all the flags to find the extraneous nodes. - // - // if we started from a blank slate, or changed something, then - // the dep flags will be all set to true. - if (!metaFromDisk || mutateTree) { - calcDepFlags(this.idealTree) - } else { - // otherwise just unset all the flags on the root node - // since they will sometimes have the default value - this.idealTree.extraneous = false - this.idealTree.dev = false - this.idealTree.optional = false - this.idealTree.devOptional = false - this.idealTree.peer = false - } - - // at this point, any node marked as extraneous should be pruned. - // if we started from a shrinkwrap, and then added/removed something, - // then the tree is suspect. Prune what is marked as extraneous. - // otherwise, don't bother. - const needPrune = metaFromDisk && (mutateTree || flagsSuspect) - if (this[_prune] && needPrune) { - this[_idealTreePrune]() - } - - process.emit('timeEnd', 'idealTree:fixDepFlags') - } - - [_idealTreePrune] () { - for (const node of this.idealTree.inventory.filter(n => n.extraneous)) { - node.parent = null - } - } - - [_pruneFailedOptional] () { - for (const node of this[_loadFailures]) { - if (!node.optional) { - throw node.errors[0] - } - - const set = optionalSet(node) - for (const node of set) { - node.parent = null - } - } - } -} diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/deduper.js b/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/deduper.js deleted file mode 100644 index 1741c31..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/deduper.js +++ /dev/null @@ -1,19 +0,0 @@ -module.exports = cls => class Deduper extends cls { - async dedupe (options = {}) { - // allow the user to set options on the ctor as well. - // XXX: deprecate separate method options objects. - options = { ...this.options, ...options } - const tree = await this.loadVirtual().catch(() => this.loadActual()) - const names = [] - for (const name of tree.inventory.query('name')) { - if (tree.inventory.query('name', name).size > 1) { - names.push(name) - } - } - return this.reify({ - ...options, - preferDedupe: true, - update: { names }, - }) - } -} diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/index.js b/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/index.js deleted file mode 100644 index afcc3ec..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/index.js +++ /dev/null @@ -1,166 +0,0 @@ -// The arborist manages three trees: -// - actual -// - virtual -// - ideal -// -// The actual tree is what's present on disk in the node_modules tree -// and elsewhere that links may extend. -// -// The virtual tree is loaded from metadata (package.json and lock files). -// -// The ideal tree is what we WANT that actual tree to become. This starts -// with the virtual tree, and then applies the options requesting -// add/remove/update actions. -// -// To reify a tree, we calculate a diff between the ideal and actual trees, -// and then turn the actual tree into the ideal tree by taking the actions -// required. At the end of the reification process, the actualTree is -// updated to reflect the changes. -// -// Each tree has an Inventory at the root. Shrinkwrap is tracked by Arborist -// instance. It always refers to the actual tree, but is updated (and written -// to disk) on reification. - -// Each of the mixin "classes" adds functionality, but are not dependent on -// constructor call order. So, we just load them in an array, and build up -// the base class, so that the overall voltron class is easier to test and -// cover, and separation of concerns can be maintained. - -const { resolve } = require('path') -const { homedir } = require('os') -const { depth } = require('treeverse') -const { saveTypeMap } = require('../add-rm-pkg-deps.js') - -const mixins = [ - require('../tracker.js'), - require('./pruner.js'), - require('./deduper.js'), - require('./audit.js'), - require('./build-ideal-tree.js'), - require('./load-workspaces.js'), - require('./load-actual.js'), - require('./load-virtual.js'), - require('./rebuild.js'), - require('./reify.js'), - require('./isolated-reifier.js'), -] - -const _workspacesEnabled = Symbol.for('workspacesEnabled') -const Base = mixins.reduce((a, b) => b(a), require('events')) -const getWorkspaceNodes = require('../get-workspace-nodes.js') - -// if it's 1, 2, or 3, set it explicitly that. -// if undefined or null, set it null -// otherwise, throw. -const lockfileVersion = lfv => { - if (lfv === 1 || lfv === 2 || lfv === 3) { - return lfv - } - - if (lfv === undefined || lfv === null) { - return null - } - - throw new TypeError('Invalid lockfileVersion config: ' + lfv) -} - -class Arborist extends Base { - constructor (options = {}) { - process.emit('time', 'arborist:ctor') - super(options) - this.options = { - nodeVersion: process.version, - ...options, - path: options.path || '.', - cache: options.cache || `${homedir()}/.npm/_cacache`, - packumentCache: options.packumentCache || new Map(), - workspacesEnabled: options.workspacesEnabled !== false, - replaceRegistryHost: options.replaceRegistryHost, - lockfileVersion: lockfileVersion(options.lockfileVersion), - installStrategy: options.global ? 'shallow' : (options.installStrategy ? options.installStrategy : 'hoisted'), - } - this.replaceRegistryHost = this.options.replaceRegistryHost = - (!this.options.replaceRegistryHost || this.options.replaceRegistryHost === 'npmjs') ? - 'registry.npmjs.org' : this.options.replaceRegistryHost - - this[_workspacesEnabled] = this.options.workspacesEnabled - - if (options.saveType && !saveTypeMap.get(options.saveType)) { - throw new Error(`Invalid saveType ${options.saveType}`) - } - this.cache = resolve(this.options.cache) - this.path = resolve(this.options.path) - process.emit('timeEnd', 'arborist:ctor') - } - - // TODO: We should change these to static functions instead - // of methods for the next major version - - // returns an array of the actual nodes for all the workspaces - workspaceNodes (tree, workspaces) { - return getWorkspaceNodes(tree, workspaces) - } - - // returns a set of workspace nodes and all their deps - workspaceDependencySet (tree, workspaces, includeWorkspaceRoot) { - const wsNodes = this.workspaceNodes(tree, workspaces) - if (includeWorkspaceRoot) { - for (const edge of tree.edgesOut.values()) { - if (edge.type !== 'workspace' && edge.to) { - wsNodes.push(edge.to) - } - } - } - const wsDepSet = new Set(wsNodes) - const extraneous = new Set() - for (const node of wsDepSet) { - for (const edge of node.edgesOut.values()) { - const dep = edge.to - if (dep) { - wsDepSet.add(dep) - if (dep.isLink) { - wsDepSet.add(dep.target) - } - } - } - for (const child of node.children.values()) { - if (child.extraneous) { - extraneous.add(child) - } - } - } - for (const extra of extraneous) { - wsDepSet.add(extra) - } - - return wsDepSet - } - - // returns a set of root dependencies, excluding dependencies that are - // exclusively workspace dependencies - excludeWorkspacesDependencySet (tree) { - const rootDepSet = new Set() - depth({ - tree, - visit: node => { - for (const { to } of node.edgesOut.values()) { - if (!to || to.isWorkspace) { - continue - } - for (const edgeIn of to.edgesIn.values()) { - if (edgeIn.from.isRoot || rootDepSet.has(edgeIn.from)) { - rootDepSet.add(to) - } - } - } - return node - }, - filter: node => node, - getChildren: (node, tree) => - [...tree.edgesOut.values()].map(edge => edge.to), - }) - return rootDepSet - } -} - -module.exports = Arborist diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/isolated-reifier.js b/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/isolated-reifier.js deleted file mode 100644 index f4f1bb8..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/isolated-reifier.js +++ /dev/null @@ -1,453 +0,0 @@ -const _makeIdealGraph = Symbol('makeIdealGraph') -const _createIsolatedTree = Symbol.for('createIsolatedTree') -const _createBundledTree = Symbol('createBundledTree') -const fs = require('fs') -const pacote = require('pacote') -const { join } = require('path') -const { depth } = require('treeverse') -const crypto = require('crypto') - -// cache complicated function results -const memoize = (fn) => { - const memo = new Map() - return async function (arg) { - const key = arg - if (memo.has(key)) { - return memo.get(key) - } - const result = {} - memo.set(key, result) - await fn(result, arg) - return result - } -} - -module.exports = cls => class IsolatedReifier extends cls { - /** - * Create an ideal graph. - * - * An implementation of npm RFC-0042 - * https://github.com/npm/rfcs/blob/main/accepted/0042-isolated-mode.md - * - * This entire file should be considered technical debt that will be resolved - * with an Arborist refactor or rewrite. Embedded logic in Nodes and Links, - * and the incremental state of building trees and reifying contains too many - * assumptions to do a linked mode properly. - * - * Instead, this approach takes a tree built from build-ideal-tree, and - * returns a new tree-like structure without the embedded logic of Node and - * Link classes. - * - * Since the RFC requires leaving the package-lock in place, this approach - * temporarily replaces the tree state for a couple of steps of reifying. - * - **/ - async [_makeIdealGraph] (options) { - /* Make sure that the ideal tree is build as the rest of - * the algorithm depends on it. - */ - const bitOpt = { - ...options, - complete: false, - } - await this.buildIdealTree(bitOpt) - const idealTree = this.idealTree - - this.rootNode = {} - const root = this.rootNode - this.counter = 0 - - // memoize to cache generating proxy Nodes - this.externalProxyMemo = memoize(this.externalProxy.bind(this)) - this.workspaceProxyMemo = memoize(this.workspaceProxy.bind(this)) - - root.external = [] - root.isProjectRoot = true - root.localLocation = idealTree.location - root.localPath = idealTree.path - root.workspaces = await Promise.all( - Array.from(idealTree.fsChildren.values(), this.workspaceProxyMemo)) - const processed = new Set() - const queue = [idealTree, ...idealTree.fsChildren] - while (queue.length !== 0) { - const next = queue.pop() - if (processed.has(next.location)) { - continue - } - processed.add(next.location) - next.edgesOut.forEach(e => { - if (!e.to || (next.package.bundleDependencies || next.package.bundledDependencies || []).includes(e.to.name)) { - return - } - queue.push(e.to) - }) - if (!next.isProjectRoot && !next.isWorkspace) { - root.external.push(await this.externalProxyMemo(next)) - } - } - - await this.assignCommonProperties(idealTree, root) - - this.idealGraph = root - } - - async workspaceProxy (result, node) { - result.localLocation = node.location - result.localPath = node.path - result.isWorkspace = true - result.resolved = node.resolved - await this.assignCommonProperties(node, result) - } - - async externalProxy (result, node) { - await this.assignCommonProperties(node, result) - if (node.hasShrinkwrap) { - const dir = join( - node.root.path, - 'node_modules', - '.store', - `${node.name}@${node.version}` - ) - fs.mkdirSync(dir, { recursive: true }) - // TODO this approach feels wrong - // and shouldn't be necessary for shrinkwraps - await pacote.extract(node.resolved, dir, { - ...this.options, - resolved: node.resolved, - integrity: node.integrity, - }) - const Arborist = this.constructor - const arb = new Arborist({ ...this.options, path: dir }) - await arb[_makeIdealGraph]({ dev: false }) - this.rootNode.external.push(...arb.idealGraph.external) - arb.idealGraph.external.forEach(e => { - e.root = this.rootNode - e.id = `${node.id}=>${e.id}` - }) - result.localDependencies = [] - result.externalDependencies = arb.idealGraph.externalDependencies - result.externalOptionalDependencies = arb.idealGraph.externalOptionalDependencies - result.dependencies = [ - ...result.externalDependencies, - ...result.localDependencies, - ...result.externalOptionalDependencies, - ] - } - result.optional = node.optional - result.resolved = node.resolved - result.version = node.version - } - - async assignCommonProperties (node, result) { - function validEdgesOut (node) { - return [...node.edgesOut.values()].filter(e => e.to && e.to.target && !(node.package.bundledDepenedencies || node.package.bundleDependencies || []).includes(e.to.name)) - } - const edges = validEdgesOut(node) - const optionalDeps = edges.filter(e => e.optional).map(e => e.to.target) - const nonOptionalDeps = edges.filter(e => !e.optional).map(e => e.to.target) - - result.localDependencies = await Promise.all(nonOptionalDeps.filter(n => n.isWorkspace).map(this.workspaceProxyMemo)) - result.externalDependencies = await Promise.all(nonOptionalDeps.filter(n => !n.isWorkspace).map(this.externalProxyMemo)) - result.externalOptionalDependencies = await Promise.all(optionalDeps.map(this.externalProxyMemo)) - result.dependencies = [ - ...result.externalDependencies, - ...result.localDependencies, - ...result.externalOptionalDependencies, - ] - result.root = this.rootNode - result.id = this.counter++ - result.name = node.name - result.package = { ...node.package } - result.package.bundleDependencies = undefined - result.hasInstallScript = node.hasInstallScript - } - - async [_createBundledTree] () { - // TODO: make sure that idealTree object exists - const idealTree = this.idealTree - // TODO: test workspaces having bundled deps - const queue = [] - - for (const [, edge] of idealTree.edgesOut) { - if (edge.to && (idealTree.package.bundleDependencies || idealTree.package.bundledDependencies || []).includes(edge.to.name)) { - queue.push({ from: idealTree, to: edge.to }) - } - } - for (const child of idealTree.fsChildren) { - for (const [, edge] of child.edgesOut) { - if (edge.to && (child.package.bundleDependencies || child.package.bundledDependencies || []).includes(edge.to.name)) { - queue.push({ from: child, to: edge.to }) - } - } - } - - const processed = new Set() - const nodes = new Map() - const edges = [] - while (queue.length !== 0) { - const nextEdge = queue.pop() - const key = `${nextEdge.from.location}=>${nextEdge.to.location}` - // should be impossible, unless bundled is duped - /* istanbul ignore next */ - if (processed.has(key)) { - continue - } - processed.add(key) - const from = nextEdge.from - if (!from.isRoot && !from.isWorkspace) { - nodes.set(from.location, { location: from.location, resolved: from.resolved, name: from.name, optional: from.optional, pkg: { ...from.package, bundleDependencies: undefined } }) - } - const to = nextEdge.to - nodes.set(to.location, { location: to.location, resolved: to.resolved, name: to.name, optional: to.optional, pkg: { ...to.package, bundleDependencies: undefined } }) - edges.push({ from: from.isRoot ? 'root' : from.location, to: to.location }) - - to.edgesOut.forEach(e => { - // an edge out should always have a to - /* istanbul ignore else */ - if (e.to) { - queue.push({ from: e.from, to: e.to }) - } - }) - } - return { edges, nodes } - } - - async [_createIsolatedTree] (idealTree) { - await this[_makeIdealGraph](this.options) - - const proxiedIdealTree = this.idealGraph - - const bundledTree = await this[_createBundledTree]() - - const treeHash = (startNode) => { - // generate short hash based on the dependency tree - // starting at this node - const deps = [] - const branch = [] - depth({ - tree: startNode, - getChildren: node => node.dependencies, - filter: node => node, - visit: node => { - branch.push(`${node.name}@${node.version}`) - deps.push(`${branch.join('->')}::${node.resolved}`) - }, - leave: () => { - branch.pop() - }, - }) - deps.sort() - return crypto.createHash('shake256', { outputLength: 16 }) - .update(deps.join(',')) - .digest('base64') - // Node v14 doesn't support base64url - .replace(/\+/g, '-') - .replace(/\//g, '_') - .replace(/=+$/m, '') - } - - const getKey = (idealTreeNode) => { - return `${idealTreeNode.name}@${idealTreeNode.version}-${treeHash(idealTreeNode)}` - } - - const root = { - fsChildren: [], - integrity: null, - inventory: new Map(), - isLink: false, - isRoot: true, - binPaths: [], - edgesIn: new Set(), - edgesOut: new Map(), - hasShrinkwrap: false, - parent: null, - // TODO: we should probably not reference this.idealTree - resolved: this.idealTree.resolved, - isTop: true, - path: proxiedIdealTree.root.localPath, - realpath: proxiedIdealTree.root.localPath, - package: proxiedIdealTree.root.package, - meta: { loadedFromDisk: false }, - global: false, - isProjectRoot: true, - children: [], - } - // root.inventory.set('', t) - // root.meta = this.idealTree.meta - // TODO We should mock better the inventory object because it is used by audit-report.js ... maybe - root.inventory.query = () => { - return [] - } - const processed = new Set() - proxiedIdealTree.workspaces.forEach(c => { - const workspace = { - edgesIn: new Set(), - edgesOut: new Map(), - children: [], - hasInstallScript: c.hasInstallScript, - binPaths: [], - package: c.package, - location: c.localLocation, - path: c.localPath, - realpath: c.localPath, - resolved: c.resolved, - } - root.fsChildren.push(workspace) - root.inventory.set(workspace.location, workspace) - }) - const generateChild = (node, location, pkg, inStore) => { - const newChild = { - global: false, - globalTop: false, - isProjectRoot: false, - isTop: false, - location, - name: node.name, - optional: node.optional, - top: { path: proxiedIdealTree.root.localPath }, - children: [], - edgesIn: new Set(), - edgesOut: new Map(), - binPaths: [], - fsChildren: [], - /* istanbul ignore next -- emulate Node */ - getBundler () { - return null - }, - hasShrinkwrap: false, - inDepBundle: false, - integrity: null, - isLink: false, - isRoot: false, - isInStore: inStore, - path: join(proxiedIdealTree.root.localPath, location), - realpath: join(proxiedIdealTree.root.localPath, location), - resolved: node.resolved, - version: pkg.version, - package: pkg, - } - newChild.target = newChild - root.children.push(newChild) - root.inventory.set(newChild.location, newChild) - } - proxiedIdealTree.external.forEach(c => { - const key = getKey(c) - if (processed.has(key)) { - return - } - processed.add(key) - const location = join('node_modules', '.store', key, 'node_modules', c.name) - generateChild(c, location, c.package, true) - }) - bundledTree.nodes.forEach(node => { - generateChild(node, node.location, node.pkg, false) - }) - bundledTree.edges.forEach(e => { - const from = e.from === 'root' ? root : root.inventory.get(e.from) - const to = root.inventory.get(e.to) - // Maybe optional should be propagated from the original edge - const edge = { optional: false, from, to } - from.edgesOut.set(to.name, edge) - to.edgesIn.add(edge) - }) - const memo = new Set() - - function processEdges (node, externalEdge) { - externalEdge = !!externalEdge - const key = getKey(node) - if (memo.has(key)) { - return - } - memo.add(key) - - let from, nmFolder - if (externalEdge) { - const fromLocation = join('node_modules', '.store', key, 'node_modules', node.name) - from = root.children.find(c => c.location === fromLocation) - nmFolder = join('node_modules', '.store', key, 'node_modules') - } else { - from = node.isProjectRoot ? root : root.fsChildren.find(c => c.location === node.localLocation) - nmFolder = join(node.localLocation, 'node_modules') - } - - const processDeps = (dep, optional, external) => { - optional = !!optional - external = !!external - - const location = join(nmFolder, dep.name) - const binNames = dep.package.bin && Object.keys(dep.package.bin) || [] - const toKey = getKey(dep) - - let target - if (external) { - const toLocation = join('node_modules', '.store', toKey, 'node_modules', dep.name) - target = root.children.find(c => c.location === toLocation) - } else { - target = root.fsChildren.find(c => c.location === dep.localLocation) - } - // TODO: we should no-op is an edge has already been created with the same fromKey and toKey - - binNames.forEach(bn => { - target.binPaths.push(join(from.realpath, 'node_modules', '.bin', bn)) - }) - - const link = { - global: false, - globalTop: false, - isProjectRoot: false, - edgesIn: new Set(), - edgesOut: new Map(), - binPaths: [], - isTop: false, - optional, - location: location, - path: join(dep.root.localPath, nmFolder, dep.name), - realpath: target.path, - name: toKey, - resolved: dep.resolved, - top: { path: dep.root.localPath }, - children: [], - fsChildren: [], - isLink: true, - isStoreLink: true, - isRoot: false, - package: { _id: 'abc', bundleDependencies: undefined, deprecated: undefined, bin: target.package.bin, scripts: dep.package.scripts }, - target, - } - const newEdge1 = { optional, from, to: link } - from.edgesOut.set(dep.name, newEdge1) - link.edgesIn.add(newEdge1) - const newEdge2 = { optional: false, from: link, to: target } - link.edgesOut.set(dep.name, newEdge2) - target.edgesIn.add(newEdge2) - root.children.push(link) - } - - for (const dep of node.localDependencies) { - processEdges(dep, false) - // nonOptional, local - processDeps(dep, false, false) - } - for (const dep of node.externalDependencies) { - processEdges(dep, true) - // nonOptional, external - processDeps(dep, false, true) - } - for (const dep of node.externalOptionalDependencies) { - processEdges(dep, true) - // optional, external - processDeps(dep, true, true) - } - } - - processEdges(proxiedIdealTree, false) - for (const node of proxiedIdealTree.workspaces) { - processEdges(node, false) - } - root.children.forEach(c => c.parent = root) - root.children.forEach(c => c.root = root) - root.root = root - root.target = root - return root - } -} diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/load-actual.js b/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/load-actual.js deleted file mode 100644 index 6c3f917..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/load-actual.js +++ /dev/null @@ -1,443 +0,0 @@ -// mix-in implementing the loadActual method - -const { relative, dirname, resolve, join, normalize } = require('path') - -const rpj = require('read-package-json-fast') -const { readdirScoped } = require('@npmcli/fs') -const walkUp = require('walk-up-path') -const ancestorPath = require('common-ancestor-path') -const treeCheck = require('../tree-check.js') - -const Shrinkwrap = require('../shrinkwrap.js') -const calcDepFlags = require('../calc-dep-flags.js') -const Node = require('../node.js') -const Link = require('../link.js') -const realpath = require('../realpath.js') - -// public symbols -const _changePath = Symbol.for('_changePath') -const _global = Symbol.for('global') -const _loadWorkspaces = Symbol.for('loadWorkspaces') -const _rpcache = Symbol.for('realpathCache') -const _stcache = Symbol.for('statCache') - -// private symbols -const _actualTree = Symbol('actualTree') -const _actualTreeLoaded = Symbol('actualTreeLoaded') -const _actualTreePromise = Symbol('actualTreePromise') -const _cache = Symbol('nodeLoadingCache') -const _filter = Symbol('filter') -const _findMissingEdges = Symbol('findMissingEdges') -const _loadActual = Symbol('loadActual') -const _loadFSChildren = Symbol('loadFSChildren') -const _loadFSNode = Symbol('loadFSNode') -const _loadFSTree = Symbol('loadFSTree') -const _newLink = Symbol('newLink') -const _newNode = Symbol('newNode') -const _topNodes = Symbol('linkTargets') -const _transplant = Symbol('transplant') -const _transplantFilter = Symbol('transplantFilter') - -module.exports = cls => class ActualLoader extends cls { - constructor (options) { - super(options) - - this[_global] = !!options.global - - // the tree of nodes on disk - this.actualTree = options.actualTree - - // ensure when walking the tree that we don't call loadTree on the - // same actual node more than one time. - this[_actualTreeLoaded] = new Set() - - // caches for cached realpath calls - const cwd = process.cwd() - // assume that the cwd is real enough for our purposes - this[_rpcache] = new Map([[cwd, cwd]]) - this[_stcache] = new Map() - - // cache of nodes when loading the actualTree, so that we avoid - // loaded the same node multiple times when symlinks attack. - this[_cache] = new Map() - - // cache of link targets for setting fsParent links - // We don't do fsParent as a magic getter/setter, because - // it'd be too costly to keep up to date along the walk. - // And, we know that it can ONLY be relevant when the node - // is a target of a link, otherwise it'd be in a node_modules - // folder, so take advantage of that to limit the scans later. - this[_topNodes] = new Set() - } - - // public method - async loadActual (options = {}) { - // In the past this.actualTree was set as a promise that eventually - // resolved, and overwrite this.actualTree with the resolved value. This - // was a problem because virtually no other code expects this.actualTree to - // be a promise. Instead we only set it once resolved, and also return it - // from the promise so that it is what's returned from this function when - // awaited. - if (this.actualTree) { - return this.actualTree - } - if (!this[_actualTreePromise]) { - // allow the user to set options on the ctor as well. - // XXX: deprecate separate method options objects. - options = { ...this.options, ...options } - - this[_actualTreePromise] = this[_loadActual](options) - .then(tree => { - // reset all deps to extraneous prior to recalc - if (!options.root) { - for (const node of tree.inventory.values()) { - node.extraneous = true - } - } - - // only reset root flags if we're not re-rooting, - // otherwise leave as-is - calcDepFlags(tree, !options.root) - this.actualTree = treeCheck(tree) - return this.actualTree - }) - } - return this[_actualTreePromise] - } - // return the promise so that we don't ever have more than one going at the - // same time. This is so that buildIdealTree can default to the actualTree - // if no shrinkwrap present, but reify() can still call buildIdealTree and - // loadActual in parallel safely. - - async [_loadActual] (options) { - // mostly realpath to throw if the root doesn't exist - const { - global = false, - filter = () => true, - root = null, - transplantFilter = () => true, - ignoreMissing = false, - forceActual = false, - } = options - this[_filter] = filter - this[_transplantFilter] = transplantFilter - - if (global) { - const real = await realpath(this.path, this[_rpcache], this[_stcache]) - const params = { - path: this.path, - realpath: real, - pkg: {}, - global, - loadOverrides: true, - } - if (this.path === real) { - this[_actualTree] = this[_newNode](params) - } else { - this[_actualTree] = await this[_newLink](params) - } - } else { - // not in global mode, hidden lockfile is allowed, load root pkg too - this[_actualTree] = await this[_loadFSNode]({ - path: this.path, - real: await realpath(this.path, this[_rpcache], this[_stcache]), - loadOverrides: true, - }) - - this[_actualTree].assertRootOverrides() - - // if forceActual is set, don't even try the hidden lockfile - if (!forceActual) { - // Note: hidden lockfile will be rejected if it's not the latest thing - // in the folder, or if any of the entries in the hidden lockfile are - // missing. - const meta = await Shrinkwrap.load({ - path: this[_actualTree].path, - hiddenLockfile: true, - resolveOptions: this.options, - }) - - if (meta.loadedFromDisk) { - this[_actualTree].meta = meta - // have to load on a new Arborist object, so we don't assign - // the virtualTree on this one! Also, the weird reference is because - // we can't easily get a ref to Arborist in this module, without - // creating a circular reference, since this class is a mixin used - // to build up the Arborist class itself. - await new this.constructor({ ...this.options }).loadVirtual({ - root: this[_actualTree], - }) - await this[_loadWorkspaces](this[_actualTree]) - - this[_transplant](root) - return this[_actualTree] - } - } - - const meta = await Shrinkwrap.load({ - path: this[_actualTree].path, - lockfileVersion: this.options.lockfileVersion, - resolveOptions: this.options, - }) - this[_actualTree].meta = meta - } - - await this[_loadFSTree](this[_actualTree]) - await this[_loadWorkspaces](this[_actualTree]) - - // if there are workspace targets without Link nodes created, load - // the targets, so that we know what they are. - if (this[_actualTree].workspaces && this[_actualTree].workspaces.size) { - const promises = [] - for (const path of this[_actualTree].workspaces.values()) { - if (!this[_cache].has(path)) { - // workspace overrides use the root overrides - const p = this[_loadFSNode]({ path, root: this[_actualTree], useRootOverrides: true }) - .then(node => this[_loadFSTree](node)) - promises.push(p) - } - } - await Promise.all(promises) - } - - if (!ignoreMissing) { - await this[_findMissingEdges]() - } - - // try to find a node that is the parent in a fs tree sense, but not a - // node_modules tree sense, of any link targets. this allows us to - // resolve deps that node will find, but a legacy npm view of the - // world would not have noticed. - for (const path of this[_topNodes]) { - const node = this[_cache].get(path) - if (node && !node.parent && !node.fsParent) { - for (const p of walkUp(dirname(path))) { - if (this[_cache].has(p)) { - node.fsParent = this[_cache].get(p) - break - } - } - } - } - - this[_transplant](root) - - if (global) { - // need to depend on the children, or else all of them - // will end up being flagged as extraneous, since the - // global root isn't a "real" project - const tree = this[_actualTree] - const actualRoot = tree.isLink ? tree.target : tree - const { dependencies = {} } = actualRoot.package - for (const [name, kid] of actualRoot.children.entries()) { - const def = kid.isLink ? `file:${kid.realpath.replace(/#/g, '%23')}` : '*' - dependencies[name] = dependencies[name] || def - } - actualRoot.package = { ...actualRoot.package, dependencies } - } - return this[_actualTree] - } - - [_transplant] (root) { - if (!root || root === this[_actualTree]) { - return - } - - this[_actualTree][_changePath](root.path) - for (const node of this[_actualTree].children.values()) { - if (!this[_transplantFilter](node)) { - node.root = null - } - } - - root.replace(this[_actualTree]) - for (const node of this[_actualTree].fsChildren) { - node.root = this[_transplantFilter](node) ? root : null - } - - this[_actualTree] = root - } - - async [_loadFSNode] ({ path, parent, real, root, loadOverrides, useRootOverrides }) { - if (!real) { - try { - real = await realpath(path, this[_rpcache], this[_stcache]) - } catch (error) { - // if realpath fails, just provide a dummy error node - return new Node({ - error, - path, - realpath: path, - parent, - root, - loadOverrides, - }) - } - } - - const cached = this[_cache].get(path) - let node - // missing edges get a dummy node, assign the parent and return it - if (cached && !cached.dummy) { - cached.parent = parent - return cached - } else { - const params = { - installLinks: this.installLinks, - legacyPeerDeps: this.legacyPeerDeps, - path, - realpath: real, - parent, - root, - loadOverrides, - } - - try { - const pkg = await rpj(join(real, 'package.json')) - params.pkg = pkg - if (useRootOverrides && root.overrides) { - params.overrides = root.overrides.getNodeRule({ name: pkg.name, version: pkg.version }) - } - } catch (err) { - params.error = err - } - - // soldier on if read-package-json raises an error, passing it to the - // Node which will attach it to its errors array (Link passes it along to - // its target node) - if (normalize(path) === real) { - node = this[_newNode](params) - } else { - node = await this[_newLink](params) - } - } - this[_cache].set(path, node) - return node - } - - [_newNode] (options) { - // check it for an fsParent if it's a tree top. there's a decent chance - // it'll get parented later, making the fsParent scan a no-op, but better - // safe than sorry, since it's cheap. - const { parent, realpath } = options - if (!parent) { - this[_topNodes].add(realpath) - } - return new Node(options) - } - - async [_newLink] (options) { - const { realpath } = options - this[_topNodes].add(realpath) - const target = this[_cache].get(realpath) - const link = new Link({ ...options, target }) - - if (!target) { - // Link set its target itself in this case - this[_cache].set(realpath, link.target) - // if a link target points at a node outside of the root tree's - // node_modules hierarchy, then load that node as well. - await this[_loadFSTree](link.target) - } - - return link - } - - async [_loadFSTree] (node) { - const did = this[_actualTreeLoaded] - if (!did.has(node.target.realpath)) { - did.add(node.target.realpath) - await this[_loadFSChildren](node.target) - return Promise.all( - [...node.target.children.entries()] - .filter(([name, kid]) => !did.has(kid.realpath)) - .map(([name, kid]) => this[_loadFSTree](kid)) - ) - } - } - - // create child nodes for all the entries in node_modules - // and attach them to the node as a parent - async [_loadFSChildren] (node) { - const nm = resolve(node.realpath, 'node_modules') - try { - const kids = await readdirScoped(nm).then(paths => paths.map(p => p.replace(/\\/g, '/'))) - return Promise.all( - // ignore . dirs and retired scoped package folders - kids.filter(kid => !/^(@[^/]+\/)?\./.test(kid)) - .filter(kid => this[_filter](node, kid)) - .map(kid => this[_loadFSNode]({ - parent: node, - path: resolve(nm, kid), - }))) - } catch { - // error in the readdir is not fatal, just means no kids - } - } - - async [_findMissingEdges] () { - // try to resolve any missing edges by walking up the directory tree, - // checking for the package in each node_modules folder. stop at the - // root directory. - // The tricky move here is that we load a "dummy" node for the folder - // containing the node_modules folder, so that it can be assigned as - // the fsParent. It's a bad idea to *actually* load that full node, - // because people sometimes develop in ~/projects/node_modules/... - // so we'd end up loading a massive tree with lots of unrelated junk. - const nmContents = new Map() - const tree = this[_actualTree] - for (const node of tree.inventory.values()) { - const ancestor = ancestorPath(node.realpath, this.path) - - const depPromises = [] - for (const [name, edge] of node.edgesOut.entries()) { - const notMissing = !edge.missing && - !(edge.to && (edge.to.dummy || edge.to.parent !== node)) - if (notMissing) { - continue - } - - // start the walk from the dirname, because we would have found - // the dep in the loadFSTree step already if it was local. - for (const p of walkUp(dirname(node.realpath))) { - // only walk as far as the nearest ancestor - // this keeps us from going into completely unrelated - // places when a project is just missing something, but - // allows for finding the transitive deps of link targets. - // ie, if it has to go up and back out to get to the path - // from the nearest common ancestor, we've gone too far. - if (ancestor && /^\.\.(?:[\\/]|$)/.test(relative(ancestor, p))) { - break - } - - const entries = nmContents.get(p) || await readdirScoped(p + '/node_modules') - .catch(() => []).then(paths => paths.map(p => p.replace(/\\/g, '/'))) - nmContents.set(p, entries) - if (!entries.includes(name)) { - continue - } - - const d = this[_cache].has(p) ? await this[_cache].get(p) - : new Node({ path: p, root: node.root, dummy: true }) - // not a promise - this[_cache].set(p, d) - if (d.dummy) { - // it's a placeholder, so likely would not have loaded this dep, - // unless another dep in the tree also needs it. - const depPath = normalize(`${p}/node_modules/${name}`) - const cached = this[_cache].get(depPath) - if (!cached || cached.dummy) { - depPromises.push(this[_loadFSNode]({ - path: depPath, - root: node.root, - parent: d, - }).then(node => this[_loadFSTree](node))) - } - } - break - } - } - await Promise.all(depPromises) - } - } -} diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/load-virtual.js b/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/load-virtual.js deleted file mode 100644 index b2a6ec2..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/load-virtual.js +++ /dev/null @@ -1,323 +0,0 @@ -// mixin providing the loadVirtual method -const localeCompare = require('@isaacs/string-locale-compare')('en') -const mapWorkspaces = require('@npmcli/map-workspaces') - -const { resolve } = require('path') - -const nameFromFolder = require('@npmcli/name-from-folder') -const consistentResolve = require('../consistent-resolve.js') -const Shrinkwrap = require('../shrinkwrap.js') -const Node = require('../node.js') -const Link = require('../link.js') -const relpath = require('../relpath.js') -const calcDepFlags = require('../calc-dep-flags.js') -const rpj = require('read-package-json-fast') -const treeCheck = require('../tree-check.js') - -const loadFromShrinkwrap = Symbol('loadFromShrinkwrap') -const resolveNodes = Symbol('resolveNodes') -const resolveLinks = Symbol('resolveLinks') -const assignBundles = Symbol('assignBundles') -const loadRoot = Symbol('loadRoot') -const loadNode = Symbol('loadVirtualNode') -const loadLink = Symbol('loadVirtualLink') -const loadWorkspaces = Symbol.for('loadWorkspaces') -const flagsSuspect = Symbol.for('flagsSuspect') -const reCalcDepFlags = Symbol('reCalcDepFlags') -const checkRootEdges = Symbol('checkRootEdges') -const rootOptionProvided = Symbol('rootOptionProvided') - -const depsToEdges = (type, deps) => - Object.entries(deps).map(d => [type, ...d]) - -module.exports = cls => class VirtualLoader extends cls { - constructor (options) { - super(options) - - // the virtual tree we load from a shrinkwrap - this.virtualTree = options.virtualTree - this[flagsSuspect] = false - } - - // public method - async loadVirtual (options = {}) { - if (this.virtualTree) { - return this.virtualTree - } - - // allow the user to set reify options on the ctor as well. - // XXX: deprecate separate reify() options object. - options = { ...this.options, ...options } - - if (options.root && options.root.meta) { - await this[loadFromShrinkwrap](options.root.meta, options.root) - return treeCheck(this.virtualTree) - } - - const s = await Shrinkwrap.load({ - path: this.path, - lockfileVersion: this.options.lockfileVersion, - resolveOptions: this.options, - }) - if (!s.loadedFromDisk && !options.root) { - const er = new Error('loadVirtual requires existing shrinkwrap file') - throw Object.assign(er, { code: 'ENOLOCK' }) - } - - // when building the ideal tree, we pass in a root node to this function - // otherwise, load it from the root package json or the lockfile - const { - root = await this[loadRoot](s), - } = options - - this[rootOptionProvided] = options.root - - await this[loadFromShrinkwrap](s, root) - root.assertRootOverrides() - return treeCheck(this.virtualTree) - } - - async [loadRoot] (s) { - const pj = this.path + '/package.json' - const pkg = await rpj(pj).catch(() => s.data.packages['']) || {} - return this[loadWorkspaces](this[loadNode]('', pkg, true)) - } - - async [loadFromShrinkwrap] (s, root) { - if (!this[rootOptionProvided]) { - // root is never any of these things, but might be a brand new - // baby Node object that never had its dep flags calculated. - root.extraneous = false - root.dev = false - root.optional = false - root.devOptional = false - root.peer = false - } else { - this[flagsSuspect] = true - } - - this[checkRootEdges](s, root) - root.meta = s - this.virtualTree = root - const { links, nodes } = this[resolveNodes](s, root) - await this[resolveLinks](links, nodes) - if (!(s.originalLockfileVersion >= 2)) { - this[assignBundles](nodes) - } - if (this[flagsSuspect]) { - this[reCalcDepFlags](nodes.values()) - } - return root - } - - [reCalcDepFlags] (nodes) { - // reset all dep flags - // can't use inventory here, because virtualTree might not be root - for (const node of nodes) { - if (node.isRoot || node === this[rootOptionProvided]) { - continue - } - node.extraneous = true - node.dev = true - node.optional = true - node.devOptional = true - node.peer = true - } - calcDepFlags(this.virtualTree, !this[rootOptionProvided]) - } - - // check the lockfile deps, and see if they match. if they do not - // then we have to reset dep flags at the end. for example, if the - // user manually edits their package.json file, then we need to know - // that the idealTree is no longer entirely trustworthy. - [checkRootEdges] (s, root) { - // loaded virtually from tree, no chance of being out of sync - // ancient lockfiles are critically damaged by this process, - // so we need to just hope for the best in those cases. - if (!s.loadedFromDisk || s.ancientLockfile) { - return - } - - const lock = s.get('') - const prod = lock.dependencies || {} - const dev = lock.devDependencies || {} - const optional = lock.optionalDependencies || {} - const peer = lock.peerDependencies || {} - const peerOptional = {} - if (lock.peerDependenciesMeta) { - for (const [name, meta] of Object.entries(lock.peerDependenciesMeta)) { - if (meta.optional && peer[name] !== undefined) { - peerOptional[name] = peer[name] - delete peer[name] - } - } - } - for (const name of Object.keys(optional)) { - delete prod[name] - } - - const lockWS = [] - const workspaces = mapWorkspaces.virtual({ - cwd: this.path, - lockfile: s.data, - }) - for (const [name, path] of workspaces.entries()) { - lockWS.push(['workspace', name, `file:${path.replace(/#/g, '%23')}`]) - } - - const lockEdges = [ - ...depsToEdges('prod', prod), - ...depsToEdges('dev', dev), - ...depsToEdges('optional', optional), - ...depsToEdges('peer', peer), - ...depsToEdges('peerOptional', peerOptional), - ...lockWS, - ].sort(([atype, aname], [btype, bname]) => - localeCompare(atype, btype) || localeCompare(aname, bname)) - - const rootEdges = [...root.edgesOut.values()] - .map(e => [e.type, e.name, e.spec]) - .sort(([atype, aname], [btype, bname]) => - localeCompare(atype, btype) || localeCompare(aname, bname)) - - if (rootEdges.length !== lockEdges.length) { - // something added or removed - return this[flagsSuspect] = true - } - - for (let i = 0; i < lockEdges.length; i++) { - if (rootEdges[i][0] !== lockEdges[i][0] || - rootEdges[i][1] !== lockEdges[i][1] || - rootEdges[i][2] !== lockEdges[i][2]) { - return this[flagsSuspect] = true - } - } - } - - // separate out link metadatas, and create Node objects for nodes - [resolveNodes] (s, root) { - const links = new Map() - const nodes = new Map([['', root]]) - for (const [location, meta] of Object.entries(s.data.packages)) { - // skip the root because we already got it - if (!location) { - continue - } - - if (meta.link) { - links.set(location, meta) - } else { - nodes.set(location, this[loadNode](location, meta)) - } - } - return { links, nodes } - } - - // links is the set of metadata, and nodes is the map of non-Link nodes - // Set the targets to nodes in the set, if we have them (we might not) - async [resolveLinks] (links, nodes) { - for (const [location, meta] of links.entries()) { - const targetPath = resolve(this.path, meta.resolved) - const targetLoc = relpath(this.path, targetPath) - const target = nodes.get(targetLoc) - const link = this[loadLink](location, targetLoc, target, meta) - nodes.set(location, link) - nodes.set(targetLoc, link.target) - - // we always need to read the package.json for link targets - // outside node_modules because they can be changed by the local user - if (!link.target.parent) { - const pj = link.realpath + '/package.json' - const pkg = await rpj(pj).catch(() => null) - if (pkg) { - link.target.package = pkg - } - } - } - } - - [assignBundles] (nodes) { - for (const [location, node] of nodes) { - // Skip assignment of parentage for the root package - if (!location || node.isLink && !node.target.location) { - continue - } - const { name, parent, package: { inBundle } } = node - - if (!parent) { - continue - } - - // read inBundle from package because 'package' here is - // actually a v2 lockfile metadata entry. - // If the *parent* is also bundled, though, or if the parent has - // no dependency on it, then we assume that it's being pulled in - // just by virtue of its parent or a transitive dep being bundled. - const { package: ppkg } = parent - const { inBundle: parentBundled } = ppkg - if (inBundle && !parentBundled && parent.edgesOut.has(node.name)) { - if (!ppkg.bundleDependencies) { - ppkg.bundleDependencies = [name] - } else { - ppkg.bundleDependencies.push(name) - } - } - } - } - - [loadNode] (location, sw, loadOverrides) { - const p = this.virtualTree ? this.virtualTree.realpath : this.path - const path = resolve(p, location) - // shrinkwrap doesn't include package name unless necessary - if (!sw.name) { - sw.name = nameFromFolder(path) - } - - const dev = sw.dev - const optional = sw.optional - const devOptional = dev || optional || sw.devOptional - const peer = sw.peer - - const node = new Node({ - installLinks: this.installLinks, - legacyPeerDeps: this.legacyPeerDeps, - root: this.virtualTree, - path, - realpath: path, - integrity: sw.integrity, - resolved: consistentResolve(sw.resolved, this.path, path), - pkg: sw, - hasShrinkwrap: sw.hasShrinkwrap, - dev, - optional, - devOptional, - peer, - loadOverrides, - }) - // cast to boolean because they're undefined in the lock file when false - node.extraneous = !!sw.extraneous - node.devOptional = !!(sw.devOptional || sw.dev || sw.optional) - node.peer = !!sw.peer - node.optional = !!sw.optional - node.dev = !!sw.dev - return node - } - - [loadLink] (location, targetLoc, target, meta) { - const path = resolve(this.path, location) - const link = new Link({ - installLinks: this.installLinks, - legacyPeerDeps: this.legacyPeerDeps, - path, - realpath: resolve(this.path, targetLoc), - target, - pkg: target && target.package, - }) - link.extraneous = target.extraneous - link.devOptional = target.devOptional - link.peer = target.peer - link.optional = target.optional - link.dev = target.dev - return link - } -} diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/load-workspaces.js b/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/load-workspaces.js deleted file mode 100644 index effa5a0..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/load-workspaces.js +++ /dev/null @@ -1,19 +0,0 @@ -const mapWorkspaces = require('@npmcli/map-workspaces') - -// shared ref used by other mixins/Arborist -const _loadWorkspaces = Symbol.for('loadWorkspaces') - -module.exports = cls => class MapWorkspaces extends cls { - async [_loadWorkspaces] (node) { - const workspaces = await mapWorkspaces({ - cwd: node.path, - pkg: node.package, - }) - - if (node && workspaces.size) { - node.workspaces = workspaces - } - - return node - } -} diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/pruner.js b/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/pruner.js deleted file mode 100644 index 494114d..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/pruner.js +++ /dev/null @@ -1,30 +0,0 @@ -const _idealTreePrune = Symbol.for('idealTreePrune') -const _workspacesEnabled = Symbol.for('workspacesEnabled') -const _addNodeToTrashList = Symbol.for('addNodeToTrashList') - -module.exports = cls => class Pruner extends cls { - async prune (options = {}) { - // allow the user to set options on the ctor as well. - // XXX: deprecate separate method options objects. - options = { ...this.options, ...options } - - await this.buildIdealTree(options) - - this[_idealTreePrune]() - - if (!this[_workspacesEnabled]) { - const excludeNodes = this.excludeWorkspacesDependencySet(this.idealTree) - for (const node of this.idealTree.inventory.values()) { - if ( - node.parent !== null - && !node.isProjectRoot - && !excludeNodes.has(node) - ) { - this[_addNodeToTrashList](node) - } - } - } - - return this.reify(options) - } -} diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/rebuild.js b/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/rebuild.js deleted file mode 100644 index d502d52..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/rebuild.js +++ /dev/null @@ -1,433 +0,0 @@ -// Arborist.rebuild({path = this.path}) will do all the binlinks and -// bundle building needed. Called by reify, and by `npm rebuild`. - -const localeCompare = require('@isaacs/string-locale-compare')('en') -const { depth: dfwalk } = require('treeverse') -const promiseAllRejectLate = require('promise-all-reject-late') -const rpj = require('read-package-json-fast') -const binLinks = require('bin-links') -const runScript = require('@npmcli/run-script') -const promiseCallLimit = require('promise-call-limit') -const { resolve } = require('path') -const { - isNodeGypPackage, - defaultGypInstallScript, -} = require('@npmcli/node-gyp') -const log = require('proc-log') - -const boolEnv = b => b ? '1' : '' -const sortNodes = (a, b) => - (a.depth - b.depth) || localeCompare(a.path, b.path) - -const _workspaces = Symbol.for('workspaces') -const _build = Symbol('build') -const _loadDefaultNodes = Symbol('loadDefaultNodes') -const _retrieveNodesByType = Symbol('retrieveNodesByType') -const _resetQueues = Symbol('resetQueues') -const _rebuildBundle = Symbol('rebuildBundle') -const _ignoreScripts = Symbol('ignoreScripts') -const _binLinks = Symbol('binLinks') -const _oldMeta = Symbol('oldMeta') -const _createBinLinks = Symbol('createBinLinks') -const _doHandleOptionalFailure = Symbol('doHandleOptionalFailure') -const _linkAllBins = Symbol('linkAllBins') -const _runScripts = Symbol('runScripts') -const _buildQueues = Symbol('buildQueues') -const _addToBuildSet = Symbol('addToBuildSet') -const _checkBins = Symbol.for('checkBins') -const _queues = Symbol('queues') -const _scriptShell = Symbol('scriptShell') -const _includeWorkspaceRoot = Symbol.for('includeWorkspaceRoot') -const _workspacesEnabled = Symbol.for('workspacesEnabled') - -const _force = Symbol.for('force') -const _global = Symbol.for('global') - -// defined by reify mixin -const _handleOptionalFailure = Symbol.for('handleOptionalFailure') -const _trashList = Symbol.for('trashList') - -module.exports = cls => class Builder extends cls { - constructor (options) { - super(options) - - const { - ignoreScripts = false, - scriptShell, - binLinks = true, - rebuildBundle = true, - } = options - - this.scriptsRun = new Set() - this[_binLinks] = binLinks - this[_ignoreScripts] = !!ignoreScripts - this[_scriptShell] = scriptShell - this[_rebuildBundle] = !!rebuildBundle - this[_resetQueues]() - this[_oldMeta] = null - } - - async rebuild ({ nodes, handleOptionalFailure = false } = {}) { - // nothing to do if we're not building anything! - if (this[_ignoreScripts] && !this[_binLinks]) { - return - } - - // when building for the first time, as part of reify, we ignore - // failures in optional nodes, and just delete them. however, when - // running JUST a rebuild, we treat optional failures as real fails - this[_doHandleOptionalFailure] = handleOptionalFailure - - if (!nodes) { - nodes = await this[_loadDefaultNodes]() - } - - // separates links nodes so that it can run - // prepare scripts and link bins in the expected order - process.emit('time', 'build') - - const { - depNodes, - linkNodes, - } = this[_retrieveNodesByType](nodes) - - // build regular deps - await this[_build](depNodes, {}) - - // build link deps - if (linkNodes.size) { - this[_resetQueues]() - await this[_build](linkNodes, { type: 'links' }) - } - - process.emit('timeEnd', 'build') - } - - // if we don't have a set of nodes, then just rebuild - // the actual tree on disk. - async [_loadDefaultNodes] () { - let nodes - const tree = await this.loadActual() - let filterSet - if (!this[_workspacesEnabled]) { - filterSet = this.excludeWorkspacesDependencySet(tree) - nodes = tree.inventory.filter(node => - filterSet.has(node) || node.isProjectRoot - ) - } else if (this[_workspaces] && this[_workspaces].length) { - filterSet = this.workspaceDependencySet( - tree, - this[_workspaces], - this[_includeWorkspaceRoot] - ) - nodes = tree.inventory.filter(node => filterSet.has(node)) - } else { - nodes = tree.inventory.values() - } - return nodes - } - - [_retrieveNodesByType] (nodes) { - const depNodes = new Set() - const linkNodes = new Set() - const storeNodes = new Set() - - for (const node of nodes) { - if (node.isStoreLink) { - storeNodes.add(node) - } else if (node.isLink) { - linkNodes.add(node) - } else { - depNodes.add(node) - } - } - // Make sure that store linked nodes are processed last. - // We can't process store links separately or else lifecycle scripts on - // standard nodes might not have bin links yet. - for (const node of storeNodes) { - depNodes.add(node) - } - - // deduplicates link nodes and their targets, avoids - // calling lifecycle scripts twice when running `npm rebuild` - // ref: https://github.com/npm/cli/issues/2905 - // - // we avoid doing so if global=true since `bin-links` relies - // on having the target nodes available in global mode. - if (!this[_global]) { - for (const node of linkNodes) { - depNodes.delete(node.target) - } - } - - return { - depNodes, - linkNodes, - } - } - - [_resetQueues] () { - this[_queues] = { - preinstall: [], - install: [], - postinstall: [], - prepare: [], - bin: [], - } - } - - async [_build] (nodes, { type = 'deps' }) { - process.emit('time', `build:${type}`) - - await this[_buildQueues](nodes) - - if (!this[_ignoreScripts]) { - await this[_runScripts]('preinstall') - } - - // links should run prepare scripts and only link bins after that - if (type === 'links') { - await this[_runScripts]('prepare') - } - if (this[_binLinks]) { - await this[_linkAllBins]() - } - - if (!this[_ignoreScripts]) { - await this[_runScripts]('install') - await this[_runScripts]('postinstall') - } - - process.emit('timeEnd', `build:${type}`) - } - - async [_buildQueues] (nodes) { - process.emit('time', 'build:queue') - const set = new Set() - - const promises = [] - for (const node of nodes) { - promises.push(this[_addToBuildSet](node, set)) - - // if it has bundle deps, add those too, if rebuildBundle - if (this[_rebuildBundle] !== false) { - const bd = node.package.bundleDependencies - if (bd && bd.length) { - dfwalk({ - tree: node, - leave: node => promises.push(this[_addToBuildSet](node, set)), - getChildren: node => [...node.children.values()], - filter: node => node.inBundle, - }) - } - } - } - await promiseAllRejectLate(promises) - - // now sort into the queues for the 4 things we have to do - // run in the same predictable order that buildIdealTree uses - // there's no particular reason for doing it in this order rather - // than another, but sorting *somehow* makes it consistent. - const queue = [...set].sort(sortNodes) - - for (const node of queue) { - const { package: { bin, scripts = {} } } = node.target - const { preinstall, install, postinstall, prepare } = scripts - const tests = { bin, preinstall, install, postinstall, prepare } - for (const [key, has] of Object.entries(tests)) { - if (has) { - this[_queues][key].push(node) - } - } - } - process.emit('timeEnd', 'build:queue') - } - - async [_checkBins] (node) { - // if the node is a global top, and we're not in force mode, then - // any existing bins need to either be missing, or a symlink into - // the node path. Otherwise a package can have a preinstall script - // that unlinks something, to allow them to silently overwrite system - // binaries, which is unsafe and insecure. - if (!node.globalTop || this[_force]) { - return - } - const { path, package: pkg } = node - await binLinks.checkBins({ pkg, path, top: true, global: true }) - } - - async [_addToBuildSet] (node, set, refreshed = false) { - if (set.has(node)) { - return - } - - if (this[_oldMeta] === null) { - const { root: { meta } } = node - this[_oldMeta] = meta && meta.loadedFromDisk && - !(meta.originalLockfileVersion >= 2) - } - - const { package: pkg, hasInstallScript } = node.target - const { gypfile, bin, scripts = {} } = pkg - - const { preinstall, install, postinstall, prepare } = scripts - const anyScript = preinstall || install || postinstall || prepare - if (!refreshed && !anyScript && (hasInstallScript || this[_oldMeta])) { - // we either have an old metadata (and thus might have scripts) - // or we have an indication that there's install scripts (but - // don't yet know what they are) so we have to load the package.json - // from disk to see what the deal is. Failure here just means - // no scripts to add, probably borked package.json. - // add to the set then remove while we're reading the pj, so we - // don't accidentally hit it multiple times. - set.add(node) - const pkg = await rpj(node.path + '/package.json').catch(() => ({})) - set.delete(node) - - const { scripts = {} } = pkg - node.package.scripts = scripts - return this[_addToBuildSet](node, set, true) - } - - // Rebuild node-gyp dependencies lacking an install or preinstall script - // note that 'scripts' might be missing entirely, and the package may - // set gypfile:false to avoid this automatic detection. - const isGyp = gypfile !== false && - !install && - !preinstall && - await isNodeGypPackage(node.path) - - if (bin || preinstall || install || postinstall || prepare || isGyp) { - if (bin) { - await this[_checkBins](node) - } - if (isGyp) { - scripts.install = defaultGypInstallScript - node.package.scripts = scripts - } - set.add(node) - } - } - - async [_runScripts] (event) { - const queue = this[_queues][event] - - if (!queue.length) { - return - } - - process.emit('time', `build:run:${event}`) - const stdio = this.options.foregroundScripts ? 'inherit' : 'pipe' - const limit = this.options.foregroundScripts ? 1 : undefined - await promiseCallLimit(queue.map(node => async () => { - const { - path, - integrity, - resolved, - optional, - peer, - dev, - devOptional, - package: pkg, - location, - isStoreLink, - } = node.target - - // skip any that we know we'll be deleting - // or storeLinks - if (this[_trashList].has(path) || isStoreLink) { - return - } - - const timer = `build:run:${event}:${location}` - process.emit('time', timer) - log.info('run', pkg._id, event, location, pkg.scripts[event]) - const env = { - npm_package_resolved: resolved, - npm_package_integrity: integrity, - npm_package_json: resolve(path, 'package.json'), - npm_package_optional: boolEnv(optional), - npm_package_dev: boolEnv(dev), - npm_package_peer: boolEnv(peer), - npm_package_dev_optional: - boolEnv(devOptional && !dev && !optional), - } - const runOpts = { - event, - path, - pkg, - stdio, - env, - scriptShell: this[_scriptShell], - } - const p = runScript(runOpts).catch(er => { - const { code, signal } = er - log.info('run', pkg._id, event, { code, signal }) - throw er - }).then(({ args, code, signal, stdout, stderr }) => { - this.scriptsRun.add({ - pkg, - path, - event, - // I do not know why this needs to be on THIS line but refactoring - // this function would be quite a process - // eslint-disable-next-line promise/always-return - cmd: args && args[args.length - 1], - env, - code, - signal, - stdout, - stderr, - }) - log.info('run', pkg._id, event, { code, signal }) - }) - - await (this[_doHandleOptionalFailure] - ? this[_handleOptionalFailure](node, p) - : p) - - process.emit('timeEnd', timer) - }), limit) - process.emit('timeEnd', `build:run:${event}`) - } - - async [_linkAllBins] () { - const queue = this[_queues].bin - if (!queue.length) { - return - } - - process.emit('time', 'build:link') - const promises = [] - // sort the queue by node path, so that the module-local collision - // detector in bin-links will always resolve the same way. - for (const node of queue.sort(sortNodes)) { - promises.push(this[_createBinLinks](node)) - } - - await promiseAllRejectLate(promises) - process.emit('timeEnd', 'build:link') - } - - async [_createBinLinks] (node) { - if (this[_trashList].has(node.path)) { - return - } - - process.emit('time', `build:link:${node.location}`) - - const p = binLinks({ - pkg: node.package, - path: node.path, - top: !!(node.isTop || node.globalTop), - force: this[_force], - global: !!node.globalTop, - }) - - await (this[_doHandleOptionalFailure] - ? this[_handleOptionalFailure](node, p) - : p) - - process.emit('timeEnd', `build:link:${node.location}`) - } -} diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/reify.js b/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/reify.js deleted file mode 100644 index 87993cc..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/reify.js +++ /dev/null @@ -1,1578 +0,0 @@ -// mixin implementing the reify method -const onExit = require('../signal-handling.js') -const pacote = require('pacote') -const AuditReport = require('../audit-report.js') -const { subset, intersects } = require('semver') -const npa = require('npm-package-arg') -const semver = require('semver') -const debug = require('../debug.js') -const walkUp = require('walk-up-path') -const log = require('proc-log') -const hgi = require('hosted-git-info') -const rpj = require('read-package-json-fast') - -const { dirname, resolve, relative, join } = require('path') -const { depth: dfwalk } = require('treeverse') -const { - lstat, - mkdir, - rm, - symlink, -} = require('fs/promises') -const { moveFile } = require('@npmcli/fs') -const PackageJson = require('@npmcli/package-json') -const packageContents = require('@npmcli/installed-package-contents') -const runScript = require('@npmcli/run-script') -const { checkEngine, checkPlatform } = require('npm-install-checks') -const _force = Symbol.for('force') - -const treeCheck = require('../tree-check.js') -const relpath = require('../relpath.js') -const Diff = require('../diff.js') -const retirePath = require('../retire-path.js') -const promiseAllRejectLate = require('promise-all-reject-late') -const optionalSet = require('../optional-set.js') -const calcDepFlags = require('../calc-dep-flags.js') -const { saveTypeMap, hasSubKey } = require('../add-rm-pkg-deps.js') - -const Shrinkwrap = require('../shrinkwrap.js') -const { defaultLockfileVersion } = Shrinkwrap - -const _retiredPaths = Symbol('retiredPaths') -const _retiredUnchanged = Symbol('retiredUnchanged') -const _sparseTreeDirs = Symbol('sparseTreeDirs') -const _sparseTreeRoots = Symbol('sparseTreeRoots') -const _savePrefix = Symbol('savePrefix') -const _retireShallowNodes = Symbol.for('retireShallowNodes') -const _getBundlesByDepth = Symbol('getBundlesByDepth') -const _registryResolved = Symbol('registryResolved') -const _addNodeToTrashList = Symbol.for('addNodeToTrashList') -const _workspaces = Symbol.for('workspaces') -const _workspacesEnabled = Symbol.for('workspacesEnabled') - -// shared by rebuild mixin -const _trashList = Symbol.for('trashList') -const _handleOptionalFailure = Symbol.for('handleOptionalFailure') -const _loadTrees = Symbol.for('loadTrees') - -// shared symbols for swapping out when testing -const _diffTrees = Symbol.for('diffTrees') -const _createSparseTree = Symbol.for('createSparseTree') -const _loadShrinkwrapsAndUpdateTrees = Symbol.for('loadShrinkwrapsAndUpdateTrees') -const _shrinkwrapInflated = Symbol('shrinkwrapInflated') -const _bundleUnpacked = Symbol('bundleUnpacked') -const _bundleMissing = Symbol('bundleMissing') -const _reifyNode = Symbol.for('reifyNode') -const _extractOrLink = Symbol('extractOrLink') -const _updateAll = Symbol.for('updateAll') -const _updateNames = Symbol.for('updateNames') -// defined by rebuild mixin -const _checkBins = Symbol.for('checkBins') -const _symlink = Symbol('symlink') -const _warnDeprecated = Symbol('warnDeprecated') -const _loadBundlesAndUpdateTrees = Symbol.for('loadBundlesAndUpdateTrees') -const _submitQuickAudit = Symbol('submitQuickAudit') -const _unpackNewModules = Symbol.for('unpackNewModules') -const _moveContents = Symbol.for('moveContents') -const _moveBackRetiredUnchanged = Symbol.for('moveBackRetiredUnchanged') -const _build = Symbol.for('build') -const _removeTrash = Symbol.for('removeTrash') -const _renamePath = Symbol.for('renamePath') -const _rollbackRetireShallowNodes = Symbol.for('rollbackRetireShallowNodes') -const _rollbackCreateSparseTree = Symbol.for('rollbackCreateSparseTree') -const _rollbackMoveBackRetiredUnchanged = Symbol.for('rollbackMoveBackRetiredUnchanged') -const _saveIdealTree = Symbol.for('saveIdealTree') -const _copyIdealToActual = Symbol('copyIdealToActual') -const _addOmitsToTrashList = Symbol('addOmitsToTrashList') -const _packageLockOnly = Symbol('packageLockOnly') -const _dryRun = Symbol('dryRun') -const _validateNodeModules = Symbol('validateNodeModules') -const _nmValidated = Symbol('nmValidated') -const _validatePath = Symbol('validatePath') -const _reifyPackages = Symbol.for('reifyPackages') -const _includeWorkspaceRoot = Symbol.for('includeWorkspaceRoot') - -const _omitDev = Symbol('omitDev') -const _omitOptional = Symbol('omitOptional') -const _omitPeer = Symbol('omitPeer') - -const _global = Symbol.for('global') - -const _pruneBundledMetadeps = Symbol('pruneBundledMetadeps') - -// defined by Ideal mixin -const _resolvedAdd = Symbol.for('resolvedAdd') -const _usePackageLock = Symbol.for('usePackageLock') -const _formatPackageLock = Symbol.for('formatPackageLock') - -const _createIsolatedTree = Symbol.for('createIsolatedTree') - -module.exports = cls => class Reifier extends cls { - constructor (options) { - super(options) - - const { - savePrefix = '^', - packageLockOnly = false, - dryRun = false, - formatPackageLock = true, - } = options - - this[_dryRun] = !!dryRun - this[_packageLockOnly] = !!packageLockOnly - this[_savePrefix] = savePrefix - this[_formatPackageLock] = !!formatPackageLock - - this.diff = null - this[_retiredPaths] = {} - this[_shrinkwrapInflated] = new Set() - this[_retiredUnchanged] = {} - this[_sparseTreeDirs] = new Set() - this[_sparseTreeRoots] = new Set() - this[_trashList] = new Set() - // the nodes we unpack to read their bundles - this[_bundleUnpacked] = new Set() - // child nodes we'd EXPECT to be included in a bundle, but aren't - this[_bundleMissing] = new Set() - this[_nmValidated] = new Set() - } - - // public method - async reify (options = {}) { - const linked = (options.installStrategy || this.options.installStrategy) === 'linked' - - if (this[_packageLockOnly] && this[_global]) { - const er = new Error('cannot generate lockfile for global packages') - er.code = 'ESHRINKWRAPGLOBAL' - throw er - } - - const omit = new Set(options.omit || []) - this[_omitDev] = omit.has('dev') - this[_omitOptional] = omit.has('optional') - this[_omitPeer] = omit.has('peer') - - // start tracker block - this.addTracker('reify') - process.emit('time', 'reify') - await this[_validatePath]() - await this[_loadTrees](options) - - const oldTree = this.idealTree - if (linked) { - // swap out the tree with the isolated tree - // this is currently technical debt which will be resolved in a refactor - // of Node/Link trees - log.warn('reify', 'The "linked" install strategy is EXPERIMENTAL and may contain bugs.') - this.idealTree = await this[_createIsolatedTree](this.idealTree) - } - await this[_diffTrees]() - await this[_reifyPackages]() - if (linked) { - // swap back in the idealTree - // so that the lockfile is preserved - this.idealTree = oldTree - } - await this[_saveIdealTree](options) - await this[_copyIdealToActual]() - // This is a very bad pattern and I can't wait to stop doing it - this.auditReport = await this.auditReport - - this.finishTracker('reify') - process.emit('timeEnd', 'reify') - return treeCheck(this.actualTree) - } - - async [_validatePath] () { - // don't create missing dirs on dry runs - if (this[_packageLockOnly] || this[_dryRun]) { - return - } - - // we do NOT want to set ownership on this folder, especially - // recursively, because it can have other side effects to do that - // in a project directory. We just want to make it if it's missing. - await mkdir(resolve(this.path), { recursive: true }) - - // do not allow the top-level node_modules to be a symlink - await this[_validateNodeModules](resolve(this.path, 'node_modules')) - } - - async [_reifyPackages] () { - // we don't submit the audit report or write to disk on dry runs - if (this[_dryRun]) { - return - } - - if (this[_packageLockOnly]) { - // we already have the complete tree, so just audit it now, - // and that's all we have to do here. - return this[_submitQuickAudit]() - } - - // ok, we're about to start touching the fs. need to roll back - // if we get an early termination. - let reifyTerminated = null - const removeHandler = onExit(({ signal }) => { - // only call once. if signal hits twice, we just terminate - removeHandler() - reifyTerminated = Object.assign(new Error('process terminated'), { - signal, - }) - return false - }) - - // [rollbackfn, [...actions]] - // after each step, if the process was terminated, execute the rollback - // note that each rollback *also* calls the previous one when it's - // finished, and then the first one throws the error, so we only need - // a new rollback step when we have a new thing that must be done to - // revert the install. - const steps = [ - [_rollbackRetireShallowNodes, [ - _retireShallowNodes, - ]], - [_rollbackCreateSparseTree, [ - _createSparseTree, - _addOmitsToTrashList, - _loadShrinkwrapsAndUpdateTrees, - _loadBundlesAndUpdateTrees, - _submitQuickAudit, - _unpackNewModules, - ]], - [_rollbackMoveBackRetiredUnchanged, [ - _moveBackRetiredUnchanged, - _build, - ]], - ] - for (const [rollback, actions] of steps) { - for (const action of actions) { - try { - await this[action]() - if (reifyTerminated) { - throw reifyTerminated - } - } catch (er) { - await this[rollback](er) - /* istanbul ignore next - rollback throws, should never hit this */ - throw er - } - } - } - - // no rollback for this one, just exit with the error, since the - // install completed and can't be safely recovered at this point. - await this[_removeTrash]() - if (reifyTerminated) { - throw reifyTerminated - } - - // done modifying the file system, no need to keep listening for sigs - removeHandler() - } - - // when doing a local install, we load everything and figure it all out. - // when doing a global install, we *only* care about the explicit requests. - [_loadTrees] (options) { - process.emit('time', 'reify:loadTrees') - const bitOpt = { - ...options, - complete: this[_packageLockOnly] || this[_dryRun], - } - - // if we're only writing a package lock, then it doesn't matter what's here - if (this[_packageLockOnly]) { - return this.buildIdealTree(bitOpt) - .then(() => process.emit('timeEnd', 'reify:loadTrees')) - } - - const actualOpt = this[_global] ? { - ignoreMissing: true, - global: true, - filter: (node, kid) => { - // if it's not the project root, and we have no explicit requests, - // then we're already into a nested dep, so we keep it - if (this.explicitRequests.size === 0 || !node.isProjectRoot) { - return true - } - - // if we added it as an edgeOut, then we want it - if (this.idealTree.edgesOut.has(kid)) { - return true - } - - // if it's an explicit request, then we want it - const hasExplicit = [...this.explicitRequests] - .some(edge => edge.name === kid) - if (hasExplicit) { - return true - } - - // ignore the rest of the global install folder - return false - }, - } : { ignoreMissing: true } - - if (!this[_global]) { - return Promise.all([ - this.loadActual(actualOpt), - this.buildIdealTree(bitOpt), - ]).then(() => process.emit('timeEnd', 'reify:loadTrees')) - } - - // the global install space tends to have a lot of stuff in it. don't - // load all of it, just what we care about. we won't be saving a - // hidden lockfile in there anyway. Note that we have to load ideal - // BEFORE loading actual, so that the actualOpt can use the - // explicitRequests which is set during buildIdealTree - return this.buildIdealTree(bitOpt) - .then(() => this.loadActual(actualOpt)) - .then(() => process.emit('timeEnd', 'reify:loadTrees')) - } - - [_diffTrees] () { - if (this[_packageLockOnly]) { - return - } - - process.emit('time', 'reify:diffTrees') - // XXX if we have an existing diff already, there should be a way - // to just invalidate the parts that changed, but avoid walking the - // whole tree again. - - const includeWorkspaces = this[_workspacesEnabled] - const includeRootDeps = !this[_workspacesEnabled] - || this[_includeWorkspaceRoot] && this[_workspaces].length > 0 - - const filterNodes = [] - if (this[_global] && this.explicitRequests.size) { - const idealTree = this.idealTree.target - const actualTree = this.actualTree.target - // we ONLY are allowed to make changes in the global top-level - // children where there's an explicit request. - for (const { name } of this.explicitRequests) { - const ideal = idealTree.children.get(name) - if (ideal) { - filterNodes.push(ideal) - } - const actual = actualTree.children.get(name) - if (actual) { - filterNodes.push(actual) - } - } - } else { - if (includeWorkspaces) { - // add all ws nodes to filterNodes - for (const ws of this[_workspaces]) { - const ideal = this.idealTree.children.get(ws) - if (ideal) { - filterNodes.push(ideal) - } - const actual = this.actualTree.children.get(ws) - if (actual) { - filterNodes.push(actual) - } - } - } - if (includeRootDeps) { - // add all non-workspace nodes to filterNodes - for (const tree of [this.idealTree, this.actualTree]) { - for (const { type, to } of tree.edgesOut.values()) { - if (type !== 'workspace' && to) { - filterNodes.push(to) - } - } - } - } - } - - // find all the nodes that need to change between the actual - // and ideal trees. - this.diff = Diff.calculate({ - shrinkwrapInflated: this[_shrinkwrapInflated], - filterNodes, - actual: this.actualTree, - ideal: this.idealTree, - }) - - // we don't have to add 'removed' folders to the trashlist, because - // they'll be moved aside to a retirement folder, and then the retired - // folder will be deleted at the end. This is important when we have - // a folder like FOO being "removed" in favor of a folder like "foo", - // because if we remove node_modules/FOO on case-insensitive systems, - // it will remove the dep that we *want* at node_modules/foo. - - process.emit('timeEnd', 'reify:diffTrees') - } - - // add the node and all its bins to the list of things to be - // removed later on in the process. optionally, also mark them - // as a retired paths, so that we move them out of the way and - // replace them when rolling back on failure. - [_addNodeToTrashList] (node, retire = false) { - const paths = [node.path, ...node.binPaths] - const moves = this[_retiredPaths] - log.silly('reify', 'mark', retire ? 'retired' : 'deleted', paths) - for (const path of paths) { - if (retire) { - const retired = retirePath(path) - moves[path] = retired - this[_trashList].add(retired) - } else { - this[_trashList].add(path) - } - } - } - - // move aside the shallowest nodes in the tree that have to be - // changed or removed, so that we can rollback if necessary. - [_retireShallowNodes] () { - process.emit('time', 'reify:retireShallow') - const moves = this[_retiredPaths] = {} - for (const diff of this.diff.children) { - if (diff.action === 'CHANGE' || diff.action === 'REMOVE') { - // we'll have to clean these up at the end, so add them to the list - this[_addNodeToTrashList](diff.actual, true) - } - } - log.silly('reify', 'moves', moves) - const movePromises = Object.entries(moves) - .map(([from, to]) => this[_renamePath](from, to)) - return promiseAllRejectLate(movePromises) - .then(() => process.emit('timeEnd', 'reify:retireShallow')) - } - - [_renamePath] (from, to, didMkdirp = false) { - return moveFile(from, to) - .catch(er => { - // Occasionally an expected bin file might not exist in the package, - // or a shim/symlink might have been moved aside. If we've already - // handled the most common cause of ENOENT (dir doesn't exist yet), - // then just ignore any ENOENT. - if (er.code === 'ENOENT') { - return didMkdirp ? null : mkdir(dirname(to), { recursive: true }).then(() => - this[_renamePath](from, to, true)) - } else if (er.code === 'EEXIST') { - return rm(to, { recursive: true, force: true }).then(() => moveFile(from, to)) - } else { - throw er - } - }) - } - - [_rollbackRetireShallowNodes] (er) { - process.emit('time', 'reify:rollback:retireShallow') - const moves = this[_retiredPaths] - const movePromises = Object.entries(moves) - .map(([from, to]) => this[_renamePath](to, from)) - return promiseAllRejectLate(movePromises) - // ignore subsequent rollback errors - .catch(er => {}) - .then(() => process.emit('timeEnd', 'reify:rollback:retireShallow')) - .then(() => { - throw er - }) - } - - // adding to the trash list will skip reifying, and delete them - // if they are currently in the tree and otherwise untouched. - [_addOmitsToTrashList] () { - if (!this[_omitDev] && !this[_omitOptional] && !this[_omitPeer]) { - return - } - - process.emit('time', 'reify:trashOmits') - - const filter = node => - node.top.isProjectRoot && - ( - node.peer && this[_omitPeer] || - node.dev && this[_omitDev] || - node.optional && this[_omitOptional] || - node.devOptional && this[_omitOptional] && this[_omitDev] - ) - - for (const node of this.idealTree.inventory.filter(filter)) { - this[_addNodeToTrashList](node) - } - - process.emit('timeEnd', 'reify:trashOmits') - } - - [_createSparseTree] () { - process.emit('time', 'reify:createSparse') - // if we call this fn again, we look for the previous list - // so that we can avoid making the same directory multiple times - const leaves = this.diff.leaves - .filter(diff => { - return (diff.action === 'ADD' || diff.action === 'CHANGE') && - !this[_sparseTreeDirs].has(diff.ideal.path) && - !diff.ideal.isLink - }) - .map(diff => diff.ideal) - - // we check this in parallel, so guard against multiple attempts to - // retire the same path at the same time. - const dirsChecked = new Set() - return promiseAllRejectLate(leaves.map(async node => { - for (const d of walkUp(node.path)) { - if (d === node.top.path) { - break - } - if (dirsChecked.has(d)) { - continue - } - dirsChecked.add(d) - const st = await lstat(d).catch(er => null) - // this can happen if we have a link to a package with a name - // that the filesystem treats as if it is the same thing. - // would be nice to have conditional istanbul ignores here... - /* istanbul ignore next - defense in depth */ - if (st && !st.isDirectory()) { - const retired = retirePath(d) - this[_retiredPaths][d] = retired - this[_trashList].add(retired) - await this[_renamePath](d, retired) - } - } - const made = await mkdir(node.path, { recursive: true }) - this[_sparseTreeDirs].add(node.path) - this[_sparseTreeRoots].add(made) - })) - .then(() => process.emit('timeEnd', 'reify:createSparse')) - } - - [_rollbackCreateSparseTree] (er) { - process.emit('time', 'reify:rollback:createSparse') - // cut the roots of the sparse tree that were created, not the leaves - const roots = this[_sparseTreeRoots] - // also delete the moves that we retired, so that we can move them back - const failures = [] - const targets = [...roots, ...Object.keys(this[_retiredPaths])] - const unlinks = targets - .map(path => rm(path, { recursive: true, force: true }).catch(er => failures.push([path, er]))) - return promiseAllRejectLate(unlinks).then(() => { - // eslint-disable-next-line promise/always-return - if (failures.length) { - log.warn('cleanup', 'Failed to remove some directories', failures) - } - }) - .then(() => process.emit('timeEnd', 'reify:rollback:createSparse')) - .then(() => this[_rollbackRetireShallowNodes](er)) - } - - // shrinkwrap nodes define their dependency branches with a file, so - // we need to unpack them, read that shrinkwrap file, and then update - // the tree by calling loadVirtual with the node as the root. - [_loadShrinkwrapsAndUpdateTrees] () { - const seen = this[_shrinkwrapInflated] - const shrinkwraps = this.diff.leaves - .filter(d => (d.action === 'CHANGE' || d.action === 'ADD' || !d.action) && - d.ideal.hasShrinkwrap && !seen.has(d.ideal) && - !this[_trashList].has(d.ideal.path)) - - if (!shrinkwraps.length) { - return - } - - process.emit('time', 'reify:loadShrinkwraps') - - const Arborist = this.constructor - return promiseAllRejectLate(shrinkwraps.map(diff => { - const node = diff.ideal - seen.add(node) - return diff.action ? this[_reifyNode](node) : node - })) - .then(nodes => promiseAllRejectLate(nodes.map(node => new Arborist({ - ...this.options, - path: node.path, - }).loadVirtual({ root: node })))) - // reload the diff and sparse tree because the ideal tree changed - .then(() => this[_diffTrees]()) - .then(() => this[_createSparseTree]()) - .then(() => this[_addOmitsToTrashList]()) - .then(() => this[_loadShrinkwrapsAndUpdateTrees]()) - .then(() => process.emit('timeEnd', 'reify:loadShrinkwraps')) - } - - // create a symlink for Links, extract for Nodes - // return the node object, since we usually want that - // handle optional dep failures here - // If node is in trash list, skip it - // If reifying fails, and the node is optional, add it and its optionalSet - // to the trash list - // Always return the node. - [_reifyNode] (node) { - if (this[_trashList].has(node.path)) { - return node - } - - const timer = `reifyNode:${node.location}` - process.emit('time', timer) - this.addTracker('reify', node.name, node.location) - - const { npmVersion, nodeVersion } = this.options - const p = Promise.resolve().then(async () => { - // when we reify an optional node, check the engine and platform - // first. be sure to ignore the --force and --engine-strict flags, - // since we always want to skip any optional packages we can't install. - // these checks throwing will result in a rollback and removal - // of the mismatches - // eslint-disable-next-line promise/always-return - if (node.optional) { - checkEngine(node.package, npmVersion, nodeVersion, false) - checkPlatform(node.package, false) - } - await this[_checkBins](node) - await this[_extractOrLink](node) - await this[_warnDeprecated](node) - }) - - return this[_handleOptionalFailure](node, p) - .then(() => { - this.finishTracker('reify', node.name, node.location) - process.emit('timeEnd', timer) - return node - }) - } - - // do not allow node_modules to be a symlink - async [_validateNodeModules] (nm) { - if (this[_force] || this[_nmValidated].has(nm)) { - return - } - const st = await lstat(nm).catch(() => null) - if (!st || st.isDirectory()) { - this[_nmValidated].add(nm) - return - } - log.warn('reify', 'Removing non-directory', nm) - await rm(nm, { recursive: true, force: true }) - } - - async [_extractOrLink] (node) { - const nm = resolve(node.parent.path, 'node_modules') - await this[_validateNodeModules](nm) - - if (!node.isLink) { - // in normal cases, node.resolved should *always* be set by now. - // however, it is possible when a lockfile is damaged, or very old, - // or in some other race condition bugs in npm v6, that a previously - // bundled dependency will have just a version, but no resolved value, - // and no 'bundled: true' setting. - // Do the best with what we have, or else remove it from the tree - // entirely, since we can't possibly reify it. - let res = null - if (node.resolved) { - const registryResolved = this[_registryResolved](node.resolved) - if (registryResolved) { - res = `${node.name}@${registryResolved}` - } - } else if (node.package.name && node.version) { - res = `${node.package.name}@${node.version}` - } - - // no idea what this thing is. remove it from the tree. - if (!res) { - const warning = 'invalid or damaged lockfile detected\n' + - 'please re-try this operation once it completes\n' + - 'so that the damage can be corrected, or perform\n' + - 'a fresh install with no lockfile if the problem persists.' - log.warn('reify', warning) - log.verbose('reify', 'unrecognized node in tree', node.path) - node.parent = null - node.fsParent = null - this[_addNodeToTrashList](node) - return - } - await debug(async () => { - const st = await lstat(node.path).catch(e => null) - if (st && !st.isDirectory()) { - debug.log('unpacking into a non-directory', node) - throw Object.assign(new Error('ENOTDIR: not a directory'), { - code: 'ENOTDIR', - path: node.path, - }) - } - }) - await pacote.extract(res, node.path, { - ...this.options, - Arborist: this.constructor, - resolved: node.resolved, - integrity: node.integrity, - }) - // store nodes don't use Node class so node.package doesn't get updated - if (node.isInStore) { - const pkg = await rpj(join(node.path, 'package.json')) - node.package.scripts = pkg.scripts - } - return - } - - // node.isLink - await rm(node.path, { recursive: true, force: true }) - await this[_symlink](node) - } - - async [_symlink] (node) { - const dir = dirname(node.path) - const target = node.realpath - const rel = relative(dir, target) - await mkdir(dir, { recursive: true }) - return symlink(rel, node.path, 'junction') - } - - [_warnDeprecated] (node) { - const { _id, deprecated } = node.package - if (deprecated) { - log.warn('deprecated', `${_id}: ${deprecated}`) - } - } - - // if the node is optional, then the failure of the promise is nonfatal - // just add it and its optional set to the trash list. - [_handleOptionalFailure] (node, p) { - return (node.optional ? p.catch(er => { - const set = optionalSet(node) - for (node of set) { - log.verbose('reify', 'failed optional dependency', node.path) - this[_addNodeToTrashList](node) - } - }) : p).then(() => node) - } - - [_registryResolved] (resolved) { - // the default registry url is a magic value meaning "the currently - // configured registry". - // `resolved` must never be falsey. - // - // XXX: use a magic string that isn't also a valid value, like - // ${REGISTRY} or something. This has to be threaded through the - // Shrinkwrap and Node classes carefully, so for now, just treat - // the default reg as the magical animal that it has been. - const resolvedURL = hgi.parseUrl(resolved) - - if (!resolvedURL) { - // if we could not parse the url at all then returning nothing - // here means it will get removed from the tree in the next step - return - } - - if ((this.options.replaceRegistryHost === resolvedURL.hostname) - || this.options.replaceRegistryHost === 'always') { - // this.registry always has a trailing slash - return `${this.registry.slice(0, -1)}${resolvedURL.pathname}${resolvedURL.searchParams}` - } - - return resolved - } - - // bundles are *sort of* like shrinkwraps, in that the branch is defined - // by the contents of the package. however, in their case, rather than - // shipping a virtual tree that must be reified, they ship an entire - // reified actual tree that must be unpacked and not modified. - [_loadBundlesAndUpdateTrees] ( - depth = 0, bundlesByDepth = this[_getBundlesByDepth]() - ) { - if (depth === 0) { - process.emit('time', 'reify:loadBundles') - } - - const maxBundleDepth = bundlesByDepth.get('maxBundleDepth') - if (depth > maxBundleDepth) { - // if we did something, then prune the tree and update the diffs - if (maxBundleDepth !== -1) { - this[_pruneBundledMetadeps](bundlesByDepth) - this[_diffTrees]() - } - process.emit('timeEnd', 'reify:loadBundles') - return - } - - // skip any that have since been removed from the tree, eg by a - // shallower bundle overwriting them with a bundled meta-dep. - const set = (bundlesByDepth.get(depth) || []) - .filter(node => node.root === this.idealTree && - node.target !== node.root && - !this[_trashList].has(node.path)) - - if (!set.length) { - return this[_loadBundlesAndUpdateTrees](depth + 1, bundlesByDepth) - } - - // extract all the nodes with bundles - return promiseAllRejectLate(set.map(node => { - this[_bundleUnpacked].add(node) - return this[_reifyNode](node) - })) - // then load their unpacked children and move into the ideal tree - .then(nodes => - promiseAllRejectLate(nodes.map(async node => { - const arb = new this.constructor({ - ...this.options, - path: node.path, - }) - const notTransplanted = new Set(node.children.keys()) - await arb.loadActual({ - root: node, - // don't transplant any sparse folders we created - // loadActual will set node.package to {} for empty directories - // if by chance there are some empty folders in the node_modules - // tree for some other reason, then ok, ignore those too. - transplantFilter: node => { - if (node.package._id) { - // it's actually in the bundle if it gets transplanted - notTransplanted.delete(node.name) - return true - } else { - return false - } - }, - }) - for (const name of notTransplanted) { - this[_bundleMissing].add(node.children.get(name)) - } - }))) - // move onto the next level of bundled items - .then(() => this[_loadBundlesAndUpdateTrees](depth + 1, bundlesByDepth)) - } - - [_getBundlesByDepth] () { - const bundlesByDepth = new Map() - let maxBundleDepth = -1 - dfwalk({ - tree: this.diff, - visit: diff => { - const node = diff.ideal - if (!node) { - return - } - if (node.isProjectRoot) { - return - } - - const { bundleDependencies } = node.package - if (bundleDependencies && bundleDependencies.length) { - maxBundleDepth = Math.max(maxBundleDepth, node.depth) - if (!bundlesByDepth.has(node.depth)) { - bundlesByDepth.set(node.depth, [node]) - } else { - bundlesByDepth.get(node.depth).push(node) - } - } - }, - getChildren: diff => diff.children, - }) - - bundlesByDepth.set('maxBundleDepth', maxBundleDepth) - return bundlesByDepth - } - - // https://github.com/npm/cli/issues/1597#issuecomment-667639545 - [_pruneBundledMetadeps] (bundlesByDepth) { - const bundleShadowed = new Set() - - // Example dep graph: - // root -> (a, c) - // a -> BUNDLE(b) - // b -> c - // c -> b - // - // package tree: - // root - // +-- a - // | +-- b(1) - // | +-- c(1) - // +-- b(2) - // +-- c(2) - // 1. mark everything that's shadowed by anything in the bundle. This - // marks b(2) and c(2). - // 2. anything with edgesIn from outside the set, mark not-extraneous, - // remove from set. This unmarks c(2). - // 3. continue until no change - // 4. remove everything in the set from the tree. b(2) is pruned - - // create the list of nodes shadowed by children of bundlers - for (const bundles of bundlesByDepth.values()) { - // skip the 'maxBundleDepth' item - if (!Array.isArray(bundles)) { - continue - } - for (const node of bundles) { - for (const name of node.children.keys()) { - const shadow = node.parent.resolve(name) - if (!shadow) { - continue - } - bundleShadowed.add(shadow) - shadow.extraneous = true - } - } - } - - // lib -> (a@1.x) BUNDLE(a@1.2.3 (b@1.2.3)) - // a@1.2.3 -> (b@1.2.3) - // a@1.3.0 -> (b@2) - // b@1.2.3 -> () - // b@2 -> (c@2) - // - // root - // +-- lib - // | +-- a@1.2.3 - // | +-- b@1.2.3 - // +-- b@2 <-- shadowed, now extraneous - // +-- c@2 <-- also shadowed, because only dependent is shadowed - for (const shadow of bundleShadowed) { - for (const shadDep of shadow.edgesOut.values()) { - /* istanbul ignore else - pretty unusual situation, just being - * defensive here. Would mean that a bundled dep has a dependency - * that is unmet. which, weird, but if you bundle it, we take - * whatever you put there and assume the publisher knows best. */ - if (shadDep.to) { - bundleShadowed.add(shadDep.to) - shadDep.to.extraneous = true - } - } - } - - let changed - do { - changed = false - for (const shadow of bundleShadowed) { - for (const edge of shadow.edgesIn) { - if (!bundleShadowed.has(edge.from)) { - shadow.extraneous = false - bundleShadowed.delete(shadow) - changed = true - break - } - } - } - } while (changed) - - for (const shadow of bundleShadowed) { - this[_addNodeToTrashList](shadow) - shadow.root = null - } - } - - async [_submitQuickAudit] () { - if (this.options.audit === false) { - this.auditReport = null - return - } - - // we submit the quick audit at this point in the process, as soon as - // we have all the deps resolved, so that it can overlap with the other - // actions as much as possible. Stash the promise, which we resolve - // before finishing the reify() and returning the tree. Thus, we do - // NOT return the promise, as the intent is for this to run in parallel - // with the reification, and be resolved at a later time. - process.emit('time', 'reify:audit') - const options = { ...this.options } - const tree = this.idealTree - - // if we're operating on a workspace, only audit the workspace deps - if (this[_workspaces] && this[_workspaces].length) { - options.filterSet = this.workspaceDependencySet( - tree, - this[_workspaces], - this[_includeWorkspaceRoot] - ) - } - - this.auditReport = AuditReport.load(tree, options).then(res => { - process.emit('timeEnd', 'reify:audit') - return res - }) - } - - // ok! actually unpack stuff into their target locations! - // The sparse tree has already been created, so we walk the diff - // kicking off each unpack job. If any fail, we rm the sparse - // tree entirely and try to put everything back where it was. - [_unpackNewModules] () { - process.emit('time', 'reify:unpack') - const unpacks = [] - dfwalk({ - tree: this.diff, - visit: diff => { - // no unpacking if we don't want to change this thing - if (diff.action !== 'CHANGE' && diff.action !== 'ADD') { - return - } - - const node = diff.ideal - const bd = this[_bundleUnpacked].has(node) - const sw = this[_shrinkwrapInflated].has(node) - const bundleMissing = this[_bundleMissing].has(node) - - // check whether we still need to unpack this one. - // test the inDepBundle last, since that's potentially a tree walk. - const doUnpack = node && // can't unpack if removed! - // root node already exists - !node.isRoot && - // already unpacked to read bundle - !bd && - // already unpacked to read sw - !sw && - // already unpacked by another dep's bundle - (bundleMissing || !node.inDepBundle) - - if (doUnpack) { - unpacks.push(this[_reifyNode](node)) - } - }, - getChildren: diff => diff.children, - }) - return promiseAllRejectLate(unpacks) - .then(() => process.emit('timeEnd', 'reify:unpack')) - } - - // This is the part where we move back the unchanging nodes that were - // the children of a node that did change. If this fails, the rollback - // is a three-step process. First, we try to move the retired unchanged - // nodes BACK to their retirement folders, then delete the sparse tree, - // then move everything out of retirement. - [_moveBackRetiredUnchanged] () { - // get a list of all unchanging children of any shallow retired nodes - // if they are not the ancestor of any node in the diff set, then the - // directory won't already exist, so just rename it over. - // This is sort of an inverse diff tree, of all the nodes where - // the actualTree and idealTree _don't_ differ, starting from the - // shallowest nodes that we moved aside in the first place. - process.emit('time', 'reify:unretire') - const moves = this[_retiredPaths] - this[_retiredUnchanged] = {} - return promiseAllRejectLate(this.diff.children.map(diff => { - // skip if nothing was retired - if (diff.action !== 'CHANGE' && diff.action !== 'REMOVE') { - return - } - - const { path: realFolder } = diff.actual - const retireFolder = moves[realFolder] - /* istanbul ignore next - should be impossible */ - debug(() => { - if (!retireFolder) { - const er = new Error('trying to un-retire but not retired') - throw Object.assign(er, { - realFolder, - retireFolder, - actual: diff.actual, - ideal: diff.ideal, - action: diff.action, - }) - } - }) - - this[_retiredUnchanged][retireFolder] = [] - return promiseAllRejectLate(diff.unchanged.map(node => { - // no need to roll back links, since we'll just delete them anyway - if (node.isLink) { - return mkdir(dirname(node.path), { recursive: true, force: true }) - .then(() => this[_reifyNode](node)) - } - - // will have been moved/unpacked along with bundler - if (node.inDepBundle && !this[_bundleMissing].has(node)) { - return - } - - this[_retiredUnchanged][retireFolder].push(node) - - const rel = relative(realFolder, node.path) - const fromPath = resolve(retireFolder, rel) - // if it has bundleDependencies, then make node_modules. otherwise - // skip it. - const bd = node.package.bundleDependencies - const dir = bd && bd.length ? node.path + '/node_modules' : node.path - return mkdir(dir, { recursive: true }).then(() => this[_moveContents](node, fromPath)) - })) - })) - .then(() => process.emit('timeEnd', 'reify:unretire')) - } - - // move the contents from the fromPath to the node.path - [_moveContents] (node, fromPath) { - return packageContents({ - path: fromPath, - depth: 1, - packageJsonCache: new Map([[fromPath + '/package.json', node.package]]), - }).then(res => promiseAllRejectLate(res.map(path => { - const rel = relative(fromPath, path) - const to = resolve(node.path, rel) - return this[_renamePath](path, to) - }))) - } - - [_rollbackMoveBackRetiredUnchanged] (er) { - const moves = this[_retiredPaths] - // flip the mapping around to go back - const realFolders = new Map(Object.entries(moves).map(([k, v]) => [v, k])) - const promises = Object.entries(this[_retiredUnchanged]) - .map(([retireFolder, nodes]) => promiseAllRejectLate(nodes.map(node => { - const realFolder = realFolders.get(retireFolder) - const rel = relative(realFolder, node.path) - const fromPath = resolve(retireFolder, rel) - return this[_moveContents]({ ...node, path: fromPath }, node.path) - }))) - return promiseAllRejectLate(promises) - .then(() => this[_rollbackCreateSparseTree](er)) - } - - [_build] () { - process.emit('time', 'reify:build') - - // for all the things being installed, run their appropriate scripts - // run in tip->root order, so as to be more likely to build a node's - // deps before attempting to build it itself - const nodes = [] - dfwalk({ - tree: this.diff, - leave: diff => { - if (!diff.ideal.isProjectRoot) { - nodes.push(diff.ideal) - } - }, - // process adds before changes, ignore removals - getChildren: diff => diff && diff.children, - filter: diff => diff.action === 'ADD' || diff.action === 'CHANGE', - }) - - // pick up link nodes from the unchanged list as we want to run their - // scripts in every install despite of having a diff status change - for (const node of this.diff.unchanged) { - const tree = node.root.target - - // skip links that only live within node_modules as they are most - // likely managed by packages we installed, we only want to rebuild - // unchanged links we directly manage - const linkedFromRoot = node.parent === tree || node.target.fsTop === tree - if (node.isLink && linkedFromRoot) { - nodes.push(node) - } - } - - return this.rebuild({ nodes, handleOptionalFailure: true }) - .then(() => process.emit('timeEnd', 'reify:build')) - } - - // the tree is pretty much built now, so it's cleanup time. - // remove the retired folders, and any deleted nodes - // If this fails, there isn't much we can do but tell the user about it. - // Thankfully, it's pretty unlikely that it'll fail, since rm is a node builtin. - async [_removeTrash] () { - process.emit('time', 'reify:trash') - const promises = [] - const failures = [] - const _rm = path => rm(path, { recursive: true, force: true }).catch(er => failures.push([path, er])) - - for (const path of this[_trashList]) { - promises.push(_rm(path)) - } - - await promiseAllRejectLate(promises) - if (failures.length) { - log.warn('cleanup', 'Failed to remove some directories', failures) - } - process.emit('timeEnd', 'reify:trash') - } - - // last but not least, we save the ideal tree metadata to the package-lock - // or shrinkwrap file, and any additions or removals to package.json - async [_saveIdealTree] (options) { - // the ideal tree is actualized now, hooray! - // it still contains all the references to optional nodes that were removed - // for install failures. Those still end up in the shrinkwrap, so we - // save it first, then prune out the optional trash, and then return it. - - const save = !(options.save === false) - - // we check for updates in order to make sure we run save ideal tree - // even though save=false since we want `npm update` to be able to - // write to package-lock files by default - const hasUpdates = this[_updateAll] || this[_updateNames].length - - // we're going to completely skip save ideal tree in case of a global or - // dry-run install and also if the save option is set to false, EXCEPT for - // update since the expected behavior for npm7+ is for update to - // NOT save to package.json, we make that exception since we still want - // saveIdealTree to be able to write the lockfile by default. - const saveIdealTree = !( - (!save && !hasUpdates) - || this[_global] - || this[_dryRun] - ) - - if (!saveIdealTree) { - return false - } - - process.emit('time', 'reify:save') - - const updatedTrees = new Set() - const updateNodes = nodes => { - for (const { name, tree: addTree } of nodes) { - // addTree either the root, or a workspace - const edge = addTree.edgesOut.get(name) - const pkg = addTree.package - const req = npa.resolve(name, edge.spec, addTree.realpath) - const { rawSpec, subSpec } = req - - const spec = subSpec ? subSpec.rawSpec : rawSpec - const child = edge.to - - // if we tried to install an optional dep, but it was a version - // that we couldn't resolve, this MAY be missing. if we haven't - // blown up by now, it's because it was not a problem, though, so - // just move on. - if (!child || !addTree.isTop) { - continue - } - - let newSpec - // True if the dependency is getting installed from a local file path - // In this case it is not possible to do the normal version comparisons - // as the new version will be a file path - const isLocalDep = req.type === 'directory' || req.type === 'file' - if (req.registry) { - const version = child.version - const prefixRange = version ? this[_savePrefix] + version : '*' - // if we installed a range, then we save the range specified - // if it is not a subset of the ^x.y.z. eg, installing a range - // of `1.x <1.2.3` will not be saved as `^1.2.0`, because that - // would allow versions outside the requested range. Tags and - // specific versions save with the save-prefix. - const isRange = (subSpec || req).type === 'range' - - let range = spec - if ( - !isRange || - spec === '*' || - subset(prefixRange, spec, { loose: true }) - ) { - range = prefixRange - } - - const pname = child.packageName - const alias = name !== pname - newSpec = alias ? `npm:${pname}@${range}` : range - } else if (req.hosted) { - // save the git+https url if it has auth, otherwise shortcut - const h = req.hosted - const opt = { noCommittish: false } - if (h.https && h.auth) { - newSpec = `git+${h.https(opt)}` - } else { - newSpec = h.shortcut(opt) - } - } else if (isLocalDep) { - // when finding workspace nodes, make sure that - // we save them using their version instead of - // using their relative path - if (edge.type === 'workspace') { - const { version } = edge.to.target - const prefixRange = version ? this[_savePrefix] + version : '*' - newSpec = prefixRange - } else { - // save the relative path in package.json - // Normally saveSpec is updated with the proper relative - // path already, but it's possible to specify a full absolute - // path initially, in which case we can end up with the wrong - // thing, so just get the ultimate fetchSpec and relativize it. - const p = req.fetchSpec.replace(/^file:/, '') - const rel = relpath(addTree.realpath, p).replace(/#/g, '%23') - newSpec = `file:${rel}` - } - } else { - newSpec = req.saveSpec - } - - if (options.saveType) { - const depType = saveTypeMap.get(options.saveType) - pkg[depType][name] = newSpec - // rpj will have moved it here if it was in both - // if it is empty it will be deleted later - if (options.saveType === 'prod' && pkg.optionalDependencies) { - delete pkg.optionalDependencies[name] - } - } else { - if (hasSubKey(pkg, 'dependencies', name)) { - pkg.dependencies[name] = newSpec - } - - if (hasSubKey(pkg, 'devDependencies', name)) { - pkg.devDependencies[name] = newSpec - // don't update peer or optional if we don't have to - if (hasSubKey(pkg, 'peerDependencies', name) && (isLocalDep || !intersects(newSpec, pkg.peerDependencies[name]))) { - pkg.peerDependencies[name] = newSpec - } - - if (hasSubKey(pkg, 'optionalDependencies', name) && (isLocalDep || !intersects(newSpec, pkg.optionalDependencies[name]))) { - pkg.optionalDependencies[name] = newSpec - } - } else { - if (hasSubKey(pkg, 'peerDependencies', name)) { - pkg.peerDependencies[name] = newSpec - } - - if (hasSubKey(pkg, 'optionalDependencies', name)) { - pkg.optionalDependencies[name] = newSpec - } - } - } - - updatedTrees.add(addTree) - } - } - - // Returns true if any of the edges from this node has a semver - // range definition that is an exact match to the version installed - // e.g: should return true if for a given an installed version 1.0.0, - // range is either =1.0.0 or 1.0.0 - const exactVersion = node => { - for (const edge of node.edgesIn) { - try { - if (semver.subset(edge.spec, node.version)) { - return false - } - } catch { - // ignore errors - } - } - return true - } - - // helper that retrieves an array of nodes that were - // potentially updated during the reify process, in order - // to limit the number of nodes to check and update, only - // select nodes from the inventory that are direct deps - // of a given package.json (project root or a workspace) - // and in ase of using a list of `names`, restrict nodes - // to only names that are found in this list - const retrieveUpdatedNodes = names => { - const filterDirectDependencies = node => - !node.isRoot && node.resolveParent && node.resolveParent.isRoot - && (!names || names.includes(node.name)) - && exactVersion(node) // skip update for exact ranges - - const directDeps = this.idealTree.inventory - .filter(filterDirectDependencies) - - // traverses the list of direct dependencies and collect all nodes - // to be updated, since any of them might have changed during reify - const nodes = [] - for (const node of directDeps) { - for (const edgeIn of node.edgesIn) { - nodes.push({ - name: node.name, - tree: edgeIn.from.target, - }) - } - } - return nodes - } - - if (save) { - // when using update all alongside with save, we'll make - // sure to refresh every dependency of the root idealTree - if (this[_updateAll]) { - const nodes = retrieveUpdatedNodes() - updateNodes(nodes) - } else { - // resolvedAdd is the list of user add requests, but with names added - // to things like git repos and tarball file/urls. However, if the - // user requested 'foo@', and we have a foo@file:../foo, then we should - // end up saving the spec we actually used, not whatever they gave us. - if (this[_resolvedAdd].length) { - updateNodes(this[_resolvedAdd]) - } - - // if updating given dependencies by name, restrict the list of - // nodes to check to only those currently in _updateNames - if (this[_updateNames].length) { - const nodes = retrieveUpdatedNodes(this[_updateNames]) - updateNodes(nodes) - } - - // grab any from explicitRequests that had deps removed - for (const { from: tree } of this.explicitRequests) { - updatedTrees.add(tree) - } - } - } - - if (save) { - for (const tree of updatedTrees) { - // refresh the edges so they have the correct specs - tree.package = tree.package - const pkgJson = await PackageJson.load(tree.path) - .catch(() => new PackageJson(tree.path)) - const { - dependencies = {}, - devDependencies = {}, - optionalDependencies = {}, - peerDependencies = {}, - // bundleDependencies is not required by PackageJson like the other - // fields here PackageJson also doesn't omit an empty array for this - // field so defaulting this to an empty array would add that field to - // every package.json file. - bundleDependencies, - } = tree.package - - pkgJson.update({ - dependencies, - devDependencies, - optionalDependencies, - peerDependencies, - bundleDependencies, - }) - await pkgJson.save() - } - } - - // before now edge specs could be changing, affecting the `requires` field - // in the package lock, so we hold off saving to the very last action - if (this[_usePackageLock]) { - // preserve indentation, if possible - let format = this.idealTree.package[Symbol.for('indent')] - if (format === undefined) { - format = ' ' - } - - // TODO this ignores options.save - await this.idealTree.meta.save({ - format: (this[_formatPackageLock] && format) ? format - : this[_formatPackageLock], - }) - } - - process.emit('timeEnd', 'reify:save') - return true - } - - async [_copyIdealToActual] () { - // clean up any trash that is still in the tree - for (const path of this[_trashList]) { - const loc = relpath(this.idealTree.realpath, path) - const node = this.idealTree.inventory.get(loc) - if (node && node.root === this.idealTree) { - node.parent = null - } - } - - // if we filtered to only certain nodes, then anything ELSE needs - // to be untouched in the resulting actual tree, even if it differs - // in the idealTree. Copy over anything that was in the actual and - // was not changed, delete anything in the ideal and not actual. - // Then we move the entire idealTree over to this.actualTree, and - // save the hidden lockfile. - if (this.diff && this.diff.filterSet.size) { - const reroot = new Set() - - const { filterSet } = this.diff - const seen = new Set() - for (const [loc, ideal] of this.idealTree.inventory.entries()) { - seen.add(loc) - - // if it's an ideal node from the filter set, then skip it - // because we already made whatever changes were necessary - if (filterSet.has(ideal)) { - continue - } - - // otherwise, if it's not in the actualTree, then it's not a thing - // that we actually added. And if it IS in the actualTree, then - // it's something that we left untouched, so we need to record - // that. - const actual = this.actualTree.inventory.get(loc) - if (!actual) { - ideal.root = null - } else { - if ([...actual.linksIn].some(link => filterSet.has(link))) { - seen.add(actual.location) - continue - } - const { realpath, isLink } = actual - if (isLink && ideal.isLink && ideal.realpath === realpath) { - continue - } else { - reroot.add(actual) - } - } - } - - // now find any actual nodes that may not be present in the ideal - // tree, but were left behind by virtue of not being in the filter - for (const [loc, actual] of this.actualTree.inventory.entries()) { - if (seen.has(loc)) { - continue - } - seen.add(loc) - - // we know that this is something that ISN'T in the idealTree, - // or else we will have addressed it in the previous loop. - // If it's in the filterSet, that means we intentionally removed - // it, so nothing to do here. - if (filterSet.has(actual)) { - continue - } - - reroot.add(actual) - } - - // go through the rerooted actual nodes, and move them over. - for (const actual of reroot) { - actual.root = this.idealTree - } - - // prune out any tops that lack a linkIn, they are no longer relevant. - for (const top of this.idealTree.tops) { - if (top.linksIn.size === 0) { - top.root = null - } - } - - // need to calculate dep flags, since nodes may have been marked - // as extraneous or otherwise incorrect during transit. - calcDepFlags(this.idealTree) - } - - // save the ideal's meta as a hidden lockfile after we actualize it - this.idealTree.meta.filename = - this.idealTree.realpath + '/node_modules/.package-lock.json' - this.idealTree.meta.hiddenLockfile = true - this.idealTree.meta.lockfileVersion = defaultLockfileVersion - - this.actualTree = this.idealTree - this.idealTree = null - - if (!this[_global]) { - await this.actualTree.meta.save() - const ignoreScripts = !!this.options.ignoreScripts - // if we aren't doing a dry run or ignoring scripts and we actually made changes to the dep - // tree, then run the dependencies scripts - if (!this[_dryRun] && !ignoreScripts && this.diff && this.diff.children.length) { - const { path, package: pkg } = this.actualTree.target - const stdio = this.options.foregroundScripts ? 'inherit' : 'pipe' - const { scripts = {} } = pkg - for (const event of ['predependencies', 'dependencies', 'postdependencies']) { - if (Object.prototype.hasOwnProperty.call(scripts, event)) { - const timer = `reify:run:${event}` - process.emit('time', timer) - log.info('run', pkg._id, event, scripts[event]) - await runScript({ - event, - path, - pkg, - stdio, - scriptShell: this.options.scriptShell, - }) - process.emit('timeEnd', timer) - } - } - } - } - } -} diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/audit-report.js b/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/audit-report.js deleted file mode 100644 index 387919f..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/audit-report.js +++ /dev/null @@ -1,414 +0,0 @@ -// an object representing the set of vulnerabilities in a tree -/* eslint camelcase: "off" */ - -const localeCompare = require('@isaacs/string-locale-compare')('en') -const npa = require('npm-package-arg') -const pickManifest = require('npm-pick-manifest') - -const Vuln = require('./vuln.js') -const Calculator = require('@npmcli/metavuln-calculator') - -const _getReport = Symbol('getReport') -const _fixAvailable = Symbol('fixAvailable') -const _checkTopNode = Symbol('checkTopNode') -const _init = Symbol('init') -const _omit = Symbol('omit') -const log = require('proc-log') - -const fetch = require('npm-registry-fetch') - -class AuditReport extends Map { - static load (tree, opts) { - return new AuditReport(tree, opts).run() - } - - get auditReportVersion () { - return 2 - } - - toJSON () { - const obj = { - auditReportVersion: this.auditReportVersion, - vulnerabilities: {}, - metadata: { - vulnerabilities: { - info: 0, - low: 0, - moderate: 0, - high: 0, - critical: 0, - total: this.size, - }, - dependencies: { - prod: 0, - dev: 0, - optional: 0, - peer: 0, - peerOptional: 0, - total: this.tree.inventory.size - 1, - }, - }, - } - - for (const node of this.tree.inventory.values()) { - const { dependencies } = obj.metadata - let prod = true - for (const type of [ - 'dev', - 'optional', - 'peer', - 'peerOptional', - ]) { - if (node[type]) { - dependencies[type]++ - prod = false - } - } - if (prod) { - dependencies.prod++ - } - } - - // if it doesn't have any topVulns, then it's fixable with audit fix - // for each topVuln, figure out if it's fixable with audit fix --force, - // or if we have to just delete the thing, and if the fix --force will - // require a semver major update. - const vulnerabilities = [] - for (const [name, vuln] of this.entries()) { - vulnerabilities.push([name, vuln.toJSON()]) - obj.metadata.vulnerabilities[vuln.severity]++ - } - - obj.vulnerabilities = vulnerabilities - .sort(([a], [b]) => localeCompare(a, b)) - .reduce((set, [name, vuln]) => { - set[name] = vuln - return set - }, {}) - - return obj - } - - constructor (tree, opts = {}) { - super() - const { omit } = opts - this[_omit] = new Set(omit || []) - this.topVulns = new Map() - - this.calculator = new Calculator(opts) - this.error = null - this.options = opts - this.tree = tree - this.filterSet = opts.filterSet - } - - async run () { - this.report = await this[_getReport]() - log.silly('audit report', this.report) - if (this.report) { - await this[_init]() - } - return this - } - - isVulnerable (node) { - const vuln = this.get(node.packageName) - return !!(vuln && vuln.isVulnerable(node)) - } - - async [_init] () { - process.emit('time', 'auditReport:init') - - const promises = [] - for (const [name, advisories] of Object.entries(this.report)) { - for (const advisory of advisories) { - promises.push(this.calculator.calculate(name, advisory)) - } - } - - // now the advisories are calculated with a set of versions - // and the packument. turn them into our style of vuln objects - // which also have the affected nodes, and also create entries - // for all the metavulns that we find from dependents. - const advisories = new Set(await Promise.all(promises)) - const seen = new Set() - for (const advisory of advisories) { - const { name, range } = advisory - const k = `${name}@${range}` - - const vuln = this.get(name) || new Vuln({ name, advisory }) - if (this.has(name)) { - vuln.addAdvisory(advisory) - } - super.set(name, vuln) - - // don't flag the exact same name/range more than once - // adding multiple advisories with the same range is fine, but no - // need to search for nodes we already would have added. - if (!seen.has(k)) { - const p = [] - for (const node of this.tree.inventory.query('packageName', name)) { - if (!shouldAudit(node, this[_omit], this.filterSet)) { - continue - } - - // if not vulnerable by this advisory, keep searching - if (!advisory.testVersion(node.version)) { - continue - } - - // we will have loaded the source already if this is a metavuln - if (advisory.type === 'metavuln') { - vuln.addVia(this.get(advisory.dependency)) - } - - // already marked this one, no need to do it again - if (vuln.nodes.has(node)) { - continue - } - - // haven't marked this one yet. get its dependents. - vuln.nodes.add(node) - for (const { from: dep, spec } of node.edgesIn) { - if (dep.isTop && !vuln.topNodes.has(dep)) { - this[_checkTopNode](dep, vuln, spec) - } else { - // calculate a metavuln, if necessary - const calc = this.calculator.calculate(dep.packageName, advisory) - // eslint-disable-next-line promise/always-return - p.push(calc.then(meta => { - // eslint-disable-next-line promise/always-return - if (meta.testVersion(dep.version, spec)) { - advisories.add(meta) - } - })) - } - } - } - await Promise.all(p) - seen.add(k) - } - - // make sure we actually got something. if not, remove it - // this can happen if you are loading from a lockfile created by - // npm v5, since it lists the current version of all deps, - // rather than the range that is actually depended upon, - // or if using --omit with the older audit endpoint. - if (this.get(name).nodes.size === 0) { - this.delete(name) - continue - } - - // if the vuln is valid, but THIS advisory doesn't apply to any of - // the nodes it references, then remove it from the advisory list. - // happens when using omit with old audit endpoint. - for (const advisory of vuln.advisories) { - const relevant = [...vuln.nodes] - .some(n => advisory.testVersion(n.version)) - if (!relevant) { - vuln.deleteAdvisory(advisory) - } - } - } - process.emit('timeEnd', 'auditReport:init') - } - - [_checkTopNode] (topNode, vuln, spec) { - vuln.fixAvailable = this[_fixAvailable](topNode, vuln, spec) - - if (vuln.fixAvailable !== true) { - // now we know the top node is vulnerable, and cannot be - // upgraded out of the bad place without --force. But, there's - // no need to add it to the actual vulns list, because nothing - // depends on root. - this.topVulns.set(vuln.name, vuln) - vuln.topNodes.add(topNode) - } - } - - // check whether the top node is vulnerable. - // check whether we can get out of the bad place with --force, and if - // so, whether that update is SemVer Major - [_fixAvailable] (topNode, vuln, spec) { - // this will always be set to at least {name, versions:{}} - const paku = vuln.packument - - if (!vuln.testSpec(spec)) { - return true - } - - // similarly, even if we HAVE a packument, but we're looking for it - // somewhere other than the registry, and we got something vulnerable, - // then we're stuck with it. - const specObj = npa(spec) - if (!specObj.registry) { - return false - } - - if (specObj.subSpec) { - spec = specObj.subSpec.rawSpec - } - - // We don't provide fixes for top nodes other than root, but we - // still check to see if the node is fixable with a different version, - // and if that is a semver major bump. - try { - const { - _isSemVerMajor: isSemVerMajor, - version, - name, - } = pickManifest(paku, spec, { - ...this.options, - before: null, - avoid: vuln.range, - avoidStrict: true, - }) - return { name, version, isSemVerMajor } - } catch (er) { - return false - } - } - - set () { - throw new Error('do not call AuditReport.set() directly') - } - - // convert a quick-audit into a bulk advisory listing - static auditToBulk (report) { - if (!report.advisories) { - // tack on the report json where the response body would go - throw Object.assign(new Error('Invalid advisory report'), { - body: JSON.stringify(report), - }) - } - - const bulk = {} - const { advisories } = report - for (const advisory of Object.values(advisories)) { - const { - id, - url, - title, - severity = 'high', - vulnerable_versions = '*', - module_name: name, - } = advisory - bulk[name] = bulk[name] || [] - bulk[name].push({ id, url, title, severity, vulnerable_versions }) - } - - return bulk - } - - async [_getReport] () { - // if we're not auditing, just return false - if (this.options.audit === false || this.options.offline === true || this.tree.inventory.size === 1) { - return null - } - - process.emit('time', 'auditReport:getReport') - try { - try { - // first try the super fast bulk advisory listing - const body = prepareBulkData(this.tree, this[_omit], this.filterSet) - log.silly('audit', 'bulk request', body) - - // no sense asking if we don't have anything to audit, - // we know it'll be empty - if (!Object.keys(body).length) { - return null - } - - const res = await fetch('/-/npm/v1/security/advisories/bulk', { - ...this.options, - registry: this.options.auditRegistry || this.options.registry, - method: 'POST', - gzip: true, - body, - }) - - return await res.json() - } catch (er) { - log.silly('audit', 'bulk request failed', String(er.body)) - // that failed, try the quick audit endpoint - const body = prepareData(this.tree, this.options) - const res = await fetch('/-/npm/v1/security/audits/quick', { - ...this.options, - registry: this.options.auditRegistry || this.options.registry, - method: 'POST', - gzip: true, - body, - }) - return AuditReport.auditToBulk(await res.json()) - } - } catch (er) { - log.verbose('audit error', er) - log.silly('audit error', String(er.body)) - this.error = er - return null - } finally { - process.emit('timeEnd', 'auditReport:getReport') - } - } -} - -// return true if we should audit this one -const shouldAudit = (node, omit, filterSet) => - !node.version ? false - : node.isRoot ? false - : filterSet && filterSet.size !== 0 && !filterSet.has(node) ? false - : omit.size === 0 ? true - : !( // otherwise, just ensure we're not omitting this one - node.dev && omit.has('dev') || - node.optional && omit.has('optional') || - node.devOptional && omit.has('dev') && omit.has('optional') || - node.peer && omit.has('peer') - ) - -const prepareBulkData = (tree, omit, filterSet) => { - const payload = {} - for (const name of tree.inventory.query('packageName')) { - const set = new Set() - for (const node of tree.inventory.query('packageName', name)) { - if (!shouldAudit(node, omit, filterSet)) { - continue - } - - set.add(node.version) - } - if (set.size) { - payload[name] = [...set] - } - } - return payload -} - -const prepareData = (tree, opts) => { - const { npmVersion: npm_version } = opts - const node_version = process.version - const { platform, arch } = process - const { NODE_ENV: node_env } = process.env - const data = tree.meta.commit() - // the legacy audit endpoint doesn't support any kind of pre-filtering - // we just have to get the advisories and skip over them in the report - return { - name: data.name, - version: data.version, - requires: { - ...(tree.package.devDependencies || {}), - ...(tree.package.peerDependencies || {}), - ...(tree.package.optionalDependencies || {}), - ...(tree.package.dependencies || {}), - }, - dependencies: data.dependencies, - metadata: { - node_version, - npm_version, - platform, - arch, - node_env, - }, - } -} - -module.exports = AuditReport diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/calc-dep-flags.js b/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/calc-dep-flags.js deleted file mode 100644 index 2f33981..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/calc-dep-flags.js +++ /dev/null @@ -1,115 +0,0 @@ -const { depth } = require('treeverse') - -const calcDepFlags = (tree, resetRoot = true) => { - if (resetRoot) { - tree.dev = false - tree.optional = false - tree.devOptional = false - tree.peer = false - } - const ret = depth({ - tree, - visit: node => calcDepFlagsStep(node), - filter: node => node, - getChildren: (node, tree) => - [...tree.edgesOut.values()].map(edge => edge.to), - }) - return ret -} - -const calcDepFlagsStep = (node) => { - // This rewalk is necessary to handle cases where devDep and optional - // or normal dependency graphs overlap deep in the dep graph. - // Since we're only walking through deps that are not already flagged - // as non-dev/non-optional, it's typically a very shallow traversal - node.extraneous = false - resetParents(node, 'extraneous') - resetParents(node, 'dev') - resetParents(node, 'peer') - resetParents(node, 'devOptional') - resetParents(node, 'optional') - - // for links, map their hierarchy appropriately - if (node.isLink) { - node.target.dev = node.dev - node.target.optional = node.optional - node.target.devOptional = node.devOptional - node.target.peer = node.peer - return calcDepFlagsStep(node.target) - } - - node.edgesOut.forEach(({ peer, optional, dev, to }) => { - // if the dep is missing, then its flags are already maximally unset - if (!to) { - return - } - - // everything with any kind of edge into it is not extraneous - to.extraneous = false - - // devOptional is the *overlap* of the dev and optional tree. - // however, for convenience and to save an extra rewalk, we leave - // it set when we are in *either* tree, and then omit it from the - // package-lock if either dev or optional are set. - const unsetDevOpt = !node.devOptional && !node.dev && !node.optional && - !dev && !optional - - // if we are not in the devOpt tree, then we're also not in - // either the dev or opt trees - const unsetDev = unsetDevOpt || !node.dev && !dev - const unsetOpt = unsetDevOpt || - !node.optional && !optional - const unsetPeer = !node.peer && !peer - - if (unsetPeer) { - unsetFlag(to, 'peer') - } - - if (unsetDevOpt) { - unsetFlag(to, 'devOptional') - } - - if (unsetDev) { - unsetFlag(to, 'dev') - } - - if (unsetOpt) { - unsetFlag(to, 'optional') - } - }) - - return node -} - -const resetParents = (node, flag) => { - if (node[flag]) { - return - } - - for (let p = node; p && (p === node || p[flag]); p = p.resolveParent) { - p[flag] = false - } -} - -// typically a short walk, since it only traverses deps that -// have the flag set. -const unsetFlag = (node, flag) => { - if (node[flag]) { - node[flag] = false - depth({ - tree: node, - visit: node => { - node.extraneous = node[flag] = false - if (node.isLink) { - node.target.extraneous = node.target[flag] = false - } - }, - getChildren: node => [...node.target.edgesOut.values()] - .filter(edge => edge.to && edge.to[flag] && - (flag !== 'peer' && edge.type === 'peer' || edge.type === 'prod')) - .map(edge => edge.to), - }) - } -} - -module.exports = calcDepFlags diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/can-place-dep.js b/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/can-place-dep.js deleted file mode 100644 index 1a3ccff..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/can-place-dep.js +++ /dev/null @@ -1,436 +0,0 @@ -// Internal methods used by buildIdealTree. -// Answer the question: "can I put this dep here?" -// -// IMPORTANT: *nothing* in this class should *ever* modify or mutate the tree -// at all. The contract here is strictly limited to read operations. We call -// this in the process of walking through the ideal tree checking many -// different potential placement targets for a given node. If a change is made -// to the tree along the way, that can cause serious problems! -// -// In order to enforce this restriction, in debug mode, canPlaceDep() will -// snapshot the tree at the start of the process, and then at the end, will -// verify that it still matches the snapshot, and throw an error if any changes -// occurred. -// -// The algorithm is roughly like this: -// - check the node itself: -// - if there is no version present, and no conflicting edges from target, -// OK, provided all peers can be placed at or above the target. -// - if the current version matches, KEEP -// - if there is an older version present, which can be replaced, then -// - if satisfying and preferDedupe? KEEP -// - else: REPLACE -// - if there is a newer version present, and preferDedupe, REPLACE -// - if the version present satisfies the edge, KEEP -// - else: CONFLICT -// - if the node is not in conflict, check each of its peers: -// - if the peer can be placed in the target, continue -// - else if the peer can be placed in a parent, and there is no other -// conflicting version shadowing it, continue -// - else CONFLICT -// - If the peers are not in conflict, return the original node's value -// -// An exception to this logic is that if the target is the deepest location -// that a node can be placed, and the conflicting node can be placed deeper, -// then we will return REPLACE rather than CONFLICT, and Arborist will queue -// the replaced node for resolution elsewhere. - -const localeCompare = require('@isaacs/string-locale-compare')('en') -const semver = require('semver') -const debug = require('./debug.js') -const peerEntrySets = require('./peer-entry-sets.js') -const deepestNestingTarget = require('./deepest-nesting-target.js') - -const CONFLICT = Symbol('CONFLICT') -const OK = Symbol('OK') -const REPLACE = Symbol('REPLACE') -const KEEP = Symbol('KEEP') - -class CanPlaceDep { - // dep is a dep that we're trying to place. it should already live in - // a virtual tree where its peer set is loaded as children of the root. - // target is the actual place where we're trying to place this dep - // in a node_modules folder. - // edge is the edge that we're trying to satisfy with this placement. - // parent is the CanPlaceDep object of the entry node when placing a peer. - constructor (options) { - const { - dep, - target, - edge, - preferDedupe, - parent = null, - peerPath = [], - explicitRequest = false, - } = options - - debug(() => { - if (!dep) { - throw new Error('no dep provided to CanPlaceDep') - } - - if (!target) { - throw new Error('no target provided to CanPlaceDep') - } - - if (!edge) { - throw new Error('no edge provided to CanPlaceDep') - } - - this._treeSnapshot = JSON.stringify([...target.root.inventory.entries()] - .map(([loc, { packageName, version, resolved }]) => { - return [loc, packageName, version, resolved] - }).sort(([a], [b]) => localeCompare(a, b))) - }) - - // the result of whether we can place it or not - this.canPlace = null - // if peers conflict, but this one doesn't, then that is useful info - this.canPlaceSelf = null - - this.dep = dep - this.target = target - this.edge = edge - this.explicitRequest = explicitRequest - - // preventing cycles when we check peer sets - this.peerPath = peerPath - // we always prefer to dedupe peers, because they are trying - // a bit harder to be singletons. - this.preferDedupe = !!preferDedupe || edge.peer - this.parent = parent - this.children = [] - - this.isSource = target === this.peerSetSource - this.name = edge.name - this.current = target.children.get(this.name) - this.targetEdge = target.edgesOut.get(this.name) - this.conflicts = new Map() - - // check if this dep was already subject to a peerDep override while - // building the peerSet. - this.edgeOverride = !dep.satisfies(edge) - - this.canPlace = this.checkCanPlace() - if (!this.canPlaceSelf) { - this.canPlaceSelf = this.canPlace - } - - debug(() => { - const treeSnapshot = JSON.stringify([...target.root.inventory.entries()] - .map(([loc, { packageName, version, resolved }]) => { - return [loc, packageName, version, resolved] - }).sort(([a], [b]) => localeCompare(a, b))) - /* istanbul ignore if */ - if (this._treeSnapshot !== treeSnapshot) { - throw Object.assign(new Error('tree changed in CanPlaceDep'), { - expect: this._treeSnapshot, - actual: treeSnapshot, - }) - } - }) - } - - checkCanPlace () { - const { target, targetEdge, current, dep } = this - - // if the dep failed to load, we're going to fail the build or - // prune it out anyway, so just move forward placing/replacing it. - if (dep.errors.length) { - return current ? REPLACE : OK - } - - // cannot place peers inside their dependents, except for tops - if (targetEdge && targetEdge.peer && !target.isTop) { - return CONFLICT - } - - // skip this test if there's a current node, because we might be able - // to dedupe against it anyway - if (!current && - targetEdge && - !dep.satisfies(targetEdge) && - targetEdge !== this.edge) { - return CONFLICT - } - - return current ? this.checkCanPlaceCurrent() : this.checkCanPlaceNoCurrent() - } - - // we know that the target has a dep by this name in its node_modules - // already. Can return KEEP, REPLACE, or CONFLICT. - checkCanPlaceCurrent () { - const { preferDedupe, explicitRequest, current, target, edge, dep } = this - - if (dep.matches(current)) { - if (current.satisfies(edge) || this.edgeOverride) { - return explicitRequest ? REPLACE : KEEP - } - } - - const { version: curVer } = current - const { version: newVer } = dep - const tryReplace = curVer && newVer && semver.gte(newVer, curVer) - if (tryReplace && dep.canReplace(current)) { - // It's extremely rare that a replaceable node would be a conflict, if - // the current one wasn't a conflict, but it is theoretically possible - // if peer deps are pinned. In that case we treat it like any other - // conflict, and keep trying. - const cpp = this.canPlacePeers(REPLACE) - if (cpp !== CONFLICT) { - return cpp - } - } - - // ok, can't replace the current with new one, but maybe current is ok? - if (current.satisfies(edge) && (!explicitRequest || preferDedupe)) { - return KEEP - } - - // if we prefer deduping, then try replacing newer with older - if (preferDedupe && !tryReplace && dep.canReplace(current)) { - const cpp = this.canPlacePeers(REPLACE) - if (cpp !== CONFLICT) { - return cpp - } - } - - // Check for interesting cases! - // First, is this the deepest place that this thing can go, and NOT the - // deepest place where the conflicting dep can go? If so, replace it, - // and let it re-resolve deeper in the tree. - const myDeepest = this.deepestNestingTarget - - // ok, i COULD be placed deeper, so leave the current one alone. - if (target !== myDeepest) { - return CONFLICT - } - - // if we are not checking a peerDep, then we MUST place it here, in the - // target that has a non-peer dep on it. - if (!edge.peer && target === edge.from) { - return this.canPlacePeers(REPLACE) - } - - // if we aren't placing a peer in a set, then we're done here. - // This is ignored because it SHOULD be redundant, as far as I can tell, - // with the deepest target and target===edge.from tests. But until we - // can prove that isn't possible, this condition is here for safety. - /* istanbul ignore if - allegedly impossible */ - if (!this.parent && !edge.peer) { - return CONFLICT - } - - // check the deps in the peer group for each edge into that peer group - // if ALL of them can be pushed deeper, or if it's ok to replace its - // members with the contents of the new peer group, then we're good. - let canReplace = true - for (const [entryEdge, currentPeers] of peerEntrySets(current)) { - if (entryEdge === this.edge || entryEdge === this.peerEntryEdge) { - continue - } - - // First, see if it's ok to just replace the peerSet entirely. - // we do this by walking out from the entryEdge, because in a case like - // this: - // - // v -> PEER(a@1||2) - // a@1 -> PEER(b@1) - // a@2 -> PEER(b@2) - // b@1 -> PEER(a@1) - // b@2 -> PEER(a@2) - // - // root - // +-- v - // +-- a@2 - // +-- b@2 - // - // Trying to place a peer group of (a@1, b@1) would fail to note that - // they can be replaced, if we did it by looping 1 by 1. If we are - // replacing something, we don't have to check its peer deps, because - // the peerDeps in the placed peerSet will presumably satisfy. - const entryNode = entryEdge.to - const entryRep = dep.parent.children.get(entryNode.name) - if (entryRep) { - if (entryRep.canReplace(entryNode, dep.parent.children.keys())) { - continue - } - } - - let canClobber = !entryRep - if (!entryRep) { - const peerReplacementWalk = new Set([entryNode]) - OUTER: for (const currentPeer of peerReplacementWalk) { - for (const edge of currentPeer.edgesOut.values()) { - if (!edge.peer || !edge.valid) { - continue - } - const rep = dep.parent.children.get(edge.name) - if (!rep) { - if (edge.to) { - peerReplacementWalk.add(edge.to) - } - continue - } - if (!rep.satisfies(edge)) { - canClobber = false - break OUTER - } - } - } - } - if (canClobber) { - continue - } - - // ok, we can't replace, but maybe we can nest the current set deeper? - let canNestCurrent = true - for (const currentPeer of currentPeers) { - if (!canNestCurrent) { - break - } - - // still possible to nest this peerSet - const curDeep = deepestNestingTarget(entryEdge.from, currentPeer.name) - if (curDeep === target || target.isDescendantOf(curDeep)) { - canNestCurrent = false - canReplace = false - } - if (canNestCurrent) { - continue - } - } - } - - // if we can nest or replace all the current peer groups, we can replace. - if (canReplace) { - return this.canPlacePeers(REPLACE) - } - - return CONFLICT - } - - checkCanPlaceNoCurrent () { - const { target, peerEntryEdge, dep, name } = this - - // check to see what that name resolves to here, and who may depend on - // being able to reach it by crawling up past the parent. we know - // that it's not the target's direct child node, and if it was a direct - // dep of the target, we would have conflicted earlier. - const current = target !== peerEntryEdge.from && target.resolve(name) - if (current) { - for (const edge of current.edgesIn.values()) { - if (edge.from.isDescendantOf(target) && edge.valid) { - if (!dep.satisfies(edge)) { - return CONFLICT - } - } - } - } - - // no objections, so this is fine as long as peers are ok here. - return this.canPlacePeers(OK) - } - - get deepestNestingTarget () { - const start = this.parent ? this.parent.deepestNestingTarget - : this.edge.from - return deepestNestingTarget(start, this.name) - } - - get conflictChildren () { - return this.allChildren.filter(c => c.canPlace === CONFLICT) - } - - get allChildren () { - const set = new Set(this.children) - for (const child of set) { - for (const grandchild of child.children) { - set.add(grandchild) - } - } - return [...set] - } - - get top () { - return this.parent ? this.parent.top : this - } - - // check if peers can go here. returns state or CONFLICT - canPlacePeers (state) { - this.canPlaceSelf = state - if (this._canPlacePeers) { - return this._canPlacePeers - } - - // TODO: represent peerPath in ERESOLVE error somehow? - const peerPath = [...this.peerPath, this.dep] - let sawConflict = false - for (const peerEdge of this.dep.edgesOut.values()) { - if (!peerEdge.peer || !peerEdge.to || peerPath.includes(peerEdge.to)) { - continue - } - const peer = peerEdge.to - // it may be the case that the *initial* dep can be nested, but a peer - // of that dep needs to be placed shallower, because the target has - // a peer dep on the peer as well. - const target = deepestNestingTarget(this.target, peer.name) - const cpp = new CanPlaceDep({ - dep: peer, - target, - parent: this, - edge: peerEdge, - peerPath, - // always place peers in preferDedupe mode - preferDedupe: true, - }) - /* istanbul ignore next */ - debug(() => { - if (this.children.some(c => c.dep === cpp.dep)) { - throw new Error('checking same dep repeatedly') - } - }) - this.children.push(cpp) - - if (cpp.canPlace === CONFLICT) { - sawConflict = true - } - } - - this._canPlacePeers = sawConflict ? CONFLICT : state - return this._canPlacePeers - } - - // what is the node that is causing this peerSet to be placed? - get peerSetSource () { - return this.parent ? this.parent.peerSetSource : this.edge.from - } - - get peerEntryEdge () { - return this.top.edge - } - - static get CONFLICT () { - return CONFLICT - } - - static get OK () { - return OK - } - - static get REPLACE () { - return REPLACE - } - - static get KEEP () { - return KEEP - } - - get description () { - const { canPlace } = this - return canPlace && canPlace.description || - /* istanbul ignore next - old node affordance */ canPlace - } -} - -module.exports = CanPlaceDep diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/case-insensitive-map.js b/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/case-insensitive-map.js deleted file mode 100644 index 016ce60..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/case-insensitive-map.js +++ /dev/null @@ -1,50 +0,0 @@ -// package children are represented with a Map object, but many file systems -// are case-insensitive and unicode-normalizing, so we need to treat -// node.children.get('FOO') and node.children.get('foo') as the same thing. - -const _keys = Symbol('keys') -const _normKey = Symbol('normKey') -const normalize = s => s.normalize('NFKD').toLowerCase() -const OGMap = Map -module.exports = class Map extends OGMap { - constructor (items = []) { - super() - this[_keys] = new OGMap() - for (const [key, val] of items) { - this.set(key, val) - } - } - - [_normKey] (key) { - return typeof key === 'string' ? normalize(key) : key - } - - get (key) { - const normKey = this[_normKey](key) - return this[_keys].has(normKey) ? super.get(this[_keys].get(normKey)) - : undefined - } - - set (key, val) { - const normKey = this[_normKey](key) - if (this[_keys].has(normKey)) { - super.delete(this[_keys].get(normKey)) - } - this[_keys].set(normKey, key) - return super.set(key, val) - } - - delete (key) { - const normKey = this[_normKey](key) - if (this[_keys].has(normKey)) { - const prevKey = this[_keys].get(normKey) - this[_keys].delete(normKey) - return super.delete(prevKey) - } - } - - has (key) { - const normKey = this[_normKey](key) - return this[_keys].has(normKey) && super.has(this[_keys].get(normKey)) - } -} diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/consistent-resolve.js b/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/consistent-resolve.js deleted file mode 100644 index 7c98804..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/consistent-resolve.js +++ /dev/null @@ -1,45 +0,0 @@ -// take a path and a resolved value, and turn it into a resolution from -// the given new path. This is used with converting a package.json's -// relative file: path into one suitable for a lockfile, or between -// lockfiles, and for converting hosted git repos to a consistent url type. -const npa = require('npm-package-arg') -const relpath = require('./relpath.js') -const consistentResolve = (resolved, fromPath, toPath, relPaths = false) => { - if (!resolved) { - return null - } - - try { - const hostedOpt = { noCommittish: false } - const { - fetchSpec, - saveSpec, - type, - hosted, - rawSpec, - raw, - } = npa(resolved, fromPath) - if (type === 'file' || type === 'directory') { - const cleanFetchSpec = fetchSpec.replace(/#/g, '%23') - if (relPaths && toPath) { - return `file:${relpath(toPath, cleanFetchSpec)}` - } - return `file:${cleanFetchSpec}` - } - if (hosted) { - return `git+${hosted.auth ? hosted.https(hostedOpt) : hosted.sshurl(hostedOpt)}` - } - if (type === 'git') { - return saveSpec - } - if (rawSpec === '*') { - return raw - } - return rawSpec - } catch (_) { - // whatever we passed in was not acceptable to npa. - // leave it 100% untouched. - return resolved - } -} -module.exports = consistentResolve diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/debug.js b/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/debug.js deleted file mode 100644 index aeda722..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/debug.js +++ /dev/null @@ -1,31 +0,0 @@ -// certain assertions we should do only when testing arborist itself, because -// they are too expensive or aggressive and would break user programs if we -// miss a situation where they are actually valid. -// -// call like this: -// -// /* istanbul ignore next - debug check */ -// debug(() => { -// if (someExpensiveCheck) -// throw new Error('expensive check should have returned false') -// }) - -// run in debug mode if explicitly requested, running arborist tests, -// or working in the arborist project directory. - -const debug = process.env.ARBORIST_DEBUG !== '0' && ( - process.env.ARBORIST_DEBUG === '1' || - /\barborist\b/.test(process.env.NODE_DEBUG || '') || - process.env.npm_package_name === '@npmcli/arborist' && - ['test', 'snap'].includes(process.env.npm_lifecycle_event) || - process.cwd() === require('path').resolve(__dirname, '..') -) - -module.exports = debug ? fn => fn() : () => {} -const red = process.stderr.isTTY ? msg => `\x1B[31m${msg}\x1B[39m` : m => m -module.exports.log = (...msg) => module.exports(() => { - const { format } = require('util') - const prefix = `\n${process.pid} ${red(format(msg.shift()))} ` - msg = (prefix + format(...msg).trim().split('\n').join(prefix)).trim() - console.error(msg) -}) diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/deepest-nesting-target.js b/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/deepest-nesting-target.js deleted file mode 100644 index 2c6647f..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/deepest-nesting-target.js +++ /dev/null @@ -1,18 +0,0 @@ -// given a starting node, what is the *deepest* target where name could go? -// This is not on the Node class for the simple reason that we sometimes -// need to check the deepest *potential* target for a Node that is not yet -// added to the tree where we are checking. -const deepestNestingTarget = (start, name) => { - for (const target of start.ancestry()) { - // note: this will skip past the first target if edge is peer - if (target.isProjectRoot || !target.resolveParent || target.globalTop) { - return target - } - const targetEdge = target.edgesOut.get(name) - if (!targetEdge || !targetEdge.peer) { - return target - } - } -} - -module.exports = deepestNestingTarget diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/dep-valid.js b/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/dep-valid.js deleted file mode 100644 index 9c1bc7d..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/dep-valid.js +++ /dev/null @@ -1,144 +0,0 @@ -// Do not rely on package._fields, so that we don't throw -// false failures if a tree is generated by other clients. -// Only relies on child.resolved, which MAY come from -// client-specific package.json meta _fields, but most of -// the time will be pulled out of a lockfile - -const semver = require('semver') -const npa = require('npm-package-arg') -const { relative } = require('path') -const fromPath = require('./from-path.js') - -const depValid = (child, requested, requestor) => { - // NB: we don't do much to verify 'tag' type requests. - // Just verify that we got a remote resolution. Presumably, it - // came from a registry and was tagged at some point. - - if (typeof requested === 'string') { - try { - // tarball/dir must have resolved to the same tgz on disk, but for - // file: deps that depend on other files/dirs, we must resolve the - // location based on the *requestor* file/dir, not where it ends up. - // '' is equivalent to '*' - requested = npa.resolve(child.name, requested || '*', fromPath(requestor, requestor.edgesOut.get(child.name))) - } catch (er) { - // Not invalid because the child doesn't match, but because - // the spec itself is not supported. Nothing would match, - // so the edge is definitely not valid and never can be. - er.dependency = child.name - er.requested = requested - requestor.errors.push(er) - return false - } - } - - // if the lockfile is super old, or hand-modified, - // then it's possible to hit this state. - if (!requested) { - const er = new Error('Invalid dependency specifier') - er.dependency = child.name - er.requested = requested - requestor.errors.push(er) - return false - } - - switch (requested.type) { - case 'range': - if (requested.fetchSpec === '*') { - return true - } - // fallthrough - case 'version': - // if it's a version or a range other than '*', semver it - return semver.satisfies(child.version, requested.fetchSpec, true) - - case 'directory': - return linkValid(child, requested, requestor) - - case 'file': - return tarballValid(child, requested, requestor) - - case 'alias': - // check that the alias target is valid - return depValid(child, requested.subSpec, requestor) - - case 'tag': - // if it's a tag, we just verify that it has a tarball resolution - // presumably, it came from the registry and was tagged at some point - return child.resolved && npa(child.resolved).type === 'remote' - - case 'remote': - // verify that we got it from the desired location - return child.resolved === requested.fetchSpec - - case 'git': { - // if it's a git type, verify that they're the same repo - // - // if it specifies a definite commit, then it must have the - // same commit to be considered the same repo - // - // if it has a #semver:<range> specifier, verify that the - // version in the package is in the semver range - const resRepo = npa(child.resolved || '') - const resHost = resRepo.hosted - const reqHost = requested.hosted - const reqCommit = /^[a-fA-F0-9]{40}$/.test(requested.gitCommittish || '') - const nc = { noCommittish: !reqCommit } - const sameRepo = - resHost ? reqHost && reqHost.ssh(nc) === resHost.ssh(nc) - : resRepo.fetchSpec === requested.fetchSpec - - return !sameRepo ? false - : !requested.gitRange ? true - : semver.satisfies(child.package.version, requested.gitRange, { - loose: true, - }) - } - - default: // unpossible, just being cautious - break - } - - const er = new Error('Unsupported dependency type') - er.dependency = child.name - er.requested = requested - requestor.errors.push(er) - return false -} - -const linkValid = (child, requested, requestor) => { - const isLink = !!child.isLink - // if we're installing links and the node is a link, then it's invalid because we want - // a real node to be there. Except for workspaces. They are always links. - if (requestor.installLinks && !child.isWorkspace) { - return !isLink - } - - // directory must be a link to the specified folder - return isLink && relative(child.realpath, requested.fetchSpec) === '' -} - -const tarballValid = (child, requested, requestor) => { - if (child.isLink) { - return false - } - - if (child.resolved) { - return child.resolved.replace(/\\/g, '/') === `file:${requested.fetchSpec.replace(/\\/g, '/')}` - } - - // if we have a legacy mutated package.json file. we can't be 100% - // sure that it resolved to the same file, but if it was the same - // request, that's a pretty good indicator of sameness. - if (child.package._requested) { - return child.package._requested.saveSpec === requested.saveSpec - } - - // ok, we're probably dealing with some legacy cruft here, not much - // we can do at this point unfortunately. - return false -} - -module.exports = (child, requested, accept, requestor) => - depValid(child, requested, requestor) || - (typeof accept === 'string' ? depValid(child, accept, requestor) : false) diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/diff.js b/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/diff.js deleted file mode 100644 index 0387773..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/diff.js +++ /dev/null @@ -1,306 +0,0 @@ -// a tree representing the difference between two trees -// A Diff node's parent is not necessarily the parent of -// the node location it refers to, but rather the highest level -// node that needs to be either changed or removed. -// Thus, the root Diff node is the shallowest change required -// for a given branch of the tree being mutated. - -const { depth } = require('treeverse') -const { existsSync } = require('fs') - -const ssri = require('ssri') - -class Diff { - constructor ({ actual, ideal, filterSet, shrinkwrapInflated }) { - this.filterSet = filterSet - this.shrinkwrapInflated = shrinkwrapInflated - this.children = [] - this.actual = actual - this.ideal = ideal - if (this.ideal) { - this.resolved = this.ideal.resolved - this.integrity = this.ideal.integrity - } - this.action = getAction(this) - this.parent = null - // the set of leaf nodes that we rake up to the top level - this.leaves = [] - // the set of nodes that don't change in this branch of the tree - this.unchanged = [] - // the set of nodes that will be removed in this branch of the tree - this.removed = [] - } - - static calculate ({ - actual, - ideal, - filterNodes = [], - shrinkwrapInflated = new Set(), - }) { - // if there's a filterNode, then: - // - get the path from the root to the filterNode. The root or - // root.target should have an edge either to the filterNode or - // a link to the filterNode. If not, abort. Add the path to the - // filterSet. - // - Add set of Nodes depended on by the filterNode to filterSet. - // - Anything outside of that set should be ignored by getChildren - const filterSet = new Set() - const extraneous = new Set() - for (const filterNode of filterNodes) { - const { root } = filterNode - if (root !== ideal && root !== actual) { - throw new Error('invalid filterNode: outside idealTree/actualTree') - } - const rootTarget = root.target - const edge = [...rootTarget.edgesOut.values()].filter(e => { - return e.to && (e.to === filterNode || e.to.target === filterNode) - })[0] - filterSet.add(root) - filterSet.add(rootTarget) - filterSet.add(ideal) - filterSet.add(actual) - if (edge && edge.to) { - filterSet.add(edge.to) - filterSet.add(edge.to.target) - } - filterSet.add(filterNode) - - depth({ - tree: filterNode, - visit: node => filterSet.add(node), - getChildren: node => { - node = node.target - const loc = node.location - const idealNode = ideal.inventory.get(loc) - const ideals = !idealNode ? [] - : [...idealNode.edgesOut.values()].filter(e => e.to).map(e => e.to) - const actualNode = actual.inventory.get(loc) - const actuals = !actualNode ? [] - : [...actualNode.edgesOut.values()].filter(e => e.to).map(e => e.to) - if (actualNode) { - for (const child of actualNode.children.values()) { - if (child.extraneous) { - extraneous.add(child) - } - } - } - - return ideals.concat(actuals) - }, - }) - } - for (const extra of extraneous) { - filterSet.add(extra) - } - - return depth({ - tree: new Diff({ actual, ideal, filterSet, shrinkwrapInflated }), - getChildren, - leave, - }) - } -} - -const getAction = ({ actual, ideal }) => { - if (!ideal) { - return 'REMOVE' - } - - // bundled meta-deps are copied over to the ideal tree when we visit it, - // so they'll appear to be missing here. There's no need to handle them - // in the diff, though, because they'll be replaced at reify time anyway - // Otherwise, add the missing node. - if (!actual) { - return ideal.inDepBundle ? null : 'ADD' - } - - // always ignore the root node - if (ideal.isRoot && actual.isRoot) { - return null - } - - // if the versions don't match, it's a change no matter what - if (ideal.version !== actual.version) { - return 'CHANGE' - } - - const binsExist = ideal.binPaths.every((path) => existsSync(path)) - - // top nodes, links, and git deps won't have integrity, but do have resolved - // if neither node has integrity, the bins exist, and either (a) neither - // node has a resolved value or (b) they both do and match, then we can - // leave this one alone since we already know the versions match due to - // the condition above. The "neither has resolved" case (a) cannot be - // treated as a 'mark CHANGE and refetch', because shrinkwraps, bundles, - // and link deps may lack this information, and we don't want to try to - // go to the registry for something that isn't there. - const noIntegrity = !ideal.integrity && !actual.integrity - const noResolved = !ideal.resolved && !actual.resolved - const resolvedMatch = ideal.resolved && ideal.resolved === actual.resolved - if (noIntegrity && binsExist && (resolvedMatch || noResolved)) { - return null - } - - // otherwise, verify that it's the same bits - // note that if ideal has integrity, and resolved doesn't, we treat - // that as a 'change', so that it gets re-fetched and locked down. - const integrityMismatch = !ideal.integrity || !actual.integrity || - !ssri.parse(ideal.integrity).match(actual.integrity) - if (integrityMismatch || !binsExist) { - return 'CHANGE' - } - - return null -} - -const allChildren = node => { - if (!node) { - return new Map() - } - - // if the node is root, and also a link, then what we really - // want is to traverse the target's children - if (node.isRoot && node.isLink) { - return allChildren(node.target) - } - - const kids = new Map() - for (const n of [node, ...node.fsChildren]) { - for (const kid of n.children.values()) { - kids.set(kid.path, kid) - } - } - return kids -} - -// functions for the walk options when we traverse the trees -// to create the diff tree -const getChildren = diff => { - const children = [] - const { - actual, - ideal, - unchanged, - removed, - filterSet, - shrinkwrapInflated, - } = diff - - // Note: we DON'T diff fsChildren themselves, because they are either - // included in the package contents, or part of some other project, and - // will never appear in legacy shrinkwraps anyway. but we _do_ include the - // child nodes of fsChildren, because those are nodes that we are typically - // responsible for installing. - const actualKids = allChildren(actual) - const idealKids = allChildren(ideal) - - if (ideal && ideal.hasShrinkwrap && !shrinkwrapInflated.has(ideal)) { - // Guaranteed to get a diff.leaves here, because we always - // be called with a proper Diff object when ideal has a shrinkwrap - // that has not been inflated. - diff.leaves.push(diff) - return children - } - - const paths = new Set([...actualKids.keys(), ...idealKids.keys()]) - for (const path of paths) { - const actual = actualKids.get(path) - const ideal = idealKids.get(path) - diffNode({ - actual, - ideal, - children, - unchanged, - removed, - filterSet, - shrinkwrapInflated, - }) - } - - if (diff.leaves && !children.length) { - diff.leaves.push(diff) - } - - return children -} - -const diffNode = ({ - actual, - ideal, - children, - unchanged, - removed, - filterSet, - shrinkwrapInflated, -}) => { - if (filterSet.size && !(filterSet.has(ideal) || filterSet.has(actual))) { - return - } - - const action = getAction({ actual, ideal }) - - // if it's a match, then get its children - // otherwise, this is the child diff node - if (action || (!shrinkwrapInflated.has(ideal) && ideal.hasShrinkwrap)) { - if (action === 'REMOVE') { - removed.push(actual) - } - children.push(new Diff({ actual, ideal, filterSet, shrinkwrapInflated })) - } else { - unchanged.push(ideal) - // !*! Weird dirty hack warning !*! - // - // Bundled deps aren't loaded in the ideal tree, because we don't know - // what they are going to be without unpacking. Swap them over now if - // the bundling node isn't changing, so we don't prune them later. - // - // It's a little bit dirty to be doing this here, since it means that - // diffing trees can mutate them, but otherwise we have to walk over - // all unchanging bundlers and correct the diff later, so it's more - // efficient to just fix it while we're passing through already. - // - // Note that moving over a bundled dep will break the links to other - // deps under this parent, which may have been transitively bundled. - // Breaking those links means that we'll no longer see the transitive - // dependency, meaning that it won't appear as bundled any longer! - // In order to not end up dropping transitively bundled deps, we have - // to get the list of nodes to move, then move them all at once, rather - // than moving them one at a time in the first loop. - const bd = ideal.package.bundleDependencies - if (actual && bd && bd.length) { - const bundledChildren = [] - for (const node of actual.children.values()) { - if (node.inBundle) { - bundledChildren.push(node) - } - } - for (const node of bundledChildren) { - node.parent = ideal - } - } - children.push(...getChildren({ - actual, - ideal, - unchanged, - removed, - filterSet, - shrinkwrapInflated, - })) - } -} - -// set the parentage in the leave step so that we aren't attaching -// child nodes only to remove them later. also bubble up the unchanged -// nodes so that we can move them out of staging in the reification step. -const leave = (diff, children) => { - children.forEach(kid => { - kid.parent = diff - diff.leaves.push(...kid.leaves) - diff.unchanged.push(...kid.unchanged) - diff.removed.push(...kid.removed) - }) - diff.children = children - return diff -} - -module.exports = Diff diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/edge.js b/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/edge.js deleted file mode 100644 index 84078ba..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/edge.js +++ /dev/null @@ -1,294 +0,0 @@ -// An edge in the dependency graph -// Represents a dependency relationship of some kind - -const util = require('util') -const npa = require('npm-package-arg') -const depValid = require('./dep-valid.js') -const _from = Symbol('_from') -const _to = Symbol('_to') -const _type = Symbol('_type') -const _spec = Symbol('_spec') -const _accept = Symbol('_accept') -const _name = Symbol('_name') -const _error = Symbol('_error') -const _loadError = Symbol('_loadError') -const _setFrom = Symbol('_setFrom') -const _explain = Symbol('_explain') -const _explanation = Symbol('_explanation') - -const types = new Set([ - 'prod', - 'dev', - 'optional', - 'peer', - 'peerOptional', - 'workspace', -]) - -class ArboristEdge {} -const printableEdge = (edge) => { - const edgeFrom = edge.from && edge.from.location - const edgeTo = edge.to && edge.to.location - const override = edge.overrides && edge.overrides.value - - return Object.assign(new ArboristEdge(), { - name: edge.name, - spec: edge.spec, - type: edge.type, - ...(edgeFrom != null ? { from: edgeFrom } : {}), - ...(edgeTo ? { to: edgeTo } : {}), - ...(edge.error ? { error: edge.error } : {}), - ...(edge.peerConflicted ? { peerConflicted: true } : {}), - ...(override ? { overridden: override } : {}), - }) -} - -class Edge { - constructor (options) { - const { type, name, spec, accept, from, overrides } = options - - if (typeof spec !== 'string') { - throw new TypeError('must provide string spec') - } - - if (type === 'workspace' && npa(spec).type !== 'directory') { - throw new TypeError('workspace edges must be a symlink') - } - - this[_spec] = spec - - if (overrides !== undefined) { - this.overrides = overrides - } - - if (accept !== undefined) { - if (typeof accept !== 'string') { - throw new TypeError('accept field must be a string if provided') - } - this[_accept] = accept || '*' - } - - if (typeof name !== 'string') { - throw new TypeError('must provide dependency name') - } - this[_name] = name - - if (!types.has(type)) { - throw new TypeError( - `invalid type: ${type}\n` + - `(valid types are: ${Edge.types.join(', ')})`) - } - this[_type] = type - if (!from) { - throw new TypeError('must provide "from" node') - } - this[_setFrom](from) - this[_error] = this[_loadError]() - this.peerConflicted = false - } - - satisfiedBy (node) { - if (node.name !== this.name) { - return false - } - - // NOTE: this condition means we explicitly do not support overriding - // bundled or shrinkwrapped dependencies - const spec = (node.hasShrinkwrap || node.inShrinkwrap || node.inBundle) - ? this.rawSpec - : this.spec - return depValid(node, spec, this.accept, this.from) - } - - explain (seen = []) { - if (this[_explanation]) { - return this[_explanation] - } - - return this[_explanation] = this[_explain](seen) - } - - // return the edge data, and an explanation of how that edge came to be here - [_explain] (seen) { - const { error, from, bundled } = this - return { - type: this.type, - name: this.name, - spec: this.spec, - ...(this.rawSpec !== this.spec ? { - rawSpec: this.rawSpec, - overridden: true, - } : {}), - ...(bundled ? { bundled } : {}), - ...(error ? { error } : {}), - ...(from ? { from: from.explain(null, seen) } : {}), - } - } - - get bundled () { - if (!this.from) { - return false - } - const { package: { bundleDependencies = [] } } = this.from - return bundleDependencies.includes(this.name) - } - - get workspace () { - return this[_type] === 'workspace' - } - - get prod () { - return this[_type] === 'prod' - } - - get dev () { - return this[_type] === 'dev' - } - - get optional () { - return this[_type] === 'optional' || this[_type] === 'peerOptional' - } - - get peer () { - return this[_type] === 'peer' || this[_type] === 'peerOptional' - } - - get type () { - return this[_type] - } - - get name () { - return this[_name] - } - - get rawSpec () { - return this[_spec] - } - - get spec () { - if (this.overrides?.value && this.overrides.value !== '*' && this.overrides.name === this.name) { - if (this.overrides.value.startsWith('$')) { - const ref = this.overrides.value.slice(1) - // we may be a virtual root, if we are we want to resolve reference overrides - // from the real root, not the virtual one - const pkg = this.from.sourceReference - ? this.from.sourceReference.root.package - : this.from.root.package - const overrideSpec = (pkg.devDependencies && pkg.devDependencies[ref]) || - (pkg.optionalDependencies && pkg.optionalDependencies[ref]) || - (pkg.dependencies && pkg.dependencies[ref]) || - (pkg.peerDependencies && pkg.peerDependencies[ref]) - - if (overrideSpec) { - return overrideSpec - } - - throw new Error(`Unable to resolve reference ${this.overrides.value}`) - } - return this.overrides.value - } - return this[_spec] - } - - get accept () { - return this[_accept] - } - - get valid () { - return !this.error - } - - get missing () { - return this.error === 'MISSING' - } - - get invalid () { - return this.error === 'INVALID' - } - - get peerLocal () { - return this.error === 'PEER LOCAL' - } - - get error () { - this[_error] = this[_error] || this[_loadError]() - return this[_error] === 'OK' ? null : this[_error] - } - - [_loadError] () { - return !this[_to] ? (this.optional ? null : 'MISSING') - : this.peer && this.from === this.to.parent && !this.from.isTop ? 'PEER LOCAL' - : !this.satisfiedBy(this.to) ? 'INVALID' - : 'OK' - } - - reload (hard = false) { - this[_explanation] = null - if (this[_from].overrides) { - this.overrides = this[_from].overrides.getEdgeRule(this) - } else { - delete this.overrides - } - const newTo = this[_from].resolve(this.name) - if (newTo !== this[_to]) { - if (this[_to]) { - this[_to].edgesIn.delete(this) - } - this[_to] = newTo - this[_error] = this[_loadError]() - if (this[_to]) { - this[_to].addEdgeIn(this) - } - } else if (hard) { - this[_error] = this[_loadError]() - } - } - - detach () { - this[_explanation] = null - if (this[_to]) { - this[_to].edgesIn.delete(this) - } - this[_from].edgesOut.delete(this.name) - this[_to] = null - this[_error] = 'DETACHED' - this[_from] = null - } - - [_setFrom] (node) { - this[_explanation] = null - this[_from] = node - if (node.edgesOut.has(this.name)) { - node.edgesOut.get(this.name).detach() - } - - node.addEdgeOut(this) - this.reload() - } - - get from () { - return this[_from] - } - - get to () { - return this[_to] - } - - toJSON () { - return printableEdge(this) - } - - [util.inspect.custom] () { - return this.toJSON() - } -} - -Edge.types = [...types] -Edge.errors = [ - 'DETACHED', - 'MISSING', - 'PEER LOCAL', - 'INVALID', -] - -module.exports = Edge diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/from-path.js b/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/from-path.js deleted file mode 100644 index 1006f73..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/from-path.js +++ /dev/null @@ -1,24 +0,0 @@ -// file dependencies need their dependencies resolved based on the -// location where the tarball was found, not the location where they -// end up getting installed. directory (ie, symlink) deps also need -// to be resolved based on their targets, but that's what realpath is - -const { dirname } = require('path') -const npa = require('npm-package-arg') - -const fromPath = (node, spec, edge) => { - if (edge && edge.overrides && edge.overrides.name === edge.name && edge.overrides.value) { - // fromPath could be called with a node that has a virtual root, if that happens - // we want to make sure we get the real root node when overrides are in use. this - // is to allow things like overriding a dependency with a tarball file that's a - // relative path from the project root - return node.sourceReference - ? node.sourceReference.root.realpath - : node.root.realpath - } - - return spec && spec.type === 'file' ? dirname(spec.fetchSpec) - : node.realpath -} - -module.exports = (node, edge) => fromPath(node, node.resolved && npa(node.resolved), edge) diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/gather-dep-set.js b/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/gather-dep-set.js deleted file mode 100644 index 2c85a64..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/gather-dep-set.js +++ /dev/null @@ -1,43 +0,0 @@ -// Given a set of nodes in a tree, and a filter function to test -// incoming edges to the dep set that should be ignored otherwise. -// -// find the set of deps that are only depended upon by nodes in the set, or -// their dependencies, or edges that are ignored. -// -// Used when figuring out what to prune when replacing a node with a newer -// version, or when an optional dep fails to install. - -const gatherDepSet = (set, edgeFilter) => { - const deps = new Set(set) - - // add the full set of dependencies. note that this loop will continue - // as the deps set increases in size. - for (const node of deps) { - for (const edge of node.edgesOut.values()) { - if (edge.to && edgeFilter(edge)) { - deps.add(edge.to) - } - } - } - - // now remove all nodes in the set that have a dependant outside the set - // if any change is made, then re-check - // continue until no changes made, or deps set evaporates fully. - let changed = true - while (changed === true && deps.size > 0) { - changed = false - for (const dep of deps) { - for (const edge of dep.edgesIn) { - if (!deps.has(edge.from) && edgeFilter(edge)) { - changed = true - deps.delete(dep) - break - } - } - } - } - - return deps -} - -module.exports = gatherDepSet diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/get-workspace-nodes.js b/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/get-workspace-nodes.js deleted file mode 100644 index 91002da..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/get-workspace-nodes.js +++ /dev/null @@ -1,36 +0,0 @@ -// Get the actual nodes corresponding to a root node's child workspaces, -// given a list of workspace names. - -const log = require('proc-log') -const relpath = require('./relpath.js') - -const getWorkspaceNodes = (tree, workspaces) => { - const wsMap = tree.workspaces - if (!wsMap) { - log.warn('workspaces', 'filter set, but no workspaces present') - return [] - } - - const nodes = [] - for (const name of workspaces) { - const path = wsMap.get(name) - if (!path) { - log.warn('workspaces', `${name} in filter set, but not in workspaces`) - continue - } - - const loc = relpath(tree.realpath, path) - const node = tree.inventory.get(loc) - - if (!node) { - log.warn('workspaces', `${name} in filter set, but no workspace folder present`) - continue - } - - nodes.push(node) - } - - return nodes -} - -module.exports = getWorkspaceNodes diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/index.js b/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/index.js deleted file mode 100644 index c7b07ce..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/index.js +++ /dev/null @@ -1,8 +0,0 @@ -module.exports = require('./arborist/index.js') -module.exports.Arborist = module.exports -module.exports.Node = require('./node.js') -module.exports.Link = require('./link.js') -module.exports.Edge = require('./edge.js') -module.exports.Shrinkwrap = require('./shrinkwrap.js') -// XXX export the other classes, too. shrinkwrap, diff, etc. -// they're handy! diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/inventory.js b/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/inventory.js deleted file mode 100644 index 34b6f98..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/inventory.js +++ /dev/null @@ -1,125 +0,0 @@ -// a class to manage an inventory and set of indexes of -// a set of objects based on specific fields. -// primary is the primary index key. -// keys is the set of fields to be able to query. -const _primaryKey = Symbol('_primaryKey') -const _index = Symbol('_index') -const defaultKeys = ['name', 'license', 'funding', 'realpath', 'packageName'] -const { hasOwnProperty } = Object.prototype -const debug = require('./debug.js') - -// handling for the outdated "licenses" array, just pick the first one -// also support the alternative spelling "licence" -const getLicense = pkg => { - if (pkg) { - const lic = pkg.license || pkg.licence - if (lic) { - return lic - } - const lics = pkg.licenses || pkg.licences - if (Array.isArray(lics)) { - return lics[0] - } - } -} - -class Inventory extends Map { - constructor (opt = {}) { - const { primary, keys } = opt - super() - this[_primaryKey] = primary || 'location' - this[_index] = (keys || defaultKeys).reduce((index, i) => { - index.set(i, new Map()) - return index - }, new Map()) - } - - get primaryKey () { - return this[_primaryKey] - } - - get indexes () { - return [...this[_index].keys()] - } - - * filter (fn) { - for (const node of this.values()) { - if (fn(node)) { - yield node - } - } - } - - add (node) { - const root = super.get('') - if (root && node.root !== root && node.root !== root.root) { - debug(() => { - throw Object.assign(new Error('adding external node to inventory'), { - root: root.path, - node: node.path, - nodeRoot: node.root.path, - }) - }) - return - } - - const current = super.get(node[this.primaryKey]) - if (current) { - if (current === node) { - return - } - this.delete(current) - } - super.set(node[this.primaryKey], node) - for (const [key, map] of this[_index].entries()) { - // if the node has the value, but it's false, then use that - const val_ = hasOwnProperty.call(node, key) ? node[key] - : key === 'license' ? getLicense(node.package) - : node[key] ? node[key] - : node.package && node.package[key] - const val = typeof val_ === 'string' ? val_ - : !val_ || typeof val_ !== 'object' ? val_ - : key === 'license' ? val_.type - : key === 'funding' ? val_.url - : /* istanbul ignore next - not used */ val_ - const set = map.get(val) || new Set() - set.add(node) - map.set(val, set) - } - } - - delete (node) { - if (!this.has(node)) { - return - } - - super.delete(node[this.primaryKey]) - for (const [key, map] of this[_index].entries()) { - const val = node[key] !== undefined ? node[key] - : (node[key] || (node.package && node.package[key])) - const set = map.get(val) - if (set) { - set.delete(node) - if (set.size === 0) { - map.delete(node[key]) - } - } - } - } - - query (key, val) { - const map = this[_index].get(key) - return map && (arguments.length === 2 ? map.get(val) : map.keys()) || - new Set() - } - - has (node) { - return super.get(node[this.primaryKey]) === node - } - - set (k, v) { - throw new Error('direct set() not supported, use inventory.add(node)') - } -} - -module.exports = Inventory diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/link.js b/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/link.js deleted file mode 100644 index 197f96c..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/link.js +++ /dev/null @@ -1,126 +0,0 @@ -const relpath = require('./relpath.js') -const Node = require('./node.js') -const _loadDeps = Symbol.for('Arborist.Node._loadDeps') -const _target = Symbol.for('_target') -const { dirname } = require('path') -// defined by Node class -const _delistFromMeta = Symbol.for('_delistFromMeta') -const _refreshLocation = Symbol.for('_refreshLocation') -class Link extends Node { - constructor (options) { - const { root, realpath, target, parent, fsParent, isStoreLink } = options - - if (!realpath && !(target && target.path)) { - throw new TypeError('must provide realpath for Link node') - } - - super({ - ...options, - realpath: realpath || target.path, - root: root || (parent ? parent.root - : fsParent ? fsParent.root - : target ? target.root - : null), - }) - - this.isStoreLink = isStoreLink || false - - if (target) { - this.target = target - } else if (this.realpath === this.root.path) { - this.target = this.root - } else { - this.target = new Node({ - ...options, - path: realpath, - parent: null, - fsParent: null, - root: this.root, - }) - } - } - - get version () { - return this.target ? this.target.version : this.package.version || '' - } - - get target () { - return this[_target] - } - - set target (target) { - const current = this[_target] - if (target === current) { - return - } - - if (!target) { - if (current && current.linksIn) { - current.linksIn.delete(this) - } - if (this.path) { - this[_delistFromMeta]() - this[_target] = null - this.package = {} - this[_refreshLocation]() - } else { - this[_target] = null - } - return - } - - if (!this.path) { - // temp node pending assignment to a tree - // we know it's not in the inventory yet, because no path. - if (target.path) { - this.realpath = target.path - } else { - target.path = target.realpath = this.realpath - } - target.root = this.root - this[_target] = target - target.linksIn.add(this) - this.package = target.package - return - } - - // have to refresh metadata, because either realpath or package - // is very likely changing. - this[_delistFromMeta]() - this.package = target.package - this.realpath = target.path - this[_refreshLocation]() - - target.root = this.root - } - - // a link always resolves to the relative path to its target - get resolved () { - // the path/realpath guard is there for the benefit of setting - // these things in the "wrong" order - return this.path && this.realpath - ? `file:${relpath(dirname(this.path), this.realpath).replace(/#/g, '%23')}` - : null - } - - set resolved (r) {} - - // deps are resolved on the target, not the Link - // so this is a no-op - [_loadDeps] () {} - - // links can't have children, only their targets can - // fix it to an empty list so that we can still call - // things that iterate over them, just as a no-op - get children () { - return new Map() - } - - set children (c) {} - - get isLink () { - return true - } -} - -module.exports = Link diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/node.js b/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/node.js deleted file mode 100644 index b21a3d8..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/node.js +++ /dev/null @@ -1,1476 +0,0 @@ -// inventory, path, realpath, root, and parent -// -// node.root is a reference to the root module in the tree (ie, typically the -// cwd project folder) -// -// node.location is the /-delimited path from the root module to the node. In -// the case of link targets that may be outside of the root's package tree, -// this can include some number of /../ path segments. The location of the -// root module is always '.'. node.location thus never contains drive letters -// or absolute paths, and is portable within a given project, suitable for -// inclusion in lockfiles and metadata. -// -// node.path is the path to the place where this node lives on disk. It is -// system-specific and absolute. -// -// node.realpath is the path to where the module actually resides on disk. In -// the case of non-link nodes, node.realpath is equivalent to node.path. In -// the case of link nodes, it is equivalent to node.target.path. -// -// Setting node.parent will set the node's root to the parent's root, as well -// as updating edgesIn and edgesOut to reload dependency resolutions as needed, -// and setting node.path to parent.path/node_modules/name. -// -// node.inventory is a Map of name to a Set() of all the nodes under a given -// root by that name. It's empty for non-root nodes, and changing the root -// reference will remove it from the old root's inventory and add it to the new -// one. This map is useful for cases like `npm update foo` or `npm ls foo` -// where we need to quickly find all instances of a given package name within a -// tree. - -const semver = require('semver') -const nameFromFolder = require('@npmcli/name-from-folder') -const Edge = require('./edge.js') -const Inventory = require('./inventory.js') -const OverrideSet = require('./override-set.js') -const { normalize } = require('read-package-json-fast') -const { getPaths: getBinPaths } = require('bin-links') -const npa = require('npm-package-arg') -const debug = require('./debug.js') -const gatherDepSet = require('./gather-dep-set.js') -const treeCheck = require('./tree-check.js') -const walkUp = require('walk-up-path') - -const { resolve, relative, dirname, basename } = require('path') -const util = require('util') -const _package = Symbol('_package') -const _parent = Symbol('_parent') -const _target = Symbol.for('_target') -const _fsParent = Symbol('_fsParent') -const _loadDepType = Symbol('_loadDepType') -const _loadWorkspaces = Symbol('_loadWorkspaces') -const _reloadNamedEdges = Symbol('_reloadNamedEdges') -// overridden by Link class -const _loadDeps = Symbol.for('Arborist.Node._loadDeps') -const _root = Symbol('_root') -const _refreshLocation = Symbol.for('_refreshLocation') -const _changePath = Symbol.for('_changePath') -// used by Link class as well -const _delistFromMeta = Symbol.for('_delistFromMeta') -const _global = Symbol.for('global') -const _workspaces = Symbol('_workspaces') -const _explain = Symbol('_explain') -const _explanation = Symbol('_explanation') -const _meta = Symbol('_meta') - -const relpath = require('./relpath.js') -const consistentResolve = require('./consistent-resolve.js') - -const printableTree = require('./printable.js') -const CaseInsensitiveMap = require('./case-insensitive-map.js') - -const querySelectorAll = require('./query-selector-all.js') - -class Node { - constructor (options) { - // NB: path can be null if it's a link target - const { - root, - path, - realpath, - parent, - error, - meta, - fsParent, - resolved, - integrity, - // allow setting name explicitly when we haven't set a path yet - name, - children, - fsChildren, - installLinks = false, - legacyPeerDeps = false, - linksIn, - isInStore = false, - hasShrinkwrap, - overrides, - loadOverrides = false, - extraneous = true, - dev = true, - optional = true, - devOptional = true, - peer = true, - global = false, - dummy = false, - sourceReference = null, - } = options - // this object gives querySelectorAll somewhere to stash context about a node - // while processing a query - this.queryContext = {} - - // true if part of a global install - this[_global] = global - - this[_workspaces] = null - - this.errors = error ? [error] : [] - this.isInStore = isInStore - - // this will usually be null, except when modeling a - // package's dependencies in a virtual root. - this.sourceReference = sourceReference - - const pkg = sourceReference ? sourceReference.package - : normalize(options.pkg || {}) - - this.name = name || - nameFromFolder(path || pkg.name || realpath) || - pkg.name || - null - - // should be equal if not a link - this.path = path ? resolve(path) : null - - if (!this.name && (!this.path || this.path !== dirname(this.path))) { - throw new TypeError('could not detect node name from path or package') - } - - this.realpath = !this.isLink ? this.path : resolve(realpath) - - this.resolved = resolved || null - if (!this.resolved) { - // note: this *only* works for non-file: deps, so we avoid even - // trying here. - // file: deps are tracked in package.json will _resolved set to the - // full path to the tarball or link target. However, if the package - // is checked into git or moved to another location, that's 100% not - // portable at all! The _where and _location don't provide much help, - // since _location is just where the module ended up in the tree, - // and _where can be different than the actual root if it's a - // meta-dep deeper in the dependency graph. - // - // If we don't have the other oldest indicators of legacy npm, then it's - // probably what we're getting from pacote, which IS trustworthy. - // - // Otherwise, hopefully a shrinkwrap will help us out. - const resolved = consistentResolve(pkg._resolved) - if (resolved && !(/^file:/.test(resolved) && pkg._where)) { - this.resolved = resolved - } - } - this.integrity = integrity || pkg._integrity || null - this.hasShrinkwrap = hasShrinkwrap || pkg._hasShrinkwrap || false - this.installLinks = installLinks - this.legacyPeerDeps = legacyPeerDeps - - this.children = new CaseInsensitiveMap() - this.fsChildren = new Set() - this.inventory = new Inventory({}) - this.tops = new Set() - this.linksIn = new Set(linksIn || []) - - // these three are set by an Arborist taking a catalog - // after the tree is built. We don't get this along the way, - // because they have a tendency to change as new children are - // added, especially when they're deduped. Eg, a dev dep may be - // a 3-levels-deep dependency of a non-dev dep. If we calc the - // flags along the way, then they'll tend to be invalid by the - // time we need to look at them. - if (!dummy) { - this.dev = dev - this.optional = optional - this.devOptional = devOptional - this.peer = peer - this.extraneous = extraneous - this.dummy = false - } else { - // true if this is a placeholder for the purpose of serving as a - // fsParent to link targets that get their deps resolved outside - // the root tree folder. - this.dummy = true - this.dev = false - this.optional = false - this.devOptional = false - this.peer = false - this.extraneous = false - } - - this.edgesIn = new Set() - this.edgesOut = new CaseInsensitiveMap() - - // have to set the internal package ref before assigning the parent, - // because this.package is read when adding to inventory - this[_package] = pkg && typeof pkg === 'object' ? pkg : {} - - if (overrides) { - this.overrides = overrides - } else if (loadOverrides) { - const overrides = this[_package].overrides || {} - if (Object.keys(overrides).length > 0) { - this.overrides = new OverrideSet({ - overrides: this[_package].overrides, - }) - } - } - - // only relevant for the root and top nodes - this.meta = meta - - // Note: this is _slightly_ less efficient for the initial tree - // building than it could be, but in exchange, it's a much simpler - // algorithm. - // If this node has a bunch of children, and those children satisfy - // its various deps, then we're going to _first_ create all the - // edges, and _then_ assign the children into place, re-resolving - // them all in _reloadNamedEdges. - // A more efficient, but more complicated, approach would be to - // flag this node as being a part of a tree build, so it could - // hold off on resolving its deps until its children are in place. - - // call the parent setter - // Must be set prior to calling _loadDeps, because top-ness is relevant - - // will also assign root if present on the parent - this[_parent] = null - this.parent = parent || null - - this[_fsParent] = null - this.fsParent = fsParent || null - - // see parent/root setters below. - // root is set to parent's root if we have a parent, otherwise if it's - // null, then it's set to the node itself. - if (!parent && !fsParent) { - this.root = root || null - } - - // mostly a convenience for testing, but also a way to create - // trees in a more declarative way than setting parent on each - if (children) { - for (const c of children) { - new Node({ ...c, parent: this }) - } - } - if (fsChildren) { - for (const c of fsChildren) { - new Node({ ...c, fsParent: this }) - } - } - - // now load all the dep edges - this[_loadDeps]() - } - - get meta () { - return this[_meta] - } - - set meta (meta) { - this[_meta] = meta - if (meta) { - meta.add(this) - } - } - - get global () { - return this.root[_global] - } - - // true for packages installed directly in the global node_modules folder - get globalTop () { - return this.global && this.parent && this.parent.isProjectRoot - } - - get workspaces () { - return this[_workspaces] - } - - set workspaces (workspaces) { - // deletes edges if they already exists - if (this[_workspaces]) { - for (const name of this[_workspaces].keys()) { - if (!workspaces.has(name)) { - this.edgesOut.get(name).detach() - } - } - } - - this[_workspaces] = workspaces - this[_loadWorkspaces]() - this[_loadDeps]() - } - - get binPaths () { - if (!this.parent) { - return [] - } - - return getBinPaths({ - pkg: this[_package], - path: this.path, - global: this.global, - top: this.globalTop, - }) - } - - get hasInstallScript () { - const { hasInstallScript, scripts } = this.package - const { install, preinstall, postinstall } = scripts || {} - return !!(hasInstallScript || install || preinstall || postinstall) - } - - get version () { - return this[_package].version || '' - } - - get packageName () { - return this[_package].name || null - } - - get pkgid () { - const { name = '', version = '' } = this.package - // root package will prefer package name over folder name, - // and never be called an alias. - const { isProjectRoot } = this - const myname = isProjectRoot ? name || this.name - : this.name - const alias = !isProjectRoot && name && myname !== name ? `npm:${name}@` - : '' - return `${myname}@${alias}${version}` - } - - get overridden () { - return !!(this.overrides && this.overrides.value && this.overrides.name === this.name) - } - - get package () { - return this[_package] - } - - set package (pkg) { - // just detach them all. we could make this _slightly_ more efficient - // by only detaching the ones that changed, but we'd still have to walk - // them all, and the comparison logic gets a bit tricky. we generally - // only do this more than once at the root level, so the resolve() calls - // are only one level deep, and there's not much to be saved, anyway. - // simpler to just toss them all out. - for (const edge of this.edgesOut.values()) { - edge.detach() - } - - this[_explanation] = null - /* istanbul ignore next - should be impossible */ - if (!pkg || typeof pkg !== 'object') { - debug(() => { - throw new Error('setting Node.package to non-object') - }) - pkg = {} - } - this[_package] = pkg - this[_loadWorkspaces]() - this[_loadDeps]() - // do a hard reload, since the dependents may now be valid or invalid - // as a result of the package change. - this.edgesIn.forEach(edge => edge.reload(true)) - } - - // node.explain(nodes seen already, edge we're trying to satisfy - // if edge is not specified, it lists every edge into the node. - explain (edge = null, seen = []) { - if (this[_explanation]) { - return this[_explanation] - } - - return this[_explanation] = this[_explain](edge, seen) - } - - [_explain] (edge, seen) { - if (this.isProjectRoot && !this.sourceReference) { - return { - location: this.path, - } - } - - const why = { - name: this.isProjectRoot || this.isTop ? this.packageName : this.name, - version: this.package.version, - } - if (this.errors.length || !this.packageName || !this.package.version) { - why.errors = this.errors.length ? this.errors : [ - new Error('invalid package: lacks name and/or version'), - ] - why.package = this.package - } - - if (this.root.sourceReference) { - const { name, version } = this.root.package - why.whileInstalling = { - name, - version, - path: this.root.sourceReference.path, - } - } - - if (this.sourceReference) { - return this.sourceReference.explain(edge, seen) - } - - if (seen.includes(this)) { - return why - } - - why.location = this.location - why.isWorkspace = this.isWorkspace - - // make a new list each time. we can revisit, but not loop. - seen = seen.concat(this) - - why.dependents = [] - if (edge) { - why.dependents.push(edge.explain(seen)) - } else { - // ignore invalid edges, since those aren't satisfied by this thing, - // and are not keeping it held in this spot anyway. - const edges = [] - for (const edge of this.edgesIn) { - if (!edge.valid && !edge.from.isProjectRoot) { - continue - } - - edges.push(edge) - } - for (const edge of edges) { - why.dependents.push(edge.explain(seen)) - } - } - - if (this.linksIn.size) { - why.linksIn = [...this.linksIn].map(link => link[_explain](edge, seen)) - } - - return why - } - - isDescendantOf (node) { - for (let p = this; p; p = p.resolveParent) { - if (p === node) { - return true - } - } - return false - } - - getBundler (path = []) { - // made a cycle, definitely not bundled! - if (path.includes(this)) { - return null - } - - path.push(this) - - const parent = this[_parent] - if (!parent) { - return null - } - - const pBundler = parent.getBundler(path) - if (pBundler) { - return pBundler - } - - const ppkg = parent.package - const bd = ppkg && ppkg.bundleDependencies - // explicit bundling - if (Array.isArray(bd) && bd.includes(this.name)) { - return parent - } - - // deps that are deduped up to the bundling level are bundled. - // however, if they get their dep met further up than that, - // then they are not bundled. Ie, installing a package with - // unmet bundled deps will not cause your deps to be bundled. - for (const edge of this.edgesIn) { - const eBundler = edge.from.getBundler(path) - if (!eBundler) { - continue - } - - if (eBundler === parent) { - return eBundler - } - } - - return null - } - - get inBundle () { - return !!this.getBundler() - } - - // when reifying, if a package is technically in a bundleDependencies list, - // but that list is the root project, we still have to install it. This - // getter returns true if it's in a dependency's bundle list, not the root's. - get inDepBundle () { - const bundler = this.getBundler() - return !!bundler && bundler !== this.root - } - - get isWorkspace () { - if (this.isProjectRoot) { - return false - } - const { root } = this - const { type, to } = root.edgesOut.get(this.packageName) || {} - return type === 'workspace' && to && (to.target === this || to === this) - } - - get isRoot () { - return this === this.root - } - - get isProjectRoot () { - // only treat as project root if it's the actual link that is the root, - // or the target of the root link, but NOT if it's another link to the - // same root that happens to be somewhere else. - return this === this.root || this === this.root.target - } - - get isRegistryDependency () { - if (this.edgesIn.size === 0) { - return false - } - for (const edge of this.edgesIn) { - if (!npa(edge.spec).registry) { - return false - } - } - return true - } - - * ancestry () { - for (let anc = this; anc; anc = anc.resolveParent) { - yield anc - } - } - - set root (root) { - // setting to null means this is the new root - // should only ever be one step - while (root && root.root !== root) { - root = root.root - } - - root = root || this - - // delete from current root inventory - this[_delistFromMeta]() - - // can't set the root (yet) if there's no way to determine location - // this allows us to do new Node({...}) and then set the root later. - // just make the assignment so we don't lose it, and move on. - if (!this.path || !root.realpath || !root.path) { - this[_root] = root - return - } - - // temporarily become a root node - this[_root] = this - - // break all linksIn, we're going to re-set them if needed later - for (const link of this.linksIn) { - link[_target] = null - this.linksIn.delete(link) - } - - // temporarily break this link as well, we'll re-set if possible later - const { target } = this - if (this.isLink) { - if (target) { - target.linksIn.delete(this) - if (target.root === this) { - target[_delistFromMeta]() - } - } - this[_target] = null - } - - // if this is part of a cascading root set, then don't do this bit - // but if the parent/fsParent is in a different set, we have to break - // that reference before proceeding - if (this.parent && this.parent.root !== root) { - this.parent.children.delete(this.name) - this[_parent] = null - } - if (this.fsParent && this.fsParent.root !== root) { - this.fsParent.fsChildren.delete(this) - this[_fsParent] = null - } - - if (root === this) { - this[_refreshLocation]() - } else { - // setting to some different node. - const loc = relpath(root.realpath, this.path) - const current = root.inventory.get(loc) - - // clobber whatever is there now - if (current) { - current.root = null - } - - this[_root] = root - // set this.location and add to inventory - this[_refreshLocation]() - - // try to find our parent/fsParent in the new root inventory - for (const p of walkUp(dirname(this.path))) { - if (p === this.path) { - continue - } - const ploc = relpath(root.realpath, p) - const parent = root.inventory.get(ploc) - if (parent) { - /* istanbul ignore next - impossible */ - if (parent.isLink) { - debug(() => { - throw Object.assign(new Error('assigning parentage to link'), { - path: this.path, - parent: parent.path, - parentReal: parent.realpath, - }) - }) - continue - } - const childLoc = `${ploc}${ploc ? '/' : ''}node_modules/${this.name}` - const isParent = this.location === childLoc - if (isParent) { - const oldChild = parent.children.get(this.name) - if (oldChild && oldChild !== this) { - oldChild.root = null - } - if (this.parent) { - this.parent.children.delete(this.name) - this.parent[_reloadNamedEdges](this.name) - } - parent.children.set(this.name, this) - this[_parent] = parent - // don't do it for links, because they don't have a target yet - // we'll hit them up a bit later on. - if (!this.isLink) { - parent[_reloadNamedEdges](this.name) - } - } else { - /* istanbul ignore if - should be impossible, since we break - * all fsParent/child relationships when moving? */ - if (this.fsParent) { - this.fsParent.fsChildren.delete(this) - } - parent.fsChildren.add(this) - this[_fsParent] = parent - } - break - } - } - - // if it doesn't have a parent, it's a top node - if (!this.parent) { - root.tops.add(this) - } else { - root.tops.delete(this) - } - - // assign parentage for any nodes that need to have this as a parent - // this can happen when we have a node at nm/a/nm/b added *before* - // the node at nm/a, which might have the root node as a fsParent. - // we can't rely on the public setter here, because it calls into - // this function to set up these references! - const nmloc = `${this.location}${this.location ? '/' : ''}node_modules/` - const isChild = n => n.location === nmloc + n.name - // check dirname so that /foo isn't treated as the fsparent of /foo-bar - const isFsChild = n => { - return dirname(n.path).startsWith(this.path) && - n !== this && - !n.parent && - (!n.fsParent || - n.fsParent === this || - dirname(this.path).startsWith(n.fsParent.path)) - } - const isKid = n => isChild(n) || isFsChild(n) - - // only walk top nodes, since anything else already has a parent. - for (const child of root.tops) { - if (!isKid(child)) { - continue - } - - // set up the internal parentage links - if (this.isLink) { - child.root = null - } else { - // can't possibly have a parent, because it's in tops - if (child.fsParent) { - child.fsParent.fsChildren.delete(child) - } - child[_fsParent] = null - if (isChild(child)) { - this.children.set(child.name, child) - child[_parent] = this - root.tops.delete(child) - } else { - this.fsChildren.add(child) - child[_fsParent] = this - } - } - } - - // look for any nodes with the same realpath. either they're links - // to that realpath, or a thing at that realpath if we're adding a link - // (if we're adding a regular node, we already deleted the old one) - for (const node of root.inventory.query('realpath', this.realpath)) { - if (node === this) { - continue - } - - /* istanbul ignore next - should be impossible */ - debug(() => { - if (node.root !== root) { - throw new Error('inventory contains node from other root') - } - }) - - if (this.isLink) { - const target = node.target - this[_target] = target - this[_package] = target.package - target.linksIn.add(this) - // reload edges here, because now we have a target - if (this.parent) { - this.parent[_reloadNamedEdges](this.name) - } - break - } else { - /* istanbul ignore else - should be impossible */ - if (node.isLink) { - node[_target] = this - node[_package] = this.package - this.linksIn.add(node) - if (node.parent) { - node.parent[_reloadNamedEdges](node.name) - } - } else { - debug(() => { - throw Object.assign(new Error('duplicate node in root setter'), { - path: this.path, - realpath: this.realpath, - root: root.realpath, - }) - }) - } - } - } - } - - // reload all edgesIn where the root doesn't match, so we don't have - // cross-tree dependency graphs - for (const edge of this.edgesIn) { - if (edge.from.root !== root) { - edge.reload() - } - } - // reload all edgesOut where root doens't match, or is missing, since - // it might not be missing in the new tree - for (const edge of this.edgesOut.values()) { - if (!edge.to || edge.to.root !== root) { - edge.reload() - } - } - - // now make sure our family comes along for the ride! - const family = new Set([ - ...this.fsChildren, - ...this.children.values(), - ...this.inventory.values(), - ].filter(n => n !== this)) - - for (const child of family) { - if (child.root !== root) { - child[_delistFromMeta]() - child[_parent] = null - this.children.delete(child.name) - child[_fsParent] = null - this.fsChildren.delete(child) - for (const l of child.linksIn) { - l[_target] = null - child.linksIn.delete(l) - } - } - } - for (const child of family) { - if (child.root !== root) { - child.root = root - } - } - - // if we had a target, and didn't find one in the new root, then bring - // it over as well, but only if we're setting the link into a new root, - // as we don't want to lose the target any time we remove a link. - if (this.isLink && target && !this.target && root !== this) { - target.root = root - } - - if (!this.overrides && this.parent && this.parent.overrides) { - this.overrides = this.parent.overrides.getNodeRule(this) - } - // tree should always be valid upon root setter completion. - treeCheck(this) - treeCheck(root) - } - - get root () { - return this[_root] || this - } - - [_loadWorkspaces] () { - if (!this[_workspaces]) { - return - } - - for (const [name, path] of this[_workspaces].entries()) { - new Edge({ from: this, name, spec: `file:${path.replace(/#/g, '%23')}`, type: 'workspace' }) - } - } - - [_loadDeps] () { - // Caveat! Order is relevant! - // Packages in optionalDependencies are optional. - // Packages in both deps and devDeps are required. - // Note the subtle breaking change from v6: it is no longer possible - // to have a different spec for a devDep than production dep. - - // Linked targets that are disconnected from the tree are tops, - // but don't have a 'path' field, only a 'realpath', because we - // don't know their canonical location. We don't need their devDeps. - const pd = this.package.peerDependencies - if (pd && typeof pd === 'object' && !this.legacyPeerDeps) { - const pm = this.package.peerDependenciesMeta || {} - const peerDependencies = {} - const peerOptional = {} - for (const [name, dep] of Object.entries(pd)) { - if (pm[name] && pm[name].optional) { - peerOptional[name] = dep - } else { - peerDependencies[name] = dep - } - } - this[_loadDepType](peerDependencies, 'peer') - this[_loadDepType](peerOptional, 'peerOptional') - } - - this[_loadDepType](this.package.dependencies, 'prod') - this[_loadDepType](this.package.optionalDependencies, 'optional') - - const { globalTop, isTop, path, sourceReference } = this - const { - globalTop: srcGlobalTop, - isTop: srcTop, - path: srcPath, - } = sourceReference || {} - const thisDev = isTop && !globalTop && path - const srcDev = !sourceReference || srcTop && !srcGlobalTop && srcPath - if (thisDev && srcDev) { - this[_loadDepType](this.package.devDependencies, 'dev') - } - } - - [_loadDepType] (deps, type) { - const ad = this.package.acceptDependencies || {} - // Because of the order in which _loadDeps runs, we always want to - // prioritize a new edge over an existing one - for (const [name, spec] of Object.entries(deps || {})) { - const current = this.edgesOut.get(name) - if (!current || current.type !== 'workspace') { - new Edge({ from: this, name, spec, accept: ad[name], type }) - } - } - } - - get fsParent () { - const parent = this[_fsParent] - /* istanbul ignore next - should be impossible */ - debug(() => { - if (parent === this) { - throw new Error('node set to its own fsParent') - } - }) - return parent - } - - set fsParent (fsParent) { - if (!fsParent) { - if (this[_fsParent]) { - this.root = null - } - return - } - - debug(() => { - if (fsParent === this) { - throw new Error('setting node to its own fsParent') - } - - if (fsParent.realpath === this.realpath) { - throw new Error('setting fsParent to same path') - } - - // the initial set MUST be an actual walk-up from the realpath - // subsequent sets will re-root on the new fsParent's path. - if (!this[_fsParent] && this.realpath.indexOf(fsParent.realpath) !== 0) { - throw Object.assign(new Error('setting fsParent improperly'), { - path: this.path, - realpath: this.realpath, - fsParent: { - path: fsParent.path, - realpath: fsParent.realpath, - }, - }) - } - }) - - if (fsParent.isLink) { - fsParent = fsParent.target - } - - // setting a thing to its own fsParent is not normal, but no-op for safety - if (this === fsParent || fsParent.realpath === this.realpath) { - return - } - - // nothing to do - if (this[_fsParent] === fsParent) { - return - } - - const oldFsParent = this[_fsParent] - const newPath = !oldFsParent ? this.path - : resolve(fsParent.path, relative(oldFsParent.path, this.path)) - const nmPath = resolve(fsParent.path, 'node_modules', this.name) - - // this is actually the parent, set that instead - if (newPath === nmPath) { - this.parent = fsParent - return - } - - const pathChange = newPath !== this.path - - // remove from old parent/fsParent - const oldParent = this.parent - const oldName = this.name - if (this.parent) { - this.parent.children.delete(this.name) - this[_parent] = null - } - if (this.fsParent) { - this.fsParent.fsChildren.delete(this) - this[_fsParent] = null - } - - // update this.path/realpath for this and all children/fsChildren - if (pathChange) { - this[_changePath](newPath) - } - - if (oldParent) { - oldParent[_reloadNamedEdges](oldName) - } - - // clobbers anything at that path, resets all appropriate references - this.root = fsParent.root - } - - // is it safe to replace one node with another? check the edges to - // make sure no one will get upset. Note that the node might end up - // having its own unmet dependencies, if the new node has new deps. - // Note that there are cases where Arborist will opt to insert a node - // into the tree even though this function returns false! This is - // necessary when a root dependency is added or updated, or when a - // root dependency brings peer deps along with it. In that case, we - // will go ahead and create the invalid state, and then try to resolve - // it with more tree construction, because it's a user request. - canReplaceWith (node, ignorePeers = []) { - if (node.name !== this.name) { - return false - } - - if (node.packageName !== this.packageName) { - return false - } - - // XXX need to check for two root nodes? - if (node.overrides !== this.overrides) { - return false - } - - ignorePeers = new Set(ignorePeers) - - // gather up all the deps of this node and that are only depended - // upon by deps of this node. those ones don't count, since - // they'll be replaced if this node is replaced anyway. - const depSet = gatherDepSet([this], e => e.to !== this && e.valid) - - for (const edge of this.edgesIn) { - // when replacing peer sets, we need to be able to replace the entire - // peer group, which means we ignore incoming edges from other peers - // within the replacement set. - const ignored = !this.isTop && - edge.from.parent === this.parent && - edge.peer && - ignorePeers.has(edge.from.name) - if (ignored) { - continue - } - - // only care about edges that don't originate from this node - if (!depSet.has(edge.from) && !edge.satisfiedBy(node)) { - return false - } - } - - return true - } - - canReplace (node, ignorePeers) { - return node.canReplaceWith(this, ignorePeers) - } - - // return true if it's safe to remove this node, because anything that - // is depending on it would be fine with the thing that they would resolve - // to if it was removed, or nothing is depending on it in the first place. - canDedupe (preferDedupe = false) { - // not allowed to mess with shrinkwraps or bundles - if (this.inDepBundle || this.inShrinkwrap) { - return false - } - - // it's a top level pkg, or a dep of one - if (!this.resolveParent || !this.resolveParent.resolveParent) { - return false - } - - // no one wants it, remove it - if (this.edgesIn.size === 0) { - return true - } - - const other = this.resolveParent.resolveParent.resolve(this.name) - - // nothing else, need this one - if (!other) { - return false - } - - // if it's the same thing, then always fine to remove - if (other.matches(this)) { - return true - } - - // if the other thing can't replace this, then skip it - if (!other.canReplace(this)) { - return false - } - - // if we prefer dedupe, or if the version is greater/equal, take the other - if (preferDedupe || semver.gte(other.version, this.version)) { - return true - } - - return false - } - - satisfies (requested) { - if (requested instanceof Edge) { - return this.name === requested.name && requested.satisfiedBy(this) - } - - const parsed = npa(requested) - const { name = this.name, rawSpec: spec } = parsed - return this.name === name && this.satisfies(new Edge({ - from: new Node({ path: this.root.realpath }), - type: 'prod', - name, - spec, - })) - } - - matches (node) { - // if the nodes are literally the same object, obviously a match. - if (node === this) { - return true - } - - // if the names don't match, they're different things, even if - // the package contents are identical. - if (node.name !== this.name) { - return false - } - - // if they're links, they match if the targets match - if (this.isLink) { - return node.isLink && this.target.matches(node.target) - } - - // if they're two project root nodes, they're different if the paths differ - if (this.isProjectRoot && node.isProjectRoot) { - return this.path === node.path - } - - // if the integrity matches, then they're the same. - if (this.integrity && node.integrity) { - return this.integrity === node.integrity - } - - // if no integrity, check resolved - if (this.resolved && node.resolved) { - return this.resolved === node.resolved - } - - // if no resolved, check both package name and version - // otherwise, conclude that they are different things - return this.packageName && node.packageName && - this.packageName === node.packageName && - this.version && node.version && - this.version === node.version - } - - // replace this node with the supplied argument - // Useful when mutating an ideal tree, so we can avoid having to call - // the parent/root setters more than necessary. - replaceWith (node) { - node.replace(this) - } - - replace (node) { - this[_delistFromMeta]() - - // if the name matches, but is not identical, we are intending to clobber - // something case-insensitively, so merely setting name and path won't - // have the desired effect. just set the path so it'll collide in the - // parent's children map, and leave it at that. - const nameMatch = node.parent && - node.parent.children.get(this.name) === node - if (nameMatch) { - this.path = resolve(node.parent.path, 'node_modules', this.name) - } else { - this.path = node.path - this.name = node.name - } - - if (!this.isLink) { - this.realpath = this.path - } - this[_refreshLocation]() - - // keep children when a node replaces another - if (!this.isLink) { - for (const kid of node.children.values()) { - kid.parent = this - } - if (node.isLink && node.target) { - node.target.root = null - } - } - - if (!node.isRoot) { - this.root = node.root - } - - treeCheck(this) - } - - get inShrinkwrap () { - return this.parent && - (this.parent.hasShrinkwrap || this.parent.inShrinkwrap) - } - - get parent () { - const parent = this[_parent] - /* istanbul ignore next - should be impossible */ - debug(() => { - if (parent === this) { - throw new Error('node set to its own parent') - } - }) - return parent - } - - // This setter keeps everything in order when we move a node from - // one point in a logical tree to another. Edges get reloaded, - // metadata updated, etc. It's also called when we *replace* a node - // with another by the same name (eg, to update or dedupe). - // This does a couple of walks out on the node_modules tree, recursing - // into child nodes. However, as setting the parent is typically done - // with nodes that don't have have many children, and (deduped) package - // trees tend to be broad rather than deep, it's not that bad. - // The only walk that starts from the parent rather than this node is - // limited by edge name. - set parent (parent) { - // when setting to null, just remove it from the tree entirely - if (!parent) { - // but only delete it if we actually had a parent in the first place - // otherwise it's just setting to null when it's already null - if (this[_parent]) { - this.root = null - } - return - } - - if (parent.isLink) { - parent = parent.target - } - - // setting a thing to its own parent is not normal, but no-op for safety - if (this === parent) { - return - } - - const oldParent = this[_parent] - - // nothing to do - if (oldParent === parent) { - return - } - - // ok now we know something is actually changing, and parent is not a link - const newPath = resolve(parent.path, 'node_modules', this.name) - const pathChange = newPath !== this.path - - // remove from old parent/fsParent - if (oldParent) { - oldParent.children.delete(this.name) - this[_parent] = null - } - if (this.fsParent) { - this.fsParent.fsChildren.delete(this) - this[_fsParent] = null - } - - // update this.path/realpath for this and all children/fsChildren - if (pathChange) { - this[_changePath](newPath) - } - - if (parent.overrides) { - this.overrides = parent.overrides.getNodeRule(this) - } - - // clobbers anything at that path, resets all appropriate references - this.root = parent.root - } - - // Call this before changing path or updating the _root reference. - // Removes the node from its root the metadata and inventory. - [_delistFromMeta] () { - const root = this.root - if (!root.realpath || !this.path) { - return - } - root.inventory.delete(this) - root.tops.delete(this) - if (root.meta) { - root.meta.delete(this.path) - } - /* istanbul ignore next - should be impossible */ - debug(() => { - if ([...root.inventory.values()].includes(this)) { - throw new Error('failed to delist') - } - }) - } - - // update this.path/realpath and the paths of all children/fsChildren - [_changePath] (newPath) { - // have to de-list before changing paths - this[_delistFromMeta]() - const oldPath = this.path - this.path = newPath - const namePattern = /(?:^|\/|\\)node_modules[\\/](@[^/\\]+[\\/][^\\/]+|[^\\/]+)$/ - const nameChange = newPath.match(namePattern) - if (nameChange && this.name !== nameChange[1]) { - this.name = nameChange[1].replace(/\\/g, '/') - } - - // if we move a link target, update link realpaths - if (!this.isLink) { - this.realpath = newPath - for (const link of this.linksIn) { - link[_delistFromMeta]() - link.realpath = newPath - link[_refreshLocation]() - } - } - // if we move /x to /y, then a module at /x/a/b becomes /y/a/b - for (const child of this.fsChildren) { - child[_changePath](resolve(newPath, relative(oldPath, child.path))) - } - for (const [name, child] of this.children.entries()) { - child[_changePath](resolve(newPath, 'node_modules', name)) - } - - this[_refreshLocation]() - } - - // Called whenever the root/parent is changed. - // NB: need to remove from former root's meta/inventory and then update - // this.path BEFORE calling this method! - [_refreshLocation] () { - const root = this.root - const loc = relpath(root.realpath, this.path) - - this.location = loc - - root.inventory.add(this) - if (root.meta) { - root.meta.add(this) - } - } - - assertRootOverrides () { - if (!this.isProjectRoot || !this.overrides) { - return - } - - for (const edge of this.edgesOut.values()) { - // if these differ an override has been applied, those are not allowed - // for top level dependencies so throw an error - if (edge.spec !== edge.rawSpec && !edge.spec.startsWith('$')) { - throw Object.assign(new Error(`Override for ${edge.name}@${edge.rawSpec} conflicts with direct dependency`), { code: 'EOVERRIDE' }) - } - } - } - - addEdgeOut (edge) { - if (this.overrides) { - edge.overrides = this.overrides.getEdgeRule(edge) - } - - this.edgesOut.set(edge.name, edge) - } - - addEdgeIn (edge) { - if (edge.overrides) { - this.overrides = edge.overrides - } - - this.edgesIn.add(edge) - - // try to get metadata from the yarn.lock file - if (this.root.meta) { - this.root.meta.addEdge(edge) - } - } - - [_reloadNamedEdges] (name, rootLoc = this.location) { - const edge = this.edgesOut.get(name) - // if we don't have an edge, do nothing, but keep descending - const rootLocResolved = edge && edge.to && - edge.to.location === `${rootLoc}/node_modules/${edge.name}` - const sameResolved = edge && this.resolve(name) === edge.to - const recheck = rootLocResolved || !sameResolved - if (edge && recheck) { - edge.reload(true) - } - for (const c of this.children.values()) { - c[_reloadNamedEdges](name, rootLoc) - } - - for (const c of this.fsChildren) { - c[_reloadNamedEdges](name, rootLoc) - } - } - - get isLink () { - return false - } - - get target () { - return this - } - - set target (n) { - debug(() => { - throw Object.assign(new Error('cannot set target on non-Link Nodes'), { - path: this.path, - }) - }) - } - - get depth () { - return this.isTop ? 0 : this.parent.depth + 1 - } - - get isTop () { - return !this.parent || this.globalTop - } - - get top () { - return this.isTop ? this : this.parent.top - } - - get isFsTop () { - return !this.fsParent - } - - get fsTop () { - return this.isFsTop ? this : this.fsParent.fsTop - } - - get resolveParent () { - return this.parent || this.fsParent - } - - resolve (name) { - /* istanbul ignore next - should be impossible, - * but I keep doing this mistake in tests */ - debug(() => { - if (typeof name !== 'string' || !name) { - throw new Error('non-string passed to Node.resolve') - } - }) - const mine = this.children.get(name) - if (mine) { - return mine - } - const resolveParent = this.resolveParent - if (resolveParent) { - return resolveParent.resolve(name) - } - return null - } - - inNodeModules () { - const rp = this.realpath - const name = this.name - const scoped = name.charAt(0) === '@' - const d = dirname(rp) - const nm = scoped ? dirname(d) : d - const dir = dirname(nm) - const base = scoped ? `${basename(d)}/${basename(rp)}` : basename(rp) - return base === name && basename(nm) === 'node_modules' ? dir : false - } - - // maybe accept both string value or array of strings - // seems to be what dom API does - querySelectorAll (query, opts) { - return querySelectorAll(this, query, opts) - } - - toJSON () { - return printableTree(this) - } - - [util.inspect.custom] () { - return this.toJSON() - } -} - -module.exports = Node diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/optional-set.js b/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/optional-set.js deleted file mode 100644 index 9f5184e..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/optional-set.js +++ /dev/null @@ -1,38 +0,0 @@ -// when an optional dep fails to install, we need to remove the branch of the -// graph up to the first optionalDependencies, as well as any nodes that are -// only required by other nodes in the set. -// -// This function finds the set of nodes that will need to be removed in that -// case. -// -// Note that this is *only* going to work with trees where calcDepFlags -// has been called, because we rely on the node.optional flag. - -const gatherDepSet = require('./gather-dep-set.js') -const optionalSet = node => { - if (!node.optional) { - return new Set() - } - - // start with the node, then walk up the dependency graph until we - // get to the boundaries that define the optional set. since the - // node is optional, we know that all paths INTO this area of the - // graph are optional, but there may be non-optional dependencies - // WITHIN the area. - const set = new Set([node]) - for (const node of set) { - for (const edge of node.edgesIn) { - if (!edge.optional) { - set.add(edge.from) - } - } - } - - // now that we've hit the boundary, gather the rest of the nodes in - // the optional section. that's the set of dependencies that are only - // depended upon by other nodes within the set, or optional dependencies - // from outside the set. - return gatherDepSet(set, edge => !edge.optional) -} - -module.exports = optionalSet diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/override-resolves.js b/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/override-resolves.js deleted file mode 100644 index c061cbc..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/override-resolves.js +++ /dev/null @@ -1,11 +0,0 @@ -function overrideResolves (resolved, opts) { - const { omitLockfileRegistryResolved = false } = opts - - if (omitLockfileRegistryResolved) { - return undefined - } - - return resolved -} - -module.exports = { overrideResolves } diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/override-set.js b/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/override-set.js deleted file mode 100644 index bfc5a5d..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/override-set.js +++ /dev/null @@ -1,147 +0,0 @@ -const npa = require('npm-package-arg') -const semver = require('semver') - -class OverrideSet { - constructor ({ overrides, key, parent }) { - this.parent = parent - this.children = new Map() - - if (typeof overrides === 'string') { - overrides = { '.': overrides } - } - - // change a literal empty string to * so we can use truthiness checks on - // the value property later - if (overrides['.'] === '') { - overrides['.'] = '*' - } - - if (parent) { - const spec = npa(key) - if (!spec.name) { - throw new Error(`Override without name: ${key}`) - } - - this.name = spec.name - spec.name = '' - this.key = key - this.keySpec = spec.toString() - this.value = overrides['.'] || this.keySpec - } - - for (const [key, childOverrides] of Object.entries(overrides)) { - if (key === '.') { - continue - } - - const child = new OverrideSet({ - parent: this, - key, - overrides: childOverrides, - }) - - this.children.set(child.key, child) - } - } - - getEdgeRule (edge) { - for (const rule of this.ruleset.values()) { - if (rule.name !== edge.name) { - continue - } - - // if keySpec is * we found our override - if (rule.keySpec === '*') { - return rule - } - - let spec = npa(`${edge.name}@${edge.spec}`) - if (spec.type === 'alias') { - spec = spec.subSpec - } - - if (spec.type === 'git') { - if (spec.gitRange && semver.intersects(spec.gitRange, rule.keySpec)) { - return rule - } - - continue - } - - if (spec.type === 'range' || spec.type === 'version') { - if (semver.intersects(spec.fetchSpec, rule.keySpec)) { - return rule - } - - continue - } - - // if we got this far, the spec type is one of tag, directory or file - // which means we have no real way to make version comparisons, so we - // just accept the override - return rule - } - - return this - } - - getNodeRule (node) { - for (const rule of this.ruleset.values()) { - if (rule.name !== node.name) { - continue - } - - if (semver.satisfies(node.version, rule.keySpec) || - semver.satisfies(node.version, rule.value)) { - return rule - } - } - - return this - } - - getMatchingRule (node) { - for (const rule of this.ruleset.values()) { - if (rule.name !== node.name) { - continue - } - - if (semver.satisfies(node.version, rule.keySpec) || - semver.satisfies(node.version, rule.value)) { - return rule - } - } - - return null - } - - * ancestry () { - for (let ancestor = this; ancestor; ancestor = ancestor.parent) { - yield ancestor - } - } - - get isRoot () { - return !this.parent - } - - get ruleset () { - const ruleset = new Map() - - for (const override of this.ancestry()) { - for (const kid of override.children.values()) { - if (!ruleset.has(kid.key)) { - ruleset.set(kid.key, kid) - } - } - - if (!override.isRoot && !ruleset.has(override.key)) { - ruleset.set(override.key, override) - } - } - - return ruleset - } -} - -module.exports = OverrideSet diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/peer-entry-sets.js b/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/peer-entry-sets.js deleted file mode 100644 index a2da8c8..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/peer-entry-sets.js +++ /dev/null @@ -1,77 +0,0 @@ -// Given a node in a tree, return all of the peer dependency sets that -// it is a part of, with the entry (top or non-peer) edges into the sets -// identified. -// -// With this information, we can determine whether it is appropriate to -// replace the entire peer set with another (and remove the old one), -// push the set deeper into the tree, and so on. -// -// Returns a Map of { edge => Set(peerNodes) }, - -const peerEntrySets = node => { - // this is the union of all peer groups that the node is a part of - // later, we identify all of the entry edges, and create a set of - // 1 or more overlapping sets that this node is a part of. - const unionSet = new Set([node]) - for (const node of unionSet) { - for (const edge of node.edgesOut.values()) { - if (edge.valid && edge.peer && edge.to) { - unionSet.add(edge.to) - } - } - for (const edge of node.edgesIn) { - if (edge.valid && edge.peer) { - unionSet.add(edge.from) - } - } - } - const entrySets = new Map() - for (const peer of unionSet) { - for (const edge of peer.edgesIn) { - // if not valid, it doesn't matter anyway. either it's been previously - // peerConflicted, or it's the thing we're interested in replacing. - if (!edge.valid) { - continue - } - // this is the entry point into the peer set - if (!edge.peer || edge.from.isTop) { - // get the subset of peer brought in by this peer entry edge - const sub = new Set([peer]) - for (const peer of sub) { - for (const edge of peer.edgesOut.values()) { - if (edge.valid && edge.peer && edge.to) { - sub.add(edge.to) - } - } - } - // if this subset does not include the node we are focused on, - // then it is not relevant for our purposes. Example: - // - // a -> (b, c, d) - // b -> PEER(d) b -> d -> e -> f <-> g - // c -> PEER(f, h) c -> (f <-> g, h -> g) - // d -> PEER(e) d -> e -> f <-> g - // e -> PEER(f) - // f -> PEER(g) - // g -> PEER(f) - // h -> PEER(g) - // - // The unionSet(e) will include c, but we don't actually care about - // it. We only expanded to the edge of the peer nodes in order to - // find the entry edges that caused the inclusion of peer sets - // including (e), so we want: - // Map{ - // Edge(a->b) => Set(b, d, e, f, g) - // Edge(a->d) => Set(d, e, f, g) - // } - if (sub.has(node)) { - entrySets.set(edge, sub) - } - } - } - } - - return entrySets -} - -module.exports = peerEntrySets diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/place-dep.js b/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/place-dep.js deleted file mode 100644 index e757d0c..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/place-dep.js +++ /dev/null @@ -1,569 +0,0 @@ -// Given a dep, a node that depends on it, and the edge representing that -// dependency, place the dep somewhere in the node's tree, and all of its -// peer dependencies. -// -// Handles all of the tree updating needed to place the dep, including -// removing replaced nodes, pruning now-extraneous or invalidated nodes, -// and saves a set of what was placed and what needs re-evaluation as -// a result. - -const localeCompare = require('@isaacs/string-locale-compare')('en') -const log = require('proc-log') -const { cleanUrl } = require('npm-registry-fetch') -const deepestNestingTarget = require('./deepest-nesting-target.js') -const CanPlaceDep = require('./can-place-dep.js') -const { - KEEP, - CONFLICT, -} = CanPlaceDep -const debug = require('./debug.js') - -const Link = require('./link.js') -const gatherDepSet = require('./gather-dep-set.js') -const peerEntrySets = require('./peer-entry-sets.js') - -class PlaceDep { - constructor (options) { - this.auditReport = options.auditReport - this.dep = options.dep - this.edge = options.edge - this.explicitRequest = options.explicitRequest - this.force = options.force - this.installLinks = options.installLinks - this.installStrategy = options.installStrategy - this.legacyPeerDeps = options.legacyPeerDeps - this.parent = options.parent || null - this.preferDedupe = options.preferDedupe - this.strictPeerDeps = options.strictPeerDeps - this.updateNames = options.updateNames - - this.canPlace = null - this.canPlaceSelf = null - // XXX this only appears to be used by tests - this.checks = new Map() - this.children = [] - this.needEvaluation = new Set() - this.peerConflict = null - this.placed = null - this.target = null - - this.current = this.edge.to - this.name = this.edge.name - this.top = this.parent?.top || this - - // nothing to do if the edge is fine as it is - if (this.edge.to && - !this.edge.error && - !this.explicitRequest && - !this.updateNames.includes(this.edge.name) && - !this.auditReport?.isVulnerable(this.edge.to)) { - return - } - - // walk up the tree until we hit either a top/root node, or a place - // where the dep is not a peer dep. - const start = this.getStartNode() - - for (const target of start.ancestry()) { - // if the current location has a peerDep on it, then we can't place here - // this is pretty rare to hit, since we always prefer deduping peers, - // and the getStartNode will start us out above any peers from the - // thing that depends on it. but we could hit it with something like: - // - // a -> (b@1, c@1) - // +-- c@1 - // +-- b -> PEEROPTIONAL(v) (c@2) - // +-- c@2 -> (v) - // - // So we check if we can place v under c@2, that's fine. - // Then we check under b, and can't, because of the optional peer dep. - // but we CAN place it under a, so the correct thing to do is keep - // walking up the tree. - const targetEdge = target.edgesOut.get(this.edge.name) - if (!target.isTop && targetEdge && targetEdge.peer) { - continue - } - - const cpd = new CanPlaceDep({ - dep: this.dep, - edge: this.edge, - // note: this sets the parent's canPlace as the parent of this - // canPlace, but it does NOT add this canPlace to the parent's - // children. This way, we can know that it's a peer dep, and - // get the top edge easily, while still maintaining the - // tree of checks that factored into the original decision. - parent: this.parent && this.parent.canPlace, - target, - preferDedupe: this.preferDedupe, - explicitRequest: this.explicitRequest, - }) - this.checks.set(target, cpd) - - // It's possible that a "conflict" is a conflict among the *peers* of - // a given node we're trying to place, but there actually is no current - // node. Eg, - // root -> (a, b) - // a -> PEER(c) - // b -> PEER(d) - // d -> PEER(c@2) - // We place (a), and get a peer of (c) along with it. - // then we try to place (b), and get CONFLICT in the check, because - // of the conflicting peer from (b)->(d)->(c@2). In that case, we - // should treat (b) and (d) as OK, and place them in the last place - // where they did not themselves conflict, and skip c@2 if conflict - // is ok by virtue of being forced or not ours and not strict. - if (cpd.canPlaceSelf !== CONFLICT) { - this.canPlaceSelf = cpd - } - - // we found a place this can go, along with all its peer friends. - // we break when we get the first conflict - if (cpd.canPlace !== CONFLICT) { - this.canPlace = cpd - } else { - break - } - - // if it's a load failure, just plop it in the first place attempted, - // since we're going to crash the build or prune it out anyway. - // but, this will frequently NOT be a successful canPlace, because - // it'll have no version or other information. - if (this.dep.errors.length) { - break - } - - // nest packages like npm v1 and v2 - // very disk-inefficient - if (this.installStrategy === 'nested') { - break - } - - // when installing globally, or just in global style, we never place - // deps above the first level. - if (this.installStrategy === 'shallow') { - const rp = target.resolveParent - if (rp && rp.isProjectRoot) { - break - } - } - } - - // if we can't find a target, that means that the last place checked, - // and all the places before it, had a conflict. - if (!this.canPlace) { - // if not forced, and it's our dep, or strictPeerDeps is set, then - // this is an ERESOLVE error. - if (!this.force && (this.isMine || this.strictPeerDeps)) { - return this.failPeerConflict() - } - - // ok! we're gonna allow the conflict, but we should still warn - // if we have a current, then we treat CONFLICT as a KEEP. - // otherwise, we just skip it. Only warn on the one that actually - // could not be placed somewhere. - if (!this.canPlaceSelf) { - this.warnPeerConflict() - return - } - - this.canPlace = this.canPlaceSelf - } - - // now we have a target, a tree of CanPlaceDep results for the peer group, - // and we are ready to go - - /* istanbul ignore next */ - if (!this.canPlace) { - debug(() => { - throw new Error('canPlace not set, but trying to place in tree') - }) - return - } - - const { target } = this.canPlace - - log.silly( - 'placeDep', - target.location || 'ROOT', - `${this.dep.name}@${this.dep.version}`, - this.canPlace.description, - `for: ${this.edge.from.package._id || this.edge.from.location}`, - `want: ${cleanUrl(this.edge.spec || '*')}` - ) - - const placementType = this.canPlace.canPlace === CONFLICT - ? this.canPlace.canPlaceSelf - : this.canPlace.canPlace - - // if we're placing in the tree with --force, we can get here even though - // it's a conflict. Treat it as a KEEP, but warn and move on. - if (placementType === KEEP) { - // this was a peerConflicted peer dep - if (this.edge.peer && !this.edge.valid) { - this.warnPeerConflict() - } - - // if we get a KEEP in a update scenario, then we MAY have something - // already duplicating this unnecessarily! For example: - // ``` - // root (dep: y@1) - // +-- x (dep: y@1.1) - // | +-- y@1.1.0 (replacing with 1.1.2, got KEEP at the root) - // +-- y@1.1.2 (updated already from 1.0.0) - // ``` - // Now say we do `reify({update:['y']})`, and the latest version is - // 1.1.2, which we now have in the root. We'll try to place y@1.1.2 - // first in x, then in the root, ending with KEEP, because we already - // have it. In that case, we ought to REMOVE the nm/x/nm/y node, because - // it is an unnecessary duplicate. - this.pruneDedupable(target) - return - } - - // we were told to place it here in the target, so either it does not - // already exist in the tree, OR it's shadowed. - // handle otherwise unresolvable dependency nesting loops by - // creating a symbolic link - // a1 -> b1 -> a2 -> b2 -> a1 -> ... - // instead of nesting forever, when the loop occurs, create - // a symbolic link to the earlier instance - for (let p = target; p; p = p.resolveParent) { - if (p.matches(this.dep) && !p.isTop) { - this.placed = new Link({ parent: target, target: p }) - return - } - } - - // XXX if we are replacing SOME of a peer entry group, we will need to - // remove any that are not being replaced and will now be invalid, and - // re-evaluate them deeper into the tree. - - const virtualRoot = this.dep.parent - this.placed = new this.dep.constructor({ - name: this.dep.name, - pkg: this.dep.package, - resolved: this.dep.resolved, - integrity: this.dep.integrity, - installLinks: this.installLinks, - legacyPeerDeps: this.legacyPeerDeps, - error: this.dep.errors[0], - ...(this.dep.overrides ? { overrides: this.dep.overrides } : {}), - ...(this.dep.isLink ? { target: this.dep.target, realpath: this.dep.realpath } : {}), - }) - - this.oldDep = target.children.get(this.name) - if (this.oldDep) { - this.replaceOldDep() - } else { - this.placed.parent = target - } - - // if it's a peerConflicted peer dep, warn about it - if (this.edge.peer && !this.placed.satisfies(this.edge)) { - this.warnPeerConflict() - } - - // If the edge is not an error, then we're updating something, and - // MAY end up putting a better/identical node further up the tree in - // a way that causes an unnecessary duplication. If so, remove the - // now-unnecessary node. - if (this.edge.valid && this.edge.to && this.edge.to !== this.placed) { - this.pruneDedupable(this.edge.to, false) - } - - // in case we just made some duplicates that can be removed, - // prune anything deeper in the tree that can be replaced by this - for (const node of target.root.inventory.query('name', this.name)) { - if (node.isDescendantOf(target) && !node.isTop) { - this.pruneDedupable(node, false) - // only walk the direct children of the ones we kept - if (node.root === target.root) { - for (const kid of node.children.values()) { - this.pruneDedupable(kid, false) - } - } - } - } - - // also place its unmet or invalid peer deps at this location - // loop through any peer deps from the thing we just placed, and place - // those ones as well. it's safe to do this with the virtual nodes, - // because we're copying rather than moving them out of the virtual root, - // otherwise they'd be gone and the peer set would change throughout - // this loop. - for (const peerEdge of this.placed.edgesOut.values()) { - if (peerEdge.valid || !peerEdge.peer || peerEdge.peerConflicted) { - continue - } - - const peer = virtualRoot.children.get(peerEdge.name) - - // Note: if the virtualRoot *doesn't* have the peer, then that means - // it's an optional peer dep. If it's not being properly met (ie, - // peerEdge.valid is false), then this is likely heading for an - // ERESOLVE error, unless it can walk further up the tree. - if (!peer) { - continue - } - - // peerConflicted peerEdge, just accept what's there already - if (!peer.satisfies(peerEdge)) { - continue - } - - this.children.push(new PlaceDep({ - auditReport: this.auditReport, - explicitRequest: this.explicitRequest, - force: this.force, - installLinks: this.installLinks, - installStrategy: this.installStrategy, - legacyPeerDeps: this.legaycPeerDeps, - preferDedupe: this.preferDedupe, - strictPeerDeps: this.strictPeerDeps, - updateNames: this.updateName, - parent: this, - dep: peer, - node: this.placed, - edge: peerEdge, - })) - } - } - - replaceOldDep () { - const target = this.oldDep.parent - - // XXX handle replacing an entire peer group? - // what about cases where we need to push some other peer groups deeper - // into the tree? all the tree updating should be done here, and track - // all the things that we add and remove, so that we can know what - // to re-evaluate. - - // if we're replacing, we should also remove any nodes for edges that - // are now invalid, and where this (or its deps) is the only dependent, - // and also recurse on that pruning. Otherwise leaving that dep node - // around can result in spurious conflicts pushing nodes deeper into - // the tree than needed in the case of cycles that will be removed - // later anyway. - const oldDeps = [] - for (const [name, edge] of this.oldDep.edgesOut.entries()) { - if (!this.placed.edgesOut.has(name) && edge.to) { - oldDeps.push(...gatherDepSet([edge.to], e => e.to !== edge.to)) - } - } - - // gather all peer edgesIn which are at this level, and will not be - // satisfied by the new dependency. Those are the peer sets that need - // to be either warned about (if they cannot go deeper), or removed and - // re-placed (if they can). - const prunePeerSets = [] - for (const edge of this.oldDep.edgesIn) { - if (this.placed.satisfies(edge) || - !edge.peer || - edge.from.parent !== target || - edge.peerConflicted) { - // not a peer dep, not invalid, or not from this level, so it's fine - // to just let it re-evaluate as a problemEdge later, or let it be - // satisfied by the new dep being placed. - continue - } - for (const entryEdge of peerEntrySets(edge.from).keys()) { - // either this one needs to be pruned and re-evaluated, or marked - // as peerConflicted and warned about. If the entryEdge comes in from - // the root or a workspace, then we have to leave it alone, and in that - // case, it will have already warned or crashed by getting to this point - const entryNode = entryEdge.to - const deepestTarget = deepestNestingTarget(entryNode) - if (deepestTarget !== target && - !(entryEdge.from.isProjectRoot || entryEdge.from.isWorkspace)) { - prunePeerSets.push(...gatherDepSet([entryNode], e => { - return e.to !== entryNode && !e.peerConflicted - })) - } else { - this.warnPeerConflict(edge, this.dep) - } - } - } - - this.placed.replace(this.oldDep) - this.pruneForReplacement(this.placed, oldDeps) - for (const dep of prunePeerSets) { - for (const edge of dep.edgesIn) { - this.needEvaluation.add(edge.from) - } - dep.root = null - } - } - - pruneForReplacement (node, oldDeps) { - // gather up all the now-invalid/extraneous edgesOut, as long as they are - // only depended upon by the old node/deps - const invalidDeps = new Set([...node.edgesOut.values()] - .filter(e => e.to && !e.valid).map(e => e.to)) - for (const dep of oldDeps) { - const set = gatherDepSet([dep], e => e.to !== dep && e.valid) - for (const dep of set) { - invalidDeps.add(dep) - } - } - - // ignore dependency edges from the node being replaced, but - // otherwise filter the set down to just the set with no - // dependencies from outside the set, except the node in question. - const deps = gatherDepSet(invalidDeps, edge => - edge.from !== node && edge.to !== node && edge.valid) - - // now just delete whatever's left, because it's junk - for (const dep of deps) { - dep.root = null - } - } - - // prune all the nodes in a branch of the tree that can be safely removed - // This is only the most basic duplication detection; it finds if there - // is another satisfying node further up the tree, and if so, dedupes. - // Even in installStategy is nested, we do this amount of deduplication. - pruneDedupable (node, descend = true) { - if (node.canDedupe(this.preferDedupe)) { - // gather up all deps that have no valid edges in from outside - // the dep set, except for this node we're deduping, so that we - // also prune deps that would be made extraneous. - const deps = gatherDepSet([node], e => e.to !== node && e.valid) - for (const node of deps) { - node.root = null - } - return - } - if (descend) { - // sort these so that they're deterministically ordered - // otherwise, resulting tree shape is dependent on the order - // in which they happened to be resolved. - const nodeSort = (a, b) => localeCompare(a.location, b.location) - - const children = [...node.children.values()].sort(nodeSort) - for (const child of children) { - this.pruneDedupable(child) - } - const fsChildren = [...node.fsChildren].sort(nodeSort) - for (const topNode of fsChildren) { - const children = [...topNode.children.values()].sort(nodeSort) - for (const child of children) { - this.pruneDedupable(child) - } - } - } - } - - get isMine () { - const { edge } = this.top - const { from: node } = edge - - if (node.isWorkspace || node.isProjectRoot) { - return true - } - - if (!edge.peer) { - return false - } - - // re-entry case. check if any non-peer edges come from the project, - // or any entryEdges on peer groups are from the root. - let hasPeerEdges = false - for (const edge of node.edgesIn) { - if (edge.peer) { - hasPeerEdges = true - continue - } - if (edge.from.isWorkspace || edge.from.isProjectRoot) { - return true - } - } - if (hasPeerEdges) { - for (const edge of peerEntrySets(node).keys()) { - if (edge.from.isWorkspace || edge.from.isProjectRoot) { - return true - } - } - } - - return false - } - - warnPeerConflict (edge, dep) { - edge = edge || this.edge - dep = dep || this.dep - edge.peerConflicted = true - const expl = this.explainPeerConflict(edge, dep) - log.warn('ERESOLVE', 'overriding peer dependency', expl) - } - - failPeerConflict (edge, dep) { - edge = edge || this.top.edge - dep = dep || this.top.dep - const expl = this.explainPeerConflict(edge, dep) - throw Object.assign(new Error('could not resolve'), expl) - } - - explainPeerConflict (edge, dep) { - const { from: node } = edge - const curNode = node.resolve(edge.name) - - // XXX decorate more with this.canPlace and this.canPlaceSelf, - // this.checks, this.children, walk over conflicted peers, etc. - const expl = { - code: 'ERESOLVE', - edge: edge.explain(), - dep: dep.explain(edge), - force: this.force, - isMine: this.isMine, - strictPeerDeps: this.strictPeerDeps, - } - - if (this.parent) { - // this is the conflicted peer - expl.current = curNode && curNode.explain(edge) - expl.peerConflict = this.current && this.current.explain(this.edge) - } else { - expl.current = curNode && curNode.explain() - if (this.canPlaceSelf && this.canPlaceSelf.canPlaceSelf !== CONFLICT) { - // failed while checking for a child dep - const cps = this.canPlaceSelf - for (const peer of cps.conflictChildren) { - if (peer.current) { - expl.peerConflict = { - current: peer.current.explain(), - peer: peer.dep.explain(peer.edge), - } - break - } - } - } else { - expl.peerConflict = { - current: this.current && this.current.explain(), - peer: this.dep.explain(this.edge), - } - } - } - - return expl - } - - getStartNode () { - // if we are a peer, then we MUST be at least as shallow as the peer - // dependent - const from = this.parent?.getStartNode() || this.edge.from - return deepestNestingTarget(from, this.name) - } - - // XXX this only appears to be used by tests - get allChildren () { - const set = new Set(this.children) - for (const child of set) { - for (const grandchild of child.children) { - set.add(grandchild) - } - } - return [...set] - } -} - -module.exports = PlaceDep diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/printable.js b/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/printable.js deleted file mode 100644 index 7c8d52a..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/printable.js +++ /dev/null @@ -1,198 +0,0 @@ -// helper function to output a clearer visualization -// of the current node and its descendents -const localeCompare = require('@isaacs/string-locale-compare')('en') -const util = require('util') -const relpath = require('./relpath.js') - -class ArboristNode { - constructor (tree, path) { - this.name = tree.name - if (tree.packageName && tree.packageName !== this.name) { - this.packageName = tree.packageName - } - if (tree.version) { - this.version = tree.version - } - this.location = tree.location - this.path = tree.path - if (tree.realpath !== this.path) { - this.realpath = tree.realpath - } - if (tree.resolved !== null) { - this.resolved = tree.resolved - } - if (tree.extraneous) { - this.extraneous = true - } - if (tree.dev) { - this.dev = true - } - if (tree.optional) { - this.optional = true - } - if (tree.devOptional && !tree.dev && !tree.optional) { - this.devOptional = true - } - if (tree.peer) { - this.peer = true - } - if (tree.inBundle) { - this.bundled = true - } - if (tree.inDepBundle) { - this.bundler = tree.getBundler().location - } - if (tree.isProjectRoot) { - this.isProjectRoot = true - } - if (tree.isWorkspace) { - this.isWorkspace = true - } - const bd = tree.package && tree.package.bundleDependencies - if (bd && bd.length) { - this.bundleDependencies = bd - } - if (tree.inShrinkwrap) { - this.inShrinkwrap = true - } else if (tree.hasShrinkwrap) { - this.hasShrinkwrap = true - } - if (tree.error) { - this.error = treeError(tree.error) - } - if (tree.errors && tree.errors.length) { - this.errors = tree.errors.map(treeError) - } - - if (tree.overrides) { - this.overrides = new Map([...tree.overrides.ruleset.values()] - .map((override) => [override.key, override.value])) - } - - // edgesOut sorted by name - if (tree.edgesOut.size) { - this.edgesOut = new Map([...tree.edgesOut.entries()] - .sort(([a], [b]) => localeCompare(a, b)) - .map(([name, edge]) => [name, new EdgeOut(edge)])) - } - - // edgesIn sorted by location - if (tree.edgesIn.size) { - this.edgesIn = new Set([...tree.edgesIn] - .sort((a, b) => localeCompare(a.from.location, b.from.location)) - .map(edge => new EdgeIn(edge))) - } - - if (tree.workspaces && tree.workspaces.size) { - this.workspaces = new Map([...tree.workspaces.entries()] - .map(([name, path]) => [name, relpath(tree.root.realpath, path)])) - } - - // fsChildren sorted by path - if (tree.fsChildren.size) { - this.fsChildren = new Set([...tree.fsChildren] - .sort(({ path: a }, { path: b }) => localeCompare(a, b)) - .map(tree => printableTree(tree, path))) - } - - // children sorted by name - if (tree.children.size) { - this.children = new Map([...tree.children.entries()] - .sort(([a], [b]) => localeCompare(a, b)) - .map(([name, tree]) => [name, printableTree(tree, path)])) - } - } -} - -class ArboristVirtualNode extends ArboristNode { - constructor (tree, path) { - super(tree, path) - this.sourceReference = printableTree(tree.sourceReference, path) - } -} - -class ArboristLink extends ArboristNode { - constructor (tree, path) { - super(tree, path) - this.target = printableTree(tree.target, path) - } -} - -const treeError = ({ code, path }) => ({ - code, - ...(path ? { path } : {}), -}) - -// print out edges without dumping the full node all over again -// this base class will toJSON as a plain old object, but the -// util.inspect() output will be a bit cleaner -class Edge { - constructor (edge) { - this.type = edge.type - this.name = edge.name - this.spec = edge.rawSpec || '*' - if (edge.rawSpec !== edge.spec) { - this.override = edge.spec - } - if (edge.error) { - this.error = edge.error - } - if (edge.peerConflicted) { - this.peerConflicted = edge.peerConflicted - } - } -} - -// don't care about 'from' for edges out -class EdgeOut extends Edge { - constructor (edge) { - super(edge) - this.to = edge.to && edge.to.location - } - - [util.inspect.custom] () { - return `{ ${this.type} ${this.name}@${this.spec}${ - this.override ? ` overridden:${this.override}` : '' - }${ - this.to ? ' -> ' + this.to : '' - }${ - this.error ? ' ' + this.error : '' - }${ - this.peerConflicted ? ' peerConflicted' : '' - } }` - } -} - -// don't care about 'to' for edges in -class EdgeIn extends Edge { - constructor (edge) { - super(edge) - this.from = edge.from && edge.from.location - } - - [util.inspect.custom] () { - return `{ ${this.from || '""'} ${this.type} ${this.name}@${this.spec}${ - this.error ? ' ' + this.error : '' - }${ - this.peerConflicted ? ' peerConflicted' : '' - } }` - } -} - -const printableTree = (tree, path = []) => { - if (!tree) { - return tree - } - - const Cls = tree.isLink ? ArboristLink - : tree.sourceReference ? ArboristVirtualNode - : ArboristNode - if (path.includes(tree)) { - const obj = Object.create(Cls.prototype) - return Object.assign(obj, { location: tree.location }) - } - path.push(tree) - return new Cls(tree, path) -} - -module.exports = printableTree diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/query-selector-all.js b/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/query-selector-all.js deleted file mode 100644 index 5d21c92..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/query-selector-all.js +++ /dev/null @@ -1,850 +0,0 @@ -'use strict' - -const { resolve } = require('path') -const { parser, arrayDelimiter } = require('@npmcli/query') -const localeCompare = require('@isaacs/string-locale-compare')('en') -const log = require('proc-log') -const minimatch = require('minimatch') -const npa = require('npm-package-arg') -const pacote = require('pacote') -const semver = require('semver') - -// handle results for parsed query asts, results are stored in a map that has a -// key that points to each ast selector node and stores the resulting array of -// arborist nodes as its value, that is essential to how we handle multiple -// query selectors, e.g: `#a, #b, #c` <- 3 diff ast selector nodes -class Results { - #currentAstSelector - #initialItems - #inventory - #outdatedCache = new Map() - #pendingCombinator - #results = new Map() - #targetNode - - constructor (opts) { - this.#currentAstSelector = opts.rootAstNode.nodes[0] - this.#inventory = opts.inventory - this.#initialItems = opts.initialItems - this.#targetNode = opts.targetNode - - this.currentResults = this.#initialItems - - // We get this when first called and need to pass it to pacote - this.flatOptions = opts.flatOptions || {} - - // reset by rootAstNode walker - this.currentAstNode = opts.rootAstNode - } - - get currentResults () { - return this.#results.get(this.#currentAstSelector) - } - - set currentResults (value) { - this.#results.set(this.#currentAstSelector, value) - } - - // retrieves the initial items to which start the filtering / matching - // for most of the different types of recognized ast nodes, e.g: class (aka - // depType), id, *, etc in different contexts we need to start with the - // current list of filtered results, for example a query for `.workspace` - // actually means the same as `*.workspace` so we want to start with the full - // inventory if that's the first ast node we're reading but if it appears in - // the middle of a query it should respect the previous filtered results, - // combinators are a special case in which we always want to have the - // complete inventory list in order to use the left-hand side ast node as a - // filter combined with the element on its right-hand side - get initialItems () { - const firstParsed = - (this.currentAstNode.parent.nodes[0] === this.currentAstNode) && - (this.currentAstNode.parent.parent.type === 'root') - - if (firstParsed) { - return this.#initialItems - } - - if (this.currentAstNode.prev().type === 'combinator') { - return this.#inventory - } - return this.currentResults - } - - // combinators need information about previously filtered items along - // with info of the items parsed / retrieved from the selector right - // past the combinator, for this reason combinators are stored and - // only ran as the last part of each selector logic - processPendingCombinator (nextResults) { - if (this.#pendingCombinator) { - const res = this.#pendingCombinator(this.currentResults, nextResults) - this.#pendingCombinator = null - this.currentResults = res - } else { - this.currentResults = nextResults - } - } - - // when collecting results to a root astNode, we traverse the list of child - // selector nodes and collect all of their resulting arborist nodes into a - // single/flat Set of items, this ensures we also deduplicate items - collect (rootAstNode) { - return new Set(rootAstNode.nodes.flatMap(n => this.#results.get(n))) - } - - // selector types map to the '.type' property of the ast nodes via `${astNode.type}Type` - // - // attribute selector [name=value], etc - attributeType () { - const nextResults = this.initialItems.filter(node => - attributeMatch(this.currentAstNode, node.package) - ) - this.processPendingCombinator(nextResults) - } - - // dependency type selector (i.e. .prod, .dev, etc) - // css calls this class, we interpret is as dependency type - classType () { - const depTypeFn = depTypes[String(this.currentAstNode)] - if (!depTypeFn) { - throw Object.assign( - new Error(`\`${String(this.currentAstNode)}\` is not a supported dependency type.`), - { code: 'EQUERYNODEPTYPE' } - ) - } - const nextResults = depTypeFn(this.initialItems) - this.processPendingCombinator(nextResults) - } - - // combinators (i.e. '>', ' ', '~') - combinatorType () { - this.#pendingCombinator = combinators[String(this.currentAstNode)] - } - - // name selectors (i.e. #foo) - // css calls this id, we interpret it as name - idType () { - const name = this.currentAstNode.value - const nextResults = this.initialItems.filter(node => - (name === node.name) || (name === node.package.name) - ) - this.processPendingCombinator(nextResults) - } - - // pseudo selectors (prefixed with :) - async pseudoType () { - const pseudoFn = `${this.currentAstNode.value.slice(1)}Pseudo` - if (!this[pseudoFn]) { - throw Object.assign( - new Error(`\`${this.currentAstNode.value - }\` is not a supported pseudo selector.`), - { code: 'EQUERYNOPSEUDO' } - ) - } - const nextResults = await this[pseudoFn]() - this.processPendingCombinator(nextResults) - } - - selectorType () { - this.#currentAstSelector = this.currentAstNode - // starts a new array in which resulting items - // can be stored for each given ast selector - if (!this.currentResults) { - this.currentResults = [] - } - } - - universalType () { - this.processPendingCombinator(this.initialItems) - } - - // pseudo selectors map to the 'value' property of the pseudo selectors in the ast nodes - // via selectors via `${value.slice(1)}Pseudo` - attrPseudo () { - const { lookupProperties, attributeMatcher } = this.currentAstNode - - return this.initialItems.filter(node => { - let objs = [node.package] - for (const prop of lookupProperties) { - // if an isArray symbol is found that means we'll need to iterate - // over the previous found array to basically make sure we traverse - // all its indexes testing for possible objects that may eventually - // hold more keys specified in a selector - if (prop === arrayDelimiter) { - objs = objs.flat() - continue - } - - // otherwise just maps all currently found objs - // to the next prop from the lookup properties list, - // filters out any empty key lookup - objs = objs.flatMap(obj => obj[prop] || []) - - // in case there's no property found in the lookup - // just filters that item out - const noAttr = objs.every(obj => !obj) - if (noAttr) { - return false - } - } - - // if any of the potential object matches - // that item should be in the final result - return objs.some(obj => attributeMatch(attributeMatcher, obj)) - }) - } - - emptyPseudo () { - return this.initialItems.filter(node => node.edgesOut.size === 0) - } - - extraneousPseudo () { - return this.initialItems.filter(node => node.extraneous) - } - - async hasPseudo () { - const found = [] - for (const item of this.initialItems) { - // This is the one time initialItems differs from inventory - const res = await retrieveNodesFromParsedAst({ - flatOptions: this.flatOptions, - initialItems: [item], - inventory: this.#inventory, - rootAstNode: this.currentAstNode.nestedNode, - targetNode: item, - }) - if (res.size > 0) { - found.push(item) - } - } - return found - } - - invalidPseudo () { - const found = [] - for (const node of this.initialItems) { - for (const edge of node.edgesIn) { - if (edge.invalid) { - found.push(node) - break - } - } - } - return found - } - - async isPseudo () { - const res = await retrieveNodesFromParsedAst({ - flatOptions: this.flatOptions, - initialItems: this.initialItems, - inventory: this.#inventory, - rootAstNode: this.currentAstNode.nestedNode, - targetNode: this.currentAstNode, - }) - return [...res] - } - - linkPseudo () { - return this.initialItems.filter(node => node.isLink || (node.isTop && !node.isRoot)) - } - - missingPseudo () { - return this.#inventory.reduce((res, node) => { - for (const edge of node.edgesOut.values()) { - if (edge.missing) { - const pkg = { name: edge.name, version: edge.spec } - res.push(new this.#targetNode.constructor({ pkg })) - } - } - return res - }, []) - } - - async notPseudo () { - const res = await retrieveNodesFromParsedAst({ - flatOptions: this.flatOptions, - initialItems: this.initialItems, - inventory: this.#inventory, - rootAstNode: this.currentAstNode.nestedNode, - targetNode: this.currentAstNode, - }) - const internalSelector = new Set(res) - return this.initialItems.filter(node => - !internalSelector.has(node)) - } - - overriddenPseudo () { - return this.initialItems.filter(node => node.overridden) - } - - pathPseudo () { - return this.initialItems.filter(node => { - if (!this.currentAstNode.pathValue) { - return true - } - return minimatch( - node.realpath.replace(/\\+/g, '/'), - resolve(node.root.realpath, this.currentAstNode.pathValue).replace(/\\+/g, '/') - ) - }) - } - - privatePseudo () { - return this.initialItems.filter(node => node.package.private) - } - - rootPseudo () { - return this.initialItems.filter(node => node === this.#targetNode.root) - } - - scopePseudo () { - return this.initialItems.filter(node => node === this.#targetNode) - } - - semverPseudo () { - const { - attributeMatcher, - lookupProperties, - semverFunc = 'infer', - semverValue, - } = this.currentAstNode - const { qualifiedAttribute } = attributeMatcher - - if (!semverValue) { - // DEPRECATED: remove this warning and throw an error as part of @npmcli/arborist@6 - log.warn('query', 'usage of :semver() with no parameters is deprecated') - return this.initialItems - } - - if (!semver.valid(semverValue) && !semver.validRange(semverValue)) { - throw Object.assign( - new Error(`\`${semverValue}\` is not a valid semver version or range`), - { code: 'EQUERYINVALIDSEMVER' }) - } - - const valueIsVersion = !!semver.valid(semverValue) - - const nodeMatches = (node, obj) => { - // if we already have an operator, the user provided some test as part of the selector - // we evaluate that first because if it fails we don't want this node anyway - if (attributeMatcher.operator) { - if (!attributeMatch(attributeMatcher, obj)) { - // if the initial operator doesn't match, we're done - return false - } - } - - const attrValue = obj[qualifiedAttribute] - // both valid and validRange return null for undefined, so this will skip both nodes that - // do not have the attribute defined as well as those where the attribute value is invalid - // and those where the value from the package.json is not a string - if ((!semver.valid(attrValue) && !semver.validRange(attrValue)) || - typeof attrValue !== 'string') { - return false - } - - const attrIsVersion = !!semver.valid(attrValue) - - let actualFunc = semverFunc - - // if we're asked to infer, we examine outputs to make a best guess - if (actualFunc === 'infer') { - if (valueIsVersion && attrIsVersion) { - // two versions -> semver.eq - actualFunc = 'eq' - } else if (!valueIsVersion && !attrIsVersion) { - // two ranges -> semver.intersects - actualFunc = 'intersects' - } else { - // anything else -> semver.satisfies - actualFunc = 'satisfies' - } - } - - if (['eq', 'neq', 'gt', 'gte', 'lt', 'lte'].includes(actualFunc)) { - // both sides must be versions, but one is not - if (!valueIsVersion || !attrIsVersion) { - return false - } - - return semver[actualFunc](attrValue, semverValue) - } else if (['gtr', 'ltr', 'satisfies'].includes(actualFunc)) { - // at least one side must be a version, but neither is - if (!valueIsVersion && !attrIsVersion) { - return false - } - - return valueIsVersion - ? semver[actualFunc](semverValue, attrValue) - : semver[actualFunc](attrValue, semverValue) - } else if (['intersects', 'subset'].includes(actualFunc)) { - // these accept two ranges and since a version is also a range, anything goes - return semver[actualFunc](attrValue, semverValue) - } else { - // user provided a function we don't know about, throw an error - throw Object.assign(new Error(`\`semver.${actualFunc}\` is not a supported operator.`), - { code: 'EQUERYINVALIDOPERATOR' }) - } - } - - return this.initialItems.filter((node) => { - // no lookupProperties just means its a top level property, see if it matches - if (!lookupProperties.length) { - return nodeMatches(node, node.package) - } - - // this code is mostly duplicated from attrPseudo to traverse into the package until we get - // to our deepest requested object - let objs = [node.package] - for (const prop of lookupProperties) { - if (prop === arrayDelimiter) { - objs = objs.flat() - continue - } - - objs = objs.flatMap(obj => obj[prop] || []) - const noAttr = objs.every(obj => !obj) - if (noAttr) { - return false - } - - return objs.some(obj => nodeMatches(node, obj)) - } - }) - } - - typePseudo () { - if (!this.currentAstNode.typeValue) { - return this.initialItems - } - return this.initialItems - .flatMap(node => { - const found = [] - for (const edge of node.edgesIn) { - if (npa(`${edge.name}@${edge.spec}`).type === this.currentAstNode.typeValue) { - found.push(edge.to) - } - } - return found - }) - } - - dedupedPseudo () { - return this.initialItems.filter(node => node.target.edgesIn.size > 1) - } - - async outdatedPseudo () { - const { outdatedKind = 'any' } = this.currentAstNode - - // filter the initialItems - // NOTE: this uses a Promise.all around a map without in-line concurrency handling - // since the only async action taken is retrieving the packument, which is limited - // based on the max-sockets config in make-fetch-happen - const initialResults = await Promise.all(this.initialItems.map(async (node) => { - // the root can't be outdated, skip it - if (node.isProjectRoot) { - return false - } - - // we cache the promise representing the full versions list, this helps reduce the - // number of requests we send by keeping population of the cache in a single tick - // making it less likely that multiple requests for the same package will be inflight - if (!this.#outdatedCache.has(node.name)) { - this.#outdatedCache.set(node.name, getPackageVersions(node.name, this.flatOptions)) - } - const availableVersions = await this.#outdatedCache.get(node.name) - - // we attach _all_ versions to the queryContext to allow consumers to do their own - // filtering and comparisons - node.queryContext.versions = availableVersions - - // next we further reduce the set to versions that are greater than the current one - const greaterVersions = availableVersions.filter((available) => { - return semver.gt(available, node.version) - }) - - // no newer versions than the current one, drop this node from the result set - if (!greaterVersions.length) { - return false - } - - // if we got here, we know that newer versions exist, if the kind is 'any' we're done - if (outdatedKind === 'any') { - return node - } - - // look for newer versions that differ from current by a specific part of the semver version - if (['major', 'minor', 'patch'].includes(outdatedKind)) { - // filter the versions greater than our current one based on semver.diff - const filteredVersions = greaterVersions.filter((version) => { - return semver.diff(node.version, version) === outdatedKind - }) - - // no available versions are of the correct diff type - if (!filteredVersions.length) { - return false - } - - return node - } - - // look for newer versions that satisfy at least one edgeIn to this node - if (outdatedKind === 'in-range') { - const inRangeContext = [] - for (const edge of node.edgesIn) { - const inRangeVersions = greaterVersions.filter((version) => { - return semver.satisfies(version, edge.spec) - }) - - // this edge has no in-range candidates, just move on - if (!inRangeVersions.length) { - continue - } - - inRangeContext.push({ - from: edge.from.location, - versions: inRangeVersions, - }) - } - - // if we didn't find at least one match, drop this node - if (!inRangeContext.length) { - return false - } - - // now add to the context each version that is in-range for each edgeIn - node.queryContext.outdated = { - ...node.queryContext.outdated, - inRange: inRangeContext, - } - - return node - } - - // look for newer versions that _do not_ satisfy at least one edgeIn - if (outdatedKind === 'out-of-range') { - const outOfRangeContext = [] - for (const edge of node.edgesIn) { - const outOfRangeVersions = greaterVersions.filter((version) => { - return !semver.satisfies(version, edge.spec) - }) - - // this edge has no out-of-range candidates, skip it - if (!outOfRangeVersions.length) { - continue - } - - outOfRangeContext.push({ - from: edge.from.location, - versions: outOfRangeVersions, - }) - } - - // if we didn't add at least one thing to the context, this node is not a match - if (!outOfRangeContext.length) { - return false - } - - // attach the out-of-range context to the node - node.queryContext.outdated = { - ...node.queryContext.outdated, - outOfRange: outOfRangeContext, - } - - return node - } - - // any other outdatedKind is unknown and will never match - return false - })) - - // return an array with the holes for non-matching nodes removed - return initialResults.filter(Boolean) - } -} - -// operators for attribute selectors -const attributeOperators = { - // attribute value is equivalent - '=' ({ attr, value, insensitive }) { - return attr === value - }, - // attribute value contains word - '~=' ({ attr, value, insensitive }) { - return (attr.match(/\w+/g) || []).includes(value) - }, - // attribute value contains string - '*=' ({ attr, value, insensitive }) { - return attr.includes(value) - }, - // attribute value is equal or starts with - '|=' ({ attr, value, insensitive }) { - return attr.startsWith(`${value}-`) - }, - // attribute value starts with - '^=' ({ attr, value, insensitive }) { - return attr.startsWith(value) - }, - // attribute value ends with - '$=' ({ attr, value, insensitive }) { - return attr.endsWith(value) - }, -} - -const attributeOperator = ({ attr, value, insensitive, operator }) => { - if (typeof attr === 'number') { - attr = String(attr) - } - if (typeof attr !== 'string') { - // It's an object or an array, bail - return false - } - if (insensitive) { - attr = attr.toLowerCase() - } - - return attributeOperators[operator]({ - attr, - insensitive, - value, - }) -} - -const attributeMatch = (matcher, obj) => { - const insensitive = !!matcher.insensitive - const operator = matcher.operator || '' - const attribute = matcher.qualifiedAttribute - let value = matcher.value || '' - // return early if checking existence - if (operator === '') { - return Boolean(obj[attribute]) - } - if (insensitive) { - value = value.toLowerCase() - } - // in case the current object is an array - // then we try to match every item in the array - if (Array.isArray(obj[attribute])) { - return obj[attribute].find((i, index) => { - const attr = obj[attribute][index] || '' - return attributeOperator({ attr, value, insensitive, operator }) - }) - } else { - const attr = obj[attribute] || '' - return attributeOperator({ attr, value, insensitive, operator }) - } -} - -const edgeIsType = (node, type, seen = new Set()) => { - for (const edgeIn of node.edgesIn) { - // TODO Need a test with an infinite loop - if (seen.has(edgeIn)) { - continue - } - seen.add(edgeIn) - if (edgeIn.type === type || edgeIn.from[type] || edgeIsType(edgeIn.from, type, seen)) { - return true - } - } - return false -} - -const filterByType = (nodes, type) => { - const found = [] - for (const node of nodes) { - if (node[type] || edgeIsType(node, type)) { - found.push(node) - } - } - return found -} - -const depTypes = { - // dependency - '.prod' (prevResults) { - const found = [] - for (const node of prevResults) { - if (!node.dev) { - found.push(node) - } - } - return found - }, - // devDependency - '.dev' (prevResults) { - return filterByType(prevResults, 'dev') - }, - // optionalDependency - '.optional' (prevResults) { - return filterByType(prevResults, 'optional') - }, - // peerDependency - '.peer' (prevResults) { - return filterByType(prevResults, 'peer') - }, - // workspace - '.workspace' (prevResults) { - return prevResults.filter(node => node.isWorkspace) - }, - // bundledDependency - '.bundled' (prevResults) { - return prevResults.filter(node => node.inBundle) - }, -} - -// checks if a given node has a direct parent in any of the nodes provided in -// the compare nodes array -const hasParent = (node, compareNodes) => { - // All it takes is one so we loop and return on the first hit - for (const compareNode of compareNodes) { - // follows logical parent for link anscestors - if (node.isTop && (node.resolveParent === compareNode)) { - return true - } - // follows edges-in to check if they match a possible parent - for (const edge of node.edgesIn) { - if (edge && edge.from === compareNode) { - return true - } - } - } - return false -} - -// checks if a given node is a descendant of any of the nodes provided in the -// compareNodes array -const hasAscendant = (node, compareNodes, seen = new Set()) => { - // TODO (future) loop over ancestry property - if (hasParent(node, compareNodes)) { - return true - } - - if (node.isTop && node.resolveParent) { - return hasAscendant(node.resolveParent, compareNodes) - } - for (const edge of node.edgesIn) { - // TODO Need a test with an infinite loop - if (seen.has(edge)) { - continue - } - seen.add(edge) - if (edge && edge.from && hasAscendant(edge.from, compareNodes, seen)) { - return true - } - } - return false -} - -const combinators = { - // direct descendant - '>' (prevResults, nextResults) { - return nextResults.filter(node => hasParent(node, prevResults)) - }, - // any descendant - ' ' (prevResults, nextResults) { - return nextResults.filter(node => hasAscendant(node, prevResults)) - }, - // sibling - '~' (prevResults, nextResults) { - // Return any node in nextResults that is a sibling of (aka shares a - // parent with) a node in prevResults - const parentNodes = new Set() // Parents of everything in prevResults - for (const node of prevResults) { - for (const edge of node.edgesIn) { - // edge.from always exists cause it's from another node's edgesIn - parentNodes.add(edge.from) - } - } - return nextResults.filter(node => - !prevResults.includes(node) && hasParent(node, [...parentNodes]) - ) - }, -} - -// get a list of available versions of a package filtered to respect --before -// NOTE: this runs over each node and should not throw -const getPackageVersions = async (name, opts) => { - let packument - try { - packument = await pacote.packument(name, { - ...opts, - fullMetadata: false, // we only need the corgi - }) - } catch (err) { - // if the fetch fails, log a warning and pretend there are no versions - log.warn('query', `could not retrieve packument for ${name}: ${err.message}`) - return [] - } - - // start with a sorted list of all versions (lowest first) - let candidates = Object.keys(packument.versions).sort(semver.compare) - - // if the packument has a time property, and the user passed a before flag, then - // we filter this list down to only those versions that existed before the specified date - if (packument.time && opts.before) { - candidates = candidates.filter((version) => { - // this version isn't found in the times at all, drop it - if (!packument.time[version]) { - return false - } - - return Date.parse(packument.time[version]) <= opts.before - }) - } - - return candidates -} - -const retrieveNodesFromParsedAst = async (opts) => { - // when we first call this it's the parsed query. all other times it's - // results.currentNode.nestedNode - const rootAstNode = opts.rootAstNode - - if (!rootAstNode.nodes) { - return new Set() - } - - const results = new Results(opts) - - const astNodeQueue = new Set() - // walk is sync, so we have to build up our async functions and then await them later - rootAstNode.walk((nextAstNode) => { - astNodeQueue.add(nextAstNode) - }) - - for (const nextAstNode of astNodeQueue) { - // This is the only place we reset currentAstNode - results.currentAstNode = nextAstNode - const updateFn = `${results.currentAstNode.type}Type` - if (typeof results[updateFn] !== 'function') { - throw Object.assign( - new Error(`\`${results.currentAstNode.type}\` is not a supported selector.`), - { code: 'EQUERYNOSELECTOR' } - ) - } - await results[updateFn]() - } - - return results.collect(rootAstNode) -} - -// We are keeping this async in the event that we do add async operators, we -// won't have to have a breaking change on this function signature. -const querySelectorAll = async (targetNode, query, flatOptions) => { - // This never changes ever we just pass it around. But we can't scope it to - // this whole file if we ever want to support concurrent calls to this - // function. - const inventory = [...targetNode.root.inventory.values()] - // res is a Set of items returned for each parsed css ast selector - const res = await retrieveNodesFromParsedAst({ - initialItems: inventory, - inventory, - flatOptions, - rootAstNode: parser(query), - targetNode, - }) - - // returns nodes ordered by realpath - return [...res].sort((a, b) => localeCompare(a.location, b.location)) -} - -module.exports = querySelectorAll diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/realpath.js b/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/realpath.js deleted file mode 100644 index 8dc20ab..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/realpath.js +++ /dev/null @@ -1,95 +0,0 @@ -// look up the realpath, but cache stats to minimize overhead -// If the parent folder is in the realpath cache, then we just -// lstat the child, since there's no need to do a full realpath -// This is not a separate module, and is much simpler than Node's -// built-in fs.realpath, because we only care about symbolic links, -// so we can handle many fewer edge cases. - -const { lstat, readlink } = require('fs/promises') -const { resolve, basename, dirname } = require('path') - -const realpathCached = (path, rpcache, stcache, depth) => { - // just a safety against extremely deep eloops - /* istanbul ignore next */ - if (depth > 2000) { - throw eloop(path) - } - - path = resolve(path) - if (rpcache.has(path)) { - return Promise.resolve(rpcache.get(path)) - } - - const dir = dirname(path) - const base = basename(path) - - if (base && rpcache.has(dir)) { - return realpathChild(dir, base, rpcache, stcache, depth) - } - - // if it's the root, then we know it's real - if (!base) { - rpcache.set(dir, dir) - return Promise.resolve(dir) - } - - // the parent, what is that? - // find out, and then come back. - return realpathCached(dir, rpcache, stcache, depth + 1).then(() => - realpathCached(path, rpcache, stcache, depth + 1)) -} - -const lstatCached = (path, stcache) => { - if (stcache.has(path)) { - return Promise.resolve(stcache.get(path)) - } - - const p = lstat(path).then(st => { - stcache.set(path, st) - return st - }) - stcache.set(path, p) - return p -} - -// This is a slight fib, as it doesn't actually occur during a stat syscall. -// But file systems are giant piles of lies, so whatever. -const eloop = path => - Object.assign(new Error( - `ELOOP: too many symbolic links encountered, stat '${path}'`), { - errno: -62, - syscall: 'stat', - code: 'ELOOP', - path: path, - }) - -const realpathChild = (dir, base, rpcache, stcache, depth) => { - const realdir = rpcache.get(dir) - // that unpossible - /* istanbul ignore next */ - if (typeof realdir === 'undefined') { - throw new Error('in realpathChild without parent being in realpath cache') - } - - const realish = resolve(realdir, base) - return lstatCached(realish, stcache).then(st => { - if (!st.isSymbolicLink()) { - rpcache.set(resolve(dir, base), realish) - return realish - } - - return readlink(realish).then(target => { - const resolved = resolve(realdir, target) - if (realish === resolved) { - throw eloop(realish) - } - - return realpathCached(resolved, rpcache, stcache, depth + 1) - }).then(real => { - rpcache.set(resolve(dir, base), real) - return real - }) - }) -} - -module.exports = realpathCached diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/relpath.js b/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/relpath.js deleted file mode 100644 index e1960cf..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/relpath.js +++ /dev/null @@ -1,3 +0,0 @@ -const { relative } = require('path') -const relpath = (from, to) => relative(from, to).replace(/\\/g, '/') -module.exports = relpath diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/reset-dep-flags.js b/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/reset-dep-flags.js deleted file mode 100644 index e259e90..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/reset-dep-flags.js +++ /dev/null @@ -1,15 +0,0 @@ -// Sometimes we need to actually do a walk from the root, because you can -// have a cycle of deps that all depend on each other, but no path from root. -// Also, since the ideal tree is loaded from the shrinkwrap, it had extraneous -// flags set false that might now be actually extraneous, and dev/optional -// flags that are also now incorrect. This method sets all flags to true, so -// we can find the set that is actually extraneous. -module.exports = tree => { - for (const node of tree.inventory.values()) { - node.extraneous = true - node.dev = true - node.devOptional = true - node.peer = true - node.optional = true - } -} diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/retire-path.js b/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/retire-path.js deleted file mode 100644 index 0c7a4a3..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/retire-path.js +++ /dev/null @@ -1,19 +0,0 @@ -const crypto = require('crypto') -const { dirname, basename, resolve } = require('path') - -// use sha1 because it's faster, and collisions extremely unlikely anyway -const pathSafeHash = s => - crypto.createHash('sha1') - .update(s) - .digest('base64') - .replace(/[^a-zA-Z0-9]+/g, '') - .slice(0, 8) - -const retirePath = from => { - const d = dirname(from) - const b = basename(from) - const hash = pathSafeHash(from) - return resolve(d, `.${b}-${hash}`) -} - -module.exports = retirePath diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/shrinkwrap.js b/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/shrinkwrap.js deleted file mode 100644 index a0fda5a..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/shrinkwrap.js +++ /dev/null @@ -1,1150 +0,0 @@ -// a module that manages a shrinkwrap file (npm-shrinkwrap.json or -// package-lock.json). - -// Increment whenever the lockfile version updates -// v1 - npm <=6 -// v2 - arborist v1, npm v7, backwards compatible with v1, add 'packages' -// v3 will drop the 'dependencies' field, backwards comp with v2, not v1 -// -// We cannot bump to v3 until npm v6 is out of common usage, and -// definitely not before npm v8. - -const localeCompare = require('@isaacs/string-locale-compare')('en') -const defaultLockfileVersion = 3 - -// for comparing nodes to yarn.lock entries -const mismatch = (a, b) => a && b && a !== b - -// this.tree => the root node for the tree (ie, same path as this) -// - Set the first time we do `this.add(node)` for a path matching this.path -// -// this.add(node) => -// - decorate the node with the metadata we have, if we have it, and it matches -// - add to the map of nodes needing to be committed, so that subsequent -// changes are captured when we commit that location's metadata. -// -// this.commit() => -// - commit all nodes awaiting update to their metadata entries -// - re-generate this.data and this.yarnLock based on this.tree -// -// Note that between this.add() and this.commit(), `this.data` will be out of -// date! Always call `commit()` before relying on it. -// -// After calling this.commit(), any nodes not present in the tree will have -// been removed from the shrinkwrap data as well. - -const log = require('proc-log') -const YarnLock = require('./yarn-lock.js') -const { - readFile, - readdir, - readlink, - rm, - stat, - writeFile, -} = require('fs/promises') - -const { resolve, basename, relative } = require('path') -const specFromLock = require('./spec-from-lock.js') -const versionFromTgz = require('./version-from-tgz.js') -const npa = require('npm-package-arg') -const rpj = require('read-package-json-fast') -const parseJSON = require('parse-conflict-json') - -const stringify = require('json-stringify-nice') -const swKeyOrder = [ - 'name', - 'version', - 'lockfileVersion', - 'resolved', - 'integrity', - 'requires', - 'packages', - 'dependencies', -] - -// used to rewrite from yarn registry to npm registry -const yarnRegRe = /^https?:\/\/registry\.yarnpkg\.com\// -const npmRegRe = /^https?:\/\/registry\.npmjs\.org\// - -// sometimes resolved: is weird or broken, or something npa can't handle -const specFromResolved = resolved => { - try { - return npa(resolved) - } catch (er) { - return {} - } -} - -const relpath = require('./relpath.js') - -const consistentResolve = require('./consistent-resolve.js') -const { overrideResolves } = require('./override-resolves.js') - -const maybeReadFile = file => { - return readFile(file, 'utf8').then(d => d, er => { - /* istanbul ignore else - can't test without breaking module itself */ - if (er.code === 'ENOENT') { - return '' - } else { - throw er - } - }) -} - -const maybeStatFile = file => { - return stat(file).then(st => st.isFile(), er => { - /* istanbul ignore else - can't test without breaking module itself */ - if (er.code === 'ENOENT') { - return null - } else { - throw er - } - }) -} - -const pkgMetaKeys = [ - // note: name is included if necessary, for alias packages - 'version', - 'dependencies', - 'peerDependencies', - 'peerDependenciesMeta', - 'optionalDependencies', - 'bundleDependencies', - 'acceptDependencies', - 'funding', - 'engines', - 'os', - 'cpu', - '_integrity', - 'license', - '_hasShrinkwrap', - 'hasInstallScript', - 'bin', - 'deprecated', - 'workspaces', -] - -const nodeMetaKeys = [ - 'integrity', - 'inBundle', - 'hasShrinkwrap', - 'hasInstallScript', -] - -const metaFieldFromPkg = (pkg, key) => { - const val = pkg[key] - // get the license type, not an object - return (key === 'license' && val && typeof val === 'object' && val.type) - ? val.type - // skip empty objects and falsey values - : (val && !(typeof val === 'object' && !Object.keys(val).length)) ? val - : null -} - -// check to make sure that there are no packages newer than the hidden lockfile -const assertNoNewer = async (path, data, lockTime, dir = path, seen = null) => { - const base = basename(dir) - const isNM = dir !== path && base === 'node_modules' - const isScope = dir !== path && !isNM && base.charAt(0) === '@' - const isParent = dir === path || isNM || isScope - - const rel = relpath(path, dir) - if (dir !== path) { - const dirTime = (await stat(dir)).mtime - if (dirTime > lockTime) { - throw 'out of date, updated: ' + rel - } - if (!isScope && !isNM && !data.packages[rel]) { - throw 'missing from lockfile: ' + rel - } - seen.add(rel) - } else { - seen = new Set([rel]) - } - - const parent = isParent ? dir : resolve(dir, 'node_modules') - const children = dir === path - ? Promise.resolve([{ name: 'node_modules', isDirectory: () => true }]) - : readdir(parent, { withFileTypes: true }) - - const ents = await children.catch(() => []) - await Promise.all(ents.map(async ent => { - const child = resolve(parent, ent.name) - if (ent.isDirectory() && !/^\./.test(ent.name)) { - await assertNoNewer(path, data, lockTime, child, seen) - } else if (ent.isSymbolicLink()) { - const target = resolve(parent, await readlink(child)) - const tstat = await stat(target).catch( - /* istanbul ignore next - windows */ () => null) - seen.add(relpath(path, child)) - /* istanbul ignore next - windows cannot do this */ - if (tstat && tstat.isDirectory() && !seen.has(relpath(path, target))) { - await assertNoNewer(path, data, lockTime, target, seen) - } - } - })) - if (dir !== path) { - return - } - - // assert that all the entries in the lockfile were seen - for (const loc of new Set(Object.keys(data.packages))) { - if (!seen.has(loc)) { - throw 'missing from node_modules: ' + loc - } - } -} - -const _awaitingUpdate = Symbol('_awaitingUpdate') -const _updateWaitingNode = Symbol('_updateWaitingNode') -const _lockFromLoc = Symbol('_lockFromLoc') -const _pathToLoc = Symbol('_pathToLoc') -const _loadAll = Symbol('_loadAll') -const _metaFromLock = Symbol('_metaFromLock') -const _resolveMetaNode = Symbol('_resolveMetaNode') -const _fixDependencies = Symbol('_fixDependencies') -const _buildLegacyLockfile = Symbol('_buildLegacyLockfile') -const _filenameSet = Symbol('_filenameSet') -const _maybeRead = Symbol('_maybeRead') -const _maybeStat = Symbol('_maybeStat') - -class Shrinkwrap { - static get defaultLockfileVersion () { - return defaultLockfileVersion - } - - static load (options) { - return new Shrinkwrap(options).load() - } - - static get keyOrder () { - return swKeyOrder - } - - static async reset (options) { - // still need to know if it was loaded from the disk, but don't - // bother reading it if we're gonna just throw it away. - const s = new Shrinkwrap(options) - s.reset() - - const [sw, lock] = await s[_maybeStat]() - - s.filename = resolve(s.path, - (s.hiddenLockfile ? 'node_modules/.package-lock' - : s.shrinkwrapOnly || sw ? 'npm-shrinkwrap' - : 'package-lock') + '.json') - s.loadedFromDisk = !!(sw || lock) - s.type = basename(s.filename) - - return s - } - - static metaFromNode (node, path, options = {}) { - if (node.isLink) { - return { - resolved: relpath(path, node.realpath), - link: true, - } - } - - const meta = {} - pkgMetaKeys.forEach(key => { - const val = metaFieldFromPkg(node.package, key) - if (val) { - meta[key.replace(/^_/, '')] = val - } - }) - // we only include name if different from the node path name, and for the - // root to help prevent churn based on the name of the directory the - // project is in - const pname = node.packageName - if (pname && (node === node.root || pname !== node.name)) { - meta.name = pname - } - - if (node.isTop && node.package.devDependencies) { - meta.devDependencies = node.package.devDependencies - } - - nodeMetaKeys.forEach(key => { - if (node[key]) { - meta[key] = node[key] - } - }) - - const resolved = consistentResolve(node.resolved, node.path, path, true) - // hide resolved from registry dependencies. - if (!resolved) { - // no-op - } else if (node.isRegistryDependency) { - meta.resolved = overrideResolves(resolved, options) - } else { - meta.resolved = resolved - } - - if (node.extraneous) { - meta.extraneous = true - } else { - if (node.peer) { - meta.peer = true - } - if (node.dev) { - meta.dev = true - } - if (node.optional) { - meta.optional = true - } - if (node.devOptional && !node.dev && !node.optional) { - meta.devOptional = true - } - } - return meta - } - - constructor (options = {}) { - const { - path, - indent = 2, - newline = '\n', - shrinkwrapOnly = false, - hiddenLockfile = false, - lockfileVersion, - resolveOptions = {}, - } = options - - this.lockfileVersion = hiddenLockfile ? 3 - : lockfileVersion ? parseInt(lockfileVersion, 10) - : null - - this[_awaitingUpdate] = new Map() - this.tree = null - this.path = resolve(path || '.') - this.filename = null - this.data = null - this.indent = indent - this.newline = newline - this.loadedFromDisk = false - this.type = null - this.yarnLock = null - this.hiddenLockfile = hiddenLockfile - this.loadingError = null - this.resolveOptions = resolveOptions - // only load npm-shrinkwrap.json in dep trees, not package-lock - this.shrinkwrapOnly = shrinkwrapOnly - } - - // check to see if a spec is present in the yarn.lock file, and if so, - // if we should use it, and what it should resolve to. This is only - // done when we did not load a shrinkwrap from disk. Also, decorate - // the options object if provided with the resolved and integrity that - // we expect. - checkYarnLock (spec, options = {}) { - spec = npa(spec) - const { yarnLock, loadedFromDisk } = this - const useYarnLock = yarnLock && !loadedFromDisk - const fromYarn = useYarnLock && yarnLock.entries.get(spec.raw) - if (fromYarn && fromYarn.version) { - // if it's the yarn or npm default registry, use the version as - // our effective spec. if it's any other kind of thing, use that. - const { resolved, version, integrity } = fromYarn - const isYarnReg = spec.registry && yarnRegRe.test(resolved) - const isnpmReg = spec.registry && !isYarnReg && npmRegRe.test(resolved) - const isReg = isnpmReg || isYarnReg - // don't use the simple version if the "registry" url is - // something else entirely! - const tgz = isReg && versionFromTgz(spec.name, resolved) || {} - const yspec = tgz.name === spec.name && tgz.version === version ? version - : isReg && tgz.name && tgz.version ? `npm:${tgz.name}@${tgz.version}` - : resolved - if (yspec) { - options.resolved = resolved.replace(yarnRegRe, 'https://registry.npmjs.org/') - options.integrity = integrity - return npa(`${spec.name}@${yspec}`) - } - } - return spec - } - - // throw away the shrinkwrap data so we can start fresh - // still worth doing a load() first so we know which files to write. - reset () { - this.tree = null - this[_awaitingUpdate] = new Map() - const lockfileVersion = this.lockfileVersion || defaultLockfileVersion - this.originalLockfileVersion = lockfileVersion - - this.data = { - lockfileVersion, - requires: true, - packages: {}, - dependencies: {}, - } - } - - [_filenameSet] () { - return this.shrinkwrapOnly ? [ - this.path + '/npm-shrinkwrap.json', - ] : this.hiddenLockfile ? [ - null, - this.path + '/node_modules/.package-lock.json', - ] : [ - this.path + '/npm-shrinkwrap.json', - this.path + '/package-lock.json', - this.path + '/yarn.lock', - ] - } - - [_maybeRead] () { - return Promise.all(this[_filenameSet]().map(fn => fn && maybeReadFile(fn))) - } - - [_maybeStat] () { - // throw away yarn, we only care about lock or shrinkwrap when checking - // this way, since we're not actually loading the full lock metadata - return Promise.all(this[_filenameSet]().slice(0, 2) - .map(fn => fn && maybeStatFile(fn))) - } - - inferFormattingOptions (packageJSONData) { - // don't use detect-indent, just pick the first line. - // if the file starts with {" then we have an indent of '', ie, none - // which will default to 2 at save time. - const { - [Symbol.for('indent')]: indent, - [Symbol.for('newline')]: newline, - } = packageJSONData - this.indent = indent !== undefined ? indent : this.indent - this.newline = newline !== undefined ? newline : this.newline - } - - async load () { - // we don't need to load package-lock.json except for top of tree nodes, - // only npm-shrinkwrap.json. - return this[_maybeRead]().then(([sw, lock, yarn]) => { - const data = sw || lock || '' - - // use shrinkwrap only for deps, otherwise prefer package-lock - // and ignore npm-shrinkwrap if both are present. - // TODO: emit a warning here or something if both are present. - this.filename = resolve(this.path, - (this.hiddenLockfile ? 'node_modules/.package-lock' - : this.shrinkwrapOnly || sw ? 'npm-shrinkwrap' - : 'package-lock') + '.json') - - this.type = basename(this.filename) - this.loadedFromDisk = !!data - - if (yarn) { - this.yarnLock = new YarnLock() - // ignore invalid yarn data. we'll likely clobber it later anyway. - try { - this.yarnLock.parse(yarn) - } catch { - // ignore errors - } - } - - return data ? parseJSON(data) : {} - }).then(async data => { - this.inferFormattingOptions(data) - - if (!this.hiddenLockfile || !data.packages) { - return data - } - - // add a few ms just to account for jitter - const lockTime = +(await stat(this.filename)).mtime + 10 - await assertNoNewer(this.path, data, lockTime) - - // all good! hidden lockfile is the newest thing in here. - return data - }).catch(er => { - /* istanbul ignore else */ - if (typeof this.filename === 'string') { - const rel = relpath(this.path, this.filename) - log.verbose('shrinkwrap', `failed to load ${rel}`, er) - } else { - log.verbose('shrinkwrap', `failed to load ${this.path}`, er) - } - this.loadingError = er - this.loadedFromDisk = false - this.ancientLockfile = false - return {} - }).then(lock => { - // auto convert v1 lockfiles to v3 - // leave v2 in place unless configured - // v3 by default - const lockfileVersion = - this.lockfileVersion ? this.lockfileVersion - : lock.lockfileVersion === 1 ? defaultLockfileVersion - : lock.lockfileVersion || defaultLockfileVersion - - this.data = { - ...lock, - lockfileVersion: lockfileVersion, - requires: true, - packages: lock.packages || {}, - dependencies: lock.dependencies || {}, - } - - this.originalLockfileVersion = lock.lockfileVersion - - // use default if it wasn't explicitly set, and the current file is - // less than our default. otherwise, keep whatever is in the file, - // unless we had an explicit setting already. - if (!this.lockfileVersion) { - this.lockfileVersion = this.data.lockfileVersion = lockfileVersion - } - this.ancientLockfile = this.loadedFromDisk && - !(lock.lockfileVersion >= 2) && !lock.requires - - // load old lockfile deps into the packages listing - // eslint-disable-next-line promise/always-return - if (lock.dependencies && !lock.packages) { - return rpj(this.path + '/package.json').then(pkg => pkg, er => ({})) - // eslint-disable-next-line promise/always-return - .then(pkg => { - this[_loadAll]('', null, this.data) - this[_fixDependencies](pkg) - }) - } - }) - .then(() => this) - } - - [_loadAll] (location, name, lock) { - // migrate a v1 package lock to the new format. - const meta = this[_metaFromLock](location, name, lock) - // dependencies nested under a link are actually under the link target - if (meta.link) { - location = meta.resolved - } - if (lock.dependencies) { - for (const [name, dep] of Object.entries(lock.dependencies)) { - const loc = location + (location ? '/' : '') + 'node_modules/' + name - this[_loadAll](loc, name, dep) - } - } - } - - // v1 lockfiles track the optional/dev flags, but they don't tell us - // which thing had what kind of dep on what other thing, so we need - // to correct that now, or every link will be considered prod - [_fixDependencies] (pkg) { - // we need the root package.json because legacy shrinkwraps just - // have requires:true at the root level, which is even less useful - // than merging all dep types into one object. - const root = this.data.packages[''] - pkgMetaKeys.forEach(key => { - const val = metaFieldFromPkg(pkg, key) - const k = key.replace(/^_/, '') - if (val) { - root[k] = val - } - }) - - for (const [loc, meta] of Object.entries(this.data.packages)) { - if (!meta.requires || !loc) { - continue - } - - // resolve each require to a meta entry - // if this node isn't optional, but the dep is, then it's an optionalDep - // likewise for dev deps. - // This isn't perfect, but it's a pretty good approximation, and at - // least gets us out of having all 'prod' edges, which throws off the - // buildIdealTree process - for (const [name, spec] of Object.entries(meta.requires)) { - const dep = this[_resolveMetaNode](loc, name) - // this overwrites the false value set above - const depType = dep && dep.optional && !meta.optional - ? 'optionalDependencies' - : /* istanbul ignore next - dev deps are only for the root level */ - dep && dep.dev && !meta.dev ? 'devDependencies' - // also land here if the dep just isn't in the tree, which maybe - // should be an error, since it means that the shrinkwrap is - // invalid, but we can't do much better without any info. - : 'dependencies' - meta[depType] = meta[depType] || {} - meta[depType][name] = spec - } - delete meta.requires - } - } - - [_resolveMetaNode] (loc, name) { - for (let path = loc; true; path = path.replace(/(^|\/)[^/]*$/, '')) { - const check = `${path}${path ? '/' : ''}node_modules/${name}` - if (this.data.packages[check]) { - return this.data.packages[check] - } - - if (!path) { - break - } - } - return null - } - - [_lockFromLoc] (lock, path, i = 0) { - if (!lock) { - return null - } - - if (path[i] === '') { - i++ - } - - if (i >= path.length) { - return lock - } - - if (!lock.dependencies) { - return null - } - - return this[_lockFromLoc](lock.dependencies[path[i]], path, i + 1) - } - - // pass in a path relative to the root path, or an absolute path, - // get back a /-normalized location based on root path. - [_pathToLoc] (path) { - return relpath(this.path, resolve(this.path, path)) - } - - delete (nodePath) { - if (!this.data) { - throw new Error('run load() before getting or setting data') - } - const location = this[_pathToLoc](nodePath) - this[_awaitingUpdate].delete(location) - - delete this.data.packages[location] - const path = location.split(/(?:^|\/)node_modules\//) - const name = path.pop() - const pLock = this[_lockFromLoc](this.data, path) - if (pLock && pLock.dependencies) { - delete pLock.dependencies[name] - } - } - - get (nodePath) { - if (!this.data) { - throw new Error('run load() before getting or setting data') - } - - const location = this[_pathToLoc](nodePath) - if (this[_awaitingUpdate].has(location)) { - this[_updateWaitingNode](location) - } - - // first try to get from the newer spot, which we know has - // all the things we need. - if (this.data.packages[location]) { - return this.data.packages[location] - } - - // otherwise, fall back to the legacy metadata, and hope for the best - // get the node in the shrinkwrap corresponding to this spot - const path = location.split(/(?:^|\/)node_modules\//) - const name = path[path.length - 1] - const lock = this[_lockFromLoc](this.data, path) - - return this[_metaFromLock](location, name, lock) - } - - [_metaFromLock] (location, name, lock) { - // This function tries as hard as it can to figure out the metadata - // from a lockfile which may be outdated or incomplete. Since v1 - // lockfiles used the "version" field to contain a variety of - // different possible types of data, this gets a little complicated. - if (!lock) { - return {} - } - - // try to figure out a npm-package-arg spec from the lockfile entry - // This will return null if we could not get anything valid out of it. - const spec = specFromLock(name, lock, this.path) - - if (spec.type === 'directory') { - // the "version" was a file: url to a non-tarball path - // this is a symlink dep. We don't store much metadata - // about symlinks, just the target. - const target = relpath(this.path, spec.fetchSpec) - this.data.packages[location] = { - link: true, - resolved: target, - } - // also save the link target, omitting version since we don't know - // what it is, but we know it isn't a link to itself! - if (!this.data.packages[target]) { - this[_metaFromLock](target, name, { ...lock, version: null }) - } - return this.data.packages[location] - } - - const meta = {} - // when calling loadAll we'll change these into proper dep objects - if (lock.requires && typeof lock.requires === 'object') { - meta.requires = lock.requires - } - - if (lock.optional) { - meta.optional = true - } - if (lock.dev) { - meta.dev = true - } - - // the root will typically have a name from the root project's - // package.json file. - if (location === '') { - meta.name = lock.name - } - - // if we have integrity, save it now. - if (lock.integrity) { - meta.integrity = lock.integrity - } - - if (lock.version && !lock.integrity) { - // this is usually going to be a git url or symlink, but it could - // also be a registry dependency that did not have integrity at - // the time it was saved. - // Symlinks were already handled above, so that leaves git. - // - // For git, always save the full SSH url. we'll actually fetch the - // tgz most of the time, since it's faster, but it won't work for - // private repos, and we can't get back to the ssh from the tgz, - // so we store the ssh instead. - // For unknown git hosts, just resolve to the raw spec in lock.version - if (spec.type === 'git') { - meta.resolved = consistentResolve(spec, this.path, this.path) - - // return early because there is nothing else we can do with this - return this.data.packages[location] = meta - } else if (spec.registry) { - // registry dep that didn't save integrity. grab the version, and - // fall through to pick up the resolved and potentially name. - meta.version = lock.version - } - // only other possible case is a tarball without integrity. - // fall through to do what we can with the filename later. - } - - // at this point, we know that the spec is either a registry dep - // (ie, version, because locking, which means a resolved url), - // or a remote dep, or file: url. Remote deps and file urls - // have a fetchSpec equal to the fully resolved thing. - // Registry deps, we take what's in the lockfile. - if (lock.resolved || (spec.type && !spec.registry)) { - if (spec.registry) { - meta.resolved = lock.resolved - } else if (spec.type === 'file') { - meta.resolved = consistentResolve(spec, this.path, this.path, true) - } else if (spec.fetchSpec) { - meta.resolved = spec.fetchSpec - } - } - - // at this point, if still we don't have a version, do our best to - // infer it from the tarball url/file. This works a surprising - // amount of the time, even though it's not guaranteed. - if (!meta.version) { - if (spec.type === 'file' || spec.type === 'remote') { - const fromTgz = versionFromTgz(spec.name, spec.fetchSpec) || - versionFromTgz(spec.name, meta.resolved) - if (fromTgz) { - meta.version = fromTgz.version - if (fromTgz.name !== name) { - meta.name = fromTgz.name - } - } - } else if (spec.type === 'alias') { - meta.name = spec.subSpec.name - meta.version = spec.subSpec.fetchSpec - } else if (spec.type === 'version') { - meta.version = spec.fetchSpec - } - // ok, I did my best! good luck! - } - - if (lock.bundled) { - meta.inBundle = true - } - - // save it for next time - return this.data.packages[location] = meta - } - - add (node) { - if (!this.data) { - throw new Error('run load() before getting or setting data') - } - - // will be actually updated on read - const loc = relpath(this.path, node.path) - if (node.path === this.path) { - this.tree = node - } - - // if we have metadata about this node, and it's a match, then - // try to decorate it. - if (node.resolved === null || node.integrity === null) { - const { - resolved, - integrity, - hasShrinkwrap, - version, - } = this.get(node.path) - - const pathFixed = !resolved ? null - : !/^file:/.test(resolved) ? resolved - // resolve onto the metadata path - : `file:${resolve(this.path, resolved.slice(5)).replace(/#/g, '%23')}` - - // if we have one, only set the other if it matches - // otherwise it could be for a completely different thing. - const resolvedOk = !resolved || !node.resolved || - node.resolved === pathFixed - const integrityOk = !integrity || !node.integrity || - node.integrity === integrity - const versionOk = !version || !node.version || version === node.version - - const allOk = (resolved || integrity || version) && - resolvedOk && integrityOk && versionOk - - if (allOk) { - node.resolved = node.resolved || pathFixed || null - node.integrity = node.integrity || integrity || null - node.hasShrinkwrap = node.hasShrinkwrap || hasShrinkwrap || false - } else { - // try to read off the package or node itself - const { - resolved, - integrity, - hasShrinkwrap, - } = Shrinkwrap.metaFromNode(node, this.path, this.resolveOptions) - node.resolved = node.resolved || resolved || null - node.integrity = node.integrity || integrity || null - node.hasShrinkwrap = node.hasShrinkwrap || hasShrinkwrap || false - } - } - this[_awaitingUpdate].set(loc, node) - } - - addEdge (edge) { - if (!this.yarnLock || !edge.valid) { - return - } - - const { to: node } = edge - - // if it's already set up, nothing to do - if (node.resolved !== null && node.integrity !== null) { - return - } - - // if the yarn lock is empty, nothing to do - if (!this.yarnLock.entries || !this.yarnLock.entries.size) { - return - } - - // we relativize the path here because that's how it shows up in the lock - // XXX how is this different from pathFixed above?? - const pathFixed = !node.resolved ? null - : !/file:/.test(node.resolved) ? node.resolved - : consistentResolve(node.resolved, node.path, this.path, true) - - const spec = npa(`${node.name}@${edge.spec}`) - const entry = this.yarnLock.entries.get(`${node.name}@${edge.spec}`) - - if (!entry || - mismatch(node.version, entry.version) || - mismatch(node.integrity, entry.integrity) || - mismatch(pathFixed, entry.resolved)) { - return - } - - if (entry.resolved && yarnRegRe.test(entry.resolved) && spec.registry) { - entry.resolved = entry.resolved.replace(yarnRegRe, 'https://registry.npmjs.org/') - } - - node.integrity = node.integrity || entry.integrity || null - node.resolved = node.resolved || - consistentResolve(entry.resolved, this.path, node.path) || null - - this[_awaitingUpdate].set(relpath(this.path, node.path), node) - } - - [_updateWaitingNode] (loc) { - const node = this[_awaitingUpdate].get(loc) - this[_awaitingUpdate].delete(loc) - this.data.packages[loc] = Shrinkwrap.metaFromNode( - node, - this.path, - this.resolveOptions) - } - - commit () { - if (this.tree) { - if (this.yarnLock) { - this.yarnLock.fromTree(this.tree) - } - const root = Shrinkwrap.metaFromNode( - this.tree.target, - this.path, - this.resolveOptions) - this.data.packages = {} - if (Object.keys(root).length) { - this.data.packages[''] = root - } - for (const node of this.tree.root.inventory.values()) { - // only way this.tree is not root is if the root is a link to it - if (node === this.tree || node.isRoot || node.location === '') { - continue - } - const loc = relpath(this.path, node.path) - this.data.packages[loc] = Shrinkwrap.metaFromNode( - node, - this.path, - this.resolveOptions) - } - } else if (this[_awaitingUpdate].size > 0) { - for (const loc of this[_awaitingUpdate].keys()) { - this[_updateWaitingNode](loc) - } - } - - // if we haven't set it by now, use the default - if (!this.lockfileVersion) { - this.lockfileVersion = defaultLockfileVersion - } - this.data.lockfileVersion = this.lockfileVersion - - // hidden lockfiles don't include legacy metadata or a root entry - if (this.hiddenLockfile) { - delete this.data.packages[''] - delete this.data.dependencies - } else if (this.tree && this.lockfileVersion <= 3) { - this[_buildLegacyLockfile](this.tree, this.data) - } - - // lf version 1 = dependencies only - // lf version 2 = dependencies and packages - // lf version 3 = packages only - if (this.lockfileVersion >= 3) { - const { dependencies, ...data } = this.data - return data - } else if (this.lockfileVersion < 2) { - const { packages, ...data } = this.data - return data - } else { - return { ...this.data } - } - } - - [_buildLegacyLockfile] (node, lock, path = []) { - if (node === this.tree) { - // the root node - lock.name = node.packageName || node.name - if (node.version) { - lock.version = node.version - } - } - - // npm v6 and before tracked 'from', meaning "the request that led - // to this package being installed". However, that's inherently - // racey and non-deterministic in a world where deps are deduped - // ahead of fetch time. In order to maintain backwards compatibility - // with v6 in the lockfile, we do this trick where we pick a valid - // dep link out of the edgesIn set. Choose the edge with the fewest - // number of `node_modules` sections in the requestor path, and then - // lexically sort afterwards. - const edge = [...node.edgesIn].filter(e => e.valid).sort((a, b) => { - const aloc = a.from.location.split('node_modules') - const bloc = b.from.location.split('node_modules') - /* istanbul ignore next - sort calling order is indeterminate */ - return aloc.length > bloc.length ? 1 - : bloc.length > aloc.length ? -1 - : localeCompare(aloc[aloc.length - 1], bloc[bloc.length - 1]) - })[0] - - const res = consistentResolve(node.resolved, this.path, this.path, true) - const rSpec = specFromResolved(res) - - // if we don't have anything (ie, it's extraneous) then use the resolved - // value as if that was where we got it from, since at least it's true. - // if we don't have either, just an empty object so nothing matches below. - // This will effectively just save the version and resolved, as if it's - // a standard version/range dep, which is a reasonable default. - const spec = !edge ? rSpec - : npa.resolve(node.name, edge.spec, edge.from.realpath) - - if (node.isLink) { - lock.version = `file:${relpath(this.path, node.realpath).replace(/#/g, '%23')}` - } else if (spec && (spec.type === 'file' || spec.type === 'remote')) { - lock.version = spec.saveSpec - } else if (spec && spec.type === 'git' || rSpec.type === 'git') { - lock.version = node.resolved - /* istanbul ignore else - don't think there are any cases where a git - * spec (or indeed, ANY npa spec) doesn't have a .raw member */ - if (spec.raw) { - lock.from = spec.raw - } - } else if (!node.isRoot && - node.package && - node.packageName && - node.packageName !== node.name) { - lock.version = `npm:${node.packageName}@${node.version}` - } else if (node.package && node.version) { - lock.version = node.version - } - - if (node.inDepBundle) { - lock.bundled = true - } - - // when we didn't resolve to git, file, or dir, and didn't request - // git, file, dir, or remote, then the resolved value is necessary. - if (node.resolved && - !node.isLink && - rSpec.type !== 'git' && - rSpec.type !== 'file' && - rSpec.type !== 'directory' && - spec.type !== 'directory' && - spec.type !== 'git' && - spec.type !== 'file' && - spec.type !== 'remote') { - lock.resolved = overrideResolves(node.resolved, this.resolveOptions) - } - - if (node.integrity) { - lock.integrity = node.integrity - } - - if (node.extraneous) { - lock.extraneous = true - } else if (!node.isLink) { - if (node.peer) { - lock.peer = true - } - - if (node.devOptional && !node.dev && !node.optional) { - lock.devOptional = true - } - - if (node.dev) { - lock.dev = true - } - - if (node.optional) { - lock.optional = true - } - } - - const depender = node.target - if (depender.edgesOut.size > 0) { - if (node !== this.tree) { - const entries = [...depender.edgesOut.entries()] - lock.requires = entries.reduce((set, [k, v]) => { - // omit peer deps from legacy lockfile requires field, because - // npm v6 doesn't handle peer deps, and this triggers some bad - // behavior if the dep can't be found in the dependencies list. - const { spec, peer } = v - if (peer) { - return set - } - if (spec.startsWith('file:')) { - // turn absolute file: paths into relative paths from the node - // this especially shows up with workspace edges when the root - // node is also a workspace in the set. - const p = resolve(node.realpath, spec.slice('file:'.length)) - set[k] = `file:${relpath(node.realpath, p).replace(/#/g, '%23')}` - } else { - set[k] = spec - } - return set - }, {}) - } else { - lock.requires = true - } - } - - // now we walk the children, putting them in the 'dependencies' object - const { children } = node.target - if (!children.size) { - delete lock.dependencies - } else { - const kidPath = [...path, node.realpath] - const dependencies = {} - // skip any that are already in the descent path, so cyclical link - // dependencies don't blow up with ELOOP. - let found = false - for (const [name, kid] of children.entries()) { - if (path.includes(kid.realpath)) { - continue - } - dependencies[name] = this[_buildLegacyLockfile](kid, {}, kidPath) - found = true - } - if (found) { - lock.dependencies = dependencies - } - } - return lock - } - - toJSON () { - if (!this.data) { - throw new Error('run load() before getting or setting data') - } - - return this.commit() - } - - toString (options = {}) { - const data = this.toJSON() - const { format = true } = options - const defaultIndent = this.indent || 2 - const indent = format === true ? defaultIndent - : format || 0 - const eol = format ? this.newline || '\n' : '' - return stringify(data, swKeyOrder, indent).replace(/\n/g, eol) - } - - save (options = {}) { - if (!this.data) { - throw new Error('run load() before saving data') - } - - const json = this.toString(options) - if ( - !this.hiddenLockfile - && this.originalLockfileVersion !== undefined - && this.originalLockfileVersion !== this.lockfileVersion - ) { - log.warn( - `Converting lock file (${relative(process.cwd(), this.filename)}) from v${this.originalLockfileVersion} -> v${this.lockfileVersion}` - ) - } - return Promise.all([ - writeFile(this.filename, json).catch(er => { - if (this.hiddenLockfile) { - // well, we did our best. - // if we reify, and there's nothing there, then it might be lacking - // a node_modules folder, but then the lockfile is not important. - // Remove the file, so that in case there WERE deps, but we just - // failed to update the file for some reason, it's not out of sync. - return rm(this.filename, { recursive: true, force: true }) - } - throw er - }), - this.yarnLock && this.yarnLock.entries.size && - writeFile(this.path + '/yarn.lock', this.yarnLock.toString()), - ]) - } -} - -module.exports = Shrinkwrap diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/signal-handling.js b/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/signal-handling.js deleted file mode 100644 index 18841d9..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/signal-handling.js +++ /dev/null @@ -1,74 +0,0 @@ -const signals = require('./signals.js') - -// for testing, expose the process being used -module.exports = Object.assign(fn => setup(fn), { process }) - -// do all of this in a setup function so that we can call it -// multiple times for multiple reifies that might be going on. -// Otherwise, Arborist.reify() is a global action, which is a -// new constraint we'd be adding with this behavior. -const setup = fn => { - const { process } = module.exports - - const sigListeners = { loaded: false } - - const unload = () => { - if (!sigListeners.loaded) { - return - } - for (const sig of signals) { - try { - process.removeListener(sig, sigListeners[sig]) - } catch { - // ignore errors - } - } - process.removeListener('beforeExit', onBeforeExit) - sigListeners.loaded = false - } - - const onBeforeExit = () => { - // this trick ensures that we exit with the same signal we caught - // Ie, if you press ^C and npm gets a SIGINT, we'll do the rollback - // and then exit with a SIGINT signal once we've removed the handler. - // The timeout is there because signals are asynchronous, so we need - // the process to NOT exit on its own, which means we have to have - // something keeping the event loop looping. Hence this hack. - unload() - process.kill(process.pid, signalReceived) - setTimeout(() => {}, 500) - } - - let signalReceived = null - const listener = (sig, fn) => () => { - signalReceived = sig - - // if we exit normally, but caught a signal which would have been fatal, - // then re-send it once we're done with whatever cleanup we have to do. - unload() - if (process.listeners(sig).length < 1) { - process.once('beforeExit', onBeforeExit) - } - - fn({ signal: sig }) - } - - // do the actual loading here - for (const sig of signals) { - sigListeners[sig] = listener(sig, fn) - const max = process.getMaxListeners() - try { - // if we call this a bunch of times, avoid triggering the warning - const { length } = process.listeners(sig) - if (length >= max) { - process.setMaxListeners(length + 1) - } - process.on(sig, sigListeners[sig]) - } catch { - // ignore errors - } - } - sigListeners.loaded = true - - return unload -} diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/signals.js b/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/signals.js deleted file mode 100644 index 8dcd585..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/signals.js +++ /dev/null @@ -1,58 +0,0 @@ -// copied from signal-exit - -// This is not the set of all possible signals. -// -// It IS, however, the set of all signals that trigger -// an exit on either Linux or BSD systems. Linux is a -// superset of the signal names supported on BSD, and -// the unknown signals just fail to register, so we can -// catch that easily enough. -// -// Don't bother with SIGKILL. It's uncatchable, which -// means that we can't fire any callbacks anyway. -// -// If a user does happen to register a handler on a non- -// fatal signal like SIGWINCH or something, and then -// exit, it'll end up firing `process.emit('exit')`, so -// the handler will be fired anyway. -// -// SIGBUS, SIGFPE, SIGSEGV and SIGILL, when not raised -// artificially, inherently leave the process in a -// state from which it is not safe to try and enter JS -// listeners. - -const platform = global.__ARBORIST_FAKE_PLATFORM__ || process.platform - -module.exports = [ - 'SIGABRT', - 'SIGALRM', - 'SIGHUP', - 'SIGINT', - 'SIGTERM', -] - -if (platform !== 'win32') { - module.exports.push( - 'SIGVTALRM', - 'SIGXCPU', - 'SIGXFSZ', - 'SIGUSR2', - 'SIGTRAP', - 'SIGSYS', - 'SIGQUIT', - 'SIGIOT' - // should detect profiler and enable/disable accordingly. - // see #21 - // 'SIGPROF' - ) -} - -if (platform === 'linux') { - module.exports.push( - 'SIGIO', - 'SIGPOLL', - 'SIGPWR', - 'SIGSTKFLT', - 'SIGUNUSED' - ) -} diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/spec-from-lock.js b/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/spec-from-lock.js deleted file mode 100644 index 49b53c8..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/spec-from-lock.js +++ /dev/null @@ -1,34 +0,0 @@ -const npa = require('npm-package-arg') - -// extracted from npm v6 lib/install/realize-shrinkwrap-specifier.js -const specFromLock = (name, lock, where) => { - try { - if (lock.version) { - const spec = npa.resolve(name, lock.version, where) - if (lock.integrity || spec.type === 'git') { - return spec - } - } - if (lock.from) { - // legacy metadata includes "from", but not integrity - const spec = npa.resolve(name, lock.from, where) - if (spec.registry && lock.version) { - return npa.resolve(name, lock.version, where) - } else if (!lock.resolved) { - return spec - } - } - if (lock.resolved) { - return npa.resolve(name, lock.resolved, where) - } - } catch { - // ignore errors - } - try { - return npa.resolve(name, lock.version, where) - } catch { - return {} - } -} - -module.exports = specFromLock diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/tracker.js b/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/tracker.js deleted file mode 100644 index 42c401e..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/tracker.js +++ /dev/null @@ -1,102 +0,0 @@ -const _progress = Symbol('_progress') -const _onError = Symbol('_onError') -const _setProgress = Symbol('_setProgess') -const npmlog = require('npmlog') - -module.exports = cls => class Tracker extends cls { - constructor (options = {}) { - super(options) - this[_setProgress] = !!options.progress - this[_progress] = new Map() - } - - addTracker (section, subsection = null, key = null) { - if (section === null || section === undefined) { - this[_onError](`Tracker can't be null or undefined`) - } - - if (key === null) { - key = subsection - } - - const hasTracker = this[_progress].has(section) - const hasSubtracker = this[_progress].has(`${section}:${key}`) - - if (hasTracker && subsection === null) { - // 0. existing tracker, no subsection - this[_onError](`Tracker "${section}" already exists`) - } else if (!hasTracker && subsection === null) { - // 1. no existing tracker, no subsection - // Create a new tracker from npmlog - // starts progress bar - if (this[_setProgress] && this[_progress].size === 0) { - npmlog.enableProgress() - } - - this[_progress].set(section, npmlog.newGroup(section)) - } else if (!hasTracker && subsection !== null) { - // 2. no parent tracker and subsection - this[_onError](`Parent tracker "${section}" does not exist`) - } else if (!hasTracker || !hasSubtracker) { - // 3. existing parent tracker, no subsection tracker - // Create a new subtracker in this[_progress] from parent tracker - this[_progress].set(`${section}:${key}`, - this[_progress].get(section).newGroup(`${section}:${subsection}`) - ) - } - // 4. existing parent tracker, existing subsection tracker - // skip it - } - - finishTracker (section, subsection = null, key = null) { - if (section === null || section === undefined) { - this[_onError](`Tracker can't be null or undefined`) - } - - if (key === null) { - key = subsection - } - - const hasTracker = this[_progress].has(section) - const hasSubtracker = this[_progress].has(`${section}:${key}`) - - // 0. parent tracker exists, no subsection - // Finish parent tracker and remove from this[_progress] - if (hasTracker && subsection === null) { - // check if parent tracker does - // not have any remaining children - const keys = this[_progress].keys() - for (const key of keys) { - if (key.match(new RegExp(section + ':'))) { - this.finishTracker(section, key) - } - } - - // remove parent tracker - this[_progress].get(section).finish() - this[_progress].delete(section) - - // remove progress bar if all - // trackers are finished - if (this[_setProgress] && this[_progress].size === 0) { - npmlog.disableProgress() - } - } else if (!hasTracker && subsection === null) { - // 1. no existing parent tracker, no subsection - this[_onError](`Tracker "${section}" does not exist`) - } else if (!hasTracker || hasSubtracker) { - // 2. subtracker exists - // Finish subtracker and remove from this[_progress] - this[_progress].get(`${section}:${key}`).finish() - this[_progress].delete(`${section}:${key}`) - } - // 3. existing parent tracker, no subsection - } - - [_onError] (msg) { - if (this[_setProgress]) { - npmlog.disableProgress() - } - throw new Error(msg) - } -} diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/tree-check.js b/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/tree-check.js deleted file mode 100644 index 44b5484..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/tree-check.js +++ /dev/null @@ -1,155 +0,0 @@ -const debug = require('./debug.js') - -const checkTree = (tree, checkUnreachable = true) => { - const log = [['START TREE CHECK', tree.path]] - - // this can only happen in tests where we have a "tree" object - // that isn't actually a tree. - if (!tree.root || !tree.root.inventory) { - return tree - } - - const { inventory } = tree.root - const seen = new Set() - const check = (node, via = tree, viaType = 'self') => { - log.push([ - 'CHECK', - node && node.location, - via && via.location, - viaType, - 'seen=' + seen.has(node), - 'promise=' + !!(node && node.then), - 'root=' + !!(node && node.isRoot), - ]) - - if (!node || seen.has(node) || node.then) { - return - } - - seen.add(node) - - if (node.isRoot && node !== tree.root) { - throw Object.assign(new Error('double root'), { - node: node.path, - realpath: node.realpath, - tree: tree.path, - root: tree.root.path, - via: via.path, - viaType, - log, - }) - } - - if (node.root !== tree.root) { - throw Object.assign(new Error('node from other root in tree'), { - node: node.path, - realpath: node.realpath, - tree: tree.path, - root: tree.root.path, - via: via.path, - viaType, - otherRoot: node.root && node.root.path, - log, - }) - } - - if (!node.isRoot && node.inventory.size !== 0) { - throw Object.assign(new Error('non-root has non-zero inventory'), { - node: node.path, - tree: tree.path, - root: tree.root.path, - via: via.path, - viaType, - inventory: [...node.inventory.values()].map(node => - [node.path, node.location]), - log, - }) - } - - if (!node.isRoot && !inventory.has(node) && !node.dummy) { - throw Object.assign(new Error('not in inventory'), { - node: node.path, - tree: tree.path, - root: tree.root.path, - via: via.path, - viaType, - log, - }) - } - - const devEdges = [...node.edgesOut.values()].filter(e => e.dev) - if (!node.isTop && devEdges.length) { - throw Object.assign(new Error('dev edges on non-top node'), { - node: node.path, - tree: tree.path, - root: tree.root.path, - via: via.path, - viaType, - devEdges: devEdges.map(e => [e.type, e.name, e.spec, e.error]), - log, - }) - } - - if (node.path === tree.root.path && node !== tree.root) { - throw Object.assign(new Error('node with same path as root'), { - node: node.path, - tree: tree.path, - root: tree.root.path, - via: via.path, - viaType, - log, - }) - } - - if (!node.isLink && node.path !== node.realpath) { - throw Object.assign(new Error('non-link with mismatched path/realpath'), { - node: node.path, - tree: tree.path, - realpath: node.realpath, - root: tree.root.path, - via: via.path, - viaType, - log, - }) - } - - const { parent, fsParent, target } = node - check(parent, node, 'parent') - check(fsParent, node, 'fsParent') - check(target, node, 'target') - log.push(['CHILDREN', node.location, ...node.children.keys()]) - for (const kid of node.children.values()) { - check(kid, node, 'children') - } - for (const kid of node.fsChildren) { - check(kid, node, 'fsChildren') - } - for (const link of node.linksIn) { - check(link, node, 'linksIn') - } - for (const top of node.tops) { - check(top, node, 'tops') - } - log.push(['DONE', node.location]) - } - check(tree) - if (checkUnreachable) { - for (const node of inventory.values()) { - if (!seen.has(node) && node !== tree.root) { - throw Object.assign(new Error('unreachable in inventory'), { - node: node.path, - realpath: node.realpath, - location: node.location, - root: tree.root.path, - tree: tree.path, - log, - }) - } - } - } - return tree -} - -// should only ever run this check in debug mode -module.exports = tree => tree -debug(() => module.exports = checkTree) diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/version-from-tgz.js b/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/version-from-tgz.js deleted file mode 100644 index be4405c..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/version-from-tgz.js +++ /dev/null @@ -1,48 +0,0 @@ -/* eslint node/no-deprecated-api: "off" */ -const semver = require('semver') -const { basename } = require('path') -const { parse } = require('url') -module.exports = (name, tgz) => { - const base = basename(tgz) - if (!base.endsWith('.tgz')) { - return null - } - - const u = parse(tgz) - if (/^https?:/.test(u.protocol)) { - // registry url? check for most likely pattern. - // either /@foo/bar/-/bar-1.2.3.tgz or - // /foo/-/foo-1.2.3.tgz, and fall through to - // basename checking. Note that registries can - // be mounted below the root url, so /a/b/-/x/y/foo/-/foo-1.2.3.tgz - // is a potential option. - const tfsplit = u.path.slice(1).split('/-/') - if (tfsplit.length > 1) { - const afterTF = tfsplit.pop() - if (afterTF === base) { - const pre = tfsplit.pop() - const preSplit = pre.split(/\/|%2f/i) - const project = preSplit.pop() - const scope = preSplit.pop() - return versionFromBaseScopeName(base, scope, project) - } - } - } - - const split = name.split(/\/|%2f/i) - const project = split.pop() - const scope = split.pop() - return versionFromBaseScopeName(base, scope, project) -} - -const versionFromBaseScopeName = (base, scope, name) => { - if (!base.startsWith(name + '-')) { - return null - } - - const parsed = semver.parse(base.substring(name.length + 1, base.length - 4)) - return parsed ? { - name: scope && scope.charAt(0) === '@' ? `${scope}/${name}` : name, - version: parsed.version, - } : null -} diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/vuln.js b/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/vuln.js deleted file mode 100644 index 81b921d..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/vuln.js +++ /dev/null @@ -1,217 +0,0 @@ -// An object representing a vulnerability either as the result of an -// advisory or due to the package in question depending exclusively on -// vulnerable versions of a dep. -// -// - name: package name -// - range: Set of vulnerable versions -// - nodes: Set of nodes affected -// - effects: Set of vulns triggered by this one -// - advisories: Set of advisories (including metavulns) causing this vuln. -// All of the entries in via are vulnerability objects returned by -// @npmcli/metavuln-calculator -// - via: dependency vulns which cause this one - -const { satisfies, simplifyRange } = require('semver') -const semverOpt = { loose: true, includePrerelease: true } - -const localeCompare = require('@isaacs/string-locale-compare')('en') -const npa = require('npm-package-arg') -const _range = Symbol('_range') -const _simpleRange = Symbol('_simpleRange') -const _fixAvailable = Symbol('_fixAvailable') - -const severities = new Map([ - ['info', 0], - ['low', 1], - ['moderate', 2], - ['high', 3], - ['critical', 4], - [null, -1], -]) - -for (const [name, val] of severities.entries()) { - severities.set(val, name) -} - -class Vuln { - constructor ({ name, advisory }) { - this.name = name - this.via = new Set() - this.advisories = new Set() - this.severity = null - this.effects = new Set() - this.topNodes = new Set() - this[_range] = null - this[_simpleRange] = null - this.nodes = new Set() - // assume a fix is available unless it hits a top node - // that locks it in place, setting this false or {isSemVerMajor, version}. - this[_fixAvailable] = true - this.addAdvisory(advisory) - this.packument = advisory.packument - this.versions = advisory.versions - } - - get fixAvailable () { - return this[_fixAvailable] - } - - set fixAvailable (f) { - this[_fixAvailable] = f - // if there's a fix available for this at the top level, it means that - // it will also fix the vulns that led to it being there. to get there, - // we set the vias to the most "strict" of fix availables. - // - false: no fix is available - // - {name, version, isSemVerMajor} fix requires -f, is semver major - // - {name, version} fix requires -f, not semver major - // - true: fix does not require -f - // TODO: duped entries may require different fixes but the current - // structure does not support this, so the case were a top level fix - // corrects a duped entry may mean you have to run fix more than once - for (const v of this.via) { - // don't blow up on loops - if (v.fixAvailable === f) { - continue - } - - if (f === false) { - v.fixAvailable = f - } else if (v.fixAvailable === true) { - v.fixAvailable = f - } else if (typeof f === 'object' && ( - typeof v.fixAvailable !== 'object' || !v.fixAvailable.isSemVerMajor)) { - v.fixAvailable = f - } - } - } - - get isDirect () { - for (const node of this.nodes.values()) { - for (const edge of node.edgesIn) { - if (edge.from.isProjectRoot || edge.from.isWorkspace) { - return true - } - } - } - return false - } - - testSpec (spec) { - const specObj = npa(spec) - if (!specObj.registry) { - return true - } - - if (specObj.subSpec) { - spec = specObj.subSpec.rawSpec - } - - for (const v of this.versions) { - if (satisfies(v, spec) && !satisfies(v, this.range, semverOpt)) { - return false - } - } - return true - } - - toJSON () { - return { - name: this.name, - severity: this.severity, - isDirect: this.isDirect, - // just loop over the advisories, since via is only Vuln objects, - // and calculated advisories have all the info we need - via: [...this.advisories].map(v => v.type === 'metavuln' ? v.dependency : { - ...v, - versions: undefined, - vulnerableVersions: undefined, - id: undefined, - }).sort((a, b) => - localeCompare(String(a.source || a), String(b.source || b))), - effects: [...this.effects].map(v => v.name).sort(localeCompare), - range: this.simpleRange, - nodes: [...this.nodes].map(n => n.location).sort(localeCompare), - fixAvailable: this[_fixAvailable], - } - } - - addVia (v) { - this.via.add(v) - v.effects.add(this) - // call the setter since we might add vias _after_ setting fixAvailable - this.fixAvailable = this.fixAvailable - } - - deleteVia (v) { - this.via.delete(v) - v.effects.delete(this) - } - - deleteAdvisory (advisory) { - this.advisories.delete(advisory) - // make sure we have the max severity of all the vulns causing this one - this.severity = null - this[_range] = null - this[_simpleRange] = null - // refresh severity - for (const advisory of this.advisories) { - this.addAdvisory(advisory) - } - - // remove any effects that are no longer relevant - const vias = new Set([...this.advisories].map(a => a.dependency)) - for (const via of this.via) { - if (!vias.has(via.name)) { - this.deleteVia(via) - } - } - } - - addAdvisory (advisory) { - this.advisories.add(advisory) - const sev = severities.get(advisory.severity) - this[_range] = null - this[_simpleRange] = null - if (sev > severities.get(this.severity)) { - this.severity = advisory.severity - } - } - - get range () { - return this[_range] || - (this[_range] = [...this.advisories].map(v => v.range).join(' || ')) - } - - get simpleRange () { - if (this[_simpleRange] && this[_simpleRange] === this[_range]) { - return this[_simpleRange] - } - - const versions = [...this.advisories][0].versions - const range = this.range - const simple = simplifyRange(versions, range, semverOpt) - return this[_simpleRange] = this[_range] = simple - } - - isVulnerable (node) { - if (this.nodes.has(node)) { - return true - } - - const { version } = node.package - if (!version) { - return false - } - - for (const v of this.advisories) { - if (v.testVersion(version)) { - this.nodes.add(node) - return true - } - } - - return false - } -} - -module.exports = Vuln diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/yarn-lock.js b/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/yarn-lock.js deleted file mode 100644 index 887d776..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/lib/yarn-lock.js +++ /dev/null @@ -1,377 +0,0 @@ -// parse a yarn lock file -// basic format -// -// <request spec>[, <request spec> ...]: -// <key> <value> -// <subkey>: -// <key> <value> -// -// Assume that any key or value might be quoted, though that's only done -// in practice if certain chars are in the string. When writing back, we follow -// Yarn's rules for quoting, to cause minimal friction. -// -// The data format would support nested objects, but at this time, it -// appears that yarn does not use that for anything, so in the interest -// of a simpler parser algorithm, this implementation only supports a -// single layer of sub objects. -// -// This doesn't deterministically define the shape of the tree, and so -// cannot be used (on its own) for Arborist.loadVirtual. -// But it can give us resolved, integrity, and version, which is useful -// for Arborist.loadActual and for building the ideal tree. -// -// At the very least, when a yarn.lock file is present, we update it -// along the way, and save it back in Shrinkwrap.save() -// -// NIHing this rather than using @yarnpkg/lockfile because that module -// is an impenetrable 10kloc of webpack flow output, which is overkill -// for something relatively simple and tailored to Arborist's use case. - -const localeCompare = require('@isaacs/string-locale-compare')('en') -const consistentResolve = require('./consistent-resolve.js') -const { dirname } = require('path') -const { breadth } = require('treeverse') - -// Sort Yarn entries respecting the yarn.lock sort order -const yarnEntryPriorities = { - name: 1, - version: 2, - uid: 3, - resolved: 4, - integrity: 5, - registry: 6, - dependencies: 7, -} - -const priorityThenLocaleCompare = (a, b) => { - if (!yarnEntryPriorities[a] && !yarnEntryPriorities[b]) { - return localeCompare(a, b) - } - /* istanbul ignore next */ - return (yarnEntryPriorities[a] || 100) > (yarnEntryPriorities[b] || 100) ? 1 : -1 -} - -const quoteIfNeeded = val => { - if ( - typeof val === 'boolean' || - typeof val === 'number' || - val.startsWith('true') || - val.startsWith('false') || - /[:\s\n\\",[\]]/g.test(val) || - !/^[a-zA-Z]/g.test(val) - ) { - return JSON.stringify(val) - } - - return val -} - -// sort a key/value object into a string of JSON stringified keys and vals -const sortKV = obj => Object.keys(obj) - .sort(localeCompare) - .map(k => ` ${quoteIfNeeded(k)} ${quoteIfNeeded(obj[k])}`) - .join('\n') - -// for checking against previous entries -const match = (p, n) => - p.integrity && n.integrity ? p.integrity === n.integrity - : p.resolved && n.resolved ? p.resolved === n.resolved - : p.version && n.version ? p.version === n.version - : true - -const prefix = -`# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. -# yarn lockfile v1 - - -` - -const nullSymbol = Symbol('null') -class YarnLock { - static parse (data) { - return new YarnLock().parse(data) - } - - static fromTree (tree) { - return new YarnLock().fromTree(tree) - } - - constructor () { - this.entries = null - this.endCurrent() - } - - endCurrent () { - this.current = null - this.subkey = nullSymbol - } - - parse (data) { - const ENTRY_START = /^[^\s].*:$/ - const SUBKEY = /^ {2}[^\s]+:$/ - const SUBVAL = /^ {4}[^\s]+ .+$/ - const METADATA = /^ {2}[^\s]+ .+$/ - this.entries = new Map() - this.current = null - const linere = /([^\r\n]*)\r?\n/gm - let match - let lineNum = 0 - if (!/\n$/.test(data)) { - data += '\n' - } - while (match = linere.exec(data)) { - const line = match[1] - lineNum++ - if (line.charAt(0) === '#') { - continue - } - if (line === '') { - this.endCurrent() - continue - } - if (ENTRY_START.test(line)) { - this.endCurrent() - const specs = this.splitQuoted(line.slice(0, -1), /, */) - this.current = new YarnLockEntry(specs) - specs.forEach(spec => this.entries.set(spec, this.current)) - continue - } - if (SUBKEY.test(line)) { - this.subkey = line.slice(2, -1) - this.current[this.subkey] = {} - continue - } - if (SUBVAL.test(line) && this.current && this.current[this.subkey]) { - const subval = this.splitQuoted(line.trimLeft(), ' ') - if (subval.length === 2) { - this.current[this.subkey][subval[0]] = subval[1] - continue - } - } - // any other metadata - if (METADATA.test(line) && this.current) { - const metadata = this.splitQuoted(line.trimLeft(), ' ') - if (metadata.length === 2) { - // strip off the legacy shasum hashes - if (metadata[0] === 'resolved') { - metadata[1] = metadata[1].replace(/#.*/, '') - } - this.current[metadata[0]] = metadata[1] - continue - } - } - - throw Object.assign(new Error('invalid or corrupted yarn.lock file'), { - position: match.index, - content: match[0], - line: lineNum, - }) - } - this.endCurrent() - return this - } - - splitQuoted (str, delim) { - // a,"b,c",d"e,f => ['a','"b','c"','d"e','f'] => ['a','b,c','d"e','f'] - const split = str.split(delim) - const out = [] - let o = 0 - for (let i = 0; i < split.length; i++) { - const chunk = split[i] - if (/^".*"$/.test(chunk)) { - out[o++] = chunk.trim().slice(1, -1) - } else if (/^"/.test(chunk)) { - let collect = chunk.trimLeft().slice(1) - while (++i < split.length) { - const n = split[i] - // something that is not a slash, followed by an even number - // of slashes then a " then end => ending on an unescaped " - if (/[^\\](\\\\)*"$/.test(n)) { - collect += n.trimRight().slice(0, -1) - break - } else { - collect += n - } - } - out[o++] = collect - } else { - out[o++] = chunk.trim() - } - } - return out - } - - toString () { - return prefix + [...new Set([...this.entries.values()])] - .map(e => e.toString()) - .sort((a, b) => localeCompare(a.replace(/"/g, ''), b.replace(/"/g, ''))).join('\n\n') + '\n' - } - - fromTree (tree) { - this.entries = new Map() - // walk the tree in a deterministic order, breadth-first, alphabetical - breadth({ - tree, - visit: node => this.addEntryFromNode(node), - getChildren: node => [...node.children.values(), ...node.fsChildren] - .sort((a, b) => a.depth - b.depth || localeCompare(a.name, b.name)), - }) - return this - } - - addEntryFromNode (node) { - const specs = [...node.edgesIn] - .map(e => `${node.name}@${e.spec}`) - .sort(localeCompare) - - // Note: - // yarn will do excessive duplication in a case like this: - // root -> (x@1.x, y@1.x, z@1.x) - // y@1.x -> (x@1.1, z@2.x) - // z@1.x -> () - // z@2.x -> (x@1.x) - // - // where x@1.2 exists, because the "x@1.x" spec will *always* resolve - // to x@1.2, which doesn't work for y's dep on x@1.1, so you'll get this: - // - // root - // +-- x@1.2.0 - // +-- y - // | +-- x@1.1.0 - // | +-- z@2 - // | +-- x@1.2.0 - // +-- z@1 - // - // instead of this more deduped tree that arborist builds by default: - // - // root - // +-- x@1.2.0 (dep is x@1.x, from root) - // +-- y - // | +-- x@1.1.0 - // | +-- z@2 (dep on x@1.x deduped to x@1.1.0 under y) - // +-- z@1 - // - // In order to not create an invalid yarn.lock file with conflicting - // entries, AND not tell yarn to create an invalid tree, we need to - // ignore the x@1.x spec coming from z, since it's already in the entries. - // - // So, if the integrity and resolved don't match a previous entry, skip it. - // We call this method on shallower nodes first, so this is fine. - const n = this.entryDataFromNode(node) - let priorEntry = null - const newSpecs = [] - for (const s of specs) { - const prev = this.entries.get(s) - // no previous entry for this spec at all, so it's new - if (!prev) { - // if we saw a match already, then assign this spec to it as well - if (priorEntry) { - priorEntry.addSpec(s) - } else { - newSpecs.push(s) - } - continue - } - - const m = match(prev, n) - // there was a prior entry, but a different thing. skip this one - if (!m) { - continue - } - - // previous matches, but first time seeing it, so already has this spec. - // go ahead and add all the previously unseen specs, though - if (!priorEntry) { - priorEntry = prev - for (const s of newSpecs) { - priorEntry.addSpec(s) - this.entries.set(s, priorEntry) - } - newSpecs.length = 0 - continue - } - - // have a prior entry matching n, and matching the prev we just saw - // add the spec to it - priorEntry.addSpec(s) - this.entries.set(s, priorEntry) - } - - // if we never found a matching prior, then this is a whole new thing - if (!priorEntry) { - const entry = Object.assign(new YarnLockEntry(newSpecs), n) - for (const s of newSpecs) { - this.entries.set(s, entry) - } - } else { - // pick up any new info that we got for this node, so that we can - // decorate with integrity/resolved/etc. - Object.assign(priorEntry, n) - } - } - - entryDataFromNode (node) { - const n = {} - if (node.package.dependencies) { - n.dependencies = node.package.dependencies - } - if (node.package.optionalDependencies) { - n.optionalDependencies = node.package.optionalDependencies - } - if (node.version) { - n.version = node.version - } - if (node.resolved) { - n.resolved = consistentResolve( - node.resolved, - node.isLink ? dirname(node.path) : node.path, - node.root.path, - true - ) - } - if (node.integrity) { - n.integrity = node.integrity - } - - return n - } - - static get Entry () { - return YarnLockEntry - } -} - -const _specs = Symbol('_specs') -class YarnLockEntry { - constructor (specs) { - this[_specs] = new Set(specs) - this.resolved = null - this.version = null - this.integrity = null - this.dependencies = null - this.optionalDependencies = null - } - - toString () { - // sort objects to the bottom, then alphabetical - return ([...this[_specs]] - .sort(localeCompare) - .map(quoteIfNeeded).join(', ') + - ':\n' + - Object.getOwnPropertyNames(this) - .filter(prop => this[prop] !== null) - .sort(priorityThenLocaleCompare) - .map(prop => - typeof this[prop] !== 'object' - ? ` ${prop} ${prop === 'integrity' ? this[prop] : JSON.stringify(this[prop])}\n` - : Object.keys(this[prop]).length === 0 ? '' - : ` ${prop}:\n` + sortKV(this[prop]) + '\n') - .join('')).trim() - } - - addSpec (spec) { - this[_specs].add(spec) - } -} - -module.exports = YarnLock diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/package.json b/software/flow/node_modules/npm/node_modules/@npmcli/arborist/package.json deleted file mode 100644 index aaa69e0..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/arborist/package.json +++ /dev/null @@ -1,104 +0,0 @@ -{ - "name": "@npmcli/arborist", - "version": "6.2.3", - "description": "Manage node_modules trees", - "dependencies": { - "@isaacs/string-locale-compare": "^1.1.0", - "@npmcli/fs": "^3.1.0", - "@npmcli/installed-package-contents": "^2.0.0", - "@npmcli/map-workspaces": "^3.0.2", - "@npmcli/metavuln-calculator": "^5.0.0", - "@npmcli/name-from-folder": "^2.0.0", - "@npmcli/node-gyp": "^3.0.0", - "@npmcli/package-json": "^3.0.0", - "@npmcli/query": "^3.0.0", - "@npmcli/run-script": "^6.0.0", - "bin-links": "^4.0.1", - "cacache": "^17.0.4", - "common-ancestor-path": "^1.0.1", - "hosted-git-info": "^6.1.1", - "json-parse-even-better-errors": "^3.0.0", - "json-stringify-nice": "^1.1.4", - "minimatch": "^6.1.6", - "nopt": "^7.0.0", - "npm-install-checks": "^6.0.0", - "npm-package-arg": "^10.1.0", - "npm-pick-manifest": "^8.0.1", - "npm-registry-fetch": "^14.0.3", - "npmlog": "^7.0.1", - "pacote": "^15.0.8", - "parse-conflict-json": "^3.0.0", - "proc-log": "^3.0.0", - "promise-all-reject-late": "^1.0.0", - "promise-call-limit": "^1.0.1", - "read-package-json-fast": "^3.0.2", - "semver": "^7.3.7", - "ssri": "^10.0.1", - "treeverse": "^3.0.0", - "walk-up-path": "^1.0.0" - }, - "devDependencies": { - "@npmcli/eslint-config": "^4.0.0", - "@npmcli/template-oss": "4.11.4", - "benchmark": "^2.1.4", - "chalk": "^4.1.0", - "minify-registry-metadata": "^3.0.0", - "nock": "^13.3.0", - "tap": "^16.3.4", - "tar-stream": "^3.0.0", - "tcompare": "^5.0.6" - }, - "scripts": { - "test": "tap", - "posttest": "node ../.. run lint", - "snap": "tap", - "test-proxy": "ARBORIST_TEST_PROXY=1 tap --snapshot", - "lint": "eslint \"**/*.js\"", - "lintfix": "node ../.. run lint -- --fix", - "benchmark": "node scripts/benchmark.js", - "benchclean": "rm -rf scripts/benchmark/*/", - "postlint": "template-oss-check", - "template-oss-apply": "template-oss-apply --force" - }, - "repository": { - "type": "git", - "url": "https://github.com/npm/cli.git", - "directory": "workspaces/arborist" - }, - "author": "GitHub Inc.", - "license": "ISC", - "files": [ - "bin/", - "lib/" - ], - "main": "lib/index.js", - "bin": { - "arborist": "bin/index.js" - }, - "//": "sk test-env locale to catch locale-specific sorting", - "tap": { - "color": true, - "after": "test/fixtures/cleanup.js", - "test-env": [ - "NODE_OPTIONS=--no-warnings", - "LC_ALL=sk" - ], - "node-arg": [ - "--no-warnings", - "--no-deprecation" - ], - "timeout": "360", - "nyc-arg": [ - "--exclude", - "tap-snapshots/**" - ] - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.11.4", - "content": "../../scripts/template-oss/index.js" - } -} diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/config/LICENSE b/software/flow/node_modules/npm/node_modules/@npmcli/config/LICENSE deleted file mode 100644 index 19cec97..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/config/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -The ISC License - -Copyright (c) npm, Inc. - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/config/README.md b/software/flow/node_modules/npm/node_modules/@npmcli/config/README.md deleted file mode 100644 index 3241838..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/config/README.md +++ /dev/null @@ -1,260 +0,0 @@ -# `@npmcli/config` - -Configuration management for the npm cli. - -This module is the spiritual descendant of -[`npmconf`](http://npm.im/npmconf), and the code that once lived in npm's -`lib/config/` folder. - -It does the management of configuration files that npm uses, but -importantly, does _not_ define all the configuration defaults or types, as -those parts make more sense to live within the npm CLI itself. - -The only exceptions: - -- The `prefix` config value has some special semantics, setting the local - prefix if specified on the CLI options and not in global mode, or the - global prefix otherwise. -- The `project` config file is loaded based on the local prefix (which can - only be set by the CLI config options, and otherwise defaults to a walk - up the folder tree to the first parent containing a `node_modules` - folder, `package.json` file, or `package-lock.json` file.) -- The `userconfig` value, as set by the environment and CLI (defaulting to - `~/.npmrc`, is used to load user configs. -- The `globalconfig` value, as set by the environment, CLI, and - `userconfig` file (defaulting to `$PREFIX/etc/npmrc`) is used to load - global configs. -- A `builtin` config, read from a `npmrc` file in the root of the npm - project itself, overrides all defaults. - -The resulting hierarchy of configs: - -- CLI switches. eg `--some-key=some-value` on the command line. These are - parsed by [`nopt`](http://npm.im/nopt), which is not a great choice, but - it's the one that npm has used forever, and changing it will be - difficult. -- Environment variables. eg `npm_config_some_key=some_value` in the - environment. There is no way at this time to modify this prefix. -- INI-formatted project configs. eg `some-key = some-value` in the - `localPrefix` folder (ie, the `cwd`, or its nearest parent that contains - either a `node_modules` folder or `package.json` file.) -- INI-formatted userconfig file. eg `some-key = some-value` in `~/.npmrc`. - The `userconfig` config value can be overridden by the `cli`, `env`, or - `project` configs to change this value. -- INI-formatted globalconfig file. eg `some-key = some-value` in - the `globalPrefix` folder, which is inferred by looking at the location - of the node executable, or the `prefix` setting in the `cli`, `env`, - `project`, or `userconfig`. The `globalconfig` value at any of those - levels can override this. -- INI-formatted builtin config file. eg `some-key = some-value` in - `/usr/local/lib/node_modules/npm/npmrc`. This is not configurable, and - is determined by looking in the `npmPath` folder. -- Default values (passed in by npm when it loads this module). - -## USAGE - -```js -const Config = require('@npmcli/config') -// the types of all the configs we know about -const types = require('./config/types.js') -// default values for all the configs we know about -const defaults = require('./config/defaults.js') -// if you want -c to be short for --call and so on, define it here -const shorthands = require('./config/shorthands.js') - -const conf = new Config({ - // path to the npm module being run - npmPath: resolve(__dirname, '..'), - types, - shorthands, - defaults, - // optional, defaults to process.argv - argv: process.argv, - // optional, defaults to process.env - env: process.env, - // optional, defaults to process.execPath - execPath: process.execPath, - // optional, defaults to process.platform - platform: process.platform, - // optional, defaults to process.cwd() - cwd: process.cwd(), -}) - -// emits log events on the process object -// see `proc-log` for more info -process.on('log', (level, ...args) => { - console.log(level, ...args) -}) - -// returns a promise that fails if config loading fails, and -// resolves when the config object is ready for action -conf.load().then(() => { - conf.validate() - console.log('loaded ok! some-key = ' + conf.get('some-key')) -}).catch(er => { - console.error('error loading configs!', er) -}) -``` - -## API - -The `Config` class is the sole export. - -```js -const Config = require('@npmcli/config') -``` - -### static `Config.typeDefs` - -The type definitions passed to `nopt` for CLI option parsing and known -configuration validation. - -### constructor `new Config(options)` - -Options: - -- `types` Types of all known config values. Note that some are effectively - given semantic value in the config loading process itself. -- `shorthands` An object mapping a shorthand value to an array of CLI - arguments that replace it. -- `defaults` Default values for each of the known configuration keys. - These should be defined for all configs given a type, and must be valid. -- `npmPath` The path to the `npm` module, for loading the `builtin` config - file. -- `cwd` Optional, defaults to `process.cwd()`, used for inferring the - `localPrefix` and loading the `project` config. -- `platform` Optional, defaults to `process.platform`. Used when inferring - the `globalPrefix` from the `execPath`, since this is done diferently on - Windows. -- `execPath` Optional, defaults to `process.execPath`. Used to infer the - `globalPrefix`. -- `env` Optional, defaults to `process.env`. Source of the environment - variables for configuration. -- `argv` Optional, defaults to `process.argv`. Source of the CLI options - used for configuration. - -Returns a `config` object, which is not yet loaded. - -Fields: - -- `config.globalPrefix` The prefix for `global` operations. Set by the - `prefix` config value, or defaults based on the location of the - `execPath` option. -- `config.localPrefix` The prefix for `local` operations. Set by the - `prefix` config value on the CLI only, or defaults to either the `cwd` or - its nearest ancestor containing a `node_modules` folder or `package.json` - file. -- `config.sources` A read-only `Map` of the file (or a comment, if no file - found, or relevant) to the config level loaded from that source. -- `config.data` A `Map` of config level to `ConfigData` objects. These - objects should not be modified directly under any circumstances. - - `source` The source where this data was loaded from. - - `raw` The raw data used to generate this config data, as it was parsed - initially from the environment, config file, or CLI options. - - `data` The data object reflecting the inheritance of configs up to this - point in the chain. - - `loadError` Any errors encountered that prevented the loading of this - config data. -- `config.list` A list sorted in priority of all the config data objects in - the prototype chain. `config.list[0]` is the `cli` level, - `config.list[1]` is the `env` level, and so on. -- `cwd` The `cwd` param -- `env` The `env` param -- `argv` The `argv` param -- `execPath` The `execPath` param -- `platform` The `platform` param -- `defaults` The `defaults` param -- `shorthands` The `shorthands` param -- `types` The `types` param -- `npmPath` The `npmPath` param -- `globalPrefix` The effective `globalPrefix` -- `localPrefix` The effective `localPrefix` -- `prefix` If `config.get('global')` is true, then `globalPrefix`, - otherwise `localPrefix` -- `home` The user's home directory, found by looking at `env.HOME` or - calling `os.homedir()`. -- `loaded` A boolean indicating whether or not configs are loaded -- `valid` A getter that returns `true` if all the config objects are valid. - Any data objects that have been modified with `config.set(...)` will be - re-evaluated when `config.valid` is read. - -### `config.load()` - -Load configuration from the various sources of information. - -Returns a `Promise` that resolves when configuration is loaded, and fails -if a fatal error is encountered. - -### `config.find(key)` - -Find the effective place in the configuration levels a given key is set. -Returns one of: `cli`, `env`, `project`, `user`, `global`, `builtin`, or -`default`. - -Returns `null` if the key is not set. - -### `config.get(key, where = 'cli')` - -Load the given key from the config stack. - -### `config.set(key, value, where = 'cli')` - -Set the key to the specified value, at the specified level in the config -stack. - -### `config.delete(key, where = 'cli')` - -Delete the configuration key from the specified level in the config stack. - -### `config.validate(where)` - -Verify that all known configuration options are set to valid values, and -log a warning if they are invalid. - -Invalid auth options will cause this method to throw an error with a `code` -property of `ERR_INVALID_AUTH`, and a `problems` property listing the specific -concerns with the current configuration. - -If `where` is not set, then all config objects are validated. - -Returns `true` if all configs are valid. - -Note that it's usually enough (and more efficient) to just check -`config.valid`, since each data object is marked for re-evaluation on every -`config.set()` operation. - -### `config.repair(problems)` - -Accept an optional array of problems (as thrown by `config.validate()`) and -perform the necessary steps to resolve them. If no problems are provided, -this method will call `config.validate()` internally to retrieve them. - -Note that you must `await config.save('user')` in order to persist the changes. - -### `config.isDefault(key)` - -Returns `true` if the value is coming directly from the -default definitions, if the current value for the key config is -coming from any other source, returns `false`. - -This method can be used for avoiding or tweaking default values, e.g: - -> Given a global default definition of foo='foo' it's possible to read that -> value such as: -> -> ```js -> const save = config.get('foo') -> ``` -> -> Now in a different place of your app it's possible to avoid using the `foo` -> default value, by checking to see if the current config value is currently -> one that was defined by the default definitions: -> -> ```js -> const save = config.isDefault('foo') ? 'bar' : config.get('foo') -> ``` - -### `config.save(where)` - -Save the config file specified by the `where` param. Must be one of -`project`, `user`, `global`, `builtin`. diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/config/lib/env-replace.js b/software/flow/node_modules/npm/node_modules/@npmcli/config/lib/env-replace.js deleted file mode 100644 index c851f6e..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/config/lib/env-replace.js +++ /dev/null @@ -1,14 +0,0 @@ -// replace any ${ENV} values with the appropriate environ. - -const envExpr = /(?<!\\)(\\*)\$\{([^${}]+)\}/g - -module.exports = (f, env) => f.replace(envExpr, (orig, esc, name) => { - const val = env[name] !== undefined ? env[name] : `$\{${name}}` - - // consume the escape chars that are relevant. - if (esc.length % 2) { - return orig.slice((esc.length + 1) / 2) - } - - return (esc.slice(esc.length / 2)) + val -}) diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/config/lib/errors.js b/software/flow/node_modules/npm/node_modules/@npmcli/config/lib/errors.js deleted file mode 100644 index fa3e207..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/config/lib/errors.js +++ /dev/null @@ -1,22 +0,0 @@ -'use strict' - -class ErrInvalidAuth extends Error { - constructor (problems) { - let message = 'Invalid auth configuration found: ' - message += problems.map((problem) => { - if (problem.action === 'delete') { - return `\`${problem.key}\` is not allowed in ${problem.where} config` - } else if (problem.action === 'rename') { - return `\`${problem.from}\` must be renamed to \`${problem.to}\` in ${problem.where} config` - } - }).join(', ') - message += '\nPlease run `npm config fix` to repair your configuration.`' - super(message) - this.code = 'ERR_INVALID_AUTH' - this.problems = problems - } -} - -module.exports = { - ErrInvalidAuth, -} diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/config/lib/index.js b/software/flow/node_modules/npm/node_modules/@npmcli/config/lib/index.js deleted file mode 100644 index 6520e56..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/config/lib/index.js +++ /dev/null @@ -1,929 +0,0 @@ -// TODO: set the scope config from package.json or explicit cli config -const walkUp = require('walk-up-path') -const ini = require('ini') -const nopt = require('nopt') -const mapWorkspaces = require('@npmcli/map-workspaces') -const rpj = require('read-package-json-fast') -const log = require('proc-log') - -const { resolve, dirname, join } = require('path') -const { homedir } = require('os') -const { - readFile, - writeFile, - chmod, - unlink, - stat, - mkdir, -} = require('fs/promises') - -const fileExists = (...p) => stat(resolve(...p)) - .then((st) => st.isFile()) - .catch(() => false) - -const dirExists = (...p) => stat(resolve(...p)) - .then((st) => st.isDirectory()) - .catch(() => false) - -const hasOwnProperty = (obj, key) => - Object.prototype.hasOwnProperty.call(obj, key) - -// define a custom getter, but turn into a normal prop -// if we set it. otherwise it can't be set on child objects -const settableGetter = (obj, key, get) => { - Object.defineProperty(obj, key, { - get, - set (value) { - Object.defineProperty(obj, key, { - value, - configurable: true, - writable: true, - enumerable: true, - }) - }, - configurable: true, - enumerable: true, - }) -} - -const typeDefs = require('./type-defs.js') -const nerfDart = require('./nerf-dart.js') -const envReplace = require('./env-replace.js') -const parseField = require('./parse-field.js') -const typeDescription = require('./type-description.js') -const setEnvs = require('./set-envs.js') - -const { - ErrInvalidAuth, -} = require('./errors.js') - -// types that can be saved back to -const confFileTypes = new Set([ - 'global', - 'user', - 'project', -]) - -const confTypes = new Set([ - 'default', - 'builtin', - ...confFileTypes, - 'env', - 'cli', -]) - -const _loaded = Symbol('loaded') -const _get = Symbol('get') -const _find = Symbol('find') -const _loadObject = Symbol('loadObject') -const _loadFile = Symbol('loadFile') -const _checkDeprecated = Symbol('checkDeprecated') -const _flatten = Symbol('flatten') -const _flatOptions = Symbol('flatOptions') - -class Config { - static get typeDefs () { - return typeDefs - } - - constructor ({ - definitions, - shorthands, - flatten, - npmPath, - - // options just to override in tests, mostly - env = process.env, - argv = process.argv, - platform = process.platform, - execPath = process.execPath, - cwd = process.cwd(), - excludeNpmCwd = false, - }) { - // turn the definitions into nopt's weirdo syntax - this.definitions = definitions - const types = {} - const defaults = {} - this.deprecated = {} - for (const [key, def] of Object.entries(definitions)) { - defaults[key] = def.default - types[key] = def.type - if (def.deprecated) { - this.deprecated[key] = def.deprecated.trim().replace(/\n +/, '\n') - } - } - - // populated the first time we flatten the object - this[_flatOptions] = null - this[_flatten] = flatten - this.types = types - this.shorthands = shorthands - this.defaults = defaults - - this.npmPath = npmPath - this.argv = argv - this.env = env - this.execPath = execPath - this.platform = platform - this.cwd = cwd - this.excludeNpmCwd = excludeNpmCwd - - // set when we load configs - this.globalPrefix = null - this.localPrefix = null - this.localPackage = null - - // defaults to env.HOME, but will always be *something* - this.home = null - - // set up the prototype chain of config objects - const wheres = [...confTypes] - this.data = new Map() - let parent = null - for (const where of wheres) { - this.data.set(where, parent = new ConfigData(parent)) - } - - this.data.set = () => { - throw new Error('cannot change internal config data structure') - } - this.data.delete = () => { - throw new Error('cannot change internal config data structure') - } - - this.sources = new Map([]) - - this.list = [] - for (const { data } of this.data.values()) { - this.list.unshift(data) - } - Object.freeze(this.list) - - this[_loaded] = false - } - - get loaded () { - return this[_loaded] - } - - get prefix () { - return this[_get]('global') ? this.globalPrefix : this.localPrefix - } - - // return the location where key is found. - find (key) { - if (!this.loaded) { - throw new Error('call config.load() before reading values') - } - return this[_find](key) - } - - [_find] (key) { - // have to look in reverse order - const entries = [...this.data.entries()] - for (let i = entries.length - 1; i > -1; i--) { - const [where, { data }] = entries[i] - if (hasOwnProperty(data, key)) { - return where - } - } - return null - } - - get (key, where) { - if (!this.loaded) { - throw new Error('call config.load() before reading values') - } - return this[_get](key, where) - } - - // we need to get values sometimes, so use this internal one to do so - // while in the process of loading. - [_get] (key, where = null) { - if (where !== null && !confTypes.has(where)) { - throw new Error('invalid config location param: ' + where) - } - const { data } = this.data.get(where || 'cli') - return where === null || hasOwnProperty(data, key) ? data[key] : undefined - } - - set (key, val, where = 'cli') { - if (!this.loaded) { - throw new Error('call config.load() before setting values') - } - if (!confTypes.has(where)) { - throw new Error('invalid config location param: ' + where) - } - this[_checkDeprecated](key) - const { data } = this.data.get(where) - data[key] = val - - // this is now dirty, the next call to this.valid will have to check it - this.data.get(where)[_valid] = null - - // the flat options are invalidated, regenerate next time they're needed - this[_flatOptions] = null - } - - get flat () { - if (this[_flatOptions]) { - return this[_flatOptions] - } - - // create the object for flat options passed to deps - process.emit('time', 'config:load:flatten') - this[_flatOptions] = {} - // walk from least priority to highest - for (const { data } of this.data.values()) { - this[_flatten](data, this[_flatOptions]) - } - process.emit('timeEnd', 'config:load:flatten') - - return this[_flatOptions] - } - - delete (key, where = 'cli') { - if (!this.loaded) { - throw new Error('call config.load() before deleting values') - } - if (!confTypes.has(where)) { - throw new Error('invalid config location param: ' + where) - } - delete this.data.get(where).data[key] - } - - async load () { - if (this.loaded) { - throw new Error('attempting to load npm config multiple times') - } - - process.emit('time', 'config:load') - // first load the defaults, which sets the global prefix - process.emit('time', 'config:load:defaults') - this.loadDefaults() - process.emit('timeEnd', 'config:load:defaults') - - // next load the builtin config, as this sets new effective defaults - process.emit('time', 'config:load:builtin') - await this.loadBuiltinConfig() - process.emit('timeEnd', 'config:load:builtin') - - // cli and env are not async, and can set the prefix, relevant to project - process.emit('time', 'config:load:cli') - this.loadCLI() - process.emit('timeEnd', 'config:load:cli') - process.emit('time', 'config:load:env') - this.loadEnv() - process.emit('timeEnd', 'config:load:env') - - // next project config, which can affect userconfig location - process.emit('time', 'config:load:project') - await this.loadProjectConfig() - process.emit('timeEnd', 'config:load:project') - // then user config, which can affect globalconfig location - process.emit('time', 'config:load:user') - await this.loadUserConfig() - process.emit('timeEnd', 'config:load:user') - // last but not least, global config file - process.emit('time', 'config:load:global') - await this.loadGlobalConfig() - process.emit('timeEnd', 'config:load:global') - - // set this before calling setEnvs, so that we don't have to share - // symbols, as that module also does a bunch of get operations - this[_loaded] = true - - // set proper globalPrefix now that everything is loaded - this.globalPrefix = this.get('prefix') - - process.emit('time', 'config:load:setEnvs') - this.setEnvs() - process.emit('timeEnd', 'config:load:setEnvs') - - process.emit('timeEnd', 'config:load') - } - - loadDefaults () { - this.loadGlobalPrefix() - this.loadHome() - - this[_loadObject]({ - ...this.defaults, - prefix: this.globalPrefix, - }, 'default', 'default values') - - const { data } = this.data.get('default') - - // the metrics-registry defaults to the current resolved value of - // the registry, unless overridden somewhere else. - settableGetter(data, 'metrics-registry', () => this[_get]('registry')) - - // if the prefix is set on cli, env, or userconfig, then we need to - // default the globalconfig file to that location, instead of the default - // global prefix. It's weird that `npm get globalconfig --prefix=/foo` - // returns `/foo/etc/npmrc`, but better to not change it at this point. - settableGetter(data, 'globalconfig', () => resolve(this[_get]('prefix'), 'etc/npmrc')) - } - - loadHome () { - this.home = this.env.HOME || homedir() - } - - loadGlobalPrefix () { - if (this.globalPrefix) { - throw new Error('cannot load default global prefix more than once') - } - - if (this.env.PREFIX) { - this.globalPrefix = this.env.PREFIX - } else if (this.platform === 'win32') { - // c:\node\node.exe --> prefix=c:\node\ - this.globalPrefix = dirname(this.execPath) - } else { - // /usr/local/bin/node --> prefix=/usr/local - this.globalPrefix = dirname(dirname(this.execPath)) - - // destdir only is respected on Unix - if (this.env.DESTDIR) { - this.globalPrefix = join(this.env.DESTDIR, this.globalPrefix) - } - } - } - - loadEnv () { - const conf = Object.create(null) - for (const [envKey, envVal] of Object.entries(this.env)) { - if (!/^npm_config_/i.test(envKey) || envVal === '') { - continue - } - let key = envKey.slice('npm_config_'.length) - if (!key.startsWith('//')) { // don't normalize nerf-darted keys - key = key.replace(/(?!^)_/g, '-') // don't replace _ at the start of the key - .toLowerCase() - } - conf[key] = envVal - } - this[_loadObject](conf, 'env', 'environment') - } - - loadCLI () { - nopt.invalidHandler = (k, val, type) => - this.invalidHandler(k, val, type, 'command line options', 'cli') - const conf = nopt(this.types, this.shorthands, this.argv) - nopt.invalidHandler = null - this.parsedArgv = conf.argv - delete conf.argv - this[_loadObject](conf, 'cli', 'command line options') - } - - get valid () { - for (const [where, { valid }] of this.data.entries()) { - if (valid === false || valid === null && !this.validate(where)) { - return false - } - } - return true - } - - validate (where) { - if (!where) { - let valid = true - const authProblems = [] - - for (const entryWhere of this.data.keys()) { - // no need to validate our defaults, we know they're fine - // cli was already validated when parsed the first time - if (entryWhere === 'default' || entryWhere === 'builtin' || entryWhere === 'cli') { - continue - } - const ret = this.validate(entryWhere) - valid = valid && ret - - if (['global', 'user', 'project'].includes(entryWhere)) { - // after validating everything else, we look for old auth configs we no longer support - // if these keys are found, we build up a list of them and the appropriate action and - // attach it as context on the thrown error - - // first, keys that should be removed - for (const key of ['_authtoken', '-authtoken']) { - if (this.get(key, entryWhere)) { - authProblems.push({ action: 'delete', key, where: entryWhere }) - } - } - - // NOTE we pull registry without restricting to the current 'where' because we want to - // suggest scoping things to the registry they would be applied to, which is the default - // regardless of where it was defined - const nerfedReg = nerfDart(this.get('registry')) - // keys that should be nerfed but currently are not - for (const key of ['_auth', '_authToken', 'username', '_password']) { - if (this.get(key, entryWhere)) { - // username and _password must both exist in the same file to be recognized correctly - if (key === 'username' && !this.get('_password', entryWhere)) { - authProblems.push({ action: 'delete', key, where: entryWhere }) - } else if (key === '_password' && !this.get('username', entryWhere)) { - authProblems.push({ action: 'delete', key, where: entryWhere }) - } else { - authProblems.push({ - action: 'rename', - from: key, - to: `${nerfedReg}:${key}`, - where: entryWhere, - }) - } - } - } - } - } - - if (authProblems.length) { - throw new ErrInvalidAuth(authProblems) - } - - return valid - } else { - const obj = this.data.get(where) - obj[_valid] = true - - nopt.invalidHandler = (k, val, type) => - this.invalidHandler(k, val, type, obj.source, where) - - nopt.clean(obj.data, this.types, this.typeDefs) - - nopt.invalidHandler = null - return obj[_valid] - } - } - - // fixes problems identified by validate(), accepts the 'problems' property from a thrown - // ErrInvalidAuth to avoid having to check everything again - repair (problems) { - if (!problems) { - try { - this.validate() - } catch (err) { - // coverage skipped here because we don't need to test re-throwing an error - // istanbul ignore next - if (err.code !== 'ERR_INVALID_AUTH') { - throw err - } - - problems = err.problems - } finally { - if (!problems) { - problems = [] - } - } - } - - for (const problem of problems) { - // coverage disabled for else branch because it doesn't do anything and shouldn't - // istanbul ignore else - if (problem.action === 'delete') { - this.delete(problem.key, problem.where) - } else if (problem.action === 'rename') { - const raw = this.data.get(problem.where).raw?.[problem.from] - const calculated = this.get(problem.from, problem.where) - this.set(problem.to, raw || calculated, problem.where) - this.delete(problem.from, problem.where) - } - } - } - - // Returns true if the value is coming directly from the source defined - // in default definitions, if the current value for the key config is - // coming from any other different source, returns false - isDefault (key) { - const [defaultType, ...types] = [...confTypes] - const defaultData = this.data.get(defaultType).data - - return hasOwnProperty(defaultData, key) - && types.every(type => { - const typeData = this.data.get(type).data - return !hasOwnProperty(typeData, key) - }) - } - - invalidHandler (k, val, type, source, where) { - log.warn( - 'invalid config', - k + '=' + JSON.stringify(val), - `set in ${source}` - ) - this.data.get(where)[_valid] = false - - if (Array.isArray(type)) { - if (type.includes(typeDefs.url.type)) { - type = typeDefs.url.type - } else { - /* istanbul ignore if - no actual configs matching this, but - * path types SHOULD be handled this way, like URLs, for the - * same reason */ - if (type.includes(typeDefs.path.type)) { - type = typeDefs.path.type - } - } - } - - const typeDesc = typeDescription(type) - const oneOrMore = typeDesc.indexOf(Array) !== -1 - const mustBe = typeDesc - .filter(m => m !== undefined && m !== Array) - const oneOf = mustBe.length === 1 && oneOrMore ? ' one or more' - : mustBe.length > 1 && oneOrMore ? ' one or more of:' - : mustBe.length > 1 ? ' one of:' - : '' - const msg = 'Must be' + oneOf - const desc = mustBe.length === 1 ? mustBe[0] - : mustBe.filter(m => m !== Array) - .map(n => typeof n === 'string' ? n : JSON.stringify(n)) - .join(', ') - log.warn('invalid config', msg, desc) - } - - [_loadObject] (obj, where, source, er = null) { - const conf = this.data.get(where) - if (conf.source) { - const m = `double-loading "${where}" configs from ${source}, ` + - `previously loaded from ${conf.source}` - throw new Error(m) - } - - if (this.sources.has(source)) { - const m = `double-loading config "${source}" as "${where}", ` + - `previously loaded as "${this.sources.get(source)}"` - throw new Error(m) - } - - conf.source = source - this.sources.set(source, where) - if (er) { - conf.loadError = er - if (er.code !== 'ENOENT') { - log.verbose('config', `error loading ${where} config`, er) - } - } else { - conf.raw = obj - for (const [key, value] of Object.entries(obj)) { - const k = envReplace(key, this.env) - const v = this.parseField(value, k) - if (where !== 'default') { - this[_checkDeprecated](k, where, obj, [key, value]) - } - conf.data[k] = v - } - } - } - - [_checkDeprecated] (key, where, obj, kv) { - // XXX(npm9+) make this throw an error - if (this.deprecated[key]) { - log.warn('config', key, this.deprecated[key]) - } - } - - // Parse a field, coercing it to the best type available. - parseField (f, key, listElement = false) { - return parseField(f, key, this, listElement) - } - - async [_loadFile] (file, type) { - process.emit('time', 'config:load:file:' + file) - // only catch the error from readFile, not from the loadObject call - await readFile(file, 'utf8').then( - data => this[_loadObject](ini.parse(data), type, file), - er => this[_loadObject](null, type, file, er) - ) - process.emit('timeEnd', 'config:load:file:' + file) - } - - loadBuiltinConfig () { - return this[_loadFile](resolve(this.npmPath, 'npmrc'), 'builtin') - } - - async loadProjectConfig () { - // the localPrefix can be set by the CLI config, but otherwise is - // found by walking up the folder tree. either way, we load it before - // we return to make sure localPrefix is set - await this.loadLocalPrefix() - - // if we have not detected a local package json yet, try now that we - // have a local prefix - if (this.localPackage == null) { - this.localPackage = await fileExists(this.localPrefix, 'package.json') - } - - if (this[_get]('global') === true || this[_get]('location') === 'global') { - this.data.get('project').source = '(global mode enabled, ignored)' - this.sources.set(this.data.get('project').source, 'project') - return - } - - const projectFile = resolve(this.localPrefix, '.npmrc') - // if we're in the ~ directory, and there happens to be a node_modules - // folder (which is not TOO uncommon, it turns out), then we can end - // up loading the "project" config where the "userconfig" will be, - // which causes some calamaties. So, we only load project config if - // it doesn't match what the userconfig will be. - if (projectFile !== this[_get]('userconfig')) { - return this[_loadFile](projectFile, 'project') - } else { - this.data.get('project').source = '(same as "user" config, ignored)' - this.sources.set(this.data.get('project').source, 'project') - } - } - - async loadLocalPrefix () { - const cliPrefix = this[_get]('prefix', 'cli') - if (cliPrefix) { - this.localPrefix = cliPrefix - return - } - - const cliWorkspaces = this[_get]('workspaces', 'cli') - const isGlobal = this[_get]('global') || this[_get]('location') === 'global' - - for (const p of walkUp(this.cwd)) { - // HACK: this is an option set in tests to stop the local prefix from being set - // on tests that are created inside the npm repo - if (this.excludeNpmCwd && p === this.npmPath) { - break - } - - const hasPackageJson = await fileExists(p, 'package.json') - - if (!this.localPrefix && (hasPackageJson || await dirExists(p, 'node_modules'))) { - this.localPrefix = p - this.localPackage = hasPackageJson - - // if workspaces are disabled, or we're in global mode, return now - if (cliWorkspaces === false || isGlobal) { - return - } - - // otherwise, continue the loop - continue - } - - if (this.localPrefix && hasPackageJson) { - // if we already set localPrefix but this dir has a package.json - // then we need to see if `p` is a workspace root by reading its package.json - // however, if reading it fails then we should just move on - const pkg = await rpj(resolve(p, 'package.json')).catch(() => false) - if (!pkg) { - continue - } - - const workspaces = await mapWorkspaces({ cwd: p, pkg }) - for (const w of workspaces.values()) { - if (w === this.localPrefix) { - // see if there's a .npmrc file in the workspace, if so log a warning - if (await fileExists(this.localPrefix, '.npmrc')) { - log.warn(`ignoring workspace config at ${this.localPrefix}/.npmrc`) - } - - // set the workspace in the default layer, which allows it to be overridden easily - const { data } = this.data.get('default') - data.workspace = [this.localPrefix] - this.localPrefix = p - this.localPackage = hasPackageJson - log.info(`found workspace root at ${this.localPrefix}`) - // we found a root, so we return now - return - } - } - } - } - - if (!this.localPrefix) { - this.localPrefix = this.cwd - } - } - - loadUserConfig () { - return this[_loadFile](this[_get]('userconfig'), 'user') - } - - loadGlobalConfig () { - return this[_loadFile](this[_get]('globalconfig'), 'global') - } - - async save (where) { - if (!this.loaded) { - throw new Error('call config.load() before saving') - } - if (!confFileTypes.has(where)) { - throw new Error('invalid config location param: ' + where) - } - - const conf = this.data.get(where) - conf[_raw] = { ...conf.data } - conf[_loadError] = null - - if (where === 'user') { - // if email is nerfed, then we want to de-nerf it - const nerfed = nerfDart(this.get('registry')) - const email = this.get(`${nerfed}:email`, 'user') - if (email) { - this.delete(`${nerfed}:email`, 'user') - this.set('email', email, 'user') - } - } - - const iniData = ini.stringify(conf.data).trim() + '\n' - if (!iniData.trim()) { - // ignore the unlink error (eg, if file doesn't exist) - await unlink(conf.source).catch(er => {}) - return - } - const dir = dirname(conf.source) - await mkdir(dir, { recursive: true }) - await writeFile(conf.source, iniData, 'utf8') - const mode = where === 'user' ? 0o600 : 0o666 - await chmod(conf.source, mode) - } - - clearCredentialsByURI (uri) { - const nerfed = nerfDart(uri) - const def = nerfDart(this.get('registry')) - if (def === nerfed) { - this.delete(`-authtoken`, 'user') - this.delete(`_authToken`, 'user') - this.delete(`_authtoken`, 'user') - this.delete(`_auth`, 'user') - this.delete(`_password`, 'user') - this.delete(`username`, 'user') - // de-nerf email if it's nerfed to the default registry - const email = this.get(`${nerfed}:email`, 'user') - if (email) { - this.set('email', email, 'user') - } - } - this.delete(`${nerfed}:_authToken`, 'user') - this.delete(`${nerfed}:_auth`, 'user') - this.delete(`${nerfed}:_password`, 'user') - this.delete(`${nerfed}:username`, 'user') - this.delete(`${nerfed}:email`, 'user') - this.delete(`${nerfed}:certfile`, 'user') - this.delete(`${nerfed}:keyfile`, 'user') - } - - setCredentialsByURI (uri, { token, username, password, email, certfile, keyfile }) { - const nerfed = nerfDart(uri) - - // email is either provided, a top level key, or nothing - email = email || this.get('email', 'user') - - // field that hasn't been used as documented for a LONG time, - // and as of npm 7.10.0, isn't used at all. We just always - // send auth if we have it, only to the URIs under the nerf dart. - this.delete(`${nerfed}:always-auth`, 'user') - - this.delete(`${nerfed}:email`, 'user') - if (certfile && keyfile) { - this.set(`${nerfed}:certfile`, certfile, 'user') - this.set(`${nerfed}:keyfile`, keyfile, 'user') - // cert/key may be used in conjunction with other credentials, thus no `else` - } - if (token) { - this.set(`${nerfed}:_authToken`, token, 'user') - this.delete(`${nerfed}:_password`, 'user') - this.delete(`${nerfed}:username`, 'user') - } else if (username || password) { - if (!username) { - throw new Error('must include username') - } - if (!password) { - throw new Error('must include password') - } - this.delete(`${nerfed}:_authToken`, 'user') - this.set(`${nerfed}:username`, username, 'user') - // note: not encrypted, no idea why we bothered to do this, but oh well - // protects against shoulder-hacks if password is memorable, I guess? - const encoded = Buffer.from(password, 'utf8').toString('base64') - this.set(`${nerfed}:_password`, encoded, 'user') - } else if (!certfile || !keyfile) { - throw new Error('No credentials to set.') - } - } - - // this has to be a bit more complicated to support legacy data of all forms - getCredentialsByURI (uri) { - const nerfed = nerfDart(uri) - const def = nerfDart(this.get('registry')) - const creds = {} - - // email is handled differently, it used to always be nerfed and now it never should be - // if it's set nerfed to the default registry, then we copy it to the unnerfed key - // TODO: evaluate removing 'email' from the credentials object returned here - const email = this.get(`${nerfed}:email`) || this.get('email') - if (email) { - if (nerfed === def) { - this.set('email', email, 'user') - } - creds.email = email - } - - const certfileReg = this.get(`${nerfed}:certfile`) - const keyfileReg = this.get(`${nerfed}:keyfile`) - if (certfileReg && keyfileReg) { - creds.certfile = certfileReg - creds.keyfile = keyfileReg - // cert/key may be used in conjunction with other credentials, thus no `return` - } - - const tokenReg = this.get(`${nerfed}:_authToken`) - if (tokenReg) { - creds.token = tokenReg - return creds - } - - const userReg = this.get(`${nerfed}:username`) - const passReg = this.get(`${nerfed}:_password`) - if (userReg && passReg) { - creds.username = userReg - creds.password = Buffer.from(passReg, 'base64').toString('utf8') - const auth = `${creds.username}:${creds.password}` - creds.auth = Buffer.from(auth, 'utf8').toString('base64') - return creds - } - - const authReg = this.get(`${nerfed}:_auth`) - if (authReg) { - const authDecode = Buffer.from(authReg, 'base64').toString('utf8') - const authSplit = authDecode.split(':') - creds.username = authSplit.shift() - creds.password = authSplit.join(':') - creds.auth = authReg - return creds - } - - // at this point, nothing else is usable so just return what we do have - return creds - } - - // set up the environment object we have with npm_config_* environs - // for all configs that are different from their default values, and - // set EDITOR and HOME. - setEnvs () { - setEnvs(this) - } -} - -const _data = Symbol('data') -const _raw = Symbol('raw') -const _loadError = Symbol('loadError') -const _source = Symbol('source') -const _valid = Symbol('valid') -class ConfigData { - constructor (parent) { - this[_data] = Object.create(parent && parent.data) - this[_source] = null - this[_loadError] = null - this[_raw] = null - this[_valid] = true - } - - get data () { - return this[_data] - } - - get valid () { - return this[_valid] - } - - set source (s) { - if (this[_source]) { - throw new Error('cannot set ConfigData source more than once') - } - this[_source] = s - } - - get source () { - return this[_source] - } - - set loadError (e) { - if (this[_loadError] || this[_raw]) { - throw new Error('cannot set ConfigData loadError after load') - } - this[_loadError] = e - } - - get loadError () { - return this[_loadError] - } - - set raw (r) { - if (this[_raw] || this[_loadError]) { - throw new Error('cannot set ConfigData raw after load') - } - this[_raw] = r - } - - get raw () { - return this[_raw] - } -} - -module.exports = Config diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/config/lib/nerf-dart.js b/software/flow/node_modules/npm/node_modules/@npmcli/config/lib/nerf-dart.js deleted file mode 100644 index d6ae4aa..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/config/lib/nerf-dart.js +++ /dev/null @@ -1,18 +0,0 @@ -const { URL } = require('url') - -/** - * Maps a URL to an identifier. - * - * Name courtesy schiffertronix media LLC, a New Jersey corporation - * - * @param {String} uri The URL to be nerfed. - * - * @returns {String} A nerfed URL. - */ -module.exports = (url) => { - const parsed = new URL(url) - const from = `${parsed.protocol}//${parsed.host}${parsed.pathname}` - const rel = new URL('.', from) - const res = `//${rel.host}${rel.pathname}` - return res -} diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/config/lib/parse-field.js b/software/flow/node_modules/npm/node_modules/@npmcli/config/lib/parse-field.js deleted file mode 100644 index 0c905bf..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/config/lib/parse-field.js +++ /dev/null @@ -1,81 +0,0 @@ -// Parse a field, coercing it to the best type available. -const typeDefs = require('./type-defs.js') -const envReplace = require('./env-replace.js') -const { resolve } = require('path') - -const { parse: umaskParse } = require('./umask.js') - -const parseField = (f, key, opts, listElement = false) => { - if (typeof f !== 'string' && !Array.isArray(f)) { - return f - } - - const { platform, types, home, env } = opts - - // type can be array or a single thing. coerce to array. - const typeList = new Set([].concat(types[key])) - const isPath = typeList.has(typeDefs.path.type) - const isBool = typeList.has(typeDefs.Boolean.type) - const isString = isPath || typeList.has(typeDefs.String.type) - const isUmask = typeList.has(typeDefs.Umask.type) - const isNumber = typeList.has(typeDefs.Number.type) - const isList = !listElement && typeList.has(Array) - - if (Array.isArray(f)) { - return !isList ? f : f.map(field => parseField(field, key, opts, true)) - } - - // now we know it's a string - f = f.trim() - - // list types get put in the environment separated by double-\n - // usually a single \n would suffice, but ca/cert configs can contain - // line breaks and multiple entries. - if (isList) { - return parseField(f.split('\n\n'), key, opts) - } - - // --foo is like --foo=true for boolean types - if (isBool && !isString && f === '') { - return true - } - - // string types can be the string 'true', 'false', etc. - // otherwise, parse these values out - if (!isString && !isPath && !isNumber) { - switch (f) { - case 'true': return true - case 'false': return false - case 'null': return null - case 'undefined': return undefined - } - } - - f = envReplace(f, env) - - if (isPath) { - const homePattern = platform === 'win32' ? /^~(\/|\\)/ : /^~\// - if (homePattern.test(f) && home) { - f = resolve(home, f.slice(2)) - } else { - f = resolve(f) - } - } - - if (isUmask) { - try { - return umaskParse(f) - } catch (er) { - // let it warn later when we validate - return f - } - } - - if (isNumber && !isNaN(f)) { - f = +f - } - - return f -} - -module.exports = parseField diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/config/lib/set-envs.js b/software/flow/node_modules/npm/node_modules/@npmcli/config/lib/set-envs.js deleted file mode 100644 index 0f5781a..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/config/lib/set-envs.js +++ /dev/null @@ -1,111 +0,0 @@ -// Set environment variables for any non-default configs, -// so that they're already there when we run lifecycle scripts. -// -// See https://github.com/npm/rfcs/pull/90 - -// Return the env key if this is a thing that belongs in the env. -// Ie, if the key isn't a @scope, //nerf.dart, or _private, -// and the value is a string or array. Otherwise return false. -const envKey = (key, val) => { - return !/^[/@_]/.test(key) && - (typeof envVal(val) === 'string') && - `npm_config_${key.replace(/-/g, '_').toLowerCase()}` -} - -const envVal = val => Array.isArray(val) ? val.map(v => envVal(v)).join('\n\n') - : val === null || val === undefined || val === false ? '' - : typeof val === 'object' ? null - : String(val) - -const sameConfigValue = (def, val) => - !Array.isArray(val) || !Array.isArray(def) ? def === val - : sameArrayValue(def, val) - -const sameArrayValue = (def, val) => { - if (def.length !== val.length) { - return false - } - - for (let i = 0; i < def.length; i++) { - /* istanbul ignore next - there are no array configs where the default - * is not an empty array, so this loop is a no-op, but it's the correct - * thing to do if we ever DO add a config like that. */ - if (def[i] !== val[i]) { - return false - } - } - return true -} - -const setEnv = (env, rawKey, rawVal) => { - const val = envVal(rawVal) - const key = envKey(rawKey, val) - if (key && val !== null) { - env[key] = val - } -} - -const setEnvs = (config) => { - // This ensures that all npm config values that are not the defaults are - // shared appropriately with child processes, without false positives. - const { - env, - defaults, - definitions, - list: [cliConf, envConf], - } = config - - env.INIT_CWD = process.cwd() - - // if the key is deprecated, skip it always. - // if the key is the default value, - // if the environ is NOT the default value, - // set the environ - // else skip it, it's fine - // if the key is NOT the default value, - // if the env is setting it, then leave it (already set) - // otherwise, set the env - const cliSet = new Set(Object.keys(cliConf)) - const envSet = new Set(Object.keys(envConf)) - for (const key in cliConf) { - const { deprecated, envExport = true } = definitions[key] || {} - if (deprecated || envExport === false) { - continue - } - - if (sameConfigValue(defaults[key], cliConf[key])) { - // config is the default, if the env thought different, then we - // have to set it BACK to the default in the environment. - if (!sameConfigValue(envConf[key], cliConf[key])) { - setEnv(env, key, cliConf[key]) - } - } else { - // config is not the default. if the env wasn't the one to set - // it that way, then we have to put it in the env - if (!(envSet.has(key) && !cliSet.has(key))) { - setEnv(env, key, cliConf[key]) - } - } - } - - // also set some other common nice envs that we want to rely on - env.HOME = config.home - env.npm_config_global_prefix = config.globalPrefix - env.npm_config_local_prefix = config.localPrefix - if (cliConf.editor) { - env.EDITOR = cliConf.editor - } - - // note: this doesn't afect the *current* node process, of course, since - // it's already started, but it does affect the options passed to scripts. - if (cliConf['node-options']) { - env.NODE_OPTIONS = cliConf['node-options'] - } - - if (require.main && require.main.filename) { - env.npm_execpath = require.main.filename - } - env.NODE = env.npm_node_execpath = config.execPath -} - -module.exports = setEnvs diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/config/lib/type-defs.js b/software/flow/node_modules/npm/node_modules/@npmcli/config/lib/type-defs.js deleted file mode 100644 index 20a827c..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/config/lib/type-defs.js +++ /dev/null @@ -1,59 +0,0 @@ -const nopt = require('nopt') - -const { Umask, validate: validateUmask } = require('./umask.js') - -const semver = require('semver') -const validateSemver = (data, k, val) => { - const valid = semver.valid(val) - if (!valid) { - return false - } - data[k] = valid -} - -const noptValidatePath = nopt.typeDefs.path.validate -const validatePath = (data, k, val) => { - if (typeof val !== 'string') { - return false - } - return noptValidatePath(data, k, val) -} - -// add descriptions so we can validate more usefully -module.exports = { - ...nopt.typeDefs, - semver: { - type: semver, - validate: validateSemver, - description: 'full valid SemVer string', - }, - Umask: { - type: Umask, - validate: validateUmask, - description: 'octal number in range 0o000..0o777 (0..511)', - }, - url: { - ...nopt.typeDefs.url, - description: 'full url with "http://"', - }, - path: { - ...nopt.typeDefs.path, - validate: validatePath, - description: 'valid filesystem path', - }, - Number: { - ...nopt.typeDefs.Number, - description: 'numeric value', - }, - Boolean: { - ...nopt.typeDefs.Boolean, - description: 'boolean value (true or false)', - }, - Date: { - ...nopt.typeDefs.Date, - description: 'valid Date string', - }, -} - -// TODO: make nopt less of a global beast so this kludge isn't necessary -nopt.typeDefs = module.exports diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/config/lib/type-description.js b/software/flow/node_modules/npm/node_modules/@npmcli/config/lib/type-description.js deleted file mode 100644 index f5e0d16..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/config/lib/type-description.js +++ /dev/null @@ -1,21 +0,0 @@ -// return the description of the valid values of a field -// returns a string for one thing, or an array of descriptions -const typeDefs = require('./type-defs.js') -const typeDescription = t => { - if (!t || typeof t !== 'function' && typeof t !== 'object') { - return t - } - - if (Array.isArray(t)) { - return t.map(t => typeDescription(t)) - } - - for (const { type, description } of Object.values(typeDefs)) { - if (type === t) { - return description || type - } - } - - return t -} -module.exports = t => [].concat(typeDescription(t)).filter(t => t !== undefined) diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/config/lib/umask.js b/software/flow/node_modules/npm/node_modules/@npmcli/config/lib/umask.js deleted file mode 100644 index 195fad2..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/config/lib/umask.js +++ /dev/null @@ -1,31 +0,0 @@ -class Umask {} -const parse = val => { - if (typeof val === 'string') { - if (/^0o?[0-7]+$/.test(val)) { - return parseInt(val.replace(/^0o?/, ''), 8) - } else if (/^[1-9][0-9]*$/.test(val)) { - return parseInt(val, 10) - } else { - throw new Error(`invalid umask value: ${val}`) - } - } - if (typeof val !== 'number') { - throw new Error(`invalid umask value: ${val}`) - } - val = Math.floor(val) - if (val < 0 || val > 511) { - throw new Error(`invalid umask value: ${val}`) - } - return val -} - -const validate = (data, k, val) => { - try { - data[k] = parse(val) - return true - } catch (er) { - return false - } -} - -module.exports = { Umask, parse, validate } diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/config/package.json b/software/flow/node_modules/npm/node_modules/@npmcli/config/package.json deleted file mode 100644 index 38c063e..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/config/package.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "name": "@npmcli/config", - "version": "6.1.3", - "files": [ - "bin/", - "lib/" - ], - "main": "lib/index.js", - "description": "Configuration management for the npm cli", - "repository": { - "type": "git", - "url": "https://github.com/npm/cli.git", - "directory": "workspaces/config" - }, - "author": "GitHub Inc.", - "license": "ISC", - "scripts": { - "test": "tap", - "snap": "tap", - "lint": "eslint \"**/*.js\"", - "postlint": "template-oss-check", - "lintfix": "node ../.. run lint -- --fix", - "posttest": "node ../.. run lint", - "template-oss-apply": "template-oss-apply --force" - }, - "tap": { - "check-coverage": true, - "coverage-map": "map.js", - "nyc-arg": [ - "--exclude", - "tap-snapshots/**" - ] - }, - "devDependencies": { - "@npmcli/eslint-config": "^4.0.0", - "@npmcli/template-oss": "4.11.4", - "tap": "^16.3.4" - }, - "dependencies": { - "@npmcli/map-workspaces": "^3.0.2", - "ini": "^3.0.0", - "nopt": "^7.0.0", - "proc-log": "^3.0.0", - "read-package-json-fast": "^3.0.2", - "semver": "^7.3.5", - "walk-up-path": "^1.0.0" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.11.4" - } -} diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/disparity-colors/LICENSE b/software/flow/node_modules/npm/node_modules/@npmcli/disparity-colors/LICENSE deleted file mode 100644 index dedcd7d..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/disparity-colors/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -The ISC License - -Copyright (c) npm Inc. - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/disparity-colors/lib/index.js b/software/flow/node_modules/npm/node_modules/@npmcli/disparity-colors/lib/index.js deleted file mode 100644 index 3d2aa56..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/disparity-colors/lib/index.js +++ /dev/null @@ -1,34 +0,0 @@ -const ansi = require('ansi-styles') - -const colors = { - removed: ansi.red, - added: ansi.green, - header: ansi.yellow, - section: ansi.magenta, -} - -function colorize (str, opts) { - let headerLength = (opts || {}).headerLength - if (typeof headerLength !== 'number' || Number.isNaN(headerLength)) { - headerLength = 2 - } - - const color = (colorStr, colorId) => { - const { open, close } = colors[colorId] - // avoid highlighting the "\n" (would highlight till the end of the line) - return colorStr.replace(/[^\n\r]+/g, open + '$&' + close) - } - - // this RegExp will include all the `\n` chars into the lines, easier to join - const lines = ((typeof str === 'string' && str) || '').split(/^/m) - - const start = color(lines.slice(0, headerLength).join(''), 'header') - const end = lines.slice(headerLength).join('') - .replace(/^-.*/gm, color('$&', 'removed')) - .replace(/^\+.*/gm, color('$&', 'added')) - .replace(/^@@.+@@/gm, color('$&', 'section')) - - return start + end -} - -module.exports = colorize diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/disparity-colors/package.json b/software/flow/node_modules/npm/node_modules/@npmcli/disparity-colors/package.json deleted file mode 100644 index 17eb484..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/disparity-colors/package.json +++ /dev/null @@ -1,70 +0,0 @@ -{ - "name": "@npmcli/disparity-colors", - "version": "3.0.0", - "main": "lib/index.js", - "files": [ - "bin/", - "lib/" - ], - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "description": "Colorizes unified diff output", - "repository": { - "type": "git", - "url": "https://github.com/npm/disparity-colors.git" - }, - "keywords": [ - "disparity", - "npm", - "npmcli", - "diff", - "char", - "unified", - "multiline", - "string", - "color", - "ansi", - "terminal", - "cli", - "tty" - ], - "author": "GitHub Inc.", - "contributors": [ - { - "name": "Ruy Adorno", - "url": "https://ruyadorno.com", - "twitter": "ruyadorno" - } - ], - "license": "ISC", - "scripts": { - "lint": "eslint \"**/*.js\"", - "pretest": "npm run lint", - "test": "tap", - "snap": "tap", - "postlint": "template-oss-check", - "template-oss-apply": "template-oss-apply --force", - "lintfix": "npm run lint -- --fix", - "posttest": "npm run lint" - }, - "tap": { - "check-coverage": true, - "nyc-arg": [ - "--exclude", - "tap-snapshots/**" - ] - }, - "devDependencies": { - "@npmcli/eslint-config": "^3.0.1", - "@npmcli/template-oss": "4.5.1", - "tap": "^16.0.1" - }, - "dependencies": { - "ansi-styles": "^4.3.0" - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.5.1" - } -} diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/fs/LICENSE.md b/software/flow/node_modules/npm/node_modules/@npmcli/fs/LICENSE.md deleted file mode 100644 index 5fc208f..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/fs/LICENSE.md +++ /dev/null @@ -1,20 +0,0 @@ -<!-- This file is automatically added by @npmcli/template-oss. Do not edit. --> - -ISC License - -Copyright npm, Inc. - -Permission to use, copy, modify, and/or distribute this -software for any purpose with or without fee is hereby -granted, provided that the above copyright notice and this -permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND NPM DISCLAIMS ALL -WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO -EVENT SHALL NPM BE LIABLE FOR ANY SPECIAL, DIRECT, -INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER -TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE -USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/fs/lib/common/get-options.js b/software/flow/node_modules/npm/node_modules/@npmcli/fs/lib/common/get-options.js deleted file mode 100644 index cb5982f..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/fs/lib/common/get-options.js +++ /dev/null @@ -1,20 +0,0 @@ -// given an input that may or may not be an object, return an object that has -// a copy of every defined property listed in 'copy'. if the input is not an -// object, assign it to the property named by 'wrap' -const getOptions = (input, { copy, wrap }) => { - const result = {} - - if (input && typeof input === 'object') { - for (const prop of copy) { - if (input[prop] !== undefined) { - result[prop] = input[prop] - } - } - } else { - result[wrap] = input - } - - return result -} - -module.exports = getOptions diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/fs/lib/common/node.js b/software/flow/node_modules/npm/node_modules/@npmcli/fs/lib/common/node.js deleted file mode 100644 index 4d13bc0..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/fs/lib/common/node.js +++ /dev/null @@ -1,9 +0,0 @@ -const semver = require('semver') - -const satisfies = (range) => { - return semver.satisfies(process.version, range, { includePrerelease: true }) -} - -module.exports = { - satisfies, -} diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/fs/lib/cp/LICENSE b/software/flow/node_modules/npm/node_modules/@npmcli/fs/lib/cp/LICENSE deleted file mode 100644 index 93546df..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/fs/lib/cp/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -(The MIT License) - -Copyright (c) 2011-2017 JP Richardson - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files -(the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, - merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is - furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE -WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS -OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, - ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/fs/lib/cp/errors.js b/software/flow/node_modules/npm/node_modules/@npmcli/fs/lib/cp/errors.js deleted file mode 100644 index 1cd1e05..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/fs/lib/cp/errors.js +++ /dev/null @@ -1,129 +0,0 @@ -'use strict' -const { inspect } = require('util') - -// adapted from node's internal/errors -// https://github.com/nodejs/node/blob/c8a04049/lib/internal/errors.js - -// close copy of node's internal SystemError class. -class SystemError { - constructor (code, prefix, context) { - // XXX context.code is undefined in all constructors used in cp/polyfill - // that may be a bug copied from node, maybe the constructor should use - // `code` not `errno`? nodejs/node#41104 - let message = `${prefix}: ${context.syscall} returned ` + - `${context.code} (${context.message})` - - if (context.path !== undefined) { - message += ` ${context.path}` - } - if (context.dest !== undefined) { - message += ` => ${context.dest}` - } - - this.code = code - Object.defineProperties(this, { - name: { - value: 'SystemError', - enumerable: false, - writable: true, - configurable: true, - }, - message: { - value: message, - enumerable: false, - writable: true, - configurable: true, - }, - info: { - value: context, - enumerable: true, - configurable: true, - writable: false, - }, - errno: { - get () { - return context.errno - }, - set (value) { - context.errno = value - }, - enumerable: true, - configurable: true, - }, - syscall: { - get () { - return context.syscall - }, - set (value) { - context.syscall = value - }, - enumerable: true, - configurable: true, - }, - }) - - if (context.path !== undefined) { - Object.defineProperty(this, 'path', { - get () { - return context.path - }, - set (value) { - context.path = value - }, - enumerable: true, - configurable: true, - }) - } - - if (context.dest !== undefined) { - Object.defineProperty(this, 'dest', { - get () { - return context.dest - }, - set (value) { - context.dest = value - }, - enumerable: true, - configurable: true, - }) - } - } - - toString () { - return `${this.name} [${this.code}]: ${this.message}` - } - - [Symbol.for('nodejs.util.inspect.custom')] (_recurseTimes, ctx) { - return inspect(this, { - ...ctx, - getters: true, - customInspect: false, - }) - } -} - -function E (code, message) { - module.exports[code] = class NodeError extends SystemError { - constructor (ctx) { - super(code, message, ctx) - } - } -} - -E('ERR_FS_CP_DIR_TO_NON_DIR', 'Cannot overwrite directory with non-directory') -E('ERR_FS_CP_EEXIST', 'Target already exists') -E('ERR_FS_CP_EINVAL', 'Invalid src or dest') -E('ERR_FS_CP_FIFO_PIPE', 'Cannot copy a FIFO pipe') -E('ERR_FS_CP_NON_DIR_TO_DIR', 'Cannot overwrite non-directory with directory') -E('ERR_FS_CP_SOCKET', 'Cannot copy a socket file') -E('ERR_FS_CP_SYMLINK_TO_SUBDIRECTORY', 'Cannot overwrite symlink in subdirectory of self') -E('ERR_FS_CP_UNKNOWN', 'Cannot copy an unknown file type') -E('ERR_FS_EISDIR', 'Path is a directory') - -module.exports.ERR_INVALID_ARG_TYPE = class ERR_INVALID_ARG_TYPE extends Error { - constructor (name, expected, actual) { - super() - this.code = 'ERR_INVALID_ARG_TYPE' - this.message = `The ${name} argument must be ${expected}. Received ${typeof actual}` - } -} diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/fs/lib/cp/index.js b/software/flow/node_modules/npm/node_modules/@npmcli/fs/lib/cp/index.js deleted file mode 100644 index 972ce7a..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/fs/lib/cp/index.js +++ /dev/null @@ -1,22 +0,0 @@ -const fs = require('fs/promises') -const getOptions = require('../common/get-options.js') -const node = require('../common/node.js') -const polyfill = require('./polyfill.js') - -// node 16.7.0 added fs.cp -const useNative = node.satisfies('>=16.7.0') - -const cp = async (src, dest, opts) => { - const options = getOptions(opts, { - copy: ['dereference', 'errorOnExist', 'filter', 'force', 'preserveTimestamps', 'recursive'], - }) - - // the polyfill is tested separately from this module, no need to hack - // process.version to try to trigger it just for coverage - // istanbul ignore next - return useNative - ? fs.cp(src, dest, options) - : polyfill(src, dest, options) -} - -module.exports = cp diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/fs/lib/cp/polyfill.js b/software/flow/node_modules/npm/node_modules/@npmcli/fs/lib/cp/polyfill.js deleted file mode 100644 index 80eb10d..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/fs/lib/cp/polyfill.js +++ /dev/null @@ -1,428 +0,0 @@ -// this file is a modified version of the code in node 17.2.0 -// which is, in turn, a modified version of the fs-extra module on npm -// node core changes: -// - Use of the assert module has been replaced with core's error system. -// - All code related to the glob dependency has been removed. -// - Bring your own custom fs module is not currently supported. -// - Some basic code cleanup. -// changes here: -// - remove all callback related code -// - drop sync support -// - change assertions back to non-internal methods (see options.js) -// - throws ENOTDIR when rmdir gets an ENOENT for a path that exists in Windows -'use strict' - -const { - ERR_FS_CP_DIR_TO_NON_DIR, - ERR_FS_CP_EEXIST, - ERR_FS_CP_EINVAL, - ERR_FS_CP_FIFO_PIPE, - ERR_FS_CP_NON_DIR_TO_DIR, - ERR_FS_CP_SOCKET, - ERR_FS_CP_SYMLINK_TO_SUBDIRECTORY, - ERR_FS_CP_UNKNOWN, - ERR_FS_EISDIR, - ERR_INVALID_ARG_TYPE, -} = require('./errors.js') -const { - constants: { - errno: { - EEXIST, - EISDIR, - EINVAL, - ENOTDIR, - }, - }, -} = require('os') -const { - chmod, - copyFile, - lstat, - mkdir, - readdir, - readlink, - stat, - symlink, - unlink, - utimes, -} = require('fs/promises') -const { - dirname, - isAbsolute, - join, - parse, - resolve, - sep, - toNamespacedPath, -} = require('path') -const { fileURLToPath } = require('url') - -const defaultOptions = { - dereference: false, - errorOnExist: false, - filter: undefined, - force: true, - preserveTimestamps: false, - recursive: false, -} - -async function cp (src, dest, opts) { - if (opts != null && typeof opts !== 'object') { - throw new ERR_INVALID_ARG_TYPE('options', ['Object'], opts) - } - return cpFn( - toNamespacedPath(getValidatedPath(src)), - toNamespacedPath(getValidatedPath(dest)), - { ...defaultOptions, ...opts }) -} - -function getValidatedPath (fileURLOrPath) { - const path = fileURLOrPath != null && fileURLOrPath.href - && fileURLOrPath.origin - ? fileURLToPath(fileURLOrPath) - : fileURLOrPath - return path -} - -async function cpFn (src, dest, opts) { - // Warn about using preserveTimestamps on 32-bit node - // istanbul ignore next - if (opts.preserveTimestamps && process.arch === 'ia32') { - const warning = 'Using the preserveTimestamps option in 32-bit ' + - 'node is not recommended' - process.emitWarning(warning, 'TimestampPrecisionWarning') - } - const stats = await checkPaths(src, dest, opts) - const { srcStat, destStat } = stats - await checkParentPaths(src, srcStat, dest) - if (opts.filter) { - return handleFilter(checkParentDir, destStat, src, dest, opts) - } - return checkParentDir(destStat, src, dest, opts) -} - -async function checkPaths (src, dest, opts) { - const { 0: srcStat, 1: destStat } = await getStats(src, dest, opts) - if (destStat) { - if (areIdentical(srcStat, destStat)) { - throw new ERR_FS_CP_EINVAL({ - message: 'src and dest cannot be the same', - path: dest, - syscall: 'cp', - errno: EINVAL, - }) - } - if (srcStat.isDirectory() && !destStat.isDirectory()) { - throw new ERR_FS_CP_DIR_TO_NON_DIR({ - message: `cannot overwrite directory ${src} ` + - `with non-directory ${dest}`, - path: dest, - syscall: 'cp', - errno: EISDIR, - }) - } - if (!srcStat.isDirectory() && destStat.isDirectory()) { - throw new ERR_FS_CP_NON_DIR_TO_DIR({ - message: `cannot overwrite non-directory ${src} ` + - `with directory ${dest}`, - path: dest, - syscall: 'cp', - errno: ENOTDIR, - }) - } - } - - if (srcStat.isDirectory() && isSrcSubdir(src, dest)) { - throw new ERR_FS_CP_EINVAL({ - message: `cannot copy ${src} to a subdirectory of self ${dest}`, - path: dest, - syscall: 'cp', - errno: EINVAL, - }) - } - return { srcStat, destStat } -} - -function areIdentical (srcStat, destStat) { - return destStat.ino && destStat.dev && destStat.ino === srcStat.ino && - destStat.dev === srcStat.dev -} - -function getStats (src, dest, opts) { - const statFunc = opts.dereference ? - (file) => stat(file, { bigint: true }) : - (file) => lstat(file, { bigint: true }) - return Promise.all([ - statFunc(src), - statFunc(dest).catch((err) => { - // istanbul ignore next: unsure how to cover. - if (err.code === 'ENOENT') { - return null - } - // istanbul ignore next: unsure how to cover. - throw err - }), - ]) -} - -async function checkParentDir (destStat, src, dest, opts) { - const destParent = dirname(dest) - const dirExists = await pathExists(destParent) - if (dirExists) { - return getStatsForCopy(destStat, src, dest, opts) - } - await mkdir(destParent, { recursive: true }) - return getStatsForCopy(destStat, src, dest, opts) -} - -function pathExists (dest) { - return stat(dest).then( - () => true, - // istanbul ignore next: not sure when this would occur - (err) => (err.code === 'ENOENT' ? false : Promise.reject(err))) -} - -// Recursively check if dest parent is a subdirectory of src. -// It works for all file types including symlinks since it -// checks the src and dest inodes. It starts from the deepest -// parent and stops once it reaches the src parent or the root path. -async function checkParentPaths (src, srcStat, dest) { - const srcParent = resolve(dirname(src)) - const destParent = resolve(dirname(dest)) - if (destParent === srcParent || destParent === parse(destParent).root) { - return - } - let destStat - try { - destStat = await stat(destParent, { bigint: true }) - } catch (err) { - // istanbul ignore else: not sure when this would occur - if (err.code === 'ENOENT') { - return - } - // istanbul ignore next: not sure when this would occur - throw err - } - if (areIdentical(srcStat, destStat)) { - throw new ERR_FS_CP_EINVAL({ - message: `cannot copy ${src} to a subdirectory of self ${dest}`, - path: dest, - syscall: 'cp', - errno: EINVAL, - }) - } - return checkParentPaths(src, srcStat, destParent) -} - -const normalizePathToArray = (path) => - resolve(path).split(sep).filter(Boolean) - -// Return true if dest is a subdir of src, otherwise false. -// It only checks the path strings. -function isSrcSubdir (src, dest) { - const srcArr = normalizePathToArray(src) - const destArr = normalizePathToArray(dest) - return srcArr.every((cur, i) => destArr[i] === cur) -} - -async function handleFilter (onInclude, destStat, src, dest, opts, cb) { - const include = await opts.filter(src, dest) - if (include) { - return onInclude(destStat, src, dest, opts, cb) - } -} - -function startCopy (destStat, src, dest, opts) { - if (opts.filter) { - return handleFilter(getStatsForCopy, destStat, src, dest, opts) - } - return getStatsForCopy(destStat, src, dest, opts) -} - -async function getStatsForCopy (destStat, src, dest, opts) { - const statFn = opts.dereference ? stat : lstat - const srcStat = await statFn(src) - // istanbul ignore else: can't portably test FIFO - if (srcStat.isDirectory() && opts.recursive) { - return onDir(srcStat, destStat, src, dest, opts) - } else if (srcStat.isDirectory()) { - throw new ERR_FS_EISDIR({ - message: `${src} is a directory (not copied)`, - path: src, - syscall: 'cp', - errno: EINVAL, - }) - } else if (srcStat.isFile() || - srcStat.isCharacterDevice() || - srcStat.isBlockDevice()) { - return onFile(srcStat, destStat, src, dest, opts) - } else if (srcStat.isSymbolicLink()) { - return onLink(destStat, src, dest) - } else if (srcStat.isSocket()) { - throw new ERR_FS_CP_SOCKET({ - message: `cannot copy a socket file: ${dest}`, - path: dest, - syscall: 'cp', - errno: EINVAL, - }) - } else if (srcStat.isFIFO()) { - throw new ERR_FS_CP_FIFO_PIPE({ - message: `cannot copy a FIFO pipe: ${dest}`, - path: dest, - syscall: 'cp', - errno: EINVAL, - }) - } - // istanbul ignore next: should be unreachable - throw new ERR_FS_CP_UNKNOWN({ - message: `cannot copy an unknown file type: ${dest}`, - path: dest, - syscall: 'cp', - errno: EINVAL, - }) -} - -function onFile (srcStat, destStat, src, dest, opts) { - if (!destStat) { - return _copyFile(srcStat, src, dest, opts) - } - return mayCopyFile(srcStat, src, dest, opts) -} - -async function mayCopyFile (srcStat, src, dest, opts) { - if (opts.force) { - await unlink(dest) - return _copyFile(srcStat, src, dest, opts) - } else if (opts.errorOnExist) { - throw new ERR_FS_CP_EEXIST({ - message: `${dest} already exists`, - path: dest, - syscall: 'cp', - errno: EEXIST, - }) - } -} - -async function _copyFile (srcStat, src, dest, opts) { - await copyFile(src, dest) - if (opts.preserveTimestamps) { - return handleTimestampsAndMode(srcStat.mode, src, dest) - } - return setDestMode(dest, srcStat.mode) -} - -async function handleTimestampsAndMode (srcMode, src, dest) { - // Make sure the file is writable before setting the timestamp - // otherwise open fails with EPERM when invoked with 'r+' - // (through utimes call) - if (fileIsNotWritable(srcMode)) { - await makeFileWritable(dest, srcMode) - return setDestTimestampsAndMode(srcMode, src, dest) - } - return setDestTimestampsAndMode(srcMode, src, dest) -} - -function fileIsNotWritable (srcMode) { - return (srcMode & 0o200) === 0 -} - -function makeFileWritable (dest, srcMode) { - return setDestMode(dest, srcMode | 0o200) -} - -async function setDestTimestampsAndMode (srcMode, src, dest) { - await setDestTimestamps(src, dest) - return setDestMode(dest, srcMode) -} - -function setDestMode (dest, srcMode) { - return chmod(dest, srcMode) -} - -async function setDestTimestamps (src, dest) { - // The initial srcStat.atime cannot be trusted - // because it is modified by the read(2) system call - // (See https://nodejs.org/api/fs.html#fs_stat_time_values) - const updatedSrcStat = await stat(src) - return utimes(dest, updatedSrcStat.atime, updatedSrcStat.mtime) -} - -function onDir (srcStat, destStat, src, dest, opts) { - if (!destStat) { - return mkDirAndCopy(srcStat.mode, src, dest, opts) - } - return copyDir(src, dest, opts) -} - -async function mkDirAndCopy (srcMode, src, dest, opts) { - await mkdir(dest) - await copyDir(src, dest, opts) - return setDestMode(dest, srcMode) -} - -async function copyDir (src, dest, opts) { - const dir = await readdir(src) - for (let i = 0; i < dir.length; i++) { - const item = dir[i] - const srcItem = join(src, item) - const destItem = join(dest, item) - const { destStat } = await checkPaths(srcItem, destItem, opts) - await startCopy(destStat, srcItem, destItem, opts) - } -} - -async function onLink (destStat, src, dest) { - let resolvedSrc = await readlink(src) - if (!isAbsolute(resolvedSrc)) { - resolvedSrc = resolve(dirname(src), resolvedSrc) - } - if (!destStat) { - return symlink(resolvedSrc, dest) - } - let resolvedDest - try { - resolvedDest = await readlink(dest) - } catch (err) { - // Dest exists and is a regular file or directory, - // Windows may throw UNKNOWN error. If dest already exists, - // fs throws error anyway, so no need to guard against it here. - // istanbul ignore next: can only test on windows - if (err.code === 'EINVAL' || err.code === 'UNKNOWN') { - return symlink(resolvedSrc, dest) - } - // istanbul ignore next: should not be possible - throw err - } - if (!isAbsolute(resolvedDest)) { - resolvedDest = resolve(dirname(dest), resolvedDest) - } - if (isSrcSubdir(resolvedSrc, resolvedDest)) { - throw new ERR_FS_CP_EINVAL({ - message: `cannot copy ${resolvedSrc} to a subdirectory of self ` + - `${resolvedDest}`, - path: dest, - syscall: 'cp', - errno: EINVAL, - }) - } - // Do not copy if src is a subdir of dest since unlinking - // dest in this case would result in removing src contents - // and therefore a broken symlink would be created. - const srcStat = await stat(src) - if (srcStat.isDirectory() && isSrcSubdir(resolvedDest, resolvedSrc)) { - throw new ERR_FS_CP_SYMLINK_TO_SUBDIRECTORY({ - message: `cannot overwrite ${resolvedDest} with ${resolvedSrc}`, - path: dest, - syscall: 'cp', - errno: EINVAL, - }) - } - return copyLink(resolvedSrc, dest) -} - -async function copyLink (resolvedSrc, dest) { - await unlink(dest) - return symlink(resolvedSrc, dest) -} - -module.exports = cp diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/fs/lib/index.js b/software/flow/node_modules/npm/node_modules/@npmcli/fs/lib/index.js deleted file mode 100644 index 81c7463..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/fs/lib/index.js +++ /dev/null @@ -1,13 +0,0 @@ -'use strict' - -const cp = require('./cp/index.js') -const withTempDir = require('./with-temp-dir.js') -const readdirScoped = require('./readdir-scoped.js') -const moveFile = require('./move-file.js') - -module.exports = { - cp, - withTempDir, - readdirScoped, - moveFile, -} diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/fs/lib/move-file.js b/software/flow/node_modules/npm/node_modules/@npmcli/fs/lib/move-file.js deleted file mode 100644 index d56e06d..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/fs/lib/move-file.js +++ /dev/null @@ -1,78 +0,0 @@ -const { dirname, join, resolve, relative, isAbsolute } = require('path') -const fs = require('fs/promises') - -const pathExists = async path => { - try { - await fs.access(path) - return true - } catch (er) { - return er.code !== 'ENOENT' - } -} - -const moveFile = async (source, destination, options = {}, root = true, symlinks = []) => { - if (!source || !destination) { - throw new TypeError('`source` and `destination` file required') - } - - options = { - overwrite: true, - ...options, - } - - if (!options.overwrite && await pathExists(destination)) { - throw new Error(`The destination file exists: ${destination}`) - } - - await fs.mkdir(dirname(destination), { recursive: true }) - - try { - await fs.rename(source, destination) - } catch (error) { - if (error.code === 'EXDEV' || error.code === 'EPERM') { - const sourceStat = await fs.lstat(source) - if (sourceStat.isDirectory()) { - const files = await fs.readdir(source) - await Promise.all(files.map((file) => - moveFile(join(source, file), join(destination, file), options, false, symlinks) - )) - } else if (sourceStat.isSymbolicLink()) { - symlinks.push({ source, destination }) - } else { - await fs.copyFile(source, destination) - } - } else { - throw error - } - } - - if (root) { - await Promise.all(symlinks.map(async ({ source: symSource, destination: symDestination }) => { - let target = await fs.readlink(symSource) - // junction symlinks in windows will be absolute paths, so we need to - // make sure they point to the symlink destination - if (isAbsolute(target)) { - target = resolve(symDestination, relative(symSource, target)) - } - // try to determine what the actual file is so we can create the correct - // type of symlink in windows - let targetStat = 'file' - try { - targetStat = await fs.stat(resolve(dirname(symSource), target)) - if (targetStat.isDirectory()) { - targetStat = 'junction' - } - } catch { - // targetStat remains 'file' - } - await fs.symlink( - target, - symDestination, - targetStat - ) - })) - await fs.rm(source, { recursive: true, force: true }) - } -} - -module.exports = moveFile diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/fs/lib/readdir-scoped.js b/software/flow/node_modules/npm/node_modules/@npmcli/fs/lib/readdir-scoped.js deleted file mode 100644 index cd601df..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/fs/lib/readdir-scoped.js +++ /dev/null @@ -1,20 +0,0 @@ -const { readdir } = require('fs/promises') -const { join } = require('path') - -const readdirScoped = async (dir) => { - const results = [] - - for (const item of await readdir(dir)) { - if (item.startsWith('@')) { - for (const scopedItem of await readdir(join(dir, item))) { - results.push(join(item, scopedItem)) - } - } else { - results.push(item) - } - } - - return results -} - -module.exports = readdirScoped diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/fs/lib/with-temp-dir.js b/software/flow/node_modules/npm/node_modules/@npmcli/fs/lib/with-temp-dir.js deleted file mode 100644 index 0738ac4..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/fs/lib/with-temp-dir.js +++ /dev/null @@ -1,39 +0,0 @@ -const { join, sep } = require('path') - -const getOptions = require('./common/get-options.js') -const { mkdir, mkdtemp, rm } = require('fs/promises') - -// create a temp directory, ensure its permissions match its parent, then call -// the supplied function passing it the path to the directory. clean up after -// the function finishes, whether it throws or not -const withTempDir = async (root, fn, opts) => { - const options = getOptions(opts, { - copy: ['tmpPrefix'], - }) - // create the directory - await mkdir(root, { recursive: true }) - - const target = await mkdtemp(join(`${root}${sep}`, options.tmpPrefix || '')) - let err - let result - - try { - result = await fn(target) - } catch (_err) { - err = _err - } - - try { - await rm(target, { force: true, recursive: true }) - } catch { - // ignore errors - } - - if (err) { - throw err - } - - return result -} - -module.exports = withTempDir diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/fs/package.json b/software/flow/node_modules/npm/node_modules/@npmcli/fs/package.json deleted file mode 100644 index 28eb613..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/fs/package.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "name": "@npmcli/fs", - "version": "3.1.0", - "description": "filesystem utilities for the npm cli", - "main": "lib/index.js", - "files": [ - "bin/", - "lib/" - ], - "scripts": { - "snap": "tap", - "test": "tap", - "npmclilint": "npmcli-lint", - "lint": "eslint \"**/*.js\"", - "lintfix": "npm run lint -- --fix", - "posttest": "npm run lint", - "postsnap": "npm run lintfix --", - "postlint": "template-oss-check", - "template-oss-apply": "template-oss-apply --force" - }, - "repository": { - "type": "git", - "url": "https://github.com/npm/fs.git" - }, - "keywords": [ - "npm", - "oss" - ], - "author": "GitHub Inc.", - "license": "ISC", - "devDependencies": { - "@npmcli/eslint-config": "^4.0.0", - "@npmcli/template-oss": "4.8.0", - "tap": "^16.0.1" - }, - "dependencies": { - "semver": "^7.3.5" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.8.0" - }, - "tap": { - "nyc-arg": [ - "--exclude", - "tap-snapshots/**" - ] - } -} diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/git/LICENSE b/software/flow/node_modules/npm/node_modules/@npmcli/git/LICENSE deleted file mode 100644 index 8f90f96..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/git/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -The ISC License - -Copyright (c) npm, Inc. - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE NPM DISCLAIMS ALL WARRANTIES WITH -REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS. IN NO EVENT SHALL THE NPM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, -OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, -DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS -ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS -SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/git/lib/clone.js b/software/flow/node_modules/npm/node_modules/@npmcli/git/lib/clone.js deleted file mode 100644 index 3f165dd..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/git/lib/clone.js +++ /dev/null @@ -1,171 +0,0 @@ -// The goal here is to minimize both git workload and -// the number of refs we download over the network. -// -// Every method ends up with the checked out working dir -// at the specified ref, and resolves with the git sha. - -// Only certain whitelisted hosts get shallow cloning. -// Many hosts (including GHE) don't always support it. -// A failed shallow fetch takes a LOT longer than a full -// fetch in most cases, so we skip it entirely. -// Set opts.gitShallow = true/false to force this behavior -// one way or the other. -const shallowHosts = new Set([ - 'github.com', - 'gist.github.com', - 'gitlab.com', - 'bitbucket.com', - 'bitbucket.org', -]) -// we have to use url.parse until we add the same shim that hosted-git-info has -// to handle scp:// urls -const { parse } = require('url') // eslint-disable-line node/no-deprecated-api -const path = require('path') - -const getRevs = require('./revs.js') -const spawn = require('./spawn.js') -const { isWindows } = require('./utils.js') - -const pickManifest = require('npm-pick-manifest') -const fs = require('fs') -const mkdirp = require('mkdirp') - -module.exports = (repo, ref = 'HEAD', target = null, opts = {}) => - getRevs(repo, opts).then(revs => clone( - repo, - revs, - ref, - resolveRef(revs, ref, opts), - target || defaultTarget(repo, opts.cwd), - opts - )) - -const maybeShallow = (repo, opts) => { - if (opts.gitShallow === false || opts.gitShallow) { - return opts.gitShallow - } - return shallowHosts.has(parse(repo).host) -} - -const defaultTarget = (repo, /* istanbul ignore next */ cwd = process.cwd()) => - path.resolve(cwd, path.basename(repo.replace(/[/\\]?\.git$/, ''))) - -const clone = (repo, revs, ref, revDoc, target, opts) => { - if (!revDoc) { - return unresolved(repo, ref, target, opts) - } - if (revDoc.sha === revs.refs.HEAD.sha) { - return plain(repo, revDoc, target, opts) - } - if (revDoc.type === 'tag' || revDoc.type === 'branch') { - return branch(repo, revDoc, target, opts) - } - return other(repo, revDoc, target, opts) -} - -const resolveRef = (revs, ref, opts) => { - const { spec = {} } = opts - ref = spec.gitCommittish || ref - /* istanbul ignore next - will fail anyway, can't pull */ - if (!revs) { - return null - } - if (spec.gitRange) { - return pickManifest(revs, spec.gitRange, opts) - } - if (!ref) { - return revs.refs.HEAD - } - if (revs.refs[ref]) { - return revs.refs[ref] - } - if (revs.shas[ref]) { - return revs.refs[revs.shas[ref][0]] - } - return null -} - -// pull request or some other kind of advertised ref -const other = (repo, revDoc, target, opts) => { - const shallow = maybeShallow(repo, opts) - - const fetchOrigin = ['fetch', 'origin', revDoc.rawRef] - .concat(shallow ? ['--depth=1'] : []) - - const git = (args) => spawn(args, { ...opts, cwd: target }) - return mkdirp(target) - .then(() => git(['init'])) - .then(() => isWindows(opts) - ? git(['config', '--local', '--add', 'core.longpaths', 'true']) - : null) - .then(() => git(['remote', 'add', 'origin', repo])) - .then(() => git(fetchOrigin)) - .then(() => git(['checkout', revDoc.sha])) - .then(() => updateSubmodules(target, opts)) - .then(() => revDoc.sha) -} - -// tag or branches. use -b -const branch = (repo, revDoc, target, opts) => { - const args = [ - 'clone', - '-b', - revDoc.ref, - repo, - target, - '--recurse-submodules', - ] - if (maybeShallow(repo, opts)) { - args.push('--depth=1') - } - if (isWindows(opts)) { - args.push('--config', 'core.longpaths=true') - } - return spawn(args, opts).then(() => revDoc.sha) -} - -// just the head. clone it -const plain = (repo, revDoc, target, opts) => { - const args = [ - 'clone', - repo, - target, - '--recurse-submodules', - ] - if (maybeShallow(repo, opts)) { - args.push('--depth=1') - } - if (isWindows(opts)) { - args.push('--config', 'core.longpaths=true') - } - return spawn(args, opts).then(() => revDoc.sha) -} - -const updateSubmodules = (target, opts) => new Promise(resolve => - fs.stat(target + '/.gitmodules', er => { - if (er) { - return resolve(null) - } - return resolve(spawn([ - 'submodule', - 'update', - '-q', - '--init', - '--recursive', - ], { ...opts, cwd: target })) - })) - -const unresolved = (repo, ref, target, opts) => { - // can't do this one shallowly, because the ref isn't advertised - // but we can avoid checking out the working dir twice, at least - const lp = isWindows(opts) ? ['--config', 'core.longpaths=true'] : [] - const cloneArgs = ['clone', '--mirror', '-q', repo, target + '/.git'] - const git = (args) => spawn(args, { ...opts, cwd: target }) - return mkdirp(target) - .then(() => git(cloneArgs.concat(lp))) - .then(() => git(['init'])) - .then(() => git(['checkout', ref])) - .then(() => updateSubmodules(target, opts)) - .then(() => git(['rev-parse', '--revs-only', 'HEAD'])) - .then(({ stdout }) => stdout.trim()) -} diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/git/lib/errors.js b/software/flow/node_modules/npm/node_modules/@npmcli/git/lib/errors.js deleted file mode 100644 index 7aeac47..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/git/lib/errors.js +++ /dev/null @@ -1,36 +0,0 @@ - -const maxRetry = 3 - -class GitError extends Error { - shouldRetry () { - return false - } -} - -class GitConnectionError extends GitError { - constructor (message) { - super('A git connection error occurred') - } - - shouldRetry (number) { - return number < maxRetry - } -} - -class GitPathspecError extends GitError { - constructor (message) { - super('The git reference could not be found') - } -} - -class GitUnknownError extends GitError { - constructor (message) { - super('An unknown git error occurred') - } -} - -module.exports = { - GitConnectionError, - GitPathspecError, - GitUnknownError, -} diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/git/lib/find.js b/software/flow/node_modules/npm/node_modules/@npmcli/git/lib/find.js deleted file mode 100644 index d58f01d..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/git/lib/find.js +++ /dev/null @@ -1,15 +0,0 @@ -const is = require('./is.js') -const { dirname } = require('path') - -module.exports = async ({ cwd = process.cwd() } = {}) => { - if (await is({ cwd })) { - return cwd - } - while (cwd !== dirname(cwd)) { - cwd = dirname(cwd) - if (await is({ cwd })) { - return cwd - } - } - return null -} diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/git/lib/index.js b/software/flow/node_modules/npm/node_modules/@npmcli/git/lib/index.js deleted file mode 100644 index 10a65f7..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/git/lib/index.js +++ /dev/null @@ -1,9 +0,0 @@ -module.exports = { - clone: require('./clone.js'), - revs: require('./revs.js'), - spawn: require('./spawn.js'), - is: require('./is.js'), - find: require('./find.js'), - isClean: require('./is-clean.js'), - errors: require('./errors.js'), -} diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/git/lib/is-clean.js b/software/flow/node_modules/npm/node_modules/@npmcli/git/lib/is-clean.js deleted file mode 100644 index 182373b..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/git/lib/is-clean.js +++ /dev/null @@ -1,6 +0,0 @@ -const spawn = require('./spawn.js') - -module.exports = (opts = {}) => - spawn(['status', '--porcelain=v1', '-uno'], opts) - .then(res => !res.stdout.trim().split(/\r?\n+/) - .map(l => l.trim()).filter(l => l).length) diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/git/lib/is.js b/software/flow/node_modules/npm/node_modules/@npmcli/git/lib/is.js deleted file mode 100644 index e2542f2..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/git/lib/is.js +++ /dev/null @@ -1,6 +0,0 @@ -// not an airtight indicator, but a good gut-check to even bother trying -const { promisify } = require('util') -const fs = require('fs') -const stat = promisify(fs.stat) -module.exports = ({ cwd = process.cwd() } = {}) => - stat(cwd + '/.git').then(() => true, () => false) diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/git/lib/lines-to-revs.js b/software/flow/node_modules/npm/node_modules/@npmcli/git/lib/lines-to-revs.js deleted file mode 100644 index 6bd7e7a..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/git/lib/lines-to-revs.js +++ /dev/null @@ -1,147 +0,0 @@ -// turn an array of lines from `git ls-remote` into a thing -// vaguely resembling a packument, where docs are a resolved ref - -const semver = require('semver') - -module.exports = lines => finish(lines.reduce(linesToRevsReducer, { - versions: {}, - 'dist-tags': {}, - refs: {}, - shas: {}, -})) - -const finish = revs => distTags(shaList(peelTags(revs))) - -// We can check out shallow clones on specific SHAs if we have a ref -const shaList = revs => { - Object.keys(revs.refs).forEach(ref => { - const doc = revs.refs[ref] - if (!revs.shas[doc.sha]) { - revs.shas[doc.sha] = [ref] - } else { - revs.shas[doc.sha].push(ref) - } - }) - return revs -} - -// Replace any tags with their ^{} counterparts, if those exist -const peelTags = revs => { - Object.keys(revs.refs).filter(ref => ref.endsWith('^{}')).forEach(ref => { - const peeled = revs.refs[ref] - const unpeeled = revs.refs[ref.replace(/\^\{\}$/, '')] - if (unpeeled) { - unpeeled.sha = peeled.sha - delete revs.refs[ref] - } - }) - return revs -} - -const distTags = revs => { - // not entirely sure what situations would result in an - // ichabod repo, but best to be careful in Sleepy Hollow anyway - const HEAD = revs.refs.HEAD || /* istanbul ignore next */ {} - const versions = Object.keys(revs.versions) - versions.forEach(v => { - // simulate a dist-tags with latest pointing at the - // 'latest' branch if one exists and is a version, - // or HEAD if not. - const ver = revs.versions[v] - if (revs.refs.latest && ver.sha === revs.refs.latest.sha) { - revs['dist-tags'].latest = v - } else if (ver.sha === HEAD.sha) { - revs['dist-tags'].HEAD = v - if (!revs.refs.latest) { - revs['dist-tags'].latest = v - } - } - }) - return revs -} - -const refType = ref => { - if (ref.startsWith('refs/tags/')) { - return 'tag' - } - if (ref.startsWith('refs/heads/')) { - return 'branch' - } - if (ref.startsWith('refs/pull/')) { - return 'pull' - } - if (ref === 'HEAD') { - return 'head' - } - // Could be anything, ignore for now - /* istanbul ignore next */ - return 'other' -} - -// return the doc, or null if we should ignore it. -const lineToRevDoc = line => { - const split = line.trim().split(/\s+/, 2) - if (split.length < 2) { - return null - } - - const sha = split[0].trim() - const rawRef = split[1].trim() - const type = refType(rawRef) - - if (type === 'tag') { - // refs/tags/foo^{} is the 'peeled tag', ie the commit - // that is tagged by refs/tags/foo they resolve to the same - // content, just different objects in git's data structure. - // But, we care about the thing the tag POINTS to, not the tag - // object itself, so we only look at the peeled tag refs, and - // ignore the pointer. - // For now, though, we have to save both, because some tags - // don't have peels, if they were not annotated. - const ref = rawRef.slice('refs/tags/'.length) - return { sha, ref, rawRef, type } - } - - if (type === 'branch') { - const ref = rawRef.slice('refs/heads/'.length) - return { sha, ref, rawRef, type } - } - - if (type === 'pull') { - // NB: merged pull requests installable with #pull/123/merge - // for the merged pr, or #pull/123 for the PR head - const ref = rawRef.slice('refs/'.length).replace(/\/head$/, '') - return { sha, ref, rawRef, type } - } - - if (type === 'head') { - const ref = 'HEAD' - return { sha, ref, rawRef, type } - } - - // at this point, all we can do is leave the ref un-munged - return { sha, ref: rawRef, rawRef, type } -} - -const linesToRevsReducer = (revs, line) => { - const doc = lineToRevDoc(line) - - if (!doc) { - return revs - } - - revs.refs[doc.ref] = doc - revs.refs[doc.rawRef] = doc - - if (doc.type === 'tag') { - // try to pull a semver value out of tags like `release-v1.2.3` - // which is a pretty common pattern. - const match = !doc.ref.endsWith('^{}') && - doc.ref.match(/v?(\d+\.\d+\.\d+(?:[-+].+)?)$/) - if (match && semver.valid(match[1], true)) { - revs.versions[semver.clean(match[1], true)] = doc - } - } - - return revs -} diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/git/lib/make-error.js b/software/flow/node_modules/npm/node_modules/@npmcli/git/lib/make-error.js deleted file mode 100644 index 7540ec7..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/git/lib/make-error.js +++ /dev/null @@ -1,33 +0,0 @@ -const { - GitConnectionError, - GitPathspecError, - GitUnknownError, -} = require('./errors.js') - -const connectionErrorRe = new RegExp([ - 'remote error: Internal Server Error', - 'The remote end hung up unexpectedly', - 'Connection timed out', - 'Operation timed out', - 'Failed to connect to .* Timed out', - 'Connection reset by peer', - 'SSL_ERROR_SYSCALL', - 'The requested URL returned error: 503', -].join('|')) - -const missingPathspecRe = /pathspec .* did not match any file\(s\) known to git/ - -function makeError (er) { - const message = er.stderr - let gitEr - if (connectionErrorRe.test(message)) { - gitEr = new GitConnectionError(message) - } else if (missingPathspecRe.test(message)) { - gitEr = new GitPathspecError(message) - } else { - gitEr = new GitUnknownError(message) - } - return Object.assign(gitEr, er) -} - -module.exports = makeError diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/git/lib/opts.js b/software/flow/node_modules/npm/node_modules/@npmcli/git/lib/opts.js deleted file mode 100644 index 3119af1..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/git/lib/opts.js +++ /dev/null @@ -1,12 +0,0 @@ -// Values we want to set if they're not already defined by the end user -// This defaults to accepting new ssh host key fingerprints -const gitEnv = { - GIT_ASKPASS: 'echo', - GIT_SSH_COMMAND: 'ssh -oStrictHostKeyChecking=accept-new', -} -module.exports = (opts = {}) => ({ - stdioString: true, - ...opts, - shell: false, - env: opts.env || { ...gitEnv, ...process.env }, -}) diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/git/lib/revs.js b/software/flow/node_modules/npm/node_modules/@npmcli/git/lib/revs.js deleted file mode 100644 index ee72370..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/git/lib/revs.js +++ /dev/null @@ -1,28 +0,0 @@ -const pinflight = require('promise-inflight') -const spawn = require('./spawn.js') -const LRU = require('lru-cache') - -const revsCache = new LRU({ - max: 100, - ttl: 5 * 60 * 1000, -}) - -const linesToRevs = require('./lines-to-revs.js') - -module.exports = async (repo, opts = {}) => { - if (!opts.noGitRevCache) { - const cached = revsCache.get(repo) - if (cached) { - return cached - } - } - - return pinflight(`ls-remote:${repo}`, () => - spawn(['ls-remote', repo], opts) - .then(({ stdout }) => linesToRevs(stdout.trim().split('\n'))) - .then(revs => { - revsCache.set(repo, revs) - return revs - }) - ) -} diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/git/lib/spawn.js b/software/flow/node_modules/npm/node_modules/@npmcli/git/lib/spawn.js deleted file mode 100644 index 7098d7b..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/git/lib/spawn.js +++ /dev/null @@ -1,44 +0,0 @@ -const spawn = require('@npmcli/promise-spawn') -const promiseRetry = require('promise-retry') -const log = require('proc-log') -const makeError = require('./make-error.js') -const whichGit = require('./which.js') -const makeOpts = require('./opts.js') - -module.exports = (gitArgs, opts = {}) => { - const gitPath = whichGit(opts) - - if (gitPath instanceof Error) { - return Promise.reject(gitPath) - } - - // undocumented option, mostly only here for tests - const args = opts.allowReplace || gitArgs[0] === '--no-replace-objects' - ? gitArgs - : ['--no-replace-objects', ...gitArgs] - - let retryOpts = opts.retry - if (retryOpts === null || retryOpts === undefined) { - retryOpts = { - retries: opts.fetchRetries || 2, - factor: opts.fetchRetryFactor || 10, - maxTimeout: opts.fetchRetryMaxtimeout || 60000, - minTimeout: opts.fetchRetryMintimeout || 1000, - } - } - return promiseRetry((retryFn, number) => { - if (number !== 1) { - log.silly('git', `Retrying git command: ${ - args.join(' ')} attempt # ${number}`) - } - - return spawn(gitPath, args, makeOpts(opts)) - .catch(er => { - const gitError = makeError(er) - if (!gitError.shouldRetry(number)) { - throw gitError - } - retryFn(gitError) - }) - }, retryOpts) -} diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/git/lib/utils.js b/software/flow/node_modules/npm/node_modules/@npmcli/git/lib/utils.js deleted file mode 100644 index fcd9578..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/git/lib/utils.js +++ /dev/null @@ -1,3 +0,0 @@ -const isWindows = opts => (opts.fakePlatform || process.platform) === 'win32' - -exports.isWindows = isWindows diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/git/lib/which.js b/software/flow/node_modules/npm/node_modules/@npmcli/git/lib/which.js deleted file mode 100644 index dc2a1ad..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/git/lib/which.js +++ /dev/null @@ -1,18 +0,0 @@ -const which = require('which') - -let gitPath -try { - gitPath = which.sync('git') -} catch { - // ignore errors -} - -module.exports = (opts = {}) => { - if (opts.git) { - return opts.git - } - if (!gitPath || opts.git === false) { - return Object.assign(new Error('No git binary found in $PATH'), { code: 'ENOGIT' }) - } - return gitPath -} diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/git/package.json b/software/flow/node_modules/npm/node_modules/@npmcli/git/package.json deleted file mode 100644 index f3ce2fc..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/git/package.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "name": "@npmcli/git", - "version": "4.0.3", - "main": "lib/index.js", - "files": [ - "bin/", - "lib/" - ], - "description": "a util for spawning git from npm CLI contexts", - "repository": { - "type": "git", - "url": "https://github.com/npm/git.git" - }, - "author": "GitHub Inc.", - "license": "ISC", - "scripts": { - "lint": "eslint \"**/*.js\"", - "snap": "tap", - "test": "tap", - "posttest": "npm run lint", - "postlint": "template-oss-check", - "lintfix": "npm run lint -- --fix", - "template-oss-apply": "template-oss-apply --force" - }, - "tap": { - "check-coverage": true, - "coverage-map": "map.js", - "nyc-arg": [ - "--exclude", - "tap-snapshots/**" - ] - }, - "devDependencies": { - "@npmcli/eslint-config": "^4.0.0", - "@npmcli/template-oss": "4.8.0", - "npm-package-arg": "^10.0.0", - "rimraf": "^3.0.2", - "slash": "^3.0.0", - "tap": "^16.0.1" - }, - "dependencies": { - "@npmcli/promise-spawn": "^6.0.0", - "lru-cache": "^7.4.4", - "mkdirp": "^1.0.4", - "npm-pick-manifest": "^8.0.0", - "proc-log": "^3.0.0", - "promise-inflight": "^1.0.1", - "promise-retry": "^2.0.1", - "semver": "^7.3.5", - "which": "^3.0.0" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "windowsCI": false, - "version": "4.8.0" - } -} diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/installed-package-contents/LICENSE b/software/flow/node_modules/npm/node_modules/@npmcli/installed-package-contents/LICENSE deleted file mode 100644 index 19cec97..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/installed-package-contents/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -The ISC License - -Copyright (c) npm, Inc. - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/installed-package-contents/README.md b/software/flow/node_modules/npm/node_modules/@npmcli/installed-package-contents/README.md deleted file mode 100644 index edd23bd..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/installed-package-contents/README.md +++ /dev/null @@ -1,109 +0,0 @@ -# @npmcli/installed-package-contents - -Get the list of files installed in a package in node_modules, including -bundled dependencies. - -This is useful if you want to remove a package node from the tree _without_ -removing its child nodes, for example to extract a new version of the -dependency into place safely. - -It's sort of the reflection of [npm-packlist](http://npm.im/npm-packlist), -but for listing out the _installed_ files rather than the files that _will_ -be installed. This is of course a much simpler operation, because we don't -have to handle ignore files or package.json `files` lists. - -## USAGE - -```js -// programmatic usage -const pkgContents = require('@npmcli/installed-package-contents') - -pkgContents({ path: 'node_modules/foo', depth: 1 }).then(files => { - // files is an array of items that need to be passed to - // rimraf or moved out of the way to make the folder empty - // if foo bundled dependencies, those will be included. - // It will not traverse into child directories, because we set - // depth:1 in the options. - // If the folder doesn't exist, this returns an empty array. -}) - -pkgContents({ path: 'node_modules/foo', depth: Infinity }).then(files => { - // setting depth:Infinity tells it to keep walking forever - // until it hits something that isn't a directory, so we'll - // just get the list of all files, but not their containing - // directories. -}) -``` - -As a CLI: - -```bash -$ installed-package-contents node_modules/bundle-some -d1 -node_modules/.bin/some -node_modules/bundle-some/package.json -node_modules/bundle-some/node_modules/@scope/baz -node_modules/bundle-some/node_modules/.bin/foo -node_modules/bundle-some/node_modules/foo -``` - -CLI options: - -``` -Usage: - installed-package-contents <path> [-d<n> --depth=<n>] - -Lists the files installed for a package specified by <path>. - -Options: - -d<n> --depth=<n> Provide a numeric value ("Infinity" is allowed) - to specify how deep in the file tree to traverse. - Default=1 - -h --help Show this usage information -``` - -## OPTIONS - -* `depth` Number, default `1`. How deep to traverse through folders to get - contents. Typically you'd want to set this to either `1` (to get the - surface files and folders) or `Infinity` (to get all files), but any - other positive number is supported as well. If set to `0` or a - negative number, returns the path provided and (if it is a package) its - set of linked bins. -* `path` Required. Path to the package in `node_modules` where traversal - should begin. - -## RETURN VALUE - -A Promise that resolves to an array of fully-resolved files and folders -matching the criteria. This includes all bundled dependencies in -`node_modules`, and any linked executables in `node_modules/.bin` that the -package caused to be installed. - -An empty or missing package folder will return an empty array. Empty -directories _within_ package contents are listed, even if the `depth` -argument would cause them to be traversed into. - -## CAVEAT - -If using this module to generate a list of files that should be recursively -removed to clear away the package, note that this will leave empty -directories behind in certain cases: - -- If all child packages are bundled dependencies, then the - `node_modules` folder will remain. -- If all child packages within a given scope were bundled dependencies, - then the `node_modules/@scope` folder will remain. -- If all linked bin scripts were removed, then an empty `node_modules/.bin` - folder will remain. - -In the interest of speed and algorithmic complexity, this module does _not_ -do a subsequent readdir to see if it would remove all directory entries, -though it would be easier to look at if it returned `node_modules` or -`.bin` in that case rather than the contents. However, if the intent is to -pass these arguments to `rimraf`, it hardly makes sense to do _two_ -`readdir` calls just so that we can have the luxury of having to make a -third. - -Since the primary use case is to delete a package's contents so that they -can be re-filled with a new version of that package, this caveat does not -pose a problem. Empty directories are already ignored by both npm and git. diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/installed-package-contents/lib/index.js b/software/flow/node_modules/npm/node_modules/@npmcli/installed-package-contents/lib/index.js deleted file mode 100755 index e2c545b..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/installed-package-contents/lib/index.js +++ /dev/null @@ -1,240 +0,0 @@ -// to GET CONTENTS for folder at PATH (which may be a PACKAGE): -// - if PACKAGE, read path/package.json -// - if bins in ../node_modules/.bin, add those to result -// - if depth >= maxDepth, add PATH to result, and finish -// - readdir(PATH, with file types) -// - add all FILEs in PATH to result -// - if PARENT: -// - if depth < maxDepth, add GET CONTENTS of all DIRs in PATH -// - else, add all DIRs in PATH -// - if no parent -// - if no bundled deps, -// - if depth < maxDepth, add GET CONTENTS of DIRs in path except -// node_modules -// - else, add all DIRs in path other than node_modules -// - if has bundled deps, -// - get list of bundled deps -// - add GET CONTENTS of bundled deps, PACKAGE=true, depth + 1 - -const bundled = require('npm-bundled') -const { promisify } = require('util') -const fs = require('fs') -const readFile = promisify(fs.readFile) -const readdir = promisify(fs.readdir) -const stat = promisify(fs.stat) -const lstat = promisify(fs.lstat) -const { relative, resolve, basename, dirname } = require('path') -const normalizePackageBin = require('npm-normalize-package-bin') - -const readPackage = ({ path, packageJsonCache }) => - packageJsonCache.has(path) ? Promise.resolve(packageJsonCache.get(path)) - : readFile(path).then(json => { - const pkg = normalizePackageBin(JSON.parse(json)) - packageJsonCache.set(path, pkg) - return pkg - }) - .catch(er => null) - -// just normalize bundle deps and bin, that's all we care about here. -const normalized = Symbol('package data has been normalized') -const rpj = ({ path, packageJsonCache }) => - readPackage({ path, packageJsonCache }) - .then(pkg => { - if (!pkg || pkg[normalized]) { - return pkg - } - if (pkg.bundledDependencies && !pkg.bundleDependencies) { - pkg.bundleDependencies = pkg.bundledDependencies - delete pkg.bundledDependencies - } - const bd = pkg.bundleDependencies - if (bd === true) { - pkg.bundleDependencies = [ - ...Object.keys(pkg.dependencies || {}), - ...Object.keys(pkg.optionalDependencies || {}), - ] - } - if (typeof bd === 'object' && !Array.isArray(bd)) { - pkg.bundleDependencies = Object.keys(bd) - } - pkg[normalized] = true - return pkg - }) - -const pkgContents = async ({ - path, - depth, - currentDepth = 0, - pkg = null, - result = null, - packageJsonCache = null, -}) => { - if (!result) { - result = new Set() - } - - if (!packageJsonCache) { - packageJsonCache = new Map() - } - - if (pkg === true) { - return rpj({ path: path + '/package.json', packageJsonCache }) - .then(p => pkgContents({ - path, - depth, - currentDepth, - pkg: p, - result, - packageJsonCache, - })) - } - - if (pkg) { - // add all bins to result if they exist - if (pkg.bin) { - const dir = dirname(path) - const scope = basename(dir) - const nm = /^@.+/.test(scope) ? dirname(dir) : dir - - const binFiles = [] - Object.keys(pkg.bin).forEach(b => { - const base = resolve(nm, '.bin', b) - binFiles.push(base, base + '.cmd', base + '.ps1') - }) - - const bins = await Promise.all( - binFiles.map(b => stat(b).then(() => b).catch((er) => null)) - ) - bins.filter(b => b).forEach(b => result.add(b)) - } - } - - if (currentDepth >= depth) { - result.add(path) - return result - } - - // we'll need bundle list later, so get that now in parallel - const [dirEntries, bundleDeps] = await Promise.all([ - readdir(path, { withFileTypes: true }), - currentDepth === 0 && pkg && pkg.bundleDependencies - ? bundled({ path, packageJsonCache }) : null, - ]).catch(() => []) - - // not a thing, probably a missing folder - if (!dirEntries) { - return result - } - - // empty folder, just add the folder itself to the result - if (!dirEntries.length && !bundleDeps && currentDepth !== 0) { - result.add(path) - return result - } - - const recursePromises = [] - - // if we didn't get withFileTypes support, tack that on - if (typeof dirEntries[0] === 'string') { - // use a map so we can return a promise, but we mutate dirEntries in place - // this is much slower than getting the entries from the readdir call, - // but polyfills support for node versions before 10.10 - await Promise.all(dirEntries.map(async (name, index) => { - const p = resolve(path, name) - const st = await lstat(p) - dirEntries[index] = Object.assign(st, { name }) - })) - } - - for (const entry of dirEntries) { - const p = resolve(path, entry.name) - if (entry.isDirectory() === false) { - result.add(p) - continue - } - - if (currentDepth !== 0 || entry.name !== 'node_modules') { - if (currentDepth < depth - 1) { - recursePromises.push(pkgContents({ - path: p, - packageJsonCache, - depth, - currentDepth: currentDepth + 1, - result, - })) - } else { - result.add(p) - } - continue - } - } - - if (bundleDeps) { - // bundle deps are all folders - // we always recurse to get pkg bins, but if currentDepth is too high, - // it'll return early before walking their contents. - recursePromises.push(...bundleDeps.map(dep => { - const p = resolve(path, 'node_modules', dep) - return pkgContents({ - path: p, - packageJsonCache, - pkg: true, - depth, - currentDepth: currentDepth + 1, - result, - }) - })) - } - - if (recursePromises.length) { - await Promise.all(recursePromises) - } - - return result -} - -module.exports = ({ path, depth = 1, packageJsonCache }) => pkgContents({ - path: resolve(path), - depth, - pkg: true, - packageJsonCache, -}).then(results => [...results]) - -if (require.main === module) { - const options = { path: null, depth: 1 } - const usage = `Usage: - installed-package-contents <path> [-d<n> --depth=<n>] - -Lists the files installed for a package specified by <path>. - -Options: - -d<n> --depth=<n> Provide a numeric value ("Infinity" is allowed) - to specify how deep in the file tree to traverse. - Default=1 - -h --help Show this usage information` - - process.argv.slice(2).forEach(arg => { - let match - if ((match = arg.match(/^--depth=([0-9]+|Infinity)/)) || - (match = arg.match(/^-d([0-9]+|Infinity)/))) { - options.depth = +match[1] - } else if (arg === '-h' || arg === '--help') { - console.log(usage) - process.exit(0) - } else { - options.path = arg - } - }) - if (!options.path) { - console.error('ERROR: no path provided') - console.error(usage) - process.exit(1) - } - const cwd = process.cwd() - module.exports(options) - .then(list => list.sort().forEach(p => console.log(relative(cwd, p)))) - .catch(/* istanbul ignore next - pretty unusual */ er => { - console.error(er) - process.exit(1) - }) -} diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/installed-package-contents/package.json b/software/flow/node_modules/npm/node_modules/@npmcli/installed-package-contents/package.json deleted file mode 100644 index aac2de1..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/installed-package-contents/package.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "name": "@npmcli/installed-package-contents", - "version": "2.0.1", - "description": "Get the list of files installed in a package in node_modules, including bundled dependencies", - "author": "GitHub Inc.", - "main": "lib/index.js", - "bin": { - "installed-package-contents": "lib/index.js" - }, - "license": "ISC", - "scripts": { - "test": "tap", - "snap": "tap", - "lint": "eslint \"**/*.js\"", - "postlint": "template-oss-check", - "template-oss-apply": "template-oss-apply --force", - "lintfix": "npm run lint -- --fix", - "posttest": "npm run lint" - }, - "devDependencies": { - "@npmcli/eslint-config": "^4.0.0", - "@npmcli/template-oss": "4.6.2", - "mkdirp": "^1.0.4", - "require-inject": "^1.4.4", - "tap": "^16.3.0" - }, - "dependencies": { - "npm-bundled": "^3.0.0", - "npm-normalize-package-bin": "^3.0.0" - }, - "repository": { - "type": "git", - "url": "https://github.com/npm/installed-package-contents.git" - }, - "files": [ - "bin/", - "lib/" - ], - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.6.2" - }, - "tap": { - "nyc-arg": [ - "--exclude", - "tap-snapshots/**" - ] - } -} diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/map-workspaces/LICENSE.md b/software/flow/node_modules/npm/node_modules/@npmcli/map-workspaces/LICENSE.md deleted file mode 100644 index 5fc208f..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/map-workspaces/LICENSE.md +++ /dev/null @@ -1,20 +0,0 @@ -<!-- This file is automatically added by @npmcli/template-oss. Do not edit. --> - -ISC License - -Copyright npm, Inc. - -Permission to use, copy, modify, and/or distribute this -software for any purpose with or without fee is hereby -granted, provided that the above copyright notice and this -permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND NPM DISCLAIMS ALL -WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO -EVENT SHALL NPM BE LIABLE FOR ANY SPECIAL, DIRECT, -INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER -TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE -USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/map-workspaces/lib/index.js b/software/flow/node_modules/npm/node_modules/@npmcli/map-workspaces/lib/index.js deleted file mode 100644 index f93bc29..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/map-workspaces/lib/index.js +++ /dev/null @@ -1,211 +0,0 @@ -const { promisify } = require('util') -const path = require('path') - -const getName = require('@npmcli/name-from-folder') -const minimatch = require('minimatch') -const rpj = require('read-package-json-fast') -const glob = require('glob') -const pGlob = promisify(glob) - -function appendNegatedPatterns (patterns) { - const results = [] - for (let pattern of patterns) { - const excl = pattern.match(/^!+/) - if (excl) { - pattern = pattern.slice(excl[0].length) - } - - // strip off any / from the start of the pattern. /foo => foo - pattern = pattern.replace(/^\/+/, '') - - // an odd number of ! means a negated pattern. !!foo ==> foo - const negate = excl && excl[0].length % 2 === 1 - results.push({ pattern, negate }) - } - - return results -} - -function getPatterns (workspaces) { - const workspacesDeclaration = - Array.isArray(workspaces.packages) - ? workspaces.packages - : workspaces - - if (!Array.isArray(workspacesDeclaration)) { - throw getError({ - message: 'workspaces config expects an Array', - code: 'EWORKSPACESCONFIG', - }) - } - - return appendNegatedPatterns(workspacesDeclaration) -} - -function getPackageName (pkg, pathname) { - const { name } = pkg - return name || getName(pathname) -} - -function pkgPathmame (opts) { - return (...args) => { - const cwd = opts.cwd ? opts.cwd : process.cwd() - return path.join.apply(null, [cwd, ...args]) - } -} - -// make sure glob pattern only matches folders -function getGlobPattern (pattern) { - pattern = pattern.replace(/\\/g, '/') - return pattern.endsWith('/') - ? pattern - : `${pattern}/` -} - -function getError ({ Type = TypeError, message, code }) { - return Object.assign(new Type(message), { code }) -} - -function reverseResultMap (map) { - return new Map(Array.from(map, item => item.reverse())) -} - -async function mapWorkspaces (opts = {}) { - if (!opts || !opts.pkg) { - throw getError({ - message: 'mapWorkspaces missing pkg info', - code: 'EMAPWORKSPACESPKG', - }) - } - - const { workspaces = [] } = opts.pkg - const patterns = getPatterns(workspaces) - const results = new Map() - const seen = new Map() - - if (!patterns.length) { - return results - } - - const getGlobOpts = () => ({ - ...opts, - ignore: [ - ...opts.ignore || [], - ...['**/node_modules/**'], - ], - }) - - const getPackagePathname = pkgPathmame(opts) - - for (const item of patterns) { - const matches = await pGlob(getGlobPattern(item.pattern), getGlobOpts()) - - for (const match of matches) { - let pkg - const packageJsonPathname = getPackagePathname(match, 'package.json') - const packagePathname = path.dirname(packageJsonPathname) - - try { - pkg = await rpj(packageJsonPathname) - } catch (err) { - if (err.code === 'ENOENT') { - continue - } else { - throw err - } - } - - const name = getPackageName(pkg, packagePathname) - - let seenPackagePathnames = seen.get(name) - if (!seenPackagePathnames) { - seenPackagePathnames = new Set() - seen.set(name, seenPackagePathnames) - } - if (item.negate) { - seenPackagePathnames.delete(packagePathname) - } else { - seenPackagePathnames.add(packagePathname) - } - } - } - - const errorMessageArray = ['must not have multiple workspaces with the same name'] - for (const [packageName, seenPackagePathnames] of seen) { - if (seenPackagePathnames.size === 0) { - continue - } - if (seenPackagePathnames.size > 1) { - addDuplicateErrorMessages(errorMessageArray, packageName, seenPackagePathnames) - } else { - results.set(packageName, seenPackagePathnames.values().next().value) - } - } - - if (errorMessageArray.length > 1) { - throw getError({ - Type: Error, - message: errorMessageArray.join('\n'), - code: 'EDUPLICATEWORKSPACE', - }) - } - - return results -} - -function addDuplicateErrorMessages (messageArray, packageName, packagePathnames) { - messageArray.push( - `package '${packageName}' has conflicts in the following paths:` - ) - - for (const packagePathname of packagePathnames) { - messageArray.push( - ' ' + packagePathname - ) - } -} - -mapWorkspaces.virtual = function (opts = {}) { - if (!opts || !opts.lockfile) { - throw getError({ - message: 'mapWorkspaces.virtual missing lockfile info', - code: 'EMAPWORKSPACESLOCKFILE', - }) - } - - const { packages = {} } = opts.lockfile - const { workspaces = [] } = packages[''] || {} - // uses a pathname-keyed map in order to negate the exact items - const results = new Map() - const patterns = getPatterns(workspaces) - if (!patterns.length) { - return results - } - patterns.push({ pattern: '**/node_modules/**', negate: true }) - - const getPackagePathname = pkgPathmame(opts) - - for (const packageKey of Object.keys(packages)) { - if (packageKey === '') { - continue - } - - for (const item of patterns) { - if (minimatch(packageKey, item.pattern)) { - const packagePathname = getPackagePathname(packageKey) - const name = getPackageName(packages[packageKey], packagePathname) - - if (item.negate) { - results.delete(packagePathname) - } else { - results.set(packagePathname, name) - } - } - } - } - - // Invert pathname-keyed to a proper name-to-pathnames Map - return reverseResultMap(results) -} - -module.exports = mapWorkspaces diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/map-workspaces/package.json b/software/flow/node_modules/npm/node_modules/@npmcli/map-workspaces/package.json deleted file mode 100644 index 3f52703..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/map-workspaces/package.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "name": "@npmcli/map-workspaces", - "version": "3.0.2", - "main": "lib/index.js", - "files": [ - "bin/", - "lib/" - ], - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "description": "Retrieves a name:pathname Map for a given workspaces config", - "repository": { - "type": "git", - "url": "https://github.com/npm/map-workspaces.git" - }, - "keywords": [ - "npm", - "npmcli", - "libnpm", - "cli", - "workspaces", - "map-workspaces" - ], - "author": "GitHub Inc.", - "license": "ISC", - "scripts": { - "lint": "eslint \"**/*.js\"", - "pretest": "npm run lint", - "test": "tap", - "snap": "tap", - "postlint": "template-oss-check", - "lintfix": "npm run lint -- --fix", - "posttest": "npm run lint", - "template-oss-apply": "template-oss-apply --force" - }, - "tap": { - "check-coverage": true, - "nyc-arg": [ - "--exclude", - "tap-snapshots/**" - ] - }, - "devDependencies": { - "@npmcli/eslint-config": "^4.0.0", - "@npmcli/template-oss": "4.11.3", - "tap": "^16.0.1" - }, - "dependencies": { - "@npmcli/name-from-folder": "^2.0.0", - "glob": "^8.0.1", - "minimatch": "^6.1.6", - "read-package-json-fast": "^3.0.0" - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.11.3" - } -} diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/metavuln-calculator/LICENSE b/software/flow/node_modules/npm/node_modules/@npmcli/metavuln-calculator/LICENSE deleted file mode 100644 index 19cec97..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/metavuln-calculator/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -The ISC License - -Copyright (c) npm, Inc. - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/metavuln-calculator/lib/advisory.js b/software/flow/node_modules/npm/node_modules/@npmcli/metavuln-calculator/lib/advisory.js deleted file mode 100644 index 1f479a9..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/metavuln-calculator/lib/advisory.js +++ /dev/null @@ -1,435 +0,0 @@ -const hash = require('./hash.js') -const semver = require('semver') -const semverOpt = { includePrerelease: true, loose: true } -const getDepSpec = require('./get-dep-spec.js') - -// any fields that we don't want in the cache need to be hidden -const _source = Symbol('source') -const _packument = Symbol('packument') -const _versionVulnMemo = Symbol('versionVulnMemo') -const _updated = Symbol('updated') -const _options = Symbol('options') -const _specVulnMemo = Symbol('specVulnMemo') -const _testVersion = Symbol('testVersion') -const _testVersions = Symbol('testVersions') -const _calculateRange = Symbol('calculateRange') -const _markVulnerable = Symbol('markVulnerable') -const _testSpec = Symbol('testSpec') - -class Advisory { - constructor (name, source, options = {}) { - this.source = source.id - this[_source] = source - this[_options] = options - this.name = name - if (!source.name) { - source.name = name - } - - this.dependency = source.name - - if (this.type === 'advisory') { - this.title = source.title - this.url = source.url - } else { - this.title = `Depends on vulnerable versions of ${source.name}` - this.url = null - } - - this.severity = source.severity || 'high' - this.versions = [] - this.vulnerableVersions = [] - this.cwe = source.cwe - this.cvss = source.cvss - - // advisories have the range, metavulns do not - // if an advisory doesn't specify range, assume all are vulnerable - this.range = this.type === 'advisory' ? source.vulnerable_versions || '*' - : null - - this.id = hash(this) - - this[_packument] = null - // memoized list of which versions are vulnerable - this[_versionVulnMemo] = new Map() - // memoized list of which dependency specs are vulnerable - this[_specVulnMemo] = new Map() - this[_updated] = false - } - - // true if we updated from what we had in cache - get updated () { - return this[_updated] - } - - get type () { - return this.dependency === this.name ? 'advisory' : 'metavuln' - } - - get packument () { - return this[_packument] - } - - // load up the data from a cache entry and a fetched packument - load (cached, packument) { - // basic data integrity gutcheck - if (!cached || typeof cached !== 'object') { - throw new TypeError('invalid cached data, expected object') - } - - if (!packument || typeof packument !== 'object') { - throw new TypeError('invalid packument data, expected object') - } - - if (cached.id && cached.id !== this.id) { - throw Object.assign(new Error('loading from incorrect cache entry'), { - expected: this.id, - actual: cached.id, - }) - } - if (packument.name !== this.name) { - throw Object.assign(new Error('loading from incorrect packument'), { - expected: this.name, - actual: packument.name, - }) - } - if (this[_packument]) { - throw new Error('advisory object already loaded') - } - - // if we have a range from the initialization, and the cached - // data has a *different* range, then we know we have to recalc. - // just don't use the cached data, so we will definitely not match later - if (!this.range || cached.range && cached.range === this.range) { - Object.assign(this, cached) - } - - this[_packument] = packument - - const pakuVersions = Object.keys(packument.versions) - const allVersions = new Set([...pakuVersions, ...this.versions]) - const versionsAdded = [] - const versionsRemoved = [] - for (const v of allVersions) { - if (!this.versions.includes(v)) { - versionsAdded.push(v) - this.versions.push(v) - } else if (!pakuVersions.includes(v)) { - versionsRemoved.push(v) - } - } - - // strip out any removed versions from our lists, and sort by semver - this.versions = semver.sort(this.versions.filter(v => - !versionsRemoved.includes(v)), semverOpt) - - // if no changes, then just return what we got from cache - // versions added or removed always means we changed - // otherwise, advisories change if the range changes, and - // metavulns change if the source was updated - const unchanged = this.type === 'advisory' - ? this.range && this.range === cached.range - : !this[_source].updated - - // if the underlying source changed, by an advisory updating the - // range, or a source advisory being updated, then we have to re-check - // otherwise, only recheck the new ones. - this.vulnerableVersions = !unchanged ? [] - : semver.sort(this.vulnerableVersions.filter(v => - !versionsRemoved.includes(v)), semverOpt) - - if (unchanged && !versionsAdded.length && !versionsRemoved.length) { - // nothing added or removed, nothing to do here. use the cached copy. - return this - } - - this[_updated] = true - - // test any versions newly added - if (!unchanged || versionsAdded.length) { - this[_testVersions](unchanged ? versionsAdded : this.versions) - } - this.vulnerableVersions = semver.sort(this.vulnerableVersions, semverOpt) - - // metavulns have to calculate their range, since cache is invalidated - // advisories just get their range from the advisory above - if (this.type === 'metavuln') { - this[_calculateRange]() - } - - return this - } - - [_calculateRange] () { - // calling semver.simplifyRange with a massive list of versions, and those - // versions all concatenated with `||` is a geometric CPU explosion! - // we can try to be a *little* smarter up front by doing x-y for all - // contiguous version sets in the list - const ranges = [] - this.versions = semver.sort(this.versions, semverOpt) - this.vulnerableVersions = semver.sort(this.vulnerableVersions, semverOpt) - for (let v = 0, vulnVer = 0; v < this.versions.length; v++) { - // figure out the vulnerable subrange - const vr = [this.versions[v]] - while (v < this.versions.length) { - if (this.versions[v] !== this.vulnerableVersions[vulnVer]) { - // we don't test prerelease versions, so just skip past it - if (/-/.test(this.versions[v])) { - v++ - continue - } - break - } - if (vr.length > 1) { - vr[1] = this.versions[v] - } else { - vr.push(this.versions[v]) - } - v++ - vulnVer++ - } - // it'll either be just the first version, which means no overlap, - // or the start and end versions, which might be the same version - if (vr.length > 1) { - const tail = this.versions[this.versions.length - 1] - ranges.push(vr[1] === tail ? `>=${vr[0]}` - : vr[0] === vr[1] ? vr[0] - : vr.join(' - ')) - } - } - const metavuln = ranges.join(' || ').trim() - this.range = !metavuln ? '<0.0.0-0' - : semver.simplifyRange(this.versions, metavuln, semverOpt) - } - - // returns true if marked as vulnerable, false if ok - // spec is a dependency specifier, for metavuln cases - // where the version might not be in the packument. if - // we have the packument and spec is not provided, then - // we use the dependency version from the manifest. - testVersion (version, spec = null) { - const sv = String(version) - if (this[_versionVulnMemo].has(sv)) { - return this[_versionVulnMemo].get(sv) - } - - const result = this[_testVersion](version, spec) - if (result) { - this[_markVulnerable](version) - } - this[_versionVulnMemo].set(sv, !!result) - return result - } - - [_markVulnerable] (version) { - const sv = String(version) - if (!this.vulnerableVersions.includes(sv)) { - this.vulnerableVersions.push(sv) - } - } - - [_testVersion] (version, spec) { - const sv = String(version) - if (this.vulnerableVersions.includes(sv)) { - return true - } - - if (this.type === 'advisory') { - // advisory, just test range - return semver.satisfies(version, this.range, semverOpt) - } - - // check the dependency of this version on the vulnerable dep - // if we got a version that's not in the packument, fall back on - // the spec provided, if possible. - const mani = this[_packument].versions[version] || { - dependencies: { - [this.dependency]: spec, - }, - } - - if (!spec) { - spec = getDepSpec(mani, this.dependency) - } - - // no dep, no vuln - if (spec === null) { - return false - } - - if (!semver.validRange(spec, semverOpt)) { - // not a semver range, nothing we can hope to do about it - return true - } - - const bd = mani.bundleDependencies - const bundled = bd && bd.includes(this[_source].name) - // XXX if bundled, then semver.intersects() means vulnerable - // else, pick a manifest and see if it can't be avoided - // try to pick a version of the dep that isn't vulnerable - const avoid = this[_source].range - - if (bundled) { - return semver.intersects(spec, avoid, semverOpt) - } - - return this[_source].testSpec(spec) - } - - testSpec (spec) { - // testing all the versions is a bit costly, and the spec tends to stay - // consistent across multiple versions, so memoize this as well, in case - // we're testing lots of versions. - const memo = this[_specVulnMemo] - if (memo.has(spec)) { - return memo.get(spec) - } - - const res = this[_testSpec](spec) - memo.set(spec, res) - return res - } - - [_testSpec] (spec) { - for (const v of this.versions) { - const satisfies = semver.satisfies(v, spec) - if (!satisfies) { - continue - } - if (!this.testVersion(v)) { - return false - } - } - // either vulnerable, or not installable because nothing satisfied - // either way, best avoided. - return true - } - - [_testVersions] (versions) { - if (!versions.length) { - return - } - - // set of lists of versions - const versionSets = new Set() - versions = semver.sort(versions.map(v => semver.parse(v, semverOpt))) - - // start out with the versions grouped by major and minor - let last = versions[0].major + '.' + versions[0].minor - let list = [] - versionSets.add(list) - for (const v of versions) { - const k = v.major + '.' + v.minor - if (k !== last) { - last = k - list = [] - versionSets.add(list) - } - list.push(v) - } - - for (const set of versionSets) { - // it's common to have version lists like: - // 1.0.0 - // 1.0.1-alpha.0 - // 1.0.1-alpha.1 - // ... - // 1.0.1-alpha.999 - // 1.0.1 - // 1.0.2-alpha.0 - // ... - // 1.0.2-alpha.99 - // 1.0.2 - // with a huge number of prerelease versions that are not installable - // anyway. - // If mid has a prerelease tag, and set[0] does not, then walk it - // back until we hit a non-prerelease version - // If mid has a prerelease tag, and set[set.length-1] does not, - // then walk it forward until we hit a version without a prerelease tag - // Similarly, if the head/tail is a prerelease, but there is a non-pr - // version in the set, then start there instead. - let h = 0 - const origHeadVuln = this.testVersion(set[h]) - while (h < set.length && /-/.test(String(set[h]))) { - h++ - } - - // don't filter out the whole list! they might all be pr's - if (h === set.length) { - h = 0 - } else if (origHeadVuln) { - // if the original was vulnerable, assume so are all of these - for (let hh = 0; hh < h; hh++) { - this[_markVulnerable](set[hh]) - } - } - - let t = set.length - 1 - const origTailVuln = this.testVersion(set[t]) - while (t > h && /-/.test(String(set[t]))) { - t-- - } - - // don't filter out the whole list! might all be pr's - if (t === h) { - t = set.length - 1 - } else if (origTailVuln) { - // if original tail was vulnerable, assume these are as well - for (let tt = set.length - 1; tt > t; tt--) { - this[_markVulnerable](set[tt]) - } - } - - const headVuln = h === 0 ? origHeadVuln - : this.testVersion(set[h]) - - const tailVuln = t === set.length - 1 ? origTailVuln - : this.testVersion(set[t]) - - // if head and tail both vulnerable, whole list is thrown out - if (headVuln && tailVuln) { - for (let v = h; v < t; v++) { - this[_markVulnerable](set[v]) - } - continue - } - - // if length is 2 or 1, then we marked them all already - if (t < h + 2) { - continue - } - - const mid = Math.floor(set.length / 2) - const pre = set.slice(0, mid) - const post = set.slice(mid) - - // if the parent list wasn't prereleases, then drop pr tags - // from end of the pre list, and beginning of the post list, - // marking as vulnerable if the midpoint item we picked is. - if (!/-/.test(String(pre[0]))) { - const midVuln = this.testVersion(pre[pre.length - 1]) - while (/-/.test(String(pre[pre.length - 1]))) { - const v = pre.pop() - if (midVuln) { - this[_markVulnerable](v) - } - } - } - - if (!/-/.test(String(post[post.length - 1]))) { - const midVuln = this.testVersion(post[0]) - while (/-/.test(String(post[0]))) { - const v = post.shift() - if (midVuln) { - this[_markVulnerable](v) - } - } - } - - versionSets.add(pre) - versionSets.add(post) - } - } -} - -module.exports = Advisory diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/metavuln-calculator/lib/get-dep-spec.js b/software/flow/node_modules/npm/node_modules/@npmcli/metavuln-calculator/lib/get-dep-spec.js deleted file mode 100644 index 8d1d72b..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/metavuln-calculator/lib/get-dep-spec.js +++ /dev/null @@ -1,15 +0,0 @@ -module.exports = (mani, name) => { - // skip dev because that only matters at the root, - // where we aren't fetching a manifest from the registry - // with multiple versions anyway. - const { - dependencies: deps = {}, - optionalDependencies: optDeps = {}, - peerDependencies: peerDeps = {}, - } = mani - - return deps && typeof deps[name] === 'string' ? deps[name] - : optDeps && typeof optDeps[name] === 'string' ? optDeps[name] - : peerDeps && typeof peerDeps[name] === 'string' ? peerDeps[name] - : null -} diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/metavuln-calculator/lib/hash.js b/software/flow/node_modules/npm/node_modules/@npmcli/metavuln-calculator/lib/hash.js deleted file mode 100644 index 634bf99..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/metavuln-calculator/lib/hash.js +++ /dev/null @@ -1,5 +0,0 @@ -const { createHash } = require('crypto') - -module.exports = ({ name, source }) => createHash('sha512') - .update(JSON.stringify([name, source])) - .digest('base64') diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/metavuln-calculator/lib/index.js b/software/flow/node_modules/npm/node_modules/@npmcli/metavuln-calculator/lib/index.js deleted file mode 100644 index 668f559..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/metavuln-calculator/lib/index.js +++ /dev/null @@ -1,128 +0,0 @@ -// this is the public class that is used by consumers. -// the Advisory class handles all the calculation, and this -// class handles all the IO with the registry and cache. -const pacote = require('pacote') -const cacache = require('cacache') -const Advisory = require('./advisory.js') -const { homedir } = require('os') -const jsonParse = require('json-parse-even-better-errors') - -const _packument = Symbol('packument') -const _cachePut = Symbol('cachePut') -const _cacheGet = Symbol('cacheGet') -const _cacheData = Symbol('cacheData') -const _packuments = Symbol('packuments') -const _cache = Symbol('cache') -const _options = Symbol('options') -const _advisories = Symbol('advisories') -const _calculate = Symbol('calculate') - -class Calculator { - constructor (options = {}) { - this[_options] = { ...options } - this[_cache] = this[_options].cache || (homedir() + '/.npm/_cacache') - this[_options].cache = this[_cache] - this[_packuments] = new Map() - this[_cacheData] = new Map() - this[_advisories] = new Map() - } - - get cache () { - return this[_cache] - } - - get options () { - return { ...this[_options] } - } - - async calculate (name, source) { - const k = `security-advisory:${name}:${source.id}` - if (this[_advisories].has(k)) { - return this[_advisories].get(k) - } - - const p = this[_calculate](name, source) - this[_advisories].set(k, p) - return p - } - - async [_calculate] (name, source) { - const k = `security-advisory:${name}:${source.id}` - const t = `metavuln:calculate:${k}` - process.emit('time', t) - const advisory = new Advisory(name, source, this[_options]) - // load packument and cached advisory - const [cached, packument] = await Promise.all([ - this[_cacheGet](advisory), - this[_packument](name), - ]) - process.emit('time', `metavuln:load:${k}`) - advisory.load(cached, packument) - process.emit('timeEnd', `metavuln:load:${k}`) - if (advisory.updated) { - await this[_cachePut](advisory) - } - this[_advisories].set(k, advisory) - process.emit('timeEnd', t) - return advisory - } - - async [_cachePut] (advisory) { - const { name, id } = advisory - const key = `security-advisory:${name}:${id}` - process.emit('time', `metavuln:cache:put:${key}`) - const data = JSON.stringify(advisory) - const options = { ...this[_options] } - this[_cacheData].set(key, jsonParse(data)) - await cacache.put(this[_cache], key, data, options).catch(() => {}) - process.emit('timeEnd', `metavuln:cache:put:${key}`) - } - - async [_cacheGet] (advisory) { - const { name, id } = advisory - const key = `security-advisory:${name}:${id}` - /* istanbul ignore if - should be impossible, since we memoize the - * advisory object itself using the same key, just being cautious */ - if (this[_cacheData].has(key)) { - return this[_cacheData].get(key) - } - - process.emit('time', `metavuln:cache:get:${key}`) - const p = cacache.get(this[_cache], key, { ...this[_options] }) - .catch(() => ({ data: '{}' })) - .then(({ data }) => { - data = jsonParse(data) - process.emit('timeEnd', `metavuln:cache:get:${key}`) - this[_cacheData].set(key, data) - return data - }) - this[_cacheData].set(key, p) - return p - } - - async [_packument] (name) { - if (this[_packuments].has(name)) { - return this[_packuments].get(name) - } - - process.emit('time', `metavuln:packument:${name}`) - const p = pacote.packument(name, { ...this[_options] }) - .catch((er) => { - // presumably not something from the registry. - // an empty packument will have an effective range of * - return { - name, - versions: {}, - } - }) - .then(paku => { - process.emit('timeEnd', `metavuln:packument:${name}`) - this[_packuments].set(name, paku) - return paku - }) - this[_packuments].set(name, p) - return p - } -} - -module.exports = Calculator diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/metavuln-calculator/package.json b/software/flow/node_modules/npm/node_modules/@npmcli/metavuln-calculator/package.json deleted file mode 100644 index baf59c4..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/metavuln-calculator/package.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "name": "@npmcli/metavuln-calculator", - "version": "5.0.0", - "main": "lib/index.js", - "files": [ - "bin/", - "lib/" - ], - "description": "Calculate meta-vulnerabilities from package security advisories", - "repository": { - "type": "git", - "url": "https://github.com/npm/metavuln-calculator.git" - }, - "author": "GitHub Inc.", - "license": "ISC", - "scripts": { - "test": "tap", - "posttest": "npm run lint", - "snap": "tap", - "postsnap": "npm run lint", - "eslint": "eslint", - "lint": "eslint \"**/*.js\"", - "lintfix": "npm run lint -- --fix", - "postlint": "template-oss-check", - "template-oss-apply": "template-oss-apply --force" - }, - "tap": { - "check-coverage": true, - "coverage-map": "map.js", - "nyc-arg": [ - "--exclude", - "tap-snapshots/**" - ] - }, - "devDependencies": { - "@npmcli/eslint-config": "^3.0.1", - "@npmcli/template-oss": "4.5.1", - "require-inject": "^1.4.4", - "tap": "^16.0.1" - }, - "dependencies": { - "cacache": "^17.0.0", - "json-parse-even-better-errors": "^3.0.0", - "pacote": "^15.0.0", - "semver": "^7.3.5" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.5.1" - } -} diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/move-file/LICENSE.md b/software/flow/node_modules/npm/node_modules/@npmcli/move-file/LICENSE.md deleted file mode 100644 index 072bf20..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/move-file/LICENSE.md +++ /dev/null @@ -1,22 +0,0 @@ -MIT License - -Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com) -Copyright (c) npm, Inc. - -Permission is hereby granted, free of charge, to any person obtaining a -copy of this software and associated documentation files (the "Software"), -to deal in the Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, sublicense, -and/or sell copies of the Software, and to permit persons to whom the -Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER -DEALINGS IN THE SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/move-file/lib/index.js b/software/flow/node_modules/npm/node_modules/@npmcli/move-file/lib/index.js deleted file mode 100644 index 5789bb1..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/move-file/lib/index.js +++ /dev/null @@ -1,185 +0,0 @@ -const { dirname, join, resolve, relative, isAbsolute } = require('path') -const rimraf_ = require('rimraf') -const { promisify } = require('util') -const { - access: access_, - accessSync, - copyFile: copyFile_, - copyFileSync, - readdir: readdir_, - readdirSync, - rename: rename_, - renameSync, - stat: stat_, - statSync, - lstat: lstat_, - lstatSync, - symlink: symlink_, - symlinkSync, - readlink: readlink_, - readlinkSync, -} = require('fs') - -const access = promisify(access_) -const copyFile = promisify(copyFile_) -const readdir = promisify(readdir_) -const rename = promisify(rename_) -const stat = promisify(stat_) -const lstat = promisify(lstat_) -const symlink = promisify(symlink_) -const readlink = promisify(readlink_) -const rimraf = promisify(rimraf_) -const rimrafSync = rimraf_.sync - -const mkdirp = require('mkdirp') - -const pathExists = async path => { - try { - await access(path) - return true - } catch (er) { - return er.code !== 'ENOENT' - } -} - -const pathExistsSync = path => { - try { - accessSync(path) - return true - } catch (er) { - return er.code !== 'ENOENT' - } -} - -const moveFile = async (source, destination, options = {}, root = true, symlinks = []) => { - if (!source || !destination) { - throw new TypeError('`source` and `destination` file required') - } - - options = { - overwrite: true, - ...options, - } - - if (!options.overwrite && await pathExists(destination)) { - throw new Error(`The destination file exists: ${destination}`) - } - - await mkdirp(dirname(destination)) - - try { - await rename(source, destination) - } catch (error) { - if (error.code === 'EXDEV' || error.code === 'EPERM') { - const sourceStat = await lstat(source) - if (sourceStat.isDirectory()) { - const files = await readdir(source) - await Promise.all(files.map((file) => - moveFile(join(source, file), join(destination, file), options, false, symlinks) - )) - } else if (sourceStat.isSymbolicLink()) { - symlinks.push({ source, destination }) - } else { - await copyFile(source, destination) - } - } else { - throw error - } - } - - if (root) { - await Promise.all(symlinks.map(async ({ source: symSource, destination: symDestination }) => { - let target = await readlink(symSource) - // junction symlinks in windows will be absolute paths, so we need to - // make sure they point to the symlink destination - if (isAbsolute(target)) { - target = resolve(symDestination, relative(symSource, target)) - } - // try to determine what the actual file is so we can create the correct - // type of symlink in windows - let targetStat = 'file' - try { - targetStat = await stat(resolve(dirname(symSource), target)) - if (targetStat.isDirectory()) { - targetStat = 'junction' - } - } catch { - // targetStat remains 'file' - } - await symlink( - target, - symDestination, - targetStat - ) - })) - await rimraf(source) - } -} - -const moveFileSync = (source, destination, options = {}, root = true, symlinks = []) => { - if (!source || !destination) { - throw new TypeError('`source` and `destination` file required') - } - - options = { - overwrite: true, - ...options, - } - - if (!options.overwrite && pathExistsSync(destination)) { - throw new Error(`The destination file exists: ${destination}`) - } - - mkdirp.sync(dirname(destination)) - - try { - renameSync(source, destination) - } catch (error) { - if (error.code === 'EXDEV' || error.code === 'EPERM') { - const sourceStat = lstatSync(source) - if (sourceStat.isDirectory()) { - const files = readdirSync(source) - for (const file of files) { - moveFileSync(join(source, file), join(destination, file), options, false, symlinks) - } - } else if (sourceStat.isSymbolicLink()) { - symlinks.push({ source, destination }) - } else { - copyFileSync(source, destination) - } - } else { - throw error - } - } - - if (root) { - for (const { source: symSource, destination: symDestination } of symlinks) { - let target = readlinkSync(symSource) - // junction symlinks in windows will be absolute paths, so we need to - // make sure they point to the symlink destination - if (isAbsolute(target)) { - target = resolve(symDestination, relative(symSource, target)) - } - // try to determine what the actual file is so we can create the correct - // type of symlink in windows - let targetStat = 'file' - try { - targetStat = statSync(resolve(dirname(symSource), target)) - if (targetStat.isDirectory()) { - targetStat = 'junction' - } - } catch { - // targetStat remains 'file' - } - symlinkSync( - target, - symDestination, - targetStat - ) - } - rimrafSync(source) - } -} - -module.exports = moveFile -module.exports.sync = moveFileSync diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/move-file/package.json b/software/flow/node_modules/npm/node_modules/@npmcli/move-file/package.json deleted file mode 100644 index 58793b9..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/move-file/package.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "name": "@npmcli/move-file", - "version": "2.0.1", - "files": [ - "bin/", - "lib/" - ], - "main": "lib/index.js", - "description": "move a file (fork of move-file)", - "dependencies": { - "mkdirp": "^1.0.4", - "rimraf": "^3.0.2" - }, - "devDependencies": { - "@npmcli/eslint-config": "^3.0.1", - "@npmcli/template-oss": "3.5.0", - "tap": "^16.0.1" - }, - "scripts": { - "test": "tap", - "snap": "tap", - "preversion": "npm test", - "postversion": "npm publish", - "prepublishOnly": "git push origin --follow-tags", - "lint": "eslint \"**/*.js\"", - "postlint": "template-oss-check", - "template-oss-apply": "template-oss-apply --force", - "lintfix": "npm run lint -- --fix", - "posttest": "npm run lint" - }, - "repository": { - "type": "git", - "url": "https://github.com/npm/move-file.git" - }, - "tap": { - "check-coverage": true - }, - "license": "MIT", - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - }, - "author": "GitHub Inc.", - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "3.5.0" - } -} diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/name-from-folder/LICENSE b/software/flow/node_modules/npm/node_modules/@npmcli/name-from-folder/LICENSE deleted file mode 100644 index d24a9fc..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/name-from-folder/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -The ISC License - -Copyright npm, Inc. - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND NPM DISCLAIMS ALL WARRANTIES WITH REGARD -TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS. IN NO EVENT SHALL NPM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR -CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, -DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS -ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS -SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/name-from-folder/lib/index.js b/software/flow/node_modules/npm/node_modules/@npmcli/name-from-folder/lib/index.js deleted file mode 100644 index afb1dbb..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/name-from-folder/lib/index.js +++ /dev/null @@ -1,7 +0,0 @@ -const { basename, dirname } = require('path') - -const getName = (parent, base) => - parent.charAt(0) === '@' ? `${parent}/${base}` : base - -module.exports = dir => dir ? getName(basename(dirname(dir)), basename(dir)) - : false diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/name-from-folder/package.json b/software/flow/node_modules/npm/node_modules/@npmcli/name-from-folder/package.json deleted file mode 100644 index f0aa5b1..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/name-from-folder/package.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "name": "@npmcli/name-from-folder", - "version": "2.0.0", - "files": [ - "bin/", - "lib/" - ], - "main": "lib/index.js", - "description": "Get the package name from a folder path", - "repository": { - "type": "git", - "url": "https://github.com/npm/name-from-folder.git" - }, - "author": "GitHub Inc.", - "license": "ISC", - "scripts": { - "test": "tap", - "snap": "tap", - "lint": "eslint \"**/*.js\"", - "postlint": "template-oss-check", - "template-oss-apply": "template-oss-apply --force", - "lintfix": "npm run lint -- --fix", - "posttest": "npm run lint" - }, - "devDependencies": { - "@npmcli/eslint-config": "^4.0.1", - "@npmcli/template-oss": "4.11.0", - "tap": "^16.3.2" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.11.0" - }, - "tap": { - "nyc-arg": [ - "--exclude", - "tap-snapshots/**" - ] - } -} diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/node-gyp/lib/index.js b/software/flow/node_modules/npm/node_modules/@npmcli/node-gyp/lib/index.js deleted file mode 100644 index cdf1856..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/node-gyp/lib/index.js +++ /dev/null @@ -1,14 +0,0 @@ -const util = require('util') -const fs = require('fs') -const { stat } = fs.promises || { stat: util.promisify(fs.stat) } - -async function isNodeGypPackage (path) { - return await stat(`${path}/binding.gyp`) - .then(st => st.isFile()) - .catch(() => false) -} - -module.exports = { - isNodeGypPackage, - defaultGypInstallScript: 'node-gyp rebuild', -} diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/node-gyp/package.json b/software/flow/node_modules/npm/node_modules/@npmcli/node-gyp/package.json deleted file mode 100644 index 999572b..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/node-gyp/package.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "name": "@npmcli/node-gyp", - "version": "3.0.0", - "description": "Tools for dealing with node-gyp packages", - "scripts": { - "test": "tap", - "lint": "eslint \"**/*.js\"", - "postlint": "template-oss-check", - "template-oss-apply": "template-oss-apply --force", - "lintfix": "npm run lint -- --fix", - "snap": "tap", - "posttest": "npm run lint" - }, - "repository": { - "type": "git", - "url": "https://github.com/npm/node-gyp.git" - }, - "keywords": [ - "npm", - "cli", - "node-gyp" - ], - "files": [ - "bin/", - "lib/" - ], - "main": "lib/index.js", - "author": "GitHub Inc.", - "license": "ISC", - "devDependencies": { - "@npmcli/eslint-config": "^3.0.1", - "@npmcli/template-oss": "4.5.1", - "tap": "^16.0.1" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.5.1" - }, - "tap": { - "nyc-arg": [ - "--exclude", - "tap-snapshots/**" - ] - } -} diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/package-json/LICENSE b/software/flow/node_modules/npm/node_modules/@npmcli/package-json/LICENSE deleted file mode 100644 index 6a1f370..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/package-json/LICENSE +++ /dev/null @@ -1,18 +0,0 @@ -ISC License - -Copyright GitHub Inc. - -Permission to use, copy, modify, and/or distribute this -software for any purpose with or without fee is hereby -granted, provided that the above copyright notice and this -permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND NPM DISCLAIMS ALL -WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO -EVENT SHALL NPM BE LIABLE FOR ANY SPECIAL, DIRECT, -INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER -TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE -USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/package-json/lib/index.js b/software/flow/node_modules/npm/node_modules/@npmcli/package-json/lib/index.js deleted file mode 100644 index e98308f..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/package-json/lib/index.js +++ /dev/null @@ -1,109 +0,0 @@ -const fs = require('fs') -const promisify = require('util').promisify -const readFile = promisify(fs.readFile) -const writeFile = promisify(fs.writeFile) -const { resolve } = require('path') -const updateDeps = require('./update-dependencies.js') -const updateScripts = require('./update-scripts.js') -const updateWorkspaces = require('./update-workspaces.js') - -const parseJSON = require('json-parse-even-better-errors') - -const _filename = Symbol('filename') -const _manifest = Symbol('manifest') -const _readFileContent = Symbol('readFileContent') - -// a list of handy specialized helper functions that take -// care of special cases that are handled by the npm cli -const knownSteps = new Set([ - updateDeps, - updateScripts, - updateWorkspaces, -]) - -// list of all keys that are handled by "knownSteps" helpers -const knownKeys = new Set([ - ...updateDeps.knownKeys, - 'scripts', - 'workspaces', -]) - -class PackageJson { - static async load (path) { - return await new PackageJson(path).load() - } - - constructor (path) { - this[_filename] = resolve(path, 'package.json') - this[_manifest] = {} - this[_readFileContent] = '' - } - - async load () { - try { - this[_readFileContent] = - await readFile(this[_filename], 'utf8') - } catch (err) { - throw new Error('package.json not found') - } - - try { - this[_manifest] = - parseJSON(this[_readFileContent]) - } catch (err) { - throw new Error(`Invalid package.json: ${err}`) - } - - return this - } - - get content () { - return this[_manifest] - } - - update (content) { - // validates both current manifest and content param - const invalidContent = - typeof this[_manifest] !== 'object' - || typeof content !== 'object' - if (invalidContent) { - throw Object.assign( - new Error(`Can't update invalid package.json data`), - { code: 'EPACKAGEJSONUPDATE' } - ) - } - - for (const step of knownSteps) { - this[_manifest] = step({ content, originalContent: this[_manifest] }) - } - - // unknown properties will just be overwitten - for (const [key, value] of Object.entries(content)) { - if (!knownKeys.has(key)) { - this[_manifest][key] = value - } - } - - return this - } - - async save () { - const { - [Symbol.for('indent')]: indent, - [Symbol.for('newline')]: newline, - } = this[_manifest] - - const format = indent === undefined ? ' ' : indent - const eol = newline === undefined ? '\n' : newline - const fileContent = `${ - JSON.stringify(this[_manifest], null, format) - }\n` - .replace(/\n/g, eol) - - if (fileContent.trim() !== this[_readFileContent].trim()) { - return await writeFile(this[_filename], fileContent) - } - } -} - -module.exports = PackageJson diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/package-json/lib/update-dependencies.js b/software/flow/node_modules/npm/node_modules/@npmcli/package-json/lib/update-dependencies.js deleted file mode 100644 index 7259949..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/package-json/lib/update-dependencies.js +++ /dev/null @@ -1,75 +0,0 @@ -const depTypes = new Set([ - 'dependencies', - 'optionalDependencies', - 'devDependencies', - 'peerDependencies', -]) - -// sort alphabetically all types of deps for a given package -const orderDeps = (content) => { - for (const type of depTypes) { - if (content && content[type]) { - content[type] = Object.keys(content[type]) - .sort((a, b) => a.localeCompare(b, 'en')) - .reduce((res, key) => { - res[key] = content[type][key] - return res - }, {}) - } - } - return content -} - -const updateDependencies = ({ content, originalContent }) => { - const pkg = orderDeps({ - ...content, - }) - - // optionalDependencies don't need to be repeated in two places - if (pkg.dependencies) { - if (pkg.optionalDependencies) { - for (const name of Object.keys(pkg.optionalDependencies)) { - delete pkg.dependencies[name] - } - } - } - - const result = { ...originalContent } - - // loop through all types of dependencies and update package json pkg - for (const type of depTypes) { - if (pkg[type]) { - result[type] = pkg[type] - } - - // prune empty type props from resulting object - const emptyDepType = - pkg[type] - && typeof pkg === 'object' - && Object.keys(pkg[type]).length === 0 - if (emptyDepType) { - delete result[type] - } - } - - // if original package.json had dep in peerDeps AND deps, preserve that. - const { dependencies: origProd, peerDependencies: origPeer } = - originalContent || {} - const { peerDependencies: newPeer } = result - if (origProd && origPeer && newPeer) { - // we have original prod/peer deps, and new peer deps - // copy over any that were in both in the original - for (const name of Object.keys(origPeer)) { - if (origProd[name] !== undefined && newPeer[name] !== undefined) { - result.dependencies = result.dependencies || {} - result.dependencies[name] = newPeer[name] - } - } - } - - return result -} - -updateDependencies.knownKeys = depTypes - -module.exports = updateDependencies diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/package-json/lib/update-scripts.js b/software/flow/node_modules/npm/node_modules/@npmcli/package-json/lib/update-scripts.js deleted file mode 100644 index 30495e5..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/package-json/lib/update-scripts.js +++ /dev/null @@ -1,29 +0,0 @@ -const updateScripts = ({ content, originalContent = {} }) => { - const newScripts = content.scripts - - if (!newScripts) { - return originalContent - } - - // validate scripts content being appended - const hasInvalidScripts = () => - Object.entries(newScripts) - .some(([key, value]) => - typeof key !== 'string' || typeof value !== 'string') - if (hasInvalidScripts()) { - throw Object.assign( - new TypeError( - 'package.json scripts should be a key-value pair of strings.'), - { code: 'ESCRIPTSINVALID' } - ) - } - - return { - ...originalContent, - scripts: { - ...newScripts, - }, - } -} - -module.exports = updateScripts diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/package-json/lib/update-workspaces.js b/software/flow/node_modules/npm/node_modules/@npmcli/package-json/lib/update-workspaces.js deleted file mode 100644 index 04bf632..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/package-json/lib/update-workspaces.js +++ /dev/null @@ -1,26 +0,0 @@ -const updateWorkspaces = ({ content, originalContent = {} }) => { - const newWorkspaces = content.workspaces - - if (!newWorkspaces) { - return originalContent - } - - // validate workspaces content being appended - const hasInvalidWorkspaces = () => - newWorkspaces.some(w => !(typeof w === 'string')) - if (!newWorkspaces.length || hasInvalidWorkspaces()) { - throw Object.assign( - new TypeError('workspaces should be an array of strings.'), - { code: 'EWORKSPACESINVALID' } - ) - } - - return { - ...originalContent, - workspaces: [ - ...newWorkspaces, - ], - } -} - -module.exports = updateWorkspaces diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/package-json/package.json b/software/flow/node_modules/npm/node_modules/@npmcli/package-json/package.json deleted file mode 100644 index faae789..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/package-json/package.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "name": "@npmcli/package-json", - "version": "3.0.0", - "description": "Programmatic API to update package.json", - "main": "lib/index.js", - "files": [ - "bin/", - "lib/" - ], - "scripts": { - "snap": "tap", - "test": "tap", - "lint": "eslint \"**/*.js\"", - "lintfix": "npm run lint -- --fix", - "posttest": "npm run lint", - "postsnap": "npm run lintfix --", - "postlint": "template-oss-check", - "template-oss-apply": "template-oss-apply --force" - }, - "keywords": [ - "npm", - "oss" - ], - "author": "GitHub Inc.", - "license": "ISC", - "devDependencies": { - "@npmcli/eslint-config": "^3.0.1", - "@npmcli/template-oss": "4.5.1", - "tap": "^16.0.1" - }, - "dependencies": { - "json-parse-even-better-errors": "^3.0.0" - }, - "repository": { - "type": "git", - "url": "https://github.com/npm/package-json.git" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.5.1" - }, - "tap": { - "nyc-arg": [ - "--exclude", - "tap-snapshots/**" - ] - } -} diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/promise-spawn/LICENSE b/software/flow/node_modules/npm/node_modules/@npmcli/promise-spawn/LICENSE deleted file mode 100644 index 8f90f96..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/promise-spawn/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -The ISC License - -Copyright (c) npm, Inc. - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE NPM DISCLAIMS ALL WARRANTIES WITH -REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS. IN NO EVENT SHALL THE NPM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, -OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, -DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS -ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS -SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/promise-spawn/lib/escape.js b/software/flow/node_modules/npm/node_modules/@npmcli/promise-spawn/lib/escape.js deleted file mode 100644 index 9aca8bd..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/promise-spawn/lib/escape.js +++ /dev/null @@ -1,68 +0,0 @@ -'use strict' - -// eslint-disable-next-line max-len -// this code adapted from: https://blogs.msdn.microsoft.com/twistylittlepassagesallalike/2011/04/23/everyone-quotes-command-line-arguments-the-wrong-way/ -const cmd = (input, doubleEscape) => { - if (!input.length) { - return '""' - } - - let result - if (!/[ \t\n\v"]/.test(input)) { - result = input - } else { - result = '"' - for (let i = 0; i <= input.length; ++i) { - let slashCount = 0 - while (input[i] === '\\') { - ++i - ++slashCount - } - - if (i === input.length) { - result += '\\'.repeat(slashCount * 2) - break - } - - if (input[i] === '"') { - result += '\\'.repeat(slashCount * 2 + 1) - result += input[i] - } else { - result += '\\'.repeat(slashCount) - result += input[i] - } - } - result += '"' - } - - // and finally, prefix shell meta chars with a ^ - result = result.replace(/[ !%^&()<>|"]/g, '^$&') - if (doubleEscape) { - result = result.replace(/[ !%^&()<>|"]/g, '^$&') - } - - return result -} - -const sh = (input) => { - if (!input.length) { - return `''` - } - - if (!/[\t\n\r "#$&'()*;<>?\\`|~]/.test(input)) { - return input - } - - // replace single quotes with '\'' and wrap the whole result in a fresh set of quotes - const result = `'${input.replace(/'/g, `'\\''`)}'` - // if the input string already had single quotes around it, clean those up - .replace(/^(?:'')+(?!$)/, '') - .replace(/\\'''/g, `\\'`) - - return result -} - -module.exports = { - cmd, - sh, -} diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/promise-spawn/lib/index.js b/software/flow/node_modules/npm/node_modules/@npmcli/promise-spawn/lib/index.js deleted file mode 100644 index 571ff6b..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/promise-spawn/lib/index.js +++ /dev/null @@ -1,195 +0,0 @@ -'use strict' - -const { spawn } = require('child_process') -const os = require('os') -const which = require('which') - -const escape = require('./escape.js') - -// 'extra' object is for decorating the error a bit more -const promiseSpawn = (cmd, args, opts = {}, extra = {}) => { - if (opts.shell) { - return spawnWithShell(cmd, args, opts, extra) - } - - let proc - - const p = new Promise((res, rej) => { - proc = spawn(cmd, args, opts) - - const stdout = [] - const stderr = [] - - const reject = er => rej(Object.assign(er, { - cmd, - args, - ...stdioResult(stdout, stderr, opts), - ...extra, - })) - - proc.on('error', reject) - - if (proc.stdout) { - proc.stdout.on('data', c => stdout.push(c)).on('error', reject) - proc.stdout.on('error', er => reject(er)) - } - - if (proc.stderr) { - proc.stderr.on('data', c => stderr.push(c)).on('error', reject) - proc.stderr.on('error', er => reject(er)) - } - - proc.on('close', (code, signal) => { - const result = { - cmd, - args, - code, - signal, - ...stdioResult(stdout, stderr, opts), - ...extra, - } - - if (code || signal) { - rej(Object.assign(new Error('command failed'), result)) - } else { - res(result) - } - }) - }) - - p.stdin = proc.stdin - p.process = proc - return p -} - -const spawnWithShell = (cmd, args, opts, extra) => { - let command = opts.shell - // if shell is set to true, we use a platform default. we can't let the core - // spawn method decide this for us because we need to know what shell is in use - // ahead of time so that we can escape arguments properly. we don't need coverage here. - if (command === true) { - // istanbul ignore next - command = process.platform === 'win32' ? process.env.ComSpec : 'sh' - } - - const options = { ...opts, shell: false } - const realArgs = [] - let script = cmd - - // first, determine if we're in windows because if we are we need to know if we're - // running an .exe or a .cmd/.bat since the latter requires extra escaping - const isCmd = /(?:^|\\)cmd(?:\.exe)?$/i.test(command) - if (isCmd) { - let doubleEscape = false - - // find the actual command we're running - let initialCmd = '' - let insideQuotes = false - for (let i = 0; i < cmd.length; ++i) { - const char = cmd.charAt(i) - if (char === ' ' && !insideQuotes) { - break - } - - initialCmd += char - if (char === '"' || char === "'") { - insideQuotes = !insideQuotes - } - } - - let pathToInitial - try { - pathToInitial = which.sync(initialCmd, { - path: (options.env && options.env.PATH) || process.env.PATH, - pathext: (options.env && options.env.PATHEXT) || process.env.PATHEXT, - }).toLowerCase() - } catch (err) { - pathToInitial = initialCmd.toLowerCase() - } - - doubleEscape = pathToInitial.endsWith('.cmd') || pathToInitial.endsWith('.bat') - for (const arg of args) { - script += ` ${escape.cmd(arg, doubleEscape)}` - } - realArgs.push('/d', '/s', '/c', script) - options.windowsVerbatimArguments = true - } else { - for (const arg of args) { - script += ` ${escape.sh(arg)}` - } - realArgs.push('-c', script) - } - - return promiseSpawn(command, realArgs, options, extra) -} - -// open a file with the default application as defined by the user's OS -const open = (_args, opts = {}, extra = {}) => { - const options = { ...opts, shell: true } - const args = [].concat(_args) - - let platform = process.platform - // process.platform === 'linux' may actually indicate WSL, if that's the case - // we want to treat things as win32 anyway so the host can open the argument - if (platform === 'linux' && os.release().toLowerCase().includes('microsoft')) { - platform = 'win32' - } - - let command = options.command - if (!command) { - if (platform === 'win32') { - // spawnWithShell does not do the additional os.release() check, so we - // have to force the shell here to make sure we treat WSL as windows. - options.shell = process.env.ComSpec - // also, the start command accepts a title so to make sure that we don't - // accidentally interpret the first arg as the title, we stick an empty - // string immediately after the start command - command = 'start ""' - } else if (platform === 'darwin') { - command = 'open' - } else { - command = 'xdg-open' - } - } - - return spawnWithShell(command, args, options, extra) -} -promiseSpawn.open = open - -const isPipe = (stdio = 'pipe', fd) => { - if (stdio === 'pipe' || stdio === null) { - return true - } - - if (Array.isArray(stdio)) { - return isPipe(stdio[fd], fd) - } - - return false -} - -const stdioResult = (stdout, stderr, { stdioString = true, stdio }) => { - const result = { - stdout: null, - stderr: null, - } - - // stdio is [stdin, stdout, stderr] - if (isPipe(stdio, 1)) { - result.stdout = Buffer.concat(stdout) - if (stdioString) { - result.stdout = result.stdout.toString().trim() - } - } - - if (isPipe(stdio, 2)) { - result.stderr = Buffer.concat(stderr) - if (stdioString) { - result.stderr = result.stderr.toString().trim() - } - } - - return result -} - -module.exports = promiseSpawn diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/promise-spawn/package.json b/software/flow/node_modules/npm/node_modules/@npmcli/promise-spawn/package.json deleted file mode 100644 index 2080d9f..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/promise-spawn/package.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "name": "@npmcli/promise-spawn", - "version": "6.0.2", - "files": [ - "bin/", - "lib/" - ], - "main": "./lib/index.js", - "description": "spawn processes the way the npm cli likes to do", - "repository": { - "type": "git", - "url": "https://github.com/npm/promise-spawn.git" - }, - "author": "GitHub Inc.", - "license": "ISC", - "scripts": { - "test": "tap", - "snap": "tap", - "lint": "eslint \"**/*.js\"", - "lintfix": "npm run lint -- --fix", - "posttest": "npm run lint", - "postsnap": "npm run lintfix --", - "postlint": "template-oss-check", - "template-oss-apply": "template-oss-apply --force" - }, - "tap": { - "check-coverage": true, - "nyc-arg": [ - "--exclude", - "tap-snapshots/**" - ] - }, - "devDependencies": { - "@npmcli/eslint-config": "^4.0.0", - "@npmcli/template-oss": "4.11.0", - "minipass": "^4.0.0", - "spawk": "^1.7.1", - "tap": "^16.0.1" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.11.0" - }, - "dependencies": { - "which": "^3.0.0" - } -} diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/query/LICENSE b/software/flow/node_modules/npm/node_modules/@npmcli/query/LICENSE deleted file mode 100644 index 5fc208f..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/query/LICENSE +++ /dev/null @@ -1,20 +0,0 @@ -<!-- This file is automatically added by @npmcli/template-oss. Do not edit. --> - -ISC License - -Copyright npm, Inc. - -Permission to use, copy, modify, and/or distribute this -software for any purpose with or without fee is hereby -granted, provided that the above copyright notice and this -permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND NPM DISCLAIMS ALL -WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO -EVENT SHALL NPM BE LIABLE FOR ANY SPECIAL, DIRECT, -INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER -TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE -USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/query/lib/index.js b/software/flow/node_modules/npm/node_modules/@npmcli/query/lib/index.js deleted file mode 100644 index 9373a4f..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/query/lib/index.js +++ /dev/null @@ -1,189 +0,0 @@ -'use strict' - -const parser = require('postcss-selector-parser') - -const arrayDelimiter = Symbol('arrayDelimiter') - -const escapeSlashes = str => - str.replace(/\//g, '\\/') - -const unescapeSlashes = str => - str.replace(/\\\//g, '/') - -// recursively fixes up any :attr pseudo-class found -const fixupAttr = astNode => { - const properties = [] - const matcher = {} - for (const selectorAstNode of astNode.nodes) { - const [firstAstNode] = selectorAstNode.nodes - if (firstAstNode.type === 'tag') { - properties.push(firstAstNode.value) - } - } - - const lastSelectorAstNode = astNode.nodes.pop() - const [attributeAstNode] = lastSelectorAstNode.nodes - - if (attributeAstNode.value === ':attr') { - const appendParts = fixupAttr(attributeAstNode) - properties.push(arrayDelimiter, ...appendParts.lookupProperties) - matcher.qualifiedAttribute = appendParts.attributeMatcher.qualifiedAttribute - matcher.operator = appendParts.attributeMatcher.operator - matcher.value = appendParts.attributeMatcher.value - - // backwards compatibility - matcher.attribute = appendParts.attributeMatcher.attribute - - if (appendParts.attributeMatcher.insensitive) { - matcher.insensitive = true - } - } else { - if (attributeAstNode.type !== 'attribute') { - throw Object.assign( - new Error('`:attr` pseudo-class expects an attribute matcher as the last value'), - { code: 'EQUERYATTR' } - ) - } - - matcher.qualifiedAttribute = unescapeSlashes(attributeAstNode.qualifiedAttribute) - matcher.operator = attributeAstNode.operator - matcher.value = attributeAstNode.value - - // backwards compatibility - matcher.attribute = matcher.qualifiedAttribute - - if (attributeAstNode.insensitive) { - matcher.insensitive = true - } - } - - astNode.lookupProperties = properties - astNode.attributeMatcher = matcher - astNode.nodes.length = 0 - return astNode -} - -// fixed up nested pseudo nodes will have their internal selectors moved -// to a new root node that will be referenced by the `nestedNode` property, -// this tweak makes it simpler to reuse `retrieveNodesFromParsedAst` to -// recursively parse and extract results from the internal selectors -const fixupNestedPseudo = astNode => { - // create a new ast root node and relocate any children - // selectors of the current ast node to this new root - const newRootNode = parser.root() - astNode.nestedNode = newRootNode - newRootNode.nodes = [...astNode.nodes] - - // clean up the ast by removing the children nodes from the - // current ast node while also cleaning up their `parent` refs - astNode.nodes.length = 0 - for (const currAstNode of newRootNode.nodes) { - currAstNode.parent = newRootNode - } - - // recursively fixup nodes of any nested selector - transformAst(newRootNode) -} - -// :semver(<version|range>, [selector], [function]) -const fixupSemverSpecs = astNode => { - // the first child node contains the version or range, most likely as a tag and a series of - // classes. we combine them into a single string here. this is the only required input. - const children = astNode.nodes.shift().nodes - const value = children.reduce((res, i) => `${res}${String(i)}`, '') - - // next, if we have 2 nodes left then the user called us with a total of 3. that means the - // last one tells us what specific semver function the user is requesting, so we pull that out - let semverFunc - if (astNode.nodes.length === 2) { - const funcNode = astNode.nodes.pop().nodes[0] - if (funcNode.type === 'tag') { - semverFunc = funcNode.value - } - } - - // now if there's a node left, that node is our selector. since that is the last remaining - // child node, we call fixupAttr on ourselves so that the attribute selectors get parsed - if (astNode.nodes.length === 1) { - fixupAttr(astNode) - } else { - // we weren't provided a selector, so we default to `[version]`. note, there's no default - // operator here. that's because we don't know yet if the user has provided us a version - // or range to assert against - astNode.attributeMatcher = { - insensitive: false, - attribute: 'version', - qualifiedAttribute: 'version', - } - astNode.lookupProperties = [] - } - - astNode.semverFunc = semverFunc - astNode.semverValue = value - astNode.nodes.length = 0 -} - -const fixupTypes = astNode => { - const [valueAstNode] = astNode.nodes[0].nodes - const { value } = valueAstNode || {} - astNode.typeValue = value - astNode.nodes.length = 0 -} - -const fixupPaths = astNode => { - astNode.pathValue = unescapeSlashes(String(astNode.nodes[0])) - astNode.nodes.length = 0 -} - -const fixupOutdated = astNode => { - if (astNode.nodes.length) { - astNode.outdatedKind = String(astNode.nodes[0]) - astNode.nodes.length = 0 - } -} - -// a few of the supported ast nodes need to be tweaked in order to properly be -// interpreted as proper arborist query selectors, namely semver ranges from -// both ids and :semver pseudo-class selectors need to be translated from what -// are usually multiple ast nodes, such as: tag:1, class:.0, class:.0 to a -// single `1.0.0` value, other pseudo-class selectors also get preprocessed in -// order to make it simpler to execute later when traversing each ast node -// using rootNode.walk(), such as :path, :type, etc. transformAst handles all -// these modifications to the parsed ast by doing an extra, initial traversal -// of the parsed ast from the query and modifying the parsed nodes accordingly -const transformAst = selector => { - selector.walk((nextAstNode) => { - switch (nextAstNode.value) { - case ':attr': - return fixupAttr(nextAstNode) - case ':is': - case ':has': - case ':not': - return fixupNestedPseudo(nextAstNode) - case ':path': - return fixupPaths(nextAstNode) - case ':semver': - return fixupSemverSpecs(nextAstNode) - case ':type': - return fixupTypes(nextAstNode) - case ':outdated': - return fixupOutdated(nextAstNode) - } - }) -} - -const queryParser = (query) => { - // if query is an empty string or any falsy - // value, just returns an empty result - if (!query) { - return [] - } - - return parser(transformAst) - .astSync(escapeSlashes(query), { lossless: false }) -} - -module.exports = { - parser: queryParser, - arrayDelimiter, -} diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/query/package.json b/software/flow/node_modules/npm/node_modules/@npmcli/query/package.json deleted file mode 100644 index 1e4abd3..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/query/package.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "name": "@npmcli/query", - "version": "3.0.0", - "description": "npm query parser and tools", - "main": "lib/index.js", - "scripts": { - "test": "tap", - "lint": "eslint \"**/*.js\"", - "postlint": "template-oss-check", - "template-oss-apply": "template-oss-apply --force", - "lintfix": "npm run lint -- --fix", - "snap": "tap", - "posttest": "npm run lint" - }, - "contributors": [ - { - "name": "Ruy Adorno", - "url": "https://ruyadorno.com", - "twitter": "ruyadorno" - } - ], - "keywords": [ - "ast", - "npm", - "npmcli", - "parser", - "postcss", - "postcss-selector-parser", - "query" - ], - "author": "GitHub Inc.", - "license": "ISC", - "files": [ - "bin/", - "lib/" - ], - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.5.1" - }, - "devDependencies": { - "@npmcli/eslint-config": "^3.0.1", - "@npmcli/template-oss": "4.5.1", - "tap": "^16.2.0" - }, - "dependencies": { - "postcss-selector-parser": "^6.0.10" - }, - "repository": { - "type": "git", - "url": "https://github.com/npm/query.git" - }, - "tap": { - "nyc-arg": [ - "--exclude", - "tap-snapshots/**" - ] - } -} diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/run-script/LICENSE b/software/flow/node_modules/npm/node_modules/@npmcli/run-script/LICENSE deleted file mode 100644 index 19cec97..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/run-script/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -The ISC License - -Copyright (c) npm, Inc. - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/run-script/lib/is-server-package.js b/software/flow/node_modules/npm/node_modules/@npmcli/run-script/lib/is-server-package.js deleted file mode 100644 index d168623..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/run-script/lib/is-server-package.js +++ /dev/null @@ -1,12 +0,0 @@ -const util = require('util') -const fs = require('fs') -const { stat } = fs.promises || { stat: util.promisify(fs.stat) } -const { resolve } = require('path') -module.exports = async path => { - try { - const st = await stat(resolve(path, 'server.js')) - return st.isFile() - } catch (er) { - return false - } -} diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/run-script/lib/is-windows.js b/software/flow/node_modules/npm/node_modules/@npmcli/run-script/lib/is-windows.js deleted file mode 100644 index 651917e..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/run-script/lib/is-windows.js +++ /dev/null @@ -1,2 +0,0 @@ -const platform = process.env.__FAKE_TESTING_PLATFORM__ || process.platform -module.exports = platform === 'win32' diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/run-script/lib/make-spawn-args.js b/software/flow/node_modules/npm/node_modules/@npmcli/run-script/lib/make-spawn-args.js deleted file mode 100644 index 2b2f96a..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/run-script/lib/make-spawn-args.js +++ /dev/null @@ -1,40 +0,0 @@ -/* eslint camelcase: "off" */ -const setPATH = require('./set-path.js') -const { resolve } = require('path') -const npm_config_node_gyp = require.resolve('node-gyp/bin/node-gyp.js') - -const makeSpawnArgs = options => { - const { - event, - path, - scriptShell = true, - binPaths, - env = {}, - stdio, - cmd, - args = [], - stdioString, - } = options - - const spawnEnv = setPATH(path, binPaths, { - // we need to at least save the PATH environment var - ...process.env, - ...env, - npm_package_json: resolve(path, 'package.json'), - npm_lifecycle_event: event, - npm_lifecycle_script: cmd, - npm_config_node_gyp, - }) - - const spawnOpts = { - env: spawnEnv, - stdioString, - stdio, - cwd: path, - shell: scriptShell, - } - - return [cmd, args, spawnOpts] -} - -module.exports = makeSpawnArgs diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin/node-gyp b/software/flow/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin/node-gyp deleted file mode 100755 index 5bec64d..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin/node-gyp +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env sh -node "$npm_config_node_gyp" "$@" diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin/node-gyp.cmd b/software/flow/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin/node-gyp.cmd deleted file mode 100755 index 4c6987a..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin/node-gyp.cmd +++ /dev/null @@ -1 +0,0 @@ -@node "%npm_config_node_gyp%" %* diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/run-script/lib/package-envs.js b/software/flow/node_modules/npm/node_modules/@npmcli/run-script/lib/package-envs.js deleted file mode 100644 index 6b538e5..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/run-script/lib/package-envs.js +++ /dev/null @@ -1,26 +0,0 @@ -// https://github.com/npm/rfcs/pull/183 - -const envVal = val => Array.isArray(val) ? val.map(v => envVal(v)).join('\n\n') - : val === null || val === false ? '' - : String(val) - -const packageEnvs = (env, vals, prefix) => { - for (const [key, val] of Object.entries(vals)) { - if (val === undefined) { - continue - } else if (val && !Array.isArray(val) && typeof val === 'object') { - packageEnvs(env, val, `${prefix}${key}_`) - } else { - env[`${prefix}${key}`] = envVal(val) - } - } - return env -} - -module.exports = (env, pkg) => packageEnvs({ ...env }, { - name: pkg.name, - version: pkg.version, - config: pkg.config, - engines: pkg.engines, - bin: pkg.bin, -}, 'npm_package_') diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/run-script/lib/run-script-pkg.js b/software/flow/node_modules/npm/node_modules/@npmcli/run-script/lib/run-script-pkg.js deleted file mode 100644 index cbb0a0b..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/run-script/lib/run-script-pkg.js +++ /dev/null @@ -1,108 +0,0 @@ -const makeSpawnArgs = require('./make-spawn-args.js') -const promiseSpawn = require('@npmcli/promise-spawn') -const packageEnvs = require('./package-envs.js') -const { isNodeGypPackage, defaultGypInstallScript } = require('@npmcli/node-gyp') -const signalManager = require('./signal-manager.js') -const isServerPackage = require('./is-server-package.js') - -// you wouldn't like me when I'm angry... -const bruce = (id, event, cmd, args) => { - let banner = id - ? `\n> ${id} ${event}\n` - : `\n> ${event}\n` - banner += `> ${cmd.trim().replace(/\n/g, '\n> ')}` - if (args.length) { - banner += ` ${args.join(' ')}` - } - banner += '\n' - return banner -} - -const runScriptPkg = async options => { - const { - event, - path, - scriptShell, - binPaths = false, - env = {}, - stdio = 'pipe', - pkg, - args = [], - stdioString, - // note: only used when stdio:inherit - banner = true, - // how long to wait for a process.kill signal - // only exposed here so that we can make the test go a bit faster. - signalTimeout = 500, - } = options - - const { scripts = {}, gypfile } = pkg - let cmd = null - if (options.cmd) { - cmd = options.cmd - } else if (pkg.scripts && pkg.scripts[event]) { - cmd = pkg.scripts[event] - } else if ( - // If there is no preinstall or install script, default to rebuilding node-gyp packages. - event === 'install' && - !scripts.install && - !scripts.preinstall && - gypfile !== false && - await isNodeGypPackage(path) - ) { - cmd = defaultGypInstallScript - } else if (event === 'start' && await isServerPackage(path)) { - cmd = 'node server.js' - } - - if (!cmd) { - return { code: 0, signal: null } - } - - if (stdio === 'inherit' && banner !== false) { - // we're dumping to the parent's stdout, so print the banner - console.log(bruce(pkg._id, event, cmd, args)) - } - - const [spawnShell, spawnArgs, spawnOpts] = makeSpawnArgs({ - event, - path, - scriptShell, - binPaths, - env: packageEnvs(env, pkg), - stdio, - cmd, - args, - stdioString, - }) - - const p = promiseSpawn(spawnShell, spawnArgs, spawnOpts, { - event, - script: cmd, - pkgid: pkg._id, - path, - }) - - if (stdio === 'inherit') { - signalManager.add(p.process) - } - - if (p.stdin) { - p.stdin.end() - } - - return p.catch(er => { - const { signal } = er - if (stdio === 'inherit' && signal) { - process.kill(process.pid, signal) - // just in case we don't die, reject after 500ms - // this also keeps the node process open long enough to actually - // get the signal, rather than terminating gracefully. - return new Promise((res, rej) => setTimeout(() => rej(er), signalTimeout)) - } else { - throw er - } - }) -} - -module.exports = runScriptPkg diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/run-script/lib/run-script.js b/software/flow/node_modules/npm/node_modules/@npmcli/run-script/lib/run-script.js deleted file mode 100644 index e9d1826..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/run-script/lib/run-script.js +++ /dev/null @@ -1,14 +0,0 @@ -const rpj = require('read-package-json-fast') -const runScriptPkg = require('./run-script-pkg.js') -const validateOptions = require('./validate-options.js') -const isServerPackage = require('./is-server-package.js') - -const runScript = options => { - validateOptions(options) - const { pkg, path } = options - return pkg ? runScriptPkg(options) - : rpj(path + '/package.json') - .then(readPackage => runScriptPkg({ ...options, pkg: readPackage })) -} - -module.exports = Object.assign(runScript, { isServerPackage }) diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/run-script/lib/set-path.js b/software/flow/node_modules/npm/node_modules/@npmcli/run-script/lib/set-path.js deleted file mode 100644 index c59c270..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/run-script/lib/set-path.js +++ /dev/null @@ -1,45 +0,0 @@ -const { resolve, dirname, delimiter } = require('path') -// the path here is relative, even though it does not need to be -// in order to make the posix tests pass in windows -const nodeGypPath = resolve(__dirname, '../lib/node-gyp-bin') - -// Windows typically calls its PATH environ 'Path', but this is not -// guaranteed, nor is it guaranteed to be the only one. Merge them -// all together in the order they appear in the object. -const setPATH = (projectPath, binPaths, env) => { - const PATH = Object.keys(env).filter(p => /^path$/i.test(p) && env[p]) - .map(p => env[p].split(delimiter)) - .reduce((set, p) => set.concat(p.filter(concatted => !set.includes(concatted))), []) - .join(delimiter) - - const pathArr = [] - if (binPaths) { - pathArr.push(...binPaths) - } - // unshift the ./node_modules/.bin from every folder - // walk up until dirname() does nothing, at the root - // XXX we should specify a cwd that we don't go above - let p = projectPath - let pp - do { - pathArr.push(resolve(p, 'node_modules', '.bin')) - pp = p - p = dirname(p) - } while (p !== pp) - pathArr.push(nodeGypPath, PATH) - - const pathVal = pathArr.join(delimiter) - - // XXX include the node-gyp-bin path somehow? Probably better for - // npm or arborist or whoever to just provide that by putting it in - // the PATH environ, since that's preserved anyway. - for (const key of Object.keys(env)) { - if (/^path$/i.test(key)) { - env[key] = pathVal - } - } - - return env -} - -module.exports = setPATH diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/run-script/lib/signal-manager.js b/software/flow/node_modules/npm/node_modules/@npmcli/run-script/lib/signal-manager.js deleted file mode 100644 index 7e10f85..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/run-script/lib/signal-manager.js +++ /dev/null @@ -1,47 +0,0 @@ -const runningProcs = new Set() -let handlersInstalled = false - -const forwardedSignals = [ - 'SIGINT', - 'SIGTERM', -] - -const handleSignal = signal => { - for (const proc of runningProcs) { - proc.kill(signal) - } -} - -const setupListeners = () => { - for (const signal of forwardedSignals) { - process.on(signal, handleSignal) - } - handlersInstalled = true -} - -const cleanupListeners = () => { - if (runningProcs.size === 0) { - for (const signal of forwardedSignals) { - process.removeListener(signal, handleSignal) - } - handlersInstalled = false - } -} - -const add = proc => { - runningProcs.add(proc) - if (!handlersInstalled) { - setupListeners() - } - - proc.once('exit', () => { - runningProcs.delete(proc) - cleanupListeners() - }) -} - -module.exports = { - add, - handleSignal, - forwardedSignals, -} diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/run-script/lib/validate-options.js b/software/flow/node_modules/npm/node_modules/@npmcli/run-script/lib/validate-options.js deleted file mode 100644 index 8d85591..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/run-script/lib/validate-options.js +++ /dev/null @@ -1,39 +0,0 @@ -const validateOptions = options => { - if (typeof options !== 'object' || !options) { - throw new TypeError('invalid options object provided to runScript') - } - - const { - event, - path, - scriptShell, - env = {}, - stdio = 'pipe', - args = [], - cmd, - } = options - - if (!event || typeof event !== 'string') { - throw new TypeError('valid event not provided to runScript') - } - if (!path || typeof path !== 'string') { - throw new TypeError('valid path not provided to runScript') - } - if (scriptShell !== undefined && typeof scriptShell !== 'string') { - throw new TypeError('invalid scriptShell option provided to runScript') - } - if (typeof env !== 'object' || !env) { - throw new TypeError('invalid env option provided to runScript') - } - if (typeof stdio !== 'string' && !Array.isArray(stdio)) { - throw new TypeError('invalid stdio option provided to runScript') - } - if (!Array.isArray(args) || args.some(a => typeof a !== 'string')) { - throw new TypeError('invalid args option provided to runScript') - } - if (cmd !== undefined && typeof cmd !== 'string') { - throw new TypeError('invalid cmd option provided to runScript') - } -} - -module.exports = validateOptions diff --git a/software/flow/node_modules/npm/node_modules/@npmcli/run-script/package.json b/software/flow/node_modules/npm/node_modules/@npmcli/run-script/package.json deleted file mode 100644 index dbae573..0000000 --- a/software/flow/node_modules/npm/node_modules/@npmcli/run-script/package.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "name": "@npmcli/run-script", - "version": "6.0.0", - "description": "Run a lifecycle script for a package (descendant of npm-lifecycle)", - "author": "GitHub Inc.", - "license": "ISC", - "scripts": { - "test": "tap", - "eslint": "eslint", - "lint": "eslint \"**/*.js\"", - "lintfix": "npm run lint -- --fix", - "postlint": "template-oss-check", - "snap": "tap", - "posttest": "npm run lint", - "template-oss-apply": "template-oss-apply --force" - }, - "devDependencies": { - "@npmcli/eslint-config": "^4.0.0", - "@npmcli/template-oss": "4.8.0", - "minipass": "^3.1.6", - "require-inject": "^1.4.4", - "tap": "^16.0.1" - }, - "dependencies": { - "@npmcli/node-gyp": "^3.0.0", - "@npmcli/promise-spawn": "^6.0.0", - "node-gyp": "^9.0.0", - "read-package-json-fast": "^3.0.0", - "which": "^3.0.0" - }, - "files": [ - "bin/", - "lib/" - ], - "main": "lib/run-script.js", - "repository": { - "type": "git", - "url": "https://github.com/npm/run-script.git" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.8.0" - }, - "tap": { - "nyc-arg": [ - "--exclude", - "tap-snapshots/**" - ] - } -} diff --git a/software/flow/node_modules/npm/node_modules/@tootallnate/once/LICENSE b/software/flow/node_modules/npm/node_modules/@tootallnate/once/LICENSE deleted file mode 100644 index c4c56a2..0000000 --- a/software/flow/node_modules/npm/node_modules/@tootallnate/once/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2020 Nathan Rajlich - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/@tootallnate/once/dist/index.d.ts b/software/flow/node_modules/npm/node_modules/@tootallnate/once/dist/index.d.ts deleted file mode 100644 index 93d02a9..0000000 --- a/software/flow/node_modules/npm/node_modules/@tootallnate/once/dist/index.d.ts +++ /dev/null @@ -1,7 +0,0 @@ -/// <reference types="node" /> -import { EventEmitter } from 'events'; -import { EventNames, EventListenerParameters, AbortSignal } from './types'; -export interface OnceOptions { - signal?: AbortSignal; -} -export default function once<Emitter extends EventEmitter, Event extends EventNames<Emitter>>(emitter: Emitter, name: Event, { signal }?: OnceOptions): Promise<EventListenerParameters<Emitter, Event>>; diff --git a/software/flow/node_modules/npm/node_modules/@tootallnate/once/dist/index.js b/software/flow/node_modules/npm/node_modules/@tootallnate/once/dist/index.js deleted file mode 100644 index ca6385b..0000000 --- a/software/flow/node_modules/npm/node_modules/@tootallnate/once/dist/index.js +++ /dev/null @@ -1,24 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -function once(emitter, name, { signal } = {}) { - return new Promise((resolve, reject) => { - function cleanup() { - signal === null || signal === void 0 ? void 0 : signal.removeEventListener('abort', cleanup); - emitter.removeListener(name, onEvent); - emitter.removeListener('error', onError); - } - function onEvent(...args) { - cleanup(); - resolve(args); - } - function onError(err) { - cleanup(); - reject(err); - } - signal === null || signal === void 0 ? void 0 : signal.addEventListener('abort', cleanup); - emitter.on(name, onEvent); - emitter.on('error', onError); - }); -} -exports.default = once; -//# sourceMappingURL=index.js.map \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/@tootallnate/once/dist/index.js.map b/software/flow/node_modules/npm/node_modules/@tootallnate/once/dist/index.js.map deleted file mode 100644 index 61708ca..0000000 --- a/software/flow/node_modules/npm/node_modules/@tootallnate/once/dist/index.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;AAOA,SAAwB,IAAI,CAI3B,OAAgB,EAChB,IAAW,EACX,EAAE,MAAM,KAAkB,EAAE;IAE5B,OAAO,IAAI,OAAO,CAAC,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE;QACtC,SAAS,OAAO;YACf,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,mBAAmB,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC;YAC9C,OAAO,CAAC,cAAc,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC;YACtC,OAAO,CAAC,cAAc,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC;QAC1C,CAAC;QACD,SAAS,OAAO,CAAC,GAAG,IAAW;YAC9B,OAAO,EAAE,CAAC;YACV,OAAO,CAAC,IAA+C,CAAC,CAAC;QAC1D,CAAC;QACD,SAAS,OAAO,CAAC,GAAU;YAC1B,OAAO,EAAE,CAAC;YACV,MAAM,CAAC,GAAG,CAAC,CAAC;QACb,CAAC;QACD,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,gBAAgB,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC;QAC3C,OAAO,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC;QAC1B,OAAO,CAAC,EAAE,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC;IAC9B,CAAC,CAAC,CAAC;AACJ,CAAC;AA1BD,uBA0BC"} \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/@tootallnate/once/dist/overloaded-parameters.d.ts b/software/flow/node_modules/npm/node_modules/@tootallnate/once/dist/overloaded-parameters.d.ts deleted file mode 100644 index eb2bbc6..0000000 --- a/software/flow/node_modules/npm/node_modules/@tootallnate/once/dist/overloaded-parameters.d.ts +++ /dev/null @@ -1,231 +0,0 @@ -export declare type OverloadedParameters<T> = T extends { - (...args: infer A1): any; - (...args: infer A2): any; - (...args: infer A3): any; - (...args: infer A4): any; - (...args: infer A5): any; - (...args: infer A6): any; - (...args: infer A7): any; - (...args: infer A8): any; - (...args: infer A9): any; - (...args: infer A10): any; - (...args: infer A11): any; - (...args: infer A12): any; - (...args: infer A13): any; - (...args: infer A14): any; - (...args: infer A15): any; - (...args: infer A16): any; - (...args: infer A17): any; - (...args: infer A18): any; - (...args: infer A19): any; - (...args: infer A20): any; -} ? A1 | A2 | A3 | A4 | A5 | A6 | A7 | A8 | A9 | A10 | A11 | A12 | A13 | A14 | A15 | A16 | A17 | A18 | A19 | A20 : T extends { - (...args: infer A1): any; - (...args: infer A2): any; - (...args: infer A3): any; - (...args: infer A4): any; - (...args: infer A5): any; - (...args: infer A6): any; - (...args: infer A7): any; - (...args: infer A8): any; - (...args: infer A9): any; - (...args: infer A10): any; - (...args: infer A11): any; - (...args: infer A12): any; - (...args: infer A13): any; - (...args: infer A14): any; - (...args: infer A15): any; - (...args: infer A16): any; - (...args: infer A17): any; - (...args: infer A18): any; - (...args: infer A19): any; -} ? A1 | A2 | A3 | A4 | A5 | A6 | A7 | A8 | A9 | A10 | A11 | A12 | A13 | A14 | A15 | A16 | A17 | A18 | A19 : T extends { - (...args: infer A1): any; - (...args: infer A2): any; - (...args: infer A3): any; - (...args: infer A4): any; - (...args: infer A5): any; - (...args: infer A6): any; - (...args: infer A7): any; - (...args: infer A8): any; - (...args: infer A9): any; - (...args: infer A10): any; - (...args: infer A11): any; - (...args: infer A12): any; - (...args: infer A13): any; - (...args: infer A14): any; - (...args: infer A15): any; - (...args: infer A16): any; - (...args: infer A17): any; - (...args: infer A18): any; -} ? A1 | A2 | A3 | A4 | A5 | A6 | A7 | A8 | A9 | A10 | A11 | A12 | A13 | A14 | A15 | A16 | A17 | A18 : T extends { - (...args: infer A1): any; - (...args: infer A2): any; - (...args: infer A3): any; - (...args: infer A4): any; - (...args: infer A5): any; - (...args: infer A6): any; - (...args: infer A7): any; - (...args: infer A8): any; - (...args: infer A9): any; - (...args: infer A10): any; - (...args: infer A11): any; - (...args: infer A12): any; - (...args: infer A13): any; - (...args: infer A14): any; - (...args: infer A15): any; - (...args: infer A16): any; - (...args: infer A17): any; -} ? A1 | A2 | A3 | A4 | A5 | A6 | A7 | A8 | A9 | A10 | A11 | A12 | A13 | A14 | A15 | A16 | A17 : T extends { - (...args: infer A1): any; - (...args: infer A2): any; - (...args: infer A3): any; - (...args: infer A4): any; - (...args: infer A5): any; - (...args: infer A6): any; - (...args: infer A7): any; - (...args: infer A8): any; - (...args: infer A9): any; - (...args: infer A10): any; - (...args: infer A11): any; - (...args: infer A12): any; - (...args: infer A13): any; - (...args: infer A14): any; - (...args: infer A15): any; - (...args: infer A16): any; -} ? A1 | A2 | A3 | A4 | A5 | A6 | A7 | A8 | A9 | A10 | A11 | A12 | A13 | A14 | A15 | A16 : T extends { - (...args: infer A1): any; - (...args: infer A2): any; - (...args: infer A3): any; - (...args: infer A4): any; - (...args: infer A5): any; - (...args: infer A6): any; - (...args: infer A7): any; - (...args: infer A8): any; - (...args: infer A9): any; - (...args: infer A10): any; - (...args: infer A11): any; - (...args: infer A12): any; - (...args: infer A13): any; - (...args: infer A14): any; - (...args: infer A15): any; -} ? A1 | A2 | A3 | A4 | A5 | A6 | A7 | A8 | A9 | A10 | A11 | A12 | A13 | A14 | A15 : T extends { - (...args: infer A1): any; - (...args: infer A2): any; - (...args: infer A3): any; - (...args: infer A4): any; - (...args: infer A5): any; - (...args: infer A6): any; - (...args: infer A7): any; - (...args: infer A8): any; - (...args: infer A9): any; - (...args: infer A10): any; - (...args: infer A11): any; - (...args: infer A12): any; - (...args: infer A13): any; - (...args: infer A14): any; -} ? A1 | A2 | A3 | A4 | A5 | A6 | A7 | A8 | A9 | A10 | A11 | A12 | A13 | A14 : T extends { - (...args: infer A1): any; - (...args: infer A2): any; - (...args: infer A3): any; - (...args: infer A4): any; - (...args: infer A5): any; - (...args: infer A6): any; - (...args: infer A7): any; - (...args: infer A8): any; - (...args: infer A9): any; - (...args: infer A10): any; - (...args: infer A11): any; - (...args: infer A12): any; - (...args: infer A13): any; -} ? A1 | A2 | A3 | A4 | A5 | A6 | A7 | A8 | A9 | A10 | A11 | A12 | A13 : T extends { - (...args: infer A1): any; - (...args: infer A2): any; - (...args: infer A3): any; - (...args: infer A4): any; - (...args: infer A5): any; - (...args: infer A6): any; - (...args: infer A7): any; - (...args: infer A8): any; - (...args: infer A9): any; - (...args: infer A10): any; - (...args: infer A11): any; - (...args: infer A12): any; -} ? A1 | A2 | A3 | A4 | A5 | A6 | A7 | A8 | A9 | A10 | A11 | A12 : T extends { - (...args: infer A1): any; - (...args: infer A2): any; - (...args: infer A3): any; - (...args: infer A4): any; - (...args: infer A5): any; - (...args: infer A6): any; - (...args: infer A7): any; - (...args: infer A8): any; - (...args: infer A9): any; - (...args: infer A10): any; - (...args: infer A11): any; -} ? A1 | A2 | A3 | A4 | A5 | A6 | A7 | A8 | A9 | A10 | A11 : T extends { - (...args: infer A1): any; - (...args: infer A2): any; - (...args: infer A3): any; - (...args: infer A4): any; - (...args: infer A5): any; - (...args: infer A6): any; - (...args: infer A7): any; - (...args: infer A8): any; - (...args: infer A9): any; - (...args: infer A10): any; -} ? A1 | A2 | A3 | A4 | A5 | A6 | A7 | A8 | A9 | A10 : T extends { - (...args: infer A1): any; - (...args: infer A2): any; - (...args: infer A3): any; - (...args: infer A4): any; - (...args: infer A5): any; - (...args: infer A6): any; - (...args: infer A7): any; - (...args: infer A8): any; - (...args: infer A9): any; -} ? A1 | A2 | A3 | A4 | A5 | A6 | A7 | A8 | A9 : T extends { - (...args: infer A1): any; - (...args: infer A2): any; - (...args: infer A3): any; - (...args: infer A4): any; - (...args: infer A5): any; - (...args: infer A6): any; - (...args: infer A7): any; - (...args: infer A8): any; -} ? A1 | A2 | A3 | A4 | A5 | A6 | A7 | A8 : T extends { - (...args: infer A1): any; - (...args: infer A2): any; - (...args: infer A3): any; - (...args: infer A4): any; - (...args: infer A5): any; - (...args: infer A6): any; - (...args: infer A7): any; -} ? A1 | A2 | A3 | A4 | A5 | A6 | A7 : T extends { - (...args: infer A1): any; - (...args: infer A2): any; - (...args: infer A3): any; - (...args: infer A4): any; - (...args: infer A5): any; - (...args: infer A6): any; -} ? A1 | A2 | A3 | A4 | A5 | A6 : T extends { - (...args: infer A1): any; - (...args: infer A2): any; - (...args: infer A3): any; - (...args: infer A4): any; - (...args: infer A5): any; -} ? A1 | A2 | A3 | A4 | A5 : T extends { - (...args: infer A1): any; - (...args: infer A2): any; - (...args: infer A3): any; - (...args: infer A4): any; -} ? A1 | A2 | A3 | A4 : T extends { - (...args: infer A1): any; - (...args: infer A2): any; - (...args: infer A3): any; -} ? A1 | A2 | A3 : T extends { - (...args: infer A1): any; - (...args: infer A2): any; -} ? A1 | A2 : T extends { - (...args: infer A1): any; -} ? A1 : any; diff --git a/software/flow/node_modules/npm/node_modules/@tootallnate/once/dist/overloaded-parameters.js b/software/flow/node_modules/npm/node_modules/@tootallnate/once/dist/overloaded-parameters.js deleted file mode 100644 index 207186d..0000000 --- a/software/flow/node_modules/npm/node_modules/@tootallnate/once/dist/overloaded-parameters.js +++ /dev/null @@ -1,3 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -//# sourceMappingURL=overloaded-parameters.js.map \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/@tootallnate/once/dist/overloaded-parameters.js.map b/software/flow/node_modules/npm/node_modules/@tootallnate/once/dist/overloaded-parameters.js.map deleted file mode 100644 index 863f146..0000000 --- a/software/flow/node_modules/npm/node_modules/@tootallnate/once/dist/overloaded-parameters.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"overloaded-parameters.js","sourceRoot":"","sources":["../src/overloaded-parameters.ts"],"names":[],"mappings":""} \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/@tootallnate/once/dist/types.d.ts b/software/flow/node_modules/npm/node_modules/@tootallnate/once/dist/types.d.ts deleted file mode 100644 index 58be828..0000000 --- a/software/flow/node_modules/npm/node_modules/@tootallnate/once/dist/types.d.ts +++ /dev/null @@ -1,17 +0,0 @@ -/// <reference types="node" /> -import { EventEmitter } from 'events'; -import { OverloadedParameters } from './overloaded-parameters'; -export declare type FirstParameter<T> = T extends [infer R, ...any[]] ? R : never; -export declare type EventListener<F, T extends string | symbol> = F extends [ - T, - infer R, - ...any[] -] ? R : never; -export declare type EventParameters<Emitter extends EventEmitter> = OverloadedParameters<Emitter['on']>; -export declare type EventNames<Emitter extends EventEmitter> = FirstParameter<EventParameters<Emitter>>; -export declare type EventListenerParameters<Emitter extends EventEmitter, Event extends EventNames<Emitter>> = WithDefault<Parameters<EventListener<EventParameters<Emitter>, Event>>, unknown[]>; -export declare type WithDefault<T, D> = [T] extends [never] ? D : T; -export interface AbortSignal { - addEventListener: (name: string, listener: (...args: any[]) => any) => void; - removeEventListener: (name: string, listener: (...args: any[]) => any) => void; -} diff --git a/software/flow/node_modules/npm/node_modules/@tootallnate/once/dist/types.js b/software/flow/node_modules/npm/node_modules/@tootallnate/once/dist/types.js deleted file mode 100644 index 11e638d..0000000 --- a/software/flow/node_modules/npm/node_modules/@tootallnate/once/dist/types.js +++ /dev/null @@ -1,3 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -//# sourceMappingURL=types.js.map \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/@tootallnate/once/dist/types.js.map b/software/flow/node_modules/npm/node_modules/@tootallnate/once/dist/types.js.map deleted file mode 100644 index c768b79..0000000 --- a/software/flow/node_modules/npm/node_modules/@tootallnate/once/dist/types.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"types.js","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":""} \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/@tootallnate/once/package.json b/software/flow/node_modules/npm/node_modules/@tootallnate/once/package.json deleted file mode 100644 index 69ce947..0000000 --- a/software/flow/node_modules/npm/node_modules/@tootallnate/once/package.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "name": "@tootallnate/once", - "version": "2.0.0", - "description": "Creates a Promise that waits for a single event", - "main": "./dist/index.js", - "types": "./dist/index.d.ts", - "files": [ - "dist" - ], - "scripts": { - "prebuild": "rimraf dist", - "build": "tsc", - "test": "jest", - "prepublishOnly": "npm run build" - }, - "repository": { - "type": "git", - "url": "git://github.com/TooTallNate/once.git" - }, - "keywords": [], - "author": "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/)", - "license": "MIT", - "bugs": { - "url": "https://github.com/TooTallNate/once/issues" - }, - "devDependencies": { - "@types/jest": "^27.0.2", - "@types/node": "^12.12.11", - "abort-controller": "^3.0.0", - "jest": "^27.2.1", - "rimraf": "^3.0.0", - "ts-jest": "^27.0.5", - "typescript": "^4.4.3" - }, - "engines": { - "node": ">= 10" - }, - "jest": { - "preset": "ts-jest", - "globals": { - "ts-jest": { - "diagnostics": false, - "isolatedModules": true - } - }, - "verbose": false, - "testEnvironment": "node", - "testMatch": [ - "<rootDir>/test/**/*.test.ts" - ] - } -} diff --git a/software/flow/node_modules/npm/node_modules/abbrev/LICENSE b/software/flow/node_modules/npm/node_modules/abbrev/LICENSE deleted file mode 100644 index 9bcfa9d..0000000 --- a/software/flow/node_modules/npm/node_modules/abbrev/LICENSE +++ /dev/null @@ -1,46 +0,0 @@ -This software is dual-licensed under the ISC and MIT licenses. -You may use this software under EITHER of the following licenses. - ----------- - -The ISC License - -Copyright (c) Isaac Z. Schlueter and Contributors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - ----------- - -Copyright Isaac Z. Schlueter and Contributors -All rights reserved. - -Permission is hereby granted, free of charge, to any person -obtaining a copy of this software and associated documentation -files (the "Software"), to deal in the Software without -restriction, including without limitation the rights to use, -copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the -Software is furnished to do so, subject to the following -conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES -OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT -HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR -OTHER DEALINGS IN THE SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/abbrev/lib/index.js b/software/flow/node_modules/npm/node_modules/abbrev/lib/index.js deleted file mode 100644 index 9f48801..0000000 --- a/software/flow/node_modules/npm/node_modules/abbrev/lib/index.js +++ /dev/null @@ -1,50 +0,0 @@ -module.exports = abbrev - -function abbrev (...args) { - let list = args.length === 1 || Array.isArray(args[0]) ? args[0] : args - - for (let i = 0, l = list.length; i < l; i++) { - list[i] = typeof list[i] === 'string' ? list[i] : String(list[i]) - } - - // sort them lexicographically, so that they're next to their nearest kin - list = list.sort(lexSort) - - // walk through each, seeing how much it has in common with the next and previous - const abbrevs = {} - let prev = '' - for (let ii = 0, ll = list.length; ii < ll; ii++) { - const current = list[ii] - const next = list[ii + 1] || '' - let nextMatches = true - let prevMatches = true - if (current === next) { - continue - } - let j = 0 - const cl = current.length - for (; j < cl; j++) { - const curChar = current.charAt(j) - nextMatches = nextMatches && curChar === next.charAt(j) - prevMatches = prevMatches && curChar === prev.charAt(j) - if (!nextMatches && !prevMatches) { - j++ - break - } - } - prev = current - if (j === cl) { - abbrevs[current] = current - continue - } - for (let a = current.slice(0, j); j <= cl; j++) { - abbrevs[a] = current - a += current.charAt(j) - } - } - return abbrevs -} - -function lexSort (a, b) { - return a === b ? 0 : a > b ? 1 : -1 -} diff --git a/software/flow/node_modules/npm/node_modules/abbrev/package.json b/software/flow/node_modules/npm/node_modules/abbrev/package.json deleted file mode 100644 index e264004..0000000 --- a/software/flow/node_modules/npm/node_modules/abbrev/package.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "name": "abbrev", - "version": "2.0.0", - "description": "Like ruby's abbrev module, but in js", - "author": "GitHub Inc.", - "main": "lib/index.js", - "scripts": { - "test": "tap", - "lint": "eslint \"**/*.js\"", - "postlint": "template-oss-check", - "template-oss-apply": "template-oss-apply --force", - "lintfix": "npm run lint -- --fix", - "snap": "tap", - "posttest": "npm run lint" - }, - "repository": { - "type": "git", - "url": "https://github.com/npm/abbrev-js.git" - }, - "license": "ISC", - "devDependencies": { - "@npmcli/eslint-config": "^4.0.0", - "@npmcli/template-oss": "4.8.0", - "tap": "^16.3.0" - }, - "tap": { - "nyc-arg": [ - "--exclude", - "tap-snapshots/**" - ] - }, - "files": [ - "bin/", - "lib/" - ], - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.8.0" - } -} diff --git a/software/flow/node_modules/npm/node_modules/abort-controller/LICENSE b/software/flow/node_modules/npm/node_modules/abort-controller/LICENSE deleted file mode 100644 index c914149..0000000 --- a/software/flow/node_modules/npm/node_modules/abort-controller/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2017 Toru Nagashima - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/abort-controller/browser.js b/software/flow/node_modules/npm/node_modules/abort-controller/browser.js deleted file mode 100644 index b0c5ec3..0000000 --- a/software/flow/node_modules/npm/node_modules/abort-controller/browser.js +++ /dev/null @@ -1,13 +0,0 @@ -/*globals self, window */ -"use strict" - -/*eslint-disable @mysticatea/prettier */ -const { AbortController, AbortSignal } = - typeof self !== "undefined" ? self : - typeof window !== "undefined" ? window : - /* otherwise */ undefined -/*eslint-enable @mysticatea/prettier */ - -module.exports = AbortController -module.exports.AbortSignal = AbortSignal -module.exports.default = AbortController diff --git a/software/flow/node_modules/npm/node_modules/abort-controller/browser.mjs b/software/flow/node_modules/npm/node_modules/abort-controller/browser.mjs deleted file mode 100644 index a8f321a..0000000 --- a/software/flow/node_modules/npm/node_modules/abort-controller/browser.mjs +++ /dev/null @@ -1,11 +0,0 @@ -/*globals self, window */ - -/*eslint-disable @mysticatea/prettier */ -const { AbortController, AbortSignal } = - typeof self !== "undefined" ? self : - typeof window !== "undefined" ? window : - /* otherwise */ undefined -/*eslint-enable @mysticatea/prettier */ - -export default AbortController -export { AbortController, AbortSignal } diff --git a/software/flow/node_modules/npm/node_modules/abort-controller/dist/abort-controller.d.ts b/software/flow/node_modules/npm/node_modules/abort-controller/dist/abort-controller.d.ts deleted file mode 100644 index 75852fb..0000000 --- a/software/flow/node_modules/npm/node_modules/abort-controller/dist/abort-controller.d.ts +++ /dev/null @@ -1,43 +0,0 @@ -import { EventTarget } from "event-target-shim" - -type Events = { - abort: any -} -type EventAttributes = { - onabort: any -} -/** - * The signal class. - * @see https://dom.spec.whatwg.org/#abortsignal - */ -declare class AbortSignal extends EventTarget<Events, EventAttributes> { - /** - * AbortSignal cannot be constructed directly. - */ - constructor() - /** - * Returns `true` if this `AbortSignal`"s `AbortController` has signaled to abort, and `false` otherwise. - */ - readonly aborted: boolean -} -/** - * The AbortController. - * @see https://dom.spec.whatwg.org/#abortcontroller - */ -declare class AbortController { - /** - * Initialize this controller. - */ - constructor() - /** - * Returns the `AbortSignal` object associated with this object. - */ - readonly signal: AbortSignal - /** - * Abort and signal to any observers that the associated activity is to be aborted. - */ - abort(): void -} - -export default AbortController -export { AbortController, AbortSignal } diff --git a/software/flow/node_modules/npm/node_modules/abort-controller/dist/abort-controller.js b/software/flow/node_modules/npm/node_modules/abort-controller/dist/abort-controller.js deleted file mode 100644 index 49af739..0000000 --- a/software/flow/node_modules/npm/node_modules/abort-controller/dist/abort-controller.js +++ /dev/null @@ -1,127 +0,0 @@ -/** - * @author Toru Nagashima <https://github.com/mysticatea> - * See LICENSE file in root directory for full license. - */ -'use strict'; - -Object.defineProperty(exports, '__esModule', { value: true }); - -var eventTargetShim = require('event-target-shim'); - -/** - * The signal class. - * @see https://dom.spec.whatwg.org/#abortsignal - */ -class AbortSignal extends eventTargetShim.EventTarget { - /** - * AbortSignal cannot be constructed directly. - */ - constructor() { - super(); - throw new TypeError("AbortSignal cannot be constructed directly"); - } - /** - * Returns `true` if this `AbortSignal`'s `AbortController` has signaled to abort, and `false` otherwise. - */ - get aborted() { - const aborted = abortedFlags.get(this); - if (typeof aborted !== "boolean") { - throw new TypeError(`Expected 'this' to be an 'AbortSignal' object, but got ${this === null ? "null" : typeof this}`); - } - return aborted; - } -} -eventTargetShim.defineEventAttribute(AbortSignal.prototype, "abort"); -/** - * Create an AbortSignal object. - */ -function createAbortSignal() { - const signal = Object.create(AbortSignal.prototype); - eventTargetShim.EventTarget.call(signal); - abortedFlags.set(signal, false); - return signal; -} -/** - * Abort a given signal. - */ -function abortSignal(signal) { - if (abortedFlags.get(signal) !== false) { - return; - } - abortedFlags.set(signal, true); - signal.dispatchEvent({ type: "abort" }); -} -/** - * Aborted flag for each instances. - */ -const abortedFlags = new WeakMap(); -// Properties should be enumerable. -Object.defineProperties(AbortSignal.prototype, { - aborted: { enumerable: true }, -}); -// `toString()` should return `"[object AbortSignal]"` -if (typeof Symbol === "function" && typeof Symbol.toStringTag === "symbol") { - Object.defineProperty(AbortSignal.prototype, Symbol.toStringTag, { - configurable: true, - value: "AbortSignal", - }); -} - -/** - * The AbortController. - * @see https://dom.spec.whatwg.org/#abortcontroller - */ -class AbortController { - /** - * Initialize this controller. - */ - constructor() { - signals.set(this, createAbortSignal()); - } - /** - * Returns the `AbortSignal` object associated with this object. - */ - get signal() { - return getSignal(this); - } - /** - * Abort and signal to any observers that the associated activity is to be aborted. - */ - abort() { - abortSignal(getSignal(this)); - } -} -/** - * Associated signals. - */ -const signals = new WeakMap(); -/** - * Get the associated signal of a given controller. - */ -function getSignal(controller) { - const signal = signals.get(controller); - if (signal == null) { - throw new TypeError(`Expected 'this' to be an 'AbortController' object, but got ${controller === null ? "null" : typeof controller}`); - } - return signal; -} -// Properties should be enumerable. -Object.defineProperties(AbortController.prototype, { - signal: { enumerable: true }, - abort: { enumerable: true }, -}); -if (typeof Symbol === "function" && typeof Symbol.toStringTag === "symbol") { - Object.defineProperty(AbortController.prototype, Symbol.toStringTag, { - configurable: true, - value: "AbortController", - }); -} - -exports.AbortController = AbortController; -exports.AbortSignal = AbortSignal; -exports.default = AbortController; - -module.exports = AbortController -module.exports.AbortController = module.exports["default"] = AbortController -module.exports.AbortSignal = AbortSignal -//# sourceMappingURL=abort-controller.js.map diff --git a/software/flow/node_modules/npm/node_modules/abort-controller/dist/abort-controller.js.map b/software/flow/node_modules/npm/node_modules/abort-controller/dist/abort-controller.js.map deleted file mode 100644 index cfdcafd..0000000 --- a/software/flow/node_modules/npm/node_modules/abort-controller/dist/abort-controller.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"abort-controller.js","sources":["../src/abort-signal.ts","../src/abort-controller.ts"],"sourcesContent":["import {\n // Event,\n EventTarget,\n // Type,\n defineEventAttribute,\n} from \"event-target-shim\"\n\n// Known Limitation\n// Use `any` because the type of `AbortSignal` in `lib.dom.d.ts` is wrong and\n// to make assignable our `AbortSignal` into that.\n// https://github.com/Microsoft/TSJS-lib-generator/pull/623\ntype Events = {\n abort: any // Event & Type<\"abort\">\n}\ntype EventAttributes = {\n onabort: any // Event & Type<\"abort\">\n}\n\n/**\n * The signal class.\n * @see https://dom.spec.whatwg.org/#abortsignal\n */\nexport default class AbortSignal extends EventTarget<Events, EventAttributes> {\n /**\n * AbortSignal cannot be constructed directly.\n */\n public constructor() {\n super()\n throw new TypeError(\"AbortSignal cannot be constructed directly\")\n }\n\n /**\n * Returns `true` if this `AbortSignal`'s `AbortController` has signaled to abort, and `false` otherwise.\n */\n public get aborted(): boolean {\n const aborted = abortedFlags.get(this)\n if (typeof aborted !== \"boolean\") {\n throw new TypeError(\n `Expected 'this' to be an 'AbortSignal' object, but got ${\n this === null ? \"null\" : typeof this\n }`,\n )\n }\n return aborted\n }\n}\ndefineEventAttribute(AbortSignal.prototype, \"abort\")\n\n/**\n * Create an AbortSignal object.\n */\nexport function createAbortSignal(): AbortSignal {\n const signal = Object.create(AbortSignal.prototype)\n EventTarget.call(signal)\n abortedFlags.set(signal, false)\n return signal\n}\n\n/**\n * Abort a given signal.\n */\nexport function abortSignal(signal: AbortSignal): void {\n if (abortedFlags.get(signal) !== false) {\n return\n }\n\n abortedFlags.set(signal, true)\n signal.dispatchEvent<\"abort\">({ type: \"abort\" })\n}\n\n/**\n * Aborted flag for each instances.\n */\nconst abortedFlags = new WeakMap<AbortSignal, boolean>()\n\n// Properties should be enumerable.\nObject.defineProperties(AbortSignal.prototype, {\n aborted: { enumerable: true },\n})\n\n// `toString()` should return `\"[object AbortSignal]\"`\nif (typeof Symbol === \"function\" && typeof Symbol.toStringTag === \"symbol\") {\n Object.defineProperty(AbortSignal.prototype, Symbol.toStringTag, {\n configurable: true,\n value: \"AbortSignal\",\n })\n}\n","import AbortSignal, { abortSignal, createAbortSignal } from \"./abort-signal\"\n\n/**\n * The AbortController.\n * @see https://dom.spec.whatwg.org/#abortcontroller\n */\nexport default class AbortController {\n /**\n * Initialize this controller.\n */\n public constructor() {\n signals.set(this, createAbortSignal())\n }\n\n /**\n * Returns the `AbortSignal` object associated with this object.\n */\n public get signal(): AbortSignal {\n return getSignal(this)\n }\n\n /**\n * Abort and signal to any observers that the associated activity is to be aborted.\n */\n public abort(): void {\n abortSignal(getSignal(this))\n }\n}\n\n/**\n * Associated signals.\n */\nconst signals = new WeakMap<AbortController, AbortSignal>()\n\n/**\n * Get the associated signal of a given controller.\n */\nfunction getSignal(controller: AbortController): AbortSignal {\n const signal = signals.get(controller)\n if (signal == null) {\n throw new TypeError(\n `Expected 'this' to be an 'AbortController' object, but got ${\n controller === null ? \"null\" : typeof controller\n }`,\n )\n }\n return signal\n}\n\n// Properties should be enumerable.\nObject.defineProperties(AbortController.prototype, {\n signal: { enumerable: true },\n abort: { enumerable: true },\n})\n\nif (typeof Symbol === \"function\" && typeof Symbol.toStringTag === \"symbol\") {\n Object.defineProperty(AbortController.prototype, Symbol.toStringTag, {\n configurable: true,\n value: \"AbortController\",\n })\n}\n\nexport { AbortController, AbortSignal }\n"],"names":["EventTarget","defineEventAttribute"],"mappings":";;;;;;;;;;AAkBA;;;;AAIA,MAAqB,WAAY,SAAQA,2BAAoC;;;;IAIzE;QACI,KAAK,EAAE,CAAA;QACP,MAAM,IAAI,SAAS,CAAC,4CAA4C,CAAC,CAAA;KACpE;;;;IAKD,IAAW,OAAO;QACd,MAAM,OAAO,GAAG,YAAY,CAAC,GAAG,CAAC,IAAI,CAAC,CAAA;QACtC,IAAI,OAAO,OAAO,KAAK,SAAS,EAAE;YAC9B,MAAM,IAAI,SAAS,CACf,0DACI,IAAI,KAAK,IAAI,GAAG,MAAM,GAAG,OAAO,IACpC,EAAE,CACL,CAAA;SACJ;QACD,OAAO,OAAO,CAAA;KACjB;CACJ;AACDC,oCAAoB,CAAC,WAAW,CAAC,SAAS,EAAE,OAAO,CAAC,CAAA;;;;AAKpD,SAAgB,iBAAiB;IAC7B,MAAM,MAAM,GAAG,MAAM,CAAC,MAAM,CAAC,WAAW,CAAC,SAAS,CAAC,CAAA;IACnDD,2BAAW,CAAC,IAAI,CAAC,MAAM,CAAC,CAAA;IACxB,YAAY,CAAC,GAAG,CAAC,MAAM,EAAE,KAAK,CAAC,CAAA;IAC/B,OAAO,MAAM,CAAA;CAChB;;;;AAKD,SAAgB,WAAW,CAAC,MAAmB;IAC3C,IAAI,YAAY,CAAC,GAAG,CAAC,MAAM,CAAC,KAAK,KAAK,EAAE;QACpC,OAAM;KACT;IAED,YAAY,CAAC,GAAG,CAAC,MAAM,EAAE,IAAI,CAAC,CAAA;IAC9B,MAAM,CAAC,aAAa,CAAU,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC,CAAA;CACnD;;;;AAKD,MAAM,YAAY,GAAG,IAAI,OAAO,EAAwB,CAAA;;AAGxD,MAAM,CAAC,gBAAgB,CAAC,WAAW,CAAC,SAAS,EAAE;IAC3C,OAAO,EAAE,EAAE,UAAU,EAAE,IAAI,EAAE;CAChC,CAAC,CAAA;;AAGF,IAAI,OAAO,MAAM,KAAK,UAAU,IAAI,OAAO,MAAM,CAAC,WAAW,KAAK,QAAQ,EAAE;IACxE,MAAM,CAAC,cAAc,CAAC,WAAW,CAAC,SAAS,EAAE,MAAM,CAAC,WAAW,EAAE;QAC7D,YAAY,EAAE,IAAI;QAClB,KAAK,EAAE,aAAa;KACvB,CAAC,CAAA;CACL;;ACpFD;;;;AAIA,MAAqB,eAAe;;;;IAIhC;QACI,OAAO,CAAC,GAAG,CAAC,IAAI,EAAE,iBAAiB,EAAE,CAAC,CAAA;KACzC;;;;IAKD,IAAW,MAAM;QACb,OAAO,SAAS,CAAC,IAAI,CAAC,CAAA;KACzB;;;;IAKM,KAAK;QACR,WAAW,CAAC,SAAS,CAAC,IAAI,CAAC,CAAC,CAAA;KAC/B;CACJ;;;;AAKD,MAAM,OAAO,GAAG,IAAI,OAAO,EAAgC,CAAA;;;;AAK3D,SAAS,SAAS,CAAC,UAA2B;IAC1C,MAAM,MAAM,GAAG,OAAO,CAAC,GAAG,CAAC,UAAU,CAAC,CAAA;IACtC,IAAI,MAAM,IAAI,IAAI,EAAE;QAChB,MAAM,IAAI,SAAS,CACf,8DACI,UAAU,KAAK,IAAI,GAAG,MAAM,GAAG,OAAO,UAC1C,EAAE,CACL,CAAA;KACJ;IACD,OAAO,MAAM,CAAA;CAChB;;AAGD,MAAM,CAAC,gBAAgB,CAAC,eAAe,CAAC,SAAS,EAAE;IAC/C,MAAM,EAAE,EAAE,UAAU,EAAE,IAAI,EAAE;IAC5B,KAAK,EAAE,EAAE,UAAU,EAAE,IAAI,EAAE;CAC9B,CAAC,CAAA;AAEF,IAAI,OAAO,MAAM,KAAK,UAAU,IAAI,OAAO,MAAM,CAAC,WAAW,KAAK,QAAQ,EAAE;IACxE,MAAM,CAAC,cAAc,CAAC,eAAe,CAAC,SAAS,EAAE,MAAM,CAAC,WAAW,EAAE;QACjE,YAAY,EAAE,IAAI;QAClB,KAAK,EAAE,iBAAiB;KAC3B,CAAC,CAAA;CACL;;;;;;;;;;;;;"} \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/abort-controller/dist/abort-controller.mjs b/software/flow/node_modules/npm/node_modules/abort-controller/dist/abort-controller.mjs deleted file mode 100644 index 88ba22d..0000000 --- a/software/flow/node_modules/npm/node_modules/abort-controller/dist/abort-controller.mjs +++ /dev/null @@ -1,118 +0,0 @@ -/** - * @author Toru Nagashima <https://github.com/mysticatea> - * See LICENSE file in root directory for full license. - */ -import { EventTarget, defineEventAttribute } from 'event-target-shim'; - -/** - * The signal class. - * @see https://dom.spec.whatwg.org/#abortsignal - */ -class AbortSignal extends EventTarget { - /** - * AbortSignal cannot be constructed directly. - */ - constructor() { - super(); - throw new TypeError("AbortSignal cannot be constructed directly"); - } - /** - * Returns `true` if this `AbortSignal`'s `AbortController` has signaled to abort, and `false` otherwise. - */ - get aborted() { - const aborted = abortedFlags.get(this); - if (typeof aborted !== "boolean") { - throw new TypeError(`Expected 'this' to be an 'AbortSignal' object, but got ${this === null ? "null" : typeof this}`); - } - return aborted; - } -} -defineEventAttribute(AbortSignal.prototype, "abort"); -/** - * Create an AbortSignal object. - */ -function createAbortSignal() { - const signal = Object.create(AbortSignal.prototype); - EventTarget.call(signal); - abortedFlags.set(signal, false); - return signal; -} -/** - * Abort a given signal. - */ -function abortSignal(signal) { - if (abortedFlags.get(signal) !== false) { - return; - } - abortedFlags.set(signal, true); - signal.dispatchEvent({ type: "abort" }); -} -/** - * Aborted flag for each instances. - */ -const abortedFlags = new WeakMap(); -// Properties should be enumerable. -Object.defineProperties(AbortSignal.prototype, { - aborted: { enumerable: true }, -}); -// `toString()` should return `"[object AbortSignal]"` -if (typeof Symbol === "function" && typeof Symbol.toStringTag === "symbol") { - Object.defineProperty(AbortSignal.prototype, Symbol.toStringTag, { - configurable: true, - value: "AbortSignal", - }); -} - -/** - * The AbortController. - * @see https://dom.spec.whatwg.org/#abortcontroller - */ -class AbortController { - /** - * Initialize this controller. - */ - constructor() { - signals.set(this, createAbortSignal()); - } - /** - * Returns the `AbortSignal` object associated with this object. - */ - get signal() { - return getSignal(this); - } - /** - * Abort and signal to any observers that the associated activity is to be aborted. - */ - abort() { - abortSignal(getSignal(this)); - } -} -/** - * Associated signals. - */ -const signals = new WeakMap(); -/** - * Get the associated signal of a given controller. - */ -function getSignal(controller) { - const signal = signals.get(controller); - if (signal == null) { - throw new TypeError(`Expected 'this' to be an 'AbortController' object, but got ${controller === null ? "null" : typeof controller}`); - } - return signal; -} -// Properties should be enumerable. -Object.defineProperties(AbortController.prototype, { - signal: { enumerable: true }, - abort: { enumerable: true }, -}); -if (typeof Symbol === "function" && typeof Symbol.toStringTag === "symbol") { - Object.defineProperty(AbortController.prototype, Symbol.toStringTag, { - configurable: true, - value: "AbortController", - }); -} - -export default AbortController; -export { AbortController, AbortSignal }; -//# sourceMappingURL=abort-controller.mjs.map diff --git a/software/flow/node_modules/npm/node_modules/abort-controller/dist/abort-controller.mjs.map b/software/flow/node_modules/npm/node_modules/abort-controller/dist/abort-controller.mjs.map deleted file mode 100644 index 1e8fa6b..0000000 --- a/software/flow/node_modules/npm/node_modules/abort-controller/dist/abort-controller.mjs.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"abort-controller.mjs","sources":["../src/abort-signal.ts","../src/abort-controller.ts"],"sourcesContent":["import {\n // Event,\n EventTarget,\n // Type,\n defineEventAttribute,\n} from \"event-target-shim\"\n\n// Known Limitation\n// Use `any` because the type of `AbortSignal` in `lib.dom.d.ts` is wrong and\n// to make assignable our `AbortSignal` into that.\n// https://github.com/Microsoft/TSJS-lib-generator/pull/623\ntype Events = {\n abort: any // Event & Type<\"abort\">\n}\ntype EventAttributes = {\n onabort: any // Event & Type<\"abort\">\n}\n\n/**\n * The signal class.\n * @see https://dom.spec.whatwg.org/#abortsignal\n */\nexport default class AbortSignal extends EventTarget<Events, EventAttributes> {\n /**\n * AbortSignal cannot be constructed directly.\n */\n public constructor() {\n super()\n throw new TypeError(\"AbortSignal cannot be constructed directly\")\n }\n\n /**\n * Returns `true` if this `AbortSignal`'s `AbortController` has signaled to abort, and `false` otherwise.\n */\n public get aborted(): boolean {\n const aborted = abortedFlags.get(this)\n if (typeof aborted !== \"boolean\") {\n throw new TypeError(\n `Expected 'this' to be an 'AbortSignal' object, but got ${\n this === null ? \"null\" : typeof this\n }`,\n )\n }\n return aborted\n }\n}\ndefineEventAttribute(AbortSignal.prototype, \"abort\")\n\n/**\n * Create an AbortSignal object.\n */\nexport function createAbortSignal(): AbortSignal {\n const signal = Object.create(AbortSignal.prototype)\n EventTarget.call(signal)\n abortedFlags.set(signal, false)\n return signal\n}\n\n/**\n * Abort a given signal.\n */\nexport function abortSignal(signal: AbortSignal): void {\n if (abortedFlags.get(signal) !== false) {\n return\n }\n\n abortedFlags.set(signal, true)\n signal.dispatchEvent<\"abort\">({ type: \"abort\" })\n}\n\n/**\n * Aborted flag for each instances.\n */\nconst abortedFlags = new WeakMap<AbortSignal, boolean>()\n\n// Properties should be enumerable.\nObject.defineProperties(AbortSignal.prototype, {\n aborted: { enumerable: true },\n})\n\n// `toString()` should return `\"[object AbortSignal]\"`\nif (typeof Symbol === \"function\" && typeof Symbol.toStringTag === \"symbol\") {\n Object.defineProperty(AbortSignal.prototype, Symbol.toStringTag, {\n configurable: true,\n value: \"AbortSignal\",\n })\n}\n","import AbortSignal, { abortSignal, createAbortSignal } from \"./abort-signal\"\n\n/**\n * The AbortController.\n * @see https://dom.spec.whatwg.org/#abortcontroller\n */\nexport default class AbortController {\n /**\n * Initialize this controller.\n */\n public constructor() {\n signals.set(this, createAbortSignal())\n }\n\n /**\n * Returns the `AbortSignal` object associated with this object.\n */\n public get signal(): AbortSignal {\n return getSignal(this)\n }\n\n /**\n * Abort and signal to any observers that the associated activity is to be aborted.\n */\n public abort(): void {\n abortSignal(getSignal(this))\n }\n}\n\n/**\n * Associated signals.\n */\nconst signals = new WeakMap<AbortController, AbortSignal>()\n\n/**\n * Get the associated signal of a given controller.\n */\nfunction getSignal(controller: AbortController): AbortSignal {\n const signal = signals.get(controller)\n if (signal == null) {\n throw new TypeError(\n `Expected 'this' to be an 'AbortController' object, but got ${\n controller === null ? \"null\" : typeof controller\n }`,\n )\n }\n return signal\n}\n\n// Properties should be enumerable.\nObject.defineProperties(AbortController.prototype, {\n signal: { enumerable: true },\n abort: { enumerable: true },\n})\n\nif (typeof Symbol === \"function\" && typeof Symbol.toStringTag === \"symbol\") {\n Object.defineProperty(AbortController.prototype, Symbol.toStringTag, {\n configurable: true,\n value: \"AbortController\",\n })\n}\n\nexport { AbortController, AbortSignal }\n"],"names":[],"mappings":";;;;;;AAkBA;;;;AAIA,MAAqB,WAAY,SAAQ,WAAoC;;;;IAIzE;QACI,KAAK,EAAE,CAAA;QACP,MAAM,IAAI,SAAS,CAAC,4CAA4C,CAAC,CAAA;KACpE;;;;IAKD,IAAW,OAAO;QACd,MAAM,OAAO,GAAG,YAAY,CAAC,GAAG,CAAC,IAAI,CAAC,CAAA;QACtC,IAAI,OAAO,OAAO,KAAK,SAAS,EAAE;YAC9B,MAAM,IAAI,SAAS,CACf,0DACI,IAAI,KAAK,IAAI,GAAG,MAAM,GAAG,OAAO,IACpC,EAAE,CACL,CAAA;SACJ;QACD,OAAO,OAAO,CAAA;KACjB;CACJ;AACD,oBAAoB,CAAC,WAAW,CAAC,SAAS,EAAE,OAAO,CAAC,CAAA;;;;AAKpD,SAAgB,iBAAiB;IAC7B,MAAM,MAAM,GAAG,MAAM,CAAC,MAAM,CAAC,WAAW,CAAC,SAAS,CAAC,CAAA;IACnD,WAAW,CAAC,IAAI,CAAC,MAAM,CAAC,CAAA;IACxB,YAAY,CAAC,GAAG,CAAC,MAAM,EAAE,KAAK,CAAC,CAAA;IAC/B,OAAO,MAAM,CAAA;CAChB;;;;AAKD,SAAgB,WAAW,CAAC,MAAmB;IAC3C,IAAI,YAAY,CAAC,GAAG,CAAC,MAAM,CAAC,KAAK,KAAK,EAAE;QACpC,OAAM;KACT;IAED,YAAY,CAAC,GAAG,CAAC,MAAM,EAAE,IAAI,CAAC,CAAA;IAC9B,MAAM,CAAC,aAAa,CAAU,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC,CAAA;CACnD;;;;AAKD,MAAM,YAAY,GAAG,IAAI,OAAO,EAAwB,CAAA;;AAGxD,MAAM,CAAC,gBAAgB,CAAC,WAAW,CAAC,SAAS,EAAE;IAC3C,OAAO,EAAE,EAAE,UAAU,EAAE,IAAI,EAAE;CAChC,CAAC,CAAA;;AAGF,IAAI,OAAO,MAAM,KAAK,UAAU,IAAI,OAAO,MAAM,CAAC,WAAW,KAAK,QAAQ,EAAE;IACxE,MAAM,CAAC,cAAc,CAAC,WAAW,CAAC,SAAS,EAAE,MAAM,CAAC,WAAW,EAAE;QAC7D,YAAY,EAAE,IAAI;QAClB,KAAK,EAAE,aAAa;KACvB,CAAC,CAAA;CACL;;ACpFD;;;;AAIA,MAAqB,eAAe;;;;IAIhC;QACI,OAAO,CAAC,GAAG,CAAC,IAAI,EAAE,iBAAiB,EAAE,CAAC,CAAA;KACzC;;;;IAKD,IAAW,MAAM;QACb,OAAO,SAAS,CAAC,IAAI,CAAC,CAAA;KACzB;;;;IAKM,KAAK;QACR,WAAW,CAAC,SAAS,CAAC,IAAI,CAAC,CAAC,CAAA;KAC/B;CACJ;;;;AAKD,MAAM,OAAO,GAAG,IAAI,OAAO,EAAgC,CAAA;;;;AAK3D,SAAS,SAAS,CAAC,UAA2B;IAC1C,MAAM,MAAM,GAAG,OAAO,CAAC,GAAG,CAAC,UAAU,CAAC,CAAA;IACtC,IAAI,MAAM,IAAI,IAAI,EAAE;QAChB,MAAM,IAAI,SAAS,CACf,8DACI,UAAU,KAAK,IAAI,GAAG,MAAM,GAAG,OAAO,UAC1C,EAAE,CACL,CAAA;KACJ;IACD,OAAO,MAAM,CAAA;CAChB;;AAGD,MAAM,CAAC,gBAAgB,CAAC,eAAe,CAAC,SAAS,EAAE;IAC/C,MAAM,EAAE,EAAE,UAAU,EAAE,IAAI,EAAE;IAC5B,KAAK,EAAE,EAAE,UAAU,EAAE,IAAI,EAAE;CAC9B,CAAC,CAAA;AAEF,IAAI,OAAO,MAAM,KAAK,UAAU,IAAI,OAAO,MAAM,CAAC,WAAW,KAAK,QAAQ,EAAE;IACxE,MAAM,CAAC,cAAc,CAAC,eAAe,CAAC,SAAS,EAAE,MAAM,CAAC,WAAW,EAAE;QACjE,YAAY,EAAE,IAAI;QAClB,KAAK,EAAE,iBAAiB;KAC3B,CAAC,CAAA;CACL;;;;;"} \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/abort-controller/dist/abort-controller.umd.js b/software/flow/node_modules/npm/node_modules/abort-controller/dist/abort-controller.umd.js deleted file mode 100644 index f643cfd..0000000 --- a/software/flow/node_modules/npm/node_modules/abort-controller/dist/abort-controller.umd.js +++ /dev/null @@ -1,5 +0,0 @@ -/** - * @author Toru Nagashima <https://github.com/mysticatea> - * See LICENSE file in root directory for full license. - */(function(a,b){"object"==typeof exports&&"undefined"!=typeof module?b(exports):"function"==typeof define&&define.amd?define(["exports"],b):(a=a||self,b(a.AbortControllerShim={}))})(this,function(a){'use strict';function b(a){return b="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(a){return typeof a}:function(a){return a&&"function"==typeof Symbol&&a.constructor===Symbol&&a!==Symbol.prototype?"symbol":typeof a},b(a)}function c(a,b){if(!(a instanceof b))throw new TypeError("Cannot call a class as a function")}function d(a,b){for(var c,d=0;d<b.length;d++)c=b[d],c.enumerable=c.enumerable||!1,c.configurable=!0,"value"in c&&(c.writable=!0),Object.defineProperty(a,c.key,c)}function e(a,b,c){return b&&d(a.prototype,b),c&&d(a,c),a}function f(a,b){if("function"!=typeof b&&null!==b)throw new TypeError("Super expression must either be null or a function");a.prototype=Object.create(b&&b.prototype,{constructor:{value:a,writable:!0,configurable:!0}}),b&&h(a,b)}function g(a){return g=Object.setPrototypeOf?Object.getPrototypeOf:function(a){return a.__proto__||Object.getPrototypeOf(a)},g(a)}function h(a,b){return h=Object.setPrototypeOf||function(a,b){return a.__proto__=b,a},h(a,b)}function i(a){if(void 0===a)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return a}function j(a,b){return b&&("object"==typeof b||"function"==typeof b)?b:i(a)}function k(a){var b=F.get(a);return console.assert(null!=b,"'this' is expected an Event object, but got",a),b}function l(a){return null==a.passiveListener?void(!a.event.cancelable||(a.canceled=!0,"function"==typeof a.event.preventDefault&&a.event.preventDefault())):void("undefined"!=typeof console&&"function"==typeof console.error&&console.error("Unable to preventDefault inside passive event listener invocation.",a.passiveListener))}function m(a,b){F.set(this,{eventTarget:a,event:b,eventPhase:2,currentTarget:a,canceled:!1,stopped:!1,immediateStopped:!1,passiveListener:null,timeStamp:b.timeStamp||Date.now()}),Object.defineProperty(this,"isTrusted",{value:!1,enumerable:!0});for(var c,d=Object.keys(b),e=0;e<d.length;++e)c=d[e],c in this||Object.defineProperty(this,c,n(c))}function n(a){return{get:function(){return k(this).event[a]},set:function(b){k(this).event[a]=b},configurable:!0,enumerable:!0}}function o(a){return{value:function(){var b=k(this).event;return b[a].apply(b,arguments)},configurable:!0,enumerable:!0}}function p(a,b){function c(b,c){a.call(this,b,c)}var d=Object.keys(b);if(0===d.length)return a;c.prototype=Object.create(a.prototype,{constructor:{value:c,configurable:!0,writable:!0}});for(var e,f=0;f<d.length;++f)if(e=d[f],!(e in a.prototype)){var g=Object.getOwnPropertyDescriptor(b,e),h="function"==typeof g.value;Object.defineProperty(c.prototype,e,h?o(e):n(e))}return c}function q(a){if(null==a||a===Object.prototype)return m;var b=G.get(a);return null==b&&(b=p(q(Object.getPrototypeOf(a)),a),G.set(a,b)),b}function r(a,b){var c=q(Object.getPrototypeOf(b));return new c(a,b)}function s(a){return k(a).immediateStopped}function t(a,b){k(a).eventPhase=b}function u(a,b){k(a).currentTarget=b}function v(a,b){k(a).passiveListener=b}function w(a){return null!==a&&"object"===b(a)}function x(a){var b=H.get(a);if(null==b)throw new TypeError("'this' is expected an EventTarget object, but got another value.");return b}function y(a){return{get:function(){for(var b=x(this),c=b.get(a);null!=c;){if(3===c.listenerType)return c.listener;c=c.next}return null},set:function(b){"function"==typeof b||w(b)||(b=null);for(var c=x(this),d=null,e=c.get(a);null!=e;)3===e.listenerType?null===d?null===e.next?c.delete(a):c.set(a,e.next):d.next=e.next:d=e,e=e.next;if(null!==b){var f={listener:b,listenerType:3,passive:!1,once:!1,next:null};null===d?c.set(a,f):d.next=f}},configurable:!0,enumerable:!0}}function z(a,b){Object.defineProperty(a,"on".concat(b),y(b))}function A(a){function b(){B.call(this)}b.prototype=Object.create(B.prototype,{constructor:{value:b,configurable:!0,writable:!0}});for(var c=0;c<a.length;++c)z(b.prototype,a[c]);return b}function B(){if(this instanceof B)return void H.set(this,new Map);if(1===arguments.length&&Array.isArray(arguments[0]))return A(arguments[0]);if(0<arguments.length){for(var a=Array(arguments.length),b=0;b<arguments.length;++b)a[b]=arguments[b];return A(a)}throw new TypeError("Cannot call a class as a function")}function C(){var a=Object.create(K.prototype);return B.call(a),L.set(a,!1),a}function D(a){!1!==L.get(a)||(L.set(a,!0),a.dispatchEvent({type:"abort"}))}function E(a){var c=N.get(a);if(null==c)throw new TypeError("Expected 'this' to be an 'AbortController' object, but got ".concat(null===a?"null":b(a)));return c}var F=new WeakMap,G=new WeakMap;m.prototype={get type(){return k(this).event.type},get target(){return k(this).eventTarget},get currentTarget(){return k(this).currentTarget},composedPath:function(){var a=k(this).currentTarget;return null==a?[]:[a]},get NONE(){return 0},get CAPTURING_PHASE(){return 1},get AT_TARGET(){return 2},get BUBBLING_PHASE(){return 3},get eventPhase(){return k(this).eventPhase},stopPropagation:function(){var a=k(this);a.stopped=!0,"function"==typeof a.event.stopPropagation&&a.event.stopPropagation()},stopImmediatePropagation:function(){var a=k(this);a.stopped=!0,a.immediateStopped=!0,"function"==typeof a.event.stopImmediatePropagation&&a.event.stopImmediatePropagation()},get bubbles(){return!!k(this).event.bubbles},get cancelable(){return!!k(this).event.cancelable},preventDefault:function(){l(k(this))},get defaultPrevented(){return k(this).canceled},get composed(){return!!k(this).event.composed},get timeStamp(){return k(this).timeStamp},get srcElement(){return k(this).eventTarget},get cancelBubble(){return k(this).stopped},set cancelBubble(a){if(a){var b=k(this);b.stopped=!0,"boolean"==typeof b.event.cancelBubble&&(b.event.cancelBubble=!0)}},get returnValue(){return!k(this).canceled},set returnValue(a){a||l(k(this))},initEvent:function(){}},Object.defineProperty(m.prototype,"constructor",{value:m,configurable:!0,writable:!0}),"undefined"!=typeof window&&"undefined"!=typeof window.Event&&(Object.setPrototypeOf(m.prototype,window.Event.prototype),G.set(window.Event.prototype,m));var H=new WeakMap,I=1,J=2;B.prototype={addEventListener:function(a,b,c){if(null!=b){if("function"!=typeof b&&!w(b))throw new TypeError("'listener' should be a function or an object.");var d=x(this),e=w(c),f=e?!!c.capture:!!c,g=f?I:J,h={listener:b,listenerType:g,passive:e&&!!c.passive,once:e&&!!c.once,next:null},i=d.get(a);if(void 0===i)return void d.set(a,h);for(var j=null;null!=i;){if(i.listener===b&&i.listenerType===g)return;j=i,i=i.next}j.next=h}},removeEventListener:function(a,b,c){if(null!=b)for(var d=x(this),e=w(c)?!!c.capture:!!c,f=e?I:J,g=null,h=d.get(a);null!=h;){if(h.listener===b&&h.listenerType===f)return void(null===g?null===h.next?d.delete(a):d.set(a,h.next):g.next=h.next);g=h,h=h.next}},dispatchEvent:function(a){if(null==a||"string"!=typeof a.type)throw new TypeError("\"event.type\" should be a string.");var b=x(this),c=a.type,d=b.get(c);if(null==d)return!0;for(var e=r(this,a),f=null;null!=d;){if(d.once?null===f?null===d.next?b.delete(c):b.set(c,d.next):f.next=d.next:f=d,v(e,d.passive?d.listener:null),"function"==typeof d.listener)try{d.listener.call(this,e)}catch(a){"undefined"!=typeof console&&"function"==typeof console.error&&console.error(a)}else d.listenerType!==3&&"function"==typeof d.listener.handleEvent&&d.listener.handleEvent(e);if(s(e))break;d=d.next}return v(e,null),t(e,0),u(e,null),!e.defaultPrevented}},Object.defineProperty(B.prototype,"constructor",{value:B,configurable:!0,writable:!0}),"undefined"!=typeof window&&"undefined"!=typeof window.EventTarget&&Object.setPrototypeOf(B.prototype,window.EventTarget.prototype);var K=function(a){function d(){var a;throw c(this,d),a=j(this,g(d).call(this)),new TypeError("AbortSignal cannot be constructed directly")}return f(d,a),e(d,[{key:"aborted",get:function(){var a=L.get(this);if("boolean"!=typeof a)throw new TypeError("Expected 'this' to be an 'AbortSignal' object, but got ".concat(null===this?"null":b(this)));return a}}]),d}(B);z(K.prototype,"abort");var L=new WeakMap;Object.defineProperties(K.prototype,{aborted:{enumerable:!0}}),"function"==typeof Symbol&&"symbol"===b(Symbol.toStringTag)&&Object.defineProperty(K.prototype,Symbol.toStringTag,{configurable:!0,value:"AbortSignal"});var M=function(){function a(){c(this,a),N.set(this,C())}return e(a,[{key:"abort",value:function(){D(E(this))}},{key:"signal",get:function(){return E(this)}}]),a}(),N=new WeakMap;if(Object.defineProperties(M.prototype,{signal:{enumerable:!0},abort:{enumerable:!0}}),"function"==typeof Symbol&&"symbol"===b(Symbol.toStringTag)&&Object.defineProperty(M.prototype,Symbol.toStringTag,{configurable:!0,value:"AbortController"}),a.AbortController=M,a.AbortSignal=K,a.default=M,Object.defineProperty(a,"__esModule",{value:!0}),"undefined"==typeof module&&"undefined"==typeof define){var O=Function("return this")();"undefined"==typeof O.AbortController&&(O.AbortController=M,O.AbortSignal=K)}}); -//# sourceMappingURL=abort-controller.umd.js.map diff --git a/software/flow/node_modules/npm/node_modules/abort-controller/dist/abort-controller.umd.js.map b/software/flow/node_modules/npm/node_modules/abort-controller/dist/abort-controller.umd.js.map deleted file mode 100644 index 875ab02..0000000 --- a/software/flow/node_modules/npm/node_modules/abort-controller/dist/abort-controller.umd.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"abort-controller.umd.js","sources":["../node_modules/event-target-shim/dist/event-target-shim.mjs","../src/abort-signal.ts","../src/abort-controller.ts"],"sourcesContent":["/**\n * @author Toru Nagashima <https://github.com/mysticatea>\n * @copyright 2015 Toru Nagashima. All rights reserved.\n * See LICENSE file in root directory for full license.\n */\n/**\n * @typedef {object} PrivateData\n * @property {EventTarget} eventTarget The event target.\n * @property {{type:string}} event The original event object.\n * @property {number} eventPhase The current event phase.\n * @property {EventTarget|null} currentTarget The current event target.\n * @property {boolean} canceled The flag to prevent default.\n * @property {boolean} stopped The flag to stop propagation.\n * @property {boolean} immediateStopped The flag to stop propagation immediately.\n * @property {Function|null} passiveListener The listener if the current listener is passive. Otherwise this is null.\n * @property {number} timeStamp The unix time.\n * @private\n */\n\n/**\n * Private data for event wrappers.\n * @type {WeakMap<Event, PrivateData>}\n * @private\n */\nconst privateData = new WeakMap();\n\n/**\n * Cache for wrapper classes.\n * @type {WeakMap<Object, Function>}\n * @private\n */\nconst wrappers = new WeakMap();\n\n/**\n * Get private data.\n * @param {Event} event The event object to get private data.\n * @returns {PrivateData} The private data of the event.\n * @private\n */\nfunction pd(event) {\n const retv = privateData.get(event);\n console.assert(\n retv != null,\n \"'this' is expected an Event object, but got\",\n event\n );\n return retv\n}\n\n/**\n * https://dom.spec.whatwg.org/#set-the-canceled-flag\n * @param data {PrivateData} private data.\n */\nfunction setCancelFlag(data) {\n if (data.passiveListener != null) {\n if (\n typeof console !== \"undefined\" &&\n typeof console.error === \"function\"\n ) {\n console.error(\n \"Unable to preventDefault inside passive event listener invocation.\",\n data.passiveListener\n );\n }\n return\n }\n if (!data.event.cancelable) {\n return\n }\n\n data.canceled = true;\n if (typeof data.event.preventDefault === \"function\") {\n data.event.preventDefault();\n }\n}\n\n/**\n * @see https://dom.spec.whatwg.org/#interface-event\n * @private\n */\n/**\n * The event wrapper.\n * @constructor\n * @param {EventTarget} eventTarget The event target of this dispatching.\n * @param {Event|{type:string}} event The original event to wrap.\n */\nfunction Event(eventTarget, event) {\n privateData.set(this, {\n eventTarget,\n event,\n eventPhase: 2,\n currentTarget: eventTarget,\n canceled: false,\n stopped: false,\n immediateStopped: false,\n passiveListener: null,\n timeStamp: event.timeStamp || Date.now(),\n });\n\n // https://heycam.github.io/webidl/#Unforgeable\n Object.defineProperty(this, \"isTrusted\", { value: false, enumerable: true });\n\n // Define accessors\n const keys = Object.keys(event);\n for (let i = 0; i < keys.length; ++i) {\n const key = keys[i];\n if (!(key in this)) {\n Object.defineProperty(this, key, defineRedirectDescriptor(key));\n }\n }\n}\n\n// Should be enumerable, but class methods are not enumerable.\nEvent.prototype = {\n /**\n * The type of this event.\n * @type {string}\n */\n get type() {\n return pd(this).event.type\n },\n\n /**\n * The target of this event.\n * @type {EventTarget}\n */\n get target() {\n return pd(this).eventTarget\n },\n\n /**\n * The target of this event.\n * @type {EventTarget}\n */\n get currentTarget() {\n return pd(this).currentTarget\n },\n\n /**\n * @returns {EventTarget[]} The composed path of this event.\n */\n composedPath() {\n const currentTarget = pd(this).currentTarget;\n if (currentTarget == null) {\n return []\n }\n return [currentTarget]\n },\n\n /**\n * Constant of NONE.\n * @type {number}\n */\n get NONE() {\n return 0\n },\n\n /**\n * Constant of CAPTURING_PHASE.\n * @type {number}\n */\n get CAPTURING_PHASE() {\n return 1\n },\n\n /**\n * Constant of AT_TARGET.\n * @type {number}\n */\n get AT_TARGET() {\n return 2\n },\n\n /**\n * Constant of BUBBLING_PHASE.\n * @type {number}\n */\n get BUBBLING_PHASE() {\n return 3\n },\n\n /**\n * The target of this event.\n * @type {number}\n */\n get eventPhase() {\n return pd(this).eventPhase\n },\n\n /**\n * Stop event bubbling.\n * @returns {void}\n */\n stopPropagation() {\n const data = pd(this);\n\n data.stopped = true;\n if (typeof data.event.stopPropagation === \"function\") {\n data.event.stopPropagation();\n }\n },\n\n /**\n * Stop event bubbling.\n * @returns {void}\n */\n stopImmediatePropagation() {\n const data = pd(this);\n\n data.stopped = true;\n data.immediateStopped = true;\n if (typeof data.event.stopImmediatePropagation === \"function\") {\n data.event.stopImmediatePropagation();\n }\n },\n\n /**\n * The flag to be bubbling.\n * @type {boolean}\n */\n get bubbles() {\n return Boolean(pd(this).event.bubbles)\n },\n\n /**\n * The flag to be cancelable.\n * @type {boolean}\n */\n get cancelable() {\n return Boolean(pd(this).event.cancelable)\n },\n\n /**\n * Cancel this event.\n * @returns {void}\n */\n preventDefault() {\n setCancelFlag(pd(this));\n },\n\n /**\n * The flag to indicate cancellation state.\n * @type {boolean}\n */\n get defaultPrevented() {\n return pd(this).canceled\n },\n\n /**\n * The flag to be composed.\n * @type {boolean}\n */\n get composed() {\n return Boolean(pd(this).event.composed)\n },\n\n /**\n * The unix time of this event.\n * @type {number}\n */\n get timeStamp() {\n return pd(this).timeStamp\n },\n\n /**\n * The target of this event.\n * @type {EventTarget}\n * @deprecated\n */\n get srcElement() {\n return pd(this).eventTarget\n },\n\n /**\n * The flag to stop event bubbling.\n * @type {boolean}\n * @deprecated\n */\n get cancelBubble() {\n return pd(this).stopped\n },\n set cancelBubble(value) {\n if (!value) {\n return\n }\n const data = pd(this);\n\n data.stopped = true;\n if (typeof data.event.cancelBubble === \"boolean\") {\n data.event.cancelBubble = true;\n }\n },\n\n /**\n * The flag to indicate cancellation state.\n * @type {boolean}\n * @deprecated\n */\n get returnValue() {\n return !pd(this).canceled\n },\n set returnValue(value) {\n if (!value) {\n setCancelFlag(pd(this));\n }\n },\n\n /**\n * Initialize this event object. But do nothing under event dispatching.\n * @param {string} type The event type.\n * @param {boolean} [bubbles=false] The flag to be possible to bubble up.\n * @param {boolean} [cancelable=false] The flag to be possible to cancel.\n * @deprecated\n */\n initEvent() {\n // Do nothing.\n },\n};\n\n// `constructor` is not enumerable.\nObject.defineProperty(Event.prototype, \"constructor\", {\n value: Event,\n configurable: true,\n writable: true,\n});\n\n// Ensure `event instanceof window.Event` is `true`.\nif (typeof window !== \"undefined\" && typeof window.Event !== \"undefined\") {\n Object.setPrototypeOf(Event.prototype, window.Event.prototype);\n\n // Make association for wrappers.\n wrappers.set(window.Event.prototype, Event);\n}\n\n/**\n * Get the property descriptor to redirect a given property.\n * @param {string} key Property name to define property descriptor.\n * @returns {PropertyDescriptor} The property descriptor to redirect the property.\n * @private\n */\nfunction defineRedirectDescriptor(key) {\n return {\n get() {\n return pd(this).event[key]\n },\n set(value) {\n pd(this).event[key] = value;\n },\n configurable: true,\n enumerable: true,\n }\n}\n\n/**\n * Get the property descriptor to call a given method property.\n * @param {string} key Property name to define property descriptor.\n * @returns {PropertyDescriptor} The property descriptor to call the method property.\n * @private\n */\nfunction defineCallDescriptor(key) {\n return {\n value() {\n const event = pd(this).event;\n return event[key].apply(event, arguments)\n },\n configurable: true,\n enumerable: true,\n }\n}\n\n/**\n * Define new wrapper class.\n * @param {Function} BaseEvent The base wrapper class.\n * @param {Object} proto The prototype of the original event.\n * @returns {Function} The defined wrapper class.\n * @private\n */\nfunction defineWrapper(BaseEvent, proto) {\n const keys = Object.keys(proto);\n if (keys.length === 0) {\n return BaseEvent\n }\n\n /** CustomEvent */\n function CustomEvent(eventTarget, event) {\n BaseEvent.call(this, eventTarget, event);\n }\n\n CustomEvent.prototype = Object.create(BaseEvent.prototype, {\n constructor: { value: CustomEvent, configurable: true, writable: true },\n });\n\n // Define accessors.\n for (let i = 0; i < keys.length; ++i) {\n const key = keys[i];\n if (!(key in BaseEvent.prototype)) {\n const descriptor = Object.getOwnPropertyDescriptor(proto, key);\n const isFunc = typeof descriptor.value === \"function\";\n Object.defineProperty(\n CustomEvent.prototype,\n key,\n isFunc\n ? defineCallDescriptor(key)\n : defineRedirectDescriptor(key)\n );\n }\n }\n\n return CustomEvent\n}\n\n/**\n * Get the wrapper class of a given prototype.\n * @param {Object} proto The prototype of the original event to get its wrapper.\n * @returns {Function} The wrapper class.\n * @private\n */\nfunction getWrapper(proto) {\n if (proto == null || proto === Object.prototype) {\n return Event\n }\n\n let wrapper = wrappers.get(proto);\n if (wrapper == null) {\n wrapper = defineWrapper(getWrapper(Object.getPrototypeOf(proto)), proto);\n wrappers.set(proto, wrapper);\n }\n return wrapper\n}\n\n/**\n * Wrap a given event to management a dispatching.\n * @param {EventTarget} eventTarget The event target of this dispatching.\n * @param {Object} event The event to wrap.\n * @returns {Event} The wrapper instance.\n * @private\n */\nfunction wrapEvent(eventTarget, event) {\n const Wrapper = getWrapper(Object.getPrototypeOf(event));\n return new Wrapper(eventTarget, event)\n}\n\n/**\n * Get the immediateStopped flag of a given event.\n * @param {Event} event The event to get.\n * @returns {boolean} The flag to stop propagation immediately.\n * @private\n */\nfunction isStopped(event) {\n return pd(event).immediateStopped\n}\n\n/**\n * Set the current event phase of a given event.\n * @param {Event} event The event to set current target.\n * @param {number} eventPhase New event phase.\n * @returns {void}\n * @private\n */\nfunction setEventPhase(event, eventPhase) {\n pd(event).eventPhase = eventPhase;\n}\n\n/**\n * Set the current target of a given event.\n * @param {Event} event The event to set current target.\n * @param {EventTarget|null} currentTarget New current target.\n * @returns {void}\n * @private\n */\nfunction setCurrentTarget(event, currentTarget) {\n pd(event).currentTarget = currentTarget;\n}\n\n/**\n * Set a passive listener of a given event.\n * @param {Event} event The event to set current target.\n * @param {Function|null} passiveListener New passive listener.\n * @returns {void}\n * @private\n */\nfunction setPassiveListener(event, passiveListener) {\n pd(event).passiveListener = passiveListener;\n}\n\n/**\n * @typedef {object} ListenerNode\n * @property {Function} listener\n * @property {1|2|3} listenerType\n * @property {boolean} passive\n * @property {boolean} once\n * @property {ListenerNode|null} next\n * @private\n */\n\n/**\n * @type {WeakMap<object, Map<string, ListenerNode>>}\n * @private\n */\nconst listenersMap = new WeakMap();\n\n// Listener types\nconst CAPTURE = 1;\nconst BUBBLE = 2;\nconst ATTRIBUTE = 3;\n\n/**\n * Check whether a given value is an object or not.\n * @param {any} x The value to check.\n * @returns {boolean} `true` if the value is an object.\n */\nfunction isObject(x) {\n return x !== null && typeof x === \"object\" //eslint-disable-line no-restricted-syntax\n}\n\n/**\n * Get listeners.\n * @param {EventTarget} eventTarget The event target to get.\n * @returns {Map<string, ListenerNode>} The listeners.\n * @private\n */\nfunction getListeners(eventTarget) {\n const listeners = listenersMap.get(eventTarget);\n if (listeners == null) {\n throw new TypeError(\n \"'this' is expected an EventTarget object, but got another value.\"\n )\n }\n return listeners\n}\n\n/**\n * Get the property descriptor for the event attribute of a given event.\n * @param {string} eventName The event name to get property descriptor.\n * @returns {PropertyDescriptor} The property descriptor.\n * @private\n */\nfunction defineEventAttributeDescriptor(eventName) {\n return {\n get() {\n const listeners = getListeners(this);\n let node = listeners.get(eventName);\n while (node != null) {\n if (node.listenerType === ATTRIBUTE) {\n return node.listener\n }\n node = node.next;\n }\n return null\n },\n\n set(listener) {\n if (typeof listener !== \"function\" && !isObject(listener)) {\n listener = null; // eslint-disable-line no-param-reassign\n }\n const listeners = getListeners(this);\n\n // Traverse to the tail while removing old value.\n let prev = null;\n let node = listeners.get(eventName);\n while (node != null) {\n if (node.listenerType === ATTRIBUTE) {\n // Remove old value.\n if (prev !== null) {\n prev.next = node.next;\n } else if (node.next !== null) {\n listeners.set(eventName, node.next);\n } else {\n listeners.delete(eventName);\n }\n } else {\n prev = node;\n }\n\n node = node.next;\n }\n\n // Add new value.\n if (listener !== null) {\n const newNode = {\n listener,\n listenerType: ATTRIBUTE,\n passive: false,\n once: false,\n next: null,\n };\n if (prev === null) {\n listeners.set(eventName, newNode);\n } else {\n prev.next = newNode;\n }\n }\n },\n configurable: true,\n enumerable: true,\n }\n}\n\n/**\n * Define an event attribute (e.g. `eventTarget.onclick`).\n * @param {Object} eventTargetPrototype The event target prototype to define an event attrbite.\n * @param {string} eventName The event name to define.\n * @returns {void}\n */\nfunction defineEventAttribute(eventTargetPrototype, eventName) {\n Object.defineProperty(\n eventTargetPrototype,\n `on${eventName}`,\n defineEventAttributeDescriptor(eventName)\n );\n}\n\n/**\n * Define a custom EventTarget with event attributes.\n * @param {string[]} eventNames Event names for event attributes.\n * @returns {EventTarget} The custom EventTarget.\n * @private\n */\nfunction defineCustomEventTarget(eventNames) {\n /** CustomEventTarget */\n function CustomEventTarget() {\n EventTarget.call(this);\n }\n\n CustomEventTarget.prototype = Object.create(EventTarget.prototype, {\n constructor: {\n value: CustomEventTarget,\n configurable: true,\n writable: true,\n },\n });\n\n for (let i = 0; i < eventNames.length; ++i) {\n defineEventAttribute(CustomEventTarget.prototype, eventNames[i]);\n }\n\n return CustomEventTarget\n}\n\n/**\n * EventTarget.\n *\n * - This is constructor if no arguments.\n * - This is a function which returns a CustomEventTarget constructor if there are arguments.\n *\n * For example:\n *\n * class A extends EventTarget {}\n * class B extends EventTarget(\"message\") {}\n * class C extends EventTarget(\"message\", \"error\") {}\n * class D extends EventTarget([\"message\", \"error\"]) {}\n */\nfunction EventTarget() {\n /*eslint-disable consistent-return */\n if (this instanceof EventTarget) {\n listenersMap.set(this, new Map());\n return\n }\n if (arguments.length === 1 && Array.isArray(arguments[0])) {\n return defineCustomEventTarget(arguments[0])\n }\n if (arguments.length > 0) {\n const types = new Array(arguments.length);\n for (let i = 0; i < arguments.length; ++i) {\n types[i] = arguments[i];\n }\n return defineCustomEventTarget(types)\n }\n throw new TypeError(\"Cannot call a class as a function\")\n /*eslint-enable consistent-return */\n}\n\n// Should be enumerable, but class methods are not enumerable.\nEventTarget.prototype = {\n /**\n * Add a given listener to this event target.\n * @param {string} eventName The event name to add.\n * @param {Function} listener The listener to add.\n * @param {boolean|{capture?:boolean,passive?:boolean,once?:boolean}} [options] The options for this listener.\n * @returns {void}\n */\n addEventListener(eventName, listener, options) {\n if (listener == null) {\n return\n }\n if (typeof listener !== \"function\" && !isObject(listener)) {\n throw new TypeError(\"'listener' should be a function or an object.\")\n }\n\n const listeners = getListeners(this);\n const optionsIsObj = isObject(options);\n const capture = optionsIsObj\n ? Boolean(options.capture)\n : Boolean(options);\n const listenerType = capture ? CAPTURE : BUBBLE;\n const newNode = {\n listener,\n listenerType,\n passive: optionsIsObj && Boolean(options.passive),\n once: optionsIsObj && Boolean(options.once),\n next: null,\n };\n\n // Set it as the first node if the first node is null.\n let node = listeners.get(eventName);\n if (node === undefined) {\n listeners.set(eventName, newNode);\n return\n }\n\n // Traverse to the tail while checking duplication..\n let prev = null;\n while (node != null) {\n if (\n node.listener === listener &&\n node.listenerType === listenerType\n ) {\n // Should ignore duplication.\n return\n }\n prev = node;\n node = node.next;\n }\n\n // Add it.\n prev.next = newNode;\n },\n\n /**\n * Remove a given listener from this event target.\n * @param {string} eventName The event name to remove.\n * @param {Function} listener The listener to remove.\n * @param {boolean|{capture?:boolean,passive?:boolean,once?:boolean}} [options] The options for this listener.\n * @returns {void}\n */\n removeEventListener(eventName, listener, options) {\n if (listener == null) {\n return\n }\n\n const listeners = getListeners(this);\n const capture = isObject(options)\n ? Boolean(options.capture)\n : Boolean(options);\n const listenerType = capture ? CAPTURE : BUBBLE;\n\n let prev = null;\n let node = listeners.get(eventName);\n while (node != null) {\n if (\n node.listener === listener &&\n node.listenerType === listenerType\n ) {\n if (prev !== null) {\n prev.next = node.next;\n } else if (node.next !== null) {\n listeners.set(eventName, node.next);\n } else {\n listeners.delete(eventName);\n }\n return\n }\n\n prev = node;\n node = node.next;\n }\n },\n\n /**\n * Dispatch a given event.\n * @param {Event|{type:string}} event The event to dispatch.\n * @returns {boolean} `false` if canceled.\n */\n dispatchEvent(event) {\n if (event == null || typeof event.type !== \"string\") {\n throw new TypeError('\"event.type\" should be a string.')\n }\n\n // If listeners aren't registered, terminate.\n const listeners = getListeners(this);\n const eventName = event.type;\n let node = listeners.get(eventName);\n if (node == null) {\n return true\n }\n\n // Since we cannot rewrite several properties, so wrap object.\n const wrappedEvent = wrapEvent(this, event);\n\n // This doesn't process capturing phase and bubbling phase.\n // This isn't participating in a tree.\n let prev = null;\n while (node != null) {\n // Remove this listener if it's once\n if (node.once) {\n if (prev !== null) {\n prev.next = node.next;\n } else if (node.next !== null) {\n listeners.set(eventName, node.next);\n } else {\n listeners.delete(eventName);\n }\n } else {\n prev = node;\n }\n\n // Call this listener\n setPassiveListener(\n wrappedEvent,\n node.passive ? node.listener : null\n );\n if (typeof node.listener === \"function\") {\n try {\n node.listener.call(this, wrappedEvent);\n } catch (err) {\n if (\n typeof console !== \"undefined\" &&\n typeof console.error === \"function\"\n ) {\n console.error(err);\n }\n }\n } else if (\n node.listenerType !== ATTRIBUTE &&\n typeof node.listener.handleEvent === \"function\"\n ) {\n node.listener.handleEvent(wrappedEvent);\n }\n\n // Break if `event.stopImmediatePropagation` was called.\n if (isStopped(wrappedEvent)) {\n break\n }\n\n node = node.next;\n }\n setPassiveListener(wrappedEvent, null);\n setEventPhase(wrappedEvent, 0);\n setCurrentTarget(wrappedEvent, null);\n\n return !wrappedEvent.defaultPrevented\n },\n};\n\n// `constructor` is not enumerable.\nObject.defineProperty(EventTarget.prototype, \"constructor\", {\n value: EventTarget,\n configurable: true,\n writable: true,\n});\n\n// Ensure `eventTarget instanceof window.EventTarget` is `true`.\nif (\n typeof window !== \"undefined\" &&\n typeof window.EventTarget !== \"undefined\"\n) {\n Object.setPrototypeOf(EventTarget.prototype, window.EventTarget.prototype);\n}\n\nexport default EventTarget;\nexport { defineEventAttribute, EventTarget };\n//# sourceMappingURL=event-target-shim.mjs.map\n","import {\n // Event,\n EventTarget,\n // Type,\n defineEventAttribute,\n} from \"event-target-shim\"\n\n// Known Limitation\n// Use `any` because the type of `AbortSignal` in `lib.dom.d.ts` is wrong and\n// to make assignable our `AbortSignal` into that.\n// https://github.com/Microsoft/TSJS-lib-generator/pull/623\ntype Events = {\n abort: any // Event & Type<\"abort\">\n}\ntype EventAttributes = {\n onabort: any // Event & Type<\"abort\">\n}\n\n/**\n * The signal class.\n * @see https://dom.spec.whatwg.org/#abortsignal\n */\nexport default class AbortSignal extends EventTarget<Events, EventAttributes> {\n /**\n * AbortSignal cannot be constructed directly.\n */\n public constructor() {\n super()\n throw new TypeError(\"AbortSignal cannot be constructed directly\")\n }\n\n /**\n * Returns `true` if this `AbortSignal`'s `AbortController` has signaled to abort, and `false` otherwise.\n */\n public get aborted(): boolean {\n const aborted = abortedFlags.get(this)\n if (typeof aborted !== \"boolean\") {\n throw new TypeError(\n `Expected 'this' to be an 'AbortSignal' object, but got ${\n this === null ? \"null\" : typeof this\n }`,\n )\n }\n return aborted\n }\n}\ndefineEventAttribute(AbortSignal.prototype, \"abort\")\n\n/**\n * Create an AbortSignal object.\n */\nexport function createAbortSignal(): AbortSignal {\n const signal = Object.create(AbortSignal.prototype)\n EventTarget.call(signal)\n abortedFlags.set(signal, false)\n return signal\n}\n\n/**\n * Abort a given signal.\n */\nexport function abortSignal(signal: AbortSignal): void {\n if (abortedFlags.get(signal) !== false) {\n return\n }\n\n abortedFlags.set(signal, true)\n signal.dispatchEvent<\"abort\">({ type: \"abort\" })\n}\n\n/**\n * Aborted flag for each instances.\n */\nconst abortedFlags = new WeakMap<AbortSignal, boolean>()\n\n// Properties should be enumerable.\nObject.defineProperties(AbortSignal.prototype, {\n aborted: { enumerable: true },\n})\n\n// `toString()` should return `\"[object AbortSignal]\"`\nif (typeof Symbol === \"function\" && typeof Symbol.toStringTag === \"symbol\") {\n Object.defineProperty(AbortSignal.prototype, Symbol.toStringTag, {\n configurable: true,\n value: \"AbortSignal\",\n })\n}\n","import AbortSignal, { abortSignal, createAbortSignal } from \"./abort-signal\"\n\n/**\n * The AbortController.\n * @see https://dom.spec.whatwg.org/#abortcontroller\n */\nexport default class AbortController {\n /**\n * Initialize this controller.\n */\n public constructor() {\n signals.set(this, createAbortSignal())\n }\n\n /**\n * Returns the `AbortSignal` object associated with this object.\n */\n public get signal(): AbortSignal {\n return getSignal(this)\n }\n\n /**\n * Abort and signal to any observers that the associated activity is to be aborted.\n */\n public abort(): void {\n abortSignal(getSignal(this))\n }\n}\n\n/**\n * Associated signals.\n */\nconst signals = new WeakMap<AbortController, AbortSignal>()\n\n/**\n * Get the associated signal of a given controller.\n */\nfunction getSignal(controller: AbortController): AbortSignal {\n const signal = signals.get(controller)\n if (signal == null) {\n throw new TypeError(\n `Expected 'this' to be an 'AbortController' object, but got ${\n controller === null ? \"null\" : typeof controller\n }`,\n )\n }\n return signal\n}\n\n// Properties should be enumerable.\nObject.defineProperties(AbortController.prototype, {\n signal: { enumerable: true },\n abort: { enumerable: true },\n})\n\nif (typeof Symbol === \"function\" && typeof Symbol.toStringTag === \"symbol\") {\n Object.defineProperty(AbortController.prototype, Symbol.toStringTag, {\n configurable: true,\n value: \"AbortController\",\n })\n}\n\nexport { AbortController, AbortSignal }\n"],"names":["pd","event","retv","privateData","get","console","assert","setCancelFlag","data","passiveListener","cancelable","canceled","preventDefault","error","Event","eventTarget","set","eventPhase","currentTarget","stopped","immediateStopped","timeStamp","Date","now","Object","defineProperty","value","enumerable","key","keys","i","length","defineRedirectDescriptor","configurable","defineCallDescriptor","apply","arguments","defineWrapper","BaseEvent","proto","CustomEvent","call","prototype","create","constructor","writable","descriptor","getOwnPropertyDescriptor","isFunc","getWrapper","wrapper","wrappers","getPrototypeOf","wrapEvent","Wrapper","isStopped","setEventPhase","setCurrentTarget","setPassiveListener","createAbortSignal","signal","AbortSignal","EventTarget","abortedFlags","abortSignal","dispatchEvent","type","getSignal","controller","signals","TypeError","WeakMap","target","composedPath","NONE","CAPTURING_PHASE","AT_TARGET","BUBBLING_PHASE","stopPropagation","stopImmediatePropagation","bubbles","defaultPrevented","composed","srcElement","cancelBubble","returnValue","initEvent","window","setPrototypeOf","aborted","defineEventAttribute","defineProperties","Symbol","_typeof","toStringTag","AbortController","abort"],"mappings":";;;+3CAkCA,QAASA,CAAAA,CAAT,CAAYC,CAAZ,CAAmB,IACTC,CAAAA,CAAI,CAAGC,CAAW,CAACC,GAAZ,CAAgBH,CAAhB,QACbI,CAAAA,OAAO,CAACC,MAAR,CACY,IAAR,EAAAJ,CADJ,CAEI,6CAFJ,CAGID,CAHJ,EAKOC,EAOX,QAASK,CAAAA,CAAT,CAAuBC,CAAvB,CAA6B,OACG,KAAxB,EAAAA,CAAI,CAACC,eADgB,MAarB,CAACD,CAAI,CAACP,KAAL,CAAWS,UAbS,GAiBzBF,CAAI,CAACG,QAAL,GAjByB,CAkBgB,UAArC,QAAOH,CAAAA,CAAI,CAACP,KAAL,CAAWW,cAlBG,EAmBrBJ,CAAI,CAACP,KAAL,CAAWW,cAAX,EAnBqB,QAGE,WAAnB,QAAOP,CAAAA,OAAP,EACyB,UAAzB,QAAOA,CAAAA,OAAO,CAACQ,KAJE,EAMjBR,OAAO,CAACQ,KAAR,CACI,oEADJ,CAEIL,CAAI,CAACC,eAFT,CANiB,EAiC7B,QAASK,CAAAA,CAAT,CAAeC,CAAf,CAA4Bd,CAA5B,CAAmC,CAC/BE,CAAW,CAACa,GAAZ,CAAgB,IAAhB,CAAsB,CAClBD,WAAW,CAAXA,CADkB,CAElBd,KAAK,CAALA,CAFkB,CAGlBgB,UAAU,CAAE,CAHM,CAIlBC,aAAa,CAAEH,CAJG,CAKlBJ,QAAQ,GALU,CAMlBQ,OAAO,GANW,CAOlBC,gBAAgB,GAPE,CAQlBX,eAAe,CAAE,IARC,CASlBY,SAAS,CAAEpB,CAAK,CAACoB,SAAN,EAAmBC,IAAI,CAACC,GAAL,EATZ,CAAtB,CAD+B,CAc/BC,MAAM,CAACC,cAAP,CAAsB,IAAtB,CAA4B,WAA5B,CAAyC,CAAEC,KAAK,GAAP,CAAgBC,UAAU,GAA1B,CAAzC,CAd+B,QAmBrBC,CAAAA,EAFJC,CAAI,CAAGL,MAAM,CAACK,IAAP,CAAY5B,CAAZ,EACJ6B,CAAC,CAAG,EAAGA,CAAC,CAAGD,CAAI,CAACE,OAAQ,EAAED,EACzBF,EAAMC,CAAI,CAACC,CAAD,EACVF,CAAG,GAAI,OACTJ,MAAM,CAACC,cAAP,CAAsB,IAAtB,CAA4BG,CAA5B,CAAiCI,CAAwB,CAACJ,CAAD,CAAzD,EAyOZ,QAASI,CAAAA,CAAT,CAAkCJ,CAAlC,CAAuC,OAC5B,CACHxB,GADG,WACG,OACKJ,CAAAA,CAAE,CAAC,IAAD,CAAF,CAASC,KAAT,CAAe2B,CAAf,CAFR,CAAA,CAIHZ,GAJG,UAICU,EAAO,CACP1B,CAAE,CAAC,IAAD,CAAF,CAASC,KAAT,CAAe2B,CAAf,EAAsBF,CALvB,CAAA,CAOHO,YAAY,GAPT,CAQHN,UAAU,GARP,EAkBX,QAASO,CAAAA,CAAT,CAA8BN,CAA9B,CAAmC,OACxB,CACHF,KADG,WACK,IACEzB,CAAAA,CAAK,CAAGD,CAAE,CAAC,IAAD,CAAF,CAASC,YAChBA,CAAAA,CAAK,CAAC2B,CAAD,CAAL,CAAWO,KAAX,CAAiBlC,CAAjB,CAAwBmC,SAAxB,CAHR,CAAA,CAKHH,YAAY,GALT,CAMHN,UAAU,GANP,EAiBX,QAASU,CAAAA,CAAT,CAAuBC,CAAvB,CAAkCC,CAAlC,CAAyC,SAO5BC,CAAAA,EAAYzB,EAAad,EAAO,CACrCqC,CAAS,CAACG,IAAV,CAAe,IAAf,CAAqB1B,CAArB,CAAkCd,CAAlC,KAPE4B,CAAAA,CAAI,CAAGL,MAAM,CAACK,IAAP,CAAYU,CAAZ,KACO,CAAhB,GAAAV,CAAI,CAACE,aACEO,CAAAA,EAQXE,CAAW,CAACE,SAAZ,CAAwBlB,MAAM,CAACmB,MAAP,CAAcL,CAAS,CAACI,SAAxB,CAAmC,CACvDE,WAAW,CAAE,CAAElB,KAAK,CAAEc,CAAT,CAAsBP,YAAY,GAAlC,CAA0CY,QAAQ,GAAlD,CAD0C,CAAnC,CAXa,KAgBhC,GACKjB,CAAAA,CADL,CAAIE,CAAC,CAAG,EAAGA,CAAC,CAAGD,CAAI,CAACE,OAAQ,EAAED,KACzBF,EAAMC,CAAI,CAACC,CAAD,EACZ,EAAEF,CAAG,GAAIU,CAAAA,CAAS,CAACI,SAAnB,EAA+B,IACzBI,CAAAA,CAAU,CAAGtB,MAAM,CAACuB,wBAAP,CAAgCR,CAAhC,CAAuCX,CAAvC,CADY,CAEzBoB,CAAM,CAA+B,UAA5B,QAAOF,CAAAA,CAAU,CAACpB,KAFF,CAG/BF,MAAM,CAACC,cAAP,CACIe,CAAW,CAACE,SADhB,CAEId,CAFJ,CAGIoB,CAAM,CACAd,CAAoB,CAACN,CAAD,CADpB,CAEAI,CAAwB,CAACJ,CAAD,CALlC,QAUDY,CAAAA,EASX,QAASS,CAAAA,CAAT,CAAoBV,CAApB,CAA2B,IACV,IAAT,EAAAA,CAAK,EAAYA,CAAK,GAAKf,MAAM,CAACkB,gBAC3B5B,CAAAA,KAGPoC,CAAAA,CAAO,CAAGC,CAAQ,CAAC/C,GAAT,CAAamC,CAAb,QACC,KAAX,EAAAW,IACAA,CAAO,CAAGb,CAAa,CAACY,CAAU,CAACzB,MAAM,CAAC4B,cAAP,CAAsBb,CAAtB,CAAD,CAAX,CAA2CA,CAA3C,EACvBY,CAAQ,CAACnC,GAAT,CAAauB,CAAb,CAAoBW,CAApB,GAEGA,EAUJ,QAASG,CAAAA,CAAT,CAAmBtC,CAAnB,CAAgCd,CAAhC,CAAuC,IACpCqD,CAAAA,CAAO,CAAGL,CAAU,CAACzB,MAAM,CAAC4B,cAAP,CAAsBnD,CAAtB,CAAD,QACnB,IAAIqD,CAAAA,CAAJ,CAAYvC,CAAZ,CAAyBd,CAAzB,EASJ,QAASsD,CAAAA,CAAT,CAAmBtD,CAAnB,CAA0B,OACtBD,CAAAA,CAAE,CAACC,CAAD,CAAF,CAAUmB,iBAUd,QAASoC,CAAAA,CAAT,CAAuBvD,CAAvB,CAA8BgB,CAA9B,CAA0C,CAC7CjB,CAAE,CAACC,CAAD,CAAF,CAAUgB,UAAV,CAAuBA,EAUpB,QAASwC,CAAAA,CAAT,CAA0BxD,CAA1B,CAAiCiB,CAAjC,CAAgD,CACnDlB,CAAE,CAACC,CAAD,CAAF,CAAUiB,aAAV,CAA0BA,EAUvB,QAASwC,CAAAA,CAAT,CAA4BzD,CAA5B,CAAmCQ,CAAnC,CAAoD,CACvDT,CAAE,CAACC,CAAD,CAAF,CAAUQ,eAAV,CAA4BA,ysCC1ahBkD,CAAAA,OACNC,CAAAA,CAAM,CAAGpC,MAAM,CAACmB,MAAPnB,CAAcqC,CAAW,CAACnB,SAA1BlB,QACfsC,CAAAA,CAAW,CAACrB,IAAZqB,CAAiBF,CAAjBE,EACAC,CAAY,CAAC/C,GAAb+C,CAAiBH,CAAjBG,KACOH,UAMKI,CAAAA,EAAYJ,GACpBG,KAAAA,CAAY,CAAC3D,GAAb2D,CAAiBH,CAAjBG,IAIJA,CAAY,CAAC/C,GAAb+C,CAAiBH,CAAjBG,KACAH,CAAM,CAACK,aAAPL,CAA8B,CAAEM,IAAI,CAAE,OAAR,CAA9BN,GC9BJ,QAASO,CAAAA,CAAT,CAAmBC,CAAnB,KACUR,CAAAA,CAAM,CAAGS,CAAO,CAACjE,GAARiE,CAAYD,CAAZC,KACD,IAAVT,EAAAA,OACM,IAAIU,CAAAA,SAAJ,sEAEiB,IAAfF,GAAAA,CAAU,CAAY,MAAZ,GAA4BA,GAFxC,QAMHR,CAAAA,KF3BLzD,CAAAA,CAAW,CAAG,GAAIoE,CAAAA,QAOlBpB,CAAQ,CAAG,GAAIoB,CAAAA,QAkFrBzD,CAAK,CAAC4B,SAAN,CAAkB,IAKVwB,CAAAA,MAAO,OACAlE,CAAAA,CAAE,CAAC,IAAD,CAAF,CAASC,KAAT,CAAeiE,IANZ,CAAA,IAaVM,CAAAA,QAAS,OACFxE,CAAAA,CAAE,CAAC,IAAD,CAAF,CAASe,WAdN,CAAA,IAqBVG,CAAAA,eAAgB,OACTlB,CAAAA,CAAE,CAAC,IAAD,CAAF,CAASkB,aAtBN,CAAA,CA4BduD,YA5Bc,WA4BC,IACLvD,CAAAA,CAAa,CAAGlB,CAAE,CAAC,IAAD,CAAF,CAASkB,cADpB,MAEU,KAAjB,EAAAA,CAFO,CAGA,EAHA,CAKJ,CAACA,CAAD,CAjCG,CAAA,IAwCVwD,CAAAA,MAAO,OACA,EAzCG,CAAA,IAgDVC,CAAAA,iBAAkB,OACX,EAjDG,CAAA,IAwDVC,CAAAA,WAAY,OACL,EAzDG,CAAA,IAgEVC,CAAAA,gBAAiB,OACV,EAjEG,CAAA,IAwEV5D,CAAAA,YAAa,OACNjB,CAAAA,CAAE,CAAC,IAAD,CAAF,CAASiB,UAzEN,CAAA,CAgFd6D,eAhFc,WAgFI,IACRtE,CAAAA,CAAI,CAAGR,CAAE,CAAC,IAAD,EAEfQ,CAAI,CAACW,OAAL,GAHc,CAI4B,UAAtC,QAAOX,CAAAA,CAAI,CAACP,KAAL,CAAW6E,eAJR,EAKVtE,CAAI,CAACP,KAAL,CAAW6E,eAAX,EArFM,CAAA,CA6FdC,wBA7Fc,WA6Fa,IACjBvE,CAAAA,CAAI,CAAGR,CAAE,CAAC,IAAD,EAEfQ,CAAI,CAACW,OAAL,GAHuB,CAIvBX,CAAI,CAACY,gBAAL,GAJuB,CAK4B,UAA/C,QAAOZ,CAAAA,CAAI,CAACP,KAAL,CAAW8E,wBALC,EAMnBvE,CAAI,CAACP,KAAL,CAAW8E,wBAAX,EAnGM,CAAA,IA2GVC,CAAAA,SAAU,SACKhF,CAAE,CAAC,IAAD,CAAF,CAASC,KAAT,CAAe+E,OA5GpB,CAAA,IAmHVtE,CAAAA,YAAa,SACEV,CAAE,CAAC,IAAD,CAAF,CAASC,KAAT,CAAeS,UApHpB,CAAA,CA2HdE,cA3Hc,WA2HG,CACbL,CAAa,CAACP,CAAE,CAAC,IAAD,CAAH,CA5HH,CAAA,IAmIViF,CAAAA,kBAAmB,OACZjF,CAAAA,CAAE,CAAC,IAAD,CAAF,CAASW,QApIN,CAAA,IA2IVuE,CAAAA,UAAW,SACIlF,CAAE,CAAC,IAAD,CAAF,CAASC,KAAT,CAAeiF,QA5IpB,CAAA,IAmJV7D,CAAAA,WAAY,OACLrB,CAAAA,CAAE,CAAC,IAAD,CAAF,CAASqB,SApJN,CAAA,IA4JV8D,CAAAA,YAAa,OACNnF,CAAAA,CAAE,CAAC,IAAD,CAAF,CAASe,WA7JN,CAAA,IAqKVqE,CAAAA,cAAe,OACRpF,CAAAA,CAAE,CAAC,IAAD,CAAF,CAASmB,OAtKN,CAAA,IAwKViE,CAAAA,aAAa1D,EAAO,IACfA,MAGClB,CAAAA,CAAI,CAAGR,CAAE,CAAC,IAAD,EAEfQ,CAAI,CAACW,OAAL,IACuC,SAAnC,QAAOX,CAAAA,CAAI,CAACP,KAAL,CAAWmF,eAClB5E,CAAI,CAACP,KAAL,CAAWmF,YAAX,KAhLM,CAAA,IAyLVC,CAAAA,aAAc,OACP,CAACrF,CAAE,CAAC,IAAD,CAAF,CAASW,QA1LP,CAAA,IA4LV0E,CAAAA,YAAY3D,EAAO,CACdA,CADc,EAEfnB,CAAa,CAACP,CAAE,CAAC,IAAD,CAAH,CA9LP,CAAA,CAyMdsF,SAzMc,WAyMF,EAzME,EA+MlB9D,MAAM,CAACC,cAAP,CAAsBX,CAAK,CAAC4B,SAA5B,CAAuC,aAAvC,CAAsD,CAClDhB,KAAK,CAAEZ,CAD2C,CAElDmB,YAAY,GAFsC,CAGlDY,QAAQ,GAH0C,CAAtD,EAOsB,WAAlB,QAAO0C,CAAAA,MAAP,EAAyD,WAAxB,QAAOA,CAAAA,MAAM,CAACzE,QAC/CU,MAAM,CAACgE,cAAP,CAAsB1E,CAAK,CAAC4B,SAA5B,CAAuC6C,MAAM,CAACzE,KAAP,CAAa4B,SAApD,EAGAS,CAAQ,CAACnC,GAAT,CAAauE,MAAM,CAACzE,KAAP,CAAa4B,SAA1B,CAAqC5B,CAArC,wiDChTiB+C,CAAAA,2EAMP,GAAIS,CAAAA,SAAJ,CAAc,4CAAd,sDAOAmB,CAAAA,CAAO,CAAG1B,CAAY,CAAC3D,GAAb2D,CAAiB,IAAjBA,KACO,SAAnB,QAAO0B,CAAAA,OACD,IAAInB,CAAAA,SAAJ,kEAEW,IAAT,QAAgB,MAAhB,GAAgC,MAFlC,QAMHmB,CAAAA,SArB0B3B,GAwBzC4B,CAAoB,CAAC7B,CAAW,CAACnB,SAAb,CAAwB,OAAxB,EA2BpB,GAAMqB,CAAAA,CAAY,CAAG,GAAIQ,CAAAA,OAAzB,CAGA/C,MAAM,CAACmE,gBAAPnE,CAAwBqC,CAAW,CAACnB,SAApClB,CAA+C,CAC3CiE,OAAO,CAAE,CAAE9D,UAAU,GAAZ,CADkC,CAA/CH,EAKsB,UAAlB,QAAOoE,CAAAA,MAAP,EAA8D,QAA9B,GAAAC,EAAOD,MAAM,CAACE,cAC9CtE,MAAM,CAACC,cAAPD,CAAsBqC,CAAW,CAACnB,SAAlClB,CAA6CoE,MAAM,CAACE,WAApDtE,CAAiE,CAC7DS,YAAY,GADiD,CAE7DP,KAAK,CAAE,aAFsD,CAAjEF,KC5EiBuE,CAAAA,oCAKb1B,CAAO,CAACrD,GAARqD,CAAY,IAAZA,CAAkBV,CAAiB,EAAnCU,4CAcAL,CAAW,CAACG,CAAS,CAAC,IAAD,CAAV,uCAPJA,CAAAA,CAAS,CAAC,IAAD,WAclBE,CAAO,CAAG,GAAIE,CAAAA,WAkBpB/C,MAAM,CAACmE,gBAAPnE,CAAwBuE,CAAe,CAACrD,SAAxClB,CAAmD,CAC/CoC,MAAM,CAAE,CAAEjC,UAAU,GAAZ,CADuC,CAE/CqE,KAAK,CAAE,CAAErE,UAAU,GAAZ,CAFwC,CAAnDH,EAKsB,UAAlB,QAAOoE,CAAAA,MAAP,EAA8D,QAA9B,GAAAC,EAAOD,MAAM,CAACE,cAC9CtE,MAAM,CAACC,cAAPD,CAAsBuE,CAAe,CAACrD,SAAtClB,CAAiDoE,MAAM,CAACE,WAAxDtE,CAAqE,CACjES,YAAY,GADqD,CAEjEP,KAAK,CAAE,iBAF0D,CAArEF"} \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/abort-controller/package.json b/software/flow/node_modules/npm/node_modules/abort-controller/package.json deleted file mode 100644 index fc705e0..0000000 --- a/software/flow/node_modules/npm/node_modules/abort-controller/package.json +++ /dev/null @@ -1,97 +0,0 @@ -{ - "name": "abort-controller", - "version": "3.0.0", - "description": "An implementation of WHATWG AbortController interface.", - "main": "dist/abort-controller", - "files": [ - "dist", - "polyfill.*", - "browser.*" - ], - "engines": { - "node": ">=6.5" - }, - "dependencies": { - "event-target-shim": "^5.0.0" - }, - "browser": "./browser.js", - "devDependencies": { - "@babel/core": "^7.2.2", - "@babel/plugin-transform-modules-commonjs": "^7.2.0", - "@babel/preset-env": "^7.3.0", - "@babel/register": "^7.0.0", - "@mysticatea/eslint-plugin": "^8.0.1", - "@mysticatea/spy": "^0.1.2", - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.18", - "assert": "^1.4.1", - "codecov": "^3.1.0", - "dts-bundle-generator": "^2.0.0", - "eslint": "^5.12.1", - "karma": "^3.1.4", - "karma-chrome-launcher": "^2.2.0", - "karma-coverage": "^1.1.2", - "karma-firefox-launcher": "^1.1.0", - "karma-growl-reporter": "^1.0.0", - "karma-ie-launcher": "^1.0.0", - "karma-mocha": "^1.3.0", - "karma-rollup-preprocessor": "^7.0.0-rc.2", - "mocha": "^5.2.0", - "npm-run-all": "^4.1.5", - "nyc": "^13.1.0", - "opener": "^1.5.1", - "rimraf": "^2.6.3", - "rollup": "^1.1.2", - "rollup-plugin-babel": "^4.3.2", - "rollup-plugin-babel-minify": "^7.0.0", - "rollup-plugin-commonjs": "^9.2.0", - "rollup-plugin-node-resolve": "^4.0.0", - "rollup-plugin-sourcemaps": "^0.4.2", - "rollup-plugin-typescript": "^1.0.0", - "rollup-watch": "^4.3.1", - "ts-node": "^8.0.1", - "type-tester": "^1.0.0", - "typescript": "^3.2.4" - }, - "scripts": { - "preversion": "npm test", - "version": "npm run -s build && git add dist/*", - "postversion": "git push && git push --tags", - "clean": "rimraf .nyc_output coverage", - "coverage": "opener coverage/lcov-report/index.html", - "lint": "eslint . --ext .ts", - "build": "run-s -s build:*", - "build:rollup": "rollup -c", - "build:dts": "dts-bundle-generator -o dist/abort-controller.d.ts src/abort-controller.ts && ts-node scripts/fix-dts", - "test": "run-s -s lint test:*", - "test:mocha": "nyc mocha test/*.ts", - "test:karma": "karma start --single-run", - "watch": "run-p -s watch:*", - "watch:mocha": "mocha test/*.ts --require ts-node/register --watch-extensions ts --watch --growl", - "watch:karma": "karma start --watch", - "codecov": "codecov" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/mysticatea/abort-controller.git" - }, - "keywords": [ - "w3c", - "whatwg", - "event", - "events", - "abort", - "cancel", - "abortcontroller", - "abortsignal", - "controller", - "signal", - "shim" - ], - "author": "Toru Nagashima (https://github.com/mysticatea)", - "license": "MIT", - "bugs": { - "url": "https://github.com/mysticatea/abort-controller/issues" - }, - "homepage": "https://github.com/mysticatea/abort-controller#readme" -} diff --git a/software/flow/node_modules/npm/node_modules/abort-controller/polyfill.js b/software/flow/node_modules/npm/node_modules/abort-controller/polyfill.js deleted file mode 100644 index 3ca8923..0000000 --- a/software/flow/node_modules/npm/node_modules/abort-controller/polyfill.js +++ /dev/null @@ -1,21 +0,0 @@ -/*globals require, self, window */ -"use strict" - -const ac = require("./dist/abort-controller") - -/*eslint-disable @mysticatea/prettier */ -const g = - typeof self !== "undefined" ? self : - typeof window !== "undefined" ? window : - typeof global !== "undefined" ? global : - /* otherwise */ undefined -/*eslint-enable @mysticatea/prettier */ - -if (g) { - if (typeof g.AbortController === "undefined") { - g.AbortController = ac.AbortController - } - if (typeof g.AbortSignal === "undefined") { - g.AbortSignal = ac.AbortSignal - } -} diff --git a/software/flow/node_modules/npm/node_modules/abort-controller/polyfill.mjs b/software/flow/node_modules/npm/node_modules/abort-controller/polyfill.mjs deleted file mode 100644 index 0602a64..0000000 --- a/software/flow/node_modules/npm/node_modules/abort-controller/polyfill.mjs +++ /dev/null @@ -1,19 +0,0 @@ -/*globals self, window */ -import * as ac from "./dist/abort-controller" - -/*eslint-disable @mysticatea/prettier */ -const g = - typeof self !== "undefined" ? self : - typeof window !== "undefined" ? window : - typeof global !== "undefined" ? global : - /* otherwise */ undefined -/*eslint-enable @mysticatea/prettier */ - -if (g) { - if (typeof g.AbortController === "undefined") { - g.AbortController = ac.AbortController - } - if (typeof g.AbortSignal === "undefined") { - g.AbortSignal = ac.AbortSignal - } -} diff --git a/software/flow/node_modules/npm/node_modules/agent-base/dist/src/index.d.ts b/software/flow/node_modules/npm/node_modules/agent-base/dist/src/index.d.ts deleted file mode 100644 index bc4ab74..0000000 --- a/software/flow/node_modules/npm/node_modules/agent-base/dist/src/index.d.ts +++ /dev/null @@ -1,78 +0,0 @@ -/// <reference types="node" /> -import net from 'net'; -import http from 'http'; -import https from 'https'; -import { Duplex } from 'stream'; -import { EventEmitter } from 'events'; -declare function createAgent(opts?: createAgent.AgentOptions): createAgent.Agent; -declare function createAgent(callback: createAgent.AgentCallback, opts?: createAgent.AgentOptions): createAgent.Agent; -declare namespace createAgent { - interface ClientRequest extends http.ClientRequest { - _last?: boolean; - _hadError?: boolean; - method: string; - } - interface AgentRequestOptions { - host?: string; - path?: string; - port: number; - } - interface HttpRequestOptions extends AgentRequestOptions, Omit<http.RequestOptions, keyof AgentRequestOptions> { - secureEndpoint: false; - } - interface HttpsRequestOptions extends AgentRequestOptions, Omit<https.RequestOptions, keyof AgentRequestOptions> { - secureEndpoint: true; - } - type RequestOptions = HttpRequestOptions | HttpsRequestOptions; - type AgentLike = Pick<createAgent.Agent, 'addRequest'> | http.Agent; - type AgentCallbackReturn = Duplex | AgentLike; - type AgentCallbackCallback = (err?: Error | null, socket?: createAgent.AgentCallbackReturn) => void; - type AgentCallbackPromise = (req: createAgent.ClientRequest, opts: createAgent.RequestOptions) => createAgent.AgentCallbackReturn | Promise<createAgent.AgentCallbackReturn>; - type AgentCallback = typeof Agent.prototype.callback; - type AgentOptions = { - timeout?: number; - }; - /** - * Base `http.Agent` implementation. - * No pooling/keep-alive is implemented by default. - * - * @param {Function} callback - * @api public - */ - class Agent extends EventEmitter { - timeout: number | null; - maxFreeSockets: number; - maxTotalSockets: number; - maxSockets: number; - sockets: { - [key: string]: net.Socket[]; - }; - freeSockets: { - [key: string]: net.Socket[]; - }; - requests: { - [key: string]: http.IncomingMessage[]; - }; - options: https.AgentOptions; - private promisifiedCallback?; - private explicitDefaultPort?; - private explicitProtocol?; - constructor(callback?: createAgent.AgentCallback | createAgent.AgentOptions, _opts?: createAgent.AgentOptions); - get defaultPort(): number; - set defaultPort(v: number); - get protocol(): string; - set protocol(v: string); - callback(req: createAgent.ClientRequest, opts: createAgent.RequestOptions, fn: createAgent.AgentCallbackCallback): void; - callback(req: createAgent.ClientRequest, opts: createAgent.RequestOptions): createAgent.AgentCallbackReturn | Promise<createAgent.AgentCallbackReturn>; - /** - * Called by node-core's "_http_client.js" module when creating - * a new HTTP request with this Agent instance. - * - * @api public - */ - addRequest(req: ClientRequest, _opts: RequestOptions): void; - freeSocket(socket: net.Socket, opts: AgentOptions): void; - destroy(): void; - } -} -export = createAgent; diff --git a/software/flow/node_modules/npm/node_modules/agent-base/dist/src/index.js b/software/flow/node_modules/npm/node_modules/agent-base/dist/src/index.js deleted file mode 100644 index bfd9e22..0000000 --- a/software/flow/node_modules/npm/node_modules/agent-base/dist/src/index.js +++ /dev/null @@ -1,203 +0,0 @@ -"use strict"; -var __importDefault = (this && this.__importDefault) || function (mod) { - return (mod && mod.__esModule) ? mod : { "default": mod }; -}; -const events_1 = require("events"); -const debug_1 = __importDefault(require("debug")); -const promisify_1 = __importDefault(require("./promisify")); -const debug = debug_1.default('agent-base'); -function isAgent(v) { - return Boolean(v) && typeof v.addRequest === 'function'; -} -function isSecureEndpoint() { - const { stack } = new Error(); - if (typeof stack !== 'string') - return false; - return stack.split('\n').some(l => l.indexOf('(https.js:') !== -1 || l.indexOf('node:https:') !== -1); -} -function createAgent(callback, opts) { - return new createAgent.Agent(callback, opts); -} -(function (createAgent) { - /** - * Base `http.Agent` implementation. - * No pooling/keep-alive is implemented by default. - * - * @param {Function} callback - * @api public - */ - class Agent extends events_1.EventEmitter { - constructor(callback, _opts) { - super(); - let opts = _opts; - if (typeof callback === 'function') { - this.callback = callback; - } - else if (callback) { - opts = callback; - } - // Timeout for the socket to be returned from the callback - this.timeout = null; - if (opts && typeof opts.timeout === 'number') { - this.timeout = opts.timeout; - } - // These aren't actually used by `agent-base`, but are required - // for the TypeScript definition files in `@types/node` :/ - this.maxFreeSockets = 1; - this.maxSockets = 1; - this.maxTotalSockets = Infinity; - this.sockets = {}; - this.freeSockets = {}; - this.requests = {}; - this.options = {}; - } - get defaultPort() { - if (typeof this.explicitDefaultPort === 'number') { - return this.explicitDefaultPort; - } - return isSecureEndpoint() ? 443 : 80; - } - set defaultPort(v) { - this.explicitDefaultPort = v; - } - get protocol() { - if (typeof this.explicitProtocol === 'string') { - return this.explicitProtocol; - } - return isSecureEndpoint() ? 'https:' : 'http:'; - } - set protocol(v) { - this.explicitProtocol = v; - } - callback(req, opts, fn) { - throw new Error('"agent-base" has no default implementation, you must subclass and override `callback()`'); - } - /** - * Called by node-core's "_http_client.js" module when creating - * a new HTTP request with this Agent instance. - * - * @api public - */ - addRequest(req, _opts) { - const opts = Object.assign({}, _opts); - if (typeof opts.secureEndpoint !== 'boolean') { - opts.secureEndpoint = isSecureEndpoint(); - } - if (opts.host == null) { - opts.host = 'localhost'; - } - if (opts.port == null) { - opts.port = opts.secureEndpoint ? 443 : 80; - } - if (opts.protocol == null) { - opts.protocol = opts.secureEndpoint ? 'https:' : 'http:'; - } - if (opts.host && opts.path) { - // If both a `host` and `path` are specified then it's most - // likely the result of a `url.parse()` call... we need to - // remove the `path` portion so that `net.connect()` doesn't - // attempt to open that as a unix socket file. - delete opts.path; - } - delete opts.agent; - delete opts.hostname; - delete opts._defaultAgent; - delete opts.defaultPort; - delete opts.createConnection; - // Hint to use "Connection: close" - // XXX: non-documented `http` module API :( - req._last = true; - req.shouldKeepAlive = false; - let timedOut = false; - let timeoutId = null; - const timeoutMs = opts.timeout || this.timeout; - const onerror = (err) => { - if (req._hadError) - return; - req.emit('error', err); - // For Safety. Some additional errors might fire later on - // and we need to make sure we don't double-fire the error event. - req._hadError = true; - }; - const ontimeout = () => { - timeoutId = null; - timedOut = true; - const err = new Error(`A "socket" was not created for HTTP request before ${timeoutMs}ms`); - err.code = 'ETIMEOUT'; - onerror(err); - }; - const callbackError = (err) => { - if (timedOut) - return; - if (timeoutId !== null) { - clearTimeout(timeoutId); - timeoutId = null; - } - onerror(err); - }; - const onsocket = (socket) => { - if (timedOut) - return; - if (timeoutId != null) { - clearTimeout(timeoutId); - timeoutId = null; - } - if (isAgent(socket)) { - // `socket` is actually an `http.Agent` instance, so - // relinquish responsibility for this `req` to the Agent - // from here on - debug('Callback returned another Agent instance %o', socket.constructor.name); - socket.addRequest(req, opts); - return; - } - if (socket) { - socket.once('free', () => { - this.freeSocket(socket, opts); - }); - req.onSocket(socket); - return; - } - const err = new Error(`no Duplex stream was returned to agent-base for \`${req.method} ${req.path}\``); - onerror(err); - }; - if (typeof this.callback !== 'function') { - onerror(new Error('`callback` is not defined')); - return; - } - if (!this.promisifiedCallback) { - if (this.callback.length >= 3) { - debug('Converting legacy callback function to promise'); - this.promisifiedCallback = promisify_1.default(this.callback); - } - else { - this.promisifiedCallback = this.callback; - } - } - if (typeof timeoutMs === 'number' && timeoutMs > 0) { - timeoutId = setTimeout(ontimeout, timeoutMs); - } - if ('port' in opts && typeof opts.port !== 'number') { - opts.port = Number(opts.port); - } - try { - debug('Resolving socket for %o request: %o', opts.protocol, `${req.method} ${req.path}`); - Promise.resolve(this.promisifiedCallback(req, opts)).then(onsocket, callbackError); - } - catch (err) { - Promise.reject(err).catch(callbackError); - } - } - freeSocket(socket, opts) { - debug('Freeing socket %o %o', socket.constructor.name, opts); - socket.destroy(); - } - destroy() { - debug('Destroying agent %o', this.constructor.name); - } - } - createAgent.Agent = Agent; - // So that `instanceof` works correctly - createAgent.prototype = createAgent.Agent.prototype; -})(createAgent || (createAgent = {})); -module.exports = createAgent; -//# sourceMappingURL=index.js.map \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/agent-base/dist/src/index.js.map b/software/flow/node_modules/npm/node_modules/agent-base/dist/src/index.js.map deleted file mode 100644 index bd118ab..0000000 --- a/software/flow/node_modules/npm/node_modules/agent-base/dist/src/index.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;;AAIA,mCAAsC;AACtC,kDAAgC;AAChC,4DAAoC;AAEpC,MAAM,KAAK,GAAG,eAAW,CAAC,YAAY,CAAC,CAAC;AAExC,SAAS,OAAO,CAAC,CAAM;IACtB,OAAO,OAAO,CAAC,CAAC,CAAC,IAAI,OAAO,CAAC,CAAC,UAAU,KAAK,UAAU,CAAC;AACzD,CAAC;AAED,SAAS,gBAAgB;IACxB,MAAM,EAAE,KAAK,EAAE,GAAG,IAAI,KAAK,EAAE,CAAC;IAC9B,IAAI,OAAO,KAAK,KAAK,QAAQ;QAAE,OAAO,KAAK,CAAC;IAC5C,OAAO,KAAK,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,OAAO,CAAC,YAAY,CAAC,KAAK,CAAC,CAAC,IAAK,CAAC,CAAC,OAAO,CAAC,aAAa,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;AACxG,CAAC;AAOD,SAAS,WAAW,CACnB,QAA+D,EAC/D,IAA+B;IAE/B,OAAO,IAAI,WAAW,CAAC,KAAK,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC;AAC9C,CAAC;AAED,WAAU,WAAW;IAmDpB;;;;;;OAMG;IACH,MAAa,KAAM,SAAQ,qBAAY;QAmBtC,YACC,QAA+D,EAC/D,KAAgC;YAEhC,KAAK,EAAE,CAAC;YAER,IAAI,IAAI,GAAG,KAAK,CAAC;YACjB,IAAI,OAAO,QAAQ,KAAK,UAAU,EAAE;gBACnC,IAAI,CAAC,QAAQ,GAAG,QAAQ,CAAC;aACzB;iBAAM,IAAI,QAAQ,EAAE;gBACpB,IAAI,GAAG,QAAQ,CAAC;aAChB;YAED,0DAA0D;YAC1D,IAAI,CAAC,OAAO,GAAG,IAAI,CAAC;YACpB,IAAI,IAAI,IAAI,OAAO,IAAI,CAAC,OAAO,KAAK,QAAQ,EAAE;gBAC7C,IAAI,CAAC,OAAO,GAAG,IAAI,CAAC,OAAO,CAAC;aAC5B;YAED,+DAA+D;YAC/D,0DAA0D;YAC1D,IAAI,CAAC,cAAc,GAAG,CAAC,CAAC;YACxB,IAAI,CAAC,UAAU,GAAG,CAAC,CAAC;YACpB,IAAI,CAAC,eAAe,GAAG,QAAQ,CAAC;YAChC,IAAI,CAAC,OAAO,GAAG,EAAE,CAAC;YAClB,IAAI,CAAC,WAAW,GAAG,EAAE,CAAC;YACtB,IAAI,CAAC,QAAQ,GAAG,EAAE,CAAC;YACnB,IAAI,CAAC,OAAO,GAAG,EAAE,CAAC;QACnB,CAAC;QAED,IAAI,WAAW;YACd,IAAI,OAAO,IAAI,CAAC,mBAAmB,KAAK,QAAQ,EAAE;gBACjD,OAAO,IAAI,CAAC,mBAAmB,CAAC;aAChC;YACD,OAAO,gBAAgB,EAAE,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC;QACtC,CAAC;QAED,IAAI,WAAW,CAAC,CAAS;YACxB,IAAI,CAAC,mBAAmB,GAAG,CAAC,CAAC;QAC9B,CAAC;QAED,IAAI,QAAQ;YACX,IAAI,OAAO,IAAI,CAAC,gBAAgB,KAAK,QAAQ,EAAE;gBAC9C,OAAO,IAAI,CAAC,gBAAgB,CAAC;aAC7B;YACD,OAAO,gBAAgB,EAAE,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,OAAO,CAAC;QAChD,CAAC;QAED,IAAI,QAAQ,CAAC,CAAS;YACrB,IAAI,CAAC,gBAAgB,GAAG,CAAC,CAAC;QAC3B,CAAC;QAaD,QAAQ,CACP,GAA8B,EAC9B,IAA8B,EAC9B,EAAsC;YAKtC,MAAM,IAAI,KAAK,CACd,yFAAyF,CACzF,CAAC;QACH,CAAC;QAED;;;;;WAKG;QACH,UAAU,CAAC,GAAkB,EAAE,KAAqB;YACnD,MAAM,IAAI,qBAAwB,KAAK,CAAE,CAAC;YAE1C,IAAI,OAAO,IAAI,CAAC,cAAc,KAAK,SAAS,EAAE;gBAC7C,IAAI,CAAC,cAAc,GAAG,gBAAgB,EAAE,CAAC;aACzC;YAED,IAAI,IAAI,CAAC,IAAI,IAAI,IAAI,EAAE;gBACtB,IAAI,CAAC,IAAI,GAAG,WAAW,CAAC;aACxB;YAED,IAAI,IAAI,CAAC,IAAI,IAAI,IAAI,EAAE;gBACtB,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC;aAC3C;YAED,IAAI,IAAI,CAAC,QAAQ,IAAI,IAAI,EAAE;gBAC1B,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,OAAO,CAAC;aACzD;YAED,IAAI,IAAI,CAAC,IAAI,IAAI,IAAI,CAAC,IAAI,EAAE;gBAC3B,2DAA2D;gBAC3D,0DAA0D;gBAC1D,4DAA4D;gBAC5D,8CAA8C;gBAC9C,OAAO,IAAI,CAAC,IAAI,CAAC;aACjB;YAED,OAAO,IAAI,CAAC,KAAK,CAAC;YAClB,OAAO,IAAI,CAAC,QAAQ,CAAC;YACrB,OAAO,IAAI,CAAC,aAAa,CAAC;YAC1B,OAAO,IAAI,CAAC,WAAW,CAAC;YACxB,OAAO,IAAI,CAAC,gBAAgB,CAAC;YAE7B,kCAAkC;YAClC,2CAA2C;YAC3C,GAAG,CAAC,KAAK,GAAG,IAAI,CAAC;YACjB,GAAG,CAAC,eAAe,GAAG,KAAK,CAAC;YAE5B,IAAI,QAAQ,GAAG,KAAK,CAAC;YACrB,IAAI,SAAS,GAAyC,IAAI,CAAC;YAC3D,MAAM,SAAS,GAAG,IAAI,CAAC,OAAO,IAAI,IAAI,CAAC,OAAO,CAAC;YAE/C,MAAM,OAAO,GAAG,CAAC,GAA0B,EAAE,EAAE;gBAC9C,IAAI,GAAG,CAAC,SAAS;oBAAE,OAAO;gBAC1B,GAAG,CAAC,IAAI,CAAC,OAAO,EAAE,GAAG,CAAC,CAAC;gBACvB,yDAAyD;gBACzD,iEAAiE;gBACjE,GAAG,CAAC,SAAS,GAAG,IAAI,CAAC;YACtB,CAAC,CAAC;YAEF,MAAM,SAAS,GAAG,GAAG,EAAE;gBACtB,SAAS,GAAG,IAAI,CAAC;gBACjB,QAAQ,GAAG,IAAI,CAAC;gBAChB,MAAM,GAAG,GAA0B,IAAI,KAAK,CAC3C,sDAAsD,SAAS,IAAI,CACnE,CAAC;gBACF,GAAG,CAAC,IAAI,GAAG,UAAU,CAAC;gBACtB,OAAO,CAAC,GAAG,CAAC,CAAC;YACd,CAAC,CAAC;YAEF,MAAM,aAAa,GAAG,CAAC,GAA0B,EAAE,EAAE;gBACpD,IAAI,QAAQ;oBAAE,OAAO;gBACrB,IAAI,SAAS,KAAK,IAAI,EAAE;oBACvB,YAAY,CAAC,SAAS,CAAC,CAAC;oBACxB,SAAS,GAAG,IAAI,CAAC;iBACjB;gBACD,OAAO,CAAC,GAAG,CAAC,CAAC;YACd,CAAC,CAAC;YAEF,MAAM,QAAQ,GAAG,CAAC,MAA2B,EAAE,EAAE;gBAChD,IAAI,QAAQ;oBAAE,OAAO;gBACrB,IAAI,SAAS,IAAI,IAAI,EAAE;oBACtB,YAAY,CAAC,SAAS,CAAC,CAAC;oBACxB,SAAS,GAAG,IAAI,CAAC;iBACjB;gBAED,IAAI,OAAO,CAAC,MAAM,CAAC,EAAE;oBACpB,oDAAoD;oBACpD,wDAAwD;oBACxD,eAAe;oBACf,KAAK,CACJ,6CAA6C,EAC7C,MAAM,CAAC,WAAW,CAAC,IAAI,CACvB,CAAC;oBACD,MAA4B,CAAC,UAAU,CAAC,GAAG,EAAE,IAAI,CAAC,CAAC;oBACpD,OAAO;iBACP;gBAED,IAAI,MAAM,EAAE;oBACX,MAAM,CAAC,IAAI,CAAC,MAAM,EAAE,GAAG,EAAE;wBACxB,IAAI,CAAC,UAAU,CAAC,MAAoB,EAAE,IAAI,CAAC,CAAC;oBAC7C,CAAC,CAAC,CAAC;oBACH,GAAG,CAAC,QAAQ,CAAC,MAAoB,CAAC,CAAC;oBACnC,OAAO;iBACP;gBAED,MAAM,GAAG,GAAG,IAAI,KAAK,CACpB,qDAAqD,GAAG,CAAC,MAAM,IAAI,GAAG,CAAC,IAAI,IAAI,CAC/E,CAAC;gBACF,OAAO,CAAC,GAAG,CAAC,CAAC;YACd,CAAC,CAAC;YAEF,IAAI,OAAO,IAAI,CAAC,QAAQ,KAAK,UAAU,EAAE;gBACxC,OAAO,CAAC,IAAI,KAAK,CAAC,2BAA2B,CAAC,CAAC,CAAC;gBAChD,OAAO;aACP;YAED,IAAI,CAAC,IAAI,CAAC,mBAAmB,EAAE;gBAC9B,IAAI,IAAI,CAAC,QAAQ,CAAC,MAAM,IAAI,CAAC,EAAE;oBAC9B,KAAK,CAAC,gDAAgD,CAAC,CAAC;oBACxD,IAAI,CAAC,mBAAmB,GAAG,mBAAS,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;iBACpD;qBAAM;oBACN,IAAI,CAAC,mBAAmB,GAAG,IAAI,CAAC,QAAQ,CAAC;iBACzC;aACD;YAED,IAAI,OAAO,SAAS,KAAK,QAAQ,IAAI,SAAS,GAAG,CAAC,EAAE;gBACnD,SAAS,GAAG,UAAU,CAAC,SAAS,EAAE,SAAS,CAAC,CAAC;aAC7C;YAED,IAAI,MAAM,IAAI,IAAI,IAAI,OAAO,IAAI,CAAC,IAAI,KAAK,QAAQ,EAAE;gBACpD,IAAI,CAAC,IAAI,GAAG,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;aAC9B;YAED,IAAI;gBACH,KAAK,CACJ,qCAAqC,EACrC,IAAI,CAAC,QAAQ,EACb,GAAG,GAAG,CAAC,MAAM,IAAI,GAAG,CAAC,IAAI,EAAE,CAC3B,CAAC;gBACF,OAAO,CAAC,OAAO,CAAC,IAAI,CAAC,mBAAmB,CAAC,GAAG,EAAE,IAAI,CAAC,CAAC,CAAC,IAAI,CACxD,QAAQ,EACR,aAAa,CACb,CAAC;aACF;YAAC,OAAO,GAAG,EAAE;gBACb,OAAO,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC;aACzC;QACF,CAAC;QAED,UAAU,CAAC,MAAkB,EAAE,IAAkB;YAChD,KAAK,CAAC,sBAAsB,EAAE,MAAM,CAAC,WAAW,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;YAC7D,MAAM,CAAC,OAAO,EAAE,CAAC;QAClB,CAAC;QAED,OAAO;YACN,KAAK,CAAC,qBAAqB,EAAE,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;QACrD,CAAC;KACD;IAxPY,iBAAK,QAwPjB,CAAA;IAED,uCAAuC;IACvC,WAAW,CAAC,SAAS,GAAG,WAAW,CAAC,KAAK,CAAC,SAAS,CAAC;AACrD,CAAC,EAtTS,WAAW,KAAX,WAAW,QAsTpB;AAED,iBAAS,WAAW,CAAC"} \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/agent-base/dist/src/promisify.d.ts b/software/flow/node_modules/npm/node_modules/agent-base/dist/src/promisify.d.ts deleted file mode 100644 index 0268869..0000000 --- a/software/flow/node_modules/npm/node_modules/agent-base/dist/src/promisify.d.ts +++ /dev/null @@ -1,4 +0,0 @@ -import { ClientRequest, RequestOptions, AgentCallbackCallback, AgentCallbackPromise } from './index'; -declare type LegacyCallback = (req: ClientRequest, opts: RequestOptions, fn: AgentCallbackCallback) => void; -export default function promisify(fn: LegacyCallback): AgentCallbackPromise; -export {}; diff --git a/software/flow/node_modules/npm/node_modules/agent-base/dist/src/promisify.js b/software/flow/node_modules/npm/node_modules/agent-base/dist/src/promisify.js deleted file mode 100644 index b2f6132..0000000 --- a/software/flow/node_modules/npm/node_modules/agent-base/dist/src/promisify.js +++ /dev/null @@ -1,18 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -function promisify(fn) { - return function (req, opts) { - return new Promise((resolve, reject) => { - fn.call(this, req, opts, (err, rtn) => { - if (err) { - reject(err); - } - else { - resolve(rtn); - } - }); - }); - }; -} -exports.default = promisify; -//# sourceMappingURL=promisify.js.map \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/agent-base/dist/src/promisify.js.map b/software/flow/node_modules/npm/node_modules/agent-base/dist/src/promisify.js.map deleted file mode 100644 index 4bff9bf..0000000 --- a/software/flow/node_modules/npm/node_modules/agent-base/dist/src/promisify.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"promisify.js","sourceRoot":"","sources":["../../src/promisify.ts"],"names":[],"mappings":";;AAeA,SAAwB,SAAS,CAAC,EAAkB;IACnD,OAAO,UAAsB,GAAkB,EAAE,IAAoB;QACpE,OAAO,IAAI,OAAO,CAAC,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE;YACtC,EAAE,CAAC,IAAI,CACN,IAAI,EACJ,GAAG,EACH,IAAI,EACJ,CAAC,GAA6B,EAAE,GAAyB,EAAE,EAAE;gBAC5D,IAAI,GAAG,EAAE;oBACR,MAAM,CAAC,GAAG,CAAC,CAAC;iBACZ;qBAAM;oBACN,OAAO,CAAC,GAAG,CAAC,CAAC;iBACb;YACF,CAAC,CACD,CAAC;QACH,CAAC,CAAC,CAAC;IACJ,CAAC,CAAC;AACH,CAAC;AAjBD,4BAiBC"} \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/agent-base/package.json b/software/flow/node_modules/npm/node_modules/agent-base/package.json deleted file mode 100644 index fadce3a..0000000 --- a/software/flow/node_modules/npm/node_modules/agent-base/package.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "name": "agent-base", - "version": "6.0.2", - "description": "Turn a function into an `http.Agent` instance", - "main": "dist/src/index", - "typings": "dist/src/index", - "files": [ - "dist/src", - "src" - ], - "scripts": { - "prebuild": "rimraf dist", - "build": "tsc", - "postbuild": "cpy --parents src test '!**/*.ts' dist", - "test": "mocha --reporter spec dist/test/*.js", - "test-lint": "eslint src --ext .js,.ts", - "prepublishOnly": "npm run build" - }, - "repository": { - "type": "git", - "url": "git://github.com/TooTallNate/node-agent-base.git" - }, - "keywords": [ - "http", - "agent", - "base", - "barebones", - "https" - ], - "author": "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/)", - "license": "MIT", - "bugs": { - "url": "https://github.com/TooTallNate/node-agent-base/issues" - }, - "dependencies": { - "debug": "4" - }, - "devDependencies": { - "@types/debug": "4", - "@types/mocha": "^5.2.7", - "@types/node": "^14.0.20", - "@types/semver": "^7.1.0", - "@types/ws": "^6.0.3", - "@typescript-eslint/eslint-plugin": "1.6.0", - "@typescript-eslint/parser": "1.1.0", - "async-listen": "^1.2.0", - "cpy-cli": "^2.0.0", - "eslint": "5.16.0", - "eslint-config-airbnb": "17.1.0", - "eslint-config-prettier": "4.1.0", - "eslint-import-resolver-typescript": "1.1.1", - "eslint-plugin-import": "2.16.0", - "eslint-plugin-jsx-a11y": "6.2.1", - "eslint-plugin-react": "7.12.4", - "mocha": "^6.2.0", - "rimraf": "^3.0.0", - "semver": "^7.1.2", - "typescript": "^3.5.3", - "ws": "^3.0.0" - }, - "engines": { - "node": ">= 6.0.0" - } -} diff --git a/software/flow/node_modules/npm/node_modules/agent-base/src/index.ts b/software/flow/node_modules/npm/node_modules/agent-base/src/index.ts deleted file mode 100644 index a47ccd4..0000000 --- a/software/flow/node_modules/npm/node_modules/agent-base/src/index.ts +++ /dev/null @@ -1,345 +0,0 @@ -import net from 'net'; -import http from 'http'; -import https from 'https'; -import { Duplex } from 'stream'; -import { EventEmitter } from 'events'; -import createDebug from 'debug'; -import promisify from './promisify'; - -const debug = createDebug('agent-base'); - -function isAgent(v: any): v is createAgent.AgentLike { - return Boolean(v) && typeof v.addRequest === 'function'; -} - -function isSecureEndpoint(): boolean { - const { stack } = new Error(); - if (typeof stack !== 'string') return false; - return stack.split('\n').some(l => l.indexOf('(https.js:') !== -1 || l.indexOf('node:https:') !== -1); -} - -function createAgent(opts?: createAgent.AgentOptions): createAgent.Agent; -function createAgent( - callback: createAgent.AgentCallback, - opts?: createAgent.AgentOptions -): createAgent.Agent; -function createAgent( - callback?: createAgent.AgentCallback | createAgent.AgentOptions, - opts?: createAgent.AgentOptions -) { - return new createAgent.Agent(callback, opts); -} - -namespace createAgent { - export interface ClientRequest extends http.ClientRequest { - _last?: boolean; - _hadError?: boolean; - method: string; - } - - export interface AgentRequestOptions { - host?: string; - path?: string; - // `port` on `http.RequestOptions` can be a string or undefined, - // but `net.TcpNetConnectOpts` expects only a number - port: number; - } - - export interface HttpRequestOptions - extends AgentRequestOptions, - Omit<http.RequestOptions, keyof AgentRequestOptions> { - secureEndpoint: false; - } - - export interface HttpsRequestOptions - extends AgentRequestOptions, - Omit<https.RequestOptions, keyof AgentRequestOptions> { - secureEndpoint: true; - } - - export type RequestOptions = HttpRequestOptions | HttpsRequestOptions; - - export type AgentLike = Pick<createAgent.Agent, 'addRequest'> | http.Agent; - - export type AgentCallbackReturn = Duplex | AgentLike; - - export type AgentCallbackCallback = ( - err?: Error | null, - socket?: createAgent.AgentCallbackReturn - ) => void; - - export type AgentCallbackPromise = ( - req: createAgent.ClientRequest, - opts: createAgent.RequestOptions - ) => - | createAgent.AgentCallbackReturn - | Promise<createAgent.AgentCallbackReturn>; - - export type AgentCallback = typeof Agent.prototype.callback; - - export type AgentOptions = { - timeout?: number; - }; - - /** - * Base `http.Agent` implementation. - * No pooling/keep-alive is implemented by default. - * - * @param {Function} callback - * @api public - */ - export class Agent extends EventEmitter { - public timeout: number | null; - public maxFreeSockets: number; - public maxTotalSockets: number; - public maxSockets: number; - public sockets: { - [key: string]: net.Socket[]; - }; - public freeSockets: { - [key: string]: net.Socket[]; - }; - public requests: { - [key: string]: http.IncomingMessage[]; - }; - public options: https.AgentOptions; - private promisifiedCallback?: createAgent.AgentCallbackPromise; - private explicitDefaultPort?: number; - private explicitProtocol?: string; - - constructor( - callback?: createAgent.AgentCallback | createAgent.AgentOptions, - _opts?: createAgent.AgentOptions - ) { - super(); - - let opts = _opts; - if (typeof callback === 'function') { - this.callback = callback; - } else if (callback) { - opts = callback; - } - - // Timeout for the socket to be returned from the callback - this.timeout = null; - if (opts && typeof opts.timeout === 'number') { - this.timeout = opts.timeout; - } - - // These aren't actually used by `agent-base`, but are required - // for the TypeScript definition files in `@types/node` :/ - this.maxFreeSockets = 1; - this.maxSockets = 1; - this.maxTotalSockets = Infinity; - this.sockets = {}; - this.freeSockets = {}; - this.requests = {}; - this.options = {}; - } - - get defaultPort(): number { - if (typeof this.explicitDefaultPort === 'number') { - return this.explicitDefaultPort; - } - return isSecureEndpoint() ? 443 : 80; - } - - set defaultPort(v: number) { - this.explicitDefaultPort = v; - } - - get protocol(): string { - if (typeof this.explicitProtocol === 'string') { - return this.explicitProtocol; - } - return isSecureEndpoint() ? 'https:' : 'http:'; - } - - set protocol(v: string) { - this.explicitProtocol = v; - } - - callback( - req: createAgent.ClientRequest, - opts: createAgent.RequestOptions, - fn: createAgent.AgentCallbackCallback - ): void; - callback( - req: createAgent.ClientRequest, - opts: createAgent.RequestOptions - ): - | createAgent.AgentCallbackReturn - | Promise<createAgent.AgentCallbackReturn>; - callback( - req: createAgent.ClientRequest, - opts: createAgent.AgentOptions, - fn?: createAgent.AgentCallbackCallback - ): - | createAgent.AgentCallbackReturn - | Promise<createAgent.AgentCallbackReturn> - | void { - throw new Error( - '"agent-base" has no default implementation, you must subclass and override `callback()`' - ); - } - - /** - * Called by node-core's "_http_client.js" module when creating - * a new HTTP request with this Agent instance. - * - * @api public - */ - addRequest(req: ClientRequest, _opts: RequestOptions): void { - const opts: RequestOptions = { ..._opts }; - - if (typeof opts.secureEndpoint !== 'boolean') { - opts.secureEndpoint = isSecureEndpoint(); - } - - if (opts.host == null) { - opts.host = 'localhost'; - } - - if (opts.port == null) { - opts.port = opts.secureEndpoint ? 443 : 80; - } - - if (opts.protocol == null) { - opts.protocol = opts.secureEndpoint ? 'https:' : 'http:'; - } - - if (opts.host && opts.path) { - // If both a `host` and `path` are specified then it's most - // likely the result of a `url.parse()` call... we need to - // remove the `path` portion so that `net.connect()` doesn't - // attempt to open that as a unix socket file. - delete opts.path; - } - - delete opts.agent; - delete opts.hostname; - delete opts._defaultAgent; - delete opts.defaultPort; - delete opts.createConnection; - - // Hint to use "Connection: close" - // XXX: non-documented `http` module API :( - req._last = true; - req.shouldKeepAlive = false; - - let timedOut = false; - let timeoutId: ReturnType<typeof setTimeout> | null = null; - const timeoutMs = opts.timeout || this.timeout; - - const onerror = (err: NodeJS.ErrnoException) => { - if (req._hadError) return; - req.emit('error', err); - // For Safety. Some additional errors might fire later on - // and we need to make sure we don't double-fire the error event. - req._hadError = true; - }; - - const ontimeout = () => { - timeoutId = null; - timedOut = true; - const err: NodeJS.ErrnoException = new Error( - `A "socket" was not created for HTTP request before ${timeoutMs}ms` - ); - err.code = 'ETIMEOUT'; - onerror(err); - }; - - const callbackError = (err: NodeJS.ErrnoException) => { - if (timedOut) return; - if (timeoutId !== null) { - clearTimeout(timeoutId); - timeoutId = null; - } - onerror(err); - }; - - const onsocket = (socket: AgentCallbackReturn) => { - if (timedOut) return; - if (timeoutId != null) { - clearTimeout(timeoutId); - timeoutId = null; - } - - if (isAgent(socket)) { - // `socket` is actually an `http.Agent` instance, so - // relinquish responsibility for this `req` to the Agent - // from here on - debug( - 'Callback returned another Agent instance %o', - socket.constructor.name - ); - (socket as createAgent.Agent).addRequest(req, opts); - return; - } - - if (socket) { - socket.once('free', () => { - this.freeSocket(socket as net.Socket, opts); - }); - req.onSocket(socket as net.Socket); - return; - } - - const err = new Error( - `no Duplex stream was returned to agent-base for \`${req.method} ${req.path}\`` - ); - onerror(err); - }; - - if (typeof this.callback !== 'function') { - onerror(new Error('`callback` is not defined')); - return; - } - - if (!this.promisifiedCallback) { - if (this.callback.length >= 3) { - debug('Converting legacy callback function to promise'); - this.promisifiedCallback = promisify(this.callback); - } else { - this.promisifiedCallback = this.callback; - } - } - - if (typeof timeoutMs === 'number' && timeoutMs > 0) { - timeoutId = setTimeout(ontimeout, timeoutMs); - } - - if ('port' in opts && typeof opts.port !== 'number') { - opts.port = Number(opts.port); - } - - try { - debug( - 'Resolving socket for %o request: %o', - opts.protocol, - `${req.method} ${req.path}` - ); - Promise.resolve(this.promisifiedCallback(req, opts)).then( - onsocket, - callbackError - ); - } catch (err) { - Promise.reject(err).catch(callbackError); - } - } - - freeSocket(socket: net.Socket, opts: AgentOptions) { - debug('Freeing socket %o %o', socket.constructor.name, opts); - socket.destroy(); - } - - destroy() { - debug('Destroying agent %o', this.constructor.name); - } - } - - // So that `instanceof` works correctly - createAgent.prototype = createAgent.Agent.prototype; -} - -export = createAgent; diff --git a/software/flow/node_modules/npm/node_modules/agent-base/src/promisify.ts b/software/flow/node_modules/npm/node_modules/agent-base/src/promisify.ts deleted file mode 100644 index 60cc662..0000000 --- a/software/flow/node_modules/npm/node_modules/agent-base/src/promisify.ts +++ /dev/null @@ -1,33 +0,0 @@ -import { - Agent, - ClientRequest, - RequestOptions, - AgentCallbackCallback, - AgentCallbackPromise, - AgentCallbackReturn -} from './index'; - -type LegacyCallback = ( - req: ClientRequest, - opts: RequestOptions, - fn: AgentCallbackCallback -) => void; - -export default function promisify(fn: LegacyCallback): AgentCallbackPromise { - return function(this: Agent, req: ClientRequest, opts: RequestOptions) { - return new Promise((resolve, reject) => { - fn.call( - this, - req, - opts, - (err: Error | null | undefined, rtn?: AgentCallbackReturn) => { - if (err) { - reject(err); - } else { - resolve(rtn); - } - } - ); - }); - }; -} diff --git a/software/flow/node_modules/npm/node_modules/agentkeepalive/LICENSE b/software/flow/node_modules/npm/node_modules/agentkeepalive/LICENSE deleted file mode 100644 index 941258c..0000000 --- a/software/flow/node_modules/npm/node_modules/agentkeepalive/LICENSE +++ /dev/null @@ -1,23 +0,0 @@ -The MIT License - -Copyright(c) node-modules and other contributors. -Copyright(c) 2012 - 2015 fengmk2 <fengmk2@gmail.com> - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -'Software'), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/agentkeepalive/browser.js b/software/flow/node_modules/npm/node_modules/agentkeepalive/browser.js deleted file mode 100644 index 29c9398..0000000 --- a/software/flow/node_modules/npm/node_modules/agentkeepalive/browser.js +++ /dev/null @@ -1,5 +0,0 @@ -module.exports = noop; -module.exports.HttpsAgent = noop; - -// Noop function for browser since native api's don't use agents. -function noop () {} diff --git a/software/flow/node_modules/npm/node_modules/agentkeepalive/index.d.ts b/software/flow/node_modules/npm/node_modules/agentkeepalive/index.d.ts deleted file mode 100644 index c2ce7d2..0000000 --- a/software/flow/node_modules/npm/node_modules/agentkeepalive/index.d.ts +++ /dev/null @@ -1,62 +0,0 @@ -import * as http from 'http'; -import * as https from 'https'; - -interface PlainObject { - [key: string]: any; -} - -declare class HttpAgent extends http.Agent { - constructor(opts?: AgentKeepAlive.HttpOptions); - readonly statusChanged: boolean; - createSocket(req: http.IncomingMessage, options: http.RequestOptions, cb: Function): void; - getCurrentStatus(): AgentKeepAlive.AgentStatus; -} - -interface Constants { - CURRENT_ID: Symbol; - CREATE_ID: Symbol; - INIT_SOCKET: Symbol; - CREATE_HTTPS_CONNECTION: Symbol; - SOCKET_CREATED_TIME: Symbol; - SOCKET_NAME: Symbol; - SOCKET_REQUEST_COUNT: Symbol; - SOCKET_REQUEST_FINISHED_COUNT: Symbol; -} - -declare class AgentKeepAlive extends HttpAgent {} - -declare namespace AgentKeepAlive { - export interface AgentStatus { - createSocketCount: number; - createSocketErrorCount: number; - closeSocketCount: number; - errorSocketCount: number; - timeoutSocketCount: number; - requestCount: number; - freeSockets: PlainObject; - sockets: PlainObject; - requests: PlainObject; - } - - interface CommonHttpOption { - keepAlive?: boolean | undefined; - freeSocketTimeout?: number | undefined; - freeSocketKeepAliveTimeout?: number | undefined; - timeout?: number | undefined; - socketActiveTTL?: number | undefined; - } - - export interface HttpOptions extends http.AgentOptions, CommonHttpOption { } - export interface HttpsOptions extends https.AgentOptions, CommonHttpOption { } - - export class HttpsAgent extends https.Agent { - constructor(opts?: HttpsOptions); - readonly statusChanged: boolean; - createSocket(req: http.IncomingMessage, options: http.RequestOptions, cb: Function): void; - getCurrentStatus(): AgentStatus; - } - - export const constants: Constants; -} - -export = AgentKeepAlive; diff --git a/software/flow/node_modules/npm/node_modules/agentkeepalive/index.js b/software/flow/node_modules/npm/node_modules/agentkeepalive/index.js deleted file mode 100644 index 6ca1513..0000000 --- a/software/flow/node_modules/npm/node_modules/agentkeepalive/index.js +++ /dev/null @@ -1,5 +0,0 @@ -'use strict'; - -module.exports = require('./lib/agent'); -module.exports.HttpsAgent = require('./lib/https_agent'); -module.exports.constants = require('./lib/constants'); diff --git a/software/flow/node_modules/npm/node_modules/agentkeepalive/lib/agent.js b/software/flow/node_modules/npm/node_modules/agentkeepalive/lib/agent.js deleted file mode 100644 index a7065b5..0000000 --- a/software/flow/node_modules/npm/node_modules/agentkeepalive/lib/agent.js +++ /dev/null @@ -1,398 +0,0 @@ -'use strict'; - -const OriginalAgent = require('http').Agent; -const ms = require('humanize-ms'); -const debug = require('debug')('agentkeepalive'); -const deprecate = require('depd')('agentkeepalive'); -const { - INIT_SOCKET, - CURRENT_ID, - CREATE_ID, - SOCKET_CREATED_TIME, - SOCKET_NAME, - SOCKET_REQUEST_COUNT, - SOCKET_REQUEST_FINISHED_COUNT, -} = require('./constants'); - -// OriginalAgent come from -// - https://github.com/nodejs/node/blob/v8.12.0/lib/_http_agent.js -// - https://github.com/nodejs/node/blob/v10.12.0/lib/_http_agent.js - -// node <= 10 -let defaultTimeoutListenerCount = 1; -const majorVersion = parseInt(process.version.split('.', 1)[0].substring(1)); -if (majorVersion >= 11 && majorVersion <= 12) { - defaultTimeoutListenerCount = 2; -} else if (majorVersion >= 13) { - defaultTimeoutListenerCount = 3; -} - -class Agent extends OriginalAgent { - constructor(options) { - options = options || {}; - options.keepAlive = options.keepAlive !== false; - // default is keep-alive and 4s free socket timeout - // see https://medium.com/ssense-tech/reduce-networking-errors-in-nodejs-23b4eb9f2d83 - if (options.freeSocketTimeout === undefined) { - options.freeSocketTimeout = 4000; - } - // Legacy API: keepAliveTimeout should be rename to `freeSocketTimeout` - if (options.keepAliveTimeout) { - deprecate('options.keepAliveTimeout is deprecated, please use options.freeSocketTimeout instead'); - options.freeSocketTimeout = options.keepAliveTimeout; - delete options.keepAliveTimeout; - } - // Legacy API: freeSocketKeepAliveTimeout should be rename to `freeSocketTimeout` - if (options.freeSocketKeepAliveTimeout) { - deprecate('options.freeSocketKeepAliveTimeout is deprecated, please use options.freeSocketTimeout instead'); - options.freeSocketTimeout = options.freeSocketKeepAliveTimeout; - delete options.freeSocketKeepAliveTimeout; - } - - // Sets the socket to timeout after timeout milliseconds of inactivity on the socket. - // By default is double free socket timeout. - if (options.timeout === undefined) { - // make sure socket default inactivity timeout >= 8s - options.timeout = Math.max(options.freeSocketTimeout * 2, 8000); - } - - // support humanize format - options.timeout = ms(options.timeout); - options.freeSocketTimeout = ms(options.freeSocketTimeout); - options.socketActiveTTL = options.socketActiveTTL ? ms(options.socketActiveTTL) : 0; - - super(options); - - this[CURRENT_ID] = 0; - - // create socket success counter - this.createSocketCount = 0; - this.createSocketCountLastCheck = 0; - - this.createSocketErrorCount = 0; - this.createSocketErrorCountLastCheck = 0; - - this.closeSocketCount = 0; - this.closeSocketCountLastCheck = 0; - - // socket error event count - this.errorSocketCount = 0; - this.errorSocketCountLastCheck = 0; - - // request finished counter - this.requestCount = 0; - this.requestCountLastCheck = 0; - - // including free socket timeout counter - this.timeoutSocketCount = 0; - this.timeoutSocketCountLastCheck = 0; - - this.on('free', socket => { - // https://github.com/nodejs/node/pull/32000 - // Node.js native agent will check socket timeout eqs agent.options.timeout. - // Use the ttl or freeSocketTimeout to overwrite. - const timeout = this.calcSocketTimeout(socket); - if (timeout > 0 && socket.timeout !== timeout) { - socket.setTimeout(timeout); - } - }); - } - - get freeSocketKeepAliveTimeout() { - deprecate('agent.freeSocketKeepAliveTimeout is deprecated, please use agent.options.freeSocketTimeout instead'); - return this.options.freeSocketTimeout; - } - - get timeout() { - deprecate('agent.timeout is deprecated, please use agent.options.timeout instead'); - return this.options.timeout; - } - - get socketActiveTTL() { - deprecate('agent.socketActiveTTL is deprecated, please use agent.options.socketActiveTTL instead'); - return this.options.socketActiveTTL; - } - - calcSocketTimeout(socket) { - /** - * return <= 0: should free socket - * return > 0: should update socket timeout - * return undefined: not find custom timeout - */ - let freeSocketTimeout = this.options.freeSocketTimeout; - const socketActiveTTL = this.options.socketActiveTTL; - if (socketActiveTTL) { - // check socketActiveTTL - const aliveTime = Date.now() - socket[SOCKET_CREATED_TIME]; - const diff = socketActiveTTL - aliveTime; - if (diff <= 0) { - return diff; - } - if (freeSocketTimeout && diff < freeSocketTimeout) { - freeSocketTimeout = diff; - } - } - // set freeSocketTimeout - if (freeSocketTimeout) { - // set free keepalive timer - // try to use socket custom freeSocketTimeout first, support headers['keep-alive'] - // https://github.com/node-modules/urllib/blob/b76053020923f4d99a1c93cf2e16e0c5ba10bacf/lib/urllib.js#L498 - const customFreeSocketTimeout = socket.freeSocketTimeout || socket.freeSocketKeepAliveTimeout; - return customFreeSocketTimeout || freeSocketTimeout; - } - } - - keepSocketAlive(socket) { - const result = super.keepSocketAlive(socket); - // should not keepAlive, do nothing - if (!result) return result; - - const customTimeout = this.calcSocketTimeout(socket); - if (typeof customTimeout === 'undefined') { - return true; - } - if (customTimeout <= 0) { - debug('%s(requests: %s, finished: %s) free but need to destroy by TTL, request count %s, diff is %s', - socket[SOCKET_NAME], socket[SOCKET_REQUEST_COUNT], socket[SOCKET_REQUEST_FINISHED_COUNT], customTimeout); - return false; - } - if (socket.timeout !== customTimeout) { - socket.setTimeout(customTimeout); - } - return true; - } - - // only call on addRequest - reuseSocket(...args) { - // reuseSocket(socket, req) - super.reuseSocket(...args); - const socket = args[0]; - const req = args[1]; - req.reusedSocket = true; - const agentTimeout = this.options.timeout; - if (getSocketTimeout(socket) !== agentTimeout) { - // reset timeout before use - socket.setTimeout(agentTimeout); - debug('%s reset timeout to %sms', socket[SOCKET_NAME], agentTimeout); - } - socket[SOCKET_REQUEST_COUNT]++; - debug('%s(requests: %s, finished: %s) reuse on addRequest, timeout %sms', - socket[SOCKET_NAME], socket[SOCKET_REQUEST_COUNT], socket[SOCKET_REQUEST_FINISHED_COUNT], - getSocketTimeout(socket)); - } - - [CREATE_ID]() { - const id = this[CURRENT_ID]++; - if (this[CURRENT_ID] === Number.MAX_SAFE_INTEGER) this[CURRENT_ID] = 0; - return id; - } - - [INIT_SOCKET](socket, options) { - // bugfix here. - // https on node 8, 10 won't set agent.options.timeout by default - // TODO: need to fix on node itself - if (options.timeout) { - const timeout = getSocketTimeout(socket); - if (!timeout) { - socket.setTimeout(options.timeout); - } - } - - if (this.options.keepAlive) { - // Disable Nagle's algorithm: http://blog.caustik.com/2012/04/08/scaling-node-js-to-100k-concurrent-connections/ - // https://fengmk2.com/benchmark/nagle-algorithm-delayed-ack-mock.html - socket.setNoDelay(true); - } - this.createSocketCount++; - if (this.options.socketActiveTTL) { - socket[SOCKET_CREATED_TIME] = Date.now(); - } - // don't show the hole '-----BEGIN CERTIFICATE----' key string - socket[SOCKET_NAME] = `sock[${this[CREATE_ID]()}#${options._agentKey}]`.split('-----BEGIN', 1)[0]; - socket[SOCKET_REQUEST_COUNT] = 1; - socket[SOCKET_REQUEST_FINISHED_COUNT] = 0; - installListeners(this, socket, options); - } - - createConnection(options, oncreate) { - let called = false; - const onNewCreate = (err, socket) => { - if (called) return; - called = true; - - if (err) { - this.createSocketErrorCount++; - return oncreate(err); - } - this[INIT_SOCKET](socket, options); - oncreate(err, socket); - }; - - const newSocket = super.createConnection(options, onNewCreate); - if (newSocket) onNewCreate(null, newSocket); - } - - get statusChanged() { - const changed = this.createSocketCount !== this.createSocketCountLastCheck || - this.createSocketErrorCount !== this.createSocketErrorCountLastCheck || - this.closeSocketCount !== this.closeSocketCountLastCheck || - this.errorSocketCount !== this.errorSocketCountLastCheck || - this.timeoutSocketCount !== this.timeoutSocketCountLastCheck || - this.requestCount !== this.requestCountLastCheck; - if (changed) { - this.createSocketCountLastCheck = this.createSocketCount; - this.createSocketErrorCountLastCheck = this.createSocketErrorCount; - this.closeSocketCountLastCheck = this.closeSocketCount; - this.errorSocketCountLastCheck = this.errorSocketCount; - this.timeoutSocketCountLastCheck = this.timeoutSocketCount; - this.requestCountLastCheck = this.requestCount; - } - return changed; - } - - getCurrentStatus() { - return { - createSocketCount: this.createSocketCount, - createSocketErrorCount: this.createSocketErrorCount, - closeSocketCount: this.closeSocketCount, - errorSocketCount: this.errorSocketCount, - timeoutSocketCount: this.timeoutSocketCount, - requestCount: this.requestCount, - freeSockets: inspect(this.freeSockets), - sockets: inspect(this.sockets), - requests: inspect(this.requests), - }; - } -} - -// node 8 don't has timeout attribute on socket -// https://github.com/nodejs/node/pull/21204/files#diff-e6ef024c3775d787c38487a6309e491dR408 -function getSocketTimeout(socket) { - return socket.timeout || socket._idleTimeout; -} - -function installListeners(agent, socket, options) { - debug('%s create, timeout %sms', socket[SOCKET_NAME], getSocketTimeout(socket)); - - // listener socket events: close, timeout, error, free - function onFree() { - // create and socket.emit('free') logic - // https://github.com/nodejs/node/blob/master/lib/_http_agent.js#L311 - // no req on the socket, it should be the new socket - if (!socket._httpMessage && socket[SOCKET_REQUEST_COUNT] === 1) return; - - socket[SOCKET_REQUEST_FINISHED_COUNT]++; - agent.requestCount++; - debug('%s(requests: %s, finished: %s) free', - socket[SOCKET_NAME], socket[SOCKET_REQUEST_COUNT], socket[SOCKET_REQUEST_FINISHED_COUNT]); - - // should reuse on pedding requests? - const name = agent.getName(options); - if (socket.writable && agent.requests[name] && agent.requests[name].length) { - // will be reuse on agent free listener - socket[SOCKET_REQUEST_COUNT]++; - debug('%s(requests: %s, finished: %s) will be reuse on agent free event', - socket[SOCKET_NAME], socket[SOCKET_REQUEST_COUNT], socket[SOCKET_REQUEST_FINISHED_COUNT]); - } - } - socket.on('free', onFree); - - function onClose(isError) { - debug('%s(requests: %s, finished: %s) close, isError: %s', - socket[SOCKET_NAME], socket[SOCKET_REQUEST_COUNT], socket[SOCKET_REQUEST_FINISHED_COUNT], isError); - agent.closeSocketCount++; - } - socket.on('close', onClose); - - // start socket timeout handler - function onTimeout() { - // onTimeout and emitRequestTimeout(_http_client.js) - // https://github.com/nodejs/node/blob/v12.x/lib/_http_client.js#L711 - const listenerCount = socket.listeners('timeout').length; - // node <= 10, default listenerCount is 1, onTimeout - // 11 < node <= 12, default listenerCount is 2, onTimeout and emitRequestTimeout - // node >= 13, default listenerCount is 3, onTimeout, - // onTimeout(https://github.com/nodejs/node/pull/32000/files#diff-5f7fb0850412c6be189faeddea6c5359R333) - // and emitRequestTimeout - const timeout = getSocketTimeout(socket); - const req = socket._httpMessage; - const reqTimeoutListenerCount = req && req.listeners('timeout').length || 0; - debug('%s(requests: %s, finished: %s) timeout after %sms, listeners %s, defaultTimeoutListenerCount %s, hasHttpRequest %s, HttpRequest timeoutListenerCount %s', - socket[SOCKET_NAME], socket[SOCKET_REQUEST_COUNT], socket[SOCKET_REQUEST_FINISHED_COUNT], - timeout, listenerCount, defaultTimeoutListenerCount, !!req, reqTimeoutListenerCount); - if (debug.enabled) { - debug('timeout listeners: %s', socket.listeners('timeout').map(f => f.name).join(', ')); - } - agent.timeoutSocketCount++; - const name = agent.getName(options); - if (agent.freeSockets[name] && agent.freeSockets[name].indexOf(socket) !== -1) { - // free socket timeout, destroy quietly - socket.destroy(); - // Remove it from freeSockets list immediately to prevent new requests - // from being sent through this socket. - agent.removeSocket(socket, options); - debug('%s is free, destroy quietly', socket[SOCKET_NAME]); - } else { - // if there is no any request socket timeout handler, - // agent need to handle socket timeout itself. - // - // custom request socket timeout handle logic must follow these rules: - // 1. Destroy socket first - // 2. Must emit socket 'agentRemove' event tell agent remove socket - // from freeSockets list immediately. - // Otherise you may be get 'socket hang up' error when reuse - // free socket and timeout happen in the same time. - if (reqTimeoutListenerCount === 0) { - const error = new Error('Socket timeout'); - error.code = 'ERR_SOCKET_TIMEOUT'; - error.timeout = timeout; - // must manually call socket.end() or socket.destroy() to end the connection. - // https://nodejs.org/dist/latest-v10.x/docs/api/net.html#net_socket_settimeout_timeout_callback - socket.destroy(error); - agent.removeSocket(socket, options); - debug('%s destroy with timeout error', socket[SOCKET_NAME]); - } - } - } - socket.on('timeout', onTimeout); - - function onError(err) { - const listenerCount = socket.listeners('error').length; - debug('%s(requests: %s, finished: %s) error: %s, listenerCount: %s', - socket[SOCKET_NAME], socket[SOCKET_REQUEST_COUNT], socket[SOCKET_REQUEST_FINISHED_COUNT], - err, listenerCount); - agent.errorSocketCount++; - if (listenerCount === 1) { - // if socket don't contain error event handler, don't catch it, emit it again - debug('%s emit uncaught error event', socket[SOCKET_NAME]); - socket.removeListener('error', onError); - socket.emit('error', err); - } - } - socket.on('error', onError); - - function onRemove() { - debug('%s(requests: %s, finished: %s) agentRemove', - socket[SOCKET_NAME], - socket[SOCKET_REQUEST_COUNT], socket[SOCKET_REQUEST_FINISHED_COUNT]); - // We need this function for cases like HTTP 'upgrade' - // (defined by WebSockets) where we need to remove a socket from the - // pool because it'll be locked up indefinitely - socket.removeListener('close', onClose); - socket.removeListener('error', onError); - socket.removeListener('free', onFree); - socket.removeListener('timeout', onTimeout); - socket.removeListener('agentRemove', onRemove); - } - socket.on('agentRemove', onRemove); -} - -module.exports = Agent; - -function inspect(obj) { - const res = {}; - for (const key in obj) { - res[key] = obj[key].length; - } - return res; -} diff --git a/software/flow/node_modules/npm/node_modules/agentkeepalive/lib/constants.js b/software/flow/node_modules/npm/node_modules/agentkeepalive/lib/constants.js deleted file mode 100644 index ca7ab97..0000000 --- a/software/flow/node_modules/npm/node_modules/agentkeepalive/lib/constants.js +++ /dev/null @@ -1,14 +0,0 @@ -'use strict'; - -module.exports = { - // agent - CURRENT_ID: Symbol('agentkeepalive#currentId'), - CREATE_ID: Symbol('agentkeepalive#createId'), - INIT_SOCKET: Symbol('agentkeepalive#initSocket'), - CREATE_HTTPS_CONNECTION: Symbol('agentkeepalive#createHttpsConnection'), - // socket - SOCKET_CREATED_TIME: Symbol('agentkeepalive#socketCreatedTime'), - SOCKET_NAME: Symbol('agentkeepalive#socketName'), - SOCKET_REQUEST_COUNT: Symbol('agentkeepalive#socketRequestCount'), - SOCKET_REQUEST_FINISHED_COUNT: Symbol('agentkeepalive#socketRequestFinishedCount'), -}; diff --git a/software/flow/node_modules/npm/node_modules/agentkeepalive/lib/https_agent.js b/software/flow/node_modules/npm/node_modules/agentkeepalive/lib/https_agent.js deleted file mode 100644 index 73f529d..0000000 --- a/software/flow/node_modules/npm/node_modules/agentkeepalive/lib/https_agent.js +++ /dev/null @@ -1,51 +0,0 @@ -'use strict'; - -const OriginalHttpsAgent = require('https').Agent; -const HttpAgent = require('./agent'); -const { - INIT_SOCKET, - CREATE_HTTPS_CONNECTION, -} = require('./constants'); - -class HttpsAgent extends HttpAgent { - constructor(options) { - super(options); - - this.defaultPort = 443; - this.protocol = 'https:'; - this.maxCachedSessions = this.options.maxCachedSessions; - /* istanbul ignore next */ - if (this.maxCachedSessions === undefined) { - this.maxCachedSessions = 100; - } - - this._sessionCache = { - map: {}, - list: [], - }; - } - - createConnection(options) { - const socket = this[CREATE_HTTPS_CONNECTION](options); - this[INIT_SOCKET](socket, options); - return socket; - } -} - -// https://github.com/nodejs/node/blob/master/lib/https.js#L89 -HttpsAgent.prototype[CREATE_HTTPS_CONNECTION] = OriginalHttpsAgent.prototype.createConnection; - -[ - 'getName', - '_getSession', - '_cacheSession', - // https://github.com/nodejs/node/pull/4982 - '_evictSession', -].forEach(function(method) { - /* istanbul ignore next */ - if (typeof OriginalHttpsAgent.prototype[method] === 'function') { - HttpsAgent.prototype[method] = OriginalHttpsAgent.prototype[method]; - } -}); - -module.exports = HttpsAgent; diff --git a/software/flow/node_modules/npm/node_modules/agentkeepalive/package.json b/software/flow/node_modules/npm/node_modules/agentkeepalive/package.json deleted file mode 100644 index efa561d..0000000 --- a/software/flow/node_modules/npm/node_modules/agentkeepalive/package.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "name": "agentkeepalive", - "version": "4.2.1", - "description": "Missing keepalive http.Agent", - "main": "index.js", - "browser": "browser.js", - "files": [ - "index.js", - "index.d.ts", - "browser.js", - "lib" - ], - "scripts": { - "test": "npm run lint && egg-bin test --full-trace", - "test-local": "egg-bin test --full-trace", - "cov": "cross-env DEBUG=agentkeepalive egg-bin cov --full-trace", - "ci": "npm run lint && npm run cov", - "lint": "eslint lib test index.js", - "autod": "autod" - }, - "repository": { - "type": "git", - "url": "git://github.com/node-modules/agentkeepalive.git" - }, - "bugs": { - "url": "https://github.com/node-modules/agentkeepalive/issues" - }, - "keywords": [ - "http", - "https", - "agent", - "keepalive", - "agentkeepalive", - "HttpAgent", - "HttpsAgent" - ], - "dependencies": { - "debug": "^4.1.0", - "depd": "^1.1.2", - "humanize-ms": "^1.2.1" - }, - "devDependencies": { - "autod": "^3.0.1", - "coffee": "^5.3.0", - "cross-env": "^6.0.3", - "egg-bin": "^4.9.0", - "egg-ci": "^1.10.0", - "eslint": "^5.7.0", - "eslint-config-egg": "^7.1.0", - "mm": "^2.4.1", - "pedding": "^1.1.0", - "typescript": "^3.8.3" - }, - "engines": { - "node": ">= 8.0.0" - }, - "ci": { - "type": "github", - "os": { - "github": "linux" - }, - "version": "8, 10, 12, 14, 16" - }, - "author": "fengmk2 <fengmk2@gmail.com> (https://fengmk2.com)", - "license": "MIT" -} diff --git a/software/flow/node_modules/npm/node_modules/aggregate-error/index.d.ts b/software/flow/node_modules/npm/node_modules/aggregate-error/index.d.ts deleted file mode 100644 index 502bf7a..0000000 --- a/software/flow/node_modules/npm/node_modules/aggregate-error/index.d.ts +++ /dev/null @@ -1,51 +0,0 @@ -/** -Create an error from multiple errors. -*/ -declare class AggregateError<T extends Error = Error> extends Error implements Iterable<T> { - readonly name: 'AggregateError'; - - /** - @param errors - If a string, a new `Error` is created with the string as the error message. If a non-Error object, a new `Error` is created with all properties from the object copied over. - @returns An Error that is also an [`Iterable`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Iterators_and_Generators#Iterables) for the individual errors. - - @example - ``` - import AggregateError = require('aggregate-error'); - - const error = new AggregateError([new Error('foo'), 'bar', {message: 'baz'}]); - - throw error; - - // AggregateError: - // Error: foo - // at Object.<anonymous> (/Users/sindresorhus/dev/aggregate-error/example.js:3:33) - // Error: bar - // at Object.<anonymous> (/Users/sindresorhus/dev/aggregate-error/example.js:3:13) - // Error: baz - // at Object.<anonymous> (/Users/sindresorhus/dev/aggregate-error/example.js:3:13) - // at AggregateError (/Users/sindresorhus/dev/aggregate-error/index.js:19:3) - // at Object.<anonymous> (/Users/sindresorhus/dev/aggregate-error/example.js:3:13) - // at Module._compile (module.js:556:32) - // at Object.Module._extensions..js (module.js:565:10) - // at Module.load (module.js:473:32) - // at tryModuleLoad (module.js:432:12) - // at Function.Module._load (module.js:424:3) - // at Module.runMain (module.js:590:10) - // at run (bootstrap_node.js:394:7) - // at startup (bootstrap_node.js:149:9) - - - for (const individualError of error) { - console.log(individualError); - } - //=> [Error: foo] - //=> [Error: bar] - //=> [Error: baz] - ``` - */ - constructor(errors: ReadonlyArray<T | {[key: string]: any} | string>); - - [Symbol.iterator](): IterableIterator<T>; -} - -export = AggregateError; diff --git a/software/flow/node_modules/npm/node_modules/aggregate-error/index.js b/software/flow/node_modules/npm/node_modules/aggregate-error/index.js deleted file mode 100644 index ba5bf02..0000000 --- a/software/flow/node_modules/npm/node_modules/aggregate-error/index.js +++ /dev/null @@ -1,47 +0,0 @@ -'use strict'; -const indentString = require('indent-string'); -const cleanStack = require('clean-stack'); - -const cleanInternalStack = stack => stack.replace(/\s+at .*aggregate-error\/index.js:\d+:\d+\)?/g, ''); - -class AggregateError extends Error { - constructor(errors) { - if (!Array.isArray(errors)) { - throw new TypeError(`Expected input to be an Array, got ${typeof errors}`); - } - - errors = [...errors].map(error => { - if (error instanceof Error) { - return error; - } - - if (error !== null && typeof error === 'object') { - // Handle plain error objects with message property and/or possibly other metadata - return Object.assign(new Error(error.message), error); - } - - return new Error(error); - }); - - let message = errors - .map(error => { - // The `stack` property is not standardized, so we can't assume it exists - return typeof error.stack === 'string' ? cleanInternalStack(cleanStack(error.stack)) : String(error); - }) - .join('\n'); - message = '\n' + indentString(message, 4); - super(message); - - this.name = 'AggregateError'; - - Object.defineProperty(this, '_errors', {value: errors}); - } - - * [Symbol.iterator]() { - for (const error of this._errors) { - yield error; - } - } -} - -module.exports = AggregateError; diff --git a/software/flow/node_modules/npm/node_modules/aggregate-error/license b/software/flow/node_modules/npm/node_modules/aggregate-error/license deleted file mode 100644 index e7af2f7..0000000 --- a/software/flow/node_modules/npm/node_modules/aggregate-error/license +++ /dev/null @@ -1,9 +0,0 @@ -MIT License - -Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/aggregate-error/package.json b/software/flow/node_modules/npm/node_modules/aggregate-error/package.json deleted file mode 100644 index 74fcc37..0000000 --- a/software/flow/node_modules/npm/node_modules/aggregate-error/package.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "aggregate-error", - "version": "3.1.0", - "description": "Create an error from multiple errors", - "license": "MIT", - "repository": "sindresorhus/aggregate-error", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "sindresorhus.com" - }, - "engines": { - "node": ">=8" - }, - "scripts": { - "test": "xo && ava && tsd" - }, - "files": [ - "index.js", - "index.d.ts" - ], - "keywords": [ - "aggregate", - "error", - "combine", - "multiple", - "many", - "collection", - "iterable", - "iterator" - ], - "dependencies": { - "clean-stack": "^2.0.0", - "indent-string": "^4.0.0" - }, - "devDependencies": { - "ava": "^2.4.0", - "tsd": "^0.7.1", - "xo": "^0.25.3" - } -} diff --git a/software/flow/node_modules/npm/node_modules/ansi-regex/index.d.ts b/software/flow/node_modules/npm/node_modules/ansi-regex/index.d.ts deleted file mode 100644 index 2dbf6af..0000000 --- a/software/flow/node_modules/npm/node_modules/ansi-regex/index.d.ts +++ /dev/null @@ -1,37 +0,0 @@ -declare namespace ansiRegex { - interface Options { - /** - Match only the first ANSI escape. - - @default false - */ - onlyFirst: boolean; - } -} - -/** -Regular expression for matching ANSI escape codes. - -@example -``` -import ansiRegex = require('ansi-regex'); - -ansiRegex().test('\u001B[4mcake\u001B[0m'); -//=> true - -ansiRegex().test('cake'); -//=> false - -'\u001B[4mcake\u001B[0m'.match(ansiRegex()); -//=> ['\u001B[4m', '\u001B[0m'] - -'\u001B[4mcake\u001B[0m'.match(ansiRegex({onlyFirst: true})); -//=> ['\u001B[4m'] - -'\u001B]8;;https://github.com\u0007click\u001B]8;;\u0007'.match(ansiRegex()); -//=> ['\u001B]8;;https://github.com\u0007', '\u001B]8;;\u0007'] -``` -*/ -declare function ansiRegex(options?: ansiRegex.Options): RegExp; - -export = ansiRegex; diff --git a/software/flow/node_modules/npm/node_modules/ansi-regex/index.js b/software/flow/node_modules/npm/node_modules/ansi-regex/index.js deleted file mode 100644 index 616ff83..0000000 --- a/software/flow/node_modules/npm/node_modules/ansi-regex/index.js +++ /dev/null @@ -1,10 +0,0 @@ -'use strict'; - -module.exports = ({onlyFirst = false} = {}) => { - const pattern = [ - '[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?\\u0007)', - '(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-ntqry=><~]))' - ].join('|'); - - return new RegExp(pattern, onlyFirst ? undefined : 'g'); -}; diff --git a/software/flow/node_modules/npm/node_modules/ansi-regex/license b/software/flow/node_modules/npm/node_modules/ansi-regex/license deleted file mode 100644 index e7af2f7..0000000 --- a/software/flow/node_modules/npm/node_modules/ansi-regex/license +++ /dev/null @@ -1,9 +0,0 @@ -MIT License - -Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/ansi-regex/package.json b/software/flow/node_modules/npm/node_modules/ansi-regex/package.json deleted file mode 100644 index 017f531..0000000 --- a/software/flow/node_modules/npm/node_modules/ansi-regex/package.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "name": "ansi-regex", - "version": "5.0.1", - "description": "Regular expression for matching ANSI escape codes", - "license": "MIT", - "repository": "chalk/ansi-regex", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "sindresorhus.com" - }, - "engines": { - "node": ">=8" - }, - "scripts": { - "test": "xo && ava && tsd", - "view-supported": "node fixtures/view-codes.js" - }, - "files": [ - "index.js", - "index.d.ts" - ], - "keywords": [ - "ansi", - "styles", - "color", - "colour", - "colors", - "terminal", - "console", - "cli", - "string", - "tty", - "escape", - "formatting", - "rgb", - "256", - "shell", - "xterm", - "command-line", - "text", - "regex", - "regexp", - "re", - "match", - "test", - "find", - "pattern" - ], - "devDependencies": { - "ava": "^2.4.0", - "tsd": "^0.9.0", - "xo": "^0.25.3" - } -} diff --git a/software/flow/node_modules/npm/node_modules/ansi-styles/index.d.ts b/software/flow/node_modules/npm/node_modules/ansi-styles/index.d.ts deleted file mode 100644 index 44a907e..0000000 --- a/software/flow/node_modules/npm/node_modules/ansi-styles/index.d.ts +++ /dev/null @@ -1,345 +0,0 @@ -declare type CSSColor = - | 'aliceblue' - | 'antiquewhite' - | 'aqua' - | 'aquamarine' - | 'azure' - | 'beige' - | 'bisque' - | 'black' - | 'blanchedalmond' - | 'blue' - | 'blueviolet' - | 'brown' - | 'burlywood' - | 'cadetblue' - | 'chartreuse' - | 'chocolate' - | 'coral' - | 'cornflowerblue' - | 'cornsilk' - | 'crimson' - | 'cyan' - | 'darkblue' - | 'darkcyan' - | 'darkgoldenrod' - | 'darkgray' - | 'darkgreen' - | 'darkgrey' - | 'darkkhaki' - | 'darkmagenta' - | 'darkolivegreen' - | 'darkorange' - | 'darkorchid' - | 'darkred' - | 'darksalmon' - | 'darkseagreen' - | 'darkslateblue' - | 'darkslategray' - | 'darkslategrey' - | 'darkturquoise' - | 'darkviolet' - | 'deeppink' - | 'deepskyblue' - | 'dimgray' - | 'dimgrey' - | 'dodgerblue' - | 'firebrick' - | 'floralwhite' - | 'forestgreen' - | 'fuchsia' - | 'gainsboro' - | 'ghostwhite' - | 'gold' - | 'goldenrod' - | 'gray' - | 'green' - | 'greenyellow' - | 'grey' - | 'honeydew' - | 'hotpink' - | 'indianred' - | 'indigo' - | 'ivory' - | 'khaki' - | 'lavender' - | 'lavenderblush' - | 'lawngreen' - | 'lemonchiffon' - | 'lightblue' - | 'lightcoral' - | 'lightcyan' - | 'lightgoldenrodyellow' - | 'lightgray' - | 'lightgreen' - | 'lightgrey' - | 'lightpink' - | 'lightsalmon' - | 'lightseagreen' - | 'lightskyblue' - | 'lightslategray' - | 'lightslategrey' - | 'lightsteelblue' - | 'lightyellow' - | 'lime' - | 'limegreen' - | 'linen' - | 'magenta' - | 'maroon' - | 'mediumaquamarine' - | 'mediumblue' - | 'mediumorchid' - | 'mediumpurple' - | 'mediumseagreen' - | 'mediumslateblue' - | 'mediumspringgreen' - | 'mediumturquoise' - | 'mediumvioletred' - | 'midnightblue' - | 'mintcream' - | 'mistyrose' - | 'moccasin' - | 'navajowhite' - | 'navy' - | 'oldlace' - | 'olive' - | 'olivedrab' - | 'orange' - | 'orangered' - | 'orchid' - | 'palegoldenrod' - | 'palegreen' - | 'paleturquoise' - | 'palevioletred' - | 'papayawhip' - | 'peachpuff' - | 'peru' - | 'pink' - | 'plum' - | 'powderblue' - | 'purple' - | 'rebeccapurple' - | 'red' - | 'rosybrown' - | 'royalblue' - | 'saddlebrown' - | 'salmon' - | 'sandybrown' - | 'seagreen' - | 'seashell' - | 'sienna' - | 'silver' - | 'skyblue' - | 'slateblue' - | 'slategray' - | 'slategrey' - | 'snow' - | 'springgreen' - | 'steelblue' - | 'tan' - | 'teal' - | 'thistle' - | 'tomato' - | 'turquoise' - | 'violet' - | 'wheat' - | 'white' - | 'whitesmoke' - | 'yellow' - | 'yellowgreen'; - -declare namespace ansiStyles { - interface ColorConvert { - /** - The RGB color space. - - @param red - (`0`-`255`) - @param green - (`0`-`255`) - @param blue - (`0`-`255`) - */ - rgb(red: number, green: number, blue: number): string; - - /** - The RGB HEX color space. - - @param hex - A hexadecimal string containing RGB data. - */ - hex(hex: string): string; - - /** - @param keyword - A CSS color name. - */ - keyword(keyword: CSSColor): string; - - /** - The HSL color space. - - @param hue - (`0`-`360`) - @param saturation - (`0`-`100`) - @param lightness - (`0`-`100`) - */ - hsl(hue: number, saturation: number, lightness: number): string; - - /** - The HSV color space. - - @param hue - (`0`-`360`) - @param saturation - (`0`-`100`) - @param value - (`0`-`100`) - */ - hsv(hue: number, saturation: number, value: number): string; - - /** - The HSV color space. - - @param hue - (`0`-`360`) - @param whiteness - (`0`-`100`) - @param blackness - (`0`-`100`) - */ - hwb(hue: number, whiteness: number, blackness: number): string; - - /** - Use a [4-bit unsigned number](https://en.wikipedia.org/wiki/ANSI_escape_code#3/4-bit) to set text color. - */ - ansi(ansi: number): string; - - /** - Use an [8-bit unsigned number](https://en.wikipedia.org/wiki/ANSI_escape_code#8-bit) to set text color. - */ - ansi256(ansi: number): string; - } - - interface CSPair { - /** - The ANSI terminal control sequence for starting this style. - */ - readonly open: string; - - /** - The ANSI terminal control sequence for ending this style. - */ - readonly close: string; - } - - interface ColorBase { - readonly ansi: ColorConvert; - readonly ansi256: ColorConvert; - readonly ansi16m: ColorConvert; - - /** - The ANSI terminal control sequence for ending this color. - */ - readonly close: string; - } - - interface Modifier { - /** - Resets the current color chain. - */ - readonly reset: CSPair; - - /** - Make text bold. - */ - readonly bold: CSPair; - - /** - Emitting only a small amount of light. - */ - readonly dim: CSPair; - - /** - Make text italic. (Not widely supported) - */ - readonly italic: CSPair; - - /** - Make text underline. (Not widely supported) - */ - readonly underline: CSPair; - - /** - Inverse background and foreground colors. - */ - readonly inverse: CSPair; - - /** - Prints the text, but makes it invisible. - */ - readonly hidden: CSPair; - - /** - Puts a horizontal line through the center of the text. (Not widely supported) - */ - readonly strikethrough: CSPair; - } - - interface ForegroundColor { - readonly black: CSPair; - readonly red: CSPair; - readonly green: CSPair; - readonly yellow: CSPair; - readonly blue: CSPair; - readonly cyan: CSPair; - readonly magenta: CSPair; - readonly white: CSPair; - - /** - Alias for `blackBright`. - */ - readonly gray: CSPair; - - /** - Alias for `blackBright`. - */ - readonly grey: CSPair; - - readonly blackBright: CSPair; - readonly redBright: CSPair; - readonly greenBright: CSPair; - readonly yellowBright: CSPair; - readonly blueBright: CSPair; - readonly cyanBright: CSPair; - readonly magentaBright: CSPair; - readonly whiteBright: CSPair; - } - - interface BackgroundColor { - readonly bgBlack: CSPair; - readonly bgRed: CSPair; - readonly bgGreen: CSPair; - readonly bgYellow: CSPair; - readonly bgBlue: CSPair; - readonly bgCyan: CSPair; - readonly bgMagenta: CSPair; - readonly bgWhite: CSPair; - - /** - Alias for `bgBlackBright`. - */ - readonly bgGray: CSPair; - - /** - Alias for `bgBlackBright`. - */ - readonly bgGrey: CSPair; - - readonly bgBlackBright: CSPair; - readonly bgRedBright: CSPair; - readonly bgGreenBright: CSPair; - readonly bgYellowBright: CSPair; - readonly bgBlueBright: CSPair; - readonly bgCyanBright: CSPair; - readonly bgMagentaBright: CSPair; - readonly bgWhiteBright: CSPair; - } -} - -declare const ansiStyles: { - readonly modifier: ansiStyles.Modifier; - readonly color: ansiStyles.ForegroundColor & ansiStyles.ColorBase; - readonly bgColor: ansiStyles.BackgroundColor & ansiStyles.ColorBase; - readonly codes: ReadonlyMap<number, number>; -} & ansiStyles.BackgroundColor & ansiStyles.ForegroundColor & ansiStyles.Modifier; - -export = ansiStyles; diff --git a/software/flow/node_modules/npm/node_modules/ansi-styles/index.js b/software/flow/node_modules/npm/node_modules/ansi-styles/index.js deleted file mode 100644 index 5d82581..0000000 --- a/software/flow/node_modules/npm/node_modules/ansi-styles/index.js +++ /dev/null @@ -1,163 +0,0 @@ -'use strict'; - -const wrapAnsi16 = (fn, offset) => (...args) => { - const code = fn(...args); - return `\u001B[${code + offset}m`; -}; - -const wrapAnsi256 = (fn, offset) => (...args) => { - const code = fn(...args); - return `\u001B[${38 + offset};5;${code}m`; -}; - -const wrapAnsi16m = (fn, offset) => (...args) => { - const rgb = fn(...args); - return `\u001B[${38 + offset};2;${rgb[0]};${rgb[1]};${rgb[2]}m`; -}; - -const ansi2ansi = n => n; -const rgb2rgb = (r, g, b) => [r, g, b]; - -const setLazyProperty = (object, property, get) => { - Object.defineProperty(object, property, { - get: () => { - const value = get(); - - Object.defineProperty(object, property, { - value, - enumerable: true, - configurable: true - }); - - return value; - }, - enumerable: true, - configurable: true - }); -}; - -/** @type {typeof import('color-convert')} */ -let colorConvert; -const makeDynamicStyles = (wrap, targetSpace, identity, isBackground) => { - if (colorConvert === undefined) { - colorConvert = require('color-convert'); - } - - const offset = isBackground ? 10 : 0; - const styles = {}; - - for (const [sourceSpace, suite] of Object.entries(colorConvert)) { - const name = sourceSpace === 'ansi16' ? 'ansi' : sourceSpace; - if (sourceSpace === targetSpace) { - styles[name] = wrap(identity, offset); - } else if (typeof suite === 'object') { - styles[name] = wrap(suite[targetSpace], offset); - } - } - - return styles; -}; - -function assembleStyles() { - const codes = new Map(); - const styles = { - modifier: { - reset: [0, 0], - // 21 isn't widely supported and 22 does the same thing - bold: [1, 22], - dim: [2, 22], - italic: [3, 23], - underline: [4, 24], - 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], - - // Bright color - blackBright: [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], - - // Bright color - bgBlackBright: [100, 49], - bgRedBright: [101, 49], - bgGreenBright: [102, 49], - bgYellowBright: [103, 49], - bgBlueBright: [104, 49], - bgMagentaBright: [105, 49], - bgCyanBright: [106, 49], - bgWhiteBright: [107, 49] - } - }; - - // Alias bright black as gray (and grey) - styles.color.gray = styles.color.blackBright; - styles.bgColor.bgGray = styles.bgColor.bgBlackBright; - styles.color.grey = styles.color.blackBright; - styles.bgColor.bgGrey = styles.bgColor.bgBlackBright; - - for (const [groupName, group] of Object.entries(styles)) { - for (const [styleName, style] of Object.entries(group)) { - styles[styleName] = { - open: `\u001B[${style[0]}m`, - close: `\u001B[${style[1]}m` - }; - - group[styleName] = styles[styleName]; - - codes.set(style[0], style[1]); - } - - Object.defineProperty(styles, groupName, { - value: group, - enumerable: false - }); - } - - Object.defineProperty(styles, 'codes', { - value: codes, - enumerable: false - }); - - styles.color.close = '\u001B[39m'; - styles.bgColor.close = '\u001B[49m'; - - setLazyProperty(styles.color, 'ansi', () => makeDynamicStyles(wrapAnsi16, 'ansi16', ansi2ansi, false)); - setLazyProperty(styles.color, 'ansi256', () => makeDynamicStyles(wrapAnsi256, 'ansi256', ansi2ansi, false)); - setLazyProperty(styles.color, 'ansi16m', () => makeDynamicStyles(wrapAnsi16m, 'rgb', rgb2rgb, false)); - setLazyProperty(styles.bgColor, 'ansi', () => makeDynamicStyles(wrapAnsi16, 'ansi16', ansi2ansi, true)); - setLazyProperty(styles.bgColor, 'ansi256', () => makeDynamicStyles(wrapAnsi256, 'ansi256', ansi2ansi, true)); - setLazyProperty(styles.bgColor, 'ansi16m', () => makeDynamicStyles(wrapAnsi16m, 'rgb', rgb2rgb, true)); - - return styles; -} - -// Make the export immutable -Object.defineProperty(module, 'exports', { - enumerable: true, - get: assembleStyles -}); diff --git a/software/flow/node_modules/npm/node_modules/ansi-styles/license b/software/flow/node_modules/npm/node_modules/ansi-styles/license deleted file mode 100644 index e7af2f7..0000000 --- a/software/flow/node_modules/npm/node_modules/ansi-styles/license +++ /dev/null @@ -1,9 +0,0 @@ -MIT License - -Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/ansi-styles/package.json b/software/flow/node_modules/npm/node_modules/ansi-styles/package.json deleted file mode 100644 index 7539328..0000000 --- a/software/flow/node_modules/npm/node_modules/ansi-styles/package.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "ansi-styles", - "version": "4.3.0", - "description": "ANSI escape codes for styling strings in the terminal", - "license": "MIT", - "repository": "chalk/ansi-styles", - "funding": "https://github.com/chalk/ansi-styles?sponsor=1", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "sindresorhus.com" - }, - "engines": { - "node": ">=8" - }, - "scripts": { - "test": "xo && ava && tsd", - "screenshot": "svg-term --command='node screenshot' --out=screenshot.svg --padding=3 --width=55 --height=3 --at=1000 --no-cursor" - }, - "files": [ - "index.js", - "index.d.ts" - ], - "keywords": [ - "ansi", - "styles", - "color", - "colour", - "colors", - "terminal", - "console", - "cli", - "string", - "tty", - "escape", - "formatting", - "rgb", - "256", - "shell", - "xterm", - "log", - "logging", - "command-line", - "text" - ], - "dependencies": { - "color-convert": "^2.0.1" - }, - "devDependencies": { - "@types/color-convert": "^1.9.0", - "ava": "^2.3.0", - "svg-term-cli": "^2.1.1", - "tsd": "^0.11.0", - "xo": "^0.25.3" - } -} diff --git a/software/flow/node_modules/npm/node_modules/aproba/LICENSE b/software/flow/node_modules/npm/node_modules/aproba/LICENSE deleted file mode 100644 index f4be44d..0000000 --- a/software/flow/node_modules/npm/node_modules/aproba/LICENSE +++ /dev/null @@ -1,14 +0,0 @@ -Copyright (c) 2015, Rebecca Turner <me@re-becca.org> - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF -OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - diff --git a/software/flow/node_modules/npm/node_modules/aproba/index.js b/software/flow/node_modules/npm/node_modules/aproba/index.js deleted file mode 100644 index fd94748..0000000 --- a/software/flow/node_modules/npm/node_modules/aproba/index.js +++ /dev/null @@ -1,105 +0,0 @@ -'use strict' -module.exports = validate - -function isArguments (thingy) { - return thingy != null && typeof thingy === 'object' && thingy.hasOwnProperty('callee') -} - -const types = { - '*': {label: 'any', check: () => true}, - A: {label: 'array', check: _ => Array.isArray(_) || isArguments(_)}, - S: {label: 'string', check: _ => typeof _ === 'string'}, - N: {label: 'number', check: _ => typeof _ === 'number'}, - F: {label: 'function', check: _ => typeof _ === 'function'}, - O: {label: 'object', check: _ => typeof _ === 'object' && _ != null && !types.A.check(_) && !types.E.check(_)}, - B: {label: 'boolean', check: _ => typeof _ === 'boolean'}, - E: {label: 'error', check: _ => _ instanceof Error}, - Z: {label: 'null', check: _ => _ == null} -} - -function addSchema (schema, arity) { - const group = arity[schema.length] = arity[schema.length] || [] - if (group.indexOf(schema) === -1) group.push(schema) -} - -function validate (rawSchemas, args) { - if (arguments.length !== 2) throw wrongNumberOfArgs(['SA'], arguments.length) - if (!rawSchemas) throw missingRequiredArg(0, 'rawSchemas') - if (!args) throw missingRequiredArg(1, 'args') - if (!types.S.check(rawSchemas)) throw invalidType(0, ['string'], rawSchemas) - if (!types.A.check(args)) throw invalidType(1, ['array'], args) - const schemas = rawSchemas.split('|') - const arity = {} - - schemas.forEach(schema => { - for (let ii = 0; ii < schema.length; ++ii) { - const type = schema[ii] - if (!types[type]) throw unknownType(ii, type) - } - if (/E.*E/.test(schema)) throw moreThanOneError(schema) - addSchema(schema, arity) - if (/E/.test(schema)) { - addSchema(schema.replace(/E.*$/, 'E'), arity) - addSchema(schema.replace(/E/, 'Z'), arity) - if (schema.length === 1) addSchema('', arity) - } - }) - let matching = arity[args.length] - if (!matching) { - throw wrongNumberOfArgs(Object.keys(arity), args.length) - } - for (let ii = 0; ii < args.length; ++ii) { - let newMatching = matching.filter(schema => { - const type = schema[ii] - const typeCheck = types[type].check - return typeCheck(args[ii]) - }) - if (!newMatching.length) { - const labels = matching.map(_ => types[_[ii]].label).filter(_ => _ != null) - throw invalidType(ii, labels, args[ii]) - } - matching = newMatching - } -} - -function missingRequiredArg (num) { - return newException('EMISSINGARG', 'Missing required argument #' + (num + 1)) -} - -function unknownType (num, type) { - return newException('EUNKNOWNTYPE', 'Unknown type ' + type + ' in argument #' + (num + 1)) -} - -function invalidType (num, expectedTypes, value) { - let valueType - Object.keys(types).forEach(typeCode => { - if (types[typeCode].check(value)) valueType = types[typeCode].label - }) - return newException('EINVALIDTYPE', 'Argument #' + (num + 1) + ': Expected ' + - englishList(expectedTypes) + ' but got ' + valueType) -} - -function englishList (list) { - return list.join(', ').replace(/, ([^,]+)$/, ' or $1') -} - -function wrongNumberOfArgs (expected, got) { - const english = englishList(expected) - const args = expected.every(ex => ex.length === 1) - ? 'argument' - : 'arguments' - return newException('EWRONGARGCOUNT', 'Expected ' + english + ' ' + args + ' but got ' + got) -} - -function moreThanOneError (schema) { - return newException('ETOOMANYERRORTYPES', - 'Only one error type per argument signature is allowed, more than one found in "' + schema + '"') -} - -function newException (code, msg) { - const err = new Error(msg) - err.code = code - /* istanbul ignore else */ - if (Error.captureStackTrace) Error.captureStackTrace(err, validate) - return err -} diff --git a/software/flow/node_modules/npm/node_modules/aproba/package.json b/software/flow/node_modules/npm/node_modules/aproba/package.json deleted file mode 100644 index d2212d3..0000000 --- a/software/flow/node_modules/npm/node_modules/aproba/package.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "name": "aproba", - "version": "2.0.0", - "description": "A ridiculously light-weight argument validator (now browser friendly)", - "main": "index.js", - "directories": { - "test": "test" - }, - "dependencies": {}, - "devDependencies": { - "standard": "^11.0.1", - "tap": "^12.0.1" - }, - "files": [ - "index.js" - ], - "scripts": { - "pretest": "standard", - "test": "tap --100 -J test/*.js" - }, - "repository": { - "type": "git", - "url": "https://github.com/iarna/aproba" - }, - "keywords": [ - "argument", - "validate" - ], - "author": "Rebecca Turner <me@re-becca.org>", - "license": "ISC", - "bugs": { - "url": "https://github.com/iarna/aproba/issues" - }, - "homepage": "https://github.com/iarna/aproba" -} diff --git a/software/flow/node_modules/npm/node_modules/archy/LICENSE b/software/flow/node_modules/npm/node_modules/archy/LICENSE deleted file mode 100644 index ee27ba4..0000000 --- a/software/flow/node_modules/npm/node_modules/archy/LICENSE +++ /dev/null @@ -1,18 +0,0 @@ -This software is released under the MIT license: - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of -the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR -COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/archy/examples/beep.js b/software/flow/node_modules/npm/node_modules/archy/examples/beep.js deleted file mode 100644 index 9c07047..0000000 --- a/software/flow/node_modules/npm/node_modules/archy/examples/beep.js +++ /dev/null @@ -1,24 +0,0 @@ -var archy = require('../'); -var s = archy({ - label : 'beep', - nodes : [ - 'ity', - { - label : 'boop', - nodes : [ - { - label : 'o_O', - nodes : [ - { - label : 'oh', - nodes : [ 'hello', 'puny' ] - }, - 'human' - ] - }, - 'party\ntime!' - ] - } - ] -}); -console.log(s); diff --git a/software/flow/node_modules/npm/node_modules/archy/examples/multi_line.js b/software/flow/node_modules/npm/node_modules/archy/examples/multi_line.js deleted file mode 100644 index 8afdfad..0000000 --- a/software/flow/node_modules/npm/node_modules/archy/examples/multi_line.js +++ /dev/null @@ -1,25 +0,0 @@ -var archy = require('../'); - -var s = archy({ - label : 'beep\none\ntwo', - nodes : [ - 'ity', - { - label : 'boop', - nodes : [ - { - label : 'o_O\nwheee', - nodes : [ - { - label : 'oh', - nodes : [ 'hello', 'puny\nmeat' ] - }, - 'creature' - ] - }, - 'party\ntime!' - ] - } - ] -}); -console.log(s); diff --git a/software/flow/node_modules/npm/node_modules/archy/index.js b/software/flow/node_modules/npm/node_modules/archy/index.js deleted file mode 100644 index 869d64e..0000000 --- a/software/flow/node_modules/npm/node_modules/archy/index.js +++ /dev/null @@ -1,35 +0,0 @@ -module.exports = function archy (obj, prefix, opts) { - if (prefix === undefined) prefix = ''; - if (!opts) opts = {}; - var chr = function (s) { - var chars = { - '│' : '|', - '└' : '`', - '├' : '+', - '─' : '-', - '┬' : '-' - }; - return opts.unicode === false ? chars[s] : s; - }; - - if (typeof obj === 'string') obj = { label : obj }; - - var nodes = obj.nodes || []; - var lines = (obj.label || '').split('\n'); - var splitter = '\n' + prefix + (nodes.length ? chr('│') : ' ') + ' '; - - return prefix - + lines.join(splitter) + '\n' - + nodes.map(function (node, ix) { - var last = ix === nodes.length - 1; - var more = node.nodes && node.nodes.length; - var prefix_ = prefix + (last ? ' ' : chr('│')) + ' '; - - return prefix - + (last ? chr('└') : chr('├')) + chr('─') - + (more ? chr('┬') : chr('─')) + ' ' - + archy(node, prefix_, opts).slice(prefix.length + 2) - ; - }).join('') - ; -}; diff --git a/software/flow/node_modules/npm/node_modules/archy/package.json b/software/flow/node_modules/npm/node_modules/archy/package.json deleted file mode 100644 index 0ce3149..0000000 --- a/software/flow/node_modules/npm/node_modules/archy/package.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name" : "archy", - "version" : "1.0.0", - "description" : "render nested hierarchies `npm ls` style with unicode pipes", - "main" : "index.js", - "devDependencies" : { - "tap" : "~0.3.3", - "tape" : "~0.1.1" - }, - "scripts" : { - "test" : "tap test" - }, - "testling" : { - "files" : "test/*.js", - "browsers" : { - "iexplore" : [ "6.0", "7.0", "8.0", "9.0" ], - "chrome" : [ "20.0" ], - "firefox" : [ "10.0", "15.0" ], - "safari" : [ "5.1" ], - "opera" : [ "12.0" ] - } - }, - "repository" : { - "type" : "git", - "url" : "http://github.com/substack/node-archy.git" - }, - "keywords" : [ - "hierarchy", - "npm ls", - "unicode", - "pretty", - "print" - ], - "author" : { - "name" : "James Halliday", - "email" : "mail@substack.net", - "url" : "http://substack.net" - }, - "license" : "MIT" -} diff --git a/software/flow/node_modules/npm/node_modules/archy/test/beep.js b/software/flow/node_modules/npm/node_modules/archy/test/beep.js deleted file mode 100644 index 4ea74f9..0000000 --- a/software/flow/node_modules/npm/node_modules/archy/test/beep.js +++ /dev/null @@ -1,40 +0,0 @@ -var test = require('tape'); -var archy = require('../'); - -test('beep', function (t) { - var s = archy({ - label : 'beep', - nodes : [ - 'ity', - { - label : 'boop', - nodes : [ - { - label : 'o_O', - nodes : [ - { - label : 'oh', - nodes : [ 'hello', 'puny' ] - }, - 'human' - ] - }, - 'party!' - ] - } - ] - }); - t.equal(s, [ - 'beep', - '├── ity', - '└─┬ boop', - ' ├─┬ o_O', - ' │ ├─┬ oh', - ' │ │ ├── hello', - ' │ │ └── puny', - ' │ └── human', - ' └── party!', - '' - ].join('\n')); - t.end(); -}); diff --git a/software/flow/node_modules/npm/node_modules/archy/test/multi_line.js b/software/flow/node_modules/npm/node_modules/archy/test/multi_line.js deleted file mode 100644 index 2cf2154..0000000 --- a/software/flow/node_modules/npm/node_modules/archy/test/multi_line.js +++ /dev/null @@ -1,45 +0,0 @@ -var test = require('tape'); -var archy = require('../'); - -test('multi-line', function (t) { - var s = archy({ - label : 'beep\none\ntwo', - nodes : [ - 'ity', - { - label : 'boop', - nodes : [ - { - label : 'o_O\nwheee', - nodes : [ - { - label : 'oh', - nodes : [ 'hello', 'puny\nmeat' ] - }, - 'creature' - ] - }, - 'party\ntime!' - ] - } - ] - }); - t.equal(s, [ - 'beep', - '│ one', - '│ two', - '├── ity', - '└─┬ boop', - ' ├─┬ o_O', - ' │ │ wheee', - ' │ ├─┬ oh', - ' │ │ ├── hello', - ' │ │ └── puny', - ' │ │ meat', - ' │ └── creature', - ' └── party', - ' time!', - '' - ].join('\n')); - t.end(); -}); diff --git a/software/flow/node_modules/npm/node_modules/archy/test/non_unicode.js b/software/flow/node_modules/npm/node_modules/archy/test/non_unicode.js deleted file mode 100644 index 7204d33..0000000 --- a/software/flow/node_modules/npm/node_modules/archy/test/non_unicode.js +++ /dev/null @@ -1,40 +0,0 @@ -var test = require('tape'); -var archy = require('../'); - -test('beep', function (t) { - var s = archy({ - label : 'beep', - nodes : [ - 'ity', - { - label : 'boop', - nodes : [ - { - label : 'o_O', - nodes : [ - { - label : 'oh', - nodes : [ 'hello', 'puny' ] - }, - 'human' - ] - }, - 'party!' - ] - } - ] - }, '', { unicode : false }); - t.equal(s, [ - 'beep', - '+-- ity', - '`-- boop', - ' +-- o_O', - ' | +-- oh', - ' | | +-- hello', - ' | | `-- puny', - ' | `-- human', - ' `-- party!', - '' - ].join('\n')); - t.end(); -}); diff --git a/software/flow/node_modules/npm/node_modules/are-we-there-yet/LICENSE.md b/software/flow/node_modules/npm/node_modules/are-we-there-yet/LICENSE.md deleted file mode 100644 index 845be76..0000000 --- a/software/flow/node_modules/npm/node_modules/are-we-there-yet/LICENSE.md +++ /dev/null @@ -1,18 +0,0 @@ -ISC License - -Copyright npm, Inc. - -Permission to use, copy, modify, and/or distribute this -software for any purpose with or without fee is hereby -granted, provided that the above copyright notice and this -permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND NPM DISCLAIMS ALL -WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO -EVENT SHALL NPM BE LIABLE FOR ANY SPECIAL, DIRECT, -INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER -TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE -USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/are-we-there-yet/lib/index.js b/software/flow/node_modules/npm/node_modules/are-we-there-yet/lib/index.js deleted file mode 100644 index 57d8743..0000000 --- a/software/flow/node_modules/npm/node_modules/are-we-there-yet/lib/index.js +++ /dev/null @@ -1,4 +0,0 @@ -'use strict' -exports.TrackerGroup = require('./tracker-group.js') -exports.Tracker = require('./tracker.js') -exports.TrackerStream = require('./tracker-stream.js') diff --git a/software/flow/node_modules/npm/node_modules/are-we-there-yet/lib/tracker-base.js b/software/flow/node_modules/npm/node_modules/are-we-there-yet/lib/tracker-base.js deleted file mode 100644 index 6f43687..0000000 --- a/software/flow/node_modules/npm/node_modules/are-we-there-yet/lib/tracker-base.js +++ /dev/null @@ -1,11 +0,0 @@ -'use strict' -var EventEmitter = require('events').EventEmitter -var util = require('util') - -var trackerId = 0 -var TrackerBase = module.exports = function (name) { - EventEmitter.call(this) - this.id = ++trackerId - this.name = name -} -util.inherits(TrackerBase, EventEmitter) diff --git a/software/flow/node_modules/npm/node_modules/are-we-there-yet/lib/tracker-group.js b/software/flow/node_modules/npm/node_modules/are-we-there-yet/lib/tracker-group.js deleted file mode 100644 index a3c7af8..0000000 --- a/software/flow/node_modules/npm/node_modules/are-we-there-yet/lib/tracker-group.js +++ /dev/null @@ -1,116 +0,0 @@ -'use strict' -var util = require('util') -var TrackerBase = require('./tracker-base.js') -var Tracker = require('./tracker.js') -var TrackerStream = require('./tracker-stream.js') - -var TrackerGroup = module.exports = function (name) { - TrackerBase.call(this, name) - this.parentGroup = null - this.trackers = [] - this.completion = {} - this.weight = {} - this.totalWeight = 0 - this.finished = false - this.bubbleChange = bubbleChange(this) -} -util.inherits(TrackerGroup, TrackerBase) - -function bubbleChange (trackerGroup) { - return function (name, completed, tracker) { - trackerGroup.completion[tracker.id] = completed - if (trackerGroup.finished) { - return - } - trackerGroup.emit('change', name || trackerGroup.name, trackerGroup.completed(), trackerGroup) - } -} - -TrackerGroup.prototype.nameInTree = function () { - var names = [] - var from = this - while (from) { - names.unshift(from.name) - from = from.parentGroup - } - return names.join('/') -} - -TrackerGroup.prototype.addUnit = function (unit, weight) { - if (unit.addUnit) { - var toTest = this - while (toTest) { - if (unit === toTest) { - throw new Error( - 'Attempted to add tracker group ' + - unit.name + ' to tree that already includes it ' + - this.nameInTree(this)) - } - toTest = toTest.parentGroup - } - unit.parentGroup = this - } - this.weight[unit.id] = weight || 1 - this.totalWeight += this.weight[unit.id] - this.trackers.push(unit) - this.completion[unit.id] = unit.completed() - unit.on('change', this.bubbleChange) - if (!this.finished) { - this.emit('change', unit.name, this.completion[unit.id], unit) - } - return unit -} - -TrackerGroup.prototype.completed = function () { - if (this.trackers.length === 0) { - return 0 - } - var valPerWeight = 1 / this.totalWeight - var completed = 0 - for (var ii = 0; ii < this.trackers.length; ii++) { - var trackerId = this.trackers[ii].id - completed += - valPerWeight * this.weight[trackerId] * this.completion[trackerId] - } - return completed -} - -TrackerGroup.prototype.newGroup = function (name, weight) { - return this.addUnit(new TrackerGroup(name), weight) -} - -TrackerGroup.prototype.newItem = function (name, todo, weight) { - return this.addUnit(new Tracker(name, todo), weight) -} - -TrackerGroup.prototype.newStream = function (name, todo, weight) { - return this.addUnit(new TrackerStream(name, todo), weight) -} - -TrackerGroup.prototype.finish = function () { - this.finished = true - if (!this.trackers.length) { - this.addUnit(new Tracker(), 1, true) - } - for (var ii = 0; ii < this.trackers.length; ii++) { - var tracker = this.trackers[ii] - tracker.finish() - tracker.removeListener('change', this.bubbleChange) - } - this.emit('change', this.name, 1, this) -} - -var buffer = ' ' -TrackerGroup.prototype.debug = function (depth) { - depth = depth || 0 - var indent = depth ? buffer.slice(0, depth) : '' - var output = indent + (this.name || 'top') + ': ' + this.completed() + '\n' - this.trackers.forEach(function (tracker) { - if (tracker instanceof TrackerGroup) { - output += tracker.debug(depth + 1) - } else { - output += indent + ' ' + tracker.name + ': ' + tracker.completed() + '\n' - } - }) - return output -} diff --git a/software/flow/node_modules/npm/node_modules/are-we-there-yet/lib/tracker-stream.js b/software/flow/node_modules/npm/node_modules/are-we-there-yet/lib/tracker-stream.js deleted file mode 100644 index e1cf850..0000000 --- a/software/flow/node_modules/npm/node_modules/are-we-there-yet/lib/tracker-stream.js +++ /dev/null @@ -1,36 +0,0 @@ -'use strict' -var util = require('util') -var stream = require('readable-stream') -var delegate = require('delegates') -var Tracker = require('./tracker.js') - -var TrackerStream = module.exports = function (name, size, options) { - stream.Transform.call(this, options) - this.tracker = new Tracker(name, size) - this.name = name - this.id = this.tracker.id - this.tracker.on('change', delegateChange(this)) -} -util.inherits(TrackerStream, stream.Transform) - -function delegateChange (trackerStream) { - return function (name, completion, tracker) { - trackerStream.emit('change', name, completion, trackerStream) - } -} - -TrackerStream.prototype._transform = function (data, encoding, cb) { - this.tracker.completeWork(data.length ? data.length : 1) - this.push(data) - cb() -} - -TrackerStream.prototype._flush = function (cb) { - this.tracker.finish() - cb() -} - -delegate(TrackerStream.prototype, 'tracker') - .method('completed') - .method('addWork') - .method('finish') diff --git a/software/flow/node_modules/npm/node_modules/are-we-there-yet/lib/tracker.js b/software/flow/node_modules/npm/node_modules/are-we-there-yet/lib/tracker.js deleted file mode 100644 index a8f8b3b..0000000 --- a/software/flow/node_modules/npm/node_modules/are-we-there-yet/lib/tracker.js +++ /dev/null @@ -1,32 +0,0 @@ -'use strict' -var util = require('util') -var TrackerBase = require('./tracker-base.js') - -var Tracker = module.exports = function (name, todo) { - TrackerBase.call(this, name) - this.workDone = 0 - this.workTodo = todo || 0 -} -util.inherits(Tracker, TrackerBase) - -Tracker.prototype.completed = function () { - return this.workTodo === 0 ? 0 : this.workDone / this.workTodo -} - -Tracker.prototype.addWork = function (work) { - this.workTodo += work - this.emit('change', this.name, this.completed(), this) -} - -Tracker.prototype.completeWork = function (work) { - this.workDone += work - if (this.workDone > this.workTodo) { - this.workDone = this.workTodo - } - this.emit('change', this.name, this.completed(), this) -} - -Tracker.prototype.finish = function () { - this.workTodo = this.workDone = 1 - this.emit('change', this.name, 1, this) -} diff --git a/software/flow/node_modules/npm/node_modules/are-we-there-yet/package.json b/software/flow/node_modules/npm/node_modules/are-we-there-yet/package.json deleted file mode 100644 index 919cb9a..0000000 --- a/software/flow/node_modules/npm/node_modules/are-we-there-yet/package.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "are-we-there-yet", - "version": "4.0.0", - "description": "Keep track of the overall completion of many disparate processes", - "main": "lib/index.js", - "scripts": { - "test": "tap", - "lint": "eslint \"**/*.js\"", - "lintfix": "npm run lint -- --fix", - "posttest": "npm run lint", - "postsnap": "npm run lintfix --", - "snap": "tap", - "postlint": "template-oss-check", - "template-oss-apply": "template-oss-apply --force" - }, - "repository": { - "type": "git", - "url": "https://github.com/npm/are-we-there-yet.git" - }, - "author": "GitHub Inc.", - "license": "ISC", - "bugs": { - "url": "https://github.com/npm/are-we-there-yet/issues" - }, - "homepage": "https://github.com/npm/are-we-there-yet", - "devDependencies": { - "@npmcli/eslint-config": "^3.0.1", - "@npmcli/template-oss": "4.5.1", - "tap": "^16.0.1" - }, - "dependencies": { - "delegates": "^1.0.0", - "readable-stream": "^4.1.0" - }, - "files": [ - "bin/", - "lib/" - ], - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "tap": { - "branches": 68, - "statements": 92, - "functions": 86, - "lines": 92, - "nyc-arg": [ - "--exclude", - "tap-snapshots/**" - ] - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.5.1" - } -} diff --git a/software/flow/node_modules/npm/node_modules/balanced-match/LICENSE.md b/software/flow/node_modules/npm/node_modules/balanced-match/LICENSE.md deleted file mode 100644 index 2cdc8e4..0000000 --- a/software/flow/node_modules/npm/node_modules/balanced-match/LICENSE.md +++ /dev/null @@ -1,21 +0,0 @@ -(MIT) - -Copyright (c) 2013 Julian Gruber &lt;julian@juliangruber.com&gt; - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies -of the Software, and to permit persons to whom the Software is furnished to do -so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/balanced-match/index.js b/software/flow/node_modules/npm/node_modules/balanced-match/index.js deleted file mode 100644 index c67a646..0000000 --- a/software/flow/node_modules/npm/node_modules/balanced-match/index.js +++ /dev/null @@ -1,62 +0,0 @@ -'use strict'; -module.exports = balanced; -function balanced(a, b, str) { - if (a instanceof RegExp) a = maybeMatch(a, str); - if (b instanceof RegExp) b = maybeMatch(b, str); - - var r = range(a, b, str); - - return r && { - start: r[0], - end: r[1], - pre: str.slice(0, r[0]), - body: str.slice(r[0] + a.length, r[1]), - post: str.slice(r[1] + b.length) - }; -} - -function maybeMatch(reg, str) { - var m = str.match(reg); - return m ? m[0] : null; -} - -balanced.range = range; -function range(a, b, str) { - var begs, beg, left, right, result; - var ai = str.indexOf(a); - var bi = str.indexOf(b, ai + 1); - var i = ai; - - if (ai >= 0 && bi > 0) { - if(a===b) { - return [ai, bi]; - } - begs = []; - left = str.length; - - while (i >= 0 && !result) { - if (i == ai) { - begs.push(i); - ai = str.indexOf(a, i + 1); - } else if (begs.length == 1) { - result = [ begs.pop(), bi ]; - } else { - beg = begs.pop(); - if (beg < left) { - left = beg; - right = bi; - } - - bi = str.indexOf(b, i + 1); - } - - i = ai < bi && ai >= 0 ? ai : bi; - } - - if (begs.length) { - result = [ left, right ]; - } - } - - return result; -} diff --git a/software/flow/node_modules/npm/node_modules/balanced-match/package.json b/software/flow/node_modules/npm/node_modules/balanced-match/package.json deleted file mode 100644 index ce6073e..0000000 --- a/software/flow/node_modules/npm/node_modules/balanced-match/package.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "name": "balanced-match", - "description": "Match balanced character pairs, like \"{\" and \"}\"", - "version": "1.0.2", - "repository": { - "type": "git", - "url": "git://github.com/juliangruber/balanced-match.git" - }, - "homepage": "https://github.com/juliangruber/balanced-match", - "main": "index.js", - "scripts": { - "test": "tape test/test.js", - "bench": "matcha test/bench.js" - }, - "devDependencies": { - "matcha": "^0.7.0", - "tape": "^4.6.0" - }, - "keywords": [ - "match", - "regexp", - "test", - "balanced", - "parse" - ], - "author": { - "name": "Julian Gruber", - "email": "mail@juliangruber.com", - "url": "http://juliangruber.com" - }, - "license": "MIT", - "testling": { - "files": "test/*.js", - "browsers": [ - "ie/8..latest", - "firefox/20..latest", - "firefox/nightly", - "chrome/25..latest", - "chrome/canary", - "opera/12..latest", - "opera/next", - "safari/5.1..latest", - "ipad/6.0..latest", - "iphone/6.0..latest", - "android-browser/4.2..latest" - ] - } -} diff --git a/software/flow/node_modules/npm/node_modules/base64-js/LICENSE b/software/flow/node_modules/npm/node_modules/base64-js/LICENSE deleted file mode 100644 index 6d52b8a..0000000 --- a/software/flow/node_modules/npm/node_modules/base64-js/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2014 Jameson Little - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/base64-js/base64js.min.js b/software/flow/node_modules/npm/node_modules/base64-js/base64js.min.js deleted file mode 100644 index 908ac83..0000000 --- a/software/flow/node_modules/npm/node_modules/base64-js/base64js.min.js +++ /dev/null @@ -1 +0,0 @@ -(function(a){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=a();else if("function"==typeof define&&define.amd)define([],a);else{var b;b="undefined"==typeof window?"undefined"==typeof global?"undefined"==typeof self?this:self:global:window,b.base64js=a()}})(function(){return function(){function b(d,e,g){function a(j,i){if(!e[j]){if(!d[j]){var f="function"==typeof require&&require;if(!i&&f)return f(j,!0);if(h)return h(j,!0);var c=new Error("Cannot find module '"+j+"'");throw c.code="MODULE_NOT_FOUND",c}var k=e[j]={exports:{}};d[j][0].call(k.exports,function(b){var c=d[j][1][b];return a(c||b)},k,k.exports,b,d,e,g)}return e[j].exports}for(var h="function"==typeof require&&require,c=0;c<g.length;c++)a(g[c]);return a}return b}()({"/":[function(a,b,c){'use strict';function d(a){var b=a.length;if(0<b%4)throw new Error("Invalid string. Length must be a multiple of 4");var c=a.indexOf("=");-1===c&&(c=b);var d=c===b?0:4-c%4;return[c,d]}function e(a,b,c){return 3*(b+c)/4-c}function f(a){var b,c,f=d(a),g=f[0],h=f[1],j=new m(e(a,g,h)),k=0,n=0<h?g-4:g;for(c=0;c<n;c+=4)b=l[a.charCodeAt(c)]<<18|l[a.charCodeAt(c+1)]<<12|l[a.charCodeAt(c+2)]<<6|l[a.charCodeAt(c+3)],j[k++]=255&b>>16,j[k++]=255&b>>8,j[k++]=255&b;return 2===h&&(b=l[a.charCodeAt(c)]<<2|l[a.charCodeAt(c+1)]>>4,j[k++]=255&b),1===h&&(b=l[a.charCodeAt(c)]<<10|l[a.charCodeAt(c+1)]<<4|l[a.charCodeAt(c+2)]>>2,j[k++]=255&b>>8,j[k++]=255&b),j}function g(a){return k[63&a>>18]+k[63&a>>12]+k[63&a>>6]+k[63&a]}function h(a,b,c){for(var d,e=[],f=b;f<c;f+=3)d=(16711680&a[f]<<16)+(65280&a[f+1]<<8)+(255&a[f+2]),e.push(g(d));return e.join("")}function j(a){for(var b,c=a.length,d=c%3,e=[],f=16383,g=0,j=c-d;g<j;g+=f)e.push(h(a,g,g+f>j?j:g+f));return 1===d?(b=a[c-1],e.push(k[b>>2]+k[63&b<<4]+"==")):2===d&&(b=(a[c-2]<<8)+a[c-1],e.push(k[b>>10]+k[63&b>>4]+k[63&b<<2]+"=")),e.join("")}c.byteLength=function(a){var b=d(a),c=b[0],e=b[1];return 3*(c+e)/4-e},c.toByteArray=f,c.fromByteArray=j;for(var k=[],l=[],m="undefined"==typeof Uint8Array?Array:Uint8Array,n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",o=0,p=n.length;o<p;++o)k[o]=n[o],l[n.charCodeAt(o)]=o;l[45]=62,l[95]=63},{}]},{},[])("/")}); \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/base64-js/index.d.ts b/software/flow/node_modules/npm/node_modules/base64-js/index.d.ts deleted file mode 100644 index 7d9fa1d..0000000 --- a/software/flow/node_modules/npm/node_modules/base64-js/index.d.ts +++ /dev/null @@ -1,3 +0,0 @@ -export function byteLength(b64: string): number; -export function toByteArray(b64: string): Uint8Array; -export function fromByteArray(uint8: Uint8Array): string; diff --git a/software/flow/node_modules/npm/node_modules/base64-js/index.js b/software/flow/node_modules/npm/node_modules/base64-js/index.js deleted file mode 100644 index 0599f3e..0000000 --- a/software/flow/node_modules/npm/node_modules/base64-js/index.js +++ /dev/null @@ -1,150 +0,0 @@ -'use strict' - -exports.byteLength = byteLength -exports.toByteArray = toByteArray -exports.fromByteArray = fromByteArray - -var lookup = [] -var revLookup = [] -var Arr = typeof Uint8Array !== 'undefined' ? Uint8Array : Array - -var code = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/' -for (var i = 0, len = code.length; i < len; ++i) { - lookup[i] = code[i] - revLookup[code.charCodeAt(i)] = i -} - -// Support decoding URL-safe base64 strings, as Node.js does. -// See: https://en.wikipedia.org/wiki/Base64#URL_applications -revLookup['-'.charCodeAt(0)] = 62 -revLookup['_'.charCodeAt(0)] = 63 - -function getLens (b64) { - var len = b64.length - - if (len % 4 > 0) { - throw new Error('Invalid string. Length must be a multiple of 4') - } - - // Trim off extra bytes after placeholder bytes are found - // See: https://github.com/beatgammit/base64-js/issues/42 - var validLen = b64.indexOf('=') - if (validLen === -1) validLen = len - - var placeHoldersLen = validLen === len - ? 0 - : 4 - (validLen % 4) - - return [validLen, placeHoldersLen] -} - -// base64 is 4/3 + up to two characters of the original data -function byteLength (b64) { - var lens = getLens(b64) - var validLen = lens[0] - var placeHoldersLen = lens[1] - return ((validLen + placeHoldersLen) * 3 / 4) - placeHoldersLen -} - -function _byteLength (b64, validLen, placeHoldersLen) { - return ((validLen + placeHoldersLen) * 3 / 4) - placeHoldersLen -} - -function toByteArray (b64) { - var tmp - var lens = getLens(b64) - var validLen = lens[0] - var placeHoldersLen = lens[1] - - var arr = new Arr(_byteLength(b64, validLen, placeHoldersLen)) - - var curByte = 0 - - // if there are placeholders, only get up to the last complete 4 chars - var len = placeHoldersLen > 0 - ? validLen - 4 - : validLen - - var i - for (i = 0; i < len; i += 4) { - tmp = - (revLookup[b64.charCodeAt(i)] << 18) | - (revLookup[b64.charCodeAt(i + 1)] << 12) | - (revLookup[b64.charCodeAt(i + 2)] << 6) | - revLookup[b64.charCodeAt(i + 3)] - arr[curByte++] = (tmp >> 16) & 0xFF - arr[curByte++] = (tmp >> 8) & 0xFF - arr[curByte++] = tmp & 0xFF - } - - if (placeHoldersLen === 2) { - tmp = - (revLookup[b64.charCodeAt(i)] << 2) | - (revLookup[b64.charCodeAt(i + 1)] >> 4) - arr[curByte++] = tmp & 0xFF - } - - if (placeHoldersLen === 1) { - tmp = - (revLookup[b64.charCodeAt(i)] << 10) | - (revLookup[b64.charCodeAt(i + 1)] << 4) | - (revLookup[b64.charCodeAt(i + 2)] >> 2) - arr[curByte++] = (tmp >> 8) & 0xFF - arr[curByte++] = tmp & 0xFF - } - - return arr -} - -function tripletToBase64 (num) { - return lookup[num >> 18 & 0x3F] + - lookup[num >> 12 & 0x3F] + - lookup[num >> 6 & 0x3F] + - lookup[num & 0x3F] -} - -function encodeChunk (uint8, start, end) { - var tmp - var output = [] - for (var i = start; i < end; i += 3) { - tmp = - ((uint8[i] << 16) & 0xFF0000) + - ((uint8[i + 1] << 8) & 0xFF00) + - (uint8[i + 2] & 0xFF) - output.push(tripletToBase64(tmp)) - } - return output.join('') -} - -function fromByteArray (uint8) { - var tmp - var len = uint8.length - var extraBytes = len % 3 // if we have 1 byte left, pad 2 bytes - var parts = [] - var maxChunkLength = 16383 // must be multiple of 3 - - // go through the array every three bytes, we'll deal with trailing stuff later - for (var i = 0, len2 = len - extraBytes; i < len2; i += maxChunkLength) { - parts.push(encodeChunk(uint8, i, (i + maxChunkLength) > len2 ? len2 : (i + maxChunkLength))) - } - - // pad the end with zeros, but make sure to not forget the extra bytes - if (extraBytes === 1) { - tmp = uint8[len - 1] - parts.push( - lookup[tmp >> 2] + - lookup[(tmp << 4) & 0x3F] + - '==' - ) - } else if (extraBytes === 2) { - tmp = (uint8[len - 2] << 8) + uint8[len - 1] - parts.push( - lookup[tmp >> 10] + - lookup[(tmp >> 4) & 0x3F] + - lookup[(tmp << 2) & 0x3F] + - '=' - ) - } - - return parts.join('') -} diff --git a/software/flow/node_modules/npm/node_modules/base64-js/package.json b/software/flow/node_modules/npm/node_modules/base64-js/package.json deleted file mode 100644 index c3972e3..0000000 --- a/software/flow/node_modules/npm/node_modules/base64-js/package.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "name": "base64-js", - "description": "Base64 encoding/decoding in pure JS", - "version": "1.5.1", - "author": "T. Jameson Little <t.jameson.little@gmail.com>", - "typings": "index.d.ts", - "bugs": { - "url": "https://github.com/beatgammit/base64-js/issues" - }, - "devDependencies": { - "babel-minify": "^0.5.1", - "benchmark": "^2.1.4", - "browserify": "^16.3.0", - "standard": "*", - "tape": "4.x" - }, - "homepage": "https://github.com/beatgammit/base64-js", - "keywords": [ - "base64" - ], - "license": "MIT", - "main": "index.js", - "repository": { - "type": "git", - "url": "git://github.com/beatgammit/base64-js.git" - }, - "scripts": { - "build": "browserify -s base64js -r ./ | minify > base64js.min.js", - "lint": "standard", - "test": "npm run lint && npm run unit", - "unit": "tape test/*.js" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ] -} diff --git a/software/flow/node_modules/npm/node_modules/bin-links/LICENSE b/software/flow/node_modules/npm/node_modules/bin-links/LICENSE deleted file mode 100644 index 19cec97..0000000 --- a/software/flow/node_modules/npm/node_modules/bin-links/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -The ISC License - -Copyright (c) npm, Inc. - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/bin-links/lib/bin-target.js b/software/flow/node_modules/npm/node_modules/bin-links/lib/bin-target.js deleted file mode 100644 index 0629285..0000000 --- a/software/flow/node_modules/npm/node_modules/bin-links/lib/bin-target.js +++ /dev/null @@ -1,9 +0,0 @@ -const isWindows = require('./is-windows.js') -const getPrefix = require('./get-prefix.js') -const getNodeModules = require('./get-node-modules.js') -const { dirname } = require('path') - -module.exports = ({ top, path }) => - !top ? getNodeModules(path) + '/.bin' - : isWindows ? getPrefix(path) - : dirname(getPrefix(path)) + '/bin' diff --git a/software/flow/node_modules/npm/node_modules/bin-links/lib/check-bin.js b/software/flow/node_modules/npm/node_modules/bin-links/lib/check-bin.js deleted file mode 100644 index c5b997b..0000000 --- a/software/flow/node_modules/npm/node_modules/bin-links/lib/check-bin.js +++ /dev/null @@ -1,74 +0,0 @@ -// check to see if a bin is allowed to be overwritten -// either rejects or resolves to nothing. return value not relevant. -const isWindows = require('./is-windows.js') -const binTarget = require('./bin-target.js') -const { resolve, dirname } = require('path') -const readCmdShim = require('read-cmd-shim') -const { readlink } = require('fs/promises') - -const checkBin = async ({ bin, path, top, global, force }) => { - // always ok to clobber when forced - // always ok to clobber local bins, or when forced - if (force || !global || !top) { - return - } - - // ok, need to make sure, then - const target = resolve(binTarget({ path, top }), bin) - path = resolve(path) - return isWindows ? checkShim({ target, path }) : checkLink({ target, path }) -} - -// only enoent is allowed. anything else is a problem. -const handleReadLinkError = async ({ er, target }) => - er.code === 'ENOENT' ? null - : failEEXIST({ target }) - -const checkLink = async ({ target, path }) => { - const current = await readlink(target) - .catch(er => handleReadLinkError({ er, target })) - - if (!current) { - return - } - - const resolved = resolve(dirname(target), current) - - if (resolved.toLowerCase().indexOf(path.toLowerCase()) !== 0) { - return failEEXIST({ target }) - } -} - -const handleReadCmdShimError = ({ er, target }) => - er.code === 'ENOENT' ? null - : failEEXIST({ target }) - -const failEEXIST = ({ target }) => - Promise.reject(Object.assign(new Error('EEXIST: file already exists'), { - path: target, - code: 'EEXIST', - })) - -const checkShim = async ({ target, path }) => { - const shims = [ - target, - target + '.cmd', - target + '.ps1', - ] - await Promise.all(shims.map(async shim => { - const current = await readCmdShim(shim) - .catch(er => handleReadCmdShimError({ er, target: shim })) - - if (!current) { - return - } - - const resolved = resolve(dirname(shim), current.replace(/\\/g, '/')) - - if (resolved.toLowerCase().indexOf(path.toLowerCase()) !== 0) { - return failEEXIST({ target: shim }) - } - })) -} - -module.exports = checkBin diff --git a/software/flow/node_modules/npm/node_modules/bin-links/lib/check-bins.js b/software/flow/node_modules/npm/node_modules/bin-links/lib/check-bins.js deleted file mode 100644 index 76a683c..0000000 --- a/software/flow/node_modules/npm/node_modules/bin-links/lib/check-bins.js +++ /dev/null @@ -1,18 +0,0 @@ -const checkBin = require('./check-bin.js') -const normalize = require('npm-normalize-package-bin') -const checkBins = async ({ pkg, path, top, global, force }) => { - // always ok to clobber when forced - // always ok to clobber local bins, or when forced - if (force || !global || !top) { - return - } - - pkg = normalize(pkg) - if (!pkg.bin) { - return - } - - await Promise.all(Object.keys(pkg.bin) - .map(bin => checkBin({ bin, path, top, global, force }))) -} -module.exports = checkBins diff --git a/software/flow/node_modules/npm/node_modules/bin-links/lib/fix-bin.js b/software/flow/node_modules/npm/node_modules/bin-links/lib/fix-bin.js deleted file mode 100644 index 453bd4f..0000000 --- a/software/flow/node_modules/npm/node_modules/bin-links/lib/fix-bin.js +++ /dev/null @@ -1,42 +0,0 @@ -// make sure that bins are executable, and that they don't have -// windows line-endings on the hashbang line. -const { - chmod, - open, - readFile, -} = require('fs/promises') - -const execMode = 0o777 & (~process.umask()) - -const writeFileAtomic = require('write-file-atomic') - -const isWindowsHashBang = buf => - buf[0] === '#'.charCodeAt(0) && - buf[1] === '!'.charCodeAt(0) && - /^#![^\n]+\r\n/.test(buf.toString()) - -const isWindowsHashbangFile = file => { - const FALSE = () => false - return open(file, 'r').then(fh => { - const buf = Buffer.alloc(2048) - return fh.read(buf, 0, 2048, 0) - .then( - () => { - const isWHB = isWindowsHashBang(buf) - return fh.close().then(() => isWHB, () => isWHB) - }, - // don't leak FD if read() fails - () => fh.close().then(FALSE, FALSE) - ) - }, FALSE) -} - -const dos2Unix = file => - readFile(file, 'utf8').then(content => - writeFileAtomic(file, content.replace(/^(#![^\n]+)\r\n/, '$1\n'))) - -const fixBin = (file, mode = execMode) => chmod(file, mode) - .then(() => isWindowsHashbangFile(file)) - .then(isWHB => isWHB ? dos2Unix(file) : null) - -module.exports = fixBin diff --git a/software/flow/node_modules/npm/node_modules/bin-links/lib/get-node-modules.js b/software/flow/node_modules/npm/node_modules/bin-links/lib/get-node-modules.js deleted file mode 100644 index 5c16b3b..0000000 --- a/software/flow/node_modules/npm/node_modules/bin-links/lib/get-node-modules.js +++ /dev/null @@ -1,19 +0,0 @@ -// we know it's global and/or not top, so the path has to be -// {prefix}/node_modules/{name}. Can't rely on pkg.name, because -// it might be installed as an alias. - -const { dirname, basename } = require('path') -// this gets called a lot and can't change, so memoize it -const memo = new Map() -module.exports = path => { - if (memo.has(path)) { - return memo.get(path) - } - - const scopeOrNm = dirname(path) - const nm = basename(scopeOrNm) === 'node_modules' ? scopeOrNm - : dirname(scopeOrNm) - - memo.set(path, nm) - return nm -} diff --git a/software/flow/node_modules/npm/node_modules/bin-links/lib/get-paths.js b/software/flow/node_modules/npm/node_modules/bin-links/lib/get-paths.js deleted file mode 100644 index b93e698..0000000 --- a/software/flow/node_modules/npm/node_modules/bin-links/lib/get-paths.js +++ /dev/null @@ -1,42 +0,0 @@ -// get all the paths that are (or might be) installed for a given pkg -// There's no guarantee that all of these will be installed, but if they -// are present, then we can assume that they're associated. -const binTarget = require('./bin-target.js') -const manTarget = require('./man-target.js') -const { resolve, basename, extname } = require('path') -const isWindows = require('./is-windows.js') -module.exports = ({ path, pkg, global, top }) => { - if (top && !global) { - return [] - } - - const binSet = [] - const binTarg = binTarget({ path, top }) - if (pkg.bin) { - for (const bin of Object.keys(pkg.bin)) { - const b = resolve(binTarg, bin) - binSet.push(b) - if (isWindows) { - binSet.push(b + '.cmd') - binSet.push(b + '.ps1') - } - } - } - - const manTarg = manTarget({ path, top }) - const manSet = [] - if (manTarg && pkg.man && Array.isArray(pkg.man) && pkg.man.length) { - for (const man of pkg.man) { - if (!/.\.[0-9]+(\.gz)?$/.test(man)) { - return binSet - } - - const section = extname(basename(man, '.gz')).slice(1) - const base = basename(man) - - manSet.push(resolve(manTarg, 'man' + section, base)) - } - } - - return manSet.length ? [...binSet, ...manSet] : binSet -} diff --git a/software/flow/node_modules/npm/node_modules/bin-links/lib/get-prefix.js b/software/flow/node_modules/npm/node_modules/bin-links/lib/get-prefix.js deleted file mode 100644 index d5cf9c9..0000000 --- a/software/flow/node_modules/npm/node_modules/bin-links/lib/get-prefix.js +++ /dev/null @@ -1,3 +0,0 @@ -const { dirname } = require('path') -const getNodeModules = require('./get-node-modules.js') -module.exports = path => dirname(getNodeModules(path)) diff --git a/software/flow/node_modules/npm/node_modules/bin-links/lib/index.js b/software/flow/node_modules/npm/node_modules/bin-links/lib/index.js deleted file mode 100644 index ab3bd13..0000000 --- a/software/flow/node_modules/npm/node_modules/bin-links/lib/index.js +++ /dev/null @@ -1,44 +0,0 @@ -const linkBins = require('./link-bins.js') -const linkMans = require('./link-mans.js') - -const binLinks = opts => { - const { path, pkg, force, global, top } = opts - // global top pkgs on windows get bins installed in {prefix}, and no mans - // - // unix global top pkgs get their bins installed in {prefix}/bin, - // and mans in {prefix}/share/man - // - // non-top pkgs get their bins installed in {prefix}/node_modules/.bin, - // and do not install mans - // - // non-global top pkgs don't have any bins or mans linked. From here on - // out, if it's top, we know that it's global, so no need to pass that - // option further down the stack. - if (top && !global) { - return Promise.resolve() - } - - return Promise.all([ - // allow clobbering within the local node_modules/.bin folder. - // only global bins are protected in this way, or else it is - // yet another vector for excessive dependency conflicts. - linkBins({ path, pkg, top, force: force || !top }), - linkMans({ path, pkg, top, force }), - ]) -} - -const shimBin = require('./shim-bin.js') -const linkGently = require('./link-gently.js') -const resetSeen = () => { - shimBin.resetSeen() - linkGently.resetSeen() -} - -const checkBins = require('./check-bins.js') -const getPaths = require('./get-paths.js') - -module.exports = Object.assign(binLinks, { - checkBins, - resetSeen, - getPaths, -}) diff --git a/software/flow/node_modules/npm/node_modules/bin-links/lib/is-windows.js b/software/flow/node_modules/npm/node_modules/bin-links/lib/is-windows.js deleted file mode 100644 index da3b2fb..0000000 --- a/software/flow/node_modules/npm/node_modules/bin-links/lib/is-windows.js +++ /dev/null @@ -1,2 +0,0 @@ -const platform = process.env.__TESTING_BIN_LINKS_PLATFORM__ || process.platform -module.exports = platform === 'win32' diff --git a/software/flow/node_modules/npm/node_modules/bin-links/lib/link-bin.js b/software/flow/node_modules/npm/node_modules/bin-links/lib/link-bin.js deleted file mode 100644 index fb57935..0000000 --- a/software/flow/node_modules/npm/node_modules/bin-links/lib/link-bin.js +++ /dev/null @@ -1,9 +0,0 @@ -const linkGently = require('./link-gently.js') -const fixBin = require('./fix-bin.js') - -// linking bins is simple. just symlink, and if we linked it, fix the bin up -const linkBin = ({ path, to, from, absFrom, force }) => - linkGently({ path, to, from, absFrom, force }) - .then(linked => linked && fixBin(absFrom)) - -module.exports = linkBin diff --git a/software/flow/node_modules/npm/node_modules/bin-links/lib/link-bins.js b/software/flow/node_modules/npm/node_modules/bin-links/lib/link-bins.js deleted file mode 100644 index 9bf7d72..0000000 --- a/software/flow/node_modules/npm/node_modules/bin-links/lib/link-bins.js +++ /dev/null @@ -1,23 +0,0 @@ -const isWindows = require('./is-windows.js') -const binTarget = require('./bin-target.js') -const { dirname, resolve, relative } = require('path') -const linkBin = isWindows ? require('./shim-bin.js') : require('./link-bin.js') -const normalize = require('npm-normalize-package-bin') - -const linkBins = ({ path, pkg, top, force }) => { - pkg = normalize(pkg) - if (!pkg.bin) { - return Promise.resolve([]) - } - const promises = [] - const target = binTarget({ path, top }) - for (const [key, val] of Object.entries(pkg.bin)) { - const to = resolve(target, key) - const absFrom = resolve(path, val) - const from = relative(dirname(to), absFrom) - promises.push(linkBin({ path, from, to, absFrom, force })) - } - return Promise.all(promises) -} - -module.exports = linkBins diff --git a/software/flow/node_modules/npm/node_modules/bin-links/lib/link-gently.js b/software/flow/node_modules/npm/node_modules/bin-links/lib/link-gently.js deleted file mode 100644 index 89ca0f6..0000000 --- a/software/flow/node_modules/npm/node_modules/bin-links/lib/link-gently.js +++ /dev/null @@ -1,90 +0,0 @@ -// if the thing isn't there, skip it -// if there's a non-symlink there already, eexist -// if there's a symlink already, pointing somewhere else, eexist -// if there's a symlink already, pointing into our pkg, remove it first -// then create the symlink - -const { resolve, dirname } = require('path') -const { lstat, mkdir, readlink, rm, symlink } = require('fs/promises') -const throwNonEnoent = er => { - if (er.code !== 'ENOENT') { - throw er - } -} - -const rmOpts = { - recursive: true, - force: true, -} - -// even in --force mode, we never create a link over a link we've -// already created. you can have multiple packages in a tree trying -// to contend for the same bin, or the same manpage listed multiple times, -// which creates a race condition and nondeterminism. -const seen = new Set() - -const SKIP = Symbol('skip - missing or already installed') -const CLOBBER = Symbol('clobber - ours or in forceful mode') - -const linkGently = async ({ path, to, from, absFrom, force }) => { - if (seen.has(to)) { - return true - } - seen.add(to) - - // if the script or manpage isn't there, just ignore it. - // this arguably *should* be an install error of some sort, - // or at least a warning, but npm has always behaved this - // way in the past, so it'd be a breaking change - return Promise.all([ - lstat(absFrom).catch(throwNonEnoent), - lstat(to).catch(throwNonEnoent), - ]).then(([stFrom, stTo]) => { - // not present in package, skip it - if (!stFrom) { - return SKIP - } - - // exists! maybe clobber if we can - if (stTo) { - if (!stTo.isSymbolicLink()) { - return force && rm(to, rmOpts).then(() => CLOBBER) - } - - return readlink(to).then(target => { - if (target === from) { - return SKIP - } // skip it, already set up like we want it. - - target = resolve(dirname(to), target) - if (target.indexOf(path) === 0 || force) { - return rm(to, rmOpts).then(() => CLOBBER) - } - // neither skip nor clobber - return false - }) - } else { - // doesn't exist, dir might not either - return mkdir(dirname(to), { recursive: true }) - } - }) - .then(skipOrClobber => { - if (skipOrClobber === SKIP) { - return false - } - return symlink(from, to, 'file').catch(er => { - if (skipOrClobber === CLOBBER || force) { - return rm(to, rmOpts).then(() => symlink(from, to, 'file')) - } - throw er - }).then(() => true) - }) -} - -const resetSeen = () => { - for (const p of seen) { - seen.delete(p) - } -} - -module.exports = Object.assign(linkGently, { resetSeen }) diff --git a/software/flow/node_modules/npm/node_modules/bin-links/lib/link-mans.js b/software/flow/node_modules/npm/node_modules/bin-links/lib/link-mans.js deleted file mode 100644 index 656e179..0000000 --- a/software/flow/node_modules/npm/node_modules/bin-links/lib/link-mans.js +++ /dev/null @@ -1,52 +0,0 @@ -const { dirname, relative, join, resolve, basename } = require('path') -const linkGently = require('./link-gently.js') -const manTarget = require('./man-target.js') - -const linkMans = ({ path, pkg, top, force }) => { - const target = manTarget({ path, top }) - if (!target || !pkg.man || !Array.isArray(pkg.man) || !pkg.man.length) { - return Promise.resolve([]) - } - - // break any links to c:\\blah or /foo/blah or ../blah - // and filter out duplicates - const set = [...new Set(pkg.man.map(man => - man ? join('/', man).replace(/\\|:/g, '/').slice(1) : null) - .filter(man => typeof man === 'string'))] - - return Promise.all(set.map(man => { - const parseMan = man.match(/(.*\.([0-9]+)(\.gz)?)$/) - if (!parseMan) { - return Promise.reject(Object.assign(new Error('invalid man entry name\n' + - 'Man files must end with a number, ' + - 'and optionally a .gz suffix if they are compressed.' - ), { - code: 'EBADMAN', - path, - pkgid: pkg._id, - man, - })) - } - - const stem = parseMan[1] - const sxn = parseMan[2] - const base = basename(stem) - const absFrom = resolve(path, man) - /* istanbul ignore if - that unpossible */ - if (absFrom.indexOf(path) !== 0) { - return Promise.reject(Object.assign(new Error('invalid man entry'), { - code: 'EBADMAN', - path, - pkgid: pkg._id, - man, - })) - } - - const to = resolve(target, 'man' + sxn, base) - const from = relative(dirname(to), absFrom) - - return linkGently({ from, to, path, absFrom, force }) - })) -} - -module.exports = linkMans diff --git a/software/flow/node_modules/npm/node_modules/bin-links/lib/man-target.js b/software/flow/node_modules/npm/node_modules/bin-links/lib/man-target.js deleted file mode 100644 index efe66f3..0000000 --- a/software/flow/node_modules/npm/node_modules/bin-links/lib/man-target.js +++ /dev/null @@ -1,6 +0,0 @@ -const isWindows = require('./is-windows.js') -const getPrefix = require('./get-prefix.js') -const { dirname } = require('path') - -module.exports = ({ top, path }) => !top || isWindows ? null - : dirname(getPrefix(path)) + '/share/man' diff --git a/software/flow/node_modules/npm/node_modules/bin-links/lib/shim-bin.js b/software/flow/node_modules/npm/node_modules/bin-links/lib/shim-bin.js deleted file mode 100644 index d5e19c0..0000000 --- a/software/flow/node_modules/npm/node_modules/bin-links/lib/shim-bin.js +++ /dev/null @@ -1,86 +0,0 @@ -const { resolve, dirname } = require('path') -const { lstat } = require('fs/promises') -const throwNonEnoent = er => { - if (er.code !== 'ENOENT') { - throw er - } -} - -const cmdShim = require('cmd-shim') -const readCmdShim = require('read-cmd-shim') - -const fixBin = require('./fix-bin.js') - -// even in --force mode, we never create a shim over a shim we've -// already created. you can have multiple packages in a tree trying -// to contend for the same bin, which creates a race condition and -// nondeterminism. -const seen = new Set() - -const failEEXIST = ({ path, to, from }) => - Promise.reject(Object.assign(new Error('EEXIST: file already exists'), { - path: to, - dest: from, - code: 'EEXIST', - })) - -const handleReadCmdShimError = ({ er, from, to }) => - er.code === 'ENOENT' ? null - : er.code === 'ENOTASHIM' ? failEEXIST({ from, to }) - : Promise.reject(er) - -const SKIP = Symbol('skip - missing or already installed') -const shimBin = ({ path, to, from, absFrom, force }) => { - const shims = [ - to, - to + '.cmd', - to + '.ps1', - ] - - for (const shim of shims) { - if (seen.has(shim)) { - return true - } - seen.add(shim) - } - - return Promise.all([ - ...shims, - absFrom, - ].map(f => lstat(f).catch(throwNonEnoent))).then((stats) => { - const [, , , stFrom] = stats - if (!stFrom) { - return SKIP - } - - if (force) { - return false - } - - return Promise.all(shims.map((s, i) => [s, stats[i]]).map(([s, st]) => { - if (!st) { - return false - } - return readCmdShim(s) - .then(target => { - target = resolve(dirname(to), target) - if (target.indexOf(resolve(path)) !== 0) { - return failEEXIST({ from, to, path }) - } - return false - }, er => handleReadCmdShimError({ er, from, to })) - })) - }) - .then(skip => skip !== SKIP && doShim(absFrom, to)) -} - -const doShim = (absFrom, to) => - cmdShim(absFrom, to).then(() => fixBin(absFrom)) - -const resetSeen = () => { - for (const p of seen) { - seen.delete(p) - } -} - -module.exports = Object.assign(shimBin, { resetSeen }) diff --git a/software/flow/node_modules/npm/node_modules/bin-links/package.json b/software/flow/node_modules/npm/node_modules/bin-links/package.json deleted file mode 100644 index 589245a..0000000 --- a/software/flow/node_modules/npm/node_modules/bin-links/package.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "name": "bin-links", - "version": "4.0.1", - "description": "JavaScript package binary linker", - "main": "./lib/index.js", - "scripts": { - "snap": "tap", - "test": "tap", - "lint": "eslint \"**/*.js\"", - "postlint": "template-oss-check", - "lintfix": "npm run lint -- --fix", - "posttest": "npm run lint", - "template-oss-apply": "template-oss-apply --force" - }, - "repository": { - "type": "git", - "url": "https://github.com/npm/bin-links.git" - }, - "keywords": [ - "npm", - "link", - "bins" - ], - "license": "ISC", - "dependencies": { - "cmd-shim": "^6.0.0", - "npm-normalize-package-bin": "^3.0.0", - "read-cmd-shim": "^4.0.0", - "write-file-atomic": "^5.0.0" - }, - "devDependencies": { - "@npmcli/eslint-config": "^4.0.0", - "@npmcli/template-oss": "4.5.1", - "require-inject": "^1.4.4", - "tap": "^16.0.1" - }, - "tap": { - "check-coverage": true, - "coverage-map": "map.js", - "nyc-arg": [ - "--exclude", - "tap-snapshots/**" - ] - }, - "files": [ - "bin/", - "lib/" - ], - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "author": "GitHub Inc.", - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "windowsCI": false, - "version": "4.5.1" - } -} diff --git a/software/flow/node_modules/npm/node_modules/binary-extensions/binary-extensions.json b/software/flow/node_modules/npm/node_modules/binary-extensions/binary-extensions.json deleted file mode 100644 index 4aab383..0000000 --- a/software/flow/node_modules/npm/node_modules/binary-extensions/binary-extensions.json +++ /dev/null @@ -1,260 +0,0 @@ -[ - "3dm", - "3ds", - "3g2", - "3gp", - "7z", - "a", - "aac", - "adp", - "ai", - "aif", - "aiff", - "alz", - "ape", - "apk", - "appimage", - "ar", - "arj", - "asf", - "au", - "avi", - "bak", - "baml", - "bh", - "bin", - "bk", - "bmp", - "btif", - "bz2", - "bzip2", - "cab", - "caf", - "cgm", - "class", - "cmx", - "cpio", - "cr2", - "cur", - "dat", - "dcm", - "deb", - "dex", - "djvu", - "dll", - "dmg", - "dng", - "doc", - "docm", - "docx", - "dot", - "dotm", - "dra", - "DS_Store", - "dsk", - "dts", - "dtshd", - "dvb", - "dwg", - "dxf", - "ecelp4800", - "ecelp7470", - "ecelp9600", - "egg", - "eol", - "eot", - "epub", - "exe", - "f4v", - "fbs", - "fh", - "fla", - "flac", - "flatpak", - "fli", - "flv", - "fpx", - "fst", - "fvt", - "g3", - "gh", - "gif", - "graffle", - "gz", - "gzip", - "h261", - "h263", - "h264", - "icns", - "ico", - "ief", - "img", - "ipa", - "iso", - "jar", - "jpeg", - "jpg", - "jpgv", - "jpm", - "jxr", - "key", - "ktx", - "lha", - "lib", - "lvp", - "lz", - "lzh", - "lzma", - "lzo", - "m3u", - "m4a", - "m4v", - "mar", - "mdi", - "mht", - "mid", - "midi", - "mj2", - "mka", - "mkv", - "mmr", - "mng", - "mobi", - "mov", - "movie", - "mp3", - "mp4", - "mp4a", - "mpeg", - "mpg", - "mpga", - "mxu", - "nef", - "npx", - "numbers", - "nupkg", - "o", - "odp", - "ods", - "odt", - "oga", - "ogg", - "ogv", - "otf", - "ott", - "pages", - "pbm", - "pcx", - "pdb", - "pdf", - "pea", - "pgm", - "pic", - "png", - "pnm", - "pot", - "potm", - "potx", - "ppa", - "ppam", - "ppm", - "pps", - "ppsm", - "ppsx", - "ppt", - "pptm", - "pptx", - "psd", - "pya", - "pyc", - "pyo", - "pyv", - "qt", - "rar", - "ras", - "raw", - "resources", - "rgb", - "rip", - "rlc", - "rmf", - "rmvb", - "rpm", - "rtf", - "rz", - "s3m", - "s7z", - "scpt", - "sgi", - "shar", - "snap", - "sil", - "sketch", - "slk", - "smv", - "snk", - "so", - "stl", - "suo", - "sub", - "swf", - "tar", - "tbz", - "tbz2", - "tga", - "tgz", - "thmx", - "tif", - "tiff", - "tlz", - "ttc", - "ttf", - "txz", - "udf", - "uvh", - "uvi", - "uvm", - "uvp", - "uvs", - "uvu", - "viv", - "vob", - "war", - "wav", - "wax", - "wbmp", - "wdp", - "weba", - "webm", - "webp", - "whl", - "wim", - "wm", - "wma", - "wmv", - "wmx", - "woff", - "woff2", - "wrm", - "wvx", - "xbm", - "xif", - "xla", - "xlam", - "xls", - "xlsb", - "xlsm", - "xlsx", - "xlt", - "xltm", - "xltx", - "xm", - "xmind", - "xpi", - "xpm", - "xwd", - "xz", - "z", - "zip", - "zipx" -] diff --git a/software/flow/node_modules/npm/node_modules/binary-extensions/binary-extensions.json.d.ts b/software/flow/node_modules/npm/node_modules/binary-extensions/binary-extensions.json.d.ts deleted file mode 100644 index 94a248c..0000000 --- a/software/flow/node_modules/npm/node_modules/binary-extensions/binary-extensions.json.d.ts +++ /dev/null @@ -1,3 +0,0 @@ -declare const binaryExtensionsJson: readonly string[]; - -export = binaryExtensionsJson; diff --git a/software/flow/node_modules/npm/node_modules/binary-extensions/index.d.ts b/software/flow/node_modules/npm/node_modules/binary-extensions/index.d.ts deleted file mode 100644 index f469ac5..0000000 --- a/software/flow/node_modules/npm/node_modules/binary-extensions/index.d.ts +++ /dev/null @@ -1,14 +0,0 @@ -/** -List of binary file extensions. - -@example -``` -import binaryExtensions = require('binary-extensions'); - -console.log(binaryExtensions); -//=> ['3ds', '3g2', …] -``` -*/ -declare const binaryExtensions: readonly string[]; - -export = binaryExtensions; diff --git a/software/flow/node_modules/npm/node_modules/binary-extensions/index.js b/software/flow/node_modules/npm/node_modules/binary-extensions/index.js deleted file mode 100644 index d46e468..0000000 --- a/software/flow/node_modules/npm/node_modules/binary-extensions/index.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('./binary-extensions.json'); diff --git a/software/flow/node_modules/npm/node_modules/binary-extensions/license b/software/flow/node_modules/npm/node_modules/binary-extensions/license deleted file mode 100644 index 401b1c7..0000000 --- a/software/flow/node_modules/npm/node_modules/binary-extensions/license +++ /dev/null @@ -1,9 +0,0 @@ -MIT License - -Copyright (c) 2019 Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com), Paul Miller (https://paulmillr.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/binary-extensions/package.json b/software/flow/node_modules/npm/node_modules/binary-extensions/package.json deleted file mode 100644 index c4d3641..0000000 --- a/software/flow/node_modules/npm/node_modules/binary-extensions/package.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "name": "binary-extensions", - "version": "2.2.0", - "description": "List of binary file extensions", - "license": "MIT", - "repository": "sindresorhus/binary-extensions", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "sindresorhus.com" - }, - "engines": { - "node": ">=8" - }, - "scripts": { - "test": "xo && ava && tsd" - }, - "files": [ - "index.js", - "index.d.ts", - "binary-extensions.json", - "binary-extensions.json.d.ts" - ], - "keywords": [ - "binary", - "extensions", - "extension", - "file", - "json", - "list", - "array" - ], - "devDependencies": { - "ava": "^1.4.1", - "tsd": "^0.7.2", - "xo": "^0.24.0" - } -} diff --git a/software/flow/node_modules/npm/node_modules/brace-expansion/LICENSE b/software/flow/node_modules/npm/node_modules/brace-expansion/LICENSE deleted file mode 100644 index de32266..0000000 --- a/software/flow/node_modules/npm/node_modules/brace-expansion/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2013 Julian Gruber <julian@juliangruber.com> - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/brace-expansion/index.js b/software/flow/node_modules/npm/node_modules/brace-expansion/index.js deleted file mode 100644 index 4af9dde..0000000 --- a/software/flow/node_modules/npm/node_modules/brace-expansion/index.js +++ /dev/null @@ -1,203 +0,0 @@ -var balanced = require('balanced-match'); - -module.exports = expandTop; - -var escSlash = '\0SLASH'+Math.random()+'\0'; -var escOpen = '\0OPEN'+Math.random()+'\0'; -var escClose = '\0CLOSE'+Math.random()+'\0'; -var escComma = '\0COMMA'+Math.random()+'\0'; -var escPeriod = '\0PERIOD'+Math.random()+'\0'; - -function numeric(str) { - return parseInt(str, 10) == str - ? parseInt(str, 10) - : str.charCodeAt(0); -} - -function escapeBraces(str) { - return str.split('\\\\').join(escSlash) - .split('\\{').join(escOpen) - .split('\\}').join(escClose) - .split('\\,').join(escComma) - .split('\\.').join(escPeriod); -} - -function unescapeBraces(str) { - return str.split(escSlash).join('\\') - .split(escOpen).join('{') - .split(escClose).join('}') - .split(escComma).join(',') - .split(escPeriod).join('.'); -} - - -// Basically just str.split(","), but handling cases -// where we have nested braced sections, which should be -// treated as individual members, like {a,{b,c},d} -function parseCommaParts(str) { - if (!str) - return ['']; - - var parts = []; - var m = balanced('{', '}', str); - - if (!m) - return str.split(','); - - var pre = m.pre; - var body = m.body; - var post = m.post; - var p = pre.split(','); - - p[p.length-1] += '{' + body + '}'; - var postParts = parseCommaParts(post); - if (post.length) { - p[p.length-1] += postParts.shift(); - p.push.apply(p, postParts); - } - - parts.push.apply(parts, p); - - return parts; -} - -function expandTop(str) { - if (!str) - return []; - - // I don't know why Bash 4.3 does this, but it does. - // Anything starting with {} will have the first two bytes preserved - // but *only* at the top level, so {},a}b will not expand to anything, - // but a{},b}c will be expanded to [a}c,abc]. - // One could argue that this is a bug in Bash, but since the goal of - // this module is to match Bash's rules, we escape a leading {} - if (str.substr(0, 2) === '{}') { - str = '\\{\\}' + str.substr(2); - } - - return expand(escapeBraces(str), true).map(unescapeBraces); -} - -function embrace(str) { - return '{' + str + '}'; -} -function isPadded(el) { - return /^-?0\d/.test(el); -} - -function lte(i, y) { - return i <= y; -} -function gte(i, y) { - return i >= y; -} - -function expand(str, isTop) { - var expansions = []; - - var m = balanced('{', '}', str); - if (!m) return [str]; - - // no need to expand pre, since it is guaranteed to be free of brace-sets - var pre = m.pre; - var post = m.post.length - ? expand(m.post, false) - : ['']; - - if (/\$$/.test(m.pre)) { - for (var k = 0; k < post.length; k++) { - var expansion = pre+ '{' + m.body + '}' + post[k]; - expansions.push(expansion); - } - } else { - var isNumericSequence = /^-?\d+\.\.-?\d+(?:\.\.-?\d+)?$/.test(m.body); - var isAlphaSequence = /^[a-zA-Z]\.\.[a-zA-Z](?:\.\.-?\d+)?$/.test(m.body); - var isSequence = isNumericSequence || isAlphaSequence; - var isOptions = m.body.indexOf(',') >= 0; - if (!isSequence && !isOptions) { - // {a},b} - if (m.post.match(/,.*\}/)) { - str = m.pre + '{' + m.body + escClose + m.post; - return expand(str); - } - return [str]; - } - - var n; - if (isSequence) { - n = m.body.split(/\.\./); - } else { - n = parseCommaParts(m.body); - if (n.length === 1) { - // x{{a,b}}y ==> x{a}y x{b}y - n = expand(n[0], false).map(embrace); - if (n.length === 1) { - return post.map(function(p) { - return m.pre + n[0] + p; - }); - } - } - } - - // at this point, n is the parts, and we know it's not a comma set - // with a single entry. - var N; - - if (isSequence) { - var x = numeric(n[0]); - var y = numeric(n[1]); - var width = Math.max(n[0].length, n[1].length) - var incr = n.length == 3 - ? Math.abs(numeric(n[2])) - : 1; - var test = lte; - var reverse = y < x; - if (reverse) { - incr *= -1; - test = gte; - } - var pad = n.some(isPadded); - - N = []; - - for (var i = x; test(i, y); i += incr) { - var c; - if (isAlphaSequence) { - c = String.fromCharCode(i); - if (c === '\\') - c = ''; - } else { - c = String(i); - if (pad) { - var need = width - c.length; - if (need > 0) { - var z = new Array(need + 1).join('0'); - if (i < 0) - c = '-' + z + c.slice(1); - else - c = z + c; - } - } - } - N.push(c); - } - } else { - N = []; - - for (var j = 0; j < n.length; j++) { - N.push.apply(N, expand(n[j], false)); - } - } - - for (var j = 0; j < N.length; j++) { - for (var k = 0; k < post.length; k++) { - var expansion = pre + N[j] + post[k]; - if (!isTop || isSequence || expansion) - expansions.push(expansion); - } - } - } - - return expansions; -} - diff --git a/software/flow/node_modules/npm/node_modules/brace-expansion/package.json b/software/flow/node_modules/npm/node_modules/brace-expansion/package.json deleted file mode 100644 index 7097d41..0000000 --- a/software/flow/node_modules/npm/node_modules/brace-expansion/package.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "name": "brace-expansion", - "description": "Brace expansion as known from sh/bash", - "version": "2.0.1", - "repository": { - "type": "git", - "url": "git://github.com/juliangruber/brace-expansion.git" - }, - "homepage": "https://github.com/juliangruber/brace-expansion", - "main": "index.js", - "scripts": { - "test": "tape test/*.js", - "gentest": "bash test/generate.sh", - "bench": "matcha test/perf/bench.js" - }, - "dependencies": { - "balanced-match": "^1.0.0" - }, - "devDependencies": { - "@c4312/matcha": "^1.3.1", - "tape": "^4.6.0" - }, - "keywords": [], - "author": { - "name": "Julian Gruber", - "email": "mail@juliangruber.com", - "url": "http://juliangruber.com" - }, - "license": "MIT", - "testling": { - "files": "test/*.js", - "browsers": [ - "ie/8..latest", - "firefox/20..latest", - "firefox/nightly", - "chrome/25..latest", - "chrome/canary", - "opera/12..latest", - "opera/next", - "safari/5.1..latest", - "ipad/6.0..latest", - "iphone/6.0..latest", - "android-browser/4.2..latest" - ] - } -} diff --git a/software/flow/node_modules/npm/node_modules/buffer/AUTHORS.md b/software/flow/node_modules/npm/node_modules/buffer/AUTHORS.md deleted file mode 100644 index 468aa19..0000000 --- a/software/flow/node_modules/npm/node_modules/buffer/AUTHORS.md +++ /dev/null @@ -1,73 +0,0 @@ -# Authors - -#### Ordered by first contribution. - -- Romain Beauxis (toots@rastageeks.org) -- Tobias Koppers (tobias.koppers@googlemail.com) -- Janus (ysangkok@gmail.com) -- Rainer Dreyer (rdrey1@gmail.com) -- Tõnis Tiigi (tonistiigi@gmail.com) -- James Halliday (mail@substack.net) -- Michael Williamson (mike@zwobble.org) -- elliottcable (github@elliottcable.name) -- rafael (rvalle@livelens.net) -- Andrew Kelley (superjoe30@gmail.com) -- Andreas Madsen (amwebdk@gmail.com) -- Mike Brevoort (mike.brevoort@pearson.com) -- Brian White (mscdex@mscdex.net) -- Feross Aboukhadijeh (feross@feross.org) -- Ruben Verborgh (ruben@verborgh.org) -- eliang (eliang.cs@gmail.com) -- Jesse Tane (jesse.tane@gmail.com) -- Alfonso Boza (alfonso@cloud.com) -- Mathias Buus (mathiasbuus@gmail.com) -- Devon Govett (devongovett@gmail.com) -- Daniel Cousens (github@dcousens.com) -- Joseph Dykstra (josephdykstra@gmail.com) -- Parsha Pourkhomami (parshap+git@gmail.com) -- Damjan Košir (damjan.kosir@gmail.com) -- daverayment (dave.rayment@gmail.com) -- kawanet (u-suke@kawa.net) -- Linus Unnebäck (linus@folkdatorn.se) -- Nolan Lawson (nolan.lawson@gmail.com) -- Calvin Metcalf (calvin.metcalf@gmail.com) -- Koki Takahashi (hakatasiloving@gmail.com) -- Guy Bedford (guybedford@gmail.com) -- Jan Schär (jscissr@gmail.com) -- RaulTsc (tomescu.raul@gmail.com) -- Matthieu Monsch (monsch@alum.mit.edu) -- Dan Ehrenberg (littledan@chromium.org) -- Kirill Fomichev (fanatid@ya.ru) -- Yusuke Kawasaki (u-suke@kawa.net) -- DC (dcposch@dcpos.ch) -- John-David Dalton (john.david.dalton@gmail.com) -- adventure-yunfei (adventure030@gmail.com) -- Emil Bay (github@tixz.dk) -- Sam Sudar (sudar.sam@gmail.com) -- Volker Mische (volker.mische@gmail.com) -- David Walton (support@geekstocks.com) -- Сковорода Никита Андреевич (chalkerx@gmail.com) -- greenkeeper[bot] (greenkeeper[bot]@users.noreply.github.com) -- ukstv (sergey.ukustov@machinomy.com) -- Renée Kooi (renee@kooi.me) -- ranbochen (ranbochen@qq.com) -- Vladimir Borovik (bobahbdb@gmail.com) -- greenkeeper[bot] (23040076+greenkeeper[bot]@users.noreply.github.com) -- kumavis (aaron@kumavis.me) -- Sergey Ukustov (sergey.ukustov@machinomy.com) -- Fei Liu (liu.feiwood@gmail.com) -- Blaine Bublitz (blaine.bublitz@gmail.com) -- clement (clement@seald.io) -- Koushik Dutta (koushd@gmail.com) -- Jordan Harband (ljharb@gmail.com) -- Niklas Mischkulnig (mischnic@users.noreply.github.com) -- Nikolai Vavilov (vvnicholas@gmail.com) -- Fedor Nezhivoi (gyzerok@users.noreply.github.com) -- shuse2 (shus.toda@gmail.com) -- Peter Newman (peternewman@users.noreply.github.com) -- mathmakgakpak (44949126+mathmakgakpak@users.noreply.github.com) -- jkkang (jkkang@smartauth.kr) -- Deklan Webster (deklanw@gmail.com) -- Martin Heidegger (martin.heidegger@gmail.com) - -#### Generated by bin/update-authors.sh. diff --git a/software/flow/node_modules/npm/node_modules/buffer/LICENSE b/software/flow/node_modules/npm/node_modules/buffer/LICENSE deleted file mode 100644 index d6bf75d..0000000 --- a/software/flow/node_modules/npm/node_modules/buffer/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) Feross Aboukhadijeh, and other contributors. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/buffer/index.d.ts b/software/flow/node_modules/npm/node_modules/buffer/index.d.ts deleted file mode 100644 index 07096a2..0000000 --- a/software/flow/node_modules/npm/node_modules/buffer/index.d.ts +++ /dev/null @@ -1,194 +0,0 @@ -export class Buffer extends Uint8Array { - length: number - write(string: string, offset?: number, length?: number, encoding?: string): number; - toString(encoding?: string, start?: number, end?: number): string; - toJSON(): { type: 'Buffer', data: any[] }; - equals(otherBuffer: Buffer): boolean; - compare(otherBuffer: Uint8Array, targetStart?: number, targetEnd?: number, sourceStart?: number, sourceEnd?: number): number; - copy(targetBuffer: Buffer, targetStart?: number, sourceStart?: number, sourceEnd?: number): number; - slice(start?: number, end?: number): Buffer; - writeUIntLE(value: number, offset: number, byteLength: number, noAssert?: boolean): number; - writeUIntBE(value: number, offset: number, byteLength: number, noAssert?: boolean): number; - writeIntLE(value: number, offset: number, byteLength: number, noAssert?: boolean): number; - writeIntBE(value: number, offset: number, byteLength: number, noAssert?: boolean): number; - readUIntLE(offset: number, byteLength: number, noAssert?: boolean): number; - readUIntBE(offset: number, byteLength: number, noAssert?: boolean): number; - readIntLE(offset: number, byteLength: number, noAssert?: boolean): number; - readIntBE(offset: number, byteLength: number, noAssert?: boolean): number; - readUInt8(offset: number, noAssert?: boolean): number; - readUInt16LE(offset: number, noAssert?: boolean): number; - readUInt16BE(offset: number, noAssert?: boolean): number; - readUInt32LE(offset: number, noAssert?: boolean): number; - readUInt32BE(offset: number, noAssert?: boolean): number; - readBigUInt64LE(offset: number): BigInt; - readBigUInt64BE(offset: number): BigInt; - readInt8(offset: number, noAssert?: boolean): number; - readInt16LE(offset: number, noAssert?: boolean): number; - readInt16BE(offset: number, noAssert?: boolean): number; - readInt32LE(offset: number, noAssert?: boolean): number; - readInt32BE(offset: number, noAssert?: boolean): number; - readBigInt64LE(offset: number): BigInt; - readBigInt64BE(offset: number): BigInt; - readFloatLE(offset: number, noAssert?: boolean): number; - readFloatBE(offset: number, noAssert?: boolean): number; - readDoubleLE(offset: number, noAssert?: boolean): number; - readDoubleBE(offset: number, noAssert?: boolean): number; - reverse(): this; - swap16(): Buffer; - swap32(): Buffer; - swap64(): Buffer; - writeUInt8(value: number, offset: number, noAssert?: boolean): number; - writeUInt16LE(value: number, offset: number, noAssert?: boolean): number; - writeUInt16BE(value: number, offset: number, noAssert?: boolean): number; - writeUInt32LE(value: number, offset: number, noAssert?: boolean): number; - writeUInt32BE(value: number, offset: number, noAssert?: boolean): number; - writeBigUInt64LE(value: number, offset: number): BigInt; - writeBigUInt64BE(value: number, offset: number): BigInt; - writeInt8(value: number, offset: number, noAssert?: boolean): number; - writeInt16LE(value: number, offset: number, noAssert?: boolean): number; - writeInt16BE(value: number, offset: number, noAssert?: boolean): number; - writeInt32LE(value: number, offset: number, noAssert?: boolean): number; - writeInt32BE(value: number, offset: number, noAssert?: boolean): number; - writeBigInt64LE(value: number, offset: number): BigInt; - writeBigInt64BE(value: number, offset: number): BigInt; - writeFloatLE(value: number, offset: number, noAssert?: boolean): number; - writeFloatBE(value: number, offset: number, noAssert?: boolean): number; - writeDoubleLE(value: number, offset: number, noAssert?: boolean): number; - writeDoubleBE(value: number, offset: number, noAssert?: boolean): number; - fill(value: any, offset?: number, end?: number): this; - indexOf(value: string | number | Buffer, byteOffset?: number, encoding?: string): number; - lastIndexOf(value: string | number | Buffer, byteOffset?: number, encoding?: string): number; - includes(value: string | number | Buffer, byteOffset?: number, encoding?: string): boolean; - - /** - * Allocates a new buffer containing the given {str}. - * - * @param str String to store in buffer. - * @param encoding encoding to use, optional. Default is 'utf8' - */ - constructor (str: string, encoding?: string); - /** - * Allocates a new buffer of {size} octets. - * - * @param size count of octets to allocate. - */ - constructor (size: number); - /** - * Allocates a new buffer containing the given {array} of octets. - * - * @param array The octets to store. - */ - constructor (array: Uint8Array); - /** - * Produces a Buffer backed by the same allocated memory as - * the given {ArrayBuffer}. - * - * - * @param arrayBuffer The ArrayBuffer with which to share memory. - */ - constructor (arrayBuffer: ArrayBuffer); - /** - * Allocates a new buffer containing the given {array} of octets. - * - * @param array The octets to store. - */ - constructor (array: any[]); - /** - * Copies the passed {buffer} data onto a new {Buffer} instance. - * - * @param buffer The buffer to copy. - */ - constructor (buffer: Buffer); - prototype: Buffer; - /** - * Allocates a new Buffer using an {array} of octets. - * - * @param array - */ - static from(array: any[]): Buffer; - /** - * When passed a reference to the .buffer property of a TypedArray instance, - * the newly created Buffer will share the same allocated memory as the TypedArray. - * The optional {byteOffset} and {length} arguments specify a memory range - * within the {arrayBuffer} that will be shared by the Buffer. - * - * @param arrayBuffer The .buffer property of a TypedArray or a new ArrayBuffer() - * @param byteOffset - * @param length - */ - static from(arrayBuffer: ArrayBuffer, byteOffset?: number, length?: number): Buffer; - /** - * Copies the passed {buffer} data onto a new Buffer instance. - * - * @param buffer - */ - static from(buffer: Buffer | Uint8Array): Buffer; - /** - * Creates a new Buffer containing the given JavaScript string {str}. - * If provided, the {encoding} parameter identifies the character encoding. - * If not provided, {encoding} defaults to 'utf8'. - * - * @param str - */ - static from(str: string, encoding?: string): Buffer; - /** - * Returns true if {obj} is a Buffer - * - * @param obj object to test. - */ - static isBuffer(obj: any): obj is Buffer; - /** - * Returns true if {encoding} is a valid encoding argument. - * Valid string encodings in Node 0.12: 'ascii'|'utf8'|'utf16le'|'ucs2'(alias of 'utf16le')|'base64'|'binary'(deprecated)|'hex' - * - * @param encoding string to test. - */ - static isEncoding(encoding: string): boolean; - /** - * Gives the actual byte length of a string. encoding defaults to 'utf8'. - * This is not the same as String.prototype.length since that returns the number of characters in a string. - * - * @param string string to test. - * @param encoding encoding used to evaluate (defaults to 'utf8') - */ - static byteLength(string: string, encoding?: string): number; - /** - * Returns a buffer which is the result of concatenating all the buffers in the list together. - * - * If the list has no items, or if the totalLength is 0, then it returns a zero-length buffer. - * If the list has exactly one item, then the first item of the list is returned. - * If the list has more than one item, then a new Buffer is created. - * - * @param list An array of Buffer objects to concatenate - * @param totalLength Total length of the buffers when concatenated. - * If totalLength is not provided, it is read from the buffers in the list. However, this adds an additional loop to the function, so it is faster to provide the length explicitly. - */ - static concat(list: Uint8Array[], totalLength?: number): Buffer; - /** - * The same as buf1.compare(buf2). - */ - static compare(buf1: Uint8Array, buf2: Uint8Array): number; - /** - * Allocates a new buffer of {size} octets. - * - * @param size count of octets to allocate. - * @param fill if specified, buffer will be initialized by calling buf.fill(fill). - * If parameter is omitted, buffer will be filled with zeros. - * @param encoding encoding used for call to buf.fill while initializing - */ - static alloc(size: number, fill?: string | Buffer | number, encoding?: string): Buffer; - /** - * Allocates a new buffer of {size} octets, leaving memory not initialized, so the contents - * of the newly created Buffer are unknown and may contain sensitive data. - * - * @param size count of octets to allocate - */ - static allocUnsafe(size: number): Buffer; - /** - * Allocates a new non-pooled buffer of {size} octets, leaving memory not initialized, so the contents - * of the newly created Buffer are unknown and may contain sensitive data. - * - * @param size count of octets to allocate - */ - static allocUnsafeSlow(size: number): Buffer; -} diff --git a/software/flow/node_modules/npm/node_modules/buffer/index.js b/software/flow/node_modules/npm/node_modules/buffer/index.js deleted file mode 100644 index 7a0e9c2..0000000 --- a/software/flow/node_modules/npm/node_modules/buffer/index.js +++ /dev/null @@ -1,2106 +0,0 @@ -/*! - * The buffer module from node.js, for the browser. - * - * @author Feross Aboukhadijeh <https://feross.org> - * @license MIT - */ -/* eslint-disable no-proto */ - -'use strict' - -const base64 = require('base64-js') -const ieee754 = require('ieee754') -const customInspectSymbol = - (typeof Symbol === 'function' && typeof Symbol['for'] === 'function') // eslint-disable-line dot-notation - ? Symbol['for']('nodejs.util.inspect.custom') // eslint-disable-line dot-notation - : null - -exports.Buffer = Buffer -exports.SlowBuffer = SlowBuffer -exports.INSPECT_MAX_BYTES = 50 - -const K_MAX_LENGTH = 0x7fffffff -exports.kMaxLength = K_MAX_LENGTH - -/** - * If `Buffer.TYPED_ARRAY_SUPPORT`: - * === true Use Uint8Array implementation (fastest) - * === false Print warning and recommend using `buffer` v4.x which has an Object - * implementation (most compatible, even IE6) - * - * Browsers that support typed arrays are IE 10+, Firefox 4+, Chrome 7+, Safari 5.1+, - * Opera 11.6+, iOS 4.2+. - * - * We report that the browser does not support typed arrays if the are not subclassable - * using __proto__. Firefox 4-29 lacks support for adding new properties to `Uint8Array` - * (See: https://bugzilla.mozilla.org/show_bug.cgi?id=695438). IE 10 lacks support - * for __proto__ and has a buggy typed array implementation. - */ -Buffer.TYPED_ARRAY_SUPPORT = typedArraySupport() - -if (!Buffer.TYPED_ARRAY_SUPPORT && typeof console !== 'undefined' && - typeof console.error === 'function') { - console.error( - 'This browser lacks typed array (Uint8Array) support which is required by ' + - '`buffer` v5.x. Use `buffer` v4.x if you require old browser support.' - ) -} - -function typedArraySupport () { - // Can typed array instances can be augmented? - try { - const arr = new Uint8Array(1) - const proto = { foo: function () { return 42 } } - Object.setPrototypeOf(proto, Uint8Array.prototype) - Object.setPrototypeOf(arr, proto) - return arr.foo() === 42 - } catch (e) { - return false - } -} - -Object.defineProperty(Buffer.prototype, 'parent', { - enumerable: true, - get: function () { - if (!Buffer.isBuffer(this)) return undefined - return this.buffer - } -}) - -Object.defineProperty(Buffer.prototype, 'offset', { - enumerable: true, - get: function () { - if (!Buffer.isBuffer(this)) return undefined - return this.byteOffset - } -}) - -function createBuffer (length) { - if (length > K_MAX_LENGTH) { - throw new RangeError('The value "' + length + '" is invalid for option "size"') - } - // Return an augmented `Uint8Array` instance - const buf = new Uint8Array(length) - Object.setPrototypeOf(buf, Buffer.prototype) - return buf -} - -/** - * The Buffer constructor returns instances of `Uint8Array` that have their - * prototype changed to `Buffer.prototype`. Furthermore, `Buffer` is a subclass of - * `Uint8Array`, so the returned instances will have all the node `Buffer` methods - * and the `Uint8Array` methods. Square bracket notation works as expected -- it - * returns a single octet. - * - * The `Uint8Array` prototype remains unmodified. - */ - -function Buffer (arg, encodingOrOffset, length) { - // Common case. - if (typeof arg === 'number') { - if (typeof encodingOrOffset === 'string') { - throw new TypeError( - 'The "string" argument must be of type string. Received type number' - ) - } - return allocUnsafe(arg) - } - return from(arg, encodingOrOffset, length) -} - -Buffer.poolSize = 8192 // not used by this implementation - -function from (value, encodingOrOffset, length) { - if (typeof value === 'string') { - return fromString(value, encodingOrOffset) - } - - if (ArrayBuffer.isView(value)) { - return fromArrayView(value) - } - - if (value == null) { - throw new TypeError( - 'The first argument must be one of type string, Buffer, ArrayBuffer, Array, ' + - 'or Array-like Object. Received type ' + (typeof value) - ) - } - - if (isInstance(value, ArrayBuffer) || - (value && isInstance(value.buffer, ArrayBuffer))) { - return fromArrayBuffer(value, encodingOrOffset, length) - } - - if (typeof SharedArrayBuffer !== 'undefined' && - (isInstance(value, SharedArrayBuffer) || - (value && isInstance(value.buffer, SharedArrayBuffer)))) { - return fromArrayBuffer(value, encodingOrOffset, length) - } - - if (typeof value === 'number') { - throw new TypeError( - 'The "value" argument must not be of type number. Received type number' - ) - } - - const valueOf = value.valueOf && value.valueOf() - if (valueOf != null && valueOf !== value) { - return Buffer.from(valueOf, encodingOrOffset, length) - } - - const b = fromObject(value) - if (b) return b - - if (typeof Symbol !== 'undefined' && Symbol.toPrimitive != null && - typeof value[Symbol.toPrimitive] === 'function') { - return Buffer.from(value[Symbol.toPrimitive]('string'), encodingOrOffset, length) - } - - throw new TypeError( - 'The first argument must be one of type string, Buffer, ArrayBuffer, Array, ' + - 'or Array-like Object. Received type ' + (typeof value) - ) -} - -/** - * Functionally equivalent to Buffer(arg, encoding) but throws a TypeError - * if value is a number. - * Buffer.from(str[, encoding]) - * Buffer.from(array) - * Buffer.from(buffer) - * Buffer.from(arrayBuffer[, byteOffset[, length]]) - **/ -Buffer.from = function (value, encodingOrOffset, length) { - return from(value, encodingOrOffset, length) -} - -// Note: Change prototype *after* Buffer.from is defined to workaround Chrome bug: -// https://github.com/feross/buffer/pull/148 -Object.setPrototypeOf(Buffer.prototype, Uint8Array.prototype) -Object.setPrototypeOf(Buffer, Uint8Array) - -function assertSize (size) { - if (typeof size !== 'number') { - throw new TypeError('"size" argument must be of type number') - } else if (size < 0) { - throw new RangeError('The value "' + size + '" is invalid for option "size"') - } -} - -function alloc (size, fill, encoding) { - assertSize(size) - if (size <= 0) { - return createBuffer(size) - } - if (fill !== undefined) { - // Only pay attention to encoding if it's a string. This - // prevents accidentally sending in a number that would - // be interpreted as a start offset. - return typeof encoding === 'string' - ? createBuffer(size).fill(fill, encoding) - : createBuffer(size).fill(fill) - } - return createBuffer(size) -} - -/** - * Creates a new filled Buffer instance. - * alloc(size[, fill[, encoding]]) - **/ -Buffer.alloc = function (size, fill, encoding) { - return alloc(size, fill, encoding) -} - -function allocUnsafe (size) { - assertSize(size) - return createBuffer(size < 0 ? 0 : checked(size) | 0) -} - -/** - * Equivalent to Buffer(num), by default creates a non-zero-filled Buffer instance. - * */ -Buffer.allocUnsafe = function (size) { - return allocUnsafe(size) -} -/** - * Equivalent to SlowBuffer(num), by default creates a non-zero-filled Buffer instance. - */ -Buffer.allocUnsafeSlow = function (size) { - return allocUnsafe(size) -} - -function fromString (string, encoding) { - if (typeof encoding !== 'string' || encoding === '') { - encoding = 'utf8' - } - - if (!Buffer.isEncoding(encoding)) { - throw new TypeError('Unknown encoding: ' + encoding) - } - - const length = byteLength(string, encoding) | 0 - let buf = createBuffer(length) - - const actual = buf.write(string, encoding) - - if (actual !== length) { - // Writing a hex string, for example, that contains invalid characters will - // cause everything after the first invalid character to be ignored. (e.g. - // 'abxxcd' will be treated as 'ab') - buf = buf.slice(0, actual) - } - - return buf -} - -function fromArrayLike (array) { - const length = array.length < 0 ? 0 : checked(array.length) | 0 - const buf = createBuffer(length) - for (let i = 0; i < length; i += 1) { - buf[i] = array[i] & 255 - } - return buf -} - -function fromArrayView (arrayView) { - if (isInstance(arrayView, Uint8Array)) { - const copy = new Uint8Array(arrayView) - return fromArrayBuffer(copy.buffer, copy.byteOffset, copy.byteLength) - } - return fromArrayLike(arrayView) -} - -function fromArrayBuffer (array, byteOffset, length) { - if (byteOffset < 0 || array.byteLength < byteOffset) { - throw new RangeError('"offset" is outside of buffer bounds') - } - - if (array.byteLength < byteOffset + (length || 0)) { - throw new RangeError('"length" is outside of buffer bounds') - } - - let buf - if (byteOffset === undefined && length === undefined) { - buf = new Uint8Array(array) - } else if (length === undefined) { - buf = new Uint8Array(array, byteOffset) - } else { - buf = new Uint8Array(array, byteOffset, length) - } - - // Return an augmented `Uint8Array` instance - Object.setPrototypeOf(buf, Buffer.prototype) - - return buf -} - -function fromObject (obj) { - if (Buffer.isBuffer(obj)) { - const len = checked(obj.length) | 0 - const buf = createBuffer(len) - - if (buf.length === 0) { - return buf - } - - obj.copy(buf, 0, 0, len) - return buf - } - - if (obj.length !== undefined) { - if (typeof obj.length !== 'number' || numberIsNaN(obj.length)) { - return createBuffer(0) - } - return fromArrayLike(obj) - } - - if (obj.type === 'Buffer' && Array.isArray(obj.data)) { - return fromArrayLike(obj.data) - } -} - -function checked (length) { - // Note: cannot use `length < K_MAX_LENGTH` here because that fails when - // length is NaN (which is otherwise coerced to zero.) - if (length >= K_MAX_LENGTH) { - throw new RangeError('Attempt to allocate Buffer larger than maximum ' + - 'size: 0x' + K_MAX_LENGTH.toString(16) + ' bytes') - } - return length | 0 -} - -function SlowBuffer (length) { - if (+length != length) { // eslint-disable-line eqeqeq - length = 0 - } - return Buffer.alloc(+length) -} - -Buffer.isBuffer = function isBuffer (b) { - return b != null && b._isBuffer === true && - b !== Buffer.prototype // so Buffer.isBuffer(Buffer.prototype) will be false -} - -Buffer.compare = function compare (a, b) { - if (isInstance(a, Uint8Array)) a = Buffer.from(a, a.offset, a.byteLength) - if (isInstance(b, Uint8Array)) b = Buffer.from(b, b.offset, b.byteLength) - if (!Buffer.isBuffer(a) || !Buffer.isBuffer(b)) { - throw new TypeError( - 'The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array' - ) - } - - if (a === b) return 0 - - let x = a.length - let y = b.length - - for (let i = 0, len = Math.min(x, y); i < len; ++i) { - if (a[i] !== b[i]) { - x = a[i] - y = b[i] - break - } - } - - if (x < y) return -1 - if (y < x) return 1 - return 0 -} - -Buffer.isEncoding = function isEncoding (encoding) { - switch (String(encoding).toLowerCase()) { - case 'hex': - case 'utf8': - case 'utf-8': - case 'ascii': - case 'latin1': - case 'binary': - case 'base64': - case 'ucs2': - case 'ucs-2': - case 'utf16le': - case 'utf-16le': - return true - default: - return false - } -} - -Buffer.concat = function concat (list, length) { - if (!Array.isArray(list)) { - throw new TypeError('"list" argument must be an Array of Buffers') - } - - if (list.length === 0) { - return Buffer.alloc(0) - } - - let i - if (length === undefined) { - length = 0 - for (i = 0; i < list.length; ++i) { - length += list[i].length - } - } - - const buffer = Buffer.allocUnsafe(length) - let pos = 0 - for (i = 0; i < list.length; ++i) { - let buf = list[i] - if (isInstance(buf, Uint8Array)) { - if (pos + buf.length > buffer.length) { - if (!Buffer.isBuffer(buf)) buf = Buffer.from(buf) - buf.copy(buffer, pos) - } else { - Uint8Array.prototype.set.call( - buffer, - buf, - pos - ) - } - } else if (!Buffer.isBuffer(buf)) { - throw new TypeError('"list" argument must be an Array of Buffers') - } else { - buf.copy(buffer, pos) - } - pos += buf.length - } - return buffer -} - -function byteLength (string, encoding) { - if (Buffer.isBuffer(string)) { - return string.length - } - if (ArrayBuffer.isView(string) || isInstance(string, ArrayBuffer)) { - return string.byteLength - } - if (typeof string !== 'string') { - throw new TypeError( - 'The "string" argument must be one of type string, Buffer, or ArrayBuffer. ' + - 'Received type ' + typeof string - ) - } - - const len = string.length - const mustMatch = (arguments.length > 2 && arguments[2] === true) - if (!mustMatch && len === 0) return 0 - - // Use a for loop to avoid recursion - let loweredCase = false - for (;;) { - switch (encoding) { - case 'ascii': - case 'latin1': - case 'binary': - return len - case 'utf8': - case 'utf-8': - return utf8ToBytes(string).length - case 'ucs2': - case 'ucs-2': - case 'utf16le': - case 'utf-16le': - return len * 2 - case 'hex': - return len >>> 1 - case 'base64': - return base64ToBytes(string).length - default: - if (loweredCase) { - return mustMatch ? -1 : utf8ToBytes(string).length // assume utf8 - } - encoding = ('' + encoding).toLowerCase() - loweredCase = true - } - } -} -Buffer.byteLength = byteLength - -function slowToString (encoding, start, end) { - let loweredCase = false - - // No need to verify that "this.length <= MAX_UINT32" since it's a read-only - // property of a typed array. - - // This behaves neither like String nor Uint8Array in that we set start/end - // to their upper/lower bounds if the value passed is out of range. - // undefined is handled specially as per ECMA-262 6th Edition, - // Section 13.3.3.7 Runtime Semantics: KeyedBindingInitialization. - if (start === undefined || start < 0) { - start = 0 - } - // Return early if start > this.length. Done here to prevent potential uint32 - // coercion fail below. - if (start > this.length) { - return '' - } - - if (end === undefined || end > this.length) { - end = this.length - } - - if (end <= 0) { - return '' - } - - // Force coercion to uint32. This will also coerce falsey/NaN values to 0. - end >>>= 0 - start >>>= 0 - - if (end <= start) { - return '' - } - - if (!encoding) encoding = 'utf8' - - while (true) { - switch (encoding) { - case 'hex': - return hexSlice(this, start, end) - - case 'utf8': - case 'utf-8': - return utf8Slice(this, start, end) - - case 'ascii': - return asciiSlice(this, start, end) - - case 'latin1': - case 'binary': - return latin1Slice(this, start, end) - - case 'base64': - return base64Slice(this, start, end) - - case 'ucs2': - case 'ucs-2': - case 'utf16le': - case 'utf-16le': - return utf16leSlice(this, start, end) - - default: - if (loweredCase) throw new TypeError('Unknown encoding: ' + encoding) - encoding = (encoding + '').toLowerCase() - loweredCase = true - } - } -} - -// This property is used by `Buffer.isBuffer` (and the `is-buffer` npm package) -// to detect a Buffer instance. It's not possible to use `instanceof Buffer` -// reliably in a browserify context because there could be multiple different -// copies of the 'buffer' package in use. This method works even for Buffer -// instances that were created from another copy of the `buffer` package. -// See: https://github.com/feross/buffer/issues/154 -Buffer.prototype._isBuffer = true - -function swap (b, n, m) { - const i = b[n] - b[n] = b[m] - b[m] = i -} - -Buffer.prototype.swap16 = function swap16 () { - const len = this.length - if (len % 2 !== 0) { - throw new RangeError('Buffer size must be a multiple of 16-bits') - } - for (let i = 0; i < len; i += 2) { - swap(this, i, i + 1) - } - return this -} - -Buffer.prototype.swap32 = function swap32 () { - const len = this.length - if (len % 4 !== 0) { - throw new RangeError('Buffer size must be a multiple of 32-bits') - } - for (let i = 0; i < len; i += 4) { - swap(this, i, i + 3) - swap(this, i + 1, i + 2) - } - return this -} - -Buffer.prototype.swap64 = function swap64 () { - const len = this.length - if (len % 8 !== 0) { - throw new RangeError('Buffer size must be a multiple of 64-bits') - } - for (let i = 0; i < len; i += 8) { - swap(this, i, i + 7) - swap(this, i + 1, i + 6) - swap(this, i + 2, i + 5) - swap(this, i + 3, i + 4) - } - return this -} - -Buffer.prototype.toString = function toString () { - const length = this.length - if (length === 0) return '' - if (arguments.length === 0) return utf8Slice(this, 0, length) - return slowToString.apply(this, arguments) -} - -Buffer.prototype.toLocaleString = Buffer.prototype.toString - -Buffer.prototype.equals = function equals (b) { - if (!Buffer.isBuffer(b)) throw new TypeError('Argument must be a Buffer') - if (this === b) return true - return Buffer.compare(this, b) === 0 -} - -Buffer.prototype.inspect = function inspect () { - let str = '' - const max = exports.INSPECT_MAX_BYTES - str = this.toString('hex', 0, max).replace(/(.{2})/g, '$1 ').trim() - if (this.length > max) str += ' ... ' - return '<Buffer ' + str + '>' -} -if (customInspectSymbol) { - Buffer.prototype[customInspectSymbol] = Buffer.prototype.inspect -} - -Buffer.prototype.compare = function compare (target, start, end, thisStart, thisEnd) { - if (isInstance(target, Uint8Array)) { - target = Buffer.from(target, target.offset, target.byteLength) - } - if (!Buffer.isBuffer(target)) { - throw new TypeError( - 'The "target" argument must be one of type Buffer or Uint8Array. ' + - 'Received type ' + (typeof target) - ) - } - - if (start === undefined) { - start = 0 - } - if (end === undefined) { - end = target ? target.length : 0 - } - if (thisStart === undefined) { - thisStart = 0 - } - if (thisEnd === undefined) { - thisEnd = this.length - } - - if (start < 0 || end > target.length || thisStart < 0 || thisEnd > this.length) { - throw new RangeError('out of range index') - } - - if (thisStart >= thisEnd && start >= end) { - return 0 - } - if (thisStart >= thisEnd) { - return -1 - } - if (start >= end) { - return 1 - } - - start >>>= 0 - end >>>= 0 - thisStart >>>= 0 - thisEnd >>>= 0 - - if (this === target) return 0 - - let x = thisEnd - thisStart - let y = end - start - const len = Math.min(x, y) - - const thisCopy = this.slice(thisStart, thisEnd) - const targetCopy = target.slice(start, end) - - for (let i = 0; i < len; ++i) { - if (thisCopy[i] !== targetCopy[i]) { - x = thisCopy[i] - y = targetCopy[i] - break - } - } - - if (x < y) return -1 - if (y < x) return 1 - return 0 -} - -// Finds either the first index of `val` in `buffer` at offset >= `byteOffset`, -// OR the last index of `val` in `buffer` at offset <= `byteOffset`. -// -// Arguments: -// - buffer - a Buffer to search -// - val - a string, Buffer, or number -// - byteOffset - an index into `buffer`; will be clamped to an int32 -// - encoding - an optional encoding, relevant is val is a string -// - dir - true for indexOf, false for lastIndexOf -function bidirectionalIndexOf (buffer, val, byteOffset, encoding, dir) { - // Empty buffer means no match - if (buffer.length === 0) return -1 - - // Normalize byteOffset - if (typeof byteOffset === 'string') { - encoding = byteOffset - byteOffset = 0 - } else if (byteOffset > 0x7fffffff) { - byteOffset = 0x7fffffff - } else if (byteOffset < -0x80000000) { - byteOffset = -0x80000000 - } - byteOffset = +byteOffset // Coerce to Number. - if (numberIsNaN(byteOffset)) { - // byteOffset: it it's undefined, null, NaN, "foo", etc, search whole buffer - byteOffset = dir ? 0 : (buffer.length - 1) - } - - // Normalize byteOffset: negative offsets start from the end of the buffer - if (byteOffset < 0) byteOffset = buffer.length + byteOffset - if (byteOffset >= buffer.length) { - if (dir) return -1 - else byteOffset = buffer.length - 1 - } else if (byteOffset < 0) { - if (dir) byteOffset = 0 - else return -1 - } - - // Normalize val - if (typeof val === 'string') { - val = Buffer.from(val, encoding) - } - - // Finally, search either indexOf (if dir is true) or lastIndexOf - if (Buffer.isBuffer(val)) { - // Special case: looking for empty string/buffer always fails - if (val.length === 0) { - return -1 - } - return arrayIndexOf(buffer, val, byteOffset, encoding, dir) - } else if (typeof val === 'number') { - val = val & 0xFF // Search for a byte value [0-255] - if (typeof Uint8Array.prototype.indexOf === 'function') { - if (dir) { - return Uint8Array.prototype.indexOf.call(buffer, val, byteOffset) - } else { - return Uint8Array.prototype.lastIndexOf.call(buffer, val, byteOffset) - } - } - return arrayIndexOf(buffer, [val], byteOffset, encoding, dir) - } - - throw new TypeError('val must be string, number or Buffer') -} - -function arrayIndexOf (arr, val, byteOffset, encoding, dir) { - let indexSize = 1 - let arrLength = arr.length - let valLength = val.length - - if (encoding !== undefined) { - encoding = String(encoding).toLowerCase() - if (encoding === 'ucs2' || encoding === 'ucs-2' || - encoding === 'utf16le' || encoding === 'utf-16le') { - if (arr.length < 2 || val.length < 2) { - return -1 - } - indexSize = 2 - arrLength /= 2 - valLength /= 2 - byteOffset /= 2 - } - } - - function read (buf, i) { - if (indexSize === 1) { - return buf[i] - } else { - return buf.readUInt16BE(i * indexSize) - } - } - - let i - if (dir) { - let foundIndex = -1 - for (i = byteOffset; i < arrLength; i++) { - if (read(arr, i) === read(val, foundIndex === -1 ? 0 : i - foundIndex)) { - if (foundIndex === -1) foundIndex = i - if (i - foundIndex + 1 === valLength) return foundIndex * indexSize - } else { - if (foundIndex !== -1) i -= i - foundIndex - foundIndex = -1 - } - } - } else { - if (byteOffset + valLength > arrLength) byteOffset = arrLength - valLength - for (i = byteOffset; i >= 0; i--) { - let found = true - for (let j = 0; j < valLength; j++) { - if (read(arr, i + j) !== read(val, j)) { - found = false - break - } - } - if (found) return i - } - } - - return -1 -} - -Buffer.prototype.includes = function includes (val, byteOffset, encoding) { - return this.indexOf(val, byteOffset, encoding) !== -1 -} - -Buffer.prototype.indexOf = function indexOf (val, byteOffset, encoding) { - return bidirectionalIndexOf(this, val, byteOffset, encoding, true) -} - -Buffer.prototype.lastIndexOf = function lastIndexOf (val, byteOffset, encoding) { - return bidirectionalIndexOf(this, val, byteOffset, encoding, false) -} - -function hexWrite (buf, string, offset, length) { - offset = Number(offset) || 0 - const remaining = buf.length - offset - if (!length) { - length = remaining - } else { - length = Number(length) - if (length > remaining) { - length = remaining - } - } - - const strLen = string.length - - if (length > strLen / 2) { - length = strLen / 2 - } - let i - for (i = 0; i < length; ++i) { - const parsed = parseInt(string.substr(i * 2, 2), 16) - if (numberIsNaN(parsed)) return i - buf[offset + i] = parsed - } - return i -} - -function utf8Write (buf, string, offset, length) { - return blitBuffer(utf8ToBytes(string, buf.length - offset), buf, offset, length) -} - -function asciiWrite (buf, string, offset, length) { - return blitBuffer(asciiToBytes(string), buf, offset, length) -} - -function base64Write (buf, string, offset, length) { - return blitBuffer(base64ToBytes(string), buf, offset, length) -} - -function ucs2Write (buf, string, offset, length) { - return blitBuffer(utf16leToBytes(string, buf.length - offset), buf, offset, length) -} - -Buffer.prototype.write = function write (string, offset, length, encoding) { - // Buffer#write(string) - if (offset === undefined) { - encoding = 'utf8' - length = this.length - offset = 0 - // Buffer#write(string, encoding) - } else if (length === undefined && typeof offset === 'string') { - encoding = offset - length = this.length - offset = 0 - // Buffer#write(string, offset[, length][, encoding]) - } else if (isFinite(offset)) { - offset = offset >>> 0 - if (isFinite(length)) { - length = length >>> 0 - if (encoding === undefined) encoding = 'utf8' - } else { - encoding = length - length = undefined - } - } else { - throw new Error( - 'Buffer.write(string, encoding, offset[, length]) is no longer supported' - ) - } - - const remaining = this.length - offset - if (length === undefined || length > remaining) length = remaining - - if ((string.length > 0 && (length < 0 || offset < 0)) || offset > this.length) { - throw new RangeError('Attempt to write outside buffer bounds') - } - - if (!encoding) encoding = 'utf8' - - let loweredCase = false - for (;;) { - switch (encoding) { - case 'hex': - return hexWrite(this, string, offset, length) - - case 'utf8': - case 'utf-8': - return utf8Write(this, string, offset, length) - - case 'ascii': - case 'latin1': - case 'binary': - return asciiWrite(this, string, offset, length) - - case 'base64': - // Warning: maxLength not taken into account in base64Write - return base64Write(this, string, offset, length) - - case 'ucs2': - case 'ucs-2': - case 'utf16le': - case 'utf-16le': - return ucs2Write(this, string, offset, length) - - default: - if (loweredCase) throw new TypeError('Unknown encoding: ' + encoding) - encoding = ('' + encoding).toLowerCase() - loweredCase = true - } - } -} - -Buffer.prototype.toJSON = function toJSON () { - return { - type: 'Buffer', - data: Array.prototype.slice.call(this._arr || this, 0) - } -} - -function base64Slice (buf, start, end) { - if (start === 0 && end === buf.length) { - return base64.fromByteArray(buf) - } else { - return base64.fromByteArray(buf.slice(start, end)) - } -} - -function utf8Slice (buf, start, end) { - end = Math.min(buf.length, end) - const res = [] - - let i = start - while (i < end) { - const firstByte = buf[i] - let codePoint = null - let bytesPerSequence = (firstByte > 0xEF) - ? 4 - : (firstByte > 0xDF) - ? 3 - : (firstByte > 0xBF) - ? 2 - : 1 - - if (i + bytesPerSequence <= end) { - let secondByte, thirdByte, fourthByte, tempCodePoint - - switch (bytesPerSequence) { - case 1: - if (firstByte < 0x80) { - codePoint = firstByte - } - break - case 2: - secondByte = buf[i + 1] - if ((secondByte & 0xC0) === 0x80) { - tempCodePoint = (firstByte & 0x1F) << 0x6 | (secondByte & 0x3F) - if (tempCodePoint > 0x7F) { - codePoint = tempCodePoint - } - } - break - case 3: - secondByte = buf[i + 1] - thirdByte = buf[i + 2] - if ((secondByte & 0xC0) === 0x80 && (thirdByte & 0xC0) === 0x80) { - tempCodePoint = (firstByte & 0xF) << 0xC | (secondByte & 0x3F) << 0x6 | (thirdByte & 0x3F) - if (tempCodePoint > 0x7FF && (tempCodePoint < 0xD800 || tempCodePoint > 0xDFFF)) { - codePoint = tempCodePoint - } - } - break - case 4: - secondByte = buf[i + 1] - thirdByte = buf[i + 2] - fourthByte = buf[i + 3] - if ((secondByte & 0xC0) === 0x80 && (thirdByte & 0xC0) === 0x80 && (fourthByte & 0xC0) === 0x80) { - tempCodePoint = (firstByte & 0xF) << 0x12 | (secondByte & 0x3F) << 0xC | (thirdByte & 0x3F) << 0x6 | (fourthByte & 0x3F) - if (tempCodePoint > 0xFFFF && tempCodePoint < 0x110000) { - codePoint = tempCodePoint - } - } - } - } - - if (codePoint === null) { - // we did not generate a valid codePoint so insert a - // replacement char (U+FFFD) and advance only 1 byte - codePoint = 0xFFFD - bytesPerSequence = 1 - } else if (codePoint > 0xFFFF) { - // encode to utf16 (surrogate pair dance) - codePoint -= 0x10000 - res.push(codePoint >>> 10 & 0x3FF | 0xD800) - codePoint = 0xDC00 | codePoint & 0x3FF - } - - res.push(codePoint) - i += bytesPerSequence - } - - return decodeCodePointsArray(res) -} - -// Based on http://stackoverflow.com/a/22747272/680742, the browser with -// the lowest limit is Chrome, with 0x10000 args. -// We go 1 magnitude less, for safety -const MAX_ARGUMENTS_LENGTH = 0x1000 - -function decodeCodePointsArray (codePoints) { - const len = codePoints.length - if (len <= MAX_ARGUMENTS_LENGTH) { - return String.fromCharCode.apply(String, codePoints) // avoid extra slice() - } - - // Decode in chunks to avoid "call stack size exceeded". - let res = '' - let i = 0 - while (i < len) { - res += String.fromCharCode.apply( - String, - codePoints.slice(i, i += MAX_ARGUMENTS_LENGTH) - ) - } - return res -} - -function asciiSlice (buf, start, end) { - let ret = '' - end = Math.min(buf.length, end) - - for (let i = start; i < end; ++i) { - ret += String.fromCharCode(buf[i] & 0x7F) - } - return ret -} - -function latin1Slice (buf, start, end) { - let ret = '' - end = Math.min(buf.length, end) - - for (let i = start; i < end; ++i) { - ret += String.fromCharCode(buf[i]) - } - return ret -} - -function hexSlice (buf, start, end) { - const len = buf.length - - if (!start || start < 0) start = 0 - if (!end || end < 0 || end > len) end = len - - let out = '' - for (let i = start; i < end; ++i) { - out += hexSliceLookupTable[buf[i]] - } - return out -} - -function utf16leSlice (buf, start, end) { - const bytes = buf.slice(start, end) - let res = '' - // If bytes.length is odd, the last 8 bits must be ignored (same as node.js) - for (let i = 0; i < bytes.length - 1; i += 2) { - res += String.fromCharCode(bytes[i] + (bytes[i + 1] * 256)) - } - return res -} - -Buffer.prototype.slice = function slice (start, end) { - const len = this.length - start = ~~start - end = end === undefined ? len : ~~end - - if (start < 0) { - start += len - if (start < 0) start = 0 - } else if (start > len) { - start = len - } - - if (end < 0) { - end += len - if (end < 0) end = 0 - } else if (end > len) { - end = len - } - - if (end < start) end = start - - const newBuf = this.subarray(start, end) - // Return an augmented `Uint8Array` instance - Object.setPrototypeOf(newBuf, Buffer.prototype) - - return newBuf -} - -/* - * Need to make sure that buffer isn't trying to write out of bounds. - */ -function checkOffset (offset, ext, length) { - if ((offset % 1) !== 0 || offset < 0) throw new RangeError('offset is not uint') - if (offset + ext > length) throw new RangeError('Trying to access beyond buffer length') -} - -Buffer.prototype.readUintLE = -Buffer.prototype.readUIntLE = function readUIntLE (offset, byteLength, noAssert) { - offset = offset >>> 0 - byteLength = byteLength >>> 0 - if (!noAssert) checkOffset(offset, byteLength, this.length) - - let val = this[offset] - let mul = 1 - let i = 0 - while (++i < byteLength && (mul *= 0x100)) { - val += this[offset + i] * mul - } - - return val -} - -Buffer.prototype.readUintBE = -Buffer.prototype.readUIntBE = function readUIntBE (offset, byteLength, noAssert) { - offset = offset >>> 0 - byteLength = byteLength >>> 0 - if (!noAssert) { - checkOffset(offset, byteLength, this.length) - } - - let val = this[offset + --byteLength] - let mul = 1 - while (byteLength > 0 && (mul *= 0x100)) { - val += this[offset + --byteLength] * mul - } - - return val -} - -Buffer.prototype.readUint8 = -Buffer.prototype.readUInt8 = function readUInt8 (offset, noAssert) { - offset = offset >>> 0 - if (!noAssert) checkOffset(offset, 1, this.length) - return this[offset] -} - -Buffer.prototype.readUint16LE = -Buffer.prototype.readUInt16LE = function readUInt16LE (offset, noAssert) { - offset = offset >>> 0 - if (!noAssert) checkOffset(offset, 2, this.length) - return this[offset] | (this[offset + 1] << 8) -} - -Buffer.prototype.readUint16BE = -Buffer.prototype.readUInt16BE = function readUInt16BE (offset, noAssert) { - offset = offset >>> 0 - if (!noAssert) checkOffset(offset, 2, this.length) - return (this[offset] << 8) | this[offset + 1] -} - -Buffer.prototype.readUint32LE = -Buffer.prototype.readUInt32LE = function readUInt32LE (offset, noAssert) { - offset = offset >>> 0 - if (!noAssert) checkOffset(offset, 4, this.length) - - return ((this[offset]) | - (this[offset + 1] << 8) | - (this[offset + 2] << 16)) + - (this[offset + 3] * 0x1000000) -} - -Buffer.prototype.readUint32BE = -Buffer.prototype.readUInt32BE = function readUInt32BE (offset, noAssert) { - offset = offset >>> 0 - if (!noAssert) checkOffset(offset, 4, this.length) - - return (this[offset] * 0x1000000) + - ((this[offset + 1] << 16) | - (this[offset + 2] << 8) | - this[offset + 3]) -} - -Buffer.prototype.readBigUInt64LE = defineBigIntMethod(function readBigUInt64LE (offset) { - offset = offset >>> 0 - validateNumber(offset, 'offset') - const first = this[offset] - const last = this[offset + 7] - if (first === undefined || last === undefined) { - boundsError(offset, this.length - 8) - } - - const lo = first + - this[++offset] * 2 ** 8 + - this[++offset] * 2 ** 16 + - this[++offset] * 2 ** 24 - - const hi = this[++offset] + - this[++offset] * 2 ** 8 + - this[++offset] * 2 ** 16 + - last * 2 ** 24 - - return BigInt(lo) + (BigInt(hi) << BigInt(32)) -}) - -Buffer.prototype.readBigUInt64BE = defineBigIntMethod(function readBigUInt64BE (offset) { - offset = offset >>> 0 - validateNumber(offset, 'offset') - const first = this[offset] - const last = this[offset + 7] - if (first === undefined || last === undefined) { - boundsError(offset, this.length - 8) - } - - const hi = first * 2 ** 24 + - this[++offset] * 2 ** 16 + - this[++offset] * 2 ** 8 + - this[++offset] - - const lo = this[++offset] * 2 ** 24 + - this[++offset] * 2 ** 16 + - this[++offset] * 2 ** 8 + - last - - return (BigInt(hi) << BigInt(32)) + BigInt(lo) -}) - -Buffer.prototype.readIntLE = function readIntLE (offset, byteLength, noAssert) { - offset = offset >>> 0 - byteLength = byteLength >>> 0 - if (!noAssert) checkOffset(offset, byteLength, this.length) - - let val = this[offset] - let mul = 1 - let i = 0 - while (++i < byteLength && (mul *= 0x100)) { - val += this[offset + i] * mul - } - mul *= 0x80 - - if (val >= mul) val -= Math.pow(2, 8 * byteLength) - - return val -} - -Buffer.prototype.readIntBE = function readIntBE (offset, byteLength, noAssert) { - offset = offset >>> 0 - byteLength = byteLength >>> 0 - if (!noAssert) checkOffset(offset, byteLength, this.length) - - let i = byteLength - let mul = 1 - let val = this[offset + --i] - while (i > 0 && (mul *= 0x100)) { - val += this[offset + --i] * mul - } - mul *= 0x80 - - if (val >= mul) val -= Math.pow(2, 8 * byteLength) - - return val -} - -Buffer.prototype.readInt8 = function readInt8 (offset, noAssert) { - offset = offset >>> 0 - if (!noAssert) checkOffset(offset, 1, this.length) - if (!(this[offset] & 0x80)) return (this[offset]) - return ((0xff - this[offset] + 1) * -1) -} - -Buffer.prototype.readInt16LE = function readInt16LE (offset, noAssert) { - offset = offset >>> 0 - if (!noAssert) checkOffset(offset, 2, this.length) - const val = this[offset] | (this[offset + 1] << 8) - return (val & 0x8000) ? val | 0xFFFF0000 : val -} - -Buffer.prototype.readInt16BE = function readInt16BE (offset, noAssert) { - offset = offset >>> 0 - if (!noAssert) checkOffset(offset, 2, this.length) - const val = this[offset + 1] | (this[offset] << 8) - return (val & 0x8000) ? val | 0xFFFF0000 : val -} - -Buffer.prototype.readInt32LE = function readInt32LE (offset, noAssert) { - offset = offset >>> 0 - if (!noAssert) checkOffset(offset, 4, this.length) - - return (this[offset]) | - (this[offset + 1] << 8) | - (this[offset + 2] << 16) | - (this[offset + 3] << 24) -} - -Buffer.prototype.readInt32BE = function readInt32BE (offset, noAssert) { - offset = offset >>> 0 - if (!noAssert) checkOffset(offset, 4, this.length) - - return (this[offset] << 24) | - (this[offset + 1] << 16) | - (this[offset + 2] << 8) | - (this[offset + 3]) -} - -Buffer.prototype.readBigInt64LE = defineBigIntMethod(function readBigInt64LE (offset) { - offset = offset >>> 0 - validateNumber(offset, 'offset') - const first = this[offset] - const last = this[offset + 7] - if (first === undefined || last === undefined) { - boundsError(offset, this.length - 8) - } - - const val = this[offset + 4] + - this[offset + 5] * 2 ** 8 + - this[offset + 6] * 2 ** 16 + - (last << 24) // Overflow - - return (BigInt(val) << BigInt(32)) + - BigInt(first + - this[++offset] * 2 ** 8 + - this[++offset] * 2 ** 16 + - this[++offset] * 2 ** 24) -}) - -Buffer.prototype.readBigInt64BE = defineBigIntMethod(function readBigInt64BE (offset) { - offset = offset >>> 0 - validateNumber(offset, 'offset') - const first = this[offset] - const last = this[offset + 7] - if (first === undefined || last === undefined) { - boundsError(offset, this.length - 8) - } - - const val = (first << 24) + // Overflow - this[++offset] * 2 ** 16 + - this[++offset] * 2 ** 8 + - this[++offset] - - return (BigInt(val) << BigInt(32)) + - BigInt(this[++offset] * 2 ** 24 + - this[++offset] * 2 ** 16 + - this[++offset] * 2 ** 8 + - last) -}) - -Buffer.prototype.readFloatLE = function readFloatLE (offset, noAssert) { - offset = offset >>> 0 - if (!noAssert) checkOffset(offset, 4, this.length) - return ieee754.read(this, offset, true, 23, 4) -} - -Buffer.prototype.readFloatBE = function readFloatBE (offset, noAssert) { - offset = offset >>> 0 - if (!noAssert) checkOffset(offset, 4, this.length) - return ieee754.read(this, offset, false, 23, 4) -} - -Buffer.prototype.readDoubleLE = function readDoubleLE (offset, noAssert) { - offset = offset >>> 0 - if (!noAssert) checkOffset(offset, 8, this.length) - return ieee754.read(this, offset, true, 52, 8) -} - -Buffer.prototype.readDoubleBE = function readDoubleBE (offset, noAssert) { - offset = offset >>> 0 - if (!noAssert) checkOffset(offset, 8, this.length) - return ieee754.read(this, offset, false, 52, 8) -} - -function checkInt (buf, value, offset, ext, max, min) { - if (!Buffer.isBuffer(buf)) throw new TypeError('"buffer" argument must be a Buffer instance') - if (value > max || value < min) throw new RangeError('"value" argument is out of bounds') - if (offset + ext > buf.length) throw new RangeError('Index out of range') -} - -Buffer.prototype.writeUintLE = -Buffer.prototype.writeUIntLE = function writeUIntLE (value, offset, byteLength, noAssert) { - value = +value - offset = offset >>> 0 - byteLength = byteLength >>> 0 - if (!noAssert) { - const maxBytes = Math.pow(2, 8 * byteLength) - 1 - checkInt(this, value, offset, byteLength, maxBytes, 0) - } - - let mul = 1 - let i = 0 - this[offset] = value & 0xFF - while (++i < byteLength && (mul *= 0x100)) { - this[offset + i] = (value / mul) & 0xFF - } - - return offset + byteLength -} - -Buffer.prototype.writeUintBE = -Buffer.prototype.writeUIntBE = function writeUIntBE (value, offset, byteLength, noAssert) { - value = +value - offset = offset >>> 0 - byteLength = byteLength >>> 0 - if (!noAssert) { - const maxBytes = Math.pow(2, 8 * byteLength) - 1 - checkInt(this, value, offset, byteLength, maxBytes, 0) - } - - let i = byteLength - 1 - let mul = 1 - this[offset + i] = value & 0xFF - while (--i >= 0 && (mul *= 0x100)) { - this[offset + i] = (value / mul) & 0xFF - } - - return offset + byteLength -} - -Buffer.prototype.writeUint8 = -Buffer.prototype.writeUInt8 = function writeUInt8 (value, offset, noAssert) { - value = +value - offset = offset >>> 0 - if (!noAssert) checkInt(this, value, offset, 1, 0xff, 0) - this[offset] = (value & 0xff) - return offset + 1 -} - -Buffer.prototype.writeUint16LE = -Buffer.prototype.writeUInt16LE = function writeUInt16LE (value, offset, noAssert) { - value = +value - offset = offset >>> 0 - if (!noAssert) checkInt(this, value, offset, 2, 0xffff, 0) - this[offset] = (value & 0xff) - this[offset + 1] = (value >>> 8) - return offset + 2 -} - -Buffer.prototype.writeUint16BE = -Buffer.prototype.writeUInt16BE = function writeUInt16BE (value, offset, noAssert) { - value = +value - offset = offset >>> 0 - if (!noAssert) checkInt(this, value, offset, 2, 0xffff, 0) - this[offset] = (value >>> 8) - this[offset + 1] = (value & 0xff) - return offset + 2 -} - -Buffer.prototype.writeUint32LE = -Buffer.prototype.writeUInt32LE = function writeUInt32LE (value, offset, noAssert) { - value = +value - offset = offset >>> 0 - if (!noAssert) checkInt(this, value, offset, 4, 0xffffffff, 0) - this[offset + 3] = (value >>> 24) - this[offset + 2] = (value >>> 16) - this[offset + 1] = (value >>> 8) - this[offset] = (value & 0xff) - return offset + 4 -} - -Buffer.prototype.writeUint32BE = -Buffer.prototype.writeUInt32BE = function writeUInt32BE (value, offset, noAssert) { - value = +value - offset = offset >>> 0 - if (!noAssert) checkInt(this, value, offset, 4, 0xffffffff, 0) - this[offset] = (value >>> 24) - this[offset + 1] = (value >>> 16) - this[offset + 2] = (value >>> 8) - this[offset + 3] = (value & 0xff) - return offset + 4 -} - -function wrtBigUInt64LE (buf, value, offset, min, max) { - checkIntBI(value, min, max, buf, offset, 7) - - let lo = Number(value & BigInt(0xffffffff)) - buf[offset++] = lo - lo = lo >> 8 - buf[offset++] = lo - lo = lo >> 8 - buf[offset++] = lo - lo = lo >> 8 - buf[offset++] = lo - let hi = Number(value >> BigInt(32) & BigInt(0xffffffff)) - buf[offset++] = hi - hi = hi >> 8 - buf[offset++] = hi - hi = hi >> 8 - buf[offset++] = hi - hi = hi >> 8 - buf[offset++] = hi - return offset -} - -function wrtBigUInt64BE (buf, value, offset, min, max) { - checkIntBI(value, min, max, buf, offset, 7) - - let lo = Number(value & BigInt(0xffffffff)) - buf[offset + 7] = lo - lo = lo >> 8 - buf[offset + 6] = lo - lo = lo >> 8 - buf[offset + 5] = lo - lo = lo >> 8 - buf[offset + 4] = lo - let hi = Number(value >> BigInt(32) & BigInt(0xffffffff)) - buf[offset + 3] = hi - hi = hi >> 8 - buf[offset + 2] = hi - hi = hi >> 8 - buf[offset + 1] = hi - hi = hi >> 8 - buf[offset] = hi - return offset + 8 -} - -Buffer.prototype.writeBigUInt64LE = defineBigIntMethod(function writeBigUInt64LE (value, offset = 0) { - return wrtBigUInt64LE(this, value, offset, BigInt(0), BigInt('0xffffffffffffffff')) -}) - -Buffer.prototype.writeBigUInt64BE = defineBigIntMethod(function writeBigUInt64BE (value, offset = 0) { - return wrtBigUInt64BE(this, value, offset, BigInt(0), BigInt('0xffffffffffffffff')) -}) - -Buffer.prototype.writeIntLE = function writeIntLE (value, offset, byteLength, noAssert) { - value = +value - offset = offset >>> 0 - if (!noAssert) { - const limit = Math.pow(2, (8 * byteLength) - 1) - - checkInt(this, value, offset, byteLength, limit - 1, -limit) - } - - let i = 0 - let mul = 1 - let sub = 0 - this[offset] = value & 0xFF - while (++i < byteLength && (mul *= 0x100)) { - if (value < 0 && sub === 0 && this[offset + i - 1] !== 0) { - sub = 1 - } - this[offset + i] = ((value / mul) >> 0) - sub & 0xFF - } - - return offset + byteLength -} - -Buffer.prototype.writeIntBE = function writeIntBE (value, offset, byteLength, noAssert) { - value = +value - offset = offset >>> 0 - if (!noAssert) { - const limit = Math.pow(2, (8 * byteLength) - 1) - - checkInt(this, value, offset, byteLength, limit - 1, -limit) - } - - let i = byteLength - 1 - let mul = 1 - let sub = 0 - this[offset + i] = value & 0xFF - while (--i >= 0 && (mul *= 0x100)) { - if (value < 0 && sub === 0 && this[offset + i + 1] !== 0) { - sub = 1 - } - this[offset + i] = ((value / mul) >> 0) - sub & 0xFF - } - - return offset + byteLength -} - -Buffer.prototype.writeInt8 = function writeInt8 (value, offset, noAssert) { - value = +value - offset = offset >>> 0 - if (!noAssert) checkInt(this, value, offset, 1, 0x7f, -0x80) - if (value < 0) value = 0xff + value + 1 - this[offset] = (value & 0xff) - return offset + 1 -} - -Buffer.prototype.writeInt16LE = function writeInt16LE (value, offset, noAssert) { - value = +value - offset = offset >>> 0 - if (!noAssert) checkInt(this, value, offset, 2, 0x7fff, -0x8000) - this[offset] = (value & 0xff) - this[offset + 1] = (value >>> 8) - return offset + 2 -} - -Buffer.prototype.writeInt16BE = function writeInt16BE (value, offset, noAssert) { - value = +value - offset = offset >>> 0 - if (!noAssert) checkInt(this, value, offset, 2, 0x7fff, -0x8000) - this[offset] = (value >>> 8) - this[offset + 1] = (value & 0xff) - return offset + 2 -} - -Buffer.prototype.writeInt32LE = function writeInt32LE (value, offset, noAssert) { - value = +value - offset = offset >>> 0 - if (!noAssert) checkInt(this, value, offset, 4, 0x7fffffff, -0x80000000) - this[offset] = (value & 0xff) - this[offset + 1] = (value >>> 8) - this[offset + 2] = (value >>> 16) - this[offset + 3] = (value >>> 24) - return offset + 4 -} - -Buffer.prototype.writeInt32BE = function writeInt32BE (value, offset, noAssert) { - value = +value - offset = offset >>> 0 - if (!noAssert) checkInt(this, value, offset, 4, 0x7fffffff, -0x80000000) - if (value < 0) value = 0xffffffff + value + 1 - this[offset] = (value >>> 24) - this[offset + 1] = (value >>> 16) - this[offset + 2] = (value >>> 8) - this[offset + 3] = (value & 0xff) - return offset + 4 -} - -Buffer.prototype.writeBigInt64LE = defineBigIntMethod(function writeBigInt64LE (value, offset = 0) { - return wrtBigUInt64LE(this, value, offset, -BigInt('0x8000000000000000'), BigInt('0x7fffffffffffffff')) -}) - -Buffer.prototype.writeBigInt64BE = defineBigIntMethod(function writeBigInt64BE (value, offset = 0) { - return wrtBigUInt64BE(this, value, offset, -BigInt('0x8000000000000000'), BigInt('0x7fffffffffffffff')) -}) - -function checkIEEE754 (buf, value, offset, ext, max, min) { - if (offset + ext > buf.length) throw new RangeError('Index out of range') - if (offset < 0) throw new RangeError('Index out of range') -} - -function writeFloat (buf, value, offset, littleEndian, noAssert) { - value = +value - offset = offset >>> 0 - if (!noAssert) { - checkIEEE754(buf, value, offset, 4, 3.4028234663852886e+38, -3.4028234663852886e+38) - } - ieee754.write(buf, value, offset, littleEndian, 23, 4) - return offset + 4 -} - -Buffer.prototype.writeFloatLE = function writeFloatLE (value, offset, noAssert) { - return writeFloat(this, value, offset, true, noAssert) -} - -Buffer.prototype.writeFloatBE = function writeFloatBE (value, offset, noAssert) { - return writeFloat(this, value, offset, false, noAssert) -} - -function writeDouble (buf, value, offset, littleEndian, noAssert) { - value = +value - offset = offset >>> 0 - if (!noAssert) { - checkIEEE754(buf, value, offset, 8, 1.7976931348623157E+308, -1.7976931348623157E+308) - } - ieee754.write(buf, value, offset, littleEndian, 52, 8) - return offset + 8 -} - -Buffer.prototype.writeDoubleLE = function writeDoubleLE (value, offset, noAssert) { - return writeDouble(this, value, offset, true, noAssert) -} - -Buffer.prototype.writeDoubleBE = function writeDoubleBE (value, offset, noAssert) { - return writeDouble(this, value, offset, false, noAssert) -} - -// copy(targetBuffer, targetStart=0, sourceStart=0, sourceEnd=buffer.length) -Buffer.prototype.copy = function copy (target, targetStart, start, end) { - if (!Buffer.isBuffer(target)) throw new TypeError('argument should be a Buffer') - if (!start) start = 0 - if (!end && end !== 0) end = this.length - if (targetStart >= target.length) targetStart = target.length - if (!targetStart) targetStart = 0 - if (end > 0 && end < start) end = start - - // Copy 0 bytes; we're done - if (end === start) return 0 - if (target.length === 0 || this.length === 0) return 0 - - // Fatal error conditions - if (targetStart < 0) { - throw new RangeError('targetStart out of bounds') - } - if (start < 0 || start >= this.length) throw new RangeError('Index out of range') - if (end < 0) throw new RangeError('sourceEnd out of bounds') - - // Are we oob? - if (end > this.length) end = this.length - if (target.length - targetStart < end - start) { - end = target.length - targetStart + start - } - - const len = end - start - - if (this === target && typeof Uint8Array.prototype.copyWithin === 'function') { - // Use built-in when available, missing from IE11 - this.copyWithin(targetStart, start, end) - } else { - Uint8Array.prototype.set.call( - target, - this.subarray(start, end), - targetStart - ) - } - - return len -} - -// Usage: -// buffer.fill(number[, offset[, end]]) -// buffer.fill(buffer[, offset[, end]]) -// buffer.fill(string[, offset[, end]][, encoding]) -Buffer.prototype.fill = function fill (val, start, end, encoding) { - // Handle string cases: - if (typeof val === 'string') { - if (typeof start === 'string') { - encoding = start - start = 0 - end = this.length - } else if (typeof end === 'string') { - encoding = end - end = this.length - } - if (encoding !== undefined && typeof encoding !== 'string') { - throw new TypeError('encoding must be a string') - } - if (typeof encoding === 'string' && !Buffer.isEncoding(encoding)) { - throw new TypeError('Unknown encoding: ' + encoding) - } - if (val.length === 1) { - const code = val.charCodeAt(0) - if ((encoding === 'utf8' && code < 128) || - encoding === 'latin1') { - // Fast path: If `val` fits into a single byte, use that numeric value. - val = code - } - } - } else if (typeof val === 'number') { - val = val & 255 - } else if (typeof val === 'boolean') { - val = Number(val) - } - - // Invalid ranges are not set to a default, so can range check early. - if (start < 0 || this.length < start || this.length < end) { - throw new RangeError('Out of range index') - } - - if (end <= start) { - return this - } - - start = start >>> 0 - end = end === undefined ? this.length : end >>> 0 - - if (!val) val = 0 - - let i - if (typeof val === 'number') { - for (i = start; i < end; ++i) { - this[i] = val - } - } else { - const bytes = Buffer.isBuffer(val) - ? val - : Buffer.from(val, encoding) - const len = bytes.length - if (len === 0) { - throw new TypeError('The value "' + val + - '" is invalid for argument "value"') - } - for (i = 0; i < end - start; ++i) { - this[i + start] = bytes[i % len] - } - } - - return this -} - -// CUSTOM ERRORS -// ============= - -// Simplified versions from Node, changed for Buffer-only usage -const errors = {} -function E (sym, getMessage, Base) { - errors[sym] = class NodeError extends Base { - constructor () { - super() - - Object.defineProperty(this, 'message', { - value: getMessage.apply(this, arguments), - writable: true, - configurable: true - }) - - // Add the error code to the name to include it in the stack trace. - this.name = `${this.name} [${sym}]` - // Access the stack to generate the error message including the error code - // from the name. - this.stack // eslint-disable-line no-unused-expressions - // Reset the name to the actual name. - delete this.name - } - - get code () { - return sym - } - - set code (value) { - Object.defineProperty(this, 'code', { - configurable: true, - enumerable: true, - value, - writable: true - }) - } - - toString () { - return `${this.name} [${sym}]: ${this.message}` - } - } -} - -E('ERR_BUFFER_OUT_OF_BOUNDS', - function (name) { - if (name) { - return `${name} is outside of buffer bounds` - } - - return 'Attempt to access memory outside buffer bounds' - }, RangeError) -E('ERR_INVALID_ARG_TYPE', - function (name, actual) { - return `The "${name}" argument must be of type number. Received type ${typeof actual}` - }, TypeError) -E('ERR_OUT_OF_RANGE', - function (str, range, input) { - let msg = `The value of "${str}" is out of range.` - let received = input - if (Number.isInteger(input) && Math.abs(input) > 2 ** 32) { - received = addNumericalSeparator(String(input)) - } else if (typeof input === 'bigint') { - received = String(input) - if (input > BigInt(2) ** BigInt(32) || input < -(BigInt(2) ** BigInt(32))) { - received = addNumericalSeparator(received) - } - received += 'n' - } - msg += ` It must be ${range}. Received ${received}` - return msg - }, RangeError) - -function addNumericalSeparator (val) { - let res = '' - let i = val.length - const start = val[0] === '-' ? 1 : 0 - for (; i >= start + 4; i -= 3) { - res = `_${val.slice(i - 3, i)}${res}` - } - return `${val.slice(0, i)}${res}` -} - -// CHECK FUNCTIONS -// =============== - -function checkBounds (buf, offset, byteLength) { - validateNumber(offset, 'offset') - if (buf[offset] === undefined || buf[offset + byteLength] === undefined) { - boundsError(offset, buf.length - (byteLength + 1)) - } -} - -function checkIntBI (value, min, max, buf, offset, byteLength) { - if (value > max || value < min) { - const n = typeof min === 'bigint' ? 'n' : '' - let range - if (byteLength > 3) { - if (min === 0 || min === BigInt(0)) { - range = `>= 0${n} and < 2${n} ** ${(byteLength + 1) * 8}${n}` - } else { - range = `>= -(2${n} ** ${(byteLength + 1) * 8 - 1}${n}) and < 2 ** ` + - `${(byteLength + 1) * 8 - 1}${n}` - } - } else { - range = `>= ${min}${n} and <= ${max}${n}` - } - throw new errors.ERR_OUT_OF_RANGE('value', range, value) - } - checkBounds(buf, offset, byteLength) -} - -function validateNumber (value, name) { - if (typeof value !== 'number') { - throw new errors.ERR_INVALID_ARG_TYPE(name, 'number', value) - } -} - -function boundsError (value, length, type) { - if (Math.floor(value) !== value) { - validateNumber(value, type) - throw new errors.ERR_OUT_OF_RANGE(type || 'offset', 'an integer', value) - } - - if (length < 0) { - throw new errors.ERR_BUFFER_OUT_OF_BOUNDS() - } - - throw new errors.ERR_OUT_OF_RANGE(type || 'offset', - `>= ${type ? 1 : 0} and <= ${length}`, - value) -} - -// HELPER FUNCTIONS -// ================ - -const INVALID_BASE64_RE = /[^+/0-9A-Za-z-_]/g - -function base64clean (str) { - // Node takes equal signs as end of the Base64 encoding - str = str.split('=')[0] - // Node strips out invalid characters like \n and \t from the string, base64-js does not - str = str.trim().replace(INVALID_BASE64_RE, '') - // Node converts strings with length < 2 to '' - if (str.length < 2) return '' - // Node allows for non-padded base64 strings (missing trailing ===), base64-js does not - while (str.length % 4 !== 0) { - str = str + '=' - } - return str -} - -function utf8ToBytes (string, units) { - units = units || Infinity - let codePoint - const length = string.length - let leadSurrogate = null - const bytes = [] - - for (let i = 0; i < length; ++i) { - codePoint = string.charCodeAt(i) - - // is surrogate component - if (codePoint > 0xD7FF && codePoint < 0xE000) { - // last char was a lead - if (!leadSurrogate) { - // no lead yet - if (codePoint > 0xDBFF) { - // unexpected trail - if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD) - continue - } else if (i + 1 === length) { - // unpaired lead - if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD) - continue - } - - // valid lead - leadSurrogate = codePoint - - continue - } - - // 2 leads in a row - if (codePoint < 0xDC00) { - if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD) - leadSurrogate = codePoint - continue - } - - // valid surrogate pair - codePoint = (leadSurrogate - 0xD800 << 10 | codePoint - 0xDC00) + 0x10000 - } else if (leadSurrogate) { - // valid bmp char, but last char was a lead - if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD) - } - - leadSurrogate = null - - // encode utf8 - if (codePoint < 0x80) { - if ((units -= 1) < 0) break - bytes.push(codePoint) - } else if (codePoint < 0x800) { - if ((units -= 2) < 0) break - bytes.push( - codePoint >> 0x6 | 0xC0, - codePoint & 0x3F | 0x80 - ) - } else if (codePoint < 0x10000) { - if ((units -= 3) < 0) break - bytes.push( - codePoint >> 0xC | 0xE0, - codePoint >> 0x6 & 0x3F | 0x80, - codePoint & 0x3F | 0x80 - ) - } else if (codePoint < 0x110000) { - if ((units -= 4) < 0) break - bytes.push( - codePoint >> 0x12 | 0xF0, - codePoint >> 0xC & 0x3F | 0x80, - codePoint >> 0x6 & 0x3F | 0x80, - codePoint & 0x3F | 0x80 - ) - } else { - throw new Error('Invalid code point') - } - } - - return bytes -} - -function asciiToBytes (str) { - const byteArray = [] - for (let i = 0; i < str.length; ++i) { - // Node's code seems to be doing this and not & 0x7F.. - byteArray.push(str.charCodeAt(i) & 0xFF) - } - return byteArray -} - -function utf16leToBytes (str, units) { - let c, hi, lo - const byteArray = [] - for (let i = 0; i < str.length; ++i) { - if ((units -= 2) < 0) break - - c = str.charCodeAt(i) - hi = c >> 8 - lo = c % 256 - byteArray.push(lo) - byteArray.push(hi) - } - - return byteArray -} - -function base64ToBytes (str) { - return base64.toByteArray(base64clean(str)) -} - -function blitBuffer (src, dst, offset, length) { - let i - for (i = 0; i < length; ++i) { - if ((i + offset >= dst.length) || (i >= src.length)) break - dst[i + offset] = src[i] - } - return i -} - -// ArrayBuffer or Uint8Array objects from other contexts (i.e. iframes) do not pass -// the `instanceof` check but they should be treated as of that type. -// See: https://github.com/feross/buffer/issues/166 -function isInstance (obj, type) { - return obj instanceof type || - (obj != null && obj.constructor != null && obj.constructor.name != null && - obj.constructor.name === type.name) -} -function numberIsNaN (obj) { - // For IE11 support - return obj !== obj // eslint-disable-line no-self-compare -} - -// Create lookup table for `toString('hex')` -// See: https://github.com/feross/buffer/issues/219 -const hexSliceLookupTable = (function () { - const alphabet = '0123456789abcdef' - const table = new Array(256) - for (let i = 0; i < 16; ++i) { - const i16 = i * 16 - for (let j = 0; j < 16; ++j) { - table[i16 + j] = alphabet[i] + alphabet[j] - } - } - return table -})() - -// Return not function with Error if BigInt not supported -function defineBigIntMethod (fn) { - return typeof BigInt === 'undefined' ? BufferBigIntNotDefined : fn -} - -function BufferBigIntNotDefined () { - throw new Error('BigInt not supported') -} diff --git a/software/flow/node_modules/npm/node_modules/buffer/package.json b/software/flow/node_modules/npm/node_modules/buffer/package.json deleted file mode 100644 index ca1ad9a..0000000 --- a/software/flow/node_modules/npm/node_modules/buffer/package.json +++ /dev/null @@ -1,93 +0,0 @@ -{ - "name": "buffer", - "description": "Node.js Buffer API, for the browser", - "version": "6.0.3", - "author": { - "name": "Feross Aboukhadijeh", - "email": "feross@feross.org", - "url": "https://feross.org" - }, - "bugs": { - "url": "https://github.com/feross/buffer/issues" - }, - "contributors": [ - "Romain Beauxis <toots@rastageeks.org>", - "James Halliday <mail@substack.net>" - ], - "dependencies": { - "base64-js": "^1.3.1", - "ieee754": "^1.2.1" - }, - "devDependencies": { - "airtap": "^3.0.0", - "benchmark": "^2.1.4", - "browserify": "^17.0.0", - "concat-stream": "^2.0.0", - "hyperquest": "^2.1.3", - "is-buffer": "^2.0.5", - "is-nan": "^1.3.0", - "split": "^1.0.1", - "standard": "*", - "tape": "^5.0.1", - "through2": "^4.0.2", - "uglify-js": "^3.11.5" - }, - "homepage": "https://github.com/feross/buffer", - "jspm": { - "map": { - "./index.js": { - "node": "@node/buffer" - } - } - }, - "keywords": [ - "arraybuffer", - "browser", - "browserify", - "buffer", - "compatible", - "dataview", - "uint8array" - ], - "license": "MIT", - "main": "index.js", - "types": "index.d.ts", - "repository": { - "type": "git", - "url": "git://github.com/feross/buffer.git" - }, - "scripts": { - "perf": "browserify --debug perf/bracket-notation.js > perf/bundle.js && open perf/index.html", - "perf-node": "node perf/bracket-notation.js && node perf/concat.js && node perf/copy-big.js && node perf/copy.js && node perf/new-big.js && node perf/new.js && node perf/readDoubleBE.js && node perf/readFloatBE.js && node perf/readUInt32LE.js && node perf/slice.js && node perf/writeFloatBE.js", - "size": "browserify -r ./ | uglifyjs -c -m | gzip | wc -c", - "test": "standard && node ./bin/test.js", - "test-browser-old": "airtap -- test/*.js", - "test-browser-old-local": "airtap --local -- test/*.js", - "test-browser-new": "airtap -- test/*.js test/node/*.js", - "test-browser-new-local": "airtap --local -- test/*.js test/node/*.js", - "test-node": "tape test/*.js test/node/*.js", - "update-authors": "./bin/update-authors.sh" - }, - "standard": { - "ignore": [ - "test/node/**/*.js", - "test/common.js", - "test/_polyfill.js", - "perf/**/*.js" - ] - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ] -} diff --git a/software/flow/node_modules/npm/node_modules/builtins/License b/software/flow/node_modules/npm/node_modules/builtins/License deleted file mode 100644 index b142e5d..0000000 --- a/software/flow/node_modules/npm/node_modules/builtins/License +++ /dev/null @@ -1,20 +0,0 @@ -Copyright (c) 2015 Julian Gruber <julian@juliangruber.com> - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/builtins/index.js b/software/flow/node_modules/npm/node_modules/builtins/index.js deleted file mode 100644 index b715278..0000000 --- a/software/flow/node_modules/npm/node_modules/builtins/index.js +++ /dev/null @@ -1,80 +0,0 @@ -'use strict' - -const semver = require('semver') - -const permanentModules = [ - 'assert', - 'buffer', - 'child_process', - 'cluster', - 'console', - 'constants', - 'crypto', - 'dgram', - 'dns', - 'domain', - 'events', - 'fs', - 'http', - 'https', - 'module', - 'net', - 'os', - 'path', - 'punycode', - 'querystring', - 'readline', - 'repl', - 'stream', - 'string_decoder', - 'sys', - 'timers', - 'tls', - 'tty', - 'url', - 'util', - 'vm', - 'zlib' -] - -const versionLockedModules = { - freelist: '<6.0.0', - v8: '>=1.0.0', - process: '>=1.1.0', - inspector: '>=8.0.0', - async_hooks: '>=8.1.0', - http2: '>=8.4.0', - perf_hooks: '>=8.5.0', - trace_events: '>=10.0.0', - worker_threads: '>=12.0.0', - 'node:test': '>=18.0.0' -} - -const experimentalModules = { - worker_threads: '>=10.5.0', - wasi: '>=12.16.0', - diagnostics_channel: '^14.17.0 || >=15.1.0' -} - -module.exports = ({ version = process.version, experimental = false } = {}) => { - const builtins = [...permanentModules] - - for (const [name, semverRange] of Object.entries(versionLockedModules)) { - if (version === '*' || semver.satisfies(version, semverRange)) { - builtins.push(name) - } - } - - if (experimental) { - for (const [name, semverRange] of Object.entries(experimentalModules)) { - if ( - !builtins.includes(name) && - (version === '*' || semver.satisfies(version, semverRange)) - ) { - builtins.push(name) - } - } - } - - return builtins -} diff --git a/software/flow/node_modules/npm/node_modules/builtins/package.json b/software/flow/node_modules/npm/node_modules/builtins/package.json deleted file mode 100644 index 1c43660..0000000 --- a/software/flow/node_modules/npm/node_modules/builtins/package.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "name": "builtins", - "version": "5.0.1", - "description": "List of node.js builtin modules", - "repository": "juliangruber/builtins", - "license": "MIT", - "main": "index.js", - "files": [], - "scripts": { - "test": "prettier-standard && standard && node-core-test" - }, - "dependencies": { - "semver": "^7.0.0" - }, - "devDependencies": { - "node-core-test": "^1.4.0", - "prettier-standard": "^15.0.1", - "standard": "^14.3.4" - } -} diff --git a/software/flow/node_modules/npm/node_modules/cacache/LICENSE.md b/software/flow/node_modules/npm/node_modules/cacache/LICENSE.md deleted file mode 100644 index 8d28acf..0000000 --- a/software/flow/node_modules/npm/node_modules/cacache/LICENSE.md +++ /dev/null @@ -1,16 +0,0 @@ -ISC License - -Copyright (c) npm, Inc. - -Permission to use, copy, modify, and/or distribute this software for -any purpose with or without fee is hereby granted, provided that the -above copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE COPYRIGHT HOLDER DISCLAIMS -ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE -COPYRIGHT HOLDER BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR -CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS -OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE -OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE -USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/cacache/lib/content/path.js b/software/flow/node_modules/npm/node_modules/cacache/lib/content/path.js deleted file mode 100644 index ad5a76a..0000000 --- a/software/flow/node_modules/npm/node_modules/cacache/lib/content/path.js +++ /dev/null @@ -1,29 +0,0 @@ -'use strict' - -const contentVer = require('../../package.json')['cache-version'].content -const hashToSegments = require('../util/hash-to-segments') -const path = require('path') -const ssri = require('ssri') - -// Current format of content file path: -// -// sha512-BaSE64Hex= -> -// ~/.my-cache/content-v2/sha512/ba/da/55deadbeefc0ffee -// -module.exports = contentPath - -function contentPath (cache, integrity) { - const sri = ssri.parse(integrity, { single: true }) - // contentPath is the *strongest* algo given - return path.join( - contentDir(cache), - sri.algorithm, - ...hashToSegments(sri.hexDigest()) - ) -} - -module.exports.contentDir = contentDir - -function contentDir (cache) { - return path.join(cache, `content-v${contentVer}`) -} diff --git a/software/flow/node_modules/npm/node_modules/cacache/lib/content/read.js b/software/flow/node_modules/npm/node_modules/cacache/lib/content/read.js deleted file mode 100644 index f41b539..0000000 --- a/software/flow/node_modules/npm/node_modules/cacache/lib/content/read.js +++ /dev/null @@ -1,166 +0,0 @@ -'use strict' - -const fs = require('fs/promises') -const fsm = require('fs-minipass') -const ssri = require('ssri') -const contentPath = require('./path') -const Pipeline = require('minipass-pipeline') - -module.exports = read - -const MAX_SINGLE_READ_SIZE = 64 * 1024 * 1024 -async function read (cache, integrity, opts = {}) { - const { size } = opts - const { stat, cpath, sri } = await withContentSri(cache, integrity, async (cpath, sri) => { - // get size - const stat = await fs.stat(cpath) - return { stat, cpath, sri } - }) - if (typeof size === 'number' && stat.size !== size) { - throw sizeError(size, stat.size) - } - - if (stat.size > MAX_SINGLE_READ_SIZE) { - return readPipeline(cpath, stat.size, sri, new Pipeline()).concat() - } - - const data = await fs.readFile(cpath, { encoding: null }) - if (!ssri.checkData(data, sri)) { - throw integrityError(sri, cpath) - } - - return data -} - -const readPipeline = (cpath, size, sri, stream) => { - stream.push( - new fsm.ReadStream(cpath, { - size, - readSize: MAX_SINGLE_READ_SIZE, - }), - ssri.integrityStream({ - integrity: sri, - size, - }) - ) - return stream -} - -module.exports.stream = readStream -module.exports.readStream = readStream - -function readStream (cache, integrity, opts = {}) { - const { size } = opts - const stream = new Pipeline() - // Set all this up to run on the stream and then just return the stream - Promise.resolve().then(async () => { - const { stat, cpath, sri } = await withContentSri(cache, integrity, async (cpath, sri) => { - // just stat to ensure it exists - const stat = await fs.stat(cpath) - return { stat, cpath, sri } - }) - if (typeof size === 'number' && size !== stat.size) { - return stream.emit('error', sizeError(size, stat.size)) - } - - return readPipeline(cpath, stat.size, sri, stream) - }).catch(err => stream.emit('error', err)) - - return stream -} - -module.exports.copy = copy - -function copy (cache, integrity, dest) { - return withContentSri(cache, integrity, (cpath, sri) => { - return fs.copyFile(cpath, dest) - }) -} - -module.exports.hasContent = hasContent - -async function hasContent (cache, integrity) { - if (!integrity) { - return false - } - - try { - return await withContentSri(cache, integrity, async (cpath, sri) => { - const stat = await fs.stat(cpath) - return { size: stat.size, sri, stat } - }) - } catch (err) { - if (err.code === 'ENOENT') { - return false - } - - if (err.code === 'EPERM') { - /* istanbul ignore else */ - if (process.platform !== 'win32') { - throw err - } else { - return false - } - } - } -} - -async function withContentSri (cache, integrity, fn) { - const sri = ssri.parse(integrity) - // If `integrity` has multiple entries, pick the first digest - // with available local data. - const algo = sri.pickAlgorithm() - const digests = sri[algo] - - if (digests.length <= 1) { - const cpath = contentPath(cache, digests[0]) - return fn(cpath, digests[0]) - } else { - // Can't use race here because a generic error can happen before - // a ENOENT error, and can happen before a valid result - const results = await Promise.all(digests.map(async (meta) => { - try { - return await withContentSri(cache, meta, fn) - } catch (err) { - if (err.code === 'ENOENT') { - return Object.assign( - new Error('No matching content found for ' + sri.toString()), - { code: 'ENOENT' } - ) - } - return err - } - })) - // Return the first non error if it is found - const result = results.find((r) => !(r instanceof Error)) - if (result) { - return result - } - - // Throw the No matching content found error - const enoentError = results.find((r) => r.code === 'ENOENT') - if (enoentError) { - throw enoentError - } - - // Throw generic error - throw results.find((r) => r instanceof Error) - } -} - -function sizeError (expected, found) { - /* eslint-disable-next-line max-len */ - const err = new Error(`Bad data size: expected inserted data to be ${expected} bytes, but got ${found} instead`) - err.expected = expected - err.found = found - err.code = 'EBADSIZE' - return err -} - -function integrityError (sri, path) { - const err = new Error(`Integrity verification failed for ${sri} (${path})`) - err.code = 'EINTEGRITY' - err.sri = sri - err.path = path - return err -} diff --git a/software/flow/node_modules/npm/node_modules/cacache/lib/content/rm.js b/software/flow/node_modules/npm/node_modules/cacache/lib/content/rm.js deleted file mode 100644 index ce58d67..0000000 --- a/software/flow/node_modules/npm/node_modules/cacache/lib/content/rm.js +++ /dev/null @@ -1,18 +0,0 @@ -'use strict' - -const fs = require('fs/promises') -const contentPath = require('./path') -const { hasContent } = require('./read') - -module.exports = rm - -async function rm (cache, integrity) { - const content = await hasContent(cache, integrity) - // ~pretty~ sure we can't end up with a content lacking sri, but be safe - if (content && content.sri) { - await fs.rm(contentPath(cache, content.sri), { recursive: true, force: true }) - return true - } else { - return false - } -} diff --git a/software/flow/node_modules/npm/node_modules/cacache/lib/content/write.js b/software/flow/node_modules/npm/node_modules/cacache/lib/content/write.js deleted file mode 100644 index d799ae8..0000000 --- a/software/flow/node_modules/npm/node_modules/cacache/lib/content/write.js +++ /dev/null @@ -1,185 +0,0 @@ -'use strict' - -const events = require('events') - -const contentPath = require('./path') -const fs = require('fs/promises') -const moveFile = require('../util/move-file') -const Minipass = require('minipass') -const Pipeline = require('minipass-pipeline') -const Flush = require('minipass-flush') -const path = require('path') -const ssri = require('ssri') -const uniqueFilename = require('unique-filename') -const fsm = require('fs-minipass') - -module.exports = write - -async function write (cache, data, opts = {}) { - const { algorithms, size, integrity } = opts - if (algorithms && algorithms.length > 1) { - throw new Error('opts.algorithms only supports a single algorithm for now') - } - - if (typeof size === 'number' && data.length !== size) { - throw sizeError(size, data.length) - } - - const sri = ssri.fromData(data, algorithms ? { algorithms } : {}) - if (integrity && !ssri.checkData(data, integrity, opts)) { - throw checksumError(integrity, sri) - } - - const tmp = await makeTmp(cache, opts) - try { - await fs.writeFile(tmp.target, data, { flag: 'wx' }) - await moveToDestination(tmp, cache, sri, opts) - return { integrity: sri, size: data.length } - } finally { - if (!tmp.moved) { - await fs.rm(tmp.target, { recursive: true, force: true }) - } - } -} - -module.exports.stream = writeStream - -// writes proxied to the 'inputStream' that is passed to the Promise -// 'end' is deferred until content is handled. -class CacacheWriteStream extends Flush { - constructor (cache, opts) { - super() - this.opts = opts - this.cache = cache - this.inputStream = new Minipass() - this.inputStream.on('error', er => this.emit('error', er)) - this.inputStream.on('drain', () => this.emit('drain')) - this.handleContentP = null - } - - write (chunk, encoding, cb) { - if (!this.handleContentP) { - this.handleContentP = handleContent( - this.inputStream, - this.cache, - this.opts - ) - } - return this.inputStream.write(chunk, encoding, cb) - } - - flush (cb) { - this.inputStream.end(() => { - if (!this.handleContentP) { - const e = new Error('Cache input stream was empty') - e.code = 'ENODATA' - // empty streams are probably emitting end right away. - // defer this one tick by rejecting a promise on it. - return Promise.reject(e).catch(cb) - } - // eslint-disable-next-line promise/catch-or-return - this.handleContentP.then( - (res) => { - res.integrity && this.emit('integrity', res.integrity) - // eslint-disable-next-line promise/always-return - res.size !== null && this.emit('size', res.size) - cb() - }, - (er) => cb(er) - ) - }) - } -} - -function writeStream (cache, opts = {}) { - return new CacacheWriteStream(cache, opts) -} - -async function handleContent (inputStream, cache, opts) { - const tmp = await makeTmp(cache, opts) - try { - const res = await pipeToTmp(inputStream, cache, tmp.target, opts) - await moveToDestination( - tmp, - cache, - res.integrity, - opts - ) - return res - } finally { - if (!tmp.moved) { - await fs.rm(tmp.target, { recursive: true, force: true }) - } - } -} - -async function pipeToTmp (inputStream, cache, tmpTarget, opts) { - const outStream = new fsm.WriteStream(tmpTarget, { - flags: 'wx', - }) - - if (opts.integrityEmitter) { - // we need to create these all simultaneously since they can fire in any order - const [integrity, size] = await Promise.all([ - events.once(opts.integrityEmitter, 'integrity').then(res => res[0]), - events.once(opts.integrityEmitter, 'size').then(res => res[0]), - new Pipeline(inputStream, outStream).promise(), - ]) - return { integrity, size } - } - - let integrity - let size - const hashStream = ssri.integrityStream({ - integrity: opts.integrity, - algorithms: opts.algorithms, - size: opts.size, - }) - hashStream.on('integrity', i => { - integrity = i - }) - hashStream.on('size', s => { - size = s - }) - - const pipeline = new Pipeline(inputStream, hashStream, outStream) - await pipeline.promise() - return { integrity, size } -} - -async function makeTmp (cache, opts) { - const tmpTarget = uniqueFilename(path.join(cache, 'tmp'), opts.tmpPrefix) - await fs.mkdir(path.dirname(tmpTarget), { recursive: true }) - return { - target: tmpTarget, - moved: false, - } -} - -async function moveToDestination (tmp, cache, sri, opts) { - const destination = contentPath(cache, sri) - const destDir = path.dirname(destination) - - await fs.mkdir(destDir, { recursive: true }) - await moveFile(tmp.target, destination) - tmp.moved = true -} - -function sizeError (expected, found) { - /* eslint-disable-next-line max-len */ - const err = new Error(`Bad data size: expected inserted data to be ${expected} bytes, but got ${found} instead`) - err.expected = expected - err.found = found - err.code = 'EBADSIZE' - return err -} - -function checksumError (expected, found) { - const err = new Error(`Integrity check failed: - Wanted: ${expected} - Found: ${found}`) - err.code = 'EINTEGRITY' - err.expected = expected - err.found = found - return err -} diff --git a/software/flow/node_modules/npm/node_modules/cacache/lib/entry-index.js b/software/flow/node_modules/npm/node_modules/cacache/lib/entry-index.js deleted file mode 100644 index add15e3..0000000 --- a/software/flow/node_modules/npm/node_modules/cacache/lib/entry-index.js +++ /dev/null @@ -1,330 +0,0 @@ -'use strict' - -const crypto = require('crypto') -const { - appendFile, - mkdir, - readFile, - readdir, - rm, - writeFile, -} = require('fs/promises') -const Minipass = require('minipass') -const path = require('path') -const ssri = require('ssri') -const uniqueFilename = require('unique-filename') - -const contentPath = require('./content/path') -const hashToSegments = require('./util/hash-to-segments') -const indexV = require('../package.json')['cache-version'].index -const { moveFile } = require('@npmcli/fs') - -module.exports.NotFoundError = class NotFoundError extends Error { - constructor (cache, key) { - super(`No cache entry for ${key} found in ${cache}`) - this.code = 'ENOENT' - this.cache = cache - this.key = key - } -} - -module.exports.compact = compact - -async function compact (cache, key, matchFn, opts = {}) { - const bucket = bucketPath(cache, key) - const entries = await bucketEntries(bucket) - const newEntries = [] - // we loop backwards because the bottom-most result is the newest - // since we add new entries with appendFile - for (let i = entries.length - 1; i >= 0; --i) { - const entry = entries[i] - // a null integrity could mean either a delete was appended - // or the user has simply stored an index that does not map - // to any content. we determine if the user wants to keep the - // null integrity based on the validateEntry function passed in options. - // if the integrity is null and no validateEntry is provided, we break - // as we consider the null integrity to be a deletion of everything - // that came before it. - if (entry.integrity === null && !opts.validateEntry) { - break - } - - // if this entry is valid, and it is either the first entry or - // the newEntries array doesn't already include an entry that - // matches this one based on the provided matchFn, then we add - // it to the beginning of our list - if ((!opts.validateEntry || opts.validateEntry(entry) === true) && - (newEntries.length === 0 || - !newEntries.find((oldEntry) => matchFn(oldEntry, entry)))) { - newEntries.unshift(entry) - } - } - - const newIndex = '\n' + newEntries.map((entry) => { - const stringified = JSON.stringify(entry) - const hash = hashEntry(stringified) - return `${hash}\t${stringified}` - }).join('\n') - - const setup = async () => { - const target = uniqueFilename(path.join(cache, 'tmp'), opts.tmpPrefix) - await mkdir(path.dirname(target), { recursive: true }) - return { - target, - moved: false, - } - } - - const teardown = async (tmp) => { - if (!tmp.moved) { - return rm(tmp.target, { recursive: true, force: true }) - } - } - - const write = async (tmp) => { - await writeFile(tmp.target, newIndex, { flag: 'wx' }) - await mkdir(path.dirname(bucket), { recursive: true }) - // we use @npmcli/move-file directly here because we - // want to overwrite the existing file - await moveFile(tmp.target, bucket) - tmp.moved = true - } - - // write the file atomically - const tmp = await setup() - try { - await write(tmp) - } finally { - await teardown(tmp) - } - - // we reverse the list we generated such that the newest - // entries come first in order to make looping through them easier - // the true passed to formatEntry tells it to keep null - // integrity values, if they made it this far it's because - // validateEntry returned true, and as such we should return it - return newEntries.reverse().map((entry) => formatEntry(cache, entry, true)) -} - -module.exports.insert = insert - -async function insert (cache, key, integrity, opts = {}) { - const { metadata, size } = opts - const bucket = bucketPath(cache, key) - const entry = { - key, - integrity: integrity && ssri.stringify(integrity), - time: Date.now(), - size, - metadata, - } - try { - await mkdir(path.dirname(bucket), { recursive: true }) - const stringified = JSON.stringify(entry) - // NOTE - Cleverness ahoy! - // - // This works because it's tremendously unlikely for an entry to corrupt - // another while still preserving the string length of the JSON in - // question. So, we just slap the length in there and verify it on read. - // - // Thanks to @isaacs for the whiteboarding session that ended up with - // this. - await appendFile(bucket, `\n${hashEntry(stringified)}\t${stringified}`) - } catch (err) { - if (err.code === 'ENOENT') { - return undefined - } - - throw err - } - return formatEntry(cache, entry) -} - -module.exports.find = find - -async function find (cache, key) { - const bucket = bucketPath(cache, key) - try { - const entries = await bucketEntries(bucket) - return entries.reduce((latest, next) => { - if (next && next.key === key) { - return formatEntry(cache, next) - } else { - return latest - } - }, null) - } catch (err) { - if (err.code === 'ENOENT') { - return null - } else { - throw err - } - } -} - -module.exports.delete = del - -function del (cache, key, opts = {}) { - if (!opts.removeFully) { - return insert(cache, key, null, opts) - } - - const bucket = bucketPath(cache, key) - return rm(bucket, { recursive: true, force: true }) -} - -module.exports.lsStream = lsStream - -function lsStream (cache) { - const indexDir = bucketDir(cache) - const stream = new Minipass({ objectMode: true }) - - // Set all this up to run on the stream and then just return the stream - Promise.resolve().then(async () => { - const buckets = await readdirOrEmpty(indexDir) - await Promise.all(buckets.map(async (bucket) => { - const bucketPath = path.join(indexDir, bucket) - const subbuckets = await readdirOrEmpty(bucketPath) - await Promise.all(subbuckets.map(async (subbucket) => { - const subbucketPath = path.join(bucketPath, subbucket) - - // "/cachename/<bucket 0xFF>/<bucket 0xFF>./*" - const subbucketEntries = await readdirOrEmpty(subbucketPath) - await Promise.all(subbucketEntries.map(async (entry) => { - const entryPath = path.join(subbucketPath, entry) - try { - const entries = await bucketEntries(entryPath) - // using a Map here prevents duplicate keys from showing up - // twice, I guess? - const reduced = entries.reduce((acc, entry) => { - acc.set(entry.key, entry) - return acc - }, new Map()) - // reduced is a map of key => entry - for (const entry of reduced.values()) { - const formatted = formatEntry(cache, entry) - if (formatted) { - stream.write(formatted) - } - } - } catch (err) { - if (err.code === 'ENOENT') { - return undefined - } - throw err - } - })) - })) - })) - stream.end() - return stream - }).catch(err => stream.emit('error', err)) - - return stream -} - -module.exports.ls = ls - -async function ls (cache) { - const entries = await lsStream(cache).collect() - return entries.reduce((acc, xs) => { - acc[xs.key] = xs - return acc - }, {}) -} - -module.exports.bucketEntries = bucketEntries - -async function bucketEntries (bucket, filter) { - const data = await readFile(bucket, 'utf8') - return _bucketEntries(data, filter) -} - -function _bucketEntries (data, filter) { - const entries = [] - data.split('\n').forEach((entry) => { - if (!entry) { - return - } - - const pieces = entry.split('\t') - if (!pieces[1] || hashEntry(pieces[1]) !== pieces[0]) { - // Hash is no good! Corruption or malice? Doesn't matter! - // EJECT EJECT - return - } - let obj - try { - obj = JSON.parse(pieces[1]) - } catch (_) { - // eslint-ignore-next-line no-empty-block - } - // coverage disabled here, no need to test with an entry that parses to something falsey - // istanbul ignore else - if (obj) { - entries.push(obj) - } - }) - return entries -} - -module.exports.bucketDir = bucketDir - -function bucketDir (cache) { - return path.join(cache, `index-v${indexV}`) -} - -module.exports.bucketPath = bucketPath - -function bucketPath (cache, key) { - const hashed = hashKey(key) - return path.join.apply( - path, - [bucketDir(cache)].concat(hashToSegments(hashed)) - ) -} - -module.exports.hashKey = hashKey - -function hashKey (key) { - return hash(key, 'sha256') -} - -module.exports.hashEntry = hashEntry - -function hashEntry (str) { - return hash(str, 'sha1') -} - -function hash (str, digest) { - return crypto - .createHash(digest) - .update(str) - .digest('hex') -} - -function formatEntry (cache, entry, keepAll) { - // Treat null digests as deletions. They'll shadow any previous entries. - if (!entry.integrity && !keepAll) { - return null - } - - return { - key: entry.key, - integrity: entry.integrity, - path: entry.integrity ? contentPath(cache, entry.integrity) : undefined, - size: entry.size, - time: entry.time, - metadata: entry.metadata, - } -} - -function readdirOrEmpty (dir) { - return readdir(dir).catch((err) => { - if (err.code === 'ENOENT' || err.code === 'ENOTDIR') { - return [] - } - - throw err - }) -} diff --git a/software/flow/node_modules/npm/node_modules/cacache/lib/get.js b/software/flow/node_modules/npm/node_modules/cacache/lib/get.js deleted file mode 100644 index 272ddb6..0000000 --- a/software/flow/node_modules/npm/node_modules/cacache/lib/get.js +++ /dev/null @@ -1,170 +0,0 @@ -'use strict' - -const Collect = require('minipass-collect') -const Minipass = require('minipass') -const Pipeline = require('minipass-pipeline') - -const index = require('./entry-index') -const memo = require('./memoization') -const read = require('./content/read') - -async function getData (cache, key, opts = {}) { - const { integrity, memoize, size } = opts - const memoized = memo.get(cache, key, opts) - if (memoized && memoize !== false) { - return { - metadata: memoized.entry.metadata, - data: memoized.data, - integrity: memoized.entry.integrity, - size: memoized.entry.size, - } - } - - const entry = await index.find(cache, key, opts) - if (!entry) { - throw new index.NotFoundError(cache, key) - } - const data = await read(cache, entry.integrity, { integrity, size }) - if (memoize) { - memo.put(cache, entry, data, opts) - } - - return { - data, - metadata: entry.metadata, - size: entry.size, - integrity: entry.integrity, - } -} -module.exports = getData - -async function getDataByDigest (cache, key, opts = {}) { - const { integrity, memoize, size } = opts - const memoized = memo.get.byDigest(cache, key, opts) - if (memoized && memoize !== false) { - return memoized - } - - const res = await read(cache, key, { integrity, size }) - if (memoize) { - memo.put.byDigest(cache, key, res, opts) - } - return res -} -module.exports.byDigest = getDataByDigest - -const getMemoizedStream = (memoized) => { - const stream = new Minipass() - stream.on('newListener', function (ev, cb) { - ev === 'metadata' && cb(memoized.entry.metadata) - ev === 'integrity' && cb(memoized.entry.integrity) - ev === 'size' && cb(memoized.entry.size) - }) - stream.end(memoized.data) - return stream -} - -function getStream (cache, key, opts = {}) { - const { memoize, size } = opts - const memoized = memo.get(cache, key, opts) - if (memoized && memoize !== false) { - return getMemoizedStream(memoized) - } - - const stream = new Pipeline() - // Set all this up to run on the stream and then just return the stream - Promise.resolve().then(async () => { - const entry = await index.find(cache, key) - if (!entry) { - throw new index.NotFoundError(cache, key) - } - - stream.emit('metadata', entry.metadata) - stream.emit('integrity', entry.integrity) - stream.emit('size', entry.size) - stream.on('newListener', function (ev, cb) { - ev === 'metadata' && cb(entry.metadata) - ev === 'integrity' && cb(entry.integrity) - ev === 'size' && cb(entry.size) - }) - - const src = read.readStream( - cache, - entry.integrity, - { ...opts, size: typeof size !== 'number' ? entry.size : size } - ) - - if (memoize) { - const memoStream = new Collect.PassThrough() - memoStream.on('collect', data => memo.put(cache, entry, data, opts)) - stream.unshift(memoStream) - } - stream.unshift(src) - return stream - }).catch((err) => stream.emit('error', err)) - - return stream -} - -module.exports.stream = getStream - -function getStreamDigest (cache, integrity, opts = {}) { - const { memoize } = opts - const memoized = memo.get.byDigest(cache, integrity, opts) - if (memoized && memoize !== false) { - const stream = new Minipass() - stream.end(memoized) - return stream - } else { - const stream = read.readStream(cache, integrity, opts) - if (!memoize) { - return stream - } - - const memoStream = new Collect.PassThrough() - memoStream.on('collect', data => memo.put.byDigest( - cache, - integrity, - data, - opts - )) - return new Pipeline(stream, memoStream) - } -} - -module.exports.stream.byDigest = getStreamDigest - -function info (cache, key, opts = {}) { - const { memoize } = opts - const memoized = memo.get(cache, key, opts) - if (memoized && memoize !== false) { - return Promise.resolve(memoized.entry) - } else { - return index.find(cache, key) - } -} -module.exports.info = info - -async function copy (cache, key, dest, opts = {}) { - const entry = await index.find(cache, key, opts) - if (!entry) { - throw new index.NotFoundError(cache, key) - } - await read.copy(cache, entry.integrity, dest, opts) - return { - metadata: entry.metadata, - size: entry.size, - integrity: entry.integrity, - } -} - -module.exports.copy = copy - -async function copyByDigest (cache, key, dest, opts = {}) { - await read.copy(cache, key, dest, opts) - return key -} - -module.exports.copy.byDigest = copyByDigest - -module.exports.hasContent = read.hasContent diff --git a/software/flow/node_modules/npm/node_modules/cacache/lib/index.js b/software/flow/node_modules/npm/node_modules/cacache/lib/index.js deleted file mode 100644 index c9b0da5..0000000 --- a/software/flow/node_modules/npm/node_modules/cacache/lib/index.js +++ /dev/null @@ -1,42 +0,0 @@ -'use strict' - -const get = require('./get.js') -const put = require('./put.js') -const rm = require('./rm.js') -const verify = require('./verify.js') -const { clearMemoized } = require('./memoization.js') -const tmp = require('./util/tmp.js') -const index = require('./entry-index.js') - -module.exports.index = {} -module.exports.index.compact = index.compact -module.exports.index.insert = index.insert - -module.exports.ls = index.ls -module.exports.ls.stream = index.lsStream - -module.exports.get = get -module.exports.get.byDigest = get.byDigest -module.exports.get.stream = get.stream -module.exports.get.stream.byDigest = get.stream.byDigest -module.exports.get.copy = get.copy -module.exports.get.copy.byDigest = get.copy.byDigest -module.exports.get.info = get.info -module.exports.get.hasContent = get.hasContent - -module.exports.put = put -module.exports.put.stream = put.stream - -module.exports.rm = rm.entry -module.exports.rm.all = rm.all -module.exports.rm.entry = module.exports.rm -module.exports.rm.content = rm.content - -module.exports.clearMemoized = clearMemoized - -module.exports.tmp = {} -module.exports.tmp.mkdir = tmp.mkdir -module.exports.tmp.withTmp = tmp.withTmp - -module.exports.verify = verify -module.exports.verify.lastRun = verify.lastRun diff --git a/software/flow/node_modules/npm/node_modules/cacache/lib/memoization.js b/software/flow/node_modules/npm/node_modules/cacache/lib/memoization.js deleted file mode 100644 index 0ff604a..0000000 --- a/software/flow/node_modules/npm/node_modules/cacache/lib/memoization.js +++ /dev/null @@ -1,72 +0,0 @@ -'use strict' - -const LRU = require('lru-cache') - -const MEMOIZED = new LRU({ - max: 500, - maxSize: 50 * 1024 * 1024, // 50MB - ttl: 3 * 60 * 1000, // 3 minutes - sizeCalculation: (entry, key) => key.startsWith('key:') ? entry.data.length : entry.length, -}) - -module.exports.clearMemoized = clearMemoized - -function clearMemoized () { - const old = {} - MEMOIZED.forEach((v, k) => { - old[k] = v - }) - MEMOIZED.clear() - return old -} - -module.exports.put = put - -function put (cache, entry, data, opts) { - pickMem(opts).set(`key:${cache}:${entry.key}`, { entry, data }) - putDigest(cache, entry.integrity, data, opts) -} - -module.exports.put.byDigest = putDigest - -function putDigest (cache, integrity, data, opts) { - pickMem(opts).set(`digest:${cache}:${integrity}`, data) -} - -module.exports.get = get - -function get (cache, key, opts) { - return pickMem(opts).get(`key:${cache}:${key}`) -} - -module.exports.get.byDigest = getDigest - -function getDigest (cache, integrity, opts) { - return pickMem(opts).get(`digest:${cache}:${integrity}`) -} - -class ObjProxy { - constructor (obj) { - this.obj = obj - } - - get (key) { - return this.obj[key] - } - - set (key, val) { - this.obj[key] = val - } -} - -function pickMem (opts) { - if (!opts || !opts.memoize) { - return MEMOIZED - } else if (opts.memoize.get && opts.memoize.set) { - return opts.memoize - } else if (typeof opts.memoize === 'object') { - return new ObjProxy(opts.memoize) - } else { - return MEMOIZED - } -} diff --git a/software/flow/node_modules/npm/node_modules/cacache/lib/put.js b/software/flow/node_modules/npm/node_modules/cacache/lib/put.js deleted file mode 100644 index 9fc932d..0000000 --- a/software/flow/node_modules/npm/node_modules/cacache/lib/put.js +++ /dev/null @@ -1,80 +0,0 @@ -'use strict' - -const index = require('./entry-index') -const memo = require('./memoization') -const write = require('./content/write') -const Flush = require('minipass-flush') -const { PassThrough } = require('minipass-collect') -const Pipeline = require('minipass-pipeline') - -const putOpts = (opts) => ({ - algorithms: ['sha512'], - ...opts, -}) - -module.exports = putData - -async function putData (cache, key, data, opts = {}) { - const { memoize } = opts - opts = putOpts(opts) - const res = await write(cache, data, opts) - const entry = await index.insert(cache, key, res.integrity, { ...opts, size: res.size }) - if (memoize) { - memo.put(cache, entry, data, opts) - } - - return res.integrity -} - -module.exports.stream = putStream - -function putStream (cache, key, opts = {}) { - const { memoize } = opts - opts = putOpts(opts) - let integrity - let size - let error - - let memoData - const pipeline = new Pipeline() - // first item in the pipeline is the memoizer, because we need - // that to end first and get the collected data. - if (memoize) { - const memoizer = new PassThrough().on('collect', data => { - memoData = data - }) - pipeline.push(memoizer) - } - - // contentStream is a write-only, not a passthrough - // no data comes out of it. - const contentStream = write.stream(cache, opts) - .on('integrity', (int) => { - integrity = int - }) - .on('size', (s) => { - size = s - }) - .on('error', (err) => { - error = err - }) - - pipeline.push(contentStream) - - // last but not least, we write the index and emit hash and size, - // and memoize if we're doing that - pipeline.push(new Flush({ - async flush () { - if (!error) { - const entry = await index.insert(cache, key, integrity, { ...opts, size }) - if (memoize && memoData) { - memo.put(cache, entry, memoData, opts) - } - pipeline.emit('integrity', integrity) - pipeline.emit('size', size) - } - }, - })) - - return pipeline -} diff --git a/software/flow/node_modules/npm/node_modules/cacache/lib/rm.js b/software/flow/node_modules/npm/node_modules/cacache/lib/rm.js deleted file mode 100644 index a94760c..0000000 --- a/software/flow/node_modules/npm/node_modules/cacache/lib/rm.js +++ /dev/null @@ -1,31 +0,0 @@ -'use strict' - -const { rm } = require('fs/promises') -const glob = require('./util/glob.js') -const index = require('./entry-index') -const memo = require('./memoization') -const path = require('path') -const rmContent = require('./content/rm') - -module.exports = entry -module.exports.entry = entry - -function entry (cache, key, opts) { - memo.clearMemoized() - return index.delete(cache, key, opts) -} - -module.exports.content = content - -function content (cache, integrity) { - memo.clearMemoized() - return rmContent(cache, integrity) -} - -module.exports.all = all - -async function all (cache) { - memo.clearMemoized() - const paths = await glob(path.join(cache, '*(content-*|index-*)'), { silent: true, nosort: true }) - return Promise.all(paths.map((p) => rm(p, { recursive: true, force: true }))) -} diff --git a/software/flow/node_modules/npm/node_modules/cacache/lib/util/glob.js b/software/flow/node_modules/npm/node_modules/cacache/lib/util/glob.js deleted file mode 100644 index 8908a3a..0000000 --- a/software/flow/node_modules/npm/node_modules/cacache/lib/util/glob.js +++ /dev/null @@ -1,7 +0,0 @@ -'use strict' - -const { promisify } = require('util') -const glob = promisify(require('glob')) - -const globify = (pattern) => pattern.split('//').join('/') -module.exports = (path, options) => glob(globify(path), options) diff --git a/software/flow/node_modules/npm/node_modules/cacache/lib/util/hash-to-segments.js b/software/flow/node_modules/npm/node_modules/cacache/lib/util/hash-to-segments.js deleted file mode 100644 index 445599b..0000000 --- a/software/flow/node_modules/npm/node_modules/cacache/lib/util/hash-to-segments.js +++ /dev/null @@ -1,7 +0,0 @@ -'use strict' - -module.exports = hashToSegments - -function hashToSegments (hash) { - return [hash.slice(0, 2), hash.slice(2, 4), hash.slice(4)] -} diff --git a/software/flow/node_modules/npm/node_modules/cacache/lib/util/move-file.js b/software/flow/node_modules/npm/node_modules/cacache/lib/util/move-file.js deleted file mode 100644 index eb3ba76..0000000 --- a/software/flow/node_modules/npm/node_modules/cacache/lib/util/move-file.js +++ /dev/null @@ -1,56 +0,0 @@ -'use strict' - -const fs = require('fs/promises') -const { moveFile: move } = require('@npmcli/fs') -const pinflight = require('promise-inflight') - -module.exports = moveFile - -async function moveFile (src, dest) { - const isWindows = process.platform === 'win32' - - // This isn't quite an fs.rename -- the assumption is that - // if `dest` already exists, and we get certain errors while - // trying to move it, we should just not bother. - // - // In the case of cache corruption, users will receive an - // EINTEGRITY error elsewhere, and can remove the offending - // content their own way. - // - // Note that, as the name suggests, this strictly only supports file moves. - try { - await fs.link(src, dest) - } catch (err) { - if (isWindows && err.code === 'EPERM') { - // XXX This is a really weird way to handle this situation, as it - // results in the src file being deleted even though the dest - // might not exist. Since we pretty much always write files to - // deterministic locations based on content hash, this is likely - // ok (or at worst, just ends in a future cache miss). But it would - // be worth investigating at some time in the future if this is - // really what we want to do here. - } else if (err.code === 'EEXIST' || err.code === 'EBUSY') { - // file already exists, so whatever - } else { - throw err - } - } - try { - await Promise.all([ - fs.unlink(src), - !isWindows && fs.chmod(dest, '0444'), - ]) - } catch (e) { - return pinflight('cacache-move-file:' + dest, async () => { - await fs.stat(dest).catch((err) => { - if (err.code !== 'ENOENT') { - // Something else is wrong here. Bail bail bail - throw err - } - }) - // file doesn't already exist! let's try a rename -> copy fallback - // only delete if it successfully copies - return move(src, dest) - }) - } -} diff --git a/software/flow/node_modules/npm/node_modules/cacache/lib/util/tmp.js b/software/flow/node_modules/npm/node_modules/cacache/lib/util/tmp.js deleted file mode 100644 index 0bf5302..0000000 --- a/software/flow/node_modules/npm/node_modules/cacache/lib/util/tmp.js +++ /dev/null @@ -1,26 +0,0 @@ -'use strict' - -const { withTempDir } = require('@npmcli/fs') -const fs = require('fs/promises') -const path = require('path') - -module.exports.mkdir = mktmpdir - -async function mktmpdir (cache, opts = {}) { - const { tmpPrefix } = opts - const tmpDir = path.join(cache, 'tmp') - await fs.mkdir(tmpDir, { recursive: true, owner: 'inherit' }) - // do not use path.join(), it drops the trailing / if tmpPrefix is unset - const target = `${tmpDir}${path.sep}${tmpPrefix || ''}` - return fs.mkdtemp(target, { owner: 'inherit' }) -} - -module.exports.withTmp = withTmp - -function withTmp (cache, opts, cb) { - if (!cb) { - cb = opts - opts = {} - } - return withTempDir(path.join(cache, 'tmp'), cb, opts) -} diff --git a/software/flow/node_modules/npm/node_modules/cacache/lib/verify.js b/software/flow/node_modules/npm/node_modules/cacache/lib/verify.js deleted file mode 100644 index 33f566c..0000000 --- a/software/flow/node_modules/npm/node_modules/cacache/lib/verify.js +++ /dev/null @@ -1,252 +0,0 @@ -'use strict' - -const { - mkdir, - readFile, - rm, - stat, - truncate, - writeFile, -} = require('fs/promises') -const pMap = require('p-map') -const contentPath = require('./content/path') -const fsm = require('fs-minipass') -const glob = require('./util/glob.js') -const index = require('./entry-index') -const path = require('path') -const ssri = require('ssri') - -const hasOwnProperty = (obj, key) => - Object.prototype.hasOwnProperty.call(obj, key) - -const verifyOpts = (opts) => ({ - concurrency: 20, - log: { silly () {} }, - ...opts, -}) - -module.exports = verify - -async function verify (cache, opts) { - opts = verifyOpts(opts) - opts.log.silly('verify', 'verifying cache at', cache) - - const steps = [ - markStartTime, - fixPerms, - garbageCollect, - rebuildIndex, - cleanTmp, - writeVerifile, - markEndTime, - ] - - const stats = {} - for (const step of steps) { - const label = step.name - const start = new Date() - const s = await step(cache, opts) - if (s) { - Object.keys(s).forEach((k) => { - stats[k] = s[k] - }) - } - const end = new Date() - if (!stats.runTime) { - stats.runTime = {} - } - stats.runTime[label] = end - start - } - stats.runTime.total = stats.endTime - stats.startTime - opts.log.silly( - 'verify', - 'verification finished for', - cache, - 'in', - `${stats.runTime.total}ms` - ) - return stats -} - -async function markStartTime (cache, opts) { - return { startTime: new Date() } -} - -async function markEndTime (cache, opts) { - return { endTime: new Date() } -} - -async function fixPerms (cache, opts) { - opts.log.silly('verify', 'fixing cache permissions') - await mkdir(cache, { recursive: true }) - return null -} - -// Implements a naive mark-and-sweep tracing garbage collector. -// -// The algorithm is basically as follows: -// 1. Read (and filter) all index entries ("pointers") -// 2. Mark each integrity value as "live" -// 3. Read entire filesystem tree in `content-vX/` dir -// 4. If content is live, verify its checksum and delete it if it fails -// 5. If content is not marked as live, rm it. -// -async function garbageCollect (cache, opts) { - opts.log.silly('verify', 'garbage collecting content') - const indexStream = index.lsStream(cache) - const liveContent = new Set() - indexStream.on('data', (entry) => { - if (opts.filter && !opts.filter(entry)) { - return - } - - liveContent.add(entry.integrity.toString()) - }) - await new Promise((resolve, reject) => { - indexStream.on('end', resolve).on('error', reject) - }) - const contentDir = contentPath.contentDir(cache) - const files = await glob(path.join(contentDir, '**'), { - follow: false, - nodir: true, - nosort: true, - }) - const stats = { - verifiedContent: 0, - reclaimedCount: 0, - reclaimedSize: 0, - badContentCount: 0, - keptSize: 0, - } - await pMap( - files, - async (f) => { - const split = f.split(/[/\\]/) - const digest = split.slice(split.length - 3).join('') - const algo = split[split.length - 4] - const integrity = ssri.fromHex(digest, algo) - if (liveContent.has(integrity.toString())) { - const info = await verifyContent(f, integrity) - if (!info.valid) { - stats.reclaimedCount++ - stats.badContentCount++ - stats.reclaimedSize += info.size - } else { - stats.verifiedContent++ - stats.keptSize += info.size - } - } else { - // No entries refer to this content. We can delete. - stats.reclaimedCount++ - const s = await stat(f) - await rm(f, { recursive: true, force: true }) - stats.reclaimedSize += s.size - } - return stats - }, - { concurrency: opts.concurrency } - ) - return stats -} - -async function verifyContent (filepath, sri) { - const contentInfo = {} - try { - const { size } = await stat(filepath) - contentInfo.size = size - contentInfo.valid = true - await ssri.checkStream(new fsm.ReadStream(filepath), sri) - } catch (err) { - if (err.code === 'ENOENT') { - return { size: 0, valid: false } - } - if (err.code !== 'EINTEGRITY') { - throw err - } - - await rm(filepath, { recursive: true, force: true }) - contentInfo.valid = false - } - return contentInfo -} - -async function rebuildIndex (cache, opts) { - opts.log.silly('verify', 'rebuilding index') - const entries = await index.ls(cache) - const stats = { - missingContent: 0, - rejectedEntries: 0, - totalEntries: 0, - } - const buckets = {} - for (const k in entries) { - /* istanbul ignore else */ - if (hasOwnProperty(entries, k)) { - const hashed = index.hashKey(k) - const entry = entries[k] - const excluded = opts.filter && !opts.filter(entry) - excluded && stats.rejectedEntries++ - if (buckets[hashed] && !excluded) { - buckets[hashed].push(entry) - } else if (buckets[hashed] && excluded) { - // skip - } else if (excluded) { - buckets[hashed] = [] - buckets[hashed]._path = index.bucketPath(cache, k) - } else { - buckets[hashed] = [entry] - buckets[hashed]._path = index.bucketPath(cache, k) - } - } - } - await pMap( - Object.keys(buckets), - (key) => { - return rebuildBucket(cache, buckets[key], stats, opts) - }, - { concurrency: opts.concurrency } - ) - return stats -} - -async function rebuildBucket (cache, bucket, stats, opts) { - await truncate(bucket._path) - // This needs to be serialized because cacache explicitly - // lets very racy bucket conflicts clobber each other. - for (const entry of bucket) { - const content = contentPath(cache, entry.integrity) - try { - await stat(content) - await index.insert(cache, entry.key, entry.integrity, { - metadata: entry.metadata, - size: entry.size, - }) - stats.totalEntries++ - } catch (err) { - if (err.code === 'ENOENT') { - stats.rejectedEntries++ - stats.missingContent++ - } else { - throw err - } - } - } -} - -function cleanTmp (cache, opts) { - opts.log.silly('verify', 'cleaning tmp directory') - return rm(path.join(cache, 'tmp'), { recursive: true, force: true }) -} - -async function writeVerifile (cache, opts) { - const verifile = path.join(cache, '_lastverified') - opts.log.silly('verify', 'writing verifile to ' + verifile) - return writeFile(verifile, `${Date.now()}`) -} - -module.exports.lastRun = lastRun - -async function lastRun (cache) { - const data = await readFile(path.join(cache, '_lastverified'), { encoding: 'utf8' }) - return new Date(+data) -} diff --git a/software/flow/node_modules/npm/node_modules/cacache/package.json b/software/flow/node_modules/npm/node_modules/cacache/package.json deleted file mode 100644 index 189a19b..0000000 --- a/software/flow/node_modules/npm/node_modules/cacache/package.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "name": "cacache", - "version": "17.0.4", - "cache-version": { - "content": "2", - "index": "5" - }, - "description": "Fast, fault-tolerant, cross-platform, disk-based, data-agnostic, content-addressable cache.", - "main": "lib/index.js", - "files": [ - "bin/", - "lib/" - ], - "scripts": { - "test": "tap", - "snap": "tap", - "coverage": "tap", - "test-docker": "docker run -it --rm --name pacotest -v \"$PWD\":/tmp -w /tmp node:latest npm test", - "lint": "eslint \"**/*.js\"", - "npmclilint": "npmcli-lint", - "lintfix": "npm run lint -- --fix", - "postsnap": "npm run lintfix --", - "postlint": "template-oss-check", - "posttest": "npm run lint", - "template-oss-apply": "template-oss-apply --force" - }, - "repository": { - "type": "git", - "url": "https://github.com/npm/cacache.git" - }, - "keywords": [ - "cache", - "caching", - "content-addressable", - "sri", - "sri hash", - "subresource integrity", - "cache", - "storage", - "store", - "file store", - "filesystem", - "disk cache", - "disk storage" - ], - "license": "ISC", - "dependencies": { - "@npmcli/fs": "^3.1.0", - "fs-minipass": "^3.0.0", - "glob": "^8.0.1", - "lru-cache": "^7.7.1", - "minipass": "^4.0.0", - "minipass-collect": "^1.0.2", - "minipass-flush": "^1.0.5", - "minipass-pipeline": "^1.2.4", - "p-map": "^4.0.0", - "promise-inflight": "^1.0.1", - "ssri": "^10.0.0", - "tar": "^6.1.11", - "unique-filename": "^3.0.0" - }, - "devDependencies": { - "@npmcli/eslint-config": "^4.0.0", - "@npmcli/template-oss": "4.11.0", - "tap": "^16.0.0" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "windowsCI": false, - "version": "4.11.0" - }, - "author": "GitHub Inc.", - "tap": { - "nyc-arg": [ - "--exclude", - "tap-snapshots/**" - ] - } -} diff --git a/software/flow/node_modules/npm/node_modules/chalk/index.d.ts b/software/flow/node_modules/npm/node_modules/chalk/index.d.ts deleted file mode 100644 index 9cd88f3..0000000 --- a/software/flow/node_modules/npm/node_modules/chalk/index.d.ts +++ /dev/null @@ -1,415 +0,0 @@ -/** -Basic foreground colors. - -[More colors here.](https://github.com/chalk/chalk/blob/master/readme.md#256-and-truecolor-color-support) -*/ -declare type ForegroundColor = - | 'black' - | 'red' - | 'green' - | 'yellow' - | 'blue' - | 'magenta' - | 'cyan' - | 'white' - | 'gray' - | 'grey' - | 'blackBright' - | 'redBright' - | 'greenBright' - | 'yellowBright' - | 'blueBright' - | 'magentaBright' - | 'cyanBright' - | 'whiteBright'; - -/** -Basic background colors. - -[More colors here.](https://github.com/chalk/chalk/blob/master/readme.md#256-and-truecolor-color-support) -*/ -declare type BackgroundColor = - | 'bgBlack' - | 'bgRed' - | 'bgGreen' - | 'bgYellow' - | 'bgBlue' - | 'bgMagenta' - | 'bgCyan' - | 'bgWhite' - | 'bgGray' - | 'bgGrey' - | 'bgBlackBright' - | 'bgRedBright' - | 'bgGreenBright' - | 'bgYellowBright' - | 'bgBlueBright' - | 'bgMagentaBright' - | 'bgCyanBright' - | 'bgWhiteBright'; - -/** -Basic colors. - -[More colors here.](https://github.com/chalk/chalk/blob/master/readme.md#256-and-truecolor-color-support) -*/ -declare type Color = ForegroundColor | BackgroundColor; - -declare type Modifiers = - | 'reset' - | 'bold' - | 'dim' - | 'italic' - | 'underline' - | 'inverse' - | 'hidden' - | 'strikethrough' - | 'visible'; - -declare namespace chalk { - /** - Levels: - - `0` - All colors disabled. - - `1` - Basic 16 colors support. - - `2` - ANSI 256 colors support. - - `3` - Truecolor 16 million colors support. - */ - type Level = 0 | 1 | 2 | 3; - - interface Options { - /** - Specify the color support for Chalk. - - By default, color support is automatically detected based on the environment. - - Levels: - - `0` - All colors disabled. - - `1` - Basic 16 colors support. - - `2` - ANSI 256 colors support. - - `3` - Truecolor 16 million colors support. - */ - level?: Level; - } - - /** - Return a new Chalk instance. - */ - type Instance = new (options?: Options) => Chalk; - - /** - Detect whether the terminal supports color. - */ - interface ColorSupport { - /** - The color level used by Chalk. - */ - level: Level; - - /** - Return whether Chalk supports basic 16 colors. - */ - hasBasic: boolean; - - /** - Return whether Chalk supports ANSI 256 colors. - */ - has256: boolean; - - /** - Return whether Chalk supports Truecolor 16 million colors. - */ - has16m: boolean; - } - - interface ChalkFunction { - /** - Use a template string. - - @remarks Template literals are unsupported for nested calls (see [issue #341](https://github.com/chalk/chalk/issues/341)) - - @example - ``` - import chalk = require('chalk'); - - log(chalk` - CPU: {red ${cpu.totalPercent}%} - RAM: {green ${ram.used / ram.total * 100}%} - DISK: {rgb(255,131,0) ${disk.used / disk.total * 100}%} - `); - ``` - - @example - ``` - import chalk = require('chalk'); - - log(chalk.red.bgBlack`2 + 3 = {bold ${2 + 3}}`) - ``` - */ - (text: TemplateStringsArray, ...placeholders: unknown[]): string; - - (...text: unknown[]): string; - } - - interface Chalk extends ChalkFunction { - /** - Return a new Chalk instance. - */ - Instance: Instance; - - /** - The color support for Chalk. - - By default, color support is automatically detected based on the environment. - - Levels: - - `0` - All colors disabled. - - `1` - Basic 16 colors support. - - `2` - ANSI 256 colors support. - - `3` - Truecolor 16 million colors support. - */ - level: Level; - - /** - Use HEX value to set text color. - - @param color - Hexadecimal value representing the desired color. - - @example - ``` - import chalk = require('chalk'); - - chalk.hex('#DEADED'); - ``` - */ - hex(color: string): Chalk; - - /** - Use keyword color value to set text color. - - @param color - Keyword value representing the desired color. - - @example - ``` - import chalk = require('chalk'); - - chalk.keyword('orange'); - ``` - */ - keyword(color: string): Chalk; - - /** - Use RGB values to set text color. - */ - rgb(red: number, green: number, blue: number): Chalk; - - /** - Use HSL values to set text color. - */ - hsl(hue: number, saturation: number, lightness: number): Chalk; - - /** - Use HSV values to set text color. - */ - hsv(hue: number, saturation: number, value: number): Chalk; - - /** - Use HWB values to set text color. - */ - hwb(hue: number, whiteness: number, blackness: number): Chalk; - - /** - Use a [Select/Set Graphic Rendition](https://en.wikipedia.org/wiki/ANSI_escape_code#SGR_parameters) (SGR) [color code number](https://en.wikipedia.org/wiki/ANSI_escape_code#3/4_bit) to set text color. - - 30 <= code && code < 38 || 90 <= code && code < 98 - For example, 31 for red, 91 for redBright. - */ - ansi(code: number): Chalk; - - /** - Use a [8-bit unsigned number](https://en.wikipedia.org/wiki/ANSI_escape_code#8-bit) to set text color. - */ - ansi256(index: number): Chalk; - - /** - Use HEX value to set background color. - - @param color - Hexadecimal value representing the desired color. - - @example - ``` - import chalk = require('chalk'); - - chalk.bgHex('#DEADED'); - ``` - */ - bgHex(color: string): Chalk; - - /** - Use keyword color value to set background color. - - @param color - Keyword value representing the desired color. - - @example - ``` - import chalk = require('chalk'); - - chalk.bgKeyword('orange'); - ``` - */ - bgKeyword(color: string): Chalk; - - /** - Use RGB values to set background color. - */ - bgRgb(red: number, green: number, blue: number): Chalk; - - /** - Use HSL values to set background color. - */ - bgHsl(hue: number, saturation: number, lightness: number): Chalk; - - /** - Use HSV values to set background color. - */ - bgHsv(hue: number, saturation: number, value: number): Chalk; - - /** - Use HWB values to set background color. - */ - bgHwb(hue: number, whiteness: number, blackness: number): Chalk; - - /** - Use a [Select/Set Graphic Rendition](https://en.wikipedia.org/wiki/ANSI_escape_code#SGR_parameters) (SGR) [color code number](https://en.wikipedia.org/wiki/ANSI_escape_code#3/4_bit) to set background color. - - 30 <= code && code < 38 || 90 <= code && code < 98 - For example, 31 for red, 91 for redBright. - Use the foreground code, not the background code (for example, not 41, nor 101). - */ - bgAnsi(code: number): Chalk; - - /** - Use a [8-bit unsigned number](https://en.wikipedia.org/wiki/ANSI_escape_code#8-bit) to set background color. - */ - bgAnsi256(index: number): Chalk; - - /** - Modifier: Resets the current color chain. - */ - readonly reset: Chalk; - - /** - Modifier: Make text bold. - */ - readonly bold: Chalk; - - /** - Modifier: Emitting only a small amount of light. - */ - readonly dim: Chalk; - - /** - Modifier: Make text italic. (Not widely supported) - */ - readonly italic: Chalk; - - /** - Modifier: Make text underline. (Not widely supported) - */ - readonly underline: Chalk; - - /** - Modifier: Inverse background and foreground colors. - */ - readonly inverse: Chalk; - - /** - Modifier: Prints the text, but makes it invisible. - */ - readonly hidden: Chalk; - - /** - Modifier: Puts a horizontal line through the center of the text. (Not widely supported) - */ - readonly strikethrough: Chalk; - - /** - Modifier: Prints the text only when Chalk has a color support level > 0. - Can be useful for things that are purely cosmetic. - */ - readonly visible: Chalk; - - readonly black: Chalk; - readonly red: Chalk; - readonly green: Chalk; - readonly yellow: Chalk; - readonly blue: Chalk; - readonly magenta: Chalk; - readonly cyan: Chalk; - readonly white: Chalk; - - /* - Alias for `blackBright`. - */ - readonly gray: Chalk; - - /* - Alias for `blackBright`. - */ - readonly grey: Chalk; - - readonly blackBright: Chalk; - readonly redBright: Chalk; - readonly greenBright: Chalk; - readonly yellowBright: Chalk; - readonly blueBright: Chalk; - readonly magentaBright: Chalk; - readonly cyanBright: Chalk; - readonly whiteBright: Chalk; - - readonly bgBlack: Chalk; - readonly bgRed: Chalk; - readonly bgGreen: Chalk; - readonly bgYellow: Chalk; - readonly bgBlue: Chalk; - readonly bgMagenta: Chalk; - readonly bgCyan: Chalk; - readonly bgWhite: Chalk; - - /* - Alias for `bgBlackBright`. - */ - readonly bgGray: Chalk; - - /* - Alias for `bgBlackBright`. - */ - readonly bgGrey: Chalk; - - readonly bgBlackBright: Chalk; - readonly bgRedBright: Chalk; - readonly bgGreenBright: Chalk; - readonly bgYellowBright: Chalk; - readonly bgBlueBright: Chalk; - readonly bgMagentaBright: Chalk; - readonly bgCyanBright: Chalk; - readonly bgWhiteBright: Chalk; - } -} - -/** -Main Chalk object that allows to chain styles together. -Call the last one as a method with a string argument. -Order doesn't matter, and later styles take precedent in case of a conflict. -This simply means that `chalk.red.yellow.green` is equivalent to `chalk.green`. -*/ -declare const chalk: chalk.Chalk & chalk.ChalkFunction & { - supportsColor: chalk.ColorSupport | false; - Level: chalk.Level; - Color: Color; - ForegroundColor: ForegroundColor; - BackgroundColor: BackgroundColor; - Modifiers: Modifiers; - stderr: chalk.Chalk & {supportsColor: chalk.ColorSupport | false}; -}; - -export = chalk; diff --git a/software/flow/node_modules/npm/node_modules/chalk/license b/software/flow/node_modules/npm/node_modules/chalk/license deleted file mode 100644 index e7af2f7..0000000 --- a/software/flow/node_modules/npm/node_modules/chalk/license +++ /dev/null @@ -1,9 +0,0 @@ -MIT License - -Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/chalk/package.json b/software/flow/node_modules/npm/node_modules/chalk/package.json deleted file mode 100644 index 47c23f2..0000000 --- a/software/flow/node_modules/npm/node_modules/chalk/package.json +++ /dev/null @@ -1,68 +0,0 @@ -{ - "name": "chalk", - "version": "4.1.2", - "description": "Terminal string styling done right", - "license": "MIT", - "repository": "chalk/chalk", - "funding": "https://github.com/chalk/chalk?sponsor=1", - "main": "source", - "engines": { - "node": ">=10" - }, - "scripts": { - "test": "xo && nyc ava && tsd", - "bench": "matcha benchmark.js" - }, - "files": [ - "source", - "index.d.ts" - ], - "keywords": [ - "color", - "colour", - "colors", - "terminal", - "console", - "cli", - "string", - "str", - "ansi", - "style", - "styles", - "tty", - "formatting", - "rgb", - "256", - "shell", - "xterm", - "log", - "logging", - "command-line", - "text" - ], - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "devDependencies": { - "ava": "^2.4.0", - "coveralls": "^3.0.7", - "execa": "^4.0.0", - "import-fresh": "^3.1.0", - "matcha": "^0.7.0", - "nyc": "^15.0.0", - "resolve-from": "^5.0.0", - "tsd": "^0.7.4", - "xo": "^0.28.2" - }, - "xo": { - "rules": { - "unicorn/prefer-string-slice": "off", - "unicorn/prefer-includes": "off", - "@typescript-eslint/member-ordering": "off", - "no-redeclare": "off", - "unicorn/string-content": "off", - "unicorn/better-regex": "off" - } - } -} diff --git a/software/flow/node_modules/npm/node_modules/chalk/source/index.js b/software/flow/node_modules/npm/node_modules/chalk/source/index.js deleted file mode 100644 index 75ec663..0000000 --- a/software/flow/node_modules/npm/node_modules/chalk/source/index.js +++ /dev/null @@ -1,229 +0,0 @@ -'use strict'; -const ansiStyles = require('ansi-styles'); -const {stdout: stdoutColor, stderr: stderrColor} = require('supports-color'); -const { - stringReplaceAll, - stringEncaseCRLFWithFirstIndex -} = require('./util'); - -const {isArray} = Array; - -// `supportsColor.level` → `ansiStyles.color[name]` mapping -const levelMapping = [ - 'ansi', - 'ansi', - 'ansi256', - 'ansi16m' -]; - -const styles = Object.create(null); - -const applyOptions = (object, options = {}) => { - if (options.level && !(Number.isInteger(options.level) && options.level >= 0 && options.level <= 3)) { - throw new Error('The `level` option should be an integer from 0 to 3'); - } - - // Detect level if not set manually - const colorLevel = stdoutColor ? stdoutColor.level : 0; - object.level = options.level === undefined ? colorLevel : options.level; -}; - -class ChalkClass { - constructor(options) { - // eslint-disable-next-line no-constructor-return - return chalkFactory(options); - } -} - -const chalkFactory = options => { - const chalk = {}; - applyOptions(chalk, options); - - chalk.template = (...arguments_) => chalkTag(chalk.template, ...arguments_); - - Object.setPrototypeOf(chalk, Chalk.prototype); - Object.setPrototypeOf(chalk.template, chalk); - - chalk.template.constructor = () => { - throw new Error('`chalk.constructor()` is deprecated. Use `new chalk.Instance()` instead.'); - }; - - chalk.template.Instance = ChalkClass; - - return chalk.template; -}; - -function Chalk(options) { - return chalkFactory(options); -} - -for (const [styleName, style] of Object.entries(ansiStyles)) { - styles[styleName] = { - get() { - const builder = createBuilder(this, createStyler(style.open, style.close, this._styler), this._isEmpty); - Object.defineProperty(this, styleName, {value: builder}); - return builder; - } - }; -} - -styles.visible = { - get() { - const builder = createBuilder(this, this._styler, true); - Object.defineProperty(this, 'visible', {value: builder}); - return builder; - } -}; - -const usedModels = ['rgb', 'hex', 'keyword', 'hsl', 'hsv', 'hwb', 'ansi', 'ansi256']; - -for (const model of usedModels) { - styles[model] = { - get() { - const {level} = this; - return function (...arguments_) { - const styler = createStyler(ansiStyles.color[levelMapping[level]][model](...arguments_), ansiStyles.color.close, this._styler); - return createBuilder(this, styler, this._isEmpty); - }; - } - }; -} - -for (const model of usedModels) { - const bgModel = 'bg' + model[0].toUpperCase() + model.slice(1); - styles[bgModel] = { - get() { - const {level} = this; - return function (...arguments_) { - const styler = createStyler(ansiStyles.bgColor[levelMapping[level]][model](...arguments_), ansiStyles.bgColor.close, this._styler); - return createBuilder(this, styler, this._isEmpty); - }; - } - }; -} - -const proto = Object.defineProperties(() => {}, { - ...styles, - level: { - enumerable: true, - get() { - return this._generator.level; - }, - set(level) { - this._generator.level = level; - } - } -}); - -const createStyler = (open, close, parent) => { - let openAll; - let closeAll; - if (parent === undefined) { - openAll = open; - closeAll = close; - } else { - openAll = parent.openAll + open; - closeAll = close + parent.closeAll; - } - - return { - open, - close, - openAll, - closeAll, - parent - }; -}; - -const createBuilder = (self, _styler, _isEmpty) => { - const builder = (...arguments_) => { - if (isArray(arguments_[0]) && isArray(arguments_[0].raw)) { - // Called as a template literal, for example: chalk.red`2 + 3 = {bold ${2+3}}` - return applyStyle(builder, chalkTag(builder, ...arguments_)); - } - - // Single argument is hot path, implicit coercion is faster than anything - // eslint-disable-next-line no-implicit-coercion - return applyStyle(builder, (arguments_.length === 1) ? ('' + arguments_[0]) : arguments_.join(' ')); - }; - - // We alter the prototype because we must return a function, but there is - // no way to create a function with a different prototype - Object.setPrototypeOf(builder, proto); - - builder._generator = self; - builder._styler = _styler; - builder._isEmpty = _isEmpty; - - return builder; -}; - -const applyStyle = (self, string) => { - if (self.level <= 0 || !string) { - return self._isEmpty ? '' : string; - } - - let styler = self._styler; - - if (styler === undefined) { - return string; - } - - const {openAll, closeAll} = styler; - if (string.indexOf('\u001B') !== -1) { - while (styler !== undefined) { - // Replace any instances already present with a re-opening code - // otherwise only the part of the string until said closing code - // will be colored, and the rest will simply be 'plain'. - string = stringReplaceAll(string, styler.close, styler.open); - - styler = styler.parent; - } - } - - // We can move both next actions out of loop, because remaining actions in loop won't have - // any/visible effect on parts we add here. Close the styling before a linebreak and reopen - // after next line to fix a bleed issue on macOS: https://github.com/chalk/chalk/pull/92 - const lfIndex = string.indexOf('\n'); - if (lfIndex !== -1) { - string = stringEncaseCRLFWithFirstIndex(string, closeAll, openAll, lfIndex); - } - - return openAll + string + closeAll; -}; - -let template; -const chalkTag = (chalk, ...strings) => { - const [firstString] = strings; - - if (!isArray(firstString) || !isArray(firstString.raw)) { - // If chalk() was called by itself or with a string, - // return the string itself as a string. - return strings.join(' '); - } - - const arguments_ = strings.slice(1); - const parts = [firstString.raw[0]]; - - for (let i = 1; i < firstString.length; i++) { - parts.push( - String(arguments_[i - 1]).replace(/[{}\\]/g, '\\$&'), - String(firstString.raw[i]) - ); - } - - if (template === undefined) { - template = require('./templates'); - } - - return template(chalk, parts.join('')); -}; - -Object.defineProperties(Chalk.prototype, styles); - -const chalk = Chalk(); // eslint-disable-line new-cap -chalk.supportsColor = stdoutColor; -chalk.stderr = Chalk({level: stderrColor ? stderrColor.level : 0}); // eslint-disable-line new-cap -chalk.stderr.supportsColor = stderrColor; - -module.exports = chalk; diff --git a/software/flow/node_modules/npm/node_modules/chalk/source/templates.js b/software/flow/node_modules/npm/node_modules/chalk/source/templates.js deleted file mode 100644 index b130949..0000000 --- a/software/flow/node_modules/npm/node_modules/chalk/source/templates.js +++ /dev/null @@ -1,134 +0,0 @@ -'use strict'; -const TEMPLATE_REGEX = /(?:\\(u(?:[a-f\d]{4}|\{[a-f\d]{1,6}\})|x[a-f\d]{2}|.))|(?:\{(~)?(\w+(?:\([^)]*\))?(?:\.\w+(?:\([^)]*\))?)*)(?:[ \t]|(?=\r?\n)))|(\})|((?:.|[\r\n\f])+?)/gi; -const STYLE_REGEX = /(?:^|\.)(\w+)(?:\(([^)]*)\))?/g; -const STRING_REGEX = /^(['"])((?:\\.|(?!\1)[^\\])*)\1$/; -const ESCAPE_REGEX = /\\(u(?:[a-f\d]{4}|{[a-f\d]{1,6}})|x[a-f\d]{2}|.)|([^\\])/gi; - -const ESCAPES = new Map([ - ['n', '\n'], - ['r', '\r'], - ['t', '\t'], - ['b', '\b'], - ['f', '\f'], - ['v', '\v'], - ['0', '\0'], - ['\\', '\\'], - ['e', '\u001B'], - ['a', '\u0007'] -]); - -function unescape(c) { - const u = c[0] === 'u'; - const bracket = c[1] === '{'; - - if ((u && !bracket && c.length === 5) || (c[0] === 'x' && c.length === 3)) { - return String.fromCharCode(parseInt(c.slice(1), 16)); - } - - if (u && bracket) { - return String.fromCodePoint(parseInt(c.slice(2, -1), 16)); - } - - return ESCAPES.get(c) || c; -} - -function parseArguments(name, arguments_) { - const results = []; - const chunks = arguments_.trim().split(/\s*,\s*/g); - let matches; - - for (const chunk of chunks) { - const number = Number(chunk); - if (!Number.isNaN(number)) { - results.push(number); - } else if ((matches = chunk.match(STRING_REGEX))) { - results.push(matches[2].replace(ESCAPE_REGEX, (m, escape, character) => escape ? unescape(escape) : character)); - } else { - throw new Error(`Invalid Chalk template style argument: ${chunk} (in style '${name}')`); - } - } - - return results; -} - -function parseStyle(style) { - STYLE_REGEX.lastIndex = 0; - - const results = []; - let matches; - - while ((matches = STYLE_REGEX.exec(style)) !== null) { - const name = matches[1]; - - if (matches[2]) { - const args = parseArguments(name, matches[2]); - results.push([name].concat(args)); - } else { - results.push([name]); - } - } - - return results; -} - -function buildStyle(chalk, styles) { - const enabled = {}; - - for (const layer of styles) { - for (const style of layer.styles) { - enabled[style[0]] = layer.inverse ? null : style.slice(1); - } - } - - let current = chalk; - for (const [styleName, styles] of Object.entries(enabled)) { - if (!Array.isArray(styles)) { - continue; - } - - if (!(styleName in current)) { - throw new Error(`Unknown Chalk style: ${styleName}`); - } - - current = styles.length > 0 ? current[styleName](...styles) : current[styleName]; - } - - return current; -} - -module.exports = (chalk, temporary) => { - const styles = []; - const chunks = []; - let chunk = []; - - // eslint-disable-next-line max-params - temporary.replace(TEMPLATE_REGEX, (m, escapeCharacter, inverse, style, close, character) => { - if (escapeCharacter) { - chunk.push(unescape(escapeCharacter)); - } else if (style) { - const string = chunk.join(''); - chunk = []; - chunks.push(styles.length === 0 ? string : buildStyle(chalk, styles)(string)); - styles.push({inverse, styles: parseStyle(style)}); - } else if (close) { - if (styles.length === 0) { - throw new Error('Found extraneous } in Chalk template literal'); - } - - chunks.push(buildStyle(chalk, styles)(chunk.join(''))); - chunk = []; - styles.pop(); - } else { - chunk.push(character); - } - }); - - chunks.push(chunk.join('')); - - if (styles.length > 0) { - const errMessage = `Chalk template literal is missing ${styles.length} closing bracket${styles.length === 1 ? '' : 's'} (\`}\`)`; - throw new Error(errMessage); - } - - return chunks.join(''); -}; diff --git a/software/flow/node_modules/npm/node_modules/chalk/source/util.js b/software/flow/node_modules/npm/node_modules/chalk/source/util.js deleted file mode 100644 index ca466fd..0000000 --- a/software/flow/node_modules/npm/node_modules/chalk/source/util.js +++ /dev/null @@ -1,39 +0,0 @@ -'use strict'; - -const stringReplaceAll = (string, substring, replacer) => { - let index = string.indexOf(substring); - if (index === -1) { - return string; - } - - const substringLength = substring.length; - let endIndex = 0; - let returnValue = ''; - do { - returnValue += string.substr(endIndex, index - endIndex) + substring + replacer; - endIndex = index + substringLength; - index = string.indexOf(substring, endIndex); - } while (index !== -1); - - returnValue += string.substr(endIndex); - return returnValue; -}; - -const stringEncaseCRLFWithFirstIndex = (string, prefix, postfix, index) => { - let endIndex = 0; - let returnValue = ''; - do { - const gotCR = string[index - 1] === '\r'; - returnValue += string.substr(endIndex, (gotCR ? index - 1 : index) - endIndex) + prefix + (gotCR ? '\r\n' : '\n') + postfix; - endIndex = index + 1; - index = string.indexOf('\n', endIndex); - } while (index !== -1); - - returnValue += string.substr(endIndex); - return returnValue; -}; - -module.exports = { - stringReplaceAll, - stringEncaseCRLFWithFirstIndex -}; diff --git a/software/flow/node_modules/npm/node_modules/chownr/LICENSE b/software/flow/node_modules/npm/node_modules/chownr/LICENSE deleted file mode 100644 index 19129e3..0000000 --- a/software/flow/node_modules/npm/node_modules/chownr/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -The ISC License - -Copyright (c) Isaac Z. Schlueter and Contributors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/chownr/chownr.js b/software/flow/node_modules/npm/node_modules/chownr/chownr.js deleted file mode 100644 index 0d40932..0000000 --- a/software/flow/node_modules/npm/node_modules/chownr/chownr.js +++ /dev/null @@ -1,167 +0,0 @@ -'use strict' -const fs = require('fs') -const path = require('path') - -/* istanbul ignore next */ -const LCHOWN = fs.lchown ? 'lchown' : 'chown' -/* istanbul ignore next */ -const LCHOWNSYNC = fs.lchownSync ? 'lchownSync' : 'chownSync' - -/* istanbul ignore next */ -const needEISDIRHandled = fs.lchown && - !process.version.match(/v1[1-9]+\./) && - !process.version.match(/v10\.[6-9]/) - -const lchownSync = (path, uid, gid) => { - try { - return fs[LCHOWNSYNC](path, uid, gid) - } catch (er) { - if (er.code !== 'ENOENT') - throw er - } -} - -/* istanbul ignore next */ -const chownSync = (path, uid, gid) => { - try { - return fs.chownSync(path, uid, gid) - } catch (er) { - if (er.code !== 'ENOENT') - throw er - } -} - -/* istanbul ignore next */ -const handleEISDIR = - needEISDIRHandled ? (path, uid, gid, cb) => er => { - // Node prior to v10 had a very questionable implementation of - // fs.lchown, which would always try to call fs.open on a directory - // Fall back to fs.chown in those cases. - if (!er || er.code !== 'EISDIR') - cb(er) - else - fs.chown(path, uid, gid, cb) - } - : (_, __, ___, cb) => cb - -/* istanbul ignore next */ -const handleEISDirSync = - needEISDIRHandled ? (path, uid, gid) => { - try { - return lchownSync(path, uid, gid) - } catch (er) { - if (er.code !== 'EISDIR') - throw er - chownSync(path, uid, gid) - } - } - : (path, uid, gid) => lchownSync(path, uid, gid) - -// fs.readdir could only accept an options object as of node v6 -const nodeVersion = process.version -let readdir = (path, options, cb) => fs.readdir(path, options, cb) -let readdirSync = (path, options) => fs.readdirSync(path, options) -/* istanbul ignore next */ -if (/^v4\./.test(nodeVersion)) - readdir = (path, options, cb) => fs.readdir(path, cb) - -const chown = (cpath, uid, gid, cb) => { - fs[LCHOWN](cpath, uid, gid, handleEISDIR(cpath, uid, gid, er => { - // Skip ENOENT error - cb(er && er.code !== 'ENOENT' ? er : null) - })) -} - -const chownrKid = (p, child, uid, gid, cb) => { - if (typeof child === 'string') - return fs.lstat(path.resolve(p, child), (er, stats) => { - // Skip ENOENT error - if (er) - return cb(er.code !== 'ENOENT' ? er : null) - stats.name = child - chownrKid(p, stats, uid, gid, cb) - }) - - if (child.isDirectory()) { - chownr(path.resolve(p, child.name), uid, gid, er => { - if (er) - return cb(er) - const cpath = path.resolve(p, child.name) - chown(cpath, uid, gid, cb) - }) - } else { - const cpath = path.resolve(p, child.name) - chown(cpath, uid, gid, cb) - } -} - - -const chownr = (p, uid, gid, cb) => { - readdir(p, { withFileTypes: true }, (er, children) => { - // any error other than ENOTDIR or ENOTSUP means it's not readable, - // or doesn't exist. give up. - if (er) { - if (er.code === 'ENOENT') - return cb() - else if (er.code !== 'ENOTDIR' && er.code !== 'ENOTSUP') - return cb(er) - } - if (er || !children.length) - return chown(p, uid, gid, cb) - - let len = children.length - let errState = null - const then = er => { - if (errState) - return - if (er) - return cb(errState = er) - if (-- len === 0) - return chown(p, uid, gid, cb) - } - - children.forEach(child => chownrKid(p, child, uid, gid, then)) - }) -} - -const chownrKidSync = (p, child, uid, gid) => { - if (typeof child === 'string') { - try { - const stats = fs.lstatSync(path.resolve(p, child)) - stats.name = child - child = stats - } catch (er) { - if (er.code === 'ENOENT') - return - else - throw er - } - } - - if (child.isDirectory()) - chownrSync(path.resolve(p, child.name), uid, gid) - - handleEISDirSync(path.resolve(p, child.name), uid, gid) -} - -const chownrSync = (p, uid, gid) => { - let children - try { - children = readdirSync(p, { withFileTypes: true }) - } catch (er) { - if (er.code === 'ENOENT') - return - else if (er.code === 'ENOTDIR' || er.code === 'ENOTSUP') - return handleEISDirSync(p, uid, gid) - else - throw er - } - - if (children && children.length) - children.forEach(child => chownrKidSync(p, child, uid, gid)) - - return handleEISDirSync(p, uid, gid) -} - -module.exports = chownr -chownr.sync = chownrSync diff --git a/software/flow/node_modules/npm/node_modules/chownr/package.json b/software/flow/node_modules/npm/node_modules/chownr/package.json deleted file mode 100644 index 5b0214c..0000000 --- a/software/flow/node_modules/npm/node_modules/chownr/package.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)", - "name": "chownr", - "description": "like `chown -R`", - "version": "2.0.0", - "repository": { - "type": "git", - "url": "git://github.com/isaacs/chownr.git" - }, - "main": "chownr.js", - "files": [ - "chownr.js" - ], - "devDependencies": { - "mkdirp": "0.3", - "rimraf": "^2.7.1", - "tap": "^14.10.6" - }, - "tap": { - "check-coverage": true - }, - "scripts": { - "test": "tap", - "preversion": "npm test", - "postversion": "npm publish", - "prepublishOnly": "git push origin --follow-tags" - }, - "license": "ISC", - "engines": { - "node": ">=10" - } -} diff --git a/software/flow/node_modules/npm/node_modules/ci-info/LICENSE b/software/flow/node_modules/npm/node_modules/ci-info/LICENSE deleted file mode 100644 index 44ca33a..0000000 --- a/software/flow/node_modules/npm/node_modules/ci-info/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2016-2023 Thomas Watson Steen - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/ci-info/index.d.ts b/software/flow/node_modules/npm/node_modules/ci-info/index.d.ts deleted file mode 100644 index 8aebdcf..0000000 --- a/software/flow/node_modules/npm/node_modules/ci-info/index.d.ts +++ /dev/null @@ -1,75 +0,0 @@ -// This file is generated at pre-commit by running `node create-typings.js`. - -/** - * Returns a boolean. Will be `true` if the code is running on a CI server, - * otherwise `false`. - * - * Some CI servers not listed here might still trigger the `ci.isCI` - * boolean to be set to `true` if they use certain vendor neutral environment - * variables. In those cases `ci.name` will be `null` and no vendor specific - * boolean will be set to `true`. - */ -export const isCI: boolean; -/** - * Returns a boolean if PR detection is supported for the current CI server. - * Will be `true` if a PR is being tested, otherwise `false`. If PR detection is - * not supported for the current CI server, the value will be `null`. - */ -export const isPR: boolean | null; -/** - * Returns a string containing name of the CI server the code is running on. If - * CI server is not detected, it returns `null`. - * - * Don't depend on the value of this string not to change for a specific vendor. - * If you find your self writing `ci.name === 'Travis CI'`, you most likely want - * to use `ci.TRAVIS` instead. - */ -export const name: string | null; - -export const APPCIRCLE: boolean; -export const APPVEYOR: boolean; -export const CODEBUILD: boolean; -export const AZURE_PIPELINES: boolean; -export const BAMBOO: boolean; -export const BITBUCKET: boolean; -export const BITRISE: boolean; -export const BUDDY: boolean; -export const BUILDKITE: boolean; -export const CIRCLE: boolean; -export const CIRRUS: boolean; -export const CODEFRESH: boolean; -export const CODEMAGIC: boolean; -export const CODESHIP: boolean; -export const DRONE: boolean; -export const DSARI: boolean; -export const EAS: boolean; -export const GERRIT: boolean; -export const GITHUB_ACTIONS: boolean; -export const GITLAB: boolean; -export const GOCD: boolean; -export const GOOGLE_CLOUD_BUILD: boolean; -export const HARNESS: boolean; -export const HEROKU: boolean; -export const HUDSON: boolean; -export const JENKINS: boolean; -export const LAYERCI: boolean; -export const MAGNUM: boolean; -export const NETLIFY: boolean; -export const NEVERCODE: boolean; -export const RELEASEHUB: boolean; -export const RENDER: boolean; -export const SAIL: boolean; -export const SCREWDRIVER: boolean; -export const SEMAPHORE: boolean; -export const SHIPPABLE: boolean; -export const SOLANO: boolean; -export const SOURCEHUT: boolean; -export const STRIDER: boolean; -export const TASKCLUSTER: boolean; -export const TEAMCITY: boolean; -export const TRAVIS: boolean; -export const VERCEL: boolean; -export const APPCENTER: boolean; -export const WOODPECKER: boolean; -export const XCODE_CLOUD: boolean; -export const XCODE_SERVER: boolean; diff --git a/software/flow/node_modules/npm/node_modules/ci-info/index.js b/software/flow/node_modules/npm/node_modules/ci-info/index.js deleted file mode 100644 index 4790726..0000000 --- a/software/flow/node_modules/npm/node_modules/ci-info/index.js +++ /dev/null @@ -1,90 +0,0 @@ -'use strict' - -const vendors = require('./vendors.json') - -const env = process.env - -// Used for testing only -Object.defineProperty(exports, '_vendors', { - value: vendors.map(function (v) { - return v.constant - }) -}) - -exports.name = null -exports.isPR = null - -vendors.forEach(function (vendor) { - const envs = Array.isArray(vendor.env) ? vendor.env : [vendor.env] - const isCI = envs.every(function (obj) { - return checkEnv(obj) - }) - - exports[vendor.constant] = isCI - - if (!isCI) { - return - } - - exports.name = vendor.name - - switch (typeof vendor.pr) { - case 'string': - // "pr": "CIRRUS_PR" - exports.isPR = !!env[vendor.pr] - break - case 'object': - if ('env' in vendor.pr) { - // "pr": { "env": "BUILDKITE_PULL_REQUEST", "ne": "false" } - exports.isPR = vendor.pr.env in env && env[vendor.pr.env] !== vendor.pr.ne - } else if ('any' in vendor.pr) { - // "pr": { "any": ["ghprbPullId", "CHANGE_ID"] } - exports.isPR = vendor.pr.any.some(function (key) { - return !!env[key] - }) - } else { - // "pr": { "DRONE_BUILD_EVENT": "pull_request" } - exports.isPR = checkEnv(vendor.pr) - } - break - default: - // PR detection not supported for this vendor - exports.isPR = null - } -}) - -exports.isCI = !!( - env.CI !== 'false' && // Bypass all checks if CI env is explicitly set to 'false' - (env.BUILD_ID || // Jenkins, Cloudbees - env.BUILD_NUMBER || // Jenkins, TeamCity - env.CI || // Travis CI, CircleCI, Cirrus CI, Gitlab CI, Appveyor, CodeShip, dsari - env.CI_APP_ID || // Appflow - env.CI_BUILD_ID || // Appflow - env.CI_BUILD_NUMBER || // Appflow - env.CI_NAME || // Codeship and others - env.CONTINUOUS_INTEGRATION || // Travis CI, Cirrus CI - env.RUN_ID || // TaskCluster, dsari - exports.name || - false) -) - -function checkEnv (obj) { - // "env": "CIRRUS" - if (typeof obj === 'string') return !!env[obj] - - // "env": { "env": "NODE", "includes": "/app/.heroku/node/bin/node" } - if ('env' in obj) { - // Currently there are no other types, uncomment when there are - // if ('includes' in obj) { - return env[obj.env] && env[obj.env].includes(obj.includes) - // } - } - if ('any' in obj) { - return obj.any.some(function (k) { - return !!env[k] - }) - } - return Object.keys(obj).every(function (k) { - return env[k] === obj[k] - }) -} diff --git a/software/flow/node_modules/npm/node_modules/ci-info/package.json b/software/flow/node_modules/npm/node_modules/ci-info/package.json deleted file mode 100644 index 3edae74..0000000 --- a/software/flow/node_modules/npm/node_modules/ci-info/package.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "ci-info", - "version": "3.8.0", - "description": "Get details about the current Continuous Integration environment", - "main": "index.js", - "typings": "index.d.ts", - "author": "Thomas Watson Steen <w@tson.dk> (https://twitter.com/wa7son)", - "license": "MIT", - "repository": "https://github.com/watson/ci-info.git", - "bugs": "https://github.com/watson/ci-info/issues", - "homepage": "https://github.com/watson/ci-info", - "keywords": [ - "ci", - "continuous", - "integration", - "test", - "detect" - ], - "files": [ - "vendors.json", - "index.js", - "index.d.ts", - "CHANGELOG.md" - ], - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/sibiraj-s" - } - ], - "scripts": { - "lint:fix": "standard --fix", - "test": "standard && node test.js", - "prepare": "husky install" - }, - "devDependencies": { - "clear-module": "^4.1.2", - "husky": "^8.0.2", - "standard": "^17.0.0", - "tape": "^5.6.1" - }, - "engines": { - "node": ">=8" - } -} diff --git a/software/flow/node_modules/npm/node_modules/ci-info/vendors.json b/software/flow/node_modules/npm/node_modules/ci-info/vendors.json deleted file mode 100644 index 2137117..0000000 --- a/software/flow/node_modules/npm/node_modules/ci-info/vendors.json +++ /dev/null @@ -1,318 +0,0 @@ -[ - { - "name": "Appcircle", - "constant": "APPCIRCLE", - "env": "AC_APPCIRCLE" - }, - { - "name": "AppVeyor", - "constant": "APPVEYOR", - "env": "APPVEYOR", - "pr": "APPVEYOR_PULL_REQUEST_NUMBER" - }, - { - "name": "AWS CodeBuild", - "constant": "CODEBUILD", - "env": "CODEBUILD_BUILD_ARN" - }, - { - "name": "Azure Pipelines", - "constant": "AZURE_PIPELINES", - "env": "SYSTEM_TEAMFOUNDATIONCOLLECTIONURI", - "pr": "SYSTEM_PULLREQUEST_PULLREQUESTID" - }, - { - "name": "Bamboo", - "constant": "BAMBOO", - "env": "bamboo_planKey" - }, - { - "name": "Bitbucket Pipelines", - "constant": "BITBUCKET", - "env": "BITBUCKET_COMMIT", - "pr": "BITBUCKET_PR_ID" - }, - { - "name": "Bitrise", - "constant": "BITRISE", - "env": "BITRISE_IO", - "pr": "BITRISE_PULL_REQUEST" - }, - { - "name": "Buddy", - "constant": "BUDDY", - "env": "BUDDY_WORKSPACE_ID", - "pr": "BUDDY_EXECUTION_PULL_REQUEST_ID" - }, - { - "name": "Buildkite", - "constant": "BUILDKITE", - "env": "BUILDKITE", - "pr": { - "env": "BUILDKITE_PULL_REQUEST", - "ne": "false" - } - }, - { - "name": "CircleCI", - "constant": "CIRCLE", - "env": "CIRCLECI", - "pr": "CIRCLE_PULL_REQUEST" - }, - { - "name": "Cirrus CI", - "constant": "CIRRUS", - "env": "CIRRUS_CI", - "pr": "CIRRUS_PR" - }, - { - "name": "Codefresh", - "constant": "CODEFRESH", - "env": "CF_BUILD_ID", - "pr": { - "any": [ - "CF_PULL_REQUEST_NUMBER", - "CF_PULL_REQUEST_ID" - ] - } - }, - { - "name": "Codemagic", - "constant": "CODEMAGIC", - "env": "CM_BUILD_ID", - "pr": "CM_PULL_REQUEST" - }, - { - "name": "Codeship", - "constant": "CODESHIP", - "env": { - "CI_NAME": "codeship" - } - }, - { - "name": "Drone", - "constant": "DRONE", - "env": "DRONE", - "pr": { - "DRONE_BUILD_EVENT": "pull_request" - } - }, - { - "name": "dsari", - "constant": "DSARI", - "env": "DSARI" - }, - { - "name": "Expo Application Services", - "constant": "EAS", - "env": "EAS_BUILD" - }, - { - "name": "Gerrit", - "constant": "GERRIT", - "env": "GERRIT_PROJECT" - }, - { - "name": "GitHub Actions", - "constant": "GITHUB_ACTIONS", - "env": "GITHUB_ACTIONS", - "pr": { - "GITHUB_EVENT_NAME": "pull_request" - } - }, - { - "name": "GitLab CI", - "constant": "GITLAB", - "env": "GITLAB_CI", - "pr": "CI_MERGE_REQUEST_ID" - }, - { - "name": "GoCD", - "constant": "GOCD", - "env": "GO_PIPELINE_LABEL" - }, - { - "name": "Google Cloud Build", - "constant": "GOOGLE_CLOUD_BUILD", - "env": "BUILDER_OUTPUT" - }, - { - "name": "Harness CI", - "constant": "HARNESS", - "env": "HARNESS_BUILD_ID" - }, - { - "name": "Heroku", - "constant": "HEROKU", - "env": { - "env": "NODE", - "includes": "/app/.heroku/node/bin/node" - } - }, - { - "name": "Hudson", - "constant": "HUDSON", - "env": "HUDSON_URL" - }, - { - "name": "Jenkins", - "constant": "JENKINS", - "env": [ - "JENKINS_URL", - "BUILD_ID" - ], - "pr": { - "any": [ - "ghprbPullId", - "CHANGE_ID" - ] - } - }, - { - "name": "LayerCI", - "constant": "LAYERCI", - "env": "LAYERCI", - "pr": "LAYERCI_PULL_REQUEST" - }, - { - "name": "Magnum CI", - "constant": "MAGNUM", - "env": "MAGNUM" - }, - { - "name": "Netlify CI", - "constant": "NETLIFY", - "env": "NETLIFY", - "pr": { - "env": "PULL_REQUEST", - "ne": "false" - } - }, - { - "name": "Nevercode", - "constant": "NEVERCODE", - "env": "NEVERCODE", - "pr": { - "env": "NEVERCODE_PULL_REQUEST", - "ne": "false" - } - }, - { - "name": "ReleaseHub", - "constant": "RELEASEHUB", - "env": "RELEASE_BUILD_ID" - }, - { - "name": "Render", - "constant": "RENDER", - "env": "RENDER", - "pr": { - "IS_PULL_REQUEST": "true" - } - }, - { - "name": "Sail CI", - "constant": "SAIL", - "env": "SAILCI", - "pr": "SAIL_PULL_REQUEST_NUMBER" - }, - { - "name": "Screwdriver", - "constant": "SCREWDRIVER", - "env": "SCREWDRIVER", - "pr": { - "env": "SD_PULL_REQUEST", - "ne": "false" - } - }, - { - "name": "Semaphore", - "constant": "SEMAPHORE", - "env": "SEMAPHORE", - "pr": "PULL_REQUEST_NUMBER" - }, - { - "name": "Shippable", - "constant": "SHIPPABLE", - "env": "SHIPPABLE", - "pr": { - "IS_PULL_REQUEST": "true" - } - }, - { - "name": "Solano CI", - "constant": "SOLANO", - "env": "TDDIUM", - "pr": "TDDIUM_PR_ID" - }, - { - "name": "Sourcehut", - "constant": "SOURCEHUT", - "env": { - "CI_NAME": "sourcehut" - } - }, - { - "name": "Strider CD", - "constant": "STRIDER", - "env": "STRIDER" - }, - { - "name": "TaskCluster", - "constant": "TASKCLUSTER", - "env": [ - "TASK_ID", - "RUN_ID" - ] - }, - { - "name": "TeamCity", - "constant": "TEAMCITY", - "env": "TEAMCITY_VERSION" - }, - { - "name": "Travis CI", - "constant": "TRAVIS", - "env": "TRAVIS", - "pr": { - "env": "TRAVIS_PULL_REQUEST", - "ne": "false" - } - }, - { - "name": "Vercel", - "constant": "VERCEL", - "env": { - "any": [ - "NOW_BUILDER", - "VERCEL" - ] - } - }, - { - "name": "Visual Studio App Center", - "constant": "APPCENTER", - "env": "APPCENTER_BUILD_ID" - }, - { - "name": "Woodpecker", - "constant": "WOODPECKER", - "env": { - "CI": "woodpecker" - }, - "pr": { - "CI_BUILD_EVENT": "pull_request" - } - }, - { - "name": "Xcode Cloud", - "constant": "XCODE_CLOUD", - "env": "CI_XCODE_PROJECT", - "pr": "CI_PULL_REQUEST_NUMBER" - }, - { - "name": "Xcode Server", - "constant": "XCODE_SERVER", - "env": "XCS" - } -] diff --git a/software/flow/node_modules/npm/node_modules/cidr-regex/LICENSE b/software/flow/node_modules/npm/node_modules/cidr-regex/LICENSE deleted file mode 100644 index 9669c20..0000000 --- a/software/flow/node_modules/npm/node_modules/cidr-regex/LICENSE +++ /dev/null @@ -1,22 +0,0 @@ -Copyright (c) silverwind -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - -1. Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. -2. Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND -ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/software/flow/node_modules/npm/node_modules/cidr-regex/index.d.ts b/software/flow/node_modules/npm/node_modules/cidr-regex/index.d.ts deleted file mode 100644 index 9099cae..0000000 --- a/software/flow/node_modules/npm/node_modules/cidr-regex/index.d.ts +++ /dev/null @@ -1,55 +0,0 @@ -declare namespace ip { - interface Options { - /** - Only match an exact string. Useful with `RegExp#test()` to check if a string is a CIDR IP address. *(`false` matches any CIDR IP address in a string)* - - @default false - */ - readonly exact?: boolean; - } -} - -declare const ip: { - /** - Regular expression for matching IP addresses in CIDR notation. - - @returns A regex for matching both IPv4 and IPv6 CIDR IP addresses. - - @example - ``` - import cidrRegex = require("cidr-regex"); - - // Contains a CIDR IP address? - cidrRegex().test("foo 192.168.0.1/24"); - //=> true - - // Is a CIDR IP address? - cidrRegex({exact: true}).test("foo 192.168.0.1/24"); - //=> false - - "foo 192.168.0.1/24 bar 1:2:3:4:5:6:7:8/64 baz".match(cidrRegex()); - //=> ["192.168.0.1/24", "1:2:3:4:5:6:7:8/64"] - ``` - */ - (options?: ip.Options): RegExp; - - /** - @returns A regex for matching IPv4 CIDR IP addresses. - */ - v4(options?: ip.Options): RegExp; - - /** - @returns A regex for matching IPv6 CIDR IP addresses. - - @example - ``` - import cidrRegex = require("cidr-regex"); - - cidrRegex.v6({exact: true}).test("1:2:3:4:5:6:7:8/64"); - //=> true - ``` - */ - v6(options?: ip.Options): RegExp; -}; - -export = ip; diff --git a/software/flow/node_modules/npm/node_modules/cidr-regex/index.js b/software/flow/node_modules/npm/node_modules/cidr-regex/index.js deleted file mode 100644 index 0f12ee1..0000000 --- a/software/flow/node_modules/npm/node_modules/cidr-regex/index.js +++ /dev/null @@ -1,18 +0,0 @@ -"use strict"; - -const ipRegex = require("ip-regex"); - -const defaultOpts = {exact: false}; - -const v4str = `${ipRegex.v4().source}\\/(3[0-2]|[12]?[0-9])`; -const v6str = `${ipRegex.v6().source}\\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])`; - -// can not precompile the non-exact regexes because global flag makes the regex object stateful -// which would require the user to reset .lastIndex on subsequent calls -const v4exact = new RegExp(`^${v4str}$`); -const v6exact = new RegExp(`^${v6str}$`); -const v46exact = new RegExp(`(?:^${v4str}$)|(?:^${v6str}$)`); - -module.exports = ({exact} = defaultOpts) => exact ? v46exact : new RegExp(`(?:${v4str})|(?:${v6str})`, "g"); -module.exports.v4 = ({exact} = defaultOpts) => exact ? v4exact : new RegExp(v4str, "g"); -module.exports.v6 = ({exact} = defaultOpts) => exact ? v6exact : new RegExp(v6str, "g"); diff --git a/software/flow/node_modules/npm/node_modules/cidr-regex/package.json b/software/flow/node_modules/npm/node_modules/cidr-regex/package.json deleted file mode 100644 index 8ddef4e..0000000 --- a/software/flow/node_modules/npm/node_modules/cidr-regex/package.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "name": "cidr-regex", - "version": "3.1.1", - "description": "Regular expression for matching IP addresses in CIDR notation", - "author": "silverwind <me@silverwind.io>", - "contributors": [ - "Felipe Apostol <flipjs.io@gmail.com> (http://flipjs.io/)" - ], - "repository": "silverwind/cidr-regex", - "license": "BSD-2-Clause", - "scripts": { - "test": "make test" - }, - "engines": { - "node": ">=10" - }, - "files": [ - "index.js", - "index.d.ts" - ], - "keywords": [ - "cidr", - "regex", - "notation", - "cidr notation", - "prefix", - "prefixes", - "ip", - "ip address" - ], - "dependencies": { - "ip-regex": "^4.1.0" - }, - "devDependencies": { - "eslint": "7.8.1", - "eslint-config-silverwind": "18.0.8", - "jest": "26.4.2", - "tsd": "0.13.1", - "updates": "10.3.6", - "versions": "8.4.3" - } -} diff --git a/software/flow/node_modules/npm/node_modules/clean-stack/index.d.ts b/software/flow/node_modules/npm/node_modules/clean-stack/index.d.ts deleted file mode 100644 index ed58995..0000000 --- a/software/flow/node_modules/npm/node_modules/clean-stack/index.d.ts +++ /dev/null @@ -1,47 +0,0 @@ -declare namespace cleanStack { - interface Options { - /** - Prettify the file paths in the stack: - - `/Users/sindresorhus/dev/clean-stack/unicorn.js:2:15` → `~/dev/clean-stack/unicorn.js:2:15` - - @default false - */ - readonly pretty?: boolean; - } -} - -/** -Clean up error stack traces. Removes the mostly unhelpful internal Node.js entries. - -@param stack - The `stack` property of an `Error`. - -@example -``` -import cleanStack = require('clean-stack'); - -const error = new Error('Missing unicorn'); - -console.log(error.stack); - -// Error: Missing unicorn -// at Object.<anonymous> (/Users/sindresorhus/dev/clean-stack/unicorn.js:2:15) -// at Module._compile (module.js:409:26) -// at Object.Module._extensions..js (module.js:416:10) -// at Module.load (module.js:343:32) -// at Function.Module._load (module.js:300:12) -// at Function.Module.runMain (module.js:441:10) -// at startup (node.js:139:18) - -console.log(cleanStack(error.stack)); - -// Error: Missing unicorn -// at Object.<anonymous> (/Users/sindresorhus/dev/clean-stack/unicorn.js:2:15) -``` -*/ -declare function cleanStack( - stack: string, - options?: cleanStack.Options -): string; - -export = cleanStack; diff --git a/software/flow/node_modules/npm/node_modules/clean-stack/index.js b/software/flow/node_modules/npm/node_modules/clean-stack/index.js deleted file mode 100644 index 8c1dcc4..0000000 --- a/software/flow/node_modules/npm/node_modules/clean-stack/index.js +++ /dev/null @@ -1,40 +0,0 @@ -'use strict'; -const os = require('os'); - -const extractPathRegex = /\s+at.*(?:\(|\s)(.*)\)?/; -const pathRegex = /^(?:(?:(?:node|(?:internal\/[\w/]*|.*node_modules\/(?:babel-polyfill|pirates)\/.*)?\w+)\.js:\d+:\d+)|native)/; -const homeDir = typeof os.homedir === 'undefined' ? '' : os.homedir(); - -module.exports = (stack, options) => { - options = Object.assign({pretty: false}, options); - - return stack.replace(/\\/g, '/') - .split('\n') - .filter(line => { - const pathMatches = line.match(extractPathRegex); - if (pathMatches === null || !pathMatches[1]) { - return true; - } - - const match = pathMatches[1]; - - // Electron - if ( - match.includes('.app/Contents/Resources/electron.asar') || - match.includes('.app/Contents/Resources/default_app.asar') - ) { - return false; - } - - return !pathRegex.test(match); - }) - .filter(line => line.trim() !== '') - .map(line => { - if (options.pretty) { - return line.replace(extractPathRegex, (m, p1) => m.replace(p1, p1.replace(homeDir, '~'))); - } - - return line; - }) - .join('\n'); -}; diff --git a/software/flow/node_modules/npm/node_modules/clean-stack/license b/software/flow/node_modules/npm/node_modules/clean-stack/license deleted file mode 100644 index e7af2f7..0000000 --- a/software/flow/node_modules/npm/node_modules/clean-stack/license +++ /dev/null @@ -1,9 +0,0 @@ -MIT License - -Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/clean-stack/package.json b/software/flow/node_modules/npm/node_modules/clean-stack/package.json deleted file mode 100644 index 719fdff..0000000 --- a/software/flow/node_modules/npm/node_modules/clean-stack/package.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "name": "clean-stack", - "version": "2.2.0", - "description": "Clean up error stack traces", - "license": "MIT", - "repository": "sindresorhus/clean-stack", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "sindresorhus.com" - }, - "engines": { - "node": ">=6" - }, - "scripts": { - "test": "xo && ava && tsd" - }, - "files": [ - "index.js", - "index.d.ts" - ], - "keywords": [ - "clean", - "stack", - "trace", - "traces", - "error", - "err", - "electron" - ], - "devDependencies": { - "ava": "^1.4.1", - "tsd": "^0.7.2", - "xo": "^0.24.0" - }, - "browser": { - "os": false - } -} diff --git a/software/flow/node_modules/npm/node_modules/cli-columns/color.js b/software/flow/node_modules/npm/node_modules/cli-columns/color.js deleted file mode 100644 index 1102704..0000000 --- a/software/flow/node_modules/npm/node_modules/cli-columns/color.js +++ /dev/null @@ -1,16 +0,0 @@ -const chalk = require('chalk'); -const columns = require('.'); - -// prettier-ignore -const values = [ - 'blue' + chalk.bgBlue('berry'), - '笔菠萝' + chalk.yellow('苹果笔'), - chalk.red('apple'), 'pomegranate', - 'durian', chalk.green('star fruit'), - 'パイナップル', 'apricot', 'banana', - 'pineapple', chalk.bgRed.yellow('orange') -]; - -console.log(''); -console.log(columns(values)); -console.log(''); diff --git a/software/flow/node_modules/npm/node_modules/cli-columns/index.js b/software/flow/node_modules/npm/node_modules/cli-columns/index.js deleted file mode 100644 index 1090aa2..0000000 --- a/software/flow/node_modules/npm/node_modules/cli-columns/index.js +++ /dev/null @@ -1,82 +0,0 @@ -'use strict'; - -const stringWidth = require('string-width'); -const stripAnsi = require('strip-ansi'); - -const concat = Array.prototype.concat; -const defaults = { - character: ' ', - newline: '\n', - padding: 2, - sort: true, - width: 0, -}; - -function byPlainText(a, b) { - const plainA = stripAnsi(a); - const plainB = stripAnsi(b); - - if (plainA === plainB) { - return 0; - } - - if (plainA > plainB) { - return 1; - } - - return -1; -} - -function makeArray() { - return []; -} - -function makeList(count) { - return Array.apply(null, Array(count)); -} - -function padCell(fullWidth, character, value) { - const valueWidth = stringWidth(value); - const filler = makeList(fullWidth - valueWidth + 1); - - return value + filler.join(character); -} - -function toRows(rows, cell, i) { - rows[i % rows.length].push(cell); - - return rows; -} - -function toString(arr) { - return arr.join(''); -} - -function columns(values, options) { - values = concat.apply([], values); - options = Object.assign({}, defaults, options); - - let cells = values.filter(Boolean).map(String); - - if (options.sort !== false) { - cells = cells.sort(byPlainText); - } - - const termWidth = options.width || process.stdout.columns; - const cellWidth = - Math.max.apply(null, cells.map(stringWidth)) + options.padding; - const columnCount = Math.floor(termWidth / cellWidth) || 1; - const rowCount = Math.ceil(cells.length / columnCount) || 1; - - if (columnCount === 1) { - return cells.join(options.newline); - } - - return cells - .map(padCell.bind(null, cellWidth, options.character)) - .reduce(toRows, makeList(rowCount).map(makeArray)) - .map(toString) - .join(options.newline); -} - -module.exports = columns; diff --git a/software/flow/node_modules/npm/node_modules/cli-columns/license b/software/flow/node_modules/npm/node_modules/cli-columns/license deleted file mode 100644 index 67147a9..0000000 --- a/software/flow/node_modules/npm/node_modules/cli-columns/license +++ /dev/null @@ -1,20 +0,0 @@ -The MIT License (MIT) - -Copyright (c) Shannon Moeller <me@shannonmoeller.com> (shannonmoeller.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of -the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR -COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/cli-columns/package.json b/software/flow/node_modules/npm/node_modules/cli-columns/package.json deleted file mode 100644 index 129f2c1..0000000 --- a/software/flow/node_modules/npm/node_modules/cli-columns/package.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "name": "cli-columns", - "version": "4.0.0", - "description": "Columnated lists for the CLI.", - "scripts": { - "lint": "npx eslint --fix '*.js' && npx prettier --write '*.js'", - "test": "node test.js && node color.js" - }, - "keywords": [ - "ansi", - "cli", - "column", - "columnate", - "columns", - "grid", - "list", - "log", - "ls", - "row", - "rows", - "unicode", - "unix" - ], - "author": "Shannon Moeller <me@shannonmoeller> (http://shannonmoeller.com)", - "homepage": "https://github.com/shannonmoeller/cli-columns#readme", - "repository": "shannonmoeller/cli-columns", - "license": "MIT", - "main": "index.js", - "files": [ - "*.js" - ], - "dependencies": { - "string-width": "^4.2.3", - "strip-ansi": "^6.0.1" - }, - "devDependencies": { - "chalk": "^4.1.2" - }, - "engines": { - "node": ">= 10" - }, - "eslintConfig": { - "extends": "eslint:recommended", - "env": { - "node": true - }, - "parserOptions": { - "ecmaVersion": 8 - } - }, - "prettier": { - "singleQuote": true - } -} diff --git a/software/flow/node_modules/npm/node_modules/cli-columns/test.js b/software/flow/node_modules/npm/node_modules/cli-columns/test.js deleted file mode 100644 index 4d95e7c..0000000 --- a/software/flow/node_modules/npm/node_modules/cli-columns/test.js +++ /dev/null @@ -1,101 +0,0 @@ -'use strict'; - -const assert = require('assert'); -const chalk = require('chalk'); -const stripAnsi = require('strip-ansi'); -const columns = require('./index.js'); -const tests = []; - -function test(msg, fn) { - tests.push([msg, fn]); -} - -process.nextTick(async function run() { - for (const [msg, fn] of tests) { - try { - await fn(assert); - console.log(`pass - ${msg}`); - } catch (error) { - console.error(`fail - ${msg}`, error); - process.exit(1); - } - } -}); - -// prettier-ignore -test('should print one column list', t => { - const cols = columns(['foo', ['bar', 'baz'], ['bar', 'qux']], { - width: 1 - }); - - const expected = - 'bar\n' + - 'bar\n' + - 'baz\n' + - 'foo\n' + - 'qux'; - - t.equal(cols, expected); -}); - -// prettier-ignore -test('should print three column list', t => { - const cols = columns(['foo', ['bar', 'baz'], ['bat', 'qux']], { - width: 16 - }); - - const expected = - 'bar baz qux \n' + - 'bat foo '; - - t.equal(cols, expected); -}); - -// prettier-ignore -test('should print complex list', t => { - const cols = columns( - [ - 'foo', 'bar', 'baz', - chalk.cyan('嶜憃撊') + ' 噾噿嚁', - 'blue' + chalk.bgBlue('berry'), - chalk.red('apple'), 'pomegranate', - 'durian', chalk.green('star fruit'), - 'apricot', 'banana pineapple' - ], - { - width: 80 - } - ); - - const expected = - 'apple bar durian star fruit \n' + - 'apricot baz foo 嶜憃撊 噾噿嚁 \n' + - 'banana pineapple blueberry pomegranate '; - - t.equal(stripAnsi(cols), expected); -}); - -// prettier-ignore -test('should optionally not sort', t => { - const cols = columns( - [ - 'foo', 'bar', 'baz', - chalk.cyan('嶜憃撊') + ' 噾噿嚁', - 'blue' + chalk.bgBlue('berry'), - chalk.red('apple'), 'pomegranate', - 'durian', chalk.green('star fruit'), - 'apricot', 'banana pineapple' - ], - { - sort: false, - width: 80 - } - ); - - const expected = - 'foo 嶜憃撊 噾噿嚁 pomegranate apricot \n' + - 'bar blueberry durian banana pineapple \n' + - 'baz apple star fruit '; - - t.equal(stripAnsi(cols), expected); -}); diff --git a/software/flow/node_modules/npm/node_modules/cli-table3/LICENSE b/software/flow/node_modules/npm/node_modules/cli-table3/LICENSE deleted file mode 100644 index a09b7de..0000000 --- a/software/flow/node_modules/npm/node_modules/cli-table3/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2014 James Talmage <james.talmage@jrtechnical.com> - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/cli-table3/index.d.ts b/software/flow/node_modules/npm/node_modules/cli-table3/index.d.ts deleted file mode 100644 index 16980f8..0000000 --- a/software/flow/node_modules/npm/node_modules/cli-table3/index.d.ts +++ /dev/null @@ -1,93 +0,0 @@ -declare namespace CliTable3 { - type CharName = - "top" | - "top-mid" | - "top-left" | - "top-right" | - "bottom" | - "bottom-mid" | - "bottom-left" | - "bottom-right" | - "left" | - "left-mid" | - "mid" | - "mid-mid" | - "right" | - "right-mid" | - "middle"; - - type HorizontalAlignment = "left" | "center" | "right"; - type VerticalAlignment = "top" | "center" | "bottom"; - - interface TableOptions { - truncate: string; - colWidths: Array<number | null>; - rowHeights: Array<number | null>; - colAligns: HorizontalAlignment[]; - rowAligns: VerticalAlignment[]; - head: string[]; - wordWrap: boolean; - wrapOnWordBoundary: boolean; - } - - interface TableInstanceOptions extends TableOptions { - chars: Record<CharName, string>; - style: { - "padding-left": number; - "padding-right": number; - head: string[]; - border: string[]; - compact: boolean; - }; - } - - interface TableConstructorOptions extends Partial<TableOptions> { - chars?: Partial<Record<CharName, string>>; - style?: Partial<TableInstanceOptions["style"]>; - } - - type CellValue = boolean | number | string | null | undefined; - - interface CellOptions { - content: CellValue; - chars?: Partial<Record<CharName, string>>; - truncate?: string; - colSpan?: number; - rowSpan?: number; - hAlign?: HorizontalAlignment; - vAlign?: VerticalAlignment; - style?: { - "padding-left"?: number; - "padding-right"?: number; - head?: string[]; - border?: string[]; - }; - } - - interface GenericTable<T> extends Array<T> { - options: TableInstanceOptions; - readonly width: number; - } - - type Table = GenericTable<HorizontalTableRow|VerticalTableRow|CrossTableRow>; - type Cell = CellValue | CellOptions; - - type HorizontalTableRow = Cell[]; - - interface VerticalTableRow { - [name: string]: Cell; - } - - interface CrossTableRow { - [name: string]: Cell[]; - } -} - -interface CliTable3 { - new (options?: CliTable3.TableConstructorOptions): CliTable3.Table; - readonly prototype: CliTable3.Table; -} - -declare const CliTable3: CliTable3; - -export = CliTable3; diff --git a/software/flow/node_modules/npm/node_modules/cli-table3/index.js b/software/flow/node_modules/npm/node_modules/cli-table3/index.js deleted file mode 100644 index b49d920..0000000 --- a/software/flow/node_modules/npm/node_modules/cli-table3/index.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('./src/table'); \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/cli-table3/package.json b/software/flow/node_modules/npm/node_modules/cli-table3/package.json deleted file mode 100644 index 6e84bf6..0000000 --- a/software/flow/node_modules/npm/node_modules/cli-table3/package.json +++ /dev/null @@ -1,100 +0,0 @@ -{ - "name": "cli-table3", - "version": "0.6.3", - "description": "Pretty unicode tables for the command line. Based on the original cli-table.", - "main": "index.js", - "types": "index.d.ts", - "files": [ - "src/", - "index.d.ts", - "index.js" - ], - "directories": { - "test": "test" - }, - "dependencies": { - "string-width": "^4.2.0" - }, - "devDependencies": { - "cli-table": "^0.3.1", - "eslint": "^6.0.0", - "eslint-config-prettier": "^6.0.0", - "eslint-plugin-prettier": "^3.0.0", - "jest": "^25.2.4", - "jest-runner-eslint": "^0.7.0", - "lerna-changelog": "^1.0.1", - "prettier": "2.3.2" - }, - "optionalDependencies": { - "@colors/colors": "1.5.0" - }, - "scripts": { - "changelog": "lerna-changelog", - "docs": "node ./scripts/update-docs.js", - "prettier": "prettier --write '{examples,lib,scripts,src,test}/**/*.js'", - "test": "jest --color", - "test:watch": "jest --color --watchAll --notify" - }, - "repository": { - "type": "git", - "url": "https://github.com/cli-table/cli-table3.git" - }, - "keywords": [ - "node", - "command", - "line", - "cli", - "table", - "tables", - "tabular", - "unicode", - "colors", - "grid" - ], - "author": "James Talmage", - "license": "MIT", - "bugs": { - "url": "https://github.com/cli-table/cli-table3/issues" - }, - "homepage": "https://github.com/cli-table/cli-table3", - "engines": { - "node": "10.* || >= 12.*" - }, - "changelog": { - "repo": "cli-table/cli-table3", - "labels": { - "breaking": ":boom: Breaking Change", - "enhancement": ":rocket: Enhancement", - "bug": ":bug: Bug Fix", - "documentation": ":memo: Documentation", - "internal": ":house: Internal" - } - }, - "jest": { - "projects": [ - { - "displayName": "test", - "testMatch": [ - "<rootDir>/test/**/*.js" - ] - }, - { - "runner": "jest-runner-eslint", - "displayName": "lint", - "testMatch": [ - "<rootDir>/examples/**/*.js", - "<rootDir>/lib/**/*.js", - "<rootDir>/scripts/**/*.js", - "<rootDir>/src/**/*.js", - "<rootDir>/test/**/*.js" - ] - } - ] - }, - "prettier": { - "printWidth": 120, - "tabWidth": 2, - "singleQuote": true, - "trailingComma": "es5" - } -} diff --git a/software/flow/node_modules/npm/node_modules/cli-table3/src/cell.js b/software/flow/node_modules/npm/node_modules/cli-table3/src/cell.js deleted file mode 100644 index 8c3df35..0000000 --- a/software/flow/node_modules/npm/node_modules/cli-table3/src/cell.js +++ /dev/null @@ -1,409 +0,0 @@ -const { info, debug } = require('./debug'); -const utils = require('./utils'); - -class Cell { - /** - * A representation of a cell within the table. - * Implementations must have `init` and `draw` methods, - * as well as `colSpan`, `rowSpan`, `desiredHeight` and `desiredWidth` properties. - * @param options - * @constructor - */ - constructor(options) { - this.setOptions(options); - - /** - * Each cell will have it's `x` and `y` values set by the `layout-manager` prior to - * `init` being called; - * @type {Number} - */ - this.x = null; - this.y = null; - } - - setOptions(options) { - if (['boolean', 'number', 'string'].indexOf(typeof options) !== -1) { - options = { content: '' + options }; - } - options = options || {}; - this.options = options; - let content = options.content; - if (['boolean', 'number', 'string'].indexOf(typeof content) !== -1) { - this.content = String(content); - } else if (!content) { - this.content = this.options.href || ''; - } else { - throw new Error('Content needs to be a primitive, got: ' + typeof content); - } - this.colSpan = options.colSpan || 1; - this.rowSpan = options.rowSpan || 1; - if (this.options.href) { - Object.defineProperty(this, 'href', { - get() { - return this.options.href; - }, - }); - } - } - - mergeTableOptions(tableOptions, cells) { - this.cells = cells; - - let optionsChars = this.options.chars || {}; - let tableChars = tableOptions.chars; - let chars = (this.chars = {}); - CHAR_NAMES.forEach(function (name) { - setOption(optionsChars, tableChars, name, chars); - }); - - this.truncate = this.options.truncate || tableOptions.truncate; - - let style = (this.options.style = this.options.style || {}); - let tableStyle = tableOptions.style; - setOption(style, tableStyle, 'padding-left', this); - setOption(style, tableStyle, 'padding-right', this); - this.head = style.head || tableStyle.head; - this.border = style.border || tableStyle.border; - - this.fixedWidth = tableOptions.colWidths[this.x]; - this.lines = this.computeLines(tableOptions); - - this.desiredWidth = utils.strlen(this.content) + this.paddingLeft + this.paddingRight; - this.desiredHeight = this.lines.length; - } - - computeLines(tableOptions) { - const tableWordWrap = tableOptions.wordWrap || tableOptions.textWrap; - const { wordWrap = tableWordWrap } = this.options; - if (this.fixedWidth && wordWrap) { - this.fixedWidth -= this.paddingLeft + this.paddingRight; - if (this.colSpan) { - let i = 1; - while (i < this.colSpan) { - this.fixedWidth += tableOptions.colWidths[this.x + i]; - i++; - } - } - const { wrapOnWordBoundary: tableWrapOnWordBoundary = true } = tableOptions; - const { wrapOnWordBoundary = tableWrapOnWordBoundary } = this.options; - return this.wrapLines(utils.wordWrap(this.fixedWidth, this.content, wrapOnWordBoundary)); - } - return this.wrapLines(this.content.split('\n')); - } - - wrapLines(computedLines) { - const lines = utils.colorizeLines(computedLines); - if (this.href) { - return lines.map((line) => utils.hyperlink(this.href, line)); - } - return lines; - } - - /** - * Initializes the Cells data structure. - * - * @param tableOptions - A fully populated set of tableOptions. - * In addition to the standard default values, tableOptions must have fully populated the - * `colWidths` and `rowWidths` arrays. Those arrays must have lengths equal to the number - * of columns or rows (respectively) in this table, and each array item must be a Number. - * - */ - init(tableOptions) { - let x = this.x; - let y = this.y; - this.widths = tableOptions.colWidths.slice(x, x + this.colSpan); - this.heights = tableOptions.rowHeights.slice(y, y + this.rowSpan); - this.width = this.widths.reduce(sumPlusOne, -1); - this.height = this.heights.reduce(sumPlusOne, -1); - - this.hAlign = this.options.hAlign || tableOptions.colAligns[x]; - this.vAlign = this.options.vAlign || tableOptions.rowAligns[y]; - - this.drawRight = x + this.colSpan == tableOptions.colWidths.length; - } - - /** - * Draws the given line of the cell. - * This default implementation defers to methods `drawTop`, `drawBottom`, `drawLine` and `drawEmpty`. - * @param lineNum - can be `top`, `bottom` or a numerical line number. - * @param spanningCell - will be a number if being called from a RowSpanCell, and will represent how - * many rows below it's being called from. Otherwise it's undefined. - * @returns {String} The representation of this line. - */ - draw(lineNum, spanningCell) { - if (lineNum == 'top') return this.drawTop(this.drawRight); - if (lineNum == 'bottom') return this.drawBottom(this.drawRight); - let content = utils.truncate(this.content, 10, this.truncate); - if (!lineNum) { - info(`${this.y}-${this.x}: ${this.rowSpan - lineNum}x${this.colSpan} Cell ${content}`); - } else { - // debug(`${lineNum}-${this.x}: 1x${this.colSpan} RowSpanCell ${content}`); - } - let padLen = Math.max(this.height - this.lines.length, 0); - let padTop; - switch (this.vAlign) { - case 'center': - padTop = Math.ceil(padLen / 2); - break; - case 'bottom': - padTop = padLen; - break; - default: - padTop = 0; - } - if (lineNum < padTop || lineNum >= padTop + this.lines.length) { - return this.drawEmpty(this.drawRight, spanningCell); - } - let forceTruncation = this.lines.length > this.height && lineNum + 1 >= this.height; - return this.drawLine(lineNum - padTop, this.drawRight, forceTruncation, spanningCell); - } - - /** - * Renders the top line of the cell. - * @param drawRight - true if this method should render the right edge of the cell. - * @returns {String} - */ - drawTop(drawRight) { - let content = []; - if (this.cells) { - //TODO: cells should always exist - some tests don't fill it in though - this.widths.forEach(function (width, index) { - content.push(this._topLeftChar(index)); - content.push(utils.repeat(this.chars[this.y == 0 ? 'top' : 'mid'], width)); - }, this); - } else { - content.push(this._topLeftChar(0)); - content.push(utils.repeat(this.chars[this.y == 0 ? 'top' : 'mid'], this.width)); - } - if (drawRight) { - content.push(this.chars[this.y == 0 ? 'topRight' : 'rightMid']); - } - return this.wrapWithStyleColors('border', content.join('')); - } - - _topLeftChar(offset) { - let x = this.x + offset; - let leftChar; - if (this.y == 0) { - leftChar = x == 0 ? 'topLeft' : offset == 0 ? 'topMid' : 'top'; - } else { - if (x == 0) { - leftChar = 'leftMid'; - } else { - leftChar = offset == 0 ? 'midMid' : 'bottomMid'; - if (this.cells) { - //TODO: cells should always exist - some tests don't fill it in though - let spanAbove = this.cells[this.y - 1][x] instanceof Cell.ColSpanCell; - if (spanAbove) { - leftChar = offset == 0 ? 'topMid' : 'mid'; - } - if (offset == 0) { - let i = 1; - while (this.cells[this.y][x - i] instanceof Cell.ColSpanCell) { - i++; - } - if (this.cells[this.y][x - i] instanceof Cell.RowSpanCell) { - leftChar = 'leftMid'; - } - } - } - } - } - return this.chars[leftChar]; - } - - wrapWithStyleColors(styleProperty, content) { - if (this[styleProperty] && this[styleProperty].length) { - try { - let colors = require('@colors/colors/safe'); - for (let i = this[styleProperty].length - 1; i >= 0; i--) { - colors = colors[this[styleProperty][i]]; - } - return colors(content); - } catch (e) { - return content; - } - } else { - return content; - } - } - - /** - * Renders a line of text. - * @param lineNum - Which line of text to render. This is not necessarily the line within the cell. - * There may be top-padding above the first line of text. - * @param drawRight - true if this method should render the right edge of the cell. - * @param forceTruncationSymbol - `true` if the rendered text should end with the truncation symbol even - * if the text fits. This is used when the cell is vertically truncated. If `false` the text should - * only include the truncation symbol if the text will not fit horizontally within the cell width. - * @param spanningCell - a number of if being called from a RowSpanCell. (how many rows below). otherwise undefined. - * @returns {String} - */ - drawLine(lineNum, drawRight, forceTruncationSymbol, spanningCell) { - let left = this.chars[this.x == 0 ? 'left' : 'middle']; - if (this.x && spanningCell && this.cells) { - let cellLeft = this.cells[this.y + spanningCell][this.x - 1]; - while (cellLeft instanceof ColSpanCell) { - cellLeft = this.cells[cellLeft.y][cellLeft.x - 1]; - } - if (!(cellLeft instanceof RowSpanCell)) { - left = this.chars['rightMid']; - } - } - let leftPadding = utils.repeat(' ', this.paddingLeft); - let right = drawRight ? this.chars['right'] : ''; - let rightPadding = utils.repeat(' ', this.paddingRight); - let line = this.lines[lineNum]; - let len = this.width - (this.paddingLeft + this.paddingRight); - if (forceTruncationSymbol) line += this.truncate || '…'; - let content = utils.truncate(line, len, this.truncate); - content = utils.pad(content, len, ' ', this.hAlign); - content = leftPadding + content + rightPadding; - return this.stylizeLine(left, content, right); - } - - stylizeLine(left, content, right) { - left = this.wrapWithStyleColors('border', left); - right = this.wrapWithStyleColors('border', right); - if (this.y === 0) { - content = this.wrapWithStyleColors('head', content); - } - return left + content + right; - } - - /** - * Renders the bottom line of the cell. - * @param drawRight - true if this method should render the right edge of the cell. - * @returns {String} - */ - drawBottom(drawRight) { - let left = this.chars[this.x == 0 ? 'bottomLeft' : 'bottomMid']; - let content = utils.repeat(this.chars.bottom, this.width); - let right = drawRight ? this.chars['bottomRight'] : ''; - return this.wrapWithStyleColors('border', left + content + right); - } - - /** - * Renders a blank line of text within the cell. Used for top and/or bottom padding. - * @param drawRight - true if this method should render the right edge of the cell. - * @param spanningCell - a number of if being called from a RowSpanCell. (how many rows below). otherwise undefined. - * @returns {String} - */ - drawEmpty(drawRight, spanningCell) { - let left = this.chars[this.x == 0 ? 'left' : 'middle']; - if (this.x && spanningCell && this.cells) { - let cellLeft = this.cells[this.y + spanningCell][this.x - 1]; - while (cellLeft instanceof ColSpanCell) { - cellLeft = this.cells[cellLeft.y][cellLeft.x - 1]; - } - if (!(cellLeft instanceof RowSpanCell)) { - left = this.chars['rightMid']; - } - } - let right = drawRight ? this.chars['right'] : ''; - let content = utils.repeat(' ', this.width); - return this.stylizeLine(left, content, right); - } -} - -class ColSpanCell { - /** - * A Cell that doesn't do anything. It just draws empty lines. - * Used as a placeholder in column spanning. - * @constructor - */ - constructor() {} - - draw(lineNum) { - if (typeof lineNum === 'number') { - debug(`${this.y}-${this.x}: 1x1 ColSpanCell`); - } - return ''; - } - - init() {} - - mergeTableOptions() {} -} - -class RowSpanCell { - /** - * A placeholder Cell for a Cell that spans multiple rows. - * It delegates rendering to the original cell, but adds the appropriate offset. - * @param originalCell - * @constructor - */ - constructor(originalCell) { - this.originalCell = originalCell; - } - - init(tableOptions) { - let y = this.y; - let originalY = this.originalCell.y; - this.cellOffset = y - originalY; - this.offset = findDimension(tableOptions.rowHeights, originalY, this.cellOffset); - } - - draw(lineNum) { - if (lineNum == 'top') { - return this.originalCell.draw(this.offset, this.cellOffset); - } - if (lineNum == 'bottom') { - return this.originalCell.draw('bottom'); - } - debug(`${this.y}-${this.x}: 1x${this.colSpan} RowSpanCell for ${this.originalCell.content}`); - return this.originalCell.draw(this.offset + 1 + lineNum); - } - - mergeTableOptions() {} -} - -function firstDefined(...args) { - return args.filter((v) => v !== undefined && v !== null).shift(); -} - -// HELPER FUNCTIONS -function setOption(objA, objB, nameB, targetObj) { - let nameA = nameB.split('-'); - if (nameA.length > 1) { - nameA[1] = nameA[1].charAt(0).toUpperCase() + nameA[1].substr(1); - nameA = nameA.join(''); - targetObj[nameA] = firstDefined(objA[nameA], objA[nameB], objB[nameA], objB[nameB]); - } else { - targetObj[nameB] = firstDefined(objA[nameB], objB[nameB]); - } -} - -function findDimension(dimensionTable, startingIndex, span) { - let ret = dimensionTable[startingIndex]; - for (let i = 1; i < span; i++) { - ret += 1 + dimensionTable[startingIndex + i]; - } - return ret; -} - -function sumPlusOne(a, b) { - return a + b + 1; -} - -let CHAR_NAMES = [ - 'top', - 'top-mid', - 'top-left', - 'top-right', - 'bottom', - 'bottom-mid', - 'bottom-left', - 'bottom-right', - 'left', - 'left-mid', - 'mid', - 'mid-mid', - 'right', - 'right-mid', - 'middle', -]; - -module.exports = Cell; -module.exports.ColSpanCell = ColSpanCell; -module.exports.RowSpanCell = RowSpanCell; diff --git a/software/flow/node_modules/npm/node_modules/cli-table3/src/debug.js b/software/flow/node_modules/npm/node_modules/cli-table3/src/debug.js deleted file mode 100644 index 6acfb03..0000000 --- a/software/flow/node_modules/npm/node_modules/cli-table3/src/debug.js +++ /dev/null @@ -1,28 +0,0 @@ -let messages = []; -let level = 0; - -const debug = (msg, min) => { - if (level >= min) { - messages.push(msg); - } -}; - -debug.WARN = 1; -debug.INFO = 2; -debug.DEBUG = 3; - -debug.reset = () => { - messages = []; -}; - -debug.setDebugLevel = (v) => { - level = v; -}; - -debug.warn = (msg) => debug(msg, debug.WARN); -debug.info = (msg) => debug(msg, debug.INFO); -debug.debug = (msg) => debug(msg, debug.DEBUG); - -debug.debugMessages = () => messages; - -module.exports = debug; diff --git a/software/flow/node_modules/npm/node_modules/cli-table3/src/layout-manager.js b/software/flow/node_modules/npm/node_modules/cli-table3/src/layout-manager.js deleted file mode 100644 index 3937452..0000000 --- a/software/flow/node_modules/npm/node_modules/cli-table3/src/layout-manager.js +++ /dev/null @@ -1,254 +0,0 @@ -const { warn, debug } = require('./debug'); -const Cell = require('./cell'); -const { ColSpanCell, RowSpanCell } = Cell; - -(function () { - function next(alloc, col) { - if (alloc[col] > 0) { - return next(alloc, col + 1); - } - return col; - } - - function layoutTable(table) { - let alloc = {}; - table.forEach(function (row, rowIndex) { - let col = 0; - row.forEach(function (cell) { - cell.y = rowIndex; - // Avoid erroneous call to next() on first row - cell.x = rowIndex ? next(alloc, col) : col; - const rowSpan = cell.rowSpan || 1; - const colSpan = cell.colSpan || 1; - if (rowSpan > 1) { - for (let cs = 0; cs < colSpan; cs++) { - alloc[cell.x + cs] = rowSpan; - } - } - col = cell.x + colSpan; - }); - Object.keys(alloc).forEach((idx) => { - alloc[idx]--; - if (alloc[idx] < 1) delete alloc[idx]; - }); - }); - } - - function maxWidth(table) { - let mw = 0; - table.forEach(function (row) { - row.forEach(function (cell) { - mw = Math.max(mw, cell.x + (cell.colSpan || 1)); - }); - }); - return mw; - } - - function maxHeight(table) { - return table.length; - } - - function cellsConflict(cell1, cell2) { - let yMin1 = cell1.y; - let yMax1 = cell1.y - 1 + (cell1.rowSpan || 1); - let yMin2 = cell2.y; - let yMax2 = cell2.y - 1 + (cell2.rowSpan || 1); - let yConflict = !(yMin1 > yMax2 || yMin2 > yMax1); - - let xMin1 = cell1.x; - let xMax1 = cell1.x - 1 + (cell1.colSpan || 1); - let xMin2 = cell2.x; - let xMax2 = cell2.x - 1 + (cell2.colSpan || 1); - let xConflict = !(xMin1 > xMax2 || xMin2 > xMax1); - - return yConflict && xConflict; - } - - function conflictExists(rows, x, y) { - let i_max = Math.min(rows.length - 1, y); - let cell = { x: x, y: y }; - for (let i = 0; i <= i_max; i++) { - let row = rows[i]; - for (let j = 0; j < row.length; j++) { - if (cellsConflict(cell, row[j])) { - return true; - } - } - } - return false; - } - - function allBlank(rows, y, xMin, xMax) { - for (let x = xMin; x < xMax; x++) { - if (conflictExists(rows, x, y)) { - return false; - } - } - return true; - } - - function addRowSpanCells(table) { - table.forEach(function (row, rowIndex) { - row.forEach(function (cell) { - for (let i = 1; i < cell.rowSpan; i++) { - let rowSpanCell = new RowSpanCell(cell); - rowSpanCell.x = cell.x; - rowSpanCell.y = cell.y + i; - rowSpanCell.colSpan = cell.colSpan; - insertCell(rowSpanCell, table[rowIndex + i]); - } - }); - }); - } - - function addColSpanCells(cellRows) { - for (let rowIndex = cellRows.length - 1; rowIndex >= 0; rowIndex--) { - let cellColumns = cellRows[rowIndex]; - for (let columnIndex = 0; columnIndex < cellColumns.length; columnIndex++) { - let cell = cellColumns[columnIndex]; - for (let k = 1; k < cell.colSpan; k++) { - let colSpanCell = new ColSpanCell(); - colSpanCell.x = cell.x + k; - colSpanCell.y = cell.y; - cellColumns.splice(columnIndex + 1, 0, colSpanCell); - } - } - } - } - - function insertCell(cell, row) { - let x = 0; - while (x < row.length && row[x].x < cell.x) { - x++; - } - row.splice(x, 0, cell); - } - - function fillInTable(table) { - let h_max = maxHeight(table); - let w_max = maxWidth(table); - debug(`Max rows: ${h_max}; Max cols: ${w_max}`); - for (let y = 0; y < h_max; y++) { - for (let x = 0; x < w_max; x++) { - if (!conflictExists(table, x, y)) { - let opts = { x: x, y: y, colSpan: 1, rowSpan: 1 }; - x++; - while (x < w_max && !conflictExists(table, x, y)) { - opts.colSpan++; - x++; - } - let y2 = y + 1; - while (y2 < h_max && allBlank(table, y2, opts.x, opts.x + opts.colSpan)) { - opts.rowSpan++; - y2++; - } - let cell = new Cell(opts); - cell.x = opts.x; - cell.y = opts.y; - warn(`Missing cell at ${cell.y}-${cell.x}.`); - insertCell(cell, table[y]); - } - } - } - } - - function generateCells(rows) { - return rows.map(function (row) { - if (!Array.isArray(row)) { - let key = Object.keys(row)[0]; - row = row[key]; - if (Array.isArray(row)) { - row = row.slice(); - row.unshift(key); - } else { - row = [key, row]; - } - } - return row.map(function (cell) { - return new Cell(cell); - }); - }); - } - - function makeTableLayout(rows) { - let cellRows = generateCells(rows); - layoutTable(cellRows); - fillInTable(cellRows); - addRowSpanCells(cellRows); - addColSpanCells(cellRows); - return cellRows; - } - - module.exports = { - makeTableLayout: makeTableLayout, - layoutTable: layoutTable, - addRowSpanCells: addRowSpanCells, - maxWidth: maxWidth, - fillInTable: fillInTable, - computeWidths: makeComputeWidths('colSpan', 'desiredWidth', 'x', 1), - computeHeights: makeComputeWidths('rowSpan', 'desiredHeight', 'y', 1), - }; -})(); - -function makeComputeWidths(colSpan, desiredWidth, x, forcedMin) { - return function (vals, table) { - let result = []; - let spanners = []; - let auto = {}; - table.forEach(function (row) { - row.forEach(function (cell) { - if ((cell[colSpan] || 1) > 1) { - spanners.push(cell); - } else { - result[cell[x]] = Math.max(result[cell[x]] || 0, cell[desiredWidth] || 0, forcedMin); - } - }); - }); - - vals.forEach(function (val, index) { - if (typeof val === 'number') { - result[index] = val; - } - }); - - //spanners.forEach(function(cell){ - for (let k = spanners.length - 1; k >= 0; k--) { - let cell = spanners[k]; - let span = cell[colSpan]; - let col = cell[x]; - let existingWidth = result[col]; - let editableCols = typeof vals[col] === 'number' ? 0 : 1; - if (typeof existingWidth === 'number') { - for (let i = 1; i < span; i++) { - existingWidth += 1 + result[col + i]; - if (typeof vals[col + i] !== 'number') { - editableCols++; - } - } - } else { - existingWidth = desiredWidth === 'desiredWidth' ? cell.desiredWidth - 1 : 1; - if (!auto[col] || auto[col] < existingWidth) { - auto[col] = existingWidth; - } - } - - if (cell[desiredWidth] > existingWidth) { - let i = 0; - while (editableCols > 0 && cell[desiredWidth] > existingWidth) { - if (typeof vals[col + i] !== 'number') { - let dif = Math.round((cell[desiredWidth] - existingWidth) / editableCols); - existingWidth += dif; - result[col + i] += dif; - editableCols--; - } - i++; - } - } - } - - Object.assign(vals, result, auto); - for (let j = 0; j < vals.length; j++) { - vals[j] = Math.max(forcedMin, vals[j] || 0); - } - }; -} diff --git a/software/flow/node_modules/npm/node_modules/cli-table3/src/table.js b/software/flow/node_modules/npm/node_modules/cli-table3/src/table.js deleted file mode 100644 index eb4a9bd..0000000 --- a/software/flow/node_modules/npm/node_modules/cli-table3/src/table.js +++ /dev/null @@ -1,106 +0,0 @@ -const debug = require('./debug'); -const utils = require('./utils'); -const tableLayout = require('./layout-manager'); - -class Table extends Array { - constructor(opts) { - super(); - - const options = utils.mergeOptions(opts); - Object.defineProperty(this, 'options', { - value: options, - enumerable: options.debug, - }); - - if (options.debug) { - switch (typeof options.debug) { - case 'boolean': - debug.setDebugLevel(debug.WARN); - break; - case 'number': - debug.setDebugLevel(options.debug); - break; - case 'string': - debug.setDebugLevel(parseInt(options.debug, 10)); - break; - default: - debug.setDebugLevel(debug.WARN); - debug.warn(`Debug option is expected to be boolean, number, or string. Received a ${typeof options.debug}`); - } - Object.defineProperty(this, 'messages', { - get() { - return debug.debugMessages(); - }, - }); - } - } - - toString() { - let array = this; - let headersPresent = this.options.head && this.options.head.length; - if (headersPresent) { - array = [this.options.head]; - if (this.length) { - array.push.apply(array, this); - } - } else { - this.options.style.head = []; - } - - let cells = tableLayout.makeTableLayout(array); - - cells.forEach(function (row) { - row.forEach(function (cell) { - cell.mergeTableOptions(this.options, cells); - }, this); - }, this); - - tableLayout.computeWidths(this.options.colWidths, cells); - tableLayout.computeHeights(this.options.rowHeights, cells); - - cells.forEach(function (row) { - row.forEach(function (cell) { - cell.init(this.options); - }, this); - }, this); - - let result = []; - - for (let rowIndex = 0; rowIndex < cells.length; rowIndex++) { - let row = cells[rowIndex]; - let heightOfRow = this.options.rowHeights[rowIndex]; - - if (rowIndex === 0 || !this.options.style.compact || (rowIndex == 1 && headersPresent)) { - doDraw(row, 'top', result); - } - - for (let lineNum = 0; lineNum < heightOfRow; lineNum++) { - doDraw(row, lineNum, result); - } - - if (rowIndex + 1 == cells.length) { - doDraw(row, 'bottom', result); - } - } - - return result.join('\n'); - } - - get width() { - let str = this.toString().split('\n'); - return str[0].length; - } -} - -Table.reset = () => debug.reset(); - -function doDraw(row, lineNum, result) { - let line = []; - row.forEach(function (cell) { - line.push(cell.draw(lineNum)); - }); - let str = line.join(''); - if (str.length) result.push(str); -} - -module.exports = Table; diff --git a/software/flow/node_modules/npm/node_modules/cli-table3/src/utils.js b/software/flow/node_modules/npm/node_modules/cli-table3/src/utils.js deleted file mode 100644 index c922c5b..0000000 --- a/software/flow/node_modules/npm/node_modules/cli-table3/src/utils.js +++ /dev/null @@ -1,336 +0,0 @@ -const stringWidth = require('string-width'); - -function codeRegex(capture) { - return capture ? /\u001b\[((?:\d*;){0,5}\d*)m/g : /\u001b\[(?:\d*;){0,5}\d*m/g; -} - -function strlen(str) { - let code = codeRegex(); - let stripped = ('' + str).replace(code, ''); - let split = stripped.split('\n'); - return split.reduce(function (memo, s) { - return stringWidth(s) > memo ? stringWidth(s) : memo; - }, 0); -} - -function repeat(str, times) { - return Array(times + 1).join(str); -} - -function pad(str, len, pad, dir) { - let length = strlen(str); - if (len + 1 >= length) { - let padlen = len - length; - switch (dir) { - case 'right': { - str = repeat(pad, padlen) + str; - break; - } - case 'center': { - let right = Math.ceil(padlen / 2); - let left = padlen - right; - str = repeat(pad, left) + str + repeat(pad, right); - break; - } - default: { - str = str + repeat(pad, padlen); - break; - } - } - } - return str; -} - -let codeCache = {}; - -function addToCodeCache(name, on, off) { - on = '\u001b[' + on + 'm'; - off = '\u001b[' + off + 'm'; - codeCache[on] = { set: name, to: true }; - codeCache[off] = { set: name, to: false }; - codeCache[name] = { on: on, off: off }; -} - -//https://github.com/Marak/colors.js/blob/master/lib/styles.js -addToCodeCache('bold', 1, 22); -addToCodeCache('italics', 3, 23); -addToCodeCache('underline', 4, 24); -addToCodeCache('inverse', 7, 27); -addToCodeCache('strikethrough', 9, 29); - -function updateState(state, controlChars) { - let controlCode = controlChars[1] ? parseInt(controlChars[1].split(';')[0]) : 0; - if ((controlCode >= 30 && controlCode <= 39) || (controlCode >= 90 && controlCode <= 97)) { - state.lastForegroundAdded = controlChars[0]; - return; - } - if ((controlCode >= 40 && controlCode <= 49) || (controlCode >= 100 && controlCode <= 107)) { - state.lastBackgroundAdded = controlChars[0]; - return; - } - if (controlCode === 0) { - for (let i in state) { - /* istanbul ignore else */ - if (Object.prototype.hasOwnProperty.call(state, i)) { - delete state[i]; - } - } - return; - } - let info = codeCache[controlChars[0]]; - if (info) { - state[info.set] = info.to; - } -} - -function readState(line) { - let code = codeRegex(true); - let controlChars = code.exec(line); - let state = {}; - while (controlChars !== null) { - updateState(state, controlChars); - controlChars = code.exec(line); - } - return state; -} - -function unwindState(state, ret) { - let lastBackgroundAdded = state.lastBackgroundAdded; - let lastForegroundAdded = state.lastForegroundAdded; - - delete state.lastBackgroundAdded; - delete state.lastForegroundAdded; - - Object.keys(state).forEach(function (key) { - if (state[key]) { - ret += codeCache[key].off; - } - }); - - if (lastBackgroundAdded && lastBackgroundAdded != '\u001b[49m') { - ret += '\u001b[49m'; - } - if (lastForegroundAdded && lastForegroundAdded != '\u001b[39m') { - ret += '\u001b[39m'; - } - - return ret; -} - -function rewindState(state, ret) { - let lastBackgroundAdded = state.lastBackgroundAdded; - let lastForegroundAdded = state.lastForegroundAdded; - - delete state.lastBackgroundAdded; - delete state.lastForegroundAdded; - - Object.keys(state).forEach(function (key) { - if (state[key]) { - ret = codeCache[key].on + ret; - } - }); - - if (lastBackgroundAdded && lastBackgroundAdded != '\u001b[49m') { - ret = lastBackgroundAdded + ret; - } - if (lastForegroundAdded && lastForegroundAdded != '\u001b[39m') { - ret = lastForegroundAdded + ret; - } - - return ret; -} - -function truncateWidth(str, desiredLength) { - if (str.length === strlen(str)) { - return str.substr(0, desiredLength); - } - - while (strlen(str) > desiredLength) { - str = str.slice(0, -1); - } - - return str; -} - -function truncateWidthWithAnsi(str, desiredLength) { - let code = codeRegex(true); - let split = str.split(codeRegex()); - let splitIndex = 0; - let retLen = 0; - let ret = ''; - let myArray; - let state = {}; - - while (retLen < desiredLength) { - myArray = code.exec(str); - let toAdd = split[splitIndex]; - splitIndex++; - if (retLen + strlen(toAdd) > desiredLength) { - toAdd = truncateWidth(toAdd, desiredLength - retLen); - } - ret += toAdd; - retLen += strlen(toAdd); - - if (retLen < desiredLength) { - if (!myArray) { - break; - } // full-width chars may cause a whitespace which cannot be filled - ret += myArray[0]; - updateState(state, myArray); - } - } - - return unwindState(state, ret); -} - -function truncate(str, desiredLength, truncateChar) { - truncateChar = truncateChar || '…'; - let lengthOfStr = strlen(str); - if (lengthOfStr <= desiredLength) { - return str; - } - desiredLength -= strlen(truncateChar); - - let ret = truncateWidthWithAnsi(str, desiredLength); - - return ret + truncateChar; -} - -function defaultOptions() { - return { - chars: { - top: '─', - 'top-mid': '┬', - 'top-left': '┌', - 'top-right': '┐', - bottom: '─', - 'bottom-mid': '┴', - 'bottom-left': '└', - 'bottom-right': '┘', - left: '│', - 'left-mid': '├', - mid: '─', - 'mid-mid': '┼', - right: '│', - 'right-mid': '┤', - middle: '│', - }, - truncate: '…', - colWidths: [], - rowHeights: [], - colAligns: [], - rowAligns: [], - style: { - 'padding-left': 1, - 'padding-right': 1, - head: ['red'], - border: ['grey'], - compact: false, - }, - head: [], - }; -} - -function mergeOptions(options, defaults) { - options = options || {}; - defaults = defaults || defaultOptions(); - let ret = Object.assign({}, defaults, options); - ret.chars = Object.assign({}, defaults.chars, options.chars); - ret.style = Object.assign({}, defaults.style, options.style); - return ret; -} - -// Wrap on word boundary -function wordWrap(maxLength, input) { - let lines = []; - let split = input.split(/(\s+)/g); - let line = []; - let lineLength = 0; - let whitespace; - for (let i = 0; i < split.length; i += 2) { - let word = split[i]; - let newLength = lineLength + strlen(word); - if (lineLength > 0 && whitespace) { - newLength += whitespace.length; - } - if (newLength > maxLength) { - if (lineLength !== 0) { - lines.push(line.join('')); - } - line = [word]; - lineLength = strlen(word); - } else { - line.push(whitespace || '', word); - lineLength = newLength; - } - whitespace = split[i + 1]; - } - if (lineLength) { - lines.push(line.join('')); - } - return lines; -} - -// Wrap text (ignoring word boundaries) -function textWrap(maxLength, input) { - let lines = []; - let line = ''; - function pushLine(str, ws) { - if (line.length && ws) line += ws; - line += str; - while (line.length > maxLength) { - lines.push(line.slice(0, maxLength)); - line = line.slice(maxLength); - } - } - let split = input.split(/(\s+)/g); - for (let i = 0; i < split.length; i += 2) { - pushLine(split[i], i && split[i - 1]); - } - if (line.length) lines.push(line); - return lines; -} - -function multiLineWordWrap(maxLength, input, wrapOnWordBoundary = true) { - let output = []; - input = input.split('\n'); - const handler = wrapOnWordBoundary ? wordWrap : textWrap; - for (let i = 0; i < input.length; i++) { - output.push.apply(output, handler(maxLength, input[i])); - } - return output; -} - -function colorizeLines(input) { - let state = {}; - let output = []; - for (let i = 0; i < input.length; i++) { - let line = rewindState(state, input[i]); - state = readState(line); - let temp = Object.assign({}, state); - output.push(unwindState(temp, line)); - } - return output; -} - -/** - * Credit: Matheus Sampaio https://github.com/matheussampaio - */ -function hyperlink(url, text) { - const OSC = '\u001B]'; - const BEL = '\u0007'; - const SEP = ';'; - - return [OSC, '8', SEP, SEP, url || text, BEL, text, OSC, '8', SEP, SEP, BEL].join(''); -} - -module.exports = { - strlen: strlen, - repeat: repeat, - pad: pad, - truncate: truncate, - mergeOptions: mergeOptions, - wordWrap: multiLineWordWrap, - colorizeLines: colorizeLines, - hyperlink, -}; diff --git a/software/flow/node_modules/npm/node_modules/clone/LICENSE b/software/flow/node_modules/npm/node_modules/clone/LICENSE deleted file mode 100644 index cc3c87b..0000000 --- a/software/flow/node_modules/npm/node_modules/clone/LICENSE +++ /dev/null @@ -1,18 +0,0 @@ -Copyright © 2011-2015 Paul Vorbach <paul@vorba.ch> - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the “Software”), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of -the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR -COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/clone/clone.iml b/software/flow/node_modules/npm/node_modules/clone/clone.iml deleted file mode 100644 index 30de8ae..0000000 --- a/software/flow/node_modules/npm/node_modules/clone/clone.iml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<module type="WEB_MODULE" version="4"> - <component name="NewModuleRootManager" inherit-compiler-output="true"> - <exclude-output /> - <content url="file://$MODULE_DIR$" /> - <orderEntry type="inheritedJdk" /> - <orderEntry type="sourceFolder" forTests="false" /> - <orderEntry type="library" name="clone node_modules" level="project" /> - </component> -</module> \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/clone/clone.js b/software/flow/node_modules/npm/node_modules/clone/clone.js deleted file mode 100644 index ba200c2..0000000 --- a/software/flow/node_modules/npm/node_modules/clone/clone.js +++ /dev/null @@ -1,166 +0,0 @@ -var clone = (function() { -'use strict'; - -/** - * Clones (copies) an Object using deep copying. - * - * This function supports circular references by default, but if you are certain - * there are no circular references in your object, you can save some CPU time - * by calling clone(obj, false). - * - * Caution: if `circular` is false and `parent` contains circular references, - * your program may enter an infinite loop and crash. - * - * @param `parent` - the object to be cloned - * @param `circular` - set to true if the object to be cloned may contain - * circular references. (optional - true by default) - * @param `depth` - set to a number if the object is only to be cloned to - * a particular depth. (optional - defaults to Infinity) - * @param `prototype` - sets the prototype to be used when cloning an object. - * (optional - defaults to parent prototype). -*/ -function clone(parent, circular, depth, prototype) { - var filter; - if (typeof circular === 'object') { - depth = circular.depth; - prototype = circular.prototype; - filter = circular.filter; - circular = circular.circular - } - // maintain two arrays for circular references, where corresponding parents - // and children have the same index - var allParents = []; - var allChildren = []; - - var useBuffer = typeof Buffer != 'undefined'; - - if (typeof circular == 'undefined') - circular = true; - - if (typeof depth == 'undefined') - depth = Infinity; - - // recurse this function so we don't reset allParents and allChildren - function _clone(parent, depth) { - // cloning null always returns null - if (parent === null) - return null; - - if (depth == 0) - return parent; - - var child; - var proto; - if (typeof parent != 'object') { - return parent; - } - - if (clone.__isArray(parent)) { - child = []; - } else if (clone.__isRegExp(parent)) { - child = new RegExp(parent.source, __getRegExpFlags(parent)); - if (parent.lastIndex) child.lastIndex = parent.lastIndex; - } else if (clone.__isDate(parent)) { - child = new Date(parent.getTime()); - } else if (useBuffer && Buffer.isBuffer(parent)) { - if (Buffer.allocUnsafe) { - // Node.js >= 4.5.0 - child = Buffer.allocUnsafe(parent.length); - } else { - // Older Node.js versions - child = new Buffer(parent.length); - } - parent.copy(child); - return child; - } else { - if (typeof prototype == 'undefined') { - proto = Object.getPrototypeOf(parent); - child = Object.create(proto); - } - else { - child = Object.create(prototype); - proto = prototype; - } - } - - if (circular) { - var index = allParents.indexOf(parent); - - if (index != -1) { - return allChildren[index]; - } - allParents.push(parent); - allChildren.push(child); - } - - for (var i in parent) { - var attrs; - if (proto) { - attrs = Object.getOwnPropertyDescriptor(proto, i); - } - - if (attrs && attrs.set == null) { - continue; - } - child[i] = _clone(parent[i], depth - 1); - } - - return child; - } - - return _clone(parent, depth); -} - -/** - * Simple flat clone using prototype, accepts only objects, usefull for property - * override on FLAT configuration object (no nested props). - * - * USE WITH CAUTION! This may not behave as you wish if you do not know how this - * works. - */ -clone.clonePrototype = function clonePrototype(parent) { - if (parent === null) - return null; - - var c = function () {}; - c.prototype = parent; - return new c(); -}; - -// private utility functions - -function __objToStr(o) { - return Object.prototype.toString.call(o); -}; -clone.__objToStr = __objToStr; - -function __isDate(o) { - return typeof o === 'object' && __objToStr(o) === '[object Date]'; -}; -clone.__isDate = __isDate; - -function __isArray(o) { - return typeof o === 'object' && __objToStr(o) === '[object Array]'; -}; -clone.__isArray = __isArray; - -function __isRegExp(o) { - return typeof o === 'object' && __objToStr(o) === '[object RegExp]'; -}; -clone.__isRegExp = __isRegExp; - -function __getRegExpFlags(re) { - var flags = ''; - if (re.global) flags += 'g'; - if (re.ignoreCase) flags += 'i'; - if (re.multiline) flags += 'm'; - return flags; -}; -clone.__getRegExpFlags = __getRegExpFlags; - -return clone; -})(); - -if (typeof module === 'object' && module.exports) { - module.exports = clone; -} diff --git a/software/flow/node_modules/npm/node_modules/clone/package.json b/software/flow/node_modules/npm/node_modules/clone/package.json deleted file mode 100644 index 3ddd242..0000000 --- a/software/flow/node_modules/npm/node_modules/clone/package.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "name": "clone", - "description": "deep cloning of objects and arrays", - "tags": [ - "clone", - "object", - "array", - "function", - "date" - ], - "version": "1.0.4", - "repository": { - "type": "git", - "url": "git://github.com/pvorb/node-clone.git" - }, - "bugs": { - "url": "https://github.com/pvorb/node-clone/issues" - }, - "main": "clone.js", - "author": "Paul Vorbach <paul@vorba.ch> (http://paul.vorba.ch/)", - "contributors": [ - "Blake Miner <miner.blake@gmail.com> (http://www.blakeminer.com/)", - "Tian You <axqd001@gmail.com> (http://blog.axqd.net/)", - "George Stagas <gstagas@gmail.com> (http://stagas.com/)", - "Tobiasz Cudnik <tobiasz.cudnik@gmail.com> (https://github.com/TobiaszCudnik)", - "Pavel Lang <langpavel@phpskelet.org> (https://github.com/langpavel)", - "Dan MacTough (http://yabfog.com/)", - "w1nk (https://github.com/w1nk)", - "Hugh Kennedy (http://twitter.com/hughskennedy)", - "Dustin Diaz (http://dustindiaz.com)", - "Ilya Shaisultanov (https://github.com/diversario)", - "Nathan MacInnes <nathan@macinn.es> (http://macinn.es/)", - "Benjamin E. Coe <ben@npmjs.com> (https://twitter.com/benjamincoe)", - "Nathan Zadoks (https://github.com/nathan7)", - "Róbert Oroszi <robert+gh@oroszi.net> (https://github.com/oroce)", - "Aurélio A. Heckert (http://softwarelivre.org/aurium)", - "Guy Ellis (http://www.guyellisrocks.com/)" - ], - "license": "MIT", - "engines": { - "node": ">=0.8" - }, - "dependencies": {}, - "devDependencies": { - "nodeunit": "~0.9.0" - }, - "optionalDependencies": {}, - "scripts": { - "test": "nodeunit test.js" - } -} diff --git a/software/flow/node_modules/npm/node_modules/cmd-shim/LICENSE b/software/flow/node_modules/npm/node_modules/cmd-shim/LICENSE deleted file mode 100644 index 20a4762..0000000 --- a/software/flow/node_modules/npm/node_modules/cmd-shim/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -The ISC License - -Copyright (c) npm, Inc. and Contributors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/cmd-shim/lib/index.js b/software/flow/node_modules/npm/node_modules/cmd-shim/lib/index.js deleted file mode 100644 index 76ea2cb..0000000 --- a/software/flow/node_modules/npm/node_modules/cmd-shim/lib/index.js +++ /dev/null @@ -1,239 +0,0 @@ -// On windows, create a .cmd file. -// Read the #! in the file to see what it uses. The vast majority -// of the time, this will be either: -// "#!/usr/bin/env <prog> <args...>" -// or: -// "#!<prog> <args...>" -// -// Write a binroot/pkg.bin + ".cmd" file that has this line in it: -// @<prog> <args...> %dp0%<target> %* - -const { - chmod, - mkdir, - readFile, - stat, - unlink, - writeFile, -} = require('fs/promises') - -const { dirname, relative } = require('path') -const toBatchSyntax = require('./to-batch-syntax') -// linting disabled because this regex is really long -// eslint-disable-next-line max-len -const shebangExpr = /^#!\s*(?:\/usr\/bin\/env\s+(?:-S\s+)?((?:[^ \t=]+=[^ \t=]+\s+)*))?([^ \t]+)(.*)$/ - -const cmdShimIfExists = (from, to) => - stat(from).then(() => cmdShim(from, to), () => {}) - -// Try to unlink, but ignore errors. -// Any problems will surface later. -const rm = path => unlink(path).catch(() => {}) - -const cmdShim = (from, to) => - stat(from).then(() => cmdShim_(from, to)) - -const cmdShim_ = (from, to) => Promise.all([ - rm(to), - rm(to + '.cmd'), - rm(to + '.ps1'), -]).then(() => writeShim(from, to)) - -const writeShim = (from, to) => - // make a cmd file and a sh script - // First, check if the bin is a #! of some sort. - // If not, then assume it's something that'll be compiled, or some other - // sort of script, and just call it directly. - mkdir(dirname(to), { recursive: true }) - .then(() => readFile(from, 'utf8')) - .then(data => { - const firstLine = data.trim().split(/\r*\n/)[0] - const shebang = firstLine.match(shebangExpr) - if (!shebang) { - return writeShim_(from, to) - } - const vars = shebang[1] || '' - const prog = shebang[2] - const args = shebang[3] || '' - return writeShim_(from, to, prog, args, vars) - }, er => writeShim_(from, to)) - -const writeShim_ = (from, to, prog, args, variables) => { - let shTarget = relative(dirname(to), from) - let target = shTarget.split('/').join('\\') - let longProg - let shProg = prog && prog.split('\\').join('/') - let shLongProg - let pwshProg = shProg && `"${shProg}$exe"` - let pwshLongProg - shTarget = shTarget.split('\\').join('/') - args = args || '' - variables = variables || '' - if (!prog) { - prog = `"%dp0%\\${target}"` - shProg = `"$basedir/${shTarget}"` - pwshProg = shProg - args = '' - target = '' - shTarget = '' - } else { - longProg = `"%dp0%\\${prog}.exe"` - shLongProg = `"$basedir/${prog}"` - pwshLongProg = `"$basedir/${prog}$exe"` - target = `"%dp0%\\${target}"` - shTarget = `"$basedir/${shTarget}"` - } - - // Subroutine trick to fix https://github.com/npm/cmd-shim/issues/10 - // and https://github.com/npm/cli/issues/969 - const head = '@ECHO off\r\n' + - 'GOTO start\r\n' + - ':find_dp0\r\n' + - 'SET dp0=%~dp0\r\n' + - 'EXIT /b\r\n' + - ':start\r\n' + - 'SETLOCAL\r\n' + - 'CALL :find_dp0\r\n' - - let cmd - if (longProg) { - shLongProg = shLongProg.trim() - args = args.trim() - const variablesBatch = toBatchSyntax.convertToSetCommands(variables) - cmd = head - + variablesBatch - + '\r\n' - + `IF EXIST ${longProg} (\r\n` - + ` SET "_prog=${longProg.replace(/(^")|("$)/g, '')}"\r\n` - + ') ELSE (\r\n' - + ` SET "_prog=${prog.replace(/(^")|("$)/g, '')}"\r\n` - + ' SET PATHEXT=%PATHEXT:;.JS;=;%\r\n' - + ')\r\n' - + '\r\n' - // prevent "Terminate Batch Job? (Y/n)" message - // https://github.com/npm/cli/issues/969#issuecomment-737496588 - + 'endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & ' - + `"%_prog%" ${args} ${target} %*\r\n` - } else { - cmd = `${head}${prog} ${args} ${target} %*\r\n` - } - - // #!/bin/sh - // basedir=`dirname "$0"` - // - // case `uname` in - // *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;; - // esac - // - // if [ -x "$basedir/node.exe" ]; then - // exec "$basedir/node.exe" "$basedir/node_modules/npm/bin/npm-cli.js" "$@" - // else - // exec node "$basedir/node_modules/npm/bin/npm-cli.js" "$@" - // fi - - let sh = '#!/bin/sh\n' - - sh = sh - + `basedir=$(dirname "$(echo "$0" | sed -e 's,\\\\,/,g')")\n` - + '\n' - + 'case `uname` in\n' - + ' *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;\n' - + 'esac\n' - + '\n' - - if (shLongProg) { - sh = sh - + `if [ -x ${shLongProg} ]; then\n` - + ` exec ${variables}${shLongProg} ${args} ${shTarget} "$@"\n` - + 'else \n' - + ` exec ${variables}${shProg} ${args} ${shTarget} "$@"\n` - + 'fi\n' - } else { - sh = sh - + `exec ${shProg} ${args} ${shTarget} "$@"\n` - } - - // #!/usr/bin/env pwsh - // $basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent - // - // $ret=0 - // $exe = "" - // if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) { - // # Fix case when both the Windows and Linux builds of Node - // # are installed in the same directory - // $exe = ".exe" - // } - // if (Test-Path "$basedir/node") { - // # Suport pipeline input - // if ($MyInvocation.ExpectingInput) { - // input | & "$basedir/node$exe" "$basedir/node_modules/npm/bin/npm-cli.js" $args - // } else { - // & "$basedir/node$exe" "$basedir/node_modules/npm/bin/npm-cli.js" $args - // } - // $ret=$LASTEXITCODE - // } else { - // # Support pipeline input - // if ($MyInvocation.ExpectingInput) { - // $input | & "node$exe" "$basedir/node_modules/npm/bin/npm-cli.js" $args - // } else { - // & "node$exe" "$basedir/node_modules/npm/bin/npm-cli.js" $args - // } - // $ret=$LASTEXITCODE - // } - // exit $ret - let pwsh = '#!/usr/bin/env pwsh\n' - + '$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent\n' - + '\n' - + '$exe=""\n' - + 'if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {\n' - + ' # Fix case when both the Windows and Linux builds of Node\n' - + ' # are installed in the same directory\n' - + ' $exe=".exe"\n' - + '}\n' - if (shLongProg) { - pwsh = pwsh - + '$ret=0\n' - + `if (Test-Path ${pwshLongProg}) {\n` - + ' # Support pipeline input\n' - + ' if ($MyInvocation.ExpectingInput) {\n' - + ` $input | & ${pwshLongProg} ${args} ${shTarget} $args\n` - + ' } else {\n' - + ` & ${pwshLongProg} ${args} ${shTarget} $args\n` - + ' }\n' - + ' $ret=$LASTEXITCODE\n' - + '} else {\n' - + ' # Support pipeline input\n' - + ' if ($MyInvocation.ExpectingInput) {\n' - + ` $input | & ${pwshProg} ${args} ${shTarget} $args\n` - + ' } else {\n' - + ` & ${pwshProg} ${args} ${shTarget} $args\n` - + ' }\n' - + ' $ret=$LASTEXITCODE\n' - + '}\n' - + 'exit $ret\n' - } else { - pwsh = pwsh - + '# Support pipeline input\n' - + 'if ($MyInvocation.ExpectingInput) {\n' - + ` $input | & ${pwshProg} ${args} ${shTarget} $args\n` - + '} else {\n' - + ` & ${pwshProg} ${args} ${shTarget} $args\n` - + '}\n' - + 'exit $LASTEXITCODE\n' - } - - return Promise.all([ - writeFile(to + '.ps1', pwsh, 'utf8'), - writeFile(to + '.cmd', cmd, 'utf8'), - writeFile(to, sh, 'utf8'), - ]).then(() => chmodShim(to)) -} - -const chmodShim = to => Promise.all([ - chmod(to, 0o755), - chmod(to + '.cmd', 0o755), - chmod(to + '.ps1', 0o755), -]) - -module.exports = cmdShim -cmdShim.ifExists = cmdShimIfExists diff --git a/software/flow/node_modules/npm/node_modules/cmd-shim/lib/to-batch-syntax.js b/software/flow/node_modules/npm/node_modules/cmd-shim/lib/to-batch-syntax.js deleted file mode 100644 index 86a3f01..0000000 --- a/software/flow/node_modules/npm/node_modules/cmd-shim/lib/to-batch-syntax.js +++ /dev/null @@ -1,49 +0,0 @@ -exports.replaceDollarWithPercentPair = replaceDollarWithPercentPair -exports.convertToSetCommand = convertToSetCommand -exports.convertToSetCommands = convertToSetCommands - -function convertToSetCommand (key, value) { - var line = '' - key = key || '' - key = key.trim() - value = value || '' - value = value.trim() - if (key && value && value.length > 0) { - line = '@SET ' + key + '=' + replaceDollarWithPercentPair(value) + '\r\n' - } - return line -} - -function extractVariableValuePairs (declarations) { - var pairs = {} - declarations.map(function (declaration) { - var split = declaration.split('=') - pairs[split[0]] = split[1] - }) - return pairs -} - -function convertToSetCommands (variableString) { - var variableValuePairs = extractVariableValuePairs(variableString.split(' ')) - var variableDeclarationsAsBatch = '' - Object.keys(variableValuePairs).forEach(function (key) { - variableDeclarationsAsBatch += convertToSetCommand(key, variableValuePairs[key]) - }) - return variableDeclarationsAsBatch -} - -function replaceDollarWithPercentPair (value) { - var dollarExpressions = /\$\{?([^$@#?\- \t{}:]+)\}?/g - var result = '' - var startIndex = 0 - do { - var match = dollarExpressions.exec(value) - if (match) { - var betweenMatches = value.substring(startIndex, match.index) || '' - result += betweenMatches + '%' + match[1] + '%' - startIndex = dollarExpressions.lastIndex - } - } while (dollarExpressions.lastIndex > 0) - result += value.slice(startIndex) - return result -} diff --git a/software/flow/node_modules/npm/node_modules/cmd-shim/package.json b/software/flow/node_modules/npm/node_modules/cmd-shim/package.json deleted file mode 100644 index 4e52de2..0000000 --- a/software/flow/node_modules/npm/node_modules/cmd-shim/package.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "name": "cmd-shim", - "version": "6.0.1", - "description": "Used in npm for command line application support", - "scripts": { - "test": "tap", - "snap": "tap", - "lint": "eslint \"**/*.js\"", - "postlint": "template-oss-check", - "template-oss-apply": "template-oss-apply --force", - "lintfix": "npm run lint -- --fix", - "posttest": "npm run lint" - }, - "repository": { - "type": "git", - "url": "https://github.com/npm/cmd-shim.git" - }, - "license": "ISC", - "devDependencies": { - "@npmcli/eslint-config": "^4.0.0", - "@npmcli/template-oss": "4.11.0", - "tap": "^16.0.1" - }, - "files": [ - "bin/", - "lib/" - ], - "main": "lib/index.js", - "tap": { - "before": "test/00-setup.js", - "after": "test/zz-cleanup.js", - "check-coverage": true, - "nyc-arg": [ - "--exclude", - "tap-snapshots/**" - ] - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "author": "GitHub Inc.", - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.11.0" - } -} diff --git a/software/flow/node_modules/npm/node_modules/color-convert/LICENSE b/software/flow/node_modules/npm/node_modules/color-convert/LICENSE deleted file mode 100644 index 5b4c386..0000000 --- a/software/flow/node_modules/npm/node_modules/color-convert/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -Copyright (c) 2011-2016 Heather Arthur <fayearthur@gmail.com> - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - diff --git a/software/flow/node_modules/npm/node_modules/color-convert/conversions.js b/software/flow/node_modules/npm/node_modules/color-convert/conversions.js deleted file mode 100644 index 2657f26..0000000 --- a/software/flow/node_modules/npm/node_modules/color-convert/conversions.js +++ /dev/null @@ -1,839 +0,0 @@ -/* MIT license */ -/* eslint-disable no-mixed-operators */ -const cssKeywords = require('color-name'); - -// NOTE: conversions should only return primitive values (i.e. arrays, or -// values that give correct `typeof` results). -// do not use box values types (i.e. Number(), String(), etc.) - -const reverseKeywords = {}; -for (const key of Object.keys(cssKeywords)) { - reverseKeywords[cssKeywords[key]] = key; -} - -const convert = { - rgb: {channels: 3, labels: 'rgb'}, - hsl: {channels: 3, labels: 'hsl'}, - hsv: {channels: 3, labels: 'hsv'}, - hwb: {channels: 3, labels: 'hwb'}, - cmyk: {channels: 4, labels: 'cmyk'}, - xyz: {channels: 3, labels: 'xyz'}, - lab: {channels: 3, labels: 'lab'}, - lch: {channels: 3, labels: 'lch'}, - hex: {channels: 1, labels: ['hex']}, - keyword: {channels: 1, labels: ['keyword']}, - ansi16: {channels: 1, labels: ['ansi16']}, - ansi256: {channels: 1, labels: ['ansi256']}, - hcg: {channels: 3, labels: ['h', 'c', 'g']}, - apple: {channels: 3, labels: ['r16', 'g16', 'b16']}, - gray: {channels: 1, labels: ['gray']} -}; - -module.exports = convert; - -// Hide .channels and .labels properties -for (const model of Object.keys(convert)) { - if (!('channels' in convert[model])) { - throw new Error('missing channels property: ' + model); - } - - if (!('labels' in convert[model])) { - throw new Error('missing channel labels property: ' + model); - } - - if (convert[model].labels.length !== convert[model].channels) { - throw new Error('channel and label counts mismatch: ' + model); - } - - const {channels, labels} = convert[model]; - delete convert[model].channels; - delete convert[model].labels; - Object.defineProperty(convert[model], 'channels', {value: channels}); - Object.defineProperty(convert[model], 'labels', {value: labels}); -} - -convert.rgb.hsl = function (rgb) { - const r = rgb[0] / 255; - const g = rgb[1] / 255; - const b = rgb[2] / 255; - const min = Math.min(r, g, b); - const max = Math.max(r, g, b); - const delta = max - min; - let h; - let s; - - if (max === min) { - h = 0; - } else if (r === max) { - h = (g - b) / delta; - } else if (g === max) { - h = 2 + (b - r) / delta; - } else if (b === max) { - h = 4 + (r - g) / delta; - } - - h = Math.min(h * 60, 360); - - if (h < 0) { - h += 360; - } - - const l = (min + max) / 2; - - if (max === min) { - s = 0; - } else if (l <= 0.5) { - s = delta / (max + min); - } else { - s = delta / (2 - max - min); - } - - return [h, s * 100, l * 100]; -}; - -convert.rgb.hsv = function (rgb) { - let rdif; - let gdif; - let bdif; - let h; - let s; - - const r = rgb[0] / 255; - const g = rgb[1] / 255; - const b = rgb[2] / 255; - const v = Math.max(r, g, b); - const diff = v - Math.min(r, g, b); - const diffc = function (c) { - return (v - c) / 6 / diff + 1 / 2; - }; - - if (diff === 0) { - h = 0; - s = 0; - } else { - s = diff / v; - rdif = diffc(r); - gdif = diffc(g); - bdif = diffc(b); - - if (r === v) { - h = bdif - gdif; - } else if (g === v) { - h = (1 / 3) + rdif - bdif; - } else if (b === v) { - h = (2 / 3) + gdif - rdif; - } - - if (h < 0) { - h += 1; - } else if (h > 1) { - h -= 1; - } - } - - return [ - h * 360, - s * 100, - v * 100 - ]; -}; - -convert.rgb.hwb = function (rgb) { - const r = rgb[0]; - const g = rgb[1]; - let b = rgb[2]; - const h = convert.rgb.hsl(rgb)[0]; - const w = 1 / 255 * Math.min(r, Math.min(g, b)); - - b = 1 - 1 / 255 * Math.max(r, Math.max(g, b)); - - return [h, w * 100, b * 100]; -}; - -convert.rgb.cmyk = function (rgb) { - const r = rgb[0] / 255; - const g = rgb[1] / 255; - const b = rgb[2] / 255; - - const k = Math.min(1 - r, 1 - g, 1 - b); - const c = (1 - r - k) / (1 - k) || 0; - const m = (1 - g - k) / (1 - k) || 0; - const y = (1 - b - k) / (1 - k) || 0; - - return [c * 100, m * 100, y * 100, k * 100]; -}; - -function comparativeDistance(x, y) { - /* - See https://en.m.wikipedia.org/wiki/Euclidean_distance#Squared_Euclidean_distance - */ - return ( - ((x[0] - y[0]) ** 2) + - ((x[1] - y[1]) ** 2) + - ((x[2] - y[2]) ** 2) - ); -} - -convert.rgb.keyword = function (rgb) { - const reversed = reverseKeywords[rgb]; - if (reversed) { - return reversed; - } - - let currentClosestDistance = Infinity; - let currentClosestKeyword; - - for (const keyword of Object.keys(cssKeywords)) { - const value = cssKeywords[keyword]; - - // Compute comparative distance - const distance = comparativeDistance(rgb, value); - - // Check if its less, if so set as closest - if (distance < currentClosestDistance) { - currentClosestDistance = distance; - currentClosestKeyword = keyword; - } - } - - return currentClosestKeyword; -}; - -convert.keyword.rgb = function (keyword) { - return cssKeywords[keyword]; -}; - -convert.rgb.xyz = function (rgb) { - let r = rgb[0] / 255; - let g = rgb[1] / 255; - let b = rgb[2] / 255; - - // Assume sRGB - r = r > 0.04045 ? (((r + 0.055) / 1.055) ** 2.4) : (r / 12.92); - g = g > 0.04045 ? (((g + 0.055) / 1.055) ** 2.4) : (g / 12.92); - b = b > 0.04045 ? (((b + 0.055) / 1.055) ** 2.4) : (b / 12.92); - - const x = (r * 0.4124) + (g * 0.3576) + (b * 0.1805); - const y = (r * 0.2126) + (g * 0.7152) + (b * 0.0722); - const z = (r * 0.0193) + (g * 0.1192) + (b * 0.9505); - - return [x * 100, y * 100, z * 100]; -}; - -convert.rgb.lab = function (rgb) { - const xyz = convert.rgb.xyz(rgb); - let x = xyz[0]; - let y = xyz[1]; - let z = xyz[2]; - - x /= 95.047; - y /= 100; - z /= 108.883; - - x = x > 0.008856 ? (x ** (1 / 3)) : (7.787 * x) + (16 / 116); - y = y > 0.008856 ? (y ** (1 / 3)) : (7.787 * y) + (16 / 116); - z = z > 0.008856 ? (z ** (1 / 3)) : (7.787 * z) + (16 / 116); - - const l = (116 * y) - 16; - const a = 500 * (x - y); - const b = 200 * (y - z); - - return [l, a, b]; -}; - -convert.hsl.rgb = function (hsl) { - const h = hsl[0] / 360; - const s = hsl[1] / 100; - const l = hsl[2] / 100; - let t2; - let t3; - let val; - - if (s === 0) { - val = l * 255; - return [val, val, val]; - } - - if (l < 0.5) { - t2 = l * (1 + s); - } else { - t2 = l + s - l * s; - } - - const t1 = 2 * l - t2; - - const rgb = [0, 0, 0]; - for (let i = 0; i < 3; i++) { - t3 = h + 1 / 3 * -(i - 1); - if (t3 < 0) { - t3++; - } - - if (t3 > 1) { - t3--; - } - - if (6 * t3 < 1) { - val = t1 + (t2 - t1) * 6 * t3; - } else if (2 * t3 < 1) { - val = t2; - } else if (3 * t3 < 2) { - val = t1 + (t2 - t1) * (2 / 3 - t3) * 6; - } else { - val = t1; - } - - rgb[i] = val * 255; - } - - return rgb; -}; - -convert.hsl.hsv = function (hsl) { - const h = hsl[0]; - let s = hsl[1] / 100; - let l = hsl[2] / 100; - let smin = s; - const lmin = Math.max(l, 0.01); - - l *= 2; - s *= (l <= 1) ? l : 2 - l; - smin *= lmin <= 1 ? lmin : 2 - lmin; - const v = (l + s) / 2; - const sv = l === 0 ? (2 * smin) / (lmin + smin) : (2 * s) / (l + s); - - return [h, sv * 100, v * 100]; -}; - -convert.hsv.rgb = function (hsv) { - const h = hsv[0] / 60; - const s = hsv[1] / 100; - let v = hsv[2] / 100; - const hi = Math.floor(h) % 6; - - const f = h - Math.floor(h); - const p = 255 * v * (1 - s); - const q = 255 * v * (1 - (s * f)); - const t = 255 * v * (1 - (s * (1 - f))); - v *= 255; - - switch (hi) { - case 0: - return [v, t, p]; - case 1: - return [q, v, p]; - case 2: - return [p, v, t]; - case 3: - return [p, q, v]; - case 4: - return [t, p, v]; - case 5: - return [v, p, q]; - } -}; - -convert.hsv.hsl = function (hsv) { - const h = hsv[0]; - const s = hsv[1] / 100; - const v = hsv[2] / 100; - const vmin = Math.max(v, 0.01); - let sl; - let l; - - l = (2 - s) * v; - const lmin = (2 - s) * vmin; - sl = s * vmin; - sl /= (lmin <= 1) ? lmin : 2 - lmin; - sl = sl || 0; - l /= 2; - - return [h, sl * 100, l * 100]; -}; - -// http://dev.w3.org/csswg/css-color/#hwb-to-rgb -convert.hwb.rgb = function (hwb) { - const h = hwb[0] / 360; - let wh = hwb[1] / 100; - let bl = hwb[2] / 100; - const ratio = wh + bl; - let f; - - // Wh + bl cant be > 1 - if (ratio > 1) { - wh /= ratio; - bl /= ratio; - } - - const i = Math.floor(6 * h); - const v = 1 - bl; - f = 6 * h - i; - - if ((i & 0x01) !== 0) { - f = 1 - f; - } - - const n = wh + f * (v - wh); // Linear interpolation - - let r; - let g; - let b; - /* eslint-disable max-statements-per-line,no-multi-spaces */ - switch (i) { - default: - case 6: - case 0: r = v; g = n; b = wh; break; - case 1: r = n; g = v; b = wh; break; - case 2: r = wh; g = v; b = n; break; - case 3: r = wh; g = n; b = v; break; - case 4: r = n; g = wh; b = v; break; - case 5: r = v; g = wh; b = n; break; - } - /* eslint-enable max-statements-per-line,no-multi-spaces */ - - return [r * 255, g * 255, b * 255]; -}; - -convert.cmyk.rgb = function (cmyk) { - const c = cmyk[0] / 100; - const m = cmyk[1] / 100; - const y = cmyk[2] / 100; - const k = cmyk[3] / 100; - - const r = 1 - Math.min(1, c * (1 - k) + k); - const g = 1 - Math.min(1, m * (1 - k) + k); - const b = 1 - Math.min(1, y * (1 - k) + k); - - return [r * 255, g * 255, b * 255]; -}; - -convert.xyz.rgb = function (xyz) { - const x = xyz[0] / 100; - const y = xyz[1] / 100; - const z = xyz[2] / 100; - let r; - let g; - let b; - - r = (x * 3.2406) + (y * -1.5372) + (z * -0.4986); - g = (x * -0.9689) + (y * 1.8758) + (z * 0.0415); - b = (x * 0.0557) + (y * -0.2040) + (z * 1.0570); - - // Assume sRGB - r = r > 0.0031308 - ? ((1.055 * (r ** (1.0 / 2.4))) - 0.055) - : r * 12.92; - - g = g > 0.0031308 - ? ((1.055 * (g ** (1.0 / 2.4))) - 0.055) - : g * 12.92; - - b = b > 0.0031308 - ? ((1.055 * (b ** (1.0 / 2.4))) - 0.055) - : b * 12.92; - - r = Math.min(Math.max(0, r), 1); - g = Math.min(Math.max(0, g), 1); - b = Math.min(Math.max(0, b), 1); - - return [r * 255, g * 255, b * 255]; -}; - -convert.xyz.lab = function (xyz) { - let x = xyz[0]; - let y = xyz[1]; - let z = xyz[2]; - - x /= 95.047; - y /= 100; - z /= 108.883; - - x = x > 0.008856 ? (x ** (1 / 3)) : (7.787 * x) + (16 / 116); - y = y > 0.008856 ? (y ** (1 / 3)) : (7.787 * y) + (16 / 116); - z = z > 0.008856 ? (z ** (1 / 3)) : (7.787 * z) + (16 / 116); - - const l = (116 * y) - 16; - const a = 500 * (x - y); - const b = 200 * (y - z); - - return [l, a, b]; -}; - -convert.lab.xyz = function (lab) { - const l = lab[0]; - const a = lab[1]; - const b = lab[2]; - let x; - let y; - let z; - - y = (l + 16) / 116; - x = a / 500 + y; - z = y - b / 200; - - const y2 = y ** 3; - const x2 = x ** 3; - const z2 = z ** 3; - y = y2 > 0.008856 ? y2 : (y - 16 / 116) / 7.787; - x = x2 > 0.008856 ? x2 : (x - 16 / 116) / 7.787; - z = z2 > 0.008856 ? z2 : (z - 16 / 116) / 7.787; - - x *= 95.047; - y *= 100; - z *= 108.883; - - return [x, y, z]; -}; - -convert.lab.lch = function (lab) { - const l = lab[0]; - const a = lab[1]; - const b = lab[2]; - let h; - - const hr = Math.atan2(b, a); - h = hr * 360 / 2 / Math.PI; - - if (h < 0) { - h += 360; - } - - const c = Math.sqrt(a * a + b * b); - - return [l, c, h]; -}; - -convert.lch.lab = function (lch) { - const l = lch[0]; - const c = lch[1]; - const h = lch[2]; - - const hr = h / 360 * 2 * Math.PI; - const a = c * Math.cos(hr); - const b = c * Math.sin(hr); - - return [l, a, b]; -}; - -convert.rgb.ansi16 = function (args, saturation = null) { - const [r, g, b] = args; - let value = saturation === null ? convert.rgb.hsv(args)[2] : saturation; // Hsv -> ansi16 optimization - - value = Math.round(value / 50); - - if (value === 0) { - return 30; - } - - let ansi = 30 - + ((Math.round(b / 255) << 2) - | (Math.round(g / 255) << 1) - | Math.round(r / 255)); - - if (value === 2) { - ansi += 60; - } - - return ansi; -}; - -convert.hsv.ansi16 = function (args) { - // Optimization here; we already know the value and don't need to get - // it converted for us. - return convert.rgb.ansi16(convert.hsv.rgb(args), args[2]); -}; - -convert.rgb.ansi256 = function (args) { - const r = args[0]; - const g = args[1]; - const b = args[2]; - - // We use the extended greyscale palette here, with the exception of - // black and white. normal palette only has 4 greyscale shades. - if (r === g && g === b) { - if (r < 8) { - return 16; - } - - if (r > 248) { - return 231; - } - - return Math.round(((r - 8) / 247) * 24) + 232; - } - - const ansi = 16 - + (36 * Math.round(r / 255 * 5)) - + (6 * Math.round(g / 255 * 5)) - + Math.round(b / 255 * 5); - - return ansi; -}; - -convert.ansi16.rgb = function (args) { - let color = args % 10; - - // Handle greyscale - if (color === 0 || color === 7) { - if (args > 50) { - color += 3.5; - } - - color = color / 10.5 * 255; - - return [color, color, color]; - } - - const mult = (~~(args > 50) + 1) * 0.5; - const r = ((color & 1) * mult) * 255; - const g = (((color >> 1) & 1) * mult) * 255; - const b = (((color >> 2) & 1) * mult) * 255; - - return [r, g, b]; -}; - -convert.ansi256.rgb = function (args) { - // Handle greyscale - if (args >= 232) { - const c = (args - 232) * 10 + 8; - return [c, c, c]; - } - - args -= 16; - - let rem; - const r = Math.floor(args / 36) / 5 * 255; - const g = Math.floor((rem = args % 36) / 6) / 5 * 255; - const b = (rem % 6) / 5 * 255; - - return [r, g, b]; -}; - -convert.rgb.hex = function (args) { - const integer = ((Math.round(args[0]) & 0xFF) << 16) - + ((Math.round(args[1]) & 0xFF) << 8) - + (Math.round(args[2]) & 0xFF); - - const string = integer.toString(16).toUpperCase(); - return '000000'.substring(string.length) + string; -}; - -convert.hex.rgb = function (args) { - const match = args.toString(16).match(/[a-f0-9]{6}|[a-f0-9]{3}/i); - if (!match) { - return [0, 0, 0]; - } - - let colorString = match[0]; - - if (match[0].length === 3) { - colorString = colorString.split('').map(char => { - return char + char; - }).join(''); - } - - const integer = parseInt(colorString, 16); - const r = (integer >> 16) & 0xFF; - const g = (integer >> 8) & 0xFF; - const b = integer & 0xFF; - - return [r, g, b]; -}; - -convert.rgb.hcg = function (rgb) { - const r = rgb[0] / 255; - const g = rgb[1] / 255; - const b = rgb[2] / 255; - const max = Math.max(Math.max(r, g), b); - const min = Math.min(Math.min(r, g), b); - const chroma = (max - min); - let grayscale; - let hue; - - if (chroma < 1) { - grayscale = min / (1 - chroma); - } else { - grayscale = 0; - } - - if (chroma <= 0) { - hue = 0; - } else - if (max === r) { - hue = ((g - b) / chroma) % 6; - } else - if (max === g) { - hue = 2 + (b - r) / chroma; - } else { - hue = 4 + (r - g) / chroma; - } - - hue /= 6; - hue %= 1; - - return [hue * 360, chroma * 100, grayscale * 100]; -}; - -convert.hsl.hcg = function (hsl) { - const s = hsl[1] / 100; - const l = hsl[2] / 100; - - const c = l < 0.5 ? (2.0 * s * l) : (2.0 * s * (1.0 - l)); - - let f = 0; - if (c < 1.0) { - f = (l - 0.5 * c) / (1.0 - c); - } - - return [hsl[0], c * 100, f * 100]; -}; - -convert.hsv.hcg = function (hsv) { - const s = hsv[1] / 100; - const v = hsv[2] / 100; - - const c = s * v; - let f = 0; - - if (c < 1.0) { - f = (v - c) / (1 - c); - } - - return [hsv[0], c * 100, f * 100]; -}; - -convert.hcg.rgb = function (hcg) { - const h = hcg[0] / 360; - const c = hcg[1] / 100; - const g = hcg[2] / 100; - - if (c === 0.0) { - return [g * 255, g * 255, g * 255]; - } - - const pure = [0, 0, 0]; - const hi = (h % 1) * 6; - const v = hi % 1; - const w = 1 - v; - let mg = 0; - - /* eslint-disable max-statements-per-line */ - switch (Math.floor(hi)) { - case 0: - pure[0] = 1; pure[1] = v; pure[2] = 0; break; - case 1: - pure[0] = w; pure[1] = 1; pure[2] = 0; break; - case 2: - pure[0] = 0; pure[1] = 1; pure[2] = v; break; - case 3: - pure[0] = 0; pure[1] = w; pure[2] = 1; break; - case 4: - pure[0] = v; pure[1] = 0; pure[2] = 1; break; - default: - pure[0] = 1; pure[1] = 0; pure[2] = w; - } - /* eslint-enable max-statements-per-line */ - - mg = (1.0 - c) * g; - - return [ - (c * pure[0] + mg) * 255, - (c * pure[1] + mg) * 255, - (c * pure[2] + mg) * 255 - ]; -}; - -convert.hcg.hsv = function (hcg) { - const c = hcg[1] / 100; - const g = hcg[2] / 100; - - const v = c + g * (1.0 - c); - let f = 0; - - if (v > 0.0) { - f = c / v; - } - - return [hcg[0], f * 100, v * 100]; -}; - -convert.hcg.hsl = function (hcg) { - const c = hcg[1] / 100; - const g = hcg[2] / 100; - - const l = g * (1.0 - c) + 0.5 * c; - let s = 0; - - if (l > 0.0 && l < 0.5) { - s = c / (2 * l); - } else - if (l >= 0.5 && l < 1.0) { - s = c / (2 * (1 - l)); - } - - return [hcg[0], s * 100, l * 100]; -}; - -convert.hcg.hwb = function (hcg) { - const c = hcg[1] / 100; - const g = hcg[2] / 100; - const v = c + g * (1.0 - c); - return [hcg[0], (v - c) * 100, (1 - v) * 100]; -}; - -convert.hwb.hcg = function (hwb) { - const w = hwb[1] / 100; - const b = hwb[2] / 100; - const v = 1 - b; - const c = v - w; - let g = 0; - - if (c < 1) { - g = (v - c) / (1 - c); - } - - return [hwb[0], c * 100, g * 100]; -}; - -convert.apple.rgb = function (apple) { - return [(apple[0] / 65535) * 255, (apple[1] / 65535) * 255, (apple[2] / 65535) * 255]; -}; - -convert.rgb.apple = function (rgb) { - return [(rgb[0] / 255) * 65535, (rgb[1] / 255) * 65535, (rgb[2] / 255) * 65535]; -}; - -convert.gray.rgb = function (args) { - return [args[0] / 100 * 255, args[0] / 100 * 255, args[0] / 100 * 255]; -}; - -convert.gray.hsl = function (args) { - return [0, 0, args[0]]; -}; - -convert.gray.hsv = convert.gray.hsl; - -convert.gray.hwb = function (gray) { - return [0, 100, gray[0]]; -}; - -convert.gray.cmyk = function (gray) { - return [0, 0, 0, gray[0]]; -}; - -convert.gray.lab = function (gray) { - return [gray[0], 0, 0]; -}; - -convert.gray.hex = function (gray) { - const val = Math.round(gray[0] / 100 * 255) & 0xFF; - const integer = (val << 16) + (val << 8) + val; - - const string = integer.toString(16).toUpperCase(); - return '000000'.substring(string.length) + string; -}; - -convert.rgb.gray = function (rgb) { - const val = (rgb[0] + rgb[1] + rgb[2]) / 3; - return [val / 255 * 100]; -}; diff --git a/software/flow/node_modules/npm/node_modules/color-convert/index.js b/software/flow/node_modules/npm/node_modules/color-convert/index.js deleted file mode 100644 index b648e57..0000000 --- a/software/flow/node_modules/npm/node_modules/color-convert/index.js +++ /dev/null @@ -1,81 +0,0 @@ -const conversions = require('./conversions'); -const route = require('./route'); - -const convert = {}; - -const models = Object.keys(conversions); - -function wrapRaw(fn) { - const wrappedFn = function (...args) { - const arg0 = args[0]; - if (arg0 === undefined || arg0 === null) { - return arg0; - } - - if (arg0.length > 1) { - args = arg0; - } - - return fn(args); - }; - - // Preserve .conversion property if there is one - if ('conversion' in fn) { - wrappedFn.conversion = fn.conversion; - } - - return wrappedFn; -} - -function wrapRounded(fn) { - const wrappedFn = function (...args) { - const arg0 = args[0]; - - if (arg0 === undefined || arg0 === null) { - return arg0; - } - - if (arg0.length > 1) { - args = arg0; - } - - const result = fn(args); - - // We're assuming the result is an array here. - // see notice in conversions.js; don't use box types - // in conversion functions. - if (typeof result === 'object') { - for (let len = result.length, i = 0; i < len; i++) { - result[i] = Math.round(result[i]); - } - } - - return result; - }; - - // Preserve .conversion property if there is one - if ('conversion' in fn) { - wrappedFn.conversion = fn.conversion; - } - - return wrappedFn; -} - -models.forEach(fromModel => { - convert[fromModel] = {}; - - Object.defineProperty(convert[fromModel], 'channels', {value: conversions[fromModel].channels}); - Object.defineProperty(convert[fromModel], 'labels', {value: conversions[fromModel].labels}); - - const routes = route(fromModel); - const routeModels = Object.keys(routes); - - routeModels.forEach(toModel => { - const fn = routes[toModel]; - - convert[fromModel][toModel] = wrapRounded(fn); - convert[fromModel][toModel].raw = wrapRaw(fn); - }); -}); - -module.exports = convert; diff --git a/software/flow/node_modules/npm/node_modules/color-convert/package.json b/software/flow/node_modules/npm/node_modules/color-convert/package.json deleted file mode 100644 index 6e48000..0000000 --- a/software/flow/node_modules/npm/node_modules/color-convert/package.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "name": "color-convert", - "description": "Plain color conversion functions", - "version": "2.0.1", - "author": "Heather Arthur <fayearthur@gmail.com>", - "license": "MIT", - "repository": "Qix-/color-convert", - "scripts": { - "pretest": "xo", - "test": "node test/basic.js" - }, - "engines": { - "node": ">=7.0.0" - }, - "keywords": [ - "color", - "colour", - "convert", - "converter", - "conversion", - "rgb", - "hsl", - "hsv", - "hwb", - "cmyk", - "ansi", - "ansi16" - ], - "files": [ - "index.js", - "conversions.js", - "route.js" - ], - "xo": { - "rules": { - "default-case": 0, - "no-inline-comments": 0, - "operator-linebreak": 0 - } - }, - "devDependencies": { - "chalk": "^2.4.2", - "xo": "^0.24.0" - }, - "dependencies": { - "color-name": "~1.1.4" - } -} diff --git a/software/flow/node_modules/npm/node_modules/color-convert/route.js b/software/flow/node_modules/npm/node_modules/color-convert/route.js deleted file mode 100644 index 1a08521..0000000 --- a/software/flow/node_modules/npm/node_modules/color-convert/route.js +++ /dev/null @@ -1,97 +0,0 @@ -const conversions = require('./conversions'); - -/* - This function routes a model to all other models. - - all functions that are routed have a property `.conversion` attached - to the returned synthetic function. This property is an array - of strings, each with the steps in between the 'from' and 'to' - color models (inclusive). - - conversions that are not possible simply are not included. -*/ - -function buildGraph() { - const graph = {}; - // https://jsperf.com/object-keys-vs-for-in-with-closure/3 - const models = Object.keys(conversions); - - for (let len = models.length, i = 0; i < len; i++) { - graph[models[i]] = { - // http://jsperf.com/1-vs-infinity - // micro-opt, but this is simple. - distance: -1, - parent: null - }; - } - - return graph; -} - -// https://en.wikipedia.org/wiki/Breadth-first_search -function deriveBFS(fromModel) { - const graph = buildGraph(); - const queue = [fromModel]; // Unshift -> queue -> pop - - graph[fromModel].distance = 0; - - while (queue.length) { - const current = queue.pop(); - const adjacents = Object.keys(conversions[current]); - - for (let len = adjacents.length, i = 0; i < len; i++) { - const adjacent = adjacents[i]; - const node = graph[adjacent]; - - if (node.distance === -1) { - node.distance = graph[current].distance + 1; - node.parent = current; - queue.unshift(adjacent); - } - } - } - - return graph; -} - -function link(from, to) { - return function (args) { - return to(from(args)); - }; -} - -function wrapConversion(toModel, graph) { - const path = [graph[toModel].parent, toModel]; - let fn = conversions[graph[toModel].parent][toModel]; - - let cur = graph[toModel].parent; - while (graph[cur].parent) { - path.unshift(graph[cur].parent); - fn = link(conversions[graph[cur].parent][cur], fn); - cur = graph[cur].parent; - } - - fn.conversion = path; - return fn; -} - -module.exports = function (fromModel) { - const graph = deriveBFS(fromModel); - const conversion = {}; - - const models = Object.keys(graph); - for (let len = models.length, i = 0; i < len; i++) { - const toModel = models[i]; - const node = graph[toModel]; - - if (node.parent === null) { - // No possible conversion, or this node is the source model. - continue; - } - - conversion[toModel] = wrapConversion(toModel, graph); - } - - return conversion; -}; - diff --git a/software/flow/node_modules/npm/node_modules/color-name/LICENSE b/software/flow/node_modules/npm/node_modules/color-name/LICENSE deleted file mode 100644 index c6b1001..0000000 --- a/software/flow/node_modules/npm/node_modules/color-name/LICENSE +++ /dev/null @@ -1,8 +0,0 @@ -The MIT License (MIT) -Copyright (c) 2015 Dmitry Ivanov - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/color-name/index.js b/software/flow/node_modules/npm/node_modules/color-name/index.js deleted file mode 100644 index b7c198a..0000000 --- a/software/flow/node_modules/npm/node_modules/color-name/index.js +++ /dev/null @@ -1,152 +0,0 @@ -'use strict' - -module.exports = { - "aliceblue": [240, 248, 255], - "antiquewhite": [250, 235, 215], - "aqua": [0, 255, 255], - "aquamarine": [127, 255, 212], - "azure": [240, 255, 255], - "beige": [245, 245, 220], - "bisque": [255, 228, 196], - "black": [0, 0, 0], - "blanchedalmond": [255, 235, 205], - "blue": [0, 0, 255], - "blueviolet": [138, 43, 226], - "brown": [165, 42, 42], - "burlywood": [222, 184, 135], - "cadetblue": [95, 158, 160], - "chartreuse": [127, 255, 0], - "chocolate": [210, 105, 30], - "coral": [255, 127, 80], - "cornflowerblue": [100, 149, 237], - "cornsilk": [255, 248, 220], - "crimson": [220, 20, 60], - "cyan": [0, 255, 255], - "darkblue": [0, 0, 139], - "darkcyan": [0, 139, 139], - "darkgoldenrod": [184, 134, 11], - "darkgray": [169, 169, 169], - "darkgreen": [0, 100, 0], - "darkgrey": [169, 169, 169], - "darkkhaki": [189, 183, 107], - "darkmagenta": [139, 0, 139], - "darkolivegreen": [85, 107, 47], - "darkorange": [255, 140, 0], - "darkorchid": [153, 50, 204], - "darkred": [139, 0, 0], - "darksalmon": [233, 150, 122], - "darkseagreen": [143, 188, 143], - "darkslateblue": [72, 61, 139], - "darkslategray": [47, 79, 79], - "darkslategrey": [47, 79, 79], - "darkturquoise": [0, 206, 209], - "darkviolet": [148, 0, 211], - "deeppink": [255, 20, 147], - "deepskyblue": [0, 191, 255], - "dimgray": [105, 105, 105], - "dimgrey": [105, 105, 105], - "dodgerblue": [30, 144, 255], - "firebrick": [178, 34, 34], - "floralwhite": [255, 250, 240], - "forestgreen": [34, 139, 34], - "fuchsia": [255, 0, 255], - "gainsboro": [220, 220, 220], - "ghostwhite": [248, 248, 255], - "gold": [255, 215, 0], - "goldenrod": [218, 165, 32], - "gray": [128, 128, 128], - "green": [0, 128, 0], - "greenyellow": [173, 255, 47], - "grey": [128, 128, 128], - "honeydew": [240, 255, 240], - "hotpink": [255, 105, 180], - "indianred": [205, 92, 92], - "indigo": [75, 0, 130], - "ivory": [255, 255, 240], - "khaki": [240, 230, 140], - "lavender": [230, 230, 250], - "lavenderblush": [255, 240, 245], - "lawngreen": [124, 252, 0], - "lemonchiffon": [255, 250, 205], - "lightblue": [173, 216, 230], - "lightcoral": [240, 128, 128], - "lightcyan": [224, 255, 255], - "lightgoldenrodyellow": [250, 250, 210], - "lightgray": [211, 211, 211], - "lightgreen": [144, 238, 144], - "lightgrey": [211, 211, 211], - "lightpink": [255, 182, 193], - "lightsalmon": [255, 160, 122], - "lightseagreen": [32, 178, 170], - "lightskyblue": [135, 206, 250], - "lightslategray": [119, 136, 153], - "lightslategrey": [119, 136, 153], - "lightsteelblue": [176, 196, 222], - "lightyellow": [255, 255, 224], - "lime": [0, 255, 0], - "limegreen": [50, 205, 50], - "linen": [250, 240, 230], - "magenta": [255, 0, 255], - "maroon": [128, 0, 0], - "mediumaquamarine": [102, 205, 170], - "mediumblue": [0, 0, 205], - "mediumorchid": [186, 85, 211], - "mediumpurple": [147, 112, 219], - "mediumseagreen": [60, 179, 113], - "mediumslateblue": [123, 104, 238], - "mediumspringgreen": [0, 250, 154], - "mediumturquoise": [72, 209, 204], - "mediumvioletred": [199, 21, 133], - "midnightblue": [25, 25, 112], - "mintcream": [245, 255, 250], - "mistyrose": [255, 228, 225], - "moccasin": [255, 228, 181], - "navajowhite": [255, 222, 173], - "navy": [0, 0, 128], - "oldlace": [253, 245, 230], - "olive": [128, 128, 0], - "olivedrab": [107, 142, 35], - "orange": [255, 165, 0], - "orangered": [255, 69, 0], - "orchid": [218, 112, 214], - "palegoldenrod": [238, 232, 170], - "palegreen": [152, 251, 152], - "paleturquoise": [175, 238, 238], - "palevioletred": [219, 112, 147], - "papayawhip": [255, 239, 213], - "peachpuff": [255, 218, 185], - "peru": [205, 133, 63], - "pink": [255, 192, 203], - "plum": [221, 160, 221], - "powderblue": [176, 224, 230], - "purple": [128, 0, 128], - "rebeccapurple": [102, 51, 153], - "red": [255, 0, 0], - "rosybrown": [188, 143, 143], - "royalblue": [65, 105, 225], - "saddlebrown": [139, 69, 19], - "salmon": [250, 128, 114], - "sandybrown": [244, 164, 96], - "seagreen": [46, 139, 87], - "seashell": [255, 245, 238], - "sienna": [160, 82, 45], - "silver": [192, 192, 192], - "skyblue": [135, 206, 235], - "slateblue": [106, 90, 205], - "slategray": [112, 128, 144], - "slategrey": [112, 128, 144], - "snow": [255, 250, 250], - "springgreen": [0, 255, 127], - "steelblue": [70, 130, 180], - "tan": [210, 180, 140], - "teal": [0, 128, 128], - "thistle": [216, 191, 216], - "tomato": [255, 99, 71], - "turquoise": [64, 224, 208], - "violet": [238, 130, 238], - "wheat": [245, 222, 179], - "white": [255, 255, 255], - "whitesmoke": [245, 245, 245], - "yellow": [255, 255, 0], - "yellowgreen": [154, 205, 50] -}; diff --git a/software/flow/node_modules/npm/node_modules/color-name/package.json b/software/flow/node_modules/npm/node_modules/color-name/package.json deleted file mode 100644 index 782dd82..0000000 --- a/software/flow/node_modules/npm/node_modules/color-name/package.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "color-name", - "version": "1.1.4", - "description": "A list of color names and its values", - "main": "index.js", - "files": [ - "index.js" - ], - "scripts": { - "test": "node test.js" - }, - "repository": { - "type": "git", - "url": "git@github.com:colorjs/color-name.git" - }, - "keywords": [ - "color-name", - "color", - "color-keyword", - "keyword" - ], - "author": "DY <dfcreative@gmail.com>", - "license": "MIT", - "bugs": { - "url": "https://github.com/colorjs/color-name/issues" - }, - "homepage": "https://github.com/colorjs/color-name" -} diff --git a/software/flow/node_modules/npm/node_modules/color-support/LICENSE b/software/flow/node_modules/npm/node_modules/color-support/LICENSE deleted file mode 100644 index 19129e3..0000000 --- a/software/flow/node_modules/npm/node_modules/color-support/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -The ISC License - -Copyright (c) Isaac Z. Schlueter and Contributors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/color-support/README.md b/software/flow/node_modules/npm/node_modules/color-support/README.md deleted file mode 100644 index f89aa17..0000000 --- a/software/flow/node_modules/npm/node_modules/color-support/README.md +++ /dev/null @@ -1,129 +0,0 @@ -# color-support - -A module which will endeavor to guess your terminal's level of color -support. - -[![Build Status](https://travis-ci.org/isaacs/color-support.svg?branch=master)](https://travis-ci.org/isaacs/color-support) [![Coverage Status](https://coveralls.io/repos/github/isaacs/color-support/badge.svg?branch=master)](https://coveralls.io/github/isaacs/color-support?branch=master) - -This is similar to `supports-color`, but it does not read -`process.argv`. - -1. If not in a node environment, not supported. - -2. If stdout is not a TTY, not supported, unless the `ignoreTTY` - option is set. - -3. If the `TERM` environ is `dumb`, not supported, unless the - `ignoreDumb` option is set. - -4. If on Windows, then support 16 colors. - -5. If using Tmux, then support 256 colors. - -7. Handle continuous-integration servers. If `CI` or - `TEAMCITY_VERSION` are set in the environment, and `TRAVIS` is not - set, then color is not supported, unless `ignoreCI` option is set. - -6. Guess based on the `TERM_PROGRAM` environ. These terminals support - 16m colors: - - - `iTerm.app` version 3.x supports 16m colors, below support 256 - - `MacTerm` supports 16m colors - - `Apple_Terminal` supports 256 colors - - Have more things that belong on this list? Send a PR! - -8. Make a guess based on the `TERM` environment variable. Any - `xterm-256color` will get 256 colors. Any screen, xterm, vt100, - color, ansi, cygwin, or linux `TERM` will get 16 colors. - -9. If `COLORTERM` environment variable is set, then support 16 colors. - -10. At this point, we assume that color is not supported. - -## USAGE - -```javascript -var testColorSupport = require('color-support') -var colorSupport = testColorSupport(/* options object */) - -if (!colorSupport) { - console.log('color is not supported') -} else if (colorSupport.has16m) { - console.log('\x1b[38;2;102;194;255m16m colors\x1b[0m') -} else if (colorSupport.has256) { - console.log('\x1b[38;5;119m256 colors\x1b[0m') -} else if (colorSupport.hasBasic) { - console.log('\x1b[31mbasic colors\x1b[0m') -} else { - console.log('this is impossible, but colors are not supported') -} -``` - -If you don't have any options to set, you can also just look at the -flags which will all be set on the test function itself. (Of course, -this doesn't return a falsey value when colors aren't supported, and -doesn't allow you to set options.) - -```javascript -var colorSupport = require('color-support') - -if (colorSupport.has16m) { - console.log('\x1b[38;2;102;194;255m16m colors\x1b[0m') -} else if (colorSupport.has256) { - console.log('\x1b[38;5;119m256 colors\x1b[0m') -} else if (colorSupport.hasBasic) { - console.log('\x1b[31mbasic colors\x1b[0m') -} else { - console.log('colors are not supported') -} -``` - -## Options - -You can pass in the following options. - -* ignoreTTY - default false. Ignore the `isTTY` check. -* ignoreDumb - default false. Ignore `TERM=dumb` environ check. -* ignoreCI - default false. Ignore `CI` environ check. -* env - Object for environment vars. Defaults to `process.env`. -* stream - Stream for `isTTY` check. Defaults to `process.stdout`. -* term - String for `TERM` checking. Defaults to `env.TERM`. -* alwaysReturn - default false. Return an object when colors aren't - supported (instead of returning `false`). -* level - A number from 0 to 3. This will return a result for the - specified level. This is useful if you want to be able to set the - color support level explicitly as a number in an environment - variable or config, but then use the object flags in your program. - Except for `alwaysReturn` to return an object for level 0, all other - options are ignored, since no checking is done if a level is - explicitly set. - -## Return Value - -If no color support is available, then `false` is returned by default, -unless the `alwaysReturn` flag is set to `true`. This is so that the -simple question of "can I use colors or not" can treat any truthy -return as "yes". - -Otherwise, the return object has the following fields: - -* `level` - A number from 0 to 3 - * `0` - No color support - * `1` - Basic (16) color support - * `2` - 256 color support - * `3` - 16 million (true) color support -* `hasBasic` - Boolean -* `has256` - Boolean -* `has16m` - Boolean - -## CLI - -You can run the `color-support` bin from the command line which will -just dump the values as this module calculates them in whatever env -it's run. It takes no command line arguments. - -## Credits - -This is a spiritual, if not actual, fork of -[supports-color](http://npm.im/supports-color) by the ever prolific -[Sindre Sorhus](http://npm.im/~sindresorhus). diff --git a/software/flow/node_modules/npm/node_modules/color-support/bin.js b/software/flow/node_modules/npm/node_modules/color-support/bin.js deleted file mode 100755 index 3c0a967..0000000 --- a/software/flow/node_modules/npm/node_modules/color-support/bin.js +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env node -var colorSupport = require('./')({alwaysReturn: true }) -console.log(JSON.stringify(colorSupport, null, 2)) diff --git a/software/flow/node_modules/npm/node_modules/color-support/browser.js b/software/flow/node_modules/npm/node_modules/color-support/browser.js deleted file mode 100644 index ab5c663..0000000 --- a/software/flow/node_modules/npm/node_modules/color-support/browser.js +++ /dev/null @@ -1,14 +0,0 @@ -module.exports = colorSupport({ alwaysReturn: true }, colorSupport) - -function colorSupport(options, obj) { - obj = obj || {} - options = options || {} - obj.level = 0 - obj.hasBasic = false - obj.has256 = false - obj.has16m = false - if (!options.alwaysReturn) { - return false - } - return obj -} diff --git a/software/flow/node_modules/npm/node_modules/color-support/index.js b/software/flow/node_modules/npm/node_modules/color-support/index.js deleted file mode 100644 index 6b6f3b2..0000000 --- a/software/flow/node_modules/npm/node_modules/color-support/index.js +++ /dev/null @@ -1,134 +0,0 @@ -// call it on itself so we can test the export val for basic stuff -module.exports = colorSupport({ alwaysReturn: true }, colorSupport) - -function hasNone (obj, options) { - obj.level = 0 - obj.hasBasic = false - obj.has256 = false - obj.has16m = false - if (!options.alwaysReturn) { - return false - } - return obj -} - -function hasBasic (obj) { - obj.hasBasic = true - obj.has256 = false - obj.has16m = false - obj.level = 1 - return obj -} - -function has256 (obj) { - obj.hasBasic = true - obj.has256 = true - obj.has16m = false - obj.level = 2 - return obj -} - -function has16m (obj) { - obj.hasBasic = true - obj.has256 = true - obj.has16m = true - obj.level = 3 - return obj -} - -function colorSupport (options, obj) { - options = options || {} - - obj = obj || {} - - // if just requesting a specific level, then return that. - if (typeof options.level === 'number') { - switch (options.level) { - case 0: - return hasNone(obj, options) - case 1: - return hasBasic(obj) - case 2: - return has256(obj) - case 3: - return has16m(obj) - } - } - - obj.level = 0 - obj.hasBasic = false - obj.has256 = false - obj.has16m = false - - if (typeof process === 'undefined' || - !process || - !process.stdout || - !process.env || - !process.platform) { - return hasNone(obj, options) - } - - var env = options.env || process.env - var stream = options.stream || process.stdout - var term = options.term || env.TERM || '' - var platform = options.platform || process.platform - - if (!options.ignoreTTY && !stream.isTTY) { - return hasNone(obj, options) - } - - if (!options.ignoreDumb && term === 'dumb' && !env.COLORTERM) { - return hasNone(obj, options) - } - - if (platform === 'win32') { - return hasBasic(obj) - } - - if (env.TMUX) { - return has256(obj) - } - - if (!options.ignoreCI && (env.CI || env.TEAMCITY_VERSION)) { - if (env.TRAVIS) { - return has256(obj) - } else { - return hasNone(obj, options) - } - } - - // TODO: add more term programs - switch (env.TERM_PROGRAM) { - case 'iTerm.app': - var ver = env.TERM_PROGRAM_VERSION || '0.' - if (/^[0-2]\./.test(ver)) { - return has256(obj) - } else { - return has16m(obj) - } - - case 'HyperTerm': - case 'Hyper': - return has16m(obj) - - case 'MacTerm': - return has16m(obj) - - case 'Apple_Terminal': - return has256(obj) - } - - if (/^xterm-256/.test(term)) { - return has256(obj) - } - - if (/^screen|^xterm|^vt100|color|ansi|cygwin|linux/i.test(term)) { - return hasBasic(obj) - } - - if (env.COLORTERM) { - return hasBasic(obj) - } - - return hasNone(obj, options) -} diff --git a/software/flow/node_modules/npm/node_modules/color-support/package.json b/software/flow/node_modules/npm/node_modules/color-support/package.json deleted file mode 100644 index f3e3b77..0000000 --- a/software/flow/node_modules/npm/node_modules/color-support/package.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "color-support", - "version": "1.1.3", - "description": "A module which will endeavor to guess your terminal's level of color support.", - "main": "index.js", - "browser": "browser.js", - "bin": "bin.js", - "devDependencies": { - "tap": "^10.3.3" - }, - "scripts": { - "test": "tap test/*.js --100 -J", - "preversion": "npm test", - "postversion": "npm publish", - "postpublish": "git push origin --all; git push origin --tags" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/isaacs/color-support.git" - }, - "keywords": [ - "terminal", - "color", - "support", - "xterm", - "truecolor", - "256" - ], - "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)", - "license": "ISC", - "files": [ - "browser.js", - "index.js", - "bin.js" - ] -} diff --git a/software/flow/node_modules/npm/node_modules/columnify/LICENSE b/software/flow/node_modules/npm/node_modules/columnify/LICENSE deleted file mode 100644 index ed47678..0000000 --- a/software/flow/node_modules/npm/node_modules/columnify/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2013 Tim Oxley - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/columnify/Makefile b/software/flow/node_modules/npm/node_modules/columnify/Makefile deleted file mode 100644 index 3a67c57..0000000 --- a/software/flow/node_modules/npm/node_modules/columnify/Makefile +++ /dev/null @@ -1,9 +0,0 @@ - -all: columnify.js - -prepublish: all - -columnify.js: index.js package.json - babel index.js > columnify.js - -.PHONY: all prepublish diff --git a/software/flow/node_modules/npm/node_modules/columnify/columnify.js b/software/flow/node_modules/npm/node_modules/columnify/columnify.js deleted file mode 100644 index dcef923..0000000 --- a/software/flow/node_modules/npm/node_modules/columnify/columnify.js +++ /dev/null @@ -1,306 +0,0 @@ -"use strict"; - -var wcwidth = require('./width'); - -var _require = require('./utils'), - padRight = _require.padRight, - padCenter = _require.padCenter, - padLeft = _require.padLeft, - splitIntoLines = _require.splitIntoLines, - splitLongWords = _require.splitLongWords, - truncateString = _require.truncateString; - -var DEFAULT_HEADING_TRANSFORM = function DEFAULT_HEADING_TRANSFORM(key) { - return key.toUpperCase(); -}; - -var DEFAULT_DATA_TRANSFORM = function DEFAULT_DATA_TRANSFORM(cell, column, index) { - return cell; -}; - -var DEFAULTS = Object.freeze({ - maxWidth: Infinity, - minWidth: 0, - columnSplitter: ' ', - truncate: false, - truncateMarker: '…', - preserveNewLines: false, - paddingChr: ' ', - showHeaders: true, - headingTransform: DEFAULT_HEADING_TRANSFORM, - dataTransform: DEFAULT_DATA_TRANSFORM -}); - -module.exports = function (items) { - var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; - - - var columnConfigs = options.config || {}; - delete options.config; // remove config so doesn't appear on every column. - - var maxLineWidth = options.maxLineWidth || Infinity; - if (maxLineWidth === 'auto') maxLineWidth = process.stdout.columns || Infinity; - delete options.maxLineWidth; // this is a line control option, don't pass it to column - - // Option defaults inheritance: - // options.config[columnName] => options => DEFAULTS - options = mixin({}, DEFAULTS, options); - - options.config = options.config || Object.create(null); - - options.spacing = options.spacing || '\n'; // probably useless - options.preserveNewLines = !!options.preserveNewLines; - options.showHeaders = !!options.showHeaders; - options.columns = options.columns || options.include; // alias include/columns, prefer columns if supplied - var columnNames = options.columns || []; // optional user-supplied columns to include - - items = toArray(items, columnNames); - - // if not suppled column names, automatically determine columns from data keys - if (!columnNames.length) { - items.forEach(function (item) { - for (var columnName in item) { - if (columnNames.indexOf(columnName) === -1) columnNames.push(columnName); - } - }); - } - - // initialize column defaults (each column inherits from options.config) - var columns = columnNames.reduce(function (columns, columnName) { - var column = Object.create(options); - columns[columnName] = mixin(column, columnConfigs[columnName]); - return columns; - }, Object.create(null)); - - // sanitize column settings - columnNames.forEach(function (columnName) { - var column = columns[columnName]; - column.name = columnName; - column.maxWidth = Math.ceil(column.maxWidth); - column.minWidth = Math.ceil(column.minWidth); - column.truncate = !!column.truncate; - column.align = column.align || 'left'; - }); - - // sanitize data - items = items.map(function (item) { - var result = Object.create(null); - columnNames.forEach(function (columnName) { - // null/undefined -> '' - result[columnName] = item[columnName] != null ? item[columnName] : ''; - // toString everything - result[columnName] = '' + result[columnName]; - if (columns[columnName].preserveNewLines) { - // merge non-newline whitespace chars - result[columnName] = result[columnName].replace(/[^\S\n]/gmi, ' '); - } else { - // merge all whitespace chars - result[columnName] = result[columnName].replace(/\s/gmi, ' '); - } - }); - return result; - }); - - // transform data cells - columnNames.forEach(function (columnName) { - var column = columns[columnName]; - items = items.map(function (item, index) { - var col = Object.create(column); - item[columnName] = column.dataTransform(item[columnName], col, index); - - var changedKeys = Object.keys(col); - // disable default heading transform if we wrote to column.name - if (changedKeys.indexOf('name') !== -1) { - if (column.headingTransform !== DEFAULT_HEADING_TRANSFORM) return; - column.headingTransform = function (heading) { - return heading; - }; - } - changedKeys.forEach(function (key) { - return column[key] = col[key]; - }); - return item; - }); - }); - - // add headers - var headers = {}; - if (options.showHeaders) { - columnNames.forEach(function (columnName) { - var column = columns[columnName]; - - if (!column.showHeaders) { - headers[columnName] = ''; - return; - } - - headers[columnName] = column.headingTransform(column.name); - }); - items.unshift(headers); - } - // get actual max-width between min & max - // based on length of data in columns - columnNames.forEach(function (columnName) { - var column = columns[columnName]; - column.width = items.map(function (item) { - return item[columnName]; - }).reduce(function (min, cur) { - // if already at maxWidth don't bother testing - if (min >= column.maxWidth) return min; - return Math.max(min, Math.min(column.maxWidth, Math.max(column.minWidth, wcwidth(cur)))); - }, 0); - }); - - // split long words so they can break onto multiple lines - columnNames.forEach(function (columnName) { - var column = columns[columnName]; - items = items.map(function (item) { - item[columnName] = splitLongWords(item[columnName], column.width, column.truncateMarker); - return item; - }); - }); - - // wrap long lines. each item is now an array of lines. - columnNames.forEach(function (columnName) { - var column = columns[columnName]; - items = items.map(function (item, index) { - var cell = item[columnName]; - item[columnName] = splitIntoLines(cell, column.width); - - // if truncating required, only include first line + add truncation char - if (column.truncate && item[columnName].length > 1) { - item[columnName] = splitIntoLines(cell, column.width - wcwidth(column.truncateMarker)); - var firstLine = item[columnName][0]; - if (!endsWith(firstLine, column.truncateMarker)) item[columnName][0] += column.truncateMarker; - item[columnName] = item[columnName].slice(0, 1); - } - return item; - }); - }); - - // recalculate column widths from truncated output/lines - columnNames.forEach(function (columnName) { - var column = columns[columnName]; - column.width = items.map(function (item) { - return item[columnName].reduce(function (min, cur) { - if (min >= column.maxWidth) return min; - return Math.max(min, Math.min(column.maxWidth, Math.max(column.minWidth, wcwidth(cur)))); - }, 0); - }).reduce(function (min, cur) { - if (min >= column.maxWidth) return min; - return Math.max(min, Math.min(column.maxWidth, Math.max(column.minWidth, cur))); - }, 0); - }); - - var rows = createRows(items, columns, columnNames, options.paddingChr); // merge lines into rows - // conceive output - return rows.reduce(function (output, row) { - return output.concat(row.reduce(function (rowOut, line) { - return rowOut.concat(line.join(options.columnSplitter)); - }, [])); - }, []).map(function (line) { - return truncateString(line, maxLineWidth); - }).join(options.spacing); -}; - -/** - * Convert wrapped lines into rows with padded values. - * - * @param Array items data to process - * @param Array columns column width settings for wrapping - * @param Array columnNames column ordering - * @return Array items wrapped in arrays, corresponding to lines - */ - -function createRows(items, columns, columnNames, paddingChr) { - return items.map(function (item) { - var row = []; - var numLines = 0; - columnNames.forEach(function (columnName) { - numLines = Math.max(numLines, item[columnName].length); - }); - // combine matching lines of each rows - - var _loop = function _loop(i) { - row[i] = row[i] || []; - columnNames.forEach(function (columnName) { - var column = columns[columnName]; - var val = item[columnName][i] || ''; // || '' ensures empty columns get padded - if (column.align === 'right') row[i].push(padLeft(val, column.width, paddingChr));else if (column.align === 'center' || column.align === 'centre') row[i].push(padCenter(val, column.width, paddingChr));else row[i].push(padRight(val, column.width, paddingChr)); - }); - }; - - for (var i = 0; i < numLines; i++) { - _loop(i); - } - return row; - }); -} - -/** - * Object.assign - * - * @return Object Object with properties mixed in. - */ - -function mixin() { - if (Object.assign) return Object.assign.apply(Object, arguments); - return ObjectAssign.apply(undefined, arguments); -} - -function ObjectAssign(target, firstSource) { - "use strict"; - - if (target === undefined || target === null) throw new TypeError("Cannot convert first argument to object"); - - var to = Object(target); - - var hasPendingException = false; - var pendingException; - - for (var i = 1; i < arguments.length; i++) { - var nextSource = arguments[i]; - if (nextSource === undefined || nextSource === null) continue; - - var keysArray = Object.keys(Object(nextSource)); - for (var nextIndex = 0, len = keysArray.length; nextIndex < len; nextIndex++) { - var nextKey = keysArray[nextIndex]; - try { - var desc = Object.getOwnPropertyDescriptor(nextSource, nextKey); - if (desc !== undefined && desc.enumerable) to[nextKey] = nextSource[nextKey]; - } catch (e) { - if (!hasPendingException) { - hasPendingException = true; - pendingException = e; - } - } - } - - if (hasPendingException) throw pendingException; - } - return to; -} - -/** - * Adapted from String.prototype.endsWith polyfill. - */ - -function endsWith(target, searchString, position) { - position = position || target.length; - position = position - searchString.length; - var lastIndex = target.lastIndexOf(searchString); - return lastIndex !== -1 && lastIndex === position; -} - -function toArray(items, columnNames) { - if (Array.isArray(items)) return items; - var rows = []; - for (var key in items) { - var item = {}; - item[columnNames[0] || 'key'] = key; - item[columnNames[1] || 'value'] = items[key]; - rows.push(item); - } - return rows; -} - diff --git a/software/flow/node_modules/npm/node_modules/columnify/index.js b/software/flow/node_modules/npm/node_modules/columnify/index.js deleted file mode 100644 index 221269b..0000000 --- a/software/flow/node_modules/npm/node_modules/columnify/index.js +++ /dev/null @@ -1,297 +0,0 @@ -"use strict" - -const wcwidth = require('./width') -const { - padRight, - padCenter, - padLeft, - splitIntoLines, - splitLongWords, - truncateString -} = require('./utils') - -const DEFAULT_HEADING_TRANSFORM = key => key.toUpperCase() - -const DEFAULT_DATA_TRANSFORM = (cell, column, index) => cell - -const DEFAULTS = Object.freeze({ - maxWidth: Infinity, - minWidth: 0, - columnSplitter: ' ', - truncate: false, - truncateMarker: '…', - preserveNewLines: false, - paddingChr: ' ', - showHeaders: true, - headingTransform: DEFAULT_HEADING_TRANSFORM, - dataTransform: DEFAULT_DATA_TRANSFORM -}) - -module.exports = function(items, options = {}) { - - let columnConfigs = options.config || {} - delete options.config // remove config so doesn't appear on every column. - - let maxLineWidth = options.maxLineWidth || Infinity - if (maxLineWidth === 'auto') maxLineWidth = process.stdout.columns || Infinity - delete options.maxLineWidth // this is a line control option, don't pass it to column - - // Option defaults inheritance: - // options.config[columnName] => options => DEFAULTS - options = mixin({}, DEFAULTS, options) - - options.config = options.config || Object.create(null) - - options.spacing = options.spacing || '\n' // probably useless - options.preserveNewLines = !!options.preserveNewLines - options.showHeaders = !!options.showHeaders; - options.columns = options.columns || options.include // alias include/columns, prefer columns if supplied - let columnNames = options.columns || [] // optional user-supplied columns to include - - items = toArray(items, columnNames) - - // if not suppled column names, automatically determine columns from data keys - if (!columnNames.length) { - items.forEach(function(item) { - for (let columnName in item) { - if (columnNames.indexOf(columnName) === -1) columnNames.push(columnName) - } - }) - } - - // initialize column defaults (each column inherits from options.config) - let columns = columnNames.reduce((columns, columnName) => { - let column = Object.create(options) - columns[columnName] = mixin(column, columnConfigs[columnName]) - return columns - }, Object.create(null)) - - // sanitize column settings - columnNames.forEach(columnName => { - let column = columns[columnName] - column.name = columnName - column.maxWidth = Math.ceil(column.maxWidth) - column.minWidth = Math.ceil(column.minWidth) - column.truncate = !!column.truncate - column.align = column.align || 'left' - }) - - // sanitize data - items = items.map(item => { - let result = Object.create(null) - columnNames.forEach(columnName => { - // null/undefined -> '' - result[columnName] = item[columnName] != null ? item[columnName] : '' - // toString everything - result[columnName] = '' + result[columnName] - if (columns[columnName].preserveNewLines) { - // merge non-newline whitespace chars - result[columnName] = result[columnName].replace(/[^\S\n]/gmi, ' ') - } else { - // merge all whitespace chars - result[columnName] = result[columnName].replace(/\s/gmi, ' ') - } - }) - return result - }) - - // transform data cells - columnNames.forEach(columnName => { - let column = columns[columnName] - items = items.map((item, index) => { - let col = Object.create(column) - item[columnName] = column.dataTransform(item[columnName], col, index) - - let changedKeys = Object.keys(col) - // disable default heading transform if we wrote to column.name - if (changedKeys.indexOf('name') !== -1) { - if (column.headingTransform !== DEFAULT_HEADING_TRANSFORM) return - column.headingTransform = heading => heading - } - changedKeys.forEach(key => column[key] = col[key]) - return item - }) - }) - - // add headers - let headers = {} - if(options.showHeaders) { - columnNames.forEach(columnName => { - let column = columns[columnName] - - if(!column.showHeaders){ - headers[columnName] = ''; - return; - } - - headers[columnName] = column.headingTransform(column.name) - }) - items.unshift(headers) - } - // get actual max-width between min & max - // based on length of data in columns - columnNames.forEach(columnName => { - let column = columns[columnName] - column.width = items - .map(item => item[columnName]) - .reduce((min, cur) => { - // if already at maxWidth don't bother testing - if (min >= column.maxWidth) return min - return Math.max(min, Math.min(column.maxWidth, Math.max(column.minWidth, wcwidth(cur)))) - }, 0) - }) - - // split long words so they can break onto multiple lines - columnNames.forEach(columnName => { - let column = columns[columnName] - items = items.map(item => { - item[columnName] = splitLongWords(item[columnName], column.width, column.truncateMarker) - return item - }) - }) - - // wrap long lines. each item is now an array of lines. - columnNames.forEach(columnName => { - let column = columns[columnName] - items = items.map((item, index) => { - let cell = item[columnName] - item[columnName] = splitIntoLines(cell, column.width) - - // if truncating required, only include first line + add truncation char - if (column.truncate && item[columnName].length > 1) { - item[columnName] = splitIntoLines(cell, column.width - wcwidth(column.truncateMarker)) - let firstLine = item[columnName][0] - if (!endsWith(firstLine, column.truncateMarker)) item[columnName][0] += column.truncateMarker - item[columnName] = item[columnName].slice(0, 1) - } - return item - }) - }) - - // recalculate column widths from truncated output/lines - columnNames.forEach(columnName => { - let column = columns[columnName] - column.width = items.map(item => { - return item[columnName].reduce((min, cur) => { - if (min >= column.maxWidth) return min - return Math.max(min, Math.min(column.maxWidth, Math.max(column.minWidth, wcwidth(cur)))) - }, 0) - }).reduce((min, cur) => { - if (min >= column.maxWidth) return min - return Math.max(min, Math.min(column.maxWidth, Math.max(column.minWidth, cur))) - }, 0) - }) - - - let rows = createRows(items, columns, columnNames, options.paddingChr) // merge lines into rows - // conceive output - return rows.reduce((output, row) => { - return output.concat(row.reduce((rowOut, line) => { - return rowOut.concat(line.join(options.columnSplitter)) - }, [])) - }, []) - .map(line => truncateString(line, maxLineWidth)) - .join(options.spacing) -} - -/** - * Convert wrapped lines into rows with padded values. - * - * @param Array items data to process - * @param Array columns column width settings for wrapping - * @param Array columnNames column ordering - * @return Array items wrapped in arrays, corresponding to lines - */ - -function createRows(items, columns, columnNames, paddingChr) { - return items.map(item => { - let row = [] - let numLines = 0 - columnNames.forEach(columnName => { - numLines = Math.max(numLines, item[columnName].length) - }) - // combine matching lines of each rows - for (let i = 0; i < numLines; i++) { - row[i] = row[i] || [] - columnNames.forEach(columnName => { - let column = columns[columnName] - let val = item[columnName][i] || '' // || '' ensures empty columns get padded - if (column.align === 'right') row[i].push(padLeft(val, column.width, paddingChr)) - else if (column.align === 'center' || column.align === 'centre') row[i].push(padCenter(val, column.width, paddingChr)) - else row[i].push(padRight(val, column.width, paddingChr)) - }) - } - return row - }) -} - -/** - * Object.assign - * - * @return Object Object with properties mixed in. - */ - -function mixin(...args) { - if (Object.assign) return Object.assign(...args) - return ObjectAssign(...args) -} - -function ObjectAssign(target, firstSource) { - "use strict"; - if (target === undefined || target === null) - throw new TypeError("Cannot convert first argument to object"); - - var to = Object(target); - - var hasPendingException = false; - var pendingException; - - for (var i = 1; i < arguments.length; i++) { - var nextSource = arguments[i]; - if (nextSource === undefined || nextSource === null) - continue; - - var keysArray = Object.keys(Object(nextSource)); - for (var nextIndex = 0, len = keysArray.length; nextIndex < len; nextIndex++) { - var nextKey = keysArray[nextIndex]; - try { - var desc = Object.getOwnPropertyDescriptor(nextSource, nextKey); - if (desc !== undefined && desc.enumerable) - to[nextKey] = nextSource[nextKey]; - } catch (e) { - if (!hasPendingException) { - hasPendingException = true; - pendingException = e; - } - } - } - - if (hasPendingException) - throw pendingException; - } - return to; -} - -/** - * Adapted from String.prototype.endsWith polyfill. - */ - -function endsWith(target, searchString, position) { - position = position || target.length; - position = position - searchString.length; - let lastIndex = target.lastIndexOf(searchString); - return lastIndex !== -1 && lastIndex === position; -} - - -function toArray(items, columnNames) { - if (Array.isArray(items)) return items - let rows = [] - for (let key in items) { - let item = {} - item[columnNames[0] || 'key'] = key - item[columnNames[1] || 'value'] = items[key] - rows.push(item) - } - return rows -} diff --git a/software/flow/node_modules/npm/node_modules/columnify/package.json b/software/flow/node_modules/npm/node_modules/columnify/package.json deleted file mode 100644 index 2956540..0000000 --- a/software/flow/node_modules/npm/node_modules/columnify/package.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "name": "columnify", - "version": "1.6.0", - "description": "Render data in text columns. Supports in-column text-wrap.", - "main": "columnify.js", - "scripts": { - "pretest": "npm prune", - "test": "make prepublish && tape test/*.js | tap-spec", - "bench": "npm test && node bench", - "prepublish": "make prepublish" - }, - "babel": { - "presets": [ - "es2015" - ] - }, - "author": "Tim Oxley", - "license": "MIT", - "devDependencies": { - "babel-cli": "^6.26.0", - "babel-preset-es2015": "^6.3.13", - "chalk": "^1.1.1", - "tap-spec": "^5.0.0", - "tape": "^4.4.0" - }, - "repository": { - "type": "git", - "url": "git://github.com/timoxley/columnify.git" - }, - "keywords": [ - "column", - "text", - "ansi", - "console", - "terminal", - "wrap", - "table" - ], - "bugs": { - "url": "https://github.com/timoxley/columnify/issues" - }, - "homepage": "https://github.com/timoxley/columnify", - "engines": { - "node": ">=8.0.0" - }, - "dependencies": { - "strip-ansi": "^6.0.1", - "wcwidth": "^1.0.0" - }, - "directories": { - "test": "test" - } -} diff --git a/software/flow/node_modules/npm/node_modules/columnify/utils.js b/software/flow/node_modules/npm/node_modules/columnify/utils.js deleted file mode 100644 index df3e6cc..0000000 --- a/software/flow/node_modules/npm/node_modules/columnify/utils.js +++ /dev/null @@ -1,193 +0,0 @@ -"use strict" - -var wcwidth = require('./width') - -/** - * repeat string `str` up to total length of `len` - * - * @param String str string to repeat - * @param Number len total length of output string - */ - -function repeatString(str, len) { - return Array.apply(null, {length: len + 1}).join(str).slice(0, len) -} - -/** - * Pad `str` up to total length `max` with `chr`. - * If `str` is longer than `max`, padRight will return `str` unaltered. - * - * @param String str string to pad - * @param Number max total length of output string - * @param String chr optional. Character to pad with. default: ' ' - * @return String padded str - */ - -function padRight(str, max, chr) { - str = str != null ? str : '' - str = String(str) - var length = max - wcwidth(str) - if (length <= 0) return str - return str + repeatString(chr || ' ', length) -} - -/** - * Pad `str` up to total length `max` with `chr`. - * If `str` is longer than `max`, padCenter will return `str` unaltered. - * - * @param String str string to pad - * @param Number max total length of output string - * @param String chr optional. Character to pad with. default: ' ' - * @return String padded str - */ - -function padCenter(str, max, chr) { - str = str != null ? str : '' - str = String(str) - var length = max - wcwidth(str) - if (length <= 0) return str - var lengthLeft = Math.floor(length/2) - var lengthRight = length - lengthLeft - return repeatString(chr || ' ', lengthLeft) + str + repeatString(chr || ' ', lengthRight) -} - -/** - * Pad `str` up to total length `max` with `chr`, on the left. - * If `str` is longer than `max`, padRight will return `str` unaltered. - * - * @param String str string to pad - * @param Number max total length of output string - * @param String chr optional. Character to pad with. default: ' ' - * @return String padded str - */ - -function padLeft(str, max, chr) { - str = str != null ? str : '' - str = String(str) - var length = max - wcwidth(str) - if (length <= 0) return str - return repeatString(chr || ' ', length) + str -} - -/** - * Split a String `str` into lines of maxiumum length `max`. - * Splits on word boundaries. Preserves existing new lines. - * - * @param String str string to split - * @param Number max length of each line - * @return Array Array containing lines. - */ - -function splitIntoLines(str, max) { - function _splitIntoLines(str, max) { - return str.trim().split(' ').reduce(function(lines, word) { - var line = lines[lines.length - 1] - if (line && wcwidth(line.join(' ')) + wcwidth(word) < max) { - lines[lines.length - 1].push(word) // add to line - } - else lines.push([word]) // new line - return lines - }, []).map(function(l) { - return l.join(' ') - }) - } - return str.split('\n').map(function(str) { - return _splitIntoLines(str, max) - }).reduce(function(lines, line) { - return lines.concat(line) - }, []) -} - -/** - * Add spaces and `truncationChar` between words of - * `str` which are longer than `max`. - * - * @param String str string to split - * @param Number max length of each line - * @param Number truncationChar character to append to split words - * @return String - */ - -function splitLongWords(str, max, truncationChar) { - str = str.trim() - var result = [] - var words = str.split(' ') - var remainder = '' - - var truncationWidth = wcwidth(truncationChar) - - while (remainder || words.length) { - if (remainder) { - var word = remainder - remainder = '' - } else { - var word = words.shift() - } - - if (wcwidth(word) > max) { - // slice is based on length no wcwidth - var i = 0 - var wwidth = 0 - var limit = max - truncationWidth - while (i < word.length) { - var w = wcwidth(word.charAt(i)) - if (w + wwidth > limit) { - break - } - wwidth += w - ++i - } - - remainder = word.slice(i) // get remainder - // save remainder for next loop - - word = word.slice(0, i) // grab truncated word - word += truncationChar // add trailing … or whatever - } - result.push(word) - } - - return result.join(' ') -} - - -/** - * Truncate `str` into total width `max` - * If `str` is shorter than `max`, will return `str` unaltered. - * - * @param String str string to truncated - * @param Number max total wcwidth of output string - * @return String truncated str - */ - -function truncateString(str, max) { - - str = str != null ? str : '' - str = String(str) - - if(max == Infinity) return str - - var i = 0 - var wwidth = 0 - while (i < str.length) { - var w = wcwidth(str.charAt(i)) - if(w + wwidth > max) - break - wwidth += w - ++i - } - return str.slice(0, i) -} - - - -/** - * Exports - */ - -module.exports.padRight = padRight -module.exports.padCenter = padCenter -module.exports.padLeft = padLeft -module.exports.splitIntoLines = splitIntoLines -module.exports.splitLongWords = splitLongWords -module.exports.truncateString = truncateString diff --git a/software/flow/node_modules/npm/node_modules/columnify/width.js b/software/flow/node_modules/npm/node_modules/columnify/width.js deleted file mode 100644 index a9f5333..0000000 --- a/software/flow/node_modules/npm/node_modules/columnify/width.js +++ /dev/null @@ -1,6 +0,0 @@ -var stripAnsi = require('strip-ansi') -var wcwidth = require('wcwidth') - -module.exports = function(str) { - return wcwidth(stripAnsi(str)) -} diff --git a/software/flow/node_modules/npm/node_modules/common-ancestor-path/LICENSE b/software/flow/node_modules/npm/node_modules/common-ancestor-path/LICENSE deleted file mode 100644 index 05eeeb8..0000000 --- a/software/flow/node_modules/npm/node_modules/common-ancestor-path/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -The ISC License - -Copyright (c) Isaac Z. Schlueter - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/common-ancestor-path/index.js b/software/flow/node_modules/npm/node_modules/common-ancestor-path/index.js deleted file mode 100644 index 09ae317..0000000 --- a/software/flow/node_modules/npm/node_modules/common-ancestor-path/index.js +++ /dev/null @@ -1,17 +0,0 @@ -const {parse, sep, normalize: norm} = require('path') - -function* commonArrayMembers (a, b) { - const [l, s] = a.length > b.length ? [a, b] : [b, a] - for (const x of s) { - if (x === l.shift()) - yield x - else - break - } -} - -const commonAncestorPath = (a, b) => a === b ? a - : parse(a).root !== parse(b).root ? null - : [...commonArrayMembers(norm(a).split(sep), norm(b).split(sep))].join(sep) - -module.exports = (...paths) => paths.reduce(commonAncestorPath) diff --git a/software/flow/node_modules/npm/node_modules/common-ancestor-path/package.json b/software/flow/node_modules/npm/node_modules/common-ancestor-path/package.json deleted file mode 100644 index 4375d1d..0000000 --- a/software/flow/node_modules/npm/node_modules/common-ancestor-path/package.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "common-ancestor-path", - "version": "1.0.1", - "files": [ - "index.js" - ], - "description": "Find the common ancestor of 2 or more paths on Windows or Unix", - "repository": { - "type": "git", - "url": "git+https://github.com/isaacs/common-ancestor-path" - }, - "author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)", - "license": "ISC", - "scripts": { - "test": "tap", - "snap": "tap", - "preversion": "npm test", - "postversion": "npm publish", - "prepublishOnly": "git push origin --follow-tags" - }, - "tap": { - "check-coverage": true - }, - "devDependencies": { - "require-inject": "^1.4.4", - "tap": "^14.10.7" - } -} diff --git a/software/flow/node_modules/npm/node_modules/concat-map/LICENSE b/software/flow/node_modules/npm/node_modules/concat-map/LICENSE deleted file mode 100644 index ee27ba4..0000000 --- a/software/flow/node_modules/npm/node_modules/concat-map/LICENSE +++ /dev/null @@ -1,18 +0,0 @@ -This software is released under the MIT license: - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of -the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR -COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/concat-map/example/map.js b/software/flow/node_modules/npm/node_modules/concat-map/example/map.js deleted file mode 100644 index 3365621..0000000 --- a/software/flow/node_modules/npm/node_modules/concat-map/example/map.js +++ /dev/null @@ -1,6 +0,0 @@ -var concatMap = require('../'); -var xs = [ 1, 2, 3, 4, 5, 6 ]; -var ys = concatMap(xs, function (x) { - return x % 2 ? [ x - 0.1, x, x + 0.1 ] : []; -}); -console.dir(ys); diff --git a/software/flow/node_modules/npm/node_modules/concat-map/index.js b/software/flow/node_modules/npm/node_modules/concat-map/index.js deleted file mode 100644 index b29a781..0000000 --- a/software/flow/node_modules/npm/node_modules/concat-map/index.js +++ /dev/null @@ -1,13 +0,0 @@ -module.exports = function (xs, fn) { - var res = []; - for (var i = 0; i < xs.length; i++) { - var x = fn(xs[i], i); - if (isArray(x)) res.push.apply(res, x); - else res.push(x); - } - return res; -}; - -var isArray = Array.isArray || function (xs) { - return Object.prototype.toString.call(xs) === '[object Array]'; -}; diff --git a/software/flow/node_modules/npm/node_modules/concat-map/package.json b/software/flow/node_modules/npm/node_modules/concat-map/package.json deleted file mode 100644 index d3640e6..0000000 --- a/software/flow/node_modules/npm/node_modules/concat-map/package.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "name" : "concat-map", - "description" : "concatenative mapdashery", - "version" : "0.0.1", - "repository" : { - "type" : "git", - "url" : "git://github.com/substack/node-concat-map.git" - }, - "main" : "index.js", - "keywords" : [ - "concat", - "concatMap", - "map", - "functional", - "higher-order" - ], - "directories" : { - "example" : "example", - "test" : "test" - }, - "scripts" : { - "test" : "tape test/*.js" - }, - "devDependencies" : { - "tape" : "~2.4.0" - }, - "license" : "MIT", - "author" : { - "name" : "James Halliday", - "email" : "mail@substack.net", - "url" : "http://substack.net" - }, - "testling" : { - "files" : "test/*.js", - "browsers" : { - "ie" : [ 6, 7, 8, 9 ], - "ff" : [ 3.5, 10, 15.0 ], - "chrome" : [ 10, 22 ], - "safari" : [ 5.1 ], - "opera" : [ 12 ] - } - } -} diff --git a/software/flow/node_modules/npm/node_modules/concat-map/test/map.js b/software/flow/node_modules/npm/node_modules/concat-map/test/map.js deleted file mode 100644 index fdbd702..0000000 --- a/software/flow/node_modules/npm/node_modules/concat-map/test/map.js +++ /dev/null @@ -1,39 +0,0 @@ -var concatMap = require('../'); -var test = require('tape'); - -test('empty or not', function (t) { - var xs = [ 1, 2, 3, 4, 5, 6 ]; - var ixes = []; - var ys = concatMap(xs, function (x, ix) { - ixes.push(ix); - return x % 2 ? [ x - 0.1, x, x + 0.1 ] : []; - }); - t.same(ys, [ 0.9, 1, 1.1, 2.9, 3, 3.1, 4.9, 5, 5.1 ]); - t.same(ixes, [ 0, 1, 2, 3, 4, 5 ]); - t.end(); -}); - -test('always something', function (t) { - var xs = [ 'a', 'b', 'c', 'd' ]; - var ys = concatMap(xs, function (x) { - return x === 'b' ? [ 'B', 'B', 'B' ] : [ x ]; - }); - t.same(ys, [ 'a', 'B', 'B', 'B', 'c', 'd' ]); - t.end(); -}); - -test('scalars', function (t) { - var xs = [ 'a', 'b', 'c', 'd' ]; - var ys = concatMap(xs, function (x) { - return x === 'b' ? [ 'B', 'B', 'B' ] : x; - }); - t.same(ys, [ 'a', 'B', 'B', 'B', 'c', 'd' ]); - t.end(); -}); - -test('undefs', function (t) { - var xs = [ 'a', 'b', 'c', 'd' ]; - var ys = concatMap(xs, function () {}); - t.same(ys, [ undefined, undefined, undefined, undefined ]); - t.end(); -}); diff --git a/software/flow/node_modules/npm/node_modules/console-control-strings/LICENSE b/software/flow/node_modules/npm/node_modules/console-control-strings/LICENSE deleted file mode 100644 index e756052..0000000 --- a/software/flow/node_modules/npm/node_modules/console-control-strings/LICENSE +++ /dev/null @@ -1,13 +0,0 @@ -Copyright (c) 2014, Rebecca Turner <me@re-becca.org> - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF -OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/console-control-strings/index.js b/software/flow/node_modules/npm/node_modules/console-control-strings/index.js deleted file mode 100644 index bf89034..0000000 --- a/software/flow/node_modules/npm/node_modules/console-control-strings/index.js +++ /dev/null @@ -1,125 +0,0 @@ -'use strict' - -// These tables borrowed from `ansi` - -var prefix = '\x1b[' - -exports.up = function up (num) { - return prefix + (num || '') + 'A' -} - -exports.down = function down (num) { - return prefix + (num || '') + 'B' -} - -exports.forward = function forward (num) { - return prefix + (num || '') + 'C' -} - -exports.back = function back (num) { - return prefix + (num || '') + 'D' -} - -exports.nextLine = function nextLine (num) { - return prefix + (num || '') + 'E' -} - -exports.previousLine = function previousLine (num) { - return prefix + (num || '') + 'F' -} - -exports.horizontalAbsolute = function horizontalAbsolute (num) { - if (num == null) throw new Error('horizontalAboslute requires a column to position to') - return prefix + num + 'G' -} - -exports.eraseData = function eraseData () { - return prefix + 'J' -} - -exports.eraseLine = function eraseLine () { - return prefix + 'K' -} - -exports.goto = function (x, y) { - return prefix + y + ';' + x + 'H' -} - -exports.gotoSOL = function () { - return '\r' -} - -exports.beep = function () { - return '\x07' -} - -exports.hideCursor = function hideCursor () { - return prefix + '?25l' -} - -exports.showCursor = function showCursor () { - return prefix + '?25h' -} - -var colors = { - reset: 0, -// styles - bold: 1, - italic: 3, - underline: 4, - inverse: 7, -// resets - stopBold: 22, - stopItalic: 23, - stopUnderline: 24, - stopInverse: 27, -// colors - white: 37, - black: 30, - blue: 34, - cyan: 36, - green: 32, - magenta: 35, - red: 31, - yellow: 33, - bgWhite: 47, - bgBlack: 40, - bgBlue: 44, - bgCyan: 46, - bgGreen: 42, - bgMagenta: 45, - bgRed: 41, - bgYellow: 43, - - grey: 90, - brightBlack: 90, - brightRed: 91, - brightGreen: 92, - brightYellow: 93, - brightBlue: 94, - brightMagenta: 95, - brightCyan: 96, - brightWhite: 97, - - bgGrey: 100, - bgBrightBlack: 100, - bgBrightRed: 101, - bgBrightGreen: 102, - bgBrightYellow: 103, - bgBrightBlue: 104, - bgBrightMagenta: 105, - bgBrightCyan: 106, - bgBrightWhite: 107 -} - -exports.color = function color (colorWith) { - if (arguments.length !== 1 || !Array.isArray(colorWith)) { - colorWith = Array.prototype.slice.call(arguments) - } - return prefix + colorWith.map(colorNameToCode).join(';') + 'm' -} - -function colorNameToCode (color) { - if (colors[color] != null) return colors[color] - throw new Error('Unknown color or style name: ' + color) -} diff --git a/software/flow/node_modules/npm/node_modules/console-control-strings/package.json b/software/flow/node_modules/npm/node_modules/console-control-strings/package.json deleted file mode 100644 index eb6c62a..0000000 --- a/software/flow/node_modules/npm/node_modules/console-control-strings/package.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "name": "console-control-strings", - "version": "1.1.0", - "description": "A library of cross-platform tested terminal/console command strings for doing things like color and cursor positioning. This is a subset of both ansi and vt100. All control codes included work on both Windows & Unix-like OSes, except where noted.", - "main": "index.js", - "directories": { - "test": "test" - }, - "scripts": { - "test": "standard && tap test/*.js" - }, - "repository": { - "type": "git", - "url": "https://github.com/iarna/console-control-strings" - }, - "keywords": [], - "author": "Rebecca Turner <me@re-becca.org> (http://re-becca.org/)", - "license": "ISC", - "files": [ - "LICENSE", - "index.js" - ], - "devDependencies": { - "standard": "^7.1.2", - "tap": "^5.7.2" - } -} diff --git a/software/flow/node_modules/npm/node_modules/cssesc/LICENSE-MIT.txt b/software/flow/node_modules/npm/node_modules/cssesc/LICENSE-MIT.txt deleted file mode 100644 index a41e0a7..0000000 --- a/software/flow/node_modules/npm/node_modules/cssesc/LICENSE-MIT.txt +++ /dev/null @@ -1,20 +0,0 @@ -Copyright Mathias Bynens <https://mathiasbynens.be/> - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/cssesc/README.md b/software/flow/node_modules/npm/node_modules/cssesc/README.md deleted file mode 100644 index 58fb8fe..0000000 --- a/software/flow/node_modules/npm/node_modules/cssesc/README.md +++ /dev/null @@ -1,201 +0,0 @@ -# cssesc [![Build status](https://travis-ci.org/mathiasbynens/cssesc.svg?branch=master)](https://travis-ci.org/mathiasbynens/cssesc) [![Code coverage status](https://img.shields.io/codecov/c/github/mathiasbynens/cssesc.svg)](https://codecov.io/gh/mathiasbynens/cssesc) - -A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output. - -This is a JavaScript library for [escaping text for use in CSS strings or identifiers](https://mathiasbynens.be/notes/css-escapes) while generating the shortest possible valid ASCII-only output. [Here’s an online demo.](https://mothereff.in/css-escapes) - -[A polyfill for the CSSOM `CSS.escape()` method is available in a separate repository.](https://mths.be/cssescape) (In comparison, _cssesc_ is much more powerful.) - -Feel free to fork if you see possible improvements! - -## Installation - -Via [npm](https://www.npmjs.com/): - -```bash -npm install cssesc -``` - -In a browser: - -```html -<script src="cssesc.js"></script> -``` - -In [Node.js](https://nodejs.org/): - -```js -const cssesc = require('cssesc'); -``` - -In Ruby using [the `ruby-cssesc` wrapper gem](https://github.com/borodean/ruby-cssesc): - -```bash -gem install ruby-cssesc -``` - -```ruby -require 'ruby-cssesc' -CSSEsc.escape('I ♥ Ruby', is_identifier: true) -``` - -In Sass using [`sassy-escape`](https://github.com/borodean/sassy-escape): - -```bash -gem install sassy-escape -``` - -```scss -body { - content: escape('I ♥ Sass', $is-identifier: true); -} -``` - -## API - -### `cssesc(value, options)` - -This function takes a value and returns an escaped version of the value where any characters that are not printable ASCII symbols are escaped using the shortest possible (but valid) [escape sequences for use in CSS strings or identifiers](https://mathiasbynens.be/notes/css-escapes). - -```js -cssesc('Ich ♥ Bücher'); -// → 'Ich \\2665 B\\FC cher' - -cssesc('foo 𝌆 bar'); -// → 'foo \\1D306 bar' -``` - -By default, `cssesc` returns a string that can be used as part of a CSS string. If the target is a CSS identifier rather than a CSS string, use the `isIdentifier: true` setting (see below). - -The optional `options` argument accepts an object with the following options: - -#### `isIdentifier` - -The default value for the `isIdentifier` option is `false`. This means that the input text will be escaped for use in a CSS string literal. If you want to use the result as a CSS identifier instead (in a selector, for example), set this option to `true`. - -```js -cssesc('123a2b'); -// → '123a2b' - -cssesc('123a2b', { - 'isIdentifier': true -}); -// → '\\31 23a2b' -``` - -#### `quotes` - -The default value for the `quotes` option is `'single'`. This means that any occurences of `'` in the input text will be escaped as `\'`, so that the output can be used in a CSS string literal wrapped in single quotes. - -```js -cssesc('Lorem ipsum "dolor" sit \'amet\' etc.'); -// → 'Lorem ipsum "dolor" sit \\\'amet\\\' etc.' -// → "Lorem ipsum \"dolor\" sit \\'amet\\' etc." - -cssesc('Lorem ipsum "dolor" sit \'amet\' etc.', { - 'quotes': 'single' -}); -// → 'Lorem ipsum "dolor" sit \\\'amet\\\' etc.' -// → "Lorem ipsum \"dolor\" sit \\'amet\\' etc." -``` - -If you want to use the output as part of a CSS string literal wrapped in double quotes, set the `quotes` option to `'double'`. - -```js -cssesc('Lorem ipsum "dolor" sit \'amet\' etc.', { - 'quotes': 'double' -}); -// → 'Lorem ipsum \\"dolor\\" sit \'amet\' etc.' -// → "Lorem ipsum \\\"dolor\\\" sit 'amet' etc." -``` - -#### `wrap` - -The `wrap` option takes a boolean value (`true` or `false`), and defaults to `false` (disabled). When enabled, the output will be a valid CSS string literal wrapped in quotes. The type of quotes can be specified through the `quotes` setting. - -```js -cssesc('Lorem ipsum "dolor" sit \'amet\' etc.', { - 'quotes': 'single', - 'wrap': true -}); -// → '\'Lorem ipsum "dolor" sit \\\'amet\\\' etc.\'' -// → "\'Lorem ipsum \"dolor\" sit \\\'amet\\\' etc.\'" - -cssesc('Lorem ipsum "dolor" sit \'amet\' etc.', { - 'quotes': 'double', - 'wrap': true -}); -// → '"Lorem ipsum \\"dolor\\" sit \'amet\' etc."' -// → "\"Lorem ipsum \\\"dolor\\\" sit \'amet\' etc.\"" -``` - -#### `escapeEverything` - -The `escapeEverything` option takes a boolean value (`true` or `false`), and defaults to `false` (disabled). When enabled, all the symbols in the output will be escaped, even printable ASCII symbols. - -```js -cssesc('lolwat"foo\'bar', { - 'escapeEverything': true -}); -// → '\\6C\\6F\\6C\\77\\61\\74\\"\\66\\6F\\6F\\\'\\62\\61\\72' -// → "\\6C\\6F\\6C\\77\\61\\74\\\"\\66\\6F\\6F\\'\\62\\61\\72" -``` - -#### Overriding the default options globally - -The global default settings can be overridden by modifying the `css.options` object. This saves you from passing in an `options` object for every call to `encode` if you want to use the non-default setting. - -```js -// Read the global default setting for `escapeEverything`: -cssesc.options.escapeEverything; -// → `false` by default - -// Override the global default setting for `escapeEverything`: -cssesc.options.escapeEverything = true; - -// Using the global default setting for `escapeEverything`, which is now `true`: -cssesc('foo © bar ≠ baz 𝌆 qux'); -// → '\\66\\6F\\6F\\ \\A9\\ \\62\\61\\72\\ \\2260\\ \\62\\61\\7A\\ \\1D306\\ \\71\\75\\78' -``` - -### `cssesc.version` - -A string representing the semantic version number. - -### Using the `cssesc` binary - -To use the `cssesc` binary in your shell, simply install cssesc globally using npm: - -```bash -npm install -g cssesc -``` - -After that you will be able to escape text for use in CSS strings or identifiers from the command line: - -```bash -$ cssesc 'föo ♥ bår 𝌆 baz' -f\F6o \2665 b\E5r \1D306 baz -``` - -If the output needs to be a CSS identifier rather than part of a string literal, use the `-i`/`--identifier` option: - -```bash -$ cssesc --identifier 'föo ♥ bår 𝌆 baz' -f\F6o\ \2665\ b\E5r\ \1D306\ baz -``` - -See `cssesc --help` for the full list of options. - -## Support - -This library supports the Node.js and browser versions mentioned in [`.babelrc`](https://github.com/mathiasbynens/cssesc/blob/master/.babelrc). For a version that supports a wider variety of legacy browsers and environments out-of-the-box, [see v0.1.0](https://github.com/mathiasbynens/cssesc/releases/tag/v0.1.0). - -## Author - -| [![twitter/mathias](https://gravatar.com/avatar/24e08a9ea84deb17ae121074d0f17125?s=70)](https://twitter.com/mathias "Follow @mathias on Twitter") | -|---| -| [Mathias Bynens](https://mathiasbynens.be/) | - -## License - -This library is available under the [MIT](https://mths.be/mit) license. diff --git a/software/flow/node_modules/npm/node_modules/cssesc/bin/cssesc b/software/flow/node_modules/npm/node_modules/cssesc/bin/cssesc deleted file mode 100755 index 188c034..0000000 --- a/software/flow/node_modules/npm/node_modules/cssesc/bin/cssesc +++ /dev/null @@ -1,116 +0,0 @@ -#!/usr/bin/env node -const fs = require('fs'); -const cssesc = require('../cssesc.js'); -const strings = process.argv.splice(2); -const stdin = process.stdin; -const options = {}; -const log = console.log; - -const main = function() { - const option = strings[0]; - - if (/^(?:-h|--help|undefined)$/.test(option)) { - log( - 'cssesc v%s - https://mths.be/cssesc', - cssesc.version - ); - log([ - '\nUsage:\n', - '\tcssesc [string]', - '\tcssesc [-i | --identifier] [string]', - '\tcssesc [-s | --single-quotes] [string]', - '\tcssesc [-d | --double-quotes] [string]', - '\tcssesc [-w | --wrap] [string]', - '\tcssesc [-e | --escape-everything] [string]', - '\tcssesc [-v | --version]', - '\tcssesc [-h | --help]', - '\nExamples:\n', - '\tcssesc \'f\xF6o \u2665 b\xE5r \uD834\uDF06 baz\'', - '\tcssesc --identifier \'f\xF6o \u2665 b\xE5r \uD834\uDF06 baz\'', - '\tcssesc --escape-everything \'f\xF6o \u2665 b\xE5r \uD834\uDF06 baz\'', - '\tcssesc --double-quotes --wrap \'f\xF6o \u2665 b\xE5r \uD834\uDF06 baz\'', - '\techo \'f\xF6o \u2665 b\xE5r \uD834\uDF06 baz\' | cssesc' - ].join('\n')); - return process.exit(1); - } - - if (/^(?:-v|--version)$/.test(option)) { - log('v%s', cssesc.version); - return process.exit(1); - } - - strings.forEach(function(string) { - // Process options - if (/^(?:-i|--identifier)$/.test(string)) { - options.isIdentifier = true; - return; - } - if (/^(?:-s|--single-quotes)$/.test(string)) { - options.quotes = 'single'; - return; - } - if (/^(?:-d|--double-quotes)$/.test(string)) { - options.quotes = 'double'; - return; - } - if (/^(?:-w|--wrap)$/.test(string)) { - options.wrap = true; - return; - } - if (/^(?:-e|--escape-everything)$/.test(string)) { - options.escapeEverything = true; - return; - } - - // Process string(s) - let result; - try { - result = cssesc(string, options); - log(result); - } catch (exception) { - log(exception.message + '\n'); - log('Error: failed to escape.'); - log('If you think this is a bug in cssesc, please report it:'); - log('https://github.com/mathiasbynens/cssesc/issues/new'); - log( - '\nStack trace using cssesc@%s:\n', - cssesc.version - ); - log(exception.stack); - return process.exit(1); - } - }); - // Return with exit status 0 outside of the `forEach` loop, in case - // multiple strings were passed in. - return process.exit(0); - -}; - -if (stdin.isTTY) { - // handle shell arguments - main(); -} else { - let timeout; - // Either the script is called from within a non-TTY context, or `stdin` - // content is being piped in. - if (!process.stdout.isTTY) { - // The script was called from a non-TTY context. This is a rather uncommon - // use case we don’t actively support. However, we don’t want the script - // to wait forever in such cases, so… - timeout = setTimeout(function() { - // …if no piped data arrived after a whole minute, handle shell - // arguments instead. - main(); - }, 60000); - } - let data = ''; - stdin.on('data', function(chunk) { - clearTimeout(timeout); - data += chunk; - }); - stdin.on('end', function() { - strings.push(data.trim()); - main(); - }); - stdin.resume(); -} diff --git a/software/flow/node_modules/npm/node_modules/cssesc/cssesc.js b/software/flow/node_modules/npm/node_modules/cssesc/cssesc.js deleted file mode 100644 index 1c0928e..0000000 --- a/software/flow/node_modules/npm/node_modules/cssesc/cssesc.js +++ /dev/null @@ -1,110 +0,0 @@ -/*! https://mths.be/cssesc v3.0.0 by @mathias */ -'use strict'; - -var object = {}; -var hasOwnProperty = object.hasOwnProperty; -var merge = function merge(options, defaults) { - if (!options) { - return defaults; - } - var result = {}; - for (var key in defaults) { - // `if (defaults.hasOwnProperty(key) { … }` is not needed here, since - // only recognized option names are used. - result[key] = hasOwnProperty.call(options, key) ? options[key] : defaults[key]; - } - return result; -}; - -var regexAnySingleEscape = /[ -,\.\/:-@\[-\^`\{-~]/; -var regexSingleEscape = /[ -,\.\/:-@\[\]\^`\{-~]/; -var regexAlwaysEscape = /['"\\]/; -var regexExcessiveSpaces = /(^|\\+)?(\\[A-F0-9]{1,6})\x20(?![a-fA-F0-9\x20])/g; - -// https://mathiasbynens.be/notes/css-escapes#css -var cssesc = function cssesc(string, options) { - options = merge(options, cssesc.options); - if (options.quotes != 'single' && options.quotes != 'double') { - options.quotes = 'single'; - } - var quote = options.quotes == 'double' ? '"' : '\''; - var isIdentifier = options.isIdentifier; - - var firstChar = string.charAt(0); - var output = ''; - var counter = 0; - var length = string.length; - while (counter < length) { - var character = string.charAt(counter++); - var codePoint = character.charCodeAt(); - var value = void 0; - // If it’s not a printable ASCII character… - if (codePoint < 0x20 || codePoint > 0x7E) { - if (codePoint >= 0xD800 && codePoint <= 0xDBFF && counter < length) { - // It’s a high surrogate, and there is a next character. - var extra = string.charCodeAt(counter++); - if ((extra & 0xFC00) == 0xDC00) { - // next character is low surrogate - codePoint = ((codePoint & 0x3FF) << 10) + (extra & 0x3FF) + 0x10000; - } else { - // It’s an unmatched surrogate; only append this code unit, in case - // the next code unit is the high surrogate of a surrogate pair. - counter--; - } - } - value = '\\' + codePoint.toString(16).toUpperCase() + ' '; - } else { - if (options.escapeEverything) { - if (regexAnySingleEscape.test(character)) { - value = '\\' + character; - } else { - value = '\\' + codePoint.toString(16).toUpperCase() + ' '; - } - } else if (/[\t\n\f\r\x0B]/.test(character)) { - value = '\\' + codePoint.toString(16).toUpperCase() + ' '; - } else if (character == '\\' || !isIdentifier && (character == '"' && quote == character || character == '\'' && quote == character) || isIdentifier && regexSingleEscape.test(character)) { - value = '\\' + character; - } else { - value = character; - } - } - output += value; - } - - if (isIdentifier) { - if (/^-[-\d]/.test(output)) { - output = '\\-' + output.slice(1); - } else if (/\d/.test(firstChar)) { - output = '\\3' + firstChar + ' ' + output.slice(1); - } - } - - // Remove spaces after `\HEX` escapes that are not followed by a hex digit, - // since they’re redundant. Note that this is only possible if the escape - // sequence isn’t preceded by an odd number of backslashes. - output = output.replace(regexExcessiveSpaces, function ($0, $1, $2) { - if ($1 && $1.length % 2) { - // It’s not safe to remove the space, so don’t. - return $0; - } - // Strip the space. - return ($1 || '') + $2; - }); - - if (!isIdentifier && options.wrap) { - return quote + output + quote; - } - return output; -}; - -// Expose default options (so they can be overridden globally). -cssesc.options = { - 'escapeEverything': false, - 'isIdentifier': false, - 'quotes': 'single', - 'wrap': false -}; - -cssesc.version = '3.0.0'; - -module.exports = cssesc; diff --git a/software/flow/node_modules/npm/node_modules/cssesc/man/cssesc.1 b/software/flow/node_modules/npm/node_modules/cssesc/man/cssesc.1 deleted file mode 100644 index eee4996..0000000 --- a/software/flow/node_modules/npm/node_modules/cssesc/man/cssesc.1 +++ /dev/null @@ -1,70 +0,0 @@ -.Dd August 9, 2013 -.Dt cssesc 1 -.Sh NAME -.Nm cssesc -.Nd escape text for use in CSS string literals or identifiers -.Sh SYNOPSIS -.Nm -.Op Fl i | -identifier Ar string -.br -.Op Fl s | -single-quotes Ar string -.br -.Op Fl d | -double-quotes Ar string -.br -.Op Fl w | -wrap Ar string -.br -.Op Fl e | -escape-everything Ar string -.br -.Op Fl v | -version -.br -.Op Fl h | -help -.Sh DESCRIPTION -.Nm -escapes strings for use in CSS string literals or identifiers while generating the shortest possible valid ASCII-only output. -.Sh OPTIONS -.Bl -ohang -offset -.It Sy "-s, --single-quotes" -Escape any occurences of ' in the input string as \\', so that the output can be used in a CSS string literal wrapped in single quotes. -.It Sy "-d, --double-quotes" -Escape any occurences of " in the input string as \\", so that the output can be used in a CSS string literal wrapped in double quotes. -.It Sy "-w, --wrap" -Make sure the output is a valid CSS string literal wrapped in quotes. The type of quotes can be specified using the -.Ar -s | --single-quotes -or -.Ar -d | --double-quotes -settings. -.It Sy "-e, --escape-everything" -Escape all the symbols in the output, even printable ASCII symbols. -.It Sy "-v, --version" -Print cssesc's version. -.It Sy "-h, --help" -Show the help screen. -.El -.Sh EXIT STATUS -The -.Nm cssesc -utility exits with one of the following values: -.Pp -.Bl -tag -width flag -compact -.It Li 0 -.Nm -successfully escaped the given text and printed the result. -.It Li 1 -.Nm -wasn't instructed to escape anything (for example, the -.Ar --help -flag was set); or, an error occurred. -.El -.Sh EXAMPLES -.Bl -ohang -offset -.It Sy "cssesc 'foo bar baz'" -Print an escaped version of the given text. -.It Sy echo\ 'foo bar baz'\ |\ cssesc -Print an escaped version of the text that gets piped in. -.El -.Sh BUGS -cssesc's bug tracker is located at <https://github.com/mathiasbynens/cssesc/issues>. -.Sh AUTHOR -Mathias Bynens <https://mathiasbynens.be/> -.Sh WWW -<https://mths.be/cssesc> diff --git a/software/flow/node_modules/npm/node_modules/cssesc/package.json b/software/flow/node_modules/npm/node_modules/cssesc/package.json deleted file mode 100644 index 076c84d..0000000 --- a/software/flow/node_modules/npm/node_modules/cssesc/package.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "name": "cssesc", - "version": "3.0.0", - "description": "A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output.", - "homepage": "https://mths.be/cssesc", - "engines": { - "node": ">=4" - }, - "main": "cssesc.js", - "bin": "bin/cssesc", - "man": "man/cssesc.1", - "keywords": [ - "css", - "escape", - "identifier", - "string", - "tool" - ], - "license": "MIT", - "author": { - "name": "Mathias Bynens", - "url": "https://mathiasbynens.be/" - }, - "repository": { - "type": "git", - "url": "https://github.com/mathiasbynens/cssesc.git" - }, - "bugs": "https://github.com/mathiasbynens/cssesc/issues", - "files": [ - "LICENSE-MIT.txt", - "cssesc.js", - "bin/", - "man/" - ], - "scripts": { - "build": "grunt template && babel cssesc.js -o cssesc.js", - "test": "mocha tests", - "cover": "istanbul cover --report html node_modules/.bin/_mocha tests -- -u exports -R spec" - }, - "devDependencies": { - "babel-cli": "^6.26.0", - "babel-preset-env": "^1.6.1", - "codecov": "^1.0.1", - "grunt": "^1.0.1", - "grunt-template": "^1.0.0", - "istanbul": "^0.4.4", - "mocha": "^2.5.3", - "regenerate": "^1.2.1", - "requirejs": "^2.1.16" - } -} diff --git a/software/flow/node_modules/npm/node_modules/debug/LICENSE b/software/flow/node_modules/npm/node_modules/debug/LICENSE deleted file mode 100644 index 1a9820e..0000000 --- a/software/flow/node_modules/npm/node_modules/debug/LICENSE +++ /dev/null @@ -1,20 +0,0 @@ -(The MIT License) - -Copyright (c) 2014-2017 TJ Holowaychuk <tj@vision-media.ca> -Copyright (c) 2018-2021 Josh Junon - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software -and associated documentation files (the 'Software'), to deal in the Software without restriction, -including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, -and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial -portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT -LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - diff --git a/software/flow/node_modules/npm/node_modules/debug/node_modules/ms/index.js b/software/flow/node_modules/npm/node_modules/debug/node_modules/ms/index.js deleted file mode 100644 index c4498bc..0000000 --- a/software/flow/node_modules/npm/node_modules/debug/node_modules/ms/index.js +++ /dev/null @@ -1,162 +0,0 @@ -/** - * Helpers. - */ - -var s = 1000; -var m = s * 60; -var h = m * 60; -var d = h * 24; -var w = d * 7; -var y = d * 365.25; - -/** - * Parse or format the given `val`. - * - * Options: - * - * - `long` verbose formatting [false] - * - * @param {String|Number} val - * @param {Object} [options] - * @throws {Error} throw an error if val is not a non-empty string or a number - * @return {String|Number} - * @api public - */ - -module.exports = function(val, options) { - options = options || {}; - var type = typeof val; - if (type === 'string' && val.length > 0) { - return parse(val); - } else if (type === 'number' && isFinite(val)) { - return options.long ? fmtLong(val) : fmtShort(val); - } - throw new Error( - 'val is not a non-empty string or a valid number. val=' + - JSON.stringify(val) - ); -}; - -/** - * Parse the given `str` and return milliseconds. - * - * @param {String} str - * @return {Number} - * @api private - */ - -function parse(str) { - str = String(str); - if (str.length > 100) { - return; - } - var match = /^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec( - str - ); - if (!match) { - return; - } - var n = parseFloat(match[1]); - var type = (match[2] || 'ms').toLowerCase(); - switch (type) { - case 'years': - case 'year': - case 'yrs': - case 'yr': - case 'y': - return n * y; - case 'weeks': - case 'week': - case 'w': - return n * w; - case 'days': - case 'day': - case 'd': - return n * d; - case 'hours': - case 'hour': - case 'hrs': - case 'hr': - case 'h': - return n * h; - case 'minutes': - case 'minute': - case 'mins': - case 'min': - case 'm': - return n * m; - case 'seconds': - case 'second': - case 'secs': - case 'sec': - case 's': - return n * s; - case 'milliseconds': - case 'millisecond': - case 'msecs': - case 'msec': - case 'ms': - return n; - default: - return undefined; - } -} - -/** - * Short format for `ms`. - * - * @param {Number} ms - * @return {String} - * @api private - */ - -function fmtShort(ms) { - var msAbs = Math.abs(ms); - if (msAbs >= d) { - return Math.round(ms / d) + 'd'; - } - if (msAbs >= h) { - return Math.round(ms / h) + 'h'; - } - if (msAbs >= m) { - return Math.round(ms / m) + 'm'; - } - if (msAbs >= s) { - return Math.round(ms / s) + 's'; - } - return ms + 'ms'; -} - -/** - * Long format for `ms`. - * - * @param {Number} ms - * @return {String} - * @api private - */ - -function fmtLong(ms) { - var msAbs = Math.abs(ms); - if (msAbs >= d) { - return plural(ms, msAbs, d, 'day'); - } - if (msAbs >= h) { - return plural(ms, msAbs, h, 'hour'); - } - if (msAbs >= m) { - return plural(ms, msAbs, m, 'minute'); - } - if (msAbs >= s) { - return plural(ms, msAbs, s, 'second'); - } - return ms + ' ms'; -} - -/** - * Pluralization helper. - */ - -function plural(ms, msAbs, n, name) { - var isPlural = msAbs >= n * 1.5; - return Math.round(ms / n) + ' ' + name + (isPlural ? 's' : ''); -} diff --git a/software/flow/node_modules/npm/node_modules/debug/node_modules/ms/license.md b/software/flow/node_modules/npm/node_modules/debug/node_modules/ms/license.md deleted file mode 100644 index 69b6125..0000000 --- a/software/flow/node_modules/npm/node_modules/debug/node_modules/ms/license.md +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2016 Zeit, Inc. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/debug/node_modules/ms/package.json b/software/flow/node_modules/npm/node_modules/debug/node_modules/ms/package.json deleted file mode 100644 index eea666e..0000000 --- a/software/flow/node_modules/npm/node_modules/debug/node_modules/ms/package.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "ms", - "version": "2.1.2", - "description": "Tiny millisecond conversion utility", - "repository": "zeit/ms", - "main": "./index", - "files": [ - "index.js" - ], - "scripts": { - "precommit": "lint-staged", - "lint": "eslint lib/* bin/*", - "test": "mocha tests.js" - }, - "eslintConfig": { - "extends": "eslint:recommended", - "env": { - "node": true, - "es6": true - } - }, - "lint-staged": { - "*.js": [ - "npm run lint", - "prettier --single-quote --write", - "git add" - ] - }, - "license": "MIT", - "devDependencies": { - "eslint": "4.12.1", - "expect.js": "0.3.1", - "husky": "0.14.3", - "lint-staged": "5.0.0", - "mocha": "4.0.1" - } -} diff --git a/software/flow/node_modules/npm/node_modules/debug/package.json b/software/flow/node_modules/npm/node_modules/debug/package.json deleted file mode 100644 index 3bcdc24..0000000 --- a/software/flow/node_modules/npm/node_modules/debug/package.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "name": "debug", - "version": "4.3.4", - "repository": { - "type": "git", - "url": "git://github.com/debug-js/debug.git" - }, - "description": "Lightweight debugging utility for Node.js and the browser", - "keywords": [ - "debug", - "log", - "debugger" - ], - "files": [ - "src", - "LICENSE", - "README.md" - ], - "author": "Josh Junon <josh.junon@protonmail.com>", - "contributors": [ - "TJ Holowaychuk <tj@vision-media.ca>", - "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io)", - "Andrew Rhyne <rhyneandrew@gmail.com>" - ], - "license": "MIT", - "scripts": { - "lint": "xo", - "test": "npm run test:node && npm run test:browser && npm run lint", - "test:node": "istanbul cover _mocha -- test.js", - "test:browser": "karma start --single-run", - "test:coverage": "cat ./coverage/lcov.info | coveralls" - }, - "dependencies": { - "ms": "2.1.2" - }, - "devDependencies": { - "brfs": "^2.0.1", - "browserify": "^16.2.3", - "coveralls": "^3.0.2", - "istanbul": "^0.4.5", - "karma": "^3.1.4", - "karma-browserify": "^6.0.0", - "karma-chrome-launcher": "^2.2.0", - "karma-mocha": "^1.3.0", - "mocha": "^5.2.0", - "mocha-lcov-reporter": "^1.2.0", - "xo": "^0.23.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - }, - "main": "./src/index.js", - "browser": "./src/browser.js", - "engines": { - "node": ">=6.0" - } -} diff --git a/software/flow/node_modules/npm/node_modules/debug/src/browser.js b/software/flow/node_modules/npm/node_modules/debug/src/browser.js deleted file mode 100644 index cd0fc35..0000000 --- a/software/flow/node_modules/npm/node_modules/debug/src/browser.js +++ /dev/null @@ -1,269 +0,0 @@ -/* eslint-env browser */ - -/** - * This is the web browser implementation of `debug()`. - */ - -exports.formatArgs = formatArgs; -exports.save = save; -exports.load = load; -exports.useColors = useColors; -exports.storage = localstorage(); -exports.destroy = (() => { - let warned = false; - - return () => { - if (!warned) { - warned = true; - console.warn('Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.'); - } - }; -})(); - -/** - * Colors. - */ - -exports.colors = [ - '#0000CC', - '#0000FF', - '#0033CC', - '#0033FF', - '#0066CC', - '#0066FF', - '#0099CC', - '#0099FF', - '#00CC00', - '#00CC33', - '#00CC66', - '#00CC99', - '#00CCCC', - '#00CCFF', - '#3300CC', - '#3300FF', - '#3333CC', - '#3333FF', - '#3366CC', - '#3366FF', - '#3399CC', - '#3399FF', - '#33CC00', - '#33CC33', - '#33CC66', - '#33CC99', - '#33CCCC', - '#33CCFF', - '#6600CC', - '#6600FF', - '#6633CC', - '#6633FF', - '#66CC00', - '#66CC33', - '#9900CC', - '#9900FF', - '#9933CC', - '#9933FF', - '#99CC00', - '#99CC33', - '#CC0000', - '#CC0033', - '#CC0066', - '#CC0099', - '#CC00CC', - '#CC00FF', - '#CC3300', - '#CC3333', - '#CC3366', - '#CC3399', - '#CC33CC', - '#CC33FF', - '#CC6600', - '#CC6633', - '#CC9900', - '#CC9933', - '#CCCC00', - '#CCCC33', - '#FF0000', - '#FF0033', - '#FF0066', - '#FF0099', - '#FF00CC', - '#FF00FF', - '#FF3300', - '#FF3333', - '#FF3366', - '#FF3399', - '#FF33CC', - '#FF33FF', - '#FF6600', - '#FF6633', - '#FF9900', - '#FF9933', - '#FFCC00', - '#FFCC33' -]; - -/** - * Currently only WebKit-based Web Inspectors, Firefox >= v31, - * and the Firebug extension (any Firefox version) are known - * to support "%c" CSS customizations. - * - * TODO: add a `localStorage` variable to explicitly enable/disable colors - */ - -// eslint-disable-next-line complexity -function useColors() { - // NB: In an Electron preload script, document will be defined but not fully - // initialized. Since we know we're in Chrome, we'll just detect this case - // explicitly - if (typeof window !== 'undefined' && window.process && (window.process.type === 'renderer' || window.process.__nwjs)) { - return true; - } - - // Internet Explorer and Edge do not support colors. - if (typeof navigator !== 'undefined' && navigator.userAgent && navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/)) { - return false; - } - - // Is webkit? http://stackoverflow.com/a/16459606/376773 - // document is undefined in react-native: https://github.com/facebook/react-native/pull/1632 - return (typeof document !== 'undefined' && document.documentElement && document.documentElement.style && document.documentElement.style.WebkitAppearance) || - // Is firebug? http://stackoverflow.com/a/398120/376773 - (typeof window !== 'undefined' && window.console && (window.console.firebug || (window.console.exception && window.console.table))) || - // Is firefox >= v31? - // https://developer.mozilla.org/en-US/docs/Tools/Web_Console#Styling_messages - (typeof navigator !== 'undefined' && navigator.userAgent && navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/) && parseInt(RegExp.$1, 10) >= 31) || - // Double check webkit in userAgent just in case we are in a worker - (typeof navigator !== 'undefined' && navigator.userAgent && navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)); -} - -/** - * Colorize log arguments if enabled. - * - * @api public - */ - -function formatArgs(args) { - args[0] = (this.useColors ? '%c' : '') + - this.namespace + - (this.useColors ? ' %c' : ' ') + - args[0] + - (this.useColors ? '%c ' : ' ') + - '+' + module.exports.humanize(this.diff); - - if (!this.useColors) { - return; - } - - const c = 'color: ' + this.color; - args.splice(1, 0, c, 'color: inherit'); - - // The final "%c" is somewhat tricky, because there could be other - // arguments passed either before or after the %c, so we need to - // figure out the correct index to insert the CSS into - let index = 0; - let lastC = 0; - args[0].replace(/%[a-zA-Z%]/g, match => { - if (match === '%%') { - return; - } - index++; - if (match === '%c') { - // We only are interested in the *last* %c - // (the user may have provided their own) - lastC = index; - } - }); - - args.splice(lastC, 0, c); -} - -/** - * Invokes `console.debug()` when available. - * No-op when `console.debug` is not a "function". - * If `console.debug` is not available, falls back - * to `console.log`. - * - * @api public - */ -exports.log = console.debug || console.log || (() => {}); - -/** - * Save `namespaces`. - * - * @param {String} namespaces - * @api private - */ -function save(namespaces) { - try { - if (namespaces) { - exports.storage.setItem('debug', namespaces); - } else { - exports.storage.removeItem('debug'); - } - } catch (error) { - // Swallow - // XXX (@Qix-) should we be logging these? - } -} - -/** - * Load `namespaces`. - * - * @return {String} returns the previously persisted debug modes - * @api private - */ -function load() { - let r; - try { - r = exports.storage.getItem('debug'); - } catch (error) { - // Swallow - // XXX (@Qix-) should we be logging these? - } - - // If debug isn't set in LS, and we're in Electron, try to load $DEBUG - if (!r && typeof process !== 'undefined' && 'env' in process) { - r = process.env.DEBUG; - } - - return r; -} - -/** - * Localstorage attempts to return the localstorage. - * - * This is necessary because safari throws - * when a user disables cookies/localstorage - * and you attempt to access it. - * - * @return {LocalStorage} - * @api private - */ - -function localstorage() { - try { - // TVMLKit (Apple TV JS Runtime) does not have a window object, just localStorage in the global context - // The Browser also has localStorage in the global context. - return localStorage; - } catch (error) { - // Swallow - // XXX (@Qix-) should we be logging these? - } -} - -module.exports = require('./common')(exports); - -const {formatters} = module.exports; - -/** - * Map %j to `JSON.stringify()`, since no Web Inspectors do that by default. - */ - -formatters.j = function (v) { - try { - return JSON.stringify(v); - } catch (error) { - return '[UnexpectedJSONParseError]: ' + error.message; - } -}; diff --git a/software/flow/node_modules/npm/node_modules/debug/src/common.js b/software/flow/node_modules/npm/node_modules/debug/src/common.js deleted file mode 100644 index e3291b2..0000000 --- a/software/flow/node_modules/npm/node_modules/debug/src/common.js +++ /dev/null @@ -1,274 +0,0 @@ - -/** - * This is the common logic for both the Node.js and web browser - * implementations of `debug()`. - */ - -function setup(env) { - createDebug.debug = createDebug; - createDebug.default = createDebug; - createDebug.coerce = coerce; - createDebug.disable = disable; - createDebug.enable = enable; - createDebug.enabled = enabled; - createDebug.humanize = require('ms'); - createDebug.destroy = destroy; - - Object.keys(env).forEach(key => { - createDebug[key] = env[key]; - }); - - /** - * The currently active debug mode names, and names to skip. - */ - - createDebug.names = []; - createDebug.skips = []; - - /** - * Map of special "%n" handling functions, for the debug "format" argument. - * - * Valid key names are a single, lower or upper-case letter, i.e. "n" and "N". - */ - createDebug.formatters = {}; - - /** - * Selects a color for a debug namespace - * @param {String} namespace The namespace string for the debug instance to be colored - * @return {Number|String} An ANSI color code for the given namespace - * @api private - */ - function selectColor(namespace) { - let hash = 0; - - for (let i = 0; i < namespace.length; i++) { - hash = ((hash << 5) - hash) + namespace.charCodeAt(i); - hash |= 0; // Convert to 32bit integer - } - - return createDebug.colors[Math.abs(hash) % createDebug.colors.length]; - } - createDebug.selectColor = selectColor; - - /** - * Create a debugger with the given `namespace`. - * - * @param {String} namespace - * @return {Function} - * @api public - */ - function createDebug(namespace) { - let prevTime; - let enableOverride = null; - let namespacesCache; - let enabledCache; - - function debug(...args) { - // Disabled? - if (!debug.enabled) { - return; - } - - const self = debug; - - // Set `diff` timestamp - const curr = Number(new Date()); - const ms = curr - (prevTime || curr); - self.diff = ms; - self.prev = prevTime; - self.curr = curr; - prevTime = curr; - - args[0] = createDebug.coerce(args[0]); - - if (typeof args[0] !== 'string') { - // Anything else let's inspect with %O - args.unshift('%O'); - } - - // Apply any `formatters` transformations - let index = 0; - args[0] = args[0].replace(/%([a-zA-Z%])/g, (match, format) => { - // If we encounter an escaped % then don't increase the array index - if (match === '%%') { - return '%'; - } - index++; - const formatter = createDebug.formatters[format]; - if (typeof formatter === 'function') { - const val = args[index]; - match = formatter.call(self, val); - - // Now we need to remove `args[index]` since it's inlined in the `format` - args.splice(index, 1); - index--; - } - return match; - }); - - // Apply env-specific formatting (colors, etc.) - createDebug.formatArgs.call(self, args); - - const logFn = self.log || createDebug.log; - logFn.apply(self, args); - } - - debug.namespace = namespace; - debug.useColors = createDebug.useColors(); - debug.color = createDebug.selectColor(namespace); - debug.extend = extend; - debug.destroy = createDebug.destroy; // XXX Temporary. Will be removed in the next major release. - - Object.defineProperty(debug, 'enabled', { - enumerable: true, - configurable: false, - get: () => { - if (enableOverride !== null) { - return enableOverride; - } - if (namespacesCache !== createDebug.namespaces) { - namespacesCache = createDebug.namespaces; - enabledCache = createDebug.enabled(namespace); - } - - return enabledCache; - }, - set: v => { - enableOverride = v; - } - }); - - // Env-specific initialization logic for debug instances - if (typeof createDebug.init === 'function') { - createDebug.init(debug); - } - - return debug; - } - - function extend(namespace, delimiter) { - const newDebug = createDebug(this.namespace + (typeof delimiter === 'undefined' ? ':' : delimiter) + namespace); - newDebug.log = this.log; - return newDebug; - } - - /** - * Enables a debug mode by namespaces. This can include modes - * separated by a colon and wildcards. - * - * @param {String} namespaces - * @api public - */ - function enable(namespaces) { - createDebug.save(namespaces); - createDebug.namespaces = namespaces; - - createDebug.names = []; - createDebug.skips = []; - - let i; - const split = (typeof namespaces === 'string' ? namespaces : '').split(/[\s,]+/); - const len = split.length; - - for (i = 0; i < len; i++) { - if (!split[i]) { - // ignore empty strings - continue; - } - - namespaces = split[i].replace(/\*/g, '.*?'); - - if (namespaces[0] === '-') { - createDebug.skips.push(new RegExp('^' + namespaces.slice(1) + '$')); - } else { - createDebug.names.push(new RegExp('^' + namespaces + '$')); - } - } - } - - /** - * Disable debug output. - * - * @return {String} namespaces - * @api public - */ - function disable() { - const namespaces = [ - ...createDebug.names.map(toNamespace), - ...createDebug.skips.map(toNamespace).map(namespace => '-' + namespace) - ].join(','); - createDebug.enable(''); - return namespaces; - } - - /** - * Returns true if the given mode name is enabled, false otherwise. - * - * @param {String} name - * @return {Boolean} - * @api public - */ - function enabled(name) { - if (name[name.length - 1] === '*') { - return true; - } - - let i; - let len; - - for (i = 0, len = createDebug.skips.length; i < len; i++) { - if (createDebug.skips[i].test(name)) { - return false; - } - } - - for (i = 0, len = createDebug.names.length; i < len; i++) { - if (createDebug.names[i].test(name)) { - return true; - } - } - - return false; - } - - /** - * Convert regexp to namespace - * - * @param {RegExp} regxep - * @return {String} namespace - * @api private - */ - function toNamespace(regexp) { - return regexp.toString() - .substring(2, regexp.toString().length - 2) - .replace(/\.\*\?$/, '*'); - } - - /** - * Coerce `val`. - * - * @param {Mixed} val - * @return {Mixed} - * @api private - */ - function coerce(val) { - if (val instanceof Error) { - return val.stack || val.message; - } - return val; - } - - /** - * XXX DO NOT USE. This is a temporary stub function. - * XXX It WILL be removed in the next major release. - */ - function destroy() { - console.warn('Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.'); - } - - createDebug.enable(createDebug.load()); - - return createDebug; -} - -module.exports = setup; diff --git a/software/flow/node_modules/npm/node_modules/debug/src/index.js b/software/flow/node_modules/npm/node_modules/debug/src/index.js deleted file mode 100644 index bf4c57f..0000000 --- a/software/flow/node_modules/npm/node_modules/debug/src/index.js +++ /dev/null @@ -1,10 +0,0 @@ -/** - * Detect Electron renderer / nwjs process, which is node, but we should - * treat as a browser. - */ - -if (typeof process === 'undefined' || process.type === 'renderer' || process.browser === true || process.__nwjs) { - module.exports = require('./browser.js'); -} else { - module.exports = require('./node.js'); -} diff --git a/software/flow/node_modules/npm/node_modules/debug/src/node.js b/software/flow/node_modules/npm/node_modules/debug/src/node.js deleted file mode 100644 index 79bc085..0000000 --- a/software/flow/node_modules/npm/node_modules/debug/src/node.js +++ /dev/null @@ -1,263 +0,0 @@ -/** - * Module dependencies. - */ - -const tty = require('tty'); -const util = require('util'); - -/** - * This is the Node.js implementation of `debug()`. - */ - -exports.init = init; -exports.log = log; -exports.formatArgs = formatArgs; -exports.save = save; -exports.load = load; -exports.useColors = useColors; -exports.destroy = util.deprecate( - () => {}, - 'Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.' -); - -/** - * Colors. - */ - -exports.colors = [6, 2, 3, 4, 5, 1]; - -try { - // Optional dependency (as in, doesn't need to be installed, NOT like optionalDependencies in package.json) - // eslint-disable-next-line import/no-extraneous-dependencies - const supportsColor = require('supports-color'); - - if (supportsColor && (supportsColor.stderr || supportsColor).level >= 2) { - exports.colors = [ - 20, - 21, - 26, - 27, - 32, - 33, - 38, - 39, - 40, - 41, - 42, - 43, - 44, - 45, - 56, - 57, - 62, - 63, - 68, - 69, - 74, - 75, - 76, - 77, - 78, - 79, - 80, - 81, - 92, - 93, - 98, - 99, - 112, - 113, - 128, - 129, - 134, - 135, - 148, - 149, - 160, - 161, - 162, - 163, - 164, - 165, - 166, - 167, - 168, - 169, - 170, - 171, - 172, - 173, - 178, - 179, - 184, - 185, - 196, - 197, - 198, - 199, - 200, - 201, - 202, - 203, - 204, - 205, - 206, - 207, - 208, - 209, - 214, - 215, - 220, - 221 - ]; - } -} catch (error) { - // Swallow - we only care if `supports-color` is available; it doesn't have to be. -} - -/** - * Build up the default `inspectOpts` object from the environment variables. - * - * $ DEBUG_COLORS=no DEBUG_DEPTH=10 DEBUG_SHOW_HIDDEN=enabled node script.js - */ - -exports.inspectOpts = Object.keys(process.env).filter(key => { - return /^debug_/i.test(key); -}).reduce((obj, key) => { - // Camel-case - const prop = key - .substring(6) - .toLowerCase() - .replace(/_([a-z])/g, (_, k) => { - return k.toUpperCase(); - }); - - // Coerce string value into JS value - let val = process.env[key]; - if (/^(yes|on|true|enabled)$/i.test(val)) { - val = true; - } else if (/^(no|off|false|disabled)$/i.test(val)) { - val = false; - } else if (val === 'null') { - val = null; - } else { - val = Number(val); - } - - obj[prop] = val; - return obj; -}, {}); - -/** - * Is stdout a TTY? Colored output is enabled when `true`. - */ - -function useColors() { - return 'colors' in exports.inspectOpts ? - Boolean(exports.inspectOpts.colors) : - tty.isatty(process.stderr.fd); -} - -/** - * Adds ANSI color escape codes if enabled. - * - * @api public - */ - -function formatArgs(args) { - const {namespace: name, useColors} = this; - - if (useColors) { - const c = this.color; - const colorCode = '\u001B[3' + (c < 8 ? c : '8;5;' + c); - const prefix = ` ${colorCode};1m${name} \u001B[0m`; - - args[0] = prefix + args[0].split('\n').join('\n' + prefix); - args.push(colorCode + 'm+' + module.exports.humanize(this.diff) + '\u001B[0m'); - } else { - args[0] = getDate() + name + ' ' + args[0]; - } -} - -function getDate() { - if (exports.inspectOpts.hideDate) { - return ''; - } - return new Date().toISOString() + ' '; -} - -/** - * Invokes `util.format()` with the specified arguments and writes to stderr. - */ - -function log(...args) { - return process.stderr.write(util.format(...args) + '\n'); -} - -/** - * Save `namespaces`. - * - * @param {String} namespaces - * @api private - */ -function save(namespaces) { - if (namespaces) { - process.env.DEBUG = namespaces; - } else { - // If you set a process.env field to null or undefined, it gets cast to the - // string 'null' or 'undefined'. Just delete instead. - delete process.env.DEBUG; - } -} - -/** - * Load `namespaces`. - * - * @return {String} returns the previously persisted debug modes - * @api private - */ - -function load() { - return process.env.DEBUG; -} - -/** - * Init logic for `debug` instances. - * - * Create a new `inspectOpts` object in case `useColors` is set - * differently for a particular `debug` instance. - */ - -function init(debug) { - debug.inspectOpts = {}; - - const keys = Object.keys(exports.inspectOpts); - for (let i = 0; i < keys.length; i++) { - debug.inspectOpts[keys[i]] = exports.inspectOpts[keys[i]]; - } -} - -module.exports = require('./common')(exports); - -const {formatters} = module.exports; - -/** - * Map %o to `util.inspect()`, all on a single line. - */ - -formatters.o = function (v) { - this.inspectOpts.colors = this.useColors; - return util.inspect(v, this.inspectOpts) - .split('\n') - .map(str => str.trim()) - .join(' '); -}; - -/** - * Map %O to `util.inspect()`, allowing multiple lines if needed. - */ - -formatters.O = function (v) { - this.inspectOpts.colors = this.useColors; - return util.inspect(v, this.inspectOpts); -}; diff --git a/software/flow/node_modules/npm/node_modules/defaults/LICENSE b/software/flow/node_modules/npm/node_modules/defaults/LICENSE deleted file mode 100644 index 11eb6fd..0000000 --- a/software/flow/node_modules/npm/node_modules/defaults/LICENSE +++ /dev/null @@ -1,22 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2022 Sindre Sorhus -Copyright (c) 2015 Elijah Insua - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/defaults/index.js b/software/flow/node_modules/npm/node_modules/defaults/index.js deleted file mode 100644 index cb7d75c..0000000 --- a/software/flow/node_modules/npm/node_modules/defaults/index.js +++ /dev/null @@ -1,13 +0,0 @@ -var clone = require('clone'); - -module.exports = function(options, defaults) { - options = options || {}; - - Object.keys(defaults).forEach(function(key) { - if (typeof options[key] === 'undefined') { - options[key] = clone(defaults[key]); - } - }); - - return options; -}; \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/defaults/package.json b/software/flow/node_modules/npm/node_modules/defaults/package.json deleted file mode 100644 index 44f72b1..0000000 --- a/software/flow/node_modules/npm/node_modules/defaults/package.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "defaults", - "version": "1.0.4", - "description": "merge single level defaults over a config object", - "main": "index.js", - "funding": "https://github.com/sponsors/sindresorhus", - "scripts": { - "test": "node test.js" - }, - "repository": { - "type": "git", - "url": "git://github.com/sindresorhus/node-defaults.git" - }, - "keywords": [ - "config", - "defaults", - "options", - "object", - "merge", - "assign", - "properties", - "deep" - ], - "author": "Elijah Insua <tmpvar@gmail.com>", - "license": "MIT", - "readmeFilename": "README.md", - "dependencies": { - "clone": "^1.0.2" - }, - "devDependencies": { - "tap": "^2.0.0" - } -} diff --git a/software/flow/node_modules/npm/node_modules/defaults/test.js b/software/flow/node_modules/npm/node_modules/defaults/test.js deleted file mode 100644 index 60e0ffb..0000000 --- a/software/flow/node_modules/npm/node_modules/defaults/test.js +++ /dev/null @@ -1,34 +0,0 @@ -var defaults = require('./'), - test = require('tap').test; - -test("ensure options is an object", function(t) { - var options = defaults(false, { a : true }); - t.ok(options.a); - t.end() -}); - -test("ensure defaults override keys", function(t) { - var result = defaults({}, { a: false, b: true }); - t.ok(result.b, 'b merges over undefined'); - t.equal(result.a, false, 'a merges over undefined'); - t.end(); -}); - -test("ensure defined keys are not overwritten", function(t) { - var result = defaults({ b: false }, { a: false, b: true }); - t.equal(result.b, false, 'b not merged'); - t.equal(result.a, false, 'a merges over undefined'); - t.end(); -}); - -test("ensure defaults clone nested objects", function(t) { - var d = { a: [1,2,3], b: { hello : 'world' } }; - var result = defaults({}, d); - t.equal(result.a.length, 3, 'objects should be clones'); - t.ok(result.a !== d.a, 'objects should be clones'); - - t.equal(Object.keys(result.b).length, 1, 'objects should be clones'); - t.ok(result.b !== d.b, 'objects should be clones'); - t.end(); -}); - diff --git a/software/flow/node_modules/npm/node_modules/delegates/History.md b/software/flow/node_modules/npm/node_modules/delegates/History.md deleted file mode 100644 index 25959ea..0000000 --- a/software/flow/node_modules/npm/node_modules/delegates/History.md +++ /dev/null @@ -1,22 +0,0 @@ - -1.0.0 / 2015-12-14 -================== - - * Merge pull request #12 from kasicka/master - * Add license text - -0.1.0 / 2014-10-17 -================== - - * adds `.fluent()` to api - -0.0.3 / 2014-01-13 -================== - - * fix receiver for .method() - -0.0.2 / 2014-01-13 -================== - - * Object.defineProperty() sucks - * Initial commit diff --git a/software/flow/node_modules/npm/node_modules/delegates/License b/software/flow/node_modules/npm/node_modules/delegates/License deleted file mode 100644 index 60de60a..0000000 --- a/software/flow/node_modules/npm/node_modules/delegates/License +++ /dev/null @@ -1,20 +0,0 @@ -Copyright (c) 2015 TJ Holowaychuk <tj@vision-media.ca> - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/delegates/Makefile b/software/flow/node_modules/npm/node_modules/delegates/Makefile deleted file mode 100644 index a9dcfd5..0000000 --- a/software/flow/node_modules/npm/node_modules/delegates/Makefile +++ /dev/null @@ -1,8 +0,0 @@ - -test: - @./node_modules/.bin/mocha \ - --require should \ - --reporter spec \ - --bail - -.PHONY: test \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/delegates/index.js b/software/flow/node_modules/npm/node_modules/delegates/index.js deleted file mode 100644 index 17c222d..0000000 --- a/software/flow/node_modules/npm/node_modules/delegates/index.js +++ /dev/null @@ -1,121 +0,0 @@ - -/** - * Expose `Delegator`. - */ - -module.exports = Delegator; - -/** - * Initialize a delegator. - * - * @param {Object} proto - * @param {String} target - * @api public - */ - -function Delegator(proto, target) { - if (!(this instanceof Delegator)) return new Delegator(proto, target); - this.proto = proto; - this.target = target; - this.methods = []; - this.getters = []; - this.setters = []; - this.fluents = []; -} - -/** - * Delegate method `name`. - * - * @param {String} name - * @return {Delegator} self - * @api public - */ - -Delegator.prototype.method = function(name){ - var proto = this.proto; - var target = this.target; - this.methods.push(name); - - proto[name] = function(){ - return this[target][name].apply(this[target], arguments); - }; - - return this; -}; - -/** - * Delegator accessor `name`. - * - * @param {String} name - * @return {Delegator} self - * @api public - */ - -Delegator.prototype.access = function(name){ - return this.getter(name).setter(name); -}; - -/** - * Delegator getter `name`. - * - * @param {String} name - * @return {Delegator} self - * @api public - */ - -Delegator.prototype.getter = function(name){ - var proto = this.proto; - var target = this.target; - this.getters.push(name); - - proto.__defineGetter__(name, function(){ - return this[target][name]; - }); - - return this; -}; - -/** - * Delegator setter `name`. - * - * @param {String} name - * @return {Delegator} self - * @api public - */ - -Delegator.prototype.setter = function(name){ - var proto = this.proto; - var target = this.target; - this.setters.push(name); - - proto.__defineSetter__(name, function(val){ - return this[target][name] = val; - }); - - return this; -}; - -/** - * Delegator fluent accessor - * - * @param {String} name - * @return {Delegator} self - * @api public - */ - -Delegator.prototype.fluent = function (name) { - var proto = this.proto; - var target = this.target; - this.fluents.push(name); - - proto[name] = function(val){ - if ('undefined' != typeof val) { - this[target][name] = val; - return this; - } else { - return this[target][name]; - } - }; - - return this; -}; diff --git a/software/flow/node_modules/npm/node_modules/delegates/package.json b/software/flow/node_modules/npm/node_modules/delegates/package.json deleted file mode 100644 index 1724038..0000000 --- a/software/flow/node_modules/npm/node_modules/delegates/package.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "name": "delegates", - "version": "1.0.0", - "repository": "visionmedia/node-delegates", - "description": "delegate methods and accessors to another property", - "keywords": ["delegate", "delegation"], - "dependencies": {}, - "devDependencies": { - "mocha": "*", - "should": "*" - }, - "license": "MIT" -} diff --git a/software/flow/node_modules/npm/node_modules/delegates/test/index.js b/software/flow/node_modules/npm/node_modules/delegates/test/index.js deleted file mode 100644 index 7b6e3d4..0000000 --- a/software/flow/node_modules/npm/node_modules/delegates/test/index.js +++ /dev/null @@ -1,94 +0,0 @@ - -var assert = require('assert'); -var delegate = require('..'); - -describe('.method(name)', function(){ - it('should delegate methods', function(){ - var obj = {}; - - obj.request = { - foo: function(bar){ - assert(this == obj.request); - return bar; - } - }; - - delegate(obj, 'request').method('foo'); - - obj.foo('something').should.equal('something'); - }) -}) - -describe('.getter(name)', function(){ - it('should delegate getters', function(){ - var obj = {}; - - obj.request = { - get type() { - return 'text/html'; - } - } - - delegate(obj, 'request').getter('type'); - - obj.type.should.equal('text/html'); - }) -}) - -describe('.setter(name)', function(){ - it('should delegate setters', function(){ - var obj = {}; - - obj.request = { - get type() { - return this._type.toUpperCase(); - }, - - set type(val) { - this._type = val; - } - } - - delegate(obj, 'request').setter('type'); - - obj.type = 'hey'; - obj.request.type.should.equal('HEY'); - }) -}) - -describe('.access(name)', function(){ - it('should delegate getters and setters', function(){ - var obj = {}; - - obj.request = { - get type() { - return this._type.toUpperCase(); - }, - - set type(val) { - this._type = val; - } - } - - delegate(obj, 'request').access('type'); - - obj.type = 'hey'; - obj.type.should.equal('HEY'); - }) -}) - -describe('.fluent(name)', function () { - it('should delegate in a fluent fashion', function () { - var obj = { - settings: { - env: 'development' - } - }; - - delegate(obj, 'settings').fluent('env'); - - obj.env().should.equal('development'); - obj.env('production').should.equal(obj); - obj.settings.env.should.equal('production'); - }) -}) diff --git a/software/flow/node_modules/npm/node_modules/depd/History.md b/software/flow/node_modules/npm/node_modules/depd/History.md deleted file mode 100644 index 507ecb8..0000000 --- a/software/flow/node_modules/npm/node_modules/depd/History.md +++ /dev/null @@ -1,96 +0,0 @@ -1.1.2 / 2018-01-11 -================== - - * perf: remove argument reassignment - * Support Node.js 0.6 to 9.x - -1.1.1 / 2017-07-27 -================== - - * Remove unnecessary `Buffer` loading - * Support Node.js 0.6 to 8.x - -1.1.0 / 2015-09-14 -================== - - * Enable strict mode in more places - * Support io.js 3.x - * Support io.js 2.x - * Support web browser loading - - Requires bundler like Browserify or webpack - -1.0.1 / 2015-04-07 -================== - - * Fix `TypeError`s when under `'use strict'` code - * Fix useless type name on auto-generated messages - * Support io.js 1.x - * Support Node.js 0.12 - -1.0.0 / 2014-09-17 -================== - - * No changes - -0.4.5 / 2014-09-09 -================== - - * Improve call speed to functions using the function wrapper - * Support Node.js 0.6 - -0.4.4 / 2014-07-27 -================== - - * Work-around v8 generating empty stack traces - -0.4.3 / 2014-07-26 -================== - - * Fix exception when global `Error.stackTraceLimit` is too low - -0.4.2 / 2014-07-19 -================== - - * Correct call site for wrapped functions and properties - -0.4.1 / 2014-07-19 -================== - - * Improve automatic message generation for function properties - -0.4.0 / 2014-07-19 -================== - - * Add `TRACE_DEPRECATION` environment variable - * Remove non-standard grey color from color output - * Support `--no-deprecation` argument - * Support `--trace-deprecation` argument - * Support `deprecate.property(fn, prop, message)` - -0.3.0 / 2014-06-16 -================== - - * Add `NO_DEPRECATION` environment variable - -0.2.0 / 2014-06-15 -================== - - * Add `deprecate.property(obj, prop, message)` - * Remove `supports-color` dependency for node.js 0.8 - -0.1.0 / 2014-06-15 -================== - - * Add `deprecate.function(fn, message)` - * Add `process.on('deprecation', fn)` emitter - * Automatically generate message when omitted from `deprecate()` - -0.0.1 / 2014-06-15 -================== - - * Fix warning for dynamic calls at singe call site - -0.0.0 / 2014-06-15 -================== - - * Initial implementation diff --git a/software/flow/node_modules/npm/node_modules/depd/LICENSE b/software/flow/node_modules/npm/node_modules/depd/LICENSE deleted file mode 100644 index 84441fb..0000000 --- a/software/flow/node_modules/npm/node_modules/depd/LICENSE +++ /dev/null @@ -1,22 +0,0 @@ -(The MIT License) - -Copyright (c) 2014-2017 Douglas Christopher Wilson - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -'Software'), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/depd/index.js b/software/flow/node_modules/npm/node_modules/depd/index.js deleted file mode 100644 index d758d3c..0000000 --- a/software/flow/node_modules/npm/node_modules/depd/index.js +++ /dev/null @@ -1,522 +0,0 @@ -/*! - * depd - * Copyright(c) 2014-2017 Douglas Christopher Wilson - * MIT Licensed - */ - -/** - * Module dependencies. - */ - -var callSiteToString = require('./lib/compat').callSiteToString -var eventListenerCount = require('./lib/compat').eventListenerCount -var relative = require('path').relative - -/** - * Module exports. - */ - -module.exports = depd - -/** - * Get the path to base files on. - */ - -var basePath = process.cwd() - -/** - * Determine if namespace is contained in the string. - */ - -function containsNamespace (str, namespace) { - var vals = str.split(/[ ,]+/) - var ns = String(namespace).toLowerCase() - - for (var i = 0; i < vals.length; i++) { - var val = vals[i] - - // namespace contained - if (val && (val === '*' || val.toLowerCase() === ns)) { - return true - } - } - - return false -} - -/** - * Convert a data descriptor to accessor descriptor. - */ - -function convertDataDescriptorToAccessor (obj, prop, message) { - var descriptor = Object.getOwnPropertyDescriptor(obj, prop) - var value = descriptor.value - - descriptor.get = function getter () { return value } - - if (descriptor.writable) { - descriptor.set = function setter (val) { return (value = val) } - } - - delete descriptor.value - delete descriptor.writable - - Object.defineProperty(obj, prop, descriptor) - - return descriptor -} - -/** - * Create arguments string to keep arity. - */ - -function createArgumentsString (arity) { - var str = '' - - for (var i = 0; i < arity; i++) { - str += ', arg' + i - } - - return str.substr(2) -} - -/** - * Create stack string from stack. - */ - -function createStackString (stack) { - var str = this.name + ': ' + this.namespace - - if (this.message) { - str += ' deprecated ' + this.message - } - - for (var i = 0; i < stack.length; i++) { - str += '\n at ' + callSiteToString(stack[i]) - } - - return str -} - -/** - * Create deprecate for namespace in caller. - */ - -function depd (namespace) { - if (!namespace) { - throw new TypeError('argument namespace is required') - } - - var stack = getStack() - var site = callSiteLocation(stack[1]) - var file = site[0] - - function deprecate (message) { - // call to self as log - log.call(deprecate, message) - } - - deprecate._file = file - deprecate._ignored = isignored(namespace) - deprecate._namespace = namespace - deprecate._traced = istraced(namespace) - deprecate._warned = Object.create(null) - - deprecate.function = wrapfunction - deprecate.property = wrapproperty - - return deprecate -} - -/** - * Determine if namespace is ignored. - */ - -function isignored (namespace) { - /* istanbul ignore next: tested in a child processs */ - if (process.noDeprecation) { - // --no-deprecation support - return true - } - - var str = process.env.NO_DEPRECATION || '' - - // namespace ignored - return containsNamespace(str, namespace) -} - -/** - * Determine if namespace is traced. - */ - -function istraced (namespace) { - /* istanbul ignore next: tested in a child processs */ - if (process.traceDeprecation) { - // --trace-deprecation support - return true - } - - var str = process.env.TRACE_DEPRECATION || '' - - // namespace traced - return containsNamespace(str, namespace) -} - -/** - * Display deprecation message. - */ - -function log (message, site) { - var haslisteners = eventListenerCount(process, 'deprecation') !== 0 - - // abort early if no destination - if (!haslisteners && this._ignored) { - return - } - - var caller - var callFile - var callSite - var depSite - var i = 0 - var seen = false - var stack = getStack() - var file = this._file - - if (site) { - // provided site - depSite = site - callSite = callSiteLocation(stack[1]) - callSite.name = depSite.name - file = callSite[0] - } else { - // get call site - i = 2 - depSite = callSiteLocation(stack[i]) - callSite = depSite - } - - // get caller of deprecated thing in relation to file - for (; i < stack.length; i++) { - caller = callSiteLocation(stack[i]) - callFile = caller[0] - - if (callFile === file) { - seen = true - } else if (callFile === this._file) { - file = this._file - } else if (seen) { - break - } - } - - var key = caller - ? depSite.join(':') + '__' + caller.join(':') - : undefined - - if (key !== undefined && key in this._warned) { - // already warned - return - } - - this._warned[key] = true - - // generate automatic message from call site - var msg = message - if (!msg) { - msg = callSite === depSite || !callSite.name - ? defaultMessage(depSite) - : defaultMessage(callSite) - } - - // emit deprecation if listeners exist - if (haslisteners) { - var err = DeprecationError(this._namespace, msg, stack.slice(i)) - process.emit('deprecation', err) - return - } - - // format and write message - var format = process.stderr.isTTY - ? formatColor - : formatPlain - var output = format.call(this, msg, caller, stack.slice(i)) - process.stderr.write(output + '\n', 'utf8') -} - -/** - * Get call site location as array. - */ - -function callSiteLocation (callSite) { - var file = callSite.getFileName() || '<anonymous>' - var line = callSite.getLineNumber() - var colm = callSite.getColumnNumber() - - if (callSite.isEval()) { - file = callSite.getEvalOrigin() + ', ' + file - } - - var site = [file, line, colm] - - site.callSite = callSite - site.name = callSite.getFunctionName() - - return site -} - -/** - * Generate a default message from the site. - */ - -function defaultMessage (site) { - var callSite = site.callSite - var funcName = site.name - - // make useful anonymous name - if (!funcName) { - funcName = '<anonymous@' + formatLocation(site) + '>' - } - - var context = callSite.getThis() - var typeName = context && callSite.getTypeName() - - // ignore useless type name - if (typeName === 'Object') { - typeName = undefined - } - - // make useful type name - if (typeName === 'Function') { - typeName = context.name || typeName - } - - return typeName && callSite.getMethodName() - ? typeName + '.' + funcName - : funcName -} - -/** - * Format deprecation message without color. - */ - -function formatPlain (msg, caller, stack) { - var timestamp = new Date().toUTCString() - - var formatted = timestamp + - ' ' + this._namespace + - ' deprecated ' + msg - - // add stack trace - if (this._traced) { - for (var i = 0; i < stack.length; i++) { - formatted += '\n at ' + callSiteToString(stack[i]) - } - - return formatted - } - - if (caller) { - formatted += ' at ' + formatLocation(caller) - } - - return formatted -} - -/** - * Format deprecation message with color. - */ - -function formatColor (msg, caller, stack) { - var formatted = '\x1b[36;1m' + this._namespace + '\x1b[22;39m' + // bold cyan - ' \x1b[33;1mdeprecated\x1b[22;39m' + // bold yellow - ' \x1b[0m' + msg + '\x1b[39m' // reset - - // add stack trace - if (this._traced) { - for (var i = 0; i < stack.length; i++) { - formatted += '\n \x1b[36mat ' + callSiteToString(stack[i]) + '\x1b[39m' // cyan - } - - return formatted - } - - if (caller) { - formatted += ' \x1b[36m' + formatLocation(caller) + '\x1b[39m' // cyan - } - - return formatted -} - -/** - * Format call site location. - */ - -function formatLocation (callSite) { - return relative(basePath, callSite[0]) + - ':' + callSite[1] + - ':' + callSite[2] -} - -/** - * Get the stack as array of call sites. - */ - -function getStack () { - var limit = Error.stackTraceLimit - var obj = {} - var prep = Error.prepareStackTrace - - Error.prepareStackTrace = prepareObjectStackTrace - Error.stackTraceLimit = Math.max(10, limit) - - // capture the stack - Error.captureStackTrace(obj) - - // slice this function off the top - var stack = obj.stack.slice(1) - - Error.prepareStackTrace = prep - Error.stackTraceLimit = limit - - return stack -} - -/** - * Capture call site stack from v8. - */ - -function prepareObjectStackTrace (obj, stack) { - return stack -} - -/** - * Return a wrapped function in a deprecation message. - */ - -function wrapfunction (fn, message) { - if (typeof fn !== 'function') { - throw new TypeError('argument fn must be a function') - } - - var args = createArgumentsString(fn.length) - var deprecate = this // eslint-disable-line no-unused-vars - var stack = getStack() - var site = callSiteLocation(stack[1]) - - site.name = fn.name - - // eslint-disable-next-line no-eval - var deprecatedfn = eval('(function (' + args + ') {\n' + - '"use strict"\n' + - 'log.call(deprecate, message, site)\n' + - 'return fn.apply(this, arguments)\n' + - '})') - - return deprecatedfn -} - -/** - * Wrap property in a deprecation message. - */ - -function wrapproperty (obj, prop, message) { - if (!obj || (typeof obj !== 'object' && typeof obj !== 'function')) { - throw new TypeError('argument obj must be object') - } - - var descriptor = Object.getOwnPropertyDescriptor(obj, prop) - - if (!descriptor) { - throw new TypeError('must call property on owner object') - } - - if (!descriptor.configurable) { - throw new TypeError('property must be configurable') - } - - var deprecate = this - var stack = getStack() - var site = callSiteLocation(stack[1]) - - // set site name - site.name = prop - - // convert data descriptor - if ('value' in descriptor) { - descriptor = convertDataDescriptorToAccessor(obj, prop, message) - } - - var get = descriptor.get - var set = descriptor.set - - // wrap getter - if (typeof get === 'function') { - descriptor.get = function getter () { - log.call(deprecate, message, site) - return get.apply(this, arguments) - } - } - - // wrap setter - if (typeof set === 'function') { - descriptor.set = function setter () { - log.call(deprecate, message, site) - return set.apply(this, arguments) - } - } - - Object.defineProperty(obj, prop, descriptor) -} - -/** - * Create DeprecationError for deprecation - */ - -function DeprecationError (namespace, message, stack) { - var error = new Error() - var stackString - - Object.defineProperty(error, 'constructor', { - value: DeprecationError - }) - - Object.defineProperty(error, 'message', { - configurable: true, - enumerable: false, - value: message, - writable: true - }) - - Object.defineProperty(error, 'name', { - enumerable: false, - configurable: true, - value: 'DeprecationError', - writable: true - }) - - Object.defineProperty(error, 'namespace', { - configurable: true, - enumerable: false, - value: namespace, - writable: true - }) - - Object.defineProperty(error, 'stack', { - configurable: true, - enumerable: false, - get: function () { - if (stackString !== undefined) { - return stackString - } - - // prepare stack trace - return (stackString = createStackString.call(this, stack)) - }, - set: function setter (val) { - stackString = val - } - }) - - return error -} diff --git a/software/flow/node_modules/npm/node_modules/depd/lib/browser/index.js b/software/flow/node_modules/npm/node_modules/depd/lib/browser/index.js deleted file mode 100644 index 6be45cc..0000000 --- a/software/flow/node_modules/npm/node_modules/depd/lib/browser/index.js +++ /dev/null @@ -1,77 +0,0 @@ -/*! - * depd - * Copyright(c) 2015 Douglas Christopher Wilson - * MIT Licensed - */ - -'use strict' - -/** - * Module exports. - * @public - */ - -module.exports = depd - -/** - * Create deprecate for namespace in caller. - */ - -function depd (namespace) { - if (!namespace) { - throw new TypeError('argument namespace is required') - } - - function deprecate (message) { - // no-op in browser - } - - deprecate._file = undefined - deprecate._ignored = true - deprecate._namespace = namespace - deprecate._traced = false - deprecate._warned = Object.create(null) - - deprecate.function = wrapfunction - deprecate.property = wrapproperty - - return deprecate -} - -/** - * Return a wrapped function in a deprecation message. - * - * This is a no-op version of the wrapper, which does nothing but call - * validation. - */ - -function wrapfunction (fn, message) { - if (typeof fn !== 'function') { - throw new TypeError('argument fn must be a function') - } - - return fn -} - -/** - * Wrap property in a deprecation message. - * - * This is a no-op version of the wrapper, which does nothing but call - * validation. - */ - -function wrapproperty (obj, prop, message) { - if (!obj || (typeof obj !== 'object' && typeof obj !== 'function')) { - throw new TypeError('argument obj must be object') - } - - var descriptor = Object.getOwnPropertyDescriptor(obj, prop) - - if (!descriptor) { - throw new TypeError('must call property on owner object') - } - - if (!descriptor.configurable) { - throw new TypeError('property must be configurable') - } -} diff --git a/software/flow/node_modules/npm/node_modules/depd/lib/compat/callsite-tostring.js b/software/flow/node_modules/npm/node_modules/depd/lib/compat/callsite-tostring.js deleted file mode 100644 index 73186dc..0000000 --- a/software/flow/node_modules/npm/node_modules/depd/lib/compat/callsite-tostring.js +++ /dev/null @@ -1,103 +0,0 @@ -/*! - * depd - * Copyright(c) 2014 Douglas Christopher Wilson - * MIT Licensed - */ - -'use strict' - -/** - * Module exports. - */ - -module.exports = callSiteToString - -/** - * Format a CallSite file location to a string. - */ - -function callSiteFileLocation (callSite) { - var fileName - var fileLocation = '' - - if (callSite.isNative()) { - fileLocation = 'native' - } else if (callSite.isEval()) { - fileName = callSite.getScriptNameOrSourceURL() - if (!fileName) { - fileLocation = callSite.getEvalOrigin() - } - } else { - fileName = callSite.getFileName() - } - - if (fileName) { - fileLocation += fileName - - var lineNumber = callSite.getLineNumber() - if (lineNumber != null) { - fileLocation += ':' + lineNumber - - var columnNumber = callSite.getColumnNumber() - if (columnNumber) { - fileLocation += ':' + columnNumber - } - } - } - - return fileLocation || 'unknown source' -} - -/** - * Format a CallSite to a string. - */ - -function callSiteToString (callSite) { - var addSuffix = true - var fileLocation = callSiteFileLocation(callSite) - var functionName = callSite.getFunctionName() - var isConstructor = callSite.isConstructor() - var isMethodCall = !(callSite.isToplevel() || isConstructor) - var line = '' - - if (isMethodCall) { - var methodName = callSite.getMethodName() - var typeName = getConstructorName(callSite) - - if (functionName) { - if (typeName && functionName.indexOf(typeName) !== 0) { - line += typeName + '.' - } - - line += functionName - - if (methodName && functionName.lastIndexOf('.' + methodName) !== functionName.length - methodName.length - 1) { - line += ' [as ' + methodName + ']' - } - } else { - line += typeName + '.' + (methodName || '<anonymous>') - } - } else if (isConstructor) { - line += 'new ' + (functionName || '<anonymous>') - } else if (functionName) { - line += functionName - } else { - addSuffix = false - line += fileLocation - } - - if (addSuffix) { - line += ' (' + fileLocation + ')' - } - - return line -} - -/** - * Get constructor name of reviver. - */ - -function getConstructorName (obj) { - var receiver = obj.receiver - return (receiver.constructor && receiver.constructor.name) || null -} diff --git a/software/flow/node_modules/npm/node_modules/depd/lib/compat/event-listener-count.js b/software/flow/node_modules/npm/node_modules/depd/lib/compat/event-listener-count.js deleted file mode 100644 index 3a8925d..0000000 --- a/software/flow/node_modules/npm/node_modules/depd/lib/compat/event-listener-count.js +++ /dev/null @@ -1,22 +0,0 @@ -/*! - * depd - * Copyright(c) 2015 Douglas Christopher Wilson - * MIT Licensed - */ - -'use strict' - -/** - * Module exports. - * @public - */ - -module.exports = eventListenerCount - -/** - * Get the count of listeners on an event emitter of a specific type. - */ - -function eventListenerCount (emitter, type) { - return emitter.listeners(type).length -} diff --git a/software/flow/node_modules/npm/node_modules/depd/lib/compat/index.js b/software/flow/node_modules/npm/node_modules/depd/lib/compat/index.js deleted file mode 100644 index 955b333..0000000 --- a/software/flow/node_modules/npm/node_modules/depd/lib/compat/index.js +++ /dev/null @@ -1,79 +0,0 @@ -/*! - * depd - * Copyright(c) 2014-2015 Douglas Christopher Wilson - * MIT Licensed - */ - -'use strict' - -/** - * Module dependencies. - * @private - */ - -var EventEmitter = require('events').EventEmitter - -/** - * Module exports. - * @public - */ - -lazyProperty(module.exports, 'callSiteToString', function callSiteToString () { - var limit = Error.stackTraceLimit - var obj = {} - var prep = Error.prepareStackTrace - - function prepareObjectStackTrace (obj, stack) { - return stack - } - - Error.prepareStackTrace = prepareObjectStackTrace - Error.stackTraceLimit = 2 - - // capture the stack - Error.captureStackTrace(obj) - - // slice the stack - var stack = obj.stack.slice() - - Error.prepareStackTrace = prep - Error.stackTraceLimit = limit - - return stack[0].toString ? toString : require('./callsite-tostring') -}) - -lazyProperty(module.exports, 'eventListenerCount', function eventListenerCount () { - return EventEmitter.listenerCount || require('./event-listener-count') -}) - -/** - * Define a lazy property. - */ - -function lazyProperty (obj, prop, getter) { - function get () { - var val = getter() - - Object.defineProperty(obj, prop, { - configurable: true, - enumerable: true, - value: val - }) - - return val - } - - Object.defineProperty(obj, prop, { - configurable: true, - enumerable: true, - get: get - }) -} - -/** - * Call toString() on the obj - */ - -function toString (obj) { - return obj.toString() -} diff --git a/software/flow/node_modules/npm/node_modules/depd/package.json b/software/flow/node_modules/npm/node_modules/depd/package.json deleted file mode 100644 index 5e3c863..0000000 --- a/software/flow/node_modules/npm/node_modules/depd/package.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "depd", - "description": "Deprecate all the things", - "version": "1.1.2", - "author": "Douglas Christopher Wilson <doug@somethingdoug.com>", - "license": "MIT", - "keywords": [ - "deprecate", - "deprecated" - ], - "repository": "dougwilson/nodejs-depd", - "browser": "lib/browser/index.js", - "devDependencies": { - "benchmark": "2.1.4", - "beautify-benchmark": "0.2.4", - "eslint": "3.19.0", - "eslint-config-standard": "7.1.0", - "eslint-plugin-markdown": "1.0.0-beta.7", - "eslint-plugin-promise": "3.6.0", - "eslint-plugin-standard": "3.0.1", - "istanbul": "0.4.5", - "mocha": "~1.21.5" - }, - "files": [ - "lib/", - "History.md", - "LICENSE", - "index.js", - "Readme.md" - ], - "engines": { - "node": ">= 0.6" - }, - "scripts": { - "bench": "node benchmark/index.js", - "lint": "eslint --plugin markdown --ext js,md .", - "test": "mocha --reporter spec --bail test/", - "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --no-exit test/", - "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot test/" - } -} diff --git a/software/flow/node_modules/npm/node_modules/diff/CONTRIBUTING.md b/software/flow/node_modules/npm/node_modules/diff/CONTRIBUTING.md deleted file mode 100644 index c8c4fe6..0000000 --- a/software/flow/node_modules/npm/node_modules/diff/CONTRIBUTING.md +++ /dev/null @@ -1,39 +0,0 @@ -# How to Contribute - -## Pull Requests - -We also accept [pull requests][pull-request]! - -Generally we like to see pull requests that - -- Maintain the existing code style -- Are focused on a single change (i.e. avoid large refactoring or style adjustments in untouched code if not the primary goal of the pull request) -- Have [good commit messages](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html) -- Have tests -- Don't decrease the current code coverage (see coverage/lcov-report/index.html) - -## Building - -``` -npm install -npm test -``` - -The `npm test -- dev` implements watching for tests within Node and `karma start` may be used for manual testing in browsers. - -If you notice any problems, please report them to the GitHub issue tracker at -[http://github.com/kpdecker/jsdiff/issues](http://github.com/kpdecker/jsdiff/issues). - -## Releasing - -JsDiff utilizes the [release yeoman generator][generator-release] to perform most release tasks. - -A full release may be completed with the following: - -``` -yo release -npm publish -``` - -[generator-release]: https://github.com/walmartlabs/generator-release -[pull-request]: https://github.com/kpdecker/jsdiff/pull/new/master diff --git a/software/flow/node_modules/npm/node_modules/diff/LICENSE b/software/flow/node_modules/npm/node_modules/diff/LICENSE deleted file mode 100644 index 4e7146e..0000000 --- a/software/flow/node_modules/npm/node_modules/diff/LICENSE +++ /dev/null @@ -1,31 +0,0 @@ -Software License Agreement (BSD License) - -Copyright (c) 2009-2015, Kevin Decker <kpdecker@gmail.com> - -All rights reserved. - -Redistribution and use of this software in source and binary forms, with or without modification, -are permitted provided that the following conditions are met: - -* Redistributions of source code must retain the above - copyright notice, this list of conditions and the - following disclaimer. - -* Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the - following disclaimer in the documentation and/or other - materials provided with the distribution. - -* Neither the name of Kevin Decker nor the names of its - contributors may be used to endorse or promote products - derived from this software without specific prior - written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR -IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR -CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT -OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/diff/dist/diff.js b/software/flow/node_modules/npm/node_modules/diff/dist/diff.js deleted file mode 100644 index 7fa3a55..0000000 --- a/software/flow/node_modules/npm/node_modules/diff/dist/diff.js +++ /dev/null @@ -1,1627 +0,0 @@ -/*! - - diff v5.1.0 - -Software License Agreement (BSD License) - -Copyright (c) 2009-2015, Kevin Decker <kpdecker@gmail.com> - -All rights reserved. - -Redistribution and use of this software in source and binary forms, with or without modification, -are permitted provided that the following conditions are met: - -* Redistributions of source code must retain the above - copyright notice, this list of conditions and the - following disclaimer. - -* Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the - following disclaimer in the documentation and/or other - materials provided with the distribution. - -* Neither the name of Kevin Decker nor the names of its - contributors may be used to endorse or promote products - derived from this software without specific prior - written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR -IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR -CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT -OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -@license -*/ -(function (global, factory) { - typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : - typeof define === 'function' && define.amd ? define(['exports'], factory) : - (global = global || self, factory(global.Diff = {})); -}(this, (function (exports) { 'use strict'; - - function Diff() {} - Diff.prototype = { - diff: function diff(oldString, newString) { - var options = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {}; - var callback = options.callback; - - if (typeof options === 'function') { - callback = options; - options = {}; - } - - this.options = options; - var self = this; - - function done(value) { - if (callback) { - setTimeout(function () { - callback(undefined, value); - }, 0); - return true; - } else { - return value; - } - } // Allow subclasses to massage the input prior to running - - - oldString = this.castInput(oldString); - newString = this.castInput(newString); - oldString = this.removeEmpty(this.tokenize(oldString)); - newString = this.removeEmpty(this.tokenize(newString)); - var newLen = newString.length, - oldLen = oldString.length; - var editLength = 1; - var maxEditLength = newLen + oldLen; - - if (options.maxEditLength) { - maxEditLength = Math.min(maxEditLength, options.maxEditLength); - } - - var bestPath = [{ - newPos: -1, - components: [] - }]; // Seed editLength = 0, i.e. the content starts with the same values - - var oldPos = this.extractCommon(bestPath[0], newString, oldString, 0); - - if (bestPath[0].newPos + 1 >= newLen && oldPos + 1 >= oldLen) { - // Identity per the equality and tokenizer - return done([{ - value: this.join(newString), - count: newString.length - }]); - } // Main worker method. checks all permutations of a given edit length for acceptance. - - - function execEditLength() { - for (var diagonalPath = -1 * editLength; diagonalPath <= editLength; diagonalPath += 2) { - var basePath = void 0; - - var addPath = bestPath[diagonalPath - 1], - removePath = bestPath[diagonalPath + 1], - _oldPos = (removePath ? removePath.newPos : 0) - diagonalPath; - - if (addPath) { - // No one else is going to attempt to use this value, clear it - bestPath[diagonalPath - 1] = undefined; - } - - var canAdd = addPath && addPath.newPos + 1 < newLen, - canRemove = removePath && 0 <= _oldPos && _oldPos < oldLen; - - if (!canAdd && !canRemove) { - // If this path is a terminal then prune - bestPath[diagonalPath] = undefined; - continue; - } // Select the diagonal that we want to branch from. We select the prior - // path whose position in the new string is the farthest from the origin - // and does not pass the bounds of the diff graph - - - if (!canAdd || canRemove && addPath.newPos < removePath.newPos) { - basePath = clonePath(removePath); - self.pushComponent(basePath.components, undefined, true); - } else { - basePath = addPath; // No need to clone, we've pulled it from the list - - basePath.newPos++; - self.pushComponent(basePath.components, true, undefined); - } - - _oldPos = self.extractCommon(basePath, newString, oldString, diagonalPath); // If we have hit the end of both strings, then we are done - - if (basePath.newPos + 1 >= newLen && _oldPos + 1 >= oldLen) { - return done(buildValues(self, basePath.components, newString, oldString, self.useLongestToken)); - } else { - // Otherwise track this path as a potential candidate and continue. - bestPath[diagonalPath] = basePath; - } - } - - editLength++; - } // Performs the length of edit iteration. Is a bit fugly as this has to support the - // sync and async mode which is never fun. Loops over execEditLength until a value - // is produced, or until the edit length exceeds options.maxEditLength (if given), - // in which case it will return undefined. - - - if (callback) { - (function exec() { - setTimeout(function () { - if (editLength > maxEditLength) { - return callback(); - } - - if (!execEditLength()) { - exec(); - } - }, 0); - })(); - } else { - while (editLength <= maxEditLength) { - var ret = execEditLength(); - - if (ret) { - return ret; - } - } - } - }, - pushComponent: function pushComponent(components, added, removed) { - var last = components[components.length - 1]; - - if (last && last.added === added && last.removed === removed) { - // We need to clone here as the component clone operation is just - // as shallow array clone - components[components.length - 1] = { - count: last.count + 1, - added: added, - removed: removed - }; - } else { - components.push({ - count: 1, - added: added, - removed: removed - }); - } - }, - extractCommon: function extractCommon(basePath, newString, oldString, diagonalPath) { - var newLen = newString.length, - oldLen = oldString.length, - newPos = basePath.newPos, - oldPos = newPos - diagonalPath, - commonCount = 0; - - while (newPos + 1 < newLen && oldPos + 1 < oldLen && this.equals(newString[newPos + 1], oldString[oldPos + 1])) { - newPos++; - oldPos++; - commonCount++; - } - - if (commonCount) { - basePath.components.push({ - count: commonCount - }); - } - - basePath.newPos = newPos; - return oldPos; - }, - equals: function equals(left, right) { - if (this.options.comparator) { - return this.options.comparator(left, right); - } else { - return left === right || this.options.ignoreCase && left.toLowerCase() === right.toLowerCase(); - } - }, - removeEmpty: function removeEmpty(array) { - var ret = []; - - for (var i = 0; i < array.length; i++) { - if (array[i]) { - ret.push(array[i]); - } - } - - return ret; - }, - castInput: function castInput(value) { - return value; - }, - tokenize: function tokenize(value) { - return value.split(''); - }, - join: function join(chars) { - return chars.join(''); - } - }; - - function buildValues(diff, components, newString, oldString, useLongestToken) { - var componentPos = 0, - componentLen = components.length, - newPos = 0, - oldPos = 0; - - for (; componentPos < componentLen; componentPos++) { - var component = components[componentPos]; - - if (!component.removed) { - if (!component.added && useLongestToken) { - var value = newString.slice(newPos, newPos + component.count); - value = value.map(function (value, i) { - var oldValue = oldString[oldPos + i]; - return oldValue.length > value.length ? oldValue : value; - }); - component.value = diff.join(value); - } else { - component.value = diff.join(newString.slice(newPos, newPos + component.count)); - } - - newPos += component.count; // Common case - - if (!component.added) { - oldPos += component.count; - } - } else { - component.value = diff.join(oldString.slice(oldPos, oldPos + component.count)); - oldPos += component.count; // Reverse add and remove so removes are output first to match common convention - // The diffing algorithm is tied to add then remove output and this is the simplest - // route to get the desired output with minimal overhead. - - if (componentPos && components[componentPos - 1].added) { - var tmp = components[componentPos - 1]; - components[componentPos - 1] = components[componentPos]; - components[componentPos] = tmp; - } - } - } // Special case handle for when one terminal is ignored (i.e. whitespace). - // For this case we merge the terminal into the prior string and drop the change. - // This is only available for string mode. - - - var lastComponent = components[componentLen - 1]; - - if (componentLen > 1 && typeof lastComponent.value === 'string' && (lastComponent.added || lastComponent.removed) && diff.equals('', lastComponent.value)) { - components[componentLen - 2].value += lastComponent.value; - components.pop(); - } - - return components; - } - - function clonePath(path) { - return { - newPos: path.newPos, - components: path.components.slice(0) - }; - } - - var characterDiff = new Diff(); - function diffChars(oldStr, newStr, options) { - return characterDiff.diff(oldStr, newStr, options); - } - - function generateOptions(options, defaults) { - if (typeof options === 'function') { - defaults.callback = options; - } else if (options) { - for (var name in options) { - /* istanbul ignore else */ - if (options.hasOwnProperty(name)) { - defaults[name] = options[name]; - } - } - } - - return defaults; - } - - // - // Ranges and exceptions: - // Latin-1 Supplement, 0080–00FF - // - U+00D7 × Multiplication sign - // - U+00F7 ÷ Division sign - // Latin Extended-A, 0100–017F - // Latin Extended-B, 0180–024F - // IPA Extensions, 0250–02AF - // Spacing Modifier Letters, 02B0–02FF - // - U+02C7 ˇ &#711; Caron - // - U+02D8 ˘ &#728; Breve - // - U+02D9 ˙ &#729; Dot Above - // - U+02DA ˚ &#730; Ring Above - // - U+02DB ˛ &#731; Ogonek - // - U+02DC ˜ &#732; Small Tilde - // - U+02DD ˝ &#733; Double Acute Accent - // Latin Extended Additional, 1E00–1EFF - - var extendedWordChars = /^[A-Za-z\xC0-\u02C6\u02C8-\u02D7\u02DE-\u02FF\u1E00-\u1EFF]+$/; - var reWhitespace = /\S/; - var wordDiff = new Diff(); - - wordDiff.equals = function (left, right) { - if (this.options.ignoreCase) { - left = left.toLowerCase(); - right = right.toLowerCase(); - } - - return left === right || this.options.ignoreWhitespace && !reWhitespace.test(left) && !reWhitespace.test(right); - }; - - wordDiff.tokenize = function (value) { - // All whitespace symbols except newline group into one token, each newline - in separate token - var tokens = value.split(/([^\S\r\n]+|[()[\]{}'"\r\n]|\b)/); // Join the boundary splits that we do not consider to be boundaries. This is primarily the extended Latin character set. - - for (var i = 0; i < tokens.length - 1; i++) { - // If we have an empty string in the next field and we have only word chars before and after, merge - if (!tokens[i + 1] && tokens[i + 2] && extendedWordChars.test(tokens[i]) && extendedWordChars.test(tokens[i + 2])) { - tokens[i] += tokens[i + 2]; - tokens.splice(i + 1, 2); - i--; - } - } - - return tokens; - }; - - function diffWords(oldStr, newStr, options) { - options = generateOptions(options, { - ignoreWhitespace: true - }); - return wordDiff.diff(oldStr, newStr, options); - } - function diffWordsWithSpace(oldStr, newStr, options) { - return wordDiff.diff(oldStr, newStr, options); - } - - var lineDiff = new Diff(); - - lineDiff.tokenize = function (value) { - var retLines = [], - linesAndNewlines = value.split(/(\n|\r\n)/); // Ignore the final empty token that occurs if the string ends with a new line - - if (!linesAndNewlines[linesAndNewlines.length - 1]) { - linesAndNewlines.pop(); - } // Merge the content and line separators into single tokens - - - for (var i = 0; i < linesAndNewlines.length; i++) { - var line = linesAndNewlines[i]; - - if (i % 2 && !this.options.newlineIsToken) { - retLines[retLines.length - 1] += line; - } else { - if (this.options.ignoreWhitespace) { - line = line.trim(); - } - - retLines.push(line); - } - } - - return retLines; - }; - - function diffLines(oldStr, newStr, callback) { - return lineDiff.diff(oldStr, newStr, callback); - } - function diffTrimmedLines(oldStr, newStr, callback) { - var options = generateOptions(callback, { - ignoreWhitespace: true - }); - return lineDiff.diff(oldStr, newStr, options); - } - - var sentenceDiff = new Diff(); - - sentenceDiff.tokenize = function (value) { - return value.split(/(\S.+?[.!?])(?=\s+|$)/); - }; - - function diffSentences(oldStr, newStr, callback) { - return sentenceDiff.diff(oldStr, newStr, callback); - } - - var cssDiff = new Diff(); - - cssDiff.tokenize = function (value) { - return value.split(/([{}:;,]|\s+)/); - }; - - function diffCss(oldStr, newStr, callback) { - return cssDiff.diff(oldStr, newStr, callback); - } - - function _typeof(obj) { - "@babel/helpers - typeof"; - - if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { - _typeof = function (obj) { - return typeof obj; - }; - } else { - _typeof = function (obj) { - return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; - }; - } - - return _typeof(obj); - } - - function _toConsumableArray(arr) { - return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); - } - - function _arrayWithoutHoles(arr) { - if (Array.isArray(arr)) return _arrayLikeToArray(arr); - } - - function _iterableToArray(iter) { - if (typeof Symbol !== "undefined" && Symbol.iterator in Object(iter)) return Array.from(iter); - } - - function _unsupportedIterableToArray(o, minLen) { - if (!o) return; - if (typeof o === "string") return _arrayLikeToArray(o, minLen); - var n = Object.prototype.toString.call(o).slice(8, -1); - if (n === "Object" && o.constructor) n = o.constructor.name; - if (n === "Map" || n === "Set") return Array.from(o); - if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); - } - - function _arrayLikeToArray(arr, len) { - if (len == null || len > arr.length) len = arr.length; - - for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; - - return arr2; - } - - function _nonIterableSpread() { - throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); - } - - var objectPrototypeToString = Object.prototype.toString; - var jsonDiff = new Diff(); // Discriminate between two lines of pretty-printed, serialized JSON where one of them has a - // dangling comma and the other doesn't. Turns out including the dangling comma yields the nicest output: - - jsonDiff.useLongestToken = true; - jsonDiff.tokenize = lineDiff.tokenize; - - jsonDiff.castInput = function (value) { - var _this$options = this.options, - undefinedReplacement = _this$options.undefinedReplacement, - _this$options$stringi = _this$options.stringifyReplacer, - stringifyReplacer = _this$options$stringi === void 0 ? function (k, v) { - return typeof v === 'undefined' ? undefinedReplacement : v; - } : _this$options$stringi; - return typeof value === 'string' ? value : JSON.stringify(canonicalize(value, null, null, stringifyReplacer), stringifyReplacer, ' '); - }; - - jsonDiff.equals = function (left, right) { - return Diff.prototype.equals.call(jsonDiff, left.replace(/,([\r\n])/g, '$1'), right.replace(/,([\r\n])/g, '$1')); - }; - - function diffJson(oldObj, newObj, options) { - return jsonDiff.diff(oldObj, newObj, options); - } // This function handles the presence of circular references by bailing out when encountering an - // object that is already on the "stack" of items being processed. Accepts an optional replacer - - function canonicalize(obj, stack, replacementStack, replacer, key) { - stack = stack || []; - replacementStack = replacementStack || []; - - if (replacer) { - obj = replacer(key, obj); - } - - var i; - - for (i = 0; i < stack.length; i += 1) { - if (stack[i] === obj) { - return replacementStack[i]; - } - } - - var canonicalizedObj; - - if ('[object Array]' === objectPrototypeToString.call(obj)) { - stack.push(obj); - canonicalizedObj = new Array(obj.length); - replacementStack.push(canonicalizedObj); - - for (i = 0; i < obj.length; i += 1) { - canonicalizedObj[i] = canonicalize(obj[i], stack, replacementStack, replacer, key); - } - - stack.pop(); - replacementStack.pop(); - return canonicalizedObj; - } - - if (obj && obj.toJSON) { - obj = obj.toJSON(); - } - - if (_typeof(obj) === 'object' && obj !== null) { - stack.push(obj); - canonicalizedObj = {}; - replacementStack.push(canonicalizedObj); - - var sortedKeys = [], - _key; - - for (_key in obj) { - /* istanbul ignore else */ - if (obj.hasOwnProperty(_key)) { - sortedKeys.push(_key); - } - } - - sortedKeys.sort(); - - for (i = 0; i < sortedKeys.length; i += 1) { - _key = sortedKeys[i]; - canonicalizedObj[_key] = canonicalize(obj[_key], stack, replacementStack, replacer, _key); - } - - stack.pop(); - replacementStack.pop(); - } else { - canonicalizedObj = obj; - } - - return canonicalizedObj; - } - - var arrayDiff = new Diff(); - - arrayDiff.tokenize = function (value) { - return value.slice(); - }; - - arrayDiff.join = arrayDiff.removeEmpty = function (value) { - return value; - }; - - function diffArrays(oldArr, newArr, callback) { - return arrayDiff.diff(oldArr, newArr, callback); - } - - function parsePatch(uniDiff) { - var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; - var diffstr = uniDiff.split(/\r\n|[\n\v\f\r\x85]/), - delimiters = uniDiff.match(/\r\n|[\n\v\f\r\x85]/g) || [], - list = [], - i = 0; - - function parseIndex() { - var index = {}; - list.push(index); // Parse diff metadata - - while (i < diffstr.length) { - var line = diffstr[i]; // File header found, end parsing diff metadata - - if (/^(\-\-\-|\+\+\+|@@)\s/.test(line)) { - break; - } // Diff index - - - var header = /^(?:Index:|diff(?: -r \w+)+)\s+(.+?)\s*$/.exec(line); - - if (header) { - index.index = header[1]; - } - - i++; - } // Parse file headers if they are defined. Unified diff requires them, but - // there's no technical issues to have an isolated hunk without file header - - - parseFileHeader(index); - parseFileHeader(index); // Parse hunks - - index.hunks = []; - - while (i < diffstr.length) { - var _line = diffstr[i]; - - if (/^(Index:|diff|\-\-\-|\+\+\+)\s/.test(_line)) { - break; - } else if (/^@@/.test(_line)) { - index.hunks.push(parseHunk()); - } else if (_line && options.strict) { - // Ignore unexpected content unless in strict mode - throw new Error('Unknown line ' + (i + 1) + ' ' + JSON.stringify(_line)); - } else { - i++; - } - } - } // Parses the --- and +++ headers, if none are found, no lines - // are consumed. - - - function parseFileHeader(index) { - var fileHeader = /^(---|\+\+\+)\s+(.*)$/.exec(diffstr[i]); - - if (fileHeader) { - var keyPrefix = fileHeader[1] === '---' ? 'old' : 'new'; - var data = fileHeader[2].split('\t', 2); - var fileName = data[0].replace(/\\\\/g, '\\'); - - if (/^".*"$/.test(fileName)) { - fileName = fileName.substr(1, fileName.length - 2); - } - - index[keyPrefix + 'FileName'] = fileName; - index[keyPrefix + 'Header'] = (data[1] || '').trim(); - i++; - } - } // Parses a hunk - // This assumes that we are at the start of a hunk. - - - function parseHunk() { - var chunkHeaderIndex = i, - chunkHeaderLine = diffstr[i++], - chunkHeader = chunkHeaderLine.split(/@@ -(\d+)(?:,(\d+))? \+(\d+)(?:,(\d+))? @@/); - var hunk = { - oldStart: +chunkHeader[1], - oldLines: typeof chunkHeader[2] === 'undefined' ? 1 : +chunkHeader[2], - newStart: +chunkHeader[3], - newLines: typeof chunkHeader[4] === 'undefined' ? 1 : +chunkHeader[4], - lines: [], - linedelimiters: [] - }; // Unified Diff Format quirk: If the chunk size is 0, - // the first number is one lower than one would expect. - // https://www.artima.com/weblogs/viewpost.jsp?thread=164293 - - if (hunk.oldLines === 0) { - hunk.oldStart += 1; - } - - if (hunk.newLines === 0) { - hunk.newStart += 1; - } - - var addCount = 0, - removeCount = 0; - - for (; i < diffstr.length; i++) { - // Lines starting with '---' could be mistaken for the "remove line" operation - // But they could be the header for the next file. Therefore prune such cases out. - if (diffstr[i].indexOf('--- ') === 0 && i + 2 < diffstr.length && diffstr[i + 1].indexOf('+++ ') === 0 && diffstr[i + 2].indexOf('@@') === 0) { - break; - } - - var operation = diffstr[i].length == 0 && i != diffstr.length - 1 ? ' ' : diffstr[i][0]; - - if (operation === '+' || operation === '-' || operation === ' ' || operation === '\\') { - hunk.lines.push(diffstr[i]); - hunk.linedelimiters.push(delimiters[i] || '\n'); - - if (operation === '+') { - addCount++; - } else if (operation === '-') { - removeCount++; - } else if (operation === ' ') { - addCount++; - removeCount++; - } - } else { - break; - } - } // Handle the empty block count case - - - if (!addCount && hunk.newLines === 1) { - hunk.newLines = 0; - } - - if (!removeCount && hunk.oldLines === 1) { - hunk.oldLines = 0; - } // Perform optional sanity checking - - - if (options.strict) { - if (addCount !== hunk.newLines) { - throw new Error('Added line count did not match for hunk at line ' + (chunkHeaderIndex + 1)); - } - - if (removeCount !== hunk.oldLines) { - throw new Error('Removed line count did not match for hunk at line ' + (chunkHeaderIndex + 1)); - } - } - - return hunk; - } - - while (i < diffstr.length) { - parseIndex(); - } - - return list; - } - - // Iterator that traverses in the range of [min, max], stepping - // by distance from a given start position. I.e. for [0, 4], with - // start of 2, this will iterate 2, 3, 1, 4, 0. - function distanceIterator (start, minLine, maxLine) { - var wantForward = true, - backwardExhausted = false, - forwardExhausted = false, - localOffset = 1; - return function iterator() { - if (wantForward && !forwardExhausted) { - if (backwardExhausted) { - localOffset++; - } else { - wantForward = false; - } // Check if trying to fit beyond text length, and if not, check it fits - // after offset location (or desired location on first iteration) - - - if (start + localOffset <= maxLine) { - return localOffset; - } - - forwardExhausted = true; - } - - if (!backwardExhausted) { - if (!forwardExhausted) { - wantForward = true; - } // Check if trying to fit before text beginning, and if not, check it fits - // before offset location - - - if (minLine <= start - localOffset) { - return -localOffset++; - } - - backwardExhausted = true; - return iterator(); - } // We tried to fit hunk before text beginning and beyond text length, then - // hunk can't fit on the text. Return undefined - - }; - } - - function applyPatch(source, uniDiff) { - var options = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {}; - - if (typeof uniDiff === 'string') { - uniDiff = parsePatch(uniDiff); - } - - if (Array.isArray(uniDiff)) { - if (uniDiff.length > 1) { - throw new Error('applyPatch only works with a single input.'); - } - - uniDiff = uniDiff[0]; - } // Apply the diff to the input - - - var lines = source.split(/\r\n|[\n\v\f\r\x85]/), - delimiters = source.match(/\r\n|[\n\v\f\r\x85]/g) || [], - hunks = uniDiff.hunks, - compareLine = options.compareLine || function (lineNumber, line, operation, patchContent) { - return line === patchContent; - }, - errorCount = 0, - fuzzFactor = options.fuzzFactor || 0, - minLine = 0, - offset = 0, - removeEOFNL, - addEOFNL; - /** - * Checks if the hunk exactly fits on the provided location - */ - - - function hunkFits(hunk, toPos) { - for (var j = 0; j < hunk.lines.length; j++) { - var line = hunk.lines[j], - operation = line.length > 0 ? line[0] : ' ', - content = line.length > 0 ? line.substr(1) : line; - - if (operation === ' ' || operation === '-') { - // Context sanity check - if (!compareLine(toPos + 1, lines[toPos], operation, content)) { - errorCount++; - - if (errorCount > fuzzFactor) { - return false; - } - } - - toPos++; - } - } - - return true; - } // Search best fit offsets for each hunk based on the previous ones - - - for (var i = 0; i < hunks.length; i++) { - var hunk = hunks[i], - maxLine = lines.length - hunk.oldLines, - localOffset = 0, - toPos = offset + hunk.oldStart - 1; - var iterator = distanceIterator(toPos, minLine, maxLine); - - for (; localOffset !== undefined; localOffset = iterator()) { - if (hunkFits(hunk, toPos + localOffset)) { - hunk.offset = offset += localOffset; - break; - } - } - - if (localOffset === undefined) { - return false; - } // Set lower text limit to end of the current hunk, so next ones don't try - // to fit over already patched text - - - minLine = hunk.offset + hunk.oldStart + hunk.oldLines; - } // Apply patch hunks - - - var diffOffset = 0; - - for (var _i = 0; _i < hunks.length; _i++) { - var _hunk = hunks[_i], - _toPos = _hunk.oldStart + _hunk.offset + diffOffset - 1; - - diffOffset += _hunk.newLines - _hunk.oldLines; - - for (var j = 0; j < _hunk.lines.length; j++) { - var line = _hunk.lines[j], - operation = line.length > 0 ? line[0] : ' ', - content = line.length > 0 ? line.substr(1) : line, - delimiter = _hunk.linedelimiters[j]; - - if (operation === ' ') { - _toPos++; - } else if (operation === '-') { - lines.splice(_toPos, 1); - delimiters.splice(_toPos, 1); - /* istanbul ignore else */ - } else if (operation === '+') { - lines.splice(_toPos, 0, content); - delimiters.splice(_toPos, 0, delimiter); - _toPos++; - } else if (operation === '\\') { - var previousOperation = _hunk.lines[j - 1] ? _hunk.lines[j - 1][0] : null; - - if (previousOperation === '+') { - removeEOFNL = true; - } else if (previousOperation === '-') { - addEOFNL = true; - } - } - } - } // Handle EOFNL insertion/removal - - - if (removeEOFNL) { - while (!lines[lines.length - 1]) { - lines.pop(); - delimiters.pop(); - } - } else if (addEOFNL) { - lines.push(''); - delimiters.push('\n'); - } - - for (var _k = 0; _k < lines.length - 1; _k++) { - lines[_k] = lines[_k] + delimiters[_k]; - } - - return lines.join(''); - } // Wrapper that supports multiple file patches via callbacks. - - function applyPatches(uniDiff, options) { - if (typeof uniDiff === 'string') { - uniDiff = parsePatch(uniDiff); - } - - var currentIndex = 0; - - function processIndex() { - var index = uniDiff[currentIndex++]; - - if (!index) { - return options.complete(); - } - - options.loadFile(index, function (err, data) { - if (err) { - return options.complete(err); - } - - var updatedContent = applyPatch(data, index, options); - options.patched(index, updatedContent, function (err) { - if (err) { - return options.complete(err); - } - - processIndex(); - }); - }); - } - - processIndex(); - } - - function structuredPatch(oldFileName, newFileName, oldStr, newStr, oldHeader, newHeader, options) { - if (!options) { - options = {}; - } - - if (typeof options.context === 'undefined') { - options.context = 4; - } - - var diff = diffLines(oldStr, newStr, options); - - if (!diff) { - return; - } - - diff.push({ - value: '', - lines: [] - }); // Append an empty value to make cleanup easier - - function contextLines(lines) { - return lines.map(function (entry) { - return ' ' + entry; - }); - } - - var hunks = []; - var oldRangeStart = 0, - newRangeStart = 0, - curRange = [], - oldLine = 1, - newLine = 1; - - var _loop = function _loop(i) { - var current = diff[i], - lines = current.lines || current.value.replace(/\n$/, '').split('\n'); - current.lines = lines; - - if (current.added || current.removed) { - var _curRange; - - // If we have previous context, start with that - if (!oldRangeStart) { - var prev = diff[i - 1]; - oldRangeStart = oldLine; - newRangeStart = newLine; - - if (prev) { - curRange = options.context > 0 ? contextLines(prev.lines.slice(-options.context)) : []; - oldRangeStart -= curRange.length; - newRangeStart -= curRange.length; - } - } // Output our changes - - - (_curRange = curRange).push.apply(_curRange, _toConsumableArray(lines.map(function (entry) { - return (current.added ? '+' : '-') + entry; - }))); // Track the updated file position - - - if (current.added) { - newLine += lines.length; - } else { - oldLine += lines.length; - } - } else { - // Identical context lines. Track line changes - if (oldRangeStart) { - // Close out any changes that have been output (or join overlapping) - if (lines.length <= options.context * 2 && i < diff.length - 2) { - var _curRange2; - - // Overlapping - (_curRange2 = curRange).push.apply(_curRange2, _toConsumableArray(contextLines(lines))); - } else { - var _curRange3; - - // end the range and output - var contextSize = Math.min(lines.length, options.context); - - (_curRange3 = curRange).push.apply(_curRange3, _toConsumableArray(contextLines(lines.slice(0, contextSize)))); - - var hunk = { - oldStart: oldRangeStart, - oldLines: oldLine - oldRangeStart + contextSize, - newStart: newRangeStart, - newLines: newLine - newRangeStart + contextSize, - lines: curRange - }; - - if (i >= diff.length - 2 && lines.length <= options.context) { - // EOF is inside this hunk - var oldEOFNewline = /\n$/.test(oldStr); - var newEOFNewline = /\n$/.test(newStr); - var noNlBeforeAdds = lines.length == 0 && curRange.length > hunk.oldLines; - - if (!oldEOFNewline && noNlBeforeAdds && oldStr.length > 0) { - // special case: old has no eol and no trailing context; no-nl can end up before adds - // however, if the old file is empty, do not output the no-nl line - curRange.splice(hunk.oldLines, 0, '\\ No newline at end of file'); - } - - if (!oldEOFNewline && !noNlBeforeAdds || !newEOFNewline) { - curRange.push('\\ No newline at end of file'); - } - } - - hunks.push(hunk); - oldRangeStart = 0; - newRangeStart = 0; - curRange = []; - } - } - - oldLine += lines.length; - newLine += lines.length; - } - }; - - for (var i = 0; i < diff.length; i++) { - _loop(i); - } - - return { - oldFileName: oldFileName, - newFileName: newFileName, - oldHeader: oldHeader, - newHeader: newHeader, - hunks: hunks - }; - } - function formatPatch(diff) { - var ret = []; - - if (diff.oldFileName == diff.newFileName) { - ret.push('Index: ' + diff.oldFileName); - } - - ret.push('==================================================================='); - ret.push('--- ' + diff.oldFileName + (typeof diff.oldHeader === 'undefined' ? '' : '\t' + diff.oldHeader)); - ret.push('+++ ' + diff.newFileName + (typeof diff.newHeader === 'undefined' ? '' : '\t' + diff.newHeader)); - - for (var i = 0; i < diff.hunks.length; i++) { - var hunk = diff.hunks[i]; // Unified Diff Format quirk: If the chunk size is 0, - // the first number is one lower than one would expect. - // https://www.artima.com/weblogs/viewpost.jsp?thread=164293 - - if (hunk.oldLines === 0) { - hunk.oldStart -= 1; - } - - if (hunk.newLines === 0) { - hunk.newStart -= 1; - } - - ret.push('@@ -' + hunk.oldStart + ',' + hunk.oldLines + ' +' + hunk.newStart + ',' + hunk.newLines + ' @@'); - ret.push.apply(ret, hunk.lines); - } - - return ret.join('\n') + '\n'; - } - function createTwoFilesPatch(oldFileName, newFileName, oldStr, newStr, oldHeader, newHeader, options) { - return formatPatch(structuredPatch(oldFileName, newFileName, oldStr, newStr, oldHeader, newHeader, options)); - } - function createPatch(fileName, oldStr, newStr, oldHeader, newHeader, options) { - return createTwoFilesPatch(fileName, fileName, oldStr, newStr, oldHeader, newHeader, options); - } - - function arrayEqual(a, b) { - if (a.length !== b.length) { - return false; - } - - return arrayStartsWith(a, b); - } - function arrayStartsWith(array, start) { - if (start.length > array.length) { - return false; - } - - for (var i = 0; i < start.length; i++) { - if (start[i] !== array[i]) { - return false; - } - } - - return true; - } - - function calcLineCount(hunk) { - var _calcOldNewLineCount = calcOldNewLineCount(hunk.lines), - oldLines = _calcOldNewLineCount.oldLines, - newLines = _calcOldNewLineCount.newLines; - - if (oldLines !== undefined) { - hunk.oldLines = oldLines; - } else { - delete hunk.oldLines; - } - - if (newLines !== undefined) { - hunk.newLines = newLines; - } else { - delete hunk.newLines; - } - } - function merge(mine, theirs, base) { - mine = loadPatch(mine, base); - theirs = loadPatch(theirs, base); - var ret = {}; // For index we just let it pass through as it doesn't have any necessary meaning. - // Leaving sanity checks on this to the API consumer that may know more about the - // meaning in their own context. - - if (mine.index || theirs.index) { - ret.index = mine.index || theirs.index; - } - - if (mine.newFileName || theirs.newFileName) { - if (!fileNameChanged(mine)) { - // No header or no change in ours, use theirs (and ours if theirs does not exist) - ret.oldFileName = theirs.oldFileName || mine.oldFileName; - ret.newFileName = theirs.newFileName || mine.newFileName; - ret.oldHeader = theirs.oldHeader || mine.oldHeader; - ret.newHeader = theirs.newHeader || mine.newHeader; - } else if (!fileNameChanged(theirs)) { - // No header or no change in theirs, use ours - ret.oldFileName = mine.oldFileName; - ret.newFileName = mine.newFileName; - ret.oldHeader = mine.oldHeader; - ret.newHeader = mine.newHeader; - } else { - // Both changed... figure it out - ret.oldFileName = selectField(ret, mine.oldFileName, theirs.oldFileName); - ret.newFileName = selectField(ret, mine.newFileName, theirs.newFileName); - ret.oldHeader = selectField(ret, mine.oldHeader, theirs.oldHeader); - ret.newHeader = selectField(ret, mine.newHeader, theirs.newHeader); - } - } - - ret.hunks = []; - var mineIndex = 0, - theirsIndex = 0, - mineOffset = 0, - theirsOffset = 0; - - while (mineIndex < mine.hunks.length || theirsIndex < theirs.hunks.length) { - var mineCurrent = mine.hunks[mineIndex] || { - oldStart: Infinity - }, - theirsCurrent = theirs.hunks[theirsIndex] || { - oldStart: Infinity - }; - - if (hunkBefore(mineCurrent, theirsCurrent)) { - // This patch does not overlap with any of the others, yay. - ret.hunks.push(cloneHunk(mineCurrent, mineOffset)); - mineIndex++; - theirsOffset += mineCurrent.newLines - mineCurrent.oldLines; - } else if (hunkBefore(theirsCurrent, mineCurrent)) { - // This patch does not overlap with any of the others, yay. - ret.hunks.push(cloneHunk(theirsCurrent, theirsOffset)); - theirsIndex++; - mineOffset += theirsCurrent.newLines - theirsCurrent.oldLines; - } else { - // Overlap, merge as best we can - var mergedHunk = { - oldStart: Math.min(mineCurrent.oldStart, theirsCurrent.oldStart), - oldLines: 0, - newStart: Math.min(mineCurrent.newStart + mineOffset, theirsCurrent.oldStart + theirsOffset), - newLines: 0, - lines: [] - }; - mergeLines(mergedHunk, mineCurrent.oldStart, mineCurrent.lines, theirsCurrent.oldStart, theirsCurrent.lines); - theirsIndex++; - mineIndex++; - ret.hunks.push(mergedHunk); - } - } - - return ret; - } - - function loadPatch(param, base) { - if (typeof param === 'string') { - if (/^@@/m.test(param) || /^Index:/m.test(param)) { - return parsePatch(param)[0]; - } - - if (!base) { - throw new Error('Must provide a base reference or pass in a patch'); - } - - return structuredPatch(undefined, undefined, base, param); - } - - return param; - } - - function fileNameChanged(patch) { - return patch.newFileName && patch.newFileName !== patch.oldFileName; - } - - function selectField(index, mine, theirs) { - if (mine === theirs) { - return mine; - } else { - index.conflict = true; - return { - mine: mine, - theirs: theirs - }; - } - } - - function hunkBefore(test, check) { - return test.oldStart < check.oldStart && test.oldStart + test.oldLines < check.oldStart; - } - - function cloneHunk(hunk, offset) { - return { - oldStart: hunk.oldStart, - oldLines: hunk.oldLines, - newStart: hunk.newStart + offset, - newLines: hunk.newLines, - lines: hunk.lines - }; - } - - function mergeLines(hunk, mineOffset, mineLines, theirOffset, theirLines) { - // This will generally result in a conflicted hunk, but there are cases where the context - // is the only overlap where we can successfully merge the content here. - var mine = { - offset: mineOffset, - lines: mineLines, - index: 0 - }, - their = { - offset: theirOffset, - lines: theirLines, - index: 0 - }; // Handle any leading content - - insertLeading(hunk, mine, their); - insertLeading(hunk, their, mine); // Now in the overlap content. Scan through and select the best changes from each. - - while (mine.index < mine.lines.length && their.index < their.lines.length) { - var mineCurrent = mine.lines[mine.index], - theirCurrent = their.lines[their.index]; - - if ((mineCurrent[0] === '-' || mineCurrent[0] === '+') && (theirCurrent[0] === '-' || theirCurrent[0] === '+')) { - // Both modified ... - mutualChange(hunk, mine, their); - } else if (mineCurrent[0] === '+' && theirCurrent[0] === ' ') { - var _hunk$lines; - - // Mine inserted - (_hunk$lines = hunk.lines).push.apply(_hunk$lines, _toConsumableArray(collectChange(mine))); - } else if (theirCurrent[0] === '+' && mineCurrent[0] === ' ') { - var _hunk$lines2; - - // Theirs inserted - (_hunk$lines2 = hunk.lines).push.apply(_hunk$lines2, _toConsumableArray(collectChange(their))); - } else if (mineCurrent[0] === '-' && theirCurrent[0] === ' ') { - // Mine removed or edited - removal(hunk, mine, their); - } else if (theirCurrent[0] === '-' && mineCurrent[0] === ' ') { - // Their removed or edited - removal(hunk, their, mine, true); - } else if (mineCurrent === theirCurrent) { - // Context identity - hunk.lines.push(mineCurrent); - mine.index++; - their.index++; - } else { - // Context mismatch - conflict(hunk, collectChange(mine), collectChange(their)); - } - } // Now push anything that may be remaining - - - insertTrailing(hunk, mine); - insertTrailing(hunk, their); - calcLineCount(hunk); - } - - function mutualChange(hunk, mine, their) { - var myChanges = collectChange(mine), - theirChanges = collectChange(their); - - if (allRemoves(myChanges) && allRemoves(theirChanges)) { - // Special case for remove changes that are supersets of one another - if (arrayStartsWith(myChanges, theirChanges) && skipRemoveSuperset(their, myChanges, myChanges.length - theirChanges.length)) { - var _hunk$lines3; - - (_hunk$lines3 = hunk.lines).push.apply(_hunk$lines3, _toConsumableArray(myChanges)); - - return; - } else if (arrayStartsWith(theirChanges, myChanges) && skipRemoveSuperset(mine, theirChanges, theirChanges.length - myChanges.length)) { - var _hunk$lines4; - - (_hunk$lines4 = hunk.lines).push.apply(_hunk$lines4, _toConsumableArray(theirChanges)); - - return; - } - } else if (arrayEqual(myChanges, theirChanges)) { - var _hunk$lines5; - - (_hunk$lines5 = hunk.lines).push.apply(_hunk$lines5, _toConsumableArray(myChanges)); - - return; - } - - conflict(hunk, myChanges, theirChanges); - } - - function removal(hunk, mine, their, swap) { - var myChanges = collectChange(mine), - theirChanges = collectContext(their, myChanges); - - if (theirChanges.merged) { - var _hunk$lines6; - - (_hunk$lines6 = hunk.lines).push.apply(_hunk$lines6, _toConsumableArray(theirChanges.merged)); - } else { - conflict(hunk, swap ? theirChanges : myChanges, swap ? myChanges : theirChanges); - } - } - - function conflict(hunk, mine, their) { - hunk.conflict = true; - hunk.lines.push({ - conflict: true, - mine: mine, - theirs: their - }); - } - - function insertLeading(hunk, insert, their) { - while (insert.offset < their.offset && insert.index < insert.lines.length) { - var line = insert.lines[insert.index++]; - hunk.lines.push(line); - insert.offset++; - } - } - - function insertTrailing(hunk, insert) { - while (insert.index < insert.lines.length) { - var line = insert.lines[insert.index++]; - hunk.lines.push(line); - } - } - - function collectChange(state) { - var ret = [], - operation = state.lines[state.index][0]; - - while (state.index < state.lines.length) { - var line = state.lines[state.index]; // Group additions that are immediately after subtractions and treat them as one "atomic" modify change. - - if (operation === '-' && line[0] === '+') { - operation = '+'; - } - - if (operation === line[0]) { - ret.push(line); - state.index++; - } else { - break; - } - } - - return ret; - } - - function collectContext(state, matchChanges) { - var changes = [], - merged = [], - matchIndex = 0, - contextChanges = false, - conflicted = false; - - while (matchIndex < matchChanges.length && state.index < state.lines.length) { - var change = state.lines[state.index], - match = matchChanges[matchIndex]; // Once we've hit our add, then we are done - - if (match[0] === '+') { - break; - } - - contextChanges = contextChanges || change[0] !== ' '; - merged.push(match); - matchIndex++; // Consume any additions in the other block as a conflict to attempt - // to pull in the remaining context after this - - if (change[0] === '+') { - conflicted = true; - - while (change[0] === '+') { - changes.push(change); - change = state.lines[++state.index]; - } - } - - if (match.substr(1) === change.substr(1)) { - changes.push(change); - state.index++; - } else { - conflicted = true; - } - } - - if ((matchChanges[matchIndex] || '')[0] === '+' && contextChanges) { - conflicted = true; - } - - if (conflicted) { - return changes; - } - - while (matchIndex < matchChanges.length) { - merged.push(matchChanges[matchIndex++]); - } - - return { - merged: merged, - changes: changes - }; - } - - function allRemoves(changes) { - return changes.reduce(function (prev, change) { - return prev && change[0] === '-'; - }, true); - } - - function skipRemoveSuperset(state, removeChanges, delta) { - for (var i = 0; i < delta; i++) { - var changeContent = removeChanges[removeChanges.length - delta + i].substr(1); - - if (state.lines[state.index + i] !== ' ' + changeContent) { - return false; - } - } - - state.index += delta; - return true; - } - - function calcOldNewLineCount(lines) { - var oldLines = 0; - var newLines = 0; - lines.forEach(function (line) { - if (typeof line !== 'string') { - var myCount = calcOldNewLineCount(line.mine); - var theirCount = calcOldNewLineCount(line.theirs); - - if (oldLines !== undefined) { - if (myCount.oldLines === theirCount.oldLines) { - oldLines += myCount.oldLines; - } else { - oldLines = undefined; - } - } - - if (newLines !== undefined) { - if (myCount.newLines === theirCount.newLines) { - newLines += myCount.newLines; - } else { - newLines = undefined; - } - } - } else { - if (newLines !== undefined && (line[0] === '+' || line[0] === ' ')) { - newLines++; - } - - if (oldLines !== undefined && (line[0] === '-' || line[0] === ' ')) { - oldLines++; - } - } - }); - return { - oldLines: oldLines, - newLines: newLines - }; - } - - // See: http://code.google.com/p/google-diff-match-patch/wiki/API - function convertChangesToDMP(changes) { - var ret = [], - change, - operation; - - for (var i = 0; i < changes.length; i++) { - change = changes[i]; - - if (change.added) { - operation = 1; - } else if (change.removed) { - operation = -1; - } else { - operation = 0; - } - - ret.push([operation, change.value]); - } - - return ret; - } - - function convertChangesToXML(changes) { - var ret = []; - - for (var i = 0; i < changes.length; i++) { - var change = changes[i]; - - if (change.added) { - ret.push('<ins>'); - } else if (change.removed) { - ret.push('<del>'); - } - - ret.push(escapeHTML(change.value)); - - if (change.added) { - ret.push('</ins>'); - } else if (change.removed) { - ret.push('</del>'); - } - } - - return ret.join(''); - } - - function escapeHTML(s) { - var n = s; - n = n.replace(/&/g, '&amp;'); - n = n.replace(/</g, '&lt;'); - n = n.replace(/>/g, '&gt;'); - n = n.replace(/"/g, '&quot;'); - return n; - } - - exports.Diff = Diff; - exports.applyPatch = applyPatch; - exports.applyPatches = applyPatches; - exports.canonicalize = canonicalize; - exports.convertChangesToDMP = convertChangesToDMP; - exports.convertChangesToXML = convertChangesToXML; - exports.createPatch = createPatch; - exports.createTwoFilesPatch = createTwoFilesPatch; - exports.diffArrays = diffArrays; - exports.diffChars = diffChars; - exports.diffCss = diffCss; - exports.diffJson = diffJson; - exports.diffLines = diffLines; - exports.diffSentences = diffSentences; - exports.diffTrimmedLines = diffTrimmedLines; - exports.diffWords = diffWords; - exports.diffWordsWithSpace = diffWordsWithSpace; - exports.merge = merge; - exports.parsePatch = parsePatch; - exports.structuredPatch = structuredPatch; - - Object.defineProperty(exports, '__esModule', { value: true }); - -}))); diff --git a/software/flow/node_modules/npm/node_modules/diff/dist/diff.min.js b/software/flow/node_modules/npm/node_modules/diff/dist/diff.min.js deleted file mode 100644 index 80c20de..0000000 --- a/software/flow/node_modules/npm/node_modules/diff/dist/diff.min.js +++ /dev/null @@ -1,38 +0,0 @@ -/*! - - diff v5.1.0 - -Software License Agreement (BSD License) - -Copyright (c) 2009-2015, Kevin Decker <kpdecker@gmail.com> - -All rights reserved. - -Redistribution and use of this software in source and binary forms, with or without modification, -are permitted provided that the following conditions are met: - -* Redistributions of source code must retain the above - copyright notice, this list of conditions and the - following disclaimer. - -* Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the - following disclaimer in the documentation and/or other - materials provided with the distribution. - -* Neither the name of Kevin Decker nor the names of its - contributors may be used to endorse or promote products - derived from this software without specific prior - written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR -IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR -CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT -OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -@license -*/ -!function(e,n){"object"==typeof exports&&"undefined"!=typeof module?n(exports):"function"==typeof define&&define.amd?define(["exports"],n):n((e=e||self).Diff={})}(this,function(e){"use strict";function t(){}t.prototype={diff:function(u,a,e){var n=2<arguments.length&&void 0!==e?e:{},t=n.callback;"function"==typeof n&&(t=n,n={}),this.options=n;var f=this;function d(e){return t?(setTimeout(function(){t(void 0,e)},0),!0):e}u=this.castInput(u),a=this.castInput(a),u=this.removeEmpty(this.tokenize(u));var c=(a=this.removeEmpty(this.tokenize(a))).length,h=u.length,p=1,r=c+h;n.maxEditLength&&(r=Math.min(r,n.maxEditLength));var v=[{newPos:-1,components:[]}],i=this.extractCommon(v[0],a,u,0);if(v[0].newPos+1>=c&&h<=i+1)return d([{value:this.join(a),count:a.length}]);function o(){for(var e,n=-1*p;n<=p;n+=2){var t=void 0,r=v[n-1],i=v[n+1],o=(i?i.newPos:0)-n;r&&(v[n-1]=void 0);var l=r&&r.newPos+1<c,s=i&&0<=o&&o<h;if(l||s){if(!l||s&&r.newPos<i.newPos?(t={newPos:(e=i).newPos,components:e.components.slice(0)},f.pushComponent(t.components,void 0,!0)):((t=r).newPos++,f.pushComponent(t.components,!0,void 0)),o=f.extractCommon(t,a,u,n),t.newPos+1>=c&&h<=o+1)return d(function(e,n,t,r,i){for(var o=0,l=n.length,s=0,u=0;o<l;o++){var a,f,d=n[o];d.removed?(d.value=e.join(r.slice(u,u+d.count)),u+=d.count,o&&n[o-1].added&&(a=n[o-1],n[o-1]=n[o],n[o]=a)):(!d.added&&i?(f=(f=t.slice(s,s+d.count)).map(function(e,n){var t=r[u+n];return t.length>e.length?t:e}),d.value=e.join(f)):d.value=e.join(t.slice(s,s+d.count)),s+=d.count,d.added||(u+=d.count))}var c=n[l-1];1<l&&"string"==typeof c.value&&(c.added||c.removed)&&e.equals("",c.value)&&(n[l-2].value+=c.value,n.pop());return n}(f,t.components,a,u,f.useLongestToken));v[n]=t}else v[n]=void 0}p++}if(t)!function e(){setTimeout(function(){return r<p?t():void(o()||e())},0)}();else for(;p<=r;){var l=o();if(l)return l}},pushComponent:function(e,n,t){var r=e[e.length-1];r&&r.added===n&&r.removed===t?e[e.length-1]={count:r.count+1,added:n,removed:t}:e.push({count:1,added:n,removed:t})},extractCommon:function(e,n,t,r){for(var i=n.length,o=t.length,l=e.newPos,s=l-r,u=0;l+1<i&&s+1<o&&this.equals(n[l+1],t[s+1]);)l++,s++,u++;return u&&e.components.push({count:u}),e.newPos=l,s},equals:function(e,n){return this.options.comparator?this.options.comparator(e,n):e===n||this.options.ignoreCase&&e.toLowerCase()===n.toLowerCase()},removeEmpty:function(e){for(var n=[],t=0;t<e.length;t++)e[t]&&n.push(e[t]);return n},castInput:function(e){return e},tokenize:function(e){return e.split("")},join:function(e){return e.join("")}};var r=new t;function i(e,n){if("function"==typeof e)n.callback=e;else if(e)for(var t in e)e.hasOwnProperty(t)&&(n[t]=e[t]);return n}var o=/^[A-Za-z\xC0-\u02C6\u02C8-\u02D7\u02DE-\u02FF\u1E00-\u1EFF]+$/,l=/\S/,s=new t;s.equals=function(e,n){return this.options.ignoreCase&&(e=e.toLowerCase(),n=n.toLowerCase()),e===n||this.options.ignoreWhitespace&&!l.test(e)&&!l.test(n)},s.tokenize=function(e){for(var n=e.split(/([^\S\r\n]+|[()[\]{}'"\r\n]|\b)/),t=0;t<n.length-1;t++)!n[t+1]&&n[t+2]&&o.test(n[t])&&o.test(n[t+2])&&(n[t]+=n[t+2],n.splice(t+1,2),t--);return n};var u=new t;function L(e,n,t){return u.diff(e,n,t)}u.tokenize=function(e){var n=[],t=e.split(/(\n|\r\n)/);t[t.length-1]||t.pop();for(var r=0;r<t.length;r++){var i=t[r];r%2&&!this.options.newlineIsToken?n[n.length-1]+=i:(this.options.ignoreWhitespace&&(i=i.trim()),n.push(i))}return n};var a=new t;a.tokenize=function(e){return e.split(/(\S.+?[.!?])(?=\s+|$)/)};var f=new t;function d(e){return(d="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function x(e){return function(e){if(Array.isArray(e))return c(e)}(e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(e)||function(e,n){if(!e)return;if("string"==typeof e)return c(e,n);var t=Object.prototype.toString.call(e).slice(8,-1);"Object"===t&&e.constructor&&(t=e.constructor.name);if("Map"===t||"Set"===t)return Array.from(e);if("Arguments"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t))return c(e,n)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function c(e,n){(null==n||n>e.length)&&(n=e.length);for(var t=0,r=new Array(n);t<n;t++)r[t]=e[t];return r}f.tokenize=function(e){return e.split(/([{}:;,]|\s+)/)};var h=Object.prototype.toString,p=new t;function v(e,n,t,r,i){var o,l;for(n=n||[],t=t||[],r&&(e=r(i,e)),o=0;o<n.length;o+=1)if(n[o]===e)return t[o];if("[object Array]"===h.call(e)){for(n.push(e),l=new Array(e.length),t.push(l),o=0;o<e.length;o+=1)l[o]=v(e[o],n,t,r,i);return n.pop(),t.pop(),l}if(e&&e.toJSON&&(e=e.toJSON()),"object"===d(e)&&null!==e){n.push(e),l={},t.push(l);var s,u=[];for(s in e)e.hasOwnProperty(s)&&u.push(s);for(u.sort(),o=0;o<u.length;o+=1)l[s=u[o]]=v(e[s],n,t,r,s);n.pop(),t.pop()}else l=e;return l}p.useLongestToken=!0,p.tokenize=u.tokenize,p.castInput=function(e){var n=this.options,t=n.undefinedReplacement,r=n.stringifyReplacer,i=void 0===r?function(e,n){return void 0===n?t:n}:r;return"string"==typeof e?e:JSON.stringify(v(e,null,null,i),i," ")},p.equals=function(e,n){return t.prototype.equals.call(p,e.replace(/,([\r\n])/g,"$1"),n.replace(/,([\r\n])/g,"$1"))};var g=new t;function j(e){var l=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{},s=e.split(/\r\n|[\n\v\f\r\x85]/),u=e.match(/\r\n|[\n\v\f\r\x85]/g)||[],i=[],a=0;function n(){var e={};for(i.push(e);a<s.length;){var n=s[a];if(/^(\-\-\-|\+\+\+|@@)\s/.test(n))break;var t=/^(?:Index:|diff(?: -r \w+)+)\s+(.+?)\s*$/.exec(n);t&&(e.index=t[1]),a++}for(o(e),o(e),e.hunks=[];a<s.length;){var r=s[a];if(/^(Index:|diff|\-\-\-|\+\+\+)\s/.test(r))break;if(/^@@/.test(r))e.hunks.push(function(){var e=a,n=s[a++].split(/@@ -(\d+)(?:,(\d+))? \+(\d+)(?:,(\d+))? @@/),t={oldStart:+n[1],oldLines:void 0===n[2]?1:+n[2],newStart:+n[3],newLines:void 0===n[4]?1:+n[4],lines:[],linedelimiters:[]};0===t.oldLines&&(t.oldStart+=1);0===t.newLines&&(t.newStart+=1);for(var r=0,i=0;a<s.length&&!(0===s[a].indexOf("--- ")&&a+2<s.length&&0===s[a+1].indexOf("+++ ")&&0===s[a+2].indexOf("@@"));a++){var o=0==s[a].length&&a!=s.length-1?" ":s[a][0];if("+"!==o&&"-"!==o&&" "!==o&&"\\"!==o)break;t.lines.push(s[a]),t.linedelimiters.push(u[a]||"\n"),"+"===o?r++:"-"===o?i++:" "===o&&(r++,i++)}r||1!==t.newLines||(t.newLines=0);i||1!==t.oldLines||(t.oldLines=0);if(l.strict){if(r!==t.newLines)throw new Error("Added line count did not match for hunk at line "+(e+1));if(i!==t.oldLines)throw new Error("Removed line count did not match for hunk at line "+(e+1))}return t}());else{if(r&&l.strict)throw new Error("Unknown line "+(a+1)+" "+JSON.stringify(r));a++}}}function o(e){var n,t,r,i=/^(---|\+\+\+)\s+(.*)$/.exec(s[a]);i&&(n="---"===i[1]?"old":"new",r=(t=i[2].split("\t",2))[0].replace(/\\\\/g,"\\"),/^".*"$/.test(r)&&(r=r.substr(1,r.length-2)),e[n+"FileName"]=r,e[n+"Header"]=(t[1]||"").trim(),a++)}for(;a<s.length;)n();return i}function m(e,n){var t=2<arguments.length&&void 0!==arguments[2]?arguments[2]:{};if("string"==typeof n&&(n=j(n)),Array.isArray(n)){if(1<n.length)throw new Error("applyPatch only works with a single input.");n=n[0]}var r,i,l=e.split(/\r\n|[\n\v\f\r\x85]/),o=e.match(/\r\n|[\n\v\f\r\x85]/g)||[],s=n.hunks,u=t.compareLine||function(e,n,t,r){return n===r},a=0,f=t.fuzzFactor||0,d=0,c=0;for(var h=0;h<s.length;h++){for(var p=s[h],v=l.length-p.oldLines,g=0,m=c+p.oldStart-1,w=function(n,t,r){var i=!0,o=!1,l=!1,s=1;return function e(){if(i&&!l){if(o?s++:i=!1,n+s<=r)return s;l=!0}if(!o)return l||(i=!0),t<=n-s?-s++:(o=!0,e())}}(m,d,v);void 0!==g;g=w())if(function(e,n){for(var t=0;t<e.lines.length;t++){var r=e.lines[t],i=0<r.length?r[0]:" ",o=0<r.length?r.substr(1):r;if(" "===i||"-"===i){if(!u(n+1,l[n],i,o)&&f<++a)return;n++}}return 1}(p,m+g)){p.offset=c+=g;break}if(void 0===g)return!1;d=p.offset+p.oldStart+p.oldLines}for(var y=0,L=0;L<s.length;L++){var x=s[L],S=x.oldStart+x.offset+y-1;y+=x.newLines-x.oldLines;for(var k=0;k<x.lines.length;k++){var b,F=x.lines[k],N=0<F.length?F[0]:" ",H=0<F.length?F.substr(1):F,P=x.linedelimiters[k];" "===N?S++:"-"===N?(l.splice(S,1),o.splice(S,1)):"+"===N?(l.splice(S,0,H),o.splice(S,0,P),S++):"\\"===N&&("+"===(b=x.lines[k-1]?x.lines[k-1][0]:null)?r=!0:"-"===b&&(i=!0))}}if(r)for(;!l[l.length-1];)l.pop(),o.pop();else i&&(l.push(""),o.push("\n"));for(var C=0;C<l.length-1;C++)l[C]=l[C]+o[C];return l.join("")}function w(e,n,a,f,t,r,d){void 0===(d=d||{}).context&&(d.context=4);var c=L(a,f,d);if(c){c.push({value:"",lines:[]});for(var h=[],p=0,v=0,g=[],m=1,w=1,i=0;i<c.length;i++)!function(e){var n,t,r,i,o,l,s=c[e],u=s.lines||s.value.replace(/\n$/,"").split("\n");s.lines=u,s.added||s.removed?(p||(n=c[e-1],p=m,v=w,n&&(g=0<d.context?y(n.lines.slice(-d.context)):[],p-=g.length,v-=g.length)),g.push.apply(g,x(u.map(function(e){return(s.added?"+":"-")+e}))),s.added?w+=u.length:m+=u.length):(p&&(u.length<=2*d.context&&e<c.length-2?g.push.apply(g,x(y(u))):(t=Math.min(u.length,d.context),g.push.apply(g,x(y(u.slice(0,t)))),r={oldStart:p,oldLines:m-p+t,newStart:v,newLines:w-v+t,lines:g},e>=c.length-2&&u.length<=d.context&&(i=/\n$/.test(a),o=/\n$/.test(f),l=0==u.length&&g.length>r.oldLines,!i&&l&&0<a.length&&g.splice(r.oldLines,0,"\\ No newline at end of file"),(i||l)&&o||g.push("\\ No newline at end of file")),h.push(r),v=p=0,g=[])),m+=u.length,w+=u.length)}(i);return{oldFileName:e,newFileName:n,oldHeader:t,newHeader:r,hunks:h}}function y(e){return e.map(function(e){return" "+e})}}function y(e,n,t,r,i,o,l){return function(e){var n=[];e.oldFileName==e.newFileName&&n.push("Index: "+e.oldFileName),n.push("==================================================================="),n.push("--- "+e.oldFileName+(void 0===e.oldHeader?"":"\t"+e.oldHeader)),n.push("+++ "+e.newFileName+(void 0===e.newHeader?"":"\t"+e.newHeader));for(var t=0;t<e.hunks.length;t++){var r=e.hunks[t];0===r.oldLines&&--r.oldStart,0===r.newLines&&--r.newStart,n.push("@@ -"+r.oldStart+","+r.oldLines+" +"+r.newStart+","+r.newLines+" @@"),n.push.apply(n,r.lines)}return n.join("\n")+"\n"}(w(e,n,t,r,i,o,l))}function S(e,n){if(n.length>e.length)return!1;for(var t=0;t<n.length;t++)if(n[t]!==e[t])return!1;return!0}function k(e){var n=function r(e){var i=0;var o=0;e.forEach(function(e){var n,t;"string"!=typeof e?(n=r(e.mine),t=r(e.theirs),void 0!==i&&(n.oldLines===t.oldLines?i+=n.oldLines:i=void 0),void 0!==o&&(n.newLines===t.newLines?o+=n.newLines:o=void 0)):(void 0===o||"+"!==e[0]&&" "!==e[0]||o++,void 0===i||"-"!==e[0]&&" "!==e[0]||i++)});return{oldLines:i,newLines:o}}(e.lines),t=n.oldLines,r=n.newLines;void 0!==t?e.oldLines=t:delete e.oldLines,void 0!==r?e.newLines=r:delete e.newLines}function b(e,n){if("string"!=typeof e)return e;if(/^@@/m.test(e)||/^Index:/m.test(e))return j(e)[0];if(!n)throw new Error("Must provide a base reference or pass in a patch");return w(void 0,void 0,n,e)}function F(e){return e.newFileName&&e.newFileName!==e.oldFileName}function N(e,n,t){return n===t?n:(e.conflict=!0,{mine:n,theirs:t})}function H(e,n){return e.oldStart<n.oldStart&&e.oldStart+e.oldLines<n.oldStart}function P(e,n){return{oldStart:e.oldStart,oldLines:e.oldLines,newStart:e.newStart+n,newLines:e.newLines,lines:e.lines}}function C(e,n,t,r){var i,o=O(n),l=function(e,n){var t=[],r=[],i=0,o=!1,l=!1;for(;i<n.length&&e.index<e.lines.length;){var s=e.lines[e.index],u=n[i];if("+"===u[0])break;if(o=o||" "!==s[0],r.push(u),i++,"+"===s[0])for(l=!0;"+"===s[0];)t.push(s),s=e.lines[++e.index];u.substr(1)===s.substr(1)?(t.push(s),e.index++):l=!0}"+"===(n[i]||"")[0]&&o&&(l=!0);if(l)return t;for(;i<n.length;)r.push(n[i++]);return{merged:r,changes:t}}(t,o);l.merged?(i=e.lines).push.apply(i,x(l.merged)):E(e,r?l:o,r?o:l)}function E(e,n,t){e.conflict=!0,e.lines.push({conflict:!0,mine:n,theirs:t})}function z(e,n,t){for(;n.offset<t.offset&&n.index<n.lines.length;){var r=n.lines[n.index++];e.lines.push(r),n.offset++}}function A(e,n){for(;n.index<n.lines.length;){var t=n.lines[n.index++];e.lines.push(t)}}function O(e){for(var n=[],t=e.lines[e.index][0];e.index<e.lines.length;){var r=e.lines[e.index];if("-"===t&&"+"===r[0]&&(t="+"),t!==r[0])break;n.push(r),e.index++}return n}function I(e){return e.reduce(function(e,n){return e&&"-"===n[0]},!0)}function $(e,n,t){for(var r=0;r<t;r++){var i=n[n.length-t+r].substr(1);if(e.lines[e.index+r]!==" "+i)return}return e.index+=t,1}g.tokenize=function(e){return e.slice()},g.join=g.removeEmpty=function(e){return e},e.Diff=t,e.applyPatch=m,e.applyPatches=function(e,o){"string"==typeof e&&(e=j(e));var n=0;!function r(){var i=e[n++];if(!i)return o.complete();o.loadFile(i,function(e,n){if(e)return o.complete(e);var t=m(n,i,o);o.patched(i,t,function(e){return e?o.complete(e):void r()})})}()},e.canonicalize=v,e.convertChangesToDMP=function(e){for(var n,t,r=[],i=0;i<e.length;i++)t=(n=e[i]).added?1:n.removed?-1:0,r.push([t,n.value]);return r},e.convertChangesToXML=function(e){for(var n,t=[],r=0;r<e.length;r++){var i=e[r];i.added?t.push("<ins>"):i.removed&&t.push("<del>"),t.push((n=i.value,n.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;"))),i.added?t.push("</ins>"):i.removed&&t.push("</del>")}return t.join("")},e.createPatch=function(e,n,t,r,i,o){return y(e,e,n,t,r,i,o)},e.createTwoFilesPatch=y,e.diffArrays=function(e,n,t){return g.diff(e,n,t)},e.diffChars=function(e,n,t){return r.diff(e,n,t)},e.diffCss=function(e,n,t){return f.diff(e,n,t)},e.diffJson=function(e,n,t){return p.diff(e,n,t)},e.diffLines=L,e.diffSentences=function(e,n,t){return a.diff(e,n,t)},e.diffTrimmedLines=function(e,n,t){var r=i(t,{ignoreWhitespace:!0});return u.diff(e,n,r)},e.diffWords=function(e,n,t){return t=i(t,{ignoreWhitespace:!0}),s.diff(e,n,t)},e.diffWordsWithSpace=function(e,n,t){return s.diff(e,n,t)},e.merge=function(e,n,t){e=b(e,t),n=b(n,t);var r={};(e.index||n.index)&&(r.index=e.index||n.index),(e.newFileName||n.newFileName)&&(F(e)?F(n)?(r.oldFileName=N(r,e.oldFileName,n.oldFileName),r.newFileName=N(r,e.newFileName,n.newFileName),r.oldHeader=N(r,e.oldHeader,n.oldHeader),r.newHeader=N(r,e.newHeader,n.newHeader)):(r.oldFileName=e.oldFileName,r.newFileName=e.newFileName,r.oldHeader=e.oldHeader,r.newHeader=e.newHeader):(r.oldFileName=n.oldFileName||e.oldFileName,r.newFileName=n.newFileName||e.newFileName,r.oldHeader=n.oldHeader||e.oldHeader,r.newHeader=n.newHeader||e.newHeader)),r.hunks=[];for(var i=0,o=0,l=0,s=0;i<e.hunks.length||o<n.hunks.length;){var u,a=e.hunks[i]||{oldStart:1/0},f=n.hunks[o]||{oldStart:1/0};H(a,f)?(r.hunks.push(P(a,l)),i++,s+=a.newLines-a.oldLines):H(f,a)?(r.hunks.push(P(f,s)),o++,l+=f.newLines-f.oldLines):(function(e,n,t,r,i){var o,l,s={offset:n,lines:t,index:0},u={offset:r,lines:i,index:0};z(e,s,u),z(e,u,s);for(;s.index<s.lines.length&&u.index<u.lines.length;){var a=s.lines[s.index],f=u.lines[u.index];"-"!==a[0]&&"+"!==a[0]||"-"!==f[0]&&"+"!==f[0]?"+"===a[0]&&" "===f[0]?(o=e.lines).push.apply(o,x(O(s))):"+"===f[0]&&" "===a[0]?(l=e.lines).push.apply(l,x(O(u))):"-"===a[0]&&" "===f[0]?C(e,s,u):"-"===f[0]&&" "===a[0]?C(e,u,s,!0):a===f?(e.lines.push(a),s.index++,u.index++):E(e,O(s),O(u)):function(e,n,t){var r,i,o,l=O(n),s=O(t);if(I(l)&&I(s)){if(S(l,s)&&$(t,l,l.length-s.length))return(r=e.lines).push.apply(r,x(l));if(S(s,l)&&$(n,s,s.length-l.length))return(i=e.lines).push.apply(i,x(s))}else if(function(e,n){return e.length===n.length&&S(e,n)}(l,s))return(o=e.lines).push.apply(o,x(l));E(e,l,s)}(e,s,u)}A(e,s),A(e,u),k(e)}(u={oldStart:Math.min(a.oldStart,f.oldStart),oldLines:0,newStart:Math.min(a.newStart+l,f.oldStart+s),newLines:0,lines:[]},a.oldStart,a.lines,f.oldStart,f.lines),o++,i++,r.hunks.push(u))}return r},e.parsePatch=j,e.structuredPatch=w,Object.defineProperty(e,"__esModule",{value:!0})}); \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/diff/lib/convert/dmp.js b/software/flow/node_modules/npm/node_modules/diff/lib/convert/dmp.js deleted file mode 100644 index 91ff40a..0000000 --- a/software/flow/node_modules/npm/node_modules/diff/lib/convert/dmp.js +++ /dev/null @@ -1,32 +0,0 @@ -/*istanbul ignore start*/ -"use strict"; - -Object.defineProperty(exports, "__esModule", { - value: true -}); -exports.convertChangesToDMP = convertChangesToDMP; - -/*istanbul ignore end*/ -// See: http://code.google.com/p/google-diff-match-patch/wiki/API -function convertChangesToDMP(changes) { - var ret = [], - change, - operation; - - for (var i = 0; i < changes.length; i++) { - change = changes[i]; - - if (change.added) { - operation = 1; - } else if (change.removed) { - operation = -1; - } else { - operation = 0; - } - - ret.push([operation, change.value]); - } - - return ret; -} -//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9jb252ZXJ0L2RtcC5qcyJdLCJuYW1lcyI6WyJjb252ZXJ0Q2hhbmdlc1RvRE1QIiwiY2hhbmdlcyIsInJldCIsImNoYW5nZSIsIm9wZXJhdGlvbiIsImkiLCJsZW5ndGgiLCJhZGRlZCIsInJlbW92ZWQiLCJwdXNoIiwidmFsdWUiXSwibWFwcGluZ3MiOiI7Ozs7Ozs7OztBQUFBO0FBQ08sU0FBU0EsbUJBQVQsQ0FBNkJDLE9BQTdCLEVBQXNDO0FBQzNDLE1BQUlDLEdBQUcsR0FBRyxFQUFWO0FBQUEsTUFDSUMsTUFESjtBQUFBLE1BRUlDLFNBRko7O0FBR0EsT0FBSyxJQUFJQyxDQUFDLEdBQUcsQ0FBYixFQUFnQkEsQ0FBQyxHQUFHSixPQUFPLENBQUNLLE1BQTVCLEVBQW9DRCxDQUFDLEVBQXJDLEVBQXlDO0FBQ3ZDRixJQUFBQSxNQUFNLEdBQUdGLE9BQU8sQ0FBQ0ksQ0FBRCxDQUFoQjs7QUFDQSxRQUFJRixNQUFNLENBQUNJLEtBQVgsRUFBa0I7QUFDaEJILE1BQUFBLFNBQVMsR0FBRyxDQUFaO0FBQ0QsS0FGRCxNQUVPLElBQUlELE1BQU0sQ0FBQ0ssT0FBWCxFQUFvQjtBQUN6QkosTUFBQUEsU0FBUyxHQUFHLENBQUMsQ0FBYjtBQUNELEtBRk0sTUFFQTtBQUNMQSxNQUFBQSxTQUFTLEdBQUcsQ0FBWjtBQUNEOztBQUVERixJQUFBQSxHQUFHLENBQUNPLElBQUosQ0FBUyxDQUFDTCxTQUFELEVBQVlELE1BQU0sQ0FBQ08sS0FBbkIsQ0FBVDtBQUNEOztBQUNELFNBQU9SLEdBQVA7QUFDRCIsInNvdXJjZXNDb250ZW50IjpbIi8vIFNlZTogaHR0cDovL2NvZGUuZ29vZ2xlLmNvbS9wL2dvb2dsZS1kaWZmLW1hdGNoLXBhdGNoL3dpa2kvQVBJXG5leHBvcnQgZnVuY3Rpb24gY29udmVydENoYW5nZXNUb0RNUChjaGFuZ2VzKSB7XG4gIGxldCByZXQgPSBbXSxcbiAgICAgIGNoYW5nZSxcbiAgICAgIG9wZXJhdGlvbjtcbiAgZm9yIChsZXQgaSA9IDA7IGkgPCBjaGFuZ2VzLmxlbmd0aDsgaSsrKSB7XG4gICAgY2hhbmdlID0gY2hhbmdlc1tpXTtcbiAgICBpZiAoY2hhbmdlLmFkZGVkKSB7XG4gICAgICBvcGVyYXRpb24gPSAxO1xuICAgIH0gZWxzZSBpZiAoY2hhbmdlLnJlbW92ZWQpIHtcbiAgICAgIG9wZXJhdGlvbiA9IC0xO1xuICAgIH0gZWxzZSB7XG4gICAgICBvcGVyYXRpb24gPSAwO1xuICAgIH1cblxuICAgIHJldC5wdXNoKFtvcGVyYXRpb24sIGNoYW5nZS52YWx1ZV0pO1xuICB9XG4gIHJldHVybiByZXQ7XG59XG4iXX0= diff --git a/software/flow/node_modules/npm/node_modules/diff/lib/convert/xml.js b/software/flow/node_modules/npm/node_modules/diff/lib/convert/xml.js deleted file mode 100644 index 69ec60c..0000000 --- a/software/flow/node_modules/npm/node_modules/diff/lib/convert/xml.js +++ /dev/null @@ -1,42 +0,0 @@ -/*istanbul ignore start*/ -"use strict"; - -Object.defineProperty(exports, "__esModule", { - value: true -}); -exports.convertChangesToXML = convertChangesToXML; - -/*istanbul ignore end*/ -function convertChangesToXML(changes) { - var ret = []; - - for (var i = 0; i < changes.length; i++) { - var change = changes[i]; - - if (change.added) { - ret.push('<ins>'); - } else if (change.removed) { - ret.push('<del>'); - } - - ret.push(escapeHTML(change.value)); - - if (change.added) { - ret.push('</ins>'); - } else if (change.removed) { - ret.push('</del>'); - } - } - - return ret.join(''); -} - -function escapeHTML(s) { - var n = s; - n = n.replace(/&/g, '&amp;'); - n = n.replace(/</g, '&lt;'); - n = n.replace(/>/g, '&gt;'); - n = n.replace(/"/g, '&quot;'); - return n; -} -//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9jb252ZXJ0L3htbC5qcyJdLCJuYW1lcyI6WyJjb252ZXJ0Q2hhbmdlc1RvWE1MIiwiY2hhbmdlcyIsInJldCIsImkiLCJsZW5ndGgiLCJjaGFuZ2UiLCJhZGRlZCIsInB1c2giLCJyZW1vdmVkIiwiZXNjYXBlSFRNTCIsInZhbHVlIiwiam9pbiIsInMiLCJuIiwicmVwbGFjZSJdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7O0FBQU8sU0FBU0EsbUJBQVQsQ0FBNkJDLE9BQTdCLEVBQXNDO0FBQzNDLE1BQUlDLEdBQUcsR0FBRyxFQUFWOztBQUNBLE9BQUssSUFBSUMsQ0FBQyxHQUFHLENBQWIsRUFBZ0JBLENBQUMsR0FBR0YsT0FBTyxDQUFDRyxNQUE1QixFQUFvQ0QsQ0FBQyxFQUFyQyxFQUF5QztBQUN2QyxRQUFJRSxNQUFNLEdBQUdKLE9BQU8sQ0FBQ0UsQ0FBRCxDQUFwQjs7QUFDQSxRQUFJRSxNQUFNLENBQUNDLEtBQVgsRUFBa0I7QUFDaEJKLE1BQUFBLEdBQUcsQ0FBQ0ssSUFBSixDQUFTLE9BQVQ7QUFDRCxLQUZELE1BRU8sSUFBSUYsTUFBTSxDQUFDRyxPQUFYLEVBQW9CO0FBQ3pCTixNQUFBQSxHQUFHLENBQUNLLElBQUosQ0FBUyxPQUFUO0FBQ0Q7O0FBRURMLElBQUFBLEdBQUcsQ0FBQ0ssSUFBSixDQUFTRSxVQUFVLENBQUNKLE1BQU0sQ0FBQ0ssS0FBUixDQUFuQjs7QUFFQSxRQUFJTCxNQUFNLENBQUNDLEtBQVgsRUFBa0I7QUFDaEJKLE1BQUFBLEdBQUcsQ0FBQ0ssSUFBSixDQUFTLFFBQVQ7QUFDRCxLQUZELE1BRU8sSUFBSUYsTUFBTSxDQUFDRyxPQUFYLEVBQW9CO0FBQ3pCTixNQUFBQSxHQUFHLENBQUNLLElBQUosQ0FBUyxRQUFUO0FBQ0Q7QUFDRjs7QUFDRCxTQUFPTCxHQUFHLENBQUNTLElBQUosQ0FBUyxFQUFULENBQVA7QUFDRDs7QUFFRCxTQUFTRixVQUFULENBQW9CRyxDQUFwQixFQUF1QjtBQUNyQixNQUFJQyxDQUFDLEdBQUdELENBQVI7QUFDQUMsRUFBQUEsQ0FBQyxHQUFHQSxDQUFDLENBQUNDLE9BQUYsQ0FBVSxJQUFWLEVBQWdCLE9BQWhCLENBQUo7QUFDQUQsRUFBQUEsQ0FBQyxHQUFHQSxDQUFDLENBQUNDLE9BQUYsQ0FBVSxJQUFWLEVBQWdCLE1BQWhCLENBQUo7QUFDQUQsRUFBQUEsQ0FBQyxHQUFHQSxDQUFDLENBQUNDLE9BQUYsQ0FBVSxJQUFWLEVBQWdCLE1BQWhCLENBQUo7QUFDQUQsRUFBQUEsQ0FBQyxHQUFHQSxDQUFDLENBQUNDLE9BQUYsQ0FBVSxJQUFWLEVBQWdCLFFBQWhCLENBQUo7QUFFQSxTQUFPRCxDQUFQO0FBQ0QiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgZnVuY3Rpb24gY29udmVydENoYW5nZXNUb1hNTChjaGFuZ2VzKSB7XG4gIGxldCByZXQgPSBbXTtcbiAgZm9yIChsZXQgaSA9IDA7IGkgPCBjaGFuZ2VzLmxlbmd0aDsgaSsrKSB7XG4gICAgbGV0IGNoYW5nZSA9IGNoYW5nZXNbaV07XG4gICAgaWYgKGNoYW5nZS5hZGRlZCkge1xuICAgICAgcmV0LnB1c2goJzxpbnM+Jyk7XG4gICAgfSBlbHNlIGlmIChjaGFuZ2UucmVtb3ZlZCkge1xuICAgICAgcmV0LnB1c2goJzxkZWw+Jyk7XG4gICAgfVxuXG4gICAgcmV0LnB1c2goZXNjYXBlSFRNTChjaGFuZ2UudmFsdWUpKTtcblxuICAgIGlmIChjaGFuZ2UuYWRkZWQpIHtcbiAgICAgIHJldC5wdXNoKCc8L2lucz4nKTtcbiAgICB9IGVsc2UgaWYgKGNoYW5nZS5yZW1vdmVkKSB7XG4gICAgICByZXQucHVzaCgnPC9kZWw+Jyk7XG4gICAgfVxuICB9XG4gIHJldHVybiByZXQuam9pbignJyk7XG59XG5cbmZ1bmN0aW9uIGVzY2FwZUhUTUwocykge1xuICBsZXQgbiA9IHM7XG4gIG4gPSBuLnJlcGxhY2UoLyYvZywgJyZhbXA7Jyk7XG4gIG4gPSBuLnJlcGxhY2UoLzwvZywgJyZsdDsnKTtcbiAgbiA9IG4ucmVwbGFjZSgvPi9nLCAnJmd0OycpO1xuICBuID0gbi5yZXBsYWNlKC9cIi9nLCAnJnF1b3Q7Jyk7XG5cbiAgcmV0dXJuIG47XG59XG4iXX0= diff --git a/software/flow/node_modules/npm/node_modules/diff/lib/diff/array.js b/software/flow/node_modules/npm/node_modules/diff/lib/diff/array.js deleted file mode 100644 index 19e3680..0000000 --- a/software/flow/node_modules/npm/node_modules/diff/lib/diff/array.js +++ /dev/null @@ -1,45 +0,0 @@ -/*istanbul ignore start*/ -"use strict"; - -Object.defineProperty(exports, "__esModule", { - value: true -}); -exports.diffArrays = diffArrays; -exports.arrayDiff = void 0; - -/*istanbul ignore end*/ -var -/*istanbul ignore start*/ -_base = _interopRequireDefault(require("./base")) -/*istanbul ignore end*/ -; - -/*istanbul ignore start*/ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; } - -/*istanbul ignore end*/ -var arrayDiff = new -/*istanbul ignore start*/ -_base -/*istanbul ignore end*/ -[ -/*istanbul ignore start*/ -"default" -/*istanbul ignore end*/ -](); - -/*istanbul ignore start*/ -exports.arrayDiff = arrayDiff; - -/*istanbul ignore end*/ -arrayDiff.tokenize = function (value) { - return value.slice(); -}; - -arrayDiff.join = arrayDiff.removeEmpty = function (value) { - return value; -}; - -function diffArrays(oldArr, newArr, callback) { - return arrayDiff.diff(oldArr, newArr, callback); -} -//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9kaWZmL2FycmF5LmpzIl0sIm5hbWVzIjpbImFycmF5RGlmZiIsIkRpZmYiLCJ0b2tlbml6ZSIsInZhbHVlIiwic2xpY2UiLCJqb2luIiwicmVtb3ZlRW1wdHkiLCJkaWZmQXJyYXlzIiwib2xkQXJyIiwibmV3QXJyIiwiY2FsbGJhY2siLCJkaWZmIl0sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7O0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTs7Ozs7QUFFTyxJQUFNQSxTQUFTLEdBQUc7QUFBSUM7QUFBQUE7QUFBQUE7QUFBQUE7QUFBQUE7QUFBQUE7QUFBQUE7QUFBQUEsQ0FBSixFQUFsQjs7Ozs7O0FBQ1BELFNBQVMsQ0FBQ0UsUUFBVixHQUFxQixVQUFTQyxLQUFULEVBQWdCO0FBQ25DLFNBQU9BLEtBQUssQ0FBQ0MsS0FBTixFQUFQO0FBQ0QsQ0FGRDs7QUFHQUosU0FBUyxDQUFDSyxJQUFWLEdBQWlCTCxTQUFTLENBQUNNLFdBQVYsR0FBd0IsVUFBU0gsS0FBVCxFQUFnQjtBQUN2RCxTQUFPQSxLQUFQO0FBQ0QsQ0FGRDs7QUFJTyxTQUFTSSxVQUFULENBQW9CQyxNQUFwQixFQUE0QkMsTUFBNUIsRUFBb0NDLFFBQXBDLEVBQThDO0FBQUUsU0FBT1YsU0FBUyxDQUFDVyxJQUFWLENBQWVILE1BQWYsRUFBdUJDLE1BQXZCLEVBQStCQyxRQUEvQixDQUFQO0FBQWtEIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IERpZmYgZnJvbSAnLi9iYXNlJztcblxuZXhwb3J0IGNvbnN0IGFycmF5RGlmZiA9IG5ldyBEaWZmKCk7XG5hcnJheURpZmYudG9rZW5pemUgPSBmdW5jdGlvbih2YWx1ZSkge1xuICByZXR1cm4gdmFsdWUuc2xpY2UoKTtcbn07XG5hcnJheURpZmYuam9pbiA9IGFycmF5RGlmZi5yZW1vdmVFbXB0eSA9IGZ1bmN0aW9uKHZhbHVlKSB7XG4gIHJldHVybiB2YWx1ZTtcbn07XG5cbmV4cG9ydCBmdW5jdGlvbiBkaWZmQXJyYXlzKG9sZEFyciwgbmV3QXJyLCBjYWxsYmFjaykgeyByZXR1cm4gYXJyYXlEaWZmLmRpZmYob2xkQXJyLCBuZXdBcnIsIGNhbGxiYWNrKTsgfVxuIl19 diff --git a/software/flow/node_modules/npm/node_modules/diff/lib/diff/base.js b/software/flow/node_modules/npm/node_modules/diff/lib/diff/base.js deleted file mode 100644 index 521da8a..0000000 --- a/software/flow/node_modules/npm/node_modules/diff/lib/diff/base.js +++ /dev/null @@ -1,307 +0,0 @@ -/*istanbul ignore start*/ -"use strict"; - -Object.defineProperty(exports, "__esModule", { - value: true -}); -exports["default"] = Diff; - -/*istanbul ignore end*/ -function Diff() {} - -Diff.prototype = { - /*istanbul ignore start*/ - - /*istanbul ignore end*/ - diff: function diff(oldString, newString) { - /*istanbul ignore start*/ - var - /*istanbul ignore end*/ - options = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {}; - var callback = options.callback; - - if (typeof options === 'function') { - callback = options; - options = {}; - } - - this.options = options; - var self = this; - - function done(value) { - if (callback) { - setTimeout(function () { - callback(undefined, value); - }, 0); - return true; - } else { - return value; - } - } // Allow subclasses to massage the input prior to running - - - oldString = this.castInput(oldString); - newString = this.castInput(newString); - oldString = this.removeEmpty(this.tokenize(oldString)); - newString = this.removeEmpty(this.tokenize(newString)); - var newLen = newString.length, - oldLen = oldString.length; - var editLength = 1; - var maxEditLength = newLen + oldLen; - - if (options.maxEditLength) { - maxEditLength = Math.min(maxEditLength, options.maxEditLength); - } - - var bestPath = [{ - newPos: -1, - components: [] - }]; // Seed editLength = 0, i.e. the content starts with the same values - - var oldPos = this.extractCommon(bestPath[0], newString, oldString, 0); - - if (bestPath[0].newPos + 1 >= newLen && oldPos + 1 >= oldLen) { - // Identity per the equality and tokenizer - return done([{ - value: this.join(newString), - count: newString.length - }]); - } // Main worker method. checks all permutations of a given edit length for acceptance. - - - function execEditLength() { - for (var diagonalPath = -1 * editLength; diagonalPath <= editLength; diagonalPath += 2) { - var basePath = - /*istanbul ignore start*/ - void 0 - /*istanbul ignore end*/ - ; - - var addPath = bestPath[diagonalPath - 1], - removePath = bestPath[diagonalPath + 1], - _oldPos = (removePath ? removePath.newPos : 0) - diagonalPath; - - if (addPath) { - // No one else is going to attempt to use this value, clear it - bestPath[diagonalPath - 1] = undefined; - } - - var canAdd = addPath && addPath.newPos + 1 < newLen, - canRemove = removePath && 0 <= _oldPos && _oldPos < oldLen; - - if (!canAdd && !canRemove) { - // If this path is a terminal then prune - bestPath[diagonalPath] = undefined; - continue; - } // Select the diagonal that we want to branch from. We select the prior - // path whose position in the new string is the farthest from the origin - // and does not pass the bounds of the diff graph - - - if (!canAdd || canRemove && addPath.newPos < removePath.newPos) { - basePath = clonePath(removePath); - self.pushComponent(basePath.components, undefined, true); - } else { - basePath = addPath; // No need to clone, we've pulled it from the list - - basePath.newPos++; - self.pushComponent(basePath.components, true, undefined); - } - - _oldPos = self.extractCommon(basePath, newString, oldString, diagonalPath); // If we have hit the end of both strings, then we are done - - if (basePath.newPos + 1 >= newLen && _oldPos + 1 >= oldLen) { - return done(buildValues(self, basePath.components, newString, oldString, self.useLongestToken)); - } else { - // Otherwise track this path as a potential candidate and continue. - bestPath[diagonalPath] = basePath; - } - } - - editLength++; - } // Performs the length of edit iteration. Is a bit fugly as this has to support the - // sync and async mode which is never fun. Loops over execEditLength until a value - // is produced, or until the edit length exceeds options.maxEditLength (if given), - // in which case it will return undefined. - - - if (callback) { - (function exec() { - setTimeout(function () { - if (editLength > maxEditLength) { - return callback(); - } - - if (!execEditLength()) { - exec(); - } - }, 0); - })(); - } else { - while (editLength <= maxEditLength) { - var ret = execEditLength(); - - if (ret) { - return ret; - } - } - } - }, - - /*istanbul ignore start*/ - - /*istanbul ignore end*/ - pushComponent: function pushComponent(components, added, removed) { - var last = components[components.length - 1]; - - if (last && last.added === added && last.removed === removed) { - // We need to clone here as the component clone operation is just - // as shallow array clone - components[components.length - 1] = { - count: last.count + 1, - added: added, - removed: removed - }; - } else { - components.push({ - count: 1, - added: added, - removed: removed - }); - } - }, - - /*istanbul ignore start*/ - - /*istanbul ignore end*/ - extractCommon: function extractCommon(basePath, newString, oldString, diagonalPath) { - var newLen = newString.length, - oldLen = oldString.length, - newPos = basePath.newPos, - oldPos = newPos - diagonalPath, - commonCount = 0; - - while (newPos + 1 < newLen && oldPos + 1 < oldLen && this.equals(newString[newPos + 1], oldString[oldPos + 1])) { - newPos++; - oldPos++; - commonCount++; - } - - if (commonCount) { - basePath.components.push({ - count: commonCount - }); - } - - basePath.newPos = newPos; - return oldPos; - }, - - /*istanbul ignore start*/ - - /*istanbul ignore end*/ - equals: function equals(left, right) { - if (this.options.comparator) { - return this.options.comparator(left, right); - } else { - return left === right || this.options.ignoreCase && left.toLowerCase() === right.toLowerCase(); - } - }, - - /*istanbul ignore start*/ - - /*istanbul ignore end*/ - removeEmpty: function removeEmpty(array) { - var ret = []; - - for (var i = 0; i < array.length; i++) { - if (array[i]) { - ret.push(array[i]); - } - } - - return ret; - }, - - /*istanbul ignore start*/ - - /*istanbul ignore end*/ - castInput: function castInput(value) { - return value; - }, - - /*istanbul ignore start*/ - - /*istanbul ignore end*/ - tokenize: function tokenize(value) { - return value.split(''); - }, - - /*istanbul ignore start*/ - - /*istanbul ignore end*/ - join: function join(chars) { - return chars.join(''); - } -}; - -function buildValues(diff, components, newString, oldString, useLongestToken) { - var componentPos = 0, - componentLen = components.length, - newPos = 0, - oldPos = 0; - - for (; componentPos < componentLen; componentPos++) { - var component = components[componentPos]; - - if (!component.removed) { - if (!component.added && useLongestToken) { - var value = newString.slice(newPos, newPos + component.count); - value = value.map(function (value, i) { - var oldValue = oldString[oldPos + i]; - return oldValue.length > value.length ? oldValue : value; - }); - component.value = diff.join(value); - } else { - component.value = diff.join(newString.slice(newPos, newPos + component.count)); - } - - newPos += component.count; // Common case - - if (!component.added) { - oldPos += component.count; - } - } else { - component.value = diff.join(oldString.slice(oldPos, oldPos + component.count)); - oldPos += component.count; // Reverse add and remove so removes are output first to match common convention - // The diffing algorithm is tied to add then remove output and this is the simplest - // route to get the desired output with minimal overhead. - - if (componentPos && components[componentPos - 1].added) { - var tmp = components[componentPos - 1]; - components[componentPos - 1] = components[componentPos]; - components[componentPos] = tmp; - } - } - } // Special case handle for when one terminal is ignored (i.e. whitespace). - // For this case we merge the terminal into the prior string and drop the change. - // This is only available for string mode. - - - var lastComponent = components[componentLen - 1]; - - if (componentLen > 1 && typeof lastComponent.value === 'string' && (lastComponent.added || lastComponent.removed) && diff.equals('', lastComponent.value)) { - components[componentLen - 2].value += lastComponent.value; - components.pop(); - } - - return components; -} - -function clonePath(path) { - return { - newPos: path.newPos, - components: path.components.slice(0) - }; -} -//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9kaWZmL2Jhc2UuanMiXSwibmFtZXMiOlsiRGlmZiIsInByb3RvdHlwZSIsImRpZmYiLCJvbGRTdHJpbmciLCJuZXdTdHJpbmciLCJvcHRpb25zIiwiY2FsbGJhY2siLCJzZWxmIiwiZG9uZSIsInZhbHVlIiwic2V0VGltZW91dCIsInVuZGVmaW5lZCIsImNhc3RJbnB1dCIsInJlbW92ZUVtcHR5IiwidG9rZW5pemUiLCJuZXdMZW4iLCJsZW5ndGgiLCJvbGRMZW4iLCJlZGl0TGVuZ3RoIiwibWF4RWRpdExlbmd0aCIsIk1hdGgiLCJtaW4iLCJiZXN0UGF0aCIsIm5ld1BvcyIsImNvbXBvbmVudHMiLCJvbGRQb3MiLCJleHRyYWN0Q29tbW9uIiwiam9pbiIsImNvdW50IiwiZXhlY0VkaXRMZW5ndGgiLCJkaWFnb25hbFBhdGgiLCJiYXNlUGF0aCIsImFkZFBhdGgiLCJyZW1vdmVQYXRoIiwiY2FuQWRkIiwiY2FuUmVtb3ZlIiwiY2xvbmVQYXRoIiwicHVzaENvbXBvbmVudCIsImJ1aWxkVmFsdWVzIiwidXNlTG9uZ2VzdFRva2VuIiwiZXhlYyIsInJldCIsImFkZGVkIiwicmVtb3ZlZCIsImxhc3QiLCJwdXNoIiwiY29tbW9uQ291bnQiLCJlcXVhbHMiLCJsZWZ0IiwicmlnaHQiLCJjb21wYXJhdG9yIiwiaWdub3JlQ2FzZSIsInRvTG93ZXJDYXNlIiwiYXJyYXkiLCJpIiwic3BsaXQiLCJjaGFycyIsImNvbXBvbmVudFBvcyIsImNvbXBvbmVudExlbiIsImNvbXBvbmVudCIsInNsaWNlIiwibWFwIiwib2xkVmFsdWUiLCJ0bXAiLCJsYXN0Q29tcG9uZW50IiwicG9wIiwicGF0aCJdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7O0FBQWUsU0FBU0EsSUFBVCxHQUFnQixDQUFFOztBQUVqQ0EsSUFBSSxDQUFDQyxTQUFMLEdBQWlCO0FBQUE7O0FBQUE7QUFDZkMsRUFBQUEsSUFEZSxnQkFDVkMsU0FEVSxFQUNDQyxTQURELEVBQzBCO0FBQUE7QUFBQTtBQUFBO0FBQWRDLElBQUFBLE9BQWMsdUVBQUosRUFBSTtBQUN2QyxRQUFJQyxRQUFRLEdBQUdELE9BQU8sQ0FBQ0MsUUFBdkI7O0FBQ0EsUUFBSSxPQUFPRCxPQUFQLEtBQW1CLFVBQXZCLEVBQW1DO0FBQ2pDQyxNQUFBQSxRQUFRLEdBQUdELE9BQVg7QUFDQUEsTUFBQUEsT0FBTyxHQUFHLEVBQVY7QUFDRDs7QUFDRCxTQUFLQSxPQUFMLEdBQWVBLE9BQWY7QUFFQSxRQUFJRSxJQUFJLEdBQUcsSUFBWDs7QUFFQSxhQUFTQyxJQUFULENBQWNDLEtBQWQsRUFBcUI7QUFDbkIsVUFBSUgsUUFBSixFQUFjO0FBQ1pJLFFBQUFBLFVBQVUsQ0FBQyxZQUFXO0FBQUVKLFVBQUFBLFFBQVEsQ0FBQ0ssU0FBRCxFQUFZRixLQUFaLENBQVI7QUFBNkIsU0FBM0MsRUFBNkMsQ0FBN0MsQ0FBVjtBQUNBLGVBQU8sSUFBUDtBQUNELE9BSEQsTUFHTztBQUNMLGVBQU9BLEtBQVA7QUFDRDtBQUNGLEtBakJzQyxDQW1CdkM7OztBQUNBTixJQUFBQSxTQUFTLEdBQUcsS0FBS1MsU0FBTCxDQUFlVCxTQUFmLENBQVo7QUFDQUMsSUFBQUEsU0FBUyxHQUFHLEtBQUtRLFNBQUwsQ0FBZVIsU0FBZixDQUFaO0FBRUFELElBQUFBLFNBQVMsR0FBRyxLQUFLVSxXQUFMLENBQWlCLEtBQUtDLFFBQUwsQ0FBY1gsU0FBZCxDQUFqQixDQUFaO0FBQ0FDLElBQUFBLFNBQVMsR0FBRyxLQUFLUyxXQUFMLENBQWlCLEtBQUtDLFFBQUwsQ0FBY1YsU0FBZCxDQUFqQixDQUFaO0FBRUEsUUFBSVcsTUFBTSxHQUFHWCxTQUFTLENBQUNZLE1BQXZCO0FBQUEsUUFBK0JDLE1BQU0sR0FBR2QsU0FBUyxDQUFDYSxNQUFsRDtBQUNBLFFBQUlFLFVBQVUsR0FBRyxDQUFqQjtBQUNBLFFBQUlDLGFBQWEsR0FBR0osTUFBTSxHQUFHRSxNQUE3Qjs7QUFDQSxRQUFHWixPQUFPLENBQUNjLGFBQVgsRUFBMEI7QUFDeEJBLE1BQUFBLGFBQWEsR0FBR0MsSUFBSSxDQUFDQyxHQUFMLENBQVNGLGFBQVQsRUFBd0JkLE9BQU8sQ0FBQ2MsYUFBaEMsQ0FBaEI7QUFDRDs7QUFFRCxRQUFJRyxRQUFRLEdBQUcsQ0FBQztBQUFFQyxNQUFBQSxNQUFNLEVBQUUsQ0FBQyxDQUFYO0FBQWNDLE1BQUFBLFVBQVUsRUFBRTtBQUExQixLQUFELENBQWYsQ0FqQ3VDLENBbUN2Qzs7QUFDQSxRQUFJQyxNQUFNLEdBQUcsS0FBS0MsYUFBTCxDQUFtQkosUUFBUSxDQUFDLENBQUQsQ0FBM0IsRUFBZ0NsQixTQUFoQyxFQUEyQ0QsU0FBM0MsRUFBc0QsQ0FBdEQsQ0FBYjs7QUFDQSxRQUFJbUIsUUFBUSxDQUFDLENBQUQsQ0FBUixDQUFZQyxNQUFaLEdBQXFCLENBQXJCLElBQTBCUixNQUExQixJQUFvQ1UsTUFBTSxHQUFHLENBQVQsSUFBY1IsTUFBdEQsRUFBOEQ7QUFDNUQ7QUFDQSxhQUFPVCxJQUFJLENBQUMsQ0FBQztBQUFDQyxRQUFBQSxLQUFLLEVBQUUsS0FBS2tCLElBQUwsQ0FBVXZCLFNBQVYsQ0FBUjtBQUE4QndCLFFBQUFBLEtBQUssRUFBRXhCLFNBQVMsQ0FBQ1k7QUFBL0MsT0FBRCxDQUFELENBQVg7QUFDRCxLQXhDc0MsQ0EwQ3ZDOzs7QUFDQSxhQUFTYSxjQUFULEdBQTBCO0FBQ3hCLFdBQUssSUFBSUMsWUFBWSxHQUFHLENBQUMsQ0FBRCxHQUFLWixVQUE3QixFQUF5Q1ksWUFBWSxJQUFJWixVQUF6RCxFQUFxRVksWUFBWSxJQUFJLENBQXJGLEVBQXdGO0FBQ3RGLFlBQUlDLFFBQVE7QUFBQTtBQUFBO0FBQVo7QUFBQTs7QUFDQSxZQUFJQyxPQUFPLEdBQUdWLFFBQVEsQ0FBQ1EsWUFBWSxHQUFHLENBQWhCLENBQXRCO0FBQUEsWUFDSUcsVUFBVSxHQUFHWCxRQUFRLENBQUNRLFlBQVksR0FBRyxDQUFoQixDQUR6QjtBQUFBLFlBRUlMLE9BQU0sR0FBRyxDQUFDUSxVQUFVLEdBQUdBLFVBQVUsQ0FBQ1YsTUFBZCxHQUF1QixDQUFsQyxJQUF1Q08sWUFGcEQ7O0FBR0EsWUFBSUUsT0FBSixFQUFhO0FBQ1g7QUFDQVYsVUFBQUEsUUFBUSxDQUFDUSxZQUFZLEdBQUcsQ0FBaEIsQ0FBUixHQUE2Qm5CLFNBQTdCO0FBQ0Q7O0FBRUQsWUFBSXVCLE1BQU0sR0FBR0YsT0FBTyxJQUFJQSxPQUFPLENBQUNULE1BQVIsR0FBaUIsQ0FBakIsR0FBcUJSLE1BQTdDO0FBQUEsWUFDSW9CLFNBQVMsR0FBR0YsVUFBVSxJQUFJLEtBQUtSLE9BQW5CLElBQTZCQSxPQUFNLEdBQUdSLE1BRHREOztBQUVBLFlBQUksQ0FBQ2lCLE1BQUQsSUFBVyxDQUFDQyxTQUFoQixFQUEyQjtBQUN6QjtBQUNBYixVQUFBQSxRQUFRLENBQUNRLFlBQUQsQ0FBUixHQUF5Qm5CLFNBQXpCO0FBQ0E7QUFDRCxTQWhCcUYsQ0FrQnRGO0FBQ0E7QUFDQTs7O0FBQ0EsWUFBSSxDQUFDdUIsTUFBRCxJQUFZQyxTQUFTLElBQUlILE9BQU8sQ0FBQ1QsTUFBUixHQUFpQlUsVUFBVSxDQUFDVixNQUF6RCxFQUFrRTtBQUNoRVEsVUFBQUEsUUFBUSxHQUFHSyxTQUFTLENBQUNILFVBQUQsQ0FBcEI7QUFDQTFCLFVBQUFBLElBQUksQ0FBQzhCLGFBQUwsQ0FBbUJOLFFBQVEsQ0FBQ1AsVUFBNUIsRUFBd0NiLFNBQXhDLEVBQW1ELElBQW5EO0FBQ0QsU0FIRCxNQUdPO0FBQ0xvQixVQUFBQSxRQUFRLEdBQUdDLE9BQVgsQ0FESyxDQUNlOztBQUNwQkQsVUFBQUEsUUFBUSxDQUFDUixNQUFUO0FBQ0FoQixVQUFBQSxJQUFJLENBQUM4QixhQUFMLENBQW1CTixRQUFRLENBQUNQLFVBQTVCLEVBQXdDLElBQXhDLEVBQThDYixTQUE5QztBQUNEOztBQUVEYyxRQUFBQSxPQUFNLEdBQUdsQixJQUFJLENBQUNtQixhQUFMLENBQW1CSyxRQUFuQixFQUE2QjNCLFNBQTdCLEVBQXdDRCxTQUF4QyxFQUFtRDJCLFlBQW5ELENBQVQsQ0E5QnNGLENBZ0N0Rjs7QUFDQSxZQUFJQyxRQUFRLENBQUNSLE1BQVQsR0FBa0IsQ0FBbEIsSUFBdUJSLE1BQXZCLElBQWlDVSxPQUFNLEdBQUcsQ0FBVCxJQUFjUixNQUFuRCxFQUEyRDtBQUN6RCxpQkFBT1QsSUFBSSxDQUFDOEIsV0FBVyxDQUFDL0IsSUFBRCxFQUFPd0IsUUFBUSxDQUFDUCxVQUFoQixFQUE0QnBCLFNBQTVCLEVBQXVDRCxTQUF2QyxFQUFrREksSUFBSSxDQUFDZ0MsZUFBdkQsQ0FBWixDQUFYO0FBQ0QsU0FGRCxNQUVPO0FBQ0w7QUFDQWpCLFVBQUFBLFFBQVEsQ0FBQ1EsWUFBRCxDQUFSLEdBQXlCQyxRQUF6QjtBQUNEO0FBQ0Y7O0FBRURiLE1BQUFBLFVBQVU7QUFDWCxLQXRGc0MsQ0F3RnZDO0FBQ0E7QUFDQTtBQUNBOzs7QUFDQSxRQUFJWixRQUFKLEVBQWM7QUFDWCxnQkFBU2tDLElBQVQsR0FBZ0I7QUFDZjlCLFFBQUFBLFVBQVUsQ0FBQyxZQUFXO0FBQ3BCLGNBQUlRLFVBQVUsR0FBR0MsYUFBakIsRUFBZ0M7QUFDOUIsbUJBQU9iLFFBQVEsRUFBZjtBQUNEOztBQUVELGNBQUksQ0FBQ3VCLGNBQWMsRUFBbkIsRUFBdUI7QUFDckJXLFlBQUFBLElBQUk7QUFDTDtBQUNGLFNBUlMsRUFRUCxDQVJPLENBQVY7QUFTRCxPQVZBLEdBQUQ7QUFXRCxLQVpELE1BWU87QUFDTCxhQUFPdEIsVUFBVSxJQUFJQyxhQUFyQixFQUFvQztBQUNsQyxZQUFJc0IsR0FBRyxHQUFHWixjQUFjLEVBQXhCOztBQUNBLFlBQUlZLEdBQUosRUFBUztBQUNQLGlCQUFPQSxHQUFQO0FBQ0Q7QUFDRjtBQUNGO0FBQ0YsR0FqSGM7O0FBQUE7O0FBQUE7QUFtSGZKLEVBQUFBLGFBbkhlLHlCQW1IRGIsVUFuSEMsRUFtSFdrQixLQW5IWCxFQW1Ia0JDLE9BbkhsQixFQW1IMkI7QUFDeEMsUUFBSUMsSUFBSSxHQUFHcEIsVUFBVSxDQUFDQSxVQUFVLENBQUNSLE1BQVgsR0FBb0IsQ0FBckIsQ0FBckI7O0FBQ0EsUUFBSTRCLElBQUksSUFBSUEsSUFBSSxDQUFDRixLQUFMLEtBQWVBLEtBQXZCLElBQWdDRSxJQUFJLENBQUNELE9BQUwsS0FBaUJBLE9BQXJELEVBQThEO0FBQzVEO0FBQ0E7QUFDQW5CLE1BQUFBLFVBQVUsQ0FBQ0EsVUFBVSxDQUFDUixNQUFYLEdBQW9CLENBQXJCLENBQVYsR0FBb0M7QUFBQ1ksUUFBQUEsS0FBSyxFQUFFZ0IsSUFBSSxDQUFDaEIsS0FBTCxHQUFhLENBQXJCO0FBQXdCYyxRQUFBQSxLQUFLLEVBQUVBLEtBQS9CO0FBQXNDQyxRQUFBQSxPQUFPLEVBQUVBO0FBQS9DLE9BQXBDO0FBQ0QsS0FKRCxNQUlPO0FBQ0xuQixNQUFBQSxVQUFVLENBQUNxQixJQUFYLENBQWdCO0FBQUNqQixRQUFBQSxLQUFLLEVBQUUsQ0FBUjtBQUFXYyxRQUFBQSxLQUFLLEVBQUVBLEtBQWxCO0FBQXlCQyxRQUFBQSxPQUFPLEVBQUVBO0FBQWxDLE9BQWhCO0FBQ0Q7QUFDRixHQTVIYzs7QUFBQTs7QUFBQTtBQTZIZmpCLEVBQUFBLGFBN0hlLHlCQTZIREssUUE3SEMsRUE2SFMzQixTQTdIVCxFQTZIb0JELFNBN0hwQixFQTZIK0IyQixZQTdIL0IsRUE2SDZDO0FBQzFELFFBQUlmLE1BQU0sR0FBR1gsU0FBUyxDQUFDWSxNQUF2QjtBQUFBLFFBQ0lDLE1BQU0sR0FBR2QsU0FBUyxDQUFDYSxNQUR2QjtBQUFBLFFBRUlPLE1BQU0sR0FBR1EsUUFBUSxDQUFDUixNQUZ0QjtBQUFBLFFBR0lFLE1BQU0sR0FBR0YsTUFBTSxHQUFHTyxZQUh0QjtBQUFBLFFBS0lnQixXQUFXLEdBQUcsQ0FMbEI7O0FBTUEsV0FBT3ZCLE1BQU0sR0FBRyxDQUFULEdBQWFSLE1BQWIsSUFBdUJVLE1BQU0sR0FBRyxDQUFULEdBQWFSLE1BQXBDLElBQThDLEtBQUs4QixNQUFMLENBQVkzQyxTQUFTLENBQUNtQixNQUFNLEdBQUcsQ0FBVixDQUFyQixFQUFtQ3BCLFNBQVMsQ0FBQ3NCLE1BQU0sR0FBRyxDQUFWLENBQTVDLENBQXJELEVBQWdIO0FBQzlHRixNQUFBQSxNQUFNO0FBQ05FLE1BQUFBLE1BQU07QUFDTnFCLE1BQUFBLFdBQVc7QUFDWjs7QUFFRCxRQUFJQSxXQUFKLEVBQWlCO0FBQ2ZmLE1BQUFBLFFBQVEsQ0FBQ1AsVUFBVCxDQUFvQnFCLElBQXBCLENBQXlCO0FBQUNqQixRQUFBQSxLQUFLLEVBQUVrQjtBQUFSLE9BQXpCO0FBQ0Q7O0FBRURmLElBQUFBLFFBQVEsQ0FBQ1IsTUFBVCxHQUFrQkEsTUFBbEI7QUFDQSxXQUFPRSxNQUFQO0FBQ0QsR0FoSmM7O0FBQUE7O0FBQUE7QUFrSmZzQixFQUFBQSxNQWxKZSxrQkFrSlJDLElBbEpRLEVBa0pGQyxLQWxKRSxFQWtKSztBQUNsQixRQUFJLEtBQUs1QyxPQUFMLENBQWE2QyxVQUFqQixFQUE2QjtBQUMzQixhQUFPLEtBQUs3QyxPQUFMLENBQWE2QyxVQUFiLENBQXdCRixJQUF4QixFQUE4QkMsS0FBOUIsQ0FBUDtBQUNELEtBRkQsTUFFTztBQUNMLGFBQU9ELElBQUksS0FBS0MsS0FBVCxJQUNELEtBQUs1QyxPQUFMLENBQWE4QyxVQUFiLElBQTJCSCxJQUFJLENBQUNJLFdBQUwsT0FBdUJILEtBQUssQ0FBQ0csV0FBTixFQUR4RDtBQUVEO0FBQ0YsR0F6SmM7O0FBQUE7O0FBQUE7QUEwSmZ2QyxFQUFBQSxXQTFKZSx1QkEwSkh3QyxLQTFKRyxFQTBKSTtBQUNqQixRQUFJWixHQUFHLEdBQUcsRUFBVjs7QUFDQSxTQUFLLElBQUlhLENBQUMsR0FBRyxDQUFiLEVBQWdCQSxDQUFDLEdBQUdELEtBQUssQ0FBQ3JDLE1BQTFCLEVBQWtDc0MsQ0FBQyxFQUFuQyxFQUF1QztBQUNyQyxVQUFJRCxLQUFLLENBQUNDLENBQUQsQ0FBVCxFQUFjO0FBQ1piLFFBQUFBLEdBQUcsQ0FBQ0ksSUFBSixDQUFTUSxLQUFLLENBQUNDLENBQUQsQ0FBZDtBQUNEO0FBQ0Y7O0FBQ0QsV0FBT2IsR0FBUDtBQUNELEdBbEtjOztBQUFBOztBQUFBO0FBbUtmN0IsRUFBQUEsU0FuS2UscUJBbUtMSCxLQW5LSyxFQW1LRTtBQUNmLFdBQU9BLEtBQVA7QUFDRCxHQXJLYzs7QUFBQTs7QUFBQTtBQXNLZkssRUFBQUEsUUF0S2Usb0JBc0tOTCxLQXRLTSxFQXNLQztBQUNkLFdBQU9BLEtBQUssQ0FBQzhDLEtBQU4sQ0FBWSxFQUFaLENBQVA7QUFDRCxHQXhLYzs7QUFBQTs7QUFBQTtBQXlLZjVCLEVBQUFBLElBektlLGdCQXlLVjZCLEtBektVLEVBeUtIO0FBQ1YsV0FBT0EsS0FBSyxDQUFDN0IsSUFBTixDQUFXLEVBQVgsQ0FBUDtBQUNEO0FBM0tjLENBQWpCOztBQThLQSxTQUFTVyxXQUFULENBQXFCcEMsSUFBckIsRUFBMkJzQixVQUEzQixFQUF1Q3BCLFNBQXZDLEVBQWtERCxTQUFsRCxFQUE2RG9DLGVBQTdELEVBQThFO0FBQzVFLE1BQUlrQixZQUFZLEdBQUcsQ0FBbkI7QUFBQSxNQUNJQyxZQUFZLEdBQUdsQyxVQUFVLENBQUNSLE1BRDlCO0FBQUEsTUFFSU8sTUFBTSxHQUFHLENBRmI7QUFBQSxNQUdJRSxNQUFNLEdBQUcsQ0FIYjs7QUFLQSxTQUFPZ0MsWUFBWSxHQUFHQyxZQUF0QixFQUFvQ0QsWUFBWSxFQUFoRCxFQUFvRDtBQUNsRCxRQUFJRSxTQUFTLEdBQUduQyxVQUFVLENBQUNpQyxZQUFELENBQTFCOztBQUNBLFFBQUksQ0FBQ0UsU0FBUyxDQUFDaEIsT0FBZixFQUF3QjtBQUN0QixVQUFJLENBQUNnQixTQUFTLENBQUNqQixLQUFYLElBQW9CSCxlQUF4QixFQUF5QztBQUN2QyxZQUFJOUIsS0FBSyxHQUFHTCxTQUFTLENBQUN3RCxLQUFWLENBQWdCckMsTUFBaEIsRUFBd0JBLE1BQU0sR0FBR29DLFNBQVMsQ0FBQy9CLEtBQTNDLENBQVo7QUFDQW5CLFFBQUFBLEtBQUssR0FBR0EsS0FBSyxDQUFDb0QsR0FBTixDQUFVLFVBQVNwRCxLQUFULEVBQWdCNkMsQ0FBaEIsRUFBbUI7QUFDbkMsY0FBSVEsUUFBUSxHQUFHM0QsU0FBUyxDQUFDc0IsTUFBTSxHQUFHNkIsQ0FBVixDQUF4QjtBQUNBLGlCQUFPUSxRQUFRLENBQUM5QyxNQUFULEdBQWtCUCxLQUFLLENBQUNPLE1BQXhCLEdBQWlDOEMsUUFBakMsR0FBNENyRCxLQUFuRDtBQUNELFNBSE8sQ0FBUjtBQUtBa0QsUUFBQUEsU0FBUyxDQUFDbEQsS0FBVixHQUFrQlAsSUFBSSxDQUFDeUIsSUFBTCxDQUFVbEIsS0FBVixDQUFsQjtBQUNELE9BUkQsTUFRTztBQUNMa0QsUUFBQUEsU0FBUyxDQUFDbEQsS0FBVixHQUFrQlAsSUFBSSxDQUFDeUIsSUFBTCxDQUFVdkIsU0FBUyxDQUFDd0QsS0FBVixDQUFnQnJDLE1BQWhCLEVBQXdCQSxNQUFNLEdBQUdvQyxTQUFTLENBQUMvQixLQUEzQyxDQUFWLENBQWxCO0FBQ0Q7O0FBQ0RMLE1BQUFBLE1BQU0sSUFBSW9DLFNBQVMsQ0FBQy9CLEtBQXBCLENBWnNCLENBY3RCOztBQUNBLFVBQUksQ0FBQytCLFNBQVMsQ0FBQ2pCLEtBQWYsRUFBc0I7QUFDcEJqQixRQUFBQSxNQUFNLElBQUlrQyxTQUFTLENBQUMvQixLQUFwQjtBQUNEO0FBQ0YsS0FsQkQsTUFrQk87QUFDTCtCLE1BQUFBLFNBQVMsQ0FBQ2xELEtBQVYsR0FBa0JQLElBQUksQ0FBQ3lCLElBQUwsQ0FBVXhCLFNBQVMsQ0FBQ3lELEtBQVYsQ0FBZ0JuQyxNQUFoQixFQUF3QkEsTUFBTSxHQUFHa0MsU0FBUyxDQUFDL0IsS0FBM0MsQ0FBVixDQUFsQjtBQUNBSCxNQUFBQSxNQUFNLElBQUlrQyxTQUFTLENBQUMvQixLQUFwQixDQUZLLENBSUw7QUFDQTtBQUNBOztBQUNBLFVBQUk2QixZQUFZLElBQUlqQyxVQUFVLENBQUNpQyxZQUFZLEdBQUcsQ0FBaEIsQ0FBVixDQUE2QmYsS0FBakQsRUFBd0Q7QUFDdEQsWUFBSXFCLEdBQUcsR0FBR3ZDLFVBQVUsQ0FBQ2lDLFlBQVksR0FBRyxDQUFoQixDQUFwQjtBQUNBakMsUUFBQUEsVUFBVSxDQUFDaUMsWUFBWSxHQUFHLENBQWhCLENBQVYsR0FBK0JqQyxVQUFVLENBQUNpQyxZQUFELENBQXpDO0FBQ0FqQyxRQUFBQSxVQUFVLENBQUNpQyxZQUFELENBQVYsR0FBMkJNLEdBQTNCO0FBQ0Q7QUFDRjtBQUNGLEdBdkMyRSxDQXlDNUU7QUFDQTtBQUNBOzs7QUFDQSxNQUFJQyxhQUFhLEdBQUd4QyxVQUFVLENBQUNrQyxZQUFZLEdBQUcsQ0FBaEIsQ0FBOUI7O0FBQ0EsTUFBSUEsWUFBWSxHQUFHLENBQWYsSUFDRyxPQUFPTSxhQUFhLENBQUN2RCxLQUFyQixLQUErQixRQURsQyxLQUVJdUQsYUFBYSxDQUFDdEIsS0FBZCxJQUF1QnNCLGFBQWEsQ0FBQ3JCLE9BRnpDLEtBR0d6QyxJQUFJLENBQUM2QyxNQUFMLENBQVksRUFBWixFQUFnQmlCLGFBQWEsQ0FBQ3ZELEtBQTlCLENBSFAsRUFHNkM7QUFDM0NlLElBQUFBLFVBQVUsQ0FBQ2tDLFlBQVksR0FBRyxDQUFoQixDQUFWLENBQTZCakQsS0FBN0IsSUFBc0N1RCxhQUFhLENBQUN2RCxLQUFwRDtBQUNBZSxJQUFBQSxVQUFVLENBQUN5QyxHQUFYO0FBQ0Q7O0FBRUQsU0FBT3pDLFVBQVA7QUFDRDs7QUFFRCxTQUFTWSxTQUFULENBQW1COEIsSUFBbkIsRUFBeUI7QUFDdkIsU0FBTztBQUFFM0MsSUFBQUEsTUFBTSxFQUFFMkMsSUFBSSxDQUFDM0MsTUFBZjtBQUF1QkMsSUFBQUEsVUFBVSxFQUFFMEMsSUFBSSxDQUFDMUMsVUFBTCxDQUFnQm9DLEtBQWhCLENBQXNCLENBQXRCO0FBQW5DLEdBQVA7QUFDRCIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBkZWZhdWx0IGZ1bmN0aW9uIERpZmYoKSB7fVxuXG5EaWZmLnByb3RvdHlwZSA9IHtcbiAgZGlmZihvbGRTdHJpbmcsIG5ld1N0cmluZywgb3B0aW9ucyA9IHt9KSB7XG4gICAgbGV0IGNhbGxiYWNrID0gb3B0aW9ucy5jYWxsYmFjaztcbiAgICBpZiAodHlwZW9mIG9wdGlvbnMgPT09ICdmdW5jdGlvbicpIHtcbiAgICAgIGNhbGxiYWNrID0gb3B0aW9ucztcbiAgICAgIG9wdGlvbnMgPSB7fTtcbiAgICB9XG4gICAgdGhpcy5vcHRpb25zID0gb3B0aW9ucztcblxuICAgIGxldCBzZWxmID0gdGhpcztcblxuICAgIGZ1bmN0aW9uIGRvbmUodmFsdWUpIHtcbiAgICAgIGlmIChjYWxsYmFjaykge1xuICAgICAgICBzZXRUaW1lb3V0KGZ1bmN0aW9uKCkgeyBjYWxsYmFjayh1bmRlZmluZWQsIHZhbHVlKTsgfSwgMCk7XG4gICAgICAgIHJldHVybiB0cnVlO1xuICAgICAgfSBlbHNlIHtcbiAgICAgICAgcmV0dXJuIHZhbHVlO1xuICAgICAgfVxuICAgIH1cblxuICAgIC8vIEFsbG93IHN1YmNsYXNzZXMgdG8gbWFzc2FnZSB0aGUgaW5wdXQgcHJpb3IgdG8gcnVubmluZ1xuICAgIG9sZFN0cmluZyA9IHRoaXMuY2FzdElucHV0KG9sZFN0cmluZyk7XG4gICAgbmV3U3RyaW5nID0gdGhpcy5jYXN0SW5wdXQobmV3U3RyaW5nKTtcblxuICAgIG9sZFN0cmluZyA9IHRoaXMucmVtb3ZlRW1wdHkodGhpcy50b2tlbml6ZShvbGRTdHJpbmcpKTtcbiAgICBuZXdTdHJpbmcgPSB0aGlzLnJlbW92ZUVtcHR5KHRoaXMudG9rZW5pemUobmV3U3RyaW5nKSk7XG5cbiAgICBsZXQgbmV3TGVuID0gbmV3U3RyaW5nLmxlbmd0aCwgb2xkTGVuID0gb2xkU3RyaW5nLmxlbmd0aDtcbiAgICBsZXQgZWRpdExlbmd0aCA9IDE7XG4gICAgbGV0IG1heEVkaXRMZW5ndGggPSBuZXdMZW4gKyBvbGRMZW47XG4gICAgaWYob3B0aW9ucy5tYXhFZGl0TGVuZ3RoKSB7XG4gICAgICBtYXhFZGl0TGVuZ3RoID0gTWF0aC5taW4obWF4RWRpdExlbmd0aCwgb3B0aW9ucy5tYXhFZGl0TGVuZ3RoKTtcbiAgICB9XG5cbiAgICBsZXQgYmVzdFBhdGggPSBbeyBuZXdQb3M6IC0xLCBjb21wb25lbnRzOiBbXSB9XTtcblxuICAgIC8vIFNlZWQgZWRpdExlbmd0aCA9IDAsIGkuZS4gdGhlIGNvbnRlbnQgc3RhcnRzIHdpdGggdGhlIHNhbWUgdmFsdWVzXG4gICAgbGV0IG9sZFBvcyA9IHRoaXMuZXh0cmFjdENvbW1vbihiZXN0UGF0aFswXSwgbmV3U3RyaW5nLCBvbGRTdHJpbmcsIDApO1xuICAgIGlmIChiZXN0UGF0aFswXS5uZXdQb3MgKyAxID49IG5ld0xlbiAmJiBvbGRQb3MgKyAxID49IG9sZExlbikge1xuICAgICAgLy8gSWRlbnRpdHkgcGVyIHRoZSBlcXVhbGl0eSBhbmQgdG9rZW5pemVyXG4gICAgICByZXR1cm4gZG9uZShbe3ZhbHVlOiB0aGlzLmpvaW4obmV3U3RyaW5nKSwgY291bnQ6IG5ld1N0cmluZy5sZW5ndGh9XSk7XG4gICAgfVxuXG4gICAgLy8gTWFpbiB3b3JrZXIgbWV0aG9kLiBjaGVja3MgYWxsIHBlcm11dGF0aW9ucyBvZiBhIGdpdmVuIGVkaXQgbGVuZ3RoIGZvciBhY2NlcHRhbmNlLlxuICAgIGZ1bmN0aW9uIGV4ZWNFZGl0TGVuZ3RoKCkge1xuICAgICAgZm9yIChsZXQgZGlhZ29uYWxQYXRoID0gLTEgKiBlZGl0TGVuZ3RoOyBkaWFnb25hbFBhdGggPD0gZWRpdExlbmd0aDsgZGlhZ29uYWxQYXRoICs9IDIpIHtcbiAgICAgICAgbGV0IGJhc2VQYXRoO1xuICAgICAgICBsZXQgYWRkUGF0aCA9IGJlc3RQYXRoW2RpYWdvbmFsUGF0aCAtIDFdLFxuICAgICAgICAgICAgcmVtb3ZlUGF0aCA9IGJlc3RQYXRoW2RpYWdvbmFsUGF0aCArIDFdLFxuICAgICAgICAgICAgb2xkUG9zID0gKHJlbW92ZVBhdGggPyByZW1vdmVQYXRoLm5ld1BvcyA6IDApIC0gZGlhZ29uYWxQYXRoO1xuICAgICAgICBpZiAoYWRkUGF0aCkge1xuICAgICAgICAgIC8vIE5vIG9uZSBlbHNlIGlzIGdvaW5nIHRvIGF0dGVtcHQgdG8gdXNlIHRoaXMgdmFsdWUsIGNsZWFyIGl0XG4gICAgICAgICAgYmVzdFBhdGhbZGlhZ29uYWxQYXRoIC0gMV0gPSB1bmRlZmluZWQ7XG4gICAgICAgIH1cblxuICAgICAgICBsZXQgY2FuQWRkID0gYWRkUGF0aCAmJiBhZGRQYXRoLm5ld1BvcyArIDEgPCBuZXdMZW4sXG4gICAgICAgICAgICBjYW5SZW1vdmUgPSByZW1vdmVQYXRoICYmIDAgPD0gb2xkUG9zICYmIG9sZFBvcyA8IG9sZExlbjtcbiAgICAgICAgaWYgKCFjYW5BZGQgJiYgIWNhblJlbW92ZSkge1xuICAgICAgICAgIC8vIElmIHRoaXMgcGF0aCBpcyBhIHRlcm1pbmFsIHRoZW4gcHJ1bmVcbiAgICAgICAgICBiZXN0UGF0aFtkaWFnb25hbFBhdGhdID0gdW5kZWZpbmVkO1xuICAgICAgICAgIGNvbnRpbnVlO1xuICAgICAgICB9XG5cbiAgICAgICAgLy8gU2VsZWN0IHRoZSBkaWFnb25hbCB0aGF0IHdlIHdhbnQgdG8gYnJhbmNoIGZyb20uIFdlIHNlbGVjdCB0aGUgcHJpb3JcbiAgICAgICAgLy8gcGF0aCB3aG9zZSBwb3NpdGlvbiBpbiB0aGUgbmV3IHN0cmluZyBpcyB0aGUgZmFydGhlc3QgZnJvbSB0aGUgb3JpZ2luXG4gICAgICAgIC8vIGFuZCBkb2VzIG5vdCBwYXNzIHRoZSBib3VuZHMgb2YgdGhlIGRpZmYgZ3JhcGhcbiAgICAgICAgaWYgKCFjYW5BZGQgfHwgKGNhblJlbW92ZSAmJiBhZGRQYXRoLm5ld1BvcyA8IHJlbW92ZVBhdGgubmV3UG9zKSkge1xuICAgICAgICAgIGJhc2VQYXRoID0gY2xvbmVQYXRoKHJlbW92ZVBhdGgpO1xuICAgICAgICAgIHNlbGYucHVzaENvbXBvbmVudChiYXNlUGF0aC5jb21wb25lbnRzLCB1bmRlZmluZWQsIHRydWUpO1xuICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgIGJhc2VQYXRoID0gYWRkUGF0aDsgLy8gTm8gbmVlZCB0byBjbG9uZSwgd2UndmUgcHVsbGVkIGl0IGZyb20gdGhlIGxpc3RcbiAgICAgICAgICBiYXNlUGF0aC5uZXdQb3MrKztcbiAgICAgICAgICBzZWxmLnB1c2hDb21wb25lbnQoYmFzZVBhdGguY29tcG9uZW50cywgdHJ1ZSwgdW5kZWZpbmVkKTtcbiAgICAgICAgfVxuXG4gICAgICAgIG9sZFBvcyA9IHNlbGYuZXh0cmFjdENvbW1vbihiYXNlUGF0aCwgbmV3U3RyaW5nLCBvbGRTdHJpbmcsIGRpYWdvbmFsUGF0aCk7XG5cbiAgICAgICAgLy8gSWYgd2UgaGF2ZSBoaXQgdGhlIGVuZCBvZiBib3RoIHN0cmluZ3MsIHRoZW4gd2UgYXJlIGRvbmVcbiAgICAgICAgaWYgKGJhc2VQYXRoLm5ld1BvcyArIDEgPj0gbmV3TGVuICYmIG9sZFBvcyArIDEgPj0gb2xkTGVuKSB7XG4gICAgICAgICAgcmV0dXJuIGRvbmUoYnVpbGRWYWx1ZXMoc2VsZiwgYmFzZVBhdGguY29tcG9uZW50cywgbmV3U3RyaW5nLCBvbGRTdHJpbmcsIHNlbGYudXNlTG9uZ2VzdFRva2VuKSk7XG4gICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgLy8gT3RoZXJ3aXNlIHRyYWNrIHRoaXMgcGF0aCBhcyBhIHBvdGVudGlhbCBjYW5kaWRhdGUgYW5kIGNvbnRpbnVlLlxuICAgICAgICAgIGJlc3RQYXRoW2RpYWdvbmFsUGF0aF0gPSBiYXNlUGF0aDtcbiAgICAgICAgfVxuICAgICAgfVxuXG4gICAgICBlZGl0TGVuZ3RoKys7XG4gICAgfVxuXG4gICAgLy8gUGVyZm9ybXMgdGhlIGxlbmd0aCBvZiBlZGl0IGl0ZXJhdGlvbi4gSXMgYSBiaXQgZnVnbHkgYXMgdGhpcyBoYXMgdG8gc3VwcG9ydCB0aGVcbiAgICAvLyBzeW5jIGFuZCBhc3luYyBtb2RlIHdoaWNoIGlzIG5ldmVyIGZ1bi4gTG9vcHMgb3ZlciBleGVjRWRpdExlbmd0aCB1bnRpbCBhIHZhbHVlXG4gICAgLy8gaXMgcHJvZHVjZWQsIG9yIHVudGlsIHRoZSBlZGl0IGxlbmd0aCBleGNlZWRzIG9wdGlvbnMubWF4RWRpdExlbmd0aCAoaWYgZ2l2ZW4pLFxuICAgIC8vIGluIHdoaWNoIGNhc2UgaXQgd2lsbCByZXR1cm4gdW5kZWZpbmVkLlxuICAgIGlmIChjYWxsYmFjaykge1xuICAgICAgKGZ1bmN0aW9uIGV4ZWMoKSB7XG4gICAgICAgIHNldFRpbWVvdXQoZnVuY3Rpb24oKSB7XG4gICAgICAgICAgaWYgKGVkaXRMZW5ndGggPiBtYXhFZGl0TGVuZ3RoKSB7XG4gICAgICAgICAgICByZXR1cm4gY2FsbGJhY2soKTtcbiAgICAgICAgICB9XG5cbiAgICAgICAgICBpZiAoIWV4ZWNFZGl0TGVuZ3RoKCkpIHtcbiAgICAgICAgICAgIGV4ZWMoKTtcbiAgICAgICAgICB9XG4gICAgICAgIH0sIDApO1xuICAgICAgfSgpKTtcbiAgICB9IGVsc2Uge1xuICAgICAgd2hpbGUgKGVkaXRMZW5ndGggPD0gbWF4RWRpdExlbmd0aCkge1xuICAgICAgICBsZXQgcmV0ID0gZXhlY0VkaXRMZW5ndGgoKTtcbiAgICAgICAgaWYgKHJldCkge1xuICAgICAgICAgIHJldHVybiByZXQ7XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICB9XG4gIH0sXG5cbiAgcHVzaENvbXBvbmVudChjb21wb25lbnRzLCBhZGRlZCwgcmVtb3ZlZCkge1xuICAgIGxldCBsYXN0ID0gY29tcG9uZW50c1tjb21wb25lbnRzLmxlbmd0aCAtIDFdO1xuICAgIGlmIChsYXN0ICYmIGxhc3QuYWRkZWQgPT09IGFkZGVkICYmIGxhc3QucmVtb3ZlZCA9PT0gcmVtb3ZlZCkge1xuICAgICAgLy8gV2UgbmVlZCB0byBjbG9uZSBoZXJlIGFzIHRoZSBjb21wb25lbnQgY2xvbmUgb3BlcmF0aW9uIGlzIGp1c3RcbiAgICAgIC8vIGFzIHNoYWxsb3cgYXJyYXkgY2xvbmVcbiAgICAgIGNvbXBvbmVudHNbY29tcG9uZW50cy5sZW5ndGggLSAxXSA9IHtjb3VudDogbGFzdC5jb3VudCArIDEsIGFkZGVkOiBhZGRlZCwgcmVtb3ZlZDogcmVtb3ZlZCB9O1xuICAgIH0gZWxzZSB7XG4gICAgICBjb21wb25lbnRzLnB1c2goe2NvdW50OiAxLCBhZGRlZDogYWRkZWQsIHJlbW92ZWQ6IHJlbW92ZWQgfSk7XG4gICAgfVxuICB9LFxuICBleHRyYWN0Q29tbW9uKGJhc2VQYXRoLCBuZXdTdHJpbmcsIG9sZFN0cmluZywgZGlhZ29uYWxQYXRoKSB7XG4gICAgbGV0IG5ld0xlbiA9IG5ld1N0cmluZy5sZW5ndGgsXG4gICAgICAgIG9sZExlbiA9IG9sZFN0cmluZy5sZW5ndGgsXG4gICAgICAgIG5ld1BvcyA9IGJhc2VQYXRoLm5ld1BvcyxcbiAgICAgICAgb2xkUG9zID0gbmV3UG9zIC0gZGlhZ29uYWxQYXRoLFxuXG4gICAgICAgIGNvbW1vbkNvdW50ID0gMDtcbiAgICB3aGlsZSAobmV3UG9zICsgMSA8IG5ld0xlbiAmJiBvbGRQb3MgKyAxIDwgb2xkTGVuICYmIHRoaXMuZXF1YWxzKG5ld1N0cmluZ1tuZXdQb3MgKyAxXSwgb2xkU3RyaW5nW29sZFBvcyArIDFdKSkge1xuICAgICAgbmV3UG9zKys7XG4gICAgICBvbGRQb3MrKztcbiAgICAgIGNvbW1vbkNvdW50Kys7XG4gICAgfVxuXG4gICAgaWYgKGNvbW1vbkNvdW50KSB7XG4gICAgICBiYXNlUGF0aC5jb21wb25lbnRzLnB1c2goe2NvdW50OiBjb21tb25Db3VudH0pO1xuICAgIH1cblxuICAgIGJhc2VQYXRoLm5ld1BvcyA9IG5ld1BvcztcbiAgICByZXR1cm4gb2xkUG9zO1xuICB9LFxuXG4gIGVxdWFscyhsZWZ0LCByaWdodCkge1xuICAgIGlmICh0aGlzLm9wdGlvbnMuY29tcGFyYXRvcikge1xuICAgICAgcmV0dXJuIHRoaXMub3B0aW9ucy5jb21wYXJhdG9yKGxlZnQsIHJpZ2h0KTtcbiAgICB9IGVsc2Uge1xuICAgICAgcmV0dXJuIGxlZnQgPT09IHJpZ2h0XG4gICAgICAgIHx8ICh0aGlzLm9wdGlvbnMuaWdub3JlQ2FzZSAmJiBsZWZ0LnRvTG93ZXJDYXNlKCkgPT09IHJpZ2h0LnRvTG93ZXJDYXNlKCkpO1xuICAgIH1cbiAgfSxcbiAgcmVtb3ZlRW1wdHkoYXJyYXkpIHtcbiAgICBsZXQgcmV0ID0gW107XG4gICAgZm9yIChsZXQgaSA9IDA7IGkgPCBhcnJheS5sZW5ndGg7IGkrKykge1xuICAgICAgaWYgKGFycmF5W2ldKSB7XG4gICAgICAgIHJldC5wdXNoKGFycmF5W2ldKTtcbiAgICAgIH1cbiAgICB9XG4gICAgcmV0dXJuIHJldDtcbiAgfSxcbiAgY2FzdElucHV0KHZhbHVlKSB7XG4gICAgcmV0dXJuIHZhbHVlO1xuICB9LFxuICB0b2tlbml6ZSh2YWx1ZSkge1xuICAgIHJldHVybiB2YWx1ZS5zcGxpdCgnJyk7XG4gIH0sXG4gIGpvaW4oY2hhcnMpIHtcbiAgICByZXR1cm4gY2hhcnMuam9pbignJyk7XG4gIH1cbn07XG5cbmZ1bmN0aW9uIGJ1aWxkVmFsdWVzKGRpZmYsIGNvbXBvbmVudHMsIG5ld1N0cmluZywgb2xkU3RyaW5nLCB1c2VMb25nZXN0VG9rZW4pIHtcbiAgbGV0IGNvbXBvbmVudFBvcyA9IDAsXG4gICAgICBjb21wb25lbnRMZW4gPSBjb21wb25lbnRzLmxlbmd0aCxcbiAgICAgIG5ld1BvcyA9IDAsXG4gICAgICBvbGRQb3MgPSAwO1xuXG4gIGZvciAoOyBjb21wb25lbnRQb3MgPCBjb21wb25lbnRMZW47IGNvbXBvbmVudFBvcysrKSB7XG4gICAgbGV0IGNvbXBvbmVudCA9IGNvbXBvbmVudHNbY29tcG9uZW50UG9zXTtcbiAgICBpZiAoIWNvbXBvbmVudC5yZW1vdmVkKSB7XG4gICAgICBpZiAoIWNvbXBvbmVudC5hZGRlZCAmJiB1c2VMb25nZXN0VG9rZW4pIHtcbiAgICAgICAgbGV0IHZhbHVlID0gbmV3U3RyaW5nLnNsaWNlKG5ld1BvcywgbmV3UG9zICsgY29tcG9uZW50LmNvdW50KTtcbiAgICAgICAgdmFsdWUgPSB2YWx1ZS5tYXAoZnVuY3Rpb24odmFsdWUsIGkpIHtcbiAgICAgICAgICBsZXQgb2xkVmFsdWUgPSBvbGRTdHJpbmdbb2xkUG9zICsgaV07XG4gICAgICAgICAgcmV0dXJuIG9sZFZhbHVlLmxlbmd0aCA+IHZhbHVlLmxlbmd0aCA/IG9sZFZhbHVlIDogdmFsdWU7XG4gICAgICAgIH0pO1xuXG4gICAgICAgIGNvbXBvbmVudC52YWx1ZSA9IGRpZmYuam9pbih2YWx1ZSk7XG4gICAgICB9IGVsc2Uge1xuICAgICAgICBjb21wb25lbnQudmFsdWUgPSBkaWZmLmpvaW4obmV3U3RyaW5nLnNsaWNlKG5ld1BvcywgbmV3UG9zICsgY29tcG9uZW50LmNvdW50KSk7XG4gICAgICB9XG4gICAgICBuZXdQb3MgKz0gY29tcG9uZW50LmNvdW50O1xuXG4gICAgICAvLyBDb21tb24gY2FzZVxuICAgICAgaWYgKCFjb21wb25lbnQuYWRkZWQpIHtcbiAgICAgICAgb2xkUG9zICs9IGNvbXBvbmVudC5jb3VudDtcbiAgICAgIH1cbiAgICB9IGVsc2Uge1xuICAgICAgY29tcG9uZW50LnZhbHVlID0gZGlmZi5qb2luKG9sZFN0cmluZy5zbGljZShvbGRQb3MsIG9sZFBvcyArIGNvbXBvbmVudC5jb3VudCkpO1xuICAgICAgb2xkUG9zICs9IGNvbXBvbmVudC5jb3VudDtcblxuICAgICAgLy8gUmV2ZXJzZSBhZGQgYW5kIHJlbW92ZSBzbyByZW1vdmVzIGFyZSBvdXRwdXQgZmlyc3QgdG8gbWF0Y2ggY29tbW9uIGNvbnZlbnRpb25cbiAgICAgIC8vIFRoZSBkaWZmaW5nIGFsZ29yaXRobSBpcyB0aWVkIHRvIGFkZCB0aGVuIHJlbW92ZSBvdXRwdXQgYW5kIHRoaXMgaXMgdGhlIHNpbXBsZXN0XG4gICAgICAvLyByb3V0ZSB0byBnZXQgdGhlIGRlc2lyZWQgb3V0cHV0IHdpdGggbWluaW1hbCBvdmVyaGVhZC5cbiAgICAgIGlmIChjb21wb25lbnRQb3MgJiYgY29tcG9uZW50c1tjb21wb25lbnRQb3MgLSAxXS5hZGRlZCkge1xuICAgICAgICBsZXQgdG1wID0gY29tcG9uZW50c1tjb21wb25lbnRQb3MgLSAxXTtcbiAgICAgICAgY29tcG9uZW50c1tjb21wb25lbnRQb3MgLSAxXSA9IGNvbXBvbmVudHNbY29tcG9uZW50UG9zXTtcbiAgICAgICAgY29tcG9uZW50c1tjb21wb25lbnRQb3NdID0gdG1wO1xuICAgICAgfVxuICAgIH1cbiAgfVxuXG4gIC8vIFNwZWNpYWwgY2FzZSBoYW5kbGUgZm9yIHdoZW4gb25lIHRlcm1pbmFsIGlzIGlnbm9yZWQgKGkuZS4gd2hpdGVzcGFjZSkuXG4gIC8vIEZvciB0aGlzIGNhc2Ugd2UgbWVyZ2UgdGhlIHRlcm1pbmFsIGludG8gdGhlIHByaW9yIHN0cmluZyBhbmQgZHJvcCB0aGUgY2hhbmdlLlxuICAvLyBUaGlzIGlzIG9ubHkgYXZhaWxhYmxlIGZvciBzdHJpbmcgbW9kZS5cbiAgbGV0IGxhc3RDb21wb25lbnQgPSBjb21wb25lbnRzW2NvbXBvbmVudExlbiAtIDFdO1xuICBpZiAoY29tcG9uZW50TGVuID4gMVxuICAgICAgJiYgdHlwZW9mIGxhc3RDb21wb25lbnQudmFsdWUgPT09ICdzdHJpbmcnXG4gICAgICAmJiAobGFzdENvbXBvbmVudC5hZGRlZCB8fCBsYXN0Q29tcG9uZW50LnJlbW92ZWQpXG4gICAgICAmJiBkaWZmLmVxdWFscygnJywgbGFzdENvbXBvbmVudC52YWx1ZSkpIHtcbiAgICBjb21wb25lbnRzW2NvbXBvbmVudExlbiAtIDJdLnZhbHVlICs9IGxhc3RDb21wb25lbnQudmFsdWU7XG4gICAgY29tcG9uZW50cy5wb3AoKTtcbiAgfVxuXG4gIHJldHVybiBjb21wb25lbnRzO1xufVxuXG5mdW5jdGlvbiBjbG9uZVBhdGgocGF0aCkge1xuICByZXR1cm4geyBuZXdQb3M6IHBhdGgubmV3UG9zLCBjb21wb25lbnRzOiBwYXRoLmNvbXBvbmVudHMuc2xpY2UoMCkgfTtcbn1cbiJdfQ== diff --git a/software/flow/node_modules/npm/node_modules/diff/lib/diff/character.js b/software/flow/node_modules/npm/node_modules/diff/lib/diff/character.js deleted file mode 100644 index 7ddfa20..0000000 --- a/software/flow/node_modules/npm/node_modules/diff/lib/diff/character.js +++ /dev/null @@ -1,37 +0,0 @@ -/*istanbul ignore start*/ -"use strict"; - -Object.defineProperty(exports, "__esModule", { - value: true -}); -exports.diffChars = diffChars; -exports.characterDiff = void 0; - -/*istanbul ignore end*/ -var -/*istanbul ignore start*/ -_base = _interopRequireDefault(require("./base")) -/*istanbul ignore end*/ -; - -/*istanbul ignore start*/ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; } - -/*istanbul ignore end*/ -var characterDiff = new -/*istanbul ignore start*/ -_base -/*istanbul ignore end*/ -[ -/*istanbul ignore start*/ -"default" -/*istanbul ignore end*/ -](); - -/*istanbul ignore start*/ -exports.characterDiff = characterDiff; - -/*istanbul ignore end*/ -function diffChars(oldStr, newStr, options) { - return characterDiff.diff(oldStr, newStr, options); -} -//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9kaWZmL2NoYXJhY3Rlci5qcyJdLCJuYW1lcyI6WyJjaGFyYWN0ZXJEaWZmIiwiRGlmZiIsImRpZmZDaGFycyIsIm9sZFN0ciIsIm5ld1N0ciIsIm9wdGlvbnMiLCJkaWZmIl0sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7O0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTs7Ozs7QUFFTyxJQUFNQSxhQUFhLEdBQUc7QUFBSUM7QUFBQUE7QUFBQUE7QUFBQUE7QUFBQUE7QUFBQUE7QUFBQUE7QUFBQUEsQ0FBSixFQUF0Qjs7Ozs7O0FBQ0EsU0FBU0MsU0FBVCxDQUFtQkMsTUFBbkIsRUFBMkJDLE1BQTNCLEVBQW1DQyxPQUFuQyxFQUE0QztBQUFFLFNBQU9MLGFBQWEsQ0FBQ00sSUFBZCxDQUFtQkgsTUFBbkIsRUFBMkJDLE1BQTNCLEVBQW1DQyxPQUFuQyxDQUFQO0FBQXFEIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IERpZmYgZnJvbSAnLi9iYXNlJztcblxuZXhwb3J0IGNvbnN0IGNoYXJhY3RlckRpZmYgPSBuZXcgRGlmZigpO1xuZXhwb3J0IGZ1bmN0aW9uIGRpZmZDaGFycyhvbGRTdHIsIG5ld1N0ciwgb3B0aW9ucykgeyByZXR1cm4gY2hhcmFjdGVyRGlmZi5kaWZmKG9sZFN0ciwgbmV3U3RyLCBvcHRpb25zKTsgfVxuIl19 diff --git a/software/flow/node_modules/npm/node_modules/diff/lib/diff/css.js b/software/flow/node_modules/npm/node_modules/diff/lib/diff/css.js deleted file mode 100644 index e3ad1fc..0000000 --- a/software/flow/node_modules/npm/node_modules/diff/lib/diff/css.js +++ /dev/null @@ -1,41 +0,0 @@ -/*istanbul ignore start*/ -"use strict"; - -Object.defineProperty(exports, "__esModule", { - value: true -}); -exports.diffCss = diffCss; -exports.cssDiff = void 0; - -/*istanbul ignore end*/ -var -/*istanbul ignore start*/ -_base = _interopRequireDefault(require("./base")) -/*istanbul ignore end*/ -; - -/*istanbul ignore start*/ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; } - -/*istanbul ignore end*/ -var cssDiff = new -/*istanbul ignore start*/ -_base -/*istanbul ignore end*/ -[ -/*istanbul ignore start*/ -"default" -/*istanbul ignore end*/ -](); - -/*istanbul ignore start*/ -exports.cssDiff = cssDiff; - -/*istanbul ignore end*/ -cssDiff.tokenize = function (value) { - return value.split(/([{}:;,]|\s+)/); -}; - -function diffCss(oldStr, newStr, callback) { - return cssDiff.diff(oldStr, newStr, callback); -} -//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9kaWZmL2Nzcy5qcyJdLCJuYW1lcyI6WyJjc3NEaWZmIiwiRGlmZiIsInRva2VuaXplIiwidmFsdWUiLCJzcGxpdCIsImRpZmZDc3MiLCJvbGRTdHIiLCJuZXdTdHIiLCJjYWxsYmFjayIsImRpZmYiXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBOzs7OztBQUVPLElBQU1BLE9BQU8sR0FBRztBQUFJQztBQUFBQTtBQUFBQTtBQUFBQTtBQUFBQTtBQUFBQTtBQUFBQTtBQUFBQSxDQUFKLEVBQWhCOzs7Ozs7QUFDUEQsT0FBTyxDQUFDRSxRQUFSLEdBQW1CLFVBQVNDLEtBQVQsRUFBZ0I7QUFDakMsU0FBT0EsS0FBSyxDQUFDQyxLQUFOLENBQVksZUFBWixDQUFQO0FBQ0QsQ0FGRDs7QUFJTyxTQUFTQyxPQUFULENBQWlCQyxNQUFqQixFQUF5QkMsTUFBekIsRUFBaUNDLFFBQWpDLEVBQTJDO0FBQUUsU0FBT1IsT0FBTyxDQUFDUyxJQUFSLENBQWFILE1BQWIsRUFBcUJDLE1BQXJCLEVBQTZCQyxRQUE3QixDQUFQO0FBQWdEIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IERpZmYgZnJvbSAnLi9iYXNlJztcblxuZXhwb3J0IGNvbnN0IGNzc0RpZmYgPSBuZXcgRGlmZigpO1xuY3NzRGlmZi50b2tlbml6ZSA9IGZ1bmN0aW9uKHZhbHVlKSB7XG4gIHJldHVybiB2YWx1ZS5zcGxpdCgvKFt7fTo7LF18XFxzKykvKTtcbn07XG5cbmV4cG9ydCBmdW5jdGlvbiBkaWZmQ3NzKG9sZFN0ciwgbmV3U3RyLCBjYWxsYmFjaykgeyByZXR1cm4gY3NzRGlmZi5kaWZmKG9sZFN0ciwgbmV3U3RyLCBjYWxsYmFjayk7IH1cbiJdfQ== diff --git a/software/flow/node_modules/npm/node_modules/diff/lib/diff/json.js b/software/flow/node_modules/npm/node_modules/diff/lib/diff/json.js deleted file mode 100644 index 67c2f17..0000000 --- a/software/flow/node_modules/npm/node_modules/diff/lib/diff/json.js +++ /dev/null @@ -1,163 +0,0 @@ -/*istanbul ignore start*/ -"use strict"; - -Object.defineProperty(exports, "__esModule", { - value: true -}); -exports.diffJson = diffJson; -exports.canonicalize = canonicalize; -exports.jsonDiff = void 0; - -/*istanbul ignore end*/ -var -/*istanbul ignore start*/ -_base = _interopRequireDefault(require("./base")) -/*istanbul ignore end*/ -; - -var -/*istanbul ignore start*/ -_line = require("./line") -/*istanbul ignore end*/ -; - -/*istanbul ignore start*/ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; } - -function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } - -/*istanbul ignore end*/ -var objectPrototypeToString = Object.prototype.toString; -var jsonDiff = new -/*istanbul ignore start*/ -_base -/*istanbul ignore end*/ -[ -/*istanbul ignore start*/ -"default" -/*istanbul ignore end*/ -](); // Discriminate between two lines of pretty-printed, serialized JSON where one of them has a -// dangling comma and the other doesn't. Turns out including the dangling comma yields the nicest output: - -/*istanbul ignore start*/ -exports.jsonDiff = jsonDiff; - -/*istanbul ignore end*/ -jsonDiff.useLongestToken = true; -jsonDiff.tokenize = -/*istanbul ignore start*/ -_line -/*istanbul ignore end*/ -. -/*istanbul ignore start*/ -lineDiff -/*istanbul ignore end*/ -.tokenize; - -jsonDiff.castInput = function (value) { - /*istanbul ignore start*/ - var _this$options = - /*istanbul ignore end*/ - this.options, - undefinedReplacement = _this$options.undefinedReplacement, - _this$options$stringi = _this$options.stringifyReplacer, - stringifyReplacer = _this$options$stringi === void 0 ? function (k, v) - /*istanbul ignore start*/ - { - return ( - /*istanbul ignore end*/ - typeof v === 'undefined' ? undefinedReplacement : v - ); - } : _this$options$stringi; - return typeof value === 'string' ? value : JSON.stringify(canonicalize(value, null, null, stringifyReplacer), stringifyReplacer, ' '); -}; - -jsonDiff.equals = function (left, right) { - return ( - /*istanbul ignore start*/ - _base - /*istanbul ignore end*/ - [ - /*istanbul ignore start*/ - "default" - /*istanbul ignore end*/ - ].prototype.equals.call(jsonDiff, left.replace(/,([\r\n])/g, '$1'), right.replace(/,([\r\n])/g, '$1')) - ); -}; - -function diffJson(oldObj, newObj, options) { - return jsonDiff.diff(oldObj, newObj, options); -} // This function handles the presence of circular references by bailing out when encountering an -// object that is already on the "stack" of items being processed. Accepts an optional replacer - - -function canonicalize(obj, stack, replacementStack, replacer, key) { - stack = stack || []; - replacementStack = replacementStack || []; - - if (replacer) { - obj = replacer(key, obj); - } - - var i; - - for (i = 0; i < stack.length; i += 1) { - if (stack[i] === obj) { - return replacementStack[i]; - } - } - - var canonicalizedObj; - - if ('[object Array]' === objectPrototypeToString.call(obj)) { - stack.push(obj); - canonicalizedObj = new Array(obj.length); - replacementStack.push(canonicalizedObj); - - for (i = 0; i < obj.length; i += 1) { - canonicalizedObj[i] = canonicalize(obj[i], stack, replacementStack, replacer, key); - } - - stack.pop(); - replacementStack.pop(); - return canonicalizedObj; - } - - if (obj && obj.toJSON) { - obj = obj.toJSON(); - } - - if ( - /*istanbul ignore start*/ - _typeof( - /*istanbul ignore end*/ - obj) === 'object' && obj !== null) { - stack.push(obj); - canonicalizedObj = {}; - replacementStack.push(canonicalizedObj); - - var sortedKeys = [], - _key; - - for (_key in obj) { - /* istanbul ignore else */ - if (obj.hasOwnProperty(_key)) { - sortedKeys.push(_key); - } - } - - sortedKeys.sort(); - - for (i = 0; i < sortedKeys.length; i += 1) { - _key = sortedKeys[i]; - canonicalizedObj[_key] = canonicalize(obj[_key], stack, replacementStack, replacer, _key); - } - - stack.pop(); - replacementStack.pop(); - } else { - canonicalizedObj = obj; - } - - return canonicalizedObj; -} -//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9kaWZmL2pzb24uanMiXSwibmFtZXMiOlsib2JqZWN0UHJvdG90eXBlVG9TdHJpbmciLCJPYmplY3QiLCJwcm90b3R5cGUiLCJ0b1N0cmluZyIsImpzb25EaWZmIiwiRGlmZiIsInVzZUxvbmdlc3RUb2tlbiIsInRva2VuaXplIiwibGluZURpZmYiLCJjYXN0SW5wdXQiLCJ2YWx1ZSIsIm9wdGlvbnMiLCJ1bmRlZmluZWRSZXBsYWNlbWVudCIsInN0cmluZ2lmeVJlcGxhY2VyIiwiayIsInYiLCJKU09OIiwic3RyaW5naWZ5IiwiY2Fub25pY2FsaXplIiwiZXF1YWxzIiwibGVmdCIsInJpZ2h0IiwiY2FsbCIsInJlcGxhY2UiLCJkaWZmSnNvbiIsIm9sZE9iaiIsIm5ld09iaiIsImRpZmYiLCJvYmoiLCJzdGFjayIsInJlcGxhY2VtZW50U3RhY2siLCJyZXBsYWNlciIsImtleSIsImkiLCJsZW5ndGgiLCJjYW5vbmljYWxpemVkT2JqIiwicHVzaCIsIkFycmF5IiwicG9wIiwidG9KU09OIiwic29ydGVkS2V5cyIsImhhc093blByb3BlcnR5Iiwic29ydCJdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBOztBQUNBO0FBQUE7QUFBQTtBQUFBO0FBQUE7Ozs7Ozs7QUFFQSxJQUFNQSx1QkFBdUIsR0FBR0MsTUFBTSxDQUFDQyxTQUFQLENBQWlCQyxRQUFqRDtBQUdPLElBQU1DLFFBQVEsR0FBRztBQUFJQztBQUFBQTtBQUFBQTtBQUFBQTtBQUFBQTtBQUFBQTtBQUFBQTtBQUFBQSxDQUFKLEVBQWpCLEMsQ0FDUDtBQUNBOzs7Ozs7QUFDQUQsUUFBUSxDQUFDRSxlQUFULEdBQTJCLElBQTNCO0FBRUFGLFFBQVEsQ0FBQ0csUUFBVDtBQUFvQkM7QUFBQUE7QUFBQUE7QUFBQUE7QUFBQUE7QUFBQUE7QUFBQTtBQUFBLENBQVNELFFBQTdCOztBQUNBSCxRQUFRLENBQUNLLFNBQVQsR0FBcUIsVUFBU0MsS0FBVCxFQUFnQjtBQUFBO0FBQUE7QUFBQTtBQUMrRSxPQUFLQyxPQURwRjtBQUFBLE1BQzVCQyxvQkFENEIsaUJBQzVCQSxvQkFENEI7QUFBQSw0Q0FDTkMsaUJBRE07QUFBQSxNQUNOQSxpQkFETSxzQ0FDYyxVQUFDQyxDQUFELEVBQUlDLENBQUo7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFVLGFBQU9BLENBQVAsS0FBYSxXQUFiLEdBQTJCSCxvQkFBM0IsR0FBa0RHO0FBQTVEO0FBQUEsR0FEZDtBQUduQyxTQUFPLE9BQU9MLEtBQVAsS0FBaUIsUUFBakIsR0FBNEJBLEtBQTVCLEdBQW9DTSxJQUFJLENBQUNDLFNBQUwsQ0FBZUMsWUFBWSxDQUFDUixLQUFELEVBQVEsSUFBUixFQUFjLElBQWQsRUFBb0JHLGlCQUFwQixDQUEzQixFQUFtRUEsaUJBQW5FLEVBQXNGLElBQXRGLENBQTNDO0FBQ0QsQ0FKRDs7QUFLQVQsUUFBUSxDQUFDZSxNQUFULEdBQWtCLFVBQVNDLElBQVQsRUFBZUMsS0FBZixFQUFzQjtBQUN0QyxTQUFPaEI7QUFBQUE7QUFBQUE7QUFBQUE7QUFBQUE7QUFBQUE7QUFBQUE7QUFBQUE7QUFBQUEsTUFBS0gsU0FBTCxDQUFlaUIsTUFBZixDQUFzQkcsSUFBdEIsQ0FBMkJsQixRQUEzQixFQUFxQ2dCLElBQUksQ0FBQ0csT0FBTCxDQUFhLFlBQWIsRUFBMkIsSUFBM0IsQ0FBckMsRUFBdUVGLEtBQUssQ0FBQ0UsT0FBTixDQUFjLFlBQWQsRUFBNEIsSUFBNUIsQ0FBdkU7QUFBUDtBQUNELENBRkQ7O0FBSU8sU0FBU0MsUUFBVCxDQUFrQkMsTUFBbEIsRUFBMEJDLE1BQTFCLEVBQWtDZixPQUFsQyxFQUEyQztBQUFFLFNBQU9QLFFBQVEsQ0FBQ3VCLElBQVQsQ0FBY0YsTUFBZCxFQUFzQkMsTUFBdEIsRUFBOEJmLE9BQTlCLENBQVA7QUFBZ0QsQyxDQUVwRztBQUNBOzs7QUFDTyxTQUFTTyxZQUFULENBQXNCVSxHQUF0QixFQUEyQkMsS0FBM0IsRUFBa0NDLGdCQUFsQyxFQUFvREMsUUFBcEQsRUFBOERDLEdBQTlELEVBQW1FO0FBQ3hFSCxFQUFBQSxLQUFLLEdBQUdBLEtBQUssSUFBSSxFQUFqQjtBQUNBQyxFQUFBQSxnQkFBZ0IsR0FBR0EsZ0JBQWdCLElBQUksRUFBdkM7O0FBRUEsTUFBSUMsUUFBSixFQUFjO0FBQ1pILElBQUFBLEdBQUcsR0FBR0csUUFBUSxDQUFDQyxHQUFELEVBQU1KLEdBQU4sQ0FBZDtBQUNEOztBQUVELE1BQUlLLENBQUo7O0FBRUEsT0FBS0EsQ0FBQyxHQUFHLENBQVQsRUFBWUEsQ0FBQyxHQUFHSixLQUFLLENBQUNLLE1BQXRCLEVBQThCRCxDQUFDLElBQUksQ0FBbkMsRUFBc0M7QUFDcEMsUUFBSUosS0FBSyxDQUFDSSxDQUFELENBQUwsS0FBYUwsR0FBakIsRUFBc0I7QUFDcEIsYUFBT0UsZ0JBQWdCLENBQUNHLENBQUQsQ0FBdkI7QUFDRDtBQUNGOztBQUVELE1BQUlFLGdCQUFKOztBQUVBLE1BQUkscUJBQXFCbkMsdUJBQXVCLENBQUNzQixJQUF4QixDQUE2Qk0sR0FBN0IsQ0FBekIsRUFBNEQ7QUFDMURDLElBQUFBLEtBQUssQ0FBQ08sSUFBTixDQUFXUixHQUFYO0FBQ0FPLElBQUFBLGdCQUFnQixHQUFHLElBQUlFLEtBQUosQ0FBVVQsR0FBRyxDQUFDTSxNQUFkLENBQW5CO0FBQ0FKLElBQUFBLGdCQUFnQixDQUFDTSxJQUFqQixDQUFzQkQsZ0JBQXRCOztBQUNBLFNBQUtGLENBQUMsR0FBRyxDQUFULEVBQVlBLENBQUMsR0FBR0wsR0FBRyxDQUFDTSxNQUFwQixFQUE0QkQsQ0FBQyxJQUFJLENBQWpDLEVBQW9DO0FBQ2xDRSxNQUFBQSxnQkFBZ0IsQ0FBQ0YsQ0FBRCxDQUFoQixHQUFzQmYsWUFBWSxDQUFDVSxHQUFHLENBQUNLLENBQUQsQ0FBSixFQUFTSixLQUFULEVBQWdCQyxnQkFBaEIsRUFBa0NDLFFBQWxDLEVBQTRDQyxHQUE1QyxDQUFsQztBQUNEOztBQUNESCxJQUFBQSxLQUFLLENBQUNTLEdBQU47QUFDQVIsSUFBQUEsZ0JBQWdCLENBQUNRLEdBQWpCO0FBQ0EsV0FBT0gsZ0JBQVA7QUFDRDs7QUFFRCxNQUFJUCxHQUFHLElBQUlBLEdBQUcsQ0FBQ1csTUFBZixFQUF1QjtBQUNyQlgsSUFBQUEsR0FBRyxHQUFHQSxHQUFHLENBQUNXLE1BQUosRUFBTjtBQUNEOztBQUVEO0FBQUk7QUFBQTtBQUFBO0FBQU9YLEVBQUFBLEdBQVAsTUFBZSxRQUFmLElBQTJCQSxHQUFHLEtBQUssSUFBdkMsRUFBNkM7QUFDM0NDLElBQUFBLEtBQUssQ0FBQ08sSUFBTixDQUFXUixHQUFYO0FBQ0FPLElBQUFBLGdCQUFnQixHQUFHLEVBQW5CO0FBQ0FMLElBQUFBLGdCQUFnQixDQUFDTSxJQUFqQixDQUFzQkQsZ0JBQXRCOztBQUNBLFFBQUlLLFVBQVUsR0FBRyxFQUFqQjtBQUFBLFFBQ0lSLElBREo7O0FBRUEsU0FBS0EsSUFBTCxJQUFZSixHQUFaLEVBQWlCO0FBQ2Y7QUFDQSxVQUFJQSxHQUFHLENBQUNhLGNBQUosQ0FBbUJULElBQW5CLENBQUosRUFBNkI7QUFDM0JRLFFBQUFBLFVBQVUsQ0FBQ0osSUFBWCxDQUFnQkosSUFBaEI7QUFDRDtBQUNGOztBQUNEUSxJQUFBQSxVQUFVLENBQUNFLElBQVg7O0FBQ0EsU0FBS1QsQ0FBQyxHQUFHLENBQVQsRUFBWUEsQ0FBQyxHQUFHTyxVQUFVLENBQUNOLE1BQTNCLEVBQW1DRCxDQUFDLElBQUksQ0FBeEMsRUFBMkM7QUFDekNELE1BQUFBLElBQUcsR0FBR1EsVUFBVSxDQUFDUCxDQUFELENBQWhCO0FBQ0FFLE1BQUFBLGdCQUFnQixDQUFDSCxJQUFELENBQWhCLEdBQXdCZCxZQUFZLENBQUNVLEdBQUcsQ0FBQ0ksSUFBRCxDQUFKLEVBQVdILEtBQVgsRUFBa0JDLGdCQUFsQixFQUFvQ0MsUUFBcEMsRUFBOENDLElBQTlDLENBQXBDO0FBQ0Q7O0FBQ0RILElBQUFBLEtBQUssQ0FBQ1MsR0FBTjtBQUNBUixJQUFBQSxnQkFBZ0IsQ0FBQ1EsR0FBakI7QUFDRCxHQW5CRCxNQW1CTztBQUNMSCxJQUFBQSxnQkFBZ0IsR0FBR1AsR0FBbkI7QUFDRDs7QUFDRCxTQUFPTyxnQkFBUDtBQUNEIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IERpZmYgZnJvbSAnLi9iYXNlJztcbmltcG9ydCB7bGluZURpZmZ9IGZyb20gJy4vbGluZSc7XG5cbmNvbnN0IG9iamVjdFByb3RvdHlwZVRvU3RyaW5nID0gT2JqZWN0LnByb3RvdHlwZS50b1N0cmluZztcblxuXG5leHBvcnQgY29uc3QganNvbkRpZmYgPSBuZXcgRGlmZigpO1xuLy8gRGlzY3JpbWluYXRlIGJldHdlZW4gdHdvIGxpbmVzIG9mIHByZXR0eS1wcmludGVkLCBzZXJpYWxpemVkIEpTT04gd2hlcmUgb25lIG9mIHRoZW0gaGFzIGFcbi8vIGRhbmdsaW5nIGNvbW1hIGFuZCB0aGUgb3RoZXIgZG9lc24ndC4gVHVybnMgb3V0IGluY2x1ZGluZyB0aGUgZGFuZ2xpbmcgY29tbWEgeWllbGRzIHRoZSBuaWNlc3Qgb3V0cHV0OlxuanNvbkRpZmYudXNlTG9uZ2VzdFRva2VuID0gdHJ1ZTtcblxuanNvbkRpZmYudG9rZW5pemUgPSBsaW5lRGlmZi50b2tlbml6ZTtcbmpzb25EaWZmLmNhc3RJbnB1dCA9IGZ1bmN0aW9uKHZhbHVlKSB7XG4gIGNvbnN0IHt1bmRlZmluZWRSZXBsYWNlbWVudCwgc3RyaW5naWZ5UmVwbGFjZXIgPSAoaywgdikgPT4gdHlwZW9mIHYgPT09ICd1bmRlZmluZWQnID8gdW5kZWZpbmVkUmVwbGFjZW1lbnQgOiB2fSA9IHRoaXMub3B0aW9ucztcblxuICByZXR1cm4gdHlwZW9mIHZhbHVlID09PSAnc3RyaW5nJyA/IHZhbHVlIDogSlNPTi5zdHJpbmdpZnkoY2Fub25pY2FsaXplKHZhbHVlLCBudWxsLCBudWxsLCBzdHJpbmdpZnlSZXBsYWNlciksIHN0cmluZ2lmeVJlcGxhY2VyLCAnICAnKTtcbn07XG5qc29uRGlmZi5lcXVhbHMgPSBmdW5jdGlvbihsZWZ0LCByaWdodCkge1xuICByZXR1cm4gRGlmZi5wcm90b3R5cGUuZXF1YWxzLmNhbGwoanNvbkRpZmYsIGxlZnQucmVwbGFjZSgvLChbXFxyXFxuXSkvZywgJyQxJyksIHJpZ2h0LnJlcGxhY2UoLywoW1xcclxcbl0pL2csICckMScpKTtcbn07XG5cbmV4cG9ydCBmdW5jdGlvbiBkaWZmSnNvbihvbGRPYmosIG5ld09iaiwgb3B0aW9ucykgeyByZXR1cm4ganNvbkRpZmYuZGlmZihvbGRPYmosIG5ld09iaiwgb3B0aW9ucyk7IH1cblxuLy8gVGhpcyBmdW5jdGlvbiBoYW5kbGVzIHRoZSBwcmVzZW5jZSBvZiBjaXJjdWxhciByZWZlcmVuY2VzIGJ5IGJhaWxpbmcgb3V0IHdoZW4gZW5jb3VudGVyaW5nIGFuXG4vLyBvYmplY3QgdGhhdCBpcyBhbHJlYWR5IG9uIHRoZSBcInN0YWNrXCIgb2YgaXRlbXMgYmVpbmcgcHJvY2Vzc2VkLiBBY2NlcHRzIGFuIG9wdGlvbmFsIHJlcGxhY2VyXG5leHBvcnQgZnVuY3Rpb24gY2Fub25pY2FsaXplKG9iaiwgc3RhY2ssIHJlcGxhY2VtZW50U3RhY2ssIHJlcGxhY2VyLCBrZXkpIHtcbiAgc3RhY2sgPSBzdGFjayB8fCBbXTtcbiAgcmVwbGFjZW1lbnRTdGFjayA9IHJlcGxhY2VtZW50U3RhY2sgfHwgW107XG5cbiAgaWYgKHJlcGxhY2VyKSB7XG4gICAgb2JqID0gcmVwbGFjZXIoa2V5LCBvYmopO1xuICB9XG5cbiAgbGV0IGk7XG5cbiAgZm9yIChpID0gMDsgaSA8IHN0YWNrLmxlbmd0aDsgaSArPSAxKSB7XG4gICAgaWYgKHN0YWNrW2ldID09PSBvYmopIHtcbiAgICAgIHJldHVybiByZXBsYWNlbWVudFN0YWNrW2ldO1xuICAgIH1cbiAgfVxuXG4gIGxldCBjYW5vbmljYWxpemVkT2JqO1xuXG4gIGlmICgnW29iamVjdCBBcnJheV0nID09PSBvYmplY3RQcm90b3R5cGVUb1N0cmluZy5jYWxsKG9iaikpIHtcbiAgICBzdGFjay5wdXNoKG9iaik7XG4gICAgY2Fub25pY2FsaXplZE9iaiA9IG5ldyBBcnJheShvYmoubGVuZ3RoKTtcbiAgICByZXBsYWNlbWVudFN0YWNrLnB1c2goY2Fub25pY2FsaXplZE9iaik7XG4gICAgZm9yIChpID0gMDsgaSA8IG9iai5sZW5ndGg7IGkgKz0gMSkge1xuICAgICAgY2Fub25pY2FsaXplZE9ialtpXSA9IGNhbm9uaWNhbGl6ZShvYmpbaV0sIHN0YWNrLCByZXBsYWNlbWVudFN0YWNrLCByZXBsYWNlciwga2V5KTtcbiAgICB9XG4gICAgc3RhY2sucG9wKCk7XG4gICAgcmVwbGFjZW1lbnRTdGFjay5wb3AoKTtcbiAgICByZXR1cm4gY2Fub25pY2FsaXplZE9iajtcbiAgfVxuXG4gIGlmIChvYmogJiYgb2JqLnRvSlNPTikge1xuICAgIG9iaiA9IG9iai50b0pTT04oKTtcbiAgfVxuXG4gIGlmICh0eXBlb2Ygb2JqID09PSAnb2JqZWN0JyAmJiBvYmogIT09IG51bGwpIHtcbiAgICBzdGFjay5wdXNoKG9iaik7XG4gICAgY2Fub25pY2FsaXplZE9iaiA9IHt9O1xuICAgIHJlcGxhY2VtZW50U3RhY2sucHVzaChjYW5vbmljYWxpemVkT2JqKTtcbiAgICBsZXQgc29ydGVkS2V5cyA9IFtdLFxuICAgICAgICBrZXk7XG4gICAgZm9yIChrZXkgaW4gb2JqKSB7XG4gICAgICAvKiBpc3RhbmJ1bCBpZ25vcmUgZWxzZSAqL1xuICAgICAgaWYgKG9iai5oYXNPd25Qcm9wZXJ0eShrZXkpKSB7XG4gICAgICAgIHNvcnRlZEtleXMucHVzaChrZXkpO1xuICAgICAgfVxuICAgIH1cbiAgICBzb3J0ZWRLZXlzLnNvcnQoKTtcbiAgICBmb3IgKGkgPSAwOyBpIDwgc29ydGVkS2V5cy5sZW5ndGg7IGkgKz0gMSkge1xuICAgICAga2V5ID0gc29ydGVkS2V5c1tpXTtcbiAgICAgIGNhbm9uaWNhbGl6ZWRPYmpba2V5XSA9IGNhbm9uaWNhbGl6ZShvYmpba2V5XSwgc3RhY2ssIHJlcGxhY2VtZW50U3RhY2ssIHJlcGxhY2VyLCBrZXkpO1xuICAgIH1cbiAgICBzdGFjay5wb3AoKTtcbiAgICByZXBsYWNlbWVudFN0YWNrLnBvcCgpO1xuICB9IGVsc2Uge1xuICAgIGNhbm9uaWNhbGl6ZWRPYmogPSBvYmo7XG4gIH1cbiAgcmV0dXJuIGNhbm9uaWNhbGl6ZWRPYmo7XG59XG4iXX0= diff --git a/software/flow/node_modules/npm/node_modules/diff/lib/diff/line.js b/software/flow/node_modules/npm/node_modules/diff/lib/diff/line.js deleted file mode 100644 index 855fe30..0000000 --- a/software/flow/node_modules/npm/node_modules/diff/lib/diff/line.js +++ /dev/null @@ -1,89 +0,0 @@ -/*istanbul ignore start*/ -"use strict"; - -Object.defineProperty(exports, "__esModule", { - value: true -}); -exports.diffLines = diffLines; -exports.diffTrimmedLines = diffTrimmedLines; -exports.lineDiff = void 0; - -/*istanbul ignore end*/ -var -/*istanbul ignore start*/ -_base = _interopRequireDefault(require("./base")) -/*istanbul ignore end*/ -; - -var -/*istanbul ignore start*/ -_params = require("../util/params") -/*istanbul ignore end*/ -; - -/*istanbul ignore start*/ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; } - -/*istanbul ignore end*/ -var lineDiff = new -/*istanbul ignore start*/ -_base -/*istanbul ignore end*/ -[ -/*istanbul ignore start*/ -"default" -/*istanbul ignore end*/ -](); - -/*istanbul ignore start*/ -exports.lineDiff = lineDiff; - -/*istanbul ignore end*/ -lineDiff.tokenize = function (value) { - var retLines = [], - linesAndNewlines = value.split(/(\n|\r\n)/); // Ignore the final empty token that occurs if the string ends with a new line - - if (!linesAndNewlines[linesAndNewlines.length - 1]) { - linesAndNewlines.pop(); - } // Merge the content and line separators into single tokens - - - for (var i = 0; i < linesAndNewlines.length; i++) { - var line = linesAndNewlines[i]; - - if (i % 2 && !this.options.newlineIsToken) { - retLines[retLines.length - 1] += line; - } else { - if (this.options.ignoreWhitespace) { - line = line.trim(); - } - - retLines.push(line); - } - } - - return retLines; -}; - -function diffLines(oldStr, newStr, callback) { - return lineDiff.diff(oldStr, newStr, callback); -} - -function diffTrimmedLines(oldStr, newStr, callback) { - var options = - /*istanbul ignore start*/ - (0, - /*istanbul ignore end*/ - - /*istanbul ignore start*/ - _params - /*istanbul ignore end*/ - . - /*istanbul ignore start*/ - generateOptions) - /*istanbul ignore end*/ - (callback, { - ignoreWhitespace: true - }); - return lineDiff.diff(oldStr, newStr, options); -} -//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9kaWZmL2xpbmUuanMiXSwibmFtZXMiOlsibGluZURpZmYiLCJEaWZmIiwidG9rZW5pemUiLCJ2YWx1ZSIsInJldExpbmVzIiwibGluZXNBbmROZXdsaW5lcyIsInNwbGl0IiwibGVuZ3RoIiwicG9wIiwiaSIsImxpbmUiLCJvcHRpb25zIiwibmV3bGluZUlzVG9rZW4iLCJpZ25vcmVXaGl0ZXNwYWNlIiwidHJpbSIsInB1c2giLCJkaWZmTGluZXMiLCJvbGRTdHIiLCJuZXdTdHIiLCJjYWxsYmFjayIsImRpZmYiLCJkaWZmVHJpbW1lZExpbmVzIiwiZ2VuZXJhdGVPcHRpb25zIl0sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7OztBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7O0FBQ0E7QUFBQTtBQUFBO0FBQUE7QUFBQTs7Ozs7QUFFTyxJQUFNQSxRQUFRLEdBQUc7QUFBSUM7QUFBQUE7QUFBQUE7QUFBQUE7QUFBQUE7QUFBQUE7QUFBQUE7QUFBQUEsQ0FBSixFQUFqQjs7Ozs7O0FBQ1BELFFBQVEsQ0FBQ0UsUUFBVCxHQUFvQixVQUFTQyxLQUFULEVBQWdCO0FBQ2xDLE1BQUlDLFFBQVEsR0FBRyxFQUFmO0FBQUEsTUFDSUMsZ0JBQWdCLEdBQUdGLEtBQUssQ0FBQ0csS0FBTixDQUFZLFdBQVosQ0FEdkIsQ0FEa0MsQ0FJbEM7O0FBQ0EsTUFBSSxDQUFDRCxnQkFBZ0IsQ0FBQ0EsZ0JBQWdCLENBQUNFLE1BQWpCLEdBQTBCLENBQTNCLENBQXJCLEVBQW9EO0FBQ2xERixJQUFBQSxnQkFBZ0IsQ0FBQ0csR0FBakI7QUFDRCxHQVBpQyxDQVNsQzs7O0FBQ0EsT0FBSyxJQUFJQyxDQUFDLEdBQUcsQ0FBYixFQUFnQkEsQ0FBQyxHQUFHSixnQkFBZ0IsQ0FBQ0UsTUFBckMsRUFBNkNFLENBQUMsRUFBOUMsRUFBa0Q7QUFDaEQsUUFBSUMsSUFBSSxHQUFHTCxnQkFBZ0IsQ0FBQ0ksQ0FBRCxDQUEzQjs7QUFFQSxRQUFJQSxDQUFDLEdBQUcsQ0FBSixJQUFTLENBQUMsS0FBS0UsT0FBTCxDQUFhQyxjQUEzQixFQUEyQztBQUN6Q1IsTUFBQUEsUUFBUSxDQUFDQSxRQUFRLENBQUNHLE1BQVQsR0FBa0IsQ0FBbkIsQ0FBUixJQUFpQ0csSUFBakM7QUFDRCxLQUZELE1BRU87QUFDTCxVQUFJLEtBQUtDLE9BQUwsQ0FBYUUsZ0JBQWpCLEVBQW1DO0FBQ2pDSCxRQUFBQSxJQUFJLEdBQUdBLElBQUksQ0FBQ0ksSUFBTCxFQUFQO0FBQ0Q7O0FBQ0RWLE1BQUFBLFFBQVEsQ0FBQ1csSUFBVCxDQUFjTCxJQUFkO0FBQ0Q7QUFDRjs7QUFFRCxTQUFPTixRQUFQO0FBQ0QsQ0F4QkQ7O0FBMEJPLFNBQVNZLFNBQVQsQ0FBbUJDLE1BQW5CLEVBQTJCQyxNQUEzQixFQUFtQ0MsUUFBbkMsRUFBNkM7QUFBRSxTQUFPbkIsUUFBUSxDQUFDb0IsSUFBVCxDQUFjSCxNQUFkLEVBQXNCQyxNQUF0QixFQUE4QkMsUUFBOUIsQ0FBUDtBQUFpRDs7QUFDaEcsU0FBU0UsZ0JBQVQsQ0FBMEJKLE1BQTFCLEVBQWtDQyxNQUFsQyxFQUEwQ0MsUUFBMUMsRUFBb0Q7QUFDekQsTUFBSVIsT0FBTztBQUFHO0FBQUE7QUFBQTs7QUFBQVc7QUFBQUE7QUFBQUE7QUFBQUE7QUFBQUE7QUFBQUE7QUFBQTtBQUFBLEdBQWdCSCxRQUFoQixFQUEwQjtBQUFDTixJQUFBQSxnQkFBZ0IsRUFBRTtBQUFuQixHQUExQixDQUFkO0FBQ0EsU0FBT2IsUUFBUSxDQUFDb0IsSUFBVCxDQUFjSCxNQUFkLEVBQXNCQyxNQUF0QixFQUE4QlAsT0FBOUIsQ0FBUDtBQUNEIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IERpZmYgZnJvbSAnLi9iYXNlJztcbmltcG9ydCB7Z2VuZXJhdGVPcHRpb25zfSBmcm9tICcuLi91dGlsL3BhcmFtcyc7XG5cbmV4cG9ydCBjb25zdCBsaW5lRGlmZiA9IG5ldyBEaWZmKCk7XG5saW5lRGlmZi50b2tlbml6ZSA9IGZ1bmN0aW9uKHZhbHVlKSB7XG4gIGxldCByZXRMaW5lcyA9IFtdLFxuICAgICAgbGluZXNBbmROZXdsaW5lcyA9IHZhbHVlLnNwbGl0KC8oXFxufFxcclxcbikvKTtcblxuICAvLyBJZ25vcmUgdGhlIGZpbmFsIGVtcHR5IHRva2VuIHRoYXQgb2NjdXJzIGlmIHRoZSBzdHJpbmcgZW5kcyB3aXRoIGEgbmV3IGxpbmVcbiAgaWYgKCFsaW5lc0FuZE5ld2xpbmVzW2xpbmVzQW5kTmV3bGluZXMubGVuZ3RoIC0gMV0pIHtcbiAgICBsaW5lc0FuZE5ld2xpbmVzLnBvcCgpO1xuICB9XG5cbiAgLy8gTWVyZ2UgdGhlIGNvbnRlbnQgYW5kIGxpbmUgc2VwYXJhdG9ycyBpbnRvIHNpbmdsZSB0b2tlbnNcbiAgZm9yIChsZXQgaSA9IDA7IGkgPCBsaW5lc0FuZE5ld2xpbmVzLmxlbmd0aDsgaSsrKSB7XG4gICAgbGV0IGxpbmUgPSBsaW5lc0FuZE5ld2xpbmVzW2ldO1xuXG4gICAgaWYgKGkgJSAyICYmICF0aGlzLm9wdGlvbnMubmV3bGluZUlzVG9rZW4pIHtcbiAgICAgIHJldExpbmVzW3JldExpbmVzLmxlbmd0aCAtIDFdICs9IGxpbmU7XG4gICAgfSBlbHNlIHtcbiAgICAgIGlmICh0aGlzLm9wdGlvbnMuaWdub3JlV2hpdGVzcGFjZSkge1xuICAgICAgICBsaW5lID0gbGluZS50cmltKCk7XG4gICAgICB9XG4gICAgICByZXRMaW5lcy5wdXNoKGxpbmUpO1xuICAgIH1cbiAgfVxuXG4gIHJldHVybiByZXRMaW5lcztcbn07XG5cbmV4cG9ydCBmdW5jdGlvbiBkaWZmTGluZXMob2xkU3RyLCBuZXdTdHIsIGNhbGxiYWNrKSB7IHJldHVybiBsaW5lRGlmZi5kaWZmKG9sZFN0ciwgbmV3U3RyLCBjYWxsYmFjayk7IH1cbmV4cG9ydCBmdW5jdGlvbiBkaWZmVHJpbW1lZExpbmVzKG9sZFN0ciwgbmV3U3RyLCBjYWxsYmFjaykge1xuICBsZXQgb3B0aW9ucyA9IGdlbmVyYXRlT3B0aW9ucyhjYWxsYmFjaywge2lnbm9yZVdoaXRlc3BhY2U6IHRydWV9KTtcbiAgcmV0dXJuIGxpbmVEaWZmLmRpZmYob2xkU3RyLCBuZXdTdHIsIG9wdGlvbnMpO1xufVxuIl19 diff --git a/software/flow/node_modules/npm/node_modules/diff/lib/diff/sentence.js b/software/flow/node_modules/npm/node_modules/diff/lib/diff/sentence.js deleted file mode 100644 index 95158d6..0000000 --- a/software/flow/node_modules/npm/node_modules/diff/lib/diff/sentence.js +++ /dev/null @@ -1,41 +0,0 @@ -/*istanbul ignore start*/ -"use strict"; - -Object.defineProperty(exports, "__esModule", { - value: true -}); -exports.diffSentences = diffSentences; -exports.sentenceDiff = void 0; - -/*istanbul ignore end*/ -var -/*istanbul ignore start*/ -_base = _interopRequireDefault(require("./base")) -/*istanbul ignore end*/ -; - -/*istanbul ignore start*/ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; } - -/*istanbul ignore end*/ -var sentenceDiff = new -/*istanbul ignore start*/ -_base -/*istanbul ignore end*/ -[ -/*istanbul ignore start*/ -"default" -/*istanbul ignore end*/ -](); - -/*istanbul ignore start*/ -exports.sentenceDiff = sentenceDiff; - -/*istanbul ignore end*/ -sentenceDiff.tokenize = function (value) { - return value.split(/(\S.+?[.!?])(?=\s+|$)/); -}; - -function diffSentences(oldStr, newStr, callback) { - return sentenceDiff.diff(oldStr, newStr, callback); -} -//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9kaWZmL3NlbnRlbmNlLmpzIl0sIm5hbWVzIjpbInNlbnRlbmNlRGlmZiIsIkRpZmYiLCJ0b2tlbml6ZSIsInZhbHVlIiwic3BsaXQiLCJkaWZmU2VudGVuY2VzIiwib2xkU3RyIiwibmV3U3RyIiwiY2FsbGJhY2siLCJkaWZmIl0sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7O0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTs7Ozs7QUFHTyxJQUFNQSxZQUFZLEdBQUc7QUFBSUM7QUFBQUE7QUFBQUE7QUFBQUE7QUFBQUE7QUFBQUE7QUFBQUE7QUFBQUEsQ0FBSixFQUFyQjs7Ozs7O0FBQ1BELFlBQVksQ0FBQ0UsUUFBYixHQUF3QixVQUFTQyxLQUFULEVBQWdCO0FBQ3RDLFNBQU9BLEtBQUssQ0FBQ0MsS0FBTixDQUFZLHVCQUFaLENBQVA7QUFDRCxDQUZEOztBQUlPLFNBQVNDLGFBQVQsQ0FBdUJDLE1BQXZCLEVBQStCQyxNQUEvQixFQUF1Q0MsUUFBdkMsRUFBaUQ7QUFBRSxTQUFPUixZQUFZLENBQUNTLElBQWIsQ0FBa0JILE1BQWxCLEVBQTBCQyxNQUExQixFQUFrQ0MsUUFBbEMsQ0FBUDtBQUFxRCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCBEaWZmIGZyb20gJy4vYmFzZSc7XG5cblxuZXhwb3J0IGNvbnN0IHNlbnRlbmNlRGlmZiA9IG5ldyBEaWZmKCk7XG5zZW50ZW5jZURpZmYudG9rZW5pemUgPSBmdW5jdGlvbih2YWx1ZSkge1xuICByZXR1cm4gdmFsdWUuc3BsaXQoLyhcXFMuKz9bLiE/XSkoPz1cXHMrfCQpLyk7XG59O1xuXG5leHBvcnQgZnVuY3Rpb24gZGlmZlNlbnRlbmNlcyhvbGRTdHIsIG5ld1N0ciwgY2FsbGJhY2spIHsgcmV0dXJuIHNlbnRlbmNlRGlmZi5kaWZmKG9sZFN0ciwgbmV3U3RyLCBjYWxsYmFjayk7IH1cbiJdfQ== diff --git a/software/flow/node_modules/npm/node_modules/diff/lib/diff/word.js b/software/flow/node_modules/npm/node_modules/diff/lib/diff/word.js deleted file mode 100644 index cef7fe1..0000000 --- a/software/flow/node_modules/npm/node_modules/diff/lib/diff/word.js +++ /dev/null @@ -1,108 +0,0 @@ -/*istanbul ignore start*/ -"use strict"; - -Object.defineProperty(exports, "__esModule", { - value: true -}); -exports.diffWords = diffWords; -exports.diffWordsWithSpace = diffWordsWithSpace; -exports.wordDiff = void 0; - -/*istanbul ignore end*/ -var -/*istanbul ignore start*/ -_base = _interopRequireDefault(require("./base")) -/*istanbul ignore end*/ -; - -var -/*istanbul ignore start*/ -_params = require("../util/params") -/*istanbul ignore end*/ -; - -/*istanbul ignore start*/ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; } - -/*istanbul ignore end*/ -// Based on https://en.wikipedia.org/wiki/Latin_script_in_Unicode -// -// Ranges and exceptions: -// Latin-1 Supplement, 0080–00FF -// - U+00D7 × Multiplication sign -// - U+00F7 ÷ Division sign -// Latin Extended-A, 0100–017F -// Latin Extended-B, 0180–024F -// IPA Extensions, 0250–02AF -// Spacing Modifier Letters, 02B0–02FF -// - U+02C7 ˇ &#711; Caron -// - U+02D8 ˘ &#728; Breve -// - U+02D9 ˙ &#729; Dot Above -// - U+02DA ˚ &#730; Ring Above -// - U+02DB ˛ &#731; Ogonek -// - U+02DC ˜ &#732; Small Tilde -// - U+02DD ˝ &#733; Double Acute Accent -// Latin Extended Additional, 1E00–1EFF -var extendedWordChars = /^[A-Za-z\xC0-\u02C6\u02C8-\u02D7\u02DE-\u02FF\u1E00-\u1EFF]+$/; -var reWhitespace = /\S/; -var wordDiff = new -/*istanbul ignore start*/ -_base -/*istanbul ignore end*/ -[ -/*istanbul ignore start*/ -"default" -/*istanbul ignore end*/ -](); - -/*istanbul ignore start*/ -exports.wordDiff = wordDiff; - -/*istanbul ignore end*/ -wordDiff.equals = function (left, right) { - if (this.options.ignoreCase) { - left = left.toLowerCase(); - right = right.toLowerCase(); - } - - return left === right || this.options.ignoreWhitespace && !reWhitespace.test(left) && !reWhitespace.test(right); -}; - -wordDiff.tokenize = function (value) { - // All whitespace symbols except newline group into one token, each newline - in separate token - var tokens = value.split(/([^\S\r\n]+|[()[\]{}'"\r\n]|\b)/); // Join the boundary splits that we do not consider to be boundaries. This is primarily the extended Latin character set. - - for (var i = 0; i < tokens.length - 1; i++) { - // If we have an empty string in the next field and we have only word chars before and after, merge - if (!tokens[i + 1] && tokens[i + 2] && extendedWordChars.test(tokens[i]) && extendedWordChars.test(tokens[i + 2])) { - tokens[i] += tokens[i + 2]; - tokens.splice(i + 1, 2); - i--; - } - } - - return tokens; -}; - -function diffWords(oldStr, newStr, options) { - options = - /*istanbul ignore start*/ - (0, - /*istanbul ignore end*/ - - /*istanbul ignore start*/ - _params - /*istanbul ignore end*/ - . - /*istanbul ignore start*/ - generateOptions) - /*istanbul ignore end*/ - (options, { - ignoreWhitespace: true - }); - return wordDiff.diff(oldStr, newStr, options); -} - -function diffWordsWithSpace(oldStr, newStr, options) { - return wordDiff.diff(oldStr, newStr, options); -} -//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9kaWZmL3dvcmQuanMiXSwibmFtZXMiOlsiZXh0ZW5kZWRXb3JkQ2hhcnMiLCJyZVdoaXRlc3BhY2UiLCJ3b3JkRGlmZiIsIkRpZmYiLCJlcXVhbHMiLCJsZWZ0IiwicmlnaHQiLCJvcHRpb25zIiwiaWdub3JlQ2FzZSIsInRvTG93ZXJDYXNlIiwiaWdub3JlV2hpdGVzcGFjZSIsInRlc3QiLCJ0b2tlbml6ZSIsInZhbHVlIiwidG9rZW5zIiwic3BsaXQiLCJpIiwibGVuZ3RoIiwic3BsaWNlIiwiZGlmZldvcmRzIiwib2xkU3RyIiwibmV3U3RyIiwiZ2VuZXJhdGVPcHRpb25zIiwiZGlmZiIsImRpZmZXb3Jkc1dpdGhTcGFjZSJdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBOztBQUNBO0FBQUE7QUFBQTtBQUFBO0FBQUE7Ozs7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsSUFBTUEsaUJBQWlCLEdBQUcsK0RBQTFCO0FBRUEsSUFBTUMsWUFBWSxHQUFHLElBQXJCO0FBRU8sSUFBTUMsUUFBUSxHQUFHO0FBQUlDO0FBQUFBO0FBQUFBO0FBQUFBO0FBQUFBO0FBQUFBO0FBQUFBO0FBQUFBLENBQUosRUFBakI7Ozs7OztBQUNQRCxRQUFRLENBQUNFLE1BQVQsR0FBa0IsVUFBU0MsSUFBVCxFQUFlQyxLQUFmLEVBQXNCO0FBQ3RDLE1BQUksS0FBS0MsT0FBTCxDQUFhQyxVQUFqQixFQUE2QjtBQUMzQkgsSUFBQUEsSUFBSSxHQUFHQSxJQUFJLENBQUNJLFdBQUwsRUFBUDtBQUNBSCxJQUFBQSxLQUFLLEdBQUdBLEtBQUssQ0FBQ0csV0FBTixFQUFSO0FBQ0Q7O0FBQ0QsU0FBT0osSUFBSSxLQUFLQyxLQUFULElBQW1CLEtBQUtDLE9BQUwsQ0FBYUcsZ0JBQWIsSUFBaUMsQ0FBQ1QsWUFBWSxDQUFDVSxJQUFiLENBQWtCTixJQUFsQixDQUFsQyxJQUE2RCxDQUFDSixZQUFZLENBQUNVLElBQWIsQ0FBa0JMLEtBQWxCLENBQXhGO0FBQ0QsQ0FORDs7QUFPQUosUUFBUSxDQUFDVSxRQUFULEdBQW9CLFVBQVNDLEtBQVQsRUFBZ0I7QUFDbEM7QUFDQSxNQUFJQyxNQUFNLEdBQUdELEtBQUssQ0FBQ0UsS0FBTixDQUFZLGlDQUFaLENBQWIsQ0FGa0MsQ0FJbEM7O0FBQ0EsT0FBSyxJQUFJQyxDQUFDLEdBQUcsQ0FBYixFQUFnQkEsQ0FBQyxHQUFHRixNQUFNLENBQUNHLE1BQVAsR0FBZ0IsQ0FBcEMsRUFBdUNELENBQUMsRUFBeEMsRUFBNEM7QUFDMUM7QUFDQSxRQUFJLENBQUNGLE1BQU0sQ0FBQ0UsQ0FBQyxHQUFHLENBQUwsQ0FBUCxJQUFrQkYsTUFBTSxDQUFDRSxDQUFDLEdBQUcsQ0FBTCxDQUF4QixJQUNLaEIsaUJBQWlCLENBQUNXLElBQWxCLENBQXVCRyxNQUFNLENBQUNFLENBQUQsQ0FBN0IsQ0FETCxJQUVLaEIsaUJBQWlCLENBQUNXLElBQWxCLENBQXVCRyxNQUFNLENBQUNFLENBQUMsR0FBRyxDQUFMLENBQTdCLENBRlQsRUFFZ0Q7QUFDOUNGLE1BQUFBLE1BQU0sQ0FBQ0UsQ0FBRCxDQUFOLElBQWFGLE1BQU0sQ0FBQ0UsQ0FBQyxHQUFHLENBQUwsQ0FBbkI7QUFDQUYsTUFBQUEsTUFBTSxDQUFDSSxNQUFQLENBQWNGLENBQUMsR0FBRyxDQUFsQixFQUFxQixDQUFyQjtBQUNBQSxNQUFBQSxDQUFDO0FBQ0Y7QUFDRjs7QUFFRCxTQUFPRixNQUFQO0FBQ0QsQ0FqQkQ7O0FBbUJPLFNBQVNLLFNBQVQsQ0FBbUJDLE1BQW5CLEVBQTJCQyxNQUEzQixFQUFtQ2QsT0FBbkMsRUFBNEM7QUFDakRBLEVBQUFBLE9BQU87QUFBRztBQUFBO0FBQUE7O0FBQUFlO0FBQUFBO0FBQUFBO0FBQUFBO0FBQUFBO0FBQUFBO0FBQUE7QUFBQSxHQUFnQmYsT0FBaEIsRUFBeUI7QUFBQ0csSUFBQUEsZ0JBQWdCLEVBQUU7QUFBbkIsR0FBekIsQ0FBVjtBQUNBLFNBQU9SLFFBQVEsQ0FBQ3FCLElBQVQsQ0FBY0gsTUFBZCxFQUFzQkMsTUFBdEIsRUFBOEJkLE9BQTlCLENBQVA7QUFDRDs7QUFFTSxTQUFTaUIsa0JBQVQsQ0FBNEJKLE1BQTVCLEVBQW9DQyxNQUFwQyxFQUE0Q2QsT0FBNUMsRUFBcUQ7QUFDMUQsU0FBT0wsUUFBUSxDQUFDcUIsSUFBVCxDQUFjSCxNQUFkLEVBQXNCQyxNQUF0QixFQUE4QmQsT0FBOUIsQ0FBUDtBQUNEIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IERpZmYgZnJvbSAnLi9iYXNlJztcbmltcG9ydCB7Z2VuZXJhdGVPcHRpb25zfSBmcm9tICcuLi91dGlsL3BhcmFtcyc7XG5cbi8vIEJhc2VkIG9uIGh0dHBzOi8vZW4ud2lraXBlZGlhLm9yZy93aWtpL0xhdGluX3NjcmlwdF9pbl9Vbmljb2RlXG4vL1xuLy8gUmFuZ2VzIGFuZCBleGNlcHRpb25zOlxuLy8gTGF0aW4tMSBTdXBwbGVtZW50LCAwMDgw4oCTMDBGRlxuLy8gIC0gVSswMEQ3ICDDlyBNdWx0aXBsaWNhdGlvbiBzaWduXG4vLyAgLSBVKzAwRjcgIMO3IERpdmlzaW9uIHNpZ25cbi8vIExhdGluIEV4dGVuZGVkLUEsIDAxMDDigJMwMTdGXG4vLyBMYXRpbiBFeHRlbmRlZC1CLCAwMTgw4oCTMDI0RlxuLy8gSVBBIEV4dGVuc2lvbnMsIDAyNTDigJMwMkFGXG4vLyBTcGFjaW5nIE1vZGlmaWVyIExldHRlcnMsIDAyQjDigJMwMkZGXG4vLyAgLSBVKzAyQzcgIMuHICYjNzExOyAgQ2Fyb25cbi8vICAtIFUrMDJEOCAgy5ggJiM3Mjg7ICBCcmV2ZVxuLy8gIC0gVSswMkQ5ICDLmSAmIzcyOTsgIERvdCBBYm92ZVxuLy8gIC0gVSswMkRBICDLmiAmIzczMDsgIFJpbmcgQWJvdmVcbi8vICAtIFUrMDJEQiAgy5sgJiM3MzE7ICBPZ29uZWtcbi8vICAtIFUrMDJEQyAgy5wgJiM3MzI7ICBTbWFsbCBUaWxkZVxuLy8gIC0gVSswMkREICDLnSAmIzczMzsgIERvdWJsZSBBY3V0ZSBBY2NlbnRcbi8vIExhdGluIEV4dGVuZGVkIEFkZGl0aW9uYWwsIDFFMDDigJMxRUZGXG5jb25zdCBleHRlbmRlZFdvcmRDaGFycyA9IC9eW2EtekEtWlxcdXtDMH0tXFx1e0ZGfVxcdXtEOH0tXFx1e0Y2fVxcdXtGOH0tXFx1ezJDNn1cXHV7MkM4fS1cXHV7MkQ3fVxcdXsyREV9LVxcdXsyRkZ9XFx1ezFFMDB9LVxcdXsxRUZGfV0rJC91O1xuXG5jb25zdCByZVdoaXRlc3BhY2UgPSAvXFxTLztcblxuZXhwb3J0IGNvbnN0IHdvcmREaWZmID0gbmV3IERpZmYoKTtcbndvcmREaWZmLmVxdWFscyA9IGZ1bmN0aW9uKGxlZnQsIHJpZ2h0KSB7XG4gIGlmICh0aGlzLm9wdGlvbnMuaWdub3JlQ2FzZSkge1xuICAgIGxlZnQgPSBsZWZ0LnRvTG93ZXJDYXNlKCk7XG4gICAgcmlnaHQgPSByaWdodC50b0xvd2VyQ2FzZSgpO1xuICB9XG4gIHJldHVybiBsZWZ0ID09PSByaWdodCB8fCAodGhpcy5vcHRpb25zLmlnbm9yZVdoaXRlc3BhY2UgJiYgIXJlV2hpdGVzcGFjZS50ZXN0KGxlZnQpICYmICFyZVdoaXRlc3BhY2UudGVzdChyaWdodCkpO1xufTtcbndvcmREaWZmLnRva2VuaXplID0gZnVuY3Rpb24odmFsdWUpIHtcbiAgLy8gQWxsIHdoaXRlc3BhY2Ugc3ltYm9scyBleGNlcHQgbmV3bGluZSBncm91cCBpbnRvIG9uZSB0b2tlbiwgZWFjaCBuZXdsaW5lIC0gaW4gc2VwYXJhdGUgdG9rZW5cbiAgbGV0IHRva2VucyA9IHZhbHVlLnNwbGl0KC8oW15cXFNcXHJcXG5dK3xbKClbXFxde30nXCJcXHJcXG5dfFxcYikvKTtcblxuICAvLyBKb2luIHRoZSBib3VuZGFyeSBzcGxpdHMgdGhhdCB3ZSBkbyBub3QgY29uc2lkZXIgdG8gYmUgYm91bmRhcmllcy4gVGhpcyBpcyBwcmltYXJpbHkgdGhlIGV4dGVuZGVkIExhdGluIGNoYXJhY3RlciBzZXQuXG4gIGZvciAobGV0IGkgPSAwOyBpIDwgdG9rZW5zLmxlbmd0aCAtIDE7IGkrKykge1xuICAgIC8vIElmIHdlIGhhdmUgYW4gZW1wdHkgc3RyaW5nIGluIHRoZSBuZXh0IGZpZWxkIGFuZCB3ZSBoYXZlIG9ubHkgd29yZCBjaGFycyBiZWZvcmUgYW5kIGFmdGVyLCBtZXJnZVxuICAgIGlmICghdG9rZW5zW2kgKyAxXSAmJiB0b2tlbnNbaSArIDJdXG4gICAgICAgICAgJiYgZXh0ZW5kZWRXb3JkQ2hhcnMudGVzdCh0b2tlbnNbaV0pXG4gICAgICAgICAgJiYgZXh0ZW5kZWRXb3JkQ2hhcnMudGVzdCh0b2tlbnNbaSArIDJdKSkge1xuICAgICAgdG9rZW5zW2ldICs9IHRva2Vuc1tpICsgMl07XG4gICAgICB0b2tlbnMuc3BsaWNlKGkgKyAxLCAyKTtcbiAgICAgIGktLTtcbiAgICB9XG4gIH1cblxuICByZXR1cm4gdG9rZW5zO1xufTtcblxuZXhwb3J0IGZ1bmN0aW9uIGRpZmZXb3JkcyhvbGRTdHIsIG5ld1N0ciwgb3B0aW9ucykge1xuICBvcHRpb25zID0gZ2VuZXJhdGVPcHRpb25zKG9wdGlvbnMsIHtpZ25vcmVXaGl0ZXNwYWNlOiB0cnVlfSk7XG4gIHJldHVybiB3b3JkRGlmZi5kaWZmKG9sZFN0ciwgbmV3U3RyLCBvcHRpb25zKTtcbn1cblxuZXhwb3J0IGZ1bmN0aW9uIGRpZmZXb3Jkc1dpdGhTcGFjZShvbGRTdHIsIG5ld1N0ciwgb3B0aW9ucykge1xuICByZXR1cm4gd29yZERpZmYuZGlmZihvbGRTdHIsIG5ld1N0ciwgb3B0aW9ucyk7XG59XG4iXX0= diff --git a/software/flow/node_modules/npm/node_modules/diff/lib/index.es6.js b/software/flow/node_modules/npm/node_modules/diff/lib/index.es6.js deleted file mode 100644 index c2a0013..0000000 --- a/software/flow/node_modules/npm/node_modules/diff/lib/index.es6.js +++ /dev/null @@ -1,1561 +0,0 @@ -function Diff() {} -Diff.prototype = { - diff: function diff(oldString, newString) { - var options = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {}; - var callback = options.callback; - - if (typeof options === 'function') { - callback = options; - options = {}; - } - - this.options = options; - var self = this; - - function done(value) { - if (callback) { - setTimeout(function () { - callback(undefined, value); - }, 0); - return true; - } else { - return value; - } - } // Allow subclasses to massage the input prior to running - - - oldString = this.castInput(oldString); - newString = this.castInput(newString); - oldString = this.removeEmpty(this.tokenize(oldString)); - newString = this.removeEmpty(this.tokenize(newString)); - var newLen = newString.length, - oldLen = oldString.length; - var editLength = 1; - var maxEditLength = newLen + oldLen; - - if (options.maxEditLength) { - maxEditLength = Math.min(maxEditLength, options.maxEditLength); - } - - var bestPath = [{ - newPos: -1, - components: [] - }]; // Seed editLength = 0, i.e. the content starts with the same values - - var oldPos = this.extractCommon(bestPath[0], newString, oldString, 0); - - if (bestPath[0].newPos + 1 >= newLen && oldPos + 1 >= oldLen) { - // Identity per the equality and tokenizer - return done([{ - value: this.join(newString), - count: newString.length - }]); - } // Main worker method. checks all permutations of a given edit length for acceptance. - - - function execEditLength() { - for (var diagonalPath = -1 * editLength; diagonalPath <= editLength; diagonalPath += 2) { - var basePath = void 0; - - var addPath = bestPath[diagonalPath - 1], - removePath = bestPath[diagonalPath + 1], - _oldPos = (removePath ? removePath.newPos : 0) - diagonalPath; - - if (addPath) { - // No one else is going to attempt to use this value, clear it - bestPath[diagonalPath - 1] = undefined; - } - - var canAdd = addPath && addPath.newPos + 1 < newLen, - canRemove = removePath && 0 <= _oldPos && _oldPos < oldLen; - - if (!canAdd && !canRemove) { - // If this path is a terminal then prune - bestPath[diagonalPath] = undefined; - continue; - } // Select the diagonal that we want to branch from. We select the prior - // path whose position in the new string is the farthest from the origin - // and does not pass the bounds of the diff graph - - - if (!canAdd || canRemove && addPath.newPos < removePath.newPos) { - basePath = clonePath(removePath); - self.pushComponent(basePath.components, undefined, true); - } else { - basePath = addPath; // No need to clone, we've pulled it from the list - - basePath.newPos++; - self.pushComponent(basePath.components, true, undefined); - } - - _oldPos = self.extractCommon(basePath, newString, oldString, diagonalPath); // If we have hit the end of both strings, then we are done - - if (basePath.newPos + 1 >= newLen && _oldPos + 1 >= oldLen) { - return done(buildValues(self, basePath.components, newString, oldString, self.useLongestToken)); - } else { - // Otherwise track this path as a potential candidate and continue. - bestPath[diagonalPath] = basePath; - } - } - - editLength++; - } // Performs the length of edit iteration. Is a bit fugly as this has to support the - // sync and async mode which is never fun. Loops over execEditLength until a value - // is produced, or until the edit length exceeds options.maxEditLength (if given), - // in which case it will return undefined. - - - if (callback) { - (function exec() { - setTimeout(function () { - if (editLength > maxEditLength) { - return callback(); - } - - if (!execEditLength()) { - exec(); - } - }, 0); - })(); - } else { - while (editLength <= maxEditLength) { - var ret = execEditLength(); - - if (ret) { - return ret; - } - } - } - }, - pushComponent: function pushComponent(components, added, removed) { - var last = components[components.length - 1]; - - if (last && last.added === added && last.removed === removed) { - // We need to clone here as the component clone operation is just - // as shallow array clone - components[components.length - 1] = { - count: last.count + 1, - added: added, - removed: removed - }; - } else { - components.push({ - count: 1, - added: added, - removed: removed - }); - } - }, - extractCommon: function extractCommon(basePath, newString, oldString, diagonalPath) { - var newLen = newString.length, - oldLen = oldString.length, - newPos = basePath.newPos, - oldPos = newPos - diagonalPath, - commonCount = 0; - - while (newPos + 1 < newLen && oldPos + 1 < oldLen && this.equals(newString[newPos + 1], oldString[oldPos + 1])) { - newPos++; - oldPos++; - commonCount++; - } - - if (commonCount) { - basePath.components.push({ - count: commonCount - }); - } - - basePath.newPos = newPos; - return oldPos; - }, - equals: function equals(left, right) { - if (this.options.comparator) { - return this.options.comparator(left, right); - } else { - return left === right || this.options.ignoreCase && left.toLowerCase() === right.toLowerCase(); - } - }, - removeEmpty: function removeEmpty(array) { - var ret = []; - - for (var i = 0; i < array.length; i++) { - if (array[i]) { - ret.push(array[i]); - } - } - - return ret; - }, - castInput: function castInput(value) { - return value; - }, - tokenize: function tokenize(value) { - return value.split(''); - }, - join: function join(chars) { - return chars.join(''); - } -}; - -function buildValues(diff, components, newString, oldString, useLongestToken) { - var componentPos = 0, - componentLen = components.length, - newPos = 0, - oldPos = 0; - - for (; componentPos < componentLen; componentPos++) { - var component = components[componentPos]; - - if (!component.removed) { - if (!component.added && useLongestToken) { - var value = newString.slice(newPos, newPos + component.count); - value = value.map(function (value, i) { - var oldValue = oldString[oldPos + i]; - return oldValue.length > value.length ? oldValue : value; - }); - component.value = diff.join(value); - } else { - component.value = diff.join(newString.slice(newPos, newPos + component.count)); - } - - newPos += component.count; // Common case - - if (!component.added) { - oldPos += component.count; - } - } else { - component.value = diff.join(oldString.slice(oldPos, oldPos + component.count)); - oldPos += component.count; // Reverse add and remove so removes are output first to match common convention - // The diffing algorithm is tied to add then remove output and this is the simplest - // route to get the desired output with minimal overhead. - - if (componentPos && components[componentPos - 1].added) { - var tmp = components[componentPos - 1]; - components[componentPos - 1] = components[componentPos]; - components[componentPos] = tmp; - } - } - } // Special case handle for when one terminal is ignored (i.e. whitespace). - // For this case we merge the terminal into the prior string and drop the change. - // This is only available for string mode. - - - var lastComponent = components[componentLen - 1]; - - if (componentLen > 1 && typeof lastComponent.value === 'string' && (lastComponent.added || lastComponent.removed) && diff.equals('', lastComponent.value)) { - components[componentLen - 2].value += lastComponent.value; - components.pop(); - } - - return components; -} - -function clonePath(path) { - return { - newPos: path.newPos, - components: path.components.slice(0) - }; -} - -var characterDiff = new Diff(); -function diffChars(oldStr, newStr, options) { - return characterDiff.diff(oldStr, newStr, options); -} - -function generateOptions(options, defaults) { - if (typeof options === 'function') { - defaults.callback = options; - } else if (options) { - for (var name in options) { - /* istanbul ignore else */ - if (options.hasOwnProperty(name)) { - defaults[name] = options[name]; - } - } - } - - return defaults; -} - -// -// Ranges and exceptions: -// Latin-1 Supplement, 0080–00FF -// - U+00D7 × Multiplication sign -// - U+00F7 ÷ Division sign -// Latin Extended-A, 0100–017F -// Latin Extended-B, 0180–024F -// IPA Extensions, 0250–02AF -// Spacing Modifier Letters, 02B0–02FF -// - U+02C7 ˇ &#711; Caron -// - U+02D8 ˘ &#728; Breve -// - U+02D9 ˙ &#729; Dot Above -// - U+02DA ˚ &#730; Ring Above -// - U+02DB ˛ &#731; Ogonek -// - U+02DC ˜ &#732; Small Tilde -// - U+02DD ˝ &#733; Double Acute Accent -// Latin Extended Additional, 1E00–1EFF - -var extendedWordChars = /^[A-Za-z\xC0-\u02C6\u02C8-\u02D7\u02DE-\u02FF\u1E00-\u1EFF]+$/; -var reWhitespace = /\S/; -var wordDiff = new Diff(); - -wordDiff.equals = function (left, right) { - if (this.options.ignoreCase) { - left = left.toLowerCase(); - right = right.toLowerCase(); - } - - return left === right || this.options.ignoreWhitespace && !reWhitespace.test(left) && !reWhitespace.test(right); -}; - -wordDiff.tokenize = function (value) { - // All whitespace symbols except newline group into one token, each newline - in separate token - var tokens = value.split(/([^\S\r\n]+|[()[\]{}'"\r\n]|\b)/); // Join the boundary splits that we do not consider to be boundaries. This is primarily the extended Latin character set. - - for (var i = 0; i < tokens.length - 1; i++) { - // If we have an empty string in the next field and we have only word chars before and after, merge - if (!tokens[i + 1] && tokens[i + 2] && extendedWordChars.test(tokens[i]) && extendedWordChars.test(tokens[i + 2])) { - tokens[i] += tokens[i + 2]; - tokens.splice(i + 1, 2); - i--; - } - } - - return tokens; -}; - -function diffWords(oldStr, newStr, options) { - options = generateOptions(options, { - ignoreWhitespace: true - }); - return wordDiff.diff(oldStr, newStr, options); -} -function diffWordsWithSpace(oldStr, newStr, options) { - return wordDiff.diff(oldStr, newStr, options); -} - -var lineDiff = new Diff(); - -lineDiff.tokenize = function (value) { - var retLines = [], - linesAndNewlines = value.split(/(\n|\r\n)/); // Ignore the final empty token that occurs if the string ends with a new line - - if (!linesAndNewlines[linesAndNewlines.length - 1]) { - linesAndNewlines.pop(); - } // Merge the content and line separators into single tokens - - - for (var i = 0; i < linesAndNewlines.length; i++) { - var line = linesAndNewlines[i]; - - if (i % 2 && !this.options.newlineIsToken) { - retLines[retLines.length - 1] += line; - } else { - if (this.options.ignoreWhitespace) { - line = line.trim(); - } - - retLines.push(line); - } - } - - return retLines; -}; - -function diffLines(oldStr, newStr, callback) { - return lineDiff.diff(oldStr, newStr, callback); -} -function diffTrimmedLines(oldStr, newStr, callback) { - var options = generateOptions(callback, { - ignoreWhitespace: true - }); - return lineDiff.diff(oldStr, newStr, options); -} - -var sentenceDiff = new Diff(); - -sentenceDiff.tokenize = function (value) { - return value.split(/(\S.+?[.!?])(?=\s+|$)/); -}; - -function diffSentences(oldStr, newStr, callback) { - return sentenceDiff.diff(oldStr, newStr, callback); -} - -var cssDiff = new Diff(); - -cssDiff.tokenize = function (value) { - return value.split(/([{}:;,]|\s+)/); -}; - -function diffCss(oldStr, newStr, callback) { - return cssDiff.diff(oldStr, newStr, callback); -} - -function _typeof(obj) { - "@babel/helpers - typeof"; - - if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { - _typeof = function (obj) { - return typeof obj; - }; - } else { - _typeof = function (obj) { - return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; - }; - } - - return _typeof(obj); -} - -function _toConsumableArray(arr) { - return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); -} - -function _arrayWithoutHoles(arr) { - if (Array.isArray(arr)) return _arrayLikeToArray(arr); -} - -function _iterableToArray(iter) { - if (typeof Symbol !== "undefined" && Symbol.iterator in Object(iter)) return Array.from(iter); -} - -function _unsupportedIterableToArray(o, minLen) { - if (!o) return; - if (typeof o === "string") return _arrayLikeToArray(o, minLen); - var n = Object.prototype.toString.call(o).slice(8, -1); - if (n === "Object" && o.constructor) n = o.constructor.name; - if (n === "Map" || n === "Set") return Array.from(o); - if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); -} - -function _arrayLikeToArray(arr, len) { - if (len == null || len > arr.length) len = arr.length; - - for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; - - return arr2; -} - -function _nonIterableSpread() { - throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); -} - -var objectPrototypeToString = Object.prototype.toString; -var jsonDiff = new Diff(); // Discriminate between two lines of pretty-printed, serialized JSON where one of them has a -// dangling comma and the other doesn't. Turns out including the dangling comma yields the nicest output: - -jsonDiff.useLongestToken = true; -jsonDiff.tokenize = lineDiff.tokenize; - -jsonDiff.castInput = function (value) { - var _this$options = this.options, - undefinedReplacement = _this$options.undefinedReplacement, - _this$options$stringi = _this$options.stringifyReplacer, - stringifyReplacer = _this$options$stringi === void 0 ? function (k, v) { - return typeof v === 'undefined' ? undefinedReplacement : v; - } : _this$options$stringi; - return typeof value === 'string' ? value : JSON.stringify(canonicalize(value, null, null, stringifyReplacer), stringifyReplacer, ' '); -}; - -jsonDiff.equals = function (left, right) { - return Diff.prototype.equals.call(jsonDiff, left.replace(/,([\r\n])/g, '$1'), right.replace(/,([\r\n])/g, '$1')); -}; - -function diffJson(oldObj, newObj, options) { - return jsonDiff.diff(oldObj, newObj, options); -} // This function handles the presence of circular references by bailing out when encountering an -// object that is already on the "stack" of items being processed. Accepts an optional replacer - -function canonicalize(obj, stack, replacementStack, replacer, key) { - stack = stack || []; - replacementStack = replacementStack || []; - - if (replacer) { - obj = replacer(key, obj); - } - - var i; - - for (i = 0; i < stack.length; i += 1) { - if (stack[i] === obj) { - return replacementStack[i]; - } - } - - var canonicalizedObj; - - if ('[object Array]' === objectPrototypeToString.call(obj)) { - stack.push(obj); - canonicalizedObj = new Array(obj.length); - replacementStack.push(canonicalizedObj); - - for (i = 0; i < obj.length; i += 1) { - canonicalizedObj[i] = canonicalize(obj[i], stack, replacementStack, replacer, key); - } - - stack.pop(); - replacementStack.pop(); - return canonicalizedObj; - } - - if (obj && obj.toJSON) { - obj = obj.toJSON(); - } - - if (_typeof(obj) === 'object' && obj !== null) { - stack.push(obj); - canonicalizedObj = {}; - replacementStack.push(canonicalizedObj); - - var sortedKeys = [], - _key; - - for (_key in obj) { - /* istanbul ignore else */ - if (obj.hasOwnProperty(_key)) { - sortedKeys.push(_key); - } - } - - sortedKeys.sort(); - - for (i = 0; i < sortedKeys.length; i += 1) { - _key = sortedKeys[i]; - canonicalizedObj[_key] = canonicalize(obj[_key], stack, replacementStack, replacer, _key); - } - - stack.pop(); - replacementStack.pop(); - } else { - canonicalizedObj = obj; - } - - return canonicalizedObj; -} - -var arrayDiff = new Diff(); - -arrayDiff.tokenize = function (value) { - return value.slice(); -}; - -arrayDiff.join = arrayDiff.removeEmpty = function (value) { - return value; -}; - -function diffArrays(oldArr, newArr, callback) { - return arrayDiff.diff(oldArr, newArr, callback); -} - -function parsePatch(uniDiff) { - var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; - var diffstr = uniDiff.split(/\r\n|[\n\v\f\r\x85]/), - delimiters = uniDiff.match(/\r\n|[\n\v\f\r\x85]/g) || [], - list = [], - i = 0; - - function parseIndex() { - var index = {}; - list.push(index); // Parse diff metadata - - while (i < diffstr.length) { - var line = diffstr[i]; // File header found, end parsing diff metadata - - if (/^(\-\-\-|\+\+\+|@@)\s/.test(line)) { - break; - } // Diff index - - - var header = /^(?:Index:|diff(?: -r \w+)+)\s+(.+?)\s*$/.exec(line); - - if (header) { - index.index = header[1]; - } - - i++; - } // Parse file headers if they are defined. Unified diff requires them, but - // there's no technical issues to have an isolated hunk without file header - - - parseFileHeader(index); - parseFileHeader(index); // Parse hunks - - index.hunks = []; - - while (i < diffstr.length) { - var _line = diffstr[i]; - - if (/^(Index:|diff|\-\-\-|\+\+\+)\s/.test(_line)) { - break; - } else if (/^@@/.test(_line)) { - index.hunks.push(parseHunk()); - } else if (_line && options.strict) { - // Ignore unexpected content unless in strict mode - throw new Error('Unknown line ' + (i + 1) + ' ' + JSON.stringify(_line)); - } else { - i++; - } - } - } // Parses the --- and +++ headers, if none are found, no lines - // are consumed. - - - function parseFileHeader(index) { - var fileHeader = /^(---|\+\+\+)\s+(.*)$/.exec(diffstr[i]); - - if (fileHeader) { - var keyPrefix = fileHeader[1] === '---' ? 'old' : 'new'; - var data = fileHeader[2].split('\t', 2); - var fileName = data[0].replace(/\\\\/g, '\\'); - - if (/^".*"$/.test(fileName)) { - fileName = fileName.substr(1, fileName.length - 2); - } - - index[keyPrefix + 'FileName'] = fileName; - index[keyPrefix + 'Header'] = (data[1] || '').trim(); - i++; - } - } // Parses a hunk - // This assumes that we are at the start of a hunk. - - - function parseHunk() { - var chunkHeaderIndex = i, - chunkHeaderLine = diffstr[i++], - chunkHeader = chunkHeaderLine.split(/@@ -(\d+)(?:,(\d+))? \+(\d+)(?:,(\d+))? @@/); - var hunk = { - oldStart: +chunkHeader[1], - oldLines: typeof chunkHeader[2] === 'undefined' ? 1 : +chunkHeader[2], - newStart: +chunkHeader[3], - newLines: typeof chunkHeader[4] === 'undefined' ? 1 : +chunkHeader[4], - lines: [], - linedelimiters: [] - }; // Unified Diff Format quirk: If the chunk size is 0, - // the first number is one lower than one would expect. - // https://www.artima.com/weblogs/viewpost.jsp?thread=164293 - - if (hunk.oldLines === 0) { - hunk.oldStart += 1; - } - - if (hunk.newLines === 0) { - hunk.newStart += 1; - } - - var addCount = 0, - removeCount = 0; - - for (; i < diffstr.length; i++) { - // Lines starting with '---' could be mistaken for the "remove line" operation - // But they could be the header for the next file. Therefore prune such cases out. - if (diffstr[i].indexOf('--- ') === 0 && i + 2 < diffstr.length && diffstr[i + 1].indexOf('+++ ') === 0 && diffstr[i + 2].indexOf('@@') === 0) { - break; - } - - var operation = diffstr[i].length == 0 && i != diffstr.length - 1 ? ' ' : diffstr[i][0]; - - if (operation === '+' || operation === '-' || operation === ' ' || operation === '\\') { - hunk.lines.push(diffstr[i]); - hunk.linedelimiters.push(delimiters[i] || '\n'); - - if (operation === '+') { - addCount++; - } else if (operation === '-') { - removeCount++; - } else if (operation === ' ') { - addCount++; - removeCount++; - } - } else { - break; - } - } // Handle the empty block count case - - - if (!addCount && hunk.newLines === 1) { - hunk.newLines = 0; - } - - if (!removeCount && hunk.oldLines === 1) { - hunk.oldLines = 0; - } // Perform optional sanity checking - - - if (options.strict) { - if (addCount !== hunk.newLines) { - throw new Error('Added line count did not match for hunk at line ' + (chunkHeaderIndex + 1)); - } - - if (removeCount !== hunk.oldLines) { - throw new Error('Removed line count did not match for hunk at line ' + (chunkHeaderIndex + 1)); - } - } - - return hunk; - } - - while (i < diffstr.length) { - parseIndex(); - } - - return list; -} - -// Iterator that traverses in the range of [min, max], stepping -// by distance from a given start position. I.e. for [0, 4], with -// start of 2, this will iterate 2, 3, 1, 4, 0. -function distanceIterator (start, minLine, maxLine) { - var wantForward = true, - backwardExhausted = false, - forwardExhausted = false, - localOffset = 1; - return function iterator() { - if (wantForward && !forwardExhausted) { - if (backwardExhausted) { - localOffset++; - } else { - wantForward = false; - } // Check if trying to fit beyond text length, and if not, check it fits - // after offset location (or desired location on first iteration) - - - if (start + localOffset <= maxLine) { - return localOffset; - } - - forwardExhausted = true; - } - - if (!backwardExhausted) { - if (!forwardExhausted) { - wantForward = true; - } // Check if trying to fit before text beginning, and if not, check it fits - // before offset location - - - if (minLine <= start - localOffset) { - return -localOffset++; - } - - backwardExhausted = true; - return iterator(); - } // We tried to fit hunk before text beginning and beyond text length, then - // hunk can't fit on the text. Return undefined - - }; -} - -function applyPatch(source, uniDiff) { - var options = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {}; - - if (typeof uniDiff === 'string') { - uniDiff = parsePatch(uniDiff); - } - - if (Array.isArray(uniDiff)) { - if (uniDiff.length > 1) { - throw new Error('applyPatch only works with a single input.'); - } - - uniDiff = uniDiff[0]; - } // Apply the diff to the input - - - var lines = source.split(/\r\n|[\n\v\f\r\x85]/), - delimiters = source.match(/\r\n|[\n\v\f\r\x85]/g) || [], - hunks = uniDiff.hunks, - compareLine = options.compareLine || function (lineNumber, line, operation, patchContent) { - return line === patchContent; - }, - errorCount = 0, - fuzzFactor = options.fuzzFactor || 0, - minLine = 0, - offset = 0, - removeEOFNL, - addEOFNL; - /** - * Checks if the hunk exactly fits on the provided location - */ - - - function hunkFits(hunk, toPos) { - for (var j = 0; j < hunk.lines.length; j++) { - var line = hunk.lines[j], - operation = line.length > 0 ? line[0] : ' ', - content = line.length > 0 ? line.substr(1) : line; - - if (operation === ' ' || operation === '-') { - // Context sanity check - if (!compareLine(toPos + 1, lines[toPos], operation, content)) { - errorCount++; - - if (errorCount > fuzzFactor) { - return false; - } - } - - toPos++; - } - } - - return true; - } // Search best fit offsets for each hunk based on the previous ones - - - for (var i = 0; i < hunks.length; i++) { - var hunk = hunks[i], - maxLine = lines.length - hunk.oldLines, - localOffset = 0, - toPos = offset + hunk.oldStart - 1; - var iterator = distanceIterator(toPos, minLine, maxLine); - - for (; localOffset !== undefined; localOffset = iterator()) { - if (hunkFits(hunk, toPos + localOffset)) { - hunk.offset = offset += localOffset; - break; - } - } - - if (localOffset === undefined) { - return false; - } // Set lower text limit to end of the current hunk, so next ones don't try - // to fit over already patched text - - - minLine = hunk.offset + hunk.oldStart + hunk.oldLines; - } // Apply patch hunks - - - var diffOffset = 0; - - for (var _i = 0; _i < hunks.length; _i++) { - var _hunk = hunks[_i], - _toPos = _hunk.oldStart + _hunk.offset + diffOffset - 1; - - diffOffset += _hunk.newLines - _hunk.oldLines; - - for (var j = 0; j < _hunk.lines.length; j++) { - var line = _hunk.lines[j], - operation = line.length > 0 ? line[0] : ' ', - content = line.length > 0 ? line.substr(1) : line, - delimiter = _hunk.linedelimiters[j]; - - if (operation === ' ') { - _toPos++; - } else if (operation === '-') { - lines.splice(_toPos, 1); - delimiters.splice(_toPos, 1); - /* istanbul ignore else */ - } else if (operation === '+') { - lines.splice(_toPos, 0, content); - delimiters.splice(_toPos, 0, delimiter); - _toPos++; - } else if (operation === '\\') { - var previousOperation = _hunk.lines[j - 1] ? _hunk.lines[j - 1][0] : null; - - if (previousOperation === '+') { - removeEOFNL = true; - } else if (previousOperation === '-') { - addEOFNL = true; - } - } - } - } // Handle EOFNL insertion/removal - - - if (removeEOFNL) { - while (!lines[lines.length - 1]) { - lines.pop(); - delimiters.pop(); - } - } else if (addEOFNL) { - lines.push(''); - delimiters.push('\n'); - } - - for (var _k = 0; _k < lines.length - 1; _k++) { - lines[_k] = lines[_k] + delimiters[_k]; - } - - return lines.join(''); -} // Wrapper that supports multiple file patches via callbacks. - -function applyPatches(uniDiff, options) { - if (typeof uniDiff === 'string') { - uniDiff = parsePatch(uniDiff); - } - - var currentIndex = 0; - - function processIndex() { - var index = uniDiff[currentIndex++]; - - if (!index) { - return options.complete(); - } - - options.loadFile(index, function (err, data) { - if (err) { - return options.complete(err); - } - - var updatedContent = applyPatch(data, index, options); - options.patched(index, updatedContent, function (err) { - if (err) { - return options.complete(err); - } - - processIndex(); - }); - }); - } - - processIndex(); -} - -function structuredPatch(oldFileName, newFileName, oldStr, newStr, oldHeader, newHeader, options) { - if (!options) { - options = {}; - } - - if (typeof options.context === 'undefined') { - options.context = 4; - } - - var diff = diffLines(oldStr, newStr, options); - - if (!diff) { - return; - } - - diff.push({ - value: '', - lines: [] - }); // Append an empty value to make cleanup easier - - function contextLines(lines) { - return lines.map(function (entry) { - return ' ' + entry; - }); - } - - var hunks = []; - var oldRangeStart = 0, - newRangeStart = 0, - curRange = [], - oldLine = 1, - newLine = 1; - - var _loop = function _loop(i) { - var current = diff[i], - lines = current.lines || current.value.replace(/\n$/, '').split('\n'); - current.lines = lines; - - if (current.added || current.removed) { - var _curRange; - - // If we have previous context, start with that - if (!oldRangeStart) { - var prev = diff[i - 1]; - oldRangeStart = oldLine; - newRangeStart = newLine; - - if (prev) { - curRange = options.context > 0 ? contextLines(prev.lines.slice(-options.context)) : []; - oldRangeStart -= curRange.length; - newRangeStart -= curRange.length; - } - } // Output our changes - - - (_curRange = curRange).push.apply(_curRange, _toConsumableArray(lines.map(function (entry) { - return (current.added ? '+' : '-') + entry; - }))); // Track the updated file position - - - if (current.added) { - newLine += lines.length; - } else { - oldLine += lines.length; - } - } else { - // Identical context lines. Track line changes - if (oldRangeStart) { - // Close out any changes that have been output (or join overlapping) - if (lines.length <= options.context * 2 && i < diff.length - 2) { - var _curRange2; - - // Overlapping - (_curRange2 = curRange).push.apply(_curRange2, _toConsumableArray(contextLines(lines))); - } else { - var _curRange3; - - // end the range and output - var contextSize = Math.min(lines.length, options.context); - - (_curRange3 = curRange).push.apply(_curRange3, _toConsumableArray(contextLines(lines.slice(0, contextSize)))); - - var hunk = { - oldStart: oldRangeStart, - oldLines: oldLine - oldRangeStart + contextSize, - newStart: newRangeStart, - newLines: newLine - newRangeStart + contextSize, - lines: curRange - }; - - if (i >= diff.length - 2 && lines.length <= options.context) { - // EOF is inside this hunk - var oldEOFNewline = /\n$/.test(oldStr); - var newEOFNewline = /\n$/.test(newStr); - var noNlBeforeAdds = lines.length == 0 && curRange.length > hunk.oldLines; - - if (!oldEOFNewline && noNlBeforeAdds && oldStr.length > 0) { - // special case: old has no eol and no trailing context; no-nl can end up before adds - // however, if the old file is empty, do not output the no-nl line - curRange.splice(hunk.oldLines, 0, '\\ No newline at end of file'); - } - - if (!oldEOFNewline && !noNlBeforeAdds || !newEOFNewline) { - curRange.push('\\ No newline at end of file'); - } - } - - hunks.push(hunk); - oldRangeStart = 0; - newRangeStart = 0; - curRange = []; - } - } - - oldLine += lines.length; - newLine += lines.length; - } - }; - - for (var i = 0; i < diff.length; i++) { - _loop(i); - } - - return { - oldFileName: oldFileName, - newFileName: newFileName, - oldHeader: oldHeader, - newHeader: newHeader, - hunks: hunks - }; -} -function formatPatch(diff) { - var ret = []; - - if (diff.oldFileName == diff.newFileName) { - ret.push('Index: ' + diff.oldFileName); - } - - ret.push('==================================================================='); - ret.push('--- ' + diff.oldFileName + (typeof diff.oldHeader === 'undefined' ? '' : '\t' + diff.oldHeader)); - ret.push('+++ ' + diff.newFileName + (typeof diff.newHeader === 'undefined' ? '' : '\t' + diff.newHeader)); - - for (var i = 0; i < diff.hunks.length; i++) { - var hunk = diff.hunks[i]; // Unified Diff Format quirk: If the chunk size is 0, - // the first number is one lower than one would expect. - // https://www.artima.com/weblogs/viewpost.jsp?thread=164293 - - if (hunk.oldLines === 0) { - hunk.oldStart -= 1; - } - - if (hunk.newLines === 0) { - hunk.newStart -= 1; - } - - ret.push('@@ -' + hunk.oldStart + ',' + hunk.oldLines + ' +' + hunk.newStart + ',' + hunk.newLines + ' @@'); - ret.push.apply(ret, hunk.lines); - } - - return ret.join('\n') + '\n'; -} -function createTwoFilesPatch(oldFileName, newFileName, oldStr, newStr, oldHeader, newHeader, options) { - return formatPatch(structuredPatch(oldFileName, newFileName, oldStr, newStr, oldHeader, newHeader, options)); -} -function createPatch(fileName, oldStr, newStr, oldHeader, newHeader, options) { - return createTwoFilesPatch(fileName, fileName, oldStr, newStr, oldHeader, newHeader, options); -} - -function arrayEqual(a, b) { - if (a.length !== b.length) { - return false; - } - - return arrayStartsWith(a, b); -} -function arrayStartsWith(array, start) { - if (start.length > array.length) { - return false; - } - - for (var i = 0; i < start.length; i++) { - if (start[i] !== array[i]) { - return false; - } - } - - return true; -} - -function calcLineCount(hunk) { - var _calcOldNewLineCount = calcOldNewLineCount(hunk.lines), - oldLines = _calcOldNewLineCount.oldLines, - newLines = _calcOldNewLineCount.newLines; - - if (oldLines !== undefined) { - hunk.oldLines = oldLines; - } else { - delete hunk.oldLines; - } - - if (newLines !== undefined) { - hunk.newLines = newLines; - } else { - delete hunk.newLines; - } -} -function merge(mine, theirs, base) { - mine = loadPatch(mine, base); - theirs = loadPatch(theirs, base); - var ret = {}; // For index we just let it pass through as it doesn't have any necessary meaning. - // Leaving sanity checks on this to the API consumer that may know more about the - // meaning in their own context. - - if (mine.index || theirs.index) { - ret.index = mine.index || theirs.index; - } - - if (mine.newFileName || theirs.newFileName) { - if (!fileNameChanged(mine)) { - // No header or no change in ours, use theirs (and ours if theirs does not exist) - ret.oldFileName = theirs.oldFileName || mine.oldFileName; - ret.newFileName = theirs.newFileName || mine.newFileName; - ret.oldHeader = theirs.oldHeader || mine.oldHeader; - ret.newHeader = theirs.newHeader || mine.newHeader; - } else if (!fileNameChanged(theirs)) { - // No header or no change in theirs, use ours - ret.oldFileName = mine.oldFileName; - ret.newFileName = mine.newFileName; - ret.oldHeader = mine.oldHeader; - ret.newHeader = mine.newHeader; - } else { - // Both changed... figure it out - ret.oldFileName = selectField(ret, mine.oldFileName, theirs.oldFileName); - ret.newFileName = selectField(ret, mine.newFileName, theirs.newFileName); - ret.oldHeader = selectField(ret, mine.oldHeader, theirs.oldHeader); - ret.newHeader = selectField(ret, mine.newHeader, theirs.newHeader); - } - } - - ret.hunks = []; - var mineIndex = 0, - theirsIndex = 0, - mineOffset = 0, - theirsOffset = 0; - - while (mineIndex < mine.hunks.length || theirsIndex < theirs.hunks.length) { - var mineCurrent = mine.hunks[mineIndex] || { - oldStart: Infinity - }, - theirsCurrent = theirs.hunks[theirsIndex] || { - oldStart: Infinity - }; - - if (hunkBefore(mineCurrent, theirsCurrent)) { - // This patch does not overlap with any of the others, yay. - ret.hunks.push(cloneHunk(mineCurrent, mineOffset)); - mineIndex++; - theirsOffset += mineCurrent.newLines - mineCurrent.oldLines; - } else if (hunkBefore(theirsCurrent, mineCurrent)) { - // This patch does not overlap with any of the others, yay. - ret.hunks.push(cloneHunk(theirsCurrent, theirsOffset)); - theirsIndex++; - mineOffset += theirsCurrent.newLines - theirsCurrent.oldLines; - } else { - // Overlap, merge as best we can - var mergedHunk = { - oldStart: Math.min(mineCurrent.oldStart, theirsCurrent.oldStart), - oldLines: 0, - newStart: Math.min(mineCurrent.newStart + mineOffset, theirsCurrent.oldStart + theirsOffset), - newLines: 0, - lines: [] - }; - mergeLines(mergedHunk, mineCurrent.oldStart, mineCurrent.lines, theirsCurrent.oldStart, theirsCurrent.lines); - theirsIndex++; - mineIndex++; - ret.hunks.push(mergedHunk); - } - } - - return ret; -} - -function loadPatch(param, base) { - if (typeof param === 'string') { - if (/^@@/m.test(param) || /^Index:/m.test(param)) { - return parsePatch(param)[0]; - } - - if (!base) { - throw new Error('Must provide a base reference or pass in a patch'); - } - - return structuredPatch(undefined, undefined, base, param); - } - - return param; -} - -function fileNameChanged(patch) { - return patch.newFileName && patch.newFileName !== patch.oldFileName; -} - -function selectField(index, mine, theirs) { - if (mine === theirs) { - return mine; - } else { - index.conflict = true; - return { - mine: mine, - theirs: theirs - }; - } -} - -function hunkBefore(test, check) { - return test.oldStart < check.oldStart && test.oldStart + test.oldLines < check.oldStart; -} - -function cloneHunk(hunk, offset) { - return { - oldStart: hunk.oldStart, - oldLines: hunk.oldLines, - newStart: hunk.newStart + offset, - newLines: hunk.newLines, - lines: hunk.lines - }; -} - -function mergeLines(hunk, mineOffset, mineLines, theirOffset, theirLines) { - // This will generally result in a conflicted hunk, but there are cases where the context - // is the only overlap where we can successfully merge the content here. - var mine = { - offset: mineOffset, - lines: mineLines, - index: 0 - }, - their = { - offset: theirOffset, - lines: theirLines, - index: 0 - }; // Handle any leading content - - insertLeading(hunk, mine, their); - insertLeading(hunk, their, mine); // Now in the overlap content. Scan through and select the best changes from each. - - while (mine.index < mine.lines.length && their.index < their.lines.length) { - var mineCurrent = mine.lines[mine.index], - theirCurrent = their.lines[their.index]; - - if ((mineCurrent[0] === '-' || mineCurrent[0] === '+') && (theirCurrent[0] === '-' || theirCurrent[0] === '+')) { - // Both modified ... - mutualChange(hunk, mine, their); - } else if (mineCurrent[0] === '+' && theirCurrent[0] === ' ') { - var _hunk$lines; - - // Mine inserted - (_hunk$lines = hunk.lines).push.apply(_hunk$lines, _toConsumableArray(collectChange(mine))); - } else if (theirCurrent[0] === '+' && mineCurrent[0] === ' ') { - var _hunk$lines2; - - // Theirs inserted - (_hunk$lines2 = hunk.lines).push.apply(_hunk$lines2, _toConsumableArray(collectChange(their))); - } else if (mineCurrent[0] === '-' && theirCurrent[0] === ' ') { - // Mine removed or edited - removal(hunk, mine, their); - } else if (theirCurrent[0] === '-' && mineCurrent[0] === ' ') { - // Their removed or edited - removal(hunk, their, mine, true); - } else if (mineCurrent === theirCurrent) { - // Context identity - hunk.lines.push(mineCurrent); - mine.index++; - their.index++; - } else { - // Context mismatch - conflict(hunk, collectChange(mine), collectChange(their)); - } - } // Now push anything that may be remaining - - - insertTrailing(hunk, mine); - insertTrailing(hunk, their); - calcLineCount(hunk); -} - -function mutualChange(hunk, mine, their) { - var myChanges = collectChange(mine), - theirChanges = collectChange(their); - - if (allRemoves(myChanges) && allRemoves(theirChanges)) { - // Special case for remove changes that are supersets of one another - if (arrayStartsWith(myChanges, theirChanges) && skipRemoveSuperset(their, myChanges, myChanges.length - theirChanges.length)) { - var _hunk$lines3; - - (_hunk$lines3 = hunk.lines).push.apply(_hunk$lines3, _toConsumableArray(myChanges)); - - return; - } else if (arrayStartsWith(theirChanges, myChanges) && skipRemoveSuperset(mine, theirChanges, theirChanges.length - myChanges.length)) { - var _hunk$lines4; - - (_hunk$lines4 = hunk.lines).push.apply(_hunk$lines4, _toConsumableArray(theirChanges)); - - return; - } - } else if (arrayEqual(myChanges, theirChanges)) { - var _hunk$lines5; - - (_hunk$lines5 = hunk.lines).push.apply(_hunk$lines5, _toConsumableArray(myChanges)); - - return; - } - - conflict(hunk, myChanges, theirChanges); -} - -function removal(hunk, mine, their, swap) { - var myChanges = collectChange(mine), - theirChanges = collectContext(their, myChanges); - - if (theirChanges.merged) { - var _hunk$lines6; - - (_hunk$lines6 = hunk.lines).push.apply(_hunk$lines6, _toConsumableArray(theirChanges.merged)); - } else { - conflict(hunk, swap ? theirChanges : myChanges, swap ? myChanges : theirChanges); - } -} - -function conflict(hunk, mine, their) { - hunk.conflict = true; - hunk.lines.push({ - conflict: true, - mine: mine, - theirs: their - }); -} - -function insertLeading(hunk, insert, their) { - while (insert.offset < their.offset && insert.index < insert.lines.length) { - var line = insert.lines[insert.index++]; - hunk.lines.push(line); - insert.offset++; - } -} - -function insertTrailing(hunk, insert) { - while (insert.index < insert.lines.length) { - var line = insert.lines[insert.index++]; - hunk.lines.push(line); - } -} - -function collectChange(state) { - var ret = [], - operation = state.lines[state.index][0]; - - while (state.index < state.lines.length) { - var line = state.lines[state.index]; // Group additions that are immediately after subtractions and treat them as one "atomic" modify change. - - if (operation === '-' && line[0] === '+') { - operation = '+'; - } - - if (operation === line[0]) { - ret.push(line); - state.index++; - } else { - break; - } - } - - return ret; -} - -function collectContext(state, matchChanges) { - var changes = [], - merged = [], - matchIndex = 0, - contextChanges = false, - conflicted = false; - - while (matchIndex < matchChanges.length && state.index < state.lines.length) { - var change = state.lines[state.index], - match = matchChanges[matchIndex]; // Once we've hit our add, then we are done - - if (match[0] === '+') { - break; - } - - contextChanges = contextChanges || change[0] !== ' '; - merged.push(match); - matchIndex++; // Consume any additions in the other block as a conflict to attempt - // to pull in the remaining context after this - - if (change[0] === '+') { - conflicted = true; - - while (change[0] === '+') { - changes.push(change); - change = state.lines[++state.index]; - } - } - - if (match.substr(1) === change.substr(1)) { - changes.push(change); - state.index++; - } else { - conflicted = true; - } - } - - if ((matchChanges[matchIndex] || '')[0] === '+' && contextChanges) { - conflicted = true; - } - - if (conflicted) { - return changes; - } - - while (matchIndex < matchChanges.length) { - merged.push(matchChanges[matchIndex++]); - } - - return { - merged: merged, - changes: changes - }; -} - -function allRemoves(changes) { - return changes.reduce(function (prev, change) { - return prev && change[0] === '-'; - }, true); -} - -function skipRemoveSuperset(state, removeChanges, delta) { - for (var i = 0; i < delta; i++) { - var changeContent = removeChanges[removeChanges.length - delta + i].substr(1); - - if (state.lines[state.index + i] !== ' ' + changeContent) { - return false; - } - } - - state.index += delta; - return true; -} - -function calcOldNewLineCount(lines) { - var oldLines = 0; - var newLines = 0; - lines.forEach(function (line) { - if (typeof line !== 'string') { - var myCount = calcOldNewLineCount(line.mine); - var theirCount = calcOldNewLineCount(line.theirs); - - if (oldLines !== undefined) { - if (myCount.oldLines === theirCount.oldLines) { - oldLines += myCount.oldLines; - } else { - oldLines = undefined; - } - } - - if (newLines !== undefined) { - if (myCount.newLines === theirCount.newLines) { - newLines += myCount.newLines; - } else { - newLines = undefined; - } - } - } else { - if (newLines !== undefined && (line[0] === '+' || line[0] === ' ')) { - newLines++; - } - - if (oldLines !== undefined && (line[0] === '-' || line[0] === ' ')) { - oldLines++; - } - } - }); - return { - oldLines: oldLines, - newLines: newLines - }; -} - -// See: http://code.google.com/p/google-diff-match-patch/wiki/API -function convertChangesToDMP(changes) { - var ret = [], - change, - operation; - - for (var i = 0; i < changes.length; i++) { - change = changes[i]; - - if (change.added) { - operation = 1; - } else if (change.removed) { - operation = -1; - } else { - operation = 0; - } - - ret.push([operation, change.value]); - } - - return ret; -} - -function convertChangesToXML(changes) { - var ret = []; - - for (var i = 0; i < changes.length; i++) { - var change = changes[i]; - - if (change.added) { - ret.push('<ins>'); - } else if (change.removed) { - ret.push('<del>'); - } - - ret.push(escapeHTML(change.value)); - - if (change.added) { - ret.push('</ins>'); - } else if (change.removed) { - ret.push('</del>'); - } - } - - return ret.join(''); -} - -function escapeHTML(s) { - var n = s; - n = n.replace(/&/g, '&amp;'); - n = n.replace(/</g, '&lt;'); - n = n.replace(/>/g, '&gt;'); - n = n.replace(/"/g, '&quot;'); - return n; -} - -export { Diff, applyPatch, applyPatches, canonicalize, convertChangesToDMP, convertChangesToXML, createPatch, createTwoFilesPatch, diffArrays, diffChars, diffCss, diffJson, diffLines, diffSentences, diffTrimmedLines, diffWords, diffWordsWithSpace, merge, parsePatch, structuredPatch }; diff --git a/software/flow/node_modules/npm/node_modules/diff/lib/index.js b/software/flow/node_modules/npm/node_modules/diff/lib/index.js deleted file mode 100644 index 920f0fe..0000000 --- a/software/flow/node_modules/npm/node_modules/diff/lib/index.js +++ /dev/null @@ -1,216 +0,0 @@ -/*istanbul ignore start*/ -"use strict"; - -Object.defineProperty(exports, "__esModule", { - value: true -}); -Object.defineProperty(exports, "Diff", { - enumerable: true, - get: function get() { - return _base["default"]; - } -}); -Object.defineProperty(exports, "diffChars", { - enumerable: true, - get: function get() { - return _character.diffChars; - } -}); -Object.defineProperty(exports, "diffWords", { - enumerable: true, - get: function get() { - return _word.diffWords; - } -}); -Object.defineProperty(exports, "diffWordsWithSpace", { - enumerable: true, - get: function get() { - return _word.diffWordsWithSpace; - } -}); -Object.defineProperty(exports, "diffLines", { - enumerable: true, - get: function get() { - return _line.diffLines; - } -}); -Object.defineProperty(exports, "diffTrimmedLines", { - enumerable: true, - get: function get() { - return _line.diffTrimmedLines; - } -}); -Object.defineProperty(exports, "diffSentences", { - enumerable: true, - get: function get() { - return _sentence.diffSentences; - } -}); -Object.defineProperty(exports, "diffCss", { - enumerable: true, - get: function get() { - return _css.diffCss; - } -}); -Object.defineProperty(exports, "diffJson", { - enumerable: true, - get: function get() { - return _json.diffJson; - } -}); -Object.defineProperty(exports, "canonicalize", { - enumerable: true, - get: function get() { - return _json.canonicalize; - } -}); -Object.defineProperty(exports, "diffArrays", { - enumerable: true, - get: function get() { - return _array.diffArrays; - } -}); -Object.defineProperty(exports, "applyPatch", { - enumerable: true, - get: function get() { - return _apply.applyPatch; - } -}); -Object.defineProperty(exports, "applyPatches", { - enumerable: true, - get: function get() { - return _apply.applyPatches; - } -}); -Object.defineProperty(exports, "parsePatch", { - enumerable: true, - get: function get() { - return _parse.parsePatch; - } -}); -Object.defineProperty(exports, "merge", { - enumerable: true, - get: function get() { - return _merge.merge; - } -}); -Object.defineProperty(exports, "structuredPatch", { - enumerable: true, - get: function get() { - return _create.structuredPatch; - } -}); -Object.defineProperty(exports, "createTwoFilesPatch", { - enumerable: true, - get: function get() { - return _create.createTwoFilesPatch; - } -}); -Object.defineProperty(exports, "createPatch", { - enumerable: true, - get: function get() { - return _create.createPatch; - } -}); -Object.defineProperty(exports, "convertChangesToDMP", { - enumerable: true, - get: function get() { - return _dmp.convertChangesToDMP; - } -}); -Object.defineProperty(exports, "convertChangesToXML", { - enumerable: true, - get: function get() { - return _xml.convertChangesToXML; - } -}); - -/*istanbul ignore end*/ -var -/*istanbul ignore start*/ -_base = _interopRequireDefault(require("./diff/base")) -/*istanbul ignore end*/ -; - -var -/*istanbul ignore start*/ -_character = require("./diff/character") -/*istanbul ignore end*/ -; - -var -/*istanbul ignore start*/ -_word = require("./diff/word") -/*istanbul ignore end*/ -; - -var -/*istanbul ignore start*/ -_line = require("./diff/line") -/*istanbul ignore end*/ -; - -var -/*istanbul ignore start*/ -_sentence = require("./diff/sentence") -/*istanbul ignore end*/ -; - -var -/*istanbul ignore start*/ -_css = require("./diff/css") -/*istanbul ignore end*/ -; - -var -/*istanbul ignore start*/ -_json = require("./diff/json") -/*istanbul ignore end*/ -; - -var -/*istanbul ignore start*/ -_array = require("./diff/array") -/*istanbul ignore end*/ -; - -var -/*istanbul ignore start*/ -_apply = require("./patch/apply") -/*istanbul ignore end*/ -; - -var -/*istanbul ignore start*/ -_parse = require("./patch/parse") -/*istanbul ignore end*/ -; - -var -/*istanbul ignore start*/ -_merge = require("./patch/merge") -/*istanbul ignore end*/ -; - -var -/*istanbul ignore start*/ -_create = require("./patch/create") -/*istanbul ignore end*/ -; - -var -/*istanbul ignore start*/ -_dmp = require("./convert/dmp") -/*istanbul ignore end*/ -; - -var -/*istanbul ignore start*/ -_xml = require("./convert/xml") -/*istanbul ignore end*/ -; - -/*istanbul ignore start*/ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; } - -/*istanbul ignore end*/ -//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uL3NyYy9pbmRleC5qcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztBQWdCQTtBQUFBO0FBQUE7QUFBQTtBQUFBOztBQUNBO0FBQUE7QUFBQTtBQUFBO0FBQUE7O0FBQ0E7QUFBQTtBQUFBO0FBQUE7QUFBQTs7QUFDQTtBQUFBO0FBQUE7QUFBQTtBQUFBOztBQUNBO0FBQUE7QUFBQTtBQUFBO0FBQUE7O0FBRUE7QUFBQTtBQUFBO0FBQUE7QUFBQTs7QUFDQTtBQUFBO0FBQUE7QUFBQTtBQUFBOztBQUVBO0FBQUE7QUFBQTtBQUFBO0FBQUE7O0FBRUE7QUFBQTtBQUFBO0FBQUE7QUFBQTs7QUFDQTtBQUFBO0FBQUE7QUFBQTtBQUFBOztBQUNBO0FBQUE7QUFBQTtBQUFBO0FBQUE7O0FBQ0E7QUFBQTtBQUFBO0FBQUE7QUFBQTs7QUFFQTtBQUFBO0FBQUE7QUFBQTtBQUFBOztBQUNBO0FBQUE7QUFBQTtBQUFBO0FBQUEiLCJzb3VyY2VzQ29udGVudCI6WyIvKiBTZWUgTElDRU5TRSBmaWxlIGZvciB0ZXJtcyBvZiB1c2UgKi9cblxuLypcbiAqIFRleHQgZGlmZiBpbXBsZW1lbnRhdGlvbi5cbiAqXG4gKiBUaGlzIGxpYnJhcnkgc3VwcG9ydHMgdGhlIGZvbGxvd2luZyBBUElTOlxuICogSnNEaWZmLmRpZmZDaGFyczogQ2hhcmFjdGVyIGJ5IGNoYXJhY3RlciBkaWZmXG4gKiBKc0RpZmYuZGlmZldvcmRzOiBXb3JkIChhcyBkZWZpbmVkIGJ5IFxcYiByZWdleCkgZGlmZiB3aGljaCBpZ25vcmVzIHdoaXRlc3BhY2VcbiAqIEpzRGlmZi5kaWZmTGluZXM6IExpbmUgYmFzZWQgZGlmZlxuICpcbiAqIEpzRGlmZi5kaWZmQ3NzOiBEaWZmIHRhcmdldGVkIGF0IENTUyBjb250ZW50XG4gKlxuICogVGhlc2UgbWV0aG9kcyBhcmUgYmFzZWQgb24gdGhlIGltcGxlbWVudGF0aW9uIHByb3Bvc2VkIGluXG4gKiBcIkFuIE8oTkQpIERpZmZlcmVuY2UgQWxnb3JpdGhtIGFuZCBpdHMgVmFyaWF0aW9uc1wiIChNeWVycywgMTk4NikuXG4gKiBodHRwOi8vY2l0ZXNlZXJ4LmlzdC5wc3UuZWR1L3ZpZXdkb2Mvc3VtbWFyeT9kb2k9MTAuMS4xLjQuNjkyN1xuICovXG5pbXBvcnQgRGlmZiBmcm9tICcuL2RpZmYvYmFzZSc7XG5pbXBvcnQge2RpZmZDaGFyc30gZnJvbSAnLi9kaWZmL2NoYXJhY3Rlcic7XG5pbXBvcnQge2RpZmZXb3JkcywgZGlmZldvcmRzV2l0aFNwYWNlfSBmcm9tICcuL2RpZmYvd29yZCc7XG5pbXBvcnQge2RpZmZMaW5lcywgZGlmZlRyaW1tZWRMaW5lc30gZnJvbSAnLi9kaWZmL2xpbmUnO1xuaW1wb3J0IHtkaWZmU2VudGVuY2VzfSBmcm9tICcuL2RpZmYvc2VudGVuY2UnO1xuXG5pbXBvcnQge2RpZmZDc3N9IGZyb20gJy4vZGlmZi9jc3MnO1xuaW1wb3J0IHtkaWZmSnNvbiwgY2Fub25pY2FsaXplfSBmcm9tICcuL2RpZmYvanNvbic7XG5cbmltcG9ydCB7ZGlmZkFycmF5c30gZnJvbSAnLi9kaWZmL2FycmF5JztcblxuaW1wb3J0IHthcHBseVBhdGNoLCBhcHBseVBhdGNoZXN9IGZyb20gJy4vcGF0Y2gvYXBwbHknO1xuaW1wb3J0IHtwYXJzZVBhdGNofSBmcm9tICcuL3BhdGNoL3BhcnNlJztcbmltcG9ydCB7bWVyZ2V9IGZyb20gJy4vcGF0Y2gvbWVyZ2UnO1xuaW1wb3J0IHtzdHJ1Y3R1cmVkUGF0Y2gsIGNyZWF0ZVR3b0ZpbGVzUGF0Y2gsIGNyZWF0ZVBhdGNofSBmcm9tICcuL3BhdGNoL2NyZWF0ZSc7XG5cbmltcG9ydCB7Y29udmVydENoYW5nZXNUb0RNUH0gZnJvbSAnLi9jb252ZXJ0L2RtcCc7XG5pbXBvcnQge2NvbnZlcnRDaGFuZ2VzVG9YTUx9IGZyb20gJy4vY29udmVydC94bWwnO1xuXG5leHBvcnQge1xuICBEaWZmLFxuXG4gIGRpZmZDaGFycyxcbiAgZGlmZldvcmRzLFxuICBkaWZmV29yZHNXaXRoU3BhY2UsXG4gIGRpZmZMaW5lcyxcbiAgZGlmZlRyaW1tZWRMaW5lcyxcbiAgZGlmZlNlbnRlbmNlcyxcblxuICBkaWZmQ3NzLFxuICBkaWZmSnNvbixcblxuICBkaWZmQXJyYXlzLFxuXG4gIHN0cnVjdHVyZWRQYXRjaCxcbiAgY3JlYXRlVHdvRmlsZXNQYXRjaCxcbiAgY3JlYXRlUGF0Y2gsXG4gIGFwcGx5UGF0Y2gsXG4gIGFwcGx5UGF0Y2hlcyxcbiAgcGFyc2VQYXRjaCxcbiAgbWVyZ2UsXG4gIGNvbnZlcnRDaGFuZ2VzVG9ETVAsXG4gIGNvbnZlcnRDaGFuZ2VzVG9YTUwsXG4gIGNhbm9uaWNhbGl6ZVxufTtcbiJdfQ== diff --git a/software/flow/node_modules/npm/node_modules/diff/lib/index.mjs b/software/flow/node_modules/npm/node_modules/diff/lib/index.mjs deleted file mode 100644 index c2a0013..0000000 --- a/software/flow/node_modules/npm/node_modules/diff/lib/index.mjs +++ /dev/null @@ -1,1561 +0,0 @@ -function Diff() {} -Diff.prototype = { - diff: function diff(oldString, newString) { - var options = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {}; - var callback = options.callback; - - if (typeof options === 'function') { - callback = options; - options = {}; - } - - this.options = options; - var self = this; - - function done(value) { - if (callback) { - setTimeout(function () { - callback(undefined, value); - }, 0); - return true; - } else { - return value; - } - } // Allow subclasses to massage the input prior to running - - - oldString = this.castInput(oldString); - newString = this.castInput(newString); - oldString = this.removeEmpty(this.tokenize(oldString)); - newString = this.removeEmpty(this.tokenize(newString)); - var newLen = newString.length, - oldLen = oldString.length; - var editLength = 1; - var maxEditLength = newLen + oldLen; - - if (options.maxEditLength) { - maxEditLength = Math.min(maxEditLength, options.maxEditLength); - } - - var bestPath = [{ - newPos: -1, - components: [] - }]; // Seed editLength = 0, i.e. the content starts with the same values - - var oldPos = this.extractCommon(bestPath[0], newString, oldString, 0); - - if (bestPath[0].newPos + 1 >= newLen && oldPos + 1 >= oldLen) { - // Identity per the equality and tokenizer - return done([{ - value: this.join(newString), - count: newString.length - }]); - } // Main worker method. checks all permutations of a given edit length for acceptance. - - - function execEditLength() { - for (var diagonalPath = -1 * editLength; diagonalPath <= editLength; diagonalPath += 2) { - var basePath = void 0; - - var addPath = bestPath[diagonalPath - 1], - removePath = bestPath[diagonalPath + 1], - _oldPos = (removePath ? removePath.newPos : 0) - diagonalPath; - - if (addPath) { - // No one else is going to attempt to use this value, clear it - bestPath[diagonalPath - 1] = undefined; - } - - var canAdd = addPath && addPath.newPos + 1 < newLen, - canRemove = removePath && 0 <= _oldPos && _oldPos < oldLen; - - if (!canAdd && !canRemove) { - // If this path is a terminal then prune - bestPath[diagonalPath] = undefined; - continue; - } // Select the diagonal that we want to branch from. We select the prior - // path whose position in the new string is the farthest from the origin - // and does not pass the bounds of the diff graph - - - if (!canAdd || canRemove && addPath.newPos < removePath.newPos) { - basePath = clonePath(removePath); - self.pushComponent(basePath.components, undefined, true); - } else { - basePath = addPath; // No need to clone, we've pulled it from the list - - basePath.newPos++; - self.pushComponent(basePath.components, true, undefined); - } - - _oldPos = self.extractCommon(basePath, newString, oldString, diagonalPath); // If we have hit the end of both strings, then we are done - - if (basePath.newPos + 1 >= newLen && _oldPos + 1 >= oldLen) { - return done(buildValues(self, basePath.components, newString, oldString, self.useLongestToken)); - } else { - // Otherwise track this path as a potential candidate and continue. - bestPath[diagonalPath] = basePath; - } - } - - editLength++; - } // Performs the length of edit iteration. Is a bit fugly as this has to support the - // sync and async mode which is never fun. Loops over execEditLength until a value - // is produced, or until the edit length exceeds options.maxEditLength (if given), - // in which case it will return undefined. - - - if (callback) { - (function exec() { - setTimeout(function () { - if (editLength > maxEditLength) { - return callback(); - } - - if (!execEditLength()) { - exec(); - } - }, 0); - })(); - } else { - while (editLength <= maxEditLength) { - var ret = execEditLength(); - - if (ret) { - return ret; - } - } - } - }, - pushComponent: function pushComponent(components, added, removed) { - var last = components[components.length - 1]; - - if (last && last.added === added && last.removed === removed) { - // We need to clone here as the component clone operation is just - // as shallow array clone - components[components.length - 1] = { - count: last.count + 1, - added: added, - removed: removed - }; - } else { - components.push({ - count: 1, - added: added, - removed: removed - }); - } - }, - extractCommon: function extractCommon(basePath, newString, oldString, diagonalPath) { - var newLen = newString.length, - oldLen = oldString.length, - newPos = basePath.newPos, - oldPos = newPos - diagonalPath, - commonCount = 0; - - while (newPos + 1 < newLen && oldPos + 1 < oldLen && this.equals(newString[newPos + 1], oldString[oldPos + 1])) { - newPos++; - oldPos++; - commonCount++; - } - - if (commonCount) { - basePath.components.push({ - count: commonCount - }); - } - - basePath.newPos = newPos; - return oldPos; - }, - equals: function equals(left, right) { - if (this.options.comparator) { - return this.options.comparator(left, right); - } else { - return left === right || this.options.ignoreCase && left.toLowerCase() === right.toLowerCase(); - } - }, - removeEmpty: function removeEmpty(array) { - var ret = []; - - for (var i = 0; i < array.length; i++) { - if (array[i]) { - ret.push(array[i]); - } - } - - return ret; - }, - castInput: function castInput(value) { - return value; - }, - tokenize: function tokenize(value) { - return value.split(''); - }, - join: function join(chars) { - return chars.join(''); - } -}; - -function buildValues(diff, components, newString, oldString, useLongestToken) { - var componentPos = 0, - componentLen = components.length, - newPos = 0, - oldPos = 0; - - for (; componentPos < componentLen; componentPos++) { - var component = components[componentPos]; - - if (!component.removed) { - if (!component.added && useLongestToken) { - var value = newString.slice(newPos, newPos + component.count); - value = value.map(function (value, i) { - var oldValue = oldString[oldPos + i]; - return oldValue.length > value.length ? oldValue : value; - }); - component.value = diff.join(value); - } else { - component.value = diff.join(newString.slice(newPos, newPos + component.count)); - } - - newPos += component.count; // Common case - - if (!component.added) { - oldPos += component.count; - } - } else { - component.value = diff.join(oldString.slice(oldPos, oldPos + component.count)); - oldPos += component.count; // Reverse add and remove so removes are output first to match common convention - // The diffing algorithm is tied to add then remove output and this is the simplest - // route to get the desired output with minimal overhead. - - if (componentPos && components[componentPos - 1].added) { - var tmp = components[componentPos - 1]; - components[componentPos - 1] = components[componentPos]; - components[componentPos] = tmp; - } - } - } // Special case handle for when one terminal is ignored (i.e. whitespace). - // For this case we merge the terminal into the prior string and drop the change. - // This is only available for string mode. - - - var lastComponent = components[componentLen - 1]; - - if (componentLen > 1 && typeof lastComponent.value === 'string' && (lastComponent.added || lastComponent.removed) && diff.equals('', lastComponent.value)) { - components[componentLen - 2].value += lastComponent.value; - components.pop(); - } - - return components; -} - -function clonePath(path) { - return { - newPos: path.newPos, - components: path.components.slice(0) - }; -} - -var characterDiff = new Diff(); -function diffChars(oldStr, newStr, options) { - return characterDiff.diff(oldStr, newStr, options); -} - -function generateOptions(options, defaults) { - if (typeof options === 'function') { - defaults.callback = options; - } else if (options) { - for (var name in options) { - /* istanbul ignore else */ - if (options.hasOwnProperty(name)) { - defaults[name] = options[name]; - } - } - } - - return defaults; -} - -// -// Ranges and exceptions: -// Latin-1 Supplement, 0080–00FF -// - U+00D7 × Multiplication sign -// - U+00F7 ÷ Division sign -// Latin Extended-A, 0100–017F -// Latin Extended-B, 0180–024F -// IPA Extensions, 0250–02AF -// Spacing Modifier Letters, 02B0–02FF -// - U+02C7 ˇ &#711; Caron -// - U+02D8 ˘ &#728; Breve -// - U+02D9 ˙ &#729; Dot Above -// - U+02DA ˚ &#730; Ring Above -// - U+02DB ˛ &#731; Ogonek -// - U+02DC ˜ &#732; Small Tilde -// - U+02DD ˝ &#733; Double Acute Accent -// Latin Extended Additional, 1E00–1EFF - -var extendedWordChars = /^[A-Za-z\xC0-\u02C6\u02C8-\u02D7\u02DE-\u02FF\u1E00-\u1EFF]+$/; -var reWhitespace = /\S/; -var wordDiff = new Diff(); - -wordDiff.equals = function (left, right) { - if (this.options.ignoreCase) { - left = left.toLowerCase(); - right = right.toLowerCase(); - } - - return left === right || this.options.ignoreWhitespace && !reWhitespace.test(left) && !reWhitespace.test(right); -}; - -wordDiff.tokenize = function (value) { - // All whitespace symbols except newline group into one token, each newline - in separate token - var tokens = value.split(/([^\S\r\n]+|[()[\]{}'"\r\n]|\b)/); // Join the boundary splits that we do not consider to be boundaries. This is primarily the extended Latin character set. - - for (var i = 0; i < tokens.length - 1; i++) { - // If we have an empty string in the next field and we have only word chars before and after, merge - if (!tokens[i + 1] && tokens[i + 2] && extendedWordChars.test(tokens[i]) && extendedWordChars.test(tokens[i + 2])) { - tokens[i] += tokens[i + 2]; - tokens.splice(i + 1, 2); - i--; - } - } - - return tokens; -}; - -function diffWords(oldStr, newStr, options) { - options = generateOptions(options, { - ignoreWhitespace: true - }); - return wordDiff.diff(oldStr, newStr, options); -} -function diffWordsWithSpace(oldStr, newStr, options) { - return wordDiff.diff(oldStr, newStr, options); -} - -var lineDiff = new Diff(); - -lineDiff.tokenize = function (value) { - var retLines = [], - linesAndNewlines = value.split(/(\n|\r\n)/); // Ignore the final empty token that occurs if the string ends with a new line - - if (!linesAndNewlines[linesAndNewlines.length - 1]) { - linesAndNewlines.pop(); - } // Merge the content and line separators into single tokens - - - for (var i = 0; i < linesAndNewlines.length; i++) { - var line = linesAndNewlines[i]; - - if (i % 2 && !this.options.newlineIsToken) { - retLines[retLines.length - 1] += line; - } else { - if (this.options.ignoreWhitespace) { - line = line.trim(); - } - - retLines.push(line); - } - } - - return retLines; -}; - -function diffLines(oldStr, newStr, callback) { - return lineDiff.diff(oldStr, newStr, callback); -} -function diffTrimmedLines(oldStr, newStr, callback) { - var options = generateOptions(callback, { - ignoreWhitespace: true - }); - return lineDiff.diff(oldStr, newStr, options); -} - -var sentenceDiff = new Diff(); - -sentenceDiff.tokenize = function (value) { - return value.split(/(\S.+?[.!?])(?=\s+|$)/); -}; - -function diffSentences(oldStr, newStr, callback) { - return sentenceDiff.diff(oldStr, newStr, callback); -} - -var cssDiff = new Diff(); - -cssDiff.tokenize = function (value) { - return value.split(/([{}:;,]|\s+)/); -}; - -function diffCss(oldStr, newStr, callback) { - return cssDiff.diff(oldStr, newStr, callback); -} - -function _typeof(obj) { - "@babel/helpers - typeof"; - - if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { - _typeof = function (obj) { - return typeof obj; - }; - } else { - _typeof = function (obj) { - return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; - }; - } - - return _typeof(obj); -} - -function _toConsumableArray(arr) { - return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); -} - -function _arrayWithoutHoles(arr) { - if (Array.isArray(arr)) return _arrayLikeToArray(arr); -} - -function _iterableToArray(iter) { - if (typeof Symbol !== "undefined" && Symbol.iterator in Object(iter)) return Array.from(iter); -} - -function _unsupportedIterableToArray(o, minLen) { - if (!o) return; - if (typeof o === "string") return _arrayLikeToArray(o, minLen); - var n = Object.prototype.toString.call(o).slice(8, -1); - if (n === "Object" && o.constructor) n = o.constructor.name; - if (n === "Map" || n === "Set") return Array.from(o); - if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); -} - -function _arrayLikeToArray(arr, len) { - if (len == null || len > arr.length) len = arr.length; - - for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; - - return arr2; -} - -function _nonIterableSpread() { - throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); -} - -var objectPrototypeToString = Object.prototype.toString; -var jsonDiff = new Diff(); // Discriminate between two lines of pretty-printed, serialized JSON where one of them has a -// dangling comma and the other doesn't. Turns out including the dangling comma yields the nicest output: - -jsonDiff.useLongestToken = true; -jsonDiff.tokenize = lineDiff.tokenize; - -jsonDiff.castInput = function (value) { - var _this$options = this.options, - undefinedReplacement = _this$options.undefinedReplacement, - _this$options$stringi = _this$options.stringifyReplacer, - stringifyReplacer = _this$options$stringi === void 0 ? function (k, v) { - return typeof v === 'undefined' ? undefinedReplacement : v; - } : _this$options$stringi; - return typeof value === 'string' ? value : JSON.stringify(canonicalize(value, null, null, stringifyReplacer), stringifyReplacer, ' '); -}; - -jsonDiff.equals = function (left, right) { - return Diff.prototype.equals.call(jsonDiff, left.replace(/,([\r\n])/g, '$1'), right.replace(/,([\r\n])/g, '$1')); -}; - -function diffJson(oldObj, newObj, options) { - return jsonDiff.diff(oldObj, newObj, options); -} // This function handles the presence of circular references by bailing out when encountering an -// object that is already on the "stack" of items being processed. Accepts an optional replacer - -function canonicalize(obj, stack, replacementStack, replacer, key) { - stack = stack || []; - replacementStack = replacementStack || []; - - if (replacer) { - obj = replacer(key, obj); - } - - var i; - - for (i = 0; i < stack.length; i += 1) { - if (stack[i] === obj) { - return replacementStack[i]; - } - } - - var canonicalizedObj; - - if ('[object Array]' === objectPrototypeToString.call(obj)) { - stack.push(obj); - canonicalizedObj = new Array(obj.length); - replacementStack.push(canonicalizedObj); - - for (i = 0; i < obj.length; i += 1) { - canonicalizedObj[i] = canonicalize(obj[i], stack, replacementStack, replacer, key); - } - - stack.pop(); - replacementStack.pop(); - return canonicalizedObj; - } - - if (obj && obj.toJSON) { - obj = obj.toJSON(); - } - - if (_typeof(obj) === 'object' && obj !== null) { - stack.push(obj); - canonicalizedObj = {}; - replacementStack.push(canonicalizedObj); - - var sortedKeys = [], - _key; - - for (_key in obj) { - /* istanbul ignore else */ - if (obj.hasOwnProperty(_key)) { - sortedKeys.push(_key); - } - } - - sortedKeys.sort(); - - for (i = 0; i < sortedKeys.length; i += 1) { - _key = sortedKeys[i]; - canonicalizedObj[_key] = canonicalize(obj[_key], stack, replacementStack, replacer, _key); - } - - stack.pop(); - replacementStack.pop(); - } else { - canonicalizedObj = obj; - } - - return canonicalizedObj; -} - -var arrayDiff = new Diff(); - -arrayDiff.tokenize = function (value) { - return value.slice(); -}; - -arrayDiff.join = arrayDiff.removeEmpty = function (value) { - return value; -}; - -function diffArrays(oldArr, newArr, callback) { - return arrayDiff.diff(oldArr, newArr, callback); -} - -function parsePatch(uniDiff) { - var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; - var diffstr = uniDiff.split(/\r\n|[\n\v\f\r\x85]/), - delimiters = uniDiff.match(/\r\n|[\n\v\f\r\x85]/g) || [], - list = [], - i = 0; - - function parseIndex() { - var index = {}; - list.push(index); // Parse diff metadata - - while (i < diffstr.length) { - var line = diffstr[i]; // File header found, end parsing diff metadata - - if (/^(\-\-\-|\+\+\+|@@)\s/.test(line)) { - break; - } // Diff index - - - var header = /^(?:Index:|diff(?: -r \w+)+)\s+(.+?)\s*$/.exec(line); - - if (header) { - index.index = header[1]; - } - - i++; - } // Parse file headers if they are defined. Unified diff requires them, but - // there's no technical issues to have an isolated hunk without file header - - - parseFileHeader(index); - parseFileHeader(index); // Parse hunks - - index.hunks = []; - - while (i < diffstr.length) { - var _line = diffstr[i]; - - if (/^(Index:|diff|\-\-\-|\+\+\+)\s/.test(_line)) { - break; - } else if (/^@@/.test(_line)) { - index.hunks.push(parseHunk()); - } else if (_line && options.strict) { - // Ignore unexpected content unless in strict mode - throw new Error('Unknown line ' + (i + 1) + ' ' + JSON.stringify(_line)); - } else { - i++; - } - } - } // Parses the --- and +++ headers, if none are found, no lines - // are consumed. - - - function parseFileHeader(index) { - var fileHeader = /^(---|\+\+\+)\s+(.*)$/.exec(diffstr[i]); - - if (fileHeader) { - var keyPrefix = fileHeader[1] === '---' ? 'old' : 'new'; - var data = fileHeader[2].split('\t', 2); - var fileName = data[0].replace(/\\\\/g, '\\'); - - if (/^".*"$/.test(fileName)) { - fileName = fileName.substr(1, fileName.length - 2); - } - - index[keyPrefix + 'FileName'] = fileName; - index[keyPrefix + 'Header'] = (data[1] || '').trim(); - i++; - } - } // Parses a hunk - // This assumes that we are at the start of a hunk. - - - function parseHunk() { - var chunkHeaderIndex = i, - chunkHeaderLine = diffstr[i++], - chunkHeader = chunkHeaderLine.split(/@@ -(\d+)(?:,(\d+))? \+(\d+)(?:,(\d+))? @@/); - var hunk = { - oldStart: +chunkHeader[1], - oldLines: typeof chunkHeader[2] === 'undefined' ? 1 : +chunkHeader[2], - newStart: +chunkHeader[3], - newLines: typeof chunkHeader[4] === 'undefined' ? 1 : +chunkHeader[4], - lines: [], - linedelimiters: [] - }; // Unified Diff Format quirk: If the chunk size is 0, - // the first number is one lower than one would expect. - // https://www.artima.com/weblogs/viewpost.jsp?thread=164293 - - if (hunk.oldLines === 0) { - hunk.oldStart += 1; - } - - if (hunk.newLines === 0) { - hunk.newStart += 1; - } - - var addCount = 0, - removeCount = 0; - - for (; i < diffstr.length; i++) { - // Lines starting with '---' could be mistaken for the "remove line" operation - // But they could be the header for the next file. Therefore prune such cases out. - if (diffstr[i].indexOf('--- ') === 0 && i + 2 < diffstr.length && diffstr[i + 1].indexOf('+++ ') === 0 && diffstr[i + 2].indexOf('@@') === 0) { - break; - } - - var operation = diffstr[i].length == 0 && i != diffstr.length - 1 ? ' ' : diffstr[i][0]; - - if (operation === '+' || operation === '-' || operation === ' ' || operation === '\\') { - hunk.lines.push(diffstr[i]); - hunk.linedelimiters.push(delimiters[i] || '\n'); - - if (operation === '+') { - addCount++; - } else if (operation === '-') { - removeCount++; - } else if (operation === ' ') { - addCount++; - removeCount++; - } - } else { - break; - } - } // Handle the empty block count case - - - if (!addCount && hunk.newLines === 1) { - hunk.newLines = 0; - } - - if (!removeCount && hunk.oldLines === 1) { - hunk.oldLines = 0; - } // Perform optional sanity checking - - - if (options.strict) { - if (addCount !== hunk.newLines) { - throw new Error('Added line count did not match for hunk at line ' + (chunkHeaderIndex + 1)); - } - - if (removeCount !== hunk.oldLines) { - throw new Error('Removed line count did not match for hunk at line ' + (chunkHeaderIndex + 1)); - } - } - - return hunk; - } - - while (i < diffstr.length) { - parseIndex(); - } - - return list; -} - -// Iterator that traverses in the range of [min, max], stepping -// by distance from a given start position. I.e. for [0, 4], with -// start of 2, this will iterate 2, 3, 1, 4, 0. -function distanceIterator (start, minLine, maxLine) { - var wantForward = true, - backwardExhausted = false, - forwardExhausted = false, - localOffset = 1; - return function iterator() { - if (wantForward && !forwardExhausted) { - if (backwardExhausted) { - localOffset++; - } else { - wantForward = false; - } // Check if trying to fit beyond text length, and if not, check it fits - // after offset location (or desired location on first iteration) - - - if (start + localOffset <= maxLine) { - return localOffset; - } - - forwardExhausted = true; - } - - if (!backwardExhausted) { - if (!forwardExhausted) { - wantForward = true; - } // Check if trying to fit before text beginning, and if not, check it fits - // before offset location - - - if (minLine <= start - localOffset) { - return -localOffset++; - } - - backwardExhausted = true; - return iterator(); - } // We tried to fit hunk before text beginning and beyond text length, then - // hunk can't fit on the text. Return undefined - - }; -} - -function applyPatch(source, uniDiff) { - var options = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {}; - - if (typeof uniDiff === 'string') { - uniDiff = parsePatch(uniDiff); - } - - if (Array.isArray(uniDiff)) { - if (uniDiff.length > 1) { - throw new Error('applyPatch only works with a single input.'); - } - - uniDiff = uniDiff[0]; - } // Apply the diff to the input - - - var lines = source.split(/\r\n|[\n\v\f\r\x85]/), - delimiters = source.match(/\r\n|[\n\v\f\r\x85]/g) || [], - hunks = uniDiff.hunks, - compareLine = options.compareLine || function (lineNumber, line, operation, patchContent) { - return line === patchContent; - }, - errorCount = 0, - fuzzFactor = options.fuzzFactor || 0, - minLine = 0, - offset = 0, - removeEOFNL, - addEOFNL; - /** - * Checks if the hunk exactly fits on the provided location - */ - - - function hunkFits(hunk, toPos) { - for (var j = 0; j < hunk.lines.length; j++) { - var line = hunk.lines[j], - operation = line.length > 0 ? line[0] : ' ', - content = line.length > 0 ? line.substr(1) : line; - - if (operation === ' ' || operation === '-') { - // Context sanity check - if (!compareLine(toPos + 1, lines[toPos], operation, content)) { - errorCount++; - - if (errorCount > fuzzFactor) { - return false; - } - } - - toPos++; - } - } - - return true; - } // Search best fit offsets for each hunk based on the previous ones - - - for (var i = 0; i < hunks.length; i++) { - var hunk = hunks[i], - maxLine = lines.length - hunk.oldLines, - localOffset = 0, - toPos = offset + hunk.oldStart - 1; - var iterator = distanceIterator(toPos, minLine, maxLine); - - for (; localOffset !== undefined; localOffset = iterator()) { - if (hunkFits(hunk, toPos + localOffset)) { - hunk.offset = offset += localOffset; - break; - } - } - - if (localOffset === undefined) { - return false; - } // Set lower text limit to end of the current hunk, so next ones don't try - // to fit over already patched text - - - minLine = hunk.offset + hunk.oldStart + hunk.oldLines; - } // Apply patch hunks - - - var diffOffset = 0; - - for (var _i = 0; _i < hunks.length; _i++) { - var _hunk = hunks[_i], - _toPos = _hunk.oldStart + _hunk.offset + diffOffset - 1; - - diffOffset += _hunk.newLines - _hunk.oldLines; - - for (var j = 0; j < _hunk.lines.length; j++) { - var line = _hunk.lines[j], - operation = line.length > 0 ? line[0] : ' ', - content = line.length > 0 ? line.substr(1) : line, - delimiter = _hunk.linedelimiters[j]; - - if (operation === ' ') { - _toPos++; - } else if (operation === '-') { - lines.splice(_toPos, 1); - delimiters.splice(_toPos, 1); - /* istanbul ignore else */ - } else if (operation === '+') { - lines.splice(_toPos, 0, content); - delimiters.splice(_toPos, 0, delimiter); - _toPos++; - } else if (operation === '\\') { - var previousOperation = _hunk.lines[j - 1] ? _hunk.lines[j - 1][0] : null; - - if (previousOperation === '+') { - removeEOFNL = true; - } else if (previousOperation === '-') { - addEOFNL = true; - } - } - } - } // Handle EOFNL insertion/removal - - - if (removeEOFNL) { - while (!lines[lines.length - 1]) { - lines.pop(); - delimiters.pop(); - } - } else if (addEOFNL) { - lines.push(''); - delimiters.push('\n'); - } - - for (var _k = 0; _k < lines.length - 1; _k++) { - lines[_k] = lines[_k] + delimiters[_k]; - } - - return lines.join(''); -} // Wrapper that supports multiple file patches via callbacks. - -function applyPatches(uniDiff, options) { - if (typeof uniDiff === 'string') { - uniDiff = parsePatch(uniDiff); - } - - var currentIndex = 0; - - function processIndex() { - var index = uniDiff[currentIndex++]; - - if (!index) { - return options.complete(); - } - - options.loadFile(index, function (err, data) { - if (err) { - return options.complete(err); - } - - var updatedContent = applyPatch(data, index, options); - options.patched(index, updatedContent, function (err) { - if (err) { - return options.complete(err); - } - - processIndex(); - }); - }); - } - - processIndex(); -} - -function structuredPatch(oldFileName, newFileName, oldStr, newStr, oldHeader, newHeader, options) { - if (!options) { - options = {}; - } - - if (typeof options.context === 'undefined') { - options.context = 4; - } - - var diff = diffLines(oldStr, newStr, options); - - if (!diff) { - return; - } - - diff.push({ - value: '', - lines: [] - }); // Append an empty value to make cleanup easier - - function contextLines(lines) { - return lines.map(function (entry) { - return ' ' + entry; - }); - } - - var hunks = []; - var oldRangeStart = 0, - newRangeStart = 0, - curRange = [], - oldLine = 1, - newLine = 1; - - var _loop = function _loop(i) { - var current = diff[i], - lines = current.lines || current.value.replace(/\n$/, '').split('\n'); - current.lines = lines; - - if (current.added || current.removed) { - var _curRange; - - // If we have previous context, start with that - if (!oldRangeStart) { - var prev = diff[i - 1]; - oldRangeStart = oldLine; - newRangeStart = newLine; - - if (prev) { - curRange = options.context > 0 ? contextLines(prev.lines.slice(-options.context)) : []; - oldRangeStart -= curRange.length; - newRangeStart -= curRange.length; - } - } // Output our changes - - - (_curRange = curRange).push.apply(_curRange, _toConsumableArray(lines.map(function (entry) { - return (current.added ? '+' : '-') + entry; - }))); // Track the updated file position - - - if (current.added) { - newLine += lines.length; - } else { - oldLine += lines.length; - } - } else { - // Identical context lines. Track line changes - if (oldRangeStart) { - // Close out any changes that have been output (or join overlapping) - if (lines.length <= options.context * 2 && i < diff.length - 2) { - var _curRange2; - - // Overlapping - (_curRange2 = curRange).push.apply(_curRange2, _toConsumableArray(contextLines(lines))); - } else { - var _curRange3; - - // end the range and output - var contextSize = Math.min(lines.length, options.context); - - (_curRange3 = curRange).push.apply(_curRange3, _toConsumableArray(contextLines(lines.slice(0, contextSize)))); - - var hunk = { - oldStart: oldRangeStart, - oldLines: oldLine - oldRangeStart + contextSize, - newStart: newRangeStart, - newLines: newLine - newRangeStart + contextSize, - lines: curRange - }; - - if (i >= diff.length - 2 && lines.length <= options.context) { - // EOF is inside this hunk - var oldEOFNewline = /\n$/.test(oldStr); - var newEOFNewline = /\n$/.test(newStr); - var noNlBeforeAdds = lines.length == 0 && curRange.length > hunk.oldLines; - - if (!oldEOFNewline && noNlBeforeAdds && oldStr.length > 0) { - // special case: old has no eol and no trailing context; no-nl can end up before adds - // however, if the old file is empty, do not output the no-nl line - curRange.splice(hunk.oldLines, 0, '\\ No newline at end of file'); - } - - if (!oldEOFNewline && !noNlBeforeAdds || !newEOFNewline) { - curRange.push('\\ No newline at end of file'); - } - } - - hunks.push(hunk); - oldRangeStart = 0; - newRangeStart = 0; - curRange = []; - } - } - - oldLine += lines.length; - newLine += lines.length; - } - }; - - for (var i = 0; i < diff.length; i++) { - _loop(i); - } - - return { - oldFileName: oldFileName, - newFileName: newFileName, - oldHeader: oldHeader, - newHeader: newHeader, - hunks: hunks - }; -} -function formatPatch(diff) { - var ret = []; - - if (diff.oldFileName == diff.newFileName) { - ret.push('Index: ' + diff.oldFileName); - } - - ret.push('==================================================================='); - ret.push('--- ' + diff.oldFileName + (typeof diff.oldHeader === 'undefined' ? '' : '\t' + diff.oldHeader)); - ret.push('+++ ' + diff.newFileName + (typeof diff.newHeader === 'undefined' ? '' : '\t' + diff.newHeader)); - - for (var i = 0; i < diff.hunks.length; i++) { - var hunk = diff.hunks[i]; // Unified Diff Format quirk: If the chunk size is 0, - // the first number is one lower than one would expect. - // https://www.artima.com/weblogs/viewpost.jsp?thread=164293 - - if (hunk.oldLines === 0) { - hunk.oldStart -= 1; - } - - if (hunk.newLines === 0) { - hunk.newStart -= 1; - } - - ret.push('@@ -' + hunk.oldStart + ',' + hunk.oldLines + ' +' + hunk.newStart + ',' + hunk.newLines + ' @@'); - ret.push.apply(ret, hunk.lines); - } - - return ret.join('\n') + '\n'; -} -function createTwoFilesPatch(oldFileName, newFileName, oldStr, newStr, oldHeader, newHeader, options) { - return formatPatch(structuredPatch(oldFileName, newFileName, oldStr, newStr, oldHeader, newHeader, options)); -} -function createPatch(fileName, oldStr, newStr, oldHeader, newHeader, options) { - return createTwoFilesPatch(fileName, fileName, oldStr, newStr, oldHeader, newHeader, options); -} - -function arrayEqual(a, b) { - if (a.length !== b.length) { - return false; - } - - return arrayStartsWith(a, b); -} -function arrayStartsWith(array, start) { - if (start.length > array.length) { - return false; - } - - for (var i = 0; i < start.length; i++) { - if (start[i] !== array[i]) { - return false; - } - } - - return true; -} - -function calcLineCount(hunk) { - var _calcOldNewLineCount = calcOldNewLineCount(hunk.lines), - oldLines = _calcOldNewLineCount.oldLines, - newLines = _calcOldNewLineCount.newLines; - - if (oldLines !== undefined) { - hunk.oldLines = oldLines; - } else { - delete hunk.oldLines; - } - - if (newLines !== undefined) { - hunk.newLines = newLines; - } else { - delete hunk.newLines; - } -} -function merge(mine, theirs, base) { - mine = loadPatch(mine, base); - theirs = loadPatch(theirs, base); - var ret = {}; // For index we just let it pass through as it doesn't have any necessary meaning. - // Leaving sanity checks on this to the API consumer that may know more about the - // meaning in their own context. - - if (mine.index || theirs.index) { - ret.index = mine.index || theirs.index; - } - - if (mine.newFileName || theirs.newFileName) { - if (!fileNameChanged(mine)) { - // No header or no change in ours, use theirs (and ours if theirs does not exist) - ret.oldFileName = theirs.oldFileName || mine.oldFileName; - ret.newFileName = theirs.newFileName || mine.newFileName; - ret.oldHeader = theirs.oldHeader || mine.oldHeader; - ret.newHeader = theirs.newHeader || mine.newHeader; - } else if (!fileNameChanged(theirs)) { - // No header or no change in theirs, use ours - ret.oldFileName = mine.oldFileName; - ret.newFileName = mine.newFileName; - ret.oldHeader = mine.oldHeader; - ret.newHeader = mine.newHeader; - } else { - // Both changed... figure it out - ret.oldFileName = selectField(ret, mine.oldFileName, theirs.oldFileName); - ret.newFileName = selectField(ret, mine.newFileName, theirs.newFileName); - ret.oldHeader = selectField(ret, mine.oldHeader, theirs.oldHeader); - ret.newHeader = selectField(ret, mine.newHeader, theirs.newHeader); - } - } - - ret.hunks = []; - var mineIndex = 0, - theirsIndex = 0, - mineOffset = 0, - theirsOffset = 0; - - while (mineIndex < mine.hunks.length || theirsIndex < theirs.hunks.length) { - var mineCurrent = mine.hunks[mineIndex] || { - oldStart: Infinity - }, - theirsCurrent = theirs.hunks[theirsIndex] || { - oldStart: Infinity - }; - - if (hunkBefore(mineCurrent, theirsCurrent)) { - // This patch does not overlap with any of the others, yay. - ret.hunks.push(cloneHunk(mineCurrent, mineOffset)); - mineIndex++; - theirsOffset += mineCurrent.newLines - mineCurrent.oldLines; - } else if (hunkBefore(theirsCurrent, mineCurrent)) { - // This patch does not overlap with any of the others, yay. - ret.hunks.push(cloneHunk(theirsCurrent, theirsOffset)); - theirsIndex++; - mineOffset += theirsCurrent.newLines - theirsCurrent.oldLines; - } else { - // Overlap, merge as best we can - var mergedHunk = { - oldStart: Math.min(mineCurrent.oldStart, theirsCurrent.oldStart), - oldLines: 0, - newStart: Math.min(mineCurrent.newStart + mineOffset, theirsCurrent.oldStart + theirsOffset), - newLines: 0, - lines: [] - }; - mergeLines(mergedHunk, mineCurrent.oldStart, mineCurrent.lines, theirsCurrent.oldStart, theirsCurrent.lines); - theirsIndex++; - mineIndex++; - ret.hunks.push(mergedHunk); - } - } - - return ret; -} - -function loadPatch(param, base) { - if (typeof param === 'string') { - if (/^@@/m.test(param) || /^Index:/m.test(param)) { - return parsePatch(param)[0]; - } - - if (!base) { - throw new Error('Must provide a base reference or pass in a patch'); - } - - return structuredPatch(undefined, undefined, base, param); - } - - return param; -} - -function fileNameChanged(patch) { - return patch.newFileName && patch.newFileName !== patch.oldFileName; -} - -function selectField(index, mine, theirs) { - if (mine === theirs) { - return mine; - } else { - index.conflict = true; - return { - mine: mine, - theirs: theirs - }; - } -} - -function hunkBefore(test, check) { - return test.oldStart < check.oldStart && test.oldStart + test.oldLines < check.oldStart; -} - -function cloneHunk(hunk, offset) { - return { - oldStart: hunk.oldStart, - oldLines: hunk.oldLines, - newStart: hunk.newStart + offset, - newLines: hunk.newLines, - lines: hunk.lines - }; -} - -function mergeLines(hunk, mineOffset, mineLines, theirOffset, theirLines) { - // This will generally result in a conflicted hunk, but there are cases where the context - // is the only overlap where we can successfully merge the content here. - var mine = { - offset: mineOffset, - lines: mineLines, - index: 0 - }, - their = { - offset: theirOffset, - lines: theirLines, - index: 0 - }; // Handle any leading content - - insertLeading(hunk, mine, their); - insertLeading(hunk, their, mine); // Now in the overlap content. Scan through and select the best changes from each. - - while (mine.index < mine.lines.length && their.index < their.lines.length) { - var mineCurrent = mine.lines[mine.index], - theirCurrent = their.lines[their.index]; - - if ((mineCurrent[0] === '-' || mineCurrent[0] === '+') && (theirCurrent[0] === '-' || theirCurrent[0] === '+')) { - // Both modified ... - mutualChange(hunk, mine, their); - } else if (mineCurrent[0] === '+' && theirCurrent[0] === ' ') { - var _hunk$lines; - - // Mine inserted - (_hunk$lines = hunk.lines).push.apply(_hunk$lines, _toConsumableArray(collectChange(mine))); - } else if (theirCurrent[0] === '+' && mineCurrent[0] === ' ') { - var _hunk$lines2; - - // Theirs inserted - (_hunk$lines2 = hunk.lines).push.apply(_hunk$lines2, _toConsumableArray(collectChange(their))); - } else if (mineCurrent[0] === '-' && theirCurrent[0] === ' ') { - // Mine removed or edited - removal(hunk, mine, their); - } else if (theirCurrent[0] === '-' && mineCurrent[0] === ' ') { - // Their removed or edited - removal(hunk, their, mine, true); - } else if (mineCurrent === theirCurrent) { - // Context identity - hunk.lines.push(mineCurrent); - mine.index++; - their.index++; - } else { - // Context mismatch - conflict(hunk, collectChange(mine), collectChange(their)); - } - } // Now push anything that may be remaining - - - insertTrailing(hunk, mine); - insertTrailing(hunk, their); - calcLineCount(hunk); -} - -function mutualChange(hunk, mine, their) { - var myChanges = collectChange(mine), - theirChanges = collectChange(their); - - if (allRemoves(myChanges) && allRemoves(theirChanges)) { - // Special case for remove changes that are supersets of one another - if (arrayStartsWith(myChanges, theirChanges) && skipRemoveSuperset(their, myChanges, myChanges.length - theirChanges.length)) { - var _hunk$lines3; - - (_hunk$lines3 = hunk.lines).push.apply(_hunk$lines3, _toConsumableArray(myChanges)); - - return; - } else if (arrayStartsWith(theirChanges, myChanges) && skipRemoveSuperset(mine, theirChanges, theirChanges.length - myChanges.length)) { - var _hunk$lines4; - - (_hunk$lines4 = hunk.lines).push.apply(_hunk$lines4, _toConsumableArray(theirChanges)); - - return; - } - } else if (arrayEqual(myChanges, theirChanges)) { - var _hunk$lines5; - - (_hunk$lines5 = hunk.lines).push.apply(_hunk$lines5, _toConsumableArray(myChanges)); - - return; - } - - conflict(hunk, myChanges, theirChanges); -} - -function removal(hunk, mine, their, swap) { - var myChanges = collectChange(mine), - theirChanges = collectContext(their, myChanges); - - if (theirChanges.merged) { - var _hunk$lines6; - - (_hunk$lines6 = hunk.lines).push.apply(_hunk$lines6, _toConsumableArray(theirChanges.merged)); - } else { - conflict(hunk, swap ? theirChanges : myChanges, swap ? myChanges : theirChanges); - } -} - -function conflict(hunk, mine, their) { - hunk.conflict = true; - hunk.lines.push({ - conflict: true, - mine: mine, - theirs: their - }); -} - -function insertLeading(hunk, insert, their) { - while (insert.offset < their.offset && insert.index < insert.lines.length) { - var line = insert.lines[insert.index++]; - hunk.lines.push(line); - insert.offset++; - } -} - -function insertTrailing(hunk, insert) { - while (insert.index < insert.lines.length) { - var line = insert.lines[insert.index++]; - hunk.lines.push(line); - } -} - -function collectChange(state) { - var ret = [], - operation = state.lines[state.index][0]; - - while (state.index < state.lines.length) { - var line = state.lines[state.index]; // Group additions that are immediately after subtractions and treat them as one "atomic" modify change. - - if (operation === '-' && line[0] === '+') { - operation = '+'; - } - - if (operation === line[0]) { - ret.push(line); - state.index++; - } else { - break; - } - } - - return ret; -} - -function collectContext(state, matchChanges) { - var changes = [], - merged = [], - matchIndex = 0, - contextChanges = false, - conflicted = false; - - while (matchIndex < matchChanges.length && state.index < state.lines.length) { - var change = state.lines[state.index], - match = matchChanges[matchIndex]; // Once we've hit our add, then we are done - - if (match[0] === '+') { - break; - } - - contextChanges = contextChanges || change[0] !== ' '; - merged.push(match); - matchIndex++; // Consume any additions in the other block as a conflict to attempt - // to pull in the remaining context after this - - if (change[0] === '+') { - conflicted = true; - - while (change[0] === '+') { - changes.push(change); - change = state.lines[++state.index]; - } - } - - if (match.substr(1) === change.substr(1)) { - changes.push(change); - state.index++; - } else { - conflicted = true; - } - } - - if ((matchChanges[matchIndex] || '')[0] === '+' && contextChanges) { - conflicted = true; - } - - if (conflicted) { - return changes; - } - - while (matchIndex < matchChanges.length) { - merged.push(matchChanges[matchIndex++]); - } - - return { - merged: merged, - changes: changes - }; -} - -function allRemoves(changes) { - return changes.reduce(function (prev, change) { - return prev && change[0] === '-'; - }, true); -} - -function skipRemoveSuperset(state, removeChanges, delta) { - for (var i = 0; i < delta; i++) { - var changeContent = removeChanges[removeChanges.length - delta + i].substr(1); - - if (state.lines[state.index + i] !== ' ' + changeContent) { - return false; - } - } - - state.index += delta; - return true; -} - -function calcOldNewLineCount(lines) { - var oldLines = 0; - var newLines = 0; - lines.forEach(function (line) { - if (typeof line !== 'string') { - var myCount = calcOldNewLineCount(line.mine); - var theirCount = calcOldNewLineCount(line.theirs); - - if (oldLines !== undefined) { - if (myCount.oldLines === theirCount.oldLines) { - oldLines += myCount.oldLines; - } else { - oldLines = undefined; - } - } - - if (newLines !== undefined) { - if (myCount.newLines === theirCount.newLines) { - newLines += myCount.newLines; - } else { - newLines = undefined; - } - } - } else { - if (newLines !== undefined && (line[0] === '+' || line[0] === ' ')) { - newLines++; - } - - if (oldLines !== undefined && (line[0] === '-' || line[0] === ' ')) { - oldLines++; - } - } - }); - return { - oldLines: oldLines, - newLines: newLines - }; -} - -// See: http://code.google.com/p/google-diff-match-patch/wiki/API -function convertChangesToDMP(changes) { - var ret = [], - change, - operation; - - for (var i = 0; i < changes.length; i++) { - change = changes[i]; - - if (change.added) { - operation = 1; - } else if (change.removed) { - operation = -1; - } else { - operation = 0; - } - - ret.push([operation, change.value]); - } - - return ret; -} - -function convertChangesToXML(changes) { - var ret = []; - - for (var i = 0; i < changes.length; i++) { - var change = changes[i]; - - if (change.added) { - ret.push('<ins>'); - } else if (change.removed) { - ret.push('<del>'); - } - - ret.push(escapeHTML(change.value)); - - if (change.added) { - ret.push('</ins>'); - } else if (change.removed) { - ret.push('</del>'); - } - } - - return ret.join(''); -} - -function escapeHTML(s) { - var n = s; - n = n.replace(/&/g, '&amp;'); - n = n.replace(/</g, '&lt;'); - n = n.replace(/>/g, '&gt;'); - n = n.replace(/"/g, '&quot;'); - return n; -} - -export { Diff, applyPatch, applyPatches, canonicalize, convertChangesToDMP, convertChangesToXML, createPatch, createTwoFilesPatch, diffArrays, diffChars, diffCss, diffJson, diffLines, diffSentences, diffTrimmedLines, diffWords, diffWordsWithSpace, merge, parsePatch, structuredPatch }; diff --git a/software/flow/node_modules/npm/node_modules/diff/lib/patch/apply.js b/software/flow/node_modules/npm/node_modules/diff/lib/patch/apply.js deleted file mode 100644 index 21c76dd..0000000 --- a/software/flow/node_modules/npm/node_modules/diff/lib/patch/apply.js +++ /dev/null @@ -1,238 +0,0 @@ -/*istanbul ignore start*/ -"use strict"; - -Object.defineProperty(exports, "__esModule", { - value: true -}); -exports.applyPatch = applyPatch; -exports.applyPatches = applyPatches; - -/*istanbul ignore end*/ -var -/*istanbul ignore start*/ -_parse = require("./parse") -/*istanbul ignore end*/ -; - -var -/*istanbul ignore start*/ -_distanceIterator = _interopRequireDefault(require("../util/distance-iterator")) -/*istanbul ignore end*/ -; - -/*istanbul ignore start*/ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; } - -/*istanbul ignore end*/ -function applyPatch(source, uniDiff) { - /*istanbul ignore start*/ - var - /*istanbul ignore end*/ - options = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {}; - - if (typeof uniDiff === 'string') { - uniDiff = - /*istanbul ignore start*/ - (0, - /*istanbul ignore end*/ - - /*istanbul ignore start*/ - _parse - /*istanbul ignore end*/ - . - /*istanbul ignore start*/ - parsePatch) - /*istanbul ignore end*/ - (uniDiff); - } - - if (Array.isArray(uniDiff)) { - if (uniDiff.length > 1) { - throw new Error('applyPatch only works with a single input.'); - } - - uniDiff = uniDiff[0]; - } // Apply the diff to the input - - - var lines = source.split(/\r\n|[\n\v\f\r\x85]/), - delimiters = source.match(/\r\n|[\n\v\f\r\x85]/g) || [], - hunks = uniDiff.hunks, - compareLine = options.compareLine || function (lineNumber, line, operation, patchContent) - /*istanbul ignore start*/ - { - return ( - /*istanbul ignore end*/ - line === patchContent - ); - }, - errorCount = 0, - fuzzFactor = options.fuzzFactor || 0, - minLine = 0, - offset = 0, - removeEOFNL, - addEOFNL; - /** - * Checks if the hunk exactly fits on the provided location - */ - - - function hunkFits(hunk, toPos) { - for (var j = 0; j < hunk.lines.length; j++) { - var line = hunk.lines[j], - operation = line.length > 0 ? line[0] : ' ', - content = line.length > 0 ? line.substr(1) : line; - - if (operation === ' ' || operation === '-') { - // Context sanity check - if (!compareLine(toPos + 1, lines[toPos], operation, content)) { - errorCount++; - - if (errorCount > fuzzFactor) { - return false; - } - } - - toPos++; - } - } - - return true; - } // Search best fit offsets for each hunk based on the previous ones - - - for (var i = 0; i < hunks.length; i++) { - var hunk = hunks[i], - maxLine = lines.length - hunk.oldLines, - localOffset = 0, - toPos = offset + hunk.oldStart - 1; - var iterator = - /*istanbul ignore start*/ - (0, - /*istanbul ignore end*/ - - /*istanbul ignore start*/ - _distanceIterator - /*istanbul ignore end*/ - [ - /*istanbul ignore start*/ - "default" - /*istanbul ignore end*/ - ])(toPos, minLine, maxLine); - - for (; localOffset !== undefined; localOffset = iterator()) { - if (hunkFits(hunk, toPos + localOffset)) { - hunk.offset = offset += localOffset; - break; - } - } - - if (localOffset === undefined) { - return false; - } // Set lower text limit to end of the current hunk, so next ones don't try - // to fit over already patched text - - - minLine = hunk.offset + hunk.oldStart + hunk.oldLines; - } // Apply patch hunks - - - var diffOffset = 0; - - for (var _i = 0; _i < hunks.length; _i++) { - var _hunk = hunks[_i], - _toPos = _hunk.oldStart + _hunk.offset + diffOffset - 1; - - diffOffset += _hunk.newLines - _hunk.oldLines; - - for (var j = 0; j < _hunk.lines.length; j++) { - var line = _hunk.lines[j], - operation = line.length > 0 ? line[0] : ' ', - content = line.length > 0 ? line.substr(1) : line, - delimiter = _hunk.linedelimiters[j]; - - if (operation === ' ') { - _toPos++; - } else if (operation === '-') { - lines.splice(_toPos, 1); - delimiters.splice(_toPos, 1); - /* istanbul ignore else */ - } else if (operation === '+') { - lines.splice(_toPos, 0, content); - delimiters.splice(_toPos, 0, delimiter); - _toPos++; - } else if (operation === '\\') { - var previousOperation = _hunk.lines[j - 1] ? _hunk.lines[j - 1][0] : null; - - if (previousOperation === '+') { - removeEOFNL = true; - } else if (previousOperation === '-') { - addEOFNL = true; - } - } - } - } // Handle EOFNL insertion/removal - - - if (removeEOFNL) { - while (!lines[lines.length - 1]) { - lines.pop(); - delimiters.pop(); - } - } else if (addEOFNL) { - lines.push(''); - delimiters.push('\n'); - } - - for (var _k = 0; _k < lines.length - 1; _k++) { - lines[_k] = lines[_k] + delimiters[_k]; - } - - return lines.join(''); -} // Wrapper that supports multiple file patches via callbacks. - - -function applyPatches(uniDiff, options) { - if (typeof uniDiff === 'string') { - uniDiff = - /*istanbul ignore start*/ - (0, - /*istanbul ignore end*/ - - /*istanbul ignore start*/ - _parse - /*istanbul ignore end*/ - . - /*istanbul ignore start*/ - parsePatch) - /*istanbul ignore end*/ - (uniDiff); - } - - var currentIndex = 0; - - function processIndex() { - var index = uniDiff[currentIndex++]; - - if (!index) { - return options.complete(); - } - - options.loadFile(index, function (err, data) { - if (err) { - return options.complete(err); - } - - var updatedContent = applyPatch(data, index, options); - options.patched(index, updatedContent, function (err) { - if (err) { - return options.complete(err); - } - - processIndex(); - }); - }); - } - - processIndex(); -} -//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9wYXRjaC9hcHBseS5qcyJdLCJuYW1lcyI6WyJhcHBseVBhdGNoIiwic291cmNlIiwidW5pRGlmZiIsIm9wdGlvbnMiLCJwYXJzZVBhdGNoIiwiQXJyYXkiLCJpc0FycmF5IiwibGVuZ3RoIiwiRXJyb3IiLCJsaW5lcyIsInNwbGl0IiwiZGVsaW1pdGVycyIsIm1hdGNoIiwiaHVua3MiLCJjb21wYXJlTGluZSIsImxpbmVOdW1iZXIiLCJsaW5lIiwib3BlcmF0aW9uIiwicGF0Y2hDb250ZW50IiwiZXJyb3JDb3VudCIsImZ1enpGYWN0b3IiLCJtaW5MaW5lIiwib2Zmc2V0IiwicmVtb3ZlRU9GTkwiLCJhZGRFT0ZOTCIsImh1bmtGaXRzIiwiaHVuayIsInRvUG9zIiwiaiIsImNvbnRlbnQiLCJzdWJzdHIiLCJpIiwibWF4TGluZSIsIm9sZExpbmVzIiwibG9jYWxPZmZzZXQiLCJvbGRTdGFydCIsIml0ZXJhdG9yIiwiZGlzdGFuY2VJdGVyYXRvciIsInVuZGVmaW5lZCIsImRpZmZPZmZzZXQiLCJuZXdMaW5lcyIsImRlbGltaXRlciIsImxpbmVkZWxpbWl0ZXJzIiwic3BsaWNlIiwicHJldmlvdXNPcGVyYXRpb24iLCJwb3AiLCJwdXNoIiwiX2siLCJqb2luIiwiYXBwbHlQYXRjaGVzIiwiY3VycmVudEluZGV4IiwicHJvY2Vzc0luZGV4IiwiaW5kZXgiLCJjb21wbGV0ZSIsImxvYWRGaWxlIiwiZXJyIiwiZGF0YSIsInVwZGF0ZWRDb250ZW50IiwicGF0Y2hlZCJdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7OztBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7O0FBQ0E7QUFBQTtBQUFBO0FBQUE7QUFBQTs7Ozs7QUFFTyxTQUFTQSxVQUFULENBQW9CQyxNQUFwQixFQUE0QkMsT0FBNUIsRUFBbUQ7QUFBQTtBQUFBO0FBQUE7QUFBZEMsRUFBQUEsT0FBYyx1RUFBSixFQUFJOztBQUN4RCxNQUFJLE9BQU9ELE9BQVAsS0FBbUIsUUFBdkIsRUFBaUM7QUFDL0JBLElBQUFBLE9BQU87QUFBRztBQUFBO0FBQUE7O0FBQUFFO0FBQUFBO0FBQUFBO0FBQUFBO0FBQUFBO0FBQUFBO0FBQUE7QUFBQSxLQUFXRixPQUFYLENBQVY7QUFDRDs7QUFFRCxNQUFJRyxLQUFLLENBQUNDLE9BQU4sQ0FBY0osT0FBZCxDQUFKLEVBQTRCO0FBQzFCLFFBQUlBLE9BQU8sQ0FBQ0ssTUFBUixHQUFpQixDQUFyQixFQUF3QjtBQUN0QixZQUFNLElBQUlDLEtBQUosQ0FBVSw0Q0FBVixDQUFOO0FBQ0Q7O0FBRUROLElBQUFBLE9BQU8sR0FBR0EsT0FBTyxDQUFDLENBQUQsQ0FBakI7QUFDRCxHQVh1RCxDQWF4RDs7O0FBQ0EsTUFBSU8sS0FBSyxHQUFHUixNQUFNLENBQUNTLEtBQVAsQ0FBYSxxQkFBYixDQUFaO0FBQUEsTUFDSUMsVUFBVSxHQUFHVixNQUFNLENBQUNXLEtBQVAsQ0FBYSxzQkFBYixLQUF3QyxFQUR6RDtBQUFBLE1BRUlDLEtBQUssR0FBR1gsT0FBTyxDQUFDVyxLQUZwQjtBQUFBLE1BSUlDLFdBQVcsR0FBR1gsT0FBTyxDQUFDVyxXQUFSLElBQXdCLFVBQUNDLFVBQUQsRUFBYUMsSUFBYixFQUFtQkMsU0FBbkIsRUFBOEJDLFlBQTlCO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBK0NGLE1BQUFBLElBQUksS0FBS0U7QUFBeEQ7QUFBQSxHQUoxQztBQUFBLE1BS0lDLFVBQVUsR0FBRyxDQUxqQjtBQUFBLE1BTUlDLFVBQVUsR0FBR2pCLE9BQU8sQ0FBQ2lCLFVBQVIsSUFBc0IsQ0FOdkM7QUFBQSxNQU9JQyxPQUFPLEdBQUcsQ0FQZDtBQUFBLE1BUUlDLE1BQU0sR0FBRyxDQVJiO0FBQUEsTUFVSUMsV0FWSjtBQUFBLE1BV0lDLFFBWEo7QUFhQTs7Ozs7QUFHQSxXQUFTQyxRQUFULENBQWtCQyxJQUFsQixFQUF3QkMsS0FBeEIsRUFBK0I7QUFDN0IsU0FBSyxJQUFJQyxDQUFDLEdBQUcsQ0FBYixFQUFnQkEsQ0FBQyxHQUFHRixJQUFJLENBQUNqQixLQUFMLENBQVdGLE1BQS9CLEVBQXVDcUIsQ0FBQyxFQUF4QyxFQUE0QztBQUMxQyxVQUFJWixJQUFJLEdBQUdVLElBQUksQ0FBQ2pCLEtBQUwsQ0FBV21CLENBQVgsQ0FBWDtBQUFBLFVBQ0lYLFNBQVMsR0FBSUQsSUFBSSxDQUFDVCxNQUFMLEdBQWMsQ0FBZCxHQUFrQlMsSUFBSSxDQUFDLENBQUQsQ0FBdEIsR0FBNEIsR0FEN0M7QUFBQSxVQUVJYSxPQUFPLEdBQUliLElBQUksQ0FBQ1QsTUFBTCxHQUFjLENBQWQsR0FBa0JTLElBQUksQ0FBQ2MsTUFBTCxDQUFZLENBQVosQ0FBbEIsR0FBbUNkLElBRmxEOztBQUlBLFVBQUlDLFNBQVMsS0FBSyxHQUFkLElBQXFCQSxTQUFTLEtBQUssR0FBdkMsRUFBNEM7QUFDMUM7QUFDQSxZQUFJLENBQUNILFdBQVcsQ0FBQ2EsS0FBSyxHQUFHLENBQVQsRUFBWWxCLEtBQUssQ0FBQ2tCLEtBQUQsQ0FBakIsRUFBMEJWLFNBQTFCLEVBQXFDWSxPQUFyQyxDQUFoQixFQUErRDtBQUM3RFYsVUFBQUEsVUFBVTs7QUFFVixjQUFJQSxVQUFVLEdBQUdDLFVBQWpCLEVBQTZCO0FBQzNCLG1CQUFPLEtBQVA7QUFDRDtBQUNGOztBQUNETyxRQUFBQSxLQUFLO0FBQ047QUFDRjs7QUFFRCxXQUFPLElBQVA7QUFDRCxHQWxEdUQsQ0FvRHhEOzs7QUFDQSxPQUFLLElBQUlJLENBQUMsR0FBRyxDQUFiLEVBQWdCQSxDQUFDLEdBQUdsQixLQUFLLENBQUNOLE1BQTFCLEVBQWtDd0IsQ0FBQyxFQUFuQyxFQUF1QztBQUNyQyxRQUFJTCxJQUFJLEdBQUdiLEtBQUssQ0FBQ2tCLENBQUQsQ0FBaEI7QUFBQSxRQUNJQyxPQUFPLEdBQUd2QixLQUFLLENBQUNGLE1BQU4sR0FBZW1CLElBQUksQ0FBQ08sUUFEbEM7QUFBQSxRQUVJQyxXQUFXLEdBQUcsQ0FGbEI7QUFBQSxRQUdJUCxLQUFLLEdBQUdMLE1BQU0sR0FBR0ksSUFBSSxDQUFDUyxRQUFkLEdBQXlCLENBSHJDO0FBS0EsUUFBSUMsUUFBUTtBQUFHO0FBQUE7QUFBQTs7QUFBQUM7QUFBQUE7QUFBQUE7QUFBQUE7QUFBQUE7QUFBQUE7QUFBQUE7QUFBQUEsT0FBaUJWLEtBQWpCLEVBQXdCTixPQUF4QixFQUFpQ1csT0FBakMsQ0FBZjs7QUFFQSxXQUFPRSxXQUFXLEtBQUtJLFNBQXZCLEVBQWtDSixXQUFXLEdBQUdFLFFBQVEsRUFBeEQsRUFBNEQ7QUFDMUQsVUFBSVgsUUFBUSxDQUFDQyxJQUFELEVBQU9DLEtBQUssR0FBR08sV0FBZixDQUFaLEVBQXlDO0FBQ3ZDUixRQUFBQSxJQUFJLENBQUNKLE1BQUwsR0FBY0EsTUFBTSxJQUFJWSxXQUF4QjtBQUNBO0FBQ0Q7QUFDRjs7QUFFRCxRQUFJQSxXQUFXLEtBQUtJLFNBQXBCLEVBQStCO0FBQzdCLGFBQU8sS0FBUDtBQUNELEtBakJvQyxDQW1CckM7QUFDQTs7O0FBQ0FqQixJQUFBQSxPQUFPLEdBQUdLLElBQUksQ0FBQ0osTUFBTCxHQUFjSSxJQUFJLENBQUNTLFFBQW5CLEdBQThCVCxJQUFJLENBQUNPLFFBQTdDO0FBQ0QsR0EzRXVELENBNkV4RDs7O0FBQ0EsTUFBSU0sVUFBVSxHQUFHLENBQWpCOztBQUNBLE9BQUssSUFBSVIsRUFBQyxHQUFHLENBQWIsRUFBZ0JBLEVBQUMsR0FBR2xCLEtBQUssQ0FBQ04sTUFBMUIsRUFBa0N3QixFQUFDLEVBQW5DLEVBQXVDO0FBQ3JDLFFBQUlMLEtBQUksR0FBR2IsS0FBSyxDQUFDa0IsRUFBRCxDQUFoQjtBQUFBLFFBQ0lKLE1BQUssR0FBR0QsS0FBSSxDQUFDUyxRQUFMLEdBQWdCVCxLQUFJLENBQUNKLE1BQXJCLEdBQThCaUIsVUFBOUIsR0FBMkMsQ0FEdkQ7O0FBRUFBLElBQUFBLFVBQVUsSUFBSWIsS0FBSSxDQUFDYyxRQUFMLEdBQWdCZCxLQUFJLENBQUNPLFFBQW5DOztBQUVBLFNBQUssSUFBSUwsQ0FBQyxHQUFHLENBQWIsRUFBZ0JBLENBQUMsR0FBR0YsS0FBSSxDQUFDakIsS0FBTCxDQUFXRixNQUEvQixFQUF1Q3FCLENBQUMsRUFBeEMsRUFBNEM7QUFDMUMsVUFBSVosSUFBSSxHQUFHVSxLQUFJLENBQUNqQixLQUFMLENBQVdtQixDQUFYLENBQVg7QUFBQSxVQUNJWCxTQUFTLEdBQUlELElBQUksQ0FBQ1QsTUFBTCxHQUFjLENBQWQsR0FBa0JTLElBQUksQ0FBQyxDQUFELENBQXRCLEdBQTRCLEdBRDdDO0FBQUEsVUFFSWEsT0FBTyxHQUFJYixJQUFJLENBQUNULE1BQUwsR0FBYyxDQUFkLEdBQWtCUyxJQUFJLENBQUNjLE1BQUwsQ0FBWSxDQUFaLENBQWxCLEdBQW1DZCxJQUZsRDtBQUFBLFVBR0l5QixTQUFTLEdBQUdmLEtBQUksQ0FBQ2dCLGNBQUwsQ0FBb0JkLENBQXBCLENBSGhCOztBQUtBLFVBQUlYLFNBQVMsS0FBSyxHQUFsQixFQUF1QjtBQUNyQlUsUUFBQUEsTUFBSztBQUNOLE9BRkQsTUFFTyxJQUFJVixTQUFTLEtBQUssR0FBbEIsRUFBdUI7QUFDNUJSLFFBQUFBLEtBQUssQ0FBQ2tDLE1BQU4sQ0FBYWhCLE1BQWIsRUFBb0IsQ0FBcEI7QUFDQWhCLFFBQUFBLFVBQVUsQ0FBQ2dDLE1BQVgsQ0FBa0JoQixNQUFsQixFQUF5QixDQUF6QjtBQUNGO0FBQ0MsT0FKTSxNQUlBLElBQUlWLFNBQVMsS0FBSyxHQUFsQixFQUF1QjtBQUM1QlIsUUFBQUEsS0FBSyxDQUFDa0MsTUFBTixDQUFhaEIsTUFBYixFQUFvQixDQUFwQixFQUF1QkUsT0FBdkI7QUFDQWxCLFFBQUFBLFVBQVUsQ0FBQ2dDLE1BQVgsQ0FBa0JoQixNQUFsQixFQUF5QixDQUF6QixFQUE0QmMsU0FBNUI7QUFDQWQsUUFBQUEsTUFBSztBQUNOLE9BSk0sTUFJQSxJQUFJVixTQUFTLEtBQUssSUFBbEIsRUFBd0I7QUFDN0IsWUFBSTJCLGlCQUFpQixHQUFHbEIsS0FBSSxDQUFDakIsS0FBTCxDQUFXbUIsQ0FBQyxHQUFHLENBQWYsSUFBb0JGLEtBQUksQ0FBQ2pCLEtBQUwsQ0FBV21CLENBQUMsR0FBRyxDQUFmLEVBQWtCLENBQWxCLENBQXBCLEdBQTJDLElBQW5FOztBQUNBLFlBQUlnQixpQkFBaUIsS0FBSyxHQUExQixFQUErQjtBQUM3QnJCLFVBQUFBLFdBQVcsR0FBRyxJQUFkO0FBQ0QsU0FGRCxNQUVPLElBQUlxQixpQkFBaUIsS0FBSyxHQUExQixFQUErQjtBQUNwQ3BCLFVBQUFBLFFBQVEsR0FBRyxJQUFYO0FBQ0Q7QUFDRjtBQUNGO0FBQ0YsR0E3R3VELENBK0d4RDs7O0FBQ0EsTUFBSUQsV0FBSixFQUFpQjtBQUNmLFdBQU8sQ0FBQ2QsS0FBSyxDQUFDQSxLQUFLLENBQUNGLE1BQU4sR0FBZSxDQUFoQixDQUFiLEVBQWlDO0FBQy9CRSxNQUFBQSxLQUFLLENBQUNvQyxHQUFOO0FBQ0FsQyxNQUFBQSxVQUFVLENBQUNrQyxHQUFYO0FBQ0Q7QUFDRixHQUxELE1BS08sSUFBSXJCLFFBQUosRUFBYztBQUNuQmYsSUFBQUEsS0FBSyxDQUFDcUMsSUFBTixDQUFXLEVBQVg7QUFDQW5DLElBQUFBLFVBQVUsQ0FBQ21DLElBQVgsQ0FBZ0IsSUFBaEI7QUFDRDs7QUFDRCxPQUFLLElBQUlDLEVBQUUsR0FBRyxDQUFkLEVBQWlCQSxFQUFFLEdBQUd0QyxLQUFLLENBQUNGLE1BQU4sR0FBZSxDQUFyQyxFQUF3Q3dDLEVBQUUsRUFBMUMsRUFBOEM7QUFDNUN0QyxJQUFBQSxLQUFLLENBQUNzQyxFQUFELENBQUwsR0FBWXRDLEtBQUssQ0FBQ3NDLEVBQUQsQ0FBTCxHQUFZcEMsVUFBVSxDQUFDb0MsRUFBRCxDQUFsQztBQUNEOztBQUNELFNBQU90QyxLQUFLLENBQUN1QyxJQUFOLENBQVcsRUFBWCxDQUFQO0FBQ0QsQyxDQUVEOzs7QUFDTyxTQUFTQyxZQUFULENBQXNCL0MsT0FBdEIsRUFBK0JDLE9BQS9CLEVBQXdDO0FBQzdDLE1BQUksT0FBT0QsT0FBUCxLQUFtQixRQUF2QixFQUFpQztBQUMvQkEsSUFBQUEsT0FBTztBQUFHO0FBQUE7QUFBQTs7QUFBQUU7QUFBQUE7QUFBQUE7QUFBQUE7QUFBQUE7QUFBQUE7QUFBQTtBQUFBLEtBQVdGLE9BQVgsQ0FBVjtBQUNEOztBQUVELE1BQUlnRCxZQUFZLEdBQUcsQ0FBbkI7O0FBQ0EsV0FBU0MsWUFBVCxHQUF3QjtBQUN0QixRQUFJQyxLQUFLLEdBQUdsRCxPQUFPLENBQUNnRCxZQUFZLEVBQWIsQ0FBbkI7O0FBQ0EsUUFBSSxDQUFDRSxLQUFMLEVBQVk7QUFDVixhQUFPakQsT0FBTyxDQUFDa0QsUUFBUixFQUFQO0FBQ0Q7O0FBRURsRCxJQUFBQSxPQUFPLENBQUNtRCxRQUFSLENBQWlCRixLQUFqQixFQUF3QixVQUFTRyxHQUFULEVBQWNDLElBQWQsRUFBb0I7QUFDMUMsVUFBSUQsR0FBSixFQUFTO0FBQ1AsZUFBT3BELE9BQU8sQ0FBQ2tELFFBQVIsQ0FBaUJFLEdBQWpCLENBQVA7QUFDRDs7QUFFRCxVQUFJRSxjQUFjLEdBQUd6RCxVQUFVLENBQUN3RCxJQUFELEVBQU9KLEtBQVAsRUFBY2pELE9BQWQsQ0FBL0I7QUFDQUEsTUFBQUEsT0FBTyxDQUFDdUQsT0FBUixDQUFnQk4sS0FBaEIsRUFBdUJLLGNBQXZCLEVBQXVDLFVBQVNGLEdBQVQsRUFBYztBQUNuRCxZQUFJQSxHQUFKLEVBQVM7QUFDUCxpQkFBT3BELE9BQU8sQ0FBQ2tELFFBQVIsQ0FBaUJFLEdBQWpCLENBQVA7QUFDRDs7QUFFREosUUFBQUEsWUFBWTtBQUNiLE9BTkQ7QUFPRCxLQWJEO0FBY0Q7O0FBQ0RBLEVBQUFBLFlBQVk7QUFDYiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7cGFyc2VQYXRjaH0gZnJvbSAnLi9wYXJzZSc7XG5pbXBvcnQgZGlzdGFuY2VJdGVyYXRvciBmcm9tICcuLi91dGlsL2Rpc3RhbmNlLWl0ZXJhdG9yJztcblxuZXhwb3J0IGZ1bmN0aW9uIGFwcGx5UGF0Y2goc291cmNlLCB1bmlEaWZmLCBvcHRpb25zID0ge30pIHtcbiAgaWYgKHR5cGVvZiB1bmlEaWZmID09PSAnc3RyaW5nJykge1xuICAgIHVuaURpZmYgPSBwYXJzZVBhdGNoKHVuaURpZmYpO1xuICB9XG5cbiAgaWYgKEFycmF5LmlzQXJyYXkodW5pRGlmZikpIHtcbiAgICBpZiAodW5pRGlmZi5sZW5ndGggPiAxKSB7XG4gICAgICB0aHJvdyBuZXcgRXJyb3IoJ2FwcGx5UGF0Y2ggb25seSB3b3JrcyB3aXRoIGEgc2luZ2xlIGlucHV0LicpO1xuICAgIH1cblxuICAgIHVuaURpZmYgPSB1bmlEaWZmWzBdO1xuICB9XG5cbiAgLy8gQXBwbHkgdGhlIGRpZmYgdG8gdGhlIGlucHV0XG4gIGxldCBsaW5lcyA9IHNvdXJjZS5zcGxpdCgvXFxyXFxufFtcXG5cXHZcXGZcXHJcXHg4NV0vKSxcbiAgICAgIGRlbGltaXRlcnMgPSBzb3VyY2UubWF0Y2goL1xcclxcbnxbXFxuXFx2XFxmXFxyXFx4ODVdL2cpIHx8IFtdLFxuICAgICAgaHVua3MgPSB1bmlEaWZmLmh1bmtzLFxuXG4gICAgICBjb21wYXJlTGluZSA9IG9wdGlvbnMuY29tcGFyZUxpbmUgfHwgKChsaW5lTnVtYmVyLCBsaW5lLCBvcGVyYXRpb24sIHBhdGNoQ29udGVudCkgPT4gbGluZSA9PT0gcGF0Y2hDb250ZW50KSxcbiAgICAgIGVycm9yQ291bnQgPSAwLFxuICAgICAgZnV6ekZhY3RvciA9IG9wdGlvbnMuZnV6ekZhY3RvciB8fCAwLFxuICAgICAgbWluTGluZSA9IDAsXG4gICAgICBvZmZzZXQgPSAwLFxuXG4gICAgICByZW1vdmVFT0ZOTCxcbiAgICAgIGFkZEVPRk5MO1xuXG4gIC8qKlxuICAgKiBDaGVja3MgaWYgdGhlIGh1bmsgZXhhY3RseSBmaXRzIG9uIHRoZSBwcm92aWRlZCBsb2NhdGlvblxuICAgKi9cbiAgZnVuY3Rpb24gaHVua0ZpdHMoaHVuaywgdG9Qb3MpIHtcbiAgICBmb3IgKGxldCBqID0gMDsgaiA8IGh1bmsubGluZXMubGVuZ3RoOyBqKyspIHtcbiAgICAgIGxldCBsaW5lID0gaHVuay5saW5lc1tqXSxcbiAgICAgICAgICBvcGVyYXRpb24gPSAobGluZS5sZW5ndGggPiAwID8gbGluZVswXSA6ICcgJyksXG4gICAgICAgICAgY29udGVudCA9IChsaW5lLmxlbmd0aCA+IDAgPyBsaW5lLnN1YnN0cigxKSA6IGxpbmUpO1xuXG4gICAgICBpZiAob3BlcmF0aW9uID09PSAnICcgfHwgb3BlcmF0aW9uID09PSAnLScpIHtcbiAgICAgICAgLy8gQ29udGV4dCBzYW5pdHkgY2hlY2tcbiAgICAgICAgaWYgKCFjb21wYXJlTGluZSh0b1BvcyArIDEsIGxpbmVzW3RvUG9zXSwgb3BlcmF0aW9uLCBjb250ZW50KSkge1xuICAgICAgICAgIGVycm9yQ291bnQrKztcblxuICAgICAgICAgIGlmIChlcnJvckNvdW50ID4gZnV6ekZhY3Rvcikge1xuICAgICAgICAgICAgcmV0dXJuIGZhbHNlO1xuICAgICAgICAgIH1cbiAgICAgICAgfVxuICAgICAgICB0b1BvcysrO1xuICAgICAgfVxuICAgIH1cblxuICAgIHJldHVybiB0cnVlO1xuICB9XG5cbiAgLy8gU2VhcmNoIGJlc3QgZml0IG9mZnNldHMgZm9yIGVhY2ggaHVuayBiYXNlZCBvbiB0aGUgcHJldmlvdXMgb25lc1xuICBmb3IgKGxldCBpID0gMDsgaSA8IGh1bmtzLmxlbmd0aDsgaSsrKSB7XG4gICAgbGV0IGh1bmsgPSBodW5rc1tpXSxcbiAgICAgICAgbWF4TGluZSA9IGxpbmVzLmxlbmd0aCAtIGh1bmsub2xkTGluZXMsXG4gICAgICAgIGxvY2FsT2Zmc2V0ID0gMCxcbiAgICAgICAgdG9Qb3MgPSBvZmZzZXQgKyBodW5rLm9sZFN0YXJ0IC0gMTtcblxuICAgIGxldCBpdGVyYXRvciA9IGRpc3RhbmNlSXRlcmF0b3IodG9Qb3MsIG1pbkxpbmUsIG1heExpbmUpO1xuXG4gICAgZm9yICg7IGxvY2FsT2Zmc2V0ICE9PSB1bmRlZmluZWQ7IGxvY2FsT2Zmc2V0ID0gaXRlcmF0b3IoKSkge1xuICAgICAgaWYgKGh1bmtGaXRzKGh1bmssIHRvUG9zICsgbG9jYWxPZmZzZXQpKSB7XG4gICAgICAgIGh1bmsub2Zmc2V0ID0gb2Zmc2V0ICs9IGxvY2FsT2Zmc2V0O1xuICAgICAgICBicmVhaztcbiAgICAgIH1cbiAgICB9XG5cbiAgICBpZiAobG9jYWxPZmZzZXQgPT09IHVuZGVmaW5lZCkge1xuICAgICAgcmV0dXJuIGZhbHNlO1xuICAgIH1cblxuICAgIC8vIFNldCBsb3dlciB0ZXh0IGxpbWl0IHRvIGVuZCBvZiB0aGUgY3VycmVudCBodW5rLCBzbyBuZXh0IG9uZXMgZG9uJ3QgdHJ5XG4gICAgLy8gdG8gZml0IG92ZXIgYWxyZWFkeSBwYXRjaGVkIHRleHRcbiAgICBtaW5MaW5lID0gaHVuay5vZmZzZXQgKyBodW5rLm9sZFN0YXJ0ICsgaHVuay5vbGRMaW5lcztcbiAgfVxuXG4gIC8vIEFwcGx5IHBhdGNoIGh1bmtzXG4gIGxldCBkaWZmT2Zmc2V0ID0gMDtcbiAgZm9yIChsZXQgaSA9IDA7IGkgPCBodW5rcy5sZW5ndGg7IGkrKykge1xuICAgIGxldCBodW5rID0gaHVua3NbaV0sXG4gICAgICAgIHRvUG9zID0gaHVuay5vbGRTdGFydCArIGh1bmsub2Zmc2V0ICsgZGlmZk9mZnNldCAtIDE7XG4gICAgZGlmZk9mZnNldCArPSBodW5rLm5ld0xpbmVzIC0gaHVuay5vbGRMaW5lcztcblxuICAgIGZvciAobGV0IGogPSAwOyBqIDwgaHVuay5saW5lcy5sZW5ndGg7IGorKykge1xuICAgICAgbGV0IGxpbmUgPSBodW5rLmxpbmVzW2pdLFxuICAgICAgICAgIG9wZXJhdGlvbiA9IChsaW5lLmxlbmd0aCA+IDAgPyBsaW5lWzBdIDogJyAnKSxcbiAgICAgICAgICBjb250ZW50ID0gKGxpbmUubGVuZ3RoID4gMCA/IGxpbmUuc3Vic3RyKDEpIDogbGluZSksXG4gICAgICAgICAgZGVsaW1pdGVyID0gaHVuay5saW5lZGVsaW1pdGVyc1tqXTtcblxuICAgICAgaWYgKG9wZXJhdGlvbiA9PT0gJyAnKSB7XG4gICAgICAgIHRvUG9zKys7XG4gICAgICB9IGVsc2UgaWYgKG9wZXJhdGlvbiA9PT0gJy0nKSB7XG4gICAgICAgIGxpbmVzLnNwbGljZSh0b1BvcywgMSk7XG4gICAgICAgIGRlbGltaXRlcnMuc3BsaWNlKHRvUG9zLCAxKTtcbiAgICAgIC8qIGlzdGFuYnVsIGlnbm9yZSBlbHNlICovXG4gICAgICB9IGVsc2UgaWYgKG9wZXJhdGlvbiA9PT0gJysnKSB7XG4gICAgICAgIGxpbmVzLnNwbGljZSh0b1BvcywgMCwgY29udGVudCk7XG4gICAgICAgIGRlbGltaXRlcnMuc3BsaWNlKHRvUG9zLCAwLCBkZWxpbWl0ZXIpO1xuICAgICAgICB0b1BvcysrO1xuICAgICAgfSBlbHNlIGlmIChvcGVyYXRpb24gPT09ICdcXFxcJykge1xuICAgICAgICBsZXQgcHJldmlvdXNPcGVyYXRpb24gPSBodW5rLmxpbmVzW2ogLSAxXSA/IGh1bmsubGluZXNbaiAtIDFdWzBdIDogbnVsbDtcbiAgICAgICAgaWYgKHByZXZpb3VzT3BlcmF0aW9uID09PSAnKycpIHtcbiAgICAgICAgICByZW1vdmVFT0ZOTCA9IHRydWU7XG4gICAgICAgIH0gZWxzZSBpZiAocHJldmlvdXNPcGVyYXRpb24gPT09ICctJykge1xuICAgICAgICAgIGFkZEVPRk5MID0gdHJ1ZTtcbiAgICAgICAgfVxuICAgICAgfVxuICAgIH1cbiAgfVxuXG4gIC8vIEhhbmRsZSBFT0ZOTCBpbnNlcnRpb24vcmVtb3ZhbFxuICBpZiAocmVtb3ZlRU9GTkwpIHtcbiAgICB3aGlsZSAoIWxpbmVzW2xpbmVzLmxlbmd0aCAtIDFdKSB7XG4gICAgICBsaW5lcy5wb3AoKTtcbiAgICAgIGRlbGltaXRlcnMucG9wKCk7XG4gICAgfVxuICB9IGVsc2UgaWYgKGFkZEVPRk5MKSB7XG4gICAgbGluZXMucHVzaCgnJyk7XG4gICAgZGVsaW1pdGVycy5wdXNoKCdcXG4nKTtcbiAgfVxuICBmb3IgKGxldCBfayA9IDA7IF9rIDwgbGluZXMubGVuZ3RoIC0gMTsgX2srKykge1xuICAgIGxpbmVzW19rXSA9IGxpbmVzW19rXSArIGRlbGltaXRlcnNbX2tdO1xuICB9XG4gIHJldHVybiBsaW5lcy5qb2luKCcnKTtcbn1cblxuLy8gV3JhcHBlciB0aGF0IHN1cHBvcnRzIG11bHRpcGxlIGZpbGUgcGF0Y2hlcyB2aWEgY2FsbGJhY2tzLlxuZXhwb3J0IGZ1bmN0aW9uIGFwcGx5UGF0Y2hlcyh1bmlEaWZmLCBvcHRpb25zKSB7XG4gIGlmICh0eXBlb2YgdW5pRGlmZiA9PT0gJ3N0cmluZycpIHtcbiAgICB1bmlEaWZmID0gcGFyc2VQYXRjaCh1bmlEaWZmKTtcbiAgfVxuXG4gIGxldCBjdXJyZW50SW5kZXggPSAwO1xuICBmdW5jdGlvbiBwcm9jZXNzSW5kZXgoKSB7XG4gICAgbGV0IGluZGV4ID0gdW5pRGlmZltjdXJyZW50SW5kZXgrK107XG4gICAgaWYgKCFpbmRleCkge1xuICAgICAgcmV0dXJuIG9wdGlvbnMuY29tcGxldGUoKTtcbiAgICB9XG5cbiAgICBvcHRpb25zLmxvYWRGaWxlKGluZGV4LCBmdW5jdGlvbihlcnIsIGRhdGEpIHtcbiAgICAgIGlmIChlcnIpIHtcbiAgICAgICAgcmV0dXJuIG9wdGlvbnMuY29tcGxldGUoZXJyKTtcbiAgICAgIH1cblxuICAgICAgbGV0IHVwZGF0ZWRDb250ZW50ID0gYXBwbHlQYXRjaChkYXRhLCBpbmRleCwgb3B0aW9ucyk7XG4gICAgICBvcHRpb25zLnBhdGNoZWQoaW5kZXgsIHVwZGF0ZWRDb250ZW50LCBmdW5jdGlvbihlcnIpIHtcbiAgICAgICAgaWYgKGVycikge1xuICAgICAgICAgIHJldHVybiBvcHRpb25zLmNvbXBsZXRlKGVycik7XG4gICAgICAgIH1cblxuICAgICAgICBwcm9jZXNzSW5kZXgoKTtcbiAgICAgIH0pO1xuICAgIH0pO1xuICB9XG4gIHByb2Nlc3NJbmRleCgpO1xufVxuIl19 diff --git a/software/flow/node_modules/npm/node_modules/diff/lib/patch/create.js b/software/flow/node_modules/npm/node_modules/diff/lib/patch/create.js deleted file mode 100644 index 1d3b4c3..0000000 --- a/software/flow/node_modules/npm/node_modules/diff/lib/patch/create.js +++ /dev/null @@ -1,272 +0,0 @@ -/*istanbul ignore start*/ -"use strict"; - -Object.defineProperty(exports, "__esModule", { - value: true -}); -exports.structuredPatch = structuredPatch; -exports.formatPatch = formatPatch; -exports.createTwoFilesPatch = createTwoFilesPatch; -exports.createPatch = createPatch; - -/*istanbul ignore end*/ -var -/*istanbul ignore start*/ -_line = require("../diff/line") -/*istanbul ignore end*/ -; - -/*istanbul ignore start*/ function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); } - -function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } - -function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); } - -function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && Symbol.iterator in Object(iter)) return Array.from(iter); } - -function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); } - -function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; } - -/*istanbul ignore end*/ -function structuredPatch(oldFileName, newFileName, oldStr, newStr, oldHeader, newHeader, options) { - if (!options) { - options = {}; - } - - if (typeof options.context === 'undefined') { - options.context = 4; - } - - var diff = - /*istanbul ignore start*/ - (0, - /*istanbul ignore end*/ - - /*istanbul ignore start*/ - _line - /*istanbul ignore end*/ - . - /*istanbul ignore start*/ - diffLines) - /*istanbul ignore end*/ - (oldStr, newStr, options); - - if (!diff) { - return; - } - - diff.push({ - value: '', - lines: [] - }); // Append an empty value to make cleanup easier - - function contextLines(lines) { - return lines.map(function (entry) { - return ' ' + entry; - }); - } - - var hunks = []; - var oldRangeStart = 0, - newRangeStart = 0, - curRange = [], - oldLine = 1, - newLine = 1; - - /*istanbul ignore start*/ - var _loop = function _loop( - /*istanbul ignore end*/ - i) { - var current = diff[i], - lines = current.lines || current.value.replace(/\n$/, '').split('\n'); - current.lines = lines; - - if (current.added || current.removed) { - /*istanbul ignore start*/ - var _curRange; - - /*istanbul ignore end*/ - // If we have previous context, start with that - if (!oldRangeStart) { - var prev = diff[i - 1]; - oldRangeStart = oldLine; - newRangeStart = newLine; - - if (prev) { - curRange = options.context > 0 ? contextLines(prev.lines.slice(-options.context)) : []; - oldRangeStart -= curRange.length; - newRangeStart -= curRange.length; - } - } // Output our changes - - - /*istanbul ignore start*/ - - /*istanbul ignore end*/ - - /*istanbul ignore start*/ - (_curRange = - /*istanbul ignore end*/ - curRange).push.apply( - /*istanbul ignore start*/ - _curRange - /*istanbul ignore end*/ - , - /*istanbul ignore start*/ - _toConsumableArray( - /*istanbul ignore end*/ - lines.map(function (entry) { - return (current.added ? '+' : '-') + entry; - }))); // Track the updated file position - - - if (current.added) { - newLine += lines.length; - } else { - oldLine += lines.length; - } - } else { - // Identical context lines. Track line changes - if (oldRangeStart) { - // Close out any changes that have been output (or join overlapping) - if (lines.length <= options.context * 2 && i < diff.length - 2) { - /*istanbul ignore start*/ - var _curRange2; - - /*istanbul ignore end*/ - // Overlapping - - /*istanbul ignore start*/ - - /*istanbul ignore end*/ - - /*istanbul ignore start*/ - (_curRange2 = - /*istanbul ignore end*/ - curRange).push.apply( - /*istanbul ignore start*/ - _curRange2 - /*istanbul ignore end*/ - , - /*istanbul ignore start*/ - _toConsumableArray( - /*istanbul ignore end*/ - contextLines(lines))); - } else { - /*istanbul ignore start*/ - var _curRange3; - - /*istanbul ignore end*/ - // end the range and output - var contextSize = Math.min(lines.length, options.context); - - /*istanbul ignore start*/ - - /*istanbul ignore end*/ - - /*istanbul ignore start*/ - (_curRange3 = - /*istanbul ignore end*/ - curRange).push.apply( - /*istanbul ignore start*/ - _curRange3 - /*istanbul ignore end*/ - , - /*istanbul ignore start*/ - _toConsumableArray( - /*istanbul ignore end*/ - contextLines(lines.slice(0, contextSize)))); - - var hunk = { - oldStart: oldRangeStart, - oldLines: oldLine - oldRangeStart + contextSize, - newStart: newRangeStart, - newLines: newLine - newRangeStart + contextSize, - lines: curRange - }; - - if (i >= diff.length - 2 && lines.length <= options.context) { - // EOF is inside this hunk - var oldEOFNewline = /\n$/.test(oldStr); - var newEOFNewline = /\n$/.test(newStr); - var noNlBeforeAdds = lines.length == 0 && curRange.length > hunk.oldLines; - - if (!oldEOFNewline && noNlBeforeAdds && oldStr.length > 0) { - // special case: old has no eol and no trailing context; no-nl can end up before adds - // however, if the old file is empty, do not output the no-nl line - curRange.splice(hunk.oldLines, 0, '\\ No newline at end of file'); - } - - if (!oldEOFNewline && !noNlBeforeAdds || !newEOFNewline) { - curRange.push('\\ No newline at end of file'); - } - } - - hunks.push(hunk); - oldRangeStart = 0; - newRangeStart = 0; - curRange = []; - } - } - - oldLine += lines.length; - newLine += lines.length; - } - }; - - for (var i = 0; i < diff.length; i++) { - /*istanbul ignore start*/ - _loop( - /*istanbul ignore end*/ - i); - } - - return { - oldFileName: oldFileName, - newFileName: newFileName, - oldHeader: oldHeader, - newHeader: newHeader, - hunks: hunks - }; -} - -function formatPatch(diff) { - var ret = []; - - if (diff.oldFileName == diff.newFileName) { - ret.push('Index: ' + diff.oldFileName); - } - - ret.push('==================================================================='); - ret.push('--- ' + diff.oldFileName + (typeof diff.oldHeader === 'undefined' ? '' : '\t' + diff.oldHeader)); - ret.push('+++ ' + diff.newFileName + (typeof diff.newHeader === 'undefined' ? '' : '\t' + diff.newHeader)); - - for (var i = 0; i < diff.hunks.length; i++) { - var hunk = diff.hunks[i]; // Unified Diff Format quirk: If the chunk size is 0, - // the first number is one lower than one would expect. - // https://www.artima.com/weblogs/viewpost.jsp?thread=164293 - - if (hunk.oldLines === 0) { - hunk.oldStart -= 1; - } - - if (hunk.newLines === 0) { - hunk.newStart -= 1; - } - - ret.push('@@ -' + hunk.oldStart + ',' + hunk.oldLines + ' +' + hunk.newStart + ',' + hunk.newLines + ' @@'); - ret.push.apply(ret, hunk.lines); - } - - return ret.join('\n') + '\n'; -} - -function createTwoFilesPatch(oldFileName, newFileName, oldStr, newStr, oldHeader, newHeader, options) { - return formatPatch(structuredPatch(oldFileName, newFileName, oldStr, newStr, oldHeader, newHeader, options)); -} - -function createPatch(fileName, oldStr, newStr, oldHeader, newHeader, options) { - return createTwoFilesPatch(fileName, fileName, oldStr, newStr, oldHeader, newHeader, options); -} -//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9wYXRjaC9jcmVhdGUuanMiXSwibmFtZXMiOlsic3RydWN0dXJlZFBhdGNoIiwib2xkRmlsZU5hbWUiLCJuZXdGaWxlTmFtZSIsIm9sZFN0ciIsIm5ld1N0ciIsIm9sZEhlYWRlciIsIm5ld0hlYWRlciIsIm9wdGlvbnMiLCJjb250ZXh0IiwiZGlmZiIsImRpZmZMaW5lcyIsInB1c2giLCJ2YWx1ZSIsImxpbmVzIiwiY29udGV4dExpbmVzIiwibWFwIiwiZW50cnkiLCJodW5rcyIsIm9sZFJhbmdlU3RhcnQiLCJuZXdSYW5nZVN0YXJ0IiwiY3VyUmFuZ2UiLCJvbGRMaW5lIiwibmV3TGluZSIsImkiLCJjdXJyZW50IiwicmVwbGFjZSIsInNwbGl0IiwiYWRkZWQiLCJyZW1vdmVkIiwicHJldiIsInNsaWNlIiwibGVuZ3RoIiwiY29udGV4dFNpemUiLCJNYXRoIiwibWluIiwiaHVuayIsIm9sZFN0YXJ0Iiwib2xkTGluZXMiLCJuZXdTdGFydCIsIm5ld0xpbmVzIiwib2xkRU9GTmV3bGluZSIsInRlc3QiLCJuZXdFT0ZOZXdsaW5lIiwibm9ObEJlZm9yZUFkZHMiLCJzcGxpY2UiLCJmb3JtYXRQYXRjaCIsInJldCIsImFwcGx5Iiwiam9pbiIsImNyZWF0ZVR3b0ZpbGVzUGF0Y2giLCJjcmVhdGVQYXRjaCIsImZpbGVOYW1lIl0sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBOzs7Ozs7Ozs7Ozs7Ozs7QUFFTyxTQUFTQSxlQUFULENBQXlCQyxXQUF6QixFQUFzQ0MsV0FBdEMsRUFBbURDLE1BQW5ELEVBQTJEQyxNQUEzRCxFQUFtRUMsU0FBbkUsRUFBOEVDLFNBQTlFLEVBQXlGQyxPQUF6RixFQUFrRztBQUN2RyxNQUFJLENBQUNBLE9BQUwsRUFBYztBQUNaQSxJQUFBQSxPQUFPLEdBQUcsRUFBVjtBQUNEOztBQUNELE1BQUksT0FBT0EsT0FBTyxDQUFDQyxPQUFmLEtBQTJCLFdBQS9CLEVBQTRDO0FBQzFDRCxJQUFBQSxPQUFPLENBQUNDLE9BQVIsR0FBa0IsQ0FBbEI7QUFDRDs7QUFFRCxNQUFNQyxJQUFJO0FBQUc7QUFBQTtBQUFBOztBQUFBQztBQUFBQTtBQUFBQTtBQUFBQTtBQUFBQTtBQUFBQTtBQUFBO0FBQUEsR0FBVVAsTUFBVixFQUFrQkMsTUFBbEIsRUFBMEJHLE9BQTFCLENBQWI7O0FBQ0EsTUFBRyxDQUFDRSxJQUFKLEVBQVU7QUFDUjtBQUNEOztBQUVEQSxFQUFBQSxJQUFJLENBQUNFLElBQUwsQ0FBVTtBQUFDQyxJQUFBQSxLQUFLLEVBQUUsRUFBUjtBQUFZQyxJQUFBQSxLQUFLLEVBQUU7QUFBbkIsR0FBVixFQWJ1RyxDQWFwRTs7QUFFbkMsV0FBU0MsWUFBVCxDQUFzQkQsS0FBdEIsRUFBNkI7QUFDM0IsV0FBT0EsS0FBSyxDQUFDRSxHQUFOLENBQVUsVUFBU0MsS0FBVCxFQUFnQjtBQUFFLGFBQU8sTUFBTUEsS0FBYjtBQUFxQixLQUFqRCxDQUFQO0FBQ0Q7O0FBRUQsTUFBSUMsS0FBSyxHQUFHLEVBQVo7QUFDQSxNQUFJQyxhQUFhLEdBQUcsQ0FBcEI7QUFBQSxNQUF1QkMsYUFBYSxHQUFHLENBQXZDO0FBQUEsTUFBMENDLFFBQVEsR0FBRyxFQUFyRDtBQUFBLE1BQ0lDLE9BQU8sR0FBRyxDQURkO0FBQUEsTUFDaUJDLE9BQU8sR0FBRyxDQUQzQjs7QUFwQnVHO0FBQUE7QUFBQTtBQXNCOUZDLEVBQUFBLENBdEI4RjtBQXVCckcsUUFBTUMsT0FBTyxHQUFHZixJQUFJLENBQUNjLENBQUQsQ0FBcEI7QUFBQSxRQUNNVixLQUFLLEdBQUdXLE9BQU8sQ0FBQ1gsS0FBUixJQUFpQlcsT0FBTyxDQUFDWixLQUFSLENBQWNhLE9BQWQsQ0FBc0IsS0FBdEIsRUFBNkIsRUFBN0IsRUFBaUNDLEtBQWpDLENBQXVDLElBQXZDLENBRC9CO0FBRUFGLElBQUFBLE9BQU8sQ0FBQ1gsS0FBUixHQUFnQkEsS0FBaEI7O0FBRUEsUUFBSVcsT0FBTyxDQUFDRyxLQUFSLElBQWlCSCxPQUFPLENBQUNJLE9BQTdCLEVBQXNDO0FBQUE7QUFBQTs7QUFBQTtBQUNwQztBQUNBLFVBQUksQ0FBQ1YsYUFBTCxFQUFvQjtBQUNsQixZQUFNVyxJQUFJLEdBQUdwQixJQUFJLENBQUNjLENBQUMsR0FBRyxDQUFMLENBQWpCO0FBQ0FMLFFBQUFBLGFBQWEsR0FBR0csT0FBaEI7QUFDQUYsUUFBQUEsYUFBYSxHQUFHRyxPQUFoQjs7QUFFQSxZQUFJTyxJQUFKLEVBQVU7QUFDUlQsVUFBQUEsUUFBUSxHQUFHYixPQUFPLENBQUNDLE9BQVIsR0FBa0IsQ0FBbEIsR0FBc0JNLFlBQVksQ0FBQ2UsSUFBSSxDQUFDaEIsS0FBTCxDQUFXaUIsS0FBWCxDQUFpQixDQUFDdkIsT0FBTyxDQUFDQyxPQUExQixDQUFELENBQWxDLEdBQXlFLEVBQXBGO0FBQ0FVLFVBQUFBLGFBQWEsSUFBSUUsUUFBUSxDQUFDVyxNQUExQjtBQUNBWixVQUFBQSxhQUFhLElBQUlDLFFBQVEsQ0FBQ1csTUFBMUI7QUFDRDtBQUNGLE9BWm1DLENBY3BDOzs7QUFDQTs7QUFBQTs7QUFBQTtBQUFBO0FBQUE7QUFBQVgsTUFBQUEsUUFBUSxFQUFDVCxJQUFUO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBa0JFLE1BQUFBLEtBQUssQ0FBQ0UsR0FBTixDQUFVLFVBQVNDLEtBQVQsRUFBZ0I7QUFDMUMsZUFBTyxDQUFDUSxPQUFPLENBQUNHLEtBQVIsR0FBZ0IsR0FBaEIsR0FBc0IsR0FBdkIsSUFBOEJYLEtBQXJDO0FBQ0QsT0FGaUIsQ0FBbEIsR0Fmb0MsQ0FtQnBDOzs7QUFDQSxVQUFJUSxPQUFPLENBQUNHLEtBQVosRUFBbUI7QUFDakJMLFFBQUFBLE9BQU8sSUFBSVQsS0FBSyxDQUFDa0IsTUFBakI7QUFDRCxPQUZELE1BRU87QUFDTFYsUUFBQUEsT0FBTyxJQUFJUixLQUFLLENBQUNrQixNQUFqQjtBQUNEO0FBQ0YsS0F6QkQsTUF5Qk87QUFDTDtBQUNBLFVBQUliLGFBQUosRUFBbUI7QUFDakI7QUFDQSxZQUFJTCxLQUFLLENBQUNrQixNQUFOLElBQWdCeEIsT0FBTyxDQUFDQyxPQUFSLEdBQWtCLENBQWxDLElBQXVDZSxDQUFDLEdBQUdkLElBQUksQ0FBQ3NCLE1BQUwsR0FBYyxDQUE3RCxFQUFnRTtBQUFBO0FBQUE7O0FBQUE7QUFDOUQ7O0FBQ0E7O0FBQUE7O0FBQUE7QUFBQTtBQUFBO0FBQUFYLFVBQUFBLFFBQVEsRUFBQ1QsSUFBVDtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQWtCRyxVQUFBQSxZQUFZLENBQUNELEtBQUQsQ0FBOUI7QUFDRCxTQUhELE1BR087QUFBQTtBQUFBOztBQUFBO0FBQ0w7QUFDQSxjQUFJbUIsV0FBVyxHQUFHQyxJQUFJLENBQUNDLEdBQUwsQ0FBU3JCLEtBQUssQ0FBQ2tCLE1BQWYsRUFBdUJ4QixPQUFPLENBQUNDLE9BQS9CLENBQWxCOztBQUNBOztBQUFBOztBQUFBO0FBQUE7QUFBQTtBQUFBWSxVQUFBQSxRQUFRLEVBQUNULElBQVQ7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFrQkcsVUFBQUEsWUFBWSxDQUFDRCxLQUFLLENBQUNpQixLQUFOLENBQVksQ0FBWixFQUFlRSxXQUFmLENBQUQsQ0FBOUI7O0FBRUEsY0FBSUcsSUFBSSxHQUFHO0FBQ1RDLFlBQUFBLFFBQVEsRUFBRWxCLGFBREQ7QUFFVG1CLFlBQUFBLFFBQVEsRUFBR2hCLE9BQU8sR0FBR0gsYUFBVixHQUEwQmMsV0FGNUI7QUFHVE0sWUFBQUEsUUFBUSxFQUFFbkIsYUFIRDtBQUlUb0IsWUFBQUEsUUFBUSxFQUFHakIsT0FBTyxHQUFHSCxhQUFWLEdBQTBCYSxXQUo1QjtBQUtUbkIsWUFBQUEsS0FBSyxFQUFFTztBQUxFLFdBQVg7O0FBT0EsY0FBSUcsQ0FBQyxJQUFJZCxJQUFJLENBQUNzQixNQUFMLEdBQWMsQ0FBbkIsSUFBd0JsQixLQUFLLENBQUNrQixNQUFOLElBQWdCeEIsT0FBTyxDQUFDQyxPQUFwRCxFQUE2RDtBQUMzRDtBQUNBLGdCQUFJZ0MsYUFBYSxHQUFLLEtBQUQsQ0FBUUMsSUFBUixDQUFhdEMsTUFBYixDQUFyQjtBQUNBLGdCQUFJdUMsYUFBYSxHQUFLLEtBQUQsQ0FBUUQsSUFBUixDQUFhckMsTUFBYixDQUFyQjtBQUNBLGdCQUFJdUMsY0FBYyxHQUFHOUIsS0FBSyxDQUFDa0IsTUFBTixJQUFnQixDQUFoQixJQUFxQlgsUUFBUSxDQUFDVyxNQUFULEdBQWtCSSxJQUFJLENBQUNFLFFBQWpFOztBQUNBLGdCQUFJLENBQUNHLGFBQUQsSUFBa0JHLGNBQWxCLElBQW9DeEMsTUFBTSxDQUFDNEIsTUFBUCxHQUFnQixDQUF4RCxFQUEyRDtBQUN6RDtBQUNBO0FBQ0FYLGNBQUFBLFFBQVEsQ0FBQ3dCLE1BQVQsQ0FBZ0JULElBQUksQ0FBQ0UsUUFBckIsRUFBK0IsQ0FBL0IsRUFBa0MsOEJBQWxDO0FBQ0Q7O0FBQ0QsZ0JBQUssQ0FBQ0csYUFBRCxJQUFrQixDQUFDRyxjQUFwQixJQUF1QyxDQUFDRCxhQUE1QyxFQUEyRDtBQUN6RHRCLGNBQUFBLFFBQVEsQ0FBQ1QsSUFBVCxDQUFjLDhCQUFkO0FBQ0Q7QUFDRjs7QUFDRE0sVUFBQUEsS0FBSyxDQUFDTixJQUFOLENBQVd3QixJQUFYO0FBRUFqQixVQUFBQSxhQUFhLEdBQUcsQ0FBaEI7QUFDQUMsVUFBQUEsYUFBYSxHQUFHLENBQWhCO0FBQ0FDLFVBQUFBLFFBQVEsR0FBRyxFQUFYO0FBQ0Q7QUFDRjs7QUFDREMsTUFBQUEsT0FBTyxJQUFJUixLQUFLLENBQUNrQixNQUFqQjtBQUNBVCxNQUFBQSxPQUFPLElBQUlULEtBQUssQ0FBQ2tCLE1BQWpCO0FBQ0Q7QUE5Rm9HOztBQXNCdkcsT0FBSyxJQUFJUixDQUFDLEdBQUcsQ0FBYixFQUFnQkEsQ0FBQyxHQUFHZCxJQUFJLENBQUNzQixNQUF6QixFQUFpQ1IsQ0FBQyxFQUFsQyxFQUFzQztBQUFBO0FBQUE7QUFBQTtBQUE3QkEsSUFBQUEsQ0FBNkI7QUF5RXJDOztBQUVELFNBQU87QUFDTHRCLElBQUFBLFdBQVcsRUFBRUEsV0FEUjtBQUNxQkMsSUFBQUEsV0FBVyxFQUFFQSxXQURsQztBQUVMRyxJQUFBQSxTQUFTLEVBQUVBLFNBRk47QUFFaUJDLElBQUFBLFNBQVMsRUFBRUEsU0FGNUI7QUFHTFcsSUFBQUEsS0FBSyxFQUFFQTtBQUhGLEdBQVA7QUFLRDs7QUFFTSxTQUFTNEIsV0FBVCxDQUFxQnBDLElBQXJCLEVBQTJCO0FBQ2hDLE1BQU1xQyxHQUFHLEdBQUcsRUFBWjs7QUFDQSxNQUFJckMsSUFBSSxDQUFDUixXQUFMLElBQW9CUSxJQUFJLENBQUNQLFdBQTdCLEVBQTBDO0FBQ3hDNEMsSUFBQUEsR0FBRyxDQUFDbkMsSUFBSixDQUFTLFlBQVlGLElBQUksQ0FBQ1IsV0FBMUI7QUFDRDs7QUFDRDZDLEVBQUFBLEdBQUcsQ0FBQ25DLElBQUosQ0FBUyxxRUFBVDtBQUNBbUMsRUFBQUEsR0FBRyxDQUFDbkMsSUFBSixDQUFTLFNBQVNGLElBQUksQ0FBQ1IsV0FBZCxJQUE2QixPQUFPUSxJQUFJLENBQUNKLFNBQVosS0FBMEIsV0FBMUIsR0FBd0MsRUFBeEMsR0FBNkMsT0FBT0ksSUFBSSxDQUFDSixTQUF0RixDQUFUO0FBQ0F5QyxFQUFBQSxHQUFHLENBQUNuQyxJQUFKLENBQVMsU0FBU0YsSUFBSSxDQUFDUCxXQUFkLElBQTZCLE9BQU9PLElBQUksQ0FBQ0gsU0FBWixLQUEwQixXQUExQixHQUF3QyxFQUF4QyxHQUE2QyxPQUFPRyxJQUFJLENBQUNILFNBQXRGLENBQVQ7O0FBRUEsT0FBSyxJQUFJaUIsQ0FBQyxHQUFHLENBQWIsRUFBZ0JBLENBQUMsR0FBR2QsSUFBSSxDQUFDUSxLQUFMLENBQVdjLE1BQS9CLEVBQXVDUixDQUFDLEVBQXhDLEVBQTRDO0FBQzFDLFFBQU1ZLElBQUksR0FBRzFCLElBQUksQ0FBQ1EsS0FBTCxDQUFXTSxDQUFYLENBQWIsQ0FEMEMsQ0FFMUM7QUFDQTtBQUNBOztBQUNBLFFBQUlZLElBQUksQ0FBQ0UsUUFBTCxLQUFrQixDQUF0QixFQUF5QjtBQUN2QkYsTUFBQUEsSUFBSSxDQUFDQyxRQUFMLElBQWlCLENBQWpCO0FBQ0Q7O0FBQ0QsUUFBSUQsSUFBSSxDQUFDSSxRQUFMLEtBQWtCLENBQXRCLEVBQXlCO0FBQ3ZCSixNQUFBQSxJQUFJLENBQUNHLFFBQUwsSUFBaUIsQ0FBakI7QUFDRDs7QUFDRFEsSUFBQUEsR0FBRyxDQUFDbkMsSUFBSixDQUNFLFNBQVN3QixJQUFJLENBQUNDLFFBQWQsR0FBeUIsR0FBekIsR0FBK0JELElBQUksQ0FBQ0UsUUFBcEMsR0FDRSxJQURGLEdBQ1NGLElBQUksQ0FBQ0csUUFEZCxHQUN5QixHQUR6QixHQUMrQkgsSUFBSSxDQUFDSSxRQURwQyxHQUVFLEtBSEo7QUFLQU8sSUFBQUEsR0FBRyxDQUFDbkMsSUFBSixDQUFTb0MsS0FBVCxDQUFlRCxHQUFmLEVBQW9CWCxJQUFJLENBQUN0QixLQUF6QjtBQUNEOztBQUVELFNBQU9pQyxHQUFHLENBQUNFLElBQUosQ0FBUyxJQUFULElBQWlCLElBQXhCO0FBQ0Q7O0FBRU0sU0FBU0MsbUJBQVQsQ0FBNkJoRCxXQUE3QixFQUEwQ0MsV0FBMUMsRUFBdURDLE1BQXZELEVBQStEQyxNQUEvRCxFQUF1RUMsU0FBdkUsRUFBa0ZDLFNBQWxGLEVBQTZGQyxPQUE3RixFQUFzRztBQUMzRyxTQUFPc0MsV0FBVyxDQUFDN0MsZUFBZSxDQUFDQyxXQUFELEVBQWNDLFdBQWQsRUFBMkJDLE1BQTNCLEVBQW1DQyxNQUFuQyxFQUEyQ0MsU0FBM0MsRUFBc0RDLFNBQXRELEVBQWlFQyxPQUFqRSxDQUFoQixDQUFsQjtBQUNEOztBQUVNLFNBQVMyQyxXQUFULENBQXFCQyxRQUFyQixFQUErQmhELE1BQS9CLEVBQXVDQyxNQUF2QyxFQUErQ0MsU0FBL0MsRUFBMERDLFNBQTFELEVBQXFFQyxPQUFyRSxFQUE4RTtBQUNuRixTQUFPMEMsbUJBQW1CLENBQUNFLFFBQUQsRUFBV0EsUUFBWCxFQUFxQmhELE1BQXJCLEVBQTZCQyxNQUE3QixFQUFxQ0MsU0FBckMsRUFBZ0RDLFNBQWhELEVBQTJEQyxPQUEzRCxDQUExQjtBQUNEIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtkaWZmTGluZXN9IGZyb20gJy4uL2RpZmYvbGluZSc7XG5cbmV4cG9ydCBmdW5jdGlvbiBzdHJ1Y3R1cmVkUGF0Y2gob2xkRmlsZU5hbWUsIG5ld0ZpbGVOYW1lLCBvbGRTdHIsIG5ld1N0ciwgb2xkSGVhZGVyLCBuZXdIZWFkZXIsIG9wdGlvbnMpIHtcbiAgaWYgKCFvcHRpb25zKSB7XG4gICAgb3B0aW9ucyA9IHt9O1xuICB9XG4gIGlmICh0eXBlb2Ygb3B0aW9ucy5jb250ZXh0ID09PSAndW5kZWZpbmVkJykge1xuICAgIG9wdGlvbnMuY29udGV4dCA9IDQ7XG4gIH1cblxuICBjb25zdCBkaWZmID0gZGlmZkxpbmVzKG9sZFN0ciwgbmV3U3RyLCBvcHRpb25zKTtcbiAgaWYoIWRpZmYpIHtcbiAgICByZXR1cm47XG4gIH1cblxuICBkaWZmLnB1c2goe3ZhbHVlOiAnJywgbGluZXM6IFtdfSk7IC8vIEFwcGVuZCBhbiBlbXB0eSB2YWx1ZSB0byBtYWtlIGNsZWFudXAgZWFzaWVyXG5cbiAgZnVuY3Rpb24gY29udGV4dExpbmVzKGxpbmVzKSB7XG4gICAgcmV0dXJuIGxpbmVzLm1hcChmdW5jdGlvbihlbnRyeSkgeyByZXR1cm4gJyAnICsgZW50cnk7IH0pO1xuICB9XG5cbiAgbGV0IGh1bmtzID0gW107XG4gIGxldCBvbGRSYW5nZVN0YXJ0ID0gMCwgbmV3UmFuZ2VTdGFydCA9IDAsIGN1clJhbmdlID0gW10sXG4gICAgICBvbGRMaW5lID0gMSwgbmV3TGluZSA9IDE7XG4gIGZvciAobGV0IGkgPSAwOyBpIDwgZGlmZi5sZW5ndGg7IGkrKykge1xuICAgIGNvbnN0IGN1cnJlbnQgPSBkaWZmW2ldLFxuICAgICAgICAgIGxpbmVzID0gY3VycmVudC5saW5lcyB8fCBjdXJyZW50LnZhbHVlLnJlcGxhY2UoL1xcbiQvLCAnJykuc3BsaXQoJ1xcbicpO1xuICAgIGN1cnJlbnQubGluZXMgPSBsaW5lcztcblxuICAgIGlmIChjdXJyZW50LmFkZGVkIHx8IGN1cnJlbnQucmVtb3ZlZCkge1xuICAgICAgLy8gSWYgd2UgaGF2ZSBwcmV2aW91cyBjb250ZXh0LCBzdGFydCB3aXRoIHRoYXRcbiAgICAgIGlmICghb2xkUmFuZ2VTdGFydCkge1xuICAgICAgICBjb25zdCBwcmV2ID0gZGlmZltpIC0gMV07XG4gICAgICAgIG9sZFJhbmdlU3RhcnQgPSBvbGRMaW5lO1xuICAgICAgICBuZXdSYW5nZVN0YXJ0ID0gbmV3TGluZTtcblxuICAgICAgICBpZiAocHJldikge1xuICAgICAgICAgIGN1clJhbmdlID0gb3B0aW9ucy5jb250ZXh0ID4gMCA/IGNvbnRleHRMaW5lcyhwcmV2LmxpbmVzLnNsaWNlKC1vcHRpb25zLmNvbnRleHQpKSA6IFtdO1xuICAgICAgICAgIG9sZFJhbmdlU3RhcnQgLT0gY3VyUmFuZ2UubGVuZ3RoO1xuICAgICAgICAgIG5ld1JhbmdlU3RhcnQgLT0gY3VyUmFuZ2UubGVuZ3RoO1xuICAgICAgICB9XG4gICAgICB9XG5cbiAgICAgIC8vIE91dHB1dCBvdXIgY2hhbmdlc1xuICAgICAgY3VyUmFuZ2UucHVzaCguLi4gbGluZXMubWFwKGZ1bmN0aW9uKGVudHJ5KSB7XG4gICAgICAgIHJldHVybiAoY3VycmVudC5hZGRlZCA/ICcrJyA6ICctJykgKyBlbnRyeTtcbiAgICAgIH0pKTtcblxuICAgICAgLy8gVHJhY2sgdGhlIHVwZGF0ZWQgZmlsZSBwb3NpdGlvblxuICAgICAgaWYgKGN1cnJlbnQuYWRkZWQpIHtcbiAgICAgICAgbmV3TGluZSArPSBsaW5lcy5sZW5ndGg7XG4gICAgICB9IGVsc2Uge1xuICAgICAgICBvbGRMaW5lICs9IGxpbmVzLmxlbmd0aDtcbiAgICAgIH1cbiAgICB9IGVsc2Uge1xuICAgICAgLy8gSWRlbnRpY2FsIGNvbnRleHQgbGluZXMuIFRyYWNrIGxpbmUgY2hhbmdlc1xuICAgICAgaWYgKG9sZFJhbmdlU3RhcnQpIHtcbiAgICAgICAgLy8gQ2xvc2Ugb3V0IGFueSBjaGFuZ2VzIHRoYXQgaGF2ZSBiZWVuIG91dHB1dCAob3Igam9pbiBvdmVybGFwcGluZylcbiAgICAgICAgaWYgKGxpbmVzLmxlbmd0aCA8PSBvcHRpb25zLmNvbnRleHQgKiAyICYmIGkgPCBkaWZmLmxlbmd0aCAtIDIpIHtcbiAgICAgICAgICAvLyBPdmVybGFwcGluZ1xuICAgICAgICAgIGN1clJhbmdlLnB1c2goLi4uIGNvbnRleHRMaW5lcyhsaW5lcykpO1xuICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgIC8vIGVuZCB0aGUgcmFuZ2UgYW5kIG91dHB1dFxuICAgICAgICAgIGxldCBjb250ZXh0U2l6ZSA9IE1hdGgubWluKGxpbmVzLmxlbmd0aCwgb3B0aW9ucy5jb250ZXh0KTtcbiAgICAgICAgICBjdXJSYW5nZS5wdXNoKC4uLiBjb250ZXh0TGluZXMobGluZXMuc2xpY2UoMCwgY29udGV4dFNpemUpKSk7XG5cbiAgICAgICAgICBsZXQgaHVuayA9IHtcbiAgICAgICAgICAgIG9sZFN0YXJ0OiBvbGRSYW5nZVN0YXJ0LFxuICAgICAgICAgICAgb2xkTGluZXM6IChvbGRMaW5lIC0gb2xkUmFuZ2VTdGFydCArIGNvbnRleHRTaXplKSxcbiAgICAgICAgICAgIG5ld1N0YXJ0OiBuZXdSYW5nZVN0YXJ0LFxuICAgICAgICAgICAgbmV3TGluZXM6IChuZXdMaW5lIC0gbmV3UmFuZ2VTdGFydCArIGNvbnRleHRTaXplKSxcbiAgICAgICAgICAgIGxpbmVzOiBjdXJSYW5nZVxuICAgICAgICAgIH07XG4gICAgICAgICAgaWYgKGkgPj0gZGlmZi5sZW5ndGggLSAyICYmIGxpbmVzLmxlbmd0aCA8PSBvcHRpb25zLmNvbnRleHQpIHtcbiAgICAgICAgICAgIC8vIEVPRiBpcyBpbnNpZGUgdGhpcyBodW5rXG4gICAgICAgICAgICBsZXQgb2xkRU9GTmV3bGluZSA9ICgoL1xcbiQvKS50ZXN0KG9sZFN0cikpO1xuICAgICAgICAgICAgbGV0IG5ld0VPRk5ld2xpbmUgPSAoKC9cXG4kLykudGVzdChuZXdTdHIpKTtcbiAgICAgICAgICAgIGxldCBub05sQmVmb3JlQWRkcyA9IGxpbmVzLmxlbmd0aCA9PSAwICYmIGN1clJhbmdlLmxlbmd0aCA+IGh1bmsub2xkTGluZXM7XG4gICAgICAgICAgICBpZiAoIW9sZEVPRk5ld2xpbmUgJiYgbm9ObEJlZm9yZUFkZHMgJiYgb2xkU3RyLmxlbmd0aCA+IDApIHtcbiAgICAgICAgICAgICAgLy8gc3BlY2lhbCBjYXNlOiBvbGQgaGFzIG5vIGVvbCBhbmQgbm8gdHJhaWxpbmcgY29udGV4dDsgbm8tbmwgY2FuIGVuZCB1cCBiZWZvcmUgYWRkc1xuICAgICAgICAgICAgICAvLyBob3dldmVyLCBpZiB0aGUgb2xkIGZpbGUgaXMgZW1wdHksIGRvIG5vdCBvdXRwdXQgdGhlIG5vLW5sIGxpbmVcbiAgICAgICAgICAgICAgY3VyUmFuZ2Uuc3BsaWNlKGh1bmsub2xkTGluZXMsIDAsICdcXFxcIE5vIG5ld2xpbmUgYXQgZW5kIG9mIGZpbGUnKTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgICAgIGlmICgoIW9sZEVPRk5ld2xpbmUgJiYgIW5vTmxCZWZvcmVBZGRzKSB8fCAhbmV3RU9GTmV3bGluZSkge1xuICAgICAgICAgICAgICBjdXJSYW5nZS5wdXNoKCdcXFxcIE5vIG5ld2xpbmUgYXQgZW5kIG9mIGZpbGUnKTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgICB9XG4gICAgICAgICAgaHVua3MucHVzaChodW5rKTtcblxuICAgICAgICAgIG9sZFJhbmdlU3RhcnQgPSAwO1xuICAgICAgICAgIG5ld1JhbmdlU3RhcnQgPSAwO1xuICAgICAgICAgIGN1clJhbmdlID0gW107XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICAgIG9sZExpbmUgKz0gbGluZXMubGVuZ3RoO1xuICAgICAgbmV3TGluZSArPSBsaW5lcy5sZW5ndGg7XG4gICAgfVxuICB9XG5cbiAgcmV0dXJuIHtcbiAgICBvbGRGaWxlTmFtZTogb2xkRmlsZU5hbWUsIG5ld0ZpbGVOYW1lOiBuZXdGaWxlTmFtZSxcbiAgICBvbGRIZWFkZXI6IG9sZEhlYWRlciwgbmV3SGVhZGVyOiBuZXdIZWFkZXIsXG4gICAgaHVua3M6IGh1bmtzXG4gIH07XG59XG5cbmV4cG9ydCBmdW5jdGlvbiBmb3JtYXRQYXRjaChkaWZmKSB7XG4gIGNvbnN0IHJldCA9IFtdO1xuICBpZiAoZGlmZi5vbGRGaWxlTmFtZSA9PSBkaWZmLm5ld0ZpbGVOYW1lKSB7XG4gICAgcmV0LnB1c2goJ0luZGV4OiAnICsgZGlmZi5vbGRGaWxlTmFtZSk7XG4gIH1cbiAgcmV0LnB1c2goJz09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0nKTtcbiAgcmV0LnB1c2goJy0tLSAnICsgZGlmZi5vbGRGaWxlTmFtZSArICh0eXBlb2YgZGlmZi5vbGRIZWFkZXIgPT09ICd1bmRlZmluZWQnID8gJycgOiAnXFx0JyArIGRpZmYub2xkSGVhZGVyKSk7XG4gIHJldC5wdXNoKCcrKysgJyArIGRpZmYubmV3RmlsZU5hbWUgKyAodHlwZW9mIGRpZmYubmV3SGVhZGVyID09PSAndW5kZWZpbmVkJyA/ICcnIDogJ1xcdCcgKyBkaWZmLm5ld0hlYWRlcikpO1xuXG4gIGZvciAobGV0IGkgPSAwOyBpIDwgZGlmZi5odW5rcy5sZW5ndGg7IGkrKykge1xuICAgIGNvbnN0IGh1bmsgPSBkaWZmLmh1bmtzW2ldO1xuICAgIC8vIFVuaWZpZWQgRGlmZiBGb3JtYXQgcXVpcms6IElmIHRoZSBjaHVuayBzaXplIGlzIDAsXG4gICAgLy8gdGhlIGZpcnN0IG51bWJlciBpcyBvbmUgbG93ZXIgdGhhbiBvbmUgd291bGQgZXhwZWN0LlxuICAgIC8vIGh0dHBzOi8vd3d3LmFydGltYS5jb20vd2VibG9ncy92aWV3cG9zdC5qc3A/dGhyZWFkPTE2NDI5M1xuICAgIGlmIChodW5rLm9sZExpbmVzID09PSAwKSB7XG4gICAgICBodW5rLm9sZFN0YXJ0IC09IDE7XG4gICAgfVxuICAgIGlmIChodW5rLm5ld0xpbmVzID09PSAwKSB7XG4gICAgICBodW5rLm5ld1N0YXJ0IC09IDE7XG4gICAgfVxuICAgIHJldC5wdXNoKFxuICAgICAgJ0BAIC0nICsgaHVuay5vbGRTdGFydCArICcsJyArIGh1bmsub2xkTGluZXNcbiAgICAgICsgJyArJyArIGh1bmsubmV3U3RhcnQgKyAnLCcgKyBodW5rLm5ld0xpbmVzXG4gICAgICArICcgQEAnXG4gICAgKTtcbiAgICByZXQucHVzaC5hcHBseShyZXQsIGh1bmsubGluZXMpO1xuICB9XG5cbiAgcmV0dXJuIHJldC5qb2luKCdcXG4nKSArICdcXG4nO1xufVxuXG5leHBvcnQgZnVuY3Rpb24gY3JlYXRlVHdvRmlsZXNQYXRjaChvbGRGaWxlTmFtZSwgbmV3RmlsZU5hbWUsIG9sZFN0ciwgbmV3U3RyLCBvbGRIZWFkZXIsIG5ld0hlYWRlciwgb3B0aW9ucykge1xuICByZXR1cm4gZm9ybWF0UGF0Y2goc3RydWN0dXJlZFBhdGNoKG9sZEZpbGVOYW1lLCBuZXdGaWxlTmFtZSwgb2xkU3RyLCBuZXdTdHIsIG9sZEhlYWRlciwgbmV3SGVhZGVyLCBvcHRpb25zKSk7XG59XG5cbmV4cG9ydCBmdW5jdGlvbiBjcmVhdGVQYXRjaChmaWxlTmFtZSwgb2xkU3RyLCBuZXdTdHIsIG9sZEhlYWRlciwgbmV3SGVhZGVyLCBvcHRpb25zKSB7XG4gIHJldHVybiBjcmVhdGVUd29GaWxlc1BhdGNoKGZpbGVOYW1lLCBmaWxlTmFtZSwgb2xkU3RyLCBuZXdTdHIsIG9sZEhlYWRlciwgbmV3SGVhZGVyLCBvcHRpb25zKTtcbn1cbiJdfQ== diff --git a/software/flow/node_modules/npm/node_modules/diff/lib/patch/merge.js b/software/flow/node_modules/npm/node_modules/diff/lib/patch/merge.js deleted file mode 100644 index b46faaa..0000000 --- a/software/flow/node_modules/npm/node_modules/diff/lib/patch/merge.js +++ /dev/null @@ -1,613 +0,0 @@ -/*istanbul ignore start*/ -"use strict"; - -Object.defineProperty(exports, "__esModule", { - value: true -}); -exports.calcLineCount = calcLineCount; -exports.merge = merge; - -/*istanbul ignore end*/ -var -/*istanbul ignore start*/ -_create = require("./create") -/*istanbul ignore end*/ -; - -var -/*istanbul ignore start*/ -_parse = require("./parse") -/*istanbul ignore end*/ -; - -var -/*istanbul ignore start*/ -_array = require("../util/array") -/*istanbul ignore end*/ -; - -/*istanbul ignore start*/ function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); } - -function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } - -function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); } - -function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && Symbol.iterator in Object(iter)) return Array.from(iter); } - -function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); } - -function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; } - -/*istanbul ignore end*/ -function calcLineCount(hunk) { - /*istanbul ignore start*/ - var _calcOldNewLineCount = - /*istanbul ignore end*/ - calcOldNewLineCount(hunk.lines), - oldLines = _calcOldNewLineCount.oldLines, - newLines = _calcOldNewLineCount.newLines; - - if (oldLines !== undefined) { - hunk.oldLines = oldLines; - } else { - delete hunk.oldLines; - } - - if (newLines !== undefined) { - hunk.newLines = newLines; - } else { - delete hunk.newLines; - } -} - -function merge(mine, theirs, base) { - mine = loadPatch(mine, base); - theirs = loadPatch(theirs, base); - var ret = {}; // For index we just let it pass through as it doesn't have any necessary meaning. - // Leaving sanity checks on this to the API consumer that may know more about the - // meaning in their own context. - - if (mine.index || theirs.index) { - ret.index = mine.index || theirs.index; - } - - if (mine.newFileName || theirs.newFileName) { - if (!fileNameChanged(mine)) { - // No header or no change in ours, use theirs (and ours if theirs does not exist) - ret.oldFileName = theirs.oldFileName || mine.oldFileName; - ret.newFileName = theirs.newFileName || mine.newFileName; - ret.oldHeader = theirs.oldHeader || mine.oldHeader; - ret.newHeader = theirs.newHeader || mine.newHeader; - } else if (!fileNameChanged(theirs)) { - // No header or no change in theirs, use ours - ret.oldFileName = mine.oldFileName; - ret.newFileName = mine.newFileName; - ret.oldHeader = mine.oldHeader; - ret.newHeader = mine.newHeader; - } else { - // Both changed... figure it out - ret.oldFileName = selectField(ret, mine.oldFileName, theirs.oldFileName); - ret.newFileName = selectField(ret, mine.newFileName, theirs.newFileName); - ret.oldHeader = selectField(ret, mine.oldHeader, theirs.oldHeader); - ret.newHeader = selectField(ret, mine.newHeader, theirs.newHeader); - } - } - - ret.hunks = []; - var mineIndex = 0, - theirsIndex = 0, - mineOffset = 0, - theirsOffset = 0; - - while (mineIndex < mine.hunks.length || theirsIndex < theirs.hunks.length) { - var mineCurrent = mine.hunks[mineIndex] || { - oldStart: Infinity - }, - theirsCurrent = theirs.hunks[theirsIndex] || { - oldStart: Infinity - }; - - if (hunkBefore(mineCurrent, theirsCurrent)) { - // This patch does not overlap with any of the others, yay. - ret.hunks.push(cloneHunk(mineCurrent, mineOffset)); - mineIndex++; - theirsOffset += mineCurrent.newLines - mineCurrent.oldLines; - } else if (hunkBefore(theirsCurrent, mineCurrent)) { - // This patch does not overlap with any of the others, yay. - ret.hunks.push(cloneHunk(theirsCurrent, theirsOffset)); - theirsIndex++; - mineOffset += theirsCurrent.newLines - theirsCurrent.oldLines; - } else { - // Overlap, merge as best we can - var mergedHunk = { - oldStart: Math.min(mineCurrent.oldStart, theirsCurrent.oldStart), - oldLines: 0, - newStart: Math.min(mineCurrent.newStart + mineOffset, theirsCurrent.oldStart + theirsOffset), - newLines: 0, - lines: [] - }; - mergeLines(mergedHunk, mineCurrent.oldStart, mineCurrent.lines, theirsCurrent.oldStart, theirsCurrent.lines); - theirsIndex++; - mineIndex++; - ret.hunks.push(mergedHunk); - } - } - - return ret; -} - -function loadPatch(param, base) { - if (typeof param === 'string') { - if (/^@@/m.test(param) || /^Index:/m.test(param)) { - return ( - /*istanbul ignore start*/ - (0, - /*istanbul ignore end*/ - - /*istanbul ignore start*/ - _parse - /*istanbul ignore end*/ - . - /*istanbul ignore start*/ - parsePatch) - /*istanbul ignore end*/ - (param)[0] - ); - } - - if (!base) { - throw new Error('Must provide a base reference or pass in a patch'); - } - - return ( - /*istanbul ignore start*/ - (0, - /*istanbul ignore end*/ - - /*istanbul ignore start*/ - _create - /*istanbul ignore end*/ - . - /*istanbul ignore start*/ - structuredPatch) - /*istanbul ignore end*/ - (undefined, undefined, base, param) - ); - } - - return param; -} - -function fileNameChanged(patch) { - return patch.newFileName && patch.newFileName !== patch.oldFileName; -} - -function selectField(index, mine, theirs) { - if (mine === theirs) { - return mine; - } else { - index.conflict = true; - return { - mine: mine, - theirs: theirs - }; - } -} - -function hunkBefore(test, check) { - return test.oldStart < check.oldStart && test.oldStart + test.oldLines < check.oldStart; -} - -function cloneHunk(hunk, offset) { - return { - oldStart: hunk.oldStart, - oldLines: hunk.oldLines, - newStart: hunk.newStart + offset, - newLines: hunk.newLines, - lines: hunk.lines - }; -} - -function mergeLines(hunk, mineOffset, mineLines, theirOffset, theirLines) { - // This will generally result in a conflicted hunk, but there are cases where the context - // is the only overlap where we can successfully merge the content here. - var mine = { - offset: mineOffset, - lines: mineLines, - index: 0 - }, - their = { - offset: theirOffset, - lines: theirLines, - index: 0 - }; // Handle any leading content - - insertLeading(hunk, mine, their); - insertLeading(hunk, their, mine); // Now in the overlap content. Scan through and select the best changes from each. - - while (mine.index < mine.lines.length && their.index < their.lines.length) { - var mineCurrent = mine.lines[mine.index], - theirCurrent = their.lines[their.index]; - - if ((mineCurrent[0] === '-' || mineCurrent[0] === '+') && (theirCurrent[0] === '-' || theirCurrent[0] === '+')) { - // Both modified ... - mutualChange(hunk, mine, their); - } else if (mineCurrent[0] === '+' && theirCurrent[0] === ' ') { - /*istanbul ignore start*/ - var _hunk$lines; - - /*istanbul ignore end*/ - // Mine inserted - - /*istanbul ignore start*/ - - /*istanbul ignore end*/ - - /*istanbul ignore start*/ - (_hunk$lines = - /*istanbul ignore end*/ - hunk.lines).push.apply( - /*istanbul ignore start*/ - _hunk$lines - /*istanbul ignore end*/ - , - /*istanbul ignore start*/ - _toConsumableArray( - /*istanbul ignore end*/ - collectChange(mine))); - } else if (theirCurrent[0] === '+' && mineCurrent[0] === ' ') { - /*istanbul ignore start*/ - var _hunk$lines2; - - /*istanbul ignore end*/ - // Theirs inserted - - /*istanbul ignore start*/ - - /*istanbul ignore end*/ - - /*istanbul ignore start*/ - (_hunk$lines2 = - /*istanbul ignore end*/ - hunk.lines).push.apply( - /*istanbul ignore start*/ - _hunk$lines2 - /*istanbul ignore end*/ - , - /*istanbul ignore start*/ - _toConsumableArray( - /*istanbul ignore end*/ - collectChange(their))); - } else if (mineCurrent[0] === '-' && theirCurrent[0] === ' ') { - // Mine removed or edited - removal(hunk, mine, their); - } else if (theirCurrent[0] === '-' && mineCurrent[0] === ' ') { - // Their removed or edited - removal(hunk, their, mine, true); - } else if (mineCurrent === theirCurrent) { - // Context identity - hunk.lines.push(mineCurrent); - mine.index++; - their.index++; - } else { - // Context mismatch - conflict(hunk, collectChange(mine), collectChange(their)); - } - } // Now push anything that may be remaining - - - insertTrailing(hunk, mine); - insertTrailing(hunk, their); - calcLineCount(hunk); -} - -function mutualChange(hunk, mine, their) { - var myChanges = collectChange(mine), - theirChanges = collectChange(their); - - if (allRemoves(myChanges) && allRemoves(theirChanges)) { - // Special case for remove changes that are supersets of one another - if ( - /*istanbul ignore start*/ - (0, - /*istanbul ignore end*/ - - /*istanbul ignore start*/ - _array - /*istanbul ignore end*/ - . - /*istanbul ignore start*/ - arrayStartsWith) - /*istanbul ignore end*/ - (myChanges, theirChanges) && skipRemoveSuperset(their, myChanges, myChanges.length - theirChanges.length)) { - /*istanbul ignore start*/ - var _hunk$lines3; - - /*istanbul ignore end*/ - - /*istanbul ignore start*/ - - /*istanbul ignore end*/ - - /*istanbul ignore start*/ - (_hunk$lines3 = - /*istanbul ignore end*/ - hunk.lines).push.apply( - /*istanbul ignore start*/ - _hunk$lines3 - /*istanbul ignore end*/ - , - /*istanbul ignore start*/ - _toConsumableArray( - /*istanbul ignore end*/ - myChanges)); - - return; - } else if ( - /*istanbul ignore start*/ - (0, - /*istanbul ignore end*/ - - /*istanbul ignore start*/ - _array - /*istanbul ignore end*/ - . - /*istanbul ignore start*/ - arrayStartsWith) - /*istanbul ignore end*/ - (theirChanges, myChanges) && skipRemoveSuperset(mine, theirChanges, theirChanges.length - myChanges.length)) { - /*istanbul ignore start*/ - var _hunk$lines4; - - /*istanbul ignore end*/ - - /*istanbul ignore start*/ - - /*istanbul ignore end*/ - - /*istanbul ignore start*/ - (_hunk$lines4 = - /*istanbul ignore end*/ - hunk.lines).push.apply( - /*istanbul ignore start*/ - _hunk$lines4 - /*istanbul ignore end*/ - , - /*istanbul ignore start*/ - _toConsumableArray( - /*istanbul ignore end*/ - theirChanges)); - - return; - } - } else if ( - /*istanbul ignore start*/ - (0, - /*istanbul ignore end*/ - - /*istanbul ignore start*/ - _array - /*istanbul ignore end*/ - . - /*istanbul ignore start*/ - arrayEqual) - /*istanbul ignore end*/ - (myChanges, theirChanges)) { - /*istanbul ignore start*/ - var _hunk$lines5; - - /*istanbul ignore end*/ - - /*istanbul ignore start*/ - - /*istanbul ignore end*/ - - /*istanbul ignore start*/ - (_hunk$lines5 = - /*istanbul ignore end*/ - hunk.lines).push.apply( - /*istanbul ignore start*/ - _hunk$lines5 - /*istanbul ignore end*/ - , - /*istanbul ignore start*/ - _toConsumableArray( - /*istanbul ignore end*/ - myChanges)); - - return; - } - - conflict(hunk, myChanges, theirChanges); -} - -function removal(hunk, mine, their, swap) { - var myChanges = collectChange(mine), - theirChanges = collectContext(their, myChanges); - - if (theirChanges.merged) { - /*istanbul ignore start*/ - var _hunk$lines6; - - /*istanbul ignore end*/ - - /*istanbul ignore start*/ - - /*istanbul ignore end*/ - - /*istanbul ignore start*/ - (_hunk$lines6 = - /*istanbul ignore end*/ - hunk.lines).push.apply( - /*istanbul ignore start*/ - _hunk$lines6 - /*istanbul ignore end*/ - , - /*istanbul ignore start*/ - _toConsumableArray( - /*istanbul ignore end*/ - theirChanges.merged)); - } else { - conflict(hunk, swap ? theirChanges : myChanges, swap ? myChanges : theirChanges); - } -} - -function conflict(hunk, mine, their) { - hunk.conflict = true; - hunk.lines.push({ - conflict: true, - mine: mine, - theirs: their - }); -} - -function insertLeading(hunk, insert, their) { - while (insert.offset < their.offset && insert.index < insert.lines.length) { - var line = insert.lines[insert.index++]; - hunk.lines.push(line); - insert.offset++; - } -} - -function insertTrailing(hunk, insert) { - while (insert.index < insert.lines.length) { - var line = insert.lines[insert.index++]; - hunk.lines.push(line); - } -} - -function collectChange(state) { - var ret = [], - operation = state.lines[state.index][0]; - - while (state.index < state.lines.length) { - var line = state.lines[state.index]; // Group additions that are immediately after subtractions and treat them as one "atomic" modify change. - - if (operation === '-' && line[0] === '+') { - operation = '+'; - } - - if (operation === line[0]) { - ret.push(line); - state.index++; - } else { - break; - } - } - - return ret; -} - -function collectContext(state, matchChanges) { - var changes = [], - merged = [], - matchIndex = 0, - contextChanges = false, - conflicted = false; - - while (matchIndex < matchChanges.length && state.index < state.lines.length) { - var change = state.lines[state.index], - match = matchChanges[matchIndex]; // Once we've hit our add, then we are done - - if (match[0] === '+') { - break; - } - - contextChanges = contextChanges || change[0] !== ' '; - merged.push(match); - matchIndex++; // Consume any additions in the other block as a conflict to attempt - // to pull in the remaining context after this - - if (change[0] === '+') { - conflicted = true; - - while (change[0] === '+') { - changes.push(change); - change = state.lines[++state.index]; - } - } - - if (match.substr(1) === change.substr(1)) { - changes.push(change); - state.index++; - } else { - conflicted = true; - } - } - - if ((matchChanges[matchIndex] || '')[0] === '+' && contextChanges) { - conflicted = true; - } - - if (conflicted) { - return changes; - } - - while (matchIndex < matchChanges.length) { - merged.push(matchChanges[matchIndex++]); - } - - return { - merged: merged, - changes: changes - }; -} - -function allRemoves(changes) { - return changes.reduce(function (prev, change) { - return prev && change[0] === '-'; - }, true); -} - -function skipRemoveSuperset(state, removeChanges, delta) { - for (var i = 0; i < delta; i++) { - var changeContent = removeChanges[removeChanges.length - delta + i].substr(1); - - if (state.lines[state.index + i] !== ' ' + changeContent) { - return false; - } - } - - state.index += delta; - return true; -} - -function calcOldNewLineCount(lines) { - var oldLines = 0; - var newLines = 0; - lines.forEach(function (line) { - if (typeof line !== 'string') { - var myCount = calcOldNewLineCount(line.mine); - var theirCount = calcOldNewLineCount(line.theirs); - - if (oldLines !== undefined) { - if (myCount.oldLines === theirCount.oldLines) { - oldLines += myCount.oldLines; - } else { - oldLines = undefined; - } - } - - if (newLines !== undefined) { - if (myCount.newLines === theirCount.newLines) { - newLines += myCount.newLines; - } else { - newLines = undefined; - } - } - } else { - if (newLines !== undefined && (line[0] === '+' || line[0] === ' ')) { - newLines++; - } - - if (oldLines !== undefined && (line[0] === '-' || line[0] === ' ')) { - oldLines++; - } - } - }); - return { - oldLines: oldLines, - newLines: newLines - }; -} -//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9wYXRjaC9tZXJnZS5qcyJdLCJuYW1lcyI6WyJjYWxjTGluZUNvdW50IiwiaHVuayIsImNhbGNPbGROZXdMaW5lQ291bnQiLCJsaW5lcyIsIm9sZExpbmVzIiwibmV3TGluZXMiLCJ1bmRlZmluZWQiLCJtZXJnZSIsIm1pbmUiLCJ0aGVpcnMiLCJiYXNlIiwibG9hZFBhdGNoIiwicmV0IiwiaW5kZXgiLCJuZXdGaWxlTmFtZSIsImZpbGVOYW1lQ2hhbmdlZCIsIm9sZEZpbGVOYW1lIiwib2xkSGVhZGVyIiwibmV3SGVhZGVyIiwic2VsZWN0RmllbGQiLCJodW5rcyIsIm1pbmVJbmRleCIsInRoZWlyc0luZGV4IiwibWluZU9mZnNldCIsInRoZWlyc09mZnNldCIsImxlbmd0aCIsIm1pbmVDdXJyZW50Iiwib2xkU3RhcnQiLCJJbmZpbml0eSIsInRoZWlyc0N1cnJlbnQiLCJodW5rQmVmb3JlIiwicHVzaCIsImNsb25lSHVuayIsIm1lcmdlZEh1bmsiLCJNYXRoIiwibWluIiwibmV3U3RhcnQiLCJtZXJnZUxpbmVzIiwicGFyYW0iLCJ0ZXN0IiwicGFyc2VQYXRjaCIsIkVycm9yIiwic3RydWN0dXJlZFBhdGNoIiwicGF0Y2giLCJjb25mbGljdCIsImNoZWNrIiwib2Zmc2V0IiwibWluZUxpbmVzIiwidGhlaXJPZmZzZXQiLCJ0aGVpckxpbmVzIiwidGhlaXIiLCJpbnNlcnRMZWFkaW5nIiwidGhlaXJDdXJyZW50IiwibXV0dWFsQ2hhbmdlIiwiY29sbGVjdENoYW5nZSIsInJlbW92YWwiLCJpbnNlcnRUcmFpbGluZyIsIm15Q2hhbmdlcyIsInRoZWlyQ2hhbmdlcyIsImFsbFJlbW92ZXMiLCJhcnJheVN0YXJ0c1dpdGgiLCJza2lwUmVtb3ZlU3VwZXJzZXQiLCJhcnJheUVxdWFsIiwic3dhcCIsImNvbGxlY3RDb250ZXh0IiwibWVyZ2VkIiwiaW5zZXJ0IiwibGluZSIsInN0YXRlIiwib3BlcmF0aW9uIiwibWF0Y2hDaGFuZ2VzIiwiY2hhbmdlcyIsIm1hdGNoSW5kZXgiLCJjb250ZXh0Q2hhbmdlcyIsImNvbmZsaWN0ZWQiLCJjaGFuZ2UiLCJtYXRjaCIsInN1YnN0ciIsInJlZHVjZSIsInByZXYiLCJyZW1vdmVDaGFuZ2VzIiwiZGVsdGEiLCJpIiwiY2hhbmdlQ29udGVudCIsImZvckVhY2giLCJteUNvdW50IiwidGhlaXJDb3VudCJdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7OztBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7O0FBQ0E7QUFBQTtBQUFBO0FBQUE7QUFBQTs7QUFFQTtBQUFBO0FBQUE7QUFBQTtBQUFBOzs7Ozs7Ozs7Ozs7Ozs7QUFFTyxTQUFTQSxhQUFULENBQXVCQyxJQUF2QixFQUE2QjtBQUFBO0FBQUE7QUFBQTtBQUNMQyxFQUFBQSxtQkFBbUIsQ0FBQ0QsSUFBSSxDQUFDRSxLQUFOLENBRGQ7QUFBQSxNQUMzQkMsUUFEMkIsd0JBQzNCQSxRQUQyQjtBQUFBLE1BQ2pCQyxRQURpQix3QkFDakJBLFFBRGlCOztBQUdsQyxNQUFJRCxRQUFRLEtBQUtFLFNBQWpCLEVBQTRCO0FBQzFCTCxJQUFBQSxJQUFJLENBQUNHLFFBQUwsR0FBZ0JBLFFBQWhCO0FBQ0QsR0FGRCxNQUVPO0FBQ0wsV0FBT0gsSUFBSSxDQUFDRyxRQUFaO0FBQ0Q7O0FBRUQsTUFBSUMsUUFBUSxLQUFLQyxTQUFqQixFQUE0QjtBQUMxQkwsSUFBQUEsSUFBSSxDQUFDSSxRQUFMLEdBQWdCQSxRQUFoQjtBQUNELEdBRkQsTUFFTztBQUNMLFdBQU9KLElBQUksQ0FBQ0ksUUFBWjtBQUNEO0FBQ0Y7O0FBRU0sU0FBU0UsS0FBVCxDQUFlQyxJQUFmLEVBQXFCQyxNQUFyQixFQUE2QkMsSUFBN0IsRUFBbUM7QUFDeENGLEVBQUFBLElBQUksR0FBR0csU0FBUyxDQUFDSCxJQUFELEVBQU9FLElBQVAsQ0FBaEI7QUFDQUQsRUFBQUEsTUFBTSxHQUFHRSxTQUFTLENBQUNGLE1BQUQsRUFBU0MsSUFBVCxDQUFsQjtBQUVBLE1BQUlFLEdBQUcsR0FBRyxFQUFWLENBSndDLENBTXhDO0FBQ0E7QUFDQTs7QUFDQSxNQUFJSixJQUFJLENBQUNLLEtBQUwsSUFBY0osTUFBTSxDQUFDSSxLQUF6QixFQUFnQztBQUM5QkQsSUFBQUEsR0FBRyxDQUFDQyxLQUFKLEdBQVlMLElBQUksQ0FBQ0ssS0FBTCxJQUFjSixNQUFNLENBQUNJLEtBQWpDO0FBQ0Q7O0FBRUQsTUFBSUwsSUFBSSxDQUFDTSxXQUFMLElBQW9CTCxNQUFNLENBQUNLLFdBQS9CLEVBQTRDO0FBQzFDLFFBQUksQ0FBQ0MsZUFBZSxDQUFDUCxJQUFELENBQXBCLEVBQTRCO0FBQzFCO0FBQ0FJLE1BQUFBLEdBQUcsQ0FBQ0ksV0FBSixHQUFrQlAsTUFBTSxDQUFDTyxXQUFQLElBQXNCUixJQUFJLENBQUNRLFdBQTdDO0FBQ0FKLE1BQUFBLEdBQUcsQ0FBQ0UsV0FBSixHQUFrQkwsTUFBTSxDQUFDSyxXQUFQLElBQXNCTixJQUFJLENBQUNNLFdBQTdDO0FBQ0FGLE1BQUFBLEdBQUcsQ0FBQ0ssU0FBSixHQUFnQlIsTUFBTSxDQUFDUSxTQUFQLElBQW9CVCxJQUFJLENBQUNTLFNBQXpDO0FBQ0FMLE1BQUFBLEdBQUcsQ0FBQ00sU0FBSixHQUFnQlQsTUFBTSxDQUFDUyxTQUFQLElBQW9CVixJQUFJLENBQUNVLFNBQXpDO0FBQ0QsS0FORCxNQU1PLElBQUksQ0FBQ0gsZUFBZSxDQUFDTixNQUFELENBQXBCLEVBQThCO0FBQ25DO0FBQ0FHLE1BQUFBLEdBQUcsQ0FBQ0ksV0FBSixHQUFrQlIsSUFBSSxDQUFDUSxXQUF2QjtBQUNBSixNQUFBQSxHQUFHLENBQUNFLFdBQUosR0FBa0JOLElBQUksQ0FBQ00sV0FBdkI7QUFDQUYsTUFBQUEsR0FBRyxDQUFDSyxTQUFKLEdBQWdCVCxJQUFJLENBQUNTLFNBQXJCO0FBQ0FMLE1BQUFBLEdBQUcsQ0FBQ00sU0FBSixHQUFnQlYsSUFBSSxDQUFDVSxTQUFyQjtBQUNELEtBTk0sTUFNQTtBQUNMO0FBQ0FOLE1BQUFBLEdBQUcsQ0FBQ0ksV0FBSixHQUFrQkcsV0FBVyxDQUFDUCxHQUFELEVBQU1KLElBQUksQ0FBQ1EsV0FBWCxFQUF3QlAsTUFBTSxDQUFDTyxXQUEvQixDQUE3QjtBQUNBSixNQUFBQSxHQUFHLENBQUNFLFdBQUosR0FBa0JLLFdBQVcsQ0FBQ1AsR0FBRCxFQUFNSixJQUFJLENBQUNNLFdBQVgsRUFBd0JMLE1BQU0sQ0FBQ0ssV0FBL0IsQ0FBN0I7QUFDQUYsTUFBQUEsR0FBRyxDQUFDSyxTQUFKLEdBQWdCRSxXQUFXLENBQUNQLEdBQUQsRUFBTUosSUFBSSxDQUFDUyxTQUFYLEVBQXNCUixNQUFNLENBQUNRLFNBQTdCLENBQTNCO0FBQ0FMLE1BQUFBLEdBQUcsQ0FBQ00sU0FBSixHQUFnQkMsV0FBVyxDQUFDUCxHQUFELEVBQU1KLElBQUksQ0FBQ1UsU0FBWCxFQUFzQlQsTUFBTSxDQUFDUyxTQUE3QixDQUEzQjtBQUNEO0FBQ0Y7O0FBRUROLEVBQUFBLEdBQUcsQ0FBQ1EsS0FBSixHQUFZLEVBQVo7QUFFQSxNQUFJQyxTQUFTLEdBQUcsQ0FBaEI7QUFBQSxNQUNJQyxXQUFXLEdBQUcsQ0FEbEI7QUFBQSxNQUVJQyxVQUFVLEdBQUcsQ0FGakI7QUFBQSxNQUdJQyxZQUFZLEdBQUcsQ0FIbkI7O0FBS0EsU0FBT0gsU0FBUyxHQUFHYixJQUFJLENBQUNZLEtBQUwsQ0FBV0ssTUFBdkIsSUFBaUNILFdBQVcsR0FBR2IsTUFBTSxDQUFDVyxLQUFQLENBQWFLLE1BQW5FLEVBQTJFO0FBQ3pFLFFBQUlDLFdBQVcsR0FBR2xCLElBQUksQ0FBQ1ksS0FBTCxDQUFXQyxTQUFYLEtBQXlCO0FBQUNNLE1BQUFBLFFBQVEsRUFBRUM7QUFBWCxLQUEzQztBQUFBLFFBQ0lDLGFBQWEsR0FBR3BCLE1BQU0sQ0FBQ1csS0FBUCxDQUFhRSxXQUFiLEtBQTZCO0FBQUNLLE1BQUFBLFFBQVEsRUFBRUM7QUFBWCxLQURqRDs7QUFHQSxRQUFJRSxVQUFVLENBQUNKLFdBQUQsRUFBY0csYUFBZCxDQUFkLEVBQTRDO0FBQzFDO0FBQ0FqQixNQUFBQSxHQUFHLENBQUNRLEtBQUosQ0FBVVcsSUFBVixDQUFlQyxTQUFTLENBQUNOLFdBQUQsRUFBY0gsVUFBZCxDQUF4QjtBQUNBRixNQUFBQSxTQUFTO0FBQ1RHLE1BQUFBLFlBQVksSUFBSUUsV0FBVyxDQUFDckIsUUFBWixHQUF1QnFCLFdBQVcsQ0FBQ3RCLFFBQW5EO0FBQ0QsS0FMRCxNQUtPLElBQUkwQixVQUFVLENBQUNELGFBQUQsRUFBZ0JILFdBQWhCLENBQWQsRUFBNEM7QUFDakQ7QUFDQWQsTUFBQUEsR0FBRyxDQUFDUSxLQUFKLENBQVVXLElBQVYsQ0FBZUMsU0FBUyxDQUFDSCxhQUFELEVBQWdCTCxZQUFoQixDQUF4QjtBQUNBRixNQUFBQSxXQUFXO0FBQ1hDLE1BQUFBLFVBQVUsSUFBSU0sYUFBYSxDQUFDeEIsUUFBZCxHQUF5QndCLGFBQWEsQ0FBQ3pCLFFBQXJEO0FBQ0QsS0FMTSxNQUtBO0FBQ0w7QUFDQSxVQUFJNkIsVUFBVSxHQUFHO0FBQ2ZOLFFBQUFBLFFBQVEsRUFBRU8sSUFBSSxDQUFDQyxHQUFMLENBQVNULFdBQVcsQ0FBQ0MsUUFBckIsRUFBK0JFLGFBQWEsQ0FBQ0YsUUFBN0MsQ0FESztBQUVmdkIsUUFBQUEsUUFBUSxFQUFFLENBRks7QUFHZmdDLFFBQUFBLFFBQVEsRUFBRUYsSUFBSSxDQUFDQyxHQUFMLENBQVNULFdBQVcsQ0FBQ1UsUUFBWixHQUF1QmIsVUFBaEMsRUFBNENNLGFBQWEsQ0FBQ0YsUUFBZCxHQUF5QkgsWUFBckUsQ0FISztBQUlmbkIsUUFBQUEsUUFBUSxFQUFFLENBSks7QUFLZkYsUUFBQUEsS0FBSyxFQUFFO0FBTFEsT0FBakI7QUFPQWtDLE1BQUFBLFVBQVUsQ0FBQ0osVUFBRCxFQUFhUCxXQUFXLENBQUNDLFFBQXpCLEVBQW1DRCxXQUFXLENBQUN2QixLQUEvQyxFQUFzRDBCLGFBQWEsQ0FBQ0YsUUFBcEUsRUFBOEVFLGFBQWEsQ0FBQzFCLEtBQTVGLENBQVY7QUFDQW1CLE1BQUFBLFdBQVc7QUFDWEQsTUFBQUEsU0FBUztBQUVUVCxNQUFBQSxHQUFHLENBQUNRLEtBQUosQ0FBVVcsSUFBVixDQUFlRSxVQUFmO0FBQ0Q7QUFDRjs7QUFFRCxTQUFPckIsR0FBUDtBQUNEOztBQUVELFNBQVNELFNBQVQsQ0FBbUIyQixLQUFuQixFQUEwQjVCLElBQTFCLEVBQWdDO0FBQzlCLE1BQUksT0FBTzRCLEtBQVAsS0FBaUIsUUFBckIsRUFBK0I7QUFDN0IsUUFBSyxNQUFELENBQVNDLElBQVQsQ0FBY0QsS0FBZCxLQUEwQixVQUFELENBQWFDLElBQWIsQ0FBa0JELEtBQWxCLENBQTdCLEVBQXdEO0FBQ3RELGFBQU87QUFBQTtBQUFBO0FBQUE7O0FBQUFFO0FBQUFBO0FBQUFBO0FBQUFBO0FBQUFBO0FBQUFBO0FBQUE7QUFBQSxTQUFXRixLQUFYLEVBQWtCLENBQWxCO0FBQVA7QUFDRDs7QUFFRCxRQUFJLENBQUM1QixJQUFMLEVBQVc7QUFDVCxZQUFNLElBQUkrQixLQUFKLENBQVUsa0RBQVYsQ0FBTjtBQUNEOztBQUNELFdBQU87QUFBQTtBQUFBO0FBQUE7O0FBQUFDO0FBQUFBO0FBQUFBO0FBQUFBO0FBQUFBO0FBQUFBO0FBQUE7QUFBQSxPQUFnQnBDLFNBQWhCLEVBQTJCQSxTQUEzQixFQUFzQ0ksSUFBdEMsRUFBNEM0QixLQUE1QztBQUFQO0FBQ0Q7O0FBRUQsU0FBT0EsS0FBUDtBQUNEOztBQUVELFNBQVN2QixlQUFULENBQXlCNEIsS0FBekIsRUFBZ0M7QUFDOUIsU0FBT0EsS0FBSyxDQUFDN0IsV0FBTixJQUFxQjZCLEtBQUssQ0FBQzdCLFdBQU4sS0FBc0I2QixLQUFLLENBQUMzQixXQUF4RDtBQUNEOztBQUVELFNBQVNHLFdBQVQsQ0FBcUJOLEtBQXJCLEVBQTRCTCxJQUE1QixFQUFrQ0MsTUFBbEMsRUFBMEM7QUFDeEMsTUFBSUQsSUFBSSxLQUFLQyxNQUFiLEVBQXFCO0FBQ25CLFdBQU9ELElBQVA7QUFDRCxHQUZELE1BRU87QUFDTEssSUFBQUEsS0FBSyxDQUFDK0IsUUFBTixHQUFpQixJQUFqQjtBQUNBLFdBQU87QUFBQ3BDLE1BQUFBLElBQUksRUFBSkEsSUFBRDtBQUFPQyxNQUFBQSxNQUFNLEVBQU5BO0FBQVAsS0FBUDtBQUNEO0FBQ0Y7O0FBRUQsU0FBU3FCLFVBQVQsQ0FBb0JTLElBQXBCLEVBQTBCTSxLQUExQixFQUFpQztBQUMvQixTQUFPTixJQUFJLENBQUNaLFFBQUwsR0FBZ0JrQixLQUFLLENBQUNsQixRQUF0QixJQUNEWSxJQUFJLENBQUNaLFFBQUwsR0FBZ0JZLElBQUksQ0FBQ25DLFFBQXRCLEdBQWtDeUMsS0FBSyxDQUFDbEIsUUFEN0M7QUFFRDs7QUFFRCxTQUFTSyxTQUFULENBQW1CL0IsSUFBbkIsRUFBeUI2QyxNQUF6QixFQUFpQztBQUMvQixTQUFPO0FBQ0xuQixJQUFBQSxRQUFRLEVBQUUxQixJQUFJLENBQUMwQixRQURWO0FBQ29CdkIsSUFBQUEsUUFBUSxFQUFFSCxJQUFJLENBQUNHLFFBRG5DO0FBRUxnQyxJQUFBQSxRQUFRLEVBQUVuQyxJQUFJLENBQUNtQyxRQUFMLEdBQWdCVSxNQUZyQjtBQUU2QnpDLElBQUFBLFFBQVEsRUFBRUosSUFBSSxDQUFDSSxRQUY1QztBQUdMRixJQUFBQSxLQUFLLEVBQUVGLElBQUksQ0FBQ0U7QUFIUCxHQUFQO0FBS0Q7O0FBRUQsU0FBU2tDLFVBQVQsQ0FBb0JwQyxJQUFwQixFQUEwQnNCLFVBQTFCLEVBQXNDd0IsU0FBdEMsRUFBaURDLFdBQWpELEVBQThEQyxVQUE5RCxFQUEwRTtBQUN4RTtBQUNBO0FBQ0EsTUFBSXpDLElBQUksR0FBRztBQUFDc0MsSUFBQUEsTUFBTSxFQUFFdkIsVUFBVDtBQUFxQnBCLElBQUFBLEtBQUssRUFBRTRDLFNBQTVCO0FBQXVDbEMsSUFBQUEsS0FBSyxFQUFFO0FBQTlDLEdBQVg7QUFBQSxNQUNJcUMsS0FBSyxHQUFHO0FBQUNKLElBQUFBLE1BQU0sRUFBRUUsV0FBVDtBQUFzQjdDLElBQUFBLEtBQUssRUFBRThDLFVBQTdCO0FBQXlDcEMsSUFBQUEsS0FBSyxFQUFFO0FBQWhELEdBRFosQ0FId0UsQ0FNeEU7O0FBQ0FzQyxFQUFBQSxhQUFhLENBQUNsRCxJQUFELEVBQU9PLElBQVAsRUFBYTBDLEtBQWIsQ0FBYjtBQUNBQyxFQUFBQSxhQUFhLENBQUNsRCxJQUFELEVBQU9pRCxLQUFQLEVBQWMxQyxJQUFkLENBQWIsQ0FSd0UsQ0FVeEU7O0FBQ0EsU0FBT0EsSUFBSSxDQUFDSyxLQUFMLEdBQWFMLElBQUksQ0FBQ0wsS0FBTCxDQUFXc0IsTUFBeEIsSUFBa0N5QixLQUFLLENBQUNyQyxLQUFOLEdBQWNxQyxLQUFLLENBQUMvQyxLQUFOLENBQVlzQixNQUFuRSxFQUEyRTtBQUN6RSxRQUFJQyxXQUFXLEdBQUdsQixJQUFJLENBQUNMLEtBQUwsQ0FBV0ssSUFBSSxDQUFDSyxLQUFoQixDQUFsQjtBQUFBLFFBQ0l1QyxZQUFZLEdBQUdGLEtBQUssQ0FBQy9DLEtBQU4sQ0FBWStDLEtBQUssQ0FBQ3JDLEtBQWxCLENBRG5COztBQUdBLFFBQUksQ0FBQ2EsV0FBVyxDQUFDLENBQUQsQ0FBWCxLQUFtQixHQUFuQixJQUEwQkEsV0FBVyxDQUFDLENBQUQsQ0FBWCxLQUFtQixHQUE5QyxNQUNJMEIsWUFBWSxDQUFDLENBQUQsQ0FBWixLQUFvQixHQUFwQixJQUEyQkEsWUFBWSxDQUFDLENBQUQsQ0FBWixLQUFvQixHQURuRCxDQUFKLEVBQzZEO0FBQzNEO0FBQ0FDLE1BQUFBLFlBQVksQ0FBQ3BELElBQUQsRUFBT08sSUFBUCxFQUFhMEMsS0FBYixDQUFaO0FBQ0QsS0FKRCxNQUlPLElBQUl4QixXQUFXLENBQUMsQ0FBRCxDQUFYLEtBQW1CLEdBQW5CLElBQTBCMEIsWUFBWSxDQUFDLENBQUQsQ0FBWixLQUFvQixHQUFsRCxFQUF1RDtBQUFBO0FBQUE7O0FBQUE7QUFDNUQ7O0FBQ0E7O0FBQUE7O0FBQUE7QUFBQTtBQUFBO0FBQUFuRCxNQUFBQSxJQUFJLENBQUNFLEtBQUwsRUFBVzRCLElBQVg7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFvQnVCLE1BQUFBLGFBQWEsQ0FBQzlDLElBQUQsQ0FBakM7QUFDRCxLQUhNLE1BR0EsSUFBSTRDLFlBQVksQ0FBQyxDQUFELENBQVosS0FBb0IsR0FBcEIsSUFBMkIxQixXQUFXLENBQUMsQ0FBRCxDQUFYLEtBQW1CLEdBQWxELEVBQXVEO0FBQUE7QUFBQTs7QUFBQTtBQUM1RDs7QUFDQTs7QUFBQTs7QUFBQTtBQUFBO0FBQUE7QUFBQXpCLE1BQUFBLElBQUksQ0FBQ0UsS0FBTCxFQUFXNEIsSUFBWDtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQW9CdUIsTUFBQUEsYUFBYSxDQUFDSixLQUFELENBQWpDO0FBQ0QsS0FITSxNQUdBLElBQUl4QixXQUFXLENBQUMsQ0FBRCxDQUFYLEtBQW1CLEdBQW5CLElBQTBCMEIsWUFBWSxDQUFDLENBQUQsQ0FBWixLQUFvQixHQUFsRCxFQUF1RDtBQUM1RDtBQUNBRyxNQUFBQSxPQUFPLENBQUN0RCxJQUFELEVBQU9PLElBQVAsRUFBYTBDLEtBQWIsQ0FBUDtBQUNELEtBSE0sTUFHQSxJQUFJRSxZQUFZLENBQUMsQ0FBRCxDQUFaLEtBQW9CLEdBQXBCLElBQTJCMUIsV0FBVyxDQUFDLENBQUQsQ0FBWCxLQUFtQixHQUFsRCxFQUF1RDtBQUM1RDtBQUNBNkIsTUFBQUEsT0FBTyxDQUFDdEQsSUFBRCxFQUFPaUQsS0FBUCxFQUFjMUMsSUFBZCxFQUFvQixJQUFwQixDQUFQO0FBQ0QsS0FITSxNQUdBLElBQUlrQixXQUFXLEtBQUswQixZQUFwQixFQUFrQztBQUN2QztBQUNBbkQsTUFBQUEsSUFBSSxDQUFDRSxLQUFMLENBQVc0QixJQUFYLENBQWdCTCxXQUFoQjtBQUNBbEIsTUFBQUEsSUFBSSxDQUFDSyxLQUFMO0FBQ0FxQyxNQUFBQSxLQUFLLENBQUNyQyxLQUFOO0FBQ0QsS0FMTSxNQUtBO0FBQ0w7QUFDQStCLE1BQUFBLFFBQVEsQ0FBQzNDLElBQUQsRUFBT3FELGFBQWEsQ0FBQzlDLElBQUQsQ0FBcEIsRUFBNEI4QyxhQUFhLENBQUNKLEtBQUQsQ0FBekMsQ0FBUjtBQUNEO0FBQ0YsR0F4Q3VFLENBMEN4RTs7O0FBQ0FNLEVBQUFBLGNBQWMsQ0FBQ3ZELElBQUQsRUFBT08sSUFBUCxDQUFkO0FBQ0FnRCxFQUFBQSxjQUFjLENBQUN2RCxJQUFELEVBQU9pRCxLQUFQLENBQWQ7QUFFQWxELEVBQUFBLGFBQWEsQ0FBQ0MsSUFBRCxDQUFiO0FBQ0Q7O0FBRUQsU0FBU29ELFlBQVQsQ0FBc0JwRCxJQUF0QixFQUE0Qk8sSUFBNUIsRUFBa0MwQyxLQUFsQyxFQUF5QztBQUN2QyxNQUFJTyxTQUFTLEdBQUdILGFBQWEsQ0FBQzlDLElBQUQsQ0FBN0I7QUFBQSxNQUNJa0QsWUFBWSxHQUFHSixhQUFhLENBQUNKLEtBQUQsQ0FEaEM7O0FBR0EsTUFBSVMsVUFBVSxDQUFDRixTQUFELENBQVYsSUFBeUJFLFVBQVUsQ0FBQ0QsWUFBRCxDQUF2QyxFQUF1RDtBQUNyRDtBQUNBO0FBQUk7QUFBQTtBQUFBOztBQUFBRTtBQUFBQTtBQUFBQTtBQUFBQTtBQUFBQTtBQUFBQTtBQUFBO0FBQUEsS0FBZ0JILFNBQWhCLEVBQTJCQyxZQUEzQixLQUNHRyxrQkFBa0IsQ0FBQ1gsS0FBRCxFQUFRTyxTQUFSLEVBQW1CQSxTQUFTLENBQUNoQyxNQUFWLEdBQW1CaUMsWUFBWSxDQUFDakMsTUFBbkQsQ0FEekIsRUFDcUY7QUFBQTtBQUFBOztBQUFBOztBQUNuRjs7QUFBQTs7QUFBQTtBQUFBO0FBQUE7QUFBQXhCLE1BQUFBLElBQUksQ0FBQ0UsS0FBTCxFQUFXNEIsSUFBWDtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQW9CMEIsTUFBQUEsU0FBcEI7O0FBQ0E7QUFDRCxLQUpELE1BSU87QUFBSTtBQUFBO0FBQUE7O0FBQUFHO0FBQUFBO0FBQUFBO0FBQUFBO0FBQUFBO0FBQUFBO0FBQUE7QUFBQSxLQUFnQkYsWUFBaEIsRUFBOEJELFNBQTlCLEtBQ0pJLGtCQUFrQixDQUFDckQsSUFBRCxFQUFPa0QsWUFBUCxFQUFxQkEsWUFBWSxDQUFDakMsTUFBYixHQUFzQmdDLFNBQVMsQ0FBQ2hDLE1BQXJELENBRGxCLEVBQ2dGO0FBQUE7QUFBQTs7QUFBQTs7QUFDckY7O0FBQUE7O0FBQUE7QUFBQTtBQUFBO0FBQUF4QixNQUFBQSxJQUFJLENBQUNFLEtBQUwsRUFBVzRCLElBQVg7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFvQjJCLE1BQUFBLFlBQXBCOztBQUNBO0FBQ0Q7QUFDRixHQVhELE1BV087QUFBSTtBQUFBO0FBQUE7O0FBQUFJO0FBQUFBO0FBQUFBO0FBQUFBO0FBQUFBO0FBQUFBO0FBQUE7QUFBQSxHQUFXTCxTQUFYLEVBQXNCQyxZQUF0QixDQUFKLEVBQXlDO0FBQUE7QUFBQTs7QUFBQTs7QUFDOUM7O0FBQUE7O0FBQUE7QUFBQTtBQUFBO0FBQUF6RCxJQUFBQSxJQUFJLENBQUNFLEtBQUwsRUFBVzRCLElBQVg7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFvQjBCLElBQUFBLFNBQXBCOztBQUNBO0FBQ0Q7O0FBRURiLEVBQUFBLFFBQVEsQ0FBQzNDLElBQUQsRUFBT3dELFNBQVAsRUFBa0JDLFlBQWxCLENBQVI7QUFDRDs7QUFFRCxTQUFTSCxPQUFULENBQWlCdEQsSUFBakIsRUFBdUJPLElBQXZCLEVBQTZCMEMsS0FBN0IsRUFBb0NhLElBQXBDLEVBQTBDO0FBQ3hDLE1BQUlOLFNBQVMsR0FBR0gsYUFBYSxDQUFDOUMsSUFBRCxDQUE3QjtBQUFBLE1BQ0lrRCxZQUFZLEdBQUdNLGNBQWMsQ0FBQ2QsS0FBRCxFQUFRTyxTQUFSLENBRGpDOztBQUVBLE1BQUlDLFlBQVksQ0FBQ08sTUFBakIsRUFBeUI7QUFBQTtBQUFBOztBQUFBOztBQUN2Qjs7QUFBQTs7QUFBQTtBQUFBO0FBQUE7QUFBQWhFLElBQUFBLElBQUksQ0FBQ0UsS0FBTCxFQUFXNEIsSUFBWDtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQW9CMkIsSUFBQUEsWUFBWSxDQUFDTyxNQUFqQztBQUNELEdBRkQsTUFFTztBQUNMckIsSUFBQUEsUUFBUSxDQUFDM0MsSUFBRCxFQUFPOEQsSUFBSSxHQUFHTCxZQUFILEdBQWtCRCxTQUE3QixFQUF3Q00sSUFBSSxHQUFHTixTQUFILEdBQWVDLFlBQTNELENBQVI7QUFDRDtBQUNGOztBQUVELFNBQVNkLFFBQVQsQ0FBa0IzQyxJQUFsQixFQUF3Qk8sSUFBeEIsRUFBOEIwQyxLQUE5QixFQUFxQztBQUNuQ2pELEVBQUFBLElBQUksQ0FBQzJDLFFBQUwsR0FBZ0IsSUFBaEI7QUFDQTNDLEVBQUFBLElBQUksQ0FBQ0UsS0FBTCxDQUFXNEIsSUFBWCxDQUFnQjtBQUNkYSxJQUFBQSxRQUFRLEVBQUUsSUFESTtBQUVkcEMsSUFBQUEsSUFBSSxFQUFFQSxJQUZRO0FBR2RDLElBQUFBLE1BQU0sRUFBRXlDO0FBSE0sR0FBaEI7QUFLRDs7QUFFRCxTQUFTQyxhQUFULENBQXVCbEQsSUFBdkIsRUFBNkJpRSxNQUE3QixFQUFxQ2hCLEtBQXJDLEVBQTRDO0FBQzFDLFNBQU9nQixNQUFNLENBQUNwQixNQUFQLEdBQWdCSSxLQUFLLENBQUNKLE1BQXRCLElBQWdDb0IsTUFBTSxDQUFDckQsS0FBUCxHQUFlcUQsTUFBTSxDQUFDL0QsS0FBUCxDQUFhc0IsTUFBbkUsRUFBMkU7QUFDekUsUUFBSTBDLElBQUksR0FBR0QsTUFBTSxDQUFDL0QsS0FBUCxDQUFhK0QsTUFBTSxDQUFDckQsS0FBUCxFQUFiLENBQVg7QUFDQVosSUFBQUEsSUFBSSxDQUFDRSxLQUFMLENBQVc0QixJQUFYLENBQWdCb0MsSUFBaEI7QUFDQUQsSUFBQUEsTUFBTSxDQUFDcEIsTUFBUDtBQUNEO0FBQ0Y7O0FBQ0QsU0FBU1UsY0FBVCxDQUF3QnZELElBQXhCLEVBQThCaUUsTUFBOUIsRUFBc0M7QUFDcEMsU0FBT0EsTUFBTSxDQUFDckQsS0FBUCxHQUFlcUQsTUFBTSxDQUFDL0QsS0FBUCxDQUFhc0IsTUFBbkMsRUFBMkM7QUFDekMsUUFBSTBDLElBQUksR0FBR0QsTUFBTSxDQUFDL0QsS0FBUCxDQUFhK0QsTUFBTSxDQUFDckQsS0FBUCxFQUFiLENBQVg7QUFDQVosSUFBQUEsSUFBSSxDQUFDRSxLQUFMLENBQVc0QixJQUFYLENBQWdCb0MsSUFBaEI7QUFDRDtBQUNGOztBQUVELFNBQVNiLGFBQVQsQ0FBdUJjLEtBQXZCLEVBQThCO0FBQzVCLE1BQUl4RCxHQUFHLEdBQUcsRUFBVjtBQUFBLE1BQ0l5RCxTQUFTLEdBQUdELEtBQUssQ0FBQ2pFLEtBQU4sQ0FBWWlFLEtBQUssQ0FBQ3ZELEtBQWxCLEVBQXlCLENBQXpCLENBRGhCOztBQUVBLFNBQU91RCxLQUFLLENBQUN2RCxLQUFOLEdBQWN1RCxLQUFLLENBQUNqRSxLQUFOLENBQVlzQixNQUFqQyxFQUF5QztBQUN2QyxRQUFJMEMsSUFBSSxHQUFHQyxLQUFLLENBQUNqRSxLQUFOLENBQVlpRSxLQUFLLENBQUN2RCxLQUFsQixDQUFYLENBRHVDLENBR3ZDOztBQUNBLFFBQUl3RCxTQUFTLEtBQUssR0FBZCxJQUFxQkYsSUFBSSxDQUFDLENBQUQsQ0FBSixLQUFZLEdBQXJDLEVBQTBDO0FBQ3hDRSxNQUFBQSxTQUFTLEdBQUcsR0FBWjtBQUNEOztBQUVELFFBQUlBLFNBQVMsS0FBS0YsSUFBSSxDQUFDLENBQUQsQ0FBdEIsRUFBMkI7QUFDekJ2RCxNQUFBQSxHQUFHLENBQUNtQixJQUFKLENBQVNvQyxJQUFUO0FBQ0FDLE1BQUFBLEtBQUssQ0FBQ3ZELEtBQU47QUFDRCxLQUhELE1BR087QUFDTDtBQUNEO0FBQ0Y7O0FBRUQsU0FBT0QsR0FBUDtBQUNEOztBQUNELFNBQVNvRCxjQUFULENBQXdCSSxLQUF4QixFQUErQkUsWUFBL0IsRUFBNkM7QUFDM0MsTUFBSUMsT0FBTyxHQUFHLEVBQWQ7QUFBQSxNQUNJTixNQUFNLEdBQUcsRUFEYjtBQUFBLE1BRUlPLFVBQVUsR0FBRyxDQUZqQjtBQUFBLE1BR0lDLGNBQWMsR0FBRyxLQUhyQjtBQUFBLE1BSUlDLFVBQVUsR0FBRyxLQUpqQjs7QUFLQSxTQUFPRixVQUFVLEdBQUdGLFlBQVksQ0FBQzdDLE1BQTFCLElBQ0UyQyxLQUFLLENBQUN2RCxLQUFOLEdBQWN1RCxLQUFLLENBQUNqRSxLQUFOLENBQVlzQixNQURuQyxFQUMyQztBQUN6QyxRQUFJa0QsTUFBTSxHQUFHUCxLQUFLLENBQUNqRSxLQUFOLENBQVlpRSxLQUFLLENBQUN2RCxLQUFsQixDQUFiO0FBQUEsUUFDSStELEtBQUssR0FBR04sWUFBWSxDQUFDRSxVQUFELENBRHhCLENBRHlDLENBSXpDOztBQUNBLFFBQUlJLEtBQUssQ0FBQyxDQUFELENBQUwsS0FBYSxHQUFqQixFQUFzQjtBQUNwQjtBQUNEOztBQUVESCxJQUFBQSxjQUFjLEdBQUdBLGNBQWMsSUFBSUUsTUFBTSxDQUFDLENBQUQsQ0FBTixLQUFjLEdBQWpEO0FBRUFWLElBQUFBLE1BQU0sQ0FBQ2xDLElBQVAsQ0FBWTZDLEtBQVo7QUFDQUosSUFBQUEsVUFBVSxHQVorQixDQWN6QztBQUNBOztBQUNBLFFBQUlHLE1BQU0sQ0FBQyxDQUFELENBQU4sS0FBYyxHQUFsQixFQUF1QjtBQUNyQkQsTUFBQUEsVUFBVSxHQUFHLElBQWI7O0FBRUEsYUFBT0MsTUFBTSxDQUFDLENBQUQsQ0FBTixLQUFjLEdBQXJCLEVBQTBCO0FBQ3hCSixRQUFBQSxPQUFPLENBQUN4QyxJQUFSLENBQWE0QyxNQUFiO0FBQ0FBLFFBQUFBLE1BQU0sR0FBR1AsS0FBSyxDQUFDakUsS0FBTixDQUFZLEVBQUVpRSxLQUFLLENBQUN2RCxLQUFwQixDQUFUO0FBQ0Q7QUFDRjs7QUFFRCxRQUFJK0QsS0FBSyxDQUFDQyxNQUFOLENBQWEsQ0FBYixNQUFvQkYsTUFBTSxDQUFDRSxNQUFQLENBQWMsQ0FBZCxDQUF4QixFQUEwQztBQUN4Q04sTUFBQUEsT0FBTyxDQUFDeEMsSUFBUixDQUFhNEMsTUFBYjtBQUNBUCxNQUFBQSxLQUFLLENBQUN2RCxLQUFOO0FBQ0QsS0FIRCxNQUdPO0FBQ0w2RCxNQUFBQSxVQUFVLEdBQUcsSUFBYjtBQUNEO0FBQ0Y7O0FBRUQsTUFBSSxDQUFDSixZQUFZLENBQUNFLFVBQUQsQ0FBWixJQUE0QixFQUE3QixFQUFpQyxDQUFqQyxNQUF3QyxHQUF4QyxJQUNHQyxjQURQLEVBQ3VCO0FBQ3JCQyxJQUFBQSxVQUFVLEdBQUcsSUFBYjtBQUNEOztBQUVELE1BQUlBLFVBQUosRUFBZ0I7QUFDZCxXQUFPSCxPQUFQO0FBQ0Q7O0FBRUQsU0FBT0MsVUFBVSxHQUFHRixZQUFZLENBQUM3QyxNQUFqQyxFQUF5QztBQUN2Q3dDLElBQUFBLE1BQU0sQ0FBQ2xDLElBQVAsQ0FBWXVDLFlBQVksQ0FBQ0UsVUFBVSxFQUFYLENBQXhCO0FBQ0Q7O0FBRUQsU0FBTztBQUNMUCxJQUFBQSxNQUFNLEVBQU5BLE1BREs7QUFFTE0sSUFBQUEsT0FBTyxFQUFQQTtBQUZLLEdBQVA7QUFJRDs7QUFFRCxTQUFTWixVQUFULENBQW9CWSxPQUFwQixFQUE2QjtBQUMzQixTQUFPQSxPQUFPLENBQUNPLE1BQVIsQ0FBZSxVQUFTQyxJQUFULEVBQWVKLE1BQWYsRUFBdUI7QUFDM0MsV0FBT0ksSUFBSSxJQUFJSixNQUFNLENBQUMsQ0FBRCxDQUFOLEtBQWMsR0FBN0I7QUFDRCxHQUZNLEVBRUosSUFGSSxDQUFQO0FBR0Q7O0FBQ0QsU0FBU2Qsa0JBQVQsQ0FBNEJPLEtBQTVCLEVBQW1DWSxhQUFuQyxFQUFrREMsS0FBbEQsRUFBeUQ7QUFDdkQsT0FBSyxJQUFJQyxDQUFDLEdBQUcsQ0FBYixFQUFnQkEsQ0FBQyxHQUFHRCxLQUFwQixFQUEyQkMsQ0FBQyxFQUE1QixFQUFnQztBQUM5QixRQUFJQyxhQUFhLEdBQUdILGFBQWEsQ0FBQ0EsYUFBYSxDQUFDdkQsTUFBZCxHQUF1QndELEtBQXZCLEdBQStCQyxDQUFoQyxDQUFiLENBQWdETCxNQUFoRCxDQUF1RCxDQUF2RCxDQUFwQjs7QUFDQSxRQUFJVCxLQUFLLENBQUNqRSxLQUFOLENBQVlpRSxLQUFLLENBQUN2RCxLQUFOLEdBQWNxRSxDQUExQixNQUFpQyxNQUFNQyxhQUEzQyxFQUEwRDtBQUN4RCxhQUFPLEtBQVA7QUFDRDtBQUNGOztBQUVEZixFQUFBQSxLQUFLLENBQUN2RCxLQUFOLElBQWVvRSxLQUFmO0FBQ0EsU0FBTyxJQUFQO0FBQ0Q7O0FBRUQsU0FBUy9FLG1CQUFULENBQTZCQyxLQUE3QixFQUFvQztBQUNsQyxNQUFJQyxRQUFRLEdBQUcsQ0FBZjtBQUNBLE1BQUlDLFFBQVEsR0FBRyxDQUFmO0FBRUFGLEVBQUFBLEtBQUssQ0FBQ2lGLE9BQU4sQ0FBYyxVQUFTakIsSUFBVCxFQUFlO0FBQzNCLFFBQUksT0FBT0EsSUFBUCxLQUFnQixRQUFwQixFQUE4QjtBQUM1QixVQUFJa0IsT0FBTyxHQUFHbkYsbUJBQW1CLENBQUNpRSxJQUFJLENBQUMzRCxJQUFOLENBQWpDO0FBQ0EsVUFBSThFLFVBQVUsR0FBR3BGLG1CQUFtQixDQUFDaUUsSUFBSSxDQUFDMUQsTUFBTixDQUFwQzs7QUFFQSxVQUFJTCxRQUFRLEtBQUtFLFNBQWpCLEVBQTRCO0FBQzFCLFlBQUkrRSxPQUFPLENBQUNqRixRQUFSLEtBQXFCa0YsVUFBVSxDQUFDbEYsUUFBcEMsRUFBOEM7QUFDNUNBLFVBQUFBLFFBQVEsSUFBSWlGLE9BQU8sQ0FBQ2pGLFFBQXBCO0FBQ0QsU0FGRCxNQUVPO0FBQ0xBLFVBQUFBLFFBQVEsR0FBR0UsU0FBWDtBQUNEO0FBQ0Y7O0FBRUQsVUFBSUQsUUFBUSxLQUFLQyxTQUFqQixFQUE0QjtBQUMxQixZQUFJK0UsT0FBTyxDQUFDaEYsUUFBUixLQUFxQmlGLFVBQVUsQ0FBQ2pGLFFBQXBDLEVBQThDO0FBQzVDQSxVQUFBQSxRQUFRLElBQUlnRixPQUFPLENBQUNoRixRQUFwQjtBQUNELFNBRkQsTUFFTztBQUNMQSxVQUFBQSxRQUFRLEdBQUdDLFNBQVg7QUFDRDtBQUNGO0FBQ0YsS0FuQkQsTUFtQk87QUFDTCxVQUFJRCxRQUFRLEtBQUtDLFNBQWIsS0FBMkI2RCxJQUFJLENBQUMsQ0FBRCxDQUFKLEtBQVksR0FBWixJQUFtQkEsSUFBSSxDQUFDLENBQUQsQ0FBSixLQUFZLEdBQTFELENBQUosRUFBb0U7QUFDbEU5RCxRQUFBQSxRQUFRO0FBQ1Q7O0FBQ0QsVUFBSUQsUUFBUSxLQUFLRSxTQUFiLEtBQTJCNkQsSUFBSSxDQUFDLENBQUQsQ0FBSixLQUFZLEdBQVosSUFBbUJBLElBQUksQ0FBQyxDQUFELENBQUosS0FBWSxHQUExRCxDQUFKLEVBQW9FO0FBQ2xFL0QsUUFBQUEsUUFBUTtBQUNUO0FBQ0Y7QUFDRixHQTVCRDtBQThCQSxTQUFPO0FBQUNBLElBQUFBLFFBQVEsRUFBUkEsUUFBRDtBQUFXQyxJQUFBQSxRQUFRLEVBQVJBO0FBQVgsR0FBUDtBQUNEIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtzdHJ1Y3R1cmVkUGF0Y2h9IGZyb20gJy4vY3JlYXRlJztcbmltcG9ydCB7cGFyc2VQYXRjaH0gZnJvbSAnLi9wYXJzZSc7XG5cbmltcG9ydCB7YXJyYXlFcXVhbCwgYXJyYXlTdGFydHNXaXRofSBmcm9tICcuLi91dGlsL2FycmF5JztcblxuZXhwb3J0IGZ1bmN0aW9uIGNhbGNMaW5lQ291bnQoaHVuaykge1xuICBjb25zdCB7b2xkTGluZXMsIG5ld0xpbmVzfSA9IGNhbGNPbGROZXdMaW5lQ291bnQoaHVuay5saW5lcyk7XG5cbiAgaWYgKG9sZExpbmVzICE9PSB1bmRlZmluZWQpIHtcbiAgICBodW5rLm9sZExpbmVzID0gb2xkTGluZXM7XG4gIH0gZWxzZSB7XG4gICAgZGVsZXRlIGh1bmsub2xkTGluZXM7XG4gIH1cblxuICBpZiAobmV3TGluZXMgIT09IHVuZGVmaW5lZCkge1xuICAgIGh1bmsubmV3TGluZXMgPSBuZXdMaW5lcztcbiAgfSBlbHNlIHtcbiAgICBkZWxldGUgaHVuay5uZXdMaW5lcztcbiAgfVxufVxuXG5leHBvcnQgZnVuY3Rpb24gbWVyZ2UobWluZSwgdGhlaXJzLCBiYXNlKSB7XG4gIG1pbmUgPSBsb2FkUGF0Y2gobWluZSwgYmFzZSk7XG4gIHRoZWlycyA9IGxvYWRQYXRjaCh0aGVpcnMsIGJhc2UpO1xuXG4gIGxldCByZXQgPSB7fTtcblxuICAvLyBGb3IgaW5kZXggd2UganVzdCBsZXQgaXQgcGFzcyB0aHJvdWdoIGFzIGl0IGRvZXNuJ3QgaGF2ZSBhbnkgbmVjZXNzYXJ5IG1lYW5pbmcuXG4gIC8vIExlYXZpbmcgc2FuaXR5IGNoZWNrcyBvbiB0aGlzIHRvIHRoZSBBUEkgY29uc3VtZXIgdGhhdCBtYXkga25vdyBtb3JlIGFib3V0IHRoZVxuICAvLyBtZWFuaW5nIGluIHRoZWlyIG93biBjb250ZXh0LlxuICBpZiAobWluZS5pbmRleCB8fCB0aGVpcnMuaW5kZXgpIHtcbiAgICByZXQuaW5kZXggPSBtaW5lLmluZGV4IHx8IHRoZWlycy5pbmRleDtcbiAgfVxuXG4gIGlmIChtaW5lLm5ld0ZpbGVOYW1lIHx8IHRoZWlycy5uZXdGaWxlTmFtZSkge1xuICAgIGlmICghZmlsZU5hbWVDaGFuZ2VkKG1pbmUpKSB7XG4gICAgICAvLyBObyBoZWFkZXIgb3Igbm8gY2hhbmdlIGluIG91cnMsIHVzZSB0aGVpcnMgKGFuZCBvdXJzIGlmIHRoZWlycyBkb2VzIG5vdCBleGlzdClcbiAgICAgIHJldC5vbGRGaWxlTmFtZSA9IHRoZWlycy5vbGRGaWxlTmFtZSB8fCBtaW5lLm9sZEZpbGVOYW1lO1xuICAgICAgcmV0Lm5ld0ZpbGVOYW1lID0gdGhlaXJzLm5ld0ZpbGVOYW1lIHx8IG1pbmUubmV3RmlsZU5hbWU7XG4gICAgICByZXQub2xkSGVhZGVyID0gdGhlaXJzLm9sZEhlYWRlciB8fCBtaW5lLm9sZEhlYWRlcjtcbiAgICAgIHJldC5uZXdIZWFkZXIgPSB0aGVpcnMubmV3SGVhZGVyIHx8IG1pbmUubmV3SGVhZGVyO1xuICAgIH0gZWxzZSBpZiAoIWZpbGVOYW1lQ2hhbmdlZCh0aGVpcnMpKSB7XG4gICAgICAvLyBObyBoZWFkZXIgb3Igbm8gY2hhbmdlIGluIHRoZWlycywgdXNlIG91cnNcbiAgICAgIHJldC5vbGRGaWxlTmFtZSA9IG1pbmUub2xkRmlsZU5hbWU7XG4gICAgICByZXQubmV3RmlsZU5hbWUgPSBtaW5lLm5ld0ZpbGVOYW1lO1xuICAgICAgcmV0Lm9sZEhlYWRlciA9IG1pbmUub2xkSGVhZGVyO1xuICAgICAgcmV0Lm5ld0hlYWRlciA9IG1pbmUubmV3SGVhZGVyO1xuICAgIH0gZWxzZSB7XG4gICAgICAvLyBCb3RoIGNoYW5nZWQuLi4gZmlndXJlIGl0IG91dFxuICAgICAgcmV0Lm9sZEZpbGVOYW1lID0gc2VsZWN0RmllbGQocmV0LCBtaW5lLm9sZEZpbGVOYW1lLCB0aGVpcnMub2xkRmlsZU5hbWUpO1xuICAgICAgcmV0Lm5ld0ZpbGVOYW1lID0gc2VsZWN0RmllbGQocmV0LCBtaW5lLm5ld0ZpbGVOYW1lLCB0aGVpcnMubmV3RmlsZU5hbWUpO1xuICAgICAgcmV0Lm9sZEhlYWRlciA9IHNlbGVjdEZpZWxkKHJldCwgbWluZS5vbGRIZWFkZXIsIHRoZWlycy5vbGRIZWFkZXIpO1xuICAgICAgcmV0Lm5ld0hlYWRlciA9IHNlbGVjdEZpZWxkKHJldCwgbWluZS5uZXdIZWFkZXIsIHRoZWlycy5uZXdIZWFkZXIpO1xuICAgIH1cbiAgfVxuXG4gIHJldC5odW5rcyA9IFtdO1xuXG4gIGxldCBtaW5lSW5kZXggPSAwLFxuICAgICAgdGhlaXJzSW5kZXggPSAwLFxuICAgICAgbWluZU9mZnNldCA9IDAsXG4gICAgICB0aGVpcnNPZmZzZXQgPSAwO1xuXG4gIHdoaWxlIChtaW5lSW5kZXggPCBtaW5lLmh1bmtzLmxlbmd0aCB8fCB0aGVpcnNJbmRleCA8IHRoZWlycy5odW5rcy5sZW5ndGgpIHtcbiAgICBsZXQgbWluZUN1cnJlbnQgPSBtaW5lLmh1bmtzW21pbmVJbmRleF0gfHwge29sZFN0YXJ0OiBJbmZpbml0eX0sXG4gICAgICAgIHRoZWlyc0N1cnJlbnQgPSB0aGVpcnMuaHVua3NbdGhlaXJzSW5kZXhdIHx8IHtvbGRTdGFydDogSW5maW5pdHl9O1xuXG4gICAgaWYgKGh1bmtCZWZvcmUobWluZUN1cnJlbnQsIHRoZWlyc0N1cnJlbnQpKSB7XG4gICAgICAvLyBUaGlzIHBhdGNoIGRvZXMgbm90IG92ZXJsYXAgd2l0aCBhbnkgb2YgdGhlIG90aGVycywgeWF5LlxuICAgICAgcmV0Lmh1bmtzLnB1c2goY2xvbmVIdW5rKG1pbmVDdXJyZW50LCBtaW5lT2Zmc2V0KSk7XG4gICAgICBtaW5lSW5kZXgrKztcbiAgICAgIHRoZWlyc09mZnNldCArPSBtaW5lQ3VycmVudC5uZXdMaW5lcyAtIG1pbmVDdXJyZW50Lm9sZExpbmVzO1xuICAgIH0gZWxzZSBpZiAoaHVua0JlZm9yZSh0aGVpcnNDdXJyZW50LCBtaW5lQ3VycmVudCkpIHtcbiAgICAgIC8vIFRoaXMgcGF0Y2ggZG9lcyBub3Qgb3ZlcmxhcCB3aXRoIGFueSBvZiB0aGUgb3RoZXJzLCB5YXkuXG4gICAgICByZXQuaHVua3MucHVzaChjbG9uZUh1bmsodGhlaXJzQ3VycmVudCwgdGhlaXJzT2Zmc2V0KSk7XG4gICAgICB0aGVpcnNJbmRleCsrO1xuICAgICAgbWluZU9mZnNldCArPSB0aGVpcnNDdXJyZW50Lm5ld0xpbmVzIC0gdGhlaXJzQ3VycmVudC5vbGRMaW5lcztcbiAgICB9IGVsc2Uge1xuICAgICAgLy8gT3ZlcmxhcCwgbWVyZ2UgYXMgYmVzdCB3ZSBjYW5cbiAgICAgIGxldCBtZXJnZWRIdW5rID0ge1xuICAgICAgICBvbGRTdGFydDogTWF0aC5taW4obWluZUN1cnJlbnQub2xkU3RhcnQsIHRoZWlyc0N1cnJlbnQub2xkU3RhcnQpLFxuICAgICAgICBvbGRMaW5lczogMCxcbiAgICAgICAgbmV3U3RhcnQ6IE1hdGgubWluKG1pbmVDdXJyZW50Lm5ld1N0YXJ0ICsgbWluZU9mZnNldCwgdGhlaXJzQ3VycmVudC5vbGRTdGFydCArIHRoZWlyc09mZnNldCksXG4gICAgICAgIG5ld0xpbmVzOiAwLFxuICAgICAgICBsaW5lczogW11cbiAgICAgIH07XG4gICAgICBtZXJnZUxpbmVzKG1lcmdlZEh1bmssIG1pbmVDdXJyZW50Lm9sZFN0YXJ0LCBtaW5lQ3VycmVudC5saW5lcywgdGhlaXJzQ3VycmVudC5vbGRTdGFydCwgdGhlaXJzQ3VycmVudC5saW5lcyk7XG4gICAgICB0aGVpcnNJbmRleCsrO1xuICAgICAgbWluZUluZGV4Kys7XG5cbiAgICAgIHJldC5odW5rcy5wdXNoKG1lcmdlZEh1bmspO1xuICAgIH1cbiAgfVxuXG4gIHJldHVybiByZXQ7XG59XG5cbmZ1bmN0aW9uIGxvYWRQYXRjaChwYXJhbSwgYmFzZSkge1xuICBpZiAodHlwZW9mIHBhcmFtID09PSAnc3RyaW5nJykge1xuICAgIGlmICgoL15AQC9tKS50ZXN0KHBhcmFtKSB8fCAoKC9eSW5kZXg6L20pLnRlc3QocGFyYW0pKSkge1xuICAgICAgcmV0dXJuIHBhcnNlUGF0Y2gocGFyYW0pWzBdO1xuICAgIH1cblxuICAgIGlmICghYmFzZSkge1xuICAgICAgdGhyb3cgbmV3IEVycm9yKCdNdXN0IHByb3ZpZGUgYSBiYXNlIHJlZmVyZW5jZSBvciBwYXNzIGluIGEgcGF0Y2gnKTtcbiAgICB9XG4gICAgcmV0dXJuIHN0cnVjdHVyZWRQYXRjaCh1bmRlZmluZWQsIHVuZGVmaW5lZCwgYmFzZSwgcGFyYW0pO1xuICB9XG5cbiAgcmV0dXJuIHBhcmFtO1xufVxuXG5mdW5jdGlvbiBmaWxlTmFtZUNoYW5nZWQocGF0Y2gpIHtcbiAgcmV0dXJuIHBhdGNoLm5ld0ZpbGVOYW1lICYmIHBhdGNoLm5ld0ZpbGVOYW1lICE9PSBwYXRjaC5vbGRGaWxlTmFtZTtcbn1cblxuZnVuY3Rpb24gc2VsZWN0RmllbGQoaW5kZXgsIG1pbmUsIHRoZWlycykge1xuICBpZiAobWluZSA9PT0gdGhlaXJzKSB7XG4gICAgcmV0dXJuIG1pbmU7XG4gIH0gZWxzZSB7XG4gICAgaW5kZXguY29uZmxpY3QgPSB0cnVlO1xuICAgIHJldHVybiB7bWluZSwgdGhlaXJzfTtcbiAgfVxufVxuXG5mdW5jdGlvbiBodW5rQmVmb3JlKHRlc3QsIGNoZWNrKSB7XG4gIHJldHVybiB0ZXN0Lm9sZFN0YXJ0IDwgY2hlY2sub2xkU3RhcnRcbiAgICAmJiAodGVzdC5vbGRTdGFydCArIHRlc3Qub2xkTGluZXMpIDwgY2hlY2sub2xkU3RhcnQ7XG59XG5cbmZ1bmN0aW9uIGNsb25lSHVuayhodW5rLCBvZmZzZXQpIHtcbiAgcmV0dXJuIHtcbiAgICBvbGRTdGFydDogaHVuay5vbGRTdGFydCwgb2xkTGluZXM6IGh1bmsub2xkTGluZXMsXG4gICAgbmV3U3RhcnQ6IGh1bmsubmV3U3RhcnQgKyBvZmZzZXQsIG5ld0xpbmVzOiBodW5rLm5ld0xpbmVzLFxuICAgIGxpbmVzOiBodW5rLmxpbmVzXG4gIH07XG59XG5cbmZ1bmN0aW9uIG1lcmdlTGluZXMoaHVuaywgbWluZU9mZnNldCwgbWluZUxpbmVzLCB0aGVpck9mZnNldCwgdGhlaXJMaW5lcykge1xuICAvLyBUaGlzIHdpbGwgZ2VuZXJhbGx5IHJlc3VsdCBpbiBhIGNvbmZsaWN0ZWQgaHVuaywgYnV0IHRoZXJlIGFyZSBjYXNlcyB3aGVyZSB0aGUgY29udGV4dFxuICAvLyBpcyB0aGUgb25seSBvdmVybGFwIHdoZXJlIHdlIGNhbiBzdWNjZXNzZnVsbHkgbWVyZ2UgdGhlIGNvbnRlbnQgaGVyZS5cbiAgbGV0IG1pbmUgPSB7b2Zmc2V0OiBtaW5lT2Zmc2V0LCBsaW5lczogbWluZUxpbmVzLCBpbmRleDogMH0sXG4gICAgICB0aGVpciA9IHtvZmZzZXQ6IHRoZWlyT2Zmc2V0LCBsaW5lczogdGhlaXJMaW5lcywgaW5kZXg6IDB9O1xuXG4gIC8vIEhhbmRsZSBhbnkgbGVhZGluZyBjb250ZW50XG4gIGluc2VydExlYWRpbmcoaHVuaywgbWluZSwgdGhlaXIpO1xuICBpbnNlcnRMZWFkaW5nKGh1bmssIHRoZWlyLCBtaW5lKTtcblxuICAvLyBOb3cgaW4gdGhlIG92ZXJsYXAgY29udGVudC4gU2NhbiB0aHJvdWdoIGFuZCBzZWxlY3QgdGhlIGJlc3QgY2hhbmdlcyBmcm9tIGVhY2guXG4gIHdoaWxlIChtaW5lLmluZGV4IDwgbWluZS5saW5lcy5sZW5ndGggJiYgdGhlaXIuaW5kZXggPCB0aGVpci5saW5lcy5sZW5ndGgpIHtcbiAgICBsZXQgbWluZUN1cnJlbnQgPSBtaW5lLmxpbmVzW21pbmUuaW5kZXhdLFxuICAgICAgICB0aGVpckN1cnJlbnQgPSB0aGVpci5saW5lc1t0aGVpci5pbmRleF07XG5cbiAgICBpZiAoKG1pbmVDdXJyZW50WzBdID09PSAnLScgfHwgbWluZUN1cnJlbnRbMF0gPT09ICcrJylcbiAgICAgICAgJiYgKHRoZWlyQ3VycmVudFswXSA9PT0gJy0nIHx8IHRoZWlyQ3VycmVudFswXSA9PT0gJysnKSkge1xuICAgICAgLy8gQm90aCBtb2RpZmllZCAuLi5cbiAgICAgIG11dHVhbENoYW5nZShodW5rLCBtaW5lLCB0aGVpcik7XG4gICAgfSBlbHNlIGlmIChtaW5lQ3VycmVudFswXSA9PT0gJysnICYmIHRoZWlyQ3VycmVudFswXSA9PT0gJyAnKSB7XG4gICAgICAvLyBNaW5lIGluc2VydGVkXG4gICAgICBodW5rLmxpbmVzLnB1c2goLi4uIGNvbGxlY3RDaGFuZ2UobWluZSkpO1xuICAgIH0gZWxzZSBpZiAodGhlaXJDdXJyZW50WzBdID09PSAnKycgJiYgbWluZUN1cnJlbnRbMF0gPT09ICcgJykge1xuICAgICAgLy8gVGhlaXJzIGluc2VydGVkXG4gICAgICBodW5rLmxpbmVzLnB1c2goLi4uIGNvbGxlY3RDaGFuZ2UodGhlaXIpKTtcbiAgICB9IGVsc2UgaWYgKG1pbmVDdXJyZW50WzBdID09PSAnLScgJiYgdGhlaXJDdXJyZW50WzBdID09PSAnICcpIHtcbiAgICAgIC8vIE1pbmUgcmVtb3ZlZCBvciBlZGl0ZWRcbiAgICAgIHJlbW92YWwoaHVuaywgbWluZSwgdGhlaXIpO1xuICAgIH0gZWxzZSBpZiAodGhlaXJDdXJyZW50WzBdID09PSAnLScgJiYgbWluZUN1cnJlbnRbMF0gPT09ICcgJykge1xuICAgICAgLy8gVGhlaXIgcmVtb3ZlZCBvciBlZGl0ZWRcbiAgICAgIHJlbW92YWwoaHVuaywgdGhlaXIsIG1pbmUsIHRydWUpO1xuICAgIH0gZWxzZSBpZiAobWluZUN1cnJlbnQgPT09IHRoZWlyQ3VycmVudCkge1xuICAgICAgLy8gQ29udGV4dCBpZGVudGl0eVxuICAgICAgaHVuay5saW5lcy5wdXNoKG1pbmVDdXJyZW50KTtcbiAgICAgIG1pbmUuaW5kZXgrKztcbiAgICAgIHRoZWlyLmluZGV4Kys7XG4gICAgfSBlbHNlIHtcbiAgICAgIC8vIENvbnRleHQgbWlzbWF0Y2hcbiAgICAgIGNvbmZsaWN0KGh1bmssIGNvbGxlY3RDaGFuZ2UobWluZSksIGNvbGxlY3RDaGFuZ2UodGhlaXIpKTtcbiAgICB9XG4gIH1cblxuICAvLyBOb3cgcHVzaCBhbnl0aGluZyB0aGF0IG1heSBiZSByZW1haW5pbmdcbiAgaW5zZXJ0VHJhaWxpbmcoaHVuaywgbWluZSk7XG4gIGluc2VydFRyYWlsaW5nKGh1bmssIHRoZWlyKTtcblxuICBjYWxjTGluZUNvdW50KGh1bmspO1xufVxuXG5mdW5jdGlvbiBtdXR1YWxDaGFuZ2UoaHVuaywgbWluZSwgdGhlaXIpIHtcbiAgbGV0IG15Q2hhbmdlcyA9IGNvbGxlY3RDaGFuZ2UobWluZSksXG4gICAgICB0aGVpckNoYW5nZXMgPSBjb2xsZWN0Q2hhbmdlKHRoZWlyKTtcblxuICBpZiAoYWxsUmVtb3ZlcyhteUNoYW5nZXMpICYmIGFsbFJlbW92ZXModGhlaXJDaGFuZ2VzKSkge1xuICAgIC8vIFNwZWNpYWwgY2FzZSBmb3IgcmVtb3ZlIGNoYW5nZXMgdGhhdCBhcmUgc3VwZXJzZXRzIG9mIG9uZSBhbm90aGVyXG4gICAgaWYgKGFycmF5U3RhcnRzV2l0aChteUNoYW5nZXMsIHRoZWlyQ2hhbmdlcylcbiAgICAgICAgJiYgc2tpcFJlbW92ZVN1cGVyc2V0KHRoZWlyLCBteUNoYW5nZXMsIG15Q2hhbmdlcy5sZW5ndGggLSB0aGVpckNoYW5nZXMubGVuZ3RoKSkge1xuICAgICAgaHVuay5saW5lcy5wdXNoKC4uLiBteUNoYW5nZXMpO1xuICAgICAgcmV0dXJuO1xuICAgIH0gZWxzZSBpZiAoYXJyYXlTdGFydHNXaXRoKHRoZWlyQ2hhbmdlcywgbXlDaGFuZ2VzKVxuICAgICAgICAmJiBza2lwUmVtb3ZlU3VwZXJzZXQobWluZSwgdGhlaXJDaGFuZ2VzLCB0aGVpckNoYW5nZXMubGVuZ3RoIC0gbXlDaGFuZ2VzLmxlbmd0aCkpIHtcbiAgICAgIGh1bmsubGluZXMucHVzaCguLi4gdGhlaXJDaGFuZ2VzKTtcbiAgICAgIHJldHVybjtcbiAgICB9XG4gIH0gZWxzZSBpZiAoYXJyYXlFcXVhbChteUNoYW5nZXMsIHRoZWlyQ2hhbmdlcykpIHtcbiAgICBodW5rLmxpbmVzLnB1c2goLi4uIG15Q2hhbmdlcyk7XG4gICAgcmV0dXJuO1xuICB9XG5cbiAgY29uZmxpY3QoaHVuaywgbXlDaGFuZ2VzLCB0aGVpckNoYW5nZXMpO1xufVxuXG5mdW5jdGlvbiByZW1vdmFsKGh1bmssIG1pbmUsIHRoZWlyLCBzd2FwKSB7XG4gIGxldCBteUNoYW5nZXMgPSBjb2xsZWN0Q2hhbmdlKG1pbmUpLFxuICAgICAgdGhlaXJDaGFuZ2VzID0gY29sbGVjdENvbnRleHQodGhlaXIsIG15Q2hhbmdlcyk7XG4gIGlmICh0aGVpckNoYW5nZXMubWVyZ2VkKSB7XG4gICAgaHVuay5saW5lcy5wdXNoKC4uLiB0aGVpckNoYW5nZXMubWVyZ2VkKTtcbiAgfSBlbHNlIHtcbiAgICBjb25mbGljdChodW5rLCBzd2FwID8gdGhlaXJDaGFuZ2VzIDogbXlDaGFuZ2VzLCBzd2FwID8gbXlDaGFuZ2VzIDogdGhlaXJDaGFuZ2VzKTtcbiAgfVxufVxuXG5mdW5jdGlvbiBjb25mbGljdChodW5rLCBtaW5lLCB0aGVpcikge1xuICBodW5rLmNvbmZsaWN0ID0gdHJ1ZTtcbiAgaHVuay5saW5lcy5wdXNoKHtcbiAgICBjb25mbGljdDogdHJ1ZSxcbiAgICBtaW5lOiBtaW5lLFxuICAgIHRoZWlyczogdGhlaXJcbiAgfSk7XG59XG5cbmZ1bmN0aW9uIGluc2VydExlYWRpbmcoaHVuaywgaW5zZXJ0LCB0aGVpcikge1xuICB3aGlsZSAoaW5zZXJ0Lm9mZnNldCA8IHRoZWlyLm9mZnNldCAmJiBpbnNlcnQuaW5kZXggPCBpbnNlcnQubGluZXMubGVuZ3RoKSB7XG4gICAgbGV0IGxpbmUgPSBpbnNlcnQubGluZXNbaW5zZXJ0LmluZGV4KytdO1xuICAgIGh1bmsubGluZXMucHVzaChsaW5lKTtcbiAgICBpbnNlcnQub2Zmc2V0Kys7XG4gIH1cbn1cbmZ1bmN0aW9uIGluc2VydFRyYWlsaW5nKGh1bmssIGluc2VydCkge1xuICB3aGlsZSAoaW5zZXJ0LmluZGV4IDwgaW5zZXJ0LmxpbmVzLmxlbmd0aCkge1xuICAgIGxldCBsaW5lID0gaW5zZXJ0LmxpbmVzW2luc2VydC5pbmRleCsrXTtcbiAgICBodW5rLmxpbmVzLnB1c2gobGluZSk7XG4gIH1cbn1cblxuZnVuY3Rpb24gY29sbGVjdENoYW5nZShzdGF0ZSkge1xuICBsZXQgcmV0ID0gW10sXG4gICAgICBvcGVyYXRpb24gPSBzdGF0ZS5saW5lc1tzdGF0ZS5pbmRleF1bMF07XG4gIHdoaWxlIChzdGF0ZS5pbmRleCA8IHN0YXRlLmxpbmVzLmxlbmd0aCkge1xuICAgIGxldCBsaW5lID0gc3RhdGUubGluZXNbc3RhdGUuaW5kZXhdO1xuXG4gICAgLy8gR3JvdXAgYWRkaXRpb25zIHRoYXQgYXJlIGltbWVkaWF0ZWx5IGFmdGVyIHN1YnRyYWN0aW9ucyBhbmQgdHJlYXQgdGhlbSBhcyBvbmUgXCJhdG9taWNcIiBtb2RpZnkgY2hhbmdlLlxuICAgIGlmIChvcGVyYXRpb24gPT09ICctJyAmJiBsaW5lWzBdID09PSAnKycpIHtcbiAgICAgIG9wZXJhdGlvbiA9ICcrJztcbiAgICB9XG5cbiAgICBpZiAob3BlcmF0aW9uID09PSBsaW5lWzBdKSB7XG4gICAgICByZXQucHVzaChsaW5lKTtcbiAgICAgIHN0YXRlLmluZGV4Kys7XG4gICAgfSBlbHNlIHtcbiAgICAgIGJyZWFrO1xuICAgIH1cbiAgfVxuXG4gIHJldHVybiByZXQ7XG59XG5mdW5jdGlvbiBjb2xsZWN0Q29udGV4dChzdGF0ZSwgbWF0Y2hDaGFuZ2VzKSB7XG4gIGxldCBjaGFuZ2VzID0gW10sXG4gICAgICBtZXJnZWQgPSBbXSxcbiAgICAgIG1hdGNoSW5kZXggPSAwLFxuICAgICAgY29udGV4dENoYW5nZXMgPSBmYWxzZSxcbiAgICAgIGNvbmZsaWN0ZWQgPSBmYWxzZTtcbiAgd2hpbGUgKG1hdGNoSW5kZXggPCBtYXRjaENoYW5nZXMubGVuZ3RoXG4gICAgICAgICYmIHN0YXRlLmluZGV4IDwgc3RhdGUubGluZXMubGVuZ3RoKSB7XG4gICAgbGV0IGNoYW5nZSA9IHN0YXRlLmxpbmVzW3N0YXRlLmluZGV4XSxcbiAgICAgICAgbWF0Y2ggPSBtYXRjaENoYW5nZXNbbWF0Y2hJbmRleF07XG5cbiAgICAvLyBPbmNlIHdlJ3ZlIGhpdCBvdXIgYWRkLCB0aGVuIHdlIGFyZSBkb25lXG4gICAgaWYgKG1hdGNoWzBdID09PSAnKycpIHtcbiAgICAgIGJyZWFrO1xuICAgIH1cblxuICAgIGNvbnRleHRDaGFuZ2VzID0gY29udGV4dENoYW5nZXMgfHwgY2hhbmdlWzBdICE9PSAnICc7XG5cbiAgICBtZXJnZWQucHVzaChtYXRjaCk7XG4gICAgbWF0Y2hJbmRleCsrO1xuXG4gICAgLy8gQ29uc3VtZSBhbnkgYWRkaXRpb25zIGluIHRoZSBvdGhlciBibG9jayBhcyBhIGNvbmZsaWN0IHRvIGF0dGVtcHRcbiAgICAvLyB0byBwdWxsIGluIHRoZSByZW1haW5pbmcgY29udGV4dCBhZnRlciB0aGlzXG4gICAgaWYgKGNoYW5nZVswXSA9PT0gJysnKSB7XG4gICAgICBjb25mbGljdGVkID0gdHJ1ZTtcblxuICAgICAgd2hpbGUgKGNoYW5nZVswXSA9PT0gJysnKSB7XG4gICAgICAgIGNoYW5nZXMucHVzaChjaGFuZ2UpO1xuICAgICAgICBjaGFuZ2UgPSBzdGF0ZS5saW5lc1srK3N0YXRlLmluZGV4XTtcbiAgICAgIH1cbiAgICB9XG5cbiAgICBpZiAobWF0Y2guc3Vic3RyKDEpID09PSBjaGFuZ2Uuc3Vic3RyKDEpKSB7XG4gICAgICBjaGFuZ2VzLnB1c2goY2hhbmdlKTtcbiAgICAgIHN0YXRlLmluZGV4Kys7XG4gICAgfSBlbHNlIHtcbiAgICAgIGNvbmZsaWN0ZWQgPSB0cnVlO1xuICAgIH1cbiAgfVxuXG4gIGlmICgobWF0Y2hDaGFuZ2VzW21hdGNoSW5kZXhdIHx8ICcnKVswXSA9PT0gJysnXG4gICAgICAmJiBjb250ZXh0Q2hhbmdlcykge1xuICAgIGNvbmZsaWN0ZWQgPSB0cnVlO1xuICB9XG5cbiAgaWYgKGNvbmZsaWN0ZWQpIHtcbiAgICByZXR1cm4gY2hhbmdlcztcbiAgfVxuXG4gIHdoaWxlIChtYXRjaEluZGV4IDwgbWF0Y2hDaGFuZ2VzLmxlbmd0aCkge1xuICAgIG1lcmdlZC5wdXNoKG1hdGNoQ2hhbmdlc1ttYXRjaEluZGV4KytdKTtcbiAgfVxuXG4gIHJldHVybiB7XG4gICAgbWVyZ2VkLFxuICAgIGNoYW5nZXNcbiAgfTtcbn1cblxuZnVuY3Rpb24gYWxsUmVtb3ZlcyhjaGFuZ2VzKSB7XG4gIHJldHVybiBjaGFuZ2VzLnJlZHVjZShmdW5jdGlvbihwcmV2LCBjaGFuZ2UpIHtcbiAgICByZXR1cm4gcHJldiAmJiBjaGFuZ2VbMF0gPT09ICctJztcbiAgfSwgdHJ1ZSk7XG59XG5mdW5jdGlvbiBza2lwUmVtb3ZlU3VwZXJzZXQoc3RhdGUsIHJlbW92ZUNoYW5nZXMsIGRlbHRhKSB7XG4gIGZvciAobGV0IGkgPSAwOyBpIDwgZGVsdGE7IGkrKykge1xuICAgIGxldCBjaGFuZ2VDb250ZW50ID0gcmVtb3ZlQ2hhbmdlc1tyZW1vdmVDaGFuZ2VzLmxlbmd0aCAtIGRlbHRhICsgaV0uc3Vic3RyKDEpO1xuICAgIGlmIChzdGF0ZS5saW5lc1tzdGF0ZS5pbmRleCArIGldICE9PSAnICcgKyBjaGFuZ2VDb250ZW50KSB7XG4gICAgICByZXR1cm4gZmFsc2U7XG4gICAgfVxuICB9XG5cbiAgc3RhdGUuaW5kZXggKz0gZGVsdGE7XG4gIHJldHVybiB0cnVlO1xufVxuXG5mdW5jdGlvbiBjYWxjT2xkTmV3TGluZUNvdW50KGxpbmVzKSB7XG4gIGxldCBvbGRMaW5lcyA9IDA7XG4gIGxldCBuZXdMaW5lcyA9IDA7XG5cbiAgbGluZXMuZm9yRWFjaChmdW5jdGlvbihsaW5lKSB7XG4gICAgaWYgKHR5cGVvZiBsaW5lICE9PSAnc3RyaW5nJykge1xuICAgICAgbGV0IG15Q291bnQgPSBjYWxjT2xkTmV3TGluZUNvdW50KGxpbmUubWluZSk7XG4gICAgICBsZXQgdGhlaXJDb3VudCA9IGNhbGNPbGROZXdMaW5lQ291bnQobGluZS50aGVpcnMpO1xuXG4gICAgICBpZiAob2xkTGluZXMgIT09IHVuZGVmaW5lZCkge1xuICAgICAgICBpZiAobXlDb3VudC5vbGRMaW5lcyA9PT0gdGhlaXJDb3VudC5vbGRMaW5lcykge1xuICAgICAgICAgIG9sZExpbmVzICs9IG15Q291bnQub2xkTGluZXM7XG4gICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgb2xkTGluZXMgPSB1bmRlZmluZWQ7XG4gICAgICAgIH1cbiAgICAgIH1cblxuICAgICAgaWYgKG5ld0xpbmVzICE9PSB1bmRlZmluZWQpIHtcbiAgICAgICAgaWYgKG15Q291bnQubmV3TGluZXMgPT09IHRoZWlyQ291bnQubmV3TGluZXMpIHtcbiAgICAgICAgICBuZXdMaW5lcyArPSBteUNvdW50Lm5ld0xpbmVzO1xuICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgIG5ld0xpbmVzID0gdW5kZWZpbmVkO1xuICAgICAgICB9XG4gICAgICB9XG4gICAgfSBlbHNlIHtcbiAgICAgIGlmIChuZXdMaW5lcyAhPT0gdW5kZWZpbmVkICYmIChsaW5lWzBdID09PSAnKycgfHwgbGluZVswXSA9PT0gJyAnKSkge1xuICAgICAgICBuZXdMaW5lcysrO1xuICAgICAgfVxuICAgICAgaWYgKG9sZExpbmVzICE9PSB1bmRlZmluZWQgJiYgKGxpbmVbMF0gPT09ICctJyB8fCBsaW5lWzBdID09PSAnICcpKSB7XG4gICAgICAgIG9sZExpbmVzKys7XG4gICAgICB9XG4gICAgfVxuICB9KTtcblxuICByZXR1cm4ge29sZExpbmVzLCBuZXdMaW5lc307XG59XG4iXX0= diff --git a/software/flow/node_modules/npm/node_modules/diff/lib/patch/parse.js b/software/flow/node_modules/npm/node_modules/diff/lib/patch/parse.js deleted file mode 100644 index f150104..0000000 --- a/software/flow/node_modules/npm/node_modules/diff/lib/patch/parse.js +++ /dev/null @@ -1,167 +0,0 @@ -/*istanbul ignore start*/ -"use strict"; - -Object.defineProperty(exports, "__esModule", { - value: true -}); -exports.parsePatch = parsePatch; - -/*istanbul ignore end*/ -function parsePatch(uniDiff) { - /*istanbul ignore start*/ - var - /*istanbul ignore end*/ - options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; - var diffstr = uniDiff.split(/\r\n|[\n\v\f\r\x85]/), - delimiters = uniDiff.match(/\r\n|[\n\v\f\r\x85]/g) || [], - list = [], - i = 0; - - function parseIndex() { - var index = {}; - list.push(index); // Parse diff metadata - - while (i < diffstr.length) { - var line = diffstr[i]; // File header found, end parsing diff metadata - - if (/^(\-\-\-|\+\+\+|@@)\s/.test(line)) { - break; - } // Diff index - - - var header = /^(?:Index:|diff(?: -r \w+)+)\s+(.+?)\s*$/.exec(line); - - if (header) { - index.index = header[1]; - } - - i++; - } // Parse file headers if they are defined. Unified diff requires them, but - // there's no technical issues to have an isolated hunk without file header - - - parseFileHeader(index); - parseFileHeader(index); // Parse hunks - - index.hunks = []; - - while (i < diffstr.length) { - var _line = diffstr[i]; - - if (/^(Index:|diff|\-\-\-|\+\+\+)\s/.test(_line)) { - break; - } else if (/^@@/.test(_line)) { - index.hunks.push(parseHunk()); - } else if (_line && options.strict) { - // Ignore unexpected content unless in strict mode - throw new Error('Unknown line ' + (i + 1) + ' ' + JSON.stringify(_line)); - } else { - i++; - } - } - } // Parses the --- and +++ headers, if none are found, no lines - // are consumed. - - - function parseFileHeader(index) { - var fileHeader = /^(---|\+\+\+)\s+(.*)$/.exec(diffstr[i]); - - if (fileHeader) { - var keyPrefix = fileHeader[1] === '---' ? 'old' : 'new'; - var data = fileHeader[2].split('\t', 2); - var fileName = data[0].replace(/\\\\/g, '\\'); - - if (/^".*"$/.test(fileName)) { - fileName = fileName.substr(1, fileName.length - 2); - } - - index[keyPrefix + 'FileName'] = fileName; - index[keyPrefix + 'Header'] = (data[1] || '').trim(); - i++; - } - } // Parses a hunk - // This assumes that we are at the start of a hunk. - - - function parseHunk() { - var chunkHeaderIndex = i, - chunkHeaderLine = diffstr[i++], - chunkHeader = chunkHeaderLine.split(/@@ -(\d+)(?:,(\d+))? \+(\d+)(?:,(\d+))? @@/); - var hunk = { - oldStart: +chunkHeader[1], - oldLines: typeof chunkHeader[2] === 'undefined' ? 1 : +chunkHeader[2], - newStart: +chunkHeader[3], - newLines: typeof chunkHeader[4] === 'undefined' ? 1 : +chunkHeader[4], - lines: [], - linedelimiters: [] - }; // Unified Diff Format quirk: If the chunk size is 0, - // the first number is one lower than one would expect. - // https://www.artima.com/weblogs/viewpost.jsp?thread=164293 - - if (hunk.oldLines === 0) { - hunk.oldStart += 1; - } - - if (hunk.newLines === 0) { - hunk.newStart += 1; - } - - var addCount = 0, - removeCount = 0; - - for (; i < diffstr.length; i++) { - // Lines starting with '---' could be mistaken for the "remove line" operation - // But they could be the header for the next file. Therefore prune such cases out. - if (diffstr[i].indexOf('--- ') === 0 && i + 2 < diffstr.length && diffstr[i + 1].indexOf('+++ ') === 0 && diffstr[i + 2].indexOf('@@') === 0) { - break; - } - - var operation = diffstr[i].length == 0 && i != diffstr.length - 1 ? ' ' : diffstr[i][0]; - - if (operation === '+' || operation === '-' || operation === ' ' || operation === '\\') { - hunk.lines.push(diffstr[i]); - hunk.linedelimiters.push(delimiters[i] || '\n'); - - if (operation === '+') { - addCount++; - } else if (operation === '-') { - removeCount++; - } else if (operation === ' ') { - addCount++; - removeCount++; - } - } else { - break; - } - } // Handle the empty block count case - - - if (!addCount && hunk.newLines === 1) { - hunk.newLines = 0; - } - - if (!removeCount && hunk.oldLines === 1) { - hunk.oldLines = 0; - } // Perform optional sanity checking - - - if (options.strict) { - if (addCount !== hunk.newLines) { - throw new Error('Added line count did not match for hunk at line ' + (chunkHeaderIndex + 1)); - } - - if (removeCount !== hunk.oldLines) { - throw new Error('Removed line count did not match for hunk at line ' + (chunkHeaderIndex + 1)); - } - } - - return hunk; - } - - while (i < diffstr.length) { - parseIndex(); - } - - return list; -} -//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9wYXRjaC9wYXJzZS5qcyJdLCJuYW1lcyI6WyJwYXJzZVBhdGNoIiwidW5pRGlmZiIsIm9wdGlvbnMiLCJkaWZmc3RyIiwic3BsaXQiLCJkZWxpbWl0ZXJzIiwibWF0Y2giLCJsaXN0IiwiaSIsInBhcnNlSW5kZXgiLCJpbmRleCIsInB1c2giLCJsZW5ndGgiLCJsaW5lIiwidGVzdCIsImhlYWRlciIsImV4ZWMiLCJwYXJzZUZpbGVIZWFkZXIiLCJodW5rcyIsInBhcnNlSHVuayIsInN0cmljdCIsIkVycm9yIiwiSlNPTiIsInN0cmluZ2lmeSIsImZpbGVIZWFkZXIiLCJrZXlQcmVmaXgiLCJkYXRhIiwiZmlsZU5hbWUiLCJyZXBsYWNlIiwic3Vic3RyIiwidHJpbSIsImNodW5rSGVhZGVySW5kZXgiLCJjaHVua0hlYWRlckxpbmUiLCJjaHVua0hlYWRlciIsImh1bmsiLCJvbGRTdGFydCIsIm9sZExpbmVzIiwibmV3U3RhcnQiLCJuZXdMaW5lcyIsImxpbmVzIiwibGluZWRlbGltaXRlcnMiLCJhZGRDb3VudCIsInJlbW92ZUNvdW50IiwiaW5kZXhPZiIsIm9wZXJhdGlvbiJdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7O0FBQU8sU0FBU0EsVUFBVCxDQUFvQkMsT0FBcEIsRUFBMkM7QUFBQTtBQUFBO0FBQUE7QUFBZEMsRUFBQUEsT0FBYyx1RUFBSixFQUFJO0FBQ2hELE1BQUlDLE9BQU8sR0FBR0YsT0FBTyxDQUFDRyxLQUFSLENBQWMscUJBQWQsQ0FBZDtBQUFBLE1BQ0lDLFVBQVUsR0FBR0osT0FBTyxDQUFDSyxLQUFSLENBQWMsc0JBQWQsS0FBeUMsRUFEMUQ7QUFBQSxNQUVJQyxJQUFJLEdBQUcsRUFGWDtBQUFBLE1BR0lDLENBQUMsR0FBRyxDQUhSOztBQUtBLFdBQVNDLFVBQVQsR0FBc0I7QUFDcEIsUUFBSUMsS0FBSyxHQUFHLEVBQVo7QUFDQUgsSUFBQUEsSUFBSSxDQUFDSSxJQUFMLENBQVVELEtBQVYsRUFGb0IsQ0FJcEI7O0FBQ0EsV0FBT0YsQ0FBQyxHQUFHTCxPQUFPLENBQUNTLE1BQW5CLEVBQTJCO0FBQ3pCLFVBQUlDLElBQUksR0FBR1YsT0FBTyxDQUFDSyxDQUFELENBQWxCLENBRHlCLENBR3pCOztBQUNBLFVBQUssdUJBQUQsQ0FBMEJNLElBQTFCLENBQStCRCxJQUEvQixDQUFKLEVBQTBDO0FBQ3hDO0FBQ0QsT0FOd0IsQ0FRekI7OztBQUNBLFVBQUlFLE1BQU0sR0FBSSwwQ0FBRCxDQUE2Q0MsSUFBN0MsQ0FBa0RILElBQWxELENBQWI7O0FBQ0EsVUFBSUUsTUFBSixFQUFZO0FBQ1ZMLFFBQUFBLEtBQUssQ0FBQ0EsS0FBTixHQUFjSyxNQUFNLENBQUMsQ0FBRCxDQUFwQjtBQUNEOztBQUVEUCxNQUFBQSxDQUFDO0FBQ0YsS0FwQm1CLENBc0JwQjtBQUNBOzs7QUFDQVMsSUFBQUEsZUFBZSxDQUFDUCxLQUFELENBQWY7QUFDQU8sSUFBQUEsZUFBZSxDQUFDUCxLQUFELENBQWYsQ0F6Qm9CLENBMkJwQjs7QUFDQUEsSUFBQUEsS0FBSyxDQUFDUSxLQUFOLEdBQWMsRUFBZDs7QUFFQSxXQUFPVixDQUFDLEdBQUdMLE9BQU8sQ0FBQ1MsTUFBbkIsRUFBMkI7QUFDekIsVUFBSUMsS0FBSSxHQUFHVixPQUFPLENBQUNLLENBQUQsQ0FBbEI7O0FBRUEsVUFBSyxnQ0FBRCxDQUFtQ00sSUFBbkMsQ0FBd0NELEtBQXhDLENBQUosRUFBbUQ7QUFDakQ7QUFDRCxPQUZELE1BRU8sSUFBSyxLQUFELENBQVFDLElBQVIsQ0FBYUQsS0FBYixDQUFKLEVBQXdCO0FBQzdCSCxRQUFBQSxLQUFLLENBQUNRLEtBQU4sQ0FBWVAsSUFBWixDQUFpQlEsU0FBUyxFQUExQjtBQUNELE9BRk0sTUFFQSxJQUFJTixLQUFJLElBQUlYLE9BQU8sQ0FBQ2tCLE1BQXBCLEVBQTRCO0FBQ2pDO0FBQ0EsY0FBTSxJQUFJQyxLQUFKLENBQVUsbUJBQW1CYixDQUFDLEdBQUcsQ0FBdkIsSUFBNEIsR0FBNUIsR0FBa0NjLElBQUksQ0FBQ0MsU0FBTCxDQUFlVixLQUFmLENBQTVDLENBQU47QUFDRCxPQUhNLE1BR0E7QUFDTEwsUUFBQUEsQ0FBQztBQUNGO0FBQ0Y7QUFDRixHQWxEK0MsQ0FvRGhEO0FBQ0E7OztBQUNBLFdBQVNTLGVBQVQsQ0FBeUJQLEtBQXpCLEVBQWdDO0FBQzlCLFFBQU1jLFVBQVUsR0FBSSx1QkFBRCxDQUEwQlIsSUFBMUIsQ0FBK0JiLE9BQU8sQ0FBQ0ssQ0FBRCxDQUF0QyxDQUFuQjs7QUFDQSxRQUFJZ0IsVUFBSixFQUFnQjtBQUNkLFVBQUlDLFNBQVMsR0FBR0QsVUFBVSxDQUFDLENBQUQsQ0FBVixLQUFrQixLQUFsQixHQUEwQixLQUExQixHQUFrQyxLQUFsRDtBQUNBLFVBQU1FLElBQUksR0FBR0YsVUFBVSxDQUFDLENBQUQsQ0FBVixDQUFjcEIsS0FBZCxDQUFvQixJQUFwQixFQUEwQixDQUExQixDQUFiO0FBQ0EsVUFBSXVCLFFBQVEsR0FBR0QsSUFBSSxDQUFDLENBQUQsQ0FBSixDQUFRRSxPQUFSLENBQWdCLE9BQWhCLEVBQXlCLElBQXpCLENBQWY7O0FBQ0EsVUFBSyxRQUFELENBQVdkLElBQVgsQ0FBZ0JhLFFBQWhCLENBQUosRUFBK0I7QUFDN0JBLFFBQUFBLFFBQVEsR0FBR0EsUUFBUSxDQUFDRSxNQUFULENBQWdCLENBQWhCLEVBQW1CRixRQUFRLENBQUNmLE1BQVQsR0FBa0IsQ0FBckMsQ0FBWDtBQUNEOztBQUNERixNQUFBQSxLQUFLLENBQUNlLFNBQVMsR0FBRyxVQUFiLENBQUwsR0FBZ0NFLFFBQWhDO0FBQ0FqQixNQUFBQSxLQUFLLENBQUNlLFNBQVMsR0FBRyxRQUFiLENBQUwsR0FBOEIsQ0FBQ0MsSUFBSSxDQUFDLENBQUQsQ0FBSixJQUFXLEVBQVosRUFBZ0JJLElBQWhCLEVBQTlCO0FBRUF0QixNQUFBQSxDQUFDO0FBQ0Y7QUFDRixHQXBFK0MsQ0FzRWhEO0FBQ0E7OztBQUNBLFdBQVNXLFNBQVQsR0FBcUI7QUFDbkIsUUFBSVksZ0JBQWdCLEdBQUd2QixDQUF2QjtBQUFBLFFBQ0l3QixlQUFlLEdBQUc3QixPQUFPLENBQUNLLENBQUMsRUFBRixDQUQ3QjtBQUFBLFFBRUl5QixXQUFXLEdBQUdELGVBQWUsQ0FBQzVCLEtBQWhCLENBQXNCLDRDQUF0QixDQUZsQjtBQUlBLFFBQUk4QixJQUFJLEdBQUc7QUFDVEMsTUFBQUEsUUFBUSxFQUFFLENBQUNGLFdBQVcsQ0FBQyxDQUFELENBRGI7QUFFVEcsTUFBQUEsUUFBUSxFQUFFLE9BQU9ILFdBQVcsQ0FBQyxDQUFELENBQWxCLEtBQTBCLFdBQTFCLEdBQXdDLENBQXhDLEdBQTRDLENBQUNBLFdBQVcsQ0FBQyxDQUFELENBRnpEO0FBR1RJLE1BQUFBLFFBQVEsRUFBRSxDQUFDSixXQUFXLENBQUMsQ0FBRCxDQUhiO0FBSVRLLE1BQUFBLFFBQVEsRUFBRSxPQUFPTCxXQUFXLENBQUMsQ0FBRCxDQUFsQixLQUEwQixXQUExQixHQUF3QyxDQUF4QyxHQUE0QyxDQUFDQSxXQUFXLENBQUMsQ0FBRCxDQUp6RDtBQUtUTSxNQUFBQSxLQUFLLEVBQUUsRUFMRTtBQU1UQyxNQUFBQSxjQUFjLEVBQUU7QUFOUCxLQUFYLENBTG1CLENBY25CO0FBQ0E7QUFDQTs7QUFDQSxRQUFJTixJQUFJLENBQUNFLFFBQUwsS0FBa0IsQ0FBdEIsRUFBeUI7QUFDdkJGLE1BQUFBLElBQUksQ0FBQ0MsUUFBTCxJQUFpQixDQUFqQjtBQUNEOztBQUNELFFBQUlELElBQUksQ0FBQ0ksUUFBTCxLQUFrQixDQUF0QixFQUF5QjtBQUN2QkosTUFBQUEsSUFBSSxDQUFDRyxRQUFMLElBQWlCLENBQWpCO0FBQ0Q7O0FBRUQsUUFBSUksUUFBUSxHQUFHLENBQWY7QUFBQSxRQUNJQyxXQUFXLEdBQUcsQ0FEbEI7O0FBRUEsV0FBT2xDLENBQUMsR0FBR0wsT0FBTyxDQUFDUyxNQUFuQixFQUEyQkosQ0FBQyxFQUE1QixFQUFnQztBQUM5QjtBQUNBO0FBQ0EsVUFBSUwsT0FBTyxDQUFDSyxDQUFELENBQVAsQ0FBV21DLE9BQVgsQ0FBbUIsTUFBbkIsTUFBK0IsQ0FBL0IsSUFDTW5DLENBQUMsR0FBRyxDQUFKLEdBQVFMLE9BQU8sQ0FBQ1MsTUFEdEIsSUFFS1QsT0FBTyxDQUFDSyxDQUFDLEdBQUcsQ0FBTCxDQUFQLENBQWVtQyxPQUFmLENBQXVCLE1BQXZCLE1BQW1DLENBRnhDLElBR0t4QyxPQUFPLENBQUNLLENBQUMsR0FBRyxDQUFMLENBQVAsQ0FBZW1DLE9BQWYsQ0FBdUIsSUFBdkIsTUFBaUMsQ0FIMUMsRUFHNkM7QUFDekM7QUFDSDs7QUFDRCxVQUFJQyxTQUFTLEdBQUl6QyxPQUFPLENBQUNLLENBQUQsQ0FBUCxDQUFXSSxNQUFYLElBQXFCLENBQXJCLElBQTBCSixDQUFDLElBQUtMLE9BQU8sQ0FBQ1MsTUFBUixHQUFpQixDQUFsRCxHQUF3RCxHQUF4RCxHQUE4RFQsT0FBTyxDQUFDSyxDQUFELENBQVAsQ0FBVyxDQUFYLENBQTlFOztBQUVBLFVBQUlvQyxTQUFTLEtBQUssR0FBZCxJQUFxQkEsU0FBUyxLQUFLLEdBQW5DLElBQTBDQSxTQUFTLEtBQUssR0FBeEQsSUFBK0RBLFNBQVMsS0FBSyxJQUFqRixFQUF1RjtBQUNyRlYsUUFBQUEsSUFBSSxDQUFDSyxLQUFMLENBQVc1QixJQUFYLENBQWdCUixPQUFPLENBQUNLLENBQUQsQ0FBdkI7QUFDQTBCLFFBQUFBLElBQUksQ0FBQ00sY0FBTCxDQUFvQjdCLElBQXBCLENBQXlCTixVQUFVLENBQUNHLENBQUQsQ0FBVixJQUFpQixJQUExQzs7QUFFQSxZQUFJb0MsU0FBUyxLQUFLLEdBQWxCLEVBQXVCO0FBQ3JCSCxVQUFBQSxRQUFRO0FBQ1QsU0FGRCxNQUVPLElBQUlHLFNBQVMsS0FBSyxHQUFsQixFQUF1QjtBQUM1QkYsVUFBQUEsV0FBVztBQUNaLFNBRk0sTUFFQSxJQUFJRSxTQUFTLEtBQUssR0FBbEIsRUFBdUI7QUFDNUJILFVBQUFBLFFBQVE7QUFDUkMsVUFBQUEsV0FBVztBQUNaO0FBQ0YsT0FaRCxNQVlPO0FBQ0w7QUFDRDtBQUNGLEtBcERrQixDQXNEbkI7OztBQUNBLFFBQUksQ0FBQ0QsUUFBRCxJQUFhUCxJQUFJLENBQUNJLFFBQUwsS0FBa0IsQ0FBbkMsRUFBc0M7QUFDcENKLE1BQUFBLElBQUksQ0FBQ0ksUUFBTCxHQUFnQixDQUFoQjtBQUNEOztBQUNELFFBQUksQ0FBQ0ksV0FBRCxJQUFnQlIsSUFBSSxDQUFDRSxRQUFMLEtBQWtCLENBQXRDLEVBQXlDO0FBQ3ZDRixNQUFBQSxJQUFJLENBQUNFLFFBQUwsR0FBZ0IsQ0FBaEI7QUFDRCxLQTVEa0IsQ0E4RG5COzs7QUFDQSxRQUFJbEMsT0FBTyxDQUFDa0IsTUFBWixFQUFvQjtBQUNsQixVQUFJcUIsUUFBUSxLQUFLUCxJQUFJLENBQUNJLFFBQXRCLEVBQWdDO0FBQzlCLGNBQU0sSUFBSWpCLEtBQUosQ0FBVSxzREFBc0RVLGdCQUFnQixHQUFHLENBQXpFLENBQVYsQ0FBTjtBQUNEOztBQUNELFVBQUlXLFdBQVcsS0FBS1IsSUFBSSxDQUFDRSxRQUF6QixFQUFtQztBQUNqQyxjQUFNLElBQUlmLEtBQUosQ0FBVSx3REFBd0RVLGdCQUFnQixHQUFHLENBQTNFLENBQVYsQ0FBTjtBQUNEO0FBQ0Y7O0FBRUQsV0FBT0csSUFBUDtBQUNEOztBQUVELFNBQU8xQixDQUFDLEdBQUdMLE9BQU8sQ0FBQ1MsTUFBbkIsRUFBMkI7QUFDekJILElBQUFBLFVBQVU7QUFDWDs7QUFFRCxTQUFPRixJQUFQO0FBQ0QiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgZnVuY3Rpb24gcGFyc2VQYXRjaCh1bmlEaWZmLCBvcHRpb25zID0ge30pIHtcbiAgbGV0IGRpZmZzdHIgPSB1bmlEaWZmLnNwbGl0KC9cXHJcXG58W1xcblxcdlxcZlxcclxceDg1XS8pLFxuICAgICAgZGVsaW1pdGVycyA9IHVuaURpZmYubWF0Y2goL1xcclxcbnxbXFxuXFx2XFxmXFxyXFx4ODVdL2cpIHx8IFtdLFxuICAgICAgbGlzdCA9IFtdLFxuICAgICAgaSA9IDA7XG5cbiAgZnVuY3Rpb24gcGFyc2VJbmRleCgpIHtcbiAgICBsZXQgaW5kZXggPSB7fTtcbiAgICBsaXN0LnB1c2goaW5kZXgpO1xuXG4gICAgLy8gUGFyc2UgZGlmZiBtZXRhZGF0YVxuICAgIHdoaWxlIChpIDwgZGlmZnN0ci5sZW5ndGgpIHtcbiAgICAgIGxldCBsaW5lID0gZGlmZnN0cltpXTtcblxuICAgICAgLy8gRmlsZSBoZWFkZXIgZm91bmQsIGVuZCBwYXJzaW5nIGRpZmYgbWV0YWRhdGFcbiAgICAgIGlmICgoL14oXFwtXFwtXFwtfFxcK1xcK1xcK3xAQClcXHMvKS50ZXN0KGxpbmUpKSB7XG4gICAgICAgIGJyZWFrO1xuICAgICAgfVxuXG4gICAgICAvLyBEaWZmIGluZGV4XG4gICAgICBsZXQgaGVhZGVyID0gKC9eKD86SW5kZXg6fGRpZmYoPzogLXIgXFx3KykrKVxccysoLis/KVxccyokLykuZXhlYyhsaW5lKTtcbiAgICAgIGlmIChoZWFkZXIpIHtcbiAgICAgICAgaW5kZXguaW5kZXggPSBoZWFkZXJbMV07XG4gICAgICB9XG5cbiAgICAgIGkrKztcbiAgICB9XG5cbiAgICAvLyBQYXJzZSBmaWxlIGhlYWRlcnMgaWYgdGhleSBhcmUgZGVmaW5lZC4gVW5pZmllZCBkaWZmIHJlcXVpcmVzIHRoZW0sIGJ1dFxuICAgIC8vIHRoZXJlJ3Mgbm8gdGVjaG5pY2FsIGlzc3VlcyB0byBoYXZlIGFuIGlzb2xhdGVkIGh1bmsgd2l0aG91dCBmaWxlIGhlYWRlclxuICAgIHBhcnNlRmlsZUhlYWRlcihpbmRleCk7XG4gICAgcGFyc2VGaWxlSGVhZGVyKGluZGV4KTtcblxuICAgIC8vIFBhcnNlIGh1bmtzXG4gICAgaW5kZXguaHVua3MgPSBbXTtcblxuICAgIHdoaWxlIChpIDwgZGlmZnN0ci5sZW5ndGgpIHtcbiAgICAgIGxldCBsaW5lID0gZGlmZnN0cltpXTtcblxuICAgICAgaWYgKCgvXihJbmRleDp8ZGlmZnxcXC1cXC1cXC18XFwrXFwrXFwrKVxccy8pLnRlc3QobGluZSkpIHtcbiAgICAgICAgYnJlYWs7XG4gICAgICB9IGVsc2UgaWYgKCgvXkBALykudGVzdChsaW5lKSkge1xuICAgICAgICBpbmRleC5odW5rcy5wdXNoKHBhcnNlSHVuaygpKTtcbiAgICAgIH0gZWxzZSBpZiAobGluZSAmJiBvcHRpb25zLnN0cmljdCkge1xuICAgICAgICAvLyBJZ25vcmUgdW5leHBlY3RlZCBjb250ZW50IHVubGVzcyBpbiBzdHJpY3QgbW9kZVxuICAgICAgICB0aHJvdyBuZXcgRXJyb3IoJ1Vua25vd24gbGluZSAnICsgKGkgKyAxKSArICcgJyArIEpTT04uc3RyaW5naWZ5KGxpbmUpKTtcbiAgICAgIH0gZWxzZSB7XG4gICAgICAgIGkrKztcbiAgICAgIH1cbiAgICB9XG4gIH1cblxuICAvLyBQYXJzZXMgdGhlIC0tLSBhbmQgKysrIGhlYWRlcnMsIGlmIG5vbmUgYXJlIGZvdW5kLCBubyBsaW5lc1xuICAvLyBhcmUgY29uc3VtZWQuXG4gIGZ1bmN0aW9uIHBhcnNlRmlsZUhlYWRlcihpbmRleCkge1xuICAgIGNvbnN0IGZpbGVIZWFkZXIgPSAoL14oLS0tfFxcK1xcK1xcKylcXHMrKC4qKSQvKS5leGVjKGRpZmZzdHJbaV0pO1xuICAgIGlmIChmaWxlSGVhZGVyKSB7XG4gICAgICBsZXQga2V5UHJlZml4ID0gZmlsZUhlYWRlclsxXSA9PT0gJy0tLScgPyAnb2xkJyA6ICduZXcnO1xuICAgICAgY29uc3QgZGF0YSA9IGZpbGVIZWFkZXJbMl0uc3BsaXQoJ1xcdCcsIDIpO1xuICAgICAgbGV0IGZpbGVOYW1lID0gZGF0YVswXS5yZXBsYWNlKC9cXFxcXFxcXC9nLCAnXFxcXCcpO1xuICAgICAgaWYgKCgvXlwiLipcIiQvKS50ZXN0KGZpbGVOYW1lKSkge1xuICAgICAgICBmaWxlTmFtZSA9IGZpbGVOYW1lLnN1YnN0cigxLCBmaWxlTmFtZS5sZW5ndGggLSAyKTtcbiAgICAgIH1cbiAgICAgIGluZGV4W2tleVByZWZpeCArICdGaWxlTmFtZSddID0gZmlsZU5hbWU7XG4gICAgICBpbmRleFtrZXlQcmVmaXggKyAnSGVhZGVyJ10gPSAoZGF0YVsxXSB8fCAnJykudHJpbSgpO1xuXG4gICAgICBpKys7XG4gICAgfVxuICB9XG5cbiAgLy8gUGFyc2VzIGEgaHVua1xuICAvLyBUaGlzIGFzc3VtZXMgdGhhdCB3ZSBhcmUgYXQgdGhlIHN0YXJ0IG9mIGEgaHVuay5cbiAgZnVuY3Rpb24gcGFyc2VIdW5rKCkge1xuICAgIGxldCBjaHVua0hlYWRlckluZGV4ID0gaSxcbiAgICAgICAgY2h1bmtIZWFkZXJMaW5lID0gZGlmZnN0cltpKytdLFxuICAgICAgICBjaHVua0hlYWRlciA9IGNodW5rSGVhZGVyTGluZS5zcGxpdCgvQEAgLShcXGQrKSg/OiwoXFxkKykpPyBcXCsoXFxkKykoPzosKFxcZCspKT8gQEAvKTtcblxuICAgIGxldCBodW5rID0ge1xuICAgICAgb2xkU3RhcnQ6ICtjaHVua0hlYWRlclsxXSxcbiAgICAgIG9sZExpbmVzOiB0eXBlb2YgY2h1bmtIZWFkZXJbMl0gPT09ICd1bmRlZmluZWQnID8gMSA6ICtjaHVua0hlYWRlclsyXSxcbiAgICAgIG5ld1N0YXJ0OiArY2h1bmtIZWFkZXJbM10sXG4gICAgICBuZXdMaW5lczogdHlwZW9mIGNodW5rSGVhZGVyWzRdID09PSAndW5kZWZpbmVkJyA/IDEgOiArY2h1bmtIZWFkZXJbNF0sXG4gICAgICBsaW5lczogW10sXG4gICAgICBsaW5lZGVsaW1pdGVyczogW11cbiAgICB9O1xuXG4gICAgLy8gVW5pZmllZCBEaWZmIEZvcm1hdCBxdWlyazogSWYgdGhlIGNodW5rIHNpemUgaXMgMCxcbiAgICAvLyB0aGUgZmlyc3QgbnVtYmVyIGlzIG9uZSBsb3dlciB0aGFuIG9uZSB3b3VsZCBleHBlY3QuXG4gICAgLy8gaHR0cHM6Ly93d3cuYXJ0aW1hLmNvbS93ZWJsb2dzL3ZpZXdwb3N0LmpzcD90aHJlYWQ9MTY0MjkzXG4gICAgaWYgKGh1bmsub2xkTGluZXMgPT09IDApIHtcbiAgICAgIGh1bmsub2xkU3RhcnQgKz0gMTtcbiAgICB9XG4gICAgaWYgKGh1bmsubmV3TGluZXMgPT09IDApIHtcbiAgICAgIGh1bmsubmV3U3RhcnQgKz0gMTtcbiAgICB9XG5cbiAgICBsZXQgYWRkQ291bnQgPSAwLFxuICAgICAgICByZW1vdmVDb3VudCA9IDA7XG4gICAgZm9yICg7IGkgPCBkaWZmc3RyLmxlbmd0aDsgaSsrKSB7XG4gICAgICAvLyBMaW5lcyBzdGFydGluZyB3aXRoICctLS0nIGNvdWxkIGJlIG1pc3Rha2VuIGZvciB0aGUgXCJyZW1vdmUgbGluZVwiIG9wZXJhdGlvblxuICAgICAgLy8gQnV0IHRoZXkgY291bGQgYmUgdGhlIGhlYWRlciBmb3IgdGhlIG5leHQgZmlsZS4gVGhlcmVmb3JlIHBydW5lIHN1Y2ggY2FzZXMgb3V0LlxuICAgICAgaWYgKGRpZmZzdHJbaV0uaW5kZXhPZignLS0tICcpID09PSAwXG4gICAgICAgICAgICAmJiAoaSArIDIgPCBkaWZmc3RyLmxlbmd0aClcbiAgICAgICAgICAgICYmIGRpZmZzdHJbaSArIDFdLmluZGV4T2YoJysrKyAnKSA9PT0gMFxuICAgICAgICAgICAgJiYgZGlmZnN0cltpICsgMl0uaW5kZXhPZignQEAnKSA9PT0gMCkge1xuICAgICAgICAgIGJyZWFrO1xuICAgICAgfVxuICAgICAgbGV0IG9wZXJhdGlvbiA9IChkaWZmc3RyW2ldLmxlbmd0aCA9PSAwICYmIGkgIT0gKGRpZmZzdHIubGVuZ3RoIC0gMSkpID8gJyAnIDogZGlmZnN0cltpXVswXTtcblxuICAgICAgaWYgKG9wZXJhdGlvbiA9PT0gJysnIHx8IG9wZXJhdGlvbiA9PT0gJy0nIHx8IG9wZXJhdGlvbiA9PT0gJyAnIHx8IG9wZXJhdGlvbiA9PT0gJ1xcXFwnKSB7XG4gICAgICAgIGh1bmsubGluZXMucHVzaChkaWZmc3RyW2ldKTtcbiAgICAgICAgaHVuay5saW5lZGVsaW1pdGVycy5wdXNoKGRlbGltaXRlcnNbaV0gfHwgJ1xcbicpO1xuXG4gICAgICAgIGlmIChvcGVyYXRpb24gPT09ICcrJykge1xuICAgICAgICAgIGFkZENvdW50Kys7XG4gICAgICAgIH0gZWxzZSBpZiAob3BlcmF0aW9uID09PSAnLScpIHtcbiAgICAgICAgICByZW1vdmVDb3VudCsrO1xuICAgICAgICB9IGVsc2UgaWYgKG9wZXJhdGlvbiA9PT0gJyAnKSB7XG4gICAgICAgICAgYWRkQ291bnQrKztcbiAgICAgICAgICByZW1vdmVDb3VudCsrO1xuICAgICAgICB9XG4gICAgICB9IGVsc2Uge1xuICAgICAgICBicmVhaztcbiAgICAgIH1cbiAgICB9XG5cbiAgICAvLyBIYW5kbGUgdGhlIGVtcHR5IGJsb2NrIGNvdW50IGNhc2VcbiAgICBpZiAoIWFkZENvdW50ICYmIGh1bmsubmV3TGluZXMgPT09IDEpIHtcbiAgICAgIGh1bmsubmV3TGluZXMgPSAwO1xuICAgIH1cbiAgICBpZiAoIXJlbW92ZUNvdW50ICYmIGh1bmsub2xkTGluZXMgPT09IDEpIHtcbiAgICAgIGh1bmsub2xkTGluZXMgPSAwO1xuICAgIH1cblxuICAgIC8vIFBlcmZvcm0gb3B0aW9uYWwgc2FuaXR5IGNoZWNraW5nXG4gICAgaWYgKG9wdGlvbnMuc3RyaWN0KSB7XG4gICAgICBpZiAoYWRkQ291bnQgIT09IGh1bmsubmV3TGluZXMpIHtcbiAgICAgICAgdGhyb3cgbmV3IEVycm9yKCdBZGRlZCBsaW5lIGNvdW50IGRpZCBub3QgbWF0Y2ggZm9yIGh1bmsgYXQgbGluZSAnICsgKGNodW5rSGVhZGVySW5kZXggKyAxKSk7XG4gICAgICB9XG4gICAgICBpZiAocmVtb3ZlQ291bnQgIT09IGh1bmsub2xkTGluZXMpIHtcbiAgICAgICAgdGhyb3cgbmV3IEVycm9yKCdSZW1vdmVkIGxpbmUgY291bnQgZGlkIG5vdCBtYXRjaCBmb3IgaHVuayBhdCBsaW5lICcgKyAoY2h1bmtIZWFkZXJJbmRleCArIDEpKTtcbiAgICAgIH1cbiAgICB9XG5cbiAgICByZXR1cm4gaHVuaztcbiAgfVxuXG4gIHdoaWxlIChpIDwgZGlmZnN0ci5sZW5ndGgpIHtcbiAgICBwYXJzZUluZGV4KCk7XG4gIH1cblxuICByZXR1cm4gbGlzdDtcbn1cbiJdfQ== diff --git a/software/flow/node_modules/npm/node_modules/diff/lib/util/array.js b/software/flow/node_modules/npm/node_modules/diff/lib/util/array.js deleted file mode 100644 index aecf67a..0000000 --- a/software/flow/node_modules/npm/node_modules/diff/lib/util/array.js +++ /dev/null @@ -1,32 +0,0 @@ -/*istanbul ignore start*/ -"use strict"; - -Object.defineProperty(exports, "__esModule", { - value: true -}); -exports.arrayEqual = arrayEqual; -exports.arrayStartsWith = arrayStartsWith; - -/*istanbul ignore end*/ -function arrayEqual(a, b) { - if (a.length !== b.length) { - return false; - } - - return arrayStartsWith(a, b); -} - -function arrayStartsWith(array, start) { - if (start.length > array.length) { - return false; - } - - for (var i = 0; i < start.length; i++) { - if (start[i] !== array[i]) { - return false; - } - } - - return true; -} -//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy91dGlsL2FycmF5LmpzIl0sIm5hbWVzIjpbImFycmF5RXF1YWwiLCJhIiwiYiIsImxlbmd0aCIsImFycmF5U3RhcnRzV2l0aCIsImFycmF5Iiwic3RhcnQiLCJpIl0sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7O0FBQU8sU0FBU0EsVUFBVCxDQUFvQkMsQ0FBcEIsRUFBdUJDLENBQXZCLEVBQTBCO0FBQy9CLE1BQUlELENBQUMsQ0FBQ0UsTUFBRixLQUFhRCxDQUFDLENBQUNDLE1BQW5CLEVBQTJCO0FBQ3pCLFdBQU8sS0FBUDtBQUNEOztBQUVELFNBQU9DLGVBQWUsQ0FBQ0gsQ0FBRCxFQUFJQyxDQUFKLENBQXRCO0FBQ0Q7O0FBRU0sU0FBU0UsZUFBVCxDQUF5QkMsS0FBekIsRUFBZ0NDLEtBQWhDLEVBQXVDO0FBQzVDLE1BQUlBLEtBQUssQ0FBQ0gsTUFBTixHQUFlRSxLQUFLLENBQUNGLE1BQXpCLEVBQWlDO0FBQy9CLFdBQU8sS0FBUDtBQUNEOztBQUVELE9BQUssSUFBSUksQ0FBQyxHQUFHLENBQWIsRUFBZ0JBLENBQUMsR0FBR0QsS0FBSyxDQUFDSCxNQUExQixFQUFrQ0ksQ0FBQyxFQUFuQyxFQUF1QztBQUNyQyxRQUFJRCxLQUFLLENBQUNDLENBQUQsQ0FBTCxLQUFhRixLQUFLLENBQUNFLENBQUQsQ0FBdEIsRUFBMkI7QUFDekIsYUFBTyxLQUFQO0FBQ0Q7QUFDRjs7QUFFRCxTQUFPLElBQVA7QUFDRCIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBmdW5jdGlvbiBhcnJheUVxdWFsKGEsIGIpIHtcbiAgaWYgKGEubGVuZ3RoICE9PSBiLmxlbmd0aCkge1xuICAgIHJldHVybiBmYWxzZTtcbiAgfVxuXG4gIHJldHVybiBhcnJheVN0YXJ0c1dpdGgoYSwgYik7XG59XG5cbmV4cG9ydCBmdW5jdGlvbiBhcnJheVN0YXJ0c1dpdGgoYXJyYXksIHN0YXJ0KSB7XG4gIGlmIChzdGFydC5sZW5ndGggPiBhcnJheS5sZW5ndGgpIHtcbiAgICByZXR1cm4gZmFsc2U7XG4gIH1cblxuICBmb3IgKGxldCBpID0gMDsgaSA8IHN0YXJ0Lmxlbmd0aDsgaSsrKSB7XG4gICAgaWYgKHN0YXJ0W2ldICE9PSBhcnJheVtpXSkge1xuICAgICAgcmV0dXJuIGZhbHNlO1xuICAgIH1cbiAgfVxuXG4gIHJldHVybiB0cnVlO1xufVxuIl19 diff --git a/software/flow/node_modules/npm/node_modules/diff/lib/util/distance-iterator.js b/software/flow/node_modules/npm/node_modules/diff/lib/util/distance-iterator.js deleted file mode 100644 index 57c06a3..0000000 --- a/software/flow/node_modules/npm/node_modules/diff/lib/util/distance-iterator.js +++ /dev/null @@ -1,57 +0,0 @@ -/*istanbul ignore start*/ -"use strict"; - -Object.defineProperty(exports, "__esModule", { - value: true -}); -exports["default"] = _default; - -/*istanbul ignore end*/ -// Iterator that traverses in the range of [min, max], stepping -// by distance from a given start position. I.e. for [0, 4], with -// start of 2, this will iterate 2, 3, 1, 4, 0. -function -/*istanbul ignore start*/ -_default -/*istanbul ignore end*/ -(start, minLine, maxLine) { - var wantForward = true, - backwardExhausted = false, - forwardExhausted = false, - localOffset = 1; - return function iterator() { - if (wantForward && !forwardExhausted) { - if (backwardExhausted) { - localOffset++; - } else { - wantForward = false; - } // Check if trying to fit beyond text length, and if not, check it fits - // after offset location (or desired location on first iteration) - - - if (start + localOffset <= maxLine) { - return localOffset; - } - - forwardExhausted = true; - } - - if (!backwardExhausted) { - if (!forwardExhausted) { - wantForward = true; - } // Check if trying to fit before text beginning, and if not, check it fits - // before offset location - - - if (minLine <= start - localOffset) { - return -localOffset++; - } - - backwardExhausted = true; - return iterator(); - } // We tried to fit hunk before text beginning and beyond text length, then - // hunk can't fit on the text. Return undefined - - }; -} -//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy91dGlsL2Rpc3RhbmNlLWl0ZXJhdG9yLmpzIl0sIm5hbWVzIjpbInN0YXJ0IiwibWluTGluZSIsIm1heExpbmUiLCJ3YW50Rm9yd2FyZCIsImJhY2t3YXJkRXhoYXVzdGVkIiwiZm9yd2FyZEV4aGF1c3RlZCIsImxvY2FsT2Zmc2V0IiwiaXRlcmF0b3IiXSwibWFwcGluZ3MiOiI7Ozs7Ozs7OztBQUFBO0FBQ0E7QUFDQTtBQUNlO0FBQUE7QUFBQTtBQUFBO0FBQUEsQ0FBU0EsS0FBVCxFQUFnQkMsT0FBaEIsRUFBeUJDLE9BQXpCLEVBQWtDO0FBQy9DLE1BQUlDLFdBQVcsR0FBRyxJQUFsQjtBQUFBLE1BQ0lDLGlCQUFpQixHQUFHLEtBRHhCO0FBQUEsTUFFSUMsZ0JBQWdCLEdBQUcsS0FGdkI7QUFBQSxNQUdJQyxXQUFXLEdBQUcsQ0FIbEI7QUFLQSxTQUFPLFNBQVNDLFFBQVQsR0FBb0I7QUFDekIsUUFBSUosV0FBVyxJQUFJLENBQUNFLGdCQUFwQixFQUFzQztBQUNwQyxVQUFJRCxpQkFBSixFQUF1QjtBQUNyQkUsUUFBQUEsV0FBVztBQUNaLE9BRkQsTUFFTztBQUNMSCxRQUFBQSxXQUFXLEdBQUcsS0FBZDtBQUNELE9BTG1DLENBT3BDO0FBQ0E7OztBQUNBLFVBQUlILEtBQUssR0FBR00sV0FBUixJQUF1QkosT0FBM0IsRUFBb0M7QUFDbEMsZUFBT0ksV0FBUDtBQUNEOztBQUVERCxNQUFBQSxnQkFBZ0IsR0FBRyxJQUFuQjtBQUNEOztBQUVELFFBQUksQ0FBQ0QsaUJBQUwsRUFBd0I7QUFDdEIsVUFBSSxDQUFDQyxnQkFBTCxFQUF1QjtBQUNyQkYsUUFBQUEsV0FBVyxHQUFHLElBQWQ7QUFDRCxPQUhxQixDQUt0QjtBQUNBOzs7QUFDQSxVQUFJRixPQUFPLElBQUlELEtBQUssR0FBR00sV0FBdkIsRUFBb0M7QUFDbEMsZUFBTyxDQUFDQSxXQUFXLEVBQW5CO0FBQ0Q7O0FBRURGLE1BQUFBLGlCQUFpQixHQUFHLElBQXBCO0FBQ0EsYUFBT0csUUFBUSxFQUFmO0FBQ0QsS0E5QndCLENBZ0N6QjtBQUNBOztBQUNELEdBbENEO0FBbUNEIiwic291cmNlc0NvbnRlbnQiOlsiLy8gSXRlcmF0b3IgdGhhdCB0cmF2ZXJzZXMgaW4gdGhlIHJhbmdlIG9mIFttaW4sIG1heF0sIHN0ZXBwaW5nXG4vLyBieSBkaXN0YW5jZSBmcm9tIGEgZ2l2ZW4gc3RhcnQgcG9zaXRpb24uIEkuZS4gZm9yIFswLCA0XSwgd2l0aFxuLy8gc3RhcnQgb2YgMiwgdGhpcyB3aWxsIGl0ZXJhdGUgMiwgMywgMSwgNCwgMC5cbmV4cG9ydCBkZWZhdWx0IGZ1bmN0aW9uKHN0YXJ0LCBtaW5MaW5lLCBtYXhMaW5lKSB7XG4gIGxldCB3YW50Rm9yd2FyZCA9IHRydWUsXG4gICAgICBiYWNrd2FyZEV4aGF1c3RlZCA9IGZhbHNlLFxuICAgICAgZm9yd2FyZEV4aGF1c3RlZCA9IGZhbHNlLFxuICAgICAgbG9jYWxPZmZzZXQgPSAxO1xuXG4gIHJldHVybiBmdW5jdGlvbiBpdGVyYXRvcigpIHtcbiAgICBpZiAod2FudEZvcndhcmQgJiYgIWZvcndhcmRFeGhhdXN0ZWQpIHtcbiAgICAgIGlmIChiYWNrd2FyZEV4aGF1c3RlZCkge1xuICAgICAgICBsb2NhbE9mZnNldCsrO1xuICAgICAgfSBlbHNlIHtcbiAgICAgICAgd2FudEZvcndhcmQgPSBmYWxzZTtcbiAgICAgIH1cblxuICAgICAgLy8gQ2hlY2sgaWYgdHJ5aW5nIHRvIGZpdCBiZXlvbmQgdGV4dCBsZW5ndGgsIGFuZCBpZiBub3QsIGNoZWNrIGl0IGZpdHNcbiAgICAgIC8vIGFmdGVyIG9mZnNldCBsb2NhdGlvbiAob3IgZGVzaXJlZCBsb2NhdGlvbiBvbiBmaXJzdCBpdGVyYXRpb24pXG4gICAgICBpZiAoc3RhcnQgKyBsb2NhbE9mZnNldCA8PSBtYXhMaW5lKSB7XG4gICAgICAgIHJldHVybiBsb2NhbE9mZnNldDtcbiAgICAgIH1cblxuICAgICAgZm9yd2FyZEV4aGF1c3RlZCA9IHRydWU7XG4gICAgfVxuXG4gICAgaWYgKCFiYWNrd2FyZEV4aGF1c3RlZCkge1xuICAgICAgaWYgKCFmb3J3YXJkRXhoYXVzdGVkKSB7XG4gICAgICAgIHdhbnRGb3J3YXJkID0gdHJ1ZTtcbiAgICAgIH1cblxuICAgICAgLy8gQ2hlY2sgaWYgdHJ5aW5nIHRvIGZpdCBiZWZvcmUgdGV4dCBiZWdpbm5pbmcsIGFuZCBpZiBub3QsIGNoZWNrIGl0IGZpdHNcbiAgICAgIC8vIGJlZm9yZSBvZmZzZXQgbG9jYXRpb25cbiAgICAgIGlmIChtaW5MaW5lIDw9IHN0YXJ0IC0gbG9jYWxPZmZzZXQpIHtcbiAgICAgICAgcmV0dXJuIC1sb2NhbE9mZnNldCsrO1xuICAgICAgfVxuXG4gICAgICBiYWNrd2FyZEV4aGF1c3RlZCA9IHRydWU7XG4gICAgICByZXR1cm4gaXRlcmF0b3IoKTtcbiAgICB9XG5cbiAgICAvLyBXZSB0cmllZCB0byBmaXQgaHVuayBiZWZvcmUgdGV4dCBiZWdpbm5pbmcgYW5kIGJleW9uZCB0ZXh0IGxlbmd0aCwgdGhlblxuICAgIC8vIGh1bmsgY2FuJ3QgZml0IG9uIHRoZSB0ZXh0LiBSZXR1cm4gdW5kZWZpbmVkXG4gIH07XG59XG4iXX0= diff --git a/software/flow/node_modules/npm/node_modules/diff/lib/util/params.js b/software/flow/node_modules/npm/node_modules/diff/lib/util/params.js deleted file mode 100644 index e838eb2..0000000 --- a/software/flow/node_modules/npm/node_modules/diff/lib/util/params.js +++ /dev/null @@ -1,24 +0,0 @@ -/*istanbul ignore start*/ -"use strict"; - -Object.defineProperty(exports, "__esModule", { - value: true -}); -exports.generateOptions = generateOptions; - -/*istanbul ignore end*/ -function generateOptions(options, defaults) { - if (typeof options === 'function') { - defaults.callback = options; - } else if (options) { - for (var name in options) { - /* istanbul ignore else */ - if (options.hasOwnProperty(name)) { - defaults[name] = options[name]; - } - } - } - - return defaults; -} -//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy91dGlsL3BhcmFtcy5qcyJdLCJuYW1lcyI6WyJnZW5lcmF0ZU9wdGlvbnMiLCJvcHRpb25zIiwiZGVmYXVsdHMiLCJjYWxsYmFjayIsIm5hbWUiLCJoYXNPd25Qcm9wZXJ0eSJdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7O0FBQU8sU0FBU0EsZUFBVCxDQUF5QkMsT0FBekIsRUFBa0NDLFFBQWxDLEVBQTRDO0FBQ2pELE1BQUksT0FBT0QsT0FBUCxLQUFtQixVQUF2QixFQUFtQztBQUNqQ0MsSUFBQUEsUUFBUSxDQUFDQyxRQUFULEdBQW9CRixPQUFwQjtBQUNELEdBRkQsTUFFTyxJQUFJQSxPQUFKLEVBQWE7QUFDbEIsU0FBSyxJQUFJRyxJQUFULElBQWlCSCxPQUFqQixFQUEwQjtBQUN4QjtBQUNBLFVBQUlBLE9BQU8sQ0FBQ0ksY0FBUixDQUF1QkQsSUFBdkIsQ0FBSixFQUFrQztBQUNoQ0YsUUFBQUEsUUFBUSxDQUFDRSxJQUFELENBQVIsR0FBaUJILE9BQU8sQ0FBQ0csSUFBRCxDQUF4QjtBQUNEO0FBQ0Y7QUFDRjs7QUFDRCxTQUFPRixRQUFQO0FBQ0QiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgZnVuY3Rpb24gZ2VuZXJhdGVPcHRpb25zKG9wdGlvbnMsIGRlZmF1bHRzKSB7XG4gIGlmICh0eXBlb2Ygb3B0aW9ucyA9PT0gJ2Z1bmN0aW9uJykge1xuICAgIGRlZmF1bHRzLmNhbGxiYWNrID0gb3B0aW9ucztcbiAgfSBlbHNlIGlmIChvcHRpb25zKSB7XG4gICAgZm9yIChsZXQgbmFtZSBpbiBvcHRpb25zKSB7XG4gICAgICAvKiBpc3RhbmJ1bCBpZ25vcmUgZWxzZSAqL1xuICAgICAgaWYgKG9wdGlvbnMuaGFzT3duUHJvcGVydHkobmFtZSkpIHtcbiAgICAgICAgZGVmYXVsdHNbbmFtZV0gPSBvcHRpb25zW25hbWVdO1xuICAgICAgfVxuICAgIH1cbiAgfVxuICByZXR1cm4gZGVmYXVsdHM7XG59XG4iXX0= diff --git a/software/flow/node_modules/npm/node_modules/diff/package.json b/software/flow/node_modules/npm/node_modules/diff/package.json deleted file mode 100644 index a2fc30c..0000000 --- a/software/flow/node_modules/npm/node_modules/diff/package.json +++ /dev/null @@ -1,87 +0,0 @@ -{ - "name": "diff", - "version": "5.1.0", - "description": "A javascript text diff implementation.", - "keywords": [ - "diff", - "jsdiff", - "compare", - "patch", - "text", - "json", - "css", - "javascript" - ], - "maintainers": [ - "Kevin Decker <kpdecker@gmail.com> (http://incaseofstairs.com)" - ], - "bugs": { - "email": "kpdecker@gmail.com", - "url": "http://github.com/kpdecker/jsdiff/issues" - }, - "license": "BSD-3-Clause", - "repository": { - "type": "git", - "url": "git://github.com/kpdecker/jsdiff.git" - }, - "engines": { - "node": ">=0.3.1" - }, - "main": "./lib/index.js", - "module": "./lib/index.es6.js", - "browser": "./dist/diff.js", - "unpkg": "./dist/diff.js", - "exports": { - ".": { - "import": "./lib/index.mjs", - "require": "./lib/index.js" - }, - "./package.json": "./package.json", - "./": "./" - }, - "scripts": { - "clean": "rm -rf lib/ dist/", - "build:node": "yarn babel --out-dir lib --source-maps=inline src", - "test": "grunt" - }, - "devDependencies": { - "@babel/cli": "^7.2.3", - "@babel/core": "^7.2.2", - "@babel/plugin-transform-modules-commonjs": "^7.2.0", - "@babel/preset-env": "^7.2.3", - "@babel/register": "^7.0.0", - "babel-eslint": "^10.0.1", - "babel-loader": "^8.0.5", - "chai": "^4.2.0", - "colors": "^1.3.3", - "eslint": "^5.12.0", - "grunt": "^1.0.3", - "grunt-babel": "^8.0.0", - "grunt-cli": "^1.3.2", - "grunt-contrib-clean": "^2.0.0", - "grunt-contrib-copy": "^1.0.0", - "grunt-contrib-uglify": "^5.0.0", - "grunt-contrib-watch": "^1.1.0", - "grunt-eslint": "^23.0.0", - "grunt-exec": "^3.0.0", - "grunt-karma": "^4.0.0", - "grunt-mocha-istanbul": "^5.0.2", - "grunt-mocha-test": "^0.13.3", - "grunt-webpack": "^3.1.3", - "istanbul": "github:kpdecker/istanbul", - "karma": "^5.1.1", - "karma-chrome-launcher": "^3.1.0", - "karma-mocha": "^2.0.1", - "karma-mocha-reporter": "^2.0.0", - "karma-sauce-launcher": "^4.1.5", - "karma-sourcemap-loader": "^0.3.6", - "karma-webpack": "^4.0.2", - "mocha": "^6.0.0", - "rollup": "^1.0.2", - "rollup-plugin-babel": "^4.2.0", - "semver": "^7.3.2", - "webpack": "^4.28.3", - "webpack-dev-server": "^3.1.14" - }, - "optionalDependencies": {} -} diff --git a/software/flow/node_modules/npm/node_modules/diff/release-notes.md b/software/flow/node_modules/npm/node_modules/diff/release-notes.md deleted file mode 100644 index b7bc9c8..0000000 --- a/software/flow/node_modules/npm/node_modules/diff/release-notes.md +++ /dev/null @@ -1,309 +0,0 @@ -# Release Notes - -## Development - -[Commits](https://github.com/kpdecker/jsdiff/compare/v5.0.0...master) - -## v5.1.0 - -- [#365](https://github.com/kpdecker/jsdiff/issues/365) Allow early termination to limit execution time with degenerate cases - -[Commits](https://github.com/kpdecker/jsdiff/compare/v5.0.0...v5.0.1) - -## v5.0.0 - -- Breaking: UMD export renamed from `JsDiff` to `Diff`. -- Breaking: Newlines separated into separate tokens for word diff. -- Breaking: Unified diffs now match ["quirks"](https://www.artima.com/weblogs/viewpost.jsp?thread=164293) - -[Commits](https://github.com/kpdecker/jsdiff/compare/v4.0.1...v5.0.0) - -## v4.0.1 - January 6th, 2019 - -- Fix main reference path - b826104 - -[Commits](https://github.com/kpdecker/jsdiff/compare/v4.0.0...v4.0.1) - -## v4.0.0 - January 5th, 2019 - -- [#94](https://github.com/kpdecker/jsdiff/issues/94) - Missing "No newline at end of file" when comparing two texts that do not end in newlines ([@federicotdn](https://api.github.com/users/federicotdn)) -- [#227](https://github.com/kpdecker/jsdiff/issues/227) - Licence -- [#199](https://github.com/kpdecker/jsdiff/issues/199) - Import statement for jsdiff -- [#159](https://github.com/kpdecker/jsdiff/issues/159) - applyPatch affecting wrong line number with with new lines -- [#8](https://github.com/kpdecker/jsdiff/issues/8) - A new state "replace" -- Drop ie9 from karma targets - 79c31bd -- Upgrade deps. Convert from webpack to rollup - 2c1a29c -- Make ()[]"' as word boundaries between each other - f27b899 -- jsdiff: Replaced phantomJS by chrome - ec3114e -- Add yarn.lock to .npmignore - 29466d8 - -Compatibility notes: - -- Bower and Component packages no longer supported - -[Commits](https://github.com/kpdecker/jsdiff/compare/v3.5.0...v4.0.0) - -## v3.5.0 - March 4th, 2018 - -- Omit redundant slice in join method of diffArrays - 1023590 -- Support patches with empty lines - fb0f208 -- Accept a custom JSON replacer function for JSON diffing - 69c7f0a -- Optimize parch header parser - 2aec429 -- Fix typos - e89c832 - -[Commits](https://github.com/kpdecker/jsdiff/compare/v3.4.0...v3.5.0) - -## v3.4.0 - October 7th, 2017 - -- [#183](https://github.com/kpdecker/jsdiff/issues/183) - Feature request: ability to specify a custom equality checker for `diffArrays` -- [#173](https://github.com/kpdecker/jsdiff/issues/173) - Bug: diffArrays gives wrong result on array of booleans -- [#158](https://github.com/kpdecker/jsdiff/issues/158) - diffArrays will not compare the empty string in array? -- comparator for custom equality checks - 30e141e -- count oldLines and newLines when there are conflicts - 53bf384 -- Fix: diffArrays can compare falsey items - 9e24284 -- Docs: Replace grunt with npm test - 00e2f94 - -[Commits](https://github.com/kpdecker/jsdiff/compare/v3.3.1...v3.4.0) - -## v3.3.1 - September 3rd, 2017 - -- [#141](https://github.com/kpdecker/jsdiff/issues/141) - Cannot apply patch because my file delimiter is "/r/n" instead of "/n" -- [#192](https://github.com/kpdecker/jsdiff/pull/192) - Fix: Bad merge when adding new files (#189) -- correct spelling mistake - 21fa478 - -[Commits](https://github.com/kpdecker/jsdiff/compare/v3.3.0...v3.3.1) - -## v3.3.0 - July 5th, 2017 - -- [#114](https://github.com/kpdecker/jsdiff/issues/114) - /patch/merge not exported -- Gracefully accept invalid newStart in hunks, same as patch(1) does. - d8a3635 -- Use regex rather than starts/ends with for parsePatch - 6cab62c -- Add browser flag - e64f674 -- refactor: simplified code a bit more - 8f8e0f2 -- refactor: simplified code a bit - b094a6f -- fix: some corrections re ignoreCase option - 3c78fd0 -- ignoreCase option - 3cbfbb5 -- Sanitize filename while parsing patches - 2fe8129 -- Added better installation methods - aced50b -- Simple export of functionality - 8690f31 - -[Commits](https://github.com/kpdecker/jsdiff/compare/v3.2.0...v3.3.0) - -## v3.2.0 - December 26th, 2016 - -- [#156](https://github.com/kpdecker/jsdiff/pull/156) - Add `undefinedReplacement` option to `diffJson` ([@ewnd9](https://api.github.com/users/ewnd9)) -- [#154](https://github.com/kpdecker/jsdiff/pull/154) - Add `examples` and `images` to `.npmignore`. ([@wtgtybhertgeghgtwtg](https://api.github.com/users/wtgtybhertgeghgtwtg)) -- [#153](https://github.com/kpdecker/jsdiff/pull/153) - feat(structuredPatch): Pass options to diffLines ([@Kiougar](https://api.github.com/users/Kiougar)) - -[Commits](https://github.com/kpdecker/jsdiff/compare/v3.1.0...v3.2.0) - -## v3.1.0 - November 27th, 2016 - -- [#146](https://github.com/kpdecker/jsdiff/pull/146) - JsDiff.diffArrays to compare arrays ([@wvanderdeijl](https://api.github.com/users/wvanderdeijl)) -- [#144](https://github.com/kpdecker/jsdiff/pull/144) - Split file using all possible line delimiter instead of hard-coded "/n" and join lines back using the original delimiters ([@soulbeing](https://api.github.com/users/soulbeing)) - -[Commits](https://github.com/kpdecker/jsdiff/compare/v3.0.1...v3.1.0) - -## v3.0.1 - October 9th, 2016 - -- [#139](https://github.com/kpdecker/jsdiff/pull/139) - Make README.md look nicer in npmjs.com ([@takenspc](https://api.github.com/users/takenspc)) -- [#135](https://github.com/kpdecker/jsdiff/issues/135) - parsePatch combines patches from multiple files into a single IUniDiff when there is no "Index" line ([@ramya-rao-a](https://api.github.com/users/ramya-rao-a)) -- [#124](https://github.com/kpdecker/jsdiff/issues/124) - IE7/IE8 failure since 2.0.0 ([@boneskull](https://api.github.com/users/boneskull)) - -[Commits](https://github.com/kpdecker/jsdiff/compare/v3.0.0...v3.0.1) - -## v3.0.0 - August 23rd, 2016 - -- [#130](https://github.com/kpdecker/jsdiff/pull/130) - Add callback argument to applyPatches `patched` option ([@piranna](https://api.github.com/users/piranna)) -- [#120](https://github.com/kpdecker/jsdiff/pull/120) - Correctly handle file names containing spaces ([@adius](https://api.github.com/users/adius)) -- [#119](https://github.com/kpdecker/jsdiff/pull/119) - Do single reflow ([@wifiextender](https://api.github.com/users/wifiextender)) -- [#117](https://github.com/kpdecker/jsdiff/pull/117) - Make more usable with long strings. ([@abnbgist](https://api.github.com/users/abnbgist)) - -Compatibility notes: - -- applyPatches patch callback now is async and requires the callback be called to continue operation - -[Commits](https://github.com/kpdecker/jsdiff/compare/v2.2.3...v3.0.0) - -## v2.2.3 - May 31st, 2016 - -- [#118](https://github.com/kpdecker/jsdiff/pull/118) - Add a fix for applying 0-length destination patches ([@chaaz](https://api.github.com/users/chaaz)) -- [#115](https://github.com/kpdecker/jsdiff/pull/115) - Fixed grammar in README ([@krizalys](https://api.github.com/users/krizalys)) -- [#113](https://github.com/kpdecker/jsdiff/pull/113) - fix typo ([@vmazare](https://api.github.com/users/vmazare)) - -[Commits](https://github.com/kpdecker/jsdiff/compare/v2.2.2...v2.2.3) - -## v2.2.2 - March 13th, 2016 - -- [#102](https://github.com/kpdecker/jsdiff/issues/102) - diffJson with dates, returns empty curly braces ([@dr-dimitru](https://api.github.com/users/dr-dimitru)) -- [#97](https://github.com/kpdecker/jsdiff/issues/97) - Whitespaces & diffWords ([@faiwer](https://api.github.com/users/faiwer)) -- [#92](https://github.com/kpdecker/jsdiff/pull/92) - Fixes typo in the readme ([@bg451](https://api.github.com/users/bg451)) - -[Commits](https://github.com/kpdecker/jsdiff/compare/v2.2.1...v2.2.2) - -## v2.2.1 - November 12th, 2015 - -- [#89](https://github.com/kpdecker/jsdiff/pull/89) - add in display selector to readme ([@FranDias](https://api.github.com/users/FranDias)) -- [#88](https://github.com/kpdecker/jsdiff/pull/88) - Split diffs based on file headers instead of 'Index:' metadata ([@piranna](https://api.github.com/users/piranna)) - -[Commits](https://github.com/kpdecker/jsdiff/compare/v2.2.0...v2.2.1) - -## v2.2.0 - October 29th, 2015 - -- [#80](https://github.com/kpdecker/jsdiff/pull/80) - Fix a typo: applyPath -> applyPatch ([@fluxxu](https://api.github.com/users/fluxxu)) -- [#83](https://github.com/kpdecker/jsdiff/pull/83) - Add basic fuzzy matching to applyPatch ([@piranna](https://github.com/piranna)) - [Commits](https://github.com/kpdecker/jsdiff/compare/v2.2.0...v2.2.0) - -## v2.2.0 - October 29th, 2015 - -- [#80](https://github.com/kpdecker/jsdiff/pull/80) - Fix a typo: applyPath -> applyPatch ([@fluxxu](https://api.github.com/users/fluxxu)) -- [#83](https://github.com/kpdecker/jsdiff/pull/83) - Add basic fuzzy matching to applyPatch ([@piranna](https://github.com/piranna)) - [Commits](https://github.com/kpdecker/jsdiff/compare/v2.1.3...v2.2.0) - -## v2.1.3 - September 30th, 2015 - -- [#78](https://github.com/kpdecker/jsdiff/pull/78) - fix: error throwing when apply patch to empty string ([@21paradox](https://api.github.com/users/21paradox)) - -[Commits](https://github.com/kpdecker/jsdiff/compare/v2.1.2...v2.1.3) - -## v2.1.2 - September 23rd, 2015 - -- [#76](https://github.com/kpdecker/jsdiff/issues/76) - diff headers give error ([@piranna](https://api.github.com/users/piranna)) - -[Commits](https://github.com/kpdecker/jsdiff/compare/v2.1.1...v2.1.2) - -## v2.1.1 - September 9th, 2015 - -- [#73](https://github.com/kpdecker/jsdiff/issues/73) - Is applyPatches() exposed in the API? ([@davidparsson](https://api.github.com/users/davidparsson)) - -[Commits](https://github.com/kpdecker/jsdiff/compare/v2.1.0...v2.1.1) - -## v2.1.0 - August 27th, 2015 - -- [#72](https://github.com/kpdecker/jsdiff/issues/72) - Consider using options object API for flag permutations ([@kpdecker](https://api.github.com/users/kpdecker)) -- [#70](https://github.com/kpdecker/jsdiff/issues/70) - diffWords treats \n at the end as significant whitespace ([@nesQuick](https://api.github.com/users/nesQuick)) -- [#69](https://github.com/kpdecker/jsdiff/issues/69) - Missing count ([@wfalkwallace](https://api.github.com/users/wfalkwallace)) -- [#68](https://github.com/kpdecker/jsdiff/issues/68) - diffLines seems broken ([@wfalkwallace](https://api.github.com/users/wfalkwallace)) -- [#60](https://github.com/kpdecker/jsdiff/issues/60) - Support multiple diff hunks ([@piranna](https://api.github.com/users/piranna)) -- [#54](https://github.com/kpdecker/jsdiff/issues/54) - Feature Request: 3-way merge ([@mog422](https://api.github.com/users/mog422)) -- [#42](https://github.com/kpdecker/jsdiff/issues/42) - Fuzz factor for applyPatch ([@stuartpb](https://api.github.com/users/stuartpb)) -- Move whitespace ignore out of equals method - 542063c -- Include source maps in babel output - 7f7ab21 -- Merge diff/line and diff/patch implementations - 1597705 -- Drop map utility method - 1ddc939 -- Documentation for parsePatch and applyPatches - 27c4b77 - -Compatibility notes: - -- The undocumented ignoreWhitespace flag has been removed from the Diff equality check directly. This implementation may be copied to diff utilities if dependencies existed on this functionality. - -[Commits](https://github.com/kpdecker/jsdiff/compare/v2.0.2...v2.1.0) - -## v2.0.2 - August 8th, 2015 - -- [#67](https://github.com/kpdecker/jsdiff/issues/67) - cannot require from npm module in node ([@commenthol](https://api.github.com/users/commenthol)) -- Convert to chai since we don’t support IE8 - a96bbad - -[Commits](https://github.com/kpdecker/jsdiff/compare/v2.0.1...v2.0.2) - -## v2.0.1 - August 7th, 2015 - -- Add release build at proper step - 57542fd - -[Commits](https://github.com/kpdecker/jsdiff/compare/v2.0.0...v2.0.1) - -## v2.0.0 - August 7th, 2015 - -- [#66](https://github.com/kpdecker/jsdiff/issues/66) - Add karma and sauce tests ([@kpdecker](https://api.github.com/users/kpdecker)) -- [#65](https://github.com/kpdecker/jsdiff/issues/65) - Create component repository for bower ([@kpdecker](https://api.github.com/users/kpdecker)) -- [#64](https://github.com/kpdecker/jsdiff/issues/64) - Automatically call removeEmpty for all tokenizer calls ([@kpdecker](https://api.github.com/users/kpdecker)) -- [#62](https://github.com/kpdecker/jsdiff/pull/62) - Allow access to structured object representation of patch data ([@bittrance](https://api.github.com/users/bittrance)) -- [#61](https://github.com/kpdecker/jsdiff/pull/61) - Use svg instead of png to get better image quality ([@PeterDaveHello](https://api.github.com/users/PeterDaveHello)) -- [#29](https://github.com/kpdecker/jsdiff/issues/29) - word tokenizer works only for 7 bit ascii ([@plasmagunman](https://api.github.com/users/plasmagunman)) - -Compatibility notes: - -- `this.removeEmpty` is now called automatically for all instances. If this is not desired, this may be overridden on a per instance basis. -- The library has been refactored to use some ES6 features. The external APIs should remain the same, but bower projects that directly referenced the repository will now have to point to the [components/jsdiff](https://github.com/components/jsdiff) repository. - -[Commits](https://github.com/kpdecker/jsdiff/compare/v1.4.0...v2.0.0) - -## v1.4.0 - May 6th, 2015 - -- [#57](https://github.com/kpdecker/jsdiff/issues/57) - createPatch -> applyPatch failed. ([@mog422](https://api.github.com/users/mog422)) -- [#56](https://github.com/kpdecker/jsdiff/pull/56) - Two files patch ([@rgeissert](https://api.github.com/users/rgeissert)) -- [#14](https://github.com/kpdecker/jsdiff/issues/14) - Flip added and removed order? ([@jakesandlund](https://api.github.com/users/jakesandlund)) - -[Commits](https://github.com/kpdecker/jsdiff/compare/v1.3.2...v1.4.0) - -## v1.3.2 - March 30th, 2015 - -- [#53](https://github.com/kpdecker/jsdiff/pull/53) - Updated README.MD with Bower installation instructions ([@ofbriggs](https://api.github.com/users/ofbriggs)) -- [#49](https://github.com/kpdecker/jsdiff/issues/49) - Cannot read property 'oldlines' of undefined ([@nwtn](https://api.github.com/users/nwtn)) -- [#44](https://github.com/kpdecker/jsdiff/issues/44) - invalid-meta jsdiff is missing "main" entry in bower.json - -[Commits](https://github.com/kpdecker/jsdiff/compare/v1.3.1...v1.3.2) - -## v1.3.1 - March 13th, 2015 - -- [#52](https://github.com/kpdecker/jsdiff/pull/52) - Fix for #51 Wrong result of JsDiff.diffLines ([@felicienfrancois](https://api.github.com/users/felicienfrancois)) - -[Commits](https://github.com/kpdecker/jsdiff/compare/v1.3.0...v1.3.1) - -## v1.3.0 - March 2nd, 2015 - -- [#47](https://github.com/kpdecker/jsdiff/pull/47) - Adding Diff Trimmed Lines ([@JamesGould123](https://api.github.com/users/JamesGould123)) - -[Commits](https://github.com/kpdecker/jsdiff/compare/v1.2.2...v1.3.0) - -## v1.2.2 - January 26th, 2015 - -- [#45](https://github.com/kpdecker/jsdiff/pull/45) - Fix AMD module loading ([@pedrocarrico](https://api.github.com/users/pedrocarrico)) -- [#43](https://github.com/kpdecker/jsdiff/pull/43) - added a bower file ([@nbrustein](https://api.github.com/users/nbrustein)) - -[Commits](https://github.com/kpdecker/jsdiff/compare/v1.2.1...v1.2.2) - -## v1.2.1 - December 26th, 2014 - -- [#41](https://github.com/kpdecker/jsdiff/pull/41) - change condition of using node export system. ([@ironhee](https://api.github.com/users/ironhee)) - -[Commits](https://github.com/kpdecker/jsdiff/compare/v1.2.0...v1.2.1) - -## v1.2.0 - November 29th, 2014 - -- [#37](https://github.com/kpdecker/jsdiff/pull/37) - Add support for sentences. ([@vmariano](https://api.github.com/users/vmariano)) -- [#28](https://github.com/kpdecker/jsdiff/pull/28) - Implemented diffJson ([@papandreou](https://api.github.com/users/papandreou)) -- [#27](https://github.com/kpdecker/jsdiff/issues/27) - Slow to execute over diffs with a large number of changes ([@termi](https://api.github.com/users/termi)) -- Allow for optional async diffing - 19385b9 -- Fix diffChars implementation - eaa44ed - -[Commits](https://github.com/kpdecker/jsdiff/compare/v1.1.0...v1.2.0) - -## v1.1.0 - November 25th, 2014 - -- [#33](https://github.com/kpdecker/jsdiff/pull/33) - AMD and global exports ([@ovcharik](https://api.github.com/users/ovcharik)) -- [#32](https://github.com/kpdecker/jsdiff/pull/32) - Add support for component ([@vmariano](https://api.github.com/users/vmariano)) -- [#31](https://github.com/kpdecker/jsdiff/pull/31) - Don't rely on Array.prototype.map ([@papandreou](https://api.github.com/users/papandreou)) - -[Commits](https://github.com/kpdecker/jsdiff/compare/v1.0.8...v1.1.0) - -## v1.0.8 - December 22nd, 2013 - -- [#24](https://github.com/kpdecker/jsdiff/pull/24) - Handle windows newlines on non windows machines. ([@benogle](https://api.github.com/users/benogle)) -- [#23](https://github.com/kpdecker/jsdiff/pull/23) - Prettied up the API formatting a little, and added basic node and web examples ([@airportyh](https://api.github.com/users/airportyh)) - -[Commits](https://github.com/kpdecker/jsdiff/compare/v1.0.7...v1.0.8) - -## v1.0.7 - September 11th, 2013 - -- [#22](https://github.com/kpdecker/jsdiff/pull/22) - Added variant of WordDiff that doesn't ignore whitespace differences ([@papandreou](https://api.github.com/users/papandreou) - -- Add 0.10 to travis tests - 243a526 - -[Commits](https://github.com/kpdecker/jsdiff/compare/v1.0.6...v1.0.7) - -## v1.0.6 - August 30th, 2013 - -- [#19](https://github.com/kpdecker/jsdiff/pull/19) - Explicitly define contents of npm package ([@sindresorhus](https://api.github.com/users/sindresorhus) - -[Commits](https://github.com/kpdecker/jsdiff/compare/v1.0.5...v1.0.6) diff --git a/software/flow/node_modules/npm/node_modules/diff/runtime.js b/software/flow/node_modules/npm/node_modules/diff/runtime.js deleted file mode 100644 index 82ea7e6..0000000 --- a/software/flow/node_modules/npm/node_modules/diff/runtime.js +++ /dev/null @@ -1,3 +0,0 @@ -require('@babel/register')({ - ignore: ['lib', 'node_modules'] -}); diff --git a/software/flow/node_modules/npm/node_modules/emoji-regex/LICENSE-MIT.txt b/software/flow/node_modules/npm/node_modules/emoji-regex/LICENSE-MIT.txt deleted file mode 100644 index a41e0a7..0000000 --- a/software/flow/node_modules/npm/node_modules/emoji-regex/LICENSE-MIT.txt +++ /dev/null @@ -1,20 +0,0 @@ -Copyright Mathias Bynens <https://mathiasbynens.be/> - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/emoji-regex/es2015/index.js b/software/flow/node_modules/npm/node_modules/emoji-regex/es2015/index.js deleted file mode 100644 index b4cf3dc..0000000 --- a/software/flow/node_modules/npm/node_modules/emoji-regex/es2015/index.js +++ /dev/null @@ -1,6 +0,0 @@ -"use strict"; - -module.exports = () => { - // https://mths.be/emoji - return /\u{1F3F4}\u{E0067}\u{E0062}(?:\u{E0065}\u{E006E}\u{E0067}|\u{E0073}\u{E0063}\u{E0074}|\u{E0077}\u{E006C}\u{E0073})\u{E007F}|\u{1F468}(?:\u{1F3FC}\u200D(?:\u{1F91D}\u200D\u{1F468}\u{1F3FB}|[\u{1F33E}\u{1F373}\u{1F393}\u{1F3A4}\u{1F3A8}\u{1F3EB}\u{1F3ED}\u{1F4BB}\u{1F4BC}\u{1F527}\u{1F52C}\u{1F680}\u{1F692}\u{1F9AF}-\u{1F9B3}\u{1F9BC}\u{1F9BD}])|\u{1F3FF}\u200D(?:\u{1F91D}\u200D\u{1F468}[\u{1F3FB}-\u{1F3FE}]|[\u{1F33E}\u{1F373}\u{1F393}\u{1F3A4}\u{1F3A8}\u{1F3EB}\u{1F3ED}\u{1F4BB}\u{1F4BC}\u{1F527}\u{1F52C}\u{1F680}\u{1F692}\u{1F9AF}-\u{1F9B3}\u{1F9BC}\u{1F9BD}])|\u{1F3FE}\u200D(?:\u{1F91D}\u200D\u{1F468}[\u{1F3FB}-\u{1F3FD}]|[\u{1F33E}\u{1F373}\u{1F393}\u{1F3A4}\u{1F3A8}\u{1F3EB}\u{1F3ED}\u{1F4BB}\u{1F4BC}\u{1F527}\u{1F52C}\u{1F680}\u{1F692}\u{1F9AF}-\u{1F9B3}\u{1F9BC}\u{1F9BD}])|\u{1F3FD}\u200D(?:\u{1F91D}\u200D\u{1F468}[\u{1F3FB}\u{1F3FC}]|[\u{1F33E}\u{1F373}\u{1F393}\u{1F3A4}\u{1F3A8}\u{1F3EB}\u{1F3ED}\u{1F4BB}\u{1F4BC}\u{1F527}\u{1F52C}\u{1F680}\u{1F692}\u{1F9AF}-\u{1F9B3}\u{1F9BC}\u{1F9BD}])|\u200D(?:\u2764\uFE0F\u200D(?:\u{1F48B}\u200D)?\u{1F468}|[\u{1F468}\u{1F469}]\u200D(?:\u{1F466}\u200D\u{1F466}|\u{1F467}\u200D[\u{1F466}\u{1F467}])|\u{1F466}\u200D\u{1F466}|\u{1F467}\u200D[\u{1F466}\u{1F467}]|[\u{1F468}\u{1F469}]\u200D[\u{1F466}\u{1F467}]|[\u2695\u2696\u2708]\uFE0F|[\u{1F466}\u{1F467}]|[\u{1F33E}\u{1F373}\u{1F393}\u{1F3A4}\u{1F3A8}\u{1F3EB}\u{1F3ED}\u{1F4BB}\u{1F4BC}\u{1F527}\u{1F52C}\u{1F680}\u{1F692}\u{1F9AF}-\u{1F9B3}\u{1F9BC}\u{1F9BD}])|(?:\u{1F3FB}\u200D[\u2695\u2696\u2708]|\u{1F3FF}\u200D[\u2695\u2696\u2708]|\u{1F3FE}\u200D[\u2695\u2696\u2708]|\u{1F3FD}\u200D[\u2695\u2696\u2708]|\u{1F3FC}\u200D[\u2695\u2696\u2708])\uFE0F|\u{1F3FB}\u200D[\u{1F33E}\u{1F373}\u{1F393}\u{1F3A4}\u{1F3A8}\u{1F3EB}\u{1F3ED}\u{1F4BB}\u{1F4BC}\u{1F527}\u{1F52C}\u{1F680}\u{1F692}\u{1F9AF}-\u{1F9B3}\u{1F9BC}\u{1F9BD}]|[\u{1F3FB}-\u{1F3FF}])|(?:\u{1F9D1}\u{1F3FB}\u200D\u{1F91D}\u200D\u{1F9D1}|\u{1F469}\u{1F3FC}\u200D\u{1F91D}\u200D\u{1F469})\u{1F3FB}|\u{1F9D1}(?:\u{1F3FF}\u200D\u{1F91D}\u200D\u{1F9D1}[\u{1F3FB}-\u{1F3FF}]|\u200D\u{1F91D}\u200D\u{1F9D1})|(?:\u{1F9D1}\u{1F3FE}\u200D\u{1F91D}\u200D\u{1F9D1}|\u{1F469}\u{1F3FF}\u200D\u{1F91D}\u200D[\u{1F468}\u{1F469}])[\u{1F3FB}-\u{1F3FE}]|(?:\u{1F9D1}\u{1F3FC}\u200D\u{1F91D}\u200D\u{1F9D1}|\u{1F469}\u{1F3FD}\u200D\u{1F91D}\u200D\u{1F469})[\u{1F3FB}\u{1F3FC}]|\u{1F469}(?:\u{1F3FE}\u200D(?:\u{1F91D}\u200D\u{1F468}[\u{1F3FB}-\u{1F3FD}\u{1F3FF}]|[\u{1F33E}\u{1F373}\u{1F393}\u{1F3A4}\u{1F3A8}\u{1F3EB}\u{1F3ED}\u{1F4BB}\u{1F4BC}\u{1F527}\u{1F52C}\u{1F680}\u{1F692}\u{1F9AF}-\u{1F9B3}\u{1F9BC}\u{1F9BD}])|\u{1F3FC}\u200D(?:\u{1F91D}\u200D\u{1F468}[\u{1F3FB}\u{1F3FD}-\u{1F3FF}]|[\u{1F33E}\u{1F373}\u{1F393}\u{1F3A4}\u{1F3A8}\u{1F3EB}\u{1F3ED}\u{1F4BB}\u{1F4BC}\u{1F527}\u{1F52C}\u{1F680}\u{1F692}\u{1F9AF}-\u{1F9B3}\u{1F9BC}\u{1F9BD}])|\u{1F3FB}\u200D(?:\u{1F91D}\u200D\u{1F468}[\u{1F3FC}-\u{1F3FF}]|[\u{1F33E}\u{1F373}\u{1F393}\u{1F3A4}\u{1F3A8}\u{1F3EB}\u{1F3ED}\u{1F4BB}\u{1F4BC}\u{1F527}\u{1F52C}\u{1F680}\u{1F692}\u{1F9AF}-\u{1F9B3}\u{1F9BC}\u{1F9BD}])|\u{1F3FD}\u200D(?:\u{1F91D}\u200D\u{1F468}[\u{1F3FB}\u{1F3FC}\u{1F3FE}\u{1F3FF}]|[\u{1F33E}\u{1F373}\u{1F393}\u{1F3A4}\u{1F3A8}\u{1F3EB}\u{1F3ED}\u{1F4BB}\u{1F4BC}\u{1F527}\u{1F52C}\u{1F680}\u{1F692}\u{1F9AF}-\u{1F9B3}\u{1F9BC}\u{1F9BD}])|\u200D(?:\u2764\uFE0F\u200D(?:\u{1F48B}\u200D[\u{1F468}\u{1F469}]|[\u{1F468}\u{1F469}])|[\u{1F33E}\u{1F373}\u{1F393}\u{1F3A4}\u{1F3A8}\u{1F3EB}\u{1F3ED}\u{1F4BB}\u{1F4BC}\u{1F527}\u{1F52C}\u{1F680}\u{1F692}\u{1F9AF}-\u{1F9B3}\u{1F9BC}\u{1F9BD}])|\u{1F3FF}\u200D[\u{1F33E}\u{1F373}\u{1F393}\u{1F3A4}\u{1F3A8}\u{1F3EB}\u{1F3ED}\u{1F4BB}\u{1F4BC}\u{1F527}\u{1F52C}\u{1F680}\u{1F692}\u{1F9AF}-\u{1F9B3}\u{1F9BC}\u{1F9BD}])|\u{1F469}\u200D\u{1F469}\u200D(?:\u{1F466}\u200D\u{1F466}|\u{1F467}\u200D[\u{1F466}\u{1F467}])|(?:\u{1F9D1}\u{1F3FD}\u200D\u{1F91D}\u200D\u{1F9D1}|\u{1F469}\u{1F3FE}\u200D\u{1F91D}\u200D\u{1F469})[\u{1F3FB}-\u{1F3FD}]|\u{1F469}\u200D\u{1F466}\u200D\u{1F466}|\u{1F469}\u200D\u{1F469}\u200D[\u{1F466}\u{1F467}]|(?:\u{1F441}\uFE0F\u200D\u{1F5E8}|\u{1F469}(?:\u{1F3FF}\u200D[\u2695\u2696\u2708]|\u{1F3FE}\u200D[\u2695\u2696\u2708]|\u{1F3FC}\u200D[\u2695\u2696\u2708]|\u{1F3FB}\u200D[\u2695\u2696\u2708]|\u{1F3FD}\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|(?:[\u26F9\u{1F3CB}\u{1F3CC}\u{1F575}]\uFE0F|[\u{1F46F}\u{1F93C}\u{1F9DE}\u{1F9DF}])\u200D[\u2640\u2642]|[\u26F9\u{1F3CB}\u{1F3CC}\u{1F575}][\u{1F3FB}-\u{1F3FF}]\u200D[\u2640\u2642]|[\u{1F3C3}\u{1F3C4}\u{1F3CA}\u{1F46E}\u{1F471}\u{1F473}\u{1F477}\u{1F481}\u{1F482}\u{1F486}\u{1F487}\u{1F645}-\u{1F647}\u{1F64B}\u{1F64D}\u{1F64E}\u{1F6A3}\u{1F6B4}-\u{1F6B6}\u{1F926}\u{1F937}-\u{1F939}\u{1F93D}\u{1F93E}\u{1F9B8}\u{1F9B9}\u{1F9CD}-\u{1F9CF}\u{1F9D6}-\u{1F9DD}](?:[\u{1F3FB}-\u{1F3FF}]\u200D[\u2640\u2642]|\u200D[\u2640\u2642])|\u{1F3F4}\u200D\u2620)\uFE0F|\u{1F469}\u200D\u{1F467}\u200D[\u{1F466}\u{1F467}]|\u{1F3F3}\uFE0F\u200D\u{1F308}|\u{1F415}\u200D\u{1F9BA}|\u{1F469}\u200D\u{1F466}|\u{1F469}\u200D\u{1F467}|\u{1F1FD}\u{1F1F0}|\u{1F1F4}\u{1F1F2}|\u{1F1F6}\u{1F1E6}|[#\*0-9]\uFE0F\u20E3|\u{1F1E7}[\u{1F1E6}\u{1F1E7}\u{1F1E9}-\u{1F1EF}\u{1F1F1}-\u{1F1F4}\u{1F1F6}-\u{1F1F9}\u{1F1FB}\u{1F1FC}\u{1F1FE}\u{1F1FF}]|\u{1F1F9}[\u{1F1E6}\u{1F1E8}\u{1F1E9}\u{1F1EB}-\u{1F1ED}\u{1F1EF}-\u{1F1F4}\u{1F1F7}\u{1F1F9}\u{1F1FB}\u{1F1FC}\u{1F1FF}]|\u{1F1EA}[\u{1F1E6}\u{1F1E8}\u{1F1EA}\u{1F1EC}\u{1F1ED}\u{1F1F7}-\u{1F1FA}]|\u{1F9D1}[\u{1F3FB}-\u{1F3FF}]|\u{1F1F7}[\u{1F1EA}\u{1F1F4}\u{1F1F8}\u{1F1FA}\u{1F1FC}]|\u{1F469}[\u{1F3FB}-\u{1F3FF}]|\u{1F1F2}[\u{1F1E6}\u{1F1E8}-\u{1F1ED}\u{1F1F0}-\u{1F1FF}]|\u{1F1E6}[\u{1F1E8}-\u{1F1EC}\u{1F1EE}\u{1F1F1}\u{1F1F2}\u{1F1F4}\u{1F1F6}-\u{1F1FA}\u{1F1FC}\u{1F1FD}\u{1F1FF}]|\u{1F1F0}[\u{1F1EA}\u{1F1EC}-\u{1F1EE}\u{1F1F2}\u{1F1F3}\u{1F1F5}\u{1F1F7}\u{1F1FC}\u{1F1FE}\u{1F1FF}]|\u{1F1ED}[\u{1F1F0}\u{1F1F2}\u{1F1F3}\u{1F1F7}\u{1F1F9}\u{1F1FA}]|\u{1F1E9}[\u{1F1EA}\u{1F1EC}\u{1F1EF}\u{1F1F0}\u{1F1F2}\u{1F1F4}\u{1F1FF}]|\u{1F1FE}[\u{1F1EA}\u{1F1F9}]|\u{1F1EC}[\u{1F1E6}\u{1F1E7}\u{1F1E9}-\u{1F1EE}\u{1F1F1}-\u{1F1F3}\u{1F1F5}-\u{1F1FA}\u{1F1FC}\u{1F1FE}]|\u{1F1F8}[\u{1F1E6}-\u{1F1EA}\u{1F1EC}-\u{1F1F4}\u{1F1F7}-\u{1F1F9}\u{1F1FB}\u{1F1FD}-\u{1F1FF}]|\u{1F1EB}[\u{1F1EE}-\u{1F1F0}\u{1F1F2}\u{1F1F4}\u{1F1F7}]|\u{1F1F5}[\u{1F1E6}\u{1F1EA}-\u{1F1ED}\u{1F1F0}-\u{1F1F3}\u{1F1F7}-\u{1F1F9}\u{1F1FC}\u{1F1FE}]|\u{1F1FB}[\u{1F1E6}\u{1F1E8}\u{1F1EA}\u{1F1EC}\u{1F1EE}\u{1F1F3}\u{1F1FA}]|\u{1F1F3}[\u{1F1E6}\u{1F1E8}\u{1F1EA}-\u{1F1EC}\u{1F1EE}\u{1F1F1}\u{1F1F4}\u{1F1F5}\u{1F1F7}\u{1F1FA}\u{1F1FF}]|\u{1F1E8}[\u{1F1E6}\u{1F1E8}\u{1F1E9}\u{1F1EB}-\u{1F1EE}\u{1F1F0}-\u{1F1F5}\u{1F1F7}\u{1F1FA}-\u{1F1FF}]|\u{1F1F1}[\u{1F1E6}-\u{1F1E8}\u{1F1EE}\u{1F1F0}\u{1F1F7}-\u{1F1FB}\u{1F1FE}]|\u{1F1FF}[\u{1F1E6}\u{1F1F2}\u{1F1FC}]|\u{1F1FC}[\u{1F1EB}\u{1F1F8}]|\u{1F1FA}[\u{1F1E6}\u{1F1EC}\u{1F1F2}\u{1F1F3}\u{1F1F8}\u{1F1FE}\u{1F1FF}]|\u{1F1EE}[\u{1F1E8}-\u{1F1EA}\u{1F1F1}-\u{1F1F4}\u{1F1F6}-\u{1F1F9}]|\u{1F1EF}[\u{1F1EA}\u{1F1F2}\u{1F1F4}\u{1F1F5}]|[\u{1F3C3}\u{1F3C4}\u{1F3CA}\u{1F46E}\u{1F471}\u{1F473}\u{1F477}\u{1F481}\u{1F482}\u{1F486}\u{1F487}\u{1F645}-\u{1F647}\u{1F64B}\u{1F64D}\u{1F64E}\u{1F6A3}\u{1F6B4}-\u{1F6B6}\u{1F926}\u{1F937}-\u{1F939}\u{1F93D}\u{1F93E}\u{1F9B8}\u{1F9B9}\u{1F9CD}-\u{1F9CF}\u{1F9D6}-\u{1F9DD}][\u{1F3FB}-\u{1F3FF}]|[\u26F9\u{1F3CB}\u{1F3CC}\u{1F575}][\u{1F3FB}-\u{1F3FF}]|[\u261D\u270A-\u270D\u{1F385}\u{1F3C2}\u{1F3C7}\u{1F442}\u{1F443}\u{1F446}-\u{1F450}\u{1F466}\u{1F467}\u{1F46B}-\u{1F46D}\u{1F470}\u{1F472}\u{1F474}-\u{1F476}\u{1F478}\u{1F47C}\u{1F483}\u{1F485}\u{1F4AA}\u{1F574}\u{1F57A}\u{1F590}\u{1F595}\u{1F596}\u{1F64C}\u{1F64F}\u{1F6C0}\u{1F6CC}\u{1F90F}\u{1F918}-\u{1F91C}\u{1F91E}\u{1F91F}\u{1F930}-\u{1F936}\u{1F9B5}\u{1F9B6}\u{1F9BB}\u{1F9D2}-\u{1F9D5}][\u{1F3FB}-\u{1F3FF}]|[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u270A\u270B\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55\u{1F004}\u{1F0CF}\u{1F18E}\u{1F191}-\u{1F19A}\u{1F1E6}-\u{1F1FF}\u{1F201}\u{1F21A}\u{1F22F}\u{1F232}-\u{1F236}\u{1F238}-\u{1F23A}\u{1F250}\u{1F251}\u{1F300}-\u{1F320}\u{1F32D}-\u{1F335}\u{1F337}-\u{1F37C}\u{1F37E}-\u{1F393}\u{1F3A0}-\u{1F3CA}\u{1F3CF}-\u{1F3D3}\u{1F3E0}-\u{1F3F0}\u{1F3F4}\u{1F3F8}-\u{1F43E}\u{1F440}\u{1F442}-\u{1F4FC}\u{1F4FF}-\u{1F53D}\u{1F54B}-\u{1F54E}\u{1F550}-\u{1F567}\u{1F57A}\u{1F595}\u{1F596}\u{1F5A4}\u{1F5FB}-\u{1F64F}\u{1F680}-\u{1F6C5}\u{1F6CC}\u{1F6D0}-\u{1F6D2}\u{1F6D5}\u{1F6EB}\u{1F6EC}\u{1F6F4}-\u{1F6FA}\u{1F7E0}-\u{1F7EB}\u{1F90D}-\u{1F93A}\u{1F93C}-\u{1F945}\u{1F947}-\u{1F971}\u{1F973}-\u{1F976}\u{1F97A}-\u{1F9A2}\u{1F9A5}-\u{1F9AA}\u{1F9AE}-\u{1F9CA}\u{1F9CD}-\u{1F9FF}\u{1FA70}-\u{1FA73}\u{1FA78}-\u{1FA7A}\u{1FA80}-\u{1FA82}\u{1FA90}-\u{1FA95}]|[#\*0-9\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23E9-\u23F3\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB-\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u261D\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692-\u2697\u2699\u269B\u269C\u26A0\u26A1\u26AA\u26AB\u26B0\u26B1\u26BD\u26BE\u26C4\u26C5\u26C8\u26CE\u26CF\u26D1\u26D3\u26D4\u26E9\u26EA\u26F0-\u26F5\u26F7-\u26FA\u26FD\u2702\u2705\u2708-\u270D\u270F\u2712\u2714\u2716\u271D\u2721\u2728\u2733\u2734\u2744\u2747\u274C\u274E\u2753-\u2755\u2757\u2763\u2764\u2795-\u2797\u27A1\u27B0\u27BF\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B50\u2B55\u3030\u303D\u3297\u3299\u{1F004}\u{1F0CF}\u{1F170}\u{1F171}\u{1F17E}\u{1F17F}\u{1F18E}\u{1F191}-\u{1F19A}\u{1F1E6}-\u{1F1FF}\u{1F201}\u{1F202}\u{1F21A}\u{1F22F}\u{1F232}-\u{1F23A}\u{1F250}\u{1F251}\u{1F300}-\u{1F321}\u{1F324}-\u{1F393}\u{1F396}\u{1F397}\u{1F399}-\u{1F39B}\u{1F39E}-\u{1F3F0}\u{1F3F3}-\u{1F3F5}\u{1F3F7}-\u{1F4FD}\u{1F4FF}-\u{1F53D}\u{1F549}-\u{1F54E}\u{1F550}-\u{1F567}\u{1F56F}\u{1F570}\u{1F573}-\u{1F57A}\u{1F587}\u{1F58A}-\u{1F58D}\u{1F590}\u{1F595}\u{1F596}\u{1F5A4}\u{1F5A5}\u{1F5A8}\u{1F5B1}\u{1F5B2}\u{1F5BC}\u{1F5C2}-\u{1F5C4}\u{1F5D1}-\u{1F5D3}\u{1F5DC}-\u{1F5DE}\u{1F5E1}\u{1F5E3}\u{1F5E8}\u{1F5EF}\u{1F5F3}\u{1F5FA}-\u{1F64F}\u{1F680}-\u{1F6C5}\u{1F6CB}-\u{1F6D2}\u{1F6D5}\u{1F6E0}-\u{1F6E5}\u{1F6E9}\u{1F6EB}\u{1F6EC}\u{1F6F0}\u{1F6F3}-\u{1F6FA}\u{1F7E0}-\u{1F7EB}\u{1F90D}-\u{1F93A}\u{1F93C}-\u{1F945}\u{1F947}-\u{1F971}\u{1F973}-\u{1F976}\u{1F97A}-\u{1F9A2}\u{1F9A5}-\u{1F9AA}\u{1F9AE}-\u{1F9CA}\u{1F9CD}-\u{1F9FF}\u{1FA70}-\u{1FA73}\u{1FA78}-\u{1FA7A}\u{1FA80}-\u{1FA82}\u{1FA90}-\u{1FA95}]\uFE0F|[\u261D\u26F9\u270A-\u270D\u{1F385}\u{1F3C2}-\u{1F3C4}\u{1F3C7}\u{1F3CA}-\u{1F3CC}\u{1F442}\u{1F443}\u{1F446}-\u{1F450}\u{1F466}-\u{1F478}\u{1F47C}\u{1F481}-\u{1F483}\u{1F485}-\u{1F487}\u{1F48F}\u{1F491}\u{1F4AA}\u{1F574}\u{1F575}\u{1F57A}\u{1F590}\u{1F595}\u{1F596}\u{1F645}-\u{1F647}\u{1F64B}-\u{1F64F}\u{1F6A3}\u{1F6B4}-\u{1F6B6}\u{1F6C0}\u{1F6CC}\u{1F90F}\u{1F918}-\u{1F91F}\u{1F926}\u{1F930}-\u{1F939}\u{1F93C}-\u{1F93E}\u{1F9B5}\u{1F9B6}\u{1F9B8}\u{1F9B9}\u{1F9BB}\u{1F9CD}-\u{1F9CF}\u{1F9D1}-\u{1F9DD}]/gu; -}; diff --git a/software/flow/node_modules/npm/node_modules/emoji-regex/es2015/text.js b/software/flow/node_modules/npm/node_modules/emoji-regex/es2015/text.js deleted file mode 100644 index 780309d..0000000 --- a/software/flow/node_modules/npm/node_modules/emoji-regex/es2015/text.js +++ /dev/null @@ -1,6 +0,0 @@ -"use strict"; - -module.exports = () => { - // https://mths.be/emoji - return /\u{1F3F4}\u{E0067}\u{E0062}(?:\u{E0065}\u{E006E}\u{E0067}|\u{E0073}\u{E0063}\u{E0074}|\u{E0077}\u{E006C}\u{E0073})\u{E007F}|\u{1F468}(?:\u{1F3FC}\u200D(?:\u{1F91D}\u200D\u{1F468}\u{1F3FB}|[\u{1F33E}\u{1F373}\u{1F393}\u{1F3A4}\u{1F3A8}\u{1F3EB}\u{1F3ED}\u{1F4BB}\u{1F4BC}\u{1F527}\u{1F52C}\u{1F680}\u{1F692}\u{1F9AF}-\u{1F9B3}\u{1F9BC}\u{1F9BD}])|\u{1F3FF}\u200D(?:\u{1F91D}\u200D\u{1F468}[\u{1F3FB}-\u{1F3FE}]|[\u{1F33E}\u{1F373}\u{1F393}\u{1F3A4}\u{1F3A8}\u{1F3EB}\u{1F3ED}\u{1F4BB}\u{1F4BC}\u{1F527}\u{1F52C}\u{1F680}\u{1F692}\u{1F9AF}-\u{1F9B3}\u{1F9BC}\u{1F9BD}])|\u{1F3FE}\u200D(?:\u{1F91D}\u200D\u{1F468}[\u{1F3FB}-\u{1F3FD}]|[\u{1F33E}\u{1F373}\u{1F393}\u{1F3A4}\u{1F3A8}\u{1F3EB}\u{1F3ED}\u{1F4BB}\u{1F4BC}\u{1F527}\u{1F52C}\u{1F680}\u{1F692}\u{1F9AF}-\u{1F9B3}\u{1F9BC}\u{1F9BD}])|\u{1F3FD}\u200D(?:\u{1F91D}\u200D\u{1F468}[\u{1F3FB}\u{1F3FC}]|[\u{1F33E}\u{1F373}\u{1F393}\u{1F3A4}\u{1F3A8}\u{1F3EB}\u{1F3ED}\u{1F4BB}\u{1F4BC}\u{1F527}\u{1F52C}\u{1F680}\u{1F692}\u{1F9AF}-\u{1F9B3}\u{1F9BC}\u{1F9BD}])|\u200D(?:\u2764\uFE0F\u200D(?:\u{1F48B}\u200D)?\u{1F468}|[\u{1F468}\u{1F469}]\u200D(?:\u{1F466}\u200D\u{1F466}|\u{1F467}\u200D[\u{1F466}\u{1F467}])|\u{1F466}\u200D\u{1F466}|\u{1F467}\u200D[\u{1F466}\u{1F467}]|[\u{1F468}\u{1F469}]\u200D[\u{1F466}\u{1F467}]|[\u2695\u2696\u2708]\uFE0F|[\u{1F466}\u{1F467}]|[\u{1F33E}\u{1F373}\u{1F393}\u{1F3A4}\u{1F3A8}\u{1F3EB}\u{1F3ED}\u{1F4BB}\u{1F4BC}\u{1F527}\u{1F52C}\u{1F680}\u{1F692}\u{1F9AF}-\u{1F9B3}\u{1F9BC}\u{1F9BD}])|(?:\u{1F3FB}\u200D[\u2695\u2696\u2708]|\u{1F3FF}\u200D[\u2695\u2696\u2708]|\u{1F3FE}\u200D[\u2695\u2696\u2708]|\u{1F3FD}\u200D[\u2695\u2696\u2708]|\u{1F3FC}\u200D[\u2695\u2696\u2708])\uFE0F|\u{1F3FB}\u200D[\u{1F33E}\u{1F373}\u{1F393}\u{1F3A4}\u{1F3A8}\u{1F3EB}\u{1F3ED}\u{1F4BB}\u{1F4BC}\u{1F527}\u{1F52C}\u{1F680}\u{1F692}\u{1F9AF}-\u{1F9B3}\u{1F9BC}\u{1F9BD}]|[\u{1F3FB}-\u{1F3FF}])|(?:\u{1F9D1}\u{1F3FB}\u200D\u{1F91D}\u200D\u{1F9D1}|\u{1F469}\u{1F3FC}\u200D\u{1F91D}\u200D\u{1F469})\u{1F3FB}|\u{1F9D1}(?:\u{1F3FF}\u200D\u{1F91D}\u200D\u{1F9D1}[\u{1F3FB}-\u{1F3FF}]|\u200D\u{1F91D}\u200D\u{1F9D1})|(?:\u{1F9D1}\u{1F3FE}\u200D\u{1F91D}\u200D\u{1F9D1}|\u{1F469}\u{1F3FF}\u200D\u{1F91D}\u200D[\u{1F468}\u{1F469}])[\u{1F3FB}-\u{1F3FE}]|(?:\u{1F9D1}\u{1F3FC}\u200D\u{1F91D}\u200D\u{1F9D1}|\u{1F469}\u{1F3FD}\u200D\u{1F91D}\u200D\u{1F469})[\u{1F3FB}\u{1F3FC}]|\u{1F469}(?:\u{1F3FE}\u200D(?:\u{1F91D}\u200D\u{1F468}[\u{1F3FB}-\u{1F3FD}\u{1F3FF}]|[\u{1F33E}\u{1F373}\u{1F393}\u{1F3A4}\u{1F3A8}\u{1F3EB}\u{1F3ED}\u{1F4BB}\u{1F4BC}\u{1F527}\u{1F52C}\u{1F680}\u{1F692}\u{1F9AF}-\u{1F9B3}\u{1F9BC}\u{1F9BD}])|\u{1F3FC}\u200D(?:\u{1F91D}\u200D\u{1F468}[\u{1F3FB}\u{1F3FD}-\u{1F3FF}]|[\u{1F33E}\u{1F373}\u{1F393}\u{1F3A4}\u{1F3A8}\u{1F3EB}\u{1F3ED}\u{1F4BB}\u{1F4BC}\u{1F527}\u{1F52C}\u{1F680}\u{1F692}\u{1F9AF}-\u{1F9B3}\u{1F9BC}\u{1F9BD}])|\u{1F3FB}\u200D(?:\u{1F91D}\u200D\u{1F468}[\u{1F3FC}-\u{1F3FF}]|[\u{1F33E}\u{1F373}\u{1F393}\u{1F3A4}\u{1F3A8}\u{1F3EB}\u{1F3ED}\u{1F4BB}\u{1F4BC}\u{1F527}\u{1F52C}\u{1F680}\u{1F692}\u{1F9AF}-\u{1F9B3}\u{1F9BC}\u{1F9BD}])|\u{1F3FD}\u200D(?:\u{1F91D}\u200D\u{1F468}[\u{1F3FB}\u{1F3FC}\u{1F3FE}\u{1F3FF}]|[\u{1F33E}\u{1F373}\u{1F393}\u{1F3A4}\u{1F3A8}\u{1F3EB}\u{1F3ED}\u{1F4BB}\u{1F4BC}\u{1F527}\u{1F52C}\u{1F680}\u{1F692}\u{1F9AF}-\u{1F9B3}\u{1F9BC}\u{1F9BD}])|\u200D(?:\u2764\uFE0F\u200D(?:\u{1F48B}\u200D[\u{1F468}\u{1F469}]|[\u{1F468}\u{1F469}])|[\u{1F33E}\u{1F373}\u{1F393}\u{1F3A4}\u{1F3A8}\u{1F3EB}\u{1F3ED}\u{1F4BB}\u{1F4BC}\u{1F527}\u{1F52C}\u{1F680}\u{1F692}\u{1F9AF}-\u{1F9B3}\u{1F9BC}\u{1F9BD}])|\u{1F3FF}\u200D[\u{1F33E}\u{1F373}\u{1F393}\u{1F3A4}\u{1F3A8}\u{1F3EB}\u{1F3ED}\u{1F4BB}\u{1F4BC}\u{1F527}\u{1F52C}\u{1F680}\u{1F692}\u{1F9AF}-\u{1F9B3}\u{1F9BC}\u{1F9BD}])|\u{1F469}\u200D\u{1F469}\u200D(?:\u{1F466}\u200D\u{1F466}|\u{1F467}\u200D[\u{1F466}\u{1F467}])|(?:\u{1F9D1}\u{1F3FD}\u200D\u{1F91D}\u200D\u{1F9D1}|\u{1F469}\u{1F3FE}\u200D\u{1F91D}\u200D\u{1F469})[\u{1F3FB}-\u{1F3FD}]|\u{1F469}\u200D\u{1F466}\u200D\u{1F466}|\u{1F469}\u200D\u{1F469}\u200D[\u{1F466}\u{1F467}]|(?:\u{1F441}\uFE0F\u200D\u{1F5E8}|\u{1F469}(?:\u{1F3FF}\u200D[\u2695\u2696\u2708]|\u{1F3FE}\u200D[\u2695\u2696\u2708]|\u{1F3FC}\u200D[\u2695\u2696\u2708]|\u{1F3FB}\u200D[\u2695\u2696\u2708]|\u{1F3FD}\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|(?:[\u26F9\u{1F3CB}\u{1F3CC}\u{1F575}]\uFE0F|[\u{1F46F}\u{1F93C}\u{1F9DE}\u{1F9DF}])\u200D[\u2640\u2642]|[\u26F9\u{1F3CB}\u{1F3CC}\u{1F575}][\u{1F3FB}-\u{1F3FF}]\u200D[\u2640\u2642]|[\u{1F3C3}\u{1F3C4}\u{1F3CA}\u{1F46E}\u{1F471}\u{1F473}\u{1F477}\u{1F481}\u{1F482}\u{1F486}\u{1F487}\u{1F645}-\u{1F647}\u{1F64B}\u{1F64D}\u{1F64E}\u{1F6A3}\u{1F6B4}-\u{1F6B6}\u{1F926}\u{1F937}-\u{1F939}\u{1F93D}\u{1F93E}\u{1F9B8}\u{1F9B9}\u{1F9CD}-\u{1F9CF}\u{1F9D6}-\u{1F9DD}](?:[\u{1F3FB}-\u{1F3FF}]\u200D[\u2640\u2642]|\u200D[\u2640\u2642])|\u{1F3F4}\u200D\u2620)\uFE0F|\u{1F469}\u200D\u{1F467}\u200D[\u{1F466}\u{1F467}]|\u{1F3F3}\uFE0F\u200D\u{1F308}|\u{1F415}\u200D\u{1F9BA}|\u{1F469}\u200D\u{1F466}|\u{1F469}\u200D\u{1F467}|\u{1F1FD}\u{1F1F0}|\u{1F1F4}\u{1F1F2}|\u{1F1F6}\u{1F1E6}|[#\*0-9]\uFE0F\u20E3|\u{1F1E7}[\u{1F1E6}\u{1F1E7}\u{1F1E9}-\u{1F1EF}\u{1F1F1}-\u{1F1F4}\u{1F1F6}-\u{1F1F9}\u{1F1FB}\u{1F1FC}\u{1F1FE}\u{1F1FF}]|\u{1F1F9}[\u{1F1E6}\u{1F1E8}\u{1F1E9}\u{1F1EB}-\u{1F1ED}\u{1F1EF}-\u{1F1F4}\u{1F1F7}\u{1F1F9}\u{1F1FB}\u{1F1FC}\u{1F1FF}]|\u{1F1EA}[\u{1F1E6}\u{1F1E8}\u{1F1EA}\u{1F1EC}\u{1F1ED}\u{1F1F7}-\u{1F1FA}]|\u{1F9D1}[\u{1F3FB}-\u{1F3FF}]|\u{1F1F7}[\u{1F1EA}\u{1F1F4}\u{1F1F8}\u{1F1FA}\u{1F1FC}]|\u{1F469}[\u{1F3FB}-\u{1F3FF}]|\u{1F1F2}[\u{1F1E6}\u{1F1E8}-\u{1F1ED}\u{1F1F0}-\u{1F1FF}]|\u{1F1E6}[\u{1F1E8}-\u{1F1EC}\u{1F1EE}\u{1F1F1}\u{1F1F2}\u{1F1F4}\u{1F1F6}-\u{1F1FA}\u{1F1FC}\u{1F1FD}\u{1F1FF}]|\u{1F1F0}[\u{1F1EA}\u{1F1EC}-\u{1F1EE}\u{1F1F2}\u{1F1F3}\u{1F1F5}\u{1F1F7}\u{1F1FC}\u{1F1FE}\u{1F1FF}]|\u{1F1ED}[\u{1F1F0}\u{1F1F2}\u{1F1F3}\u{1F1F7}\u{1F1F9}\u{1F1FA}]|\u{1F1E9}[\u{1F1EA}\u{1F1EC}\u{1F1EF}\u{1F1F0}\u{1F1F2}\u{1F1F4}\u{1F1FF}]|\u{1F1FE}[\u{1F1EA}\u{1F1F9}]|\u{1F1EC}[\u{1F1E6}\u{1F1E7}\u{1F1E9}-\u{1F1EE}\u{1F1F1}-\u{1F1F3}\u{1F1F5}-\u{1F1FA}\u{1F1FC}\u{1F1FE}]|\u{1F1F8}[\u{1F1E6}-\u{1F1EA}\u{1F1EC}-\u{1F1F4}\u{1F1F7}-\u{1F1F9}\u{1F1FB}\u{1F1FD}-\u{1F1FF}]|\u{1F1EB}[\u{1F1EE}-\u{1F1F0}\u{1F1F2}\u{1F1F4}\u{1F1F7}]|\u{1F1F5}[\u{1F1E6}\u{1F1EA}-\u{1F1ED}\u{1F1F0}-\u{1F1F3}\u{1F1F7}-\u{1F1F9}\u{1F1FC}\u{1F1FE}]|\u{1F1FB}[\u{1F1E6}\u{1F1E8}\u{1F1EA}\u{1F1EC}\u{1F1EE}\u{1F1F3}\u{1F1FA}]|\u{1F1F3}[\u{1F1E6}\u{1F1E8}\u{1F1EA}-\u{1F1EC}\u{1F1EE}\u{1F1F1}\u{1F1F4}\u{1F1F5}\u{1F1F7}\u{1F1FA}\u{1F1FF}]|\u{1F1E8}[\u{1F1E6}\u{1F1E8}\u{1F1E9}\u{1F1EB}-\u{1F1EE}\u{1F1F0}-\u{1F1F5}\u{1F1F7}\u{1F1FA}-\u{1F1FF}]|\u{1F1F1}[\u{1F1E6}-\u{1F1E8}\u{1F1EE}\u{1F1F0}\u{1F1F7}-\u{1F1FB}\u{1F1FE}]|\u{1F1FF}[\u{1F1E6}\u{1F1F2}\u{1F1FC}]|\u{1F1FC}[\u{1F1EB}\u{1F1F8}]|\u{1F1FA}[\u{1F1E6}\u{1F1EC}\u{1F1F2}\u{1F1F3}\u{1F1F8}\u{1F1FE}\u{1F1FF}]|\u{1F1EE}[\u{1F1E8}-\u{1F1EA}\u{1F1F1}-\u{1F1F4}\u{1F1F6}-\u{1F1F9}]|\u{1F1EF}[\u{1F1EA}\u{1F1F2}\u{1F1F4}\u{1F1F5}]|[\u{1F3C3}\u{1F3C4}\u{1F3CA}\u{1F46E}\u{1F471}\u{1F473}\u{1F477}\u{1F481}\u{1F482}\u{1F486}\u{1F487}\u{1F645}-\u{1F647}\u{1F64B}\u{1F64D}\u{1F64E}\u{1F6A3}\u{1F6B4}-\u{1F6B6}\u{1F926}\u{1F937}-\u{1F939}\u{1F93D}\u{1F93E}\u{1F9B8}\u{1F9B9}\u{1F9CD}-\u{1F9CF}\u{1F9D6}-\u{1F9DD}][\u{1F3FB}-\u{1F3FF}]|[\u26F9\u{1F3CB}\u{1F3CC}\u{1F575}][\u{1F3FB}-\u{1F3FF}]|[\u261D\u270A-\u270D\u{1F385}\u{1F3C2}\u{1F3C7}\u{1F442}\u{1F443}\u{1F446}-\u{1F450}\u{1F466}\u{1F467}\u{1F46B}-\u{1F46D}\u{1F470}\u{1F472}\u{1F474}-\u{1F476}\u{1F478}\u{1F47C}\u{1F483}\u{1F485}\u{1F4AA}\u{1F574}\u{1F57A}\u{1F590}\u{1F595}\u{1F596}\u{1F64C}\u{1F64F}\u{1F6C0}\u{1F6CC}\u{1F90F}\u{1F918}-\u{1F91C}\u{1F91E}\u{1F91F}\u{1F930}-\u{1F936}\u{1F9B5}\u{1F9B6}\u{1F9BB}\u{1F9D2}-\u{1F9D5}][\u{1F3FB}-\u{1F3FF}]|[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u270A\u270B\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55\u{1F004}\u{1F0CF}\u{1F18E}\u{1F191}-\u{1F19A}\u{1F1E6}-\u{1F1FF}\u{1F201}\u{1F21A}\u{1F22F}\u{1F232}-\u{1F236}\u{1F238}-\u{1F23A}\u{1F250}\u{1F251}\u{1F300}-\u{1F320}\u{1F32D}-\u{1F335}\u{1F337}-\u{1F37C}\u{1F37E}-\u{1F393}\u{1F3A0}-\u{1F3CA}\u{1F3CF}-\u{1F3D3}\u{1F3E0}-\u{1F3F0}\u{1F3F4}\u{1F3F8}-\u{1F43E}\u{1F440}\u{1F442}-\u{1F4FC}\u{1F4FF}-\u{1F53D}\u{1F54B}-\u{1F54E}\u{1F550}-\u{1F567}\u{1F57A}\u{1F595}\u{1F596}\u{1F5A4}\u{1F5FB}-\u{1F64F}\u{1F680}-\u{1F6C5}\u{1F6CC}\u{1F6D0}-\u{1F6D2}\u{1F6D5}\u{1F6EB}\u{1F6EC}\u{1F6F4}-\u{1F6FA}\u{1F7E0}-\u{1F7EB}\u{1F90D}-\u{1F93A}\u{1F93C}-\u{1F945}\u{1F947}-\u{1F971}\u{1F973}-\u{1F976}\u{1F97A}-\u{1F9A2}\u{1F9A5}-\u{1F9AA}\u{1F9AE}-\u{1F9CA}\u{1F9CD}-\u{1F9FF}\u{1FA70}-\u{1FA73}\u{1FA78}-\u{1FA7A}\u{1FA80}-\u{1FA82}\u{1FA90}-\u{1FA95}]|[#\*0-9\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23E9-\u23F3\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB-\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u261D\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692-\u2697\u2699\u269B\u269C\u26A0\u26A1\u26AA\u26AB\u26B0\u26B1\u26BD\u26BE\u26C4\u26C5\u26C8\u26CE\u26CF\u26D1\u26D3\u26D4\u26E9\u26EA\u26F0-\u26F5\u26F7-\u26FA\u26FD\u2702\u2705\u2708-\u270D\u270F\u2712\u2714\u2716\u271D\u2721\u2728\u2733\u2734\u2744\u2747\u274C\u274E\u2753-\u2755\u2757\u2763\u2764\u2795-\u2797\u27A1\u27B0\u27BF\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B50\u2B55\u3030\u303D\u3297\u3299\u{1F004}\u{1F0CF}\u{1F170}\u{1F171}\u{1F17E}\u{1F17F}\u{1F18E}\u{1F191}-\u{1F19A}\u{1F1E6}-\u{1F1FF}\u{1F201}\u{1F202}\u{1F21A}\u{1F22F}\u{1F232}-\u{1F23A}\u{1F250}\u{1F251}\u{1F300}-\u{1F321}\u{1F324}-\u{1F393}\u{1F396}\u{1F397}\u{1F399}-\u{1F39B}\u{1F39E}-\u{1F3F0}\u{1F3F3}-\u{1F3F5}\u{1F3F7}-\u{1F4FD}\u{1F4FF}-\u{1F53D}\u{1F549}-\u{1F54E}\u{1F550}-\u{1F567}\u{1F56F}\u{1F570}\u{1F573}-\u{1F57A}\u{1F587}\u{1F58A}-\u{1F58D}\u{1F590}\u{1F595}\u{1F596}\u{1F5A4}\u{1F5A5}\u{1F5A8}\u{1F5B1}\u{1F5B2}\u{1F5BC}\u{1F5C2}-\u{1F5C4}\u{1F5D1}-\u{1F5D3}\u{1F5DC}-\u{1F5DE}\u{1F5E1}\u{1F5E3}\u{1F5E8}\u{1F5EF}\u{1F5F3}\u{1F5FA}-\u{1F64F}\u{1F680}-\u{1F6C5}\u{1F6CB}-\u{1F6D2}\u{1F6D5}\u{1F6E0}-\u{1F6E5}\u{1F6E9}\u{1F6EB}\u{1F6EC}\u{1F6F0}\u{1F6F3}-\u{1F6FA}\u{1F7E0}-\u{1F7EB}\u{1F90D}-\u{1F93A}\u{1F93C}-\u{1F945}\u{1F947}-\u{1F971}\u{1F973}-\u{1F976}\u{1F97A}-\u{1F9A2}\u{1F9A5}-\u{1F9AA}\u{1F9AE}-\u{1F9CA}\u{1F9CD}-\u{1F9FF}\u{1FA70}-\u{1FA73}\u{1FA78}-\u{1FA7A}\u{1FA80}-\u{1FA82}\u{1FA90}-\u{1FA95}]\uFE0F?|[\u261D\u26F9\u270A-\u270D\u{1F385}\u{1F3C2}-\u{1F3C4}\u{1F3C7}\u{1F3CA}-\u{1F3CC}\u{1F442}\u{1F443}\u{1F446}-\u{1F450}\u{1F466}-\u{1F478}\u{1F47C}\u{1F481}-\u{1F483}\u{1F485}-\u{1F487}\u{1F48F}\u{1F491}\u{1F4AA}\u{1F574}\u{1F575}\u{1F57A}\u{1F590}\u{1F595}\u{1F596}\u{1F645}-\u{1F647}\u{1F64B}-\u{1F64F}\u{1F6A3}\u{1F6B4}-\u{1F6B6}\u{1F6C0}\u{1F6CC}\u{1F90F}\u{1F918}-\u{1F91F}\u{1F926}\u{1F930}-\u{1F939}\u{1F93C}-\u{1F93E}\u{1F9B5}\u{1F9B6}\u{1F9B8}\u{1F9B9}\u{1F9BB}\u{1F9CD}-\u{1F9CF}\u{1F9D1}-\u{1F9DD}]/gu; -}; diff --git a/software/flow/node_modules/npm/node_modules/emoji-regex/index.d.ts b/software/flow/node_modules/npm/node_modules/emoji-regex/index.d.ts deleted file mode 100644 index 1955b47..0000000 --- a/software/flow/node_modules/npm/node_modules/emoji-regex/index.d.ts +++ /dev/null @@ -1,23 +0,0 @@ -declare module 'emoji-regex' { - function emojiRegex(): RegExp; - - export default emojiRegex; -} - -declare module 'emoji-regex/text' { - function emojiRegex(): RegExp; - - export default emojiRegex; -} - -declare module 'emoji-regex/es2015' { - function emojiRegex(): RegExp; - - export default emojiRegex; -} - -declare module 'emoji-regex/es2015/text' { - function emojiRegex(): RegExp; - - export default emojiRegex; -} diff --git a/software/flow/node_modules/npm/node_modules/emoji-regex/index.js b/software/flow/node_modules/npm/node_modules/emoji-regex/index.js deleted file mode 100644 index d993a3a..0000000 --- a/software/flow/node_modules/npm/node_modules/emoji-regex/index.js +++ /dev/null @@ -1,6 +0,0 @@ -"use strict"; - -module.exports = function () { - // https://mths.be/emoji - return /\uD83C\uDFF4\uDB40\uDC67\uDB40\uDC62(?:\uDB40\uDC65\uDB40\uDC6E\uDB40\uDC67|\uDB40\uDC73\uDB40\uDC63\uDB40\uDC74|\uDB40\uDC77\uDB40\uDC6C\uDB40\uDC73)\uDB40\uDC7F|\uD83D\uDC68(?:\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68\uD83C\uDFFB|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFE])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFC])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83D\uDC68|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D[\uDC66\uDC67])|[\u2695\u2696\u2708]\uFE0F|\uD83D[\uDC66\uDC67]|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|(?:\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708])\uFE0F|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C[\uDFFB-\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFB\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)\uD83C\uDFFB|\uD83E\uDDD1(?:\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])|\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1)|(?:\uD83E\uDDD1\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFE])|(?:\uD83E\uDDD1\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)(?:\uD83C[\uDFFB\uDFFC])|\uD83D\uDC69(?:\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFC-\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|(?:\uD83E\uDDD1\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)(?:\uD83C[\uDFFB-\uDFFD])|\uD83D\uDC69\u200D\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D\uDC41\uFE0F\u200D\uD83D\uDDE8|\uD83D\uDC69(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|(?:(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)\uFE0F|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF])\u200D[\u2640\u2642]|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD6-\uDDDD])(?:(?:\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|\u200D[\u2640\u2642])|\uD83C\uDFF4\u200D\u2620)\uFE0F|\uD83D\uDC69\u200D\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|\uD83C\uDFF3\uFE0F\u200D\uD83C\uDF08|\uD83D\uDC15\u200D\uD83E\uDDBA|\uD83D\uDC69\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC67|\uD83C\uDDFD\uD83C\uDDF0|\uD83C\uDDF4\uD83C\uDDF2|\uD83C\uDDF6\uD83C\uDDE6|[#\*0-9]\uFE0F\u20E3|\uD83C\uDDE7(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF])|\uD83C\uDDF9(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF])|\uD83C\uDDEA(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA])|\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])|\uD83C\uDDF7(?:\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC])|\uD83D\uDC69(?:\uD83C[\uDFFB-\uDFFF])|\uD83C\uDDF2(?:\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF])|\uD83C\uDDE6(?:\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF])|\uD83C\uDDF0(?:\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF])|\uD83C\uDDED(?:\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA])|\uD83C\uDDE9(?:\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF])|\uD83C\uDDFE(?:\uD83C[\uDDEA\uDDF9])|\uD83C\uDDEC(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE])|\uD83C\uDDF8(?:\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF])|\uD83C\uDDEB(?:\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7])|\uD83C\uDDF5(?:\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE])|\uD83C\uDDFB(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA])|\uD83C\uDDF3(?:\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF])|\uD83C\uDDE8(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF])|\uD83C\uDDF1(?:\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE])|\uD83C\uDDFF(?:\uD83C[\uDDE6\uDDF2\uDDFC])|\uD83C\uDDFC(?:\uD83C[\uDDEB\uDDF8])|\uD83C\uDDFA(?:\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF])|\uD83C\uDDEE(?:\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9])|\uD83C\uDDEF(?:\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5])|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u261D\u270A-\u270D]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC70\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDCAA\uDD74\uDD7A\uDD90\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC]|\uD83E[\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD36\uDDB5\uDDB6\uDDBB\uDDD2-\uDDD5])(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u270A\u270B\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55]|\uD83C[\uDC04\uDCCF\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF93\uDFA0-\uDFCA\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF4\uDFF8-\uDFFF]|\uD83D[\uDC00-\uDC3E\uDC40\uDC42-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDD7A\uDD95\uDD96\uDDA4\uDDFB-\uDE4F\uDE80-\uDEC5\uDECC\uDED0-\uDED2\uDED5\uDEEB\uDEEC\uDEF4-\uDEFA\uDFE0-\uDFEB]|\uD83E[\uDD0D-\uDD3A\uDD3C-\uDD45\uDD47-\uDD71\uDD73-\uDD76\uDD7A-\uDDA2\uDDA5-\uDDAA\uDDAE-\uDDCA\uDDCD-\uDDFF\uDE70-\uDE73\uDE78-\uDE7A\uDE80-\uDE82\uDE90-\uDE95])|(?:[#\*0-9\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23E9-\u23F3\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB-\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u261D\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692-\u2697\u2699\u269B\u269C\u26A0\u26A1\u26AA\u26AB\u26B0\u26B1\u26BD\u26BE\u26C4\u26C5\u26C8\u26CE\u26CF\u26D1\u26D3\u26D4\u26E9\u26EA\u26F0-\u26F5\u26F7-\u26FA\u26FD\u2702\u2705\u2708-\u270D\u270F\u2712\u2714\u2716\u271D\u2721\u2728\u2733\u2734\u2744\u2747\u274C\u274E\u2753-\u2755\u2757\u2763\u2764\u2795-\u2797\u27A1\u27B0\u27BF\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B50\u2B55\u3030\u303D\u3297\u3299]|\uD83C[\uDC04\uDCCF\uDD70\uDD71\uDD7E\uDD7F\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE02\uDE1A\uDE2F\uDE32-\uDE3A\uDE50\uDE51\uDF00-\uDF21\uDF24-\uDF93\uDF96\uDF97\uDF99-\uDF9B\uDF9E-\uDFF0\uDFF3-\uDFF5\uDFF7-\uDFFF]|\uD83D[\uDC00-\uDCFD\uDCFF-\uDD3D\uDD49-\uDD4E\uDD50-\uDD67\uDD6F\uDD70\uDD73-\uDD7A\uDD87\uDD8A-\uDD8D\uDD90\uDD95\uDD96\uDDA4\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA-\uDE4F\uDE80-\uDEC5\uDECB-\uDED2\uDED5\uDEE0-\uDEE5\uDEE9\uDEEB\uDEEC\uDEF0\uDEF3-\uDEFA\uDFE0-\uDFEB]|\uD83E[\uDD0D-\uDD3A\uDD3C-\uDD45\uDD47-\uDD71\uDD73-\uDD76\uDD7A-\uDDA2\uDDA5-\uDDAA\uDDAE-\uDDCA\uDDCD-\uDDFF\uDE70-\uDE73\uDE78-\uDE7A\uDE80-\uDE82\uDE90-\uDE95])\uFE0F|(?:[\u261D\u26F9\u270A-\u270D]|\uD83C[\uDF85\uDFC2-\uDFC4\uDFC7\uDFCA-\uDFCC]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66-\uDC78\uDC7C\uDC81-\uDC83\uDC85-\uDC87\uDC8F\uDC91\uDCAA\uDD74\uDD75\uDD7A\uDD90\uDD95\uDD96\uDE45-\uDE47\uDE4B-\uDE4F\uDEA3\uDEB4-\uDEB6\uDEC0\uDECC]|\uD83E[\uDD0F\uDD18-\uDD1F\uDD26\uDD30-\uDD39\uDD3C-\uDD3E\uDDB5\uDDB6\uDDB8\uDDB9\uDDBB\uDDCD-\uDDCF\uDDD1-\uDDDD])/g; -}; diff --git a/software/flow/node_modules/npm/node_modules/emoji-regex/package.json b/software/flow/node_modules/npm/node_modules/emoji-regex/package.json deleted file mode 100644 index 6d32352..0000000 --- a/software/flow/node_modules/npm/node_modules/emoji-regex/package.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "name": "emoji-regex", - "version": "8.0.0", - "description": "A regular expression to match all Emoji-only symbols as per the Unicode Standard.", - "homepage": "https://mths.be/emoji-regex", - "main": "index.js", - "types": "index.d.ts", - "keywords": [ - "unicode", - "regex", - "regexp", - "regular expressions", - "code points", - "symbols", - "characters", - "emoji" - ], - "license": "MIT", - "author": { - "name": "Mathias Bynens", - "url": "https://mathiasbynens.be/" - }, - "repository": { - "type": "git", - "url": "https://github.com/mathiasbynens/emoji-regex.git" - }, - "bugs": "https://github.com/mathiasbynens/emoji-regex/issues", - "files": [ - "LICENSE-MIT.txt", - "index.js", - "index.d.ts", - "text.js", - "es2015/index.js", - "es2015/text.js" - ], - "scripts": { - "build": "rm -rf -- es2015; babel src -d .; NODE_ENV=es2015 babel src -d ./es2015; node script/inject-sequences.js", - "test": "mocha", - "test:watch": "npm run test -- --watch" - }, - "devDependencies": { - "@babel/cli": "^7.2.3", - "@babel/core": "^7.3.4", - "@babel/plugin-proposal-unicode-property-regex": "^7.2.0", - "@babel/preset-env": "^7.3.4", - "mocha": "^6.0.2", - "regexgen": "^1.3.0", - "unicode-12.0.0": "^0.7.9" - } -} diff --git a/software/flow/node_modules/npm/node_modules/emoji-regex/text.js b/software/flow/node_modules/npm/node_modules/emoji-regex/text.js deleted file mode 100644 index 0a55ce2..0000000 --- a/software/flow/node_modules/npm/node_modules/emoji-regex/text.js +++ /dev/null @@ -1,6 +0,0 @@ -"use strict"; - -module.exports = function () { - // https://mths.be/emoji - return /\uD83C\uDFF4\uDB40\uDC67\uDB40\uDC62(?:\uDB40\uDC65\uDB40\uDC6E\uDB40\uDC67|\uDB40\uDC73\uDB40\uDC63\uDB40\uDC74|\uDB40\uDC77\uDB40\uDC6C\uDB40\uDC73)\uDB40\uDC7F|\uD83D\uDC68(?:\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68\uD83C\uDFFB|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFE])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFC])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83D\uDC68|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D[\uDC66\uDC67])|[\u2695\u2696\u2708]\uFE0F|\uD83D[\uDC66\uDC67]|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|(?:\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708])\uFE0F|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C[\uDFFB-\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFB\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)\uD83C\uDFFB|\uD83E\uDDD1(?:\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])|\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1)|(?:\uD83E\uDDD1\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFE])|(?:\uD83E\uDDD1\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)(?:\uD83C[\uDFFB\uDFFC])|\uD83D\uDC69(?:\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFC-\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|(?:\uD83E\uDDD1\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)(?:\uD83C[\uDFFB-\uDFFD])|\uD83D\uDC69\u200D\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D\uDC41\uFE0F\u200D\uD83D\uDDE8|\uD83D\uDC69(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|(?:(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)\uFE0F|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF])\u200D[\u2640\u2642]|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD6-\uDDDD])(?:(?:\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|\u200D[\u2640\u2642])|\uD83C\uDFF4\u200D\u2620)\uFE0F|\uD83D\uDC69\u200D\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|\uD83C\uDFF3\uFE0F\u200D\uD83C\uDF08|\uD83D\uDC15\u200D\uD83E\uDDBA|\uD83D\uDC69\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC67|\uD83C\uDDFD\uD83C\uDDF0|\uD83C\uDDF4\uD83C\uDDF2|\uD83C\uDDF6\uD83C\uDDE6|[#\*0-9]\uFE0F\u20E3|\uD83C\uDDE7(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF])|\uD83C\uDDF9(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF])|\uD83C\uDDEA(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA])|\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])|\uD83C\uDDF7(?:\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC])|\uD83D\uDC69(?:\uD83C[\uDFFB-\uDFFF])|\uD83C\uDDF2(?:\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF])|\uD83C\uDDE6(?:\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF])|\uD83C\uDDF0(?:\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF])|\uD83C\uDDED(?:\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA])|\uD83C\uDDE9(?:\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF])|\uD83C\uDDFE(?:\uD83C[\uDDEA\uDDF9])|\uD83C\uDDEC(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE])|\uD83C\uDDF8(?:\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF])|\uD83C\uDDEB(?:\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7])|\uD83C\uDDF5(?:\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE])|\uD83C\uDDFB(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA])|\uD83C\uDDF3(?:\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF])|\uD83C\uDDE8(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF])|\uD83C\uDDF1(?:\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE])|\uD83C\uDDFF(?:\uD83C[\uDDE6\uDDF2\uDDFC])|\uD83C\uDDFC(?:\uD83C[\uDDEB\uDDF8])|\uD83C\uDDFA(?:\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF])|\uD83C\uDDEE(?:\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9])|\uD83C\uDDEF(?:\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5])|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u261D\u270A-\u270D]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC70\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDCAA\uDD74\uDD7A\uDD90\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC]|\uD83E[\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD36\uDDB5\uDDB6\uDDBB\uDDD2-\uDDD5])(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u270A\u270B\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55]|\uD83C[\uDC04\uDCCF\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF93\uDFA0-\uDFCA\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF4\uDFF8-\uDFFF]|\uD83D[\uDC00-\uDC3E\uDC40\uDC42-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDD7A\uDD95\uDD96\uDDA4\uDDFB-\uDE4F\uDE80-\uDEC5\uDECC\uDED0-\uDED2\uDED5\uDEEB\uDEEC\uDEF4-\uDEFA\uDFE0-\uDFEB]|\uD83E[\uDD0D-\uDD3A\uDD3C-\uDD45\uDD47-\uDD71\uDD73-\uDD76\uDD7A-\uDDA2\uDDA5-\uDDAA\uDDAE-\uDDCA\uDDCD-\uDDFF\uDE70-\uDE73\uDE78-\uDE7A\uDE80-\uDE82\uDE90-\uDE95])|(?:[#\*0-9\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23E9-\u23F3\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB-\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u261D\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692-\u2697\u2699\u269B\u269C\u26A0\u26A1\u26AA\u26AB\u26B0\u26B1\u26BD\u26BE\u26C4\u26C5\u26C8\u26CE\u26CF\u26D1\u26D3\u26D4\u26E9\u26EA\u26F0-\u26F5\u26F7-\u26FA\u26FD\u2702\u2705\u2708-\u270D\u270F\u2712\u2714\u2716\u271D\u2721\u2728\u2733\u2734\u2744\u2747\u274C\u274E\u2753-\u2755\u2757\u2763\u2764\u2795-\u2797\u27A1\u27B0\u27BF\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B50\u2B55\u3030\u303D\u3297\u3299]|\uD83C[\uDC04\uDCCF\uDD70\uDD71\uDD7E\uDD7F\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE02\uDE1A\uDE2F\uDE32-\uDE3A\uDE50\uDE51\uDF00-\uDF21\uDF24-\uDF93\uDF96\uDF97\uDF99-\uDF9B\uDF9E-\uDFF0\uDFF3-\uDFF5\uDFF7-\uDFFF]|\uD83D[\uDC00-\uDCFD\uDCFF-\uDD3D\uDD49-\uDD4E\uDD50-\uDD67\uDD6F\uDD70\uDD73-\uDD7A\uDD87\uDD8A-\uDD8D\uDD90\uDD95\uDD96\uDDA4\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA-\uDE4F\uDE80-\uDEC5\uDECB-\uDED2\uDED5\uDEE0-\uDEE5\uDEE9\uDEEB\uDEEC\uDEF0\uDEF3-\uDEFA\uDFE0-\uDFEB]|\uD83E[\uDD0D-\uDD3A\uDD3C-\uDD45\uDD47-\uDD71\uDD73-\uDD76\uDD7A-\uDDA2\uDDA5-\uDDAA\uDDAE-\uDDCA\uDDCD-\uDDFF\uDE70-\uDE73\uDE78-\uDE7A\uDE80-\uDE82\uDE90-\uDE95])\uFE0F?|(?:[\u261D\u26F9\u270A-\u270D]|\uD83C[\uDF85\uDFC2-\uDFC4\uDFC7\uDFCA-\uDFCC]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66-\uDC78\uDC7C\uDC81-\uDC83\uDC85-\uDC87\uDC8F\uDC91\uDCAA\uDD74\uDD75\uDD7A\uDD90\uDD95\uDD96\uDE45-\uDE47\uDE4B-\uDE4F\uDEA3\uDEB4-\uDEB6\uDEC0\uDECC]|\uD83E[\uDD0F\uDD18-\uDD1F\uDD26\uDD30-\uDD39\uDD3C-\uDD3E\uDDB5\uDDB6\uDDB8\uDDB9\uDDBB\uDDCD-\uDDCF\uDDD1-\uDDDD])/g; -}; diff --git a/software/flow/node_modules/npm/node_modules/encoding/LICENSE b/software/flow/node_modules/npm/node_modules/encoding/LICENSE deleted file mode 100644 index 33f5a9a..0000000 --- a/software/flow/node_modules/npm/node_modules/encoding/LICENSE +++ /dev/null @@ -1,16 +0,0 @@ -Copyright (c) 2012-2014 Andris Reinman - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/encoding/lib/encoding.js b/software/flow/node_modules/npm/node_modules/encoding/lib/encoding.js deleted file mode 100644 index 865c24b..0000000 --- a/software/flow/node_modules/npm/node_modules/encoding/lib/encoding.js +++ /dev/null @@ -1,83 +0,0 @@ -'use strict'; - -var iconvLite = require('iconv-lite'); - -// Expose to the world -module.exports.convert = convert; - -/** - * Convert encoding of an UTF-8 string or a buffer - * - * @param {String|Buffer} str String to be converted - * @param {String} to Encoding to be converted to - * @param {String} [from='UTF-8'] Encoding to be converted from - * @return {Buffer} Encoded string - */ -function convert(str, to, from) { - from = checkEncoding(from || 'UTF-8'); - to = checkEncoding(to || 'UTF-8'); - str = str || ''; - - var result; - - if (from !== 'UTF-8' && typeof str === 'string') { - str = Buffer.from(str, 'binary'); - } - - if (from === to) { - if (typeof str === 'string') { - result = Buffer.from(str); - } else { - result = str; - } - } else { - try { - result = convertIconvLite(str, to, from); - } catch (E) { - console.error(E); - result = str; - } - } - - if (typeof result === 'string') { - result = Buffer.from(result, 'utf-8'); - } - - return result; -} - -/** - * Convert encoding of astring with iconv-lite - * - * @param {String|Buffer} str String to be converted - * @param {String} to Encoding to be converted to - * @param {String} [from='UTF-8'] Encoding to be converted from - * @return {Buffer} Encoded string - */ -function convertIconvLite(str, to, from) { - if (to === 'UTF-8') { - return iconvLite.decode(str, from); - } else if (from === 'UTF-8') { - return iconvLite.encode(str, to); - } else { - return iconvLite.encode(iconvLite.decode(str, from), to); - } -} - -/** - * Converts charset name if needed - * - * @param {String} name Character set - * @return {String} Character set name - */ -function checkEncoding(name) { - return (name || '') - .toString() - .trim() - .replace(/^latin[\-_]?(\d+)$/i, 'ISO-8859-$1') - .replace(/^win(?:dows)?[\-_]?(\d+)$/i, 'WINDOWS-$1') - .replace(/^utf[\-_]?(\d+)$/i, 'UTF-$1') - .replace(/^ks_c_5601\-1987$/i, 'CP949') - .replace(/^us[\-_]?ascii$/i, 'ASCII') - .toUpperCase(); -} diff --git a/software/flow/node_modules/npm/node_modules/encoding/package.json b/software/flow/node_modules/npm/node_modules/encoding/package.json deleted file mode 100644 index 773a943..0000000 --- a/software/flow/node_modules/npm/node_modules/encoding/package.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "name": "encoding", - "version": "0.1.13", - "description": "Convert encodings, uses iconv-lite", - "main": "lib/encoding.js", - "scripts": { - "test": "nodeunit test" - }, - "repository": "https://github.com/andris9/encoding.git", - "author": "Andris Reinman", - "license": "MIT", - "dependencies": { - "iconv-lite": "^0.6.2" - }, - "devDependencies": { - "nodeunit": "0.11.3" - } -} diff --git a/software/flow/node_modules/npm/node_modules/encoding/test/test.js b/software/flow/node_modules/npm/node_modules/encoding/test/test.js deleted file mode 100644 index 3a7dfee..0000000 --- a/software/flow/node_modules/npm/node_modules/encoding/test/test.js +++ /dev/null @@ -1,49 +0,0 @@ -'use strict'; - -var encoding = require('../lib/encoding'); - -exports['General tests'] = { - 'From UTF-8 to Latin_1': function (test) { - var input = 'ÕÄÖÜ', - expected = Buffer.from([0xd5, 0xc4, 0xd6, 0xdc]); - test.deepEqual(encoding.convert(input, 'latin1'), expected); - test.done(); - }, - - 'From Latin_1 to UTF-8': function (test) { - var input = Buffer.from([0xd5, 0xc4, 0xd6, 0xdc]), - expected = 'ÕÄÖÜ'; - test.deepEqual(encoding.convert(input, 'utf-8', 'latin1').toString(), expected); - test.done(); - }, - - 'From UTF-8 to UTF-8': function (test) { - var input = 'ÕÄÖÜ', - expected = Buffer.from('ÕÄÖÜ'); - test.deepEqual(encoding.convert(input, 'utf-8', 'utf-8'), expected); - test.done(); - }, - - 'From Latin_13 to Latin_15': function (test) { - var input = Buffer.from([0xd5, 0xc4, 0xd6, 0xdc, 0xd0]), - expected = Buffer.from([0xd5, 0xc4, 0xd6, 0xdc, 0xa6]); - test.deepEqual(encoding.convert(input, 'latin_15', 'latin13'), expected); - test.done(); - } - - /* - // ISO-2022-JP is not supported by iconv-lite - "From ISO-2022-JP to UTF-8 with Iconv": function (test) { - var input = Buffer.from( - "GyRCM1g5OzU7PVEwdzgmPSQ4IUYkMnFKczlwGyhC", - "base64" - ), - expected = Buffer.from( - "5a2m5qCh5oqA6KGT5ZOh56CU5L+u5qSc6KiO5Lya5aCx5ZGK", - "base64" - ); - test.deepEqual(encoding.convert(input, "utf-8", "ISO-2022-JP"), expected); - test.done(); - }, - */ -}; diff --git a/software/flow/node_modules/npm/node_modules/env-paths/index.d.ts b/software/flow/node_modules/npm/node_modules/env-paths/index.d.ts deleted file mode 100644 index 277ddc0..0000000 --- a/software/flow/node_modules/npm/node_modules/env-paths/index.d.ts +++ /dev/null @@ -1,101 +0,0 @@ -declare namespace envPaths { - export interface Options { - /** - __Don't use this option unless you really have to!__ - - Suffix appended to the project name to avoid name conflicts with native apps. Pass an empty string to disable it. - - @default 'nodejs' - */ - readonly suffix?: string; - } - - export interface Paths { - /** - Directory for data files. - - Example locations (with the default `nodejs` suffix): - - - macOS: `~/Library/Application Support/MyApp-nodejs` - - Windows: `%LOCALAPPDATA%\MyApp-nodejs\Data` (for example, `C:\Users\USERNAME\AppData\Local\MyApp-nodejs\Data`) - - Linux: `~/.local/share/MyApp-nodejs` (or `$XDG_DATA_HOME/MyApp-nodejs`) - */ - readonly data: string; - - /** - Directory for data files. - - Example locations (with the default `nodejs` suffix): - - - macOS: `~/Library/Preferences/MyApp-nodejs` - - Windows: `%APPDATA%\MyApp-nodejs\Config` (for example, `C:\Users\USERNAME\AppData\Roaming\MyApp-nodejs\Config`) - - Linux: `~/.config/MyApp-nodejs` (or `$XDG_CONFIG_HOME/MyApp-nodejs`) - */ - readonly config: string; - - /** - Directory for non-essential data files. - - Example locations (with the default `nodejs` suffix): - - - macOS: `~/Library/Caches/MyApp-nodejs` - - Windows: `%LOCALAPPDATA%\MyApp-nodejs\Cache` (for example, `C:\Users\USERNAME\AppData\Local\MyApp-nodejs\Cache`) - - Linux: `~/.cache/MyApp-nodejs` (or `$XDG_CACHE_HOME/MyApp-nodejs`) - */ - readonly cache: string; - - /** - Directory for log files. - - Example locations (with the default `nodejs` suffix): - - - macOS: `~/Library/Logs/MyApp-nodejs` - - Windows: `%LOCALAPPDATA%\MyApp-nodejs\Log` (for example, `C:\Users\USERNAME\AppData\Local\MyApp-nodejs\Log`) - - Linux: `~/.local/state/MyApp-nodejs` (or `$XDG_STATE_HOME/MyApp-nodejs`) - */ - readonly log: string; - - /** - Directory for temporary files. - - Example locations (with the default `nodejs` suffix): - - - macOS: `/var/folders/jf/f2twvvvs5jl_m49tf034ffpw0000gn/T/MyApp-nodejs` - - Windows: `%LOCALAPPDATA%\Temp\MyApp-nodejs` (for example, `C:\Users\USERNAME\AppData\Local\Temp\MyApp-nodejs`) - - Linux: `/tmp/USERNAME/MyApp-nodejs` - */ - readonly temp: string; - } -} - -declare const envPaths: { - /** - Get paths for storing things like data, config, cache, etc. - - Note: It only generates the path strings. It doesn't create the directories for you. You could use [`make-dir`](https://github.com/sindresorhus/make-dir) to create the directories. - - @param name - Name of your project. Used to generate the paths. - @returns The paths to use for your project on current OS. - - @example - ``` - import envPaths = require('env-paths'); - - const paths = envPaths('MyApp'); - - paths.data; - //=> '/home/sindresorhus/.local/share/MyApp-nodejs' - - paths.config - //=> '/home/sindresorhus/.config/MyApp-nodejs' - ``` - */ - (name: string, options?: envPaths.Options): envPaths.Paths; - - // TODO: Remove this for the next major release, refactor the whole definition to: - // declare function envPaths(name: string, options?: envPaths.Options): envPaths.Paths; - // export = envPaths; - default: typeof envPaths; -}; - -export = envPaths; diff --git a/software/flow/node_modules/npm/node_modules/env-paths/index.js b/software/flow/node_modules/npm/node_modules/env-paths/index.js deleted file mode 100644 index 7e7b50b..0000000 --- a/software/flow/node_modules/npm/node_modules/env-paths/index.js +++ /dev/null @@ -1,74 +0,0 @@ -'use strict'; -const path = require('path'); -const os = require('os'); - -const homedir = os.homedir(); -const tmpdir = os.tmpdir(); -const {env} = process; - -const macos = name => { - const library = path.join(homedir, 'Library'); - - return { - data: path.join(library, 'Application Support', name), - config: path.join(library, 'Preferences', name), - cache: path.join(library, 'Caches', name), - log: path.join(library, 'Logs', name), - temp: path.join(tmpdir, name) - }; -}; - -const windows = name => { - const appData = env.APPDATA || path.join(homedir, 'AppData', 'Roaming'); - const localAppData = env.LOCALAPPDATA || path.join(homedir, 'AppData', 'Local'); - - return { - // Data/config/cache/log are invented by me as Windows isn't opinionated about this - data: path.join(localAppData, name, 'Data'), - config: path.join(appData, name, 'Config'), - cache: path.join(localAppData, name, 'Cache'), - log: path.join(localAppData, name, 'Log'), - temp: path.join(tmpdir, name) - }; -}; - -// https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html -const linux = name => { - const username = path.basename(homedir); - - return { - data: path.join(env.XDG_DATA_HOME || path.join(homedir, '.local', 'share'), name), - config: path.join(env.XDG_CONFIG_HOME || path.join(homedir, '.config'), name), - cache: path.join(env.XDG_CACHE_HOME || path.join(homedir, '.cache'), name), - // https://wiki.debian.org/XDGBaseDirectorySpecification#state - log: path.join(env.XDG_STATE_HOME || path.join(homedir, '.local', 'state'), name), - temp: path.join(tmpdir, username, name) - }; -}; - -const envPaths = (name, options) => { - if (typeof name !== 'string') { - throw new TypeError(`Expected string, got ${typeof name}`); - } - - options = Object.assign({suffix: 'nodejs'}, options); - - if (options.suffix) { - // Add suffix to prevent possible conflict with native apps - name += `-${options.suffix}`; - } - - if (process.platform === 'darwin') { - return macos(name); - } - - if (process.platform === 'win32') { - return windows(name); - } - - return linux(name); -}; - -module.exports = envPaths; -// TODO: Remove this for the next major release -module.exports.default = envPaths; diff --git a/software/flow/node_modules/npm/node_modules/env-paths/license b/software/flow/node_modules/npm/node_modules/env-paths/license deleted file mode 100644 index e7af2f7..0000000 --- a/software/flow/node_modules/npm/node_modules/env-paths/license +++ /dev/null @@ -1,9 +0,0 @@ -MIT License - -Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/env-paths/package.json b/software/flow/node_modules/npm/node_modules/env-paths/package.json deleted file mode 100644 index fae4ebc..0000000 --- a/software/flow/node_modules/npm/node_modules/env-paths/package.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "env-paths", - "version": "2.2.1", - "description": "Get paths for storing things like data, config, cache, etc", - "license": "MIT", - "repository": "sindresorhus/env-paths", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "sindresorhus.com" - }, - "engines": { - "node": ">=6" - }, - "scripts": { - "test": "xo && ava && tsd" - }, - "files": [ - "index.js", - "index.d.ts" - ], - "keywords": [ - "common", - "user", - "paths", - "env", - "environment", - "directory", - "dir", - "appdir", - "path", - "data", - "config", - "cache", - "logs", - "temp", - "linux", - "unix" - ], - "devDependencies": { - "ava": "^1.4.1", - "tsd": "^0.7.1", - "xo": "^0.24.0" - } -} diff --git a/software/flow/node_modules/npm/node_modules/err-code/bower.json b/software/flow/node_modules/npm/node_modules/err-code/bower.json deleted file mode 100644 index a39cb70..0000000 --- a/software/flow/node_modules/npm/node_modules/err-code/bower.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "name": "err-code", - "version": "1.1.1", - "description": "Create new error instances with a code and additional properties", - "main": "index.umd.js", - "homepage": "https://github.com/IndigoUnited/js-err-code", - "authors": [ - "IndigoUnited <hello@indigounited.com> (http://indigounited.com)" - ], - "moduleType": [ - "amd", - "globals", - "node" - ], - "keywords": [ - "error", - "err", - "code", - "properties", - "property" - ], - "license": "MIT", - "ignore": [ - "**/.*", - "node_modules", - "bower_components", - "test", - "tests" - ] -} diff --git a/software/flow/node_modules/npm/node_modules/err-code/index.js b/software/flow/node_modules/npm/node_modules/err-code/index.js deleted file mode 100644 index 9ff3e9c..0000000 --- a/software/flow/node_modules/npm/node_modules/err-code/index.js +++ /dev/null @@ -1,47 +0,0 @@ -'use strict'; - -function assign(obj, props) { - for (const key in props) { - Object.defineProperty(obj, key, { - value: props[key], - enumerable: true, - configurable: true, - }); - } - - return obj; -} - -function createError(err, code, props) { - if (!err || typeof err === 'string') { - throw new TypeError('Please pass an Error to err-code'); - } - - if (!props) { - props = {}; - } - - if (typeof code === 'object') { - props = code; - code = undefined; - } - - if (code != null) { - props.code = code; - } - - try { - return assign(err, props); - } catch (_) { - props.message = err.message; - props.stack = err.stack; - - const ErrClass = function () {}; - - ErrClass.prototype = Object.create(Object.getPrototypeOf(err)); - - return assign(new ErrClass(), props); - } -} - -module.exports = createError; diff --git a/software/flow/node_modules/npm/node_modules/err-code/index.umd.js b/software/flow/node_modules/npm/node_modules/err-code/index.umd.js deleted file mode 100644 index 4100726..0000000 --- a/software/flow/node_modules/npm/node_modules/err-code/index.umd.js +++ /dev/null @@ -1,51 +0,0 @@ -(function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.errCode = f()}})(function(){var define,module,exports;return (function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){ -'use strict'; - -function assign(obj, props) { - for (const key in props) { - Object.defineProperty(obj, key, { - value: props[key], - enumerable: true, - configurable: true, - }); - } - - return obj; -} - -function createError(err, code, props) { - if (!err || typeof err === 'string') { - throw new TypeError('Please pass an Error to err-code'); - } - - if (!props) { - props = {}; - } - - if (typeof code === 'object') { - props = code; - code = undefined; - } - - if (code != null) { - props.code = code; - } - - try { - return assign(err, props); - } catch (_) { - props.message = err.message; - props.stack = err.stack; - - const ErrClass = function () {}; - - ErrClass.prototype = Object.create(Object.getPrototypeOf(err)); - - return assign(new ErrClass(), props); - } -} - -module.exports = createError; - -},{}]},{},[1])(1) -}); diff --git a/software/flow/node_modules/npm/node_modules/err-code/package.json b/software/flow/node_modules/npm/node_modules/err-code/package.json deleted file mode 100644 index 8c6007b..0000000 --- a/software/flow/node_modules/npm/node_modules/err-code/package.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "err-code", - "version": "2.0.3", - "description": "Create an error with a code", - "main": "index.js", - "scripts": { - "lint": "eslint '{*.js,test/**/*.js}' --ignore-pattern *.umd.js", - "test": "mocha --bail", - "browserify": "browserify -s err-code index.js > index.umd.js" - }, - "bugs": { - "url": "https://github.com/IndigoUnited/js-err-code/issues/" - }, - "repository": { - "type": "git", - "url": "git://github.com/IndigoUnited/js-err-code.git" - }, - "keywords": [ - "error", - "err", - "code", - "properties", - "property" - ], - "author": "IndigoUnited <hello@indigounited.com> (http://indigounited.com)", - "license": "MIT", - "devDependencies": { - "@satazor/eslint-config": "^3.0.0", - "browserify": "^16.5.1", - "eslint": "^7.2.0", - "expect.js": "^0.3.1", - "mocha": "^8.0.1" - } -} diff --git a/software/flow/node_modules/npm/node_modules/err-code/test/test.js b/software/flow/node_modules/npm/node_modules/err-code/test/test.js deleted file mode 100644 index 22ba0a8..0000000 --- a/software/flow/node_modules/npm/node_modules/err-code/test/test.js +++ /dev/null @@ -1,159 +0,0 @@ -'use strict'; - -const errcode = require('../index'); -const expect = require('expect.js'); - -describe('errcode', () => { - describe('string as first argument', () => { - it('should throw an error', () => { - expect(() => { errcode('my message'); }).to.throwError((err) => { - expect(err).to.be.a(TypeError); - }); - }); - }); - - describe('error as first argument', () => { - it('should accept an error and do nothing', () => { - const myErr = new Error('my message'); - const err = errcode(myErr); - - expect(err).to.be(myErr); - expect(err.hasOwnProperty(err.code)).to.be(false); - }); - - it('should accept an error and add a code', () => { - const myErr = new Error('my message'); - const err = errcode(myErr, 'ESOME'); - - expect(err).to.be(myErr); - expect(err.code).to.be('ESOME'); - }); - - it('should accept an error object and add code & properties', () => { - const myErr = new Error('my message'); - const err = errcode(myErr, 'ESOME', { foo: 'bar', bar: 'foo' }); - - expect(err).to.be.an(Error); - expect(err.code).to.be('ESOME'); - expect(err.foo).to.be('bar'); - expect(err.bar).to.be('foo'); - }); - - it('should create an error object without code but with properties', () => { - const myErr = new Error('my message'); - const err = errcode(myErr, { foo: 'bar', bar: 'foo' }); - - expect(err).to.be.an(Error); - expect(err.code).to.be(undefined); - expect(err.foo).to.be('bar'); - expect(err.bar).to.be('foo'); - }); - - it('should set a non-writable field', () => { - const myErr = new Error('my message'); - - Object.defineProperty(myErr, 'code', { - value: 'derp', - writable: false, - }); - const err = errcode(myErr, 'ERR_WAT'); - - expect(err).to.be.an(Error); - expect(err.stack).to.equal(myErr.stack); - expect(err.code).to.be('ERR_WAT'); - }); - - it('should add a code to frozen object', () => { - const myErr = new Error('my message'); - const err = errcode(Object.freeze(myErr), 'ERR_WAT'); - - expect(err).to.be.an(Error); - expect(err.stack).to.equal(myErr.stack); - expect(err.code).to.be('ERR_WAT'); - }); - - it('should to set a field that throws at assignment time', () => { - const myErr = new Error('my message'); - - Object.defineProperty(myErr, 'code', { - enumerable: true, - set() { - throw new Error('Nope!'); - }, - get() { - return 'derp'; - }, - }); - const err = errcode(myErr, 'ERR_WAT'); - - expect(err).to.be.an(Error); - expect(err.stack).to.equal(myErr.stack); - expect(err.code).to.be('ERR_WAT'); - }); - - it('should retain error type', () => { - const myErr = new TypeError('my message'); - - Object.defineProperty(myErr, 'code', { - value: 'derp', - writable: false, - }); - const err = errcode(myErr, 'ERR_WAT'); - - expect(err).to.be.a(TypeError); - expect(err.stack).to.equal(myErr.stack); - expect(err.code).to.be('ERR_WAT'); - }); - - it('should add a code to a class that extends Error', () => { - class CustomError extends Error { - set code(val) { - throw new Error('Nope!'); - } - } - - const myErr = new CustomError('my message'); - - Object.defineProperty(myErr, 'code', { - value: 'derp', - writable: false, - configurable: false, - }); - const err = errcode(myErr, 'ERR_WAT'); - - expect(err).to.be.a(CustomError); - expect(err.stack).to.equal(myErr.stack); - expect(err.code).to.be('ERR_WAT'); - - // original prototype chain should be intact - expect(() => { - const otherErr = new CustomError('my message'); - - otherErr.code = 'derp'; - }).to.throwError(); - }); - - it('should support errors that are not Errors', () => { - const err = errcode({ - message: 'Oh noes!', - }, 'ERR_WAT'); - - expect(err.message).to.be('Oh noes!'); - expect(err.code).to.be('ERR_WAT'); - }); - }); - - describe('falsy first arguments', () => { - it('should not allow passing null as the first argument', () => { - expect(() => { errcode(null); }).to.throwError((err) => { - expect(err).to.be.a(TypeError); - }); - }); - - it('should not allow passing undefined as the first argument', () => { - expect(() => { errcode(undefined); }).to.throwError((err) => { - expect(err).to.be.a(TypeError); - }); - }); - }); -}); diff --git a/software/flow/node_modules/npm/node_modules/event-target-shim/LICENSE b/software/flow/node_modules/npm/node_modules/event-target-shim/LICENSE deleted file mode 100644 index c39e694..0000000 --- a/software/flow/node_modules/npm/node_modules/event-target-shim/LICENSE +++ /dev/null @@ -1,22 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2015 Toru Nagashima - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - diff --git a/software/flow/node_modules/npm/node_modules/event-target-shim/dist/event-target-shim.js b/software/flow/node_modules/npm/node_modules/event-target-shim/dist/event-target-shim.js deleted file mode 100644 index 53ce220..0000000 --- a/software/flow/node_modules/npm/node_modules/event-target-shim/dist/event-target-shim.js +++ /dev/null @@ -1,871 +0,0 @@ -/** - * @author Toru Nagashima <https://github.com/mysticatea> - * @copyright 2015 Toru Nagashima. All rights reserved. - * See LICENSE file in root directory for full license. - */ -'use strict'; - -Object.defineProperty(exports, '__esModule', { value: true }); - -/** - * @typedef {object} PrivateData - * @property {EventTarget} eventTarget The event target. - * @property {{type:string}} event The original event object. - * @property {number} eventPhase The current event phase. - * @property {EventTarget|null} currentTarget The current event target. - * @property {boolean} canceled The flag to prevent default. - * @property {boolean} stopped The flag to stop propagation. - * @property {boolean} immediateStopped The flag to stop propagation immediately. - * @property {Function|null} passiveListener The listener if the current listener is passive. Otherwise this is null. - * @property {number} timeStamp The unix time. - * @private - */ - -/** - * Private data for event wrappers. - * @type {WeakMap<Event, PrivateData>} - * @private - */ -const privateData = new WeakMap(); - -/** - * Cache for wrapper classes. - * @type {WeakMap<Object, Function>} - * @private - */ -const wrappers = new WeakMap(); - -/** - * Get private data. - * @param {Event} event The event object to get private data. - * @returns {PrivateData} The private data of the event. - * @private - */ -function pd(event) { - const retv = privateData.get(event); - console.assert( - retv != null, - "'this' is expected an Event object, but got", - event - ); - return retv -} - -/** - * https://dom.spec.whatwg.org/#set-the-canceled-flag - * @param data {PrivateData} private data. - */ -function setCancelFlag(data) { - if (data.passiveListener != null) { - if ( - typeof console !== "undefined" && - typeof console.error === "function" - ) { - console.error( - "Unable to preventDefault inside passive event listener invocation.", - data.passiveListener - ); - } - return - } - if (!data.event.cancelable) { - return - } - - data.canceled = true; - if (typeof data.event.preventDefault === "function") { - data.event.preventDefault(); - } -} - -/** - * @see https://dom.spec.whatwg.org/#interface-event - * @private - */ -/** - * The event wrapper. - * @constructor - * @param {EventTarget} eventTarget The event target of this dispatching. - * @param {Event|{type:string}} event The original event to wrap. - */ -function Event(eventTarget, event) { - privateData.set(this, { - eventTarget, - event, - eventPhase: 2, - currentTarget: eventTarget, - canceled: false, - stopped: false, - immediateStopped: false, - passiveListener: null, - timeStamp: event.timeStamp || Date.now(), - }); - - // https://heycam.github.io/webidl/#Unforgeable - Object.defineProperty(this, "isTrusted", { value: false, enumerable: true }); - - // Define accessors - const keys = Object.keys(event); - for (let i = 0; i < keys.length; ++i) { - const key = keys[i]; - if (!(key in this)) { - Object.defineProperty(this, key, defineRedirectDescriptor(key)); - } - } -} - -// Should be enumerable, but class methods are not enumerable. -Event.prototype = { - /** - * The type of this event. - * @type {string} - */ - get type() { - return pd(this).event.type - }, - - /** - * The target of this event. - * @type {EventTarget} - */ - get target() { - return pd(this).eventTarget - }, - - /** - * The target of this event. - * @type {EventTarget} - */ - get currentTarget() { - return pd(this).currentTarget - }, - - /** - * @returns {EventTarget[]} The composed path of this event. - */ - composedPath() { - const currentTarget = pd(this).currentTarget; - if (currentTarget == null) { - return [] - } - return [currentTarget] - }, - - /** - * Constant of NONE. - * @type {number} - */ - get NONE() { - return 0 - }, - - /** - * Constant of CAPTURING_PHASE. - * @type {number} - */ - get CAPTURING_PHASE() { - return 1 - }, - - /** - * Constant of AT_TARGET. - * @type {number} - */ - get AT_TARGET() { - return 2 - }, - - /** - * Constant of BUBBLING_PHASE. - * @type {number} - */ - get BUBBLING_PHASE() { - return 3 - }, - - /** - * The target of this event. - * @type {number} - */ - get eventPhase() { - return pd(this).eventPhase - }, - - /** - * Stop event bubbling. - * @returns {void} - */ - stopPropagation() { - const data = pd(this); - - data.stopped = true; - if (typeof data.event.stopPropagation === "function") { - data.event.stopPropagation(); - } - }, - - /** - * Stop event bubbling. - * @returns {void} - */ - stopImmediatePropagation() { - const data = pd(this); - - data.stopped = true; - data.immediateStopped = true; - if (typeof data.event.stopImmediatePropagation === "function") { - data.event.stopImmediatePropagation(); - } - }, - - /** - * The flag to be bubbling. - * @type {boolean} - */ - get bubbles() { - return Boolean(pd(this).event.bubbles) - }, - - /** - * The flag to be cancelable. - * @type {boolean} - */ - get cancelable() { - return Boolean(pd(this).event.cancelable) - }, - - /** - * Cancel this event. - * @returns {void} - */ - preventDefault() { - setCancelFlag(pd(this)); - }, - - /** - * The flag to indicate cancellation state. - * @type {boolean} - */ - get defaultPrevented() { - return pd(this).canceled - }, - - /** - * The flag to be composed. - * @type {boolean} - */ - get composed() { - return Boolean(pd(this).event.composed) - }, - - /** - * The unix time of this event. - * @type {number} - */ - get timeStamp() { - return pd(this).timeStamp - }, - - /** - * The target of this event. - * @type {EventTarget} - * @deprecated - */ - get srcElement() { - return pd(this).eventTarget - }, - - /** - * The flag to stop event bubbling. - * @type {boolean} - * @deprecated - */ - get cancelBubble() { - return pd(this).stopped - }, - set cancelBubble(value) { - if (!value) { - return - } - const data = pd(this); - - data.stopped = true; - if (typeof data.event.cancelBubble === "boolean") { - data.event.cancelBubble = true; - } - }, - - /** - * The flag to indicate cancellation state. - * @type {boolean} - * @deprecated - */ - get returnValue() { - return !pd(this).canceled - }, - set returnValue(value) { - if (!value) { - setCancelFlag(pd(this)); - } - }, - - /** - * Initialize this event object. But do nothing under event dispatching. - * @param {string} type The event type. - * @param {boolean} [bubbles=false] The flag to be possible to bubble up. - * @param {boolean} [cancelable=false] The flag to be possible to cancel. - * @deprecated - */ - initEvent() { - // Do nothing. - }, -}; - -// `constructor` is not enumerable. -Object.defineProperty(Event.prototype, "constructor", { - value: Event, - configurable: true, - writable: true, -}); - -// Ensure `event instanceof window.Event` is `true`. -if (typeof window !== "undefined" && typeof window.Event !== "undefined") { - Object.setPrototypeOf(Event.prototype, window.Event.prototype); - - // Make association for wrappers. - wrappers.set(window.Event.prototype, Event); -} - -/** - * Get the property descriptor to redirect a given property. - * @param {string} key Property name to define property descriptor. - * @returns {PropertyDescriptor} The property descriptor to redirect the property. - * @private - */ -function defineRedirectDescriptor(key) { - return { - get() { - return pd(this).event[key] - }, - set(value) { - pd(this).event[key] = value; - }, - configurable: true, - enumerable: true, - } -} - -/** - * Get the property descriptor to call a given method property. - * @param {string} key Property name to define property descriptor. - * @returns {PropertyDescriptor} The property descriptor to call the method property. - * @private - */ -function defineCallDescriptor(key) { - return { - value() { - const event = pd(this).event; - return event[key].apply(event, arguments) - }, - configurable: true, - enumerable: true, - } -} - -/** - * Define new wrapper class. - * @param {Function} BaseEvent The base wrapper class. - * @param {Object} proto The prototype of the original event. - * @returns {Function} The defined wrapper class. - * @private - */ -function defineWrapper(BaseEvent, proto) { - const keys = Object.keys(proto); - if (keys.length === 0) { - return BaseEvent - } - - /** CustomEvent */ - function CustomEvent(eventTarget, event) { - BaseEvent.call(this, eventTarget, event); - } - - CustomEvent.prototype = Object.create(BaseEvent.prototype, { - constructor: { value: CustomEvent, configurable: true, writable: true }, - }); - - // Define accessors. - for (let i = 0; i < keys.length; ++i) { - const key = keys[i]; - if (!(key in BaseEvent.prototype)) { - const descriptor = Object.getOwnPropertyDescriptor(proto, key); - const isFunc = typeof descriptor.value === "function"; - Object.defineProperty( - CustomEvent.prototype, - key, - isFunc - ? defineCallDescriptor(key) - : defineRedirectDescriptor(key) - ); - } - } - - return CustomEvent -} - -/** - * Get the wrapper class of a given prototype. - * @param {Object} proto The prototype of the original event to get its wrapper. - * @returns {Function} The wrapper class. - * @private - */ -function getWrapper(proto) { - if (proto == null || proto === Object.prototype) { - return Event - } - - let wrapper = wrappers.get(proto); - if (wrapper == null) { - wrapper = defineWrapper(getWrapper(Object.getPrototypeOf(proto)), proto); - wrappers.set(proto, wrapper); - } - return wrapper -} - -/** - * Wrap a given event to management a dispatching. - * @param {EventTarget} eventTarget The event target of this dispatching. - * @param {Object} event The event to wrap. - * @returns {Event} The wrapper instance. - * @private - */ -function wrapEvent(eventTarget, event) { - const Wrapper = getWrapper(Object.getPrototypeOf(event)); - return new Wrapper(eventTarget, event) -} - -/** - * Get the immediateStopped flag of a given event. - * @param {Event} event The event to get. - * @returns {boolean} The flag to stop propagation immediately. - * @private - */ -function isStopped(event) { - return pd(event).immediateStopped -} - -/** - * Set the current event phase of a given event. - * @param {Event} event The event to set current target. - * @param {number} eventPhase New event phase. - * @returns {void} - * @private - */ -function setEventPhase(event, eventPhase) { - pd(event).eventPhase = eventPhase; -} - -/** - * Set the current target of a given event. - * @param {Event} event The event to set current target. - * @param {EventTarget|null} currentTarget New current target. - * @returns {void} - * @private - */ -function setCurrentTarget(event, currentTarget) { - pd(event).currentTarget = currentTarget; -} - -/** - * Set a passive listener of a given event. - * @param {Event} event The event to set current target. - * @param {Function|null} passiveListener New passive listener. - * @returns {void} - * @private - */ -function setPassiveListener(event, passiveListener) { - pd(event).passiveListener = passiveListener; -} - -/** - * @typedef {object} ListenerNode - * @property {Function} listener - * @property {1|2|3} listenerType - * @property {boolean} passive - * @property {boolean} once - * @property {ListenerNode|null} next - * @private - */ - -/** - * @type {WeakMap<object, Map<string, ListenerNode>>} - * @private - */ -const listenersMap = new WeakMap(); - -// Listener types -const CAPTURE = 1; -const BUBBLE = 2; -const ATTRIBUTE = 3; - -/** - * Check whether a given value is an object or not. - * @param {any} x The value to check. - * @returns {boolean} `true` if the value is an object. - */ -function isObject(x) { - return x !== null && typeof x === "object" //eslint-disable-line no-restricted-syntax -} - -/** - * Get listeners. - * @param {EventTarget} eventTarget The event target to get. - * @returns {Map<string, ListenerNode>} The listeners. - * @private - */ -function getListeners(eventTarget) { - const listeners = listenersMap.get(eventTarget); - if (listeners == null) { - throw new TypeError( - "'this' is expected an EventTarget object, but got another value." - ) - } - return listeners -} - -/** - * Get the property descriptor for the event attribute of a given event. - * @param {string} eventName The event name to get property descriptor. - * @returns {PropertyDescriptor} The property descriptor. - * @private - */ -function defineEventAttributeDescriptor(eventName) { - return { - get() { - const listeners = getListeners(this); - let node = listeners.get(eventName); - while (node != null) { - if (node.listenerType === ATTRIBUTE) { - return node.listener - } - node = node.next; - } - return null - }, - - set(listener) { - if (typeof listener !== "function" && !isObject(listener)) { - listener = null; // eslint-disable-line no-param-reassign - } - const listeners = getListeners(this); - - // Traverse to the tail while removing old value. - let prev = null; - let node = listeners.get(eventName); - while (node != null) { - if (node.listenerType === ATTRIBUTE) { - // Remove old value. - if (prev !== null) { - prev.next = node.next; - } else if (node.next !== null) { - listeners.set(eventName, node.next); - } else { - listeners.delete(eventName); - } - } else { - prev = node; - } - - node = node.next; - } - - // Add new value. - if (listener !== null) { - const newNode = { - listener, - listenerType: ATTRIBUTE, - passive: false, - once: false, - next: null, - }; - if (prev === null) { - listeners.set(eventName, newNode); - } else { - prev.next = newNode; - } - } - }, - configurable: true, - enumerable: true, - } -} - -/** - * Define an event attribute (e.g. `eventTarget.onclick`). - * @param {Object} eventTargetPrototype The event target prototype to define an event attrbite. - * @param {string} eventName The event name to define. - * @returns {void} - */ -function defineEventAttribute(eventTargetPrototype, eventName) { - Object.defineProperty( - eventTargetPrototype, - `on${eventName}`, - defineEventAttributeDescriptor(eventName) - ); -} - -/** - * Define a custom EventTarget with event attributes. - * @param {string[]} eventNames Event names for event attributes. - * @returns {EventTarget} The custom EventTarget. - * @private - */ -function defineCustomEventTarget(eventNames) { - /** CustomEventTarget */ - function CustomEventTarget() { - EventTarget.call(this); - } - - CustomEventTarget.prototype = Object.create(EventTarget.prototype, { - constructor: { - value: CustomEventTarget, - configurable: true, - writable: true, - }, - }); - - for (let i = 0; i < eventNames.length; ++i) { - defineEventAttribute(CustomEventTarget.prototype, eventNames[i]); - } - - return CustomEventTarget -} - -/** - * EventTarget. - * - * - This is constructor if no arguments. - * - This is a function which returns a CustomEventTarget constructor if there are arguments. - * - * For example: - * - * class A extends EventTarget {} - * class B extends EventTarget("message") {} - * class C extends EventTarget("message", "error") {} - * class D extends EventTarget(["message", "error"]) {} - */ -function EventTarget() { - /*eslint-disable consistent-return */ - if (this instanceof EventTarget) { - listenersMap.set(this, new Map()); - return - } - if (arguments.length === 1 && Array.isArray(arguments[0])) { - return defineCustomEventTarget(arguments[0]) - } - if (arguments.length > 0) { - const types = new Array(arguments.length); - for (let i = 0; i < arguments.length; ++i) { - types[i] = arguments[i]; - } - return defineCustomEventTarget(types) - } - throw new TypeError("Cannot call a class as a function") - /*eslint-enable consistent-return */ -} - -// Should be enumerable, but class methods are not enumerable. -EventTarget.prototype = { - /** - * Add a given listener to this event target. - * @param {string} eventName The event name to add. - * @param {Function} listener The listener to add. - * @param {boolean|{capture?:boolean,passive?:boolean,once?:boolean}} [options] The options for this listener. - * @returns {void} - */ - addEventListener(eventName, listener, options) { - if (listener == null) { - return - } - if (typeof listener !== "function" && !isObject(listener)) { - throw new TypeError("'listener' should be a function or an object.") - } - - const listeners = getListeners(this); - const optionsIsObj = isObject(options); - const capture = optionsIsObj - ? Boolean(options.capture) - : Boolean(options); - const listenerType = capture ? CAPTURE : BUBBLE; - const newNode = { - listener, - listenerType, - passive: optionsIsObj && Boolean(options.passive), - once: optionsIsObj && Boolean(options.once), - next: null, - }; - - // Set it as the first node if the first node is null. - let node = listeners.get(eventName); - if (node === undefined) { - listeners.set(eventName, newNode); - return - } - - // Traverse to the tail while checking duplication.. - let prev = null; - while (node != null) { - if ( - node.listener === listener && - node.listenerType === listenerType - ) { - // Should ignore duplication. - return - } - prev = node; - node = node.next; - } - - // Add it. - prev.next = newNode; - }, - - /** - * Remove a given listener from this event target. - * @param {string} eventName The event name to remove. - * @param {Function} listener The listener to remove. - * @param {boolean|{capture?:boolean,passive?:boolean,once?:boolean}} [options] The options for this listener. - * @returns {void} - */ - removeEventListener(eventName, listener, options) { - if (listener == null) { - return - } - - const listeners = getListeners(this); - const capture = isObject(options) - ? Boolean(options.capture) - : Boolean(options); - const listenerType = capture ? CAPTURE : BUBBLE; - - let prev = null; - let node = listeners.get(eventName); - while (node != null) { - if ( - node.listener === listener && - node.listenerType === listenerType - ) { - if (prev !== null) { - prev.next = node.next; - } else if (node.next !== null) { - listeners.set(eventName, node.next); - } else { - listeners.delete(eventName); - } - return - } - - prev = node; - node = node.next; - } - }, - - /** - * Dispatch a given event. - * @param {Event|{type:string}} event The event to dispatch. - * @returns {boolean} `false` if canceled. - */ - dispatchEvent(event) { - if (event == null || typeof event.type !== "string") { - throw new TypeError('"event.type" should be a string.') - } - - // If listeners aren't registered, terminate. - const listeners = getListeners(this); - const eventName = event.type; - let node = listeners.get(eventName); - if (node == null) { - return true - } - - // Since we cannot rewrite several properties, so wrap object. - const wrappedEvent = wrapEvent(this, event); - - // This doesn't process capturing phase and bubbling phase. - // This isn't participating in a tree. - let prev = null; - while (node != null) { - // Remove this listener if it's once - if (node.once) { - if (prev !== null) { - prev.next = node.next; - } else if (node.next !== null) { - listeners.set(eventName, node.next); - } else { - listeners.delete(eventName); - } - } else { - prev = node; - } - - // Call this listener - setPassiveListener( - wrappedEvent, - node.passive ? node.listener : null - ); - if (typeof node.listener === "function") { - try { - node.listener.call(this, wrappedEvent); - } catch (err) { - if ( - typeof console !== "undefined" && - typeof console.error === "function" - ) { - console.error(err); - } - } - } else if ( - node.listenerType !== ATTRIBUTE && - typeof node.listener.handleEvent === "function" - ) { - node.listener.handleEvent(wrappedEvent); - } - - // Break if `event.stopImmediatePropagation` was called. - if (isStopped(wrappedEvent)) { - break - } - - node = node.next; - } - setPassiveListener(wrappedEvent, null); - setEventPhase(wrappedEvent, 0); - setCurrentTarget(wrappedEvent, null); - - return !wrappedEvent.defaultPrevented - }, -}; - -// `constructor` is not enumerable. -Object.defineProperty(EventTarget.prototype, "constructor", { - value: EventTarget, - configurable: true, - writable: true, -}); - -// Ensure `eventTarget instanceof window.EventTarget` is `true`. -if ( - typeof window !== "undefined" && - typeof window.EventTarget !== "undefined" -) { - Object.setPrototypeOf(EventTarget.prototype, window.EventTarget.prototype); -} - -exports.defineEventAttribute = defineEventAttribute; -exports.EventTarget = EventTarget; -exports.default = EventTarget; - -module.exports = EventTarget -module.exports.EventTarget = module.exports["default"] = EventTarget -module.exports.defineEventAttribute = defineEventAttribute -//# sourceMappingURL=event-target-shim.js.map diff --git a/software/flow/node_modules/npm/node_modules/event-target-shim/dist/event-target-shim.js.map b/software/flow/node_modules/npm/node_modules/event-target-shim/dist/event-target-shim.js.map deleted file mode 100644 index 83c5f62..0000000 --- a/software/flow/node_modules/npm/node_modules/event-target-shim/dist/event-target-shim.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"event-target-shim.js","sources":["../src/event.mjs","../src/event-target.mjs"],"sourcesContent":["/**\n * @typedef {object} PrivateData\n * @property {EventTarget} eventTarget The event target.\n * @property {{type:string}} event The original event object.\n * @property {number} eventPhase The current event phase.\n * @property {EventTarget|null} currentTarget The current event target.\n * @property {boolean} canceled The flag to prevent default.\n * @property {boolean} stopped The flag to stop propagation.\n * @property {boolean} immediateStopped The flag to stop propagation immediately.\n * @property {Function|null} passiveListener The listener if the current listener is passive. Otherwise this is null.\n * @property {number} timeStamp The unix time.\n * @private\n */\n\n/**\n * Private data for event wrappers.\n * @type {WeakMap<Event, PrivateData>}\n * @private\n */\nconst privateData = new WeakMap()\n\n/**\n * Cache for wrapper classes.\n * @type {WeakMap<Object, Function>}\n * @private\n */\nconst wrappers = new WeakMap()\n\n/**\n * Get private data.\n * @param {Event} event The event object to get private data.\n * @returns {PrivateData} The private data of the event.\n * @private\n */\nfunction pd(event) {\n const retv = privateData.get(event)\n console.assert(\n retv != null,\n \"'this' is expected an Event object, but got\",\n event\n )\n return retv\n}\n\n/**\n * https://dom.spec.whatwg.org/#set-the-canceled-flag\n * @param data {PrivateData} private data.\n */\nfunction setCancelFlag(data) {\n if (data.passiveListener != null) {\n if (\n typeof console !== \"undefined\" &&\n typeof console.error === \"function\"\n ) {\n console.error(\n \"Unable to preventDefault inside passive event listener invocation.\",\n data.passiveListener\n )\n }\n return\n }\n if (!data.event.cancelable) {\n return\n }\n\n data.canceled = true\n if (typeof data.event.preventDefault === \"function\") {\n data.event.preventDefault()\n }\n}\n\n/**\n * @see https://dom.spec.whatwg.org/#interface-event\n * @private\n */\n/**\n * The event wrapper.\n * @constructor\n * @param {EventTarget} eventTarget The event target of this dispatching.\n * @param {Event|{type:string}} event The original event to wrap.\n */\nfunction Event(eventTarget, event) {\n privateData.set(this, {\n eventTarget,\n event,\n eventPhase: 2,\n currentTarget: eventTarget,\n canceled: false,\n stopped: false,\n immediateStopped: false,\n passiveListener: null,\n timeStamp: event.timeStamp || Date.now(),\n })\n\n // https://heycam.github.io/webidl/#Unforgeable\n Object.defineProperty(this, \"isTrusted\", { value: false, enumerable: true })\n\n // Define accessors\n const keys = Object.keys(event)\n for (let i = 0; i < keys.length; ++i) {\n const key = keys[i]\n if (!(key in this)) {\n Object.defineProperty(this, key, defineRedirectDescriptor(key))\n }\n }\n}\n\n// Should be enumerable, but class methods are not enumerable.\nEvent.prototype = {\n /**\n * The type of this event.\n * @type {string}\n */\n get type() {\n return pd(this).event.type\n },\n\n /**\n * The target of this event.\n * @type {EventTarget}\n */\n get target() {\n return pd(this).eventTarget\n },\n\n /**\n * The target of this event.\n * @type {EventTarget}\n */\n get currentTarget() {\n return pd(this).currentTarget\n },\n\n /**\n * @returns {EventTarget[]} The composed path of this event.\n */\n composedPath() {\n const currentTarget = pd(this).currentTarget\n if (currentTarget == null) {\n return []\n }\n return [currentTarget]\n },\n\n /**\n * Constant of NONE.\n * @type {number}\n */\n get NONE() {\n return 0\n },\n\n /**\n * Constant of CAPTURING_PHASE.\n * @type {number}\n */\n get CAPTURING_PHASE() {\n return 1\n },\n\n /**\n * Constant of AT_TARGET.\n * @type {number}\n */\n get AT_TARGET() {\n return 2\n },\n\n /**\n * Constant of BUBBLING_PHASE.\n * @type {number}\n */\n get BUBBLING_PHASE() {\n return 3\n },\n\n /**\n * The target of this event.\n * @type {number}\n */\n get eventPhase() {\n return pd(this).eventPhase\n },\n\n /**\n * Stop event bubbling.\n * @returns {void}\n */\n stopPropagation() {\n const data = pd(this)\n\n data.stopped = true\n if (typeof data.event.stopPropagation === \"function\") {\n data.event.stopPropagation()\n }\n },\n\n /**\n * Stop event bubbling.\n * @returns {void}\n */\n stopImmediatePropagation() {\n const data = pd(this)\n\n data.stopped = true\n data.immediateStopped = true\n if (typeof data.event.stopImmediatePropagation === \"function\") {\n data.event.stopImmediatePropagation()\n }\n },\n\n /**\n * The flag to be bubbling.\n * @type {boolean}\n */\n get bubbles() {\n return Boolean(pd(this).event.bubbles)\n },\n\n /**\n * The flag to be cancelable.\n * @type {boolean}\n */\n get cancelable() {\n return Boolean(pd(this).event.cancelable)\n },\n\n /**\n * Cancel this event.\n * @returns {void}\n */\n preventDefault() {\n setCancelFlag(pd(this))\n },\n\n /**\n * The flag to indicate cancellation state.\n * @type {boolean}\n */\n get defaultPrevented() {\n return pd(this).canceled\n },\n\n /**\n * The flag to be composed.\n * @type {boolean}\n */\n get composed() {\n return Boolean(pd(this).event.composed)\n },\n\n /**\n * The unix time of this event.\n * @type {number}\n */\n get timeStamp() {\n return pd(this).timeStamp\n },\n\n /**\n * The target of this event.\n * @type {EventTarget}\n * @deprecated\n */\n get srcElement() {\n return pd(this).eventTarget\n },\n\n /**\n * The flag to stop event bubbling.\n * @type {boolean}\n * @deprecated\n */\n get cancelBubble() {\n return pd(this).stopped\n },\n set cancelBubble(value) {\n if (!value) {\n return\n }\n const data = pd(this)\n\n data.stopped = true\n if (typeof data.event.cancelBubble === \"boolean\") {\n data.event.cancelBubble = true\n }\n },\n\n /**\n * The flag to indicate cancellation state.\n * @type {boolean}\n * @deprecated\n */\n get returnValue() {\n return !pd(this).canceled\n },\n set returnValue(value) {\n if (!value) {\n setCancelFlag(pd(this))\n }\n },\n\n /**\n * Initialize this event object. But do nothing under event dispatching.\n * @param {string} type The event type.\n * @param {boolean} [bubbles=false] The flag to be possible to bubble up.\n * @param {boolean} [cancelable=false] The flag to be possible to cancel.\n * @deprecated\n */\n initEvent() {\n // Do nothing.\n },\n}\n\n// `constructor` is not enumerable.\nObject.defineProperty(Event.prototype, \"constructor\", {\n value: Event,\n configurable: true,\n writable: true,\n})\n\n// Ensure `event instanceof window.Event` is `true`.\nif (typeof window !== \"undefined\" && typeof window.Event !== \"undefined\") {\n Object.setPrototypeOf(Event.prototype, window.Event.prototype)\n\n // Make association for wrappers.\n wrappers.set(window.Event.prototype, Event)\n}\n\n/**\n * Get the property descriptor to redirect a given property.\n * @param {string} key Property name to define property descriptor.\n * @returns {PropertyDescriptor} The property descriptor to redirect the property.\n * @private\n */\nfunction defineRedirectDescriptor(key) {\n return {\n get() {\n return pd(this).event[key]\n },\n set(value) {\n pd(this).event[key] = value\n },\n configurable: true,\n enumerable: true,\n }\n}\n\n/**\n * Get the property descriptor to call a given method property.\n * @param {string} key Property name to define property descriptor.\n * @returns {PropertyDescriptor} The property descriptor to call the method property.\n * @private\n */\nfunction defineCallDescriptor(key) {\n return {\n value() {\n const event = pd(this).event\n return event[key].apply(event, arguments)\n },\n configurable: true,\n enumerable: true,\n }\n}\n\n/**\n * Define new wrapper class.\n * @param {Function} BaseEvent The base wrapper class.\n * @param {Object} proto The prototype of the original event.\n * @returns {Function} The defined wrapper class.\n * @private\n */\nfunction defineWrapper(BaseEvent, proto) {\n const keys = Object.keys(proto)\n if (keys.length === 0) {\n return BaseEvent\n }\n\n /** CustomEvent */\n function CustomEvent(eventTarget, event) {\n BaseEvent.call(this, eventTarget, event)\n }\n\n CustomEvent.prototype = Object.create(BaseEvent.prototype, {\n constructor: { value: CustomEvent, configurable: true, writable: true },\n })\n\n // Define accessors.\n for (let i = 0; i < keys.length; ++i) {\n const key = keys[i]\n if (!(key in BaseEvent.prototype)) {\n const descriptor = Object.getOwnPropertyDescriptor(proto, key)\n const isFunc = typeof descriptor.value === \"function\"\n Object.defineProperty(\n CustomEvent.prototype,\n key,\n isFunc\n ? defineCallDescriptor(key)\n : defineRedirectDescriptor(key)\n )\n }\n }\n\n return CustomEvent\n}\n\n/**\n * Get the wrapper class of a given prototype.\n * @param {Object} proto The prototype of the original event to get its wrapper.\n * @returns {Function} The wrapper class.\n * @private\n */\nfunction getWrapper(proto) {\n if (proto == null || proto === Object.prototype) {\n return Event\n }\n\n let wrapper = wrappers.get(proto)\n if (wrapper == null) {\n wrapper = defineWrapper(getWrapper(Object.getPrototypeOf(proto)), proto)\n wrappers.set(proto, wrapper)\n }\n return wrapper\n}\n\n/**\n * Wrap a given event to management a dispatching.\n * @param {EventTarget} eventTarget The event target of this dispatching.\n * @param {Object} event The event to wrap.\n * @returns {Event} The wrapper instance.\n * @private\n */\nexport function wrapEvent(eventTarget, event) {\n const Wrapper = getWrapper(Object.getPrototypeOf(event))\n return new Wrapper(eventTarget, event)\n}\n\n/**\n * Get the immediateStopped flag of a given event.\n * @param {Event} event The event to get.\n * @returns {boolean} The flag to stop propagation immediately.\n * @private\n */\nexport function isStopped(event) {\n return pd(event).immediateStopped\n}\n\n/**\n * Set the current event phase of a given event.\n * @param {Event} event The event to set current target.\n * @param {number} eventPhase New event phase.\n * @returns {void}\n * @private\n */\nexport function setEventPhase(event, eventPhase) {\n pd(event).eventPhase = eventPhase\n}\n\n/**\n * Set the current target of a given event.\n * @param {Event} event The event to set current target.\n * @param {EventTarget|null} currentTarget New current target.\n * @returns {void}\n * @private\n */\nexport function setCurrentTarget(event, currentTarget) {\n pd(event).currentTarget = currentTarget\n}\n\n/**\n * Set a passive listener of a given event.\n * @param {Event} event The event to set current target.\n * @param {Function|null} passiveListener New passive listener.\n * @returns {void}\n * @private\n */\nexport function setPassiveListener(event, passiveListener) {\n pd(event).passiveListener = passiveListener\n}\n","import {\n isStopped,\n setCurrentTarget,\n setEventPhase,\n setPassiveListener,\n wrapEvent,\n} from \"./event.mjs\"\n\n/**\n * @typedef {object} ListenerNode\n * @property {Function} listener\n * @property {1|2|3} listenerType\n * @property {boolean} passive\n * @property {boolean} once\n * @property {ListenerNode|null} next\n * @private\n */\n\n/**\n * @type {WeakMap<object, Map<string, ListenerNode>>}\n * @private\n */\nconst listenersMap = new WeakMap()\n\n// Listener types\nconst CAPTURE = 1\nconst BUBBLE = 2\nconst ATTRIBUTE = 3\n\n/**\n * Check whether a given value is an object or not.\n * @param {any} x The value to check.\n * @returns {boolean} `true` if the value is an object.\n */\nfunction isObject(x) {\n return x !== null && typeof x === \"object\" //eslint-disable-line no-restricted-syntax\n}\n\n/**\n * Get listeners.\n * @param {EventTarget} eventTarget The event target to get.\n * @returns {Map<string, ListenerNode>} The listeners.\n * @private\n */\nfunction getListeners(eventTarget) {\n const listeners = listenersMap.get(eventTarget)\n if (listeners == null) {\n throw new TypeError(\n \"'this' is expected an EventTarget object, but got another value.\"\n )\n }\n return listeners\n}\n\n/**\n * Get the property descriptor for the event attribute of a given event.\n * @param {string} eventName The event name to get property descriptor.\n * @returns {PropertyDescriptor} The property descriptor.\n * @private\n */\nfunction defineEventAttributeDescriptor(eventName) {\n return {\n get() {\n const listeners = getListeners(this)\n let node = listeners.get(eventName)\n while (node != null) {\n if (node.listenerType === ATTRIBUTE) {\n return node.listener\n }\n node = node.next\n }\n return null\n },\n\n set(listener) {\n if (typeof listener !== \"function\" && !isObject(listener)) {\n listener = null // eslint-disable-line no-param-reassign\n }\n const listeners = getListeners(this)\n\n // Traverse to the tail while removing old value.\n let prev = null\n let node = listeners.get(eventName)\n while (node != null) {\n if (node.listenerType === ATTRIBUTE) {\n // Remove old value.\n if (prev !== null) {\n prev.next = node.next\n } else if (node.next !== null) {\n listeners.set(eventName, node.next)\n } else {\n listeners.delete(eventName)\n }\n } else {\n prev = node\n }\n\n node = node.next\n }\n\n // Add new value.\n if (listener !== null) {\n const newNode = {\n listener,\n listenerType: ATTRIBUTE,\n passive: false,\n once: false,\n next: null,\n }\n if (prev === null) {\n listeners.set(eventName, newNode)\n } else {\n prev.next = newNode\n }\n }\n },\n configurable: true,\n enumerable: true,\n }\n}\n\n/**\n * Define an event attribute (e.g. `eventTarget.onclick`).\n * @param {Object} eventTargetPrototype The event target prototype to define an event attrbite.\n * @param {string} eventName The event name to define.\n * @returns {void}\n */\nfunction defineEventAttribute(eventTargetPrototype, eventName) {\n Object.defineProperty(\n eventTargetPrototype,\n `on${eventName}`,\n defineEventAttributeDescriptor(eventName)\n )\n}\n\n/**\n * Define a custom EventTarget with event attributes.\n * @param {string[]} eventNames Event names for event attributes.\n * @returns {EventTarget} The custom EventTarget.\n * @private\n */\nfunction defineCustomEventTarget(eventNames) {\n /** CustomEventTarget */\n function CustomEventTarget() {\n EventTarget.call(this)\n }\n\n CustomEventTarget.prototype = Object.create(EventTarget.prototype, {\n constructor: {\n value: CustomEventTarget,\n configurable: true,\n writable: true,\n },\n })\n\n for (let i = 0; i < eventNames.length; ++i) {\n defineEventAttribute(CustomEventTarget.prototype, eventNames[i])\n }\n\n return CustomEventTarget\n}\n\n/**\n * EventTarget.\n *\n * - This is constructor if no arguments.\n * - This is a function which returns a CustomEventTarget constructor if there are arguments.\n *\n * For example:\n *\n * class A extends EventTarget {}\n * class B extends EventTarget(\"message\") {}\n * class C extends EventTarget(\"message\", \"error\") {}\n * class D extends EventTarget([\"message\", \"error\"]) {}\n */\nfunction EventTarget() {\n /*eslint-disable consistent-return */\n if (this instanceof EventTarget) {\n listenersMap.set(this, new Map())\n return\n }\n if (arguments.length === 1 && Array.isArray(arguments[0])) {\n return defineCustomEventTarget(arguments[0])\n }\n if (arguments.length > 0) {\n const types = new Array(arguments.length)\n for (let i = 0; i < arguments.length; ++i) {\n types[i] = arguments[i]\n }\n return defineCustomEventTarget(types)\n }\n throw new TypeError(\"Cannot call a class as a function\")\n /*eslint-enable consistent-return */\n}\n\n// Should be enumerable, but class methods are not enumerable.\nEventTarget.prototype = {\n /**\n * Add a given listener to this event target.\n * @param {string} eventName The event name to add.\n * @param {Function} listener The listener to add.\n * @param {boolean|{capture?:boolean,passive?:boolean,once?:boolean}} [options] The options for this listener.\n * @returns {void}\n */\n addEventListener(eventName, listener, options) {\n if (listener == null) {\n return\n }\n if (typeof listener !== \"function\" && !isObject(listener)) {\n throw new TypeError(\"'listener' should be a function or an object.\")\n }\n\n const listeners = getListeners(this)\n const optionsIsObj = isObject(options)\n const capture = optionsIsObj\n ? Boolean(options.capture)\n : Boolean(options)\n const listenerType = capture ? CAPTURE : BUBBLE\n const newNode = {\n listener,\n listenerType,\n passive: optionsIsObj && Boolean(options.passive),\n once: optionsIsObj && Boolean(options.once),\n next: null,\n }\n\n // Set it as the first node if the first node is null.\n let node = listeners.get(eventName)\n if (node === undefined) {\n listeners.set(eventName, newNode)\n return\n }\n\n // Traverse to the tail while checking duplication..\n let prev = null\n while (node != null) {\n if (\n node.listener === listener &&\n node.listenerType === listenerType\n ) {\n // Should ignore duplication.\n return\n }\n prev = node\n node = node.next\n }\n\n // Add it.\n prev.next = newNode\n },\n\n /**\n * Remove a given listener from this event target.\n * @param {string} eventName The event name to remove.\n * @param {Function} listener The listener to remove.\n * @param {boolean|{capture?:boolean,passive?:boolean,once?:boolean}} [options] The options for this listener.\n * @returns {void}\n */\n removeEventListener(eventName, listener, options) {\n if (listener == null) {\n return\n }\n\n const listeners = getListeners(this)\n const capture = isObject(options)\n ? Boolean(options.capture)\n : Boolean(options)\n const listenerType = capture ? CAPTURE : BUBBLE\n\n let prev = null\n let node = listeners.get(eventName)\n while (node != null) {\n if (\n node.listener === listener &&\n node.listenerType === listenerType\n ) {\n if (prev !== null) {\n prev.next = node.next\n } else if (node.next !== null) {\n listeners.set(eventName, node.next)\n } else {\n listeners.delete(eventName)\n }\n return\n }\n\n prev = node\n node = node.next\n }\n },\n\n /**\n * Dispatch a given event.\n * @param {Event|{type:string}} event The event to dispatch.\n * @returns {boolean} `false` if canceled.\n */\n dispatchEvent(event) {\n if (event == null || typeof event.type !== \"string\") {\n throw new TypeError('\"event.type\" should be a string.')\n }\n\n // If listeners aren't registered, terminate.\n const listeners = getListeners(this)\n const eventName = event.type\n let node = listeners.get(eventName)\n if (node == null) {\n return true\n }\n\n // Since we cannot rewrite several properties, so wrap object.\n const wrappedEvent = wrapEvent(this, event)\n\n // This doesn't process capturing phase and bubbling phase.\n // This isn't participating in a tree.\n let prev = null\n while (node != null) {\n // Remove this listener if it's once\n if (node.once) {\n if (prev !== null) {\n prev.next = node.next\n } else if (node.next !== null) {\n listeners.set(eventName, node.next)\n } else {\n listeners.delete(eventName)\n }\n } else {\n prev = node\n }\n\n // Call this listener\n setPassiveListener(\n wrappedEvent,\n node.passive ? node.listener : null\n )\n if (typeof node.listener === \"function\") {\n try {\n node.listener.call(this, wrappedEvent)\n } catch (err) {\n if (\n typeof console !== \"undefined\" &&\n typeof console.error === \"function\"\n ) {\n console.error(err)\n }\n }\n } else if (\n node.listenerType !== ATTRIBUTE &&\n typeof node.listener.handleEvent === \"function\"\n ) {\n node.listener.handleEvent(wrappedEvent)\n }\n\n // Break if `event.stopImmediatePropagation` was called.\n if (isStopped(wrappedEvent)) {\n break\n }\n\n node = node.next\n }\n setPassiveListener(wrappedEvent, null)\n setEventPhase(wrappedEvent, 0)\n setCurrentTarget(wrappedEvent, null)\n\n return !wrappedEvent.defaultPrevented\n },\n}\n\n// `constructor` is not enumerable.\nObject.defineProperty(EventTarget.prototype, \"constructor\", {\n value: EventTarget,\n configurable: true,\n writable: true,\n})\n\n// Ensure `eventTarget instanceof window.EventTarget` is `true`.\nif (\n typeof window !== \"undefined\" &&\n typeof window.EventTarget !== \"undefined\"\n) {\n Object.setPrototypeOf(EventTarget.prototype, window.EventTarget.prototype)\n}\n\nexport { defineEventAttribute, EventTarget }\nexport default EventTarget\n"],"names":[],"mappings":";;;;;;;;;AAAA;;;;;;;;;;;;;;;;;;;AAmBA,MAAM,WAAW,GAAG,IAAI,OAAO,GAAE;;;;;;;AAOjC,MAAM,QAAQ,GAAG,IAAI,OAAO,GAAE;;;;;;;;AAQ9B,SAAS,EAAE,CAAC,KAAK,EAAE;IACf,MAAM,IAAI,GAAG,WAAW,CAAC,GAAG,CAAC,KAAK,EAAC;IACnC,OAAO,CAAC,MAAM;QACV,IAAI,IAAI,IAAI;QACZ,6CAA6C;QAC7C,KAAK;MACR;IACD,OAAO,IAAI;CACd;;;;;;AAMD,SAAS,aAAa,CAAC,IAAI,EAAE;IACzB,IAAI,IAAI,CAAC,eAAe,IAAI,IAAI,EAAE;QAC9B;YACI,OAAO,OAAO,KAAK,WAAW;YAC9B,OAAO,OAAO,CAAC,KAAK,KAAK,UAAU;UACrC;YACE,OAAO,CAAC,KAAK;gBACT,oEAAoE;gBACpE,IAAI,CAAC,eAAe;cACvB;SACJ;QACD,MAAM;KACT;IACD,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,UAAU,EAAE;QACxB,MAAM;KACT;;IAED,IAAI,CAAC,QAAQ,GAAG,KAAI;IACpB,IAAI,OAAO,IAAI,CAAC,KAAK,CAAC,cAAc,KAAK,UAAU,EAAE;QACjD,IAAI,CAAC,KAAK,CAAC,cAAc,GAAE;KAC9B;CACJ;;;;;;;;;;;;AAYD,SAAS,KAAK,CAAC,WAAW,EAAE,KAAK,EAAE;IAC/B,WAAW,CAAC,GAAG,CAAC,IAAI,EAAE;QAClB,WAAW;QACX,KAAK;QACL,UAAU,EAAE,CAAC;QACb,aAAa,EAAE,WAAW;QAC1B,QAAQ,EAAE,KAAK;QACf,OAAO,EAAE,KAAK;QACd,gBAAgB,EAAE,KAAK;QACvB,eAAe,EAAE,IAAI;QACrB,SAAS,EAAE,KAAK,CAAC,SAAS,IAAI,IAAI,CAAC,GAAG,EAAE;KAC3C,EAAC;;;IAGF,MAAM,CAAC,cAAc,CAAC,IAAI,EAAE,WAAW,EAAE,EAAE,KAAK,EAAE,KAAK,EAAE,UAAU,EAAE,IAAI,EAAE,EAAC;;;IAG5E,MAAM,IAAI,GAAG,MAAM,CAAC,IAAI,CAAC,KAAK,EAAC;IAC/B,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE;QAClC,MAAM,GAAG,GAAG,IAAI,CAAC,CAAC,EAAC;QACnB,IAAI,EAAE,GAAG,IAAI,IAAI,CAAC,EAAE;YAChB,MAAM,CAAC,cAAc,CAAC,IAAI,EAAE,GAAG,EAAE,wBAAwB,CAAC,GAAG,CAAC,EAAC;SAClE;KACJ;CACJ;;;AAGD,KAAK,CAAC,SAAS,GAAG;;;;;IAKd,IAAI,IAAI,GAAG;QACP,OAAO,EAAE,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,IAAI;KAC7B;;;;;;IAMD,IAAI,MAAM,GAAG;QACT,OAAO,EAAE,CAAC,IAAI,CAAC,CAAC,WAAW;KAC9B;;;;;;IAMD,IAAI,aAAa,GAAG;QAChB,OAAO,EAAE,CAAC,IAAI,CAAC,CAAC,aAAa;KAChC;;;;;IAKD,YAAY,GAAG;QACX,MAAM,aAAa,GAAG,EAAE,CAAC,IAAI,CAAC,CAAC,cAAa;QAC5C,IAAI,aAAa,IAAI,IAAI,EAAE;YACvB,OAAO,EAAE;SACZ;QACD,OAAO,CAAC,aAAa,CAAC;KACzB;;;;;;IAMD,IAAI,IAAI,GAAG;QACP,OAAO,CAAC;KACX;;;;;;IAMD,IAAI,eAAe,GAAG;QAClB,OAAO,CAAC;KACX;;;;;;IAMD,IAAI,SAAS,GAAG;QACZ,OAAO,CAAC;KACX;;;;;;IAMD,IAAI,cAAc,GAAG;QACjB,OAAO,CAAC;KACX;;;;;;IAMD,IAAI,UAAU,GAAG;QACb,OAAO,EAAE,CAAC,IAAI,CAAC,CAAC,UAAU;KAC7B;;;;;;IAMD,eAAe,GAAG;QACd,MAAM,IAAI,GAAG,EAAE,CAAC,IAAI,EAAC;;QAErB,IAAI,CAAC,OAAO,GAAG,KAAI;QACnB,IAAI,OAAO,IAAI,CAAC,KAAK,CAAC,eAAe,KAAK,UAAU,EAAE;YAClD,IAAI,CAAC,KAAK,CAAC,eAAe,GAAE;SAC/B;KACJ;;;;;;IAMD,wBAAwB,GAAG;QACvB,MAAM,IAAI,GAAG,EAAE,CAAC,IAAI,EAAC;;QAErB,IAAI,CAAC,OAAO,GAAG,KAAI;QACnB,IAAI,CAAC,gBAAgB,GAAG,KAAI;QAC5B,IAAI,OAAO,IAAI,CAAC,KAAK,CAAC,wBAAwB,KAAK,UAAU,EAAE;YAC3D,IAAI,CAAC,KAAK,CAAC,wBAAwB,GAAE;SACxC;KACJ;;;;;;IAMD,IAAI,OAAO,GAAG;QACV,OAAO,OAAO,CAAC,EAAE,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC;KACzC;;;;;;IAMD,IAAI,UAAU,GAAG;QACb,OAAO,OAAO,CAAC,EAAE,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC;KAC5C;;;;;;IAMD,cAAc,GAAG;QACb,aAAa,CAAC,EAAE,CAAC,IAAI,CAAC,EAAC;KAC1B;;;;;;IAMD,IAAI,gBAAgB,GAAG;QACnB,OAAO,EAAE,CAAC,IAAI,CAAC,CAAC,QAAQ;KAC3B;;;;;;IAMD,IAAI,QAAQ,GAAG;QACX,OAAO,OAAO,CAAC,EAAE,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC;KAC1C;;;;;;IAMD,IAAI,SAAS,GAAG;QACZ,OAAO,EAAE,CAAC,IAAI,CAAC,CAAC,SAAS;KAC5B;;;;;;;IAOD,IAAI,UAAU,GAAG;QACb,OAAO,EAAE,CAAC,IAAI,CAAC,CAAC,WAAW;KAC9B;;;;;;;IAOD,IAAI,YAAY,GAAG;QACf,OAAO,EAAE,CAAC,IAAI,CAAC,CAAC,OAAO;KAC1B;IACD,IAAI,YAAY,CAAC,KAAK,EAAE;QACpB,IAAI,CAAC,KAAK,EAAE;YACR,MAAM;SACT;QACD,MAAM,IAAI,GAAG,EAAE,CAAC,IAAI,EAAC;;QAErB,IAAI,CAAC,OAAO,GAAG,KAAI;QACnB,IAAI,OAAO,IAAI,CAAC,KAAK,CAAC,YAAY,KAAK,SAAS,EAAE;YAC9C,IAAI,CAAC,KAAK,CAAC,YAAY,GAAG,KAAI;SACjC;KACJ;;;;;;;IAOD,IAAI,WAAW,GAAG;QACd,OAAO,CAAC,EAAE,CAAC,IAAI,CAAC,CAAC,QAAQ;KAC5B;IACD,IAAI,WAAW,CAAC,KAAK,EAAE;QACnB,IAAI,CAAC,KAAK,EAAE;YACR,aAAa,CAAC,EAAE,CAAC,IAAI,CAAC,EAAC;SAC1B;KACJ;;;;;;;;;IASD,SAAS,GAAG;;KAEX;EACJ;;;AAGD,MAAM,CAAC,cAAc,CAAC,KAAK,CAAC,SAAS,EAAE,aAAa,EAAE;IAClD,KAAK,EAAE,KAAK;IACZ,YAAY,EAAE,IAAI;IAClB,QAAQ,EAAE,IAAI;CACjB,EAAC;;;AAGF,IAAI,OAAO,MAAM,KAAK,WAAW,IAAI,OAAO,MAAM,CAAC,KAAK,KAAK,WAAW,EAAE;IACtE,MAAM,CAAC,cAAc,CAAC,KAAK,CAAC,SAAS,EAAE,MAAM,CAAC,KAAK,CAAC,SAAS,EAAC;;;IAG9D,QAAQ,CAAC,GAAG,CAAC,MAAM,CAAC,KAAK,CAAC,SAAS,EAAE,KAAK,EAAC;CAC9C;;;;;;;;AAQD,SAAS,wBAAwB,CAAC,GAAG,EAAE;IACnC,OAAO;QACH,GAAG,GAAG;YACF,OAAO,EAAE,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC;SAC7B;QACD,GAAG,CAAC,KAAK,EAAE;YACP,EAAE,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,GAAG,MAAK;SAC9B;QACD,YAAY,EAAE,IAAI;QAClB,UAAU,EAAE,IAAI;KACnB;CACJ;;;;;;;;AAQD,SAAS,oBAAoB,CAAC,GAAG,EAAE;IAC/B,OAAO;QACH,KAAK,GAAG;YACJ,MAAM,KAAK,GAAG,EAAE,CAAC,IAAI,CAAC,CAAC,MAAK;YAC5B,OAAO,KAAK,CAAC,GAAG,CAAC,CAAC,KAAK,CAAC,KAAK,EAAE,SAAS,CAAC;SAC5C;QACD,YAAY,EAAE,IAAI;QAClB,UAAU,EAAE,IAAI;KACnB;CACJ;;;;;;;;;AASD,SAAS,aAAa,CAAC,SAAS,EAAE,KAAK,EAAE;IACrC,MAAM,IAAI,GAAG,MAAM,CAAC,IAAI,CAAC,KAAK,EAAC;IAC/B,IAAI,IAAI,CAAC,MAAM,KAAK,CAAC,EAAE;QACnB,OAAO,SAAS;KACnB;;;IAGD,SAAS,WAAW,CAAC,WAAW,EAAE,KAAK,EAAE;QACrC,SAAS,CAAC,IAAI,CAAC,IAAI,EAAE,WAAW,EAAE,KAAK,EAAC;KAC3C;;IAED,WAAW,CAAC,SAAS,GAAG,MAAM,CAAC,MAAM,CAAC,SAAS,CAAC,SAAS,EAAE;QACvD,WAAW,EAAE,EAAE,KAAK,EAAE,WAAW,EAAE,YAAY,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE;KAC1E,EAAC;;;IAGF,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE;QAClC,MAAM,GAAG,GAAG,IAAI,CAAC,CAAC,EAAC;QACnB,IAAI,EAAE,GAAG,IAAI,SAAS,CAAC,SAAS,CAAC,EAAE;YAC/B,MAAM,UAAU,GAAG,MAAM,CAAC,wBAAwB,CAAC,KAAK,EAAE,GAAG,EAAC;YAC9D,MAAM,MAAM,GAAG,OAAO,UAAU,CAAC,KAAK,KAAK,WAAU;YACrD,MAAM,CAAC,cAAc;gBACjB,WAAW,CAAC,SAAS;gBACrB,GAAG;gBACH,MAAM;sBACA,oBAAoB,CAAC,GAAG,CAAC;sBACzB,wBAAwB,CAAC,GAAG,CAAC;cACtC;SACJ;KACJ;;IAED,OAAO,WAAW;CACrB;;;;;;;;AAQD,SAAS,UAAU,CAAC,KAAK,EAAE;IACvB,IAAI,KAAK,IAAI,IAAI,IAAI,KAAK,KAAK,MAAM,CAAC,SAAS,EAAE;QAC7C,OAAO,KAAK;KACf;;IAED,IAAI,OAAO,GAAG,QAAQ,CAAC,GAAG,CAAC,KAAK,EAAC;IACjC,IAAI,OAAO,IAAI,IAAI,EAAE;QACjB,OAAO,GAAG,aAAa,CAAC,UAAU,CAAC,MAAM,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC,EAAE,KAAK,EAAC;QACxE,QAAQ,CAAC,GAAG,CAAC,KAAK,EAAE,OAAO,EAAC;KAC/B;IACD,OAAO,OAAO;CACjB;;;;;;;;;AASD,AAAO,SAAS,SAAS,CAAC,WAAW,EAAE,KAAK,EAAE;IAC1C,MAAM,OAAO,GAAG,UAAU,CAAC,MAAM,CAAC,cAAc,CAAC,KAAK,CAAC,EAAC;IACxD,OAAO,IAAI,OAAO,CAAC,WAAW,EAAE,KAAK,CAAC;CACzC;;;;;;;;AAQD,AAAO,SAAS,SAAS,CAAC,KAAK,EAAE;IAC7B,OAAO,EAAE,CAAC,KAAK,CAAC,CAAC,gBAAgB;CACpC;;;;;;;;;AASD,AAAO,SAAS,aAAa,CAAC,KAAK,EAAE,UAAU,EAAE;IAC7C,EAAE,CAAC,KAAK,CAAC,CAAC,UAAU,GAAG,WAAU;CACpC;;;;;;;;;AASD,AAAO,SAAS,gBAAgB,CAAC,KAAK,EAAE,aAAa,EAAE;IACnD,EAAE,CAAC,KAAK,CAAC,CAAC,aAAa,GAAG,cAAa;CAC1C;;;;;;;;;AASD,AAAO,SAAS,kBAAkB,CAAC,KAAK,EAAE,eAAe,EAAE;IACvD,EAAE,CAAC,KAAK,CAAC,CAAC,eAAe,GAAG,gBAAe;CAC9C;;ACtdD;;;;;;;;;;;;;;AAcA,MAAM,YAAY,GAAG,IAAI,OAAO,GAAE;;;AAGlC,MAAM,OAAO,GAAG,EAAC;AACjB,MAAM,MAAM,GAAG,EAAC;AAChB,MAAM,SAAS,GAAG,EAAC;;;;;;;AAOnB,SAAS,QAAQ,CAAC,CAAC,EAAE;IACjB,OAAO,CAAC,KAAK,IAAI,IAAI,OAAO,CAAC,KAAK,QAAQ;CAC7C;;;;;;;;AAQD,SAAS,YAAY,CAAC,WAAW,EAAE;IAC/B,MAAM,SAAS,GAAG,YAAY,CAAC,GAAG,CAAC,WAAW,EAAC;IAC/C,IAAI,SAAS,IAAI,IAAI,EAAE;QACnB,MAAM,IAAI,SAAS;YACf,kEAAkE;SACrE;KACJ;IACD,OAAO,SAAS;CACnB;;;;;;;;AAQD,SAAS,8BAA8B,CAAC,SAAS,EAAE;IAC/C,OAAO;QACH,GAAG,GAAG;YACF,MAAM,SAAS,GAAG,YAAY,CAAC,IAAI,EAAC;YACpC,IAAI,IAAI,GAAG,SAAS,CAAC,GAAG,CAAC,SAAS,EAAC;YACnC,OAAO,IAAI,IAAI,IAAI,EAAE;gBACjB,IAAI,IAAI,CAAC,YAAY,KAAK,SAAS,EAAE;oBACjC,OAAO,IAAI,CAAC,QAAQ;iBACvB;gBACD,IAAI,GAAG,IAAI,CAAC,KAAI;aACnB;YACD,OAAO,IAAI;SACd;;QAED,GAAG,CAAC,QAAQ,EAAE;YACV,IAAI,OAAO,QAAQ,KAAK,UAAU,IAAI,CAAC,QAAQ,CAAC,QAAQ,CAAC,EAAE;gBACvD,QAAQ,GAAG,KAAI;aAClB;YACD,MAAM,SAAS,GAAG,YAAY,CAAC,IAAI,EAAC;;;YAGpC,IAAI,IAAI,GAAG,KAAI;YACf,IAAI,IAAI,GAAG,SAAS,CAAC,GAAG,CAAC,SAAS,EAAC;YACnC,OAAO,IAAI,IAAI,IAAI,EAAE;gBACjB,IAAI,IAAI,CAAC,YAAY,KAAK,SAAS,EAAE;;oBAEjC,IAAI,IAAI,KAAK,IAAI,EAAE;wBACf,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,KAAI;qBACxB,MAAM,IAAI,IAAI,CAAC,IAAI,KAAK,IAAI,EAAE;wBAC3B,SAAS,CAAC,GAAG,CAAC,SAAS,EAAE,IAAI,CAAC,IAAI,EAAC;qBACtC,MAAM;wBACH,SAAS,CAAC,MAAM,CAAC,SAAS,EAAC;qBAC9B;iBACJ,MAAM;oBACH,IAAI,GAAG,KAAI;iBACd;;gBAED,IAAI,GAAG,IAAI,CAAC,KAAI;aACnB;;;YAGD,IAAI,QAAQ,KAAK,IAAI,EAAE;gBACnB,MAAM,OAAO,GAAG;oBACZ,QAAQ;oBACR,YAAY,EAAE,SAAS;oBACvB,OAAO,EAAE,KAAK;oBACd,IAAI,EAAE,KAAK;oBACX,IAAI,EAAE,IAAI;kBACb;gBACD,IAAI,IAAI,KAAK,IAAI,EAAE;oBACf,SAAS,CAAC,GAAG,CAAC,SAAS,EAAE,OAAO,EAAC;iBACpC,MAAM;oBACH,IAAI,CAAC,IAAI,GAAG,QAAO;iBACtB;aACJ;SACJ;QACD,YAAY,EAAE,IAAI;QAClB,UAAU,EAAE,IAAI;KACnB;CACJ;;;;;;;;AAQD,SAAS,oBAAoB,CAAC,oBAAoB,EAAE,SAAS,EAAE;IAC3D,MAAM,CAAC,cAAc;QACjB,oBAAoB;QACpB,CAAC,EAAE,EAAE,SAAS,CAAC,CAAC;QAChB,8BAA8B,CAAC,SAAS,CAAC;MAC5C;CACJ;;;;;;;;AAQD,SAAS,uBAAuB,CAAC,UAAU,EAAE;;IAEzC,SAAS,iBAAiB,GAAG;QACzB,WAAW,CAAC,IAAI,CAAC,IAAI,EAAC;KACzB;;IAED,iBAAiB,CAAC,SAAS,GAAG,MAAM,CAAC,MAAM,CAAC,WAAW,CAAC,SAAS,EAAE;QAC/D,WAAW,EAAE;YACT,KAAK,EAAE,iBAAiB;YACxB,YAAY,EAAE,IAAI;YAClB,QAAQ,EAAE,IAAI;SACjB;KACJ,EAAC;;IAEF,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,UAAU,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE;QACxC,oBAAoB,CAAC,iBAAiB,CAAC,SAAS,EAAE,UAAU,CAAC,CAAC,CAAC,EAAC;KACnE;;IAED,OAAO,iBAAiB;CAC3B;;;;;;;;;;;;;;;AAeD,SAAS,WAAW,GAAG;;IAEnB,IAAI,IAAI,YAAY,WAAW,EAAE;QAC7B,YAAY,CAAC,GAAG,CAAC,IAAI,EAAE,IAAI,GAAG,EAAE,EAAC;QACjC,MAAM;KACT;IACD,IAAI,SAAS,CAAC,MAAM,KAAK,CAAC,IAAI,KAAK,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,EAAE;QACvD,OAAO,uBAAuB,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC;KAC/C;IACD,IAAI,SAAS,CAAC,MAAM,GAAG,CAAC,EAAE;QACtB,MAAM,KAAK,GAAG,IAAI,KAAK,CAAC,SAAS,CAAC,MAAM,EAAC;QACzC,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,SAAS,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE;YACvC,KAAK,CAAC,CAAC,CAAC,GAAG,SAAS,CAAC,CAAC,EAAC;SAC1B;QACD,OAAO,uBAAuB,CAAC,KAAK,CAAC;KACxC;IACD,MAAM,IAAI,SAAS,CAAC,mCAAmC,CAAC;;CAE3D;;;AAGD,WAAW,CAAC,SAAS,GAAG;;;;;;;;IAQpB,gBAAgB,CAAC,SAAS,EAAE,QAAQ,EAAE,OAAO,EAAE;QAC3C,IAAI,QAAQ,IAAI,IAAI,EAAE;YAClB,MAAM;SACT;QACD,IAAI,OAAO,QAAQ,KAAK,UAAU,IAAI,CAAC,QAAQ,CAAC,QAAQ,CAAC,EAAE;YACvD,MAAM,IAAI,SAAS,CAAC,+CAA+C,CAAC;SACvE;;QAED,MAAM,SAAS,GAAG,YAAY,CAAC,IAAI,EAAC;QACpC,MAAM,YAAY,GAAG,QAAQ,CAAC,OAAO,EAAC;QACtC,MAAM,OAAO,GAAG,YAAY;cACtB,OAAO,CAAC,OAAO,CAAC,OAAO,CAAC;cACxB,OAAO,CAAC,OAAO,EAAC;QACtB,MAAM,YAAY,GAAG,OAAO,GAAG,OAAO,GAAG,OAAM;QAC/C,MAAM,OAAO,GAAG;YACZ,QAAQ;YACR,YAAY;YACZ,OAAO,EAAE,YAAY,IAAI,OAAO,CAAC,OAAO,CAAC,OAAO,CAAC;YACjD,IAAI,EAAE,YAAY,IAAI,OAAO,CAAC,OAAO,CAAC,IAAI,CAAC;YAC3C,IAAI,EAAE,IAAI;UACb;;;QAGD,IAAI,IAAI,GAAG,SAAS,CAAC,GAAG,CAAC,SAAS,EAAC;QACnC,IAAI,IAAI,KAAK,SAAS,EAAE;YACpB,SAAS,CAAC,GAAG,CAAC,SAAS,EAAE,OAAO,EAAC;YACjC,MAAM;SACT;;;QAGD,IAAI,IAAI,GAAG,KAAI;QACf,OAAO,IAAI,IAAI,IAAI,EAAE;YACjB;gBACI,IAAI,CAAC,QAAQ,KAAK,QAAQ;gBAC1B,IAAI,CAAC,YAAY,KAAK,YAAY;cACpC;;gBAEE,MAAM;aACT;YACD,IAAI,GAAG,KAAI;YACX,IAAI,GAAG,IAAI,CAAC,KAAI;SACnB;;;QAGD,IAAI,CAAC,IAAI,GAAG,QAAO;KACtB;;;;;;;;;IASD,mBAAmB,CAAC,SAAS,EAAE,QAAQ,EAAE,OAAO,EAAE;QAC9C,IAAI,QAAQ,IAAI,IAAI,EAAE;YAClB,MAAM;SACT;;QAED,MAAM,SAAS,GAAG,YAAY,CAAC,IAAI,EAAC;QACpC,MAAM,OAAO,GAAG,QAAQ,CAAC,OAAO,CAAC;cAC3B,OAAO,CAAC,OAAO,CAAC,OAAO,CAAC;cACxB,OAAO,CAAC,OAAO,EAAC;QACtB,MAAM,YAAY,GAAG,OAAO,GAAG,OAAO,GAAG,OAAM;;QAE/C,IAAI,IAAI,GAAG,KAAI;QACf,IAAI,IAAI,GAAG,SAAS,CAAC,GAAG,CAAC,SAAS,EAAC;QACnC,OAAO,IAAI,IAAI,IAAI,EAAE;YACjB;gBACI,IAAI,CAAC,QAAQ,KAAK,QAAQ;gBAC1B,IAAI,CAAC,YAAY,KAAK,YAAY;cACpC;gBACE,IAAI,IAAI,KAAK,IAAI,EAAE;oBACf,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,KAAI;iBACxB,MAAM,IAAI,IAAI,CAAC,IAAI,KAAK,IAAI,EAAE;oBAC3B,SAAS,CAAC,GAAG,CAAC,SAAS,EAAE,IAAI,CAAC,IAAI,EAAC;iBACtC,MAAM;oBACH,SAAS,CAAC,MAAM,CAAC,SAAS,EAAC;iBAC9B;gBACD,MAAM;aACT;;YAED,IAAI,GAAG,KAAI;YACX,IAAI,GAAG,IAAI,CAAC,KAAI;SACnB;KACJ;;;;;;;IAOD,aAAa,CAAC,KAAK,EAAE;QACjB,IAAI,KAAK,IAAI,IAAI,IAAI,OAAO,KAAK,CAAC,IAAI,KAAK,QAAQ,EAAE;YACjD,MAAM,IAAI,SAAS,CAAC,kCAAkC,CAAC;SAC1D;;;QAGD,MAAM,SAAS,GAAG,YAAY,CAAC,IAAI,EAAC;QACpC,MAAM,SAAS,GAAG,KAAK,CAAC,KAAI;QAC5B,IAAI,IAAI,GAAG,SAAS,CAAC,GAAG,CAAC,SAAS,EAAC;QACnC,IAAI,IAAI,IAAI,IAAI,EAAE;YACd,OAAO,IAAI;SACd;;;QAGD,MAAM,YAAY,GAAG,SAAS,CAAC,IAAI,EAAE,KAAK,EAAC;;;;QAI3C,IAAI,IAAI,GAAG,KAAI;QACf,OAAO,IAAI,IAAI,IAAI,EAAE;;YAEjB,IAAI,IAAI,CAAC,IAAI,EAAE;gBACX,IAAI,IAAI,KAAK,IAAI,EAAE;oBACf,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,KAAI;iBACxB,MAAM,IAAI,IAAI,CAAC,IAAI,KAAK,IAAI,EAAE;oBAC3B,SAAS,CAAC,GAAG,CAAC,SAAS,EAAE,IAAI,CAAC,IAAI,EAAC;iBACtC,MAAM;oBACH,SAAS,CAAC,MAAM,CAAC,SAAS,EAAC;iBAC9B;aACJ,MAAM;gBACH,IAAI,GAAG,KAAI;aACd;;;YAGD,kBAAkB;gBACd,YAAY;gBACZ,IAAI,CAAC,OAAO,GAAG,IAAI,CAAC,QAAQ,GAAG,IAAI;cACtC;YACD,IAAI,OAAO,IAAI,CAAC,QAAQ,KAAK,UAAU,EAAE;gBACrC,IAAI;oBACA,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,IAAI,EAAE,YAAY,EAAC;iBACzC,CAAC,OAAO,GAAG,EAAE;oBACV;wBACI,OAAO,OAAO,KAAK,WAAW;wBAC9B,OAAO,OAAO,CAAC,KAAK,KAAK,UAAU;sBACrC;wBACE,OAAO,CAAC,KAAK,CAAC,GAAG,EAAC;qBACrB;iBACJ;aACJ,MAAM;gBACH,IAAI,CAAC,YAAY,KAAK,SAAS;gBAC/B,OAAO,IAAI,CAAC,QAAQ,CAAC,WAAW,KAAK,UAAU;cACjD;gBACE,IAAI,CAAC,QAAQ,CAAC,WAAW,CAAC,YAAY,EAAC;aAC1C;;;YAGD,IAAI,SAAS,CAAC,YAAY,CAAC,EAAE;gBACzB,KAAK;aACR;;YAED,IAAI,GAAG,IAAI,CAAC,KAAI;SACnB;QACD,kBAAkB,CAAC,YAAY,EAAE,IAAI,EAAC;QACtC,aAAa,CAAC,YAAY,EAAE,CAAC,EAAC;QAC9B,gBAAgB,CAAC,YAAY,EAAE,IAAI,EAAC;;QAEpC,OAAO,CAAC,YAAY,CAAC,gBAAgB;KACxC;EACJ;;;AAGD,MAAM,CAAC,cAAc,CAAC,WAAW,CAAC,SAAS,EAAE,aAAa,EAAE;IACxD,KAAK,EAAE,WAAW;IAClB,YAAY,EAAE,IAAI;IAClB,QAAQ,EAAE,IAAI;CACjB,EAAC;;;AAGF;IACI,OAAO,MAAM,KAAK,WAAW;IAC7B,OAAO,MAAM,CAAC,WAAW,KAAK,WAAW;EAC3C;IACE,MAAM,CAAC,cAAc,CAAC,WAAW,CAAC,SAAS,EAAE,MAAM,CAAC,WAAW,CAAC,SAAS,EAAC;CAC7E;;;;;;;;;;;;;"} \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/event-target-shim/dist/event-target-shim.mjs b/software/flow/node_modules/npm/node_modules/event-target-shim/dist/event-target-shim.mjs deleted file mode 100644 index 114f3a1..0000000 --- a/software/flow/node_modules/npm/node_modules/event-target-shim/dist/event-target-shim.mjs +++ /dev/null @@ -1,862 +0,0 @@ -/** - * @author Toru Nagashima <https://github.com/mysticatea> - * @copyright 2015 Toru Nagashima. All rights reserved. - * See LICENSE file in root directory for full license. - */ -/** - * @typedef {object} PrivateData - * @property {EventTarget} eventTarget The event target. - * @property {{type:string}} event The original event object. - * @property {number} eventPhase The current event phase. - * @property {EventTarget|null} currentTarget The current event target. - * @property {boolean} canceled The flag to prevent default. - * @property {boolean} stopped The flag to stop propagation. - * @property {boolean} immediateStopped The flag to stop propagation immediately. - * @property {Function|null} passiveListener The listener if the current listener is passive. Otherwise this is null. - * @property {number} timeStamp The unix time. - * @private - */ - -/** - * Private data for event wrappers. - * @type {WeakMap<Event, PrivateData>} - * @private - */ -const privateData = new WeakMap(); - -/** - * Cache for wrapper classes. - * @type {WeakMap<Object, Function>} - * @private - */ -const wrappers = new WeakMap(); - -/** - * Get private data. - * @param {Event} event The event object to get private data. - * @returns {PrivateData} The private data of the event. - * @private - */ -function pd(event) { - const retv = privateData.get(event); - console.assert( - retv != null, - "'this' is expected an Event object, but got", - event - ); - return retv -} - -/** - * https://dom.spec.whatwg.org/#set-the-canceled-flag - * @param data {PrivateData} private data. - */ -function setCancelFlag(data) { - if (data.passiveListener != null) { - if ( - typeof console !== "undefined" && - typeof console.error === "function" - ) { - console.error( - "Unable to preventDefault inside passive event listener invocation.", - data.passiveListener - ); - } - return - } - if (!data.event.cancelable) { - return - } - - data.canceled = true; - if (typeof data.event.preventDefault === "function") { - data.event.preventDefault(); - } -} - -/** - * @see https://dom.spec.whatwg.org/#interface-event - * @private - */ -/** - * The event wrapper. - * @constructor - * @param {EventTarget} eventTarget The event target of this dispatching. - * @param {Event|{type:string}} event The original event to wrap. - */ -function Event(eventTarget, event) { - privateData.set(this, { - eventTarget, - event, - eventPhase: 2, - currentTarget: eventTarget, - canceled: false, - stopped: false, - immediateStopped: false, - passiveListener: null, - timeStamp: event.timeStamp || Date.now(), - }); - - // https://heycam.github.io/webidl/#Unforgeable - Object.defineProperty(this, "isTrusted", { value: false, enumerable: true }); - - // Define accessors - const keys = Object.keys(event); - for (let i = 0; i < keys.length; ++i) { - const key = keys[i]; - if (!(key in this)) { - Object.defineProperty(this, key, defineRedirectDescriptor(key)); - } - } -} - -// Should be enumerable, but class methods are not enumerable. -Event.prototype = { - /** - * The type of this event. - * @type {string} - */ - get type() { - return pd(this).event.type - }, - - /** - * The target of this event. - * @type {EventTarget} - */ - get target() { - return pd(this).eventTarget - }, - - /** - * The target of this event. - * @type {EventTarget} - */ - get currentTarget() { - return pd(this).currentTarget - }, - - /** - * @returns {EventTarget[]} The composed path of this event. - */ - composedPath() { - const currentTarget = pd(this).currentTarget; - if (currentTarget == null) { - return [] - } - return [currentTarget] - }, - - /** - * Constant of NONE. - * @type {number} - */ - get NONE() { - return 0 - }, - - /** - * Constant of CAPTURING_PHASE. - * @type {number} - */ - get CAPTURING_PHASE() { - return 1 - }, - - /** - * Constant of AT_TARGET. - * @type {number} - */ - get AT_TARGET() { - return 2 - }, - - /** - * Constant of BUBBLING_PHASE. - * @type {number} - */ - get BUBBLING_PHASE() { - return 3 - }, - - /** - * The target of this event. - * @type {number} - */ - get eventPhase() { - return pd(this).eventPhase - }, - - /** - * Stop event bubbling. - * @returns {void} - */ - stopPropagation() { - const data = pd(this); - - data.stopped = true; - if (typeof data.event.stopPropagation === "function") { - data.event.stopPropagation(); - } - }, - - /** - * Stop event bubbling. - * @returns {void} - */ - stopImmediatePropagation() { - const data = pd(this); - - data.stopped = true; - data.immediateStopped = true; - if (typeof data.event.stopImmediatePropagation === "function") { - data.event.stopImmediatePropagation(); - } - }, - - /** - * The flag to be bubbling. - * @type {boolean} - */ - get bubbles() { - return Boolean(pd(this).event.bubbles) - }, - - /** - * The flag to be cancelable. - * @type {boolean} - */ - get cancelable() { - return Boolean(pd(this).event.cancelable) - }, - - /** - * Cancel this event. - * @returns {void} - */ - preventDefault() { - setCancelFlag(pd(this)); - }, - - /** - * The flag to indicate cancellation state. - * @type {boolean} - */ - get defaultPrevented() { - return pd(this).canceled - }, - - /** - * The flag to be composed. - * @type {boolean} - */ - get composed() { - return Boolean(pd(this).event.composed) - }, - - /** - * The unix time of this event. - * @type {number} - */ - get timeStamp() { - return pd(this).timeStamp - }, - - /** - * The target of this event. - * @type {EventTarget} - * @deprecated - */ - get srcElement() { - return pd(this).eventTarget - }, - - /** - * The flag to stop event bubbling. - * @type {boolean} - * @deprecated - */ - get cancelBubble() { - return pd(this).stopped - }, - set cancelBubble(value) { - if (!value) { - return - } - const data = pd(this); - - data.stopped = true; - if (typeof data.event.cancelBubble === "boolean") { - data.event.cancelBubble = true; - } - }, - - /** - * The flag to indicate cancellation state. - * @type {boolean} - * @deprecated - */ - get returnValue() { - return !pd(this).canceled - }, - set returnValue(value) { - if (!value) { - setCancelFlag(pd(this)); - } - }, - - /** - * Initialize this event object. But do nothing under event dispatching. - * @param {string} type The event type. - * @param {boolean} [bubbles=false] The flag to be possible to bubble up. - * @param {boolean} [cancelable=false] The flag to be possible to cancel. - * @deprecated - */ - initEvent() { - // Do nothing. - }, -}; - -// `constructor` is not enumerable. -Object.defineProperty(Event.prototype, "constructor", { - value: Event, - configurable: true, - writable: true, -}); - -// Ensure `event instanceof window.Event` is `true`. -if (typeof window !== "undefined" && typeof window.Event !== "undefined") { - Object.setPrototypeOf(Event.prototype, window.Event.prototype); - - // Make association for wrappers. - wrappers.set(window.Event.prototype, Event); -} - -/** - * Get the property descriptor to redirect a given property. - * @param {string} key Property name to define property descriptor. - * @returns {PropertyDescriptor} The property descriptor to redirect the property. - * @private - */ -function defineRedirectDescriptor(key) { - return { - get() { - return pd(this).event[key] - }, - set(value) { - pd(this).event[key] = value; - }, - configurable: true, - enumerable: true, - } -} - -/** - * Get the property descriptor to call a given method property. - * @param {string} key Property name to define property descriptor. - * @returns {PropertyDescriptor} The property descriptor to call the method property. - * @private - */ -function defineCallDescriptor(key) { - return { - value() { - const event = pd(this).event; - return event[key].apply(event, arguments) - }, - configurable: true, - enumerable: true, - } -} - -/** - * Define new wrapper class. - * @param {Function} BaseEvent The base wrapper class. - * @param {Object} proto The prototype of the original event. - * @returns {Function} The defined wrapper class. - * @private - */ -function defineWrapper(BaseEvent, proto) { - const keys = Object.keys(proto); - if (keys.length === 0) { - return BaseEvent - } - - /** CustomEvent */ - function CustomEvent(eventTarget, event) { - BaseEvent.call(this, eventTarget, event); - } - - CustomEvent.prototype = Object.create(BaseEvent.prototype, { - constructor: { value: CustomEvent, configurable: true, writable: true }, - }); - - // Define accessors. - for (let i = 0; i < keys.length; ++i) { - const key = keys[i]; - if (!(key in BaseEvent.prototype)) { - const descriptor = Object.getOwnPropertyDescriptor(proto, key); - const isFunc = typeof descriptor.value === "function"; - Object.defineProperty( - CustomEvent.prototype, - key, - isFunc - ? defineCallDescriptor(key) - : defineRedirectDescriptor(key) - ); - } - } - - return CustomEvent -} - -/** - * Get the wrapper class of a given prototype. - * @param {Object} proto The prototype of the original event to get its wrapper. - * @returns {Function} The wrapper class. - * @private - */ -function getWrapper(proto) { - if (proto == null || proto === Object.prototype) { - return Event - } - - let wrapper = wrappers.get(proto); - if (wrapper == null) { - wrapper = defineWrapper(getWrapper(Object.getPrototypeOf(proto)), proto); - wrappers.set(proto, wrapper); - } - return wrapper -} - -/** - * Wrap a given event to management a dispatching. - * @param {EventTarget} eventTarget The event target of this dispatching. - * @param {Object} event The event to wrap. - * @returns {Event} The wrapper instance. - * @private - */ -function wrapEvent(eventTarget, event) { - const Wrapper = getWrapper(Object.getPrototypeOf(event)); - return new Wrapper(eventTarget, event) -} - -/** - * Get the immediateStopped flag of a given event. - * @param {Event} event The event to get. - * @returns {boolean} The flag to stop propagation immediately. - * @private - */ -function isStopped(event) { - return pd(event).immediateStopped -} - -/** - * Set the current event phase of a given event. - * @param {Event} event The event to set current target. - * @param {number} eventPhase New event phase. - * @returns {void} - * @private - */ -function setEventPhase(event, eventPhase) { - pd(event).eventPhase = eventPhase; -} - -/** - * Set the current target of a given event. - * @param {Event} event The event to set current target. - * @param {EventTarget|null} currentTarget New current target. - * @returns {void} - * @private - */ -function setCurrentTarget(event, currentTarget) { - pd(event).currentTarget = currentTarget; -} - -/** - * Set a passive listener of a given event. - * @param {Event} event The event to set current target. - * @param {Function|null} passiveListener New passive listener. - * @returns {void} - * @private - */ -function setPassiveListener(event, passiveListener) { - pd(event).passiveListener = passiveListener; -} - -/** - * @typedef {object} ListenerNode - * @property {Function} listener - * @property {1|2|3} listenerType - * @property {boolean} passive - * @property {boolean} once - * @property {ListenerNode|null} next - * @private - */ - -/** - * @type {WeakMap<object, Map<string, ListenerNode>>} - * @private - */ -const listenersMap = new WeakMap(); - -// Listener types -const CAPTURE = 1; -const BUBBLE = 2; -const ATTRIBUTE = 3; - -/** - * Check whether a given value is an object or not. - * @param {any} x The value to check. - * @returns {boolean} `true` if the value is an object. - */ -function isObject(x) { - return x !== null && typeof x === "object" //eslint-disable-line no-restricted-syntax -} - -/** - * Get listeners. - * @param {EventTarget} eventTarget The event target to get. - * @returns {Map<string, ListenerNode>} The listeners. - * @private - */ -function getListeners(eventTarget) { - const listeners = listenersMap.get(eventTarget); - if (listeners == null) { - throw new TypeError( - "'this' is expected an EventTarget object, but got another value." - ) - } - return listeners -} - -/** - * Get the property descriptor for the event attribute of a given event. - * @param {string} eventName The event name to get property descriptor. - * @returns {PropertyDescriptor} The property descriptor. - * @private - */ -function defineEventAttributeDescriptor(eventName) { - return { - get() { - const listeners = getListeners(this); - let node = listeners.get(eventName); - while (node != null) { - if (node.listenerType === ATTRIBUTE) { - return node.listener - } - node = node.next; - } - return null - }, - - set(listener) { - if (typeof listener !== "function" && !isObject(listener)) { - listener = null; // eslint-disable-line no-param-reassign - } - const listeners = getListeners(this); - - // Traverse to the tail while removing old value. - let prev = null; - let node = listeners.get(eventName); - while (node != null) { - if (node.listenerType === ATTRIBUTE) { - // Remove old value. - if (prev !== null) { - prev.next = node.next; - } else if (node.next !== null) { - listeners.set(eventName, node.next); - } else { - listeners.delete(eventName); - } - } else { - prev = node; - } - - node = node.next; - } - - // Add new value. - if (listener !== null) { - const newNode = { - listener, - listenerType: ATTRIBUTE, - passive: false, - once: false, - next: null, - }; - if (prev === null) { - listeners.set(eventName, newNode); - } else { - prev.next = newNode; - } - } - }, - configurable: true, - enumerable: true, - } -} - -/** - * Define an event attribute (e.g. `eventTarget.onclick`). - * @param {Object} eventTargetPrototype The event target prototype to define an event attrbite. - * @param {string} eventName The event name to define. - * @returns {void} - */ -function defineEventAttribute(eventTargetPrototype, eventName) { - Object.defineProperty( - eventTargetPrototype, - `on${eventName}`, - defineEventAttributeDescriptor(eventName) - ); -} - -/** - * Define a custom EventTarget with event attributes. - * @param {string[]} eventNames Event names for event attributes. - * @returns {EventTarget} The custom EventTarget. - * @private - */ -function defineCustomEventTarget(eventNames) { - /** CustomEventTarget */ - function CustomEventTarget() { - EventTarget.call(this); - } - - CustomEventTarget.prototype = Object.create(EventTarget.prototype, { - constructor: { - value: CustomEventTarget, - configurable: true, - writable: true, - }, - }); - - for (let i = 0; i < eventNames.length; ++i) { - defineEventAttribute(CustomEventTarget.prototype, eventNames[i]); - } - - return CustomEventTarget -} - -/** - * EventTarget. - * - * - This is constructor if no arguments. - * - This is a function which returns a CustomEventTarget constructor if there are arguments. - * - * For example: - * - * class A extends EventTarget {} - * class B extends EventTarget("message") {} - * class C extends EventTarget("message", "error") {} - * class D extends EventTarget(["message", "error"]) {} - */ -function EventTarget() { - /*eslint-disable consistent-return */ - if (this instanceof EventTarget) { - listenersMap.set(this, new Map()); - return - } - if (arguments.length === 1 && Array.isArray(arguments[0])) { - return defineCustomEventTarget(arguments[0]) - } - if (arguments.length > 0) { - const types = new Array(arguments.length); - for (let i = 0; i < arguments.length; ++i) { - types[i] = arguments[i]; - } - return defineCustomEventTarget(types) - } - throw new TypeError("Cannot call a class as a function") - /*eslint-enable consistent-return */ -} - -// Should be enumerable, but class methods are not enumerable. -EventTarget.prototype = { - /** - * Add a given listener to this event target. - * @param {string} eventName The event name to add. - * @param {Function} listener The listener to add. - * @param {boolean|{capture?:boolean,passive?:boolean,once?:boolean}} [options] The options for this listener. - * @returns {void} - */ - addEventListener(eventName, listener, options) { - if (listener == null) { - return - } - if (typeof listener !== "function" && !isObject(listener)) { - throw new TypeError("'listener' should be a function or an object.") - } - - const listeners = getListeners(this); - const optionsIsObj = isObject(options); - const capture = optionsIsObj - ? Boolean(options.capture) - : Boolean(options); - const listenerType = capture ? CAPTURE : BUBBLE; - const newNode = { - listener, - listenerType, - passive: optionsIsObj && Boolean(options.passive), - once: optionsIsObj && Boolean(options.once), - next: null, - }; - - // Set it as the first node if the first node is null. - let node = listeners.get(eventName); - if (node === undefined) { - listeners.set(eventName, newNode); - return - } - - // Traverse to the tail while checking duplication.. - let prev = null; - while (node != null) { - if ( - node.listener === listener && - node.listenerType === listenerType - ) { - // Should ignore duplication. - return - } - prev = node; - node = node.next; - } - - // Add it. - prev.next = newNode; - }, - - /** - * Remove a given listener from this event target. - * @param {string} eventName The event name to remove. - * @param {Function} listener The listener to remove. - * @param {boolean|{capture?:boolean,passive?:boolean,once?:boolean}} [options] The options for this listener. - * @returns {void} - */ - removeEventListener(eventName, listener, options) { - if (listener == null) { - return - } - - const listeners = getListeners(this); - const capture = isObject(options) - ? Boolean(options.capture) - : Boolean(options); - const listenerType = capture ? CAPTURE : BUBBLE; - - let prev = null; - let node = listeners.get(eventName); - while (node != null) { - if ( - node.listener === listener && - node.listenerType === listenerType - ) { - if (prev !== null) { - prev.next = node.next; - } else if (node.next !== null) { - listeners.set(eventName, node.next); - } else { - listeners.delete(eventName); - } - return - } - - prev = node; - node = node.next; - } - }, - - /** - * Dispatch a given event. - * @param {Event|{type:string}} event The event to dispatch. - * @returns {boolean} `false` if canceled. - */ - dispatchEvent(event) { - if (event == null || typeof event.type !== "string") { - throw new TypeError('"event.type" should be a string.') - } - - // If listeners aren't registered, terminate. - const listeners = getListeners(this); - const eventName = event.type; - let node = listeners.get(eventName); - if (node == null) { - return true - } - - // Since we cannot rewrite several properties, so wrap object. - const wrappedEvent = wrapEvent(this, event); - - // This doesn't process capturing phase and bubbling phase. - // This isn't participating in a tree. - let prev = null; - while (node != null) { - // Remove this listener if it's once - if (node.once) { - if (prev !== null) { - prev.next = node.next; - } else if (node.next !== null) { - listeners.set(eventName, node.next); - } else { - listeners.delete(eventName); - } - } else { - prev = node; - } - - // Call this listener - setPassiveListener( - wrappedEvent, - node.passive ? node.listener : null - ); - if (typeof node.listener === "function") { - try { - node.listener.call(this, wrappedEvent); - } catch (err) { - if ( - typeof console !== "undefined" && - typeof console.error === "function" - ) { - console.error(err); - } - } - } else if ( - node.listenerType !== ATTRIBUTE && - typeof node.listener.handleEvent === "function" - ) { - node.listener.handleEvent(wrappedEvent); - } - - // Break if `event.stopImmediatePropagation` was called. - if (isStopped(wrappedEvent)) { - break - } - - node = node.next; - } - setPassiveListener(wrappedEvent, null); - setEventPhase(wrappedEvent, 0); - setCurrentTarget(wrappedEvent, null); - - return !wrappedEvent.defaultPrevented - }, -}; - -// `constructor` is not enumerable. -Object.defineProperty(EventTarget.prototype, "constructor", { - value: EventTarget, - configurable: true, - writable: true, -}); - -// Ensure `eventTarget instanceof window.EventTarget` is `true`. -if ( - typeof window !== "undefined" && - typeof window.EventTarget !== "undefined" -) { - Object.setPrototypeOf(EventTarget.prototype, window.EventTarget.prototype); -} - -export default EventTarget; -export { defineEventAttribute, EventTarget }; -//# sourceMappingURL=event-target-shim.mjs.map diff --git a/software/flow/node_modules/npm/node_modules/event-target-shim/dist/event-target-shim.mjs.map b/software/flow/node_modules/npm/node_modules/event-target-shim/dist/event-target-shim.mjs.map deleted file mode 100644 index 57b3e8f..0000000 --- a/software/flow/node_modules/npm/node_modules/event-target-shim/dist/event-target-shim.mjs.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"event-target-shim.mjs","sources":["../src/event.mjs","../src/event-target.mjs"],"sourcesContent":["/**\n * @typedef {object} PrivateData\n * @property {EventTarget} eventTarget The event target.\n * @property {{type:string}} event The original event object.\n * @property {number} eventPhase The current event phase.\n * @property {EventTarget|null} currentTarget The current event target.\n * @property {boolean} canceled The flag to prevent default.\n * @property {boolean} stopped The flag to stop propagation.\n * @property {boolean} immediateStopped The flag to stop propagation immediately.\n * @property {Function|null} passiveListener The listener if the current listener is passive. Otherwise this is null.\n * @property {number} timeStamp The unix time.\n * @private\n */\n\n/**\n * Private data for event wrappers.\n * @type {WeakMap<Event, PrivateData>}\n * @private\n */\nconst privateData = new WeakMap()\n\n/**\n * Cache for wrapper classes.\n * @type {WeakMap<Object, Function>}\n * @private\n */\nconst wrappers = new WeakMap()\n\n/**\n * Get private data.\n * @param {Event} event The event object to get private data.\n * @returns {PrivateData} The private data of the event.\n * @private\n */\nfunction pd(event) {\n const retv = privateData.get(event)\n console.assert(\n retv != null,\n \"'this' is expected an Event object, but got\",\n event\n )\n return retv\n}\n\n/**\n * https://dom.spec.whatwg.org/#set-the-canceled-flag\n * @param data {PrivateData} private data.\n */\nfunction setCancelFlag(data) {\n if (data.passiveListener != null) {\n if (\n typeof console !== \"undefined\" &&\n typeof console.error === \"function\"\n ) {\n console.error(\n \"Unable to preventDefault inside passive event listener invocation.\",\n data.passiveListener\n )\n }\n return\n }\n if (!data.event.cancelable) {\n return\n }\n\n data.canceled = true\n if (typeof data.event.preventDefault === \"function\") {\n data.event.preventDefault()\n }\n}\n\n/**\n * @see https://dom.spec.whatwg.org/#interface-event\n * @private\n */\n/**\n * The event wrapper.\n * @constructor\n * @param {EventTarget} eventTarget The event target of this dispatching.\n * @param {Event|{type:string}} event The original event to wrap.\n */\nfunction Event(eventTarget, event) {\n privateData.set(this, {\n eventTarget,\n event,\n eventPhase: 2,\n currentTarget: eventTarget,\n canceled: false,\n stopped: false,\n immediateStopped: false,\n passiveListener: null,\n timeStamp: event.timeStamp || Date.now(),\n })\n\n // https://heycam.github.io/webidl/#Unforgeable\n Object.defineProperty(this, \"isTrusted\", { value: false, enumerable: true })\n\n // Define accessors\n const keys = Object.keys(event)\n for (let i = 0; i < keys.length; ++i) {\n const key = keys[i]\n if (!(key in this)) {\n Object.defineProperty(this, key, defineRedirectDescriptor(key))\n }\n }\n}\n\n// Should be enumerable, but class methods are not enumerable.\nEvent.prototype = {\n /**\n * The type of this event.\n * @type {string}\n */\n get type() {\n return pd(this).event.type\n },\n\n /**\n * The target of this event.\n * @type {EventTarget}\n */\n get target() {\n return pd(this).eventTarget\n },\n\n /**\n * The target of this event.\n * @type {EventTarget}\n */\n get currentTarget() {\n return pd(this).currentTarget\n },\n\n /**\n * @returns {EventTarget[]} The composed path of this event.\n */\n composedPath() {\n const currentTarget = pd(this).currentTarget\n if (currentTarget == null) {\n return []\n }\n return [currentTarget]\n },\n\n /**\n * Constant of NONE.\n * @type {number}\n */\n get NONE() {\n return 0\n },\n\n /**\n * Constant of CAPTURING_PHASE.\n * @type {number}\n */\n get CAPTURING_PHASE() {\n return 1\n },\n\n /**\n * Constant of AT_TARGET.\n * @type {number}\n */\n get AT_TARGET() {\n return 2\n },\n\n /**\n * Constant of BUBBLING_PHASE.\n * @type {number}\n */\n get BUBBLING_PHASE() {\n return 3\n },\n\n /**\n * The target of this event.\n * @type {number}\n */\n get eventPhase() {\n return pd(this).eventPhase\n },\n\n /**\n * Stop event bubbling.\n * @returns {void}\n */\n stopPropagation() {\n const data = pd(this)\n\n data.stopped = true\n if (typeof data.event.stopPropagation === \"function\") {\n data.event.stopPropagation()\n }\n },\n\n /**\n * Stop event bubbling.\n * @returns {void}\n */\n stopImmediatePropagation() {\n const data = pd(this)\n\n data.stopped = true\n data.immediateStopped = true\n if (typeof data.event.stopImmediatePropagation === \"function\") {\n data.event.stopImmediatePropagation()\n }\n },\n\n /**\n * The flag to be bubbling.\n * @type {boolean}\n */\n get bubbles() {\n return Boolean(pd(this).event.bubbles)\n },\n\n /**\n * The flag to be cancelable.\n * @type {boolean}\n */\n get cancelable() {\n return Boolean(pd(this).event.cancelable)\n },\n\n /**\n * Cancel this event.\n * @returns {void}\n */\n preventDefault() {\n setCancelFlag(pd(this))\n },\n\n /**\n * The flag to indicate cancellation state.\n * @type {boolean}\n */\n get defaultPrevented() {\n return pd(this).canceled\n },\n\n /**\n * The flag to be composed.\n * @type {boolean}\n */\n get composed() {\n return Boolean(pd(this).event.composed)\n },\n\n /**\n * The unix time of this event.\n * @type {number}\n */\n get timeStamp() {\n return pd(this).timeStamp\n },\n\n /**\n * The target of this event.\n * @type {EventTarget}\n * @deprecated\n */\n get srcElement() {\n return pd(this).eventTarget\n },\n\n /**\n * The flag to stop event bubbling.\n * @type {boolean}\n * @deprecated\n */\n get cancelBubble() {\n return pd(this).stopped\n },\n set cancelBubble(value) {\n if (!value) {\n return\n }\n const data = pd(this)\n\n data.stopped = true\n if (typeof data.event.cancelBubble === \"boolean\") {\n data.event.cancelBubble = true\n }\n },\n\n /**\n * The flag to indicate cancellation state.\n * @type {boolean}\n * @deprecated\n */\n get returnValue() {\n return !pd(this).canceled\n },\n set returnValue(value) {\n if (!value) {\n setCancelFlag(pd(this))\n }\n },\n\n /**\n * Initialize this event object. But do nothing under event dispatching.\n * @param {string} type The event type.\n * @param {boolean} [bubbles=false] The flag to be possible to bubble up.\n * @param {boolean} [cancelable=false] The flag to be possible to cancel.\n * @deprecated\n */\n initEvent() {\n // Do nothing.\n },\n}\n\n// `constructor` is not enumerable.\nObject.defineProperty(Event.prototype, \"constructor\", {\n value: Event,\n configurable: true,\n writable: true,\n})\n\n// Ensure `event instanceof window.Event` is `true`.\nif (typeof window !== \"undefined\" && typeof window.Event !== \"undefined\") {\n Object.setPrototypeOf(Event.prototype, window.Event.prototype)\n\n // Make association for wrappers.\n wrappers.set(window.Event.prototype, Event)\n}\n\n/**\n * Get the property descriptor to redirect a given property.\n * @param {string} key Property name to define property descriptor.\n * @returns {PropertyDescriptor} The property descriptor to redirect the property.\n * @private\n */\nfunction defineRedirectDescriptor(key) {\n return {\n get() {\n return pd(this).event[key]\n },\n set(value) {\n pd(this).event[key] = value\n },\n configurable: true,\n enumerable: true,\n }\n}\n\n/**\n * Get the property descriptor to call a given method property.\n * @param {string} key Property name to define property descriptor.\n * @returns {PropertyDescriptor} The property descriptor to call the method property.\n * @private\n */\nfunction defineCallDescriptor(key) {\n return {\n value() {\n const event = pd(this).event\n return event[key].apply(event, arguments)\n },\n configurable: true,\n enumerable: true,\n }\n}\n\n/**\n * Define new wrapper class.\n * @param {Function} BaseEvent The base wrapper class.\n * @param {Object} proto The prototype of the original event.\n * @returns {Function} The defined wrapper class.\n * @private\n */\nfunction defineWrapper(BaseEvent, proto) {\n const keys = Object.keys(proto)\n if (keys.length === 0) {\n return BaseEvent\n }\n\n /** CustomEvent */\n function CustomEvent(eventTarget, event) {\n BaseEvent.call(this, eventTarget, event)\n }\n\n CustomEvent.prototype = Object.create(BaseEvent.prototype, {\n constructor: { value: CustomEvent, configurable: true, writable: true },\n })\n\n // Define accessors.\n for (let i = 0; i < keys.length; ++i) {\n const key = keys[i]\n if (!(key in BaseEvent.prototype)) {\n const descriptor = Object.getOwnPropertyDescriptor(proto, key)\n const isFunc = typeof descriptor.value === \"function\"\n Object.defineProperty(\n CustomEvent.prototype,\n key,\n isFunc\n ? defineCallDescriptor(key)\n : defineRedirectDescriptor(key)\n )\n }\n }\n\n return CustomEvent\n}\n\n/**\n * Get the wrapper class of a given prototype.\n * @param {Object} proto The prototype of the original event to get its wrapper.\n * @returns {Function} The wrapper class.\n * @private\n */\nfunction getWrapper(proto) {\n if (proto == null || proto === Object.prototype) {\n return Event\n }\n\n let wrapper = wrappers.get(proto)\n if (wrapper == null) {\n wrapper = defineWrapper(getWrapper(Object.getPrototypeOf(proto)), proto)\n wrappers.set(proto, wrapper)\n }\n return wrapper\n}\n\n/**\n * Wrap a given event to management a dispatching.\n * @param {EventTarget} eventTarget The event target of this dispatching.\n * @param {Object} event The event to wrap.\n * @returns {Event} The wrapper instance.\n * @private\n */\nexport function wrapEvent(eventTarget, event) {\n const Wrapper = getWrapper(Object.getPrototypeOf(event))\n return new Wrapper(eventTarget, event)\n}\n\n/**\n * Get the immediateStopped flag of a given event.\n * @param {Event} event The event to get.\n * @returns {boolean} The flag to stop propagation immediately.\n * @private\n */\nexport function isStopped(event) {\n return pd(event).immediateStopped\n}\n\n/**\n * Set the current event phase of a given event.\n * @param {Event} event The event to set current target.\n * @param {number} eventPhase New event phase.\n * @returns {void}\n * @private\n */\nexport function setEventPhase(event, eventPhase) {\n pd(event).eventPhase = eventPhase\n}\n\n/**\n * Set the current target of a given event.\n * @param {Event} event The event to set current target.\n * @param {EventTarget|null} currentTarget New current target.\n * @returns {void}\n * @private\n */\nexport function setCurrentTarget(event, currentTarget) {\n pd(event).currentTarget = currentTarget\n}\n\n/**\n * Set a passive listener of a given event.\n * @param {Event} event The event to set current target.\n * @param {Function|null} passiveListener New passive listener.\n * @returns {void}\n * @private\n */\nexport function setPassiveListener(event, passiveListener) {\n pd(event).passiveListener = passiveListener\n}\n","import {\n isStopped,\n setCurrentTarget,\n setEventPhase,\n setPassiveListener,\n wrapEvent,\n} from \"./event.mjs\"\n\n/**\n * @typedef {object} ListenerNode\n * @property {Function} listener\n * @property {1|2|3} listenerType\n * @property {boolean} passive\n * @property {boolean} once\n * @property {ListenerNode|null} next\n * @private\n */\n\n/**\n * @type {WeakMap<object, Map<string, ListenerNode>>}\n * @private\n */\nconst listenersMap = new WeakMap()\n\n// Listener types\nconst CAPTURE = 1\nconst BUBBLE = 2\nconst ATTRIBUTE = 3\n\n/**\n * Check whether a given value is an object or not.\n * @param {any} x The value to check.\n * @returns {boolean} `true` if the value is an object.\n */\nfunction isObject(x) {\n return x !== null && typeof x === \"object\" //eslint-disable-line no-restricted-syntax\n}\n\n/**\n * Get listeners.\n * @param {EventTarget} eventTarget The event target to get.\n * @returns {Map<string, ListenerNode>} The listeners.\n * @private\n */\nfunction getListeners(eventTarget) {\n const listeners = listenersMap.get(eventTarget)\n if (listeners == null) {\n throw new TypeError(\n \"'this' is expected an EventTarget object, but got another value.\"\n )\n }\n return listeners\n}\n\n/**\n * Get the property descriptor for the event attribute of a given event.\n * @param {string} eventName The event name to get property descriptor.\n * @returns {PropertyDescriptor} The property descriptor.\n * @private\n */\nfunction defineEventAttributeDescriptor(eventName) {\n return {\n get() {\n const listeners = getListeners(this)\n let node = listeners.get(eventName)\n while (node != null) {\n if (node.listenerType === ATTRIBUTE) {\n return node.listener\n }\n node = node.next\n }\n return null\n },\n\n set(listener) {\n if (typeof listener !== \"function\" && !isObject(listener)) {\n listener = null // eslint-disable-line no-param-reassign\n }\n const listeners = getListeners(this)\n\n // Traverse to the tail while removing old value.\n let prev = null\n let node = listeners.get(eventName)\n while (node != null) {\n if (node.listenerType === ATTRIBUTE) {\n // Remove old value.\n if (prev !== null) {\n prev.next = node.next\n } else if (node.next !== null) {\n listeners.set(eventName, node.next)\n } else {\n listeners.delete(eventName)\n }\n } else {\n prev = node\n }\n\n node = node.next\n }\n\n // Add new value.\n if (listener !== null) {\n const newNode = {\n listener,\n listenerType: ATTRIBUTE,\n passive: false,\n once: false,\n next: null,\n }\n if (prev === null) {\n listeners.set(eventName, newNode)\n } else {\n prev.next = newNode\n }\n }\n },\n configurable: true,\n enumerable: true,\n }\n}\n\n/**\n * Define an event attribute (e.g. `eventTarget.onclick`).\n * @param {Object} eventTargetPrototype The event target prototype to define an event attrbite.\n * @param {string} eventName The event name to define.\n * @returns {void}\n */\nfunction defineEventAttribute(eventTargetPrototype, eventName) {\n Object.defineProperty(\n eventTargetPrototype,\n `on${eventName}`,\n defineEventAttributeDescriptor(eventName)\n )\n}\n\n/**\n * Define a custom EventTarget with event attributes.\n * @param {string[]} eventNames Event names for event attributes.\n * @returns {EventTarget} The custom EventTarget.\n * @private\n */\nfunction defineCustomEventTarget(eventNames) {\n /** CustomEventTarget */\n function CustomEventTarget() {\n EventTarget.call(this)\n }\n\n CustomEventTarget.prototype = Object.create(EventTarget.prototype, {\n constructor: {\n value: CustomEventTarget,\n configurable: true,\n writable: true,\n },\n })\n\n for (let i = 0; i < eventNames.length; ++i) {\n defineEventAttribute(CustomEventTarget.prototype, eventNames[i])\n }\n\n return CustomEventTarget\n}\n\n/**\n * EventTarget.\n *\n * - This is constructor if no arguments.\n * - This is a function which returns a CustomEventTarget constructor if there are arguments.\n *\n * For example:\n *\n * class A extends EventTarget {}\n * class B extends EventTarget(\"message\") {}\n * class C extends EventTarget(\"message\", \"error\") {}\n * class D extends EventTarget([\"message\", \"error\"]) {}\n */\nfunction EventTarget() {\n /*eslint-disable consistent-return */\n if (this instanceof EventTarget) {\n listenersMap.set(this, new Map())\n return\n }\n if (arguments.length === 1 && Array.isArray(arguments[0])) {\n return defineCustomEventTarget(arguments[0])\n }\n if (arguments.length > 0) {\n const types = new Array(arguments.length)\n for (let i = 0; i < arguments.length; ++i) {\n types[i] = arguments[i]\n }\n return defineCustomEventTarget(types)\n }\n throw new TypeError(\"Cannot call a class as a function\")\n /*eslint-enable consistent-return */\n}\n\n// Should be enumerable, but class methods are not enumerable.\nEventTarget.prototype = {\n /**\n * Add a given listener to this event target.\n * @param {string} eventName The event name to add.\n * @param {Function} listener The listener to add.\n * @param {boolean|{capture?:boolean,passive?:boolean,once?:boolean}} [options] The options for this listener.\n * @returns {void}\n */\n addEventListener(eventName, listener, options) {\n if (listener == null) {\n return\n }\n if (typeof listener !== \"function\" && !isObject(listener)) {\n throw new TypeError(\"'listener' should be a function or an object.\")\n }\n\n const listeners = getListeners(this)\n const optionsIsObj = isObject(options)\n const capture = optionsIsObj\n ? Boolean(options.capture)\n : Boolean(options)\n const listenerType = capture ? CAPTURE : BUBBLE\n const newNode = {\n listener,\n listenerType,\n passive: optionsIsObj && Boolean(options.passive),\n once: optionsIsObj && Boolean(options.once),\n next: null,\n }\n\n // Set it as the first node if the first node is null.\n let node = listeners.get(eventName)\n if (node === undefined) {\n listeners.set(eventName, newNode)\n return\n }\n\n // Traverse to the tail while checking duplication..\n let prev = null\n while (node != null) {\n if (\n node.listener === listener &&\n node.listenerType === listenerType\n ) {\n // Should ignore duplication.\n return\n }\n prev = node\n node = node.next\n }\n\n // Add it.\n prev.next = newNode\n },\n\n /**\n * Remove a given listener from this event target.\n * @param {string} eventName The event name to remove.\n * @param {Function} listener The listener to remove.\n * @param {boolean|{capture?:boolean,passive?:boolean,once?:boolean}} [options] The options for this listener.\n * @returns {void}\n */\n removeEventListener(eventName, listener, options) {\n if (listener == null) {\n return\n }\n\n const listeners = getListeners(this)\n const capture = isObject(options)\n ? Boolean(options.capture)\n : Boolean(options)\n const listenerType = capture ? CAPTURE : BUBBLE\n\n let prev = null\n let node = listeners.get(eventName)\n while (node != null) {\n if (\n node.listener === listener &&\n node.listenerType === listenerType\n ) {\n if (prev !== null) {\n prev.next = node.next\n } else if (node.next !== null) {\n listeners.set(eventName, node.next)\n } else {\n listeners.delete(eventName)\n }\n return\n }\n\n prev = node\n node = node.next\n }\n },\n\n /**\n * Dispatch a given event.\n * @param {Event|{type:string}} event The event to dispatch.\n * @returns {boolean} `false` if canceled.\n */\n dispatchEvent(event) {\n if (event == null || typeof event.type !== \"string\") {\n throw new TypeError('\"event.type\" should be a string.')\n }\n\n // If listeners aren't registered, terminate.\n const listeners = getListeners(this)\n const eventName = event.type\n let node = listeners.get(eventName)\n if (node == null) {\n return true\n }\n\n // Since we cannot rewrite several properties, so wrap object.\n const wrappedEvent = wrapEvent(this, event)\n\n // This doesn't process capturing phase and bubbling phase.\n // This isn't participating in a tree.\n let prev = null\n while (node != null) {\n // Remove this listener if it's once\n if (node.once) {\n if (prev !== null) {\n prev.next = node.next\n } else if (node.next !== null) {\n listeners.set(eventName, node.next)\n } else {\n listeners.delete(eventName)\n }\n } else {\n prev = node\n }\n\n // Call this listener\n setPassiveListener(\n wrappedEvent,\n node.passive ? node.listener : null\n )\n if (typeof node.listener === \"function\") {\n try {\n node.listener.call(this, wrappedEvent)\n } catch (err) {\n if (\n typeof console !== \"undefined\" &&\n typeof console.error === \"function\"\n ) {\n console.error(err)\n }\n }\n } else if (\n node.listenerType !== ATTRIBUTE &&\n typeof node.listener.handleEvent === \"function\"\n ) {\n node.listener.handleEvent(wrappedEvent)\n }\n\n // Break if `event.stopImmediatePropagation` was called.\n if (isStopped(wrappedEvent)) {\n break\n }\n\n node = node.next\n }\n setPassiveListener(wrappedEvent, null)\n setEventPhase(wrappedEvent, 0)\n setCurrentTarget(wrappedEvent, null)\n\n return !wrappedEvent.defaultPrevented\n },\n}\n\n// `constructor` is not enumerable.\nObject.defineProperty(EventTarget.prototype, \"constructor\", {\n value: EventTarget,\n configurable: true,\n writable: true,\n})\n\n// Ensure `eventTarget instanceof window.EventTarget` is `true`.\nif (\n typeof window !== \"undefined\" &&\n typeof window.EventTarget !== \"undefined\"\n) {\n Object.setPrototypeOf(EventTarget.prototype, window.EventTarget.prototype)\n}\n\nexport { defineEventAttribute, EventTarget }\nexport default EventTarget\n"],"names":[],"mappings":";;;;;AAAA;;;;;;;;;;;;;;;;;;;AAmBA,MAAM,WAAW,GAAG,IAAI,OAAO,GAAE;;;;;;;AAOjC,MAAM,QAAQ,GAAG,IAAI,OAAO,GAAE;;;;;;;;AAQ9B,SAAS,EAAE,CAAC,KAAK,EAAE;IACf,MAAM,IAAI,GAAG,WAAW,CAAC,GAAG,CAAC,KAAK,EAAC;IACnC,OAAO,CAAC,MAAM;QACV,IAAI,IAAI,IAAI;QACZ,6CAA6C;QAC7C,KAAK;MACR;IACD,OAAO,IAAI;CACd;;;;;;AAMD,SAAS,aAAa,CAAC,IAAI,EAAE;IACzB,IAAI,IAAI,CAAC,eAAe,IAAI,IAAI,EAAE;QAC9B;YACI,OAAO,OAAO,KAAK,WAAW;YAC9B,OAAO,OAAO,CAAC,KAAK,KAAK,UAAU;UACrC;YACE,OAAO,CAAC,KAAK;gBACT,oEAAoE;gBACpE,IAAI,CAAC,eAAe;cACvB;SACJ;QACD,MAAM;KACT;IACD,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,UAAU,EAAE;QACxB,MAAM;KACT;;IAED,IAAI,CAAC,QAAQ,GAAG,KAAI;IACpB,IAAI,OAAO,IAAI,CAAC,KAAK,CAAC,cAAc,KAAK,UAAU,EAAE;QACjD,IAAI,CAAC,KAAK,CAAC,cAAc,GAAE;KAC9B;CACJ;;;;;;;;;;;;AAYD,SAAS,KAAK,CAAC,WAAW,EAAE,KAAK,EAAE;IAC/B,WAAW,CAAC,GAAG,CAAC,IAAI,EAAE;QAClB,WAAW;QACX,KAAK;QACL,UAAU,EAAE,CAAC;QACb,aAAa,EAAE,WAAW;QAC1B,QAAQ,EAAE,KAAK;QACf,OAAO,EAAE,KAAK;QACd,gBAAgB,EAAE,KAAK;QACvB,eAAe,EAAE,IAAI;QACrB,SAAS,EAAE,KAAK,CAAC,SAAS,IAAI,IAAI,CAAC,GAAG,EAAE;KAC3C,EAAC;;;IAGF,MAAM,CAAC,cAAc,CAAC,IAAI,EAAE,WAAW,EAAE,EAAE,KAAK,EAAE,KAAK,EAAE,UAAU,EAAE,IAAI,EAAE,EAAC;;;IAG5E,MAAM,IAAI,GAAG,MAAM,CAAC,IAAI,CAAC,KAAK,EAAC;IAC/B,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE;QAClC,MAAM,GAAG,GAAG,IAAI,CAAC,CAAC,EAAC;QACnB,IAAI,EAAE,GAAG,IAAI,IAAI,CAAC,EAAE;YAChB,MAAM,CAAC,cAAc,CAAC,IAAI,EAAE,GAAG,EAAE,wBAAwB,CAAC,GAAG,CAAC,EAAC;SAClE;KACJ;CACJ;;;AAGD,KAAK,CAAC,SAAS,GAAG;;;;;IAKd,IAAI,IAAI,GAAG;QACP,OAAO,EAAE,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,IAAI;KAC7B;;;;;;IAMD,IAAI,MAAM,GAAG;QACT,OAAO,EAAE,CAAC,IAAI,CAAC,CAAC,WAAW;KAC9B;;;;;;IAMD,IAAI,aAAa,GAAG;QAChB,OAAO,EAAE,CAAC,IAAI,CAAC,CAAC,aAAa;KAChC;;;;;IAKD,YAAY,GAAG;QACX,MAAM,aAAa,GAAG,EAAE,CAAC,IAAI,CAAC,CAAC,cAAa;QAC5C,IAAI,aAAa,IAAI,IAAI,EAAE;YACvB,OAAO,EAAE;SACZ;QACD,OAAO,CAAC,aAAa,CAAC;KACzB;;;;;;IAMD,IAAI,IAAI,GAAG;QACP,OAAO,CAAC;KACX;;;;;;IAMD,IAAI,eAAe,GAAG;QAClB,OAAO,CAAC;KACX;;;;;;IAMD,IAAI,SAAS,GAAG;QACZ,OAAO,CAAC;KACX;;;;;;IAMD,IAAI,cAAc,GAAG;QACjB,OAAO,CAAC;KACX;;;;;;IAMD,IAAI,UAAU,GAAG;QACb,OAAO,EAAE,CAAC,IAAI,CAAC,CAAC,UAAU;KAC7B;;;;;;IAMD,eAAe,GAAG;QACd,MAAM,IAAI,GAAG,EAAE,CAAC,IAAI,EAAC;;QAErB,IAAI,CAAC,OAAO,GAAG,KAAI;QACnB,IAAI,OAAO,IAAI,CAAC,KAAK,CAAC,eAAe,KAAK,UAAU,EAAE;YAClD,IAAI,CAAC,KAAK,CAAC,eAAe,GAAE;SAC/B;KACJ;;;;;;IAMD,wBAAwB,GAAG;QACvB,MAAM,IAAI,GAAG,EAAE,CAAC,IAAI,EAAC;;QAErB,IAAI,CAAC,OAAO,GAAG,KAAI;QACnB,IAAI,CAAC,gBAAgB,GAAG,KAAI;QAC5B,IAAI,OAAO,IAAI,CAAC,KAAK,CAAC,wBAAwB,KAAK,UAAU,EAAE;YAC3D,IAAI,CAAC,KAAK,CAAC,wBAAwB,GAAE;SACxC;KACJ;;;;;;IAMD,IAAI,OAAO,GAAG;QACV,OAAO,OAAO,CAAC,EAAE,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC;KACzC;;;;;;IAMD,IAAI,UAAU,GAAG;QACb,OAAO,OAAO,CAAC,EAAE,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC;KAC5C;;;;;;IAMD,cAAc,GAAG;QACb,aAAa,CAAC,EAAE,CAAC,IAAI,CAAC,EAAC;KAC1B;;;;;;IAMD,IAAI,gBAAgB,GAAG;QACnB,OAAO,EAAE,CAAC,IAAI,CAAC,CAAC,QAAQ;KAC3B;;;;;;IAMD,IAAI,QAAQ,GAAG;QACX,OAAO,OAAO,CAAC,EAAE,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC;KAC1C;;;;;;IAMD,IAAI,SAAS,GAAG;QACZ,OAAO,EAAE,CAAC,IAAI,CAAC,CAAC,SAAS;KAC5B;;;;;;;IAOD,IAAI,UAAU,GAAG;QACb,OAAO,EAAE,CAAC,IAAI,CAAC,CAAC,WAAW;KAC9B;;;;;;;IAOD,IAAI,YAAY,GAAG;QACf,OAAO,EAAE,CAAC,IAAI,CAAC,CAAC,OAAO;KAC1B;IACD,IAAI,YAAY,CAAC,KAAK,EAAE;QACpB,IAAI,CAAC,KAAK,EAAE;YACR,MAAM;SACT;QACD,MAAM,IAAI,GAAG,EAAE,CAAC,IAAI,EAAC;;QAErB,IAAI,CAAC,OAAO,GAAG,KAAI;QACnB,IAAI,OAAO,IAAI,CAAC,KAAK,CAAC,YAAY,KAAK,SAAS,EAAE;YAC9C,IAAI,CAAC,KAAK,CAAC,YAAY,GAAG,KAAI;SACjC;KACJ;;;;;;;IAOD,IAAI,WAAW,GAAG;QACd,OAAO,CAAC,EAAE,CAAC,IAAI,CAAC,CAAC,QAAQ;KAC5B;IACD,IAAI,WAAW,CAAC,KAAK,EAAE;QACnB,IAAI,CAAC,KAAK,EAAE;YACR,aAAa,CAAC,EAAE,CAAC,IAAI,CAAC,EAAC;SAC1B;KACJ;;;;;;;;;IASD,SAAS,GAAG;;KAEX;EACJ;;;AAGD,MAAM,CAAC,cAAc,CAAC,KAAK,CAAC,SAAS,EAAE,aAAa,EAAE;IAClD,KAAK,EAAE,KAAK;IACZ,YAAY,EAAE,IAAI;IAClB,QAAQ,EAAE,IAAI;CACjB,EAAC;;;AAGF,IAAI,OAAO,MAAM,KAAK,WAAW,IAAI,OAAO,MAAM,CAAC,KAAK,KAAK,WAAW,EAAE;IACtE,MAAM,CAAC,cAAc,CAAC,KAAK,CAAC,SAAS,EAAE,MAAM,CAAC,KAAK,CAAC,SAAS,EAAC;;;IAG9D,QAAQ,CAAC,GAAG,CAAC,MAAM,CAAC,KAAK,CAAC,SAAS,EAAE,KAAK,EAAC;CAC9C;;;;;;;;AAQD,SAAS,wBAAwB,CAAC,GAAG,EAAE;IACnC,OAAO;QACH,GAAG,GAAG;YACF,OAAO,EAAE,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC;SAC7B;QACD,GAAG,CAAC,KAAK,EAAE;YACP,EAAE,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,GAAG,MAAK;SAC9B;QACD,YAAY,EAAE,IAAI;QAClB,UAAU,EAAE,IAAI;KACnB;CACJ;;;;;;;;AAQD,SAAS,oBAAoB,CAAC,GAAG,EAAE;IAC/B,OAAO;QACH,KAAK,GAAG;YACJ,MAAM,KAAK,GAAG,EAAE,CAAC,IAAI,CAAC,CAAC,MAAK;YAC5B,OAAO,KAAK,CAAC,GAAG,CAAC,CAAC,KAAK,CAAC,KAAK,EAAE,SAAS,CAAC;SAC5C;QACD,YAAY,EAAE,IAAI;QAClB,UAAU,EAAE,IAAI;KACnB;CACJ;;;;;;;;;AASD,SAAS,aAAa,CAAC,SAAS,EAAE,KAAK,EAAE;IACrC,MAAM,IAAI,GAAG,MAAM,CAAC,IAAI,CAAC,KAAK,EAAC;IAC/B,IAAI,IAAI,CAAC,MAAM,KAAK,CAAC,EAAE;QACnB,OAAO,SAAS;KACnB;;;IAGD,SAAS,WAAW,CAAC,WAAW,EAAE,KAAK,EAAE;QACrC,SAAS,CAAC,IAAI,CAAC,IAAI,EAAE,WAAW,EAAE,KAAK,EAAC;KAC3C;;IAED,WAAW,CAAC,SAAS,GAAG,MAAM,CAAC,MAAM,CAAC,SAAS,CAAC,SAAS,EAAE;QACvD,WAAW,EAAE,EAAE,KAAK,EAAE,WAAW,EAAE,YAAY,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE;KAC1E,EAAC;;;IAGF,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE;QAClC,MAAM,GAAG,GAAG,IAAI,CAAC,CAAC,EAAC;QACnB,IAAI,EAAE,GAAG,IAAI,SAAS,CAAC,SAAS,CAAC,EAAE;YAC/B,MAAM,UAAU,GAAG,MAAM,CAAC,wBAAwB,CAAC,KAAK,EAAE,GAAG,EAAC;YAC9D,MAAM,MAAM,GAAG,OAAO,UAAU,CAAC,KAAK,KAAK,WAAU;YACrD,MAAM,CAAC,cAAc;gBACjB,WAAW,CAAC,SAAS;gBACrB,GAAG;gBACH,MAAM;sBACA,oBAAoB,CAAC,GAAG,CAAC;sBACzB,wBAAwB,CAAC,GAAG,CAAC;cACtC;SACJ;KACJ;;IAED,OAAO,WAAW;CACrB;;;;;;;;AAQD,SAAS,UAAU,CAAC,KAAK,EAAE;IACvB,IAAI,KAAK,IAAI,IAAI,IAAI,KAAK,KAAK,MAAM,CAAC,SAAS,EAAE;QAC7C,OAAO,KAAK;KACf;;IAED,IAAI,OAAO,GAAG,QAAQ,CAAC,GAAG,CAAC,KAAK,EAAC;IACjC,IAAI,OAAO,IAAI,IAAI,EAAE;QACjB,OAAO,GAAG,aAAa,CAAC,UAAU,CAAC,MAAM,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC,EAAE,KAAK,EAAC;QACxE,QAAQ,CAAC,GAAG,CAAC,KAAK,EAAE,OAAO,EAAC;KAC/B;IACD,OAAO,OAAO;CACjB;;;;;;;;;AASD,AAAO,SAAS,SAAS,CAAC,WAAW,EAAE,KAAK,EAAE;IAC1C,MAAM,OAAO,GAAG,UAAU,CAAC,MAAM,CAAC,cAAc,CAAC,KAAK,CAAC,EAAC;IACxD,OAAO,IAAI,OAAO,CAAC,WAAW,EAAE,KAAK,CAAC;CACzC;;;;;;;;AAQD,AAAO,SAAS,SAAS,CAAC,KAAK,EAAE;IAC7B,OAAO,EAAE,CAAC,KAAK,CAAC,CAAC,gBAAgB;CACpC;;;;;;;;;AASD,AAAO,SAAS,aAAa,CAAC,KAAK,EAAE,UAAU,EAAE;IAC7C,EAAE,CAAC,KAAK,CAAC,CAAC,UAAU,GAAG,WAAU;CACpC;;;;;;;;;AASD,AAAO,SAAS,gBAAgB,CAAC,KAAK,EAAE,aAAa,EAAE;IACnD,EAAE,CAAC,KAAK,CAAC,CAAC,aAAa,GAAG,cAAa;CAC1C;;;;;;;;;AASD,AAAO,SAAS,kBAAkB,CAAC,KAAK,EAAE,eAAe,EAAE;IACvD,EAAE,CAAC,KAAK,CAAC,CAAC,eAAe,GAAG,gBAAe;CAC9C;;ACtdD;;;;;;;;;;;;;;AAcA,MAAM,YAAY,GAAG,IAAI,OAAO,GAAE;;;AAGlC,MAAM,OAAO,GAAG,EAAC;AACjB,MAAM,MAAM,GAAG,EAAC;AAChB,MAAM,SAAS,GAAG,EAAC;;;;;;;AAOnB,SAAS,QAAQ,CAAC,CAAC,EAAE;IACjB,OAAO,CAAC,KAAK,IAAI,IAAI,OAAO,CAAC,KAAK,QAAQ;CAC7C;;;;;;;;AAQD,SAAS,YAAY,CAAC,WAAW,EAAE;IAC/B,MAAM,SAAS,GAAG,YAAY,CAAC,GAAG,CAAC,WAAW,EAAC;IAC/C,IAAI,SAAS,IAAI,IAAI,EAAE;QACnB,MAAM,IAAI,SAAS;YACf,kEAAkE;SACrE;KACJ;IACD,OAAO,SAAS;CACnB;;;;;;;;AAQD,SAAS,8BAA8B,CAAC,SAAS,EAAE;IAC/C,OAAO;QACH,GAAG,GAAG;YACF,MAAM,SAAS,GAAG,YAAY,CAAC,IAAI,EAAC;YACpC,IAAI,IAAI,GAAG,SAAS,CAAC,GAAG,CAAC,SAAS,EAAC;YACnC,OAAO,IAAI,IAAI,IAAI,EAAE;gBACjB,IAAI,IAAI,CAAC,YAAY,KAAK,SAAS,EAAE;oBACjC,OAAO,IAAI,CAAC,QAAQ;iBACvB;gBACD,IAAI,GAAG,IAAI,CAAC,KAAI;aACnB;YACD,OAAO,IAAI;SACd;;QAED,GAAG,CAAC,QAAQ,EAAE;YACV,IAAI,OAAO,QAAQ,KAAK,UAAU,IAAI,CAAC,QAAQ,CAAC,QAAQ,CAAC,EAAE;gBACvD,QAAQ,GAAG,KAAI;aAClB;YACD,MAAM,SAAS,GAAG,YAAY,CAAC,IAAI,EAAC;;;YAGpC,IAAI,IAAI,GAAG,KAAI;YACf,IAAI,IAAI,GAAG,SAAS,CAAC,GAAG,CAAC,SAAS,EAAC;YACnC,OAAO,IAAI,IAAI,IAAI,EAAE;gBACjB,IAAI,IAAI,CAAC,YAAY,KAAK,SAAS,EAAE;;oBAEjC,IAAI,IAAI,KAAK,IAAI,EAAE;wBACf,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,KAAI;qBACxB,MAAM,IAAI,IAAI,CAAC,IAAI,KAAK,IAAI,EAAE;wBAC3B,SAAS,CAAC,GAAG,CAAC,SAAS,EAAE,IAAI,CAAC,IAAI,EAAC;qBACtC,MAAM;wBACH,SAAS,CAAC,MAAM,CAAC,SAAS,EAAC;qBAC9B;iBACJ,MAAM;oBACH,IAAI,GAAG,KAAI;iBACd;;gBAED,IAAI,GAAG,IAAI,CAAC,KAAI;aACnB;;;YAGD,IAAI,QAAQ,KAAK,IAAI,EAAE;gBACnB,MAAM,OAAO,GAAG;oBACZ,QAAQ;oBACR,YAAY,EAAE,SAAS;oBACvB,OAAO,EAAE,KAAK;oBACd,IAAI,EAAE,KAAK;oBACX,IAAI,EAAE,IAAI;kBACb;gBACD,IAAI,IAAI,KAAK,IAAI,EAAE;oBACf,SAAS,CAAC,GAAG,CAAC,SAAS,EAAE,OAAO,EAAC;iBACpC,MAAM;oBACH,IAAI,CAAC,IAAI,GAAG,QAAO;iBACtB;aACJ;SACJ;QACD,YAAY,EAAE,IAAI;QAClB,UAAU,EAAE,IAAI;KACnB;CACJ;;;;;;;;AAQD,SAAS,oBAAoB,CAAC,oBAAoB,EAAE,SAAS,EAAE;IAC3D,MAAM,CAAC,cAAc;QACjB,oBAAoB;QACpB,CAAC,EAAE,EAAE,SAAS,CAAC,CAAC;QAChB,8BAA8B,CAAC,SAAS,CAAC;MAC5C;CACJ;;;;;;;;AAQD,SAAS,uBAAuB,CAAC,UAAU,EAAE;;IAEzC,SAAS,iBAAiB,GAAG;QACzB,WAAW,CAAC,IAAI,CAAC,IAAI,EAAC;KACzB;;IAED,iBAAiB,CAAC,SAAS,GAAG,MAAM,CAAC,MAAM,CAAC,WAAW,CAAC,SAAS,EAAE;QAC/D,WAAW,EAAE;YACT,KAAK,EAAE,iBAAiB;YACxB,YAAY,EAAE,IAAI;YAClB,QAAQ,EAAE,IAAI;SACjB;KACJ,EAAC;;IAEF,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,UAAU,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE;QACxC,oBAAoB,CAAC,iBAAiB,CAAC,SAAS,EAAE,UAAU,CAAC,CAAC,CAAC,EAAC;KACnE;;IAED,OAAO,iBAAiB;CAC3B;;;;;;;;;;;;;;;AAeD,SAAS,WAAW,GAAG;;IAEnB,IAAI,IAAI,YAAY,WAAW,EAAE;QAC7B,YAAY,CAAC,GAAG,CAAC,IAAI,EAAE,IAAI,GAAG,EAAE,EAAC;QACjC,MAAM;KACT;IACD,IAAI,SAAS,CAAC,MAAM,KAAK,CAAC,IAAI,KAAK,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,EAAE;QACvD,OAAO,uBAAuB,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC;KAC/C;IACD,IAAI,SAAS,CAAC,MAAM,GAAG,CAAC,EAAE;QACtB,MAAM,KAAK,GAAG,IAAI,KAAK,CAAC,SAAS,CAAC,MAAM,EAAC;QACzC,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,SAAS,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE;YACvC,KAAK,CAAC,CAAC,CAAC,GAAG,SAAS,CAAC,CAAC,EAAC;SAC1B;QACD,OAAO,uBAAuB,CAAC,KAAK,CAAC;KACxC;IACD,MAAM,IAAI,SAAS,CAAC,mCAAmC,CAAC;;CAE3D;;;AAGD,WAAW,CAAC,SAAS,GAAG;;;;;;;;IAQpB,gBAAgB,CAAC,SAAS,EAAE,QAAQ,EAAE,OAAO,EAAE;QAC3C,IAAI,QAAQ,IAAI,IAAI,EAAE;YAClB,MAAM;SACT;QACD,IAAI,OAAO,QAAQ,KAAK,UAAU,IAAI,CAAC,QAAQ,CAAC,QAAQ,CAAC,EAAE;YACvD,MAAM,IAAI,SAAS,CAAC,+CAA+C,CAAC;SACvE;;QAED,MAAM,SAAS,GAAG,YAAY,CAAC,IAAI,EAAC;QACpC,MAAM,YAAY,GAAG,QAAQ,CAAC,OAAO,EAAC;QACtC,MAAM,OAAO,GAAG,YAAY;cACtB,OAAO,CAAC,OAAO,CAAC,OAAO,CAAC;cACxB,OAAO,CAAC,OAAO,EAAC;QACtB,MAAM,YAAY,GAAG,OAAO,GAAG,OAAO,GAAG,OAAM;QAC/C,MAAM,OAAO,GAAG;YACZ,QAAQ;YACR,YAAY;YACZ,OAAO,EAAE,YAAY,IAAI,OAAO,CAAC,OAAO,CAAC,OAAO,CAAC;YACjD,IAAI,EAAE,YAAY,IAAI,OAAO,CAAC,OAAO,CAAC,IAAI,CAAC;YAC3C,IAAI,EAAE,IAAI;UACb;;;QAGD,IAAI,IAAI,GAAG,SAAS,CAAC,GAAG,CAAC,SAAS,EAAC;QACnC,IAAI,IAAI,KAAK,SAAS,EAAE;YACpB,SAAS,CAAC,GAAG,CAAC,SAAS,EAAE,OAAO,EAAC;YACjC,MAAM;SACT;;;QAGD,IAAI,IAAI,GAAG,KAAI;QACf,OAAO,IAAI,IAAI,IAAI,EAAE;YACjB;gBACI,IAAI,CAAC,QAAQ,KAAK,QAAQ;gBAC1B,IAAI,CAAC,YAAY,KAAK,YAAY;cACpC;;gBAEE,MAAM;aACT;YACD,IAAI,GAAG,KAAI;YACX,IAAI,GAAG,IAAI,CAAC,KAAI;SACnB;;;QAGD,IAAI,CAAC,IAAI,GAAG,QAAO;KACtB;;;;;;;;;IASD,mBAAmB,CAAC,SAAS,EAAE,QAAQ,EAAE,OAAO,EAAE;QAC9C,IAAI,QAAQ,IAAI,IAAI,EAAE;YAClB,MAAM;SACT;;QAED,MAAM,SAAS,GAAG,YAAY,CAAC,IAAI,EAAC;QACpC,MAAM,OAAO,GAAG,QAAQ,CAAC,OAAO,CAAC;cAC3B,OAAO,CAAC,OAAO,CAAC,OAAO,CAAC;cACxB,OAAO,CAAC,OAAO,EAAC;QACtB,MAAM,YAAY,GAAG,OAAO,GAAG,OAAO,GAAG,OAAM;;QAE/C,IAAI,IAAI,GAAG,KAAI;QACf,IAAI,IAAI,GAAG,SAAS,CAAC,GAAG,CAAC,SAAS,EAAC;QACnC,OAAO,IAAI,IAAI,IAAI,EAAE;YACjB;gBACI,IAAI,CAAC,QAAQ,KAAK,QAAQ;gBAC1B,IAAI,CAAC,YAAY,KAAK,YAAY;cACpC;gBACE,IAAI,IAAI,KAAK,IAAI,EAAE;oBACf,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,KAAI;iBACxB,MAAM,IAAI,IAAI,CAAC,IAAI,KAAK,IAAI,EAAE;oBAC3B,SAAS,CAAC,GAAG,CAAC,SAAS,EAAE,IAAI,CAAC,IAAI,EAAC;iBACtC,MAAM;oBACH,SAAS,CAAC,MAAM,CAAC,SAAS,EAAC;iBAC9B;gBACD,MAAM;aACT;;YAED,IAAI,GAAG,KAAI;YACX,IAAI,GAAG,IAAI,CAAC,KAAI;SACnB;KACJ;;;;;;;IAOD,aAAa,CAAC,KAAK,EAAE;QACjB,IAAI,KAAK,IAAI,IAAI,IAAI,OAAO,KAAK,CAAC,IAAI,KAAK,QAAQ,EAAE;YACjD,MAAM,IAAI,SAAS,CAAC,kCAAkC,CAAC;SAC1D;;;QAGD,MAAM,SAAS,GAAG,YAAY,CAAC,IAAI,EAAC;QACpC,MAAM,SAAS,GAAG,KAAK,CAAC,KAAI;QAC5B,IAAI,IAAI,GAAG,SAAS,CAAC,GAAG,CAAC,SAAS,EAAC;QACnC,IAAI,IAAI,IAAI,IAAI,EAAE;YACd,OAAO,IAAI;SACd;;;QAGD,MAAM,YAAY,GAAG,SAAS,CAAC,IAAI,EAAE,KAAK,EAAC;;;;QAI3C,IAAI,IAAI,GAAG,KAAI;QACf,OAAO,IAAI,IAAI,IAAI,EAAE;;YAEjB,IAAI,IAAI,CAAC,IAAI,EAAE;gBACX,IAAI,IAAI,KAAK,IAAI,EAAE;oBACf,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,KAAI;iBACxB,MAAM,IAAI,IAAI,CAAC,IAAI,KAAK,IAAI,EAAE;oBAC3B,SAAS,CAAC,GAAG,CAAC,SAAS,EAAE,IAAI,CAAC,IAAI,EAAC;iBACtC,MAAM;oBACH,SAAS,CAAC,MAAM,CAAC,SAAS,EAAC;iBAC9B;aACJ,MAAM;gBACH,IAAI,GAAG,KAAI;aACd;;;YAGD,kBAAkB;gBACd,YAAY;gBACZ,IAAI,CAAC,OAAO,GAAG,IAAI,CAAC,QAAQ,GAAG,IAAI;cACtC;YACD,IAAI,OAAO,IAAI,CAAC,QAAQ,KAAK,UAAU,EAAE;gBACrC,IAAI;oBACA,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,IAAI,EAAE,YAAY,EAAC;iBACzC,CAAC,OAAO,GAAG,EAAE;oBACV;wBACI,OAAO,OAAO,KAAK,WAAW;wBAC9B,OAAO,OAAO,CAAC,KAAK,KAAK,UAAU;sBACrC;wBACE,OAAO,CAAC,KAAK,CAAC,GAAG,EAAC;qBACrB;iBACJ;aACJ,MAAM;gBACH,IAAI,CAAC,YAAY,KAAK,SAAS;gBAC/B,OAAO,IAAI,CAAC,QAAQ,CAAC,WAAW,KAAK,UAAU;cACjD;gBACE,IAAI,CAAC,QAAQ,CAAC,WAAW,CAAC,YAAY,EAAC;aAC1C;;;YAGD,IAAI,SAAS,CAAC,YAAY,CAAC,EAAE;gBACzB,KAAK;aACR;;YAED,IAAI,GAAG,IAAI,CAAC,KAAI;SACnB;QACD,kBAAkB,CAAC,YAAY,EAAE,IAAI,EAAC;QACtC,aAAa,CAAC,YAAY,EAAE,CAAC,EAAC;QAC9B,gBAAgB,CAAC,YAAY,EAAE,IAAI,EAAC;;QAEpC,OAAO,CAAC,YAAY,CAAC,gBAAgB;KACxC;EACJ;;;AAGD,MAAM,CAAC,cAAc,CAAC,WAAW,CAAC,SAAS,EAAE,aAAa,EAAE;IACxD,KAAK,EAAE,WAAW;IAClB,YAAY,EAAE,IAAI;IAClB,QAAQ,EAAE,IAAI;CACjB,EAAC;;;AAGF;IACI,OAAO,MAAM,KAAK,WAAW;IAC7B,OAAO,MAAM,CAAC,WAAW,KAAK,WAAW;EAC3C;IACE,MAAM,CAAC,cAAc,CAAC,WAAW,CAAC,SAAS,EAAE,MAAM,CAAC,WAAW,CAAC,SAAS,EAAC;CAC7E;;;;;"} \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/event-target-shim/dist/event-target-shim.umd.js b/software/flow/node_modules/npm/node_modules/event-target-shim/dist/event-target-shim.umd.js deleted file mode 100644 index e7cf5d4..0000000 --- a/software/flow/node_modules/npm/node_modules/event-target-shim/dist/event-target-shim.umd.js +++ /dev/null @@ -1,6 +0,0 @@ -/** - * @author Toru Nagashima <https://github.com/mysticatea> - * @copyright 2015 Toru Nagashima. All rights reserved. - * See LICENSE file in root directory for full license. - */(function(a,b){"object"==typeof exports&&"undefined"!=typeof module?b(exports):"function"==typeof define&&define.amd?define(["exports"],b):(a=a||self,b(a.EventTargetShim={}))})(this,function(a){"use strict";function b(a){return b="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(a){return typeof a}:function(a){return a&&"function"==typeof Symbol&&a.constructor===Symbol&&a!==Symbol.prototype?"symbol":typeof a},b(a)}function c(a){var b=u.get(a);return console.assert(null!=b,"'this' is expected an Event object, but got",a),b}function d(a){return null==a.passiveListener?void(!a.event.cancelable||(a.canceled=!0,"function"==typeof a.event.preventDefault&&a.event.preventDefault())):void("undefined"!=typeof console&&"function"==typeof console.error&&console.error("Unable to preventDefault inside passive event listener invocation.",a.passiveListener))}function e(a,b){u.set(this,{eventTarget:a,event:b,eventPhase:2,currentTarget:a,canceled:!1,stopped:!1,immediateStopped:!1,passiveListener:null,timeStamp:b.timeStamp||Date.now()}),Object.defineProperty(this,"isTrusted",{value:!1,enumerable:!0});for(var c,d=Object.keys(b),e=0;e<d.length;++e)c=d[e],c in this||Object.defineProperty(this,c,f(c))}function f(a){return{get:function(){return c(this).event[a]},set:function(b){c(this).event[a]=b},configurable:!0,enumerable:!0}}function g(a){return{value:function(){var b=c(this).event;return b[a].apply(b,arguments)},configurable:!0,enumerable:!0}}function h(a,b){function c(b,c){a.call(this,b,c)}var d=Object.keys(b);if(0===d.length)return a;c.prototype=Object.create(a.prototype,{constructor:{value:c,configurable:!0,writable:!0}});for(var e,h=0;h<d.length;++h)if(e=d[h],!(e in a.prototype)){var j=Object.getOwnPropertyDescriptor(b,e),k="function"==typeof j.value;Object.defineProperty(c.prototype,e,k?g(e):f(e))}return c}function i(a){if(null==a||a===Object.prototype)return e;var b=v.get(a);return null==b&&(b=h(i(Object.getPrototypeOf(a)),a),v.set(a,b)),b}function j(a,b){var c=i(Object.getPrototypeOf(b));return new c(a,b)}function k(a){return c(a).immediateStopped}function l(a,b){c(a).eventPhase=b}function m(a,b){c(a).currentTarget=b}function n(a,b){c(a).passiveListener=b}function o(a){return null!==a&&"object"===b(a)}function p(a){var b=w.get(a);if(null==b)throw new TypeError("'this' is expected an EventTarget object, but got another value.");return b}function q(a){return{get:function(){for(var b=p(this),c=b.get(a);null!=c;){if(3===c.listenerType)return c.listener;c=c.next}return null},set:function(b){"function"==typeof b||o(b)||(b=null);for(var c=p(this),d=null,e=c.get(a);null!=e;)3===e.listenerType?null===d?null===e.next?c.delete(a):c.set(a,e.next):d.next=e.next:d=e,e=e.next;if(null!==b){var f={listener:b,listenerType:3,passive:!1,once:!1,next:null};null===d?c.set(a,f):d.next=f}},configurable:!0,enumerable:!0}}function r(a,b){Object.defineProperty(a,"on".concat(b),q(b))}function s(a){function b(){t.call(this)}b.prototype=Object.create(t.prototype,{constructor:{value:b,configurable:!0,writable:!0}});for(var c=0;c<a.length;++c)r(b.prototype,a[c]);return b}function t(){if(this instanceof t)return void w.set(this,new Map);if(1===arguments.length&&Array.isArray(arguments[0]))return s(arguments[0]);if(0<arguments.length){for(var a=Array(arguments.length),b=0;b<arguments.length;++b)a[b]=arguments[b];return s(a)}throw new TypeError("Cannot call a class as a function")}var u=new WeakMap,v=new WeakMap;e.prototype={get type(){return c(this).event.type},get target(){return c(this).eventTarget},get currentTarget(){return c(this).currentTarget},composedPath:function(){var a=c(this).currentTarget;return null==a?[]:[a]},get NONE(){return 0},get CAPTURING_PHASE(){return 1},get AT_TARGET(){return 2},get BUBBLING_PHASE(){return 3},get eventPhase(){return c(this).eventPhase},stopPropagation:function(){var a=c(this);a.stopped=!0,"function"==typeof a.event.stopPropagation&&a.event.stopPropagation()},stopImmediatePropagation:function(){var a=c(this);a.stopped=!0,a.immediateStopped=!0,"function"==typeof a.event.stopImmediatePropagation&&a.event.stopImmediatePropagation()},get bubbles(){return!!c(this).event.bubbles},get cancelable(){return!!c(this).event.cancelable},preventDefault:function(){d(c(this))},get defaultPrevented(){return c(this).canceled},get composed(){return!!c(this).event.composed},get timeStamp(){return c(this).timeStamp},get srcElement(){return c(this).eventTarget},get cancelBubble(){return c(this).stopped},set cancelBubble(a){if(a){var b=c(this);b.stopped=!0,"boolean"==typeof b.event.cancelBubble&&(b.event.cancelBubble=!0)}},get returnValue(){return!c(this).canceled},set returnValue(a){a||d(c(this))},initEvent:function(){}},Object.defineProperty(e.prototype,"constructor",{value:e,configurable:!0,writable:!0}),"undefined"!=typeof window&&"undefined"!=typeof window.Event&&(Object.setPrototypeOf(e.prototype,window.Event.prototype),v.set(window.Event.prototype,e));var w=new WeakMap,x=1,y=2;if(t.prototype={addEventListener:function(a,b,c){if(null!=b){if("function"!=typeof b&&!o(b))throw new TypeError("'listener' should be a function or an object.");var d=p(this),e=o(c),f=e?!!c.capture:!!c,g=f?x:y,h={listener:b,listenerType:g,passive:e&&!!c.passive,once:e&&!!c.once,next:null},i=d.get(a);if(void 0===i)return void d.set(a,h);for(var j=null;null!=i;){if(i.listener===b&&i.listenerType===g)return;j=i,i=i.next}j.next=h}},removeEventListener:function(a,b,c){if(null!=b)for(var d=p(this),e=o(c)?!!c.capture:!!c,f=e?x:y,g=null,h=d.get(a);null!=h;){if(h.listener===b&&h.listenerType===f)return void(null===g?null===h.next?d.delete(a):d.set(a,h.next):g.next=h.next);g=h,h=h.next}},dispatchEvent:function(a){if(null==a||"string"!=typeof a.type)throw new TypeError("\"event.type\" should be a string.");var b=p(this),c=a.type,d=b.get(c);if(null==d)return!0;for(var e=j(this,a),f=null;null!=d;){if(d.once?null===f?null===d.next?b.delete(c):b.set(c,d.next):f.next=d.next:f=d,n(e,d.passive?d.listener:null),"function"==typeof d.listener)try{d.listener.call(this,e)}catch(a){"undefined"!=typeof console&&"function"==typeof console.error&&console.error(a)}else d.listenerType!==3&&"function"==typeof d.listener.handleEvent&&d.listener.handleEvent(e);if(k(e))break;d=d.next}return n(e,null),l(e,0),m(e,null),!e.defaultPrevented}},Object.defineProperty(t.prototype,"constructor",{value:t,configurable:!0,writable:!0}),"undefined"!=typeof window&&"undefined"!=typeof window.EventTarget&&Object.setPrototypeOf(t.prototype,window.EventTarget.prototype),a.defineEventAttribute=r,a.EventTarget=t,a.default=t,Object.defineProperty(a,"__esModule",{value:!0}),"undefined"==typeof module&&"undefined"==typeof define){var z=Function("return this")();z.EventTargetShim=t,z.EventTargetShim.defineEventAttribute=r}}); -//# sourceMappingURL=event-target-shim.umd.js.map diff --git a/software/flow/node_modules/npm/node_modules/event-target-shim/dist/event-target-shim.umd.js.map b/software/flow/node_modules/npm/node_modules/event-target-shim/dist/event-target-shim.umd.js.map deleted file mode 100644 index c5b2b60..0000000 --- a/software/flow/node_modules/npm/node_modules/event-target-shim/dist/event-target-shim.umd.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"event-target-shim.umd.js","sources":["../src/event.mjs","../src/event-target.mjs"],"sourcesContent":["/**\n * @typedef {object} PrivateData\n * @property {EventTarget} eventTarget The event target.\n * @property {{type:string}} event The original event object.\n * @property {number} eventPhase The current event phase.\n * @property {EventTarget|null} currentTarget The current event target.\n * @property {boolean} canceled The flag to prevent default.\n * @property {boolean} stopped The flag to stop propagation.\n * @property {boolean} immediateStopped The flag to stop propagation immediately.\n * @property {Function|null} passiveListener The listener if the current listener is passive. Otherwise this is null.\n * @property {number} timeStamp The unix time.\n * @private\n */\n\n/**\n * Private data for event wrappers.\n * @type {WeakMap<Event, PrivateData>}\n * @private\n */\nconst privateData = new WeakMap()\n\n/**\n * Cache for wrapper classes.\n * @type {WeakMap<Object, Function>}\n * @private\n */\nconst wrappers = new WeakMap()\n\n/**\n * Get private data.\n * @param {Event} event The event object to get private data.\n * @returns {PrivateData} The private data of the event.\n * @private\n */\nfunction pd(event) {\n const retv = privateData.get(event)\n console.assert(\n retv != null,\n \"'this' is expected an Event object, but got\",\n event\n )\n return retv\n}\n\n/**\n * https://dom.spec.whatwg.org/#set-the-canceled-flag\n * @param data {PrivateData} private data.\n */\nfunction setCancelFlag(data) {\n if (data.passiveListener != null) {\n if (\n typeof console !== \"undefined\" &&\n typeof console.error === \"function\"\n ) {\n console.error(\n \"Unable to preventDefault inside passive event listener invocation.\",\n data.passiveListener\n )\n }\n return\n }\n if (!data.event.cancelable) {\n return\n }\n\n data.canceled = true\n if (typeof data.event.preventDefault === \"function\") {\n data.event.preventDefault()\n }\n}\n\n/**\n * @see https://dom.spec.whatwg.org/#interface-event\n * @private\n */\n/**\n * The event wrapper.\n * @constructor\n * @param {EventTarget} eventTarget The event target of this dispatching.\n * @param {Event|{type:string}} event The original event to wrap.\n */\nfunction Event(eventTarget, event) {\n privateData.set(this, {\n eventTarget,\n event,\n eventPhase: 2,\n currentTarget: eventTarget,\n canceled: false,\n stopped: false,\n immediateStopped: false,\n passiveListener: null,\n timeStamp: event.timeStamp || Date.now(),\n })\n\n // https://heycam.github.io/webidl/#Unforgeable\n Object.defineProperty(this, \"isTrusted\", { value: false, enumerable: true })\n\n // Define accessors\n const keys = Object.keys(event)\n for (let i = 0; i < keys.length; ++i) {\n const key = keys[i]\n if (!(key in this)) {\n Object.defineProperty(this, key, defineRedirectDescriptor(key))\n }\n }\n}\n\n// Should be enumerable, but class methods are not enumerable.\nEvent.prototype = {\n /**\n * The type of this event.\n * @type {string}\n */\n get type() {\n return pd(this).event.type\n },\n\n /**\n * The target of this event.\n * @type {EventTarget}\n */\n get target() {\n return pd(this).eventTarget\n },\n\n /**\n * The target of this event.\n * @type {EventTarget}\n */\n get currentTarget() {\n return pd(this).currentTarget\n },\n\n /**\n * @returns {EventTarget[]} The composed path of this event.\n */\n composedPath() {\n const currentTarget = pd(this).currentTarget\n if (currentTarget == null) {\n return []\n }\n return [currentTarget]\n },\n\n /**\n * Constant of NONE.\n * @type {number}\n */\n get NONE() {\n return 0\n },\n\n /**\n * Constant of CAPTURING_PHASE.\n * @type {number}\n */\n get CAPTURING_PHASE() {\n return 1\n },\n\n /**\n * Constant of AT_TARGET.\n * @type {number}\n */\n get AT_TARGET() {\n return 2\n },\n\n /**\n * Constant of BUBBLING_PHASE.\n * @type {number}\n */\n get BUBBLING_PHASE() {\n return 3\n },\n\n /**\n * The target of this event.\n * @type {number}\n */\n get eventPhase() {\n return pd(this).eventPhase\n },\n\n /**\n * Stop event bubbling.\n * @returns {void}\n */\n stopPropagation() {\n const data = pd(this)\n\n data.stopped = true\n if (typeof data.event.stopPropagation === \"function\") {\n data.event.stopPropagation()\n }\n },\n\n /**\n * Stop event bubbling.\n * @returns {void}\n */\n stopImmediatePropagation() {\n const data = pd(this)\n\n data.stopped = true\n data.immediateStopped = true\n if (typeof data.event.stopImmediatePropagation === \"function\") {\n data.event.stopImmediatePropagation()\n }\n },\n\n /**\n * The flag to be bubbling.\n * @type {boolean}\n */\n get bubbles() {\n return Boolean(pd(this).event.bubbles)\n },\n\n /**\n * The flag to be cancelable.\n * @type {boolean}\n */\n get cancelable() {\n return Boolean(pd(this).event.cancelable)\n },\n\n /**\n * Cancel this event.\n * @returns {void}\n */\n preventDefault() {\n setCancelFlag(pd(this))\n },\n\n /**\n * The flag to indicate cancellation state.\n * @type {boolean}\n */\n get defaultPrevented() {\n return pd(this).canceled\n },\n\n /**\n * The flag to be composed.\n * @type {boolean}\n */\n get composed() {\n return Boolean(pd(this).event.composed)\n },\n\n /**\n * The unix time of this event.\n * @type {number}\n */\n get timeStamp() {\n return pd(this).timeStamp\n },\n\n /**\n * The target of this event.\n * @type {EventTarget}\n * @deprecated\n */\n get srcElement() {\n return pd(this).eventTarget\n },\n\n /**\n * The flag to stop event bubbling.\n * @type {boolean}\n * @deprecated\n */\n get cancelBubble() {\n return pd(this).stopped\n },\n set cancelBubble(value) {\n if (!value) {\n return\n }\n const data = pd(this)\n\n data.stopped = true\n if (typeof data.event.cancelBubble === \"boolean\") {\n data.event.cancelBubble = true\n }\n },\n\n /**\n * The flag to indicate cancellation state.\n * @type {boolean}\n * @deprecated\n */\n get returnValue() {\n return !pd(this).canceled\n },\n set returnValue(value) {\n if (!value) {\n setCancelFlag(pd(this))\n }\n },\n\n /**\n * Initialize this event object. But do nothing under event dispatching.\n * @param {string} type The event type.\n * @param {boolean} [bubbles=false] The flag to be possible to bubble up.\n * @param {boolean} [cancelable=false] The flag to be possible to cancel.\n * @deprecated\n */\n initEvent() {\n // Do nothing.\n },\n}\n\n// `constructor` is not enumerable.\nObject.defineProperty(Event.prototype, \"constructor\", {\n value: Event,\n configurable: true,\n writable: true,\n})\n\n// Ensure `event instanceof window.Event` is `true`.\nif (typeof window !== \"undefined\" && typeof window.Event !== \"undefined\") {\n Object.setPrototypeOf(Event.prototype, window.Event.prototype)\n\n // Make association for wrappers.\n wrappers.set(window.Event.prototype, Event)\n}\n\n/**\n * Get the property descriptor to redirect a given property.\n * @param {string} key Property name to define property descriptor.\n * @returns {PropertyDescriptor} The property descriptor to redirect the property.\n * @private\n */\nfunction defineRedirectDescriptor(key) {\n return {\n get() {\n return pd(this).event[key]\n },\n set(value) {\n pd(this).event[key] = value\n },\n configurable: true,\n enumerable: true,\n }\n}\n\n/**\n * Get the property descriptor to call a given method property.\n * @param {string} key Property name to define property descriptor.\n * @returns {PropertyDescriptor} The property descriptor to call the method property.\n * @private\n */\nfunction defineCallDescriptor(key) {\n return {\n value() {\n const event = pd(this).event\n return event[key].apply(event, arguments)\n },\n configurable: true,\n enumerable: true,\n }\n}\n\n/**\n * Define new wrapper class.\n * @param {Function} BaseEvent The base wrapper class.\n * @param {Object} proto The prototype of the original event.\n * @returns {Function} The defined wrapper class.\n * @private\n */\nfunction defineWrapper(BaseEvent, proto) {\n const keys = Object.keys(proto)\n if (keys.length === 0) {\n return BaseEvent\n }\n\n /** CustomEvent */\n function CustomEvent(eventTarget, event) {\n BaseEvent.call(this, eventTarget, event)\n }\n\n CustomEvent.prototype = Object.create(BaseEvent.prototype, {\n constructor: { value: CustomEvent, configurable: true, writable: true },\n })\n\n // Define accessors.\n for (let i = 0; i < keys.length; ++i) {\n const key = keys[i]\n if (!(key in BaseEvent.prototype)) {\n const descriptor = Object.getOwnPropertyDescriptor(proto, key)\n const isFunc = typeof descriptor.value === \"function\"\n Object.defineProperty(\n CustomEvent.prototype,\n key,\n isFunc\n ? defineCallDescriptor(key)\n : defineRedirectDescriptor(key)\n )\n }\n }\n\n return CustomEvent\n}\n\n/**\n * Get the wrapper class of a given prototype.\n * @param {Object} proto The prototype of the original event to get its wrapper.\n * @returns {Function} The wrapper class.\n * @private\n */\nfunction getWrapper(proto) {\n if (proto == null || proto === Object.prototype) {\n return Event\n }\n\n let wrapper = wrappers.get(proto)\n if (wrapper == null) {\n wrapper = defineWrapper(getWrapper(Object.getPrototypeOf(proto)), proto)\n wrappers.set(proto, wrapper)\n }\n return wrapper\n}\n\n/**\n * Wrap a given event to management a dispatching.\n * @param {EventTarget} eventTarget The event target of this dispatching.\n * @param {Object} event The event to wrap.\n * @returns {Event} The wrapper instance.\n * @private\n */\nexport function wrapEvent(eventTarget, event) {\n const Wrapper = getWrapper(Object.getPrototypeOf(event))\n return new Wrapper(eventTarget, event)\n}\n\n/**\n * Get the immediateStopped flag of a given event.\n * @param {Event} event The event to get.\n * @returns {boolean} The flag to stop propagation immediately.\n * @private\n */\nexport function isStopped(event) {\n return pd(event).immediateStopped\n}\n\n/**\n * Set the current event phase of a given event.\n * @param {Event} event The event to set current target.\n * @param {number} eventPhase New event phase.\n * @returns {void}\n * @private\n */\nexport function setEventPhase(event, eventPhase) {\n pd(event).eventPhase = eventPhase\n}\n\n/**\n * Set the current target of a given event.\n * @param {Event} event The event to set current target.\n * @param {EventTarget|null} currentTarget New current target.\n * @returns {void}\n * @private\n */\nexport function setCurrentTarget(event, currentTarget) {\n pd(event).currentTarget = currentTarget\n}\n\n/**\n * Set a passive listener of a given event.\n * @param {Event} event The event to set current target.\n * @param {Function|null} passiveListener New passive listener.\n * @returns {void}\n * @private\n */\nexport function setPassiveListener(event, passiveListener) {\n pd(event).passiveListener = passiveListener\n}\n","import {\n isStopped,\n setCurrentTarget,\n setEventPhase,\n setPassiveListener,\n wrapEvent,\n} from \"./event.mjs\"\n\n/**\n * @typedef {object} ListenerNode\n * @property {Function} listener\n * @property {1|2|3} listenerType\n * @property {boolean} passive\n * @property {boolean} once\n * @property {ListenerNode|null} next\n * @private\n */\n\n/**\n * @type {WeakMap<object, Map<string, ListenerNode>>}\n * @private\n */\nconst listenersMap = new WeakMap()\n\n// Listener types\nconst CAPTURE = 1\nconst BUBBLE = 2\nconst ATTRIBUTE = 3\n\n/**\n * Check whether a given value is an object or not.\n * @param {any} x The value to check.\n * @returns {boolean} `true` if the value is an object.\n */\nfunction isObject(x) {\n return x !== null && typeof x === \"object\" //eslint-disable-line no-restricted-syntax\n}\n\n/**\n * Get listeners.\n * @param {EventTarget} eventTarget The event target to get.\n * @returns {Map<string, ListenerNode>} The listeners.\n * @private\n */\nfunction getListeners(eventTarget) {\n const listeners = listenersMap.get(eventTarget)\n if (listeners == null) {\n throw new TypeError(\n \"'this' is expected an EventTarget object, but got another value.\"\n )\n }\n return listeners\n}\n\n/**\n * Get the property descriptor for the event attribute of a given event.\n * @param {string} eventName The event name to get property descriptor.\n * @returns {PropertyDescriptor} The property descriptor.\n * @private\n */\nfunction defineEventAttributeDescriptor(eventName) {\n return {\n get() {\n const listeners = getListeners(this)\n let node = listeners.get(eventName)\n while (node != null) {\n if (node.listenerType === ATTRIBUTE) {\n return node.listener\n }\n node = node.next\n }\n return null\n },\n\n set(listener) {\n if (typeof listener !== \"function\" && !isObject(listener)) {\n listener = null // eslint-disable-line no-param-reassign\n }\n const listeners = getListeners(this)\n\n // Traverse to the tail while removing old value.\n let prev = null\n let node = listeners.get(eventName)\n while (node != null) {\n if (node.listenerType === ATTRIBUTE) {\n // Remove old value.\n if (prev !== null) {\n prev.next = node.next\n } else if (node.next !== null) {\n listeners.set(eventName, node.next)\n } else {\n listeners.delete(eventName)\n }\n } else {\n prev = node\n }\n\n node = node.next\n }\n\n // Add new value.\n if (listener !== null) {\n const newNode = {\n listener,\n listenerType: ATTRIBUTE,\n passive: false,\n once: false,\n next: null,\n }\n if (prev === null) {\n listeners.set(eventName, newNode)\n } else {\n prev.next = newNode\n }\n }\n },\n configurable: true,\n enumerable: true,\n }\n}\n\n/**\n * Define an event attribute (e.g. `eventTarget.onclick`).\n * @param {Object} eventTargetPrototype The event target prototype to define an event attrbite.\n * @param {string} eventName The event name to define.\n * @returns {void}\n */\nfunction defineEventAttribute(eventTargetPrototype, eventName) {\n Object.defineProperty(\n eventTargetPrototype,\n `on${eventName}`,\n defineEventAttributeDescriptor(eventName)\n )\n}\n\n/**\n * Define a custom EventTarget with event attributes.\n * @param {string[]} eventNames Event names for event attributes.\n * @returns {EventTarget} The custom EventTarget.\n * @private\n */\nfunction defineCustomEventTarget(eventNames) {\n /** CustomEventTarget */\n function CustomEventTarget() {\n EventTarget.call(this)\n }\n\n CustomEventTarget.prototype = Object.create(EventTarget.prototype, {\n constructor: {\n value: CustomEventTarget,\n configurable: true,\n writable: true,\n },\n })\n\n for (let i = 0; i < eventNames.length; ++i) {\n defineEventAttribute(CustomEventTarget.prototype, eventNames[i])\n }\n\n return CustomEventTarget\n}\n\n/**\n * EventTarget.\n *\n * - This is constructor if no arguments.\n * - This is a function which returns a CustomEventTarget constructor if there are arguments.\n *\n * For example:\n *\n * class A extends EventTarget {}\n * class B extends EventTarget(\"message\") {}\n * class C extends EventTarget(\"message\", \"error\") {}\n * class D extends EventTarget([\"message\", \"error\"]) {}\n */\nfunction EventTarget() {\n /*eslint-disable consistent-return */\n if (this instanceof EventTarget) {\n listenersMap.set(this, new Map())\n return\n }\n if (arguments.length === 1 && Array.isArray(arguments[0])) {\n return defineCustomEventTarget(arguments[0])\n }\n if (arguments.length > 0) {\n const types = new Array(arguments.length)\n for (let i = 0; i < arguments.length; ++i) {\n types[i] = arguments[i]\n }\n return defineCustomEventTarget(types)\n }\n throw new TypeError(\"Cannot call a class as a function\")\n /*eslint-enable consistent-return */\n}\n\n// Should be enumerable, but class methods are not enumerable.\nEventTarget.prototype = {\n /**\n * Add a given listener to this event target.\n * @param {string} eventName The event name to add.\n * @param {Function} listener The listener to add.\n * @param {boolean|{capture?:boolean,passive?:boolean,once?:boolean}} [options] The options for this listener.\n * @returns {void}\n */\n addEventListener(eventName, listener, options) {\n if (listener == null) {\n return\n }\n if (typeof listener !== \"function\" && !isObject(listener)) {\n throw new TypeError(\"'listener' should be a function or an object.\")\n }\n\n const listeners = getListeners(this)\n const optionsIsObj = isObject(options)\n const capture = optionsIsObj\n ? Boolean(options.capture)\n : Boolean(options)\n const listenerType = capture ? CAPTURE : BUBBLE\n const newNode = {\n listener,\n listenerType,\n passive: optionsIsObj && Boolean(options.passive),\n once: optionsIsObj && Boolean(options.once),\n next: null,\n }\n\n // Set it as the first node if the first node is null.\n let node = listeners.get(eventName)\n if (node === undefined) {\n listeners.set(eventName, newNode)\n return\n }\n\n // Traverse to the tail while checking duplication..\n let prev = null\n while (node != null) {\n if (\n node.listener === listener &&\n node.listenerType === listenerType\n ) {\n // Should ignore duplication.\n return\n }\n prev = node\n node = node.next\n }\n\n // Add it.\n prev.next = newNode\n },\n\n /**\n * Remove a given listener from this event target.\n * @param {string} eventName The event name to remove.\n * @param {Function} listener The listener to remove.\n * @param {boolean|{capture?:boolean,passive?:boolean,once?:boolean}} [options] The options for this listener.\n * @returns {void}\n */\n removeEventListener(eventName, listener, options) {\n if (listener == null) {\n return\n }\n\n const listeners = getListeners(this)\n const capture = isObject(options)\n ? Boolean(options.capture)\n : Boolean(options)\n const listenerType = capture ? CAPTURE : BUBBLE\n\n let prev = null\n let node = listeners.get(eventName)\n while (node != null) {\n if (\n node.listener === listener &&\n node.listenerType === listenerType\n ) {\n if (prev !== null) {\n prev.next = node.next\n } else if (node.next !== null) {\n listeners.set(eventName, node.next)\n } else {\n listeners.delete(eventName)\n }\n return\n }\n\n prev = node\n node = node.next\n }\n },\n\n /**\n * Dispatch a given event.\n * @param {Event|{type:string}} event The event to dispatch.\n * @returns {boolean} `false` if canceled.\n */\n dispatchEvent(event) {\n if (event == null || typeof event.type !== \"string\") {\n throw new TypeError('\"event.type\" should be a string.')\n }\n\n // If listeners aren't registered, terminate.\n const listeners = getListeners(this)\n const eventName = event.type\n let node = listeners.get(eventName)\n if (node == null) {\n return true\n }\n\n // Since we cannot rewrite several properties, so wrap object.\n const wrappedEvent = wrapEvent(this, event)\n\n // This doesn't process capturing phase and bubbling phase.\n // This isn't participating in a tree.\n let prev = null\n while (node != null) {\n // Remove this listener if it's once\n if (node.once) {\n if (prev !== null) {\n prev.next = node.next\n } else if (node.next !== null) {\n listeners.set(eventName, node.next)\n } else {\n listeners.delete(eventName)\n }\n } else {\n prev = node\n }\n\n // Call this listener\n setPassiveListener(\n wrappedEvent,\n node.passive ? node.listener : null\n )\n if (typeof node.listener === \"function\") {\n try {\n node.listener.call(this, wrappedEvent)\n } catch (err) {\n if (\n typeof console !== \"undefined\" &&\n typeof console.error === \"function\"\n ) {\n console.error(err)\n }\n }\n } else if (\n node.listenerType !== ATTRIBUTE &&\n typeof node.listener.handleEvent === \"function\"\n ) {\n node.listener.handleEvent(wrappedEvent)\n }\n\n // Break if `event.stopImmediatePropagation` was called.\n if (isStopped(wrappedEvent)) {\n break\n }\n\n node = node.next\n }\n setPassiveListener(wrappedEvent, null)\n setEventPhase(wrappedEvent, 0)\n setCurrentTarget(wrappedEvent, null)\n\n return !wrappedEvent.defaultPrevented\n },\n}\n\n// `constructor` is not enumerable.\nObject.defineProperty(EventTarget.prototype, \"constructor\", {\n value: EventTarget,\n configurable: true,\n writable: true,\n})\n\n// Ensure `eventTarget instanceof window.EventTarget` is `true`.\nif (\n typeof window !== \"undefined\" &&\n typeof window.EventTarget !== \"undefined\"\n) {\n Object.setPrototypeOf(EventTarget.prototype, window.EventTarget.prototype)\n}\n\nexport { defineEventAttribute, EventTarget }\nexport default EventTarget\n"],"names":["pd","event","retv","privateData","get","console","assert","setCancelFlag","data","passiveListener","cancelable","canceled","preventDefault","error","Event","eventTarget","set","eventPhase","currentTarget","stopped","immediateStopped","timeStamp","Date","now","Object","defineProperty","value","enumerable","key","keys","i","length","defineRedirectDescriptor","configurable","defineCallDescriptor","apply","arguments","defineWrapper","BaseEvent","proto","CustomEvent","call","prototype","create","constructor","writable","descriptor","getOwnPropertyDescriptor","isFunc","getWrapper","wrapper","wrappers","getPrototypeOf","wrapEvent","Wrapper","isStopped","setEventPhase","setCurrentTarget","setPassiveListener","isObject","x","_typeof","getListeners","listeners","listenersMap","TypeError","defineEventAttributeDescriptor","eventName","node","listenerType","listener","next","prev","delete","newNode","passive","once","defineEventAttribute","eventTargetPrototype","defineCustomEventTarget","eventNames","CustomEventTarget","EventTarget","Map","Array","isArray","types","WeakMap","type","target","composedPath","NONE","CAPTURING_PHASE","AT_TARGET","BUBBLING_PHASE","stopPropagation","stopImmediatePropagation","bubbles","defaultPrevented","composed","srcElement","cancelBubble","returnValue","initEvent","window","setPrototypeOf","CAPTURE","BUBBLE","addEventListener","options","optionsIsObj","capture","removeEventListener","dispatchEvent","wrappedEvent","err","handleEvent"],"mappings":";;;;wbAkCA,QAASA,CAAAA,CAAT,CAAYC,CAAZ,CAAmB,IACTC,CAAAA,CAAI,CAAGC,CAAW,CAACC,GAAZD,CAAgBF,CAAhBE,QACbE,CAAAA,OAAO,CAACC,MAARD,CACY,IAARH,EAAAA,CADJG,CAEI,6CAFJA,CAGIJ,CAHJI,EAKOH,EAOX,QAASK,CAAAA,CAAT,CAAuBC,CAAvB,CAA6B,OACG,KAAxBA,EAAAA,CAAI,CAACC,eADgB,MAarB,CAACD,CAAI,CAACP,KAALO,CAAWE,UAbS,GAiBzBF,CAAI,CAACG,QAALH,GAjByB,CAkBgB,UAArC,QAAOA,CAAAA,CAAI,CAACP,KAALO,CAAWI,cAlBG,EAmBrBJ,CAAI,CAACP,KAALO,CAAWI,cAAXJ,EAnBqB,QAGE,WAAnB,QAAOH,CAAAA,OAAP,EACyB,UAAzB,QAAOA,CAAAA,OAAO,CAACQ,KAJE,EAMjBR,OAAO,CAACQ,KAARR,CACI,oEADJA,CAEIG,CAAI,CAACC,eAFTJ,CANiB,EAiC7B,QAASS,CAAAA,CAAT,CAAeC,CAAf,CAA4Bd,CAA5B,CAAmC,CAC/BE,CAAW,CAACa,GAAZb,CAAgB,IAAhBA,CAAsB,CAClBY,WAAW,CAAXA,CADkB,CAElBd,KAAK,CAALA,CAFkB,CAGlBgB,UAAU,CAAE,CAHM,CAIlBC,aAAa,CAAEH,CAJG,CAKlBJ,QAAQ,GALU,CAMlBQ,OAAO,GANW,CAOlBC,gBAAgB,GAPE,CAQlBX,eAAe,CAAE,IARC,CASlBY,SAAS,CAAEpB,CAAK,CAACoB,SAANpB,EAAmBqB,IAAI,CAACC,GAALD,EATZ,CAAtBnB,CAD+B,CAc/BqB,MAAM,CAACC,cAAPD,CAAsB,IAAtBA,CAA4B,WAA5BA,CAAyC,CAAEE,KAAK,GAAP,CAAgBC,UAAU,GAA1B,CAAzCH,CAd+B,QAmBrBI,CAAAA,EAFJC,CAAI,CAAGL,MAAM,CAACK,IAAPL,CAAYvB,CAAZuB,EACJM,CAAC,CAAG,EAAGA,CAAC,CAAGD,CAAI,CAACE,OAAQ,EAAED,EACzBF,EAAMC,CAAI,CAACC,CAAD,EACVF,CAAG,GAAI,OACTJ,MAAM,CAACC,cAAPD,CAAsB,IAAtBA,CAA4BI,CAA5BJ,CAAiCQ,CAAwB,CAACJ,CAAD,CAAzDJ,EAyOZ,QAASQ,CAAAA,CAAT,CAAkCJ,CAAlC,CAAuC,OAC5B,CACHxB,GADG,WACG,OACKJ,CAAAA,CAAE,CAAC,IAAD,CAAFA,CAASC,KAATD,CAAe4B,CAAf5B,CAFR,CAAA,CAIHgB,GAJG,UAICU,EAAO,CACP1B,CAAE,CAAC,IAAD,CAAFA,CAASC,KAATD,CAAe4B,CAAf5B,EAAsB0B,CALvB,CAAA,CAOHO,YAAY,GAPT,CAQHN,UAAU,GARP,EAkBX,QAASO,CAAAA,CAAT,CAA8BN,CAA9B,CAAmC,OACxB,CACHF,KADG,WACK,IACEzB,CAAAA,CAAK,CAAGD,CAAE,CAAC,IAAD,CAAFA,CAASC,YAChBA,CAAAA,CAAK,CAAC2B,CAAD,CAAL3B,CAAWkC,KAAXlC,CAAiBA,CAAjBA,CAAwBmC,SAAxBnC,CAHR,CAAA,CAKHgC,YAAY,GALT,CAMHN,UAAU,GANP,EAiBX,QAASU,CAAAA,CAAT,CAAuBC,CAAvB,CAAkCC,CAAlC,CAAyC,SAO5BC,CAAAA,EAAYzB,EAAad,EAAO,CACrCqC,CAAS,CAACG,IAAVH,CAAe,IAAfA,CAAqBvB,CAArBuB,CAAkCrC,CAAlCqC,KAPET,CAAAA,CAAI,CAAGL,MAAM,CAACK,IAAPL,CAAYe,CAAZf,KACO,CAAhBK,GAAAA,CAAI,CAACE,aACEO,CAAAA,EAQXE,CAAW,CAACE,SAAZF,CAAwBhB,MAAM,CAACmB,MAAPnB,CAAcc,CAAS,CAACI,SAAxBlB,CAAmC,CACvDoB,WAAW,CAAE,CAAElB,KAAK,CAAEc,CAAT,CAAsBP,YAAY,GAAlC,CAA0CY,QAAQ,GAAlD,CAD0C,CAAnCrB,CAXa,KAgBhC,GACKI,CAAAA,CADL,CAAIE,CAAC,CAAG,EAAGA,CAAC,CAAGD,CAAI,CAACE,OAAQ,EAAED,KACzBF,EAAMC,CAAI,CAACC,CAAD,EACZ,EAAEF,CAAG,GAAIU,CAAAA,CAAS,CAACI,SAAnB,EAA+B,IACzBI,CAAAA,CAAU,CAAGtB,MAAM,CAACuB,wBAAPvB,CAAgCe,CAAhCf,CAAuCI,CAAvCJ,CADY,CAEzBwB,CAAM,CAA+B,UAA5B,QAAOF,CAAAA,CAAU,CAACpB,KAFF,CAG/BF,MAAM,CAACC,cAAPD,CACIgB,CAAW,CAACE,SADhBlB,CAEII,CAFJJ,CAGIwB,CAAM,CACAd,CAAoB,CAACN,CAAD,CADpB,CAEAI,CAAwB,CAACJ,CAAD,CALlCJ,QAUDgB,CAAAA,EASX,QAASS,CAAAA,CAAT,CAAoBV,CAApB,CAA2B,IACV,IAATA,EAAAA,CAAK,EAAYA,CAAK,GAAKf,MAAM,CAACkB,gBAC3B5B,CAAAA,KAGPoC,CAAAA,CAAO,CAAGC,CAAQ,CAAC/C,GAAT+C,CAAaZ,CAAbY,QACC,KAAXD,EAAAA,IACAA,CAAO,CAAGb,CAAa,CAACY,CAAU,CAACzB,MAAM,CAAC4B,cAAP5B,CAAsBe,CAAtBf,CAAD,CAAX,CAA2Ce,CAA3C,EACvBY,CAAQ,CAACnC,GAATmC,CAAaZ,CAAbY,CAAoBD,CAApBC,GAEGD,EAUJ,QAASG,CAAAA,CAAT,CAAmBtC,CAAnB,CAAgCd,CAAhC,CAAuC,IACpCqD,CAAAA,CAAO,CAAGL,CAAU,CAACzB,MAAM,CAAC4B,cAAP5B,CAAsBvB,CAAtBuB,CAAD,QACnB,IAAI8B,CAAAA,CAAJ,CAAYvC,CAAZ,CAAyBd,CAAzB,EASJ,QAASsD,CAAAA,CAAT,CAAmBtD,CAAnB,CAA0B,OACtBD,CAAAA,CAAE,CAACC,CAAD,CAAFD,CAAUoB,iBAUd,QAASoC,CAAAA,CAAT,CAAuBvD,CAAvB,CAA8BgB,CAA9B,CAA0C,CAC7CjB,CAAE,CAACC,CAAD,CAAFD,CAAUiB,UAAVjB,CAAuBiB,EAUpB,QAASwC,CAAAA,CAAT,CAA0BxD,CAA1B,CAAiCiB,CAAjC,CAAgD,CACnDlB,CAAE,CAACC,CAAD,CAAFD,CAAUkB,aAAVlB,CAA0BkB,EAUvB,QAASwC,CAAAA,CAAT,CAA4BzD,CAA5B,CAAmCQ,CAAnC,CAAoD,CACvDT,CAAE,CAACC,CAAD,CAAFD,CAAUS,eAAVT,CAA4BS,EC3bhC,QAASkD,CAAAA,CAAT,CAAkBC,CAAlB,CAAqB,OACJ,KAANA,GAAAA,CAAC,EAA0B,QAAb,GAAAC,EAAOD,GAShC,QAASE,CAAAA,CAAT,CAAsB/C,CAAtB,CAAmC,IACzBgD,CAAAA,CAAS,CAAGC,CAAY,CAAC5D,GAAb4D,CAAiBjD,CAAjBiD,KACD,IAAbD,EAAAA,OACM,IAAIE,CAAAA,SAAJ,CACF,kEADE,QAIHF,CAAAA,EASX,QAASG,CAAAA,CAAT,CAAwCC,CAAxC,CAAmD,OACxC,CACH/D,GADG,WACG,QACI2D,CAAAA,CAAS,CAAGD,CAAY,CAAC,IAAD,CAD5B,CAEEM,CAAI,CAAGL,CAAS,CAAC3D,GAAV2D,CAAcI,CAAdJ,CAFT,CAGa,IAARK,EAAAA,CAHL,EAGmB,IACbA,IAAAA,CAAI,CAACC,mBACED,CAAAA,CAAI,CAACE,SAEhBF,CAAI,CAAGA,CAAI,CAACG,WAET,KAVR,CAAA,CAaHvD,GAbG,UAaCsD,EAAU,CACc,UAApB,QAAOA,CAAAA,CAAP,EAAmCX,CAAQ,CAACW,CAAD,CADrC,GAENA,CAAQ,CAAG,IAFL,SAIJP,CAAAA,CAAS,CAAGD,CAAY,CAAC,IAAD,CAJpB,CAONU,CAAI,CAAG,IAPD,CAQNJ,CAAI,CAAGL,CAAS,CAAC3D,GAAV2D,CAAcI,CAAdJ,CARD,CASK,IAARK,EAAAA,CATG,EAUFA,IAAAA,CAAI,CAACC,YAVH,CAYW,IAATG,GAAAA,CAZF,CAcuB,IAAdJ,GAAAA,CAAI,CAACG,IAdd,CAiBER,CAAS,CAACU,MAAVV,CAAiBI,CAAjBJ,CAjBF,CAeEA,CAAS,CAAC/C,GAAV+C,CAAcI,CAAdJ,CAAyBK,CAAI,CAACG,IAA9BR,CAfF,CAaES,CAAI,CAACD,IAALC,CAAYJ,CAAI,CAACG,IAbnB,CAoBFC,CAAI,CAAGJ,CApBL,CAuBNA,CAAI,CAAGA,CAAI,CAACG,IAvBN,IA2BO,IAAbD,GAAAA,EAAmB,IACbI,CAAAA,CAAO,CAAG,CACZJ,QAAQ,CAARA,CADY,CAEZD,YAAY,EAFA,CAGZM,OAAO,GAHK,CAIZC,IAAI,GAJQ,CAKZL,IAAI,CAAE,IALM,EAOH,IAATC,GAAAA,CARe,CASfT,CAAS,CAAC/C,GAAV+C,CAAcI,CAAdJ,CAAyBW,CAAzBX,CATe,CAWfS,CAAI,CAACD,IAALC,CAAYE,EAnDrB,CAAA,CAuDHzC,YAAY,GAvDT,CAwDHN,UAAU,GAxDP,EAkEX,QAASkD,CAAAA,CAAT,CAA8BC,CAA9B,CAAoDX,CAApD,CAA+D,CAC3D3C,MAAM,CAACC,cAAPD,CACIsD,CADJtD,aAES2C,EAFT3C,CAGI0C,CAA8B,CAACC,CAAD,CAHlC3C,EAaJ,QAASuD,CAAAA,CAAT,CAAiCC,CAAjC,CAA6C,SAEhCC,CAAAA,GAAoB,CACzBC,CAAW,CAACzC,IAAZyC,CAAiB,IAAjBA,EAGJD,CAAiB,CAACvC,SAAlBuC,CAA8BzD,MAAM,CAACmB,MAAPnB,CAAc0D,CAAW,CAACxC,SAA1BlB,CAAqC,CAC/DoB,WAAW,CAAE,CACTlB,KAAK,CAAEuD,CADE,CAEThD,YAAY,GAFH,CAGTY,QAAQ,GAHC,CADkD,CAArCrB,CANW,KAcpC,GAAIM,CAAAA,CAAC,CAAG,EAAGA,CAAC,CAAGkD,CAAU,CAACjD,OAAQ,EAAED,EACrC+C,CAAoB,CAACI,CAAiB,CAACvC,SAAnB,CAA8BsC,CAAU,CAAClD,CAAD,CAAxC,CAApB+C,OAGGI,CAAAA,EAgBX,QAASC,CAAAA,CAAT,EAAuB,IAEf,eAAgBA,CAAAA,aAChBlB,CAAAA,CAAY,CAAChD,GAAbgD,CAAiB,IAAjBA,CAAuB,GAAImB,CAAAA,GAA3BnB,KAGqB,CAArB5B,GAAAA,SAAS,CAACL,MAAVK,EAA0BgD,KAAK,CAACC,OAAND,CAAchD,SAAS,CAAC,CAAD,CAAvBgD,QACnBL,CAAAA,CAAuB,CAAC3C,SAAS,CAAC,CAAD,CAAV,KAEX,CAAnBA,CAAAA,SAAS,CAACL,OAAY,QAChBuD,CAAAA,CAAK,CAAOF,KAAP,CAAahD,SAAS,CAACL,MAAvB,EACFD,CAAC,CAAG,EAAGA,CAAC,CAAGM,SAAS,CAACL,OAAQ,EAAED,EACpCwD,CAAK,CAACxD,CAAD,CAALwD,CAAWlD,SAAS,CAACN,CAAD,CAApBwD,OAEGP,CAAAA,CAAuB,CAACO,CAAD,OAE5B,IAAIrB,CAAAA,SAAJ,CAAc,mCAAd,KD5KJ9D,CAAAA,CAAW,CAAG,GAAIoF,CAAAA,QAOlBpC,CAAQ,CAAG,GAAIoC,CAAAA,QAkFrBzE,CAAK,CAAC4B,SAAN5B,CAAkB,IAKV0E,CAAAA,MAAO,OACAxF,CAAAA,CAAE,CAAC,IAAD,CAAFA,CAASC,KAATD,CAAewF,IANZ,CAAA,IAaVC,CAAAA,QAAS,OACFzF,CAAAA,CAAE,CAAC,IAAD,CAAFA,CAASe,WAdN,CAAA,IAqBVG,CAAAA,eAAgB,OACTlB,CAAAA,CAAE,CAAC,IAAD,CAAFA,CAASkB,aAtBN,CAAA,CA4BdwE,YA5Bc,WA4BC,IACLxE,CAAAA,CAAa,CAAGlB,CAAE,CAAC,IAAD,CAAFA,CAASkB,cADpB,MAEU,KAAjBA,EAAAA,CAFO,CAGA,EAHA,CAKJ,CAACA,CAAD,CAjCG,CAAA,IAwCVyE,CAAAA,MAAO,OACA,EAzCG,CAAA,IAgDVC,CAAAA,iBAAkB,OACX,EAjDG,CAAA,IAwDVC,CAAAA,WAAY,OACL,EAzDG,CAAA,IAgEVC,CAAAA,gBAAiB,OACV,EAjEG,CAAA,IAwEV7E,CAAAA,YAAa,OACNjB,CAAAA,CAAE,CAAC,IAAD,CAAFA,CAASiB,UAzEN,CAAA,CAgFd8E,eAhFc,WAgFI,IACRvF,CAAAA,CAAI,CAAGR,CAAE,CAAC,IAAD,EAEfQ,CAAI,CAACW,OAALX,GAHc,CAI4B,UAAtC,QAAOA,CAAAA,CAAI,CAACP,KAALO,CAAWuF,eAJR,EAKVvF,CAAI,CAACP,KAALO,CAAWuF,eAAXvF,EArFM,CAAA,CA6FdwF,wBA7Fc,WA6Fa,IACjBxF,CAAAA,CAAI,CAAGR,CAAE,CAAC,IAAD,EAEfQ,CAAI,CAACW,OAALX,GAHuB,CAIvBA,CAAI,CAACY,gBAALZ,GAJuB,CAK4B,UAA/C,QAAOA,CAAAA,CAAI,CAACP,KAALO,CAAWwF,wBALC,EAMnBxF,CAAI,CAACP,KAALO,CAAWwF,wBAAXxF,EAnGM,CAAA,IA2GVyF,CAAAA,SAAU,SACKjG,CAAE,CAAC,IAAD,CAAFA,CAASC,KAATD,CAAeiG,OA5GpB,CAAA,IAmHVvF,CAAAA,YAAa,SACEV,CAAE,CAAC,IAAD,CAAFA,CAASC,KAATD,CAAeU,UApHpB,CAAA,CA2HdE,cA3Hc,WA2HG,CACbL,CAAa,CAACP,CAAE,CAAC,IAAD,CAAH,CA5HH,CAAA,IAmIVkG,CAAAA,kBAAmB,OACZlG,CAAAA,CAAE,CAAC,IAAD,CAAFA,CAASW,QApIN,CAAA,IA2IVwF,CAAAA,UAAW,SACInG,CAAE,CAAC,IAAD,CAAFA,CAASC,KAATD,CAAemG,QA5IpB,CAAA,IAmJV9E,CAAAA,WAAY,OACLrB,CAAAA,CAAE,CAAC,IAAD,CAAFA,CAASqB,SApJN,CAAA,IA4JV+E,CAAAA,YAAa,OACNpG,CAAAA,CAAE,CAAC,IAAD,CAAFA,CAASe,WA7JN,CAAA,IAqKVsF,CAAAA,cAAe,OACRrG,CAAAA,CAAE,CAAC,IAAD,CAAFA,CAASmB,OAtKN,CAAA,IAwKVkF,CAAAA,aAAa3E,EAAO,IACfA,MAGClB,CAAAA,CAAI,CAAGR,CAAE,CAAC,IAAD,EAEfQ,CAAI,CAACW,OAALX,IACuC,SAAnC,QAAOA,CAAAA,CAAI,CAACP,KAALO,CAAW6F,eAClB7F,CAAI,CAACP,KAALO,CAAW6F,YAAX7F,KAhLM,CAAA,IAyLV8F,CAAAA,aAAc,OACP,CAACtG,CAAE,CAAC,IAAD,CAAFA,CAASW,QA1LP,CAAA,IA4LV2F,CAAAA,YAAY5E,EAAO,CACdA,CADc,EAEfnB,CAAa,CAACP,CAAE,CAAC,IAAD,CAAH,CA9LP,CAAA,CAyMduG,SAzMc,WAyMF,EAzME,EA+MlB/E,MAAM,CAACC,cAAPD,CAAsBV,CAAK,CAAC4B,SAA5BlB,CAAuC,aAAvCA,CAAsD,CAClDE,KAAK,CAAEZ,CAD2C,CAElDmB,YAAY,GAFsC,CAGlDY,QAAQ,GAH0C,CAAtDrB,EAOsB,WAAlB,QAAOgF,CAAAA,MAAP,EAAyD,WAAxB,QAAOA,CAAAA,MAAM,CAAC1F,QAC/CU,MAAM,CAACiF,cAAPjF,CAAsBV,CAAK,CAAC4B,SAA5BlB,CAAuCgF,MAAM,CAAC1F,KAAP0F,CAAa9D,SAApDlB,EAGA2B,CAAQ,CAACnC,GAATmC,CAAaqD,MAAM,CAAC1F,KAAP0F,CAAa9D,SAA1BS,CAAqCrC,CAArCqC,MChTEa,CAAAA,CAAY,CAAG,GAAIuB,CAAAA,QAGnBmB,CAAO,CAAG,EACVC,CAAM,CAAG,KA0KfzB,CAAW,CAACxC,SAAZwC,CAAwB,CAQpB0B,gBARoB,UAQHzC,EAAWG,EAAUuC,EAAS,IAC3B,IAAZvC,EAAAA,MAGoB,UAApB,QAAOA,CAAAA,CAAP,EAAkC,CAACX,CAAQ,CAACW,CAAD,OACrC,IAAIL,CAAAA,SAAJ,CAAc,+CAAd,KAGJF,CAAAA,CAAS,CAAGD,CAAY,CAAC,IAAD,EACxBgD,CAAY,CAAGnD,CAAQ,CAACkD,CAAD,EACvBE,CAAO,CAAGD,CAAY,GACdD,CAAO,CAACE,OADM,GAEdF,EACRxC,CAAY,CAAG0C,CAAO,CAAGL,CAAH,CAAaC,EACnCjC,CAAO,CAAG,CACZJ,QAAQ,CAARA,CADY,CAEZD,YAAY,CAAZA,CAFY,CAGZM,OAAO,CAAEmC,CAAY,IAAYD,CAAO,CAAClC,OAH7B,CAIZC,IAAI,CAAEkC,CAAY,IAAYD,CAAO,CAACjC,IAJ1B,CAKZL,IAAI,CAAE,IALM,EASZH,CAAI,CAAGL,CAAS,CAAC3D,GAAV2D,CAAcI,CAAdJ,KACPK,SAAAA,aACAL,CAAAA,CAAS,CAAC/C,GAAV+C,CAAcI,CAAdJ,CAAyBW,CAAzBX,SAKAS,CAAAA,CAAI,CAAG,KACI,IAARJ,EAAAA,GAAc,IAEbA,CAAI,CAACE,QAALF,GAAkBE,CAAlBF,EACAA,CAAI,CAACC,YAALD,GAAsBC,SAK1BG,CAAI,CAAGJ,CARU,CASjBA,CAAI,CAAGA,CAAI,CAACG,IAxC2B,CA4C3CC,CAAI,CAACD,IAALC,CAAYE,EApDI,CAAA,CA8DpBsC,mBA9DoB,UA8DA7C,EAAWG,EAAUuC,EAAS,IAC9B,IAAZvC,EAAAA,SAIEP,CAAAA,CAAS,CAAGD,CAAY,CAAC,IAAD,EACxBiD,CAAO,CAAGpD,CAAQ,CAACkD,CAAD,CAARlD,GACFkD,CAAO,CAACE,OADNpD,GAEFkD,EACRxC,CAAY,CAAG0C,CAAO,CAAGL,CAAH,CAAaC,EAErCnC,CAAI,CAAG,KACPJ,CAAI,CAAGL,CAAS,CAAC3D,GAAV2D,CAAcI,CAAdJ,EACI,IAARK,EAAAA,GAAc,IAEbA,CAAI,CAACE,QAALF,GAAkBE,CAAlBF,EACAA,CAAI,CAACC,YAALD,GAAsBC,cAET,IAATG,GAAAA,EAEqB,IAAdJ,GAAAA,CAAI,CAACG,KAGZR,CAAS,CAACU,MAAVV,CAAiBI,CAAjBJ,EAFAA,CAAS,CAAC/C,GAAV+C,CAAcI,CAAdJ,CAAyBK,CAAI,CAACG,IAA9BR,EAFAS,CAAI,CAACD,IAALC,CAAYJ,CAAI,CAACG,MASzBC,CAAI,CAAGJ,CAfU,CAgBjBA,CAAI,CAAGA,CAAI,CAACG,KA3FA,CAAA,CAoGpB0C,aApGoB,UAoGNhH,EAAO,IACJ,IAATA,EAAAA,CAAK,EAAkC,QAAtB,QAAOA,CAAAA,CAAK,CAACuF,UACxB,IAAIvB,CAAAA,SAAJ,CAAc,oCAAd,EAFO,GAMXF,CAAAA,CAAS,CAAGD,CAAY,CAAC,IAAD,CANb,CAOXK,CAAS,CAAGlE,CAAK,CAACuF,IAPP,CAQbpB,CAAI,CAAGL,CAAS,CAAC3D,GAAV2D,CAAcI,CAAdJ,CARM,IASL,IAARK,EAAAA,WATa,OAcX8C,CAAAA,CAAY,CAAG7D,CAAS,CAAC,IAAD,CAAOpD,CAAP,CAdb,CAkBbuE,CAAI,CAAG,IAlBM,CAmBF,IAARJ,EAAAA,CAnBU,EAmBI,IAEbA,CAAI,CAACQ,KACQ,IAATJ,GAAAA,EAEqB,IAAdJ,GAAAA,CAAI,CAACG,KAGZR,CAAS,CAACU,MAAVV,CAAiBI,CAAjBJ,EAFAA,CAAS,CAAC/C,GAAV+C,CAAcI,CAAdJ,CAAyBK,CAAI,CAACG,IAA9BR,EAFAS,CAAI,CAACD,IAALC,CAAYJ,CAAI,CAACG,KAOrBC,CAAI,CAAGJ,EAIXV,CAAkB,CACdwD,CADc,CAEd9C,CAAI,CAACO,OAALP,CAAeA,CAAI,CAACE,QAApBF,CAA+B,IAFjB,EAIW,UAAzB,QAAOA,CAAAA,CAAI,CAACE,YACR,CACAF,CAAI,CAACE,QAALF,CAAc3B,IAAd2B,CAAmB,IAAnBA,CAAyB8C,CAAzB9C,CADJ,CAEE,MAAO+C,CAAP,CAAY,CAEa,WAAnB,QAAO9G,CAAAA,OAAP,EACyB,UAAzB,QAAOA,CAAAA,OAAO,CAACQ,KAHT,EAKNR,OAAO,CAACQ,KAARR,CAAc8G,CAAd9G,MAIR+D,CAAAA,CAAI,CAACC,YAALD,GA/TE,CA+TFA,EACqC,UAArC,QAAOA,CAAAA,CAAI,CAACE,QAALF,CAAcgD,aAErBhD,CAAI,CAACE,QAALF,CAAcgD,WAAdhD,CAA0B8C,CAA1B9C,KAIAb,CAAS,CAAC2D,CAAD,QAIb9C,CAAI,CAAGA,CAAI,CAACG,WAEhBb,CAAAA,CAAkB,CAACwD,CAAD,CAAe,IAAf,EAClB1D,CAAa,CAAC0D,CAAD,CAAe,CAAf,EACbzD,CAAgB,CAACyD,CAAD,CAAe,IAAf,EAET,CAACA,CAAY,CAAChB,iBAvKL,EA4KxB1E,MAAM,CAACC,cAAPD,CAAsB0D,CAAW,CAACxC,SAAlClB,CAA6C,aAA7CA,CAA4D,CACxDE,KAAK,CAAEwD,CADiD,CAExDjD,YAAY,GAF4C,CAGxDY,QAAQ,GAHgD,CAA5DrB,EAQsB,WAAlB,QAAOgF,CAAAA,MAAP,EAC8B,WAA9B,QAAOA,CAAAA,MAAM,CAACtB,aAEd1D,MAAM,CAACiF,cAAPjF,CAAsB0D,CAAW,CAACxC,SAAlClB,CAA6CgF,MAAM,CAACtB,WAAPsB,CAAmB9D,SAAhElB"} \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/event-target-shim/index.d.ts b/software/flow/node_modules/npm/node_modules/event-target-shim/index.d.ts deleted file mode 100644 index a303097..0000000 --- a/software/flow/node_modules/npm/node_modules/event-target-shim/index.d.ts +++ /dev/null @@ -1,399 +0,0 @@ -export as namespace EventTargetShim - -/** - * `Event` interface. - * @see https://dom.spec.whatwg.org/#event - */ -export interface Event { - /** - * The type of this event. - */ - readonly type: string - - /** - * The target of this event. - */ - readonly target: EventTarget<{}, {}, "standard"> | null - - /** - * The current target of this event. - */ - readonly currentTarget: EventTarget<{}, {}, "standard"> | null - - /** - * The target of this event. - * @deprecated - */ - readonly srcElement: any | null - - /** - * The composed path of this event. - */ - composedPath(): EventTarget<{}, {}, "standard">[] - - /** - * Constant of NONE. - */ - readonly NONE: number - - /** - * Constant of CAPTURING_PHASE. - */ - readonly CAPTURING_PHASE: number - - /** - * Constant of BUBBLING_PHASE. - */ - readonly BUBBLING_PHASE: number - - /** - * Constant of AT_TARGET. - */ - readonly AT_TARGET: number - - /** - * Indicates which phase of the event flow is currently being evaluated. - */ - readonly eventPhase: number - - /** - * Stop event bubbling. - */ - stopPropagation(): void - - /** - * Stop event bubbling. - */ - stopImmediatePropagation(): void - - /** - * Initialize event. - * @deprecated - */ - initEvent(type: string, bubbles?: boolean, cancelable?: boolean): void - - /** - * The flag indicating bubbling. - */ - readonly bubbles: boolean - - /** - * Stop event bubbling. - * @deprecated - */ - cancelBubble: boolean - - /** - * Set or get cancellation flag. - * @deprecated - */ - returnValue: boolean - - /** - * The flag indicating whether the event can be canceled. - */ - readonly cancelable: boolean - - /** - * Cancel this event. - */ - preventDefault(): void - - /** - * The flag to indicating whether the event was canceled. - */ - readonly defaultPrevented: boolean - - /** - * The flag to indicating if event is composed. - */ - readonly composed: boolean - - /** - * Indicates whether the event was dispatched by the user agent. - */ - readonly isTrusted: boolean - - /** - * The unix time of this event. - */ - readonly timeStamp: number -} - -/** - * The constructor of `EventTarget` interface. - */ -export type EventTargetConstructor< - TEvents extends EventTarget.EventDefinition = {}, - TEventAttributes extends EventTarget.EventDefinition = {}, - TMode extends EventTarget.Mode = "loose" -> = { - prototype: EventTarget<TEvents, TEventAttributes, TMode> - new(): EventTarget<TEvents, TEventAttributes, TMode> -} - -/** - * `EventTarget` interface. - * @see https://dom.spec.whatwg.org/#interface-eventtarget - */ -export type EventTarget< - TEvents extends EventTarget.EventDefinition = {}, - TEventAttributes extends EventTarget.EventDefinition = {}, - TMode extends EventTarget.Mode = "loose" -> = EventTarget.EventAttributes<TEventAttributes> & { - /** - * Add a given listener to this event target. - * @param eventName The event name to add. - * @param listener The listener to add. - * @param options The options for this listener. - */ - addEventListener<TEventType extends EventTarget.EventType<TEvents, TMode>>( - type: TEventType, - listener: - | EventTarget.Listener<EventTarget.PickEvent<TEvents, TEventType>> - | null, - options?: boolean | EventTarget.AddOptions - ): void - - /** - * Remove a given listener from this event target. - * @param eventName The event name to remove. - * @param listener The listener to remove. - * @param options The options for this listener. - */ - removeEventListener<TEventType extends EventTarget.EventType<TEvents, TMode>>( - type: TEventType, - listener: - | EventTarget.Listener<EventTarget.PickEvent<TEvents, TEventType>> - | null, - options?: boolean | EventTarget.RemoveOptions - ): void - - /** - * Dispatch a given event. - * @param event The event to dispatch. - * @returns `false` if canceled. - */ - dispatchEvent<TEventType extends EventTarget.EventType<TEvents, TMode>>( - event: EventTarget.EventData<TEvents, TEventType, TMode> - ): boolean -} - -export const EventTarget: EventTargetConstructor & { - /** - * Create an `EventTarget` instance with detailed event definition. - * - * The detailed event definition requires to use `defineEventAttribute()` - * function later. - * - * Unfortunately, the second type parameter `TEventAttributes` was needed - * because we cannot compute string literal types. - * - * @example - * const signal = new EventTarget<{ abort: Event }, { onabort: Event }>() - * defineEventAttribute(signal, "abort") - */ - new < - TEvents extends EventTarget.EventDefinition, - TEventAttributes extends EventTarget.EventDefinition, - TMode extends EventTarget.Mode = "loose" - >(): EventTarget<TEvents, TEventAttributes, TMode> - - /** - * Define an `EventTarget` constructor with attribute events and detailed event definition. - * - * Unfortunately, the second type parameter `TEventAttributes` was needed - * because we cannot compute string literal types. - * - * @example - * class AbortSignal extends EventTarget<{ abort: Event }, { onabort: Event }>("abort") { - * abort(): void {} - * } - * - * @param events Optional event attributes (e.g. passing in `"click"` adds `onclick` to prototype). - */ - < - TEvents extends EventTarget.EventDefinition = {}, - TEventAttributes extends EventTarget.EventDefinition = {}, - TMode extends EventTarget.Mode = "loose" - >(events: string[]): EventTargetConstructor< - TEvents, - TEventAttributes, - TMode - > - - /** - * Define an `EventTarget` constructor with attribute events and detailed event definition. - * - * Unfortunately, the second type parameter `TEventAttributes` was needed - * because we cannot compute string literal types. - * - * @example - * class AbortSignal extends EventTarget<{ abort: Event }, { onabort: Event }>("abort") { - * abort(): void {} - * } - * - * @param events Optional event attributes (e.g. passing in `"click"` adds `onclick` to prototype). - */ - < - TEvents extends EventTarget.EventDefinition = {}, - TEventAttributes extends EventTarget.EventDefinition = {}, - TMode extends EventTarget.Mode = "loose" - >(event0: string, ...events: string[]): EventTargetConstructor< - TEvents, - TEventAttributes, - TMode - > -} - -export namespace EventTarget { - /** - * Options of `removeEventListener()` method. - */ - export interface RemoveOptions { - /** - * The flag to indicate that the listener is for the capturing phase. - */ - capture?: boolean - } - - /** - * Options of `addEventListener()` method. - */ - export interface AddOptions extends RemoveOptions { - /** - * The flag to indicate that the listener doesn't support - * `event.preventDefault()` operation. - */ - passive?: boolean - /** - * The flag to indicate that the listener will be removed on the first - * event. - */ - once?: boolean - } - - /** - * The type of regular listeners. - */ - export interface FunctionListener<TEvent> { - (event: TEvent): void - } - - /** - * The type of object listeners. - */ - export interface ObjectListener<TEvent> { - handleEvent(event: TEvent): void - } - - /** - * The type of listeners. - */ - export type Listener<TEvent> = - | FunctionListener<TEvent> - | ObjectListener<TEvent> - - /** - * Event definition. - */ - export type EventDefinition = { - readonly [key: string]: Event - } - - /** - * Mapped type for event attributes. - */ - export type EventAttributes<TEventAttributes extends EventDefinition> = { - [P in keyof TEventAttributes]: - | FunctionListener<TEventAttributes[P]> - | null - } - - /** - * The type of event data for `dispatchEvent()` method. - */ - export type EventData< - TEvents extends EventDefinition, - TEventType extends keyof TEvents | string, - TMode extends Mode - > = - TEventType extends keyof TEvents - ? ( - // Require properties which are not generated automatically. - & Pick< - TEvents[TEventType], - Exclude<keyof TEvents[TEventType], OmittableEventKeys> - > - // Properties which are generated automatically are optional. - & Partial<Pick<Event, OmittableEventKeys>> - ) - : ( - TMode extends "standard" - ? Event - : Event | NonStandardEvent - ) - - /** - * The string literal types of the properties which are generated - * automatically in `dispatchEvent()` method. - */ - export type OmittableEventKeys = Exclude<keyof Event, "type"> - - /** - * The type of event data. - */ - export type NonStandardEvent = { - [key: string]: any - type: string - } - - /** - * The type of listeners. - */ - export type PickEvent< - TEvents extends EventDefinition, - TEventType extends keyof TEvents | string, - > = - TEventType extends keyof TEvents - ? TEvents[TEventType] - : Event - - /** - * Event type candidates. - */ - export type EventType< - TEvents extends EventDefinition, - TMode extends Mode - > = - TMode extends "strict" - ? keyof TEvents - : keyof TEvents | string - - /** - * - `"strict"` ..... Methods don't accept unknown events. - * `dispatchEvent()` accepts partial objects. - * - `"loose"` ...... Methods accept unknown events. - * `dispatchEvent()` accepts partial objects. - * - `"standard"` ... Methods accept unknown events. - * `dispatchEvent()` doesn't accept partial objects. - */ - export type Mode = "strict" | "standard" | "loose" -} - -/** - * Specialized `type` property. - */ -export type Type<T extends string> = { type: T } - -/** - * Define an event attribute (e.g. `eventTarget.onclick`). - * @param prototype The event target prototype to define an event attribute. - * @param eventName The event name to define. - */ -export function defineEventAttribute( - prototype: EventTarget, - eventName: string -): void - -export default EventTarget diff --git a/software/flow/node_modules/npm/node_modules/event-target-shim/package.json b/software/flow/node_modules/npm/node_modules/event-target-shim/package.json deleted file mode 100644 index 40326f3..0000000 --- a/software/flow/node_modules/npm/node_modules/event-target-shim/package.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "name": "event-target-shim", - "version": "5.0.1", - "description": "An implementation of WHATWG EventTarget interface.", - "main": "dist/event-target-shim", - "types": "index.d.ts", - "files": [ - "dist", - "index.d.ts" - ], - "engines": { - "node": ">=6" - }, - "scripts": { - "preversion": "npm test", - "version": "npm run build && git add dist/*", - "postversion": "git push && git push --tags", - "clean": "rimraf .nyc_output coverage", - "coverage": "nyc report --reporter lcov && opener coverage/lcov-report/index.html", - "lint": "eslint src test scripts --ext .js,.mjs", - "build": "rollup -c scripts/rollup.config.js", - "pretest": "npm run lint", - "test": "run-s test:*", - "test:mocha": "nyc --require ./scripts/babel-register mocha test/*.mjs", - "test:karma": "karma start scripts/karma.conf.js --single-run", - "watch": "run-p watch:*", - "watch:mocha": "mocha test/*.mjs --require ./scripts/babel-register --watch --watch-extensions js,mjs --growl", - "watch:karma": "karma start scripts/karma.conf.js --watch", - "codecov": "codecov" - }, - "devDependencies": { - "@babel/core": "^7.2.2", - "@babel/plugin-transform-modules-commonjs": "^7.2.0", - "@babel/preset-env": "^7.2.3", - "@babel/register": "^7.0.0", - "@mysticatea/eslint-plugin": "^8.0.1", - "@mysticatea/spy": "^0.1.2", - "assert": "^1.4.1", - "codecov": "^3.1.0", - "eslint": "^5.12.1", - "karma": "^3.1.4", - "karma-chrome-launcher": "^2.2.0", - "karma-coverage": "^1.1.2", - "karma-firefox-launcher": "^1.0.0", - "karma-growl-reporter": "^1.0.0", - "karma-ie-launcher": "^1.0.0", - "karma-mocha": "^1.3.0", - "karma-rollup-preprocessor": "^7.0.0-rc.2", - "mocha": "^5.2.0", - "npm-run-all": "^4.1.5", - "nyc": "^13.1.0", - "opener": "^1.5.1", - "rimraf": "^2.6.3", - "rollup": "^1.1.1", - "rollup-plugin-babel": "^4.3.2", - "rollup-plugin-babel-minify": "^7.0.0", - "rollup-plugin-commonjs": "^9.2.0", - "rollup-plugin-json": "^3.1.0", - "rollup-plugin-node-resolve": "^4.0.0", - "rollup-watch": "^4.3.1", - "type-tester": "^1.0.0", - "typescript": "^3.2.4" - }, - "repository": { - "type": "git", - "url": "https://github.com/mysticatea/event-target-shim.git" - }, - "keywords": [ - "w3c", - "whatwg", - "eventtarget", - "event", - "events", - "shim" - ], - "author": "Toru Nagashima", - "license": "MIT", - "bugs": { - "url": "https://github.com/mysticatea/event-target-shim/issues" - }, - "homepage": "https://github.com/mysticatea/event-target-shim" -} diff --git a/software/flow/node_modules/npm/node_modules/events/.airtap.yml b/software/flow/node_modules/npm/node_modules/events/.airtap.yml deleted file mode 100644 index c7a8a87..0000000 --- a/software/flow/node_modules/npm/node_modules/events/.airtap.yml +++ /dev/null @@ -1,15 +0,0 @@ -sauce_connect: true -loopback: airtap.local -browsers: - - name: chrome - version: latest - - name: firefox - version: latest - - name: safari - version: 9..latest - - name: iphone - version: latest - - name: ie - version: 9..latest - - name: microsoftedge - version: 13..latest diff --git a/software/flow/node_modules/npm/node_modules/events/History.md b/software/flow/node_modules/npm/node_modules/events/History.md deleted file mode 100644 index f48bf21..0000000 --- a/software/flow/node_modules/npm/node_modules/events/History.md +++ /dev/null @@ -1,118 +0,0 @@ -# 3.3.0 - - - Support EventTarget emitters in `events.once` from Node.js 12.11.0. - - Now you can use the `events.once` function with objects that implement the EventTarget interface. This interface is used widely in - the DOM and other web APIs. - - ```js - var events = require('events'); - var assert = require('assert'); - - async function connect() { - var ws = new WebSocket('wss://example.com'); - await events.once(ws, 'open'); - assert(ws.readyState === WebSocket.OPEN); - } - - async function onClick() { - await events.once(document.body, 'click'); - alert('you clicked the page!'); - } - ``` - -# 3.2.0 - - - Add `events.once` from Node.js 11.13.0. - - To use this function, Promises must be supported in the environment. Use a polyfill like `es6-promise` if you support older browsers. - -# 3.1.0 (2020-01-08) - -`events` now matches the Node.js 11.12.0 API. - - - pass through return value in wrapped `emitter.once()` listeners - - Now, this works: - ```js - emitter.once('myevent', function () { return 1; }); - var listener = emitter.rawListeners('myevent')[0] - assert(listener() === 1); - ``` - Previously, `listener()` would return undefined regardless of the implementation. - - Ported from https://github.com/nodejs/node/commit/acc506c2d2771dab8d7bba6d3452bc5180dff7cf - - - Reduce code duplication in listener type check ([#67](https://github.com/Gozala/events/pull/67) by [@friederbluemle](https://github.com/friederbluemle)). - - Improve `emitter.once()` performance in some engines - -# 3.0.0 (2018-05-25) - -**This version drops support for IE8.** `events` no longer includes polyfills -for ES5 features. If you need to support older environments, use an ES5 shim -like [es5-shim](https://npmjs.com/package/es5-shim). Both the shim and sham -versions of es5-shim are necessary. - - - Update to events code from Node.js 10.x - - (semver major) Adds `off()` method - - Port more tests from Node.js - - Switch browser tests to airtap, making things more reliable - -# 2.1.0 (2018-05-25) - - - add Emitter#rawListeners from Node.js v9.4 - -# 2.0.0 (2018-02-02) - - - Update to events code from node.js 8.x - - Adds `prependListener()` and `prependOnceListener()` - - Adds `eventNames()` method - - (semver major) Unwrap `once()` listeners in `listeners()` - - copy tests from node.js - -Note that this version doubles the gzipped size, jumping from 1.1KB to 2.1KB, -due to new methods and runtime performance improvements. Be aware of that when -upgrading. - -# 1.1.1 (2016-06-22) - - - add more context to errors if they are not instanceof Error - -# 1.1.0 (2015-09-29) - - - add Emitter#listerCount (to match node v4 api) - -# 1.0.2 (2014-08-28) - - - remove un-reachable code - - update devDeps - -## 1.0.1 / 2014-05-11 - - - check for console.trace before using it - -## 1.0.0 / 2013-12-10 - - - Update to latest events code from node.js 0.10 - - copy tests from node.js - -## 0.4.0 / 2011-07-03 ## - - - Switching to graphquire@0.8.0 - -## 0.3.0 / 2011-07-03 ## - - - Switching to URL based module require. - -## 0.2.0 / 2011-06-10 ## - - - Simplified package structure. - - Graphquire for dependency management. - -## 0.1.1 / 2011-05-16 ## - - - Unhandled errors are logged via console.error - -## 0.1.0 / 2011-04-22 ## - - - Initial release diff --git a/software/flow/node_modules/npm/node_modules/events/LICENSE b/software/flow/node_modules/npm/node_modules/events/LICENSE deleted file mode 100644 index 52ed3b0..0000000 --- a/software/flow/node_modules/npm/node_modules/events/LICENSE +++ /dev/null @@ -1,22 +0,0 @@ -MIT - -Copyright Joyent, Inc. and other Node contributors. - -Permission is hereby granted, free of charge, to any person obtaining a -copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to permit -persons to whom the Software is furnished to do so, subject to the -following conditions: - -The above copyright notice and this permission notice shall be included -in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN -NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, -DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR -OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE -USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/events/events.js b/software/flow/node_modules/npm/node_modules/events/events.js deleted file mode 100644 index 34b69a0..0000000 --- a/software/flow/node_modules/npm/node_modules/events/events.js +++ /dev/null @@ -1,497 +0,0 @@ -// Copyright Joyent, Inc. and other Node contributors. -// -// Permission is hereby granted, free of charge, to any person obtaining a -// copy of this software and associated documentation files (the -// "Software"), to deal in the Software without restriction, including -// without limitation the rights to use, copy, modify, merge, publish, -// distribute, sublicense, and/or sell copies of the Software, and to permit -// persons to whom the Software is furnished to do so, subject to the -// following conditions: -// -// The above copyright notice and this permission notice shall be included -// in all copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN -// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, -// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR -// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE -// USE OR OTHER DEALINGS IN THE SOFTWARE. - -'use strict'; - -var R = typeof Reflect === 'object' ? Reflect : null -var ReflectApply = R && typeof R.apply === 'function' - ? R.apply - : function ReflectApply(target, receiver, args) { - return Function.prototype.apply.call(target, receiver, args); - } - -var ReflectOwnKeys -if (R && typeof R.ownKeys === 'function') { - ReflectOwnKeys = R.ownKeys -} else if (Object.getOwnPropertySymbols) { - ReflectOwnKeys = function ReflectOwnKeys(target) { - return Object.getOwnPropertyNames(target) - .concat(Object.getOwnPropertySymbols(target)); - }; -} else { - ReflectOwnKeys = function ReflectOwnKeys(target) { - return Object.getOwnPropertyNames(target); - }; -} - -function ProcessEmitWarning(warning) { - if (console && console.warn) console.warn(warning); -} - -var NumberIsNaN = Number.isNaN || function NumberIsNaN(value) { - return value !== value; -} - -function EventEmitter() { - EventEmitter.init.call(this); -} -module.exports = EventEmitter; -module.exports.once = once; - -// Backwards-compat with node 0.10.x -EventEmitter.EventEmitter = EventEmitter; - -EventEmitter.prototype._events = undefined; -EventEmitter.prototype._eventsCount = 0; -EventEmitter.prototype._maxListeners = undefined; - -// By default EventEmitters will print a warning if more than 10 listeners are -// added to it. This is a useful default which helps finding memory leaks. -var defaultMaxListeners = 10; - -function checkListener(listener) { - if (typeof listener !== 'function') { - throw new TypeError('The "listener" argument must be of type Function. Received type ' + typeof listener); - } -} - -Object.defineProperty(EventEmitter, 'defaultMaxListeners', { - enumerable: true, - get: function() { - return defaultMaxListeners; - }, - set: function(arg) { - if (typeof arg !== 'number' || arg < 0 || NumberIsNaN(arg)) { - throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received ' + arg + '.'); - } - defaultMaxListeners = arg; - } -}); - -EventEmitter.init = function() { - - if (this._events === undefined || - this._events === Object.getPrototypeOf(this)._events) { - this._events = Object.create(null); - this._eventsCount = 0; - } - - this._maxListeners = this._maxListeners || undefined; -}; - -// Obviously not all Emitters should be limited to 10. This function allows -// that to be increased. Set to zero for unlimited. -EventEmitter.prototype.setMaxListeners = function setMaxListeners(n) { - if (typeof n !== 'number' || n < 0 || NumberIsNaN(n)) { - throw new RangeError('The value of "n" is out of range. It must be a non-negative number. Received ' + n + '.'); - } - this._maxListeners = n; - return this; -}; - -function _getMaxListeners(that) { - if (that._maxListeners === undefined) - return EventEmitter.defaultMaxListeners; - return that._maxListeners; -} - -EventEmitter.prototype.getMaxListeners = function getMaxListeners() { - return _getMaxListeners(this); -}; - -EventEmitter.prototype.emit = function emit(type) { - var args = []; - for (var i = 1; i < arguments.length; i++) args.push(arguments[i]); - var doError = (type === 'error'); - - var events = this._events; - if (events !== undefined) - doError = (doError && events.error === undefined); - else if (!doError) - return false; - - // If there is no 'error' event listener then throw. - if (doError) { - var er; - if (args.length > 0) - er = args[0]; - if (er instanceof Error) { - // Note: The comments on the `throw` lines are intentional, they show - // up in Node's output if this results in an unhandled exception. - throw er; // Unhandled 'error' event - } - // At least give some kind of context to the user - var err = new Error('Unhandled error.' + (er ? ' (' + er.message + ')' : '')); - err.context = er; - throw err; // Unhandled 'error' event - } - - var handler = events[type]; - - if (handler === undefined) - return false; - - if (typeof handler === 'function') { - ReflectApply(handler, this, args); - } else { - var len = handler.length; - var listeners = arrayClone(handler, len); - for (var i = 0; i < len; ++i) - ReflectApply(listeners[i], this, args); - } - - return true; -}; - -function _addListener(target, type, listener, prepend) { - var m; - var events; - var existing; - - checkListener(listener); - - events = target._events; - if (events === undefined) { - events = target._events = Object.create(null); - target._eventsCount = 0; - } else { - // To avoid recursion in the case that type === "newListener"! Before - // adding it to the listeners, first emit "newListener". - if (events.newListener !== undefined) { - target.emit('newListener', type, - listener.listener ? listener.listener : listener); - - // Re-assign `events` because a newListener handler could have caused the - // this._events to be assigned to a new object - events = target._events; - } - existing = events[type]; - } - - if (existing === undefined) { - // Optimize the case of one listener. Don't need the extra array object. - existing = events[type] = listener; - ++target._eventsCount; - } else { - if (typeof existing === 'function') { - // Adding the second element, need to change to array. - existing = events[type] = - prepend ? [listener, existing] : [existing, listener]; - // If we've already got an array, just append. - } else if (prepend) { - existing.unshift(listener); - } else { - existing.push(listener); - } - - // Check for listener leak - m = _getMaxListeners(target); - if (m > 0 && existing.length > m && !existing.warned) { - existing.warned = true; - // No error code for this since it is a Warning - // eslint-disable-next-line no-restricted-syntax - var w = new Error('Possible EventEmitter memory leak detected. ' + - existing.length + ' ' + String(type) + ' listeners ' + - 'added. Use emitter.setMaxListeners() to ' + - 'increase limit'); - w.name = 'MaxListenersExceededWarning'; - w.emitter = target; - w.type = type; - w.count = existing.length; - ProcessEmitWarning(w); - } - } - - return target; -} - -EventEmitter.prototype.addListener = function addListener(type, listener) { - return _addListener(this, type, listener, false); -}; - -EventEmitter.prototype.on = EventEmitter.prototype.addListener; - -EventEmitter.prototype.prependListener = - function prependListener(type, listener) { - return _addListener(this, type, listener, true); - }; - -function onceWrapper() { - if (!this.fired) { - this.target.removeListener(this.type, this.wrapFn); - this.fired = true; - if (arguments.length === 0) - return this.listener.call(this.target); - return this.listener.apply(this.target, arguments); - } -} - -function _onceWrap(target, type, listener) { - var state = { fired: false, wrapFn: undefined, target: target, type: type, listener: listener }; - var wrapped = onceWrapper.bind(state); - wrapped.listener = listener; - state.wrapFn = wrapped; - return wrapped; -} - -EventEmitter.prototype.once = function once(type, listener) { - checkListener(listener); - this.on(type, _onceWrap(this, type, listener)); - return this; -}; - -EventEmitter.prototype.prependOnceListener = - function prependOnceListener(type, listener) { - checkListener(listener); - this.prependListener(type, _onceWrap(this, type, listener)); - return this; - }; - -// Emits a 'removeListener' event if and only if the listener was removed. -EventEmitter.prototype.removeListener = - function removeListener(type, listener) { - var list, events, position, i, originalListener; - - checkListener(listener); - - events = this._events; - if (events === undefined) - return this; - - list = events[type]; - if (list === undefined) - return this; - - if (list === listener || list.listener === listener) { - if (--this._eventsCount === 0) - this._events = Object.create(null); - else { - delete events[type]; - if (events.removeListener) - this.emit('removeListener', type, list.listener || listener); - } - } else if (typeof list !== 'function') { - position = -1; - - for (i = list.length - 1; i >= 0; i--) { - if (list[i] === listener || list[i].listener === listener) { - originalListener = list[i].listener; - position = i; - break; - } - } - - if (position < 0) - return this; - - if (position === 0) - list.shift(); - else { - spliceOne(list, position); - } - - if (list.length === 1) - events[type] = list[0]; - - if (events.removeListener !== undefined) - this.emit('removeListener', type, originalListener || listener); - } - - return this; - }; - -EventEmitter.prototype.off = EventEmitter.prototype.removeListener; - -EventEmitter.prototype.removeAllListeners = - function removeAllListeners(type) { - var listeners, events, i; - - events = this._events; - if (events === undefined) - return this; - - // not listening for removeListener, no need to emit - if (events.removeListener === undefined) { - if (arguments.length === 0) { - this._events = Object.create(null); - this._eventsCount = 0; - } else if (events[type] !== undefined) { - if (--this._eventsCount === 0) - this._events = Object.create(null); - else - delete events[type]; - } - return this; - } - - // emit removeListener for all listeners on all events - if (arguments.length === 0) { - var keys = Object.keys(events); - var key; - for (i = 0; i < keys.length; ++i) { - key = keys[i]; - if (key === 'removeListener') continue; - this.removeAllListeners(key); - } - this.removeAllListeners('removeListener'); - this._events = Object.create(null); - this._eventsCount = 0; - return this; - } - - listeners = events[type]; - - if (typeof listeners === 'function') { - this.removeListener(type, listeners); - } else if (listeners !== undefined) { - // LIFO order - for (i = listeners.length - 1; i >= 0; i--) { - this.removeListener(type, listeners[i]); - } - } - - return this; - }; - -function _listeners(target, type, unwrap) { - var events = target._events; - - if (events === undefined) - return []; - - var evlistener = events[type]; - if (evlistener === undefined) - return []; - - if (typeof evlistener === 'function') - return unwrap ? [evlistener.listener || evlistener] : [evlistener]; - - return unwrap ? - unwrapListeners(evlistener) : arrayClone(evlistener, evlistener.length); -} - -EventEmitter.prototype.listeners = function listeners(type) { - return _listeners(this, type, true); -}; - -EventEmitter.prototype.rawListeners = function rawListeners(type) { - return _listeners(this, type, false); -}; - -EventEmitter.listenerCount = function(emitter, type) { - if (typeof emitter.listenerCount === 'function') { - return emitter.listenerCount(type); - } else { - return listenerCount.call(emitter, type); - } -}; - -EventEmitter.prototype.listenerCount = listenerCount; -function listenerCount(type) { - var events = this._events; - - if (events !== undefined) { - var evlistener = events[type]; - - if (typeof evlistener === 'function') { - return 1; - } else if (evlistener !== undefined) { - return evlistener.length; - } - } - - return 0; -} - -EventEmitter.prototype.eventNames = function eventNames() { - return this._eventsCount > 0 ? ReflectOwnKeys(this._events) : []; -}; - -function arrayClone(arr, n) { - var copy = new Array(n); - for (var i = 0; i < n; ++i) - copy[i] = arr[i]; - return copy; -} - -function spliceOne(list, index) { - for (; index + 1 < list.length; index++) - list[index] = list[index + 1]; - list.pop(); -} - -function unwrapListeners(arr) { - var ret = new Array(arr.length); - for (var i = 0; i < ret.length; ++i) { - ret[i] = arr[i].listener || arr[i]; - } - return ret; -} - -function once(emitter, name) { - return new Promise(function (resolve, reject) { - function errorListener(err) { - emitter.removeListener(name, resolver); - reject(err); - } - - function resolver() { - if (typeof emitter.removeListener === 'function') { - emitter.removeListener('error', errorListener); - } - resolve([].slice.call(arguments)); - }; - - eventTargetAgnosticAddListener(emitter, name, resolver, { once: true }); - if (name !== 'error') { - addErrorHandlerIfEventEmitter(emitter, errorListener, { once: true }); - } - }); -} - -function addErrorHandlerIfEventEmitter(emitter, handler, flags) { - if (typeof emitter.on === 'function') { - eventTargetAgnosticAddListener(emitter, 'error', handler, flags); - } -} - -function eventTargetAgnosticAddListener(emitter, name, listener, flags) { - if (typeof emitter.on === 'function') { - if (flags.once) { - emitter.once(name, listener); - } else { - emitter.on(name, listener); - } - } else if (typeof emitter.addEventListener === 'function') { - // EventTarget does not have `error` event semantics like Node - // EventEmitters, we do not listen for `error` events here. - emitter.addEventListener(name, function wrapListener(arg) { - // IE does not have builtin `{ once: true }` support so we - // have to do it manually. - if (flags.once) { - emitter.removeEventListener(name, wrapListener); - } - listener(arg); - }); - } else { - throw new TypeError('The "emitter" argument must be of type EventEmitter. Received type ' + typeof emitter); - } -} diff --git a/software/flow/node_modules/npm/node_modules/events/package.json b/software/flow/node_modules/npm/node_modules/events/package.json deleted file mode 100644 index b9580d8..0000000 --- a/software/flow/node_modules/npm/node_modules/events/package.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "events", - "version": "3.3.0", - "description": "Node's event emitter for all engines.", - "keywords": [ - "events", - "eventEmitter", - "eventDispatcher", - "listeners" - ], - "author": "Irakli Gozalishvili <rfobic@gmail.com> (http://jeditoolkit.com)", - "repository": { - "type": "git", - "url": "git://github.com/Gozala/events.git", - "web": "https://github.com/Gozala/events" - }, - "bugs": { - "url": "http://github.com/Gozala/events/issues/" - }, - "main": "./events.js", - "engines": { - "node": ">=0.8.x" - }, - "devDependencies": { - "airtap": "^1.0.0", - "functions-have-names": "^1.2.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "isarray": "^2.0.5", - "tape": "^5.0.0" - }, - "scripts": { - "test": "node tests/index.js", - "test:browsers": "airtap -- tests/index.js" - }, - "license": "MIT" -} diff --git a/software/flow/node_modules/npm/node_modules/events/security.md b/software/flow/node_modules/npm/node_modules/events/security.md deleted file mode 100644 index a14ace6..0000000 --- a/software/flow/node_modules/npm/node_modules/events/security.md +++ /dev/null @@ -1,10 +0,0 @@ -# Security Policy - -## Supported Versions -Only the latest major version is supported at any given time. - -## Reporting a Vulnerability - -To report a security vulnerability, please use the -[Tidelift security contact](https://tidelift.com/security). -Tidelift will coordinate the fix and disclosure. diff --git a/software/flow/node_modules/npm/node_modules/events/tests/add-listeners.js b/software/flow/node_modules/npm/node_modules/events/tests/add-listeners.js deleted file mode 100644 index 9b57827..0000000 --- a/software/flow/node_modules/npm/node_modules/events/tests/add-listeners.js +++ /dev/null @@ -1,111 +0,0 @@ -// Copyright Joyent, Inc. and other Node contributors. -// -// Permission is hereby granted, free of charge, to any person obtaining a -// copy of this software and associated documentation files (the -// "Software"), to deal in the Software without restriction, including -// without limitation the rights to use, copy, modify, merge, publish, -// distribute, sublicense, and/or sell copies of the Software, and to permit -// persons to whom the Software is furnished to do so, subject to the -// following conditions: -// -// The above copyright notice and this permission notice shall be included -// in all copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN -// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, -// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR -// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE -// USE OR OTHER DEALINGS IN THE SOFTWARE. - -var common = require('./common'); -var assert = require('assert'); -var EventEmitter = require('../'); - -{ - var ee = new EventEmitter(); - var events_new_listener_emitted = []; - var listeners_new_listener_emitted = []; - - // Sanity check - assert.strictEqual(ee.addListener, ee.on); - - ee.on('newListener', function(event, listener) { - // Don't track newListener listeners. - if (event === 'newListener') - return; - - events_new_listener_emitted.push(event); - listeners_new_listener_emitted.push(listener); - }); - - var hello = common.mustCall(function(a, b) { - assert.strictEqual('a', a); - assert.strictEqual('b', b); - }); - - ee.once('newListener', function(name, listener) { - assert.strictEqual(name, 'hello'); - assert.strictEqual(listener, hello); - - var listeners = this.listeners('hello'); - assert.ok(Array.isArray(listeners)); - assert.strictEqual(listeners.length, 0); - }); - - ee.on('hello', hello); - ee.once('foo', assert.fail); - - assert.ok(Array.isArray(events_new_listener_emitted)); - assert.strictEqual(events_new_listener_emitted.length, 2); - assert.strictEqual(events_new_listener_emitted[0], 'hello'); - assert.strictEqual(events_new_listener_emitted[1], 'foo'); - - assert.ok(Array.isArray(listeners_new_listener_emitted)); - assert.strictEqual(listeners_new_listener_emitted.length, 2); - assert.strictEqual(listeners_new_listener_emitted[0], hello); - assert.strictEqual(listeners_new_listener_emitted[1], assert.fail); - - ee.emit('hello', 'a', 'b'); -} - -// just make sure that this doesn't throw: -{ - var f = new EventEmitter(); - - f.setMaxListeners(0); -} - -{ - var listen1 = function() {}; - var listen2 = function() {}; - var ee = new EventEmitter(); - - ee.once('newListener', function() { - var listeners = ee.listeners('hello'); - assert.ok(Array.isArray(listeners)); - assert.strictEqual(listeners.length, 0); - ee.once('newListener', function() { - var listeners = ee.listeners('hello'); - assert.ok(Array.isArray(listeners)); - assert.strictEqual(listeners.length, 0); - }); - ee.on('hello', listen2); - }); - ee.on('hello', listen1); - // The order of listeners on an event is not always the order in which the - // listeners were added. - var listeners = ee.listeners('hello'); - assert.ok(Array.isArray(listeners)); - assert.strictEqual(listeners.length, 2); - assert.strictEqual(listeners[0], listen2); - assert.strictEqual(listeners[1], listen1); -} - -// Verify that the listener must be a function -assert.throws(function() { - var ee = new EventEmitter(); - - ee.on('foo', null); -}, /^TypeError: The "listener" argument must be of type Function. Received type object$/); diff --git a/software/flow/node_modules/npm/node_modules/events/tests/check-listener-leaks.js b/software/flow/node_modules/npm/node_modules/events/tests/check-listener-leaks.js deleted file mode 100644 index 7fce48f..0000000 --- a/software/flow/node_modules/npm/node_modules/events/tests/check-listener-leaks.js +++ /dev/null @@ -1,101 +0,0 @@ -// Copyright Joyent, Inc. and other Node contributors. -// -// Permission is hereby granted, free of charge, to any person obtaining a -// copy of this software and associated documentation files (the -// "Software"), to deal in the Software without restriction, including -// without limitation the rights to use, copy, modify, merge, publish, -// distribute, sublicense, and/or sell copies of the Software, and to permit -// persons to whom the Software is furnished to do so, subject to the -// following conditions: -// -// The above copyright notice and this permission notice shall be included -// in all copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN -// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, -// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR -// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE -// USE OR OTHER DEALINGS IN THE SOFTWARE. - -var common = require('./common'); -var assert = require('assert'); -var events = require('../'); - -// Redirect warning output to tape. -var consoleWarn = console.warn; -console.warn = common.test.comment; - -common.test.on('end', function () { - console.warn = consoleWarn; -}); - -// default -{ - var e = new events.EventEmitter(); - - for (var i = 0; i < 10; i++) { - e.on('default', common.mustNotCall()); - } - assert.ok(!e._events['default'].hasOwnProperty('warned')); - e.on('default', common.mustNotCall()); - assert.ok(e._events['default'].warned); - - // specific - e.setMaxListeners(5); - for (var i = 0; i < 5; i++) { - e.on('specific', common.mustNotCall()); - } - assert.ok(!e._events['specific'].hasOwnProperty('warned')); - e.on('specific', common.mustNotCall()); - assert.ok(e._events['specific'].warned); - - // only one - e.setMaxListeners(1); - e.on('only one', common.mustNotCall()); - assert.ok(!e._events['only one'].hasOwnProperty('warned')); - e.on('only one', common.mustNotCall()); - assert.ok(e._events['only one'].hasOwnProperty('warned')); - - // unlimited - e.setMaxListeners(0); - for (var i = 0; i < 1000; i++) { - e.on('unlimited', common.mustNotCall()); - } - assert.ok(!e._events['unlimited'].hasOwnProperty('warned')); -} - -// process-wide -{ - events.EventEmitter.defaultMaxListeners = 42; - var e = new events.EventEmitter(); - - for (var i = 0; i < 42; ++i) { - e.on('fortytwo', common.mustNotCall()); - } - assert.ok(!e._events['fortytwo'].hasOwnProperty('warned')); - e.on('fortytwo', common.mustNotCall()); - assert.ok(e._events['fortytwo'].hasOwnProperty('warned')); - delete e._events['fortytwo'].warned; - - events.EventEmitter.defaultMaxListeners = 44; - e.on('fortytwo', common.mustNotCall()); - assert.ok(!e._events['fortytwo'].hasOwnProperty('warned')); - e.on('fortytwo', common.mustNotCall()); - assert.ok(e._events['fortytwo'].hasOwnProperty('warned')); -} - -// but _maxListeners still has precedence over defaultMaxListeners -{ - events.EventEmitter.defaultMaxListeners = 42; - var e = new events.EventEmitter(); - e.setMaxListeners(1); - e.on('uno', common.mustNotCall()); - assert.ok(!e._events['uno'].hasOwnProperty('warned')); - e.on('uno', common.mustNotCall()); - assert.ok(e._events['uno'].hasOwnProperty('warned')); - - // chainable - assert.strictEqual(e, e.setMaxListeners(1)); -} diff --git a/software/flow/node_modules/npm/node_modules/events/tests/common.js b/software/flow/node_modules/npm/node_modules/events/tests/common.js deleted file mode 100644 index 49569b0..0000000 --- a/software/flow/node_modules/npm/node_modules/events/tests/common.js +++ /dev/null @@ -1,104 +0,0 @@ -// Copyright Joyent, Inc. and other Node contributors. -// -// Permission is hereby granted, free of charge, to any person obtaining a -// copy of this software and associated documentation files (the -// "Software"), to deal in the Software without restriction, including -// without limitation the rights to use, copy, modify, merge, publish, -// distribute, sublicense, and/or sell copies of the Software, and to permit -// persons to whom the Software is furnished to do so, subject to the -// following conditions: -// -// The above copyright notice and this permission notice shall be included -// in all copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN -// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, -// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR -// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE -// USE OR OTHER DEALINGS IN THE SOFTWARE. - -var test = require('tape'); -var assert = require('assert'); - -var noop = function() {}; - -var mustCallChecks = []; - -function runCallChecks(exitCode) { - if (exitCode !== 0) return; - - var failed = filter(mustCallChecks, function(context) { - if ('minimum' in context) { - context.messageSegment = 'at least ' + context.minimum; - return context.actual < context.minimum; - } else { - context.messageSegment = 'exactly ' + context.exact; - return context.actual !== context.exact; - } - }); - - for (var i = 0; i < failed.length; i++) { - var context = failed[i]; - console.log('Mismatched %s function calls. Expected %s, actual %d.', - context.name, - context.messageSegment, - context.actual); - // IE8 has no .stack - if (context.stack) console.log(context.stack.split('\n').slice(2).join('\n')); - } - - assert.strictEqual(failed.length, 0); -} - -exports.mustCall = function(fn, exact) { - return _mustCallInner(fn, exact, 'exact'); -}; - -function _mustCallInner(fn, criteria, field) { - if (typeof criteria == 'undefined') criteria = 1; - - if (typeof fn === 'number') { - criteria = fn; - fn = noop; - } else if (fn === undefined) { - fn = noop; - } - - if (typeof criteria !== 'number') - throw new TypeError('Invalid ' + field + ' value: ' + criteria); - - var context = { - actual: 0, - stack: (new Error()).stack, - name: fn.name || '<anonymous>' - }; - - context[field] = criteria; - - // add the exit listener only once to avoid listener leak warnings - if (mustCallChecks.length === 0) test.onFinish(function() { runCallChecks(0); }); - - mustCallChecks.push(context); - - return function() { - context.actual++; - return fn.apply(this, arguments); - }; -} - -exports.mustNotCall = function(msg) { - return function mustNotCall() { - assert.fail(msg || 'function should not have been called'); - }; -}; - -function filter(arr, fn) { - if (arr.filter) return arr.filter(fn); - var filtered = []; - for (var i = 0; i < arr.length; i++) { - if (fn(arr[i], i, arr)) filtered.push(arr[i]); - } - return filtered -} diff --git a/software/flow/node_modules/npm/node_modules/events/tests/errors.js b/software/flow/node_modules/npm/node_modules/events/tests/errors.js deleted file mode 100644 index a23df43..0000000 --- a/software/flow/node_modules/npm/node_modules/events/tests/errors.js +++ /dev/null @@ -1,13 +0,0 @@ -'use strict'; -var assert = require('assert'); -var EventEmitter = require('../'); - -var EE = new EventEmitter(); - -assert.throws(function () { - EE.emit('error', 'Accepts a string'); -}, 'Error: Unhandled error. (Accepts a string)'); - -assert.throws(function () { - EE.emit('error', { message: 'Error!' }); -}, 'Unhandled error. ([object Object])'); diff --git a/software/flow/node_modules/npm/node_modules/events/tests/events-list.js b/software/flow/node_modules/npm/node_modules/events/tests/events-list.js deleted file mode 100644 index 08aa621..0000000 --- a/software/flow/node_modules/npm/node_modules/events/tests/events-list.js +++ /dev/null @@ -1,28 +0,0 @@ -'use strict'; - -var EventEmitter = require('../'); -var assert = require('assert'); - -var EE = new EventEmitter(); -var m = function() {}; -EE.on('foo', function() {}); -assert.equal(1, EE.eventNames().length); -assert.equal('foo', EE.eventNames()[0]); -EE.on('bar', m); -assert.equal(2, EE.eventNames().length); -assert.equal('foo', EE.eventNames()[0]); -assert.equal('bar', EE.eventNames()[1]); -EE.removeListener('bar', m); -assert.equal(1, EE.eventNames().length); -assert.equal('foo', EE.eventNames()[0]); - -if (typeof Symbol !== 'undefined') { - var s = Symbol('s'); - EE.on(s, m); - assert.equal(2, EE.eventNames().length); - assert.equal('foo', EE.eventNames()[0]); - assert.equal(s, EE.eventNames()[1]); - EE.removeListener(s, m); - assert.equal(1, EE.eventNames().length); - assert.equal('foo', EE.eventNames()[0]); -} diff --git a/software/flow/node_modules/npm/node_modules/events/tests/events-once.js b/software/flow/node_modules/npm/node_modules/events/tests/events-once.js deleted file mode 100644 index dae8649..0000000 --- a/software/flow/node_modules/npm/node_modules/events/tests/events-once.js +++ /dev/null @@ -1,234 +0,0 @@ -'use strict'; - -var common = require('./common'); -var EventEmitter = require('../').EventEmitter; -var once = require('../').once; -var has = require('has'); -var assert = require('assert'); - -function Event(type) { - this.type = type; -} - -function EventTargetMock() { - this.events = {}; - - this.addEventListener = common.mustCall(this.addEventListener); - this.removeEventListener = common.mustCall(this.removeEventListener); -} - -EventTargetMock.prototype.addEventListener = function addEventListener(name, listener, options) { - if (!(name in this.events)) { - this.events[name] = { listeners: [], options: options || {} } - } - this.events[name].listeners.push(listener); -}; - -EventTargetMock.prototype.removeEventListener = function removeEventListener(name, callback) { - if (!(name in this.events)) { - return; - } - var event = this.events[name]; - var stack = event.listeners; - - for (var i = 0, l = stack.length; i < l; i++) { - if (stack[i] === callback) { - stack.splice(i, 1); - if (stack.length === 0) { - delete this.events[name]; - } - return; - } - } -}; - -EventTargetMock.prototype.dispatchEvent = function dispatchEvent(arg) { - if (!(arg.type in this.events)) { - return true; - } - - var event = this.events[arg.type]; - var stack = event.listeners.slice(); - - for (var i = 0, l = stack.length; i < l; i++) { - stack[i].call(null, arg); - if (event.options.once) { - this.removeEventListener(arg.type, stack[i]); - } - } - return !arg.defaultPrevented; -}; - -function onceAnEvent() { - var ee = new EventEmitter(); - - process.nextTick(function () { - ee.emit('myevent', 42); - }); - - return once(ee, 'myevent').then(function (args) { - var value = args[0] - assert.strictEqual(value, 42); - assert.strictEqual(ee.listenerCount('error'), 0); - assert.strictEqual(ee.listenerCount('myevent'), 0); - }); -} - -function onceAnEventWithTwoArgs() { - var ee = new EventEmitter(); - - process.nextTick(function () { - ee.emit('myevent', 42, 24); - }); - - return once(ee, 'myevent').then(function (value) { - assert.strictEqual(value.length, 2); - assert.strictEqual(value[0], 42); - assert.strictEqual(value[1], 24); - }); -} - -function catchesErrors() { - var ee = new EventEmitter(); - - var expected = new Error('kaboom'); - var err; - process.nextTick(function () { - ee.emit('error', expected); - }); - - return once(ee, 'myevent').then(function () { - throw new Error('should reject') - }, function (err) { - assert.strictEqual(err, expected); - assert.strictEqual(ee.listenerCount('error'), 0); - assert.strictEqual(ee.listenerCount('myevent'), 0); - }); -} - -function stopListeningAfterCatchingError() { - var ee = new EventEmitter(); - - var expected = new Error('kaboom'); - var err; - process.nextTick(function () { - ee.emit('error', expected); - ee.emit('myevent', 42, 24); - }); - - // process.on('multipleResolves', common.mustNotCall()); - - return once(ee, 'myevent').then(common.mustNotCall, function (err) { - // process.removeAllListeners('multipleResolves'); - assert.strictEqual(err, expected); - assert.strictEqual(ee.listenerCount('error'), 0); - assert.strictEqual(ee.listenerCount('myevent'), 0); - }); -} - -function onceError() { - var ee = new EventEmitter(); - - var expected = new Error('kaboom'); - process.nextTick(function () { - ee.emit('error', expected); - }); - - var promise = once(ee, 'error'); - assert.strictEqual(ee.listenerCount('error'), 1); - return promise.then(function (args) { - var err = args[0] - assert.strictEqual(err, expected); - assert.strictEqual(ee.listenerCount('error'), 0); - assert.strictEqual(ee.listenerCount('myevent'), 0); - }); -} - -function onceWithEventTarget() { - var et = new EventTargetMock(); - var event = new Event('myevent'); - process.nextTick(function () { - et.dispatchEvent(event); - }); - return once(et, 'myevent').then(function (args) { - var value = args[0]; - assert.strictEqual(value, event); - assert.strictEqual(has(et.events, 'myevent'), false); - }); -} - -function onceWithEventTargetError() { - var et = new EventTargetMock(); - var error = new Event('error'); - process.nextTick(function () { - et.dispatchEvent(error); - }); - return once(et, 'error').then(function (args) { - var err = args[0]; - assert.strictEqual(err, error); - assert.strictEqual(has(et.events, 'error'), false); - }); -} - -function prioritizesEventEmitter() { - var ee = new EventEmitter(); - ee.addEventListener = assert.fail; - ee.removeAllListeners = assert.fail; - process.nextTick(function () { - ee.emit('foo'); - }); - return once(ee, 'foo'); -} - -var allTests = [ - onceAnEvent(), - onceAnEventWithTwoArgs(), - catchesErrors(), - stopListeningAfterCatchingError(), - onceError(), - onceWithEventTarget(), - onceWithEventTargetError(), - prioritizesEventEmitter() -]; - -var hasBrowserEventTarget = false; -try { - hasBrowserEventTarget = typeof (new window.EventTarget().addEventListener) === 'function' && - new window.Event('xyz').type === 'xyz'; -} catch (err) {} - -if (hasBrowserEventTarget) { - var onceWithBrowserEventTarget = function onceWithBrowserEventTarget() { - var et = new window.EventTarget(); - var event = new window.Event('myevent'); - process.nextTick(function () { - et.dispatchEvent(event); - }); - return once(et, 'myevent').then(function (args) { - var value = args[0]; - assert.strictEqual(value, event); - assert.strictEqual(has(et.events, 'myevent'), false); - }); - } - - var onceWithBrowserEventTargetError = function onceWithBrowserEventTargetError() { - var et = new window.EventTarget(); - var error = new window.Event('error'); - process.nextTick(function () { - et.dispatchEvent(error); - }); - return once(et, 'error').then(function (args) { - var err = args[0]; - assert.strictEqual(err, error); - assert.strictEqual(has(et.events, 'error'), false); - }); - } - - common.test.comment('Testing with browser built-in EventTarget'); - allTests.push([ - onceWithBrowserEventTarget(), - onceWithBrowserEventTargetError() - ]); -} - -module.exports = Promise.all(allTests); diff --git a/software/flow/node_modules/npm/node_modules/events/tests/index.js b/software/flow/node_modules/npm/node_modules/events/tests/index.js deleted file mode 100644 index 2d739e6..0000000 --- a/software/flow/node_modules/npm/node_modules/events/tests/index.js +++ /dev/null @@ -1,64 +0,0 @@ -var test = require('tape'); -var functionsHaveNames = require('functions-have-names'); -var hasSymbols = require('has-symbols'); - -require('./legacy-compat'); -var common = require('./common'); - -// we do this to easily wrap each file in a mocha test -// and also have browserify be able to statically analyze this file -var orig_require = require; -var require = function(file) { - test(file, function(t) { - // Store the tape object so tests can access it. - t.on('end', function () { delete common.test; }); - common.test = t; - - try { - var exp = orig_require(file); - if (exp && exp.then) { - exp.then(function () { t.end(); }, t.fail); - return; - } - } catch (err) { - t.fail(err); - } - t.end(); - }); -}; - -require('./add-listeners.js'); -require('./check-listener-leaks.js'); -require('./errors.js'); -require('./events-list.js'); -if (typeof Promise === 'function') { - require('./events-once.js'); -} else { - // Promise support is not available. - test('./events-once.js', { skip: true }, function () {}); -} -require('./listener-count.js'); -require('./listeners-side-effects.js'); -require('./listeners.js'); -require('./max-listeners.js'); -if (functionsHaveNames()) { - require('./method-names.js'); -} else { - // Function.name is not supported in IE - test('./method-names.js', { skip: true }, function () {}); -} -require('./modify-in-emit.js'); -require('./num-args.js'); -require('./once.js'); -require('./prepend.js'); -require('./set-max-listeners-side-effects.js'); -require('./special-event-names.js'); -require('./subclass.js'); -if (hasSymbols()) { - require('./symbols.js'); -} else { - // Symbol is not available. - test('./symbols.js', { skip: true }, function () {}); -} -require('./remove-all-listeners.js'); -require('./remove-listeners.js'); diff --git a/software/flow/node_modules/npm/node_modules/events/tests/legacy-compat.js b/software/flow/node_modules/npm/node_modules/events/tests/legacy-compat.js deleted file mode 100644 index a402be6..0000000 --- a/software/flow/node_modules/npm/node_modules/events/tests/legacy-compat.js +++ /dev/null @@ -1,16 +0,0 @@ -// sigh... life is hard -if (!global.console) { - console = {} -} - -var fns = ['log', 'error', 'trace']; -for (var i=0 ; i<fns.length ; ++i) { - var fn = fns[i]; - if (!console[fn]) { - console[fn] = function() {}; - } -} - -if (!Array.isArray) { - Array.isArray = require('isarray'); -} diff --git a/software/flow/node_modules/npm/node_modules/events/tests/listener-count.js b/software/flow/node_modules/npm/node_modules/events/tests/listener-count.js deleted file mode 100644 index 9d422d8..0000000 --- a/software/flow/node_modules/npm/node_modules/events/tests/listener-count.js +++ /dev/null @@ -1,37 +0,0 @@ -// Copyright Joyent, Inc. and other Node contributors. -// -// Permission is hereby granted, free of charge, to any person obtaining a -// copy of this software and associated documentation files (the -// "Software"), to deal in the Software without restriction, including -// without limitation the rights to use, copy, modify, merge, publish, -// distribute, sublicense, and/or sell copies of the Software, and to permit -// persons to whom the Software is furnished to do so, subject to the -// following conditions: -// -// The above copyright notice and this permission notice shall be included -// in all copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN -// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, -// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR -// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE -// USE OR OTHER DEALINGS IN THE SOFTWARE. - -require('./common'); -var assert = require('assert'); -var EventEmitter = require('../'); - -var emitter = new EventEmitter(); -emitter.on('foo', function() {}); -emitter.on('foo', function() {}); -emitter.on('baz', function() {}); -// Allow any type -emitter.on(123, function() {}); - -assert.strictEqual(EventEmitter.listenerCount(emitter, 'foo'), 2); -assert.strictEqual(emitter.listenerCount('foo'), 2); -assert.strictEqual(emitter.listenerCount('bar'), 0); -assert.strictEqual(emitter.listenerCount('baz'), 1); -assert.strictEqual(emitter.listenerCount(123), 1); diff --git a/software/flow/node_modules/npm/node_modules/events/tests/listeners-side-effects.js b/software/flow/node_modules/npm/node_modules/events/tests/listeners-side-effects.js deleted file mode 100644 index 180f833..0000000 --- a/software/flow/node_modules/npm/node_modules/events/tests/listeners-side-effects.js +++ /dev/null @@ -1,56 +0,0 @@ -// Copyright Joyent, Inc. and other Node contributors. -// -// Permission is hereby granted, free of charge, to any person obtaining a -// copy of this software and associated documentation files (the -// "Software"), to deal in the Software without restriction, including -// without limitation the rights to use, copy, modify, merge, publish, -// distribute, sublicense, and/or sell copies of the Software, and to permit -// persons to whom the Software is furnished to do so, subject to the -// following conditions: -// -// The above copyright notice and this permission notice shall be included -// in all copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN -// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, -// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR -// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE -// USE OR OTHER DEALINGS IN THE SOFTWARE. - -require('./common'); -var assert = require('assert'); - -var EventEmitter = require('../').EventEmitter; - -var e = new EventEmitter(); -var fl; // foo listeners - -fl = e.listeners('foo'); -assert.ok(Array.isArray(fl)); -assert.strictEqual(fl.length, 0); -if (Object.create) assert.ok(!(e._events instanceof Object)); -assert.strictEqual(Object.keys(e._events).length, 0); - -e.on('foo', assert.fail); -fl = e.listeners('foo'); -assert.strictEqual(e._events.foo, assert.fail); -assert.ok(Array.isArray(fl)); -assert.strictEqual(fl.length, 1); -assert.strictEqual(fl[0], assert.fail); - -e.listeners('bar'); - -e.on('foo', assert.ok); -fl = e.listeners('foo'); - -assert.ok(Array.isArray(e._events.foo)); -assert.strictEqual(e._events.foo.length, 2); -assert.strictEqual(e._events.foo[0], assert.fail); -assert.strictEqual(e._events.foo[1], assert.ok); - -assert.ok(Array.isArray(fl)); -assert.strictEqual(fl.length, 2); -assert.strictEqual(fl[0], assert.fail); -assert.strictEqual(fl[1], assert.ok); diff --git a/software/flow/node_modules/npm/node_modules/events/tests/listeners.js b/software/flow/node_modules/npm/node_modules/events/tests/listeners.js deleted file mode 100644 index 1909d2d..0000000 --- a/software/flow/node_modules/npm/node_modules/events/tests/listeners.js +++ /dev/null @@ -1,168 +0,0 @@ -// Copyright Joyent, Inc. and other Node contributors. -// -// Permission is hereby granted, free of charge, to any person obtaining a -// copy of this software and associated documentation files (the -// "Software"), to deal in the Software without restriction, including -// without limitation the rights to use, copy, modify, merge, publish, -// distribute, sublicense, and/or sell copies of the Software, and to permit -// persons to whom the Software is furnished to do so, subject to the -// following conditions: -// -// The above copyright notice and this permission notice shall be included -// in all copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN -// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, -// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR -// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE -// USE OR OTHER DEALINGS IN THE SOFTWARE. - -require('./common'); -var assert = require('assert'); -var events = require('../'); -var util = require('util'); - -function listener() {} -function listener2() {} -function listener3() { - return 0; -} -function listener4() { - return 1; -} - -function TestStream() {} -util.inherits(TestStream, events.EventEmitter); - -{ - var ee = new events.EventEmitter(); - ee.on('foo', listener); - var fooListeners = ee.listeners('foo'); - - var listeners = ee.listeners('foo'); - assert.ok(Array.isArray(listeners)); - assert.strictEqual(listeners.length, 1); - assert.strictEqual(listeners[0], listener); - - ee.removeAllListeners('foo'); - listeners = ee.listeners('foo'); - assert.ok(Array.isArray(listeners)); - assert.strictEqual(listeners.length, 0); - - assert.ok(Array.isArray(fooListeners)); - assert.strictEqual(fooListeners.length, 1); - assert.strictEqual(fooListeners[0], listener); -} - -{ - var ee = new events.EventEmitter(); - ee.on('foo', listener); - - var eeListenersCopy = ee.listeners('foo'); - assert.ok(Array.isArray(eeListenersCopy)); - assert.strictEqual(eeListenersCopy.length, 1); - assert.strictEqual(eeListenersCopy[0], listener); - - var listeners = ee.listeners('foo'); - assert.ok(Array.isArray(listeners)); - assert.strictEqual(listeners.length, 1); - assert.strictEqual(listeners[0], listener); - - eeListenersCopy.push(listener2); - listeners = ee.listeners('foo'); - - assert.ok(Array.isArray(listeners)); - assert.strictEqual(listeners.length, 1); - assert.strictEqual(listeners[0], listener); - - assert.strictEqual(eeListenersCopy.length, 2); - assert.strictEqual(eeListenersCopy[0], listener); - assert.strictEqual(eeListenersCopy[1], listener2); -} - -{ - var ee = new events.EventEmitter(); - ee.on('foo', listener); - var eeListenersCopy = ee.listeners('foo'); - ee.on('foo', listener2); - - var listeners = ee.listeners('foo'); - assert.ok(Array.isArray(listeners)); - assert.strictEqual(listeners.length, 2); - assert.strictEqual(listeners[0], listener); - assert.strictEqual(listeners[1], listener2); - - assert.ok(Array.isArray(eeListenersCopy)); - assert.strictEqual(eeListenersCopy.length, 1); - assert.strictEqual(eeListenersCopy[0], listener); -} - -{ - var ee = new events.EventEmitter(); - ee.once('foo', listener); - var listeners = ee.listeners('foo'); - assert.ok(Array.isArray(listeners)); - assert.strictEqual(listeners.length, 1); - assert.strictEqual(listeners[0], listener); -} - -{ - var ee = new events.EventEmitter(); - ee.on('foo', listener); - ee.once('foo', listener2); - - var listeners = ee.listeners('foo'); - assert.ok(Array.isArray(listeners)); - assert.strictEqual(listeners.length, 2); - assert.strictEqual(listeners[0], listener); - assert.strictEqual(listeners[1], listener2); -} - -{ - var ee = new events.EventEmitter(); - ee._events = undefined; - var listeners = ee.listeners('foo'); - assert.ok(Array.isArray(listeners)); - assert.strictEqual(listeners.length, 0); -} - -{ - var s = new TestStream(); - var listeners = s.listeners('foo'); - assert.ok(Array.isArray(listeners)); - assert.strictEqual(listeners.length, 0); -} - - -{ - var ee = new events.EventEmitter(); - ee.on('foo', listener); - var wrappedListener = ee.rawListeners('foo'); - assert.strictEqual(wrappedListener.length, 1); - assert.strictEqual(wrappedListener[0], listener); - assert.notStrictEqual(wrappedListener, ee.rawListeners('foo')); - ee.once('foo', listener); - var wrappedListeners = ee.rawListeners('foo'); - assert.strictEqual(wrappedListeners.length, 2); - assert.strictEqual(wrappedListeners[0], listener); - assert.notStrictEqual(wrappedListeners[1], listener); - assert.strictEqual(wrappedListeners[1].listener, listener); - assert.notStrictEqual(wrappedListeners, ee.rawListeners('foo')); - ee.emit('foo'); - assert.strictEqual(wrappedListeners.length, 2); - assert.strictEqual(wrappedListeners[1].listener, listener); -} - -{ - var ee = new events.EventEmitter(); - ee.once('foo', listener3); - ee.on('foo', listener4); - var rawListeners = ee.rawListeners('foo'); - assert.strictEqual(rawListeners.length, 2); - assert.strictEqual(rawListeners[0](), 0); - var rawListener = ee.rawListeners('foo'); - assert.strictEqual(rawListener.length, 1); - assert.strictEqual(rawListener[0](), 1); -} diff --git a/software/flow/node_modules/npm/node_modules/events/tests/max-listeners.js b/software/flow/node_modules/npm/node_modules/events/tests/max-listeners.js deleted file mode 100644 index 0b43953..0000000 --- a/software/flow/node_modules/npm/node_modules/events/tests/max-listeners.js +++ /dev/null @@ -1,47 +0,0 @@ -// Copyright Joyent, Inc. and other Node contributors. -// -// Permission is hereby granted, free of charge, to any person obtaining a -// copy of this software and associated documentation files (the -// "Software"), to deal in the Software without restriction, including -// without limitation the rights to use, copy, modify, merge, publish, -// distribute, sublicense, and/or sell copies of the Software, and to permit -// persons to whom the Software is furnished to do so, subject to the -// following conditions: -// -// The above copyright notice and this permission notice shall be included -// in all copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN -// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, -// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR -// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE -// USE OR OTHER DEALINGS IN THE SOFTWARE. - -var common = require('./common'); -var assert = require('assert'); -var events = require('../'); -var e = new events.EventEmitter(); - -var hasDefineProperty = !!Object.defineProperty; -try { Object.defineProperty({}, 'x', { value: 0 }); } catch (err) { hasDefineProperty = false } - -e.on('maxListeners', common.mustCall()); - -// Should not corrupt the 'maxListeners' queue. -e.setMaxListeners(42); - -var throwsObjs = [NaN, -1, 'and even this']; -var maxError = /^RangeError: The value of "n" is out of range\. It must be a non-negative number\./; -var defError = /^RangeError: The value of "defaultMaxListeners" is out of range\. It must be a non-negative number\./; - -for (var i = 0; i < throwsObjs.length; i++) { - var obj = throwsObjs[i]; - assert.throws(function() { e.setMaxListeners(obj); }, maxError); - if (hasDefineProperty) { - assert.throws(function() { events.defaultMaxListeners = obj; }, defError); - } -} - -e.emit('maxListeners'); diff --git a/software/flow/node_modules/npm/node_modules/events/tests/method-names.js b/software/flow/node_modules/npm/node_modules/events/tests/method-names.js deleted file mode 100644 index 364a161..0000000 --- a/software/flow/node_modules/npm/node_modules/events/tests/method-names.js +++ /dev/null @@ -1,35 +0,0 @@ -// Copyright Joyent, Inc. and other Node contributors. -// -// Permission is hereby granted, free of charge, to any person obtaining a -// copy of this software and associated documentation files (the -// "Software"), to deal in the Software without restriction, including -// without limitation the rights to use, copy, modify, merge, publish, -// distribute, sublicense, and/or sell copies of the Software, and to permit -// persons to whom the Software is furnished to do so, subject to the -// following conditions: -// -// The above copyright notice and this permission notice shall be included -// in all copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN -// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, -// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR -// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE -// USE OR OTHER DEALINGS IN THE SOFTWARE. - -'use strict'; -require('./common'); -var assert = require('assert'); -var events = require('../'); - -var E = events.EventEmitter.prototype; -assert.strictEqual(E.constructor.name, 'EventEmitter'); -assert.strictEqual(E.on, E.addListener); // Same method. -assert.strictEqual(E.off, E.removeListener); // Same method. -Object.getOwnPropertyNames(E).forEach(function(name) { - if (name === 'constructor' || name === 'on' || name === 'off') return; - if (typeof E[name] !== 'function') return; - assert.strictEqual(E[name].name, name); -}); diff --git a/software/flow/node_modules/npm/node_modules/events/tests/modify-in-emit.js b/software/flow/node_modules/npm/node_modules/events/tests/modify-in-emit.js deleted file mode 100644 index 53fa633..0000000 --- a/software/flow/node_modules/npm/node_modules/events/tests/modify-in-emit.js +++ /dev/null @@ -1,90 +0,0 @@ -// Copyright Joyent, Inc. and other Node contributors. -// -// Permission is hereby granted, free of charge, to any person obtaining a -// copy of this software and associated documentation files (the -// "Software"), to deal in the Software without restriction, including -// without limitation the rights to use, copy, modify, merge, publish, -// distribute, sublicense, and/or sell copies of the Software, and to permit -// persons to whom the Software is furnished to do so, subject to the -// following conditions: -// -// The above copyright notice and this permission notice shall be included -// in all copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN -// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, -// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR -// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE -// USE OR OTHER DEALINGS IN THE SOFTWARE. - -require('./common'); -var assert = require('assert'); -var events = require('../'); - -var callbacks_called = []; - -var e = new events.EventEmitter(); - -function callback1() { - callbacks_called.push('callback1'); - e.on('foo', callback2); - e.on('foo', callback3); - e.removeListener('foo', callback1); -} - -function callback2() { - callbacks_called.push('callback2'); - e.removeListener('foo', callback2); -} - -function callback3() { - callbacks_called.push('callback3'); - e.removeListener('foo', callback3); -} - -e.on('foo', callback1); -assert.strictEqual(e.listeners('foo').length, 1); - -e.emit('foo'); -assert.strictEqual(e.listeners('foo').length, 2); -assert.ok(Array.isArray(callbacks_called)); -assert.strictEqual(callbacks_called.length, 1); -assert.strictEqual(callbacks_called[0], 'callback1'); - -e.emit('foo'); -assert.strictEqual(e.listeners('foo').length, 0); -assert.ok(Array.isArray(callbacks_called)); -assert.strictEqual(callbacks_called.length, 3); -assert.strictEqual(callbacks_called[0], 'callback1'); -assert.strictEqual(callbacks_called[1], 'callback2'); -assert.strictEqual(callbacks_called[2], 'callback3'); - -e.emit('foo'); -assert.strictEqual(e.listeners('foo').length, 0); -assert.ok(Array.isArray(callbacks_called)); -assert.strictEqual(callbacks_called.length, 3); -assert.strictEqual(callbacks_called[0], 'callback1'); -assert.strictEqual(callbacks_called[1], 'callback2'); -assert.strictEqual(callbacks_called[2], 'callback3'); - -e.on('foo', callback1); -e.on('foo', callback2); -assert.strictEqual(e.listeners('foo').length, 2); -e.removeAllListeners('foo'); -assert.strictEqual(e.listeners('foo').length, 0); - -// Verify that removing callbacks while in emit allows emits to propagate to -// all listeners -callbacks_called = []; - -e.on('foo', callback2); -e.on('foo', callback3); -assert.strictEqual(2, e.listeners('foo').length); -e.emit('foo'); -assert.ok(Array.isArray(callbacks_called)); -assert.strictEqual(callbacks_called.length, 2); -assert.strictEqual(callbacks_called[0], 'callback2'); -assert.strictEqual(callbacks_called[1], 'callback3'); -assert.strictEqual(0, e.listeners('foo').length); diff --git a/software/flow/node_modules/npm/node_modules/events/tests/num-args.js b/software/flow/node_modules/npm/node_modules/events/tests/num-args.js deleted file mode 100644 index c9b0deb..0000000 --- a/software/flow/node_modules/npm/node_modules/events/tests/num-args.js +++ /dev/null @@ -1,60 +0,0 @@ -// Copyright Joyent, Inc. and other Node contributors. -// -// Permission is hereby granted, free of charge, to any person obtaining a -// copy of this software and associated documentation files (the -// "Software"), to deal in the Software without restriction, including -// without limitation the rights to use, copy, modify, merge, publish, -// distribute, sublicense, and/or sell copies of the Software, and to permit -// persons to whom the Software is furnished to do so, subject to the -// following conditions: -// -// The above copyright notice and this permission notice shall be included -// in all copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN -// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, -// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR -// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE -// USE OR OTHER DEALINGS IN THE SOFTWARE. - -require('./common'); -var assert = require('assert'); -var events = require('../'); - -var e = new events.EventEmitter(); -var num_args_emitted = []; - -e.on('numArgs', function() { - var numArgs = arguments.length; - num_args_emitted.push(numArgs); -}); - -e.on('foo', function() { - num_args_emitted.push(arguments.length); -}); - -e.on('foo', function() { - num_args_emitted.push(arguments.length); -}); - -e.emit('numArgs'); -e.emit('numArgs', null); -e.emit('numArgs', null, null); -e.emit('numArgs', null, null, null); -e.emit('numArgs', null, null, null, null); -e.emit('numArgs', null, null, null, null, null); - -e.emit('foo', null, null, null, null); - -assert.ok(Array.isArray(num_args_emitted)); -assert.strictEqual(num_args_emitted.length, 8); -assert.strictEqual(num_args_emitted[0], 0); -assert.strictEqual(num_args_emitted[1], 1); -assert.strictEqual(num_args_emitted[2], 2); -assert.strictEqual(num_args_emitted[3], 3); -assert.strictEqual(num_args_emitted[4], 4); -assert.strictEqual(num_args_emitted[5], 5); -assert.strictEqual(num_args_emitted[6], 4); -assert.strictEqual(num_args_emitted[6], 4); diff --git a/software/flow/node_modules/npm/node_modules/events/tests/once.js b/software/flow/node_modules/npm/node_modules/events/tests/once.js deleted file mode 100644 index 4b36c05..0000000 --- a/software/flow/node_modules/npm/node_modules/events/tests/once.js +++ /dev/null @@ -1,83 +0,0 @@ -// Copyright Joyent, Inc. and other Node contributors. -// -// Permission is hereby granted, free of charge, to any person obtaining a -// copy of this software and associated documentation files (the -// "Software"), to deal in the Software without restriction, including -// without limitation the rights to use, copy, modify, merge, publish, -// distribute, sublicense, and/or sell copies of the Software, and to permit -// persons to whom the Software is furnished to do so, subject to the -// following conditions: -// -// The above copyright notice and this permission notice shall be included -// in all copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN -// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, -// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR -// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE -// USE OR OTHER DEALINGS IN THE SOFTWARE. - -var common = require('./common'); -var assert = require('assert'); -var EventEmitter = require('../'); - -var e = new EventEmitter(); - -e.once('hello', common.mustCall()); - -e.emit('hello', 'a', 'b'); -e.emit('hello', 'a', 'b'); -e.emit('hello', 'a', 'b'); -e.emit('hello', 'a', 'b'); - -function remove() { - assert.fail('once->foo should not be emitted'); -} - -e.once('foo', remove); -e.removeListener('foo', remove); -e.emit('foo'); - -e.once('e', common.mustCall(function() { - e.emit('e'); -})); - -e.once('e', common.mustCall()); - -e.emit('e'); - -// Verify that the listener must be a function -assert.throws(function() { - var ee = new EventEmitter(); - - ee.once('foo', null); -}, /^TypeError: The "listener" argument must be of type Function. Received type object$/); - -{ - // once() has different code paths based on the number of arguments being - // emitted. Verify that all of the cases are covered. - var maxArgs = 4; - - for (var i = 0; i <= maxArgs; ++i) { - var ee = new EventEmitter(); - var args = ['foo']; - - for (var j = 0; j < i; ++j) - args.push(j); - - ee.once('foo', common.mustCall(function() { - var params = Array.prototype.slice.call(arguments); - var restArgs = args.slice(1); - assert.ok(Array.isArray(params)); - assert.strictEqual(params.length, restArgs.length); - for (var index = 0; index < params.length; index++) { - var param = params[index]; - assert.strictEqual(param, restArgs[index]); - } - })); - - EventEmitter.prototype.emit.apply(ee, args); - } -} diff --git a/software/flow/node_modules/npm/node_modules/events/tests/prepend.js b/software/flow/node_modules/npm/node_modules/events/tests/prepend.js deleted file mode 100644 index 79afde0..0000000 --- a/software/flow/node_modules/npm/node_modules/events/tests/prepend.js +++ /dev/null @@ -1,31 +0,0 @@ -'use strict'; - -var common = require('./common'); -var EventEmitter = require('../'); -var assert = require('assert'); - -var myEE = new EventEmitter(); -var m = 0; -// This one comes last. -myEE.on('foo', common.mustCall(function () { - assert.strictEqual(m, 2); -})); - -// This one comes second. -myEE.prependListener('foo', common.mustCall(function () { - assert.strictEqual(m++, 1); -})); - -// This one comes first. -myEE.prependOnceListener('foo', - common.mustCall(function () { - assert.strictEqual(m++, 0); - })); - -myEE.emit('foo'); - -// Verify that the listener must be a function -assert.throws(function () { - var ee = new EventEmitter(); - ee.prependOnceListener('foo', null); -}, 'TypeError: The "listener" argument must be of type Function. Received type object'); diff --git a/software/flow/node_modules/npm/node_modules/events/tests/remove-all-listeners.js b/software/flow/node_modules/npm/node_modules/events/tests/remove-all-listeners.js deleted file mode 100644 index 622941c..0000000 --- a/software/flow/node_modules/npm/node_modules/events/tests/remove-all-listeners.js +++ /dev/null @@ -1,133 +0,0 @@ -// Copyright Joyent, Inc. and other Node contributors. -// -// Permission is hereby granted, free of charge, to any person obtaining a -// copy of this software and associated documentation files (the -// "Software"), to deal in the Software without restriction, including -// without limitation the rights to use, copy, modify, merge, publish, -// distribute, sublicense, and/or sell copies of the Software, and to permit -// persons to whom the Software is furnished to do so, subject to the -// following conditions: -// -// The above copyright notice and this permission notice shall be included -// in all copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN -// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, -// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR -// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE -// USE OR OTHER DEALINGS IN THE SOFTWARE. - -var common = require('./common'); -var assert = require('assert'); -var events = require('../'); -var test = require('tape'); - -function expect(expected) { - var actual = []; - test.onFinish(function() { - var sortedActual = actual.sort(); - var sortedExpected = expected.sort(); - assert.strictEqual(sortedActual.length, sortedExpected.length); - for (var index = 0; index < sortedActual.length; index++) { - var value = sortedActual[index]; - assert.strictEqual(value, sortedExpected[index]); - } - }); - function listener(name) { - actual.push(name); - } - return common.mustCall(listener, expected.length); -} - -{ - var ee = new events.EventEmitter(); - var noop = common.mustNotCall(); - ee.on('foo', noop); - ee.on('bar', noop); - ee.on('baz', noop); - ee.on('baz', noop); - var fooListeners = ee.listeners('foo'); - var barListeners = ee.listeners('bar'); - var bazListeners = ee.listeners('baz'); - ee.on('removeListener', expect(['bar', 'baz', 'baz'])); - ee.removeAllListeners('bar'); - ee.removeAllListeners('baz'); - - var listeners = ee.listeners('foo'); - assert.ok(Array.isArray(listeners)); - assert.strictEqual(listeners.length, 1); - assert.strictEqual(listeners[0], noop); - - listeners = ee.listeners('bar'); - assert.ok(Array.isArray(listeners)); - assert.strictEqual(listeners.length, 0); - listeners = ee.listeners('baz'); - assert.ok(Array.isArray(listeners)); - assert.strictEqual(listeners.length, 0); - // After calling removeAllListeners(), - // the old listeners array should stay unchanged. - assert.strictEqual(fooListeners.length, 1); - assert.strictEqual(fooListeners[0], noop); - assert.strictEqual(barListeners.length, 1); - assert.strictEqual(barListeners[0], noop); - assert.strictEqual(bazListeners.length, 2); - assert.strictEqual(bazListeners[0], noop); - assert.strictEqual(bazListeners[1], noop); - // After calling removeAllListeners(), - // new listeners arrays is different from the old. - assert.notStrictEqual(ee.listeners('bar'), barListeners); - assert.notStrictEqual(ee.listeners('baz'), bazListeners); -} - -{ - var ee = new events.EventEmitter(); - ee.on('foo', common.mustNotCall()); - ee.on('bar', common.mustNotCall()); - // Expect LIFO order - ee.on('removeListener', expect(['foo', 'bar', 'removeListener'])); - ee.on('removeListener', expect(['foo', 'bar'])); - ee.removeAllListeners(); - - var listeners = ee.listeners('foo'); - assert.ok(Array.isArray(listeners)); - assert.strictEqual(listeners.length, 0); - listeners = ee.listeners('bar'); - assert.ok(Array.isArray(listeners)); - assert.strictEqual(listeners.length, 0); -} - -{ - var ee = new events.EventEmitter(); - ee.on('removeListener', common.mustNotCall()); - // Check for regression where removeAllListeners() throws when - // there exists a 'removeListener' listener, but there exists - // no listeners for the provided event type. - assert.doesNotThrow(function () { ee.removeAllListeners(ee, 'foo') }); -} - -{ - var ee = new events.EventEmitter(); - var expectLength = 2; - ee.on('removeListener', function() { - assert.strictEqual(expectLength--, this.listeners('baz').length); - }); - ee.on('baz', common.mustNotCall()); - ee.on('baz', common.mustNotCall()); - ee.on('baz', common.mustNotCall()); - assert.strictEqual(ee.listeners('baz').length, expectLength + 1); - ee.removeAllListeners('baz'); - assert.strictEqual(ee.listeners('baz').length, 0); -} - -{ - var ee = new events.EventEmitter(); - assert.strictEqual(ee, ee.removeAllListeners()); -} - -{ - var ee = new events.EventEmitter(); - ee._events = undefined; - assert.strictEqual(ee, ee.removeAllListeners()); -} diff --git a/software/flow/node_modules/npm/node_modules/events/tests/remove-listeners.js b/software/flow/node_modules/npm/node_modules/events/tests/remove-listeners.js deleted file mode 100644 index 18e4d16..0000000 --- a/software/flow/node_modules/npm/node_modules/events/tests/remove-listeners.js +++ /dev/null @@ -1,212 +0,0 @@ -// Copyright Joyent, Inc. and other Node contributors. -// -// Permission is hereby granted, free of charge, to any person obtaining a -// copy of this software and associated documentation files (the -// "Software"), to deal in the Software without restriction, including -// without limitation the rights to use, copy, modify, merge, publish, -// distribute, sublicense, and/or sell copies of the Software, and to permit -// persons to whom the Software is furnished to do so, subject to the -// following conditions: -// -// The above copyright notice and this permission notice shall be included -// in all copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN -// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, -// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR -// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE -// USE OR OTHER DEALINGS IN THE SOFTWARE. - -var common = require('./common'); -var assert = require('assert'); -var EventEmitter = require('../'); - -var listener1 = function listener1() {}; -var listener2 = function listener2() {}; - -{ - var ee = new EventEmitter(); - ee.on('hello', listener1); - ee.on('removeListener', common.mustCall(function(name, cb) { - assert.strictEqual(name, 'hello'); - assert.strictEqual(cb, listener1); - })); - ee.removeListener('hello', listener1); - var listeners = ee.listeners('hello'); - assert.ok(Array.isArray(listeners)); - assert.strictEqual(listeners.length, 0); -} - -{ - var ee = new EventEmitter(); - ee.on('hello', listener1); - ee.on('removeListener', common.mustNotCall()); - ee.removeListener('hello', listener2); - - var listeners = ee.listeners('hello'); - assert.ok(Array.isArray(listeners)); - assert.strictEqual(listeners.length, 1); - assert.strictEqual(listeners[0], listener1); -} - -{ - var ee = new EventEmitter(); - ee.on('hello', listener1); - ee.on('hello', listener2); - - var listeners; - ee.once('removeListener', common.mustCall(function(name, cb) { - assert.strictEqual(name, 'hello'); - assert.strictEqual(cb, listener1); - listeners = ee.listeners('hello'); - assert.ok(Array.isArray(listeners)); - assert.strictEqual(listeners.length, 1); - assert.strictEqual(listeners[0], listener2); - })); - ee.removeListener('hello', listener1); - listeners = ee.listeners('hello'); - assert.ok(Array.isArray(listeners)); - assert.strictEqual(listeners.length, 1); - assert.strictEqual(listeners[0], listener2); - ee.once('removeListener', common.mustCall(function(name, cb) { - assert.strictEqual(name, 'hello'); - assert.strictEqual(cb, listener2); - listeners = ee.listeners('hello'); - assert.ok(Array.isArray(listeners)); - assert.strictEqual(listeners.length, 0); - })); - ee.removeListener('hello', listener2); - listeners = ee.listeners('hello'); - assert.ok(Array.isArray(listeners)); - assert.strictEqual(listeners.length, 0); -} - -{ - var ee = new EventEmitter(); - - function remove1() { - assert.fail('remove1 should not have been called'); - } - - function remove2() { - assert.fail('remove2 should not have been called'); - } - - ee.on('removeListener', common.mustCall(function(name, cb) { - if (cb !== remove1) return; - this.removeListener('quux', remove2); - this.emit('quux'); - }, 2)); - ee.on('quux', remove1); - ee.on('quux', remove2); - ee.removeListener('quux', remove1); -} - -{ - var ee = new EventEmitter(); - ee.on('hello', listener1); - ee.on('hello', listener2); - - var listeners; - ee.once('removeListener', common.mustCall(function(name, cb) { - assert.strictEqual(name, 'hello'); - assert.strictEqual(cb, listener1); - listeners = ee.listeners('hello'); - assert.ok(Array.isArray(listeners)); - assert.strictEqual(listeners.length, 1); - assert.strictEqual(listeners[0], listener2); - ee.once('removeListener', common.mustCall(function(name, cb) { - assert.strictEqual(name, 'hello'); - assert.strictEqual(cb, listener2); - listeners = ee.listeners('hello'); - assert.ok(Array.isArray(listeners)); - assert.strictEqual(listeners.length, 0); - })); - ee.removeListener('hello', listener2); - listeners = ee.listeners('hello'); - assert.ok(Array.isArray(listeners)); - assert.strictEqual(listeners.length, 0); - })); - ee.removeListener('hello', listener1); - listeners = ee.listeners('hello'); - assert.ok(Array.isArray(listeners)); - assert.strictEqual(listeners.length, 0); -} - -{ - var ee = new EventEmitter(); - var listener3 = common.mustCall(function() { - ee.removeListener('hello', listener4); - }, 2); - var listener4 = common.mustCall(); - - ee.on('hello', listener3); - ee.on('hello', listener4); - - // listener4 will still be called although it is removed by listener 3. - ee.emit('hello'); - // This is so because the interal listener array at time of emit - // was [listener3,listener4] - - // Interal listener array [listener3] - ee.emit('hello'); -} - -{ - var ee = new EventEmitter(); - - ee.once('hello', listener1); - ee.on('removeListener', common.mustCall(function(eventName, listener) { - assert.strictEqual(eventName, 'hello'); - assert.strictEqual(listener, listener1); - })); - ee.emit('hello'); -} - -{ - var ee = new EventEmitter(); - - assert.strictEqual(ee, ee.removeListener('foo', function() {})); -} - -// Verify that the removed listener must be a function -assert.throws(function() { - var ee = new EventEmitter(); - - ee.removeListener('foo', null); -}, /^TypeError: The "listener" argument must be of type Function\. Received type object$/); - -{ - var ee = new EventEmitter(); - var listener = function() {}; - ee._events = undefined; - var e = ee.removeListener('foo', listener); - assert.strictEqual(e, ee); -} - -{ - var ee = new EventEmitter(); - - ee.on('foo', listener1); - ee.on('foo', listener2); - var listeners = ee.listeners('foo'); - assert.ok(Array.isArray(listeners)); - assert.strictEqual(listeners.length, 2); - assert.strictEqual(listeners[0], listener1); - assert.strictEqual(listeners[1], listener2); - - ee.removeListener('foo', listener1); - assert.strictEqual(ee._events.foo, listener2); - - ee.on('foo', listener1); - listeners = ee.listeners('foo'); - assert.ok(Array.isArray(listeners)); - assert.strictEqual(listeners.length, 2); - assert.strictEqual(listeners[0], listener2); - assert.strictEqual(listeners[1], listener1); - - ee.removeListener('foo', listener1); - assert.strictEqual(ee._events.foo, listener2); -} diff --git a/software/flow/node_modules/npm/node_modules/events/tests/set-max-listeners-side-effects.js b/software/flow/node_modules/npm/node_modules/events/tests/set-max-listeners-side-effects.js deleted file mode 100644 index 13dbb67..0000000 --- a/software/flow/node_modules/npm/node_modules/events/tests/set-max-listeners-side-effects.js +++ /dev/null @@ -1,31 +0,0 @@ -// Copyright Joyent, Inc. and other Node contributors. -// -// Permission is hereby granted, free of charge, to any person obtaining a -// copy of this software and associated documentation files (the -// "Software"), to deal in the Software without restriction, including -// without limitation the rights to use, copy, modify, merge, publish, -// distribute, sublicense, and/or sell copies of the Software, and to permit -// persons to whom the Software is furnished to do so, subject to the -// following conditions: -// -// The above copyright notice and this permission notice shall be included -// in all copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN -// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, -// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR -// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE -// USE OR OTHER DEALINGS IN THE SOFTWARE. - -require('./common'); -var assert = require('assert'); -var events = require('../'); - -var e = new events.EventEmitter(); - -if (Object.create) assert.ok(!(e._events instanceof Object)); -assert.strictEqual(Object.keys(e._events).length, 0); -e.setMaxListeners(5); -assert.strictEqual(Object.keys(e._events).length, 0); diff --git a/software/flow/node_modules/npm/node_modules/events/tests/special-event-names.js b/software/flow/node_modules/npm/node_modules/events/tests/special-event-names.js deleted file mode 100644 index a2f0b74..0000000 --- a/software/flow/node_modules/npm/node_modules/events/tests/special-event-names.js +++ /dev/null @@ -1,45 +0,0 @@ -'use strict'; - -var common = require('./common'); -var EventEmitter = require('../'); -var assert = require('assert'); - -var ee = new EventEmitter(); -var handler = function() {}; - -assert.strictEqual(ee.eventNames().length, 0); - -assert.strictEqual(ee._events.hasOwnProperty, undefined); -assert.strictEqual(ee._events.toString, undefined); - -ee.on('__defineGetter__', handler); -ee.on('toString', handler); -ee.on('__proto__', handler); - -assert.strictEqual(ee.eventNames()[0], '__defineGetter__'); -assert.strictEqual(ee.eventNames()[1], 'toString'); - -assert.strictEqual(ee.listeners('__defineGetter__').length, 1); -assert.strictEqual(ee.listeners('__defineGetter__')[0], handler); -assert.strictEqual(ee.listeners('toString').length, 1); -assert.strictEqual(ee.listeners('toString')[0], handler); - -// Only run __proto__ tests if that property can actually be set -if ({ __proto__: 'ok' }.__proto__ === 'ok') { - assert.strictEqual(ee.eventNames().length, 3); - assert.strictEqual(ee.eventNames()[2], '__proto__'); - assert.strictEqual(ee.listeners('__proto__').length, 1); - assert.strictEqual(ee.listeners('__proto__')[0], handler); - - ee.on('__proto__', common.mustCall(function(val) { - assert.strictEqual(val, 1); - })); - ee.emit('__proto__', 1); - - process.on('__proto__', common.mustCall(function(val) { - assert.strictEqual(val, 1); - })); - process.emit('__proto__', 1); -} else { - console.log('# skipped __proto__') -} diff --git a/software/flow/node_modules/npm/node_modules/events/tests/subclass.js b/software/flow/node_modules/npm/node_modules/events/tests/subclass.js deleted file mode 100644 index bd033ff..0000000 --- a/software/flow/node_modules/npm/node_modules/events/tests/subclass.js +++ /dev/null @@ -1,66 +0,0 @@ -// Copyright Joyent, Inc. and other Node contributors. -// -// Permission is hereby granted, free of charge, to any person obtaining a -// copy of this software and associated documentation files (the -// "Software"), to deal in the Software without restriction, including -// without limitation the rights to use, copy, modify, merge, publish, -// distribute, sublicense, and/or sell copies of the Software, and to permit -// persons to whom the Software is furnished to do so, subject to the -// following conditions: -// -// The above copyright notice and this permission notice shall be included -// in all copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN -// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, -// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR -// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE -// USE OR OTHER DEALINGS IN THE SOFTWARE. - -var common = require('./common'); -var test = require('tape'); -var assert = require('assert'); -var EventEmitter = require('../').EventEmitter; -var util = require('util'); - -util.inherits(MyEE, EventEmitter); - -function MyEE(cb) { - this.once(1, cb); - this.emit(1); - this.removeAllListeners(); - EventEmitter.call(this); -} - -var myee = new MyEE(common.mustCall()); - - -util.inherits(ErrorEE, EventEmitter); -function ErrorEE() { - this.emit('error', new Error('blerg')); -} - -assert.throws(function() { - new ErrorEE(); -}, /blerg/); - -test.onFinish(function() { - assert.ok(!(myee._events instanceof Object)); - assert.strictEqual(Object.keys(myee._events).length, 0); -}); - - -function MyEE2() { - EventEmitter.call(this); -} - -MyEE2.prototype = new EventEmitter(); - -var ee1 = new MyEE2(); -var ee2 = new MyEE2(); - -ee1.on('x', function() {}); - -assert.strictEqual(ee2.listenerCount('x'), 0); diff --git a/software/flow/node_modules/npm/node_modules/events/tests/symbols.js b/software/flow/node_modules/npm/node_modules/events/tests/symbols.js deleted file mode 100644 index 0721f0e..0000000 --- a/software/flow/node_modules/npm/node_modules/events/tests/symbols.js +++ /dev/null @@ -1,25 +0,0 @@ -'use strict'; - -var common = require('./common'); -var EventEmitter = require('../'); -var assert = require('assert'); - -var ee = new EventEmitter(); -var foo = Symbol('foo'); -var listener = common.mustCall(); - -ee.on(foo, listener); -assert.strictEqual(ee.listeners(foo).length, 1); -assert.strictEqual(ee.listeners(foo)[0], listener); - -ee.emit(foo); - -ee.removeAllListeners(); -assert.strictEqual(ee.listeners(foo).length, 0); - -ee.on(foo, listener); -assert.strictEqual(ee.listeners(foo).length, 1); -assert.strictEqual(ee.listeners(foo)[0], listener); - -ee.removeListener(foo, listener); -assert.strictEqual(ee.listeners(foo).length, 0); diff --git a/software/flow/node_modules/npm/node_modules/fastest-levenshtein/LICENSE.md b/software/flow/node_modules/npm/node_modules/fastest-levenshtein/LICENSE.md deleted file mode 100644 index 0e62da3..0000000 --- a/software/flow/node_modules/npm/node_modules/fastest-levenshtein/LICENSE.md +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2020 Kasper Unn Weihe - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/fastest-levenshtein/bench.js b/software/flow/node_modules/npm/node_modules/fastest-levenshtein/bench.js deleted file mode 100644 index 1fd420b..0000000 --- a/software/flow/node_modules/npm/node_modules/fastest-levenshtein/bench.js +++ /dev/null @@ -1,96 +0,0 @@ -"use strict"; -exports.__esModule = true; -/* eslint-disable @typescript-eslint/no-var-requires */ -/* eslint-disable no-console */ -var Benchmark = require("benchmark"); -var mod_js_1 = require("./mod.js"); -var fast_levenshtein_1 = require("fast-levenshtein"); -var fs = require("fs"); -var jslevenshtein = require("js-levenshtein"); -var leven = require("leven"); -var levenshteinEditDistance = require("levenshtein-edit-distance"); -var suite = new Benchmark.Suite(); -var randomstring = function (length) { - var result = ""; - var characters = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789"; - var charactersLength = characters.length; - for (var i = 0; i < length; i++) { - result += characters.charAt(Math.floor(Math.random() * charactersLength)); - } - return result; -}; -var randomstringArr = function (stringSize, arraySize) { - var i = 0; - var arr = []; - for (i = 0; i < arraySize; i++) { - arr.push(randomstring(stringSize)); - } - return arr; -}; -var arrSize = 1000; -if (!fs.existsSync("data.json")) { - var data_1 = [ - randomstringArr(4, arrSize), - randomstringArr(8, arrSize), - randomstringArr(16, arrSize), - randomstringArr(32, arrSize), - randomstringArr(64, arrSize), - randomstringArr(128, arrSize), - randomstringArr(256, arrSize), - randomstringArr(512, arrSize), - randomstringArr(1024, arrSize), - ]; - fs.writeFileSync("data.json", JSON.stringify(data_1)); -} -var data = JSON.parse(fs.readFileSync("data.json", "utf8")); -var _loop_1 = function (i) { - var datapick = data[i]; - if (process.argv[2] !== "no") { - suite - .add("".concat(i, " - js-levenshtein"), function () { - for (var j = 0; j < arrSize - 1; j += 2) { - jslevenshtein(datapick[j], datapick[j + 1]); - } - }) - .add("".concat(i, " - leven"), function () { - for (var j = 0; j < arrSize - 1; j += 2) { - leven(datapick[j], datapick[j + 1]); - } - }) - .add("".concat(i, " - fast-levenshtein"), function () { - for (var j = 0; j < arrSize - 1; j += 2) { - (0, fast_levenshtein_1.get)(datapick[j], datapick[j + 1]); - } - }) - .add("".concat(i, " - levenshtein-edit-distance"), function () { - for (var j = 0; j < arrSize - 1; j += 2) { - levenshteinEditDistance(datapick[j], datapick[j + 1]); - } - }); - } - suite.add("".concat(i, " - fastest-levenshtein"), function () { - for (var j = 0; j < arrSize - 1; j += 2) { - (0, mod_js_1.distance)(datapick[j], datapick[j + 1]); - } - }); -}; -// BENCHMARKS -for (var i = 0; i < 9; i++) { - _loop_1(i); -} -var results = new Map(); -suite - .on("cycle", function (event) { - console.log(String(event.target)); - if (results.has(event.target.name[0])) { - results.get(event.target.name[0]).push(event.target.hz); - } - else { - results.set(event.target.name[0], [event.target.hz]); - } -}) - .on("complete", function () { - console.log(results); -}) - // run async - .run({ async: true }); diff --git a/software/flow/node_modules/npm/node_modules/fastest-levenshtein/esm/mod.d.ts b/software/flow/node_modules/npm/node_modules/fastest-levenshtein/esm/mod.d.ts deleted file mode 100644 index 50927ef..0000000 --- a/software/flow/node_modules/npm/node_modules/fastest-levenshtein/esm/mod.d.ts +++ /dev/null @@ -1,4 +0,0 @@ -declare const distance: (a: string, b: string) => number; -declare const closest: (str: string, arr: readonly string[]) => string; -export { closest, distance }; -//# sourceMappingURL=mod.d.ts.map \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/fastest-levenshtein/esm/mod.d.ts.map b/software/flow/node_modules/npm/node_modules/fastest-levenshtein/esm/mod.d.ts.map deleted file mode 100644 index 7fd5c17..0000000 --- a/software/flow/node_modules/npm/node_modules/fastest-levenshtein/esm/mod.d.ts.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"mod.d.ts","sourceRoot":"","sources":["../mod.ts"],"names":[],"mappings":"AAiHA,QAAA,MAAM,QAAQ,MAAO,MAAM,KAAK,MAAM,KAAG,MAaxC,CAAC;AAEF,QAAA,MAAM,OAAO,QAAS,MAAM,OAAO,SAAS,MAAM,EAAE,KAAG,MAWtD,CAAC;AAEF,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,CAAC"} \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/fastest-levenshtein/esm/mod.js b/software/flow/node_modules/npm/node_modules/fastest-levenshtein/esm/mod.js deleted file mode 100644 index 719f2b8..0000000 --- a/software/flow/node_modules/npm/node_modules/fastest-levenshtein/esm/mod.js +++ /dev/null @@ -1,138 +0,0 @@ -const peq = new Uint32Array(0x10000); -const myers_32 = (a, b) => { - const n = a.length; - const m = b.length; - const lst = 1 << (n - 1); - let pv = -1; - let mv = 0; - let sc = n; - let i = n; - while (i--) { - peq[a.charCodeAt(i)] |= 1 << i; - } - for (i = 0; i < m; i++) { - let eq = peq[b.charCodeAt(i)]; - const xv = eq | mv; - eq |= ((eq & pv) + pv) ^ pv; - mv |= ~(eq | pv); - pv &= eq; - if (mv & lst) { - sc++; - } - if (pv & lst) { - sc--; - } - mv = (mv << 1) | 1; - pv = (pv << 1) | ~(xv | mv); - mv &= xv; - } - i = n; - while (i--) { - peq[a.charCodeAt(i)] = 0; - } - return sc; -}; -const myers_x = (b, a) => { - const n = a.length; - const m = b.length; - const mhc = []; - const phc = []; - const hsize = Math.ceil(n / 32); - const vsize = Math.ceil(m / 32); - for (let i = 0; i < hsize; i++) { - phc[i] = -1; - mhc[i] = 0; - } - let j = 0; - for (; j < vsize - 1; j++) { - let mv = 0; - let pv = -1; - const start = j * 32; - const vlen = Math.min(32, m) + start; - for (let k = start; k < vlen; k++) { - peq[b.charCodeAt(k)] |= 1 << k; - } - for (let i = 0; i < n; i++) { - const eq = peq[a.charCodeAt(i)]; - const pb = (phc[(i / 32) | 0] >>> i) & 1; - const mb = (mhc[(i / 32) | 0] >>> i) & 1; - const xv = eq | mv; - const xh = ((((eq | mb) & pv) + pv) ^ pv) | eq | mb; - let ph = mv | ~(xh | pv); - let mh = pv & xh; - if ((ph >>> 31) ^ pb) { - phc[(i / 32) | 0] ^= 1 << i; - } - if ((mh >>> 31) ^ mb) { - mhc[(i / 32) | 0] ^= 1 << i; - } - ph = (ph << 1) | pb; - mh = (mh << 1) | mb; - pv = mh | ~(xv | ph); - mv = ph & xv; - } - for (let k = start; k < vlen; k++) { - peq[b.charCodeAt(k)] = 0; - } - } - let mv = 0; - let pv = -1; - const start = j * 32; - const vlen = Math.min(32, m - start) + start; - for (let k = start; k < vlen; k++) { - peq[b.charCodeAt(k)] |= 1 << k; - } - let score = m; - for (let i = 0; i < n; i++) { - const eq = peq[a.charCodeAt(i)]; - const pb = (phc[(i / 32) | 0] >>> i) & 1; - const mb = (mhc[(i / 32) | 0] >>> i) & 1; - const xv = eq | mv; - const xh = ((((eq | mb) & pv) + pv) ^ pv) | eq | mb; - let ph = mv | ~(xh | pv); - let mh = pv & xh; - score += (ph >>> (m - 1)) & 1; - score -= (mh >>> (m - 1)) & 1; - if ((ph >>> 31) ^ pb) { - phc[(i / 32) | 0] ^= 1 << i; - } - if ((mh >>> 31) ^ mb) { - mhc[(i / 32) | 0] ^= 1 << i; - } - ph = (ph << 1) | pb; - mh = (mh << 1) | mb; - pv = mh | ~(xv | ph); - mv = ph & xv; - } - for (let k = start; k < vlen; k++) { - peq[b.charCodeAt(k)] = 0; - } - return score; -}; -const distance = (a, b) => { - if (a.length < b.length) { - const tmp = b; - b = a; - a = tmp; - } - if (b.length === 0) { - return a.length; - } - if (a.length <= 32) { - return myers_32(a, b); - } - return myers_x(a, b); -}; -const closest = (str, arr) => { - let min_distance = Infinity; - let min_index = 0; - for (let i = 0; i < arr.length; i++) { - const dist = distance(str, arr[i]); - if (dist < min_distance) { - min_distance = dist; - min_index = i; - } - } - return arr[min_index]; -}; -export { closest, distance }; diff --git a/software/flow/node_modules/npm/node_modules/fastest-levenshtein/mod.d.ts b/software/flow/node_modules/npm/node_modules/fastest-levenshtein/mod.d.ts deleted file mode 100644 index b1b5ce7..0000000 --- a/software/flow/node_modules/npm/node_modules/fastest-levenshtein/mod.d.ts +++ /dev/null @@ -1,3 +0,0 @@ -declare const distance: (a: string, b: string) => number; -declare const closest: (str: string, arr: readonly string[]) => string; -export { closest, distance }; diff --git a/software/flow/node_modules/npm/node_modules/fastest-levenshtein/mod.js b/software/flow/node_modules/npm/node_modules/fastest-levenshtein/mod.js deleted file mode 100644 index 6bc2745..0000000 --- a/software/flow/node_modules/npm/node_modules/fastest-levenshtein/mod.js +++ /dev/null @@ -1,142 +0,0 @@ -"use strict"; -exports.__esModule = true; -exports.distance = exports.closest = void 0; -var peq = new Uint32Array(0x10000); -var myers_32 = function (a, b) { - var n = a.length; - var m = b.length; - var lst = 1 << (n - 1); - var pv = -1; - var mv = 0; - var sc = n; - var i = n; - while (i--) { - peq[a.charCodeAt(i)] |= 1 << i; - } - for (i = 0; i < m; i++) { - var eq = peq[b.charCodeAt(i)]; - var xv = eq | mv; - eq |= ((eq & pv) + pv) ^ pv; - mv |= ~(eq | pv); - pv &= eq; - if (mv & lst) { - sc++; - } - if (pv & lst) { - sc--; - } - mv = (mv << 1) | 1; - pv = (pv << 1) | ~(xv | mv); - mv &= xv; - } - i = n; - while (i--) { - peq[a.charCodeAt(i)] = 0; - } - return sc; -}; -var myers_x = function (b, a) { - var n = a.length; - var m = b.length; - var mhc = []; - var phc = []; - var hsize = Math.ceil(n / 32); - var vsize = Math.ceil(m / 32); - for (var i = 0; i < hsize; i++) { - phc[i] = -1; - mhc[i] = 0; - } - var j = 0; - for (; j < vsize - 1; j++) { - var mv_1 = 0; - var pv_1 = -1; - var start_1 = j * 32; - var vlen_1 = Math.min(32, m) + start_1; - for (var k = start_1; k < vlen_1; k++) { - peq[b.charCodeAt(k)] |= 1 << k; - } - for (var i = 0; i < n; i++) { - var eq = peq[a.charCodeAt(i)]; - var pb = (phc[(i / 32) | 0] >>> i) & 1; - var mb = (mhc[(i / 32) | 0] >>> i) & 1; - var xv = eq | mv_1; - var xh = ((((eq | mb) & pv_1) + pv_1) ^ pv_1) | eq | mb; - var ph = mv_1 | ~(xh | pv_1); - var mh = pv_1 & xh; - if ((ph >>> 31) ^ pb) { - phc[(i / 32) | 0] ^= 1 << i; - } - if ((mh >>> 31) ^ mb) { - mhc[(i / 32) | 0] ^= 1 << i; - } - ph = (ph << 1) | pb; - mh = (mh << 1) | mb; - pv_1 = mh | ~(xv | ph); - mv_1 = ph & xv; - } - for (var k = start_1; k < vlen_1; k++) { - peq[b.charCodeAt(k)] = 0; - } - } - var mv = 0; - var pv = -1; - var start = j * 32; - var vlen = Math.min(32, m - start) + start; - for (var k = start; k < vlen; k++) { - peq[b.charCodeAt(k)] |= 1 << k; - } - var score = m; - for (var i = 0; i < n; i++) { - var eq = peq[a.charCodeAt(i)]; - var pb = (phc[(i / 32) | 0] >>> i) & 1; - var mb = (mhc[(i / 32) | 0] >>> i) & 1; - var xv = eq | mv; - var xh = ((((eq | mb) & pv) + pv) ^ pv) | eq | mb; - var ph = mv | ~(xh | pv); - var mh = pv & xh; - score += (ph >>> (m - 1)) & 1; - score -= (mh >>> (m - 1)) & 1; - if ((ph >>> 31) ^ pb) { - phc[(i / 32) | 0] ^= 1 << i; - } - if ((mh >>> 31) ^ mb) { - mhc[(i / 32) | 0] ^= 1 << i; - } - ph = (ph << 1) | pb; - mh = (mh << 1) | mb; - pv = mh | ~(xv | ph); - mv = ph & xv; - } - for (var k = start; k < vlen; k++) { - peq[b.charCodeAt(k)] = 0; - } - return score; -}; -var distance = function (a, b) { - if (a.length < b.length) { - var tmp = b; - b = a; - a = tmp; - } - if (b.length === 0) { - return a.length; - } - if (a.length <= 32) { - return myers_32(a, b); - } - return myers_x(a, b); -}; -exports.distance = distance; -var closest = function (str, arr) { - var min_distance = Infinity; - var min_index = 0; - for (var i = 0; i < arr.length; i++) { - var dist = distance(str, arr[i]); - if (dist < min_distance) { - min_distance = dist; - min_index = i; - } - } - return arr[min_index]; -}; -exports.closest = closest; diff --git a/software/flow/node_modules/npm/node_modules/fastest-levenshtein/package.json b/software/flow/node_modules/npm/node_modules/fastest-levenshtein/package.json deleted file mode 100644 index c395b85..0000000 --- a/software/flow/node_modules/npm/node_modules/fastest-levenshtein/package.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "name": "fastest-levenshtein", - "version": "1.0.16", - "description": "Fastest Levenshtein distance implementation in JS.", - "main": "mod.js", - "types": "mod.d.ts", - "module": "./esm/mod.js", - "repository": { - "type": "git", - "url": "git+https://github.com/ka-weihe/fastest-levenshtein.git" - }, - "keywords": [ - "levenshtein", - "distance", - "fast", - "fastest", - "edit", - "string", - "similarity", - "algorithm", - "match", - "comparison", - "fuzzy", - "search", - "string", - "matching", - "similar", - "node", - "difference" - ], - "author": "Kasper U. Weihe", - "license": "MIT", - "bugs": { - "url": "https://github.com/ka-weihe/fastest-levenshtein/issues" - }, - "homepage": "https://github.com/ka-weihe/fastest-levenshtein#README", - "scripts": { - "build": "tsc mod.ts --declaration", - "build:esm": "tsc --declaration -p tsconfig.esm.json", - "prepare": "npm run build && npm run build:esm", - "bench": "npm run build && tsc bench.ts && node bench.js", - "test": "npm run build && tsc test.ts && jest test.js", - "test:coverage": "npm run build && jest --coverage", - "test:coveralls": "npm run build && jest --coverage --coverageReporters=text-lcov | coveralls" - }, - "devDependencies": { - "@types/benchmark": "^1.0.33", - "@types/jest": "^26.0.15", - "@typescript-eslint/eslint-plugin": "^4.7.0", - "@typescript-eslint/parser": "^4.7.0", - "benchmark": "^2.1.4", - "coveralls": "^3.1.0", - "eslint": "^7.13.0", - "eslint-config-node": "^4.1.0", - "eslint-config-prettier": "^6.15.0", - "eslint-plugin-import": "^2.22.1", - "eslint-plugin-node": "^11.1.0", - "eslint-plugin-prettier": "^3.1.4", - "fast-levenshtein": "^2.0.6", - "jest": "^26.6.3", - "js-levenshtein": "^1.1.6", - "leven": "^3.1.0", - "levenshtein-edit-distance": "^2.0.5", - "natural": "^2.1.5", - "prettier": "^2.1.2", - "talisman": "^1.1.3", - "typescript": "^4.0.5" - }, - "engines": { - "node": ">= 4.9.1" - } -} diff --git a/software/flow/node_modules/npm/node_modules/fastest-levenshtein/test.js b/software/flow/node_modules/npm/node_modules/fastest-levenshtein/test.js deleted file mode 100644 index 4750633..0000000 --- a/software/flow/node_modules/npm/node_modules/fastest-levenshtein/test.js +++ /dev/null @@ -1,55 +0,0 @@ -var _a = require("./mod.js"), closest = _a.closest, distance = _a.distance; -var levenshtein = function (a, b) { - if (a.length === 0) { - return b.length; - } - if (b.length === 0) { - return a.length; - } - if (a.length > b.length) { - var tmp = a; - a = b; - b = tmp; - } - var row = []; - for (var i = 0; i <= a.length; i++) { - row[i] = i; - } - for (var i = 1; i <= b.length; i++) { - var prev = i; - for (var j = 1; j <= a.length; j++) { - var val = 0; - if (b.charAt(i - 1) === a.charAt(j - 1)) { - val = row[j - 1]; - } - else { - val = Math.min(row[j - 1] + 1, prev + 1, row[j] + 1); - } - row[j - 1] = prev; - prev = val; - } - row[a.length] = prev; - } - return row[a.length]; -}; -var makeid = function (length) { - var result = ""; - var characters = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789"; - var charactersLength = characters.length; - for (var i = 0; i < length; i++) { - result += characters.charAt(Math.floor(Math.random() * charactersLength)); - } - return result; -}; -for (var i = 0; i < 10000; i++) { - var rnd_num1 = (Math.random() * 1000) | 0; - var rnd_num2 = (Math.random() * 1000) | 0; - var rnd_string1 = makeid(rnd_num1); - var rnd_string2 = makeid(rnd_num2); - var actual = distance(rnd_string1, rnd_string2); - var expected = levenshtein(rnd_string1, rnd_string2); - console.log(i); - if (actual !== expected) { - console.log("fail"); - } -} diff --git a/software/flow/node_modules/npm/node_modules/fastest-levenshtein/test.ts b/software/flow/node_modules/npm/node_modules/fastest-levenshtein/test.ts deleted file mode 100644 index 41939bc..0000000 --- a/software/flow/node_modules/npm/node_modules/fastest-levenshtein/test.ts +++ /dev/null @@ -1,67 +0,0 @@ -const { closest, distance } = require("./mod.js"); - -const levenshtein = (a, b) => { - if (a.length === 0) { - return b.length; - } - if (b.length === 0) { - return a.length; - } - - if (a.length > b.length) { - const tmp = a; - a = b; - b = tmp; - } - - const row = []; - for (let i = 0; i <= a.length; i++) { - row[i] = i; - } - - for (let i = 1; i <= b.length; i++) { - let prev = i; - for (let j = 1; j <= a.length; j++) { - let val = 0; - if (b.charAt(i - 1) === a.charAt(j - 1)) { - val = row[j - 1]; - } else { - val = Math.min(row[j - 1] + 1, prev + 1, row[j] + 1); - } - row[j - 1] = prev; - prev = val; - } - row[a.length] = prev; - } - - return row[a.length]; -}; - -const makeid = (length) => { - let result = ""; - const characters = - "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789"; - const charactersLength = characters.length; - for (let i = 0; i < length; i++) { - result += characters.charAt(Math.floor(Math.random() * charactersLength)); - } - return result; -}; - -test("test compare", () => { - for (let i = 0; i < 1000; i++) { - const rnd_num1 = (Math.random() * 1000) | 0; - const rnd_num2 = (Math.random() * 1000) | 0; - const rnd_string1 = makeid(rnd_num1); - const rnd_string2 = makeid(rnd_num2); - const actual = distance(rnd_string1, rnd_string2); - const expected = levenshtein(rnd_string1, rnd_string2); - expect(actual).toBe(expected); - } -}); - -test("test find", () => { - const actual = closest("fast", ["slow", "faster", "fastest"]); - const expected = "faster"; - expect(actual).toBe(expected); -}); diff --git a/software/flow/node_modules/npm/node_modules/fs-minipass/LICENSE b/software/flow/node_modules/npm/node_modules/fs-minipass/LICENSE deleted file mode 100644 index 19129e3..0000000 --- a/software/flow/node_modules/npm/node_modules/fs-minipass/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -The ISC License - -Copyright (c) Isaac Z. Schlueter and Contributors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/fs-minipass/lib/index.js b/software/flow/node_modules/npm/node_modules/fs-minipass/lib/index.js deleted file mode 100644 index f9d5082..0000000 --- a/software/flow/node_modules/npm/node_modules/fs-minipass/lib/index.js +++ /dev/null @@ -1,443 +0,0 @@ -'use strict' -const MiniPass = require('minipass') -const EE = require('events').EventEmitter -const fs = require('fs') - -const writev = fs.writev - -const _autoClose = Symbol('_autoClose') -const _close = Symbol('_close') -const _ended = Symbol('_ended') -const _fd = Symbol('_fd') -const _finished = Symbol('_finished') -const _flags = Symbol('_flags') -const _flush = Symbol('_flush') -const _handleChunk = Symbol('_handleChunk') -const _makeBuf = Symbol('_makeBuf') -const _mode = Symbol('_mode') -const _needDrain = Symbol('_needDrain') -const _onerror = Symbol('_onerror') -const _onopen = Symbol('_onopen') -const _onread = Symbol('_onread') -const _onwrite = Symbol('_onwrite') -const _open = Symbol('_open') -const _path = Symbol('_path') -const _pos = Symbol('_pos') -const _queue = Symbol('_queue') -const _read = Symbol('_read') -const _readSize = Symbol('_readSize') -const _reading = Symbol('_reading') -const _remain = Symbol('_remain') -const _size = Symbol('_size') -const _write = Symbol('_write') -const _writing = Symbol('_writing') -const _defaultFlag = Symbol('_defaultFlag') -const _errored = Symbol('_errored') - -class ReadStream extends MiniPass { - constructor (path, opt) { - opt = opt || {} - super(opt) - - this.readable = true - this.writable = false - - if (typeof path !== 'string') { - throw new TypeError('path must be a string') - } - - this[_errored] = false - this[_fd] = typeof opt.fd === 'number' ? opt.fd : null - this[_path] = path - this[_readSize] = opt.readSize || 16 * 1024 * 1024 - this[_reading] = false - this[_size] = typeof opt.size === 'number' ? opt.size : Infinity - this[_remain] = this[_size] - this[_autoClose] = typeof opt.autoClose === 'boolean' ? - opt.autoClose : true - - if (typeof this[_fd] === 'number') { - this[_read]() - } else { - this[_open]() - } - } - - get fd () { - return this[_fd] - } - - get path () { - return this[_path] - } - - write () { - throw new TypeError('this is a readable stream') - } - - end () { - throw new TypeError('this is a readable stream') - } - - [_open] () { - fs.open(this[_path], 'r', (er, fd) => this[_onopen](er, fd)) - } - - [_onopen] (er, fd) { - if (er) { - this[_onerror](er) - } else { - this[_fd] = fd - this.emit('open', fd) - this[_read]() - } - } - - [_makeBuf] () { - return Buffer.allocUnsafe(Math.min(this[_readSize], this[_remain])) - } - - [_read] () { - if (!this[_reading]) { - this[_reading] = true - const buf = this[_makeBuf]() - /* istanbul ignore if */ - if (buf.length === 0) { - return process.nextTick(() => this[_onread](null, 0, buf)) - } - fs.read(this[_fd], buf, 0, buf.length, null, (er, br, b) => - this[_onread](er, br, b)) - } - } - - [_onread] (er, br, buf) { - this[_reading] = false - if (er) { - this[_onerror](er) - } else if (this[_handleChunk](br, buf)) { - this[_read]() - } - } - - [_close] () { - if (this[_autoClose] && typeof this[_fd] === 'number') { - const fd = this[_fd] - this[_fd] = null - fs.close(fd, er => er ? this.emit('error', er) : this.emit('close')) - } - } - - [_onerror] (er) { - this[_reading] = true - this[_close]() - this.emit('error', er) - } - - [_handleChunk] (br, buf) { - let ret = false - // no effect if infinite - this[_remain] -= br - if (br > 0) { - ret = super.write(br < buf.length ? buf.slice(0, br) : buf) - } - - if (br === 0 || this[_remain] <= 0) { - ret = false - this[_close]() - super.end() - } - - return ret - } - - emit (ev, data) { - switch (ev) { - case 'prefinish': - case 'finish': - break - - case 'drain': - if (typeof this[_fd] === 'number') { - this[_read]() - } - break - - case 'error': - if (this[_errored]) { - return - } - this[_errored] = true - return super.emit(ev, data) - - default: - return super.emit(ev, data) - } - } -} - -class ReadStreamSync extends ReadStream { - [_open] () { - let threw = true - try { - this[_onopen](null, fs.openSync(this[_path], 'r')) - threw = false - } finally { - if (threw) { - this[_close]() - } - } - } - - [_read] () { - let threw = true - try { - if (!this[_reading]) { - this[_reading] = true - do { - const buf = this[_makeBuf]() - /* istanbul ignore next */ - const br = buf.length === 0 ? 0 - : fs.readSync(this[_fd], buf, 0, buf.length, null) - if (!this[_handleChunk](br, buf)) { - break - } - } while (true) - this[_reading] = false - } - threw = false - } finally { - if (threw) { - this[_close]() - } - } - } - - [_close] () { - if (this[_autoClose] && typeof this[_fd] === 'number') { - const fd = this[_fd] - this[_fd] = null - fs.closeSync(fd) - this.emit('close') - } - } -} - -class WriteStream extends EE { - constructor (path, opt) { - opt = opt || {} - super(opt) - this.readable = false - this.writable = true - this[_errored] = false - this[_writing] = false - this[_ended] = false - this[_needDrain] = false - this[_queue] = [] - this[_path] = path - this[_fd] = typeof opt.fd === 'number' ? opt.fd : null - this[_mode] = opt.mode === undefined ? 0o666 : opt.mode - this[_pos] = typeof opt.start === 'number' ? opt.start : null - this[_autoClose] = typeof opt.autoClose === 'boolean' ? - opt.autoClose : true - - // truncating makes no sense when writing into the middle - const defaultFlag = this[_pos] !== null ? 'r+' : 'w' - this[_defaultFlag] = opt.flags === undefined - this[_flags] = this[_defaultFlag] ? defaultFlag : opt.flags - - if (this[_fd] === null) { - this[_open]() - } - } - - emit (ev, data) { - if (ev === 'error') { - if (this[_errored]) { - return - } - this[_errored] = true - } - return super.emit(ev, data) - } - - get fd () { - return this[_fd] - } - - get path () { - return this[_path] - } - - [_onerror] (er) { - this[_close]() - this[_writing] = true - this.emit('error', er) - } - - [_open] () { - fs.open(this[_path], this[_flags], this[_mode], - (er, fd) => this[_onopen](er, fd)) - } - - [_onopen] (er, fd) { - if (this[_defaultFlag] && - this[_flags] === 'r+' && - er && er.code === 'ENOENT') { - this[_flags] = 'w' - this[_open]() - } else if (er) { - this[_onerror](er) - } else { - this[_fd] = fd - this.emit('open', fd) - if (!this[_writing]) { - this[_flush]() - } - } - } - - end (buf, enc) { - if (buf) { - this.write(buf, enc) - } - - this[_ended] = true - - // synthetic after-write logic, where drain/finish live - if (!this[_writing] && !this[_queue].length && - typeof this[_fd] === 'number') { - this[_onwrite](null, 0) - } - return this - } - - write (buf, enc) { - if (typeof buf === 'string') { - buf = Buffer.from(buf, enc) - } - - if (this[_ended]) { - this.emit('error', new Error('write() after end()')) - return false - } - - if (this[_fd] === null || this[_writing] || this[_queue].length) { - this[_queue].push(buf) - this[_needDrain] = true - return false - } - - this[_writing] = true - this[_write](buf) - return true - } - - [_write] (buf) { - fs.write(this[_fd], buf, 0, buf.length, this[_pos], (er, bw) => - this[_onwrite](er, bw)) - } - - [_onwrite] (er, bw) { - if (er) { - this[_onerror](er) - } else { - if (this[_pos] !== null) { - this[_pos] += bw - } - if (this[_queue].length) { - this[_flush]() - } else { - this[_writing] = false - - if (this[_ended] && !this[_finished]) { - this[_finished] = true - this[_close]() - this.emit('finish') - } else if (this[_needDrain]) { - this[_needDrain] = false - this.emit('drain') - } - } - } - } - - [_flush] () { - if (this[_queue].length === 0) { - if (this[_ended]) { - this[_onwrite](null, 0) - } - } else if (this[_queue].length === 1) { - this[_write](this[_queue].pop()) - } else { - const iovec = this[_queue] - this[_queue] = [] - writev(this[_fd], iovec, this[_pos], - (er, bw) => this[_onwrite](er, bw)) - } - } - - [_close] () { - if (this[_autoClose] && typeof this[_fd] === 'number') { - const fd = this[_fd] - this[_fd] = null - fs.close(fd, er => er ? this.emit('error', er) : this.emit('close')) - } - } -} - -class WriteStreamSync extends WriteStream { - [_open] () { - let fd - // only wrap in a try{} block if we know we'll retry, to avoid - // the rethrow obscuring the error's source frame in most cases. - if (this[_defaultFlag] && this[_flags] === 'r+') { - try { - fd = fs.openSync(this[_path], this[_flags], this[_mode]) - } catch (er) { - if (er.code === 'ENOENT') { - this[_flags] = 'w' - return this[_open]() - } else { - throw er - } - } - } else { - fd = fs.openSync(this[_path], this[_flags], this[_mode]) - } - - this[_onopen](null, fd) - } - - [_close] () { - if (this[_autoClose] && typeof this[_fd] === 'number') { - const fd = this[_fd] - this[_fd] = null - fs.closeSync(fd) - this.emit('close') - } - } - - [_write] (buf) { - // throw the original, but try to close if it fails - let threw = true - try { - this[_onwrite](null, - fs.writeSync(this[_fd], buf, 0, buf.length, this[_pos])) - threw = false - } finally { - if (threw) { - try { - this[_close]() - } catch { - // ok error - } - } - } - } -} - -exports.ReadStream = ReadStream -exports.ReadStreamSync = ReadStreamSync - -exports.WriteStream = WriteStream -exports.WriteStreamSync = WriteStreamSync diff --git a/software/flow/node_modules/npm/node_modules/fs-minipass/package.json b/software/flow/node_modules/npm/node_modules/fs-minipass/package.json deleted file mode 100644 index cba0d0c..0000000 --- a/software/flow/node_modules/npm/node_modules/fs-minipass/package.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "name": "fs-minipass", - "version": "3.0.1", - "main": "lib/index.js", - "scripts": { - "test": "tap", - "lint": "eslint \"**/*.js\"", - "postlint": "template-oss-check", - "template-oss-apply": "template-oss-apply --force", - "lintfix": "npm run lint -- --fix", - "snap": "tap", - "posttest": "npm run lint" - }, - "keywords": [], - "author": "GitHub Inc.", - "license": "ISC", - "repository": { - "type": "git", - "url": "https://github.com/npm/fs-minipass.git" - }, - "bugs": { - "url": "https://github.com/npm/fs-minipass/issues" - }, - "homepage": "https://github.com/npm/fs-minipass#readme", - "description": "fs read and write streams based on minipass", - "dependencies": { - "minipass": "^4.0.0" - }, - "devDependencies": { - "@npmcli/eslint-config": "^4.0.1", - "@npmcli/template-oss": "4.11.3", - "mutate-fs": "^2.1.1", - "tap": "^16.3.2" - }, - "files": [ - "bin/", - "lib/" - ], - "tap": { - "check-coverage": true, - "nyc-arg": [ - "--exclude", - "tap-snapshots/**" - ] - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.11.3" - } -} diff --git a/software/flow/node_modules/npm/node_modules/fs.realpath/LICENSE b/software/flow/node_modules/npm/node_modules/fs.realpath/LICENSE deleted file mode 100644 index 5bd884c..0000000 --- a/software/flow/node_modules/npm/node_modules/fs.realpath/LICENSE +++ /dev/null @@ -1,43 +0,0 @@ -The ISC License - -Copyright (c) Isaac Z. Schlueter and Contributors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - ----- - -This library bundles a version of the `fs.realpath` and `fs.realpathSync` -methods from Node.js v0.10 under the terms of the Node.js MIT license. - -Node's license follows, also included at the header of `old.js` which contains -the licensed code: - - Copyright Joyent, Inc. and other Node contributors. - - Permission is hereby granted, free of charge, to any person obtaining a - copy of this software and associated documentation files (the "Software"), - to deal in the Software without restriction, including without limitation - the rights to use, copy, modify, merge, publish, distribute, sublicense, - and/or sell copies of the Software, and to permit persons to whom the - Software is furnished to do so, subject to the following conditions: - - The above copyright notice and this permission notice shall be included in - all copies or substantial portions of the Software. - - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING - FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER - DEALINGS IN THE SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/fs.realpath/index.js b/software/flow/node_modules/npm/node_modules/fs.realpath/index.js deleted file mode 100644 index b09c7c7..0000000 --- a/software/flow/node_modules/npm/node_modules/fs.realpath/index.js +++ /dev/null @@ -1,66 +0,0 @@ -module.exports = realpath -realpath.realpath = realpath -realpath.sync = realpathSync -realpath.realpathSync = realpathSync -realpath.monkeypatch = monkeypatch -realpath.unmonkeypatch = unmonkeypatch - -var fs = require('fs') -var origRealpath = fs.realpath -var origRealpathSync = fs.realpathSync - -var version = process.version -var ok = /^v[0-5]\./.test(version) -var old = require('./old.js') - -function newError (er) { - return er && er.syscall === 'realpath' && ( - er.code === 'ELOOP' || - er.code === 'ENOMEM' || - er.code === 'ENAMETOOLONG' - ) -} - -function realpath (p, cache, cb) { - if (ok) { - return origRealpath(p, cache, cb) - } - - if (typeof cache === 'function') { - cb = cache - cache = null - } - origRealpath(p, cache, function (er, result) { - if (newError(er)) { - old.realpath(p, cache, cb) - } else { - cb(er, result) - } - }) -} - -function realpathSync (p, cache) { - if (ok) { - return origRealpathSync(p, cache) - } - - try { - return origRealpathSync(p, cache) - } catch (er) { - if (newError(er)) { - return old.realpathSync(p, cache) - } else { - throw er - } - } -} - -function monkeypatch () { - fs.realpath = realpath - fs.realpathSync = realpathSync -} - -function unmonkeypatch () { - fs.realpath = origRealpath - fs.realpathSync = origRealpathSync -} diff --git a/software/flow/node_modules/npm/node_modules/fs.realpath/old.js b/software/flow/node_modules/npm/node_modules/fs.realpath/old.js deleted file mode 100644 index b40305e..0000000 --- a/software/flow/node_modules/npm/node_modules/fs.realpath/old.js +++ /dev/null @@ -1,303 +0,0 @@ -// Copyright Joyent, Inc. and other Node contributors. -// -// Permission is hereby granted, free of charge, to any person obtaining a -// copy of this software and associated documentation files (the -// "Software"), to deal in the Software without restriction, including -// without limitation the rights to use, copy, modify, merge, publish, -// distribute, sublicense, and/or sell copies of the Software, and to permit -// persons to whom the Software is furnished to do so, subject to the -// following conditions: -// -// The above copyright notice and this permission notice shall be included -// in all copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN -// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, -// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR -// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE -// USE OR OTHER DEALINGS IN THE SOFTWARE. - -var pathModule = require('path'); -var isWindows = process.platform === 'win32'; -var fs = require('fs'); - -// JavaScript implementation of realpath, ported from node pre-v6 - -var DEBUG = process.env.NODE_DEBUG && /fs/.test(process.env.NODE_DEBUG); - -function rethrow() { - // Only enable in debug mode. A backtrace uses ~1000 bytes of heap space and - // is fairly slow to generate. - var callback; - if (DEBUG) { - var backtrace = new Error; - callback = debugCallback; - } else - callback = missingCallback; - - return callback; - - function debugCallback(err) { - if (err) { - backtrace.message = err.message; - err = backtrace; - missingCallback(err); - } - } - - function missingCallback(err) { - if (err) { - if (process.throwDeprecation) - throw err; // Forgot a callback but don't know where? Use NODE_DEBUG=fs - else if (!process.noDeprecation) { - var msg = 'fs: missing callback ' + (err.stack || err.message); - if (process.traceDeprecation) - console.trace(msg); - else - console.error(msg); - } - } - } -} - -function maybeCallback(cb) { - return typeof cb === 'function' ? cb : rethrow(); -} - -var normalize = pathModule.normalize; - -// Regexp that finds the next partion of a (partial) path -// result is [base_with_slash, base], e.g. ['somedir/', 'somedir'] -if (isWindows) { - var nextPartRe = /(.*?)(?:[\/\\]+|$)/g; -} else { - var nextPartRe = /(.*?)(?:[\/]+|$)/g; -} - -// Regex to find the device root, including trailing slash. E.g. 'c:\\'. -if (isWindows) { - var splitRootRe = /^(?:[a-zA-Z]:|[\\\/]{2}[^\\\/]+[\\\/][^\\\/]+)?[\\\/]*/; -} else { - var splitRootRe = /^[\/]*/; -} - -exports.realpathSync = function realpathSync(p, cache) { - // make p is absolute - p = pathModule.resolve(p); - - if (cache && Object.prototype.hasOwnProperty.call(cache, p)) { - return cache[p]; - } - - var original = p, - seenLinks = {}, - knownHard = {}; - - // current character position in p - var pos; - // the partial path so far, including a trailing slash if any - var current; - // the partial path without a trailing slash (except when pointing at a root) - var base; - // the partial path scanned in the previous round, with slash - var previous; - - start(); - - function start() { - // Skip over roots - var m = splitRootRe.exec(p); - pos = m[0].length; - current = m[0]; - base = m[0]; - previous = ''; - - // On windows, check that the root exists. On unix there is no need. - if (isWindows && !knownHard[base]) { - fs.lstatSync(base); - knownHard[base] = true; - } - } - - // walk down the path, swapping out linked pathparts for their real - // values - // NB: p.length changes. - while (pos < p.length) { - // find the next part - nextPartRe.lastIndex = pos; - var result = nextPartRe.exec(p); - previous = current; - current += result[0]; - base = previous + result[1]; - pos = nextPartRe.lastIndex; - - // continue if not a symlink - if (knownHard[base] || (cache && cache[base] === base)) { - continue; - } - - var resolvedLink; - if (cache && Object.prototype.hasOwnProperty.call(cache, base)) { - // some known symbolic link. no need to stat again. - resolvedLink = cache[base]; - } else { - var stat = fs.lstatSync(base); - if (!stat.isSymbolicLink()) { - knownHard[base] = true; - if (cache) cache[base] = base; - continue; - } - - // read the link if it wasn't read before - // dev/ino always return 0 on windows, so skip the check. - var linkTarget = null; - if (!isWindows) { - var id = stat.dev.toString(32) + ':' + stat.ino.toString(32); - if (seenLinks.hasOwnProperty(id)) { - linkTarget = seenLinks[id]; - } - } - if (linkTarget === null) { - fs.statSync(base); - linkTarget = fs.readlinkSync(base); - } - resolvedLink = pathModule.resolve(previous, linkTarget); - // track this, if given a cache. - if (cache) cache[base] = resolvedLink; - if (!isWindows) seenLinks[id] = linkTarget; - } - - // resolve the link, then start over - p = pathModule.resolve(resolvedLink, p.slice(pos)); - start(); - } - - if (cache) cache[original] = p; - - return p; -}; - - -exports.realpath = function realpath(p, cache, cb) { - if (typeof cb !== 'function') { - cb = maybeCallback(cache); - cache = null; - } - - // make p is absolute - p = pathModule.resolve(p); - - if (cache && Object.prototype.hasOwnProperty.call(cache, p)) { - return process.nextTick(cb.bind(null, null, cache[p])); - } - - var original = p, - seenLinks = {}, - knownHard = {}; - - // current character position in p - var pos; - // the partial path so far, including a trailing slash if any - var current; - // the partial path without a trailing slash (except when pointing at a root) - var base; - // the partial path scanned in the previous round, with slash - var previous; - - start(); - - function start() { - // Skip over roots - var m = splitRootRe.exec(p); - pos = m[0].length; - current = m[0]; - base = m[0]; - previous = ''; - - // On windows, check that the root exists. On unix there is no need. - if (isWindows && !knownHard[base]) { - fs.lstat(base, function(err) { - if (err) return cb(err); - knownHard[base] = true; - LOOP(); - }); - } else { - process.nextTick(LOOP); - } - } - - // walk down the path, swapping out linked pathparts for their real - // values - function LOOP() { - // stop if scanned past end of path - if (pos >= p.length) { - if (cache) cache[original] = p; - return cb(null, p); - } - - // find the next part - nextPartRe.lastIndex = pos; - var result = nextPartRe.exec(p); - previous = current; - current += result[0]; - base = previous + result[1]; - pos = nextPartRe.lastIndex; - - // continue if not a symlink - if (knownHard[base] || (cache && cache[base] === base)) { - return process.nextTick(LOOP); - } - - if (cache && Object.prototype.hasOwnProperty.call(cache, base)) { - // known symbolic link. no need to stat again. - return gotResolvedLink(cache[base]); - } - - return fs.lstat(base, gotStat); - } - - function gotStat(err, stat) { - if (err) return cb(err); - - // if not a symlink, skip to the next path part - if (!stat.isSymbolicLink()) { - knownHard[base] = true; - if (cache) cache[base] = base; - return process.nextTick(LOOP); - } - - // stat & read the link if not read before - // call gotTarget as soon as the link target is known - // dev/ino always return 0 on windows, so skip the check. - if (!isWindows) { - var id = stat.dev.toString(32) + ':' + stat.ino.toString(32); - if (seenLinks.hasOwnProperty(id)) { - return gotTarget(null, seenLinks[id], base); - } - } - fs.stat(base, function(err) { - if (err) return cb(err); - - fs.readlink(base, function(err, target) { - if (!isWindows) seenLinks[id] = target; - gotTarget(err, target); - }); - }); - } - - function gotTarget(err, target, base) { - if (err) return cb(err); - - var resolvedLink = pathModule.resolve(previous, target); - if (cache) cache[base] = resolvedLink; - gotResolvedLink(resolvedLink); - } - - function gotResolvedLink(resolvedLink) { - // resolve the link, then start over - p = pathModule.resolve(resolvedLink, p.slice(pos)); - start(); - } -}; diff --git a/software/flow/node_modules/npm/node_modules/fs.realpath/package.json b/software/flow/node_modules/npm/node_modules/fs.realpath/package.json deleted file mode 100644 index 3edc57d..0000000 --- a/software/flow/node_modules/npm/node_modules/fs.realpath/package.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "name": "fs.realpath", - "version": "1.0.0", - "description": "Use node's fs.realpath, but fall back to the JS implementation if the native one fails", - "main": "index.js", - "dependencies": {}, - "devDependencies": {}, - "scripts": { - "test": "tap test/*.js --cov" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/isaacs/fs.realpath.git" - }, - "keywords": [ - "realpath", - "fs", - "polyfill" - ], - "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)", - "license": "ISC", - "files": [ - "old.js", - "index.js" - ] -} diff --git a/software/flow/node_modules/npm/node_modules/function-bind/LICENSE b/software/flow/node_modules/npm/node_modules/function-bind/LICENSE deleted file mode 100644 index 62d6d23..0000000 --- a/software/flow/node_modules/npm/node_modules/function-bind/LICENSE +++ /dev/null @@ -1,20 +0,0 @@ -Copyright (c) 2013 Raynos. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - diff --git a/software/flow/node_modules/npm/node_modules/function-bind/implementation.js b/software/flow/node_modules/npm/node_modules/function-bind/implementation.js deleted file mode 100644 index cc4daec..0000000 --- a/software/flow/node_modules/npm/node_modules/function-bind/implementation.js +++ /dev/null @@ -1,52 +0,0 @@ -'use strict'; - -/* eslint no-invalid-this: 1 */ - -var ERROR_MESSAGE = 'Function.prototype.bind called on incompatible '; -var slice = Array.prototype.slice; -var toStr = Object.prototype.toString; -var funcType = '[object Function]'; - -module.exports = function bind(that) { - var target = this; - if (typeof target !== 'function' || toStr.call(target) !== funcType) { - throw new TypeError(ERROR_MESSAGE + target); - } - var args = slice.call(arguments, 1); - - var bound; - var binder = function () { - if (this instanceof bound) { - var result = target.apply( - this, - args.concat(slice.call(arguments)) - ); - if (Object(result) === result) { - return result; - } - return this; - } else { - return target.apply( - that, - args.concat(slice.call(arguments)) - ); - } - }; - - var boundLength = Math.max(0, target.length - args.length); - var boundArgs = []; - for (var i = 0; i < boundLength; i++) { - boundArgs.push('$' + i); - } - - bound = Function('binder', 'return function (' + boundArgs.join(',') + '){ return binder.apply(this,arguments); }')(binder); - - if (target.prototype) { - var Empty = function Empty() {}; - Empty.prototype = target.prototype; - bound.prototype = new Empty(); - Empty.prototype = null; - } - - return bound; -}; diff --git a/software/flow/node_modules/npm/node_modules/function-bind/index.js b/software/flow/node_modules/npm/node_modules/function-bind/index.js deleted file mode 100644 index 3bb6b96..0000000 --- a/software/flow/node_modules/npm/node_modules/function-bind/index.js +++ /dev/null @@ -1,5 +0,0 @@ -'use strict'; - -var implementation = require('./implementation'); - -module.exports = Function.prototype.bind || implementation; diff --git a/software/flow/node_modules/npm/node_modules/function-bind/package.json b/software/flow/node_modules/npm/node_modules/function-bind/package.json deleted file mode 100644 index 20a1727..0000000 --- a/software/flow/node_modules/npm/node_modules/function-bind/package.json +++ /dev/null @@ -1,63 +0,0 @@ -{ - "name": "function-bind", - "version": "1.1.1", - "description": "Implementation of Function.prototype.bind", - "keywords": [ - "function", - "bind", - "shim", - "es5" - ], - "author": "Raynos <raynos2@gmail.com>", - "repository": "git://github.com/Raynos/function-bind.git", - "main": "index", - "homepage": "https://github.com/Raynos/function-bind", - "contributors": [ - { - "name": "Raynos" - }, - { - "name": "Jordan Harband", - "url": "https://github.com/ljharb" - } - ], - "bugs": { - "url": "https://github.com/Raynos/function-bind/issues", - "email": "raynos2@gmail.com" - }, - "dependencies": {}, - "devDependencies": { - "@ljharb/eslint-config": "^12.2.1", - "covert": "^1.1.0", - "eslint": "^4.5.0", - "jscs": "^3.0.7", - "tape": "^4.8.0" - }, - "license": "MIT", - "scripts": { - "pretest": "npm run lint", - "test": "npm run tests-only", - "posttest": "npm run coverage -- --quiet", - "tests-only": "node test", - "coverage": "covert test/*.js", - "lint": "npm run jscs && npm run eslint", - "jscs": "jscs *.js */*.js", - "eslint": "eslint *.js */*.js" - }, - "testling": { - "files": "test/index.js", - "browsers": [ - "ie/8..latest", - "firefox/16..latest", - "firefox/nightly", - "chrome/22..latest", - "chrome/canary", - "opera/12..latest", - "opera/next", - "safari/5.1..latest", - "ipad/6.0..latest", - "iphone/6.0..latest", - "android-browser/4.2..latest" - ] - } -} diff --git a/software/flow/node_modules/npm/node_modules/function-bind/test/index.js b/software/flow/node_modules/npm/node_modules/function-bind/test/index.js deleted file mode 100644 index 2edecce..0000000 --- a/software/flow/node_modules/npm/node_modules/function-bind/test/index.js +++ /dev/null @@ -1,252 +0,0 @@ -// jscs:disable requireUseStrict - -var test = require('tape'); - -var functionBind = require('../implementation'); -var getCurrentContext = function () { return this; }; - -test('functionBind is a function', function (t) { - t.equal(typeof functionBind, 'function'); - t.end(); -}); - -test('non-functions', function (t) { - var nonFunctions = [true, false, [], {}, 42, 'foo', NaN, /a/g]; - t.plan(nonFunctions.length); - for (var i = 0; i < nonFunctions.length; ++i) { - try { functionBind.call(nonFunctions[i]); } catch (ex) { - t.ok(ex instanceof TypeError, 'throws when given ' + String(nonFunctions[i])); - } - } - t.end(); -}); - -test('without a context', function (t) { - t.test('binds properly', function (st) { - var args, context; - var namespace = { - func: functionBind.call(function () { - args = Array.prototype.slice.call(arguments); - context = this; - }) - }; - namespace.func(1, 2, 3); - st.deepEqual(args, [1, 2, 3]); - st.equal(context, getCurrentContext.call()); - st.end(); - }); - - t.test('binds properly, and still supplies bound arguments', function (st) { - var args, context; - var namespace = { - func: functionBind.call(function () { - args = Array.prototype.slice.call(arguments); - context = this; - }, undefined, 1, 2, 3) - }; - namespace.func(4, 5, 6); - st.deepEqual(args, [1, 2, 3, 4, 5, 6]); - st.equal(context, getCurrentContext.call()); - st.end(); - }); - - t.test('returns properly', function (st) { - var args; - var namespace = { - func: functionBind.call(function () { - args = Array.prototype.slice.call(arguments); - return this; - }, null) - }; - var context = namespace.func(1, 2, 3); - st.equal(context, getCurrentContext.call(), 'returned context is namespaced context'); - st.deepEqual(args, [1, 2, 3], 'passed arguments are correct'); - st.end(); - }); - - t.test('returns properly with bound arguments', function (st) { - var args; - var namespace = { - func: functionBind.call(function () { - args = Array.prototype.slice.call(arguments); - return this; - }, null, 1, 2, 3) - }; - var context = namespace.func(4, 5, 6); - st.equal(context, getCurrentContext.call(), 'returned context is namespaced context'); - st.deepEqual(args, [1, 2, 3, 4, 5, 6], 'passed arguments are correct'); - st.end(); - }); - - t.test('called as a constructor', function (st) { - var thunkify = function (value) { - return function () { return value; }; - }; - st.test('returns object value', function (sst) { - var expectedReturnValue = [1, 2, 3]; - var Constructor = functionBind.call(thunkify(expectedReturnValue), null); - var result = new Constructor(); - sst.equal(result, expectedReturnValue); - sst.end(); - }); - - st.test('does not return primitive value', function (sst) { - var Constructor = functionBind.call(thunkify(42), null); - var result = new Constructor(); - sst.notEqual(result, 42); - sst.end(); - }); - - st.test('object from bound constructor is instance of original and bound constructor', function (sst) { - var A = function (x) { - this.name = x || 'A'; - }; - var B = functionBind.call(A, null, 'B'); - - var result = new B(); - sst.ok(result instanceof B, 'result is instance of bound constructor'); - sst.ok(result instanceof A, 'result is instance of original constructor'); - sst.end(); - }); - - st.end(); - }); - - t.end(); -}); - -test('with a context', function (t) { - t.test('with no bound arguments', function (st) { - var args, context; - var boundContext = {}; - var namespace = { - func: functionBind.call(function () { - args = Array.prototype.slice.call(arguments); - context = this; - }, boundContext) - }; - namespace.func(1, 2, 3); - st.equal(context, boundContext, 'binds a context properly'); - st.deepEqual(args, [1, 2, 3], 'supplies passed arguments'); - st.end(); - }); - - t.test('with bound arguments', function (st) { - var args, context; - var boundContext = {}; - var namespace = { - func: functionBind.call(function () { - args = Array.prototype.slice.call(arguments); - context = this; - }, boundContext, 1, 2, 3) - }; - namespace.func(4, 5, 6); - st.equal(context, boundContext, 'binds a context properly'); - st.deepEqual(args, [1, 2, 3, 4, 5, 6], 'supplies bound and passed arguments'); - st.end(); - }); - - t.test('returns properly', function (st) { - var boundContext = {}; - var args; - var namespace = { - func: functionBind.call(function () { - args = Array.prototype.slice.call(arguments); - return this; - }, boundContext) - }; - var context = namespace.func(1, 2, 3); - st.equal(context, boundContext, 'returned context is bound context'); - st.notEqual(context, getCurrentContext.call(), 'returned context is not lexical context'); - st.deepEqual(args, [1, 2, 3], 'passed arguments are correct'); - st.end(); - }); - - t.test('returns properly with bound arguments', function (st) { - var boundContext = {}; - var args; - var namespace = { - func: functionBind.call(function () { - args = Array.prototype.slice.call(arguments); - return this; - }, boundContext, 1, 2, 3) - }; - var context = namespace.func(4, 5, 6); - st.equal(context, boundContext, 'returned context is bound context'); - st.notEqual(context, getCurrentContext.call(), 'returned context is not lexical context'); - st.deepEqual(args, [1, 2, 3, 4, 5, 6], 'passed arguments are correct'); - st.end(); - }); - - t.test('passes the correct arguments when called as a constructor', function (st) { - var expected = { name: 'Correct' }; - var namespace = { - Func: functionBind.call(function (arg) { - return arg; - }, { name: 'Incorrect' }) - }; - var returned = new namespace.Func(expected); - st.equal(returned, expected, 'returns the right arg when called as a constructor'); - st.end(); - }); - - t.test('has the new instance\'s context when called as a constructor', function (st) { - var actualContext; - var expectedContext = { foo: 'bar' }; - var namespace = { - Func: functionBind.call(function () { - actualContext = this; - }, expectedContext) - }; - var result = new namespace.Func(); - st.equal(result instanceof namespace.Func, true); - st.notEqual(actualContext, expectedContext); - st.end(); - }); - - t.end(); -}); - -test('bound function length', function (t) { - t.test('sets a correct length without thisArg', function (st) { - var subject = functionBind.call(function (a, b, c) { return a + b + c; }); - st.equal(subject.length, 3); - st.equal(subject(1, 2, 3), 6); - st.end(); - }); - - t.test('sets a correct length with thisArg', function (st) { - var subject = functionBind.call(function (a, b, c) { return a + b + c; }, {}); - st.equal(subject.length, 3); - st.equal(subject(1, 2, 3), 6); - st.end(); - }); - - t.test('sets a correct length without thisArg and first argument', function (st) { - var subject = functionBind.call(function (a, b, c) { return a + b + c; }, undefined, 1); - st.equal(subject.length, 2); - st.equal(subject(2, 3), 6); - st.end(); - }); - - t.test('sets a correct length with thisArg and first argument', function (st) { - var subject = functionBind.call(function (a, b, c) { return a + b + c; }, {}, 1); - st.equal(subject.length, 2); - st.equal(subject(2, 3), 6); - st.end(); - }); - - t.test('sets a correct length without thisArg and too many arguments', function (st) { - var subject = functionBind.call(function (a, b, c) { return a + b + c; }, undefined, 1, 2, 3, 4); - st.equal(subject.length, 0); - st.equal(subject(), 6); - st.end(); - }); - - t.test('sets a correct length with thisArg and too many arguments', function (st) { - var subject = functionBind.call(function (a, b, c) { return a + b + c; }, {}, 1, 2, 3, 4); - st.equal(subject.length, 0); - st.equal(subject(), 6); - st.end(); - }); -}); diff --git a/software/flow/node_modules/npm/node_modules/gauge/LICENSE.md b/software/flow/node_modules/npm/node_modules/gauge/LICENSE.md deleted file mode 100644 index 5fc208f..0000000 --- a/software/flow/node_modules/npm/node_modules/gauge/LICENSE.md +++ /dev/null @@ -1,20 +0,0 @@ -<!-- This file is automatically added by @npmcli/template-oss. Do not edit. --> - -ISC License - -Copyright npm, Inc. - -Permission to use, copy, modify, and/or distribute this -software for any purpose with or without fee is hereby -granted, provided that the above copyright notice and this -permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND NPM DISCLAIMS ALL -WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO -EVENT SHALL NPM BE LIABLE FOR ANY SPECIAL, DIRECT, -INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER -TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE -USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/gauge/lib/base-theme.js b/software/flow/node_modules/npm/node_modules/gauge/lib/base-theme.js deleted file mode 100644 index 00bf568..0000000 --- a/software/flow/node_modules/npm/node_modules/gauge/lib/base-theme.js +++ /dev/null @@ -1,18 +0,0 @@ -'use strict' -var spin = require('./spin.js') -var progressBar = require('./progress-bar.js') - -module.exports = { - activityIndicator: function (values, theme, width) { - if (values.spun == null) { - return - } - return spin(theme, values.spun) - }, - progressbar: function (values, theme, width) { - if (values.completed == null) { - return - } - return progressBar(theme, width, values.completed) - }, -} diff --git a/software/flow/node_modules/npm/node_modules/gauge/lib/error.js b/software/flow/node_modules/npm/node_modules/gauge/lib/error.js deleted file mode 100644 index d9914ba..0000000 --- a/software/flow/node_modules/npm/node_modules/gauge/lib/error.js +++ /dev/null @@ -1,24 +0,0 @@ -'use strict' -var util = require('util') - -var User = exports.User = function User (msg) { - var err = new Error(msg) - Error.captureStackTrace(err, User) - err.code = 'EGAUGE' - return err -} - -exports.MissingTemplateValue = function MissingTemplateValue (item, values) { - var err = new User(util.format('Missing template value "%s"', item.type)) - Error.captureStackTrace(err, MissingTemplateValue) - err.template = item - err.values = values - return err -} - -exports.Internal = function Internal (msg) { - var err = new Error(msg) - Error.captureStackTrace(err, Internal) - err.code = 'EGAUGEINTERNAL' - return err -} diff --git a/software/flow/node_modules/npm/node_modules/gauge/lib/has-color.js b/software/flow/node_modules/npm/node_modules/gauge/lib/has-color.js deleted file mode 100644 index 16cba0e..0000000 --- a/software/flow/node_modules/npm/node_modules/gauge/lib/has-color.js +++ /dev/null @@ -1,4 +0,0 @@ -'use strict' -var colorSupport = require('color-support') - -module.exports = colorSupport().hasBasic diff --git a/software/flow/node_modules/npm/node_modules/gauge/lib/index.js b/software/flow/node_modules/npm/node_modules/gauge/lib/index.js deleted file mode 100644 index 37fc5ac..0000000 --- a/software/flow/node_modules/npm/node_modules/gauge/lib/index.js +++ /dev/null @@ -1,289 +0,0 @@ -'use strict' -var Plumbing = require('./plumbing.js') -var hasUnicode = require('has-unicode') -var hasColor = require('./has-color.js') -var onExit = require('signal-exit') -var defaultThemes = require('./themes') -var setInterval = require('./set-interval.js') -var process = require('./process.js') -var setImmediate = require('./set-immediate') - -module.exports = Gauge - -function callWith (obj, method) { - return function () { - return method.call(obj) - } -} - -function Gauge (arg1, arg2) { - var options, writeTo - if (arg1 && arg1.write) { - writeTo = arg1 - options = arg2 || {} - } else if (arg2 && arg2.write) { - writeTo = arg2 - options = arg1 || {} - } else { - writeTo = process.stderr - options = arg1 || arg2 || {} - } - - this._status = { - spun: 0, - section: '', - subsection: '', - } - this._paused = false // are we paused for back pressure? - this._disabled = true // are all progress bar updates disabled? - this._showing = false // do we WANT the progress bar on screen - this._onScreen = false // IS the progress bar on screen - this._needsRedraw = false // should we print something at next tick? - this._hideCursor = options.hideCursor == null ? true : options.hideCursor - this._fixedFramerate = options.fixedFramerate == null - ? !(/^v0\.8\./.test(process.version)) - : options.fixedFramerate - this._lastUpdateAt = null - this._updateInterval = options.updateInterval == null ? 50 : options.updateInterval - - this._themes = options.themes || defaultThemes - this._theme = options.theme - var theme = this._computeTheme(options.theme) - var template = options.template || [ - { type: 'progressbar', length: 20 }, - { type: 'activityIndicator', kerning: 1, length: 1 }, - { type: 'section', kerning: 1, default: '' }, - { type: 'subsection', kerning: 1, default: '' }, - ] - this.setWriteTo(writeTo, options.tty) - var PlumbingClass = options.Plumbing || Plumbing - this._gauge = new PlumbingClass(theme, template, this.getWidth()) - - this._$$doRedraw = callWith(this, this._doRedraw) - this._$$handleSizeChange = callWith(this, this._handleSizeChange) - - this._cleanupOnExit = options.cleanupOnExit == null || options.cleanupOnExit - this._removeOnExit = null - - if (options.enabled || (options.enabled == null && this._tty && this._tty.isTTY)) { - this.enable() - } else { - this.disable() - } -} -Gauge.prototype = {} - -Gauge.prototype.isEnabled = function () { - return !this._disabled -} - -Gauge.prototype.setTemplate = function (template) { - this._gauge.setTemplate(template) - if (this._showing) { - this._requestRedraw() - } -} - -Gauge.prototype._computeTheme = function (theme) { - if (!theme) { - theme = {} - } - if (typeof theme === 'string') { - theme = this._themes.getTheme(theme) - } else if ( - Object.keys(theme).length === 0 || theme.hasUnicode != null || theme.hasColor != null - ) { - var useUnicode = theme.hasUnicode == null ? hasUnicode() : theme.hasUnicode - var useColor = theme.hasColor == null ? hasColor : theme.hasColor - theme = this._themes.getDefault({ - hasUnicode: useUnicode, - hasColor: useColor, - platform: theme.platform, - }) - } - return theme -} - -Gauge.prototype.setThemeset = function (themes) { - this._themes = themes - this.setTheme(this._theme) -} - -Gauge.prototype.setTheme = function (theme) { - this._gauge.setTheme(this._computeTheme(theme)) - if (this._showing) { - this._requestRedraw() - } - this._theme = theme -} - -Gauge.prototype._requestRedraw = function () { - this._needsRedraw = true - if (!this._fixedFramerate) { - this._doRedraw() - } -} - -Gauge.prototype.getWidth = function () { - return ((this._tty && this._tty.columns) || 80) - 1 -} - -Gauge.prototype.setWriteTo = function (writeTo, tty) { - var enabled = !this._disabled - if (enabled) { - this.disable() - } - this._writeTo = writeTo - this._tty = tty || - (writeTo === process.stderr && process.stdout.isTTY && process.stdout) || - (writeTo.isTTY && writeTo) || - this._tty - if (this._gauge) { - this._gauge.setWidth(this.getWidth()) - } - if (enabled) { - this.enable() - } -} - -Gauge.prototype.enable = function () { - if (!this._disabled) { - return - } - this._disabled = false - if (this._tty) { - this._enableEvents() - } - if (this._showing) { - this.show() - } -} - -Gauge.prototype.disable = function () { - if (this._disabled) { - return - } - if (this._showing) { - this._lastUpdateAt = null - this._showing = false - this._doRedraw() - this._showing = true - } - this._disabled = true - if (this._tty) { - this._disableEvents() - } -} - -Gauge.prototype._enableEvents = function () { - if (this._cleanupOnExit) { - this._removeOnExit = onExit(callWith(this, this.disable)) - } - this._tty.on('resize', this._$$handleSizeChange) - if (this._fixedFramerate) { - this.redrawTracker = setInterval(this._$$doRedraw, this._updateInterval) - if (this.redrawTracker.unref) { - this.redrawTracker.unref() - } - } -} - -Gauge.prototype._disableEvents = function () { - this._tty.removeListener('resize', this._$$handleSizeChange) - if (this._fixedFramerate) { - clearInterval(this.redrawTracker) - } - if (this._removeOnExit) { - this._removeOnExit() - } -} - -Gauge.prototype.hide = function (cb) { - if (this._disabled) { - return cb && process.nextTick(cb) - } - if (!this._showing) { - return cb && process.nextTick(cb) - } - this._showing = false - this._doRedraw() - cb && setImmediate(cb) -} - -Gauge.prototype.show = function (section, completed) { - this._showing = true - if (typeof section === 'string') { - this._status.section = section - } else if (typeof section === 'object') { - var sectionKeys = Object.keys(section) - for (var ii = 0; ii < sectionKeys.length; ++ii) { - var key = sectionKeys[ii] - this._status[key] = section[key] - } - } - if (completed != null) { - this._status.completed = completed - } - if (this._disabled) { - return - } - this._requestRedraw() -} - -Gauge.prototype.pulse = function (subsection) { - this._status.subsection = subsection || '' - this._status.spun++ - if (this._disabled) { - return - } - if (!this._showing) { - return - } - this._requestRedraw() -} - -Gauge.prototype._handleSizeChange = function () { - this._gauge.setWidth(this._tty.columns - 1) - this._requestRedraw() -} - -Gauge.prototype._doRedraw = function () { - if (this._disabled || this._paused) { - return - } - if (!this._fixedFramerate) { - var now = Date.now() - if (this._lastUpdateAt && now - this._lastUpdateAt < this._updateInterval) { - return - } - this._lastUpdateAt = now - } - if (!this._showing && this._onScreen) { - this._onScreen = false - var result = this._gauge.hide() - if (this._hideCursor) { - result += this._gauge.showCursor() - } - return this._writeTo.write(result) - } - if (!this._showing && !this._onScreen) { - return - } - if (this._showing && !this._onScreen) { - this._onScreen = true - this._needsRedraw = true - if (this._hideCursor) { - this._writeTo.write(this._gauge.hideCursor()) - } - } - if (!this._needsRedraw) { - return - } - if (!this._writeTo.write(this._gauge.show(this._status))) { - this._paused = true - this._writeTo.on('drain', callWith(this, function () { - this._paused = false - this._doRedraw() - })) - } -} diff --git a/software/flow/node_modules/npm/node_modules/gauge/lib/plumbing.js b/software/flow/node_modules/npm/node_modules/gauge/lib/plumbing.js deleted file mode 100644 index c4dc3e0..0000000 --- a/software/flow/node_modules/npm/node_modules/gauge/lib/plumbing.js +++ /dev/null @@ -1,50 +0,0 @@ -'use strict' -var consoleControl = require('console-control-strings') -var renderTemplate = require('./render-template.js') -var validate = require('aproba') - -var Plumbing = module.exports = function (theme, template, width) { - if (!width) { - width = 80 - } - validate('OAN', [theme, template, width]) - this.showing = false - this.theme = theme - this.width = width - this.template = template -} -Plumbing.prototype = {} - -Plumbing.prototype.setTheme = function (theme) { - validate('O', [theme]) - this.theme = theme -} - -Plumbing.prototype.setTemplate = function (template) { - validate('A', [template]) - this.template = template -} - -Plumbing.prototype.setWidth = function (width) { - validate('N', [width]) - this.width = width -} - -Plumbing.prototype.hide = function () { - return consoleControl.gotoSOL() + consoleControl.eraseLine() -} - -Plumbing.prototype.hideCursor = consoleControl.hideCursor - -Plumbing.prototype.showCursor = consoleControl.showCursor - -Plumbing.prototype.show = function (status) { - var values = Object.create(this.theme) - for (var key in status) { - values[key] = status[key] - } - - return renderTemplate(this.width, this.template, values).trim() + - consoleControl.color('reset') + - consoleControl.eraseLine() + consoleControl.gotoSOL() -} diff --git a/software/flow/node_modules/npm/node_modules/gauge/lib/process.js b/software/flow/node_modules/npm/node_modules/gauge/lib/process.js deleted file mode 100644 index 05e8569..0000000 --- a/software/flow/node_modules/npm/node_modules/gauge/lib/process.js +++ /dev/null @@ -1,3 +0,0 @@ -'use strict' -// this exists so we can replace it during testing -module.exports = process diff --git a/software/flow/node_modules/npm/node_modules/gauge/lib/progress-bar.js b/software/flow/node_modules/npm/node_modules/gauge/lib/progress-bar.js deleted file mode 100644 index 184ff25..0000000 --- a/software/flow/node_modules/npm/node_modules/gauge/lib/progress-bar.js +++ /dev/null @@ -1,41 +0,0 @@ -'use strict' -var validate = require('aproba') -var renderTemplate = require('./render-template.js') -var wideTruncate = require('./wide-truncate') -var stringWidth = require('string-width') - -module.exports = function (theme, width, completed) { - validate('ONN', [theme, width, completed]) - if (completed < 0) { - completed = 0 - } - if (completed > 1) { - completed = 1 - } - if (width <= 0) { - return '' - } - var sofar = Math.round(width * completed) - var rest = width - sofar - var template = [ - { type: 'complete', value: repeat(theme.complete, sofar), length: sofar }, - { type: 'remaining', value: repeat(theme.remaining, rest), length: rest }, - ] - return renderTemplate(width, template, theme) -} - -// lodash's way of repeating -function repeat (string, width) { - var result = '' - var n = width - do { - if (n % 2) { - result += string - } - n = Math.floor(n / 2) - /* eslint no-self-assign: 0 */ - string += string - } while (n && stringWidth(result) < width) - - return wideTruncate(result, width) -} diff --git a/software/flow/node_modules/npm/node_modules/gauge/lib/render-template.js b/software/flow/node_modules/npm/node_modules/gauge/lib/render-template.js deleted file mode 100644 index d1b52c0..0000000 --- a/software/flow/node_modules/npm/node_modules/gauge/lib/render-template.js +++ /dev/null @@ -1,222 +0,0 @@ -'use strict' -var align = require('wide-align') -var validate = require('aproba') -var wideTruncate = require('./wide-truncate') -var error = require('./error') -var TemplateItem = require('./template-item') - -function renderValueWithValues (values) { - return function (item) { - return renderValue(item, values) - } -} - -var renderTemplate = module.exports = function (width, template, values) { - var items = prepareItems(width, template, values) - var rendered = items.map(renderValueWithValues(values)).join('') - return align.left(wideTruncate(rendered, width), width) -} - -function preType (item) { - var cappedTypeName = item.type[0].toUpperCase() + item.type.slice(1) - return 'pre' + cappedTypeName -} - -function postType (item) { - var cappedTypeName = item.type[0].toUpperCase() + item.type.slice(1) - return 'post' + cappedTypeName -} - -function hasPreOrPost (item, values) { - if (!item.type) { - return - } - return values[preType(item)] || values[postType(item)] -} - -function generatePreAndPost (baseItem, parentValues) { - var item = Object.assign({}, baseItem) - var values = Object.create(parentValues) - var template = [] - var pre = preType(item) - var post = postType(item) - if (values[pre]) { - template.push({ value: values[pre] }) - values[pre] = null - } - item.minLength = null - item.length = null - item.maxLength = null - template.push(item) - values[item.type] = values[item.type] - if (values[post]) { - template.push({ value: values[post] }) - values[post] = null - } - return function ($1, $2, length) { - return renderTemplate(length, template, values) - } -} - -function prepareItems (width, template, values) { - function cloneAndObjectify (item, index, arr) { - var cloned = new TemplateItem(item, width) - var type = cloned.type - if (cloned.value == null) { - if (!(type in values)) { - if (cloned.default == null) { - throw new error.MissingTemplateValue(cloned, values) - } else { - cloned.value = cloned.default - } - } else { - cloned.value = values[type] - } - } - if (cloned.value == null || cloned.value === '') { - return null - } - cloned.index = index - cloned.first = index === 0 - cloned.last = index === arr.length - 1 - if (hasPreOrPost(cloned, values)) { - cloned.value = generatePreAndPost(cloned, values) - } - return cloned - } - - var output = template.map(cloneAndObjectify).filter(function (item) { - return item != null - }) - - var remainingSpace = width - var variableCount = output.length - - function consumeSpace (length) { - if (length > remainingSpace) { - length = remainingSpace - } - remainingSpace -= length - } - - function finishSizing (item, length) { - if (item.finished) { - throw new error.Internal('Tried to finish template item that was already finished') - } - if (length === Infinity) { - throw new error.Internal('Length of template item cannot be infinity') - } - if (length != null) { - item.length = length - } - item.minLength = null - item.maxLength = null - --variableCount - item.finished = true - if (item.length == null) { - item.length = item.getBaseLength() - } - if (item.length == null) { - throw new error.Internal('Finished template items must have a length') - } - consumeSpace(item.getLength()) - } - - output.forEach(function (item) { - if (!item.kerning) { - return - } - var prevPadRight = item.first ? 0 : output[item.index - 1].padRight - if (!item.first && prevPadRight < item.kerning) { - item.padLeft = item.kerning - prevPadRight - } - if (!item.last) { - item.padRight = item.kerning - } - }) - - // Finish any that have a fixed (literal or intuited) length - output.forEach(function (item) { - if (item.getBaseLength() == null) { - return - } - finishSizing(item) - }) - - var resized = 0 - var resizing - var hunkSize - do { - resizing = false - hunkSize = Math.round(remainingSpace / variableCount) - output.forEach(function (item) { - if (item.finished) { - return - } - if (!item.maxLength) { - return - } - if (item.getMaxLength() < hunkSize) { - finishSizing(item, item.maxLength) - resizing = true - } - }) - } while (resizing && resized++ < output.length) - if (resizing) { - throw new error.Internal('Resize loop iterated too many times while determining maxLength') - } - - resized = 0 - do { - resizing = false - hunkSize = Math.round(remainingSpace / variableCount) - output.forEach(function (item) { - if (item.finished) { - return - } - if (!item.minLength) { - return - } - if (item.getMinLength() >= hunkSize) { - finishSizing(item, item.minLength) - resizing = true - } - }) - } while (resizing && resized++ < output.length) - if (resizing) { - throw new error.Internal('Resize loop iterated too many times while determining minLength') - } - - hunkSize = Math.round(remainingSpace / variableCount) - output.forEach(function (item) { - if (item.finished) { - return - } - finishSizing(item, hunkSize) - }) - - return output -} - -function renderFunction (item, values, length) { - validate('OON', arguments) - if (item.type) { - return item.value(values, values[item.type + 'Theme'] || {}, length) - } else { - return item.value(values, {}, length) - } -} - -function renderValue (item, values) { - var length = item.getBaseLength() - var value = typeof item.value === 'function' ? renderFunction(item, values, length) : item.value - if (value == null || value === '') { - return '' - } - var alignWith = align[item.align] || align.left - var leftPadding = item.padLeft ? align.left('', item.padLeft) : '' - var rightPadding = item.padRight ? align.right('', item.padRight) : '' - var truncated = wideTruncate(String(value), length) - var aligned = alignWith(truncated, length) - return leftPadding + aligned + rightPadding -} diff --git a/software/flow/node_modules/npm/node_modules/gauge/lib/set-immediate.js b/software/flow/node_modules/npm/node_modules/gauge/lib/set-immediate.js deleted file mode 100644 index 6650a48..0000000 --- a/software/flow/node_modules/npm/node_modules/gauge/lib/set-immediate.js +++ /dev/null @@ -1,7 +0,0 @@ -'use strict' -var process = require('./process') -try { - module.exports = setImmediate -} catch (ex) { - module.exports = process.nextTick -} diff --git a/software/flow/node_modules/npm/node_modules/gauge/lib/set-interval.js b/software/flow/node_modules/npm/node_modules/gauge/lib/set-interval.js deleted file mode 100644 index 5761987..0000000 --- a/software/flow/node_modules/npm/node_modules/gauge/lib/set-interval.js +++ /dev/null @@ -1,3 +0,0 @@ -'use strict' -// this exists so we can replace it during testing -module.exports = setInterval diff --git a/software/flow/node_modules/npm/node_modules/gauge/lib/spin.js b/software/flow/node_modules/npm/node_modules/gauge/lib/spin.js deleted file mode 100644 index 34142ee..0000000 --- a/software/flow/node_modules/npm/node_modules/gauge/lib/spin.js +++ /dev/null @@ -1,5 +0,0 @@ -'use strict' - -module.exports = function spin (spinstr, spun) { - return spinstr[spun % spinstr.length] -} diff --git a/software/flow/node_modules/npm/node_modules/gauge/lib/template-item.js b/software/flow/node_modules/npm/node_modules/gauge/lib/template-item.js deleted file mode 100644 index e307e9b..0000000 --- a/software/flow/node_modules/npm/node_modules/gauge/lib/template-item.js +++ /dev/null @@ -1,87 +0,0 @@ -'use strict' -var stringWidth = require('string-width') - -module.exports = TemplateItem - -function isPercent (num) { - if (typeof num !== 'string') { - return false - } - return num.slice(-1) === '%' -} - -function percent (num) { - return Number(num.slice(0, -1)) / 100 -} - -function TemplateItem (values, outputLength) { - this.overallOutputLength = outputLength - this.finished = false - this.type = null - this.value = null - this.length = null - this.maxLength = null - this.minLength = null - this.kerning = null - this.align = 'left' - this.padLeft = 0 - this.padRight = 0 - this.index = null - this.first = null - this.last = null - if (typeof values === 'string') { - this.value = values - } else { - for (var prop in values) { - this[prop] = values[prop] - } - } - // Realize percents - if (isPercent(this.length)) { - this.length = Math.round(this.overallOutputLength * percent(this.length)) - } - if (isPercent(this.minLength)) { - this.minLength = Math.round(this.overallOutputLength * percent(this.minLength)) - } - if (isPercent(this.maxLength)) { - this.maxLength = Math.round(this.overallOutputLength * percent(this.maxLength)) - } - return this -} - -TemplateItem.prototype = {} - -TemplateItem.prototype.getBaseLength = function () { - var length = this.length - if ( - length == null && - typeof this.value === 'string' && - this.maxLength == null && - this.minLength == null - ) { - length = stringWidth(this.value) - } - return length -} - -TemplateItem.prototype.getLength = function () { - var length = this.getBaseLength() - if (length == null) { - return null - } - return length + this.padLeft + this.padRight -} - -TemplateItem.prototype.getMaxLength = function () { - if (this.maxLength == null) { - return null - } - return this.maxLength + this.padLeft + this.padRight -} - -TemplateItem.prototype.getMinLength = function () { - if (this.minLength == null) { - return null - } - return this.minLength + this.padLeft + this.padRight -} diff --git a/software/flow/node_modules/npm/node_modules/gauge/lib/theme-set.js b/software/flow/node_modules/npm/node_modules/gauge/lib/theme-set.js deleted file mode 100644 index 643d7db..0000000 --- a/software/flow/node_modules/npm/node_modules/gauge/lib/theme-set.js +++ /dev/null @@ -1,122 +0,0 @@ -'use strict' - -module.exports = function () { - return ThemeSetProto.newThemeSet() -} - -var ThemeSetProto = {} - -ThemeSetProto.baseTheme = require('./base-theme.js') - -ThemeSetProto.newTheme = function (parent, theme) { - if (!theme) { - theme = parent - parent = this.baseTheme - } - return Object.assign({}, parent, theme) -} - -ThemeSetProto.getThemeNames = function () { - return Object.keys(this.themes) -} - -ThemeSetProto.addTheme = function (name, parent, theme) { - this.themes[name] = this.newTheme(parent, theme) -} - -ThemeSetProto.addToAllThemes = function (theme) { - var themes = this.themes - Object.keys(themes).forEach(function (name) { - Object.assign(themes[name], theme) - }) - Object.assign(this.baseTheme, theme) -} - -ThemeSetProto.getTheme = function (name) { - if (!this.themes[name]) { - throw this.newMissingThemeError(name) - } - return this.themes[name] -} - -ThemeSetProto.setDefault = function (opts, name) { - if (name == null) { - name = opts - opts = {} - } - var platform = opts.platform == null ? 'fallback' : opts.platform - var hasUnicode = !!opts.hasUnicode - var hasColor = !!opts.hasColor - if (!this.defaults[platform]) { - this.defaults[platform] = { true: {}, false: {} } - } - this.defaults[platform][hasUnicode][hasColor] = name -} - -ThemeSetProto.getDefault = function (opts) { - if (!opts) { - opts = {} - } - var platformName = opts.platform || process.platform - var platform = this.defaults[platformName] || this.defaults.fallback - var hasUnicode = !!opts.hasUnicode - var hasColor = !!opts.hasColor - if (!platform) { - throw this.newMissingDefaultThemeError(platformName, hasUnicode, hasColor) - } - if (!platform[hasUnicode][hasColor]) { - if (hasUnicode && hasColor && platform[!hasUnicode][hasColor]) { - hasUnicode = false - } else if (hasUnicode && hasColor && platform[hasUnicode][!hasColor]) { - hasColor = false - } else if (hasUnicode && hasColor && platform[!hasUnicode][!hasColor]) { - hasUnicode = false - hasColor = false - } else if (hasUnicode && !hasColor && platform[!hasUnicode][hasColor]) { - hasUnicode = false - } else if (!hasUnicode && hasColor && platform[hasUnicode][!hasColor]) { - hasColor = false - } else if (platform === this.defaults.fallback) { - throw this.newMissingDefaultThemeError(platformName, hasUnicode, hasColor) - } - } - if (platform[hasUnicode][hasColor]) { - return this.getTheme(platform[hasUnicode][hasColor]) - } else { - return this.getDefault(Object.assign({}, opts, { platform: 'fallback' })) - } -} - -ThemeSetProto.newMissingThemeError = function newMissingThemeError (name) { - var err = new Error('Could not find a gauge theme named "' + name + '"') - Error.captureStackTrace.call(err, newMissingThemeError) - err.theme = name - err.code = 'EMISSINGTHEME' - return err -} - -ThemeSetProto.newMissingDefaultThemeError = - function newMissingDefaultThemeError (platformName, hasUnicode, hasColor) { - var err = new Error( - 'Could not find a gauge theme for your platform/unicode/color use combo:\n' + - ' platform = ' + platformName + '\n' + - ' hasUnicode = ' + hasUnicode + '\n' + - ' hasColor = ' + hasColor) - Error.captureStackTrace.call(err, newMissingDefaultThemeError) - err.platform = platformName - err.hasUnicode = hasUnicode - err.hasColor = hasColor - err.code = 'EMISSINGTHEME' - return err - } - -ThemeSetProto.newThemeSet = function () { - var themeset = function (opts) { - return themeset.getDefault(opts) - } - return Object.assign(themeset, ThemeSetProto, { - themes: Object.assign({}, this.themes), - baseTheme: Object.assign({}, this.baseTheme), - defaults: JSON.parse(JSON.stringify(this.defaults || {})), - }) -} diff --git a/software/flow/node_modules/npm/node_modules/gauge/lib/themes.js b/software/flow/node_modules/npm/node_modules/gauge/lib/themes.js deleted file mode 100644 index d2e62bb..0000000 --- a/software/flow/node_modules/npm/node_modules/gauge/lib/themes.js +++ /dev/null @@ -1,56 +0,0 @@ -'use strict' -var color = require('console-control-strings').color -var ThemeSet = require('./theme-set.js') - -var themes = module.exports = new ThemeSet() - -themes.addTheme('ASCII', { - preProgressbar: '[', - postProgressbar: ']', - progressbarTheme: { - complete: '#', - remaining: '.', - }, - activityIndicatorTheme: '-\\|/', - preSubsection: '>', -}) - -themes.addTheme('colorASCII', themes.getTheme('ASCII'), { - progressbarTheme: { - preComplete: color('bgBrightWhite', 'brightWhite'), - complete: '#', - postComplete: color('reset'), - preRemaining: color('bgBrightBlack', 'brightBlack'), - remaining: '.', - postRemaining: color('reset'), - }, -}) - -themes.addTheme('brailleSpinner', { - preProgressbar: '(', - postProgressbar: ')', - progressbarTheme: { - complete: '#', - remaining: '⠂', - }, - activityIndicatorTheme: '⠋⠙⠹⠸⠼⠴⠦⠧⠇⠏', - preSubsection: '>', -}) - -themes.addTheme('colorBrailleSpinner', themes.getTheme('brailleSpinner'), { - progressbarTheme: { - preComplete: color('bgBrightWhite', 'brightWhite'), - complete: '#', - postComplete: color('reset'), - preRemaining: color('bgBrightBlack', 'brightBlack'), - remaining: '⠂', - postRemaining: color('reset'), - }, -}) - -themes.setDefault({}, 'ASCII') -themes.setDefault({ hasColor: true }, 'colorASCII') -themes.setDefault({ platform: 'darwin', hasUnicode: true }, 'brailleSpinner') -themes.setDefault({ platform: 'darwin', hasUnicode: true, hasColor: true }, 'colorBrailleSpinner') -themes.setDefault({ platform: 'linux', hasUnicode: true }, 'brailleSpinner') -themes.setDefault({ platform: 'linux', hasUnicode: true, hasColor: true }, 'colorBrailleSpinner') diff --git a/software/flow/node_modules/npm/node_modules/gauge/lib/wide-truncate.js b/software/flow/node_modules/npm/node_modules/gauge/lib/wide-truncate.js deleted file mode 100644 index 5284a69..0000000 --- a/software/flow/node_modules/npm/node_modules/gauge/lib/wide-truncate.js +++ /dev/null @@ -1,31 +0,0 @@ -'use strict' -var stringWidth = require('string-width') -var stripAnsi = require('strip-ansi') - -module.exports = wideTruncate - -function wideTruncate (str, target) { - if (stringWidth(str) === 0) { - return str - } - if (target <= 0) { - return '' - } - if (stringWidth(str) <= target) { - return str - } - - // We compute the number of bytes of ansi sequences here and add - // that to our initial truncation to ensure that we don't slice one - // that we want to keep in half. - var noAnsi = stripAnsi(str) - var ansiSize = str.length + noAnsi.length - var truncated = str.slice(0, target + ansiSize) - - // we have to shrink the result to account for our ansi sequence buffer - // (if an ansi sequence was truncated) and double width characters. - while (stringWidth(truncated) > target) { - truncated = truncated.slice(0, -1) - } - return truncated -} diff --git a/software/flow/node_modules/npm/node_modules/gauge/package.json b/software/flow/node_modules/npm/node_modules/gauge/package.json deleted file mode 100644 index 9e62510..0000000 --- a/software/flow/node_modules/npm/node_modules/gauge/package.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "name": "gauge", - "version": "5.0.0", - "description": "A terminal based horizontal gauge", - "main": "lib", - "scripts": { - "test": "tap", - "lint": "eslint \"**/*.js\"", - "postlint": "template-oss-check", - "lintfix": "npm run lint -- --fix", - "snap": "tap", - "posttest": "npm run lint", - "template-oss-apply": "template-oss-apply --force" - }, - "repository": { - "type": "git", - "url": "https://github.com/npm/gauge.git" - }, - "keywords": [ - "progressbar", - "progress", - "gauge" - ], - "author": "GitHub Inc.", - "license": "ISC", - "bugs": { - "url": "https://github.com/npm/gauge/issues" - }, - "homepage": "https://github.com/npm/gauge", - "dependencies": { - "aproba": "^1.0.3 || ^2.0.0", - "color-support": "^1.1.3", - "console-control-strings": "^1.1.0", - "has-unicode": "^2.0.1", - "signal-exit": "^3.0.7", - "string-width": "^4.2.3", - "strip-ansi": "^6.0.1", - "wide-align": "^1.1.5" - }, - "devDependencies": { - "@npmcli/eslint-config": "^3.0.1", - "@npmcli/template-oss": "4.5.1", - "readable-stream": "^4.0.0", - "tap": "^16.0.1" - }, - "files": [ - "bin/", - "lib/" - ], - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "tap": { - "branches": 79, - "statements": 89, - "functions": 92, - "lines": 90, - "nyc-arg": [ - "--exclude", - "tap-snapshots/**" - ] - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.5.1" - } -} diff --git a/software/flow/node_modules/npm/node_modules/glob/LICENSE b/software/flow/node_modules/npm/node_modules/glob/LICENSE deleted file mode 100644 index 39e8fe1..0000000 --- a/software/flow/node_modules/npm/node_modules/glob/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -The ISC License - -Copyright (c) 2009-2022 Isaac Z. Schlueter and Contributors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/glob/common.js b/software/flow/node_modules/npm/node_modules/glob/common.js deleted file mode 100644 index 61a4452..0000000 --- a/software/flow/node_modules/npm/node_modules/glob/common.js +++ /dev/null @@ -1,244 +0,0 @@ -exports.setopts = setopts -exports.ownProp = ownProp -exports.makeAbs = makeAbs -exports.finish = finish -exports.mark = mark -exports.isIgnored = isIgnored -exports.childrenIgnored = childrenIgnored - -function ownProp (obj, field) { - return Object.prototype.hasOwnProperty.call(obj, field) -} - -var fs = require("fs") -var path = require("path") -var minimatch = require("minimatch") -var isAbsolute = require("path").isAbsolute -var Minimatch = minimatch.Minimatch - -function alphasort (a, b) { - return a.localeCompare(b, 'en') -} - -function setupIgnores (self, options) { - self.ignore = options.ignore || [] - - if (!Array.isArray(self.ignore)) - self.ignore = [self.ignore] - - if (self.ignore.length) { - self.ignore = self.ignore.map(ignoreMap) - } -} - -// ignore patterns are always in dot:true mode. -function ignoreMap (pattern) { - var gmatcher = null - if (pattern.slice(-3) === '/**') { - var gpattern = pattern.replace(/(\/\*\*)+$/, '') - gmatcher = new Minimatch(gpattern, { dot: true }) - } - - return { - matcher: new Minimatch(pattern, { dot: true }), - gmatcher: gmatcher - } -} - -function setopts (self, pattern, options) { - if (!options) - options = {} - - // base-matching: just use globstar for that. - if (options.matchBase && -1 === pattern.indexOf("/")) { - if (options.noglobstar) { - throw new Error("base matching requires globstar") - } - pattern = "**/" + pattern - } - - self.windowsPathsNoEscape = !!options.windowsPathsNoEscape || - options.allowWindowsEscape === false - if (self.windowsPathsNoEscape) { - pattern = pattern.replace(/\\/g, '/') - } - - self.silent = !!options.silent - self.pattern = pattern - self.strict = options.strict !== false - self.realpath = !!options.realpath - self.realpathCache = options.realpathCache || Object.create(null) - self.follow = !!options.follow - self.dot = !!options.dot - self.mark = !!options.mark - self.nodir = !!options.nodir - if (self.nodir) - self.mark = true - self.sync = !!options.sync - self.nounique = !!options.nounique - self.nonull = !!options.nonull - self.nosort = !!options.nosort - self.nocase = !!options.nocase - self.stat = !!options.stat - self.noprocess = !!options.noprocess - self.absolute = !!options.absolute - self.fs = options.fs || fs - - self.maxLength = options.maxLength || Infinity - self.cache = options.cache || Object.create(null) - self.statCache = options.statCache || Object.create(null) - self.symlinks = options.symlinks || Object.create(null) - - setupIgnores(self, options) - - self.changedCwd = false - var cwd = process.cwd() - if (!ownProp(options, "cwd")) - self.cwd = path.resolve(cwd) - else { - self.cwd = path.resolve(options.cwd) - self.changedCwd = self.cwd !== cwd - } - - self.root = options.root || path.resolve(self.cwd, "/") - self.root = path.resolve(self.root) - - // TODO: is an absolute `cwd` supposed to be resolved against `root`? - // e.g. { cwd: '/test', root: __dirname } === path.join(__dirname, '/test') - self.cwdAbs = isAbsolute(self.cwd) ? self.cwd : makeAbs(self, self.cwd) - self.nomount = !!options.nomount - - if (process.platform === "win32") { - self.root = self.root.replace(/\\/g, "/") - self.cwd = self.cwd.replace(/\\/g, "/") - self.cwdAbs = self.cwdAbs.replace(/\\/g, "/") - } - - // disable comments and negation in Minimatch. - // Note that they are not supported in Glob itself anyway. - options.nonegate = true - options.nocomment = true - - self.minimatch = new Minimatch(pattern, options) - self.options = self.minimatch.options -} - -function finish (self) { - var nou = self.nounique - var all = nou ? [] : Object.create(null) - - for (var i = 0, l = self.matches.length; i < l; i ++) { - var matches = self.matches[i] - if (!matches || Object.keys(matches).length === 0) { - if (self.nonull) { - // do like the shell, and spit out the literal glob - var literal = self.minimatch.globSet[i] - if (nou) - all.push(literal) - else - all[literal] = true - } - } else { - // had matches - var m = Object.keys(matches) - if (nou) - all.push.apply(all, m) - else - m.forEach(function (m) { - all[m] = true - }) - } - } - - if (!nou) - all = Object.keys(all) - - if (!self.nosort) - all = all.sort(alphasort) - - // at *some* point we statted all of these - if (self.mark) { - for (var i = 0; i < all.length; i++) { - all[i] = self._mark(all[i]) - } - if (self.nodir) { - all = all.filter(function (e) { - var notDir = !(/\/$/.test(e)) - var c = self.cache[e] || self.cache[makeAbs(self, e)] - if (notDir && c) - notDir = c !== 'DIR' && !Array.isArray(c) - return notDir - }) - } - } - - if (self.ignore.length) - all = all.filter(function(m) { - return !isIgnored(self, m) - }) - - self.found = all -} - -function mark (self, p) { - var abs = makeAbs(self, p) - var c = self.cache[abs] - var m = p - if (c) { - var isDir = c === 'DIR' || Array.isArray(c) - var slash = p.slice(-1) === '/' - - if (isDir && !slash) - m += '/' - else if (!isDir && slash) - m = m.slice(0, -1) - - if (m !== p) { - var mabs = makeAbs(self, m) - self.statCache[mabs] = self.statCache[abs] - self.cache[mabs] = self.cache[abs] - } - } - - return m -} - -// lotta situps... -function makeAbs (self, f) { - var abs = f - if (f.charAt(0) === '/') { - abs = path.join(self.root, f) - } else if (isAbsolute(f) || f === '') { - abs = f - } else if (self.changedCwd) { - abs = path.resolve(self.cwd, f) - } else { - abs = path.resolve(f) - } - - if (process.platform === 'win32') - abs = abs.replace(/\\/g, '/') - - return abs -} - - -// Return true, if pattern ends with globstar '**', for the accompanying parent directory. -// Ex:- If node_modules/** is the pattern, add 'node_modules' to ignore list along with it's contents -function isIgnored (self, path) { - if (!self.ignore.length) - return false - - return self.ignore.some(function(item) { - return item.matcher.match(path) || !!(item.gmatcher && item.gmatcher.match(path)) - }) -} - -function childrenIgnored (self, path) { - if (!self.ignore.length) - return false - - return self.ignore.some(function(item) { - return !!(item.gmatcher && item.gmatcher.match(path)) - }) -} diff --git a/software/flow/node_modules/npm/node_modules/glob/glob.js b/software/flow/node_modules/npm/node_modules/glob/glob.js deleted file mode 100644 index 2112a95..0000000 --- a/software/flow/node_modules/npm/node_modules/glob/glob.js +++ /dev/null @@ -1,790 +0,0 @@ -// Approach: -// -// 1. Get the minimatch set -// 2. For each pattern in the set, PROCESS(pattern, false) -// 3. Store matches per-set, then uniq them -// -// PROCESS(pattern, inGlobStar) -// Get the first [n] items from pattern that are all strings -// Join these together. This is PREFIX. -// If there is no more remaining, then stat(PREFIX) and -// add to matches if it succeeds. END. -// -// If inGlobStar and PREFIX is symlink and points to dir -// set ENTRIES = [] -// else readdir(PREFIX) as ENTRIES -// If fail, END -// -// with ENTRIES -// If pattern[n] is GLOBSTAR -// // handle the case where the globstar match is empty -// // by pruning it out, and testing the resulting pattern -// PROCESS(pattern[0..n] + pattern[n+1 .. $], false) -// // handle other cases. -// for ENTRY in ENTRIES (not dotfiles) -// // attach globstar + tail onto the entry -// // Mark that this entry is a globstar match -// PROCESS(pattern[0..n] + ENTRY + pattern[n .. $], true) -// -// else // not globstar -// for ENTRY in ENTRIES (not dotfiles, unless pattern[n] is dot) -// Test ENTRY against pattern[n] -// If fails, continue -// If passes, PROCESS(pattern[0..n] + item + pattern[n+1 .. $]) -// -// Caveat: -// Cache all stats and readdirs results to minimize syscall. Since all -// we ever care about is existence and directory-ness, we can just keep -// `true` for files, and [children,...] for directories, or `false` for -// things that don't exist. - -module.exports = glob - -var rp = require('fs.realpath') -var minimatch = require('minimatch') -var Minimatch = minimatch.Minimatch -var inherits = require('inherits') -var EE = require('events').EventEmitter -var path = require('path') -var assert = require('assert') -var isAbsolute = require('path').isAbsolute -var globSync = require('./sync.js') -var common = require('./common.js') -var setopts = common.setopts -var ownProp = common.ownProp -var inflight = require('inflight') -var util = require('util') -var childrenIgnored = common.childrenIgnored -var isIgnored = common.isIgnored - -var once = require('once') - -function glob (pattern, options, cb) { - if (typeof options === 'function') cb = options, options = {} - if (!options) options = {} - - if (options.sync) { - if (cb) - throw new TypeError('callback provided to sync glob') - return globSync(pattern, options) - } - - return new Glob(pattern, options, cb) -} - -glob.sync = globSync -var GlobSync = glob.GlobSync = globSync.GlobSync - -// old api surface -glob.glob = glob - -function extend (origin, add) { - if (add === null || typeof add !== 'object') { - return origin - } - - var keys = Object.keys(add) - var i = keys.length - while (i--) { - origin[keys[i]] = add[keys[i]] - } - return origin -} - -glob.hasMagic = function (pattern, options_) { - var options = extend({}, options_) - options.noprocess = true - - var g = new Glob(pattern, options) - var set = g.minimatch.set - - if (!pattern) - return false - - if (set.length > 1) - return true - - for (var j = 0; j < set[0].length; j++) { - if (typeof set[0][j] !== 'string') - return true - } - - return false -} - -glob.Glob = Glob -inherits(Glob, EE) -function Glob (pattern, options, cb) { - if (typeof options === 'function') { - cb = options - options = null - } - - if (options && options.sync) { - if (cb) - throw new TypeError('callback provided to sync glob') - return new GlobSync(pattern, options) - } - - if (!(this instanceof Glob)) - return new Glob(pattern, options, cb) - - setopts(this, pattern, options) - this._didRealPath = false - - // process each pattern in the minimatch set - var n = this.minimatch.set.length - - // The matches are stored as {<filename>: true,...} so that - // duplicates are automagically pruned. - // Later, we do an Object.keys() on these. - // Keep them as a list so we can fill in when nonull is set. - this.matches = new Array(n) - - if (typeof cb === 'function') { - cb = once(cb) - this.on('error', cb) - this.on('end', function (matches) { - cb(null, matches) - }) - } - - var self = this - this._processing = 0 - - this._emitQueue = [] - this._processQueue = [] - this.paused = false - - if (this.noprocess) - return this - - if (n === 0) - return done() - - var sync = true - for (var i = 0; i < n; i ++) { - this._process(this.minimatch.set[i], i, false, done) - } - sync = false - - function done () { - --self._processing - if (self._processing <= 0) { - if (sync) { - process.nextTick(function () { - self._finish() - }) - } else { - self._finish() - } - } - } -} - -Glob.prototype._finish = function () { - assert(this instanceof Glob) - if (this.aborted) - return - - if (this.realpath && !this._didRealpath) - return this._realpath() - - common.finish(this) - this.emit('end', this.found) -} - -Glob.prototype._realpath = function () { - if (this._didRealpath) - return - - this._didRealpath = true - - var n = this.matches.length - if (n === 0) - return this._finish() - - var self = this - for (var i = 0; i < this.matches.length; i++) - this._realpathSet(i, next) - - function next () { - if (--n === 0) - self._finish() - } -} - -Glob.prototype._realpathSet = function (index, cb) { - var matchset = this.matches[index] - if (!matchset) - return cb() - - var found = Object.keys(matchset) - var self = this - var n = found.length - - if (n === 0) - return cb() - - var set = this.matches[index] = Object.create(null) - found.forEach(function (p, i) { - // If there's a problem with the stat, then it means that - // one or more of the links in the realpath couldn't be - // resolved. just return the abs value in that case. - p = self._makeAbs(p) - rp.realpath(p, self.realpathCache, function (er, real) { - if (!er) - set[real] = true - else if (er.syscall === 'stat') - set[p] = true - else - self.emit('error', er) // srsly wtf right here - - if (--n === 0) { - self.matches[index] = set - cb() - } - }) - }) -} - -Glob.prototype._mark = function (p) { - return common.mark(this, p) -} - -Glob.prototype._makeAbs = function (f) { - return common.makeAbs(this, f) -} - -Glob.prototype.abort = function () { - this.aborted = true - this.emit('abort') -} - -Glob.prototype.pause = function () { - if (!this.paused) { - this.paused = true - this.emit('pause') - } -} - -Glob.prototype.resume = function () { - if (this.paused) { - this.emit('resume') - this.paused = false - if (this._emitQueue.length) { - var eq = this._emitQueue.slice(0) - this._emitQueue.length = 0 - for (var i = 0; i < eq.length; i ++) { - var e = eq[i] - this._emitMatch(e[0], e[1]) - } - } - if (this._processQueue.length) { - var pq = this._processQueue.slice(0) - this._processQueue.length = 0 - for (var i = 0; i < pq.length; i ++) { - var p = pq[i] - this._processing-- - this._process(p[0], p[1], p[2], p[3]) - } - } - } -} - -Glob.prototype._process = function (pattern, index, inGlobStar, cb) { - assert(this instanceof Glob) - assert(typeof cb === 'function') - - if (this.aborted) - return - - this._processing++ - if (this.paused) { - this._processQueue.push([pattern, index, inGlobStar, cb]) - return - } - - //console.error('PROCESS %d', this._processing, pattern) - - // Get the first [n] parts of pattern that are all strings. - var n = 0 - while (typeof pattern[n] === 'string') { - n ++ - } - // now n is the index of the first one that is *not* a string. - - // see if there's anything else - var prefix - switch (n) { - // if not, then this is rather simple - case pattern.length: - this._processSimple(pattern.join('/'), index, cb) - return - - case 0: - // pattern *starts* with some non-trivial item. - // going to readdir(cwd), but not include the prefix in matches. - prefix = null - break - - default: - // pattern has some string bits in the front. - // whatever it starts with, whether that's 'absolute' like /foo/bar, - // or 'relative' like '../baz' - prefix = pattern.slice(0, n).join('/') - break - } - - var remain = pattern.slice(n) - - // get the list of entries. - var read - if (prefix === null) - read = '.' - else if (isAbsolute(prefix) || - isAbsolute(pattern.map(function (p) { - return typeof p === 'string' ? p : '[*]' - }).join('/'))) { - if (!prefix || !isAbsolute(prefix)) - prefix = '/' + prefix - read = prefix - } else - read = prefix - - var abs = this._makeAbs(read) - - //if ignored, skip _processing - if (childrenIgnored(this, read)) - return cb() - - var isGlobStar = remain[0] === minimatch.GLOBSTAR - if (isGlobStar) - this._processGlobStar(prefix, read, abs, remain, index, inGlobStar, cb) - else - this._processReaddir(prefix, read, abs, remain, index, inGlobStar, cb) -} - -Glob.prototype._processReaddir = function (prefix, read, abs, remain, index, inGlobStar, cb) { - var self = this - this._readdir(abs, inGlobStar, function (er, entries) { - return self._processReaddir2(prefix, read, abs, remain, index, inGlobStar, entries, cb) - }) -} - -Glob.prototype._processReaddir2 = function (prefix, read, abs, remain, index, inGlobStar, entries, cb) { - - // if the abs isn't a dir, then nothing can match! - if (!entries) - return cb() - - // It will only match dot entries if it starts with a dot, or if - // dot is set. Stuff like @(.foo|.bar) isn't allowed. - var pn = remain[0] - var negate = !!this.minimatch.negate - var rawGlob = pn._glob - var dotOk = this.dot || rawGlob.charAt(0) === '.' - - var matchedEntries = [] - for (var i = 0; i < entries.length; i++) { - var e = entries[i] - if (e.charAt(0) !== '.' || dotOk) { - var m - if (negate && !prefix) { - m = !e.match(pn) - } else { - m = e.match(pn) - } - if (m) - matchedEntries.push(e) - } - } - - //console.error('prd2', prefix, entries, remain[0]._glob, matchedEntries) - - var len = matchedEntries.length - // If there are no matched entries, then nothing matches. - if (len === 0) - return cb() - - // if this is the last remaining pattern bit, then no need for - // an additional stat *unless* the user has specified mark or - // stat explicitly. We know they exist, since readdir returned - // them. - - if (remain.length === 1 && !this.mark && !this.stat) { - if (!this.matches[index]) - this.matches[index] = Object.create(null) - - for (var i = 0; i < len; i ++) { - var e = matchedEntries[i] - if (prefix) { - if (prefix !== '/') - e = prefix + '/' + e - else - e = prefix + e - } - - if (e.charAt(0) === '/' && !this.nomount) { - e = path.join(this.root, e) - } - this._emitMatch(index, e) - } - // This was the last one, and no stats were needed - return cb() - } - - // now test all matched entries as stand-ins for that part - // of the pattern. - remain.shift() - for (var i = 0; i < len; i ++) { - var e = matchedEntries[i] - var newPattern - if (prefix) { - if (prefix !== '/') - e = prefix + '/' + e - else - e = prefix + e - } - this._process([e].concat(remain), index, inGlobStar, cb) - } - cb() -} - -Glob.prototype._emitMatch = function (index, e) { - if (this.aborted) - return - - if (isIgnored(this, e)) - return - - if (this.paused) { - this._emitQueue.push([index, e]) - return - } - - var abs = isAbsolute(e) ? e : this._makeAbs(e) - - if (this.mark) - e = this._mark(e) - - if (this.absolute) - e = abs - - if (this.matches[index][e]) - return - - if (this.nodir) { - var c = this.cache[abs] - if (c === 'DIR' || Array.isArray(c)) - return - } - - this.matches[index][e] = true - - var st = this.statCache[abs] - if (st) - this.emit('stat', e, st) - - this.emit('match', e) -} - -Glob.prototype._readdirInGlobStar = function (abs, cb) { - if (this.aborted) - return - - // follow all symlinked directories forever - // just proceed as if this is a non-globstar situation - if (this.follow) - return this._readdir(abs, false, cb) - - var lstatkey = 'lstat\0' + abs - var self = this - var lstatcb = inflight(lstatkey, lstatcb_) - - if (lstatcb) - self.fs.lstat(abs, lstatcb) - - function lstatcb_ (er, lstat) { - if (er && er.code === 'ENOENT') - return cb() - - var isSym = lstat && lstat.isSymbolicLink() - self.symlinks[abs] = isSym - - // If it's not a symlink or a dir, then it's definitely a regular file. - // don't bother doing a readdir in that case. - if (!isSym && lstat && !lstat.isDirectory()) { - self.cache[abs] = 'FILE' - cb() - } else - self._readdir(abs, false, cb) - } -} - -Glob.prototype._readdir = function (abs, inGlobStar, cb) { - if (this.aborted) - return - - cb = inflight('readdir\0'+abs+'\0'+inGlobStar, cb) - if (!cb) - return - - //console.error('RD %j %j', +inGlobStar, abs) - if (inGlobStar && !ownProp(this.symlinks, abs)) - return this._readdirInGlobStar(abs, cb) - - if (ownProp(this.cache, abs)) { - var c = this.cache[abs] - if (!c || c === 'FILE') - return cb() - - if (Array.isArray(c)) - return cb(null, c) - } - - var self = this - self.fs.readdir(abs, readdirCb(this, abs, cb)) -} - -function readdirCb (self, abs, cb) { - return function (er, entries) { - if (er) - self._readdirError(abs, er, cb) - else - self._readdirEntries(abs, entries, cb) - } -} - -Glob.prototype._readdirEntries = function (abs, entries, cb) { - if (this.aborted) - return - - // if we haven't asked to stat everything, then just - // assume that everything in there exists, so we can avoid - // having to stat it a second time. - if (!this.mark && !this.stat) { - for (var i = 0; i < entries.length; i ++) { - var e = entries[i] - if (abs === '/') - e = abs + e - else - e = abs + '/' + e - this.cache[e] = true - } - } - - this.cache[abs] = entries - return cb(null, entries) -} - -Glob.prototype._readdirError = function (f, er, cb) { - if (this.aborted) - return - - // handle errors, and cache the information - switch (er.code) { - case 'ENOTSUP': // https://github.com/isaacs/node-glob/issues/205 - case 'ENOTDIR': // totally normal. means it *does* exist. - var abs = this._makeAbs(f) - this.cache[abs] = 'FILE' - if (abs === this.cwdAbs) { - var error = new Error(er.code + ' invalid cwd ' + this.cwd) - error.path = this.cwd - error.code = er.code - this.emit('error', error) - this.abort() - } - break - - case 'ENOENT': // not terribly unusual - case 'ELOOP': - case 'ENAMETOOLONG': - case 'UNKNOWN': - this.cache[this._makeAbs(f)] = false - break - - default: // some unusual error. Treat as failure. - this.cache[this._makeAbs(f)] = false - if (this.strict) { - this.emit('error', er) - // If the error is handled, then we abort - // if not, we threw out of here - this.abort() - } - if (!this.silent) - console.error('glob error', er) - break - } - - return cb() -} - -Glob.prototype._processGlobStar = function (prefix, read, abs, remain, index, inGlobStar, cb) { - var self = this - this._readdir(abs, inGlobStar, function (er, entries) { - self._processGlobStar2(prefix, read, abs, remain, index, inGlobStar, entries, cb) - }) -} - - -Glob.prototype._processGlobStar2 = function (prefix, read, abs, remain, index, inGlobStar, entries, cb) { - //console.error('pgs2', prefix, remain[0], entries) - - // no entries means not a dir, so it can never have matches - // foo.txt/** doesn't match foo.txt - if (!entries) - return cb() - - // test without the globstar, and with every child both below - // and replacing the globstar. - var remainWithoutGlobStar = remain.slice(1) - var gspref = prefix ? [ prefix ] : [] - var noGlobStar = gspref.concat(remainWithoutGlobStar) - - // the noGlobStar pattern exits the inGlobStar state - this._process(noGlobStar, index, false, cb) - - var isSym = this.symlinks[abs] - var len = entries.length - - // If it's a symlink, and we're in a globstar, then stop - if (isSym && inGlobStar) - return cb() - - for (var i = 0; i < len; i++) { - var e = entries[i] - if (e.charAt(0) === '.' && !this.dot) - continue - - // these two cases enter the inGlobStar state - var instead = gspref.concat(entries[i], remainWithoutGlobStar) - this._process(instead, index, true, cb) - - var below = gspref.concat(entries[i], remain) - this._process(below, index, true, cb) - } - - cb() -} - -Glob.prototype._processSimple = function (prefix, index, cb) { - // XXX review this. Shouldn't it be doing the mounting etc - // before doing stat? kinda weird? - var self = this - this._stat(prefix, function (er, exists) { - self._processSimple2(prefix, index, er, exists, cb) - }) -} -Glob.prototype._processSimple2 = function (prefix, index, er, exists, cb) { - - //console.error('ps2', prefix, exists) - - if (!this.matches[index]) - this.matches[index] = Object.create(null) - - // If it doesn't exist, then just mark the lack of results - if (!exists) - return cb() - - if (prefix && isAbsolute(prefix) && !this.nomount) { - var trail = /[\/\\]$/.test(prefix) - if (prefix.charAt(0) === '/') { - prefix = path.join(this.root, prefix) - } else { - prefix = path.resolve(this.root, prefix) - if (trail) - prefix += '/' - } - } - - if (process.platform === 'win32') - prefix = prefix.replace(/\\/g, '/') - - // Mark this as a match - this._emitMatch(index, prefix) - cb() -} - -// Returns either 'DIR', 'FILE', or false -Glob.prototype._stat = function (f, cb) { - var abs = this._makeAbs(f) - var needDir = f.slice(-1) === '/' - - if (f.length > this.maxLength) - return cb() - - if (!this.stat && ownProp(this.cache, abs)) { - var c = this.cache[abs] - - if (Array.isArray(c)) - c = 'DIR' - - // It exists, but maybe not how we need it - if (!needDir || c === 'DIR') - return cb(null, c) - - if (needDir && c === 'FILE') - return cb() - - // otherwise we have to stat, because maybe c=true - // if we know it exists, but not what it is. - } - - var exists - var stat = this.statCache[abs] - if (stat !== undefined) { - if (stat === false) - return cb(null, stat) - else { - var type = stat.isDirectory() ? 'DIR' : 'FILE' - if (needDir && type === 'FILE') - return cb() - else - return cb(null, type, stat) - } - } - - var self = this - var statcb = inflight('stat\0' + abs, lstatcb_) - if (statcb) - self.fs.lstat(abs, statcb) - - function lstatcb_ (er, lstat) { - if (lstat && lstat.isSymbolicLink()) { - // If it's a symlink, then treat it as the target, unless - // the target does not exist, then treat it as a file. - return self.fs.stat(abs, function (er, stat) { - if (er) - self._stat2(f, abs, null, lstat, cb) - else - self._stat2(f, abs, er, stat, cb) - }) - } else { - self._stat2(f, abs, er, lstat, cb) - } - } -} - -Glob.prototype._stat2 = function (f, abs, er, stat, cb) { - if (er && (er.code === 'ENOENT' || er.code === 'ENOTDIR')) { - this.statCache[abs] = false - return cb() - } - - var needDir = f.slice(-1) === '/' - this.statCache[abs] = stat - - if (abs.slice(-1) === '/' && stat && !stat.isDirectory()) - return cb(null, false, stat) - - var c = true - if (stat) - c = stat.isDirectory() ? 'DIR' : 'FILE' - this.cache[abs] = this.cache[abs] || c - - if (needDir && c === 'FILE') - return cb() - - return cb(null, c, stat) -} diff --git a/software/flow/node_modules/npm/node_modules/glob/node_modules/minimatch/LICENSE b/software/flow/node_modules/npm/node_modules/glob/node_modules/minimatch/LICENSE deleted file mode 100644 index 1493534..0000000 --- a/software/flow/node_modules/npm/node_modules/glob/node_modules/minimatch/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -The ISC License - -Copyright (c) 2011-2023 Isaac Z. Schlueter and Contributors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/glob/node_modules/minimatch/lib/path.js b/software/flow/node_modules/npm/node_modules/glob/node_modules/minimatch/lib/path.js deleted file mode 100644 index ffe453d..0000000 --- a/software/flow/node_modules/npm/node_modules/glob/node_modules/minimatch/lib/path.js +++ /dev/null @@ -1,4 +0,0 @@ -const isWindows = typeof process === 'object' && - process && - process.platform === 'win32' -module.exports = isWindows ? { sep: '\\' } : { sep: '/' } diff --git a/software/flow/node_modules/npm/node_modules/glob/node_modules/minimatch/minimatch.js b/software/flow/node_modules/npm/node_modules/glob/node_modules/minimatch/minimatch.js deleted file mode 100644 index 6c8bfc3..0000000 --- a/software/flow/node_modules/npm/node_modules/glob/node_modules/minimatch/minimatch.js +++ /dev/null @@ -1,944 +0,0 @@ -const minimatch = module.exports = (p, pattern, options = {}) => { - assertValidPattern(pattern) - - // shortcut: comments match nothing. - if (!options.nocomment && pattern.charAt(0) === '#') { - return false - } - - return new Minimatch(pattern, options).match(p) -} - -module.exports = minimatch - -const path = require('./lib/path.js') -minimatch.sep = path.sep - -const GLOBSTAR = Symbol('globstar **') -minimatch.GLOBSTAR = GLOBSTAR -const expand = require('brace-expansion') - -const plTypes = { - '!': { open: '(?:(?!(?:', close: '))[^/]*?)'}, - '?': { open: '(?:', close: ')?' }, - '+': { open: '(?:', close: ')+' }, - '*': { open: '(?:', close: ')*' }, - '@': { open: '(?:', close: ')' } -} - -// any single thing other than / -// don't need to escape / when using new RegExp() -const qmark = '[^/]' - -// * => any number of characters -const star = qmark + '*?' - -// ** when dots are allowed. Anything goes, except .. and . -// not (^ or / followed by one or two dots followed by $ or /), -// followed by anything, any number of times. -const twoStarDot = '(?:(?!(?:\\\/|^)(?:\\.{1,2})($|\\\/)).)*?' - -// not a ^ or / followed by a dot, -// followed by anything, any number of times. -const twoStarNoDot = '(?:(?!(?:\\\/|^)\\.).)*?' - -// "abc" -> { a:true, b:true, c:true } -const charSet = s => s.split('').reduce((set, c) => { - set[c] = true - return set -}, {}) - -// characters that need to be escaped in RegExp. -const reSpecials = charSet('().*{}+?[]^$\\!') - -// characters that indicate we have to add the pattern start -const addPatternStartSet = charSet('[.(') - -// normalizes slashes. -const slashSplit = /\/+/ - -minimatch.filter = (pattern, options = {}) => - (p, i, list) => minimatch(p, pattern, options) - -const ext = (a, b = {}) => { - const t = {} - Object.keys(a).forEach(k => t[k] = a[k]) - Object.keys(b).forEach(k => t[k] = b[k]) - return t -} - -minimatch.defaults = def => { - if (!def || typeof def !== 'object' || !Object.keys(def).length) { - return minimatch - } - - const orig = minimatch - - const m = (p, pattern, options) => orig(p, pattern, ext(def, options)) - m.Minimatch = class Minimatch extends orig.Minimatch { - constructor (pattern, options) { - super(pattern, ext(def, options)) - } - } - m.Minimatch.defaults = options => orig.defaults(ext(def, options)).Minimatch - m.filter = (pattern, options) => orig.filter(pattern, ext(def, options)) - m.defaults = options => orig.defaults(ext(def, options)) - m.makeRe = (pattern, options) => orig.makeRe(pattern, ext(def, options)) - m.braceExpand = (pattern, options) => orig.braceExpand(pattern, ext(def, options)) - m.match = (list, pattern, options) => orig.match(list, pattern, ext(def, options)) - - return m -} - - - - - -// Brace expansion: -// a{b,c}d -> abd acd -// a{b,}c -> abc ac -// a{0..3}d -> a0d a1d a2d a3d -// a{b,c{d,e}f}g -> abg acdfg acefg -// a{b,c}d{e,f}g -> abdeg acdeg abdeg abdfg -// -// Invalid sets are not expanded. -// a{2..}b -> a{2..}b -// a{b}c -> a{b}c -minimatch.braceExpand = (pattern, options) => braceExpand(pattern, options) - -const braceExpand = (pattern, options = {}) => { - assertValidPattern(pattern) - - // Thanks to Yeting Li <https://github.com/yetingli> for - // improving this regexp to avoid a ReDOS vulnerability. - if (options.nobrace || !/\{(?:(?!\{).)*\}/.test(pattern)) { - // shortcut. no need to expand. - return [pattern] - } - - return expand(pattern) -} - -const MAX_PATTERN_LENGTH = 1024 * 64 -const assertValidPattern = pattern => { - if (typeof pattern !== 'string') { - throw new TypeError('invalid pattern') - } - - if (pattern.length > MAX_PATTERN_LENGTH) { - throw new TypeError('pattern is too long') - } -} - -// parse a component of the expanded set. -// At this point, no pattern may contain "/" in it -// so we're going to return a 2d array, where each entry is the full -// pattern, split on '/', and then turned into a regular expression. -// A regexp is made at the end which joins each array with an -// escaped /, and another full one which joins each regexp with |. -// -// Following the lead of Bash 4.1, note that "**" only has special meaning -// when it is the *only* thing in a path portion. Otherwise, any series -// of * is equivalent to a single *. Globstar behavior is enabled by -// default, and can be disabled by setting options.noglobstar. -const SUBPARSE = Symbol('subparse') - -minimatch.makeRe = (pattern, options) => - new Minimatch(pattern, options || {}).makeRe() - -minimatch.match = (list, pattern, options = {}) => { - const mm = new Minimatch(pattern, options) - list = list.filter(f => mm.match(f)) - if (mm.options.nonull && !list.length) { - list.push(pattern) - } - return list -} - -// replace stuff like \* with * -const globUnescape = s => s.replace(/\\(.)/g, '$1') -const charUnescape = s => s.replace(/\\([^-\]])/g, '$1') -const regExpEscape = s => s.replace(/[-[\]{}()*+?.,\\^$|#\s]/g, '\\$&') -const braExpEscape = s => s.replace(/[[\]\\]/g, '\\$&') - -class Minimatch { - constructor (pattern, options) { - assertValidPattern(pattern) - - if (!options) options = {} - - this.options = options - this.set = [] - this.pattern = pattern - this.windowsPathsNoEscape = !!options.windowsPathsNoEscape || - options.allowWindowsEscape === false - if (this.windowsPathsNoEscape) { - this.pattern = this.pattern.replace(/\\/g, '/') - } - this.regexp = null - this.negate = false - this.comment = false - this.empty = false - this.partial = !!options.partial - - // make the set of regexps etc. - this.make() - } - - debug () {} - - make () { - const pattern = this.pattern - const options = this.options - - // empty patterns and comments match nothing. - if (!options.nocomment && pattern.charAt(0) === '#') { - this.comment = true - return - } - if (!pattern) { - this.empty = true - return - } - - // step 1: figure out negation, etc. - this.parseNegate() - - // step 2: expand braces - let set = this.globSet = this.braceExpand() - - if (options.debug) this.debug = (...args) => console.error(...args) - - this.debug(this.pattern, set) - - // step 3: now we have a set, so turn each one into a series of path-portion - // matching patterns. - // These will be regexps, except in the case of "**", which is - // set to the GLOBSTAR object for globstar behavior, - // and will not contain any / characters - set = this.globParts = set.map(s => s.split(slashSplit)) - - this.debug(this.pattern, set) - - // glob --> regexps - set = set.map((s, si, set) => s.map(this.parse, this)) - - this.debug(this.pattern, set) - - // filter out everything that didn't compile properly. - set = set.filter(s => s.indexOf(false) === -1) - - this.debug(this.pattern, set) - - this.set = set - } - - parseNegate () { - if (this.options.nonegate) return - - const pattern = this.pattern - let negate = false - let negateOffset = 0 - - for (let i = 0; i < pattern.length && pattern.charAt(i) === '!'; i++) { - negate = !negate - negateOffset++ - } - - if (negateOffset) this.pattern = pattern.slice(negateOffset) - this.negate = negate - } - - // set partial to true to test if, for example, - // "/a/b" matches the start of "/*/b/*/d" - // Partial means, if you run out of file before you run - // out of pattern, then that's fine, as long as all - // the parts match. - matchOne (file, pattern, partial) { - var options = this.options - - this.debug('matchOne', - { 'this': this, file: file, pattern: pattern }) - - this.debug('matchOne', file.length, pattern.length) - - for (var fi = 0, - pi = 0, - fl = file.length, - pl = pattern.length - ; (fi < fl) && (pi < pl) - ; fi++, pi++) { - this.debug('matchOne loop') - var p = pattern[pi] - var f = file[fi] - - this.debug(pattern, p, f) - - // should be impossible. - // some invalid regexp stuff in the set. - /* istanbul ignore if */ - if (p === false) return false - - if (p === GLOBSTAR) { - this.debug('GLOBSTAR', [pattern, p, f]) - - // "**" - // a/**/b/**/c would match the following: - // a/b/x/y/z/c - // a/x/y/z/b/c - // a/b/x/b/x/c - // a/b/c - // To do this, take the rest of the pattern after - // the **, and see if it would match the file remainder. - // If so, return success. - // If not, the ** "swallows" a segment, and try again. - // This is recursively awful. - // - // a/**/b/**/c matching a/b/x/y/z/c - // - a matches a - // - doublestar - // - matchOne(b/x/y/z/c, b/**/c) - // - b matches b - // - doublestar - // - matchOne(x/y/z/c, c) -> no - // - matchOne(y/z/c, c) -> no - // - matchOne(z/c, c) -> no - // - matchOne(c, c) yes, hit - var fr = fi - var pr = pi + 1 - if (pr === pl) { - this.debug('** at the end') - // a ** at the end will just swallow the rest. - // We have found a match. - // however, it will not swallow /.x, unless - // options.dot is set. - // . and .. are *never* matched by **, for explosively - // exponential reasons. - for (; fi < fl; fi++) { - if (file[fi] === '.' || file[fi] === '..' || - (!options.dot && file[fi].charAt(0) === '.')) return false - } - return true - } - - // ok, let's see if we can swallow whatever we can. - while (fr < fl) { - var swallowee = file[fr] - - this.debug('\nglobstar while', file, fr, pattern, pr, swallowee) - - // XXX remove this slice. Just pass the start index. - if (this.matchOne(file.slice(fr), pattern.slice(pr), partial)) { - this.debug('globstar found match!', fr, fl, swallowee) - // found a match. - return true - } else { - // can't swallow "." or ".." ever. - // can only swallow ".foo" when explicitly asked. - if (swallowee === '.' || swallowee === '..' || - (!options.dot && swallowee.charAt(0) === '.')) { - this.debug('dot detected!', file, fr, pattern, pr) - break - } - - // ** swallows a segment, and continue. - this.debug('globstar swallow a segment, and continue') - fr++ - } - } - - // no match was found. - // However, in partial mode, we can't say this is necessarily over. - // If there's more *pattern* left, then - /* istanbul ignore if */ - if (partial) { - // ran out of file - this.debug('\n>>> no match, partial?', file, fr, pattern, pr) - if (fr === fl) return true - } - return false - } - - // something other than ** - // non-magic patterns just have to match exactly - // patterns with magic have been turned into regexps. - var hit - if (typeof p === 'string') { - hit = f === p - this.debug('string match', p, f, hit) - } else { - hit = f.match(p) - this.debug('pattern match', p, f, hit) - } - - if (!hit) return false - } - - // Note: ending in / means that we'll get a final "" - // at the end of the pattern. This can only match a - // corresponding "" at the end of the file. - // If the file ends in /, then it can only match a - // a pattern that ends in /, unless the pattern just - // doesn't have any more for it. But, a/b/ should *not* - // match "a/b/*", even though "" matches against the - // [^/]*? pattern, except in partial mode, where it might - // simply not be reached yet. - // However, a/b/ should still satisfy a/* - - // now either we fell off the end of the pattern, or we're done. - if (fi === fl && pi === pl) { - // ran out of pattern and filename at the same time. - // an exact hit! - return true - } else if (fi === fl) { - // ran out of file, but still had pattern left. - // this is ok if we're doing the match as part of - // a glob fs traversal. - return partial - } else /* istanbul ignore else */ if (pi === pl) { - // ran out of pattern, still have file left. - // this is only acceptable if we're on the very last - // empty segment of a file with a trailing slash. - // a/* should match a/b/ - return (fi === fl - 1) && (file[fi] === '') - } - - // should be unreachable. - /* istanbul ignore next */ - throw new Error('wtf?') - } - - braceExpand () { - return braceExpand(this.pattern, this.options) - } - - parse (pattern, isSub) { - assertValidPattern(pattern) - - const options = this.options - - // shortcuts - if (pattern === '**') { - if (!options.noglobstar) - return GLOBSTAR - else - pattern = '*' - } - if (pattern === '') return '' - - let re = '' - let hasMagic = false - let escaping = false - // ? => one single character - const patternListStack = [] - const negativeLists = [] - let stateChar - let inClass = false - let reClassStart = -1 - let classStart = -1 - let cs - let pl - let sp - // . and .. never match anything that doesn't start with ., - // even when options.dot is set. However, if the pattern - // starts with ., then traversal patterns can match. - let dotTravAllowed = pattern.charAt(0) === '.' - let dotFileAllowed = options.dot || dotTravAllowed - const patternStart = () => - dotTravAllowed - ? '' - : dotFileAllowed - ? '(?!(?:^|\\/)\\.{1,2}(?:$|\\/))' - : '(?!\\.)' - const subPatternStart = (p) => - p.charAt(0) === '.' - ? '' - : options.dot - ? '(?!(?:^|\\/)\\.{1,2}(?:$|\\/))' - : '(?!\\.)' - - - const clearStateChar = () => { - if (stateChar) { - // we had some state-tracking character - // that wasn't consumed by this pass. - switch (stateChar) { - case '*': - re += star - hasMagic = true - break - case '?': - re += qmark - hasMagic = true - break - default: - re += '\\' + stateChar - break - } - this.debug('clearStateChar %j %j', stateChar, re) - stateChar = false - } - } - - for (let i = 0, c; (i < pattern.length) && (c = pattern.charAt(i)); i++) { - this.debug('%s\t%s %s %j', pattern, i, re, c) - - // skip over any that are escaped. - if (escaping) { - /* istanbul ignore next - completely not allowed, even escaped. */ - if (c === '/') { - return false - } - - if (reSpecials[c]) { - re += '\\' - } - re += c - escaping = false - continue - } - - switch (c) { - /* istanbul ignore next */ - case '/': { - // Should already be path-split by now. - return false - } - - case '\\': - if (inClass && pattern.charAt(i + 1) === '-') { - re += c - continue - } - - clearStateChar() - escaping = true - continue - - // the various stateChar values - // for the "extglob" stuff. - case '?': - case '*': - case '+': - case '@': - case '!': - this.debug('%s\t%s %s %j <-- stateChar', pattern, i, re, c) - - // all of those are literals inside a class, except that - // the glob [!a] means [^a] in regexp - if (inClass) { - this.debug(' in class') - if (c === '!' && i === classStart + 1) c = '^' - re += c - continue - } - - // if we already have a stateChar, then it means - // that there was something like ** or +? in there. - // Handle the stateChar, then proceed with this one. - this.debug('call clearStateChar %j', stateChar) - clearStateChar() - stateChar = c - // if extglob is disabled, then +(asdf|foo) isn't a thing. - // just clear the statechar *now*, rather than even diving into - // the patternList stuff. - if (options.noext) clearStateChar() - continue - - case '(': { - if (inClass) { - re += '(' - continue - } - - if (!stateChar) { - re += '\\(' - continue - } - - const plEntry = { - type: stateChar, - start: i - 1, - reStart: re.length, - open: plTypes[stateChar].open, - close: plTypes[stateChar].close, - } - this.debug(this.pattern, '\t', plEntry) - patternListStack.push(plEntry) - // negation is (?:(?!(?:js)(?:<rest>))[^/]*) - re += plEntry.open - // next entry starts with a dot maybe? - if (plEntry.start === 0 && plEntry.type !== '!') { - dotTravAllowed = true - re += subPatternStart(pattern.slice(i + 1)) - } - this.debug('plType %j %j', stateChar, re) - stateChar = false - continue - } - - case ')': { - const plEntry = patternListStack[patternListStack.length - 1] - if (inClass || !plEntry) { - re += '\\)' - continue - } - patternListStack.pop() - - // closing an extglob - clearStateChar() - hasMagic = true - pl = plEntry - // negation is (?:(?!js)[^/]*) - // The others are (?:<pattern>)<type> - re += pl.close - if (pl.type === '!') { - negativeLists.push(Object.assign(pl, { reEnd: re.length })) - } - continue - } - - case '|': { - const plEntry = patternListStack[patternListStack.length - 1] - if (inClass || !plEntry) { - re += '\\|' - continue - } - - clearStateChar() - re += '|' - // next subpattern can start with a dot? - if (plEntry.start === 0 && plEntry.type !== '!') { - dotTravAllowed = true - re += subPatternStart(pattern.slice(i + 1)) - } - continue - } - - // these are mostly the same in regexp and glob - case '[': - // swallow any state-tracking char before the [ - clearStateChar() - - if (inClass) { - re += '\\' + c - continue - } - - inClass = true - classStart = i - reClassStart = re.length - re += c - continue - - case ']': - // a right bracket shall lose its special - // meaning and represent itself in - // a bracket expression if it occurs - // first in the list. -- POSIX.2 2.8.3.2 - if (i === classStart + 1 || !inClass) { - re += '\\' + c - continue - } - - // split where the last [ was, make sure we don't have - // an invalid re. if so, re-walk the contents of the - // would-be class to re-translate any characters that - // were passed through as-is - // TODO: It would probably be faster to determine this - // without a try/catch and a new RegExp, but it's tricky - // to do safely. For now, this is safe and works. - cs = pattern.substring(classStart + 1, i) - try { - RegExp('[' + braExpEscape(charUnescape(cs)) + ']') - // looks good, finish up the class. - re += c - } catch (er) { - // out of order ranges in JS are errors, but in glob syntax, - // they're just a range that matches nothing. - re = re.substring(0, reClassStart) + '(?:$.)' // match nothing ever - } - hasMagic = true - inClass = false - continue - - default: - // swallow any state char that wasn't consumed - clearStateChar() - - if (reSpecials[c] && !(c === '^' && inClass)) { - re += '\\' - } - - re += c - break - - } // switch - } // for - - // handle the case where we left a class open. - // "[abc" is valid, equivalent to "\[abc" - if (inClass) { - // split where the last [ was, and escape it - // this is a huge pita. We now have to re-walk - // the contents of the would-be class to re-translate - // any characters that were passed through as-is - cs = pattern.slice(classStart + 1) - sp = this.parse(cs, SUBPARSE) - re = re.substring(0, reClassStart) + '\\[' + sp[0] - hasMagic = hasMagic || sp[1] - } - - // handle the case where we had a +( thing at the *end* - // of the pattern. - // each pattern list stack adds 3 chars, and we need to go through - // and escape any | chars that were passed through as-is for the regexp. - // Go through and escape them, taking care not to double-escape any - // | chars that were already escaped. - for (pl = patternListStack.pop(); pl; pl = patternListStack.pop()) { - let tail - tail = re.slice(pl.reStart + pl.open.length) - this.debug('setting tail', re, pl) - // maybe some even number of \, then maybe 1 \, followed by a | - tail = tail.replace(/((?:\\{2}){0,64})(\\?)\|/g, (_, $1, $2) => { - /* istanbul ignore else - should already be done */ - if (!$2) { - // the | isn't already escaped, so escape it. - $2 = '\\' - } - - // need to escape all those slashes *again*, without escaping the - // one that we need for escaping the | character. As it works out, - // escaping an even number of slashes can be done by simply repeating - // it exactly after itself. That's why this trick works. - // - // I am sorry that you have to see this. - return $1 + $1 + $2 + '|' - }) - - this.debug('tail=%j\n %s', tail, tail, pl, re) - const t = pl.type === '*' ? star - : pl.type === '?' ? qmark - : '\\' + pl.type - - hasMagic = true - re = re.slice(0, pl.reStart) + t + '\\(' + tail - } - - // handle trailing things that only matter at the very end. - clearStateChar() - if (escaping) { - // trailing \\ - re += '\\\\' - } - - // only need to apply the nodot start if the re starts with - // something that could conceivably capture a dot - const addPatternStart = addPatternStartSet[re.charAt(0)] - - // Hack to work around lack of negative lookbehind in JS - // A pattern like: *.!(x).!(y|z) needs to ensure that a name - // like 'a.xyz.yz' doesn't match. So, the first negative - // lookahead, has to look ALL the way ahead, to the end of - // the pattern. - for (let n = negativeLists.length - 1; n > -1; n--) { - const nl = negativeLists[n] - - const nlBefore = re.slice(0, nl.reStart) - const nlFirst = re.slice(nl.reStart, nl.reEnd - 8) - let nlAfter = re.slice(nl.reEnd) - const nlLast = re.slice(nl.reEnd - 8, nl.reEnd) + nlAfter - - // Handle nested stuff like *(*.js|!(*.json)), where open parens - // mean that we should *not* include the ) in the bit that is considered - // "after" the negated section. - const closeParensBefore = nlBefore.split(')').length - const openParensBefore = nlBefore.split('(').length - closeParensBefore - let cleanAfter = nlAfter - for (let i = 0; i < openParensBefore; i++) { - cleanAfter = cleanAfter.replace(/\)[+*?]?/, '') - } - nlAfter = cleanAfter - - const dollar = nlAfter === '' && isSub !== SUBPARSE ? '(?:$|\\/)' : '' - - re = nlBefore + nlFirst + nlAfter + dollar + nlLast - } - - // if the re is not "" at this point, then we need to make sure - // it doesn't match against an empty path part. - // Otherwise a/* will match a/, which it should not. - if (re !== '' && hasMagic) { - re = '(?=.)' + re - } - - if (addPatternStart) { - re = patternStart() + re - } - - // parsing just a piece of a larger pattern. - if (isSub === SUBPARSE) { - return [re, hasMagic] - } - - // if it's nocase, and the lcase/uppercase don't match, it's magic - if (options.nocase && !hasMagic) { - hasMagic = pattern.toUpperCase() !== pattern.toLowerCase() - } - - // skip the regexp for non-magical patterns - // unescape anything in it, though, so that it'll be - // an exact match against a file etc. - if (!hasMagic) { - return globUnescape(pattern) - } - - const flags = options.nocase ? 'i' : '' - try { - return Object.assign(new RegExp('^' + re + '$', flags), { - _glob: pattern, - _src: re, - }) - } catch (er) /* istanbul ignore next - should be impossible */ { - // If it was an invalid regular expression, then it can't match - // anything. This trick looks for a character after the end of - // the string, which is of course impossible, except in multi-line - // mode, but it's not a /m regex. - return new RegExp('$.') - } - } - - makeRe () { - if (this.regexp || this.regexp === false) return this.regexp - - // at this point, this.set is a 2d array of partial - // pattern strings, or "**". - // - // It's better to use .match(). This function shouldn't - // be used, really, but it's pretty convenient sometimes, - // when you just want to work with a regex. - const set = this.set - - if (!set.length) { - this.regexp = false - return this.regexp - } - const options = this.options - - const twoStar = options.noglobstar ? star - : options.dot ? twoStarDot - : twoStarNoDot - const flags = options.nocase ? 'i' : '' - - // coalesce globstars and regexpify non-globstar patterns - // if it's the only item, then we just do one twoStar - // if it's the first, and there are more, prepend (\/|twoStar\/)? to next - // if it's the last, append (\/twoStar|) to previous - // if it's in the middle, append (\/|\/twoStar\/) to previous - // then filter out GLOBSTAR symbols - let re = set.map(pattern => { - pattern = pattern.map(p => - typeof p === 'string' ? regExpEscape(p) - : p === GLOBSTAR ? GLOBSTAR - : p._src - ).reduce((set, p) => { - if (!(set[set.length - 1] === GLOBSTAR && p === GLOBSTAR)) { - set.push(p) - } - return set - }, []) - pattern.forEach((p, i) => { - if (p !== GLOBSTAR || pattern[i-1] === GLOBSTAR) { - return - } - if (i === 0) { - if (pattern.length > 1) { - pattern[i+1] = '(?:\\\/|' + twoStar + '\\\/)?' + pattern[i+1] - } else { - pattern[i] = twoStar - } - } else if (i === pattern.length - 1) { - pattern[i-1] += '(?:\\\/|' + twoStar + ')?' - } else { - pattern[i-1] += '(?:\\\/|\\\/' + twoStar + '\\\/)' + pattern[i+1] - pattern[i+1] = GLOBSTAR - } - }) - return pattern.filter(p => p !== GLOBSTAR).join('/') - }).join('|') - - // must match entire pattern - // ending in a * or ** will make it less strict. - re = '^(?:' + re + ')$' - - // can match anything, as long as it's not this. - if (this.negate) re = '^(?!' + re + ').*$' - - try { - this.regexp = new RegExp(re, flags) - } catch (ex) /* istanbul ignore next - should be impossible */ { - this.regexp = false - } - return this.regexp - } - - match (f, partial = this.partial) { - this.debug('match', f, this.pattern) - // short-circuit in the case of busted things. - // comments, etc. - if (this.comment) return false - if (this.empty) return f === '' - - if (f === '/' && partial) return true - - const options = this.options - - // windows: need to use /, not \ - if (path.sep !== '/') { - f = f.split(path.sep).join('/') - } - - // treat the test path as a set of pathparts. - f = f.split(slashSplit) - this.debug(this.pattern, 'split', f) - - // just ONE of the pattern sets in this.set needs to match - // in order for it to be valid. If negating, then just one - // match means that we have failed. - // Either way, return on the first hit. - - const set = this.set - this.debug(this.pattern, 'set', set) - - // Find the basename of the path by looking for the last non-empty segment - let filename - for (let i = f.length - 1; i >= 0; i--) { - filename = f[i] - if (filename) break - } - - for (let i = 0; i < set.length; i++) { - const pattern = set[i] - let file = f - if (options.matchBase && pattern.length === 1) { - file = [filename] - } - const hit = this.matchOne(file, pattern, partial) - if (hit) { - if (options.flipNegate) return true - return !this.negate - } - } - - // didn't get any hits. this is success if it's a negative - // pattern, failure otherwise. - if (options.flipNegate) return false - return this.negate - } - - static defaults (def) { - return minimatch.defaults(def).Minimatch - } -} - -minimatch.Minimatch = Minimatch diff --git a/software/flow/node_modules/npm/node_modules/glob/node_modules/minimatch/package.json b/software/flow/node_modules/npm/node_modules/glob/node_modules/minimatch/package.json deleted file mode 100644 index c8809db..0000000 --- a/software/flow/node_modules/npm/node_modules/glob/node_modules/minimatch/package.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me)", - "name": "minimatch", - "description": "a glob matcher in javascript", - "publishConfig": { - "tag": "legacy-v5" - }, - "version": "5.1.6", - "repository": { - "type": "git", - "url": "git://github.com/isaacs/minimatch.git" - }, - "main": "minimatch.js", - "scripts": { - "test": "tap", - "snap": "tap", - "preversion": "npm test", - "postversion": "npm publish", - "prepublishOnly": "git push origin --follow-tags" - }, - "engines": { - "node": ">=10" - }, - "dependencies": { - "brace-expansion": "^2.0.1" - }, - "devDependencies": { - "tap": "^16.3.2" - }, - "license": "ISC", - "files": [ - "minimatch.js", - "lib" - ] -} diff --git a/software/flow/node_modules/npm/node_modules/glob/package.json b/software/flow/node_modules/npm/node_modules/glob/package.json deleted file mode 100644 index ca0fd91..0000000 --- a/software/flow/node_modules/npm/node_modules/glob/package.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)", - "name": "glob", - "description": "a little globber", - "version": "8.1.0", - "repository": { - "type": "git", - "url": "git://github.com/isaacs/node-glob.git" - }, - "main": "glob.js", - "files": [ - "glob.js", - "sync.js", - "common.js" - ], - "engines": { - "node": ">=12" - }, - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^5.0.1", - "once": "^1.3.0" - }, - "devDependencies": { - "memfs": "^3.2.0", - "mkdirp": "0", - "rimraf": "^2.2.8", - "tap": "^16.0.1", - "tick": "0.0.6" - }, - "tap": { - "before": "test/00-setup.js", - "after": "test/zz-cleanup.js", - "statements": 90, - "branches": 90, - "functions": 90, - "lines": 90, - "jobs": 1 - }, - "scripts": { - "prepublish": "npm run benchclean", - "profclean": "rm -f v8.log profile.txt", - "test": "tap", - "test-regen": "npm run profclean && TEST_REGEN=1 node test/00-setup.js", - "bench": "bash benchmark.sh", - "prof": "bash prof.sh && cat profile.txt", - "benchclean": "node benchclean.js" - }, - "license": "ISC", - "funding": { - "url": "https://github.com/sponsors/isaacs" - } -} diff --git a/software/flow/node_modules/npm/node_modules/glob/sync.js b/software/flow/node_modules/npm/node_modules/glob/sync.js deleted file mode 100644 index af4600d..0000000 --- a/software/flow/node_modules/npm/node_modules/glob/sync.js +++ /dev/null @@ -1,486 +0,0 @@ -module.exports = globSync -globSync.GlobSync = GlobSync - -var rp = require('fs.realpath') -var minimatch = require('minimatch') -var Minimatch = minimatch.Minimatch -var Glob = require('./glob.js').Glob -var util = require('util') -var path = require('path') -var assert = require('assert') -var isAbsolute = require('path').isAbsolute -var common = require('./common.js') -var setopts = common.setopts -var ownProp = common.ownProp -var childrenIgnored = common.childrenIgnored -var isIgnored = common.isIgnored - -function globSync (pattern, options) { - if (typeof options === 'function' || arguments.length === 3) - throw new TypeError('callback provided to sync glob\n'+ - 'See: https://github.com/isaacs/node-glob/issues/167') - - return new GlobSync(pattern, options).found -} - -function GlobSync (pattern, options) { - if (!pattern) - throw new Error('must provide pattern') - - if (typeof options === 'function' || arguments.length === 3) - throw new TypeError('callback provided to sync glob\n'+ - 'See: https://github.com/isaacs/node-glob/issues/167') - - if (!(this instanceof GlobSync)) - return new GlobSync(pattern, options) - - setopts(this, pattern, options) - - if (this.noprocess) - return this - - var n = this.minimatch.set.length - this.matches = new Array(n) - for (var i = 0; i < n; i ++) { - this._process(this.minimatch.set[i], i, false) - } - this._finish() -} - -GlobSync.prototype._finish = function () { - assert.ok(this instanceof GlobSync) - if (this.realpath) { - var self = this - this.matches.forEach(function (matchset, index) { - var set = self.matches[index] = Object.create(null) - for (var p in matchset) { - try { - p = self._makeAbs(p) - var real = rp.realpathSync(p, self.realpathCache) - set[real] = true - } catch (er) { - if (er.syscall === 'stat') - set[self._makeAbs(p)] = true - else - throw er - } - } - }) - } - common.finish(this) -} - - -GlobSync.prototype._process = function (pattern, index, inGlobStar) { - assert.ok(this instanceof GlobSync) - - // Get the first [n] parts of pattern that are all strings. - var n = 0 - while (typeof pattern[n] === 'string') { - n ++ - } - // now n is the index of the first one that is *not* a string. - - // See if there's anything else - var prefix - switch (n) { - // if not, then this is rather simple - case pattern.length: - this._processSimple(pattern.join('/'), index) - return - - case 0: - // pattern *starts* with some non-trivial item. - // going to readdir(cwd), but not include the prefix in matches. - prefix = null - break - - default: - // pattern has some string bits in the front. - // whatever it starts with, whether that's 'absolute' like /foo/bar, - // or 'relative' like '../baz' - prefix = pattern.slice(0, n).join('/') - break - } - - var remain = pattern.slice(n) - - // get the list of entries. - var read - if (prefix === null) - read = '.' - else if (isAbsolute(prefix) || - isAbsolute(pattern.map(function (p) { - return typeof p === 'string' ? p : '[*]' - }).join('/'))) { - if (!prefix || !isAbsolute(prefix)) - prefix = '/' + prefix - read = prefix - } else - read = prefix - - var abs = this._makeAbs(read) - - //if ignored, skip processing - if (childrenIgnored(this, read)) - return - - var isGlobStar = remain[0] === minimatch.GLOBSTAR - if (isGlobStar) - this._processGlobStar(prefix, read, abs, remain, index, inGlobStar) - else - this._processReaddir(prefix, read, abs, remain, index, inGlobStar) -} - - -GlobSync.prototype._processReaddir = function (prefix, read, abs, remain, index, inGlobStar) { - var entries = this._readdir(abs, inGlobStar) - - // if the abs isn't a dir, then nothing can match! - if (!entries) - return - - // It will only match dot entries if it starts with a dot, or if - // dot is set. Stuff like @(.foo|.bar) isn't allowed. - var pn = remain[0] - var negate = !!this.minimatch.negate - var rawGlob = pn._glob - var dotOk = this.dot || rawGlob.charAt(0) === '.' - - var matchedEntries = [] - for (var i = 0; i < entries.length; i++) { - var e = entries[i] - if (e.charAt(0) !== '.' || dotOk) { - var m - if (negate && !prefix) { - m = !e.match(pn) - } else { - m = e.match(pn) - } - if (m) - matchedEntries.push(e) - } - } - - var len = matchedEntries.length - // If there are no matched entries, then nothing matches. - if (len === 0) - return - - // if this is the last remaining pattern bit, then no need for - // an additional stat *unless* the user has specified mark or - // stat explicitly. We know they exist, since readdir returned - // them. - - if (remain.length === 1 && !this.mark && !this.stat) { - if (!this.matches[index]) - this.matches[index] = Object.create(null) - - for (var i = 0; i < len; i ++) { - var e = matchedEntries[i] - if (prefix) { - if (prefix.slice(-1) !== '/') - e = prefix + '/' + e - else - e = prefix + e - } - - if (e.charAt(0) === '/' && !this.nomount) { - e = path.join(this.root, e) - } - this._emitMatch(index, e) - } - // This was the last one, and no stats were needed - return - } - - // now test all matched entries as stand-ins for that part - // of the pattern. - remain.shift() - for (var i = 0; i < len; i ++) { - var e = matchedEntries[i] - var newPattern - if (prefix) - newPattern = [prefix, e] - else - newPattern = [e] - this._process(newPattern.concat(remain), index, inGlobStar) - } -} - - -GlobSync.prototype._emitMatch = function (index, e) { - if (isIgnored(this, e)) - return - - var abs = this._makeAbs(e) - - if (this.mark) - e = this._mark(e) - - if (this.absolute) { - e = abs - } - - if (this.matches[index][e]) - return - - if (this.nodir) { - var c = this.cache[abs] - if (c === 'DIR' || Array.isArray(c)) - return - } - - this.matches[index][e] = true - - if (this.stat) - this._stat(e) -} - - -GlobSync.prototype._readdirInGlobStar = function (abs) { - // follow all symlinked directories forever - // just proceed as if this is a non-globstar situation - if (this.follow) - return this._readdir(abs, false) - - var entries - var lstat - var stat - try { - lstat = this.fs.lstatSync(abs) - } catch (er) { - if (er.code === 'ENOENT') { - // lstat failed, doesn't exist - return null - } - } - - var isSym = lstat && lstat.isSymbolicLink() - this.symlinks[abs] = isSym - - // If it's not a symlink or a dir, then it's definitely a regular file. - // don't bother doing a readdir in that case. - if (!isSym && lstat && !lstat.isDirectory()) - this.cache[abs] = 'FILE' - else - entries = this._readdir(abs, false) - - return entries -} - -GlobSync.prototype._readdir = function (abs, inGlobStar) { - var entries - - if (inGlobStar && !ownProp(this.symlinks, abs)) - return this._readdirInGlobStar(abs) - - if (ownProp(this.cache, abs)) { - var c = this.cache[abs] - if (!c || c === 'FILE') - return null - - if (Array.isArray(c)) - return c - } - - try { - return this._readdirEntries(abs, this.fs.readdirSync(abs)) - } catch (er) { - this._readdirError(abs, er) - return null - } -} - -GlobSync.prototype._readdirEntries = function (abs, entries) { - // if we haven't asked to stat everything, then just - // assume that everything in there exists, so we can avoid - // having to stat it a second time. - if (!this.mark && !this.stat) { - for (var i = 0; i < entries.length; i ++) { - var e = entries[i] - if (abs === '/') - e = abs + e - else - e = abs + '/' + e - this.cache[e] = true - } - } - - this.cache[abs] = entries - - // mark and cache dir-ness - return entries -} - -GlobSync.prototype._readdirError = function (f, er) { - // handle errors, and cache the information - switch (er.code) { - case 'ENOTSUP': // https://github.com/isaacs/node-glob/issues/205 - case 'ENOTDIR': // totally normal. means it *does* exist. - var abs = this._makeAbs(f) - this.cache[abs] = 'FILE' - if (abs === this.cwdAbs) { - var error = new Error(er.code + ' invalid cwd ' + this.cwd) - error.path = this.cwd - error.code = er.code - throw error - } - break - - case 'ENOENT': // not terribly unusual - case 'ELOOP': - case 'ENAMETOOLONG': - case 'UNKNOWN': - this.cache[this._makeAbs(f)] = false - break - - default: // some unusual error. Treat as failure. - this.cache[this._makeAbs(f)] = false - if (this.strict) - throw er - if (!this.silent) - console.error('glob error', er) - break - } -} - -GlobSync.prototype._processGlobStar = function (prefix, read, abs, remain, index, inGlobStar) { - - var entries = this._readdir(abs, inGlobStar) - - // no entries means not a dir, so it can never have matches - // foo.txt/** doesn't match foo.txt - if (!entries) - return - - // test without the globstar, and with every child both below - // and replacing the globstar. - var remainWithoutGlobStar = remain.slice(1) - var gspref = prefix ? [ prefix ] : [] - var noGlobStar = gspref.concat(remainWithoutGlobStar) - - // the noGlobStar pattern exits the inGlobStar state - this._process(noGlobStar, index, false) - - var len = entries.length - var isSym = this.symlinks[abs] - - // If it's a symlink, and we're in a globstar, then stop - if (isSym && inGlobStar) - return - - for (var i = 0; i < len; i++) { - var e = entries[i] - if (e.charAt(0) === '.' && !this.dot) - continue - - // these two cases enter the inGlobStar state - var instead = gspref.concat(entries[i], remainWithoutGlobStar) - this._process(instead, index, true) - - var below = gspref.concat(entries[i], remain) - this._process(below, index, true) - } -} - -GlobSync.prototype._processSimple = function (prefix, index) { - // XXX review this. Shouldn't it be doing the mounting etc - // before doing stat? kinda weird? - var exists = this._stat(prefix) - - if (!this.matches[index]) - this.matches[index] = Object.create(null) - - // If it doesn't exist, then just mark the lack of results - if (!exists) - return - - if (prefix && isAbsolute(prefix) && !this.nomount) { - var trail = /[\/\\]$/.test(prefix) - if (prefix.charAt(0) === '/') { - prefix = path.join(this.root, prefix) - } else { - prefix = path.resolve(this.root, prefix) - if (trail) - prefix += '/' - } - } - - if (process.platform === 'win32') - prefix = prefix.replace(/\\/g, '/') - - // Mark this as a match - this._emitMatch(index, prefix) -} - -// Returns either 'DIR', 'FILE', or false -GlobSync.prototype._stat = function (f) { - var abs = this._makeAbs(f) - var needDir = f.slice(-1) === '/' - - if (f.length > this.maxLength) - return false - - if (!this.stat && ownProp(this.cache, abs)) { - var c = this.cache[abs] - - if (Array.isArray(c)) - c = 'DIR' - - // It exists, but maybe not how we need it - if (!needDir || c === 'DIR') - return c - - if (needDir && c === 'FILE') - return false - - // otherwise we have to stat, because maybe c=true - // if we know it exists, but not what it is. - } - - var exists - var stat = this.statCache[abs] - if (!stat) { - var lstat - try { - lstat = this.fs.lstatSync(abs) - } catch (er) { - if (er && (er.code === 'ENOENT' || er.code === 'ENOTDIR')) { - this.statCache[abs] = false - return false - } - } - - if (lstat && lstat.isSymbolicLink()) { - try { - stat = this.fs.statSync(abs) - } catch (er) { - stat = lstat - } - } else { - stat = lstat - } - } - - this.statCache[abs] = stat - - var c = true - if (stat) - c = stat.isDirectory() ? 'DIR' : 'FILE' - - this.cache[abs] = this.cache[abs] || c - - if (needDir && c === 'FILE') - return false - - return c -} - -GlobSync.prototype._mark = function (p) { - return common.mark(this, p) -} - -GlobSync.prototype._makeAbs = function (f) { - return common.makeAbs(this, f) -} diff --git a/software/flow/node_modules/npm/node_modules/graceful-fs/LICENSE b/software/flow/node_modules/npm/node_modules/graceful-fs/LICENSE deleted file mode 100644 index e906a25..0000000 --- a/software/flow/node_modules/npm/node_modules/graceful-fs/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -The ISC License - -Copyright (c) 2011-2022 Isaac Z. Schlueter, Ben Noordhuis, and Contributors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/graceful-fs/clone.js b/software/flow/node_modules/npm/node_modules/graceful-fs/clone.js deleted file mode 100644 index dff3cc8..0000000 --- a/software/flow/node_modules/npm/node_modules/graceful-fs/clone.js +++ /dev/null @@ -1,23 +0,0 @@ -'use strict' - -module.exports = clone - -var getPrototypeOf = Object.getPrototypeOf || function (obj) { - return obj.__proto__ -} - -function clone (obj) { - if (obj === null || typeof obj !== 'object') - return obj - - if (obj instanceof Object) - var copy = { __proto__: getPrototypeOf(obj) } - else - var copy = Object.create(null) - - Object.getOwnPropertyNames(obj).forEach(function (key) { - Object.defineProperty(copy, key, Object.getOwnPropertyDescriptor(obj, key)) - }) - - return copy -} diff --git a/software/flow/node_modules/npm/node_modules/graceful-fs/graceful-fs.js b/software/flow/node_modules/npm/node_modules/graceful-fs/graceful-fs.js deleted file mode 100644 index 8d5b89e..0000000 --- a/software/flow/node_modules/npm/node_modules/graceful-fs/graceful-fs.js +++ /dev/null @@ -1,448 +0,0 @@ -var fs = require('fs') -var polyfills = require('./polyfills.js') -var legacy = require('./legacy-streams.js') -var clone = require('./clone.js') - -var util = require('util') - -/* istanbul ignore next - node 0.x polyfill */ -var gracefulQueue -var previousSymbol - -/* istanbul ignore else - node 0.x polyfill */ -if (typeof Symbol === 'function' && typeof Symbol.for === 'function') { - gracefulQueue = Symbol.for('graceful-fs.queue') - // This is used in testing by future versions - previousSymbol = Symbol.for('graceful-fs.previous') -} else { - gracefulQueue = '___graceful-fs.queue' - previousSymbol = '___graceful-fs.previous' -} - -function noop () {} - -function publishQueue(context, queue) { - Object.defineProperty(context, gracefulQueue, { - get: function() { - return queue - } - }) -} - -var debug = noop -if (util.debuglog) - debug = util.debuglog('gfs4') -else if (/\bgfs4\b/i.test(process.env.NODE_DEBUG || '')) - debug = function() { - var m = util.format.apply(util, arguments) - m = 'GFS4: ' + m.split(/\n/).join('\nGFS4: ') - console.error(m) - } - -// Once time initialization -if (!fs[gracefulQueue]) { - // This queue can be shared by multiple loaded instances - var queue = global[gracefulQueue] || [] - publishQueue(fs, queue) - - // Patch fs.close/closeSync to shared queue version, because we need - // to retry() whenever a close happens *anywhere* in the program. - // This is essential when multiple graceful-fs instances are - // in play at the same time. - fs.close = (function (fs$close) { - function close (fd, cb) { - return fs$close.call(fs, fd, function (err) { - // This function uses the graceful-fs shared queue - if (!err) { - resetQueue() - } - - if (typeof cb === 'function') - cb.apply(this, arguments) - }) - } - - Object.defineProperty(close, previousSymbol, { - value: fs$close - }) - return close - })(fs.close) - - fs.closeSync = (function (fs$closeSync) { - function closeSync (fd) { - // This function uses the graceful-fs shared queue - fs$closeSync.apply(fs, arguments) - resetQueue() - } - - Object.defineProperty(closeSync, previousSymbol, { - value: fs$closeSync - }) - return closeSync - })(fs.closeSync) - - if (/\bgfs4\b/i.test(process.env.NODE_DEBUG || '')) { - process.on('exit', function() { - debug(fs[gracefulQueue]) - require('assert').equal(fs[gracefulQueue].length, 0) - }) - } -} - -if (!global[gracefulQueue]) { - publishQueue(global, fs[gracefulQueue]); -} - -module.exports = patch(clone(fs)) -if (process.env.TEST_GRACEFUL_FS_GLOBAL_PATCH && !fs.__patched) { - module.exports = patch(fs) - fs.__patched = true; -} - -function patch (fs) { - // Everything that references the open() function needs to be in here - polyfills(fs) - fs.gracefulify = patch - - fs.createReadStream = createReadStream - fs.createWriteStream = createWriteStream - var fs$readFile = fs.readFile - fs.readFile = readFile - function readFile (path, options, cb) { - if (typeof options === 'function') - cb = options, options = null - - return go$readFile(path, options, cb) - - function go$readFile (path, options, cb, startTime) { - return fs$readFile(path, options, function (err) { - if (err && (err.code === 'EMFILE' || err.code === 'ENFILE')) - enqueue([go$readFile, [path, options, cb], err, startTime || Date.now(), Date.now()]) - else { - if (typeof cb === 'function') - cb.apply(this, arguments) - } - }) - } - } - - var fs$writeFile = fs.writeFile - fs.writeFile = writeFile - function writeFile (path, data, options, cb) { - if (typeof options === 'function') - cb = options, options = null - - return go$writeFile(path, data, options, cb) - - function go$writeFile (path, data, options, cb, startTime) { - return fs$writeFile(path, data, options, function (err) { - if (err && (err.code === 'EMFILE' || err.code === 'ENFILE')) - enqueue([go$writeFile, [path, data, options, cb], err, startTime || Date.now(), Date.now()]) - else { - if (typeof cb === 'function') - cb.apply(this, arguments) - } - }) - } - } - - var fs$appendFile = fs.appendFile - if (fs$appendFile) - fs.appendFile = appendFile - function appendFile (path, data, options, cb) { - if (typeof options === 'function') - cb = options, options = null - - return go$appendFile(path, data, options, cb) - - function go$appendFile (path, data, options, cb, startTime) { - return fs$appendFile(path, data, options, function (err) { - if (err && (err.code === 'EMFILE' || err.code === 'ENFILE')) - enqueue([go$appendFile, [path, data, options, cb], err, startTime || Date.now(), Date.now()]) - else { - if (typeof cb === 'function') - cb.apply(this, arguments) - } - }) - } - } - - var fs$copyFile = fs.copyFile - if (fs$copyFile) - fs.copyFile = copyFile - function copyFile (src, dest, flags, cb) { - if (typeof flags === 'function') { - cb = flags - flags = 0 - } - return go$copyFile(src, dest, flags, cb) - - function go$copyFile (src, dest, flags, cb, startTime) { - return fs$copyFile(src, dest, flags, function (err) { - if (err && (err.code === 'EMFILE' || err.code === 'ENFILE')) - enqueue([go$copyFile, [src, dest, flags, cb], err, startTime || Date.now(), Date.now()]) - else { - if (typeof cb === 'function') - cb.apply(this, arguments) - } - }) - } - } - - var fs$readdir = fs.readdir - fs.readdir = readdir - var noReaddirOptionVersions = /^v[0-5]\./ - function readdir (path, options, cb) { - if (typeof options === 'function') - cb = options, options = null - - var go$readdir = noReaddirOptionVersions.test(process.version) - ? function go$readdir (path, options, cb, startTime) { - return fs$readdir(path, fs$readdirCallback( - path, options, cb, startTime - )) - } - : function go$readdir (path, options, cb, startTime) { - return fs$readdir(path, options, fs$readdirCallback( - path, options, cb, startTime - )) - } - - return go$readdir(path, options, cb) - - function fs$readdirCallback (path, options, cb, startTime) { - return function (err, files) { - if (err && (err.code === 'EMFILE' || err.code === 'ENFILE')) - enqueue([ - go$readdir, - [path, options, cb], - err, - startTime || Date.now(), - Date.now() - ]) - else { - if (files && files.sort) - files.sort() - - if (typeof cb === 'function') - cb.call(this, err, files) - } - } - } - } - - if (process.version.substr(0, 4) === 'v0.8') { - var legStreams = legacy(fs) - ReadStream = legStreams.ReadStream - WriteStream = legStreams.WriteStream - } - - var fs$ReadStream = fs.ReadStream - if (fs$ReadStream) { - ReadStream.prototype = Object.create(fs$ReadStream.prototype) - ReadStream.prototype.open = ReadStream$open - } - - var fs$WriteStream = fs.WriteStream - if (fs$WriteStream) { - WriteStream.prototype = Object.create(fs$WriteStream.prototype) - WriteStream.prototype.open = WriteStream$open - } - - Object.defineProperty(fs, 'ReadStream', { - get: function () { - return ReadStream - }, - set: function (val) { - ReadStream = val - }, - enumerable: true, - configurable: true - }) - Object.defineProperty(fs, 'WriteStream', { - get: function () { - return WriteStream - }, - set: function (val) { - WriteStream = val - }, - enumerable: true, - configurable: true - }) - - // legacy names - var FileReadStream = ReadStream - Object.defineProperty(fs, 'FileReadStream', { - get: function () { - return FileReadStream - }, - set: function (val) { - FileReadStream = val - }, - enumerable: true, - configurable: true - }) - var FileWriteStream = WriteStream - Object.defineProperty(fs, 'FileWriteStream', { - get: function () { - return FileWriteStream - }, - set: function (val) { - FileWriteStream = val - }, - enumerable: true, - configurable: true - }) - - function ReadStream (path, options) { - if (this instanceof ReadStream) - return fs$ReadStream.apply(this, arguments), this - else - return ReadStream.apply(Object.create(ReadStream.prototype), arguments) - } - - function ReadStream$open () { - var that = this - open(that.path, that.flags, that.mode, function (err, fd) { - if (err) { - if (that.autoClose) - that.destroy() - - that.emit('error', err) - } else { - that.fd = fd - that.emit('open', fd) - that.read() - } - }) - } - - function WriteStream (path, options) { - if (this instanceof WriteStream) - return fs$WriteStream.apply(this, arguments), this - else - return WriteStream.apply(Object.create(WriteStream.prototype), arguments) - } - - function WriteStream$open () { - var that = this - open(that.path, that.flags, that.mode, function (err, fd) { - if (err) { - that.destroy() - that.emit('error', err) - } else { - that.fd = fd - that.emit('open', fd) - } - }) - } - - function createReadStream (path, options) { - return new fs.ReadStream(path, options) - } - - function createWriteStream (path, options) { - return new fs.WriteStream(path, options) - } - - var fs$open = fs.open - fs.open = open - function open (path, flags, mode, cb) { - if (typeof mode === 'function') - cb = mode, mode = null - - return go$open(path, flags, mode, cb) - - function go$open (path, flags, mode, cb, startTime) { - return fs$open(path, flags, mode, function (err, fd) { - if (err && (err.code === 'EMFILE' || err.code === 'ENFILE')) - enqueue([go$open, [path, flags, mode, cb], err, startTime || Date.now(), Date.now()]) - else { - if (typeof cb === 'function') - cb.apply(this, arguments) - } - }) - } - } - - return fs -} - -function enqueue (elem) { - debug('ENQUEUE', elem[0].name, elem[1]) - fs[gracefulQueue].push(elem) - retry() -} - -// keep track of the timeout between retry() calls -var retryTimer - -// reset the startTime and lastTime to now -// this resets the start of the 60 second overall timeout as well as the -// delay between attempts so that we'll retry these jobs sooner -function resetQueue () { - var now = Date.now() - for (var i = 0; i < fs[gracefulQueue].length; ++i) { - // entries that are only a length of 2 are from an older version, don't - // bother modifying those since they'll be retried anyway. - if (fs[gracefulQueue][i].length > 2) { - fs[gracefulQueue][i][3] = now // startTime - fs[gracefulQueue][i][4] = now // lastTime - } - } - // call retry to make sure we're actively processing the queue - retry() -} - -function retry () { - // clear the timer and remove it to help prevent unintended concurrency - clearTimeout(retryTimer) - retryTimer = undefined - - if (fs[gracefulQueue].length === 0) - return - - var elem = fs[gracefulQueue].shift() - var fn = elem[0] - var args = elem[1] - // these items may be unset if they were added by an older graceful-fs - var err = elem[2] - var startTime = elem[3] - var lastTime = elem[4] - - // if we don't have a startTime we have no way of knowing if we've waited - // long enough, so go ahead and retry this item now - if (startTime === undefined) { - debug('RETRY', fn.name, args) - fn.apply(null, args) - } else if (Date.now() - startTime >= 60000) { - // it's been more than 60 seconds total, bail now - debug('TIMEOUT', fn.name, args) - var cb = args.pop() - if (typeof cb === 'function') - cb.call(null, err) - } else { - // the amount of time between the last attempt and right now - var sinceAttempt = Date.now() - lastTime - // the amount of time between when we first tried, and when we last tried - // rounded up to at least 1 - var sinceStart = Math.max(lastTime - startTime, 1) - // backoff. wait longer than the total time we've been retrying, but only - // up to a maximum of 100ms - var desiredDelay = Math.min(sinceStart * 1.2, 100) - // it's been long enough since the last retry, do it again - if (sinceAttempt >= desiredDelay) { - debug('RETRY', fn.name, args) - fn.apply(null, args.concat([startTime])) - } else { - // if we can't do this job yet, push it to the end of the queue - // and let the next iteration check again - fs[gracefulQueue].push(elem) - } - } - - // schedule our next run if one isn't already scheduled - if (retryTimer === undefined) { - retryTimer = setTimeout(retry, 0) - } -} diff --git a/software/flow/node_modules/npm/node_modules/graceful-fs/legacy-streams.js b/software/flow/node_modules/npm/node_modules/graceful-fs/legacy-streams.js deleted file mode 100644 index d617b50..0000000 --- a/software/flow/node_modules/npm/node_modules/graceful-fs/legacy-streams.js +++ /dev/null @@ -1,118 +0,0 @@ -var Stream = require('stream').Stream - -module.exports = legacy - -function legacy (fs) { - return { - ReadStream: ReadStream, - WriteStream: WriteStream - } - - function ReadStream (path, options) { - if (!(this instanceof ReadStream)) return new ReadStream(path, options); - - Stream.call(this); - - var self = this; - - this.path = path; - this.fd = null; - this.readable = true; - this.paused = false; - - this.flags = 'r'; - this.mode = 438; /*=0666*/ - this.bufferSize = 64 * 1024; - - options = options || {}; - - // Mixin options into this - var keys = Object.keys(options); - for (var index = 0, length = keys.length; index < length; index++) { - var key = keys[index]; - this[key] = options[key]; - } - - if (this.encoding) this.setEncoding(this.encoding); - - if (this.start !== undefined) { - if ('number' !== typeof this.start) { - throw TypeError('start must be a Number'); - } - if (this.end === undefined) { - this.end = Infinity; - } else if ('number' !== typeof this.end) { - 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() { - self._read(); - }); - return; - } - - fs.open(this.path, this.flags, this.mode, function (err, fd) { - if (err) { - self.emit('error', err); - self.readable = false; - return; - } - - self.fd = fd; - self.emit('open', fd); - self._read(); - }) - } - - function WriteStream (path, options) { - if (!(this instanceof WriteStream)) return new WriteStream(path, options); - - Stream.call(this); - - this.path = path; - this.fd = null; - this.writable = true; - - this.flags = 'w'; - this.encoding = 'binary'; - this.mode = 438; /*=0666*/ - this.bytesWritten = 0; - - options = options || {}; - - // Mixin options into this - var keys = Object.keys(options); - for (var index = 0, length = keys.length; index < length; index++) { - var key = keys[index]; - this[key] = options[key]; - } - - if (this.start !== undefined) { - if ('number' !== typeof this.start) { - throw TypeError('start must be a Number'); - } - if (this.start < 0) { - throw new Error('start must be >= zero'); - } - - this.pos = this.start; - } - - this.busy = false; - this._queue = []; - - if (this.fd === null) { - this._open = fs.open; - this._queue.push([this._open, this.path, this.flags, this.mode, undefined]); - this.flush(); - } - } -} diff --git a/software/flow/node_modules/npm/node_modules/graceful-fs/package.json b/software/flow/node_modules/npm/node_modules/graceful-fs/package.json deleted file mode 100644 index 3057856..0000000 --- a/software/flow/node_modules/npm/node_modules/graceful-fs/package.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "name": "graceful-fs", - "description": "A drop-in replacement for fs, making various improvements.", - "version": "4.2.10", - "repository": { - "type": "git", - "url": "https://github.com/isaacs/node-graceful-fs" - }, - "main": "graceful-fs.js", - "directories": { - "test": "test" - }, - "scripts": { - "preversion": "npm test", - "postversion": "npm publish", - "postpublish": "git push origin --follow-tags", - "test": "nyc --silent node test.js | tap -c -", - "posttest": "nyc report" - }, - "keywords": [ - "fs", - "module", - "reading", - "retry", - "retries", - "queue", - "error", - "errors", - "handling", - "EMFILE", - "EAGAIN", - "EINVAL", - "EPERM", - "EACCESS" - ], - "license": "ISC", - "devDependencies": { - "import-fresh": "^2.0.0", - "mkdirp": "^0.5.0", - "rimraf": "^2.2.8", - "tap": "^12.7.0" - }, - "files": [ - "fs.js", - "graceful-fs.js", - "legacy-streams.js", - "polyfills.js", - "clone.js" - ] -} diff --git a/software/flow/node_modules/npm/node_modules/graceful-fs/polyfills.js b/software/flow/node_modules/npm/node_modules/graceful-fs/polyfills.js deleted file mode 100644 index 46dea36..0000000 --- a/software/flow/node_modules/npm/node_modules/graceful-fs/polyfills.js +++ /dev/null @@ -1,355 +0,0 @@ -var constants = require('constants') - -var origCwd = process.cwd -var cwd = null - -var platform = process.env.GRACEFUL_FS_PLATFORM || process.platform - -process.cwd = function() { - if (!cwd) - cwd = origCwd.call(process) - return cwd -} -try { - process.cwd() -} catch (er) {} - -// This check is needed until node.js 12 is required -if (typeof process.chdir === 'function') { - var chdir = process.chdir - process.chdir = function (d) { - cwd = null - chdir.call(process, d) - } - if (Object.setPrototypeOf) Object.setPrototypeOf(process.chdir, chdir) -} - -module.exports = patch - -function patch (fs) { - // (re-)implement some things that are known busted or missing. - - // lchmod, broken prior to 0.6.2 - // back-port the fix here. - if (constants.hasOwnProperty('O_SYMLINK') && - process.version.match(/^v0\.6\.[0-2]|^v0\.5\./)) { - patchLchmod(fs) - } - - // lutimes implementation, or no-op - if (!fs.lutimes) { - patchLutimes(fs) - } - - // https://github.com/isaacs/node-graceful-fs/issues/4 - // Chown should not fail on einval or eperm if non-root. - // It should not fail on enosys ever, as this just indicates - // that a fs doesn't support the intended operation. - - fs.chown = chownFix(fs.chown) - fs.fchown = chownFix(fs.fchown) - fs.lchown = chownFix(fs.lchown) - - fs.chmod = chmodFix(fs.chmod) - fs.fchmod = chmodFix(fs.fchmod) - fs.lchmod = chmodFix(fs.lchmod) - - fs.chownSync = chownFixSync(fs.chownSync) - fs.fchownSync = chownFixSync(fs.fchownSync) - fs.lchownSync = chownFixSync(fs.lchownSync) - - fs.chmodSync = chmodFixSync(fs.chmodSync) - fs.fchmodSync = chmodFixSync(fs.fchmodSync) - fs.lchmodSync = chmodFixSync(fs.lchmodSync) - - fs.stat = statFix(fs.stat) - fs.fstat = statFix(fs.fstat) - fs.lstat = statFix(fs.lstat) - - fs.statSync = statFixSync(fs.statSync) - fs.fstatSync = statFixSync(fs.fstatSync) - fs.lstatSync = statFixSync(fs.lstatSync) - - // if lchmod/lchown do not exist, then make them no-ops - if (fs.chmod && !fs.lchmod) { - fs.lchmod = function (path, mode, cb) { - if (cb) process.nextTick(cb) - } - fs.lchmodSync = function () {} - } - if (fs.chown && !fs.lchown) { - fs.lchown = function (path, uid, gid, cb) { - if (cb) process.nextTick(cb) - } - fs.lchownSync = function () {} - } - - // on Windows, A/V software can lock the directory, causing this - // to fail with an EACCES or EPERM if the directory contains newly - // created files. Try again on failure, for up to 60 seconds. - - // Set the timeout this long because some Windows Anti-Virus, such as Parity - // bit9, may lock files for up to a minute, causing npm package install - // failures. Also, take care to yield the scheduler. Windows scheduling gives - // CPU to a busy looping process, which can cause the program causing the lock - // contention to be starved of CPU by node, so the contention doesn't resolve. - if (platform === "win32") { - fs.rename = typeof fs.rename !== 'function' ? fs.rename - : (function (fs$rename) { - function rename (from, to, cb) { - var start = Date.now() - var backoff = 0; - fs$rename(from, to, function CB (er) { - if (er - && (er.code === "EACCES" || er.code === "EPERM") - && Date.now() - start < 60000) { - setTimeout(function() { - fs.stat(to, function (stater, st) { - if (stater && stater.code === "ENOENT") - fs$rename(from, to, CB); - else - cb(er) - }) - }, backoff) - if (backoff < 100) - backoff += 10; - return; - } - if (cb) cb(er) - }) - } - if (Object.setPrototypeOf) Object.setPrototypeOf(rename, fs$rename) - return rename - })(fs.rename) - } - - // if read() returns EAGAIN, then just try it again. - fs.read = typeof fs.read !== 'function' ? fs.read - : (function (fs$read) { - function read (fd, buffer, offset, length, position, callback_) { - var callback - if (callback_ && typeof callback_ === 'function') { - var eagCounter = 0 - callback = function (er, _, __) { - if (er && er.code === 'EAGAIN' && eagCounter < 10) { - eagCounter ++ - return fs$read.call(fs, fd, buffer, offset, length, position, callback) - } - callback_.apply(this, arguments) - } - } - return fs$read.call(fs, fd, buffer, offset, length, position, callback) - } - - // This ensures `util.promisify` works as it does for native `fs.read`. - if (Object.setPrototypeOf) Object.setPrototypeOf(read, fs$read) - return read - })(fs.read) - - fs.readSync = typeof fs.readSync !== 'function' ? fs.readSync - : (function (fs$readSync) { return function (fd, buffer, offset, length, position) { - var eagCounter = 0 - while (true) { - try { - return fs$readSync.call(fs, fd, buffer, offset, length, position) - } catch (er) { - if (er.code === 'EAGAIN' && eagCounter < 10) { - eagCounter ++ - continue - } - throw er - } - } - }})(fs.readSync) - - function patchLchmod (fs) { - fs.lchmod = function (path, mode, callback) { - fs.open( path - , constants.O_WRONLY | constants.O_SYMLINK - , mode - , function (err, fd) { - if (err) { - if (callback) callback(err) - return - } - // prefer to return the chmod error, if one occurs, - // but still try to close, and report closing errors if they occur. - fs.fchmod(fd, mode, function (err) { - fs.close(fd, function(err2) { - if (callback) callback(err || err2) - }) - }) - }) - } - - fs.lchmodSync = function (path, mode) { - var fd = fs.openSync(path, constants.O_WRONLY | constants.O_SYMLINK, mode) - - // prefer to return the chmod error, if one occurs, - // but still try to close, and report closing errors if they occur. - var threw = true - var ret - try { - ret = fs.fchmodSync(fd, mode) - threw = false - } finally { - if (threw) { - try { - fs.closeSync(fd) - } catch (er) {} - } else { - fs.closeSync(fd) - } - } - return ret - } - } - - function patchLutimes (fs) { - if (constants.hasOwnProperty("O_SYMLINK") && fs.futimes) { - fs.lutimes = function (path, at, mt, cb) { - fs.open(path, constants.O_SYMLINK, function (er, fd) { - if (er) { - if (cb) cb(er) - return - } - fs.futimes(fd, at, mt, function (er) { - fs.close(fd, function (er2) { - if (cb) cb(er || er2) - }) - }) - }) - } - - fs.lutimesSync = function (path, at, mt) { - var fd = fs.openSync(path, constants.O_SYMLINK) - var ret - var threw = true - try { - ret = fs.futimesSync(fd, at, mt) - threw = false - } finally { - if (threw) { - try { - fs.closeSync(fd) - } catch (er) {} - } else { - fs.closeSync(fd) - } - } - return ret - } - - } else if (fs.futimes) { - fs.lutimes = function (_a, _b, _c, cb) { if (cb) process.nextTick(cb) } - fs.lutimesSync = function () {} - } - } - - function chmodFix (orig) { - if (!orig) return orig - return function (target, mode, cb) { - return orig.call(fs, target, mode, function (er) { - if (chownErOk(er)) er = null - if (cb) cb.apply(this, arguments) - }) - } - } - - function chmodFixSync (orig) { - if (!orig) return orig - return function (target, mode) { - try { - return orig.call(fs, target, mode) - } catch (er) { - if (!chownErOk(er)) throw er - } - } - } - - - function chownFix (orig) { - if (!orig) return orig - return function (target, uid, gid, cb) { - return orig.call(fs, target, uid, gid, function (er) { - if (chownErOk(er)) er = null - if (cb) cb.apply(this, arguments) - }) - } - } - - function chownFixSync (orig) { - if (!orig) return orig - return function (target, uid, gid) { - try { - return orig.call(fs, target, uid, gid) - } catch (er) { - if (!chownErOk(er)) throw er - } - } - } - - function statFix (orig) { - if (!orig) return orig - // Older versions of Node erroneously returned signed integers for - // uid + gid. - return function (target, options, cb) { - if (typeof options === 'function') { - cb = options - options = null - } - function callback (er, stats) { - if (stats) { - if (stats.uid < 0) stats.uid += 0x100000000 - if (stats.gid < 0) stats.gid += 0x100000000 - } - if (cb) cb.apply(this, arguments) - } - return options ? orig.call(fs, target, options, callback) - : orig.call(fs, target, callback) - } - } - - function statFixSync (orig) { - if (!orig) return orig - // Older versions of Node erroneously returned signed integers for - // uid + gid. - return function (target, options) { - var stats = options ? orig.call(fs, target, options) - : orig.call(fs, target) - if (stats) { - if (stats.uid < 0) stats.uid += 0x100000000 - if (stats.gid < 0) stats.gid += 0x100000000 - } - return stats; - } - } - - // ENOSYS means that the fs doesn't support the op. Just ignore - // that, because it doesn't matter. - // - // if there's no getuid, or if getuid() is something other - // than 0, and the error is EINVAL or EPERM, then just ignore - // it. - // - // This specific case is a silent failure in cp, install, tar, - // and most other unix tools that manage permissions. - // - // When running as root, or if other types of errors are - // encountered, then it's strict. - function chownErOk (er) { - if (!er) - return true - - if (er.code === "ENOSYS") - return true - - var nonroot = !process.getuid || process.getuid() !== 0 - if (nonroot) { - if (er.code === "EINVAL" || er.code === "EPERM") - return true - } - - return false - } -} diff --git a/software/flow/node_modules/npm/node_modules/has-flag/index.d.ts b/software/flow/node_modules/npm/node_modules/has-flag/index.d.ts deleted file mode 100644 index a0a48c8..0000000 --- a/software/flow/node_modules/npm/node_modules/has-flag/index.d.ts +++ /dev/null @@ -1,39 +0,0 @@ -/** -Check if [`argv`](https://nodejs.org/docs/latest/api/process.html#process_process_argv) has a specific flag. - -@param flag - CLI flag to look for. The `--` prefix is optional. -@param argv - CLI arguments. Default: `process.argv`. -@returns Whether the flag exists. - -@example -``` -// $ ts-node foo.ts -f --unicorn --foo=bar -- --rainbow - -// foo.ts -import hasFlag = require('has-flag'); - -hasFlag('unicorn'); -//=> true - -hasFlag('--unicorn'); -//=> true - -hasFlag('f'); -//=> true - -hasFlag('-f'); -//=> true - -hasFlag('foo=bar'); -//=> true - -hasFlag('foo'); -//=> false - -hasFlag('rainbow'); -//=> false -``` -*/ -declare function hasFlag(flag: string, argv?: string[]): boolean; - -export = hasFlag; diff --git a/software/flow/node_modules/npm/node_modules/has-flag/index.js b/software/flow/node_modules/npm/node_modules/has-flag/index.js deleted file mode 100644 index b6f80b1..0000000 --- a/software/flow/node_modules/npm/node_modules/has-flag/index.js +++ /dev/null @@ -1,8 +0,0 @@ -'use strict'; - -module.exports = (flag, argv = process.argv) => { - const prefix = flag.startsWith('-') ? '' : (flag.length === 1 ? '-' : '--'); - const position = argv.indexOf(prefix + flag); - const terminatorPosition = argv.indexOf('--'); - return position !== -1 && (terminatorPosition === -1 || position < terminatorPosition); -}; diff --git a/software/flow/node_modules/npm/node_modules/has-flag/license b/software/flow/node_modules/npm/node_modules/has-flag/license deleted file mode 100644 index e7af2f7..0000000 --- a/software/flow/node_modules/npm/node_modules/has-flag/license +++ /dev/null @@ -1,9 +0,0 @@ -MIT License - -Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/has-flag/package.json b/software/flow/node_modules/npm/node_modules/has-flag/package.json deleted file mode 100644 index a9cba4b..0000000 --- a/software/flow/node_modules/npm/node_modules/has-flag/package.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "name": "has-flag", - "version": "4.0.0", - "description": "Check if argv has a specific flag", - "license": "MIT", - "repository": "sindresorhus/has-flag", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "sindresorhus.com" - }, - "engines": { - "node": ">=8" - }, - "scripts": { - "test": "xo && ava && tsd" - }, - "files": [ - "index.js", - "index.d.ts" - ], - "keywords": [ - "has", - "check", - "detect", - "contains", - "find", - "flag", - "cli", - "command-line", - "argv", - "process", - "arg", - "args", - "argument", - "arguments", - "getopt", - "minimist", - "optimist" - ], - "devDependencies": { - "ava": "^1.4.1", - "tsd": "^0.7.2", - "xo": "^0.24.0" - } -} diff --git a/software/flow/node_modules/npm/node_modules/has-unicode/LICENSE b/software/flow/node_modules/npm/node_modules/has-unicode/LICENSE deleted file mode 100644 index d42e25e..0000000 --- a/software/flow/node_modules/npm/node_modules/has-unicode/LICENSE +++ /dev/null @@ -1,14 +0,0 @@ -Copyright (c) 2014, Rebecca Turner <me@re-becca.org> - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF -OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - diff --git a/software/flow/node_modules/npm/node_modules/has-unicode/index.js b/software/flow/node_modules/npm/node_modules/has-unicode/index.js deleted file mode 100644 index 9b0fe44..0000000 --- a/software/flow/node_modules/npm/node_modules/has-unicode/index.js +++ /dev/null @@ -1,16 +0,0 @@ -"use strict" -var os = require("os") - -var hasUnicode = module.exports = function () { - // Recent Win32 platforms (>XP) CAN support unicode in the console but - // don't have to, and in non-english locales often use traditional local - // code pages. There's no way, short of windows system calls or execing - // the chcp command line program to figure this out. As such, we default - // this to false and encourage your users to override it via config if - // appropriate. - if (os.type() == "Windows_NT") { return false } - - var isUTF8 = /UTF-?8$/i - var ctype = process.env.LC_ALL || process.env.LC_CTYPE || process.env.LANG - return isUTF8.test(ctype) -} diff --git a/software/flow/node_modules/npm/node_modules/has-unicode/package.json b/software/flow/node_modules/npm/node_modules/has-unicode/package.json deleted file mode 100644 index ebe9d76..0000000 --- a/software/flow/node_modules/npm/node_modules/has-unicode/package.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "name": "has-unicode", - "version": "2.0.1", - "description": "Try to guess if your terminal supports unicode", - "main": "index.js", - "scripts": { - "test": "tap test/*.js" - }, - "repository": { - "type": "git", - "url": "https://github.com/iarna/has-unicode" - }, - "keywords": [ - "unicode", - "terminal" - ], - "files": [ - "index.js" - ], - "author": "Rebecca Turner <me@re-becca.org>", - "license": "ISC", - "bugs": { - "url": "https://github.com/iarna/has-unicode/issues" - }, - "homepage": "https://github.com/iarna/has-unicode", - "devDependencies": { - "require-inject": "^1.3.0", - "tap": "^2.3.1" - } -} diff --git a/software/flow/node_modules/npm/node_modules/has/LICENSE-MIT b/software/flow/node_modules/npm/node_modules/has/LICENSE-MIT deleted file mode 100644 index ae7014d..0000000 --- a/software/flow/node_modules/npm/node_modules/has/LICENSE-MIT +++ /dev/null @@ -1,22 +0,0 @@ -Copyright (c) 2013 Thiago de Arruda - -Permission is hereby granted, free of charge, to any person -obtaining a copy of this software and associated documentation -files (the "Software"), to deal in the Software without -restriction, including without limitation the rights to use, -copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the -Software is furnished to do so, subject to the following -conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES -OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT -HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR -OTHER DEALINGS IN THE SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/has/package.json b/software/flow/node_modules/npm/node_modules/has/package.json deleted file mode 100644 index 7c4592f..0000000 --- a/software/flow/node_modules/npm/node_modules/has/package.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "name": "has", - "description": "Object.prototype.hasOwnProperty.call shortcut", - "version": "1.0.3", - "homepage": "https://github.com/tarruda/has", - "author": { - "name": "Thiago de Arruda", - "email": "tpadilha84@gmail.com" - }, - "contributors": [ - { - "name": "Jordan Harband", - "email": "ljharb@gmail.com", - "url": "http://ljharb.codes" - } - ], - "repository": { - "type": "git", - "url": "git://github.com/tarruda/has.git" - }, - "bugs": { - "url": "https://github.com/tarruda/has/issues" - }, - "license": "MIT", - "licenses": [ - { - "type": "MIT", - "url": "https://github.com/tarruda/has/blob/master/LICENSE-MIT" - } - ], - "main": "./src", - "dependencies": { - "function-bind": "^1.1.1" - }, - "devDependencies": { - "@ljharb/eslint-config": "^12.2.1", - "eslint": "^4.19.1", - "tape": "^4.9.0" - }, - "engines": { - "node": ">= 0.4.0" - }, - "scripts": { - "lint": "eslint .", - "pretest": "npm run lint", - "test": "tape test" - } -} diff --git a/software/flow/node_modules/npm/node_modules/has/src/index.js b/software/flow/node_modules/npm/node_modules/has/src/index.js deleted file mode 100644 index dd92dd9..0000000 --- a/software/flow/node_modules/npm/node_modules/has/src/index.js +++ /dev/null @@ -1,5 +0,0 @@ -'use strict'; - -var bind = require('function-bind'); - -module.exports = bind.call(Function.call, Object.prototype.hasOwnProperty); diff --git a/software/flow/node_modules/npm/node_modules/has/test/index.js b/software/flow/node_modules/npm/node_modules/has/test/index.js deleted file mode 100644 index 43d480b..0000000 --- a/software/flow/node_modules/npm/node_modules/has/test/index.js +++ /dev/null @@ -1,10 +0,0 @@ -'use strict'; - -var test = require('tape'); -var has = require('../'); - -test('has', function (t) { - t.equal(has({}, 'hasOwnProperty'), false, 'object literal does not have own property "hasOwnProperty"'); - t.equal(has(Object.prototype, 'hasOwnProperty'), true, 'Object.prototype has own property "hasOwnProperty"'); - t.end(); -}); diff --git a/software/flow/node_modules/npm/node_modules/hosted-git-info/LICENSE b/software/flow/node_modules/npm/node_modules/hosted-git-info/LICENSE deleted file mode 100644 index 4505576..0000000 --- a/software/flow/node_modules/npm/node_modules/hosted-git-info/LICENSE +++ /dev/null @@ -1,13 +0,0 @@ -Copyright (c) 2015, Rebecca Turner - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH -REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, -INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM -LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR -OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR -PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/hosted-git-info/lib/from-url.js b/software/flow/node_modules/npm/node_modules/hosted-git-info/lib/from-url.js deleted file mode 100644 index efc1247..0000000 --- a/software/flow/node_modules/npm/node_modules/hosted-git-info/lib/from-url.js +++ /dev/null @@ -1,122 +0,0 @@ -'use strict' - -const parseUrl = require('./parse-url') - -// look for github shorthand inputs, such as npm/cli -const isGitHubShorthand = (arg) => { - // it cannot contain whitespace before the first # - // it cannot start with a / because that's probably an absolute file path - // but it must include a slash since repos are username/repository - // it cannot start with a . because that's probably a relative file path - // it cannot start with an @ because that's a scoped package if it passes the other tests - // it cannot contain a : before a # because that tells us that there's a protocol - // a second / may not exist before a # - const firstHash = arg.indexOf('#') - const firstSlash = arg.indexOf('/') - const secondSlash = arg.indexOf('/', firstSlash + 1) - const firstColon = arg.indexOf(':') - const firstSpace = /\s/.exec(arg) - const firstAt = arg.indexOf('@') - - const spaceOnlyAfterHash = !firstSpace || (firstHash > -1 && firstSpace.index > firstHash) - const atOnlyAfterHash = firstAt === -1 || (firstHash > -1 && firstAt > firstHash) - const colonOnlyAfterHash = firstColon === -1 || (firstHash > -1 && firstColon > firstHash) - const secondSlashOnlyAfterHash = secondSlash === -1 || (firstHash > -1 && secondSlash > firstHash) - const hasSlash = firstSlash > 0 - // if a # is found, what we really want to know is that the character - // immediately before # is not a / - const doesNotEndWithSlash = firstHash > -1 ? arg[firstHash - 1] !== '/' : !arg.endsWith('/') - const doesNotStartWithDot = !arg.startsWith('.') - - return spaceOnlyAfterHash && hasSlash && doesNotEndWithSlash && - doesNotStartWithDot && atOnlyAfterHash && colonOnlyAfterHash && - secondSlashOnlyAfterHash -} - -module.exports = (giturl, opts, { gitHosts, protocols }) => { - if (!giturl) { - return - } - - const correctedUrl = isGitHubShorthand(giturl) ? `github:${giturl}` : giturl - const parsed = parseUrl(correctedUrl, protocols) - if (!parsed) { - return - } - - const gitHostShortcut = gitHosts.byShortcut[parsed.protocol] - const gitHostDomain = gitHosts.byDomain[parsed.hostname.startsWith('www.') - ? parsed.hostname.slice(4) - : parsed.hostname] - const gitHostName = gitHostShortcut || gitHostDomain - if (!gitHostName) { - return - } - - const gitHostInfo = gitHosts[gitHostShortcut || gitHostDomain] - let auth = null - if (protocols[parsed.protocol]?.auth && (parsed.username || parsed.password)) { - auth = `${parsed.username}${parsed.password ? ':' + parsed.password : ''}` - } - - let committish = null - let user = null - let project = null - let defaultRepresentation = null - - try { - if (gitHostShortcut) { - let pathname = parsed.pathname.startsWith('/') ? parsed.pathname.slice(1) : parsed.pathname - const firstAt = pathname.indexOf('@') - // we ignore auth for shortcuts, so just trim it out - if (firstAt > -1) { - pathname = pathname.slice(firstAt + 1) - } - - const lastSlash = pathname.lastIndexOf('/') - if (lastSlash > -1) { - user = decodeURIComponent(pathname.slice(0, lastSlash)) - // we want nulls only, never empty strings - if (!user) { - user = null - } - project = decodeURIComponent(pathname.slice(lastSlash + 1)) - } else { - project = decodeURIComponent(pathname) - } - - if (project.endsWith('.git')) { - project = project.slice(0, -4) - } - - if (parsed.hash) { - committish = decodeURIComponent(parsed.hash.slice(1)) - } - - defaultRepresentation = 'shortcut' - } else { - if (!gitHostInfo.protocols.includes(parsed.protocol)) { - return - } - - const segments = gitHostInfo.extract(parsed) - if (!segments) { - return - } - - user = segments.user && decodeURIComponent(segments.user) - project = decodeURIComponent(segments.project) - committish = decodeURIComponent(segments.committish) - defaultRepresentation = protocols[parsed.protocol]?.name || parsed.protocol.slice(0, -1) - } - } catch (err) { - /* istanbul ignore else */ - if (err instanceof URIError) { - return - } else { - throw err - } - } - - return [gitHostName, user, auth, project, committish, defaultRepresentation, opts] -} diff --git a/software/flow/node_modules/npm/node_modules/hosted-git-info/lib/hosts.js b/software/flow/node_modules/npm/node_modules/hosted-git-info/lib/hosts.js deleted file mode 100644 index 013712b..0000000 --- a/software/flow/node_modules/npm/node_modules/hosted-git-info/lib/hosts.js +++ /dev/null @@ -1,228 +0,0 @@ -/* eslint-disable max-len */ - -'use strict' - -const maybeJoin = (...args) => args.every(arg => arg) ? args.join('') : '' -const maybeEncode = (arg) => arg ? encodeURIComponent(arg) : '' -const formatHashFragment = (f) => f.toLowerCase().replace(/^\W+|\/|\W+$/g, '').replace(/\W+/g, '-') - -const defaults = { - sshtemplate: ({ domain, user, project, committish }) => - `git@${domain}:${user}/${project}.git${maybeJoin('#', committish)}`, - sshurltemplate: ({ domain, user, project, committish }) => - `git+ssh://git@${domain}/${user}/${project}.git${maybeJoin('#', committish)}`, - edittemplate: ({ domain, user, project, committish, editpath, path }) => - `https://${domain}/${user}/${project}${maybeJoin('/', editpath, '/', maybeEncode(committish || 'HEAD'), '/', path)}`, - browsetemplate: ({ domain, user, project, committish, treepath }) => - `https://${domain}/${user}/${project}${maybeJoin('/', treepath, '/', maybeEncode(committish))}`, - browsetreetemplate: ({ domain, user, project, committish, treepath, path, fragment, hashformat }) => - `https://${domain}/${user}/${project}/${treepath}/${maybeEncode(committish || 'HEAD')}/${path}${maybeJoin('#', hashformat(fragment || ''))}`, - browseblobtemplate: ({ domain, user, project, committish, blobpath, path, fragment, hashformat }) => - `https://${domain}/${user}/${project}/${blobpath}/${maybeEncode(committish || 'HEAD')}/${path}${maybeJoin('#', hashformat(fragment || ''))}`, - docstemplate: ({ domain, user, project, treepath, committish }) => - `https://${domain}/${user}/${project}${maybeJoin('/', treepath, '/', maybeEncode(committish))}#readme`, - httpstemplate: ({ auth, domain, user, project, committish }) => - `git+https://${maybeJoin(auth, '@')}${domain}/${user}/${project}.git${maybeJoin('#', committish)}`, - filetemplate: ({ domain, user, project, committish, path }) => - `https://${domain}/${user}/${project}/raw/${maybeEncode(committish || 'HEAD')}/${path}`, - shortcuttemplate: ({ type, user, project, committish }) => - `${type}:${user}/${project}${maybeJoin('#', committish)}`, - pathtemplate: ({ user, project, committish }) => - `${user}/${project}${maybeJoin('#', committish)}`, - bugstemplate: ({ domain, user, project }) => - `https://${domain}/${user}/${project}/issues`, - hashformat: formatHashFragment, -} - -const hosts = {} -hosts.github = { - // First two are insecure and generally shouldn't be used any more, but - // they are still supported. - protocols: ['git:', 'http:', 'git+ssh:', 'git+https:', 'ssh:', 'https:'], - domain: 'github.com', - treepath: 'tree', - blobpath: 'blob', - editpath: 'edit', - filetemplate: ({ auth, user, project, committish, path }) => - `https://${maybeJoin(auth, '@')}raw.githubusercontent.com/${user}/${project}/${maybeEncode(committish || 'HEAD')}/${path}`, - gittemplate: ({ auth, domain, user, project, committish }) => - `git://${maybeJoin(auth, '@')}${domain}/${user}/${project}.git${maybeJoin('#', committish)}`, - tarballtemplate: ({ domain, user, project, committish }) => - `https://codeload.${domain}/${user}/${project}/tar.gz/${maybeEncode(committish || 'HEAD')}`, - extract: (url) => { - let [, user, project, type, committish] = url.pathname.split('/', 5) - if (type && type !== 'tree') { - return - } - - if (!type) { - committish = url.hash.slice(1) - } - - if (project && project.endsWith('.git')) { - project = project.slice(0, -4) - } - - if (!user || !project) { - return - } - - return { user, project, committish } - }, -} - -hosts.bitbucket = { - protocols: ['git+ssh:', 'git+https:', 'ssh:', 'https:'], - domain: 'bitbucket.org', - treepath: 'src', - blobpath: 'src', - editpath: '?mode=edit', - edittemplate: ({ domain, user, project, committish, treepath, path, editpath }) => - `https://${domain}/${user}/${project}${maybeJoin('/', treepath, '/', maybeEncode(committish || 'HEAD'), '/', path, editpath)}`, - tarballtemplate: ({ domain, user, project, committish }) => - `https://${domain}/${user}/${project}/get/${maybeEncode(committish || 'HEAD')}.tar.gz`, - extract: (url) => { - let [, user, project, aux] = url.pathname.split('/', 4) - if (['get'].includes(aux)) { - return - } - - if (project && project.endsWith('.git')) { - project = project.slice(0, -4) - } - - if (!user || !project) { - return - } - - return { user, project, committish: url.hash.slice(1) } - }, -} - -hosts.gitlab = { - protocols: ['git+ssh:', 'git+https:', 'ssh:', 'https:'], - domain: 'gitlab.com', - treepath: 'tree', - blobpath: 'tree', - editpath: '-/edit', - httpstemplate: ({ auth, domain, user, project, committish }) => - `git+https://${maybeJoin(auth, '@')}${domain}/${user}/${project}.git${maybeJoin('#', committish)}`, - tarballtemplate: ({ domain, user, project, committish }) => - `https://${domain}/${user}/${project}/repository/archive.tar.gz?ref=${maybeEncode(committish || 'HEAD')}`, - extract: (url) => { - const path = url.pathname.slice(1) - if (path.includes('/-/') || path.includes('/archive.tar.gz')) { - return - } - - const segments = path.split('/') - let project = segments.pop() - if (project.endsWith('.git')) { - project = project.slice(0, -4) - } - - const user = segments.join('/') - if (!user || !project) { - return - } - - return { user, project, committish: url.hash.slice(1) } - }, -} - -hosts.gist = { - protocols: ['git:', 'git+ssh:', 'git+https:', 'ssh:', 'https:'], - domain: 'gist.github.com', - editpath: 'edit', - sshtemplate: ({ domain, project, committish }) => - `git@${domain}:${project}.git${maybeJoin('#', committish)}`, - sshurltemplate: ({ domain, project, committish }) => - `git+ssh://git@${domain}/${project}.git${maybeJoin('#', committish)}`, - edittemplate: ({ domain, user, project, committish, editpath }) => - `https://${domain}/${user}/${project}${maybeJoin('/', maybeEncode(committish))}/${editpath}`, - browsetemplate: ({ domain, project, committish }) => - `https://${domain}/${project}${maybeJoin('/', maybeEncode(committish))}`, - browsetreetemplate: ({ domain, project, committish, path, hashformat }) => - `https://${domain}/${project}${maybeJoin('/', maybeEncode(committish))}${maybeJoin('#', hashformat(path))}`, - browseblobtemplate: ({ domain, project, committish, path, hashformat }) => - `https://${domain}/${project}${maybeJoin('/', maybeEncode(committish))}${maybeJoin('#', hashformat(path))}`, - docstemplate: ({ domain, project, committish }) => - `https://${domain}/${project}${maybeJoin('/', maybeEncode(committish))}`, - httpstemplate: ({ domain, project, committish }) => - `git+https://${domain}/${project}.git${maybeJoin('#', committish)}`, - filetemplate: ({ user, project, committish, path }) => - `https://gist.githubusercontent.com/${user}/${project}/raw${maybeJoin('/', maybeEncode(committish))}/${path}`, - shortcuttemplate: ({ type, project, committish }) => - `${type}:${project}${maybeJoin('#', committish)}`, - pathtemplate: ({ project, committish }) => - `${project}${maybeJoin('#', committish)}`, - bugstemplate: ({ domain, project }) => - `https://${domain}/${project}`, - gittemplate: ({ domain, project, committish }) => - `git://${domain}/${project}.git${maybeJoin('#', committish)}`, - tarballtemplate: ({ project, committish }) => - `https://codeload.github.com/gist/${project}/tar.gz/${maybeEncode(committish || 'HEAD')}`, - extract: (url) => { - let [, user, project, aux] = url.pathname.split('/', 4) - if (aux === 'raw') { - return - } - - if (!project) { - if (!user) { - return - } - - project = user - user = null - } - - if (project.endsWith('.git')) { - project = project.slice(0, -4) - } - - return { user, project, committish: url.hash.slice(1) } - }, - hashformat: function (fragment) { - return fragment && 'file-' + formatHashFragment(fragment) - }, -} - -hosts.sourcehut = { - protocols: ['git+ssh:', 'https:'], - domain: 'git.sr.ht', - treepath: 'tree', - blobpath: 'tree', - filetemplate: ({ domain, user, project, committish, path }) => - `https://${domain}/${user}/${project}/blob/${maybeEncode(committish) || 'HEAD'}/${path}`, - httpstemplate: ({ domain, user, project, committish }) => - `https://${domain}/${user}/${project}.git${maybeJoin('#', committish)}`, - tarballtemplate: ({ domain, user, project, committish }) => - `https://${domain}/${user}/${project}/archive/${maybeEncode(committish) || 'HEAD'}.tar.gz`, - bugstemplate: ({ user, project }) => - `https://todo.sr.ht/${user}/${project}`, - extract: (url) => { - let [, user, project, aux] = url.pathname.split('/', 4) - - // tarball url - if (['archive'].includes(aux)) { - return - } - - if (project && project.endsWith('.git')) { - project = project.slice(0, -4) - } - - if (!user || !project) { - return - } - - return { user, project, committish: url.hash.slice(1) } - }, -} - -for (const [name, host] of Object.entries(hosts)) { - hosts[name] = Object.assign({}, defaults, host) -} - -module.exports = hosts diff --git a/software/flow/node_modules/npm/node_modules/hosted-git-info/lib/index.js b/software/flow/node_modules/npm/node_modules/hosted-git-info/lib/index.js deleted file mode 100644 index a7339c2..0000000 --- a/software/flow/node_modules/npm/node_modules/hosted-git-info/lib/index.js +++ /dev/null @@ -1,179 +0,0 @@ -'use strict' - -const LRU = require('lru-cache') -const hosts = require('./hosts.js') -const fromUrl = require('./from-url.js') -const parseUrl = require('./parse-url.js') - -const cache = new LRU({ max: 1000 }) - -class GitHost { - constructor (type, user, auth, project, committish, defaultRepresentation, opts = {}) { - Object.assign(this, GitHost.#gitHosts[type], { - type, - user, - auth, - project, - committish, - default: defaultRepresentation, - opts, - }) - } - - static #gitHosts = { byShortcut: {}, byDomain: {} } - static #protocols = { - 'git+ssh:': { name: 'sshurl' }, - 'ssh:': { name: 'sshurl' }, - 'git+https:': { name: 'https', auth: true }, - 'git:': { auth: true }, - 'http:': { auth: true }, - 'https:': { auth: true }, - 'git+http:': { auth: true }, - } - - static addHost (name, host) { - GitHost.#gitHosts[name] = host - GitHost.#gitHosts.byDomain[host.domain] = name - GitHost.#gitHosts.byShortcut[`${name}:`] = name - GitHost.#protocols[`${name}:`] = { name } - } - - static fromUrl (giturl, opts) { - if (typeof giturl !== 'string') { - return - } - - const key = giturl + JSON.stringify(opts || {}) - - if (!cache.has(key)) { - const hostArgs = fromUrl(giturl, opts, { - gitHosts: GitHost.#gitHosts, - protocols: GitHost.#protocols, - }) - cache.set(key, hostArgs ? new GitHost(...hostArgs) : undefined) - } - - return cache.get(key) - } - - static parseUrl (url) { - return parseUrl(url) - } - - #fill (template, opts) { - if (typeof template !== 'function') { - return null - } - - const options = { ...this, ...this.opts, ...opts } - - // the path should always be set so we don't end up with 'undefined' in urls - if (!options.path) { - options.path = '' - } - - // template functions will insert the leading slash themselves - if (options.path.startsWith('/')) { - options.path = options.path.slice(1) - } - - if (options.noCommittish) { - options.committish = null - } - - const result = template(options) - return options.noGitPlus && result.startsWith('git+') ? result.slice(4) : result - } - - hash () { - return this.committish ? `#${this.committish}` : '' - } - - ssh (opts) { - return this.#fill(this.sshtemplate, opts) - } - - sshurl (opts) { - return this.#fill(this.sshurltemplate, opts) - } - - browse (path, ...args) { - // not a string, treat path as opts - if (typeof path !== 'string') { - return this.#fill(this.browsetemplate, path) - } - - if (typeof args[0] !== 'string') { - return this.#fill(this.browsetreetemplate, { ...args[0], path }) - } - - return this.#fill(this.browsetreetemplate, { ...args[1], fragment: args[0], path }) - } - - // If the path is known to be a file, then browseFile should be used. For some hosts - // the url is the same as browse, but for others like GitHub a file can use both `/tree/` - // and `/blob/` in the path. When using a default committish of `HEAD` then the `/tree/` - // path will redirect to a specific commit. Using the `/blob/` path avoids this and - // does not redirect to a different commit. - browseFile (path, ...args) { - if (typeof args[0] !== 'string') { - return this.#fill(this.browseblobtemplate, { ...args[0], path }) - } - - return this.#fill(this.browseblobtemplate, { ...args[1], fragment: args[0], path }) - } - - docs (opts) { - return this.#fill(this.docstemplate, opts) - } - - bugs (opts) { - return this.#fill(this.bugstemplate, opts) - } - - https (opts) { - return this.#fill(this.httpstemplate, opts) - } - - git (opts) { - return this.#fill(this.gittemplate, opts) - } - - shortcut (opts) { - return this.#fill(this.shortcuttemplate, opts) - } - - path (opts) { - return this.#fill(this.pathtemplate, opts) - } - - tarball (opts) { - return this.#fill(this.tarballtemplate, { ...opts, noCommittish: false }) - } - - file (path, opts) { - return this.#fill(this.filetemplate, { ...opts, path }) - } - - edit (path, opts) { - return this.#fill(this.edittemplate, { ...opts, path }) - } - - getDefaultRepresentation () { - return this.default - } - - toString (opts) { - if (this.default && typeof this[this.default] === 'function') { - return this[this.default](opts) - } - - return this.sshurl(opts) - } -} - -for (const [name, host] of Object.entries(hosts)) { - GitHost.addHost(name, host) -} - -module.exports = GitHost diff --git a/software/flow/node_modules/npm/node_modules/hosted-git-info/lib/parse-url.js b/software/flow/node_modules/npm/node_modules/hosted-git-info/lib/parse-url.js deleted file mode 100644 index 7d5489c..0000000 --- a/software/flow/node_modules/npm/node_modules/hosted-git-info/lib/parse-url.js +++ /dev/null @@ -1,78 +0,0 @@ -const url = require('url') - -const lastIndexOfBefore = (str, char, beforeChar) => { - const startPosition = str.indexOf(beforeChar) - return str.lastIndexOf(char, startPosition > -1 ? startPosition : Infinity) -} - -const safeUrl = (u) => { - try { - return new url.URL(u) - } catch { - // this fn should never throw - } -} - -// accepts input like git:github.com:user/repo and inserts the // after the first : -const correctProtocol = (arg, protocols) => { - const firstColon = arg.indexOf(':') - const proto = arg.slice(0, firstColon + 1) - if (Object.prototype.hasOwnProperty.call(protocols, proto)) { - return arg - } - - const firstAt = arg.indexOf('@') - if (firstAt > -1) { - if (firstAt > firstColon) { - return `git+ssh://${arg}` - } else { - return arg - } - } - - const doubleSlash = arg.indexOf('//') - if (doubleSlash === firstColon + 1) { - return arg - } - - return `${arg.slice(0, firstColon + 1)}//${arg.slice(firstColon + 1)}` -} - -// attempt to correct an scp style url so that it will parse with `new URL()` -const correctUrl = (giturl) => { - // ignore @ that come after the first hash since the denotes the start - // of a committish which can contain @ characters - const firstAt = lastIndexOfBefore(giturl, '@', '#') - // ignore colons that come after the hash since that could include colons such as: - // git@github.com:user/package-2#semver:^1.0.0 - const lastColonBeforeHash = lastIndexOfBefore(giturl, ':', '#') - - if (lastColonBeforeHash > firstAt) { - // the last : comes after the first @ (or there is no @) - // like it would in: - // proto://hostname.com:user/repo - // username@hostname.com:user/repo - // :password@hostname.com:user/repo - // username:password@hostname.com:user/repo - // proto://username@hostname.com:user/repo - // proto://:password@hostname.com:user/repo - // proto://username:password@hostname.com:user/repo - // then we replace the last : with a / to create a valid path - giturl = giturl.slice(0, lastColonBeforeHash) + '/' + giturl.slice(lastColonBeforeHash + 1) - } - - if (lastIndexOfBefore(giturl, ':', '#') === -1 && giturl.indexOf('//') === -1) { - // we have no : at all - // as it would be in: - // username@hostname.com/user/repo - // then we prepend a protocol - giturl = `git+ssh://${giturl}` - } - - return giturl -} - -module.exports = (giturl, protocols) => { - const withProtocol = protocols ? correctProtocol(giturl, protocols) : giturl - return safeUrl(withProtocol) || safeUrl(correctUrl(withProtocol)) -} diff --git a/software/flow/node_modules/npm/node_modules/hosted-git-info/package.json b/software/flow/node_modules/npm/node_modules/hosted-git-info/package.json deleted file mode 100644 index 6122599..0000000 --- a/software/flow/node_modules/npm/node_modules/hosted-git-info/package.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "name": "hosted-git-info", - "version": "6.1.1", - "description": "Provides metadata and conversions from repository urls for GitHub, Bitbucket and GitLab", - "main": "./lib/index.js", - "repository": { - "type": "git", - "url": "https://github.com/npm/hosted-git-info.git" - }, - "keywords": [ - "git", - "github", - "bitbucket", - "gitlab" - ], - "author": "GitHub Inc.", - "license": "ISC", - "bugs": { - "url": "https://github.com/npm/hosted-git-info/issues" - }, - "homepage": "https://github.com/npm/hosted-git-info", - "scripts": { - "posttest": "npm run lint", - "snap": "tap", - "test": "tap", - "test:coverage": "tap --coverage-report=html", - "lint": "eslint \"**/*.js\"", - "postlint": "template-oss-check", - "lintfix": "npm run lint -- --fix", - "template-oss-apply": "template-oss-apply --force" - }, - "dependencies": { - "lru-cache": "^7.5.1" - }, - "devDependencies": { - "@npmcli/eslint-config": "^4.0.0", - "@npmcli/template-oss": "4.7.1", - "tap": "^16.0.1" - }, - "files": [ - "bin/", - "lib/" - ], - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "tap": { - "color": 1, - "coverage": true, - "nyc-arg": [ - "--exclude", - "tap-snapshots/**" - ] - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.7.1" - } -} diff --git a/software/flow/node_modules/npm/node_modules/http-cache-semantics/LICENSE b/software/flow/node_modules/npm/node_modules/http-cache-semantics/LICENSE deleted file mode 100644 index 493d2ea..0000000 --- a/software/flow/node_modules/npm/node_modules/http-cache-semantics/LICENSE +++ /dev/null @@ -1,9 +0,0 @@ -Copyright 2016-2018 Kornel Lesiński - -Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - -1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/software/flow/node_modules/npm/node_modules/http-cache-semantics/index.js b/software/flow/node_modules/npm/node_modules/http-cache-semantics/index.js deleted file mode 100644 index 31fba48..0000000 --- a/software/flow/node_modules/npm/node_modules/http-cache-semantics/index.js +++ /dev/null @@ -1,674 +0,0 @@ -'use strict'; -// rfc7231 6.1 -const statusCodeCacheableByDefault = new Set([ - 200, - 203, - 204, - 206, - 300, - 301, - 308, - 404, - 405, - 410, - 414, - 501, -]); - -// This implementation does not understand partial responses (206) -const understoodStatuses = new Set([ - 200, - 203, - 204, - 300, - 301, - 302, - 303, - 307, - 308, - 404, - 405, - 410, - 414, - 501, -]); - -const errorStatusCodes = new Set([ - 500, - 502, - 503, - 504, -]); - -const hopByHopHeaders = { - date: true, // included, because we add Age update Date - connection: true, - 'keep-alive': true, - 'proxy-authenticate': true, - 'proxy-authorization': true, - te: true, - trailer: true, - 'transfer-encoding': true, - upgrade: true, -}; - -const excludedFromRevalidationUpdate = { - // Since the old body is reused, it doesn't make sense to change properties of the body - 'content-length': true, - 'content-encoding': true, - 'transfer-encoding': true, - 'content-range': true, -}; - -function toNumberOrZero(s) { - const n = parseInt(s, 10); - return isFinite(n) ? n : 0; -} - -// RFC 5861 -function isErrorResponse(response) { - // consider undefined response as faulty - if(!response) { - return true - } - return errorStatusCodes.has(response.status); -} - -function parseCacheControl(header) { - const cc = {}; - if (!header) return cc; - - // TODO: When there is more than one value present for a given directive (e.g., two Expires header fields, multiple Cache-Control: max-age directives), - // the directive's value is considered invalid. Caches are encouraged to consider responses that have invalid freshness information to be stale - const parts = header.trim().split(/,/); - for (const part of parts) { - const [k, v] = part.split(/=/, 2); - cc[k.trim()] = v === undefined ? true : v.trim().replace(/^"|"$/g, ''); - } - - return cc; -} - -function formatCacheControl(cc) { - let parts = []; - for (const k in cc) { - const v = cc[k]; - parts.push(v === true ? k : k + '=' + v); - } - if (!parts.length) { - return undefined; - } - return parts.join(', '); -} - -module.exports = class CachePolicy { - constructor( - req, - res, - { - shared, - cacheHeuristic, - immutableMinTimeToLive, - ignoreCargoCult, - _fromObject, - } = {} - ) { - if (_fromObject) { - this._fromObject(_fromObject); - return; - } - - if (!res || !res.headers) { - throw Error('Response headers missing'); - } - this._assertRequestHasHeaders(req); - - this._responseTime = this.now(); - this._isShared = shared !== false; - this._cacheHeuristic = - undefined !== cacheHeuristic ? cacheHeuristic : 0.1; // 10% matches IE - this._immutableMinTtl = - undefined !== immutableMinTimeToLive - ? immutableMinTimeToLive - : 24 * 3600 * 1000; - - this._status = 'status' in res ? res.status : 200; - this._resHeaders = res.headers; - this._rescc = parseCacheControl(res.headers['cache-control']); - this._method = 'method' in req ? req.method : 'GET'; - this._url = req.url; - this._host = req.headers.host; - this._noAuthorization = !req.headers.authorization; - this._reqHeaders = res.headers.vary ? req.headers : null; // Don't keep all request headers if they won't be used - this._reqcc = parseCacheControl(req.headers['cache-control']); - - // Assume that if someone uses legacy, non-standard uncecessary options they don't understand caching, - // so there's no point stricly adhering to the blindly copy&pasted directives. - if ( - ignoreCargoCult && - 'pre-check' in this._rescc && - 'post-check' in this._rescc - ) { - delete this._rescc['pre-check']; - delete this._rescc['post-check']; - delete this._rescc['no-cache']; - delete this._rescc['no-store']; - delete this._rescc['must-revalidate']; - this._resHeaders = Object.assign({}, this._resHeaders, { - 'cache-control': formatCacheControl(this._rescc), - }); - delete this._resHeaders.expires; - delete this._resHeaders.pragma; - } - - // When the Cache-Control header field is not present in a request, caches MUST consider the no-cache request pragma-directive - // as having the same effect as if "Cache-Control: no-cache" were present (see Section 5.2.1). - if ( - res.headers['cache-control'] == null && - /no-cache/.test(res.headers.pragma) - ) { - this._rescc['no-cache'] = true; - } - } - - now() { - return Date.now(); - } - - storable() { - // The "no-store" request directive indicates that a cache MUST NOT store any part of either this request or any response to it. - return !!( - !this._reqcc['no-store'] && - // A cache MUST NOT store a response to any request, unless: - // The request method is understood by the cache and defined as being cacheable, and - ('GET' === this._method || - 'HEAD' === this._method || - ('POST' === this._method && this._hasExplicitExpiration())) && - // the response status code is understood by the cache, and - understoodStatuses.has(this._status) && - // the "no-store" cache directive does not appear in request or response header fields, and - !this._rescc['no-store'] && - // the "private" response directive does not appear in the response, if the cache is shared, and - (!this._isShared || !this._rescc.private) && - // the Authorization header field does not appear in the request, if the cache is shared, - (!this._isShared || - this._noAuthorization || - this._allowsStoringAuthenticated()) && - // the response either: - // contains an Expires header field, or - (this._resHeaders.expires || - // contains a max-age response directive, or - // contains a s-maxage response directive and the cache is shared, or - // contains a public response directive. - this._rescc['max-age'] || - (this._isShared && this._rescc['s-maxage']) || - this._rescc.public || - // has a status code that is defined as cacheable by default - statusCodeCacheableByDefault.has(this._status)) - ); - } - - _hasExplicitExpiration() { - // 4.2.1 Calculating Freshness Lifetime - return ( - (this._isShared && this._rescc['s-maxage']) || - this._rescc['max-age'] || - this._resHeaders.expires - ); - } - - _assertRequestHasHeaders(req) { - if (!req || !req.headers) { - throw Error('Request headers missing'); - } - } - - satisfiesWithoutRevalidation(req) { - this._assertRequestHasHeaders(req); - - // When presented with a request, a cache MUST NOT reuse a stored response, unless: - // the presented request does not contain the no-cache pragma (Section 5.4), nor the no-cache cache directive, - // unless the stored response is successfully validated (Section 4.3), and - const requestCC = parseCacheControl(req.headers['cache-control']); - if (requestCC['no-cache'] || /no-cache/.test(req.headers.pragma)) { - return false; - } - - if (requestCC['max-age'] && this.age() > requestCC['max-age']) { - return false; - } - - if ( - requestCC['min-fresh'] && - this.timeToLive() < 1000 * requestCC['min-fresh'] - ) { - return false; - } - - // the stored response is either: - // fresh, or allowed to be served stale - if (this.stale()) { - const allowsStale = - requestCC['max-stale'] && - !this._rescc['must-revalidate'] && - (true === requestCC['max-stale'] || - requestCC['max-stale'] > this.age() - this.maxAge()); - if (!allowsStale) { - return false; - } - } - - return this._requestMatches(req, false); - } - - _requestMatches(req, allowHeadMethod) { - // The presented effective request URI and that of the stored response match, and - return ( - (!this._url || this._url === req.url) && - this._host === req.headers.host && - // the request method associated with the stored response allows it to be used for the presented request, and - (!req.method || - this._method === req.method || - (allowHeadMethod && 'HEAD' === req.method)) && - // selecting header fields nominated by the stored response (if any) match those presented, and - this._varyMatches(req) - ); - } - - _allowsStoringAuthenticated() { - // following Cache-Control response directives (Section 5.2.2) have such an effect: must-revalidate, public, and s-maxage. - return ( - this._rescc['must-revalidate'] || - this._rescc.public || - this._rescc['s-maxage'] - ); - } - - _varyMatches(req) { - if (!this._resHeaders.vary) { - return true; - } - - // A Vary header field-value of "*" always fails to match - if (this._resHeaders.vary === '*') { - return false; - } - - const fields = this._resHeaders.vary - .trim() - .toLowerCase() - .split(/\s*,\s*/); - for (const name of fields) { - if (req.headers[name] !== this._reqHeaders[name]) return false; - } - return true; - } - - _copyWithoutHopByHopHeaders(inHeaders) { - const headers = {}; - for (const name in inHeaders) { - if (hopByHopHeaders[name]) continue; - headers[name] = inHeaders[name]; - } - // 9.1. Connection - if (inHeaders.connection) { - const tokens = inHeaders.connection.trim().split(/\s*,\s*/); - for (const name of tokens) { - delete headers[name]; - } - } - if (headers.warning) { - const warnings = headers.warning.split(/,/).filter(warning => { - return !/^\s*1[0-9][0-9]/.test(warning); - }); - if (!warnings.length) { - delete headers.warning; - } else { - headers.warning = warnings.join(',').trim(); - } - } - return headers; - } - - responseHeaders() { - const headers = this._copyWithoutHopByHopHeaders(this._resHeaders); - const age = this.age(); - - // A cache SHOULD generate 113 warning if it heuristically chose a freshness - // lifetime greater than 24 hours and the response's age is greater than 24 hours. - if ( - age > 3600 * 24 && - !this._hasExplicitExpiration() && - this.maxAge() > 3600 * 24 - ) { - headers.warning = - (headers.warning ? `${headers.warning}, ` : '') + - '113 - "rfc7234 5.5.4"'; - } - headers.age = `${Math.round(age)}`; - headers.date = new Date(this.now()).toUTCString(); - return headers; - } - - /** - * Value of the Date response header or current time if Date was invalid - * @return timestamp - */ - date() { - const serverDate = Date.parse(this._resHeaders.date); - if (isFinite(serverDate)) { - return serverDate; - } - return this._responseTime; - } - - /** - * Value of the Age header, in seconds, updated for the current time. - * May be fractional. - * - * @return Number - */ - age() { - let age = this._ageValue(); - - const residentTime = (this.now() - this._responseTime) / 1000; - return age + residentTime; - } - - _ageValue() { - return toNumberOrZero(this._resHeaders.age); - } - - /** - * Value of applicable max-age (or heuristic equivalent) in seconds. This counts since response's `Date`. - * - * For an up-to-date value, see `timeToLive()`. - * - * @return Number - */ - maxAge() { - if (!this.storable() || this._rescc['no-cache']) { - return 0; - } - - // Shared responses with cookies are cacheable according to the RFC, but IMHO it'd be unwise to do so by default - // so this implementation requires explicit opt-in via public header - if ( - this._isShared && - (this._resHeaders['set-cookie'] && - !this._rescc.public && - !this._rescc.immutable) - ) { - return 0; - } - - if (this._resHeaders.vary === '*') { - return 0; - } - - if (this._isShared) { - if (this._rescc['proxy-revalidate']) { - return 0; - } - // if a response includes the s-maxage directive, a shared cache recipient MUST ignore the Expires field. - if (this._rescc['s-maxage']) { - return toNumberOrZero(this._rescc['s-maxage']); - } - } - - // If a response includes a Cache-Control field with the max-age directive, a recipient MUST ignore the Expires field. - if (this._rescc['max-age']) { - return toNumberOrZero(this._rescc['max-age']); - } - - const defaultMinTtl = this._rescc.immutable ? this._immutableMinTtl : 0; - - const serverDate = this.date(); - if (this._resHeaders.expires) { - const expires = Date.parse(this._resHeaders.expires); - // A cache recipient MUST interpret invalid date formats, especially the value "0", as representing a time in the past (i.e., "already expired"). - if (Number.isNaN(expires) || expires < serverDate) { - return 0; - } - return Math.max(defaultMinTtl, (expires - serverDate) / 1000); - } - - if (this._resHeaders['last-modified']) { - const lastModified = Date.parse(this._resHeaders['last-modified']); - if (isFinite(lastModified) && serverDate > lastModified) { - return Math.max( - defaultMinTtl, - ((serverDate - lastModified) / 1000) * this._cacheHeuristic - ); - } - } - - return defaultMinTtl; - } - - timeToLive() { - const age = this.maxAge() - this.age(); - const staleIfErrorAge = age + toNumberOrZero(this._rescc['stale-if-error']); - const staleWhileRevalidateAge = age + toNumberOrZero(this._rescc['stale-while-revalidate']); - return Math.max(0, age, staleIfErrorAge, staleWhileRevalidateAge) * 1000; - } - - stale() { - return this.maxAge() <= this.age(); - } - - _useStaleIfError() { - return this.maxAge() + toNumberOrZero(this._rescc['stale-if-error']) > this.age(); - } - - useStaleWhileRevalidate() { - return this.maxAge() + toNumberOrZero(this._rescc['stale-while-revalidate']) > this.age(); - } - - static fromObject(obj) { - return new this(undefined, undefined, { _fromObject: obj }); - } - - _fromObject(obj) { - if (this._responseTime) throw Error('Reinitialized'); - if (!obj || obj.v !== 1) throw Error('Invalid serialization'); - - this._responseTime = obj.t; - this._isShared = obj.sh; - this._cacheHeuristic = obj.ch; - this._immutableMinTtl = - obj.imm !== undefined ? obj.imm : 24 * 3600 * 1000; - this._status = obj.st; - this._resHeaders = obj.resh; - this._rescc = obj.rescc; - this._method = obj.m; - this._url = obj.u; - this._host = obj.h; - this._noAuthorization = obj.a; - this._reqHeaders = obj.reqh; - this._reqcc = obj.reqcc; - } - - toObject() { - return { - v: 1, - t: this._responseTime, - sh: this._isShared, - ch: this._cacheHeuristic, - imm: this._immutableMinTtl, - st: this._status, - resh: this._resHeaders, - rescc: this._rescc, - m: this._method, - u: this._url, - h: this._host, - a: this._noAuthorization, - reqh: this._reqHeaders, - reqcc: this._reqcc, - }; - } - - /** - * Headers for sending to the origin server to revalidate stale response. - * Allows server to return 304 to allow reuse of the previous response. - * - * Hop by hop headers are always stripped. - * Revalidation headers may be added or removed, depending on request. - */ - revalidationHeaders(incomingReq) { - this._assertRequestHasHeaders(incomingReq); - const headers = this._copyWithoutHopByHopHeaders(incomingReq.headers); - - // This implementation does not understand range requests - delete headers['if-range']; - - if (!this._requestMatches(incomingReq, true) || !this.storable()) { - // revalidation allowed via HEAD - // not for the same resource, or wasn't allowed to be cached anyway - delete headers['if-none-match']; - delete headers['if-modified-since']; - return headers; - } - - /* MUST send that entity-tag in any cache validation request (using If-Match or If-None-Match) if an entity-tag has been provided by the origin server. */ - if (this._resHeaders.etag) { - headers['if-none-match'] = headers['if-none-match'] - ? `${headers['if-none-match']}, ${this._resHeaders.etag}` - : this._resHeaders.etag; - } - - // Clients MAY issue simple (non-subrange) GET requests with either weak validators or strong validators. Clients MUST NOT use weak validators in other forms of request. - const forbidsWeakValidators = - headers['accept-ranges'] || - headers['if-match'] || - headers['if-unmodified-since'] || - (this._method && this._method != 'GET'); - - /* SHOULD send the Last-Modified value in non-subrange cache validation requests (using If-Modified-Since) if only a Last-Modified value has been provided by the origin server. - Note: This implementation does not understand partial responses (206) */ - if (forbidsWeakValidators) { - delete headers['if-modified-since']; - - if (headers['if-none-match']) { - const etags = headers['if-none-match'] - .split(/,/) - .filter(etag => { - return !/^\s*W\//.test(etag); - }); - if (!etags.length) { - delete headers['if-none-match']; - } else { - headers['if-none-match'] = etags.join(',').trim(); - } - } - } else if ( - this._resHeaders['last-modified'] && - !headers['if-modified-since'] - ) { - headers['if-modified-since'] = this._resHeaders['last-modified']; - } - - return headers; - } - - /** - * Creates new CachePolicy with information combined from the previews response, - * and the new revalidation response. - * - * Returns {policy, modified} where modified is a boolean indicating - * whether the response body has been modified, and old cached body can't be used. - * - * @return {Object} {policy: CachePolicy, modified: Boolean} - */ - revalidatedPolicy(request, response) { - this._assertRequestHasHeaders(request); - if(this._useStaleIfError() && isErrorResponse(response)) { // I consider the revalidation request unsuccessful - return { - modified: false, - matches: false, - policy: this, - }; - } - if (!response || !response.headers) { - throw Error('Response headers missing'); - } - - // These aren't going to be supported exactly, since one CachePolicy object - // doesn't know about all the other cached objects. - let matches = false; - if (response.status !== undefined && response.status != 304) { - matches = false; - } else if ( - response.headers.etag && - !/^\s*W\//.test(response.headers.etag) - ) { - // "All of the stored responses with the same strong validator are selected. - // If none of the stored responses contain the same strong validator, - // then the cache MUST NOT use the new response to update any stored responses." - matches = - this._resHeaders.etag && - this._resHeaders.etag.replace(/^\s*W\//, '') === - response.headers.etag; - } else if (this._resHeaders.etag && response.headers.etag) { - // "If the new response contains a weak validator and that validator corresponds - // to one of the cache's stored responses, - // then the most recent of those matching stored responses is selected for update." - matches = - this._resHeaders.etag.replace(/^\s*W\//, '') === - response.headers.etag.replace(/^\s*W\//, ''); - } else if (this._resHeaders['last-modified']) { - matches = - this._resHeaders['last-modified'] === - response.headers['last-modified']; - } else { - // If the new response does not include any form of validator (such as in the case where - // a client generates an If-Modified-Since request from a source other than the Last-Modified - // response header field), and there is only one stored response, and that stored response also - // lacks a validator, then that stored response is selected for update. - if ( - !this._resHeaders.etag && - !this._resHeaders['last-modified'] && - !response.headers.etag && - !response.headers['last-modified'] - ) { - matches = true; - } - } - - if (!matches) { - return { - policy: new this.constructor(request, response), - // Client receiving 304 without body, even if it's invalid/mismatched has no option - // but to reuse a cached body. We don't have a good way to tell clients to do - // error recovery in such case. - modified: response.status != 304, - matches: false, - }; - } - - // use other header fields provided in the 304 (Not Modified) response to replace all instances - // of the corresponding header fields in the stored response. - const headers = {}; - for (const k in this._resHeaders) { - headers[k] = - k in response.headers && !excludedFromRevalidationUpdate[k] - ? response.headers[k] - : this._resHeaders[k]; - } - - const newResponse = Object.assign({}, response, { - status: this._status, - method: this._method, - headers, - }); - return { - policy: new this.constructor(request, newResponse, { - shared: this._isShared, - cacheHeuristic: this._cacheHeuristic, - immutableMinTimeToLive: this._immutableMinTtl, - }), - modified: false, - matches: true, - }; - } -}; diff --git a/software/flow/node_modules/npm/node_modules/http-cache-semantics/package.json b/software/flow/node_modules/npm/node_modules/http-cache-semantics/package.json deleted file mode 100644 index defbb04..0000000 --- a/software/flow/node_modules/npm/node_modules/http-cache-semantics/package.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "name": "http-cache-semantics", - "version": "4.1.1", - "description": "Parses Cache-Control and other headers. Helps building correct HTTP caches and proxies", - "repository": "https://github.com/kornelski/http-cache-semantics.git", - "main": "index.js", - "scripts": { - "test": "mocha" - }, - "files": [ - "index.js" - ], - "author": "Kornel Lesiński <kornel@geekhood.net> (https://kornel.ski/)", - "license": "BSD-2-Clause", - "devDependencies": { - "mocha": "^10.0" - } -} diff --git a/software/flow/node_modules/npm/node_modules/http-proxy-agent/dist/agent.d.ts b/software/flow/node_modules/npm/node_modules/http-proxy-agent/dist/agent.d.ts deleted file mode 100644 index 3f043f7..0000000 --- a/software/flow/node_modules/npm/node_modules/http-proxy-agent/dist/agent.d.ts +++ /dev/null @@ -1,32 +0,0 @@ -/// <reference types="node" /> -import net from 'net'; -import { Agent, ClientRequest, RequestOptions } from 'agent-base'; -import { HttpProxyAgentOptions } from '.'; -interface HttpProxyAgentClientRequest extends ClientRequest { - path: string; - output?: string[]; - outputData?: { - data: string; - }[]; - _header?: string | null; - _implicitHeader(): void; -} -/** - * The `HttpProxyAgent` implements an HTTP Agent subclass that connects - * to the specified "HTTP proxy server" in order to proxy HTTP requests. - * - * @api public - */ -export default class HttpProxyAgent extends Agent { - private secureProxy; - private proxy; - constructor(_opts: string | HttpProxyAgentOptions); - /** - * Called when the node-core HTTP client library is creating a - * new HTTP request. - * - * @api protected - */ - callback(req: HttpProxyAgentClientRequest, opts: RequestOptions): Promise<net.Socket>; -} -export {}; diff --git a/software/flow/node_modules/npm/node_modules/http-proxy-agent/dist/agent.js b/software/flow/node_modules/npm/node_modules/http-proxy-agent/dist/agent.js deleted file mode 100644 index aca8280..0000000 --- a/software/flow/node_modules/npm/node_modules/http-proxy-agent/dist/agent.js +++ /dev/null @@ -1,145 +0,0 @@ -"use strict"; -var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { - function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } - return new (P || (P = Promise))(function (resolve, reject) { - function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } } - function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } } - function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } - step((generator = generator.apply(thisArg, _arguments || [])).next()); - }); -}; -var __importDefault = (this && this.__importDefault) || function (mod) { - return (mod && mod.__esModule) ? mod : { "default": mod }; -}; -Object.defineProperty(exports, "__esModule", { value: true }); -const net_1 = __importDefault(require("net")); -const tls_1 = __importDefault(require("tls")); -const url_1 = __importDefault(require("url")); -const debug_1 = __importDefault(require("debug")); -const once_1 = __importDefault(require("@tootallnate/once")); -const agent_base_1 = require("agent-base"); -const debug = (0, debug_1.default)('http-proxy-agent'); -function isHTTPS(protocol) { - return typeof protocol === 'string' ? /^https:?$/i.test(protocol) : false; -} -/** - * The `HttpProxyAgent` implements an HTTP Agent subclass that connects - * to the specified "HTTP proxy server" in order to proxy HTTP requests. - * - * @api public - */ -class HttpProxyAgent extends agent_base_1.Agent { - constructor(_opts) { - let opts; - if (typeof _opts === 'string') { - opts = url_1.default.parse(_opts); - } - else { - opts = _opts; - } - if (!opts) { - throw new Error('an HTTP(S) proxy server `host` and `port` must be specified!'); - } - debug('Creating new HttpProxyAgent instance: %o', opts); - super(opts); - const proxy = Object.assign({}, opts); - // If `true`, then connect to the proxy server over TLS. - // Defaults to `false`. - this.secureProxy = opts.secureProxy || isHTTPS(proxy.protocol); - // Prefer `hostname` over `host`, and set the `port` if needed. - proxy.host = proxy.hostname || proxy.host; - if (typeof proxy.port === 'string') { - proxy.port = parseInt(proxy.port, 10); - } - if (!proxy.port && proxy.host) { - proxy.port = this.secureProxy ? 443 : 80; - } - if (proxy.host && proxy.path) { - // If both a `host` and `path` are specified then it's most likely - // the result of a `url.parse()` call... we need to remove the - // `path` portion so that `net.connect()` doesn't attempt to open - // that as a Unix socket file. - delete proxy.path; - delete proxy.pathname; - } - this.proxy = proxy; - } - /** - * Called when the node-core HTTP client library is creating a - * new HTTP request. - * - * @api protected - */ - callback(req, opts) { - return __awaiter(this, void 0, void 0, function* () { - const { proxy, secureProxy } = this; - const parsed = url_1.default.parse(req.path); - if (!parsed.protocol) { - parsed.protocol = 'http:'; - } - if (!parsed.hostname) { - parsed.hostname = opts.hostname || opts.host || null; - } - if (parsed.port == null && typeof opts.port) { - parsed.port = String(opts.port); - } - if (parsed.port === '80') { - // if port is 80, then we can remove the port so that the - // ":80" portion is not on the produced URL - parsed.port = ''; - } - // Change the `http.ClientRequest` instance's "path" field - // to the absolute path of the URL that will be requested. - req.path = url_1.default.format(parsed); - // Inject the `Proxy-Authorization` header if necessary. - if (proxy.auth) { - req.setHeader('Proxy-Authorization', `Basic ${Buffer.from(proxy.auth).toString('base64')}`); - } - // Create a socket connection to the proxy server. - let socket; - if (secureProxy) { - debug('Creating `tls.Socket`: %o', proxy); - socket = tls_1.default.connect(proxy); - } - else { - debug('Creating `net.Socket`: %o', proxy); - socket = net_1.default.connect(proxy); - } - // At this point, the http ClientRequest's internal `_header` field - // might have already been set. If this is the case then we'll need - // to re-generate the string since we just changed the `req.path`. - if (req._header) { - let first; - let endOfHeaders; - debug('Regenerating stored HTTP header string for request'); - req._header = null; - req._implicitHeader(); - if (req.output && req.output.length > 0) { - // Node < 12 - debug('Patching connection write() output buffer with updated header'); - first = req.output[0]; - endOfHeaders = first.indexOf('\r\n\r\n') + 4; - req.output[0] = req._header + first.substring(endOfHeaders); - debug('Output buffer: %o', req.output); - } - else if (req.outputData && req.outputData.length > 0) { - // Node >= 12 - debug('Patching connection write() output buffer with updated header'); - first = req.outputData[0].data; - endOfHeaders = first.indexOf('\r\n\r\n') + 4; - req.outputData[0].data = - req._header + first.substring(endOfHeaders); - debug('Output buffer: %o', req.outputData[0].data); - } - } - // Wait for the socket's `connect` event, so that this `callback()` - // function throws instead of the `http` request machinery. This is - // important for i.e. `PacProxyAgent` which determines a failed proxy - // connection via the `callback()` function throwing. - yield (0, once_1.default)(socket, 'connect'); - return socket; - }); - } -} -exports.default = HttpProxyAgent; -//# sourceMappingURL=agent.js.map \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/http-proxy-agent/dist/agent.js.map b/software/flow/node_modules/npm/node_modules/http-proxy-agent/dist/agent.js.map deleted file mode 100644 index bd3b56a..0000000 --- a/software/flow/node_modules/npm/node_modules/http-proxy-agent/dist/agent.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"agent.js","sourceRoot":"","sources":["../src/agent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,8CAAsB;AACtB,8CAAsB;AACtB,8CAAsB;AACtB,kDAAgC;AAChC,6DAAqC;AACrC,2CAAkE;AAGlE,MAAM,KAAK,GAAG,IAAA,eAAW,EAAC,kBAAkB,CAAC,CAAC;AAY9C,SAAS,OAAO,CAAC,QAAwB;IACxC,OAAO,OAAO,QAAQ,KAAK,QAAQ,CAAC,CAAC,CAAC,YAAY,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC;AAC3E,CAAC;AAED;;;;;GAKG;AACH,MAAqB,cAAe,SAAQ,kBAAK;IAIhD,YAAY,KAAqC;QAChD,IAAI,IAA2B,CAAC;QAChC,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE;YAC9B,IAAI,GAAG,aAAG,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;SACxB;aAAM;YACN,IAAI,GAAG,KAAK,CAAC;SACb;QACD,IAAI,CAAC,IAAI,EAAE;YACV,MAAM,IAAI,KAAK,CACd,8DAA8D,CAC9D,CAAC;SACF;QACD,KAAK,CAAC,0CAA0C,EAAE,IAAI,CAAC,CAAC;QACxD,KAAK,CAAC,IAAI,CAAC,CAAC;QAEZ,MAAM,KAAK,qBAA+B,IAAI,CAAE,CAAC;QAEjD,wDAAwD;QACxD,uBAAuB;QACvB,IAAI,CAAC,WAAW,GAAG,IAAI,CAAC,WAAW,IAAI,OAAO,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC;QAE/D,+DAA+D;QAC/D,KAAK,CAAC,IAAI,GAAG,KAAK,CAAC,QAAQ,IAAI,KAAK,CAAC,IAAI,CAAC;QAC1C,IAAI,OAAO,KAAK,CAAC,IAAI,KAAK,QAAQ,EAAE;YACnC,KAAK,CAAC,IAAI,GAAG,QAAQ,CAAC,KAAK,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC;SACtC;QACD,IAAI,CAAC,KAAK,CAAC,IAAI,IAAI,KAAK,CAAC,IAAI,EAAE;YAC9B,KAAK,CAAC,IAAI,GAAG,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC;SACzC;QAED,IAAI,KAAK,CAAC,IAAI,IAAI,KAAK,CAAC,IAAI,EAAE;YAC7B,kEAAkE;YAClE,8DAA8D;YAC9D,iEAAiE;YACjE,8BAA8B;YAC9B,OAAO,KAAK,CAAC,IAAI,CAAC;YAClB,OAAO,KAAK,CAAC,QAAQ,CAAC;SACtB;QAED,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC;IACpB,CAAC;IAED;;;;;OAKG;IACG,QAAQ,CACb,GAAgC,EAChC,IAAoB;;YAEpB,MAAM,EAAE,KAAK,EAAE,WAAW,EAAE,GAAG,IAAI,CAAC;YACpC,MAAM,MAAM,GAAG,aAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;YAEnC,IAAI,CAAC,MAAM,CAAC,QAAQ,EAAE;gBACrB,MAAM,CAAC,QAAQ,GAAG,OAAO,CAAC;aAC1B;YAED,IAAI,CAAC,MAAM,CAAC,QAAQ,EAAE;gBACrB,MAAM,CAAC,QAAQ,GAAG,IAAI,CAAC,QAAQ,IAAI,IAAI,CAAC,IAAI,IAAI,IAAI,CAAC;aACrD;YAED,IAAI,MAAM,CAAC,IAAI,IAAI,IAAI,IAAI,OAAO,IAAI,CAAC,IAAI,EAAE;gBAC5C,MAAM,CAAC,IAAI,GAAG,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;aAChC;YAED,IAAI,MAAM,CAAC,IAAI,KAAK,IAAI,EAAE;gBACzB,yDAAyD;gBACzD,2CAA2C;gBAC3C,MAAM,CAAC,IAAI,GAAG,EAAE,CAAC;aACjB;YAED,0DAA0D;YAC1D,0DAA0D;YAC1D,GAAG,CAAC,IAAI,GAAG,aAAG,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;YAE9B,wDAAwD;YACxD,IAAI,KAAK,CAAC,IAAI,EAAE;gBACf,GAAG,CAAC,SAAS,CACZ,qBAAqB,EACrB,SAAS,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,QAAQ,CAAC,EAAE,CACrD,CAAC;aACF;YAED,kDAAkD;YAClD,IAAI,MAAkB,CAAC;YACvB,IAAI,WAAW,EAAE;gBAChB,KAAK,CAAC,2BAA2B,EAAE,KAAK,CAAC,CAAC;gBAC1C,MAAM,GAAG,aAAG,CAAC,OAAO,CAAC,KAA8B,CAAC,CAAC;aACrD;iBAAM;gBACN,KAAK,CAAC,2BAA2B,EAAE,KAAK,CAAC,CAAC;gBAC1C,MAAM,GAAG,aAAG,CAAC,OAAO,CAAC,KAA2B,CAAC,CAAC;aAClD;YAED,mEAAmE;YACnE,mEAAmE;YACnE,kEAAkE;YAClE,IAAI,GAAG,CAAC,OAAO,EAAE;gBAChB,IAAI,KAAa,CAAC;gBAClB,IAAI,YAAoB,CAAC;gBACzB,KAAK,CAAC,oDAAoD,CAAC,CAAC;gBAC5D,GAAG,CAAC,OAAO,GAAG,IAAI,CAAC;gBACnB,GAAG,CAAC,eAAe,EAAE,CAAC;gBACtB,IAAI,GAAG,CAAC,MAAM,IAAI,GAAG,CAAC,MAAM,CAAC,MAAM,GAAG,CAAC,EAAE;oBACxC,YAAY;oBACZ,KAAK,CACJ,+DAA+D,CAC/D,CAAC;oBACF,KAAK,GAAG,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC;oBACtB,YAAY,GAAG,KAAK,CAAC,OAAO,CAAC,UAAU,CAAC,GAAG,CAAC,CAAC;oBAC7C,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,GAAG,GAAG,CAAC,OAAO,GAAG,KAAK,CAAC,SAAS,CAAC,YAAY,CAAC,CAAC;oBAC5D,KAAK,CAAC,mBAAmB,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;iBACvC;qBAAM,IAAI,GAAG,CAAC,UAAU,IAAI,GAAG,CAAC,UAAU,CAAC,MAAM,GAAG,CAAC,EAAE;oBACvD,aAAa;oBACb,KAAK,CACJ,+DAA+D,CAC/D,CAAC;oBACF,KAAK,GAAG,GAAG,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC;oBAC/B,YAAY,GAAG,KAAK,CAAC,OAAO,CAAC,UAAU,CAAC,GAAG,CAAC,CAAC;oBAC7C,GAAG,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,IAAI;wBACrB,GAAG,CAAC,OAAO,GAAG,KAAK,CAAC,SAAS,CAAC,YAAY,CAAC,CAAC;oBAC7C,KAAK,CAAC,mBAAmB,EAAE,GAAG,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC;iBACnD;aACD;YAED,mEAAmE;YACnE,mEAAmE;YACnE,qEAAqE;YACrE,qDAAqD;YACrD,MAAM,IAAA,cAAI,EAAC,MAAM,EAAE,SAAS,CAAC,CAAC;YAE9B,OAAO,MAAM,CAAC;QACf,CAAC;KAAA;CACD;AA1ID,iCA0IC"} \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/http-proxy-agent/dist/index.d.ts b/software/flow/node_modules/npm/node_modules/http-proxy-agent/dist/index.d.ts deleted file mode 100644 index 24bdb52..0000000 --- a/software/flow/node_modules/npm/node_modules/http-proxy-agent/dist/index.d.ts +++ /dev/null @@ -1,21 +0,0 @@ -/// <reference types="node" /> -import net from 'net'; -import tls from 'tls'; -import { Url } from 'url'; -import { AgentOptions } from 'agent-base'; -import _HttpProxyAgent from './agent'; -declare function createHttpProxyAgent(opts: string | createHttpProxyAgent.HttpProxyAgentOptions): _HttpProxyAgent; -declare namespace createHttpProxyAgent { - interface BaseHttpProxyAgentOptions { - secureProxy?: boolean; - host?: string | null; - path?: string | null; - port?: string | number | null; - } - export interface HttpProxyAgentOptions extends AgentOptions, BaseHttpProxyAgentOptions, Partial<Omit<Url & net.NetConnectOpts & tls.ConnectionOptions, keyof BaseHttpProxyAgentOptions>> { - } - export type HttpProxyAgent = _HttpProxyAgent; - export const HttpProxyAgent: typeof _HttpProxyAgent; - export {}; -} -export = createHttpProxyAgent; diff --git a/software/flow/node_modules/npm/node_modules/http-proxy-agent/dist/index.js b/software/flow/node_modules/npm/node_modules/http-proxy-agent/dist/index.js deleted file mode 100644 index 0a71180..0000000 --- a/software/flow/node_modules/npm/node_modules/http-proxy-agent/dist/index.js +++ /dev/null @@ -1,14 +0,0 @@ -"use strict"; -var __importDefault = (this && this.__importDefault) || function (mod) { - return (mod && mod.__esModule) ? mod : { "default": mod }; -}; -const agent_1 = __importDefault(require("./agent")); -function createHttpProxyAgent(opts) { - return new agent_1.default(opts); -} -(function (createHttpProxyAgent) { - createHttpProxyAgent.HttpProxyAgent = agent_1.default; - createHttpProxyAgent.prototype = agent_1.default.prototype; -})(createHttpProxyAgent || (createHttpProxyAgent = {})); -module.exports = createHttpProxyAgent; -//# sourceMappingURL=index.js.map \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/http-proxy-agent/dist/index.js.map b/software/flow/node_modules/npm/node_modules/http-proxy-agent/dist/index.js.map deleted file mode 100644 index e07dae5..0000000 --- a/software/flow/node_modules/npm/node_modules/http-proxy-agent/dist/index.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;AAIA,oDAAsC;AAEtC,SAAS,oBAAoB,CAC5B,IAAyD;IAEzD,OAAO,IAAI,eAAe,CAAC,IAAI,CAAC,CAAC;AAClC,CAAC;AAED,WAAU,oBAAoB;IAmBhB,mCAAc,GAAG,eAAe,CAAC;IAE9C,oBAAoB,CAAC,SAAS,GAAG,eAAe,CAAC,SAAS,CAAC;AAC5D,CAAC,EAtBS,oBAAoB,KAApB,oBAAoB,QAsB7B;AAED,iBAAS,oBAAoB,CAAC"} \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/http-proxy-agent/package.json b/software/flow/node_modules/npm/node_modules/http-proxy-agent/package.json deleted file mode 100644 index 659d6e1..0000000 --- a/software/flow/node_modules/npm/node_modules/http-proxy-agent/package.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "name": "http-proxy-agent", - "version": "5.0.0", - "description": "An HTTP(s) proxy `http.Agent` implementation for HTTP", - "main": "./dist/index.js", - "types": "./dist/index.d.ts", - "files": [ - "dist" - ], - "scripts": { - "prebuild": "rimraf dist", - "build": "tsc", - "test": "mocha", - "test-lint": "eslint src --ext .js,.ts", - "prepublishOnly": "npm run build" - }, - "repository": { - "type": "git", - "url": "git://github.com/TooTallNate/node-http-proxy-agent.git" - }, - "keywords": [ - "http", - "proxy", - "endpoint", - "agent" - ], - "author": "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/)", - "license": "MIT", - "bugs": { - "url": "https://github.com/TooTallNate/node-http-proxy-agent/issues" - }, - "dependencies": { - "@tootallnate/once": "2", - "agent-base": "6", - "debug": "4" - }, - "devDependencies": { - "@types/debug": "4", - "@types/node": "^12.19.2", - "@typescript-eslint/eslint-plugin": "1.6.0", - "@typescript-eslint/parser": "1.1.0", - "eslint": "5.16.0", - "eslint-config-airbnb": "17.1.0", - "eslint-config-prettier": "4.1.0", - "eslint-import-resolver-typescript": "1.1.1", - "eslint-plugin-import": "2.16.0", - "eslint-plugin-jsx-a11y": "6.2.1", - "eslint-plugin-react": "7.12.4", - "mocha": "^6.2.2", - "proxy": "1", - "rimraf": "^3.0.0", - "typescript": "^4.4.3" - }, - "engines": { - "node": ">= 6" - } -} diff --git a/software/flow/node_modules/npm/node_modules/https-proxy-agent/dist/agent.d.ts b/software/flow/node_modules/npm/node_modules/https-proxy-agent/dist/agent.d.ts deleted file mode 100644 index 4f1c636..0000000 --- a/software/flow/node_modules/npm/node_modules/https-proxy-agent/dist/agent.d.ts +++ /dev/null @@ -1,30 +0,0 @@ -/// <reference types="node" /> -import net from 'net'; -import { Agent, ClientRequest, RequestOptions } from 'agent-base'; -import { HttpsProxyAgentOptions } from '.'; -/** - * The `HttpsProxyAgent` implements an HTTP Agent subclass that connects to - * the specified "HTTP(s) proxy server" in order to proxy HTTPS requests. - * - * Outgoing HTTP requests are first tunneled through the proxy server using the - * `CONNECT` HTTP request method to establish a connection to the proxy server, - * and then the proxy server connects to the destination target and issues the - * HTTP request from the proxy server. - * - * `https:` requests have their socket connection upgraded to TLS once - * the connection to the proxy server has been established. - * - * @api public - */ -export default class HttpsProxyAgent extends Agent { - private secureProxy; - private proxy; - constructor(_opts: string | HttpsProxyAgentOptions); - /** - * Called when the node-core HTTP client library is creating a - * new HTTP request. - * - * @api protected - */ - callback(req: ClientRequest, opts: RequestOptions): Promise<net.Socket>; -} diff --git a/software/flow/node_modules/npm/node_modules/https-proxy-agent/dist/agent.js b/software/flow/node_modules/npm/node_modules/https-proxy-agent/dist/agent.js deleted file mode 100644 index 75d1136..0000000 --- a/software/flow/node_modules/npm/node_modules/https-proxy-agent/dist/agent.js +++ /dev/null @@ -1,177 +0,0 @@ -"use strict"; -var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { - function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } - return new (P || (P = Promise))(function (resolve, reject) { - function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } } - function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } } - function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } - step((generator = generator.apply(thisArg, _arguments || [])).next()); - }); -}; -var __importDefault = (this && this.__importDefault) || function (mod) { - return (mod && mod.__esModule) ? mod : { "default": mod }; -}; -Object.defineProperty(exports, "__esModule", { value: true }); -const net_1 = __importDefault(require("net")); -const tls_1 = __importDefault(require("tls")); -const url_1 = __importDefault(require("url")); -const assert_1 = __importDefault(require("assert")); -const debug_1 = __importDefault(require("debug")); -const agent_base_1 = require("agent-base"); -const parse_proxy_response_1 = __importDefault(require("./parse-proxy-response")); -const debug = debug_1.default('https-proxy-agent:agent'); -/** - * The `HttpsProxyAgent` implements an HTTP Agent subclass that connects to - * the specified "HTTP(s) proxy server" in order to proxy HTTPS requests. - * - * Outgoing HTTP requests are first tunneled through the proxy server using the - * `CONNECT` HTTP request method to establish a connection to the proxy server, - * and then the proxy server connects to the destination target and issues the - * HTTP request from the proxy server. - * - * `https:` requests have their socket connection upgraded to TLS once - * the connection to the proxy server has been established. - * - * @api public - */ -class HttpsProxyAgent extends agent_base_1.Agent { - constructor(_opts) { - let opts; - if (typeof _opts === 'string') { - opts = url_1.default.parse(_opts); - } - else { - opts = _opts; - } - if (!opts) { - throw new Error('an HTTP(S) proxy server `host` and `port` must be specified!'); - } - debug('creating new HttpsProxyAgent instance: %o', opts); - super(opts); - const proxy = Object.assign({}, opts); - // If `true`, then connect to the proxy server over TLS. - // Defaults to `false`. - this.secureProxy = opts.secureProxy || isHTTPS(proxy.protocol); - // Prefer `hostname` over `host`, and set the `port` if needed. - proxy.host = proxy.hostname || proxy.host; - if (typeof proxy.port === 'string') { - proxy.port = parseInt(proxy.port, 10); - } - if (!proxy.port && proxy.host) { - proxy.port = this.secureProxy ? 443 : 80; - } - // ALPN is supported by Node.js >= v5. - // attempt to negotiate http/1.1 for proxy servers that support http/2 - if (this.secureProxy && !('ALPNProtocols' in proxy)) { - proxy.ALPNProtocols = ['http 1.1']; - } - if (proxy.host && proxy.path) { - // If both a `host` and `path` are specified then it's most likely - // the result of a `url.parse()` call... we need to remove the - // `path` portion so that `net.connect()` doesn't attempt to open - // that as a Unix socket file. - delete proxy.path; - delete proxy.pathname; - } - this.proxy = proxy; - } - /** - * Called when the node-core HTTP client library is creating a - * new HTTP request. - * - * @api protected - */ - callback(req, opts) { - return __awaiter(this, void 0, void 0, function* () { - const { proxy, secureProxy } = this; - // Create a socket connection to the proxy server. - let socket; - if (secureProxy) { - debug('Creating `tls.Socket`: %o', proxy); - socket = tls_1.default.connect(proxy); - } - else { - debug('Creating `net.Socket`: %o', proxy); - socket = net_1.default.connect(proxy); - } - const headers = Object.assign({}, proxy.headers); - const hostname = `${opts.host}:${opts.port}`; - let payload = `CONNECT ${hostname} HTTP/1.1\r\n`; - // Inject the `Proxy-Authorization` header if necessary. - if (proxy.auth) { - headers['Proxy-Authorization'] = `Basic ${Buffer.from(proxy.auth).toString('base64')}`; - } - // The `Host` header should only include the port - // number when it is not the default port. - let { host, port, secureEndpoint } = opts; - if (!isDefaultPort(port, secureEndpoint)) { - host += `:${port}`; - } - headers.Host = host; - headers.Connection = 'close'; - for (const name of Object.keys(headers)) { - payload += `${name}: ${headers[name]}\r\n`; - } - const proxyResponsePromise = parse_proxy_response_1.default(socket); - socket.write(`${payload}\r\n`); - const { statusCode, buffered } = yield proxyResponsePromise; - if (statusCode === 200) { - req.once('socket', resume); - if (opts.secureEndpoint) { - // The proxy is connecting to a TLS server, so upgrade - // this socket connection to a TLS connection. - debug('Upgrading socket connection to TLS'); - const servername = opts.servername || opts.host; - return tls_1.default.connect(Object.assign(Object.assign({}, omit(opts, 'host', 'hostname', 'path', 'port')), { socket, - servername })); - } - return socket; - } - // Some other status code that's not 200... need to re-play the HTTP - // header "data" events onto the socket once the HTTP machinery is - // attached so that the node core `http` can parse and handle the - // error status code. - // Close the original socket, and a new "fake" socket is returned - // instead, so that the proxy doesn't get the HTTP request - // written to it (which may contain `Authorization` headers or other - // sensitive data). - // - // See: https://hackerone.com/reports/541502 - socket.destroy(); - const fakeSocket = new net_1.default.Socket({ writable: false }); - fakeSocket.readable = true; - // Need to wait for the "socket" event to re-play the "data" events. - req.once('socket', (s) => { - debug('replaying proxy buffer for failed request'); - assert_1.default(s.listenerCount('data') > 0); - // Replay the "buffered" Buffer onto the fake `socket`, since at - // this point the HTTP module machinery has been hooked up for - // the user. - s.push(buffered); - s.push(null); - }); - return fakeSocket; - }); - } -} -exports.default = HttpsProxyAgent; -function resume(socket) { - socket.resume(); -} -function isDefaultPort(port, secure) { - return Boolean((!secure && port === 80) || (secure && port === 443)); -} -function isHTTPS(protocol) { - return typeof protocol === 'string' ? /^https:?$/i.test(protocol) : false; -} -function omit(obj, ...keys) { - const ret = {}; - let key; - for (key in obj) { - if (!keys.includes(key)) { - ret[key] = obj[key]; - } - } - return ret; -} -//# sourceMappingURL=agent.js.map \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/https-proxy-agent/dist/agent.js.map b/software/flow/node_modules/npm/node_modules/https-proxy-agent/dist/agent.js.map deleted file mode 100644 index 0af6c17..0000000 --- a/software/flow/node_modules/npm/node_modules/https-proxy-agent/dist/agent.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"agent.js","sourceRoot":"","sources":["../src/agent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,8CAAsB;AACtB,8CAAsB;AACtB,8CAAsB;AACtB,oDAA4B;AAC5B,kDAAgC;AAEhC,2CAAkE;AAElE,kFAAwD;AAExD,MAAM,KAAK,GAAG,eAAW,CAAC,yBAAyB,CAAC,CAAC;AAErD;;;;;;;;;;;;;GAaG;AACH,MAAqB,eAAgB,SAAQ,kBAAK;IAIjD,YAAY,KAAsC;QACjD,IAAI,IAA4B,CAAC;QACjC,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE;YAC9B,IAAI,GAAG,aAAG,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;SACxB;aAAM;YACN,IAAI,GAAG,KAAK,CAAC;SACb;QACD,IAAI,CAAC,IAAI,EAAE;YACV,MAAM,IAAI,KAAK,CACd,8DAA8D,CAC9D,CAAC;SACF;QACD,KAAK,CAAC,2CAA2C,EAAE,IAAI,CAAC,CAAC;QACzD,KAAK,CAAC,IAAI,CAAC,CAAC;QAEZ,MAAM,KAAK,qBAAgC,IAAI,CAAE,CAAC;QAElD,wDAAwD;QACxD,uBAAuB;QACvB,IAAI,CAAC,WAAW,GAAG,IAAI,CAAC,WAAW,IAAI,OAAO,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC;QAE/D,+DAA+D;QAC/D,KAAK,CAAC,IAAI,GAAG,KAAK,CAAC,QAAQ,IAAI,KAAK,CAAC,IAAI,CAAC;QAC1C,IAAI,OAAO,KAAK,CAAC,IAAI,KAAK,QAAQ,EAAE;YACnC,KAAK,CAAC,IAAI,GAAG,QAAQ,CAAC,KAAK,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC;SACtC;QACD,IAAI,CAAC,KAAK,CAAC,IAAI,IAAI,KAAK,CAAC,IAAI,EAAE;YAC9B,KAAK,CAAC,IAAI,GAAG,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC;SACzC;QAED,sCAAsC;QACtC,sEAAsE;QACtE,IAAI,IAAI,CAAC,WAAW,IAAI,CAAC,CAAC,eAAe,IAAI,KAAK,CAAC,EAAE;YACpD,KAAK,CAAC,aAAa,GAAG,CAAC,UAAU,CAAC,CAAC;SACnC;QAED,IAAI,KAAK,CAAC,IAAI,IAAI,KAAK,CAAC,IAAI,EAAE;YAC7B,kEAAkE;YAClE,8DAA8D;YAC9D,iEAAiE;YACjE,8BAA8B;YAC9B,OAAO,KAAK,CAAC,IAAI,CAAC;YAClB,OAAO,KAAK,CAAC,QAAQ,CAAC;SACtB;QAED,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC;IACpB,CAAC;IAED;;;;;OAKG;IACG,QAAQ,CACb,GAAkB,EAClB,IAAoB;;YAEpB,MAAM,EAAE,KAAK,EAAE,WAAW,EAAE,GAAG,IAAI,CAAC;YAEpC,kDAAkD;YAClD,IAAI,MAAkB,CAAC;YACvB,IAAI,WAAW,EAAE;gBAChB,KAAK,CAAC,2BAA2B,EAAE,KAAK,CAAC,CAAC;gBAC1C,MAAM,GAAG,aAAG,CAAC,OAAO,CAAC,KAA8B,CAAC,CAAC;aACrD;iBAAM;gBACN,KAAK,CAAC,2BAA2B,EAAE,KAAK,CAAC,CAAC;gBAC1C,MAAM,GAAG,aAAG,CAAC,OAAO,CAAC,KAA2B,CAAC,CAAC;aAClD;YAED,MAAM,OAAO,qBAA6B,KAAK,CAAC,OAAO,CAAE,CAAC;YAC1D,MAAM,QAAQ,GAAG,GAAG,IAAI,CAAC,IAAI,IAAI,IAAI,CAAC,IAAI,EAAE,CAAC;YAC7C,IAAI,OAAO,GAAG,WAAW,QAAQ,eAAe,CAAC;YAEjD,wDAAwD;YACxD,IAAI,KAAK,CAAC,IAAI,EAAE;gBACf,OAAO,CAAC,qBAAqB,CAAC,GAAG,SAAS,MAAM,CAAC,IAAI,CACpD,KAAK,CAAC,IAAI,CACV,CAAC,QAAQ,CAAC,QAAQ,CAAC,EAAE,CAAC;aACvB;YAED,iDAAiD;YACjD,0CAA0C;YAC1C,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,cAAc,EAAE,GAAG,IAAI,CAAC;YAC1C,IAAI,CAAC,aAAa,CAAC,IAAI,EAAE,cAAc,CAAC,EAAE;gBACzC,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;aACnB;YACD,OAAO,CAAC,IAAI,GAAG,IAAI,CAAC;YAEpB,OAAO,CAAC,UAAU,GAAG,OAAO,CAAC;YAC7B,KAAK,MAAM,IAAI,IAAI,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,EAAE;gBACxC,OAAO,IAAI,GAAG,IAAI,KAAK,OAAO,CAAC,IAAI,CAAC,MAAM,CAAC;aAC3C;YAED,MAAM,oBAAoB,GAAG,8BAAkB,CAAC,MAAM,CAAC,CAAC;YAExD,MAAM,CAAC,KAAK,CAAC,GAAG,OAAO,MAAM,CAAC,CAAC;YAE/B,MAAM,EACL,UAAU,EACV,QAAQ,EACR,GAAG,MAAM,oBAAoB,CAAC;YAE/B,IAAI,UAAU,KAAK,GAAG,EAAE;gBACvB,GAAG,CAAC,IAAI,CAAC,QAAQ,EAAE,MAAM,CAAC,CAAC;gBAE3B,IAAI,IAAI,CAAC,cAAc,EAAE;oBACxB,sDAAsD;oBACtD,8CAA8C;oBAC9C,KAAK,CAAC,oCAAoC,CAAC,CAAC;oBAC5C,MAAM,UAAU,GAAG,IAAI,CAAC,UAAU,IAAI,IAAI,CAAC,IAAI,CAAC;oBAChD,OAAO,aAAG,CAAC,OAAO,iCACd,IAAI,CAAC,IAAI,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,EAAE,MAAM,CAAC,KACjD,MAAM;wBACN,UAAU,IACT,CAAC;iBACH;gBAED,OAAO,MAAM,CAAC;aACd;YAED,oEAAoE;YACpE,kEAAkE;YAClE,iEAAiE;YACjE,qBAAqB;YAErB,iEAAiE;YACjE,0DAA0D;YAC1D,oEAAoE;YACpE,mBAAmB;YACnB,EAAE;YACF,4CAA4C;YAC5C,MAAM,CAAC,OAAO,EAAE,CAAC;YAEjB,MAAM,UAAU,GAAG,IAAI,aAAG,CAAC,MAAM,CAAC,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC,CAAC;YACvD,UAAU,CAAC,QAAQ,GAAG,IAAI,CAAC;YAE3B,oEAAoE;YACpE,GAAG,CAAC,IAAI,CAAC,QAAQ,EAAE,CAAC,CAAa,EAAE,EAAE;gBACpC,KAAK,CAAC,2CAA2C,CAAC,CAAC;gBACnD,gBAAM,CAAC,CAAC,CAAC,aAAa,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC;gBAEpC,gEAAgE;gBAChE,8DAA8D;gBAC9D,YAAY;gBACZ,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;gBACjB,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;YACd,CAAC,CAAC,CAAC;YAEH,OAAO,UAAU,CAAC;QACnB,CAAC;KAAA;CACD;AA3JD,kCA2JC;AAED,SAAS,MAAM,CAAC,MAAkC;IACjD,MAAM,CAAC,MAAM,EAAE,CAAC;AACjB,CAAC;AAED,SAAS,aAAa,CAAC,IAAY,EAAE,MAAe;IACnD,OAAO,OAAO,CAAC,CAAC,CAAC,MAAM,IAAI,IAAI,KAAK,EAAE,CAAC,IAAI,CAAC,MAAM,IAAI,IAAI,KAAK,GAAG,CAAC,CAAC,CAAC;AACtE,CAAC;AAED,SAAS,OAAO,CAAC,QAAwB;IACxC,OAAO,OAAO,QAAQ,KAAK,QAAQ,CAAC,CAAC,CAAC,YAAY,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC;AAC3E,CAAC;AAED,SAAS,IAAI,CACZ,GAAM,EACN,GAAG,IAAO;IAIV,MAAM,GAAG,GAAG,EAEX,CAAC;IACF,IAAI,GAAqB,CAAC;IAC1B,KAAK,GAAG,IAAI,GAAG,EAAE;QAChB,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE;YACxB,GAAG,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC;SACpB;KACD;IACD,OAAO,GAAG,CAAC;AACZ,CAAC"} \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/https-proxy-agent/dist/index.d.ts b/software/flow/node_modules/npm/node_modules/https-proxy-agent/dist/index.d.ts deleted file mode 100644 index 0d60062..0000000 --- a/software/flow/node_modules/npm/node_modules/https-proxy-agent/dist/index.d.ts +++ /dev/null @@ -1,23 +0,0 @@ -/// <reference types="node" /> -import net from 'net'; -import tls from 'tls'; -import { Url } from 'url'; -import { AgentOptions } from 'agent-base'; -import { OutgoingHttpHeaders } from 'http'; -import _HttpsProxyAgent from './agent'; -declare function createHttpsProxyAgent(opts: string | createHttpsProxyAgent.HttpsProxyAgentOptions): _HttpsProxyAgent; -declare namespace createHttpsProxyAgent { - interface BaseHttpsProxyAgentOptions { - headers?: OutgoingHttpHeaders; - secureProxy?: boolean; - host?: string | null; - path?: string | null; - port?: string | number | null; - } - export interface HttpsProxyAgentOptions extends AgentOptions, BaseHttpsProxyAgentOptions, Partial<Omit<Url & net.NetConnectOpts & tls.ConnectionOptions, keyof BaseHttpsProxyAgentOptions>> { - } - export type HttpsProxyAgent = _HttpsProxyAgent; - export const HttpsProxyAgent: typeof _HttpsProxyAgent; - export {}; -} -export = createHttpsProxyAgent; diff --git a/software/flow/node_modules/npm/node_modules/https-proxy-agent/dist/index.js b/software/flow/node_modules/npm/node_modules/https-proxy-agent/dist/index.js deleted file mode 100644 index b03e763..0000000 --- a/software/flow/node_modules/npm/node_modules/https-proxy-agent/dist/index.js +++ /dev/null @@ -1,14 +0,0 @@ -"use strict"; -var __importDefault = (this && this.__importDefault) || function (mod) { - return (mod && mod.__esModule) ? mod : { "default": mod }; -}; -const agent_1 = __importDefault(require("./agent")); -function createHttpsProxyAgent(opts) { - return new agent_1.default(opts); -} -(function (createHttpsProxyAgent) { - createHttpsProxyAgent.HttpsProxyAgent = agent_1.default; - createHttpsProxyAgent.prototype = agent_1.default.prototype; -})(createHttpsProxyAgent || (createHttpsProxyAgent = {})); -module.exports = createHttpsProxyAgent; -//# sourceMappingURL=index.js.map \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/https-proxy-agent/dist/index.js.map b/software/flow/node_modules/npm/node_modules/https-proxy-agent/dist/index.js.map deleted file mode 100644 index f3ce559..0000000 --- a/software/flow/node_modules/npm/node_modules/https-proxy-agent/dist/index.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;AAKA,oDAAuC;AAEvC,SAAS,qBAAqB,CAC7B,IAA2D;IAE3D,OAAO,IAAI,eAAgB,CAAC,IAAI,CAAC,CAAC;AACnC,CAAC;AAED,WAAU,qBAAqB;IAoBjB,qCAAe,GAAG,eAAgB,CAAC;IAEhD,qBAAqB,CAAC,SAAS,GAAG,eAAgB,CAAC,SAAS,CAAC;AAC9D,CAAC,EAvBS,qBAAqB,KAArB,qBAAqB,QAuB9B;AAED,iBAAS,qBAAqB,CAAC"} \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/https-proxy-agent/dist/parse-proxy-response.d.ts b/software/flow/node_modules/npm/node_modules/https-proxy-agent/dist/parse-proxy-response.d.ts deleted file mode 100644 index 7565674..0000000 --- a/software/flow/node_modules/npm/node_modules/https-proxy-agent/dist/parse-proxy-response.d.ts +++ /dev/null @@ -1,7 +0,0 @@ -/// <reference types="node" /> -import { Readable } from 'stream'; -export interface ProxyResponse { - statusCode: number; - buffered: Buffer; -} -export default function parseProxyResponse(socket: Readable): Promise<ProxyResponse>; diff --git a/software/flow/node_modules/npm/node_modules/https-proxy-agent/dist/parse-proxy-response.js b/software/flow/node_modules/npm/node_modules/https-proxy-agent/dist/parse-proxy-response.js deleted file mode 100644 index aa5ce3c..0000000 --- a/software/flow/node_modules/npm/node_modules/https-proxy-agent/dist/parse-proxy-response.js +++ /dev/null @@ -1,66 +0,0 @@ -"use strict"; -var __importDefault = (this && this.__importDefault) || function (mod) { - return (mod && mod.__esModule) ? mod : { "default": mod }; -}; -Object.defineProperty(exports, "__esModule", { value: true }); -const debug_1 = __importDefault(require("debug")); -const debug = debug_1.default('https-proxy-agent:parse-proxy-response'); -function parseProxyResponse(socket) { - return new Promise((resolve, reject) => { - // we need to buffer any HTTP traffic that happens with the proxy before we get - // the CONNECT response, so that if the response is anything other than an "200" - // response code, then we can re-play the "data" events on the socket once the - // HTTP parser is hooked up... - let buffersLength = 0; - const buffers = []; - function read() { - const b = socket.read(); - if (b) - ondata(b); - else - socket.once('readable', read); - } - function cleanup() { - socket.removeListener('end', onend); - socket.removeListener('error', onerror); - socket.removeListener('close', onclose); - socket.removeListener('readable', read); - } - function onclose(err) { - debug('onclose had error %o', err); - } - function onend() { - debug('onend'); - } - function onerror(err) { - cleanup(); - debug('onerror %o', err); - reject(err); - } - function ondata(b) { - buffers.push(b); - buffersLength += b.length; - const buffered = Buffer.concat(buffers, buffersLength); - const endOfHeaders = buffered.indexOf('\r\n\r\n'); - if (endOfHeaders === -1) { - // keep buffering - debug('have not received end of HTTP headers yet...'); - read(); - return; - } - const firstLine = buffered.toString('ascii', 0, buffered.indexOf('\r\n')); - const statusCode = +firstLine.split(' ')[1]; - debug('got proxy server response: %o', firstLine); - resolve({ - statusCode, - buffered - }); - } - socket.on('error', onerror); - socket.on('close', onclose); - socket.on('end', onend); - read(); - }); -} -exports.default = parseProxyResponse; -//# sourceMappingURL=parse-proxy-response.js.map \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/https-proxy-agent/dist/parse-proxy-response.js.map b/software/flow/node_modules/npm/node_modules/https-proxy-agent/dist/parse-proxy-response.js.map deleted file mode 100644 index bacdb84..0000000 --- a/software/flow/node_modules/npm/node_modules/https-proxy-agent/dist/parse-proxy-response.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"parse-proxy-response.js","sourceRoot":"","sources":["../src/parse-proxy-response.ts"],"names":[],"mappings":";;;;;AAAA,kDAAgC;AAGhC,MAAM,KAAK,GAAG,eAAW,CAAC,wCAAwC,CAAC,CAAC;AAOpE,SAAwB,kBAAkB,CACzC,MAAgB;IAEhB,OAAO,IAAI,OAAO,CAAC,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE;QACtC,+EAA+E;QAC/E,gFAAgF;QAChF,8EAA8E;QAC9E,8BAA8B;QAC9B,IAAI,aAAa,GAAG,CAAC,CAAC;QACtB,MAAM,OAAO,GAAa,EAAE,CAAC;QAE7B,SAAS,IAAI;YACZ,MAAM,CAAC,GAAG,MAAM,CAAC,IAAI,EAAE,CAAC;YACxB,IAAI,CAAC;gBAAE,MAAM,CAAC,CAAC,CAAC,CAAC;;gBACZ,MAAM,CAAC,IAAI,CAAC,UAAU,EAAE,IAAI,CAAC,CAAC;QACpC,CAAC;QAED,SAAS,OAAO;YACf,MAAM,CAAC,cAAc,CAAC,KAAK,EAAE,KAAK,CAAC,CAAC;YACpC,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC;YACxC,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC;YACxC,MAAM,CAAC,cAAc,CAAC,UAAU,EAAE,IAAI,CAAC,CAAC;QACzC,CAAC;QAED,SAAS,OAAO,CAAC,GAAW;YAC3B,KAAK,CAAC,sBAAsB,EAAE,GAAG,CAAC,CAAC;QACpC,CAAC;QAED,SAAS,KAAK;YACb,KAAK,CAAC,OAAO,CAAC,CAAC;QAChB,CAAC;QAED,SAAS,OAAO,CAAC,GAAU;YAC1B,OAAO,EAAE,CAAC;YACV,KAAK,CAAC,YAAY,EAAE,GAAG,CAAC,CAAC;YACzB,MAAM,CAAC,GAAG,CAAC,CAAC;QACb,CAAC;QAED,SAAS,MAAM,CAAC,CAAS;YACxB,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;YAChB,aAAa,IAAI,CAAC,CAAC,MAAM,CAAC;YAE1B,MAAM,QAAQ,GAAG,MAAM,CAAC,MAAM,CAAC,OAAO,EAAE,aAAa,CAAC,CAAC;YACvD,MAAM,YAAY,GAAG,QAAQ,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC;YAElD,IAAI,YAAY,KAAK,CAAC,CAAC,EAAE;gBACxB,iBAAiB;gBACjB,KAAK,CAAC,8CAA8C,CAAC,CAAC;gBACtD,IAAI,EAAE,CAAC;gBACP,OAAO;aACP;YAED,MAAM,SAAS,GAAG,QAAQ,CAAC,QAAQ,CAClC,OAAO,EACP,CAAC,EACD,QAAQ,CAAC,OAAO,CAAC,MAAM,CAAC,CACxB,CAAC;YACF,MAAM,UAAU,GAAG,CAAC,SAAS,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC;YAC5C,KAAK,CAAC,+BAA+B,EAAE,SAAS,CAAC,CAAC;YAClD,OAAO,CAAC;gBACP,UAAU;gBACV,QAAQ;aACR,CAAC,CAAC;QACJ,CAAC;QAED,MAAM,CAAC,EAAE,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC;QAC5B,MAAM,CAAC,EAAE,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC;QAC5B,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,CAAC;QAExB,IAAI,EAAE,CAAC;IACR,CAAC,CAAC,CAAC;AACJ,CAAC;AAvED,qCAuEC"} \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/https-proxy-agent/package.json b/software/flow/node_modules/npm/node_modules/https-proxy-agent/package.json deleted file mode 100644 index fb2aba1..0000000 --- a/software/flow/node_modules/npm/node_modules/https-proxy-agent/package.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "https-proxy-agent", - "version": "5.0.1", - "description": "An HTTP(s) proxy `http.Agent` implementation for HTTPS", - "main": "dist/index", - "types": "dist/index", - "files": [ - "dist" - ], - "scripts": { - "prebuild": "rimraf dist", - "build": "tsc", - "test": "mocha --reporter spec", - "test-lint": "eslint src --ext .js,.ts", - "prepublishOnly": "npm run build" - }, - "repository": { - "type": "git", - "url": "git://github.com/TooTallNate/node-https-proxy-agent.git" - }, - "keywords": [ - "https", - "proxy", - "endpoint", - "agent" - ], - "author": "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/)", - "license": "MIT", - "bugs": { - "url": "https://github.com/TooTallNate/node-https-proxy-agent/issues" - }, - "dependencies": { - "agent-base": "6", - "debug": "4" - }, - "devDependencies": { - "@types/debug": "4", - "@types/node": "^12.12.11", - "@typescript-eslint/eslint-plugin": "1.6.0", - "@typescript-eslint/parser": "1.1.0", - "eslint": "5.16.0", - "eslint-config-airbnb": "17.1.0", - "eslint-config-prettier": "4.1.0", - "eslint-import-resolver-typescript": "1.1.1", - "eslint-plugin-import": "2.16.0", - "eslint-plugin-jsx-a11y": "6.2.1", - "eslint-plugin-react": "7.12.4", - "mocha": "^6.2.2", - "proxy": "1", - "rimraf": "^3.0.0", - "typescript": "^3.5.3" - }, - "engines": { - "node": ">= 6" - } -} diff --git a/software/flow/node_modules/npm/node_modules/humanize-ms/LICENSE b/software/flow/node_modules/npm/node_modules/humanize-ms/LICENSE deleted file mode 100644 index 89de354..0000000 --- a/software/flow/node_modules/npm/node_modules/humanize-ms/LICENSE +++ /dev/null @@ -1,17 +0,0 @@ -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/humanize-ms/index.js b/software/flow/node_modules/npm/node_modules/humanize-ms/index.js deleted file mode 100644 index 660df81..0000000 --- a/software/flow/node_modules/npm/node_modules/humanize-ms/index.js +++ /dev/null @@ -1,24 +0,0 @@ -/*! - * humanize-ms - index.js - * Copyright(c) 2014 dead_horse <dead_horse@qq.com> - * MIT Licensed - */ - -'use strict'; - -/** - * Module dependencies. - */ - -var util = require('util'); -var ms = require('ms'); - -module.exports = function (t) { - if (typeof t === 'number') return t; - var r = ms(t); - if (r === undefined) { - var err = new Error(util.format('humanize-ms(%j) result undefined', t)); - console.warn(err.stack); - } - return r; -}; diff --git a/software/flow/node_modules/npm/node_modules/humanize-ms/package.json b/software/flow/node_modules/npm/node_modules/humanize-ms/package.json deleted file mode 100644 index da4ab7f..0000000 --- a/software/flow/node_modules/npm/node_modules/humanize-ms/package.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "humanize-ms", - "version": "1.2.1", - "description": "transform humanize time to ms", - "main": "index.js", - "files": [ - "index.js" - ], - "scripts": { - "test": "make test" - }, - "keywords": [ - "humanize", - "ms" - ], - "author": { - "name": "dead-horse", - "email": "dead_horse@qq.com", - "url": "http://deadhorse.me" - }, - "repository": { - "type": "git", - "url": "https://github.com/node-modules/humanize-ms" - }, - "license": "MIT", - "dependencies": { - "ms": "^2.0.0" - }, - "devDependencies": { - "autod": "*", - "beautify-benchmark": "~0.2.4", - "benchmark": "~1.0.0", - "istanbul": "*", - "mocha": "*", - "should": "*" - } -} diff --git a/software/flow/node_modules/npm/node_modules/iconv-lite/LICENSE b/software/flow/node_modules/npm/node_modules/iconv-lite/LICENSE deleted file mode 100644 index d518d83..0000000 --- a/software/flow/node_modules/npm/node_modules/iconv-lite/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -Copyright (c) 2011 Alexander Shtuchkin - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - diff --git a/software/flow/node_modules/npm/node_modules/iconv-lite/encodings/dbcs-codec.js b/software/flow/node_modules/npm/node_modules/iconv-lite/encodings/dbcs-codec.js deleted file mode 100644 index fa83917..0000000 --- a/software/flow/node_modules/npm/node_modules/iconv-lite/encodings/dbcs-codec.js +++ /dev/null @@ -1,597 +0,0 @@ -"use strict"; -var Buffer = require("safer-buffer").Buffer; - -// Multibyte codec. In this scheme, a character is represented by 1 or more bytes. -// Our codec supports UTF-16 surrogates, extensions for GB18030 and unicode sequences. -// To save memory and loading time, we read table files only when requested. - -exports._dbcs = DBCSCodec; - -var UNASSIGNED = -1, - GB18030_CODE = -2, - SEQ_START = -10, - NODE_START = -1000, - UNASSIGNED_NODE = new Array(0x100), - DEF_CHAR = -1; - -for (var i = 0; i < 0x100; i++) - UNASSIGNED_NODE[i] = UNASSIGNED; - - -// Class DBCSCodec reads and initializes mapping tables. -function DBCSCodec(codecOptions, iconv) { - this.encodingName = codecOptions.encodingName; - if (!codecOptions) - throw new Error("DBCS codec is called without the data.") - if (!codecOptions.table) - throw new Error("Encoding '" + this.encodingName + "' has no data."); - - // Load tables. - var mappingTable = codecOptions.table(); - - - // Decode tables: MBCS -> Unicode. - - // decodeTables is a trie, encoded as an array of arrays of integers. Internal arrays are trie nodes and all have len = 256. - // Trie root is decodeTables[0]. - // Values: >= 0 -> unicode character code. can be > 0xFFFF - // == UNASSIGNED -> unknown/unassigned sequence. - // == GB18030_CODE -> this is the end of a GB18030 4-byte sequence. - // <= NODE_START -> index of the next node in our trie to process next byte. - // <= SEQ_START -> index of the start of a character code sequence, in decodeTableSeq. - this.decodeTables = []; - this.decodeTables[0] = UNASSIGNED_NODE.slice(0); // Create root node. - - // Sometimes a MBCS char corresponds to a sequence of unicode chars. We store them as arrays of integers here. - this.decodeTableSeq = []; - - // Actual mapping tables consist of chunks. Use them to fill up decode tables. - for (var i = 0; i < mappingTable.length; i++) - this._addDecodeChunk(mappingTable[i]); - - // Load & create GB18030 tables when needed. - if (typeof codecOptions.gb18030 === 'function') { - this.gb18030 = codecOptions.gb18030(); // Load GB18030 ranges. - - // Add GB18030 common decode nodes. - var commonThirdByteNodeIdx = this.decodeTables.length; - this.decodeTables.push(UNASSIGNED_NODE.slice(0)); - - var commonFourthByteNodeIdx = this.decodeTables.length; - this.decodeTables.push(UNASSIGNED_NODE.slice(0)); - - // Fill out the tree - var firstByteNode = this.decodeTables[0]; - for (var i = 0x81; i <= 0xFE; i++) { - var secondByteNode = this.decodeTables[NODE_START - firstByteNode[i]]; - for (var j = 0x30; j <= 0x39; j++) { - if (secondByteNode[j] === UNASSIGNED) { - secondByteNode[j] = NODE_START - commonThirdByteNodeIdx; - } else if (secondByteNode[j] > NODE_START) { - throw new Error("gb18030 decode tables conflict at byte 2"); - } - - var thirdByteNode = this.decodeTables[NODE_START - secondByteNode[j]]; - for (var k = 0x81; k <= 0xFE; k++) { - if (thirdByteNode[k] === UNASSIGNED) { - thirdByteNode[k] = NODE_START - commonFourthByteNodeIdx; - } else if (thirdByteNode[k] === NODE_START - commonFourthByteNodeIdx) { - continue; - } else if (thirdByteNode[k] > NODE_START) { - throw new Error("gb18030 decode tables conflict at byte 3"); - } - - var fourthByteNode = this.decodeTables[NODE_START - thirdByteNode[k]]; - for (var l = 0x30; l <= 0x39; l++) { - if (fourthByteNode[l] === UNASSIGNED) - fourthByteNode[l] = GB18030_CODE; - } - } - } - } - } - - this.defaultCharUnicode = iconv.defaultCharUnicode; - - - // Encode tables: Unicode -> DBCS. - - // `encodeTable` is array mapping from unicode char to encoded char. All its values are integers for performance. - // Because it can be sparse, it is represented as array of buckets by 256 chars each. Bucket can be null. - // Values: >= 0 -> it is a normal char. Write the value (if <=256 then 1 byte, if <=65536 then 2 bytes, etc.). - // == UNASSIGNED -> no conversion found. Output a default char. - // <= SEQ_START -> it's an index in encodeTableSeq, see below. The character starts a sequence. - this.encodeTable = []; - - // `encodeTableSeq` is used when a sequence of unicode characters is encoded as a single code. We use a tree of - // objects where keys correspond to characters in sequence and leafs are the encoded dbcs values. A special DEF_CHAR key - // means end of sequence (needed when one sequence is a strict subsequence of another). - // Objects are kept separately from encodeTable to increase performance. - this.encodeTableSeq = []; - - // Some chars can be decoded, but need not be encoded. - var skipEncodeChars = {}; - if (codecOptions.encodeSkipVals) - for (var i = 0; i < codecOptions.encodeSkipVals.length; i++) { - var val = codecOptions.encodeSkipVals[i]; - if (typeof val === 'number') - skipEncodeChars[val] = true; - else - for (var j = val.from; j <= val.to; j++) - skipEncodeChars[j] = true; - } - - // Use decode trie to recursively fill out encode tables. - this._fillEncodeTable(0, 0, skipEncodeChars); - - // Add more encoding pairs when needed. - if (codecOptions.encodeAdd) { - for (var uChar in codecOptions.encodeAdd) - if (Object.prototype.hasOwnProperty.call(codecOptions.encodeAdd, uChar)) - this._setEncodeChar(uChar.charCodeAt(0), codecOptions.encodeAdd[uChar]); - } - - this.defCharSB = this.encodeTable[0][iconv.defaultCharSingleByte.charCodeAt(0)]; - if (this.defCharSB === UNASSIGNED) this.defCharSB = this.encodeTable[0]['?']; - if (this.defCharSB === UNASSIGNED) this.defCharSB = "?".charCodeAt(0); -} - -DBCSCodec.prototype.encoder = DBCSEncoder; -DBCSCodec.prototype.decoder = DBCSDecoder; - -// Decoder helpers -DBCSCodec.prototype._getDecodeTrieNode = function(addr) { - var bytes = []; - for (; addr > 0; addr >>>= 8) - bytes.push(addr & 0xFF); - if (bytes.length == 0) - bytes.push(0); - - var node = this.decodeTables[0]; - for (var i = bytes.length-1; i > 0; i--) { // Traverse nodes deeper into the trie. - var val = node[bytes[i]]; - - if (val == UNASSIGNED) { // Create new node. - node[bytes[i]] = NODE_START - this.decodeTables.length; - this.decodeTables.push(node = UNASSIGNED_NODE.slice(0)); - } - else if (val <= NODE_START) { // Existing node. - node = this.decodeTables[NODE_START - val]; - } - else - throw new Error("Overwrite byte in " + this.encodingName + ", addr: " + addr.toString(16)); - } - return node; -} - - -DBCSCodec.prototype._addDecodeChunk = function(chunk) { - // First element of chunk is the hex mbcs code where we start. - var curAddr = parseInt(chunk[0], 16); - - // Choose the decoding node where we'll write our chars. - var writeTable = this._getDecodeTrieNode(curAddr); - curAddr = curAddr & 0xFF; - - // Write all other elements of the chunk to the table. - for (var k = 1; k < chunk.length; k++) { - var part = chunk[k]; - if (typeof part === "string") { // String, write as-is. - for (var l = 0; l < part.length;) { - var code = part.charCodeAt(l++); - if (0xD800 <= code && code < 0xDC00) { // Decode surrogate - var codeTrail = part.charCodeAt(l++); - if (0xDC00 <= codeTrail && codeTrail < 0xE000) - writeTable[curAddr++] = 0x10000 + (code - 0xD800) * 0x400 + (codeTrail - 0xDC00); - else - throw new Error("Incorrect surrogate pair in " + this.encodingName + " at chunk " + chunk[0]); - } - else if (0x0FF0 < code && code <= 0x0FFF) { // Character sequence (our own encoding used) - var len = 0xFFF - code + 2; - var seq = []; - for (var m = 0; m < len; m++) - seq.push(part.charCodeAt(l++)); // Simple variation: don't support surrogates or subsequences in seq. - - writeTable[curAddr++] = SEQ_START - this.decodeTableSeq.length; - this.decodeTableSeq.push(seq); - } - else - writeTable[curAddr++] = code; // Basic char - } - } - else if (typeof part === "number") { // Integer, meaning increasing sequence starting with prev character. - var charCode = writeTable[curAddr - 1] + 1; - for (var l = 0; l < part; l++) - writeTable[curAddr++] = charCode++; - } - else - throw new Error("Incorrect type '" + typeof part + "' given in " + this.encodingName + " at chunk " + chunk[0]); - } - if (curAddr > 0xFF) - throw new Error("Incorrect chunk in " + this.encodingName + " at addr " + chunk[0] + ": too long" + curAddr); -} - -// Encoder helpers -DBCSCodec.prototype._getEncodeBucket = function(uCode) { - var high = uCode >> 8; // This could be > 0xFF because of astral characters. - if (this.encodeTable[high] === undefined) - this.encodeTable[high] = UNASSIGNED_NODE.slice(0); // Create bucket on demand. - return this.encodeTable[high]; -} - -DBCSCodec.prototype._setEncodeChar = function(uCode, dbcsCode) { - var bucket = this._getEncodeBucket(uCode); - var low = uCode & 0xFF; - if (bucket[low] <= SEQ_START) - this.encodeTableSeq[SEQ_START-bucket[low]][DEF_CHAR] = dbcsCode; // There's already a sequence, set a single-char subsequence of it. - else if (bucket[low] == UNASSIGNED) - bucket[low] = dbcsCode; -} - -DBCSCodec.prototype._setEncodeSequence = function(seq, dbcsCode) { - - // Get the root of character tree according to first character of the sequence. - var uCode = seq[0]; - var bucket = this._getEncodeBucket(uCode); - var low = uCode & 0xFF; - - var node; - if (bucket[low] <= SEQ_START) { - // There's already a sequence with - use it. - node = this.encodeTableSeq[SEQ_START-bucket[low]]; - } - else { - // There was no sequence object - allocate a new one. - node = {}; - if (bucket[low] !== UNASSIGNED) node[DEF_CHAR] = bucket[low]; // If a char was set before - make it a single-char subsequence. - bucket[low] = SEQ_START - this.encodeTableSeq.length; - this.encodeTableSeq.push(node); - } - - // Traverse the character tree, allocating new nodes as needed. - for (var j = 1; j < seq.length-1; j++) { - var oldVal = node[uCode]; - if (typeof oldVal === 'object') - node = oldVal; - else { - node = node[uCode] = {} - if (oldVal !== undefined) - node[DEF_CHAR] = oldVal - } - } - - // Set the leaf to given dbcsCode. - uCode = seq[seq.length-1]; - node[uCode] = dbcsCode; -} - -DBCSCodec.prototype._fillEncodeTable = function(nodeIdx, prefix, skipEncodeChars) { - var node = this.decodeTables[nodeIdx]; - var hasValues = false; - var subNodeEmpty = {}; - for (var i = 0; i < 0x100; i++) { - var uCode = node[i]; - var mbCode = prefix + i; - if (skipEncodeChars[mbCode]) - continue; - - if (uCode >= 0) { - this._setEncodeChar(uCode, mbCode); - hasValues = true; - } else if (uCode <= NODE_START) { - var subNodeIdx = NODE_START - uCode; - if (!subNodeEmpty[subNodeIdx]) { // Skip empty subtrees (they are too large in gb18030). - var newPrefix = (mbCode << 8) >>> 0; // NOTE: '>>> 0' keeps 32-bit num positive. - if (this._fillEncodeTable(subNodeIdx, newPrefix, skipEncodeChars)) - hasValues = true; - else - subNodeEmpty[subNodeIdx] = true; - } - } else if (uCode <= SEQ_START) { - this._setEncodeSequence(this.decodeTableSeq[SEQ_START - uCode], mbCode); - hasValues = true; - } - } - return hasValues; -} - - - -// == Encoder ================================================================== - -function DBCSEncoder(options, codec) { - // Encoder state - this.leadSurrogate = -1; - this.seqObj = undefined; - - // Static data - this.encodeTable = codec.encodeTable; - this.encodeTableSeq = codec.encodeTableSeq; - this.defaultCharSingleByte = codec.defCharSB; - this.gb18030 = codec.gb18030; -} - -DBCSEncoder.prototype.write = function(str) { - var newBuf = Buffer.alloc(str.length * (this.gb18030 ? 4 : 3)), - leadSurrogate = this.leadSurrogate, - seqObj = this.seqObj, nextChar = -1, - i = 0, j = 0; - - while (true) { - // 0. Get next character. - if (nextChar === -1) { - if (i == str.length) break; - var uCode = str.charCodeAt(i++); - } - else { - var uCode = nextChar; - nextChar = -1; - } - - // 1. Handle surrogates. - if (0xD800 <= uCode && uCode < 0xE000) { // Char is one of surrogates. - if (uCode < 0xDC00) { // We've got lead surrogate. - if (leadSurrogate === -1) { - leadSurrogate = uCode; - continue; - } else { - leadSurrogate = uCode; - // Double lead surrogate found. - uCode = UNASSIGNED; - } - } else { // We've got trail surrogate. - if (leadSurrogate !== -1) { - uCode = 0x10000 + (leadSurrogate - 0xD800) * 0x400 + (uCode - 0xDC00); - leadSurrogate = -1; - } else { - // Incomplete surrogate pair - only trail surrogate found. - uCode = UNASSIGNED; - } - - } - } - else if (leadSurrogate !== -1) { - // Incomplete surrogate pair - only lead surrogate found. - nextChar = uCode; uCode = UNASSIGNED; // Write an error, then current char. - leadSurrogate = -1; - } - - // 2. Convert uCode character. - var dbcsCode = UNASSIGNED; - if (seqObj !== undefined && uCode != UNASSIGNED) { // We are in the middle of the sequence - var resCode = seqObj[uCode]; - if (typeof resCode === 'object') { // Sequence continues. - seqObj = resCode; - continue; - - } else if (typeof resCode == 'number') { // Sequence finished. Write it. - dbcsCode = resCode; - - } else if (resCode == undefined) { // Current character is not part of the sequence. - - // Try default character for this sequence - resCode = seqObj[DEF_CHAR]; - if (resCode !== undefined) { - dbcsCode = resCode; // Found. Write it. - nextChar = uCode; // Current character will be written too in the next iteration. - - } else { - // TODO: What if we have no default? (resCode == undefined) - // Then, we should write first char of the sequence as-is and try the rest recursively. - // Didn't do it for now because no encoding has this situation yet. - // Currently, just skip the sequence and write current char. - } - } - seqObj = undefined; - } - else if (uCode >= 0) { // Regular character - var subtable = this.encodeTable[uCode >> 8]; - if (subtable !== undefined) - dbcsCode = subtable[uCode & 0xFF]; - - if (dbcsCode <= SEQ_START) { // Sequence start - seqObj = this.encodeTableSeq[SEQ_START-dbcsCode]; - continue; - } - - if (dbcsCode == UNASSIGNED && this.gb18030) { - // Use GB18030 algorithm to find character(s) to write. - var idx = findIdx(this.gb18030.uChars, uCode); - if (idx != -1) { - var dbcsCode = this.gb18030.gbChars[idx] + (uCode - this.gb18030.uChars[idx]); - newBuf[j++] = 0x81 + Math.floor(dbcsCode / 12600); dbcsCode = dbcsCode % 12600; - newBuf[j++] = 0x30 + Math.floor(dbcsCode / 1260); dbcsCode = dbcsCode % 1260; - newBuf[j++] = 0x81 + Math.floor(dbcsCode / 10); dbcsCode = dbcsCode % 10; - newBuf[j++] = 0x30 + dbcsCode; - continue; - } - } - } - - // 3. Write dbcsCode character. - if (dbcsCode === UNASSIGNED) - dbcsCode = this.defaultCharSingleByte; - - if (dbcsCode < 0x100) { - newBuf[j++] = dbcsCode; - } - else if (dbcsCode < 0x10000) { - newBuf[j++] = dbcsCode >> 8; // high byte - newBuf[j++] = dbcsCode & 0xFF; // low byte - } - else if (dbcsCode < 0x1000000) { - newBuf[j++] = dbcsCode >> 16; - newBuf[j++] = (dbcsCode >> 8) & 0xFF; - newBuf[j++] = dbcsCode & 0xFF; - } else { - newBuf[j++] = dbcsCode >>> 24; - newBuf[j++] = (dbcsCode >>> 16) & 0xFF; - newBuf[j++] = (dbcsCode >>> 8) & 0xFF; - newBuf[j++] = dbcsCode & 0xFF; - } - } - - this.seqObj = seqObj; - this.leadSurrogate = leadSurrogate; - return newBuf.slice(0, j); -} - -DBCSEncoder.prototype.end = function() { - if (this.leadSurrogate === -1 && this.seqObj === undefined) - return; // All clean. Most often case. - - var newBuf = Buffer.alloc(10), j = 0; - - if (this.seqObj) { // We're in the sequence. - var dbcsCode = this.seqObj[DEF_CHAR]; - if (dbcsCode !== undefined) { // Write beginning of the sequence. - if (dbcsCode < 0x100) { - newBuf[j++] = dbcsCode; - } - else { - newBuf[j++] = dbcsCode >> 8; // high byte - newBuf[j++] = dbcsCode & 0xFF; // low byte - } - } else { - // See todo above. - } - this.seqObj = undefined; - } - - if (this.leadSurrogate !== -1) { - // Incomplete surrogate pair - only lead surrogate found. - newBuf[j++] = this.defaultCharSingleByte; - this.leadSurrogate = -1; - } - - return newBuf.slice(0, j); -} - -// Export for testing -DBCSEncoder.prototype.findIdx = findIdx; - - -// == Decoder ================================================================== - -function DBCSDecoder(options, codec) { - // Decoder state - this.nodeIdx = 0; - this.prevBytes = []; - - // Static data - this.decodeTables = codec.decodeTables; - this.decodeTableSeq = codec.decodeTableSeq; - this.defaultCharUnicode = codec.defaultCharUnicode; - this.gb18030 = codec.gb18030; -} - -DBCSDecoder.prototype.write = function(buf) { - var newBuf = Buffer.alloc(buf.length*2), - nodeIdx = this.nodeIdx, - prevBytes = this.prevBytes, prevOffset = this.prevBytes.length, - seqStart = -this.prevBytes.length, // idx of the start of current parsed sequence. - uCode; - - for (var i = 0, j = 0; i < buf.length; i++) { - var curByte = (i >= 0) ? buf[i] : prevBytes[i + prevOffset]; - - // Lookup in current trie node. - var uCode = this.decodeTables[nodeIdx][curByte]; - - if (uCode >= 0) { - // Normal character, just use it. - } - else if (uCode === UNASSIGNED) { // Unknown char. - // TODO: Callback with seq. - uCode = this.defaultCharUnicode.charCodeAt(0); - i = seqStart; // Skip one byte ('i' will be incremented by the for loop) and try to parse again. - } - else if (uCode === GB18030_CODE) { - if (i >= 3) { - var ptr = (buf[i-3]-0x81)*12600 + (buf[i-2]-0x30)*1260 + (buf[i-1]-0x81)*10 + (curByte-0x30); - } else { - var ptr = (prevBytes[i-3+prevOffset]-0x81)*12600 + - (((i-2 >= 0) ? buf[i-2] : prevBytes[i-2+prevOffset])-0x30)*1260 + - (((i-1 >= 0) ? buf[i-1] : prevBytes[i-1+prevOffset])-0x81)*10 + - (curByte-0x30); - } - var idx = findIdx(this.gb18030.gbChars, ptr); - uCode = this.gb18030.uChars[idx] + ptr - this.gb18030.gbChars[idx]; - } - else if (uCode <= NODE_START) { // Go to next trie node. - nodeIdx = NODE_START - uCode; - continue; - } - else if (uCode <= SEQ_START) { // Output a sequence of chars. - var seq = this.decodeTableSeq[SEQ_START - uCode]; - for (var k = 0; k < seq.length - 1; k++) { - uCode = seq[k]; - newBuf[j++] = uCode & 0xFF; - newBuf[j++] = uCode >> 8; - } - uCode = seq[seq.length-1]; - } - else - throw new Error("iconv-lite internal error: invalid decoding table value " + uCode + " at " + nodeIdx + "/" + curByte); - - // Write the character to buffer, handling higher planes using surrogate pair. - if (uCode >= 0x10000) { - uCode -= 0x10000; - var uCodeLead = 0xD800 | (uCode >> 10); - newBuf[j++] = uCodeLead & 0xFF; - newBuf[j++] = uCodeLead >> 8; - - uCode = 0xDC00 | (uCode & 0x3FF); - } - newBuf[j++] = uCode & 0xFF; - newBuf[j++] = uCode >> 8; - - // Reset trie node. - nodeIdx = 0; seqStart = i+1; - } - - this.nodeIdx = nodeIdx; - this.prevBytes = (seqStart >= 0) - ? Array.prototype.slice.call(buf, seqStart) - : prevBytes.slice(seqStart + prevOffset).concat(Array.prototype.slice.call(buf)); - - return newBuf.slice(0, j).toString('ucs2'); -} - -DBCSDecoder.prototype.end = function() { - var ret = ''; - - // Try to parse all remaining chars. - while (this.prevBytes.length > 0) { - // Skip 1 character in the buffer. - ret += this.defaultCharUnicode; - var bytesArr = this.prevBytes.slice(1); - - // Parse remaining as usual. - this.prevBytes = []; - this.nodeIdx = 0; - if (bytesArr.length > 0) - ret += this.write(bytesArr); - } - - this.prevBytes = []; - this.nodeIdx = 0; - return ret; -} - -// Binary search for GB18030. Returns largest i such that table[i] <= val. -function findIdx(table, val) { - if (table[0] > val) - return -1; - - var l = 0, r = table.length; - while (l < r-1) { // always table[l] <= val < table[r] - var mid = l + ((r-l+1) >> 1); - if (table[mid] <= val) - l = mid; - else - r = mid; - } - return l; -} - diff --git a/software/flow/node_modules/npm/node_modules/iconv-lite/encodings/dbcs-data.js b/software/flow/node_modules/npm/node_modules/iconv-lite/encodings/dbcs-data.js deleted file mode 100644 index 0d17e58..0000000 --- a/software/flow/node_modules/npm/node_modules/iconv-lite/encodings/dbcs-data.js +++ /dev/null @@ -1,188 +0,0 @@ -"use strict"; - -// Description of supported double byte encodings and aliases. -// Tables are not require()-d until they are needed to speed up library load. -// require()-s are direct to support Browserify. - -module.exports = { - - // == Japanese/ShiftJIS ==================================================== - // All japanese encodings are based on JIS X set of standards: - // JIS X 0201 - Single-byte encoding of ASCII + ¥ + Kana chars at 0xA1-0xDF. - // JIS X 0208 - Main set of 6879 characters, placed in 94x94 plane, to be encoded by 2 bytes. - // Has several variations in 1978, 1983, 1990 and 1997. - // JIS X 0212 - Supplementary plane of 6067 chars in 94x94 plane. 1990. Effectively dead. - // JIS X 0213 - Extension and modern replacement of 0208 and 0212. Total chars: 11233. - // 2 planes, first is superset of 0208, second - revised 0212. - // Introduced in 2000, revised 2004. Some characters are in Unicode Plane 2 (0x2xxxx) - - // Byte encodings are: - // * Shift_JIS: Compatible with 0201, uses not defined chars in top half as lead bytes for double-byte - // encoding of 0208. Lead byte ranges: 0x81-0x9F, 0xE0-0xEF; Trail byte ranges: 0x40-0x7E, 0x80-0x9E, 0x9F-0xFC. - // Windows CP932 is a superset of Shift_JIS. Some companies added more chars, notably KDDI. - // * EUC-JP: Up to 3 bytes per character. Used mostly on *nixes. - // 0x00-0x7F - lower part of 0201 - // 0x8E, 0xA1-0xDF - upper part of 0201 - // (0xA1-0xFE)x2 - 0208 plane (94x94). - // 0x8F, (0xA1-0xFE)x2 - 0212 plane (94x94). - // * JIS X 208: 7-bit, direct encoding of 0208. Byte ranges: 0x21-0x7E (94 values). Uncommon. - // Used as-is in ISO2022 family. - // * ISO2022-JP: Stateful encoding, with escape sequences to switch between ASCII, - // 0201-1976 Roman, 0208-1978, 0208-1983. - // * ISO2022-JP-1: Adds esc seq for 0212-1990. - // * ISO2022-JP-2: Adds esc seq for GB2313-1980, KSX1001-1992, ISO8859-1, ISO8859-7. - // * ISO2022-JP-3: Adds esc seq for 0201-1976 Kana set, 0213-2000 Planes 1, 2. - // * ISO2022-JP-2004: Adds 0213-2004 Plane 1. - // - // After JIS X 0213 appeared, Shift_JIS-2004, EUC-JISX0213 and ISO2022-JP-2004 followed, with just changing the planes. - // - // Overall, it seems that it's a mess :( http://www8.plala.or.jp/tkubota1/unicode-symbols-map2.html - - 'shiftjis': { - type: '_dbcs', - table: function() { return require('./tables/shiftjis.json') }, - encodeAdd: {'\u00a5': 0x5C, '\u203E': 0x7E}, - encodeSkipVals: [{from: 0xED40, to: 0xF940}], - }, - 'csshiftjis': 'shiftjis', - 'mskanji': 'shiftjis', - 'sjis': 'shiftjis', - 'windows31j': 'shiftjis', - 'ms31j': 'shiftjis', - 'xsjis': 'shiftjis', - 'windows932': 'shiftjis', - 'ms932': 'shiftjis', - '932': 'shiftjis', - 'cp932': 'shiftjis', - - 'eucjp': { - type: '_dbcs', - table: function() { return require('./tables/eucjp.json') }, - encodeAdd: {'\u00a5': 0x5C, '\u203E': 0x7E}, - }, - - // TODO: KDDI extension to Shift_JIS - // TODO: IBM CCSID 942 = CP932, but F0-F9 custom chars and other char changes. - // TODO: IBM CCSID 943 = Shift_JIS = CP932 with original Shift_JIS lower 128 chars. - - - // == Chinese/GBK ========================================================== - // http://en.wikipedia.org/wiki/GBK - // We mostly implement W3C recommendation: https://www.w3.org/TR/encoding/#gbk-encoder - - // Oldest GB2312 (1981, ~7600 chars) is a subset of CP936 - 'gb2312': 'cp936', - 'gb231280': 'cp936', - 'gb23121980': 'cp936', - 'csgb2312': 'cp936', - 'csiso58gb231280': 'cp936', - 'euccn': 'cp936', - - // Microsoft's CP936 is a subset and approximation of GBK. - 'windows936': 'cp936', - 'ms936': 'cp936', - '936': 'cp936', - 'cp936': { - type: '_dbcs', - table: function() { return require('./tables/cp936.json') }, - }, - - // GBK (~22000 chars) is an extension of CP936 that added user-mapped chars and some other. - 'gbk': { - type: '_dbcs', - table: function() { return require('./tables/cp936.json').concat(require('./tables/gbk-added.json')) }, - }, - 'xgbk': 'gbk', - 'isoir58': 'gbk', - - // GB18030 is an algorithmic extension of GBK. - // Main source: https://www.w3.org/TR/encoding/#gbk-encoder - // http://icu-project.org/docs/papers/gb18030.html - // http://source.icu-project.org/repos/icu/data/trunk/charset/data/xml/gb-18030-2000.xml - // http://www.khngai.com/chinese/charmap/tblgbk.php?page=0 - 'gb18030': { - type: '_dbcs', - table: function() { return require('./tables/cp936.json').concat(require('./tables/gbk-added.json')) }, - gb18030: function() { return require('./tables/gb18030-ranges.json') }, - encodeSkipVals: [0x80], - encodeAdd: {'€': 0xA2E3}, - }, - - 'chinese': 'gb18030', - - - // == Korean =============================================================== - // EUC-KR, KS_C_5601 and KS X 1001 are exactly the same. - 'windows949': 'cp949', - 'ms949': 'cp949', - '949': 'cp949', - 'cp949': { - type: '_dbcs', - table: function() { return require('./tables/cp949.json') }, - }, - - 'cseuckr': 'cp949', - 'csksc56011987': 'cp949', - 'euckr': 'cp949', - 'isoir149': 'cp949', - 'korean': 'cp949', - 'ksc56011987': 'cp949', - 'ksc56011989': 'cp949', - 'ksc5601': 'cp949', - - - // == Big5/Taiwan/Hong Kong ================================================ - // There are lots of tables for Big5 and cp950. Please see the following links for history: - // http://moztw.org/docs/big5/ http://www.haible.de/bruno/charsets/conversion-tables/Big5.html - // Variations, in roughly number of defined chars: - // * Windows CP 950: Microsoft variant of Big5. Canonical: http://www.unicode.org/Public/MAPPINGS/VENDORS/MICSFT/WINDOWS/CP950.TXT - // * Windows CP 951: Microsoft variant of Big5-HKSCS-2001. Seems to be never public. http://me.abelcheung.org/articles/research/what-is-cp951/ - // * Big5-2003 (Taiwan standard) almost superset of cp950. - // * Unicode-at-on (UAO) / Mozilla 1.8. Falling out of use on the Web. Not supported by other browsers. - // * Big5-HKSCS (-2001, -2004, -2008). Hong Kong standard. - // many unicode code points moved from PUA to Supplementary plane (U+2XXXX) over the years. - // Plus, it has 4 combining sequences. - // Seems that Mozilla refused to support it for 10 yrs. https://bugzilla.mozilla.org/show_bug.cgi?id=162431 https://bugzilla.mozilla.org/show_bug.cgi?id=310299 - // because big5-hkscs is the only encoding to include astral characters in non-algorithmic way. - // Implementations are not consistent within browsers; sometimes labeled as just big5. - // MS Internet Explorer switches from big5 to big5-hkscs when a patch applied. - // Great discussion & recap of what's going on https://bugzilla.mozilla.org/show_bug.cgi?id=912470#c31 - // In the encoder, it might make sense to support encoding old PUA mappings to Big5 bytes seq-s. - // Official spec: http://www.ogcio.gov.hk/en/business/tech_promotion/ccli/terms/doc/2003cmp_2008.txt - // http://www.ogcio.gov.hk/tc/business/tech_promotion/ccli/terms/doc/hkscs-2008-big5-iso.txt - // - // Current understanding of how to deal with Big5(-HKSCS) is in the Encoding Standard, http://encoding.spec.whatwg.org/#big5-encoder - // Unicode mapping (http://www.unicode.org/Public/MAPPINGS/OBSOLETE/EASTASIA/OTHER/BIG5.TXT) is said to be wrong. - - 'windows950': 'cp950', - 'ms950': 'cp950', - '950': 'cp950', - 'cp950': { - type: '_dbcs', - table: function() { return require('./tables/cp950.json') }, - }, - - // Big5 has many variations and is an extension of cp950. We use Encoding Standard's as a consensus. - 'big5': 'big5hkscs', - 'big5hkscs': { - type: '_dbcs', - table: function() { return require('./tables/cp950.json').concat(require('./tables/big5-added.json')) }, - encodeSkipVals: [ - // Although Encoding Standard says we should avoid encoding to HKSCS area (See Step 1 of - // https://encoding.spec.whatwg.org/#index-big5-pointer), we still do it to increase compatibility with ICU. - // But if a single unicode point can be encoded both as HKSCS and regular Big5, we prefer the latter. - 0x8e69, 0x8e6f, 0x8e7e, 0x8eab, 0x8eb4, 0x8ecd, 0x8ed0, 0x8f57, 0x8f69, 0x8f6e, 0x8fcb, 0x8ffe, - 0x906d, 0x907a, 0x90c4, 0x90dc, 0x90f1, 0x91bf, 0x92af, 0x92b0, 0x92b1, 0x92b2, 0x92d1, 0x9447, 0x94ca, - 0x95d9, 0x96fc, 0x9975, 0x9b76, 0x9b78, 0x9b7b, 0x9bc6, 0x9bde, 0x9bec, 0x9bf6, 0x9c42, 0x9c53, 0x9c62, - 0x9c68, 0x9c6b, 0x9c77, 0x9cbc, 0x9cbd, 0x9cd0, 0x9d57, 0x9d5a, 0x9dc4, 0x9def, 0x9dfb, 0x9ea9, 0x9eef, - 0x9efd, 0x9f60, 0x9fcb, 0xa077, 0xa0dc, 0xa0df, 0x8fcc, 0x92c8, 0x9644, 0x96ed, - - // Step 2 of https://encoding.spec.whatwg.org/#index-big5-pointer: Use last pointer for U+2550, U+255E, U+2561, U+256A, U+5341, or U+5345 - 0xa2a4, 0xa2a5, 0xa2a7, 0xa2a6, 0xa2cc, 0xa2ce, - ], - }, - - 'cnbig5': 'big5hkscs', - 'csbig5': 'big5hkscs', - 'xxbig5': 'big5hkscs', -}; diff --git a/software/flow/node_modules/npm/node_modules/iconv-lite/encodings/index.js b/software/flow/node_modules/npm/node_modules/iconv-lite/encodings/index.js deleted file mode 100644 index d95c244..0000000 --- a/software/flow/node_modules/npm/node_modules/iconv-lite/encodings/index.js +++ /dev/null @@ -1,23 +0,0 @@ -"use strict"; - -// Update this array if you add/rename/remove files in this directory. -// We support Browserify by skipping automatic module discovery and requiring modules directly. -var modules = [ - require("./internal"), - require("./utf32"), - require("./utf16"), - require("./utf7"), - require("./sbcs-codec"), - require("./sbcs-data"), - require("./sbcs-data-generated"), - require("./dbcs-codec"), - require("./dbcs-data"), -]; - -// Put all encoding/alias/codec definitions to single object and export it. -for (var i = 0; i < modules.length; i++) { - var module = modules[i]; - for (var enc in module) - if (Object.prototype.hasOwnProperty.call(module, enc)) - exports[enc] = module[enc]; -} diff --git a/software/flow/node_modules/npm/node_modules/iconv-lite/encodings/internal.js b/software/flow/node_modules/npm/node_modules/iconv-lite/encodings/internal.js deleted file mode 100644 index dc1074f..0000000 --- a/software/flow/node_modules/npm/node_modules/iconv-lite/encodings/internal.js +++ /dev/null @@ -1,198 +0,0 @@ -"use strict"; -var Buffer = require("safer-buffer").Buffer; - -// Export Node.js internal encodings. - -module.exports = { - // Encodings - utf8: { type: "_internal", bomAware: true}, - cesu8: { type: "_internal", bomAware: true}, - unicode11utf8: "utf8", - - ucs2: { type: "_internal", bomAware: true}, - utf16le: "ucs2", - - binary: { type: "_internal" }, - base64: { type: "_internal" }, - hex: { type: "_internal" }, - - // Codec. - _internal: InternalCodec, -}; - -//------------------------------------------------------------------------------ - -function InternalCodec(codecOptions, iconv) { - this.enc = codecOptions.encodingName; - this.bomAware = codecOptions.bomAware; - - if (this.enc === "base64") - this.encoder = InternalEncoderBase64; - else if (this.enc === "cesu8") { - this.enc = "utf8"; // Use utf8 for decoding. - this.encoder = InternalEncoderCesu8; - - // Add decoder for versions of Node not supporting CESU-8 - if (Buffer.from('eda0bdedb2a9', 'hex').toString() !== '💩') { - this.decoder = InternalDecoderCesu8; - this.defaultCharUnicode = iconv.defaultCharUnicode; - } - } -} - -InternalCodec.prototype.encoder = InternalEncoder; -InternalCodec.prototype.decoder = InternalDecoder; - -//------------------------------------------------------------------------------ - -// We use node.js internal decoder. Its signature is the same as ours. -var StringDecoder = require('string_decoder').StringDecoder; - -if (!StringDecoder.prototype.end) // Node v0.8 doesn't have this method. - StringDecoder.prototype.end = function() {}; - - -function InternalDecoder(options, codec) { - this.decoder = new StringDecoder(codec.enc); -} - -InternalDecoder.prototype.write = function(buf) { - if (!Buffer.isBuffer(buf)) { - buf = Buffer.from(buf); - } - - return this.decoder.write(buf); -} - -InternalDecoder.prototype.end = function() { - return this.decoder.end(); -} - - -//------------------------------------------------------------------------------ -// Encoder is mostly trivial - -function InternalEncoder(options, codec) { - this.enc = codec.enc; -} - -InternalEncoder.prototype.write = function(str) { - return Buffer.from(str, this.enc); -} - -InternalEncoder.prototype.end = function() { -} - - -//------------------------------------------------------------------------------ -// Except base64 encoder, which must keep its state. - -function InternalEncoderBase64(options, codec) { - this.prevStr = ''; -} - -InternalEncoderBase64.prototype.write = function(str) { - str = this.prevStr + str; - var completeQuads = str.length - (str.length % 4); - this.prevStr = str.slice(completeQuads); - str = str.slice(0, completeQuads); - - return Buffer.from(str, "base64"); -} - -InternalEncoderBase64.prototype.end = function() { - return Buffer.from(this.prevStr, "base64"); -} - - -//------------------------------------------------------------------------------ -// CESU-8 encoder is also special. - -function InternalEncoderCesu8(options, codec) { -} - -InternalEncoderCesu8.prototype.write = function(str) { - var buf = Buffer.alloc(str.length * 3), bufIdx = 0; - for (var i = 0; i < str.length; i++) { - var charCode = str.charCodeAt(i); - // Naive implementation, but it works because CESU-8 is especially easy - // to convert from UTF-16 (which all JS strings are encoded in). - if (charCode < 0x80) - buf[bufIdx++] = charCode; - else if (charCode < 0x800) { - buf[bufIdx++] = 0xC0 + (charCode >>> 6); - buf[bufIdx++] = 0x80 + (charCode & 0x3f); - } - else { // charCode will always be < 0x10000 in javascript. - buf[bufIdx++] = 0xE0 + (charCode >>> 12); - buf[bufIdx++] = 0x80 + ((charCode >>> 6) & 0x3f); - buf[bufIdx++] = 0x80 + (charCode & 0x3f); - } - } - return buf.slice(0, bufIdx); -} - -InternalEncoderCesu8.prototype.end = function() { -} - -//------------------------------------------------------------------------------ -// CESU-8 decoder is not implemented in Node v4.0+ - -function InternalDecoderCesu8(options, codec) { - this.acc = 0; - this.contBytes = 0; - this.accBytes = 0; - this.defaultCharUnicode = codec.defaultCharUnicode; -} - -InternalDecoderCesu8.prototype.write = function(buf) { - var acc = this.acc, contBytes = this.contBytes, accBytes = this.accBytes, - res = ''; - for (var i = 0; i < buf.length; i++) { - var curByte = buf[i]; - if ((curByte & 0xC0) !== 0x80) { // Leading byte - if (contBytes > 0) { // Previous code is invalid - res += this.defaultCharUnicode; - contBytes = 0; - } - - if (curByte < 0x80) { // Single-byte code - res += String.fromCharCode(curByte); - } else if (curByte < 0xE0) { // Two-byte code - acc = curByte & 0x1F; - contBytes = 1; accBytes = 1; - } else if (curByte < 0xF0) { // Three-byte code - acc = curByte & 0x0F; - contBytes = 2; accBytes = 1; - } else { // Four or more are not supported for CESU-8. - res += this.defaultCharUnicode; - } - } else { // Continuation byte - if (contBytes > 0) { // We're waiting for it. - acc = (acc << 6) | (curByte & 0x3f); - contBytes--; accBytes++; - if (contBytes === 0) { - // Check for overlong encoding, but support Modified UTF-8 (encoding NULL as C0 80) - if (accBytes === 2 && acc < 0x80 && acc > 0) - res += this.defaultCharUnicode; - else if (accBytes === 3 && acc < 0x800) - res += this.defaultCharUnicode; - else - // Actually add character. - res += String.fromCharCode(acc); - } - } else { // Unexpected continuation byte - res += this.defaultCharUnicode; - } - } - } - this.acc = acc; this.contBytes = contBytes; this.accBytes = accBytes; - return res; -} - -InternalDecoderCesu8.prototype.end = function() { - var res = 0; - if (this.contBytes > 0) - res += this.defaultCharUnicode; - return res; -} diff --git a/software/flow/node_modules/npm/node_modules/iconv-lite/encodings/sbcs-codec.js b/software/flow/node_modules/npm/node_modules/iconv-lite/encodings/sbcs-codec.js deleted file mode 100644 index abac5ff..0000000 --- a/software/flow/node_modules/npm/node_modules/iconv-lite/encodings/sbcs-codec.js +++ /dev/null @@ -1,72 +0,0 @@ -"use strict"; -var Buffer = require("safer-buffer").Buffer; - -// Single-byte codec. Needs a 'chars' string parameter that contains 256 or 128 chars that -// correspond to encoded bytes (if 128 - then lower half is ASCII). - -exports._sbcs = SBCSCodec; -function SBCSCodec(codecOptions, iconv) { - if (!codecOptions) - throw new Error("SBCS codec is called without the data.") - - // Prepare char buffer for decoding. - if (!codecOptions.chars || (codecOptions.chars.length !== 128 && codecOptions.chars.length !== 256)) - throw new Error("Encoding '"+codecOptions.type+"' has incorrect 'chars' (must be of len 128 or 256)"); - - if (codecOptions.chars.length === 128) { - var asciiString = ""; - for (var i = 0; i < 128; i++) - asciiString += String.fromCharCode(i); - codecOptions.chars = asciiString + codecOptions.chars; - } - - this.decodeBuf = Buffer.from(codecOptions.chars, 'ucs2'); - - // Encoding buffer. - var encodeBuf = Buffer.alloc(65536, iconv.defaultCharSingleByte.charCodeAt(0)); - - for (var i = 0; i < codecOptions.chars.length; i++) - encodeBuf[codecOptions.chars.charCodeAt(i)] = i; - - this.encodeBuf = encodeBuf; -} - -SBCSCodec.prototype.encoder = SBCSEncoder; -SBCSCodec.prototype.decoder = SBCSDecoder; - - -function SBCSEncoder(options, codec) { - this.encodeBuf = codec.encodeBuf; -} - -SBCSEncoder.prototype.write = function(str) { - var buf = Buffer.alloc(str.length); - for (var i = 0; i < str.length; i++) - buf[i] = this.encodeBuf[str.charCodeAt(i)]; - - return buf; -} - -SBCSEncoder.prototype.end = function() { -} - - -function SBCSDecoder(options, codec) { - this.decodeBuf = codec.decodeBuf; -} - -SBCSDecoder.prototype.write = function(buf) { - // Strings are immutable in JS -> we use ucs2 buffer to speed up computations. - var decodeBuf = this.decodeBuf; - var newBuf = Buffer.alloc(buf.length*2); - var idx1 = 0, idx2 = 0; - for (var i = 0; i < buf.length; i++) { - idx1 = buf[i]*2; idx2 = i*2; - newBuf[idx2] = decodeBuf[idx1]; - newBuf[idx2+1] = decodeBuf[idx1+1]; - } - return newBuf.toString('ucs2'); -} - -SBCSDecoder.prototype.end = function() { -} diff --git a/software/flow/node_modules/npm/node_modules/iconv-lite/encodings/sbcs-data-generated.js b/software/flow/node_modules/npm/node_modules/iconv-lite/encodings/sbcs-data-generated.js deleted file mode 100644 index 9b48236..0000000 --- a/software/flow/node_modules/npm/node_modules/iconv-lite/encodings/sbcs-data-generated.js +++ /dev/null @@ -1,451 +0,0 @@ -"use strict"; - -// Generated data for sbcs codec. Don't edit manually. Regenerate using generation/gen-sbcs.js script. -module.exports = { - "437": "cp437", - "737": "cp737", - "775": "cp775", - "850": "cp850", - "852": "cp852", - "855": "cp855", - "856": "cp856", - "857": "cp857", - "858": "cp858", - "860": "cp860", - "861": "cp861", - "862": "cp862", - "863": "cp863", - "864": "cp864", - "865": "cp865", - "866": "cp866", - "869": "cp869", - "874": "windows874", - "922": "cp922", - "1046": "cp1046", - "1124": "cp1124", - "1125": "cp1125", - "1129": "cp1129", - "1133": "cp1133", - "1161": "cp1161", - "1162": "cp1162", - "1163": "cp1163", - "1250": "windows1250", - "1251": "windows1251", - "1252": "windows1252", - "1253": "windows1253", - "1254": "windows1254", - "1255": "windows1255", - "1256": "windows1256", - "1257": "windows1257", - "1258": "windows1258", - "28591": "iso88591", - "28592": "iso88592", - "28593": "iso88593", - "28594": "iso88594", - "28595": "iso88595", - "28596": "iso88596", - "28597": "iso88597", - "28598": "iso88598", - "28599": "iso88599", - "28600": "iso885910", - "28601": "iso885911", - "28603": "iso885913", - "28604": "iso885914", - "28605": "iso885915", - "28606": "iso885916", - "windows874": { - "type": "_sbcs", - "chars": "€����…�����������‘’“”•–—�������� กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู����฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛����" - }, - "win874": "windows874", - "cp874": "windows874", - "windows1250": { - "type": "_sbcs", - "chars": "€�‚�„…†‡�‰Š‹ŚŤŽŹ�‘’“”•–—�™š›śťžź ˇ˘Ł¤Ą¦§¨©Ş«¬­®Ż°±˛ł´µ¶·¸ąş»Ľ˝ľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖ×ŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőö÷řůúűüýţ˙" - }, - "win1250": "windows1250", - "cp1250": "windows1250", - "windows1251": { - "type": "_sbcs", - "chars": "ЂЃ‚ѓ„…†‡€‰Љ‹ЊЌЋЏђ‘’“”•–—�™љ›њќћџ ЎўЈ¤Ґ¦§Ё©Є«¬­®Ї°±Ііґµ¶·ё№є»јЅѕїАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя" - }, - "win1251": "windows1251", - "cp1251": "windows1251", - "windows1252": { - "type": "_sbcs", - "chars": "€�‚ƒ„…†‡ˆ‰Š‹Œ�Ž��‘’“”•–—˜™š›œ�žŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ" - }, - "win1252": "windows1252", - "cp1252": "windows1252", - "windows1253": { - "type": "_sbcs", - "chars": "€�‚ƒ„…†‡�‰�‹�����‘’“”•–—�™�›���� ΅Ά£¤¥¦§¨©�«¬­®―°±²³΄µ¶·ΈΉΊ»Ό½ΎΏΐΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡ�ΣΤΥΦΧΨΩΪΫάέήίΰαβγδεζηθικλμνξοπρςστυφχψωϊϋόύώ�" - }, - "win1253": "windows1253", - "cp1253": "windows1253", - "windows1254": { - "type": "_sbcs", - "chars": "€�‚ƒ„…†‡ˆ‰Š‹Œ����‘’“”•–—˜™š›œ��Ÿ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏĞÑÒÓÔÕÖ×ØÙÚÛÜİŞßàáâãäåæçèéêëìíîïğñòóôõö÷øùúûüışÿ" - }, - "win1254": "windows1254", - "cp1254": "windows1254", - "windows1255": { - "type": "_sbcs", - "chars": "€�‚ƒ„…†‡ˆ‰�‹�����‘’“”•–—˜™�›���� ¡¢£₪¥¦§¨©×«¬­®¯°±²³´µ¶·¸¹÷»¼½¾¿ְֱֲֳִֵֶַָֹֺֻּֽ־ֿ׀ׁׂ׃װױײ׳״�������אבגדהוזחטיךכלםמןנסעףפץצקרשת��‎‏�" - }, - "win1255": "windows1255", - "cp1255": "windows1255", - "windows1256": { - "type": "_sbcs", - "chars": "€پ‚ƒ„…†‡ˆ‰ٹ‹Œچژڈگ‘’“”•–—ک™ڑ›œ‌‍ں ،¢£¤¥¦§¨©ھ«¬­®¯°±²³´µ¶·¸¹؛»¼½¾؟ہءآأؤإئابةتثجحخدذرزسشصض×طظعغـفقكàلâمنهوçèéêëىيîïًٌٍَôُِ÷ّùْûü‎‏ے" - }, - "win1256": "windows1256", - "cp1256": "windows1256", - "windows1257": { - "type": "_sbcs", - "chars": "€�‚�„…†‡�‰�‹�¨ˇ¸�‘’“”•–—�™�›�¯˛� �¢£¤�¦§Ø©Ŗ«¬­®Æ°±²³´µ¶·ø¹ŗ»¼½¾æĄĮĀĆÄÅĘĒČÉŹĖĢĶĪĻŠŃŅÓŌÕÖ×ŲŁŚŪÜŻŽßąįāćäåęēčéźėģķīļšńņóōõö÷ųłśūüżž˙" - }, - "win1257": "windows1257", - "cp1257": "windows1257", - "windows1258": { - "type": "_sbcs", - "chars": "€�‚ƒ„…†‡ˆ‰�‹Œ����‘’“”•–—˜™�›œ��Ÿ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂĂÄÅÆÇÈÉÊË̀ÍÎÏĐÑ̉ÓÔƠÖ×ØÙÚÛÜỮßàáâăäåæçèéêë́íîïđṇ̃óôơö÷øùúûüư₫ÿ" - }, - "win1258": "windows1258", - "cp1258": "windows1258", - "iso88591": { - "type": "_sbcs", - "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ" - }, - "cp28591": "iso88591", - "iso88592": { - "type": "_sbcs", - "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ Ą˘Ł¤ĽŚ§¨ŠŞŤŹ­ŽŻ°ą˛ł´ľśˇ¸šşťź˝žżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖ×ŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőö÷řůúűüýţ˙" - }, - "cp28592": "iso88592", - "iso88593": { - "type": "_sbcs", - "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ Ħ˘£¤�Ĥ§¨İŞĞĴ­�Ż°ħ²³´µĥ·¸ışğĵ½�żÀÁÂ�ÄĊĈÇÈÉÊËÌÍÎÏ�ÑÒÓÔĠÖ×ĜÙÚÛÜŬŜßàáâ�äċĉçèéêëìíîï�ñòóôġö÷ĝùúûüŭŝ˙" - }, - "cp28593": "iso88593", - "iso88594": { - "type": "_sbcs", - "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ĄĸŖ¤ĨĻ§¨ŠĒĢŦ­Ž¯°ą˛ŗ´ĩļˇ¸šēģŧŊžŋĀÁÂÃÄÅÆĮČÉĘËĖÍÎĪĐŅŌĶÔÕÖ×ØŲÚÛÜŨŪßāáâãäåæįčéęëėíîīđņōķôõö÷øųúûüũū˙" - }, - "cp28594": "iso88594", - "iso88595": { - "type": "_sbcs", - "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ЁЂЃЄЅІЇЈЉЊЋЌ­ЎЏАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя№ёђѓєѕіїјљњћќ§ўџ" - }, - "cp28595": "iso88595", - "iso88596": { - "type": "_sbcs", - "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ���¤�������،­�������������؛���؟�ءآأؤإئابةتثجحخدذرزسشصضطظعغ�����ـفقكلمنهوىيًٌٍَُِّْ�������������" - }, - "cp28596": "iso88596", - "iso88597": { - "type": "_sbcs", - "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ‘’£€₯¦§¨©ͺ«¬­�―°±²³΄΅Ά·ΈΉΊ»Ό½ΎΏΐΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡ�ΣΤΥΦΧΨΩΪΫάέήίΰαβγδεζηθικλμνξοπρςστυφχψωϊϋόύώ�" - }, - "cp28597": "iso88597", - "iso88598": { - "type": "_sbcs", - "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ �¢£¤¥¦§¨©×«¬­®¯°±²³´µ¶·¸¹÷»¼½¾��������������������������������‗אבגדהוזחטיךכלםמןנסעףפץצקרשת��‎‏�" - }, - "cp28598": "iso88598", - "iso88599": { - "type": "_sbcs", - "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏĞÑÒÓÔÕÖ×ØÙÚÛÜİŞßàáâãäåæçèéêëìíîïğñòóôõö÷øùúûüışÿ" - }, - "cp28599": "iso88599", - "iso885910": { - "type": "_sbcs", - "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ĄĒĢĪĨĶ§ĻĐŠŦŽ­ŪŊ°ąēģīĩķ·ļđšŧž―ūŋĀÁÂÃÄÅÆĮČÉĘËĖÍÎÏÐŅŌÓÔÕÖŨØŲÚÛÜÝÞßāáâãäåæįčéęëėíîïðņōóôõöũøųúûüýþĸ" - }, - "cp28600": "iso885910", - "iso885911": { - "type": "_sbcs", - "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู����฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛����" - }, - "cp28601": "iso885911", - "iso885913": { - "type": "_sbcs", - "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ”¢£¤„¦§Ø©Ŗ«¬­®Æ°±²³“µ¶·ø¹ŗ»¼½¾æĄĮĀĆÄÅĘĒČÉŹĖĢĶĪĻŠŃŅÓŌÕÖ×ŲŁŚŪÜŻŽßąįāćäåęēčéźėģķīļšńņóōõö÷ųłśūüżž’" - }, - "cp28603": "iso885913", - "iso885914": { - "type": "_sbcs", - "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ Ḃḃ£ĊċḊ§Ẁ©ẂḋỲ­®ŸḞḟĠġṀṁ¶ṖẁṗẃṠỳẄẅṡÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏŴÑÒÓÔÕÖṪØÙÚÛÜÝŶßàáâãäåæçèéêëìíîïŵñòóôõöṫøùúûüýŷÿ" - }, - "cp28604": "iso885914", - "iso885915": { - "type": "_sbcs", - "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£€¥Š§š©ª«¬­®¯°±²³Žµ¶·ž¹º»ŒœŸ¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ" - }, - "cp28605": "iso885915", - "iso885916": { - "type": "_sbcs", - "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ĄąŁ€„Š§š©Ș«Ź­źŻ°±ČłŽ”¶·žčș»ŒœŸżÀÁÂĂÄĆÆÇÈÉÊËÌÍÎÏĐŃÒÓÔŐÖŚŰÙÚÛÜĘȚßàáâăäćæçèéêëìíîïđńòóôőöśűùúûüęțÿ" - }, - "cp28606": "iso885916", - "cp437": { - "type": "_sbcs", - "chars": "ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜ¢£¥₧ƒáíóúñѪº¿⌐¬½¼¡«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ " - }, - "ibm437": "cp437", - "csibm437": "cp437", - "cp737": { - "type": "_sbcs", - "chars": "ΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩαβγδεζηθικλμνξοπρσςτυφχψ░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀ωάέήϊίόύϋώΆΈΉΊΌΎΏ±≥≤ΪΫ÷≈°∙·√ⁿ²■ " - }, - "ibm737": "cp737", - "csibm737": "cp737", - "cp775": { - "type": "_sbcs", - "chars": "ĆüéāäģåćłēŖŗīŹÄÅÉæÆōöĢ¢ŚśÖÜø£ØפĀĪóŻżź”¦©®¬½¼Ł«»░▒▓│┤ĄČĘĖ╣║╗╝ĮŠ┐└┴┬├─┼ŲŪ╚╔╩╦╠═╬Žąčęėįšųūž┘┌█▄▌▐▀ÓßŌŃõÕµńĶķĻļņĒŅ’­±“¾¶§÷„°∙·¹³²■ " - }, - "ibm775": "cp775", - "csibm775": "cp775", - "cp850": { - "type": "_sbcs", - "chars": "ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜø£Ø׃áíóúñѪº¿®¬½¼¡«»░▒▓│┤ÁÂÀ©╣║╗╝¢¥┐└┴┬├─┼ãÃ╚╔╩╦╠═╬¤ðÐÊËÈıÍÎÏ┘┌█▄¦Ì▀ÓßÔÒõÕµþÞÚÛÙýݯ´­±‗¾¶§÷¸°¨·¹³²■ " - }, - "ibm850": "cp850", - "csibm850": "cp850", - "cp852": { - "type": "_sbcs", - "chars": "ÇüéâäůćçłëŐőîŹÄĆÉĹĺôöĽľŚśÖÜŤťŁ×čáíóúĄąŽžĘ꬟Ⱥ«»░▒▓│┤ÁÂĚŞ╣║╗╝Żż┐└┴┬├─┼Ăă╚╔╩╦╠═╬¤đĐĎËďŇÍÎě┘┌█▄ŢŮ▀ÓßÔŃńňŠšŔÚŕŰýÝţ´­˝˛ˇ˘§÷¸°¨˙űŘř■ " - }, - "ibm852": "cp852", - "csibm852": "cp852", - "cp855": { - "type": "_sbcs", - "chars": "ђЂѓЃёЁєЄѕЅіІїЇјЈљЉњЊћЋќЌўЎџЏюЮъЪаАбБцЦдДеЕфФгГ«»░▒▓│┤хХиИ╣║╗╝йЙ┐└┴┬├─┼кК╚╔╩╦╠═╬¤лЛмМнНоОп┘┌█▄Пя▀ЯрРсСтТуУжЖвВьЬ№­ыЫзЗшШэЭщЩчЧ§■ " - }, - "ibm855": "cp855", - "csibm855": "cp855", - "cp856": { - "type": "_sbcs", - "chars": "אבגדהוזחטיךכלםמןנסעףפץצקרשת�£�×����������®¬½¼�«»░▒▓│┤���©╣║╗╝¢¥┐└┴┬├─┼��╚╔╩╦╠═╬¤���������┘┌█▄¦�▀������µ�������¯´­±‗¾¶§÷¸°¨·¹³²■ " - }, - "ibm856": "cp856", - "csibm856": "cp856", - "cp857": { - "type": "_sbcs", - "chars": "ÇüéâäàåçêëèïîıÄÅÉæÆôöòûùİÖÜø£ØŞşáíóúñÑĞ𿮬½¼¡«»░▒▓│┤ÁÂÀ©╣║╗╝¢¥┐└┴┬├─┼ãÃ╚╔╩╦╠═╬¤ºªÊËÈ�ÍÎÏ┘┌█▄¦Ì▀ÓßÔÒõÕµ�×ÚÛÙìÿ¯´­±�¾¶§÷¸°¨·¹³²■ " - }, - "ibm857": "cp857", - "csibm857": "cp857", - "cp858": { - "type": "_sbcs", - "chars": "ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜø£Ø׃áíóúñѪº¿®¬½¼¡«»░▒▓│┤ÁÂÀ©╣║╗╝¢¥┐└┴┬├─┼ãÃ╚╔╩╦╠═╬¤ðÐÊËÈ€ÍÎÏ┘┌█▄¦Ì▀ÓßÔÒõÕµþÞÚÛÙýݯ´­±‗¾¶§÷¸°¨·¹³²■ " - }, - "ibm858": "cp858", - "csibm858": "cp858", - "cp860": { - "type": "_sbcs", - "chars": "ÇüéâãàÁçêÊèÍÔìÃÂÉÀÈôõòÚùÌÕÜ¢£Ù₧ÓáíóúñѪº¿Ò¬½¼¡«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ " - }, - "ibm860": "cp860", - "csibm860": "cp860", - "cp861": { - "type": "_sbcs", - "chars": "ÇüéâäàåçêëèÐðÞÄÅÉæÆôöþûÝýÖÜø£Ø₧ƒáíóúÁÍÓÚ¿⌐¬½¼¡«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ " - }, - "ibm861": "cp861", - "csibm861": "cp861", - "cp862": { - "type": "_sbcs", - "chars": "אבגדהוזחטיךכלםמןנסעףפץצקרשת¢£¥₧ƒáíóúñѪº¿⌐¬½¼¡«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ " - }, - "ibm862": "cp862", - "csibm862": "cp862", - "cp863": { - "type": "_sbcs", - "chars": "ÇüéâÂà¶çêëèïî‗À§ÉÈÊôËÏûù¤ÔÜ¢£ÙÛƒ¦´óú¨¸³¯Î⌐¬½¼¾«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ " - }, - "ibm863": "cp863", - "csibm863": "cp863", - "cp864": { - "type": "_sbcs", - "chars": "\u0000\u0001\u0002\u0003\u0004\u0005\u0006\u0007\b\t\n\u000b\f\r\u000e\u000f\u0010\u0011\u0012\u0013\u0014\u0015\u0016\u0017\u0018\u0019\u001a\u001b\u001c\u001d\u001e\u001f !\"#$٪&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~°·∙√▒─│┼┤┬├┴┐┌└┘β∞φ±½¼≈«»ﻷﻸ��ﻻﻼ� ­ﺂ£¤ﺄ��ﺎﺏﺕﺙ،ﺝﺡﺥ٠١٢٣٤٥٦٧٨٩ﻑ؛ﺱﺵﺹ؟¢ﺀﺁﺃﺅﻊﺋﺍﺑﺓﺗﺛﺟﺣﺧﺩﺫﺭﺯﺳﺷﺻﺿﻁﻅﻋﻏ¦¬÷×ﻉـﻓﻗﻛﻟﻣﻧﻫﻭﻯﻳﺽﻌﻎﻍﻡﹽّﻥﻩﻬﻰﻲﻐﻕﻵﻶﻝﻙﻱ■�" - }, - "ibm864": "cp864", - "csibm864": "cp864", - "cp865": { - "type": "_sbcs", - "chars": "ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜø£Ø₧ƒáíóúñѪº¿⌐¬½¼¡«¤░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ " - }, - "ibm865": "cp865", - "csibm865": "cp865", - "cp866": { - "type": "_sbcs", - "chars": "АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмноп░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀рстуфхцчшщъыьэюяЁёЄєЇїЎў°∙·√№¤■ " - }, - "ibm866": "cp866", - "csibm866": "cp866", - "cp869": { - "type": "_sbcs", - "chars": "������Ά�·¬¦‘’Έ―ΉΊΪΌ��ΎΫ©Ώ²³ά£έήίϊΐόύΑΒΓΔΕΖΗ½ΘΙ«»░▒▓│┤ΚΛΜΝ╣║╗╝ΞΟ┐└┴┬├─┼ΠΡ╚╔╩╦╠═╬ΣΤΥΦΧΨΩαβγ┘┌█▄δε▀ζηθικλμνξοπρσςτ΄­±υφχ§ψ΅°¨ωϋΰώ■ " - }, - "ibm869": "cp869", - "csibm869": "cp869", - "cp922": { - "type": "_sbcs", - "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®‾°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏŠÑÒÓÔÕÖ×ØÙÚÛÜÝŽßàáâãäåæçèéêëìíîïšñòóôõö÷øùúûüýžÿ" - }, - "ibm922": "cp922", - "csibm922": "cp922", - "cp1046": { - "type": "_sbcs", - "chars": "ﺈ×÷ﹱˆ■│─┐┌└┘ﹹﹻﹽﹿﹷﺊﻰﻳﻲﻎﻏﻐﻶﻸﻺﻼ ¤ﺋﺑﺗﺛﺟﺣ،­ﺧﺳ٠١٢٣٤٥٦٧٨٩ﺷ؛ﺻﺿﻊ؟ﻋءآأؤإئابةتثجحخدذرزسشصضطﻇعغﻌﺂﺄﺎﻓـفقكلمنهوىيًٌٍَُِّْﻗﻛﻟﻵﻷﻹﻻﻣﻧﻬﻩ�" - }, - "ibm1046": "cp1046", - "csibm1046": "cp1046", - "cp1124": { - "type": "_sbcs", - "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ЁЂҐЄЅІЇЈЉЊЋЌ­ЎЏАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя№ёђґєѕіїјљњћќ§ўџ" - }, - "ibm1124": "cp1124", - "csibm1124": "cp1124", - "cp1125": { - "type": "_sbcs", - "chars": "АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмноп░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀рстуфхцчшщъыьэюяЁёҐґЄєІіЇї·√№¤■ " - }, - "ibm1125": "cp1125", - "csibm1125": "cp1125", - "cp1129": { - "type": "_sbcs", - "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§œ©ª«¬­®¯°±²³Ÿµ¶·Œ¹º»¼½¾¿ÀÁÂĂÄÅÆÇÈÉÊË̀ÍÎÏĐÑ̉ÓÔƠÖ×ØÙÚÛÜỮßàáâăäåæçèéêë́íîïđṇ̃óôơö÷øùúûüư₫ÿ" - }, - "ibm1129": "cp1129", - "csibm1129": "cp1129", - "cp1133": { - "type": "_sbcs", - "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ກຂຄງຈສຊຍດຕຖທນບປຜຝພຟມຢຣລວຫອຮ���ຯະາຳິີຶືຸູຼັົຽ���ເແໂໃໄ່້໊໋໌ໍໆ�ໜໝ₭����������������໐໑໒໓໔໕໖໗໘໙��¢¬¦�" - }, - "ibm1133": "cp1133", - "csibm1133": "cp1133", - "cp1161": { - "type": "_sbcs", - "chars": "��������������������������������่กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู้๊๋€฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛¢¬¦ " - }, - "ibm1161": "cp1161", - "csibm1161": "cp1161", - "cp1162": { - "type": "_sbcs", - "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู����฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛����" - }, - "ibm1162": "cp1162", - "csibm1162": "cp1162", - "cp1163": { - "type": "_sbcs", - "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£€¥¦§œ©ª«¬­®¯°±²³Ÿµ¶·Œ¹º»¼½¾¿ÀÁÂĂÄÅÆÇÈÉÊË̀ÍÎÏĐÑ̉ÓÔƠÖ×ØÙÚÛÜỮßàáâăäåæçèéêë́íîïđṇ̃óôơö÷øùúûüư₫ÿ" - }, - "ibm1163": "cp1163", - "csibm1163": "cp1163", - "maccroatian": { - "type": "_sbcs", - "chars": "ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®Š™´¨≠ŽØ∞±≤≥∆µ∂∑∏š∫ªºΩžø¿¡¬√ƒ≈Ć«Č… ÀÃÕŒœĐ—“”‘’÷◊�©⁄¤‹›Æ»–·‚„‰ÂćÁčÈÍÎÏÌÓÔđÒÚÛÙıˆ˜¯πË˚¸Êæˇ" - }, - "maccyrillic": { - "type": "_sbcs", - "chars": "АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯ†°¢£§•¶І®©™Ђђ≠Ѓѓ∞±≤≥іµ∂ЈЄєЇїЉљЊњјЅ¬√ƒ≈∆«»… ЋћЌќѕ–—“”‘’÷„ЎўЏџ№Ёёяабвгдежзийклмнопрстуфхцчшщъыьэю¤" - }, - "macgreek": { - "type": "_sbcs", - "chars": "Ĺ²É³ÖÜ΅àâä΄¨çéèê룙î‰ôö¦­ùûü†ΓΔΘΛΞΠß®©ΣΪ§≠°·Α±≤≥¥ΒΕΖΗΙΚΜΦΫΨΩάΝ¬ΟΡ≈Τ«»… ΥΧΆΈœ–―“”‘’÷ΉΊΌΎέήίόΏύαβψδεφγηιξκλμνοπώρστθωςχυζϊϋΐΰ�" - }, - "maciceland": { - "type": "_sbcs", - "chars": "ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûüÝ°¢£§•¶ß®©™´¨≠ÆØ∞±≤≥¥µ∂∑∏π∫ªºΩæø¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸ⁄¤ÐðÞþý·‚„‰ÂÊÁËÈÍÎÏÌÓÔ�ÒÚÛÙıˆ˜¯˘˙˚¸˝˛ˇ" - }, - "macroman": { - "type": "_sbcs", - "chars": "ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®©™´¨≠ÆØ∞±≤≥¥µ∂∑∏π∫ªºΩæø¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸ⁄¤‹›fifl‡·‚„‰ÂÊÁËÈÍÎÏÌÓÔ�ÒÚÛÙıˆ˜¯˘˙˚¸˝˛ˇ" - }, - "macromania": { - "type": "_sbcs", - "chars": "ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®©™´¨≠ĂŞ∞±≤≥¥µ∂∑∏π∫ªºΩăş¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸ⁄¤‹›Ţţ‡·‚„‰ÂÊÁËÈÍÎÏÌÓÔ�ÒÚÛÙıˆ˜¯˘˙˚¸˝˛ˇ" - }, - "macthai": { - "type": "_sbcs", - "chars": "«»…“”�•‘’� กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู​–—฿เแโใไๅๆ็่้๊๋์ํ™๏๐๑๒๓๔๕๖๗๘๙®©����" - }, - "macturkish": { - "type": "_sbcs", - "chars": "ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®©™´¨≠ÆØ∞±≤≥¥µ∂∑∏π∫ªºΩæø¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸĞğİıŞş‡·‚„‰ÂÊÁËÈÍÎÏÌÓÔ�ÒÚÛÙ�ˆ˜¯˘˙˚¸˝˛ˇ" - }, - "macukraine": { - "type": "_sbcs", - "chars": "АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯ†°Ґ£§•¶І®©™Ђђ≠Ѓѓ∞±≤≥іµґЈЄєЇїЉљЊњјЅ¬√ƒ≈∆«»… ЋћЌќѕ–—“”‘’÷„ЎўЏџ№Ёёяабвгдежзийклмнопрстуфхцчшщъыьэю¤" - }, - "koi8r": { - "type": "_sbcs", - "chars": "─│┌┐└┘├┤┬┴┼▀▄█▌▐░▒▓⌠■∙√≈≤≥ ⌡°²·÷═║╒ё╓╔╕╖╗╘╙╚╛╜╝╞╟╠╡Ё╢╣╤╥╦╧╨╩╪╫╬©юабцдефгхийклмнопярстужвьызшэщчъЮАБЦДЕФГХИЙКЛМНОПЯРСТУЖВЬЫЗШЭЩЧЪ" - }, - "koi8u": { - "type": "_sbcs", - "chars": "─│┌┐└┘├┤┬┴┼▀▄█▌▐░▒▓⌠■∙√≈≤≥ ⌡°²·÷═║╒ёє╔ії╗╘╙╚╛ґ╝╞╟╠╡ЁЄ╣ІЇ╦╧╨╩╪Ґ╬©юабцдефгхийклмнопярстужвьызшэщчъЮАБЦДЕФГХИЙКЛМНОПЯРСТУЖВЬЫЗШЭЩЧЪ" - }, - "koi8ru": { - "type": "_sbcs", - "chars": "─│┌┐└┘├┤┬┴┼▀▄█▌▐░▒▓⌠■∙√≈≤≥ ⌡°²·÷═║╒ёє╔ії╗╘╙╚╛ґў╞╟╠╡ЁЄ╣ІЇ╦╧╨╩╪ҐЎ©юабцдефгхийклмнопярстужвьызшэщчъЮАБЦДЕФГХИЙКЛМНОПЯРСТУЖВЬЫЗШЭЩЧЪ" - }, - "koi8t": { - "type": "_sbcs", - "chars": "қғ‚Ғ„…†‡�‰ҳ‹ҲҷҶ�Қ‘’“”•–—�™�›�����ӯӮё¤ӣ¦§���«¬­®�°±²Ё�Ӣ¶·�№�»���©юабцдефгхийклмнопярстужвьызшэщчъЮАБЦДЕФГХИЙКЛМНОПЯРСТУЖВЬЫЗШЭЩЧЪ" - }, - "armscii8": { - "type": "_sbcs", - "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ �և։)(»«—.՝,-֊…՜՛՞ԱաԲբԳգԴդԵեԶզԷէԸըԹթԺժԻիԼլԽխԾծԿկՀհՁձՂղՃճՄմՅյՆնՇշՈոՉչՊպՋջՌռՍսՎվՏտՐրՑցՒւՓփՔքՕօՖֆ՚�" - }, - "rk1048": { - "type": "_sbcs", - "chars": "ЂЃ‚ѓ„…†‡€‰Љ‹ЊҚҺЏђ‘’“”•–—�™љ›њқһџ ҰұӘ¤Ө¦§Ё©Ғ«¬­®Ү°±Ііөµ¶·ё№ғ»әҢңүАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя" - }, - "tcvn": { - "type": "_sbcs", - "chars": "\u0000ÚỤ\u0003ỪỬỮ\u0007\b\t\n\u000b\f\r\u000e\u000f\u0010ỨỰỲỶỸÝỴ\u0018\u0019\u001a\u001b\u001c\u001d\u001e\u001f !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~ÀẢÃÁẠẶẬÈẺẼÉẸỆÌỈĨÍỊÒỎÕÓỌỘỜỞỠỚỢÙỦŨ ĂÂÊÔƠƯĐăâêôơưđẶ̀̀̉̃́àảãáạẲằẳẵắẴẮẦẨẪẤỀặầẩẫấậèỂẻẽéẹềểễếệìỉỄẾỒĩíịòỔỏõóọồổỗốộờởỡớợùỖủũúụừửữứựỳỷỹýỵỐ" - }, - "georgianacademy": { - "type": "_sbcs", - "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿აბგდევზთიკლმნოპჟრსტუფქღყშჩცძწჭხჯჰჱჲჳჴჵჶçèéêëìíîïðñòóôõö÷øùúûüýþÿ" - }, - "georgianps": { - "type": "_sbcs", - "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿აბგდევზჱთიკლმნჲოპჟრსტჳუფქღყშჩცძწჭხჴჯჰჵæçèéêëìíîïðñòóôõö÷øùúûüýþÿ" - }, - "pt154": { - "type": "_sbcs", - "chars": "ҖҒӮғ„…ҶҮҲүҠӢҢҚҺҸҗ‘’“”•–—ҳҷҡӣңқһҹ ЎўЈӨҘҰ§Ё©Ә«¬ӯ®Ҝ°ұІіҙө¶·ё№ә»јҪҫҝАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя" - }, - "viscii": { - "type": "_sbcs", - "chars": "\u0000\u0001Ẳ\u0003\u0004ẴẪ\u0007\b\t\n\u000b\f\r\u000e\u000f\u0010\u0011\u0012\u0013Ỷ\u0015\u0016\u0017\u0018Ỹ\u001a\u001b\u001c\u001dỴ\u001f !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~ẠẮẰẶẤẦẨẬẼẸẾỀỂỄỆỐỒỔỖỘỢỚỜỞỊỎỌỈỦŨỤỲÕắằặấầẩậẽẹếềểễệốồổỗỠƠộờởịỰỨỪỬơớƯÀÁÂÃẢĂẳẵÈÉÊẺÌÍĨỳĐứÒÓÔạỷừửÙÚỹỵÝỡưàáâãảăữẫèéêẻìíĩỉđựòóôõỏọụùúũủýợỮ" - }, - "iso646cn": { - "type": "_sbcs", - "chars": "\u0000\u0001\u0002\u0003\u0004\u0005\u0006\u0007\b\t\n\u000b\f\r\u000e\u000f\u0010\u0011\u0012\u0013\u0014\u0015\u0016\u0017\u0018\u0019\u001a\u001b\u001c\u001d\u001e\u001f !\"#¥%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}‾��������������������������������������������������������������������������������������������������������������������������������" - }, - "iso646jp": { - "type": "_sbcs", - "chars": "\u0000\u0001\u0002\u0003\u0004\u0005\u0006\u0007\b\t\n\u000b\f\r\u000e\u000f\u0010\u0011\u0012\u0013\u0014\u0015\u0016\u0017\u0018\u0019\u001a\u001b\u001c\u001d\u001e\u001f !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[¥]^_`abcdefghijklmnopqrstuvwxyz{|}‾��������������������������������������������������������������������������������������������������������������������������������" - }, - "hproman8": { - "type": "_sbcs", - "chars": "€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ÀÂÈÊËÎÏ´ˋˆ¨˜ÙÛ₤¯Ýý°ÇçÑñ¡¿¤£¥§ƒ¢âêôûáéóúàèòùäëöüÅîØÆåíøæÄìÖÜÉïßÔÁÃãÐðÍÌÓÒÕõŠšÚŸÿÞþ·µ¶¾—¼½ªº«■»±�" - }, - "macintosh": { - "type": "_sbcs", - "chars": "ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®©™´¨≠ÆØ∞±≤≥¥µ∂∑∏π∫ªºΩæø¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸ⁄¤‹›fifl‡·‚„‰ÂÊÁËÈÍÎÏÌÓÔ�ÒÚÛÙıˆ˜¯˘˙˚¸˝˛ˇ" - }, - "ascii": { - "type": "_sbcs", - "chars": "��������������������������������������������������������������������������������������������������������������������������������" - }, - "tis620": { - "type": "_sbcs", - "chars": "���������������������������������กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู����฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛����" - } -} \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/iconv-lite/encodings/sbcs-data.js b/software/flow/node_modules/npm/node_modules/iconv-lite/encodings/sbcs-data.js deleted file mode 100644 index 066f904..0000000 --- a/software/flow/node_modules/npm/node_modules/iconv-lite/encodings/sbcs-data.js +++ /dev/null @@ -1,179 +0,0 @@ -"use strict"; - -// Manually added data to be used by sbcs codec in addition to generated one. - -module.exports = { - // Not supported by iconv, not sure why. - "10029": "maccenteuro", - "maccenteuro": { - "type": "_sbcs", - "chars": "ÄĀāÉĄÖÜáąČäčĆć鏟ĎíďĒēĖóėôöõúĚěü†°Ę£§•¶ß®©™ę¨≠ģĮįĪ≤≥īĶ∂∑łĻļĽľĹĺŅņѬ√ńŇ∆«»… ňŐÕőŌ–—“”‘’÷◊ōŔŕŘ‹›řŖŗŠ‚„šŚśÁŤťÍŽžŪÓÔūŮÚůŰűŲųÝýķŻŁżĢˇ" - }, - - "808": "cp808", - "ibm808": "cp808", - "cp808": { - "type": "_sbcs", - "chars": "АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмноп░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀рстуфхцчшщъыьэюяЁёЄєЇїЎў°∙·√№€■ " - }, - - "mik": { - "type": "_sbcs", - "chars": "АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя└┴┬├─┼╣║╚╔╩╦╠═╬┐░▒▓│┤№§╗╝┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ " - }, - - "cp720": { - "type": "_sbcs", - "chars": "\x80\x81éâ\x84à\x86çêëèïî\x8d\x8e\x8f\x90\u0651\u0652ô¤ـûùءآأؤ£إئابةتثجحخدذرزسشص«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀ضطظعغفµقكلمنهوىي≡\u064b\u064c\u064d\u064e\u064f\u0650≈°∙·√ⁿ²■\u00a0" - }, - - // Aliases of generated encodings. - "ascii8bit": "ascii", - "usascii": "ascii", - "ansix34": "ascii", - "ansix341968": "ascii", - "ansix341986": "ascii", - "csascii": "ascii", - "cp367": "ascii", - "ibm367": "ascii", - "isoir6": "ascii", - "iso646us": "ascii", - "iso646irv": "ascii", - "us": "ascii", - - "latin1": "iso88591", - "latin2": "iso88592", - "latin3": "iso88593", - "latin4": "iso88594", - "latin5": "iso88599", - "latin6": "iso885910", - "latin7": "iso885913", - "latin8": "iso885914", - "latin9": "iso885915", - "latin10": "iso885916", - - "csisolatin1": "iso88591", - "csisolatin2": "iso88592", - "csisolatin3": "iso88593", - "csisolatin4": "iso88594", - "csisolatincyrillic": "iso88595", - "csisolatinarabic": "iso88596", - "csisolatingreek" : "iso88597", - "csisolatinhebrew": "iso88598", - "csisolatin5": "iso88599", - "csisolatin6": "iso885910", - - "l1": "iso88591", - "l2": "iso88592", - "l3": "iso88593", - "l4": "iso88594", - "l5": "iso88599", - "l6": "iso885910", - "l7": "iso885913", - "l8": "iso885914", - "l9": "iso885915", - "l10": "iso885916", - - "isoir14": "iso646jp", - "isoir57": "iso646cn", - "isoir100": "iso88591", - "isoir101": "iso88592", - "isoir109": "iso88593", - "isoir110": "iso88594", - "isoir144": "iso88595", - "isoir127": "iso88596", - "isoir126": "iso88597", - "isoir138": "iso88598", - "isoir148": "iso88599", - "isoir157": "iso885910", - "isoir166": "tis620", - "isoir179": "iso885913", - "isoir199": "iso885914", - "isoir203": "iso885915", - "isoir226": "iso885916", - - "cp819": "iso88591", - "ibm819": "iso88591", - - "cyrillic": "iso88595", - - "arabic": "iso88596", - "arabic8": "iso88596", - "ecma114": "iso88596", - "asmo708": "iso88596", - - "greek" : "iso88597", - "greek8" : "iso88597", - "ecma118" : "iso88597", - "elot928" : "iso88597", - - "hebrew": "iso88598", - "hebrew8": "iso88598", - - "turkish": "iso88599", - "turkish8": "iso88599", - - "thai": "iso885911", - "thai8": "iso885911", - - "celtic": "iso885914", - "celtic8": "iso885914", - "isoceltic": "iso885914", - - "tis6200": "tis620", - "tis62025291": "tis620", - "tis62025330": "tis620", - - "10000": "macroman", - "10006": "macgreek", - "10007": "maccyrillic", - "10079": "maciceland", - "10081": "macturkish", - - "cspc8codepage437": "cp437", - "cspc775baltic": "cp775", - "cspc850multilingual": "cp850", - "cspcp852": "cp852", - "cspc862latinhebrew": "cp862", - "cpgr": "cp869", - - "msee": "cp1250", - "mscyrl": "cp1251", - "msansi": "cp1252", - "msgreek": "cp1253", - "msturk": "cp1254", - "mshebr": "cp1255", - "msarab": "cp1256", - "winbaltrim": "cp1257", - - "cp20866": "koi8r", - "20866": "koi8r", - "ibm878": "koi8r", - "cskoi8r": "koi8r", - - "cp21866": "koi8u", - "21866": "koi8u", - "ibm1168": "koi8u", - - "strk10482002": "rk1048", - - "tcvn5712": "tcvn", - "tcvn57121": "tcvn", - - "gb198880": "iso646cn", - "cn": "iso646cn", - - "csiso14jisc6220ro": "iso646jp", - "jisc62201969ro": "iso646jp", - "jp": "iso646jp", - - "cshproman8": "hproman8", - "r8": "hproman8", - "roman8": "hproman8", - "xroman8": "hproman8", - "ibm1051": "hproman8", - - "mac": "macintosh", - "csmacintosh": "macintosh", -}; - diff --git a/software/flow/node_modules/npm/node_modules/iconv-lite/encodings/tables/big5-added.json b/software/flow/node_modules/npm/node_modules/iconv-lite/encodings/tables/big5-added.json deleted file mode 100644 index 3c3d3c2..0000000 --- a/software/flow/node_modules/npm/node_modules/iconv-lite/encodings/tables/big5-added.json +++ /dev/null @@ -1,122 +0,0 @@ -[ -["8740","䏰䰲䘃䖦䕸𧉧䵷䖳𧲱䳢𧳅㮕䜶䝄䱇䱀𤊿𣘗𧍒𦺋𧃒䱗𪍑䝏䗚䲅𧱬䴇䪤䚡𦬣爥𥩔𡩣𣸆𣽡晍囻"], -["8767","綕夝𨮹㷴霴𧯯寛𡵞媤㘥𩺰嫑宷峼杮薓𩥅瑡璝㡵𡵓𣚞𦀡㻬"], -["87a1","𥣞㫵竼龗𤅡𨤍𣇪𠪊𣉞䌊蒄龖鐯䤰蘓墖靊鈘秐稲晠権袝瑌篅枂稬剏遆㓦珄𥶹瓆鿇垳䤯呌䄱𣚎堘穲𧭥讏䚮𦺈䆁𥶙箮𢒼鿈𢓁𢓉𢓌鿉蔄𣖻䂴鿊䓡𪷿拁灮鿋"], -["8840","㇀",4,"𠄌㇅𠃑𠃍㇆㇇𠃋𡿨㇈𠃊㇉㇊㇋㇌𠄎㇍㇎ĀÁǍÀĒÉĚÈŌÓǑÒ࿿Ê̄Ế࿿Ê̌ỀÊāáǎàɑēéěèīíǐìōóǒòūúǔùǖǘǚ"], -["88a1","ǜü࿿ê̄ế࿿ê̌ềêɡ⏚⏛"], -["8940","𪎩𡅅"], -["8943","攊"], -["8946","丽滝鵎釟"], -["894c","𧜵撑会伨侨兖兴农凤务动医华发变团声处备夲头学实実岚庆总斉柾栄桥济炼电纤纬纺织经统缆缷艺苏药视设询车轧轮"], -["89a1","琑糼緍楆竉刧"], -["89ab","醌碸酞肼"], -["89b0","贋胶𠧧"], -["89b5","肟黇䳍鷉鸌䰾𩷶𧀎鸊𪄳㗁"], -["89c1","溚舾甙"], -["89c5","䤑马骏龙禇𨑬𡷊𠗐𢫦两亁亀亇亿仫伷㑌侽㹈倃傈㑽㒓㒥円夅凛凼刅争剹劐匧㗇厩㕑厰㕓参吣㕭㕲㚁咓咣咴咹哐哯唘唣唨㖘唿㖥㖿嗗㗅"], -["8a40","𧶄唥"], -["8a43","𠱂𠴕𥄫喐𢳆㧬𠍁蹆𤶸𩓥䁓𨂾睺𢰸㨴䟕𨅝𦧲𤷪擝𠵼𠾴𠳕𡃴撍蹾𠺖𠰋𠽤𢲩𨉖𤓓"], -["8a64","𠵆𩩍𨃩䟴𤺧𢳂骲㩧𩗴㿭㔆𥋇𩟔𧣈𢵄鵮頕"], -["8a76","䏙𦂥撴哣𢵌𢯊𡁷㧻𡁯"], -["8aa1","𦛚𦜖𧦠擪𥁒𠱃蹨𢆡𨭌𠜱"], -["8aac","䠋𠆩㿺塳𢶍"], -["8ab2","𤗈𠓼𦂗𠽌𠶖啹䂻䎺"], -["8abb","䪴𢩦𡂝膪飵𠶜捹㧾𢝵跀嚡摼㹃"], -["8ac9","𪘁𠸉𢫏𢳉"], -["8ace","𡃈𣧂㦒㨆𨊛㕸𥹉𢃇噒𠼱𢲲𩜠㒼氽𤸻"], -["8adf","𧕴𢺋𢈈𪙛𨳍𠹺𠰴𦠜羓𡃏𢠃𢤹㗻𥇣𠺌𠾍𠺪㾓𠼰𠵇𡅏𠹌"], -["8af6","𠺫𠮩𠵈𡃀𡄽㿹𢚖搲𠾭"], -["8b40","𣏴𧘹𢯎𠵾𠵿𢱑𢱕㨘𠺘𡃇𠼮𪘲𦭐𨳒𨶙𨳊閪哌苄喹"], -["8b55","𩻃鰦骶𧝞𢷮煀腭胬尜𦕲脴㞗卟𨂽醶𠻺𠸏𠹷𠻻㗝𤷫㘉𠳖嚯𢞵𡃉𠸐𠹸𡁸𡅈𨈇𡑕𠹹𤹐𢶤婔𡀝𡀞𡃵𡃶垜𠸑"], -["8ba1","𧚔𨋍𠾵𠹻𥅾㜃𠾶𡆀𥋘𪊽𤧚𡠺𤅷𨉼墙剨㘚𥜽箲孨䠀䬬鼧䧧鰟鮍𥭴𣄽嗻㗲嚉丨夂𡯁屮靑𠂆乛亻㔾尣彑忄㣺扌攵歺氵氺灬爫丬犭𤣩罒礻糹罓𦉪㓁"], -["8bde","𦍋耂肀𦘒𦥑卝衤见𧢲讠贝钅镸长门𨸏韦页风飞饣𩠐鱼鸟黄歯龜丷𠂇阝户钢"], -["8c40","倻淾𩱳龦㷉袏𤅎灷峵䬠𥇍㕙𥴰愢𨨲辧釶熑朙玺𣊁𪄇㲋𡦀䬐磤琂冮𨜏䀉橣𪊺䈣蘏𠩯稪𩥇𨫪靕灍匤𢁾鏴盙𨧣龧矝亣俰傼丯众龨吴綋墒壐𡶶庒庙忂𢜒斋"], -["8ca1","𣏹椙橃𣱣泿"], -["8ca7","爀𤔅玌㻛𤨓嬕璹讃𥲤𥚕窓篬糃繬苸薗龩袐龪躹龫迏蕟駠鈡龬𨶹𡐿䁱䊢娚"], -["8cc9","顨杫䉶圽"], -["8cce","藖𤥻芿𧄍䲁𦵴嵻𦬕𦾾龭龮宖龯曧繛湗秊㶈䓃𣉖𢞖䎚䔶"], -["8ce6","峕𣬚諹屸㴒𣕑嵸龲煗䕘𤃬𡸣䱷㥸㑊𠆤𦱁諌侴𠈹妿腬顖𩣺弻"], -["8d40","𠮟"], -["8d42","𢇁𨥭䄂䚻𩁹㼇龳𪆵䃸㟖䛷𦱆䅼𨚲𧏿䕭㣔𥒚䕡䔛䶉䱻䵶䗪㿈𤬏㙡䓞䒽䇭崾嵈嵖㷼㠏嶤嶹㠠㠸幂庽弥徃㤈㤔㤿㥍惗愽峥㦉憷憹懏㦸戬抐拥挘㧸嚱"], -["8da1","㨃揢揻搇摚㩋擀崕嘡龟㪗斆㪽旿晓㫲暒㬢朖㭂枤栀㭘桊梄㭲㭱㭻椉楃牜楤榟榅㮼槖㯝橥橴橱檂㯬檙㯲檫檵櫔櫶殁毁毪汵沪㳋洂洆洦涁㳯涤涱渕渘温溆𨧀溻滢滚齿滨滩漤漴㵆𣽁澁澾㵪㵵熷岙㶊瀬㶑灐灔灯灿炉𠌥䏁㗱𠻘"], -["8e40","𣻗垾𦻓焾𥟠㙎榢𨯩孴穉𥣡𩓙穥穽𥦬窻窰竂竃燑𦒍䇊竚竝竪䇯咲𥰁笋筕笩𥌎𥳾箢筯莜𥮴𦱿篐萡箒箸𥴠㶭𥱥蒒篺簆簵𥳁籄粃𤢂粦晽𤕸糉糇糦籴糳糵糎"], -["8ea1","繧䔝𦹄絝𦻖璍綉綫焵綳緒𤁗𦀩緤㴓緵𡟹緥𨍭縝𦄡𦅚繮纒䌫鑬縧罀罁罇礶𦋐駡羗𦍑羣𡙡𠁨䕜𣝦䔃𨌺翺𦒉者耈耝耨耯𪂇𦳃耻耼聡𢜔䦉𦘦𣷣𦛨朥肧𨩈脇脚墰𢛶汿𦒘𤾸擧𡒊舘𡡞橓𤩥𤪕䑺舩𠬍𦩒𣵾俹𡓽蓢荢𦬊𤦧𣔰𡝳𣷸芪椛芳䇛"], -["8f40","蕋苐茚𠸖𡞴㛁𣅽𣕚艻苢茘𣺋𦶣𦬅𦮗𣗎㶿茝嗬莅䔋𦶥莬菁菓㑾𦻔橗蕚㒖𦹂𢻯葘𥯤葱㷓䓤檧葊𣲵祘蒨𦮖𦹷𦹃蓞萏莑䒠蒓蓤𥲑䉀𥳀䕃蔴嫲𦺙䔧蕳䔖枿蘖"], -["8fa1","𨘥𨘻藁𧂈蘂𡖂𧃍䕫䕪蘨㙈𡢢号𧎚虾蝱𪃸蟮𢰧螱蟚蠏噡虬桖䘏衅衆𧗠𣶹𧗤衞袜䙛袴袵揁装睷𧜏覇覊覦覩覧覼𨨥觧𧤤𧪽誜瞓釾誐𧩙竩𧬺𣾏䜓𧬸煼謌謟𥐰𥕥謿譌譍誩𤩺讐讛誯𡛟䘕衏貛𧵔𧶏貫㜥𧵓賖𧶘𧶽贒贃𡤐賛灜贑𤳉㻐起"], -["9040","趩𨀂𡀔𤦊㭼𨆼𧄌竧躭躶軃鋔輙輭𨍥𨐒辥錃𪊟𠩐辳䤪𨧞𨔽𣶻廸𣉢迹𪀔𨚼𨔁𢌥㦀𦻗逷𨔼𧪾遡𨕬𨘋邨𨜓郄𨛦邮都酧㫰醩釄粬𨤳𡺉鈎沟鉁鉢𥖹銹𨫆𣲛𨬌𥗛"], -["90a1","𠴱錬鍫𨫡𨯫炏嫃𨫢𨫥䥥鉄𨯬𨰹𨯿鍳鑛躼閅閦鐦閠濶䊹𢙺𨛘𡉼𣸮䧟氜陻隖䅬隣𦻕懚隶磵𨫠隽双䦡𦲸𠉴𦐐𩂯𩃥𤫑𡤕𣌊霱虂霶䨏䔽䖅𤫩灵孁霛靜𩇕靗孊𩇫靟鐥僐𣂷𣂼鞉鞟鞱鞾韀韒韠𥑬韮琜𩐳響韵𩐝𧥺䫑頴頳顋顦㬎𧅵㵑𠘰𤅜"], -["9140","𥜆飊颷飈飇䫿𦴧𡛓喰飡飦飬鍸餹𤨩䭲𩡗𩤅駵騌騻騐驘𥜥㛄𩂱𩯕髠髢𩬅髴䰎鬔鬭𨘀倴鬴𦦨㣃𣁽魐魀𩴾婅𡡣鮎𤉋鰂鯿鰌𩹨鷔𩾷𪆒𪆫𪃡𪄣𪇟鵾鶃𪄴鸎梈"], -["91a1","鷄𢅛𪆓𪈠𡤻𪈳鴹𪂹𪊴麐麕麞麢䴴麪麯𤍤黁㭠㧥㴝伲㞾𨰫鼂鼈䮖鐤𦶢鼗鼖鼹嚟嚊齅馸𩂋韲葿齢齩竜龎爖䮾𤥵𤦻煷𤧸𤍈𤩑玞𨯚𡣺禟𨥾𨸶鍩鏳𨩄鋬鎁鏋𨥬𤒹爗㻫睲穃烐𤑳𤏸煾𡟯炣𡢾𣖙㻇𡢅𥐯𡟸㜢𡛻𡠹㛡𡝴𡣑𥽋㜣𡛀坛𤨥𡏾𡊨"], -["9240","𡏆𡒶蔃𣚦蔃葕𤦔𧅥𣸱𥕜𣻻𧁒䓴𣛮𩦝𦼦柹㜳㰕㷧塬𡤢栐䁗𣜿𤃡𤂋𤄏𦰡哋嚞𦚱嚒𠿟𠮨𠸍鏆𨬓鎜仸儫㠙𤐶亼𠑥𠍿佋侊𥙑婨𠆫𠏋㦙𠌊𠐔㐵伩𠋀𨺳𠉵諚𠈌亘"], -["92a1","働儍侢伃𤨎𣺊佂倮偬傁俌俥偘僼兙兛兝兞湶𣖕𣸹𣺿浲𡢄𣺉冨凃𠗠䓝𠒣𠒒𠒑赺𨪜𠜎剙劤𠡳勡鍮䙺熌𤎌𠰠𤦬𡃤槑𠸝瑹㻞璙琔瑖玘䮎𤪼𤂍叐㖄爏𤃉喴𠍅响𠯆圝鉝雴鍦埝垍坿㘾壋媙𨩆𡛺𡝯𡜐娬妸銏婾嫏娒𥥆𡧳𡡡𤊕㛵洅瑃娡𥺃"], -["9340","媁𨯗𠐓鏠璌𡌃焅䥲鐈𨧻鎽㞠尞岞幞幈𡦖𡥼𣫮廍孏𡤃𡤄㜁𡢠㛝𡛾㛓脪𨩇𡶺𣑲𨦨弌弎𡤧𡞫婫𡜻孄蘔𧗽衠恾𢡠𢘫忛㺸𢖯𢖾𩂈𦽳懀𠀾𠁆𢘛憙憘恵𢲛𢴇𤛔𩅍"], -["93a1","摱𤙥𢭪㨩𢬢𣑐𩣪𢹸挷𪑛撶挱揑𤧣𢵧护𢲡搻敫楲㯴𣂎𣊭𤦉𣊫唍𣋠𡣙𩐿曎𣊉𣆳㫠䆐𥖄𨬢𥖏𡛼𥕛𥐥磮𣄃𡠪𣈴㑤𣈏𣆂𤋉暎𦴤晫䮓昰𧡰𡷫晣𣋒𣋡昞𥡲㣑𣠺𣞼㮙𣞢𣏾瓐㮖枏𤘪梶栞㯄檾㡣𣟕𤒇樳橒櫉欅𡤒攑梘橌㯗橺歗𣿀𣲚鎠鋲𨯪𨫋"], -["9440","銉𨀞𨧜鑧涥漋𤧬浧𣽿㶏渄𤀼娽渊塇洤硂焻𤌚𤉶烱牐犇犔𤞏𤜥兹𤪤𠗫瑺𣻸𣙟𤩊𤤗𥿡㼆㺱𤫟𨰣𣼵悧㻳瓌琼鎇琷䒟𦷪䕑疃㽣𤳙𤴆㽘畕癳𪗆㬙瑨𨫌𤦫𤦎㫻"], -["94a1","㷍𤩎㻿𤧅𤣳釺圲鍂𨫣𡡤僟𥈡𥇧睸𣈲眎眏睻𤚗𣞁㩞𤣰琸璛㺿𤪺𤫇䃈𤪖𦆮錇𥖁砞碍碈磒珐祙𧝁𥛣䄎禛蒖禥樭𣻺稺秴䅮𡛦䄲鈵秱𠵌𤦌𠊙𣶺𡝮㖗啫㕰㚪𠇔𠰍竢婙𢛵𥪯𥪜娍𠉛磰娪𥯆竾䇹籝籭䈑𥮳𥺼𥺦糍𤧹𡞰粎籼粮檲緜縇緓罎𦉡"], -["9540","𦅜𧭈綗𥺂䉪𦭵𠤖柖𠁎𣗏埄𦐒𦏸𤥢翝笧𠠬𥫩𥵃笌𥸎駦虅驣樜𣐿㧢𤧷𦖭騟𦖠蒀𧄧𦳑䓪脷䐂胆脉腂𦞴飃𦩂艢艥𦩑葓𦶧蘐𧈛媆䅿𡡀嬫𡢡嫤𡣘蚠蜨𣶏蠭𧐢娂"], -["95a1","衮佅袇袿裦襥襍𥚃襔𧞅𧞄𨯵𨯙𨮜𨧹㺭蒣䛵䛏㟲訽訜𩑈彍鈫𤊄旔焩烄𡡅鵭貟賩𧷜妚矃姰䍮㛔踪躧𤰉輰轊䋴汘澻𢌡䢛潹溋𡟚鯩㚵𤤯邻邗啱䤆醻鐄𨩋䁢𨫼鐧𨰝𨰻蓥訫閙閧閗閖𨴴瑅㻂𤣿𤩂𤏪㻧𣈥随𨻧𨹦𨹥㻌𤧭𤩸𣿮琒瑫㻼靁𩂰"], -["9640","桇䨝𩂓𥟟靝鍨𨦉𨰦𨬯𦎾銺嬑譩䤼珹𤈛鞛靱餸𠼦巁𨯅𤪲頟𩓚鋶𩗗釥䓀𨭐𤩧𨭤飜𨩅㼀鈪䤥萔餻饍𧬆㷽馛䭯馪驜𨭥𥣈檏騡嫾騯𩣱䮐𩥈馼䮽䮗鍽塲𡌂堢𤦸"], -["96a1","𡓨硄𢜟𣶸棅㵽鑘㤧慐𢞁𢥫愇鱏鱓鱻鰵鰐魿鯏𩸭鮟𪇵𪃾鴡䲮𤄄鸘䲰鴌𪆴𪃭𪃳𩤯鶥蒽𦸒𦿟𦮂藼䔳𦶤𦺄𦷰萠藮𦸀𣟗𦁤秢𣖜𣙀䤭𤧞㵢鏛銾鍈𠊿碹鉷鑍俤㑀遤𥕝砽硔碶硋𡝗𣇉𤥁㚚佲濚濙瀞瀞吔𤆵垻壳垊鴖埗焴㒯𤆬燫𦱀𤾗嬨𡞵𨩉"], -["9740","愌嫎娋䊼𤒈㜬䭻𨧼鎻鎸𡣖𠼝葲𦳀𡐓𤋺𢰦𤏁妔𣶷𦝁綨𦅛𦂤𤦹𤦋𨧺鋥珢㻩璴𨭣𡢟㻡𤪳櫘珳珻㻖𤨾𤪔𡟙𤩦𠎧𡐤𤧥瑈𤤖炥𤥶銄珦鍟𠓾錱𨫎𨨖鎆𨯧𥗕䤵𨪂煫"], -["97a1","𤥃𠳿嚤𠘚𠯫𠲸唂秄𡟺緾𡛂𤩐𡡒䔮鐁㜊𨫀𤦭妰𡢿𡢃𧒄媡㛢𣵛㚰鉟婹𨪁𡡢鍴㳍𠪴䪖㦊僴㵩㵌𡎜煵䋻𨈘渏𩃤䓫浗𧹏灧沯㳖𣿭𣸭渂漌㵯𠏵畑㚼㓈䚀㻚䡱姄鉮䤾轁𨰜𦯀堒埈㛖𡑒烾𤍢𤩱𢿣𡊰𢎽梹楧𡎘𣓥𧯴𣛟𨪃𣟖𣏺𤲟樚𣚭𦲷萾䓟䓎"], -["9840","𦴦𦵑𦲂𦿞漗𧄉茽𡜺菭𦲀𧁓𡟛妉媂𡞳婡婱𡤅𤇼㜭姯𡜼㛇熎鎐暚𤊥婮娫𤊓樫𣻹𧜶𤑛𤋊焝𤉙𨧡侰𦴨峂𤓎𧹍𤎽樌𤉖𡌄炦焳𤏩㶥泟勇𤩏繥姫崯㷳彜𤩝𡟟綤萦"], -["98a1","咅𣫺𣌀𠈔坾𠣕𠘙㿥𡾞𪊶瀃𩅛嵰玏糓𨩙𩐠俈翧狍猐𧫴猸猹𥛶獁獈㺩𧬘遬燵𤣲珡臶㻊県㻑沢国琙琞琟㻢㻰㻴㻺瓓㼎㽓畂畭畲疍㽼痈痜㿀癍㿗癴㿜発𤽜熈嘣覀塩䀝睃䀹条䁅㗛瞘䁪䁯属瞾矋売砘点砜䂨砹硇硑硦葈𥔵礳栃礲䄃"], -["9940","䄉禑禙辻稆込䅧窑䆲窼艹䇄竏竛䇏両筢筬筻簒簛䉠䉺类粜䊌粸䊔糭输烀𠳏総緔緐緽羮羴犟䎗耠耥笹耮耱联㷌垴炠肷胩䏭脌猪脎脒畠脔䐁㬹腖腙腚"], -["99a1","䐓堺腼膄䐥膓䐭膥埯臁臤艔䒏芦艶苊苘苿䒰荗险榊萅烵葤惣蒈䔄蒾蓡蓸蔐蔸蕒䔻蕯蕰藠䕷虲蚒蚲蛯际螋䘆䘗袮裿褤襇覑𧥧訩訸誔誴豑賔賲贜䞘塟跃䟭仮踺嗘坔蹱嗵躰䠷軎転軤軭軲辷迁迊迌逳駄䢭飠鈓䤞鈨鉘鉫銱銮銿"], -["9a40","鋣鋫鋳鋴鋽鍃鎄鎭䥅䥑麿鐗匁鐝鐭鐾䥪鑔鑹锭関䦧间阳䧥枠䨤靀䨵鞲韂噔䫤惨颹䬙飱塄餎餙冴餜餷饂饝饢䭰駅䮝騼鬏窃魩鮁鯝鯱鯴䱭鰠㝯𡯂鵉鰺"], -["9aa1","黾噐鶓鶽鷀鷼银辶鹻麬麱麽黆铜黢黱黸竈齄𠂔𠊷𠎠椚铃妬𠓗塀铁㞹𠗕𠘕𠙶𡚺块煳𠫂𠫍𠮿呪吆𠯋咞𠯻𠰻𠱓𠱥𠱼惧𠲍噺𠲵𠳝𠳭𠵯𠶲𠷈楕鰯螥𠸄𠸎𠻗𠾐𠼭𠹳尠𠾼帋𡁜𡁏𡁶朞𡁻𡂈𡂖㙇𡂿𡃓𡄯𡄻卤蒭𡋣𡍵𡌶讁𡕷𡘙𡟃𡟇乸炻𡠭𡥪"], -["9b40","𡨭𡩅𡰪𡱰𡲬𡻈拃𡻕𡼕熘桕𢁅槩㛈𢉼𢏗𢏺𢜪𢡱𢥏苽𢥧𢦓𢫕覥𢫨辠𢬎鞸𢬿顇骽𢱌"], -["9b62","𢲈𢲷𥯨𢴈𢴒𢶷𢶕𢹂𢽴𢿌𣀳𣁦𣌟𣏞徱晈暿𧩹𣕧𣗳爁𤦺矗𣘚𣜖纇𠍆墵朎"], -["9ba1","椘𣪧𧙗𥿢𣸑𣺹𧗾𢂚䣐䪸𤄙𨪚𤋮𤌍𤀻𤌴𤎖𤩅𠗊凒𠘑妟𡺨㮾𣳿𤐄𤓖垈𤙴㦛𤜯𨗨𩧉㝢𢇃譞𨭎駖𤠒𤣻𤨕爉𤫀𠱸奥𤺥𤾆𠝹軚𥀬劏圿煱𥊙𥐙𣽊𤪧喼𥑆𥑮𦭒釔㑳𥔿𧘲𥕞䜘𥕢𥕦𥟇𤤿𥡝偦㓻𣏌惞𥤃䝼𨥈𥪮𥮉𥰆𡶐垡煑澶𦄂𧰒遖𦆲𤾚譢𦐂𦑊"], -["9c40","嵛𦯷輶𦒄𡤜諪𤧶𦒈𣿯𦔒䯀𦖿𦚵𢜛鑥𥟡憕娧晉侻嚹𤔡𦛼乪𤤴陖涏𦲽㘘襷𦞙𦡮𦐑𦡞營𦣇筂𩃀𠨑𦤦鄄𦤹穅鷰𦧺騦𦨭㙟𦑩𠀡禃𦨴𦭛崬𣔙菏𦮝䛐𦲤画补𦶮墶"], -["9ca1","㜜𢖍𧁋𧇍㱔𧊀𧊅銁𢅺𧊋錰𧋦𤧐氹钟𧑐𠻸蠧裵𢤦𨑳𡞱溸𤨪𡠠㦤㚹尐秣䔿暶𩲭𩢤襃𧟌𧡘囖䃟𡘊㦡𣜯𨃨𡏅熭荦𧧝𩆨婧䲷𧂯𨦫𧧽𧨊𧬋𧵦𤅺筃祾𨀉澵𪋟樃𨌘厢𦸇鎿栶靝𨅯𨀣𦦵𡏭𣈯𨁈嶅𨰰𨂃圕頣𨥉嶫𤦈斾槕叒𤪥𣾁㰑朶𨂐𨃴𨄮𡾡𨅏"], -["9d40","𨆉𨆯𨈚𨌆𨌯𨎊㗊𨑨𨚪䣺揦𨥖砈鉕𨦸䏲𨧧䏟𨧨𨭆𨯔姸𨰉輋𨿅𩃬筑𩄐𩄼㷷𩅞𤫊运犏嚋𩓧𩗩𩖰𩖸𩜲𩣑𩥉𩥪𩧃𩨨𩬎𩵚𩶛纟𩻸𩼣䲤镇𪊓熢𪋿䶑递𪗋䶜𠲜达嗁"], -["9da1","辺𢒰边𤪓䔉繿潖檱仪㓤𨬬𧢝㜺躀𡟵𨀤𨭬𨮙𧨾𦚯㷫𧙕𣲷𥘵𥥖亚𥺁𦉘嚿𠹭踎孭𣺈𤲞揞拐𡟶𡡻攰嘭𥱊吚𥌑㷆𩶘䱽嘢嘞罉𥻘奵𣵀蝰东𠿪𠵉𣚺脗鵞贘瘻鱅癎瞹鍅吲腈苷嘥脲萘肽嗪祢噃吖𠺝㗎嘅嗱曱𨋢㘭甴嗰喺咗啲𠱁𠲖廐𥅈𠹶𢱢"], -["9e40","𠺢麫絚嗞𡁵抝靭咔賍燶酶揼掹揾啩𢭃鱲𢺳冚㓟𠶧冧呍唞唓癦踭𦢊疱肶蠄螆裇膶萜𡃁䓬猄𤜆宐茋𦢓噻𢛴𧴯𤆣𧵳𦻐𧊶酰𡇙鈈𣳼𪚩𠺬𠻹牦𡲢䝎𤿂𧿹𠿫䃺"], -["9ea1","鱝攟𢶠䣳𤟠𩵼𠿬𠸊恢𧖣𠿭"], -["9ead","𦁈𡆇熣纎鵐业丄㕷嬍沲卧㚬㧜卽㚥𤘘墚𤭮舭呋垪𥪕𠥹"], -["9ec5","㩒𢑥獴𩺬䴉鯭𣳾𩼰䱛𤾩𩖞𩿞葜𣶶𧊲𦞳𣜠挮紥𣻷𣸬㨪逈勌㹴㙺䗩𠒎癀嫰𠺶硺𧼮墧䂿噼鮋嵴癔𪐴麅䳡痹㟻愙𣃚𤏲"], -["9ef5","噝𡊩垧𤥣𩸆刴𧂮㖭汊鵼"], -["9f40","籖鬹埞𡝬屓擓𩓐𦌵𧅤蚭𠴨𦴢𤫢𠵱"], -["9f4f","凾𡼏嶎霃𡷑麁遌笟鬂峑箣扨挵髿篏鬪籾鬮籂粆鰕篼鬉鼗鰛𤤾齚啳寃俽麘俲剠㸆勑坧偖妷帒韈鶫轜呩鞴饀鞺匬愰"], -["9fa1","椬叚鰊鴂䰻陁榀傦畆𡝭駚剳"], -["9fae","酙隁酜"], -["9fb2","酑𨺗捿𦴣櫊嘑醎畺抅𠏼獏籰𥰡𣳽"], -["9fc1","𤤙盖鮝个𠳔莾衂"], -["9fc9","届槀僭坺刟巵从氱𠇲伹咜哚劚趂㗾弌㗳"], -["9fdb","歒酼龥鮗頮颴骺麨麄煺笔"], -["9fe7","毺蠘罸"], -["9feb","嘠𪙊蹷齓"], -["9ff0","跔蹏鸜踁抂𨍽踨蹵竓𤩷稾磘泪詧瘇"], -["a040","𨩚鼦泎蟖痃𪊲硓咢贌狢獱謭猂瓱賫𤪻蘯徺袠䒷"], -["a055","𡠻𦸅"], -["a058","詾𢔛"], -["a05b","惽癧髗鵄鍮鮏蟵"], -["a063","蠏賷猬霡鮰㗖犲䰇籑饊𦅙慙䰄麖慽"], -["a073","坟慯抦戹拎㩜懢厪𣏵捤栂㗒"], -["a0a1","嵗𨯂迚𨸹"], -["a0a6","僙𡵆礆匲阸𠼻䁥"], -["a0ae","矾"], -["a0b0","糂𥼚糚稭聦聣絍甅瓲覔舚朌聢𧒆聛瓰脃眤覉𦟌畓𦻑螩蟎臈螌詉貭譃眫瓸蓚㘵榲趦"], -["a0d4","覩瑨涹蟁𤀑瓧㷛煶悤憜㳑煢恷"], -["a0e2","罱𨬭牐惩䭾删㰘𣳇𥻗𧙖𥔱𡥄𡋾𩤃𦷜𧂭峁𦆭𨨏𣙷𠃮𦡆𤼎䕢嬟𦍌齐麦𦉫"], -["a3c0","␀",31,"␡"], -["c6a1","①",9,"⑴",9,"ⅰ",9,"丶丿亅亠冂冖冫勹匸卩厶夊宀巛⼳广廴彐彡攴无疒癶辵隶¨ˆヽヾゝゞ〃仝々〆〇ー[]✽ぁ",23], -["c740","す",58,"ァアィイ"], -["c7a1","ゥ",81,"А",5,"ЁЖ",4], -["c840","Л",26,"ёж",25,"⇧↸↹㇏𠃌乚𠂊刂䒑"], -["c8a1","龰冈龱𧘇"], -["c8cd","¬¦'"㈱№℡゛゜⺀⺄⺆⺇⺈⺊⺌⺍⺕⺜⺝⺥⺧⺪⺬⺮⺶⺼⺾⻆⻊⻌⻍⻏⻖⻗⻞⻣"], -["c8f5","ʃɐɛɔɵœøŋʊɪ"], -["f9fe","■"], -["fa40","𠕇鋛𠗟𣿅蕌䊵珯况㙉𤥂𨧤鍄𡧛苮𣳈砼杄拟𤤳𨦪𠊠𦮳𡌅侫𢓭倈𦴩𧪄𣘀𤪱𢔓倩𠍾徤𠎀𠍇滛𠐟偽儁㑺儎顬㝃萖𤦤𠒇兠𣎴兪𠯿𢃼𠋥𢔰𠖎𣈳𡦃宂蝽𠖳𣲙冲冸"], -["faa1","鴴凉减凑㳜凓𤪦决凢卂凭菍椾𣜭彻刋刦刼劵剗劔効勅簕蕂勠蘍𦬓包𨫞啉滙𣾀𠥔𣿬匳卄𠯢泋𡜦栛珕恊㺪㣌𡛨燝䒢卭却𨚫卾卿𡖖𡘓矦厓𨪛厠厫厮玧𥝲㽙玜叁叅汉义埾叙㪫𠮏叠𣿫𢶣叶𠱷吓灹唫晗浛呭𦭓𠵴啝咏咤䞦𡜍𠻝㶴𠵍"], -["fb40","𨦼𢚘啇䳭启琗喆喩嘅𡣗𤀺䕒𤐵暳𡂴嘷曍𣊊暤暭噍噏磱囱鞇叾圀囯园𨭦㘣𡉏坆𤆥汮炋坂㚱𦱾埦𡐖堃𡑔𤍣堦𤯵塜墪㕡壠壜𡈼壻寿坃𪅐𤉸鏓㖡够梦㛃湙"], -["fba1","𡘾娤啓𡚒蔅姉𠵎𦲁𦴪𡟜姙𡟻𡞲𦶦浱𡠨𡛕姹𦹅媫婣㛦𤦩婷㜈媖瑥嫓𦾡𢕔㶅𡤑㜲𡚸広勐孶斈孼𧨎䀄䡝𠈄寕慠𡨴𥧌𠖥寳宝䴐尅𡭄尓珎尔𡲥𦬨屉䣝岅峩峯嶋𡷹𡸷崐崘嵆𡺤岺巗苼㠭𤤁𢁉𢅳芇㠶㯂帮檊幵幺𤒼𠳓厦亷廐厨𡝱帉廴𨒂"], -["fc40","廹廻㢠廼栾鐛弍𠇁弢㫞䢮𡌺强𦢈𢏐彘𢑱彣鞽𦹮彲鍀𨨶徧嶶㵟𥉐𡽪𧃸𢙨釖𠊞𨨩怱暅𡡷㥣㷇㘹垐𢞴祱㹀悞悤悳𤦂𤦏𧩓璤僡媠慤萤慂慈𦻒憁凴𠙖憇宪𣾷"], -["fca1","𢡟懓𨮝𩥝懐㤲𢦀𢣁怣慜攞掋𠄘担𡝰拕𢸍捬𤧟㨗搸揸𡎎𡟼撐澊𢸶頔𤂌𥜝擡擥鑻㩦携㩗敍漖𤨨𤨣斅敭敟𣁾斵𤥀䬷旑䃘𡠩无旣忟𣐀昘𣇷𣇸晄𣆤𣆥晋𠹵晧𥇦晳晴𡸽𣈱𨗴𣇈𥌓矅𢣷馤朂𤎜𤨡㬫槺𣟂杞杧杢𤇍𩃭柗䓩栢湐鈼栁𣏦𦶠桝"], -["fd40","𣑯槡樋𨫟楳棃𣗍椁椀㴲㨁𣘼㮀枬楡𨩊䋼椶榘㮡𠏉荣傐槹𣙙𢄪橅𣜃檝㯳枱櫈𩆜㰍欝𠤣惞欵歴𢟍溵𣫛𠎵𡥘㝀吡𣭚毡𣻼毜氷𢒋𤣱𦭑汚舦汹𣶼䓅𣶽𤆤𤤌𤤀"], -["fda1","𣳉㛥㳫𠴲鮃𣇹𢒑羏样𦴥𦶡𦷫涖浜湼漄𤥿𤂅𦹲蔳𦽴凇沜渝萮𨬡港𣸯瑓𣾂秌湏媑𣁋濸㜍澝𣸰滺𡒗𤀽䕕鏰潄潜㵎潴𩅰㴻澟𤅄濓𤂑𤅕𤀹𣿰𣾴𤄿凟𤅖𤅗𤅀𦇝灋灾炧炁烌烕烖烟䄄㷨熴熖𤉷焫煅媈煊煮岜𤍥煏鍢𤋁焬𤑚𤨧𤨢熺𨯨炽爎"], -["fe40","鑂爕夑鑃爤鍁𥘅爮牀𤥴梽牕牗㹕𣁄栍漽犂猪猫𤠣𨠫䣭𨠄猨献珏玪𠰺𦨮珉瑉𤇢𡛧𤨤昣㛅𤦷𤦍𤧻珷琕椃𤨦琹𠗃㻗瑜𢢭瑠𨺲瑇珤瑶莹瑬㜰瑴鏱樬璂䥓𤪌"], -["fea1","𤅟𤩹𨮏孆𨰃𡢞瓈𡦈甎瓩甞𨻙𡩋寗𨺬鎅畍畊畧畮𤾂㼄𤴓疎瑝疞疴瘂瘬癑癏癯癶𦏵皐臯㟸𦤑𦤎皡皥皷盌𦾟葢𥂝𥅽𡸜眞眦着撯𥈠睘𣊬瞯𨥤𨥨𡛁矴砉𡍶𤨒棊碯磇磓隥礮𥗠磗礴碱𧘌辸袄𨬫𦂃𢘜禆褀椂禀𥡗禝𧬹礼禩渪𧄦㺨秆𩄍秔"] -] diff --git a/software/flow/node_modules/npm/node_modules/iconv-lite/encodings/tables/cp936.json b/software/flow/node_modules/npm/node_modules/iconv-lite/encodings/tables/cp936.json deleted file mode 100644 index 49ddb9a..0000000 --- a/software/flow/node_modules/npm/node_modules/iconv-lite/encodings/tables/cp936.json +++ /dev/null @@ -1,264 +0,0 @@ -[ -["0","\u0000",127,"€"], -["8140","丂丄丅丆丏丒丗丟丠両丣並丩丮丯丱丳丵丷丼乀乁乂乄乆乊乑乕乗乚乛乢乣乤乥乧乨乪",5,"乲乴",9,"乿",6,"亇亊"], -["8180","亐亖亗亙亜亝亞亣亪亯亰亱亴亶亷亸亹亼亽亾仈仌仏仐仒仚仛仜仠仢仦仧仩仭仮仯仱仴仸仹仺仼仾伀伂",6,"伋伌伒",4,"伜伝伡伣伨伩伬伭伮伱伳伵伷伹伻伾",4,"佄佅佇",5,"佒佔佖佡佢佦佨佪佫佭佮佱佲併佷佸佹佺佽侀侁侂侅來侇侊侌侎侐侒侓侕侖侘侙侚侜侞侟価侢"], -["8240","侤侫侭侰",4,"侶",8,"俀俁係俆俇俈俉俋俌俍俒",4,"俙俛俠俢俤俥俧俫俬俰俲俴俵俶俷俹俻俼俽俿",11], -["8280","個倎倐們倓倕倖倗倛倝倞倠倢倣値倧倫倯",10,"倻倽倿偀偁偂偄偅偆偉偊偋偍偐",4,"偖偗偘偙偛偝",7,"偦",5,"偭",8,"偸偹偺偼偽傁傂傃傄傆傇傉傊傋傌傎",20,"傤傦傪傫傭",4,"傳",6,"傼"], -["8340","傽",17,"僐",5,"僗僘僙僛",10,"僨僩僪僫僯僰僱僲僴僶",4,"僼",9,"儈"], -["8380","儉儊儌",5,"儓",13,"儢",28,"兂兇兊兌兎兏児兒兓兗兘兙兛兝",4,"兣兤兦內兩兪兯兲兺兾兿冃冄円冇冊冋冎冏冐冑冓冔冘冚冝冞冟冡冣冦",4,"冭冮冴冸冹冺冾冿凁凂凃凅凈凊凍凎凐凒",5], -["8440","凘凙凚凜凞凟凢凣凥",5,"凬凮凱凲凴凷凾刄刅刉刋刌刏刐刓刔刕刜刞刟刡刢刣別刦刧刪刬刯刱刲刴刵刼刾剄",5,"剋剎剏剒剓剕剗剘"], -["8480","剙剚剛剝剟剠剢剣剤剦剨剫剬剭剮剰剱剳",9,"剾劀劃",4,"劉",6,"劑劒劔",6,"劜劤劥劦劧劮劯劰労",9,"勀勁勂勄勅勆勈勊勌勍勎勏勑勓勔動勗務",5,"勠勡勢勣勥",10,"勱",7,"勻勼勽匁匂匃匄匇匉匊匋匌匎"], -["8540","匑匒匓匔匘匛匜匞匟匢匤匥匧匨匩匫匬匭匯",9,"匼匽區卂卄卆卋卌卍卐協単卙卛卝卥卨卪卬卭卲卶卹卻卼卽卾厀厁厃厇厈厊厎厏"], -["8580","厐",4,"厖厗厙厛厜厞厠厡厤厧厪厫厬厭厯",6,"厷厸厹厺厼厽厾叀參",4,"収叏叐叒叓叕叚叜叝叞叡叢叧叴叺叾叿吀吂吅吇吋吔吘吙吚吜吢吤吥吪吰吳吶吷吺吽吿呁呂呄呅呇呉呌呍呎呏呑呚呝",4,"呣呥呧呩",7,"呴呹呺呾呿咁咃咅咇咈咉咊咍咑咓咗咘咜咞咟咠咡"], -["8640","咢咥咮咰咲咵咶咷咹咺咼咾哃哅哊哋哖哘哛哠",4,"哫哬哯哰哱哴",5,"哻哾唀唂唃唄唅唈唊",4,"唒唓唕",5,"唜唝唞唟唡唥唦"], -["8680","唨唩唫唭唲唴唵唶唸唹唺唻唽啀啂啅啇啈啋",4,"啑啒啓啔啗",4,"啝啞啟啠啢啣啨啩啫啯",5,"啹啺啽啿喅喆喌喍喎喐喒喓喕喖喗喚喛喞喠",6,"喨",8,"喲喴営喸喺喼喿",4,"嗆嗇嗈嗊嗋嗎嗏嗐嗕嗗",4,"嗞嗠嗢嗧嗩嗭嗮嗰嗱嗴嗶嗸",4,"嗿嘂嘃嘄嘅"], -["8740","嘆嘇嘊嘋嘍嘐",7,"嘙嘚嘜嘝嘠嘡嘢嘥嘦嘨嘩嘪嘫嘮嘯嘰嘳嘵嘷嘸嘺嘼嘽嘾噀",11,"噏",4,"噕噖噚噛噝",4], -["8780","噣噥噦噧噭噮噯噰噲噳噴噵噷噸噹噺噽",7,"嚇",6,"嚐嚑嚒嚔",14,"嚤",10,"嚰",6,"嚸嚹嚺嚻嚽",12,"囋",8,"囕囖囘囙囜団囥",5,"囬囮囯囲図囶囷囸囻囼圀圁圂圅圇國",6], -["8840","園",9,"圝圞圠圡圢圤圥圦圧圫圱圲圴",4,"圼圽圿坁坃坄坅坆坈坉坋坒",4,"坘坙坢坣坥坧坬坮坰坱坲坴坵坸坹坺坽坾坿垀"], -["8880","垁垇垈垉垊垍",4,"垔",6,"垜垝垞垟垥垨垪垬垯垰垱垳垵垶垷垹",8,"埄",6,"埌埍埐埑埓埖埗埛埜埞埡埢埣埥",7,"埮埰埱埲埳埵埶執埻埼埾埿堁堃堄堅堈堉堊堌堎堏堐堒堓堔堖堗堘堚堛堜堝堟堢堣堥",4,"堫",4,"報堲堳場堶",7], -["8940","堾",5,"塅",6,"塎塏塐塒塓塕塖塗塙",4,"塟",5,"塦",4,"塭",16,"塿墂墄墆墇墈墊墋墌"], -["8980","墍",4,"墔",4,"墛墜墝墠",7,"墪",17,"墽墾墿壀壂壃壄壆",10,"壒壓壔壖",13,"壥",5,"壭壯壱売壴壵壷壸壺",7,"夃夅夆夈",4,"夎夐夑夒夓夗夘夛夝夞夠夡夢夣夦夨夬夰夲夳夵夶夻"], -["8a40","夽夾夿奀奃奅奆奊奌奍奐奒奓奙奛",4,"奡奣奤奦",12,"奵奷奺奻奼奾奿妀妅妉妋妌妎妏妐妑妔妕妘妚妛妜妝妟妠妡妢妦"], -["8a80","妧妬妭妰妱妳",5,"妺妼妽妿",6,"姇姈姉姌姍姎姏姕姖姙姛姞",4,"姤姦姧姩姪姫姭",11,"姺姼姽姾娀娂娊娋娍娎娏娐娒娔娕娖娗娙娚娛娝娞娡娢娤娦娧娨娪",6,"娳娵娷",4,"娽娾娿婁",4,"婇婈婋",9,"婖婗婘婙婛",5], -["8b40","婡婣婤婥婦婨婩婫",8,"婸婹婻婼婽婾媀",17,"媓",6,"媜",13,"媫媬"], -["8b80","媭",4,"媴媶媷媹",4,"媿嫀嫃",5,"嫊嫋嫍",4,"嫓嫕嫗嫙嫚嫛嫝嫞嫟嫢嫤嫥嫧嫨嫪嫬",4,"嫲",22,"嬊",11,"嬘",25,"嬳嬵嬶嬸",7,"孁",6], -["8c40","孈",7,"孒孖孞孠孡孧孨孫孭孮孯孲孴孶孷學孹孻孼孾孿宂宆宊宍宎宐宑宒宔宖実宧宨宩宬宭宮宯宱宲宷宺宻宼寀寁寃寈寉寊寋寍寎寏"], -["8c80","寑寔",8,"寠寢寣實寧審",4,"寯寱",6,"寽対尀専尃尅將專尋尌對導尐尒尓尗尙尛尞尟尠尡尣尦尨尩尪尫尭尮尯尰尲尳尵尶尷屃屄屆屇屌屍屒屓屔屖屗屘屚屛屜屝屟屢層屧",6,"屰屲",6,"屻屼屽屾岀岃",4,"岉岊岋岎岏岒岓岕岝",4,"岤",4], -["8d40","岪岮岯岰岲岴岶岹岺岻岼岾峀峂峃峅",5,"峌",5,"峓",5,"峚",6,"峢峣峧峩峫峬峮峯峱",9,"峼",4], -["8d80","崁崄崅崈",5,"崏",4,"崕崗崘崙崚崜崝崟",4,"崥崨崪崫崬崯",4,"崵",7,"崿",7,"嵈嵉嵍",10,"嵙嵚嵜嵞",10,"嵪嵭嵮嵰嵱嵲嵳嵵",12,"嶃",21,"嶚嶛嶜嶞嶟嶠"], -["8e40","嶡",21,"嶸",12,"巆",6,"巎",12,"巜巟巠巣巤巪巬巭"], -["8e80","巰巵巶巸",4,"巿帀帄帇帉帊帋帍帎帒帓帗帞",7,"帨",4,"帯帰帲",4,"帹帺帾帿幀幁幃幆",5,"幍",6,"幖",4,"幜幝幟幠幣",14,"幵幷幹幾庁庂広庅庈庉庌庍庎庒庘庛庝庡庢庣庤庨",4,"庮",4,"庴庺庻庼庽庿",6], -["8f40","廆廇廈廋",5,"廔廕廗廘廙廚廜",11,"廩廫",8,"廵廸廹廻廼廽弅弆弇弉弌弍弎弐弒弔弖弙弚弜弝弞弡弢弣弤"], -["8f80","弨弫弬弮弰弲",6,"弻弽弾弿彁",14,"彑彔彙彚彛彜彞彟彠彣彥彧彨彫彮彯彲彴彵彶彸彺彽彾彿徃徆徍徎徏徑従徔徖徚徛徝從徟徠徢",5,"復徫徬徯",5,"徶徸徹徺徻徾",4,"忇忈忊忋忎忓忔忕忚忛応忞忟忢忣忥忦忨忩忬忯忰忲忳忴忶忷忹忺忼怇"], -["9040","怈怉怋怌怐怑怓怗怘怚怞怟怢怣怤怬怭怮怰",4,"怶",4,"怽怾恀恄",6,"恌恎恏恑恓恔恖恗恘恛恜恞恟恠恡恥恦恮恱恲恴恵恷恾悀"], -["9080","悁悂悅悆悇悈悊悋悎悏悐悑悓悕悗悘悙悜悞悡悢悤悥悧悩悪悮悰悳悵悶悷悹悺悽",7,"惇惈惉惌",4,"惒惓惔惖惗惙惛惞惡",4,"惪惱惲惵惷惸惻",4,"愂愃愄愅愇愊愋愌愐",4,"愖愗愘愙愛愜愝愞愡愢愥愨愩愪愬",18,"慀",6], -["9140","慇慉態慍慏慐慒慓慔慖",6,"慞慟慠慡慣慤慥慦慩",6,"慱慲慳慴慶慸",18,"憌憍憏",4,"憕"], -["9180","憖",6,"憞",8,"憪憫憭",9,"憸",5,"憿懀懁懃",4,"應懌",4,"懓懕",16,"懧",13,"懶",8,"戀",5,"戇戉戓戔戙戜戝戞戠戣戦戧戨戩戫戭戯戰戱戲戵戶戸",4,"扂扄扅扆扊"], -["9240","扏扐払扖扗扙扚扜",6,"扤扥扨扱扲扴扵扷扸扺扻扽抁抂抃抅抆抇抈抋",5,"抔抙抜抝択抣抦抧抩抪抭抮抯抰抲抳抴抶抷抸抺抾拀拁"], -["9280","拃拋拏拑拕拝拞拠拡拤拪拫拰拲拵拸拹拺拻挀挃挄挅挆挊挋挌挍挏挐挒挓挔挕挗挘挙挜挦挧挩挬挭挮挰挱挳",5,"挻挼挾挿捀捁捄捇捈捊捑捒捓捔捖",7,"捠捤捥捦捨捪捫捬捯捰捲捳捴捵捸捹捼捽捾捿掁掃掄掅掆掋掍掑掓掔掕掗掙",6,"採掤掦掫掯掱掲掵掶掹掻掽掿揀"], -["9340","揁揂揃揅揇揈揊揋揌揑揓揔揕揗",6,"揟揢揤",4,"揫揬揮揯揰揱揳揵揷揹揺揻揼揾搃搄搆",4,"損搎搑搒搕",5,"搝搟搢搣搤"], -["9380","搥搧搨搩搫搮",5,"搵",4,"搻搼搾摀摂摃摉摋",6,"摓摕摖摗摙",4,"摟",7,"摨摪摫摬摮",9,"摻",6,"撃撆撈",8,"撓撔撗撘撚撛撜撝撟",4,"撥撦撧撨撪撫撯撱撲撳撴撶撹撻撽撾撿擁擃擄擆",6,"擏擑擓擔擕擖擙據"], -["9440","擛擜擝擟擠擡擣擥擧",24,"攁",7,"攊",7,"攓",4,"攙",8], -["9480","攢攣攤攦",4,"攬攭攰攱攲攳攷攺攼攽敀",4,"敆敇敊敋敍敎敐敒敓敔敗敘敚敜敟敠敡敤敥敧敨敩敪敭敮敯敱敳敵敶數",14,"斈斉斊斍斎斏斒斔斕斖斘斚斝斞斠斢斣斦斨斪斬斮斱",7,"斺斻斾斿旀旂旇旈旉旊旍旐旑旓旔旕旘",7,"旡旣旤旪旫"], -["9540","旲旳旴旵旸旹旻",4,"昁昄昅昇昈昉昋昍昐昑昒昖昗昘昚昛昜昞昡昢昣昤昦昩昪昫昬昮昰昲昳昷",4,"昽昿晀時晄",6,"晍晎晐晑晘"], -["9580","晙晛晜晝晞晠晢晣晥晧晩",4,"晱晲晳晵晸晹晻晼晽晿暀暁暃暅暆暈暉暊暋暍暎暏暐暒暓暔暕暘",4,"暞",8,"暩",4,"暯",4,"暵暶暷暸暺暻暼暽暿",25,"曚曞",7,"曧曨曪",5,"曱曵曶書曺曻曽朁朂會"], -["9640","朄朅朆朇朌朎朏朑朒朓朖朘朙朚朜朞朠",5,"朧朩朮朰朲朳朶朷朸朹朻朼朾朿杁杄杅杇杊杋杍杒杔杕杗",4,"杝杢杣杤杦杧杫杬杮東杴杶"], -["9680","杸杹杺杻杽枀枂枃枅枆枈枊枌枍枎枏枑枒枓枔枖枙枛枟枠枡枤枦枩枬枮枱枲枴枹",7,"柂柅",9,"柕柖柗柛柟柡柣柤柦柧柨柪柫柭柮柲柵",7,"柾栁栂栃栄栆栍栐栒栔栕栘",4,"栞栟栠栢",6,"栫",6,"栴栵栶栺栻栿桇桋桍桏桒桖",5], -["9740","桜桝桞桟桪桬",7,"桵桸",8,"梂梄梇",7,"梐梑梒梔梕梖梘",9,"梣梤梥梩梪梫梬梮梱梲梴梶梷梸"], -["9780","梹",6,"棁棃",5,"棊棌棎棏棐棑棓棔棖棗棙棛",4,"棡棢棤",9,"棯棲棳棴棶棷棸棻棽棾棿椀椂椃椄椆",4,"椌椏椑椓",11,"椡椢椣椥",7,"椮椯椱椲椳椵椶椷椸椺椻椼椾楀楁楃",16,"楕楖楘楙楛楜楟"], -["9840","楡楢楤楥楧楨楩楪楬業楯楰楲",4,"楺楻楽楾楿榁榃榅榊榋榌榎",5,"榖榗榙榚榝",9,"榩榪榬榮榯榰榲榳榵榶榸榹榺榼榽"], -["9880","榾榿槀槂",7,"構槍槏槑槒槓槕",5,"槜槝槞槡",11,"槮槯槰槱槳",9,"槾樀",9,"樋",11,"標",5,"樠樢",5,"権樫樬樭樮樰樲樳樴樶",6,"樿",4,"橅橆橈",7,"橑",6,"橚"], -["9940","橜",4,"橢橣橤橦",10,"橲",6,"橺橻橽橾橿檁檂檃檅",8,"檏檒",4,"檘",7,"檡",5], -["9980","檧檨檪檭",114,"欥欦欨",6], -["9a40","欯欰欱欳欴欵欶欸欻欼欽欿歀歁歂歄歅歈歊歋歍",11,"歚",7,"歨歩歫",13,"歺歽歾歿殀殅殈"], -["9a80","殌殎殏殐殑殔殕殗殘殙殜",4,"殢",7,"殫",7,"殶殸",6,"毀毃毄毆",4,"毌毎毐毑毘毚毜",4,"毢",7,"毬毭毮毰毱毲毴毶毷毸毺毻毼毾",6,"氈",4,"氎氒気氜氝氞氠氣氥氫氬氭氱氳氶氷氹氺氻氼氾氿汃汄汅汈汋",4,"汑汒汓汖汘"], -["9b40","汙汚汢汣汥汦汧汫",4,"汱汳汵汷汸決汻汼汿沀沄沇沊沋沍沎沑沒沕沖沗沘沚沜沝沞沠沢沨沬沯沰沴沵沶沷沺泀況泂泃泆泇泈泋泍泎泏泑泒泘"], -["9b80","泙泚泜泝泟泤泦泧泩泬泭泲泴泹泿洀洂洃洅洆洈洉洊洍洏洐洑洓洔洕洖洘洜洝洟",5,"洦洨洩洬洭洯洰洴洶洷洸洺洿浀浂浄浉浌浐浕浖浗浘浛浝浟浡浢浤浥浧浨浫浬浭浰浱浲浳浵浶浹浺浻浽",4,"涃涄涆涇涊涋涍涏涐涒涖",4,"涜涢涥涬涭涰涱涳涴涶涷涹",5,"淁淂淃淈淉淊"], -["9c40","淍淎淏淐淒淓淔淕淗淚淛淜淟淢淣淥淧淨淩淪淭淯淰淲淴淵淶淸淺淽",7,"渆渇済渉渋渏渒渓渕渘渙減渜渞渟渢渦渧渨渪測渮渰渱渳渵"], -["9c80","渶渷渹渻",7,"湅",7,"湏湐湑湒湕湗湙湚湜湝湞湠",10,"湬湭湯",14,"満溁溂溄溇溈溊",4,"溑",6,"溙溚溛溝溞溠溡溣溤溦溨溩溫溬溭溮溰溳溵溸溹溼溾溿滀滃滄滅滆滈滉滊滌滍滎滐滒滖滘滙滛滜滝滣滧滪",5], -["9d40","滰滱滲滳滵滶滷滸滺",7,"漃漄漅漇漈漊",4,"漐漑漒漖",9,"漡漢漣漥漦漧漨漬漮漰漲漴漵漷",6,"漿潀潁潂"], -["9d80","潃潄潅潈潉潊潌潎",9,"潙潚潛潝潟潠潡潣潤潥潧",5,"潯潰潱潳潵潶潷潹潻潽",6,"澅澆澇澊澋澏",12,"澝澞澟澠澢",4,"澨",10,"澴澵澷澸澺",5,"濁濃",5,"濊",6,"濓",10,"濟濢濣濤濥"], -["9e40","濦",7,"濰",32,"瀒",7,"瀜",6,"瀤",6], -["9e80","瀫",9,"瀶瀷瀸瀺",17,"灍灎灐",13,"灟",11,"灮灱灲灳灴灷灹灺灻災炁炂炃炄炆炇炈炋炌炍炏炐炑炓炗炘炚炛炞",12,"炰炲炴炵炶為炾炿烄烅烆烇烉烋",12,"烚"], -["9f40","烜烝烞烠烡烢烣烥烪烮烰",6,"烸烺烻烼烾",10,"焋",4,"焑焒焔焗焛",10,"焧",7,"焲焳焴"], -["9f80","焵焷",13,"煆煇煈煉煋煍煏",12,"煝煟",4,"煥煩",4,"煯煰煱煴煵煶煷煹煻煼煾",5,"熅",4,"熋熌熍熎熐熑熒熓熕熖熗熚",4,"熡",6,"熩熪熫熭",5,"熴熶熷熸熺",8,"燄",9,"燏",4], -["a040","燖",9,"燡燢燣燤燦燨",5,"燯",9,"燺",11,"爇",19], -["a080","爛爜爞",9,"爩爫爭爮爯爲爳爴爺爼爾牀",6,"牉牊牋牎牏牐牑牓牔牕牗牘牚牜牞牠牣牤牥牨牪牫牬牭牰牱牳牴牶牷牸牻牼牽犂犃犅",4,"犌犎犐犑犓",11,"犠",11,"犮犱犲犳犵犺",6,"狅狆狇狉狊狋狌狏狑狓狔狕狖狘狚狛"], -["a1a1"," 、。·ˉˇ¨〃々—~‖…‘’“”〔〕〈",7,"〖〗【】±×÷∶∧∨∑∏∪∩∈∷√⊥∥∠⌒⊙∫∮≡≌≈∽∝≠≮≯≤≥∞∵∴♂♀°′″℃$¤¢£‰§№☆★○●◎◇◆□■△▲※→←↑↓〓"], -["a2a1","ⅰ",9], -["a2b1","⒈",19,"⑴",19,"①",9], -["a2e5","㈠",9], -["a2f1","Ⅰ",11], -["a3a1","!"#¥%",88," ̄"], -["a4a1","ぁ",82], -["a5a1","ァ",85], -["a6a1","Α",16,"Σ",6], -["a6c1","α",16,"σ",6], -["a6e0","︵︶︹︺︿﹀︽︾﹁﹂﹃﹄"], -["a6ee","︻︼︷︸︱"], -["a6f4","︳︴"], -["a7a1","А",5,"ЁЖ",25], -["a7d1","а",5,"ёж",25], -["a840","ˊˋ˙–―‥‵℅℉↖↗↘↙∕∟∣≒≦≧⊿═",35,"▁",6], -["a880","█",7,"▓▔▕▼▽◢◣◤◥☉⊕〒〝〞"], -["a8a1","āáǎàēéěèīíǐìōóǒòūúǔùǖǘǚǜüêɑ"], -["a8bd","ńň"], -["a8c0","ɡ"], -["a8c5","ㄅ",36], -["a940","〡",8,"㊣㎎㎏㎜㎝㎞㎡㏄㏎㏑㏒㏕︰¬¦"], -["a959","℡㈱"], -["a95c","‐"], -["a960","ー゛゜ヽヾ〆ゝゞ﹉",9,"﹔﹕﹖﹗﹙",8], -["a980","﹢",4,"﹨﹩﹪﹫"], -["a996","〇"], -["a9a4","─",75], -["aa40","狜狝狟狢",5,"狪狫狵狶狹狽狾狿猀猂猄",5,"猋猌猍猏猐猑猒猔猘猙猚猟猠猣猤猦猧猨猭猯猰猲猳猵猶猺猻猼猽獀",8], -["aa80","獉獊獋獌獎獏獑獓獔獕獖獘",7,"獡",10,"獮獰獱"], -["ab40","獲",11,"獿",4,"玅玆玈玊玌玍玏玐玒玓玔玕玗玘玙玚玜玝玞玠玡玣",5,"玪玬玭玱玴玵玶玸玹玼玽玾玿珁珃",4], -["ab80","珋珌珎珒",6,"珚珛珜珝珟珡珢珣珤珦珨珪珫珬珮珯珰珱珳",4], -["ac40","珸",10,"琄琇琈琋琌琍琎琑",8,"琜",5,"琣琤琧琩琫琭琯琱琲琷",4,"琽琾琿瑀瑂",11], -["ac80","瑎",6,"瑖瑘瑝瑠",12,"瑮瑯瑱",4,"瑸瑹瑺"], -["ad40","瑻瑼瑽瑿璂璄璅璆璈璉璊璌璍璏璑",10,"璝璟",7,"璪",15,"璻",12], -["ad80","瓈",9,"瓓",8,"瓝瓟瓡瓥瓧",6,"瓰瓱瓲"], -["ae40","瓳瓵瓸",6,"甀甁甂甃甅",7,"甎甐甒甔甕甖甗甛甝甞甠",4,"甦甧甪甮甴甶甹甼甽甿畁畂畃畄畆畇畉畊畍畐畑畒畓畕畖畗畘"], -["ae80","畝",7,"畧畨畩畫",6,"畳畵當畷畺",4,"疀疁疂疄疅疇"], -["af40","疈疉疊疌疍疎疐疓疕疘疛疜疞疢疦",4,"疭疶疷疺疻疿痀痁痆痋痌痎痏痐痑痓痗痙痚痜痝痟痠痡痥痩痬痭痮痯痲痳痵痶痷痸痺痻痽痾瘂瘄瘆瘇"], -["af80","瘈瘉瘋瘍瘎瘏瘑瘒瘓瘔瘖瘚瘜瘝瘞瘡瘣瘧瘨瘬瘮瘯瘱瘲瘶瘷瘹瘺瘻瘽癁療癄"], -["b040","癅",6,"癎",5,"癕癗",4,"癝癟癠癡癢癤",6,"癬癭癮癰",7,"癹発發癿皀皁皃皅皉皊皌皍皏皐皒皔皕皗皘皚皛"], -["b080","皜",7,"皥",8,"皯皰皳皵",9,"盀盁盃啊阿埃挨哎唉哀皑癌蔼矮艾碍爱隘鞍氨安俺按暗岸胺案肮昂盎凹敖熬翱袄傲奥懊澳芭捌扒叭吧笆八疤巴拔跋靶把耙坝霸罢爸白柏百摆佰败拜稗斑班搬扳般颁板版扮拌伴瓣半办绊邦帮梆榜膀绑棒磅蚌镑傍谤苞胞包褒剥"], -["b140","盄盇盉盋盌盓盕盙盚盜盝盞盠",4,"盦",7,"盰盳盵盶盷盺盻盽盿眀眂眃眅眆眊県眎",10,"眛眜眝眞眡眣眤眥眧眪眫"], -["b180","眬眮眰",4,"眹眻眽眾眿睂睄睅睆睈",7,"睒",7,"睜薄雹保堡饱宝抱报暴豹鲍爆杯碑悲卑北辈背贝钡倍狈备惫焙被奔苯本笨崩绷甭泵蹦迸逼鼻比鄙笔彼碧蓖蔽毕毙毖币庇痹闭敝弊必辟壁臂避陛鞭边编贬扁便变卞辨辩辫遍标彪膘表鳖憋别瘪彬斌濒滨宾摈兵冰柄丙秉饼炳"], -["b240","睝睞睟睠睤睧睩睪睭",11,"睺睻睼瞁瞂瞃瞆",5,"瞏瞐瞓",11,"瞡瞣瞤瞦瞨瞫瞭瞮瞯瞱瞲瞴瞶",4], -["b280","瞼瞾矀",12,"矎",8,"矘矙矚矝",4,"矤病并玻菠播拨钵波博勃搏铂箔伯帛舶脖膊渤泊驳捕卜哺补埠不布步簿部怖擦猜裁材才财睬踩采彩菜蔡餐参蚕残惭惨灿苍舱仓沧藏操糙槽曹草厕策侧册测层蹭插叉茬茶查碴搽察岔差诧拆柴豺搀掺蝉馋谗缠铲产阐颤昌猖"], -["b340","矦矨矪矯矰矱矲矴矵矷矹矺矻矼砃",5,"砊砋砎砏砐砓砕砙砛砞砠砡砢砤砨砪砫砮砯砱砲砳砵砶砽砿硁硂硃硄硆硈硉硊硋硍硏硑硓硔硘硙硚"], -["b380","硛硜硞",11,"硯",7,"硸硹硺硻硽",6,"场尝常长偿肠厂敞畅唱倡超抄钞朝嘲潮巢吵炒车扯撤掣彻澈郴臣辰尘晨忱沉陈趁衬撑称城橙成呈乘程惩澄诚承逞骋秤吃痴持匙池迟弛驰耻齿侈尺赤翅斥炽充冲虫崇宠抽酬畴踌稠愁筹仇绸瞅丑臭初出橱厨躇锄雏滁除楚"], -["b440","碄碅碆碈碊碋碏碐碒碔碕碖碙碝碞碠碢碤碦碨",7,"碵碶碷碸確碻碼碽碿磀磂磃磄磆磇磈磌磍磎磏磑磒磓磖磗磘磚",9], -["b480","磤磥磦磧磩磪磫磭",4,"磳磵磶磸磹磻",5,"礂礃礄礆",6,"础储矗搐触处揣川穿椽传船喘串疮窗幢床闯创吹炊捶锤垂春椿醇唇淳纯蠢戳绰疵茨磁雌辞慈瓷词此刺赐次聪葱囱匆从丛凑粗醋簇促蹿篡窜摧崔催脆瘁粹淬翠村存寸磋撮搓措挫错搭达答瘩打大呆歹傣戴带殆代贷袋待逮"], -["b540","礍",5,"礔",9,"礟",4,"礥",14,"礵",4,"礽礿祂祃祄祅祇祊",8,"祔祕祘祙祡祣"], -["b580","祤祦祩祪祫祬祮祰",6,"祹祻",4,"禂禃禆禇禈禉禋禌禍禎禐禑禒怠耽担丹单郸掸胆旦氮但惮淡诞弹蛋当挡党荡档刀捣蹈倒岛祷导到稻悼道盗德得的蹬灯登等瞪凳邓堤低滴迪敌笛狄涤翟嫡抵底地蒂第帝弟递缔颠掂滇碘点典靛垫电佃甸店惦奠淀殿碉叼雕凋刁掉吊钓调跌爹碟蝶迭谍叠"], -["b640","禓",6,"禛",11,"禨",10,"禴",4,"禼禿秂秄秅秇秈秊秌秎秏秐秓秔秖秗秙",5,"秠秡秢秥秨秪"], -["b680","秬秮秱",6,"秹秺秼秾秿稁稄稅稇稈稉稊稌稏",4,"稕稖稘稙稛稜丁盯叮钉顶鼎锭定订丢东冬董懂动栋侗恫冻洞兜抖斗陡豆逗痘都督毒犊独读堵睹赌杜镀肚度渡妒端短锻段断缎堆兑队对墩吨蹲敦顿囤钝盾遁掇哆多夺垛躲朵跺舵剁惰堕蛾峨鹅俄额讹娥恶厄扼遏鄂饿恩而儿耳尔饵洱二"], -["b740","稝稟稡稢稤",14,"稴稵稶稸稺稾穀",5,"穇",9,"穒",4,"穘",16], -["b780","穩",6,"穱穲穳穵穻穼穽穾窂窅窇窉窊窋窌窎窏窐窓窔窙窚窛窞窡窢贰发罚筏伐乏阀法珐藩帆番翻樊矾钒繁凡烦反返范贩犯饭泛坊芳方肪房防妨仿访纺放菲非啡飞肥匪诽吠肺废沸费芬酚吩氛分纷坟焚汾粉奋份忿愤粪丰封枫蜂峰锋风疯烽逢冯缝讽奉凤佛否夫敷肤孵扶拂辐幅氟符伏俘服"], -["b840","窣窤窧窩窪窫窮",4,"窴",10,"竀",10,"竌",9,"竗竘竚竛竜竝竡竢竤竧",5,"竮竰竱竲竳"], -["b880","竴",4,"竻竼竾笀笁笂笅笇笉笌笍笎笐笒笓笖笗笘笚笜笝笟笡笢笣笧笩笭浮涪福袱弗甫抚辅俯釜斧脯腑府腐赴副覆赋复傅付阜父腹负富讣附妇缚咐噶嘎该改概钙盖溉干甘杆柑竿肝赶感秆敢赣冈刚钢缸肛纲岗港杠篙皋高膏羔糕搞镐稿告哥歌搁戈鸽胳疙割革葛格蛤阁隔铬个各给根跟耕更庚羹"], -["b940","笯笰笲笴笵笶笷笹笻笽笿",5,"筆筈筊筍筎筓筕筗筙筜筞筟筡筣",10,"筯筰筳筴筶筸筺筼筽筿箁箂箃箄箆",6,"箎箏"], -["b980","箑箒箓箖箘箙箚箛箞箟箠箣箤箥箮箯箰箲箳箵箶箷箹",7,"篂篃範埂耿梗工攻功恭龚供躬公宫弓巩汞拱贡共钩勾沟苟狗垢构购够辜菇咕箍估沽孤姑鼓古蛊骨谷股故顾固雇刮瓜剐寡挂褂乖拐怪棺关官冠观管馆罐惯灌贯光广逛瑰规圭硅归龟闺轨鬼诡癸桂柜跪贵刽辊滚棍锅郭国果裹过哈"], -["ba40","篅篈築篊篋篍篎篏篐篒篔",4,"篛篜篞篟篠篢篣篤篧篨篩篫篬篭篯篰篲",4,"篸篹篺篻篽篿",7,"簈簉簊簍簎簐",5,"簗簘簙"], -["ba80","簚",4,"簠",5,"簨簩簫",12,"簹",5,"籂骸孩海氦亥害骇酣憨邯韩含涵寒函喊罕翰撼捍旱憾悍焊汗汉夯杭航壕嚎豪毫郝好耗号浩呵喝荷菏核禾和何合盒貉阂河涸赫褐鹤贺嘿黑痕很狠恨哼亨横衡恒轰哄烘虹鸿洪宏弘红喉侯猴吼厚候后呼乎忽瑚壶葫胡蝴狐糊湖"], -["bb40","籃",9,"籎",36,"籵",5,"籾",9], -["bb80","粈粊",6,"粓粔粖粙粚粛粠粡粣粦粧粨粩粫粬粭粯粰粴",4,"粺粻弧虎唬护互沪户花哗华猾滑画划化话槐徊怀淮坏欢环桓还缓换患唤痪豢焕涣宦幻荒慌黄磺蝗簧皇凰惶煌晃幌恍谎灰挥辉徽恢蛔回毁悔慧卉惠晦贿秽会烩汇讳诲绘荤昏婚魂浑混豁活伙火获或惑霍货祸击圾基机畸稽积箕"], -["bc40","粿糀糂糃糄糆糉糋糎",6,"糘糚糛糝糞糡",6,"糩",5,"糰",7,"糹糺糼",13,"紋",5], -["bc80","紑",14,"紡紣紤紥紦紨紩紪紬紭紮細",6,"肌饥迹激讥鸡姬绩缉吉极棘辑籍集及急疾汲即嫉级挤几脊己蓟技冀季伎祭剂悸济寄寂计记既忌际妓继纪嘉枷夹佳家加荚颊贾甲钾假稼价架驾嫁歼监坚尖笺间煎兼肩艰奸缄茧检柬碱硷拣捡简俭剪减荐槛鉴践贱见键箭件"], -["bd40","紷",54,"絯",7], -["bd80","絸",32,"健舰剑饯渐溅涧建僵姜将浆江疆蒋桨奖讲匠酱降蕉椒礁焦胶交郊浇骄娇嚼搅铰矫侥脚狡角饺缴绞剿教酵轿较叫窖揭接皆秸街阶截劫节桔杰捷睫竭洁结解姐戒藉芥界借介疥诫届巾筋斤金今津襟紧锦仅谨进靳晋禁近烬浸"], -["be40","継",12,"綧",6,"綯",42], -["be80","線",32,"尽劲荆兢茎睛晶鲸京惊精粳经井警景颈静境敬镜径痉靖竟竞净炯窘揪究纠玖韭久灸九酒厩救旧臼舅咎就疚鞠拘狙疽居驹菊局咀矩举沮聚拒据巨具距踞锯俱句惧炬剧捐鹃娟倦眷卷绢撅攫抉掘倔爵觉决诀绝均菌钧军君峻"], -["bf40","緻",62], -["bf80","縺縼",4,"繂",4,"繈",21,"俊竣浚郡骏喀咖卡咯开揩楷凯慨刊堪勘坎砍看康慷糠扛抗亢炕考拷烤靠坷苛柯棵磕颗科壳咳可渴克刻客课肯啃垦恳坑吭空恐孔控抠口扣寇枯哭窟苦酷库裤夸垮挎跨胯块筷侩快宽款匡筐狂框矿眶旷况亏盔岿窥葵奎魁傀"], -["c040","繞",35,"纃",23,"纜纝纞"], -["c080","纮纴纻纼绖绤绬绹缊缐缞缷缹缻",6,"罃罆",9,"罒罓馈愧溃坤昆捆困括扩廓阔垃拉喇蜡腊辣啦莱来赖蓝婪栏拦篮阑兰澜谰揽览懒缆烂滥琅榔狼廊郎朗浪捞劳牢老佬姥酪烙涝勒乐雷镭蕾磊累儡垒擂肋类泪棱楞冷厘梨犁黎篱狸离漓理李里鲤礼莉荔吏栗丽厉励砾历利傈例俐"], -["c140","罖罙罛罜罝罞罠罣",4,"罫罬罭罯罰罳罵罶罷罸罺罻罼罽罿羀羂",7,"羋羍羏",4,"羕",4,"羛羜羠羢羣羥羦羨",6,"羱"], -["c180","羳",4,"羺羻羾翀翂翃翄翆翇翈翉翋翍翏",4,"翖翗翙",5,"翢翣痢立粒沥隶力璃哩俩联莲连镰廉怜涟帘敛脸链恋炼练粮凉梁粱良两辆量晾亮谅撩聊僚疗燎寥辽潦了撂镣廖料列裂烈劣猎琳林磷霖临邻鳞淋凛赁吝拎玲菱零龄铃伶羚凌灵陵岭领另令溜琉榴硫馏留刘瘤流柳六龙聋咙笼窿"], -["c240","翤翧翨翪翫翬翭翯翲翴",6,"翽翾翿耂耇耈耉耊耎耏耑耓耚耛耝耞耟耡耣耤耫",5,"耲耴耹耺耼耾聀聁聄聅聇聈聉聎聏聐聑聓聕聖聗"], -["c280","聙聛",13,"聫",5,"聲",11,"隆垄拢陇楼娄搂篓漏陋芦卢颅庐炉掳卤虏鲁麓碌露路赂鹿潞禄录陆戮驴吕铝侣旅履屡缕虑氯律率滤绿峦挛孪滦卵乱掠略抡轮伦仑沦纶论萝螺罗逻锣箩骡裸落洛骆络妈麻玛码蚂马骂嘛吗埋买麦卖迈脉瞒馒蛮满蔓曼慢漫"], -["c340","聾肁肂肅肈肊肍",5,"肔肕肗肙肞肣肦肧肨肬肰肳肵肶肸肹肻胅胇",4,"胏",6,"胘胟胠胢胣胦胮胵胷胹胻胾胿脀脁脃脄脅脇脈脋"], -["c380","脌脕脗脙脛脜脝脟",12,"脭脮脰脳脴脵脷脹",4,"脿谩芒茫盲氓忙莽猫茅锚毛矛铆卯茂冒帽貌贸么玫枚梅酶霉煤没眉媒镁每美昧寐妹媚门闷们萌蒙檬盟锰猛梦孟眯醚靡糜迷谜弥米秘觅泌蜜密幂棉眠绵冕免勉娩缅面苗描瞄藐秒渺庙妙蔑灭民抿皿敏悯闽明螟鸣铭名命谬摸"], -["c440","腀",5,"腇腉腍腎腏腒腖腗腘腛",4,"腡腢腣腤腦腨腪腫腬腯腲腳腵腶腷腸膁膃",4,"膉膋膌膍膎膐膒",5,"膙膚膞",4,"膤膥"], -["c480","膧膩膫",7,"膴",5,"膼膽膾膿臄臅臇臈臉臋臍",6,"摹蘑模膜磨摩魔抹末莫墨默沫漠寞陌谋牟某拇牡亩姆母墓暮幕募慕木目睦牧穆拿哪呐钠那娜纳氖乃奶耐奈南男难囊挠脑恼闹淖呢馁内嫩能妮霓倪泥尼拟你匿腻逆溺蔫拈年碾撵捻念娘酿鸟尿捏聂孽啮镊镍涅您柠狞凝宁"], -["c540","臔",14,"臤臥臦臨臩臫臮",4,"臵",5,"臽臿舃與",4,"舎舏舑舓舕",5,"舝舠舤舥舦舧舩舮舲舺舼舽舿"], -["c580","艀艁艂艃艅艆艈艊艌艍艎艐",7,"艙艛艜艝艞艠",7,"艩拧泞牛扭钮纽脓浓农弄奴努怒女暖虐疟挪懦糯诺哦欧鸥殴藕呕偶沤啪趴爬帕怕琶拍排牌徘湃派攀潘盘磐盼畔判叛乓庞旁耪胖抛咆刨炮袍跑泡呸胚培裴赔陪配佩沛喷盆砰抨烹澎彭蓬棚硼篷膨朋鹏捧碰坯砒霹批披劈琵毗"], -["c640","艪艫艬艭艱艵艶艷艸艻艼芀芁芃芅芆芇芉芌芐芓芔芕芖芚芛芞芠芢芣芧芲芵芶芺芻芼芿苀苂苃苅苆苉苐苖苙苚苝苢苧苨苩苪苬苭苮苰苲苳苵苶苸"], -["c680","苺苼",4,"茊茋茍茐茒茓茖茘茙茝",9,"茩茪茮茰茲茷茻茽啤脾疲皮匹痞僻屁譬篇偏片骗飘漂瓢票撇瞥拼频贫品聘乒坪苹萍平凭瓶评屏坡泼颇婆破魄迫粕剖扑铺仆莆葡菩蒲埔朴圃普浦谱曝瀑期欺栖戚妻七凄漆柒沏其棋奇歧畦崎脐齐旗祈祁骑起岂乞企启契砌器气迄弃汽泣讫掐"], -["c740","茾茿荁荂荄荅荈荊",4,"荓荕",4,"荝荢荰",6,"荹荺荾",6,"莇莈莊莋莌莍莏莐莑莔莕莖莗莙莚莝莟莡",6,"莬莭莮"], -["c780","莯莵莻莾莿菂菃菄菆菈菉菋菍菎菐菑菒菓菕菗菙菚菛菞菢菣菤菦菧菨菫菬菭恰洽牵扦钎铅千迁签仟谦乾黔钱钳前潜遣浅谴堑嵌欠歉枪呛腔羌墙蔷强抢橇锹敲悄桥瞧乔侨巧鞘撬翘峭俏窍切茄且怯窃钦侵亲秦琴勤芹擒禽寝沁青轻氢倾卿清擎晴氰情顷请庆琼穷秋丘邱球求囚酋泅趋区蛆曲躯屈驱渠"], -["c840","菮華菳",4,"菺菻菼菾菿萀萂萅萇萈萉萊萐萒",5,"萙萚萛萞",5,"萩",7,"萲",5,"萹萺萻萾",7,"葇葈葉"], -["c880","葊",6,"葒",4,"葘葝葞葟葠葢葤",4,"葪葮葯葰葲葴葷葹葻葼取娶龋趣去圈颧权醛泉全痊拳犬券劝缺炔瘸却鹊榷确雀裙群然燃冉染瓤壤攘嚷让饶扰绕惹热壬仁人忍韧任认刃妊纫扔仍日戎茸蓉荣融熔溶容绒冗揉柔肉茹蠕儒孺如辱乳汝入褥软阮蕊瑞锐闰润若弱撒洒萨腮鳃塞赛三叁"], -["c940","葽",4,"蒃蒄蒅蒆蒊蒍蒏",7,"蒘蒚蒛蒝蒞蒟蒠蒢",12,"蒰蒱蒳蒵蒶蒷蒻蒼蒾蓀蓂蓃蓅蓆蓇蓈蓋蓌蓎蓏蓒蓔蓕蓗"], -["c980","蓘",4,"蓞蓡蓢蓤蓧",4,"蓭蓮蓯蓱",10,"蓽蓾蔀蔁蔂伞散桑嗓丧搔骚扫嫂瑟色涩森僧莎砂杀刹沙纱傻啥煞筛晒珊苫杉山删煽衫闪陕擅赡膳善汕扇缮墒伤商赏晌上尚裳梢捎稍烧芍勺韶少哨邵绍奢赊蛇舌舍赦摄射慑涉社设砷申呻伸身深娠绅神沈审婶甚肾慎渗声生甥牲升绳"], -["ca40","蔃",8,"蔍蔎蔏蔐蔒蔔蔕蔖蔘蔙蔛蔜蔝蔞蔠蔢",8,"蔭",9,"蔾",4,"蕄蕅蕆蕇蕋",10], -["ca80","蕗蕘蕚蕛蕜蕝蕟",4,"蕥蕦蕧蕩",8,"蕳蕵蕶蕷蕸蕼蕽蕿薀薁省盛剩胜圣师失狮施湿诗尸虱十石拾时什食蚀实识史矢使屎驶始式示士世柿事拭誓逝势是嗜噬适仕侍释饰氏市恃室视试收手首守寿授售受瘦兽蔬枢梳殊抒输叔舒淑疏书赎孰熟薯暑曙署蜀黍鼠属术述树束戍竖墅庶数漱"], -["cb40","薂薃薆薈",6,"薐",10,"薝",6,"薥薦薧薩薫薬薭薱",5,"薸薺",6,"藂",6,"藊",4,"藑藒"], -["cb80","藔藖",5,"藝",6,"藥藦藧藨藪",14,"恕刷耍摔衰甩帅栓拴霜双爽谁水睡税吮瞬顺舜说硕朔烁斯撕嘶思私司丝死肆寺嗣四伺似饲巳松耸怂颂送宋讼诵搜艘擞嗽苏酥俗素速粟僳塑溯宿诉肃酸蒜算虽隋随绥髓碎岁穗遂隧祟孙损笋蓑梭唆缩琐索锁所塌他它她塔"], -["cc40","藹藺藼藽藾蘀",4,"蘆",10,"蘒蘓蘔蘕蘗",15,"蘨蘪",13,"蘹蘺蘻蘽蘾蘿虀"], -["cc80","虁",11,"虒虓處",4,"虛虜虝號虠虡虣",7,"獭挞蹋踏胎苔抬台泰酞太态汰坍摊贪瘫滩坛檀痰潭谭谈坦毯袒碳探叹炭汤塘搪堂棠膛唐糖倘躺淌趟烫掏涛滔绦萄桃逃淘陶讨套特藤腾疼誊梯剔踢锑提题蹄啼体替嚏惕涕剃屉天添填田甜恬舔腆挑条迢眺跳贴铁帖厅听烃"], -["cd40","虭虯虰虲",6,"蚃",6,"蚎",4,"蚔蚖",5,"蚞",4,"蚥蚦蚫蚭蚮蚲蚳蚷蚸蚹蚻",4,"蛁蛂蛃蛅蛈蛌蛍蛒蛓蛕蛖蛗蛚蛜"], -["cd80","蛝蛠蛡蛢蛣蛥蛦蛧蛨蛪蛫蛬蛯蛵蛶蛷蛺蛻蛼蛽蛿蜁蜄蜅蜆蜋蜌蜎蜏蜐蜑蜔蜖汀廷停亭庭挺艇通桐酮瞳同铜彤童桶捅筒统痛偷投头透凸秃突图徒途涂屠土吐兔湍团推颓腿蜕褪退吞屯臀拖托脱鸵陀驮驼椭妥拓唾挖哇蛙洼娃瓦袜歪外豌弯湾玩顽丸烷完碗挽晚皖惋宛婉万腕汪王亡枉网往旺望忘妄威"], -["ce40","蜙蜛蜝蜟蜠蜤蜦蜧蜨蜪蜫蜬蜭蜯蜰蜲蜳蜵蜶蜸蜹蜺蜼蜽蝀",6,"蝊蝋蝍蝏蝐蝑蝒蝔蝕蝖蝘蝚",5,"蝡蝢蝦",7,"蝯蝱蝲蝳蝵"], -["ce80","蝷蝸蝹蝺蝿螀螁螄螆螇螉螊螌螎",4,"螔螕螖螘",6,"螠",4,"巍微危韦违桅围唯惟为潍维苇萎委伟伪尾纬未蔚味畏胃喂魏位渭谓尉慰卫瘟温蚊文闻纹吻稳紊问嗡翁瓮挝蜗涡窝我斡卧握沃巫呜钨乌污诬屋无芜梧吾吴毋武五捂午舞伍侮坞戊雾晤物勿务悟误昔熙析西硒矽晰嘻吸锡牺"], -["cf40","螥螦螧螩螪螮螰螱螲螴螶螷螸螹螻螼螾螿蟁",4,"蟇蟈蟉蟌",4,"蟔",6,"蟜蟝蟞蟟蟡蟢蟣蟤蟦蟧蟨蟩蟫蟬蟭蟯",9], -["cf80","蟺蟻蟼蟽蟿蠀蠁蠂蠄",5,"蠋",7,"蠔蠗蠘蠙蠚蠜",4,"蠣稀息希悉膝夕惜熄烯溪汐犀檄袭席习媳喜铣洗系隙戏细瞎虾匣霞辖暇峡侠狭下厦夏吓掀锨先仙鲜纤咸贤衔舷闲涎弦嫌显险现献县腺馅羡宪陷限线相厢镶香箱襄湘乡翔祥详想响享项巷橡像向象萧硝霄削哮嚣销消宵淆晓"], -["d040","蠤",13,"蠳",5,"蠺蠻蠽蠾蠿衁衂衃衆",5,"衎",5,"衕衖衘衚",6,"衦衧衪衭衯衱衳衴衵衶衸衹衺"], -["d080","衻衼袀袃袆袇袉袊袌袎袏袐袑袓袔袕袗",4,"袝",4,"袣袥",5,"小孝校肖啸笑效楔些歇蝎鞋协挟携邪斜胁谐写械卸蟹懈泄泻谢屑薪芯锌欣辛新忻心信衅星腥猩惺兴刑型形邢行醒幸杏性姓兄凶胸匈汹雄熊休修羞朽嗅锈秀袖绣墟戌需虚嘘须徐许蓄酗叙旭序畜恤絮婿绪续轩喧宣悬旋玄"], -["d140","袬袮袯袰袲",4,"袸袹袺袻袽袾袿裀裃裄裇裈裊裋裌裍裏裐裑裓裖裗裚",4,"裠裡裦裧裩",6,"裲裵裶裷裺裻製裿褀褁褃",5], -["d180","褉褋",4,"褑褔",4,"褜",4,"褢褣褤褦褧褨褩褬褭褮褯褱褲褳褵褷选癣眩绚靴薛学穴雪血勋熏循旬询寻驯巡殉汛训讯逊迅压押鸦鸭呀丫芽牙蚜崖衙涯雅哑亚讶焉咽阉烟淹盐严研蜒岩延言颜阎炎沿奄掩眼衍演艳堰燕厌砚雁唁彦焰宴谚验殃央鸯秧杨扬佯疡羊洋阳氧仰痒养样漾邀腰妖瑶"], -["d240","褸",8,"襂襃襅",24,"襠",5,"襧",19,"襼"], -["d280","襽襾覀覂覄覅覇",26,"摇尧遥窑谣姚咬舀药要耀椰噎耶爷野冶也页掖业叶曳腋夜液一壹医揖铱依伊衣颐夷遗移仪胰疑沂宜姨彝椅蚁倚已乙矣以艺抑易邑屹亿役臆逸肄疫亦裔意毅忆义益溢诣议谊译异翼翌绎茵荫因殷音阴姻吟银淫寅饮尹引隐"], -["d340","覢",30,"觃觍觓觔觕觗觘觙觛觝觟觠觡觢觤觧觨觩觪觬觭觮觰觱觲觴",6], -["d380","觻",4,"訁",5,"計",21,"印英樱婴鹰应缨莹萤营荧蝇迎赢盈影颖硬映哟拥佣臃痈庸雍踊蛹咏泳涌永恿勇用幽优悠忧尤由邮铀犹油游酉有友右佑釉诱又幼迂淤于盂榆虞愚舆余俞逾鱼愉渝渔隅予娱雨与屿禹宇语羽玉域芋郁吁遇喻峪御愈欲狱育誉"], -["d440","訞",31,"訿",8,"詉",21], -["d480","詟",25,"詺",6,"浴寓裕预豫驭鸳渊冤元垣袁原援辕园员圆猿源缘远苑愿怨院曰约越跃钥岳粤月悦阅耘云郧匀陨允运蕴酝晕韵孕匝砸杂栽哉灾宰载再在咱攒暂赞赃脏葬遭糟凿藻枣早澡蚤躁噪造皂灶燥责择则泽贼怎增憎曾赠扎喳渣札轧"], -["d540","誁",7,"誋",7,"誔",46], -["d580","諃",32,"铡闸眨栅榨咋乍炸诈摘斋宅窄债寨瞻毡詹粘沾盏斩辗崭展蘸栈占战站湛绽樟章彰漳张掌涨杖丈帐账仗胀瘴障招昭找沼赵照罩兆肇召遮折哲蛰辙者锗蔗这浙珍斟真甄砧臻贞针侦枕疹诊震振镇阵蒸挣睁征狰争怔整拯正政"], -["d640","諤",34,"謈",27], -["d680","謤謥謧",30,"帧症郑证芝枝支吱蜘知肢脂汁之织职直植殖执值侄址指止趾只旨纸志挚掷至致置帜峙制智秩稚质炙痔滞治窒中盅忠钟衷终种肿重仲众舟周州洲诌粥轴肘帚咒皱宙昼骤珠株蛛朱猪诸诛逐竹烛煮拄瞩嘱主著柱助蛀贮铸筑"], -["d740","譆",31,"譧",4,"譭",25], -["d780","讇",24,"讬讱讻诇诐诪谉谞住注祝驻抓爪拽专砖转撰赚篆桩庄装妆撞壮状椎锥追赘坠缀谆准捉拙卓桌琢茁酌啄着灼浊兹咨资姿滋淄孜紫仔籽滓子自渍字鬃棕踪宗综总纵邹走奏揍租足卒族祖诅阻组钻纂嘴醉最罪尊遵昨左佐柞做作坐座"], -["d840","谸",8,"豂豃豄豅豈豊豋豍",7,"豖豗豘豙豛",5,"豣",6,"豬",6,"豴豵豶豷豻",6,"貃貄貆貇"], -["d880","貈貋貍",6,"貕貖貗貙",20,"亍丌兀丐廿卅丕亘丞鬲孬噩丨禺丿匕乇夭爻卮氐囟胤馗毓睾鼗丶亟鼐乜乩亓芈孛啬嘏仄厍厝厣厥厮靥赝匚叵匦匮匾赜卦卣刂刈刎刭刳刿剀剌剞剡剜蒯剽劂劁劐劓冂罔亻仃仉仂仨仡仫仞伛仳伢佤仵伥伧伉伫佞佧攸佚佝"], -["d940","貮",62], -["d980","賭",32,"佟佗伲伽佶佴侑侉侃侏佾佻侪佼侬侔俦俨俪俅俚俣俜俑俟俸倩偌俳倬倏倮倭俾倜倌倥倨偾偃偕偈偎偬偻傥傧傩傺僖儆僭僬僦僮儇儋仝氽佘佥俎龠汆籴兮巽黉馘冁夔勹匍訇匐凫夙兕亠兖亳衮袤亵脔裒禀嬴蠃羸冫冱冽冼"], -["da40","贎",14,"贠赑赒赗赟赥赨赩赪赬赮赯赱赲赸",8,"趂趃趆趇趈趉趌",4,"趒趓趕",9,"趠趡"], -["da80","趢趤",12,"趲趶趷趹趻趽跀跁跂跅跇跈跉跊跍跐跒跓跔凇冖冢冥讠讦讧讪讴讵讷诂诃诋诏诎诒诓诔诖诘诙诜诟诠诤诨诩诮诰诳诶诹诼诿谀谂谄谇谌谏谑谒谔谕谖谙谛谘谝谟谠谡谥谧谪谫谮谯谲谳谵谶卩卺阝阢阡阱阪阽阼陂陉陔陟陧陬陲陴隈隍隗隰邗邛邝邙邬邡邴邳邶邺"], -["db40","跕跘跙跜跠跡跢跥跦跧跩跭跮跰跱跲跴跶跼跾",6,"踆踇踈踋踍踎踐踑踒踓踕",7,"踠踡踤",4,"踫踭踰踲踳踴踶踷踸踻踼踾"], -["db80","踿蹃蹅蹆蹌",4,"蹓",5,"蹚",11,"蹧蹨蹪蹫蹮蹱邸邰郏郅邾郐郄郇郓郦郢郜郗郛郫郯郾鄄鄢鄞鄣鄱鄯鄹酃酆刍奂劢劬劭劾哿勐勖勰叟燮矍廴凵凼鬯厶弁畚巯坌垩垡塾墼壅壑圩圬圪圳圹圮圯坜圻坂坩垅坫垆坼坻坨坭坶坳垭垤垌垲埏垧垴垓垠埕埘埚埙埒垸埴埯埸埤埝"], -["dc40","蹳蹵蹷",4,"蹽蹾躀躂躃躄躆躈",6,"躑躒躓躕",6,"躝躟",11,"躭躮躰躱躳",6,"躻",7], -["dc80","軃",10,"軏",21,"堋堍埽埭堀堞堙塄堠塥塬墁墉墚墀馨鼙懿艹艽艿芏芊芨芄芎芑芗芙芫芸芾芰苈苊苣芘芷芮苋苌苁芩芴芡芪芟苄苎芤苡茉苷苤茏茇苜苴苒苘茌苻苓茑茚茆茔茕苠苕茜荑荛荜茈莒茼茴茱莛荞茯荏荇荃荟荀茗荠茭茺茳荦荥"], -["dd40","軥",62], -["dd80","輤",32,"荨茛荩荬荪荭荮莰荸莳莴莠莪莓莜莅荼莶莩荽莸荻莘莞莨莺莼菁萁菥菘堇萘萋菝菽菖萜萸萑萆菔菟萏萃菸菹菪菅菀萦菰菡葜葑葚葙葳蒇蒈葺蒉葸萼葆葩葶蒌蒎萱葭蓁蓍蓐蓦蒽蓓蓊蒿蒺蓠蒡蒹蒴蒗蓥蓣蔌甍蔸蓰蔹蔟蔺"], -["de40","轅",32,"轪辀辌辒辝辠辡辢辤辥辦辧辪辬辭辮辯農辳辴辵辷辸辺辻込辿迀迃迆"], -["de80","迉",4,"迏迒迖迗迚迠迡迣迧迬迯迱迲迴迵迶迺迻迼迾迿逇逈逌逎逓逕逘蕖蔻蓿蓼蕙蕈蕨蕤蕞蕺瞢蕃蕲蕻薤薨薇薏蕹薮薜薅薹薷薰藓藁藜藿蘧蘅蘩蘖蘼廾弈夼奁耷奕奚奘匏尢尥尬尴扌扪抟抻拊拚拗拮挢拶挹捋捃掭揶捱捺掎掴捭掬掊捩掮掼揲揸揠揿揄揞揎摒揆掾摅摁搋搛搠搌搦搡摞撄摭撖"], -["df40","這逜連逤逥逧",5,"逰",4,"逷逹逺逽逿遀遃遅遆遈",4,"過達違遖遙遚遜",5,"遤遦遧適遪遫遬遯",4,"遶",6,"遾邁"], -["df80","還邅邆邇邉邊邌",4,"邒邔邖邘邚邜邞邟邠邤邥邧邨邩邫邭邲邷邼邽邿郀摺撷撸撙撺擀擐擗擤擢攉攥攮弋忒甙弑卟叱叽叩叨叻吒吖吆呋呒呓呔呖呃吡呗呙吣吲咂咔呷呱呤咚咛咄呶呦咝哐咭哂咴哒咧咦哓哔呲咣哕咻咿哌哙哚哜咩咪咤哝哏哞唛哧唠哽唔哳唢唣唏唑唧唪啧喏喵啉啭啁啕唿啐唼"], -["e040","郂郃郆郈郉郋郌郍郒郔郕郖郘郙郚郞郟郠郣郤郥郩郪郬郮郰郱郲郳郵郶郷郹郺郻郼郿鄀鄁鄃鄅",19,"鄚鄛鄜"], -["e080","鄝鄟鄠鄡鄤",10,"鄰鄲",6,"鄺",8,"酄唷啖啵啶啷唳唰啜喋嗒喃喱喹喈喁喟啾嗖喑啻嗟喽喾喔喙嗪嗷嗉嘟嗑嗫嗬嗔嗦嗝嗄嗯嗥嗲嗳嗌嗍嗨嗵嗤辔嘞嘈嘌嘁嘤嘣嗾嘀嘧嘭噘嘹噗嘬噍噢噙噜噌噔嚆噤噱噫噻噼嚅嚓嚯囔囗囝囡囵囫囹囿圄圊圉圜帏帙帔帑帱帻帼"], -["e140","酅酇酈酑酓酔酕酖酘酙酛酜酟酠酦酧酨酫酭酳酺酻酼醀",4,"醆醈醊醎醏醓",6,"醜",5,"醤",5,"醫醬醰醱醲醳醶醷醸醹醻"], -["e180","醼",10,"釈釋釐釒",9,"針",8,"帷幄幔幛幞幡岌屺岍岐岖岈岘岙岑岚岜岵岢岽岬岫岱岣峁岷峄峒峤峋峥崂崃崧崦崮崤崞崆崛嵘崾崴崽嵬嵛嵯嵝嵫嵋嵊嵩嵴嶂嶙嶝豳嶷巅彳彷徂徇徉後徕徙徜徨徭徵徼衢彡犭犰犴犷犸狃狁狎狍狒狨狯狩狲狴狷猁狳猃狺"], -["e240","釦",62], -["e280","鈥",32,"狻猗猓猡猊猞猝猕猢猹猥猬猸猱獐獍獗獠獬獯獾舛夥飧夤夂饣饧",5,"饴饷饽馀馄馇馊馍馐馑馓馔馕庀庑庋庖庥庠庹庵庾庳赓廒廑廛廨廪膺忄忉忖忏怃忮怄忡忤忾怅怆忪忭忸怙怵怦怛怏怍怩怫怊怿怡恸恹恻恺恂"], -["e340","鉆",45,"鉵",16], -["e380","銆",7,"銏",24,"恪恽悖悚悭悝悃悒悌悛惬悻悱惝惘惆惚悴愠愦愕愣惴愀愎愫慊慵憬憔憧憷懔懵忝隳闩闫闱闳闵闶闼闾阃阄阆阈阊阋阌阍阏阒阕阖阗阙阚丬爿戕氵汔汜汊沣沅沐沔沌汨汩汴汶沆沩泐泔沭泷泸泱泗沲泠泖泺泫泮沱泓泯泾"], -["e440","銨",5,"銯",24,"鋉",31], -["e480","鋩",32,"洹洧洌浃浈洇洄洙洎洫浍洮洵洚浏浒浔洳涑浯涞涠浞涓涔浜浠浼浣渚淇淅淞渎涿淠渑淦淝淙渖涫渌涮渫湮湎湫溲湟溆湓湔渲渥湄滟溱溘滠漭滢溥溧溽溻溷滗溴滏溏滂溟潢潆潇漤漕滹漯漶潋潴漪漉漩澉澍澌潸潲潼潺濑"], -["e540","錊",51,"錿",10], -["e580","鍊",31,"鍫濉澧澹澶濂濡濮濞濠濯瀚瀣瀛瀹瀵灏灞宀宄宕宓宥宸甯骞搴寤寮褰寰蹇謇辶迓迕迥迮迤迩迦迳迨逅逄逋逦逑逍逖逡逵逶逭逯遄遑遒遐遨遘遢遛暹遴遽邂邈邃邋彐彗彖彘尻咫屐屙孱屣屦羼弪弩弭艴弼鬻屮妁妃妍妩妪妣"], -["e640","鍬",34,"鎐",27], -["e680","鎬",29,"鏋鏌鏍妗姊妫妞妤姒妲妯姗妾娅娆姝娈姣姘姹娌娉娲娴娑娣娓婀婧婊婕娼婢婵胬媪媛婷婺媾嫫媲嫒嫔媸嫠嫣嫱嫖嫦嫘嫜嬉嬗嬖嬲嬷孀尕尜孚孥孳孑孓孢驵驷驸驺驿驽骀骁骅骈骊骐骒骓骖骘骛骜骝骟骠骢骣骥骧纟纡纣纥纨纩"], -["e740","鏎",7,"鏗",54], -["e780","鐎",32,"纭纰纾绀绁绂绉绋绌绐绔绗绛绠绡绨绫绮绯绱绲缍绶绺绻绾缁缂缃缇缈缋缌缏缑缒缗缙缜缛缟缡",6,"缪缫缬缭缯",4,"缵幺畿巛甾邕玎玑玮玢玟珏珂珑玷玳珀珉珈珥珙顼琊珩珧珞玺珲琏琪瑛琦琥琨琰琮琬"], -["e840","鐯",14,"鐿",43,"鑬鑭鑮鑯"], -["e880","鑰",20,"钑钖钘铇铏铓铔铚铦铻锜锠琛琚瑁瑜瑗瑕瑙瑷瑭瑾璜璎璀璁璇璋璞璨璩璐璧瓒璺韪韫韬杌杓杞杈杩枥枇杪杳枘枧杵枨枞枭枋杷杼柰栉柘栊柩枰栌柙枵柚枳柝栀柃枸柢栎柁柽栲栳桠桡桎桢桄桤梃栝桕桦桁桧桀栾桊桉栩梵梏桴桷梓桫棂楮棼椟椠棹"], -["e940","锧锳锽镃镈镋镕镚镠镮镴镵長",7,"門",42], -["e980","閫",32,"椤棰椋椁楗棣椐楱椹楠楂楝榄楫榀榘楸椴槌榇榈槎榉楦楣楹榛榧榻榫榭槔榱槁槊槟榕槠榍槿樯槭樗樘橥槲橄樾檠橐橛樵檎橹樽樨橘橼檑檐檩檗檫猷獒殁殂殇殄殒殓殍殚殛殡殪轫轭轱轲轳轵轶轸轷轹轺轼轾辁辂辄辇辋"], -["ea40","闌",27,"闬闿阇阓阘阛阞阠阣",6,"阫阬阭阯阰阷阸阹阺阾陁陃陊陎陏陑陒陓陖陗"], -["ea80","陘陙陚陜陝陞陠陣陥陦陫陭",4,"陳陸",12,"隇隉隊辍辎辏辘辚軎戋戗戛戟戢戡戥戤戬臧瓯瓴瓿甏甑甓攴旮旯旰昊昙杲昃昕昀炅曷昝昴昱昶昵耆晟晔晁晏晖晡晗晷暄暌暧暝暾曛曜曦曩贲贳贶贻贽赀赅赆赈赉赇赍赕赙觇觊觋觌觎觏觐觑牮犟牝牦牯牾牿犄犋犍犏犒挈挲掰"], -["eb40","隌階隑隒隓隕隖隚際隝",9,"隨",7,"隱隲隴隵隷隸隺隻隿雂雃雈雊雋雐雑雓雔雖",9,"雡",6,"雫"], -["eb80","雬雭雮雰雱雲雴雵雸雺電雼雽雿霂霃霅霊霋霌霐霑霒霔霕霗",4,"霝霟霠搿擘耄毪毳毽毵毹氅氇氆氍氕氘氙氚氡氩氤氪氲攵敕敫牍牒牖爰虢刖肟肜肓肼朊肽肱肫肭肴肷胧胨胩胪胛胂胄胙胍胗朐胝胫胱胴胭脍脎胲胼朕脒豚脶脞脬脘脲腈腌腓腴腙腚腱腠腩腼腽腭腧塍媵膈膂膑滕膣膪臌朦臊膻"], -["ec40","霡",8,"霫霬霮霯霱霳",4,"霺霻霼霽霿",18,"靔靕靗靘靚靜靝靟靣靤靦靧靨靪",7], -["ec80","靲靵靷",4,"靽",7,"鞆",4,"鞌鞎鞏鞐鞓鞕鞖鞗鞙",4,"臁膦欤欷欹歃歆歙飑飒飓飕飙飚殳彀毂觳斐齑斓於旆旄旃旌旎旒旖炀炜炖炝炻烀炷炫炱烨烊焐焓焖焯焱煳煜煨煅煲煊煸煺熘熳熵熨熠燠燔燧燹爝爨灬焘煦熹戾戽扃扈扉礻祀祆祉祛祜祓祚祢祗祠祯祧祺禅禊禚禧禳忑忐"], -["ed40","鞞鞟鞡鞢鞤",6,"鞬鞮鞰鞱鞳鞵",46], -["ed80","韤韥韨韮",4,"韴韷",23,"怼恝恚恧恁恙恣悫愆愍慝憩憝懋懑戆肀聿沓泶淼矶矸砀砉砗砘砑斫砭砜砝砹砺砻砟砼砥砬砣砩硎硭硖硗砦硐硇硌硪碛碓碚碇碜碡碣碲碹碥磔磙磉磬磲礅磴礓礤礞礴龛黹黻黼盱眄眍盹眇眈眚眢眙眭眦眵眸睐睑睇睃睚睨"], -["ee40","頏",62], -["ee80","顎",32,"睢睥睿瞍睽瞀瞌瞑瞟瞠瞰瞵瞽町畀畎畋畈畛畲畹疃罘罡罟詈罨罴罱罹羁罾盍盥蠲钅钆钇钋钊钌钍钏钐钔钗钕钚钛钜钣钤钫钪钭钬钯钰钲钴钶",4,"钼钽钿铄铈",6,"铐铑铒铕铖铗铙铘铛铞铟铠铢铤铥铧铨铪"], -["ef40","顯",5,"颋颎颒颕颙颣風",37,"飏飐飔飖飗飛飜飝飠",4], -["ef80","飥飦飩",30,"铩铫铮铯铳铴铵铷铹铼铽铿锃锂锆锇锉锊锍锎锏锒",4,"锘锛锝锞锟锢锪锫锩锬锱锲锴锶锷锸锼锾锿镂锵镄镅镆镉镌镎镏镒镓镔镖镗镘镙镛镞镟镝镡镢镤",8,"镯镱镲镳锺矧矬雉秕秭秣秫稆嵇稃稂稞稔"], -["f040","餈",4,"餎餏餑",28,"餯",26], -["f080","饊",9,"饖",12,"饤饦饳饸饹饻饾馂馃馉稹稷穑黏馥穰皈皎皓皙皤瓞瓠甬鸠鸢鸨",4,"鸲鸱鸶鸸鸷鸹鸺鸾鹁鹂鹄鹆鹇鹈鹉鹋鹌鹎鹑鹕鹗鹚鹛鹜鹞鹣鹦",6,"鹱鹭鹳疒疔疖疠疝疬疣疳疴疸痄疱疰痃痂痖痍痣痨痦痤痫痧瘃痱痼痿瘐瘀瘅瘌瘗瘊瘥瘘瘕瘙"], -["f140","馌馎馚",10,"馦馧馩",47], -["f180","駙",32,"瘛瘼瘢瘠癀瘭瘰瘿瘵癃瘾瘳癍癞癔癜癖癫癯翊竦穸穹窀窆窈窕窦窠窬窨窭窳衤衩衲衽衿袂袢裆袷袼裉裢裎裣裥裱褚裼裨裾裰褡褙褓褛褊褴褫褶襁襦襻疋胥皲皴矜耒耔耖耜耠耢耥耦耧耩耨耱耋耵聃聆聍聒聩聱覃顸颀颃"], -["f240","駺",62], -["f280","騹",32,"颉颌颍颏颔颚颛颞颟颡颢颥颦虍虔虬虮虿虺虼虻蚨蚍蚋蚬蚝蚧蚣蚪蚓蚩蚶蛄蚵蛎蚰蚺蚱蚯蛉蛏蚴蛩蛱蛲蛭蛳蛐蜓蛞蛴蛟蛘蛑蜃蜇蛸蜈蜊蜍蜉蜣蜻蜞蜥蜮蜚蜾蝈蜴蜱蜩蜷蜿螂蜢蝽蝾蝻蝠蝰蝌蝮螋蝓蝣蝼蝤蝙蝥螓螯螨蟒"], -["f340","驚",17,"驲骃骉骍骎骔骕骙骦骩",6,"骲骳骴骵骹骻骽骾骿髃髄髆",4,"髍髎髏髐髒體髕髖髗髙髚髛髜"], -["f380","髝髞髠髢髣髤髥髧髨髩髪髬髮髰",8,"髺髼",6,"鬄鬅鬆蟆螈螅螭螗螃螫蟥螬螵螳蟋蟓螽蟑蟀蟊蟛蟪蟠蟮蠖蠓蟾蠊蠛蠡蠹蠼缶罂罄罅舐竺竽笈笃笄笕笊笫笏筇笸笪笙笮笱笠笥笤笳笾笞筘筚筅筵筌筝筠筮筻筢筲筱箐箦箧箸箬箝箨箅箪箜箢箫箴篑篁篌篝篚篥篦篪簌篾篼簏簖簋"], -["f440","鬇鬉",5,"鬐鬑鬒鬔",10,"鬠鬡鬢鬤",10,"鬰鬱鬳",7,"鬽鬾鬿魀魆魊魋魌魎魐魒魓魕",5], -["f480","魛",32,"簟簪簦簸籁籀臾舁舂舄臬衄舡舢舣舭舯舨舫舸舻舳舴舾艄艉艋艏艚艟艨衾袅袈裘裟襞羝羟羧羯羰羲籼敉粑粝粜粞粢粲粼粽糁糇糌糍糈糅糗糨艮暨羿翎翕翥翡翦翩翮翳糸絷綦綮繇纛麸麴赳趄趔趑趱赧赭豇豉酊酐酎酏酤"], -["f540","魼",62], -["f580","鮻",32,"酢酡酰酩酯酽酾酲酴酹醌醅醐醍醑醢醣醪醭醮醯醵醴醺豕鹾趸跫踅蹙蹩趵趿趼趺跄跖跗跚跞跎跏跛跆跬跷跸跣跹跻跤踉跽踔踝踟踬踮踣踯踺蹀踹踵踽踱蹉蹁蹂蹑蹒蹊蹰蹶蹼蹯蹴躅躏躔躐躜躞豸貂貊貅貘貔斛觖觞觚觜"], -["f640","鯜",62], -["f680","鰛",32,"觥觫觯訾謦靓雩雳雯霆霁霈霏霎霪霭霰霾龀龃龅",5,"龌黾鼋鼍隹隼隽雎雒瞿雠銎銮鋈錾鍪鏊鎏鐾鑫鱿鲂鲅鲆鲇鲈稣鲋鲎鲐鲑鲒鲔鲕鲚鲛鲞",5,"鲥",4,"鲫鲭鲮鲰",7,"鲺鲻鲼鲽鳄鳅鳆鳇鳊鳋"], -["f740","鰼",62], -["f780","鱻鱽鱾鲀鲃鲄鲉鲊鲌鲏鲓鲖鲗鲘鲙鲝鲪鲬鲯鲹鲾",4,"鳈鳉鳑鳒鳚鳛鳠鳡鳌",4,"鳓鳔鳕鳗鳘鳙鳜鳝鳟鳢靼鞅鞑鞒鞔鞯鞫鞣鞲鞴骱骰骷鹘骶骺骼髁髀髅髂髋髌髑魅魃魇魉魈魍魑飨餍餮饕饔髟髡髦髯髫髻髭髹鬈鬏鬓鬟鬣麽麾縻麂麇麈麋麒鏖麝麟黛黜黝黠黟黢黩黧黥黪黯鼢鼬鼯鼹鼷鼽鼾齄"], -["f840","鳣",62], -["f880","鴢",32], -["f940","鵃",62], -["f980","鶂",32], -["fa40","鶣",62], -["fa80","鷢",32], -["fb40","鸃",27,"鸤鸧鸮鸰鸴鸻鸼鹀鹍鹐鹒鹓鹔鹖鹙鹝鹟鹠鹡鹢鹥鹮鹯鹲鹴",9,"麀"], -["fb80","麁麃麄麅麆麉麊麌",5,"麔",8,"麞麠",5,"麧麨麩麪"], -["fc40","麫",8,"麵麶麷麹麺麼麿",4,"黅黆黇黈黊黋黌黐黒黓黕黖黗黙黚點黡黣黤黦黨黫黬黭黮黰",8,"黺黽黿",6], -["fc80","鼆",4,"鼌鼏鼑鼒鼔鼕鼖鼘鼚",5,"鼡鼣",8,"鼭鼮鼰鼱"], -["fd40","鼲",4,"鼸鼺鼼鼿",4,"齅",10,"齒",38], -["fd80","齹",5,"龁龂龍",11,"龜龝龞龡",4,"郎凉秊裏隣"], -["fe40","兀嗀﨎﨏﨑﨓﨔礼﨟蘒﨡﨣﨤﨧﨨﨩"] -] diff --git a/software/flow/node_modules/npm/node_modules/iconv-lite/encodings/tables/cp949.json b/software/flow/node_modules/npm/node_modules/iconv-lite/encodings/tables/cp949.json deleted file mode 100644 index 2022a00..0000000 --- a/software/flow/node_modules/npm/node_modules/iconv-lite/encodings/tables/cp949.json +++ /dev/null @@ -1,273 +0,0 @@ -[ -["0","\u0000",127], -["8141","갂갃갅갆갋",4,"갘갞갟갡갢갣갥",6,"갮갲갳갴"], -["8161","갵갶갷갺갻갽갾갿걁",9,"걌걎",5,"걕"], -["8181","걖걗걙걚걛걝",18,"걲걳걵걶걹걻",4,"겂겇겈겍겎겏겑겒겓겕",6,"겞겢",5,"겫겭겮겱",6,"겺겾겿곀곂곃곅곆곇곉곊곋곍",7,"곖곘",7,"곢곣곥곦곩곫곭곮곲곴곷",4,"곾곿괁괂괃괅괇",4,"괎괐괒괓"], -["8241","괔괕괖괗괙괚괛괝괞괟괡",7,"괪괫괮",5], -["8261","괶괷괹괺괻괽",6,"굆굈굊",5,"굑굒굓굕굖굗"], -["8281","굙",7,"굢굤",7,"굮굯굱굲굷굸굹굺굾궀궃",4,"궊궋궍궎궏궑",10,"궞",5,"궥",17,"궸",7,"귂귃귅귆귇귉",6,"귒귔",7,"귝귞귟귡귢귣귥",18], -["8341","귺귻귽귾긂",5,"긊긌긎",5,"긕",7], -["8361","긝",18,"긲긳긵긶긹긻긼"], -["8381","긽긾긿깂깄깇깈깉깋깏깑깒깓깕깗",4,"깞깢깣깤깦깧깪깫깭깮깯깱",6,"깺깾",5,"꺆",5,"꺍",46,"꺿껁껂껃껅",6,"껎껒",5,"껚껛껝",8], -["8441","껦껧껩껪껬껮",5,"껵껶껷껹껺껻껽",8], -["8461","꼆꼉꼊꼋꼌꼎꼏꼑",18], -["8481","꼤",7,"꼮꼯꼱꼳꼵",6,"꼾꽀꽄꽅꽆꽇꽊",5,"꽑",10,"꽞",5,"꽦",18,"꽺",5,"꾁꾂꾃꾅꾆꾇꾉",6,"꾒꾓꾔꾖",5,"꾝",26,"꾺꾻꾽꾾"], -["8541","꾿꿁",5,"꿊꿌꿏",4,"꿕",6,"꿝",4], -["8561","꿢",5,"꿪",5,"꿲꿳꿵꿶꿷꿹",6,"뀂뀃"], -["8581","뀅",6,"뀍뀎뀏뀑뀒뀓뀕",6,"뀞",9,"뀩",26,"끆끇끉끋끍끏끐끑끒끖끘끚끛끜끞",29,"끾끿낁낂낃낅",6,"낎낐낒",5,"낛낝낞낣낤"], -["8641","낥낦낧낪낰낲낶낷낹낺낻낽",6,"냆냊",5,"냒"], -["8661","냓냕냖냗냙",6,"냡냢냣냤냦",10], -["8681","냱",22,"넊넍넎넏넑넔넕넖넗넚넞",4,"넦넧넩넪넫넭",6,"넶넺",5,"녂녃녅녆녇녉",6,"녒녓녖녗녙녚녛녝녞녟녡",22,"녺녻녽녾녿놁놃",4,"놊놌놎놏놐놑놕놖놗놙놚놛놝"], -["8741","놞",9,"놩",15], -["8761","놹",18,"뇍뇎뇏뇑뇒뇓뇕"], -["8781","뇖",5,"뇞뇠",7,"뇪뇫뇭뇮뇯뇱",7,"뇺뇼뇾",5,"눆눇눉눊눍",6,"눖눘눚",5,"눡",18,"눵",6,"눽",26,"뉙뉚뉛뉝뉞뉟뉡",6,"뉪",4], -["8841","뉯",4,"뉶",5,"뉽",6,"늆늇늈늊",4], -["8861","늏늒늓늕늖늗늛",4,"늢늤늧늨늩늫늭늮늯늱늲늳늵늶늷"], -["8881","늸",15,"닊닋닍닎닏닑닓",4,"닚닜닞닟닠닡닣닧닩닪닰닱닲닶닼닽닾댂댃댅댆댇댉",6,"댒댖",5,"댝",54,"덗덙덚덝덠덡덢덣"], -["8941","덦덨덪덬덭덯덲덳덵덶덷덹",6,"뎂뎆",5,"뎍"], -["8961","뎎뎏뎑뎒뎓뎕",10,"뎢",5,"뎩뎪뎫뎭"], -["8981","뎮",21,"돆돇돉돊돍돏돑돒돓돖돘돚돜돞돟돡돢돣돥돦돧돩",18,"돽",18,"됑",6,"됙됚됛됝됞됟됡",6,"됪됬",7,"됵",15], -["8a41","둅",10,"둒둓둕둖둗둙",6,"둢둤둦"], -["8a61","둧",4,"둭",18,"뒁뒂"], -["8a81","뒃",4,"뒉",19,"뒞",5,"뒥뒦뒧뒩뒪뒫뒭",7,"뒶뒸뒺",5,"듁듂듃듅듆듇듉",6,"듑듒듓듔듖",5,"듞듟듡듢듥듧",4,"듮듰듲",5,"듹",26,"딖딗딙딚딝"], -["8b41","딞",5,"딦딫",4,"딲딳딵딶딷딹",6,"땂땆"], -["8b61","땇땈땉땊땎땏땑땒땓땕",6,"땞땢",8], -["8b81","땫",52,"떢떣떥떦떧떩떬떭떮떯떲떶",4,"떾떿뗁뗂뗃뗅",6,"뗎뗒",5,"뗙",18,"뗭",18], -["8c41","똀",15,"똒똓똕똖똗똙",4], -["8c61","똞",6,"똦",5,"똭",6,"똵",5], -["8c81","똻",12,"뙉",26,"뙥뙦뙧뙩",50,"뚞뚟뚡뚢뚣뚥",5,"뚭뚮뚯뚰뚲",16], -["8d41","뛃",16,"뛕",8], -["8d61","뛞",17,"뛱뛲뛳뛵뛶뛷뛹뛺"], -["8d81","뛻",4,"뜂뜃뜄뜆",33,"뜪뜫뜭뜮뜱",6,"뜺뜼",7,"띅띆띇띉띊띋띍",6,"띖",9,"띡띢띣띥띦띧띩",6,"띲띴띶",5,"띾띿랁랂랃랅",6,"랎랓랔랕랚랛랝랞"], -["8e41","랟랡",6,"랪랮",5,"랶랷랹",8], -["8e61","럂",4,"럈럊",19], -["8e81","럞",13,"럮럯럱럲럳럵",6,"럾렂",4,"렊렋렍렎렏렑",6,"렚렜렞",5,"렦렧렩렪렫렭",6,"렶렺",5,"롁롂롃롅",11,"롒롔",7,"롞롟롡롢롣롥",6,"롮롰롲",5,"롹롺롻롽",7], -["8f41","뢅",7,"뢎",17], -["8f61","뢠",7,"뢩",6,"뢱뢲뢳뢵뢶뢷뢹",4], -["8f81","뢾뢿룂룄룆",5,"룍룎룏룑룒룓룕",7,"룞룠룢",5,"룪룫룭룮룯룱",6,"룺룼룾",5,"뤅",18,"뤙",6,"뤡",26,"뤾뤿륁륂륃륅",6,"륍륎륐륒",5], -["9041","륚륛륝륞륟륡",6,"륪륬륮",5,"륶륷륹륺륻륽"], -["9061","륾",5,"릆릈릋릌릏",15], -["9081","릟",12,"릮릯릱릲릳릵",6,"릾맀맂",5,"맊맋맍맓",4,"맚맜맟맠맢맦맧맩맪맫맭",6,"맶맻",4,"먂",5,"먉",11,"먖",33,"먺먻먽먾먿멁멃멄멅멆"], -["9141","멇멊멌멏멐멑멒멖멗멙멚멛멝",6,"멦멪",5], -["9161","멲멳멵멶멷멹",9,"몆몈몉몊몋몍",5], -["9181","몓",20,"몪몭몮몯몱몳",4,"몺몼몾",5,"뫅뫆뫇뫉",14,"뫚",33,"뫽뫾뫿묁묂묃묅",7,"묎묐묒",5,"묙묚묛묝묞묟묡",6], -["9241","묨묪묬",7,"묷묹묺묿",4,"뭆뭈뭊뭋뭌뭎뭑뭒"], -["9261","뭓뭕뭖뭗뭙",7,"뭢뭤",7,"뭭",4], -["9281","뭲",21,"뮉뮊뮋뮍뮎뮏뮑",18,"뮥뮦뮧뮩뮪뮫뮭",6,"뮵뮶뮸",7,"믁믂믃믅믆믇믉",6,"믑믒믔",35,"믺믻믽믾밁"], -["9341","밃",4,"밊밎밐밒밓밙밚밠밡밢밣밦밨밪밫밬밮밯밲밳밵"], -["9361","밶밷밹",6,"뱂뱆뱇뱈뱊뱋뱎뱏뱑",8], -["9381","뱚뱛뱜뱞",37,"벆벇벉벊벍벏",4,"벖벘벛",4,"벢벣벥벦벩",6,"벲벶",5,"벾벿볁볂볃볅",7,"볎볒볓볔볖볗볙볚볛볝",22,"볷볹볺볻볽"], -["9441","볾",5,"봆봈봊",5,"봑봒봓봕",8], -["9461","봞",5,"봥",6,"봭",12], -["9481","봺",5,"뵁",6,"뵊뵋뵍뵎뵏뵑",6,"뵚",9,"뵥뵦뵧뵩",22,"붂붃붅붆붋",4,"붒붔붖붗붘붛붝",6,"붥",10,"붱",6,"붹",24], -["9541","뷒뷓뷖뷗뷙뷚뷛뷝",11,"뷪",5,"뷱"], -["9561","뷲뷳뷵뷶뷷뷹",6,"븁븂븄븆",5,"븎븏븑븒븓"], -["9581","븕",6,"븞븠",35,"빆빇빉빊빋빍빏",4,"빖빘빜빝빞빟빢빣빥빦빧빩빫",4,"빲빶",4,"빾빿뺁뺂뺃뺅",6,"뺎뺒",5,"뺚",13,"뺩",14], -["9641","뺸",23,"뻒뻓"], -["9661","뻕뻖뻙",6,"뻡뻢뻦",5,"뻭",8], -["9681","뻶",10,"뼂",5,"뼊",13,"뼚뼞",33,"뽂뽃뽅뽆뽇뽉",6,"뽒뽓뽔뽖",44], -["9741","뾃",16,"뾕",8], -["9761","뾞",17,"뾱",7], -["9781","뾹",11,"뿆",5,"뿎뿏뿑뿒뿓뿕",6,"뿝뿞뿠뿢",89,"쀽쀾쀿"], -["9841","쁀",16,"쁒",5,"쁙쁚쁛"], -["9861","쁝쁞쁟쁡",6,"쁪",15], -["9881","쁺",21,"삒삓삕삖삗삙",6,"삢삤삦",5,"삮삱삲삷",4,"삾샂샃샄샆샇샊샋샍샎샏샑",6,"샚샞",5,"샦샧샩샪샫샭",6,"샶샸샺",5,"섁섂섃섅섆섇섉",6,"섑섒섓섔섖",5,"섡섢섥섨섩섪섫섮"], -["9941","섲섳섴섵섷섺섻섽섾섿셁",6,"셊셎",5,"셖셗"], -["9961","셙셚셛셝",6,"셦셪",5,"셱셲셳셵셶셷셹셺셻"], -["9981","셼",8,"솆",5,"솏솑솒솓솕솗",4,"솞솠솢솣솤솦솧솪솫솭솮솯솱",11,"솾",5,"쇅쇆쇇쇉쇊쇋쇍",6,"쇕쇖쇙",6,"쇡쇢쇣쇥쇦쇧쇩",6,"쇲쇴",7,"쇾쇿숁숂숃숅",6,"숎숐숒",5,"숚숛숝숞숡숢숣"], -["9a41","숤숥숦숧숪숬숮숰숳숵",16], -["9a61","쉆쉇쉉",6,"쉒쉓쉕쉖쉗쉙",6,"쉡쉢쉣쉤쉦"], -["9a81","쉧",4,"쉮쉯쉱쉲쉳쉵",6,"쉾슀슂",5,"슊",5,"슑",6,"슙슚슜슞",5,"슦슧슩슪슫슮",5,"슶슸슺",33,"싞싟싡싢싥",5,"싮싰싲싳싴싵싷싺싽싾싿쌁",6,"쌊쌋쌎쌏"], -["9b41","쌐쌑쌒쌖쌗쌙쌚쌛쌝",6,"쌦쌧쌪",8], -["9b61","쌳",17,"썆",7], -["9b81","썎",25,"썪썫썭썮썯썱썳",4,"썺썻썾",5,"쎅쎆쎇쎉쎊쎋쎍",50,"쏁",22,"쏚"], -["9c41","쏛쏝쏞쏡쏣",4,"쏪쏫쏬쏮",5,"쏶쏷쏹",5], -["9c61","쏿",8,"쐉",6,"쐑",9], -["9c81","쐛",8,"쐥",6,"쐭쐮쐯쐱쐲쐳쐵",6,"쐾",9,"쑉",26,"쑦쑧쑩쑪쑫쑭",6,"쑶쑷쑸쑺",5,"쒁",18,"쒕",6,"쒝",12], -["9d41","쒪",13,"쒹쒺쒻쒽",8], -["9d61","쓆",25], -["9d81","쓠",8,"쓪",5,"쓲쓳쓵쓶쓷쓹쓻쓼쓽쓾씂",9,"씍씎씏씑씒씓씕",6,"씝",10,"씪씫씭씮씯씱",6,"씺씼씾",5,"앆앇앋앏앐앑앒앖앚앛앜앟앢앣앥앦앧앩",6,"앲앶",5,"앾앿얁얂얃얅얆얈얉얊얋얎얐얒얓얔"], -["9e41","얖얙얚얛얝얞얟얡",7,"얪",9,"얶"], -["9e61","얷얺얿",4,"엋엍엏엒엓엕엖엗엙",6,"엢엤엦엧"], -["9e81","엨엩엪엫엯엱엲엳엵엸엹엺엻옂옃옄옉옊옋옍옎옏옑",6,"옚옝",6,"옦옧옩옪옫옯옱옲옶옸옺옼옽옾옿왂왃왅왆왇왉",6,"왒왖",5,"왞왟왡",10,"왭왮왰왲",5,"왺왻왽왾왿욁",6,"욊욌욎",5,"욖욗욙욚욛욝",6,"욦"], -["9f41","욨욪",5,"욲욳욵욶욷욻",4,"웂웄웆",5,"웎"], -["9f61","웏웑웒웓웕",6,"웞웟웢",5,"웪웫웭웮웯웱웲"], -["9f81","웳",4,"웺웻웼웾",5,"윆윇윉윊윋윍",6,"윖윘윚",5,"윢윣윥윦윧윩",6,"윲윴윶윸윹윺윻윾윿읁읂읃읅",4,"읋읎읐읙읚읛읝읞읟읡",6,"읩읪읬",7,"읶읷읹읺읻읿잀잁잂잆잋잌잍잏잒잓잕잙잛",4,"잢잧",4,"잮잯잱잲잳잵잶잷"], -["a041","잸잹잺잻잾쟂",5,"쟊쟋쟍쟏쟑",6,"쟙쟚쟛쟜"], -["a061","쟞",5,"쟥쟦쟧쟩쟪쟫쟭",13], -["a081","쟻",4,"젂젃젅젆젇젉젋",4,"젒젔젗",4,"젞젟젡젢젣젥",6,"젮젰젲",5,"젹젺젻젽젾젿졁",6,"졊졋졎",5,"졕",26,"졲졳졵졶졷졹졻",4,"좂좄좈좉좊좎",5,"좕",7,"좞좠좢좣좤"], -["a141","좥좦좧좩",18,"좾좿죀죁"], -["a161","죂죃죅죆죇죉죊죋죍",6,"죖죘죚",5,"죢죣죥"], -["a181","죦",14,"죶",5,"죾죿줁줂줃줇",4,"줎 、。·‥…¨〃­―∥\∼‘’“”〔〕〈",9,"±×÷≠≤≥∞∴°′″℃Å¢£¥♂♀∠⊥⌒∂∇≡≒§※☆★○●◎◇◆□■△▲▽▼→←↑↓↔〓≪≫√∽∝∵∫∬∈∋⊆⊇⊂⊃∪∩∧∨¬"], -["a241","줐줒",5,"줙",18], -["a261","줭",6,"줵",18], -["a281","쥈",7,"쥒쥓쥕쥖쥗쥙",6,"쥢쥤",7,"쥭쥮쥯⇒⇔∀∃´~ˇ˘˝˚˙¸˛¡¿ː∮∑∏¤℉‰◁◀▷▶♤♠♡♥♧♣⊙◈▣◐◑▒▤▥▨▧▦▩♨☏☎☜☞¶†‡↕↗↙↖↘♭♩♪♬㉿㈜№㏇™㏂㏘℡€®"], -["a341","쥱쥲쥳쥵",6,"쥽",10,"즊즋즍즎즏"], -["a361","즑",6,"즚즜즞",16], -["a381","즯",16,"짂짃짅짆짉짋",4,"짒짔짗짘짛!",58,"₩]",32," ̄"], -["a441","짞짟짡짣짥짦짨짩짪짫짮짲",5,"짺짻짽짾짿쨁쨂쨃쨄"], -["a461","쨅쨆쨇쨊쨎",5,"쨕쨖쨗쨙",12], -["a481","쨦쨧쨨쨪",28,"ㄱ",93], -["a541","쩇",4,"쩎쩏쩑쩒쩓쩕",6,"쩞쩢",5,"쩩쩪"], -["a561","쩫",17,"쩾",5,"쪅쪆"], -["a581","쪇",16,"쪙",14,"ⅰ",9], -["a5b0","Ⅰ",9], -["a5c1","Α",16,"Σ",6], -["a5e1","α",16,"σ",6], -["a641","쪨",19,"쪾쪿쫁쫂쫃쫅"], -["a661","쫆",5,"쫎쫐쫒쫔쫕쫖쫗쫚",5,"쫡",6], -["a681","쫨쫩쫪쫫쫭",6,"쫵",18,"쬉쬊─│┌┐┘└├┬┤┴┼━┃┏┓┛┗┣┳┫┻╋┠┯┨┷┿┝┰┥┸╂┒┑┚┙┖┕┎┍┞┟┡┢┦┧┩┪┭┮┱┲┵┶┹┺┽┾╀╁╃",7], -["a741","쬋",4,"쬑쬒쬓쬕쬖쬗쬙",6,"쬢",7], -["a761","쬪",22,"쭂쭃쭄"], -["a781","쭅쭆쭇쭊쭋쭍쭎쭏쭑",6,"쭚쭛쭜쭞",5,"쭥",7,"㎕㎖㎗ℓ㎘㏄㎣㎤㎥㎦㎙",9,"㏊㎍㎎㎏㏏㎈㎉㏈㎧㎨㎰",9,"㎀",4,"㎺",5,"㎐",4,"Ω㏀㏁㎊㎋㎌㏖㏅㎭㎮㎯㏛㎩㎪㎫㎬㏝㏐㏓㏃㏉㏜㏆"], -["a841","쭭",10,"쭺",14], -["a861","쮉",18,"쮝",6], -["a881","쮤",19,"쮹",11,"ÆЪĦ"], -["a8a6","IJ"], -["a8a8","ĿŁØŒºÞŦŊ"], -["a8b1","㉠",27,"ⓐ",25,"①",14,"½⅓⅔¼¾⅛⅜⅝⅞"], -["a941","쯅",14,"쯕",10], -["a961","쯠쯡쯢쯣쯥쯦쯨쯪",18], -["a981","쯽",14,"찎찏찑찒찓찕",6,"찞찟찠찣찤æđðħıijĸŀłøœßþŧŋʼn㈀",27,"⒜",25,"⑴",14,"¹²³⁴ⁿ₁₂₃₄"], -["aa41","찥찦찪찫찭찯찱",6,"찺찿",4,"챆챇챉챊챋챍챎"], -["aa61","챏",4,"챖챚",5,"챡챢챣챥챧챩",6,"챱챲"], -["aa81","챳챴챶",29,"ぁ",82], -["ab41","첔첕첖첗첚첛첝첞첟첡",6,"첪첮",5,"첶첷첹"], -["ab61","첺첻첽",6,"쳆쳈쳊",5,"쳑쳒쳓쳕",5], -["ab81","쳛",8,"쳥",6,"쳭쳮쳯쳱",12,"ァ",85], -["ac41","쳾쳿촀촂",5,"촊촋촍촎촏촑",6,"촚촜촞촟촠"], -["ac61","촡촢촣촥촦촧촩촪촫촭",11,"촺",4], -["ac81","촿",28,"쵝쵞쵟А",5,"ЁЖ",25], -["acd1","а",5,"ёж",25], -["ad41","쵡쵢쵣쵥",6,"쵮쵰쵲",5,"쵹",7], -["ad61","춁",6,"춉",10,"춖춗춙춚춛춝춞춟"], -["ad81","춠춡춢춣춦춨춪",5,"춱",18,"췅"], -["ae41","췆",5,"췍췎췏췑",16], -["ae61","췢",5,"췩췪췫췭췮췯췱",6,"췺췼췾",4], -["ae81","츃츅츆츇츉츊츋츍",6,"츕츖츗츘츚",5,"츢츣츥츦츧츩츪츫"], -["af41","츬츭츮츯츲츴츶",19], -["af61","칊",13,"칚칛칝칞칢",5,"칪칬"], -["af81","칮",5,"칶칷칹칺칻칽",6,"캆캈캊",5,"캒캓캕캖캗캙"], -["b041","캚",5,"캢캦",5,"캮",12], -["b061","캻",5,"컂",19], -["b081","컖",13,"컦컧컩컪컭",6,"컶컺",5,"가각간갇갈갉갊감",7,"같",4,"갠갤갬갭갯갰갱갸갹갼걀걋걍걔걘걜거걱건걷걸걺검겁것겄겅겆겉겊겋게겐겔겜겝겟겠겡겨격겪견겯결겸겹겻겼경곁계곈곌곕곗고곡곤곧골곪곬곯곰곱곳공곶과곽관괄괆"], -["b141","켂켃켅켆켇켉",6,"켒켔켖",5,"켝켞켟켡켢켣"], -["b161","켥",6,"켮켲",5,"켹",11], -["b181","콅",14,"콖콗콙콚콛콝",6,"콦콨콪콫콬괌괍괏광괘괜괠괩괬괭괴괵괸괼굄굅굇굉교굔굘굡굣구국군굳굴굵굶굻굼굽굿궁궂궈궉권궐궜궝궤궷귀귁귄귈귐귑귓규균귤그극근귿글긁금급긋긍긔기긱긴긷길긺김깁깃깅깆깊까깍깎깐깔깖깜깝깟깠깡깥깨깩깬깰깸"], -["b241","콭콮콯콲콳콵콶콷콹",6,"쾁쾂쾃쾄쾆",5,"쾍"], -["b261","쾎",18,"쾢",5,"쾩"], -["b281","쾪",5,"쾱",18,"쿅",6,"깹깻깼깽꺄꺅꺌꺼꺽꺾껀껄껌껍껏껐껑께껙껜껨껫껭껴껸껼꼇꼈꼍꼐꼬꼭꼰꼲꼴꼼꼽꼿꽁꽂꽃꽈꽉꽐꽜꽝꽤꽥꽹꾀꾄꾈꾐꾑꾕꾜꾸꾹꾼꿀꿇꿈꿉꿋꿍꿎꿔꿜꿨꿩꿰꿱꿴꿸뀀뀁뀄뀌뀐뀔뀜뀝뀨끄끅끈끊끌끎끓끔끕끗끙"], -["b341","쿌",19,"쿢쿣쿥쿦쿧쿩"], -["b361","쿪",5,"쿲쿴쿶",5,"쿽쿾쿿퀁퀂퀃퀅",5], -["b381","퀋",5,"퀒",5,"퀙",19,"끝끼끽낀낄낌낍낏낑나낙낚난낟날낡낢남납낫",4,"낱낳내낵낸낼냄냅냇냈냉냐냑냔냘냠냥너넉넋넌널넒넓넘넙넛넜넝넣네넥넨넬넴넵넷넸넹녀녁년녈념녑녔녕녘녜녠노녹논놀놂놈놉놋농높놓놔놘놜놨뇌뇐뇔뇜뇝"], -["b441","퀮",5,"퀶퀷퀹퀺퀻퀽",6,"큆큈큊",5], -["b461","큑큒큓큕큖큗큙",6,"큡",10,"큮큯"], -["b481","큱큲큳큵",6,"큾큿킀킂",18,"뇟뇨뇩뇬뇰뇹뇻뇽누눅눈눋눌눔눕눗눙눠눴눼뉘뉜뉠뉨뉩뉴뉵뉼늄늅늉느늑는늘늙늚늠늡늣능늦늪늬늰늴니닉닌닐닒님닙닛닝닢다닥닦단닫",4,"닳담답닷",4,"닿대댁댄댈댐댑댓댔댕댜더덕덖던덛덜덞덟덤덥"], -["b541","킕",14,"킦킧킩킪킫킭",5], -["b561","킳킶킸킺",5,"탂탃탅탆탇탊",5,"탒탖",4], -["b581","탛탞탟탡탢탣탥",6,"탮탲",5,"탹",11,"덧덩덫덮데덱덴델뎀뎁뎃뎄뎅뎌뎐뎔뎠뎡뎨뎬도독돈돋돌돎돐돔돕돗동돛돝돠돤돨돼됐되된될됨됩됫됴두둑둔둘둠둡둣둥둬뒀뒈뒝뒤뒨뒬뒵뒷뒹듀듄듈듐듕드득든듣들듦듬듭듯등듸디딕딘딛딜딤딥딧딨딩딪따딱딴딸"], -["b641","턅",7,"턎",17], -["b661","턠",15,"턲턳턵턶턷턹턻턼턽턾"], -["b681","턿텂텆",5,"텎텏텑텒텓텕",6,"텞텠텢",5,"텩텪텫텭땀땁땃땄땅땋때땍땐땔땜땝땟땠땡떠떡떤떨떪떫떰떱떳떴떵떻떼떽뗀뗄뗌뗍뗏뗐뗑뗘뗬또똑똔똘똥똬똴뙈뙤뙨뚜뚝뚠뚤뚫뚬뚱뛔뛰뛴뛸뜀뜁뜅뜨뜩뜬뜯뜰뜸뜹뜻띄띈띌띔띕띠띤띨띰띱띳띵라락란랄람랍랏랐랑랒랖랗"], -["b741","텮",13,"텽",6,"톅톆톇톉톊"], -["b761","톋",20,"톢톣톥톦톧"], -["b781","톩",6,"톲톴톶톷톸톹톻톽톾톿퇁",14,"래랙랜랠램랩랫랬랭랴략랸럇량러럭런럴럼럽럿렀렁렇레렉렌렐렘렙렛렝려력련렬렴렵렷렸령례롄롑롓로록론롤롬롭롯롱롸롼뢍뢨뢰뢴뢸룀룁룃룅료룐룔룝룟룡루룩룬룰룸룹룻룽뤄뤘뤠뤼뤽륀륄륌륏륑류륙륜률륨륩"], -["b841","퇐",7,"퇙",17], -["b861","퇫",8,"퇵퇶퇷퇹",13], -["b881","툈툊",5,"툑",24,"륫륭르륵른를름릅릇릉릊릍릎리릭린릴림립릿링마막만많",4,"맘맙맛망맞맡맣매맥맨맬맴맵맷맸맹맺먀먁먈먕머먹먼멀멂멈멉멋멍멎멓메멕멘멜멤멥멧멨멩며멱면멸몃몄명몇몌모목몫몬몰몲몸몹못몽뫄뫈뫘뫙뫼"], -["b941","툪툫툮툯툱툲툳툵",6,"툾퉀퉂",5,"퉉퉊퉋퉌"], -["b961","퉍",14,"퉝",6,"퉥퉦퉧퉨"], -["b981","퉩",22,"튂튃튅튆튇튉튊튋튌묀묄묍묏묑묘묜묠묩묫무묵묶문묻물묽묾뭄뭅뭇뭉뭍뭏뭐뭔뭘뭡뭣뭬뮈뮌뮐뮤뮨뮬뮴뮷므믄믈믐믓미믹민믿밀밂밈밉밋밌밍및밑바",4,"받",4,"밤밥밧방밭배백밴밸뱀뱁뱃뱄뱅뱉뱌뱍뱐뱝버벅번벋벌벎범법벗"], -["ba41","튍튎튏튒튓튔튖",5,"튝튞튟튡튢튣튥",6,"튭"], -["ba61","튮튯튰튲",5,"튺튻튽튾틁틃",4,"틊틌",5], -["ba81","틒틓틕틖틗틙틚틛틝",6,"틦",9,"틲틳틵틶틷틹틺벙벚베벡벤벧벨벰벱벳벴벵벼벽변별볍볏볐병볕볘볜보복볶본볼봄봅봇봉봐봔봤봬뵀뵈뵉뵌뵐뵘뵙뵤뵨부북분붇불붉붊붐붑붓붕붙붚붜붤붰붸뷔뷕뷘뷜뷩뷰뷴뷸븀븃븅브븍븐블븜븝븟비빅빈빌빎빔빕빗빙빚빛빠빡빤"], -["bb41","틻",4,"팂팄팆",5,"팏팑팒팓팕팗",4,"팞팢팣"], -["bb61","팤팦팧팪팫팭팮팯팱",6,"팺팾",5,"퍆퍇퍈퍉"], -["bb81","퍊",31,"빨빪빰빱빳빴빵빻빼빽뺀뺄뺌뺍뺏뺐뺑뺘뺙뺨뻐뻑뻔뻗뻘뻠뻣뻤뻥뻬뼁뼈뼉뼘뼙뼛뼜뼝뽀뽁뽄뽈뽐뽑뽕뾔뾰뿅뿌뿍뿐뿔뿜뿟뿡쀼쁑쁘쁜쁠쁨쁩삐삑삔삘삠삡삣삥사삭삯산삳살삵삶삼삽삿샀상샅새색샌샐샘샙샛샜생샤"], -["bc41","퍪",17,"퍾퍿펁펂펃펅펆펇"], -["bc61","펈펉펊펋펎펒",5,"펚펛펝펞펟펡",6,"펪펬펮"], -["bc81","펯",4,"펵펶펷펹펺펻펽",6,"폆폇폊",5,"폑",5,"샥샨샬샴샵샷샹섀섄섈섐섕서",4,"섣설섦섧섬섭섯섰성섶세섹센셀셈셉셋셌셍셔셕션셜셤셥셧셨셩셰셴셸솅소속솎손솔솖솜솝솟송솥솨솩솬솰솽쇄쇈쇌쇔쇗쇘쇠쇤쇨쇰쇱쇳쇼쇽숀숄숌숍숏숑수숙순숟술숨숩숫숭"], -["bd41","폗폙",7,"폢폤",7,"폮폯폱폲폳폵폶폷"], -["bd61","폸폹폺폻폾퐀퐂",5,"퐉",13], -["bd81","퐗",5,"퐞",25,"숯숱숲숴쉈쉐쉑쉔쉘쉠쉥쉬쉭쉰쉴쉼쉽쉿슁슈슉슐슘슛슝스슥슨슬슭슴습슷승시식신싣실싫심십싯싱싶싸싹싻싼쌀쌈쌉쌌쌍쌓쌔쌕쌘쌜쌤쌥쌨쌩썅써썩썬썰썲썸썹썼썽쎄쎈쎌쏀쏘쏙쏜쏟쏠쏢쏨쏩쏭쏴쏵쏸쐈쐐쐤쐬쐰"], -["be41","퐸",7,"푁푂푃푅",14], -["be61","푔",7,"푝푞푟푡푢푣푥",7,"푮푰푱푲"], -["be81","푳",4,"푺푻푽푾풁풃",4,"풊풌풎",5,"풕",8,"쐴쐼쐽쑈쑤쑥쑨쑬쑴쑵쑹쒀쒔쒜쒸쒼쓩쓰쓱쓴쓸쓺쓿씀씁씌씐씔씜씨씩씬씰씸씹씻씽아악안앉않알앍앎앓암압앗았앙앝앞애액앤앨앰앱앳앴앵야약얀얄얇얌얍얏양얕얗얘얜얠얩어억언얹얻얼얽얾엄",6,"엌엎"], -["bf41","풞",10,"풪",14], -["bf61","풹",18,"퓍퓎퓏퓑퓒퓓퓕"], -["bf81","퓖",5,"퓝퓞퓠",7,"퓩퓪퓫퓭퓮퓯퓱",6,"퓹퓺퓼에엑엔엘엠엡엣엥여역엮연열엶엷염",5,"옅옆옇예옌옐옘옙옛옜오옥온올옭옮옰옳옴옵옷옹옻와왁완왈왐왑왓왔왕왜왝왠왬왯왱외왹왼욀욈욉욋욍요욕욘욜욤욥욧용우욱운울욹욺움웁웃웅워웍원월웜웝웠웡웨"], -["c041","퓾",5,"픅픆픇픉픊픋픍",6,"픖픘",5], -["c061","픞",25], -["c081","픸픹픺픻픾픿핁핂핃핅",6,"핎핐핒",5,"핚핛핝핞핟핡핢핣웩웬웰웸웹웽위윅윈윌윔윕윗윙유육윤율윰윱윳융윷으윽은을읊음읍읏응",7,"읜읠읨읫이익인일읽읾잃임입잇있잉잊잎자작잔잖잗잘잚잠잡잣잤장잦재잭잰잴잼잽잿쟀쟁쟈쟉쟌쟎쟐쟘쟝쟤쟨쟬저적전절젊"], -["c141","핤핦핧핪핬핮",5,"핶핷핹핺핻핽",6,"햆햊햋"], -["c161","햌햍햎햏햑",19,"햦햧"], -["c181","햨",31,"점접젓정젖제젝젠젤젬젭젯젱져젼졀졈졉졌졍졔조족존졸졺좀좁좃종좆좇좋좌좍좔좝좟좡좨좼좽죄죈죌죔죕죗죙죠죡죤죵주죽준줄줅줆줌줍줏중줘줬줴쥐쥑쥔쥘쥠쥡쥣쥬쥰쥴쥼즈즉즌즐즘즙즛증지직진짇질짊짐집짓"], -["c241","헊헋헍헎헏헑헓",4,"헚헜헞",5,"헦헧헩헪헫헭헮"], -["c261","헯",4,"헶헸헺",5,"혂혃혅혆혇혉",6,"혒"], -["c281","혖",5,"혝혞혟혡혢혣혥",7,"혮",9,"혺혻징짖짙짚짜짝짠짢짤짧짬짭짯짰짱째짹짼쨀쨈쨉쨋쨌쨍쨔쨘쨩쩌쩍쩐쩔쩜쩝쩟쩠쩡쩨쩽쪄쪘쪼쪽쫀쫄쫌쫍쫏쫑쫓쫘쫙쫠쫬쫴쬈쬐쬔쬘쬠쬡쭁쭈쭉쭌쭐쭘쭙쭝쭤쭸쭹쮜쮸쯔쯤쯧쯩찌찍찐찔찜찝찡찢찧차착찬찮찰참찹찻"], -["c341","혽혾혿홁홂홃홄홆홇홊홌홎홏홐홒홓홖홗홙홚홛홝",4], -["c361","홢",4,"홨홪",5,"홲홳홵",11], -["c381","횁횂횄횆",5,"횎횏횑횒횓횕",7,"횞횠횢",5,"횩횪찼창찾채책챈챌챔챕챗챘챙챠챤챦챨챰챵처척천철첨첩첫첬청체첵첸첼쳄쳅쳇쳉쳐쳔쳤쳬쳰촁초촉촌촐촘촙촛총촤촨촬촹최쵠쵤쵬쵭쵯쵱쵸춈추축춘출춤춥춧충춰췄췌췐취췬췰췸췹췻췽츄츈츌츔츙츠측츤츨츰츱츳층"], -["c441","횫횭횮횯횱",7,"횺횼",7,"훆훇훉훊훋"], -["c461","훍훎훏훐훒훓훕훖훘훚",5,"훡훢훣훥훦훧훩",4], -["c481","훮훯훱훲훳훴훶",5,"훾훿휁휂휃휅",11,"휒휓휔치칙친칟칠칡침칩칫칭카칵칸칼캄캅캇캉캐캑캔캘캠캡캣캤캥캬캭컁커컥컨컫컬컴컵컷컸컹케켁켄켈켐켑켓켕켜켠켤켬켭켯켰켱켸코콕콘콜콤콥콧콩콰콱콴콸쾀쾅쾌쾡쾨쾰쿄쿠쿡쿤쿨쿰쿱쿳쿵쿼퀀퀄퀑퀘퀭퀴퀵퀸퀼"], -["c541","휕휖휗휚휛휝휞휟휡",6,"휪휬휮",5,"휶휷휹"], -["c561","휺휻휽",6,"흅흆흈흊",5,"흒흓흕흚",4], -["c581","흟흢흤흦흧흨흪흫흭흮흯흱흲흳흵",6,"흾흿힀힂",5,"힊힋큄큅큇큉큐큔큘큠크큭큰클큼큽킁키킥킨킬킴킵킷킹타탁탄탈탉탐탑탓탔탕태택탠탤탬탭탯탰탱탸턍터턱턴털턺텀텁텃텄텅테텍텐텔템텝텟텡텨텬텼톄톈토톡톤톨톰톱톳통톺톼퇀퇘퇴퇸툇툉툐투툭툰툴툼툽툿퉁퉈퉜"], -["c641","힍힎힏힑",6,"힚힜힞",5], -["c6a1","퉤튀튁튄튈튐튑튕튜튠튤튬튱트특튼튿틀틂틈틉틋틔틘틜틤틥티틱틴틸팀팁팃팅파팍팎판팔팖팜팝팟팠팡팥패팩팬팰팸팹팻팼팽퍄퍅퍼퍽펀펄펌펍펏펐펑페펙펜펠펨펩펫펭펴편펼폄폅폈평폐폘폡폣포폭폰폴폼폽폿퐁"], -["c7a1","퐈퐝푀푄표푠푤푭푯푸푹푼푿풀풂품풉풋풍풔풩퓌퓐퓔퓜퓟퓨퓬퓰퓸퓻퓽프픈플픔픕픗피픽핀필핌핍핏핑하학한할핥함합핫항해핵핸핼햄햅햇했행햐향허헉헌헐헒험헙헛헝헤헥헨헬헴헵헷헹혀혁현혈혐협혓혔형혜혠"], -["c8a1","혤혭호혹혼홀홅홈홉홋홍홑화확환활홧황홰홱홴횃횅회획횐횔횝횟횡효횬횰횹횻후훅훈훌훑훔훗훙훠훤훨훰훵훼훽휀휄휑휘휙휜휠휨휩휫휭휴휵휸휼흄흇흉흐흑흔흖흗흘흙흠흡흣흥흩희흰흴흼흽힁히힉힌힐힘힙힛힝"], -["caa1","伽佳假價加可呵哥嘉嫁家暇架枷柯歌珂痂稼苛茄街袈訶賈跏軻迦駕刻却各恪慤殼珏脚覺角閣侃刊墾奸姦干幹懇揀杆柬桿澗癎看磵稈竿簡肝艮艱諫間乫喝曷渴碣竭葛褐蝎鞨勘坎堪嵌感憾戡敢柑橄減甘疳監瞰紺邯鑑鑒龕"], -["cba1","匣岬甲胛鉀閘剛堈姜岡崗康强彊慷江畺疆糠絳綱羌腔舡薑襁講鋼降鱇介价個凱塏愷愾慨改槪漑疥皆盖箇芥蓋豈鎧開喀客坑更粳羹醵倨去居巨拒据據擧渠炬祛距踞車遽鉅鋸乾件健巾建愆楗腱虔蹇鍵騫乞傑杰桀儉劍劒檢"], -["cca1","瞼鈐黔劫怯迲偈憩揭擊格檄激膈覡隔堅牽犬甄絹繭肩見譴遣鵑抉決潔結缺訣兼慊箝謙鉗鎌京俓倞傾儆勁勍卿坰境庚徑慶憬擎敬景暻更梗涇炅烱璟璥瓊痙硬磬竟競絅經耕耿脛莖警輕逕鏡頃頸驚鯨係啓堺契季屆悸戒桂械"], -["cda1","棨溪界癸磎稽系繫繼計誡谿階鷄古叩告呱固姑孤尻庫拷攷故敲暠枯槁沽痼皐睾稿羔考股膏苦苽菰藁蠱袴誥賈辜錮雇顧高鼓哭斛曲梏穀谷鵠困坤崑昆梱棍滾琨袞鯤汨滑骨供公共功孔工恐恭拱控攻珙空蚣貢鞏串寡戈果瓜"], -["cea1","科菓誇課跨過鍋顆廓槨藿郭串冠官寬慣棺款灌琯瓘管罐菅觀貫關館刮恝括适侊光匡壙廣曠洸炚狂珖筐胱鑛卦掛罫乖傀塊壞怪愧拐槐魁宏紘肱轟交僑咬喬嬌嶠巧攪敎校橋狡皎矯絞翹膠蕎蛟較轎郊餃驕鮫丘久九仇俱具勾"], -["cfa1","區口句咎嘔坵垢寇嶇廐懼拘救枸柩構歐毆毬求溝灸狗玖球瞿矩究絿耉臼舅舊苟衢謳購軀逑邱鉤銶駒驅鳩鷗龜國局菊鞠鞫麴君窘群裙軍郡堀屈掘窟宮弓穹窮芎躬倦券勸卷圈拳捲權淃眷厥獗蕨蹶闕机櫃潰詭軌饋句晷歸貴"], -["d0a1","鬼龜叫圭奎揆槻珪硅窺竅糾葵規赳逵閨勻均畇筠菌鈞龜橘克剋劇戟棘極隙僅劤勤懃斤根槿瑾筋芹菫覲謹近饉契今妗擒昑檎琴禁禽芩衾衿襟金錦伋及急扱汲級給亘兢矜肯企伎其冀嗜器圻基埼夔奇妓寄岐崎己幾忌技旗旣"], -["d1a1","朞期杞棋棄機欺氣汽沂淇玘琦琪璂璣畸畿碁磯祁祇祈祺箕紀綺羈耆耭肌記譏豈起錡錤飢饑騎騏驥麒緊佶吉拮桔金喫儺喇奈娜懦懶拏拿癩",5,"那樂",4,"諾酪駱亂卵暖欄煖爛蘭難鸞捏捺南嵐枏楠湳濫男藍襤拉"], -["d2a1","納臘蠟衲囊娘廊",4,"乃來內奈柰耐冷女年撚秊念恬拈捻寧寗努勞奴弩怒擄櫓爐瑙盧",5,"駑魯",10,"濃籠聾膿農惱牢磊腦賂雷尿壘",7,"嫩訥杻紐勒",5,"能菱陵尼泥匿溺多茶"], -["d3a1","丹亶但單團壇彖斷旦檀段湍短端簞緞蛋袒鄲鍛撻澾獺疸達啖坍憺擔曇淡湛潭澹痰聃膽蕁覃談譚錟沓畓答踏遝唐堂塘幢戇撞棠當糖螳黨代垈坮大對岱帶待戴擡玳臺袋貸隊黛宅德悳倒刀到圖堵塗導屠島嶋度徒悼挑掉搗桃"], -["d4a1","棹櫂淘渡滔濤燾盜睹禱稻萄覩賭跳蹈逃途道都鍍陶韜毒瀆牘犢獨督禿篤纛讀墩惇敦旽暾沌焞燉豚頓乭突仝冬凍動同憧東桐棟洞潼疼瞳童胴董銅兜斗杜枓痘竇荳讀豆逗頭屯臀芚遁遯鈍得嶝橙燈登等藤謄鄧騰喇懶拏癩羅"], -["d5a1","蘿螺裸邏樂洛烙珞絡落諾酪駱丹亂卵欄欒瀾爛蘭鸞剌辣嵐擥攬欖濫籃纜藍襤覽拉臘蠟廊朗浪狼琅瑯螂郞來崍徠萊冷掠略亮倆兩凉梁樑粮粱糧良諒輛量侶儷勵呂廬慮戾旅櫚濾礪藜蠣閭驢驪麗黎力曆歷瀝礫轢靂憐戀攣漣"], -["d6a1","煉璉練聯蓮輦連鍊冽列劣洌烈裂廉斂殮濂簾獵令伶囹寧岺嶺怜玲笭羚翎聆逞鈴零靈領齡例澧禮醴隷勞怒撈擄櫓潞瀘爐盧老蘆虜路輅露魯鷺鹵碌祿綠菉錄鹿麓論壟弄朧瀧瓏籠聾儡瀨牢磊賂賚賴雷了僚寮廖料燎療瞭聊蓼"], -["d7a1","遼鬧龍壘婁屢樓淚漏瘻累縷蔞褸鏤陋劉旒柳榴流溜瀏琉瑠留瘤硫謬類六戮陸侖倫崙淪綸輪律慄栗率隆勒肋凜凌楞稜綾菱陵俚利厘吏唎履悧李梨浬犁狸理璃異痢籬罹羸莉裏裡里釐離鯉吝潾燐璘藺躪隣鱗麟林淋琳臨霖砬"], -["d8a1","立笠粒摩瑪痲碼磨馬魔麻寞幕漠膜莫邈万卍娩巒彎慢挽晩曼滿漫灣瞞萬蔓蠻輓饅鰻唜抹末沫茉襪靺亡妄忘忙望網罔芒茫莽輞邙埋妹媒寐昧枚梅每煤罵買賣邁魅脈貊陌驀麥孟氓猛盲盟萌冪覓免冕勉棉沔眄眠綿緬面麵滅"], -["d9a1","蔑冥名命明暝椧溟皿瞑茗蓂螟酩銘鳴袂侮冒募姆帽慕摸摹暮某模母毛牟牡瑁眸矛耗芼茅謀謨貌木沐牧目睦穆鶩歿沒夢朦蒙卯墓妙廟描昴杳渺猫竗苗錨務巫憮懋戊拇撫无楙武毋無珷畝繆舞茂蕪誣貿霧鵡墨默們刎吻問文"], -["daa1","汶紊紋聞蚊門雯勿沕物味媚尾嵋彌微未梶楣渼湄眉米美薇謎迷靡黴岷悶愍憫敏旻旼民泯玟珉緡閔密蜜謐剝博拍搏撲朴樸泊珀璞箔粕縛膊舶薄迫雹駁伴半反叛拌搬攀斑槃泮潘班畔瘢盤盼磐磻礬絆般蟠返頒飯勃拔撥渤潑"], -["dba1","發跋醱鉢髮魃倣傍坊妨尨幇彷房放方旁昉枋榜滂磅紡肪膀舫芳蒡蚌訪謗邦防龐倍俳北培徘拜排杯湃焙盃背胚裴裵褙賠輩配陪伯佰帛柏栢白百魄幡樊煩燔番磻繁蕃藩飜伐筏罰閥凡帆梵氾汎泛犯範范法琺僻劈壁擘檗璧癖"], -["dca1","碧蘗闢霹便卞弁變辨辯邊別瞥鱉鼈丙倂兵屛幷昞昺柄棅炳甁病秉竝輧餠騈保堡報寶普步洑湺潽珤甫菩補褓譜輔伏僕匐卜宓復服福腹茯蔔複覆輹輻馥鰒本乶俸奉封峯峰捧棒烽熢琫縫蓬蜂逢鋒鳳不付俯傅剖副否咐埠夫婦"], -["dda1","孚孵富府復扶敷斧浮溥父符簿缶腐腑膚艀芙莩訃負賦賻赴趺部釜阜附駙鳧北分吩噴墳奔奮忿憤扮昐汾焚盆粉糞紛芬賁雰不佛弗彿拂崩朋棚硼繃鵬丕備匕匪卑妃婢庇悲憊扉批斐枇榧比毖毗毘沸泌琵痺砒碑秕秘粃緋翡肥"], -["dea1","脾臂菲蜚裨誹譬費鄙非飛鼻嚬嬪彬斌檳殯浜濱瀕牝玭貧賓頻憑氷聘騁乍事些仕伺似使俟僿史司唆嗣四士奢娑寫寺射巳師徙思捨斜斯柶査梭死沙泗渣瀉獅砂社祀祠私篩紗絲肆舍莎蓑蛇裟詐詞謝賜赦辭邪飼駟麝削數朔索"], -["dfa1","傘刪山散汕珊産疝算蒜酸霰乷撒殺煞薩三參杉森渗芟蔘衫揷澁鈒颯上傷像償商喪嘗孀尙峠常床庠廂想桑橡湘爽牀狀相祥箱翔裳觴詳象賞霜塞璽賽嗇塞穡索色牲生甥省笙墅壻嶼序庶徐恕抒捿敍暑曙書栖棲犀瑞筮絮緖署"], -["e0a1","胥舒薯西誓逝鋤黍鼠夕奭席惜昔晳析汐淅潟石碩蓆釋錫仙僊先善嬋宣扇敾旋渲煽琁瑄璇璿癬禪線繕羨腺膳船蘚蟬詵跣選銑鐥饍鮮卨屑楔泄洩渫舌薛褻設說雪齧剡暹殲纖蟾贍閃陝攝涉燮葉城姓宬性惺成星晟猩珹盛省筬"], -["e1a1","聖聲腥誠醒世勢歲洗稅笹細說貰召嘯塑宵小少巢所掃搔昭梳沼消溯瀟炤燒甦疏疎瘙笑篠簫素紹蔬蕭蘇訴逍遡邵銷韶騷俗屬束涑粟續謖贖速孫巽損蓀遜飡率宋悚松淞訟誦送頌刷殺灑碎鎖衰釗修受嗽囚垂壽嫂守岫峀帥愁"], -["e2a1","戍手授搜收數樹殊水洙漱燧狩獸琇璲瘦睡秀穗竪粹綏綬繡羞脩茱蒐蓚藪袖誰讐輸遂邃酬銖銹隋隧隨雖需須首髓鬚叔塾夙孰宿淑潚熟琡璹肅菽巡徇循恂旬栒楯橓殉洵淳珣盾瞬筍純脣舜荀蓴蕣詢諄醇錞順馴戌術述鉥崇崧"], -["e3a1","嵩瑟膝蝨濕拾習褶襲丞乘僧勝升承昇繩蠅陞侍匙嘶始媤尸屎屍市弑恃施是時枾柴猜矢示翅蒔蓍視試詩諡豕豺埴寔式息拭植殖湜熄篒蝕識軾食飾伸侁信呻娠宸愼新晨燼申神紳腎臣莘薪藎蜃訊身辛辰迅失室實悉審尋心沁"], -["e4a1","沈深瀋甚芯諶什十拾雙氏亞俄兒啞娥峨我牙芽莪蛾衙訝阿雅餓鴉鵝堊岳嶽幄惡愕握樂渥鄂鍔顎鰐齷安岸按晏案眼雁鞍顔鮟斡謁軋閼唵岩巖庵暗癌菴闇壓押狎鴨仰央怏昻殃秧鴦厓哀埃崖愛曖涯碍艾隘靄厄扼掖液縊腋額"], -["e5a1","櫻罌鶯鸚也倻冶夜惹揶椰爺耶若野弱掠略約若葯蒻藥躍亮佯兩凉壤孃恙揚攘敭暘梁楊樣洋瀁煬痒瘍禳穰糧羊良襄諒讓釀陽量養圄御於漁瘀禦語馭魚齬億憶抑檍臆偃堰彦焉言諺孼蘖俺儼嚴奄掩淹嶪業円予余勵呂女如廬"], -["e6a1","旅歟汝濾璵礖礪與艅茹輿轝閭餘驪麗黎亦力域役易曆歷疫繹譯轢逆驛嚥堧姸娟宴年延憐戀捐挻撚椽沇沿涎涓淵演漣烟然煙煉燃燕璉硏硯秊筵緣練縯聯衍軟輦蓮連鉛鍊鳶列劣咽悅涅烈熱裂說閱厭廉念捻染殮炎焰琰艶苒"], -["e7a1","簾閻髥鹽曄獵燁葉令囹塋寧嶺嶸影怜映暎楹榮永泳渶潁濚瀛瀯煐營獰玲瑛瑩瓔盈穎纓羚聆英詠迎鈴鍈零霙靈領乂倪例刈叡曳汭濊猊睿穢芮藝蘂禮裔詣譽豫醴銳隸霓預五伍俉傲午吾吳嗚塢墺奧娛寤悟惡懊敖旿晤梧汚澳"], -["e8a1","烏熬獒筽蜈誤鰲鼇屋沃獄玉鈺溫瑥瘟穩縕蘊兀壅擁瓮甕癰翁邕雍饔渦瓦窩窪臥蛙蝸訛婉完宛梡椀浣玩琓琬碗緩翫脘腕莞豌阮頑曰往旺枉汪王倭娃歪矮外嵬巍猥畏了僚僥凹堯夭妖姚寥寮尿嶢拗搖撓擾料曜樂橈燎燿瑤療"], -["e9a1","窈窯繇繞耀腰蓼蟯要謠遙遼邀饒慾欲浴縟褥辱俑傭冗勇埇墉容庸慂榕涌湧溶熔瑢用甬聳茸蓉踊鎔鏞龍于佑偶優又友右宇寓尤愚憂旴牛玗瑀盂祐禑禹紆羽芋藕虞迂遇郵釪隅雨雩勖彧旭昱栯煜稶郁頊云暈橒殞澐熉耘芸蕓"], -["eaa1","運隕雲韻蔚鬱亐熊雄元原員圓園垣媛嫄寃怨愿援沅洹湲源爰猿瑗苑袁轅遠阮院願鴛月越鉞位偉僞危圍委威尉慰暐渭爲瑋緯胃萎葦蔿蝟衛褘謂違韋魏乳侑儒兪劉唯喩孺宥幼幽庾悠惟愈愉揄攸有杻柔柚柳楡楢油洧流游溜"], -["eba1","濡猶猷琉瑜由留癒硫紐維臾萸裕誘諛諭踰蹂遊逾遺酉釉鍮類六堉戮毓肉育陸倫允奫尹崙淪潤玧胤贇輪鈗閏律慄栗率聿戎瀜絨融隆垠恩慇殷誾銀隱乙吟淫蔭陰音飮揖泣邑凝應膺鷹依倚儀宜意懿擬椅毅疑矣義艤薏蟻衣誼"], -["eca1","議醫二以伊利吏夷姨履已弛彛怡易李梨泥爾珥理異痍痢移罹而耳肄苡荑裏裡貽貳邇里離飴餌匿溺瀷益翊翌翼謚人仁刃印吝咽因姻寅引忍湮燐璘絪茵藺蚓認隣靭靷鱗麟一佚佾壹日溢逸鎰馹任壬妊姙恁林淋稔臨荏賃入卄"], -["eda1","立笠粒仍剩孕芿仔刺咨姉姿子字孜恣慈滋炙煮玆瓷疵磁紫者自茨蔗藉諮資雌作勺嚼斫昨灼炸爵綽芍酌雀鵲孱棧殘潺盞岑暫潛箴簪蠶雜丈仗匠場墻壯奬將帳庄張掌暲杖樟檣欌漿牆狀獐璋章粧腸臟臧莊葬蔣薔藏裝贓醬長"], -["eea1","障再哉在宰才材栽梓渽滓災縡裁財載齋齎爭箏諍錚佇低儲咀姐底抵杵楮樗沮渚狙猪疽箸紵苧菹著藷詛貯躇這邸雎齟勣吊嫡寂摘敵滴狄炙的積笛籍績翟荻謫賊赤跡蹟迪迹適鏑佃佺傳全典前剪塡塼奠專展廛悛戰栓殿氈澱"], -["efa1","煎琠田甸畑癲筌箋箭篆纏詮輾轉鈿銓錢鐫電顚顫餞切截折浙癤竊節絶占岾店漸点粘霑鮎點接摺蝶丁井亭停偵呈姃定幀庭廷征情挺政整旌晶晸柾楨檉正汀淀淨渟湞瀞炡玎珽町睛碇禎程穽精綎艇訂諪貞鄭酊釘鉦鋌錠霆靖"], -["f0a1","靜頂鼎制劑啼堤帝弟悌提梯濟祭第臍薺製諸蹄醍除際霽題齊俎兆凋助嘲弔彫措操早晁曺曹朝條棗槽漕潮照燥爪璪眺祖祚租稠窕粗糟組繰肇藻蚤詔調趙躁造遭釣阻雕鳥族簇足鏃存尊卒拙猝倧宗從悰慫棕淙琮種終綜縱腫"], -["f1a1","踪踵鍾鐘佐坐左座挫罪主住侏做姝胄呪周嗾奏宙州廚晝朱柱株注洲湊澍炷珠疇籌紂紬綢舟蛛註誅走躊輳週酎酒鑄駐竹粥俊儁准埈寯峻晙樽浚準濬焌畯竣蠢逡遵雋駿茁中仲衆重卽櫛楫汁葺增憎曾拯烝甑症繒蒸證贈之只"], -["f2a1","咫地址志持指摯支旨智枝枳止池沚漬知砥祉祗紙肢脂至芝芷蜘誌識贄趾遲直稙稷織職唇嗔塵振搢晉晋桭榛殄津溱珍瑨璡畛疹盡眞瞋秦縉縝臻蔯袗診賑軫辰進鎭陣陳震侄叱姪嫉帙桎瓆疾秩窒膣蛭質跌迭斟朕什執潗緝輯"], -["f3a1","鏶集徵懲澄且侘借叉嗟嵯差次此磋箚茶蹉車遮捉搾着窄錯鑿齪撰澯燦璨瓚竄簒纂粲纘讚贊鑽餐饌刹察擦札紮僭參塹慘慙懺斬站讒讖倉倡創唱娼廠彰愴敞昌昶暢槍滄漲猖瘡窓脹艙菖蒼債埰寀寨彩採砦綵菜蔡采釵冊柵策"], -["f4a1","責凄妻悽處倜刺剔尺慽戚拓擲斥滌瘠脊蹠陟隻仟千喘天川擅泉淺玔穿舛薦賤踐遷釧闡阡韆凸哲喆徹撤澈綴輟轍鐵僉尖沾添甛瞻簽籤詹諂堞妾帖捷牒疊睫諜貼輒廳晴淸聽菁請靑鯖切剃替涕滯締諦逮遞體初剿哨憔抄招梢"], -["f5a1","椒楚樵炒焦硝礁礎秒稍肖艸苕草蕉貂超酢醋醮促囑燭矗蜀觸寸忖村邨叢塚寵悤憁摠總聰蔥銃撮催崔最墜抽推椎楸樞湫皺秋芻萩諏趨追鄒酋醜錐錘鎚雛騶鰍丑畜祝竺筑築縮蓄蹙蹴軸逐春椿瑃出朮黜充忠沖蟲衝衷悴膵萃"], -["f6a1","贅取吹嘴娶就炊翠聚脆臭趣醉驟鷲側仄厠惻測層侈値嗤峙幟恥梔治淄熾痔痴癡稚穉緇緻置致蚩輜雉馳齒則勅飭親七柒漆侵寢枕沈浸琛砧針鍼蟄秤稱快他咤唾墮妥惰打拖朶楕舵陀馱駝倬卓啄坼度托拓擢晫柝濁濯琢琸託"], -["f7a1","鐸呑嘆坦彈憚歎灘炭綻誕奪脫探眈耽貪塔搭榻宕帑湯糖蕩兌台太怠態殆汰泰笞胎苔跆邰颱宅擇澤撑攄兎吐土討慟桶洞痛筒統通堆槌腿褪退頹偸套妬投透鬪慝特闖坡婆巴把播擺杷波派爬琶破罷芭跛頗判坂板版瓣販辦鈑"], -["f8a1","阪八叭捌佩唄悖敗沛浿牌狽稗覇貝彭澎烹膨愎便偏扁片篇編翩遍鞭騙貶坪平枰萍評吠嬖幣廢弊斃肺蔽閉陛佈包匍匏咆哺圃布怖抛抱捕暴泡浦疱砲胞脯苞葡蒲袍褒逋鋪飽鮑幅暴曝瀑爆輻俵剽彪慓杓標漂瓢票表豹飇飄驃"], -["f9a1","品稟楓諷豊風馮彼披疲皮被避陂匹弼必泌珌畢疋筆苾馝乏逼下何厦夏廈昰河瑕荷蝦賀遐霞鰕壑學虐謔鶴寒恨悍旱汗漢澣瀚罕翰閑閒限韓割轄函含咸啣喊檻涵緘艦銜陷鹹合哈盒蛤閤闔陜亢伉姮嫦巷恒抗杭桁沆港缸肛航"], -["faa1","行降項亥偕咳垓奚孩害懈楷海瀣蟹解該諧邂駭骸劾核倖幸杏荇行享向嚮珦鄕響餉饗香噓墟虛許憲櫶獻軒歇險驗奕爀赫革俔峴弦懸晛泫炫玄玹現眩睍絃絢縣舷衒見賢鉉顯孑穴血頁嫌俠協夾峽挾浹狹脅脇莢鋏頰亨兄刑型"], -["fba1","形泂滎瀅灐炯熒珩瑩荊螢衡逈邢鎣馨兮彗惠慧暳蕙蹊醯鞋乎互呼壕壺好岵弧戶扈昊晧毫浩淏湖滸澔濠濩灝狐琥瑚瓠皓祜糊縞胡芦葫蒿虎號蝴護豪鎬頀顥惑或酷婚昏混渾琿魂忽惚笏哄弘汞泓洪烘紅虹訌鴻化和嬅樺火畵"], -["fca1","禍禾花華話譁貨靴廓擴攫確碻穫丸喚奐宦幻患換歡晥桓渙煥環紈還驩鰥活滑猾豁闊凰幌徨恍惶愰慌晃晄榥況湟滉潢煌璜皇篁簧荒蝗遑隍黃匯回廻徊恢悔懷晦會檜淮澮灰獪繪膾茴蛔誨賄劃獲宖橫鐄哮嚆孝效斅曉梟涍淆"], -["fda1","爻肴酵驍侯候厚后吼喉嗅帿後朽煦珝逅勛勳塤壎焄熏燻薰訓暈薨喧暄煊萱卉喙毁彙徽揮暉煇諱輝麾休携烋畦虧恤譎鷸兇凶匈洶胸黑昕欣炘痕吃屹紇訖欠欽歆吸恰洽翕興僖凞喜噫囍姬嬉希憙憘戱晞曦熙熹熺犧禧稀羲詰"] -] diff --git a/software/flow/node_modules/npm/node_modules/iconv-lite/encodings/tables/cp950.json b/software/flow/node_modules/npm/node_modules/iconv-lite/encodings/tables/cp950.json deleted file mode 100644 index d8bc871..0000000 --- a/software/flow/node_modules/npm/node_modules/iconv-lite/encodings/tables/cp950.json +++ /dev/null @@ -1,177 +0,0 @@ -[ -["0","\u0000",127], -["a140"," ,、。.‧;:?!︰…‥﹐﹑﹒·﹔﹕﹖﹗|–︱—︳╴︴﹏()︵︶{}︷︸〔〕︹︺【】︻︼《》︽︾〈〉︿﹀「」﹁﹂『』﹃﹄﹙﹚"], -["a1a1","﹛﹜﹝﹞‘’“”〝〞‵′#&*※§〃○●△▲◎☆★◇◆□■▽▼㊣℅¯ ̄_ˍ﹉﹊﹍﹎﹋﹌﹟﹠﹡+-×÷±√<>=≦≧≠∞≒≡﹢",4,"~∩∪⊥∠∟⊿㏒㏑∫∮∵∴♀♂⊕⊙↑↓←→↖↗↙↘∥∣/"], -["a240","\∕﹨$¥〒¢£%@℃℉﹩﹪﹫㏕㎜㎝㎞㏎㎡㎎㎏㏄°兙兛兞兝兡兣嗧瓩糎▁",7,"▏▎▍▌▋▊▉┼┴┬┤├▔─│▕┌┐└┘╭"], -["a2a1","╮╰╯═╞╪╡◢◣◥◤╱╲╳0",9,"Ⅰ",9,"〡",8,"十卄卅A",25,"a",21], -["a340","wxyzΑ",16,"Σ",6,"α",16,"σ",6,"ㄅ",10], -["a3a1","ㄐ",25,"˙ˉˊˇˋ"], -["a3e1","€"], -["a440","一乙丁七乃九了二人儿入八几刀刁力匕十卜又三下丈上丫丸凡久么也乞于亡兀刃勺千叉口土士夕大女子孑孓寸小尢尸山川工己已巳巾干廾弋弓才"], -["a4a1","丑丐不中丰丹之尹予云井互五亢仁什仃仆仇仍今介仄元允內六兮公冗凶分切刈勻勾勿化匹午升卅卞厄友及反壬天夫太夭孔少尤尺屯巴幻廿弔引心戈戶手扎支文斗斤方日曰月木欠止歹毋比毛氏水火爪父爻片牙牛犬王丙"], -["a540","世丕且丘主乍乏乎以付仔仕他仗代令仙仞充兄冉冊冬凹出凸刊加功包匆北匝仟半卉卡占卯卮去可古右召叮叩叨叼司叵叫另只史叱台句叭叻四囚外"], -["a5a1","央失奴奶孕它尼巨巧左市布平幼弁弘弗必戊打扔扒扑斥旦朮本未末札正母民氐永汁汀氾犯玄玉瓜瓦甘生用甩田由甲申疋白皮皿目矛矢石示禾穴立丞丟乒乓乩亙交亦亥仿伉伙伊伕伍伐休伏仲件任仰仳份企伋光兇兆先全"], -["a640","共再冰列刑划刎刖劣匈匡匠印危吉吏同吊吐吁吋各向名合吃后吆吒因回囝圳地在圭圬圯圩夙多夷夸妄奸妃好她如妁字存宇守宅安寺尖屹州帆并年"], -["a6a1","式弛忙忖戎戌戍成扣扛托收早旨旬旭曲曳有朽朴朱朵次此死氖汝汗汙江池汐汕污汛汍汎灰牟牝百竹米糸缶羊羽老考而耒耳聿肉肋肌臣自至臼舌舛舟艮色艾虫血行衣西阡串亨位住佇佗佞伴佛何估佐佑伽伺伸佃佔似但佣"], -["a740","作你伯低伶余佝佈佚兌克免兵冶冷別判利刪刨劫助努劬匣即卵吝吭吞吾否呎吧呆呃吳呈呂君吩告吹吻吸吮吵吶吠吼呀吱含吟听囪困囤囫坊坑址坍"], -["a7a1","均坎圾坐坏圻壯夾妝妒妨妞妣妙妖妍妤妓妊妥孝孜孚孛完宋宏尬局屁尿尾岐岑岔岌巫希序庇床廷弄弟彤形彷役忘忌志忍忱快忸忪戒我抄抗抖技扶抉扭把扼找批扳抒扯折扮投抓抑抆改攻攸旱更束李杏材村杜杖杞杉杆杠"], -["a840","杓杗步每求汞沙沁沈沉沅沛汪決沐汰沌汨沖沒汽沃汲汾汴沆汶沍沔沘沂灶灼災灸牢牡牠狄狂玖甬甫男甸皂盯矣私秀禿究系罕肖肓肝肘肛肚育良芒"], -["a8a1","芋芍見角言谷豆豕貝赤走足身車辛辰迂迆迅迄巡邑邢邪邦那酉釆里防阮阱阪阬並乖乳事些亞享京佯依侍佳使佬供例來侃佰併侈佩佻侖佾侏侑佺兔兒兕兩具其典冽函刻券刷刺到刮制剁劾劻卒協卓卑卦卷卸卹取叔受味呵"], -["a940","咖呸咕咀呻呷咄咒咆呼咐呱呶和咚呢周咋命咎固垃坷坪坩坡坦坤坼夜奉奇奈奄奔妾妻委妹妮姑姆姐姍始姓姊妯妳姒姅孟孤季宗定官宜宙宛尚屈居"], -["a9a1","屆岷岡岸岩岫岱岳帘帚帖帕帛帑幸庚店府底庖延弦弧弩往征彿彼忝忠忽念忿怏怔怯怵怖怪怕怡性怩怫怛或戕房戾所承拉拌拄抿拂抹拒招披拓拔拋拈抨抽押拐拙拇拍抵拚抱拘拖拗拆抬拎放斧於旺昔易昌昆昂明昀昏昕昊"], -["aa40","昇服朋杭枋枕東果杳杷枇枝林杯杰板枉松析杵枚枓杼杪杲欣武歧歿氓氛泣注泳沱泌泥河沽沾沼波沫法泓沸泄油況沮泗泅泱沿治泡泛泊沬泯泜泖泠"], -["aaa1","炕炎炒炊炙爬爭爸版牧物狀狎狙狗狐玩玨玟玫玥甽疝疙疚的盂盲直知矽社祀祁秉秈空穹竺糾罔羌羋者肺肥肢肱股肫肩肴肪肯臥臾舍芳芝芙芭芽芟芹花芬芥芯芸芣芰芾芷虎虱初表軋迎返近邵邸邱邶采金長門阜陀阿阻附"], -["ab40","陂隹雨青非亟亭亮信侵侯便俠俑俏保促侶俘俟俊俗侮俐俄係俚俎俞侷兗冒冑冠剎剃削前剌剋則勇勉勃勁匍南卻厚叛咬哀咨哎哉咸咦咳哇哂咽咪品"], -["aba1","哄哈咯咫咱咻咩咧咿囿垂型垠垣垢城垮垓奕契奏奎奐姜姘姿姣姨娃姥姪姚姦威姻孩宣宦室客宥封屎屏屍屋峙峒巷帝帥帟幽庠度建弈弭彥很待徊律徇後徉怒思怠急怎怨恍恰恨恢恆恃恬恫恪恤扁拜挖按拼拭持拮拽指拱拷"], -["ac40","拯括拾拴挑挂政故斫施既春昭映昧是星昨昱昤曷柿染柱柔某柬架枯柵柩柯柄柑枴柚查枸柏柞柳枰柙柢柝柒歪殃殆段毒毗氟泉洋洲洪流津洌洱洞洗"], -["aca1","活洽派洶洛泵洹洧洸洩洮洵洎洫炫為炳炬炯炭炸炮炤爰牲牯牴狩狠狡玷珊玻玲珍珀玳甚甭畏界畎畋疫疤疥疢疣癸皆皇皈盈盆盃盅省盹相眉看盾盼眇矜砂研砌砍祆祉祈祇禹禺科秒秋穿突竿竽籽紂紅紀紉紇約紆缸美羿耄"], -["ad40","耐耍耑耶胖胥胚胃胄背胡胛胎胞胤胝致舢苧范茅苣苛苦茄若茂茉苒苗英茁苜苔苑苞苓苟苯茆虐虹虻虺衍衫要觔計訂訃貞負赴赳趴軍軌述迦迢迪迥"], -["ada1","迭迫迤迨郊郎郁郃酋酊重閂限陋陌降面革韋韭音頁風飛食首香乘亳倌倍倣俯倦倥俸倩倖倆值借倚倒們俺倀倔倨俱倡個候倘俳修倭倪俾倫倉兼冤冥冢凍凌准凋剖剜剔剛剝匪卿原厝叟哨唐唁唷哼哥哲唆哺唔哩哭員唉哮哪"], -["ae40","哦唧唇哽唏圃圄埂埔埋埃堉夏套奘奚娑娘娜娟娛娓姬娠娣娩娥娌娉孫屘宰害家宴宮宵容宸射屑展屐峭峽峻峪峨峰島崁峴差席師庫庭座弱徒徑徐恙"], -["aea1","恣恥恐恕恭恩息悄悟悚悍悔悌悅悖扇拳挈拿捎挾振捕捂捆捏捉挺捐挽挪挫挨捍捌效敉料旁旅時晉晏晃晒晌晅晁書朔朕朗校核案框桓根桂桔栩梳栗桌桑栽柴桐桀格桃株桅栓栘桁殊殉殷氣氧氨氦氤泰浪涕消涇浦浸海浙涓"], -["af40","浬涉浮浚浴浩涌涊浹涅浥涔烊烘烤烙烈烏爹特狼狹狽狸狷玆班琉珮珠珪珞畔畝畜畚留疾病症疲疳疽疼疹痂疸皋皰益盍盎眩真眠眨矩砰砧砸砝破砷"], -["afa1","砥砭砠砟砲祕祐祠祟祖神祝祗祚秤秣秧租秦秩秘窄窈站笆笑粉紡紗紋紊素索純紐紕級紜納紙紛缺罟羔翅翁耆耘耕耙耗耽耿胱脂胰脅胭胴脆胸胳脈能脊胼胯臭臬舀舐航舫舨般芻茫荒荔荊茸荐草茵茴荏茲茹茶茗荀茱茨荃"], -["b040","虔蚊蚪蚓蚤蚩蚌蚣蚜衰衷袁袂衽衹記訐討訌訕訊託訓訖訏訑豈豺豹財貢起躬軒軔軏辱送逆迷退迺迴逃追逅迸邕郡郝郢酒配酌釘針釗釜釙閃院陣陡"], -["b0a1","陛陝除陘陞隻飢馬骨高鬥鬲鬼乾偺偽停假偃偌做偉健偶偎偕偵側偷偏倏偯偭兜冕凰剪副勒務勘動匐匏匙匿區匾參曼商啪啦啄啞啡啃啊唱啖問啕唯啤唸售啜唬啣唳啁啗圈國圉域堅堊堆埠埤基堂堵執培夠奢娶婁婉婦婪婀"], -["b140","娼婢婚婆婊孰寇寅寄寂宿密尉專將屠屜屝崇崆崎崛崖崢崑崩崔崙崤崧崗巢常帶帳帷康庸庶庵庾張強彗彬彩彫得徙從徘御徠徜恿患悉悠您惋悴惦悽"], -["b1a1","情悻悵惜悼惘惕惆惟悸惚惇戚戛扈掠控捲掖探接捷捧掘措捱掩掉掃掛捫推掄授掙採掬排掏掀捻捩捨捺敝敖救教敗啟敏敘敕敔斜斛斬族旋旌旎晝晚晤晨晦晞曹勗望梁梯梢梓梵桿桶梱梧梗械梃棄梭梆梅梔條梨梟梡梂欲殺"], -["b240","毫毬氫涎涼淳淙液淡淌淤添淺清淇淋涯淑涮淞淹涸混淵淅淒渚涵淚淫淘淪深淮淨淆淄涪淬涿淦烹焉焊烽烯爽牽犁猜猛猖猓猙率琅琊球理現琍瓠瓶"], -["b2a1","瓷甜產略畦畢異疏痔痕疵痊痍皎盔盒盛眷眾眼眶眸眺硫硃硎祥票祭移窒窕笠笨笛第符笙笞笮粒粗粕絆絃統紮紹紼絀細紳組累終紲紱缽羞羚翌翎習耜聊聆脯脖脣脫脩脰脤舂舵舷舶船莎莞莘荸莢莖莽莫莒莊莓莉莠荷荻荼"], -["b340","莆莧處彪蛇蛀蚶蛄蚵蛆蛋蚱蚯蛉術袞袈被袒袖袍袋覓規訪訝訣訥許設訟訛訢豉豚販責貫貨貪貧赧赦趾趺軛軟這逍通逗連速逝逐逕逞造透逢逖逛途"], -["b3a1","部郭都酗野釵釦釣釧釭釩閉陪陵陳陸陰陴陶陷陬雀雪雩章竟頂頃魚鳥鹵鹿麥麻傢傍傅備傑傀傖傘傚最凱割剴創剩勞勝勛博厥啻喀喧啼喊喝喘喂喜喪喔喇喋喃喳單喟唾喲喚喻喬喱啾喉喫喙圍堯堪場堤堰報堡堝堠壹壺奠"], -["b440","婷媚婿媒媛媧孳孱寒富寓寐尊尋就嵌嵐崴嵇巽幅帽幀幃幾廊廁廂廄弼彭復循徨惑惡悲悶惠愜愣惺愕惰惻惴慨惱愎惶愉愀愒戟扉掣掌描揀揩揉揆揍"], -["b4a1","插揣提握揖揭揮捶援揪換摒揚揹敞敦敢散斑斐斯普晰晴晶景暑智晾晷曾替期朝棺棕棠棘棗椅棟棵森棧棹棒棲棣棋棍植椒椎棉棚楮棻款欺欽殘殖殼毯氮氯氬港游湔渡渲湧湊渠渥渣減湛湘渤湖湮渭渦湯渴湍渺測湃渝渾滋"], -["b540","溉渙湎湣湄湲湩湟焙焚焦焰無然煮焜牌犄犀猶猥猴猩琺琪琳琢琥琵琶琴琯琛琦琨甥甦畫番痢痛痣痙痘痞痠登發皖皓皴盜睏短硝硬硯稍稈程稅稀窘"], -["b5a1","窗窖童竣等策筆筐筒答筍筋筏筑粟粥絞結絨絕紫絮絲絡給絢絰絳善翔翕耋聒肅腕腔腋腑腎脹腆脾腌腓腴舒舜菩萃菸萍菠菅萋菁華菱菴著萊菰萌菌菽菲菊萸萎萄菜萇菔菟虛蛟蛙蛭蛔蛛蛤蛐蛞街裁裂袱覃視註詠評詞証詁"], -["b640","詔詛詐詆訴診訶詖象貂貯貼貳貽賁費賀貴買貶貿貸越超趁跎距跋跚跑跌跛跆軻軸軼辜逮逵週逸進逶鄂郵鄉郾酣酥量鈔鈕鈣鈉鈞鈍鈐鈇鈑閔閏開閑"], -["b6a1","間閒閎隊階隋陽隅隆隍陲隄雁雅雄集雇雯雲韌項順須飧飪飯飩飲飭馮馭黃黍黑亂傭債傲傳僅傾催傷傻傯僇剿剷剽募勦勤勢勣匯嗟嗨嗓嗦嗎嗜嗇嗑嗣嗤嗯嗚嗡嗅嗆嗥嗉園圓塞塑塘塗塚塔填塌塭塊塢塒塋奧嫁嫉嫌媾媽媼"], -["b740","媳嫂媲嵩嵯幌幹廉廈弒彙徬微愚意慈感想愛惹愁愈慎慌慄慍愾愴愧愍愆愷戡戢搓搾搞搪搭搽搬搏搜搔損搶搖搗搆敬斟新暗暉暇暈暖暄暘暍會榔業"], -["b7a1","楚楷楠楔極椰概楊楨楫楞楓楹榆楝楣楛歇歲毀殿毓毽溢溯滓溶滂源溝滇滅溥溘溼溺溫滑準溜滄滔溪溧溴煎煙煩煤煉照煜煬煦煌煥煞煆煨煖爺牒猷獅猿猾瑯瑚瑕瑟瑞瑁琿瑙瑛瑜當畸瘀痰瘁痲痱痺痿痴痳盞盟睛睫睦睞督"], -["b840","睹睪睬睜睥睨睢矮碎碰碗碘碌碉硼碑碓硿祺祿禁萬禽稜稚稠稔稟稞窟窠筷節筠筮筧粱粳粵經絹綑綁綏絛置罩罪署義羨群聖聘肆肄腱腰腸腥腮腳腫"], -["b8a1","腹腺腦舅艇蒂葷落萱葵葦葫葉葬葛萼萵葡董葩葭葆虞虜號蛹蜓蜈蜇蜀蛾蛻蜂蜃蜆蜊衙裟裔裙補裘裝裡裊裕裒覜解詫該詳試詩詰誇詼詣誠話誅詭詢詮詬詹詻訾詨豢貊貉賊資賈賄貲賃賂賅跡跟跨路跳跺跪跤跦躲較載軾輊"], -["b940","辟農運遊道遂達逼違遐遇遏過遍遑逾遁鄒鄗酬酪酩釉鈷鉗鈸鈽鉀鈾鉛鉋鉤鉑鈴鉉鉍鉅鈹鈿鉚閘隘隔隕雍雋雉雊雷電雹零靖靴靶預頑頓頊頒頌飼飴"], -["b9a1","飽飾馳馱馴髡鳩麂鼎鼓鼠僧僮僥僖僭僚僕像僑僱僎僩兢凳劃劂匱厭嗾嘀嘛嘗嗽嘔嘆嘉嘍嘎嗷嘖嘟嘈嘐嗶團圖塵塾境墓墊塹墅塽壽夥夢夤奪奩嫡嫦嫩嫗嫖嫘嫣孵寞寧寡寥實寨寢寤察對屢嶄嶇幛幣幕幗幔廓廖弊彆彰徹慇"], -["ba40","愿態慷慢慣慟慚慘慵截撇摘摔撤摸摟摺摑摧搴摭摻敲斡旗旖暢暨暝榜榨榕槁榮槓構榛榷榻榫榴槐槍榭槌榦槃榣歉歌氳漳演滾漓滴漩漾漠漬漏漂漢"], -["baa1","滿滯漆漱漸漲漣漕漫漯澈漪滬漁滲滌滷熔熙煽熊熄熒爾犒犖獄獐瑤瑣瑪瑰瑭甄疑瘧瘍瘋瘉瘓盡監瞄睽睿睡磁碟碧碳碩碣禎福禍種稱窪窩竭端管箕箋筵算箝箔箏箸箇箄粹粽精綻綰綜綽綾綠緊綴網綱綺綢綿綵綸維緒緇綬"], -["bb40","罰翠翡翟聞聚肇腐膀膏膈膊腿膂臧臺與舔舞艋蓉蒿蓆蓄蒙蒞蒲蒜蓋蒸蓀蓓蒐蒼蓑蓊蜿蜜蜻蜢蜥蜴蜘蝕蜷蜩裳褂裴裹裸製裨褚裯誦誌語誣認誡誓誤"], -["bba1","說誥誨誘誑誚誧豪貍貌賓賑賒赫趙趕跼輔輒輕輓辣遠遘遜遣遙遞遢遝遛鄙鄘鄞酵酸酷酴鉸銀銅銘銖鉻銓銜銨鉼銑閡閨閩閣閥閤隙障際雌雒需靼鞅韶頗領颯颱餃餅餌餉駁骯骰髦魁魂鳴鳶鳳麼鼻齊億儀僻僵價儂儈儉儅凜"], -["bc40","劇劈劉劍劊勰厲嘮嘻嘹嘲嘿嘴嘩噓噎噗噴嘶嘯嘰墀墟增墳墜墮墩墦奭嬉嫻嬋嫵嬌嬈寮寬審寫層履嶝嶔幢幟幡廢廚廟廝廣廠彈影德徵慶慧慮慝慕憂"], -["bca1","慼慰慫慾憧憐憫憎憬憚憤憔憮戮摩摯摹撞撲撈撐撰撥撓撕撩撒撮播撫撚撬撙撢撳敵敷數暮暫暴暱樣樟槨樁樞標槽模樓樊槳樂樅槭樑歐歎殤毅毆漿潼澄潑潦潔澆潭潛潸潮澎潺潰潤澗潘滕潯潠潟熟熬熱熨牖犛獎獗瑩璋璃"], -["bd40","瑾璀畿瘠瘩瘟瘤瘦瘡瘢皚皺盤瞎瞇瞌瞑瞋磋磅確磊碾磕碼磐稿稼穀稽稷稻窯窮箭箱範箴篆篇篁箠篌糊締練緯緻緘緬緝編緣線緞緩綞緙緲緹罵罷羯"], -["bda1","翩耦膛膜膝膠膚膘蔗蔽蔚蓮蔬蔭蔓蔑蔣蔡蔔蓬蔥蓿蔆螂蝴蝶蝠蝦蝸蝨蝙蝗蝌蝓衛衝褐複褒褓褕褊誼諒談諄誕請諸課諉諂調誰論諍誶誹諛豌豎豬賠賞賦賤賬賭賢賣賜質賡赭趟趣踫踐踝踢踏踩踟踡踞躺輝輛輟輩輦輪輜輞"], -["be40","輥適遮遨遭遷鄰鄭鄧鄱醇醉醋醃鋅銻銷鋪銬鋤鋁銳銼鋒鋇鋰銲閭閱霄霆震霉靠鞍鞋鞏頡頫頜颳養餓餒餘駝駐駟駛駑駕駒駙骷髮髯鬧魅魄魷魯鴆鴉"], -["bea1","鴃麩麾黎墨齒儒儘儔儐儕冀冪凝劑劓勳噙噫噹噩噤噸噪器噥噱噯噬噢噶壁墾壇壅奮嬝嬴學寰導彊憲憑憩憊懍憶憾懊懈戰擅擁擋撻撼據擄擇擂操撿擒擔撾整曆曉暹曄曇暸樽樸樺橙橫橘樹橄橢橡橋橇樵機橈歙歷氅濂澱澡"], -["bf40","濃澤濁澧澳激澹澶澦澠澴熾燉燐燒燈燕熹燎燙燜燃燄獨璜璣璘璟璞瓢甌甍瘴瘸瘺盧盥瞠瞞瞟瞥磨磚磬磧禦積穎穆穌穋窺篙簑築篤篛篡篩篦糕糖縊"], -["bfa1","縑縈縛縣縞縝縉縐罹羲翰翱翮耨膳膩膨臻興艘艙蕊蕙蕈蕨蕩蕃蕉蕭蕪蕞螃螟螞螢融衡褪褲褥褫褡親覦諦諺諫諱謀諜諧諮諾謁謂諷諭諳諶諼豫豭貓賴蹄踱踴蹂踹踵輻輯輸輳辨辦遵遴選遲遼遺鄴醒錠錶鋸錳錯錢鋼錫錄錚"], -["c040","錐錦錡錕錮錙閻隧隨險雕霎霑霖霍霓霏靛靜靦鞘頰頸頻頷頭頹頤餐館餞餛餡餚駭駢駱骸骼髻髭鬨鮑鴕鴣鴦鴨鴒鴛默黔龍龜優償儡儲勵嚎嚀嚐嚅嚇"], -["c0a1","嚏壕壓壑壎嬰嬪嬤孺尷屨嶼嶺嶽嶸幫彌徽應懂懇懦懋戲戴擎擊擘擠擰擦擬擱擢擭斂斃曙曖檀檔檄檢檜櫛檣橾檗檐檠歜殮毚氈濘濱濟濠濛濤濫濯澀濬濡濩濕濮濰燧營燮燦燥燭燬燴燠爵牆獰獲璩環璦璨癆療癌盪瞳瞪瞰瞬"], -["c140","瞧瞭矯磷磺磴磯礁禧禪穗窿簇簍篾篷簌篠糠糜糞糢糟糙糝縮績繆縷縲繃縫總縱繅繁縴縹繈縵縿縯罄翳翼聱聲聰聯聳臆臃膺臂臀膿膽臉膾臨舉艱薪"], -["c1a1","薄蕾薜薑薔薯薛薇薨薊虧蟀蟑螳蟒蟆螫螻螺蟈蟋褻褶襄褸褽覬謎謗謙講謊謠謝謄謐豁谿豳賺賽購賸賻趨蹉蹋蹈蹊轄輾轂轅輿避遽還邁邂邀鄹醣醞醜鍍鎂錨鍵鍊鍥鍋錘鍾鍬鍛鍰鍚鍔闊闋闌闈闆隱隸雖霜霞鞠韓顆颶餵騁"], -["c240","駿鮮鮫鮪鮭鴻鴿麋黏點黜黝黛鼾齋叢嚕嚮壙壘嬸彝懣戳擴擲擾攆擺擻擷斷曜朦檳檬櫃檻檸櫂檮檯歟歸殯瀉瀋濾瀆濺瀑瀏燻燼燾燸獷獵璧璿甕癖癘"], -["c2a1","癒瞽瞿瞻瞼礎禮穡穢穠竄竅簫簧簪簞簣簡糧織繕繞繚繡繒繙罈翹翻職聶臍臏舊藏薩藍藐藉薰薺薹薦蟯蟬蟲蟠覆覲觴謨謹謬謫豐贅蹙蹣蹦蹤蹟蹕軀轉轍邇邃邈醫醬釐鎔鎊鎖鎢鎳鎮鎬鎰鎘鎚鎗闔闖闐闕離雜雙雛雞霤鞣鞦"], -["c340","鞭韹額顏題顎顓颺餾餿餽餮馥騎髁鬃鬆魏魎魍鯊鯉鯽鯈鯀鵑鵝鵠黠鼕鼬儳嚥壞壟壢寵龐廬懲懷懶懵攀攏曠曝櫥櫝櫚櫓瀛瀟瀨瀚瀝瀕瀘爆爍牘犢獸"], -["c3a1","獺璽瓊瓣疇疆癟癡矇礙禱穫穩簾簿簸簽簷籀繫繭繹繩繪羅繳羶羹羸臘藩藝藪藕藤藥藷蟻蠅蠍蟹蟾襠襟襖襞譁譜識證譚譎譏譆譙贈贊蹼蹲躇蹶蹬蹺蹴轔轎辭邊邋醱醮鏡鏑鏟鏃鏈鏜鏝鏖鏢鏍鏘鏤鏗鏨關隴難霪霧靡韜韻類"], -["c440","願顛颼饅饉騖騙鬍鯨鯧鯖鯛鶉鵡鵲鵪鵬麒麗麓麴勸嚨嚷嚶嚴嚼壤孀孃孽寶巉懸懺攘攔攙曦朧櫬瀾瀰瀲爐獻瓏癢癥礦礪礬礫竇競籌籃籍糯糰辮繽繼"], -["c4a1","纂罌耀臚艦藻藹蘑藺蘆蘋蘇蘊蠔蠕襤覺觸議譬警譯譟譫贏贍躉躁躅躂醴釋鐘鐃鏽闡霰飄饒饑馨騫騰騷騵鰓鰍鹹麵黨鼯齟齣齡儷儸囁囀囂夔屬巍懼懾攝攜斕曩櫻欄櫺殲灌爛犧瓖瓔癩矓籐纏續羼蘗蘭蘚蠣蠢蠡蠟襪襬覽譴"], -["c540","護譽贓躊躍躋轟辯醺鐮鐳鐵鐺鐸鐲鐫闢霸霹露響顧顥饗驅驃驀騾髏魔魑鰭鰥鶯鶴鷂鶸麝黯鼙齜齦齧儼儻囈囊囉孿巔巒彎懿攤權歡灑灘玀瓤疊癮癬"], -["c5a1","禳籠籟聾聽臟襲襯觼讀贖贗躑躓轡酈鑄鑑鑒霽霾韃韁顫饕驕驍髒鬚鱉鰱鰾鰻鷓鷗鼴齬齪龔囌巖戀攣攫攪曬欐瓚竊籤籣籥纓纖纔臢蘸蘿蠱變邐邏鑣鑠鑤靨顯饜驚驛驗髓體髑鱔鱗鱖鷥麟黴囑壩攬灞癱癲矗罐羈蠶蠹衢讓讒"], -["c640","讖艷贛釀鑪靂靈靄韆顰驟鬢魘鱟鷹鷺鹼鹽鼇齷齲廳欖灣籬籮蠻觀躡釁鑲鑰顱饞髖鬣黌灤矚讚鑷韉驢驥纜讜躪釅鑽鑾鑼鱷鱸黷豔鑿鸚爨驪鬱鸛鸞籲"], -["c940","乂乜凵匚厂万丌乇亍囗兀屮彳丏冇与丮亓仂仉仈冘勼卬厹圠夃夬尐巿旡殳毌气爿丱丼仨仜仩仡仝仚刌匜卌圢圣夗夯宁宄尒尻屴屳帄庀庂忉戉扐氕"], -["c9a1","氶汃氿氻犮犰玊禸肊阞伎优伬仵伔仱伀价伈伝伂伅伢伓伄仴伒冱刓刉刐劦匢匟卍厊吇囡囟圮圪圴夼妀奼妅奻奾奷奿孖尕尥屼屺屻屾巟幵庄异弚彴忕忔忏扜扞扤扡扦扢扙扠扚扥旯旮朾朹朸朻机朿朼朳氘汆汒汜汏汊汔汋"], -["ca40","汌灱牞犴犵玎甪癿穵网艸艼芀艽艿虍襾邙邗邘邛邔阢阤阠阣佖伻佢佉体佤伾佧佒佟佁佘伭伳伿佡冏冹刜刞刡劭劮匉卣卲厎厏吰吷吪呔呅吙吜吥吘"], -["caa1","吽呏呁吨吤呇囮囧囥坁坅坌坉坋坒夆奀妦妘妠妗妎妢妐妏妧妡宎宒尨尪岍岏岈岋岉岒岊岆岓岕巠帊帎庋庉庌庈庍弅弝彸彶忒忑忐忭忨忮忳忡忤忣忺忯忷忻怀忴戺抃抌抎抏抔抇扱扻扺扰抁抈扷扽扲扴攷旰旴旳旲旵杅杇"], -["cb40","杙杕杌杈杝杍杚杋毐氙氚汸汧汫沄沋沏汱汯汩沚汭沇沕沜汦汳汥汻沎灴灺牣犿犽狃狆狁犺狅玕玗玓玔玒町甹疔疕皁礽耴肕肙肐肒肜芐芏芅芎芑芓"], -["cba1","芊芃芄豸迉辿邟邡邥邞邧邠阰阨阯阭丳侘佼侅佽侀侇佶佴侉侄佷佌侗佪侚佹侁佸侐侜侔侞侒侂侕佫佮冞冼冾刵刲刳剆刱劼匊匋匼厒厔咇呿咁咑咂咈呫呺呾呥呬呴呦咍呯呡呠咘呣呧呤囷囹坯坲坭坫坱坰坶垀坵坻坳坴坢"], -["cc40","坨坽夌奅妵妺姏姎妲姌姁妶妼姃姖妱妽姀姈妴姇孢孥宓宕屄屇岮岤岠岵岯岨岬岟岣岭岢岪岧岝岥岶岰岦帗帔帙弨弢弣弤彔徂彾彽忞忥怭怦怙怲怋"], -["cca1","怴怊怗怳怚怞怬怢怍怐怮怓怑怌怉怜戔戽抭抴拑抾抪抶拊抮抳抯抻抩抰抸攽斨斻昉旼昄昒昈旻昃昋昍昅旽昑昐曶朊枅杬枎枒杶杻枘枆构杴枍枌杺枟枑枙枃杽极杸杹枔欥殀歾毞氝沓泬泫泮泙沶泔沭泧沷泐泂沺泃泆泭泲"], -["cd40","泒泝沴沊沝沀泞泀洰泍泇沰泹泏泩泑炔炘炅炓炆炄炑炖炂炚炃牪狖狋狘狉狜狒狔狚狌狑玤玡玭玦玢玠玬玝瓝瓨甿畀甾疌疘皯盳盱盰盵矸矼矹矻矺"], -["cda1","矷祂礿秅穸穻竻籵糽耵肏肮肣肸肵肭舠芠苀芫芚芘芛芵芧芮芼芞芺芴芨芡芩苂芤苃芶芢虰虯虭虮豖迒迋迓迍迖迕迗邲邴邯邳邰阹阽阼阺陃俍俅俓侲俉俋俁俔俜俙侻侳俛俇俖侺俀侹俬剄剉勀勂匽卼厗厖厙厘咺咡咭咥哏"], -["ce40","哃茍咷咮哖咶哅哆咠呰咼咢咾呲哞咰垵垞垟垤垌垗垝垛垔垘垏垙垥垚垕壴复奓姡姞姮娀姱姝姺姽姼姶姤姲姷姛姩姳姵姠姾姴姭宨屌峐峘峌峗峋峛"], -["cea1","峞峚峉峇峊峖峓峔峏峈峆峎峟峸巹帡帢帣帠帤庰庤庢庛庣庥弇弮彖徆怷怹恔恲恞恅恓恇恉恛恌恀恂恟怤恄恘恦恮扂扃拏挍挋拵挎挃拫拹挏挌拸拶挀挓挔拺挕拻拰敁敃斪斿昶昡昲昵昜昦昢昳昫昺昝昴昹昮朏朐柁柲柈枺"], -["cf40","柜枻柸柘柀枷柅柫柤柟枵柍枳柷柶柮柣柂枹柎柧柰枲柼柆柭柌枮柦柛柺柉柊柃柪柋欨殂殄殶毖毘毠氠氡洨洴洭洟洼洿洒洊泚洳洄洙洺洚洑洀洝浂"], -["cfa1","洁洘洷洃洏浀洇洠洬洈洢洉洐炷炟炾炱炰炡炴炵炩牁牉牊牬牰牳牮狊狤狨狫狟狪狦狣玅珌珂珈珅玹玶玵玴珫玿珇玾珃珆玸珋瓬瓮甮畇畈疧疪癹盄眈眃眄眅眊盷盻盺矧矨砆砑砒砅砐砏砎砉砃砓祊祌祋祅祄秕种秏秖秎窀"], -["d040","穾竑笀笁籺籸籹籿粀粁紃紈紁罘羑羍羾耇耎耏耔耷胘胇胠胑胈胂胐胅胣胙胜胊胕胉胏胗胦胍臿舡芔苙苾苹茇苨茀苕茺苫苖苴苬苡苲苵茌苻苶苰苪"], -["d0a1","苤苠苺苳苭虷虴虼虳衁衎衧衪衩觓訄訇赲迣迡迮迠郱邽邿郕郅邾郇郋郈釔釓陔陏陑陓陊陎倞倅倇倓倢倰倛俵俴倳倷倬俶俷倗倜倠倧倵倯倱倎党冔冓凊凄凅凈凎剡剚剒剞剟剕剢勍匎厞唦哢唗唒哧哳哤唚哿唄唈哫唑唅哱"], -["d140","唊哻哷哸哠唎唃唋圁圂埌堲埕埒垺埆垽垼垸垶垿埇埐垹埁夎奊娙娖娭娮娕娏娗娊娞娳孬宧宭宬尃屖屔峬峿峮峱峷崀峹帩帨庨庮庪庬弳弰彧恝恚恧"], -["d1a1","恁悢悈悀悒悁悝悃悕悛悗悇悜悎戙扆拲挐捖挬捄捅挶捃揤挹捋捊挼挩捁挴捘捔捙挭捇挳捚捑挸捗捀捈敊敆旆旃旄旂晊晟晇晑朒朓栟栚桉栲栳栻桋桏栖栱栜栵栫栭栯桎桄栴栝栒栔栦栨栮桍栺栥栠欬欯欭欱欴歭肂殈毦毤"], -["d240","毨毣毢毧氥浺浣浤浶洍浡涒浘浢浭浯涑涍淯浿涆浞浧浠涗浰浼浟涂涘洯浨涋浾涀涄洖涃浻浽浵涐烜烓烑烝烋缹烢烗烒烞烠烔烍烅烆烇烚烎烡牂牸"], -["d2a1","牷牶猀狺狴狾狶狳狻猁珓珙珥珖玼珧珣珩珜珒珛珔珝珚珗珘珨瓞瓟瓴瓵甡畛畟疰痁疻痄痀疿疶疺皊盉眝眛眐眓眒眣眑眕眙眚眢眧砣砬砢砵砯砨砮砫砡砩砳砪砱祔祛祏祜祓祒祑秫秬秠秮秭秪秜秞秝窆窉窅窋窌窊窇竘笐"], -["d340","笄笓笅笏笈笊笎笉笒粄粑粊粌粈粍粅紞紝紑紎紘紖紓紟紒紏紌罜罡罞罠罝罛羖羒翃翂翀耖耾耹胺胲胹胵脁胻脀舁舯舥茳茭荄茙荑茥荖茿荁茦茜茢"], -["d3a1","荂荎茛茪茈茼荍茖茤茠茷茯茩荇荅荌荓茞茬荋茧荈虓虒蚢蚨蚖蚍蚑蚞蚇蚗蚆蚋蚚蚅蚥蚙蚡蚧蚕蚘蚎蚝蚐蚔衃衄衭衵衶衲袀衱衿衯袃衾衴衼訒豇豗豻貤貣赶赸趵趷趶軑軓迾迵适迿迻逄迼迶郖郠郙郚郣郟郥郘郛郗郜郤酐"], -["d440","酎酏釕釢釚陜陟隼飣髟鬯乿偰偪偡偞偠偓偋偝偲偈偍偁偛偊偢倕偅偟偩偫偣偤偆偀偮偳偗偑凐剫剭剬剮勖勓匭厜啵啶唼啍啐唴唪啑啢唶唵唰啒啅"], -["d4a1","唌唲啥啎唹啈唭唻啀啋圊圇埻堔埢埶埜埴堀埭埽堈埸堋埳埏堇埮埣埲埥埬埡堎埼堐埧堁堌埱埩埰堍堄奜婠婘婕婧婞娸娵婭婐婟婥婬婓婤婗婃婝婒婄婛婈媎娾婍娹婌婰婩婇婑婖婂婜孲孮寁寀屙崞崋崝崚崠崌崨崍崦崥崏"], -["d540","崰崒崣崟崮帾帴庱庴庹庲庳弶弸徛徖徟悊悐悆悾悰悺惓惔惏惤惙惝惈悱惛悷惊悿惃惍惀挲捥掊掂捽掽掞掭掝掗掫掎捯掇掐据掯捵掜捭掮捼掤挻掟"], -["d5a1","捸掅掁掑掍捰敓旍晥晡晛晙晜晢朘桹梇梐梜桭桮梮梫楖桯梣梬梩桵桴梲梏桷梒桼桫桲梪梀桱桾梛梖梋梠梉梤桸桻梑梌梊桽欶欳欷欸殑殏殍殎殌氪淀涫涴涳湴涬淩淢涷淶淔渀淈淠淟淖涾淥淜淝淛淴淊涽淭淰涺淕淂淏淉"], -["d640","淐淲淓淽淗淍淣涻烺焍烷焗烴焌烰焄烳焐烼烿焆焓焀烸烶焋焂焎牾牻牼牿猝猗猇猑猘猊猈狿猏猞玈珶珸珵琄琁珽琇琀珺珼珿琌琋珴琈畤畣痎痒痏"], -["d6a1","痋痌痑痐皏皉盓眹眯眭眱眲眴眳眽眥眻眵硈硒硉硍硊硌砦硅硐祤祧祩祪祣祫祡离秺秸秶秷窏窔窐笵筇笴笥笰笢笤笳笘笪笝笱笫笭笯笲笸笚笣粔粘粖粣紵紽紸紶紺絅紬紩絁絇紾紿絊紻紨罣羕羜羝羛翊翋翍翐翑翇翏翉耟"], -["d740","耞耛聇聃聈脘脥脙脛脭脟脬脞脡脕脧脝脢舑舸舳舺舴舲艴莐莣莨莍荺荳莤荴莏莁莕莙荵莔莩荽莃莌莝莛莪莋荾莥莯莈莗莰荿莦莇莮荶莚虙虖蚿蚷"], -["d7a1","蛂蛁蛅蚺蚰蛈蚹蚳蚸蛌蚴蚻蚼蛃蚽蚾衒袉袕袨袢袪袚袑袡袟袘袧袙袛袗袤袬袌袓袎覂觖觙觕訰訧訬訞谹谻豜豝豽貥赽赻赹趼跂趹趿跁軘軞軝軜軗軠軡逤逋逑逜逌逡郯郪郰郴郲郳郔郫郬郩酖酘酚酓酕釬釴釱釳釸釤釹釪"], -["d840","釫釷釨釮镺閆閈陼陭陫陱陯隿靪頄飥馗傛傕傔傞傋傣傃傌傎傝偨傜傒傂傇兟凔匒匑厤厧喑喨喥喭啷噅喢喓喈喏喵喁喣喒喤啽喌喦啿喕喡喎圌堩堷"], -["d8a1","堙堞堧堣堨埵塈堥堜堛堳堿堶堮堹堸堭堬堻奡媯媔媟婺媢媞婸媦婼媥媬媕媮娷媄媊媗媃媋媩婻婽媌媜媏媓媝寪寍寋寔寑寊寎尌尰崷嵃嵫嵁嵋崿崵嵑嵎嵕崳崺嵒崽崱嵙嵂崹嵉崸崼崲崶嵀嵅幄幁彘徦徥徫惉悹惌惢惎惄愔"], -["d940","惲愊愖愅惵愓惸惼惾惁愃愘愝愐惿愄愋扊掔掱掰揎揥揨揯揃撝揳揊揠揶揕揲揵摡揟掾揝揜揄揘揓揂揇揌揋揈揰揗揙攲敧敪敤敜敨敥斌斝斞斮旐旒"], -["d9a1","晼晬晻暀晱晹晪晲朁椌棓椄棜椪棬棪棱椏棖棷棫棤棶椓椐棳棡椇棌椈楰梴椑棯棆椔棸棐棽棼棨椋椊椗棎棈棝棞棦棴棑椆棔棩椕椥棇欹欻欿欼殔殗殙殕殽毰毲毳氰淼湆湇渟湉溈渼渽湅湢渫渿湁湝湳渜渳湋湀湑渻渃渮湞"], -["da40","湨湜湡渱渨湠湱湫渹渢渰湓湥渧湸湤湷湕湹湒湦渵渶湚焠焞焯烻焮焱焣焥焢焲焟焨焺焛牋牚犈犉犆犅犋猒猋猰猢猱猳猧猲猭猦猣猵猌琮琬琰琫琖"], -["daa1","琚琡琭琱琤琣琝琩琠琲瓻甯畯畬痧痚痡痦痝痟痤痗皕皒盚睆睇睄睍睅睊睎睋睌矞矬硠硤硥硜硭硱硪确硰硩硨硞硢祴祳祲祰稂稊稃稌稄窙竦竤筊笻筄筈筌筎筀筘筅粢粞粨粡絘絯絣絓絖絧絪絏絭絜絫絒絔絩絑絟絎缾缿罥"], -["db40","罦羢羠羡翗聑聏聐胾胔腃腊腒腏腇脽腍脺臦臮臷臸臹舄舼舽舿艵茻菏菹萣菀菨萒菧菤菼菶萐菆菈菫菣莿萁菝菥菘菿菡菋菎菖菵菉萉萏菞萑萆菂菳"], -["dba1","菕菺菇菑菪萓菃菬菮菄菻菗菢萛菛菾蛘蛢蛦蛓蛣蛚蛪蛝蛫蛜蛬蛩蛗蛨蛑衈衖衕袺裗袹袸裀袾袶袼袷袽袲褁裉覕覘覗觝觚觛詎詍訹詙詀詗詘詄詅詒詈詑詊詌詏豟貁貀貺貾貰貹貵趄趀趉跘跓跍跇跖跜跏跕跙跈跗跅軯軷軺"], -["dc40","軹軦軮軥軵軧軨軶軫軱軬軴軩逭逴逯鄆鄬鄄郿郼鄈郹郻鄁鄀鄇鄅鄃酡酤酟酢酠鈁鈊鈥鈃鈚鈦鈏鈌鈀鈒釿釽鈆鈄鈧鈂鈜鈤鈙鈗鈅鈖镻閍閌閐隇陾隈"], -["dca1","隉隃隀雂雈雃雱雰靬靰靮頇颩飫鳦黹亃亄亶傽傿僆傮僄僊傴僈僂傰僁傺傱僋僉傶傸凗剺剸剻剼嗃嗛嗌嗐嗋嗊嗝嗀嗔嗄嗩喿嗒喍嗏嗕嗢嗖嗈嗲嗍嗙嗂圔塓塨塤塏塍塉塯塕塎塝塙塥塛堽塣塱壼嫇嫄嫋媺媸媱媵媰媿嫈媻嫆"], -["dd40","媷嫀嫊媴媶嫍媹媐寖寘寙尟尳嵱嵣嵊嵥嵲嵬嵞嵨嵧嵢巰幏幎幊幍幋廅廌廆廋廇彀徯徭惷慉慊愫慅愶愲愮慆愯慏愩慀戠酨戣戥戤揅揱揫搐搒搉搠搤"], -["dda1","搳摃搟搕搘搹搷搢搣搌搦搰搨摁搵搯搊搚摀搥搧搋揧搛搮搡搎敯斒旓暆暌暕暐暋暊暙暔晸朠楦楟椸楎楢楱椿楅楪椹楂楗楙楺楈楉椵楬椳椽楥棰楸椴楩楀楯楄楶楘楁楴楌椻楋椷楜楏楑椲楒椯楻椼歆歅歃歂歈歁殛嗀毻毼"], -["de40","毹毷毸溛滖滈溏滀溟溓溔溠溱溹滆滒溽滁溞滉溷溰滍溦滏溲溾滃滜滘溙溒溎溍溤溡溿溳滐滊溗溮溣煇煔煒煣煠煁煝煢煲煸煪煡煂煘煃煋煰煟煐煓"], -["dea1","煄煍煚牏犍犌犑犐犎猼獂猻猺獀獊獉瑄瑊瑋瑒瑑瑗瑀瑏瑐瑎瑂瑆瑍瑔瓡瓿瓾瓽甝畹畷榃痯瘏瘃痷痾痼痹痸瘐痻痶痭痵痽皙皵盝睕睟睠睒睖睚睩睧睔睙睭矠碇碚碔碏碄碕碅碆碡碃硹碙碀碖硻祼禂祽祹稑稘稙稒稗稕稢稓"], -["df40","稛稐窣窢窞竫筦筤筭筴筩筲筥筳筱筰筡筸筶筣粲粴粯綈綆綀綍絿綅絺綎絻綃絼綌綔綄絽綒罭罫罧罨罬羦羥羧翛翜耡腤腠腷腜腩腛腢腲朡腞腶腧腯"], -["dfa1","腄腡舝艉艄艀艂艅蓱萿葖葶葹蒏蒍葥葑葀蒆葧萰葍葽葚葙葴葳葝蔇葞萷萺萴葺葃葸萲葅萩菙葋萯葂萭葟葰萹葎葌葒葯蓅蒎萻葇萶萳葨葾葄萫葠葔葮葐蜋蜄蛷蜌蛺蛖蛵蝍蛸蜎蜉蜁蛶蜍蜅裖裋裍裎裞裛裚裌裐覅覛觟觥觤"], -["e040","觡觠觢觜触詶誆詿詡訿詷誂誄詵誃誁詴詺谼豋豊豥豤豦貆貄貅賌赨赩趑趌趎趏趍趓趔趐趒跰跠跬跱跮跐跩跣跢跧跲跫跴輆軿輁輀輅輇輈輂輋遒逿"], -["e0a1","遄遉逽鄐鄍鄏鄑鄖鄔鄋鄎酮酯鉈鉒鈰鈺鉦鈳鉥鉞銃鈮鉊鉆鉭鉬鉏鉠鉧鉯鈶鉡鉰鈱鉔鉣鉐鉲鉎鉓鉌鉖鈲閟閜閞閛隒隓隑隗雎雺雽雸雵靳靷靸靲頏頍頎颬飶飹馯馲馰馵骭骫魛鳪鳭鳧麀黽僦僔僗僨僳僛僪僝僤僓僬僰僯僣僠"], -["e140","凘劀劁勩勫匰厬嘧嘕嘌嘒嗼嘏嘜嘁嘓嘂嗺嘝嘄嗿嗹墉塼墐墘墆墁塿塴墋塺墇墑墎塶墂墈塻墔墏壾奫嫜嫮嫥嫕嫪嫚嫭嫫嫳嫢嫠嫛嫬嫞嫝嫙嫨嫟孷寠"], -["e1a1","寣屣嶂嶀嵽嶆嵺嶁嵷嶊嶉嶈嵾嵼嶍嵹嵿幘幙幓廘廑廗廎廜廕廙廒廔彄彃彯徶愬愨慁慞慱慳慒慓慲慬憀慴慔慺慛慥愻慪慡慖戩戧戫搫摍摛摝摴摶摲摳摽摵摦撦摎撂摞摜摋摓摠摐摿搿摬摫摙摥摷敳斠暡暠暟朅朄朢榱榶槉"], -["e240","榠槎榖榰榬榼榑榙榎榧榍榩榾榯榿槄榽榤槔榹槊榚槏榳榓榪榡榞槙榗榐槂榵榥槆歊歍歋殞殟殠毃毄毾滎滵滱漃漥滸漷滻漮漉潎漙漚漧漘漻漒滭漊"], -["e2a1","漶潳滹滮漭潀漰漼漵滫漇漎潃漅滽滶漹漜滼漺漟漍漞漈漡熇熐熉熀熅熂熏煻熆熁熗牄牓犗犕犓獃獍獑獌瑢瑳瑱瑵瑲瑧瑮甀甂甃畽疐瘖瘈瘌瘕瘑瘊瘔皸瞁睼瞅瞂睮瞀睯睾瞃碲碪碴碭碨硾碫碞碥碠碬碢碤禘禊禋禖禕禔禓"], -["e340","禗禈禒禐稫穊稰稯稨稦窨窫窬竮箈箜箊箑箐箖箍箌箛箎箅箘劄箙箤箂粻粿粼粺綧綷緂綣綪緁緀緅綝緎緄緆緋緌綯綹綖綼綟綦綮綩綡緉罳翢翣翥翞"], -["e3a1","耤聝聜膉膆膃膇膍膌膋舕蒗蒤蒡蒟蒺蓎蓂蒬蒮蒫蒹蒴蓁蓍蒪蒚蒱蓐蒝蒧蒻蒢蒔蓇蓌蒛蒩蒯蒨蓖蒘蒶蓏蒠蓗蓔蓒蓛蒰蒑虡蜳蜣蜨蝫蝀蜮蜞蜡蜙蜛蝃蜬蝁蜾蝆蜠蜲蜪蜭蜼蜒蜺蜱蜵蝂蜦蜧蜸蜤蜚蜰蜑裷裧裱裲裺裾裮裼裶裻"], -["e440","裰裬裫覝覡覟覞觩觫觨誫誙誋誒誏誖谽豨豩賕賏賗趖踉踂跿踍跽踊踃踇踆踅跾踀踄輐輑輎輍鄣鄜鄠鄢鄟鄝鄚鄤鄡鄛酺酲酹酳銥銤鉶銛鉺銠銔銪銍"], -["e4a1","銦銚銫鉹銗鉿銣鋮銎銂銕銢鉽銈銡銊銆銌銙銧鉾銇銩銝銋鈭隞隡雿靘靽靺靾鞃鞀鞂靻鞄鞁靿韎韍頖颭颮餂餀餇馝馜駃馹馻馺駂馽駇骱髣髧鬾鬿魠魡魟鳱鳲鳵麧僿儃儰僸儆儇僶僾儋儌僽儊劋劌勱勯噈噂噌嘵噁噊噉噆噘"], -["e540","噚噀嘳嘽嘬嘾嘸嘪嘺圚墫墝墱墠墣墯墬墥墡壿嫿嫴嫽嫷嫶嬃嫸嬂嫹嬁嬇嬅嬏屧嶙嶗嶟嶒嶢嶓嶕嶠嶜嶡嶚嶞幩幝幠幜緳廛廞廡彉徲憋憃慹憱憰憢憉"], -["e5a1","憛憓憯憭憟憒憪憡憍慦憳戭摮摰撖撠撅撗撜撏撋撊撌撣撟摨撱撘敶敺敹敻斲斳暵暰暩暲暷暪暯樀樆樗槥槸樕槱槤樠槿槬槢樛樝槾樧槲槮樔槷槧橀樈槦槻樍槼槫樉樄樘樥樏槶樦樇槴樖歑殥殣殢殦氁氀毿氂潁漦潾澇濆澒"], -["e640","澍澉澌潢潏澅潚澖潶潬澂潕潲潒潐潗澔澓潝漀潡潫潽潧澐潓澋潩潿澕潣潷潪潻熲熯熛熰熠熚熩熵熝熥熞熤熡熪熜熧熳犘犚獘獒獞獟獠獝獛獡獚獙"], -["e6a1","獢璇璉璊璆璁瑽璅璈瑼瑹甈甇畾瘥瘞瘙瘝瘜瘣瘚瘨瘛皜皝皞皛瞍瞏瞉瞈磍碻磏磌磑磎磔磈磃磄磉禚禡禠禜禢禛歶稹窲窴窳箷篋箾箬篎箯箹篊箵糅糈糌糋緷緛緪緧緗緡縃緺緦緶緱緰緮緟罶羬羰羭翭翫翪翬翦翨聤聧膣膟"], -["e740","膞膕膢膙膗舖艏艓艒艐艎艑蔤蔻蔏蔀蔩蔎蔉蔍蔟蔊蔧蔜蓻蔫蓺蔈蔌蓴蔪蓲蔕蓷蓫蓳蓼蔒蓪蓩蔖蓾蔨蔝蔮蔂蓽蔞蓶蔱蔦蓧蓨蓰蓯蓹蔘蔠蔰蔋蔙蔯虢"], -["e7a1","蝖蝣蝤蝷蟡蝳蝘蝔蝛蝒蝡蝚蝑蝞蝭蝪蝐蝎蝟蝝蝯蝬蝺蝮蝜蝥蝏蝻蝵蝢蝧蝩衚褅褌褔褋褗褘褙褆褖褑褎褉覢覤覣觭觰觬諏諆誸諓諑諔諕誻諗誾諀諅諘諃誺誽諙谾豍貏賥賟賙賨賚賝賧趠趜趡趛踠踣踥踤踮踕踛踖踑踙踦踧"], -["e840","踔踒踘踓踜踗踚輬輤輘輚輠輣輖輗遳遰遯遧遫鄯鄫鄩鄪鄲鄦鄮醅醆醊醁醂醄醀鋐鋃鋄鋀鋙銶鋏鋱鋟鋘鋩鋗鋝鋌鋯鋂鋨鋊鋈鋎鋦鋍鋕鋉鋠鋞鋧鋑鋓"], -["e8a1","銵鋡鋆銴镼閬閫閮閰隤隢雓霅霈霂靚鞊鞎鞈韐韏頞頝頦頩頨頠頛頧颲餈飺餑餔餖餗餕駜駍駏駓駔駎駉駖駘駋駗駌骳髬髫髳髲髱魆魃魧魴魱魦魶魵魰魨魤魬鳼鳺鳽鳿鳷鴇鴀鳹鳻鴈鴅鴄麃黓鼏鼐儜儓儗儚儑凞匴叡噰噠噮"], -["e940","噳噦噣噭噲噞噷圜圛壈墽壉墿墺壂墼壆嬗嬙嬛嬡嬔嬓嬐嬖嬨嬚嬠嬞寯嶬嶱嶩嶧嶵嶰嶮嶪嶨嶲嶭嶯嶴幧幨幦幯廩廧廦廨廥彋徼憝憨憖懅憴懆懁懌憺"], -["e9a1","憿憸憌擗擖擐擏擉撽撉擃擛擳擙攳敿敼斢曈暾曀曊曋曏暽暻暺曌朣樴橦橉橧樲橨樾橝橭橶橛橑樨橚樻樿橁橪橤橐橏橔橯橩橠樼橞橖橕橍橎橆歕歔歖殧殪殫毈毇氄氃氆澭濋澣濇澼濎濈潞濄澽澞濊澨瀄澥澮澺澬澪濏澿澸"], -["ea40","澢濉澫濍澯澲澰燅燂熿熸燖燀燁燋燔燊燇燏熽燘熼燆燚燛犝犞獩獦獧獬獥獫獪瑿璚璠璔璒璕璡甋疀瘯瘭瘱瘽瘳瘼瘵瘲瘰皻盦瞚瞝瞡瞜瞛瞢瞣瞕瞙"], -["eaa1","瞗磝磩磥磪磞磣磛磡磢磭磟磠禤穄穈穇窶窸窵窱窷篞篣篧篝篕篥篚篨篹篔篪篢篜篫篘篟糒糔糗糐糑縒縡縗縌縟縠縓縎縜縕縚縢縋縏縖縍縔縥縤罃罻罼罺羱翯耪耩聬膱膦膮膹膵膫膰膬膴膲膷膧臲艕艖艗蕖蕅蕫蕍蕓蕡蕘"], -["eb40","蕀蕆蕤蕁蕢蕄蕑蕇蕣蔾蕛蕱蕎蕮蕵蕕蕧蕠薌蕦蕝蕔蕥蕬虣虥虤螛螏螗螓螒螈螁螖螘蝹螇螣螅螐螑螝螄螔螜螚螉褞褦褰褭褮褧褱褢褩褣褯褬褟觱諠"], -["eba1","諢諲諴諵諝謔諤諟諰諈諞諡諨諿諯諻貑貒貐賵賮賱賰賳赬赮趥趧踳踾踸蹀蹅踶踼踽蹁踰踿躽輶輮輵輲輹輷輴遶遹遻邆郺鄳鄵鄶醓醐醑醍醏錧錞錈錟錆錏鍺錸錼錛錣錒錁鍆錭錎錍鋋錝鋺錥錓鋹鋷錴錂錤鋿錩錹錵錪錔錌"], -["ec40","錋鋾錉錀鋻錖閼闍閾閹閺閶閿閵閽隩雔霋霒霐鞙鞗鞔韰韸頵頯頲餤餟餧餩馞駮駬駥駤駰駣駪駩駧骹骿骴骻髶髺髹髷鬳鮀鮅鮇魼魾魻鮂鮓鮒鮐魺鮕"], -["eca1","魽鮈鴥鴗鴠鴞鴔鴩鴝鴘鴢鴐鴙鴟麈麆麇麮麭黕黖黺鼒鼽儦儥儢儤儠儩勴嚓嚌嚍嚆嚄嚃噾嚂噿嚁壖壔壏壒嬭嬥嬲嬣嬬嬧嬦嬯嬮孻寱寲嶷幬幪徾徻懃憵憼懧懠懥懤懨懞擯擩擣擫擤擨斁斀斶旚曒檍檖檁檥檉檟檛檡檞檇檓檎"], -["ed40","檕檃檨檤檑橿檦檚檅檌檒歛殭氉濌澩濴濔濣濜濭濧濦濞濲濝濢濨燡燱燨燲燤燰燢獳獮獯璗璲璫璐璪璭璱璥璯甐甑甒甏疄癃癈癉癇皤盩瞵瞫瞲瞷瞶"], -["eda1","瞴瞱瞨矰磳磽礂磻磼磲礅磹磾礄禫禨穜穛穖穘穔穚窾竀竁簅簏篲簀篿篻簎篴簋篳簂簉簃簁篸篽簆篰篱簐簊糨縭縼繂縳顈縸縪繉繀繇縩繌縰縻縶繄縺罅罿罾罽翴翲耬膻臄臌臊臅臇膼臩艛艚艜薃薀薏薧薕薠薋薣蕻薤薚薞"], -["ee40","蕷蕼薉薡蕺蕸蕗薎薖薆薍薙薝薁薢薂薈薅蕹蕶薘薐薟虨螾螪螭蟅螰螬螹螵螼螮蟉蟃蟂蟌螷螯蟄蟊螴螶螿螸螽蟞螲褵褳褼褾襁襒褷襂覭覯覮觲觳謞"], -["eea1","謘謖謑謅謋謢謏謒謕謇謍謈謆謜謓謚豏豰豲豱豯貕貔賹赯蹎蹍蹓蹐蹌蹇轃轀邅遾鄸醚醢醛醙醟醡醝醠鎡鎃鎯鍤鍖鍇鍼鍘鍜鍶鍉鍐鍑鍠鍭鎏鍌鍪鍹鍗鍕鍒鍏鍱鍷鍻鍡鍞鍣鍧鎀鍎鍙闇闀闉闃闅閷隮隰隬霠霟霘霝霙鞚鞡鞜"], -["ef40","鞞鞝韕韔韱顁顄顊顉顅顃餥餫餬餪餳餲餯餭餱餰馘馣馡騂駺駴駷駹駸駶駻駽駾駼騃骾髾髽鬁髼魈鮚鮨鮞鮛鮦鮡鮥鮤鮆鮢鮠鮯鴳鵁鵧鴶鴮鴯鴱鴸鴰"], -["efa1","鵅鵂鵃鴾鴷鵀鴽翵鴭麊麉麍麰黈黚黻黿鼤鼣鼢齔龠儱儭儮嚘嚜嚗嚚嚝嚙奰嬼屩屪巀幭幮懘懟懭懮懱懪懰懫懖懩擿攄擽擸攁攃擼斔旛曚曛曘櫅檹檽櫡櫆檺檶檷櫇檴檭歞毉氋瀇瀌瀍瀁瀅瀔瀎濿瀀濻瀦濼濷瀊爁燿燹爃燽獶"], -["f040","璸瓀璵瓁璾璶璻瓂甔甓癜癤癙癐癓癗癚皦皽盬矂瞺磿礌礓礔礉礐礒礑禭禬穟簜簩簙簠簟簭簝簦簨簢簥簰繜繐繖繣繘繢繟繑繠繗繓羵羳翷翸聵臑臒"], -["f0a1","臐艟艞薴藆藀藃藂薳薵薽藇藄薿藋藎藈藅薱薶藒蘤薸薷薾虩蟧蟦蟢蟛蟫蟪蟥蟟蟳蟤蟔蟜蟓蟭蟘蟣螤蟗蟙蠁蟴蟨蟝襓襋襏襌襆襐襑襉謪謧謣謳謰謵譇謯謼謾謱謥謷謦謶謮謤謻謽謺豂豵貙貘貗賾贄贂贀蹜蹢蹠蹗蹖蹞蹥蹧"], -["f140","蹛蹚蹡蹝蹩蹔轆轇轈轋鄨鄺鄻鄾醨醥醧醯醪鎵鎌鎒鎷鎛鎝鎉鎧鎎鎪鎞鎦鎕鎈鎙鎟鎍鎱鎑鎲鎤鎨鎴鎣鎥闒闓闑隳雗雚巂雟雘雝霣霢霥鞬鞮鞨鞫鞤鞪"], -["f1a1","鞢鞥韗韙韖韘韺顐顑顒颸饁餼餺騏騋騉騍騄騑騊騅騇騆髀髜鬈鬄鬅鬩鬵魊魌魋鯇鯆鯃鮿鯁鮵鮸鯓鮶鯄鮹鮽鵜鵓鵏鵊鵛鵋鵙鵖鵌鵗鵒鵔鵟鵘鵚麎麌黟鼁鼀鼖鼥鼫鼪鼩鼨齌齕儴儵劖勷厴嚫嚭嚦嚧嚪嚬壚壝壛夒嬽嬾嬿巃幰"], -["f240","徿懻攇攐攍攉攌攎斄旞旝曞櫧櫠櫌櫑櫙櫋櫟櫜櫐櫫櫏櫍櫞歠殰氌瀙瀧瀠瀖瀫瀡瀢瀣瀩瀗瀤瀜瀪爌爊爇爂爅犥犦犤犣犡瓋瓅璷瓃甖癠矉矊矄矱礝礛"], -["f2a1","礡礜礗礞禰穧穨簳簼簹簬簻糬糪繶繵繸繰繷繯繺繲繴繨罋罊羃羆羷翽翾聸臗臕艤艡艣藫藱藭藙藡藨藚藗藬藲藸藘藟藣藜藑藰藦藯藞藢蠀蟺蠃蟶蟷蠉蠌蠋蠆蟼蠈蟿蠊蠂襢襚襛襗襡襜襘襝襙覈覷覶觶譐譈譊譀譓譖譔譋譕"], -["f340","譑譂譒譗豃豷豶貚贆贇贉趬趪趭趫蹭蹸蹳蹪蹯蹻軂轒轑轏轐轓辴酀鄿醰醭鏞鏇鏏鏂鏚鏐鏹鏬鏌鏙鎩鏦鏊鏔鏮鏣鏕鏄鏎鏀鏒鏧镽闚闛雡霩霫霬霨霦"], -["f3a1","鞳鞷鞶韝韞韟顜顙顝顗颿颽颻颾饈饇饃馦馧騚騕騥騝騤騛騢騠騧騣騞騜騔髂鬋鬊鬎鬌鬷鯪鯫鯠鯞鯤鯦鯢鯰鯔鯗鯬鯜鯙鯥鯕鯡鯚鵷鶁鶊鶄鶈鵱鶀鵸鶆鶋鶌鵽鵫鵴鵵鵰鵩鶅鵳鵻鶂鵯鵹鵿鶇鵨麔麑黀黼鼭齀齁齍齖齗齘匷嚲"], -["f440","嚵嚳壣孅巆巇廮廯忀忁懹攗攖攕攓旟曨曣曤櫳櫰櫪櫨櫹櫱櫮櫯瀼瀵瀯瀷瀴瀱灂瀸瀿瀺瀹灀瀻瀳灁爓爔犨獽獼璺皫皪皾盭矌矎矏矍矲礥礣礧礨礤礩"], -["f4a1","禲穮穬穭竷籉籈籊籇籅糮繻繾纁纀羺翿聹臛臙舋艨艩蘢藿蘁藾蘛蘀藶蘄蘉蘅蘌藽蠙蠐蠑蠗蠓蠖襣襦覹觷譠譪譝譨譣譥譧譭趮躆躈躄轙轖轗轕轘轚邍酃酁醷醵醲醳鐋鐓鏻鐠鐏鐔鏾鐕鐐鐨鐙鐍鏵鐀鏷鐇鐎鐖鐒鏺鐉鏸鐊鏿"], -["f540","鏼鐌鏶鐑鐆闞闠闟霮霯鞹鞻韽韾顠顢顣顟飁飂饐饎饙饌饋饓騲騴騱騬騪騶騩騮騸騭髇髊髆鬐鬒鬑鰋鰈鯷鰅鰒鯸鱀鰇鰎鰆鰗鰔鰉鶟鶙鶤鶝鶒鶘鶐鶛"], -["f5a1","鶠鶔鶜鶪鶗鶡鶚鶢鶨鶞鶣鶿鶩鶖鶦鶧麙麛麚黥黤黧黦鼰鼮齛齠齞齝齙龑儺儹劘劗囃嚽嚾孈孇巋巏廱懽攛欂櫼欃櫸欀灃灄灊灈灉灅灆爝爚爙獾甗癪矐礭礱礯籔籓糲纊纇纈纋纆纍罍羻耰臝蘘蘪蘦蘟蘣蘜蘙蘧蘮蘡蘠蘩蘞蘥"], -["f640","蠩蠝蠛蠠蠤蠜蠫衊襭襩襮襫觺譹譸譅譺譻贐贔趯躎躌轞轛轝酆酄酅醹鐿鐻鐶鐩鐽鐼鐰鐹鐪鐷鐬鑀鐱闥闤闣霵霺鞿韡顤飉飆飀饘饖騹騽驆驄驂驁騺"], -["f6a1","騿髍鬕鬗鬘鬖鬺魒鰫鰝鰜鰬鰣鰨鰩鰤鰡鶷鶶鶼鷁鷇鷊鷏鶾鷅鷃鶻鶵鷎鶹鶺鶬鷈鶱鶭鷌鶳鷍鶲鹺麜黫黮黭鼛鼘鼚鼱齎齥齤龒亹囆囅囋奱孋孌巕巑廲攡攠攦攢欋欈欉氍灕灖灗灒爞爟犩獿瓘瓕瓙瓗癭皭礵禴穰穱籗籜籙籛籚"], -["f740","糴糱纑罏羇臞艫蘴蘵蘳蘬蘲蘶蠬蠨蠦蠪蠥襱覿覾觻譾讄讂讆讅譿贕躕躔躚躒躐躖躗轠轢酇鑌鑐鑊鑋鑏鑇鑅鑈鑉鑆霿韣顪顩飋饔饛驎驓驔驌驏驈驊"], -["f7a1","驉驒驐髐鬙鬫鬻魖魕鱆鱈鰿鱄鰹鰳鱁鰼鰷鰴鰲鰽鰶鷛鷒鷞鷚鷋鷐鷜鷑鷟鷩鷙鷘鷖鷵鷕鷝麶黰鼵鼳鼲齂齫龕龢儽劙壨壧奲孍巘蠯彏戁戃戄攩攥斖曫欑欒欏毊灛灚爢玂玁玃癰矔籧籦纕艬蘺虀蘹蘼蘱蘻蘾蠰蠲蠮蠳襶襴襳觾"], -["f840","讌讎讋讈豅贙躘轤轣醼鑢鑕鑝鑗鑞韄韅頀驖驙鬞鬟鬠鱒鱘鱐鱊鱍鱋鱕鱙鱌鱎鷻鷷鷯鷣鷫鷸鷤鷶鷡鷮鷦鷲鷰鷢鷬鷴鷳鷨鷭黂黐黲黳鼆鼜鼸鼷鼶齃齏"], -["f8a1","齱齰齮齯囓囍孎屭攭曭曮欓灟灡灝灠爣瓛瓥矕礸禷禶籪纗羉艭虃蠸蠷蠵衋讔讕躞躟躠躝醾醽釂鑫鑨鑩雥靆靃靇韇韥驞髕魙鱣鱧鱦鱢鱞鱠鸂鷾鸇鸃鸆鸅鸀鸁鸉鷿鷽鸄麠鼞齆齴齵齶囔攮斸欘欙欗欚灢爦犪矘矙礹籩籫糶纚"], -["f940","纘纛纙臠臡虆虇虈襹襺襼襻觿讘讙躥躤躣鑮鑭鑯鑱鑳靉顲饟鱨鱮鱭鸋鸍鸐鸏鸒鸑麡黵鼉齇齸齻齺齹圞灦籯蠼趲躦釃鑴鑸鑶鑵驠鱴鱳鱱鱵鸔鸓黶鼊"], -["f9a1","龤灨灥糷虪蠾蠽蠿讞貜躩軉靋顳顴飌饡馫驤驦驧鬤鸕鸗齈戇欞爧虌躨钂钀钁驩驨鬮鸙爩虋讟钃鱹麷癵驫鱺鸝灩灪麤齾齉龘碁銹裏墻恒粧嫺╔╦╗╠╬╣╚╩╝╒╤╕╞╪╡╘╧╛╓╥╖╟╫╢╙╨╜║═╭╮╰╯▓"] -] diff --git a/software/flow/node_modules/npm/node_modules/iconv-lite/encodings/tables/eucjp.json b/software/flow/node_modules/npm/node_modules/iconv-lite/encodings/tables/eucjp.json deleted file mode 100644 index 4fa61ca..0000000 --- a/software/flow/node_modules/npm/node_modules/iconv-lite/encodings/tables/eucjp.json +++ /dev/null @@ -1,182 +0,0 @@ -[ -["0","\u0000",127], -["8ea1","。",62], -["a1a1"," 、。,.・:;?!゛゜´`¨^ ̄_ヽヾゝゞ〃仝々〆〇ー―‐/\~∥|…‥‘’“”()〔〕[]{}〈",9,"+-±×÷=≠<>≦≧∞∴♂♀°′″℃¥$¢£%#&*@§☆★○●◎◇"], -["a2a1","◆□■△▲▽▼※〒→←↑↓〓"], -["a2ba","∈∋⊆⊇⊂⊃∪∩"], -["a2ca","∧∨¬⇒⇔∀∃"], -["a2dc","∠⊥⌒∂∇≡≒≪≫√∽∝∵∫∬"], -["a2f2","ʼn♯♭♪†‡¶"], -["a2fe","◯"], -["a3b0","0",9], -["a3c1","A",25], -["a3e1","a",25], -["a4a1","ぁ",82], -["a5a1","ァ",85], -["a6a1","Α",16,"Σ",6], -["a6c1","α",16,"σ",6], -["a7a1","А",5,"ЁЖ",25], -["a7d1","а",5,"ёж",25], -["a8a1","─│┌┐┘└├┬┤┴┼━┃┏┓┛┗┣┳┫┻╋┠┯┨┷┿┝┰┥┸╂"], -["ada1","①",19,"Ⅰ",9], -["adc0","㍉㌔㌢㍍㌘㌧㌃㌶㍑㍗㌍㌦㌣㌫㍊㌻㎜㎝㎞㎎㎏㏄㎡"], -["addf","㍻〝〟№㏍℡㊤",4,"㈱㈲㈹㍾㍽㍼≒≡∫∮∑√⊥∠∟⊿∵∩∪"], -["b0a1","亜唖娃阿哀愛挨姶逢葵茜穐悪握渥旭葦芦鯵梓圧斡扱宛姐虻飴絢綾鮎或粟袷安庵按暗案闇鞍杏以伊位依偉囲夷委威尉惟意慰易椅為畏異移維緯胃萎衣謂違遺医井亥域育郁磯一壱溢逸稲茨芋鰯允印咽員因姻引飲淫胤蔭"], -["b1a1","院陰隠韻吋右宇烏羽迂雨卯鵜窺丑碓臼渦嘘唄欝蔚鰻姥厩浦瓜閏噂云運雲荏餌叡営嬰影映曳栄永泳洩瑛盈穎頴英衛詠鋭液疫益駅悦謁越閲榎厭円園堰奄宴延怨掩援沿演炎焔煙燕猿縁艶苑薗遠鉛鴛塩於汚甥凹央奥往応"], -["b2a1","押旺横欧殴王翁襖鴬鴎黄岡沖荻億屋憶臆桶牡乙俺卸恩温穏音下化仮何伽価佳加可嘉夏嫁家寡科暇果架歌河火珂禍禾稼箇花苛茄荷華菓蝦課嘩貨迦過霞蚊俄峨我牙画臥芽蛾賀雅餓駕介会解回塊壊廻快怪悔恢懐戒拐改"], -["b3a1","魁晦械海灰界皆絵芥蟹開階貝凱劾外咳害崖慨概涯碍蓋街該鎧骸浬馨蛙垣柿蛎鈎劃嚇各廓拡撹格核殻獲確穫覚角赫較郭閣隔革学岳楽額顎掛笠樫橿梶鰍潟割喝恰括活渇滑葛褐轄且鰹叶椛樺鞄株兜竃蒲釜鎌噛鴨栢茅萱"], -["b4a1","粥刈苅瓦乾侃冠寒刊勘勧巻喚堪姦完官寛干幹患感慣憾換敢柑桓棺款歓汗漢澗潅環甘監看竿管簡緩缶翰肝艦莞観諌貫還鑑間閑関陥韓館舘丸含岸巌玩癌眼岩翫贋雁頑顔願企伎危喜器基奇嬉寄岐希幾忌揮机旗既期棋棄"], -["b5a1","機帰毅気汽畿祈季稀紀徽規記貴起軌輝飢騎鬼亀偽儀妓宜戯技擬欺犠疑祇義蟻誼議掬菊鞠吉吃喫桔橘詰砧杵黍却客脚虐逆丘久仇休及吸宮弓急救朽求汲泣灸球究窮笈級糾給旧牛去居巨拒拠挙渠虚許距鋸漁禦魚亨享京"], -["b6a1","供侠僑兇競共凶協匡卿叫喬境峡強彊怯恐恭挟教橋況狂狭矯胸脅興蕎郷鏡響饗驚仰凝尭暁業局曲極玉桐粁僅勤均巾錦斤欣欽琴禁禽筋緊芹菌衿襟謹近金吟銀九倶句区狗玖矩苦躯駆駈駒具愚虞喰空偶寓遇隅串櫛釧屑屈"], -["b7a1","掘窟沓靴轡窪熊隈粂栗繰桑鍬勲君薫訓群軍郡卦袈祁係傾刑兄啓圭珪型契形径恵慶慧憩掲携敬景桂渓畦稽系経継繋罫茎荊蛍計詣警軽頚鶏芸迎鯨劇戟撃激隙桁傑欠決潔穴結血訣月件倹倦健兼券剣喧圏堅嫌建憲懸拳捲"], -["b8a1","検権牽犬献研硯絹県肩見謙賢軒遣鍵険顕験鹸元原厳幻弦減源玄現絃舷言諺限乎個古呼固姑孤己庫弧戸故枯湖狐糊袴股胡菰虎誇跨鈷雇顧鼓五互伍午呉吾娯後御悟梧檎瑚碁語誤護醐乞鯉交佼侯候倖光公功効勾厚口向"], -["b9a1","后喉坑垢好孔孝宏工巧巷幸広庚康弘恒慌抗拘控攻昂晃更杭校梗構江洪浩港溝甲皇硬稿糠紅紘絞綱耕考肯肱腔膏航荒行衡講貢購郊酵鉱砿鋼閤降項香高鴻剛劫号合壕拷濠豪轟麹克刻告国穀酷鵠黒獄漉腰甑忽惚骨狛込"], -["baa1","此頃今困坤墾婚恨懇昏昆根梱混痕紺艮魂些佐叉唆嵯左差査沙瑳砂詐鎖裟坐座挫債催再最哉塞妻宰彩才採栽歳済災采犀砕砦祭斎細菜裁載際剤在材罪財冴坂阪堺榊肴咲崎埼碕鷺作削咋搾昨朔柵窄策索錯桜鮭笹匙冊刷"], -["bba1","察拶撮擦札殺薩雑皐鯖捌錆鮫皿晒三傘参山惨撒散桟燦珊産算纂蚕讃賛酸餐斬暫残仕仔伺使刺司史嗣四士始姉姿子屍市師志思指支孜斯施旨枝止死氏獅祉私糸紙紫肢脂至視詞詩試誌諮資賜雌飼歯事似侍児字寺慈持時"], -["bca1","次滋治爾璽痔磁示而耳自蒔辞汐鹿式識鴫竺軸宍雫七叱執失嫉室悉湿漆疾質実蔀篠偲柴芝屡蕊縞舎写射捨赦斜煮社紗者謝車遮蛇邪借勺尺杓灼爵酌釈錫若寂弱惹主取守手朱殊狩珠種腫趣酒首儒受呪寿授樹綬需囚収周"], -["bda1","宗就州修愁拾洲秀秋終繍習臭舟蒐衆襲讐蹴輯週酋酬集醜什住充十従戎柔汁渋獣縦重銃叔夙宿淑祝縮粛塾熟出術述俊峻春瞬竣舜駿准循旬楯殉淳準潤盾純巡遵醇順処初所暑曙渚庶緒署書薯藷諸助叙女序徐恕鋤除傷償"], -["bea1","勝匠升召哨商唱嘗奨妾娼宵将小少尚庄床廠彰承抄招掌捷昇昌昭晶松梢樟樵沼消渉湘焼焦照症省硝礁祥称章笑粧紹肖菖蒋蕉衝裳訟証詔詳象賞醤鉦鍾鐘障鞘上丈丞乗冗剰城場壌嬢常情擾条杖浄状畳穣蒸譲醸錠嘱埴飾"], -["bfa1","拭植殖燭織職色触食蝕辱尻伸信侵唇娠寝審心慎振新晋森榛浸深申疹真神秦紳臣芯薪親診身辛進針震人仁刃塵壬尋甚尽腎訊迅陣靭笥諏須酢図厨逗吹垂帥推水炊睡粋翠衰遂酔錐錘随瑞髄崇嵩数枢趨雛据杉椙菅頗雀裾"], -["c0a1","澄摺寸世瀬畝是凄制勢姓征性成政整星晴棲栖正清牲生盛精聖声製西誠誓請逝醒青静斉税脆隻席惜戚斥昔析石積籍績脊責赤跡蹟碩切拙接摂折設窃節説雪絶舌蝉仙先千占宣専尖川戦扇撰栓栴泉浅洗染潜煎煽旋穿箭線"], -["c1a1","繊羨腺舛船薦詮賎践選遷銭銑閃鮮前善漸然全禅繕膳糎噌塑岨措曾曽楚狙疏疎礎祖租粗素組蘇訴阻遡鼠僧創双叢倉喪壮奏爽宋層匝惣想捜掃挿掻操早曹巣槍槽漕燥争痩相窓糟総綜聡草荘葬蒼藻装走送遭鎗霜騒像増憎"], -["c2a1","臓蔵贈造促側則即息捉束測足速俗属賊族続卒袖其揃存孫尊損村遜他多太汰詑唾堕妥惰打柁舵楕陀駄騨体堆対耐岱帯待怠態戴替泰滞胎腿苔袋貸退逮隊黛鯛代台大第醍題鷹滝瀧卓啄宅托択拓沢濯琢託鐸濁諾茸凧蛸只"], -["c3a1","叩但達辰奪脱巽竪辿棚谷狸鱈樽誰丹単嘆坦担探旦歎淡湛炭短端箪綻耽胆蛋誕鍛団壇弾断暖檀段男談値知地弛恥智池痴稚置致蜘遅馳築畜竹筑蓄逐秩窒茶嫡着中仲宙忠抽昼柱注虫衷註酎鋳駐樗瀦猪苧著貯丁兆凋喋寵"], -["c4a1","帖帳庁弔張彫徴懲挑暢朝潮牒町眺聴脹腸蝶調諜超跳銚長頂鳥勅捗直朕沈珍賃鎮陳津墜椎槌追鎚痛通塚栂掴槻佃漬柘辻蔦綴鍔椿潰坪壷嬬紬爪吊釣鶴亭低停偵剃貞呈堤定帝底庭廷弟悌抵挺提梯汀碇禎程締艇訂諦蹄逓"], -["c5a1","邸鄭釘鼎泥摘擢敵滴的笛適鏑溺哲徹撤轍迭鉄典填天展店添纏甜貼転顛点伝殿澱田電兎吐堵塗妬屠徒斗杜渡登菟賭途都鍍砥砺努度土奴怒倒党冬凍刀唐塔塘套宕島嶋悼投搭東桃梼棟盗淘湯涛灯燈当痘祷等答筒糖統到"], -["c6a1","董蕩藤討謄豆踏逃透鐙陶頭騰闘働動同堂導憧撞洞瞳童胴萄道銅峠鴇匿得徳涜特督禿篤毒独読栃橡凸突椴届鳶苫寅酉瀞噸屯惇敦沌豚遁頓呑曇鈍奈那内乍凪薙謎灘捺鍋楢馴縄畷南楠軟難汝二尼弐迩匂賑肉虹廿日乳入"], -["c7a1","如尿韮任妊忍認濡禰祢寧葱猫熱年念捻撚燃粘乃廼之埜嚢悩濃納能脳膿農覗蚤巴把播覇杷波派琶破婆罵芭馬俳廃拝排敗杯盃牌背肺輩配倍培媒梅楳煤狽買売賠陪這蝿秤矧萩伯剥博拍柏泊白箔粕舶薄迫曝漠爆縛莫駁麦"], -["c8a1","函箱硲箸肇筈櫨幡肌畑畠八鉢溌発醗髪伐罰抜筏閥鳩噺塙蛤隼伴判半反叛帆搬斑板氾汎版犯班畔繁般藩販範釆煩頒飯挽晩番盤磐蕃蛮匪卑否妃庇彼悲扉批披斐比泌疲皮碑秘緋罷肥被誹費避非飛樋簸備尾微枇毘琵眉美"], -["c9a1","鼻柊稗匹疋髭彦膝菱肘弼必畢筆逼桧姫媛紐百謬俵彪標氷漂瓢票表評豹廟描病秒苗錨鋲蒜蛭鰭品彬斌浜瀕貧賓頻敏瓶不付埠夫婦富冨布府怖扶敷斧普浮父符腐膚芙譜負賦赴阜附侮撫武舞葡蕪部封楓風葺蕗伏副復幅服"], -["caa1","福腹複覆淵弗払沸仏物鮒分吻噴墳憤扮焚奮粉糞紛雰文聞丙併兵塀幣平弊柄並蔽閉陛米頁僻壁癖碧別瞥蔑箆偏変片篇編辺返遍便勉娩弁鞭保舗鋪圃捕歩甫補輔穂募墓慕戊暮母簿菩倣俸包呆報奉宝峰峯崩庖抱捧放方朋"], -["cba1","法泡烹砲縫胞芳萌蓬蜂褒訪豊邦鋒飽鳳鵬乏亡傍剖坊妨帽忘忙房暴望某棒冒紡肪膨謀貌貿鉾防吠頬北僕卜墨撲朴牧睦穆釦勃没殆堀幌奔本翻凡盆摩磨魔麻埋妹昧枚毎哩槙幕膜枕鮪柾鱒桝亦俣又抹末沫迄侭繭麿万慢満"], -["cca1","漫蔓味未魅巳箕岬密蜜湊蓑稔脈妙粍民眠務夢無牟矛霧鵡椋婿娘冥名命明盟迷銘鳴姪牝滅免棉綿緬面麺摸模茂妄孟毛猛盲網耗蒙儲木黙目杢勿餅尤戻籾貰問悶紋門匁也冶夜爺耶野弥矢厄役約薬訳躍靖柳薮鑓愉愈油癒"], -["cda1","諭輸唯佑優勇友宥幽悠憂揖有柚湧涌猶猷由祐裕誘遊邑郵雄融夕予余与誉輿預傭幼妖容庸揚揺擁曜楊様洋溶熔用窯羊耀葉蓉要謡踊遥陽養慾抑欲沃浴翌翼淀羅螺裸来莱頼雷洛絡落酪乱卵嵐欄濫藍蘭覧利吏履李梨理璃"], -["cea1","痢裏裡里離陸律率立葎掠略劉流溜琉留硫粒隆竜龍侶慮旅虜了亮僚両凌寮料梁涼猟療瞭稜糧良諒遼量陵領力緑倫厘林淋燐琳臨輪隣鱗麟瑠塁涙累類令伶例冷励嶺怜玲礼苓鈴隷零霊麗齢暦歴列劣烈裂廉恋憐漣煉簾練聯"], -["cfa1","蓮連錬呂魯櫓炉賂路露労婁廊弄朗楼榔浪漏牢狼篭老聾蝋郎六麓禄肋録論倭和話歪賄脇惑枠鷲亙亘鰐詫藁蕨椀湾碗腕"], -["d0a1","弌丐丕个丱丶丼丿乂乖乘亂亅豫亊舒弍于亞亟亠亢亰亳亶从仍仄仆仂仗仞仭仟价伉佚估佛佝佗佇佶侈侏侘佻佩佰侑佯來侖儘俔俟俎俘俛俑俚俐俤俥倚倨倔倪倥倅伜俶倡倩倬俾俯們倆偃假會偕偐偈做偖偬偸傀傚傅傴傲"], -["d1a1","僉僊傳僂僖僞僥僭僣僮價僵儉儁儂儖儕儔儚儡儺儷儼儻儿兀兒兌兔兢竸兩兪兮冀冂囘册冉冏冑冓冕冖冤冦冢冩冪冫决冱冲冰况冽凅凉凛几處凩凭凰凵凾刄刋刔刎刧刪刮刳刹剏剄剋剌剞剔剪剴剩剳剿剽劍劔劒剱劈劑辨"], -["d2a1","辧劬劭劼劵勁勍勗勞勣勦飭勠勳勵勸勹匆匈甸匍匐匏匕匚匣匯匱匳匸區卆卅丗卉卍凖卞卩卮夘卻卷厂厖厠厦厥厮厰厶參簒雙叟曼燮叮叨叭叺吁吽呀听吭吼吮吶吩吝呎咏呵咎呟呱呷呰咒呻咀呶咄咐咆哇咢咸咥咬哄哈咨"], -["d3a1","咫哂咤咾咼哘哥哦唏唔哽哮哭哺哢唹啀啣啌售啜啅啖啗唸唳啝喙喀咯喊喟啻啾喘喞單啼喃喩喇喨嗚嗅嗟嗄嗜嗤嗔嘔嗷嘖嗾嗽嘛嗹噎噐營嘴嘶嘲嘸噫噤嘯噬噪嚆嚀嚊嚠嚔嚏嚥嚮嚶嚴囂嚼囁囃囀囈囎囑囓囗囮囹圀囿圄圉"], -["d4a1","圈國圍圓團圖嗇圜圦圷圸坎圻址坏坩埀垈坡坿垉垓垠垳垤垪垰埃埆埔埒埓堊埖埣堋堙堝塲堡塢塋塰毀塒堽塹墅墹墟墫墺壞墻墸墮壅壓壑壗壙壘壥壜壤壟壯壺壹壻壼壽夂夊夐夛梦夥夬夭夲夸夾竒奕奐奎奚奘奢奠奧奬奩"], -["d5a1","奸妁妝佞侫妣妲姆姨姜妍姙姚娥娟娑娜娉娚婀婬婉娵娶婢婪媚媼媾嫋嫂媽嫣嫗嫦嫩嫖嫺嫻嬌嬋嬖嬲嫐嬪嬶嬾孃孅孀孑孕孚孛孥孩孰孳孵學斈孺宀它宦宸寃寇寉寔寐寤實寢寞寥寫寰寶寳尅將專對尓尠尢尨尸尹屁屆屎屓"], -["d6a1","屐屏孱屬屮乢屶屹岌岑岔妛岫岻岶岼岷峅岾峇峙峩峽峺峭嶌峪崋崕崗嵜崟崛崑崔崢崚崙崘嵌嵒嵎嵋嵬嵳嵶嶇嶄嶂嶢嶝嶬嶮嶽嶐嶷嶼巉巍巓巒巖巛巫已巵帋帚帙帑帛帶帷幄幃幀幎幗幔幟幢幤幇幵并幺麼广庠廁廂廈廐廏"], -["d7a1","廖廣廝廚廛廢廡廨廩廬廱廳廰廴廸廾弃弉彝彜弋弑弖弩弭弸彁彈彌彎弯彑彖彗彙彡彭彳彷徃徂彿徊很徑徇從徙徘徠徨徭徼忖忻忤忸忱忝悳忿怡恠怙怐怩怎怱怛怕怫怦怏怺恚恁恪恷恟恊恆恍恣恃恤恂恬恫恙悁悍惧悃悚"], -["d8a1","悄悛悖悗悒悧悋惡悸惠惓悴忰悽惆悵惘慍愕愆惶惷愀惴惺愃愡惻惱愍愎慇愾愨愧慊愿愼愬愴愽慂慄慳慷慘慙慚慫慴慯慥慱慟慝慓慵憙憖憇憬憔憚憊憑憫憮懌懊應懷懈懃懆憺懋罹懍懦懣懶懺懴懿懽懼懾戀戈戉戍戌戔戛"], -["d9a1","戞戡截戮戰戲戳扁扎扞扣扛扠扨扼抂抉找抒抓抖拔抃抔拗拑抻拏拿拆擔拈拜拌拊拂拇抛拉挌拮拱挧挂挈拯拵捐挾捍搜捏掖掎掀掫捶掣掏掉掟掵捫捩掾揩揀揆揣揉插揶揄搖搴搆搓搦搶攝搗搨搏摧摯摶摎攪撕撓撥撩撈撼"], -["daa1","據擒擅擇撻擘擂擱擧舉擠擡抬擣擯攬擶擴擲擺攀擽攘攜攅攤攣攫攴攵攷收攸畋效敖敕敍敘敞敝敲數斂斃變斛斟斫斷旃旆旁旄旌旒旛旙无旡旱杲昊昃旻杳昵昶昴昜晏晄晉晁晞晝晤晧晨晟晢晰暃暈暎暉暄暘暝曁暹曉暾暼"], -["dba1","曄暸曖曚曠昿曦曩曰曵曷朏朖朞朦朧霸朮朿朶杁朸朷杆杞杠杙杣杤枉杰枩杼杪枌枋枦枡枅枷柯枴柬枳柩枸柤柞柝柢柮枹柎柆柧檜栞框栩桀桍栲桎梳栫桙档桷桿梟梏梭梔條梛梃檮梹桴梵梠梺椏梍桾椁棊椈棘椢椦棡椌棍"], -["dca1","棔棧棕椶椒椄棗棣椥棹棠棯椨椪椚椣椡棆楹楷楜楸楫楔楾楮椹楴椽楙椰楡楞楝榁楪榲榮槐榿槁槓榾槎寨槊槝榻槃榧樮榑榠榜榕榴槞槨樂樛槿權槹槲槧樅榱樞槭樔槫樊樒櫁樣樓橄樌橲樶橸橇橢橙橦橈樸樢檐檍檠檄檢檣"], -["dda1","檗蘗檻櫃櫂檸檳檬櫞櫑櫟檪櫚櫪櫻欅蘖櫺欒欖鬱欟欸欷盜欹飮歇歃歉歐歙歔歛歟歡歸歹歿殀殄殃殍殘殕殞殤殪殫殯殲殱殳殷殼毆毋毓毟毬毫毳毯麾氈氓气氛氤氣汞汕汢汪沂沍沚沁沛汾汨汳沒沐泄泱泓沽泗泅泝沮沱沾"], -["dea1","沺泛泯泙泪洟衍洶洫洽洸洙洵洳洒洌浣涓浤浚浹浙涎涕濤涅淹渕渊涵淇淦涸淆淬淞淌淨淒淅淺淙淤淕淪淮渭湮渮渙湲湟渾渣湫渫湶湍渟湃渺湎渤滿渝游溂溪溘滉溷滓溽溯滄溲滔滕溏溥滂溟潁漑灌滬滸滾漿滲漱滯漲滌"], -["dfa1","漾漓滷澆潺潸澁澀潯潛濳潭澂潼潘澎澑濂潦澳澣澡澤澹濆澪濟濕濬濔濘濱濮濛瀉瀋濺瀑瀁瀏濾瀛瀚潴瀝瀘瀟瀰瀾瀲灑灣炙炒炯烱炬炸炳炮烟烋烝烙焉烽焜焙煥煕熈煦煢煌煖煬熏燻熄熕熨熬燗熹熾燒燉燔燎燠燬燧燵燼"], -["e0a1","燹燿爍爐爛爨爭爬爰爲爻爼爿牀牆牋牘牴牾犂犁犇犒犖犢犧犹犲狃狆狄狎狒狢狠狡狹狷倏猗猊猜猖猝猴猯猩猥猾獎獏默獗獪獨獰獸獵獻獺珈玳珎玻珀珥珮珞璢琅瑯琥珸琲琺瑕琿瑟瑙瑁瑜瑩瑰瑣瑪瑶瑾璋璞璧瓊瓏瓔珱"], -["e1a1","瓠瓣瓧瓩瓮瓲瓰瓱瓸瓷甄甃甅甌甎甍甕甓甞甦甬甼畄畍畊畉畛畆畚畩畤畧畫畭畸當疆疇畴疊疉疂疔疚疝疥疣痂疳痃疵疽疸疼疱痍痊痒痙痣痞痾痿痼瘁痰痺痲痳瘋瘍瘉瘟瘧瘠瘡瘢瘤瘴瘰瘻癇癈癆癜癘癡癢癨癩癪癧癬癰"], -["e2a1","癲癶癸發皀皃皈皋皎皖皓皙皚皰皴皸皹皺盂盍盖盒盞盡盥盧盪蘯盻眈眇眄眩眤眞眥眦眛眷眸睇睚睨睫睛睥睿睾睹瞎瞋瞑瞠瞞瞰瞶瞹瞿瞼瞽瞻矇矍矗矚矜矣矮矼砌砒礦砠礪硅碎硴碆硼碚碌碣碵碪碯磑磆磋磔碾碼磅磊磬"], -["e3a1","磧磚磽磴礇礒礑礙礬礫祀祠祗祟祚祕祓祺祿禊禝禧齋禪禮禳禹禺秉秕秧秬秡秣稈稍稘稙稠稟禀稱稻稾稷穃穗穉穡穢穩龝穰穹穽窈窗窕窘窖窩竈窰窶竅竄窿邃竇竊竍竏竕竓站竚竝竡竢竦竭竰笂笏笊笆笳笘笙笞笵笨笶筐"], -["e4a1","筺笄筍笋筌筅筵筥筴筧筰筱筬筮箝箘箟箍箜箚箋箒箏筝箙篋篁篌篏箴篆篝篩簑簔篦篥籠簀簇簓篳篷簗簍篶簣簧簪簟簷簫簽籌籃籔籏籀籐籘籟籤籖籥籬籵粃粐粤粭粢粫粡粨粳粲粱粮粹粽糀糅糂糘糒糜糢鬻糯糲糴糶糺紆"], -["e5a1","紂紜紕紊絅絋紮紲紿紵絆絳絖絎絲絨絮絏絣經綉絛綏絽綛綺綮綣綵緇綽綫總綢綯緜綸綟綰緘緝緤緞緻緲緡縅縊縣縡縒縱縟縉縋縢繆繦縻縵縹繃縷縲縺繧繝繖繞繙繚繹繪繩繼繻纃緕繽辮繿纈纉續纒纐纓纔纖纎纛纜缸缺"], -["e6a1","罅罌罍罎罐网罕罔罘罟罠罨罩罧罸羂羆羃羈羇羌羔羞羝羚羣羯羲羹羮羶羸譱翅翆翊翕翔翡翦翩翳翹飜耆耄耋耒耘耙耜耡耨耿耻聊聆聒聘聚聟聢聨聳聲聰聶聹聽聿肄肆肅肛肓肚肭冐肬胛胥胙胝胄胚胖脉胯胱脛脩脣脯腋"], -["e7a1","隋腆脾腓腑胼腱腮腥腦腴膃膈膊膀膂膠膕膤膣腟膓膩膰膵膾膸膽臀臂膺臉臍臑臙臘臈臚臟臠臧臺臻臾舁舂舅與舊舍舐舖舩舫舸舳艀艙艘艝艚艟艤艢艨艪艫舮艱艷艸艾芍芒芫芟芻芬苡苣苟苒苴苳苺莓范苻苹苞茆苜茉苙"], -["e8a1","茵茴茖茲茱荀茹荐荅茯茫茗茘莅莚莪莟莢莖茣莎莇莊荼莵荳荵莠莉莨菴萓菫菎菽萃菘萋菁菷萇菠菲萍萢萠莽萸蔆菻葭萪萼蕚蒄葷葫蒭葮蒂葩葆萬葯葹萵蓊葢蒹蒿蒟蓙蓍蒻蓚蓐蓁蓆蓖蒡蔡蓿蓴蔗蔘蔬蔟蔕蔔蓼蕀蕣蕘蕈"], -["e9a1","蕁蘂蕋蕕薀薤薈薑薊薨蕭薔薛藪薇薜蕷蕾薐藉薺藏薹藐藕藝藥藜藹蘊蘓蘋藾藺蘆蘢蘚蘰蘿虍乕虔號虧虱蚓蚣蚩蚪蚋蚌蚶蚯蛄蛆蚰蛉蠣蚫蛔蛞蛩蛬蛟蛛蛯蜒蜆蜈蜀蜃蛻蜑蜉蜍蛹蜊蜴蜿蜷蜻蜥蜩蜚蝠蝟蝸蝌蝎蝴蝗蝨蝮蝙"], -["eaa1","蝓蝣蝪蠅螢螟螂螯蟋螽蟀蟐雖螫蟄螳蟇蟆螻蟯蟲蟠蠏蠍蟾蟶蟷蠎蟒蠑蠖蠕蠢蠡蠱蠶蠹蠧蠻衄衂衒衙衞衢衫袁衾袞衵衽袵衲袂袗袒袮袙袢袍袤袰袿袱裃裄裔裘裙裝裹褂裼裴裨裲褄褌褊褓襃褞褥褪褫襁襄褻褶褸襌褝襠襞"], -["eba1","襦襤襭襪襯襴襷襾覃覈覊覓覘覡覩覦覬覯覲覺覽覿觀觚觜觝觧觴觸訃訖訐訌訛訝訥訶詁詛詒詆詈詼詭詬詢誅誂誄誨誡誑誥誦誚誣諄諍諂諚諫諳諧諤諱謔諠諢諷諞諛謌謇謚諡謖謐謗謠謳鞫謦謫謾謨譁譌譏譎證譖譛譚譫"], -["eca1","譟譬譯譴譽讀讌讎讒讓讖讙讚谺豁谿豈豌豎豐豕豢豬豸豺貂貉貅貊貍貎貔豼貘戝貭貪貽貲貳貮貶賈賁賤賣賚賽賺賻贄贅贊贇贏贍贐齎贓賍贔贖赧赭赱赳趁趙跂趾趺跏跚跖跌跛跋跪跫跟跣跼踈踉跿踝踞踐踟蹂踵踰踴蹊"], -["eda1","蹇蹉蹌蹐蹈蹙蹤蹠踪蹣蹕蹶蹲蹼躁躇躅躄躋躊躓躑躔躙躪躡躬躰軆躱躾軅軈軋軛軣軼軻軫軾輊輅輕輒輙輓輜輟輛輌輦輳輻輹轅轂輾轌轉轆轎轗轜轢轣轤辜辟辣辭辯辷迚迥迢迪迯邇迴逅迹迺逑逕逡逍逞逖逋逧逶逵逹迸"], -["eea1","遏遐遑遒逎遉逾遖遘遞遨遯遶隨遲邂遽邁邀邊邉邏邨邯邱邵郢郤扈郛鄂鄒鄙鄲鄰酊酖酘酣酥酩酳酲醋醉醂醢醫醯醪醵醴醺釀釁釉釋釐釖釟釡釛釼釵釶鈞釿鈔鈬鈕鈑鉞鉗鉅鉉鉤鉈銕鈿鉋鉐銜銖銓銛鉚鋏銹銷鋩錏鋺鍄錮"], -["efa1","錙錢錚錣錺錵錻鍜鍠鍼鍮鍖鎰鎬鎭鎔鎹鏖鏗鏨鏥鏘鏃鏝鏐鏈鏤鐚鐔鐓鐃鐇鐐鐶鐫鐵鐡鐺鑁鑒鑄鑛鑠鑢鑞鑪鈩鑰鑵鑷鑽鑚鑼鑾钁鑿閂閇閊閔閖閘閙閠閨閧閭閼閻閹閾闊濶闃闍闌闕闔闖關闡闥闢阡阨阮阯陂陌陏陋陷陜陞"], -["f0a1","陝陟陦陲陬隍隘隕隗險隧隱隲隰隴隶隸隹雎雋雉雍襍雜霍雕雹霄霆霈霓霎霑霏霖霙霤霪霰霹霽霾靄靆靈靂靉靜靠靤靦靨勒靫靱靹鞅靼鞁靺鞆鞋鞏鞐鞜鞨鞦鞣鞳鞴韃韆韈韋韜韭齏韲竟韶韵頏頌頸頤頡頷頽顆顏顋顫顯顰"], -["f1a1","顱顴顳颪颯颱颶飄飃飆飩飫餃餉餒餔餘餡餝餞餤餠餬餮餽餾饂饉饅饐饋饑饒饌饕馗馘馥馭馮馼駟駛駝駘駑駭駮駱駲駻駸騁騏騅駢騙騫騷驅驂驀驃騾驕驍驛驗驟驢驥驤驩驫驪骭骰骼髀髏髑髓體髞髟髢髣髦髯髫髮髴髱髷"], -["f2a1","髻鬆鬘鬚鬟鬢鬣鬥鬧鬨鬩鬪鬮鬯鬲魄魃魏魍魎魑魘魴鮓鮃鮑鮖鮗鮟鮠鮨鮴鯀鯊鮹鯆鯏鯑鯒鯣鯢鯤鯔鯡鰺鯲鯱鯰鰕鰔鰉鰓鰌鰆鰈鰒鰊鰄鰮鰛鰥鰤鰡鰰鱇鰲鱆鰾鱚鱠鱧鱶鱸鳧鳬鳰鴉鴈鳫鴃鴆鴪鴦鶯鴣鴟鵄鴕鴒鵁鴿鴾鵆鵈"], -["f3a1","鵝鵞鵤鵑鵐鵙鵲鶉鶇鶫鵯鵺鶚鶤鶩鶲鷄鷁鶻鶸鶺鷆鷏鷂鷙鷓鷸鷦鷭鷯鷽鸚鸛鸞鹵鹹鹽麁麈麋麌麒麕麑麝麥麩麸麪麭靡黌黎黏黐黔黜點黝黠黥黨黯黴黶黷黹黻黼黽鼇鼈皷鼕鼡鼬鼾齊齒齔齣齟齠齡齦齧齬齪齷齲齶龕龜龠"], -["f4a1","堯槇遙瑤凜熙"], -["f9a1","纊褜鍈銈蓜俉炻昱棈鋹曻彅丨仡仼伀伃伹佖侒侊侚侔俍偀倢俿倞偆偰偂傔僴僘兊兤冝冾凬刕劜劦勀勛匀匇匤卲厓厲叝﨎咜咊咩哿喆坙坥垬埈埇﨏塚增墲夋奓奛奝奣妤妺孖寀甯寘寬尞岦岺峵崧嵓﨑嵂嵭嶸嶹巐弡弴彧德"], -["faa1","忞恝悅悊惞惕愠惲愑愷愰憘戓抦揵摠撝擎敎昀昕昻昉昮昞昤晥晗晙晴晳暙暠暲暿曺朎朗杦枻桒柀栁桄棏﨓楨﨔榘槢樰橫橆橳橾櫢櫤毖氿汜沆汯泚洄涇浯涖涬淏淸淲淼渹湜渧渼溿澈澵濵瀅瀇瀨炅炫焏焄煜煆煇凞燁燾犱"], -["fba1","犾猤猪獷玽珉珖珣珒琇珵琦琪琩琮瑢璉璟甁畯皂皜皞皛皦益睆劯砡硎硤硺礰礼神祥禔福禛竑竧靖竫箞精絈絜綷綠緖繒罇羡羽茁荢荿菇菶葈蒴蕓蕙蕫﨟薰蘒﨡蠇裵訒訷詹誧誾諟諸諶譓譿賰賴贒赶﨣軏﨤逸遧郞都鄕鄧釚"], -["fca1","釗釞釭釮釤釥鈆鈐鈊鈺鉀鈼鉎鉙鉑鈹鉧銧鉷鉸鋧鋗鋙鋐﨧鋕鋠鋓錥錡鋻﨨錞鋿錝錂鍰鍗鎤鏆鏞鏸鐱鑅鑈閒隆﨩隝隯霳霻靃靍靏靑靕顗顥飯飼餧館馞驎髙髜魵魲鮏鮱鮻鰀鵰鵫鶴鸙黑"], -["fcf1","ⅰ",9,"¬¦'""], -["8fa2af","˘ˇ¸˙˝¯˛˚~΄΅"], -["8fa2c2","¡¦¿"], -["8fa2eb","ºª©®™¤№"], -["8fa6e1","ΆΈΉΊΪ"], -["8fa6e7","Ό"], -["8fa6e9","ΎΫ"], -["8fa6ec","Ώ"], -["8fa6f1","άέήίϊΐόςύϋΰώ"], -["8fa7c2","Ђ",10,"ЎЏ"], -["8fa7f2","ђ",10,"ўџ"], -["8fa9a1","ÆĐ"], -["8fa9a4","Ħ"], -["8fa9a6","IJ"], -["8fa9a8","ŁĿ"], -["8fa9ab","ŊØŒ"], -["8fa9af","ŦÞ"], -["8fa9c1","æđðħıijĸłŀʼnŋøœßŧþ"], -["8faaa1","ÁÀÄÂĂǍĀĄÅÃĆĈČÇĊĎÉÈËÊĚĖĒĘ"], -["8faaba","ĜĞĢĠĤÍÌÏÎǏİĪĮĨĴĶĹĽĻŃŇŅÑÓÒÖÔǑŐŌÕŔŘŖŚŜŠŞŤŢÚÙÜÛŬǓŰŪŲŮŨǗǛǙǕŴÝŸŶŹŽŻ"], -["8faba1","áàäâăǎāąåãćĉčçċďéèëêěėēęǵĝğ"], -["8fabbd","ġĥíìïîǐ"], -["8fabc5","īįĩĵķĺľļńňņñóòöôǒőōõŕřŗśŝšşťţúùüûŭǔűūųůũǘǜǚǖŵýÿŷźžż"], -["8fb0a1","丂丄丅丌丒丟丣两丨丫丮丯丰丵乀乁乄乇乑乚乜乣乨乩乴乵乹乿亍亖亗亝亯亹仃仐仚仛仠仡仢仨仯仱仳仵份仾仿伀伂伃伈伋伌伒伕伖众伙伮伱你伳伵伷伹伻伾佀佂佈佉佋佌佒佔佖佘佟佣佪佬佮佱佷佸佹佺佽佾侁侂侄"], -["8fb1a1","侅侉侊侌侎侐侒侓侔侗侙侚侞侟侲侷侹侻侼侽侾俀俁俅俆俈俉俋俌俍俏俒俜俠俢俰俲俼俽俿倀倁倄倇倊倌倎倐倓倗倘倛倜倝倞倢倧倮倰倲倳倵偀偁偂偅偆偊偌偎偑偒偓偗偙偟偠偢偣偦偧偪偭偰偱倻傁傃傄傆傊傎傏傐"], -["8fb2a1","傒傓傔傖傛傜傞",4,"傪傯傰傹傺傽僀僃僄僇僌僎僐僓僔僘僜僝僟僢僤僦僨僩僯僱僶僺僾儃儆儇儈儋儌儍儎僲儐儗儙儛儜儝儞儣儧儨儬儭儯儱儳儴儵儸儹兂兊兏兓兕兗兘兟兤兦兾冃冄冋冎冘冝冡冣冭冸冺冼冾冿凂"], -["8fb3a1","凈减凑凒凓凕凘凞凢凥凮凲凳凴凷刁刂刅划刓刕刖刘刢刨刱刲刵刼剅剉剕剗剘剚剜剟剠剡剦剮剷剸剹劀劂劅劊劌劓劕劖劗劘劚劜劤劥劦劧劯劰劶劷劸劺劻劽勀勄勆勈勌勏勑勔勖勛勜勡勥勨勩勪勬勰勱勴勶勷匀匃匊匋"], -["8fb4a1","匌匑匓匘匛匜匞匟匥匧匨匩匫匬匭匰匲匵匼匽匾卂卌卋卙卛卡卣卥卬卭卲卹卾厃厇厈厎厓厔厙厝厡厤厪厫厯厲厴厵厷厸厺厽叀叅叏叒叓叕叚叝叞叠另叧叵吂吓吚吡吧吨吪启吱吴吵呃呄呇呍呏呞呢呤呦呧呩呫呭呮呴呿"], -["8fb5a1","咁咃咅咈咉咍咑咕咖咜咟咡咦咧咩咪咭咮咱咷咹咺咻咿哆哊响哎哠哪哬哯哶哼哾哿唀唁唅唈唉唌唍唎唕唪唫唲唵唶唻唼唽啁啇啉啊啍啐啑啘啚啛啞啠啡啤啦啿喁喂喆喈喎喏喑喒喓喔喗喣喤喭喲喿嗁嗃嗆嗉嗋嗌嗎嗑嗒"], -["8fb6a1","嗓嗗嗘嗛嗞嗢嗩嗶嗿嘅嘈嘊嘍",5,"嘙嘬嘰嘳嘵嘷嘹嘻嘼嘽嘿噀噁噃噄噆噉噋噍噏噔噞噠噡噢噣噦噩噭噯噱噲噵嚄嚅嚈嚋嚌嚕嚙嚚嚝嚞嚟嚦嚧嚨嚩嚫嚬嚭嚱嚳嚷嚾囅囉囊囋囏囐囌囍囙囜囝囟囡囤",4,"囱囫园"], -["8fb7a1","囶囷圁圂圇圊圌圑圕圚圛圝圠圢圣圤圥圩圪圬圮圯圳圴圽圾圿坅坆坌坍坒坢坥坧坨坫坭",4,"坳坴坵坷坹坺坻坼坾垁垃垌垔垗垙垚垜垝垞垟垡垕垧垨垩垬垸垽埇埈埌埏埕埝埞埤埦埧埩埭埰埵埶埸埽埾埿堃堄堈堉埡"], -["8fb8a1","堌堍堛堞堟堠堦堧堭堲堹堿塉塌塍塏塐塕塟塡塤塧塨塸塼塿墀墁墇墈墉墊墌墍墏墐墔墖墝墠墡墢墦墩墱墲壄墼壂壈壍壎壐壒壔壖壚壝壡壢壩壳夅夆夋夌夒夓夔虁夝夡夣夤夨夯夰夳夵夶夿奃奆奒奓奙奛奝奞奟奡奣奫奭"], -["8fb9a1","奯奲奵奶她奻奼妋妌妎妒妕妗妟妤妧妭妮妯妰妳妷妺妼姁姃姄姈姊姍姒姝姞姟姣姤姧姮姯姱姲姴姷娀娄娌娍娎娒娓娞娣娤娧娨娪娭娰婄婅婇婈婌婐婕婞婣婥婧婭婷婺婻婾媋媐媓媖媙媜媞媟媠媢媧媬媱媲媳媵媸媺媻媿"], -["8fbaa1","嫄嫆嫈嫏嫚嫜嫠嫥嫪嫮嫵嫶嫽嬀嬁嬈嬗嬴嬙嬛嬝嬡嬥嬭嬸孁孋孌孒孖孞孨孮孯孼孽孾孿宁宄宆宊宎宐宑宓宔宖宨宩宬宭宯宱宲宷宺宼寀寁寍寏寖",4,"寠寯寱寴寽尌尗尞尟尣尦尩尫尬尮尰尲尵尶屙屚屜屢屣屧屨屩"], -["8fbba1","屭屰屴屵屺屻屼屽岇岈岊岏岒岝岟岠岢岣岦岪岲岴岵岺峉峋峒峝峗峮峱峲峴崁崆崍崒崫崣崤崦崧崱崴崹崽崿嵂嵃嵆嵈嵕嵑嵙嵊嵟嵠嵡嵢嵤嵪嵭嵰嵹嵺嵾嵿嶁嶃嶈嶊嶒嶓嶔嶕嶙嶛嶟嶠嶧嶫嶰嶴嶸嶹巃巇巋巐巎巘巙巠巤"], -["8fbca1","巩巸巹帀帇帍帒帔帕帘帟帠帮帨帲帵帾幋幐幉幑幖幘幛幜幞幨幪",4,"幰庀庋庎庢庤庥庨庪庬庱庳庽庾庿廆廌廋廎廑廒廔廕廜廞廥廫异弆弇弈弎弙弜弝弡弢弣弤弨弫弬弮弰弴弶弻弽弿彀彄彅彇彍彐彔彘彛彠彣彤彧"], -["8fbda1","彯彲彴彵彸彺彽彾徉徍徏徖徜徝徢徧徫徤徬徯徰徱徸忄忇忈忉忋忐",4,"忞忡忢忨忩忪忬忭忮忯忲忳忶忺忼怇怊怍怓怔怗怘怚怟怤怭怳怵恀恇恈恉恌恑恔恖恗恝恡恧恱恾恿悂悆悈悊悎悑悓悕悘悝悞悢悤悥您悰悱悷"], -["8fbea1","悻悾惂惄惈惉惊惋惎惏惔惕惙惛惝惞惢惥惲惵惸惼惽愂愇愊愌愐",4,"愖愗愙愜愞愢愪愫愰愱愵愶愷愹慁慅慆慉慞慠慬慲慸慻慼慿憀憁憃憄憋憍憒憓憗憘憜憝憟憠憥憨憪憭憸憹憼懀懁懂懎懏懕懜懝懞懟懡懢懧懩懥"], -["8fbfa1","懬懭懯戁戃戄戇戓戕戜戠戢戣戧戩戫戹戽扂扃扄扆扌扐扑扒扔扖扚扜扤扭扯扳扺扽抍抎抏抐抦抨抳抶抷抺抾抿拄拎拕拖拚拪拲拴拼拽挃挄挊挋挍挐挓挖挘挩挪挭挵挶挹挼捁捂捃捄捆捊捋捎捒捓捔捘捛捥捦捬捭捱捴捵"], -["8fc0a1","捸捼捽捿掂掄掇掊掐掔掕掙掚掞掤掦掭掮掯掽揁揅揈揎揑揓揔揕揜揠揥揪揬揲揳揵揸揹搉搊搐搒搔搘搞搠搢搤搥搩搪搯搰搵搽搿摋摏摑摒摓摔摚摛摜摝摟摠摡摣摭摳摴摻摽撅撇撏撐撑撘撙撛撝撟撡撣撦撨撬撳撽撾撿"], -["8fc1a1","擄擉擊擋擌擎擐擑擕擗擤擥擩擪擭擰擵擷擻擿攁攄攈攉攊攏攓攔攖攙攛攞攟攢攦攩攮攱攺攼攽敃敇敉敐敒敔敟敠敧敫敺敽斁斅斊斒斕斘斝斠斣斦斮斲斳斴斿旂旈旉旎旐旔旖旘旟旰旲旴旵旹旾旿昀昄昈昉昍昑昒昕昖昝"], -["8fc2a1","昞昡昢昣昤昦昩昪昫昬昮昰昱昳昹昷晀晅晆晊晌晑晎晗晘晙晛晜晠晡曻晪晫晬晾晳晵晿晷晸晹晻暀晼暋暌暍暐暒暙暚暛暜暟暠暤暭暱暲暵暻暿曀曂曃曈曌曎曏曔曛曟曨曫曬曮曺朅朇朎朓朙朜朠朢朳朾杅杇杈杌杔杕杝"], -["8fc3a1","杦杬杮杴杶杻极构枎枏枑枓枖枘枙枛枰枱枲枵枻枼枽柹柀柂柃柅柈柉柒柗柙柜柡柦柰柲柶柷桒栔栙栝栟栨栧栬栭栯栰栱栳栻栿桄桅桊桌桕桗桘桛桫桮",4,"桵桹桺桻桼梂梄梆梈梖梘梚梜梡梣梥梩梪梮梲梻棅棈棌棏"], -["8fc4a1","棐棑棓棖棙棜棝棥棨棪棫棬棭棰棱棵棶棻棼棽椆椉椊椐椑椓椖椗椱椳椵椸椻楂楅楉楎楗楛楣楤楥楦楨楩楬楰楱楲楺楻楿榀榍榒榖榘榡榥榦榨榫榭榯榷榸榺榼槅槈槑槖槗槢槥槮槯槱槳槵槾樀樁樃樏樑樕樚樝樠樤樨樰樲"], -["8fc5a1","樴樷樻樾樿橅橆橉橊橎橐橑橒橕橖橛橤橧橪橱橳橾檁檃檆檇檉檋檑檛檝檞檟檥檫檯檰檱檴檽檾檿櫆櫉櫈櫌櫐櫔櫕櫖櫜櫝櫤櫧櫬櫰櫱櫲櫼櫽欂欃欆欇欉欏欐欑欗欛欞欤欨欫欬欯欵欶欻欿歆歊歍歒歖歘歝歠歧歫歮歰歵歽"], -["8fc6a1","歾殂殅殗殛殟殠殢殣殨殩殬殭殮殰殸殹殽殾毃毄毉毌毖毚毡毣毦毧毮毱毷毹毿氂氄氅氉氍氎氐氒氙氟氦氧氨氬氮氳氵氶氺氻氿汊汋汍汏汒汔汙汛汜汫汭汯汴汶汸汹汻沅沆沇沉沔沕沗沘沜沟沰沲沴泂泆泍泏泐泑泒泔泖"], -["8fc7a1","泚泜泠泧泩泫泬泮泲泴洄洇洊洎洏洑洓洚洦洧洨汧洮洯洱洹洼洿浗浞浟浡浥浧浯浰浼涂涇涑涒涔涖涗涘涪涬涴涷涹涽涿淄淈淊淎淏淖淛淝淟淠淢淥淩淯淰淴淶淼渀渄渞渢渧渲渶渹渻渼湄湅湈湉湋湏湑湒湓湔湗湜湝湞"], -["8fc8a1","湢湣湨湳湻湽溍溓溙溠溧溭溮溱溳溻溿滀滁滃滇滈滊滍滎滏滫滭滮滹滻滽漄漈漊漌漍漖漘漚漛漦漩漪漯漰漳漶漻漼漭潏潑潒潓潗潙潚潝潞潡潢潨潬潽潾澃澇澈澋澌澍澐澒澓澔澖澚澟澠澥澦澧澨澮澯澰澵澶澼濅濇濈濊"], -["8fc9a1","濚濞濨濩濰濵濹濼濽瀀瀅瀆瀇瀍瀗瀠瀣瀯瀴瀷瀹瀼灃灄灈灉灊灋灔灕灝灞灎灤灥灬灮灵灶灾炁炅炆炔",4,"炛炤炫炰炱炴炷烊烑烓烔烕烖烘烜烤烺焃",4,"焋焌焏焞焠焫焭焯焰焱焸煁煅煆煇煊煋煐煒煗煚煜煞煠"], -["8fcaa1","煨煹熀熅熇熌熒熚熛熠熢熯熰熲熳熺熿燀燁燄燋燌燓燖燙燚燜燸燾爀爇爈爉爓爗爚爝爟爤爫爯爴爸爹牁牂牃牅牎牏牐牓牕牖牚牜牞牠牣牨牫牮牯牱牷牸牻牼牿犄犉犍犎犓犛犨犭犮犱犴犾狁狇狉狌狕狖狘狟狥狳狴狺狻"], -["8fcba1","狾猂猄猅猇猋猍猒猓猘猙猞猢猤猧猨猬猱猲猵猺猻猽獃獍獐獒獖獘獝獞獟獠獦獧獩獫獬獮獯獱獷獹獼玀玁玃玅玆玎玐玓玕玗玘玜玞玟玠玢玥玦玪玫玭玵玷玹玼玽玿珅珆珉珋珌珏珒珓珖珙珝珡珣珦珧珩珴珵珷珹珺珻珽"], -["8fcca1","珿琀琁琄琇琊琑琚琛琤琦琨",9,"琹瑀瑃瑄瑆瑇瑋瑍瑑瑒瑗瑝瑢瑦瑧瑨瑫瑭瑮瑱瑲璀璁璅璆璇璉璏璐璑璒璘璙璚璜璟璠璡璣璦璨璩璪璫璮璯璱璲璵璹璻璿瓈瓉瓌瓐瓓瓘瓚瓛瓞瓟瓤瓨瓪瓫瓯瓴瓺瓻瓼瓿甆"], -["8fcda1","甒甖甗甠甡甤甧甩甪甯甶甹甽甾甿畀畃畇畈畎畐畒畗畞畟畡畯畱畹",5,"疁疅疐疒疓疕疙疜疢疤疴疺疿痀痁痄痆痌痎痏痗痜痟痠痡痤痧痬痮痯痱痹瘀瘂瘃瘄瘇瘈瘊瘌瘏瘒瘓瘕瘖瘙瘛瘜瘝瘞瘣瘥瘦瘩瘭瘲瘳瘵瘸瘹"], -["8fcea1","瘺瘼癊癀癁癃癄癅癉癋癕癙癟癤癥癭癮癯癱癴皁皅皌皍皕皛皜皝皟皠皢",6,"皪皭皽盁盅盉盋盌盎盔盙盠盦盨盬盰盱盶盹盼眀眆眊眎眒眔眕眗眙眚眜眢眨眭眮眯眴眵眶眹眽眾睂睅睆睊睍睎睏睒睖睗睜睞睟睠睢"], -["8fcfa1","睤睧睪睬睰睲睳睴睺睽瞀瞄瞌瞍瞔瞕瞖瞚瞟瞢瞧瞪瞮瞯瞱瞵瞾矃矉矑矒矕矙矞矟矠矤矦矪矬矰矱矴矸矻砅砆砉砍砎砑砝砡砢砣砭砮砰砵砷硃硄硇硈硌硎硒硜硞硠硡硣硤硨硪确硺硾碊碏碔碘碡碝碞碟碤碨碬碭碰碱碲碳"], -["8fd0a1","碻碽碿磇磈磉磌磎磒磓磕磖磤磛磟磠磡磦磪磲磳礀磶磷磺磻磿礆礌礐礚礜礞礟礠礥礧礩礭礱礴礵礻礽礿祄祅祆祊祋祏祑祔祘祛祜祧祩祫祲祹祻祼祾禋禌禑禓禔禕禖禘禛禜禡禨禩禫禯禱禴禸离秂秄秇秈秊秏秔秖秚秝秞"], -["8fd1a1","秠秢秥秪秫秭秱秸秼稂稃稇稉稊稌稑稕稛稞稡稧稫稭稯稰稴稵稸稹稺穄穅穇穈穌穕穖穙穜穝穟穠穥穧穪穭穵穸穾窀窂窅窆窊窋窐窑窔窞窠窣窬窳窵窹窻窼竆竉竌竎竑竛竨竩竫竬竱竴竻竽竾笇笔笟笣笧笩笪笫笭笮笯笰"], -["8fd2a1","笱笴笽笿筀筁筇筎筕筠筤筦筩筪筭筯筲筳筷箄箉箎箐箑箖箛箞箠箥箬箯箰箲箵箶箺箻箼箽篂篅篈篊篔篖篗篙篚篛篨篪篲篴篵篸篹篺篼篾簁簂簃簄簆簉簋簌簎簏簙簛簠簥簦簨簬簱簳簴簶簹簺籆籊籕籑籒籓籙",5], -["8fd3a1","籡籣籧籩籭籮籰籲籹籼籽粆粇粏粔粞粠粦粰粶粷粺粻粼粿糄糇糈糉糍糏糓糔糕糗糙糚糝糦糩糫糵紃紇紈紉紏紑紒紓紖紝紞紣紦紪紭紱紼紽紾絀絁絇絈絍絑絓絗絙絚絜絝絥絧絪絰絸絺絻絿綁綂綃綅綆綈綋綌綍綑綖綗綝"], -["8fd4a1","綞綦綧綪綳綶綷綹緂",4,"緌緍緎緗緙縀緢緥緦緪緫緭緱緵緶緹緺縈縐縑縕縗縜縝縠縧縨縬縭縯縳縶縿繄繅繇繎繐繒繘繟繡繢繥繫繮繯繳繸繾纁纆纇纊纍纑纕纘纚纝纞缼缻缽缾缿罃罄罇罏罒罓罛罜罝罡罣罤罥罦罭"], -["8fd5a1","罱罽罾罿羀羋羍羏羐羑羖羗羜羡羢羦羪羭羴羼羿翀翃翈翎翏翛翟翣翥翨翬翮翯翲翺翽翾翿耇耈耊耍耎耏耑耓耔耖耝耞耟耠耤耦耬耮耰耴耵耷耹耺耼耾聀聄聠聤聦聭聱聵肁肈肎肜肞肦肧肫肸肹胈胍胏胒胔胕胗胘胠胭胮"], -["8fd6a1","胰胲胳胶胹胺胾脃脋脖脗脘脜脞脠脤脧脬脰脵脺脼腅腇腊腌腒腗腠腡腧腨腩腭腯腷膁膐膄膅膆膋膎膖膘膛膞膢膮膲膴膻臋臃臅臊臎臏臕臗臛臝臞臡臤臫臬臰臱臲臵臶臸臹臽臿舀舃舏舓舔舙舚舝舡舢舨舲舴舺艃艄艅艆"], -["8fd7a1","艋艎艏艑艖艜艠艣艧艭艴艻艽艿芀芁芃芄芇芉芊芎芑芔芖芘芚芛芠芡芣芤芧芨芩芪芮芰芲芴芷芺芼芾芿苆苐苕苚苠苢苤苨苪苭苯苶苷苽苾茀茁茇茈茊茋荔茛茝茞茟茡茢茬茭茮茰茳茷茺茼茽荂荃荄荇荍荎荑荕荖荗荰荸"], -["8fd8a1","荽荿莀莂莄莆莍莒莔莕莘莙莛莜莝莦莧莩莬莾莿菀菇菉菏菐菑菔菝荓菨菪菶菸菹菼萁萆萊萏萑萕萙莭萯萹葅葇葈葊葍葏葑葒葖葘葙葚葜葠葤葥葧葪葰葳葴葶葸葼葽蒁蒅蒒蒓蒕蒞蒦蒨蒩蒪蒯蒱蒴蒺蒽蒾蓀蓂蓇蓈蓌蓏蓓"], -["8fd9a1","蓜蓧蓪蓯蓰蓱蓲蓷蔲蓺蓻蓽蔂蔃蔇蔌蔎蔐蔜蔞蔢蔣蔤蔥蔧蔪蔫蔯蔳蔴蔶蔿蕆蕏",4,"蕖蕙蕜",6,"蕤蕫蕯蕹蕺蕻蕽蕿薁薅薆薉薋薌薏薓薘薝薟薠薢薥薧薴薶薷薸薼薽薾薿藂藇藊藋藎薭藘藚藟藠藦藨藭藳藶藼"], -["8fdaa1","藿蘀蘄蘅蘍蘎蘐蘑蘒蘘蘙蘛蘞蘡蘧蘩蘶蘸蘺蘼蘽虀虂虆虒虓虖虗虘虙虝虠",4,"虩虬虯虵虶虷虺蚍蚑蚖蚘蚚蚜蚡蚦蚧蚨蚭蚱蚳蚴蚵蚷蚸蚹蚿蛀蛁蛃蛅蛑蛒蛕蛗蛚蛜蛠蛣蛥蛧蚈蛺蛼蛽蜄蜅蜇蜋蜎蜏蜐蜓蜔蜙蜞蜟蜡蜣"], -["8fdba1","蜨蜮蜯蜱蜲蜹蜺蜼蜽蜾蝀蝃蝅蝍蝘蝝蝡蝤蝥蝯蝱蝲蝻螃",6,"螋螌螐螓螕螗螘螙螞螠螣螧螬螭螮螱螵螾螿蟁蟈蟉蟊蟎蟕蟖蟙蟚蟜蟟蟢蟣蟤蟪蟫蟭蟱蟳蟸蟺蟿蠁蠃蠆蠉蠊蠋蠐蠙蠒蠓蠔蠘蠚蠛蠜蠞蠟蠨蠭蠮蠰蠲蠵"], -["8fdca1","蠺蠼衁衃衅衈衉衊衋衎衑衕衖衘衚衜衟衠衤衩衱衹衻袀袘袚袛袜袟袠袨袪袺袽袾裀裊",4,"裑裒裓裛裞裧裯裰裱裵裷褁褆褍褎褏褕褖褘褙褚褜褠褦褧褨褰褱褲褵褹褺褾襀襂襅襆襉襏襒襗襚襛襜襡襢襣襫襮襰襳襵襺"], -["8fdda1","襻襼襽覉覍覐覔覕覛覜覟覠覥覰覴覵覶覷覼觔",4,"觥觩觫觭觱觳觶觹觽觿訄訅訇訏訑訒訔訕訞訠訢訤訦訫訬訯訵訷訽訾詀詃詅詇詉詍詎詓詖詗詘詜詝詡詥詧詵詶詷詹詺詻詾詿誀誃誆誋誏誐誒誖誗誙誟誧誩誮誯誳"], -["8fdea1","誶誷誻誾諃諆諈諉諊諑諓諔諕諗諝諟諬諰諴諵諶諼諿謅謆謋謑謜謞謟謊謭謰謷謼譂",4,"譈譒譓譔譙譍譞譣譭譶譸譹譼譾讁讄讅讋讍讏讔讕讜讞讟谸谹谽谾豅豇豉豋豏豑豓豔豗豘豛豝豙豣豤豦豨豩豭豳豵豶豻豾貆"], -["8fdfa1","貇貋貐貒貓貙貛貜貤貹貺賅賆賉賋賏賖賕賙賝賡賨賬賯賰賲賵賷賸賾賿贁贃贉贒贗贛赥赩赬赮赿趂趄趈趍趐趑趕趞趟趠趦趫趬趯趲趵趷趹趻跀跅跆跇跈跊跎跑跔跕跗跙跤跥跧跬跰趼跱跲跴跽踁踄踅踆踋踑踔踖踠踡踢"], -["8fe0a1","踣踦踧踱踳踶踷踸踹踽蹀蹁蹋蹍蹎蹏蹔蹛蹜蹝蹞蹡蹢蹩蹬蹭蹯蹰蹱蹹蹺蹻躂躃躉躐躒躕躚躛躝躞躢躧躩躭躮躳躵躺躻軀軁軃軄軇軏軑軔軜軨軮軰軱軷軹軺軭輀輂輇輈輏輐輖輗輘輞輠輡輣輥輧輨輬輭輮輴輵輶輷輺轀轁"], -["8fe1a1","轃轇轏轑",4,"轘轝轞轥辝辠辡辤辥辦辵辶辸达迀迁迆迊迋迍运迒迓迕迠迣迤迨迮迱迵迶迻迾适逄逈逌逘逛逨逩逯逪逬逭逳逴逷逿遃遄遌遛遝遢遦遧遬遰遴遹邅邈邋邌邎邐邕邗邘邙邛邠邡邢邥邰邲邳邴邶邽郌邾郃"], -["8fe2a1","郄郅郇郈郕郗郘郙郜郝郟郥郒郶郫郯郰郴郾郿鄀鄄鄅鄆鄈鄍鄐鄔鄖鄗鄘鄚鄜鄞鄠鄥鄢鄣鄧鄩鄮鄯鄱鄴鄶鄷鄹鄺鄼鄽酃酇酈酏酓酗酙酚酛酡酤酧酭酴酹酺酻醁醃醅醆醊醎醑醓醔醕醘醞醡醦醨醬醭醮醰醱醲醳醶醻醼醽醿"], -["8fe3a1","釂釃釅釓釔釗釙釚釞釤釥釩釪釬",5,"釷釹釻釽鈀鈁鈄鈅鈆鈇鈉鈊鈌鈐鈒鈓鈖鈘鈜鈝鈣鈤鈥鈦鈨鈮鈯鈰鈳鈵鈶鈸鈹鈺鈼鈾鉀鉂鉃鉆鉇鉊鉍鉎鉏鉑鉘鉙鉜鉝鉠鉡鉥鉧鉨鉩鉮鉯鉰鉵",4,"鉻鉼鉽鉿銈銉銊銍銎銒銗"], -["8fe4a1","銙銟銠銤銥銧銨銫銯銲銶銸銺銻銼銽銿",4,"鋅鋆鋇鋈鋋鋌鋍鋎鋐鋓鋕鋗鋘鋙鋜鋝鋟鋠鋡鋣鋥鋧鋨鋬鋮鋰鋹鋻鋿錀錂錈錍錑錔錕錜錝錞錟錡錤錥錧錩錪錳錴錶錷鍇鍈鍉鍐鍑鍒鍕鍗鍘鍚鍞鍤鍥鍧鍩鍪鍭鍯鍰鍱鍳鍴鍶"], -["8fe5a1","鍺鍽鍿鎀鎁鎂鎈鎊鎋鎍鎏鎒鎕鎘鎛鎞鎡鎣鎤鎦鎨鎫鎴鎵鎶鎺鎩鏁鏄鏅鏆鏇鏉",4,"鏓鏙鏜鏞鏟鏢鏦鏧鏹鏷鏸鏺鏻鏽鐁鐂鐄鐈鐉鐍鐎鐏鐕鐖鐗鐟鐮鐯鐱鐲鐳鐴鐻鐿鐽鑃鑅鑈鑊鑌鑕鑙鑜鑟鑡鑣鑨鑫鑭鑮鑯鑱鑲钄钃镸镹"], -["8fe6a1","镾閄閈閌閍閎閝閞閟閡閦閩閫閬閴閶閺閽閿闆闈闉闋闐闑闒闓闙闚闝闞闟闠闤闦阝阞阢阤阥阦阬阱阳阷阸阹阺阼阽陁陒陔陖陗陘陡陮陴陻陼陾陿隁隂隃隄隉隑隖隚隝隟隤隥隦隩隮隯隳隺雊雒嶲雘雚雝雞雟雩雯雱雺霂"], -["8fe7a1","霃霅霉霚霛霝霡霢霣霨霱霳靁靃靊靎靏靕靗靘靚靛靣靧靪靮靳靶靷靸靻靽靿鞀鞉鞕鞖鞗鞙鞚鞞鞟鞢鞬鞮鞱鞲鞵鞶鞸鞹鞺鞼鞾鞿韁韄韅韇韉韊韌韍韎韐韑韔韗韘韙韝韞韠韛韡韤韯韱韴韷韸韺頇頊頙頍頎頔頖頜頞頠頣頦"], -["8fe8a1","頫頮頯頰頲頳頵頥頾顄顇顊顑顒顓顖顗顙顚顢顣顥顦顪顬颫颭颮颰颴颷颸颺颻颿飂飅飈飌飡飣飥飦飧飪飳飶餂餇餈餑餕餖餗餚餛餜餟餢餦餧餫餱",4,"餹餺餻餼饀饁饆饇饈饍饎饔饘饙饛饜饞饟饠馛馝馟馦馰馱馲馵"], -["8fe9a1","馹馺馽馿駃駉駓駔駙駚駜駞駧駪駫駬駰駴駵駹駽駾騂騃騄騋騌騐騑騖騞騠騢騣騤騧騭騮騳騵騶騸驇驁驄驊驋驌驎驑驔驖驝骪骬骮骯骲骴骵骶骹骻骾骿髁髃髆髈髎髐髒髕髖髗髛髜髠髤髥髧髩髬髲髳髵髹髺髽髿",4], -["8feaa1","鬄鬅鬈鬉鬋鬌鬍鬎鬐鬒鬖鬙鬛鬜鬠鬦鬫鬭鬳鬴鬵鬷鬹鬺鬽魈魋魌魕魖魗魛魞魡魣魥魦魨魪",4,"魳魵魷魸魹魿鮀鮄鮅鮆鮇鮉鮊鮋鮍鮏鮐鮔鮚鮝鮞鮦鮧鮩鮬鮰鮱鮲鮷鮸鮻鮼鮾鮿鯁鯇鯈鯎鯐鯗鯘鯝鯟鯥鯧鯪鯫鯯鯳鯷鯸"], -["8feba1","鯹鯺鯽鯿鰀鰂鰋鰏鰑鰖鰘鰙鰚鰜鰞鰢鰣鰦",4,"鰱鰵鰶鰷鰽鱁鱃鱄鱅鱉鱊鱎鱏鱐鱓鱔鱖鱘鱛鱝鱞鱟鱣鱩鱪鱜鱫鱨鱮鱰鱲鱵鱷鱻鳦鳲鳷鳹鴋鴂鴑鴗鴘鴜鴝鴞鴯鴰鴲鴳鴴鴺鴼鵅鴽鵂鵃鵇鵊鵓鵔鵟鵣鵢鵥鵩鵪鵫鵰鵶鵷鵻"], -["8feca1","鵼鵾鶃鶄鶆鶊鶍鶎鶒鶓鶕鶖鶗鶘鶡鶪鶬鶮鶱鶵鶹鶼鶿鷃鷇鷉鷊鷔鷕鷖鷗鷚鷞鷟鷠鷥鷧鷩鷫鷮鷰鷳鷴鷾鸊鸂鸇鸎鸐鸑鸒鸕鸖鸙鸜鸝鹺鹻鹼麀麂麃麄麅麇麎麏麖麘麛麞麤麨麬麮麯麰麳麴麵黆黈黋黕黟黤黧黬黭黮黰黱黲黵"], -["8feda1","黸黿鼂鼃鼉鼏鼐鼑鼒鼔鼖鼗鼙鼚鼛鼟鼢鼦鼪鼫鼯鼱鼲鼴鼷鼹鼺鼼鼽鼿齁齃",4,"齓齕齖齗齘齚齝齞齨齩齭",4,"齳齵齺齽龏龐龑龒龔龖龗龞龡龢龣龥"] -] diff --git a/software/flow/node_modules/npm/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json b/software/flow/node_modules/npm/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json deleted file mode 100644 index 85c6934..0000000 --- a/software/flow/node_modules/npm/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json +++ /dev/null @@ -1 +0,0 @@ -{"uChars":[128,165,169,178,184,216,226,235,238,244,248,251,253,258,276,284,300,325,329,334,364,463,465,467,469,471,473,475,477,506,594,610,712,716,730,930,938,962,970,1026,1104,1106,8209,8215,8218,8222,8231,8241,8244,8246,8252,8365,8452,8454,8458,8471,8482,8556,8570,8596,8602,8713,8720,8722,8726,8731,8737,8740,8742,8748,8751,8760,8766,8777,8781,8787,8802,8808,8816,8854,8858,8870,8896,8979,9322,9372,9548,9588,9616,9622,9634,9652,9662,9672,9676,9680,9702,9735,9738,9793,9795,11906,11909,11913,11917,11928,11944,11947,11951,11956,11960,11964,11979,12284,12292,12312,12319,12330,12351,12436,12447,12535,12543,12586,12842,12850,12964,13200,13215,13218,13253,13263,13267,13270,13384,13428,13727,13839,13851,14617,14703,14801,14816,14964,15183,15471,15585,16471,16736,17208,17325,17330,17374,17623,17997,18018,18212,18218,18301,18318,18760,18811,18814,18820,18823,18844,18848,18872,19576,19620,19738,19887,40870,59244,59336,59367,59413,59417,59423,59431,59437,59443,59452,59460,59478,59493,63789,63866,63894,63976,63986,64016,64018,64021,64025,64034,64037,64042,65074,65093,65107,65112,65127,65132,65375,65510,65536],"gbChars":[0,36,38,45,50,81,89,95,96,100,103,104,105,109,126,133,148,172,175,179,208,306,307,308,309,310,311,312,313,341,428,443,544,545,558,741,742,749,750,805,819,820,7922,7924,7925,7927,7934,7943,7944,7945,7950,8062,8148,8149,8152,8164,8174,8236,8240,8262,8264,8374,8380,8381,8384,8388,8390,8392,8393,8394,8396,8401,8406,8416,8419,8424,8437,8439,8445,8482,8485,8496,8521,8603,8936,8946,9046,9050,9063,9066,9076,9092,9100,9108,9111,9113,9131,9162,9164,9218,9219,11329,11331,11334,11336,11346,11361,11363,11366,11370,11372,11375,11389,11682,11686,11687,11692,11694,11714,11716,11723,11725,11730,11736,11982,11989,12102,12336,12348,12350,12384,12393,12395,12397,12510,12553,12851,12962,12973,13738,13823,13919,13933,14080,14298,14585,14698,15583,15847,16318,16434,16438,16481,16729,17102,17122,17315,17320,17402,17418,17859,17909,17911,17915,17916,17936,17939,17961,18664,18703,18814,18962,19043,33469,33470,33471,33484,33485,33490,33497,33501,33505,33513,33520,33536,33550,37845,37921,37948,38029,38038,38064,38065,38066,38069,38075,38076,38078,39108,39109,39113,39114,39115,39116,39265,39394,189000]} \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/iconv-lite/encodings/tables/gbk-added.json b/software/flow/node_modules/npm/node_modules/iconv-lite/encodings/tables/gbk-added.json deleted file mode 100644 index b742e36..0000000 --- a/software/flow/node_modules/npm/node_modules/iconv-lite/encodings/tables/gbk-added.json +++ /dev/null @@ -1,56 +0,0 @@ -[ -["a140","",62], -["a180","",32], -["a240","",62], -["a280","",32], -["a2ab","",5], -["a2e3","€"], -["a2ef",""], -["a2fd",""], -["a340","",62], -["a380","",31," "], -["a440","",62], -["a480","",32], -["a4f4","",10], -["a540","",62], -["a580","",32], -["a5f7","",7], -["a640","",62], -["a680","",32], -["a6b9","",7], -["a6d9","",6], -["a6ec",""], -["a6f3",""], -["a6f6","",8], -["a740","",62], -["a780","",32], -["a7c2","",14], -["a7f2","",12], -["a896","",10], -["a8bc","ḿ"], -["a8bf","ǹ"], -["a8c1",""], -["a8ea","",20], -["a958",""], -["a95b",""], -["a95d",""], -["a989","〾⿰",11], -["a997","",12], -["a9f0","",14], -["aaa1","",93], -["aba1","",93], -["aca1","",93], -["ada1","",93], -["aea1","",93], -["afa1","",93], -["d7fa","",4], -["f8a1","",93], -["f9a1","",93], -["faa1","",93], -["fba1","",93], -["fca1","",93], -["fda1","",93], -["fe50","⺁⺄㑳㑇⺈⺋㖞㘚㘎⺌⺗㥮㤘㧏㧟㩳㧐㭎㱮㳠⺧⺪䁖䅟⺮䌷⺳⺶⺷䎱䎬⺻䏝䓖䙡䙌"], -["fe80","䜣䜩䝼䞍⻊䥇䥺䥽䦂䦃䦅䦆䦟䦛䦷䦶䲣䲟䲠䲡䱷䲢䴓",6,"䶮",93], -["8135f437",""] -] diff --git a/software/flow/node_modules/npm/node_modules/iconv-lite/encodings/tables/shiftjis.json b/software/flow/node_modules/npm/node_modules/iconv-lite/encodings/tables/shiftjis.json deleted file mode 100644 index 5a3a43c..0000000 --- a/software/flow/node_modules/npm/node_modules/iconv-lite/encodings/tables/shiftjis.json +++ /dev/null @@ -1,125 +0,0 @@ -[ -["0","\u0000",128], -["a1","。",62], -["8140"," 、。,.・:;?!゛゜´`¨^ ̄_ヽヾゝゞ〃仝々〆〇ー―‐/\~∥|…‥‘’“”()〔〕[]{}〈",9,"+-±×"], -["8180","÷=≠<>≦≧∞∴♂♀°′″℃¥$¢£%#&*@§☆★○●◎◇◆□■△▲▽▼※〒→←↑↓〓"], -["81b8","∈∋⊆⊇⊂⊃∪∩"], -["81c8","∧∨¬⇒⇔∀∃"], -["81da","∠⊥⌒∂∇≡≒≪≫√∽∝∵∫∬"], -["81f0","ʼn♯♭♪†‡¶"], -["81fc","◯"], -["824f","0",9], -["8260","A",25], -["8281","a",25], -["829f","ぁ",82], -["8340","ァ",62], -["8380","ム",22], -["839f","Α",16,"Σ",6], -["83bf","α",16,"σ",6], -["8440","А",5,"ЁЖ",25], -["8470","а",5,"ёж",7], -["8480","о",17], -["849f","─│┌┐┘└├┬┤┴┼━┃┏┓┛┗┣┳┫┻╋┠┯┨┷┿┝┰┥┸╂"], -["8740","①",19,"Ⅰ",9], -["875f","㍉㌔㌢㍍㌘㌧㌃㌶㍑㍗㌍㌦㌣㌫㍊㌻㎜㎝㎞㎎㎏㏄㎡"], -["877e","㍻"], -["8780","〝〟№㏍℡㊤",4,"㈱㈲㈹㍾㍽㍼≒≡∫∮∑√⊥∠∟⊿∵∩∪"], -["889f","亜唖娃阿哀愛挨姶逢葵茜穐悪握渥旭葦芦鯵梓圧斡扱宛姐虻飴絢綾鮎或粟袷安庵按暗案闇鞍杏以伊位依偉囲夷委威尉惟意慰易椅為畏異移維緯胃萎衣謂違遺医井亥域育郁磯一壱溢逸稲茨芋鰯允印咽員因姻引飲淫胤蔭"], -["8940","院陰隠韻吋右宇烏羽迂雨卯鵜窺丑碓臼渦嘘唄欝蔚鰻姥厩浦瓜閏噂云運雲荏餌叡営嬰影映曳栄永泳洩瑛盈穎頴英衛詠鋭液疫益駅悦謁越閲榎厭円"], -["8980","園堰奄宴延怨掩援沿演炎焔煙燕猿縁艶苑薗遠鉛鴛塩於汚甥凹央奥往応押旺横欧殴王翁襖鴬鴎黄岡沖荻億屋憶臆桶牡乙俺卸恩温穏音下化仮何伽価佳加可嘉夏嫁家寡科暇果架歌河火珂禍禾稼箇花苛茄荷華菓蝦課嘩貨迦過霞蚊俄峨我牙画臥芽蛾賀雅餓駕介会解回塊壊廻快怪悔恢懐戒拐改"], -["8a40","魁晦械海灰界皆絵芥蟹開階貝凱劾外咳害崖慨概涯碍蓋街該鎧骸浬馨蛙垣柿蛎鈎劃嚇各廓拡撹格核殻獲確穫覚角赫較郭閣隔革学岳楽額顎掛笠樫"], -["8a80","橿梶鰍潟割喝恰括活渇滑葛褐轄且鰹叶椛樺鞄株兜竃蒲釜鎌噛鴨栢茅萱粥刈苅瓦乾侃冠寒刊勘勧巻喚堪姦完官寛干幹患感慣憾換敢柑桓棺款歓汗漢澗潅環甘監看竿管簡緩缶翰肝艦莞観諌貫還鑑間閑関陥韓館舘丸含岸巌玩癌眼岩翫贋雁頑顔願企伎危喜器基奇嬉寄岐希幾忌揮机旗既期棋棄"], -["8b40","機帰毅気汽畿祈季稀紀徽規記貴起軌輝飢騎鬼亀偽儀妓宜戯技擬欺犠疑祇義蟻誼議掬菊鞠吉吃喫桔橘詰砧杵黍却客脚虐逆丘久仇休及吸宮弓急救"], -["8b80","朽求汲泣灸球究窮笈級糾給旧牛去居巨拒拠挙渠虚許距鋸漁禦魚亨享京供侠僑兇競共凶協匡卿叫喬境峡強彊怯恐恭挟教橋況狂狭矯胸脅興蕎郷鏡響饗驚仰凝尭暁業局曲極玉桐粁僅勤均巾錦斤欣欽琴禁禽筋緊芹菌衿襟謹近金吟銀九倶句区狗玖矩苦躯駆駈駒具愚虞喰空偶寓遇隅串櫛釧屑屈"], -["8c40","掘窟沓靴轡窪熊隈粂栗繰桑鍬勲君薫訓群軍郡卦袈祁係傾刑兄啓圭珪型契形径恵慶慧憩掲携敬景桂渓畦稽系経継繋罫茎荊蛍計詣警軽頚鶏芸迎鯨"], -["8c80","劇戟撃激隙桁傑欠決潔穴結血訣月件倹倦健兼券剣喧圏堅嫌建憲懸拳捲検権牽犬献研硯絹県肩見謙賢軒遣鍵険顕験鹸元原厳幻弦減源玄現絃舷言諺限乎個古呼固姑孤己庫弧戸故枯湖狐糊袴股胡菰虎誇跨鈷雇顧鼓五互伍午呉吾娯後御悟梧檎瑚碁語誤護醐乞鯉交佼侯候倖光公功効勾厚口向"], -["8d40","后喉坑垢好孔孝宏工巧巷幸広庚康弘恒慌抗拘控攻昂晃更杭校梗構江洪浩港溝甲皇硬稿糠紅紘絞綱耕考肯肱腔膏航荒行衡講貢購郊酵鉱砿鋼閤降"], -["8d80","項香高鴻剛劫号合壕拷濠豪轟麹克刻告国穀酷鵠黒獄漉腰甑忽惚骨狛込此頃今困坤墾婚恨懇昏昆根梱混痕紺艮魂些佐叉唆嵯左差査沙瑳砂詐鎖裟坐座挫債催再最哉塞妻宰彩才採栽歳済災采犀砕砦祭斎細菜裁載際剤在材罪財冴坂阪堺榊肴咲崎埼碕鷺作削咋搾昨朔柵窄策索錯桜鮭笹匙冊刷"], -["8e40","察拶撮擦札殺薩雑皐鯖捌錆鮫皿晒三傘参山惨撒散桟燦珊産算纂蚕讃賛酸餐斬暫残仕仔伺使刺司史嗣四士始姉姿子屍市師志思指支孜斯施旨枝止"], -["8e80","死氏獅祉私糸紙紫肢脂至視詞詩試誌諮資賜雌飼歯事似侍児字寺慈持時次滋治爾璽痔磁示而耳自蒔辞汐鹿式識鴫竺軸宍雫七叱執失嫉室悉湿漆疾質実蔀篠偲柴芝屡蕊縞舎写射捨赦斜煮社紗者謝車遮蛇邪借勺尺杓灼爵酌釈錫若寂弱惹主取守手朱殊狩珠種腫趣酒首儒受呪寿授樹綬需囚収周"], -["8f40","宗就州修愁拾洲秀秋終繍習臭舟蒐衆襲讐蹴輯週酋酬集醜什住充十従戎柔汁渋獣縦重銃叔夙宿淑祝縮粛塾熟出術述俊峻春瞬竣舜駿准循旬楯殉淳"], -["8f80","準潤盾純巡遵醇順処初所暑曙渚庶緒署書薯藷諸助叙女序徐恕鋤除傷償勝匠升召哨商唱嘗奨妾娼宵将小少尚庄床廠彰承抄招掌捷昇昌昭晶松梢樟樵沼消渉湘焼焦照症省硝礁祥称章笑粧紹肖菖蒋蕉衝裳訟証詔詳象賞醤鉦鍾鐘障鞘上丈丞乗冗剰城場壌嬢常情擾条杖浄状畳穣蒸譲醸錠嘱埴飾"], -["9040","拭植殖燭織職色触食蝕辱尻伸信侵唇娠寝審心慎振新晋森榛浸深申疹真神秦紳臣芯薪親診身辛進針震人仁刃塵壬尋甚尽腎訊迅陣靭笥諏須酢図厨"], -["9080","逗吹垂帥推水炊睡粋翠衰遂酔錐錘随瑞髄崇嵩数枢趨雛据杉椙菅頗雀裾澄摺寸世瀬畝是凄制勢姓征性成政整星晴棲栖正清牲生盛精聖声製西誠誓請逝醒青静斉税脆隻席惜戚斥昔析石積籍績脊責赤跡蹟碩切拙接摂折設窃節説雪絶舌蝉仙先千占宣専尖川戦扇撰栓栴泉浅洗染潜煎煽旋穿箭線"], -["9140","繊羨腺舛船薦詮賎践選遷銭銑閃鮮前善漸然全禅繕膳糎噌塑岨措曾曽楚狙疏疎礎祖租粗素組蘇訴阻遡鼠僧創双叢倉喪壮奏爽宋層匝惣想捜掃挿掻"], -["9180","操早曹巣槍槽漕燥争痩相窓糟総綜聡草荘葬蒼藻装走送遭鎗霜騒像増憎臓蔵贈造促側則即息捉束測足速俗属賊族続卒袖其揃存孫尊損村遜他多太汰詑唾堕妥惰打柁舵楕陀駄騨体堆対耐岱帯待怠態戴替泰滞胎腿苔袋貸退逮隊黛鯛代台大第醍題鷹滝瀧卓啄宅托択拓沢濯琢託鐸濁諾茸凧蛸只"], -["9240","叩但達辰奪脱巽竪辿棚谷狸鱈樽誰丹単嘆坦担探旦歎淡湛炭短端箪綻耽胆蛋誕鍛団壇弾断暖檀段男談値知地弛恥智池痴稚置致蜘遅馳築畜竹筑蓄"], -["9280","逐秩窒茶嫡着中仲宙忠抽昼柱注虫衷註酎鋳駐樗瀦猪苧著貯丁兆凋喋寵帖帳庁弔張彫徴懲挑暢朝潮牒町眺聴脹腸蝶調諜超跳銚長頂鳥勅捗直朕沈珍賃鎮陳津墜椎槌追鎚痛通塚栂掴槻佃漬柘辻蔦綴鍔椿潰坪壷嬬紬爪吊釣鶴亭低停偵剃貞呈堤定帝底庭廷弟悌抵挺提梯汀碇禎程締艇訂諦蹄逓"], -["9340","邸鄭釘鼎泥摘擢敵滴的笛適鏑溺哲徹撤轍迭鉄典填天展店添纏甜貼転顛点伝殿澱田電兎吐堵塗妬屠徒斗杜渡登菟賭途都鍍砥砺努度土奴怒倒党冬"], -["9380","凍刀唐塔塘套宕島嶋悼投搭東桃梼棟盗淘湯涛灯燈当痘祷等答筒糖統到董蕩藤討謄豆踏逃透鐙陶頭騰闘働動同堂導憧撞洞瞳童胴萄道銅峠鴇匿得徳涜特督禿篤毒独読栃橡凸突椴届鳶苫寅酉瀞噸屯惇敦沌豚遁頓呑曇鈍奈那内乍凪薙謎灘捺鍋楢馴縄畷南楠軟難汝二尼弐迩匂賑肉虹廿日乳入"], -["9440","如尿韮任妊忍認濡禰祢寧葱猫熱年念捻撚燃粘乃廼之埜嚢悩濃納能脳膿農覗蚤巴把播覇杷波派琶破婆罵芭馬俳廃拝排敗杯盃牌背肺輩配倍培媒梅"], -["9480","楳煤狽買売賠陪這蝿秤矧萩伯剥博拍柏泊白箔粕舶薄迫曝漠爆縛莫駁麦函箱硲箸肇筈櫨幡肌畑畠八鉢溌発醗髪伐罰抜筏閥鳩噺塙蛤隼伴判半反叛帆搬斑板氾汎版犯班畔繁般藩販範釆煩頒飯挽晩番盤磐蕃蛮匪卑否妃庇彼悲扉批披斐比泌疲皮碑秘緋罷肥被誹費避非飛樋簸備尾微枇毘琵眉美"], -["9540","鼻柊稗匹疋髭彦膝菱肘弼必畢筆逼桧姫媛紐百謬俵彪標氷漂瓢票表評豹廟描病秒苗錨鋲蒜蛭鰭品彬斌浜瀕貧賓頻敏瓶不付埠夫婦富冨布府怖扶敷"], -["9580","斧普浮父符腐膚芙譜負賦赴阜附侮撫武舞葡蕪部封楓風葺蕗伏副復幅服福腹複覆淵弗払沸仏物鮒分吻噴墳憤扮焚奮粉糞紛雰文聞丙併兵塀幣平弊柄並蔽閉陛米頁僻壁癖碧別瞥蔑箆偏変片篇編辺返遍便勉娩弁鞭保舗鋪圃捕歩甫補輔穂募墓慕戊暮母簿菩倣俸包呆報奉宝峰峯崩庖抱捧放方朋"], -["9640","法泡烹砲縫胞芳萌蓬蜂褒訪豊邦鋒飽鳳鵬乏亡傍剖坊妨帽忘忙房暴望某棒冒紡肪膨謀貌貿鉾防吠頬北僕卜墨撲朴牧睦穆釦勃没殆堀幌奔本翻凡盆"], -["9680","摩磨魔麻埋妹昧枚毎哩槙幕膜枕鮪柾鱒桝亦俣又抹末沫迄侭繭麿万慢満漫蔓味未魅巳箕岬密蜜湊蓑稔脈妙粍民眠務夢無牟矛霧鵡椋婿娘冥名命明盟迷銘鳴姪牝滅免棉綿緬面麺摸模茂妄孟毛猛盲網耗蒙儲木黙目杢勿餅尤戻籾貰問悶紋門匁也冶夜爺耶野弥矢厄役約薬訳躍靖柳薮鑓愉愈油癒"], -["9740","諭輸唯佑優勇友宥幽悠憂揖有柚湧涌猶猷由祐裕誘遊邑郵雄融夕予余与誉輿預傭幼妖容庸揚揺擁曜楊様洋溶熔用窯羊耀葉蓉要謡踊遥陽養慾抑欲"], -["9780","沃浴翌翼淀羅螺裸来莱頼雷洛絡落酪乱卵嵐欄濫藍蘭覧利吏履李梨理璃痢裏裡里離陸律率立葎掠略劉流溜琉留硫粒隆竜龍侶慮旅虜了亮僚両凌寮料梁涼猟療瞭稜糧良諒遼量陵領力緑倫厘林淋燐琳臨輪隣鱗麟瑠塁涙累類令伶例冷励嶺怜玲礼苓鈴隷零霊麗齢暦歴列劣烈裂廉恋憐漣煉簾練聯"], -["9840","蓮連錬呂魯櫓炉賂路露労婁廊弄朗楼榔浪漏牢狼篭老聾蝋郎六麓禄肋録論倭和話歪賄脇惑枠鷲亙亘鰐詫藁蕨椀湾碗腕"], -["989f","弌丐丕个丱丶丼丿乂乖乘亂亅豫亊舒弍于亞亟亠亢亰亳亶从仍仄仆仂仗仞仭仟价伉佚估佛佝佗佇佶侈侏侘佻佩佰侑佯來侖儘俔俟俎俘俛俑俚俐俤俥倚倨倔倪倥倅伜俶倡倩倬俾俯們倆偃假會偕偐偈做偖偬偸傀傚傅傴傲"], -["9940","僉僊傳僂僖僞僥僭僣僮價僵儉儁儂儖儕儔儚儡儺儷儼儻儿兀兒兌兔兢竸兩兪兮冀冂囘册冉冏冑冓冕冖冤冦冢冩冪冫决冱冲冰况冽凅凉凛几處凩凭"], -["9980","凰凵凾刄刋刔刎刧刪刮刳刹剏剄剋剌剞剔剪剴剩剳剿剽劍劔劒剱劈劑辨辧劬劭劼劵勁勍勗勞勣勦飭勠勳勵勸勹匆匈甸匍匐匏匕匚匣匯匱匳匸區卆卅丗卉卍凖卞卩卮夘卻卷厂厖厠厦厥厮厰厶參簒雙叟曼燮叮叨叭叺吁吽呀听吭吼吮吶吩吝呎咏呵咎呟呱呷呰咒呻咀呶咄咐咆哇咢咸咥咬哄哈咨"], -["9a40","咫哂咤咾咼哘哥哦唏唔哽哮哭哺哢唹啀啣啌售啜啅啖啗唸唳啝喙喀咯喊喟啻啾喘喞單啼喃喩喇喨嗚嗅嗟嗄嗜嗤嗔嘔嗷嘖嗾嗽嘛嗹噎噐營嘴嘶嘲嘸"], -["9a80","噫噤嘯噬噪嚆嚀嚊嚠嚔嚏嚥嚮嚶嚴囂嚼囁囃囀囈囎囑囓囗囮囹圀囿圄圉圈國圍圓團圖嗇圜圦圷圸坎圻址坏坩埀垈坡坿垉垓垠垳垤垪垰埃埆埔埒埓堊埖埣堋堙堝塲堡塢塋塰毀塒堽塹墅墹墟墫墺壞墻墸墮壅壓壑壗壙壘壥壜壤壟壯壺壹壻壼壽夂夊夐夛梦夥夬夭夲夸夾竒奕奐奎奚奘奢奠奧奬奩"], -["9b40","奸妁妝佞侫妣妲姆姨姜妍姙姚娥娟娑娜娉娚婀婬婉娵娶婢婪媚媼媾嫋嫂媽嫣嫗嫦嫩嫖嫺嫻嬌嬋嬖嬲嫐嬪嬶嬾孃孅孀孑孕孚孛孥孩孰孳孵學斈孺宀"], -["9b80","它宦宸寃寇寉寔寐寤實寢寞寥寫寰寶寳尅將專對尓尠尢尨尸尹屁屆屎屓屐屏孱屬屮乢屶屹岌岑岔妛岫岻岶岼岷峅岾峇峙峩峽峺峭嶌峪崋崕崗嵜崟崛崑崔崢崚崙崘嵌嵒嵎嵋嵬嵳嵶嶇嶄嶂嶢嶝嶬嶮嶽嶐嶷嶼巉巍巓巒巖巛巫已巵帋帚帙帑帛帶帷幄幃幀幎幗幔幟幢幤幇幵并幺麼广庠廁廂廈廐廏"], -["9c40","廖廣廝廚廛廢廡廨廩廬廱廳廰廴廸廾弃弉彝彜弋弑弖弩弭弸彁彈彌彎弯彑彖彗彙彡彭彳彷徃徂彿徊很徑徇從徙徘徠徨徭徼忖忻忤忸忱忝悳忿怡恠"], -["9c80","怙怐怩怎怱怛怕怫怦怏怺恚恁恪恷恟恊恆恍恣恃恤恂恬恫恙悁悍惧悃悚悄悛悖悗悒悧悋惡悸惠惓悴忰悽惆悵惘慍愕愆惶惷愀惴惺愃愡惻惱愍愎慇愾愨愧慊愿愼愬愴愽慂慄慳慷慘慙慚慫慴慯慥慱慟慝慓慵憙憖憇憬憔憚憊憑憫憮懌懊應懷懈懃懆憺懋罹懍懦懣懶懺懴懿懽懼懾戀戈戉戍戌戔戛"], -["9d40","戞戡截戮戰戲戳扁扎扞扣扛扠扨扼抂抉找抒抓抖拔抃抔拗拑抻拏拿拆擔拈拜拌拊拂拇抛拉挌拮拱挧挂挈拯拵捐挾捍搜捏掖掎掀掫捶掣掏掉掟掵捫"], -["9d80","捩掾揩揀揆揣揉插揶揄搖搴搆搓搦搶攝搗搨搏摧摯摶摎攪撕撓撥撩撈撼據擒擅擇撻擘擂擱擧舉擠擡抬擣擯攬擶擴擲擺攀擽攘攜攅攤攣攫攴攵攷收攸畋效敖敕敍敘敞敝敲數斂斃變斛斟斫斷旃旆旁旄旌旒旛旙无旡旱杲昊昃旻杳昵昶昴昜晏晄晉晁晞晝晤晧晨晟晢晰暃暈暎暉暄暘暝曁暹曉暾暼"], -["9e40","曄暸曖曚曠昿曦曩曰曵曷朏朖朞朦朧霸朮朿朶杁朸朷杆杞杠杙杣杤枉杰枩杼杪枌枋枦枡枅枷柯枴柬枳柩枸柤柞柝柢柮枹柎柆柧檜栞框栩桀桍栲桎"], -["9e80","梳栫桙档桷桿梟梏梭梔條梛梃檮梹桴梵梠梺椏梍桾椁棊椈棘椢椦棡椌棍棔棧棕椶椒椄棗棣椥棹棠棯椨椪椚椣椡棆楹楷楜楸楫楔楾楮椹楴椽楙椰楡楞楝榁楪榲榮槐榿槁槓榾槎寨槊槝榻槃榧樮榑榠榜榕榴槞槨樂樛槿權槹槲槧樅榱樞槭樔槫樊樒櫁樣樓橄樌橲樶橸橇橢橙橦橈樸樢檐檍檠檄檢檣"], -["9f40","檗蘗檻櫃櫂檸檳檬櫞櫑櫟檪櫚櫪櫻欅蘖櫺欒欖鬱欟欸欷盜欹飮歇歃歉歐歙歔歛歟歡歸歹歿殀殄殃殍殘殕殞殤殪殫殯殲殱殳殷殼毆毋毓毟毬毫毳毯"], -["9f80","麾氈氓气氛氤氣汞汕汢汪沂沍沚沁沛汾汨汳沒沐泄泱泓沽泗泅泝沮沱沾沺泛泯泙泪洟衍洶洫洽洸洙洵洳洒洌浣涓浤浚浹浙涎涕濤涅淹渕渊涵淇淦涸淆淬淞淌淨淒淅淺淙淤淕淪淮渭湮渮渙湲湟渾渣湫渫湶湍渟湃渺湎渤滿渝游溂溪溘滉溷滓溽溯滄溲滔滕溏溥滂溟潁漑灌滬滸滾漿滲漱滯漲滌"], -["e040","漾漓滷澆潺潸澁澀潯潛濳潭澂潼潘澎澑濂潦澳澣澡澤澹濆澪濟濕濬濔濘濱濮濛瀉瀋濺瀑瀁瀏濾瀛瀚潴瀝瀘瀟瀰瀾瀲灑灣炙炒炯烱炬炸炳炮烟烋烝"], -["e080","烙焉烽焜焙煥煕熈煦煢煌煖煬熏燻熄熕熨熬燗熹熾燒燉燔燎燠燬燧燵燼燹燿爍爐爛爨爭爬爰爲爻爼爿牀牆牋牘牴牾犂犁犇犒犖犢犧犹犲狃狆狄狎狒狢狠狡狹狷倏猗猊猜猖猝猴猯猩猥猾獎獏默獗獪獨獰獸獵獻獺珈玳珎玻珀珥珮珞璢琅瑯琥珸琲琺瑕琿瑟瑙瑁瑜瑩瑰瑣瑪瑶瑾璋璞璧瓊瓏瓔珱"], -["e140","瓠瓣瓧瓩瓮瓲瓰瓱瓸瓷甄甃甅甌甎甍甕甓甞甦甬甼畄畍畊畉畛畆畚畩畤畧畫畭畸當疆疇畴疊疉疂疔疚疝疥疣痂疳痃疵疽疸疼疱痍痊痒痙痣痞痾痿"], -["e180","痼瘁痰痺痲痳瘋瘍瘉瘟瘧瘠瘡瘢瘤瘴瘰瘻癇癈癆癜癘癡癢癨癩癪癧癬癰癲癶癸發皀皃皈皋皎皖皓皙皚皰皴皸皹皺盂盍盖盒盞盡盥盧盪蘯盻眈眇眄眩眤眞眥眦眛眷眸睇睚睨睫睛睥睿睾睹瞎瞋瞑瞠瞞瞰瞶瞹瞿瞼瞽瞻矇矍矗矚矜矣矮矼砌砒礦砠礪硅碎硴碆硼碚碌碣碵碪碯磑磆磋磔碾碼磅磊磬"], -["e240","磧磚磽磴礇礒礑礙礬礫祀祠祗祟祚祕祓祺祿禊禝禧齋禪禮禳禹禺秉秕秧秬秡秣稈稍稘稙稠稟禀稱稻稾稷穃穗穉穡穢穩龝穰穹穽窈窗窕窘窖窩竈窰"], -["e280","窶竅竄窿邃竇竊竍竏竕竓站竚竝竡竢竦竭竰笂笏笊笆笳笘笙笞笵笨笶筐筺笄筍笋筌筅筵筥筴筧筰筱筬筮箝箘箟箍箜箚箋箒箏筝箙篋篁篌篏箴篆篝篩簑簔篦篥籠簀簇簓篳篷簗簍篶簣簧簪簟簷簫簽籌籃籔籏籀籐籘籟籤籖籥籬籵粃粐粤粭粢粫粡粨粳粲粱粮粹粽糀糅糂糘糒糜糢鬻糯糲糴糶糺紆"], -["e340","紂紜紕紊絅絋紮紲紿紵絆絳絖絎絲絨絮絏絣經綉絛綏絽綛綺綮綣綵緇綽綫總綢綯緜綸綟綰緘緝緤緞緻緲緡縅縊縣縡縒縱縟縉縋縢繆繦縻縵縹繃縷"], -["e380","縲縺繧繝繖繞繙繚繹繪繩繼繻纃緕繽辮繿纈纉續纒纐纓纔纖纎纛纜缸缺罅罌罍罎罐网罕罔罘罟罠罨罩罧罸羂羆羃羈羇羌羔羞羝羚羣羯羲羹羮羶羸譱翅翆翊翕翔翡翦翩翳翹飜耆耄耋耒耘耙耜耡耨耿耻聊聆聒聘聚聟聢聨聳聲聰聶聹聽聿肄肆肅肛肓肚肭冐肬胛胥胙胝胄胚胖脉胯胱脛脩脣脯腋"], -["e440","隋腆脾腓腑胼腱腮腥腦腴膃膈膊膀膂膠膕膤膣腟膓膩膰膵膾膸膽臀臂膺臉臍臑臙臘臈臚臟臠臧臺臻臾舁舂舅與舊舍舐舖舩舫舸舳艀艙艘艝艚艟艤"], -["e480","艢艨艪艫舮艱艷艸艾芍芒芫芟芻芬苡苣苟苒苴苳苺莓范苻苹苞茆苜茉苙茵茴茖茲茱荀茹荐荅茯茫茗茘莅莚莪莟莢莖茣莎莇莊荼莵荳荵莠莉莨菴萓菫菎菽萃菘萋菁菷萇菠菲萍萢萠莽萸蔆菻葭萪萼蕚蒄葷葫蒭葮蒂葩葆萬葯葹萵蓊葢蒹蒿蒟蓙蓍蒻蓚蓐蓁蓆蓖蒡蔡蓿蓴蔗蔘蔬蔟蔕蔔蓼蕀蕣蕘蕈"], -["e540","蕁蘂蕋蕕薀薤薈薑薊薨蕭薔薛藪薇薜蕷蕾薐藉薺藏薹藐藕藝藥藜藹蘊蘓蘋藾藺蘆蘢蘚蘰蘿虍乕虔號虧虱蚓蚣蚩蚪蚋蚌蚶蚯蛄蛆蚰蛉蠣蚫蛔蛞蛩蛬"], -["e580","蛟蛛蛯蜒蜆蜈蜀蜃蛻蜑蜉蜍蛹蜊蜴蜿蜷蜻蜥蜩蜚蝠蝟蝸蝌蝎蝴蝗蝨蝮蝙蝓蝣蝪蠅螢螟螂螯蟋螽蟀蟐雖螫蟄螳蟇蟆螻蟯蟲蟠蠏蠍蟾蟶蟷蠎蟒蠑蠖蠕蠢蠡蠱蠶蠹蠧蠻衄衂衒衙衞衢衫袁衾袞衵衽袵衲袂袗袒袮袙袢袍袤袰袿袱裃裄裔裘裙裝裹褂裼裴裨裲褄褌褊褓襃褞褥褪褫襁襄褻褶褸襌褝襠襞"], -["e640","襦襤襭襪襯襴襷襾覃覈覊覓覘覡覩覦覬覯覲覺覽覿觀觚觜觝觧觴觸訃訖訐訌訛訝訥訶詁詛詒詆詈詼詭詬詢誅誂誄誨誡誑誥誦誚誣諄諍諂諚諫諳諧"], -["e680","諤諱謔諠諢諷諞諛謌謇謚諡謖謐謗謠謳鞫謦謫謾謨譁譌譏譎證譖譛譚譫譟譬譯譴譽讀讌讎讒讓讖讙讚谺豁谿豈豌豎豐豕豢豬豸豺貂貉貅貊貍貎貔豼貘戝貭貪貽貲貳貮貶賈賁賤賣賚賽賺賻贄贅贊贇贏贍贐齎贓賍贔贖赧赭赱赳趁趙跂趾趺跏跚跖跌跛跋跪跫跟跣跼踈踉跿踝踞踐踟蹂踵踰踴蹊"], -["e740","蹇蹉蹌蹐蹈蹙蹤蹠踪蹣蹕蹶蹲蹼躁躇躅躄躋躊躓躑躔躙躪躡躬躰軆躱躾軅軈軋軛軣軼軻軫軾輊輅輕輒輙輓輜輟輛輌輦輳輻輹轅轂輾轌轉轆轎轗轜"], -["e780","轢轣轤辜辟辣辭辯辷迚迥迢迪迯邇迴逅迹迺逑逕逡逍逞逖逋逧逶逵逹迸遏遐遑遒逎遉逾遖遘遞遨遯遶隨遲邂遽邁邀邊邉邏邨邯邱邵郢郤扈郛鄂鄒鄙鄲鄰酊酖酘酣酥酩酳酲醋醉醂醢醫醯醪醵醴醺釀釁釉釋釐釖釟釡釛釼釵釶鈞釿鈔鈬鈕鈑鉞鉗鉅鉉鉤鉈銕鈿鉋鉐銜銖銓銛鉚鋏銹銷鋩錏鋺鍄錮"], -["e840","錙錢錚錣錺錵錻鍜鍠鍼鍮鍖鎰鎬鎭鎔鎹鏖鏗鏨鏥鏘鏃鏝鏐鏈鏤鐚鐔鐓鐃鐇鐐鐶鐫鐵鐡鐺鑁鑒鑄鑛鑠鑢鑞鑪鈩鑰鑵鑷鑽鑚鑼鑾钁鑿閂閇閊閔閖閘閙"], -["e880","閠閨閧閭閼閻閹閾闊濶闃闍闌闕闔闖關闡闥闢阡阨阮阯陂陌陏陋陷陜陞陝陟陦陲陬隍隘隕隗險隧隱隲隰隴隶隸隹雎雋雉雍襍雜霍雕雹霄霆霈霓霎霑霏霖霙霤霪霰霹霽霾靄靆靈靂靉靜靠靤靦靨勒靫靱靹鞅靼鞁靺鞆鞋鞏鞐鞜鞨鞦鞣鞳鞴韃韆韈韋韜韭齏韲竟韶韵頏頌頸頤頡頷頽顆顏顋顫顯顰"], -["e940","顱顴顳颪颯颱颶飄飃飆飩飫餃餉餒餔餘餡餝餞餤餠餬餮餽餾饂饉饅饐饋饑饒饌饕馗馘馥馭馮馼駟駛駝駘駑駭駮駱駲駻駸騁騏騅駢騙騫騷驅驂驀驃"], -["e980","騾驕驍驛驗驟驢驥驤驩驫驪骭骰骼髀髏髑髓體髞髟髢髣髦髯髫髮髴髱髷髻鬆鬘鬚鬟鬢鬣鬥鬧鬨鬩鬪鬮鬯鬲魄魃魏魍魎魑魘魴鮓鮃鮑鮖鮗鮟鮠鮨鮴鯀鯊鮹鯆鯏鯑鯒鯣鯢鯤鯔鯡鰺鯲鯱鯰鰕鰔鰉鰓鰌鰆鰈鰒鰊鰄鰮鰛鰥鰤鰡鰰鱇鰲鱆鰾鱚鱠鱧鱶鱸鳧鳬鳰鴉鴈鳫鴃鴆鴪鴦鶯鴣鴟鵄鴕鴒鵁鴿鴾鵆鵈"], -["ea40","鵝鵞鵤鵑鵐鵙鵲鶉鶇鶫鵯鵺鶚鶤鶩鶲鷄鷁鶻鶸鶺鷆鷏鷂鷙鷓鷸鷦鷭鷯鷽鸚鸛鸞鹵鹹鹽麁麈麋麌麒麕麑麝麥麩麸麪麭靡黌黎黏黐黔黜點黝黠黥黨黯"], -["ea80","黴黶黷黹黻黼黽鼇鼈皷鼕鼡鼬鼾齊齒齔齣齟齠齡齦齧齬齪齷齲齶龕龜龠堯槇遙瑤凜熙"], -["ed40","纊褜鍈銈蓜俉炻昱棈鋹曻彅丨仡仼伀伃伹佖侒侊侚侔俍偀倢俿倞偆偰偂傔僴僘兊兤冝冾凬刕劜劦勀勛匀匇匤卲厓厲叝﨎咜咊咩哿喆坙坥垬埈埇﨏"], -["ed80","塚增墲夋奓奛奝奣妤妺孖寀甯寘寬尞岦岺峵崧嵓﨑嵂嵭嶸嶹巐弡弴彧德忞恝悅悊惞惕愠惲愑愷愰憘戓抦揵摠撝擎敎昀昕昻昉昮昞昤晥晗晙晴晳暙暠暲暿曺朎朗杦枻桒柀栁桄棏﨓楨﨔榘槢樰橫橆橳橾櫢櫤毖氿汜沆汯泚洄涇浯涖涬淏淸淲淼渹湜渧渼溿澈澵濵瀅瀇瀨炅炫焏焄煜煆煇凞燁燾犱"], -["ee40","犾猤猪獷玽珉珖珣珒琇珵琦琪琩琮瑢璉璟甁畯皂皜皞皛皦益睆劯砡硎硤硺礰礼神祥禔福禛竑竧靖竫箞精絈絜綷綠緖繒罇羡羽茁荢荿菇菶葈蒴蕓蕙"], -["ee80","蕫﨟薰蘒﨡蠇裵訒訷詹誧誾諟諸諶譓譿賰賴贒赶﨣軏﨤逸遧郞都鄕鄧釚釗釞釭釮釤釥鈆鈐鈊鈺鉀鈼鉎鉙鉑鈹鉧銧鉷鉸鋧鋗鋙鋐﨧鋕鋠鋓錥錡鋻﨨錞鋿錝錂鍰鍗鎤鏆鏞鏸鐱鑅鑈閒隆﨩隝隯霳霻靃靍靏靑靕顗顥飯飼餧館馞驎髙髜魵魲鮏鮱鮻鰀鵰鵫鶴鸙黑"], -["eeef","ⅰ",9,"¬¦'""], -["f040","",62], -["f080","",124], -["f140","",62], -["f180","",124], -["f240","",62], -["f280","",124], -["f340","",62], -["f380","",124], -["f440","",62], -["f480","",124], -["f540","",62], -["f580","",124], -["f640","",62], -["f680","",124], -["f740","",62], -["f780","",124], -["f840","",62], -["f880","",124], -["f940",""], -["fa40","ⅰ",9,"Ⅰ",9,"¬¦'"㈱№℡∵纊褜鍈銈蓜俉炻昱棈鋹曻彅丨仡仼伀伃伹佖侒侊侚侔俍偀倢俿倞偆偰偂傔僴僘兊"], -["fa80","兤冝冾凬刕劜劦勀勛匀匇匤卲厓厲叝﨎咜咊咩哿喆坙坥垬埈埇﨏塚增墲夋奓奛奝奣妤妺孖寀甯寘寬尞岦岺峵崧嵓﨑嵂嵭嶸嶹巐弡弴彧德忞恝悅悊惞惕愠惲愑愷愰憘戓抦揵摠撝擎敎昀昕昻昉昮昞昤晥晗晙晴晳暙暠暲暿曺朎朗杦枻桒柀栁桄棏﨓楨﨔榘槢樰橫橆橳橾櫢櫤毖氿汜沆汯泚洄涇浯"], -["fb40","涖涬淏淸淲淼渹湜渧渼溿澈澵濵瀅瀇瀨炅炫焏焄煜煆煇凞燁燾犱犾猤猪獷玽珉珖珣珒琇珵琦琪琩琮瑢璉璟甁畯皂皜皞皛皦益睆劯砡硎硤硺礰礼神"], -["fb80","祥禔福禛竑竧靖竫箞精絈絜綷綠緖繒罇羡羽茁荢荿菇菶葈蒴蕓蕙蕫﨟薰蘒﨡蠇裵訒訷詹誧誾諟諸諶譓譿賰賴贒赶﨣軏﨤逸遧郞都鄕鄧釚釗釞釭釮釤釥鈆鈐鈊鈺鉀鈼鉎鉙鉑鈹鉧銧鉷鉸鋧鋗鋙鋐﨧鋕鋠鋓錥錡鋻﨨錞鋿錝錂鍰鍗鎤鏆鏞鏸鐱鑅鑈閒隆﨩隝隯霳霻靃靍靏靑靕顗顥飯飼餧館馞驎髙"], -["fc40","髜魵魲鮏鮱鮻鰀鵰鵫鶴鸙黑"] -] diff --git a/software/flow/node_modules/npm/node_modules/iconv-lite/encodings/utf16.js b/software/flow/node_modules/npm/node_modules/iconv-lite/encodings/utf16.js deleted file mode 100644 index 97d0669..0000000 --- a/software/flow/node_modules/npm/node_modules/iconv-lite/encodings/utf16.js +++ /dev/null @@ -1,197 +0,0 @@ -"use strict"; -var Buffer = require("safer-buffer").Buffer; - -// Note: UTF16-LE (or UCS2) codec is Node.js native. See encodings/internal.js - -// == UTF16-BE codec. ========================================================== - -exports.utf16be = Utf16BECodec; -function Utf16BECodec() { -} - -Utf16BECodec.prototype.encoder = Utf16BEEncoder; -Utf16BECodec.prototype.decoder = Utf16BEDecoder; -Utf16BECodec.prototype.bomAware = true; - - -// -- Encoding - -function Utf16BEEncoder() { -} - -Utf16BEEncoder.prototype.write = function(str) { - var buf = Buffer.from(str, 'ucs2'); - for (var i = 0; i < buf.length; i += 2) { - var tmp = buf[i]; buf[i] = buf[i+1]; buf[i+1] = tmp; - } - return buf; -} - -Utf16BEEncoder.prototype.end = function() { -} - - -// -- Decoding - -function Utf16BEDecoder() { - this.overflowByte = -1; -} - -Utf16BEDecoder.prototype.write = function(buf) { - if (buf.length == 0) - return ''; - - var buf2 = Buffer.alloc(buf.length + 1), - i = 0, j = 0; - - if (this.overflowByte !== -1) { - buf2[0] = buf[0]; - buf2[1] = this.overflowByte; - i = 1; j = 2; - } - - for (; i < buf.length-1; i += 2, j+= 2) { - buf2[j] = buf[i+1]; - buf2[j+1] = buf[i]; - } - - this.overflowByte = (i == buf.length-1) ? buf[buf.length-1] : -1; - - return buf2.slice(0, j).toString('ucs2'); -} - -Utf16BEDecoder.prototype.end = function() { - this.overflowByte = -1; -} - - -// == UTF-16 codec ============================================================= -// Decoder chooses automatically from UTF-16LE and UTF-16BE using BOM and space-based heuristic. -// Defaults to UTF-16LE, as it's prevalent and default in Node. -// http://en.wikipedia.org/wiki/UTF-16 and http://encoding.spec.whatwg.org/#utf-16le -// Decoder default can be changed: iconv.decode(buf, 'utf16', {defaultEncoding: 'utf-16be'}); - -// Encoder uses UTF-16LE and prepends BOM (which can be overridden with addBOM: false). - -exports.utf16 = Utf16Codec; -function Utf16Codec(codecOptions, iconv) { - this.iconv = iconv; -} - -Utf16Codec.prototype.encoder = Utf16Encoder; -Utf16Codec.prototype.decoder = Utf16Decoder; - - -// -- Encoding (pass-through) - -function Utf16Encoder(options, codec) { - options = options || {}; - if (options.addBOM === undefined) - options.addBOM = true; - this.encoder = codec.iconv.getEncoder('utf-16le', options); -} - -Utf16Encoder.prototype.write = function(str) { - return this.encoder.write(str); -} - -Utf16Encoder.prototype.end = function() { - return this.encoder.end(); -} - - -// -- Decoding - -function Utf16Decoder(options, codec) { - this.decoder = null; - this.initialBufs = []; - this.initialBufsLen = 0; - - this.options = options || {}; - this.iconv = codec.iconv; -} - -Utf16Decoder.prototype.write = function(buf) { - if (!this.decoder) { - // Codec is not chosen yet. Accumulate initial bytes. - this.initialBufs.push(buf); - this.initialBufsLen += buf.length; - - if (this.initialBufsLen < 16) // We need more bytes to use space heuristic (see below) - return ''; - - // We have enough bytes -> detect endianness. - var encoding = detectEncoding(this.initialBufs, this.options.defaultEncoding); - this.decoder = this.iconv.getDecoder(encoding, this.options); - - var resStr = ''; - for (var i = 0; i < this.initialBufs.length; i++) - resStr += this.decoder.write(this.initialBufs[i]); - - this.initialBufs.length = this.initialBufsLen = 0; - return resStr; - } - - return this.decoder.write(buf); -} - -Utf16Decoder.prototype.end = function() { - if (!this.decoder) { - var encoding = detectEncoding(this.initialBufs, this.options.defaultEncoding); - this.decoder = this.iconv.getDecoder(encoding, this.options); - - var resStr = ''; - for (var i = 0; i < this.initialBufs.length; i++) - resStr += this.decoder.write(this.initialBufs[i]); - - var trail = this.decoder.end(); - if (trail) - resStr += trail; - - this.initialBufs.length = this.initialBufsLen = 0; - return resStr; - } - return this.decoder.end(); -} - -function detectEncoding(bufs, defaultEncoding) { - var b = []; - var charsProcessed = 0; - var asciiCharsLE = 0, asciiCharsBE = 0; // Number of ASCII chars when decoded as LE or BE. - - outer_loop: - for (var i = 0; i < bufs.length; i++) { - var buf = bufs[i]; - for (var j = 0; j < buf.length; j++) { - b.push(buf[j]); - if (b.length === 2) { - if (charsProcessed === 0) { - // Check BOM first. - if (b[0] === 0xFF && b[1] === 0xFE) return 'utf-16le'; - if (b[0] === 0xFE && b[1] === 0xFF) return 'utf-16be'; - } - - if (b[0] === 0 && b[1] !== 0) asciiCharsBE++; - if (b[0] !== 0 && b[1] === 0) asciiCharsLE++; - - b.length = 0; - charsProcessed++; - - if (charsProcessed >= 100) { - break outer_loop; - } - } - } - } - - // Make decisions. - // Most of the time, the content has ASCII chars (U+00**), but the opposite (U+**00) is uncommon. - // So, we count ASCII as if it was LE or BE, and decide from that. - if (asciiCharsBE > asciiCharsLE) return 'utf-16be'; - if (asciiCharsBE < asciiCharsLE) return 'utf-16le'; - - // Couldn't decide (likely all zeros or not enough data). - return defaultEncoding || 'utf-16le'; -} - - diff --git a/software/flow/node_modules/npm/node_modules/iconv-lite/encodings/utf32.js b/software/flow/node_modules/npm/node_modules/iconv-lite/encodings/utf32.js deleted file mode 100644 index 2fa900a..0000000 --- a/software/flow/node_modules/npm/node_modules/iconv-lite/encodings/utf32.js +++ /dev/null @@ -1,319 +0,0 @@ -'use strict'; - -var Buffer = require('safer-buffer').Buffer; - -// == UTF32-LE/BE codec. ========================================================== - -exports._utf32 = Utf32Codec; - -function Utf32Codec(codecOptions, iconv) { - this.iconv = iconv; - this.bomAware = true; - this.isLE = codecOptions.isLE; -} - -exports.utf32le = { type: '_utf32', isLE: true }; -exports.utf32be = { type: '_utf32', isLE: false }; - -// Aliases -exports.ucs4le = 'utf32le'; -exports.ucs4be = 'utf32be'; - -Utf32Codec.prototype.encoder = Utf32Encoder; -Utf32Codec.prototype.decoder = Utf32Decoder; - -// -- Encoding - -function Utf32Encoder(options, codec) { - this.isLE = codec.isLE; - this.highSurrogate = 0; -} - -Utf32Encoder.prototype.write = function(str) { - var src = Buffer.from(str, 'ucs2'); - var dst = Buffer.alloc(src.length * 2); - var write32 = this.isLE ? dst.writeUInt32LE : dst.writeUInt32BE; - var offset = 0; - - for (var i = 0; i < src.length; i += 2) { - var code = src.readUInt16LE(i); - var isHighSurrogate = (0xD800 <= code && code < 0xDC00); - var isLowSurrogate = (0xDC00 <= code && code < 0xE000); - - if (this.highSurrogate) { - if (isHighSurrogate || !isLowSurrogate) { - // There shouldn't be two high surrogates in a row, nor a high surrogate which isn't followed by a low - // surrogate. If this happens, keep the pending high surrogate as a stand-alone semi-invalid character - // (technically wrong, but expected by some applications, like Windows file names). - write32.call(dst, this.highSurrogate, offset); - offset += 4; - } - else { - // Create 32-bit value from high and low surrogates; - var codepoint = (((this.highSurrogate - 0xD800) << 10) | (code - 0xDC00)) + 0x10000; - - write32.call(dst, codepoint, offset); - offset += 4; - this.highSurrogate = 0; - - continue; - } - } - - if (isHighSurrogate) - this.highSurrogate = code; - else { - // Even if the current character is a low surrogate, with no previous high surrogate, we'll - // encode it as a semi-invalid stand-alone character for the same reasons expressed above for - // unpaired high surrogates. - write32.call(dst, code, offset); - offset += 4; - this.highSurrogate = 0; - } - } - - if (offset < dst.length) - dst = dst.slice(0, offset); - - return dst; -}; - -Utf32Encoder.prototype.end = function() { - // Treat any leftover high surrogate as a semi-valid independent character. - if (!this.highSurrogate) - return; - - var buf = Buffer.alloc(4); - - if (this.isLE) - buf.writeUInt32LE(this.highSurrogate, 0); - else - buf.writeUInt32BE(this.highSurrogate, 0); - - this.highSurrogate = 0; - - return buf; -}; - -// -- Decoding - -function Utf32Decoder(options, codec) { - this.isLE = codec.isLE; - this.badChar = codec.iconv.defaultCharUnicode.charCodeAt(0); - this.overflow = []; -} - -Utf32Decoder.prototype.write = function(src) { - if (src.length === 0) - return ''; - - var i = 0; - var codepoint = 0; - var dst = Buffer.alloc(src.length + 4); - var offset = 0; - var isLE = this.isLE; - var overflow = this.overflow; - var badChar = this.badChar; - - if (overflow.length > 0) { - for (; i < src.length && overflow.length < 4; i++) - overflow.push(src[i]); - - if (overflow.length === 4) { - // NOTE: codepoint is a signed int32 and can be negative. - // NOTE: We copied this block from below to help V8 optimize it (it works with array, not buffer). - if (isLE) { - codepoint = overflow[i] | (overflow[i+1] << 8) | (overflow[i+2] << 16) | (overflow[i+3] << 24); - } else { - codepoint = overflow[i+3] | (overflow[i+2] << 8) | (overflow[i+1] << 16) | (overflow[i] << 24); - } - overflow.length = 0; - - offset = _writeCodepoint(dst, offset, codepoint, badChar); - } - } - - // Main loop. Should be as optimized as possible. - for (; i < src.length - 3; i += 4) { - // NOTE: codepoint is a signed int32 and can be negative. - if (isLE) { - codepoint = src[i] | (src[i+1] << 8) | (src[i+2] << 16) | (src[i+3] << 24); - } else { - codepoint = src[i+3] | (src[i+2] << 8) | (src[i+1] << 16) | (src[i] << 24); - } - offset = _writeCodepoint(dst, offset, codepoint, badChar); - } - - // Keep overflowing bytes. - for (; i < src.length; i++) { - overflow.push(src[i]); - } - - return dst.slice(0, offset).toString('ucs2'); -}; - -function _writeCodepoint(dst, offset, codepoint, badChar) { - // NOTE: codepoint is signed int32 and can be negative. We keep it that way to help V8 with optimizations. - if (codepoint < 0 || codepoint > 0x10FFFF) { - // Not a valid Unicode codepoint - codepoint = badChar; - } - - // Ephemeral Planes: Write high surrogate. - if (codepoint >= 0x10000) { - codepoint -= 0x10000; - - var high = 0xD800 | (codepoint >> 10); - dst[offset++] = high & 0xff; - dst[offset++] = high >> 8; - - // Low surrogate is written below. - var codepoint = 0xDC00 | (codepoint & 0x3FF); - } - - // Write BMP char or low surrogate. - dst[offset++] = codepoint & 0xff; - dst[offset++] = codepoint >> 8; - - return offset; -}; - -Utf32Decoder.prototype.end = function() { - this.overflow.length = 0; -}; - -// == UTF-32 Auto codec ============================================================= -// Decoder chooses automatically from UTF-32LE and UTF-32BE using BOM and space-based heuristic. -// Defaults to UTF-32LE. http://en.wikipedia.org/wiki/UTF-32 -// Encoder/decoder default can be changed: iconv.decode(buf, 'utf32', {defaultEncoding: 'utf-32be'}); - -// Encoder prepends BOM (which can be overridden with (addBOM: false}). - -exports.utf32 = Utf32AutoCodec; -exports.ucs4 = 'utf32'; - -function Utf32AutoCodec(options, iconv) { - this.iconv = iconv; -} - -Utf32AutoCodec.prototype.encoder = Utf32AutoEncoder; -Utf32AutoCodec.prototype.decoder = Utf32AutoDecoder; - -// -- Encoding - -function Utf32AutoEncoder(options, codec) { - options = options || {}; - - if (options.addBOM === undefined) - options.addBOM = true; - - this.encoder = codec.iconv.getEncoder(options.defaultEncoding || 'utf-32le', options); -} - -Utf32AutoEncoder.prototype.write = function(str) { - return this.encoder.write(str); -}; - -Utf32AutoEncoder.prototype.end = function() { - return this.encoder.end(); -}; - -// -- Decoding - -function Utf32AutoDecoder(options, codec) { - this.decoder = null; - this.initialBufs = []; - this.initialBufsLen = 0; - this.options = options || {}; - this.iconv = codec.iconv; -} - -Utf32AutoDecoder.prototype.write = function(buf) { - if (!this.decoder) { - // Codec is not chosen yet. Accumulate initial bytes. - this.initialBufs.push(buf); - this.initialBufsLen += buf.length; - - if (this.initialBufsLen < 32) // We need more bytes to use space heuristic (see below) - return ''; - - // We have enough bytes -> detect endianness. - var encoding = detectEncoding(this.initialBufs, this.options.defaultEncoding); - this.decoder = this.iconv.getDecoder(encoding, this.options); - - var resStr = ''; - for (var i = 0; i < this.initialBufs.length; i++) - resStr += this.decoder.write(this.initialBufs[i]); - - this.initialBufs.length = this.initialBufsLen = 0; - return resStr; - } - - return this.decoder.write(buf); -}; - -Utf32AutoDecoder.prototype.end = function() { - if (!this.decoder) { - var encoding = detectEncoding(this.initialBufs, this.options.defaultEncoding); - this.decoder = this.iconv.getDecoder(encoding, this.options); - - var resStr = ''; - for (var i = 0; i < this.initialBufs.length; i++) - resStr += this.decoder.write(this.initialBufs[i]); - - var trail = this.decoder.end(); - if (trail) - resStr += trail; - - this.initialBufs.length = this.initialBufsLen = 0; - return resStr; - } - - return this.decoder.end(); -}; - -function detectEncoding(bufs, defaultEncoding) { - var b = []; - var charsProcessed = 0; - var invalidLE = 0, invalidBE = 0; // Number of invalid chars when decoded as LE or BE. - var bmpCharsLE = 0, bmpCharsBE = 0; // Number of BMP chars when decoded as LE or BE. - - outer_loop: - for (var i = 0; i < bufs.length; i++) { - var buf = bufs[i]; - for (var j = 0; j < buf.length; j++) { - b.push(buf[j]); - if (b.length === 4) { - if (charsProcessed === 0) { - // Check BOM first. - if (b[0] === 0xFF && b[1] === 0xFE && b[2] === 0 && b[3] === 0) { - return 'utf-32le'; - } - if (b[0] === 0 && b[1] === 0 && b[2] === 0xFE && b[3] === 0xFF) { - return 'utf-32be'; - } - } - - if (b[0] !== 0 || b[1] > 0x10) invalidBE++; - if (b[3] !== 0 || b[2] > 0x10) invalidLE++; - - if (b[0] === 0 && b[1] === 0 && (b[2] !== 0 || b[3] !== 0)) bmpCharsBE++; - if ((b[0] !== 0 || b[1] !== 0) && b[2] === 0 && b[3] === 0) bmpCharsLE++; - - b.length = 0; - charsProcessed++; - - if (charsProcessed >= 100) { - break outer_loop; - } - } - } - } - - // Make decisions. - if (bmpCharsBE - invalidBE > bmpCharsLE - invalidLE) return 'utf-32be'; - if (bmpCharsBE - invalidBE < bmpCharsLE - invalidLE) return 'utf-32le'; - - // Couldn't decide (likely all zeros or not enough data). - return defaultEncoding || 'utf-32le'; -} diff --git a/software/flow/node_modules/npm/node_modules/iconv-lite/encodings/utf7.js b/software/flow/node_modules/npm/node_modules/iconv-lite/encodings/utf7.js deleted file mode 100644 index eacae34..0000000 --- a/software/flow/node_modules/npm/node_modules/iconv-lite/encodings/utf7.js +++ /dev/null @@ -1,290 +0,0 @@ -"use strict"; -var Buffer = require("safer-buffer").Buffer; - -// UTF-7 codec, according to https://tools.ietf.org/html/rfc2152 -// See also below a UTF-7-IMAP codec, according to http://tools.ietf.org/html/rfc3501#section-5.1.3 - -exports.utf7 = Utf7Codec; -exports.unicode11utf7 = 'utf7'; // Alias UNICODE-1-1-UTF-7 -function Utf7Codec(codecOptions, iconv) { - this.iconv = iconv; -}; - -Utf7Codec.prototype.encoder = Utf7Encoder; -Utf7Codec.prototype.decoder = Utf7Decoder; -Utf7Codec.prototype.bomAware = true; - - -// -- Encoding - -var nonDirectChars = /[^A-Za-z0-9'\(\),-\.\/:\? \n\r\t]+/g; - -function Utf7Encoder(options, codec) { - this.iconv = codec.iconv; -} - -Utf7Encoder.prototype.write = function(str) { - // Naive implementation. - // Non-direct chars are encoded as "+<base64>-"; single "+" char is encoded as "+-". - return Buffer.from(str.replace(nonDirectChars, function(chunk) { - return "+" + (chunk === '+' ? '' : - this.iconv.encode(chunk, 'utf16-be').toString('base64').replace(/=+$/, '')) - + "-"; - }.bind(this))); -} - -Utf7Encoder.prototype.end = function() { -} - - -// -- Decoding - -function Utf7Decoder(options, codec) { - this.iconv = codec.iconv; - this.inBase64 = false; - this.base64Accum = ''; -} - -var base64Regex = /[A-Za-z0-9\/+]/; -var base64Chars = []; -for (var i = 0; i < 256; i++) - base64Chars[i] = base64Regex.test(String.fromCharCode(i)); - -var plusChar = '+'.charCodeAt(0), - minusChar = '-'.charCodeAt(0), - andChar = '&'.charCodeAt(0); - -Utf7Decoder.prototype.write = function(buf) { - var res = "", lastI = 0, - inBase64 = this.inBase64, - base64Accum = this.base64Accum; - - // The decoder is more involved as we must handle chunks in stream. - - for (var i = 0; i < buf.length; i++) { - if (!inBase64) { // We're in direct mode. - // Write direct chars until '+' - if (buf[i] == plusChar) { - res += this.iconv.decode(buf.slice(lastI, i), "ascii"); // Write direct chars. - lastI = i+1; - inBase64 = true; - } - } else { // We decode base64. - if (!base64Chars[buf[i]]) { // Base64 ended. - if (i == lastI && buf[i] == minusChar) {// "+-" -> "+" - res += "+"; - } else { - var b64str = base64Accum + this.iconv.decode(buf.slice(lastI, i), "ascii"); - res += this.iconv.decode(Buffer.from(b64str, 'base64'), "utf16-be"); - } - - if (buf[i] != minusChar) // Minus is absorbed after base64. - i--; - - lastI = i+1; - inBase64 = false; - base64Accum = ''; - } - } - } - - if (!inBase64) { - res += this.iconv.decode(buf.slice(lastI), "ascii"); // Write direct chars. - } else { - var b64str = base64Accum + this.iconv.decode(buf.slice(lastI), "ascii"); - - var canBeDecoded = b64str.length - (b64str.length % 8); // Minimal chunk: 2 quads -> 2x3 bytes -> 3 chars. - base64Accum = b64str.slice(canBeDecoded); // The rest will be decoded in future. - b64str = b64str.slice(0, canBeDecoded); - - res += this.iconv.decode(Buffer.from(b64str, 'base64'), "utf16-be"); - } - - this.inBase64 = inBase64; - this.base64Accum = base64Accum; - - return res; -} - -Utf7Decoder.prototype.end = function() { - var res = ""; - if (this.inBase64 && this.base64Accum.length > 0) - res = this.iconv.decode(Buffer.from(this.base64Accum, 'base64'), "utf16-be"); - - this.inBase64 = false; - this.base64Accum = ''; - return res; -} - - -// UTF-7-IMAP codec. -// RFC3501 Sec. 5.1.3 Modified UTF-7 (http://tools.ietf.org/html/rfc3501#section-5.1.3) -// Differences: -// * Base64 part is started by "&" instead of "+" -// * Direct characters are 0x20-0x7E, except "&" (0x26) -// * In Base64, "," is used instead of "/" -// * Base64 must not be used to represent direct characters. -// * No implicit shift back from Base64 (should always end with '-') -// * String must end in non-shifted position. -// * "-&" while in base64 is not allowed. - - -exports.utf7imap = Utf7IMAPCodec; -function Utf7IMAPCodec(codecOptions, iconv) { - this.iconv = iconv; -}; - -Utf7IMAPCodec.prototype.encoder = Utf7IMAPEncoder; -Utf7IMAPCodec.prototype.decoder = Utf7IMAPDecoder; -Utf7IMAPCodec.prototype.bomAware = true; - - -// -- Encoding - -function Utf7IMAPEncoder(options, codec) { - this.iconv = codec.iconv; - this.inBase64 = false; - this.base64Accum = Buffer.alloc(6); - this.base64AccumIdx = 0; -} - -Utf7IMAPEncoder.prototype.write = function(str) { - var inBase64 = this.inBase64, - base64Accum = this.base64Accum, - base64AccumIdx = this.base64AccumIdx, - buf = Buffer.alloc(str.length*5 + 10), bufIdx = 0; - - for (var i = 0; i < str.length; i++) { - var uChar = str.charCodeAt(i); - if (0x20 <= uChar && uChar <= 0x7E) { // Direct character or '&'. - if (inBase64) { - if (base64AccumIdx > 0) { - bufIdx += buf.write(base64Accum.slice(0, base64AccumIdx).toString('base64').replace(/\//g, ',').replace(/=+$/, ''), bufIdx); - base64AccumIdx = 0; - } - - buf[bufIdx++] = minusChar; // Write '-', then go to direct mode. - inBase64 = false; - } - - if (!inBase64) { - buf[bufIdx++] = uChar; // Write direct character - - if (uChar === andChar) // Ampersand -> '&-' - buf[bufIdx++] = minusChar; - } - - } else { // Non-direct character - if (!inBase64) { - buf[bufIdx++] = andChar; // Write '&', then go to base64 mode. - inBase64 = true; - } - if (inBase64) { - base64Accum[base64AccumIdx++] = uChar >> 8; - base64Accum[base64AccumIdx++] = uChar & 0xFF; - - if (base64AccumIdx == base64Accum.length) { - bufIdx += buf.write(base64Accum.toString('base64').replace(/\//g, ','), bufIdx); - base64AccumIdx = 0; - } - } - } - } - - this.inBase64 = inBase64; - this.base64AccumIdx = base64AccumIdx; - - return buf.slice(0, bufIdx); -} - -Utf7IMAPEncoder.prototype.end = function() { - var buf = Buffer.alloc(10), bufIdx = 0; - if (this.inBase64) { - if (this.base64AccumIdx > 0) { - bufIdx += buf.write(this.base64Accum.slice(0, this.base64AccumIdx).toString('base64').replace(/\//g, ',').replace(/=+$/, ''), bufIdx); - this.base64AccumIdx = 0; - } - - buf[bufIdx++] = minusChar; // Write '-', then go to direct mode. - this.inBase64 = false; - } - - return buf.slice(0, bufIdx); -} - - -// -- Decoding - -function Utf7IMAPDecoder(options, codec) { - this.iconv = codec.iconv; - this.inBase64 = false; - this.base64Accum = ''; -} - -var base64IMAPChars = base64Chars.slice(); -base64IMAPChars[','.charCodeAt(0)] = true; - -Utf7IMAPDecoder.prototype.write = function(buf) { - var res = "", lastI = 0, - inBase64 = this.inBase64, - base64Accum = this.base64Accum; - - // The decoder is more involved as we must handle chunks in stream. - // It is forgiving, closer to standard UTF-7 (for example, '-' is optional at the end). - - for (var i = 0; i < buf.length; i++) { - if (!inBase64) { // We're in direct mode. - // Write direct chars until '&' - if (buf[i] == andChar) { - res += this.iconv.decode(buf.slice(lastI, i), "ascii"); // Write direct chars. - lastI = i+1; - inBase64 = true; - } - } else { // We decode base64. - if (!base64IMAPChars[buf[i]]) { // Base64 ended. - if (i == lastI && buf[i] == minusChar) { // "&-" -> "&" - res += "&"; - } else { - var b64str = base64Accum + this.iconv.decode(buf.slice(lastI, i), "ascii").replace(/,/g, '/'); - res += this.iconv.decode(Buffer.from(b64str, 'base64'), "utf16-be"); - } - - if (buf[i] != minusChar) // Minus may be absorbed after base64. - i--; - - lastI = i+1; - inBase64 = false; - base64Accum = ''; - } - } - } - - if (!inBase64) { - res += this.iconv.decode(buf.slice(lastI), "ascii"); // Write direct chars. - } else { - var b64str = base64Accum + this.iconv.decode(buf.slice(lastI), "ascii").replace(/,/g, '/'); - - var canBeDecoded = b64str.length - (b64str.length % 8); // Minimal chunk: 2 quads -> 2x3 bytes -> 3 chars. - base64Accum = b64str.slice(canBeDecoded); // The rest will be decoded in future. - b64str = b64str.slice(0, canBeDecoded); - - res += this.iconv.decode(Buffer.from(b64str, 'base64'), "utf16-be"); - } - - this.inBase64 = inBase64; - this.base64Accum = base64Accum; - - return res; -} - -Utf7IMAPDecoder.prototype.end = function() { - var res = ""; - if (this.inBase64 && this.base64Accum.length > 0) - res = this.iconv.decode(Buffer.from(this.base64Accum, 'base64'), "utf16-be"); - - this.inBase64 = false; - this.base64Accum = ''; - return res; -} - - diff --git a/software/flow/node_modules/npm/node_modules/iconv-lite/lib/bom-handling.js b/software/flow/node_modules/npm/node_modules/iconv-lite/lib/bom-handling.js deleted file mode 100644 index 1050872..0000000 --- a/software/flow/node_modules/npm/node_modules/iconv-lite/lib/bom-handling.js +++ /dev/null @@ -1,52 +0,0 @@ -"use strict"; - -var BOMChar = '\uFEFF'; - -exports.PrependBOM = PrependBOMWrapper -function PrependBOMWrapper(encoder, options) { - this.encoder = encoder; - this.addBOM = true; -} - -PrependBOMWrapper.prototype.write = function(str) { - if (this.addBOM) { - str = BOMChar + str; - this.addBOM = false; - } - - return this.encoder.write(str); -} - -PrependBOMWrapper.prototype.end = function() { - return this.encoder.end(); -} - - -//------------------------------------------------------------------------------ - -exports.StripBOM = StripBOMWrapper; -function StripBOMWrapper(decoder, options) { - this.decoder = decoder; - this.pass = false; - this.options = options || {}; -} - -StripBOMWrapper.prototype.write = function(buf) { - var res = this.decoder.write(buf); - if (this.pass || !res) - return res; - - if (res[0] === BOMChar) { - res = res.slice(1); - if (typeof this.options.stripBOM === 'function') - this.options.stripBOM(); - } - - this.pass = true; - return res; -} - -StripBOMWrapper.prototype.end = function() { - return this.decoder.end(); -} - diff --git a/software/flow/node_modules/npm/node_modules/iconv-lite/lib/index.d.ts b/software/flow/node_modules/npm/node_modules/iconv-lite/lib/index.d.ts deleted file mode 100644 index 99f200f..0000000 --- a/software/flow/node_modules/npm/node_modules/iconv-lite/lib/index.d.ts +++ /dev/null @@ -1,41 +0,0 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. - * REQUIREMENT: This definition is dependent on the @types/node definition. - * Install with `npm install @types/node --save-dev` - *--------------------------------------------------------------------------------------------*/ - -declare module 'iconv-lite' { - // Basic API - export function decode(buffer: Buffer, encoding: string, options?: Options): string; - - export function encode(content: string, encoding: string, options?: Options): Buffer; - - export function encodingExists(encoding: string): boolean; - - // Stream API - export function decodeStream(encoding: string, options?: Options): NodeJS.ReadWriteStream; - - export function encodeStream(encoding: string, options?: Options): NodeJS.ReadWriteStream; - - // Low-level stream APIs - export function getEncoder(encoding: string, options?: Options): EncoderStream; - - export function getDecoder(encoding: string, options?: Options): DecoderStream; -} - -export interface Options { - stripBOM?: boolean; - addBOM?: boolean; - defaultEncoding?: string; -} - -export interface EncoderStream { - write(str: string): Buffer; - end(): Buffer | undefined; -} - -export interface DecoderStream { - write(buf: Buffer): string; - end(): string | undefined; -} diff --git a/software/flow/node_modules/npm/node_modules/iconv-lite/lib/index.js b/software/flow/node_modules/npm/node_modules/iconv-lite/lib/index.js deleted file mode 100644 index 657701c..0000000 --- a/software/flow/node_modules/npm/node_modules/iconv-lite/lib/index.js +++ /dev/null @@ -1,180 +0,0 @@ -"use strict"; - -var Buffer = require("safer-buffer").Buffer; - -var bomHandling = require("./bom-handling"), - iconv = module.exports; - -// All codecs and aliases are kept here, keyed by encoding name/alias. -// They are lazy loaded in `iconv.getCodec` from `encodings/index.js`. -iconv.encodings = null; - -// Characters emitted in case of error. -iconv.defaultCharUnicode = '�'; -iconv.defaultCharSingleByte = '?'; - -// Public API. -iconv.encode = function encode(str, encoding, options) { - str = "" + (str || ""); // Ensure string. - - var encoder = iconv.getEncoder(encoding, options); - - var res = encoder.write(str); - var trail = encoder.end(); - - return (trail && trail.length > 0) ? Buffer.concat([res, trail]) : res; -} - -iconv.decode = function decode(buf, encoding, options) { - if (typeof buf === 'string') { - if (!iconv.skipDecodeWarning) { - console.error('Iconv-lite warning: decode()-ing strings is deprecated. Refer to https://github.com/ashtuchkin/iconv-lite/wiki/Use-Buffers-when-decoding'); - iconv.skipDecodeWarning = true; - } - - buf = Buffer.from("" + (buf || ""), "binary"); // Ensure buffer. - } - - var decoder = iconv.getDecoder(encoding, options); - - var res = decoder.write(buf); - var trail = decoder.end(); - - return trail ? (res + trail) : res; -} - -iconv.encodingExists = function encodingExists(enc) { - try { - iconv.getCodec(enc); - return true; - } catch (e) { - return false; - } -} - -// Legacy aliases to convert functions -iconv.toEncoding = iconv.encode; -iconv.fromEncoding = iconv.decode; - -// Search for a codec in iconv.encodings. Cache codec data in iconv._codecDataCache. -iconv._codecDataCache = {}; -iconv.getCodec = function getCodec(encoding) { - if (!iconv.encodings) - iconv.encodings = require("../encodings"); // Lazy load all encoding definitions. - - // Canonicalize encoding name: strip all non-alphanumeric chars and appended year. - var enc = iconv._canonicalizeEncoding(encoding); - - // Traverse iconv.encodings to find actual codec. - var codecOptions = {}; - while (true) { - var codec = iconv._codecDataCache[enc]; - if (codec) - return codec; - - var codecDef = iconv.encodings[enc]; - - switch (typeof codecDef) { - case "string": // Direct alias to other encoding. - enc = codecDef; - break; - - case "object": // Alias with options. Can be layered. - for (var key in codecDef) - codecOptions[key] = codecDef[key]; - - if (!codecOptions.encodingName) - codecOptions.encodingName = enc; - - enc = codecDef.type; - break; - - case "function": // Codec itself. - if (!codecOptions.encodingName) - codecOptions.encodingName = enc; - - // The codec function must load all tables and return object with .encoder and .decoder methods. - // It'll be called only once (for each different options object). - codec = new codecDef(codecOptions, iconv); - - iconv._codecDataCache[codecOptions.encodingName] = codec; // Save it to be reused later. - return codec; - - default: - throw new Error("Encoding not recognized: '" + encoding + "' (searched as: '"+enc+"')"); - } - } -} - -iconv._canonicalizeEncoding = function(encoding) { - // Canonicalize encoding name: strip all non-alphanumeric chars and appended year. - return (''+encoding).toLowerCase().replace(/:\d{4}$|[^0-9a-z]/g, ""); -} - -iconv.getEncoder = function getEncoder(encoding, options) { - var codec = iconv.getCodec(encoding), - encoder = new codec.encoder(options, codec); - - if (codec.bomAware && options && options.addBOM) - encoder = new bomHandling.PrependBOM(encoder, options); - - return encoder; -} - -iconv.getDecoder = function getDecoder(encoding, options) { - var codec = iconv.getCodec(encoding), - decoder = new codec.decoder(options, codec); - - if (codec.bomAware && !(options && options.stripBOM === false)) - decoder = new bomHandling.StripBOM(decoder, options); - - return decoder; -} - -// Streaming API -// NOTE: Streaming API naturally depends on 'stream' module from Node.js. Unfortunately in browser environments this module can add -// up to 100Kb to the output bundle. To avoid unnecessary code bloat, we don't enable Streaming API in browser by default. -// If you would like to enable it explicitly, please add the following code to your app: -// > iconv.enableStreamingAPI(require('stream')); -iconv.enableStreamingAPI = function enableStreamingAPI(stream_module) { - if (iconv.supportsStreams) - return; - - // Dependency-inject stream module to create IconvLite stream classes. - var streams = require("./streams")(stream_module); - - // Not public API yet, but expose the stream classes. - iconv.IconvLiteEncoderStream = streams.IconvLiteEncoderStream; - iconv.IconvLiteDecoderStream = streams.IconvLiteDecoderStream; - - // Streaming API. - iconv.encodeStream = function encodeStream(encoding, options) { - return new iconv.IconvLiteEncoderStream(iconv.getEncoder(encoding, options), options); - } - - iconv.decodeStream = function decodeStream(encoding, options) { - return new iconv.IconvLiteDecoderStream(iconv.getDecoder(encoding, options), options); - } - - iconv.supportsStreams = true; -} - -// Enable Streaming API automatically if 'stream' module is available and non-empty (the majority of environments). -var stream_module; -try { - stream_module = require("stream"); -} catch (e) {} - -if (stream_module && stream_module.Transform) { - iconv.enableStreamingAPI(stream_module); - -} else { - // In rare cases where 'stream' module is not available by default, throw a helpful exception. - iconv.encodeStream = iconv.decodeStream = function() { - throw new Error("iconv-lite Streaming API is not enabled. Use iconv.enableStreamingAPI(require('stream')); to enable it."); - }; -} - -if ("Ā" != "\u0100") { - console.error("iconv-lite warning: js files use non-utf8 encoding. See https://github.com/ashtuchkin/iconv-lite/wiki/Javascript-source-file-encodings for more info."); -} diff --git a/software/flow/node_modules/npm/node_modules/iconv-lite/lib/streams.js b/software/flow/node_modules/npm/node_modules/iconv-lite/lib/streams.js deleted file mode 100644 index a150648..0000000 --- a/software/flow/node_modules/npm/node_modules/iconv-lite/lib/streams.js +++ /dev/null @@ -1,109 +0,0 @@ -"use strict"; - -var Buffer = require("safer-buffer").Buffer; - -// NOTE: Due to 'stream' module being pretty large (~100Kb, significant in browser environments), -// we opt to dependency-inject it instead of creating a hard dependency. -module.exports = function(stream_module) { - var Transform = stream_module.Transform; - - // == Encoder stream ======================================================= - - function IconvLiteEncoderStream(conv, options) { - this.conv = conv; - options = options || {}; - options.decodeStrings = false; // We accept only strings, so we don't need to decode them. - Transform.call(this, options); - } - - IconvLiteEncoderStream.prototype = Object.create(Transform.prototype, { - constructor: { value: IconvLiteEncoderStream } - }); - - IconvLiteEncoderStream.prototype._transform = function(chunk, encoding, done) { - if (typeof chunk != 'string') - return done(new Error("Iconv encoding stream needs strings as its input.")); - try { - var res = this.conv.write(chunk); - if (res && res.length) this.push(res); - done(); - } - catch (e) { - done(e); - } - } - - IconvLiteEncoderStream.prototype._flush = function(done) { - try { - var res = this.conv.end(); - if (res && res.length) this.push(res); - done(); - } - catch (e) { - done(e); - } - } - - IconvLiteEncoderStream.prototype.collect = function(cb) { - var chunks = []; - this.on('error', cb); - this.on('data', function(chunk) { chunks.push(chunk); }); - this.on('end', function() { - cb(null, Buffer.concat(chunks)); - }); - return this; - } - - - // == Decoder stream ======================================================= - - function IconvLiteDecoderStream(conv, options) { - this.conv = conv; - options = options || {}; - options.encoding = this.encoding = 'utf8'; // We output strings. - Transform.call(this, options); - } - - IconvLiteDecoderStream.prototype = Object.create(Transform.prototype, { - constructor: { value: IconvLiteDecoderStream } - }); - - IconvLiteDecoderStream.prototype._transform = function(chunk, encoding, done) { - if (!Buffer.isBuffer(chunk) && !(chunk instanceof Uint8Array)) - return done(new Error("Iconv decoding stream needs buffers as its input.")); - try { - var res = this.conv.write(chunk); - if (res && res.length) this.push(res, this.encoding); - done(); - } - catch (e) { - done(e); - } - } - - IconvLiteDecoderStream.prototype._flush = function(done) { - try { - var res = this.conv.end(); - if (res && res.length) this.push(res, this.encoding); - done(); - } - catch (e) { - done(e); - } - } - - IconvLiteDecoderStream.prototype.collect = function(cb) { - var res = ''; - this.on('error', cb); - this.on('data', function(chunk) { res += chunk; }); - this.on('end', function() { - cb(null, res); - }); - return this; - } - - return { - IconvLiteEncoderStream: IconvLiteEncoderStream, - IconvLiteDecoderStream: IconvLiteDecoderStream, - }; -}; diff --git a/software/flow/node_modules/npm/node_modules/iconv-lite/package.json b/software/flow/node_modules/npm/node_modules/iconv-lite/package.json deleted file mode 100644 index d351115..0000000 --- a/software/flow/node_modules/npm/node_modules/iconv-lite/package.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "name": "iconv-lite", - "description": "Convert character encodings in pure javascript.", - "version": "0.6.3", - "license": "MIT", - "keywords": [ - "iconv", - "convert", - "charset", - "icu" - ], - "author": "Alexander Shtuchkin <ashtuchkin@gmail.com>", - "main": "./lib/index.js", - "typings": "./lib/index.d.ts", - "homepage": "https://github.com/ashtuchkin/iconv-lite", - "bugs": "https://github.com/ashtuchkin/iconv-lite/issues", - "repository": { - "type": "git", - "url": "git://github.com/ashtuchkin/iconv-lite.git" - }, - "engines": { - "node": ">=0.10.0" - }, - "scripts": { - "coverage": "c8 _mocha --grep .", - "test": "mocha --reporter spec --grep ." - }, - "browser": { - "stream": false - }, - "devDependencies": { - "async": "^3.2.0", - "c8": "^7.2.0", - "errto": "^0.2.1", - "iconv": "^2.3.5", - "mocha": "^3.5.3", - "request": "^2.88.2", - "semver": "^6.3.0", - "unorm": "^1.6.0" - }, - "dependencies": { - "safer-buffer": ">= 2.1.2 < 3.0.0" - } -} diff --git a/software/flow/node_modules/npm/node_modules/ieee754/LICENSE b/software/flow/node_modules/npm/node_modules/ieee754/LICENSE deleted file mode 100644 index 5aac82c..0000000 --- a/software/flow/node_modules/npm/node_modules/ieee754/LICENSE +++ /dev/null @@ -1,11 +0,0 @@ -Copyright 2008 Fair Oaks Labs, Inc. - -Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - -1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - -3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/software/flow/node_modules/npm/node_modules/ieee754/index.d.ts b/software/flow/node_modules/npm/node_modules/ieee754/index.d.ts deleted file mode 100644 index f1e4354..0000000 --- a/software/flow/node_modules/npm/node_modules/ieee754/index.d.ts +++ /dev/null @@ -1,10 +0,0 @@ -declare namespace ieee754 { - export function read( - buffer: Uint8Array, offset: number, isLE: boolean, mLen: number, - nBytes: number): number; - export function write( - buffer: Uint8Array, value: number, offset: number, isLE: boolean, - mLen: number, nBytes: number): void; - } - - export = ieee754; \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/ieee754/index.js b/software/flow/node_modules/npm/node_modules/ieee754/index.js deleted file mode 100644 index 81d26c3..0000000 --- a/software/flow/node_modules/npm/node_modules/ieee754/index.js +++ /dev/null @@ -1,85 +0,0 @@ -/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */ -exports.read = function (buffer, offset, isLE, mLen, nBytes) { - var e, m - var eLen = (nBytes * 8) - mLen - 1 - var eMax = (1 << eLen) - 1 - var eBias = eMax >> 1 - var nBits = -7 - var i = isLE ? (nBytes - 1) : 0 - var d = isLE ? -1 : 1 - var s = buffer[offset + i] - - i += d - - e = s & ((1 << (-nBits)) - 1) - s >>= (-nBits) - nBits += eLen - for (; nBits > 0; e = (e * 256) + buffer[offset + i], i += d, nBits -= 8) {} - - m = e & ((1 << (-nBits)) - 1) - e >>= (-nBits) - nBits += mLen - for (; nBits > 0; m = (m * 256) + buffer[offset + i], i += d, nBits -= 8) {} - - if (e === 0) { - e = 1 - eBias - } else if (e === eMax) { - return m ? NaN : ((s ? -1 : 1) * Infinity) - } else { - m = m + Math.pow(2, mLen) - e = e - eBias - } - return (s ? -1 : 1) * m * Math.pow(2, e - mLen) -} - -exports.write = function (buffer, value, offset, isLE, mLen, nBytes) { - var e, m, c - var eLen = (nBytes * 8) - mLen - 1 - var eMax = (1 << eLen) - 1 - var eBias = eMax >> 1 - var rt = (mLen === 23 ? Math.pow(2, -24) - Math.pow(2, -77) : 0) - var i = isLE ? 0 : (nBytes - 1) - var d = isLE ? 1 : -1 - var s = value < 0 || (value === 0 && 1 / value < 0) ? 1 : 0 - - value = Math.abs(value) - - if (isNaN(value) || value === Infinity) { - m = isNaN(value) ? 1 : 0 - e = eMax - } else { - e = Math.floor(Math.log(value) / Math.LN2) - if (value * (c = Math.pow(2, -e)) < 1) { - e-- - c *= 2 - } - if (e + eBias >= 1) { - value += rt / c - } else { - value += rt * Math.pow(2, 1 - eBias) - } - if (value * c >= 2) { - e++ - c /= 2 - } - - if (e + eBias >= eMax) { - m = 0 - e = eMax - } else if (e + eBias >= 1) { - m = ((value * c) - 1) * Math.pow(2, mLen) - e = e + eBias - } else { - m = value * Math.pow(2, eBias - 1) * Math.pow(2, mLen) - e = 0 - } - } - - for (; mLen >= 8; buffer[offset + i] = m & 0xff, i += d, m /= 256, mLen -= 8) {} - - e = (e << mLen) | m - eLen += mLen - for (; eLen > 0; buffer[offset + i] = e & 0xff, i += d, e /= 256, eLen -= 8) {} - - buffer[offset + i - d] |= s * 128 -} diff --git a/software/flow/node_modules/npm/node_modules/ieee754/package.json b/software/flow/node_modules/npm/node_modules/ieee754/package.json deleted file mode 100644 index 7b23851..0000000 --- a/software/flow/node_modules/npm/node_modules/ieee754/package.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "name": "ieee754", - "description": "Read/write IEEE754 floating point numbers from/to a Buffer or array-like object", - "version": "1.2.1", - "author": { - "name": "Feross Aboukhadijeh", - "email": "feross@feross.org", - "url": "https://feross.org" - }, - "contributors": [ - "Romain Beauxis <toots@rastageeks.org>" - ], - "devDependencies": { - "airtap": "^3.0.0", - "standard": "*", - "tape": "^5.0.1" - }, - "keywords": [ - "IEEE 754", - "buffer", - "convert", - "floating point", - "ieee754" - ], - "license": "BSD-3-Clause", - "main": "index.js", - "types": "index.d.ts", - "repository": { - "type": "git", - "url": "git://github.com/feross/ieee754.git" - }, - "scripts": { - "test": "standard && npm run test-node && npm run test-browser", - "test-browser": "airtap -- test/*.js", - "test-browser-local": "airtap --local -- test/*.js", - "test-node": "tape test/*.js" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ] -} diff --git a/software/flow/node_modules/npm/node_modules/ignore-walk/LICENSE b/software/flow/node_modules/npm/node_modules/ignore-walk/LICENSE deleted file mode 100644 index 19129e3..0000000 --- a/software/flow/node_modules/npm/node_modules/ignore-walk/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -The ISC License - -Copyright (c) Isaac Z. Schlueter and Contributors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/ignore-walk/lib/index.js b/software/flow/node_modules/npm/node_modules/ignore-walk/lib/index.js deleted file mode 100644 index 40a0726..0000000 --- a/software/flow/node_modules/npm/node_modules/ignore-walk/lib/index.js +++ /dev/null @@ -1,294 +0,0 @@ -'use strict' - -const fs = require('fs') -const path = require('path') -const EE = require('events').EventEmitter -const Minimatch = require('minimatch').Minimatch - -class Walker extends EE { - constructor (opts) { - opts = opts || {} - super(opts) - // set to true if this.path is a symlink, whether follow is true or not - this.isSymbolicLink = opts.isSymbolicLink - this.path = opts.path || process.cwd() - this.basename = path.basename(this.path) - this.ignoreFiles = opts.ignoreFiles || ['.ignore'] - this.ignoreRules = {} - this.parent = opts.parent || null - this.includeEmpty = !!opts.includeEmpty - this.root = this.parent ? this.parent.root : this.path - this.follow = !!opts.follow - this.result = this.parent ? this.parent.result : new Set() - this.entries = null - this.sawError = false - } - - sort (a, b) { - return a.localeCompare(b, 'en') - } - - emit (ev, data) { - let ret = false - if (!(this.sawError && ev === 'error')) { - if (ev === 'error') { - this.sawError = true - } else if (ev === 'done' && !this.parent) { - data = Array.from(data) - .map(e => /^@/.test(e) ? `./${e}` : e).sort(this.sort) - this.result = data - } - - if (ev === 'error' && this.parent) { - ret = this.parent.emit('error', data) - } else { - ret = super.emit(ev, data) - } - } - return ret - } - - start () { - fs.readdir(this.path, (er, entries) => - er ? this.emit('error', er) : this.onReaddir(entries)) - return this - } - - isIgnoreFile (e) { - return e !== '.' && - e !== '..' && - this.ignoreFiles.indexOf(e) !== -1 - } - - onReaddir (entries) { - this.entries = entries - if (entries.length === 0) { - if (this.includeEmpty) { - this.result.add(this.path.slice(this.root.length + 1)) - } - this.emit('done', this.result) - } else { - const hasIg = this.entries.some(e => - this.isIgnoreFile(e)) - - if (hasIg) { - this.addIgnoreFiles() - } else { - this.filterEntries() - } - } - } - - addIgnoreFiles () { - const newIg = this.entries - .filter(e => this.isIgnoreFile(e)) - - let igCount = newIg.length - const then = _ => { - if (--igCount === 0) { - this.filterEntries() - } - } - - newIg.forEach(e => this.addIgnoreFile(e, then)) - } - - addIgnoreFile (file, then) { - const ig = path.resolve(this.path, file) - fs.readFile(ig, 'utf8', (er, data) => - er ? this.emit('error', er) : this.onReadIgnoreFile(file, data, then)) - } - - onReadIgnoreFile (file, data, then) { - const mmopt = { - matchBase: true, - dot: true, - flipNegate: true, - nocase: true, - } - const rules = data.split(/\r?\n/) - .filter(line => !/^#|^$/.test(line.trim())) - .map(rule => { - return new Minimatch(rule.trim(), mmopt) - }) - - this.ignoreRules[file] = rules - - then() - } - - filterEntries () { - // at this point we either have ignore rules, or just inheriting - // this exclusion is at the point where we know the list of - // entries in the dir, but don't know what they are. since - // some of them *might* be directories, we have to run the - // match in dir-mode as well, so that we'll pick up partials - // of files that will be included later. Anything included - // at this point will be checked again later once we know - // what it is. - const filtered = this.entries.map(entry => { - // at this point, we don't know if it's a dir or not. - const passFile = this.filterEntry(entry) - const passDir = this.filterEntry(entry, true) - return (passFile || passDir) ? [entry, passFile, passDir] : false - }).filter(e => e) - - // now we stat them all - // if it's a dir, and passes as a dir, then recurse - // if it's not a dir, but passes as a file, add to set - let entryCount = filtered.length - if (entryCount === 0) { - this.emit('done', this.result) - } else { - const then = _ => { - if (--entryCount === 0) { - this.emit('done', this.result) - } - } - filtered.forEach(filt => { - const entry = filt[0] - const file = filt[1] - const dir = filt[2] - this.stat({ entry, file, dir }, then) - }) - } - } - - onstat ({ st, entry, file, dir, isSymbolicLink }, then) { - const abs = this.path + '/' + entry - if (!st.isDirectory()) { - if (file) { - this.result.add(abs.slice(this.root.length + 1)) - } - then() - } else { - // is a directory - if (dir) { - this.walker(entry, { isSymbolicLink }, then) - } else { - then() - } - } - } - - stat ({ entry, file, dir }, then) { - const abs = this.path + '/' + entry - fs.lstat(abs, (lstatErr, lstatResult) => { - if (lstatErr) { - this.emit('error', lstatErr) - } else { - const isSymbolicLink = lstatResult.isSymbolicLink() - if (this.follow && isSymbolicLink) { - fs.stat(abs, (statErr, statResult) => { - if (statErr) { - this.emit('error', statErr) - } else { - this.onstat({ st: statResult, entry, file, dir, isSymbolicLink }, then) - } - }) - } else { - this.onstat({ st: lstatResult, entry, file, dir, isSymbolicLink }, then) - } - } - }) - } - - walkerOpt (entry, opts) { - return { - path: this.path + '/' + entry, - parent: this, - ignoreFiles: this.ignoreFiles, - follow: this.follow, - includeEmpty: this.includeEmpty, - ...opts, - } - } - - walker (entry, opts, then) { - new Walker(this.walkerOpt(entry, opts)).on('done', then).start() - } - - filterEntry (entry, partial) { - let included = true - - // this = /a/b/c - // entry = d - // parent /a/b sees c/d - if (this.parent && this.parent.filterEntry) { - var pt = this.basename + '/' + entry - included = this.parent.filterEntry(pt, partial) - } - - this.ignoreFiles.forEach(f => { - if (this.ignoreRules[f]) { - this.ignoreRules[f].forEach(rule => { - // negation means inclusion - // so if it's negated, and already included, no need to check - // likewise if it's neither negated nor included - if (rule.negate !== included) { - // first, match against /foo/bar - // then, against foo/bar - // then, in the case of partials, match with a / - const match = rule.match('/' + entry) || - rule.match(entry) || - (!!partial && ( - rule.match('/' + entry + '/') || - rule.match(entry + '/'))) || - (!!partial && rule.negate && ( - rule.match('/' + entry, true) || - rule.match(entry, true))) - - if (match) { - included = rule.negate - } - } - }) - } - }) - - return included - } -} - -class WalkerSync extends Walker { - start () { - this.onReaddir(fs.readdirSync(this.path)) - return this - } - - addIgnoreFile (file, then) { - const ig = path.resolve(this.path, file) - this.onReadIgnoreFile(file, fs.readFileSync(ig, 'utf8'), then) - } - - stat ({ entry, file, dir }, then) { - const abs = this.path + '/' + entry - let st = fs.lstatSync(abs) - const isSymbolicLink = st.isSymbolicLink() - if (this.follow && isSymbolicLink) { - st = fs.statSync(abs) - } - - // console.error('STAT SYNC', {st, entry, file, dir, isSymbolicLink, then}) - this.onstat({ st, entry, file, dir, isSymbolicLink }, then) - } - - walker (entry, opts, then) { - new WalkerSync(this.walkerOpt(entry, opts)).start() - then() - } -} - -const walk = (opts, callback) => { - const p = new Promise((resolve, reject) => { - new Walker(opts).on('done', resolve).on('error', reject).start() - }) - return callback ? p.then(res => callback(null, res), callback) : p -} - -const walkSync = opts => new WalkerSync(opts).start().result - -module.exports = walk -walk.sync = walkSync -walk.Walker = Walker -walk.WalkerSync = WalkerSync diff --git a/software/flow/node_modules/npm/node_modules/ignore-walk/package.json b/software/flow/node_modules/npm/node_modules/ignore-walk/package.json deleted file mode 100644 index 97a2854..0000000 --- a/software/flow/node_modules/npm/node_modules/ignore-walk/package.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "name": "ignore-walk", - "version": "6.0.1", - "description": "Nested/recursive `.gitignore`/`.npmignore` parsing and filtering.", - "main": "lib/index.js", - "devDependencies": { - "@npmcli/eslint-config": "^4.0.0", - "@npmcli/template-oss": "4.11.3", - "mkdirp": "^1.0.4", - "mutate-fs": "^2.1.1", - "rimraf": "^3.0.2", - "tap": "^16.0.1" - }, - "scripts": { - "test": "tap", - "posttest": "npm run lint", - "lint": "eslint \"**/*.js\"", - "eslint": "eslint", - "lintfix": "npm run lint -- --fix", - "npmclilint": "npmcli-lint", - "postsnap": "npm run lintfix --", - "postlint": "template-oss-check", - "template-oss-apply": "template-oss-apply --force", - "test:windows-coverage": "npm pkg set tap.statements=99 --json && npm pkg set tap.branches=98 --json && npm pkg set tap.lines=99 --json", - "snap": "tap" - }, - "keywords": [ - "ignorefile", - "ignore", - "file", - ".gitignore", - ".npmignore", - "glob" - ], - "author": "GitHub Inc.", - "license": "ISC", - "repository": { - "type": "git", - "url": "https://github.com/npm/ignore-walk.git" - }, - "files": [ - "bin/", - "lib/" - ], - "dependencies": { - "minimatch": "^6.1.6" - }, - "tap": { - "test-env": "LC_ALL=sk", - "before": "test/00-setup.js", - "after": "test/zz-cleanup.js", - "timeout": 600, - "jobs": 1, - "nyc-arg": [ - "--exclude", - "tap-snapshots/**" - ] - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.11.3", - "content": "scripts/template-oss" - } -} diff --git a/software/flow/node_modules/npm/node_modules/imurmurhash/imurmurhash.js b/software/flow/node_modules/npm/node_modules/imurmurhash/imurmurhash.js deleted file mode 100644 index e63146a..0000000 --- a/software/flow/node_modules/npm/node_modules/imurmurhash/imurmurhash.js +++ /dev/null @@ -1,138 +0,0 @@ -/** - * @preserve - * JS Implementation of incremental MurmurHash3 (r150) (as of May 10, 2013) - * - * @author <a href="mailto:jensyt@gmail.com">Jens Taylor</a> - * @see http://github.com/homebrewing/brauhaus-diff - * @author <a href="mailto:gary.court@gmail.com">Gary Court</a> - * @see http://github.com/garycourt/murmurhash-js - * @author <a href="mailto:aappleby@gmail.com">Austin Appleby</a> - * @see http://sites.google.com/site/murmurhash/ - */ -(function(){ - var cache; - - // Call this function without `new` to use the cached object (good for - // single-threaded environments), or with `new` to create a new object. - // - // @param {string} key A UTF-16 or ASCII string - // @param {number} seed An optional positive integer - // @return {object} A MurmurHash3 object for incremental hashing - function MurmurHash3(key, seed) { - var m = this instanceof MurmurHash3 ? this : cache; - m.reset(seed) - if (typeof key === 'string' && key.length > 0) { - m.hash(key); - } - - if (m !== this) { - return m; - } - }; - - // Incrementally add a string to this hash - // - // @param {string} key A UTF-16 or ASCII string - // @return {object} this - MurmurHash3.prototype.hash = function(key) { - var h1, k1, i, top, len; - - len = key.length; - this.len += len; - - k1 = this.k1; - i = 0; - switch (this.rem) { - case 0: k1 ^= len > i ? (key.charCodeAt(i++) & 0xffff) : 0; - case 1: k1 ^= len > i ? (key.charCodeAt(i++) & 0xffff) << 8 : 0; - case 2: k1 ^= len > i ? (key.charCodeAt(i++) & 0xffff) << 16 : 0; - case 3: - k1 ^= len > i ? (key.charCodeAt(i) & 0xff) << 24 : 0; - k1 ^= len > i ? (key.charCodeAt(i++) & 0xff00) >> 8 : 0; - } - - this.rem = (len + this.rem) & 3; // & 3 is same as % 4 - len -= this.rem; - if (len > 0) { - h1 = this.h1; - while (1) { - k1 = (k1 * 0x2d51 + (k1 & 0xffff) * 0xcc9e0000) & 0xffffffff; - k1 = (k1 << 15) | (k1 >>> 17); - k1 = (k1 * 0x3593 + (k1 & 0xffff) * 0x1b870000) & 0xffffffff; - - h1 ^= k1; - h1 = (h1 << 13) | (h1 >>> 19); - h1 = (h1 * 5 + 0xe6546b64) & 0xffffffff; - - if (i >= len) { - break; - } - - k1 = ((key.charCodeAt(i++) & 0xffff)) ^ - ((key.charCodeAt(i++) & 0xffff) << 8) ^ - ((key.charCodeAt(i++) & 0xffff) << 16); - top = key.charCodeAt(i++); - k1 ^= ((top & 0xff) << 24) ^ - ((top & 0xff00) >> 8); - } - - k1 = 0; - switch (this.rem) { - case 3: k1 ^= (key.charCodeAt(i + 2) & 0xffff) << 16; - case 2: k1 ^= (key.charCodeAt(i + 1) & 0xffff) << 8; - case 1: k1 ^= (key.charCodeAt(i) & 0xffff); - } - - this.h1 = h1; - } - - this.k1 = k1; - return this; - }; - - // Get the result of this hash - // - // @return {number} The 32-bit hash - MurmurHash3.prototype.result = function() { - var k1, h1; - - k1 = this.k1; - h1 = this.h1; - - if (k1 > 0) { - k1 = (k1 * 0x2d51 + (k1 & 0xffff) * 0xcc9e0000) & 0xffffffff; - k1 = (k1 << 15) | (k1 >>> 17); - k1 = (k1 * 0x3593 + (k1 & 0xffff) * 0x1b870000) & 0xffffffff; - h1 ^= k1; - } - - h1 ^= this.len; - - h1 ^= h1 >>> 16; - h1 = (h1 * 0xca6b + (h1 & 0xffff) * 0x85eb0000) & 0xffffffff; - h1 ^= h1 >>> 13; - h1 = (h1 * 0xae35 + (h1 & 0xffff) * 0xc2b20000) & 0xffffffff; - h1 ^= h1 >>> 16; - - return h1 >>> 0; - }; - - // Reset the hash object for reuse - // - // @param {number} seed An optional positive integer - MurmurHash3.prototype.reset = function(seed) { - this.h1 = typeof seed === 'number' ? seed : 0; - this.rem = this.k1 = this.len = 0; - return this; - }; - - // A cached object to use. This can be safely used if you're in a single- - // threaded environment, otherwise you need to create new hashes to use. - cache = new MurmurHash3(); - - if (typeof(module) != 'undefined') { - module.exports = MurmurHash3; - } else { - this.MurmurHash3 = MurmurHash3; - } -}()); diff --git a/software/flow/node_modules/npm/node_modules/imurmurhash/imurmurhash.min.js b/software/flow/node_modules/npm/node_modules/imurmurhash/imurmurhash.min.js deleted file mode 100644 index dc0ee88..0000000 --- a/software/flow/node_modules/npm/node_modules/imurmurhash/imurmurhash.min.js +++ /dev/null @@ -1,12 +0,0 @@ -/** - * @preserve - * JS Implementation of incremental MurmurHash3 (r150) (as of May 10, 2013) - * - * @author <a href="mailto:jensyt@gmail.com">Jens Taylor</a> - * @see http://github.com/homebrewing/brauhaus-diff - * @author <a href="mailto:gary.court@gmail.com">Gary Court</a> - * @see http://github.com/garycourt/murmurhash-js - * @author <a href="mailto:aappleby@gmail.com">Austin Appleby</a> - * @see http://sites.google.com/site/murmurhash/ - */ -!function(){function t(h,r){var s=this instanceof t?this:e;return s.reset(r),"string"==typeof h&&h.length>0&&s.hash(h),s!==this?s:void 0}var e;t.prototype.hash=function(t){var e,h,r,s,i;switch(i=t.length,this.len+=i,h=this.k1,r=0,this.rem){case 0:h^=i>r?65535&t.charCodeAt(r++):0;case 1:h^=i>r?(65535&t.charCodeAt(r++))<<8:0;case 2:h^=i>r?(65535&t.charCodeAt(r++))<<16:0;case 3:h^=i>r?(255&t.charCodeAt(r))<<24:0,h^=i>r?(65280&t.charCodeAt(r++))>>8:0}if(this.rem=3&i+this.rem,i-=this.rem,i>0){for(e=this.h1;;){if(h=4294967295&11601*h+3432906752*(65535&h),h=h<<15|h>>>17,h=4294967295&13715*h+461832192*(65535&h),e^=h,e=e<<13|e>>>19,e=4294967295&5*e+3864292196,r>=i)break;h=65535&t.charCodeAt(r++)^(65535&t.charCodeAt(r++))<<8^(65535&t.charCodeAt(r++))<<16,s=t.charCodeAt(r++),h^=(255&s)<<24^(65280&s)>>8}switch(h=0,this.rem){case 3:h^=(65535&t.charCodeAt(r+2))<<16;case 2:h^=(65535&t.charCodeAt(r+1))<<8;case 1:h^=65535&t.charCodeAt(r)}this.h1=e}return this.k1=h,this},t.prototype.result=function(){var t,e;return t=this.k1,e=this.h1,t>0&&(t=4294967295&11601*t+3432906752*(65535&t),t=t<<15|t>>>17,t=4294967295&13715*t+461832192*(65535&t),e^=t),e^=this.len,e^=e>>>16,e=4294967295&51819*e+2246770688*(65535&e),e^=e>>>13,e=4294967295&44597*e+3266445312*(65535&e),e^=e>>>16,e>>>0},t.prototype.reset=function(t){return this.h1="number"==typeof t?t:0,this.rem=this.k1=this.len=0,this},e=new t,"undefined"!=typeof module?module.exports=t:this.MurmurHash3=t}(); \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/imurmurhash/package.json b/software/flow/node_modules/npm/node_modules/imurmurhash/package.json deleted file mode 100644 index 8a93edb..0000000 --- a/software/flow/node_modules/npm/node_modules/imurmurhash/package.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "imurmurhash", - "version": "0.1.4", - "description": "An incremental implementation of MurmurHash3", - "homepage": "https://github.com/jensyt/imurmurhash-js", - "main": "imurmurhash.js", - "files": [ - "imurmurhash.js", - "imurmurhash.min.js", - "package.json", - "README.md" - ], - "repository": { - "type": "git", - "url": "https://github.com/jensyt/imurmurhash-js" - }, - "bugs": { - "url": "https://github.com/jensyt/imurmurhash-js/issues" - }, - "keywords": [ - "murmur", - "murmurhash", - "murmurhash3", - "hash", - "incremental" - ], - "author": { - "name": "Jens Taylor", - "email": "jensyt@gmail.com", - "url": "https://github.com/homebrewing" - }, - "license": "MIT", - "dependencies": { - }, - "devDependencies": { - }, - "engines": { - "node": ">=0.8.19" - } -} diff --git a/software/flow/node_modules/npm/node_modules/indent-string/index.d.ts b/software/flow/node_modules/npm/node_modules/indent-string/index.d.ts deleted file mode 100644 index 1185231..0000000 --- a/software/flow/node_modules/npm/node_modules/indent-string/index.d.ts +++ /dev/null @@ -1,42 +0,0 @@ -declare namespace indentString { - interface Options { - /** - The string to use for the indent. - - @default ' ' - */ - readonly indent?: string; - - /** - Also indent empty lines. - - @default false - */ - readonly includeEmptyLines?: boolean; - } -} - -/** -Indent each line in a string. - -@param string - The string to indent. -@param count - How many times you want `options.indent` repeated. Default: `1`. - -@example -``` -import indentString = require('indent-string'); - -indentString('Unicorns\nRainbows', 4); -//=> ' Unicorns\n Rainbows' - -indentString('Unicorns\nRainbows', 4, {indent: '♥'}); -//=> '♥♥♥♥Unicorns\n♥♥♥♥Rainbows' -``` -*/ -declare function indentString( - string: string, - count?: number, - options?: indentString.Options -): string; - -export = indentString; diff --git a/software/flow/node_modules/npm/node_modules/indent-string/index.js b/software/flow/node_modules/npm/node_modules/indent-string/index.js deleted file mode 100644 index e1ab804..0000000 --- a/software/flow/node_modules/npm/node_modules/indent-string/index.js +++ /dev/null @@ -1,35 +0,0 @@ -'use strict'; - -module.exports = (string, count = 1, options) => { - options = { - indent: ' ', - includeEmptyLines: false, - ...options - }; - - if (typeof string !== 'string') { - throw new TypeError( - `Expected \`input\` to be a \`string\`, got \`${typeof string}\`` - ); - } - - if (typeof count !== 'number') { - throw new TypeError( - `Expected \`count\` to be a \`number\`, got \`${typeof count}\`` - ); - } - - if (typeof options.indent !== 'string') { - throw new TypeError( - `Expected \`options.indent\` to be a \`string\`, got \`${typeof options.indent}\`` - ); - } - - if (count === 0) { - return string; - } - - const regex = options.includeEmptyLines ? /^/gm : /^(?!\s*$)/gm; - - return string.replace(regex, options.indent.repeat(count)); -}; diff --git a/software/flow/node_modules/npm/node_modules/indent-string/license b/software/flow/node_modules/npm/node_modules/indent-string/license deleted file mode 100644 index e7af2f7..0000000 --- a/software/flow/node_modules/npm/node_modules/indent-string/license +++ /dev/null @@ -1,9 +0,0 @@ -MIT License - -Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/indent-string/package.json b/software/flow/node_modules/npm/node_modules/indent-string/package.json deleted file mode 100644 index 497bb83..0000000 --- a/software/flow/node_modules/npm/node_modules/indent-string/package.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "indent-string", - "version": "4.0.0", - "description": "Indent each line in a string", - "license": "MIT", - "repository": "sindresorhus/indent-string", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "sindresorhus.com" - }, - "engines": { - "node": ">=8" - }, - "scripts": { - "test": "xo && ava && tsd" - }, - "files": [ - "index.js", - "index.d.ts" - ], - "keywords": [ - "indent", - "string", - "pad", - "align", - "line", - "text", - "each", - "every" - ], - "devDependencies": { - "ava": "^1.4.1", - "tsd": "^0.7.2", - "xo": "^0.24.0" - } -} diff --git a/software/flow/node_modules/npm/node_modules/infer-owner/LICENSE b/software/flow/node_modules/npm/node_modules/infer-owner/LICENSE deleted file mode 100644 index 20a4762..0000000 --- a/software/flow/node_modules/npm/node_modules/infer-owner/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -The ISC License - -Copyright (c) npm, Inc. and Contributors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/infer-owner/index.js b/software/flow/node_modules/npm/node_modules/infer-owner/index.js deleted file mode 100644 index a7bddcb..0000000 --- a/software/flow/node_modules/npm/node_modules/infer-owner/index.js +++ /dev/null @@ -1,71 +0,0 @@ -const cache = new Map() -const fs = require('fs') -const { dirname, resolve } = require('path') - - -const lstat = path => new Promise((res, rej) => - fs.lstat(path, (er, st) => er ? rej(er) : res(st))) - -const inferOwner = path => { - path = resolve(path) - if (cache.has(path)) - return Promise.resolve(cache.get(path)) - - const statThen = st => { - const { uid, gid } = st - cache.set(path, { uid, gid }) - return { uid, gid } - } - const parent = dirname(path) - const parentTrap = parent === path ? null : er => { - return inferOwner(parent).then((owner) => { - cache.set(path, owner) - return owner - }) - } - return lstat(path).then(statThen, parentTrap) -} - -const inferOwnerSync = path => { - path = resolve(path) - if (cache.has(path)) - return cache.get(path) - - const parent = dirname(path) - - // avoid obscuring call site by re-throwing - // "catch" the error by returning from a finally, - // only if we're not at the root, and the parent call works. - let threw = true - try { - const st = fs.lstatSync(path) - threw = false - const { uid, gid } = st - cache.set(path, { uid, gid }) - return { uid, gid } - } finally { - if (threw && parent !== path) { - const owner = inferOwnerSync(parent) - cache.set(path, owner) - return owner // eslint-disable-line no-unsafe-finally - } - } -} - -const inflight = new Map() -module.exports = path => { - path = resolve(path) - if (inflight.has(path)) - return Promise.resolve(inflight.get(path)) - const p = inferOwner(path).then(owner => { - inflight.delete(path) - return owner - }) - inflight.set(path, p) - return p -} -module.exports.sync = inferOwnerSync -module.exports.clearCache = () => { - cache.clear() - inflight.clear() -} diff --git a/software/flow/node_modules/npm/node_modules/infer-owner/package.json b/software/flow/node_modules/npm/node_modules/infer-owner/package.json deleted file mode 100644 index c4b2b6e..0000000 --- a/software/flow/node_modules/npm/node_modules/infer-owner/package.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "name": "infer-owner", - "version": "1.0.4", - "description": "Infer the owner of a path based on the owner of its nearest existing parent", - "author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)", - "license": "ISC", - "scripts": { - "test": "tap -J test/*.js --100", - "snap": "TAP_SNAPSHOT=1 tap -J test/*.js --100", - "preversion": "npm test", - "postversion": "npm publish", - "postpublish": "git push origin --follow-tags" - }, - "devDependencies": { - "mutate-fs": "^2.1.1", - "tap": "^12.4.2" - }, - "main": "index.js", - "repository": "https://github.com/npm/infer-owner", - "publishConfig": { - "access": "public" - }, - "files": [ - "index.js" - ] -} diff --git a/software/flow/node_modules/npm/node_modules/inflight/LICENSE b/software/flow/node_modules/npm/node_modules/inflight/LICENSE deleted file mode 100644 index 05eeeb8..0000000 --- a/software/flow/node_modules/npm/node_modules/inflight/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -The ISC License - -Copyright (c) Isaac Z. Schlueter - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/inflight/inflight.js b/software/flow/node_modules/npm/node_modules/inflight/inflight.js deleted file mode 100644 index 48202b3..0000000 --- a/software/flow/node_modules/npm/node_modules/inflight/inflight.js +++ /dev/null @@ -1,54 +0,0 @@ -var wrappy = require('wrappy') -var reqs = Object.create(null) -var once = require('once') - -module.exports = wrappy(inflight) - -function inflight (key, cb) { - if (reqs[key]) { - reqs[key].push(cb) - return null - } else { - reqs[key] = [cb] - return makeres(key) - } -} - -function makeres (key) { - return once(function RES () { - var cbs = reqs[key] - var len = cbs.length - var args = slice(arguments) - - // XXX It's somewhat ambiguous whether a new callback added in this - // pass should be queued for later execution if something in the - // list of callbacks throws, or if it should just be discarded. - // However, it's such an edge case that it hardly matters, and either - // choice is likely as surprising as the other. - // As it happens, we do go ahead and schedule it for later execution. - try { - for (var i = 0; i < len; i++) { - cbs[i].apply(null, args) - } - } finally { - if (cbs.length > len) { - // added more in the interim. - // de-zalgo, just in case, but don't call again. - cbs.splice(0, len) - process.nextTick(function () { - RES.apply(null, args) - }) - } else { - delete reqs[key] - } - } - }) -} - -function slice (args) { - var length = args.length - var array = [] - - for (var i = 0; i < length; i++) array[i] = args[i] - return array -} diff --git a/software/flow/node_modules/npm/node_modules/inflight/package.json b/software/flow/node_modules/npm/node_modules/inflight/package.json deleted file mode 100644 index 6084d35..0000000 --- a/software/flow/node_modules/npm/node_modules/inflight/package.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "inflight", - "version": "1.0.6", - "description": "Add callbacks to requests in flight to avoid async duplication", - "main": "inflight.js", - "files": [ - "inflight.js" - ], - "dependencies": { - "once": "^1.3.0", - "wrappy": "1" - }, - "devDependencies": { - "tap": "^7.1.2" - }, - "scripts": { - "test": "tap test.js --100" - }, - "repository": { - "type": "git", - "url": "https://github.com/npm/inflight.git" - }, - "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)", - "bugs": { - "url": "https://github.com/isaacs/inflight/issues" - }, - "homepage": "https://github.com/isaacs/inflight", - "license": "ISC" -} diff --git a/software/flow/node_modules/npm/node_modules/inherits/LICENSE b/software/flow/node_modules/npm/node_modules/inherits/LICENSE deleted file mode 100644 index dea3013..0000000 --- a/software/flow/node_modules/npm/node_modules/inherits/LICENSE +++ /dev/null @@ -1,16 +0,0 @@ -The ISC License - -Copyright (c) Isaac Z. Schlueter - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH -REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, -INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM -LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR -OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR -PERFORMANCE OF THIS SOFTWARE. - diff --git a/software/flow/node_modules/npm/node_modules/inherits/inherits.js b/software/flow/node_modules/npm/node_modules/inherits/inherits.js deleted file mode 100644 index f71f2d9..0000000 --- a/software/flow/node_modules/npm/node_modules/inherits/inherits.js +++ /dev/null @@ -1,9 +0,0 @@ -try { - var util = require('util'); - /* istanbul ignore next */ - if (typeof util.inherits !== 'function') throw ''; - module.exports = util.inherits; -} catch (e) { - /* istanbul ignore next */ - module.exports = require('./inherits_browser.js'); -} diff --git a/software/flow/node_modules/npm/node_modules/inherits/inherits_browser.js b/software/flow/node_modules/npm/node_modules/inherits/inherits_browser.js deleted file mode 100644 index 86bbb3d..0000000 --- a/software/flow/node_modules/npm/node_modules/inherits/inherits_browser.js +++ /dev/null @@ -1,27 +0,0 @@ -if (typeof Object.create === 'function') { - // implementation from standard node.js 'util' module - module.exports = function inherits(ctor, superCtor) { - if (superCtor) { - ctor.super_ = superCtor - ctor.prototype = Object.create(superCtor.prototype, { - constructor: { - value: ctor, - enumerable: false, - writable: true, - configurable: true - } - }) - } - }; -} else { - // old school shim for old browsers - module.exports = function inherits(ctor, superCtor) { - if (superCtor) { - ctor.super_ = superCtor - var TempCtor = function () {} - TempCtor.prototype = superCtor.prototype - ctor.prototype = new TempCtor() - ctor.prototype.constructor = ctor - } - } -} diff --git a/software/flow/node_modules/npm/node_modules/inherits/package.json b/software/flow/node_modules/npm/node_modules/inherits/package.json deleted file mode 100644 index 37b4366..0000000 --- a/software/flow/node_modules/npm/node_modules/inherits/package.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "inherits", - "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()", - "version": "2.0.4", - "keywords": [ - "inheritance", - "class", - "klass", - "oop", - "object-oriented", - "inherits", - "browser", - "browserify" - ], - "main": "./inherits.js", - "browser": "./inherits_browser.js", - "repository": "git://github.com/isaacs/inherits", - "license": "ISC", - "scripts": { - "test": "tap" - }, - "devDependencies": { - "tap": "^14.2.4" - }, - "files": [ - "inherits.js", - "inherits_browser.js" - ] -} diff --git a/software/flow/node_modules/npm/node_modules/ini/LICENSE b/software/flow/node_modules/npm/node_modules/ini/LICENSE deleted file mode 100644 index 19129e3..0000000 --- a/software/flow/node_modules/npm/node_modules/ini/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -The ISC License - -Copyright (c) Isaac Z. Schlueter and Contributors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/ini/lib/ini.js b/software/flow/node_modules/npm/node_modules/ini/lib/ini.js deleted file mode 100644 index d05682b..0000000 --- a/software/flow/node_modules/npm/node_modules/ini/lib/ini.js +++ /dev/null @@ -1,230 +0,0 @@ -const { hasOwnProperty } = Object.prototype - -/* istanbul ignore next */ -const eol = typeof process !== 'undefined' && - process.platform === 'win32' ? '\r\n' : '\n' - -const encode = (obj, opt) => { - const children = [] - let out = '' - - if (typeof opt === 'string') { - opt = { - section: opt, - whitespace: false, - } - } else { - opt = opt || Object.create(null) - opt.whitespace = opt.whitespace === true - } - - const separator = opt.whitespace ? ' = ' : '=' - - for (const k of Object.keys(obj)) { - const val = obj[k] - if (val && Array.isArray(val)) { - for (const item of val) { - out += safe(k + '[]') + separator + safe(item) + eol - } - } else if (val && typeof val === 'object') { - children.push(k) - } else { - out += safe(k) + separator + safe(val) + eol - } - } - - if (opt.section && out.length) { - out = '[' + safe(opt.section) + ']' + eol + out - } - - for (const k of children) { - const nk = dotSplit(k).join('\\.') - const section = (opt.section ? opt.section + '.' : '') + nk - const { whitespace } = opt - const child = encode(obj[k], { - section, - whitespace, - }) - if (out.length && child.length) { - out += eol - } - - out += child - } - - return out -} - -const dotSplit = str => - str.replace(/\1/g, '\u0002LITERAL\\1LITERAL\u0002') - .replace(/\\\./g, '\u0001') - .split(/\./) - .map(part => - part.replace(/\1/g, '\\.') - .replace(/\2LITERAL\\1LITERAL\2/g, '\u0001')) - -const decode = str => { - const out = Object.create(null) - let p = out - let section = null - // section |key = value - const re = /^\[([^\]]*)\]$|^([^=]+)(=(.*))?$/i - const lines = str.split(/[\r\n]+/g) - - for (const line of lines) { - if (!line || line.match(/^\s*[;#]/)) { - continue - } - const match = line.match(re) - if (!match) { - continue - } - if (match[1] !== undefined) { - section = unsafe(match[1]) - if (section === '__proto__') { - // not allowed - // keep parsing the section, but don't attach it. - p = Object.create(null) - continue - } - p = out[section] = out[section] || Object.create(null) - continue - } - const keyRaw = unsafe(match[2]) - const isArray = keyRaw.length > 2 && keyRaw.slice(-2) === '[]' - const key = isArray ? keyRaw.slice(0, -2) : keyRaw - if (key === '__proto__') { - continue - } - const valueRaw = match[3] ? unsafe(match[4]) : true - const value = valueRaw === 'true' || - valueRaw === 'false' || - valueRaw === 'null' ? JSON.parse(valueRaw) - : valueRaw - - // Convert keys with '[]' suffix to an array - if (isArray) { - if (!hasOwnProperty.call(p, key)) { - p[key] = [] - } else if (!Array.isArray(p[key])) { - p[key] = [p[key]] - } - } - - // safeguard against resetting a previously defined - // array by accidentally forgetting the brackets - if (Array.isArray(p[key])) { - p[key].push(value) - } else { - p[key] = value - } - } - - // {a:{y:1},"a.b":{x:2}} --> {a:{y:1,b:{x:2}}} - // use a filter to return the keys that have to be deleted. - const remove = [] - for (const k of Object.keys(out)) { - if (!hasOwnProperty.call(out, k) || - typeof out[k] !== 'object' || - Array.isArray(out[k])) { - continue - } - - // see if the parent section is also an object. - // if so, add it to that, and mark this one for deletion - const parts = dotSplit(k) - p = out - const l = parts.pop() - const nl = l.replace(/\\\./g, '.') - for (const part of parts) { - if (part === '__proto__') { - continue - } - if (!hasOwnProperty.call(p, part) || typeof p[part] !== 'object') { - p[part] = Object.create(null) - } - p = p[part] - } - if (p === out && nl === l) { - continue - } - - p[nl] = out[k] - remove.push(k) - } - for (const del of remove) { - delete out[del] - } - - return out -} - -const isQuoted = val => { - return (val.startsWith('"') && val.endsWith('"')) || - (val.startsWith("'") && val.endsWith("'")) -} - -const safe = val => { - if ( - typeof val !== 'string' || - val.match(/[=\r\n]/) || - val.match(/^\[/) || - (val.length > 1 && isQuoted(val)) || - val !== val.trim() - ) { - return JSON.stringify(val) - } - return val.split(';').join('\\;').split('#').join('\\#') -} - -const unsafe = (val, doUnesc) => { - val = (val || '').trim() - if (isQuoted(val)) { - // remove the single quotes before calling JSON.parse - if (val.charAt(0) === "'") { - val = val.slice(1, -1) - } - try { - val = JSON.parse(val) - } catch { - // ignore errors - } - } else { - // walk the val to find the first not-escaped ; character - let esc = false - let unesc = '' - for (let i = 0, l = val.length; i < l; i++) { - const c = val.charAt(i) - if (esc) { - if ('\\;#'.indexOf(c) !== -1) { - unesc += c - } else { - unesc += '\\' + c - } - - esc = false - } else if (';#'.indexOf(c) !== -1) { - break - } else if (c === '\\') { - esc = true - } else { - unesc += c - } - } - if (esc) { - unesc += '\\' - } - - return unesc.trim() - } - return val -} - -module.exports = { - parse: decode, - decode, - stringify: encode, - encode, - safe, - unsafe, -} diff --git a/software/flow/node_modules/npm/node_modules/ini/package.json b/software/flow/node_modules/npm/node_modules/ini/package.json deleted file mode 100644 index e41c0f0..0000000 --- a/software/flow/node_modules/npm/node_modules/ini/package.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "author": "GitHub Inc.", - "name": "ini", - "description": "An ini encoder/decoder for node", - "version": "3.0.1", - "repository": { - "type": "git", - "url": "https://github.com/npm/ini.git" - }, - "main": "lib/ini.js", - "scripts": { - "eslint": "eslint", - "lint": "eslint \"**/*.js\"", - "lintfix": "npm run lint -- --fix", - "test": "tap", - "snap": "tap", - "posttest": "npm run lint", - "preversion": "npm test", - "postversion": "npm publish", - "prepublishOnly": "git push origin --follow-tags", - "postlint": "template-oss-check", - "template-oss-apply": "template-oss-apply --force" - }, - "devDependencies": { - "@npmcli/eslint-config": "^3.0.1", - "@npmcli/template-oss": "3.5.0", - "tap": "^16.0.1" - }, - "license": "ISC", - "files": [ - "bin/", - "lib/" - ], - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "3.5.0" - } -} diff --git a/software/flow/node_modules/npm/node_modules/init-package-json/LICENSE.md b/software/flow/node_modules/npm/node_modules/init-package-json/LICENSE.md deleted file mode 100644 index 845be76..0000000 --- a/software/flow/node_modules/npm/node_modules/init-package-json/LICENSE.md +++ /dev/null @@ -1,18 +0,0 @@ -ISC License - -Copyright npm, Inc. - -Permission to use, copy, modify, and/or distribute this -software for any purpose with or without fee is hereby -granted, provided that the above copyright notice and this -permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND NPM DISCLAIMS ALL -WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO -EVENT SHALL NPM BE LIABLE FOR ANY SPECIAL, DIRECT, -INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER -TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE -USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/init-package-json/lib/default-input.js b/software/flow/node_modules/npm/node_modules/init-package-json/lib/default-input.js deleted file mode 100644 index 490e83c..0000000 --- a/software/flow/node_modules/npm/node_modules/init-package-json/lib/default-input.js +++ /dev/null @@ -1,262 +0,0 @@ -/* globals config, dirname, package, basename, yes, prompt */ - -const fs = require('fs/promises') -const path = require('path') -const validateLicense = require('validate-npm-package-license') -const validateName = require('validate-npm-package-name') -const npa = require('npm-package-arg') -const semver = require('semver') - -// more popular packages should go here, maybe? -const isTestPkg = (p) => !!p.match(/^(expresso|mocha|tap|coffee-script|coco|streamline)$/) - -const invalid = (msg) => Object.assign(new Error(msg), { notValid: true }) - -const readDeps = (test, excluded) => async () => { - const dirs = await fs.readdir('node_modules').catch(() => null) - - if (!dirs) { - return - } - - const deps = {} - for (const dir of dirs) { - if (dir.match(/^\./) || test !== isTestPkg(dir) || excluded[dir]) { - continue - } - - const dp = path.join(dirname, 'node_modules', dir, 'package.json') - const p = await fs.readFile(dp, 'utf8').then((d) => JSON.parse(d)).catch(() => null) - - if (!p || !p.version || p?._requiredBy?.some((r) => r === '#USER')) { - continue - } - - deps[dir] = config.get('save-exact') ? p.version : config.get('save-prefix') + p.version - } - - return deps -} - -const getConfig = (key) => { - // dots take precedence over dashes - const def = config?.defaults?.[`init.${key}`] - const val = config.get(`init.${key}`) - return (val !== def && val) ? val : config.get(`init-${key.replace(/\./g, '-')}`) -} - -const getName = () => { - const rawName = package.name || basename - let name = rawName - .replace(/^node-|[.-]js$/g, '') - .replace(/\s+/g, ' ') - .replace(/ /g, '-') - .toLowerCase() - - let spec - try { - spec = npa(name) - } catch { - spec = {} - } - - let scope = config.get('scope') - - if (scope) { - if (scope.charAt(0) !== '@') { - scope = '@' + scope - } - if (spec.scope) { - name = scope + '/' + spec.name.split('/')[1] - } else { - name = scope + '/' + name - } - } - - return name -} - -const name = getName() -exports.name = yes ? name : prompt('package name', name, (data) => { - const its = validateName(data) - if (its.validForNewPackages) { - return data - } - const errors = (its.errors || []).concat(its.warnings || []) - return invalid(`Sorry, ${errors.join(' and ')}.`) -}) - -const version = package.version || getConfig('version') || '1.0.0' -exports.version = yes ? version : prompt('version', version, (v) => { - if (semver.valid(v)) { - return v - } - return invalid(`Invalid version: "${v}"`) -}) - -if (!package.description) { - exports.description = yes ? '' : prompt('description') -} - -if (!package.main) { - exports.main = async () => { - const files = await fs.readdir(dirname) - .then(list => list.filter((f) => f.match(/\.js$/))) - .catch(() => []) - - let index - if (files.includes('index.js')) { - index = 'index.js' - } else if (files.includes('main.js')) { - index = 'main.js' - } else if (files.includes(basename + '.js')) { - index = basename + '.js' - } else { - index = files[0] || 'index.js' - } - - return yes ? index : prompt('entry point', index) - } -} - -if (!package.bin) { - exports.bin = async () => { - try { - const d = await fs.readdir(path.resolve(dirname, 'bin')) - // just take the first js file we find there, or nada - let r = d.find(f => f.match(/\.js$/)) - if (r) { - r = `bin/${r}` - } - return r - } catch { - // no bins - } - } -} - -exports.directories = async () => { - const dirs = await fs.readdir(dirname) - - const res = dirs.reduce((acc, d) => { - if (/^examples?$/.test(d)) { - acc.example = d - } else if (/^tests?$/.test(d)) { - acc.test = d - } else if (/^docs?$/.test(d)) { - acc.doc = d - } else if (d === 'man') { - acc.man = d - } else if (d === 'lib') { - acc.lib = d - } - - return acc - }, {}) - - return Object.keys(res).length === 0 ? undefined : res -} - -if (!package.dependencies) { - exports.dependencies = readDeps(false, package.devDependencies || {}) -} - -if (!package.devDependencies) { - exports.devDependencies = readDeps(true, package.dependencies || {}) -} - -// MUST have a test script! -if (!package.scripts) { - const scripts = package.scripts || {} - const notest = 'echo "Error: no test specified" && exit 1' - exports.scripts = async () => { - const d = await fs.readdir(path.join(dirname, 'node_modules')).catch(() => []) - - // check to see what framework is in use, if any - let command - if (!scripts.test || scripts.test === notest) { - const commands = { - tap: 'tap test/*.js', - expresso: 'expresso test', - mocha: 'mocha', - } - for (const [k, v] of Object.entries(commands)) { - if (d.includes(k)) { - command = v - } - } - } - - const promptArgs = ['test command', (t) => t || notest] - if (command) { - promptArgs.splice(1, 0, command) - } - scripts.test = yes ? command || notest : prompt(...promptArgs) - - return scripts - } -} - -if (!package.repository) { - exports.repository = async () => { - const gconf = await fs.readFile('.git/config', 'utf8').catch(() => '') - const lines = gconf.split(/\r?\n/) - - let url - const i = lines.indexOf('[remote "origin"]') - - if (i !== -1) { - url = gconf[i + 1] - if (!url.match(/^\s*url =/)) { - url = gconf[i + 2] - } - if (!url.match(/^\s*url =/)) { - url = null - } else { - url = url.replace(/^\s*url = /, '') - } - } - - if (url && url.match(/^git@github.com:/)) { - url = url.replace(/^git@github.com:/, 'https://github.com/') - } - - return yes ? url || '' : prompt('git repository', url || undefined) - } -} - -if (!package.keywords) { - exports.keywords = yes ? '' : prompt('keywords', (data) => { - if (!data) { - return - } - if (Array.isArray(data)) { - data = data.join(' ') - } - if (typeof data !== 'string') { - return data - } - return data.split(/[\s,]+/) - }) -} - -if (!package.author) { - const authorName = getConfig('author.name') - exports.author = authorName - ? { - name: authorName, - email: getConfig('author.email'), - url: getConfig('author.url'), - } - : yes ? '' : prompt('author') -} - -const license = package.license || getConfig('license') || 'ISC' -exports.license = yes ? license : prompt('license', license, (data) => { - const its = validateLicense(data) - if (its.validForNewPackages) { - return data - } - const errors = (its.errors || []).concat(its.warnings || []) - return invalid(`Sorry, ${errors.join(' and ')}.`) -}) diff --git a/software/flow/node_modules/npm/node_modules/init-package-json/lib/init-package-json.js b/software/flow/node_modules/npm/node_modules/init-package-json/lib/init-package-json.js deleted file mode 100644 index 077ebd9..0000000 --- a/software/flow/node_modules/npm/node_modules/init-package-json/lib/init-package-json.js +++ /dev/null @@ -1,145 +0,0 @@ - -const promzard = require('promzard') -const path = require('path') -const fs = require('fs/promises') -const semver = require('semver') -const read = require('read') -const util = require('util') -const rpj = require('read-package-json') - -const def = require.resolve('./default-input.js') - -// to validate the data object at the end as a worthwhile package -// and assign default values for things. -const _extraSet = rpj.extraSet -const _rpj = util.promisify(rpj) -const _rpjExtras = util.promisify(rpj.extras) -const readPkgJson = async (file, pkg) => { - // only do a few of these. no need for mans or contributors if they're in the files - rpj.extraSet = _extraSet.filter(f => f.name !== 'authors' && f.name !== 'mans') - const p = pkg ? _rpjExtras(file, pkg) : _rpj(file) - return p.catch(() => ({})).finally(() => rpj.extraSet = _extraSet) -} - -const isYes = (c) => !!(c.get('yes') || c.get('y') || c.get('force') || c.get('f')) - -const getConfig = (c = {}) => { - // accept either a plain-jane object, or a config object with a "get" method. - if (typeof c.get !== 'function') { - const data = c - return { - get: (k) => data[k], - toJSON: () => data, - } - } - return c -} - -const stringifyPerson = (p) => { - if (typeof p === 'string') { - return p - } - const { name = '', url, web, email, mail } = p - const u = url || web - const e = email || mail - return `${name}${e ? ` <${e}>` : ''}${u ? ` (${u})` : ''}` -} - -async function init (dir, input = def, c = {}) { - const config = getConfig(c) - const yes = isYes(config) - const packageFile = path.resolve(dir, 'package.json') - - const pkg = await readPkgJson(packageFile) - - if (!semver.valid(pkg.version)) { - delete pkg.version - } - - // make sure that the input is valid. if not, use the default - const pzData = await promzard(path.resolve(input), { - yes, - config, - filename: packageFile, - dirname: path.dirname(packageFile), - basename: path.basename(path.dirname(packageFile)), - package: pkg, - }, { backupFile: def }) - - for (const [k, v] of Object.entries(pzData)) { - if (v != null) { - pkg[k] = v - } - } - - const pkgExtras = await readPkgJson(packageFile, pkg) - - // turn the objects into somewhat more humane strings. - if (pkgExtras.author) { - pkgExtras.author = stringifyPerson(pkgExtras.author) - } - - for (const set of ['maintainers', 'contributors']) { - if (Array.isArray(pkgExtras[set])) { - pkgExtras[set] = pkgExtras[set].map(stringifyPerson) - } - } - - // no need for the readme now. - delete pkgExtras.readme - delete pkgExtras.readmeFilename - - // really don't want to have this lying around in the file - delete pkgExtras._id - - // ditto - delete pkgExtras.gitHead - - // if the repo is empty, remove it. - if (!pkgExtras.repository) { - delete pkgExtras.repository - } - - // readJson filters out empty descriptions, but init-package-json - // traditionally leaves them alone - if (!pkgExtras.description) { - pkgExtras.description = pzData.description - } - - // optionalDependencies don't need to be repeated in two places - if (pkgExtras.dependencies) { - if (pkgExtras.optionalDependencies) { - for (const name of Object.keys(pkgExtras.optionalDependencies)) { - delete pkgExtras.dependencies[name] - } - } - if (Object.keys(pkgExtras.dependencies).length === 0) { - delete pkgExtras.dependencies - } - } - - const stringified = JSON.stringify(pkgExtras, null, 2) + '\n' - const msg = util.format('%s:\n\n%s\n', packageFile, stringified) - const write = () => fs.writeFile(packageFile, stringified, 'utf8') - - if (yes) { - await write() - if (!config.get('silent')) { - console.log(`Wrote to ${msg}`) - } - return pkgExtras - } - - console.log(`About to write to ${msg}`) - const ok = await read({ prompt: 'Is this OK? ', default: 'yes' }) - if (!ok || !ok.toLowerCase().startsWith('y')) { - console.log('Aborted.') - return - } - - await write() - return pkgExtras -} - -module.exports = init -module.exports.yes = isYes diff --git a/software/flow/node_modules/npm/node_modules/init-package-json/package.json b/software/flow/node_modules/npm/node_modules/init-package-json/package.json deleted file mode 100644 index e2cb1fe..0000000 --- a/software/flow/node_modules/npm/node_modules/init-package-json/package.json +++ /dev/null @@ -1,68 +0,0 @@ -{ - "name": "init-package-json", - "version": "5.0.0", - "main": "lib/init-package-json.js", - "scripts": { - "test": "tap", - "lint": "eslint \"**/*.js\"", - "postlint": "template-oss-check", - "lintfix": "npm run lint -- --fix", - "snap": "tap", - "posttest": "npm run lint", - "template-oss-apply": "template-oss-apply --force" - }, - "repository": { - "type": "git", - "url": "https://github.com/npm/init-package-json.git" - }, - "author": "GitHub Inc.", - "license": "ISC", - "description": "A node module to get your node module started", - "dependencies": { - "npm-package-arg": "^10.0.0", - "promzard": "^1.0.0", - "read": "^2.0.0", - "read-package-json": "^6.0.0", - "semver": "^7.3.5", - "validate-npm-package-license": "^3.0.4", - "validate-npm-package-name": "^5.0.0" - }, - "devDependencies": { - "@npmcli/config": "^6.0.0", - "@npmcli/eslint-config": "^4.0.0", - "@npmcli/template-oss": "4.11.3", - "tap": "^16.0.1" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "tap": { - "statements": 95, - "branches": 78, - "lines": 94, - "jobs": 1, - "test-ignore": "fixtures/", - "nyc-arg": [ - "--exclude", - "tap-snapshots/**" - ] - }, - "keywords": [ - "init", - "package.json", - "package", - "helper", - "wizard", - "wizerd", - "prompt", - "start" - ], - "files": [ - "bin/", - "lib/" - ], - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.11.3" - } -} diff --git a/software/flow/node_modules/npm/node_modules/ip-regex/index.d.ts b/software/flow/node_modules/npm/node_modules/ip-regex/index.d.ts deleted file mode 100644 index 0999ed2..0000000 --- a/software/flow/node_modules/npm/node_modules/ip-regex/index.d.ts +++ /dev/null @@ -1,70 +0,0 @@ -declare namespace ip { - interface Options { - /** - Only match an exact string. Useful with `RegExp#test()` to check if a string is an IP address. *(`false` matches any IP address in a string)* - - @default false - */ - readonly exact?: boolean; - - /** - Include boundaries in the regex. When `true`, `192.168.0.2000000000` will report as an invalid IPv4 address. If this option is not set, the mentioned IPv4 address would report as valid (ignoring the trailing zeros). - - @default false - */ - readonly includeBoundaries?: boolean; - } -} - -declare const ip: { - /** - Regular expression for matching IP addresses. - - @returns A regex for matching both IPv4 and IPv6. - - @example - ``` - import ipRegex = require('ip-regex'); - - // Contains an IP address? - ipRegex().test('unicorn 192.168.0.1'); - //=> true - - // Is an IP address? - ipRegex({exact: true}).test('unicorn 192.168.0.1'); - //=> false - - 'unicorn 192.168.0.1 cake 1:2:3:4:5:6:7:8 rainbow'.match(ipRegex()); - //=> ['192.168.0.1', '1:2:3:4:5:6:7:8'] - - // Contains an IP address? - ipRegex({includeBoundaries: true}).test('192.168.0.2000000000'); - //=> false - - // Matches an IP address? - '192.168.0.2000000000'.match(ipRegex({includeBoundaries: true})); - //=> null - ``` - */ - (options?: ip.Options): RegExp; - - /** - @returns A regex for matching IPv4. - */ - v4(options?: ip.Options): RegExp; - - /** - @returns A regex for matching IPv6. - - @example - ``` - import ipRegex = require('ip-regex'); - - ipRegex.v6({exact: true}).test('1:2:3:4:5:6:7:8'); - //=> true - ``` - */ - v6(options?: ip.Options): RegExp; -}; - -export = ip; diff --git a/software/flow/node_modules/npm/node_modules/ip-regex/index.js b/software/flow/node_modules/npm/node_modules/ip-regex/index.js deleted file mode 100644 index ab7a37f..0000000 --- a/software/flow/node_modules/npm/node_modules/ip-regex/index.js +++ /dev/null @@ -1,36 +0,0 @@ -'use strict'; - -const word = '[a-fA-F\\d:]'; -const b = options => options && options.includeBoundaries ? - `(?:(?<=\\s|^)(?=${word})|(?<=${word})(?=\\s|$))` : - ''; - -const v4 = '(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)(?:\\.(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)){3}'; - -const v6seg = '[a-fA-F\\d]{1,4}'; -const v6 = ` -(?: -(?:${v6seg}:){7}(?:${v6seg}|:)| // 1:2:3:4:5:6:7:: 1:2:3:4:5:6:7:8 -(?:${v6seg}:){6}(?:${v4}|:${v6seg}|:)| // 1:2:3:4:5:6:: 1:2:3:4:5:6::8 1:2:3:4:5:6::8 1:2:3:4:5:6::1.2.3.4 -(?:${v6seg}:){5}(?::${v4}|(?::${v6seg}){1,2}|:)| // 1:2:3:4:5:: 1:2:3:4:5::7:8 1:2:3:4:5::8 1:2:3:4:5::7:1.2.3.4 -(?:${v6seg}:){4}(?:(?::${v6seg}){0,1}:${v4}|(?::${v6seg}){1,3}|:)| // 1:2:3:4:: 1:2:3:4::6:7:8 1:2:3:4::8 1:2:3:4::6:7:1.2.3.4 -(?:${v6seg}:){3}(?:(?::${v6seg}){0,2}:${v4}|(?::${v6seg}){1,4}|:)| // 1:2:3:: 1:2:3::5:6:7:8 1:2:3::8 1:2:3::5:6:7:1.2.3.4 -(?:${v6seg}:){2}(?:(?::${v6seg}){0,3}:${v4}|(?::${v6seg}){1,5}|:)| // 1:2:: 1:2::4:5:6:7:8 1:2::8 1:2::4:5:6:7:1.2.3.4 -(?:${v6seg}:){1}(?:(?::${v6seg}){0,4}:${v4}|(?::${v6seg}){1,6}|:)| // 1:: 1::3:4:5:6:7:8 1::8 1::3:4:5:6:7:1.2.3.4 -(?::(?:(?::${v6seg}){0,5}:${v4}|(?::${v6seg}){1,7}|:)) // ::2:3:4:5:6:7:8 ::2:3:4:5:6:7:8 ::8 ::1.2.3.4 -)(?:%[0-9a-zA-Z]{1,})? // %eth0 %1 -`.replace(/\s*\/\/.*$/gm, '').replace(/\n/g, '').trim(); - -// Pre-compile only the exact regexes because adding a global flag make regexes stateful -const v46Exact = new RegExp(`(?:^${v4}$)|(?:^${v6}$)`); -const v4exact = new RegExp(`^${v4}$`); -const v6exact = new RegExp(`^${v6}$`); - -const ip = options => options && options.exact ? - v46Exact : - new RegExp(`(?:${b(options)}${v4}${b(options)})|(?:${b(options)}${v6}${b(options)})`, 'g'); - -ip.v4 = options => options && options.exact ? v4exact : new RegExp(`${b(options)}${v4}${b(options)}`, 'g'); -ip.v6 = options => options && options.exact ? v6exact : new RegExp(`${b(options)}${v6}${b(options)}`, 'g'); - -module.exports = ip; diff --git a/software/flow/node_modules/npm/node_modules/ip-regex/license b/software/flow/node_modules/npm/node_modules/ip-regex/license deleted file mode 100644 index e7af2f7..0000000 --- a/software/flow/node_modules/npm/node_modules/ip-regex/license +++ /dev/null @@ -1,9 +0,0 @@ -MIT License - -Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/ip-regex/package.json b/software/flow/node_modules/npm/node_modules/ip-regex/package.json deleted file mode 100644 index 2fb8a03..0000000 --- a/software/flow/node_modules/npm/node_modules/ip-regex/package.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "name": "ip-regex", - "version": "4.3.0", - "description": "Regular expression for matching IP addresses (IPv4 & IPv6)", - "license": "MIT", - "repository": "sindresorhus/ip-regex", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "sindresorhus.com" - }, - "engines": { - "node": ">=8" - }, - "scripts": { - "test": "xo && ava && tsd" - }, - "files": [ - "index.js", - "index.d.ts" - ], - "keywords": [ - "ip", - "ipv6", - "ipv4", - "regex", - "regexp", - "re", - "match", - "test", - "find", - "text", - "pattern", - "internet", - "protocol", - "address", - "validate" - ], - "devDependencies": { - "ava": "^1.4.1", - "tsd": "^0.7.2", - "xo": "^0.24.0" - } -} diff --git a/software/flow/node_modules/npm/node_modules/ip/lib/ip.js b/software/flow/node_modules/npm/node_modules/ip/lib/ip.js deleted file mode 100644 index 4b2adb5..0000000 --- a/software/flow/node_modules/npm/node_modules/ip/lib/ip.js +++ /dev/null @@ -1,422 +0,0 @@ -const ip = exports; -const { Buffer } = require('buffer'); -const os = require('os'); - -ip.toBuffer = function (ip, buff, offset) { - offset = ~~offset; - - let result; - - if (this.isV4Format(ip)) { - result = buff || Buffer.alloc(offset + 4); - ip.split(/\./g).map((byte) => { - result[offset++] = parseInt(byte, 10) & 0xff; - }); - } else if (this.isV6Format(ip)) { - const sections = ip.split(':', 8); - - let i; - for (i = 0; i < sections.length; i++) { - const isv4 = this.isV4Format(sections[i]); - let v4Buffer; - - if (isv4) { - v4Buffer = this.toBuffer(sections[i]); - sections[i] = v4Buffer.slice(0, 2).toString('hex'); - } - - if (v4Buffer && ++i < 8) { - sections.splice(i, 0, v4Buffer.slice(2, 4).toString('hex')); - } - } - - if (sections[0] === '') { - while (sections.length < 8) sections.unshift('0'); - } else if (sections[sections.length - 1] === '') { - while (sections.length < 8) sections.push('0'); - } else if (sections.length < 8) { - for (i = 0; i < sections.length && sections[i] !== ''; i++); - const argv = [i, 1]; - for (i = 9 - sections.length; i > 0; i--) { - argv.push('0'); - } - sections.splice(...argv); - } - - result = buff || Buffer.alloc(offset + 16); - for (i = 0; i < sections.length; i++) { - const word = parseInt(sections[i], 16); - result[offset++] = (word >> 8) & 0xff; - result[offset++] = word & 0xff; - } - } - - if (!result) { - throw Error(`Invalid ip address: ${ip}`); - } - - return result; -}; - -ip.toString = function (buff, offset, length) { - offset = ~~offset; - length = length || (buff.length - offset); - - let result = []; - if (length === 4) { - // IPv4 - for (let i = 0; i < length; i++) { - result.push(buff[offset + i]); - } - result = result.join('.'); - } else if (length === 16) { - // IPv6 - for (let i = 0; i < length; i += 2) { - result.push(buff.readUInt16BE(offset + i).toString(16)); - } - result = result.join(':'); - result = result.replace(/(^|:)0(:0)*:0(:|$)/, '$1::$3'); - result = result.replace(/:{3,4}/, '::'); - } - - return result; -}; - -const ipv4Regex = /^(\d{1,3}\.){3,3}\d{1,3}$/; -const ipv6Regex = /^(::)?(((\d{1,3}\.){3}(\d{1,3}){1})?([0-9a-f]){0,4}:{0,2}){1,8}(::)?$/i; - -ip.isV4Format = function (ip) { - return ipv4Regex.test(ip); -}; - -ip.isV6Format = function (ip) { - return ipv6Regex.test(ip); -}; - -function _normalizeFamily(family) { - if (family === 4) { - return 'ipv4'; - } - if (family === 6) { - return 'ipv6'; - } - return family ? family.toLowerCase() : 'ipv4'; -} - -ip.fromPrefixLen = function (prefixlen, family) { - if (prefixlen > 32) { - family = 'ipv6'; - } else { - family = _normalizeFamily(family); - } - - let len = 4; - if (family === 'ipv6') { - len = 16; - } - const buff = Buffer.alloc(len); - - for (let i = 0, n = buff.length; i < n; ++i) { - let bits = 8; - if (prefixlen < 8) { - bits = prefixlen; - } - prefixlen -= bits; - - buff[i] = ~(0xff >> bits) & 0xff; - } - - return ip.toString(buff); -}; - -ip.mask = function (addr, mask) { - addr = ip.toBuffer(addr); - mask = ip.toBuffer(mask); - - const result = Buffer.alloc(Math.max(addr.length, mask.length)); - - // Same protocol - do bitwise and - let i; - if (addr.length === mask.length) { - for (i = 0; i < addr.length; i++) { - result[i] = addr[i] & mask[i]; - } - } else if (mask.length === 4) { - // IPv6 address and IPv4 mask - // (Mask low bits) - for (i = 0; i < mask.length; i++) { - result[i] = addr[addr.length - 4 + i] & mask[i]; - } - } else { - // IPv6 mask and IPv4 addr - for (i = 0; i < result.length - 6; i++) { - result[i] = 0; - } - - // ::ffff:ipv4 - result[10] = 0xff; - result[11] = 0xff; - for (i = 0; i < addr.length; i++) { - result[i + 12] = addr[i] & mask[i + 12]; - } - i += 12; - } - for (; i < result.length; i++) { - result[i] = 0; - } - - return ip.toString(result); -}; - -ip.cidr = function (cidrString) { - const cidrParts = cidrString.split('/'); - - const addr = cidrParts[0]; - if (cidrParts.length !== 2) { - throw new Error(`invalid CIDR subnet: ${addr}`); - } - - const mask = ip.fromPrefixLen(parseInt(cidrParts[1], 10)); - - return ip.mask(addr, mask); -}; - -ip.subnet = function (addr, mask) { - const networkAddress = ip.toLong(ip.mask(addr, mask)); - - // Calculate the mask's length. - const maskBuffer = ip.toBuffer(mask); - let maskLength = 0; - - for (let i = 0; i < maskBuffer.length; i++) { - if (maskBuffer[i] === 0xff) { - maskLength += 8; - } else { - let octet = maskBuffer[i] & 0xff; - while (octet) { - octet = (octet << 1) & 0xff; - maskLength++; - } - } - } - - const numberOfAddresses = 2 ** (32 - maskLength); - - return { - networkAddress: ip.fromLong(networkAddress), - firstAddress: numberOfAddresses <= 2 - ? ip.fromLong(networkAddress) - : ip.fromLong(networkAddress + 1), - lastAddress: numberOfAddresses <= 2 - ? ip.fromLong(networkAddress + numberOfAddresses - 1) - : ip.fromLong(networkAddress + numberOfAddresses - 2), - broadcastAddress: ip.fromLong(networkAddress + numberOfAddresses - 1), - subnetMask: mask, - subnetMaskLength: maskLength, - numHosts: numberOfAddresses <= 2 - ? numberOfAddresses : numberOfAddresses - 2, - length: numberOfAddresses, - contains(other) { - return networkAddress === ip.toLong(ip.mask(other, mask)); - }, - }; -}; - -ip.cidrSubnet = function (cidrString) { - const cidrParts = cidrString.split('/'); - - const addr = cidrParts[0]; - if (cidrParts.length !== 2) { - throw new Error(`invalid CIDR subnet: ${addr}`); - } - - const mask = ip.fromPrefixLen(parseInt(cidrParts[1], 10)); - - return ip.subnet(addr, mask); -}; - -ip.not = function (addr) { - const buff = ip.toBuffer(addr); - for (let i = 0; i < buff.length; i++) { - buff[i] = 0xff ^ buff[i]; - } - return ip.toString(buff); -}; - -ip.or = function (a, b) { - a = ip.toBuffer(a); - b = ip.toBuffer(b); - - // same protocol - if (a.length === b.length) { - for (let i = 0; i < a.length; ++i) { - a[i] |= b[i]; - } - return ip.toString(a); - - // mixed protocols - } - let buff = a; - let other = b; - if (b.length > a.length) { - buff = b; - other = a; - } - - const offset = buff.length - other.length; - for (let i = offset; i < buff.length; ++i) { - buff[i] |= other[i - offset]; - } - - return ip.toString(buff); -}; - -ip.isEqual = function (a, b) { - a = ip.toBuffer(a); - b = ip.toBuffer(b); - - // Same protocol - if (a.length === b.length) { - for (let i = 0; i < a.length; i++) { - if (a[i] !== b[i]) return false; - } - return true; - } - - // Swap - if (b.length === 4) { - const t = b; - b = a; - a = t; - } - - // a - IPv4, b - IPv6 - for (let i = 0; i < 10; i++) { - if (b[i] !== 0) return false; - } - - const word = b.readUInt16BE(10); - if (word !== 0 && word !== 0xffff) return false; - - for (let i = 0; i < 4; i++) { - if (a[i] !== b[i + 12]) return false; - } - - return true; -}; - -ip.isPrivate = function (addr) { - return /^(::f{4}:)?10\.([0-9]{1,3})\.([0-9]{1,3})\.([0-9]{1,3})$/i - .test(addr) - || /^(::f{4}:)?192\.168\.([0-9]{1,3})\.([0-9]{1,3})$/i.test(addr) - || /^(::f{4}:)?172\.(1[6-9]|2\d|30|31)\.([0-9]{1,3})\.([0-9]{1,3})$/i - .test(addr) - || /^(::f{4}:)?127\.([0-9]{1,3})\.([0-9]{1,3})\.([0-9]{1,3})$/i.test(addr) - || /^(::f{4}:)?169\.254\.([0-9]{1,3})\.([0-9]{1,3})$/i.test(addr) - || /^f[cd][0-9a-f]{2}:/i.test(addr) - || /^fe80:/i.test(addr) - || /^::1$/.test(addr) - || /^::$/.test(addr); -}; - -ip.isPublic = function (addr) { - return !ip.isPrivate(addr); -}; - -ip.isLoopback = function (addr) { - return /^(::f{4}:)?127\.([0-9]{1,3})\.([0-9]{1,3})\.([0-9]{1,3})/ - .test(addr) - || /^fe80::1$/.test(addr) - || /^::1$/.test(addr) - || /^::$/.test(addr); -}; - -ip.loopback = function (family) { - // - // Default to `ipv4` - // - family = _normalizeFamily(family); - - if (family !== 'ipv4' && family !== 'ipv6') { - throw new Error('family must be ipv4 or ipv6'); - } - - return family === 'ipv4' ? '127.0.0.1' : 'fe80::1'; -}; - -// -// ### function address (name, family) -// #### @name {string|'public'|'private'} **Optional** Name or security -// of the network interface. -// #### @family {ipv4|ipv6} **Optional** IP family of the address (defaults -// to ipv4). -// -// Returns the address for the network interface on the current system with -// the specified `name`: -// * String: First `family` address of the interface. -// If not found see `undefined`. -// * 'public': the first public ip address of family. -// * 'private': the first private ip address of family. -// * undefined: First address with `ipv4` or loopback address `127.0.0.1`. -// -ip.address = function (name, family) { - const interfaces = os.networkInterfaces(); - - // - // Default to `ipv4` - // - family = _normalizeFamily(family); - - // - // If a specific network interface has been named, - // return the address. - // - if (name && name !== 'private' && name !== 'public') { - const res = interfaces[name].filter((details) => { - const itemFamily = _normalizeFamily(details.family); - return itemFamily === family; - }); - if (res.length === 0) { - return undefined; - } - return res[0].address; - } - - const all = Object.keys(interfaces).map((nic) => { - // - // Note: name will only be `public` or `private` - // when this is called. - // - const addresses = interfaces[nic].filter((details) => { - details.family = _normalizeFamily(details.family); - if (details.family !== family || ip.isLoopback(details.address)) { - return false; - } if (!name) { - return true; - } - - return name === 'public' ? ip.isPrivate(details.address) - : ip.isPublic(details.address); - }); - - return addresses.length ? addresses[0].address : undefined; - }).filter(Boolean); - - return !all.length ? ip.loopback(family) : all[0]; -}; - -ip.toLong = function (ip) { - let ipl = 0; - ip.split('.').forEach((octet) => { - ipl <<= 8; - ipl += parseInt(octet); - }); - return (ipl >>> 0); -}; - -ip.fromLong = function (ipl) { - return (`${ipl >>> 24}.${ - ipl >> 16 & 255}.${ - ipl >> 8 & 255}.${ - ipl & 255}`); -}; diff --git a/software/flow/node_modules/npm/node_modules/ip/package.json b/software/flow/node_modules/npm/node_modules/ip/package.json deleted file mode 100644 index f0d95e9..0000000 --- a/software/flow/node_modules/npm/node_modules/ip/package.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "ip", - "version": "2.0.0", - "author": "Fedor Indutny <fedor@indutny.com>", - "homepage": "https://github.com/indutny/node-ip", - "repository": { - "type": "git", - "url": "http://github.com/indutny/node-ip.git" - }, - "files": [ - "lib", - "README.md" - ], - "main": "lib/ip", - "devDependencies": { - "eslint": "^8.15.0", - "mocha": "^10.0.0" - }, - "scripts": { - "lint": "eslint lib/*.js test/*.js", - "test": "npm run lint && mocha --reporter spec test/*-test.js", - "fix": "npm run lint -- --fix" - }, - "license": "MIT" -} diff --git a/software/flow/node_modules/npm/node_modules/is-cidr/LICENSE b/software/flow/node_modules/npm/node_modules/is-cidr/LICENSE deleted file mode 100644 index 9669c20..0000000 --- a/software/flow/node_modules/npm/node_modules/is-cidr/LICENSE +++ /dev/null @@ -1,22 +0,0 @@ -Copyright (c) silverwind -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - -1. Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. -2. Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND -ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/software/flow/node_modules/npm/node_modules/is-cidr/index.d.ts b/software/flow/node_modules/npm/node_modules/is-cidr/index.d.ts deleted file mode 100644 index c4ba96a..0000000 --- a/software/flow/node_modules/npm/node_modules/is-cidr/index.d.ts +++ /dev/null @@ -1,31 +0,0 @@ -declare const isCidr: { - /** - Check if `string` is a IPv4 or IPv6 CIDR address. - @returns Either `4`, `6` (indicating the IP version) or `0` if the string is not a CIDR. - @example - ``` - import isCidr = require('is-cidr'); - isCidr('192.168.0.1/24'); //=> 4 - isCidr('1:2:3:4:5:6:7:8/64'); //=> 6 - isCidr('10.0.0.0'); //=> 0 - ``` - */ - (string: string): 6 | 4 | 0; - - /** - Check if `string` is a IPv4 CIDR address. - */ - v4(string: string): boolean; - - /** - Check if `string` is a IPv6 CIDR address. - @example - ``` - import isCidr = require('is-cidr'); - isCidr.v6('10.0.0.0/24'); //=> false - ``` - */ - v6(string: string): boolean; -}; - -export = isCidr; diff --git a/software/flow/node_modules/npm/node_modules/is-cidr/index.js b/software/flow/node_modules/npm/node_modules/is-cidr/index.js deleted file mode 100644 index 8caef5f..0000000 --- a/software/flow/node_modules/npm/node_modules/is-cidr/index.js +++ /dev/null @@ -1,9 +0,0 @@ -"use strict"; -const {v4, v6} = require("cidr-regex"); - -const re4 = v4({exact: true}); -const re6 = v6({exact: true}); - -module.exports = str => re4.test(str) ? 4 : (re6.test(str) ? 6 : 0); -module.exports.v4 = str => re4.test(str); -module.exports.v6 = str => re6.test(str); diff --git a/software/flow/node_modules/npm/node_modules/is-cidr/package.json b/software/flow/node_modules/npm/node_modules/is-cidr/package.json deleted file mode 100644 index b02775a..0000000 --- a/software/flow/node_modules/npm/node_modules/is-cidr/package.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "name": "is-cidr", - "version": "4.0.2", - "description": "Check if a string is an IP address in CIDR notation", - "author": "silverwind <me@silverwind.io>", - "contributors": [ - "Felipe Apostol <flipjs.io@gmail.com> (http://flipjs.io/)" - ], - "repository": "silverwind/is-cidr", - "license": "BSD-2-Clause", - "scripts": { - "test": "make test" - }, - "engines": { - "node": ">=10" - }, - "files": [ - "index.js", - "index.d.ts" - ], - "keywords": [ - "cidr", - "regex", - "notation", - "cidr notation", - "prefix", - "prefixes", - "ip", - "ip address", - "network" - ], - "dependencies": { - "cidr-regex": "^3.1.1" - }, - "devDependencies": { - "eslint": "7.10.0", - "eslint-config-silverwind": "18.0.10", - "jest": "26.4.2", - "updates": "11.1.5", - "versions": "8.4.3" - }, - "jest": { - "verbose": false, - "testTimeout": 10000 - } -} diff --git a/software/flow/node_modules/npm/node_modules/is-core-module/LICENSE b/software/flow/node_modules/npm/node_modules/is-core-module/LICENSE deleted file mode 100644 index 2e50287..0000000 --- a/software/flow/node_modules/npm/node_modules/is-core-module/LICENSE +++ /dev/null @@ -1,20 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2014 Dave Justice - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of -the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR -COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/is-core-module/core.json b/software/flow/node_modules/npm/node_modules/is-core-module/core.json deleted file mode 100644 index d73579c..0000000 --- a/software/flow/node_modules/npm/node_modules/is-core-module/core.json +++ /dev/null @@ -1,155 +0,0 @@ -{ - "assert": true, - "node:assert": [">= 14.18 && < 15", ">= 16"], - "assert/strict": ">= 15", - "node:assert/strict": ">= 16", - "async_hooks": ">= 8", - "node:async_hooks": [">= 14.18 && < 15", ">= 16"], - "buffer_ieee754": ">= 0.5 && < 0.9.7", - "buffer": true, - "node:buffer": [">= 14.18 && < 15", ">= 16"], - "child_process": true, - "node:child_process": [">= 14.18 && < 15", ">= 16"], - "cluster": ">= 0.5", - "node:cluster": [">= 14.18 && < 15", ">= 16"], - "console": true, - "node:console": [">= 14.18 && < 15", ">= 16"], - "constants": true, - "node:constants": [">= 14.18 && < 15", ">= 16"], - "crypto": true, - "node:crypto": [">= 14.18 && < 15", ">= 16"], - "_debug_agent": ">= 1 && < 8", - "_debugger": "< 8", - "dgram": true, - "node:dgram": [">= 14.18 && < 15", ">= 16"], - "diagnostics_channel": [">= 14.17 && < 15", ">= 15.1"], - "node:diagnostics_channel": [">= 14.18 && < 15", ">= 16"], - "dns": true, - "node:dns": [">= 14.18 && < 15", ">= 16"], - "dns/promises": ">= 15", - "node:dns/promises": ">= 16", - "domain": ">= 0.7.12", - "node:domain": [">= 14.18 && < 15", ">= 16"], - "events": true, - "node:events": [">= 14.18 && < 15", ">= 16"], - "freelist": "< 6", - "fs": true, - "node:fs": [">= 14.18 && < 15", ">= 16"], - "fs/promises": [">= 10 && < 10.1", ">= 14"], - "node:fs/promises": [">= 14.18 && < 15", ">= 16"], - "_http_agent": ">= 0.11.1", - "node:_http_agent": [">= 14.18 && < 15", ">= 16"], - "_http_client": ">= 0.11.1", - "node:_http_client": [">= 14.18 && < 15", ">= 16"], - "_http_common": ">= 0.11.1", - "node:_http_common": [">= 14.18 && < 15", ">= 16"], - "_http_incoming": ">= 0.11.1", - "node:_http_incoming": [">= 14.18 && < 15", ">= 16"], - "_http_outgoing": ">= 0.11.1", - "node:_http_outgoing": [">= 14.18 && < 15", ">= 16"], - "_http_server": ">= 0.11.1", - "node:_http_server": [">= 14.18 && < 15", ">= 16"], - "http": true, - "node:http": [">= 14.18 && < 15", ">= 16"], - "http2": ">= 8.8", - "node:http2": [">= 14.18 && < 15", ">= 16"], - "https": true, - "node:https": [">= 14.18 && < 15", ">= 16"], - "inspector": ">= 8", - "node:inspector": [">= 14.18 && < 15", ">= 16"], - "inspector/promises": [">= 19"], - "node:inspector/promises": [">= 19"], - "_linklist": "< 8", - "module": true, - "node:module": [">= 14.18 && < 15", ">= 16"], - "net": true, - "node:net": [">= 14.18 && < 15", ">= 16"], - "node-inspect/lib/_inspect": ">= 7.6 && < 12", - "node-inspect/lib/internal/inspect_client": ">= 7.6 && < 12", - "node-inspect/lib/internal/inspect_repl": ">= 7.6 && < 12", - "os": true, - "node:os": [">= 14.18 && < 15", ">= 16"], - "path": true, - "node:path": [">= 14.18 && < 15", ">= 16"], - "path/posix": ">= 15.3", - "node:path/posix": ">= 16", - "path/win32": ">= 15.3", - "node:path/win32": ">= 16", - "perf_hooks": ">= 8.5", - "node:perf_hooks": [">= 14.18 && < 15", ">= 16"], - "process": ">= 1", - "node:process": [">= 14.18 && < 15", ">= 16"], - "punycode": ">= 0.5", - "node:punycode": [">= 14.18 && < 15", ">= 16"], - "querystring": true, - "node:querystring": [">= 14.18 && < 15", ">= 16"], - "readline": true, - "node:readline": [">= 14.18 && < 15", ">= 16"], - "readline/promises": ">= 17", - "node:readline/promises": ">= 17", - "repl": true, - "node:repl": [">= 14.18 && < 15", ">= 16"], - "smalloc": ">= 0.11.5 && < 3", - "_stream_duplex": ">= 0.9.4", - "node:_stream_duplex": [">= 14.18 && < 15", ">= 16"], - "_stream_transform": ">= 0.9.4", - "node:_stream_transform": [">= 14.18 && < 15", ">= 16"], - "_stream_wrap": ">= 1.4.1", - "node:_stream_wrap": [">= 14.18 && < 15", ">= 16"], - "_stream_passthrough": ">= 0.9.4", - "node:_stream_passthrough": [">= 14.18 && < 15", ">= 16"], - "_stream_readable": ">= 0.9.4", - "node:_stream_readable": [">= 14.18 && < 15", ">= 16"], - "_stream_writable": ">= 0.9.4", - "node:_stream_writable": [">= 14.18 && < 15", ">= 16"], - "stream": true, - "node:stream": [">= 14.18 && < 15", ">= 16"], - "stream/consumers": ">= 16.7", - "node:stream/consumers": ">= 16.7", - "stream/promises": ">= 15", - "node:stream/promises": ">= 16", - "stream/web": ">= 16.5", - "node:stream/web": ">= 16.5", - "string_decoder": true, - "node:string_decoder": [">= 14.18 && < 15", ">= 16"], - "sys": [">= 0.4 && < 0.7", ">= 0.8"], - "node:sys": [">= 14.18 && < 15", ">= 16"], - "node:test": [">= 16.17 && < 17", ">= 18"], - "timers": true, - "node:timers": [">= 14.18 && < 15", ">= 16"], - "timers/promises": ">= 15", - "node:timers/promises": ">= 16", - "_tls_common": ">= 0.11.13", - "node:_tls_common": [">= 14.18 && < 15", ">= 16"], - "_tls_legacy": ">= 0.11.3 && < 10", - "_tls_wrap": ">= 0.11.3", - "node:_tls_wrap": [">= 14.18 && < 15", ">= 16"], - "tls": true, - "node:tls": [">= 14.18 && < 15", ">= 16"], - "trace_events": ">= 10", - "node:trace_events": [">= 14.18 && < 15", ">= 16"], - "tty": true, - "node:tty": [">= 14.18 && < 15", ">= 16"], - "url": true, - "node:url": [">= 14.18 && < 15", ">= 16"], - "util": true, - "node:util": [">= 14.18 && < 15", ">= 16"], - "util/types": ">= 15.3", - "node:util/types": ">= 16", - "v8/tools/arguments": ">= 10 && < 12", - "v8/tools/codemap": [">= 4.4 && < 5", ">= 5.2 && < 12"], - "v8/tools/consarray": [">= 4.4 && < 5", ">= 5.2 && < 12"], - "v8/tools/csvparser": [">= 4.4 && < 5", ">= 5.2 && < 12"], - "v8/tools/logreader": [">= 4.4 && < 5", ">= 5.2 && < 12"], - "v8/tools/profile_view": [">= 4.4 && < 5", ">= 5.2 && < 12"], - "v8/tools/splaytree": [">= 4.4 && < 5", ">= 5.2 && < 12"], - "v8": ">= 1", - "node:v8": [">= 14.18 && < 15", ">= 16"], - "vm": true, - "node:vm": [">= 14.18 && < 15", ">= 16"], - "wasi": ">= 13.4 && < 13.5", - "worker_threads": ">= 11.7", - "node:worker_threads": [">= 14.18 && < 15", ">= 16"], - "zlib": ">= 0.5", - "node:zlib": [">= 14.18 && < 15", ">= 16"] -} diff --git a/software/flow/node_modules/npm/node_modules/is-core-module/index.js b/software/flow/node_modules/npm/node_modules/is-core-module/index.js deleted file mode 100644 index f9637e0..0000000 --- a/software/flow/node_modules/npm/node_modules/is-core-module/index.js +++ /dev/null @@ -1,69 +0,0 @@ -'use strict'; - -var has = require('has'); - -function specifierIncluded(current, specifier) { - var nodeParts = current.split('.'); - var parts = specifier.split(' '); - var op = parts.length > 1 ? parts[0] : '='; - var versionParts = (parts.length > 1 ? parts[1] : parts[0]).split('.'); - - for (var i = 0; i < 3; ++i) { - var cur = parseInt(nodeParts[i] || 0, 10); - var ver = parseInt(versionParts[i] || 0, 10); - if (cur === ver) { - continue; // eslint-disable-line no-restricted-syntax, no-continue - } - if (op === '<') { - return cur < ver; - } - if (op === '>=') { - return cur >= ver; - } - return false; - } - return op === '>='; -} - -function matchesRange(current, range) { - var specifiers = range.split(/ ?&& ?/); - if (specifiers.length === 0) { - return false; - } - for (var i = 0; i < specifiers.length; ++i) { - if (!specifierIncluded(current, specifiers[i])) { - return false; - } - } - return true; -} - -function versionIncluded(nodeVersion, specifierValue) { - if (typeof specifierValue === 'boolean') { - return specifierValue; - } - - var current = typeof nodeVersion === 'undefined' - ? process.versions && process.versions.node - : nodeVersion; - - if (typeof current !== 'string') { - throw new TypeError(typeof nodeVersion === 'undefined' ? 'Unable to determine current node version' : 'If provided, a valid node version is required'); - } - - if (specifierValue && typeof specifierValue === 'object') { - for (var i = 0; i < specifierValue.length; ++i) { - if (matchesRange(current, specifierValue[i])) { - return true; - } - } - return false; - } - return matchesRange(current, specifierValue); -} - -var data = require('./core.json'); - -module.exports = function isCore(x, nodeVersion) { - return has(data, x) && versionIncluded(nodeVersion, data[x]); -}; diff --git a/software/flow/node_modules/npm/node_modules/is-core-module/package.json b/software/flow/node_modules/npm/node_modules/is-core-module/package.json deleted file mode 100644 index 5c1a871..0000000 --- a/software/flow/node_modules/npm/node_modules/is-core-module/package.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "name": "is-core-module", - "version": "2.11.0", - "description": "Is this specifier a node.js core module?", - "main": "index.js", - "sideEffects": false, - "exports": { - ".": "./index.js", - "./package.json": "./package.json" - }, - "scripts": { - "prepack": "npmignore --auto --commentLines=autogenerated", - "prepublish": "not-in-publish || npm run prepublishOnly", - "prepublishOnly": "safe-publish-latest", - "lint": "eslint .", - "pretest": "npm run lint", - "tests-only": "nyc tape 'test/**/*.js'", - "test": "npm run tests-only", - "posttest": "aud --production", - "version": "auto-changelog && git add CHANGELOG.md", - "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/inspect-js/is-core-module.git" - }, - "keywords": [ - "core", - "modules", - "module", - "npm", - "node", - "dependencies" - ], - "author": "Jordan Harband <ljharb@gmail.com>", - "funding": { - "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "bugs": { - "url": "https://github.com/inspect-js/is-core-module/issues" - }, - "homepage": "https://github.com/inspect-js/is-core-module", - "dependencies": { - "has": "^1.0.3" - }, - "devDependencies": { - "@ljharb/eslint-config": "^21.0.0", - "aud": "^2.0.1", - "auto-changelog": "^2.4.0", - "eslint": "=8.8.0", - "mock-property": "^1.0.0", - "npmignore": "^0.3.0", - "nyc": "^10.3.2", - "safe-publish-latest": "^2.0.0", - "semver": "^6.3.0", - "tape": "^5.6.1" - }, - "auto-changelog": { - "output": "CHANGELOG.md", - "template": "keepachangelog", - "unreleased": false, - "commitLimit": false, - "backfillLimit": false, - "hideCredit": true - }, - "publishConfig": { - "ignore": [ - ".github" - ] - } -} diff --git a/software/flow/node_modules/npm/node_modules/is-core-module/test/index.js b/software/flow/node_modules/npm/node_modules/is-core-module/test/index.js deleted file mode 100644 index 912808b..0000000 --- a/software/flow/node_modules/npm/node_modules/is-core-module/test/index.js +++ /dev/null @@ -1,133 +0,0 @@ -'use strict'; - -var test = require('tape'); -var keys = require('object-keys'); -var semver = require('semver'); -var mockProperty = require('mock-property'); - -var isCore = require('../'); -var data = require('../core.json'); - -var supportsNodePrefix = semver.satisfies(process.versions.node, '^14.18 || >= 16', { includePrerelease: true }); - -test('core modules', function (t) { - t.test('isCore()', function (st) { - st.ok(isCore('fs')); - st.ok(isCore('net')); - st.ok(isCore('http')); - - st.ok(!isCore('seq')); - st.ok(!isCore('../')); - - st.ok(!isCore('toString')); - - st.end(); - }); - - t.test('core list', function (st) { - var cores = keys(data); - st.plan(cores.length); - - for (var i = 0; i < cores.length; ++i) { - var mod = cores[i]; - var requireFunc = function () { require(mod); }; // eslint-disable-line no-loop-func - if (isCore(mod)) { - st.doesNotThrow(requireFunc, mod + ' supported; requiring does not throw'); - } else { - st['throws'](requireFunc, mod + ' not supported; requiring throws'); - } - } - - st.end(); - }); - - t.test('core via repl module', { skip: !data.repl }, function (st) { - var libs = require('repl')._builtinLibs; // eslint-disable-line no-underscore-dangle - if (!libs) { - st.skip('repl._builtinLibs does not exist'); - } else { - for (var i = 0; i < libs.length; ++i) { - var mod = libs[i]; - st.ok(data[mod], mod + ' is a core module'); - st.doesNotThrow( - function () { require(mod); }, // eslint-disable-line no-loop-func - 'requiring ' + mod + ' does not throw' - ); - if (mod.slice(0, 5) !== 'node:') { - if (supportsNodePrefix) { - st.doesNotThrow( - function () { require('node:' + mod); }, // eslint-disable-line no-loop-func - 'requiring node:' + mod + ' does not throw' - ); - } else { - st['throws']( - function () { require('node:' + mod); }, // eslint-disable-line no-loop-func - 'requiring node:' + mod + ' throws' - ); - } - } - } - } - st.end(); - }); - - t.test('core via builtinModules list', { skip: !data.module }, function (st) { - var libs = require('module').builtinModules; - if (!libs) { - st.skip('module.builtinModules does not exist'); - } else { - var excludeList = [ - '_debug_agent', - 'v8/tools/tickprocessor-driver', - 'v8/tools/SourceMap', - 'v8/tools/tickprocessor', - 'v8/tools/profile' - ]; - // see https://github.com/nodejs/node/issues/42785 - if (semver.satisfies(process.version, '>= 18')) { - libs = libs.concat('node:test'); - } - for (var i = 0; i < libs.length; ++i) { - var mod = libs[i]; - if (excludeList.indexOf(mod) === -1) { - st.ok(data[mod], mod + ' is a core module'); - st.doesNotThrow( - function () { require(mod); }, // eslint-disable-line no-loop-func - 'requiring ' + mod + ' does not throw' - ); - if (mod.slice(0, 5) !== 'node:') { - if (supportsNodePrefix) { - st.doesNotThrow( - function () { require('node:' + mod); }, // eslint-disable-line no-loop-func - 'requiring node:' + mod + ' does not throw' - ); - } else { - st['throws']( - function () { require('node:' + mod); }, // eslint-disable-line no-loop-func - 'requiring node:' + mod + ' throws' - ); - } - } - } - } - } - st.end(); - }); - - t.test('Object.prototype pollution', function (st) { - var nonKey = 'not a core module'; - st.teardown(mockProperty(Object.prototype, 'fs', { value: false })); - st.teardown(mockProperty(Object.prototype, 'path', { value: '>= 999999999' })); - st.teardown(mockProperty(Object.prototype, 'http', { value: data.http })); - st.teardown(mockProperty(Object.prototype, nonKey, { value: true })); - - st.equal(isCore('fs'), true, 'fs is a core module even if Object.prototype lies'); - st.equal(isCore('path'), true, 'path is a core module even if Object.prototype lies'); - st.equal(isCore('http'), true, 'path is a core module even if Object.prototype matches data'); - st.equal(isCore(nonKey), false, '"' + nonKey + '" is not a core module even if Object.prototype lies'); - - st.end(); - }); - - t.end(); -}); diff --git a/software/flow/node_modules/npm/node_modules/is-fullwidth-code-point/index.d.ts b/software/flow/node_modules/npm/node_modules/is-fullwidth-code-point/index.d.ts deleted file mode 100644 index 729d202..0000000 --- a/software/flow/node_modules/npm/node_modules/is-fullwidth-code-point/index.d.ts +++ /dev/null @@ -1,17 +0,0 @@ -/** -Check if the character represented by a given [Unicode code point](https://en.wikipedia.org/wiki/Code_point) is [fullwidth](https://en.wikipedia.org/wiki/Halfwidth_and_fullwidth_forms). - -@param codePoint - The [code point](https://en.wikipedia.org/wiki/Code_point) of a character. - -@example -``` -import isFullwidthCodePoint from 'is-fullwidth-code-point'; - -isFullwidthCodePoint('谢'.codePointAt(0)); -//=> true - -isFullwidthCodePoint('a'.codePointAt(0)); -//=> false -``` -*/ -export default function isFullwidthCodePoint(codePoint: number): boolean; diff --git a/software/flow/node_modules/npm/node_modules/is-fullwidth-code-point/index.js b/software/flow/node_modules/npm/node_modules/is-fullwidth-code-point/index.js deleted file mode 100644 index 671f97f..0000000 --- a/software/flow/node_modules/npm/node_modules/is-fullwidth-code-point/index.js +++ /dev/null @@ -1,50 +0,0 @@ -/* eslint-disable yoda */ -'use strict'; - -const isFullwidthCodePoint = codePoint => { - if (Number.isNaN(codePoint)) { - return false; - } - - // Code points are derived from: - // http://www.unix.org/Public/UNIDATA/EastAsianWidth.txt - if ( - codePoint >= 0x1100 && ( - codePoint <= 0x115F || // Hangul Jamo - codePoint === 0x2329 || // LEFT-POINTING ANGLE BRACKET - codePoint === 0x232A || // RIGHT-POINTING ANGLE BRACKET - // CJK Radicals Supplement .. Enclosed CJK Letters and Months - (0x2E80 <= codePoint && codePoint <= 0x3247 && codePoint !== 0x303F) || - // Enclosed CJK Letters and Months .. CJK Unified Ideographs Extension A - (0x3250 <= codePoint && codePoint <= 0x4DBF) || - // CJK Unified Ideographs .. Yi Radicals - (0x4E00 <= codePoint && codePoint <= 0xA4C6) || - // Hangul Jamo Extended-A - (0xA960 <= codePoint && codePoint <= 0xA97C) || - // Hangul Syllables - (0xAC00 <= codePoint && codePoint <= 0xD7A3) || - // CJK Compatibility Ideographs - (0xF900 <= codePoint && codePoint <= 0xFAFF) || - // Vertical Forms - (0xFE10 <= codePoint && codePoint <= 0xFE19) || - // CJK Compatibility Forms .. Small Form Variants - (0xFE30 <= codePoint && codePoint <= 0xFE6B) || - // Halfwidth and Fullwidth Forms - (0xFF01 <= codePoint && codePoint <= 0xFF60) || - (0xFFE0 <= codePoint && codePoint <= 0xFFE6) || - // Kana Supplement - (0x1B000 <= codePoint && codePoint <= 0x1B001) || - // Enclosed Ideographic Supplement - (0x1F200 <= codePoint && codePoint <= 0x1F251) || - // CJK Unified Ideographs Extension B .. Tertiary Ideographic Plane - (0x20000 <= codePoint && codePoint <= 0x3FFFD) - ) - ) { - return true; - } - - return false; -}; - -module.exports = isFullwidthCodePoint; -module.exports.default = isFullwidthCodePoint; diff --git a/software/flow/node_modules/npm/node_modules/is-fullwidth-code-point/license b/software/flow/node_modules/npm/node_modules/is-fullwidth-code-point/license deleted file mode 100644 index e7af2f7..0000000 --- a/software/flow/node_modules/npm/node_modules/is-fullwidth-code-point/license +++ /dev/null @@ -1,9 +0,0 @@ -MIT License - -Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/is-fullwidth-code-point/package.json b/software/flow/node_modules/npm/node_modules/is-fullwidth-code-point/package.json deleted file mode 100644 index 2137e88..0000000 --- a/software/flow/node_modules/npm/node_modules/is-fullwidth-code-point/package.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "name": "is-fullwidth-code-point", - "version": "3.0.0", - "description": "Check if the character represented by a given Unicode code point is fullwidth", - "license": "MIT", - "repository": "sindresorhus/is-fullwidth-code-point", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "sindresorhus.com" - }, - "engines": { - "node": ">=8" - }, - "scripts": { - "test": "xo && ava && tsd-check" - }, - "files": [ - "index.js", - "index.d.ts" - ], - "keywords": [ - "fullwidth", - "full-width", - "full", - "width", - "unicode", - "character", - "string", - "codepoint", - "code", - "point", - "is", - "detect", - "check" - ], - "devDependencies": { - "ava": "^1.3.1", - "tsd-check": "^0.5.0", - "xo": "^0.24.0" - } -} diff --git a/software/flow/node_modules/npm/node_modules/is-lambda/LICENSE b/software/flow/node_modules/npm/node_modules/is-lambda/LICENSE deleted file mode 100644 index 4a59c94..0000000 --- a/software/flow/node_modules/npm/node_modules/is-lambda/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2016-2017 Thomas Watson Steen - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/is-lambda/index.js b/software/flow/node_modules/npm/node_modules/is-lambda/index.js deleted file mode 100644 index b245ab1..0000000 --- a/software/flow/node_modules/npm/node_modules/is-lambda/index.js +++ /dev/null @@ -1,6 +0,0 @@ -'use strict' - -module.exports = !!( - (process.env.LAMBDA_TASK_ROOT && process.env.AWS_EXECUTION_ENV) || - false -) diff --git a/software/flow/node_modules/npm/node_modules/is-lambda/package.json b/software/flow/node_modules/npm/node_modules/is-lambda/package.json deleted file mode 100644 index d855089..0000000 --- a/software/flow/node_modules/npm/node_modules/is-lambda/package.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "name": "is-lambda", - "version": "1.0.1", - "description": "Detect if your code is running on an AWS Lambda server", - "main": "index.js", - "dependencies": {}, - "devDependencies": { - "clear-require": "^1.0.1", - "standard": "^10.0.2" - }, - "scripts": { - "test": "standard && node test.js" - }, - "repository": { - "type": "git", - "url": "https://github.com/watson/is-lambda.git" - }, - "keywords": [ - "aws", - "hosting", - "hosted", - "lambda", - "detect" - ], - "author": "Thomas Watson Steen <w@tson.dk> (https://twitter.com/wa7son)", - "license": "MIT", - "bugs": { - "url": "https://github.com/watson/is-lambda/issues" - }, - "homepage": "https://github.com/watson/is-lambda", - "coordinates": [ - 37.3859955, - -122.0838831 - ] -} diff --git a/software/flow/node_modules/npm/node_modules/is-lambda/test.js b/software/flow/node_modules/npm/node_modules/is-lambda/test.js deleted file mode 100644 index e8e7325..0000000 --- a/software/flow/node_modules/npm/node_modules/is-lambda/test.js +++ /dev/null @@ -1,16 +0,0 @@ -'use strict' - -var assert = require('assert') -var clearRequire = require('clear-require') - -process.env.AWS_EXECUTION_ENV = 'AWS_Lambda_nodejs6.10' -process.env.LAMBDA_TASK_ROOT = '/var/task' - -var isCI = require('./') -assert(isCI) - -delete process.env.AWS_EXECUTION_ENV - -clearRequire('./') -isCI = require('./') -assert(!isCI) diff --git a/software/flow/node_modules/npm/node_modules/isexe/LICENSE b/software/flow/node_modules/npm/node_modules/isexe/LICENSE deleted file mode 100644 index 19129e3..0000000 --- a/software/flow/node_modules/npm/node_modules/isexe/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -The ISC License - -Copyright (c) Isaac Z. Schlueter and Contributors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/isexe/index.js b/software/flow/node_modules/npm/node_modules/isexe/index.js deleted file mode 100644 index 553fb32..0000000 --- a/software/flow/node_modules/npm/node_modules/isexe/index.js +++ /dev/null @@ -1,57 +0,0 @@ -var fs = require('fs') -var core -if (process.platform === 'win32' || global.TESTING_WINDOWS) { - core = require('./windows.js') -} else { - core = require('./mode.js') -} - -module.exports = isexe -isexe.sync = sync - -function isexe (path, options, cb) { - if (typeof options === 'function') { - cb = options - options = {} - } - - if (!cb) { - if (typeof Promise !== 'function') { - throw new TypeError('callback not provided') - } - - return new Promise(function (resolve, reject) { - isexe(path, options || {}, function (er, is) { - if (er) { - reject(er) - } else { - resolve(is) - } - }) - }) - } - - core(path, options || {}, function (er, is) { - // ignore EACCES because that just means we aren't allowed to run it - if (er) { - if (er.code === 'EACCES' || options && options.ignoreErrors) { - er = null - is = false - } - } - cb(er, is) - }) -} - -function sync (path, options) { - // my kingdom for a filtered catch - try { - return core.sync(path, options || {}) - } catch (er) { - if (options && options.ignoreErrors || er.code === 'EACCES') { - return false - } else { - throw er - } - } -} diff --git a/software/flow/node_modules/npm/node_modules/isexe/mode.js b/software/flow/node_modules/npm/node_modules/isexe/mode.js deleted file mode 100644 index 1995ea4..0000000 --- a/software/flow/node_modules/npm/node_modules/isexe/mode.js +++ /dev/null @@ -1,41 +0,0 @@ -module.exports = isexe -isexe.sync = sync - -var fs = require('fs') - -function isexe (path, options, cb) { - fs.stat(path, function (er, stat) { - cb(er, er ? false : checkStat(stat, options)) - }) -} - -function sync (path, options) { - return checkStat(fs.statSync(path), options) -} - -function checkStat (stat, options) { - return stat.isFile() && checkMode(stat, options) -} - -function checkMode (stat, options) { - var mod = stat.mode - var uid = stat.uid - var gid = stat.gid - - var myUid = options.uid !== undefined ? - options.uid : process.getuid && process.getuid() - var myGid = options.gid !== undefined ? - options.gid : process.getgid && process.getgid() - - var u = parseInt('100', 8) - var g = parseInt('010', 8) - var o = parseInt('001', 8) - var ug = u | g - - var ret = (mod & o) || - (mod & g) && gid === myGid || - (mod & u) && uid === myUid || - (mod & ug) && myUid === 0 - - return ret -} diff --git a/software/flow/node_modules/npm/node_modules/isexe/package.json b/software/flow/node_modules/npm/node_modules/isexe/package.json deleted file mode 100644 index e452689..0000000 --- a/software/flow/node_modules/npm/node_modules/isexe/package.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "name": "isexe", - "version": "2.0.0", - "description": "Minimal module to check if a file is executable.", - "main": "index.js", - "directories": { - "test": "test" - }, - "devDependencies": { - "mkdirp": "^0.5.1", - "rimraf": "^2.5.0", - "tap": "^10.3.0" - }, - "scripts": { - "test": "tap test/*.js --100", - "preversion": "npm test", - "postversion": "npm publish", - "postpublish": "git push origin --all; git push origin --tags" - }, - "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)", - "license": "ISC", - "repository": { - "type": "git", - "url": "git+https://github.com/isaacs/isexe.git" - }, - "keywords": [], - "bugs": { - "url": "https://github.com/isaacs/isexe/issues" - }, - "homepage": "https://github.com/isaacs/isexe#readme" -} diff --git a/software/flow/node_modules/npm/node_modules/isexe/test/basic.js b/software/flow/node_modules/npm/node_modules/isexe/test/basic.js deleted file mode 100644 index d926df6..0000000 --- a/software/flow/node_modules/npm/node_modules/isexe/test/basic.js +++ /dev/null @@ -1,221 +0,0 @@ -var t = require('tap') -var fs = require('fs') -var path = require('path') -var fixture = path.resolve(__dirname, 'fixtures') -var meow = fixture + '/meow.cat' -var mine = fixture + '/mine.cat' -var ours = fixture + '/ours.cat' -var fail = fixture + '/fail.false' -var noent = fixture + '/enoent.exe' -var mkdirp = require('mkdirp') -var rimraf = require('rimraf') - -var isWindows = process.platform === 'win32' -var hasAccess = typeof fs.access === 'function' -var winSkip = isWindows && 'windows' -var accessSkip = !hasAccess && 'no fs.access function' -var hasPromise = typeof Promise === 'function' -var promiseSkip = !hasPromise && 'no global Promise' - -function reset () { - delete require.cache[require.resolve('../')] - return require('../') -} - -t.test('setup fixtures', function (t) { - rimraf.sync(fixture) - mkdirp.sync(fixture) - fs.writeFileSync(meow, '#!/usr/bin/env cat\nmeow\n') - fs.chmodSync(meow, parseInt('0755', 8)) - fs.writeFileSync(fail, '#!/usr/bin/env false\n') - fs.chmodSync(fail, parseInt('0644', 8)) - fs.writeFileSync(mine, '#!/usr/bin/env cat\nmine\n') - fs.chmodSync(mine, parseInt('0744', 8)) - fs.writeFileSync(ours, '#!/usr/bin/env cat\nours\n') - fs.chmodSync(ours, parseInt('0754', 8)) - t.end() -}) - -t.test('promise', { skip: promiseSkip }, function (t) { - var isexe = reset() - t.test('meow async', function (t) { - isexe(meow).then(function (is) { - t.ok(is) - t.end() - }) - }) - t.test('fail async', function (t) { - isexe(fail).then(function (is) { - t.notOk(is) - t.end() - }) - }) - t.test('noent async', function (t) { - isexe(noent).catch(function (er) { - t.ok(er) - t.end() - }) - }) - t.test('noent ignore async', function (t) { - isexe(noent, { ignoreErrors: true }).then(function (is) { - t.notOk(is) - t.end() - }) - }) - t.end() -}) - -t.test('no promise', function (t) { - global.Promise = null - var isexe = reset() - t.throws('try to meow a promise', function () { - isexe(meow) - }) - t.end() -}) - -t.test('access', { skip: accessSkip || winSkip }, function (t) { - runTest(t) -}) - -t.test('mode', { skip: winSkip }, function (t) { - delete fs.access - delete fs.accessSync - var isexe = reset() - t.ok(isexe.sync(ours, { uid: 0, gid: 0 })) - t.ok(isexe.sync(mine, { uid: 0, gid: 0 })) - runTest(t) -}) - -t.test('windows', function (t) { - global.TESTING_WINDOWS = true - var pathExt = '.EXE;.CAT;.CMD;.COM' - t.test('pathExt option', function (t) { - runTest(t, { pathExt: '.EXE;.CAT;.CMD;.COM' }) - }) - t.test('pathExt env', function (t) { - process.env.PATHEXT = pathExt - runTest(t) - }) - t.test('no pathExt', function (t) { - // with a pathExt of '', any filename is fine. - // so the "fail" one would still pass. - runTest(t, { pathExt: '', skipFail: true }) - }) - t.test('pathext with empty entry', function (t) { - // with a pathExt of '', any filename is fine. - // so the "fail" one would still pass. - runTest(t, { pathExt: ';' + pathExt, skipFail: true }) - }) - t.end() -}) - -t.test('cleanup', function (t) { - rimraf.sync(fixture) - t.end() -}) - -function runTest (t, options) { - var isexe = reset() - - var optionsIgnore = Object.create(options || {}) - optionsIgnore.ignoreErrors = true - - if (!options || !options.skipFail) { - t.notOk(isexe.sync(fail, options)) - } - t.notOk(isexe.sync(noent, optionsIgnore)) - if (!options) { - t.ok(isexe.sync(meow)) - } else { - t.ok(isexe.sync(meow, options)) - } - - t.ok(isexe.sync(mine, options)) - t.ok(isexe.sync(ours, options)) - t.throws(function () { - isexe.sync(noent, options) - }) - - t.test('meow async', function (t) { - if (!options) { - isexe(meow, function (er, is) { - if (er) { - throw er - } - t.ok(is) - t.end() - }) - } else { - isexe(meow, options, function (er, is) { - if (er) { - throw er - } - t.ok(is) - t.end() - }) - } - }) - - t.test('mine async', function (t) { - isexe(mine, options, function (er, is) { - if (er) { - throw er - } - t.ok(is) - t.end() - }) - }) - - t.test('ours async', function (t) { - isexe(ours, options, function (er, is) { - if (er) { - throw er - } - t.ok(is) - t.end() - }) - }) - - if (!options || !options.skipFail) { - t.test('fail async', function (t) { - isexe(fail, options, function (er, is) { - if (er) { - throw er - } - t.notOk(is) - t.end() - }) - }) - } - - t.test('noent async', function (t) { - isexe(noent, options, function (er, is) { - t.ok(er) - t.notOk(is) - t.end() - }) - }) - - t.test('noent ignore async', function (t) { - isexe(noent, optionsIgnore, function (er, is) { - if (er) { - throw er - } - t.notOk(is) - t.end() - }) - }) - - t.test('directory is not executable', function (t) { - isexe(__dirname, options, function (er, is) { - if (er) { - throw er - } - t.notOk(is) - t.end() - }) - }) - - t.end() -} diff --git a/software/flow/node_modules/npm/node_modules/isexe/windows.js b/software/flow/node_modules/npm/node_modules/isexe/windows.js deleted file mode 100644 index 3499673..0000000 --- a/software/flow/node_modules/npm/node_modules/isexe/windows.js +++ /dev/null @@ -1,42 +0,0 @@ -module.exports = isexe -isexe.sync = sync - -var fs = require('fs') - -function checkPathExt (path, options) { - var pathext = options.pathExt !== undefined ? - options.pathExt : process.env.PATHEXT - - if (!pathext) { - return true - } - - pathext = pathext.split(';') - if (pathext.indexOf('') !== -1) { - return true - } - for (var i = 0; i < pathext.length; i++) { - var p = pathext[i].toLowerCase() - if (p && path.substr(-p.length).toLowerCase() === p) { - return true - } - } - return false -} - -function checkStat (stat, path, options) { - if (!stat.isSymbolicLink() && !stat.isFile()) { - return false - } - return checkPathExt(path, options) -} - -function isexe (path, options, cb) { - fs.stat(path, function (er, stat) { - cb(er, er ? false : checkStat(stat, path, options)) - }) -} - -function sync (path, options) { - return checkStat(fs.statSync(path), path, options) -} diff --git a/software/flow/node_modules/npm/node_modules/json-parse-even-better-errors/LICENSE.md b/software/flow/node_modules/npm/node_modules/json-parse-even-better-errors/LICENSE.md deleted file mode 100644 index 6991b7c..0000000 --- a/software/flow/node_modules/npm/node_modules/json-parse-even-better-errors/LICENSE.md +++ /dev/null @@ -1,25 +0,0 @@ -Copyright 2017 Kat Marchán -Copyright npm, Inc. - -Permission is hereby granted, free of charge, to any person obtaining a -copy of this software and associated documentation files (the "Software"), -to deal in the Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, sublicense, -and/or sell copies of the Software, and to permit persons to whom the -Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER -DEALINGS IN THE SOFTWARE. - ---- - -This library is a fork of 'better-json-errors' by Kat Marchán, extended and -distributed under the terms of the MIT license above. diff --git a/software/flow/node_modules/npm/node_modules/json-parse-even-better-errors/lib/index.js b/software/flow/node_modules/npm/node_modules/json-parse-even-better-errors/lib/index.js deleted file mode 100644 index 2b9f3c2..0000000 --- a/software/flow/node_modules/npm/node_modules/json-parse-even-better-errors/lib/index.js +++ /dev/null @@ -1,129 +0,0 @@ -'use strict' - -const hexify = char => { - const h = char.charCodeAt(0).toString(16).toUpperCase() - return '0x' + (h.length % 2 ? '0' : '') + h -} - -const parseError = (e, txt, context) => { - if (!txt) { - return { - message: e.message + ' while parsing empty string', - position: 0, - } - } - const badToken = e.message.match(/^Unexpected token (.) .*position\s+(\d+)/i) - const errIdx = badToken ? +badToken[2] - : e.message.match(/^Unexpected end of JSON.*/i) ? txt.length - 1 - : null - - const msg = badToken ? e.message.replace(/^Unexpected token ./, `Unexpected token ${ - JSON.stringify(badToken[1]) - } (${hexify(badToken[1])})`) - : e.message - - if (errIdx !== null && errIdx !== undefined) { - const start = errIdx <= context ? 0 - : errIdx - context - - const end = errIdx + context >= txt.length ? txt.length - : errIdx + context - - const slice = (start === 0 ? '' : '...') + - txt.slice(start, end) + - (end === txt.length ? '' : '...') - - const near = txt === slice ? '' : 'near ' - - return { - message: msg + ` while parsing ${near}${JSON.stringify(slice)}`, - position: errIdx, - } - } else { - return { - message: msg + ` while parsing '${txt.slice(0, context * 2)}'`, - position: 0, - } - } -} - -class JSONParseError extends SyntaxError { - constructor (er, txt, context, caller) { - context = context || 20 - const metadata = parseError(er, txt, context) - super(metadata.message) - Object.assign(this, metadata) - this.code = 'EJSONPARSE' - this.systemError = er - Error.captureStackTrace(this, caller || this.constructor) - } - - get name () { - return this.constructor.name - } - - set name (n) {} - get [Symbol.toStringTag] () { - return this.constructor.name - } -} - -const kIndent = Symbol.for('indent') -const kNewline = Symbol.for('newline') -// only respect indentation if we got a line break, otherwise squash it -// things other than objects and arrays aren't indented, so ignore those -// Important: in both of these regexps, the $1 capture group is the newline -// or undefined, and the $2 capture group is the indent, or undefined. -const formatRE = /^\s*[{[]((?:\r?\n)+)([\s\t]*)/ -const emptyRE = /^(?:\{\}|\[\])((?:\r?\n)+)?$/ - -const parseJson = (txt, reviver, context) => { - const parseText = stripBOM(txt) - context = context || 20 - try { - // get the indentation so that we can save it back nicely - // if the file starts with {" then we have an indent of '', ie, none - // otherwise, pick the indentation of the next line after the first \n - // If the pattern doesn't match, then it means no indentation. - // JSON.stringify ignores symbols, so this is reasonably safe. - // if the string is '{}' or '[]', then use the default 2-space indent. - const [, newline = '\n', indent = ' '] = parseText.match(emptyRE) || - parseText.match(formatRE) || - [null, '', ''] - - const result = JSON.parse(parseText, reviver) - if (result && typeof result === 'object') { - result[kNewline] = newline - result[kIndent] = indent - } - return result - } catch (e) { - if (typeof txt !== 'string' && !Buffer.isBuffer(txt)) { - const isEmptyArray = Array.isArray(txt) && txt.length === 0 - throw Object.assign(new TypeError( - `Cannot parse ${isEmptyArray ? 'an empty array' : String(txt)}` - ), { - code: 'EJSONPARSE', - systemError: e, - }) - } - - throw new JSONParseError(e, parseText, context, parseJson) - } -} - -// Remove byte order marker. This catches EF BB BF (the UTF-8 BOM) -// because the buffer-to-string conversion in `fs.readFileSync()` -// translates it to FEFF, the UTF-16 BOM. -const stripBOM = txt => String(txt).replace(/^\uFEFF/, '') - -module.exports = parseJson -parseJson.JSONParseError = JSONParseError - -parseJson.noExceptions = (txt, reviver) => { - try { - return JSON.parse(stripBOM(txt), reviver) - } catch (e) { - // no exceptions - } -} diff --git a/software/flow/node_modules/npm/node_modules/json-parse-even-better-errors/package.json b/software/flow/node_modules/npm/node_modules/json-parse-even-better-errors/package.json deleted file mode 100644 index c496ecb..0000000 --- a/software/flow/node_modules/npm/node_modules/json-parse-even-better-errors/package.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "name": "json-parse-even-better-errors", - "version": "3.0.0", - "description": "JSON.parse with context information on error", - "main": "lib/index.js", - "files": [ - "bin/", - "lib/" - ], - "scripts": { - "test": "tap", - "snap": "tap", - "lint": "eslint \"**/*.js\"", - "postlint": "template-oss-check", - "template-oss-apply": "template-oss-apply --force", - "lintfix": "npm run lint -- --fix", - "posttest": "npm run lint" - }, - "repository": { - "type": "git", - "url": "https://github.com/npm/json-parse-even-better-errors.git" - }, - "keywords": [ - "JSON", - "parser" - ], - "author": "GitHub Inc.", - "license": "MIT", - "devDependencies": { - "@npmcli/eslint-config": "^3.1.0", - "@npmcli/template-oss": "4.5.1", - "tap": "^16.3.0" - }, - "tap": { - "check-coverage": true, - "nyc-arg": [ - "--exclude", - "tap-snapshots/**" - ] - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.5.1" - } -} diff --git a/software/flow/node_modules/npm/node_modules/json-stringify-nice/LICENSE b/software/flow/node_modules/npm/node_modules/json-stringify-nice/LICENSE deleted file mode 100644 index 19129e3..0000000 --- a/software/flow/node_modules/npm/node_modules/json-stringify-nice/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -The ISC License - -Copyright (c) Isaac Z. Schlueter and Contributors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/json-stringify-nice/index.js b/software/flow/node_modules/npm/node_modules/json-stringify-nice/index.js deleted file mode 100644 index 36557bb..0000000 --- a/software/flow/node_modules/npm/node_modules/json-stringify-nice/index.js +++ /dev/null @@ -1,38 +0,0 @@ -const isObj = val => !!val && !Array.isArray(val) && typeof val === 'object' - -const compare = (ak, bk, prefKeys) => - prefKeys.includes(ak) && !prefKeys.includes(bk) ? -1 - : prefKeys.includes(bk) && !prefKeys.includes(ak) ? 1 - : prefKeys.includes(ak) && prefKeys.includes(bk) - ? prefKeys.indexOf(ak) - prefKeys.indexOf(bk) - : ak.localeCompare(bk, 'en') - -const sort = (replacer, seen) => (key, val) => { - const prefKeys = Array.isArray(replacer) ? replacer : [] - - if (typeof replacer === 'function') - val = replacer(key, val) - - if (!isObj(val)) - return val - - if (seen.has(val)) - return seen.get(val) - - const ret = Object.entries(val).sort( - ([ak, av], [bk, bv]) => - isObj(av) === isObj(bv) ? compare(ak, bk, prefKeys) - : isObj(av) ? 1 - : -1 - ).reduce((set, [k, v]) => { - set[k] = v - return set - }, {}) - - seen.set(val, ret) - return ret -} - -module.exports = (obj, replacer, space = 2) => - JSON.stringify(obj, sort(replacer, new Map()), space) - + (space ? '\n' : '') diff --git a/software/flow/node_modules/npm/node_modules/json-stringify-nice/package.json b/software/flow/node_modules/npm/node_modules/json-stringify-nice/package.json deleted file mode 100644 index c966329..0000000 --- a/software/flow/node_modules/npm/node_modules/json-stringify-nice/package.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "json-stringify-nice", - "version": "1.1.4", - "description": "Stringify an object sorting scalars before objects, and defaulting to 2-space indent", - "author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)", - "license": "ISC", - "scripts": { - "test": "tap", - "posttest": "npm run lint", - "snap": "tap", - "postsnap": "npm run lintfix", - "eslint": "eslint", - "lint": "npm run eslint -- index.js test/**/*.js", - "lintfix": "npm run lint -- --fix", - "preversion": "npm test", - "postversion": "npm publish", - "postpublish": "git push origin --follow-tags" - }, - "tap": { - "test-env": [ - "LC_ALL=sk" - ], - "check-coverage": true - }, - "devDependencies": { - "eslint": "^7.25.0", - "eslint-plugin-import": "^2.22.1", - "eslint-plugin-node": "^11.1.0", - "eslint-plugin-promise": "^5.1.0", - "eslint-plugin-standard": "^5.0.0", - "tap": "^15.0.6" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - }, - "repository": "https://github.com/isaacs/json-stringify-nice", - "files": [ - "index.js" - ] -} diff --git a/software/flow/node_modules/npm/node_modules/jsonparse/LICENSE b/software/flow/node_modules/npm/node_modules/jsonparse/LICENSE deleted file mode 100644 index 6dc24be..0000000 --- a/software/flow/node_modules/npm/node_modules/jsonparse/LICENSE +++ /dev/null @@ -1,24 +0,0 @@ -The MIT License - -Copyright (c) 2012 Tim Caswell - -Permission is hereby granted, free of charge, -to any person obtaining a copy of this software and -associated documentation files (the "Software"), to -deal in the Software without restriction, including -without limitation the rights to use, copy, modify, -merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom -the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice -shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES -OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR -ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/jsonparse/bench.js b/software/flow/node_modules/npm/node_modules/jsonparse/bench.js deleted file mode 100644 index b36d92f..0000000 --- a/software/flow/node_modules/npm/node_modules/jsonparse/bench.js +++ /dev/null @@ -1,26 +0,0 @@ -var fs = require('fs'), - Parser = require('./jsonparse'); - - -var json = fs.readFileSync("samplejson/basic.json"); - - -while (true) { - var start = Date.now(); - for (var i = 0; i < 1000; i++) { - JSON.parse(json); - } - var first = Date.now() - start; - - start = Date.now(); - var p = new Parser(); - for (var i = 0; i < 1000; i++) { - p.write(json); - } - var second = Date.now() - start; - - - console.log("JSON.parse took %s", first); - console.log("streaming parser took %s", second); - console.log("streaming is %s times slower", second / first); -} diff --git a/software/flow/node_modules/npm/node_modules/jsonparse/examples/twitterfeed.js b/software/flow/node_modules/npm/node_modules/jsonparse/examples/twitterfeed.js deleted file mode 100644 index 10210d4..0000000 --- a/software/flow/node_modules/npm/node_modules/jsonparse/examples/twitterfeed.js +++ /dev/null @@ -1,30 +0,0 @@ -var Parser = require('../jsonparse'); -var Http = require('http'); -require('./colors'); -var p = new Parser(); -var cred = require('./credentials'); -var client = Http.createClient(80, "stream.twitter.com"); -var request = client.request("GET", "/1/statuses/sample.json", { - "Host": "stream.twitter.com", - "Authorization": (new Buffer(cred.username + ":" + cred.password)).toString("base64") -}); -request.on('response', function (response) { - console.log(response.statusCode); - console.dir(response.headers); - response.on('data', function (chunk) { - p.write(chunk); - }); - response.on('end', function () { - console.log("END"); - }); -}); -request.end(); -var text = "", name = ""; -p.onValue = function (value) { - if (this.stack.length === 1 && this.key === 'text') { text = value; } - if (this.stack.length === 2 && this.key === 'name' && this.stack[1].key === 'user') { name = value; } - if (this.stack.length === 0) { - console.log(text.blue + " - " + name.yellow); - text = name = ""; - } -}; diff --git a/software/flow/node_modules/npm/node_modules/jsonparse/jsonparse.js b/software/flow/node_modules/npm/node_modules/jsonparse/jsonparse.js deleted file mode 100644 index 3991060..0000000 --- a/software/flow/node_modules/npm/node_modules/jsonparse/jsonparse.js +++ /dev/null @@ -1,413 +0,0 @@ -/*global Buffer*/ -// Named constants with unique integer values -var C = {}; -// Tokens -var LEFT_BRACE = C.LEFT_BRACE = 0x1; -var RIGHT_BRACE = C.RIGHT_BRACE = 0x2; -var LEFT_BRACKET = C.LEFT_BRACKET = 0x3; -var RIGHT_BRACKET = C.RIGHT_BRACKET = 0x4; -var COLON = C.COLON = 0x5; -var COMMA = C.COMMA = 0x6; -var TRUE = C.TRUE = 0x7; -var FALSE = C.FALSE = 0x8; -var NULL = C.NULL = 0x9; -var STRING = C.STRING = 0xa; -var NUMBER = C.NUMBER = 0xb; -// Tokenizer States -var START = C.START = 0x11; -var STOP = C.STOP = 0x12; -var TRUE1 = C.TRUE1 = 0x21; -var TRUE2 = C.TRUE2 = 0x22; -var TRUE3 = C.TRUE3 = 0x23; -var FALSE1 = C.FALSE1 = 0x31; -var FALSE2 = C.FALSE2 = 0x32; -var FALSE3 = C.FALSE3 = 0x33; -var FALSE4 = C.FALSE4 = 0x34; -var NULL1 = C.NULL1 = 0x41; -var NULL2 = C.NULL2 = 0x42; -var NULL3 = C.NULL3 = 0x43; -var NUMBER1 = C.NUMBER1 = 0x51; -var NUMBER3 = C.NUMBER3 = 0x53; -var STRING1 = C.STRING1 = 0x61; -var STRING2 = C.STRING2 = 0x62; -var STRING3 = C.STRING3 = 0x63; -var STRING4 = C.STRING4 = 0x64; -var STRING5 = C.STRING5 = 0x65; -var STRING6 = C.STRING6 = 0x66; -// Parser States -var VALUE = C.VALUE = 0x71; -var KEY = C.KEY = 0x72; -// Parser Modes -var OBJECT = C.OBJECT = 0x81; -var ARRAY = C.ARRAY = 0x82; -// Character constants -var BACK_SLASH = "\\".charCodeAt(0); -var FORWARD_SLASH = "\/".charCodeAt(0); -var BACKSPACE = "\b".charCodeAt(0); -var FORM_FEED = "\f".charCodeAt(0); -var NEWLINE = "\n".charCodeAt(0); -var CARRIAGE_RETURN = "\r".charCodeAt(0); -var TAB = "\t".charCodeAt(0); - -var STRING_BUFFER_SIZE = 64 * 1024; - -function Parser() { - this.tState = START; - this.value = undefined; - - this.string = undefined; // string data - this.stringBuffer = Buffer.alloc ? Buffer.alloc(STRING_BUFFER_SIZE) : new Buffer(STRING_BUFFER_SIZE); - this.stringBufferOffset = 0; - this.unicode = undefined; // unicode escapes - this.highSurrogate = undefined; - - this.key = undefined; - this.mode = undefined; - this.stack = []; - this.state = VALUE; - this.bytes_remaining = 0; // number of bytes remaining in multi byte utf8 char to read after split boundary - this.bytes_in_sequence = 0; // bytes in multi byte utf8 char to read - this.temp_buffs = { "2": new Buffer(2), "3": new Buffer(3), "4": new Buffer(4) }; // for rebuilding chars split before boundary is reached - - // Stream offset - this.offset = -1; -} - -// Slow code to string converter (only used when throwing syntax errors) -Parser.toknam = function (code) { - var keys = Object.keys(C); - for (var i = 0, l = keys.length; i < l; i++) { - var key = keys[i]; - if (C[key] === code) { return key; } - } - return code && ("0x" + code.toString(16)); -}; - -var proto = Parser.prototype; -proto.onError = function (err) { throw err; }; -proto.charError = function (buffer, i) { - this.tState = STOP; - this.onError(new Error("Unexpected " + JSON.stringify(String.fromCharCode(buffer[i])) + " at position " + i + " in state " + Parser.toknam(this.tState))); -}; -proto.appendStringChar = function (char) { - if (this.stringBufferOffset >= STRING_BUFFER_SIZE) { - this.string += this.stringBuffer.toString('utf8'); - this.stringBufferOffset = 0; - } - - this.stringBuffer[this.stringBufferOffset++] = char; -}; -proto.appendStringBuf = function (buf, start, end) { - var size = buf.length; - if (typeof start === 'number') { - if (typeof end === 'number') { - if (end < 0) { - // adding a negative end decreeses the size - size = buf.length - start + end; - } else { - size = end - start; - } - } else { - size = buf.length - start; - } - } - - if (size < 0) { - size = 0; - } - - if (this.stringBufferOffset + size > STRING_BUFFER_SIZE) { - this.string += this.stringBuffer.toString('utf8', 0, this.stringBufferOffset); - this.stringBufferOffset = 0; - } - - buf.copy(this.stringBuffer, this.stringBufferOffset, start, end); - this.stringBufferOffset += size; -}; -proto.write = function (buffer) { - if (typeof buffer === "string") buffer = new Buffer(buffer); - var n; - for (var i = 0, l = buffer.length; i < l; i++) { - if (this.tState === START){ - n = buffer[i]; - this.offset++; - if(n === 0x7b){ this.onToken(LEFT_BRACE, "{"); // { - }else if(n === 0x7d){ this.onToken(RIGHT_BRACE, "}"); // } - }else if(n === 0x5b){ this.onToken(LEFT_BRACKET, "["); // [ - }else if(n === 0x5d){ this.onToken(RIGHT_BRACKET, "]"); // ] - }else if(n === 0x3a){ this.onToken(COLON, ":"); // : - }else if(n === 0x2c){ this.onToken(COMMA, ","); // , - }else if(n === 0x74){ this.tState = TRUE1; // t - }else if(n === 0x66){ this.tState = FALSE1; // f - }else if(n === 0x6e){ this.tState = NULL1; // n - }else if(n === 0x22){ // " - this.string = ""; - this.stringBufferOffset = 0; - this.tState = STRING1; - }else if(n === 0x2d){ this.string = "-"; this.tState = NUMBER1; // - - }else{ - if (n >= 0x30 && n < 0x40) { // 1-9 - this.string = String.fromCharCode(n); this.tState = NUMBER3; - } else if (n === 0x20 || n === 0x09 || n === 0x0a || n === 0x0d) { - // whitespace - } else { - return this.charError(buffer, i); - } - } - }else if (this.tState === STRING1){ // After open quote - n = buffer[i]; // get current byte from buffer - // check for carry over of a multi byte char split between data chunks - // & fill temp buffer it with start of this data chunk up to the boundary limit set in the last iteration - if (this.bytes_remaining > 0) { - for (var j = 0; j < this.bytes_remaining; j++) { - this.temp_buffs[this.bytes_in_sequence][this.bytes_in_sequence - this.bytes_remaining + j] = buffer[j]; - } - - this.appendStringBuf(this.temp_buffs[this.bytes_in_sequence]); - this.bytes_in_sequence = this.bytes_remaining = 0; - i = i + j - 1; - } else if (this.bytes_remaining === 0 && n >= 128) { // else if no remainder bytes carried over, parse multi byte (>=128) chars one at a time - if (n <= 193 || n > 244) { - return this.onError(new Error("Invalid UTF-8 character at position " + i + " in state " + Parser.toknam(this.tState))); - } - if ((n >= 194) && (n <= 223)) this.bytes_in_sequence = 2; - if ((n >= 224) && (n <= 239)) this.bytes_in_sequence = 3; - if ((n >= 240) && (n <= 244)) this.bytes_in_sequence = 4; - if ((this.bytes_in_sequence + i) > buffer.length) { // if bytes needed to complete char fall outside buffer length, we have a boundary split - for (var k = 0; k <= (buffer.length - 1 - i); k++) { - this.temp_buffs[this.bytes_in_sequence][k] = buffer[i + k]; // fill temp buffer of correct size with bytes available in this chunk - } - this.bytes_remaining = (i + this.bytes_in_sequence) - buffer.length; - i = buffer.length - 1; - } else { - this.appendStringBuf(buffer, i, i + this.bytes_in_sequence); - i = i + this.bytes_in_sequence - 1; - } - } else if (n === 0x22) { - this.tState = START; - this.string += this.stringBuffer.toString('utf8', 0, this.stringBufferOffset); - this.stringBufferOffset = 0; - this.onToken(STRING, this.string); - this.offset += Buffer.byteLength(this.string, 'utf8') + 1; - this.string = undefined; - } - else if (n === 0x5c) { - this.tState = STRING2; - } - else if (n >= 0x20) { this.appendStringChar(n); } - else { - return this.charError(buffer, i); - } - }else if (this.tState === STRING2){ // After backslash - n = buffer[i]; - if(n === 0x22){ this.appendStringChar(n); this.tState = STRING1; - }else if(n === 0x5c){ this.appendStringChar(BACK_SLASH); this.tState = STRING1; - }else if(n === 0x2f){ this.appendStringChar(FORWARD_SLASH); this.tState = STRING1; - }else if(n === 0x62){ this.appendStringChar(BACKSPACE); this.tState = STRING1; - }else if(n === 0x66){ this.appendStringChar(FORM_FEED); this.tState = STRING1; - }else if(n === 0x6e){ this.appendStringChar(NEWLINE); this.tState = STRING1; - }else if(n === 0x72){ this.appendStringChar(CARRIAGE_RETURN); this.tState = STRING1; - }else if(n === 0x74){ this.appendStringChar(TAB); this.tState = STRING1; - }else if(n === 0x75){ this.unicode = ""; this.tState = STRING3; - }else{ - return this.charError(buffer, i); - } - }else if (this.tState === STRING3 || this.tState === STRING4 || this.tState === STRING5 || this.tState === STRING6){ // unicode hex codes - n = buffer[i]; - // 0-9 A-F a-f - if ((n >= 0x30 && n < 0x40) || (n > 0x40 && n <= 0x46) || (n > 0x60 && n <= 0x66)) { - this.unicode += String.fromCharCode(n); - if (this.tState++ === STRING6) { - var intVal = parseInt(this.unicode, 16); - this.unicode = undefined; - if (this.highSurrogate !== undefined && intVal >= 0xDC00 && intVal < (0xDFFF + 1)) { //<56320,57343> - lowSurrogate - this.appendStringBuf(new Buffer(String.fromCharCode(this.highSurrogate, intVal))); - this.highSurrogate = undefined; - } else if (this.highSurrogate === undefined && intVal >= 0xD800 && intVal < (0xDBFF + 1)) { //<55296,56319> - highSurrogate - this.highSurrogate = intVal; - } else { - if (this.highSurrogate !== undefined) { - this.appendStringBuf(new Buffer(String.fromCharCode(this.highSurrogate))); - this.highSurrogate = undefined; - } - this.appendStringBuf(new Buffer(String.fromCharCode(intVal))); - } - this.tState = STRING1; - } - } else { - return this.charError(buffer, i); - } - } else if (this.tState === NUMBER1 || this.tState === NUMBER3) { - n = buffer[i]; - - switch (n) { - case 0x30: // 0 - case 0x31: // 1 - case 0x32: // 2 - case 0x33: // 3 - case 0x34: // 4 - case 0x35: // 5 - case 0x36: // 6 - case 0x37: // 7 - case 0x38: // 8 - case 0x39: // 9 - case 0x2e: // . - case 0x65: // e - case 0x45: // E - case 0x2b: // + - case 0x2d: // - - this.string += String.fromCharCode(n); - this.tState = NUMBER3; - break; - default: - this.tState = START; - var result = Number(this.string); - - if (isNaN(result)){ - return this.charError(buffer, i); - } - - if ((this.string.match(/[0-9]+/) == this.string) && (result.toString() != this.string)) { - // Long string of digits which is an ID string and not valid and/or safe JavaScript integer Number - this.onToken(STRING, this.string); - } else { - this.onToken(NUMBER, result); - } - - this.offset += this.string.length - 1; - this.string = undefined; - i--; - break; - } - }else if (this.tState === TRUE1){ // r - if (buffer[i] === 0x72) { this.tState = TRUE2; } - else { return this.charError(buffer, i); } - }else if (this.tState === TRUE2){ // u - if (buffer[i] === 0x75) { this.tState = TRUE3; } - else { return this.charError(buffer, i); } - }else if (this.tState === TRUE3){ // e - if (buffer[i] === 0x65) { this.tState = START; this.onToken(TRUE, true); this.offset+= 3; } - else { return this.charError(buffer, i); } - }else if (this.tState === FALSE1){ // a - if (buffer[i] === 0x61) { this.tState = FALSE2; } - else { return this.charError(buffer, i); } - }else if (this.tState === FALSE2){ // l - if (buffer[i] === 0x6c) { this.tState = FALSE3; } - else { return this.charError(buffer, i); } - }else if (this.tState === FALSE3){ // s - if (buffer[i] === 0x73) { this.tState = FALSE4; } - else { return this.charError(buffer, i); } - }else if (this.tState === FALSE4){ // e - if (buffer[i] === 0x65) { this.tState = START; this.onToken(FALSE, false); this.offset+= 4; } - else { return this.charError(buffer, i); } - }else if (this.tState === NULL1){ // u - if (buffer[i] === 0x75) { this.tState = NULL2; } - else { return this.charError(buffer, i); } - }else if (this.tState === NULL2){ // l - if (buffer[i] === 0x6c) { this.tState = NULL3; } - else { return this.charError(buffer, i); } - }else if (this.tState === NULL3){ // l - if (buffer[i] === 0x6c) { this.tState = START; this.onToken(NULL, null); this.offset += 3; } - else { return this.charError(buffer, i); } - } - } -}; -proto.onToken = function (token, value) { - // Override this to get events -}; - -proto.parseError = function (token, value) { - this.tState = STOP; - this.onError(new Error("Unexpected " + Parser.toknam(token) + (value ? ("(" + JSON.stringify(value) + ")") : "") + " in state " + Parser.toknam(this.state))); -}; -proto.push = function () { - this.stack.push({value: this.value, key: this.key, mode: this.mode}); -}; -proto.pop = function () { - var value = this.value; - var parent = this.stack.pop(); - this.value = parent.value; - this.key = parent.key; - this.mode = parent.mode; - this.emit(value); - if (!this.mode) { this.state = VALUE; } -}; -proto.emit = function (value) { - if (this.mode) { this.state = COMMA; } - this.onValue(value); -}; -proto.onValue = function (value) { - // Override me -}; -proto.onToken = function (token, value) { - if(this.state === VALUE){ - if(token === STRING || token === NUMBER || token === TRUE || token === FALSE || token === NULL){ - if (this.value) { - this.value[this.key] = value; - } - this.emit(value); - }else if(token === LEFT_BRACE){ - this.push(); - if (this.value) { - this.value = this.value[this.key] = {}; - } else { - this.value = {}; - } - this.key = undefined; - this.state = KEY; - this.mode = OBJECT; - }else if(token === LEFT_BRACKET){ - this.push(); - if (this.value) { - this.value = this.value[this.key] = []; - } else { - this.value = []; - } - this.key = 0; - this.mode = ARRAY; - this.state = VALUE; - }else if(token === RIGHT_BRACE){ - if (this.mode === OBJECT) { - this.pop(); - } else { - return this.parseError(token, value); - } - }else if(token === RIGHT_BRACKET){ - if (this.mode === ARRAY) { - this.pop(); - } else { - return this.parseError(token, value); - } - }else{ - return this.parseError(token, value); - } - }else if(this.state === KEY){ - if (token === STRING) { - this.key = value; - this.state = COLON; - } else if (token === RIGHT_BRACE) { - this.pop(); - } else { - return this.parseError(token, value); - } - }else if(this.state === COLON){ - if (token === COLON) { this.state = VALUE; } - else { return this.parseError(token, value); } - }else if(this.state === COMMA){ - if (token === COMMA) { - if (this.mode === ARRAY) { this.key++; this.state = VALUE; } - else if (this.mode === OBJECT) { this.state = KEY; } - - } else if (token === RIGHT_BRACKET && this.mode === ARRAY || token === RIGHT_BRACE && this.mode === OBJECT) { - this.pop(); - } else { - return this.parseError(token, value); - } - }else{ - return this.parseError(token, value); - } -}; - -Parser.C = C; - -module.exports = Parser; diff --git a/software/flow/node_modules/npm/node_modules/jsonparse/package.json b/software/flow/node_modules/npm/node_modules/jsonparse/package.json deleted file mode 100644 index a2312ee..0000000 --- a/software/flow/node_modules/npm/node_modules/jsonparse/package.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "name": "jsonparse", - "description": "This is a pure-js JSON streaming parser for node.js", - "tags": ["json", "stream"], - "version": "1.3.1", - "author": "Tim Caswell <tim@creationix.com>", - "repository": { - "type": "git", - "url": "http://github.com/creationix/jsonparse.git" - }, - "devDependencies": { - "tape": "~0.1.1", - "tap": "~0.3.3" - }, - "scripts": { - "test": "tap test/*.js" - }, - "bugs": "http://github.com/creationix/jsonparse/issues", - "engines": ["node >= 0.2.0"], - "license": "MIT", - "main": "jsonparse.js" -} diff --git a/software/flow/node_modules/npm/node_modules/jsonparse/samplejson/basic.json b/software/flow/node_modules/npm/node_modules/jsonparse/samplejson/basic.json deleted file mode 100644 index 950dff9..0000000 --- a/software/flow/node_modules/npm/node_modules/jsonparse/samplejson/basic.json +++ /dev/null @@ -1,167 +0,0 @@ -[ - { - }, - { - "image": [ - {"shape": "rect", "fill": "#333", "stroke": "#999", "x": 0.5e+1, "y": 0.5, "z": 0.8e-0, "w": 0.5e5, "u": 2E10, "foo": 2E+1, "bar": 2E-0, "width": 47, "height": 47} - ], - "jumpable": 3, - "solid": { - "1": [2,4], - "2": [], - "3": [2,6], - "4": [], - "5": [2,8,1,3,7,9,4,6], - "6": [], - "7": [4,8], - "8": [], - "9": [6,8] - }, - "corners": {"1": true,"3": true,"7": true,"9": true} - }, - { - "image": [ - {"shape": "polygon", "fill": "#248", "stroke": "#48f", "points": [[0.5,47.5],[47.5,47.5],[47.5,0.5]]} - ], - "solid": { - "1": [2,4], - "2": [1], - "3": [2], - "4": [], - "5": [2,8,1,3,7,9,4,6], - "6": [], - "7": [4,8], - "8": [], - "9": [6,8] - }, - "corners": {"1": true,"3": true,"7": false,"9": true} - }, - { - "image": [ - {"shape": "polygon", "fill": "#248", "stroke": "#48f", "points": [[0.5,0.5],[47.5,47.5],[0.5,47.5]]} - ], - "solid": { - "1": [2], - "2": [3], - "3": [2,6], - "4": [], - "5": [2,8,1,3,7,9,4,6], - "6": [], - "7": [4,8], - "8": [], - "9": [6,8] - }, - "corners": {"1": true,"3": true,"7": true,"9": false} - }, - { - "image": [ - {"shape": "polygon", "fill": "#333", "stroke": "#999", "points": [[0.5,0.5],[47.5,47.5],[47.5,0.5]]} - ], - "jumpable": 3, - "solid": { - "1": [2,4], - "2": [], - "3": [2,6], - "4": [], - "5": [2,8,1,3,7,9,4,6], - "6": [3], - "7": [4,8], - "8": [7], - "9": [6,8] - }, - "corners": {"1": false,"3": true,"7": true,"9": true} - }, - { - "image": [ - {"shape": "polygon", "fill": "#333", "stroke": "#999", "points": [[0.5,0.5],[0.5,47.5],[47.5,0.5]]} - ], - "jumpable": 3, - "solid": { - "1": [2,4], - "2": [], - "3": [2,6], - "4": [1], - "5": [2,8,1,3,7,9,4,6], - "6": [], - "7": [4,8], - "8": [9], - "9": [6,8] - }, - "corners": {"1": true,"3": false,"7": true,"9": true} - }, - { - "image": [ - {"shape": "polygon", "fill": "#482", "stroke": "#8f4", "points": [[0.5,47.5],[0.5,23.5],[24.5,23.5],[24.5,0.5],[47.5,0.5],[47.5,47.5]]} - ], - "jumpable": 3, - "solid": { - "1": [2,4], - "2": [], - "3": [6,2], - "4": [], - "5": [2,8,1,3,7,9,4,6], - "6": [9], - "7": [4,8], - "8": [], - "9": [6,8] - }, - "corners": {"1": true,"3": true,"7": false,"9": true} - }, - { - "image": [ - {"shape": "polygon", "fill": "#482", "stroke": "#8f4", "points": [[0.5,0.5],[23.5,0.5],[23.5,24.5],[47.5,24.5],[47.5,47.5],[0.5,47.5]]} - ], - "jumpable": 3, - "solid": { - "1": [4,2], - "2": [], - "3": [2,6], - "4": [7], - "5": [2,8,1,3,7,9,4,6], - "6": [], - "7": [4,8], - "8": [], - "9": [6,8] - }, - "corners": {"1": true,"3": true,"7": true,"9": false} - }, - { - "image": [ - {"shape": "circle", "fill": "#ff0", "stroke": "#ff8", "cx": 24, "cy": 24, "r": 18} - ], - "item": true - }, - { - "image": [ - {"shape": "polygon", "fill": "#842", "stroke": "#f84", "points": [[4.5,0.5],[14.5,0.5],[14.5,17.5],[34,17.5],[33.5,0.5],[43.5,0.5],[43.5,47.5],[33.5,47.5],[33.5,30.5],[14.5,30.5],[14.5,47.5],[4.5,47.5]]} - ], - "jumpable": 3 - }, - { - "image": [ - {"shape": "polygon", "fill": "#333", "stroke": "#999", "points": [[0.5,0.5],[47.5,0.5],[24,47.5]]} - ], - "jumpable": 3, - "solid": { - "1": [2,4], - "2": [], - "3": [2,6], - "4": [1], - "5": [2,8,1,3,7,9,4,6], - "6": [3], - "7": [4,8], - "8": [], - "9": [6,8] - }, - "corners": {"1": false,"3": false,"7": true,"9": true} - }, - { - "image": [ - {"shape": "rect", "fill": "#114acb", "x": 0.5, "y": 0.5, "width": 47, "height": 47}, - {"shape": "polygon", "fill": "rgba(255,255,255,0.30)", "points": [[0.5,0.5],[47.5,0.5],[40,8],[8,8],[8,40],[0.5,47.5]]}, - {"shape": "polygon", "fill": "rgba(0,0,0,0.30)", "points": [[47.5,0.5],[48,48],[0.5,47.5],[8,40],[40,40],[40,8]]}, - {"shape": "polygon", "fill": "rgb(255,255,0)", "stroke": "rgba(255,255,0,0.5)", "points": [[24,9],[35,20],[26,29],[26,33],[22,33],[22,27],[29,20],[24,15],[16,23],[13,20]]}, - {"shape": "rect", "fill": "rgb(255,255,0)", "stroke": "rgba(255,255,0,0.5)", "x": 22, "y":35, "width": 4, "height": 4} - ] - } -] diff --git a/software/flow/node_modules/npm/node_modules/jsonparse/samplejson/basic2.json b/software/flow/node_modules/npm/node_modules/jsonparse/samplejson/basic2.json deleted file mode 100644 index 3a6919b..0000000 --- a/software/flow/node_modules/npm/node_modules/jsonparse/samplejson/basic2.json +++ /dev/null @@ -1,180 +0,0 @@ -[ - { - }, - { - "image": [ - {"shape": "rect", "fill": "#333", "stroke": "#999", "x": 0.5, "y": 0.5, "width": 47, "height": 47} - ], - "jumpable": 3, - "solid": { - "1": [2,4], - "2": [], - "3": [2,6], - "4": [], - "5": [2,8,1,3,7,9,4,6], - "6": [], - "7": [4,8], - "8": [], - "9": [6,8] - }, - "corners": {"1": true,"3": true,"7": true,"9": true} - }, - { - "image": [ - {"shape": "polygon", "fill": "#248", "stroke": "#48f", "points": [[0.5,47.5],[47.5,47.5],[47.5,0.5]]} - ], - "solid": { - "1": [2,4], - "2": [1], - "3": [2], - "4": [], - "5": [2,8,1,3,7,9,4,6], - "6": [], - "7": [4,8], - "8": [], - "9": [6,8] - }, - "corners": {"1": true,"3": true,"7": false,"9": true} - }, - { - "image": [ - {"shape": "polygon", "fill": "#248", "stroke": "#48f", "points": [[0.5,0.5],[47.5,47.5],[0.5,47.5]]} - ], - "solid": { - "1": [2], - "2": [3], - "3": [2,6], - "4": [], - "5": [2,8,1,3,7,9,4,6], - "6": [], - "7": [4,8], - "8": [], - "9": [6,8] - }, - "corners": {"1": true,"3": true,"7": true,"9": false} - }, - { - "image": [ - {"shape": "polygon", "fill": "#333", "stroke": "#999", "points": [[0.5,0.5],[47.5,47.5],[47.5,0.5]]} - ], - "jumpable": 3, - "solid": { - "1": [2,4], - "2": [], - "3": [2,6], - "4": [], - "5": [2,8,1,3,7,9,4,6], - "6": [3], - "7": [4,8], - "8": [7], - "9": [6,8] - }, - "corners": {"1": false,"3": true,"7": true,"9": true} - }, - { - "image": [ - {"shape": "polygon", "fill": "#333", "stroke": "#999", "points": [[0.5,0.5],[0.5,47.5],[47.5,0.5]]} - ], - "jumpable": 3, - "solid": { - "1": [2,4], - "2": [], - "3": [2,6], - "4": [1], - "5": [2,8,1,3,7,9,4,6], - "6": [], - "7": [4,8], - "8": [9], - "9": [6,8] - }, - "corners": {"1": true,"3": false,"7": true,"9": true} - }, - { - "image": [ - {"shape": "polygon", "fill": "#482", "stroke": "#8f4", "points": [[0.5,47.5],[0.5,23.5],[24.5,23.5],[24.5,0.5],[47.5,0.5],[47.5,47.5]]} - ], - "jumpable": 3, - "solid": { - "1": [2,4], - "2": [], - "3": [6,2], - "4": [], - "5": [2,8,1,3,7,9,4,6], - "6": [9], - "7": [4,8], - "8": [], - "9": [6,8] - }, - "corners": {"1": true,"3": true,"7": false,"9": true} - }, - { - "image": [ - {"shape": "polygon", "fill": "#482", "stroke": "#8f4", "points": [[0.5,0.5],[23.5,0.5],[23.5,24.5],[47.5,24.5],[47.5,47.5],[0.5,47.5]]} - ], - "jumpable": 3, - "solid": { - "1": [4,2], - "2": [], - "3": [2,6], - "4": [7], - "5": [2,8,1,3,7,9,4,6], - "6": [], - "7": [4,8], - "8": [], - "9": [6,8] - }, - "corners": {"1": true,"3": true,"7": true,"9": false} - }, - { - "image": [ - {"shape": "circle", "fill": "#ff0", "stroke": "#ff8", "cx": 24, "cy": 24, "r": 18} - ], - "item": true - }, - { - "image": [ - {"shape": "polygon", "fill": "#842", "stroke": "#f84", "points": [[4.5,0.5],[14.5,0.5],[14.5,17.5],[34,17.5],[33.5,0.5],[43.5,0.5],[43.5,47.5],[33.5,47.5],[33.5,30.5],[14.5,30.5],[14.5,47.5],[4.5,47.5]]} - ], - "jumpable": 3 - }, - { - "image": [ - {"shape": "polygon", "fill": "#333", "stroke": "#999", "points": [[0.5,0.5],[47.5,0.5],[24,47.5]]} - ], - "jumpable": 3, - "solid": { - "1": [2,4], - "2": [], - "3": [2,6], - "4": [1], - "5": [2,8,1,3,7,9,4,6], - "6": [3], - "7": [4,8], - "8": [], - "9": [6,8] - }, - "corners": {"1": false,"3": false,"7": true,"9": true} - }, - { - "image": [ - {"shape": "rect", "fill": "#114acb", "x": 0.5, "y": 0.5, "width": 47, "height": 47}, - {"shape": "polygon", "fill": "rgba(255,255,255,0.30)", "points": [[0.5,0.5],[47.5,0.5],[40,8],[8,8],[8,40],[0.5,47.5]]}, - {"shape": "polygon", "fill": "rgba(0,0,0,0.30)", "points": [[47.5,0.5],[48,48],[0.5,47.5],[8,40],[40,40],[40,8]]}, - {"shape": "polygon", "fill": "rgb(255,255,0)", "stroke": "rgba(255,255,0,0.5)", "points": [[24,9],[35,20],[26,29],[26,33],[22,33],[22,27],[29,20],[24,15],[16,23],[13,20]]}, - {"shape": "rect", "fill": "rgb(255,255,0)", "stroke": "rgba(255,255,0,0.5)", "x": 22, "y":35, "width": 4, "height": 4} - ], - "item": true - }, - { - "image": [ - {"shape": "circle", "fill": "#80f", "stroke": "#88f", "cx": 24, "cy": 24, "r": 18} - ], - "item": true - }, - { - "image": [ - {"shape": "circle", "fill": "#4f4", "stroke": "#8f8", "cx": 24, "cy": 24, "r": 18} - ], - "item": true - } -] diff --git a/software/flow/node_modules/npm/node_modules/jsonparse/test/big-token.js b/software/flow/node_modules/npm/node_modules/jsonparse/test/big-token.js deleted file mode 100644 index 3604631..0000000 --- a/software/flow/node_modules/npm/node_modules/jsonparse/test/big-token.js +++ /dev/null @@ -1,24 +0,0 @@ -var stream = require('stream'); -var JsonParse = require('../jsonparse'); -var test = require('tape'); - -test('can handle large tokens without running out of memory', function (t) { - var parser = new JsonParse(); - var chunkSize = 1024; - var chunks = 1024 * 200; // 200mb - var quote = Buffer.from ? Buffer.from('"') : new Buffer('"'); - t.plan(1); - - parser.onToken = function (type, value) { - t.equal(value.length, chunkSize * chunks, 'token should be size of input json'); - t.end(); - }; - - parser.write(quote); - for (var i = 0; i < chunks; ++i) { - var buf = Buffer.alloc ? Buffer.alloc(chunkSize) : new Buffer(chunkSize); - buf.fill('a'); - parser.write(buf); - } - parser.write(quote); -}); diff --git a/software/flow/node_modules/npm/node_modules/jsonparse/test/boundary.js b/software/flow/node_modules/npm/node_modules/jsonparse/test/boundary.js deleted file mode 100644 index 6671f5f..0000000 --- a/software/flow/node_modules/npm/node_modules/jsonparse/test/boundary.js +++ /dev/null @@ -1,110 +0,0 @@ -var test = require('tape'); -var Parser = require('../'); - -test('2 byte utf8 \'De\' character: д', function (t) { - t.plan(1); - - var p = new Parser(); - p.onValue = function (value) { - t.equal(value, 'д'); - }; - - var de_buffer = new Buffer([0xd0, 0xb4]); - - p.write('"'); - p.write(de_buffer); - p.write('"'); - -}); - -test('3 byte utf8 \'Han\' character: 我', function (t) { - t.plan(1); - - var p = new Parser(); - p.onValue = function (value) { - t.equal(value, '我'); - }; - - var han_buffer = new Buffer([0xe6, 0x88, 0x91]); - p.write('"'); - p.write(han_buffer); - p.write('"'); -}); - -test('4 byte utf8 character (unicode scalar U+2070E): 𠜎', function (t) { - t.plan(1); - - var p = new Parser(); - p.onValue = function (value) { - t.equal(value, '𠜎'); - }; - - var Ux2070E_buffer = new Buffer([0xf0, 0xa0, 0x9c, 0x8e]); - p.write('"'); - p.write(Ux2070E_buffer); - p.write('"'); -}); - -test('3 byte utf8 \'Han\' character chunked inbetween 2nd and 3rd byte: 我', function (t) { - t.plan(1); - - var p = new Parser(); - p.onValue = function (value) { - t.equal(value, '我'); - }; - - var han_buffer_first = new Buffer([0xe6, 0x88]); - var han_buffer_second = new Buffer([0x91]); - p.write('"'); - p.write(han_buffer_first); - p.write(han_buffer_second); - p.write('"'); -}); - -test('4 byte utf8 character (unicode scalar U+2070E) chunked inbetween 2nd and 3rd byte: 𠜎', function (t) { - t.plan(1); - - var p = new Parser(); - p.onValue = function (value) { - t.equal(value, '𠜎'); - }; - - var Ux2070E_buffer_first = new Buffer([0xf0, 0xa0]); - var Ux2070E_buffer_second = new Buffer([0x9c, 0x8e]); - p.write('"'); - p.write(Ux2070E_buffer_first); - p.write(Ux2070E_buffer_second); - p.write('"'); -}); - -test('1-4 byte utf8 character string chunked inbetween random bytes: Aж文𠜱B', function (t) { - t.plan(1); - -var p = new Parser(); - p.onValue = function (value) { - t.equal(value, 'Aж文𠜱B'); - }; - - var eclectic_buffer = new Buffer([0x41, // A - 0xd0, 0xb6, // ж - 0xe6, 0x96, 0x87, // 文 - 0xf0, 0xa0, 0x9c, 0xb1, // 𠜱 - 0x42]); // B - - var rand_chunk = Math.floor(Math.random() * (eclectic_buffer.length)); - var first_buffer = eclectic_buffer.slice(0, rand_chunk); - var second_buffer = eclectic_buffer.slice(rand_chunk); - - //console.log('eclectic_buffer: ' + eclectic_buffer) - //console.log('sliced from 0 to ' + rand_chunk); - //console.log(first_buffer); - //console.log('then sliced from ' + rand_chunk + ' to the end'); - //console.log(second_buffer); - - console.log('chunked after offset ' + rand_chunk); - p.write('"'); - p.write(first_buffer); - p.write(second_buffer); - p.write('"'); - -}); \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/jsonparse/test/offset.js b/software/flow/node_modules/npm/node_modules/jsonparse/test/offset.js deleted file mode 100644 index 9a552ab..0000000 --- a/software/flow/node_modules/npm/node_modules/jsonparse/test/offset.js +++ /dev/null @@ -1,67 +0,0 @@ -var test = require('tape'); -var Parser = require('../'); - -var input = '{\n "string": "value",\n "number": 3,\n "object"'; -var input2 = ': {\n "key": "vд"\n },\n "array": [\n -1,\n 12\n ]\n '; -var input3 = '"null": null, "true": true, "false": false, "frac": 3.14 }'; - -var offsets = [ - [ 0, Parser.C.LEFT_BRACE ], - [ 4, Parser.C.STRING ], - [ 12, Parser.C.COLON ], - [ 14, Parser.C.STRING ], - [ 21, Parser.C.COMMA ], - [ 25, Parser.C.STRING ], - [ 33, Parser.C.COLON ], - [ 35, Parser.C.NUMBER ], - [ 36, Parser.C.COMMA ], - [ 40, Parser.C.STRING ], - [ 48, Parser.C.COLON ], - [ 50, Parser.C.LEFT_BRACE ], - [ 54, Parser.C.STRING ], - [ 59, Parser.C.COLON ], - [ 61, Parser.C.STRING ], - [ 69, Parser.C.RIGHT_BRACE ], - [ 70, Parser.C.COMMA ], - [ 74, Parser.C.STRING ], - [ 81, Parser.C.COLON ], - [ 83, Parser.C.LEFT_BRACKET ], - [ 87, Parser.C.NUMBER ], - [ 89, Parser.C.COMMA ], - [ 93, Parser.C.NUMBER ], - [ 98, Parser.C.RIGHT_BRACKET ], - [ 102, Parser.C.STRING ], - [ 108, Parser.C.COLON ], - [ 110, Parser.C.NULL ], - [ 114, Parser.C.COMMA ], - [ 116, Parser.C.STRING ], - [ 122, Parser.C.COLON ], - [ 124, Parser.C.TRUE ], - [ 128, Parser.C.COMMA ], - [ 130, Parser.C.STRING ], - [ 137, Parser.C.COLON ], - [ 139, Parser.C.FALSE ], - [ 144, Parser.C.COMMA ], - [ 146, Parser.C.STRING ], - [ 152, Parser.C.COLON ], - [ 154, Parser.C.NUMBER ], - [ 159, Parser.C.RIGHT_BRACE ] -]; - -test('offset', function(t) { - t.plan(offsets.length * 2 + 1); - - var p = new Parser(); - var i = 0; - p.onToken = function (token) { - t.equal(p.offset, offsets[i][0]); - t.equal(token, offsets[i][1]); - i++; - }; - - p.write(input); - p.write(input2); - p.write(input3); - - t.equal(i, offsets.length); -}); diff --git a/software/flow/node_modules/npm/node_modules/jsonparse/test/primitives.js b/software/flow/node_modules/npm/node_modules/jsonparse/test/primitives.js deleted file mode 100644 index 33cae16..0000000 --- a/software/flow/node_modules/npm/node_modules/jsonparse/test/primitives.js +++ /dev/null @@ -1,57 +0,0 @@ -var test = require('tape'); -var Parser = require('../'); - -var expected = [ - [ [], '' ], - [ [], 'Hello' ], - [ [], 'This"is' ], - [ [], '\r\n\f\t\\/"' ], - [ [], 'Λάμβδα' ], - [ [], '\\' ], - [ [], '/' ], - [ [], '"' ], - [ [ 0 ], 0 ], - [ [ 1 ], 1 ], - [ [ 2 ], -1 ], - [ [], [ 0, 1, -1 ] ], - [ [ 0 ], 1 ], - [ [ 1 ], 1.1 ], - [ [ 2 ], -1.1 ], - [ [ 3 ], -1 ], - [ [], [ 1, 1.1, -1.1, -1 ] ], - [ [ 0 ], -1 ], - [ [], [ -1 ] ], - [ [ 0 ], -0.1 ], - [ [], [ -0.1 ] ], - [ [ 0 ], 6.02e+23 ], - [ [], [ 6.02e+23 ] ], - [ [ 0 ], '7161093205057351174' ], - [ [], [ '7161093205057351174'] ] -]; - -test('primitives', function (t) { - t.plan(25); - - var p = new Parser(); - p.onValue = function (value) { - var keys = this.stack - .slice(1) - .map(function (item) { return item.key }) - .concat(this.key !== undefined ? this.key : []) - ; - t.deepEqual( - [ keys, value ], - expected.shift() - ); - }; - - p.write('"""Hello""This\\"is""\\r\\n\\f\\t\\\\\\/\\""'); - p.write('"\\u039b\\u03ac\\u03bc\\u03b2\\u03b4\\u03b1"'); - p.write('"\\\\"'); - p.write('"\\/"'); - p.write('"\\""'); - p.write('[0,1,-1]'); - p.write('[1.0,1.1,-1.1,-1.0][-1][-0.1]'); - p.write('[6.02e23]'); - p.write('[7161093205057351174]'); -}); diff --git a/software/flow/node_modules/npm/node_modules/jsonparse/test/surrogate.js b/software/flow/node_modules/npm/node_modules/jsonparse/test/surrogate.js deleted file mode 100644 index c048f37..0000000 --- a/software/flow/node_modules/npm/node_modules/jsonparse/test/surrogate.js +++ /dev/null @@ -1,26 +0,0 @@ -var test = require('tape'); -var Parser = require('../'); - -test('parse surrogate pair', function (t) { - t.plan(1); - - var p = new Parser(); - p.onValue = function (value) { - t.equal(value, '😋'); - }; - - p.write('"\\uD83D\\uDE0B"'); -}); - -test('parse chunked surrogate pair', function (t) { - t.plan(1); - - var p = new Parser(); - p.onValue = function (value) { - t.equal(value, '😋'); - }; - - p.write('"\\uD83D'); - p.write('\\uDE0B"'); -}); - diff --git a/software/flow/node_modules/npm/node_modules/jsonparse/test/unvalid.js b/software/flow/node_modules/npm/node_modules/jsonparse/test/unvalid.js deleted file mode 100644 index 7715cc0..0000000 --- a/software/flow/node_modules/npm/node_modules/jsonparse/test/unvalid.js +++ /dev/null @@ -1,15 +0,0 @@ -var test = require('tape'); -var Parser = require('../'); - -test('unvalid', function (t) { - var count = 0; - - var p = new Parser(); - p.onError = function (value) { - count++; - t.equal(1, count); - t.end(); - }; - - p.write('{"test": eer['); -}); diff --git a/software/flow/node_modules/npm/node_modules/jsonparse/test/utf8.js b/software/flow/node_modules/npm/node_modules/jsonparse/test/utf8.js deleted file mode 100644 index 6cb842f..0000000 --- a/software/flow/node_modules/npm/node_modules/jsonparse/test/utf8.js +++ /dev/null @@ -1,38 +0,0 @@ -var test = require('tape'); -var Parser = require('../'); - -test('3 bytes of utf8', function (t) { - t.plan(1); - - var p = new Parser(); - p.onValue = function (value) { - t.equal(value, '├──'); - }; - - p.write('"├──"'); -}); - -test('utf8 snowman', function (t) { - t.plan(1); - - var p = new Parser(); - p.onValue = function (value) { - t.equal(value, '☃'); - }; - - p.write('"☃"'); -}); - -test('utf8 with regular ascii', function (t) { - t.plan(4); - - var p = new Parser(); - var expected = [ "snow: ☃!", "xyz", "¡que!" ]; - expected.push(expected.slice()); - - p.onValue = function (value) { - t.deepEqual(value, expected.shift()); - }; - - p.write('["snow: ☃!","xyz","¡que!"]'); -}); diff --git a/software/flow/node_modules/npm/node_modules/just-diff-apply/LICENSE b/software/flow/node_modules/npm/node_modules/just-diff-apply/LICENSE deleted file mode 100644 index 5d2c6e5..0000000 --- a/software/flow/node_modules/npm/node_modules/just-diff-apply/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2016 angus croll - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/just-diff-apply/index.cjs b/software/flow/node_modules/npm/node_modules/just-diff-apply/index.cjs deleted file mode 100644 index c5d2c32..0000000 --- a/software/flow/node_modules/npm/node_modules/just-diff-apply/index.cjs +++ /dev/null @@ -1,161 +0,0 @@ -module.exports = { - diffApply: diffApply, - jsonPatchPathConverter: jsonPatchPathConverter, -}; - -/* - const obj1 = {a: 3, b: 5}; - diffApply(obj1, - [ - { "op": "remove", "path": ['b'] }, - { "op": "replace", "path": ['a'], "value": 4 }, - { "op": "add", "path": ['c'], "value": 5 } - ] - ); - obj1; // {a: 4, c: 5} - - // using converter to apply jsPatch standard paths - // see http://jsonpatch.com - import {diff, jsonPatchPathConverter} from 'just-diff' - const obj2 = {a: 3, b: 5}; - diffApply(obj2, [ - { "op": "remove", "path": '/b' }, - { "op": "replace", "path": '/a', "value": 4 } - { "op": "add", "path": '/c', "value": 5 } - ], jsonPatchPathConverter); - obj2; // {a: 4, c: 5} - - // arrays - const obj3 = {a: 4, b: [1, 2, 3]}; - diffApply(obj3, [ - { "op": "replace", "path": ['a'], "value": 3 } - { "op": "replace", "path": ['b', 2], "value": 4 } - { "op": "add", "path": ['b', 3], "value": 9 } - ]); - obj3; // {a: 3, b: [1, 2, 4, 9]} - - // nested paths - const obj4 = {a: 4, b: {c: 3}}; - diffApply(obj4, [ - { "op": "replace", "path": ['a'], "value": 5 } - { "op": "remove", "path": ['b', 'c']} - { "op": "add", "path": ['b', 'd'], "value": 4 } - ]); - obj4; // {a: 5, b: {d: 4}} -*/ - -var REMOVE = 'remove'; -var REPLACE = 'replace'; -var ADD = 'add'; -var MOVE = 'move'; - -function diffApply(obj, diff, pathConverter) { - if (!obj || typeof obj != 'object') { - throw new Error('base object must be an object or an array'); - } - - if (!Array.isArray(diff)) { - throw new Error('diff must be an array'); - } - - var diffLength = diff.length; - for (var i = 0; i < diffLength; i++) { - var thisDiff = diff[i]; - var subObject = obj; - var thisOp = thisDiff.op; - - var thisPath = transformPath(pathConverter, thisDiff.path); - var thisFromPath = thisDiff.from && transformPath(pathConverter, thisDiff.from); - var toPath, toPathCopy, lastToProp, subToObject, valueToMove; - - if (thisFromPath) { - // MOVE only, "fromPath" is effectively path and "path" is toPath - toPath = thisPath; - thisPath = thisFromPath; - - toPathCopy = toPath.slice(); - lastToProp = toPathCopy.pop(); - prototypeCheck(lastToProp); - if (lastToProp == null) { - return false; - } - - var thisToProp; - while (((thisToProp = toPathCopy.shift())) != null) { - prototypeCheck(thisToProp); - if (!(thisToProp in subToObject)) { - subToObject[thisToProp] = {}; - } - subToObject = subToObject[thisToProp]; - } - } - - var pathCopy = thisPath.slice(); - var lastProp = pathCopy.pop(); - prototypeCheck(lastProp); - if (lastProp == null) { - return false; - } - - var thisProp; - while (((thisProp = pathCopy.shift())) != null) { - prototypeCheck(thisProp); - if (!(thisProp in subObject)) { - subObject[thisProp] = {}; - } - subObject = subObject[thisProp]; - } - if (thisOp === REMOVE || thisOp === REPLACE || thisOp === MOVE) { - var path = thisOp === MOVE ? thisDiff.from : thisDiff.path; - if (!subObject.hasOwnProperty(lastProp)) { - throw new Error(['expected to find property', path, 'in object', obj].join(' ')); - } - } - if (thisOp === REMOVE || thisOp === MOVE) { - if (thisOp === MOVE) { - valueToMove = subObject[lastProp]; - } - Array.isArray(subObject) ? subObject.splice(lastProp, 1) : delete subObject[lastProp]; - } - if (thisOp === REPLACE || thisOp === ADD) { - subObject[lastProp] = thisDiff.value; - } - - if (thisOp === MOVE) { - subObject[lastToProp] = valueToMove; - } - } - return subObject; -} - -function transformPath(pathConverter, thisPath) { - if(pathConverter) { - thisPath = pathConverter(thisPath); - if(!Array.isArray(thisPath)) { - throw new Error([ - 'pathConverter must return an array, returned:', - thisPath, - ].join(' ')); - } - } else { - if(!Array.isArray(thisPath)) { - throw new Error([ - 'diff path', - thisPath, - 'must be an array, consider supplying a path converter'] - .join(' ')); - } - } - return thisPath; -} - -function jsonPatchPathConverter(stringPath) { - return stringPath.split('/').slice(1); -} - -function prototypeCheck(prop) { - // coercion is intentional to catch prop values like `['__proto__']` - if (prop == '__proto__' || prop == 'constructor' || prop == 'prototype') { - throw new Error('setting of prototype values not supported'); - } -} diff --git a/software/flow/node_modules/npm/node_modules/just-diff-apply/index.d.ts b/software/flow/node_modules/npm/node_modules/just-diff-apply/index.d.ts deleted file mode 100644 index 7547b72..0000000 --- a/software/flow/node_modules/npm/node_modules/just-diff-apply/index.d.ts +++ /dev/null @@ -1,17 +0,0 @@ -// Definitions by: Eddie Atkinson <https://github.com/eddie-atkinson> - -type Operation = "add" | "replace" | "remove" | "move"; - -type DiffOps = Array<{ - op: Operation; - path: Array<string | number>; - value?: any; -}>; -type PathConverter = (path: string) => string[]; - -export function diffApply<T extends object>( - obj: T, - diff: DiffOps, - pathConverter?: PathConverter -): T; -export const jsonPatchPathConverter: PathConverter; diff --git a/software/flow/node_modules/npm/node_modules/just-diff-apply/index.mjs b/software/flow/node_modules/npm/node_modules/just-diff-apply/index.mjs deleted file mode 100644 index adc5f46..0000000 --- a/software/flow/node_modules/npm/node_modules/just-diff-apply/index.mjs +++ /dev/null @@ -1,158 +0,0 @@ -/* - const obj1 = {a: 3, b: 5}; - diffApply(obj1, - [ - { "op": "remove", "path": ['b'] }, - { "op": "replace", "path": ['a'], "value": 4 }, - { "op": "add", "path": ['c'], "value": 5 } - ] - ); - obj1; // {a: 4, c: 5} - - // using converter to apply jsPatch standard paths - // see http://jsonpatch.com - import {diff, jsonPatchPathConverter} from 'just-diff' - const obj2 = {a: 3, b: 5}; - diffApply(obj2, [ - { "op": "remove", "path": '/b' }, - { "op": "replace", "path": '/a', "value": 4 } - { "op": "add", "path": '/c', "value": 5 } - ], jsonPatchPathConverter); - obj2; // {a: 4, c: 5} - - // arrays - const obj3 = {a: 4, b: [1, 2, 3]}; - diffApply(obj3, [ - { "op": "replace", "path": ['a'], "value": 3 } - { "op": "replace", "path": ['b', 2], "value": 4 } - { "op": "add", "path": ['b', 3], "value": 9 } - ]); - obj3; // {a: 3, b: [1, 2, 4, 9]} - - // nested paths - const obj4 = {a: 4, b: {c: 3}}; - diffApply(obj4, [ - { "op": "replace", "path": ['a'], "value": 5 } - { "op": "remove", "path": ['b', 'c']} - { "op": "add", "path": ['b', 'd'], "value": 4 } - ]); - obj4; // {a: 5, b: {d: 4}} -*/ - -var REMOVE = 'remove'; -var REPLACE = 'replace'; -var ADD = 'add'; -var MOVE = 'move'; - -function diffApply(obj, diff, pathConverter) { - if (!obj || typeof obj != 'object') { - throw new Error('base object must be an object or an array'); - } - - if (!Array.isArray(diff)) { - throw new Error('diff must be an array'); - } - - var diffLength = diff.length; - for (var i = 0; i < diffLength; i++) { - var thisDiff = diff[i]; - var subObject = obj; - var thisOp = thisDiff.op; - - var thisPath = transformPath(pathConverter, thisDiff.path); - var thisFromPath = thisDiff.from && transformPath(pathConverter, thisDiff.from); - var toPath, toPathCopy, lastToProp, subToObject, valueToMove; - - if (thisFromPath) { - // MOVE only, "fromPath" is effectively path and "path" is toPath - toPath = thisPath; - thisPath = thisFromPath; - - toPathCopy = toPath.slice(); - lastToProp = toPathCopy.pop(); - prototypeCheck(lastToProp); - if (lastToProp == null) { - return false; - } - - var thisToProp; - while (((thisToProp = toPathCopy.shift())) != null) { - prototypeCheck(thisToProp); - if (!(thisToProp in subToObject)) { - subToObject[thisToProp] = {}; - } - subToObject = subToObject[thisToProp]; - } - } - - var pathCopy = thisPath.slice(); - var lastProp = pathCopy.pop(); - prototypeCheck(lastProp); - if (lastProp == null) { - return false; - } - - var thisProp; - while (((thisProp = pathCopy.shift())) != null) { - prototypeCheck(thisProp); - if (!(thisProp in subObject)) { - subObject[thisProp] = {}; - } - subObject = subObject[thisProp]; - } - if (thisOp === REMOVE || thisOp === REPLACE || thisOp === MOVE) { - var path = thisOp === MOVE ? thisDiff.from : thisDiff.path; - if (!subObject.hasOwnProperty(lastProp)) { - throw new Error(['expected to find property', path, 'in object', obj].join(' ')); - } - } - if (thisOp === REMOVE || thisOp === MOVE) { - if (thisOp === MOVE) { - valueToMove = subObject[lastProp]; - } - Array.isArray(subObject) ? subObject.splice(lastProp, 1) : delete subObject[lastProp]; - } - if (thisOp === REPLACE || thisOp === ADD) { - subObject[lastProp] = thisDiff.value; - } - - if (thisOp === MOVE) { - subObject[lastToProp] = valueToMove; - } - } - return subObject; -} - -function transformPath(pathConverter, thisPath) { - if(pathConverter) { - thisPath = pathConverter(thisPath); - if(!Array.isArray(thisPath)) { - throw new Error([ - 'pathConverter must return an array, returned:', - thisPath, - ].join(' ')); - } - } else { - if(!Array.isArray(thisPath)) { - throw new Error([ - 'diff path', - thisPath, - 'must be an array, consider supplying a path converter'] - .join(' ')); - } - } - return thisPath; -} - -function jsonPatchPathConverter(stringPath) { - return stringPath.split('/').slice(1); -} - -function prototypeCheck(prop) { - // coercion is intentional to catch prop values like `['__proto__']` - if (prop == '__proto__' || prop == 'constructor' || prop == 'prototype') { - throw new Error('setting of prototype values not supported'); - } -} - -export {diffApply, jsonPatchPathConverter}; diff --git a/software/flow/node_modules/npm/node_modules/just-diff-apply/index.tests.ts b/software/flow/node_modules/npm/node_modules/just-diff-apply/index.tests.ts deleted file mode 100644 index d02ba89..0000000 --- a/software/flow/node_modules/npm/node_modules/just-diff-apply/index.tests.ts +++ /dev/null @@ -1,108 +0,0 @@ -import * as diffObj from "./index"; - -const { diffApply, jsonPatchPathConverter } = diffObj; -const obj1 = { - a: 2, - b: 3, - c: { - d: 5 - } -}; -const arr1 = [1, "bee"]; - -const objOps: diffObj.DiffOps = [ - { - op: "replace", - path: ["a"], - value: 10 - }, - { - op: "remove", - path: ["b"] - }, - { - op: "add", - path: ["e"], - value: 15 - }, - { - op: "remove", - path: ["c", "d"] - } -]; - -const arrOps: diffObj.DiffOps = [ - { - op: "replace", - path: [1], - value: 10 - }, - { - op: "remove", - path: [2] - }, - { - op: "add", - path: [7], - value: 15 - } -]; - -//OK -diffApply(obj1, objOps); -diffApply(obj1, []); -diffApply(arr1, arrOps); -diffApply(arr1, []); -diffApply(obj1, objOps, jsonPatchPathConverter); -diffApply(arr1, arrOps, jsonPatchPathConverter); - -// not OK -// @ts-expect-error -diffApply(obj1); -// @ts-expect-error -diffApply(arr2); -// @ts-expect-error -diffApply("a"); -// @ts-expect-error -diffApply(true); - -// @ts-expect-error -diffApply(obj1, 1); -// @ts-expect-error -diffApply(3, arr2); -// @ts-expect-error -diffApply(obj1, "a"); -// @ts-expect-error -diffApply("b", arr2); - -// @ts-expect-error -diffApply(obj1, [{ op: "delete", path: ["a"] }]); -// @ts-expect-error -diffApply(obj1, [{ op: "delete", path: ["a"] }], jsonPatchPathConverter); -// @ts-expect-error -diffApply(obj1, "a", jsonPatchPathConverter); -// @ts-expect-error -diffApply(obj1, ["a", "b", "c"], jsonPatchPathConverter); - -// @ts-expect-error -diff("a", jsonPatchPathConverter); -// @ts-expect-error -diff(true, jsonPatchPathConverter); - -// @ts-expect-error -diff(obj1, 1, jsonPatchPathConverter); -// @ts-expect-error -diff(3, arr2, jsonPatchPathConverter); -// @ts-expect-error -diff(obj1, "a", jsonPatchPathConverter); -// @ts-expect-error -diff("b", arr2, jsonPatchPathConverter); - -// @ts-expect-error -diff(obj1, obj2, "a"); -// @ts-expect-error -diff(arr1, arr2, 1); -// @ts-expect-error -diff(obj1, arr1, "bee"); -// @ts-expect-error -diff(obj2, arr2, "nope"); diff --git a/software/flow/node_modules/npm/node_modules/just-diff-apply/package.json b/software/flow/node_modules/npm/node_modules/just-diff-apply/package.json deleted file mode 100644 index be2879a..0000000 --- a/software/flow/node_modules/npm/node_modules/just-diff-apply/package.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "just-diff-apply", - "version": "5.5.0", - "description": "Apply a diff to an object. Optionally supports jsonPatch protocol", - "type": "module", - "exports": { - ".": { - "types": "./index.d.ts", - "require": "./index.cjs", - "import": "./index.mjs" - }, - "./package.json": "./package.json" - }, - "main": "index.cjs", - "types": "index.d.ts", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1", - "build": "rollup -c" - }, - "repository": "https://github.com/angus-c/just", - "keywords": [ - "object", - "diff", - "apply", - "jsonPatch", - "no-dependencies", - "just" - ], - "author": "Angus Croll", - "license": "MIT", - "bugs": { - "url": "https://github.com/angus-c/just/issues" - } -} \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/just-diff-apply/rollup.config.js b/software/flow/node_modules/npm/node_modules/just-diff-apply/rollup.config.js deleted file mode 100644 index fb9d24a..0000000 --- a/software/flow/node_modules/npm/node_modules/just-diff-apply/rollup.config.js +++ /dev/null @@ -1,3 +0,0 @@ -const createRollupConfig = require('../../config/createRollupConfig'); - -module.exports = createRollupConfig(__dirname); diff --git a/software/flow/node_modules/npm/node_modules/just-diff/LICENSE b/software/flow/node_modules/npm/node_modules/just-diff/LICENSE deleted file mode 100644 index 5d2c6e5..0000000 --- a/software/flow/node_modules/npm/node_modules/just-diff/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2016 angus croll - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/just-diff/index.cjs b/software/flow/node_modules/npm/node_modules/just-diff/index.cjs deleted file mode 100644 index 11ad371..0000000 --- a/software/flow/node_modules/npm/node_modules/just-diff/index.cjs +++ /dev/null @@ -1,153 +0,0 @@ -module.exports = { - diff: diff, - jsonPatchPathConverter: jsonPatchPathConverter, -}; - -/* - const obj1 = {a: 4, b: 5}; - const obj2 = {a: 3, b: 5}; - const obj3 = {a: 4, c: 5}; - - diff(obj1, obj2); - [ - { "op": "replace", "path": ['a'], "value": 3 } - ] - - diff(obj2, obj3); - [ - { "op": "remove", "path": ['b'] }, - { "op": "replace", "path": ['a'], "value": 4 } - { "op": "add", "path": ['c'], "value": 5 } - ] - - // using converter to generate jsPatch standard paths - // see http://jsonpatch.com - import {diff, jsonPatchPathConverter} from 'just-diff' - diff(obj1, obj2, jsonPatchPathConverter); - [ - { "op": "replace", "path": '/a', "value": 3 } - ] - - diff(obj2, obj3, jsonPatchPathConverter); - [ - { "op": "remove", "path": '/b' }, - { "op": "replace", "path": '/a', "value": 4 } - { "op": "add", "path": '/c', "value": 5 } - ] - - // arrays - const obj4 = {a: 4, b: [1, 2, 3]}; - const obj5 = {a: 3, b: [1, 2, 4]}; - const obj6 = {a: 3, b: [1, 2, 4, 5]}; - - diff(obj4, obj5); - [ - { "op": "replace", "path": ['a'], "value": 3 } - { "op": "replace", "path": ['b', 2], "value": 4 } - ] - - diff(obj5, obj6); - [ - { "op": "add", "path": ['b', 3], "value": 5 } - ] - - // nested paths - const obj7 = {a: 4, b: {c: 3}}; - const obj8 = {a: 4, b: {c: 4}}; - const obj9 = {a: 5, b: {d: 4}}; - - diff(obj7, obj8); - [ - { "op": "replace", "path": ['b', 'c'], "value": 4 } - ] - - diff(obj8, obj9); - [ - { "op": "replace", "path": ['a'], "value": 5 } - { "op": "remove", "path": ['b', 'c']} - { "op": "add", "path": ['b', 'd'], "value": 4 } - ] -*/ - -function diff(obj1, obj2, pathConverter) { - if (!obj1 || typeof obj1 != 'object' || !obj2 || typeof obj2 != 'object') { - throw new Error('both arguments must be objects or arrays'); - } - - pathConverter || - (pathConverter = function(arr) { - return arr; - }); - - function getDiff(obj1, obj2, basePath, diffs) { - var obj1Keys = Object.keys(obj1); - var obj1KeysLength = obj1Keys.length; - var obj2Keys = Object.keys(obj2); - var obj2KeysLength = obj2Keys.length; - var path; - - for (var i = 0; i < obj1KeysLength; i++) { - var key = Array.isArray(obj1) ? Number(obj1Keys[i]) : obj1Keys[i]; - if (!(key in obj2)) { - path = basePath.concat(key); - diffs.remove.push({ - op: 'remove', - path: pathConverter(path), - }); - } - } - - for (var i = 0; i < obj2KeysLength; i++) { - var key = Array.isArray(obj2) ? Number(obj2Keys[i]) : obj2Keys[i]; - var obj1AtKey = obj1[key]; - var obj2AtKey = obj2[key]; - if (!(key in obj1)) { - path = basePath.concat(key); - var obj2Value = obj2[key]; - diffs.add.push({ - op: 'add', - path: pathConverter(path), - value: obj2Value, - }); - } else if (obj1AtKey !== obj2AtKey) { - if ( - Object(obj1AtKey) !== obj1AtKey || - Object(obj2AtKey) !== obj2AtKey - ) { - path = pushReplace(path, basePath, key, diffs, pathConverter, obj2); - } else { - if ( - !Object.keys(obj1AtKey).length && - !Object.keys(obj2AtKey).length && - String(obj1AtKey) != String(obj2AtKey) - ) { - path = pushReplace(path, basePath, key, diffs, pathConverter, obj2); - } else { - getDiff(obj1[key], obj2[key], basePath.concat(key), diffs); - } - } - } - } - - return diffs; - } - const finalDiffs = getDiff(obj1, obj2, [], {remove: [], replace: [], add: []}); - return finalDiffs.remove - .reverse() - .concat(finalDiffs.replace) - .concat(finalDiffs.add); -} - -function pushReplace(path, basePath, key, diffs, pathConverter, obj2) { - path = basePath.concat(key); - diffs.replace.push({ - op: 'replace', - path: pathConverter(path), - value: obj2[key], - }); - return path; -} - -function jsonPatchPathConverter(arrayPath) { - return [''].concat(arrayPath).join('/'); -} diff --git a/software/flow/node_modules/npm/node_modules/just-diff/index.d.ts b/software/flow/node_modules/npm/node_modules/just-diff/index.d.ts deleted file mode 100644 index 576ddc5..0000000 --- a/software/flow/node_modules/npm/node_modules/just-diff/index.d.ts +++ /dev/null @@ -1,20 +0,0 @@ -// Definitions by: Cameron Hunter <https://github.com/cameronhunter> -// Modified by: Angus Croll <https://github.com/angus-c> -type Operation = "add" | "replace" | "remove"; - -type JSONPatchPathConverter<OUTPUT> = ( - arrayPath: Array<string | number> -) => OUTPUT; - -export function diff( - a: object | Array<any>, - b: object | Array<any>, -): Array<{ op: Operation; path: Array<string | number>; value: any }>; - -export function diff<PATH>( - a: object | Array<any>, - b: object | Array<any>, - jsonPatchPathConverter: JSONPatchPathConverter<PATH> -): Array<{ op: Operation; path: PATH; value: any }>; - -export const jsonPatchPathConverter: JSONPatchPathConverter<string>; \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/just-diff/index.mjs b/software/flow/node_modules/npm/node_modules/just-diff/index.mjs deleted file mode 100644 index a0c5834..0000000 --- a/software/flow/node_modules/npm/node_modules/just-diff/index.mjs +++ /dev/null @@ -1,150 +0,0 @@ -/* - const obj1 = {a: 4, b: 5}; - const obj2 = {a: 3, b: 5}; - const obj3 = {a: 4, c: 5}; - - diff(obj1, obj2); - [ - { "op": "replace", "path": ['a'], "value": 3 } - ] - - diff(obj2, obj3); - [ - { "op": "remove", "path": ['b'] }, - { "op": "replace", "path": ['a'], "value": 4 } - { "op": "add", "path": ['c'], "value": 5 } - ] - - // using converter to generate jsPatch standard paths - // see http://jsonpatch.com - import {diff, jsonPatchPathConverter} from 'just-diff' - diff(obj1, obj2, jsonPatchPathConverter); - [ - { "op": "replace", "path": '/a', "value": 3 } - ] - - diff(obj2, obj3, jsonPatchPathConverter); - [ - { "op": "remove", "path": '/b' }, - { "op": "replace", "path": '/a', "value": 4 } - { "op": "add", "path": '/c', "value": 5 } - ] - - // arrays - const obj4 = {a: 4, b: [1, 2, 3]}; - const obj5 = {a: 3, b: [1, 2, 4]}; - const obj6 = {a: 3, b: [1, 2, 4, 5]}; - - diff(obj4, obj5); - [ - { "op": "replace", "path": ['a'], "value": 3 } - { "op": "replace", "path": ['b', 2], "value": 4 } - ] - - diff(obj5, obj6); - [ - { "op": "add", "path": ['b', 3], "value": 5 } - ] - - // nested paths - const obj7 = {a: 4, b: {c: 3}}; - const obj8 = {a: 4, b: {c: 4}}; - const obj9 = {a: 5, b: {d: 4}}; - - diff(obj7, obj8); - [ - { "op": "replace", "path": ['b', 'c'], "value": 4 } - ] - - diff(obj8, obj9); - [ - { "op": "replace", "path": ['a'], "value": 5 } - { "op": "remove", "path": ['b', 'c']} - { "op": "add", "path": ['b', 'd'], "value": 4 } - ] -*/ - -function diff(obj1, obj2, pathConverter) { - if (!obj1 || typeof obj1 != 'object' || !obj2 || typeof obj2 != 'object') { - throw new Error('both arguments must be objects or arrays'); - } - - pathConverter || - (pathConverter = function(arr) { - return arr; - }); - - function getDiff(obj1, obj2, basePath, diffs) { - var obj1Keys = Object.keys(obj1); - var obj1KeysLength = obj1Keys.length; - var obj2Keys = Object.keys(obj2); - var obj2KeysLength = obj2Keys.length; - var path; - - for (var i = 0; i < obj1KeysLength; i++) { - var key = Array.isArray(obj1) ? Number(obj1Keys[i]) : obj1Keys[i]; - if (!(key in obj2)) { - path = basePath.concat(key); - diffs.remove.push({ - op: 'remove', - path: pathConverter(path), - }); - } - } - - for (var i = 0; i < obj2KeysLength; i++) { - var key = Array.isArray(obj2) ? Number(obj2Keys[i]) : obj2Keys[i]; - var obj1AtKey = obj1[key]; - var obj2AtKey = obj2[key]; - if (!(key in obj1)) { - path = basePath.concat(key); - var obj2Value = obj2[key]; - diffs.add.push({ - op: 'add', - path: pathConverter(path), - value: obj2Value, - }); - } else if (obj1AtKey !== obj2AtKey) { - if ( - Object(obj1AtKey) !== obj1AtKey || - Object(obj2AtKey) !== obj2AtKey - ) { - path = pushReplace(path, basePath, key, diffs, pathConverter, obj2); - } else { - if ( - !Object.keys(obj1AtKey).length && - !Object.keys(obj2AtKey).length && - String(obj1AtKey) != String(obj2AtKey) - ) { - path = pushReplace(path, basePath, key, diffs, pathConverter, obj2); - } else { - getDiff(obj1[key], obj2[key], basePath.concat(key), diffs); - } - } - } - } - - return diffs; - } - const finalDiffs = getDiff(obj1, obj2, [], {remove: [], replace: [], add: []}); - return finalDiffs.remove - .reverse() - .concat(finalDiffs.replace) - .concat(finalDiffs.add); -} - -function pushReplace(path, basePath, key, diffs, pathConverter, obj2) { - path = basePath.concat(key); - diffs.replace.push({ - op: 'replace', - path: pathConverter(path), - value: obj2[key], - }); - return path; -} - -function jsonPatchPathConverter(arrayPath) { - return [''].concat(arrayPath).join('/'); -} - -export {diff, jsonPatchPathConverter}; diff --git a/software/flow/node_modules/npm/node_modules/just-diff/index.tests.ts b/software/flow/node_modules/npm/node_modules/just-diff/index.tests.ts deleted file mode 100644 index 91eaecd..0000000 --- a/software/flow/node_modules/npm/node_modules/just-diff/index.tests.ts +++ /dev/null @@ -1,65 +0,0 @@ -import * as diffObj from './index' - -const {diff, jsonPatchPathConverter} = diffObj; -const obj1 = {a: 2, b: 3}; -const obj2 = {a: 2, c: 1}; -const arr1 = [1, 'bee']; -const arr2 = [2, 'bee']; - - -//OK -diff(obj1, obj2); -diff(arr1, arr2); -diff(obj1, arr1); -diff(obj2, arr2); -diff(/yes/, arr1); -diff(new Date(), arr2); - - -diff(obj1, obj2, jsonPatchPathConverter); -diff(arr1, arr2, jsonPatchPathConverter); -diff(obj1, arr1, jsonPatchPathConverter); -diff(obj2, arr2, jsonPatchPathConverter); - -// not OK -// @ts-expect-error -diff(obj1); -// @ts-expect-error -diff(arr2); -// @ts-expect-error -diff('a'); -// @ts-expect-error -diff(true); - -// @ts-expect-error -diff(obj1, 1); -// @ts-expect-error -diff(3, arr2); -// @ts-expect-error -diff(obj1, 'a'); -// @ts-expect-error -diff('b', arr2); - -// @ts-expect-error -diff('a', jsonPatchPathConverter); -// @ts-expect-error -diff(true, jsonPatchPathConverter); - -// @ts-expect-error -diff(obj1, 1, jsonPatchPathConverter); -// @ts-expect-error -diff(3, arr2, jsonPatchPathConverter); -// @ts-expect-error -diff(obj1, 'a', jsonPatchPathConverter); -// @ts-expect-error -diff('b', arr2, jsonPatchPathConverter); - -// @ts-expect-error -diff(obj1, obj2, 'a'); -// @ts-expect-error -diff(arr1, arr2, 1); -// @ts-expect-error -diff(obj1, arr1, 'bee'); -// @ts-expect-error -diff(obj2, arr2, 'nope'); - diff --git a/software/flow/node_modules/npm/node_modules/just-diff/package.json b/software/flow/node_modules/npm/node_modules/just-diff/package.json deleted file mode 100644 index 4456df5..0000000 --- a/software/flow/node_modules/npm/node_modules/just-diff/package.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "just-diff", - "version": "5.2.0", - "description": "Return an object representing the diffs between two objects. Supports jsonPatch protocol", - "type": "module", - "exports": { - ".": { - "types": "./index.d.ts", - "require": "./index.cjs", - "import": "./index.mjs" - }, - "./package.json": "./package.json" - }, - "main": "index.cjs", - "types": "index.d.ts", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1", - "build": "rollup -c" - }, - "repository": "https://github.com/angus-c/just", - "keywords": [ - "object", - "diff", - "jsonPatch", - "no-dependencies", - "just" - ], - "author": "Angus Croll", - "license": "MIT", - "bugs": { - "url": "https://github.com/angus-c/just/issues" - } -} \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/just-diff/rollup.config.js b/software/flow/node_modules/npm/node_modules/just-diff/rollup.config.js deleted file mode 100644 index fb9d24a..0000000 --- a/software/flow/node_modules/npm/node_modules/just-diff/rollup.config.js +++ /dev/null @@ -1,3 +0,0 @@ -const createRollupConfig = require('../../config/createRollupConfig'); - -module.exports = createRollupConfig(__dirname); diff --git a/software/flow/node_modules/npm/node_modules/libnpmaccess/LICENSE b/software/flow/node_modules/npm/node_modules/libnpmaccess/LICENSE deleted file mode 100644 index 209e447..0000000 --- a/software/flow/node_modules/npm/node_modules/libnpmaccess/LICENSE +++ /dev/null @@ -1,13 +0,0 @@ -Copyright npm, Inc - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF -OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/libnpmaccess/README.md b/software/flow/node_modules/npm/node_modules/libnpmaccess/README.md deleted file mode 100644 index 060016b..0000000 --- a/software/flow/node_modules/npm/node_modules/libnpmaccess/README.md +++ /dev/null @@ -1,93 +0,0 @@ -# libnpmaccess - -[![npm version](https://img.shields.io/npm/v/libnpmaccess.svg)](https://npm.im/libnpmaccess) -[![license](https://img.shields.io/npm/l/libnpmaccess.svg)](https://npm.im/libnpmaccess) -[![CI - libnpmaccess](https://github.com/npm/cli/actions/workflows/ci-libnpmaccess.yml/badge.svg)](https://github.com/npm/cli/actions/workflows/ci-libnpmaccess.yml) - -[`libnpmaccess`](https://github.com/npm/libnpmaccess) is a Node.js -library that provides programmatic access to the guts of the npm CLI's `npm -access` command. This includes managing account mfa settings, listing -packages and permissions, looking at package collaborators, and defining -package permissions for users, orgs, and teams. - -## Example - -```javascript -const access = require('libnpmaccess') -const opts = { '//registry.npmjs.org/:_authToken: 'npm_token } - -// List all packages @zkat has access to on the npm registry. -console.log(Object.keys(await access.getPackages('zkat', opts))) -``` - -### API - -#### `opts` for all `libnpmaccess` commands - -`libnpmaccess` uses [`npm-registry-fetch`](https://npm.im/npm-registry-fetch). - -All options are passed through directly to that library, so please refer -to [its own `opts` -documentation](https://www.npmjs.com/package/npm-registry-fetch#fetch-options) -for options that can be passed in. - -#### `spec` parameter for all `libnpmaccess` commands - -`spec` must be an [`npm-package-arg`](https://npm.im/npm-package-arg)-compatible -registry spec. - -#### `access.getCollaborators(spec, opts) -> Promise<Object>` - -Gets collaborators for a given package - -#### `access.getPackages(user|scope|team, opts) -> Promise<Object>` - -Gets all packages for a given user, scope, or team. - -Teams should be in the format `scope:team` or `@scope:team` - -Users and scopes can be in the format `@scope` or `scope` - -#### `access.getVisibility(spec, opts) -> Promise<Object>` - -Gets the visibility of a given package - -#### `access.removePermissions(team, spec, opts) -> Promise<Boolean>` - -Removes the access for a given team to a package. - -Teams should be in the format `scope:team` or `@scope:team` - -#### `access.setAccess(package, access, opts) -> Promise<Boolean>` - -Sets access level for package described by `spec`. - -The npm registry accepts the following `access` levels: - -`public`: package is public -`private`: package is private - -The npm registry also only allows scoped packages to have their access -level set. - -#### access.setMfa(spec, level, opts) -> Promise<Boolean>` - -Sets the publishing mfa requirements for a given package. Level must be one of the -following - -`none`: mfa is not required to publish this package. -`publish`: mfa is required to publish this package, automation tokens -cannot be used to publish. -`automation`: mfa is required to publish this package, automation tokens -may also be used for publishing from continuous integration workflows. - -#### access.setPermissions(team, spec, permssions, opts) -> Promise<Boolean>` - -Sets permissions levels for a given team to a package. - -Teams should be in the format `scope:team` or `@scope:team` - -The npm registry accepts the following `permissions`: - -`read-only`: Read only permissions -`read-write`: Read and write (aka publish) permissions diff --git a/software/flow/node_modules/npm/node_modules/libnpmaccess/lib/index.js b/software/flow/node_modules/npm/node_modules/libnpmaccess/lib/index.js deleted file mode 100644 index fca0e47..0000000 --- a/software/flow/node_modules/npm/node_modules/libnpmaccess/lib/index.js +++ /dev/null @@ -1,140 +0,0 @@ -'use strict' - -const npa = require('npm-package-arg') -const npmFetch = require('npm-registry-fetch') - -const npar = (spec) => { - spec = npa(spec) - if (!spec.registry) { - throw new Error('must use package name only') - } - return spec -} - -const parseTeam = (scopeTeam) => { - let slice = 0 - if (scopeTeam.startsWith('@')) { - slice = 1 - } - const [scope, team] = scopeTeam.slice(slice).split(':').map(encodeURIComponent) - return { scope, team } -} - -const getPackages = async (scopeTeam, opts) => { - const { scope, team } = parseTeam(scopeTeam) - - let uri - if (team) { - uri = `/-/team/${scope}/${team}/package` - } else { - uri = `/-/org/${scope}/package` - } - try { - return await npmFetch.json(uri, opts) - } catch (err) { - if (err.code === 'E404') { - uri = `/-/user/${scope}/package` - return npmFetch.json(uri, opts) - } - throw err - } -} - -const getCollaborators = async (pkg, opts) => { - const spec = npar(pkg) - const uri = `/-/package/${spec.escapedName}/collaborators` - return npmFetch.json(uri, opts) -} - -const getVisibility = async (pkg, opts) => { - const spec = npar(pkg) - const uri = `/-/package/${spec.escapedName}/visibility` - return npmFetch.json(uri, opts) -} - -const setAccess = async (pkg, access, opts) => { - const spec = npar(pkg) - const uri = `/-/package/${spec.escapedName}/access` - await npmFetch(uri, { - ...opts, - method: 'POST', - body: { access }, - spec, - ignoreBody: true, - }) - return true -} - -const setMfa = async (pkg, level, opts) => { - const spec = npar(pkg) - const body = {} - switch (level) { - case 'none': - body.publish_requires_tfa = false - break - case 'publish': - // tfa is required, automation tokens can not override tfa - body.publish_requires_tfa = true - body.automation_token_overrides_tfa = false - break - case 'automation': - // tfa is required, automation tokens can override tfa - body.publish_requires_tfa = true - body.automation_token_overrides_tfa = true - break - default: - throw new Error(`Invalid mfa setting ${level}`) - } - const uri = `/-/package/${spec.escapedName}/access` - await npmFetch(uri, { - ...opts, - method: 'POST', - body, - spec, - ignoreBody: true, - }) - return true -} - -const setPermissions = async (scopeTeam, pkg, permissions, opts) => { - const spec = npar(pkg) - const { scope, team } = parseTeam(scopeTeam) - if (!scope || !team) { - throw new Error('team must be in format `scope:team`') - } - const uri = `/-/team/${scope}/${team}/package` - await npmFetch(uri, { - ...opts, - method: 'PUT', - body: { package: spec.name, permissions }, - scope, - spec, - ignoreBody: true, - }) - return true -} - -const removePermissions = async (scopeTeam, pkg, opts) => { - const spec = npar(pkg) - const { scope, team } = parseTeam(scopeTeam) - const uri = `/-/team/${scope}/${team}/package` - await npmFetch(uri, { - ...opts, - method: 'DELETE', - body: { package: spec.name }, - scope, - spec, - ignoreBody: true, - }) - return true -} - -module.exports = { - getCollaborators, - getPackages, - getVisibility, - removePermissions, - setAccess, - setMfa, - setPermissions, -} diff --git a/software/flow/node_modules/npm/node_modules/libnpmaccess/package.json b/software/flow/node_modules/npm/node_modules/libnpmaccess/package.json deleted file mode 100644 index ae4cb8b..0000000 --- a/software/flow/node_modules/npm/node_modules/libnpmaccess/package.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "name": "libnpmaccess", - "version": "7.0.2", - "description": "programmatic library for `npm access` commands", - "author": "GitHub Inc.", - "license": "ISC", - "main": "lib/index.js", - "scripts": { - "lint": "eslint \"**/*.js\"", - "test": "tap", - "postlint": "template-oss-check", - "lintfix": "node ../.. run lint -- --fix", - "snap": "tap", - "posttest": "node ../.. run lint", - "template-oss-apply": "template-oss-apply --force" - }, - "devDependencies": { - "@npmcli/eslint-config": "^4.0.0", - "@npmcli/mock-registry": "^1.0.0", - "@npmcli/template-oss": "4.11.4", - "nock": "^13.3.0", - "tap": "^16.3.4" - }, - "repository": { - "type": "git", - "url": "https://github.com/npm/cli.git", - "directory": "workspaces/libnpmaccess" - }, - "bugs": "https://github.com/npm/libnpmaccess/issues", - "homepage": "https://npmjs.com/package/libnpmaccess", - "dependencies": { - "npm-package-arg": "^10.1.0", - "npm-registry-fetch": "^14.0.3" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "files": [ - "bin/", - "lib/" - ], - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.11.4", - "content": "../../scripts/template-oss/index.js" - }, - "tap": { - "nyc-arg": [ - "--exclude", - "tap-snapshots/**" - ] - } -} diff --git a/software/flow/node_modules/npm/node_modules/libnpmdiff/LICENSE b/software/flow/node_modules/npm/node_modules/libnpmdiff/LICENSE deleted file mode 100644 index d3a1cdf..0000000 --- a/software/flow/node_modules/npm/node_modules/libnpmdiff/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -The ISC License - -Copyright (c) GitHub Inc. - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/libnpmdiff/README.md b/software/flow/node_modules/npm/node_modules/libnpmdiff/README.md deleted file mode 100644 index b8eb083..0000000 --- a/software/flow/node_modules/npm/node_modules/libnpmdiff/README.md +++ /dev/null @@ -1,96 +0,0 @@ -# libnpmdiff - -[![npm version](https://img.shields.io/npm/v/libnpmdiff.svg)](https://npm.im/libnpmdiff) -[![license](https://img.shields.io/npm/l/libnpmdiff.svg)](https://npm.im/libnpmdiff) -[![CI - libnpmdiff](https://github.com/npm/cli/actions/workflows/ci-libnpmdiff.yml/badge.svg)](https://github.com/npm/cli/actions/workflows/ci-libnpmdiff.yml) -The registry diff lib. - -## Table of Contents - -* [Example](#example) -* [Install](#install) -* [Contributing](#contributing) -* [API](#api) -* [LICENSE](#license) - -## Example - -```js -const libdiff = require('libnpmdiff') - -const patch = await libdiff([ - 'abbrev@1.1.0', - 'abbrev@1.1.1' -]) -console.log( - patch -) -``` - -Returns: - -```patch -diff --git a/package.json b/package.json -index v1.1.0..v1.1.1 100644 ---- a/package.json -+++ b/package.json -@@ -1,6 +1,6 @@ - { - "name": "abbrev", -- "version": "1.1.0", -+ "version": "1.1.1", - "description": "Like ruby's abbrev module, but in js", - "author": "Isaac Z. Schlueter <i@izs.me>", - "main": "abbrev.js", - -``` - -## Install - -`$ npm install libnpmdiff` - -### Contributing - -The npm team enthusiastically welcomes contributions and project participation! -There's a bunch of things you can do if you want to contribute! The -[Contributor Guide](https://github.com/npm/cli/blob/latest/CONTRIBUTING.md) -outlines the process for community interaction and contribution. Please don't -hesitate to jump in if you'd like to, or even ask us questions if something -isn't clear. - -All participants and maintainers in this project are expected to follow the -[npm Code of Conduct](https://docs.npmjs.com/policies/conduct), and just -generally be excellent to each other. - -Please refer to the [Changelog](CHANGELOG.md) for project history details, too. - -Happy hacking! - -### API - -#### `> libnpmdif([ a, b ], [opts]) -> Promise<String>` - -Fetches the registry tarballs and compare files between a spec `a` and spec `b`. **npm** spec types are usually described in `<pkg-name>@<version>` form but multiple other types are alsos supported, for more info on valid specs take a look at [`npm-package-arg`](https://github.com/npm/npm-package-arg). - -**Options**: - -- `color <Boolean>`: Should add ANSI colors to string output? Defaults to `false`. -- `tagVersionPrefix <Sring>`: What prefix should be used to define version numbers. Defaults to `v` -- `diffUnified <Number>`: How many lines of code to print before/after each diff. Defaults to `3`. -- `diffFiles <Array<String>>`: If set only prints patches for the files listed in this array (also accepts globs). Defaults to `undefined`. -- `diffIgnoreAllSpace <Boolean>`: Whether or not should ignore changes in whitespace (very useful to avoid indentation changes extra diff lines). Defaults to `false`. -- `diffNameOnly <Boolean>`: Prints only file names and no patch diffs. Defaults to `false`. -- `diffNoPrefix <Boolean>`: If true then skips printing any prefixes in filenames. Defaults to `false`. -- `diffSrcPrefix <String>`: Prefix to be used in the filenames from `a`. Defaults to `a/`. -- `diffDstPrefix <String>`: Prefix to be used in the filenames from `b`. Defaults to `b/`. -- `diffText <Boolean>`: Should treat all files as text and try to print diff for binary files. Defaults to `false`. -- ...`cache`, `registry`, `where` and other common options accepted by [pacote](https://github.com/npm/pacote#options) - -Returns a `Promise` that fullfils with a `String` containing the resulting patch diffs. - -Throws an error if either `a` or `b` are missing or if trying to diff more than two specs. - -## LICENSE - -[ISC](./LICENSE) - diff --git a/software/flow/node_modules/npm/node_modules/libnpmdiff/lib/format-diff.js b/software/flow/node_modules/npm/node_modules/libnpmdiff/lib/format-diff.js deleted file mode 100644 index 211386c..0000000 --- a/software/flow/node_modules/npm/node_modules/libnpmdiff/lib/format-diff.js +++ /dev/null @@ -1,96 +0,0 @@ -const EOL = '\n' - -const colorizeDiff = require('@npmcli/disparity-colors') -const jsDiff = require('diff') - -const shouldPrintPatch = require('./should-print-patch.js') - -const formatDiff = ({ files, opts = {}, refs, versions }) => { - let res = '' - const srcPrefix = opts.diffNoPrefix ? '' : opts.diffSrcPrefix || 'a/' - const dstPrefix = opts.diffNoPrefix ? '' : opts.diffDstPrefix || 'b/' - - for (const filename of files.values()) { - const names = { - a: `${srcPrefix}${filename}`, - b: `${dstPrefix}${filename}`, - } - - let fileMode = '' - const filenames = { - a: refs.get(`a/${filename}`), - b: refs.get(`b/${filename}`), - } - const contents = { - a: filenames.a && filenames.a.content, - b: filenames.b && filenames.b.content, - } - const modes = { - a: filenames.a && filenames.a.mode, - b: filenames.b && filenames.b.mode, - } - - if (contents.a === contents.b && modes.a === modes.b) { - continue - } - - if (opts.diffNameOnly) { - res += `${filename}${EOL}` - continue - } - - let patch = '' - let headerLength = 0 - const header = str => { - headerLength++ - patch += `${str}${EOL}` - } - - // manually build a git diff-compatible header - header(`diff --git ${names.a} ${names.b}`) - if (modes.a === modes.b) { - fileMode = filenames.a.mode - } else { - if (modes.a && !modes.b) { - header(`deleted file mode ${modes.a}`) - } else if (!modes.a && modes.b) { - header(`new file mode ${modes.b}`) - } else { - header(`old mode ${modes.a}`) - header(`new mode ${modes.b}`) - } - } - /* eslint-disable-next-line max-len */ - header(`index ${opts.tagVersionPrefix || 'v'}${versions.a}..${opts.tagVersionPrefix || 'v'}${versions.b} ${fileMode}`) - - if (shouldPrintPatch(filename)) { - patch += jsDiff.createTwoFilesPatch( - names.a, - names.b, - contents.a || '', - contents.b || '', - '', - '', - { - context: opts.diffUnified === 0 ? 0 : opts.diffUnified || 3, - ignoreWhitespace: opts.diffIgnoreAllSpace, - } - ).replace( - '===================================================================\n', - '' - ).replace(/\t\n/g, '\n') // strip trailing tabs - headerLength += 2 - } else { - header(`--- ${names.a}`) - header(`+++ ${names.b}`) - } - - res += (opts.color - ? colorizeDiff(patch, { headerLength }) - : patch) - } - - return res.trim() -} - -module.exports = formatDiff diff --git a/software/flow/node_modules/npm/node_modules/libnpmdiff/lib/index.js b/software/flow/node_modules/npm/node_modules/libnpmdiff/lib/index.js deleted file mode 100644 index 10532c1..0000000 --- a/software/flow/node_modules/npm/node_modules/libnpmdiff/lib/index.js +++ /dev/null @@ -1,62 +0,0 @@ -const pacote = require('pacote') - -const formatDiff = require('./format-diff.js') -const getTarball = require('./tarball.js') -const untar = require('./untar.js') - -// TODO: we test this condition in the diff command -// so this error probably doesnt need to be here. Or -// if it does we should figure out a standard code -// so we can catch it in the cli and display it consistently -const argsError = () => - Object.assign( - new TypeError('libnpmdiff needs two arguments to compare'), - { code: 'EDIFFARGS' } - ) -const diff = async (specs, opts = {}) => { - if (specs.length !== 2) { - throw argsError() - } - - const [ - aManifest, - bManifest, - ] = - await Promise.all(specs.map(spec => pacote.manifest(spec, opts))) - - const versions = { - a: aManifest.version, - b: bManifest.version, - } - - // fetches tarball using pacote - const [a, b] = await Promise.all([ - getTarball(aManifest, opts), - getTarball(bManifest, opts), - ]) - - // read all files - // populates `files` and `refs` - const { - files, - refs, - } = await untar([ - { - prefix: 'a/', - item: a, - }, - { - prefix: 'b/', - item: b, - }, - ], opts) - - return formatDiff({ - files, - opts, - refs, - versions, - }) -} - -module.exports = diff diff --git a/software/flow/node_modules/npm/node_modules/libnpmdiff/lib/should-print-patch.js b/software/flow/node_modules/npm/node_modules/libnpmdiff/lib/should-print-patch.js deleted file mode 100644 index f8277a8..0000000 --- a/software/flow/node_modules/npm/node_modules/libnpmdiff/lib/should-print-patch.js +++ /dev/null @@ -1,22 +0,0 @@ -const { basename, extname } = require('path') - -const binaryExtensions = require('binary-extensions') - -// we should try to print patches as long as the -// extension is not identified as binary files -const shouldPrintPatch = (path, opts = {}) => { - if (opts.diffText) { - return true - } - - const filename = basename(path) - const extension = ( - filename.startsWith('.') - ? filename - : extname(filename) - ).slice(1) - - return !binaryExtensions.includes(extension) -} - -module.exports = shouldPrintPatch diff --git a/software/flow/node_modules/npm/node_modules/libnpmdiff/lib/tarball.js b/software/flow/node_modules/npm/node_modules/libnpmdiff/lib/tarball.js deleted file mode 100644 index 930d624..0000000 --- a/software/flow/node_modules/npm/node_modules/libnpmdiff/lib/tarball.js +++ /dev/null @@ -1,38 +0,0 @@ -const { relative } = require('path') - -const Arborist = require('@npmcli/arborist') -const npa = require('npm-package-arg') -const pkgContents = require('@npmcli/installed-package-contents') -const pacote = require('pacote') -const { tarCreateOptions } = pacote.DirFetcher -const tar = require('tar') - -// returns a simplified tarball when reading files from node_modules folder, -// thus avoiding running the prepare scripts and the extra logic from packlist -const nodeModulesTarball = (manifest, opts) => - pkgContents({ path: manifest._resolved, depth: 1 }) - .then(files => - files.map(file => relative(manifest._resolved, file)) - ) - .then(files => - tar.c(tarCreateOptions(manifest), files).concat() - ) - -const tarball = (manifest, opts) => { - const resolved = manifest._resolved - const where = opts.where || process.cwd() - - const fromNodeModules = npa(resolved).type === 'directory' - && /node_modules[\\/](@[^\\/]+\/)?[^\\/]+[\\/]?$/.test(relative(where, resolved)) - - if (fromNodeModules) { - return nodeModulesTarball(manifest, opts) - } - - return pacote.tarball(manifest._resolved, { - ...opts, - Arborist, - }) -} - -module.exports = tarball diff --git a/software/flow/node_modules/npm/node_modules/libnpmdiff/lib/untar.js b/software/flow/node_modules/npm/node_modules/libnpmdiff/lib/untar.js deleted file mode 100644 index 16b69ab..0000000 --- a/software/flow/node_modules/npm/node_modules/libnpmdiff/lib/untar.js +++ /dev/null @@ -1,96 +0,0 @@ -const tar = require('tar') -const minimatch = require('minimatch') - -const normalizeMatch = str => str - .replace(/\\+/g, '/') - .replace(/^\.\/|^\./, '') - -// files and refs are mutating params -// filterFiles, item, prefix and opts are read-only options -const untar = ({ files, refs }, { filterFiles, item, prefix }) => { - tar.list({ - filter: (path, entry) => { - const fileMatch = () => - (!filterFiles.length || - filterFiles.some(f => { - const pattern = normalizeMatch(f) - return minimatch( - normalizeMatch(path), - `{package/,}${pattern}`, - { matchBase: pattern.startsWith('*') } - ) - })) - - // expands usage of simple path filters, e.g: lib or src/ - const folderMatch = () => - filterFiles.some(f => - normalizeMatch(path).startsWith(normalizeMatch(f)) || - normalizeMatch(path).startsWith(`package/${normalizeMatch(f)}`)) - - if ( - entry.type === 'File' && - (fileMatch() || folderMatch()) - ) { - const key = path.replace(/^[^/]+\/?/, '') - files.add(key) - - // should skip reading file when using --name-only option - let content - try { - entry.setEncoding('utf8') - content = entry.concat() - } catch (e) { - /* istanbul ignore next */ - throw Object.assign( - new Error('failed to read files'), - { code: 'EDIFFUNTAR' } - ) - } - - refs.set(`${prefix}${key}`, { - content, - mode: `100${entry.mode.toString(8)}`, - }) - return true - } - }, - }) - .on('error', /* istanbul ignore next */ e => { - throw e - }) - .end(item) -} - -const readTarballs = async (tarballs, opts = {}) => { - const files = new Set() - const refs = new Map() - const arr = [].concat(tarballs) - - const filterFiles = opts.diffFiles || [] - - for (const i of arr) { - untar({ - files, - refs, - }, { - item: i.item, - prefix: i.prefix, - filterFiles, - }) - } - - // await to read all content from included files - const allRefs = [...refs.values()] - const contents = await Promise.all(allRefs.map(async ref => ref.content)) - - contents.forEach((content, index) => { - allRefs[index].content = content - }) - - return { - files, - refs, - } -} - -module.exports = readTarballs diff --git a/software/flow/node_modules/npm/node_modules/libnpmdiff/package.json b/software/flow/node_modules/npm/node_modules/libnpmdiff/package.json deleted file mode 100644 index cdd01c2..0000000 --- a/software/flow/node_modules/npm/node_modules/libnpmdiff/package.json +++ /dev/null @@ -1,70 +0,0 @@ -{ - "name": "libnpmdiff", - "version": "5.0.11", - "description": "The registry diff", - "repository": { - "type": "git", - "url": "https://github.com/npm/cli.git", - "directory": "workspaces/libnpmdiff" - }, - "main": "lib/index.js", - "files": [ - "bin/", - "lib/" - ], - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "keywords": [ - "npm", - "npmcli", - "libnpm", - "cli", - "diff" - ], - "author": "GitHub Inc.", - "contributors": [ - { - "name": "Ruy Adorno", - "url": "https://ruyadorno.com", - "twitter": "ruyadorno" - } - ], - "license": "ISC", - "scripts": { - "lint": "eslint \"**/*.js\"", - "lintfix": "node ../.. run lint -- --fix", - "test": "tap", - "posttest": "node ../.. run lint", - "snap": "tap", - "postlint": "template-oss-check", - "template-oss-apply": "template-oss-apply --force" - }, - "devDependencies": { - "@npmcli/eslint-config": "^4.0.0", - "@npmcli/template-oss": "4.11.4", - "tap": "^16.3.4" - }, - "dependencies": { - "@npmcli/arborist": "^6.2.3", - "@npmcli/disparity-colors": "^3.0.0", - "@npmcli/installed-package-contents": "^2.0.0", - "binary-extensions": "^2.2.0", - "diff": "^5.1.0", - "minimatch": "^6.1.6", - "npm-package-arg": "^10.1.0", - "pacote": "^15.0.8", - "tar": "^6.1.13" - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.11.4", - "content": "../../scripts/template-oss/index.js" - }, - "tap": { - "nyc-arg": [ - "--exclude", - "tap-snapshots/**" - ] - } -} diff --git a/software/flow/node_modules/npm/node_modules/libnpmexec/LICENSE b/software/flow/node_modules/npm/node_modules/libnpmexec/LICENSE deleted file mode 100644 index d3a1cdf..0000000 --- a/software/flow/node_modules/npm/node_modules/libnpmexec/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -The ISC License - -Copyright (c) GitHub Inc. - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/libnpmexec/README.md b/software/flow/node_modules/npm/node_modules/libnpmexec/README.md deleted file mode 100644 index dc79d12..0000000 --- a/software/flow/node_modules/npm/node_modules/libnpmexec/README.md +++ /dev/null @@ -1,48 +0,0 @@ -# libnpmexec - -[![npm version](https://img.shields.io/npm/v/libnpmexec.svg)](https://npm.im/libnpmexec) -[![license](https://img.shields.io/npm/l/libnpmexec.svg)](https://npm.im/libnpmexec) -[![CI - libnpmexec](https://github.com/npm/cli/actions/workflows/ci-libnpmexec.yml/badge.svg)](https://github.com/npm/cli/actions/workflows/ci-libnpmexec.yml) - -The `npm exec` (`npx`) Programmatic API - -## Install - -`npm install libnpmexec` - -## Usage: - -```js -const libexec = require('libnpmexec') -await libexec({ - args: ['yosay', 'Bom dia!'], - cache: '~/.npm/_cacache', - npxCache: '~/.npm/_npx', - yes: true, -}) -``` - -## API: - -### `libexec(opts)` - -- `opts`: - - `args`: List of pkgs to execute **Array<String>**, defaults to `[]` - - `call`: An alternative command to run when using `packages` option **String**, defaults to empty string. - - `cache`: The path location to where the npm cache folder is placed **String** - - `npxCache`: The path location to where the npx cache folder is placed **String** - - `color`: Output should use color? **Boolean**, defaults to `false` - - `localBin`: Location to the `node_modules/.bin` folder of the local project to start scanning for bin files **String**, defaults to `./node_modules/.bin`. **libexec** will walk up the directory structure looking for `node_modules/.bin` folders in parent folders that might satisfy the current `arg` and will use that bin if found. - - `locationMsg`: Overrides "at location" message when entering interactive mode **String** - - `globalBin`: Location to the global space bin folder, same as: `$(npm bin -g)` **String**, defaults to empty string. - - `output`: A function to print output to **Function** - - `packages`: A list of packages to be used (possibly fetch from the registry) **Array<String>**, defaults to `[]` - - `path`: Location to where to read local project info (`package.json`) **String**, defaults to `.` - - `runPath`: Location to where to execute the script **String**, defaults to `.` - - `scriptShell`: Default shell to be used **String**, defaults to `sh` on POSIX systems, `process.env.ComSpec` OR `cmd` on Windows - - `yes`: Should skip download confirmation prompt when fetching missing packages from the registry? **Boolean** - - `registry`, `cache`, and more options that are forwarded to [@npmcli/arborist](https://github.com/npm/arborist/) and [pacote](https://github.com/npm/pacote/#options) **Object** - -## LICENSE - -[ISC](./LICENSE) diff --git a/software/flow/node_modules/npm/node_modules/libnpmexec/lib/file-exists.js b/software/flow/node_modules/npm/node_modules/libnpmexec/lib/file-exists.js deleted file mode 100644 index 0a8d79e..0000000 --- a/software/flow/node_modules/npm/node_modules/libnpmexec/lib/file-exists.js +++ /dev/null @@ -1,33 +0,0 @@ -const { resolve } = require('path') -const { stat } = require('fs/promises') -const walkUp = require('walk-up-path') - -const fileExists = async (file) => { - try { - const res = await stat(file) - return res.isFile() - } catch { - return false - } -} - -const localFileExists = async (dir, binName, root) => { - for (const path of walkUp(dir)) { - const binDir = resolve(path, 'node_modules', '.bin') - - if (await fileExists(resolve(binDir, binName))) { - return binDir - } - - if (path.toLowerCase() === resolve(root).toLowerCase()) { - return false - } - } - - return false -} - -module.exports = { - fileExists, - localFileExists, -} diff --git a/software/flow/node_modules/npm/node_modules/libnpmexec/lib/get-bin-from-manifest.js b/software/flow/node_modules/npm/node_modules/libnpmexec/lib/get-bin-from-manifest.js deleted file mode 100644 index 8ebc0e7..0000000 --- a/software/flow/node_modules/npm/node_modules/libnpmexec/lib/get-bin-from-manifest.js +++ /dev/null @@ -1,22 +0,0 @@ -const getBinFromManifest = (mani) => { - // if we have a bin matching (unscoped portion of) packagename, use that - // otherwise if there's 1 bin or all bin value is the same (alias), use - // that, otherwise fail - const bin = mani.bin || {} - if (new Set(Object.values(bin)).size === 1) { - return Object.keys(bin)[0] - } - - // XXX probably a util to parse this better? - const name = mani.name.replace(/^@[^/]+\//, '') - if (bin[name]) { - return name - } - - // XXX need better error message - throw Object.assign(new Error('could not determine executable to run'), { - pkgid: mani._id, - }) -} - -module.exports = getBinFromManifest diff --git a/software/flow/node_modules/npm/node_modules/libnpmexec/lib/index.js b/software/flow/node_modules/npm/node_modules/libnpmexec/lib/index.js deleted file mode 100644 index 719f81e..0000000 --- a/software/flow/node_modules/npm/node_modules/libnpmexec/lib/index.js +++ /dev/null @@ -1,275 +0,0 @@ -'use strict' - -const { mkdir } = require('fs/promises') -const Arborist = require('@npmcli/arborist') -const ciInfo = require('ci-info') -const crypto = require('crypto') -const log = require('proc-log') -const npa = require('npm-package-arg') -const npmlog = require('npmlog') -const pacote = require('pacote') -const read = require('read') -const semver = require('semver') - -const { fileExists, localFileExists } = require('./file-exists.js') -const getBinFromManifest = require('./get-bin-from-manifest.js') -const noTTY = require('./no-tty.js') -const runScript = require('./run-script.js') -const isWindows = require('./is-windows.js') - -const { dirname, resolve } = require('path') - -const binPaths = [] - -// when checking the local tree we look up manifests, cache those results by -// spec.raw so we don't have to fetch again when we check npxCache -const manifests = new Map() - -const getManifest = async (spec, flatOptions) => { - if (!manifests.has(spec.raw)) { - const manifest = await pacote.manifest(spec, { ...flatOptions, preferOnline: true }) - manifests.set(spec.raw, manifest) - } - return manifests.get(spec.raw) -} - -// Returns the required manifest if the spec is missing from the tree -// Returns the found node if it is in the tree -const missingFromTree = async ({ spec, tree, flatOptions }) => { - if (spec.registry && spec.type !== 'tag') { - // registry spec that is not a specific tag. - const nodesBySpec = tree.inventory.query('packageName', spec.name) - for (const node of nodesBySpec) { - // package requested by name only (or name@*) - if (spec.rawSpec === '*') { - return { node } - } - // package requested by specific version - if (spec.type === 'version' && (node.pkgid === spec.raw)) { - return { node } - } - // package requested by version range, only remaining registry type - if (semver.satisfies(node.package.version, spec.rawSpec)) { - return { node } - } - } - const manifest = await getManifest(spec, flatOptions) - return { manifest } - } else { - // non-registry spec, or a specific tag. Look up manifest and check - // resolved to see if it's in the tree. - const manifest = await getManifest(spec, flatOptions) - if (spec.type === 'directory') { - return { manifest } - } - const nodesByManifest = tree.inventory.query('packageName', manifest.name) - for (const node of nodesByManifest) { - if (node.package.resolved === manifest._resolved) { - // we have a package by the same name and the same resolved destination, nothing to add. - return { node } - } - } - return { manifest } - } -} - -const exec = async (opts) => { - const { - args = [], - call = '', - localBin = resolve('./node_modules/.bin'), - locationMsg = undefined, - globalBin = '', - globalPath, - output, - // dereference values because we manipulate it later - packages: [...packages] = [], - path = '.', - runPath = '.', - scriptShell = isWindows ? process.env.ComSpec || 'cmd' : 'sh', - ...flatOptions - } = opts - - let yes = opts.yes - const run = () => runScript({ - args, - call, - flatOptions, - locationMsg, - output, - path, - binPaths, - runPath, - scriptShell, - }) - - // interactive mode - if (!call && !args.length && !packages.length) { - return run() - } - - let needPackageCommandSwap = (args.length > 0) && (packages.length === 0) - // If they asked for a command w/o specifying a package, see if there is a - // bin that directly matches that name: - // - in the local package itself - // - in the local tree - // - globally - if (needPackageCommandSwap) { - let localManifest - try { - localManifest = await pacote.manifest(path, flatOptions) - } catch { - // no local package.json? no problem, move one. - } - if (localManifest?.bin?.[args[0]]) { - // we have to install the local package into the npx cache so that its - // bin links get set up - flatOptions.installLinks = false - // args[0] will exist when the package is installed - packages.push(path) - yes = true - needPackageCommandSwap = false - } else { - const dir = dirname(dirname(localBin)) - const localBinPath = await localFileExists(dir, args[0], '/') - if (localBinPath) { - binPaths.push(localBinPath) - return await run() - } else if (globalPath && await fileExists(`${globalBin}/${args[0]}`)) { - binPaths.push(globalBin) - return await run() - } - // We swap out args[0] with the bin from the manifest later - packages.push(args[0]) - } - } - - // Resolve any directory specs so that the npx directory is unique to the - // resolved directory, not the potentially relative one (i.e. "npx .") - for (const i in packages) { - const pkg = packages[i] - const spec = npa(pkg) - if (spec.type === 'directory') { - packages[i] = spec.fetchSpec - } - } - - const localArb = new Arborist({ ...flatOptions, path }) - const localTree = await localArb.loadActual() - - // Find anything that isn't installed locally - const needInstall = [] - let commandManifest - await Promise.all(packages.map(async (pkg, i) => { - const spec = npa(pkg, path) - const { manifest, node } = await missingFromTree({ spec, tree: localTree, flatOptions }) - if (manifest) { - // Package does not exist in the local tree - needInstall.push({ spec, manifest }) - if (i === 0) { - commandManifest = manifest - } - } else if (i === 0) { - // The node.package has enough to look up the bin - commandManifest = node.package - } - })) - - if (needPackageCommandSwap) { - const spec = npa(args[0]) - - if (spec.type === 'directory') { - yes = true - } - - args[0] = getBinFromManifest(commandManifest) - - if (needInstall.length > 0 && globalPath) { - // See if the package is installed globally, and run the translated bin - const globalArb = new Arborist({ ...flatOptions, path: globalPath, global: true }) - const globalTree = await globalArb.loadActual() - const { manifest: globalManifest } = - await missingFromTree({ spec, tree: globalTree, flatOptions }) - if (!globalManifest && await fileExists(`${globalBin}/${args[0]}`)) { - binPaths.push(globalBin) - return await run() - } - } - } - - const add = [] - if (needInstall.length > 0) { - // Install things to the npx cache, if needed - const { npxCache } = flatOptions - if (!npxCache) { - throw new Error('Must provide a valid npxCache path') - } - const hash = crypto.createHash('sha512') - .update(packages.map(p => { - // Keeps the npx directory unique to the resolved directory, not the - // potentially relative one (i.e. "npx .") - const spec = npa(p) - if (spec.type === 'directory') { - return spec.fetchSpec - } - return p - }).sort((a, b) => a.localeCompare(b, 'en')).join('\n')) - .digest('hex') - .slice(0, 16) - const installDir = resolve(npxCache, hash) - await mkdir(installDir, { recursive: true }) - const npxArb = new Arborist({ - ...flatOptions, - path: installDir, - }) - const npxTree = await npxArb.loadActual() - await Promise.all(needInstall.map(async ({ spec }) => { - const { manifest } = await missingFromTree({ spec, tree: npxTree, flatOptions }) - if (manifest) { - // Manifest is not in npxCache, we need to install it there - if (!spec.registry) { - add.push(manifest._from) - } else { - add.push(manifest._id) - } - } - })) - - if (add.length) { - if (!yes) { - // set -n to always say no - if (yes === false) { - throw new Error('canceled') - } - - if (noTTY() || ciInfo.isCI) { - log.warn('exec', `The following package${ - add.length === 1 ? ' was' : 's were' - } not found and will be installed: ${ - add.map((pkg) => pkg.replace(/@$/, '')).join(', ') - }`) - } else { - const addList = add.map(a => ` ${a.replace(/@$/, '')}`) - .join('\n') + '\n' - const prompt = `Need to install the following packages:\n${ - addList - }Ok to proceed? ` - npmlog.clearProgress() - const confirm = await read({ prompt, default: 'y' }) - if (confirm.trim().toLowerCase().charAt(0) !== 'y') { - throw new Error('canceled') - } - } - } - await npxArb.reify({ - ...flatOptions, - add, - }) - } - binPaths.push(resolve(installDir, 'node_modules/.bin')) - } - - return await run() -} - -module.exports = exec diff --git a/software/flow/node_modules/npm/node_modules/libnpmexec/lib/is-windows.js b/software/flow/node_modules/npm/node_modules/libnpmexec/lib/is-windows.js deleted file mode 100644 index fbece90..0000000 --- a/software/flow/node_modules/npm/node_modules/libnpmexec/lib/is-windows.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = process.platform === 'win32' diff --git a/software/flow/node_modules/npm/node_modules/libnpmexec/lib/no-tty.js b/software/flow/node_modules/npm/node_modules/libnpmexec/lib/no-tty.js deleted file mode 100644 index 601798d..0000000 --- a/software/flow/node_modules/npm/node_modules/libnpmexec/lib/no-tty.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = () => !process.stdin.isTTY diff --git a/software/flow/node_modules/npm/node_modules/libnpmexec/lib/run-script.js b/software/flow/node_modules/npm/node_modules/libnpmexec/lib/run-script.js deleted file mode 100644 index ba60395..0000000 --- a/software/flow/node_modules/npm/node_modules/libnpmexec/lib/run-script.js +++ /dev/null @@ -1,80 +0,0 @@ -const chalk = require('chalk') -const ciInfo = require('ci-info') -const runScript = require('@npmcli/run-script') -const readPackageJson = require('read-package-json-fast') -const npmlog = require('npmlog') -const log = require('proc-log') -const noTTY = require('./no-tty.js') - -const nocolor = { - reset: s => s, - bold: s => s, - dim: s => s, -} - -const run = async ({ - args, - call, - flatOptions, - locationMsg, - output = () => {}, - path, - binPaths, - runPath, - scriptShell, -}) => { - // turn list of args into command string - const script = call || args.shift() || scriptShell - const color = !!flatOptions.color - const colorize = color ? chalk : nocolor - - // do the fakey runScript dance - // still should work if no package.json in cwd - const realPkg = await readPackageJson(`${path}/package.json`) - .catch(() => ({})) - const pkg = { - ...realPkg, - scripts: { - ...(realPkg.scripts || {}), - npx: script, - }, - } - - npmlog.disableProgress() - - try { - if (script === scriptShell) { - if (!noTTY()) { - if (ciInfo.isCI) { - return log.warn('exec', 'Interactive mode disabled in CI environment') - } - - locationMsg = locationMsg || ` at location:\n${colorize.dim(runPath)}` - - output(`${ - colorize.reset('\nEntering npm script environment') - }${ - colorize.reset(locationMsg) - }${ - colorize.bold('\nType \'exit\' or ^D when finished\n') - }`) - } - } - return await runScript({ - ...flatOptions, - pkg, - banner: false, - // we always run in cwd, not --prefix - path: runPath, - binPaths, - event: 'npx', - args, - stdio: 'inherit', - scriptShell, - }) - } finally { - npmlog.enableProgress() - } -} - -module.exports = run diff --git a/software/flow/node_modules/npm/node_modules/libnpmexec/package.json b/software/flow/node_modules/npm/node_modules/libnpmexec/package.json deleted file mode 100644 index f13b16e..0000000 --- a/software/flow/node_modules/npm/node_modules/libnpmexec/package.json +++ /dev/null @@ -1,81 +0,0 @@ -{ - "name": "libnpmexec", - "version": "5.0.11", - "files": [ - "bin/", - "lib/" - ], - "main": "lib/index.js", - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "description": "npm exec (npx) programmatic API", - "repository": { - "type": "git", - "url": "https://github.com/npm/cli.git", - "directory": "workspaces/libnpmexec" - }, - "keywords": [ - "npm", - "npmcli", - "libnpm", - "cli", - "workspaces", - "libnpmexec" - ], - "author": "GitHub Inc.", - "contributors": [ - { - "name": "Ruy Adorno", - "url": "https://ruyadorno.com", - "twitter": "ruyadorno" - } - ], - "license": "ISC", - "scripts": { - "lint": "eslint \"**/*.js\"", - "posttest": "node ../.. run lint", - "test": "tap", - "snap": "tap", - "postlint": "template-oss-check", - "lintfix": "node ../.. run lint -- --fix", - "template-oss-apply": "template-oss-apply --force" - }, - "tap": { - "color": true, - "files": "test/*.js", - "nyc-arg": [ - "--exclude", - "tap-snapshots/**" - ] - }, - "devDependencies": { - "@npmcli/eslint-config": "^4.0.0", - "@npmcli/mock-registry": "^1.0.0", - "@npmcli/template-oss": "4.11.4", - "bin-links": "^4.0.1", - "just-extend": "^6.2.0", - "just-safe-set": "^4.2.1", - "minify-registry-metadata": "^3.0.0", - "tap": "^16.3.4" - }, - "dependencies": { - "@npmcli/arborist": "^6.2.3", - "@npmcli/run-script": "^6.0.0", - "chalk": "^4.1.0", - "ci-info": "^3.7.1", - "npm-package-arg": "^10.1.0", - "npmlog": "^7.0.1", - "pacote": "^15.0.8", - "proc-log": "^3.0.0", - "read": "^2.0.0", - "read-package-json-fast": "^3.0.2", - "semver": "^7.3.7", - "walk-up-path": "^1.0.0" - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.11.4", - "content": "../../scripts/template-oss/index.js" - } -} diff --git a/software/flow/node_modules/npm/node_modules/libnpmfund/LICENSE b/software/flow/node_modules/npm/node_modules/libnpmfund/LICENSE deleted file mode 100644 index dedcd7d..0000000 --- a/software/flow/node_modules/npm/node_modules/libnpmfund/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -The ISC License - -Copyright (c) npm Inc. - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/libnpmfund/README.md b/software/flow/node_modules/npm/node_modules/libnpmfund/README.md deleted file mode 100644 index 6072b11..0000000 --- a/software/flow/node_modules/npm/node_modules/libnpmfund/README.md +++ /dev/null @@ -1,131 +0,0 @@ -# libnpmfund - -[![npm version](https://img.shields.io/npm/v/libnpmfund.svg)](https://npm.im/libnpmfund) -[![license](https://img.shields.io/npm/l/libnpmfund.svg)](https://npm.im/libnpmfund) -[![CI - libnpmfund](https://github.com/npm/cli/actions/workflows/ci-libnpmfund.yml/badge.svg)](https://github.com/npm/cli/actions/workflows/ci-libnpmfund.yml) - -[`libnpmfund`](https://github.com/npm/libnpmfund) is a Node.js library for -retrieving **funding** information for packages installed using -[`arborist`](https://github.com/npm/arborist). - -## Table of Contents - -* [Example](#example) -* [Install](#install) -* [Contributing](#contributing) -* [API](#api) -* [LICENSE](#license) - -## Example - -```js -const { read } = require('libnpmfund') - -const fundingInfo = await read() -console.log( - JSON.stringify(fundingInfo, null, 2) -) -// => { - length: 2, - name: 'foo', - version: '1.0.0', - funding: { url: 'https://example.com' }, - dependencies: { - bar: { - version: '1.0.0', - funding: { url: 'http://collective.example.com' } - } - } -} -``` - -## Install - -`$ npm install libnpmfund` - -### Contributing - -The npm team enthusiastically welcomes contributions and project participation! -There's a bunch of things you can do if you want to contribute! The -[Contributor Guide](https://github.com/npm/cli/blob/latest/CONTRIBUTING.md) -outlines the process for community interaction and contribution. Please don't -hesitate to jump in if you'd like to, or even ask us questions if something -isn't clear. - -All participants and maintainers in this project are expected to follow the -[npm Code of Conduct](https://www.npmjs.com/policies/conduct), and just -generally be excellent to each other. - -Please refer to the [Changelog](CHANGELOG.md) for project history details, too. - -Happy hacking! - -### API - -##### <a name="fund.read"></a> `> fund.read([opts]) -> Promise<Object>` - -Reads **funding** info from a npm install and returns a promise for a -tree object that only contains packages in which funding info is defined. - -Options: - -- `countOnly`: Uses the tree-traversal logic from **npm fund** but skips over -any obj definition and just returns an obj containing `{ length }` - useful for -things such as printing a `6 packages are looking for funding` msg. -- `workspaces`: `Array<String>` List of workspaces names to filter for, -the result will only include a subset of the resulting tree that includes -only the nodes that are children of the listed workspaces names. -- `path`, `registry` and more [Arborist](https://github.com/npm/arborist/) options. - -##### <a name="fund.readTree"></a> `> fund.readTree(tree, [opts]) -> Promise<Object>` - -Reads **funding** info from a given install tree and returns a tree object -that only contains packages in which funding info is defined. - -- `tree`: An [`arborist`](https://github.com/npm/arborist) tree to be used, e.g: - -```js -const Arborist = require('@npmcli/arborist') -const { readTree } = require('libnpmfund') - -const arb = new Arborist({ path: process.cwd() }) -const tree = await arb.loadActual() - -return readTree(tree, { countOnly: false }) -``` - -Options: - -- `countOnly`: Uses the tree-traversal logic from **npm fund** but skips over -any obj definition and just returns an obj containing `{ length }` - useful for -things such as printing a `6 packages are looking for funding` msg. - -##### <a name="fund.normalizeFunding"></a> `> fund.normalizeFunding(funding) -> Object` - -From a `funding` `<object|string|array>`, retrieves normalized funding objects -containing a `url` property. - -e.g: - -```js -normalizeFunding('http://example.com') -// => { - url: 'http://example.com' -} -``` - -##### <a name="fund.isValidFunding"></a> `> fund.isValidFunding(funding) -> Boolean` - -Returns `<true>` if `funding` is a valid funding object, e.g: - -```js -isValidFunding({ foo: 'not a valid funding obj' }) -// => false - -isValidFunding('http://example.com') -// => true -``` - -## LICENSE - -[ISC](./LICENSE) diff --git a/software/flow/node_modules/npm/node_modules/libnpmfund/lib/index.js b/software/flow/node_modules/npm/node_modules/libnpmfund/lib/index.js deleted file mode 100644 index a53893d..0000000 --- a/software/flow/node_modules/npm/node_modules/libnpmfund/lib/index.js +++ /dev/null @@ -1,210 +0,0 @@ -'use strict' - -const URL = require('url').URL -const Arborist = require('@npmcli/arborist') - -// supports object funding and string shorthand, or an array of these -// if original was an array, returns an array; else returns the lone item -function normalizeFunding (funding) { - const normalizeItem = item => - typeof item === 'string' ? { url: item } : item - const sources = [].concat(funding || []).map(normalizeItem) - return Array.isArray(funding) ? sources : sources[0] -} - -// Is the value of a `funding` property of a `package.json` -// a valid type+url for `npm fund` to display? -function isValidFunding (funding) { - if (!funding) { - return false - } - - if (Array.isArray(funding)) { - return funding.every(f => !Array.isArray(f) && isValidFunding(f)) - } - - try { - var parsed = new URL(funding.url || funding) - } catch (error) { - return false - } - - if ( - parsed.protocol !== 'https:' && - parsed.protocol !== 'http:' - ) { - return false - } - - return Boolean(parsed.host) -} - -const empty = () => Object.create(null) - -function readTree (tree, opts) { - let packageWithFundingCount = 0 - const seen = new Set() - const { countOnly } = opts || {} - const _trailingDependencies = Symbol('trailingDependencies') - - let filterSet - - if (opts && opts.workspaces && opts.workspaces.length) { - const arb = new Arborist(opts) - filterSet = arb.workspaceDependencySet(tree, opts.workspaces) - } - - function tracked (name, version) { - const key = String(name) + String(version) - if (seen.has(key)) { - return true - } - - seen.add(key) - } - - function retrieveDependencies (dependencies) { - const trailing = dependencies[_trailingDependencies] - - if (trailing) { - return Object.assign( - empty(), - dependencies, - trailing - ) - } - - return dependencies - } - - function hasDependencies (dependencies) { - return dependencies && ( - Object.keys(dependencies).length || - dependencies[_trailingDependencies] - ) - } - - function attachFundingInfo (target, funding) { - if (funding && isValidFunding(funding)) { - target.funding = normalizeFunding(funding) - packageWithFundingCount++ - } - } - - function getFundingDependencies (t) { - const edges = t && t.edgesOut && t.edgesOut.values() - if (!edges) { - return empty() - } - - const directDepsWithFunding = Array.from(edges).map(edge => { - if (!edge || !edge.to) { - return empty() - } - - const node = edge.to.target || edge.to - if (!node.package) { - return empty() - } - - if (filterSet && filterSet.size > 0 && !filterSet.has(node)) { - return empty() - } - - const { name, funding, version } = node.package - - // avoids duplicated items within the funding tree - if (tracked(name, version)) { - return empty() - } - - const fundingItem = {} - - if (version) { - fundingItem.version = version - } - - attachFundingInfo(fundingItem, funding) - - return { - node, - fundingItem, - } - }) - - return directDepsWithFunding.reduce( - (res, { node, fundingItem }, i) => { - if (!fundingItem || - fundingItem.length === 0 || - !node) { - return res - } - - // recurse - const transitiveDependencies = node.edgesOut && - node.edgesOut.size > 0 && - getFundingDependencies(node) - - // if we're only counting items there's no need - // to add all the data to the resulting object - if (countOnly) { - return null - } - - if (hasDependencies(transitiveDependencies)) { - fundingItem.dependencies = - retrieveDependencies(transitiveDependencies) - } - - if (isValidFunding(fundingItem.funding)) { - res[node.package.name] = fundingItem - } else if (hasDependencies(fundingItem.dependencies)) { - res[_trailingDependencies] = - Object.assign( - empty(), - res[_trailingDependencies], - fundingItem.dependencies - ) - } - - return res - }, countOnly ? null : empty()) - } - - const treeDependencies = getFundingDependencies(tree) - const result = { - length: packageWithFundingCount, - } - - if (!countOnly) { - const name = - (tree && tree.package && tree.package.name) || - (tree && tree.name) - result.name = name || (tree && tree.path) - - if (tree && tree.package && tree.package.version) { - result.version = tree.package.version - } - - if (tree && tree.package && tree.package.funding) { - result.funding = normalizeFunding(tree.package.funding) - } - - result.dependencies = retrieveDependencies(treeDependencies) - } - - return result -} - -async function read (opts) { - const arb = new Arborist(opts) - const tree = await arb.loadActual(opts) - return readTree(tree, opts) -} - -module.exports = { - read, - readTree, - normalizeFunding, - isValidFunding, -} diff --git a/software/flow/node_modules/npm/node_modules/libnpmfund/package.json b/software/flow/node_modules/npm/node_modules/libnpmfund/package.json deleted file mode 100644 index 36ec66d..0000000 --- a/software/flow/node_modules/npm/node_modules/libnpmfund/package.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "name": "libnpmfund", - "version": "4.0.11", - "main": "lib/index.js", - "files": [ - "bin/", - "lib/" - ], - "description": "Programmatic API for npm fund", - "repository": { - "type": "git", - "url": "https://github.com/npm/cli.git", - "directory": "workspaces/libnpmfund" - }, - "keywords": [ - "npm", - "npmcli", - "libnpm", - "cli", - "git", - "fund", - "gitfund" - ], - "author": "GitHub Inc.", - "contributors": [ - { - "name": "Ruy Adorno", - "url": "https://ruyadorno.com", - "twitter": "ruyadorno" - } - ], - "license": "ISC", - "scripts": { - "lint": "eslint \"**/*.js\"", - "lintfix": "node ../.. run lint -- --fix", - "posttest": "node ../.. run lint", - "test": "tap", - "snap": "tap", - "postlint": "template-oss-check", - "template-oss-apply": "template-oss-apply --force" - }, - "devDependencies": { - "@npmcli/eslint-config": "^4.0.0", - "@npmcli/template-oss": "4.11.4", - "tap": "^16.3.4" - }, - "dependencies": { - "@npmcli/arborist": "^6.2.3" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.11.4", - "content": "../../scripts/template-oss/index.js" - }, - "tap": { - "nyc-arg": [ - "--exclude", - "tap-snapshots/**" - ] - } -} diff --git a/software/flow/node_modules/npm/node_modules/libnpmhook/LICENSE.md b/software/flow/node_modules/npm/node_modules/libnpmhook/LICENSE.md deleted file mode 100644 index 8d28acf..0000000 --- a/software/flow/node_modules/npm/node_modules/libnpmhook/LICENSE.md +++ /dev/null @@ -1,16 +0,0 @@ -ISC License - -Copyright (c) npm, Inc. - -Permission to use, copy, modify, and/or distribute this software for -any purpose with or without fee is hereby granted, provided that the -above copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE COPYRIGHT HOLDER DISCLAIMS -ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE -COPYRIGHT HOLDER BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR -CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS -OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE -OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE -USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/libnpmhook/README.md b/software/flow/node_modules/npm/node_modules/libnpmhook/README.md deleted file mode 100644 index 309f804..0000000 --- a/software/flow/node_modules/npm/node_modules/libnpmhook/README.md +++ /dev/null @@ -1,271 +0,0 @@ -# libnpmhook - -[![npm version](https://img.shields.io/npm/v/libnpmhook.svg)](https://npm.im/libnpmhook) -[![license](https://img.shields.io/npm/l/libnpmhook.svg)](https://npm.im/libnpmhook) -[![CI - libnpmhook](https://github.com/npm/cli/actions/workflows/ci-libnpmhook.yml/badge.svg)](https://github.com/npm/cli/actions/workflows/ci-libnpmhook.yml) - -[`libnpmhook`](https://github.com/npm/libnpmhook) is a Node.js library for -programmatically managing the npm registry's server-side hooks. - -For a more general introduction to managing hooks, see [the introductory blog -post](https://blog.npmjs.org/post/145260155635/introducing-hooks-get-notifications-of-npm). - -## Table of Contents - -* [Example](#example) -* [Install](#install) -* [Contributing](#contributing) -* [API](#api) - * [hook opts](#opts) - * [`add()`](#add) - * [`rm()`](#rm) - * [`ls()`](#ls) - * [`ls.stream()`](#ls-stream) - * [`update()`](#update) - -## Example - -```js -const hooks = require('libnpmhook') - -console.log(await hooks.ls('mypkg', {token: 'deadbeef'})) -// array of hook objects on `mypkg`. -``` - -## Install - -`$ npm install libnpmhook` - -### API - -#### <a name="opts"></a> `opts` for `libnpmhook` commands - -`libnpmhook` uses [`npm-registry-fetch`](https://npm.im/npm-registry-fetch). -All options are passed through directly to that library, so please refer to [its -own `opts` -documentation](https://www.npmjs.com/package/npm-registry-fetch#fetch-options) -for options that can be passed in. - -A couple of options of note for those in a hurry: - -* `opts.token` - can be passed in and will be used as the authentication token for the registry. For other ways to pass in auth details, see the n-r-f docs. -* `opts.otp` - certain operations will require an OTP token to be passed in. If a `libnpmhook` command fails with `err.code === EOTP`, please retry the request with `{otp: <2fa token>}` - -#### <a name="add"></a> `> hooks.add(name, endpoint, secret, [opts]) -> Promise` - -`name` is the name of the package, org, or user/org scope to watch. The type is -determined by the name syntax: `'@foo/bar'` and `'foo'` are treated as packages, -`@foo` is treated as a scope, and `~user` is treated as an org name or scope. -Each type will attach to different events. - -The `endpoint` should be a fully-qualified http URL for the endpoint the hook -will send its payload to when it fires. `secret` is a shared secret that the -hook will send to that endpoint to verify that it's actually coming from the -registry hook. - -The returned Promise resolves to the full hook object that was created, -including its generated `id`. - -See also: [`POST -/v1/hooks/hook`](https://github.com/npm/registry/blob/master/docs/hooks/endpoints.md#post-v1hookshook) - -##### Example - -```javascript -await hooks.add('~zkat', 'https://example.com/api/added', 'supersekrit', { - token: 'myregistrytoken', - otp: '694207' -}) - -=> - -{ id: '16f7xoal', - username: 'zkat', - name: 'zkat', - endpoint: 'https://example.com/api/added', - secret: 'supersekrit', - type: 'owner', - created: '2018-08-21T20:05:25.125Z', - updated: '2018-08-21T20:05:25.125Z', - deleted: false, - delivered: false, - last_delivery: null, - response_code: 0, - status: 'active' } -``` - -#### <a name="find"></a> `> hooks.find(id, [opts]) -> Promise` - -Returns the hook identified by `id`. - -The returned Promise resolves to the full hook object that was found, or error -with `err.code` of `'E404'` if it didn't exist. - -See also: [`GET -/v1/hooks/hook/:id`](https://github.com/npm/registry/blob/master/docs/hooks/endpoints.md#get-v1hookshookid) - -##### Example - -```javascript -await hooks.find('16f7xoal', {token: 'myregistrytoken'}) - -=> - -{ id: '16f7xoal', - username: 'zkat', - name: 'zkat', - endpoint: 'https://example.com/api/added', - secret: 'supersekrit', - type: 'owner', - created: '2018-08-21T20:05:25.125Z', - updated: '2018-08-21T20:05:25.125Z', - deleted: false, - delivered: false, - last_delivery: null, - response_code: 0, - status: 'active' } -``` - -#### <a name="rm"></a> `> hooks.rm(id, [opts]) -> Promise` - -Removes the hook identified by `id`. - -The returned Promise resolves to the full hook object that was removed, if it -existed, or `null` if no such hook was there (instead of erroring). - -See also: [`DELETE -/v1/hooks/hook/:id`](https://github.com/npm/registry/blob/master/docs/hooks/endpoints.md#delete-v1hookshookid) - -##### Example - -```javascript -await hooks.rm('16f7xoal', { - token: 'myregistrytoken', - otp: '694207' -}) - -=> - -{ id: '16f7xoal', - username: 'zkat', - name: 'zkat', - endpoint: 'https://example.com/api/added', - secret: 'supersekrit', - type: 'owner', - created: '2018-08-21T20:05:25.125Z', - updated: '2018-08-21T20:05:25.125Z', - deleted: true, - delivered: false, - last_delivery: null, - response_code: 0, - status: 'active' } - -// Repeat it... -await hooks.rm('16f7xoal', { - token: 'myregistrytoken', - otp: '694207' -}) - -=> null -``` - -#### <a name="update"></a> `> hooks.update(id, endpoint, secret, [opts]) -> Promise` - -The `id` should be a hook ID from a previously-created hook. - -The `endpoint` should be a fully-qualified http URL for the endpoint the hook -will send its payload to when it fires. `secret` is a shared secret that the -hook will send to that endpoint to verify that it's actually coming from the -registry hook. - -The returned Promise resolves to the full hook object that was updated, if it -existed. Otherwise, it will error with an `'E404'` error code. - -See also: [`PUT -/v1/hooks/hook/:id`](https://github.com/npm/registry/blob/master/docs/hooks/endpoints.md#put-v1hookshookid) - -##### Example - -```javascript -await hooks.update('16fxoal', 'https://example.com/api/other', 'newsekrit', { - token: 'myregistrytoken', - otp: '694207' -}) - -=> - -{ id: '16f7xoal', - username: 'zkat', - name: 'zkat', - endpoint: 'https://example.com/api/other', - secret: 'newsekrit', - type: 'owner', - created: '2018-08-21T20:05:25.125Z', - updated: '2018-08-21T20:14:41.964Z', - deleted: false, - delivered: false, - last_delivery: null, - response_code: 0, - status: 'active' } -``` - -#### <a name="ls"></a> `> hooks.ls([opts]) -> Promise` - -Resolves to an array of hook objects associated with the account you're -authenticated as. - -Results can be further filtered with three values that can be passed in through -`opts`: - -* `opts.package` - filter results by package name -* `opts.limit` - maximum number of hooks to return -* `opts.offset` - pagination offset for results (use with `opts.limit`) - -See also: - * [`hooks.ls.stream()`](#ls-stream) - * [`GET -/v1/hooks`](https://github.com/npm/registry/blob/master/docs/hooks/endpoints.md#get-v1hooks) - -##### Example - -```javascript -await hooks.ls({token: 'myregistrytoken'}) - -=> -[ - { id: '16f7xoal', ... }, - { id: 'wnyf98a1', ... }, - ... -] -``` - -#### <a name="ls-stream"></a> `> hooks.ls.stream([opts]) -> Stream` - -Returns a stream of hook objects associated with the account you're -authenticated as. The returned stream is a valid `Symbol.asyncIterator` on -`node@>=10`. - -Results can be further filtered with three values that can be passed in through -`opts`: - -* `opts.package` - filter results by package name -* `opts.limit` - maximum number of hooks to return -* `opts.offset` - pagination offset for results (use with `opts.limit`) - -See also: - * [`hooks.ls()`](#ls) - * [`GET -/v1/hooks`](https://github.com/npm/registry/blob/master/docs/hooks/endpoints.md#get-v1hooks) - -##### Example - -```javascript -for await (let hook of hooks.ls.stream({token: 'myregistrytoken'})) { - console.log('found hook:', hook.id) -} - -=> -// outputs: -// found hook: 16f7xoal -// found hook: wnyf98a1 -``` diff --git a/software/flow/node_modules/npm/node_modules/libnpmhook/lib/index.js b/software/flow/node_modules/npm/node_modules/libnpmhook/lib/index.js deleted file mode 100644 index 091cdc4..0000000 --- a/software/flow/node_modules/npm/node_modules/libnpmhook/lib/index.js +++ /dev/null @@ -1,70 +0,0 @@ -'use strict' - -const fetch = require('npm-registry-fetch') -const validate = require('aproba') - -const eu = encodeURIComponent -const cmd = module.exports = {} -cmd.add = (name, endpoint, secret, opts = {}) => { - validate('SSSO', [name, endpoint, secret, opts]) - let type = 'package' - if (name.match(/^@[^/]+$/)) { - type = 'scope' - } - if (name[0] === '~') { - type = 'owner' - name = name.slice(1) - } - return fetch.json('/-/npm/v1/hooks/hook', { - ...opts, - method: 'POST', - body: { type, name, endpoint, secret }, - }) -} - -cmd.rm = (id, opts = {}) => { - validate('SO', [id, opts]) - return fetch.json(`/-/npm/v1/hooks/hook/${eu(id)}`, { - ...opts, - method: 'DELETE', - }).catch(err => { - if (err.code === 'E404') { - return null - } else { - throw err - } - }) -} - -cmd.update = (id, endpoint, secret, opts = {}) => { - validate('SSSO', [id, endpoint, secret, opts]) - return fetch.json(`/-/npm/v1/hooks/hook/${eu(id)}`, { - ...opts, - method: 'PUT', - body: { endpoint, secret }, - }) -} - -cmd.find = (id, opts = {}) => { - validate('SO', [id, opts]) - return fetch.json(`/-/npm/v1/hooks/hook/${eu(id)}`, opts) -} - -cmd.ls = (opts = {}) => { - return cmd.ls.stream(opts).collect() -} - -cmd.ls.stream = (opts = {}) => { - const { package: pkg, limit, offset } = opts - validate('S|Z', [pkg]) - validate('N|Z', [limit]) - validate('N|Z', [offset]) - return fetch.json.stream('/-/npm/v1/hooks', 'objects.*', { - ...opts, - query: { - package: pkg, - limit, - offset, - }, - }) -} diff --git a/software/flow/node_modules/npm/node_modules/libnpmhook/package.json b/software/flow/node_modules/npm/node_modules/libnpmhook/package.json deleted file mode 100644 index 493b643..0000000 --- a/software/flow/node_modules/npm/node_modules/libnpmhook/package.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "libnpmhook", - "version": "9.0.3", - "description": "programmatic API for managing npm registry hooks", - "main": "lib/index.js", - "files": [ - "bin/", - "lib/" - ], - "scripts": { - "test": "tap", - "lint": "eslint \"**/*.js\"", - "postlint": "template-oss-check", - "lintfix": "node ../.. run lint -- --fix", - "snap": "tap", - "posttest": "node ../.. run lint", - "template-oss-apply": "template-oss-apply --force" - }, - "repository": { - "type": "git", - "url": "https://github.com/npm/cli.git", - "directory": "workspaces/libnpmhook" - }, - "keywords": [ - "npm", - "hooks", - "registry", - "npm api" - ], - "author": "GitHub Inc.", - "license": "ISC", - "dependencies": { - "aproba": "^2.0.0", - "npm-registry-fetch": "^14.0.3" - }, - "devDependencies": { - "@npmcli/eslint-config": "^4.0.0", - "@npmcli/template-oss": "4.11.4", - "nock": "^13.3.0", - "tap": "^16.3.4" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.11.4", - "content": "../../scripts/template-oss/index.js" - }, - "tap": { - "nyc-arg": [ - "--exclude", - "tap-snapshots/**" - ] - } -} diff --git a/software/flow/node_modules/npm/node_modules/libnpmorg/LICENSE b/software/flow/node_modules/npm/node_modules/libnpmorg/LICENSE deleted file mode 100644 index 209e447..0000000 --- a/software/flow/node_modules/npm/node_modules/libnpmorg/LICENSE +++ /dev/null @@ -1,13 +0,0 @@ -Copyright npm, Inc - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF -OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/libnpmorg/README.md b/software/flow/node_modules/npm/node_modules/libnpmorg/README.md deleted file mode 100644 index d516552..0000000 --- a/software/flow/node_modules/npm/node_modules/libnpmorg/README.md +++ /dev/null @@ -1,148 +0,0 @@ -# libnpmorg - -[![npm version](https://img.shields.io/npm/v/libnpmorg.svg)](https://npm.im/libnpmorg) -[![license](https://img.shields.io/npm/l/libnpmorg.svg)](https://npm.im/libnpmorg) -[![CI - libnpmorg](https://github.com/npm/cli/actions/workflows/ci-libnpmorg.yml/badge.svg)](https://github.com/npm/cli/actions/workflows/ci-libnpmorg.yml) - -[`libnpmorg`](https://github.com/npm/libnpmorg) is a Node.js library for -programmatically accessing the [npm Org membership -API](https://github.com/npm/registry/blob/master/docs/orgs/memberships.md#membership-detail). - -## Table of Contents - -* [Example](#example) -* [Install](#install) -* [Contributing](#contributing) -* [API](#api) - * [hook opts](#opts) - * [`set()`](#set) - * [`rm()`](#rm) - * [`ls()`](#ls) - * [`ls.stream()`](#ls-stream) - -## Example - -```js -const org = require('libnpmorg') - -console.log(await org.ls('myorg', {token: 'deadbeef'})) -=> -Roster { - zkat: 'developer', - iarna: 'admin', - isaacs: 'owner' -} -``` - -## Install - -`$ npm install libnpmorg` - -### API - -#### <a name="opts"></a> `opts` for `libnpmorg` commands - -`libnpmorg` uses [`npm-registry-fetch`](https://npm.im/npm-registry-fetch). -All options are passed through directly to that library, so please refer to [its -own `opts` -documentation](https://www.npmjs.com/package/npm-registry-fetch#fetch-options) -for options that can be passed in. - -A couple of options of note for those in a hurry: - -* `opts.token` - can be passed in and will be used as the authentication token for the registry. For other ways to pass in auth details, see the n-r-f docs. -* `opts.otp` - certain operations will require an OTP token to be passed in. If a `libnpmorg` command fails with `err.code === EOTP`, please retry the request with `{otp: <2fa token>}` - -#### <a name="set"></a> `> org.set(org, user, [role], [opts]) -> Promise` - -The returned Promise resolves to a [Membership -Detail](https://github.com/npm/registry/blob/master/docs/orgs/memberships.md#membership-detail) -object. - -The `role` is optional and should be one of `admin`, `owner`, or `developer`. -`developer` is the default if no `role` is provided. - -`org` and `user` must be scope names for the org name and user name -respectively. They can optionally be prefixed with `@`. - -See also: [`PUT -/-/org/:scope/user`](https://github.com/npm/registry/blob/master/docs/orgs/memberships.md#org-membership-replace) - -##### Example - -```javascript -await org.set('@myorg', '@myuser', 'admin', {token: 'deadbeef'}) -=> -MembershipDetail { - org: { - name: 'myorg', - size: 15 - }, - user: 'myuser', - role: 'admin' -} -``` - -#### <a name="rm"></a> `> org.rm(org, user, [opts]) -> Promise` - -The Promise resolves to `null` on success. - -`org` and `user` must be scope names for the org name and user name -respectively. They can optionally be prefixed with `@`. - -See also: [`DELETE -/-/org/:scope/user`](https://github.com/npm/registry/blob/master/docs/orgs/memberships.md#org-membership-delete) - -##### Example - -```javascript -await org.rm('myorg', 'myuser', {token: 'deadbeef'}) -``` - -#### <a name="ls"></a> `> org.ls(org, [opts]) -> Promise` - -The Promise resolves to a -[Roster](https://github.com/npm/registry/blob/master/docs/orgs/memberships.md#roster) -object. - -`org` must be a scope name for an org, and can be optionally prefixed with `@`. - -See also: [`GET -/-/org/:scope/user`](https://github.com/npm/registry/blob/master/docs/orgs/memberships.md#org-roster) - -##### Example - -```javascript -await org.ls('myorg', {token: 'deadbeef'}) -=> -Roster { - zkat: 'developer', - iarna: 'admin', - isaacs: 'owner' -} -``` - -#### <a name="ls-stream"></a> `> org.ls.stream(org, [opts]) -> Stream` - -Returns a stream of entries for a -[Roster](https://github.com/npm/registry/blob/master/docs/orgs/memberships.md#roster), -with each emitted entry in `[key, value]` format. - -`org` must be a scope name for an org, and can be optionally prefixed with `@`. - -The returned stream is a valid `Symbol.asyncIterator`. - -See also: [`GET -/-/org/:scope/user`](https://github.com/npm/registry/blob/master/docs/orgs/memberships.md#org-roster) - -##### Example - -```javascript -for await (let [user, role] of org.ls.stream('myorg', {token: 'deadbeef'})) { - console.log(`user: ${user} (${role})`) -} -=> -user: zkat (developer) -user: iarna (admin) -user: isaacs (owner) -``` diff --git a/software/flow/node_modules/npm/node_modules/libnpmorg/lib/index.js b/software/flow/node_modules/npm/node_modules/libnpmorg/lib/index.js deleted file mode 100644 index 4684b51..0000000 --- a/software/flow/node_modules/npm/node_modules/libnpmorg/lib/index.js +++ /dev/null @@ -1,64 +0,0 @@ -'use strict' - -const eu = encodeURIComponent -const fetch = require('npm-registry-fetch') -const validate = require('aproba') - -// From https://github.com/npm/registry/blob/master/docs/orgs/memberships.md -const cmd = module.exports - -class MembershipDetail {} -cmd.set = (org, user, role, opts = {}) => { - if ( - typeof role === 'object' && - Object.keys(opts).length === 0 - ) { - opts = role - role = undefined - } - validate('SSSO|SSZO', [org, user, role, opts]) - user = user.replace(/^@?/, '') - org = org.replace(/^@?/, '') - return fetch.json(`/-/org/${eu(org)}/user`, { - ...opts, - method: 'PUT', - body: { user, role }, - }).then(ret => Object.assign(new MembershipDetail(), ret)) -} - -cmd.rm = (org, user, opts = {}) => { - validate('SSO', [org, user, opts]) - user = user.replace(/^@?/, '') - org = org.replace(/^@?/, '') - return fetch(`/-/org/${eu(org)}/user`, { - ...opts, - method: 'DELETE', - body: { user }, - ignoreBody: true, - }).then(() => null) -} - -class Roster {} -cmd.ls = (org, opts = {}) => { - return cmd.ls.stream(org, opts) - .collect() - .then(data => data.reduce((acc, [key, val]) => { - if (!acc) { - acc = {} - } - acc[key] = val - return acc - }, null)) - .then(ret => Object.assign(new Roster(), ret)) -} - -cmd.ls.stream = (org, opts = {}) => { - validate('SO', [org, opts]) - org = org.replace(/^@?/, '') - return fetch.json.stream(`/-/org/${eu(org)}/user`, '*', { - ...opts, - mapJSON: (value, [key]) => { - return [key, value] - }, - }) -} diff --git a/software/flow/node_modules/npm/node_modules/libnpmorg/package.json b/software/flow/node_modules/npm/node_modules/libnpmorg/package.json deleted file mode 100644 index 97d9574..0000000 --- a/software/flow/node_modules/npm/node_modules/libnpmorg/package.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "name": "libnpmorg", - "version": "5.0.3", - "description": "Programmatic api for `npm org` commands", - "author": "GitHub Inc.", - "main": "lib/index.js", - "keywords": [ - "libnpm", - "npm", - "package manager", - "api", - "orgs", - "teams" - ], - "license": "ISC", - "scripts": { - "lint": "eslint \"**/*.js\"", - "test": "tap", - "posttest": "node ../.. run lint", - "postlint": "template-oss-check", - "lintfix": "node ../.. run lint -- --fix", - "snap": "tap", - "template-oss-apply": "template-oss-apply --force" - }, - "files": [ - "bin/", - "lib/" - ], - "devDependencies": { - "@npmcli/eslint-config": "^4.0.0", - "@npmcli/template-oss": "4.11.4", - "minipass": "^4.0.2", - "nock": "^13.3.0", - "tap": "^16.3.4" - }, - "repository": { - "type": "git", - "url": "https://github.com/npm/cli.git", - "directory": "workspaces/libnpmorg" - }, - "bugs": "https://github.com/npm/libnpmorg/issues", - "homepage": "https://npmjs.com/package/libnpmorg", - "dependencies": { - "aproba": "^2.0.0", - "npm-registry-fetch": "^14.0.3" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.11.4", - "content": "../../scripts/template-oss/index.js" - }, - "tap": { - "nyc-arg": [ - "--exclude", - "tap-snapshots/**" - ] - } -} diff --git a/software/flow/node_modules/npm/node_modules/libnpmpack/LICENSE b/software/flow/node_modules/npm/node_modules/libnpmpack/LICENSE deleted file mode 100644 index 209e447..0000000 --- a/software/flow/node_modules/npm/node_modules/libnpmpack/LICENSE +++ /dev/null @@ -1,13 +0,0 @@ -Copyright npm, Inc - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF -OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/libnpmpack/README.md b/software/flow/node_modules/npm/node_modules/libnpmpack/README.md deleted file mode 100644 index e3ed416..0000000 --- a/software/flow/node_modules/npm/node_modules/libnpmpack/README.md +++ /dev/null @@ -1,55 +0,0 @@ -# libnpmpack - -[![npm version](https://img.shields.io/npm/v/libnpmpack.svg)](https://npm.im/libnpmpack) -[![license](https://img.shields.io/npm/l/libnpmpack.svg)](https://npm.im/libnpmpack) -[![CI - libnpmpack](https://github.com/npm/cli/actions/workflows/ci-libnpmpack.yml/badge.svg)](https://github.com/npm/cli/actions/workflows/ci-libnpmpack.yml) - -[`libnpmpack`](https://github.com/npm/libnpmpack) is a Node.js library for -programmatically packing tarballs from a local directory or from a registry or github spec. If packing from a local source, `libnpmpack` will also run the `prepack` and `postpack` lifecycles. - -## Table of Contents - -* [Example](#example) -* [Install](#install) -* [API](#api) - * [`pack()`](#pack) - -## Example - -```js -const pack = require('libnpmpack') -``` - -## Install - -`$ npm install libnpmpack` - -### API - -#### <a name="pack"></a> `> pack(spec, [opts]) -> Promise` - -Packs a tarball from a local directory or from a registry or github spec and returns a Promise that resolves to the tarball data Buffer, with from, resolved, and integrity fields attached. - -If no options are passed, the tarball file will be saved on the same directory from which `pack` was called in. - -`libnpmpack` uses [`pacote`](https://npm.im/pacote). -Most options are passed through directly to that library, so please refer to -[its own `opts` -documentation](https://www.npmjs.com/package/pacote#options) -for options that can be passed in. - -##### Examples - -```javascript -// packs from cwd -const tarball = await pack() - -// packs from a local directory -const localTar = await pack('/Users/claudiahdz/projects/my-cool-pkg') - -// packs from a registry spec -const registryTar = await pack('abbrev@1.0.3') - -// packs from a github spec -const githubTar = await pack('isaacs/rimraf#PR-192') -``` diff --git a/software/flow/node_modules/npm/node_modules/libnpmpack/lib/index.js b/software/flow/node_modules/npm/node_modules/libnpmpack/lib/index.js deleted file mode 100644 index 70d67d3..0000000 --- a/software/flow/node_modules/npm/node_modules/libnpmpack/lib/index.js +++ /dev/null @@ -1,69 +0,0 @@ -'use strict' - -const pacote = require('pacote') -const npa = require('npm-package-arg') -const runScript = require('@npmcli/run-script') -const path = require('path') -const util = require('util') -const Arborist = require('@npmcli/arborist') -const writeFile = util.promisify(require('fs').writeFile) - -module.exports = pack -async function pack (spec = 'file:.', opts = {}) { - // gets spec - spec = npa(spec) - - const manifest = await pacote.manifest(spec, opts) - - // Default to true if no log options passed, set to false if we're in silent - // mode - const banner = !opts.silent - - const stdio = opts.foregroundScripts ? 'inherit' : 'pipe' - - if (spec.type === 'directory' && !opts.ignoreScripts) { - // prepack - await runScript({ - ...opts, - event: 'prepack', - path: spec.fetchSpec, - stdio, - pkg: manifest, - banner, - }) - } - - // packs tarball - const tarball = await pacote.tarball(manifest._resolved, { - ...opts, - Arborist, - integrity: manifest._integrity, - }) - - // check for explicit `false` so the default behavior is to skip writing to disk - if (opts.dryRun === false) { - const filename = `${manifest.name}-${manifest.version}.tgz` - .replace(/^@/, '').replace(/\//, '-') - const destination = path.resolve(opts.packDestination, filename) - await writeFile(destination, tarball) - } - - if (spec.type === 'directory' && !opts.ignoreScripts) { - // postpack - await runScript({ - ...opts, - event: 'postpack', - path: spec.fetchSpec, - stdio, - pkg: manifest, - banner, - env: { - npm_package_from: tarball.from, - npm_package_resolved: tarball.resolved, - npm_package_integrity: tarball.integrity, - }, - }) - } - - return tarball -} diff --git a/software/flow/node_modules/npm/node_modules/libnpmpack/package.json b/software/flow/node_modules/npm/node_modules/libnpmpack/package.json deleted file mode 100644 index ef256ad..0000000 --- a/software/flow/node_modules/npm/node_modules/libnpmpack/package.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "name": "libnpmpack", - "version": "5.0.11", - "description": "Programmatic API for the bits behind npm pack", - "author": "GitHub Inc.", - "main": "lib/index.js", - "contributors": [ - "Claudia Hernández <claudia@npmjs.com>" - ], - "files": [ - "bin/", - "lib/" - ], - "license": "ISC", - "scripts": { - "lint": "eslint \"**/*.js\"", - "test": "tap", - "posttest": "node ../.. run lint", - "postlint": "template-oss-check", - "lintfix": "node ../.. run lint -- --fix", - "snap": "tap", - "template-oss-apply": "template-oss-apply --force" - }, - "devDependencies": { - "@npmcli/eslint-config": "^4.0.0", - "@npmcli/template-oss": "4.11.4", - "nock": "^13.3.0", - "spawk": "^1.7.1", - "tap": "^16.3.4" - }, - "repository": { - "type": "git", - "url": "https://github.com/npm/cli.git", - "directory": "workspaces/libnpmpack" - }, - "bugs": "https://github.com/npm/libnpmpack/issues", - "homepage": "https://npmjs.com/package/libnpmpack", - "dependencies": { - "@npmcli/arborist": "^6.2.3", - "@npmcli/run-script": "^6.0.0", - "npm-package-arg": "^10.1.0", - "pacote": "^15.0.8" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.11.4", - "content": "../../scripts/template-oss/index.js" - }, - "tap": { - "nyc-arg": [ - "--exclude", - "tap-snapshots/**" - ] - } -} diff --git a/software/flow/node_modules/npm/node_modules/libnpmpublish/LICENSE b/software/flow/node_modules/npm/node_modules/libnpmpublish/LICENSE deleted file mode 100644 index 209e447..0000000 --- a/software/flow/node_modules/npm/node_modules/libnpmpublish/LICENSE +++ /dev/null @@ -1,13 +0,0 @@ -Copyright npm, Inc - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF -OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/libnpmpublish/README.md b/software/flow/node_modules/npm/node_modules/libnpmpublish/README.md deleted file mode 100644 index 9c9c61d..0000000 --- a/software/flow/node_modules/npm/node_modules/libnpmpublish/README.md +++ /dev/null @@ -1,109 +0,0 @@ -# libnpmpublish - -[![npm version](https://img.shields.io/npm/v/libnpmpublish.svg)](https://npm.im/libnpmpublish) -[![license](https://img.shields.io/npm/l/libnpmpublish.svg)](https://npm.im/libnpmpublish) -[![CI - libnpmpublish](https://github.com/npm/cli/actions/workflows/ci-libnpmpublish.yml/badge.svg)](https://github.com/npm/cli/actions/workflows/ci-libnpmpublish.yml) - -[`libnpmpublish`](https://github.com/npm/libnpmpublish) is a Node.js -library for programmatically publishing and unpublishing npm packages. Give -it a manifest as an object and a tarball as a Buffer, and it'll put them on -the registry for you. - -## Table of Contents - -* [Example](#example) -* [Install](#install) -* [API](#api) - * [publish/unpublish opts](#opts) - * [`publish()`](#publish) - * [`unpublish()`](#unpublish) - -## Example - -```js -const { publish, unpublish } = require('libnpmpublish') -``` - -## Install - -`$ npm install libnpmpublish` - -### API - -#### <a name="opts"></a> `opts` for `libnpmpublish` commands - -`libnpmpublish` uses -[`npm-registry-fetch`](https://npm.im/npm-registry-fetch). Most options -are passed through directly to that library, so please refer to [its own -`opts` documentation](http://npm.im/npm-registry-fetch#fetch-options) for -options that can be passed in. - -A couple of options of note: - -* `opts.defaultTag` - registers the published package with the given tag, - defaults to `latest`. - -* `opts.access` - tells the registry whether this package should be - published as `public` or `restricted`. Only applies to scoped - packages. Defaults to `public`. - -* `opts.token` - can be passed in and will be used as the authentication - token for the registry. For other ways to pass in auth details, see the - n-r-f docs. - -#### <a name="publish"></a> `> libpub.publish(manifest, tarData, [opts]) -> Promise` - -Sends the package represented by the `manifest` and `tarData` to the -configured registry. - -`manifest` should be the parsed `package.json` for the package being -published (which can also be the manifest pulled from a packument, a git -repo, tarball, etc.) - -`tarData` is a `Buffer` of the tarball being published. - -If `opts.npmVersion` is passed in, it will be used as the `_npmVersion` -field in the outgoing packument. You may put your own user-agent string in -there to identify your publishes. - -If `opts.algorithms` is passed in, it should be an array of hashing -algorithms to generate `integrity` hashes for. The default is `['sha512']`, -which means you end up with `dist.integrity = 'sha512-deadbeefbadc0ffee'`. -Any algorithm supported by your current node version is allowed -- npm -clients that do not support those algorithms will simply ignore the -unsupported hashes. - -##### Example - -```js -// note that pacote.manifest() and pacote.tarball() can also take -// any spec that npm can install. a folder shown here, since that's -// far and away the most common use case. -const path = '/a/path/to/your/source/code' -const pacote = require('pacote') // see: http://npm.im/pacote -const manifest = await pacote.manifest(path) -const tarData = await pacote.tarball(path) -await libpub.publish(manifest, tarData, { - npmVersion: 'my-pub-script@1.0.2', - token: 'my-auth-token-here' -}, opts) -// Package has been published to the npm registry. -``` - -#### <a name="unpublish"></a> `> libpub.unpublish(spec, [opts]) -> Promise` - -Unpublishes `spec` from the appropriate registry. The registry in question may -have its own limitations on unpublishing. - -`spec` should be either a string, or a valid -[`npm-package-arg`](https://npm.im/npm-package-arg) parsed spec object. For -legacy compatibility reasons, only `tag` and `version` specs will work as -expected. `range` specs will fail silently in most cases. - -##### Example - -```js -await libpub.unpublish('lodash', { token: 'i-am-the-worst'}) -// -// `lodash` has now been unpublished, along with all its versions -``` diff --git a/software/flow/node_modules/npm/node_modules/libnpmpublish/lib/index.js b/software/flow/node_modules/npm/node_modules/libnpmpublish/lib/index.js deleted file mode 100644 index 35687e0..0000000 --- a/software/flow/node_modules/npm/node_modules/libnpmpublish/lib/index.js +++ /dev/null @@ -1,4 +0,0 @@ -module.exports = { - publish: require('./publish.js'), - unpublish: require('./unpublish.js'), -} diff --git a/software/flow/node_modules/npm/node_modules/libnpmpublish/lib/provenance.js b/software/flow/node_modules/npm/node_modules/libnpmpublish/lib/provenance.js deleted file mode 100644 index d11d210..0000000 --- a/software/flow/node_modules/npm/node_modules/libnpmpublish/lib/provenance.js +++ /dev/null @@ -1,70 +0,0 @@ -const { sigstore } = require('sigstore') - -const INTOTO_PAYLOAD_TYPE = 'application/vnd.in-toto+json' -const INTOTO_STATEMENT_TYPE = 'https://in-toto.io/Statement/v0.1' -const SLSA_PREDICATE_TYPE = 'https://slsa.dev/provenance/v0.2' - -const BUILDER_ID_PREFIX = 'https://github.com/npm/cli' -const BUILD_TYPE_PREFIX = 'https://github.com/npm/cli/gha' -const BUILD_TYPE_VERSION = 'v1' - -const generateProvenance = async (subject, opts) => { - const { env } = process - const payload = { - _type: INTOTO_STATEMENT_TYPE, - subject, - predicateType: SLSA_PREDICATE_TYPE, - predicate: { - buildType: `${BUILD_TYPE_PREFIX}@${BUILD_TYPE_VERSION}`, - builder: { id: `${BUILDER_ID_PREFIX}@${opts.npmVersion}` }, - invocation: { - configSource: { - uri: `git+${env.GITHUB_SERVER_URL}/${env.GITHUB_REPOSITORY}@${env.GITHUB_REF}`, - digest: { - sha1: env.GITHUB_SHA, - }, - entryPoint: env.GITHUB_WORKFLOW_REF, - }, - parameters: {}, - environment: { - GITHUB_ACTOR_ID: env.GITHUB_ACTOR_ID, - GITHUB_EVENT_NAME: env.GITHUB_EVENT_NAME, - GITHUB_REF: env.GITHUB_REF, - GITHUB_REF_TYPE: env.GITHUB_REF_TYPE, - GITHUB_REPOSITORY: env.GITHUB_REPOSITORY, - GITHUB_REPOSITORY_ID: env.GITHUB_REPOSITORY_ID, - GITHUB_REPOSITORY_OWNER_ID: env.GITHUB_REPOSITORY_OWNER_ID, - GITHUB_RUN_ATTEMPT: env.GITHUB_RUN_ATTEMPT, - GITHUB_RUN_ID: env.GITHUB_RUN_ID, - GITHUB_RUN_NUMBER: env.GITHUB_RUN_NUMBER, - GITHUB_SHA: env.GITHUB_SHA, - GITHUB_WORKFLOW_REF: env.GITHUB_WORKFLOW_REF, - GITHUB_WORKFLOW_SHA: env.GITHUB_WORKFLOW_SHA, - }, - }, - metadata: { - buildInvocationId: `${env.GITHUB_RUN_ID}-${env.GITHUB_RUN_ATTEMPT}`, - completeness: { - parameters: false, - environment: false, - materials: false, - }, - reproducible: false, - }, - materials: [ - { - uri: `git+${env.GITHUB_SERVER_URL}/${env.GITHUB_REPOSITORY}`, - digest: { - sha1: env.GITHUB_SHA, - }, - }, - ], - }, - } - - return sigstore.attest(Buffer.from(JSON.stringify(payload)), INTOTO_PAYLOAD_TYPE, opts) -} - -module.exports = { - generateProvenance, -} diff --git a/software/flow/node_modules/npm/node_modules/libnpmpublish/lib/publish.js b/software/flow/node_modules/npm/node_modules/libnpmpublish/lib/publish.js deleted file mode 100644 index 353688a..0000000 --- a/software/flow/node_modules/npm/node_modules/libnpmpublish/lib/publish.js +++ /dev/null @@ -1,220 +0,0 @@ -const { fixer } = require('normalize-package-data') -const npmFetch = require('npm-registry-fetch') -const npa = require('npm-package-arg') -const semver = require('semver') -const { URL } = require('url') -const ssri = require('ssri') -const ciInfo = require('ci-info') - -const { generateProvenance } = require('./provenance') - -const publish = async (manifest, tarballData, opts) => { - if (manifest.private) { - throw Object.assign( - new Error(`This package has been marked as private -Remove the 'private' field from the package.json to publish it.`), - { code: 'EPRIVATE' } - ) - } - - // spec is used to pick the appropriate registry/auth combo - const spec = npa.resolve(manifest.name, manifest.version) - opts = { - access: 'public', - algorithms: ['sha512'], - defaultTag: 'latest', - ...opts, - spec, - } - - const reg = npmFetch.pickRegistry(spec, opts) - const pubManifest = patchManifest(manifest, opts) - - // registry-frontdoor cares about the access level, - // which is only configurable for scoped packages - if (!spec.scope && opts.access === 'restricted') { - throw Object.assign( - new Error("Can't restrict access to unscoped packages."), - { code: 'EUNSCOPED' } - ) - } - - const metadata = await buildMetadata(reg, pubManifest, tarballData, spec, opts) - - try { - return await npmFetch(spec.escapedName, { - ...opts, - method: 'PUT', - body: metadata, - ignoreBody: true, - }) - } catch (err) { - if (err.code !== 'E409') { - throw err - } - // if E409, we attempt exactly ONE retry, to protect us - // against malicious activity like trying to publish - // a bunch of new versions of a package at the same time - // and/or spamming the registry - const current = await npmFetch.json(spec.escapedName, { - ...opts, - query: { write: true }, - }) - const newMetadata = patchMetadata(current, metadata) - return npmFetch(spec.escapedName, { - ...opts, - method: 'PUT', - body: newMetadata, - ignoreBody: true, - }) - } -} - -const patchManifest = (_manifest, opts) => { - const { npmVersion } = opts - // we only update top-level fields, so a shallow clone is fine - const manifest = { ..._manifest } - - manifest._nodeVersion = process.versions.node - if (npmVersion) { - manifest._npmVersion = npmVersion - } - - fixer.fixNameField(manifest, { strict: true, allowLegacyCase: true }) - const version = semver.clean(manifest.version) - if (!version) { - throw Object.assign( - new Error('invalid semver: ' + manifest.version), - { code: 'EBADSEMVER' } - ) - } - manifest.version = version - return manifest -} - -const buildMetadata = async (registry, manifest, tarballData, spec, opts) => { - const { access, defaultTag, algorithms, provenance } = opts - const root = { - _id: manifest.name, - name: manifest.name, - description: manifest.description, - 'dist-tags': {}, - versions: {}, - access, - } - - root.versions[manifest.version] = manifest - const tag = manifest.tag || defaultTag - root['dist-tags'][tag] = manifest.version - - const tarballName = `${manifest.name}-${manifest.version}.tgz` - const provenanceBundleName = `${manifest.name}-${manifest.version}.sigstore` - const tarballURI = `${manifest.name}/-/${tarballName}` - const integrity = ssri.fromData(tarballData, { - algorithms: [...new Set(['sha1'].concat(algorithms))], - }) - - manifest._id = `${manifest.name}@${manifest.version}` - manifest.dist = { ...manifest.dist } - // Don't bother having sha1 in the actual integrity field - manifest.dist.integrity = integrity.sha512[0].toString() - // Legacy shasum support - manifest.dist.shasum = integrity.sha1[0].hexDigest() - - // NB: the CLI always fetches via HTTPS if the registry is HTTPS, - // regardless of what's here. This makes it so that installing - // from an HTTP-only mirror doesn't cause problems, though. - manifest.dist.tarball = new URL(tarballURI, registry).href - .replace(/^https:\/\//, 'http://') - - root._attachments = {} - root._attachments[tarballName] = { - content_type: 'application/octet-stream', - data: tarballData.toString('base64'), - length: tarballData.length, - } - - // Handle case where --provenance flag was set to true - if (provenance === true) { - const subject = { - name: npa.toPurl(spec), - digest: { sha512: integrity.sha512[0].hexDigest() }, - } - - // Ensure that we're running in GHA and an OIDC token is available, - // currently the only supported build environment - if (ciInfo.name !== 'GitHub Actions' || !process.env.ACTIONS_ID_TOKEN_REQUEST_URL) { - throw Object.assign( - new Error('Automatic provenance generation not supported outside of GitHub Actions'), - { code: 'EUSAGE' } - ) - } - - const visibility = - await npmFetch.json(`${registry}/-/package/${spec.escapedName}/visibility`, opts) - if (!visibility.public && opts.provenance === true && opts.access !== 'public') { - throw Object.assign( - /* eslint-disable-next-line max-len */ - new Error("Can't generate provenance for new or private package, you must set `access` to public."), - { code: 'EUSAGE' } - ) - } - const provenanceBundle = await generateProvenance([subject], opts) - - const serializedBundle = JSON.stringify(provenanceBundle) - root._attachments[provenanceBundleName] = { - content_type: provenanceBundle.mediaType, - data: serializedBundle, - length: serializedBundle.length, - } - } - - return root -} - -const patchMetadata = (current, newData) => { - const curVers = Object.keys(current.versions || {}) - .map(v => semver.clean(v, true)) - .concat(Object.keys(current.time || {}) - .map(v => semver.valid(v, true) && semver.clean(v, true)) - .filter(v => v)) - - const newVersion = Object.keys(newData.versions)[0] - - if (curVers.indexOf(newVersion) !== -1) { - const { name: pkgid, version } = newData - throw Object.assign( - new Error( - `Cannot publish ${pkgid}@${version} over existing version.` - ), { - code: 'EPUBLISHCONFLICT', - pkgid, - version, - }) - } - - current.versions = current.versions || {} - current.versions[newVersion] = newData.versions[newVersion] - for (const i in newData) { - switch (i) { - // objects that copy over the new stuffs - case 'dist-tags': - case 'versions': - case '_attachments': - for (const j in newData[i]) { - current[i] = current[i] || {} - current[i][j] = newData[i][j] - } - break - - // copy - default: - current[i] = newData[i] - break - } - } - - return current -} - -module.exports = publish diff --git a/software/flow/node_modules/npm/node_modules/libnpmpublish/lib/unpublish.js b/software/flow/node_modules/npm/node_modules/libnpmpublish/lib/unpublish.js deleted file mode 100644 index 9b124c1..0000000 --- a/software/flow/node_modules/npm/node_modules/libnpmpublish/lib/unpublish.js +++ /dev/null @@ -1,119 +0,0 @@ -'use strict' - -const { URL } = require('url') -const npa = require('npm-package-arg') -const npmFetch = require('npm-registry-fetch') -const semver = require('semver') - -// given a tarball url and a registry url, returns just the -// relevant pathname portion of it, so that it can be handled -// elegantly by npm-registry-fetch which only expects pathnames -// and handles the registry hostname via opts -const getPathname = (tarball, registry) => { - const registryUrl = new URL(registry).pathname.slice(1) - let tarballUrl = new URL(tarball).pathname.slice(1) - - // test the tarball url to see if it starts with a possible - // pathname from the registry url, in that case strips that portion - // of it so that we only return the post-registry-url pathname - if (registryUrl) { - tarballUrl = tarballUrl.slice(registryUrl.length) - } - return tarballUrl -} - -const unpublish = async (spec, opts) => { - spec = npa(spec) - // spec is used to pick the appropriate registry/auth combo. - opts = { - force: false, - ...opts, - spec, - } - - try { - const pkgUri = spec.escapedName - const pkg = await npmFetch.json(pkgUri, { - ...opts, - query: { write: true }, - }) - - const version = spec.rawSpec - const allVersions = pkg.versions || {} - const versionData = allVersions[version] - - const rawSpecs = (!spec.rawSpec || spec.rawSpec === '*') - const onlyVersion = Object.keys(allVersions).length === 1 - const noVersions = !Object.keys(allVersions).length - - // if missing specific version, - // assumed unpublished - if (!versionData && !rawSpecs && !noVersions) { - return true - } - - // unpublish all versions of a package: - // - no specs supplied "npm unpublish foo" - // - all specs ("*") "npm unpublish foo@*" - // - there was only one version - // - has no versions field on packument - if (rawSpecs || onlyVersion || noVersions) { - await npmFetch(`${pkgUri}/-rev/${pkg._rev}`, { - ...opts, - method: 'DELETE', - ignoreBody: true, - }) - return true - } else { - const dist = allVersions[version].dist - delete allVersions[version] - - const latestVer = pkg['dist-tags'].latest - - // deleting dist tags associated to version - Object.keys(pkg['dist-tags']).forEach(tag => { - if (pkg['dist-tags'][tag] === version) { - delete pkg['dist-tags'][tag] - } - }) - - if (latestVer === version) { - pkg['dist-tags'].latest = Object.keys( - allVersions - ).sort(semver.compareLoose).pop() - } - - delete pkg._revisions - delete pkg._attachments - - // Update packument with removed versions - await npmFetch(`${pkgUri}/-rev/${pkg._rev}`, { - ...opts, - method: 'PUT', - body: pkg, - ignoreBody: true, - }) - - // Remove the tarball itself - const { _rev } = await npmFetch.json(pkgUri, { - ...opts, - query: { write: true }, - }) - const tarballUrl = getPathname(dist.tarball, opts.registry) - await npmFetch(`${tarballUrl}/-rev/${_rev}`, { - ...opts, - method: 'DELETE', - ignoreBody: true, - }) - return true - } - } catch (err) { - if (err.code !== 'E404') { - throw err - } - - return true - } -} - -module.exports = unpublish diff --git a/software/flow/node_modules/npm/node_modules/libnpmpublish/package.json b/software/flow/node_modules/npm/node_modules/libnpmpublish/package.json deleted file mode 100644 index 1b6a53e..0000000 --- a/software/flow/node_modules/npm/node_modules/libnpmpublish/package.json +++ /dev/null @@ -1,63 +0,0 @@ -{ - "name": "libnpmpublish", - "version": "7.1.0", - "description": "Programmatic API for the bits behind npm publish and unpublish", - "author": "GitHub Inc.", - "main": "lib/index.js", - "contributors": [ - "Kat Marchán <kzm@zkat.tech>", - "Claudia Hernández <claudia@npmjs.com>" - ], - "files": [ - "bin/", - "lib/" - ], - "license": "ISC", - "scripts": { - "lint": "eslint \"**/*.js\"", - "lintfix": "node ../.. run lint -- --fix", - "test": "tap", - "posttest": "node ../.. run lint", - "postlint": "template-oss-check", - "snap": "tap", - "template-oss-apply": "template-oss-apply --force" - }, - "devDependencies": { - "@npmcli/eslint-config": "^4.0.0", - "@npmcli/mock-registry": "^1.0.0", - "@npmcli/template-oss": "4.11.4", - "lodash.clonedeep": "^4.5.0", - "nock": "^13.3.0", - "tap": "^16.3.4" - }, - "repository": { - "type": "git", - "url": "https://github.com/npm/cli.git", - "directory": "workspaces/libnpmpublish" - }, - "bugs": "https://github.com/npm/cli/issues", - "homepage": "https://npmjs.com/package/libnpmpublish", - "dependencies": { - "ci-info": "^3.6.1", - "normalize-package-data": "^5.0.0", - "npm-package-arg": "^10.1.0", - "npm-registry-fetch": "^14.0.3", - "semver": "^7.3.7", - "sigstore": "^1.0.0", - "ssri": "^10.0.1" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.11.4", - "content": "../../scripts/template-oss/index.js" - }, - "tap": { - "nyc-arg": [ - "--exclude", - "tap-snapshots/**" - ] - } -} diff --git a/software/flow/node_modules/npm/node_modules/libnpmsearch/LICENSE b/software/flow/node_modules/npm/node_modules/libnpmsearch/LICENSE deleted file mode 100644 index 209e447..0000000 --- a/software/flow/node_modules/npm/node_modules/libnpmsearch/LICENSE +++ /dev/null @@ -1,13 +0,0 @@ -Copyright npm, Inc - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF -OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/libnpmsearch/README.md b/software/flow/node_modules/npm/node_modules/libnpmsearch/README.md deleted file mode 100644 index 86d75b1..0000000 --- a/software/flow/node_modules/npm/node_modules/libnpmsearch/README.md +++ /dev/null @@ -1,173 +0,0 @@ -# libnpmsearch - -[![npm version](https://img.shields.io/npm/v/libnpmsearch.svg)](https://npm.im/libnpmsearch) -[![license](https://img.shields.io/npm/l/libnpmsearch.svg)](https://npm.im/libnpmsearch) -[![CI - libnpmsearch](https://github.com/npm/cli/actions/workflows/ci-libnpmsearch.yml/badge.svg)](https://github.com/npm/cli/actions/workflows/ci-libnpmsearch.yml) - -[`libnpmsearch`](https://github.com/npm/libnpmsearch) is a Node.js library for -programmatically accessing the npm search endpoint. It does **not** support -legacy search through `/-/all`. - -## Table of Contents - -* [Example](#example) -* [Install](#install) -* [Contributing](#contributing) -* [API](#api) - * [search opts](#opts) - * [`search()`](#search) - * [`search.stream()`](#search-stream) - -## Example - -```js -const search = require('libnpmsearch') - -console.log(await search('libnpm')) -=> -[ - { - name: 'libnpm', - description: 'programmatic npm API', - ...etc - }, - { - name: 'libnpmsearch', - description: 'Programmatic API for searching in npm and compatible registries', - ...etc - }, - ...more -] -``` - -## Install - -`$ npm install libnpmsearch` - -### API - -#### <a name="opts"></a> `opts` for `libnpmsearch` commands - -The following opts are used directly by `libnpmsearch` itself: - -* `opts.limit` - Number of results to limit the query to. Default: 20 -* `opts.from` - Offset number for results. Used with `opts.limit` for pagination. Default: 0 -* `opts.detailed` - If true, returns an object with `package`, `score`, and `searchScore` fields, with `package` being what would usually be returned, and the other two containing details about how that package scored. Useful for UIs. Default: false -* `opts.sortBy` - Used as a shorthand to set `opts.quality`, `opts.maintenance`, and `opts.popularity` with values that prioritize each one. Should be one of `'optimal'`, `'quality'`, `'maintenance'`, or `'popularity'`. Default: `'optimal'` -* `opts.maintenance` - Decimal number between `0` and `1` that defines the weight of `maintenance` metrics when scoring and sorting packages. Default: `0.65` (same as `opts.sortBy: 'optimal'`) -* `opts.popularity` - Decimal number between `0` and `1` that defines the weight of `popularity` metrics when scoring and sorting packages. Default: `0.98` (same as `opts.sortBy: 'optimal'`) -* `opts.quality` - Decimal number between `0` and `1` that defines the weight of `quality` metrics when scoring and sorting packages. Default: `0.5` (same as `opts.sortBy: 'optimal'`) - -`libnpmsearch` uses [`npm-registry-fetch`](https://npm.im/npm-registry-fetch). -Most options are passed through directly to that library, so please refer to -[its own `opts` -documentation](https://www.npmjs.com/package/npm-registry-fetch#fetch-options) -for options that can be passed in. - -A couple of options of note for those in a hurry: - -* `opts.token` - can be passed in and will be used as the authentication token for the registry. For other ways to pass in auth details, see the n-r-f docs. - -#### <a name="search"></a> `> search(query, [opts]) -> Promise` - -`query` must be either a String or an Array of search terms. - -If `opts.limit` is provided, it will be sent to the API to constrain the number -of returned results. You may receive more, or fewer results, at the endpoint's -discretion. - -The returned Promise resolved to an Array of search results with the following -format: - -```js -{ - name: String, - version: SemverString, - description: String || null, - maintainers: [ - { - username: String, - email: String - }, - ...etc - ] || null, - keywords: [String] || null, - date: Date || null -} -``` - -If `opts.limit` is provided, it will be sent to the API to constrain the number -of returned results. You may receive more, or fewer results, at the endpoint's -discretion. - -For streamed results, see [`search.stream`](#search-stream). - -##### Example - -```javascript -await search('libnpm') -=> -[ - { - name: 'libnpm', - description: 'programmatic npm API', - ...etc - }, - { - name: 'libnpmsearch', - description: 'Programmatic API for searching in npm and compatible registries', - ...etc - }, - ...more -] -``` - -#### <a name="search-stream"></a> `> search.stream(query, [opts]) -> Stream` - -`query` must be either a String or an Array of search terms. - -If `opts.limit` is provided, it will be sent to the API to constrain the number -of returned results. You may receive more, or fewer results, at the endpoint's -discretion. - -The returned Stream emits one entry per search result, with each entry having -the following format: - -```js -{ - name: String, - version: SemverString, - description: String || null, - maintainers: [ - { - username: String, - email: String - }, - ...etc - ] || null, - keywords: [String] || null, - date: Date || null -} -``` - -For getting results in one chunk, see [`search`](#search-stream). - -##### Example - -```javascript -search.stream('libnpm').on('data', console.log) -=> -// entry 1 -{ - name: 'libnpm', - description: 'programmatic npm API', - ...etc -} -// entry 2 -{ - name: 'libnpmsearch', - description: 'Programmatic API for searching in npm and compatible registries', - ...etc -} -// etc -``` diff --git a/software/flow/node_modules/npm/node_modules/libnpmsearch/lib/index.js b/software/flow/node_modules/npm/node_modules/libnpmsearch/lib/index.js deleted file mode 100644 index 9590591..0000000 --- a/software/flow/node_modules/npm/node_modules/libnpmsearch/lib/index.js +++ /dev/null @@ -1,71 +0,0 @@ -'use strict' - -const npmFetch = require('npm-registry-fetch') - -module.exports = search -function search (query, opts) { - return search.stream(query, opts).collect() -} -search.stream = searchStream -function searchStream (query, opts = {}) { - opts = { - detailed: false, - limit: 20, - from: 0, - quality: 0.65, - popularity: 0.98, - maintenance: 0.5, - ...opts.opts, // this is to support the cli's --searchopts parameter - ...opts, - } - - switch (opts.sortBy) { - case 'optimal': { - opts.quality = 0.65 - opts.popularity = 0.98 - opts.maintenance = 0.5 - break - } - case 'quality': { - opts.quality = 1 - opts.popularity = 0 - opts.maintenance = 0 - break - } - case 'popularity': { - opts.quality = 0 - opts.popularity = 1 - opts.maintenance = 0 - break - } - case 'maintenance': { - opts.quality = 0 - opts.popularity = 0 - opts.maintenance = 1 - break - } - } - return npmFetch.json.stream('/-/v1/search', 'objects.*', - { - ...opts, - query: { - text: Array.isArray(query) ? query.join(' ') : query, - size: opts.limit, - from: opts.from, - quality: opts.quality, - popularity: opts.popularity, - maintenance: opts.maintenance, - }, - mapJSON: (obj) => { - if (obj.package.date) { - obj.package.date = new Date(obj.package.date) - } - if (opts.detailed) { - return obj - } else { - return obj.package - } - }, - } - ) -} diff --git a/software/flow/node_modules/npm/node_modules/libnpmsearch/package.json b/software/flow/node_modules/npm/node_modules/libnpmsearch/package.json deleted file mode 100644 index 51e1d0a..0000000 --- a/software/flow/node_modules/npm/node_modules/libnpmsearch/package.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "name": "libnpmsearch", - "version": "6.0.2", - "description": "Programmatic API for searching in npm and compatible registries.", - "author": "GitHub Inc.", - "main": "lib/index.js", - "files": [ - "bin/", - "lib/" - ], - "keywords": [ - "npm", - "search", - "api", - "libnpm" - ], - "license": "ISC", - "scripts": { - "posttest": "node ../.. run lint", - "test": "tap", - "lint": "eslint \"**/*.js\"", - "postlint": "template-oss-check", - "lintfix": "node ../.. run lint -- --fix", - "snap": "tap", - "template-oss-apply": "template-oss-apply --force" - }, - "devDependencies": { - "@npmcli/eslint-config": "^4.0.0", - "@npmcli/template-oss": "4.11.4", - "nock": "^13.3.0", - "tap": "^16.3.4" - }, - "repository": { - "type": "git", - "url": "https://github.com/npm/cli.git", - "directory": "workspaces/libnpmsearch" - }, - "bugs": "https://github.com/npm/libnpmsearch/issues", - "homepage": "https://npmjs.com/package/libnpmsearch", - "dependencies": { - "npm-registry-fetch": "^14.0.3" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.11.4", - "content": "../../scripts/template-oss/index.js" - }, - "tap": { - "nyc-arg": [ - "--exclude", - "tap-snapshots/**" - ] - } -} diff --git a/software/flow/node_modules/npm/node_modules/libnpmteam/LICENSE b/software/flow/node_modules/npm/node_modules/libnpmteam/LICENSE deleted file mode 100644 index 209e447..0000000 --- a/software/flow/node_modules/npm/node_modules/libnpmteam/LICENSE +++ /dev/null @@ -1,13 +0,0 @@ -Copyright npm, Inc - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF -OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/libnpmteam/README.md b/software/flow/node_modules/npm/node_modules/libnpmteam/README.md deleted file mode 100644 index 97323f8..0000000 --- a/software/flow/node_modules/npm/node_modules/libnpmteam/README.md +++ /dev/null @@ -1,188 +0,0 @@ -# libnpmteam - -[![npm version](https://img.shields.io/npm/v/libnpmteam.svg)](https://npm.im/libnpmteam) -[![license](https://img.shields.io/npm/l/libnpmteam.svg)](https://npm.im/libnpmteam) -[![CI - libnpmteam](https://github.com/npm/cli/actions/workflows/ci-libnpmteam.yml/badge.svg)](https://github.com/npm/cli/actions/workflows/ci-libnpmteam.yml) - -[`libnpmteam`](https://github.com/npm/libnpmteam) is a Node.js -library that provides programmatic access to the guts of the npm CLI's `npm -team` command and its various subcommands. - -## Example - -```javascript -const team = require('libnpmteam') - -// List all teams for the @npm org. -console.log(await team.lsTeams('npm')) -``` - -## Publishing -1. Manually create CHANGELOG.md file -1. Commit changes to CHANGELOG.md - ```bash - $ git commit -m "chore: updated CHANGELOG.md" - ``` -1. Run `npm version {newVersion}` - ```bash - # Example - $ npm version patch - # 1. Runs `coverage` and `lint` scripts - # 2. Bumps package version; and **create commit/tag** - # 3. Runs `npm publish`; publishing directory with **unpushed commit** - # 4. Runs `git push origin --follow-tags` - ``` - -## Table of Contents - -* [Installing](#install) -* [Example](#example) -* [API](#api) - * [team opts](#opts) - * [`create()`](#create) - * [`destroy()`](#destroy) - * [`add()`](#add) - * [`rm()`](#rm) - * [`lsTeams()`](#ls-teams) - * [`lsTeams.stream()`](#ls-teams-stream) - * [`lsUsers()`](#ls-users) - * [`lsUsers.stream()`](#ls-users-stream) - -### Install - -`$ npm install libnpmteam` - -### API - -#### <a name="opts"></a> `opts` for `libnpmteam` commands - -`libnpmteam` uses [`npm-registry-fetch`](https://npm.im/npm-registry-fetch). -All options are passed through directly to that library, so please refer to [its -own `opts` -documentation](https://www.npmjs.com/package/npm-registry-fetch#fetch-options) -for options that can be passed in. - -A couple of options of note for those in a hurry: - -* `opts.token` - can be passed in and will be used as the authentication token for the registry. For other ways to pass in auth details, see the n-r-f docs. -* `opts.otp` - certain operations will require an OTP token to be passed in. If a `libnpmteam` command fails with `err.code === EOTP`, please retry the request with `{otp: <2fa token>}` - -#### <a name="create"></a> `> team.create(team, [opts]) -> Promise` - -Creates a team named `team`. Team names use the format `@<scope>:<name>`, with -the `@` being optional. - -Additionally, `opts.description` may be passed in to include a description. - -##### Example - -```javascript -await team.create('@npm:cli', {token: 'myregistrytoken'}) -// The @npm:cli team now exists. -``` - -#### <a name="destroy"></a> `> team.destroy(team, [opts]) -> Promise` - -Destroys a team named `team`. Team names use the format `@<scope>:<name>`, with -the `@` being optional. - -##### Example - -```javascript -await team.destroy('@npm:cli', {token: 'myregistrytoken'}) -// The @npm:cli team has been destroyed. -``` - -#### <a name="add"></a> `> team.add(user, team, [opts]) -> Promise` - -Adds `user` to `team`. - -##### Example - -```javascript -await team.add('zkat', '@npm:cli', {token: 'myregistrytoken'}) -// @zkat now belongs to the @npm:cli team. -``` - -#### <a name="rm"></a> `> team.rm(user, team, [opts]) -> Promise` - -Removes `user` from `team`. - -##### Example - -```javascript -await team.rm('zkat', '@npm:cli', {token: 'myregistrytoken'}) -// @zkat is no longer part of the @npm:cli team. -``` - -#### <a name="ls-teams"></a> `> team.lsTeams(scope, [opts]) -> Promise` - -Resolves to an array of team names belonging to `scope`. - -##### Example - -```javascript -await team.lsTeams('@npm', {token: 'myregistrytoken'}) -=> -[ - 'npm:cli', - 'npm:web', - 'npm:registry', - 'npm:developers' -] -``` - -#### <a name="ls-teams-stream"></a> `> team.lsTeams.stream(scope, [opts]) -> Stream` - -Returns a stream of teams belonging to `scope`. - -For a Promise-based version of these results, see [`team.lsTeams()`](#ls-teams). - -##### Example - -```javascript -for await (let team of team.lsTeams.stream('@npm', {token: 'myregistrytoken'})) { - console.log(team) -} - -// outputs -// npm:cli -// npm:web -// npm:registry -// npm:developers -``` - -#### <a name="ls-users"></a> `> team.lsUsers(team, [opts]) -> Promise` - -Resolves to an array of usernames belonging to `team`. - -For a streamed version of these results, see [`team.lsUsers.stream()`](#ls-users-stream). - -##### Example - -```javascript -await team.lsUsers('@npm:cli', {token: 'myregistrytoken'}) -=> -[ - 'iarna', - 'zkat' -] -``` - -#### <a name="ls-users-stream"></a> `> team.lsUsers.stream(team, [opts]) -> Stream` - -Returns a stream of usernames belonging to `team`. - -For a Promise-based version of these results, see [`team.lsUsers()`](#ls-users). - -##### Example - -```javascript -for await (let user of team.lsUsers.stream('@npm:cli', {token: 'myregistrytoken'})) { - console.log(user) -} - -// outputs -// iarna -// zkat -``` diff --git a/software/flow/node_modules/npm/node_modules/libnpmteam/lib/index.js b/software/flow/node_modules/npm/node_modules/libnpmteam/lib/index.js deleted file mode 100644 index 9925d2c..0000000 --- a/software/flow/node_modules/npm/node_modules/libnpmteam/lib/index.js +++ /dev/null @@ -1,92 +0,0 @@ -'use strict' - -const eu = encodeURIComponent -const npmFetch = require('npm-registry-fetch') -const validate = require('aproba') - -const cmd = module.exports - -cmd.create = (entity, opts = {}) => { - return Promise.resolve().then(() => { - const { scope, team } = splitEntity(entity) - validate('SSO', [scope, team, opts]) - const uri = `/-/org/${eu(scope)}/team` - return npmFetch.json(uri, { - ...opts, - method: 'PUT', - scope, - body: { name: team, description: opts.description }, - }) - }) -} - -cmd.destroy = async (entity, opts = {}) => { - const { scope, team } = splitEntity(entity) - validate('SSO', [scope, team, opts]) - const uri = `/-/team/${eu(scope)}/${eu(team)}` - await npmFetch(uri, { - ...opts, - method: 'DELETE', - scope, - ignoreBody: true, - }) - return true -} - -cmd.add = (user, entity, opts = {}) => { - const { scope, team } = splitEntity(entity) - validate('SSO', [scope, team, opts]) - const uri = `/-/team/${eu(scope)}/${eu(team)}/user` - return npmFetch.json(uri, { - ...opts, - method: 'PUT', - scope, - body: { user }, - }) -} - -cmd.rm = async (user, entity, opts = {}) => { - const { scope, team } = splitEntity(entity) - validate('SSO', [scope, team, opts]) - const uri = `/-/team/${eu(scope)}/${eu(team)}/user` - await npmFetch(uri, { - ...opts, - method: 'DELETE', - scope, - body: { user }, - ignoreBody: true, - }) - return true -} - -cmd.lsTeams = (...args) => cmd.lsTeams.stream(...args).collect() - -cmd.lsTeams.stream = (scope, opts = {}) => { - validate('SO', [scope, opts]) - const uri = `/-/org/${eu(scope)}/team` - return npmFetch.json.stream(uri, '.*', { - ...opts, - query: { format: 'cli' }, - }) -} - -cmd.lsUsers = (...args) => cmd.lsUsers.stream(...args).collect() - -cmd.lsUsers.stream = (entity, opts = {}) => { - const { scope, team } = splitEntity(entity) - validate('SSO', [scope, team, opts]) - const uri = `/-/team/${eu(scope)}/${eu(team)}/user` - return npmFetch.json.stream(uri, '.*', { - ...opts, - query: { format: 'cli' }, - }) -} - -cmd.edit = () => { - throw new Error('edit is not implemented yet') -} - -function splitEntity (entity = '') { - const [, scope, team] = entity.match(/^@?([^:]+):(.*)$/) || [] - return { scope, team } -} diff --git a/software/flow/node_modules/npm/node_modules/libnpmteam/package.json b/software/flow/node_modules/npm/node_modules/libnpmteam/package.json deleted file mode 100644 index 4d98dc9..0000000 --- a/software/flow/node_modules/npm/node_modules/libnpmteam/package.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "name": "libnpmteam", - "description": "npm Team management APIs", - "version": "5.0.3", - "author": "GitHub Inc.", - "license": "ISC", - "main": "lib/index.js", - "scripts": { - "lint": "eslint \"**/*.js\"", - "test": "tap", - "posttest": "node ../.. run lint", - "postlint": "template-oss-check", - "lintfix": "node ../.. run lint -- --fix", - "snap": "tap", - "template-oss-apply": "template-oss-apply --force" - }, - "devDependencies": { - "@npmcli/eslint-config": "^4.0.0", - "@npmcli/template-oss": "4.11.4", - "nock": "^13.3.0", - "tap": "^16.3.4" - }, - "repository": { - "type": "git", - "url": "https://github.com/npm/cli.git", - "directory": "workspaces/libnpmteam" - }, - "files": [ - "bin/", - "lib/" - ], - "homepage": "https://npmjs.com/package/libnpmteam", - "dependencies": { - "aproba": "^2.0.0", - "npm-registry-fetch": "^14.0.3" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.11.4", - "content": "../../scripts/template-oss/index.js" - }, - "tap": { - "nyc-arg": [ - "--exclude", - "tap-snapshots/**" - ] - } -} diff --git a/software/flow/node_modules/npm/node_modules/libnpmversion/LICENSE b/software/flow/node_modules/npm/node_modules/libnpmversion/LICENSE deleted file mode 100644 index 05eeeb8..0000000 --- a/software/flow/node_modules/npm/node_modules/libnpmversion/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -The ISC License - -Copyright (c) Isaac Z. Schlueter - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/libnpmversion/README.md b/software/flow/node_modules/npm/node_modules/libnpmversion/README.md deleted file mode 100644 index ac9ee50..0000000 --- a/software/flow/node_modules/npm/node_modules/libnpmversion/README.md +++ /dev/null @@ -1,164 +0,0 @@ -# libnpmversion - -[![npm version](https://img.shields.io/npm/v/libnpmversion.svg)](https://npm.im/libnpmversion) -[![license](https://img.shields.io/npm/l/libnpmversion.svg)](https://npm.im/libnpmversion) -[![CI - libnpmversion](https://github.com/npm/cli/actions/workflows/ci-libnpmversion.yml/badge.svg)](https://github.com/npm/cli/actions/workflows/ci-libnpmversion.yml) - -Library to do the things that 'npm version' does. - -## USAGE - -```js -const npmVersion = require('libnpmversion') - -// argument can be one of: -// - any semver version string (set to that exact version) -// - 'major', 'minor', 'patch', 'pre{major,minor,patch}' (increment at -// that value) -// - 'from-git' (set to the latest semver-lookin git tag - this skips -// gitTagVersion, but will still sign if asked) -npmVersion(arg, { - path: '/path/to/my/pkg', // defaults to cwd - - allowSameVersion: false, // allow tagging/etc to the current version - preid: '', // when arg=='pre', define the prerelease string, like 'beta' etc. - tagVersionPrefix: 'v', // tag as 'v1.2.3' when versioning to 1.2.3 - commitHooks: true, // default true, run git commit hooks, default true - gitTagVersion: true, // default true, tag the version - signGitCommit: false, // default false, gpg sign the git commit - signGitTag: false, // default false, gpg sign the git tag - force: false, // push forward recklessly if any problems happen - ignoreScripts: false, // do not run pre/post/version lifecycle scripts - scriptShell: '/bin/bash', // shell to run lifecycle scripts in - message: 'v%s', // message for tag and commit, replace %s with the version - silent: false, // passed to @npmcli/run-script to control whether it logs -}).then(newVersion => { - console.error('version updated!', newVersion) -}) -``` - -## Description - -Run this in a package directory to bump the version and write the new data -back to `package.json`, `package-lock.json`, and, if present, -`npm-shrinkwrap.json`. - -The `newversion` argument should be a valid semver string, a valid second -argument to [semver.inc](https://github.com/npm/node-semver#functions) (one -of `patch`, `minor`, `major`, `prepatch`, `preminor`, `premajor`, -`prerelease`), or `from-git`. In the second case, the existing version will -be incremented by 1 in the specified field. `from-git` will try to read -the latest git tag, and use that as the new npm version. - -If run in a git repo, it will also create a version commit and tag. This -behavior is controlled by `gitTagVersion` (see below), and can be -disabled by setting `gitTagVersion: false` in the options. -It will fail if the working directory is not clean, unless `force: true` is -set. - -If supplied with a `message` string option, it will -use it as a commit message when creating a version commit. If the -`message` option contains `%s` then that will be replaced with the -resulting version number. - -If the `signGitTag` option is set, then the tag will be signed using -the `-s` flag to git. Note that you must have a default GPG key set up in -your git config for this to work properly. - -If `preversion`, `version`, or `postversion` are in the `scripts` property -of the package.json, they will be executed in the appropriate sequence. - -The exact order of execution is as follows: - -1. Check to make sure the git working directory is clean before we get - started. Your scripts may add files to the commit in future steps. - This step is skipped if the `force` flag is set. -2. Run the `preversion` script. These scripts have access to the old - `version` in package.json. A typical use would be running your full - test suite before deploying. Any files you want added to the commit - should be explicitly added using `git add`. -3. Bump `version` in `package.json` as requested (`patch`, `minor`, - `major`, explicit version number, etc). -4. Run the `version` script. These scripts have access to the new `version` - in package.json (so they can incorporate it into file headers in - generated files for example). Again, scripts should explicitly add - generated files to the commit using `git add`. -5. Commit and tag. -6. Run the `postversion` script. Use it to clean up the file system or - automatically push the commit and/or tag. - -Take the following example: - -```json -{ - "scripts": { - "preversion": "npm test", - "version": "npm run build && git add -A dist", - "postversion": "git push && git push --tags && rm -rf build/temp" - } -} -``` - -This runs all your tests, and proceeds only if they pass. Then runs your -`build` script, and adds everything in the `dist` directory to the commit. -After the commit, it pushes the new commit and tag up to the server, and -deletes the `build/temp` directory. - -## API - -### `npmVersion(newversion, options = {}) -> Promise<String>` - -Do the things. Returns a promise that resolves to the new version if -all is well, or rejects if any errors are encountered. - -### Options - -#### `path` String - -The path to the package being versionified. Defaults to process.cwd(). - -#### `allowSameVersion` Boolean - -Allow setting the version to the current version in package.json. Default -`false`. - -#### `preid` String -When the `newversion` is pre, premajor, preminor, or prepatch, this -defines the prerelease string, like 'beta' etc. - -#### `tagVersionPrefix` String - -The prefix to add to the raw semver string for the tag name. Defaults to -`'v'`. (So, by default it tags as 'v1.2.3' when versioning to 1.2.3.) - -#### `commitHooks` Boolean - -Run git commit hooks. Default true. - -#### `gitTagVersion` Boolean - -Tag the version, default true. - -#### `signGitCommit` Boolean - -GPG sign the git commit. Default `false`. - -#### `signGitTag` Boolean - -GPG sign the git tag. Default `false`. - -#### `force` Boolean - -Push forward recklessly if any problems happen. Default `false`. - -#### `ignoreScripts` Boolean - -Do not run pre/post/version lifecycle scripts. Default `false`. - -#### `scriptShell` String - -Path to the shell, which should execute the lifecycle scripts. Defaults to `/bin/sh` on unix, or `cmd.exe` on windows. - -#### `message` String - -The message for the git commit and annotated git tag that are created. diff --git a/software/flow/node_modules/npm/node_modules/libnpmversion/lib/commit.js b/software/flow/node_modules/npm/node_modules/libnpmversion/lib/commit.js deleted file mode 100644 index dec6edb..0000000 --- a/software/flow/node_modules/npm/node_modules/libnpmversion/lib/commit.js +++ /dev/null @@ -1,17 +0,0 @@ -const git = require('@npmcli/git') - -module.exports = (version, opts) => { - const { commitHooks, allowSameVersion, signGitCommit, message } = opts - const args = ['commit'] - if (commitHooks === false) { - args.push('-n') - } - if (allowSameVersion) { - args.push('--allow-empty') - } - if (signGitCommit) { - args.push('-S') - } - args.push('-m') - return git.spawn([...args, message.replace(/%s/g, version)], opts) -} diff --git a/software/flow/node_modules/npm/node_modules/libnpmversion/lib/enforce-clean.js b/software/flow/node_modules/npm/node_modules/libnpmversion/lib/enforce-clean.js deleted file mode 100644 index 721f146..0000000 --- a/software/flow/node_modules/npm/node_modules/libnpmversion/lib/enforce-clean.js +++ /dev/null @@ -1,32 +0,0 @@ -const git = require('@npmcli/git') -const log = require('proc-log') - -// returns true if it's cool to do git stuff -// throws if it's unclean, and not forced. -module.exports = async opts => { - const { force } = opts - let hadError = false - const clean = await git.isClean(opts).catch(er => { - if (er.code === 'ENOGIT') { - log.warn( - 'version', - 'This is a Git checkout, but the git command was not found.', - 'npm could not create a Git tag for this release!' - ) - hadError = true - // how can merges be real if our git isn't real? - return true - } else { - throw er - } - }) - - if (!clean) { - if (!force) { - throw new Error('Git working directory not clean.') - } - log.warn('version', 'Git working directory not clean, proceeding forcefully.') - } - - return !hadError -} diff --git a/software/flow/node_modules/npm/node_modules/libnpmversion/lib/index.js b/software/flow/node_modules/npm/node_modules/libnpmversion/lib/index.js deleted file mode 100644 index 95acd11..0000000 --- a/software/flow/node_modules/npm/node_modules/libnpmversion/lib/index.js +++ /dev/null @@ -1,40 +0,0 @@ -const readJson = require('./read-json.js') -const version = require('./version.js') - -module.exports = async (newversion, opts = {}) => { - const { - path = process.cwd(), - allowSameVersion = false, - tagVersionPrefix = 'v', - commitHooks = true, - gitTagVersion = true, - signGitCommit = false, - signGitTag = false, - force = false, - ignoreScripts = false, - scriptShell = undefined, - preid = null, - message = 'v%s', - silent, - } = opts - - const pkg = opts.pkg || await readJson(path + '/package.json') - - return version(newversion, { - path, - cwd: path, - allowSameVersion, - tagVersionPrefix, - commitHooks, - gitTagVersion, - signGitCommit, - signGitTag, - force, - ignoreScripts, - scriptShell, - preid, - pkg, - message, - silent, - }) -} diff --git a/software/flow/node_modules/npm/node_modules/libnpmversion/lib/read-json.js b/software/flow/node_modules/npm/node_modules/libnpmversion/lib/read-json.js deleted file mode 100644 index 2dd0f7a..0000000 --- a/software/flow/node_modules/npm/node_modules/libnpmversion/lib/read-json.js +++ /dev/null @@ -1,7 +0,0 @@ -// can't use read-package-json-fast, because we want to ensure -// that we make as few changes as possible, even for safety issues. -const { promisify } = require('util') -const readFile = promisify(require('fs').readFile) -const parse = require('json-parse-even-better-errors') - -module.exports = async path => parse(await readFile(path)) diff --git a/software/flow/node_modules/npm/node_modules/libnpmversion/lib/retrieve-tag.js b/software/flow/node_modules/npm/node_modules/libnpmversion/lib/retrieve-tag.js deleted file mode 100644 index c5fb64e..0000000 --- a/software/flow/node_modules/npm/node_modules/libnpmversion/lib/retrieve-tag.js +++ /dev/null @@ -1,13 +0,0 @@ -const { spawn } = require('@npmcli/git') -const semver = require('semver') - -module.exports = async opts => { - const tag = (await spawn( - ['describe', '--tags', '--abbrev=0', '--match=*.*.*'], - opts)).stdout.trim() - const ver = semver.coerce(tag, { loose: true }) - if (ver) { - return ver.version - } - throw new Error(`Tag is not a valid version: ${JSON.stringify(tag)}`) -} diff --git a/software/flow/node_modules/npm/node_modules/libnpmversion/lib/tag.js b/software/flow/node_modules/npm/node_modules/libnpmversion/lib/tag.js deleted file mode 100644 index 095456b..0000000 --- a/software/flow/node_modules/npm/node_modules/libnpmversion/lib/tag.js +++ /dev/null @@ -1,30 +0,0 @@ -const git = require('@npmcli/git') - -module.exports = async (version, opts) => { - const { - signGitTag, - allowSameVersion, - tagVersionPrefix, - message, - } = opts - - const tag = `${tagVersionPrefix}${version}` - const flags = ['-'] - - if (signGitTag) { - flags.push('s') - } - - if (allowSameVersion) { - flags.push('f') - } - - flags.push('m') - - return git.spawn([ - 'tag', - flags.join(''), - message.replace(/%s/g, version), - tag, - ], opts) -} diff --git a/software/flow/node_modules/npm/node_modules/libnpmversion/lib/version.js b/software/flow/node_modules/npm/node_modules/libnpmversion/lib/version.js deleted file mode 100644 index f14b95e..0000000 --- a/software/flow/node_modules/npm/node_modules/libnpmversion/lib/version.js +++ /dev/null @@ -1,140 +0,0 @@ -// called with all the options already set to their defaults - -const retrieveTag = require('./retrieve-tag.js') -const semver = require('semver') -const enforceClean = require('./enforce-clean.js') -const writeJson = require('./write-json.js') -const readJson = require('./read-json.js') -const git = require('@npmcli/git') -const commit = require('./commit.js') -const tag = require('./tag.js') -const log = require('proc-log') - -const runScript = require('@npmcli/run-script') - -module.exports = async (newversion, opts) => { - const { - path, - allowSameVersion, - gitTagVersion, - ignoreScripts, - preid, - pkg, - silent, - } = opts - - const { valid, clean, inc } = semver - const current = pkg.version || '0.0.0' - const currentClean = clean(current) - - let newV - if (valid(newversion, { loose: true })) { - newV = clean(newversion, { loose: true }) - } else if (newversion === 'from-git') { - newV = await retrieveTag(opts) - } else { - newV = inc(currentClean, newversion, { loose: true }, preid) - } - - if (!newV) { - throw Object.assign(new Error('Invalid version: ' + newversion), { - current, - requested: newversion, - }) - } - - if (newV === currentClean && !allowSameVersion) { - throw Object.assign(new Error('Version not changed'), { - current, - requested: newversion, - newVersion: newV, - }) - } - - const isGitDir = newversion === 'from-git' || await git.is(opts) - - // ok! now we know the new version, and the old version is in pkg - - // - check if git dir is clean - // returns false if we should not keep doing git stuff - const doGit = gitTagVersion && isGitDir && await enforceClean(opts) - - if (!ignoreScripts) { - await runScript({ - ...opts, - pkg, - stdio: 'inherit', - event: 'preversion', - banner: !silent, - env: { - npm_old_version: current, - npm_new_version: newV, - }, - }) - } - - // - update the files - pkg.version = newV - delete pkg._id - await writeJson(`${path}/package.json`, pkg) - - // try to update shrinkwrap, but ok if this fails - const locks = [`${path}/package-lock.json`, `${path}/npm-shrinkwrap.json`] - const haveLocks = [] - for (const lock of locks) { - try { - const sw = await readJson(lock) - sw.version = newV - if (sw.packages && sw.packages['']) { - sw.packages[''].version = newV - } - await writeJson(lock, sw) - haveLocks.push(lock) - } catch { - // ignore errors - } - } - - if (!ignoreScripts) { - await runScript({ - ...opts, - pkg, - stdio: 'inherit', - event: 'version', - banner: !silent, - env: { - npm_old_version: current, - npm_new_version: newV, - }, - }) - } - - if (doGit) { - // - git add, git commit, git tag - await git.spawn(['add', `${path}/package.json`], opts) - // sometimes people .gitignore their lockfiles - for (const lock of haveLocks) { - await git.spawn(['add', lock], opts).catch(() => {}) - } - await commit(newV, opts) - await tag(newV, opts) - } else { - log.verbose('version', 'Not tagging: not in a git repo or no git cmd') - } - - if (!ignoreScripts) { - await runScript({ - ...opts, - pkg, - stdio: 'inherit', - event: 'postversion', - banner: !silent, - env: { - npm_old_version: current, - npm_new_version: newV, - }, - }) - } - - return newV -} diff --git a/software/flow/node_modules/npm/node_modules/libnpmversion/lib/write-json.js b/software/flow/node_modules/npm/node_modules/libnpmversion/lib/write-json.js deleted file mode 100644 index f066d72..0000000 --- a/software/flow/node_modules/npm/node_modules/libnpmversion/lib/write-json.js +++ /dev/null @@ -1,16 +0,0 @@ -// write the json back, preserving the line breaks and indent -const { promisify } = require('util') -const writeFile = promisify(require('fs').writeFile) -const kIndent = Symbol.for('indent') -const kNewline = Symbol.for('newline') - -module.exports = async (path, pkg) => { - const { - [kIndent]: indent = 2, - [kNewline]: newline = '\n', - } = pkg - delete pkg._id - const raw = JSON.stringify(pkg, null, indent) + '\n' - const data = newline === '\n' ? raw : raw.split('\n').join(newline) - return writeFile(path, data) -} diff --git a/software/flow/node_modules/npm/node_modules/libnpmversion/package.json b/software/flow/node_modules/npm/node_modules/libnpmversion/package.json deleted file mode 100644 index 8fce14c..0000000 --- a/software/flow/node_modules/npm/node_modules/libnpmversion/package.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "name": "libnpmversion", - "version": "4.0.2", - "main": "lib/index.js", - "files": [ - "bin/", - "lib/" - ], - "description": "library to do the things that 'npm version' does", - "repository": { - "type": "git", - "url": "https://github.com/npm/cli.git", - "directory": "workspaces/libnpmversion" - }, - "author": "GitHub Inc.", - "license": "ISC", - "scripts": { - "lint": "eslint \"**/*.js\"", - "test": "tap", - "posttest": "node ../.. run lint", - "snap": "tap", - "postlint": "template-oss-check", - "lintfix": "node ../.. run lint -- --fix", - "template-oss-apply": "template-oss-apply --force" - }, - "tap": { - "coverage-map": "map.js", - "nyc-arg": [ - "--exclude", - "tap-snapshots/**" - ] - }, - "devDependencies": { - "@npmcli/eslint-config": "^4.0.0", - "@npmcli/template-oss": "4.11.4", - "require-inject": "^1.4.4", - "tap": "^16.3.4" - }, - "dependencies": { - "@npmcli/git": "^4.0.1", - "@npmcli/run-script": "^6.0.0", - "json-parse-even-better-errors": "^3.0.0", - "proc-log": "^3.0.0", - "semver": "^7.3.7" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.11.4", - "content": "../../scripts/template-oss/index.js" - } -} diff --git a/software/flow/node_modules/npm/node_modules/lru-cache/LICENSE b/software/flow/node_modules/npm/node_modules/lru-cache/LICENSE deleted file mode 100644 index f785757..0000000 --- a/software/flow/node_modules/npm/node_modules/lru-cache/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -The ISC License - -Copyright (c) 2010-2023 Isaac Z. Schlueter and Contributors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/lru-cache/index.d.ts b/software/flow/node_modules/npm/node_modules/lru-cache/index.d.ts deleted file mode 100644 index e8af7c4..0000000 --- a/software/flow/node_modules/npm/node_modules/lru-cache/index.d.ts +++ /dev/null @@ -1,667 +0,0 @@ -// Project: https://github.com/isaacs/node-lru-cache -// Based initially on @types/lru-cache -// https://github.com/DefinitelyTyped/DefinitelyTyped -// used under the terms of the MIT License, shown below. -// -// DefinitelyTyped license: -// ------ -// MIT License -// -// Copyright (c) Microsoft Corporation. -// -// Permission is hereby granted, free of charge, to any person obtaining a -// copy of this software and associated documentation files (the "Software"), -// to deal in the Software without restriction, including without limitation -// the rights to use, copy, modify, merge, publish, distribute, sublicense, -// and/or sell copies of the Software, and to permit persons to whom the -// Software is furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included -// in all copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -// IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -// CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -// TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -// SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE -// ------ -// -// Changes by Isaac Z. Schlueter released under the terms found in the -// LICENSE file within this project. - -/** - * Integer greater than 0, representing some number of milliseconds, or the - * time at which a TTL started counting from. - */ -declare type LRUMilliseconds = number - -/** - * An integer greater than 0, reflecting the calculated size of items - */ -declare type LRUSize = number - -/** - * An integer greater than 0, reflecting a number of items - */ -declare type LRUCount = number - -declare class LRUCache<K, V> implements Iterable<[K, V]> { - constructor(options: LRUCache.Options<K, V>) - - /** - * Number of items in the cache. - * Alias for {@link size} - * - * @deprecated since 7.0 use {@link size} instead - */ - public readonly length: LRUCount - - public readonly max: LRUCount - public readonly maxSize: LRUSize - public readonly maxEntrySize: LRUSize - public readonly sizeCalculation: - | LRUCache.SizeCalculator<K, V> - | undefined - public readonly dispose: LRUCache.Disposer<K, V> - /** - * @since 7.4.0 - */ - public readonly disposeAfter: LRUCache.Disposer<K, V> | null - public readonly noDisposeOnSet: boolean - public readonly ttl: LRUMilliseconds - public readonly ttlResolution: LRUMilliseconds - public readonly ttlAutopurge: boolean - public readonly allowStale: boolean - public readonly updateAgeOnGet: boolean - /** - * @since 7.11.0 - */ - public readonly noDeleteOnStaleGet: boolean - /** - * @since 7.6.0 - */ - public readonly fetchMethod: LRUCache.Fetcher<K, V> | null - - /** - * The total number of items held in the cache at the current moment. - */ - public readonly size: LRUCount - - /** - * The total size of items in cache when using size tracking. - */ - public readonly calculatedSize: LRUSize - - /** - * Add a value to the cache. - */ - public set( - key: K, - value: V, - options?: LRUCache.SetOptions<K, V> - ): this - - /** - * Return a value from the cache. Will update the recency of the cache entry - * found. - * - * If the key is not found, {@link get} will return `undefined`. This can be - * confusing when setting values specifically to `undefined`, as in - * `cache.set(key, undefined)`. Use {@link has} to determine whether a key is - * present in the cache at all. - */ - public get(key: K, options?: LRUCache.GetOptions): V | undefined - - /** - * Like {@link get} but doesn't update recency or delete stale items. - * Returns `undefined` if the item is stale, unless {@link allowStale} is set - * either on the cache or in the options object. - */ - public peek(key: K, options?: LRUCache.PeekOptions): V | undefined - - /** - * Check if a key is in the cache, without updating the recency of use. - * Will return false if the item is stale, even though it is technically - * in the cache. - * - * Will not update item age unless {@link updateAgeOnHas} is set in the - * options or constructor. - */ - public has(key: K, options?: LRUCache.HasOptions): boolean - - /** - * Deletes a key out of the cache. - * Returns true if the key was deleted, false otherwise. - */ - public delete(key: K): boolean - - /** - * Clear the cache entirely, throwing away all values. - */ - public clear(): void - - /** - * Delete any stale entries. Returns true if anything was removed, false - * otherwise. - */ - public purgeStale(): boolean - - /** - * Find a value for which the supplied fn method returns a truthy value, - * similar to Array.find(). fn is called as fn(value, key, cache). - */ - public find( - callbackFn: ( - value: V, - key: K, - cache: this - ) => boolean | undefined | void, - options?: LRUCache.GetOptions - ): V | undefined - - /** - * Call the supplied function on each item in the cache, in order from - * most recently used to least recently used. fn is called as - * fn(value, key, cache). Does not update age or recenty of use. - */ - public forEach<T = this>( - callbackFn: (this: T, value: V, key: K, cache: this) => void, - thisArg?: T - ): void - - /** - * The same as {@link forEach} but items are iterated over in reverse - * order. (ie, less recently used items are iterated over first.) - */ - public rforEach<T = this>( - callbackFn: (this: T, value: V, key: K, cache: this) => void, - thisArg?: T - ): void - - /** - * Return a generator yielding the keys in the cache, - * in order from most recently used to least recently used. - */ - public keys(): Generator<K, void, void> - - /** - * Inverse order version of {@link keys} - * - * Return a generator yielding the keys in the cache, - * in order from least recently used to most recently used. - */ - public rkeys(): Generator<K, void, void> - - /** - * Return a generator yielding the values in the cache, - * in order from most recently used to least recently used. - */ - public values(): Generator<V, void, void> - - /** - * Inverse order version of {@link values} - * - * Return a generator yielding the values in the cache, - * in order from least recently used to most recently used. - */ - public rvalues(): Generator<V, void, void> - - /** - * Return a generator yielding `[key, value]` pairs, - * in order from most recently used to least recently used. - */ - public entries(): Generator<[K, V], void, void> - - /** - * Inverse order version of {@link entries} - * - * Return a generator yielding `[key, value]` pairs, - * in order from least recently used to most recently used. - */ - public rentries(): Generator<[K, V], void, void> - - /** - * Iterating over the cache itself yields the same results as - * {@link entries} - */ - public [Symbol.iterator](): Generator<[K, V], void, void> - - /** - * Return an array of [key, entry] objects which can be passed to - * cache.load() - */ - public dump(): Array<[K, LRUCache.Entry<V>]> - - /** - * Reset the cache and load in the items in entries in the order listed. - * Note that the shape of the resulting cache may be different if the - * same options are not used in both caches. - */ - public load( - cacheEntries: ReadonlyArray<[K, LRUCache.Entry<V>]> - ): void - - /** - * Evict the least recently used item, returning its value or `undefined` - * if cache is empty. - */ - public pop(): V | undefined - - /** - * Deletes a key out of the cache. - * - * @deprecated since 7.0 use delete() instead - */ - public del(key: K): boolean - - /** - * Clear the cache entirely, throwing away all values. - * - * @deprecated since 7.0 use clear() instead - */ - public reset(): void - - /** - * Manually iterates over the entire cache proactively pruning old entries. - * - * @deprecated since 7.0 use purgeStale() instead - */ - public prune(): boolean - - /** - * since: 7.6.0 - */ - public fetch( - key: K, - options?: LRUCache.FetchOptions<K, V> - ): Promise<V> - - /** - * since: 7.6.0 - */ - public getRemainingTTL(key: K): LRUMilliseconds -} - -declare namespace LRUCache { - type DisposeReason = 'evict' | 'set' | 'delete' - - type SizeCalculator<K, V> = (value: V, key: K) => LRUSize - type Disposer<K, V> = ( - value: V, - key: K, - reason: DisposeReason - ) => void - type Fetcher<K, V> = ( - key: K, - staleValue: V | undefined, - options: FetcherOptions<K, V> - ) => Promise<V | void | undefined> | V | void | undefined - - interface DeprecatedOptions<K, V> { - /** - * alias for ttl - * - * @deprecated since 7.0 use options.ttl instead - */ - maxAge?: LRUMilliseconds - - /** - * alias for {@link sizeCalculation} - * - * @deprecated since 7.0 use {@link sizeCalculation} instead - */ - length?: SizeCalculator<K, V> - - /** - * alias for allowStale - * - * @deprecated since 7.0 use options.allowStale instead - */ - stale?: boolean - } - - interface LimitedByCount { - /** - * The number of most recently used items to keep. - * Note that we may store fewer items than this if maxSize is hit. - */ - max: LRUCount - } - - type MaybeMaxEntrySizeLimit<K, V> = - | { - /** - * The maximum allowed size for any single item in the cache. - * - * If a larger item is passed to {@link set} or returned by a - * {@link fetchMethod}, then it will not be stored in the cache. - */ - maxEntrySize: LRUSize - sizeCalculation?: SizeCalculator<K, V> - } - | {} - - interface LimitedBySize<K, V> { - /** - * If you wish to track item size, you must provide a maxSize - * note that we still will only keep up to max *actual items*, - * if max is set, so size tracking may cause fewer than max items - * to be stored. At the extreme, a single item of maxSize size - * will cause everything else in the cache to be dropped when it - * is added. Use with caution! - * - * Note also that size tracking can negatively impact performance, - * though for most cases, only minimally. - */ - maxSize: LRUSize - - /** - * Function to calculate size of items. Useful if storing strings or - * buffers or other items where memory size depends on the object itself. - * - * Items larger than {@link maxEntrySize} will not be stored in the cache. - * - * Note that when {@link maxSize} or {@link maxEntrySize} are set, every - * item added MUST have a size specified, either via a `sizeCalculation` in - * the constructor, or `sizeCalculation` or {@link size} options to - * {@link set}. - */ - sizeCalculation?: SizeCalculator<K, V> - } - - interface LimitedByTTL { - /** - * Max time in milliseconds for items to live in cache before they are - * considered stale. Note that stale items are NOT preemptively removed - * by default, and MAY live in the cache, contributing to its LRU max, - * long after they have expired. - * - * Also, as this cache is optimized for LRU/MRU operations, some of - * the staleness/TTL checks will reduce performance, as they will incur - * overhead by deleting items. - * - * Must be an integer number of ms, defaults to 0, which means "no TTL" - */ - ttl: LRUMilliseconds - - /** - * Boolean flag to tell the cache to not update the TTL when - * setting a new value for an existing key (ie, when updating a value - * rather than inserting a new value). Note that the TTL value is - * _always_ set (if provided) when adding a new entry into the cache. - * - * @default false - * @since 7.4.0 - */ - noUpdateTTL?: boolean - - /** - * Minimum amount of time in ms in which to check for staleness. - * Defaults to 1, which means that the current time is checked - * at most once per millisecond. - * - * Set to 0 to check the current time every time staleness is tested. - * (This reduces performance, and is theoretically unnecessary.) - * - * Setting this to a higher value will improve performance somewhat - * while using ttl tracking, albeit at the expense of keeping stale - * items around a bit longer than their TTLs would indicate. - * - * @default 1 - * @since 7.1.0 - */ - ttlResolution?: LRUMilliseconds - - /** - * Preemptively remove stale items from the cache. - * Note that this may significantly degrade performance, - * especially if the cache is storing a large number of items. - * It is almost always best to just leave the stale items in - * the cache, and let them fall out as new items are added. - * - * Note that this means that {@link allowStale} is a bit pointless, - * as stale items will be deleted almost as soon as they expire. - * - * Use with caution! - * - * @default false - * @since 7.1.0 - */ - ttlAutopurge?: boolean - - /** - * Return stale items from {@link get} before disposing of them. - * Return stale values from {@link fetch} while performing a call - * to the {@link fetchMethod} in the background. - * - * @default false - */ - allowStale?: boolean - - /** - * Update the age of items on {@link get}, renewing their TTL - * - * @default false - */ - updateAgeOnGet?: boolean - - /** - * Do not delete stale items when they are retrieved with {@link get}. - * Note that the {@link get} return value will still be `undefined` unless - * allowStale is true. - * - * @default false - * @since 7.11.0 - */ - noDeleteOnStaleGet?: boolean - - /** - * Update the age of items on {@link has}, renewing their TTL - * - * @default false - */ - updateAgeOnHas?: boolean - } - - type SafetyBounds<K, V> = - | LimitedByCount - | LimitedBySize<K, V> - | LimitedByTTL - - // options shared by all three of the limiting scenarios - interface SharedOptions<K, V> { - /** - * Function that is called on items when they are dropped from the cache. - * This can be handy if you want to close file descriptors or do other - * cleanup tasks when items are no longer accessible. Called with `key, - * value`. It's called before actually removing the item from the - * internal cache, so it is *NOT* safe to re-add them. - * Use {@link disposeAfter} if you wish to dispose items after they have - * been full removed, when it is safe to add them back to the cache. - */ - dispose?: Disposer<K, V> - - /** - * The same as dispose, but called *after* the entry is completely - * removed and the cache is once again in a clean state. It is safe to - * add an item right back into the cache at this point. - * However, note that it is *very* easy to inadvertently create infinite - * recursion this way. - * - * @since 7.3.0 - */ - disposeAfter?: Disposer<K, V> - - /** - * Set to true to suppress calling the dispose() function if the entry - * key is still accessible within the cache. - * This may be overridden by passing an options object to {@link set}. - * - * @default false - */ - noDisposeOnSet?: boolean - - /** - * Function that is used to make background asynchronous fetches. Called - * with `fetchMethod(key, staleValue, { signal, options, context })`. - * - * If `fetchMethod` is not provided, then {@link fetch} is - * equivalent to `Promise.resolve(cache.get(key))`. - * - * The `fetchMethod` should ONLY return `undefined` in cases where the - * abort controller has sent an abort signal. - * - * @since 7.6.0 - */ - fetchMethod?: LRUCache.Fetcher<K, V> - - /** - * Set to true to suppress the deletion of stale data when a - * {@link fetchMethod} throws an error or returns a rejected promise - * - * @default false - * @since 7.10.0 - */ - noDeleteOnFetchRejection?: boolean - - /** - * Set to true to allow returning stale data when a {@link fetchMethod} - * throws an error or returns a rejected promise. Note that this - * differs from using {@link allowStale} in that stale data will - * ONLY be returned in the case that the fetch fails, not any other - * times. - * - * @default false - * @since 7.16.0 - */ - allowStaleOnFetchRejection?: boolean - - /** - * Set to any value in the constructor or {@link fetch} options to - * pass arbitrary data to the {@link fetchMethod} in the {@link context} - * options field. - * - * @since 7.12.0 - */ - fetchContext?: any - } - - type Options<K, V> = SharedOptions<K, V> & - DeprecatedOptions<K, V> & - SafetyBounds<K, V> & - MaybeMaxEntrySizeLimit<K, V> - - /** - * options which override the options set in the LRUCache constructor - * when making calling {@link set}. - */ - interface SetOptions<K, V> { - /** - * A value for the size of the entry, prevents calls to - * {@link sizeCalculation}. - * - * Items larger than {@link maxEntrySize} will not be stored in the cache. - * - * Note that when {@link maxSize} or {@link maxEntrySize} are set, every - * item added MUST have a size specified, either via a `sizeCalculation` in - * the constructor, or {@link sizeCalculation} or `size` options to - * {@link set}. - */ - size?: LRUSize - /** - * Overrides the {@link sizeCalculation} method set in the constructor. - * - * Items larger than {@link maxEntrySize} will not be stored in the cache. - * - * Note that when {@link maxSize} or {@link maxEntrySize} are set, every - * item added MUST have a size specified, either via a `sizeCalculation` in - * the constructor, or `sizeCalculation` or {@link size} options to - * {@link set}. - */ - sizeCalculation?: SizeCalculator<K, V> - ttl?: LRUMilliseconds - start?: LRUMilliseconds - noDisposeOnSet?: boolean - noUpdateTTL?: boolean - } - - /** - * options which override the options set in the LRUCAche constructor - * when calling {@link has}. - */ - interface HasOptions { - updateAgeOnHas?: boolean - } - - /** - * options which override the options set in the LRUCache constructor - * when calling {@link get}. - */ - interface GetOptions { - allowStale?: boolean - updateAgeOnGet?: boolean - noDeleteOnStaleGet?: boolean - } - - /** - * options which override the options set in the LRUCache constructor - * when calling {@link peek}. - */ - interface PeekOptions { - allowStale?: boolean - } - - /** - * Options object passed to the {@link fetchMethod} - * - * May be mutated by the {@link fetchMethod} to affect the behavior of the - * resulting {@link set} operation on resolution, or in the case of - * {@link noDeleteOnFetchRejection} and {@link allowStaleOnFetchRejection}, - * the handling of failure. - */ - interface FetcherFetchOptions<K, V> { - allowStale?: boolean - updateAgeOnGet?: boolean - noDeleteOnStaleGet?: boolean - size?: LRUSize - sizeCalculation?: SizeCalculator<K, V> - ttl?: LRUMilliseconds - noDisposeOnSet?: boolean - noUpdateTTL?: boolean - noDeleteOnFetchRejection?: boolean - allowStaleOnFetchRejection?: boolean - } - - /** - * options which override the options set in the LRUCache constructor - * when calling {@link fetch}. - * - * This is the union of GetOptions and SetOptions, plus - * {@link noDeleteOnFetchRejection}, {@link allowStaleOnFetchRejection}, - * {@link forceRefresh}, and {@link fetchContext} - */ - interface FetchOptions<K, V> extends FetcherFetchOptions<K, V> { - forceRefresh?: boolean - fetchContext?: any - } - - interface FetcherOptions<K, V> { - signal: AbortSignal - options: FetcherFetchOptions<K, V> - /** - * Object provided in the {@link fetchContext} option - */ - context: any - } - - interface Entry<V> { - value: V - ttl?: LRUMilliseconds - size?: LRUSize - start?: LRUMilliseconds - } -} - -export = LRUCache diff --git a/software/flow/node_modules/npm/node_modules/lru-cache/index.js b/software/flow/node_modules/npm/node_modules/lru-cache/index.js deleted file mode 100644 index f4be347..0000000 --- a/software/flow/node_modules/npm/node_modules/lru-cache/index.js +++ /dev/null @@ -1,1053 +0,0 @@ -const perf = - typeof performance === 'object' && - performance && - typeof performance.now === 'function' - ? performance - : Date - -const hasAbortController = typeof AbortController === 'function' - -// minimal backwards-compatibility polyfill -// this doesn't have nearly all the checks and whatnot that -// actual AbortController/Signal has, but it's enough for -// our purposes, and if used properly, behaves the same. -const AC = hasAbortController - ? AbortController - : class AbortController { - constructor() { - this.signal = new AS() - } - abort(reason = new Error('This operation was aborted')) { - this.signal.reason = reason - this.signal.dispatchEvent({ - type: 'abort', - target: this.signal, - }) - } - } - -const hasAbortSignal = typeof AbortSignal === 'function' -// Some polyfills put this on the AC class, not global -const hasACAbortSignal = typeof AC.AbortSignal === 'function' -const AS = hasAbortSignal - ? AbortSignal - : hasACAbortSignal - ? AC.AbortController - : class AbortSignal { - constructor() { - this.reason = undefined - this.aborted = false - this._listeners = [] - } - dispatchEvent(e) { - if (e.type === 'abort') { - this.aborted = true - this.onabort(e) - this._listeners.forEach(f => f(e), this) - } - } - onabort() {} - addEventListener(ev, fn) { - if (ev === 'abort') { - this._listeners.push(fn) - } - } - removeEventListener(ev, fn) { - if (ev === 'abort') { - this._listeners = this._listeners.filter(f => f !== fn) - } - } - } - -const warned = new Set() -const deprecatedOption = (opt, instead) => { - const code = `LRU_CACHE_OPTION_${opt}` - if (shouldWarn(code)) { - warn(code, `${opt} option`, `options.${instead}`, LRUCache) - } -} -const deprecatedMethod = (method, instead) => { - const code = `LRU_CACHE_METHOD_${method}` - if (shouldWarn(code)) { - const { prototype } = LRUCache - const { get } = Object.getOwnPropertyDescriptor(prototype, method) - warn(code, `${method} method`, `cache.${instead}()`, get) - } -} -const deprecatedProperty = (field, instead) => { - const code = `LRU_CACHE_PROPERTY_${field}` - if (shouldWarn(code)) { - const { prototype } = LRUCache - const { get } = Object.getOwnPropertyDescriptor(prototype, field) - warn(code, `${field} property`, `cache.${instead}`, get) - } -} - -const emitWarning = (...a) => { - typeof process === 'object' && - process && - typeof process.emitWarning === 'function' - ? process.emitWarning(...a) - : console.error(...a) -} - -const shouldWarn = code => !warned.has(code) - -const warn = (code, what, instead, fn) => { - warned.add(code) - const msg = `The ${what} is deprecated. Please use ${instead} instead.` - emitWarning(msg, 'DeprecationWarning', code, fn) -} - -const isPosInt = n => n && n === Math.floor(n) && n > 0 && isFinite(n) - -/* istanbul ignore next - This is a little bit ridiculous, tbh. - * The maximum array length is 2^32-1 or thereabouts on most JS impls. - * And well before that point, you're caching the entire world, I mean, - * that's ~32GB of just integers for the next/prev links, plus whatever - * else to hold that many keys and values. Just filling the memory with - * zeroes at init time is brutal when you get that big. - * But why not be complete? - * Maybe in the future, these limits will have expanded. */ -const getUintArray = max => - !isPosInt(max) - ? null - : max <= Math.pow(2, 8) - ? Uint8Array - : max <= Math.pow(2, 16) - ? Uint16Array - : max <= Math.pow(2, 32) - ? Uint32Array - : max <= Number.MAX_SAFE_INTEGER - ? ZeroArray - : null - -class ZeroArray extends Array { - constructor(size) { - super(size) - this.fill(0) - } -} - -class Stack { - constructor(max) { - if (max === 0) { - return [] - } - const UintArray = getUintArray(max) - this.heap = new UintArray(max) - this.length = 0 - } - push(n) { - this.heap[this.length++] = n - } - pop() { - return this.heap[--this.length] - } -} - -class LRUCache { - constructor(options = {}) { - const { - max = 0, - ttl, - ttlResolution = 1, - ttlAutopurge, - updateAgeOnGet, - updateAgeOnHas, - allowStale, - dispose, - disposeAfter, - noDisposeOnSet, - noUpdateTTL, - maxSize = 0, - maxEntrySize = 0, - sizeCalculation, - fetchMethod, - fetchContext, - noDeleteOnFetchRejection, - noDeleteOnStaleGet, - allowStaleOnFetchRejection, - } = options - - // deprecated options, don't trigger a warning for getting them if - // the thing being passed in is another LRUCache we're copying. - const { length, maxAge, stale } = - options instanceof LRUCache ? {} : options - - if (max !== 0 && !isPosInt(max)) { - throw new TypeError('max option must be a nonnegative integer') - } - - const UintArray = max ? getUintArray(max) : Array - if (!UintArray) { - throw new Error('invalid max value: ' + max) - } - - this.max = max - this.maxSize = maxSize - this.maxEntrySize = maxEntrySize || this.maxSize - this.sizeCalculation = sizeCalculation || length - if (this.sizeCalculation) { - if (!this.maxSize && !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') - } - } - - this.fetchMethod = fetchMethod || null - if (this.fetchMethod && typeof this.fetchMethod !== 'function') { - throw new TypeError( - 'fetchMethod must be a function if specified' - ) - } - - this.fetchContext = fetchContext - if (!this.fetchMethod && fetchContext !== undefined) { - throw new TypeError( - 'cannot set fetchContext without fetchMethod' - ) - } - - this.keyMap = new Map() - this.keyList = new Array(max).fill(null) - this.valList = new Array(max).fill(null) - this.next = new UintArray(max) - this.prev = new UintArray(max) - this.head = 0 - this.tail = 0 - this.free = new Stack(max) - this.initialFill = 1 - this.size = 0 - - if (typeof dispose === 'function') { - this.dispose = dispose - } - if (typeof disposeAfter === 'function') { - this.disposeAfter = disposeAfter - this.disposed = [] - } else { - this.disposeAfter = null - this.disposed = null - } - this.noDisposeOnSet = !!noDisposeOnSet - this.noUpdateTTL = !!noUpdateTTL - this.noDeleteOnFetchRejection = !!noDeleteOnFetchRejection - this.allowStaleOnFetchRejection = !!allowStaleOnFetchRejection - - // NB: maxEntrySize is set to maxSize if it's set - if (this.maxEntrySize !== 0) { - if (this.maxSize !== 0) { - if (!isPosInt(this.maxSize)) { - throw new TypeError( - 'maxSize must be a positive integer if specified' - ) - } - } - if (!isPosInt(this.maxEntrySize)) { - throw new TypeError( - 'maxEntrySize must be a positive integer if specified' - ) - } - this.initializeSizeTracking() - } - - this.allowStale = !!allowStale || !!stale - this.noDeleteOnStaleGet = !!noDeleteOnStaleGet - this.updateAgeOnGet = !!updateAgeOnGet - this.updateAgeOnHas = !!updateAgeOnHas - this.ttlResolution = - isPosInt(ttlResolution) || ttlResolution === 0 - ? ttlResolution - : 1 - this.ttlAutopurge = !!ttlAutopurge - this.ttl = ttl || maxAge || 0 - if (this.ttl) { - if (!isPosInt(this.ttl)) { - throw new TypeError( - 'ttl must be a positive integer if specified' - ) - } - this.initializeTTLTracking() - } - - // do not allow completely unbounded caches - if (this.max === 0 && this.ttl === 0 && this.maxSize === 0) { - throw new TypeError( - 'At least one of max, maxSize, or ttl is required' - ) - } - if (!this.ttlAutopurge && !this.max && !this.maxSize) { - const code = 'LRU_CACHE_UNBOUNDED' - if (shouldWarn(code)) { - warned.add(code) - const msg = - 'TTL caching without ttlAutopurge, max, or maxSize can ' + - 'result in unbounded memory consumption.' - emitWarning(msg, 'UnboundedCacheWarning', code, LRUCache) - } - } - - if (stale) { - deprecatedOption('stale', 'allowStale') - } - if (maxAge) { - deprecatedOption('maxAge', 'ttl') - } - if (length) { - deprecatedOption('length', 'sizeCalculation') - } - } - - getRemainingTTL(key) { - return this.has(key, { updateAgeOnHas: false }) ? Infinity : 0 - } - - initializeTTLTracking() { - this.ttls = new ZeroArray(this.max) - this.starts = new ZeroArray(this.max) - - this.setItemTTL = (index, ttl, start = perf.now()) => { - this.starts[index] = ttl !== 0 ? start : 0 - this.ttls[index] = ttl - if (ttl !== 0 && this.ttlAutopurge) { - const t = setTimeout(() => { - if (this.isStale(index)) { - this.delete(this.keyList[index]) - } - }, ttl + 1) - /* istanbul ignore else - unref() not supported on all platforms */ - if (t.unref) { - t.unref() - } - } - } - - this.updateItemAge = index => { - this.starts[index] = this.ttls[index] !== 0 ? perf.now() : 0 - } - - // debounce calls to perf.now() to 1s so we're not hitting - // that costly call repeatedly. - let cachedNow = 0 - const getNow = () => { - const n = perf.now() - if (this.ttlResolution > 0) { - cachedNow = n - const t = setTimeout( - () => (cachedNow = 0), - this.ttlResolution - ) - /* istanbul ignore else - not available on all platforms */ - if (t.unref) { - t.unref() - } - } - return n - } - - this.getRemainingTTL = key => { - const index = this.keyMap.get(key) - if (index === undefined) { - return 0 - } - return this.ttls[index] === 0 || this.starts[index] === 0 - ? Infinity - : this.starts[index] + - this.ttls[index] - - (cachedNow || getNow()) - } - - this.isStale = index => { - return ( - this.ttls[index] !== 0 && - this.starts[index] !== 0 && - (cachedNow || getNow()) - this.starts[index] > - this.ttls[index] - ) - } - } - updateItemAge(_index) {} - setItemTTL(_index, _ttl, _start) {} - isStale(_index) { - return false - } - - initializeSizeTracking() { - this.calculatedSize = 0 - this.sizes = new ZeroArray(this.max) - this.removeItemSize = index => { - this.calculatedSize -= this.sizes[index] - this.sizes[index] = 0 - } - this.requireSize = (k, v, size, sizeCalculation) => { - // provisionally accept background fetches. - // actual value size will be checked when they return. - if (this.isBackgroundFetch(v)) { - return 0 - } - if (!isPosInt(size)) { - if (sizeCalculation) { - if (typeof sizeCalculation !== 'function') { - throw new TypeError('sizeCalculation must be a function') - } - size = sizeCalculation(v, k) - if (!isPosInt(size)) { - 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 size - } - this.addItemSize = (index, size) => { - this.sizes[index] = size - if (this.maxSize) { - const maxSize = this.maxSize - this.sizes[index] - while (this.calculatedSize > maxSize) { - this.evict(true) - } - } - this.calculatedSize += this.sizes[index] - } - } - removeItemSize(_index) {} - addItemSize(_index, _size) {} - requireSize(_k, _v, size, sizeCalculation) { - if (size || sizeCalculation) { - throw new TypeError( - 'cannot set size without setting maxSize or maxEntrySize on cache' - ) - } - } - - *indexes({ allowStale = this.allowStale } = {}) { - if (this.size) { - for (let i = this.tail; true; ) { - if (!this.isValidIndex(i)) { - break - } - if (allowStale || !this.isStale(i)) { - yield i - } - if (i === this.head) { - break - } else { - i = this.prev[i] - } - } - } - } - - *rindexes({ allowStale = this.allowStale } = {}) { - if (this.size) { - for (let i = this.head; true; ) { - if (!this.isValidIndex(i)) { - break - } - if (allowStale || !this.isStale(i)) { - yield i - } - if (i === this.tail) { - break - } else { - i = this.next[i] - } - } - } - } - - isValidIndex(index) { - return this.keyMap.get(this.keyList[index]) === index - } - - *entries() { - for (const i of this.indexes()) { - if (!this.isBackgroundFetch(this.valList[i])) { - yield [this.keyList[i], this.valList[i]] - } - } - } - *rentries() { - for (const i of this.rindexes()) { - if (!this.isBackgroundFetch(this.valList[i])) { - yield [this.keyList[i], this.valList[i]] - } - } - } - - *keys() { - for (const i of this.indexes()) { - if (!this.isBackgroundFetch(this.valList[i])) { - yield this.keyList[i] - } - } - } - *rkeys() { - for (const i of this.rindexes()) { - if (!this.isBackgroundFetch(this.valList[i])) { - yield this.keyList[i] - } - } - } - - *values() { - for (const i of this.indexes()) { - if (!this.isBackgroundFetch(this.valList[i])) { - yield this.valList[i] - } - } - } - *rvalues() { - for (const i of this.rindexes()) { - if (!this.isBackgroundFetch(this.valList[i])) { - yield this.valList[i] - } - } - } - - [Symbol.iterator]() { - return this.entries() - } - - find(fn, getOptions = {}) { - for (const i of this.indexes()) { - if (fn(this.valList[i], this.keyList[i], this)) { - return this.get(this.keyList[i], getOptions) - } - } - } - - forEach(fn, thisp = this) { - for (const i of this.indexes()) { - fn.call(thisp, this.valList[i], this.keyList[i], this) - } - } - - rforEach(fn, thisp = this) { - for (const i of this.rindexes()) { - fn.call(thisp, this.valList[i], this.keyList[i], this) - } - } - - get prune() { - deprecatedMethod('prune', 'purgeStale') - return this.purgeStale - } - - purgeStale() { - let deleted = false - for (const i of this.rindexes({ allowStale: true })) { - if (this.isStale(i)) { - this.delete(this.keyList[i]) - deleted = true - } - } - return deleted - } - - dump() { - const arr = [] - for (const i of this.indexes({ allowStale: true })) { - const key = this.keyList[i] - const v = this.valList[i] - const value = this.isBackgroundFetch(v) - ? v.__staleWhileFetching - : v - if (value === undefined) continue - const entry = { value } - if (this.ttls) { - entry.ttl = this.ttls[i] - // always dump the start relative to a portable timestamp - // it's ok for this to be a bit slow, it's a rare operation. - const age = perf.now() - this.starts[i] - entry.start = Math.floor(Date.now() - age) - } - if (this.sizes) { - entry.size = this.sizes[i] - } - arr.unshift([key, entry]) - } - return arr - } - - load(arr) { - this.clear() - for (const [key, entry] of arr) { - if (entry.start) { - // entry.start is a portable timestamp, but we may be using - // node's performance.now(), so calculate the offset. - // it's ok for this to be a bit slow, it's a rare operation. - const age = Date.now() - entry.start - entry.start = perf.now() - age - } - this.set(key, entry.value, entry) - } - } - - dispose(_v, _k, _reason) {} - - set( - k, - v, - { - ttl = this.ttl, - start, - noDisposeOnSet = this.noDisposeOnSet, - size = 0, - sizeCalculation = this.sizeCalculation, - noUpdateTTL = this.noUpdateTTL, - } = {} - ) { - size = this.requireSize(k, v, size, sizeCalculation) - // if the item doesn't fit, don't do anything - // NB: maxEntrySize set to maxSize by default - if (this.maxEntrySize && size > this.maxEntrySize) { - // have to delete, in case a background fetch is there already. - // in non-async cases, this is a no-op - this.delete(k) - return this - } - let index = this.size === 0 ? undefined : this.keyMap.get(k) - if (index === undefined) { - // addition - index = this.newIndex() - this.keyList[index] = k - this.valList[index] = v - this.keyMap.set(k, index) - this.next[this.tail] = index - this.prev[index] = this.tail - this.tail = index - this.size++ - this.addItemSize(index, size) - noUpdateTTL = false - } else { - // update - this.moveToTail(index) - const oldVal = this.valList[index] - if (v !== oldVal) { - if (this.isBackgroundFetch(oldVal)) { - oldVal.__abortController.abort(new Error('replaced')) - } else { - if (!noDisposeOnSet) { - this.dispose(oldVal, k, 'set') - if (this.disposeAfter) { - this.disposed.push([oldVal, k, 'set']) - } - } - } - this.removeItemSize(index) - this.valList[index] = v - this.addItemSize(index, size) - } - } - if (ttl !== 0 && this.ttl === 0 && !this.ttls) { - this.initializeTTLTracking() - } - if (!noUpdateTTL) { - this.setItemTTL(index, ttl, start) - } - if (this.disposeAfter) { - while (this.disposed.length) { - this.disposeAfter(...this.disposed.shift()) - } - } - return this - } - - newIndex() { - if (this.size === 0) { - return this.tail - } - if (this.size === this.max && this.max !== 0) { - return this.evict(false) - } - if (this.free.length !== 0) { - return this.free.pop() - } - // initial fill, just keep writing down the list - return this.initialFill++ - } - - pop() { - if (this.size) { - const val = this.valList[this.head] - this.evict(true) - return val - } - } - - evict(free) { - const head = this.head - const k = this.keyList[head] - const v = this.valList[head] - if (this.isBackgroundFetch(v)) { - v.__abortController.abort(new Error('evicted')) - } else { - this.dispose(v, k, 'evict') - if (this.disposeAfter) { - this.disposed.push([v, k, 'evict']) - } - } - this.removeItemSize(head) - // if we aren't about to use the index, then null these out - if (free) { - this.keyList[head] = null - this.valList[head] = null - this.free.push(head) - } - this.head = this.next[head] - this.keyMap.delete(k) - this.size-- - return head - } - - has(k, { updateAgeOnHas = this.updateAgeOnHas } = {}) { - const index = this.keyMap.get(k) - if (index !== undefined) { - if (!this.isStale(index)) { - if (updateAgeOnHas) { - this.updateItemAge(index) - } - return true - } - } - return false - } - - // like get(), but without any LRU updating or TTL expiration - peek(k, { allowStale = this.allowStale } = {}) { - const index = this.keyMap.get(k) - if (index !== undefined && (allowStale || !this.isStale(index))) { - const v = this.valList[index] - // either stale and allowed, or forcing a refresh of non-stale value - return this.isBackgroundFetch(v) ? v.__staleWhileFetching : v - } - } - - backgroundFetch(k, index, options, context) { - const v = index === undefined ? undefined : this.valList[index] - if (this.isBackgroundFetch(v)) { - return v - } - const ac = new AC() - const fetchOpts = { - signal: ac.signal, - options, - context, - } - const cb = v => { - if (!ac.signal.aborted) { - this.set(k, v, fetchOpts.options) - return v - } else { - return eb(ac.signal.reason) - } - } - const eb = er => { - if (this.valList[index] === p) { - // if we allow stale on fetch rejections, then we need to ensure that - // the stale value is not removed from the cache when the fetch fails. - const noDelete = - options.noDeleteOnFetchRejection || - options.allowStaleOnFetchRejection - const del = !noDelete || p.__staleWhileFetching === undefined - if (del) { - this.delete(k) - } else { - // still replace the *promise* with the stale value, - // since we are done with the promise at this point. - this.valList[index] = p.__staleWhileFetching - } - } - if (options.allowStaleOnFetchRejection) { - return p.__staleWhileFetching - } else if (p.__returned === p) { - throw er - } - } - const pcall = (res, rej) => { - ac.signal.addEventListener('abort', () => res()) - this.fetchMethod(k, v, fetchOpts).then(res, rej) - } - const p = new Promise(pcall).then(cb, eb) - p.__abortController = ac - p.__staleWhileFetching = v - p.__returned = null - if (index === undefined) { - this.set(k, p, fetchOpts.options) - index = this.keyMap.get(k) - } else { - this.valList[index] = p - } - return p - } - - isBackgroundFetch(p) { - return ( - p && - typeof p === 'object' && - typeof p.then === 'function' && - Object.prototype.hasOwnProperty.call( - p, - '__staleWhileFetching' - ) && - Object.prototype.hasOwnProperty.call(p, '__returned') && - (p.__returned === p || p.__returned === null) - ) - } - - // this takes the union of get() and set() opts, because it does both - async fetch( - k, - { - // get options - allowStale = this.allowStale, - updateAgeOnGet = this.updateAgeOnGet, - noDeleteOnStaleGet = this.noDeleteOnStaleGet, - // set options - ttl = this.ttl, - noDisposeOnSet = this.noDisposeOnSet, - size = 0, - sizeCalculation = this.sizeCalculation, - noUpdateTTL = this.noUpdateTTL, - // fetch exclusive options - noDeleteOnFetchRejection = this.noDeleteOnFetchRejection, - allowStaleOnFetchRejection = this.allowStaleOnFetchRejection, - fetchContext = this.fetchContext, - forceRefresh = false, - signal, - } = {} - ) { - if (!this.fetchMethod) { - return this.get(k, { - allowStale, - updateAgeOnGet, - noDeleteOnStaleGet, - }) - } - - const options = { - allowStale, - updateAgeOnGet, - noDeleteOnStaleGet, - ttl, - noDisposeOnSet, - size, - sizeCalculation, - noUpdateTTL, - noDeleteOnFetchRejection, - allowStaleOnFetchRejection, - signal, - } - - let index = this.keyMap.get(k) - if (index === undefined) { - const p = this.backgroundFetch(k, index, options, fetchContext) - return (p.__returned = p) - } else { - // in cache, maybe already fetching - const v = this.valList[index] - if (this.isBackgroundFetch(v)) { - return allowStale && v.__staleWhileFetching !== undefined - ? v.__staleWhileFetching - : (v.__returned = v) - } - - // if we force a refresh, that means do NOT serve the cached value, - // unless we are already in the process of refreshing the cache. - if (!forceRefresh && !this.isStale(index)) { - this.moveToTail(index) - if (updateAgeOnGet) { - this.updateItemAge(index) - } - return v - } - - // ok, it is stale or a forced refresh, and not already fetching. - // refresh the cache. - const p = this.backgroundFetch(k, index, options, fetchContext) - return allowStale && p.__staleWhileFetching !== undefined - ? p.__staleWhileFetching - : (p.__returned = p) - } - } - - get( - k, - { - allowStale = this.allowStale, - updateAgeOnGet = this.updateAgeOnGet, - noDeleteOnStaleGet = this.noDeleteOnStaleGet, - } = {} - ) { - const index = this.keyMap.get(k) - if (index !== undefined) { - const value = this.valList[index] - const fetching = this.isBackgroundFetch(value) - if (this.isStale(index)) { - // delete only if not an in-flight background fetch - if (!fetching) { - if (!noDeleteOnStaleGet) { - this.delete(k) - } - return allowStale ? value : undefined - } else { - return allowStale ? value.__staleWhileFetching : undefined - } - } else { - // if we're currently fetching it, we don't actually have it yet - // it's not stale, which means this isn't a staleWhileRefetching, - // so we just return undefined - if (fetching) { - return undefined - } - this.moveToTail(index) - if (updateAgeOnGet) { - this.updateItemAge(index) - } - return value - } - } - } - - connect(p, n) { - this.prev[n] = p - this.next[p] = n - } - - moveToTail(index) { - // if tail already, nothing to do - // if head, move head to next[index] - // else - // move next[prev[index]] to next[index] (head has no prev) - // move prev[next[index]] to prev[index] - // prev[index] = tail - // next[tail] = index - // tail = index - if (index !== this.tail) { - if (index === this.head) { - this.head = this.next[index] - } else { - this.connect(this.prev[index], this.next[index]) - } - this.connect(this.tail, index) - this.tail = index - } - } - - get del() { - deprecatedMethod('del', 'delete') - return this.delete - } - - delete(k) { - let deleted = false - if (this.size !== 0) { - const index = this.keyMap.get(k) - if (index !== undefined) { - deleted = true - if (this.size === 1) { - this.clear() - } else { - this.removeItemSize(index) - const v = this.valList[index] - if (this.isBackgroundFetch(v)) { - v.__abortController.abort(new Error('deleted')) - } else { - this.dispose(v, k, 'delete') - if (this.disposeAfter) { - this.disposed.push([v, k, 'delete']) - } - } - this.keyMap.delete(k) - this.keyList[index] = null - this.valList[index] = null - if (index === this.tail) { - this.tail = this.prev[index] - } else if (index === this.head) { - this.head = this.next[index] - } else { - this.next[this.prev[index]] = this.next[index] - this.prev[this.next[index]] = this.prev[index] - } - this.size-- - this.free.push(index) - } - } - } - if (this.disposed) { - while (this.disposed.length) { - this.disposeAfter(...this.disposed.shift()) - } - } - return deleted - } - - clear() { - for (const index of this.rindexes({ allowStale: true })) { - const v = this.valList[index] - if (this.isBackgroundFetch(v)) { - v.__abortController.abort(new Error('deleted')) - } else { - const k = this.keyList[index] - this.dispose(v, k, 'delete') - if (this.disposeAfter) { - this.disposed.push([v, k, 'delete']) - } - } - } - - this.keyMap.clear() - this.valList.fill(null) - this.keyList.fill(null) - if (this.ttls) { - this.ttls.fill(0) - this.starts.fill(0) - } - if (this.sizes) { - this.sizes.fill(0) - } - this.head = 0 - this.tail = 0 - this.initialFill = 1 - this.free.length = 0 - this.calculatedSize = 0 - this.size = 0 - if (this.disposed) { - while (this.disposed.length) { - this.disposeAfter(...this.disposed.shift()) - } - } - } - - get reset() { - deprecatedMethod('reset', 'clear') - return this.clear - } - - get length() { - deprecatedProperty('length', 'size') - return this.size - } - - static get AbortController() { - return AC - } - static get AbortSignal() { - return AS - } -} - -module.exports = LRUCache diff --git a/software/flow/node_modules/npm/node_modules/lru-cache/index.mjs b/software/flow/node_modules/npm/node_modules/lru-cache/index.mjs deleted file mode 100644 index e69e77f..0000000 --- a/software/flow/node_modules/npm/node_modules/lru-cache/index.mjs +++ /dev/null @@ -1,1053 +0,0 @@ -const perf = - typeof performance === 'object' && - performance && - typeof performance.now === 'function' - ? performance - : Date - -const hasAbortController = typeof AbortController === 'function' - -// minimal backwards-compatibility polyfill -// this doesn't have nearly all the checks and whatnot that -// actual AbortController/Signal has, but it's enough for -// our purposes, and if used properly, behaves the same. -const AC = hasAbortController - ? AbortController - : class AbortController { - constructor() { - this.signal = new AS() - } - abort(reason = new Error('This operation was aborted')) { - this.signal.reason = reason - this.signal.dispatchEvent({ - type: 'abort', - target: this.signal, - }) - } - } - -const hasAbortSignal = typeof AbortSignal === 'function' -// Some polyfills put this on the AC class, not global -const hasACAbortSignal = typeof AC.AbortSignal === 'function' -const AS = hasAbortSignal - ? AbortSignal - : hasACAbortSignal - ? AC.AbortController - : class AbortSignal { - constructor() { - this.reason = undefined - this.aborted = false - this._listeners = [] - } - dispatchEvent(e) { - if (e.type === 'abort') { - this.aborted = true - this.onabort(e) - this._listeners.forEach(f => f(e), this) - } - } - onabort() {} - addEventListener(ev, fn) { - if (ev === 'abort') { - this._listeners.push(fn) - } - } - removeEventListener(ev, fn) { - if (ev === 'abort') { - this._listeners = this._listeners.filter(f => f !== fn) - } - } - } - -const warned = new Set() -const deprecatedOption = (opt, instead) => { - const code = `LRU_CACHE_OPTION_${opt}` - if (shouldWarn(code)) { - warn(code, `${opt} option`, `options.${instead}`, LRUCache) - } -} -const deprecatedMethod = (method, instead) => { - const code = `LRU_CACHE_METHOD_${method}` - if (shouldWarn(code)) { - const { prototype } = LRUCache - const { get } = Object.getOwnPropertyDescriptor(prototype, method) - warn(code, `${method} method`, `cache.${instead}()`, get) - } -} -const deprecatedProperty = (field, instead) => { - const code = `LRU_CACHE_PROPERTY_${field}` - if (shouldWarn(code)) { - const { prototype } = LRUCache - const { get } = Object.getOwnPropertyDescriptor(prototype, field) - warn(code, `${field} property`, `cache.${instead}`, get) - } -} - -const emitWarning = (...a) => { - typeof process === 'object' && - process && - typeof process.emitWarning === 'function' - ? process.emitWarning(...a) - : console.error(...a) -} - -const shouldWarn = code => !warned.has(code) - -const warn = (code, what, instead, fn) => { - warned.add(code) - const msg = `The ${what} is deprecated. Please use ${instead} instead.` - emitWarning(msg, 'DeprecationWarning', code, fn) -} - -const isPosInt = n => n && n === Math.floor(n) && n > 0 && isFinite(n) - -/* istanbul ignore next - This is a little bit ridiculous, tbh. - * The maximum array length is 2^32-1 or thereabouts on most JS impls. - * And well before that point, you're caching the entire world, I mean, - * that's ~32GB of just integers for the next/prev links, plus whatever - * else to hold that many keys and values. Just filling the memory with - * zeroes at init time is brutal when you get that big. - * But why not be complete? - * Maybe in the future, these limits will have expanded. */ -const getUintArray = max => - !isPosInt(max) - ? null - : max <= Math.pow(2, 8) - ? Uint8Array - : max <= Math.pow(2, 16) - ? Uint16Array - : max <= Math.pow(2, 32) - ? Uint32Array - : max <= Number.MAX_SAFE_INTEGER - ? ZeroArray - : null - -class ZeroArray extends Array { - constructor(size) { - super(size) - this.fill(0) - } -} - -class Stack { - constructor(max) { - if (max === 0) { - return [] - } - const UintArray = getUintArray(max) - this.heap = new UintArray(max) - this.length = 0 - } - push(n) { - this.heap[this.length++] = n - } - pop() { - return this.heap[--this.length] - } -} - -class LRUCache { - constructor(options = {}) { - const { - max = 0, - ttl, - ttlResolution = 1, - ttlAutopurge, - updateAgeOnGet, - updateAgeOnHas, - allowStale, - dispose, - disposeAfter, - noDisposeOnSet, - noUpdateTTL, - maxSize = 0, - maxEntrySize = 0, - sizeCalculation, - fetchMethod, - fetchContext, - noDeleteOnFetchRejection, - noDeleteOnStaleGet, - allowStaleOnFetchRejection, - } = options - - // deprecated options, don't trigger a warning for getting them if - // the thing being passed in is another LRUCache we're copying. - const { length, maxAge, stale } = - options instanceof LRUCache ? {} : options - - if (max !== 0 && !isPosInt(max)) { - throw new TypeError('max option must be a nonnegative integer') - } - - const UintArray = max ? getUintArray(max) : Array - if (!UintArray) { - throw new Error('invalid max value: ' + max) - } - - this.max = max - this.maxSize = maxSize - this.maxEntrySize = maxEntrySize || this.maxSize - this.sizeCalculation = sizeCalculation || length - if (this.sizeCalculation) { - if (!this.maxSize && !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') - } - } - - this.fetchMethod = fetchMethod || null - if (this.fetchMethod && typeof this.fetchMethod !== 'function') { - throw new TypeError( - 'fetchMethod must be a function if specified' - ) - } - - this.fetchContext = fetchContext - if (!this.fetchMethod && fetchContext !== undefined) { - throw new TypeError( - 'cannot set fetchContext without fetchMethod' - ) - } - - this.keyMap = new Map() - this.keyList = new Array(max).fill(null) - this.valList = new Array(max).fill(null) - this.next = new UintArray(max) - this.prev = new UintArray(max) - this.head = 0 - this.tail = 0 - this.free = new Stack(max) - this.initialFill = 1 - this.size = 0 - - if (typeof dispose === 'function') { - this.dispose = dispose - } - if (typeof disposeAfter === 'function') { - this.disposeAfter = disposeAfter - this.disposed = [] - } else { - this.disposeAfter = null - this.disposed = null - } - this.noDisposeOnSet = !!noDisposeOnSet - this.noUpdateTTL = !!noUpdateTTL - this.noDeleteOnFetchRejection = !!noDeleteOnFetchRejection - this.allowStaleOnFetchRejection = !!allowStaleOnFetchRejection - - // NB: maxEntrySize is set to maxSize if it's set - if (this.maxEntrySize !== 0) { - if (this.maxSize !== 0) { - if (!isPosInt(this.maxSize)) { - throw new TypeError( - 'maxSize must be a positive integer if specified' - ) - } - } - if (!isPosInt(this.maxEntrySize)) { - throw new TypeError( - 'maxEntrySize must be a positive integer if specified' - ) - } - this.initializeSizeTracking() - } - - this.allowStale = !!allowStale || !!stale - this.noDeleteOnStaleGet = !!noDeleteOnStaleGet - this.updateAgeOnGet = !!updateAgeOnGet - this.updateAgeOnHas = !!updateAgeOnHas - this.ttlResolution = - isPosInt(ttlResolution) || ttlResolution === 0 - ? ttlResolution - : 1 - this.ttlAutopurge = !!ttlAutopurge - this.ttl = ttl || maxAge || 0 - if (this.ttl) { - if (!isPosInt(this.ttl)) { - throw new TypeError( - 'ttl must be a positive integer if specified' - ) - } - this.initializeTTLTracking() - } - - // do not allow completely unbounded caches - if (this.max === 0 && this.ttl === 0 && this.maxSize === 0) { - throw new TypeError( - 'At least one of max, maxSize, or ttl is required' - ) - } - if (!this.ttlAutopurge && !this.max && !this.maxSize) { - const code = 'LRU_CACHE_UNBOUNDED' - if (shouldWarn(code)) { - warned.add(code) - const msg = - 'TTL caching without ttlAutopurge, max, or maxSize can ' + - 'result in unbounded memory consumption.' - emitWarning(msg, 'UnboundedCacheWarning', code, LRUCache) - } - } - - if (stale) { - deprecatedOption('stale', 'allowStale') - } - if (maxAge) { - deprecatedOption('maxAge', 'ttl') - } - if (length) { - deprecatedOption('length', 'sizeCalculation') - } - } - - getRemainingTTL(key) { - return this.has(key, { updateAgeOnHas: false }) ? Infinity : 0 - } - - initializeTTLTracking() { - this.ttls = new ZeroArray(this.max) - this.starts = new ZeroArray(this.max) - - this.setItemTTL = (index, ttl, start = perf.now()) => { - this.starts[index] = ttl !== 0 ? start : 0 - this.ttls[index] = ttl - if (ttl !== 0 && this.ttlAutopurge) { - const t = setTimeout(() => { - if (this.isStale(index)) { - this.delete(this.keyList[index]) - } - }, ttl + 1) - /* istanbul ignore else - unref() not supported on all platforms */ - if (t.unref) { - t.unref() - } - } - } - - this.updateItemAge = index => { - this.starts[index] = this.ttls[index] !== 0 ? perf.now() : 0 - } - - // debounce calls to perf.now() to 1s so we're not hitting - // that costly call repeatedly. - let cachedNow = 0 - const getNow = () => { - const n = perf.now() - if (this.ttlResolution > 0) { - cachedNow = n - const t = setTimeout( - () => (cachedNow = 0), - this.ttlResolution - ) - /* istanbul ignore else - not available on all platforms */ - if (t.unref) { - t.unref() - } - } - return n - } - - this.getRemainingTTL = key => { - const index = this.keyMap.get(key) - if (index === undefined) { - return 0 - } - return this.ttls[index] === 0 || this.starts[index] === 0 - ? Infinity - : this.starts[index] + - this.ttls[index] - - (cachedNow || getNow()) - } - - this.isStale = index => { - return ( - this.ttls[index] !== 0 && - this.starts[index] !== 0 && - (cachedNow || getNow()) - this.starts[index] > - this.ttls[index] - ) - } - } - updateItemAge(_index) {} - setItemTTL(_index, _ttl, _start) {} - isStale(_index) { - return false - } - - initializeSizeTracking() { - this.calculatedSize = 0 - this.sizes = new ZeroArray(this.max) - this.removeItemSize = index => { - this.calculatedSize -= this.sizes[index] - this.sizes[index] = 0 - } - this.requireSize = (k, v, size, sizeCalculation) => { - // provisionally accept background fetches. - // actual value size will be checked when they return. - if (this.isBackgroundFetch(v)) { - return 0 - } - if (!isPosInt(size)) { - if (sizeCalculation) { - if (typeof sizeCalculation !== 'function') { - throw new TypeError('sizeCalculation must be a function') - } - size = sizeCalculation(v, k) - if (!isPosInt(size)) { - 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 size - } - this.addItemSize = (index, size) => { - this.sizes[index] = size - if (this.maxSize) { - const maxSize = this.maxSize - this.sizes[index] - while (this.calculatedSize > maxSize) { - this.evict(true) - } - } - this.calculatedSize += this.sizes[index] - } - } - removeItemSize(_index) {} - addItemSize(_index, _size) {} - requireSize(_k, _v, size, sizeCalculation) { - if (size || sizeCalculation) { - throw new TypeError( - 'cannot set size without setting maxSize or maxEntrySize on cache' - ) - } - } - - *indexes({ allowStale = this.allowStale } = {}) { - if (this.size) { - for (let i = this.tail; true; ) { - if (!this.isValidIndex(i)) { - break - } - if (allowStale || !this.isStale(i)) { - yield i - } - if (i === this.head) { - break - } else { - i = this.prev[i] - } - } - } - } - - *rindexes({ allowStale = this.allowStale } = {}) { - if (this.size) { - for (let i = this.head; true; ) { - if (!this.isValidIndex(i)) { - break - } - if (allowStale || !this.isStale(i)) { - yield i - } - if (i === this.tail) { - break - } else { - i = this.next[i] - } - } - } - } - - isValidIndex(index) { - return this.keyMap.get(this.keyList[index]) === index - } - - *entries() { - for (const i of this.indexes()) { - if (!this.isBackgroundFetch(this.valList[i])) { - yield [this.keyList[i], this.valList[i]] - } - } - } - *rentries() { - for (const i of this.rindexes()) { - if (!this.isBackgroundFetch(this.valList[i])) { - yield [this.keyList[i], this.valList[i]] - } - } - } - - *keys() { - for (const i of this.indexes()) { - if (!this.isBackgroundFetch(this.valList[i])) { - yield this.keyList[i] - } - } - } - *rkeys() { - for (const i of this.rindexes()) { - if (!this.isBackgroundFetch(this.valList[i])) { - yield this.keyList[i] - } - } - } - - *values() { - for (const i of this.indexes()) { - if (!this.isBackgroundFetch(this.valList[i])) { - yield this.valList[i] - } - } - } - *rvalues() { - for (const i of this.rindexes()) { - if (!this.isBackgroundFetch(this.valList[i])) { - yield this.valList[i] - } - } - } - - [Symbol.iterator]() { - return this.entries() - } - - find(fn, getOptions = {}) { - for (const i of this.indexes()) { - if (fn(this.valList[i], this.keyList[i], this)) { - return this.get(this.keyList[i], getOptions) - } - } - } - - forEach(fn, thisp = this) { - for (const i of this.indexes()) { - fn.call(thisp, this.valList[i], this.keyList[i], this) - } - } - - rforEach(fn, thisp = this) { - for (const i of this.rindexes()) { - fn.call(thisp, this.valList[i], this.keyList[i], this) - } - } - - get prune() { - deprecatedMethod('prune', 'purgeStale') - return this.purgeStale - } - - purgeStale() { - let deleted = false - for (const i of this.rindexes({ allowStale: true })) { - if (this.isStale(i)) { - this.delete(this.keyList[i]) - deleted = true - } - } - return deleted - } - - dump() { - const arr = [] - for (const i of this.indexes({ allowStale: true })) { - const key = this.keyList[i] - const v = this.valList[i] - const value = this.isBackgroundFetch(v) - ? v.__staleWhileFetching - : v - if (value === undefined) continue - const entry = { value } - if (this.ttls) { - entry.ttl = this.ttls[i] - // always dump the start relative to a portable timestamp - // it's ok for this to be a bit slow, it's a rare operation. - const age = perf.now() - this.starts[i] - entry.start = Math.floor(Date.now() - age) - } - if (this.sizes) { - entry.size = this.sizes[i] - } - arr.unshift([key, entry]) - } - return arr - } - - load(arr) { - this.clear() - for (const [key, entry] of arr) { - if (entry.start) { - // entry.start is a portable timestamp, but we may be using - // node's performance.now(), so calculate the offset. - // it's ok for this to be a bit slow, it's a rare operation. - const age = Date.now() - entry.start - entry.start = perf.now() - age - } - this.set(key, entry.value, entry) - } - } - - dispose(_v, _k, _reason) {} - - set( - k, - v, - { - ttl = this.ttl, - start, - noDisposeOnSet = this.noDisposeOnSet, - size = 0, - sizeCalculation = this.sizeCalculation, - noUpdateTTL = this.noUpdateTTL, - } = {} - ) { - size = this.requireSize(k, v, size, sizeCalculation) - // if the item doesn't fit, don't do anything - // NB: maxEntrySize set to maxSize by default - if (this.maxEntrySize && size > this.maxEntrySize) { - // have to delete, in case a background fetch is there already. - // in non-async cases, this is a no-op - this.delete(k) - return this - } - let index = this.size === 0 ? undefined : this.keyMap.get(k) - if (index === undefined) { - // addition - index = this.newIndex() - this.keyList[index] = k - this.valList[index] = v - this.keyMap.set(k, index) - this.next[this.tail] = index - this.prev[index] = this.tail - this.tail = index - this.size++ - this.addItemSize(index, size) - noUpdateTTL = false - } else { - // update - this.moveToTail(index) - const oldVal = this.valList[index] - if (v !== oldVal) { - if (this.isBackgroundFetch(oldVal)) { - oldVal.__abortController.abort(new Error('replaced')) - } else { - if (!noDisposeOnSet) { - this.dispose(oldVal, k, 'set') - if (this.disposeAfter) { - this.disposed.push([oldVal, k, 'set']) - } - } - } - this.removeItemSize(index) - this.valList[index] = v - this.addItemSize(index, size) - } - } - if (ttl !== 0 && this.ttl === 0 && !this.ttls) { - this.initializeTTLTracking() - } - if (!noUpdateTTL) { - this.setItemTTL(index, ttl, start) - } - if (this.disposeAfter) { - while (this.disposed.length) { - this.disposeAfter(...this.disposed.shift()) - } - } - return this - } - - newIndex() { - if (this.size === 0) { - return this.tail - } - if (this.size === this.max && this.max !== 0) { - return this.evict(false) - } - if (this.free.length !== 0) { - return this.free.pop() - } - // initial fill, just keep writing down the list - return this.initialFill++ - } - - pop() { - if (this.size) { - const val = this.valList[this.head] - this.evict(true) - return val - } - } - - evict(free) { - const head = this.head - const k = this.keyList[head] - const v = this.valList[head] - if (this.isBackgroundFetch(v)) { - v.__abortController.abort(new Error('evicted')) - } else { - this.dispose(v, k, 'evict') - if (this.disposeAfter) { - this.disposed.push([v, k, 'evict']) - } - } - this.removeItemSize(head) - // if we aren't about to use the index, then null these out - if (free) { - this.keyList[head] = null - this.valList[head] = null - this.free.push(head) - } - this.head = this.next[head] - this.keyMap.delete(k) - this.size-- - return head - } - - has(k, { updateAgeOnHas = this.updateAgeOnHas } = {}) { - const index = this.keyMap.get(k) - if (index !== undefined) { - if (!this.isStale(index)) { - if (updateAgeOnHas) { - this.updateItemAge(index) - } - return true - } - } - return false - } - - // like get(), but without any LRU updating or TTL expiration - peek(k, { allowStale = this.allowStale } = {}) { - const index = this.keyMap.get(k) - if (index !== undefined && (allowStale || !this.isStale(index))) { - const v = this.valList[index] - // either stale and allowed, or forcing a refresh of non-stale value - return this.isBackgroundFetch(v) ? v.__staleWhileFetching : v - } - } - - backgroundFetch(k, index, options, context) { - const v = index === undefined ? undefined : this.valList[index] - if (this.isBackgroundFetch(v)) { - return v - } - const ac = new AC() - const fetchOpts = { - signal: ac.signal, - options, - context, - } - const cb = v => { - if (!ac.signal.aborted) { - this.set(k, v, fetchOpts.options) - return v - } else { - return eb(ac.signal.reason) - } - } - const eb = er => { - if (this.valList[index] === p) { - // if we allow stale on fetch rejections, then we need to ensure that - // the stale value is not removed from the cache when the fetch fails. - const noDelete = - options.noDeleteOnFetchRejection || - options.allowStaleOnFetchRejection - const del = !noDelete || p.__staleWhileFetching === undefined - if (del) { - this.delete(k) - } else { - // still replace the *promise* with the stale value, - // since we are done with the promise at this point. - this.valList[index] = p.__staleWhileFetching - } - } - if (options.allowStaleOnFetchRejection) { - return p.__staleWhileFetching - } else if (p.__returned === p) { - throw er - } - } - const pcall = (res, rej) => { - ac.signal.addEventListener('abort', () => res()) - this.fetchMethod(k, v, fetchOpts).then(res, rej) - } - const p = new Promise(pcall).then(cb, eb) - p.__abortController = ac - p.__staleWhileFetching = v - p.__returned = null - if (index === undefined) { - this.set(k, p, fetchOpts.options) - index = this.keyMap.get(k) - } else { - this.valList[index] = p - } - return p - } - - isBackgroundFetch(p) { - return ( - p && - typeof p === 'object' && - typeof p.then === 'function' && - Object.prototype.hasOwnProperty.call( - p, - '__staleWhileFetching' - ) && - Object.prototype.hasOwnProperty.call(p, '__returned') && - (p.__returned === p || p.__returned === null) - ) - } - - // this takes the union of get() and set() opts, because it does both - async fetch( - k, - { - // get options - allowStale = this.allowStale, - updateAgeOnGet = this.updateAgeOnGet, - noDeleteOnStaleGet = this.noDeleteOnStaleGet, - // set options - ttl = this.ttl, - noDisposeOnSet = this.noDisposeOnSet, - size = 0, - sizeCalculation = this.sizeCalculation, - noUpdateTTL = this.noUpdateTTL, - // fetch exclusive options - noDeleteOnFetchRejection = this.noDeleteOnFetchRejection, - allowStaleOnFetchRejection = this.allowStaleOnFetchRejection, - fetchContext = this.fetchContext, - forceRefresh = false, - signal, - } = {} - ) { - if (!this.fetchMethod) { - return this.get(k, { - allowStale, - updateAgeOnGet, - noDeleteOnStaleGet, - }) - } - - const options = { - allowStale, - updateAgeOnGet, - noDeleteOnStaleGet, - ttl, - noDisposeOnSet, - size, - sizeCalculation, - noUpdateTTL, - noDeleteOnFetchRejection, - allowStaleOnFetchRejection, - signal, - } - - let index = this.keyMap.get(k) - if (index === undefined) { - const p = this.backgroundFetch(k, index, options, fetchContext) - return (p.__returned = p) - } else { - // in cache, maybe already fetching - const v = this.valList[index] - if (this.isBackgroundFetch(v)) { - return allowStale && v.__staleWhileFetching !== undefined - ? v.__staleWhileFetching - : (v.__returned = v) - } - - // if we force a refresh, that means do NOT serve the cached value, - // unless we are already in the process of refreshing the cache. - if (!forceRefresh && !this.isStale(index)) { - this.moveToTail(index) - if (updateAgeOnGet) { - this.updateItemAge(index) - } - return v - } - - // ok, it is stale or a forced refresh, and not already fetching. - // refresh the cache. - const p = this.backgroundFetch(k, index, options, fetchContext) - return allowStale && p.__staleWhileFetching !== undefined - ? p.__staleWhileFetching - : (p.__returned = p) - } - } - - get( - k, - { - allowStale = this.allowStale, - updateAgeOnGet = this.updateAgeOnGet, - noDeleteOnStaleGet = this.noDeleteOnStaleGet, - } = {} - ) { - const index = this.keyMap.get(k) - if (index !== undefined) { - const value = this.valList[index] - const fetching = this.isBackgroundFetch(value) - if (this.isStale(index)) { - // delete only if not an in-flight background fetch - if (!fetching) { - if (!noDeleteOnStaleGet) { - this.delete(k) - } - return allowStale ? value : undefined - } else { - return allowStale ? value.__staleWhileFetching : undefined - } - } else { - // if we're currently fetching it, we don't actually have it yet - // it's not stale, which means this isn't a staleWhileRefetching, - // so we just return undefined - if (fetching) { - return undefined - } - this.moveToTail(index) - if (updateAgeOnGet) { - this.updateItemAge(index) - } - return value - } - } - } - - connect(p, n) { - this.prev[n] = p - this.next[p] = n - } - - moveToTail(index) { - // if tail already, nothing to do - // if head, move head to next[index] - // else - // move next[prev[index]] to next[index] (head has no prev) - // move prev[next[index]] to prev[index] - // prev[index] = tail - // next[tail] = index - // tail = index - if (index !== this.tail) { - if (index === this.head) { - this.head = this.next[index] - } else { - this.connect(this.prev[index], this.next[index]) - } - this.connect(this.tail, index) - this.tail = index - } - } - - get del() { - deprecatedMethod('del', 'delete') - return this.delete - } - - delete(k) { - let deleted = false - if (this.size !== 0) { - const index = this.keyMap.get(k) - if (index !== undefined) { - deleted = true - if (this.size === 1) { - this.clear() - } else { - this.removeItemSize(index) - const v = this.valList[index] - if (this.isBackgroundFetch(v)) { - v.__abortController.abort(new Error('deleted')) - } else { - this.dispose(v, k, 'delete') - if (this.disposeAfter) { - this.disposed.push([v, k, 'delete']) - } - } - this.keyMap.delete(k) - this.keyList[index] = null - this.valList[index] = null - if (index === this.tail) { - this.tail = this.prev[index] - } else if (index === this.head) { - this.head = this.next[index] - } else { - this.next[this.prev[index]] = this.next[index] - this.prev[this.next[index]] = this.prev[index] - } - this.size-- - this.free.push(index) - } - } - } - if (this.disposed) { - while (this.disposed.length) { - this.disposeAfter(...this.disposed.shift()) - } - } - return deleted - } - - clear() { - for (const index of this.rindexes({ allowStale: true })) { - const v = this.valList[index] - if (this.isBackgroundFetch(v)) { - v.__abortController.abort(new Error('deleted')) - } else { - const k = this.keyList[index] - this.dispose(v, k, 'delete') - if (this.disposeAfter) { - this.disposed.push([v, k, 'delete']) - } - } - } - - this.keyMap.clear() - this.valList.fill(null) - this.keyList.fill(null) - if (this.ttls) { - this.ttls.fill(0) - this.starts.fill(0) - } - if (this.sizes) { - this.sizes.fill(0) - } - this.head = 0 - this.tail = 0 - this.initialFill = 1 - this.free.length = 0 - this.calculatedSize = 0 - this.size = 0 - if (this.disposed) { - while (this.disposed.length) { - this.disposeAfter(...this.disposed.shift()) - } - } - } - - get reset() { - deprecatedMethod('reset', 'clear') - return this.clear - } - - get length() { - deprecatedProperty('length', 'size') - return this.size - } - - static get AbortController() { - return AC - } - static get AbortSignal() { - return AS - } -} - -export default LRUCache diff --git a/software/flow/node_modules/npm/node_modules/lru-cache/package.json b/software/flow/node_modules/npm/node_modules/lru-cache/package.json deleted file mode 100644 index fb90c93..0000000 --- a/software/flow/node_modules/npm/node_modules/lru-cache/package.json +++ /dev/null @@ -1,96 +0,0 @@ -{ - "name": "lru-cache", - "description": "A cache object that deletes the least-recently-used items.", - "version": "7.16.2", - "author": "Isaac Z. Schlueter <i@izs.me>", - "keywords": [ - "mru", - "lru", - "cache" - ], - "sideEffects": false, - "scripts": { - "build": "npm run prepare", - "pretest": "npm run prepare", - "presnap": "npm run prepare", - "prepare": "node ./scripts/transpile-to-esm.mjs", - "size": "size-limit", - "test": "tap", - "snap": "tap", - "preversion": "npm test", - "postversion": "npm publish", - "prepublishOnly": "git push origin --follow-tags", - "format": "prettier --write .", - "typedoc": "typedoc ./index.d.ts" - }, - "type": "commonjs", - "main": "./index.js", - "module": "./index.mjs", - "types": "./index.d.ts", - "exports": { - ".": { - "import": { - "types": "./index.d.ts", - "default": "./index.mjs" - }, - "require": { - "types": "./index.d.ts", - "default": "./index.js" - } - }, - "./package.json": "./package.json" - }, - "repository": "git://github.com/isaacs/node-lru-cache.git", - "devDependencies": { - "@size-limit/preset-small-lib": "^7.0.8", - "@types/node": "^17.0.31", - "@types/tap": "^15.0.6", - "benchmark": "^2.1.4", - "c8": "^7.11.2", - "clock-mock": "^1.0.6", - "eslint-config-prettier": "^8.5.0", - "prettier": "^2.6.2", - "size-limit": "^7.0.8", - "tap": "^16.3.4", - "ts-node": "^10.7.0", - "tslib": "^2.4.0", - "typedoc": "^0.23.24", - "typescript": "^4.6.4" - }, - "license": "ISC", - "files": [ - "index.js", - "index.mjs", - "index.d.ts" - ], - "engines": { - "node": ">=12" - }, - "prettier": { - "semi": false, - "printWidth": 70, - "tabWidth": 2, - "useTabs": false, - "singleQuote": true, - "jsxSingleQuote": false, - "bracketSameLine": true, - "arrowParens": "avoid", - "endOfLine": "lf" - }, - "tap": { - "nyc-arg": [ - "--include=index.js" - ], - "node-arg": [ - "--expose-gc", - "--require", - "ts-node/register" - ], - "ts": false - }, - "size-limit": [ - { - "path": "./index.js" - } - ] -} diff --git a/software/flow/node_modules/npm/node_modules/make-fetch-happen/LICENSE b/software/flow/node_modules/npm/node_modules/make-fetch-happen/LICENSE deleted file mode 100644 index 1808eb2..0000000 --- a/software/flow/node_modules/npm/node_modules/make-fetch-happen/LICENSE +++ /dev/null @@ -1,16 +0,0 @@ -ISC License - -Copyright 2017-2022 (c) npm, Inc. - -Permission to use, copy, modify, and/or distribute this software for -any purpose with or without fee is hereby granted, provided that the -above copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE COPYRIGHT HOLDER DISCLAIMS -ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE -COPYRIGHT HOLDER BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR -CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS -OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE -OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE -USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/make-fetch-happen/lib/agent.js b/software/flow/node_modules/npm/node_modules/make-fetch-happen/lib/agent.js deleted file mode 100644 index dd68492..0000000 --- a/software/flow/node_modules/npm/node_modules/make-fetch-happen/lib/agent.js +++ /dev/null @@ -1,214 +0,0 @@ -'use strict' -const LRU = require('lru-cache') -const url = require('url') -const isLambda = require('is-lambda') -const dns = require('./dns.js') - -const AGENT_CACHE = new LRU({ max: 50 }) -const HttpAgent = require('agentkeepalive') -const HttpsAgent = HttpAgent.HttpsAgent - -module.exports = getAgent - -const getAgentTimeout = timeout => - typeof timeout !== 'number' || !timeout ? 0 : timeout + 1 - -const getMaxSockets = maxSockets => maxSockets || 15 - -function getAgent (uri, opts) { - const parsedUri = new url.URL(typeof uri === 'string' ? uri : uri.url) - const isHttps = parsedUri.protocol === 'https:' - const pxuri = getProxyUri(parsedUri.href, opts) - - // If opts.timeout is zero, set the agentTimeout to zero as well. A timeout - // of zero disables the timeout behavior (OS limits still apply). Else, if - // opts.timeout is a non-zero value, set it to timeout + 1, to ensure that - // the node-fetch-npm timeout will always fire first, giving us more - // consistent errors. - const agentTimeout = getAgentTimeout(opts.timeout) - const agentMaxSockets = getMaxSockets(opts.maxSockets) - - const key = [ - `https:${isHttps}`, - pxuri - ? `proxy:${pxuri.protocol}//${pxuri.host}:${pxuri.port}` - : '>no-proxy<', - `local-address:${opts.localAddress || '>no-local-address<'}`, - `strict-ssl:${isHttps ? opts.rejectUnauthorized : '>no-strict-ssl<'}`, - `ca:${(isHttps && opts.ca) || '>no-ca<'}`, - `cert:${(isHttps && opts.cert) || '>no-cert<'}`, - `key:${(isHttps && opts.key) || '>no-key<'}`, - `timeout:${agentTimeout}`, - `maxSockets:${agentMaxSockets}`, - ].join(':') - - if (opts.agent != null) { // `agent: false` has special behavior! - return opts.agent - } - - // keep alive in AWS lambda makes no sense - const lambdaAgent = !isLambda ? null - : isHttps ? require('https').globalAgent - : require('http').globalAgent - - if (isLambda && !pxuri) { - return lambdaAgent - } - - if (AGENT_CACHE.peek(key)) { - return AGENT_CACHE.get(key) - } - - if (pxuri) { - const pxopts = isLambda ? { - ...opts, - agent: lambdaAgent, - } : opts - const proxy = getProxy(pxuri, pxopts, isHttps) - AGENT_CACHE.set(key, proxy) - return proxy - } - - const agent = isHttps ? new HttpsAgent({ - maxSockets: agentMaxSockets, - ca: opts.ca, - cert: opts.cert, - key: opts.key, - localAddress: opts.localAddress, - rejectUnauthorized: opts.rejectUnauthorized, - timeout: agentTimeout, - freeSocketTimeout: 15000, - lookup: dns.getLookup(opts.dns), - }) : new HttpAgent({ - maxSockets: agentMaxSockets, - localAddress: opts.localAddress, - timeout: agentTimeout, - freeSocketTimeout: 15000, - lookup: dns.getLookup(opts.dns), - }) - AGENT_CACHE.set(key, agent) - return agent -} - -function checkNoProxy (uri, opts) { - const host = new url.URL(uri).hostname.split('.').reverse() - let noproxy = (opts.noProxy || getProcessEnv('no_proxy')) - if (typeof noproxy === 'string') { - noproxy = noproxy.split(',').map(n => n.trim()) - } - - return noproxy && noproxy.some(no => { - const noParts = no.split('.').filter(x => x).reverse() - if (!noParts.length) { - return false - } - for (let i = 0; i < noParts.length; i++) { - if (host[i] !== noParts[i]) { - return false - } - } - return true - }) -} - -module.exports.getProcessEnv = getProcessEnv - -function getProcessEnv (env) { - if (!env) { - return - } - - let value - - if (Array.isArray(env)) { - for (const e of env) { - value = process.env[e] || - process.env[e.toUpperCase()] || - process.env[e.toLowerCase()] - if (typeof value !== 'undefined') { - break - } - } - } - - if (typeof env === 'string') { - value = process.env[env] || - process.env[env.toUpperCase()] || - process.env[env.toLowerCase()] - } - - return value -} - -module.exports.getProxyUri = getProxyUri -function getProxyUri (uri, opts) { - const protocol = new url.URL(uri).protocol - - const proxy = opts.proxy || - ( - protocol === 'https:' && - getProcessEnv('https_proxy') - ) || - ( - protocol === 'http:' && - getProcessEnv(['https_proxy', 'http_proxy', 'proxy']) - ) - if (!proxy) { - return null - } - - const parsedProxy = (typeof proxy === 'string') ? new url.URL(proxy) : proxy - - return !checkNoProxy(uri, opts) && parsedProxy -} - -const getAuth = u => - u.username && u.password ? decodeURIComponent(`${u.username}:${u.password}`) - : u.username ? decodeURIComponent(u.username) - : null - -const getPath = u => u.pathname + u.search + u.hash - -const HttpProxyAgent = require('http-proxy-agent') -const HttpsProxyAgent = require('https-proxy-agent') -const { SocksProxyAgent } = require('socks-proxy-agent') -module.exports.getProxy = getProxy -function getProxy (proxyUrl, opts, isHttps) { - // our current proxy agents do not support an overridden dns lookup method, so will not - // benefit from the dns cache - const popts = { - host: proxyUrl.hostname, - port: proxyUrl.port, - protocol: proxyUrl.protocol, - path: getPath(proxyUrl), - auth: getAuth(proxyUrl), - ca: opts.ca, - cert: opts.cert, - key: opts.key, - timeout: getAgentTimeout(opts.timeout), - localAddress: opts.localAddress, - maxSockets: getMaxSockets(opts.maxSockets), - rejectUnauthorized: opts.rejectUnauthorized, - } - - if (proxyUrl.protocol === 'http:' || proxyUrl.protocol === 'https:') { - if (!isHttps) { - return new HttpProxyAgent(popts) - } else { - return new HttpsProxyAgent(popts) - } - } else if (proxyUrl.protocol.startsWith('socks')) { - // socks-proxy-agent uses hostname not host - popts.hostname = popts.host - delete popts.host - return new SocksProxyAgent(popts) - } else { - throw Object.assign( - new Error(`unsupported proxy protocol: '${proxyUrl.protocol}'`), - { - code: 'EUNSUPPORTEDPROXY', - url: proxyUrl.href, - } - ) - } -} diff --git a/software/flow/node_modules/npm/node_modules/make-fetch-happen/lib/cache/entry.js b/software/flow/node_modules/npm/node_modules/make-fetch-happen/lib/cache/entry.js deleted file mode 100644 index dba89d7..0000000 --- a/software/flow/node_modules/npm/node_modules/make-fetch-happen/lib/cache/entry.js +++ /dev/null @@ -1,444 +0,0 @@ -const { Request, Response } = require('minipass-fetch') -const Minipass = require('minipass') -const MinipassFlush = require('minipass-flush') -const cacache = require('cacache') -const url = require('url') - -const CachingMinipassPipeline = require('../pipeline.js') -const CachePolicy = require('./policy.js') -const cacheKey = require('./key.js') -const remote = require('../remote.js') - -const hasOwnProperty = (obj, prop) => Object.prototype.hasOwnProperty.call(obj, prop) - -// allow list for request headers that will be written to the cache index -// note: we will also store any request headers -// that are named in a response's vary header -const KEEP_REQUEST_HEADERS = [ - 'accept-charset', - 'accept-encoding', - 'accept-language', - 'accept', - 'cache-control', -] - -// allow list for response headers that will be written to the cache index -// note: we must not store the real response's age header, or when we load -// a cache policy based on the metadata it will think the cached response -// is always stale -const KEEP_RESPONSE_HEADERS = [ - 'cache-control', - 'content-encoding', - 'content-language', - 'content-type', - 'date', - 'etag', - 'expires', - 'last-modified', - 'link', - 'location', - 'pragma', - 'vary', -] - -// return an object containing all metadata to be written to the index -const getMetadata = (request, response, options) => { - const metadata = { - time: Date.now(), - url: request.url, - reqHeaders: {}, - resHeaders: {}, - - // options on which we must match the request and vary the response - options: { - compress: options.compress != null ? options.compress : request.compress, - }, - } - - // only save the status if it's not a 200 or 304 - if (response.status !== 200 && response.status !== 304) { - metadata.status = response.status - } - - for (const name of KEEP_REQUEST_HEADERS) { - if (request.headers.has(name)) { - metadata.reqHeaders[name] = request.headers.get(name) - } - } - - // if the request's host header differs from the host in the url - // we need to keep it, otherwise it's just noise and we ignore it - const host = request.headers.get('host') - const parsedUrl = new url.URL(request.url) - if (host && parsedUrl.host !== host) { - metadata.reqHeaders.host = host - } - - // if the response has a vary header, make sure - // we store the relevant request headers too - if (response.headers.has('vary')) { - const vary = response.headers.get('vary') - // a vary of "*" means every header causes a different response. - // in that scenario, we do not include any additional headers - // as the freshness check will always fail anyway and we don't - // want to bloat the cache indexes - if (vary !== '*') { - // copy any other request headers that will vary the response - const varyHeaders = vary.trim().toLowerCase().split(/\s*,\s*/) - for (const name of varyHeaders) { - if (request.headers.has(name)) { - metadata.reqHeaders[name] = request.headers.get(name) - } - } - } - } - - for (const name of KEEP_RESPONSE_HEADERS) { - if (response.headers.has(name)) { - metadata.resHeaders[name] = response.headers.get(name) - } - } - - return metadata -} - -// symbols used to hide objects that may be lazily evaluated in a getter -const _request = Symbol('request') -const _response = Symbol('response') -const _policy = Symbol('policy') - -class CacheEntry { - constructor ({ entry, request, response, options }) { - if (entry) { - this.key = entry.key - this.entry = entry - // previous versions of this module didn't write an explicit timestamp in - // the metadata, so fall back to the entry's timestamp. we can't use the - // entry timestamp to determine staleness because cacache will update it - // when it verifies its data - this.entry.metadata.time = this.entry.metadata.time || this.entry.time - } else { - this.key = cacheKey(request) - } - - this.options = options - - // these properties are behind getters that lazily evaluate - this[_request] = request - this[_response] = response - this[_policy] = null - } - - // returns a CacheEntry instance that satisfies the given request - // or undefined if no existing entry satisfies - static async find (request, options) { - try { - // compacts the index and returns an array of unique entries - var matches = await cacache.index.compact(options.cachePath, cacheKey(request), (A, B) => { - const entryA = new CacheEntry({ entry: A, options }) - const entryB = new CacheEntry({ entry: B, options }) - return entryA.policy.satisfies(entryB.request) - }, { - validateEntry: (entry) => { - // clean out entries with a buggy content-encoding value - if (entry.metadata && - entry.metadata.resHeaders && - entry.metadata.resHeaders['content-encoding'] === null) { - return false - } - - // if an integrity is null, it needs to have a status specified - if (entry.integrity === null) { - return !!(entry.metadata && entry.metadata.status) - } - - return true - }, - }) - } catch (err) { - // if the compact request fails, ignore the error and return - return - } - - // a cache mode of 'reload' means to behave as though we have no cache - // on the way to the network. return undefined to allow cacheFetch to - // create a brand new request no matter what. - if (options.cache === 'reload') { - return - } - - // find the specific entry that satisfies the request - let match - for (const entry of matches) { - const _entry = new CacheEntry({ - entry, - options, - }) - - if (_entry.policy.satisfies(request)) { - match = _entry - break - } - } - - return match - } - - // if the user made a PUT/POST/PATCH then we invalidate our - // cache for the same url by deleting the index entirely - static async invalidate (request, options) { - const key = cacheKey(request) - try { - await cacache.rm.entry(options.cachePath, key, { removeFully: true }) - } catch (err) { - // ignore errors - } - } - - get request () { - if (!this[_request]) { - this[_request] = new Request(this.entry.metadata.url, { - method: 'GET', - headers: this.entry.metadata.reqHeaders, - ...this.entry.metadata.options, - }) - } - - return this[_request] - } - - get response () { - if (!this[_response]) { - this[_response] = new Response(null, { - url: this.entry.metadata.url, - counter: this.options.counter, - status: this.entry.metadata.status || 200, - headers: { - ...this.entry.metadata.resHeaders, - 'content-length': this.entry.size, - }, - }) - } - - return this[_response] - } - - get policy () { - if (!this[_policy]) { - this[_policy] = new CachePolicy({ - entry: this.entry, - request: this.request, - response: this.response, - options: this.options, - }) - } - - return this[_policy] - } - - // wraps the response in a pipeline that stores the data - // in the cache while the user consumes it - async store (status) { - // if we got a status other than 200, 301, or 308, - // or the CachePolicy forbid storage, append the - // cache status header and return it untouched - if ( - this.request.method !== 'GET' || - ![200, 301, 308].includes(this.response.status) || - !this.policy.storable() - ) { - this.response.headers.set('x-local-cache-status', 'skip') - return this.response - } - - const size = this.response.headers.get('content-length') - const cacheOpts = { - algorithms: this.options.algorithms, - metadata: getMetadata(this.request, this.response, this.options), - size, - integrity: this.options.integrity, - integrityEmitter: this.response.body.hasIntegrityEmitter && this.response.body, - } - - let body = null - // we only set a body if the status is a 200, redirects are - // stored as metadata only - if (this.response.status === 200) { - let cacheWriteResolve, cacheWriteReject - const cacheWritePromise = new Promise((resolve, reject) => { - cacheWriteResolve = resolve - cacheWriteReject = reject - }) - - body = new CachingMinipassPipeline({ events: ['integrity', 'size'] }, new MinipassFlush({ - flush () { - return cacheWritePromise - }, - })) - // this is always true since if we aren't reusing the one from the remote fetch, we - // are using the one from cacache - body.hasIntegrityEmitter = true - - const onResume = () => { - const tee = new Minipass() - const cacheStream = cacache.put.stream(this.options.cachePath, this.key, cacheOpts) - // re-emit the integrity and size events on our new response body so they can be reused - cacheStream.on('integrity', i => body.emit('integrity', i)) - cacheStream.on('size', s => body.emit('size', s)) - // stick a flag on here so downstream users will know if they can expect integrity events - tee.pipe(cacheStream) - // TODO if the cache write fails, log a warning but return the response anyway - // eslint-disable-next-line promise/catch-or-return - cacheStream.promise().then(cacheWriteResolve, cacheWriteReject) - body.unshift(tee) - body.unshift(this.response.body) - } - - body.once('resume', onResume) - body.once('end', () => body.removeListener('resume', onResume)) - } else { - await cacache.index.insert(this.options.cachePath, this.key, null, cacheOpts) - } - - // note: we do not set the x-local-cache-hash header because we do not know - // the hash value until after the write to the cache completes, which doesn't - // happen until after the response has been sent and it's too late to write - // the header anyway - this.response.headers.set('x-local-cache', encodeURIComponent(this.options.cachePath)) - this.response.headers.set('x-local-cache-key', encodeURIComponent(this.key)) - this.response.headers.set('x-local-cache-mode', 'stream') - this.response.headers.set('x-local-cache-status', status) - this.response.headers.set('x-local-cache-time', new Date().toISOString()) - const newResponse = new Response(body, { - url: this.response.url, - status: this.response.status, - headers: this.response.headers, - counter: this.options.counter, - }) - return newResponse - } - - // use the cached data to create a response and return it - async respond (method, options, status) { - let response - if (method === 'HEAD' || [301, 308].includes(this.response.status)) { - // if the request is a HEAD, or the response is a redirect, - // then the metadata in the entry already includes everything - // we need to build a response - response = this.response - } else { - // we're responding with a full cached response, so create a body - // that reads from cacache and attach it to a new Response - const body = new Minipass() - const headers = { ...this.policy.responseHeaders() } - const onResume = () => { - const cacheStream = cacache.get.stream.byDigest( - this.options.cachePath, this.entry.integrity, { memoize: this.options.memoize } - ) - cacheStream.on('error', async (err) => { - cacheStream.pause() - if (err.code === 'EINTEGRITY') { - await cacache.rm.content( - this.options.cachePath, this.entry.integrity, { memoize: this.options.memoize } - ) - } - if (err.code === 'ENOENT' || err.code === 'EINTEGRITY') { - await CacheEntry.invalidate(this.request, this.options) - } - body.emit('error', err) - cacheStream.resume() - }) - // emit the integrity and size events based on our metadata so we're consistent - body.emit('integrity', this.entry.integrity) - body.emit('size', Number(headers['content-length'])) - cacheStream.pipe(body) - } - - body.once('resume', onResume) - body.once('end', () => body.removeListener('resume', onResume)) - response = new Response(body, { - url: this.entry.metadata.url, - counter: options.counter, - status: 200, - headers, - }) - } - - response.headers.set('x-local-cache', encodeURIComponent(this.options.cachePath)) - response.headers.set('x-local-cache-hash', encodeURIComponent(this.entry.integrity)) - response.headers.set('x-local-cache-key', encodeURIComponent(this.key)) - response.headers.set('x-local-cache-mode', 'stream') - response.headers.set('x-local-cache-status', status) - response.headers.set('x-local-cache-time', new Date(this.entry.metadata.time).toUTCString()) - return response - } - - // use the provided request along with this cache entry to - // revalidate the stored response. returns a response, either - // from the cache or from the update - async revalidate (request, options) { - const revalidateRequest = new Request(request, { - headers: this.policy.revalidationHeaders(request), - }) - - try { - // NOTE: be sure to remove the headers property from the - // user supplied options, since we have already defined - // them on the new request object. if they're still in the - // options then those will overwrite the ones from the policy - var response = await remote(revalidateRequest, { - ...options, - headers: undefined, - }) - } catch (err) { - // if the network fetch fails, return the stale - // cached response unless it has a cache-control - // of 'must-revalidate' - if (!this.policy.mustRevalidate) { - return this.respond(request.method, options, 'stale') - } - - throw err - } - - if (this.policy.revalidated(revalidateRequest, response)) { - // we got a 304, write a new index to the cache and respond from cache - const metadata = getMetadata(request, response, options) - // 304 responses do not include headers that are specific to the response data - // since they do not include a body, so we copy values for headers that were - // in the old cache entry to the new one, if the new metadata does not already - // include that header - for (const name of KEEP_RESPONSE_HEADERS) { - if ( - !hasOwnProperty(metadata.resHeaders, name) && - hasOwnProperty(this.entry.metadata.resHeaders, name) - ) { - metadata.resHeaders[name] = this.entry.metadata.resHeaders[name] - } - } - - try { - await cacache.index.insert(options.cachePath, this.key, this.entry.integrity, { - size: this.entry.size, - metadata, - }) - } catch (err) { - // if updating the cache index fails, we ignore it and - // respond anyway - } - return this.respond(request.method, options, 'revalidated') - } - - // if we got a modified response, create a new entry based on it - const newEntry = new CacheEntry({ - request, - response, - options, - }) - - // respond with the new entry while writing it to the cache - return newEntry.store('updated') - } -} - -module.exports = CacheEntry diff --git a/software/flow/node_modules/npm/node_modules/make-fetch-happen/lib/cache/errors.js b/software/flow/node_modules/npm/node_modules/make-fetch-happen/lib/cache/errors.js deleted file mode 100644 index 67a6657..0000000 --- a/software/flow/node_modules/npm/node_modules/make-fetch-happen/lib/cache/errors.js +++ /dev/null @@ -1,11 +0,0 @@ -class NotCachedError extends Error { - constructor (url) { - /* eslint-disable-next-line max-len */ - super(`request to ${url} failed: cache mode is 'only-if-cached' but no cached response is available.`) - this.code = 'ENOTCACHED' - } -} - -module.exports = { - NotCachedError, -} diff --git a/software/flow/node_modules/npm/node_modules/make-fetch-happen/lib/cache/index.js b/software/flow/node_modules/npm/node_modules/make-fetch-happen/lib/cache/index.js deleted file mode 100644 index 0de49d2..0000000 --- a/software/flow/node_modules/npm/node_modules/make-fetch-happen/lib/cache/index.js +++ /dev/null @@ -1,49 +0,0 @@ -const { NotCachedError } = require('./errors.js') -const CacheEntry = require('./entry.js') -const remote = require('../remote.js') - -// do whatever is necessary to get a Response and return it -const cacheFetch = async (request, options) => { - // try to find a cached entry that satisfies this request - const entry = await CacheEntry.find(request, options) - if (!entry) { - // no cached result, if the cache mode is 'only-if-cached' that's a failure - if (options.cache === 'only-if-cached') { - throw new NotCachedError(request.url) - } - - // otherwise, we make a request, store it and return it - const response = await remote(request, options) - const newEntry = new CacheEntry({ request, response, options }) - return newEntry.store('miss') - } - - // we have a cached response that satisfies this request, however if the cache - // mode is 'no-cache' then we send the revalidation request no matter what - if (options.cache === 'no-cache') { - return entry.revalidate(request, options) - } - - // if the cached entry is not stale, or if the cache mode is 'force-cache' or - // 'only-if-cached' we can respond with the cached entry. set the status - // based on the result of needsRevalidation and respond - const _needsRevalidation = entry.policy.needsRevalidation(request) - if (options.cache === 'force-cache' || - options.cache === 'only-if-cached' || - !_needsRevalidation) { - return entry.respond(request.method, options, _needsRevalidation ? 'stale' : 'hit') - } - - // if we got here, the cache entry is stale so revalidate it - return entry.revalidate(request, options) -} - -cacheFetch.invalidate = async (request, options) => { - if (!options.cachePath) { - return - } - - return CacheEntry.invalidate(request, options) -} - -module.exports = cacheFetch diff --git a/software/flow/node_modules/npm/node_modules/make-fetch-happen/lib/cache/key.js b/software/flow/node_modules/npm/node_modules/make-fetch-happen/lib/cache/key.js deleted file mode 100644 index f7684d5..0000000 --- a/software/flow/node_modules/npm/node_modules/make-fetch-happen/lib/cache/key.js +++ /dev/null @@ -1,17 +0,0 @@ -const { URL, format } = require('url') - -// options passed to url.format() when generating a key -const formatOptions = { - auth: false, - fragment: false, - search: true, - unicode: false, -} - -// returns a string to be used as the cache key for the Request -const cacheKey = (request) => { - const parsed = new URL(request.url) - return `make-fetch-happen:request-cache:${format(parsed, formatOptions)}` -} - -module.exports = cacheKey diff --git a/software/flow/node_modules/npm/node_modules/make-fetch-happen/lib/cache/policy.js b/software/flow/node_modules/npm/node_modules/make-fetch-happen/lib/cache/policy.js deleted file mode 100644 index ada3c86..0000000 --- a/software/flow/node_modules/npm/node_modules/make-fetch-happen/lib/cache/policy.js +++ /dev/null @@ -1,161 +0,0 @@ -const CacheSemantics = require('http-cache-semantics') -const Negotiator = require('negotiator') -const ssri = require('ssri') - -// options passed to http-cache-semantics constructor -const policyOptions = { - shared: false, - ignoreCargoCult: true, -} - -// a fake empty response, used when only testing the -// request for storability -const emptyResponse = { status: 200, headers: {} } - -// returns a plain object representation of the Request -const requestObject = (request) => { - const _obj = { - method: request.method, - url: request.url, - headers: {}, - compress: request.compress, - } - - request.headers.forEach((value, key) => { - _obj.headers[key] = value - }) - - return _obj -} - -// returns a plain object representation of the Response -const responseObject = (response) => { - const _obj = { - status: response.status, - headers: {}, - } - - response.headers.forEach((value, key) => { - _obj.headers[key] = value - }) - - return _obj -} - -class CachePolicy { - constructor ({ entry, request, response, options }) { - this.entry = entry - this.request = requestObject(request) - this.response = responseObject(response) - this.options = options - this.policy = new CacheSemantics(this.request, this.response, policyOptions) - - if (this.entry) { - // if we have an entry, copy the timestamp to the _responseTime - // this is necessary because the CacheSemantics constructor forces - // the value to Date.now() which means a policy created from a - // cache entry is likely to always identify itself as stale - this.policy._responseTime = this.entry.metadata.time - } - } - - // static method to quickly determine if a request alone is storable - static storable (request, options) { - // no cachePath means no caching - if (!options.cachePath) { - return false - } - - // user explicitly asked not to cache - if (options.cache === 'no-store') { - return false - } - - // we only cache GET and HEAD requests - if (!['GET', 'HEAD'].includes(request.method)) { - return false - } - - // otherwise, let http-cache-semantics make the decision - // based on the request's headers - const policy = new CacheSemantics(requestObject(request), emptyResponse, policyOptions) - return policy.storable() - } - - // returns true if the policy satisfies the request - satisfies (request) { - const _req = requestObject(request) - if (this.request.headers.host !== _req.headers.host) { - return false - } - - if (this.request.compress !== _req.compress) { - return false - } - - const negotiatorA = new Negotiator(this.request) - const negotiatorB = new Negotiator(_req) - - if (JSON.stringify(negotiatorA.mediaTypes()) !== JSON.stringify(negotiatorB.mediaTypes())) { - return false - } - - if (JSON.stringify(negotiatorA.languages()) !== JSON.stringify(negotiatorB.languages())) { - return false - } - - if (JSON.stringify(negotiatorA.encodings()) !== JSON.stringify(negotiatorB.encodings())) { - return false - } - - if (this.options.integrity) { - return ssri.parse(this.options.integrity).match(this.entry.integrity) - } - - return true - } - - // returns true if the request and response allow caching - storable () { - return this.policy.storable() - } - - // NOTE: this is a hack to avoid parsing the cache-control - // header ourselves, it returns true if the response's - // cache-control contains must-revalidate - get mustRevalidate () { - return !!this.policy._rescc['must-revalidate'] - } - - // returns true if the cached response requires revalidation - // for the given request - needsRevalidation (request) { - const _req = requestObject(request) - // force method to GET because we only cache GETs - // but can serve a HEAD from a cached GET - _req.method = 'GET' - return !this.policy.satisfiesWithoutRevalidation(_req) - } - - responseHeaders () { - return this.policy.responseHeaders() - } - - // returns a new object containing the appropriate headers - // to send a revalidation request - revalidationHeaders (request) { - const _req = requestObject(request) - return this.policy.revalidationHeaders(_req) - } - - // returns true if the request/response was revalidated - // successfully. returns false if a new response was received - revalidated (request, response) { - const _req = requestObject(request) - const _res = responseObject(response) - const policy = this.policy.revalidatedPolicy(_req, _res) - return !policy.modified - } -} - -module.exports = CachePolicy diff --git a/software/flow/node_modules/npm/node_modules/make-fetch-happen/lib/dns.js b/software/flow/node_modules/npm/node_modules/make-fetch-happen/lib/dns.js deleted file mode 100644 index 13102b5..0000000 --- a/software/flow/node_modules/npm/node_modules/make-fetch-happen/lib/dns.js +++ /dev/null @@ -1,49 +0,0 @@ -const LRUCache = require('lru-cache') -const dns = require('dns') - -const defaultOptions = exports.defaultOptions = { - family: undefined, - hints: dns.ADDRCONFIG, - all: false, - verbatim: undefined, -} - -const lookupCache = exports.lookupCache = new LRUCache({ max: 50 }) - -// this is a factory so that each request can have its own opts (i.e. ttl) -// while still sharing the cache across all requests -exports.getLookup = (dnsOptions) => { - return (hostname, options, callback) => { - if (typeof options === 'function') { - callback = options - options = null - } else if (typeof options === 'number') { - options = { family: options } - } - - options = { ...defaultOptions, ...options } - - const key = JSON.stringify({ - hostname, - family: options.family, - hints: options.hints, - all: options.all, - verbatim: options.verbatim, - }) - - if (lookupCache.has(key)) { - const [address, family] = lookupCache.get(key) - process.nextTick(callback, null, address, family) - return - } - - dnsOptions.lookup(hostname, options, (err, address, family) => { - if (err) { - return callback(err) - } - - lookupCache.set(key, [address, family], { ttl: dnsOptions.ttl }) - return callback(null, address, family) - }) - } -} diff --git a/software/flow/node_modules/npm/node_modules/make-fetch-happen/lib/fetch.js b/software/flow/node_modules/npm/node_modules/make-fetch-happen/lib/fetch.js deleted file mode 100644 index 233ba67..0000000 --- a/software/flow/node_modules/npm/node_modules/make-fetch-happen/lib/fetch.js +++ /dev/null @@ -1,118 +0,0 @@ -'use strict' - -const { FetchError, Request, isRedirect } = require('minipass-fetch') -const url = require('url') - -const CachePolicy = require('./cache/policy.js') -const cache = require('./cache/index.js') -const remote = require('./remote.js') - -// given a Request, a Response and user options -// return true if the response is a redirect that -// can be followed. we throw errors that will result -// in the fetch being rejected if the redirect is -// possible but invalid for some reason -const canFollowRedirect = (request, response, options) => { - if (!isRedirect(response.status)) { - return false - } - - if (options.redirect === 'manual') { - return false - } - - if (options.redirect === 'error') { - throw new FetchError(`redirect mode is set to error: ${request.url}`, - 'no-redirect', { code: 'ENOREDIRECT' }) - } - - if (!response.headers.has('location')) { - throw new FetchError(`redirect location header missing for: ${request.url}`, - 'no-location', { code: 'EINVALIDREDIRECT' }) - } - - if (request.counter >= request.follow) { - throw new FetchError(`maximum redirect reached at: ${request.url}`, - 'max-redirect', { code: 'EMAXREDIRECT' }) - } - - return true -} - -// given a Request, a Response, and the user's options return an object -// with a new Request and a new options object that will be used for -// following the redirect -const getRedirect = (request, response, options) => { - const _opts = { ...options } - const location = response.headers.get('location') - const redirectUrl = new url.URL(location, /^https?:/.test(location) ? undefined : request.url) - // Comment below is used under the following license: - /** - * @license - * Copyright (c) 2010-2012 Mikeal Rogers - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an "AS - * IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either - * express or implied. See the License for the specific language - * governing permissions and limitations under the License. - */ - - // Remove authorization if changing hostnames (but not if just - // changing ports or protocols). This matches the behavior of request: - // https://github.com/request/request/blob/b12a6245/lib/redirect.js#L134-L138 - if (new url.URL(request.url).hostname !== redirectUrl.hostname) { - request.headers.delete('authorization') - request.headers.delete('cookie') - } - - // for POST request with 301/302 response, or any request with 303 response, - // use GET when following redirect - if ( - response.status === 303 || - (request.method === 'POST' && [301, 302].includes(response.status)) - ) { - _opts.method = 'GET' - _opts.body = null - request.headers.delete('content-length') - } - - _opts.headers = {} - request.headers.forEach((value, key) => { - _opts.headers[key] = value - }) - - _opts.counter = ++request.counter - const redirectReq = new Request(url.format(redirectUrl), _opts) - return { - request: redirectReq, - options: _opts, - } -} - -const fetch = async (request, options) => { - const response = CachePolicy.storable(request, options) - ? await cache(request, options) - : await remote(request, options) - - // if the request wasn't a GET or HEAD, and the response - // status is between 200 and 399 inclusive, invalidate the - // request url - if (!['GET', 'HEAD'].includes(request.method) && - response.status >= 200 && - response.status <= 399) { - await cache.invalidate(request, options) - } - - if (!canFollowRedirect(request, response, options)) { - return response - } - - const redirect = getRedirect(request, response, options) - return fetch(redirect.request, redirect.options) -} - -module.exports = fetch diff --git a/software/flow/node_modules/npm/node_modules/make-fetch-happen/lib/index.js b/software/flow/node_modules/npm/node_modules/make-fetch-happen/lib/index.js deleted file mode 100644 index 2f12e8e..0000000 --- a/software/flow/node_modules/npm/node_modules/make-fetch-happen/lib/index.js +++ /dev/null @@ -1,41 +0,0 @@ -const { FetchError, Headers, Request, Response } = require('minipass-fetch') - -const configureOptions = require('./options.js') -const fetch = require('./fetch.js') - -const makeFetchHappen = (url, opts) => { - const options = configureOptions(opts) - - const request = new Request(url, options) - return fetch(request, options) -} - -makeFetchHappen.defaults = (defaultUrl, defaultOptions = {}, wrappedFetch = makeFetchHappen) => { - if (typeof defaultUrl === 'object') { - defaultOptions = defaultUrl - defaultUrl = null - } - - const defaultedFetch = (url, options = {}) => { - const finalUrl = url || defaultUrl - const finalOptions = { - ...defaultOptions, - ...options, - headers: { - ...defaultOptions.headers, - ...options.headers, - }, - } - return wrappedFetch(finalUrl, finalOptions) - } - - defaultedFetch.defaults = (defaultUrl1, defaultOptions1 = {}) => - makeFetchHappen.defaults(defaultUrl1, defaultOptions1, defaultedFetch) - return defaultedFetch -} - -module.exports = makeFetchHappen -module.exports.FetchError = FetchError -module.exports.Headers = Headers -module.exports.Request = Request -module.exports.Response = Response diff --git a/software/flow/node_modules/npm/node_modules/make-fetch-happen/lib/options.js b/software/flow/node_modules/npm/node_modules/make-fetch-happen/lib/options.js deleted file mode 100644 index daa9ecd..0000000 --- a/software/flow/node_modules/npm/node_modules/make-fetch-happen/lib/options.js +++ /dev/null @@ -1,52 +0,0 @@ -const dns = require('dns') - -const conditionalHeaders = [ - 'if-modified-since', - 'if-none-match', - 'if-unmodified-since', - 'if-match', - 'if-range', -] - -const configureOptions = (opts) => { - const { strictSSL, ...options } = { ...opts } - options.method = options.method ? options.method.toUpperCase() : 'GET' - options.rejectUnauthorized = strictSSL !== false - - if (!options.retry) { - options.retry = { retries: 0 } - } else if (typeof options.retry === 'string') { - const retries = parseInt(options.retry, 10) - if (isFinite(retries)) { - options.retry = { retries } - } else { - options.retry = { retries: 0 } - } - } else if (typeof options.retry === 'number') { - options.retry = { retries: options.retry } - } else { - options.retry = { retries: 0, ...options.retry } - } - - options.dns = { ttl: 5 * 60 * 1000, lookup: dns.lookup, ...options.dns } - - options.cache = options.cache || 'default' - if (options.cache === 'default') { - const hasConditionalHeader = Object.keys(options.headers || {}).some((name) => { - return conditionalHeaders.includes(name.toLowerCase()) - }) - if (hasConditionalHeader) { - options.cache = 'no-store' - } - } - - // cacheManager is deprecated, but if it's set and - // cachePath is not we should copy it to the new field - if (options.cacheManager && !options.cachePath) { - options.cachePath = options.cacheManager - } - - return options -} - -module.exports = configureOptions diff --git a/software/flow/node_modules/npm/node_modules/make-fetch-happen/lib/pipeline.js b/software/flow/node_modules/npm/node_modules/make-fetch-happen/lib/pipeline.js deleted file mode 100644 index b1d221b..0000000 --- a/software/flow/node_modules/npm/node_modules/make-fetch-happen/lib/pipeline.js +++ /dev/null @@ -1,41 +0,0 @@ -'use strict' - -const MinipassPipeline = require('minipass-pipeline') - -class CachingMinipassPipeline extends MinipassPipeline { - #events = [] - #data = new Map() - - constructor (opts, ...streams) { - // CRITICAL: do NOT pass the streams to the call to super(), this will start - // the flow of data and potentially cause the events we need to catch to emit - // before we've finished our own setup. instead we call super() with no args, - // finish our setup, and then push the streams into ourselves to start the - // data flow - super() - this.#events = opts.events - - /* istanbul ignore next - coverage disabled because this is pointless to test here */ - if (streams.length) { - this.push(...streams) - } - } - - on (event, handler) { - if (this.#events.includes(event) && this.#data.has(event)) { - return handler(...this.#data.get(event)) - } - - return super.on(event, handler) - } - - emit (event, ...data) { - if (this.#events.includes(event)) { - this.#data.set(event, data) - } - - return super.emit(event, ...data) - } -} - -module.exports = CachingMinipassPipeline diff --git a/software/flow/node_modules/npm/node_modules/make-fetch-happen/lib/remote.js b/software/flow/node_modules/npm/node_modules/make-fetch-happen/lib/remote.js deleted file mode 100644 index 068c73a..0000000 --- a/software/flow/node_modules/npm/node_modules/make-fetch-happen/lib/remote.js +++ /dev/null @@ -1,121 +0,0 @@ -const Minipass = require('minipass') -const fetch = require('minipass-fetch') -const promiseRetry = require('promise-retry') -const ssri = require('ssri') - -const CachingMinipassPipeline = require('./pipeline.js') -const getAgent = require('./agent.js') -const pkg = require('../package.json') - -const USER_AGENT = `${pkg.name}/${pkg.version} (+https://npm.im/${pkg.name})` - -const RETRY_ERRORS = [ - 'ECONNRESET', // remote socket closed on us - 'ECONNREFUSED', // remote host refused to open connection - 'EADDRINUSE', // failed to bind to a local port (proxy?) - 'ETIMEDOUT', // someone in the transaction is WAY TOO SLOW - 'ERR_SOCKET_TIMEOUT', // same as above, but this one comes from agentkeepalive - // Known codes we do NOT retry on: - // ENOTFOUND (getaddrinfo failure. Either bad hostname, or offline) -] - -const RETRY_TYPES = [ - 'request-timeout', -] - -// make a request directly to the remote source, -// retrying certain classes of errors as well as -// following redirects (through the cache if necessary) -// and verifying response integrity -const remoteFetch = (request, options) => { - const agent = getAgent(request.url, options) - if (!request.headers.has('connection')) { - request.headers.set('connection', agent ? 'keep-alive' : 'close') - } - - if (!request.headers.has('user-agent')) { - request.headers.set('user-agent', USER_AGENT) - } - - // keep our own options since we're overriding the agent - // and the redirect mode - const _opts = { - ...options, - agent, - redirect: 'manual', - } - - return promiseRetry(async (retryHandler, attemptNum) => { - const req = new fetch.Request(request, _opts) - try { - let res = await fetch(req, _opts) - if (_opts.integrity && res.status === 200) { - // we got a 200 response and the user has specified an expected - // integrity value, so wrap the response in an ssri stream to verify it - const integrityStream = ssri.integrityStream({ - algorithms: _opts.algorithms, - integrity: _opts.integrity, - size: _opts.size, - }) - const pipeline = new CachingMinipassPipeline({ - events: ['integrity', 'size'], - }, res.body, integrityStream) - // we also propagate the integrity and size events out to the pipeline so we can use - // this new response body as an integrityEmitter for cacache - integrityStream.on('integrity', i => pipeline.emit('integrity', i)) - integrityStream.on('size', s => pipeline.emit('size', s)) - res = new fetch.Response(pipeline, res) - // set an explicit flag so we know if our response body will emit integrity and size - res.body.hasIntegrityEmitter = true - } - - res.headers.set('x-fetch-attempts', attemptNum) - - // do not retry POST requests, or requests with a streaming body - // do retry requests with a 408, 420, 429 or 500+ status in the response - const isStream = Minipass.isStream(req.body) - const isRetriable = req.method !== 'POST' && - !isStream && - ([408, 420, 429].includes(res.status) || res.status >= 500) - - if (isRetriable) { - if (typeof options.onRetry === 'function') { - options.onRetry(res) - } - - return retryHandler(res) - } - - return res - } catch (err) { - const code = (err.code === 'EPROMISERETRY') - ? err.retried.code - : err.code - - // err.retried will be the thing that was thrown from above - // if it's a response, we just got a bad status code and we - // can re-throw to allow the retry - const isRetryError = err.retried instanceof fetch.Response || - (RETRY_ERRORS.includes(code) && RETRY_TYPES.includes(err.type)) - - if (req.method === 'POST' || isRetryError) { - throw err - } - - if (typeof options.onRetry === 'function') { - options.onRetry(err) - } - - return retryHandler(err) - } - }, options.retry).catch((err) => { - // don't reject for http errors, just return them - if (err.status >= 400 && err.type !== 'system') { - return err - } - - throw err - }) -} - -module.exports = remoteFetch diff --git a/software/flow/node_modules/npm/node_modules/make-fetch-happen/package.json b/software/flow/node_modules/npm/node_modules/make-fetch-happen/package.json deleted file mode 100644 index 7c34082..0000000 --- a/software/flow/node_modules/npm/node_modules/make-fetch-happen/package.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "name": "make-fetch-happen", - "version": "11.0.3", - "description": "Opinionated, caching, retrying fetch client", - "main": "lib/index.js", - "files": [ - "bin/", - "lib/" - ], - "scripts": { - "test": "tap", - "posttest": "npm run lint", - "eslint": "eslint", - "lint": "eslint \"**/*.js\"", - "lintfix": "npm run lint -- --fix", - "postlint": "template-oss-check", - "snap": "tap", - "template-oss-apply": "template-oss-apply --force" - }, - "repository": { - "type": "git", - "url": "https://github.com/npm/make-fetch-happen.git" - }, - "keywords": [ - "http", - "request", - "fetch", - "mean girls", - "caching", - "cache", - "subresource integrity" - ], - "author": "GitHub Inc.", - "license": "ISC", - "dependencies": { - "agentkeepalive": "^4.2.1", - "cacache": "^17.0.0", - "http-cache-semantics": "^4.1.1", - "http-proxy-agent": "^5.0.0", - "https-proxy-agent": "^5.0.0", - "is-lambda": "^1.0.1", - "lru-cache": "^7.7.1", - "minipass": "^4.0.0", - "minipass-fetch": "^3.0.0", - "minipass-flush": "^1.0.5", - "minipass-pipeline": "^1.2.4", - "negotiator": "^0.6.3", - "promise-retry": "^2.0.1", - "socks-proxy-agent": "^7.0.0", - "ssri": "^10.0.0" - }, - "devDependencies": { - "@npmcli/eslint-config": "^4.0.0", - "@npmcli/template-oss": "4.11.3", - "nock": "^13.2.4", - "safe-buffer": "^5.2.1", - "standard-version": "^9.3.2", - "tap": "^16.0.0" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "tap": { - "color": 1, - "files": "test/*.js", - "check-coverage": true, - "timeout": 60, - "nyc-arg": [ - "--exclude", - "tap-snapshots/**" - ] - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.11.3" - } -} diff --git a/software/flow/node_modules/npm/node_modules/minimatch/LICENSE b/software/flow/node_modules/npm/node_modules/minimatch/LICENSE deleted file mode 100644 index 1493534..0000000 --- a/software/flow/node_modules/npm/node_modules/minimatch/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -The ISC License - -Copyright (c) 2011-2023 Isaac Z. Schlueter and Contributors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/minimatch/dist/cjs/index-cjs.d.ts b/software/flow/node_modules/npm/node_modules/minimatch/dist/cjs/index-cjs.d.ts deleted file mode 100644 index 29fdd1d..0000000 --- a/software/flow/node_modules/npm/node_modules/minimatch/dist/cjs/index-cjs.d.ts +++ /dev/null @@ -1,35 +0,0 @@ -declare const _default: { - (p: string, pattern: string, options?: import("./index.js").MinimatchOptions): boolean; - sep: string; - GLOBSTAR: typeof import("./index.js").GLOBSTAR; - filter: (pattern: string, options?: import("./index.js").MinimatchOptions) => (p: string) => boolean; - defaults: (def: import("./index.js").MinimatchOptions) => any; - braceExpand: (pattern: string, options?: import("./index.js").MinimatchOptions) => string[]; - makeRe: (pattern: string, options?: import("./index.js").MinimatchOptions) => false | import("./index.js").MMRegExp; - match: (list: string[], pattern: string, options?: import("./index.js").MinimatchOptions) => string[]; - Minimatch: typeof import("./index.js").Minimatch; -} & { - default: { - (p: string, pattern: string, options?: import("./index.js").MinimatchOptions): boolean; - sep: string; - GLOBSTAR: typeof import("./index.js").GLOBSTAR; - filter: (pattern: string, options?: import("./index.js").MinimatchOptions) => (p: string) => boolean; - defaults: (def: import("./index.js").MinimatchOptions) => any; - braceExpand: (pattern: string, options?: import("./index.js").MinimatchOptions) => string[]; - makeRe: (pattern: string, options?: import("./index.js").MinimatchOptions) => false | import("./index.js").MMRegExp; - match: (list: string[], pattern: string, options?: import("./index.js").MinimatchOptions) => string[]; - Minimatch: typeof import("./index.js").Minimatch; - }; - minimatch: { - (p: string, pattern: string, options?: import("./index.js").MinimatchOptions): boolean; - sep: string; - GLOBSTAR: typeof import("./index.js").GLOBSTAR; - filter: (pattern: string, options?: import("./index.js").MinimatchOptions) => (p: string) => boolean; - defaults: (def: import("./index.js").MinimatchOptions) => any; - braceExpand: (pattern: string, options?: import("./index.js").MinimatchOptions) => string[]; - makeRe: (pattern: string, options?: import("./index.js").MinimatchOptions) => false | import("./index.js").MMRegExp; - match: (list: string[], pattern: string, options?: import("./index.js").MinimatchOptions) => string[]; - Minimatch: typeof import("./index.js").Minimatch; - }; -}; -export = _default; diff --git a/software/flow/node_modules/npm/node_modules/minimatch/dist/cjs/index-cjs.js b/software/flow/node_modules/npm/node_modules/minimatch/dist/cjs/index-cjs.js deleted file mode 100644 index db73b6b..0000000 --- a/software/flow/node_modules/npm/node_modules/minimatch/dist/cjs/index-cjs.js +++ /dev/null @@ -1,7 +0,0 @@ -"use strict"; -var __importDefault = (this && this.__importDefault) || function (mod) { - return (mod && mod.__esModule) ? mod : { "default": mod }; -}; -const index_js_1 = __importDefault(require("./index.js")); -module.exports = Object.assign(index_js_1.default, { default: index_js_1.default, minimatch: index_js_1.default }); -//# sourceMappingURL=index-cjs.js.map \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/minimatch/dist/cjs/index-cjs.js.map b/software/flow/node_modules/npm/node_modules/minimatch/dist/cjs/index-cjs.js.map deleted file mode 100644 index 1a05485..0000000 --- a/software/flow/node_modules/npm/node_modules/minimatch/dist/cjs/index-cjs.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"index-cjs.js","sourceRoot":"","sources":["../../src/index-cjs.ts"],"names":[],"mappings":";;;;AAAA,0DAAkC;AAElC,iBAAS,MAAM,CAAC,MAAM,CAAC,kBAAS,EAAE,EAAE,OAAO,EAAE,kBAAS,EAAE,SAAS,EAAT,kBAAS,EAAE,CAAC,CAAA"} \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/minimatch/dist/cjs/index.d.ts b/software/flow/node_modules/npm/node_modules/minimatch/dist/cjs/index.d.ts deleted file mode 100644 index cca07a8..0000000 --- a/software/flow/node_modules/npm/node_modules/minimatch/dist/cjs/index.d.ts +++ /dev/null @@ -1,71 +0,0 @@ -export interface MinimatchOptions { - nobrace?: boolean; - nocomment?: boolean; - nonegate?: boolean; - debug?: boolean; - noglobstar?: boolean; - noext?: boolean; - nonull?: boolean; - windowsPathsNoEscape?: boolean; - allowWindowsEscape?: boolean; - partial?: boolean; - dot?: boolean; - nocase?: boolean; - nocaseMagicOnly?: boolean; - matchBase?: boolean; - flipNegate?: boolean; - preserveMultipleSlashes?: boolean; -} -export declare const minimatch: { - (p: string, pattern: string, options?: MinimatchOptions): boolean; - sep: string; - GLOBSTAR: typeof GLOBSTAR; - filter: (pattern: string, options?: MinimatchOptions) => (p: string) => boolean; - defaults: (def: MinimatchOptions) => typeof minimatch; - braceExpand: (pattern: string, options?: MinimatchOptions) => string[]; - makeRe: (pattern: string, options?: MinimatchOptions) => false | MMRegExp; - match: (list: string[], pattern: string, options?: MinimatchOptions) => string[]; - Minimatch: typeof Minimatch; -}; -export default minimatch; -export declare const sep: string; -export declare const GLOBSTAR: unique symbol; -export declare const filter: (pattern: string, options?: MinimatchOptions) => (p: string) => boolean; -export declare const defaults: (def: MinimatchOptions) => typeof minimatch; -export declare const braceExpand: (pattern: string, options?: MinimatchOptions) => string[]; -declare const SUBPARSE: unique symbol; -export declare const makeRe: (pattern: string, options?: MinimatchOptions) => false | MMRegExp; -export declare const match: (list: string[], pattern: string, options?: MinimatchOptions) => string[]; -export type MMRegExp = RegExp & { - _src?: string; - _glob?: string; -}; -type SubparseReturn = [string, boolean]; -type ParseReturnFiltered = string | MMRegExp | typeof GLOBSTAR; -type ParseReturn = ParseReturnFiltered | false; -export declare class Minimatch { - options: MinimatchOptions; - set: ParseReturnFiltered[][]; - pattern: string; - windowsPathsNoEscape: boolean; - nonegate: boolean; - negate: boolean; - comment: boolean; - empty: boolean; - preserveMultipleSlashes: boolean; - partial: boolean; - globSet: string[]; - globParts: string[][]; - regexp: false | null | MMRegExp; - constructor(pattern: string, options?: MinimatchOptions); - debug(..._: any[]): void; - make(): void; - parseNegate(): void; - matchOne(file: string[], pattern: ParseReturn[], partial?: boolean): boolean; - braceExpand(): string[]; - parse(pattern: string, isSub?: typeof SUBPARSE): ParseReturn | SubparseReturn; - makeRe(): false | MMRegExp; - slashSplit(p: string): string[]; - match(f: string, partial?: boolean): boolean; - static defaults(def: MinimatchOptions): typeof Minimatch; -} diff --git a/software/flow/node_modules/npm/node_modules/minimatch/dist/cjs/index.js b/software/flow/node_modules/npm/node_modules/minimatch/dist/cjs/index.js deleted file mode 100644 index 63fc3bd..0000000 --- a/software/flow/node_modules/npm/node_modules/minimatch/dist/cjs/index.js +++ /dev/null @@ -1,1090 +0,0 @@ -"use strict"; -var __importDefault = (this && this.__importDefault) || function (mod) { - return (mod && mod.__esModule) ? mod : { "default": mod }; -}; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.Minimatch = exports.match = exports.makeRe = exports.braceExpand = exports.defaults = exports.filter = exports.GLOBSTAR = exports.sep = exports.minimatch = void 0; -const minimatch = (p, pattern, options = {}) => { - assertValidPattern(pattern); - // shortcut: comments match nothing. - if (!options.nocomment && pattern.charAt(0) === '#') { - return false; - } - return new Minimatch(pattern, options).match(p); -}; -exports.minimatch = minimatch; -exports.default = exports.minimatch; -// Optimized checking for the most common glob patterns. -const starDotExtRE = /^\*+([^+@!?\*\[\(]*)$/; -const starDotExtTest = (ext) => (f) => !f.startsWith('.') && f.endsWith(ext); -const starDotExtTestDot = (ext) => (f) => f.endsWith(ext); -const starDotExtTestNocase = (ext) => { - ext = ext.toLowerCase(); - return (f) => !f.startsWith('.') && f.toLowerCase().endsWith(ext); -}; -const starDotExtTestNocaseDot = (ext) => { - ext = ext.toLowerCase(); - return (f) => f.toLowerCase().endsWith(ext); -}; -const starDotStarRE = /^\*+\.\*+$/; -const starDotStarTest = (f) => !f.startsWith('.') && f.includes('.'); -const starDotStarTestDot = (f) => f !== '.' && f !== '..' && f.includes('.'); -const dotStarRE = /^\.\*+$/; -const dotStarTest = (f) => f !== '.' && f !== '..' && f.startsWith('.'); -const starRE = /^\*+$/; -const starTest = (f) => f.length !== 0 && !f.startsWith('.'); -const starTestDot = (f) => f.length !== 0 && f !== '.' && f !== '..'; -const qmarksRE = /^\?+([^+@!?\*\[\(]*)?$/; -const qmarksTestNocase = ([$0, ext = '']) => { - const noext = qmarksTestNoExt([$0]); - if (!ext) - return noext; - ext = ext.toLowerCase(); - return (f) => noext(f) && f.toLowerCase().endsWith(ext); -}; -const qmarksTestNocaseDot = ([$0, ext = '']) => { - const noext = qmarksTestNoExtDot([$0]); - if (!ext) - return noext; - ext = ext.toLowerCase(); - return (f) => noext(f) && f.toLowerCase().endsWith(ext); -}; -const qmarksTestDot = ([$0, ext = '']) => { - const noext = qmarksTestNoExtDot([$0]); - return !ext ? noext : (f) => noext(f) && f.endsWith(ext); -}; -const qmarksTest = ([$0, ext = '']) => { - const noext = qmarksTestNoExt([$0]); - return !ext ? noext : (f) => noext(f) && f.endsWith(ext); -}; -const qmarksTestNoExt = ([$0]) => { - const len = $0.length; - return (f) => f.length === len && !f.startsWith('.'); -}; -const qmarksTestNoExtDot = ([$0]) => { - const len = $0.length; - return (f) => f.length === len && f !== '.' && f !== '..'; -}; -/* c8 ignore start */ -const platform = typeof process === 'object' && process - ? (typeof process.env === 'object' && - process.env && - process.env.__MINIMATCH_TESTING_PLATFORM__) || - process.platform - : 'posix'; -const isWindows = platform === 'win32'; -const path = isWindows ? { sep: '\\' } : { sep: '/' }; -/* c8 ignore stop */ -exports.sep = path.sep; -exports.minimatch.sep = exports.sep; -exports.GLOBSTAR = Symbol('globstar **'); -exports.minimatch.GLOBSTAR = exports.GLOBSTAR; -const brace_expansion_1 = __importDefault(require("brace-expansion")); -const plTypes = { - '!': { open: '(?:(?!(?:', close: '))[^/]*?)' }, - '?': { open: '(?:', close: ')?' }, - '+': { open: '(?:', close: ')+' }, - '*': { open: '(?:', close: ')*' }, - '@': { open: '(?:', close: ')' }, -}; -// any single thing other than / -// don't need to escape / when using new RegExp() -const qmark = '[^/]'; -// * => any number of characters -const star = qmark + '*?'; -// ** when dots are allowed. Anything goes, except .. and . -// not (^ or / followed by one or two dots followed by $ or /), -// followed by anything, any number of times. -const twoStarDot = '(?:(?!(?:\\/|^)(?:\\.{1,2})($|\\/)).)*?'; -// not a ^ or / followed by a dot, -// followed by anything, any number of times. -const twoStarNoDot = '(?:(?!(?:\\/|^)\\.).)*?'; -// "abc" -> { a:true, b:true, c:true } -const charSet = (s) => s.split('').reduce((set, c) => { - set[c] = true; - return set; -}, {}); -// characters that need to be escaped in RegExp. -const reSpecials = charSet('().*{}+?[]^$\\!'); -// characters that indicate we have to add the pattern start -const addPatternStartSet = charSet('[.('); -const filter = (pattern, options = {}) => (p) => (0, exports.minimatch)(p, pattern, options); -exports.filter = filter; -exports.minimatch.filter = exports.filter; -const ext = (a, b = {}) => Object.assign({}, a, b); -const defaults = (def) => { - if (!def || typeof def !== 'object' || !Object.keys(def).length) { - return exports.minimatch; - } - const orig = exports.minimatch; - const m = (p, pattern, options = {}) => orig(p, pattern, ext(def, options)); - return Object.assign(m, { - Minimatch: class Minimatch extends orig.Minimatch { - constructor(pattern, options = {}) { - super(pattern, ext(def, options)); - } - static defaults(options) { - return orig.defaults(ext(def, options)).Minimatch; - } - }, - filter: (pattern, options = {}) => orig.filter(pattern, ext(def, options)), - defaults: (options) => orig.defaults(ext(def, options)), - makeRe: (pattern, options = {}) => orig.makeRe(pattern, ext(def, options)), - braceExpand: (pattern, options = {}) => orig.braceExpand(pattern, ext(def, options)), - match: (list, pattern, options = {}) => orig.match(list, pattern, ext(def, options)), - sep: orig.sep, - GLOBSTAR: exports.GLOBSTAR, - }); -}; -exports.defaults = defaults; -exports.minimatch.defaults = exports.defaults; -// Brace expansion: -// a{b,c}d -> abd acd -// a{b,}c -> abc ac -// a{0..3}d -> a0d a1d a2d a3d -// a{b,c{d,e}f}g -> abg acdfg acefg -// a{b,c}d{e,f}g -> abdeg acdeg abdeg abdfg -// -// Invalid sets are not expanded. -// a{2..}b -> a{2..}b -// a{b}c -> a{b}c -const braceExpand = (pattern, options = {}) => { - assertValidPattern(pattern); - // Thanks to Yeting Li <https://github.com/yetingli> for - // improving this regexp to avoid a ReDOS vulnerability. - if (options.nobrace || !/\{(?:(?!\{).)*\}/.test(pattern)) { - // shortcut. no need to expand. - return [pattern]; - } - return (0, brace_expansion_1.default)(pattern); -}; -exports.braceExpand = braceExpand; -exports.minimatch.braceExpand = exports.braceExpand; -const MAX_PATTERN_LENGTH = 1024 * 64; -const assertValidPattern = (pattern) => { - if (typeof pattern !== 'string') { - throw new TypeError('invalid pattern'); - } - if (pattern.length > MAX_PATTERN_LENGTH) { - throw new TypeError('pattern is too long'); - } -}; -// parse a component of the expanded set. -// At this point, no pattern may contain "/" in it -// so we're going to return a 2d array, where each entry is the full -// pattern, split on '/', and then turned into a regular expression. -// A regexp is made at the end which joins each array with an -// escaped /, and another full one which joins each regexp with |. -// -// Following the lead of Bash 4.1, note that "**" only has special meaning -// when it is the *only* thing in a path portion. Otherwise, any series -// of * is equivalent to a single *. Globstar behavior is enabled by -// default, and can be disabled by setting options.noglobstar. -const SUBPARSE = Symbol('subparse'); -const makeRe = (pattern, options = {}) => new Minimatch(pattern, options).makeRe(); -exports.makeRe = makeRe; -exports.minimatch.makeRe = exports.makeRe; -const match = (list, pattern, options = {}) => { - const mm = new Minimatch(pattern, options); - list = list.filter(f => mm.match(f)); - if (mm.options.nonull && !list.length) { - list.push(pattern); - } - return list; -}; -exports.match = match; -exports.minimatch.match = exports.match; -// replace stuff like \* with * -const globUnescape = (s) => s.replace(/\\(.)/g, '$1'); -const charUnescape = (s) => s.replace(/\\([^-\]])/g, '$1'); -const regExpEscape = (s) => s.replace(/[-[\]{}()*+?.,\\^$|#\s]/g, '\\$&'); -const braExpEscape = (s) => s.replace(/[[\]\\]/g, '\\$&'); -class Minimatch { - options; - set; - pattern; - windowsPathsNoEscape; - nonegate; - negate; - comment; - empty; - preserveMultipleSlashes; - partial; - globSet; - globParts; - regexp; - constructor(pattern, options = {}) { - assertValidPattern(pattern); - options = options || {}; - this.options = options; - this.pattern = pattern; - this.windowsPathsNoEscape = - !!options.windowsPathsNoEscape || options.allowWindowsEscape === false; - if (this.windowsPathsNoEscape) { - this.pattern = this.pattern.replace(/\\/g, '/'); - } - this.preserveMultipleSlashes = !!options.preserveMultipleSlashes; - this.regexp = null; - this.negate = false; - this.nonegate = !!options.nonegate; - this.comment = false; - this.empty = false; - this.partial = !!options.partial; - this.globSet = []; - this.globParts = []; - this.set = []; - // make the set of regexps etc. - this.make(); - } - debug(..._) { } - make() { - const pattern = this.pattern; - const options = this.options; - // empty patterns and comments match nothing. - if (!options.nocomment && pattern.charAt(0) === '#') { - this.comment = true; - return; - } - if (!pattern) { - this.empty = true; - return; - } - // step 1: figure out negation, etc. - this.parseNegate(); - // step 2: expand braces - this.globSet = this.braceExpand(); - if (options.debug) { - this.debug = (...args) => console.error(...args); - } - this.debug(this.pattern, this.globSet); - // step 3: now we have a set, so turn each one into a series of path-portion - // matching patterns. - // These will be regexps, except in the case of "**", which is - // set to the GLOBSTAR object for globstar behavior, - // and will not contain any / characters - const rawGlobParts = this.globSet.map(s => this.slashSplit(s)); - // consecutive globstars are an unncessary perf killer - // also, **/*/... is equivalent to */**/..., so swap all of those - // this turns a pattern like **/*/**/*/x into */*/**/x - // and a pattern like **/x/**/*/y becomes **/x/*/**/y - // the *later* we can push the **, the more efficient it is, - // because we can avoid having to do a recursive walk until - // the walked tree is as shallow as possible. - // Note that this is only true up to the last pattern, though, because - // a/*/** will only match a/b if b is a dir, but a/**/* will match a/b - // regardless, since it's "0 or more path segments" if it's not final. - if (this.options.noglobstar) { - // ** is * anyway - this.globParts = rawGlobParts; - } - else { - // do this swap BEFORE the reduce, so that we can turn a string - // of **/*/**/* into */*/**/** and then reduce the **'s into one - for (const parts of rawGlobParts) { - let swapped; - do { - swapped = false; - for (let i = 0; i < parts.length - 1; i++) { - if (parts[i] === '*' && parts[i - 1] === '**') { - parts[i] = '**'; - parts[i - 1] = '*'; - swapped = true; - } - } - } while (swapped); - } - this.globParts = rawGlobParts.map(parts => { - parts = parts.reduce((set, part) => { - const prev = set[set.length - 1]; - if (part === '**' && prev === '**') { - return set; - } - if (part === '..') { - if (prev && prev !== '..' && prev !== '.' && prev !== '**') { - set.pop(); - return set; - } - } - set.push(part); - return set; - }, []); - return parts.length === 0 ? [''] : parts; - }); - } - this.debug(this.pattern, this.globParts); - // glob --> regexps - let set = this.globParts.map((s, _, __) => s.map(ss => this.parse(ss))); - this.debug(this.pattern, set); - // filter out everything that didn't compile properly. - this.set = set.filter(s => s.indexOf(false) === -1); - // do not treat the ? in UNC paths as magic - if (isWindows) { - for (let i = 0; i < this.set.length; i++) { - const p = this.set[i]; - if (p[0] === '' && - p[1] === '' && - this.globParts[i][2] === '?' && - typeof p[3] === 'string' && - /^[a-z]:$/i.test(p[3])) { - p[2] = '?'; - } - } - } - this.debug(this.pattern, this.set); - } - parseNegate() { - if (this.nonegate) - return; - const pattern = this.pattern; - let negate = false; - let negateOffset = 0; - for (let i = 0; i < pattern.length && pattern.charAt(i) === '!'; i++) { - negate = !negate; - negateOffset++; - } - if (negateOffset) - this.pattern = pattern.slice(negateOffset); - this.negate = negate; - } - // set partial to true to test if, for example, - // "/a/b" matches the start of "/*/b/*/d" - // Partial means, if you run out of file before you run - // out of pattern, then that's fine, as long as all - // the parts match. - matchOne(file, pattern, partial = false) { - const options = this.options; - // a UNC pattern like //?/c:/* can match a path like c:/x - // and vice versa - if (isWindows) { - const fileUNC = file[0] === '' && - file[1] === '' && - file[2] === '?' && - typeof file[3] === 'string' && - /^[a-z]:$/i.test(file[3]); - const patternUNC = pattern[0] === '' && - pattern[1] === '' && - pattern[2] === '?' && - typeof pattern[3] === 'string' && - /^[a-z]:$/i.test(pattern[3]); - if (fileUNC && patternUNC) { - const fd = file[3]; - const pd = pattern[3]; - if (fd.toLowerCase() === pd.toLowerCase()) { - file[3] = pd; - } - } - else if (patternUNC && typeof file[0] === 'string') { - const pd = pattern[3]; - const fd = file[0]; - if (pd.toLowerCase() === fd.toLowerCase()) { - pattern[3] = fd; - pattern = pattern.slice(3); - } - } - else if (fileUNC && typeof pattern[0] === 'string') { - const fd = file[3]; - if (fd.toLowerCase() === pattern[0].toLowerCase()) { - pattern[0] = fd; - file = file.slice(3); - } - } - } - this.debug('matchOne', this, { file, pattern }); - this.debug('matchOne', file.length, pattern.length); - for (var fi = 0, pi = 0, fl = file.length, pl = pattern.length; fi < fl && pi < pl; fi++, pi++) { - this.debug('matchOne loop'); - var p = pattern[pi]; - var f = file[fi]; - this.debug(pattern, p, f); - // should be impossible. - // some invalid regexp stuff in the set. - /* c8 ignore start */ - if (p === false) { - return false; - } - /* c8 ignore stop */ - if (p === exports.GLOBSTAR) { - this.debug('GLOBSTAR', [pattern, p, f]); - // "**" - // a/**/b/**/c would match the following: - // a/b/x/y/z/c - // a/x/y/z/b/c - // a/b/x/b/x/c - // a/b/c - // To do this, take the rest of the pattern after - // the **, and see if it would match the file remainder. - // If so, return success. - // If not, the ** "swallows" a segment, and try again. - // This is recursively awful. - // - // a/**/b/**/c matching a/b/x/y/z/c - // - a matches a - // - doublestar - // - matchOne(b/x/y/z/c, b/**/c) - // - b matches b - // - doublestar - // - matchOne(x/y/z/c, c) -> no - // - matchOne(y/z/c, c) -> no - // - matchOne(z/c, c) -> no - // - matchOne(c, c) yes, hit - var fr = fi; - var pr = pi + 1; - if (pr === pl) { - this.debug('** at the end'); - // a ** at the end will just swallow the rest. - // We have found a match. - // however, it will not swallow /.x, unless - // options.dot is set. - // . and .. are *never* matched by **, for explosively - // exponential reasons. - for (; fi < fl; fi++) { - if (file[fi] === '.' || - file[fi] === '..' || - (!options.dot && file[fi].charAt(0) === '.')) - return false; - } - return true; - } - // ok, let's see if we can swallow whatever we can. - while (fr < fl) { - var swallowee = file[fr]; - this.debug('\nglobstar while', file, fr, pattern, pr, swallowee); - // XXX remove this slice. Just pass the start index. - if (this.matchOne(file.slice(fr), pattern.slice(pr), partial)) { - this.debug('globstar found match!', fr, fl, swallowee); - // found a match. - return true; - } - else { - // can't swallow "." or ".." ever. - // can only swallow ".foo" when explicitly asked. - if (swallowee === '.' || - swallowee === '..' || - (!options.dot && swallowee.charAt(0) === '.')) { - this.debug('dot detected!', file, fr, pattern, pr); - break; - } - // ** swallows a segment, and continue. - this.debug('globstar swallow a segment, and continue'); - fr++; - } - } - // no match was found. - // However, in partial mode, we can't say this is necessarily over. - /* c8 ignore start */ - if (partial) { - // ran out of file - this.debug('\n>>> no match, partial?', file, fr, pattern, pr); - if (fr === fl) { - return true; - } - } - /* c8 ignore stop */ - return false; - } - // something other than ** - // non-magic patterns just have to match exactly - // patterns with magic have been turned into regexps. - let hit; - if (typeof p === 'string') { - hit = f === p; - this.debug('string match', p, f, hit); - } - else { - hit = p.test(f); - this.debug('pattern match', p, f, hit); - } - if (!hit) - return false; - } - // Note: ending in / means that we'll get a final "" - // at the end of the pattern. This can only match a - // corresponding "" at the end of the file. - // If the file ends in /, then it can only match a - // a pattern that ends in /, unless the pattern just - // doesn't have any more for it. But, a/b/ should *not* - // match "a/b/*", even though "" matches against the - // [^/]*? pattern, except in partial mode, where it might - // simply not be reached yet. - // However, a/b/ should still satisfy a/* - // now either we fell off the end of the pattern, or we're done. - if (fi === fl && pi === pl) { - // ran out of pattern and filename at the same time. - // an exact hit! - return true; - } - else if (fi === fl) { - // ran out of file, but still had pattern left. - // this is ok if we're doing the match as part of - // a glob fs traversal. - return partial; - } - else if (pi === pl) { - // ran out of pattern, still have file left. - // this is only acceptable if we're on the very last - // empty segment of a file with a trailing slash. - // a/* should match a/b/ - return fi === fl - 1 && file[fi] === ''; - /* c8 ignore start */ - } - else { - // should be unreachable. - throw new Error('wtf?'); - } - /* c8 ignore stop */ - } - braceExpand() { - return (0, exports.braceExpand)(this.pattern, this.options); - } - parse(pattern, isSub) { - assertValidPattern(pattern); - const options = this.options; - // shortcuts - if (pattern === '**') { - if (!options.noglobstar) - return exports.GLOBSTAR; - else - pattern = '*'; - } - if (pattern === '') - return ''; - // far and away, the most common glob pattern parts are - // *, *.*, and *.<ext> Add a fast check method for those. - let m; - let fastTest = null; - if (isSub !== SUBPARSE) { - if ((m = pattern.match(starRE))) { - fastTest = options.dot ? starTestDot : starTest; - } - else if ((m = pattern.match(starDotExtRE))) { - fastTest = (options.nocase - ? options.dot - ? starDotExtTestNocaseDot - : starDotExtTestNocase - : options.dot - ? starDotExtTestDot - : starDotExtTest)(m[1]); - } - else if ((m = pattern.match(qmarksRE))) { - fastTest = (options.nocase - ? options.dot - ? qmarksTestNocaseDot - : qmarksTestNocase - : options.dot - ? qmarksTestDot - : qmarksTest)(m); - } - else if ((m = pattern.match(starDotStarRE))) { - fastTest = options.dot ? starDotStarTestDot : starDotStarTest; - } - else if ((m = pattern.match(dotStarRE))) { - fastTest = dotStarTest; - } - } - let re = ''; - let hasMagic = false; - let escaping = false; - // ? => one single character - const patternListStack = []; - const negativeLists = []; - let stateChar = false; - let inClass = false; - let reClassStart = -1; - let classStart = -1; - let cs; - let pl; - let sp; - // . and .. never match anything that doesn't start with ., - // even when options.dot is set. However, if the pattern - // starts with ., then traversal patterns can match. - let dotTravAllowed = pattern.charAt(0) === '.'; - let dotFileAllowed = options.dot || dotTravAllowed; - const patternStart = () => dotTravAllowed - ? '' - : dotFileAllowed - ? '(?!(?:^|\\/)\\.{1,2}(?:$|\\/))' - : '(?!\\.)'; - const subPatternStart = (p) => p.charAt(0) === '.' - ? '' - : options.dot - ? '(?!(?:^|\\/)\\.{1,2}(?:$|\\/))' - : '(?!\\.)'; - const clearStateChar = () => { - if (stateChar) { - // we had some state-tracking character - // that wasn't consumed by this pass. - switch (stateChar) { - case '*': - re += star; - hasMagic = true; - break; - case '?': - re += qmark; - hasMagic = true; - break; - default: - re += '\\' + stateChar; - break; - } - this.debug('clearStateChar %j %j', stateChar, re); - stateChar = false; - } - }; - for (let i = 0, c; i < pattern.length && (c = pattern.charAt(i)); i++) { - this.debug('%s\t%s %s %j', pattern, i, re, c); - // skip over any that are escaped. - if (escaping) { - // completely not allowed, even escaped. - // should be impossible. - /* c8 ignore start */ - if (c === '/') { - return false; - } - /* c8 ignore stop */ - if (reSpecials[c]) { - re += '\\'; - } - re += c; - escaping = false; - continue; - } - switch (c) { - // Should already be path-split by now. - /* c8 ignore start */ - case '/': { - return false; - } - /* c8 ignore stop */ - case '\\': - if (inClass && pattern.charAt(i + 1) === '-') { - re += c; - continue; - } - clearStateChar(); - escaping = true; - continue; - // the various stateChar values - // for the "extglob" stuff. - case '?': - case '*': - case '+': - case '@': - case '!': - this.debug('%s\t%s %s %j <-- stateChar', pattern, i, re, c); - // all of those are literals inside a class, except that - // the glob [!a] means [^a] in regexp - if (inClass) { - this.debug(' in class'); - if (c === '!' && i === classStart + 1) - c = '^'; - re += c; - continue; - } - // if we already have a stateChar, then it means - // that there was something like ** or +? in there. - // Handle the stateChar, then proceed with this one. - this.debug('call clearStateChar %j', stateChar); - clearStateChar(); - stateChar = c; - // if extglob is disabled, then +(asdf|foo) isn't a thing. - // just clear the statechar *now*, rather than even diving into - // the patternList stuff. - if (options.noext) - clearStateChar(); - continue; - case '(': { - if (inClass) { - re += '('; - continue; - } - if (!stateChar) { - re += '\\('; - continue; - } - const plEntry = { - type: stateChar, - start: i - 1, - reStart: re.length, - open: plTypes[stateChar].open, - close: plTypes[stateChar].close, - }; - this.debug(this.pattern, '\t', plEntry); - patternListStack.push(plEntry); - // negation is (?:(?!(?:js)(?:<rest>))[^/]*) - re += plEntry.open; - // next entry starts with a dot maybe? - if (plEntry.start === 0 && plEntry.type !== '!') { - dotTravAllowed = true; - re += subPatternStart(pattern.slice(i + 1)); - } - this.debug('plType %j %j', stateChar, re); - stateChar = false; - continue; - } - case ')': { - const plEntry = patternListStack[patternListStack.length - 1]; - if (inClass || !plEntry) { - re += '\\)'; - continue; - } - patternListStack.pop(); - // closing an extglob - clearStateChar(); - hasMagic = true; - pl = plEntry; - // negation is (?:(?!js)[^/]*) - // The others are (?:<pattern>)<type> - re += pl.close; - if (pl.type === '!') { - negativeLists.push(Object.assign(pl, { reEnd: re.length })); - } - continue; - } - case '|': { - const plEntry = patternListStack[patternListStack.length - 1]; - if (inClass || !plEntry) { - re += '\\|'; - continue; - } - clearStateChar(); - re += '|'; - // next subpattern can start with a dot? - if (plEntry.start === 0 && plEntry.type !== '!') { - dotTravAllowed = true; - re += subPatternStart(pattern.slice(i + 1)); - } - continue; - } - // these are mostly the same in regexp and glob - case '[': - // swallow any state-tracking char before the [ - clearStateChar(); - if (inClass) { - re += '\\' + c; - continue; - } - inClass = true; - classStart = i; - reClassStart = re.length; - re += c; - continue; - case ']': - // a right bracket shall lose its special - // meaning and represent itself in - // a bracket expression if it occurs - // first in the list. -- POSIX.2 2.8.3.2 - if (i === classStart + 1 || !inClass) { - re += '\\' + c; - continue; - } - // split where the last [ was, make sure we don't have - // an invalid re. if so, re-walk the contents of the - // would-be class to re-translate any characters that - // were passed through as-is - // TODO: It would probably be faster to determine this - // without a try/catch and a new RegExp, but it's tricky - // to do safely. For now, this is safe and works. - cs = pattern.substring(classStart + 1, i); - try { - RegExp('[' + braExpEscape(charUnescape(cs)) + ']'); - // looks good, finish up the class. - re += c; - } - catch (er) { - // out of order ranges in JS are errors, but in glob syntax, - // they're just a range that matches nothing. - re = re.substring(0, reClassStart) + '(?:$.)'; // match nothing ever - } - hasMagic = true; - inClass = false; - continue; - default: - // swallow any state char that wasn't consumed - clearStateChar(); - if (reSpecials[c] && !(c === '^' && inClass)) { - re += '\\'; - } - re += c; - break; - } // switch - } // for - // handle the case where we left a class open. - // "[abc" is valid, equivalent to "\[abc" - if (inClass) { - // split where the last [ was, and escape it - // this is a huge pita. We now have to re-walk - // the contents of the would-be class to re-translate - // any characters that were passed through as-is - cs = pattern.slice(classStart + 1); - sp = this.parse(cs, SUBPARSE); - re = re.substring(0, reClassStart) + '\\[' + sp[0]; - hasMagic = hasMagic || sp[1]; - } - // handle the case where we had a +( thing at the *end* - // of the pattern. - // each pattern list stack adds 3 chars, and we need to go through - // and escape any | chars that were passed through as-is for the regexp. - // Go through and escape them, taking care not to double-escape any - // | chars that were already escaped. - for (pl = patternListStack.pop(); pl; pl = patternListStack.pop()) { - let tail; - tail = re.slice(pl.reStart + pl.open.length); - this.debug(this.pattern, 'setting tail', re, pl); - // maybe some even number of \, then maybe 1 \, followed by a | - tail = tail.replace(/((?:\\{2}){0,64})(\\?)\|/g, (_, $1, $2) => { - if (!$2) { - // the | isn't already escaped, so escape it. - $2 = '\\'; - // should already be done - /* c8 ignore start */ - } - /* c8 ignore stop */ - // need to escape all those slashes *again*, without escaping the - // one that we need for escaping the | character. As it works out, - // escaping an even number of slashes can be done by simply repeating - // it exactly after itself. That's why this trick works. - // - // I am sorry that you have to see this. - return $1 + $1 + $2 + '|'; - }); - this.debug('tail=%j\n %s', tail, tail, pl, re); - const t = pl.type === '*' ? star : pl.type === '?' ? qmark : '\\' + pl.type; - hasMagic = true; - re = re.slice(0, pl.reStart) + t + '\\(' + tail; - } - // handle trailing things that only matter at the very end. - clearStateChar(); - if (escaping) { - // trailing \\ - re += '\\\\'; - } - // only need to apply the nodot start if the re starts with - // something that could conceivably capture a dot - const addPatternStart = addPatternStartSet[re.charAt(0)]; - // Hack to work around lack of negative lookbehind in JS - // A pattern like: *.!(x).!(y|z) needs to ensure that a name - // like 'a.xyz.yz' doesn't match. So, the first negative - // lookahead, has to look ALL the way ahead, to the end of - // the pattern. - for (let n = negativeLists.length - 1; n > -1; n--) { - const nl = negativeLists[n]; - const nlBefore = re.slice(0, nl.reStart); - const nlFirst = re.slice(nl.reStart, nl.reEnd - 8); - let nlAfter = re.slice(nl.reEnd); - const nlLast = re.slice(nl.reEnd - 8, nl.reEnd) + nlAfter; - // Handle nested stuff like *(*.js|!(*.json)), where open parens - // mean that we should *not* include the ) in the bit that is considered - // "after" the negated section. - const closeParensBefore = nlBefore.split(')').length; - const openParensBefore = nlBefore.split('(').length - closeParensBefore; - let cleanAfter = nlAfter; - for (let i = 0; i < openParensBefore; i++) { - cleanAfter = cleanAfter.replace(/\)[+*?]?/, ''); - } - nlAfter = cleanAfter; - const dollar = nlAfter === '' && isSub !== SUBPARSE ? '(?:$|\\/)' : ''; - re = nlBefore + nlFirst + nlAfter + dollar + nlLast; - } - // if the re is not "" at this point, then we need to make sure - // it doesn't match against an empty path part. - // Otherwise a/* will match a/, which it should not. - if (re !== '' && hasMagic) { - re = '(?=.)' + re; - } - if (addPatternStart) { - re = patternStart() + re; - } - // parsing just a piece of a larger pattern. - if (isSub === SUBPARSE) { - return [re, hasMagic]; - } - // if it's nocase, and the lcase/uppercase don't match, it's magic - if (options.nocase && !hasMagic && !options.nocaseMagicOnly) { - hasMagic = pattern.toUpperCase() !== pattern.toLowerCase(); - } - // skip the regexp for non-magical patterns - // unescape anything in it, though, so that it'll be - // an exact match against a file etc. - if (!hasMagic) { - return globUnescape(pattern); - } - const flags = options.nocase ? 'i' : ''; - try { - const ext = fastTest - ? { - _glob: pattern, - _src: re, - test: fastTest, - } - : { - _glob: pattern, - _src: re, - }; - return Object.assign(new RegExp('^' + re + '$', flags), ext); - /* c8 ignore start */ - } - catch (er) { - // should be impossible - // If it was an invalid regular expression, then it can't match - // anything. This trick looks for a character after the end of - // the string, which is of course impossible, except in multi-line - // mode, but it's not a /m regex. - this.debug('invalid regexp', er); - return new RegExp('$.'); - } - /* c8 ignore stop */ - } - makeRe() { - if (this.regexp || this.regexp === false) - return this.regexp; - // at this point, this.set is a 2d array of partial - // pattern strings, or "**". - // - // It's better to use .match(). This function shouldn't - // be used, really, but it's pretty convenient sometimes, - // when you just want to work with a regex. - const set = this.set; - if (!set.length) { - this.regexp = false; - return this.regexp; - } - const options = this.options; - const twoStar = options.noglobstar - ? star - : options.dot - ? twoStarDot - : twoStarNoDot; - const flags = options.nocase ? 'i' : ''; - // regexpify non-globstar patterns - // if ** is only item, then we just do one twoStar - // if ** is first, and there are more, prepend (\/|twoStar\/)? to next - // if ** is last, append (\/twoStar|) to previous - // if ** is in the middle, append (\/|\/twoStar\/) to previous - // then filter out GLOBSTAR symbols - let re = set - .map(pattern => { - const pp = pattern.map(p => typeof p === 'string' - ? regExpEscape(p) - : p === exports.GLOBSTAR - ? exports.GLOBSTAR - : p._src); - pp.forEach((p, i) => { - const next = pp[i + 1]; - const prev = pp[i - 1]; - if (p !== exports.GLOBSTAR || prev === exports.GLOBSTAR) { - return; - } - if (prev === undefined) { - if (next !== undefined && next !== exports.GLOBSTAR) { - pp[i + 1] = '(?:\\/|' + twoStar + '\\/)?' + next; - } - else { - pp[i] = twoStar; - } - } - else if (next === undefined) { - pp[i - 1] = prev + '(?:\\/|' + twoStar + ')?'; - } - else if (next !== exports.GLOBSTAR) { - pp[i - 1] = prev + '(?:\\/|\\/' + twoStar + '\\/)' + next; - pp[i + 1] = exports.GLOBSTAR; - } - }); - return pp.filter(p => p !== exports.GLOBSTAR).join('/'); - }) - .join('|'); - // must match entire pattern - // ending in a * or ** will make it less strict. - re = '^(?:' + re + ')$'; - // can match anything, as long as it's not this. - if (this.negate) - re = '^(?!' + re + ').*$'; - try { - this.regexp = new RegExp(re, flags); - /* c8 ignore start */ - } - catch (ex) { - // should be impossible - this.regexp = false; - } - /* c8 ignore stop */ - return this.regexp; - } - slashSplit(p) { - // if p starts with // on windows, we preserve that - // so that UNC paths aren't broken. Otherwise, any number of - // / characters are coalesced into one, unless - // preserveMultipleSlashes is set to true. - if (this.preserveMultipleSlashes) { - return p.split('/'); - } - else if (isWindows && /^\/\/[^\/]+/.test(p)) { - // add an extra '' for the one we lose - return ['', ...p.split(/\/+/)]; - } - else { - return p.split(/\/+/); - } - } - match(f, partial = this.partial) { - this.debug('match', f, this.pattern); - // short-circuit in the case of busted things. - // comments, etc. - if (this.comment) { - return false; - } - if (this.empty) { - return f === ''; - } - if (f === '/' && partial) { - return true; - } - const options = this.options; - // windows: need to use /, not \ - if (path.sep !== '/') { - f = f.split(path.sep).join('/'); - } - // treat the test path as a set of pathparts. - const ff = this.slashSplit(f); - this.debug(this.pattern, 'split', ff); - // just ONE of the pattern sets in this.set needs to match - // in order for it to be valid. If negating, then just one - // match means that we have failed. - // Either way, return on the first hit. - const set = this.set; - this.debug(this.pattern, 'set', set); - // Find the basename of the path by looking for the last non-empty segment - let filename = ff[ff.length - 1]; - if (!filename) { - for (let i = ff.length - 2; !filename && i >= 0; i--) { - filename = ff[i]; - } - } - for (let i = 0; i < set.length; i++) { - const pattern = set[i]; - let file = ff; - if (options.matchBase && pattern.length === 1) { - file = [filename]; - } - const hit = this.matchOne(file, pattern, partial); - if (hit) { - if (options.flipNegate) { - return true; - } - return !this.negate; - } - } - // didn't get any hits. this is success if it's a negative - // pattern, failure otherwise. - if (options.flipNegate) { - return false; - } - return this.negate; - } - static defaults(def) { - return exports.minimatch.defaults(def).Minimatch; - } -} -exports.Minimatch = Minimatch; -exports.minimatch.Minimatch = Minimatch; -//# sourceMappingURL=index.js.map \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/minimatch/dist/cjs/index.js.map b/software/flow/node_modules/npm/node_modules/minimatch/dist/cjs/index.js.map deleted file mode 100644 index 0f561db..0000000 --- a/software/flow/node_modules/npm/node_modules/minimatch/dist/cjs/index.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;;;;AAmBO,MAAM,SAAS,GAAG,CACvB,CAAS,EACT,OAAe,EACf,UAA4B,EAAE,EAC9B,EAAE;IACF,kBAAkB,CAAC,OAAO,CAAC,CAAA;IAE3B,oCAAoC;IACpC,IAAI,CAAC,OAAO,CAAC,SAAS,IAAI,OAAO,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,GAAG,EAAE;QACnD,OAAO,KAAK,CAAA;KACb;IAED,OAAO,IAAI,SAAS,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAAA;AACjD,CAAC,CAAA;AAbY,QAAA,SAAS,aAarB;AAED,kBAAe,iBAAS,CAAA;AAExB,wDAAwD;AACxD,MAAM,YAAY,GAAG,uBAAuB,CAAA;AAC5C,MAAM,cAAc,GAAG,CAAC,GAAW,EAAE,EAAE,CAAC,CAAC,CAAS,EAAE,EAAE,CACpD,CAAC,CAAC,CAAC,UAAU,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAA;AACvC,MAAM,iBAAiB,GAAG,CAAC,GAAW,EAAE,EAAE,CAAC,CAAC,CAAS,EAAE,EAAE,CAAC,CAAC,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAA;AACzE,MAAM,oBAAoB,GAAG,CAAC,GAAW,EAAE,EAAE;IAC3C,GAAG,GAAG,GAAG,CAAC,WAAW,EAAE,CAAA;IACvB,OAAO,CAAC,CAAS,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC,UAAU,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC,WAAW,EAAE,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAA;AAC3E,CAAC,CAAA;AACD,MAAM,uBAAuB,GAAG,CAAC,GAAW,EAAE,EAAE;IAC9C,GAAG,GAAG,GAAG,CAAC,WAAW,EAAE,CAAA;IACvB,OAAO,CAAC,CAAS,EAAE,EAAE,CAAC,CAAC,CAAC,WAAW,EAAE,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAA;AACrD,CAAC,CAAA;AACD,MAAM,aAAa,GAAG,YAAY,CAAA;AAClC,MAAM,eAAe,GAAG,CAAC,CAAS,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC,UAAU,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAA;AAC5E,MAAM,kBAAkB,GAAG,CAAC,CAAS,EAAE,EAAE,CACvC,CAAC,KAAK,GAAG,IAAI,CAAC,KAAK,IAAI,IAAI,CAAC,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAA;AAC5C,MAAM,SAAS,GAAG,SAAS,CAAA;AAC3B,MAAM,WAAW,GAAG,CAAC,CAAS,EAAE,EAAE,CAAC,CAAC,KAAK,GAAG,IAAI,CAAC,KAAK,IAAI,IAAI,CAAC,CAAC,UAAU,CAAC,GAAG,CAAC,CAAA;AAC/E,MAAM,MAAM,GAAG,OAAO,CAAA;AACtB,MAAM,QAAQ,GAAG,CAAC,CAAS,EAAE,EAAE,CAAC,CAAC,CAAC,MAAM,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,UAAU,CAAC,GAAG,CAAC,CAAA;AACpE,MAAM,WAAW,GAAG,CAAC,CAAS,EAAE,EAAE,CAAC,CAAC,CAAC,MAAM,KAAK,CAAC,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC,KAAK,IAAI,CAAA;AAC5E,MAAM,QAAQ,GAAG,wBAAwB,CAAA;AACzC,MAAM,gBAAgB,GAAG,CAAC,CAAC,EAAE,EAAE,GAAG,GAAG,EAAE,CAAmB,EAAE,EAAE;IAC5D,MAAM,KAAK,GAAG,eAAe,CAAC,CAAC,EAAE,CAAC,CAAC,CAAA;IACnC,IAAI,CAAC,GAAG;QAAE,OAAO,KAAK,CAAA;IACtB,GAAG,GAAG,GAAG,CAAC,WAAW,EAAE,CAAA;IACvB,OAAO,CAAC,CAAS,EAAE,EAAE,CAAC,KAAK,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,WAAW,EAAE,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAA;AACjE,CAAC,CAAA;AACD,MAAM,mBAAmB,GAAG,CAAC,CAAC,EAAE,EAAE,GAAG,GAAG,EAAE,CAAmB,EAAE,EAAE;IAC/D,MAAM,KAAK,GAAG,kBAAkB,CAAC,CAAC,EAAE,CAAC,CAAC,CAAA;IACtC,IAAI,CAAC,GAAG;QAAE,OAAO,KAAK,CAAA;IACtB,GAAG,GAAG,GAAG,CAAC,WAAW,EAAE,CAAA;IACvB,OAAO,CAAC,CAAS,EAAE,EAAE,CAAC,KAAK,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,WAAW,EAAE,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAA;AACjE,CAAC,CAAA;AACD,MAAM,aAAa,GAAG,CAAC,CAAC,EAAE,EAAE,GAAG,GAAG,EAAE,CAAmB,EAAE,EAAE;IACzD,MAAM,KAAK,GAAG,kBAAkB,CAAC,CAAC,EAAE,CAAC,CAAC,CAAA;IACtC,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CAAS,EAAE,EAAE,CAAC,KAAK,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAA;AAClE,CAAC,CAAA;AACD,MAAM,UAAU,GAAG,CAAC,CAAC,EAAE,EAAE,GAAG,GAAG,EAAE,CAAmB,EAAE,EAAE;IACtD,MAAM,KAAK,GAAG,eAAe,CAAC,CAAC,EAAE,CAAC,CAAC,CAAA;IACnC,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CAAS,EAAE,EAAE,CAAC,KAAK,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAA;AAClE,CAAC,CAAA;AACD,MAAM,eAAe,GAAG,CAAC,CAAC,EAAE,CAAmB,EAAE,EAAE;IACjD,MAAM,GAAG,GAAG,EAAE,CAAC,MAAM,CAAA;IACrB,OAAO,CAAC,CAAS,EAAE,EAAE,CAAC,CAAC,CAAC,MAAM,KAAK,GAAG,IAAI,CAAC,CAAC,CAAC,UAAU,CAAC,GAAG,CAAC,CAAA;AAC9D,CAAC,CAAA;AACD,MAAM,kBAAkB,GAAG,CAAC,CAAC,EAAE,CAAmB,EAAE,EAAE;IACpD,MAAM,GAAG,GAAG,EAAE,CAAC,MAAM,CAAA;IACrB,OAAO,CAAC,CAAS,EAAE,EAAE,CAAC,CAAC,CAAC,MAAM,KAAK,GAAG,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC,KAAK,IAAI,CAAA;AACnE,CAAC,CAAA;AAED,qBAAqB;AACrB,MAAM,QAAQ,GACZ,OAAO,OAAO,KAAK,QAAQ,IAAI,OAAO;IACpC,CAAC,CAAC,CAAC,OAAO,OAAO,CAAC,GAAG,KAAK,QAAQ;QAC9B,OAAO,CAAC,GAAG;QACX,OAAO,CAAC,GAAG,CAAC,8BAA8B,CAAC;QAC7C,OAAO,CAAC,QAAQ;IAClB,CAAC,CAAC,OAAO,CAAA;AACb,MAAM,SAAS,GAAG,QAAQ,KAAK,OAAO,CAAA;AACtC,MAAM,IAAI,GAAG,SAAS,CAAC,CAAC,CAAC,EAAE,GAAG,EAAE,IAAI,EAAE,CAAC,CAAC,CAAC,EAAE,GAAG,EAAE,GAAG,EAAE,CAAA;AACrD,oBAAoB;AAEP,QAAA,GAAG,GAAG,IAAI,CAAC,GAAG,CAAA;AAC3B,iBAAS,CAAC,GAAG,GAAG,WAAG,CAAA;AAEN,QAAA,QAAQ,GAAG,MAAM,CAAC,aAAa,CAAC,CAAA;AAC7C,iBAAS,CAAC,QAAQ,GAAG,gBAAQ,CAAA;AAC7B,sEAAoC;AAEpC,MAAM,OAAO,GAAG;IACd,GAAG,EAAE,EAAE,IAAI,EAAE,WAAW,EAAE,KAAK,EAAE,WAAW,EAAE;IAC9C,GAAG,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,KAAK,EAAE,IAAI,EAAE;IACjC,GAAG,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,KAAK,EAAE,IAAI,EAAE;IACjC,GAAG,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,KAAK,EAAE,IAAI,EAAE;IACjC,GAAG,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,KAAK,EAAE,GAAG,EAAE;CACjC,CAAA;AAGD,gCAAgC;AAChC,iDAAiD;AACjD,MAAM,KAAK,GAAG,MAAM,CAAA;AAEpB,gCAAgC;AAChC,MAAM,IAAI,GAAG,KAAK,GAAG,IAAI,CAAA;AAEzB,4DAA4D;AAC5D,+DAA+D;AAC/D,6CAA6C;AAC7C,MAAM,UAAU,GAAG,yCAAyC,CAAA;AAE5D,kCAAkC;AAClC,6CAA6C;AAC7C,MAAM,YAAY,GAAG,yBAAyB,CAAA;AAE9C,sCAAsC;AACtC,MAAM,OAAO,GAAG,CAAC,CAAS,EAAE,EAAE,CAC5B,CAAC,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,GAA6B,EAAE,CAAC,EAAE,EAAE;IACtD,GAAG,CAAC,CAAC,CAAC,GAAG,IAAI,CAAA;IACb,OAAO,GAAG,CAAA;AACZ,CAAC,EAAE,EAAE,CAAC,CAAA;AAER,gDAAgD;AAChD,MAAM,UAAU,GAAG,OAAO,CAAC,iBAAiB,CAAC,CAAA;AAE7C,4DAA4D;AAC5D,MAAM,kBAAkB,GAAG,OAAO,CAAC,KAAK,CAAC,CAAA;AAElC,MAAM,MAAM,GACjB,CAAC,OAAe,EAAE,UAA4B,EAAE,EAAE,EAAE,CACpD,CAAC,CAAS,EAAE,EAAE,CACZ,IAAA,iBAAS,EAAC,CAAC,EAAE,OAAO,EAAE,OAAO,CAAC,CAAA;AAHrB,QAAA,MAAM,UAGe;AAClC,iBAAS,CAAC,MAAM,GAAG,cAAM,CAAA;AAEzB,MAAM,GAAG,GAAG,CAAC,CAAmB,EAAE,IAAsB,EAAE,EAAE,EAAE,CAC5D,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC,EAAE,CAAC,CAAC,CAAA;AAElB,MAAM,QAAQ,GAAG,CAAC,GAAqB,EAAoB,EAAE;IAClE,IAAI,CAAC,GAAG,IAAI,OAAO,GAAG,KAAK,QAAQ,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,MAAM,EAAE;QAC/D,OAAO,iBAAS,CAAA;KACjB;IAED,MAAM,IAAI,GAAG,iBAAS,CAAA;IAEtB,MAAM,CAAC,GAAG,CAAC,CAAS,EAAE,OAAe,EAAE,UAA4B,EAAE,EAAE,EAAE,CACvE,IAAI,CAAC,CAAC,EAAE,OAAO,EAAE,GAAG,CAAC,GAAG,EAAE,OAAO,CAAC,CAAC,CAAA;IAErC,OAAO,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE;QACtB,SAAS,EAAE,MAAM,SAAU,SAAQ,IAAI,CAAC,SAAS;YAC/C,YAAY,OAAe,EAAE,UAA4B,EAAE;gBACzD,KAAK,CAAC,OAAO,EAAE,GAAG,CAAC,GAAG,EAAE,OAAO,CAAC,CAAC,CAAA;YACnC,CAAC;YACD,MAAM,CAAC,QAAQ,CAAC,OAAyB;gBACvC,OAAO,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,GAAG,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,CAAA;YACnD,CAAC;SACF;QAED,MAAM,EAAE,CAAC,OAAe,EAAE,UAA4B,EAAE,EAAE,EAAE,CAC1D,IAAI,CAAC,MAAM,CAAC,OAAO,EAAE,GAAG,CAAC,GAAG,EAAE,OAAO,CAAC,CAAC;QAEzC,QAAQ,EAAE,CAAC,OAAyB,EAAE,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,GAAG,EAAE,OAAO,CAAC,CAAC;QAEzE,MAAM,EAAE,CAAC,OAAe,EAAE,UAA4B,EAAE,EAAE,EAAE,CAC1D,IAAI,CAAC,MAAM,CAAC,OAAO,EAAE,GAAG,CAAC,GAAG,EAAE,OAAO,CAAC,CAAC;QAEzC,WAAW,EAAE,CAAC,OAAe,EAAE,UAA4B,EAAE,EAAE,EAAE,CAC/D,IAAI,CAAC,WAAW,CAAC,OAAO,EAAE,GAAG,CAAC,GAAG,EAAE,OAAO,CAAC,CAAC;QAE9C,KAAK,EAAE,CAAC,IAAc,EAAE,OAAe,EAAE,UAA4B,EAAE,EAAE,EAAE,CACzE,IAAI,CAAC,KAAK,CAAC,IAAI,EAAE,OAAO,EAAE,GAAG,CAAC,GAAG,EAAE,OAAO,CAAC,CAAC;QAE9C,GAAG,EAAE,IAAI,CAAC,GAAG;QACb,QAAQ,EAAE,gBAA2B;KACtC,CAAC,CAAA;AACJ,CAAC,CAAA;AArCY,QAAA,QAAQ,YAqCpB;AACD,iBAAS,CAAC,QAAQ,GAAG,gBAAQ,CAAA;AAE7B,mBAAmB;AACnB,qBAAqB;AACrB,mBAAmB;AACnB,8BAA8B;AAC9B,mCAAmC;AACnC,2CAA2C;AAC3C,EAAE;AACF,iCAAiC;AACjC,qBAAqB;AACrB,iBAAiB;AACV,MAAM,WAAW,GAAG,CACzB,OAAe,EACf,UAA4B,EAAE,EAC9B,EAAE;IACF,kBAAkB,CAAC,OAAO,CAAC,CAAA;IAE3B,wDAAwD;IACxD,wDAAwD;IACxD,IAAI,OAAO,CAAC,OAAO,IAAI,CAAC,kBAAkB,CAAC,IAAI,CAAC,OAAO,CAAC,EAAE;QACxD,+BAA+B;QAC/B,OAAO,CAAC,OAAO,CAAC,CAAA;KACjB;IAED,OAAO,IAAA,yBAAM,EAAC,OAAO,CAAC,CAAA;AACxB,CAAC,CAAA;AAdY,QAAA,WAAW,eAcvB;AACD,iBAAS,CAAC,WAAW,GAAG,mBAAW,CAAA;AAEnC,MAAM,kBAAkB,GAAG,IAAI,GAAG,EAAE,CAAA;AACpC,MAAM,kBAAkB,GAA2B,CACjD,OAAY,EACe,EAAE;IAC7B,IAAI,OAAO,OAAO,KAAK,QAAQ,EAAE;QAC/B,MAAM,IAAI,SAAS,CAAC,iBAAiB,CAAC,CAAA;KACvC;IAED,IAAI,OAAO,CAAC,MAAM,GAAG,kBAAkB,EAAE;QACvC,MAAM,IAAI,SAAS,CAAC,qBAAqB,CAAC,CAAA;KAC3C;AACH,CAAC,CAAA;AAED,yCAAyC;AACzC,kDAAkD;AAClD,oEAAoE;AACpE,oEAAoE;AACpE,6DAA6D;AAC7D,kEAAkE;AAClE,EAAE;AACF,0EAA0E;AAC1E,wEAAwE;AACxE,qEAAqE;AACrE,8DAA8D;AAC9D,MAAM,QAAQ,GAAG,MAAM,CAAC,UAAU,CAAC,CAAA;AAE5B,MAAM,MAAM,GAAG,CAAC,OAAe,EAAE,UAA4B,EAAE,EAAE,EAAE,CACxE,IAAI,SAAS,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC,MAAM,EAAE,CAAA;AAD7B,QAAA,MAAM,UACuB;AAC1C,iBAAS,CAAC,MAAM,GAAG,cAAM,CAAA;AAElB,MAAM,KAAK,GAAG,CACnB,IAAc,EACd,OAAe,EACf,UAA4B,EAAE,EAC9B,EAAE;IACF,MAAM,EAAE,GAAG,IAAI,SAAS,CAAC,OAAO,EAAE,OAAO,CAAC,CAAA;IAC1C,IAAI,GAAG,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CAAA;IACpC,IAAI,EAAE,CAAC,OAAO,CAAC,MAAM,IAAI,CAAC,IAAI,CAAC,MAAM,EAAE;QACrC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,CAAA;KACnB;IACD,OAAO,IAAI,CAAA;AACb,CAAC,CAAA;AAXY,QAAA,KAAK,SAWjB;AACD,iBAAS,CAAC,KAAK,GAAG,aAAK,CAAA;AAEvB,+BAA+B;AAC/B,MAAM,YAAY,GAAG,CAAC,CAAS,EAAE,EAAE,CAAC,CAAC,CAAC,OAAO,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAA;AAC7D,MAAM,YAAY,GAAG,CAAC,CAAS,EAAE,EAAE,CAAC,CAAC,CAAC,OAAO,CAAC,aAAa,EAAE,IAAI,CAAC,CAAA;AAClE,MAAM,YAAY,GAAG,CAAC,CAAS,EAAE,EAAE,CACjC,CAAC,CAAC,OAAO,CAAC,0BAA0B,EAAE,MAAM,CAAC,CAAA;AAC/C,MAAM,YAAY,GAAG,CAAC,CAAS,EAAE,EAAE,CAAC,CAAC,CAAC,OAAO,CAAC,UAAU,EAAE,MAAM,CAAC,CAAA;AAsBjE,MAAa,SAAS;IACpB,OAAO,CAAkB;IACzB,GAAG,CAAyB;IAC5B,OAAO,CAAQ;IAEf,oBAAoB,CAAS;IAC7B,QAAQ,CAAS;IACjB,MAAM,CAAS;IACf,OAAO,CAAS;IAChB,KAAK,CAAS;IACd,uBAAuB,CAAS;IAChC,OAAO,CAAS;IAChB,OAAO,CAAU;IACjB,SAAS,CAAY;IAErB,MAAM,CAAyB;IAC/B,YAAY,OAAe,EAAE,UAA4B,EAAE;QACzD,kBAAkB,CAAC,OAAO,CAAC,CAAA;QAE3B,OAAO,GAAG,OAAO,IAAI,EAAE,CAAA;QACvB,IAAI,CAAC,OAAO,GAAG,OAAO,CAAA;QACtB,IAAI,CAAC,OAAO,GAAG,OAAO,CAAA;QACtB,IAAI,CAAC,oBAAoB;YACvB,CAAC,CAAC,OAAO,CAAC,oBAAoB,IAAI,OAAO,CAAC,kBAAkB,KAAK,KAAK,CAAA;QACxE,IAAI,IAAI,CAAC,oBAAoB,EAAE;YAC7B,IAAI,CAAC,OAAO,GAAG,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC,KAAK,EAAE,GAAG,CAAC,CAAA;SAChD;QACD,IAAI,CAAC,uBAAuB,GAAG,CAAC,CAAC,OAAO,CAAC,uBAAuB,CAAA;QAChE,IAAI,CAAC,MAAM,GAAG,IAAI,CAAA;QAClB,IAAI,CAAC,MAAM,GAAG,KAAK,CAAA;QACnB,IAAI,CAAC,QAAQ,GAAG,CAAC,CAAC,OAAO,CAAC,QAAQ,CAAA;QAClC,IAAI,CAAC,OAAO,GAAG,KAAK,CAAA;QACpB,IAAI,CAAC,KAAK,GAAG,KAAK,CAAA;QAClB,IAAI,CAAC,OAAO,GAAG,CAAC,CAAC,OAAO,CAAC,OAAO,CAAA;QAEhC,IAAI,CAAC,OAAO,GAAG,EAAE,CAAA;QACjB,IAAI,CAAC,SAAS,GAAG,EAAE,CAAA;QACnB,IAAI,CAAC,GAAG,GAAG,EAAE,CAAA;QAEb,+BAA+B;QAC/B,IAAI,CAAC,IAAI,EAAE,CAAA;IACb,CAAC;IAED,KAAK,CAAC,GAAG,CAAQ,IAAG,CAAC;IAErB,IAAI;QACF,MAAM,OAAO,GAAG,IAAI,CAAC,OAAO,CAAA;QAC5B,MAAM,OAAO,GAAG,IAAI,CAAC,OAAO,CAAA;QAE5B,6CAA6C;QAC7C,IAAI,CAAC,OAAO,CAAC,SAAS,IAAI,OAAO,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,GAAG,EAAE;YACnD,IAAI,CAAC,OAAO,GAAG,IAAI,CAAA;YACnB,OAAM;SACP;QAED,IAAI,CAAC,OAAO,EAAE;YACZ,IAAI,CAAC,KAAK,GAAG,IAAI,CAAA;YACjB,OAAM;SACP;QAED,oCAAoC;QACpC,IAAI,CAAC,WAAW,EAAE,CAAA;QAElB,wBAAwB;QACxB,IAAI,CAAC,OAAO,GAAG,IAAI,CAAC,WAAW,EAAE,CAAA;QAEjC,IAAI,OAAO,CAAC,KAAK,EAAE;YACjB,IAAI,CAAC,KAAK,GAAG,CAAC,GAAG,IAAW,EAAE,EAAE,CAAC,OAAO,CAAC,KAAK,CAAC,GAAG,IAAI,CAAC,CAAA;SACxD;QAED,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,CAAA;QAEtC,4EAA4E;QAC5E,qBAAqB;QACrB,8DAA8D;QAC9D,oDAAoD;QACpD,wCAAwC;QACxC,MAAM,YAAY,GAAG,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,CAAA;QAE9D,sDAAsD;QACtD,iEAAiE;QACjE,sDAAsD;QACtD,qDAAqD;QACrD,4DAA4D;QAC5D,2DAA2D;QAC3D,6CAA6C;QAC7C,sEAAsE;QACtE,sEAAsE;QACtE,sEAAsE;QACtE,IAAI,IAAI,CAAC,OAAO,CAAC,UAAU,EAAE;YAC3B,iBAAiB;YACjB,IAAI,CAAC,SAAS,GAAG,YAAY,CAAA;SAC9B;aAAM;YACL,+DAA+D;YAC/D,gEAAgE;YAChE,KAAK,MAAM,KAAK,IAAI,YAAY,EAAE;gBAChC,IAAI,OAAgB,CAAA;gBACpB,GAAG;oBACD,OAAO,GAAG,KAAK,CAAA;oBACf,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,KAAK,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC,EAAE,EAAE;wBACzC,IAAI,KAAK,CAAC,CAAC,CAAC,KAAK,GAAG,IAAI,KAAK,CAAC,CAAC,GAAG,CAAC,CAAC,KAAK,IAAI,EAAE;4BAC7C,KAAK,CAAC,CAAC,CAAC,GAAG,IAAI,CAAA;4BACf,KAAK,CAAC,CAAC,GAAG,CAAC,CAAC,GAAG,GAAG,CAAA;4BAClB,OAAO,GAAG,IAAI,CAAA;yBACf;qBACF;iBACF,QAAQ,OAAO,EAAC;aAClB;YACD,IAAI,CAAC,SAAS,GAAG,YAAY,CAAC,GAAG,CAAC,KAAK,CAAC,EAAE;gBACxC,KAAK,GAAG,KAAK,CAAC,MAAM,CAAC,CAAC,GAAa,EAAE,IAAI,EAAE,EAAE;oBAC3C,MAAM,IAAI,GAAG,GAAG,CAAC,GAAG,CAAC,MAAM,GAAG,CAAC,CAAC,CAAA;oBAChC,IAAI,IAAI,KAAK,IAAI,IAAI,IAAI,KAAK,IAAI,EAAE;wBAClC,OAAO,GAAG,CAAA;qBACX;oBACD,IAAI,IAAI,KAAK,IAAI,EAAE;wBACjB,IAAI,IAAI,IAAI,IAAI,KAAK,IAAI,IAAI,IAAI,KAAK,GAAG,IAAI,IAAI,KAAK,IAAI,EAAE;4BAC1D,GAAG,CAAC,GAAG,EAAE,CAAA;4BACT,OAAO,GAAG,CAAA;yBACX;qBACF;oBACD,GAAG,CAAC,IAAI,CAAC,IAAI,CAAC,CAAA;oBACd,OAAO,GAAG,CAAA;gBACZ,CAAC,EAAE,EAAE,CAAC,CAAA;gBACN,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,KAAK,CAAA;YAC1C,CAAC,CAAC,CAAA;SACH;QAED,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC,CAAA;QAExC,mBAAmB;QACnB,IAAI,GAAG,GAAG,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,CAAC,GAAG,CAAC,EAAE,CAAC,EAAE,CAAC,IAAI,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,CAAC,CAAA;QAEvE,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,OAAO,EAAE,GAAG,CAAC,CAAA;QAE7B,sDAAsD;QACtD,IAAI,CAAC,GAAG,GAAG,GAAG,CAAC,MAAM,CACnB,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,OAAO,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CACF,CAAA;QAE5B,2CAA2C;QAC3C,IAAI,SAAS,EAAE;YACb,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;gBACxC,MAAM,CAAC,GAAG,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,CAAA;gBACrB,IACE,CAAC,CAAC,CAAC,CAAC,KAAK,EAAE;oBACX,CAAC,CAAC,CAAC,CAAC,KAAK,EAAE;oBACX,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,KAAK,GAAG;oBAC5B,OAAO,CAAC,CAAC,CAAC,CAAC,KAAK,QAAQ;oBACxB,WAAW,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EACtB;oBACA,CAAC,CAAC,CAAC,CAAC,GAAG,GAAG,CAAA;iBACX;aACF;SACF;QAED,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,OAAO,EAAE,IAAI,CAAC,GAAG,CAAC,CAAA;IACpC,CAAC;IAED,WAAW;QACT,IAAI,IAAI,CAAC,QAAQ;YAAE,OAAM;QAEzB,MAAM,OAAO,GAAG,IAAI,CAAC,OAAO,CAAA;QAC5B,IAAI,MAAM,GAAG,KAAK,CAAA;QAClB,IAAI,YAAY,GAAG,CAAC,CAAA;QAEpB,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,OAAO,CAAC,MAAM,IAAI,OAAO,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,GAAG,EAAE,CAAC,EAAE,EAAE;YACpE,MAAM,GAAG,CAAC,MAAM,CAAA;YAChB,YAAY,EAAE,CAAA;SACf;QAED,IAAI,YAAY;YAAE,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC,KAAK,CAAC,YAAY,CAAC,CAAA;QAC5D,IAAI,CAAC,MAAM,GAAG,MAAM,CAAA;IACtB,CAAC;IAED,+CAA+C;IAC/C,yCAAyC;IACzC,uDAAuD;IACvD,mDAAmD;IACnD,mBAAmB;IACnB,QAAQ,CAAC,IAAc,EAAE,OAAsB,EAAE,UAAmB,KAAK;QACvE,MAAM,OAAO,GAAG,IAAI,CAAC,OAAO,CAAA;QAE5B,yDAAyD;QACzD,iBAAiB;QACjB,IAAI,SAAS,EAAE;YACb,MAAM,OAAO,GACX,IAAI,CAAC,CAAC,CAAC,KAAK,EAAE;gBACd,IAAI,CAAC,CAAC,CAAC,KAAK,EAAE;gBACd,IAAI,CAAC,CAAC,CAAC,KAAK,GAAG;gBACf,OAAO,IAAI,CAAC,CAAC,CAAC,KAAK,QAAQ;gBAC3B,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAA;YAC3B,MAAM,UAAU,GACd,OAAO,CAAC,CAAC,CAAC,KAAK,EAAE;gBACjB,OAAO,CAAC,CAAC,CAAC,KAAK,EAAE;gBACjB,OAAO,CAAC,CAAC,CAAC,KAAK,GAAG;gBAClB,OAAO,OAAO,CAAC,CAAC,CAAC,KAAK,QAAQ;gBAC9B,WAAW,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,CAAA;YAE9B,IAAI,OAAO,IAAI,UAAU,EAAE;gBACzB,MAAM,EAAE,GAAG,IAAI,CAAC,CAAC,CAAW,CAAA;gBAC5B,MAAM,EAAE,GAAG,OAAO,CAAC,CAAC,CAAW,CAAA;gBAC/B,IAAI,EAAE,CAAC,WAAW,EAAE,KAAK,EAAE,CAAC,WAAW,EAAE,EAAE;oBACzC,IAAI,CAAC,CAAC,CAAC,GAAG,EAAE,CAAA;iBACb;aACF;iBAAM,IAAI,UAAU,IAAI,OAAO,IAAI,CAAC,CAAC,CAAC,KAAK,QAAQ,EAAE;gBACpD,MAAM,EAAE,GAAG,OAAO,CAAC,CAAC,CAAW,CAAA;gBAC/B,MAAM,EAAE,GAAG,IAAI,CAAC,CAAC,CAAC,CAAA;gBAClB,IAAI,EAAE,CAAC,WAAW,EAAE,KAAK,EAAE,CAAC,WAAW,EAAE,EAAE;oBACzC,OAAO,CAAC,CAAC,CAAC,GAAG,EAAE,CAAA;oBACf,OAAO,GAAG,OAAO,CAAC,KAAK,CAAC,CAAC,CAAC,CAAA;iBAC3B;aACF;iBAAM,IAAI,OAAO,IAAI,OAAO,OAAO,CAAC,CAAC,CAAC,KAAK,QAAQ,EAAE;gBACpD,MAAM,EAAE,GAAG,IAAI,CAAC,CAAC,CAAC,CAAA;gBAClB,IAAI,EAAE,CAAC,WAAW,EAAE,KAAK,OAAO,CAAC,CAAC,CAAC,CAAC,WAAW,EAAE,EAAE;oBACjD,OAAO,CAAC,CAAC,CAAC,GAAG,EAAE,CAAA;oBACf,IAAI,GAAG,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAA;iBACrB;aACF;SACF;QAED,IAAI,CAAC,KAAK,CAAC,UAAU,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC,CAAA;QAC/C,IAAI,CAAC,KAAK,CAAC,UAAU,EAAE,IAAI,CAAC,MAAM,EAAE,OAAO,CAAC,MAAM,CAAC,CAAA;QAEnD,KACE,IAAI,EAAE,GAAG,CAAC,EAAE,EAAE,GAAG,CAAC,EAAE,EAAE,GAAG,IAAI,CAAC,MAAM,EAAE,EAAE,GAAG,OAAO,CAAC,MAAM,EACzD,EAAE,GAAG,EAAE,IAAI,EAAE,GAAG,EAAE,EAClB,EAAE,EAAE,EAAE,EAAE,EAAE,EACV;YACA,IAAI,CAAC,KAAK,CAAC,eAAe,CAAC,CAAA;YAC3B,IAAI,CAAC,GAAG,OAAO,CAAC,EAAE,CAAC,CAAA;YACnB,IAAI,CAAC,GAAG,IAAI,CAAC,EAAE,CAAC,CAAA;YAEhB,IAAI,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC,EAAE,CAAC,CAAC,CAAA;YAEzB,wBAAwB;YACxB,wCAAwC;YACxC,qBAAqB;YACrB,IAAI,CAAC,KAAK,KAAK,EAAE;gBACf,OAAO,KAAK,CAAA;aACb;YACD,oBAAoB;YAEpB,IAAI,CAAC,KAAK,gBAAQ,EAAE;gBAClB,IAAI,CAAC,KAAK,CAAC,UAAU,EAAE,CAAC,OAAO,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,CAAA;gBAEvC,OAAO;gBACP,yCAAyC;gBACzC,cAAc;gBACd,cAAc;gBACd,cAAc;gBACd,QAAQ;gBACR,iDAAiD;gBACjD,wDAAwD;gBACxD,yBAAyB;gBACzB,sDAAsD;gBACtD,6BAA6B;gBAC7B,EAAE;gBACF,mCAAmC;gBACnC,gBAAgB;gBAChB,eAAe;gBACf,kCAAkC;gBAClC,oBAAoB;gBACpB,mBAAmB;gBACnB,qCAAqC;gBACrC,mCAAmC;gBACnC,iCAAiC;gBACjC,kCAAkC;gBAClC,IAAI,EAAE,GAAG,EAAE,CAAA;gBACX,IAAI,EAAE,GAAG,EAAE,GAAG,CAAC,CAAA;gBACf,IAAI,EAAE,KAAK,EAAE,EAAE;oBACb,IAAI,CAAC,KAAK,CAAC,eAAe,CAAC,CAAA;oBAC3B,8CAA8C;oBAC9C,yBAAyB;oBACzB,2CAA2C;oBAC3C,sBAAsB;oBACtB,sDAAsD;oBACtD,uBAAuB;oBACvB,OAAO,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE;wBACpB,IACE,IAAI,CAAC,EAAE,CAAC,KAAK,GAAG;4BAChB,IAAI,CAAC,EAAE,CAAC,KAAK,IAAI;4BACjB,CAAC,CAAC,OAAO,CAAC,GAAG,IAAI,IAAI,CAAC,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,GAAG,CAAC;4BAE5C,OAAO,KAAK,CAAA;qBACf;oBACD,OAAO,IAAI,CAAA;iBACZ;gBAED,mDAAmD;gBACnD,OAAO,EAAE,GAAG,EAAE,EAAE;oBACd,IAAI,SAAS,GAAG,IAAI,CAAC,EAAE,CAAC,CAAA;oBAExB,IAAI,CAAC,KAAK,CAAC,kBAAkB,EAAE,IAAI,EAAE,EAAE,EAAE,OAAO,EAAE,EAAE,EAAE,SAAS,CAAC,CAAA;oBAEhE,qDAAqD;oBACrD,IAAI,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,KAAK,CAAC,EAAE,CAAC,EAAE,OAAO,CAAC,KAAK,CAAC,EAAE,CAAC,EAAE,OAAO,CAAC,EAAE;wBAC7D,IAAI,CAAC,KAAK,CAAC,uBAAuB,EAAE,EAAE,EAAE,EAAE,EAAE,SAAS,CAAC,CAAA;wBACtD,iBAAiB;wBACjB,OAAO,IAAI,CAAA;qBACZ;yBAAM;wBACL,kCAAkC;wBAClC,iDAAiD;wBACjD,IACE,SAAS,KAAK,GAAG;4BACjB,SAAS,KAAK,IAAI;4BAClB,CAAC,CAAC,OAAO,CAAC,GAAG,IAAI,SAAS,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,GAAG,CAAC,EAC7C;4BACA,IAAI,CAAC,KAAK,CAAC,eAAe,EAAE,IAAI,EAAE,EAAE,EAAE,OAAO,EAAE,EAAE,CAAC,CAAA;4BAClD,MAAK;yBACN;wBAED,uCAAuC;wBACvC,IAAI,CAAC,KAAK,CAAC,0CAA0C,CAAC,CAAA;wBACtD,EAAE,EAAE,CAAA;qBACL;iBACF;gBAED,sBAAsB;gBACtB,mEAAmE;gBACnE,qBAAqB;gBACrB,IAAI,OAAO,EAAE;oBACX,kBAAkB;oBAClB,IAAI,CAAC,KAAK,CAAC,0BAA0B,EAAE,IAAI,EAAE,EAAE,EAAE,OAAO,EAAE,EAAE,CAAC,CAAA;oBAC7D,IAAI,EAAE,KAAK,EAAE,EAAE;wBACb,OAAO,IAAI,CAAA;qBACZ;iBACF;gBACD,oBAAoB;gBACpB,OAAO,KAAK,CAAA;aACb;YAED,0BAA0B;YAC1B,gDAAgD;YAChD,qDAAqD;YACrD,IAAI,GAAY,CAAA;YAChB,IAAI,OAAO,CAAC,KAAK,QAAQ,EAAE;gBACzB,GAAG,GAAG,CAAC,KAAK,CAAC,CAAA;gBACb,IAAI,CAAC,KAAK,CAAC,cAAc,EAAE,CAAC,EAAE,CAAC,EAAE,GAAG,CAAC,CAAA;aACtC;iBAAM;gBACL,GAAG,GAAG,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAA;gBACf,IAAI,CAAC,KAAK,CAAC,eAAe,EAAE,CAAC,EAAE,CAAC,EAAE,GAAG,CAAC,CAAA;aACvC;YAED,IAAI,CAAC,GAAG;gBAAE,OAAO,KAAK,CAAA;SACvB;QAED,oDAAoD;QACpD,oDAAoD;QACpD,2CAA2C;QAC3C,kDAAkD;QAClD,oDAAoD;QACpD,uDAAuD;QACvD,oDAAoD;QACpD,yDAAyD;QACzD,6BAA6B;QAC7B,yCAAyC;QAEzC,gEAAgE;QAChE,IAAI,EAAE,KAAK,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE;YAC1B,oDAAoD;YACpD,gBAAgB;YAChB,OAAO,IAAI,CAAA;SACZ;aAAM,IAAI,EAAE,KAAK,EAAE,EAAE;YACpB,+CAA+C;YAC/C,iDAAiD;YACjD,uBAAuB;YACvB,OAAO,OAAO,CAAA;SACf;aAAM,IAAI,EAAE,KAAK,EAAE,EAAE;YACpB,4CAA4C;YAC5C,oDAAoD;YACpD,iDAAiD;YACjD,wBAAwB;YACxB,OAAO,EAAE,KAAK,EAAE,GAAG,CAAC,IAAI,IAAI,CAAC,EAAE,CAAC,KAAK,EAAE,CAAA;YAEvC,qBAAqB;SACtB;aAAM;YACL,yBAAyB;YACzB,MAAM,IAAI,KAAK,CAAC,MAAM,CAAC,CAAA;SACxB;QACD,oBAAoB;IACtB,CAAC;IAED,WAAW;QACT,OAAO,IAAA,mBAAW,EAAC,IAAI,CAAC,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,CAAA;IAChD,CAAC;IAED,KAAK,CACH,OAAe,EACf,KAAuB;QAEvB,kBAAkB,CAAC,OAAO,CAAC,CAAA;QAE3B,MAAM,OAAO,GAAG,IAAI,CAAC,OAAO,CAAA;QAE5B,YAAY;QACZ,IAAI,OAAO,KAAK,IAAI,EAAE;YACpB,IAAI,CAAC,OAAO,CAAC,UAAU;gBAAE,OAAO,gBAAQ,CAAA;;gBACnC,OAAO,GAAG,GAAG,CAAA;SACnB;QACD,IAAI,OAAO,KAAK,EAAE;YAAE,OAAO,EAAE,CAAA;QAE7B,uDAAuD;QACvD,0DAA0D;QAC1D,IAAI,CAA0B,CAAA;QAC9B,IAAI,QAAQ,GAAoC,IAAI,CAAA;QACpD,IAAI,KAAK,KAAK,QAAQ,EAAE;YACtB,IAAI,CAAC,CAAC,GAAG,OAAO,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,EAAE;gBAC/B,QAAQ,GAAG,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAA;aAChD;iBAAM,IAAI,CAAC,CAAC,GAAG,OAAO,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC,EAAE;gBAC5C,QAAQ,GAAG,CACT,OAAO,CAAC,MAAM;oBACZ,CAAC,CAAC,OAAO,CAAC,GAAG;wBACX,CAAC,CAAC,uBAAuB;wBACzB,CAAC,CAAC,oBAAoB;oBACxB,CAAC,CAAC,OAAO,CAAC,GAAG;wBACb,CAAC,CAAC,iBAAiB;wBACnB,CAAC,CAAC,cAAc,CACnB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;aACR;iBAAM,IAAI,CAAC,CAAC,GAAG,OAAO,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,EAAE;gBACxC,QAAQ,GAAG,CACT,OAAO,CAAC,MAAM;oBACZ,CAAC,CAAC,OAAO,CAAC,GAAG;wBACX,CAAC,CAAC,mBAAmB;wBACrB,CAAC,CAAC,gBAAgB;oBACpB,CAAC,CAAC,OAAO,CAAC,GAAG;wBACb,CAAC,CAAC,aAAa;wBACf,CAAC,CAAC,UAAU,CACf,CAAC,CAAC,CAAC,CAAA;aACL;iBAAM,IAAI,CAAC,CAAC,GAAG,OAAO,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,EAAE;gBAC7C,QAAQ,GAAG,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,kBAAkB,CAAC,CAAC,CAAC,eAAe,CAAA;aAC9D;iBAAM,IAAI,CAAC,CAAC,GAAG,OAAO,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,EAAE;gBACzC,QAAQ,GAAG,WAAW,CAAA;aACvB;SACF;QAED,IAAI,EAAE,GAAG,EAAE,CAAA;QACX,IAAI,QAAQ,GAAG,KAAK,CAAA;QACpB,IAAI,QAAQ,GAAG,KAAK,CAAA;QACpB,4BAA4B;QAC5B,MAAM,gBAAgB,GAAuB,EAAE,CAAA;QAC/C,MAAM,aAAa,GAA+B,EAAE,CAAA;QACpD,IAAI,SAAS,GAAsB,KAAK,CAAA;QACxC,IAAI,OAAO,GAAG,KAAK,CAAA;QACnB,IAAI,YAAY,GAAG,CAAC,CAAC,CAAA;QACrB,IAAI,UAAU,GAAG,CAAC,CAAC,CAAA;QACnB,IAAI,EAAU,CAAA;QACd,IAAI,EAAgC,CAAA;QACpC,IAAI,EAAkB,CAAA;QACtB,2DAA2D;QAC3D,yDAAyD;QACzD,oDAAoD;QACpD,IAAI,cAAc,GAAG,OAAO,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,GAAG,CAAA;QAC9C,IAAI,cAAc,GAAG,OAAO,CAAC,GAAG,IAAI,cAAc,CAAA;QAClD,MAAM,YAAY,GAAG,GAAG,EAAE,CACxB,cAAc;YACZ,CAAC,CAAC,EAAE;YACJ,CAAC,CAAC,cAAc;gBAChB,CAAC,CAAC,gCAAgC;gBAClC,CAAC,CAAC,SAAS,CAAA;QACf,MAAM,eAAe,GAAG,CAAC,CAAS,EAAE,EAAE,CACpC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,GAAG;YACjB,CAAC,CAAC,EAAE;YACJ,CAAC,CAAC,OAAO,CAAC,GAAG;gBACb,CAAC,CAAC,gCAAgC;gBAClC,CAAC,CAAC,SAAS,CAAA;QAEf,MAAM,cAAc,GAAG,GAAG,EAAE;YAC1B,IAAI,SAAS,EAAE;gBACb,uCAAuC;gBACvC,qCAAqC;gBACrC,QAAQ,SAAS,EAAE;oBACjB,KAAK,GAAG;wBACN,EAAE,IAAI,IAAI,CAAA;wBACV,QAAQ,GAAG,IAAI,CAAA;wBACf,MAAK;oBACP,KAAK,GAAG;wBACN,EAAE,IAAI,KAAK,CAAA;wBACX,QAAQ,GAAG,IAAI,CAAA;wBACf,MAAK;oBACP;wBACE,EAAE,IAAI,IAAI,GAAG,SAAS,CAAA;wBACtB,MAAK;iBACR;gBACD,IAAI,CAAC,KAAK,CAAC,sBAAsB,EAAE,SAAS,EAAE,EAAE,CAAC,CAAA;gBACjD,SAAS,GAAG,KAAK,CAAA;aAClB;QACH,CAAC,CAAA;QAED,KACE,IAAI,CAAC,GAAG,CAAC,EAAE,CAAS,EACpB,CAAC,GAAG,OAAO,CAAC,MAAM,IAAI,CAAC,CAAC,GAAG,OAAO,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,EAC7C,CAAC,EAAE,EACH;YACA,IAAI,CAAC,KAAK,CAAC,cAAc,EAAE,OAAO,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC,CAAA;YAE7C,kCAAkC;YAClC,IAAI,QAAQ,EAAE;gBACZ,wCAAwC;gBACxC,wBAAwB;gBACxB,qBAAqB;gBACrB,IAAI,CAAC,KAAK,GAAG,EAAE;oBACb,OAAO,KAAK,CAAA;iBACb;gBACD,oBAAoB;gBAEpB,IAAI,UAAU,CAAC,CAAC,CAAC,EAAE;oBACjB,EAAE,IAAI,IAAI,CAAA;iBACX;gBACD,EAAE,IAAI,CAAC,CAAA;gBACP,QAAQ,GAAG,KAAK,CAAA;gBAChB,SAAQ;aACT;YAED,QAAQ,CAAC,EAAE;gBACT,uCAAuC;gBACvC,qBAAqB;gBACrB,KAAK,GAAG,CAAC,CAAC;oBACR,OAAO,KAAK,CAAA;iBACb;gBACD,oBAAoB;gBAEpB,KAAK,IAAI;oBACP,IAAI,OAAO,IAAI,OAAO,CAAC,MAAM,CAAC,CAAC,GAAG,CAAC,CAAC,KAAK,GAAG,EAAE;wBAC5C,EAAE,IAAI,CAAC,CAAA;wBACP,SAAQ;qBACT;oBAED,cAAc,EAAE,CAAA;oBAChB,QAAQ,GAAG,IAAI,CAAA;oBACf,SAAQ;gBAEV,+BAA+B;gBAC/B,2BAA2B;gBAC3B,KAAK,GAAG,CAAC;gBACT,KAAK,GAAG,CAAC;gBACT,KAAK,GAAG,CAAC;gBACT,KAAK,GAAG,CAAC;gBACT,KAAK,GAAG;oBACN,IAAI,CAAC,KAAK,CAAC,4BAA4B,EAAE,OAAO,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC,CAAA;oBAE3D,wDAAwD;oBACxD,qCAAqC;oBACrC,IAAI,OAAO,EAAE;wBACX,IAAI,CAAC,KAAK,CAAC,YAAY,CAAC,CAAA;wBACxB,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC,KAAK,UAAU,GAAG,CAAC;4BAAE,CAAC,GAAG,GAAG,CAAA;wBAC9C,EAAE,IAAI,CAAC,CAAA;wBACP,SAAQ;qBACT;oBAED,gDAAgD;oBAChD,mDAAmD;oBACnD,oDAAoD;oBACpD,IAAI,CAAC,KAAK,CAAC,wBAAwB,EAAE,SAAS,CAAC,CAAA;oBAC/C,cAAc,EAAE,CAAA;oBAChB,SAAS,GAAG,CAAC,CAAA;oBACb,0DAA0D;oBAC1D,+DAA+D;oBAC/D,yBAAyB;oBACzB,IAAI,OAAO,CAAC,KAAK;wBAAE,cAAc,EAAE,CAAA;oBACnC,SAAQ;gBAEV,KAAK,GAAG,CAAC,CAAC;oBACR,IAAI,OAAO,EAAE;wBACX,EAAE,IAAI,GAAG,CAAA;wBACT,SAAQ;qBACT;oBAED,IAAI,CAAC,SAAS,EAAE;wBACd,EAAE,IAAI,KAAK,CAAA;wBACX,SAAQ;qBACT;oBAED,MAAM,OAAO,GAAqB;wBAChC,IAAI,EAAE,SAAS;wBACf,KAAK,EAAE,CAAC,GAAG,CAAC;wBACZ,OAAO,EAAE,EAAE,CAAC,MAAM;wBAClB,IAAI,EAAE,OAAO,CAAC,SAAS,CAAC,CAAC,IAAI;wBAC7B,KAAK,EAAE,OAAO,CAAC,SAAS,CAAC,CAAC,KAAK;qBAChC,CAAA;oBACD,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,OAAO,EAAE,IAAI,EAAE,OAAO,CAAC,CAAA;oBACvC,gBAAgB,CAAC,IAAI,CAAC,OAAO,CAAC,CAAA;oBAC9B,4CAA4C;oBAC5C,EAAE,IAAI,OAAO,CAAC,IAAI,CAAA;oBAClB,sCAAsC;oBACtC,IAAI,OAAO,CAAC,KAAK,KAAK,CAAC,IAAI,OAAO,CAAC,IAAI,KAAK,GAAG,EAAE;wBAC/C,cAAc,GAAG,IAAI,CAAA;wBACrB,EAAE,IAAI,eAAe,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAA;qBAC5C;oBACD,IAAI,CAAC,KAAK,CAAC,cAAc,EAAE,SAAS,EAAE,EAAE,CAAC,CAAA;oBACzC,SAAS,GAAG,KAAK,CAAA;oBACjB,SAAQ;iBACT;gBAED,KAAK,GAAG,CAAC,CAAC;oBACR,MAAM,OAAO,GAAG,gBAAgB,CAAC,gBAAgB,CAAC,MAAM,GAAG,CAAC,CAAC,CAAA;oBAC7D,IAAI,OAAO,IAAI,CAAC,OAAO,EAAE;wBACvB,EAAE,IAAI,KAAK,CAAA;wBACX,SAAQ;qBACT;oBACD,gBAAgB,CAAC,GAAG,EAAE,CAAA;oBAEtB,qBAAqB;oBACrB,cAAc,EAAE,CAAA;oBAChB,QAAQ,GAAG,IAAI,CAAA;oBACf,EAAE,GAAG,OAAO,CAAA;oBACZ,8BAA8B;oBAC9B,qCAAqC;oBACrC,EAAE,IAAI,EAAE,CAAC,KAAK,CAAA;oBACd,IAAI,EAAE,CAAC,IAAI,KAAK,GAAG,EAAE;wBACnB,aAAa,CAAC,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,EAAE,KAAK,EAAE,EAAE,CAAC,MAAM,EAAE,CAAC,CAAC,CAAA;qBAC5D;oBACD,SAAQ;iBACT;gBAED,KAAK,GAAG,CAAC,CAAC;oBACR,MAAM,OAAO,GAAG,gBAAgB,CAAC,gBAAgB,CAAC,MAAM,GAAG,CAAC,CAAC,CAAA;oBAC7D,IAAI,OAAO,IAAI,CAAC,OAAO,EAAE;wBACvB,EAAE,IAAI,KAAK,CAAA;wBACX,SAAQ;qBACT;oBAED,cAAc,EAAE,CAAA;oBAChB,EAAE,IAAI,GAAG,CAAA;oBACT,wCAAwC;oBACxC,IAAI,OAAO,CAAC,KAAK,KAAK,CAAC,IAAI,OAAO,CAAC,IAAI,KAAK,GAAG,EAAE;wBAC/C,cAAc,GAAG,IAAI,CAAA;wBACrB,EAAE,IAAI,eAAe,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAA;qBAC5C;oBACD,SAAQ;iBACT;gBAED,+CAA+C;gBAC/C,KAAK,GAAG;oBACN,+CAA+C;oBAC/C,cAAc,EAAE,CAAA;oBAEhB,IAAI,OAAO,EAAE;wBACX,EAAE,IAAI,IAAI,GAAG,CAAC,CAAA;wBACd,SAAQ;qBACT;oBAED,OAAO,GAAG,IAAI,CAAA;oBACd,UAAU,GAAG,CAAC,CAAA;oBACd,YAAY,GAAG,EAAE,CAAC,MAAM,CAAA;oBACxB,EAAE,IAAI,CAAC,CAAA;oBACP,SAAQ;gBAEV,KAAK,GAAG;oBACN,0CAA0C;oBAC1C,mCAAmC;oBACnC,qCAAqC;oBACrC,0CAA0C;oBAC1C,IAAI,CAAC,KAAK,UAAU,GAAG,CAAC,IAAI,CAAC,OAAO,EAAE;wBACpC,EAAE,IAAI,IAAI,GAAG,CAAC,CAAA;wBACd,SAAQ;qBACT;oBAED,sDAAsD;oBACtD,oDAAoD;oBACpD,qDAAqD;oBACrD,4BAA4B;oBAC5B,sDAAsD;oBACtD,wDAAwD;oBACxD,kDAAkD;oBAClD,EAAE,GAAG,OAAO,CAAC,SAAS,CAAC,UAAU,GAAG,CAAC,EAAE,CAAC,CAAC,CAAA;oBACzC,IAAI;wBACF,MAAM,CAAC,GAAG,GAAG,YAAY,CAAC,YAAY,CAAC,EAAE,CAAC,CAAC,GAAG,GAAG,CAAC,CAAA;wBAClD,mCAAmC;wBACnC,EAAE,IAAI,CAAC,CAAA;qBACR;oBAAC,OAAO,EAAE,EAAE;wBACX,4DAA4D;wBAC5D,6CAA6C;wBAC7C,EAAE,GAAG,EAAE,CAAC,SAAS,CAAC,CAAC,EAAE,YAAY,CAAC,GAAG,QAAQ,CAAA,CAAC,qBAAqB;qBACpE;oBACD,QAAQ,GAAG,IAAI,CAAA;oBACf,OAAO,GAAG,KAAK,CAAA;oBACf,SAAQ;gBAEV;oBACE,8CAA8C;oBAC9C,cAAc,EAAE,CAAA;oBAEhB,IAAI,UAAU,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,KAAK,GAAG,IAAI,OAAO,CAAC,EAAE;wBAC5C,EAAE,IAAI,IAAI,CAAA;qBACX;oBAED,EAAE,IAAI,CAAC,CAAA;oBACP,MAAK;aACR,CAAC,SAAS;SACZ,CAAC,MAAM;QAER,8CAA8C;QAC9C,yCAAyC;QACzC,IAAI,OAAO,EAAE;YACX,4CAA4C;YAC5C,+CAA+C;YAC/C,qDAAqD;YACrD,gDAAgD;YAChD,EAAE,GAAG,OAAO,CAAC,KAAK,CAAC,UAAU,GAAG,CAAC,CAAC,CAAA;YAClC,EAAE,GAAG,IAAI,CAAC,KAAK,CAAC,EAAE,EAAE,QAAQ,CAAmB,CAAA;YAC/C,EAAE,GAAG,EAAE,CAAC,SAAS,CAAC,CAAC,EAAE,YAAY,CAAC,GAAG,KAAK,GAAG,EAAE,CAAC,CAAC,CAAC,CAAA;YAClD,QAAQ,GAAG,QAAQ,IAAI,EAAE,CAAC,CAAC,CAAC,CAAA;SAC7B;QAED,uDAAuD;QACvD,kBAAkB;QAClB,kEAAkE;QAClE,wEAAwE;QACxE,mEAAmE;QACnE,qCAAqC;QACrC,KAAK,EAAE,GAAG,gBAAgB,CAAC,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,gBAAgB,CAAC,GAAG,EAAE,EAAE;YACjE,IAAI,IAAY,CAAA;YAChB,IAAI,GAAG,EAAE,CAAC,KAAK,CAAC,EAAE,CAAC,OAAO,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,CAAA;YAC5C,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,OAAO,EAAE,cAAc,EAAE,EAAE,EAAE,EAAE,CAAC,CAAA;YAChD,+DAA+D;YAC/D,IAAI,GAAG,IAAI,CAAC,OAAO,CAAC,2BAA2B,EAAE,CAAC,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE;gBAC7D,IAAI,CAAC,EAAE,EAAE;oBACP,6CAA6C;oBAC7C,EAAE,GAAG,IAAI,CAAA;oBACT,yBAAyB;oBACzB,qBAAqB;iBACtB;gBACD,oBAAoB;gBAEpB,iEAAiE;gBACjE,mEAAmE;gBACnE,qEAAqE;gBACrE,yDAAyD;gBACzD,EAAE;gBACF,wCAAwC;gBACxC,OAAO,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,GAAG,CAAA;YAC3B,CAAC,CAAC,CAAA;YAEF,IAAI,CAAC,KAAK,CAAC,gBAAgB,EAAE,IAAI,EAAE,IAAI,EAAE,EAAE,EAAE,EAAE,CAAC,CAAA;YAChD,MAAM,CAAC,GACL,EAAE,CAAC,IAAI,KAAK,GAAG,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,IAAI,KAAK,GAAG,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,IAAI,GAAG,EAAE,CAAC,IAAI,CAAA;YAEnE,QAAQ,GAAG,IAAI,CAAA;YACf,EAAE,GAAG,EAAE,CAAC,KAAK,CAAC,CAAC,EAAE,EAAE,CAAC,OAAO,CAAC,GAAG,CAAC,GAAG,KAAK,GAAG,IAAI,CAAA;SAChD;QAED,2DAA2D;QAC3D,cAAc,EAAE,CAAA;QAChB,IAAI,QAAQ,EAAE;YACZ,cAAc;YACd,EAAE,IAAI,MAAM,CAAA;SACb;QAED,2DAA2D;QAC3D,iDAAiD;QACjD,MAAM,eAAe,GAAG,kBAAkB,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAA;QAExD,wDAAwD;QACxD,4DAA4D;QAC5D,yDAAyD;QACzD,0DAA0D;QAC1D,eAAe;QACf,KAAK,IAAI,CAAC,GAAG,aAAa,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE;YAClD,MAAM,EAAE,GAAG,aAAa,CAAC,CAAC,CAAC,CAAA;YAE3B,MAAM,QAAQ,GAAG,EAAE,CAAC,KAAK,CAAC,CAAC,EAAE,EAAE,CAAC,OAAO,CAAC,CAAA;YACxC,MAAM,OAAO,GAAG,EAAE,CAAC,KAAK,CAAC,EAAE,CAAC,OAAO,EAAE,EAAE,CAAC,KAAK,GAAG,CAAC,CAAC,CAAA;YAClD,IAAI,OAAO,GAAG,EAAE,CAAC,KAAK,CAAC,EAAE,CAAC,KAAK,CAAC,CAAA;YAChC,MAAM,MAAM,GAAG,EAAE,CAAC,KAAK,CAAC,EAAE,CAAC,KAAK,GAAG,CAAC,EAAE,EAAE,CAAC,KAAK,CAAC,GAAG,OAAO,CAAA;YAEzD,gEAAgE;YAChE,wEAAwE;YACxE,+BAA+B;YAC/B,MAAM,iBAAiB,GAAG,QAAQ,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,MAAM,CAAA;YACpD,MAAM,gBAAgB,GAAG,QAAQ,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,MAAM,GAAG,iBAAiB,CAAA;YACvE,IAAI,UAAU,GAAG,OAAO,CAAA;YACxB,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,gBAAgB,EAAE,CAAC,EAAE,EAAE;gBACzC,UAAU,GAAG,UAAU,CAAC,OAAO,CAAC,UAAU,EAAE,EAAE,CAAC,CAAA;aAChD;YACD,OAAO,GAAG,UAAU,CAAA;YAEpB,MAAM,MAAM,GAAG,OAAO,KAAK,EAAE,IAAI,KAAK,KAAK,QAAQ,CAAC,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,EAAE,CAAA;YAEtE,EAAE,GAAG,QAAQ,GAAG,OAAO,GAAG,OAAO,GAAG,MAAM,GAAG,MAAM,CAAA;SACpD;QAED,+DAA+D;QAC/D,+CAA+C;QAC/C,oDAAoD;QACpD,IAAI,EAAE,KAAK,EAAE,IAAI,QAAQ,EAAE;YACzB,EAAE,GAAG,OAAO,GAAG,EAAE,CAAA;SAClB;QAED,IAAI,eAAe,EAAE;YACnB,EAAE,GAAG,YAAY,EAAE,GAAG,EAAE,CAAA;SACzB;QAED,4CAA4C;QAC5C,IAAI,KAAK,KAAK,QAAQ,EAAE;YACtB,OAAO,CAAC,EAAE,EAAE,QAAQ,CAAC,CAAA;SACtB;QAED,kEAAkE;QAClE,IAAI,OAAO,CAAC,MAAM,IAAI,CAAC,QAAQ,IAAI,CAAC,OAAO,CAAC,eAAe,EAAE;YAC3D,QAAQ,GAAG,OAAO,CAAC,WAAW,EAAE,KAAK,OAAO,CAAC,WAAW,EAAE,CAAA;SAC3D;QAED,2CAA2C;QAC3C,oDAAoD;QACpD,qCAAqC;QACrC,IAAI,CAAC,QAAQ,EAAE;YACb,OAAO,YAAY,CAAC,OAAO,CAAC,CAAA;SAC7B;QAED,MAAM,KAAK,GAAG,OAAO,CAAC,MAAM,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAA;QACvC,IAAI;YACF,MAAM,GAAG,GAAG,QAAQ;gBAClB,CAAC,CAAC;oBACE,KAAK,EAAE,OAAO;oBACd,IAAI,EAAE,EAAE;oBACR,IAAI,EAAE,QAAQ;iBACf;gBACH,CAAC,CAAC;oBACE,KAAK,EAAE,OAAO;oBACd,IAAI,EAAE,EAAE;iBACT,CAAA;YACL,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,MAAM,CAAC,GAAG,GAAG,EAAE,GAAG,GAAG,EAAE,KAAK,CAAC,EAAE,GAAG,CAAC,CAAA;YAC5D,qBAAqB;SACtB;QAAC,OAAO,EAAE,EAAE;YACX,uBAAuB;YACvB,+DAA+D;YAC/D,+DAA+D;YAC/D,kEAAkE;YAClE,iCAAiC;YACjC,IAAI,CAAC,KAAK,CAAC,gBAAgB,EAAE,EAAE,CAAC,CAAA;YAChC,OAAO,IAAI,MAAM,CAAC,IAAI,CAAC,CAAA;SACxB;QACD,oBAAoB;IACtB,CAAC;IAED,MAAM;QACJ,IAAI,IAAI,CAAC,MAAM,IAAI,IAAI,CAAC,MAAM,KAAK,KAAK;YAAE,OAAO,IAAI,CAAC,MAAM,CAAA;QAE5D,mDAAmD;QACnD,4BAA4B;QAC5B,EAAE;QACF,wDAAwD;QACxD,yDAAyD;QACzD,2CAA2C;QAC3C,MAAM,GAAG,GAAG,IAAI,CAAC,GAAG,CAAA;QAEpB,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE;YACf,IAAI,CAAC,MAAM,GAAG,KAAK,CAAA;YACnB,OAAO,IAAI,CAAC,MAAM,CAAA;SACnB;QACD,MAAM,OAAO,GAAG,IAAI,CAAC,OAAO,CAAA;QAE5B,MAAM,OAAO,GAAG,OAAO,CAAC,UAAU;YAChC,CAAC,CAAC,IAAI;YACN,CAAC,CAAC,OAAO,CAAC,GAAG;gBACb,CAAC,CAAC,UAAU;gBACZ,CAAC,CAAC,YAAY,CAAA;QAChB,MAAM,KAAK,GAAG,OAAO,CAAC,MAAM,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAA;QAEvC,kCAAkC;QAClC,kDAAkD;QAClD,sEAAsE;QACtE,iDAAiD;QACjD,8DAA8D;QAC9D,mCAAmC;QACnC,IAAI,EAAE,GAAG,GAAG;aACT,GAAG,CAAC,OAAO,CAAC,EAAE;YACb,MAAM,EAAE,GAAiC,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CACvD,OAAO,CAAC,KAAK,QAAQ;gBACnB,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC;gBACjB,CAAC,CAAC,CAAC,KAAK,gBAAQ;oBAChB,CAAC,CAAC,gBAAQ;oBACV,CAAC,CAAC,CAAC,CAAC,IAAI,CACqB,CAAA;YACjC,EAAE,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE;gBAClB,MAAM,IAAI,GAAG,EAAE,CAAC,CAAC,GAAG,CAAC,CAAC,CAAA;gBACtB,MAAM,IAAI,GAAG,EAAE,CAAC,CAAC,GAAG,CAAC,CAAC,CAAA;gBACtB,IAAI,CAAC,KAAK,gBAAQ,IAAI,IAAI,KAAK,gBAAQ,EAAE;oBACvC,OAAM;iBACP;gBACD,IAAI,IAAI,KAAK,SAAS,EAAE;oBACtB,IAAI,IAAI,KAAK,SAAS,IAAI,IAAI,KAAK,gBAAQ,EAAE;wBAC3C,EAAE,CAAC,CAAC,GAAG,CAAC,CAAC,GAAG,SAAS,GAAG,OAAO,GAAG,OAAO,GAAG,IAAI,CAAA;qBACjD;yBAAM;wBACL,EAAE,CAAC,CAAC,CAAC,GAAG,OAAO,CAAA;qBAChB;iBACF;qBAAM,IAAI,IAAI,KAAK,SAAS,EAAE;oBAC7B,EAAE,CAAC,CAAC,GAAG,CAAC,CAAC,GAAG,IAAI,GAAG,SAAS,GAAG,OAAO,GAAG,IAAI,CAAA;iBAC9C;qBAAM,IAAI,IAAI,KAAK,gBAAQ,EAAE;oBAC5B,EAAE,CAAC,CAAC,GAAG,CAAC,CAAC,GAAG,IAAI,GAAG,YAAY,GAAG,OAAO,GAAG,MAAM,GAAG,IAAI,CAAA;oBACzD,EAAE,CAAC,CAAC,GAAG,CAAC,CAAC,GAAG,gBAAQ,CAAA;iBACrB;YACH,CAAC,CAAC,CAAA;YACF,OAAO,EAAE,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,KAAK,gBAAQ,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;QACjD,CAAC,CAAC;aACD,IAAI,CAAC,GAAG,CAAC,CAAA;QAEZ,4BAA4B;QAC5B,gDAAgD;QAChD,EAAE,GAAG,MAAM,GAAG,EAAE,GAAG,IAAI,CAAA;QAEvB,gDAAgD;QAChD,IAAI,IAAI,CAAC,MAAM;YAAE,EAAE,GAAG,MAAM,GAAG,EAAE,GAAG,MAAM,CAAA;QAE1C,IAAI;YACF,IAAI,CAAC,MAAM,GAAG,IAAI,MAAM,CAAC,EAAE,EAAE,KAAK,CAAC,CAAA;YACnC,qBAAqB;SACtB;QAAC,OAAO,EAAE,EAAE;YACX,uBAAuB;YACvB,IAAI,CAAC,MAAM,GAAG,KAAK,CAAA;SACpB;QACD,oBAAoB;QACpB,OAAO,IAAI,CAAC,MAAM,CAAA;IACpB,CAAC;IAED,UAAU,CAAC,CAAS;QAClB,mDAAmD;QACnD,6DAA6D;QAC7D,8CAA8C;QAC9C,0CAA0C;QAC1C,IAAI,IAAI,CAAC,uBAAuB,EAAE;YAChC,OAAO,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,CAAA;SACpB;aAAM,IAAI,SAAS,IAAI,aAAa,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE;YAC7C,sCAAsC;YACtC,OAAO,CAAC,EAAE,EAAE,GAAG,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAA;SAC/B;aAAM;YACL,OAAO,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAA;SACtB;IACH,CAAC;IAED,KAAK,CAAC,CAAS,EAAE,OAAO,GAAG,IAAI,CAAC,OAAO;QACrC,IAAI,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC,EAAE,IAAI,CAAC,OAAO,CAAC,CAAA;QACpC,8CAA8C;QAC9C,iBAAiB;QACjB,IAAI,IAAI,CAAC,OAAO,EAAE;YAChB,OAAO,KAAK,CAAA;SACb;QACD,IAAI,IAAI,CAAC,KAAK,EAAE;YACd,OAAO,CAAC,KAAK,EAAE,CAAA;SAChB;QAED,IAAI,CAAC,KAAK,GAAG,IAAI,OAAO,EAAE;YACxB,OAAO,IAAI,CAAA;SACZ;QAED,MAAM,OAAO,GAAG,IAAI,CAAC,OAAO,CAAA;QAE5B,gCAAgC;QAChC,IAAI,IAAI,CAAC,GAAG,KAAK,GAAG,EAAE;YACpB,CAAC,GAAG,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;SAChC;QAED,6CAA6C;QAC7C,MAAM,EAAE,GAAG,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,CAAA;QAC7B,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,OAAO,EAAE,OAAO,EAAE,EAAE,CAAC,CAAA;QAErC,0DAA0D;QAC1D,2DAA2D;QAC3D,mCAAmC;QACnC,uCAAuC;QAEvC,MAAM,GAAG,GAAG,IAAI,CAAC,GAAG,CAAA;QACpB,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,OAAO,EAAE,KAAK,EAAE,GAAG,CAAC,CAAA;QAEpC,0EAA0E;QAC1E,IAAI,QAAQ,GAAW,EAAE,CAAC,EAAE,CAAC,MAAM,GAAG,CAAC,CAAC,CAAA;QACxC,IAAI,CAAC,QAAQ,EAAE;YACb,KAAK,IAAI,CAAC,GAAG,EAAE,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC,QAAQ,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,EAAE,EAAE;gBACpD,QAAQ,GAAG,EAAE,CAAC,CAAC,CAAC,CAAA;aACjB;SACF;QAED,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,GAAG,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;YACnC,MAAM,OAAO,GAAG,GAAG,CAAC,CAAC,CAAC,CAAA;YACtB,IAAI,IAAI,GAAG,EAAE,CAAA;YACb,IAAI,OAAO,CAAC,SAAS,IAAI,OAAO,CAAC,MAAM,KAAK,CAAC,EAAE;gBAC7C,IAAI,GAAG,CAAC,QAAQ,CAAC,CAAA;aAClB;YACD,MAAM,GAAG,GAAG,IAAI,CAAC,QAAQ,CAAC,IAAI,EAAE,OAAO,EAAE,OAAO,CAAC,CAAA;YACjD,IAAI,GAAG,EAAE;gBACP,IAAI,OAAO,CAAC,UAAU,EAAE;oBACtB,OAAO,IAAI,CAAA;iBACZ;gBACD,OAAO,CAAC,IAAI,CAAC,MAAM,CAAA;aACpB;SACF;QAED,2DAA2D;QAC3D,8BAA8B;QAC9B,IAAI,OAAO,CAAC,UAAU,EAAE;YACtB,OAAO,KAAK,CAAA;SACb;QACD,OAAO,IAAI,CAAC,MAAM,CAAA;IACpB,CAAC;IAED,MAAM,CAAC,QAAQ,CAAC,GAAqB;QACnC,OAAO,iBAAS,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC,SAAS,CAAA;IAC1C,CAAC;CACF;AAt+BD,8BAs+BC;AAED,iBAAS,CAAC,SAAS,GAAG,SAAS,CAAA"} \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/minimatch/dist/cjs/package.json b/software/flow/node_modules/npm/node_modules/minimatch/dist/cjs/package.json deleted file mode 100644 index 5bbefff..0000000 --- a/software/flow/node_modules/npm/node_modules/minimatch/dist/cjs/package.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "type": "commonjs" -} diff --git a/software/flow/node_modules/npm/node_modules/minimatch/dist/mjs/index.d.ts b/software/flow/node_modules/npm/node_modules/minimatch/dist/mjs/index.d.ts deleted file mode 100644 index cca07a8..0000000 --- a/software/flow/node_modules/npm/node_modules/minimatch/dist/mjs/index.d.ts +++ /dev/null @@ -1,71 +0,0 @@ -export interface MinimatchOptions { - nobrace?: boolean; - nocomment?: boolean; - nonegate?: boolean; - debug?: boolean; - noglobstar?: boolean; - noext?: boolean; - nonull?: boolean; - windowsPathsNoEscape?: boolean; - allowWindowsEscape?: boolean; - partial?: boolean; - dot?: boolean; - nocase?: boolean; - nocaseMagicOnly?: boolean; - matchBase?: boolean; - flipNegate?: boolean; - preserveMultipleSlashes?: boolean; -} -export declare const minimatch: { - (p: string, pattern: string, options?: MinimatchOptions): boolean; - sep: string; - GLOBSTAR: typeof GLOBSTAR; - filter: (pattern: string, options?: MinimatchOptions) => (p: string) => boolean; - defaults: (def: MinimatchOptions) => typeof minimatch; - braceExpand: (pattern: string, options?: MinimatchOptions) => string[]; - makeRe: (pattern: string, options?: MinimatchOptions) => false | MMRegExp; - match: (list: string[], pattern: string, options?: MinimatchOptions) => string[]; - Minimatch: typeof Minimatch; -}; -export default minimatch; -export declare const sep: string; -export declare const GLOBSTAR: unique symbol; -export declare const filter: (pattern: string, options?: MinimatchOptions) => (p: string) => boolean; -export declare const defaults: (def: MinimatchOptions) => typeof minimatch; -export declare const braceExpand: (pattern: string, options?: MinimatchOptions) => string[]; -declare const SUBPARSE: unique symbol; -export declare const makeRe: (pattern: string, options?: MinimatchOptions) => false | MMRegExp; -export declare const match: (list: string[], pattern: string, options?: MinimatchOptions) => string[]; -export type MMRegExp = RegExp & { - _src?: string; - _glob?: string; -}; -type SubparseReturn = [string, boolean]; -type ParseReturnFiltered = string | MMRegExp | typeof GLOBSTAR; -type ParseReturn = ParseReturnFiltered | false; -export declare class Minimatch { - options: MinimatchOptions; - set: ParseReturnFiltered[][]; - pattern: string; - windowsPathsNoEscape: boolean; - nonegate: boolean; - negate: boolean; - comment: boolean; - empty: boolean; - preserveMultipleSlashes: boolean; - partial: boolean; - globSet: string[]; - globParts: string[][]; - regexp: false | null | MMRegExp; - constructor(pattern: string, options?: MinimatchOptions); - debug(..._: any[]): void; - make(): void; - parseNegate(): void; - matchOne(file: string[], pattern: ParseReturn[], partial?: boolean): boolean; - braceExpand(): string[]; - parse(pattern: string, isSub?: typeof SUBPARSE): ParseReturn | SubparseReturn; - makeRe(): false | MMRegExp; - slashSplit(p: string): string[]; - match(f: string, partial?: boolean): boolean; - static defaults(def: MinimatchOptions): typeof Minimatch; -} diff --git a/software/flow/node_modules/npm/node_modules/minimatch/dist/mjs/index.js b/software/flow/node_modules/npm/node_modules/minimatch/dist/mjs/index.js deleted file mode 100644 index 59ac196..0000000 --- a/software/flow/node_modules/npm/node_modules/minimatch/dist/mjs/index.js +++ /dev/null @@ -1,1077 +0,0 @@ -export const minimatch = (p, pattern, options = {}) => { - assertValidPattern(pattern); - // shortcut: comments match nothing. - if (!options.nocomment && pattern.charAt(0) === '#') { - return false; - } - return new Minimatch(pattern, options).match(p); -}; -export default minimatch; -// Optimized checking for the most common glob patterns. -const starDotExtRE = /^\*+([^+@!?\*\[\(]*)$/; -const starDotExtTest = (ext) => (f) => !f.startsWith('.') && f.endsWith(ext); -const starDotExtTestDot = (ext) => (f) => f.endsWith(ext); -const starDotExtTestNocase = (ext) => { - ext = ext.toLowerCase(); - return (f) => !f.startsWith('.') && f.toLowerCase().endsWith(ext); -}; -const starDotExtTestNocaseDot = (ext) => { - ext = ext.toLowerCase(); - return (f) => f.toLowerCase().endsWith(ext); -}; -const starDotStarRE = /^\*+\.\*+$/; -const starDotStarTest = (f) => !f.startsWith('.') && f.includes('.'); -const starDotStarTestDot = (f) => f !== '.' && f !== '..' && f.includes('.'); -const dotStarRE = /^\.\*+$/; -const dotStarTest = (f) => f !== '.' && f !== '..' && f.startsWith('.'); -const starRE = /^\*+$/; -const starTest = (f) => f.length !== 0 && !f.startsWith('.'); -const starTestDot = (f) => f.length !== 0 && f !== '.' && f !== '..'; -const qmarksRE = /^\?+([^+@!?\*\[\(]*)?$/; -const qmarksTestNocase = ([$0, ext = '']) => { - const noext = qmarksTestNoExt([$0]); - if (!ext) - return noext; - ext = ext.toLowerCase(); - return (f) => noext(f) && f.toLowerCase().endsWith(ext); -}; -const qmarksTestNocaseDot = ([$0, ext = '']) => { - const noext = qmarksTestNoExtDot([$0]); - if (!ext) - return noext; - ext = ext.toLowerCase(); - return (f) => noext(f) && f.toLowerCase().endsWith(ext); -}; -const qmarksTestDot = ([$0, ext = '']) => { - const noext = qmarksTestNoExtDot([$0]); - return !ext ? noext : (f) => noext(f) && f.endsWith(ext); -}; -const qmarksTest = ([$0, ext = '']) => { - const noext = qmarksTestNoExt([$0]); - return !ext ? noext : (f) => noext(f) && f.endsWith(ext); -}; -const qmarksTestNoExt = ([$0]) => { - const len = $0.length; - return (f) => f.length === len && !f.startsWith('.'); -}; -const qmarksTestNoExtDot = ([$0]) => { - const len = $0.length; - return (f) => f.length === len && f !== '.' && f !== '..'; -}; -/* c8 ignore start */ -const platform = typeof process === 'object' && process - ? (typeof process.env === 'object' && - process.env && - process.env.__MINIMATCH_TESTING_PLATFORM__) || - process.platform - : 'posix'; -const isWindows = platform === 'win32'; -const path = isWindows ? { sep: '\\' } : { sep: '/' }; -/* c8 ignore stop */ -export const sep = path.sep; -minimatch.sep = sep; -export const GLOBSTAR = Symbol('globstar **'); -minimatch.GLOBSTAR = GLOBSTAR; -import expand from 'brace-expansion'; -const plTypes = { - '!': { open: '(?:(?!(?:', close: '))[^/]*?)' }, - '?': { open: '(?:', close: ')?' }, - '+': { open: '(?:', close: ')+' }, - '*': { open: '(?:', close: ')*' }, - '@': { open: '(?:', close: ')' }, -}; -// any single thing other than / -// don't need to escape / when using new RegExp() -const qmark = '[^/]'; -// * => any number of characters -const star = qmark + '*?'; -// ** when dots are allowed. Anything goes, except .. and . -// not (^ or / followed by one or two dots followed by $ or /), -// followed by anything, any number of times. -const twoStarDot = '(?:(?!(?:\\/|^)(?:\\.{1,2})($|\\/)).)*?'; -// not a ^ or / followed by a dot, -// followed by anything, any number of times. -const twoStarNoDot = '(?:(?!(?:\\/|^)\\.).)*?'; -// "abc" -> { a:true, b:true, c:true } -const charSet = (s) => s.split('').reduce((set, c) => { - set[c] = true; - return set; -}, {}); -// characters that need to be escaped in RegExp. -const reSpecials = charSet('().*{}+?[]^$\\!'); -// characters that indicate we have to add the pattern start -const addPatternStartSet = charSet('[.('); -export const filter = (pattern, options = {}) => (p) => minimatch(p, pattern, options); -minimatch.filter = filter; -const ext = (a, b = {}) => Object.assign({}, a, b); -export const defaults = (def) => { - if (!def || typeof def !== 'object' || !Object.keys(def).length) { - return minimatch; - } - const orig = minimatch; - const m = (p, pattern, options = {}) => orig(p, pattern, ext(def, options)); - return Object.assign(m, { - Minimatch: class Minimatch extends orig.Minimatch { - constructor(pattern, options = {}) { - super(pattern, ext(def, options)); - } - static defaults(options) { - return orig.defaults(ext(def, options)).Minimatch; - } - }, - filter: (pattern, options = {}) => orig.filter(pattern, ext(def, options)), - defaults: (options) => orig.defaults(ext(def, options)), - makeRe: (pattern, options = {}) => orig.makeRe(pattern, ext(def, options)), - braceExpand: (pattern, options = {}) => orig.braceExpand(pattern, ext(def, options)), - match: (list, pattern, options = {}) => orig.match(list, pattern, ext(def, options)), - sep: orig.sep, - GLOBSTAR: GLOBSTAR, - }); -}; -minimatch.defaults = defaults; -// Brace expansion: -// a{b,c}d -> abd acd -// a{b,}c -> abc ac -// a{0..3}d -> a0d a1d a2d a3d -// a{b,c{d,e}f}g -> abg acdfg acefg -// a{b,c}d{e,f}g -> abdeg acdeg abdeg abdfg -// -// Invalid sets are not expanded. -// a{2..}b -> a{2..}b -// a{b}c -> a{b}c -export const braceExpand = (pattern, options = {}) => { - assertValidPattern(pattern); - // Thanks to Yeting Li <https://github.com/yetingli> for - // improving this regexp to avoid a ReDOS vulnerability. - if (options.nobrace || !/\{(?:(?!\{).)*\}/.test(pattern)) { - // shortcut. no need to expand. - return [pattern]; - } - return expand(pattern); -}; -minimatch.braceExpand = braceExpand; -const MAX_PATTERN_LENGTH = 1024 * 64; -const assertValidPattern = (pattern) => { - if (typeof pattern !== 'string') { - throw new TypeError('invalid pattern'); - } - if (pattern.length > MAX_PATTERN_LENGTH) { - throw new TypeError('pattern is too long'); - } -}; -// parse a component of the expanded set. -// At this point, no pattern may contain "/" in it -// so we're going to return a 2d array, where each entry is the full -// pattern, split on '/', and then turned into a regular expression. -// A regexp is made at the end which joins each array with an -// escaped /, and another full one which joins each regexp with |. -// -// Following the lead of Bash 4.1, note that "**" only has special meaning -// when it is the *only* thing in a path portion. Otherwise, any series -// of * is equivalent to a single *. Globstar behavior is enabled by -// default, and can be disabled by setting options.noglobstar. -const SUBPARSE = Symbol('subparse'); -export const makeRe = (pattern, options = {}) => new Minimatch(pattern, options).makeRe(); -minimatch.makeRe = makeRe; -export const match = (list, pattern, options = {}) => { - const mm = new Minimatch(pattern, options); - list = list.filter(f => mm.match(f)); - if (mm.options.nonull && !list.length) { - list.push(pattern); - } - return list; -}; -minimatch.match = match; -// replace stuff like \* with * -const globUnescape = (s) => s.replace(/\\(.)/g, '$1'); -const charUnescape = (s) => s.replace(/\\([^-\]])/g, '$1'); -const regExpEscape = (s) => s.replace(/[-[\]{}()*+?.,\\^$|#\s]/g, '\\$&'); -const braExpEscape = (s) => s.replace(/[[\]\\]/g, '\\$&'); -export class Minimatch { - options; - set; - pattern; - windowsPathsNoEscape; - nonegate; - negate; - comment; - empty; - preserveMultipleSlashes; - partial; - globSet; - globParts; - regexp; - constructor(pattern, options = {}) { - assertValidPattern(pattern); - options = options || {}; - this.options = options; - this.pattern = pattern; - this.windowsPathsNoEscape = - !!options.windowsPathsNoEscape || options.allowWindowsEscape === false; - if (this.windowsPathsNoEscape) { - this.pattern = this.pattern.replace(/\\/g, '/'); - } - this.preserveMultipleSlashes = !!options.preserveMultipleSlashes; - this.regexp = null; - this.negate = false; - this.nonegate = !!options.nonegate; - this.comment = false; - this.empty = false; - this.partial = !!options.partial; - this.globSet = []; - this.globParts = []; - this.set = []; - // make the set of regexps etc. - this.make(); - } - debug(..._) { } - make() { - const pattern = this.pattern; - const options = this.options; - // empty patterns and comments match nothing. - if (!options.nocomment && pattern.charAt(0) === '#') { - this.comment = true; - return; - } - if (!pattern) { - this.empty = true; - return; - } - // step 1: figure out negation, etc. - this.parseNegate(); - // step 2: expand braces - this.globSet = this.braceExpand(); - if (options.debug) { - this.debug = (...args) => console.error(...args); - } - this.debug(this.pattern, this.globSet); - // step 3: now we have a set, so turn each one into a series of path-portion - // matching patterns. - // These will be regexps, except in the case of "**", which is - // set to the GLOBSTAR object for globstar behavior, - // and will not contain any / characters - const rawGlobParts = this.globSet.map(s => this.slashSplit(s)); - // consecutive globstars are an unncessary perf killer - // also, **/*/... is equivalent to */**/..., so swap all of those - // this turns a pattern like **/*/**/*/x into */*/**/x - // and a pattern like **/x/**/*/y becomes **/x/*/**/y - // the *later* we can push the **, the more efficient it is, - // because we can avoid having to do a recursive walk until - // the walked tree is as shallow as possible. - // Note that this is only true up to the last pattern, though, because - // a/*/** will only match a/b if b is a dir, but a/**/* will match a/b - // regardless, since it's "0 or more path segments" if it's not final. - if (this.options.noglobstar) { - // ** is * anyway - this.globParts = rawGlobParts; - } - else { - // do this swap BEFORE the reduce, so that we can turn a string - // of **/*/**/* into */*/**/** and then reduce the **'s into one - for (const parts of rawGlobParts) { - let swapped; - do { - swapped = false; - for (let i = 0; i < parts.length - 1; i++) { - if (parts[i] === '*' && parts[i - 1] === '**') { - parts[i] = '**'; - parts[i - 1] = '*'; - swapped = true; - } - } - } while (swapped); - } - this.globParts = rawGlobParts.map(parts => { - parts = parts.reduce((set, part) => { - const prev = set[set.length - 1]; - if (part === '**' && prev === '**') { - return set; - } - if (part === '..') { - if (prev && prev !== '..' && prev !== '.' && prev !== '**') { - set.pop(); - return set; - } - } - set.push(part); - return set; - }, []); - return parts.length === 0 ? [''] : parts; - }); - } - this.debug(this.pattern, this.globParts); - // glob --> regexps - let set = this.globParts.map((s, _, __) => s.map(ss => this.parse(ss))); - this.debug(this.pattern, set); - // filter out everything that didn't compile properly. - this.set = set.filter(s => s.indexOf(false) === -1); - // do not treat the ? in UNC paths as magic - if (isWindows) { - for (let i = 0; i < this.set.length; i++) { - const p = this.set[i]; - if (p[0] === '' && - p[1] === '' && - this.globParts[i][2] === '?' && - typeof p[3] === 'string' && - /^[a-z]:$/i.test(p[3])) { - p[2] = '?'; - } - } - } - this.debug(this.pattern, this.set); - } - parseNegate() { - if (this.nonegate) - return; - const pattern = this.pattern; - let negate = false; - let negateOffset = 0; - for (let i = 0; i < pattern.length && pattern.charAt(i) === '!'; i++) { - negate = !negate; - negateOffset++; - } - if (negateOffset) - this.pattern = pattern.slice(negateOffset); - this.negate = negate; - } - // set partial to true to test if, for example, - // "/a/b" matches the start of "/*/b/*/d" - // Partial means, if you run out of file before you run - // out of pattern, then that's fine, as long as all - // the parts match. - matchOne(file, pattern, partial = false) { - const options = this.options; - // a UNC pattern like //?/c:/* can match a path like c:/x - // and vice versa - if (isWindows) { - const fileUNC = file[0] === '' && - file[1] === '' && - file[2] === '?' && - typeof file[3] === 'string' && - /^[a-z]:$/i.test(file[3]); - const patternUNC = pattern[0] === '' && - pattern[1] === '' && - pattern[2] === '?' && - typeof pattern[3] === 'string' && - /^[a-z]:$/i.test(pattern[3]); - if (fileUNC && patternUNC) { - const fd = file[3]; - const pd = pattern[3]; - if (fd.toLowerCase() === pd.toLowerCase()) { - file[3] = pd; - } - } - else if (patternUNC && typeof file[0] === 'string') { - const pd = pattern[3]; - const fd = file[0]; - if (pd.toLowerCase() === fd.toLowerCase()) { - pattern[3] = fd; - pattern = pattern.slice(3); - } - } - else if (fileUNC && typeof pattern[0] === 'string') { - const fd = file[3]; - if (fd.toLowerCase() === pattern[0].toLowerCase()) { - pattern[0] = fd; - file = file.slice(3); - } - } - } - this.debug('matchOne', this, { file, pattern }); - this.debug('matchOne', file.length, pattern.length); - for (var fi = 0, pi = 0, fl = file.length, pl = pattern.length; fi < fl && pi < pl; fi++, pi++) { - this.debug('matchOne loop'); - var p = pattern[pi]; - var f = file[fi]; - this.debug(pattern, p, f); - // should be impossible. - // some invalid regexp stuff in the set. - /* c8 ignore start */ - if (p === false) { - return false; - } - /* c8 ignore stop */ - if (p === GLOBSTAR) { - this.debug('GLOBSTAR', [pattern, p, f]); - // "**" - // a/**/b/**/c would match the following: - // a/b/x/y/z/c - // a/x/y/z/b/c - // a/b/x/b/x/c - // a/b/c - // To do this, take the rest of the pattern after - // the **, and see if it would match the file remainder. - // If so, return success. - // If not, the ** "swallows" a segment, and try again. - // This is recursively awful. - // - // a/**/b/**/c matching a/b/x/y/z/c - // - a matches a - // - doublestar - // - matchOne(b/x/y/z/c, b/**/c) - // - b matches b - // - doublestar - // - matchOne(x/y/z/c, c) -> no - // - matchOne(y/z/c, c) -> no - // - matchOne(z/c, c) -> no - // - matchOne(c, c) yes, hit - var fr = fi; - var pr = pi + 1; - if (pr === pl) { - this.debug('** at the end'); - // a ** at the end will just swallow the rest. - // We have found a match. - // however, it will not swallow /.x, unless - // options.dot is set. - // . and .. are *never* matched by **, for explosively - // exponential reasons. - for (; fi < fl; fi++) { - if (file[fi] === '.' || - file[fi] === '..' || - (!options.dot && file[fi].charAt(0) === '.')) - return false; - } - return true; - } - // ok, let's see if we can swallow whatever we can. - while (fr < fl) { - var swallowee = file[fr]; - this.debug('\nglobstar while', file, fr, pattern, pr, swallowee); - // XXX remove this slice. Just pass the start index. - if (this.matchOne(file.slice(fr), pattern.slice(pr), partial)) { - this.debug('globstar found match!', fr, fl, swallowee); - // found a match. - return true; - } - else { - // can't swallow "." or ".." ever. - // can only swallow ".foo" when explicitly asked. - if (swallowee === '.' || - swallowee === '..' || - (!options.dot && swallowee.charAt(0) === '.')) { - this.debug('dot detected!', file, fr, pattern, pr); - break; - } - // ** swallows a segment, and continue. - this.debug('globstar swallow a segment, and continue'); - fr++; - } - } - // no match was found. - // However, in partial mode, we can't say this is necessarily over. - /* c8 ignore start */ - if (partial) { - // ran out of file - this.debug('\n>>> no match, partial?', file, fr, pattern, pr); - if (fr === fl) { - return true; - } - } - /* c8 ignore stop */ - return false; - } - // something other than ** - // non-magic patterns just have to match exactly - // patterns with magic have been turned into regexps. - let hit; - if (typeof p === 'string') { - hit = f === p; - this.debug('string match', p, f, hit); - } - else { - hit = p.test(f); - this.debug('pattern match', p, f, hit); - } - if (!hit) - return false; - } - // Note: ending in / means that we'll get a final "" - // at the end of the pattern. This can only match a - // corresponding "" at the end of the file. - // If the file ends in /, then it can only match a - // a pattern that ends in /, unless the pattern just - // doesn't have any more for it. But, a/b/ should *not* - // match "a/b/*", even though "" matches against the - // [^/]*? pattern, except in partial mode, where it might - // simply not be reached yet. - // However, a/b/ should still satisfy a/* - // now either we fell off the end of the pattern, or we're done. - if (fi === fl && pi === pl) { - // ran out of pattern and filename at the same time. - // an exact hit! - return true; - } - else if (fi === fl) { - // ran out of file, but still had pattern left. - // this is ok if we're doing the match as part of - // a glob fs traversal. - return partial; - } - else if (pi === pl) { - // ran out of pattern, still have file left. - // this is only acceptable if we're on the very last - // empty segment of a file with a trailing slash. - // a/* should match a/b/ - return fi === fl - 1 && file[fi] === ''; - /* c8 ignore start */ - } - else { - // should be unreachable. - throw new Error('wtf?'); - } - /* c8 ignore stop */ - } - braceExpand() { - return braceExpand(this.pattern, this.options); - } - parse(pattern, isSub) { - assertValidPattern(pattern); - const options = this.options; - // shortcuts - if (pattern === '**') { - if (!options.noglobstar) - return GLOBSTAR; - else - pattern = '*'; - } - if (pattern === '') - return ''; - // far and away, the most common glob pattern parts are - // *, *.*, and *.<ext> Add a fast check method for those. - let m; - let fastTest = null; - if (isSub !== SUBPARSE) { - if ((m = pattern.match(starRE))) { - fastTest = options.dot ? starTestDot : starTest; - } - else if ((m = pattern.match(starDotExtRE))) { - fastTest = (options.nocase - ? options.dot - ? starDotExtTestNocaseDot - : starDotExtTestNocase - : options.dot - ? starDotExtTestDot - : starDotExtTest)(m[1]); - } - else if ((m = pattern.match(qmarksRE))) { - fastTest = (options.nocase - ? options.dot - ? qmarksTestNocaseDot - : qmarksTestNocase - : options.dot - ? qmarksTestDot - : qmarksTest)(m); - } - else if ((m = pattern.match(starDotStarRE))) { - fastTest = options.dot ? starDotStarTestDot : starDotStarTest; - } - else if ((m = pattern.match(dotStarRE))) { - fastTest = dotStarTest; - } - } - let re = ''; - let hasMagic = false; - let escaping = false; - // ? => one single character - const patternListStack = []; - const negativeLists = []; - let stateChar = false; - let inClass = false; - let reClassStart = -1; - let classStart = -1; - let cs; - let pl; - let sp; - // . and .. never match anything that doesn't start with ., - // even when options.dot is set. However, if the pattern - // starts with ., then traversal patterns can match. - let dotTravAllowed = pattern.charAt(0) === '.'; - let dotFileAllowed = options.dot || dotTravAllowed; - const patternStart = () => dotTravAllowed - ? '' - : dotFileAllowed - ? '(?!(?:^|\\/)\\.{1,2}(?:$|\\/))' - : '(?!\\.)'; - const subPatternStart = (p) => p.charAt(0) === '.' - ? '' - : options.dot - ? '(?!(?:^|\\/)\\.{1,2}(?:$|\\/))' - : '(?!\\.)'; - const clearStateChar = () => { - if (stateChar) { - // we had some state-tracking character - // that wasn't consumed by this pass. - switch (stateChar) { - case '*': - re += star; - hasMagic = true; - break; - case '?': - re += qmark; - hasMagic = true; - break; - default: - re += '\\' + stateChar; - break; - } - this.debug('clearStateChar %j %j', stateChar, re); - stateChar = false; - } - }; - for (let i = 0, c; i < pattern.length && (c = pattern.charAt(i)); i++) { - this.debug('%s\t%s %s %j', pattern, i, re, c); - // skip over any that are escaped. - if (escaping) { - // completely not allowed, even escaped. - // should be impossible. - /* c8 ignore start */ - if (c === '/') { - return false; - } - /* c8 ignore stop */ - if (reSpecials[c]) { - re += '\\'; - } - re += c; - escaping = false; - continue; - } - switch (c) { - // Should already be path-split by now. - /* c8 ignore start */ - case '/': { - return false; - } - /* c8 ignore stop */ - case '\\': - if (inClass && pattern.charAt(i + 1) === '-') { - re += c; - continue; - } - clearStateChar(); - escaping = true; - continue; - // the various stateChar values - // for the "extglob" stuff. - case '?': - case '*': - case '+': - case '@': - case '!': - this.debug('%s\t%s %s %j <-- stateChar', pattern, i, re, c); - // all of those are literals inside a class, except that - // the glob [!a] means [^a] in regexp - if (inClass) { - this.debug(' in class'); - if (c === '!' && i === classStart + 1) - c = '^'; - re += c; - continue; - } - // if we already have a stateChar, then it means - // that there was something like ** or +? in there. - // Handle the stateChar, then proceed with this one. - this.debug('call clearStateChar %j', stateChar); - clearStateChar(); - stateChar = c; - // if extglob is disabled, then +(asdf|foo) isn't a thing. - // just clear the statechar *now*, rather than even diving into - // the patternList stuff. - if (options.noext) - clearStateChar(); - continue; - case '(': { - if (inClass) { - re += '('; - continue; - } - if (!stateChar) { - re += '\\('; - continue; - } - const plEntry = { - type: stateChar, - start: i - 1, - reStart: re.length, - open: plTypes[stateChar].open, - close: plTypes[stateChar].close, - }; - this.debug(this.pattern, '\t', plEntry); - patternListStack.push(plEntry); - // negation is (?:(?!(?:js)(?:<rest>))[^/]*) - re += plEntry.open; - // next entry starts with a dot maybe? - if (plEntry.start === 0 && plEntry.type !== '!') { - dotTravAllowed = true; - re += subPatternStart(pattern.slice(i + 1)); - } - this.debug('plType %j %j', stateChar, re); - stateChar = false; - continue; - } - case ')': { - const plEntry = patternListStack[patternListStack.length - 1]; - if (inClass || !plEntry) { - re += '\\)'; - continue; - } - patternListStack.pop(); - // closing an extglob - clearStateChar(); - hasMagic = true; - pl = plEntry; - // negation is (?:(?!js)[^/]*) - // The others are (?:<pattern>)<type> - re += pl.close; - if (pl.type === '!') { - negativeLists.push(Object.assign(pl, { reEnd: re.length })); - } - continue; - } - case '|': { - const plEntry = patternListStack[patternListStack.length - 1]; - if (inClass || !plEntry) { - re += '\\|'; - continue; - } - clearStateChar(); - re += '|'; - // next subpattern can start with a dot? - if (plEntry.start === 0 && plEntry.type !== '!') { - dotTravAllowed = true; - re += subPatternStart(pattern.slice(i + 1)); - } - continue; - } - // these are mostly the same in regexp and glob - case '[': - // swallow any state-tracking char before the [ - clearStateChar(); - if (inClass) { - re += '\\' + c; - continue; - } - inClass = true; - classStart = i; - reClassStart = re.length; - re += c; - continue; - case ']': - // a right bracket shall lose its special - // meaning and represent itself in - // a bracket expression if it occurs - // first in the list. -- POSIX.2 2.8.3.2 - if (i === classStart + 1 || !inClass) { - re += '\\' + c; - continue; - } - // split where the last [ was, make sure we don't have - // an invalid re. if so, re-walk the contents of the - // would-be class to re-translate any characters that - // were passed through as-is - // TODO: It would probably be faster to determine this - // without a try/catch and a new RegExp, but it's tricky - // to do safely. For now, this is safe and works. - cs = pattern.substring(classStart + 1, i); - try { - RegExp('[' + braExpEscape(charUnescape(cs)) + ']'); - // looks good, finish up the class. - re += c; - } - catch (er) { - // out of order ranges in JS are errors, but in glob syntax, - // they're just a range that matches nothing. - re = re.substring(0, reClassStart) + '(?:$.)'; // match nothing ever - } - hasMagic = true; - inClass = false; - continue; - default: - // swallow any state char that wasn't consumed - clearStateChar(); - if (reSpecials[c] && !(c === '^' && inClass)) { - re += '\\'; - } - re += c; - break; - } // switch - } // for - // handle the case where we left a class open. - // "[abc" is valid, equivalent to "\[abc" - if (inClass) { - // split where the last [ was, and escape it - // this is a huge pita. We now have to re-walk - // the contents of the would-be class to re-translate - // any characters that were passed through as-is - cs = pattern.slice(classStart + 1); - sp = this.parse(cs, SUBPARSE); - re = re.substring(0, reClassStart) + '\\[' + sp[0]; - hasMagic = hasMagic || sp[1]; - } - // handle the case where we had a +( thing at the *end* - // of the pattern. - // each pattern list stack adds 3 chars, and we need to go through - // and escape any | chars that were passed through as-is for the regexp. - // Go through and escape them, taking care not to double-escape any - // | chars that were already escaped. - for (pl = patternListStack.pop(); pl; pl = patternListStack.pop()) { - let tail; - tail = re.slice(pl.reStart + pl.open.length); - this.debug(this.pattern, 'setting tail', re, pl); - // maybe some even number of \, then maybe 1 \, followed by a | - tail = tail.replace(/((?:\\{2}){0,64})(\\?)\|/g, (_, $1, $2) => { - if (!$2) { - // the | isn't already escaped, so escape it. - $2 = '\\'; - // should already be done - /* c8 ignore start */ - } - /* c8 ignore stop */ - // need to escape all those slashes *again*, without escaping the - // one that we need for escaping the | character. As it works out, - // escaping an even number of slashes can be done by simply repeating - // it exactly after itself. That's why this trick works. - // - // I am sorry that you have to see this. - return $1 + $1 + $2 + '|'; - }); - this.debug('tail=%j\n %s', tail, tail, pl, re); - const t = pl.type === '*' ? star : pl.type === '?' ? qmark : '\\' + pl.type; - hasMagic = true; - re = re.slice(0, pl.reStart) + t + '\\(' + tail; - } - // handle trailing things that only matter at the very end. - clearStateChar(); - if (escaping) { - // trailing \\ - re += '\\\\'; - } - // only need to apply the nodot start if the re starts with - // something that could conceivably capture a dot - const addPatternStart = addPatternStartSet[re.charAt(0)]; - // Hack to work around lack of negative lookbehind in JS - // A pattern like: *.!(x).!(y|z) needs to ensure that a name - // like 'a.xyz.yz' doesn't match. So, the first negative - // lookahead, has to look ALL the way ahead, to the end of - // the pattern. - for (let n = negativeLists.length - 1; n > -1; n--) { - const nl = negativeLists[n]; - const nlBefore = re.slice(0, nl.reStart); - const nlFirst = re.slice(nl.reStart, nl.reEnd - 8); - let nlAfter = re.slice(nl.reEnd); - const nlLast = re.slice(nl.reEnd - 8, nl.reEnd) + nlAfter; - // Handle nested stuff like *(*.js|!(*.json)), where open parens - // mean that we should *not* include the ) in the bit that is considered - // "after" the negated section. - const closeParensBefore = nlBefore.split(')').length; - const openParensBefore = nlBefore.split('(').length - closeParensBefore; - let cleanAfter = nlAfter; - for (let i = 0; i < openParensBefore; i++) { - cleanAfter = cleanAfter.replace(/\)[+*?]?/, ''); - } - nlAfter = cleanAfter; - const dollar = nlAfter === '' && isSub !== SUBPARSE ? '(?:$|\\/)' : ''; - re = nlBefore + nlFirst + nlAfter + dollar + nlLast; - } - // if the re is not "" at this point, then we need to make sure - // it doesn't match against an empty path part. - // Otherwise a/* will match a/, which it should not. - if (re !== '' && hasMagic) { - re = '(?=.)' + re; - } - if (addPatternStart) { - re = patternStart() + re; - } - // parsing just a piece of a larger pattern. - if (isSub === SUBPARSE) { - return [re, hasMagic]; - } - // if it's nocase, and the lcase/uppercase don't match, it's magic - if (options.nocase && !hasMagic && !options.nocaseMagicOnly) { - hasMagic = pattern.toUpperCase() !== pattern.toLowerCase(); - } - // skip the regexp for non-magical patterns - // unescape anything in it, though, so that it'll be - // an exact match against a file etc. - if (!hasMagic) { - return globUnescape(pattern); - } - const flags = options.nocase ? 'i' : ''; - try { - const ext = fastTest - ? { - _glob: pattern, - _src: re, - test: fastTest, - } - : { - _glob: pattern, - _src: re, - }; - return Object.assign(new RegExp('^' + re + '$', flags), ext); - /* c8 ignore start */ - } - catch (er) { - // should be impossible - // If it was an invalid regular expression, then it can't match - // anything. This trick looks for a character after the end of - // the string, which is of course impossible, except in multi-line - // mode, but it's not a /m regex. - this.debug('invalid regexp', er); - return new RegExp('$.'); - } - /* c8 ignore stop */ - } - makeRe() { - if (this.regexp || this.regexp === false) - return this.regexp; - // at this point, this.set is a 2d array of partial - // pattern strings, or "**". - // - // It's better to use .match(). This function shouldn't - // be used, really, but it's pretty convenient sometimes, - // when you just want to work with a regex. - const set = this.set; - if (!set.length) { - this.regexp = false; - return this.regexp; - } - const options = this.options; - const twoStar = options.noglobstar - ? star - : options.dot - ? twoStarDot - : twoStarNoDot; - const flags = options.nocase ? 'i' : ''; - // regexpify non-globstar patterns - // if ** is only item, then we just do one twoStar - // if ** is first, and there are more, prepend (\/|twoStar\/)? to next - // if ** is last, append (\/twoStar|) to previous - // if ** is in the middle, append (\/|\/twoStar\/) to previous - // then filter out GLOBSTAR symbols - let re = set - .map(pattern => { - const pp = pattern.map(p => typeof p === 'string' - ? regExpEscape(p) - : p === GLOBSTAR - ? GLOBSTAR - : p._src); - pp.forEach((p, i) => { - const next = pp[i + 1]; - const prev = pp[i - 1]; - if (p !== GLOBSTAR || prev === GLOBSTAR) { - return; - } - if (prev === undefined) { - if (next !== undefined && next !== GLOBSTAR) { - pp[i + 1] = '(?:\\/|' + twoStar + '\\/)?' + next; - } - else { - pp[i] = twoStar; - } - } - else if (next === undefined) { - pp[i - 1] = prev + '(?:\\/|' + twoStar + ')?'; - } - else if (next !== GLOBSTAR) { - pp[i - 1] = prev + '(?:\\/|\\/' + twoStar + '\\/)' + next; - pp[i + 1] = GLOBSTAR; - } - }); - return pp.filter(p => p !== GLOBSTAR).join('/'); - }) - .join('|'); - // must match entire pattern - // ending in a * or ** will make it less strict. - re = '^(?:' + re + ')$'; - // can match anything, as long as it's not this. - if (this.negate) - re = '^(?!' + re + ').*$'; - try { - this.regexp = new RegExp(re, flags); - /* c8 ignore start */ - } - catch (ex) { - // should be impossible - this.regexp = false; - } - /* c8 ignore stop */ - return this.regexp; - } - slashSplit(p) { - // if p starts with // on windows, we preserve that - // so that UNC paths aren't broken. Otherwise, any number of - // / characters are coalesced into one, unless - // preserveMultipleSlashes is set to true. - if (this.preserveMultipleSlashes) { - return p.split('/'); - } - else if (isWindows && /^\/\/[^\/]+/.test(p)) { - // add an extra '' for the one we lose - return ['', ...p.split(/\/+/)]; - } - else { - return p.split(/\/+/); - } - } - match(f, partial = this.partial) { - this.debug('match', f, this.pattern); - // short-circuit in the case of busted things. - // comments, etc. - if (this.comment) { - return false; - } - if (this.empty) { - return f === ''; - } - if (f === '/' && partial) { - return true; - } - const options = this.options; - // windows: need to use /, not \ - if (path.sep !== '/') { - f = f.split(path.sep).join('/'); - } - // treat the test path as a set of pathparts. - const ff = this.slashSplit(f); - this.debug(this.pattern, 'split', ff); - // just ONE of the pattern sets in this.set needs to match - // in order for it to be valid. If negating, then just one - // match means that we have failed. - // Either way, return on the first hit. - const set = this.set; - this.debug(this.pattern, 'set', set); - // Find the basename of the path by looking for the last non-empty segment - let filename = ff[ff.length - 1]; - if (!filename) { - for (let i = ff.length - 2; !filename && i >= 0; i--) { - filename = ff[i]; - } - } - for (let i = 0; i < set.length; i++) { - const pattern = set[i]; - let file = ff; - if (options.matchBase && pattern.length === 1) { - file = [filename]; - } - const hit = this.matchOne(file, pattern, partial); - if (hit) { - if (options.flipNegate) { - return true; - } - return !this.negate; - } - } - // didn't get any hits. this is success if it's a negative - // pattern, failure otherwise. - if (options.flipNegate) { - return false; - } - return this.negate; - } - static defaults(def) { - return minimatch.defaults(def).Minimatch; - } -} -minimatch.Minimatch = Minimatch; -//# sourceMappingURL=index.js.map \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/minimatch/dist/mjs/index.js.map b/software/flow/node_modules/npm/node_modules/minimatch/dist/mjs/index.js.map deleted file mode 100644 index 854172c..0000000 --- a/software/flow/node_modules/npm/node_modules/minimatch/dist/mjs/index.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAmBA,MAAM,CAAC,MAAM,SAAS,GAAG,CACvB,CAAS,EACT,OAAe,EACf,UAA4B,EAAE,EAC9B,EAAE;IACF,kBAAkB,CAAC,OAAO,CAAC,CAAA;IAE3B,oCAAoC;IACpC,IAAI,CAAC,OAAO,CAAC,SAAS,IAAI,OAAO,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,GAAG,EAAE;QACnD,OAAO,KAAK,CAAA;KACb;IAED,OAAO,IAAI,SAAS,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAAA;AACjD,CAAC,CAAA;AAED,eAAe,SAAS,CAAA;AAExB,wDAAwD;AACxD,MAAM,YAAY,GAAG,uBAAuB,CAAA;AAC5C,MAAM,cAAc,GAAG,CAAC,GAAW,EAAE,EAAE,CAAC,CAAC,CAAS,EAAE,EAAE,CACpD,CAAC,CAAC,CAAC,UAAU,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAA;AACvC,MAAM,iBAAiB,GAAG,CAAC,GAAW,EAAE,EAAE,CAAC,CAAC,CAAS,EAAE,EAAE,CAAC,CAAC,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAA;AACzE,MAAM,oBAAoB,GAAG,CAAC,GAAW,EAAE,EAAE;IAC3C,GAAG,GAAG,GAAG,CAAC,WAAW,EAAE,CAAA;IACvB,OAAO,CAAC,CAAS,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC,UAAU,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC,WAAW,EAAE,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAA;AAC3E,CAAC,CAAA;AACD,MAAM,uBAAuB,GAAG,CAAC,GAAW,EAAE,EAAE;IAC9C,GAAG,GAAG,GAAG,CAAC,WAAW,EAAE,CAAA;IACvB,OAAO,CAAC,CAAS,EAAE,EAAE,CAAC,CAAC,CAAC,WAAW,EAAE,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAA;AACrD,CAAC,CAAA;AACD,MAAM,aAAa,GAAG,YAAY,CAAA;AAClC,MAAM,eAAe,GAAG,CAAC,CAAS,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC,UAAU,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAA;AAC5E,MAAM,kBAAkB,GAAG,CAAC,CAAS,EAAE,EAAE,CACvC,CAAC,KAAK,GAAG,IAAI,CAAC,KAAK,IAAI,IAAI,CAAC,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAA;AAC5C,MAAM,SAAS,GAAG,SAAS,CAAA;AAC3B,MAAM,WAAW,GAAG,CAAC,CAAS,EAAE,EAAE,CAAC,CAAC,KAAK,GAAG,IAAI,CAAC,KAAK,IAAI,IAAI,CAAC,CAAC,UAAU,CAAC,GAAG,CAAC,CAAA;AAC/E,MAAM,MAAM,GAAG,OAAO,CAAA;AACtB,MAAM,QAAQ,GAAG,CAAC,CAAS,EAAE,EAAE,CAAC,CAAC,CAAC,MAAM,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,UAAU,CAAC,GAAG,CAAC,CAAA;AACpE,MAAM,WAAW,GAAG,CAAC,CAAS,EAAE,EAAE,CAAC,CAAC,CAAC,MAAM,KAAK,CAAC,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC,KAAK,IAAI,CAAA;AAC5E,MAAM,QAAQ,GAAG,wBAAwB,CAAA;AACzC,MAAM,gBAAgB,GAAG,CAAC,CAAC,EAAE,EAAE,GAAG,GAAG,EAAE,CAAmB,EAAE,EAAE;IAC5D,MAAM,KAAK,GAAG,eAAe,CAAC,CAAC,EAAE,CAAC,CAAC,CAAA;IACnC,IAAI,CAAC,GAAG;QAAE,OAAO,KAAK,CAAA;IACtB,GAAG,GAAG,GAAG,CAAC,WAAW,EAAE,CAAA;IACvB,OAAO,CAAC,CAAS,EAAE,EAAE,CAAC,KAAK,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,WAAW,EAAE,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAA;AACjE,CAAC,CAAA;AACD,MAAM,mBAAmB,GAAG,CAAC,CAAC,EAAE,EAAE,GAAG,GAAG,EAAE,CAAmB,EAAE,EAAE;IAC/D,MAAM,KAAK,GAAG,kBAAkB,CAAC,CAAC,EAAE,CAAC,CAAC,CAAA;IACtC,IAAI,CAAC,GAAG;QAAE,OAAO,KAAK,CAAA;IACtB,GAAG,GAAG,GAAG,CAAC,WAAW,EAAE,CAAA;IACvB,OAAO,CAAC,CAAS,EAAE,EAAE,CAAC,KAAK,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,WAAW,EAAE,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAA;AACjE,CAAC,CAAA;AACD,MAAM,aAAa,GAAG,CAAC,CAAC,EAAE,EAAE,GAAG,GAAG,EAAE,CAAmB,EAAE,EAAE;IACzD,MAAM,KAAK,GAAG,kBAAkB,CAAC,CAAC,EAAE,CAAC,CAAC,CAAA;IACtC,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CAAS,EAAE,EAAE,CAAC,KAAK,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAA;AAClE,CAAC,CAAA;AACD,MAAM,UAAU,GAAG,CAAC,CAAC,EAAE,EAAE,GAAG,GAAG,EAAE,CAAmB,EAAE,EAAE;IACtD,MAAM,KAAK,GAAG,eAAe,CAAC,CAAC,EAAE,CAAC,CAAC,CAAA;IACnC,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CAAS,EAAE,EAAE,CAAC,KAAK,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAA;AAClE,CAAC,CAAA;AACD,MAAM,eAAe,GAAG,CAAC,CAAC,EAAE,CAAmB,EAAE,EAAE;IACjD,MAAM,GAAG,GAAG,EAAE,CAAC,MAAM,CAAA;IACrB,OAAO,CAAC,CAAS,EAAE,EAAE,CAAC,CAAC,CAAC,MAAM,KAAK,GAAG,IAAI,CAAC,CAAC,CAAC,UAAU,CAAC,GAAG,CAAC,CAAA;AAC9D,CAAC,CAAA;AACD,MAAM,kBAAkB,GAAG,CAAC,CAAC,EAAE,CAAmB,EAAE,EAAE;IACpD,MAAM,GAAG,GAAG,EAAE,CAAC,MAAM,CAAA;IACrB,OAAO,CAAC,CAAS,EAAE,EAAE,CAAC,CAAC,CAAC,MAAM,KAAK,GAAG,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC,KAAK,IAAI,CAAA;AACnE,CAAC,CAAA;AAED,qBAAqB;AACrB,MAAM,QAAQ,GACZ,OAAO,OAAO,KAAK,QAAQ,IAAI,OAAO;IACpC,CAAC,CAAC,CAAC,OAAO,OAAO,CAAC,GAAG,KAAK,QAAQ;QAC9B,OAAO,CAAC,GAAG;QACX,OAAO,CAAC,GAAG,CAAC,8BAA8B,CAAC;QAC7C,OAAO,CAAC,QAAQ;IAClB,CAAC,CAAC,OAAO,CAAA;AACb,MAAM,SAAS,GAAG,QAAQ,KAAK,OAAO,CAAA;AACtC,MAAM,IAAI,GAAG,SAAS,CAAC,CAAC,CAAC,EAAE,GAAG,EAAE,IAAI,EAAE,CAAC,CAAC,CAAC,EAAE,GAAG,EAAE,GAAG,EAAE,CAAA;AACrD,oBAAoB;AAEpB,MAAM,CAAC,MAAM,GAAG,GAAG,IAAI,CAAC,GAAG,CAAA;AAC3B,SAAS,CAAC,GAAG,GAAG,GAAG,CAAA;AAEnB,MAAM,CAAC,MAAM,QAAQ,GAAG,MAAM,CAAC,aAAa,CAAC,CAAA;AAC7C,SAAS,CAAC,QAAQ,GAAG,QAAQ,CAAA;AAC7B,OAAO,MAAM,MAAM,iBAAiB,CAAA;AAEpC,MAAM,OAAO,GAAG;IACd,GAAG,EAAE,EAAE,IAAI,EAAE,WAAW,EAAE,KAAK,EAAE,WAAW,EAAE;IAC9C,GAAG,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,KAAK,EAAE,IAAI,EAAE;IACjC,GAAG,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,KAAK,EAAE,IAAI,EAAE;IACjC,GAAG,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,KAAK,EAAE,IAAI,EAAE;IACjC,GAAG,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,KAAK,EAAE,GAAG,EAAE;CACjC,CAAA;AAGD,gCAAgC;AAChC,iDAAiD;AACjD,MAAM,KAAK,GAAG,MAAM,CAAA;AAEpB,gCAAgC;AAChC,MAAM,IAAI,GAAG,KAAK,GAAG,IAAI,CAAA;AAEzB,4DAA4D;AAC5D,+DAA+D;AAC/D,6CAA6C;AAC7C,MAAM,UAAU,GAAG,yCAAyC,CAAA;AAE5D,kCAAkC;AAClC,6CAA6C;AAC7C,MAAM,YAAY,GAAG,yBAAyB,CAAA;AAE9C,sCAAsC;AACtC,MAAM,OAAO,GAAG,CAAC,CAAS,EAAE,EAAE,CAC5B,CAAC,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,GAA6B,EAAE,CAAC,EAAE,EAAE;IACtD,GAAG,CAAC,CAAC,CAAC,GAAG,IAAI,CAAA;IACb,OAAO,GAAG,CAAA;AACZ,CAAC,EAAE,EAAE,CAAC,CAAA;AAER,gDAAgD;AAChD,MAAM,UAAU,GAAG,OAAO,CAAC,iBAAiB,CAAC,CAAA;AAE7C,4DAA4D;AAC5D,MAAM,kBAAkB,GAAG,OAAO,CAAC,KAAK,CAAC,CAAA;AAEzC,MAAM,CAAC,MAAM,MAAM,GACjB,CAAC,OAAe,EAAE,UAA4B,EAAE,EAAE,EAAE,CACpD,CAAC,CAAS,EAAE,EAAE,CACZ,SAAS,CAAC,CAAC,EAAE,OAAO,EAAE,OAAO,CAAC,CAAA;AAClC,SAAS,CAAC,MAAM,GAAG,MAAM,CAAA;AAEzB,MAAM,GAAG,GAAG,CAAC,CAAmB,EAAE,IAAsB,EAAE,EAAE,EAAE,CAC5D,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC,EAAE,CAAC,CAAC,CAAA;AAEzB,MAAM,CAAC,MAAM,QAAQ,GAAG,CAAC,GAAqB,EAAoB,EAAE;IAClE,IAAI,CAAC,GAAG,IAAI,OAAO,GAAG,KAAK,QAAQ,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,MAAM,EAAE;QAC/D,OAAO,SAAS,CAAA;KACjB;IAED,MAAM,IAAI,GAAG,SAAS,CAAA;IAEtB,MAAM,CAAC,GAAG,CAAC,CAAS,EAAE,OAAe,EAAE,UAA4B,EAAE,EAAE,EAAE,CACvE,IAAI,CAAC,CAAC,EAAE,OAAO,EAAE,GAAG,CAAC,GAAG,EAAE,OAAO,CAAC,CAAC,CAAA;IAErC,OAAO,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE;QACtB,SAAS,EAAE,MAAM,SAAU,SAAQ,IAAI,CAAC,SAAS;YAC/C,YAAY,OAAe,EAAE,UAA4B,EAAE;gBACzD,KAAK,CAAC,OAAO,EAAE,GAAG,CAAC,GAAG,EAAE,OAAO,CAAC,CAAC,CAAA;YACnC,CAAC;YACD,MAAM,CAAC,QAAQ,CAAC,OAAyB;gBACvC,OAAO,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,GAAG,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,CAAA;YACnD,CAAC;SACF;QAED,MAAM,EAAE,CAAC,OAAe,EAAE,UAA4B,EAAE,EAAE,EAAE,CAC1D,IAAI,CAAC,MAAM,CAAC,OAAO,EAAE,GAAG,CAAC,GAAG,EAAE,OAAO,CAAC,CAAC;QAEzC,QAAQ,EAAE,CAAC,OAAyB,EAAE,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,GAAG,EAAE,OAAO,CAAC,CAAC;QAEzE,MAAM,EAAE,CAAC,OAAe,EAAE,UAA4B,EAAE,EAAE,EAAE,CAC1D,IAAI,CAAC,MAAM,CAAC,OAAO,EAAE,GAAG,CAAC,GAAG,EAAE,OAAO,CAAC,CAAC;QAEzC,WAAW,EAAE,CAAC,OAAe,EAAE,UAA4B,EAAE,EAAE,EAAE,CAC/D,IAAI,CAAC,WAAW,CAAC,OAAO,EAAE,GAAG,CAAC,GAAG,EAAE,OAAO,CAAC,CAAC;QAE9C,KAAK,EAAE,CAAC,IAAc,EAAE,OAAe,EAAE,UAA4B,EAAE,EAAE,EAAE,CACzE,IAAI,CAAC,KAAK,CAAC,IAAI,EAAE,OAAO,EAAE,GAAG,CAAC,GAAG,EAAE,OAAO,CAAC,CAAC;QAE9C,GAAG,EAAE,IAAI,CAAC,GAAG;QACb,QAAQ,EAAE,QAA2B;KACtC,CAAC,CAAA;AACJ,CAAC,CAAA;AACD,SAAS,CAAC,QAAQ,GAAG,QAAQ,CAAA;AAE7B,mBAAmB;AACnB,qBAAqB;AACrB,mBAAmB;AACnB,8BAA8B;AAC9B,mCAAmC;AACnC,2CAA2C;AAC3C,EAAE;AACF,iCAAiC;AACjC,qBAAqB;AACrB,iBAAiB;AACjB,MAAM,CAAC,MAAM,WAAW,GAAG,CACzB,OAAe,EACf,UAA4B,EAAE,EAC9B,EAAE;IACF,kBAAkB,CAAC,OAAO,CAAC,CAAA;IAE3B,wDAAwD;IACxD,wDAAwD;IACxD,IAAI,OAAO,CAAC,OAAO,IAAI,CAAC,kBAAkB,CAAC,IAAI,CAAC,OAAO,CAAC,EAAE;QACxD,+BAA+B;QAC/B,OAAO,CAAC,OAAO,CAAC,CAAA;KACjB;IAED,OAAO,MAAM,CAAC,OAAO,CAAC,CAAA;AACxB,CAAC,CAAA;AACD,SAAS,CAAC,WAAW,GAAG,WAAW,CAAA;AAEnC,MAAM,kBAAkB,GAAG,IAAI,GAAG,EAAE,CAAA;AACpC,MAAM,kBAAkB,GAA2B,CACjD,OAAY,EACe,EAAE;IAC7B,IAAI,OAAO,OAAO,KAAK,QAAQ,EAAE;QAC/B,MAAM,IAAI,SAAS,CAAC,iBAAiB,CAAC,CAAA;KACvC;IAED,IAAI,OAAO,CAAC,MAAM,GAAG,kBAAkB,EAAE;QACvC,MAAM,IAAI,SAAS,CAAC,qBAAqB,CAAC,CAAA;KAC3C;AACH,CAAC,CAAA;AAED,yCAAyC;AACzC,kDAAkD;AAClD,oEAAoE;AACpE,oEAAoE;AACpE,6DAA6D;AAC7D,kEAAkE;AAClE,EAAE;AACF,0EAA0E;AAC1E,wEAAwE;AACxE,qEAAqE;AACrE,8DAA8D;AAC9D,MAAM,QAAQ,GAAG,MAAM,CAAC,UAAU,CAAC,CAAA;AAEnC,MAAM,CAAC,MAAM,MAAM,GAAG,CAAC,OAAe,EAAE,UAA4B,EAAE,EAAE,EAAE,CACxE,IAAI,SAAS,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC,MAAM,EAAE,CAAA;AAC1C,SAAS,CAAC,MAAM,GAAG,MAAM,CAAA;AAEzB,MAAM,CAAC,MAAM,KAAK,GAAG,CACnB,IAAc,EACd,OAAe,EACf,UAA4B,EAAE,EAC9B,EAAE;IACF,MAAM,EAAE,GAAG,IAAI,SAAS,CAAC,OAAO,EAAE,OAAO,CAAC,CAAA;IAC1C,IAAI,GAAG,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CAAA;IACpC,IAAI,EAAE,CAAC,OAAO,CAAC,MAAM,IAAI,CAAC,IAAI,CAAC,MAAM,EAAE;QACrC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,CAAA;KACnB;IACD,OAAO,IAAI,CAAA;AACb,CAAC,CAAA;AACD,SAAS,CAAC,KAAK,GAAG,KAAK,CAAA;AAEvB,+BAA+B;AAC/B,MAAM,YAAY,GAAG,CAAC,CAAS,EAAE,EAAE,CAAC,CAAC,CAAC,OAAO,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAA;AAC7D,MAAM,YAAY,GAAG,CAAC,CAAS,EAAE,EAAE,CAAC,CAAC,CAAC,OAAO,CAAC,aAAa,EAAE,IAAI,CAAC,CAAA;AAClE,MAAM,YAAY,GAAG,CAAC,CAAS,EAAE,EAAE,CACjC,CAAC,CAAC,OAAO,CAAC,0BAA0B,EAAE,MAAM,CAAC,CAAA;AAC/C,MAAM,YAAY,GAAG,CAAC,CAAS,EAAE,EAAE,CAAC,CAAC,CAAC,OAAO,CAAC,UAAU,EAAE,MAAM,CAAC,CAAA;AAsBjE,MAAM,OAAO,SAAS;IACpB,OAAO,CAAkB;IACzB,GAAG,CAAyB;IAC5B,OAAO,CAAQ;IAEf,oBAAoB,CAAS;IAC7B,QAAQ,CAAS;IACjB,MAAM,CAAS;IACf,OAAO,CAAS;IAChB,KAAK,CAAS;IACd,uBAAuB,CAAS;IAChC,OAAO,CAAS;IAChB,OAAO,CAAU;IACjB,SAAS,CAAY;IAErB,MAAM,CAAyB;IAC/B,YAAY,OAAe,EAAE,UAA4B,EAAE;QACzD,kBAAkB,CAAC,OAAO,CAAC,CAAA;QAE3B,OAAO,GAAG,OAAO,IAAI,EAAE,CAAA;QACvB,IAAI,CAAC,OAAO,GAAG,OAAO,CAAA;QACtB,IAAI,CAAC,OAAO,GAAG,OAAO,CAAA;QACtB,IAAI,CAAC,oBAAoB;YACvB,CAAC,CAAC,OAAO,CAAC,oBAAoB,IAAI,OAAO,CAAC,kBAAkB,KAAK,KAAK,CAAA;QACxE,IAAI,IAAI,CAAC,oBAAoB,EAAE;YAC7B,IAAI,CAAC,OAAO,GAAG,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC,KAAK,EAAE,GAAG,CAAC,CAAA;SAChD;QACD,IAAI,CAAC,uBAAuB,GAAG,CAAC,CAAC,OAAO,CAAC,uBAAuB,CAAA;QAChE,IAAI,CAAC,MAAM,GAAG,IAAI,CAAA;QAClB,IAAI,CAAC,MAAM,GAAG,KAAK,CAAA;QACnB,IAAI,CAAC,QAAQ,GAAG,CAAC,CAAC,OAAO,CAAC,QAAQ,CAAA;QAClC,IAAI,CAAC,OAAO,GAAG,KAAK,CAAA;QACpB,IAAI,CAAC,KAAK,GAAG,KAAK,CAAA;QAClB,IAAI,CAAC,OAAO,GAAG,CAAC,CAAC,OAAO,CAAC,OAAO,CAAA;QAEhC,IAAI,CAAC,OAAO,GAAG,EAAE,CAAA;QACjB,IAAI,CAAC,SAAS,GAAG,EAAE,CAAA;QACnB,IAAI,CAAC,GAAG,GAAG,EAAE,CAAA;QAEb,+BAA+B;QAC/B,IAAI,CAAC,IAAI,EAAE,CAAA;IACb,CAAC;IAED,KAAK,CAAC,GAAG,CAAQ,IAAG,CAAC;IAErB,IAAI;QACF,MAAM,OAAO,GAAG,IAAI,CAAC,OAAO,CAAA;QAC5B,MAAM,OAAO,GAAG,IAAI,CAAC,OAAO,CAAA;QAE5B,6CAA6C;QAC7C,IAAI,CAAC,OAAO,CAAC,SAAS,IAAI,OAAO,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,GAAG,EAAE;YACnD,IAAI,CAAC,OAAO,GAAG,IAAI,CAAA;YACnB,OAAM;SACP;QAED,IAAI,CAAC,OAAO,EAAE;YACZ,IAAI,CAAC,KAAK,GAAG,IAAI,CAAA;YACjB,OAAM;SACP;QAED,oCAAoC;QACpC,IAAI,CAAC,WAAW,EAAE,CAAA;QAElB,wBAAwB;QACxB,IAAI,CAAC,OAAO,GAAG,IAAI,CAAC,WAAW,EAAE,CAAA;QAEjC,IAAI,OAAO,CAAC,KAAK,EAAE;YACjB,IAAI,CAAC,KAAK,GAAG,CAAC,GAAG,IAAW,EAAE,EAAE,CAAC,OAAO,CAAC,KAAK,CAAC,GAAG,IAAI,CAAC,CAAA;SACxD;QAED,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,CAAA;QAEtC,4EAA4E;QAC5E,qBAAqB;QACrB,8DAA8D;QAC9D,oDAAoD;QACpD,wCAAwC;QACxC,MAAM,YAAY,GAAG,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,CAAA;QAE9D,sDAAsD;QACtD,iEAAiE;QACjE,sDAAsD;QACtD,qDAAqD;QACrD,4DAA4D;QAC5D,2DAA2D;QAC3D,6CAA6C;QAC7C,sEAAsE;QACtE,sEAAsE;QACtE,sEAAsE;QACtE,IAAI,IAAI,CAAC,OAAO,CAAC,UAAU,EAAE;YAC3B,iBAAiB;YACjB,IAAI,CAAC,SAAS,GAAG,YAAY,CAAA;SAC9B;aAAM;YACL,+DAA+D;YAC/D,gEAAgE;YAChE,KAAK,MAAM,KAAK,IAAI,YAAY,EAAE;gBAChC,IAAI,OAAgB,CAAA;gBACpB,GAAG;oBACD,OAAO,GAAG,KAAK,CAAA;oBACf,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,KAAK,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC,EAAE,EAAE;wBACzC,IAAI,KAAK,CAAC,CAAC,CAAC,KAAK,GAAG,IAAI,KAAK,CAAC,CAAC,GAAG,CAAC,CAAC,KAAK,IAAI,EAAE;4BAC7C,KAAK,CAAC,CAAC,CAAC,GAAG,IAAI,CAAA;4BACf,KAAK,CAAC,CAAC,GAAG,CAAC,CAAC,GAAG,GAAG,CAAA;4BAClB,OAAO,GAAG,IAAI,CAAA;yBACf;qBACF;iBACF,QAAQ,OAAO,EAAC;aAClB;YACD,IAAI,CAAC,SAAS,GAAG,YAAY,CAAC,GAAG,CAAC,KAAK,CAAC,EAAE;gBACxC,KAAK,GAAG,KAAK,CAAC,MAAM,CAAC,CAAC,GAAa,EAAE,IAAI,EAAE,EAAE;oBAC3C,MAAM,IAAI,GAAG,GAAG,CAAC,GAAG,CAAC,MAAM,GAAG,CAAC,CAAC,CAAA;oBAChC,IAAI,IAAI,KAAK,IAAI,IAAI,IAAI,KAAK,IAAI,EAAE;wBAClC,OAAO,GAAG,CAAA;qBACX;oBACD,IAAI,IAAI,KAAK,IAAI,EAAE;wBACjB,IAAI,IAAI,IAAI,IAAI,KAAK,IAAI,IAAI,IAAI,KAAK,GAAG,IAAI,IAAI,KAAK,IAAI,EAAE;4BAC1D,GAAG,CAAC,GAAG,EAAE,CAAA;4BACT,OAAO,GAAG,CAAA;yBACX;qBACF;oBACD,GAAG,CAAC,IAAI,CAAC,IAAI,CAAC,CAAA;oBACd,OAAO,GAAG,CAAA;gBACZ,CAAC,EAAE,EAAE,CAAC,CAAA;gBACN,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,KAAK,CAAA;YAC1C,CAAC,CAAC,CAAA;SACH;QAED,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC,CAAA;QAExC,mBAAmB;QACnB,IAAI,GAAG,GAAG,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,CAAC,GAAG,CAAC,EAAE,CAAC,EAAE,CAAC,IAAI,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,CAAC,CAAA;QAEvE,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,OAAO,EAAE,GAAG,CAAC,CAAA;QAE7B,sDAAsD;QACtD,IAAI,CAAC,GAAG,GAAG,GAAG,CAAC,MAAM,CACnB,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,OAAO,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CACF,CAAA;QAE5B,2CAA2C;QAC3C,IAAI,SAAS,EAAE;YACb,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;gBACxC,MAAM,CAAC,GAAG,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,CAAA;gBACrB,IACE,CAAC,CAAC,CAAC,CAAC,KAAK,EAAE;oBACX,CAAC,CAAC,CAAC,CAAC,KAAK,EAAE;oBACX,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,KAAK,GAAG;oBAC5B,OAAO,CAAC,CAAC,CAAC,CAAC,KAAK,QAAQ;oBACxB,WAAW,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EACtB;oBACA,CAAC,CAAC,CAAC,CAAC,GAAG,GAAG,CAAA;iBACX;aACF;SACF;QAED,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,OAAO,EAAE,IAAI,CAAC,GAAG,CAAC,CAAA;IACpC,CAAC;IAED,WAAW;QACT,IAAI,IAAI,CAAC,QAAQ;YAAE,OAAM;QAEzB,MAAM,OAAO,GAAG,IAAI,CAAC,OAAO,CAAA;QAC5B,IAAI,MAAM,GAAG,KAAK,CAAA;QAClB,IAAI,YAAY,GAAG,CAAC,CAAA;QAEpB,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,OAAO,CAAC,MAAM,IAAI,OAAO,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,GAAG,EAAE,CAAC,EAAE,EAAE;YACpE,MAAM,GAAG,CAAC,MAAM,CAAA;YAChB,YAAY,EAAE,CAAA;SACf;QAED,IAAI,YAAY;YAAE,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC,KAAK,CAAC,YAAY,CAAC,CAAA;QAC5D,IAAI,CAAC,MAAM,GAAG,MAAM,CAAA;IACtB,CAAC;IAED,+CAA+C;IAC/C,yCAAyC;IACzC,uDAAuD;IACvD,mDAAmD;IACnD,mBAAmB;IACnB,QAAQ,CAAC,IAAc,EAAE,OAAsB,EAAE,UAAmB,KAAK;QACvE,MAAM,OAAO,GAAG,IAAI,CAAC,OAAO,CAAA;QAE5B,yDAAyD;QACzD,iBAAiB;QACjB,IAAI,SAAS,EAAE;YACb,MAAM,OAAO,GACX,IAAI,CAAC,CAAC,CAAC,KAAK,EAAE;gBACd,IAAI,CAAC,CAAC,CAAC,KAAK,EAAE;gBACd,IAAI,CAAC,CAAC,CAAC,KAAK,GAAG;gBACf,OAAO,IAAI,CAAC,CAAC,CAAC,KAAK,QAAQ;gBAC3B,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAA;YAC3B,MAAM,UAAU,GACd,OAAO,CAAC,CAAC,CAAC,KAAK,EAAE;gBACjB,OAAO,CAAC,CAAC,CAAC,KAAK,EAAE;gBACjB,OAAO,CAAC,CAAC,CAAC,KAAK,GAAG;gBAClB,OAAO,OAAO,CAAC,CAAC,CAAC,KAAK,QAAQ;gBAC9B,WAAW,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,CAAA;YAE9B,IAAI,OAAO,IAAI,UAAU,EAAE;gBACzB,MAAM,EAAE,GAAG,IAAI,CAAC,CAAC,CAAW,CAAA;gBAC5B,MAAM,EAAE,GAAG,OAAO,CAAC,CAAC,CAAW,CAAA;gBAC/B,IAAI,EAAE,CAAC,WAAW,EAAE,KAAK,EAAE,CAAC,WAAW,EAAE,EAAE;oBACzC,IAAI,CAAC,CAAC,CAAC,GAAG,EAAE,CAAA;iBACb;aACF;iBAAM,IAAI,UAAU,IAAI,OAAO,IAAI,CAAC,CAAC,CAAC,KAAK,QAAQ,EAAE;gBACpD,MAAM,EAAE,GAAG,OAAO,CAAC,CAAC,CAAW,CAAA;gBAC/B,MAAM,EAAE,GAAG,IAAI,CAAC,CAAC,CAAC,CAAA;gBAClB,IAAI,EAAE,CAAC,WAAW,EAAE,KAAK,EAAE,CAAC,WAAW,EAAE,EAAE;oBACzC,OAAO,CAAC,CAAC,CAAC,GAAG,EAAE,CAAA;oBACf,OAAO,GAAG,OAAO,CAAC,KAAK,CAAC,CAAC,CAAC,CAAA;iBAC3B;aACF;iBAAM,IAAI,OAAO,IAAI,OAAO,OAAO,CAAC,CAAC,CAAC,KAAK,QAAQ,EAAE;gBACpD,MAAM,EAAE,GAAG,IAAI,CAAC,CAAC,CAAC,CAAA;gBAClB,IAAI,EAAE,CAAC,WAAW,EAAE,KAAK,OAAO,CAAC,CAAC,CAAC,CAAC,WAAW,EAAE,EAAE;oBACjD,OAAO,CAAC,CAAC,CAAC,GAAG,EAAE,CAAA;oBACf,IAAI,GAAG,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAA;iBACrB;aACF;SACF;QAED,IAAI,CAAC,KAAK,CAAC,UAAU,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC,CAAA;QAC/C,IAAI,CAAC,KAAK,CAAC,UAAU,EAAE,IAAI,CAAC,MAAM,EAAE,OAAO,CAAC,MAAM,CAAC,CAAA;QAEnD,KACE,IAAI,EAAE,GAAG,CAAC,EAAE,EAAE,GAAG,CAAC,EAAE,EAAE,GAAG,IAAI,CAAC,MAAM,EAAE,EAAE,GAAG,OAAO,CAAC,MAAM,EACzD,EAAE,GAAG,EAAE,IAAI,EAAE,GAAG,EAAE,EAClB,EAAE,EAAE,EAAE,EAAE,EAAE,EACV;YACA,IAAI,CAAC,KAAK,CAAC,eAAe,CAAC,CAAA;YAC3B,IAAI,CAAC,GAAG,OAAO,CAAC,EAAE,CAAC,CAAA;YACnB,IAAI,CAAC,GAAG,IAAI,CAAC,EAAE,CAAC,CAAA;YAEhB,IAAI,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC,EAAE,CAAC,CAAC,CAAA;YAEzB,wBAAwB;YACxB,wCAAwC;YACxC,qBAAqB;YACrB,IAAI,CAAC,KAAK,KAAK,EAAE;gBACf,OAAO,KAAK,CAAA;aACb;YACD,oBAAoB;YAEpB,IAAI,CAAC,KAAK,QAAQ,EAAE;gBAClB,IAAI,CAAC,KAAK,CAAC,UAAU,EAAE,CAAC,OAAO,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,CAAA;gBAEvC,OAAO;gBACP,yCAAyC;gBACzC,cAAc;gBACd,cAAc;gBACd,cAAc;gBACd,QAAQ;gBACR,iDAAiD;gBACjD,wDAAwD;gBACxD,yBAAyB;gBACzB,sDAAsD;gBACtD,6BAA6B;gBAC7B,EAAE;gBACF,mCAAmC;gBACnC,gBAAgB;gBAChB,eAAe;gBACf,kCAAkC;gBAClC,oBAAoB;gBACpB,mBAAmB;gBACnB,qCAAqC;gBACrC,mCAAmC;gBACnC,iCAAiC;gBACjC,kCAAkC;gBAClC,IAAI,EAAE,GAAG,EAAE,CAAA;gBACX,IAAI,EAAE,GAAG,EAAE,GAAG,CAAC,CAAA;gBACf,IAAI,EAAE,KAAK,EAAE,EAAE;oBACb,IAAI,CAAC,KAAK,CAAC,eAAe,CAAC,CAAA;oBAC3B,8CAA8C;oBAC9C,yBAAyB;oBACzB,2CAA2C;oBAC3C,sBAAsB;oBACtB,sDAAsD;oBACtD,uBAAuB;oBACvB,OAAO,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE;wBACpB,IACE,IAAI,CAAC,EAAE,CAAC,KAAK,GAAG;4BAChB,IAAI,CAAC,EAAE,CAAC,KAAK,IAAI;4BACjB,CAAC,CAAC,OAAO,CAAC,GAAG,IAAI,IAAI,CAAC,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,GAAG,CAAC;4BAE5C,OAAO,KAAK,CAAA;qBACf;oBACD,OAAO,IAAI,CAAA;iBACZ;gBAED,mDAAmD;gBACnD,OAAO,EAAE,GAAG,EAAE,EAAE;oBACd,IAAI,SAAS,GAAG,IAAI,CAAC,EAAE,CAAC,CAAA;oBAExB,IAAI,CAAC,KAAK,CAAC,kBAAkB,EAAE,IAAI,EAAE,EAAE,EAAE,OAAO,EAAE,EAAE,EAAE,SAAS,CAAC,CAAA;oBAEhE,qDAAqD;oBACrD,IAAI,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,KAAK,CAAC,EAAE,CAAC,EAAE,OAAO,CAAC,KAAK,CAAC,EAAE,CAAC,EAAE,OAAO,CAAC,EAAE;wBAC7D,IAAI,CAAC,KAAK,CAAC,uBAAuB,EAAE,EAAE,EAAE,EAAE,EAAE,SAAS,CAAC,CAAA;wBACtD,iBAAiB;wBACjB,OAAO,IAAI,CAAA;qBACZ;yBAAM;wBACL,kCAAkC;wBAClC,iDAAiD;wBACjD,IACE,SAAS,KAAK,GAAG;4BACjB,SAAS,KAAK,IAAI;4BAClB,CAAC,CAAC,OAAO,CAAC,GAAG,IAAI,SAAS,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,GAAG,CAAC,EAC7C;4BACA,IAAI,CAAC,KAAK,CAAC,eAAe,EAAE,IAAI,EAAE,EAAE,EAAE,OAAO,EAAE,EAAE,CAAC,CAAA;4BAClD,MAAK;yBACN;wBAED,uCAAuC;wBACvC,IAAI,CAAC,KAAK,CAAC,0CAA0C,CAAC,CAAA;wBACtD,EAAE,EAAE,CAAA;qBACL;iBACF;gBAED,sBAAsB;gBACtB,mEAAmE;gBACnE,qBAAqB;gBACrB,IAAI,OAAO,EAAE;oBACX,kBAAkB;oBAClB,IAAI,CAAC,KAAK,CAAC,0BAA0B,EAAE,IAAI,EAAE,EAAE,EAAE,OAAO,EAAE,EAAE,CAAC,CAAA;oBAC7D,IAAI,EAAE,KAAK,EAAE,EAAE;wBACb,OAAO,IAAI,CAAA;qBACZ;iBACF;gBACD,oBAAoB;gBACpB,OAAO,KAAK,CAAA;aACb;YAED,0BAA0B;YAC1B,gDAAgD;YAChD,qDAAqD;YACrD,IAAI,GAAY,CAAA;YAChB,IAAI,OAAO,CAAC,KAAK,QAAQ,EAAE;gBACzB,GAAG,GAAG,CAAC,KAAK,CAAC,CAAA;gBACb,IAAI,CAAC,KAAK,CAAC,cAAc,EAAE,CAAC,EAAE,CAAC,EAAE,GAAG,CAAC,CAAA;aACtC;iBAAM;gBACL,GAAG,GAAG,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAA;gBACf,IAAI,CAAC,KAAK,CAAC,eAAe,EAAE,CAAC,EAAE,CAAC,EAAE,GAAG,CAAC,CAAA;aACvC;YAED,IAAI,CAAC,GAAG;gBAAE,OAAO,KAAK,CAAA;SACvB;QAED,oDAAoD;QACpD,oDAAoD;QACpD,2CAA2C;QAC3C,kDAAkD;QAClD,oDAAoD;QACpD,uDAAuD;QACvD,oDAAoD;QACpD,yDAAyD;QACzD,6BAA6B;QAC7B,yCAAyC;QAEzC,gEAAgE;QAChE,IAAI,EAAE,KAAK,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE;YAC1B,oDAAoD;YACpD,gBAAgB;YAChB,OAAO,IAAI,CAAA;SACZ;aAAM,IAAI,EAAE,KAAK,EAAE,EAAE;YACpB,+CAA+C;YAC/C,iDAAiD;YACjD,uBAAuB;YACvB,OAAO,OAAO,CAAA;SACf;aAAM,IAAI,EAAE,KAAK,EAAE,EAAE;YACpB,4CAA4C;YAC5C,oDAAoD;YACpD,iDAAiD;YACjD,wBAAwB;YACxB,OAAO,EAAE,KAAK,EAAE,GAAG,CAAC,IAAI,IAAI,CAAC,EAAE,CAAC,KAAK,EAAE,CAAA;YAEvC,qBAAqB;SACtB;aAAM;YACL,yBAAyB;YACzB,MAAM,IAAI,KAAK,CAAC,MAAM,CAAC,CAAA;SACxB;QACD,oBAAoB;IACtB,CAAC;IAED,WAAW;QACT,OAAO,WAAW,CAAC,IAAI,CAAC,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,CAAA;IAChD,CAAC;IAED,KAAK,CACH,OAAe,EACf,KAAuB;QAEvB,kBAAkB,CAAC,OAAO,CAAC,CAAA;QAE3B,MAAM,OAAO,GAAG,IAAI,CAAC,OAAO,CAAA;QAE5B,YAAY;QACZ,IAAI,OAAO,KAAK,IAAI,EAAE;YACpB,IAAI,CAAC,OAAO,CAAC,UAAU;gBAAE,OAAO,QAAQ,CAAA;;gBACnC,OAAO,GAAG,GAAG,CAAA;SACnB;QACD,IAAI,OAAO,KAAK,EAAE;YAAE,OAAO,EAAE,CAAA;QAE7B,uDAAuD;QACvD,0DAA0D;QAC1D,IAAI,CAA0B,CAAA;QAC9B,IAAI,QAAQ,GAAoC,IAAI,CAAA;QACpD,IAAI,KAAK,KAAK,QAAQ,EAAE;YACtB,IAAI,CAAC,CAAC,GAAG,OAAO,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,EAAE;gBAC/B,QAAQ,GAAG,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAA;aAChD;iBAAM,IAAI,CAAC,CAAC,GAAG,OAAO,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC,EAAE;gBAC5C,QAAQ,GAAG,CACT,OAAO,CAAC,MAAM;oBACZ,CAAC,CAAC,OAAO,CAAC,GAAG;wBACX,CAAC,CAAC,uBAAuB;wBACzB,CAAC,CAAC,oBAAoB;oBACxB,CAAC,CAAC,OAAO,CAAC,GAAG;wBACb,CAAC,CAAC,iBAAiB;wBACnB,CAAC,CAAC,cAAc,CACnB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;aACR;iBAAM,IAAI,CAAC,CAAC,GAAG,OAAO,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,EAAE;gBACxC,QAAQ,GAAG,CACT,OAAO,CAAC,MAAM;oBACZ,CAAC,CAAC,OAAO,CAAC,GAAG;wBACX,CAAC,CAAC,mBAAmB;wBACrB,CAAC,CAAC,gBAAgB;oBACpB,CAAC,CAAC,OAAO,CAAC,GAAG;wBACb,CAAC,CAAC,aAAa;wBACf,CAAC,CAAC,UAAU,CACf,CAAC,CAAC,CAAC,CAAA;aACL;iBAAM,IAAI,CAAC,CAAC,GAAG,OAAO,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,EAAE;gBAC7C,QAAQ,GAAG,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,kBAAkB,CAAC,CAAC,CAAC,eAAe,CAAA;aAC9D;iBAAM,IAAI,CAAC,CAAC,GAAG,OAAO,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,EAAE;gBACzC,QAAQ,GAAG,WAAW,CAAA;aACvB;SACF;QAED,IAAI,EAAE,GAAG,EAAE,CAAA;QACX,IAAI,QAAQ,GAAG,KAAK,CAAA;QACpB,IAAI,QAAQ,GAAG,KAAK,CAAA;QACpB,4BAA4B;QAC5B,MAAM,gBAAgB,GAAuB,EAAE,CAAA;QAC/C,MAAM,aAAa,GAA+B,EAAE,CAAA;QACpD,IAAI,SAAS,GAAsB,KAAK,CAAA;QACxC,IAAI,OAAO,GAAG,KAAK,CAAA;QACnB,IAAI,YAAY,GAAG,CAAC,CAAC,CAAA;QACrB,IAAI,UAAU,GAAG,CAAC,CAAC,CAAA;QACnB,IAAI,EAAU,CAAA;QACd,IAAI,EAAgC,CAAA;QACpC,IAAI,EAAkB,CAAA;QACtB,2DAA2D;QAC3D,yDAAyD;QACzD,oDAAoD;QACpD,IAAI,cAAc,GAAG,OAAO,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,GAAG,CAAA;QAC9C,IAAI,cAAc,GAAG,OAAO,CAAC,GAAG,IAAI,cAAc,CAAA;QAClD,MAAM,YAAY,GAAG,GAAG,EAAE,CACxB,cAAc;YACZ,CAAC,CAAC,EAAE;YACJ,CAAC,CAAC,cAAc;gBAChB,CAAC,CAAC,gCAAgC;gBAClC,CAAC,CAAC,SAAS,CAAA;QACf,MAAM,eAAe,GAAG,CAAC,CAAS,EAAE,EAAE,CACpC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,GAAG;YACjB,CAAC,CAAC,EAAE;YACJ,CAAC,CAAC,OAAO,CAAC,GAAG;gBACb,CAAC,CAAC,gCAAgC;gBAClC,CAAC,CAAC,SAAS,CAAA;QAEf,MAAM,cAAc,GAAG,GAAG,EAAE;YAC1B,IAAI,SAAS,EAAE;gBACb,uCAAuC;gBACvC,qCAAqC;gBACrC,QAAQ,SAAS,EAAE;oBACjB,KAAK,GAAG;wBACN,EAAE,IAAI,IAAI,CAAA;wBACV,QAAQ,GAAG,IAAI,CAAA;wBACf,MAAK;oBACP,KAAK,GAAG;wBACN,EAAE,IAAI,KAAK,CAAA;wBACX,QAAQ,GAAG,IAAI,CAAA;wBACf,MAAK;oBACP;wBACE,EAAE,IAAI,IAAI,GAAG,SAAS,CAAA;wBACtB,MAAK;iBACR;gBACD,IAAI,CAAC,KAAK,CAAC,sBAAsB,EAAE,SAAS,EAAE,EAAE,CAAC,CAAA;gBACjD,SAAS,GAAG,KAAK,CAAA;aAClB;QACH,CAAC,CAAA;QAED,KACE,IAAI,CAAC,GAAG,CAAC,EAAE,CAAS,EACpB,CAAC,GAAG,OAAO,CAAC,MAAM,IAAI,CAAC,CAAC,GAAG,OAAO,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,EAC7C,CAAC,EAAE,EACH;YACA,IAAI,CAAC,KAAK,CAAC,cAAc,EAAE,OAAO,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC,CAAA;YAE7C,kCAAkC;YAClC,IAAI,QAAQ,EAAE;gBACZ,wCAAwC;gBACxC,wBAAwB;gBACxB,qBAAqB;gBACrB,IAAI,CAAC,KAAK,GAAG,EAAE;oBACb,OAAO,KAAK,CAAA;iBACb;gBACD,oBAAoB;gBAEpB,IAAI,UAAU,CAAC,CAAC,CAAC,EAAE;oBACjB,EAAE,IAAI,IAAI,CAAA;iBACX;gBACD,EAAE,IAAI,CAAC,CAAA;gBACP,QAAQ,GAAG,KAAK,CAAA;gBAChB,SAAQ;aACT;YAED,QAAQ,CAAC,EAAE;gBACT,uCAAuC;gBACvC,qBAAqB;gBACrB,KAAK,GAAG,CAAC,CAAC;oBACR,OAAO,KAAK,CAAA;iBACb;gBACD,oBAAoB;gBAEpB,KAAK,IAAI;oBACP,IAAI,OAAO,IAAI,OAAO,CAAC,MAAM,CAAC,CAAC,GAAG,CAAC,CAAC,KAAK,GAAG,EAAE;wBAC5C,EAAE,IAAI,CAAC,CAAA;wBACP,SAAQ;qBACT;oBAED,cAAc,EAAE,CAAA;oBAChB,QAAQ,GAAG,IAAI,CAAA;oBACf,SAAQ;gBAEV,+BAA+B;gBAC/B,2BAA2B;gBAC3B,KAAK,GAAG,CAAC;gBACT,KAAK,GAAG,CAAC;gBACT,KAAK,GAAG,CAAC;gBACT,KAAK,GAAG,CAAC;gBACT,KAAK,GAAG;oBACN,IAAI,CAAC,KAAK,CAAC,4BAA4B,EAAE,OAAO,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC,CAAA;oBAE3D,wDAAwD;oBACxD,qCAAqC;oBACrC,IAAI,OAAO,EAAE;wBACX,IAAI,CAAC,KAAK,CAAC,YAAY,CAAC,CAAA;wBACxB,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC,KAAK,UAAU,GAAG,CAAC;4BAAE,CAAC,GAAG,GAAG,CAAA;wBAC9C,EAAE,IAAI,CAAC,CAAA;wBACP,SAAQ;qBACT;oBAED,gDAAgD;oBAChD,mDAAmD;oBACnD,oDAAoD;oBACpD,IAAI,CAAC,KAAK,CAAC,wBAAwB,EAAE,SAAS,CAAC,CAAA;oBAC/C,cAAc,EAAE,CAAA;oBAChB,SAAS,GAAG,CAAC,CAAA;oBACb,0DAA0D;oBAC1D,+DAA+D;oBAC/D,yBAAyB;oBACzB,IAAI,OAAO,CAAC,KAAK;wBAAE,cAAc,EAAE,CAAA;oBACnC,SAAQ;gBAEV,KAAK,GAAG,CAAC,CAAC;oBACR,IAAI,OAAO,EAAE;wBACX,EAAE,IAAI,GAAG,CAAA;wBACT,SAAQ;qBACT;oBAED,IAAI,CAAC,SAAS,EAAE;wBACd,EAAE,IAAI,KAAK,CAAA;wBACX,SAAQ;qBACT;oBAED,MAAM,OAAO,GAAqB;wBAChC,IAAI,EAAE,SAAS;wBACf,KAAK,EAAE,CAAC,GAAG,CAAC;wBACZ,OAAO,EAAE,EAAE,CAAC,MAAM;wBAClB,IAAI,EAAE,OAAO,CAAC,SAAS,CAAC,CAAC,IAAI;wBAC7B,KAAK,EAAE,OAAO,CAAC,SAAS,CAAC,CAAC,KAAK;qBAChC,CAAA;oBACD,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,OAAO,EAAE,IAAI,EAAE,OAAO,CAAC,CAAA;oBACvC,gBAAgB,CAAC,IAAI,CAAC,OAAO,CAAC,CAAA;oBAC9B,4CAA4C;oBAC5C,EAAE,IAAI,OAAO,CAAC,IAAI,CAAA;oBAClB,sCAAsC;oBACtC,IAAI,OAAO,CAAC,KAAK,KAAK,CAAC,IAAI,OAAO,CAAC,IAAI,KAAK,GAAG,EAAE;wBAC/C,cAAc,GAAG,IAAI,CAAA;wBACrB,EAAE,IAAI,eAAe,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAA;qBAC5C;oBACD,IAAI,CAAC,KAAK,CAAC,cAAc,EAAE,SAAS,EAAE,EAAE,CAAC,CAAA;oBACzC,SAAS,GAAG,KAAK,CAAA;oBACjB,SAAQ;iBACT;gBAED,KAAK,GAAG,CAAC,CAAC;oBACR,MAAM,OAAO,GAAG,gBAAgB,CAAC,gBAAgB,CAAC,MAAM,GAAG,CAAC,CAAC,CAAA;oBAC7D,IAAI,OAAO,IAAI,CAAC,OAAO,EAAE;wBACvB,EAAE,IAAI,KAAK,CAAA;wBACX,SAAQ;qBACT;oBACD,gBAAgB,CAAC,GAAG,EAAE,CAAA;oBAEtB,qBAAqB;oBACrB,cAAc,EAAE,CAAA;oBAChB,QAAQ,GAAG,IAAI,CAAA;oBACf,EAAE,GAAG,OAAO,CAAA;oBACZ,8BAA8B;oBAC9B,qCAAqC;oBACrC,EAAE,IAAI,EAAE,CAAC,KAAK,CAAA;oBACd,IAAI,EAAE,CAAC,IAAI,KAAK,GAAG,EAAE;wBACnB,aAAa,CAAC,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,EAAE,KAAK,EAAE,EAAE,CAAC,MAAM,EAAE,CAAC,CAAC,CAAA;qBAC5D;oBACD,SAAQ;iBACT;gBAED,KAAK,GAAG,CAAC,CAAC;oBACR,MAAM,OAAO,GAAG,gBAAgB,CAAC,gBAAgB,CAAC,MAAM,GAAG,CAAC,CAAC,CAAA;oBAC7D,IAAI,OAAO,IAAI,CAAC,OAAO,EAAE;wBACvB,EAAE,IAAI,KAAK,CAAA;wBACX,SAAQ;qBACT;oBAED,cAAc,EAAE,CAAA;oBAChB,EAAE,IAAI,GAAG,CAAA;oBACT,wCAAwC;oBACxC,IAAI,OAAO,CAAC,KAAK,KAAK,CAAC,IAAI,OAAO,CAAC,IAAI,KAAK,GAAG,EAAE;wBAC/C,cAAc,GAAG,IAAI,CAAA;wBACrB,EAAE,IAAI,eAAe,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAA;qBAC5C;oBACD,SAAQ;iBACT;gBAED,+CAA+C;gBAC/C,KAAK,GAAG;oBACN,+CAA+C;oBAC/C,cAAc,EAAE,CAAA;oBAEhB,IAAI,OAAO,EAAE;wBACX,EAAE,IAAI,IAAI,GAAG,CAAC,CAAA;wBACd,SAAQ;qBACT;oBAED,OAAO,GAAG,IAAI,CAAA;oBACd,UAAU,GAAG,CAAC,CAAA;oBACd,YAAY,GAAG,EAAE,CAAC,MAAM,CAAA;oBACxB,EAAE,IAAI,CAAC,CAAA;oBACP,SAAQ;gBAEV,KAAK,GAAG;oBACN,0CAA0C;oBAC1C,mCAAmC;oBACnC,qCAAqC;oBACrC,0CAA0C;oBAC1C,IAAI,CAAC,KAAK,UAAU,GAAG,CAAC,IAAI,CAAC,OAAO,EAAE;wBACpC,EAAE,IAAI,IAAI,GAAG,CAAC,CAAA;wBACd,SAAQ;qBACT;oBAED,sDAAsD;oBACtD,oDAAoD;oBACpD,qDAAqD;oBACrD,4BAA4B;oBAC5B,sDAAsD;oBACtD,wDAAwD;oBACxD,kDAAkD;oBAClD,EAAE,GAAG,OAAO,CAAC,SAAS,CAAC,UAAU,GAAG,CAAC,EAAE,CAAC,CAAC,CAAA;oBACzC,IAAI;wBACF,MAAM,CAAC,GAAG,GAAG,YAAY,CAAC,YAAY,CAAC,EAAE,CAAC,CAAC,GAAG,GAAG,CAAC,CAAA;wBAClD,mCAAmC;wBACnC,EAAE,IAAI,CAAC,CAAA;qBACR;oBAAC,OAAO,EAAE,EAAE;wBACX,4DAA4D;wBAC5D,6CAA6C;wBAC7C,EAAE,GAAG,EAAE,CAAC,SAAS,CAAC,CAAC,EAAE,YAAY,CAAC,GAAG,QAAQ,CAAA,CAAC,qBAAqB;qBACpE;oBACD,QAAQ,GAAG,IAAI,CAAA;oBACf,OAAO,GAAG,KAAK,CAAA;oBACf,SAAQ;gBAEV;oBACE,8CAA8C;oBAC9C,cAAc,EAAE,CAAA;oBAEhB,IAAI,UAAU,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,KAAK,GAAG,IAAI,OAAO,CAAC,EAAE;wBAC5C,EAAE,IAAI,IAAI,CAAA;qBACX;oBAED,EAAE,IAAI,CAAC,CAAA;oBACP,MAAK;aACR,CAAC,SAAS;SACZ,CAAC,MAAM;QAER,8CAA8C;QAC9C,yCAAyC;QACzC,IAAI,OAAO,EAAE;YACX,4CAA4C;YAC5C,+CAA+C;YAC/C,qDAAqD;YACrD,gDAAgD;YAChD,EAAE,GAAG,OAAO,CAAC,KAAK,CAAC,UAAU,GAAG,CAAC,CAAC,CAAA;YAClC,EAAE,GAAG,IAAI,CAAC,KAAK,CAAC,EAAE,EAAE,QAAQ,CAAmB,CAAA;YAC/C,EAAE,GAAG,EAAE,CAAC,SAAS,CAAC,CAAC,EAAE,YAAY,CAAC,GAAG,KAAK,GAAG,EAAE,CAAC,CAAC,CAAC,CAAA;YAClD,QAAQ,GAAG,QAAQ,IAAI,EAAE,CAAC,CAAC,CAAC,CAAA;SAC7B;QAED,uDAAuD;QACvD,kBAAkB;QAClB,kEAAkE;QAClE,wEAAwE;QACxE,mEAAmE;QACnE,qCAAqC;QACrC,KAAK,EAAE,GAAG,gBAAgB,CAAC,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,gBAAgB,CAAC,GAAG,EAAE,EAAE;YACjE,IAAI,IAAY,CAAA;YAChB,IAAI,GAAG,EAAE,CAAC,KAAK,CAAC,EAAE,CAAC,OAAO,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,CAAA;YAC5C,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,OAAO,EAAE,cAAc,EAAE,EAAE,EAAE,EAAE,CAAC,CAAA;YAChD,+DAA+D;YAC/D,IAAI,GAAG,IAAI,CAAC,OAAO,CAAC,2BAA2B,EAAE,CAAC,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE;gBAC7D,IAAI,CAAC,EAAE,EAAE;oBACP,6CAA6C;oBAC7C,EAAE,GAAG,IAAI,CAAA;oBACT,yBAAyB;oBACzB,qBAAqB;iBACtB;gBACD,oBAAoB;gBAEpB,iEAAiE;gBACjE,mEAAmE;gBACnE,qEAAqE;gBACrE,yDAAyD;gBACzD,EAAE;gBACF,wCAAwC;gBACxC,OAAO,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,GAAG,CAAA;YAC3B,CAAC,CAAC,CAAA;YAEF,IAAI,CAAC,KAAK,CAAC,gBAAgB,EAAE,IAAI,EAAE,IAAI,EAAE,EAAE,EAAE,EAAE,CAAC,CAAA;YAChD,MAAM,CAAC,GACL,EAAE,CAAC,IAAI,KAAK,GAAG,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,IAAI,KAAK,GAAG,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,IAAI,GAAG,EAAE,CAAC,IAAI,CAAA;YAEnE,QAAQ,GAAG,IAAI,CAAA;YACf,EAAE,GAAG,EAAE,CAAC,KAAK,CAAC,CAAC,EAAE,EAAE,CAAC,OAAO,CAAC,GAAG,CAAC,GAAG,KAAK,GAAG,IAAI,CAAA;SAChD;QAED,2DAA2D;QAC3D,cAAc,EAAE,CAAA;QAChB,IAAI,QAAQ,EAAE;YACZ,cAAc;YACd,EAAE,IAAI,MAAM,CAAA;SACb;QAED,2DAA2D;QAC3D,iDAAiD;QACjD,MAAM,eAAe,GAAG,kBAAkB,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAA;QAExD,wDAAwD;QACxD,4DAA4D;QAC5D,yDAAyD;QACzD,0DAA0D;QAC1D,eAAe;QACf,KAAK,IAAI,CAAC,GAAG,aAAa,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE;YAClD,MAAM,EAAE,GAAG,aAAa,CAAC,CAAC,CAAC,CAAA;YAE3B,MAAM,QAAQ,GAAG,EAAE,CAAC,KAAK,CAAC,CAAC,EAAE,EAAE,CAAC,OAAO,CAAC,CAAA;YACxC,MAAM,OAAO,GAAG,EAAE,CAAC,KAAK,CAAC,EAAE,CAAC,OAAO,EAAE,EAAE,CAAC,KAAK,GAAG,CAAC,CAAC,CAAA;YAClD,IAAI,OAAO,GAAG,EAAE,CAAC,KAAK,CAAC,EAAE,CAAC,KAAK,CAAC,CAAA;YAChC,MAAM,MAAM,GAAG,EAAE,CAAC,KAAK,CAAC,EAAE,CAAC,KAAK,GAAG,CAAC,EAAE,EAAE,CAAC,KAAK,CAAC,GAAG,OAAO,CAAA;YAEzD,gEAAgE;YAChE,wEAAwE;YACxE,+BAA+B;YAC/B,MAAM,iBAAiB,GAAG,QAAQ,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,MAAM,CAAA;YACpD,MAAM,gBAAgB,GAAG,QAAQ,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,MAAM,GAAG,iBAAiB,CAAA;YACvE,IAAI,UAAU,GAAG,OAAO,CAAA;YACxB,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,gBAAgB,EAAE,CAAC,EAAE,EAAE;gBACzC,UAAU,GAAG,UAAU,CAAC,OAAO,CAAC,UAAU,EAAE,EAAE,CAAC,CAAA;aAChD;YACD,OAAO,GAAG,UAAU,CAAA;YAEpB,MAAM,MAAM,GAAG,OAAO,KAAK,EAAE,IAAI,KAAK,KAAK,QAAQ,CAAC,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,EAAE,CAAA;YAEtE,EAAE,GAAG,QAAQ,GAAG,OAAO,GAAG,OAAO,GAAG,MAAM,GAAG,MAAM,CAAA;SACpD;QAED,+DAA+D;QAC/D,+CAA+C;QAC/C,oDAAoD;QACpD,IAAI,EAAE,KAAK,EAAE,IAAI,QAAQ,EAAE;YACzB,EAAE,GAAG,OAAO,GAAG,EAAE,CAAA;SAClB;QAED,IAAI,eAAe,EAAE;YACnB,EAAE,GAAG,YAAY,EAAE,GAAG,EAAE,CAAA;SACzB;QAED,4CAA4C;QAC5C,IAAI,KAAK,KAAK,QAAQ,EAAE;YACtB,OAAO,CAAC,EAAE,EAAE,QAAQ,CAAC,CAAA;SACtB;QAED,kEAAkE;QAClE,IAAI,OAAO,CAAC,MAAM,IAAI,CAAC,QAAQ,IAAI,CAAC,OAAO,CAAC,eAAe,EAAE;YAC3D,QAAQ,GAAG,OAAO,CAAC,WAAW,EAAE,KAAK,OAAO,CAAC,WAAW,EAAE,CAAA;SAC3D;QAED,2CAA2C;QAC3C,oDAAoD;QACpD,qCAAqC;QACrC,IAAI,CAAC,QAAQ,EAAE;YACb,OAAO,YAAY,CAAC,OAAO,CAAC,CAAA;SAC7B;QAED,MAAM,KAAK,GAAG,OAAO,CAAC,MAAM,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAA;QACvC,IAAI;YACF,MAAM,GAAG,GAAG,QAAQ;gBAClB,CAAC,CAAC;oBACE,KAAK,EAAE,OAAO;oBACd,IAAI,EAAE,EAAE;oBACR,IAAI,EAAE,QAAQ;iBACf;gBACH,CAAC,CAAC;oBACE,KAAK,EAAE,OAAO;oBACd,IAAI,EAAE,EAAE;iBACT,CAAA;YACL,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,MAAM,CAAC,GAAG,GAAG,EAAE,GAAG,GAAG,EAAE,KAAK,CAAC,EAAE,GAAG,CAAC,CAAA;YAC5D,qBAAqB;SACtB;QAAC,OAAO,EAAE,EAAE;YACX,uBAAuB;YACvB,+DAA+D;YAC/D,+DAA+D;YAC/D,kEAAkE;YAClE,iCAAiC;YACjC,IAAI,CAAC,KAAK,CAAC,gBAAgB,EAAE,EAAE,CAAC,CAAA;YAChC,OAAO,IAAI,MAAM,CAAC,IAAI,CAAC,CAAA;SACxB;QACD,oBAAoB;IACtB,CAAC;IAED,MAAM;QACJ,IAAI,IAAI,CAAC,MAAM,IAAI,IAAI,CAAC,MAAM,KAAK,KAAK;YAAE,OAAO,IAAI,CAAC,MAAM,CAAA;QAE5D,mDAAmD;QACnD,4BAA4B;QAC5B,EAAE;QACF,wDAAwD;QACxD,yDAAyD;QACzD,2CAA2C;QAC3C,MAAM,GAAG,GAAG,IAAI,CAAC,GAAG,CAAA;QAEpB,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE;YACf,IAAI,CAAC,MAAM,GAAG,KAAK,CAAA;YACnB,OAAO,IAAI,CAAC,MAAM,CAAA;SACnB;QACD,MAAM,OAAO,GAAG,IAAI,CAAC,OAAO,CAAA;QAE5B,MAAM,OAAO,GAAG,OAAO,CAAC,UAAU;YAChC,CAAC,CAAC,IAAI;YACN,CAAC,CAAC,OAAO,CAAC,GAAG;gBACb,CAAC,CAAC,UAAU;gBACZ,CAAC,CAAC,YAAY,CAAA;QAChB,MAAM,KAAK,GAAG,OAAO,CAAC,MAAM,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAA;QAEvC,kCAAkC;QAClC,kDAAkD;QAClD,sEAAsE;QACtE,iDAAiD;QACjD,8DAA8D;QAC9D,mCAAmC;QACnC,IAAI,EAAE,GAAG,GAAG;aACT,GAAG,CAAC,OAAO,CAAC,EAAE;YACb,MAAM,EAAE,GAAiC,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CACvD,OAAO,CAAC,KAAK,QAAQ;gBACnB,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC;gBACjB,CAAC,CAAC,CAAC,KAAK,QAAQ;oBAChB,CAAC,CAAC,QAAQ;oBACV,CAAC,CAAC,CAAC,CAAC,IAAI,CACqB,CAAA;YACjC,EAAE,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE;gBAClB,MAAM,IAAI,GAAG,EAAE,CAAC,CAAC,GAAG,CAAC,CAAC,CAAA;gBACtB,MAAM,IAAI,GAAG,EAAE,CAAC,CAAC,GAAG,CAAC,CAAC,CAAA;gBACtB,IAAI,CAAC,KAAK,QAAQ,IAAI,IAAI,KAAK,QAAQ,EAAE;oBACvC,OAAM;iBACP;gBACD,IAAI,IAAI,KAAK,SAAS,EAAE;oBACtB,IAAI,IAAI,KAAK,SAAS,IAAI,IAAI,KAAK,QAAQ,EAAE;wBAC3C,EAAE,CAAC,CAAC,GAAG,CAAC,CAAC,GAAG,SAAS,GAAG,OAAO,GAAG,OAAO,GAAG,IAAI,CAAA;qBACjD;yBAAM;wBACL,EAAE,CAAC,CAAC,CAAC,GAAG,OAAO,CAAA;qBAChB;iBACF;qBAAM,IAAI,IAAI,KAAK,SAAS,EAAE;oBAC7B,EAAE,CAAC,CAAC,GAAG,CAAC,CAAC,GAAG,IAAI,GAAG,SAAS,GAAG,OAAO,GAAG,IAAI,CAAA;iBAC9C;qBAAM,IAAI,IAAI,KAAK,QAAQ,EAAE;oBAC5B,EAAE,CAAC,CAAC,GAAG,CAAC,CAAC,GAAG,IAAI,GAAG,YAAY,GAAG,OAAO,GAAG,MAAM,GAAG,IAAI,CAAA;oBACzD,EAAE,CAAC,CAAC,GAAG,CAAC,CAAC,GAAG,QAAQ,CAAA;iBACrB;YACH,CAAC,CAAC,CAAA;YACF,OAAO,EAAE,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,KAAK,QAAQ,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;QACjD,CAAC,CAAC;aACD,IAAI,CAAC,GAAG,CAAC,CAAA;QAEZ,4BAA4B;QAC5B,gDAAgD;QAChD,EAAE,GAAG,MAAM,GAAG,EAAE,GAAG,IAAI,CAAA;QAEvB,gDAAgD;QAChD,IAAI,IAAI,CAAC,MAAM;YAAE,EAAE,GAAG,MAAM,GAAG,EAAE,GAAG,MAAM,CAAA;QAE1C,IAAI;YACF,IAAI,CAAC,MAAM,GAAG,IAAI,MAAM,CAAC,EAAE,EAAE,KAAK,CAAC,CAAA;YACnC,qBAAqB;SACtB;QAAC,OAAO,EAAE,EAAE;YACX,uBAAuB;YACvB,IAAI,CAAC,MAAM,GAAG,KAAK,CAAA;SACpB;QACD,oBAAoB;QACpB,OAAO,IAAI,CAAC,MAAM,CAAA;IACpB,CAAC;IAED,UAAU,CAAC,CAAS;QAClB,mDAAmD;QACnD,6DAA6D;QAC7D,8CAA8C;QAC9C,0CAA0C;QAC1C,IAAI,IAAI,CAAC,uBAAuB,EAAE;YAChC,OAAO,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,CAAA;SACpB;aAAM,IAAI,SAAS,IAAI,aAAa,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE;YAC7C,sCAAsC;YACtC,OAAO,CAAC,EAAE,EAAE,GAAG,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAA;SAC/B;aAAM;YACL,OAAO,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAA;SACtB;IACH,CAAC;IAED,KAAK,CAAC,CAAS,EAAE,OAAO,GAAG,IAAI,CAAC,OAAO;QACrC,IAAI,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC,EAAE,IAAI,CAAC,OAAO,CAAC,CAAA;QACpC,8CAA8C;QAC9C,iBAAiB;QACjB,IAAI,IAAI,CAAC,OAAO,EAAE;YAChB,OAAO,KAAK,CAAA;SACb;QACD,IAAI,IAAI,CAAC,KAAK,EAAE;YACd,OAAO,CAAC,KAAK,EAAE,CAAA;SAChB;QAED,IAAI,CAAC,KAAK,GAAG,IAAI,OAAO,EAAE;YACxB,OAAO,IAAI,CAAA;SACZ;QAED,MAAM,OAAO,GAAG,IAAI,CAAC,OAAO,CAAA;QAE5B,gCAAgC;QAChC,IAAI,IAAI,CAAC,GAAG,KAAK,GAAG,EAAE;YACpB,CAAC,GAAG,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;SAChC;QAED,6CAA6C;QAC7C,MAAM,EAAE,GAAG,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,CAAA;QAC7B,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,OAAO,EAAE,OAAO,EAAE,EAAE,CAAC,CAAA;QAErC,0DAA0D;QAC1D,2DAA2D;QAC3D,mCAAmC;QACnC,uCAAuC;QAEvC,MAAM,GAAG,GAAG,IAAI,CAAC,GAAG,CAAA;QACpB,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,OAAO,EAAE,KAAK,EAAE,GAAG,CAAC,CAAA;QAEpC,0EAA0E;QAC1E,IAAI,QAAQ,GAAW,EAAE,CAAC,EAAE,CAAC,MAAM,GAAG,CAAC,CAAC,CAAA;QACxC,IAAI,CAAC,QAAQ,EAAE;YACb,KAAK,IAAI,CAAC,GAAG,EAAE,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC,QAAQ,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,EAAE,EAAE;gBACpD,QAAQ,GAAG,EAAE,CAAC,CAAC,CAAC,CAAA;aACjB;SACF;QAED,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,GAAG,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;YACnC,MAAM,OAAO,GAAG,GAAG,CAAC,CAAC,CAAC,CAAA;YACtB,IAAI,IAAI,GAAG,EAAE,CAAA;YACb,IAAI,OAAO,CAAC,SAAS,IAAI,OAAO,CAAC,MAAM,KAAK,CAAC,EAAE;gBAC7C,IAAI,GAAG,CAAC,QAAQ,CAAC,CAAA;aAClB;YACD,MAAM,GAAG,GAAG,IAAI,CAAC,QAAQ,CAAC,IAAI,EAAE,OAAO,EAAE,OAAO,CAAC,CAAA;YACjD,IAAI,GAAG,EAAE;gBACP,IAAI,OAAO,CAAC,UAAU,EAAE;oBACtB,OAAO,IAAI,CAAA;iBACZ;gBACD,OAAO,CAAC,IAAI,CAAC,MAAM,CAAA;aACpB;SACF;QAED,2DAA2D;QAC3D,8BAA8B;QAC9B,IAAI,OAAO,CAAC,UAAU,EAAE;YACtB,OAAO,KAAK,CAAA;SACb;QACD,OAAO,IAAI,CAAC,MAAM,CAAA;IACpB,CAAC;IAED,MAAM,CAAC,QAAQ,CAAC,GAAqB;QACnC,OAAO,SAAS,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC,SAAS,CAAA;IAC1C,CAAC;CACF;AAED,SAAS,CAAC,SAAS,GAAG,SAAS,CAAA"} \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/minimatch/dist/mjs/package.json b/software/flow/node_modules/npm/node_modules/minimatch/dist/mjs/package.json deleted file mode 100644 index 3dbc1ca..0000000 --- a/software/flow/node_modules/npm/node_modules/minimatch/dist/mjs/package.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "type": "module" -} diff --git a/software/flow/node_modules/npm/node_modules/minimatch/package.json b/software/flow/node_modules/npm/node_modules/minimatch/package.json deleted file mode 100644 index 58f289a..0000000 --- a/software/flow/node_modules/npm/node_modules/minimatch/package.json +++ /dev/null @@ -1,86 +0,0 @@ -{ - "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me)", - "name": "minimatch", - "description": "a glob matcher in javascript", - "version": "6.2.0", - "repository": { - "type": "git", - "url": "git://github.com/isaacs/minimatch.git" - }, - "main": "./dist/cjs/index-cjs.js", - "module": "./dist/mjs/index.js", - "types": "./dist/cjs/index.d.ts", - "exports": { - ".": { - "import": { - "types": "./dist/mjs/index.d.ts", - "default": "./dist/mjs/index.js" - }, - "require": { - "types": "./dist/cjs/index-cjs.d.ts", - "default": "./dist/cjs/index-cjs.js" - } - } - }, - "files": [ - "dist" - ], - "scripts": { - "preversion": "npm test", - "postversion": "npm publish", - "prepublishOnly": "git push origin --follow-tags", - "preprepare": "rm -rf dist", - "prepare": "tsc -p tsconfig.json && tsc -p tsconfig-esm.json", - "postprepare": "bash fixup.sh", - "pretest": "npm run prepare", - "presnap": "npm run prepare", - "test": "c8 tap", - "snap": "c8 tap", - "format": "prettier --write . --loglevel warn", - "benchmark": "node benchmark/index.js", - "typedoc": "typedoc --tsconfig tsconfig-esm.json ./src/*.ts" - }, - "prettier": { - "semi": false, - "printWidth": 80, - "tabWidth": 2, - "useTabs": false, - "singleQuote": true, - "jsxSingleQuote": false, - "bracketSameLine": true, - "arrowParens": "avoid", - "endOfLine": "lf" - }, - "engines": { - "node": ">=10" - }, - "dependencies": { - "brace-expansion": "^2.0.1" - }, - "devDependencies": { - "@types/brace-expansion": "^1.1.0", - "@types/node": "^18.11.9", - "@types/tap": "^15.0.7", - "c8": "^7.12.0", - "eslint-config-prettier": "^8.6.0", - "mkdirp": "1", - "prettier": "^2.8.2", - "tap": "^16.3.3", - "ts-node": "^10.9.1", - "typedoc": "^0.23.21", - "typescript": "^4.9.3" - }, - "tap": { - "coverage": false, - "node-arg": [ - "--no-warnings", - "--loader", - "ts-node/esm" - ], - "ts": false - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - }, - "license": "ISC" -} diff --git a/software/flow/node_modules/npm/node_modules/minipass-collect/LICENSE b/software/flow/node_modules/npm/node_modules/minipass-collect/LICENSE deleted file mode 100644 index 19129e3..0000000 --- a/software/flow/node_modules/npm/node_modules/minipass-collect/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -The ISC License - -Copyright (c) Isaac Z. Schlueter and Contributors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/minipass-collect/index.js b/software/flow/node_modules/npm/node_modules/minipass-collect/index.js deleted file mode 100644 index 2fe68c0..0000000 --- a/software/flow/node_modules/npm/node_modules/minipass-collect/index.js +++ /dev/null @@ -1,71 +0,0 @@ -const Minipass = require('minipass') -const _data = Symbol('_data') -const _length = Symbol('_length') -class Collect extends Minipass { - constructor (options) { - super(options) - this[_data] = [] - this[_length] = 0 - } - write (chunk, encoding, cb) { - if (typeof encoding === 'function') - cb = encoding, encoding = 'utf8' - - if (!encoding) - encoding = 'utf8' - - const c = Buffer.isBuffer(chunk) ? chunk : Buffer.from(chunk, encoding) - this[_data].push(c) - this[_length] += c.length - if (cb) - cb() - return true - } - end (chunk, encoding, cb) { - if (typeof chunk === 'function') - cb = chunk, chunk = null - if (typeof encoding === 'function') - cb = encoding, encoding = 'utf8' - if (chunk) - this.write(chunk, encoding) - const result = Buffer.concat(this[_data], this[_length]) - super.write(result) - return super.end(cb) - } -} -module.exports = Collect - -// it would be possible to DRY this a bit by doing something like -// this.collector = new Collect() and listening on its data event, -// but it's not much code, and we may as well save the extra obj -class CollectPassThrough extends Minipass { - constructor (options) { - super(options) - this[_data] = [] - this[_length] = 0 - } - write (chunk, encoding, cb) { - if (typeof encoding === 'function') - cb = encoding, encoding = 'utf8' - - if (!encoding) - encoding = 'utf8' - - const c = Buffer.isBuffer(chunk) ? chunk : Buffer.from(chunk, encoding) - this[_data].push(c) - this[_length] += c.length - return super.write(chunk, encoding, cb) - } - end (chunk, encoding, cb) { - if (typeof chunk === 'function') - cb = chunk, chunk = null - if (typeof encoding === 'function') - cb = encoding, encoding = 'utf8' - if (chunk) - this.write(chunk, encoding) - const result = Buffer.concat(this[_data], this[_length]) - this.emit('collect', result) - return super.end(cb) - } -} -module.exports.PassThrough = CollectPassThrough diff --git a/software/flow/node_modules/npm/node_modules/minipass-collect/node_modules/minipass/LICENSE b/software/flow/node_modules/npm/node_modules/minipass-collect/node_modules/minipass/LICENSE deleted file mode 100644 index bf1dece..0000000 --- a/software/flow/node_modules/npm/node_modules/minipass-collect/node_modules/minipass/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -The ISC License - -Copyright (c) 2017-2022 npm, Inc., Isaac Z. Schlueter, and Contributors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/minipass-collect/node_modules/minipass/index.d.ts b/software/flow/node_modules/npm/node_modules/minipass-collect/node_modules/minipass/index.d.ts deleted file mode 100644 index 65faf63..0000000 --- a/software/flow/node_modules/npm/node_modules/minipass-collect/node_modules/minipass/index.d.ts +++ /dev/null @@ -1,155 +0,0 @@ -/// <reference types="node" /> -import { EventEmitter } from 'events' -import { Stream } from 'stream' - -declare namespace Minipass { - type Encoding = BufferEncoding | 'buffer' | null - - interface Writable extends EventEmitter { - end(): any - write(chunk: any, ...args: any[]): any - } - - interface Readable extends EventEmitter { - pause(): any - resume(): any - pipe(): any - } - - interface Pipe<R, W> { - src: Minipass<R, W> - dest: Writable - opts: PipeOptions - } - - type DualIterable<T> = Iterable<T> & AsyncIterable<T> - - type ContiguousData = Buffer | ArrayBufferLike | ArrayBufferView | string - - type BufferOrString = Buffer | string - - interface StringOptions { - encoding: BufferEncoding - objectMode?: boolean - async?: boolean - } - - interface BufferOptions { - encoding?: null | 'buffer' - objectMode?: boolean - async?: boolean - } - - interface ObjectModeOptions { - objectMode: true - async?: boolean - } - - interface PipeOptions { - end?: boolean - proxyErrors?: boolean - } - - type Options<T> = T extends string - ? StringOptions - : T extends Buffer - ? BufferOptions - : ObjectModeOptions -} - -declare class Minipass< - RType extends any = Buffer, - WType extends any = RType extends Minipass.BufferOrString - ? Minipass.ContiguousData - : RType - > - extends Stream - implements Minipass.DualIterable<RType> -{ - static isStream(stream: any): stream is Minipass.Readable | Minipass.Writable - - readonly bufferLength: number - readonly flowing: boolean - readonly writable: boolean - readonly readable: boolean - readonly paused: boolean - readonly emittedEnd: boolean - readonly destroyed: boolean - - /** - * Not technically private or readonly, but not safe to mutate. - */ - private readonly buffer: RType[] - private readonly pipes: Minipass.Pipe<RType, WType>[] - - /** - * Technically writable, but mutating it can change the type, - * so is not safe to do in TypeScript. - */ - readonly objectMode: boolean - async: boolean - - /** - * Note: encoding is not actually read-only, and setEncoding(enc) - * exists. However, this type definition will insist that TypeScript - * programs declare the type of a Minipass stream up front, and if - * that type is string, then an encoding MUST be set in the ctor. If - * the type is Buffer, then the encoding must be missing, or set to - * 'buffer' or null. If the type is anything else, then objectMode - * must be set in the constructor options. So there is effectively - * no allowed way that a TS program can set the encoding after - * construction, as doing so will destroy any hope of type safety. - * TypeScript does not provide many options for changing the type of - * an object at run-time, which is what changing the encoding does. - */ - readonly encoding: Minipass.Encoding - // setEncoding(encoding: Encoding): void - - // Options required if not reading buffers - constructor( - ...args: RType extends Buffer - ? [] | [Minipass.Options<RType>] - : [Minipass.Options<RType>] - ) - - write(chunk: WType, cb?: () => void): boolean - write(chunk: WType, encoding?: Minipass.Encoding, cb?: () => void): boolean - read(size?: number): RType - end(cb?: () => void): this - end(chunk: any, cb?: () => void): this - end(chunk: any, encoding?: Minipass.Encoding, cb?: () => void): this - pause(): void - resume(): void - promise(): Promise<void> - collect(): Promise<RType[]> - - concat(): RType extends Minipass.BufferOrString ? Promise<RType> : never - destroy(er?: any): void - pipe<W extends Minipass.Writable>(dest: W, opts?: Minipass.PipeOptions): W - unpipe<W extends Minipass.Writable>(dest: W): void - - /** - * alias for on() - */ - addEventHandler(event: string, listener: (...args: any[]) => any): this - - on(event: string, listener: (...args: any[]) => any): this - on(event: 'data', listener: (chunk: RType) => any): this - on(event: 'error', listener: (error: any) => any): this - on( - event: - | 'readable' - | 'drain' - | 'resume' - | 'end' - | 'prefinish' - | 'finish' - | 'close', - listener: () => any - ): this - - [Symbol.iterator](): Iterator<RType> - [Symbol.asyncIterator](): AsyncIterator<RType> -} - -export = Minipass diff --git a/software/flow/node_modules/npm/node_modules/minipass-collect/node_modules/minipass/index.js b/software/flow/node_modules/npm/node_modules/minipass-collect/node_modules/minipass/index.js deleted file mode 100644 index e8797aa..0000000 --- a/software/flow/node_modules/npm/node_modules/minipass-collect/node_modules/minipass/index.js +++ /dev/null @@ -1,649 +0,0 @@ -'use strict' -const proc = typeof process === 'object' && process ? process : { - stdout: null, - stderr: null, -} -const EE = require('events') -const Stream = require('stream') -const SD = require('string_decoder').StringDecoder - -const EOF = Symbol('EOF') -const MAYBE_EMIT_END = Symbol('maybeEmitEnd') -const EMITTED_END = Symbol('emittedEnd') -const EMITTING_END = Symbol('emittingEnd') -const EMITTED_ERROR = Symbol('emittedError') -const CLOSED = Symbol('closed') -const READ = Symbol('read') -const FLUSH = Symbol('flush') -const FLUSHCHUNK = Symbol('flushChunk') -const ENCODING = Symbol('encoding') -const DECODER = Symbol('decoder') -const FLOWING = Symbol('flowing') -const PAUSED = Symbol('paused') -const RESUME = Symbol('resume') -const BUFFERLENGTH = Symbol('bufferLength') -const BUFFERPUSH = Symbol('bufferPush') -const BUFFERSHIFT = Symbol('bufferShift') -const OBJECTMODE = Symbol('objectMode') -const DESTROYED = Symbol('destroyed') -const EMITDATA = Symbol('emitData') -const EMITEND = Symbol('emitEnd') -const EMITEND2 = Symbol('emitEnd2') -const ASYNC = Symbol('async') - -const defer = fn => Promise.resolve().then(fn) - -// TODO remove when Node v8 support drops -const doIter = global._MP_NO_ITERATOR_SYMBOLS_ !== '1' -const ASYNCITERATOR = doIter && Symbol.asyncIterator - || Symbol('asyncIterator not implemented') -const ITERATOR = doIter && Symbol.iterator - || Symbol('iterator not implemented') - -// events that mean 'the stream is over' -// these are treated specially, and re-emitted -// if they are listened for after emitting. -const isEndish = ev => - ev === 'end' || - ev === 'finish' || - ev === 'prefinish' - -const isArrayBuffer = b => b instanceof ArrayBuffer || - typeof b === 'object' && - b.constructor && - b.constructor.name === 'ArrayBuffer' && - b.byteLength >= 0 - -const isArrayBufferView = b => !Buffer.isBuffer(b) && ArrayBuffer.isView(b) - -class Pipe { - constructor (src, dest, opts) { - this.src = src - this.dest = dest - this.opts = opts - this.ondrain = () => src[RESUME]() - dest.on('drain', this.ondrain) - } - unpipe () { - this.dest.removeListener('drain', this.ondrain) - } - // istanbul ignore next - only here for the prototype - proxyErrors () {} - end () { - this.unpipe() - if (this.opts.end) - this.dest.end() - } -} - -class PipeProxyErrors extends Pipe { - unpipe () { - this.src.removeListener('error', this.proxyErrors) - super.unpipe() - } - constructor (src, dest, opts) { - super(src, dest, opts) - this.proxyErrors = er => dest.emit('error', er) - src.on('error', this.proxyErrors) - } -} - -module.exports = class Minipass extends Stream { - constructor (options) { - super() - this[FLOWING] = false - // whether we're explicitly paused - this[PAUSED] = false - this.pipes = [] - this.buffer = [] - this[OBJECTMODE] = options && options.objectMode || false - if (this[OBJECTMODE]) - this[ENCODING] = null - else - this[ENCODING] = options && options.encoding || null - if (this[ENCODING] === 'buffer') - this[ENCODING] = null - this[ASYNC] = options && !!options.async || false - this[DECODER] = this[ENCODING] ? new SD(this[ENCODING]) : null - this[EOF] = false - this[EMITTED_END] = false - this[EMITTING_END] = false - this[CLOSED] = false - this[EMITTED_ERROR] = null - this.writable = true - this.readable = true - this[BUFFERLENGTH] = 0 - this[DESTROYED] = false - } - - get bufferLength () { return this[BUFFERLENGTH] } - - get encoding () { return this[ENCODING] } - set encoding (enc) { - if (this[OBJECTMODE]) - throw new Error('cannot set encoding in objectMode') - - if (this[ENCODING] && enc !== this[ENCODING] && - (this[DECODER] && this[DECODER].lastNeed || this[BUFFERLENGTH])) - throw new Error('cannot change encoding') - - if (this[ENCODING] !== enc) { - this[DECODER] = enc ? new SD(enc) : null - if (this.buffer.length) - this.buffer = this.buffer.map(chunk => this[DECODER].write(chunk)) - } - - this[ENCODING] = enc - } - - setEncoding (enc) { - this.encoding = enc - } - - get objectMode () { return this[OBJECTMODE] } - set objectMode (om) { this[OBJECTMODE] = this[OBJECTMODE] || !!om } - - get ['async'] () { return this[ASYNC] } - set ['async'] (a) { this[ASYNC] = this[ASYNC] || !!a } - - write (chunk, encoding, cb) { - if (this[EOF]) - throw new Error('write after end') - - if (this[DESTROYED]) { - this.emit('error', Object.assign( - new Error('Cannot call write after a stream was destroyed'), - { code: 'ERR_STREAM_DESTROYED' } - )) - return true - } - - if (typeof encoding === 'function') - cb = encoding, encoding = 'utf8' - - if (!encoding) - encoding = 'utf8' - - const fn = this[ASYNC] ? defer : f => f() - - // convert array buffers and typed array views into buffers - // at some point in the future, we may want to do the opposite! - // leave strings and buffers as-is - // anything else switches us into object mode - if (!this[OBJECTMODE] && !Buffer.isBuffer(chunk)) { - if (isArrayBufferView(chunk)) - chunk = Buffer.from(chunk.buffer, chunk.byteOffset, chunk.byteLength) - else if (isArrayBuffer(chunk)) - chunk = Buffer.from(chunk) - else if (typeof chunk !== 'string') - // use the setter so we throw if we have encoding set - this.objectMode = true - } - - // handle object mode up front, since it's simpler - // this yields better performance, fewer checks later. - if (this[OBJECTMODE]) { - /* istanbul ignore if - maybe impossible? */ - if (this.flowing && this[BUFFERLENGTH] !== 0) - this[FLUSH](true) - - if (this.flowing) - this.emit('data', chunk) - else - this[BUFFERPUSH](chunk) - - if (this[BUFFERLENGTH] !== 0) - this.emit('readable') - - if (cb) - fn(cb) - - return this.flowing - } - - // at this point the chunk is a buffer or string - // don't buffer it up or send it to the decoder - if (!chunk.length) { - if (this[BUFFERLENGTH] !== 0) - this.emit('readable') - if (cb) - fn(cb) - return this.flowing - } - - // fast-path writing strings of same encoding to a stream with - // an empty buffer, skipping the buffer/decoder dance - if (typeof chunk === 'string' && - // unless it is a string already ready for us to use - !(encoding === this[ENCODING] && !this[DECODER].lastNeed)) { - chunk = Buffer.from(chunk, encoding) - } - - if (Buffer.isBuffer(chunk) && this[ENCODING]) - chunk = this[DECODER].write(chunk) - - // Note: flushing CAN potentially switch us into not-flowing mode - if (this.flowing && this[BUFFERLENGTH] !== 0) - this[FLUSH](true) - - if (this.flowing) - this.emit('data', chunk) - else - this[BUFFERPUSH](chunk) - - if (this[BUFFERLENGTH] !== 0) - this.emit('readable') - - if (cb) - fn(cb) - - return this.flowing - } - - read (n) { - if (this[DESTROYED]) - return null - - if (this[BUFFERLENGTH] === 0 || n === 0 || n > this[BUFFERLENGTH]) { - this[MAYBE_EMIT_END]() - return null - } - - if (this[OBJECTMODE]) - n = null - - if (this.buffer.length > 1 && !this[OBJECTMODE]) { - if (this.encoding) - this.buffer = [this.buffer.join('')] - else - this.buffer = [Buffer.concat(this.buffer, this[BUFFERLENGTH])] - } - - const ret = this[READ](n || null, this.buffer[0]) - this[MAYBE_EMIT_END]() - return ret - } - - [READ] (n, chunk) { - if (n === chunk.length || n === null) - this[BUFFERSHIFT]() - else { - this.buffer[0] = chunk.slice(n) - chunk = chunk.slice(0, n) - this[BUFFERLENGTH] -= n - } - - this.emit('data', chunk) - - if (!this.buffer.length && !this[EOF]) - this.emit('drain') - - return chunk - } - - end (chunk, encoding, cb) { - if (typeof chunk === 'function') - cb = chunk, chunk = null - if (typeof encoding === 'function') - cb = encoding, encoding = 'utf8' - if (chunk) - this.write(chunk, encoding) - if (cb) - this.once('end', cb) - this[EOF] = true - this.writable = false - - // if we haven't written anything, then go ahead and emit, - // even if we're not reading. - // we'll re-emit if a new 'end' listener is added anyway. - // This makes MP more suitable to write-only use cases. - if (this.flowing || !this[PAUSED]) - this[MAYBE_EMIT_END]() - return this - } - - // don't let the internal resume be overwritten - [RESUME] () { - if (this[DESTROYED]) - return - - this[PAUSED] = false - this[FLOWING] = true - this.emit('resume') - if (this.buffer.length) - this[FLUSH]() - else if (this[EOF]) - this[MAYBE_EMIT_END]() - else - this.emit('drain') - } - - resume () { - return this[RESUME]() - } - - pause () { - this[FLOWING] = false - this[PAUSED] = true - } - - get destroyed () { - return this[DESTROYED] - } - - get flowing () { - return this[FLOWING] - } - - get paused () { - return this[PAUSED] - } - - [BUFFERPUSH] (chunk) { - if (this[OBJECTMODE]) - this[BUFFERLENGTH] += 1 - else - this[BUFFERLENGTH] += chunk.length - this.buffer.push(chunk) - } - - [BUFFERSHIFT] () { - if (this.buffer.length) { - if (this[OBJECTMODE]) - this[BUFFERLENGTH] -= 1 - else - this[BUFFERLENGTH] -= this.buffer[0].length - } - return this.buffer.shift() - } - - [FLUSH] (noDrain) { - do {} while (this[FLUSHCHUNK](this[BUFFERSHIFT]())) - - if (!noDrain && !this.buffer.length && !this[EOF]) - this.emit('drain') - } - - [FLUSHCHUNK] (chunk) { - return chunk ? (this.emit('data', chunk), this.flowing) : false - } - - pipe (dest, opts) { - if (this[DESTROYED]) - return - - const ended = this[EMITTED_END] - opts = opts || {} - if (dest === proc.stdout || dest === proc.stderr) - opts.end = false - else - opts.end = opts.end !== false - opts.proxyErrors = !!opts.proxyErrors - - // piping an ended stream ends immediately - if (ended) { - if (opts.end) - dest.end() - } else { - this.pipes.push(!opts.proxyErrors ? new Pipe(this, dest, opts) - : new PipeProxyErrors(this, dest, opts)) - if (this[ASYNC]) - defer(() => this[RESUME]()) - else - this[RESUME]() - } - - return dest - } - - unpipe (dest) { - const p = this.pipes.find(p => p.dest === dest) - if (p) { - this.pipes.splice(this.pipes.indexOf(p), 1) - p.unpipe() - } - } - - addListener (ev, fn) { - return this.on(ev, fn) - } - - on (ev, fn) { - const ret = super.on(ev, fn) - if (ev === 'data' && !this.pipes.length && !this.flowing) - this[RESUME]() - else if (ev === 'readable' && this[BUFFERLENGTH] !== 0) - super.emit('readable') - else if (isEndish(ev) && this[EMITTED_END]) { - super.emit(ev) - this.removeAllListeners(ev) - } else if (ev === 'error' && this[EMITTED_ERROR]) { - if (this[ASYNC]) - defer(() => fn.call(this, this[EMITTED_ERROR])) - else - fn.call(this, this[EMITTED_ERROR]) - } - return ret - } - - get emittedEnd () { - return this[EMITTED_END] - } - - [MAYBE_EMIT_END] () { - if (!this[EMITTING_END] && - !this[EMITTED_END] && - !this[DESTROYED] && - this.buffer.length === 0 && - this[EOF]) { - this[EMITTING_END] = true - this.emit('end') - this.emit('prefinish') - this.emit('finish') - if (this[CLOSED]) - this.emit('close') - this[EMITTING_END] = false - } - } - - emit (ev, data, ...extra) { - // error and close are only events allowed after calling destroy() - if (ev !== 'error' && ev !== 'close' && ev !== DESTROYED && this[DESTROYED]) - return - else if (ev === 'data') { - return !data ? false - : this[ASYNC] ? defer(() => this[EMITDATA](data)) - : this[EMITDATA](data) - } else if (ev === 'end') { - return this[EMITEND]() - } else if (ev === 'close') { - this[CLOSED] = true - // don't emit close before 'end' and 'finish' - if (!this[EMITTED_END] && !this[DESTROYED]) - return - const ret = super.emit('close') - this.removeAllListeners('close') - return ret - } else if (ev === 'error') { - this[EMITTED_ERROR] = data - const ret = super.emit('error', data) - this[MAYBE_EMIT_END]() - return ret - } else if (ev === 'resume') { - const ret = super.emit('resume') - this[MAYBE_EMIT_END]() - return ret - } else if (ev === 'finish' || ev === 'prefinish') { - const ret = super.emit(ev) - this.removeAllListeners(ev) - return ret - } - - // Some other unknown event - const ret = super.emit(ev, data, ...extra) - this[MAYBE_EMIT_END]() - return ret - } - - [EMITDATA] (data) { - for (const p of this.pipes) { - if (p.dest.write(data) === false) - this.pause() - } - const ret = super.emit('data', data) - this[MAYBE_EMIT_END]() - return ret - } - - [EMITEND] () { - if (this[EMITTED_END]) - return - - this[EMITTED_END] = true - this.readable = false - if (this[ASYNC]) - defer(() => this[EMITEND2]()) - else - this[EMITEND2]() - } - - [EMITEND2] () { - if (this[DECODER]) { - const data = this[DECODER].end() - if (data) { - for (const p of this.pipes) { - p.dest.write(data) - } - super.emit('data', data) - } - } - - for (const p of this.pipes) { - p.end() - } - const ret = super.emit('end') - this.removeAllListeners('end') - return ret - } - - // const all = await stream.collect() - collect () { - const buf = [] - if (!this[OBJECTMODE]) - buf.dataLength = 0 - // set the promise first, in case an error is raised - // by triggering the flow here. - const p = this.promise() - this.on('data', c => { - buf.push(c) - if (!this[OBJECTMODE]) - buf.dataLength += c.length - }) - return p.then(() => buf) - } - - // const data = await stream.concat() - concat () { - return this[OBJECTMODE] - ? Promise.reject(new Error('cannot concat in objectMode')) - : this.collect().then(buf => - this[OBJECTMODE] - ? Promise.reject(new Error('cannot concat in objectMode')) - : this[ENCODING] ? buf.join('') : Buffer.concat(buf, buf.dataLength)) - } - - // stream.promise().then(() => done, er => emitted error) - promise () { - return new Promise((resolve, reject) => { - this.on(DESTROYED, () => reject(new Error('stream destroyed'))) - this.on('error', er => reject(er)) - this.on('end', () => resolve()) - }) - } - - // for await (let chunk of stream) - [ASYNCITERATOR] () { - const next = () => { - const res = this.read() - if (res !== null) - return Promise.resolve({ done: false, value: res }) - - if (this[EOF]) - return Promise.resolve({ done: true }) - - let resolve = null - let reject = null - const onerr = er => { - this.removeListener('data', ondata) - this.removeListener('end', onend) - reject(er) - } - const ondata = value => { - this.removeListener('error', onerr) - this.removeListener('end', onend) - this.pause() - resolve({ value: value, done: !!this[EOF] }) - } - const onend = () => { - this.removeListener('error', onerr) - this.removeListener('data', ondata) - resolve({ done: true }) - } - const ondestroy = () => onerr(new Error('stream destroyed')) - return new Promise((res, rej) => { - reject = rej - resolve = res - this.once(DESTROYED, ondestroy) - this.once('error', onerr) - this.once('end', onend) - this.once('data', ondata) - }) - } - - return { next } - } - - // for (let chunk of stream) - [ITERATOR] () { - const next = () => { - const value = this.read() - const done = value === null - return { value, done } - } - return { next } - } - - destroy (er) { - if (this[DESTROYED]) { - if (er) - this.emit('error', er) - else - this.emit(DESTROYED) - return this - } - - this[DESTROYED] = true - - // throw away all buffered data, it's never coming out - this.buffer.length = 0 - this[BUFFERLENGTH] = 0 - - if (typeof this.close === 'function' && !this[CLOSED]) - this.close() - - if (er) - this.emit('error', er) - else // if no error to emit, still reject pending promises - this.emit(DESTROYED) - - return this - } - - static isStream (s) { - return !!s && (s instanceof Minipass || s instanceof Stream || - s instanceof EE && ( - typeof s.pipe === 'function' || // readable - (typeof s.write === 'function' && typeof s.end === 'function') // writable - )) - } -} diff --git a/software/flow/node_modules/npm/node_modules/minipass-collect/node_modules/minipass/package.json b/software/flow/node_modules/npm/node_modules/minipass-collect/node_modules/minipass/package.json deleted file mode 100644 index 548d03f..0000000 --- a/software/flow/node_modules/npm/node_modules/minipass-collect/node_modules/minipass/package.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "minipass", - "version": "3.3.6", - "description": "minimal implementation of a PassThrough stream", - "main": "index.js", - "types": "index.d.ts", - "dependencies": { - "yallist": "^4.0.0" - }, - "devDependencies": { - "@types/node": "^17.0.41", - "end-of-stream": "^1.4.0", - "prettier": "^2.6.2", - "tap": "^16.2.0", - "through2": "^2.0.3", - "ts-node": "^10.8.1", - "typescript": "^4.7.3" - }, - "scripts": { - "test": "tap", - "preversion": "npm test", - "postversion": "npm publish", - "postpublish": "git push origin --follow-tags" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/isaacs/minipass.git" - }, - "keywords": [ - "passthrough", - "stream" - ], - "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)", - "license": "ISC", - "files": [ - "index.d.ts", - "index.js" - ], - "tap": { - "check-coverage": true - }, - "engines": { - "node": ">=8" - }, - "prettier": { - "semi": false, - "printWidth": 80, - "tabWidth": 2, - "useTabs": false, - "singleQuote": true, - "jsxSingleQuote": false, - "bracketSameLine": true, - "arrowParens": "avoid", - "endOfLine": "lf" - } -} diff --git a/software/flow/node_modules/npm/node_modules/minipass-collect/package.json b/software/flow/node_modules/npm/node_modules/minipass-collect/package.json deleted file mode 100644 index 54d87ac..0000000 --- a/software/flow/node_modules/npm/node_modules/minipass-collect/package.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "minipass-collect", - "version": "1.0.2", - "description": "A Minipass stream that collects all the data into a single chunk", - "author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)", - "license": "ISC", - "scripts": { - "test": "tap", - "snap": "tap", - "preversion": "npm test", - "postversion": "npm publish", - "postpublish": "git push origin --follow-tags" - }, - "tap": { - "check-coverage": true - }, - "devDependencies": { - "tap": "^14.6.9" - }, - "dependencies": { - "minipass": "^3.0.0" - }, - "files": [ - "index.js" - ], - "engines": { - "node": ">= 8" - } -} diff --git a/software/flow/node_modules/npm/node_modules/minipass-fetch/LICENSE b/software/flow/node_modules/npm/node_modules/minipass-fetch/LICENSE deleted file mode 100644 index 3c3410c..0000000 --- a/software/flow/node_modules/npm/node_modules/minipass-fetch/LICENSE +++ /dev/null @@ -1,28 +0,0 @@ -The MIT License (MIT) - -Copyright (c) Isaac Z. Schlueter and Contributors -Copyright (c) 2016 David Frank - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - ---- - -Note: This is a derivative work based on "node-fetch" by David Frank, -modified and distributed under the terms of the MIT license above. -https://github.com/bitinn/node-fetch diff --git a/software/flow/node_modules/npm/node_modules/minipass-fetch/lib/abort-error.js b/software/flow/node_modules/npm/node_modules/minipass-fetch/lib/abort-error.js deleted file mode 100644 index b18f643..0000000 --- a/software/flow/node_modules/npm/node_modules/minipass-fetch/lib/abort-error.js +++ /dev/null @@ -1,17 +0,0 @@ -'use strict' -class AbortError extends Error { - constructor (message) { - super(message) - this.code = 'FETCH_ABORTED' - this.type = 'aborted' - Error.captureStackTrace(this, this.constructor) - } - - get name () { - return 'AbortError' - } - - // don't allow name to be overridden, but don't throw either - set name (s) {} -} -module.exports = AbortError diff --git a/software/flow/node_modules/npm/node_modules/minipass-fetch/lib/blob.js b/software/flow/node_modules/npm/node_modules/minipass-fetch/lib/blob.js deleted file mode 100644 index efe69a3..0000000 --- a/software/flow/node_modules/npm/node_modules/minipass-fetch/lib/blob.js +++ /dev/null @@ -1,97 +0,0 @@ -'use strict' -const Minipass = require('minipass') -const TYPE = Symbol('type') -const BUFFER = Symbol('buffer') - -class Blob { - constructor (blobParts, options) { - this[TYPE] = '' - - const buffers = [] - let size = 0 - - if (blobParts) { - const a = blobParts - const length = Number(a.length) - for (let i = 0; i < length; i++) { - const element = a[i] - const buffer = element instanceof Buffer ? element - : ArrayBuffer.isView(element) - ? Buffer.from(element.buffer, element.byteOffset, element.byteLength) - : element instanceof ArrayBuffer ? Buffer.from(element) - : element instanceof Blob ? element[BUFFER] - : typeof element === 'string' ? Buffer.from(element) - : Buffer.from(String(element)) - size += buffer.length - buffers.push(buffer) - } - } - - this[BUFFER] = Buffer.concat(buffers, size) - - const type = options && options.type !== undefined - && String(options.type).toLowerCase() - if (type && !/[^\u0020-\u007E]/.test(type)) { - this[TYPE] = type - } - } - - get size () { - return this[BUFFER].length - } - - get type () { - return this[TYPE] - } - - text () { - return Promise.resolve(this[BUFFER].toString()) - } - - arrayBuffer () { - const buf = this[BUFFER] - const off = buf.byteOffset - const len = buf.byteLength - const ab = buf.buffer.slice(off, off + len) - return Promise.resolve(ab) - } - - stream () { - return new Minipass().end(this[BUFFER]) - } - - slice (start, end, type) { - const size = this.size - const relativeStart = start === undefined ? 0 - : start < 0 ? Math.max(size + start, 0) - : Math.min(start, size) - const relativeEnd = end === undefined ? size - : end < 0 ? Math.max(size + end, 0) - : Math.min(end, size) - const span = Math.max(relativeEnd - relativeStart, 0) - - const buffer = this[BUFFER] - const slicedBuffer = buffer.slice( - relativeStart, - relativeStart + span - ) - const blob = new Blob([], { type }) - blob[BUFFER] = slicedBuffer - return blob - } - - get [Symbol.toStringTag] () { - return 'Blob' - } - - static get BUFFER () { - return BUFFER - } -} - -Object.defineProperties(Blob.prototype, { - size: { enumerable: true }, - type: { enumerable: true }, -}) - -module.exports = Blob diff --git a/software/flow/node_modules/npm/node_modules/minipass-fetch/lib/body.js b/software/flow/node_modules/npm/node_modules/minipass-fetch/lib/body.js deleted file mode 100644 index 9d1b45d..0000000 --- a/software/flow/node_modules/npm/node_modules/minipass-fetch/lib/body.js +++ /dev/null @@ -1,350 +0,0 @@ -'use strict' -const Minipass = require('minipass') -const MinipassSized = require('minipass-sized') - -const Blob = require('./blob.js') -const { BUFFER } = Blob -const FetchError = require('./fetch-error.js') - -// optional dependency on 'encoding' -let convert -try { - convert = require('encoding').convert -} catch (e) { - // defer error until textConverted is called -} - -const INTERNALS = Symbol('Body internals') -const CONSUME_BODY = Symbol('consumeBody') - -class Body { - constructor (bodyArg, options = {}) { - const { size = 0, timeout = 0 } = options - const body = bodyArg === undefined || bodyArg === null ? null - : isURLSearchParams(bodyArg) ? Buffer.from(bodyArg.toString()) - : isBlob(bodyArg) ? bodyArg - : Buffer.isBuffer(bodyArg) ? bodyArg - : Object.prototype.toString.call(bodyArg) === '[object ArrayBuffer]' - ? Buffer.from(bodyArg) - : ArrayBuffer.isView(bodyArg) - ? Buffer.from(bodyArg.buffer, bodyArg.byteOffset, bodyArg.byteLength) - : Minipass.isStream(bodyArg) ? bodyArg - : Buffer.from(String(bodyArg)) - - this[INTERNALS] = { - body, - disturbed: false, - error: null, - } - - this.size = size - this.timeout = timeout - - if (Minipass.isStream(body)) { - body.on('error', er => { - const error = er.name === 'AbortError' ? er - : new FetchError(`Invalid response while trying to fetch ${ - this.url}: ${er.message}`, 'system', er) - this[INTERNALS].error = error - }) - } - } - - get body () { - return this[INTERNALS].body - } - - get bodyUsed () { - return this[INTERNALS].disturbed - } - - arrayBuffer () { - return this[CONSUME_BODY]().then(buf => - buf.buffer.slice(buf.byteOffset, buf.byteOffset + buf.byteLength)) - } - - blob () { - const ct = this.headers && this.headers.get('content-type') || '' - return this[CONSUME_BODY]().then(buf => Object.assign( - new Blob([], { type: ct.toLowerCase() }), - { [BUFFER]: buf } - )) - } - - async json () { - const buf = await this[CONSUME_BODY]() - try { - return JSON.parse(buf.toString()) - } catch (er) { - throw new FetchError( - `invalid json response body at ${this.url} reason: ${er.message}`, - 'invalid-json' - ) - } - } - - text () { - return this[CONSUME_BODY]().then(buf => buf.toString()) - } - - buffer () { - return this[CONSUME_BODY]() - } - - textConverted () { - return this[CONSUME_BODY]().then(buf => convertBody(buf, this.headers)) - } - - [CONSUME_BODY] () { - if (this[INTERNALS].disturbed) { - return Promise.reject(new TypeError(`body used already for: ${ - this.url}`)) - } - - this[INTERNALS].disturbed = true - - if (this[INTERNALS].error) { - return Promise.reject(this[INTERNALS].error) - } - - // body is null - if (this.body === null) { - return Promise.resolve(Buffer.alloc(0)) - } - - if (Buffer.isBuffer(this.body)) { - return Promise.resolve(this.body) - } - - const upstream = isBlob(this.body) ? this.body.stream() : this.body - - /* istanbul ignore if: should never happen */ - if (!Minipass.isStream(upstream)) { - return Promise.resolve(Buffer.alloc(0)) - } - - const stream = this.size && upstream instanceof MinipassSized ? upstream - : !this.size && upstream instanceof Minipass && - !(upstream instanceof MinipassSized) ? upstream - : this.size ? new MinipassSized({ size: this.size }) - : new Minipass() - - // allow timeout on slow response body, but only if the stream is still writable. this - // makes the timeout center on the socket stream from lib/index.js rather than the - // intermediary minipass stream we create to receive the data - const resTimeout = this.timeout && stream.writable ? setTimeout(() => { - stream.emit('error', new FetchError( - `Response timeout while trying to fetch ${ - this.url} (over ${this.timeout}ms)`, 'body-timeout')) - }, this.timeout) : null - - // do not keep the process open just for this timeout, even - // though we expect it'll get cleared eventually. - if (resTimeout && resTimeout.unref) { - resTimeout.unref() - } - - // do the pipe in the promise, because the pipe() can send too much - // data through right away and upset the MP Sized object - return new Promise((resolve, reject) => { - // if the stream is some other kind of stream, then pipe through a MP - // so we can collect it more easily. - if (stream !== upstream) { - upstream.on('error', er => stream.emit('error', er)) - upstream.pipe(stream) - } - resolve() - }).then(() => stream.concat()).then(buf => { - clearTimeout(resTimeout) - return buf - }).catch(er => { - clearTimeout(resTimeout) - // request was aborted, reject with this Error - if (er.name === 'AbortError' || er.name === 'FetchError') { - throw er - } else if (er.name === 'RangeError') { - throw new FetchError(`Could not create Buffer from response body for ${ - this.url}: ${er.message}`, 'system', er) - } else { - // other errors, such as incorrect content-encoding or content-length - throw new FetchError(`Invalid response body while trying to fetch ${ - this.url}: ${er.message}`, 'system', er) - } - }) - } - - static clone (instance) { - if (instance.bodyUsed) { - throw new Error('cannot clone body after it is used') - } - - const body = instance.body - - // check that body is a stream and not form-data object - // NB: can't clone the form-data object without having it as a dependency - if (Minipass.isStream(body) && typeof body.getBoundary !== 'function') { - // create a dedicated tee stream so that we don't lose data - // potentially sitting in the body stream's buffer by writing it - // immediately to p1 and not having it for p2. - const tee = new Minipass() - const p1 = new Minipass() - const p2 = new Minipass() - tee.on('error', er => { - p1.emit('error', er) - p2.emit('error', er) - }) - body.on('error', er => tee.emit('error', er)) - tee.pipe(p1) - tee.pipe(p2) - body.pipe(tee) - // set instance body to one fork, return the other - instance[INTERNALS].body = p1 - return p2 - } else { - return instance.body - } - } - - static extractContentType (body) { - return body === null || body === undefined ? null - : typeof body === 'string' ? 'text/plain;charset=UTF-8' - : isURLSearchParams(body) - ? 'application/x-www-form-urlencoded;charset=UTF-8' - : isBlob(body) ? body.type || null - : Buffer.isBuffer(body) ? null - : Object.prototype.toString.call(body) === '[object ArrayBuffer]' ? null - : ArrayBuffer.isView(body) ? null - : typeof body.getBoundary === 'function' - ? `multipart/form-data;boundary=${body.getBoundary()}` - : Minipass.isStream(body) ? null - : 'text/plain;charset=UTF-8' - } - - static getTotalBytes (instance) { - const { body } = instance - return (body === null || body === undefined) ? 0 - : isBlob(body) ? body.size - : Buffer.isBuffer(body) ? body.length - : body && typeof body.getLengthSync === 'function' && ( - // detect form data input from form-data module - body._lengthRetrievers && - /* istanbul ignore next */ body._lengthRetrievers.length === 0 || // 1.x - body.hasKnownLength && body.hasKnownLength()) // 2.x - ? body.getLengthSync() - : null - } - - static writeToStream (dest, instance) { - const { body } = instance - - if (body === null || body === undefined) { - dest.end() - } else if (Buffer.isBuffer(body) || typeof body === 'string') { - dest.end(body) - } else { - // body is stream or blob - const stream = isBlob(body) ? body.stream() : body - stream.on('error', er => dest.emit('error', er)).pipe(dest) - } - - return dest - } -} - -Object.defineProperties(Body.prototype, { - body: { enumerable: true }, - bodyUsed: { enumerable: true }, - arrayBuffer: { enumerable: true }, - blob: { enumerable: true }, - json: { enumerable: true }, - text: { enumerable: true }, -}) - -const isURLSearchParams = obj => - // Duck-typing as a necessary condition. - (typeof obj !== 'object' || - typeof obj.append !== 'function' || - typeof obj.delete !== 'function' || - typeof obj.get !== 'function' || - typeof obj.getAll !== 'function' || - typeof obj.has !== 'function' || - typeof obj.set !== 'function') ? false - // Brand-checking and more duck-typing as optional condition. - : obj.constructor.name === 'URLSearchParams' || - Object.prototype.toString.call(obj) === '[object URLSearchParams]' || - typeof obj.sort === 'function' - -const isBlob = obj => - typeof obj === 'object' && - typeof obj.arrayBuffer === 'function' && - typeof obj.type === 'string' && - typeof obj.stream === 'function' && - typeof obj.constructor === 'function' && - typeof obj.constructor.name === 'string' && - /^(Blob|File)$/.test(obj.constructor.name) && - /^(Blob|File)$/.test(obj[Symbol.toStringTag]) - -const convertBody = (buffer, headers) => { - /* istanbul ignore if */ - if (typeof convert !== 'function') { - throw new Error('The package `encoding` must be installed to use the textConverted() function') - } - - const ct = headers && headers.get('content-type') - let charset = 'utf-8' - let res - - // header - if (ct) { - res = /charset=([^;]*)/i.exec(ct) - } - - // no charset in content type, peek at response body for at most 1024 bytes - const str = buffer.slice(0, 1024).toString() - - // html5 - if (!res && str) { - res = /<meta.+?charset=(['"])(.+?)\1/i.exec(str) - } - - // html4 - if (!res && str) { - res = /<meta[\s]+?http-equiv=(['"])content-type\1[\s]+?content=(['"])(.+?)\2/i.exec(str) - - if (!res) { - res = /<meta[\s]+?content=(['"])(.+?)\1[\s]+?http-equiv=(['"])content-type\3/i.exec(str) - if (res) { - res.pop() - } // drop last quote - } - - if (res) { - res = /charset=(.*)/i.exec(res.pop()) - } - } - - // xml - if (!res && str) { - res = /<\?xml.+?encoding=(['"])(.+?)\1/i.exec(str) - } - - // found charset - if (res) { - charset = res.pop() - - // prevent decode issues when sites use incorrect encoding - // ref: https://hsivonen.fi/encoding-menu/ - if (charset === 'gb2312' || charset === 'gbk') { - charset = 'gb18030' - } - } - - // turn raw buffers into a single utf-8 buffer - return convert( - buffer, - 'UTF-8', - charset - ).toString() -} - -module.exports = Body diff --git a/software/flow/node_modules/npm/node_modules/minipass-fetch/lib/fetch-error.js b/software/flow/node_modules/npm/node_modules/minipass-fetch/lib/fetch-error.js deleted file mode 100644 index 85f6e98..0000000 --- a/software/flow/node_modules/npm/node_modules/minipass-fetch/lib/fetch-error.js +++ /dev/null @@ -1,32 +0,0 @@ -'use strict' -class FetchError extends Error { - constructor (message, type, systemError) { - super(message) - this.code = 'FETCH_ERROR' - - // pick up code, expected, path, ... - if (systemError) { - Object.assign(this, systemError) - } - - this.errno = this.code - - // override anything the system error might've clobbered - this.type = this.code === 'EBADSIZE' && this.found > this.expect - ? 'max-size' : type - this.message = message - Error.captureStackTrace(this, this.constructor) - } - - get name () { - return 'FetchError' - } - - // don't allow name to be overwritten - set name (n) {} - - get [Symbol.toStringTag] () { - return 'FetchError' - } -} -module.exports = FetchError diff --git a/software/flow/node_modules/npm/node_modules/minipass-fetch/lib/headers.js b/software/flow/node_modules/npm/node_modules/minipass-fetch/lib/headers.js deleted file mode 100644 index dd6e854..0000000 --- a/software/flow/node_modules/npm/node_modules/minipass-fetch/lib/headers.js +++ /dev/null @@ -1,267 +0,0 @@ -'use strict' -const invalidTokenRegex = /[^^_`a-zA-Z\-0-9!#$%&'*+.|~]/ -const invalidHeaderCharRegex = /[^\t\x20-\x7e\x80-\xff]/ - -const validateName = name => { - name = `${name}` - if (invalidTokenRegex.test(name) || name === '') { - throw new TypeError(`${name} is not a legal HTTP header name`) - } -} - -const validateValue = value => { - value = `${value}` - if (invalidHeaderCharRegex.test(value)) { - throw new TypeError(`${value} is not a legal HTTP header value`) - } -} - -const find = (map, name) => { - name = name.toLowerCase() - for (const key in map) { - if (key.toLowerCase() === name) { - return key - } - } - return undefined -} - -const MAP = Symbol('map') -class Headers { - constructor (init = undefined) { - this[MAP] = Object.create(null) - if (init instanceof Headers) { - const rawHeaders = init.raw() - const headerNames = Object.keys(rawHeaders) - for (const headerName of headerNames) { - for (const value of rawHeaders[headerName]) { - this.append(headerName, value) - } - } - return - } - - // no-op - if (init === undefined || init === null) { - return - } - - if (typeof init === 'object') { - const method = init[Symbol.iterator] - if (method !== null && method !== undefined) { - if (typeof method !== 'function') { - throw new TypeError('Header pairs must be iterable') - } - - // sequence<sequence<ByteString>> - // Note: per spec we have to first exhaust the lists then process them - const pairs = [] - for (const pair of init) { - if (typeof pair !== 'object' || - typeof pair[Symbol.iterator] !== 'function') { - throw new TypeError('Each header pair must be iterable') - } - const arrPair = Array.from(pair) - if (arrPair.length !== 2) { - throw new TypeError('Each header pair must be a name/value tuple') - } - pairs.push(arrPair) - } - - for (const pair of pairs) { - this.append(pair[0], pair[1]) - } - } else { - // record<ByteString, ByteString> - for (const key of Object.keys(init)) { - this.append(key, init[key]) - } - } - } else { - throw new TypeError('Provided initializer must be an object') - } - } - - get (name) { - name = `${name}` - validateName(name) - const key = find(this[MAP], name) - if (key === undefined) { - return null - } - - return this[MAP][key].join(', ') - } - - forEach (callback, thisArg = undefined) { - let pairs = getHeaders(this) - for (let i = 0; i < pairs.length; i++) { - const [name, value] = pairs[i] - callback.call(thisArg, value, name, this) - // refresh in case the callback added more headers - pairs = getHeaders(this) - } - } - - set (name, value) { - name = `${name}` - value = `${value}` - validateName(name) - validateValue(value) - const key = find(this[MAP], name) - this[MAP][key !== undefined ? key : name] = [value] - } - - append (name, value) { - name = `${name}` - value = `${value}` - validateName(name) - validateValue(value) - const key = find(this[MAP], name) - if (key !== undefined) { - this[MAP][key].push(value) - } else { - this[MAP][name] = [value] - } - } - - has (name) { - name = `${name}` - validateName(name) - return find(this[MAP], name) !== undefined - } - - delete (name) { - name = `${name}` - validateName(name) - const key = find(this[MAP], name) - if (key !== undefined) { - delete this[MAP][key] - } - } - - raw () { - return this[MAP] - } - - keys () { - return new HeadersIterator(this, 'key') - } - - values () { - return new HeadersIterator(this, 'value') - } - - [Symbol.iterator] () { - return new HeadersIterator(this, 'key+value') - } - - entries () { - return new HeadersIterator(this, 'key+value') - } - - get [Symbol.toStringTag] () { - return 'Headers' - } - - static exportNodeCompatibleHeaders (headers) { - const obj = Object.assign(Object.create(null), headers[MAP]) - - // http.request() only supports string as Host header. This hack makes - // specifying custom Host header possible. - const hostHeaderKey = find(headers[MAP], 'Host') - if (hostHeaderKey !== undefined) { - obj[hostHeaderKey] = obj[hostHeaderKey][0] - } - - return obj - } - - static createHeadersLenient (obj) { - const headers = new Headers() - for (const name of Object.keys(obj)) { - if (invalidTokenRegex.test(name)) { - continue - } - - if (Array.isArray(obj[name])) { - for (const val of obj[name]) { - if (invalidHeaderCharRegex.test(val)) { - continue - } - - if (headers[MAP][name] === undefined) { - headers[MAP][name] = [val] - } else { - headers[MAP][name].push(val) - } - } - } else if (!invalidHeaderCharRegex.test(obj[name])) { - headers[MAP][name] = [obj[name]] - } - } - return headers - } -} - -Object.defineProperties(Headers.prototype, { - get: { enumerable: true }, - forEach: { enumerable: true }, - set: { enumerable: true }, - append: { enumerable: true }, - has: { enumerable: true }, - delete: { enumerable: true }, - keys: { enumerable: true }, - values: { enumerable: true }, - entries: { enumerable: true }, -}) - -const getHeaders = (headers, kind = 'key+value') => - Object.keys(headers[MAP]).sort().map( - kind === 'key' ? k => k.toLowerCase() - : kind === 'value' ? k => headers[MAP][k].join(', ') - : k => [k.toLowerCase(), headers[MAP][k].join(', ')] - ) - -const INTERNAL = Symbol('internal') - -class HeadersIterator { - constructor (target, kind) { - this[INTERNAL] = { - target, - kind, - index: 0, - } - } - - get [Symbol.toStringTag] () { - return 'HeadersIterator' - } - - next () { - /* istanbul ignore if: should be impossible */ - if (!this || Object.getPrototypeOf(this) !== HeadersIterator.prototype) { - throw new TypeError('Value of `this` is not a HeadersIterator') - } - - const { target, kind, index } = this[INTERNAL] - const values = getHeaders(target, kind) - const len = values.length - if (index >= len) { - return { - value: undefined, - done: true, - } - } - - this[INTERNAL].index++ - - return { value: values[index], done: false } - } -} - -// manually extend because 'extends' requires a ctor -Object.setPrototypeOf(HeadersIterator.prototype, - Object.getPrototypeOf(Object.getPrototypeOf([][Symbol.iterator]()))) - -module.exports = Headers diff --git a/software/flow/node_modules/npm/node_modules/minipass-fetch/lib/index.js b/software/flow/node_modules/npm/node_modules/minipass-fetch/lib/index.js deleted file mode 100644 index b1878ac..0000000 --- a/software/flow/node_modules/npm/node_modules/minipass-fetch/lib/index.js +++ /dev/null @@ -1,365 +0,0 @@ -'use strict' -const { URL } = require('url') -const http = require('http') -const https = require('https') -const zlib = require('minizlib') -const Minipass = require('minipass') - -const Body = require('./body.js') -const { writeToStream, getTotalBytes } = Body -const Response = require('./response.js') -const Headers = require('./headers.js') -const { createHeadersLenient } = Headers -const Request = require('./request.js') -const { getNodeRequestOptions } = Request -const FetchError = require('./fetch-error.js') -const AbortError = require('./abort-error.js') - -// XXX this should really be split up and unit-ized for easier testing -// and better DRY implementation of data/http request aborting -const fetch = async (url, opts) => { - if (/^data:/.test(url)) { - const request = new Request(url, opts) - // delay 1 promise tick so that the consumer can abort right away - return Promise.resolve().then(() => new Promise((resolve, reject) => { - let type, data - try { - const { pathname, search } = new URL(url) - const split = pathname.split(',') - if (split.length < 2) { - throw new Error('invalid data: URI') - } - const mime = split.shift() - const base64 = /;base64$/.test(mime) - type = base64 ? mime.slice(0, -1 * ';base64'.length) : mime - const rawData = decodeURIComponent(split.join(',') + search) - data = base64 ? Buffer.from(rawData, 'base64') : Buffer.from(rawData) - } catch (er) { - return reject(new FetchError(`[${request.method}] ${ - request.url} invalid URL, ${er.message}`, 'system', er)) - } - - const { signal } = request - if (signal && signal.aborted) { - return reject(new AbortError('The user aborted a request.')) - } - - const headers = { 'Content-Length': data.length } - if (type) { - headers['Content-Type'] = type - } - return resolve(new Response(data, { headers })) - })) - } - - return new Promise((resolve, reject) => { - // build request object - const request = new Request(url, opts) - let options - try { - options = getNodeRequestOptions(request) - } catch (er) { - return reject(er) - } - - const send = (options.protocol === 'https:' ? https : http).request - const { signal } = request - let response = null - const abort = () => { - const error = new AbortError('The user aborted a request.') - reject(error) - if (Minipass.isStream(request.body) && - typeof request.body.destroy === 'function') { - request.body.destroy(error) - } - if (response && response.body) { - response.body.emit('error', error) - } - } - - if (signal && signal.aborted) { - return abort() - } - - const abortAndFinalize = () => { - abort() - finalize() - } - - const finalize = () => { - req.abort() - if (signal) { - signal.removeEventListener('abort', abortAndFinalize) - } - clearTimeout(reqTimeout) - } - - // send request - const req = send(options) - - if (signal) { - signal.addEventListener('abort', abortAndFinalize) - } - - let reqTimeout = null - if (request.timeout) { - req.once('socket', socket => { - reqTimeout = setTimeout(() => { - reject(new FetchError(`network timeout at: ${ - request.url}`, 'request-timeout')) - finalize() - }, request.timeout) - }) - } - - req.on('error', er => { - // if a 'response' event is emitted before the 'error' event, then by the - // time this handler is run it's too late to reject the Promise for the - // response. instead, we forward the error event to the response stream - // so that the error will surface to the user when they try to consume - // the body. this is done as a side effect of aborting the request except - // for in windows, where we must forward the event manually, otherwise - // there is no longer a ref'd socket attached to the request and the - // stream never ends so the event loop runs out of work and the process - // exits without warning. - // coverage skipped here due to the difficulty in testing - // istanbul ignore next - if (req.res) { - req.res.emit('error', er) - } - reject(new FetchError(`request to ${request.url} failed, reason: ${ - er.message}`, 'system', er)) - finalize() - }) - - req.on('response', res => { - clearTimeout(reqTimeout) - - const headers = createHeadersLenient(res.headers) - - // HTTP fetch step 5 - if (fetch.isRedirect(res.statusCode)) { - // HTTP fetch step 5.2 - const location = headers.get('Location') - - // HTTP fetch step 5.3 - const locationURL = location === null ? null - : (new URL(location, request.url)).toString() - - // HTTP fetch step 5.5 - if (request.redirect === 'error') { - reject(new FetchError('uri requested responds with a redirect, ' + - `redirect mode is set to error: ${request.url}`, 'no-redirect')) - finalize() - return - } else if (request.redirect === 'manual') { - // node-fetch-specific step: make manual redirect a bit easier to - // use by setting the Location header value to the resolved URL. - if (locationURL !== null) { - // handle corrupted header - try { - headers.set('Location', locationURL) - } catch (err) { - /* istanbul ignore next: nodejs server prevent invalid - response headers, we can't test this through normal - request */ - reject(err) - } - } - } else if (request.redirect === 'follow' && locationURL !== null) { - // HTTP-redirect fetch step 5 - if (request.counter >= request.follow) { - reject(new FetchError(`maximum redirect reached at: ${ - request.url}`, 'max-redirect')) - finalize() - return - } - - // HTTP-redirect fetch step 9 - if (res.statusCode !== 303 && - request.body && - getTotalBytes(request) === null) { - reject(new FetchError( - 'Cannot follow redirect with body being a readable stream', - 'unsupported-redirect' - )) - finalize() - return - } - - // Update host due to redirection - request.headers.set('host', (new URL(locationURL)).host) - - // HTTP-redirect fetch step 6 (counter increment) - // Create a new Request object. - const requestOpts = { - headers: new Headers(request.headers), - follow: request.follow, - counter: request.counter + 1, - agent: request.agent, - compress: request.compress, - method: request.method, - body: request.body, - signal: request.signal, - timeout: request.timeout, - } - - // if the redirect is to a new hostname, strip the authorization and cookie headers - const parsedOriginal = new URL(request.url) - const parsedRedirect = new URL(locationURL) - if (parsedOriginal.hostname !== parsedRedirect.hostname) { - requestOpts.headers.delete('authorization') - requestOpts.headers.delete('cookie') - } - - // HTTP-redirect fetch step 11 - if (res.statusCode === 303 || ( - (res.statusCode === 301 || res.statusCode === 302) && - request.method === 'POST' - )) { - requestOpts.method = 'GET' - requestOpts.body = undefined - requestOpts.headers.delete('content-length') - } - - // HTTP-redirect fetch step 15 - resolve(fetch(new Request(locationURL, requestOpts))) - finalize() - return - } - } // end if(isRedirect) - - // prepare response - res.once('end', () => - signal && signal.removeEventListener('abort', abortAndFinalize)) - - const body = new Minipass() - // if an error occurs, either on the response stream itself, on one of the - // decoder streams, or a response length timeout from the Body class, we - // forward the error through to our internal body stream. If we see an - // error event on that, we call finalize to abort the request and ensure - // we don't leave a socket believing a request is in flight. - // this is difficult to test, so lacks specific coverage. - body.on('error', finalize) - // exceedingly rare that the stream would have an error, - // but just in case we proxy it to the stream in use. - res.on('error', /* istanbul ignore next */ er => body.emit('error', er)) - res.on('data', (chunk) => body.write(chunk)) - res.on('end', () => body.end()) - - const responseOptions = { - url: request.url, - status: res.statusCode, - statusText: res.statusMessage, - headers: headers, - size: request.size, - timeout: request.timeout, - counter: request.counter, - trailer: new Promise(resolveTrailer => - res.on('end', () => resolveTrailer(createHeadersLenient(res.trailers)))), - } - - // HTTP-network fetch step 12.1.1.3 - const codings = headers.get('Content-Encoding') - - // HTTP-network fetch step 12.1.1.4: handle content codings - - // in following scenarios we ignore compression support - // 1. compression support is disabled - // 2. HEAD request - // 3. no Content-Encoding header - // 4. no content response (204) - // 5. content not modified response (304) - if (!request.compress || - request.method === 'HEAD' || - codings === null || - res.statusCode === 204 || - res.statusCode === 304) { - response = new Response(body, responseOptions) - resolve(response) - return - } - - // Be less strict when decoding compressed responses, since sometimes - // servers send slightly invalid responses that are still accepted - // by common browsers. - // Always using Z_SYNC_FLUSH is what cURL does. - const zlibOptions = { - flush: zlib.constants.Z_SYNC_FLUSH, - finishFlush: zlib.constants.Z_SYNC_FLUSH, - } - - // for gzip - if (codings === 'gzip' || codings === 'x-gzip') { - const unzip = new zlib.Gunzip(zlibOptions) - response = new Response( - // exceedingly rare that the stream would have an error, - // but just in case we proxy it to the stream in use. - body.on('error', /* istanbul ignore next */ er => unzip.emit('error', er)).pipe(unzip), - responseOptions - ) - resolve(response) - return - } - - // for deflate - if (codings === 'deflate' || codings === 'x-deflate') { - // handle the infamous raw deflate response from old servers - // a hack for old IIS and Apache servers - const raw = res.pipe(new Minipass()) - raw.once('data', chunk => { - // see http://stackoverflow.com/questions/37519828 - const decoder = (chunk[0] & 0x0F) === 0x08 - ? new zlib.Inflate() - : new zlib.InflateRaw() - // exceedingly rare that the stream would have an error, - // but just in case we proxy it to the stream in use. - body.on('error', /* istanbul ignore next */ er => decoder.emit('error', er)).pipe(decoder) - response = new Response(decoder, responseOptions) - resolve(response) - }) - return - } - - // for br - if (codings === 'br') { - // ignoring coverage so tests don't have to fake support (or lack of) for brotli - // istanbul ignore next - try { - var decoder = new zlib.BrotliDecompress() - } catch (err) { - reject(err) - finalize() - return - } - // exceedingly rare that the stream would have an error, - // but just in case we proxy it to the stream in use. - body.on('error', /* istanbul ignore next */ er => decoder.emit('error', er)).pipe(decoder) - response = new Response(decoder, responseOptions) - resolve(response) - return - } - - // otherwise, use response as-is - response = new Response(body, responseOptions) - resolve(response) - }) - - writeToStream(req, request) - }) -} - -module.exports = fetch - -fetch.isRedirect = code => - code === 301 || - code === 302 || - code === 303 || - code === 307 || - code === 308 - -fetch.Headers = Headers -fetch.Request = Request -fetch.Response = Response -fetch.FetchError = FetchError -fetch.AbortError = AbortError diff --git a/software/flow/node_modules/npm/node_modules/minipass-fetch/lib/request.js b/software/flow/node_modules/npm/node_modules/minipass-fetch/lib/request.js deleted file mode 100644 index e620df6..0000000 --- a/software/flow/node_modules/npm/node_modules/minipass-fetch/lib/request.js +++ /dev/null @@ -1,281 +0,0 @@ -'use strict' -const { URL } = require('url') -const Minipass = require('minipass') -const Headers = require('./headers.js') -const { exportNodeCompatibleHeaders } = Headers -const Body = require('./body.js') -const { clone, extractContentType, getTotalBytes } = Body - -const version = require('../package.json').version -const defaultUserAgent = - `minipass-fetch/${version} (+https://github.com/isaacs/minipass-fetch)` - -const INTERNALS = Symbol('Request internals') - -const isRequest = input => - typeof input === 'object' && typeof input[INTERNALS] === 'object' - -const isAbortSignal = signal => { - const proto = ( - signal - && typeof signal === 'object' - && Object.getPrototypeOf(signal) - ) - return !!(proto && proto.constructor.name === 'AbortSignal') -} - -class Request extends Body { - constructor (input, init = {}) { - const parsedURL = isRequest(input) ? new URL(input.url) - : input && input.href ? new URL(input.href) - : new URL(`${input}`) - - if (isRequest(input)) { - init = { ...input[INTERNALS], ...init } - } else if (!input || typeof input === 'string') { - input = {} - } - - const method = (init.method || input.method || 'GET').toUpperCase() - const isGETHEAD = method === 'GET' || method === 'HEAD' - - if ((init.body !== null && init.body !== undefined || - isRequest(input) && input.body !== null) && isGETHEAD) { - throw new TypeError('Request with GET/HEAD method cannot have body') - } - - const inputBody = init.body !== null && init.body !== undefined ? init.body - : isRequest(input) && input.body !== null ? clone(input) - : null - - super(inputBody, { - timeout: init.timeout || input.timeout || 0, - size: init.size || input.size || 0, - }) - - const headers = new Headers(init.headers || input.headers || {}) - - if (inputBody !== null && inputBody !== undefined && - !headers.has('Content-Type')) { - const contentType = extractContentType(inputBody) - if (contentType) { - headers.append('Content-Type', contentType) - } - } - - const signal = 'signal' in init ? init.signal - : null - - if (signal !== null && signal !== undefined && !isAbortSignal(signal)) { - throw new TypeError('Expected signal must be an instanceof AbortSignal') - } - - // TLS specific options that are handled by node - const { - ca, - cert, - ciphers, - clientCertEngine, - crl, - dhparam, - ecdhCurve, - family, - honorCipherOrder, - key, - passphrase, - pfx, - rejectUnauthorized = process.env.NODE_TLS_REJECT_UNAUTHORIZED !== '0', - secureOptions, - secureProtocol, - servername, - sessionIdContext, - } = init - - this[INTERNALS] = { - method, - redirect: init.redirect || input.redirect || 'follow', - headers, - parsedURL, - signal, - ca, - cert, - ciphers, - clientCertEngine, - crl, - dhparam, - ecdhCurve, - family, - honorCipherOrder, - key, - passphrase, - pfx, - rejectUnauthorized, - secureOptions, - secureProtocol, - servername, - sessionIdContext, - } - - // node-fetch-only options - this.follow = init.follow !== undefined ? init.follow - : input.follow !== undefined ? input.follow - : 20 - this.compress = init.compress !== undefined ? init.compress - : input.compress !== undefined ? input.compress - : true - this.counter = init.counter || input.counter || 0 - this.agent = init.agent || input.agent - } - - get method () { - return this[INTERNALS].method - } - - get url () { - return this[INTERNALS].parsedURL.toString() - } - - get headers () { - return this[INTERNALS].headers - } - - get redirect () { - return this[INTERNALS].redirect - } - - get signal () { - return this[INTERNALS].signal - } - - clone () { - return new Request(this) - } - - get [Symbol.toStringTag] () { - return 'Request' - } - - static getNodeRequestOptions (request) { - const parsedURL = request[INTERNALS].parsedURL - const headers = new Headers(request[INTERNALS].headers) - - // fetch step 1.3 - if (!headers.has('Accept')) { - headers.set('Accept', '*/*') - } - - // Basic fetch - if (!/^https?:$/.test(parsedURL.protocol)) { - throw new TypeError('Only HTTP(S) protocols are supported') - } - - if (request.signal && - Minipass.isStream(request.body) && - typeof request.body.destroy !== 'function') { - throw new Error( - 'Cancellation of streamed requests with AbortSignal is not supported') - } - - // HTTP-network-or-cache fetch steps 2.4-2.7 - const contentLengthValue = - (request.body === null || request.body === undefined) && - /^(POST|PUT)$/i.test(request.method) ? '0' - : request.body !== null && request.body !== undefined - ? getTotalBytes(request) - : null - - if (contentLengthValue) { - headers.set('Content-Length', contentLengthValue + '') - } - - // HTTP-network-or-cache fetch step 2.11 - if (!headers.has('User-Agent')) { - headers.set('User-Agent', defaultUserAgent) - } - - // HTTP-network-or-cache fetch step 2.15 - if (request.compress && !headers.has('Accept-Encoding')) { - headers.set('Accept-Encoding', 'gzip,deflate') - } - - const agent = typeof request.agent === 'function' - ? request.agent(parsedURL) - : request.agent - - if (!headers.has('Connection') && !agent) { - headers.set('Connection', 'close') - } - - // TLS specific options that are handled by node - const { - ca, - cert, - ciphers, - clientCertEngine, - crl, - dhparam, - ecdhCurve, - family, - honorCipherOrder, - key, - passphrase, - pfx, - rejectUnauthorized, - secureOptions, - secureProtocol, - servername, - sessionIdContext, - } = request[INTERNALS] - - // HTTP-network fetch step 4.2 - // chunked encoding is handled by Node.js - - // we cannot spread parsedURL directly, so we have to read each property one-by-one - // and map them to the equivalent https?.request() method options - const urlProps = { - auth: parsedURL.username || parsedURL.password - ? `${parsedURL.username}:${parsedURL.password}` - : '', - host: parsedURL.host, - hostname: parsedURL.hostname, - path: `${parsedURL.pathname}${parsedURL.search}`, - port: parsedURL.port, - protocol: parsedURL.protocol, - } - - return { - ...urlProps, - method: request.method, - headers: exportNodeCompatibleHeaders(headers), - agent, - ca, - cert, - ciphers, - clientCertEngine, - crl, - dhparam, - ecdhCurve, - family, - honorCipherOrder, - key, - passphrase, - pfx, - rejectUnauthorized, - secureOptions, - secureProtocol, - servername, - sessionIdContext, - } - } -} - -module.exports = Request - -Object.defineProperties(Request.prototype, { - method: { enumerable: true }, - url: { enumerable: true }, - headers: { enumerable: true }, - redirect: { enumerable: true }, - clone: { enumerable: true }, - signal: { enumerable: true }, -}) diff --git a/software/flow/node_modules/npm/node_modules/minipass-fetch/lib/response.js b/software/flow/node_modules/npm/node_modules/minipass-fetch/lib/response.js deleted file mode 100644 index 54cb52d..0000000 --- a/software/flow/node_modules/npm/node_modules/minipass-fetch/lib/response.js +++ /dev/null @@ -1,90 +0,0 @@ -'use strict' -const http = require('http') -const { STATUS_CODES } = http - -const Headers = require('./headers.js') -const Body = require('./body.js') -const { clone, extractContentType } = Body - -const INTERNALS = Symbol('Response internals') - -class Response extends Body { - constructor (body = null, opts = {}) { - super(body, opts) - - const status = opts.status || 200 - const headers = new Headers(opts.headers) - - if (body !== null && body !== undefined && !headers.has('Content-Type')) { - const contentType = extractContentType(body) - if (contentType) { - headers.append('Content-Type', contentType) - } - } - - this[INTERNALS] = { - url: opts.url, - status, - statusText: opts.statusText || STATUS_CODES[status], - headers, - counter: opts.counter, - trailer: Promise.resolve(opts.trailer || new Headers()), - } - } - - get trailer () { - return this[INTERNALS].trailer - } - - get url () { - return this[INTERNALS].url || '' - } - - get status () { - return this[INTERNALS].status - } - - get ok () { - return this[INTERNALS].status >= 200 && this[INTERNALS].status < 300 - } - - get redirected () { - return this[INTERNALS].counter > 0 - } - - get statusText () { - return this[INTERNALS].statusText - } - - get headers () { - return this[INTERNALS].headers - } - - clone () { - return new Response(clone(this), { - url: this.url, - status: this.status, - statusText: this.statusText, - headers: this.headers, - ok: this.ok, - redirected: this.redirected, - trailer: this.trailer, - }) - } - - get [Symbol.toStringTag] () { - return 'Response' - } -} - -module.exports = Response - -Object.defineProperties(Response.prototype, { - url: { enumerable: true }, - status: { enumerable: true }, - ok: { enumerable: true }, - redirected: { enumerable: true }, - statusText: { enumerable: true }, - headers: { enumerable: true }, - clone: { enumerable: true }, -}) diff --git a/software/flow/node_modules/npm/node_modules/minipass-fetch/package.json b/software/flow/node_modules/npm/node_modules/minipass-fetch/package.json deleted file mode 100644 index fc6f884..0000000 --- a/software/flow/node_modules/npm/node_modules/minipass-fetch/package.json +++ /dev/null @@ -1,68 +0,0 @@ -{ - "name": "minipass-fetch", - "version": "3.0.1", - "description": "An implementation of window.fetch in Node.js using Minipass streams", - "license": "MIT", - "main": "lib/index.js", - "scripts": { - "test:tls-fixtures": "./test/fixtures/tls/setup.sh", - "test": "tap", - "snap": "tap", - "lint": "eslint \"**/*.js\"", - "postlint": "template-oss-check", - "lintfix": "npm run lint -- --fix", - "posttest": "npm run lint", - "template-oss-apply": "template-oss-apply --force" - }, - "tap": { - "coverage-map": "map.js", - "check-coverage": true, - "nyc-arg": [ - "--exclude", - "tap-snapshots/**" - ] - }, - "devDependencies": { - "@npmcli/eslint-config": "^4.0.0", - "@npmcli/template-oss": "4.10.0", - "@ungap/url-search-params": "^0.2.2", - "abort-controller": "^3.0.0", - "abortcontroller-polyfill": "~1.7.3", - "encoding": "^0.1.13", - "form-data": "^4.0.0", - "nock": "^13.2.4", - "parted": "^0.1.1", - "string-to-arraybuffer": "^1.0.2", - "tap": "^16.0.0" - }, - "dependencies": { - "minipass": "^4.0.0", - "minipass-sized": "^1.0.3", - "minizlib": "^2.1.2" - }, - "optionalDependencies": { - "encoding": "^0.1.13" - }, - "repository": { - "type": "git", - "url": "https://github.com/npm/minipass-fetch.git" - }, - "keywords": [ - "fetch", - "minipass", - "node-fetch", - "window.fetch" - ], - "files": [ - "bin/", - "lib/" - ], - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "author": "GitHub Inc.", - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.10.0" - } -} diff --git a/software/flow/node_modules/npm/node_modules/minipass-flush/LICENSE b/software/flow/node_modules/npm/node_modules/minipass-flush/LICENSE deleted file mode 100644 index 19129e3..0000000 --- a/software/flow/node_modules/npm/node_modules/minipass-flush/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -The ISC License - -Copyright (c) Isaac Z. Schlueter and Contributors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/minipass-flush/index.js b/software/flow/node_modules/npm/node_modules/minipass-flush/index.js deleted file mode 100644 index cb2537f..0000000 --- a/software/flow/node_modules/npm/node_modules/minipass-flush/index.js +++ /dev/null @@ -1,39 +0,0 @@ -const Minipass = require('minipass') -const _flush = Symbol('_flush') -const _flushed = Symbol('_flushed') -const _flushing = Symbol('_flushing') -class Flush extends Minipass { - constructor (opt = {}) { - if (typeof opt === 'function') - opt = { flush: opt } - - super(opt) - - // or extend this class and provide a 'flush' method in your subclass - if (typeof opt.flush !== 'function' && typeof this.flush !== 'function') - throw new TypeError('must provide flush function in options') - - this[_flush] = opt.flush || this.flush - } - - emit (ev, ...data) { - if ((ev !== 'end' && ev !== 'finish') || this[_flushed]) - return super.emit(ev, ...data) - - if (this[_flushing]) - return - - this[_flushing] = true - - const afterFlush = er => { - this[_flushed] = true - er ? super.emit('error', er) : super.emit('end') - } - - const ret = this[_flush](afterFlush) - if (ret && ret.then) - ret.then(() => afterFlush(), er => afterFlush(er)) - } -} - -module.exports = Flush diff --git a/software/flow/node_modules/npm/node_modules/minipass-flush/node_modules/minipass/LICENSE b/software/flow/node_modules/npm/node_modules/minipass-flush/node_modules/minipass/LICENSE deleted file mode 100644 index bf1dece..0000000 --- a/software/flow/node_modules/npm/node_modules/minipass-flush/node_modules/minipass/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -The ISC License - -Copyright (c) 2017-2022 npm, Inc., Isaac Z. Schlueter, and Contributors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/minipass-flush/node_modules/minipass/index.d.ts b/software/flow/node_modules/npm/node_modules/minipass-flush/node_modules/minipass/index.d.ts deleted file mode 100644 index 65faf63..0000000 --- a/software/flow/node_modules/npm/node_modules/minipass-flush/node_modules/minipass/index.d.ts +++ /dev/null @@ -1,155 +0,0 @@ -/// <reference types="node" /> -import { EventEmitter } from 'events' -import { Stream } from 'stream' - -declare namespace Minipass { - type Encoding = BufferEncoding | 'buffer' | null - - interface Writable extends EventEmitter { - end(): any - write(chunk: any, ...args: any[]): any - } - - interface Readable extends EventEmitter { - pause(): any - resume(): any - pipe(): any - } - - interface Pipe<R, W> { - src: Minipass<R, W> - dest: Writable - opts: PipeOptions - } - - type DualIterable<T> = Iterable<T> & AsyncIterable<T> - - type ContiguousData = Buffer | ArrayBufferLike | ArrayBufferView | string - - type BufferOrString = Buffer | string - - interface StringOptions { - encoding: BufferEncoding - objectMode?: boolean - async?: boolean - } - - interface BufferOptions { - encoding?: null | 'buffer' - objectMode?: boolean - async?: boolean - } - - interface ObjectModeOptions { - objectMode: true - async?: boolean - } - - interface PipeOptions { - end?: boolean - proxyErrors?: boolean - } - - type Options<T> = T extends string - ? StringOptions - : T extends Buffer - ? BufferOptions - : ObjectModeOptions -} - -declare class Minipass< - RType extends any = Buffer, - WType extends any = RType extends Minipass.BufferOrString - ? Minipass.ContiguousData - : RType - > - extends Stream - implements Minipass.DualIterable<RType> -{ - static isStream(stream: any): stream is Minipass.Readable | Minipass.Writable - - readonly bufferLength: number - readonly flowing: boolean - readonly writable: boolean - readonly readable: boolean - readonly paused: boolean - readonly emittedEnd: boolean - readonly destroyed: boolean - - /** - * Not technically private or readonly, but not safe to mutate. - */ - private readonly buffer: RType[] - private readonly pipes: Minipass.Pipe<RType, WType>[] - - /** - * Technically writable, but mutating it can change the type, - * so is not safe to do in TypeScript. - */ - readonly objectMode: boolean - async: boolean - - /** - * Note: encoding is not actually read-only, and setEncoding(enc) - * exists. However, this type definition will insist that TypeScript - * programs declare the type of a Minipass stream up front, and if - * that type is string, then an encoding MUST be set in the ctor. If - * the type is Buffer, then the encoding must be missing, or set to - * 'buffer' or null. If the type is anything else, then objectMode - * must be set in the constructor options. So there is effectively - * no allowed way that a TS program can set the encoding after - * construction, as doing so will destroy any hope of type safety. - * TypeScript does not provide many options for changing the type of - * an object at run-time, which is what changing the encoding does. - */ - readonly encoding: Minipass.Encoding - // setEncoding(encoding: Encoding): void - - // Options required if not reading buffers - constructor( - ...args: RType extends Buffer - ? [] | [Minipass.Options<RType>] - : [Minipass.Options<RType>] - ) - - write(chunk: WType, cb?: () => void): boolean - write(chunk: WType, encoding?: Minipass.Encoding, cb?: () => void): boolean - read(size?: number): RType - end(cb?: () => void): this - end(chunk: any, cb?: () => void): this - end(chunk: any, encoding?: Minipass.Encoding, cb?: () => void): this - pause(): void - resume(): void - promise(): Promise<void> - collect(): Promise<RType[]> - - concat(): RType extends Minipass.BufferOrString ? Promise<RType> : never - destroy(er?: any): void - pipe<W extends Minipass.Writable>(dest: W, opts?: Minipass.PipeOptions): W - unpipe<W extends Minipass.Writable>(dest: W): void - - /** - * alias for on() - */ - addEventHandler(event: string, listener: (...args: any[]) => any): this - - on(event: string, listener: (...args: any[]) => any): this - on(event: 'data', listener: (chunk: RType) => any): this - on(event: 'error', listener: (error: any) => any): this - on( - event: - | 'readable' - | 'drain' - | 'resume' - | 'end' - | 'prefinish' - | 'finish' - | 'close', - listener: () => any - ): this - - [Symbol.iterator](): Iterator<RType> - [Symbol.asyncIterator](): AsyncIterator<RType> -} - -export = Minipass diff --git a/software/flow/node_modules/npm/node_modules/minipass-flush/node_modules/minipass/index.js b/software/flow/node_modules/npm/node_modules/minipass-flush/node_modules/minipass/index.js deleted file mode 100644 index e8797aa..0000000 --- a/software/flow/node_modules/npm/node_modules/minipass-flush/node_modules/minipass/index.js +++ /dev/null @@ -1,649 +0,0 @@ -'use strict' -const proc = typeof process === 'object' && process ? process : { - stdout: null, - stderr: null, -} -const EE = require('events') -const Stream = require('stream') -const SD = require('string_decoder').StringDecoder - -const EOF = Symbol('EOF') -const MAYBE_EMIT_END = Symbol('maybeEmitEnd') -const EMITTED_END = Symbol('emittedEnd') -const EMITTING_END = Symbol('emittingEnd') -const EMITTED_ERROR = Symbol('emittedError') -const CLOSED = Symbol('closed') -const READ = Symbol('read') -const FLUSH = Symbol('flush') -const FLUSHCHUNK = Symbol('flushChunk') -const ENCODING = Symbol('encoding') -const DECODER = Symbol('decoder') -const FLOWING = Symbol('flowing') -const PAUSED = Symbol('paused') -const RESUME = Symbol('resume') -const BUFFERLENGTH = Symbol('bufferLength') -const BUFFERPUSH = Symbol('bufferPush') -const BUFFERSHIFT = Symbol('bufferShift') -const OBJECTMODE = Symbol('objectMode') -const DESTROYED = Symbol('destroyed') -const EMITDATA = Symbol('emitData') -const EMITEND = Symbol('emitEnd') -const EMITEND2 = Symbol('emitEnd2') -const ASYNC = Symbol('async') - -const defer = fn => Promise.resolve().then(fn) - -// TODO remove when Node v8 support drops -const doIter = global._MP_NO_ITERATOR_SYMBOLS_ !== '1' -const ASYNCITERATOR = doIter && Symbol.asyncIterator - || Symbol('asyncIterator not implemented') -const ITERATOR = doIter && Symbol.iterator - || Symbol('iterator not implemented') - -// events that mean 'the stream is over' -// these are treated specially, and re-emitted -// if they are listened for after emitting. -const isEndish = ev => - ev === 'end' || - ev === 'finish' || - ev === 'prefinish' - -const isArrayBuffer = b => b instanceof ArrayBuffer || - typeof b === 'object' && - b.constructor && - b.constructor.name === 'ArrayBuffer' && - b.byteLength >= 0 - -const isArrayBufferView = b => !Buffer.isBuffer(b) && ArrayBuffer.isView(b) - -class Pipe { - constructor (src, dest, opts) { - this.src = src - this.dest = dest - this.opts = opts - this.ondrain = () => src[RESUME]() - dest.on('drain', this.ondrain) - } - unpipe () { - this.dest.removeListener('drain', this.ondrain) - } - // istanbul ignore next - only here for the prototype - proxyErrors () {} - end () { - this.unpipe() - if (this.opts.end) - this.dest.end() - } -} - -class PipeProxyErrors extends Pipe { - unpipe () { - this.src.removeListener('error', this.proxyErrors) - super.unpipe() - } - constructor (src, dest, opts) { - super(src, dest, opts) - this.proxyErrors = er => dest.emit('error', er) - src.on('error', this.proxyErrors) - } -} - -module.exports = class Minipass extends Stream { - constructor (options) { - super() - this[FLOWING] = false - // whether we're explicitly paused - this[PAUSED] = false - this.pipes = [] - this.buffer = [] - this[OBJECTMODE] = options && options.objectMode || false - if (this[OBJECTMODE]) - this[ENCODING] = null - else - this[ENCODING] = options && options.encoding || null - if (this[ENCODING] === 'buffer') - this[ENCODING] = null - this[ASYNC] = options && !!options.async || false - this[DECODER] = this[ENCODING] ? new SD(this[ENCODING]) : null - this[EOF] = false - this[EMITTED_END] = false - this[EMITTING_END] = false - this[CLOSED] = false - this[EMITTED_ERROR] = null - this.writable = true - this.readable = true - this[BUFFERLENGTH] = 0 - this[DESTROYED] = false - } - - get bufferLength () { return this[BUFFERLENGTH] } - - get encoding () { return this[ENCODING] } - set encoding (enc) { - if (this[OBJECTMODE]) - throw new Error('cannot set encoding in objectMode') - - if (this[ENCODING] && enc !== this[ENCODING] && - (this[DECODER] && this[DECODER].lastNeed || this[BUFFERLENGTH])) - throw new Error('cannot change encoding') - - if (this[ENCODING] !== enc) { - this[DECODER] = enc ? new SD(enc) : null - if (this.buffer.length) - this.buffer = this.buffer.map(chunk => this[DECODER].write(chunk)) - } - - this[ENCODING] = enc - } - - setEncoding (enc) { - this.encoding = enc - } - - get objectMode () { return this[OBJECTMODE] } - set objectMode (om) { this[OBJECTMODE] = this[OBJECTMODE] || !!om } - - get ['async'] () { return this[ASYNC] } - set ['async'] (a) { this[ASYNC] = this[ASYNC] || !!a } - - write (chunk, encoding, cb) { - if (this[EOF]) - throw new Error('write after end') - - if (this[DESTROYED]) { - this.emit('error', Object.assign( - new Error('Cannot call write after a stream was destroyed'), - { code: 'ERR_STREAM_DESTROYED' } - )) - return true - } - - if (typeof encoding === 'function') - cb = encoding, encoding = 'utf8' - - if (!encoding) - encoding = 'utf8' - - const fn = this[ASYNC] ? defer : f => f() - - // convert array buffers and typed array views into buffers - // at some point in the future, we may want to do the opposite! - // leave strings and buffers as-is - // anything else switches us into object mode - if (!this[OBJECTMODE] && !Buffer.isBuffer(chunk)) { - if (isArrayBufferView(chunk)) - chunk = Buffer.from(chunk.buffer, chunk.byteOffset, chunk.byteLength) - else if (isArrayBuffer(chunk)) - chunk = Buffer.from(chunk) - else if (typeof chunk !== 'string') - // use the setter so we throw if we have encoding set - this.objectMode = true - } - - // handle object mode up front, since it's simpler - // this yields better performance, fewer checks later. - if (this[OBJECTMODE]) { - /* istanbul ignore if - maybe impossible? */ - if (this.flowing && this[BUFFERLENGTH] !== 0) - this[FLUSH](true) - - if (this.flowing) - this.emit('data', chunk) - else - this[BUFFERPUSH](chunk) - - if (this[BUFFERLENGTH] !== 0) - this.emit('readable') - - if (cb) - fn(cb) - - return this.flowing - } - - // at this point the chunk is a buffer or string - // don't buffer it up or send it to the decoder - if (!chunk.length) { - if (this[BUFFERLENGTH] !== 0) - this.emit('readable') - if (cb) - fn(cb) - return this.flowing - } - - // fast-path writing strings of same encoding to a stream with - // an empty buffer, skipping the buffer/decoder dance - if (typeof chunk === 'string' && - // unless it is a string already ready for us to use - !(encoding === this[ENCODING] && !this[DECODER].lastNeed)) { - chunk = Buffer.from(chunk, encoding) - } - - if (Buffer.isBuffer(chunk) && this[ENCODING]) - chunk = this[DECODER].write(chunk) - - // Note: flushing CAN potentially switch us into not-flowing mode - if (this.flowing && this[BUFFERLENGTH] !== 0) - this[FLUSH](true) - - if (this.flowing) - this.emit('data', chunk) - else - this[BUFFERPUSH](chunk) - - if (this[BUFFERLENGTH] !== 0) - this.emit('readable') - - if (cb) - fn(cb) - - return this.flowing - } - - read (n) { - if (this[DESTROYED]) - return null - - if (this[BUFFERLENGTH] === 0 || n === 0 || n > this[BUFFERLENGTH]) { - this[MAYBE_EMIT_END]() - return null - } - - if (this[OBJECTMODE]) - n = null - - if (this.buffer.length > 1 && !this[OBJECTMODE]) { - if (this.encoding) - this.buffer = [this.buffer.join('')] - else - this.buffer = [Buffer.concat(this.buffer, this[BUFFERLENGTH])] - } - - const ret = this[READ](n || null, this.buffer[0]) - this[MAYBE_EMIT_END]() - return ret - } - - [READ] (n, chunk) { - if (n === chunk.length || n === null) - this[BUFFERSHIFT]() - else { - this.buffer[0] = chunk.slice(n) - chunk = chunk.slice(0, n) - this[BUFFERLENGTH] -= n - } - - this.emit('data', chunk) - - if (!this.buffer.length && !this[EOF]) - this.emit('drain') - - return chunk - } - - end (chunk, encoding, cb) { - if (typeof chunk === 'function') - cb = chunk, chunk = null - if (typeof encoding === 'function') - cb = encoding, encoding = 'utf8' - if (chunk) - this.write(chunk, encoding) - if (cb) - this.once('end', cb) - this[EOF] = true - this.writable = false - - // if we haven't written anything, then go ahead and emit, - // even if we're not reading. - // we'll re-emit if a new 'end' listener is added anyway. - // This makes MP more suitable to write-only use cases. - if (this.flowing || !this[PAUSED]) - this[MAYBE_EMIT_END]() - return this - } - - // don't let the internal resume be overwritten - [RESUME] () { - if (this[DESTROYED]) - return - - this[PAUSED] = false - this[FLOWING] = true - this.emit('resume') - if (this.buffer.length) - this[FLUSH]() - else if (this[EOF]) - this[MAYBE_EMIT_END]() - else - this.emit('drain') - } - - resume () { - return this[RESUME]() - } - - pause () { - this[FLOWING] = false - this[PAUSED] = true - } - - get destroyed () { - return this[DESTROYED] - } - - get flowing () { - return this[FLOWING] - } - - get paused () { - return this[PAUSED] - } - - [BUFFERPUSH] (chunk) { - if (this[OBJECTMODE]) - this[BUFFERLENGTH] += 1 - else - this[BUFFERLENGTH] += chunk.length - this.buffer.push(chunk) - } - - [BUFFERSHIFT] () { - if (this.buffer.length) { - if (this[OBJECTMODE]) - this[BUFFERLENGTH] -= 1 - else - this[BUFFERLENGTH] -= this.buffer[0].length - } - return this.buffer.shift() - } - - [FLUSH] (noDrain) { - do {} while (this[FLUSHCHUNK](this[BUFFERSHIFT]())) - - if (!noDrain && !this.buffer.length && !this[EOF]) - this.emit('drain') - } - - [FLUSHCHUNK] (chunk) { - return chunk ? (this.emit('data', chunk), this.flowing) : false - } - - pipe (dest, opts) { - if (this[DESTROYED]) - return - - const ended = this[EMITTED_END] - opts = opts || {} - if (dest === proc.stdout || dest === proc.stderr) - opts.end = false - else - opts.end = opts.end !== false - opts.proxyErrors = !!opts.proxyErrors - - // piping an ended stream ends immediately - if (ended) { - if (opts.end) - dest.end() - } else { - this.pipes.push(!opts.proxyErrors ? new Pipe(this, dest, opts) - : new PipeProxyErrors(this, dest, opts)) - if (this[ASYNC]) - defer(() => this[RESUME]()) - else - this[RESUME]() - } - - return dest - } - - unpipe (dest) { - const p = this.pipes.find(p => p.dest === dest) - if (p) { - this.pipes.splice(this.pipes.indexOf(p), 1) - p.unpipe() - } - } - - addListener (ev, fn) { - return this.on(ev, fn) - } - - on (ev, fn) { - const ret = super.on(ev, fn) - if (ev === 'data' && !this.pipes.length && !this.flowing) - this[RESUME]() - else if (ev === 'readable' && this[BUFFERLENGTH] !== 0) - super.emit('readable') - else if (isEndish(ev) && this[EMITTED_END]) { - super.emit(ev) - this.removeAllListeners(ev) - } else if (ev === 'error' && this[EMITTED_ERROR]) { - if (this[ASYNC]) - defer(() => fn.call(this, this[EMITTED_ERROR])) - else - fn.call(this, this[EMITTED_ERROR]) - } - return ret - } - - get emittedEnd () { - return this[EMITTED_END] - } - - [MAYBE_EMIT_END] () { - if (!this[EMITTING_END] && - !this[EMITTED_END] && - !this[DESTROYED] && - this.buffer.length === 0 && - this[EOF]) { - this[EMITTING_END] = true - this.emit('end') - this.emit('prefinish') - this.emit('finish') - if (this[CLOSED]) - this.emit('close') - this[EMITTING_END] = false - } - } - - emit (ev, data, ...extra) { - // error and close are only events allowed after calling destroy() - if (ev !== 'error' && ev !== 'close' && ev !== DESTROYED && this[DESTROYED]) - return - else if (ev === 'data') { - return !data ? false - : this[ASYNC] ? defer(() => this[EMITDATA](data)) - : this[EMITDATA](data) - } else if (ev === 'end') { - return this[EMITEND]() - } else if (ev === 'close') { - this[CLOSED] = true - // don't emit close before 'end' and 'finish' - if (!this[EMITTED_END] && !this[DESTROYED]) - return - const ret = super.emit('close') - this.removeAllListeners('close') - return ret - } else if (ev === 'error') { - this[EMITTED_ERROR] = data - const ret = super.emit('error', data) - this[MAYBE_EMIT_END]() - return ret - } else if (ev === 'resume') { - const ret = super.emit('resume') - this[MAYBE_EMIT_END]() - return ret - } else if (ev === 'finish' || ev === 'prefinish') { - const ret = super.emit(ev) - this.removeAllListeners(ev) - return ret - } - - // Some other unknown event - const ret = super.emit(ev, data, ...extra) - this[MAYBE_EMIT_END]() - return ret - } - - [EMITDATA] (data) { - for (const p of this.pipes) { - if (p.dest.write(data) === false) - this.pause() - } - const ret = super.emit('data', data) - this[MAYBE_EMIT_END]() - return ret - } - - [EMITEND] () { - if (this[EMITTED_END]) - return - - this[EMITTED_END] = true - this.readable = false - if (this[ASYNC]) - defer(() => this[EMITEND2]()) - else - this[EMITEND2]() - } - - [EMITEND2] () { - if (this[DECODER]) { - const data = this[DECODER].end() - if (data) { - for (const p of this.pipes) { - p.dest.write(data) - } - super.emit('data', data) - } - } - - for (const p of this.pipes) { - p.end() - } - const ret = super.emit('end') - this.removeAllListeners('end') - return ret - } - - // const all = await stream.collect() - collect () { - const buf = [] - if (!this[OBJECTMODE]) - buf.dataLength = 0 - // set the promise first, in case an error is raised - // by triggering the flow here. - const p = this.promise() - this.on('data', c => { - buf.push(c) - if (!this[OBJECTMODE]) - buf.dataLength += c.length - }) - return p.then(() => buf) - } - - // const data = await stream.concat() - concat () { - return this[OBJECTMODE] - ? Promise.reject(new Error('cannot concat in objectMode')) - : this.collect().then(buf => - this[OBJECTMODE] - ? Promise.reject(new Error('cannot concat in objectMode')) - : this[ENCODING] ? buf.join('') : Buffer.concat(buf, buf.dataLength)) - } - - // stream.promise().then(() => done, er => emitted error) - promise () { - return new Promise((resolve, reject) => { - this.on(DESTROYED, () => reject(new Error('stream destroyed'))) - this.on('error', er => reject(er)) - this.on('end', () => resolve()) - }) - } - - // for await (let chunk of stream) - [ASYNCITERATOR] () { - const next = () => { - const res = this.read() - if (res !== null) - return Promise.resolve({ done: false, value: res }) - - if (this[EOF]) - return Promise.resolve({ done: true }) - - let resolve = null - let reject = null - const onerr = er => { - this.removeListener('data', ondata) - this.removeListener('end', onend) - reject(er) - } - const ondata = value => { - this.removeListener('error', onerr) - this.removeListener('end', onend) - this.pause() - resolve({ value: value, done: !!this[EOF] }) - } - const onend = () => { - this.removeListener('error', onerr) - this.removeListener('data', ondata) - resolve({ done: true }) - } - const ondestroy = () => onerr(new Error('stream destroyed')) - return new Promise((res, rej) => { - reject = rej - resolve = res - this.once(DESTROYED, ondestroy) - this.once('error', onerr) - this.once('end', onend) - this.once('data', ondata) - }) - } - - return { next } - } - - // for (let chunk of stream) - [ITERATOR] () { - const next = () => { - const value = this.read() - const done = value === null - return { value, done } - } - return { next } - } - - destroy (er) { - if (this[DESTROYED]) { - if (er) - this.emit('error', er) - else - this.emit(DESTROYED) - return this - } - - this[DESTROYED] = true - - // throw away all buffered data, it's never coming out - this.buffer.length = 0 - this[BUFFERLENGTH] = 0 - - if (typeof this.close === 'function' && !this[CLOSED]) - this.close() - - if (er) - this.emit('error', er) - else // if no error to emit, still reject pending promises - this.emit(DESTROYED) - - return this - } - - static isStream (s) { - return !!s && (s instanceof Minipass || s instanceof Stream || - s instanceof EE && ( - typeof s.pipe === 'function' || // readable - (typeof s.write === 'function' && typeof s.end === 'function') // writable - )) - } -} diff --git a/software/flow/node_modules/npm/node_modules/minipass-flush/node_modules/minipass/package.json b/software/flow/node_modules/npm/node_modules/minipass-flush/node_modules/minipass/package.json deleted file mode 100644 index 548d03f..0000000 --- a/software/flow/node_modules/npm/node_modules/minipass-flush/node_modules/minipass/package.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "minipass", - "version": "3.3.6", - "description": "minimal implementation of a PassThrough stream", - "main": "index.js", - "types": "index.d.ts", - "dependencies": { - "yallist": "^4.0.0" - }, - "devDependencies": { - "@types/node": "^17.0.41", - "end-of-stream": "^1.4.0", - "prettier": "^2.6.2", - "tap": "^16.2.0", - "through2": "^2.0.3", - "ts-node": "^10.8.1", - "typescript": "^4.7.3" - }, - "scripts": { - "test": "tap", - "preversion": "npm test", - "postversion": "npm publish", - "postpublish": "git push origin --follow-tags" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/isaacs/minipass.git" - }, - "keywords": [ - "passthrough", - "stream" - ], - "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)", - "license": "ISC", - "files": [ - "index.d.ts", - "index.js" - ], - "tap": { - "check-coverage": true - }, - "engines": { - "node": ">=8" - }, - "prettier": { - "semi": false, - "printWidth": 80, - "tabWidth": 2, - "useTabs": false, - "singleQuote": true, - "jsxSingleQuote": false, - "bracketSameLine": true, - "arrowParens": "avoid", - "endOfLine": "lf" - } -} diff --git a/software/flow/node_modules/npm/node_modules/minipass-flush/package.json b/software/flow/node_modules/npm/node_modules/minipass-flush/package.json deleted file mode 100644 index 09127d0..0000000 --- a/software/flow/node_modules/npm/node_modules/minipass-flush/package.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "name": "minipass-flush", - "version": "1.0.5", - "description": "A Minipass stream that calls a flush function before emitting 'end'", - "author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)", - "license": "ISC", - "scripts": { - "test": "tap", - "snap": "tap", - "preversion": "npm test", - "postversion": "npm publish", - "postpublish": "git push origin --follow-tags" - }, - "tap": { - "check-coverage": true - }, - "devDependencies": { - "tap": "^14.6.9" - }, - "dependencies": { - "minipass": "^3.0.0" - }, - "files": [ - "index.js" - ], - "main": "index.js", - "repository": { - "type": "git", - "url": "git+https://github.com/isaacs/minipass-flush.git" - }, - "keywords": [ - "minipass", - "flush", - "stream" - ], - "engines": { - "node": ">= 8" - } -} diff --git a/software/flow/node_modules/npm/node_modules/minipass-json-stream/LICENSE b/software/flow/node_modules/npm/node_modules/minipass-json-stream/LICENSE deleted file mode 100644 index 2781a89..0000000 --- a/software/flow/node_modules/npm/node_modules/minipass-json-stream/LICENSE +++ /dev/null @@ -1,27 +0,0 @@ -The MIT License - -Copyright (c) Isaac Z. Schlueter and Contributors -Copyright (c) 2011 Dominic Tarr - -Permission is hereby granted, free of charge, to any person obtaining a -copy of this software and associated documentation files (the "Software"), -to deal in the Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, sublicense, -and/or sell copies of the Software, and to permit persons to whom the -Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL -THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER -DEALINGS IN THE SOFTWARE. - ----- -This is a derivative work based on JSONStream by Dominic Tarr, modified and -redistributed according to the terms of the MIT license above. -https://github.com/dominictarr/JSONStream diff --git a/software/flow/node_modules/npm/node_modules/minipass-json-stream/index.js b/software/flow/node_modules/npm/node_modules/minipass-json-stream/index.js deleted file mode 100644 index 5168d13..0000000 --- a/software/flow/node_modules/npm/node_modules/minipass-json-stream/index.js +++ /dev/null @@ -1,227 +0,0 @@ -// put javascript in here -'use strict' - -const Parser = require('jsonparse') -const Minipass = require('minipass') - -class JSONStreamError extends Error { - constructor (err, caller) { - super(err.message) - Error.captureStackTrace(this, caller || this.constructor) - } - get name () { - return 'JSONStreamError' - } - set name (n) {} -} - -const check = (x, y) => - typeof x === 'string' ? String(y) === x - : x && typeof x.test === 'function' ? x.test(y) - : typeof x === 'boolean' || typeof x === 'object' ? x - : typeof x === 'function' ? x(y) - : false - -const _parser = Symbol('_parser') -const _onValue = Symbol('_onValue') -const _onTokenOriginal = Symbol('_onTokenOriginal') -const _onToken = Symbol('_onToken') -const _onError = Symbol('_onError') -const _count = Symbol('_count') -const _path = Symbol('_path') -const _map = Symbol('_map') -const _root = Symbol('_root') -const _header = Symbol('_header') -const _footer = Symbol('_footer') -const _setHeaderFooter = Symbol('_setHeaderFooter') -const _ending = Symbol('_ending') - -class JSONStream extends Minipass { - constructor (opts = {}) { - super({ - ...opts, - objectMode: true, - }) - - this[_ending] = false - const parser = this[_parser] = new Parser() - parser.onValue = value => this[_onValue](value) - this[_onTokenOriginal] = parser.onToken - parser.onToken = (token, value) => this[_onToken](token, value) - parser.onError = er => this[_onError](er) - - this[_count] = 0 - this[_path] = typeof opts.path === 'string' - ? opts.path.split('.').map(e => - e === '$*' ? { emitKey: true } - : e === '*' ? true - : e === '' ? { recurse: true } - : e) - : Array.isArray(opts.path) && opts.path.length ? opts.path - : null - - this[_map] = typeof opts.map === 'function' ? opts.map : null - this[_root] = null - this[_header] = null - this[_footer] = null - this[_count] = 0 - } - - [_setHeaderFooter] (key, value) { - // header has not been emitted yet - if (this[_header] !== false) { - this[_header] = this[_header] || {} - this[_header][key] = value - } - - // footer has not been emitted yet but header has - if (this[_footer] !== false && this[_header] === false) { - this[_footer] = this[_footer] || {} - this[_footer][key] = value - } - } - - [_onError] (er) { - // error will always happen during a write() call. - const caller = this[_ending] ? this.end : this.write - this[_ending] = false - return this.emit('error', new JSONStreamError(er, caller)) - } - - [_onToken] (token, value) { - const parser = this[_parser] - this[_onTokenOriginal].call(parser, token, value) - if (parser.stack.length === 0) { - if (this[_root]) { - const root = this[_root] - if (!this[_path]) - super.write(root) - this[_root] = null - this[_count] = 0 - } - } - } - - [_onValue] (value) { - const parser = this[_parser] - // the LAST onValue encountered is the root object. - // just overwrite it each time. - this[_root] = value - - if(!this[_path]) return - - let i = 0 // iterates on path - let j = 0 // iterates on stack - let emitKey = false - let emitPath = false - while (i < this[_path].length) { - const key = this[_path][i] - j++ - - if (key && !key.recurse) { - const c = (j === parser.stack.length) ? parser : parser.stack[j] - if (!c) return - if (!check(key, c.key)) { - this[_setHeaderFooter](c.key, value) - return - } - emitKey = !!key.emitKey; - emitPath = !!key.emitPath; - i++ - } else { - i++ - if (i >= this[_path].length) - return - const nextKey = this[_path][i] - if (!nextKey) - return - while (true) { - const c = (j === parser.stack.length) ? parser : parser.stack[j] - if (!c) return - if (check(nextKey, c.key)) { - i++ - if (!Object.isFrozen(parser.stack[j])) - parser.stack[j].value = null - break - } else { - this[_setHeaderFooter](c.key, value) - } - j++ - } - } - } - - // emit header - if (this[_header]) { - const header = this[_header] - this[_header] = false - this.emit('header', header) - } - if (j !== parser.stack.length) return - - this[_count] ++ - const actualPath = parser.stack.slice(1) - .map(e => e.key).concat([parser.key]) - if (value !== null && value !== undefined) { - const data = this[_map] ? this[_map](value, actualPath) : value - if (data !== null && data !== undefined) { - const emit = emitKey || emitPath ? { value: data } : data - if (emitKey) - emit.key = parser.key - if (emitPath) - emit.path = actualPath - super.write(emit) - } - } - - if (parser.value) - delete parser.value[parser.key] - - for (const k of parser.stack) { - k.value = null - } - } - - write (chunk, encoding, cb) { - if (typeof encoding === 'function') - cb = encoding, encoding = null - if (typeof chunk === 'string') - chunk = Buffer.from(chunk, encoding) - else if (!Buffer.isBuffer(chunk)) - return this.emit('error', new TypeError( - 'Can only parse JSON from string or buffer input')) - this[_parser].write(chunk) - if (cb) - cb() - return this.flowing - } - - end (chunk, encoding, cb) { - this[_ending] = true - if (typeof encoding === 'function') - cb = encoding, encoding = null - if (typeof chunk === 'function') - cb = chunk, chunk = null - if (chunk) - this.write(chunk, encoding) - if (cb) - this.once('end', cb) - - const h = this[_header] - this[_header] = null - const f = this[_footer] - this[_footer] = null - if (h) - this.emit('header', h) - if (f) - this.emit('footer', f) - return super.end() - } - - static get JSONStreamError () { return JSONStreamError } - static parse (path, map) { - return new JSONStream({path, map}) - } -} - -module.exports = JSONStream diff --git a/software/flow/node_modules/npm/node_modules/minipass-json-stream/node_modules/minipass/LICENSE b/software/flow/node_modules/npm/node_modules/minipass-json-stream/node_modules/minipass/LICENSE deleted file mode 100644 index bf1dece..0000000 --- a/software/flow/node_modules/npm/node_modules/minipass-json-stream/node_modules/minipass/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -The ISC License - -Copyright (c) 2017-2022 npm, Inc., Isaac Z. Schlueter, and Contributors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/minipass-json-stream/node_modules/minipass/index.d.ts b/software/flow/node_modules/npm/node_modules/minipass-json-stream/node_modules/minipass/index.d.ts deleted file mode 100644 index 65faf63..0000000 --- a/software/flow/node_modules/npm/node_modules/minipass-json-stream/node_modules/minipass/index.d.ts +++ /dev/null @@ -1,155 +0,0 @@ -/// <reference types="node" /> -import { EventEmitter } from 'events' -import { Stream } from 'stream' - -declare namespace Minipass { - type Encoding = BufferEncoding | 'buffer' | null - - interface Writable extends EventEmitter { - end(): any - write(chunk: any, ...args: any[]): any - } - - interface Readable extends EventEmitter { - pause(): any - resume(): any - pipe(): any - } - - interface Pipe<R, W> { - src: Minipass<R, W> - dest: Writable - opts: PipeOptions - } - - type DualIterable<T> = Iterable<T> & AsyncIterable<T> - - type ContiguousData = Buffer | ArrayBufferLike | ArrayBufferView | string - - type BufferOrString = Buffer | string - - interface StringOptions { - encoding: BufferEncoding - objectMode?: boolean - async?: boolean - } - - interface BufferOptions { - encoding?: null | 'buffer' - objectMode?: boolean - async?: boolean - } - - interface ObjectModeOptions { - objectMode: true - async?: boolean - } - - interface PipeOptions { - end?: boolean - proxyErrors?: boolean - } - - type Options<T> = T extends string - ? StringOptions - : T extends Buffer - ? BufferOptions - : ObjectModeOptions -} - -declare class Minipass< - RType extends any = Buffer, - WType extends any = RType extends Minipass.BufferOrString - ? Minipass.ContiguousData - : RType - > - extends Stream - implements Minipass.DualIterable<RType> -{ - static isStream(stream: any): stream is Minipass.Readable | Minipass.Writable - - readonly bufferLength: number - readonly flowing: boolean - readonly writable: boolean - readonly readable: boolean - readonly paused: boolean - readonly emittedEnd: boolean - readonly destroyed: boolean - - /** - * Not technically private or readonly, but not safe to mutate. - */ - private readonly buffer: RType[] - private readonly pipes: Minipass.Pipe<RType, WType>[] - - /** - * Technically writable, but mutating it can change the type, - * so is not safe to do in TypeScript. - */ - readonly objectMode: boolean - async: boolean - - /** - * Note: encoding is not actually read-only, and setEncoding(enc) - * exists. However, this type definition will insist that TypeScript - * programs declare the type of a Minipass stream up front, and if - * that type is string, then an encoding MUST be set in the ctor. If - * the type is Buffer, then the encoding must be missing, or set to - * 'buffer' or null. If the type is anything else, then objectMode - * must be set in the constructor options. So there is effectively - * no allowed way that a TS program can set the encoding after - * construction, as doing so will destroy any hope of type safety. - * TypeScript does not provide many options for changing the type of - * an object at run-time, which is what changing the encoding does. - */ - readonly encoding: Minipass.Encoding - // setEncoding(encoding: Encoding): void - - // Options required if not reading buffers - constructor( - ...args: RType extends Buffer - ? [] | [Minipass.Options<RType>] - : [Minipass.Options<RType>] - ) - - write(chunk: WType, cb?: () => void): boolean - write(chunk: WType, encoding?: Minipass.Encoding, cb?: () => void): boolean - read(size?: number): RType - end(cb?: () => void): this - end(chunk: any, cb?: () => void): this - end(chunk: any, encoding?: Minipass.Encoding, cb?: () => void): this - pause(): void - resume(): void - promise(): Promise<void> - collect(): Promise<RType[]> - - concat(): RType extends Minipass.BufferOrString ? Promise<RType> : never - destroy(er?: any): void - pipe<W extends Minipass.Writable>(dest: W, opts?: Minipass.PipeOptions): W - unpipe<W extends Minipass.Writable>(dest: W): void - - /** - * alias for on() - */ - addEventHandler(event: string, listener: (...args: any[]) => any): this - - on(event: string, listener: (...args: any[]) => any): this - on(event: 'data', listener: (chunk: RType) => any): this - on(event: 'error', listener: (error: any) => any): this - on( - event: - | 'readable' - | 'drain' - | 'resume' - | 'end' - | 'prefinish' - | 'finish' - | 'close', - listener: () => any - ): this - - [Symbol.iterator](): Iterator<RType> - [Symbol.asyncIterator](): AsyncIterator<RType> -} - -export = Minipass diff --git a/software/flow/node_modules/npm/node_modules/minipass-json-stream/node_modules/minipass/index.js b/software/flow/node_modules/npm/node_modules/minipass-json-stream/node_modules/minipass/index.js deleted file mode 100644 index e8797aa..0000000 --- a/software/flow/node_modules/npm/node_modules/minipass-json-stream/node_modules/minipass/index.js +++ /dev/null @@ -1,649 +0,0 @@ -'use strict' -const proc = typeof process === 'object' && process ? process : { - stdout: null, - stderr: null, -} -const EE = require('events') -const Stream = require('stream') -const SD = require('string_decoder').StringDecoder - -const EOF = Symbol('EOF') -const MAYBE_EMIT_END = Symbol('maybeEmitEnd') -const EMITTED_END = Symbol('emittedEnd') -const EMITTING_END = Symbol('emittingEnd') -const EMITTED_ERROR = Symbol('emittedError') -const CLOSED = Symbol('closed') -const READ = Symbol('read') -const FLUSH = Symbol('flush') -const FLUSHCHUNK = Symbol('flushChunk') -const ENCODING = Symbol('encoding') -const DECODER = Symbol('decoder') -const FLOWING = Symbol('flowing') -const PAUSED = Symbol('paused') -const RESUME = Symbol('resume') -const BUFFERLENGTH = Symbol('bufferLength') -const BUFFERPUSH = Symbol('bufferPush') -const BUFFERSHIFT = Symbol('bufferShift') -const OBJECTMODE = Symbol('objectMode') -const DESTROYED = Symbol('destroyed') -const EMITDATA = Symbol('emitData') -const EMITEND = Symbol('emitEnd') -const EMITEND2 = Symbol('emitEnd2') -const ASYNC = Symbol('async') - -const defer = fn => Promise.resolve().then(fn) - -// TODO remove when Node v8 support drops -const doIter = global._MP_NO_ITERATOR_SYMBOLS_ !== '1' -const ASYNCITERATOR = doIter && Symbol.asyncIterator - || Symbol('asyncIterator not implemented') -const ITERATOR = doIter && Symbol.iterator - || Symbol('iterator not implemented') - -// events that mean 'the stream is over' -// these are treated specially, and re-emitted -// if they are listened for after emitting. -const isEndish = ev => - ev === 'end' || - ev === 'finish' || - ev === 'prefinish' - -const isArrayBuffer = b => b instanceof ArrayBuffer || - typeof b === 'object' && - b.constructor && - b.constructor.name === 'ArrayBuffer' && - b.byteLength >= 0 - -const isArrayBufferView = b => !Buffer.isBuffer(b) && ArrayBuffer.isView(b) - -class Pipe { - constructor (src, dest, opts) { - this.src = src - this.dest = dest - this.opts = opts - this.ondrain = () => src[RESUME]() - dest.on('drain', this.ondrain) - } - unpipe () { - this.dest.removeListener('drain', this.ondrain) - } - // istanbul ignore next - only here for the prototype - proxyErrors () {} - end () { - this.unpipe() - if (this.opts.end) - this.dest.end() - } -} - -class PipeProxyErrors extends Pipe { - unpipe () { - this.src.removeListener('error', this.proxyErrors) - super.unpipe() - } - constructor (src, dest, opts) { - super(src, dest, opts) - this.proxyErrors = er => dest.emit('error', er) - src.on('error', this.proxyErrors) - } -} - -module.exports = class Minipass extends Stream { - constructor (options) { - super() - this[FLOWING] = false - // whether we're explicitly paused - this[PAUSED] = false - this.pipes = [] - this.buffer = [] - this[OBJECTMODE] = options && options.objectMode || false - if (this[OBJECTMODE]) - this[ENCODING] = null - else - this[ENCODING] = options && options.encoding || null - if (this[ENCODING] === 'buffer') - this[ENCODING] = null - this[ASYNC] = options && !!options.async || false - this[DECODER] = this[ENCODING] ? new SD(this[ENCODING]) : null - this[EOF] = false - this[EMITTED_END] = false - this[EMITTING_END] = false - this[CLOSED] = false - this[EMITTED_ERROR] = null - this.writable = true - this.readable = true - this[BUFFERLENGTH] = 0 - this[DESTROYED] = false - } - - get bufferLength () { return this[BUFFERLENGTH] } - - get encoding () { return this[ENCODING] } - set encoding (enc) { - if (this[OBJECTMODE]) - throw new Error('cannot set encoding in objectMode') - - if (this[ENCODING] && enc !== this[ENCODING] && - (this[DECODER] && this[DECODER].lastNeed || this[BUFFERLENGTH])) - throw new Error('cannot change encoding') - - if (this[ENCODING] !== enc) { - this[DECODER] = enc ? new SD(enc) : null - if (this.buffer.length) - this.buffer = this.buffer.map(chunk => this[DECODER].write(chunk)) - } - - this[ENCODING] = enc - } - - setEncoding (enc) { - this.encoding = enc - } - - get objectMode () { return this[OBJECTMODE] } - set objectMode (om) { this[OBJECTMODE] = this[OBJECTMODE] || !!om } - - get ['async'] () { return this[ASYNC] } - set ['async'] (a) { this[ASYNC] = this[ASYNC] || !!a } - - write (chunk, encoding, cb) { - if (this[EOF]) - throw new Error('write after end') - - if (this[DESTROYED]) { - this.emit('error', Object.assign( - new Error('Cannot call write after a stream was destroyed'), - { code: 'ERR_STREAM_DESTROYED' } - )) - return true - } - - if (typeof encoding === 'function') - cb = encoding, encoding = 'utf8' - - if (!encoding) - encoding = 'utf8' - - const fn = this[ASYNC] ? defer : f => f() - - // convert array buffers and typed array views into buffers - // at some point in the future, we may want to do the opposite! - // leave strings and buffers as-is - // anything else switches us into object mode - if (!this[OBJECTMODE] && !Buffer.isBuffer(chunk)) { - if (isArrayBufferView(chunk)) - chunk = Buffer.from(chunk.buffer, chunk.byteOffset, chunk.byteLength) - else if (isArrayBuffer(chunk)) - chunk = Buffer.from(chunk) - else if (typeof chunk !== 'string') - // use the setter so we throw if we have encoding set - this.objectMode = true - } - - // handle object mode up front, since it's simpler - // this yields better performance, fewer checks later. - if (this[OBJECTMODE]) { - /* istanbul ignore if - maybe impossible? */ - if (this.flowing && this[BUFFERLENGTH] !== 0) - this[FLUSH](true) - - if (this.flowing) - this.emit('data', chunk) - else - this[BUFFERPUSH](chunk) - - if (this[BUFFERLENGTH] !== 0) - this.emit('readable') - - if (cb) - fn(cb) - - return this.flowing - } - - // at this point the chunk is a buffer or string - // don't buffer it up or send it to the decoder - if (!chunk.length) { - if (this[BUFFERLENGTH] !== 0) - this.emit('readable') - if (cb) - fn(cb) - return this.flowing - } - - // fast-path writing strings of same encoding to a stream with - // an empty buffer, skipping the buffer/decoder dance - if (typeof chunk === 'string' && - // unless it is a string already ready for us to use - !(encoding === this[ENCODING] && !this[DECODER].lastNeed)) { - chunk = Buffer.from(chunk, encoding) - } - - if (Buffer.isBuffer(chunk) && this[ENCODING]) - chunk = this[DECODER].write(chunk) - - // Note: flushing CAN potentially switch us into not-flowing mode - if (this.flowing && this[BUFFERLENGTH] !== 0) - this[FLUSH](true) - - if (this.flowing) - this.emit('data', chunk) - else - this[BUFFERPUSH](chunk) - - if (this[BUFFERLENGTH] !== 0) - this.emit('readable') - - if (cb) - fn(cb) - - return this.flowing - } - - read (n) { - if (this[DESTROYED]) - return null - - if (this[BUFFERLENGTH] === 0 || n === 0 || n > this[BUFFERLENGTH]) { - this[MAYBE_EMIT_END]() - return null - } - - if (this[OBJECTMODE]) - n = null - - if (this.buffer.length > 1 && !this[OBJECTMODE]) { - if (this.encoding) - this.buffer = [this.buffer.join('')] - else - this.buffer = [Buffer.concat(this.buffer, this[BUFFERLENGTH])] - } - - const ret = this[READ](n || null, this.buffer[0]) - this[MAYBE_EMIT_END]() - return ret - } - - [READ] (n, chunk) { - if (n === chunk.length || n === null) - this[BUFFERSHIFT]() - else { - this.buffer[0] = chunk.slice(n) - chunk = chunk.slice(0, n) - this[BUFFERLENGTH] -= n - } - - this.emit('data', chunk) - - if (!this.buffer.length && !this[EOF]) - this.emit('drain') - - return chunk - } - - end (chunk, encoding, cb) { - if (typeof chunk === 'function') - cb = chunk, chunk = null - if (typeof encoding === 'function') - cb = encoding, encoding = 'utf8' - if (chunk) - this.write(chunk, encoding) - if (cb) - this.once('end', cb) - this[EOF] = true - this.writable = false - - // if we haven't written anything, then go ahead and emit, - // even if we're not reading. - // we'll re-emit if a new 'end' listener is added anyway. - // This makes MP more suitable to write-only use cases. - if (this.flowing || !this[PAUSED]) - this[MAYBE_EMIT_END]() - return this - } - - // don't let the internal resume be overwritten - [RESUME] () { - if (this[DESTROYED]) - return - - this[PAUSED] = false - this[FLOWING] = true - this.emit('resume') - if (this.buffer.length) - this[FLUSH]() - else if (this[EOF]) - this[MAYBE_EMIT_END]() - else - this.emit('drain') - } - - resume () { - return this[RESUME]() - } - - pause () { - this[FLOWING] = false - this[PAUSED] = true - } - - get destroyed () { - return this[DESTROYED] - } - - get flowing () { - return this[FLOWING] - } - - get paused () { - return this[PAUSED] - } - - [BUFFERPUSH] (chunk) { - if (this[OBJECTMODE]) - this[BUFFERLENGTH] += 1 - else - this[BUFFERLENGTH] += chunk.length - this.buffer.push(chunk) - } - - [BUFFERSHIFT] () { - if (this.buffer.length) { - if (this[OBJECTMODE]) - this[BUFFERLENGTH] -= 1 - else - this[BUFFERLENGTH] -= this.buffer[0].length - } - return this.buffer.shift() - } - - [FLUSH] (noDrain) { - do {} while (this[FLUSHCHUNK](this[BUFFERSHIFT]())) - - if (!noDrain && !this.buffer.length && !this[EOF]) - this.emit('drain') - } - - [FLUSHCHUNK] (chunk) { - return chunk ? (this.emit('data', chunk), this.flowing) : false - } - - pipe (dest, opts) { - if (this[DESTROYED]) - return - - const ended = this[EMITTED_END] - opts = opts || {} - if (dest === proc.stdout || dest === proc.stderr) - opts.end = false - else - opts.end = opts.end !== false - opts.proxyErrors = !!opts.proxyErrors - - // piping an ended stream ends immediately - if (ended) { - if (opts.end) - dest.end() - } else { - this.pipes.push(!opts.proxyErrors ? new Pipe(this, dest, opts) - : new PipeProxyErrors(this, dest, opts)) - if (this[ASYNC]) - defer(() => this[RESUME]()) - else - this[RESUME]() - } - - return dest - } - - unpipe (dest) { - const p = this.pipes.find(p => p.dest === dest) - if (p) { - this.pipes.splice(this.pipes.indexOf(p), 1) - p.unpipe() - } - } - - addListener (ev, fn) { - return this.on(ev, fn) - } - - on (ev, fn) { - const ret = super.on(ev, fn) - if (ev === 'data' && !this.pipes.length && !this.flowing) - this[RESUME]() - else if (ev === 'readable' && this[BUFFERLENGTH] !== 0) - super.emit('readable') - else if (isEndish(ev) && this[EMITTED_END]) { - super.emit(ev) - this.removeAllListeners(ev) - } else if (ev === 'error' && this[EMITTED_ERROR]) { - if (this[ASYNC]) - defer(() => fn.call(this, this[EMITTED_ERROR])) - else - fn.call(this, this[EMITTED_ERROR]) - } - return ret - } - - get emittedEnd () { - return this[EMITTED_END] - } - - [MAYBE_EMIT_END] () { - if (!this[EMITTING_END] && - !this[EMITTED_END] && - !this[DESTROYED] && - this.buffer.length === 0 && - this[EOF]) { - this[EMITTING_END] = true - this.emit('end') - this.emit('prefinish') - this.emit('finish') - if (this[CLOSED]) - this.emit('close') - this[EMITTING_END] = false - } - } - - emit (ev, data, ...extra) { - // error and close are only events allowed after calling destroy() - if (ev !== 'error' && ev !== 'close' && ev !== DESTROYED && this[DESTROYED]) - return - else if (ev === 'data') { - return !data ? false - : this[ASYNC] ? defer(() => this[EMITDATA](data)) - : this[EMITDATA](data) - } else if (ev === 'end') { - return this[EMITEND]() - } else if (ev === 'close') { - this[CLOSED] = true - // don't emit close before 'end' and 'finish' - if (!this[EMITTED_END] && !this[DESTROYED]) - return - const ret = super.emit('close') - this.removeAllListeners('close') - return ret - } else if (ev === 'error') { - this[EMITTED_ERROR] = data - const ret = super.emit('error', data) - this[MAYBE_EMIT_END]() - return ret - } else if (ev === 'resume') { - const ret = super.emit('resume') - this[MAYBE_EMIT_END]() - return ret - } else if (ev === 'finish' || ev === 'prefinish') { - const ret = super.emit(ev) - this.removeAllListeners(ev) - return ret - } - - // Some other unknown event - const ret = super.emit(ev, data, ...extra) - this[MAYBE_EMIT_END]() - return ret - } - - [EMITDATA] (data) { - for (const p of this.pipes) { - if (p.dest.write(data) === false) - this.pause() - } - const ret = super.emit('data', data) - this[MAYBE_EMIT_END]() - return ret - } - - [EMITEND] () { - if (this[EMITTED_END]) - return - - this[EMITTED_END] = true - this.readable = false - if (this[ASYNC]) - defer(() => this[EMITEND2]()) - else - this[EMITEND2]() - } - - [EMITEND2] () { - if (this[DECODER]) { - const data = this[DECODER].end() - if (data) { - for (const p of this.pipes) { - p.dest.write(data) - } - super.emit('data', data) - } - } - - for (const p of this.pipes) { - p.end() - } - const ret = super.emit('end') - this.removeAllListeners('end') - return ret - } - - // const all = await stream.collect() - collect () { - const buf = [] - if (!this[OBJECTMODE]) - buf.dataLength = 0 - // set the promise first, in case an error is raised - // by triggering the flow here. - const p = this.promise() - this.on('data', c => { - buf.push(c) - if (!this[OBJECTMODE]) - buf.dataLength += c.length - }) - return p.then(() => buf) - } - - // const data = await stream.concat() - concat () { - return this[OBJECTMODE] - ? Promise.reject(new Error('cannot concat in objectMode')) - : this.collect().then(buf => - this[OBJECTMODE] - ? Promise.reject(new Error('cannot concat in objectMode')) - : this[ENCODING] ? buf.join('') : Buffer.concat(buf, buf.dataLength)) - } - - // stream.promise().then(() => done, er => emitted error) - promise () { - return new Promise((resolve, reject) => { - this.on(DESTROYED, () => reject(new Error('stream destroyed'))) - this.on('error', er => reject(er)) - this.on('end', () => resolve()) - }) - } - - // for await (let chunk of stream) - [ASYNCITERATOR] () { - const next = () => { - const res = this.read() - if (res !== null) - return Promise.resolve({ done: false, value: res }) - - if (this[EOF]) - return Promise.resolve({ done: true }) - - let resolve = null - let reject = null - const onerr = er => { - this.removeListener('data', ondata) - this.removeListener('end', onend) - reject(er) - } - const ondata = value => { - this.removeListener('error', onerr) - this.removeListener('end', onend) - this.pause() - resolve({ value: value, done: !!this[EOF] }) - } - const onend = () => { - this.removeListener('error', onerr) - this.removeListener('data', ondata) - resolve({ done: true }) - } - const ondestroy = () => onerr(new Error('stream destroyed')) - return new Promise((res, rej) => { - reject = rej - resolve = res - this.once(DESTROYED, ondestroy) - this.once('error', onerr) - this.once('end', onend) - this.once('data', ondata) - }) - } - - return { next } - } - - // for (let chunk of stream) - [ITERATOR] () { - const next = () => { - const value = this.read() - const done = value === null - return { value, done } - } - return { next } - } - - destroy (er) { - if (this[DESTROYED]) { - if (er) - this.emit('error', er) - else - this.emit(DESTROYED) - return this - } - - this[DESTROYED] = true - - // throw away all buffered data, it's never coming out - this.buffer.length = 0 - this[BUFFERLENGTH] = 0 - - if (typeof this.close === 'function' && !this[CLOSED]) - this.close() - - if (er) - this.emit('error', er) - else // if no error to emit, still reject pending promises - this.emit(DESTROYED) - - return this - } - - static isStream (s) { - return !!s && (s instanceof Minipass || s instanceof Stream || - s instanceof EE && ( - typeof s.pipe === 'function' || // readable - (typeof s.write === 'function' && typeof s.end === 'function') // writable - )) - } -} diff --git a/software/flow/node_modules/npm/node_modules/minipass-json-stream/node_modules/minipass/package.json b/software/flow/node_modules/npm/node_modules/minipass-json-stream/node_modules/minipass/package.json deleted file mode 100644 index 548d03f..0000000 --- a/software/flow/node_modules/npm/node_modules/minipass-json-stream/node_modules/minipass/package.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "minipass", - "version": "3.3.6", - "description": "minimal implementation of a PassThrough stream", - "main": "index.js", - "types": "index.d.ts", - "dependencies": { - "yallist": "^4.0.0" - }, - "devDependencies": { - "@types/node": "^17.0.41", - "end-of-stream": "^1.4.0", - "prettier": "^2.6.2", - "tap": "^16.2.0", - "through2": "^2.0.3", - "ts-node": "^10.8.1", - "typescript": "^4.7.3" - }, - "scripts": { - "test": "tap", - "preversion": "npm test", - "postversion": "npm publish", - "postpublish": "git push origin --follow-tags" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/isaacs/minipass.git" - }, - "keywords": [ - "passthrough", - "stream" - ], - "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)", - "license": "ISC", - "files": [ - "index.d.ts", - "index.js" - ], - "tap": { - "check-coverage": true - }, - "engines": { - "node": ">=8" - }, - "prettier": { - "semi": false, - "printWidth": 80, - "tabWidth": 2, - "useTabs": false, - "singleQuote": true, - "jsxSingleQuote": false, - "bracketSameLine": true, - "arrowParens": "avoid", - "endOfLine": "lf" - } -} diff --git a/software/flow/node_modules/npm/node_modules/minipass-json-stream/package.json b/software/flow/node_modules/npm/node_modules/minipass-json-stream/package.json deleted file mode 100644 index 19d1f35..0000000 --- a/software/flow/node_modules/npm/node_modules/minipass-json-stream/package.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "name": "minipass-json-stream", - "version": "1.0.1", - "description": "Like JSONStream, but using Minipass streams", - "author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)", - "license": "MIT", - "scripts": { - "test": "tap", - "snap": "tap", - "preversion": "npm test", - "postversion": "npm publish", - "postpublish": "git push origin --follow-tags" - }, - "tap": { - "check-coverage": true - }, - "devDependencies": { - "JSONStream": "^1.3.5", - "tap": "^14.6.9" - }, - "dependencies": { - "jsonparse": "^1.3.1", - "minipass": "^3.0.0" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/npm/minipass-json-stream.git" - }, - "keywords": [ - "stream", - "json", - "parse", - "minipass", - "JSONStream" - ], - "files": [ - "index.js" - ] -} diff --git a/software/flow/node_modules/npm/node_modules/minipass-pipeline/LICENSE b/software/flow/node_modules/npm/node_modules/minipass-pipeline/LICENSE deleted file mode 100644 index 19129e3..0000000 --- a/software/flow/node_modules/npm/node_modules/minipass-pipeline/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -The ISC License - -Copyright (c) Isaac Z. Schlueter and Contributors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/minipass-pipeline/index.js b/software/flow/node_modules/npm/node_modules/minipass-pipeline/index.js deleted file mode 100644 index b94ea14..0000000 --- a/software/flow/node_modules/npm/node_modules/minipass-pipeline/index.js +++ /dev/null @@ -1,128 +0,0 @@ -const Minipass = require('minipass') -const EE = require('events') -const isStream = s => s && s instanceof EE && ( - typeof s.pipe === 'function' || // readable - (typeof s.write === 'function' && typeof s.end === 'function') // writable -) - -const _head = Symbol('_head') -const _tail = Symbol('_tail') -const _linkStreams = Symbol('_linkStreams') -const _setHead = Symbol('_setHead') -const _setTail = Symbol('_setTail') -const _onError = Symbol('_onError') -const _onData = Symbol('_onData') -const _onEnd = Symbol('_onEnd') -const _onDrain = Symbol('_onDrain') -const _streams = Symbol('_streams') -class Pipeline extends Minipass { - constructor (opts, ...streams) { - if (isStream(opts)) { - streams.unshift(opts) - opts = {} - } - - super(opts) - this[_streams] = [] - if (streams.length) - this.push(...streams) - } - - [_linkStreams] (streams) { - // reduce takes (left,right), and we return right to make it the - // new left value. - return streams.reduce((src, dest) => { - src.on('error', er => dest.emit('error', er)) - src.pipe(dest) - return dest - }) - } - - push (...streams) { - this[_streams].push(...streams) - if (this[_tail]) - streams.unshift(this[_tail]) - - const linkRet = this[_linkStreams](streams) - - this[_setTail](linkRet) - if (!this[_head]) - this[_setHead](streams[0]) - } - - unshift (...streams) { - this[_streams].unshift(...streams) - if (this[_head]) - streams.push(this[_head]) - - const linkRet = this[_linkStreams](streams) - this[_setHead](streams[0]) - if (!this[_tail]) - this[_setTail](linkRet) - } - - destroy (er) { - // set fire to the whole thing. - this[_streams].forEach(s => - typeof s.destroy === 'function' && s.destroy()) - return super.destroy(er) - } - - // readable interface -> tail - [_setTail] (stream) { - this[_tail] = stream - stream.on('error', er => this[_onError](stream, er)) - stream.on('data', chunk => this[_onData](stream, chunk)) - stream.on('end', () => this[_onEnd](stream)) - stream.on('finish', () => this[_onEnd](stream)) - } - - // errors proxied down the pipeline - // they're considered part of the "read" interface - [_onError] (stream, er) { - if (stream === this[_tail]) - this.emit('error', er) - } - [_onData] (stream, chunk) { - if (stream === this[_tail]) - super.write(chunk) - } - [_onEnd] (stream) { - if (stream === this[_tail]) - super.end() - } - pause () { - super.pause() - return this[_tail] && this[_tail].pause && this[_tail].pause() - } - - // NB: Minipass calls its internal private [RESUME] method during - // pipe drains, to avoid hazards where stream.resume() is overridden. - // Thus, we need to listen to the resume *event*, not override the - // resume() method, and proxy *that* to the tail. - emit (ev, ...args) { - if (ev === 'resume' && this[_tail] && this[_tail].resume) - this[_tail].resume() - return super.emit(ev, ...args) - } - - // writable interface -> head - [_setHead] (stream) { - this[_head] = stream - stream.on('drain', () => this[_onDrain](stream)) - } - [_onDrain] (stream) { - if (stream === this[_head]) - this.emit('drain') - } - write (chunk, enc, cb) { - return this[_head].write(chunk, enc, cb) && - (this.flowing || this.buffer.length === 0) - } - end (chunk, enc, cb) { - this[_head].end(chunk, enc, cb) - return this - } -} - -module.exports = Pipeline diff --git a/software/flow/node_modules/npm/node_modules/minipass-pipeline/node_modules/minipass/LICENSE b/software/flow/node_modules/npm/node_modules/minipass-pipeline/node_modules/minipass/LICENSE deleted file mode 100644 index bf1dece..0000000 --- a/software/flow/node_modules/npm/node_modules/minipass-pipeline/node_modules/minipass/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -The ISC License - -Copyright (c) 2017-2022 npm, Inc., Isaac Z. Schlueter, and Contributors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/minipass-pipeline/node_modules/minipass/index.d.ts b/software/flow/node_modules/npm/node_modules/minipass-pipeline/node_modules/minipass/index.d.ts deleted file mode 100644 index 65faf63..0000000 --- a/software/flow/node_modules/npm/node_modules/minipass-pipeline/node_modules/minipass/index.d.ts +++ /dev/null @@ -1,155 +0,0 @@ -/// <reference types="node" /> -import { EventEmitter } from 'events' -import { Stream } from 'stream' - -declare namespace Minipass { - type Encoding = BufferEncoding | 'buffer' | null - - interface Writable extends EventEmitter { - end(): any - write(chunk: any, ...args: any[]): any - } - - interface Readable extends EventEmitter { - pause(): any - resume(): any - pipe(): any - } - - interface Pipe<R, W> { - src: Minipass<R, W> - dest: Writable - opts: PipeOptions - } - - type DualIterable<T> = Iterable<T> & AsyncIterable<T> - - type ContiguousData = Buffer | ArrayBufferLike | ArrayBufferView | string - - type BufferOrString = Buffer | string - - interface StringOptions { - encoding: BufferEncoding - objectMode?: boolean - async?: boolean - } - - interface BufferOptions { - encoding?: null | 'buffer' - objectMode?: boolean - async?: boolean - } - - interface ObjectModeOptions { - objectMode: true - async?: boolean - } - - interface PipeOptions { - end?: boolean - proxyErrors?: boolean - } - - type Options<T> = T extends string - ? StringOptions - : T extends Buffer - ? BufferOptions - : ObjectModeOptions -} - -declare class Minipass< - RType extends any = Buffer, - WType extends any = RType extends Minipass.BufferOrString - ? Minipass.ContiguousData - : RType - > - extends Stream - implements Minipass.DualIterable<RType> -{ - static isStream(stream: any): stream is Minipass.Readable | Minipass.Writable - - readonly bufferLength: number - readonly flowing: boolean - readonly writable: boolean - readonly readable: boolean - readonly paused: boolean - readonly emittedEnd: boolean - readonly destroyed: boolean - - /** - * Not technically private or readonly, but not safe to mutate. - */ - private readonly buffer: RType[] - private readonly pipes: Minipass.Pipe<RType, WType>[] - - /** - * Technically writable, but mutating it can change the type, - * so is not safe to do in TypeScript. - */ - readonly objectMode: boolean - async: boolean - - /** - * Note: encoding is not actually read-only, and setEncoding(enc) - * exists. However, this type definition will insist that TypeScript - * programs declare the type of a Minipass stream up front, and if - * that type is string, then an encoding MUST be set in the ctor. If - * the type is Buffer, then the encoding must be missing, or set to - * 'buffer' or null. If the type is anything else, then objectMode - * must be set in the constructor options. So there is effectively - * no allowed way that a TS program can set the encoding after - * construction, as doing so will destroy any hope of type safety. - * TypeScript does not provide many options for changing the type of - * an object at run-time, which is what changing the encoding does. - */ - readonly encoding: Minipass.Encoding - // setEncoding(encoding: Encoding): void - - // Options required if not reading buffers - constructor( - ...args: RType extends Buffer - ? [] | [Minipass.Options<RType>] - : [Minipass.Options<RType>] - ) - - write(chunk: WType, cb?: () => void): boolean - write(chunk: WType, encoding?: Minipass.Encoding, cb?: () => void): boolean - read(size?: number): RType - end(cb?: () => void): this - end(chunk: any, cb?: () => void): this - end(chunk: any, encoding?: Minipass.Encoding, cb?: () => void): this - pause(): void - resume(): void - promise(): Promise<void> - collect(): Promise<RType[]> - - concat(): RType extends Minipass.BufferOrString ? Promise<RType> : never - destroy(er?: any): void - pipe<W extends Minipass.Writable>(dest: W, opts?: Minipass.PipeOptions): W - unpipe<W extends Minipass.Writable>(dest: W): void - - /** - * alias for on() - */ - addEventHandler(event: string, listener: (...args: any[]) => any): this - - on(event: string, listener: (...args: any[]) => any): this - on(event: 'data', listener: (chunk: RType) => any): this - on(event: 'error', listener: (error: any) => any): this - on( - event: - | 'readable' - | 'drain' - | 'resume' - | 'end' - | 'prefinish' - | 'finish' - | 'close', - listener: () => any - ): this - - [Symbol.iterator](): Iterator<RType> - [Symbol.asyncIterator](): AsyncIterator<RType> -} - -export = Minipass diff --git a/software/flow/node_modules/npm/node_modules/minipass-pipeline/node_modules/minipass/index.js b/software/flow/node_modules/npm/node_modules/minipass-pipeline/node_modules/minipass/index.js deleted file mode 100644 index e8797aa..0000000 --- a/software/flow/node_modules/npm/node_modules/minipass-pipeline/node_modules/minipass/index.js +++ /dev/null @@ -1,649 +0,0 @@ -'use strict' -const proc = typeof process === 'object' && process ? process : { - stdout: null, - stderr: null, -} -const EE = require('events') -const Stream = require('stream') -const SD = require('string_decoder').StringDecoder - -const EOF = Symbol('EOF') -const MAYBE_EMIT_END = Symbol('maybeEmitEnd') -const EMITTED_END = Symbol('emittedEnd') -const EMITTING_END = Symbol('emittingEnd') -const EMITTED_ERROR = Symbol('emittedError') -const CLOSED = Symbol('closed') -const READ = Symbol('read') -const FLUSH = Symbol('flush') -const FLUSHCHUNK = Symbol('flushChunk') -const ENCODING = Symbol('encoding') -const DECODER = Symbol('decoder') -const FLOWING = Symbol('flowing') -const PAUSED = Symbol('paused') -const RESUME = Symbol('resume') -const BUFFERLENGTH = Symbol('bufferLength') -const BUFFERPUSH = Symbol('bufferPush') -const BUFFERSHIFT = Symbol('bufferShift') -const OBJECTMODE = Symbol('objectMode') -const DESTROYED = Symbol('destroyed') -const EMITDATA = Symbol('emitData') -const EMITEND = Symbol('emitEnd') -const EMITEND2 = Symbol('emitEnd2') -const ASYNC = Symbol('async') - -const defer = fn => Promise.resolve().then(fn) - -// TODO remove when Node v8 support drops -const doIter = global._MP_NO_ITERATOR_SYMBOLS_ !== '1' -const ASYNCITERATOR = doIter && Symbol.asyncIterator - || Symbol('asyncIterator not implemented') -const ITERATOR = doIter && Symbol.iterator - || Symbol('iterator not implemented') - -// events that mean 'the stream is over' -// these are treated specially, and re-emitted -// if they are listened for after emitting. -const isEndish = ev => - ev === 'end' || - ev === 'finish' || - ev === 'prefinish' - -const isArrayBuffer = b => b instanceof ArrayBuffer || - typeof b === 'object' && - b.constructor && - b.constructor.name === 'ArrayBuffer' && - b.byteLength >= 0 - -const isArrayBufferView = b => !Buffer.isBuffer(b) && ArrayBuffer.isView(b) - -class Pipe { - constructor (src, dest, opts) { - this.src = src - this.dest = dest - this.opts = opts - this.ondrain = () => src[RESUME]() - dest.on('drain', this.ondrain) - } - unpipe () { - this.dest.removeListener('drain', this.ondrain) - } - // istanbul ignore next - only here for the prototype - proxyErrors () {} - end () { - this.unpipe() - if (this.opts.end) - this.dest.end() - } -} - -class PipeProxyErrors extends Pipe { - unpipe () { - this.src.removeListener('error', this.proxyErrors) - super.unpipe() - } - constructor (src, dest, opts) { - super(src, dest, opts) - this.proxyErrors = er => dest.emit('error', er) - src.on('error', this.proxyErrors) - } -} - -module.exports = class Minipass extends Stream { - constructor (options) { - super() - this[FLOWING] = false - // whether we're explicitly paused - this[PAUSED] = false - this.pipes = [] - this.buffer = [] - this[OBJECTMODE] = options && options.objectMode || false - if (this[OBJECTMODE]) - this[ENCODING] = null - else - this[ENCODING] = options && options.encoding || null - if (this[ENCODING] === 'buffer') - this[ENCODING] = null - this[ASYNC] = options && !!options.async || false - this[DECODER] = this[ENCODING] ? new SD(this[ENCODING]) : null - this[EOF] = false - this[EMITTED_END] = false - this[EMITTING_END] = false - this[CLOSED] = false - this[EMITTED_ERROR] = null - this.writable = true - this.readable = true - this[BUFFERLENGTH] = 0 - this[DESTROYED] = false - } - - get bufferLength () { return this[BUFFERLENGTH] } - - get encoding () { return this[ENCODING] } - set encoding (enc) { - if (this[OBJECTMODE]) - throw new Error('cannot set encoding in objectMode') - - if (this[ENCODING] && enc !== this[ENCODING] && - (this[DECODER] && this[DECODER].lastNeed || this[BUFFERLENGTH])) - throw new Error('cannot change encoding') - - if (this[ENCODING] !== enc) { - this[DECODER] = enc ? new SD(enc) : null - if (this.buffer.length) - this.buffer = this.buffer.map(chunk => this[DECODER].write(chunk)) - } - - this[ENCODING] = enc - } - - setEncoding (enc) { - this.encoding = enc - } - - get objectMode () { return this[OBJECTMODE] } - set objectMode (om) { this[OBJECTMODE] = this[OBJECTMODE] || !!om } - - get ['async'] () { return this[ASYNC] } - set ['async'] (a) { this[ASYNC] = this[ASYNC] || !!a } - - write (chunk, encoding, cb) { - if (this[EOF]) - throw new Error('write after end') - - if (this[DESTROYED]) { - this.emit('error', Object.assign( - new Error('Cannot call write after a stream was destroyed'), - { code: 'ERR_STREAM_DESTROYED' } - )) - return true - } - - if (typeof encoding === 'function') - cb = encoding, encoding = 'utf8' - - if (!encoding) - encoding = 'utf8' - - const fn = this[ASYNC] ? defer : f => f() - - // convert array buffers and typed array views into buffers - // at some point in the future, we may want to do the opposite! - // leave strings and buffers as-is - // anything else switches us into object mode - if (!this[OBJECTMODE] && !Buffer.isBuffer(chunk)) { - if (isArrayBufferView(chunk)) - chunk = Buffer.from(chunk.buffer, chunk.byteOffset, chunk.byteLength) - else if (isArrayBuffer(chunk)) - chunk = Buffer.from(chunk) - else if (typeof chunk !== 'string') - // use the setter so we throw if we have encoding set - this.objectMode = true - } - - // handle object mode up front, since it's simpler - // this yields better performance, fewer checks later. - if (this[OBJECTMODE]) { - /* istanbul ignore if - maybe impossible? */ - if (this.flowing && this[BUFFERLENGTH] !== 0) - this[FLUSH](true) - - if (this.flowing) - this.emit('data', chunk) - else - this[BUFFERPUSH](chunk) - - if (this[BUFFERLENGTH] !== 0) - this.emit('readable') - - if (cb) - fn(cb) - - return this.flowing - } - - // at this point the chunk is a buffer or string - // don't buffer it up or send it to the decoder - if (!chunk.length) { - if (this[BUFFERLENGTH] !== 0) - this.emit('readable') - if (cb) - fn(cb) - return this.flowing - } - - // fast-path writing strings of same encoding to a stream with - // an empty buffer, skipping the buffer/decoder dance - if (typeof chunk === 'string' && - // unless it is a string already ready for us to use - !(encoding === this[ENCODING] && !this[DECODER].lastNeed)) { - chunk = Buffer.from(chunk, encoding) - } - - if (Buffer.isBuffer(chunk) && this[ENCODING]) - chunk = this[DECODER].write(chunk) - - // Note: flushing CAN potentially switch us into not-flowing mode - if (this.flowing && this[BUFFERLENGTH] !== 0) - this[FLUSH](true) - - if (this.flowing) - this.emit('data', chunk) - else - this[BUFFERPUSH](chunk) - - if (this[BUFFERLENGTH] !== 0) - this.emit('readable') - - if (cb) - fn(cb) - - return this.flowing - } - - read (n) { - if (this[DESTROYED]) - return null - - if (this[BUFFERLENGTH] === 0 || n === 0 || n > this[BUFFERLENGTH]) { - this[MAYBE_EMIT_END]() - return null - } - - if (this[OBJECTMODE]) - n = null - - if (this.buffer.length > 1 && !this[OBJECTMODE]) { - if (this.encoding) - this.buffer = [this.buffer.join('')] - else - this.buffer = [Buffer.concat(this.buffer, this[BUFFERLENGTH])] - } - - const ret = this[READ](n || null, this.buffer[0]) - this[MAYBE_EMIT_END]() - return ret - } - - [READ] (n, chunk) { - if (n === chunk.length || n === null) - this[BUFFERSHIFT]() - else { - this.buffer[0] = chunk.slice(n) - chunk = chunk.slice(0, n) - this[BUFFERLENGTH] -= n - } - - this.emit('data', chunk) - - if (!this.buffer.length && !this[EOF]) - this.emit('drain') - - return chunk - } - - end (chunk, encoding, cb) { - if (typeof chunk === 'function') - cb = chunk, chunk = null - if (typeof encoding === 'function') - cb = encoding, encoding = 'utf8' - if (chunk) - this.write(chunk, encoding) - if (cb) - this.once('end', cb) - this[EOF] = true - this.writable = false - - // if we haven't written anything, then go ahead and emit, - // even if we're not reading. - // we'll re-emit if a new 'end' listener is added anyway. - // This makes MP more suitable to write-only use cases. - if (this.flowing || !this[PAUSED]) - this[MAYBE_EMIT_END]() - return this - } - - // don't let the internal resume be overwritten - [RESUME] () { - if (this[DESTROYED]) - return - - this[PAUSED] = false - this[FLOWING] = true - this.emit('resume') - if (this.buffer.length) - this[FLUSH]() - else if (this[EOF]) - this[MAYBE_EMIT_END]() - else - this.emit('drain') - } - - resume () { - return this[RESUME]() - } - - pause () { - this[FLOWING] = false - this[PAUSED] = true - } - - get destroyed () { - return this[DESTROYED] - } - - get flowing () { - return this[FLOWING] - } - - get paused () { - return this[PAUSED] - } - - [BUFFERPUSH] (chunk) { - if (this[OBJECTMODE]) - this[BUFFERLENGTH] += 1 - else - this[BUFFERLENGTH] += chunk.length - this.buffer.push(chunk) - } - - [BUFFERSHIFT] () { - if (this.buffer.length) { - if (this[OBJECTMODE]) - this[BUFFERLENGTH] -= 1 - else - this[BUFFERLENGTH] -= this.buffer[0].length - } - return this.buffer.shift() - } - - [FLUSH] (noDrain) { - do {} while (this[FLUSHCHUNK](this[BUFFERSHIFT]())) - - if (!noDrain && !this.buffer.length && !this[EOF]) - this.emit('drain') - } - - [FLUSHCHUNK] (chunk) { - return chunk ? (this.emit('data', chunk), this.flowing) : false - } - - pipe (dest, opts) { - if (this[DESTROYED]) - return - - const ended = this[EMITTED_END] - opts = opts || {} - if (dest === proc.stdout || dest === proc.stderr) - opts.end = false - else - opts.end = opts.end !== false - opts.proxyErrors = !!opts.proxyErrors - - // piping an ended stream ends immediately - if (ended) { - if (opts.end) - dest.end() - } else { - this.pipes.push(!opts.proxyErrors ? new Pipe(this, dest, opts) - : new PipeProxyErrors(this, dest, opts)) - if (this[ASYNC]) - defer(() => this[RESUME]()) - else - this[RESUME]() - } - - return dest - } - - unpipe (dest) { - const p = this.pipes.find(p => p.dest === dest) - if (p) { - this.pipes.splice(this.pipes.indexOf(p), 1) - p.unpipe() - } - } - - addListener (ev, fn) { - return this.on(ev, fn) - } - - on (ev, fn) { - const ret = super.on(ev, fn) - if (ev === 'data' && !this.pipes.length && !this.flowing) - this[RESUME]() - else if (ev === 'readable' && this[BUFFERLENGTH] !== 0) - super.emit('readable') - else if (isEndish(ev) && this[EMITTED_END]) { - super.emit(ev) - this.removeAllListeners(ev) - } else if (ev === 'error' && this[EMITTED_ERROR]) { - if (this[ASYNC]) - defer(() => fn.call(this, this[EMITTED_ERROR])) - else - fn.call(this, this[EMITTED_ERROR]) - } - return ret - } - - get emittedEnd () { - return this[EMITTED_END] - } - - [MAYBE_EMIT_END] () { - if (!this[EMITTING_END] && - !this[EMITTED_END] && - !this[DESTROYED] && - this.buffer.length === 0 && - this[EOF]) { - this[EMITTING_END] = true - this.emit('end') - this.emit('prefinish') - this.emit('finish') - if (this[CLOSED]) - this.emit('close') - this[EMITTING_END] = false - } - } - - emit (ev, data, ...extra) { - // error and close are only events allowed after calling destroy() - if (ev !== 'error' && ev !== 'close' && ev !== DESTROYED && this[DESTROYED]) - return - else if (ev === 'data') { - return !data ? false - : this[ASYNC] ? defer(() => this[EMITDATA](data)) - : this[EMITDATA](data) - } else if (ev === 'end') { - return this[EMITEND]() - } else if (ev === 'close') { - this[CLOSED] = true - // don't emit close before 'end' and 'finish' - if (!this[EMITTED_END] && !this[DESTROYED]) - return - const ret = super.emit('close') - this.removeAllListeners('close') - return ret - } else if (ev === 'error') { - this[EMITTED_ERROR] = data - const ret = super.emit('error', data) - this[MAYBE_EMIT_END]() - return ret - } else if (ev === 'resume') { - const ret = super.emit('resume') - this[MAYBE_EMIT_END]() - return ret - } else if (ev === 'finish' || ev === 'prefinish') { - const ret = super.emit(ev) - this.removeAllListeners(ev) - return ret - } - - // Some other unknown event - const ret = super.emit(ev, data, ...extra) - this[MAYBE_EMIT_END]() - return ret - } - - [EMITDATA] (data) { - for (const p of this.pipes) { - if (p.dest.write(data) === false) - this.pause() - } - const ret = super.emit('data', data) - this[MAYBE_EMIT_END]() - return ret - } - - [EMITEND] () { - if (this[EMITTED_END]) - return - - this[EMITTED_END] = true - this.readable = false - if (this[ASYNC]) - defer(() => this[EMITEND2]()) - else - this[EMITEND2]() - } - - [EMITEND2] () { - if (this[DECODER]) { - const data = this[DECODER].end() - if (data) { - for (const p of this.pipes) { - p.dest.write(data) - } - super.emit('data', data) - } - } - - for (const p of this.pipes) { - p.end() - } - const ret = super.emit('end') - this.removeAllListeners('end') - return ret - } - - // const all = await stream.collect() - collect () { - const buf = [] - if (!this[OBJECTMODE]) - buf.dataLength = 0 - // set the promise first, in case an error is raised - // by triggering the flow here. - const p = this.promise() - this.on('data', c => { - buf.push(c) - if (!this[OBJECTMODE]) - buf.dataLength += c.length - }) - return p.then(() => buf) - } - - // const data = await stream.concat() - concat () { - return this[OBJECTMODE] - ? Promise.reject(new Error('cannot concat in objectMode')) - : this.collect().then(buf => - this[OBJECTMODE] - ? Promise.reject(new Error('cannot concat in objectMode')) - : this[ENCODING] ? buf.join('') : Buffer.concat(buf, buf.dataLength)) - } - - // stream.promise().then(() => done, er => emitted error) - promise () { - return new Promise((resolve, reject) => { - this.on(DESTROYED, () => reject(new Error('stream destroyed'))) - this.on('error', er => reject(er)) - this.on('end', () => resolve()) - }) - } - - // for await (let chunk of stream) - [ASYNCITERATOR] () { - const next = () => { - const res = this.read() - if (res !== null) - return Promise.resolve({ done: false, value: res }) - - if (this[EOF]) - return Promise.resolve({ done: true }) - - let resolve = null - let reject = null - const onerr = er => { - this.removeListener('data', ondata) - this.removeListener('end', onend) - reject(er) - } - const ondata = value => { - this.removeListener('error', onerr) - this.removeListener('end', onend) - this.pause() - resolve({ value: value, done: !!this[EOF] }) - } - const onend = () => { - this.removeListener('error', onerr) - this.removeListener('data', ondata) - resolve({ done: true }) - } - const ondestroy = () => onerr(new Error('stream destroyed')) - return new Promise((res, rej) => { - reject = rej - resolve = res - this.once(DESTROYED, ondestroy) - this.once('error', onerr) - this.once('end', onend) - this.once('data', ondata) - }) - } - - return { next } - } - - // for (let chunk of stream) - [ITERATOR] () { - const next = () => { - const value = this.read() - const done = value === null - return { value, done } - } - return { next } - } - - destroy (er) { - if (this[DESTROYED]) { - if (er) - this.emit('error', er) - else - this.emit(DESTROYED) - return this - } - - this[DESTROYED] = true - - // throw away all buffered data, it's never coming out - this.buffer.length = 0 - this[BUFFERLENGTH] = 0 - - if (typeof this.close === 'function' && !this[CLOSED]) - this.close() - - if (er) - this.emit('error', er) - else // if no error to emit, still reject pending promises - this.emit(DESTROYED) - - return this - } - - static isStream (s) { - return !!s && (s instanceof Minipass || s instanceof Stream || - s instanceof EE && ( - typeof s.pipe === 'function' || // readable - (typeof s.write === 'function' && typeof s.end === 'function') // writable - )) - } -} diff --git a/software/flow/node_modules/npm/node_modules/minipass-pipeline/node_modules/minipass/package.json b/software/flow/node_modules/npm/node_modules/minipass-pipeline/node_modules/minipass/package.json deleted file mode 100644 index 548d03f..0000000 --- a/software/flow/node_modules/npm/node_modules/minipass-pipeline/node_modules/minipass/package.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "minipass", - "version": "3.3.6", - "description": "minimal implementation of a PassThrough stream", - "main": "index.js", - "types": "index.d.ts", - "dependencies": { - "yallist": "^4.0.0" - }, - "devDependencies": { - "@types/node": "^17.0.41", - "end-of-stream": "^1.4.0", - "prettier": "^2.6.2", - "tap": "^16.2.0", - "through2": "^2.0.3", - "ts-node": "^10.8.1", - "typescript": "^4.7.3" - }, - "scripts": { - "test": "tap", - "preversion": "npm test", - "postversion": "npm publish", - "postpublish": "git push origin --follow-tags" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/isaacs/minipass.git" - }, - "keywords": [ - "passthrough", - "stream" - ], - "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)", - "license": "ISC", - "files": [ - "index.d.ts", - "index.js" - ], - "tap": { - "check-coverage": true - }, - "engines": { - "node": ">=8" - }, - "prettier": { - "semi": false, - "printWidth": 80, - "tabWidth": 2, - "useTabs": false, - "singleQuote": true, - "jsxSingleQuote": false, - "bracketSameLine": true, - "arrowParens": "avoid", - "endOfLine": "lf" - } -} diff --git a/software/flow/node_modules/npm/node_modules/minipass-pipeline/package.json b/software/flow/node_modules/npm/node_modules/minipass-pipeline/package.json deleted file mode 100644 index d608dc6..0000000 --- a/software/flow/node_modules/npm/node_modules/minipass-pipeline/package.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "minipass-pipeline", - "version": "1.2.4", - "description": "create a pipeline of streams using Minipass", - "author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)", - "license": "ISC", - "scripts": { - "test": "tap", - "snap": "tap", - "preversion": "npm test", - "postversion": "npm publish", - "postpublish": "git push origin --follow-tags" - }, - "tap": { - "check-coverage": true - }, - "devDependencies": { - "tap": "^14.6.9" - }, - "dependencies": { - "minipass": "^3.0.0" - }, - "files": [ - "index.js" - ], - "engines": { - "node": ">=8" - } -} diff --git a/software/flow/node_modules/npm/node_modules/minipass-sized/LICENSE b/software/flow/node_modules/npm/node_modules/minipass-sized/LICENSE deleted file mode 100644 index 19129e3..0000000 --- a/software/flow/node_modules/npm/node_modules/minipass-sized/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -The ISC License - -Copyright (c) Isaac Z. Schlueter and Contributors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/minipass-sized/index.js b/software/flow/node_modules/npm/node_modules/minipass-sized/index.js deleted file mode 100644 index a0c8acd..0000000 --- a/software/flow/node_modules/npm/node_modules/minipass-sized/index.js +++ /dev/null @@ -1,67 +0,0 @@ -const Minipass = require('minipass') - -class SizeError extends Error { - constructor (found, expect) { - super(`Bad data size: expected ${expect} bytes, but got ${found}`) - this.expect = expect - this.found = found - this.code = 'EBADSIZE' - Error.captureStackTrace(this, this.constructor) - } - get name () { - return 'SizeError' - } -} - -class MinipassSized extends Minipass { - constructor (options = {}) { - super(options) - - if (options.objectMode) - throw new TypeError(`${ - this.constructor.name - } streams only work with string and buffer data`) - - this.found = 0 - this.expect = options.size - if (typeof this.expect !== 'number' || - this.expect > Number.MAX_SAFE_INTEGER || - isNaN(this.expect) || - this.expect < 0 || - !isFinite(this.expect) || - this.expect !== Math.floor(this.expect)) - throw new Error('invalid expected size: ' + this.expect) - } - - write (chunk, encoding, cb) { - const buffer = Buffer.isBuffer(chunk) ? chunk - : typeof chunk === 'string' ? - Buffer.from(chunk, typeof encoding === 'string' ? encoding : 'utf8') - : chunk - - if (!Buffer.isBuffer(buffer)) { - this.emit('error', new TypeError(`${ - this.constructor.name - } streams only work with string and buffer data`)) - return false - } - - this.found += buffer.length - if (this.found > this.expect) - this.emit('error', new SizeError(this.found, this.expect)) - - return super.write(chunk, encoding, cb) - } - - emit (ev, ...data) { - if (ev === 'end') { - if (this.found !== this.expect) - this.emit('error', new SizeError(this.found, this.expect)) - } - return super.emit(ev, ...data) - } -} - -MinipassSized.SizeError = SizeError - -module.exports = MinipassSized diff --git a/software/flow/node_modules/npm/node_modules/minipass-sized/node_modules/minipass/LICENSE b/software/flow/node_modules/npm/node_modules/minipass-sized/node_modules/minipass/LICENSE deleted file mode 100644 index bf1dece..0000000 --- a/software/flow/node_modules/npm/node_modules/minipass-sized/node_modules/minipass/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -The ISC License - -Copyright (c) 2017-2022 npm, Inc., Isaac Z. Schlueter, and Contributors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/minipass-sized/node_modules/minipass/index.d.ts b/software/flow/node_modules/npm/node_modules/minipass-sized/node_modules/minipass/index.d.ts deleted file mode 100644 index 65faf63..0000000 --- a/software/flow/node_modules/npm/node_modules/minipass-sized/node_modules/minipass/index.d.ts +++ /dev/null @@ -1,155 +0,0 @@ -/// <reference types="node" /> -import { EventEmitter } from 'events' -import { Stream } from 'stream' - -declare namespace Minipass { - type Encoding = BufferEncoding | 'buffer' | null - - interface Writable extends EventEmitter { - end(): any - write(chunk: any, ...args: any[]): any - } - - interface Readable extends EventEmitter { - pause(): any - resume(): any - pipe(): any - } - - interface Pipe<R, W> { - src: Minipass<R, W> - dest: Writable - opts: PipeOptions - } - - type DualIterable<T> = Iterable<T> & AsyncIterable<T> - - type ContiguousData = Buffer | ArrayBufferLike | ArrayBufferView | string - - type BufferOrString = Buffer | string - - interface StringOptions { - encoding: BufferEncoding - objectMode?: boolean - async?: boolean - } - - interface BufferOptions { - encoding?: null | 'buffer' - objectMode?: boolean - async?: boolean - } - - interface ObjectModeOptions { - objectMode: true - async?: boolean - } - - interface PipeOptions { - end?: boolean - proxyErrors?: boolean - } - - type Options<T> = T extends string - ? StringOptions - : T extends Buffer - ? BufferOptions - : ObjectModeOptions -} - -declare class Minipass< - RType extends any = Buffer, - WType extends any = RType extends Minipass.BufferOrString - ? Minipass.ContiguousData - : RType - > - extends Stream - implements Minipass.DualIterable<RType> -{ - static isStream(stream: any): stream is Minipass.Readable | Minipass.Writable - - readonly bufferLength: number - readonly flowing: boolean - readonly writable: boolean - readonly readable: boolean - readonly paused: boolean - readonly emittedEnd: boolean - readonly destroyed: boolean - - /** - * Not technically private or readonly, but not safe to mutate. - */ - private readonly buffer: RType[] - private readonly pipes: Minipass.Pipe<RType, WType>[] - - /** - * Technically writable, but mutating it can change the type, - * so is not safe to do in TypeScript. - */ - readonly objectMode: boolean - async: boolean - - /** - * Note: encoding is not actually read-only, and setEncoding(enc) - * exists. However, this type definition will insist that TypeScript - * programs declare the type of a Minipass stream up front, and if - * that type is string, then an encoding MUST be set in the ctor. If - * the type is Buffer, then the encoding must be missing, or set to - * 'buffer' or null. If the type is anything else, then objectMode - * must be set in the constructor options. So there is effectively - * no allowed way that a TS program can set the encoding after - * construction, as doing so will destroy any hope of type safety. - * TypeScript does not provide many options for changing the type of - * an object at run-time, which is what changing the encoding does. - */ - readonly encoding: Minipass.Encoding - // setEncoding(encoding: Encoding): void - - // Options required if not reading buffers - constructor( - ...args: RType extends Buffer - ? [] | [Minipass.Options<RType>] - : [Minipass.Options<RType>] - ) - - write(chunk: WType, cb?: () => void): boolean - write(chunk: WType, encoding?: Minipass.Encoding, cb?: () => void): boolean - read(size?: number): RType - end(cb?: () => void): this - end(chunk: any, cb?: () => void): this - end(chunk: any, encoding?: Minipass.Encoding, cb?: () => void): this - pause(): void - resume(): void - promise(): Promise<void> - collect(): Promise<RType[]> - - concat(): RType extends Minipass.BufferOrString ? Promise<RType> : never - destroy(er?: any): void - pipe<W extends Minipass.Writable>(dest: W, opts?: Minipass.PipeOptions): W - unpipe<W extends Minipass.Writable>(dest: W): void - - /** - * alias for on() - */ - addEventHandler(event: string, listener: (...args: any[]) => any): this - - on(event: string, listener: (...args: any[]) => any): this - on(event: 'data', listener: (chunk: RType) => any): this - on(event: 'error', listener: (error: any) => any): this - on( - event: - | 'readable' - | 'drain' - | 'resume' - | 'end' - | 'prefinish' - | 'finish' - | 'close', - listener: () => any - ): this - - [Symbol.iterator](): Iterator<RType> - [Symbol.asyncIterator](): AsyncIterator<RType> -} - -export = Minipass diff --git a/software/flow/node_modules/npm/node_modules/minipass-sized/node_modules/minipass/index.js b/software/flow/node_modules/npm/node_modules/minipass-sized/node_modules/minipass/index.js deleted file mode 100644 index e8797aa..0000000 --- a/software/flow/node_modules/npm/node_modules/minipass-sized/node_modules/minipass/index.js +++ /dev/null @@ -1,649 +0,0 @@ -'use strict' -const proc = typeof process === 'object' && process ? process : { - stdout: null, - stderr: null, -} -const EE = require('events') -const Stream = require('stream') -const SD = require('string_decoder').StringDecoder - -const EOF = Symbol('EOF') -const MAYBE_EMIT_END = Symbol('maybeEmitEnd') -const EMITTED_END = Symbol('emittedEnd') -const EMITTING_END = Symbol('emittingEnd') -const EMITTED_ERROR = Symbol('emittedError') -const CLOSED = Symbol('closed') -const READ = Symbol('read') -const FLUSH = Symbol('flush') -const FLUSHCHUNK = Symbol('flushChunk') -const ENCODING = Symbol('encoding') -const DECODER = Symbol('decoder') -const FLOWING = Symbol('flowing') -const PAUSED = Symbol('paused') -const RESUME = Symbol('resume') -const BUFFERLENGTH = Symbol('bufferLength') -const BUFFERPUSH = Symbol('bufferPush') -const BUFFERSHIFT = Symbol('bufferShift') -const OBJECTMODE = Symbol('objectMode') -const DESTROYED = Symbol('destroyed') -const EMITDATA = Symbol('emitData') -const EMITEND = Symbol('emitEnd') -const EMITEND2 = Symbol('emitEnd2') -const ASYNC = Symbol('async') - -const defer = fn => Promise.resolve().then(fn) - -// TODO remove when Node v8 support drops -const doIter = global._MP_NO_ITERATOR_SYMBOLS_ !== '1' -const ASYNCITERATOR = doIter && Symbol.asyncIterator - || Symbol('asyncIterator not implemented') -const ITERATOR = doIter && Symbol.iterator - || Symbol('iterator not implemented') - -// events that mean 'the stream is over' -// these are treated specially, and re-emitted -// if they are listened for after emitting. -const isEndish = ev => - ev === 'end' || - ev === 'finish' || - ev === 'prefinish' - -const isArrayBuffer = b => b instanceof ArrayBuffer || - typeof b === 'object' && - b.constructor && - b.constructor.name === 'ArrayBuffer' && - b.byteLength >= 0 - -const isArrayBufferView = b => !Buffer.isBuffer(b) && ArrayBuffer.isView(b) - -class Pipe { - constructor (src, dest, opts) { - this.src = src - this.dest = dest - this.opts = opts - this.ondrain = () => src[RESUME]() - dest.on('drain', this.ondrain) - } - unpipe () { - this.dest.removeListener('drain', this.ondrain) - } - // istanbul ignore next - only here for the prototype - proxyErrors () {} - end () { - this.unpipe() - if (this.opts.end) - this.dest.end() - } -} - -class PipeProxyErrors extends Pipe { - unpipe () { - this.src.removeListener('error', this.proxyErrors) - super.unpipe() - } - constructor (src, dest, opts) { - super(src, dest, opts) - this.proxyErrors = er => dest.emit('error', er) - src.on('error', this.proxyErrors) - } -} - -module.exports = class Minipass extends Stream { - constructor (options) { - super() - this[FLOWING] = false - // whether we're explicitly paused - this[PAUSED] = false - this.pipes = [] - this.buffer = [] - this[OBJECTMODE] = options && options.objectMode || false - if (this[OBJECTMODE]) - this[ENCODING] = null - else - this[ENCODING] = options && options.encoding || null - if (this[ENCODING] === 'buffer') - this[ENCODING] = null - this[ASYNC] = options && !!options.async || false - this[DECODER] = this[ENCODING] ? new SD(this[ENCODING]) : null - this[EOF] = false - this[EMITTED_END] = false - this[EMITTING_END] = false - this[CLOSED] = false - this[EMITTED_ERROR] = null - this.writable = true - this.readable = true - this[BUFFERLENGTH] = 0 - this[DESTROYED] = false - } - - get bufferLength () { return this[BUFFERLENGTH] } - - get encoding () { return this[ENCODING] } - set encoding (enc) { - if (this[OBJECTMODE]) - throw new Error('cannot set encoding in objectMode') - - if (this[ENCODING] && enc !== this[ENCODING] && - (this[DECODER] && this[DECODER].lastNeed || this[BUFFERLENGTH])) - throw new Error('cannot change encoding') - - if (this[ENCODING] !== enc) { - this[DECODER] = enc ? new SD(enc) : null - if (this.buffer.length) - this.buffer = this.buffer.map(chunk => this[DECODER].write(chunk)) - } - - this[ENCODING] = enc - } - - setEncoding (enc) { - this.encoding = enc - } - - get objectMode () { return this[OBJECTMODE] } - set objectMode (om) { this[OBJECTMODE] = this[OBJECTMODE] || !!om } - - get ['async'] () { return this[ASYNC] } - set ['async'] (a) { this[ASYNC] = this[ASYNC] || !!a } - - write (chunk, encoding, cb) { - if (this[EOF]) - throw new Error('write after end') - - if (this[DESTROYED]) { - this.emit('error', Object.assign( - new Error('Cannot call write after a stream was destroyed'), - { code: 'ERR_STREAM_DESTROYED' } - )) - return true - } - - if (typeof encoding === 'function') - cb = encoding, encoding = 'utf8' - - if (!encoding) - encoding = 'utf8' - - const fn = this[ASYNC] ? defer : f => f() - - // convert array buffers and typed array views into buffers - // at some point in the future, we may want to do the opposite! - // leave strings and buffers as-is - // anything else switches us into object mode - if (!this[OBJECTMODE] && !Buffer.isBuffer(chunk)) { - if (isArrayBufferView(chunk)) - chunk = Buffer.from(chunk.buffer, chunk.byteOffset, chunk.byteLength) - else if (isArrayBuffer(chunk)) - chunk = Buffer.from(chunk) - else if (typeof chunk !== 'string') - // use the setter so we throw if we have encoding set - this.objectMode = true - } - - // handle object mode up front, since it's simpler - // this yields better performance, fewer checks later. - if (this[OBJECTMODE]) { - /* istanbul ignore if - maybe impossible? */ - if (this.flowing && this[BUFFERLENGTH] !== 0) - this[FLUSH](true) - - if (this.flowing) - this.emit('data', chunk) - else - this[BUFFERPUSH](chunk) - - if (this[BUFFERLENGTH] !== 0) - this.emit('readable') - - if (cb) - fn(cb) - - return this.flowing - } - - // at this point the chunk is a buffer or string - // don't buffer it up or send it to the decoder - if (!chunk.length) { - if (this[BUFFERLENGTH] !== 0) - this.emit('readable') - if (cb) - fn(cb) - return this.flowing - } - - // fast-path writing strings of same encoding to a stream with - // an empty buffer, skipping the buffer/decoder dance - if (typeof chunk === 'string' && - // unless it is a string already ready for us to use - !(encoding === this[ENCODING] && !this[DECODER].lastNeed)) { - chunk = Buffer.from(chunk, encoding) - } - - if (Buffer.isBuffer(chunk) && this[ENCODING]) - chunk = this[DECODER].write(chunk) - - // Note: flushing CAN potentially switch us into not-flowing mode - if (this.flowing && this[BUFFERLENGTH] !== 0) - this[FLUSH](true) - - if (this.flowing) - this.emit('data', chunk) - else - this[BUFFERPUSH](chunk) - - if (this[BUFFERLENGTH] !== 0) - this.emit('readable') - - if (cb) - fn(cb) - - return this.flowing - } - - read (n) { - if (this[DESTROYED]) - return null - - if (this[BUFFERLENGTH] === 0 || n === 0 || n > this[BUFFERLENGTH]) { - this[MAYBE_EMIT_END]() - return null - } - - if (this[OBJECTMODE]) - n = null - - if (this.buffer.length > 1 && !this[OBJECTMODE]) { - if (this.encoding) - this.buffer = [this.buffer.join('')] - else - this.buffer = [Buffer.concat(this.buffer, this[BUFFERLENGTH])] - } - - const ret = this[READ](n || null, this.buffer[0]) - this[MAYBE_EMIT_END]() - return ret - } - - [READ] (n, chunk) { - if (n === chunk.length || n === null) - this[BUFFERSHIFT]() - else { - this.buffer[0] = chunk.slice(n) - chunk = chunk.slice(0, n) - this[BUFFERLENGTH] -= n - } - - this.emit('data', chunk) - - if (!this.buffer.length && !this[EOF]) - this.emit('drain') - - return chunk - } - - end (chunk, encoding, cb) { - if (typeof chunk === 'function') - cb = chunk, chunk = null - if (typeof encoding === 'function') - cb = encoding, encoding = 'utf8' - if (chunk) - this.write(chunk, encoding) - if (cb) - this.once('end', cb) - this[EOF] = true - this.writable = false - - // if we haven't written anything, then go ahead and emit, - // even if we're not reading. - // we'll re-emit if a new 'end' listener is added anyway. - // This makes MP more suitable to write-only use cases. - if (this.flowing || !this[PAUSED]) - this[MAYBE_EMIT_END]() - return this - } - - // don't let the internal resume be overwritten - [RESUME] () { - if (this[DESTROYED]) - return - - this[PAUSED] = false - this[FLOWING] = true - this.emit('resume') - if (this.buffer.length) - this[FLUSH]() - else if (this[EOF]) - this[MAYBE_EMIT_END]() - else - this.emit('drain') - } - - resume () { - return this[RESUME]() - } - - pause () { - this[FLOWING] = false - this[PAUSED] = true - } - - get destroyed () { - return this[DESTROYED] - } - - get flowing () { - return this[FLOWING] - } - - get paused () { - return this[PAUSED] - } - - [BUFFERPUSH] (chunk) { - if (this[OBJECTMODE]) - this[BUFFERLENGTH] += 1 - else - this[BUFFERLENGTH] += chunk.length - this.buffer.push(chunk) - } - - [BUFFERSHIFT] () { - if (this.buffer.length) { - if (this[OBJECTMODE]) - this[BUFFERLENGTH] -= 1 - else - this[BUFFERLENGTH] -= this.buffer[0].length - } - return this.buffer.shift() - } - - [FLUSH] (noDrain) { - do {} while (this[FLUSHCHUNK](this[BUFFERSHIFT]())) - - if (!noDrain && !this.buffer.length && !this[EOF]) - this.emit('drain') - } - - [FLUSHCHUNK] (chunk) { - return chunk ? (this.emit('data', chunk), this.flowing) : false - } - - pipe (dest, opts) { - if (this[DESTROYED]) - return - - const ended = this[EMITTED_END] - opts = opts || {} - if (dest === proc.stdout || dest === proc.stderr) - opts.end = false - else - opts.end = opts.end !== false - opts.proxyErrors = !!opts.proxyErrors - - // piping an ended stream ends immediately - if (ended) { - if (opts.end) - dest.end() - } else { - this.pipes.push(!opts.proxyErrors ? new Pipe(this, dest, opts) - : new PipeProxyErrors(this, dest, opts)) - if (this[ASYNC]) - defer(() => this[RESUME]()) - else - this[RESUME]() - } - - return dest - } - - unpipe (dest) { - const p = this.pipes.find(p => p.dest === dest) - if (p) { - this.pipes.splice(this.pipes.indexOf(p), 1) - p.unpipe() - } - } - - addListener (ev, fn) { - return this.on(ev, fn) - } - - on (ev, fn) { - const ret = super.on(ev, fn) - if (ev === 'data' && !this.pipes.length && !this.flowing) - this[RESUME]() - else if (ev === 'readable' && this[BUFFERLENGTH] !== 0) - super.emit('readable') - else if (isEndish(ev) && this[EMITTED_END]) { - super.emit(ev) - this.removeAllListeners(ev) - } else if (ev === 'error' && this[EMITTED_ERROR]) { - if (this[ASYNC]) - defer(() => fn.call(this, this[EMITTED_ERROR])) - else - fn.call(this, this[EMITTED_ERROR]) - } - return ret - } - - get emittedEnd () { - return this[EMITTED_END] - } - - [MAYBE_EMIT_END] () { - if (!this[EMITTING_END] && - !this[EMITTED_END] && - !this[DESTROYED] && - this.buffer.length === 0 && - this[EOF]) { - this[EMITTING_END] = true - this.emit('end') - this.emit('prefinish') - this.emit('finish') - if (this[CLOSED]) - this.emit('close') - this[EMITTING_END] = false - } - } - - emit (ev, data, ...extra) { - // error and close are only events allowed after calling destroy() - if (ev !== 'error' && ev !== 'close' && ev !== DESTROYED && this[DESTROYED]) - return - else if (ev === 'data') { - return !data ? false - : this[ASYNC] ? defer(() => this[EMITDATA](data)) - : this[EMITDATA](data) - } else if (ev === 'end') { - return this[EMITEND]() - } else if (ev === 'close') { - this[CLOSED] = true - // don't emit close before 'end' and 'finish' - if (!this[EMITTED_END] && !this[DESTROYED]) - return - const ret = super.emit('close') - this.removeAllListeners('close') - return ret - } else if (ev === 'error') { - this[EMITTED_ERROR] = data - const ret = super.emit('error', data) - this[MAYBE_EMIT_END]() - return ret - } else if (ev === 'resume') { - const ret = super.emit('resume') - this[MAYBE_EMIT_END]() - return ret - } else if (ev === 'finish' || ev === 'prefinish') { - const ret = super.emit(ev) - this.removeAllListeners(ev) - return ret - } - - // Some other unknown event - const ret = super.emit(ev, data, ...extra) - this[MAYBE_EMIT_END]() - return ret - } - - [EMITDATA] (data) { - for (const p of this.pipes) { - if (p.dest.write(data) === false) - this.pause() - } - const ret = super.emit('data', data) - this[MAYBE_EMIT_END]() - return ret - } - - [EMITEND] () { - if (this[EMITTED_END]) - return - - this[EMITTED_END] = true - this.readable = false - if (this[ASYNC]) - defer(() => this[EMITEND2]()) - else - this[EMITEND2]() - } - - [EMITEND2] () { - if (this[DECODER]) { - const data = this[DECODER].end() - if (data) { - for (const p of this.pipes) { - p.dest.write(data) - } - super.emit('data', data) - } - } - - for (const p of this.pipes) { - p.end() - } - const ret = super.emit('end') - this.removeAllListeners('end') - return ret - } - - // const all = await stream.collect() - collect () { - const buf = [] - if (!this[OBJECTMODE]) - buf.dataLength = 0 - // set the promise first, in case an error is raised - // by triggering the flow here. - const p = this.promise() - this.on('data', c => { - buf.push(c) - if (!this[OBJECTMODE]) - buf.dataLength += c.length - }) - return p.then(() => buf) - } - - // const data = await stream.concat() - concat () { - return this[OBJECTMODE] - ? Promise.reject(new Error('cannot concat in objectMode')) - : this.collect().then(buf => - this[OBJECTMODE] - ? Promise.reject(new Error('cannot concat in objectMode')) - : this[ENCODING] ? buf.join('') : Buffer.concat(buf, buf.dataLength)) - } - - // stream.promise().then(() => done, er => emitted error) - promise () { - return new Promise((resolve, reject) => { - this.on(DESTROYED, () => reject(new Error('stream destroyed'))) - this.on('error', er => reject(er)) - this.on('end', () => resolve()) - }) - } - - // for await (let chunk of stream) - [ASYNCITERATOR] () { - const next = () => { - const res = this.read() - if (res !== null) - return Promise.resolve({ done: false, value: res }) - - if (this[EOF]) - return Promise.resolve({ done: true }) - - let resolve = null - let reject = null - const onerr = er => { - this.removeListener('data', ondata) - this.removeListener('end', onend) - reject(er) - } - const ondata = value => { - this.removeListener('error', onerr) - this.removeListener('end', onend) - this.pause() - resolve({ value: value, done: !!this[EOF] }) - } - const onend = () => { - this.removeListener('error', onerr) - this.removeListener('data', ondata) - resolve({ done: true }) - } - const ondestroy = () => onerr(new Error('stream destroyed')) - return new Promise((res, rej) => { - reject = rej - resolve = res - this.once(DESTROYED, ondestroy) - this.once('error', onerr) - this.once('end', onend) - this.once('data', ondata) - }) - } - - return { next } - } - - // for (let chunk of stream) - [ITERATOR] () { - const next = () => { - const value = this.read() - const done = value === null - return { value, done } - } - return { next } - } - - destroy (er) { - if (this[DESTROYED]) { - if (er) - this.emit('error', er) - else - this.emit(DESTROYED) - return this - } - - this[DESTROYED] = true - - // throw away all buffered data, it's never coming out - this.buffer.length = 0 - this[BUFFERLENGTH] = 0 - - if (typeof this.close === 'function' && !this[CLOSED]) - this.close() - - if (er) - this.emit('error', er) - else // if no error to emit, still reject pending promises - this.emit(DESTROYED) - - return this - } - - static isStream (s) { - return !!s && (s instanceof Minipass || s instanceof Stream || - s instanceof EE && ( - typeof s.pipe === 'function' || // readable - (typeof s.write === 'function' && typeof s.end === 'function') // writable - )) - } -} diff --git a/software/flow/node_modules/npm/node_modules/minipass-sized/node_modules/minipass/package.json b/software/flow/node_modules/npm/node_modules/minipass-sized/node_modules/minipass/package.json deleted file mode 100644 index 548d03f..0000000 --- a/software/flow/node_modules/npm/node_modules/minipass-sized/node_modules/minipass/package.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "minipass", - "version": "3.3.6", - "description": "minimal implementation of a PassThrough stream", - "main": "index.js", - "types": "index.d.ts", - "dependencies": { - "yallist": "^4.0.0" - }, - "devDependencies": { - "@types/node": "^17.0.41", - "end-of-stream": "^1.4.0", - "prettier": "^2.6.2", - "tap": "^16.2.0", - "through2": "^2.0.3", - "ts-node": "^10.8.1", - "typescript": "^4.7.3" - }, - "scripts": { - "test": "tap", - "preversion": "npm test", - "postversion": "npm publish", - "postpublish": "git push origin --follow-tags" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/isaacs/minipass.git" - }, - "keywords": [ - "passthrough", - "stream" - ], - "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)", - "license": "ISC", - "files": [ - "index.d.ts", - "index.js" - ], - "tap": { - "check-coverage": true - }, - "engines": { - "node": ">=8" - }, - "prettier": { - "semi": false, - "printWidth": 80, - "tabWidth": 2, - "useTabs": false, - "singleQuote": true, - "jsxSingleQuote": false, - "bracketSameLine": true, - "arrowParens": "avoid", - "endOfLine": "lf" - } -} diff --git a/software/flow/node_modules/npm/node_modules/minipass-sized/package.json b/software/flow/node_modules/npm/node_modules/minipass-sized/package.json deleted file mode 100644 index a3257fd..0000000 --- a/software/flow/node_modules/npm/node_modules/minipass-sized/package.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "name": "minipass-sized", - "version": "1.0.3", - "description": "A Minipass stream that raises an error if you get a different number of bytes than expected", - "author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)", - "license": "ISC", - "scripts": { - "test": "tap", - "snap": "tap", - "preversion": "npm test", - "postversion": "npm publish", - "postpublish": "git push origin --follow-tags" - }, - "tap": { - "check-coverage": true - }, - "devDependencies": { - "tap": "^14.6.4" - }, - "dependencies": { - "minipass": "^3.0.0" - }, - "main": "index.js", - "keywords": [ - "minipass", - "size", - "length" - ], - "directories": { - "test": "test" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/isaacs/minipass-sized.git" - }, - "engines": { - "node": ">=8" - } -} diff --git a/software/flow/node_modules/npm/node_modules/minipass-sized/test/basic.js b/software/flow/node_modules/npm/node_modules/minipass-sized/test/basic.js deleted file mode 100644 index bbdcada..0000000 --- a/software/flow/node_modules/npm/node_modules/minipass-sized/test/basic.js +++ /dev/null @@ -1,83 +0,0 @@ -const t = require('tap') -const MPS = require('../') - -t.test('ok if size checks out', t => { - const mps = new MPS({ size: 4 }) - - mps.write(Buffer.from('a').toString('hex'), 'hex') - mps.write(Buffer.from('sd')) - mps.end('f') - return mps.concat().then(data => t.equal(data.toString(), 'asdf')) -}) - -t.test('error if size exceeded', t => { - const mps = new MPS({ size: 1 }) - mps.on('error', er => { - t.match(er, { - message: 'Bad data size: expected 1 bytes, but got 4', - found: 4, - expect: 1, - code: 'EBADSIZE', - name: 'SizeError', - }) - t.end() - }) - mps.write('asdf') -}) - -t.test('error if size is not met', t => { - const mps = new MPS({ size: 999 }) - t.throws(() => mps.end(), { - message: 'Bad data size: expected 999 bytes, but got 0', - found: 0, - name: 'SizeError', - expect: 999, - code: 'EBADSIZE', - }) - t.end() -}) - -t.test('error if non-string/buffer is written', t => { - const mps = new MPS({size:1}) - mps.on('error', er => { - t.match(er, { - message: 'MinipassSized streams only work with string and buffer data' - }) - t.end() - }) - mps.write({some:'object'}) -}) - -t.test('projectiles', t => { - t.throws(() => new MPS(), { - message: 'invalid expected size: undefined' - }, 'size is required') - t.throws(() => new MPS({size: true}), { - message: 'invalid expected size: true' - }, 'size must be number') - t.throws(() => new MPS({size: NaN}), { - message: 'invalid expected size: NaN' - }, 'size must not be NaN') - t.throws(() => new MPS({size:1.2}), { - message: 'invalid expected size: 1.2' - }, 'size must be integer') - t.throws(() => new MPS({size: Infinity}), { - message: 'invalid expected size: Infinity' - }, 'size must be finite') - t.throws(() => new MPS({size: -1}), { - message: 'invalid expected size: -1' - }, 'size must be positive') - t.throws(() => new MPS({objectMode: true}), { - message: 'MinipassSized streams only work with string and buffer data' - }, 'no objectMode') - t.throws(() => new MPS({size: Number.MAX_SAFE_INTEGER + 1000000}), { - message: 'invalid expected size: 9007199255740992' - }) - t.end() -}) - -t.test('exports SizeError class', t => { - t.isa(MPS.SizeError, 'function') - t.isa(MPS.SizeError.prototype, Error) - t.end() -}) diff --git a/software/flow/node_modules/npm/node_modules/minipass/LICENSE b/software/flow/node_modules/npm/node_modules/minipass/LICENSE deleted file mode 100644 index 97f8e32..0000000 --- a/software/flow/node_modules/npm/node_modules/minipass/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -The ISC License - -Copyright (c) 2017-2023 npm, Inc., Isaac Z. Schlueter, and Contributors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/minipass/index.d.ts b/software/flow/node_modules/npm/node_modules/minipass/index.d.ts deleted file mode 100644 index 93a06eb..0000000 --- a/software/flow/node_modules/npm/node_modules/minipass/index.d.ts +++ /dev/null @@ -1,147 +0,0 @@ -/// <reference types="node" /> - -// Note: marking anything protected or private in the exported -// class will limit Minipass's ability to be used as the base -// for mixin classes. -import { EventEmitter } from 'events' -import { Stream } from 'stream' - -declare namespace Minipass { - type Encoding = BufferEncoding | 'buffer' | null - - interface Writable extends EventEmitter { - end(): any - write(chunk: any, ...args: any[]): any - } - - interface Readable extends EventEmitter { - pause(): any - resume(): any - pipe(): any - } - - type DualIterable<T> = Iterable<T> & AsyncIterable<T> - - type ContiguousData = Buffer | ArrayBufferLike | ArrayBufferView | string - - type BufferOrString = Buffer | string - - interface StringOptions { - encoding: BufferEncoding - objectMode?: boolean - async?: boolean - } - - interface BufferOptions { - encoding?: null | 'buffer' - objectMode?: boolean - async?: boolean - } - - interface ObjectModeOptions { - objectMode: true - async?: boolean - } - - interface PipeOptions { - end?: boolean - proxyErrors?: boolean - } - - type Options<T> = T extends string - ? StringOptions - : T extends Buffer - ? BufferOptions - : ObjectModeOptions -} - -declare class Minipass< - RType extends any = Buffer, - WType extends any = RType extends Minipass.BufferOrString - ? Minipass.ContiguousData - : RType - > - extends Stream - implements Minipass.DualIterable<RType> -{ - static isStream(stream: any): stream is Minipass.Readable | Minipass.Writable - - readonly bufferLength: number - readonly flowing: boolean - readonly writable: boolean - readonly readable: boolean - readonly paused: boolean - readonly emittedEnd: boolean - readonly destroyed: boolean - - /** - * Technically writable, but mutating it can change the type, - * so is not safe to do in TypeScript. - */ - readonly objectMode: boolean - async: boolean - - /** - * Note: encoding is not actually read-only, and setEncoding(enc) - * exists. However, this type definition will insist that TypeScript - * programs declare the type of a Minipass stream up front, and if - * that type is string, then an encoding MUST be set in the ctor. If - * the type is Buffer, then the encoding must be missing, or set to - * 'buffer' or null. If the type is anything else, then objectMode - * must be set in the constructor options. So there is effectively - * no allowed way that a TS program can set the encoding after - * construction, as doing so will destroy any hope of type safety. - * TypeScript does not provide many options for changing the type of - * an object at run-time, which is what changing the encoding does. - */ - readonly encoding: Minipass.Encoding - // setEncoding(encoding: Encoding): void - - // Options required if not reading buffers - constructor( - ...args: RType extends Buffer - ? [] | [Minipass.Options<RType>] - : [Minipass.Options<RType>] - ) - - write(chunk: WType, cb?: () => void): boolean - write(chunk: WType, encoding?: Minipass.Encoding, cb?: () => void): boolean - read(size?: number): RType - end(cb?: () => void): this - end(chunk: any, cb?: () => void): this - end(chunk: any, encoding?: Minipass.Encoding, cb?: () => void): this - pause(): void - resume(): void - promise(): Promise<void> - collect(): Promise<RType[]> - - concat(): RType extends Minipass.BufferOrString ? Promise<RType> : never - destroy(er?: any): void - pipe<W extends Minipass.Writable>(dest: W, opts?: Minipass.PipeOptions): W - unpipe<W extends Minipass.Writable>(dest: W): void - - /** - * alias for on() - */ - addEventHandler(event: string, listener: (...args: any[]) => any): this - - on(event: string, listener: (...args: any[]) => any): this - on(event: 'data', listener: (chunk: RType) => any): this - on(event: 'error', listener: (error: any) => any): this - on( - event: - | 'readable' - | 'drain' - | 'resume' - | 'end' - | 'prefinish' - | 'finish' - | 'close', - listener: () => any - ): this - - [Symbol.iterator](): Generator<RType, void, void> - [Symbol.asyncIterator](): AsyncGenerator<RType, void, void> -} - -export = Minipass diff --git a/software/flow/node_modules/npm/node_modules/minipass/index.js b/software/flow/node_modules/npm/node_modules/minipass/index.js deleted file mode 100644 index 5d45de8..0000000 --- a/software/flow/node_modules/npm/node_modules/minipass/index.js +++ /dev/null @@ -1,666 +0,0 @@ -'use strict' -const proc = - typeof process === 'object' && process - ? process - : { - stdout: null, - stderr: null, - } -const EE = require('events') -const Stream = require('stream') -const SD = require('string_decoder').StringDecoder - -const EOF = Symbol('EOF') -const MAYBE_EMIT_END = Symbol('maybeEmitEnd') -const EMITTED_END = Symbol('emittedEnd') -const EMITTING_END = Symbol('emittingEnd') -const EMITTED_ERROR = Symbol('emittedError') -const CLOSED = Symbol('closed') -const READ = Symbol('read') -const FLUSH = Symbol('flush') -const FLUSHCHUNK = Symbol('flushChunk') -const ENCODING = Symbol('encoding') -const DECODER = Symbol('decoder') -const FLOWING = Symbol('flowing') -const PAUSED = Symbol('paused') -const RESUME = Symbol('resume') -const BUFFER = Symbol('buffer') -const PIPES = Symbol('pipes') -const BUFFERLENGTH = Symbol('bufferLength') -const BUFFERPUSH = Symbol('bufferPush') -const BUFFERSHIFT = Symbol('bufferShift') -const OBJECTMODE = Symbol('objectMode') -// internal event when stream is destroyed -const DESTROYED = Symbol('destroyed') -// internal event when stream has an error -const ERROR = Symbol('error') -const EMITDATA = Symbol('emitData') -const EMITEND = Symbol('emitEnd') -const EMITEND2 = Symbol('emitEnd2') -const ASYNC = Symbol('async') - -const defer = fn => Promise.resolve().then(fn) - -// TODO remove when Node v8 support drops -const doIter = global._MP_NO_ITERATOR_SYMBOLS_ !== '1' -const ASYNCITERATOR = - (doIter && Symbol.asyncIterator) || Symbol('asyncIterator not implemented') -const ITERATOR = - (doIter && Symbol.iterator) || Symbol('iterator not implemented') - -// events that mean 'the stream is over' -// these are treated specially, and re-emitted -// if they are listened for after emitting. -const isEndish = ev => ev === 'end' || ev === 'finish' || ev === 'prefinish' - -const isArrayBuffer = b => - b instanceof ArrayBuffer || - (typeof b === 'object' && - b.constructor && - b.constructor.name === 'ArrayBuffer' && - b.byteLength >= 0) - -const isArrayBufferView = b => !Buffer.isBuffer(b) && ArrayBuffer.isView(b) - -class Pipe { - constructor(src, dest, opts) { - this.src = src - this.dest = dest - this.opts = opts - this.ondrain = () => src[RESUME]() - dest.on('drain', this.ondrain) - } - unpipe() { - this.dest.removeListener('drain', this.ondrain) - } - // istanbul ignore next - only here for the prototype - proxyErrors() {} - end() { - this.unpipe() - if (this.opts.end) this.dest.end() - } -} - -class PipeProxyErrors extends Pipe { - unpipe() { - this.src.removeListener('error', this.proxyErrors) - super.unpipe() - } - constructor(src, dest, opts) { - super(src, dest, opts) - this.proxyErrors = er => dest.emit('error', er) - src.on('error', this.proxyErrors) - } -} - -module.exports = class Minipass extends Stream { - constructor(options) { - super() - this[FLOWING] = false - // whether we're explicitly paused - this[PAUSED] = false - this[PIPES] = [] - this[BUFFER] = [] - this[OBJECTMODE] = (options && options.objectMode) || false - if (this[OBJECTMODE]) this[ENCODING] = null - else this[ENCODING] = (options && options.encoding) || null - if (this[ENCODING] === 'buffer') this[ENCODING] = null - this[ASYNC] = (options && !!options.async) || false - this[DECODER] = this[ENCODING] ? new SD(this[ENCODING]) : null - this[EOF] = false - this[EMITTED_END] = false - this[EMITTING_END] = false - this[CLOSED] = false - this[EMITTED_ERROR] = null - this.writable = true - this.readable = true - this[BUFFERLENGTH] = 0 - this[DESTROYED] = false - if (options && options.debugExposeBuffer === true) { - Object.defineProperty(this, 'buffer', { get: () => this[BUFFER] }) - } - if (options && options.debugExposePipes === true) { - Object.defineProperty(this, 'pipes', { get: () => this[PIPES] }) - } - } - - get bufferLength() { - return this[BUFFERLENGTH] - } - - get encoding() { - return this[ENCODING] - } - set encoding(enc) { - if (this[OBJECTMODE]) throw new Error('cannot set encoding in objectMode') - - if ( - this[ENCODING] && - enc !== this[ENCODING] && - ((this[DECODER] && this[DECODER].lastNeed) || this[BUFFERLENGTH]) - ) - throw new Error('cannot change encoding') - - if (this[ENCODING] !== enc) { - this[DECODER] = enc ? new SD(enc) : null - if (this[BUFFER].length) - this[BUFFER] = this[BUFFER].map(chunk => this[DECODER].write(chunk)) - } - - this[ENCODING] = enc - } - - setEncoding(enc) { - this.encoding = enc - } - - get objectMode() { - return this[OBJECTMODE] - } - set objectMode(om) { - this[OBJECTMODE] = this[OBJECTMODE] || !!om - } - - get ['async']() { - return this[ASYNC] - } - set ['async'](a) { - this[ASYNC] = this[ASYNC] || !!a - } - - write(chunk, encoding, cb) { - if (this[EOF]) throw new Error('write after end') - - if (this[DESTROYED]) { - this.emit( - 'error', - Object.assign( - new Error('Cannot call write after a stream was destroyed'), - { code: 'ERR_STREAM_DESTROYED' } - ) - ) - return true - } - - if (typeof encoding === 'function') (cb = encoding), (encoding = 'utf8') - - if (!encoding) encoding = 'utf8' - - const fn = this[ASYNC] ? defer : f => f() - - // convert array buffers and typed array views into buffers - // at some point in the future, we may want to do the opposite! - // leave strings and buffers as-is - // anything else switches us into object mode - if (!this[OBJECTMODE] && !Buffer.isBuffer(chunk)) { - if (isArrayBufferView(chunk)) - chunk = Buffer.from(chunk.buffer, chunk.byteOffset, chunk.byteLength) - else if (isArrayBuffer(chunk)) chunk = Buffer.from(chunk) - else if (typeof chunk !== 'string') - // use the setter so we throw if we have encoding set - this.objectMode = true - } - - // handle object mode up front, since it's simpler - // this yields better performance, fewer checks later. - if (this[OBJECTMODE]) { - /* istanbul ignore if - maybe impossible? */ - if (this.flowing && this[BUFFERLENGTH] !== 0) this[FLUSH](true) - - if (this.flowing) this.emit('data', chunk) - else this[BUFFERPUSH](chunk) - - if (this[BUFFERLENGTH] !== 0) this.emit('readable') - - if (cb) fn(cb) - - return this.flowing - } - - // at this point the chunk is a buffer or string - // don't buffer it up or send it to the decoder - if (!chunk.length) { - if (this[BUFFERLENGTH] !== 0) this.emit('readable') - if (cb) fn(cb) - return this.flowing - } - - // fast-path writing strings of same encoding to a stream with - // an empty buffer, skipping the buffer/decoder dance - if ( - typeof chunk === 'string' && - // unless it is a string already ready for us to use - !(encoding === this[ENCODING] && !this[DECODER].lastNeed) - ) { - chunk = Buffer.from(chunk, encoding) - } - - if (Buffer.isBuffer(chunk) && this[ENCODING]) - chunk = this[DECODER].write(chunk) - - // Note: flushing CAN potentially switch us into not-flowing mode - if (this.flowing && this[BUFFERLENGTH] !== 0) this[FLUSH](true) - - if (this.flowing) this.emit('data', chunk) - else this[BUFFERPUSH](chunk) - - if (this[BUFFERLENGTH] !== 0) this.emit('readable') - - if (cb) fn(cb) - - return this.flowing - } - - read(n) { - if (this[DESTROYED]) return null - - if (this[BUFFERLENGTH] === 0 || n === 0 || n > this[BUFFERLENGTH]) { - this[MAYBE_EMIT_END]() - return null - } - - if (this[OBJECTMODE]) n = null - - if (this[BUFFER].length > 1 && !this[OBJECTMODE]) { - if (this.encoding) this[BUFFER] = [this[BUFFER].join('')] - else this[BUFFER] = [Buffer.concat(this[BUFFER], this[BUFFERLENGTH])] - } - - const ret = this[READ](n || null, this[BUFFER][0]) - this[MAYBE_EMIT_END]() - return ret - } - - [READ](n, chunk) { - if (n === chunk.length || n === null) this[BUFFERSHIFT]() - else { - this[BUFFER][0] = chunk.slice(n) - chunk = chunk.slice(0, n) - this[BUFFERLENGTH] -= n - } - - this.emit('data', chunk) - - if (!this[BUFFER].length && !this[EOF]) this.emit('drain') - - return chunk - } - - end(chunk, encoding, cb) { - if (typeof chunk === 'function') (cb = chunk), (chunk = null) - if (typeof encoding === 'function') (cb = encoding), (encoding = 'utf8') - if (chunk) this.write(chunk, encoding) - if (cb) this.once('end', cb) - this[EOF] = true - this.writable = false - - // if we haven't written anything, then go ahead and emit, - // even if we're not reading. - // we'll re-emit if a new 'end' listener is added anyway. - // This makes MP more suitable to write-only use cases. - if (this.flowing || !this[PAUSED]) this[MAYBE_EMIT_END]() - return this - } - - // don't let the internal resume be overwritten - [RESUME]() { - if (this[DESTROYED]) return - - this[PAUSED] = false - this[FLOWING] = true - this.emit('resume') - if (this[BUFFER].length) this[FLUSH]() - else if (this[EOF]) this[MAYBE_EMIT_END]() - else this.emit('drain') - } - - resume() { - return this[RESUME]() - } - - pause() { - this[FLOWING] = false - this[PAUSED] = true - } - - get destroyed() { - return this[DESTROYED] - } - - get flowing() { - return this[FLOWING] - } - - get paused() { - return this[PAUSED] - } - - [BUFFERPUSH](chunk) { - if (this[OBJECTMODE]) this[BUFFERLENGTH] += 1 - else this[BUFFERLENGTH] += chunk.length - this[BUFFER].push(chunk) - } - - [BUFFERSHIFT]() { - if (this[BUFFER].length) { - if (this[OBJECTMODE]) this[BUFFERLENGTH] -= 1 - else this[BUFFERLENGTH] -= this[BUFFER][0].length - } - return this[BUFFER].shift() - } - - [FLUSH](noDrain) { - do {} while (this[FLUSHCHUNK](this[BUFFERSHIFT]())) - - if (!noDrain && !this[BUFFER].length && !this[EOF]) this.emit('drain') - } - - [FLUSHCHUNK](chunk) { - return chunk ? (this.emit('data', chunk), this.flowing) : false - } - - pipe(dest, opts) { - if (this[DESTROYED]) return - - const ended = this[EMITTED_END] - opts = opts || {} - if (dest === proc.stdout || dest === proc.stderr) opts.end = false - else opts.end = opts.end !== false - opts.proxyErrors = !!opts.proxyErrors - - // piping an ended stream ends immediately - if (ended) { - if (opts.end) dest.end() - } else { - this[PIPES].push( - !opts.proxyErrors - ? new Pipe(this, dest, opts) - : new PipeProxyErrors(this, dest, opts) - ) - if (this[ASYNC]) defer(() => this[RESUME]()) - else this[RESUME]() - } - - return dest - } - - unpipe(dest) { - const p = this[PIPES].find(p => p.dest === dest) - if (p) { - this[PIPES].splice(this[PIPES].indexOf(p), 1) - p.unpipe() - } - } - - addListener(ev, fn) { - return this.on(ev, fn) - } - - on(ev, fn) { - const ret = super.on(ev, fn) - if (ev === 'data' && !this[PIPES].length && !this.flowing) this[RESUME]() - else if (ev === 'readable' && this[BUFFERLENGTH] !== 0) - super.emit('readable') - else if (isEndish(ev) && this[EMITTED_END]) { - super.emit(ev) - this.removeAllListeners(ev) - } else if (ev === 'error' && this[EMITTED_ERROR]) { - if (this[ASYNC]) defer(() => fn.call(this, this[EMITTED_ERROR])) - else fn.call(this, this[EMITTED_ERROR]) - } - return ret - } - - get emittedEnd() { - return this[EMITTED_END] - } - - [MAYBE_EMIT_END]() { - if ( - !this[EMITTING_END] && - !this[EMITTED_END] && - !this[DESTROYED] && - this[BUFFER].length === 0 && - this[EOF] - ) { - this[EMITTING_END] = true - this.emit('end') - this.emit('prefinish') - this.emit('finish') - if (this[CLOSED]) this.emit('close') - this[EMITTING_END] = false - } - } - - emit(ev, data, ...extra) { - // error and close are only events allowed after calling destroy() - if (ev !== 'error' && ev !== 'close' && ev !== DESTROYED && this[DESTROYED]) - return - else if (ev === 'data') { - return !data - ? false - : this[ASYNC] - ? defer(() => this[EMITDATA](data)) - : this[EMITDATA](data) - } else if (ev === 'end') { - return this[EMITEND]() - } else if (ev === 'close') { - this[CLOSED] = true - // don't emit close before 'end' and 'finish' - if (!this[EMITTED_END] && !this[DESTROYED]) return - const ret = super.emit('close') - this.removeAllListeners('close') - return ret - } else if (ev === 'error') { - this[EMITTED_ERROR] = data - super.emit(ERROR, data) - const ret = super.emit('error', data) - this[MAYBE_EMIT_END]() - return ret - } else if (ev === 'resume') { - const ret = super.emit('resume') - this[MAYBE_EMIT_END]() - return ret - } else if (ev === 'finish' || ev === 'prefinish') { - const ret = super.emit(ev) - this.removeAllListeners(ev) - return ret - } - - // Some other unknown event - const ret = super.emit(ev, data, ...extra) - this[MAYBE_EMIT_END]() - return ret - } - - [EMITDATA](data) { - for (const p of this[PIPES]) { - if (p.dest.write(data) === false) this.pause() - } - const ret = super.emit('data', data) - this[MAYBE_EMIT_END]() - return ret - } - - [EMITEND]() { - if (this[EMITTED_END]) return - - this[EMITTED_END] = true - this.readable = false - if (this[ASYNC]) defer(() => this[EMITEND2]()) - else this[EMITEND2]() - } - - [EMITEND2]() { - if (this[DECODER]) { - const data = this[DECODER].end() - if (data) { - for (const p of this[PIPES]) { - p.dest.write(data) - } - super.emit('data', data) - } - } - - for (const p of this[PIPES]) { - p.end() - } - const ret = super.emit('end') - this.removeAllListeners('end') - return ret - } - - // const all = await stream.collect() - collect() { - const buf = [] - if (!this[OBJECTMODE]) buf.dataLength = 0 - // set the promise first, in case an error is raised - // by triggering the flow here. - const p = this.promise() - this.on('data', c => { - buf.push(c) - if (!this[OBJECTMODE]) buf.dataLength += c.length - }) - return p.then(() => buf) - } - - // const data = await stream.concat() - concat() { - return this[OBJECTMODE] - ? Promise.reject(new Error('cannot concat in objectMode')) - : this.collect().then(buf => - this[OBJECTMODE] - ? Promise.reject(new Error('cannot concat in objectMode')) - : this[ENCODING] - ? buf.join('') - : Buffer.concat(buf, buf.dataLength) - ) - } - - // stream.promise().then(() => done, er => emitted error) - promise() { - return new Promise((resolve, reject) => { - this.on(DESTROYED, () => reject(new Error('stream destroyed'))) - this.on('error', er => reject(er)) - this.on('end', () => resolve()) - }) - } - - // for await (let chunk of stream) - [ASYNCITERATOR]() { - let stopped = false - const stop = () => { - this.pause() - stopped = true - return Promise.resolve({ done: true }) - } - const next = () => { - if (stopped) return stop() - const res = this.read() - if (res !== null) return Promise.resolve({ done: false, value: res }) - - if (this[EOF]) return stop() - - let resolve = null - let reject = null - const onerr = er => { - this.removeListener('data', ondata) - this.removeListener('end', onend) - stop() - reject(er) - } - const ondata = value => { - this.removeListener('error', onerr) - this.removeListener('end', onend) - this.pause() - resolve({ value: value, done: !!this[EOF] }) - } - const onend = () => { - this.removeListener('error', onerr) - this.removeListener('data', ondata) - stop() - resolve({ done: true }) - } - const ondestroy = () => onerr(new Error('stream destroyed')) - return new Promise((res, rej) => { - reject = rej - resolve = res - this.once(DESTROYED, ondestroy) - this.once('error', onerr) - this.once('end', onend) - this.once('data', ondata) - }) - } - - return { - next, - throw: stop, - return: stop, - [ASYNCITERATOR]() { - return this - }, - } - } - - // for (let chunk of stream) - [ITERATOR]() { - let stopped = false - const stop = () => { - this.pause() - this.removeListener(ERROR, stop) - this.removeListener('end', stop) - stopped = true - return { done: true } - } - - const next = () => { - if (stopped) return stop() - const value = this.read() - return value === null ? stop() : { value } - } - this.once('end', stop) - this.once(ERROR, stop) - - return { - next, - throw: stop, - return: stop, - [ITERATOR]() { - return this - }, - } - } - - destroy(er) { - if (this[DESTROYED]) { - if (er) this.emit('error', er) - else this.emit(DESTROYED) - return this - } - - this[DESTROYED] = true - - // throw away all buffered data, it's never coming out - this[BUFFER].length = 0 - this[BUFFERLENGTH] = 0 - - if (typeof this.close === 'function' && !this[CLOSED]) this.close() - - if (er) this.emit('error', er) - // if no error to emit, still reject pending promises - else this.emit(DESTROYED) - - return this - } - - static isStream(s) { - return ( - !!s && - (s instanceof Minipass || - s instanceof Stream || - (s instanceof EE && - (typeof s.pipe === 'function' || // readable - (typeof s.write === 'function' && typeof s.end === 'function')))) // writable - ) - } -} diff --git a/software/flow/node_modules/npm/node_modules/minipass/package.json b/software/flow/node_modules/npm/node_modules/minipass/package.json deleted file mode 100644 index 43051ad..0000000 --- a/software/flow/node_modules/npm/node_modules/minipass/package.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "minipass", - "version": "4.0.3", - "description": "minimal implementation of a PassThrough stream", - "main": "index.js", - "types": "index.d.ts", - "devDependencies": { - "@types/node": "^17.0.41", - "end-of-stream": "^1.4.0", - "prettier": "^2.6.2", - "tap": "^16.2.0", - "through2": "^2.0.3", - "ts-node": "^10.8.1", - "typedoc": "^0.23.24", - "typescript": "^4.7.3" - }, - "scripts": { - "test": "tap", - "preversion": "npm test", - "postversion": "npm publish", - "postpublish": "git push origin --follow-tags", - "typedoc": "typedoc ./index.d.ts", - "format": "prettier --write . --loglevel warn" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/isaacs/minipass.git" - }, - "keywords": [ - "passthrough", - "stream" - ], - "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)", - "license": "ISC", - "files": [ - "index.d.ts", - "index.js" - ], - "tap": { - "check-coverage": true - }, - "engines": { - "node": ">=8" - }, - "prettier": { - "semi": false, - "printWidth": 80, - "tabWidth": 2, - "useTabs": false, - "singleQuote": true, - "jsxSingleQuote": false, - "bracketSameLine": true, - "arrowParens": "avoid", - "endOfLine": "lf" - } -} diff --git a/software/flow/node_modules/npm/node_modules/minizlib/LICENSE b/software/flow/node_modules/npm/node_modules/minizlib/LICENSE deleted file mode 100644 index ffce738..0000000 --- a/software/flow/node_modules/npm/node_modules/minizlib/LICENSE +++ /dev/null @@ -1,26 +0,0 @@ -Minizlib was created by Isaac Z. Schlueter. -It is a derivative work of the Node.js project. - -""" -Copyright Isaac Z. Schlueter and Contributors -Copyright Node.js contributors. All rights reserved. -Copyright Joyent, Inc. and other Node contributors. All rights reserved. - -Permission is hereby granted, free of charge, to any person obtaining a -copy of this software and associated documentation files (the "Software"), -to deal in the Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, sublicense, -and/or sell copies of the Software, and to permit persons to whom the -Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -""" diff --git a/software/flow/node_modules/npm/node_modules/minizlib/constants.js b/software/flow/node_modules/npm/node_modules/minizlib/constants.js deleted file mode 100644 index 641ebc7..0000000 --- a/software/flow/node_modules/npm/node_modules/minizlib/constants.js +++ /dev/null @@ -1,115 +0,0 @@ -// Update with any zlib constants that are added or changed in the future. -// Node v6 didn't export this, so we just hard code the version and rely -// on all the other hard-coded values from zlib v4736. When node v6 -// support drops, we can just export the realZlibConstants object. -const realZlibConstants = require('zlib').constants || - /* istanbul ignore next */ { ZLIB_VERNUM: 4736 } - -module.exports = Object.freeze(Object.assign(Object.create(null), { - Z_NO_FLUSH: 0, - Z_PARTIAL_FLUSH: 1, - Z_SYNC_FLUSH: 2, - Z_FULL_FLUSH: 3, - Z_FINISH: 4, - Z_BLOCK: 5, - Z_OK: 0, - Z_STREAM_END: 1, - Z_NEED_DICT: 2, - Z_ERRNO: -1, - Z_STREAM_ERROR: -2, - Z_DATA_ERROR: -3, - Z_MEM_ERROR: -4, - Z_BUF_ERROR: -5, - Z_VERSION_ERROR: -6, - Z_NO_COMPRESSION: 0, - Z_BEST_SPEED: 1, - Z_BEST_COMPRESSION: 9, - Z_DEFAULT_COMPRESSION: -1, - Z_FILTERED: 1, - Z_HUFFMAN_ONLY: 2, - Z_RLE: 3, - Z_FIXED: 4, - Z_DEFAULT_STRATEGY: 0, - DEFLATE: 1, - INFLATE: 2, - GZIP: 3, - GUNZIP: 4, - DEFLATERAW: 5, - INFLATERAW: 6, - UNZIP: 7, - BROTLI_DECODE: 8, - BROTLI_ENCODE: 9, - Z_MIN_WINDOWBITS: 8, - Z_MAX_WINDOWBITS: 15, - Z_DEFAULT_WINDOWBITS: 15, - Z_MIN_CHUNK: 64, - Z_MAX_CHUNK: Infinity, - Z_DEFAULT_CHUNK: 16384, - Z_MIN_MEMLEVEL: 1, - Z_MAX_MEMLEVEL: 9, - Z_DEFAULT_MEMLEVEL: 8, - Z_MIN_LEVEL: -1, - Z_MAX_LEVEL: 9, - Z_DEFAULT_LEVEL: -1, - BROTLI_OPERATION_PROCESS: 0, - BROTLI_OPERATION_FLUSH: 1, - BROTLI_OPERATION_FINISH: 2, - BROTLI_OPERATION_EMIT_METADATA: 3, - BROTLI_MODE_GENERIC: 0, - BROTLI_MODE_TEXT: 1, - BROTLI_MODE_FONT: 2, - BROTLI_DEFAULT_MODE: 0, - BROTLI_MIN_QUALITY: 0, - BROTLI_MAX_QUALITY: 11, - BROTLI_DEFAULT_QUALITY: 11, - BROTLI_MIN_WINDOW_BITS: 10, - BROTLI_MAX_WINDOW_BITS: 24, - BROTLI_LARGE_MAX_WINDOW_BITS: 30, - BROTLI_DEFAULT_WINDOW: 22, - BROTLI_MIN_INPUT_BLOCK_BITS: 16, - BROTLI_MAX_INPUT_BLOCK_BITS: 24, - BROTLI_PARAM_MODE: 0, - BROTLI_PARAM_QUALITY: 1, - BROTLI_PARAM_LGWIN: 2, - BROTLI_PARAM_LGBLOCK: 3, - BROTLI_PARAM_DISABLE_LITERAL_CONTEXT_MODELING: 4, - BROTLI_PARAM_SIZE_HINT: 5, - BROTLI_PARAM_LARGE_WINDOW: 6, - BROTLI_PARAM_NPOSTFIX: 7, - BROTLI_PARAM_NDIRECT: 8, - BROTLI_DECODER_RESULT_ERROR: 0, - BROTLI_DECODER_RESULT_SUCCESS: 1, - BROTLI_DECODER_RESULT_NEEDS_MORE_INPUT: 2, - BROTLI_DECODER_RESULT_NEEDS_MORE_OUTPUT: 3, - BROTLI_DECODER_PARAM_DISABLE_RING_BUFFER_REALLOCATION: 0, - BROTLI_DECODER_PARAM_LARGE_WINDOW: 1, - BROTLI_DECODER_NO_ERROR: 0, - BROTLI_DECODER_SUCCESS: 1, - BROTLI_DECODER_NEEDS_MORE_INPUT: 2, - BROTLI_DECODER_NEEDS_MORE_OUTPUT: 3, - BROTLI_DECODER_ERROR_FORMAT_EXUBERANT_NIBBLE: -1, - BROTLI_DECODER_ERROR_FORMAT_RESERVED: -2, - BROTLI_DECODER_ERROR_FORMAT_EXUBERANT_META_NIBBLE: -3, - BROTLI_DECODER_ERROR_FORMAT_SIMPLE_HUFFMAN_ALPHABET: -4, - BROTLI_DECODER_ERROR_FORMAT_SIMPLE_HUFFMAN_SAME: -5, - BROTLI_DECODER_ERROR_FORMAT_CL_SPACE: -6, - BROTLI_DECODER_ERROR_FORMAT_HUFFMAN_SPACE: -7, - BROTLI_DECODER_ERROR_FORMAT_CONTEXT_MAP_REPEAT: -8, - BROTLI_DECODER_ERROR_FORMAT_BLOCK_LENGTH_1: -9, - BROTLI_DECODER_ERROR_FORMAT_BLOCK_LENGTH_2: -10, - BROTLI_DECODER_ERROR_FORMAT_TRANSFORM: -11, - BROTLI_DECODER_ERROR_FORMAT_DICTIONARY: -12, - BROTLI_DECODER_ERROR_FORMAT_WINDOW_BITS: -13, - BROTLI_DECODER_ERROR_FORMAT_PADDING_1: -14, - BROTLI_DECODER_ERROR_FORMAT_PADDING_2: -15, - BROTLI_DECODER_ERROR_FORMAT_DISTANCE: -16, - BROTLI_DECODER_ERROR_DICTIONARY_NOT_SET: -19, - BROTLI_DECODER_ERROR_INVALID_ARGUMENTS: -20, - BROTLI_DECODER_ERROR_ALLOC_CONTEXT_MODES: -21, - BROTLI_DECODER_ERROR_ALLOC_TREE_GROUPS: -22, - BROTLI_DECODER_ERROR_ALLOC_CONTEXT_MAP: -25, - BROTLI_DECODER_ERROR_ALLOC_RING_BUFFER_1: -26, - BROTLI_DECODER_ERROR_ALLOC_RING_BUFFER_2: -27, - BROTLI_DECODER_ERROR_ALLOC_BLOCK_TYPE_TREES: -30, - BROTLI_DECODER_ERROR_UNREACHABLE: -31, -}, realZlibConstants)) diff --git a/software/flow/node_modules/npm/node_modules/minizlib/index.js b/software/flow/node_modules/npm/node_modules/minizlib/index.js deleted file mode 100644 index fbaf69e..0000000 --- a/software/flow/node_modules/npm/node_modules/minizlib/index.js +++ /dev/null @@ -1,348 +0,0 @@ -'use strict' - -const assert = require('assert') -const Buffer = require('buffer').Buffer -const realZlib = require('zlib') - -const constants = exports.constants = require('./constants.js') -const Minipass = require('minipass') - -const OriginalBufferConcat = Buffer.concat - -const _superWrite = Symbol('_superWrite') -class ZlibError extends Error { - constructor (err) { - super('zlib: ' + err.message) - this.code = err.code - this.errno = err.errno - /* istanbul ignore if */ - if (!this.code) - this.code = 'ZLIB_ERROR' - - this.message = 'zlib: ' + err.message - Error.captureStackTrace(this, this.constructor) - } - - get name () { - return 'ZlibError' - } -} - -// the Zlib class they all inherit from -// This thing manages the queue of requests, and returns -// true or false if there is anything in the queue when -// you call the .write() method. -const _opts = Symbol('opts') -const _flushFlag = Symbol('flushFlag') -const _finishFlushFlag = Symbol('finishFlushFlag') -const _fullFlushFlag = Symbol('fullFlushFlag') -const _handle = Symbol('handle') -const _onError = Symbol('onError') -const _sawError = Symbol('sawError') -const _level = Symbol('level') -const _strategy = Symbol('strategy') -const _ended = Symbol('ended') -const _defaultFullFlush = Symbol('_defaultFullFlush') - -class ZlibBase extends Minipass { - constructor (opts, mode) { - if (!opts || typeof opts !== 'object') - throw new TypeError('invalid options for ZlibBase constructor') - - super(opts) - this[_sawError] = false - this[_ended] = false - this[_opts] = opts - - this[_flushFlag] = opts.flush - this[_finishFlushFlag] = opts.finishFlush - // this will throw if any options are invalid for the class selected - try { - this[_handle] = new realZlib[mode](opts) - } catch (er) { - // make sure that all errors get decorated properly - throw new ZlibError(er) - } - - this[_onError] = (err) => { - // no sense raising multiple errors, since we abort on the first one. - if (this[_sawError]) - return - - this[_sawError] = true - - // there is no way to cleanly recover. - // continuing only obscures problems. - this.close() - this.emit('error', err) - } - - this[_handle].on('error', er => this[_onError](new ZlibError(er))) - this.once('end', () => this.close) - } - - close () { - if (this[_handle]) { - this[_handle].close() - this[_handle] = null - this.emit('close') - } - } - - reset () { - if (!this[_sawError]) { - assert(this[_handle], 'zlib binding closed') - return this[_handle].reset() - } - } - - flush (flushFlag) { - if (this.ended) - return - - if (typeof flushFlag !== 'number') - flushFlag = this[_fullFlushFlag] - this.write(Object.assign(Buffer.alloc(0), { [_flushFlag]: flushFlag })) - } - - end (chunk, encoding, cb) { - if (chunk) - this.write(chunk, encoding) - this.flush(this[_finishFlushFlag]) - this[_ended] = true - return super.end(null, null, cb) - } - - get ended () { - return this[_ended] - } - - write (chunk, encoding, cb) { - // process the chunk using the sync process - // then super.write() all the outputted chunks - if (typeof encoding === 'function') - cb = encoding, encoding = 'utf8' - - if (typeof chunk === 'string') - chunk = Buffer.from(chunk, encoding) - - if (this[_sawError]) - return - assert(this[_handle], 'zlib binding closed') - - // _processChunk tries to .close() the native handle after it's done, so we - // intercept that by temporarily making it a no-op. - const nativeHandle = this[_handle]._handle - const originalNativeClose = nativeHandle.close - nativeHandle.close = () => {} - const originalClose = this[_handle].close - this[_handle].close = () => {} - // It also calls `Buffer.concat()` at the end, which may be convenient - // for some, but which we are not interested in as it slows us down. - Buffer.concat = (args) => args - let result - try { - const flushFlag = typeof chunk[_flushFlag] === 'number' - ? chunk[_flushFlag] : this[_flushFlag] - result = this[_handle]._processChunk(chunk, flushFlag) - // if we don't throw, reset it back how it was - Buffer.concat = OriginalBufferConcat - } catch (err) { - // or if we do, put Buffer.concat() back before we emit error - // Error events call into user code, which may call Buffer.concat() - Buffer.concat = OriginalBufferConcat - this[_onError](new ZlibError(err)) - } finally { - if (this[_handle]) { - // Core zlib resets `_handle` to null after attempting to close the - // native handle. Our no-op handler prevented actual closure, but we - // need to restore the `._handle` property. - this[_handle]._handle = nativeHandle - nativeHandle.close = originalNativeClose - this[_handle].close = originalClose - // `_processChunk()` adds an 'error' listener. If we don't remove it - // after each call, these handlers start piling up. - this[_handle].removeAllListeners('error') - // make sure OUR error listener is still attached tho - } - } - - if (this[_handle]) - this[_handle].on('error', er => this[_onError](new ZlibError(er))) - - let writeReturn - if (result) { - if (Array.isArray(result) && result.length > 0) { - // The first buffer is always `handle._outBuffer`, which would be - // re-used for later invocations; so, we always have to copy that one. - writeReturn = this[_superWrite](Buffer.from(result[0])) - for (let i = 1; i < result.length; i++) { - writeReturn = this[_superWrite](result[i]) - } - } else { - writeReturn = this[_superWrite](Buffer.from(result)) - } - } - - if (cb) - cb() - return writeReturn - } - - [_superWrite] (data) { - return super.write(data) - } -} - -class Zlib extends ZlibBase { - constructor (opts, mode) { - opts = opts || {} - - opts.flush = opts.flush || constants.Z_NO_FLUSH - opts.finishFlush = opts.finishFlush || constants.Z_FINISH - super(opts, mode) - - this[_fullFlushFlag] = constants.Z_FULL_FLUSH - this[_level] = opts.level - this[_strategy] = opts.strategy - } - - params (level, strategy) { - if (this[_sawError]) - return - - if (!this[_handle]) - throw new Error('cannot switch params when binding is closed') - - // no way to test this without also not supporting params at all - /* istanbul ignore if */ - if (!this[_handle].params) - throw new Error('not supported in this implementation') - - if (this[_level] !== level || this[_strategy] !== strategy) { - this.flush(constants.Z_SYNC_FLUSH) - assert(this[_handle], 'zlib binding closed') - // .params() calls .flush(), but the latter is always async in the - // core zlib. We override .flush() temporarily to intercept that and - // flush synchronously. - const origFlush = this[_handle].flush - this[_handle].flush = (flushFlag, cb) => { - this.flush(flushFlag) - cb() - } - try { - this[_handle].params(level, strategy) - } finally { - this[_handle].flush = origFlush - } - /* istanbul ignore else */ - if (this[_handle]) { - this[_level] = level - this[_strategy] = strategy - } - } - } -} - -// minimal 2-byte header -class Deflate extends Zlib { - constructor (opts) { - super(opts, 'Deflate') - } -} - -class Inflate extends Zlib { - constructor (opts) { - super(opts, 'Inflate') - } -} - -// gzip - bigger header, same deflate compression -const _portable = Symbol('_portable') -class Gzip extends Zlib { - constructor (opts) { - super(opts, 'Gzip') - this[_portable] = opts && !!opts.portable - } - - [_superWrite] (data) { - if (!this[_portable]) - return super[_superWrite](data) - - // we'll always get the header emitted in one first chunk - // overwrite the OS indicator byte with 0xFF - this[_portable] = false - data[9] = 255 - return super[_superWrite](data) - } -} - -class Gunzip extends Zlib { - constructor (opts) { - super(opts, 'Gunzip') - } -} - -// raw - no header -class DeflateRaw extends Zlib { - constructor (opts) { - super(opts, 'DeflateRaw') - } -} - -class InflateRaw extends Zlib { - constructor (opts) { - super(opts, 'InflateRaw') - } -} - -// auto-detect header. -class Unzip extends Zlib { - constructor (opts) { - super(opts, 'Unzip') - } -} - -class Brotli extends ZlibBase { - constructor (opts, mode) { - opts = opts || {} - - opts.flush = opts.flush || constants.BROTLI_OPERATION_PROCESS - opts.finishFlush = opts.finishFlush || constants.BROTLI_OPERATION_FINISH - - super(opts, mode) - - this[_fullFlushFlag] = constants.BROTLI_OPERATION_FLUSH - } -} - -class BrotliCompress extends Brotli { - constructor (opts) { - super(opts, 'BrotliCompress') - } -} - -class BrotliDecompress extends Brotli { - constructor (opts) { - super(opts, 'BrotliDecompress') - } -} - -exports.Deflate = Deflate -exports.Inflate = Inflate -exports.Gzip = Gzip -exports.Gunzip = Gunzip -exports.DeflateRaw = DeflateRaw -exports.InflateRaw = InflateRaw -exports.Unzip = Unzip -/* istanbul ignore else */ -if (typeof realZlib.BrotliCompress === 'function') { - exports.BrotliCompress = BrotliCompress - exports.BrotliDecompress = BrotliDecompress -} else { - exports.BrotliCompress = exports.BrotliDecompress = class { - constructor () { - throw new Error('Brotli is not supported in this version of Node.js') - } - } -} diff --git a/software/flow/node_modules/npm/node_modules/minizlib/node_modules/minipass/LICENSE b/software/flow/node_modules/npm/node_modules/minizlib/node_modules/minipass/LICENSE deleted file mode 100644 index bf1dece..0000000 --- a/software/flow/node_modules/npm/node_modules/minizlib/node_modules/minipass/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -The ISC License - -Copyright (c) 2017-2022 npm, Inc., Isaac Z. Schlueter, and Contributors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/minizlib/node_modules/minipass/index.d.ts b/software/flow/node_modules/npm/node_modules/minizlib/node_modules/minipass/index.d.ts deleted file mode 100644 index 65faf63..0000000 --- a/software/flow/node_modules/npm/node_modules/minizlib/node_modules/minipass/index.d.ts +++ /dev/null @@ -1,155 +0,0 @@ -/// <reference types="node" /> -import { EventEmitter } from 'events' -import { Stream } from 'stream' - -declare namespace Minipass { - type Encoding = BufferEncoding | 'buffer' | null - - interface Writable extends EventEmitter { - end(): any - write(chunk: any, ...args: any[]): any - } - - interface Readable extends EventEmitter { - pause(): any - resume(): any - pipe(): any - } - - interface Pipe<R, W> { - src: Minipass<R, W> - dest: Writable - opts: PipeOptions - } - - type DualIterable<T> = Iterable<T> & AsyncIterable<T> - - type ContiguousData = Buffer | ArrayBufferLike | ArrayBufferView | string - - type BufferOrString = Buffer | string - - interface StringOptions { - encoding: BufferEncoding - objectMode?: boolean - async?: boolean - } - - interface BufferOptions { - encoding?: null | 'buffer' - objectMode?: boolean - async?: boolean - } - - interface ObjectModeOptions { - objectMode: true - async?: boolean - } - - interface PipeOptions { - end?: boolean - proxyErrors?: boolean - } - - type Options<T> = T extends string - ? StringOptions - : T extends Buffer - ? BufferOptions - : ObjectModeOptions -} - -declare class Minipass< - RType extends any = Buffer, - WType extends any = RType extends Minipass.BufferOrString - ? Minipass.ContiguousData - : RType - > - extends Stream - implements Minipass.DualIterable<RType> -{ - static isStream(stream: any): stream is Minipass.Readable | Minipass.Writable - - readonly bufferLength: number - readonly flowing: boolean - readonly writable: boolean - readonly readable: boolean - readonly paused: boolean - readonly emittedEnd: boolean - readonly destroyed: boolean - - /** - * Not technically private or readonly, but not safe to mutate. - */ - private readonly buffer: RType[] - private readonly pipes: Minipass.Pipe<RType, WType>[] - - /** - * Technically writable, but mutating it can change the type, - * so is not safe to do in TypeScript. - */ - readonly objectMode: boolean - async: boolean - - /** - * Note: encoding is not actually read-only, and setEncoding(enc) - * exists. However, this type definition will insist that TypeScript - * programs declare the type of a Minipass stream up front, and if - * that type is string, then an encoding MUST be set in the ctor. If - * the type is Buffer, then the encoding must be missing, or set to - * 'buffer' or null. If the type is anything else, then objectMode - * must be set in the constructor options. So there is effectively - * no allowed way that a TS program can set the encoding after - * construction, as doing so will destroy any hope of type safety. - * TypeScript does not provide many options for changing the type of - * an object at run-time, which is what changing the encoding does. - */ - readonly encoding: Minipass.Encoding - // setEncoding(encoding: Encoding): void - - // Options required if not reading buffers - constructor( - ...args: RType extends Buffer - ? [] | [Minipass.Options<RType>] - : [Minipass.Options<RType>] - ) - - write(chunk: WType, cb?: () => void): boolean - write(chunk: WType, encoding?: Minipass.Encoding, cb?: () => void): boolean - read(size?: number): RType - end(cb?: () => void): this - end(chunk: any, cb?: () => void): this - end(chunk: any, encoding?: Minipass.Encoding, cb?: () => void): this - pause(): void - resume(): void - promise(): Promise<void> - collect(): Promise<RType[]> - - concat(): RType extends Minipass.BufferOrString ? Promise<RType> : never - destroy(er?: any): void - pipe<W extends Minipass.Writable>(dest: W, opts?: Minipass.PipeOptions): W - unpipe<W extends Minipass.Writable>(dest: W): void - - /** - * alias for on() - */ - addEventHandler(event: string, listener: (...args: any[]) => any): this - - on(event: string, listener: (...args: any[]) => any): this - on(event: 'data', listener: (chunk: RType) => any): this - on(event: 'error', listener: (error: any) => any): this - on( - event: - | 'readable' - | 'drain' - | 'resume' - | 'end' - | 'prefinish' - | 'finish' - | 'close', - listener: () => any - ): this - - [Symbol.iterator](): Iterator<RType> - [Symbol.asyncIterator](): AsyncIterator<RType> -} - -export = Minipass diff --git a/software/flow/node_modules/npm/node_modules/minizlib/node_modules/minipass/index.js b/software/flow/node_modules/npm/node_modules/minizlib/node_modules/minipass/index.js deleted file mode 100644 index e8797aa..0000000 --- a/software/flow/node_modules/npm/node_modules/minizlib/node_modules/minipass/index.js +++ /dev/null @@ -1,649 +0,0 @@ -'use strict' -const proc = typeof process === 'object' && process ? process : { - stdout: null, - stderr: null, -} -const EE = require('events') -const Stream = require('stream') -const SD = require('string_decoder').StringDecoder - -const EOF = Symbol('EOF') -const MAYBE_EMIT_END = Symbol('maybeEmitEnd') -const EMITTED_END = Symbol('emittedEnd') -const EMITTING_END = Symbol('emittingEnd') -const EMITTED_ERROR = Symbol('emittedError') -const CLOSED = Symbol('closed') -const READ = Symbol('read') -const FLUSH = Symbol('flush') -const FLUSHCHUNK = Symbol('flushChunk') -const ENCODING = Symbol('encoding') -const DECODER = Symbol('decoder') -const FLOWING = Symbol('flowing') -const PAUSED = Symbol('paused') -const RESUME = Symbol('resume') -const BUFFERLENGTH = Symbol('bufferLength') -const BUFFERPUSH = Symbol('bufferPush') -const BUFFERSHIFT = Symbol('bufferShift') -const OBJECTMODE = Symbol('objectMode') -const DESTROYED = Symbol('destroyed') -const EMITDATA = Symbol('emitData') -const EMITEND = Symbol('emitEnd') -const EMITEND2 = Symbol('emitEnd2') -const ASYNC = Symbol('async') - -const defer = fn => Promise.resolve().then(fn) - -// TODO remove when Node v8 support drops -const doIter = global._MP_NO_ITERATOR_SYMBOLS_ !== '1' -const ASYNCITERATOR = doIter && Symbol.asyncIterator - || Symbol('asyncIterator not implemented') -const ITERATOR = doIter && Symbol.iterator - || Symbol('iterator not implemented') - -// events that mean 'the stream is over' -// these are treated specially, and re-emitted -// if they are listened for after emitting. -const isEndish = ev => - ev === 'end' || - ev === 'finish' || - ev === 'prefinish' - -const isArrayBuffer = b => b instanceof ArrayBuffer || - typeof b === 'object' && - b.constructor && - b.constructor.name === 'ArrayBuffer' && - b.byteLength >= 0 - -const isArrayBufferView = b => !Buffer.isBuffer(b) && ArrayBuffer.isView(b) - -class Pipe { - constructor (src, dest, opts) { - this.src = src - this.dest = dest - this.opts = opts - this.ondrain = () => src[RESUME]() - dest.on('drain', this.ondrain) - } - unpipe () { - this.dest.removeListener('drain', this.ondrain) - } - // istanbul ignore next - only here for the prototype - proxyErrors () {} - end () { - this.unpipe() - if (this.opts.end) - this.dest.end() - } -} - -class PipeProxyErrors extends Pipe { - unpipe () { - this.src.removeListener('error', this.proxyErrors) - super.unpipe() - } - constructor (src, dest, opts) { - super(src, dest, opts) - this.proxyErrors = er => dest.emit('error', er) - src.on('error', this.proxyErrors) - } -} - -module.exports = class Minipass extends Stream { - constructor (options) { - super() - this[FLOWING] = false - // whether we're explicitly paused - this[PAUSED] = false - this.pipes = [] - this.buffer = [] - this[OBJECTMODE] = options && options.objectMode || false - if (this[OBJECTMODE]) - this[ENCODING] = null - else - this[ENCODING] = options && options.encoding || null - if (this[ENCODING] === 'buffer') - this[ENCODING] = null - this[ASYNC] = options && !!options.async || false - this[DECODER] = this[ENCODING] ? new SD(this[ENCODING]) : null - this[EOF] = false - this[EMITTED_END] = false - this[EMITTING_END] = false - this[CLOSED] = false - this[EMITTED_ERROR] = null - this.writable = true - this.readable = true - this[BUFFERLENGTH] = 0 - this[DESTROYED] = false - } - - get bufferLength () { return this[BUFFERLENGTH] } - - get encoding () { return this[ENCODING] } - set encoding (enc) { - if (this[OBJECTMODE]) - throw new Error('cannot set encoding in objectMode') - - if (this[ENCODING] && enc !== this[ENCODING] && - (this[DECODER] && this[DECODER].lastNeed || this[BUFFERLENGTH])) - throw new Error('cannot change encoding') - - if (this[ENCODING] !== enc) { - this[DECODER] = enc ? new SD(enc) : null - if (this.buffer.length) - this.buffer = this.buffer.map(chunk => this[DECODER].write(chunk)) - } - - this[ENCODING] = enc - } - - setEncoding (enc) { - this.encoding = enc - } - - get objectMode () { return this[OBJECTMODE] } - set objectMode (om) { this[OBJECTMODE] = this[OBJECTMODE] || !!om } - - get ['async'] () { return this[ASYNC] } - set ['async'] (a) { this[ASYNC] = this[ASYNC] || !!a } - - write (chunk, encoding, cb) { - if (this[EOF]) - throw new Error('write after end') - - if (this[DESTROYED]) { - this.emit('error', Object.assign( - new Error('Cannot call write after a stream was destroyed'), - { code: 'ERR_STREAM_DESTROYED' } - )) - return true - } - - if (typeof encoding === 'function') - cb = encoding, encoding = 'utf8' - - if (!encoding) - encoding = 'utf8' - - const fn = this[ASYNC] ? defer : f => f() - - // convert array buffers and typed array views into buffers - // at some point in the future, we may want to do the opposite! - // leave strings and buffers as-is - // anything else switches us into object mode - if (!this[OBJECTMODE] && !Buffer.isBuffer(chunk)) { - if (isArrayBufferView(chunk)) - chunk = Buffer.from(chunk.buffer, chunk.byteOffset, chunk.byteLength) - else if (isArrayBuffer(chunk)) - chunk = Buffer.from(chunk) - else if (typeof chunk !== 'string') - // use the setter so we throw if we have encoding set - this.objectMode = true - } - - // handle object mode up front, since it's simpler - // this yields better performance, fewer checks later. - if (this[OBJECTMODE]) { - /* istanbul ignore if - maybe impossible? */ - if (this.flowing && this[BUFFERLENGTH] !== 0) - this[FLUSH](true) - - if (this.flowing) - this.emit('data', chunk) - else - this[BUFFERPUSH](chunk) - - if (this[BUFFERLENGTH] !== 0) - this.emit('readable') - - if (cb) - fn(cb) - - return this.flowing - } - - // at this point the chunk is a buffer or string - // don't buffer it up or send it to the decoder - if (!chunk.length) { - if (this[BUFFERLENGTH] !== 0) - this.emit('readable') - if (cb) - fn(cb) - return this.flowing - } - - // fast-path writing strings of same encoding to a stream with - // an empty buffer, skipping the buffer/decoder dance - if (typeof chunk === 'string' && - // unless it is a string already ready for us to use - !(encoding === this[ENCODING] && !this[DECODER].lastNeed)) { - chunk = Buffer.from(chunk, encoding) - } - - if (Buffer.isBuffer(chunk) && this[ENCODING]) - chunk = this[DECODER].write(chunk) - - // Note: flushing CAN potentially switch us into not-flowing mode - if (this.flowing && this[BUFFERLENGTH] !== 0) - this[FLUSH](true) - - if (this.flowing) - this.emit('data', chunk) - else - this[BUFFERPUSH](chunk) - - if (this[BUFFERLENGTH] !== 0) - this.emit('readable') - - if (cb) - fn(cb) - - return this.flowing - } - - read (n) { - if (this[DESTROYED]) - return null - - if (this[BUFFERLENGTH] === 0 || n === 0 || n > this[BUFFERLENGTH]) { - this[MAYBE_EMIT_END]() - return null - } - - if (this[OBJECTMODE]) - n = null - - if (this.buffer.length > 1 && !this[OBJECTMODE]) { - if (this.encoding) - this.buffer = [this.buffer.join('')] - else - this.buffer = [Buffer.concat(this.buffer, this[BUFFERLENGTH])] - } - - const ret = this[READ](n || null, this.buffer[0]) - this[MAYBE_EMIT_END]() - return ret - } - - [READ] (n, chunk) { - if (n === chunk.length || n === null) - this[BUFFERSHIFT]() - else { - this.buffer[0] = chunk.slice(n) - chunk = chunk.slice(0, n) - this[BUFFERLENGTH] -= n - } - - this.emit('data', chunk) - - if (!this.buffer.length && !this[EOF]) - this.emit('drain') - - return chunk - } - - end (chunk, encoding, cb) { - if (typeof chunk === 'function') - cb = chunk, chunk = null - if (typeof encoding === 'function') - cb = encoding, encoding = 'utf8' - if (chunk) - this.write(chunk, encoding) - if (cb) - this.once('end', cb) - this[EOF] = true - this.writable = false - - // if we haven't written anything, then go ahead and emit, - // even if we're not reading. - // we'll re-emit if a new 'end' listener is added anyway. - // This makes MP more suitable to write-only use cases. - if (this.flowing || !this[PAUSED]) - this[MAYBE_EMIT_END]() - return this - } - - // don't let the internal resume be overwritten - [RESUME] () { - if (this[DESTROYED]) - return - - this[PAUSED] = false - this[FLOWING] = true - this.emit('resume') - if (this.buffer.length) - this[FLUSH]() - else if (this[EOF]) - this[MAYBE_EMIT_END]() - else - this.emit('drain') - } - - resume () { - return this[RESUME]() - } - - pause () { - this[FLOWING] = false - this[PAUSED] = true - } - - get destroyed () { - return this[DESTROYED] - } - - get flowing () { - return this[FLOWING] - } - - get paused () { - return this[PAUSED] - } - - [BUFFERPUSH] (chunk) { - if (this[OBJECTMODE]) - this[BUFFERLENGTH] += 1 - else - this[BUFFERLENGTH] += chunk.length - this.buffer.push(chunk) - } - - [BUFFERSHIFT] () { - if (this.buffer.length) { - if (this[OBJECTMODE]) - this[BUFFERLENGTH] -= 1 - else - this[BUFFERLENGTH] -= this.buffer[0].length - } - return this.buffer.shift() - } - - [FLUSH] (noDrain) { - do {} while (this[FLUSHCHUNK](this[BUFFERSHIFT]())) - - if (!noDrain && !this.buffer.length && !this[EOF]) - this.emit('drain') - } - - [FLUSHCHUNK] (chunk) { - return chunk ? (this.emit('data', chunk), this.flowing) : false - } - - pipe (dest, opts) { - if (this[DESTROYED]) - return - - const ended = this[EMITTED_END] - opts = opts || {} - if (dest === proc.stdout || dest === proc.stderr) - opts.end = false - else - opts.end = opts.end !== false - opts.proxyErrors = !!opts.proxyErrors - - // piping an ended stream ends immediately - if (ended) { - if (opts.end) - dest.end() - } else { - this.pipes.push(!opts.proxyErrors ? new Pipe(this, dest, opts) - : new PipeProxyErrors(this, dest, opts)) - if (this[ASYNC]) - defer(() => this[RESUME]()) - else - this[RESUME]() - } - - return dest - } - - unpipe (dest) { - const p = this.pipes.find(p => p.dest === dest) - if (p) { - this.pipes.splice(this.pipes.indexOf(p), 1) - p.unpipe() - } - } - - addListener (ev, fn) { - return this.on(ev, fn) - } - - on (ev, fn) { - const ret = super.on(ev, fn) - if (ev === 'data' && !this.pipes.length && !this.flowing) - this[RESUME]() - else if (ev === 'readable' && this[BUFFERLENGTH] !== 0) - super.emit('readable') - else if (isEndish(ev) && this[EMITTED_END]) { - super.emit(ev) - this.removeAllListeners(ev) - } else if (ev === 'error' && this[EMITTED_ERROR]) { - if (this[ASYNC]) - defer(() => fn.call(this, this[EMITTED_ERROR])) - else - fn.call(this, this[EMITTED_ERROR]) - } - return ret - } - - get emittedEnd () { - return this[EMITTED_END] - } - - [MAYBE_EMIT_END] () { - if (!this[EMITTING_END] && - !this[EMITTED_END] && - !this[DESTROYED] && - this.buffer.length === 0 && - this[EOF]) { - this[EMITTING_END] = true - this.emit('end') - this.emit('prefinish') - this.emit('finish') - if (this[CLOSED]) - this.emit('close') - this[EMITTING_END] = false - } - } - - emit (ev, data, ...extra) { - // error and close are only events allowed after calling destroy() - if (ev !== 'error' && ev !== 'close' && ev !== DESTROYED && this[DESTROYED]) - return - else if (ev === 'data') { - return !data ? false - : this[ASYNC] ? defer(() => this[EMITDATA](data)) - : this[EMITDATA](data) - } else if (ev === 'end') { - return this[EMITEND]() - } else if (ev === 'close') { - this[CLOSED] = true - // don't emit close before 'end' and 'finish' - if (!this[EMITTED_END] && !this[DESTROYED]) - return - const ret = super.emit('close') - this.removeAllListeners('close') - return ret - } else if (ev === 'error') { - this[EMITTED_ERROR] = data - const ret = super.emit('error', data) - this[MAYBE_EMIT_END]() - return ret - } else if (ev === 'resume') { - const ret = super.emit('resume') - this[MAYBE_EMIT_END]() - return ret - } else if (ev === 'finish' || ev === 'prefinish') { - const ret = super.emit(ev) - this.removeAllListeners(ev) - return ret - } - - // Some other unknown event - const ret = super.emit(ev, data, ...extra) - this[MAYBE_EMIT_END]() - return ret - } - - [EMITDATA] (data) { - for (const p of this.pipes) { - if (p.dest.write(data) === false) - this.pause() - } - const ret = super.emit('data', data) - this[MAYBE_EMIT_END]() - return ret - } - - [EMITEND] () { - if (this[EMITTED_END]) - return - - this[EMITTED_END] = true - this.readable = false - if (this[ASYNC]) - defer(() => this[EMITEND2]()) - else - this[EMITEND2]() - } - - [EMITEND2] () { - if (this[DECODER]) { - const data = this[DECODER].end() - if (data) { - for (const p of this.pipes) { - p.dest.write(data) - } - super.emit('data', data) - } - } - - for (const p of this.pipes) { - p.end() - } - const ret = super.emit('end') - this.removeAllListeners('end') - return ret - } - - // const all = await stream.collect() - collect () { - const buf = [] - if (!this[OBJECTMODE]) - buf.dataLength = 0 - // set the promise first, in case an error is raised - // by triggering the flow here. - const p = this.promise() - this.on('data', c => { - buf.push(c) - if (!this[OBJECTMODE]) - buf.dataLength += c.length - }) - return p.then(() => buf) - } - - // const data = await stream.concat() - concat () { - return this[OBJECTMODE] - ? Promise.reject(new Error('cannot concat in objectMode')) - : this.collect().then(buf => - this[OBJECTMODE] - ? Promise.reject(new Error('cannot concat in objectMode')) - : this[ENCODING] ? buf.join('') : Buffer.concat(buf, buf.dataLength)) - } - - // stream.promise().then(() => done, er => emitted error) - promise () { - return new Promise((resolve, reject) => { - this.on(DESTROYED, () => reject(new Error('stream destroyed'))) - this.on('error', er => reject(er)) - this.on('end', () => resolve()) - }) - } - - // for await (let chunk of stream) - [ASYNCITERATOR] () { - const next = () => { - const res = this.read() - if (res !== null) - return Promise.resolve({ done: false, value: res }) - - if (this[EOF]) - return Promise.resolve({ done: true }) - - let resolve = null - let reject = null - const onerr = er => { - this.removeListener('data', ondata) - this.removeListener('end', onend) - reject(er) - } - const ondata = value => { - this.removeListener('error', onerr) - this.removeListener('end', onend) - this.pause() - resolve({ value: value, done: !!this[EOF] }) - } - const onend = () => { - this.removeListener('error', onerr) - this.removeListener('data', ondata) - resolve({ done: true }) - } - const ondestroy = () => onerr(new Error('stream destroyed')) - return new Promise((res, rej) => { - reject = rej - resolve = res - this.once(DESTROYED, ondestroy) - this.once('error', onerr) - this.once('end', onend) - this.once('data', ondata) - }) - } - - return { next } - } - - // for (let chunk of stream) - [ITERATOR] () { - const next = () => { - const value = this.read() - const done = value === null - return { value, done } - } - return { next } - } - - destroy (er) { - if (this[DESTROYED]) { - if (er) - this.emit('error', er) - else - this.emit(DESTROYED) - return this - } - - this[DESTROYED] = true - - // throw away all buffered data, it's never coming out - this.buffer.length = 0 - this[BUFFERLENGTH] = 0 - - if (typeof this.close === 'function' && !this[CLOSED]) - this.close() - - if (er) - this.emit('error', er) - else // if no error to emit, still reject pending promises - this.emit(DESTROYED) - - return this - } - - static isStream (s) { - return !!s && (s instanceof Minipass || s instanceof Stream || - s instanceof EE && ( - typeof s.pipe === 'function' || // readable - (typeof s.write === 'function' && typeof s.end === 'function') // writable - )) - } -} diff --git a/software/flow/node_modules/npm/node_modules/minizlib/node_modules/minipass/package.json b/software/flow/node_modules/npm/node_modules/minizlib/node_modules/minipass/package.json deleted file mode 100644 index 548d03f..0000000 --- a/software/flow/node_modules/npm/node_modules/minizlib/node_modules/minipass/package.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "minipass", - "version": "3.3.6", - "description": "minimal implementation of a PassThrough stream", - "main": "index.js", - "types": "index.d.ts", - "dependencies": { - "yallist": "^4.0.0" - }, - "devDependencies": { - "@types/node": "^17.0.41", - "end-of-stream": "^1.4.0", - "prettier": "^2.6.2", - "tap": "^16.2.0", - "through2": "^2.0.3", - "ts-node": "^10.8.1", - "typescript": "^4.7.3" - }, - "scripts": { - "test": "tap", - "preversion": "npm test", - "postversion": "npm publish", - "postpublish": "git push origin --follow-tags" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/isaacs/minipass.git" - }, - "keywords": [ - "passthrough", - "stream" - ], - "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)", - "license": "ISC", - "files": [ - "index.d.ts", - "index.js" - ], - "tap": { - "check-coverage": true - }, - "engines": { - "node": ">=8" - }, - "prettier": { - "semi": false, - "printWidth": 80, - "tabWidth": 2, - "useTabs": false, - "singleQuote": true, - "jsxSingleQuote": false, - "bracketSameLine": true, - "arrowParens": "avoid", - "endOfLine": "lf" - } -} diff --git a/software/flow/node_modules/npm/node_modules/minizlib/package.json b/software/flow/node_modules/npm/node_modules/minizlib/package.json deleted file mode 100644 index 98825a5..0000000 --- a/software/flow/node_modules/npm/node_modules/minizlib/package.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "name": "minizlib", - "version": "2.1.2", - "description": "A small fast zlib stream built on [minipass](http://npm.im/minipass) and Node.js's zlib binding.", - "main": "index.js", - "dependencies": { - "minipass": "^3.0.0", - "yallist": "^4.0.0" - }, - "scripts": { - "test": "tap test/*.js --100 -J", - "preversion": "npm test", - "postversion": "npm publish", - "postpublish": "git push origin --all; git push origin --tags" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/isaacs/minizlib.git" - }, - "keywords": [ - "zlib", - "gzip", - "gunzip", - "deflate", - "inflate", - "compression", - "zip", - "unzip" - ], - "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)", - "license": "MIT", - "devDependencies": { - "tap": "^14.6.9" - }, - "files": [ - "index.js", - "constants.js" - ], - "engines": { - "node": ">= 8" - } -} diff --git a/software/flow/node_modules/npm/node_modules/mkdirp/LICENSE b/software/flow/node_modules/npm/node_modules/mkdirp/LICENSE deleted file mode 100644 index 13fcd15..0000000 --- a/software/flow/node_modules/npm/node_modules/mkdirp/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -Copyright James Halliday (mail@substack.net) and Isaac Z. Schlueter (i@izs.me) - -This project is free software released under the MIT license: - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/mkdirp/bin/cmd.js b/software/flow/node_modules/npm/node_modules/mkdirp/bin/cmd.js deleted file mode 100755 index 6e0aa8d..0000000 --- a/software/flow/node_modules/npm/node_modules/mkdirp/bin/cmd.js +++ /dev/null @@ -1,68 +0,0 @@ -#!/usr/bin/env node - -const usage = () => ` -usage: mkdirp [DIR1,DIR2..] {OPTIONS} - - Create each supplied directory including any necessary parent directories - that don't yet exist. - - If the directory already exists, do nothing. - -OPTIONS are: - - -m<mode> If a directory needs to be created, set the mode as an octal - --mode=<mode> permission string. - - -v --version Print the mkdirp version number - - -h --help Print this helpful banner - - -p --print Print the first directories created for each path provided - - --manual Use manual implementation, even if native is available -` - -const dirs = [] -const opts = {} -let print = false -let dashdash = false -let manual = false -for (const arg of process.argv.slice(2)) { - if (dashdash) - dirs.push(arg) - else if (arg === '--') - dashdash = true - else if (arg === '--manual') - manual = true - else if (/^-h/.test(arg) || /^--help/.test(arg)) { - console.log(usage()) - process.exit(0) - } else if (arg === '-v' || arg === '--version') { - console.log(require('../package.json').version) - process.exit(0) - } else if (arg === '-p' || arg === '--print') { - print = true - } else if (/^-m/.test(arg) || /^--mode=/.test(arg)) { - const mode = parseInt(arg.replace(/^(-m|--mode=)/, ''), 8) - if (isNaN(mode)) { - console.error(`invalid mode argument: ${arg}\nMust be an octal number.`) - process.exit(1) - } - opts.mode = mode - } else - dirs.push(arg) -} - -const mkdirp = require('../') -const impl = manual ? mkdirp.manual : mkdirp -if (dirs.length === 0) - console.error(usage()) - -Promise.all(dirs.map(dir => impl(dir, opts))) - .then(made => print ? made.forEach(m => m && console.log(m)) : null) - .catch(er => { - console.error(er.message) - if (er.code) - console.error(' code: ' + er.code) - process.exit(1) - }) diff --git a/software/flow/node_modules/npm/node_modules/mkdirp/index.js b/software/flow/node_modules/npm/node_modules/mkdirp/index.js deleted file mode 100644 index ad7a16c..0000000 --- a/software/flow/node_modules/npm/node_modules/mkdirp/index.js +++ /dev/null @@ -1,31 +0,0 @@ -const optsArg = require('./lib/opts-arg.js') -const pathArg = require('./lib/path-arg.js') - -const {mkdirpNative, mkdirpNativeSync} = require('./lib/mkdirp-native.js') -const {mkdirpManual, mkdirpManualSync} = require('./lib/mkdirp-manual.js') -const {useNative, useNativeSync} = require('./lib/use-native.js') - - -const mkdirp = (path, opts) => { - path = pathArg(path) - opts = optsArg(opts) - return useNative(opts) - ? mkdirpNative(path, opts) - : mkdirpManual(path, opts) -} - -const mkdirpSync = (path, opts) => { - path = pathArg(path) - opts = optsArg(opts) - return useNativeSync(opts) - ? mkdirpNativeSync(path, opts) - : mkdirpManualSync(path, opts) -} - -mkdirp.sync = mkdirpSync -mkdirp.native = (path, opts) => mkdirpNative(pathArg(path), optsArg(opts)) -mkdirp.manual = (path, opts) => mkdirpManual(pathArg(path), optsArg(opts)) -mkdirp.nativeSync = (path, opts) => mkdirpNativeSync(pathArg(path), optsArg(opts)) -mkdirp.manualSync = (path, opts) => mkdirpManualSync(pathArg(path), optsArg(opts)) - -module.exports = mkdirp diff --git a/software/flow/node_modules/npm/node_modules/mkdirp/lib/find-made.js b/software/flow/node_modules/npm/node_modules/mkdirp/lib/find-made.js deleted file mode 100644 index 022e492..0000000 --- a/software/flow/node_modules/npm/node_modules/mkdirp/lib/find-made.js +++ /dev/null @@ -1,29 +0,0 @@ -const {dirname} = require('path') - -const findMade = (opts, parent, path = undefined) => { - // we never want the 'made' return value to be a root directory - if (path === parent) - return Promise.resolve() - - return opts.statAsync(parent).then( - st => st.isDirectory() ? path : undefined, // will fail later - er => er.code === 'ENOENT' - ? findMade(opts, dirname(parent), parent) - : undefined - ) -} - -const findMadeSync = (opts, parent, path = undefined) => { - if (path === parent) - return undefined - - try { - return opts.statSync(parent).isDirectory() ? path : undefined - } catch (er) { - return er.code === 'ENOENT' - ? findMadeSync(opts, dirname(parent), parent) - : undefined - } -} - -module.exports = {findMade, findMadeSync} diff --git a/software/flow/node_modules/npm/node_modules/mkdirp/lib/mkdirp-manual.js b/software/flow/node_modules/npm/node_modules/mkdirp/lib/mkdirp-manual.js deleted file mode 100644 index 2eb18cd..0000000 --- a/software/flow/node_modules/npm/node_modules/mkdirp/lib/mkdirp-manual.js +++ /dev/null @@ -1,64 +0,0 @@ -const {dirname} = require('path') - -const mkdirpManual = (path, opts, made) => { - opts.recursive = false - const parent = dirname(path) - if (parent === path) { - return opts.mkdirAsync(path, opts).catch(er => { - // swallowed by recursive implementation on posix systems - // any other error is a failure - if (er.code !== 'EISDIR') - throw er - }) - } - - return opts.mkdirAsync(path, opts).then(() => made || path, er => { - if (er.code === 'ENOENT') - return mkdirpManual(parent, opts) - .then(made => mkdirpManual(path, opts, made)) - if (er.code !== 'EEXIST' && er.code !== 'EROFS') - throw er - return opts.statAsync(path).then(st => { - if (st.isDirectory()) - return made - else - throw er - }, () => { throw er }) - }) -} - -const mkdirpManualSync = (path, opts, made) => { - const parent = dirname(path) - opts.recursive = false - - if (parent === path) { - try { - return opts.mkdirSync(path, opts) - } catch (er) { - // swallowed by recursive implementation on posix systems - // any other error is a failure - if (er.code !== 'EISDIR') - throw er - else - return - } - } - - try { - opts.mkdirSync(path, opts) - return made || path - } catch (er) { - if (er.code === 'ENOENT') - return mkdirpManualSync(path, opts, mkdirpManualSync(parent, opts, made)) - if (er.code !== 'EEXIST' && er.code !== 'EROFS') - throw er - try { - if (!opts.statSync(path).isDirectory()) - throw er - } catch (_) { - throw er - } - } -} - -module.exports = {mkdirpManual, mkdirpManualSync} diff --git a/software/flow/node_modules/npm/node_modules/mkdirp/lib/mkdirp-native.js b/software/flow/node_modules/npm/node_modules/mkdirp/lib/mkdirp-native.js deleted file mode 100644 index c7a6b69..0000000 --- a/software/flow/node_modules/npm/node_modules/mkdirp/lib/mkdirp-native.js +++ /dev/null @@ -1,39 +0,0 @@ -const {dirname} = require('path') -const {findMade, findMadeSync} = require('./find-made.js') -const {mkdirpManual, mkdirpManualSync} = require('./mkdirp-manual.js') - -const mkdirpNative = (path, opts) => { - opts.recursive = true - const parent = dirname(path) - if (parent === path) - return opts.mkdirAsync(path, opts) - - return findMade(opts, path).then(made => - opts.mkdirAsync(path, opts).then(() => made) - .catch(er => { - if (er.code === 'ENOENT') - return mkdirpManual(path, opts) - else - throw er - })) -} - -const mkdirpNativeSync = (path, opts) => { - opts.recursive = true - const parent = dirname(path) - if (parent === path) - return opts.mkdirSync(path, opts) - - const made = findMadeSync(opts, path) - try { - opts.mkdirSync(path, opts) - return made - } catch (er) { - if (er.code === 'ENOENT') - return mkdirpManualSync(path, opts) - else - throw er - } -} - -module.exports = {mkdirpNative, mkdirpNativeSync} diff --git a/software/flow/node_modules/npm/node_modules/mkdirp/lib/opts-arg.js b/software/flow/node_modules/npm/node_modules/mkdirp/lib/opts-arg.js deleted file mode 100644 index 2fa4833..0000000 --- a/software/flow/node_modules/npm/node_modules/mkdirp/lib/opts-arg.js +++ /dev/null @@ -1,23 +0,0 @@ -const { promisify } = require('util') -const fs = require('fs') -const optsArg = opts => { - if (!opts) - opts = { mode: 0o777, fs } - else if (typeof opts === 'object') - opts = { mode: 0o777, fs, ...opts } - else if (typeof opts === 'number') - opts = { mode: opts, fs } - else if (typeof opts === 'string') - opts = { mode: parseInt(opts, 8), fs } - else - throw new TypeError('invalid options argument') - - opts.mkdir = opts.mkdir || opts.fs.mkdir || fs.mkdir - opts.mkdirAsync = promisify(opts.mkdir) - opts.stat = opts.stat || opts.fs.stat || fs.stat - opts.statAsync = promisify(opts.stat) - opts.statSync = opts.statSync || opts.fs.statSync || fs.statSync - opts.mkdirSync = opts.mkdirSync || opts.fs.mkdirSync || fs.mkdirSync - return opts -} -module.exports = optsArg diff --git a/software/flow/node_modules/npm/node_modules/mkdirp/lib/path-arg.js b/software/flow/node_modules/npm/node_modules/mkdirp/lib/path-arg.js deleted file mode 100644 index cc07de5..0000000 --- a/software/flow/node_modules/npm/node_modules/mkdirp/lib/path-arg.js +++ /dev/null @@ -1,29 +0,0 @@ -const platform = process.env.__TESTING_MKDIRP_PLATFORM__ || process.platform -const { resolve, parse } = require('path') -const pathArg = path => { - if (/\0/.test(path)) { - // simulate same failure that node raises - throw Object.assign( - new TypeError('path must be a string without null bytes'), - { - path, - code: 'ERR_INVALID_ARG_VALUE', - } - ) - } - - path = resolve(path) - if (platform === 'win32') { - const badWinChars = /[*|"<>?:]/ - const {root} = parse(path) - if (badWinChars.test(path.substr(root.length))) { - throw Object.assign(new Error('Illegal characters in path.'), { - path, - code: 'EINVAL', - }) - } - } - - return path -} -module.exports = pathArg diff --git a/software/flow/node_modules/npm/node_modules/mkdirp/lib/use-native.js b/software/flow/node_modules/npm/node_modules/mkdirp/lib/use-native.js deleted file mode 100644 index 079361d..0000000 --- a/software/flow/node_modules/npm/node_modules/mkdirp/lib/use-native.js +++ /dev/null @@ -1,10 +0,0 @@ -const fs = require('fs') - -const version = process.env.__TESTING_MKDIRP_NODE_VERSION__ || process.version -const versArr = version.replace(/^v/, '').split('.') -const hasNative = +versArr[0] > 10 || +versArr[0] === 10 && +versArr[1] >= 12 - -const useNative = !hasNative ? () => false : opts => opts.mkdir === fs.mkdir -const useNativeSync = !hasNative ? () => false : opts => opts.mkdirSync === fs.mkdirSync - -module.exports = {useNative, useNativeSync} diff --git a/software/flow/node_modules/npm/node_modules/mkdirp/package.json b/software/flow/node_modules/npm/node_modules/mkdirp/package.json deleted file mode 100644 index 2913ed0..0000000 --- a/software/flow/node_modules/npm/node_modules/mkdirp/package.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "name": "mkdirp", - "description": "Recursively mkdir, like `mkdir -p`", - "version": "1.0.4", - "main": "index.js", - "keywords": [ - "mkdir", - "directory", - "make dir", - "make", - "dir", - "recursive", - "native" - ], - "repository": { - "type": "git", - "url": "https://github.com/isaacs/node-mkdirp.git" - }, - "scripts": { - "test": "tap", - "snap": "tap", - "preversion": "npm test", - "postversion": "npm publish", - "postpublish": "git push origin --follow-tags" - }, - "tap": { - "check-coverage": true, - "coverage-map": "map.js" - }, - "devDependencies": { - "require-inject": "^1.4.4", - "tap": "^14.10.7" - }, - "bin": "bin/cmd.js", - "license": "MIT", - "engines": { - "node": ">=10" - }, - "files": [ - "bin", - "lib", - "index.js" - ] -} diff --git a/software/flow/node_modules/npm/node_modules/mkdirp/readme.markdown b/software/flow/node_modules/npm/node_modules/mkdirp/readme.markdown deleted file mode 100644 index 827de59..0000000 --- a/software/flow/node_modules/npm/node_modules/mkdirp/readme.markdown +++ /dev/null @@ -1,266 +0,0 @@ -# mkdirp - -Like `mkdir -p`, but in Node.js! - -Now with a modern API and no\* bugs! - -<small>\* may contain some bugs</small> - -# example - -## pow.js - -```js -const mkdirp = require('mkdirp') - -// return value is a Promise resolving to the first directory created -mkdirp('/tmp/foo/bar/baz').then(made => - console.log(`made directories, starting with ${made}`)) -``` - -Output (where `/tmp/foo` already exists) - -``` -made directories, starting with /tmp/foo/bar -``` - -Or, if you don't have time to wait around for promises: - -```js -const mkdirp = require('mkdirp') - -// return value is the first directory created -const made = mkdirp.sync('/tmp/foo/bar/baz') -console.log(`made directories, starting with ${made}`) -``` - -And now /tmp/foo/bar/baz exists, huzzah! - -# methods - -```js -const mkdirp = require('mkdirp') -``` - -## mkdirp(dir, [opts]) -> Promise<String | undefined> - -Create a new directory and any necessary subdirectories at `dir` with octal -permission string `opts.mode`. If `opts` is a string or number, it will be -treated as the `opts.mode`. - -If `opts.mode` isn't specified, it defaults to `0o777 & -(~process.umask())`. - -Promise resolves to first directory `made` that had to be created, or -`undefined` if everything already exists. Promise rejects if any errors -are encountered. Note that, in the case of promise rejection, some -directories _may_ have been created, as recursive directory creation is not -an atomic operation. - -You can optionally pass in an alternate `fs` implementation by passing in -`opts.fs`. Your implementation should have `opts.fs.mkdir(path, opts, cb)` -and `opts.fs.stat(path, cb)`. - -You can also override just one or the other of `mkdir` and `stat` by -passing in `opts.stat` or `opts.mkdir`, or providing an `fs` option that -only overrides one of these. - -## mkdirp.sync(dir, opts) -> String|null - -Synchronously create a new directory and any necessary subdirectories at -`dir` with octal permission string `opts.mode`. If `opts` is a string or -number, it will be treated as the `opts.mode`. - -If `opts.mode` isn't specified, it defaults to `0o777 & -(~process.umask())`. - -Returns the first directory that had to be created, or undefined if -everything already exists. - -You can optionally pass in an alternate `fs` implementation by passing in -`opts.fs`. Your implementation should have `opts.fs.mkdirSync(path, mode)` -and `opts.fs.statSync(path)`. - -You can also override just one or the other of `mkdirSync` and `statSync` -by passing in `opts.statSync` or `opts.mkdirSync`, or providing an `fs` -option that only overrides one of these. - -## mkdirp.manual, mkdirp.manualSync - -Use the manual implementation (not the native one). This is the default -when the native implementation is not available or the stat/mkdir -implementation is overridden. - -## mkdirp.native, mkdirp.nativeSync - -Use the native implementation (not the manual one). This is the default -when the native implementation is available and stat/mkdir are not -overridden. - -# implementation - -On Node.js v10.12.0 and above, use the native `fs.mkdir(p, -{recursive:true})` option, unless `fs.mkdir`/`fs.mkdirSync` has been -overridden by an option. - -## native implementation - -- If the path is a root directory, then pass it to the underlying - implementation and return the result/error. (In this case, it'll either - succeed or fail, but we aren't actually creating any dirs.) -- Walk up the path statting each directory, to find the first path that - will be created, `made`. -- Call `fs.mkdir(path, { recursive: true })` (or `fs.mkdirSync`) -- If error, raise it to the caller. -- Return `made`. - -## manual implementation - -- Call underlying `fs.mkdir` implementation, with `recursive: false` -- If error: - - If path is a root directory, raise to the caller and do not handle it - - If ENOENT, mkdirp parent dir, store result as `made` - - stat(path) - - If error, raise original `mkdir` error - - If directory, return `made` - - Else, raise original `mkdir` error -- else - - return `undefined` if a root dir, or `made` if set, or `path` - -## windows vs unix caveat - -On Windows file systems, attempts to create a root directory (ie, a drive -letter or root UNC path) will fail. If the root directory exists, then it -will fail with `EPERM`. If the root directory does not exist, then it will -fail with `ENOENT`. - -On posix file systems, attempts to create a root directory (in recursive -mode) will succeed silently, as it is treated like just another directory -that already exists. (In non-recursive mode, of course, it fails with -`EEXIST`.) - -In order to preserve this system-specific behavior (and because it's not as -if we can create the parent of a root directory anyway), attempts to create -a root directory are passed directly to the `fs` implementation, and any -errors encountered are not handled. - -## native error caveat - -The native implementation (as of at least Node.js v13.4.0) does not provide -appropriate errors in some cases (see -[nodejs/node#31481](https://github.com/nodejs/node/issues/31481) and -[nodejs/node#28015](https://github.com/nodejs/node/issues/28015)). - -In order to work around this issue, the native implementation will fall -back to the manual implementation if an `ENOENT` error is encountered. - -# choosing a recursive mkdir implementation - -There are a few to choose from! Use the one that suits your needs best :D - -## use `fs.mkdir(path, {recursive: true}, cb)` if: - -- You wish to optimize performance even at the expense of other factors. -- You don't need to know the first dir created. -- You are ok with getting `ENOENT` as the error when some other problem is - the actual cause. -- You can limit your platforms to Node.js v10.12 and above. -- You're ok with using callbacks instead of promises. -- You don't need/want a CLI. -- You don't need to override the `fs` methods in use. - -## use this module (mkdirp 1.x) if: - -- You need to know the first directory that was created. -- You wish to use the native implementation if available, but fall back - when it's not. -- You prefer promise-returning APIs to callback-taking APIs. -- You want more useful error messages than the native recursive mkdir - provides (at least as of Node.js v13.4), and are ok with re-trying on - `ENOENT` to achieve this. -- You need (or at least, are ok with) a CLI. -- You need to override the `fs` methods in use. - -## use [`make-dir`](http://npm.im/make-dir) if: - -- You do not need to know the first dir created (and wish to save a few - `stat` calls when using the native implementation for this reason). -- You wish to use the native implementation if available, but fall back - when it's not. -- You prefer promise-returning APIs to callback-taking APIs. -- You are ok with occasionally getting `ENOENT` errors for failures that - are actually related to something other than a missing file system entry. -- You don't need/want a CLI. -- You need to override the `fs` methods in use. - -## use mkdirp 0.x if: - -- You need to know the first directory that was created. -- You need (or at least, are ok with) a CLI. -- You need to override the `fs` methods in use. -- You're ok with using callbacks instead of promises. -- You are not running on Windows, where the root-level ENOENT errors can - lead to infinite regress. -- You think vinyl just sounds warmer and richer for some weird reason. -- You are supporting truly ancient Node.js versions, before even the advent - of a `Promise` language primitive. (Please don't. You deserve better.) - -# cli - -This package also ships with a `mkdirp` command. - -``` -$ mkdirp -h - -usage: mkdirp [DIR1,DIR2..] {OPTIONS} - - Create each supplied directory including any necessary parent directories - that don't yet exist. - - If the directory already exists, do nothing. - -OPTIONS are: - - -m<mode> If a directory needs to be created, set the mode as an octal - --mode=<mode> permission string. - - -v --version Print the mkdirp version number - - -h --help Print this helpful banner - - -p --print Print the first directories created for each path provided - - --manual Use manual implementation, even if native is available -``` - -# install - -With [npm](http://npmjs.org) do: - -``` -npm install mkdirp -``` - -to get the library locally, or - -``` -npm install -g mkdirp -``` - -to get the command everywhere, or - -``` -npx mkdirp ... -``` - -to run the command without installing it globally. - -# platform support - -This module works on node v8, but only v10 and above are officially -supported, as Node v8 reached its LTS end of life 2020-01-01, which is in -the past, as of this writing. - -# license - -MIT diff --git a/software/flow/node_modules/npm/node_modules/ms/index.js b/software/flow/node_modules/npm/node_modules/ms/index.js deleted file mode 100644 index ea734fb..0000000 --- a/software/flow/node_modules/npm/node_modules/ms/index.js +++ /dev/null @@ -1,162 +0,0 @@ -/** - * Helpers. - */ - -var s = 1000; -var m = s * 60; -var h = m * 60; -var d = h * 24; -var w = d * 7; -var y = d * 365.25; - -/** - * Parse or format the given `val`. - * - * Options: - * - * - `long` verbose formatting [false] - * - * @param {String|Number} val - * @param {Object} [options] - * @throws {Error} throw an error if val is not a non-empty string or a number - * @return {String|Number} - * @api public - */ - -module.exports = function (val, options) { - options = options || {}; - var type = typeof val; - if (type === 'string' && val.length > 0) { - return parse(val); - } else if (type === 'number' && isFinite(val)) { - return options.long ? fmtLong(val) : fmtShort(val); - } - throw new Error( - 'val is not a non-empty string or a valid number. val=' + - JSON.stringify(val) - ); -}; - -/** - * Parse the given `str` and return milliseconds. - * - * @param {String} str - * @return {Number} - * @api private - */ - -function parse(str) { - str = String(str); - if (str.length > 100) { - return; - } - var match = /^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec( - str - ); - if (!match) { - return; - } - var n = parseFloat(match[1]); - var type = (match[2] || 'ms').toLowerCase(); - switch (type) { - case 'years': - case 'year': - case 'yrs': - case 'yr': - case 'y': - return n * y; - case 'weeks': - case 'week': - case 'w': - return n * w; - case 'days': - case 'day': - case 'd': - return n * d; - case 'hours': - case 'hour': - case 'hrs': - case 'hr': - case 'h': - return n * h; - case 'minutes': - case 'minute': - case 'mins': - case 'min': - case 'm': - return n * m; - case 'seconds': - case 'second': - case 'secs': - case 'sec': - case 's': - return n * s; - case 'milliseconds': - case 'millisecond': - case 'msecs': - case 'msec': - case 'ms': - return n; - default: - return undefined; - } -} - -/** - * Short format for `ms`. - * - * @param {Number} ms - * @return {String} - * @api private - */ - -function fmtShort(ms) { - var msAbs = Math.abs(ms); - if (msAbs >= d) { - return Math.round(ms / d) + 'd'; - } - if (msAbs >= h) { - return Math.round(ms / h) + 'h'; - } - if (msAbs >= m) { - return Math.round(ms / m) + 'm'; - } - if (msAbs >= s) { - return Math.round(ms / s) + 's'; - } - return ms + 'ms'; -} - -/** - * Long format for `ms`. - * - * @param {Number} ms - * @return {String} - * @api private - */ - -function fmtLong(ms) { - var msAbs = Math.abs(ms); - if (msAbs >= d) { - return plural(ms, msAbs, d, 'day'); - } - if (msAbs >= h) { - return plural(ms, msAbs, h, 'hour'); - } - if (msAbs >= m) { - return plural(ms, msAbs, m, 'minute'); - } - if (msAbs >= s) { - return plural(ms, msAbs, s, 'second'); - } - return ms + ' ms'; -} - -/** - * Pluralization helper. - */ - -function plural(ms, msAbs, n, name) { - var isPlural = msAbs >= n * 1.5; - return Math.round(ms / n) + ' ' + name + (isPlural ? 's' : ''); -} diff --git a/software/flow/node_modules/npm/node_modules/ms/license.md b/software/flow/node_modules/npm/node_modules/ms/license.md deleted file mode 100644 index fa5d39b..0000000 --- a/software/flow/node_modules/npm/node_modules/ms/license.md +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2020 Vercel, Inc. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/ms/package.json b/software/flow/node_modules/npm/node_modules/ms/package.json deleted file mode 100644 index 4997189..0000000 --- a/software/flow/node_modules/npm/node_modules/ms/package.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "name": "ms", - "version": "2.1.3", - "description": "Tiny millisecond conversion utility", - "repository": "vercel/ms", - "main": "./index", - "files": [ - "index.js" - ], - "scripts": { - "precommit": "lint-staged", - "lint": "eslint lib/* bin/*", - "test": "mocha tests.js" - }, - "eslintConfig": { - "extends": "eslint:recommended", - "env": { - "node": true, - "es6": true - } - }, - "lint-staged": { - "*.js": [ - "npm run lint", - "prettier --single-quote --write", - "git add" - ] - }, - "license": "MIT", - "devDependencies": { - "eslint": "4.18.2", - "expect.js": "0.3.1", - "husky": "0.14.3", - "lint-staged": "5.0.0", - "mocha": "4.0.1", - "prettier": "2.0.5" - } -} diff --git a/software/flow/node_modules/npm/node_modules/mute-stream/LICENSE b/software/flow/node_modules/npm/node_modules/mute-stream/LICENSE deleted file mode 100644 index 19129e3..0000000 --- a/software/flow/node_modules/npm/node_modules/mute-stream/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -The ISC License - -Copyright (c) Isaac Z. Schlueter and Contributors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/mute-stream/lib/index.js b/software/flow/node_modules/npm/node_modules/mute-stream/lib/index.js deleted file mode 100644 index 368f727..0000000 --- a/software/flow/node_modules/npm/node_modules/mute-stream/lib/index.js +++ /dev/null @@ -1,142 +0,0 @@ -const Stream = require('stream') - -class MuteStream extends Stream { - #isTTY = null - - constructor (opts = {}) { - super(opts) - this.writable = this.readable = true - this.muted = false - this.on('pipe', this._onpipe) - this.replace = opts.replace - - // For readline-type situations - // This much at the start of a line being redrawn after a ctrl char - // is seen (such as backspace) won't be redrawn as the replacement - this._prompt = opts.prompt || null - this._hadControl = false - } - - #destSrc (key, def) { - if (this._dest) { - return this._dest[key] - } - if (this._src) { - return this._src[key] - } - return def - } - - #proxy (method, ...args) { - if (typeof this._dest?.[method] === 'function') { - this._dest[method](...args) - } - if (typeof this._src?.[method] === 'function') { - this._src[method](...args) - } - } - - get isTTY () { - if (this.#isTTY !== null) { - return this.#isTTY - } - return this.#destSrc('isTTY', false) - } - - // basically just get replace the getter/setter with a regular value - set isTTY (val) { - this.#isTTY = val - } - - get rows () { - return this.#destSrc('rows') - } - - get columns () { - return this.#destSrc('columns') - } - - mute () { - this.muted = true - } - - unmute () { - this.muted = false - } - - _onpipe (src) { - this._src = src - } - - pipe (dest, options) { - this._dest = dest - return super.pipe(dest, options) - } - - pause () { - if (this._src) { - return this._src.pause() - } - } - - resume () { - if (this._src) { - return this._src.resume() - } - } - - write (c) { - if (this.muted) { - if (!this.replace) { - return true - } - // eslint-disable-next-line no-control-regex - if (c.match(/^\u001b/)) { - if (c.indexOf(this._prompt) === 0) { - c = c.slice(this._prompt.length) - c = c.replace(/./g, this.replace) - c = this._prompt + c - } - this._hadControl = true - return this.emit('data', c) - } else { - if (this._prompt && this._hadControl && - c.indexOf(this._prompt) === 0) { - this._hadControl = false - this.emit('data', this._prompt) - c = c.slice(this._prompt.length) - } - c = c.toString().replace(/./g, this.replace) - } - } - this.emit('data', c) - } - - end (c) { - if (this.muted) { - if (c && this.replace) { - c = c.toString().replace(/./g, this.replace) - } else { - c = null - } - } - if (c) { - this.emit('data', c) - } - this.emit('end') - } - - destroy (...args) { - return this.#proxy('destroy', ...args) - } - - destroySoon (...args) { - return this.#proxy('destroySoon', ...args) - } - - close (...args) { - return this.#proxy('close', ...args) - } -} - -module.exports = MuteStream diff --git a/software/flow/node_modules/npm/node_modules/mute-stream/package.json b/software/flow/node_modules/npm/node_modules/mute-stream/package.json deleted file mode 100644 index 37b2f50..0000000 --- a/software/flow/node_modules/npm/node_modules/mute-stream/package.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "name": "mute-stream", - "version": "1.0.0", - "main": "lib/index.js", - "devDependencies": { - "@npmcli/eslint-config": "^4.0.0", - "@npmcli/template-oss": "4.11.0", - "tap": "^16.3.0" - }, - "scripts": { - "test": "tap", - "lint": "eslint \"**/*.js\"", - "postlint": "template-oss-check", - "template-oss-apply": "template-oss-apply --force", - "lintfix": "npm run lint -- --fix", - "snap": "tap", - "posttest": "npm run lint" - }, - "repository": { - "type": "git", - "url": "https://github.com/npm/mute-stream.git" - }, - "keywords": [ - "mute", - "stream", - "pipe" - ], - "author": "GitHub Inc.", - "license": "ISC", - "description": "Bytes go in, but they don't come out (when muted).", - "files": [ - "bin/", - "lib/" - ], - "tap": { - "statements": 70, - "branches": 60, - "functions": 81, - "lines": 70, - "nyc-arg": [ - "--exclude", - "tap-snapshots/**" - ] - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.11.0" - } -} diff --git a/software/flow/node_modules/npm/node_modules/negotiator/HISTORY.md b/software/flow/node_modules/npm/node_modules/negotiator/HISTORY.md deleted file mode 100644 index a9a5449..0000000 --- a/software/flow/node_modules/npm/node_modules/negotiator/HISTORY.md +++ /dev/null @@ -1,108 +0,0 @@ -0.6.3 / 2022-01-22 -================== - - * Revert "Lazy-load modules from main entry point" - -0.6.2 / 2019-04-29 -================== - - * Fix sorting charset, encoding, and language with extra parameters - -0.6.1 / 2016-05-02 -================== - - * perf: improve `Accept` parsing speed - * perf: improve `Accept-Charset` parsing speed - * perf: improve `Accept-Encoding` parsing speed - * perf: improve `Accept-Language` parsing speed - -0.6.0 / 2015-09-29 -================== - - * Fix including type extensions in parameters in `Accept` parsing - * Fix parsing `Accept` parameters with quoted equals - * Fix parsing `Accept` parameters with quoted semicolons - * Lazy-load modules from main entry point - * perf: delay type concatenation until needed - * perf: enable strict mode - * perf: hoist regular expressions - * perf: remove closures getting spec properties - * perf: remove a closure from media type parsing - * perf: remove property delete from media type parsing - -0.5.3 / 2015-05-10 -================== - - * Fix media type parameter matching to be case-insensitive - -0.5.2 / 2015-05-06 -================== - - * Fix comparing media types with quoted values - * Fix splitting media types with quoted commas - -0.5.1 / 2015-02-14 -================== - - * Fix preference sorting to be stable for long acceptable lists - -0.5.0 / 2014-12-18 -================== - - * Fix list return order when large accepted list - * Fix missing identity encoding when q=0 exists - * Remove dynamic building of Negotiator class - -0.4.9 / 2014-10-14 -================== - - * Fix error when media type has invalid parameter - -0.4.8 / 2014-09-28 -================== - - * Fix all negotiations to be case-insensitive - * Stable sort preferences of same quality according to client order - * Support Node.js 0.6 - -0.4.7 / 2014-06-24 -================== - - * Handle invalid provided languages - * Handle invalid provided media types - -0.4.6 / 2014-06-11 -================== - - * Order by specificity when quality is the same - -0.4.5 / 2014-05-29 -================== - - * Fix regression in empty header handling - -0.4.4 / 2014-05-29 -================== - - * Fix behaviors when headers are not present - -0.4.3 / 2014-04-16 -================== - - * Handle slashes on media params correctly - -0.4.2 / 2014-02-28 -================== - - * Fix media type sorting - * Handle media types params strictly - -0.4.1 / 2014-01-16 -================== - - * Use most specific matches - -0.4.0 / 2014-01-09 -================== - - * Remove preferred prefix from methods diff --git a/software/flow/node_modules/npm/node_modules/negotiator/LICENSE b/software/flow/node_modules/npm/node_modules/negotiator/LICENSE deleted file mode 100644 index ea6b9e2..0000000 --- a/software/flow/node_modules/npm/node_modules/negotiator/LICENSE +++ /dev/null @@ -1,24 +0,0 @@ -(The MIT License) - -Copyright (c) 2012-2014 Federico Romero -Copyright (c) 2012-2014 Isaac Z. Schlueter -Copyright (c) 2014-2015 Douglas Christopher Wilson - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -'Software'), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/negotiator/index.js b/software/flow/node_modules/npm/node_modules/negotiator/index.js deleted file mode 100644 index 4788264..0000000 --- a/software/flow/node_modules/npm/node_modules/negotiator/index.js +++ /dev/null @@ -1,82 +0,0 @@ -/*! - * negotiator - * Copyright(c) 2012 Federico Romero - * Copyright(c) 2012-2014 Isaac Z. Schlueter - * Copyright(c) 2015 Douglas Christopher Wilson - * MIT Licensed - */ - -'use strict'; - -var preferredCharsets = require('./lib/charset') -var preferredEncodings = require('./lib/encoding') -var preferredLanguages = require('./lib/language') -var preferredMediaTypes = require('./lib/mediaType') - -/** - * Module exports. - * @public - */ - -module.exports = Negotiator; -module.exports.Negotiator = Negotiator; - -/** - * Create a Negotiator instance from a request. - * @param {object} request - * @public - */ - -function Negotiator(request) { - if (!(this instanceof Negotiator)) { - return new Negotiator(request); - } - - this.request = request; -} - -Negotiator.prototype.charset = function charset(available) { - var set = this.charsets(available); - return set && set[0]; -}; - -Negotiator.prototype.charsets = function charsets(available) { - return preferredCharsets(this.request.headers['accept-charset'], available); -}; - -Negotiator.prototype.encoding = function encoding(available) { - var set = this.encodings(available); - return set && set[0]; -}; - -Negotiator.prototype.encodings = function encodings(available) { - return preferredEncodings(this.request.headers['accept-encoding'], available); -}; - -Negotiator.prototype.language = function language(available) { - var set = this.languages(available); - return set && set[0]; -}; - -Negotiator.prototype.languages = function languages(available) { - return preferredLanguages(this.request.headers['accept-language'], available); -}; - -Negotiator.prototype.mediaType = function mediaType(available) { - var set = this.mediaTypes(available); - return set && set[0]; -}; - -Negotiator.prototype.mediaTypes = function mediaTypes(available) { - return preferredMediaTypes(this.request.headers.accept, available); -}; - -// Backwards compatibility -Negotiator.prototype.preferredCharset = Negotiator.prototype.charset; -Negotiator.prototype.preferredCharsets = Negotiator.prototype.charsets; -Negotiator.prototype.preferredEncoding = Negotiator.prototype.encoding; -Negotiator.prototype.preferredEncodings = Negotiator.prototype.encodings; -Negotiator.prototype.preferredLanguage = Negotiator.prototype.language; -Negotiator.prototype.preferredLanguages = Negotiator.prototype.languages; -Negotiator.prototype.preferredMediaType = Negotiator.prototype.mediaType; -Negotiator.prototype.preferredMediaTypes = Negotiator.prototype.mediaTypes; diff --git a/software/flow/node_modules/npm/node_modules/negotiator/lib/charset.js b/software/flow/node_modules/npm/node_modules/negotiator/lib/charset.js deleted file mode 100644 index cdd0148..0000000 --- a/software/flow/node_modules/npm/node_modules/negotiator/lib/charset.js +++ /dev/null @@ -1,169 +0,0 @@ -/** - * negotiator - * Copyright(c) 2012 Isaac Z. Schlueter - * Copyright(c) 2014 Federico Romero - * Copyright(c) 2014-2015 Douglas Christopher Wilson - * MIT Licensed - */ - -'use strict'; - -/** - * Module exports. - * @public - */ - -module.exports = preferredCharsets; -module.exports.preferredCharsets = preferredCharsets; - -/** - * Module variables. - * @private - */ - -var simpleCharsetRegExp = /^\s*([^\s;]+)\s*(?:;(.*))?$/; - -/** - * Parse the Accept-Charset header. - * @private - */ - -function parseAcceptCharset(accept) { - var accepts = accept.split(','); - - for (var i = 0, j = 0; i < accepts.length; i++) { - var charset = parseCharset(accepts[i].trim(), i); - - if (charset) { - accepts[j++] = charset; - } - } - - // trim accepts - accepts.length = j; - - return accepts; -} - -/** - * Parse a charset from the Accept-Charset header. - * @private - */ - -function parseCharset(str, i) { - var match = simpleCharsetRegExp.exec(str); - if (!match) return null; - - var charset = match[1]; - var q = 1; - if (match[2]) { - var params = match[2].split(';') - for (var j = 0; j < params.length; j++) { - var p = params[j].trim().split('='); - if (p[0] === 'q') { - q = parseFloat(p[1]); - break; - } - } - } - - return { - charset: charset, - q: q, - i: i - }; -} - -/** - * Get the priority of a charset. - * @private - */ - -function getCharsetPriority(charset, accepted, index) { - var priority = {o: -1, q: 0, s: 0}; - - for (var i = 0; i < accepted.length; i++) { - var spec = specify(charset, accepted[i], index); - - if (spec && (priority.s - spec.s || priority.q - spec.q || priority.o - spec.o) < 0) { - priority = spec; - } - } - - return priority; -} - -/** - * Get the specificity of the charset. - * @private - */ - -function specify(charset, spec, index) { - var s = 0; - if(spec.charset.toLowerCase() === charset.toLowerCase()){ - s |= 1; - } else if (spec.charset !== '*' ) { - return null - } - - return { - i: index, - o: spec.i, - q: spec.q, - s: s - } -} - -/** - * Get the preferred charsets from an Accept-Charset header. - * @public - */ - -function preferredCharsets(accept, provided) { - // RFC 2616 sec 14.2: no header = * - var accepts = parseAcceptCharset(accept === undefined ? '*' : accept || ''); - - if (!provided) { - // sorted list of all charsets - return accepts - .filter(isQuality) - .sort(compareSpecs) - .map(getFullCharset); - } - - var priorities = provided.map(function getPriority(type, index) { - return getCharsetPriority(type, accepts, index); - }); - - // sorted list of accepted charsets - return priorities.filter(isQuality).sort(compareSpecs).map(function getCharset(priority) { - return provided[priorities.indexOf(priority)]; - }); -} - -/** - * Compare two specs. - * @private - */ - -function compareSpecs(a, b) { - return (b.q - a.q) || (b.s - a.s) || (a.o - b.o) || (a.i - b.i) || 0; -} - -/** - * Get full charset string. - * @private - */ - -function getFullCharset(spec) { - return spec.charset; -} - -/** - * Check if a spec has any quality. - * @private - */ - -function isQuality(spec) { - return spec.q > 0; -} diff --git a/software/flow/node_modules/npm/node_modules/negotiator/lib/encoding.js b/software/flow/node_modules/npm/node_modules/negotiator/lib/encoding.js deleted file mode 100644 index 8432cd7..0000000 --- a/software/flow/node_modules/npm/node_modules/negotiator/lib/encoding.js +++ /dev/null @@ -1,184 +0,0 @@ -/** - * negotiator - * Copyright(c) 2012 Isaac Z. Schlueter - * Copyright(c) 2014 Federico Romero - * Copyright(c) 2014-2015 Douglas Christopher Wilson - * MIT Licensed - */ - -'use strict'; - -/** - * Module exports. - * @public - */ - -module.exports = preferredEncodings; -module.exports.preferredEncodings = preferredEncodings; - -/** - * Module variables. - * @private - */ - -var simpleEncodingRegExp = /^\s*([^\s;]+)\s*(?:;(.*))?$/; - -/** - * Parse the Accept-Encoding header. - * @private - */ - -function parseAcceptEncoding(accept) { - var accepts = accept.split(','); - var hasIdentity = false; - var minQuality = 1; - - for (var i = 0, j = 0; i < accepts.length; i++) { - var encoding = parseEncoding(accepts[i].trim(), i); - - if (encoding) { - accepts[j++] = encoding; - hasIdentity = hasIdentity || specify('identity', encoding); - minQuality = Math.min(minQuality, encoding.q || 1); - } - } - - if (!hasIdentity) { - /* - * If identity doesn't explicitly appear in the accept-encoding header, - * it's added to the list of acceptable encoding with the lowest q - */ - accepts[j++] = { - encoding: 'identity', - q: minQuality, - i: i - }; - } - - // trim accepts - accepts.length = j; - - return accepts; -} - -/** - * Parse an encoding from the Accept-Encoding header. - * @private - */ - -function parseEncoding(str, i) { - var match = simpleEncodingRegExp.exec(str); - if (!match) return null; - - var encoding = match[1]; - var q = 1; - if (match[2]) { - var params = match[2].split(';'); - for (var j = 0; j < params.length; j++) { - var p = params[j].trim().split('='); - if (p[0] === 'q') { - q = parseFloat(p[1]); - break; - } - } - } - - return { - encoding: encoding, - q: q, - i: i - }; -} - -/** - * Get the priority of an encoding. - * @private - */ - -function getEncodingPriority(encoding, accepted, index) { - var priority = {o: -1, q: 0, s: 0}; - - for (var i = 0; i < accepted.length; i++) { - var spec = specify(encoding, accepted[i], index); - - if (spec && (priority.s - spec.s || priority.q - spec.q || priority.o - spec.o) < 0) { - priority = spec; - } - } - - return priority; -} - -/** - * Get the specificity of the encoding. - * @private - */ - -function specify(encoding, spec, index) { - var s = 0; - if(spec.encoding.toLowerCase() === encoding.toLowerCase()){ - s |= 1; - } else if (spec.encoding !== '*' ) { - return null - } - - return { - i: index, - o: spec.i, - q: spec.q, - s: s - } -}; - -/** - * Get the preferred encodings from an Accept-Encoding header. - * @public - */ - -function preferredEncodings(accept, provided) { - var accepts = parseAcceptEncoding(accept || ''); - - if (!provided) { - // sorted list of all encodings - return accepts - .filter(isQuality) - .sort(compareSpecs) - .map(getFullEncoding); - } - - var priorities = provided.map(function getPriority(type, index) { - return getEncodingPriority(type, accepts, index); - }); - - // sorted list of accepted encodings - return priorities.filter(isQuality).sort(compareSpecs).map(function getEncoding(priority) { - return provided[priorities.indexOf(priority)]; - }); -} - -/** - * Compare two specs. - * @private - */ - -function compareSpecs(a, b) { - return (b.q - a.q) || (b.s - a.s) || (a.o - b.o) || (a.i - b.i) || 0; -} - -/** - * Get full encoding string. - * @private - */ - -function getFullEncoding(spec) { - return spec.encoding; -} - -/** - * Check if a spec has any quality. - * @private - */ - -function isQuality(spec) { - return spec.q > 0; -} diff --git a/software/flow/node_modules/npm/node_modules/negotiator/lib/language.js b/software/flow/node_modules/npm/node_modules/negotiator/lib/language.js deleted file mode 100644 index a231672..0000000 --- a/software/flow/node_modules/npm/node_modules/negotiator/lib/language.js +++ /dev/null @@ -1,179 +0,0 @@ -/** - * negotiator - * Copyright(c) 2012 Isaac Z. Schlueter - * Copyright(c) 2014 Federico Romero - * Copyright(c) 2014-2015 Douglas Christopher Wilson - * MIT Licensed - */ - -'use strict'; - -/** - * Module exports. - * @public - */ - -module.exports = preferredLanguages; -module.exports.preferredLanguages = preferredLanguages; - -/** - * Module variables. - * @private - */ - -var simpleLanguageRegExp = /^\s*([^\s\-;]+)(?:-([^\s;]+))?\s*(?:;(.*))?$/; - -/** - * Parse the Accept-Language header. - * @private - */ - -function parseAcceptLanguage(accept) { - var accepts = accept.split(','); - - for (var i = 0, j = 0; i < accepts.length; i++) { - var language = parseLanguage(accepts[i].trim(), i); - - if (language) { - accepts[j++] = language; - } - } - - // trim accepts - accepts.length = j; - - return accepts; -} - -/** - * Parse a language from the Accept-Language header. - * @private - */ - -function parseLanguage(str, i) { - var match = simpleLanguageRegExp.exec(str); - if (!match) return null; - - var prefix = match[1] - var suffix = match[2] - var full = prefix - - if (suffix) full += "-" + suffix; - - var q = 1; - if (match[3]) { - var params = match[3].split(';') - for (var j = 0; j < params.length; j++) { - var p = params[j].split('='); - if (p[0] === 'q') q = parseFloat(p[1]); - } - } - - return { - prefix: prefix, - suffix: suffix, - q: q, - i: i, - full: full - }; -} - -/** - * Get the priority of a language. - * @private - */ - -function getLanguagePriority(language, accepted, index) { - var priority = {o: -1, q: 0, s: 0}; - - for (var i = 0; i < accepted.length; i++) { - var spec = specify(language, accepted[i], index); - - if (spec && (priority.s - spec.s || priority.q - spec.q || priority.o - spec.o) < 0) { - priority = spec; - } - } - - return priority; -} - -/** - * Get the specificity of the language. - * @private - */ - -function specify(language, spec, index) { - var p = parseLanguage(language) - if (!p) return null; - var s = 0; - if(spec.full.toLowerCase() === p.full.toLowerCase()){ - s |= 4; - } else if (spec.prefix.toLowerCase() === p.full.toLowerCase()) { - s |= 2; - } else if (spec.full.toLowerCase() === p.prefix.toLowerCase()) { - s |= 1; - } else if (spec.full !== '*' ) { - return null - } - - return { - i: index, - o: spec.i, - q: spec.q, - s: s - } -}; - -/** - * Get the preferred languages from an Accept-Language header. - * @public - */ - -function preferredLanguages(accept, provided) { - // RFC 2616 sec 14.4: no header = * - var accepts = parseAcceptLanguage(accept === undefined ? '*' : accept || ''); - - if (!provided) { - // sorted list of all languages - return accepts - .filter(isQuality) - .sort(compareSpecs) - .map(getFullLanguage); - } - - var priorities = provided.map(function getPriority(type, index) { - return getLanguagePriority(type, accepts, index); - }); - - // sorted list of accepted languages - return priorities.filter(isQuality).sort(compareSpecs).map(function getLanguage(priority) { - return provided[priorities.indexOf(priority)]; - }); -} - -/** - * Compare two specs. - * @private - */ - -function compareSpecs(a, b) { - return (b.q - a.q) || (b.s - a.s) || (a.o - b.o) || (a.i - b.i) || 0; -} - -/** - * Get full language string. - * @private - */ - -function getFullLanguage(spec) { - return spec.full; -} - -/** - * Check if a spec has any quality. - * @private - */ - -function isQuality(spec) { - return spec.q > 0; -} diff --git a/software/flow/node_modules/npm/node_modules/negotiator/lib/mediaType.js b/software/flow/node_modules/npm/node_modules/negotiator/lib/mediaType.js deleted file mode 100644 index 67309dd..0000000 --- a/software/flow/node_modules/npm/node_modules/negotiator/lib/mediaType.js +++ /dev/null @@ -1,294 +0,0 @@ -/** - * negotiator - * Copyright(c) 2012 Isaac Z. Schlueter - * Copyright(c) 2014 Federico Romero - * Copyright(c) 2014-2015 Douglas Christopher Wilson - * MIT Licensed - */ - -'use strict'; - -/** - * Module exports. - * @public - */ - -module.exports = preferredMediaTypes; -module.exports.preferredMediaTypes = preferredMediaTypes; - -/** - * Module variables. - * @private - */ - -var simpleMediaTypeRegExp = /^\s*([^\s\/;]+)\/([^;\s]+)\s*(?:;(.*))?$/; - -/** - * Parse the Accept header. - * @private - */ - -function parseAccept(accept) { - var accepts = splitMediaTypes(accept); - - for (var i = 0, j = 0; i < accepts.length; i++) { - var mediaType = parseMediaType(accepts[i].trim(), i); - - if (mediaType) { - accepts[j++] = mediaType; - } - } - - // trim accepts - accepts.length = j; - - return accepts; -} - -/** - * Parse a media type from the Accept header. - * @private - */ - -function parseMediaType(str, i) { - var match = simpleMediaTypeRegExp.exec(str); - if (!match) return null; - - var params = Object.create(null); - var q = 1; - var subtype = match[2]; - var type = match[1]; - - if (match[3]) { - var kvps = splitParameters(match[3]).map(splitKeyValuePair); - - for (var j = 0; j < kvps.length; j++) { - var pair = kvps[j]; - var key = pair[0].toLowerCase(); - var val = pair[1]; - - // get the value, unwrapping quotes - var value = val && val[0] === '"' && val[val.length - 1] === '"' - ? val.substr(1, val.length - 2) - : val; - - if (key === 'q') { - q = parseFloat(value); - break; - } - - // store parameter - params[key] = value; - } - } - - return { - type: type, - subtype: subtype, - params: params, - q: q, - i: i - }; -} - -/** - * Get the priority of a media type. - * @private - */ - -function getMediaTypePriority(type, accepted, index) { - var priority = {o: -1, q: 0, s: 0}; - - for (var i = 0; i < accepted.length; i++) { - var spec = specify(type, accepted[i], index); - - if (spec && (priority.s - spec.s || priority.q - spec.q || priority.o - spec.o) < 0) { - priority = spec; - } - } - - return priority; -} - -/** - * Get the specificity of the media type. - * @private - */ - -function specify(type, spec, index) { - var p = parseMediaType(type); - var s = 0; - - if (!p) { - return null; - } - - if(spec.type.toLowerCase() == p.type.toLowerCase()) { - s |= 4 - } else if(spec.type != '*') { - return null; - } - - if(spec.subtype.toLowerCase() == p.subtype.toLowerCase()) { - s |= 2 - } else if(spec.subtype != '*') { - return null; - } - - var keys = Object.keys(spec.params); - if (keys.length > 0) { - if (keys.every(function (k) { - return spec.params[k] == '*' || (spec.params[k] || '').toLowerCase() == (p.params[k] || '').toLowerCase(); - })) { - s |= 1 - } else { - return null - } - } - - return { - i: index, - o: spec.i, - q: spec.q, - s: s, - } -} - -/** - * Get the preferred media types from an Accept header. - * @public - */ - -function preferredMediaTypes(accept, provided) { - // RFC 2616 sec 14.2: no header = */* - var accepts = parseAccept(accept === undefined ? '*/*' : accept || ''); - - if (!provided) { - // sorted list of all types - return accepts - .filter(isQuality) - .sort(compareSpecs) - .map(getFullType); - } - - var priorities = provided.map(function getPriority(type, index) { - return getMediaTypePriority(type, accepts, index); - }); - - // sorted list of accepted types - return priorities.filter(isQuality).sort(compareSpecs).map(function getType(priority) { - return provided[priorities.indexOf(priority)]; - }); -} - -/** - * Compare two specs. - * @private - */ - -function compareSpecs(a, b) { - return (b.q - a.q) || (b.s - a.s) || (a.o - b.o) || (a.i - b.i) || 0; -} - -/** - * Get full type string. - * @private - */ - -function getFullType(spec) { - return spec.type + '/' + spec.subtype; -} - -/** - * Check if a spec has any quality. - * @private - */ - -function isQuality(spec) { - return spec.q > 0; -} - -/** - * Count the number of quotes in a string. - * @private - */ - -function quoteCount(string) { - var count = 0; - var index = 0; - - while ((index = string.indexOf('"', index)) !== -1) { - count++; - index++; - } - - return count; -} - -/** - * Split a key value pair. - * @private - */ - -function splitKeyValuePair(str) { - var index = str.indexOf('='); - var key; - var val; - - if (index === -1) { - key = str; - } else { - key = str.substr(0, index); - val = str.substr(index + 1); - } - - return [key, val]; -} - -/** - * Split an Accept header into media types. - * @private - */ - -function splitMediaTypes(accept) { - var accepts = accept.split(','); - - for (var i = 1, j = 0; i < accepts.length; i++) { - if (quoteCount(accepts[j]) % 2 == 0) { - accepts[++j] = accepts[i]; - } else { - accepts[j] += ',' + accepts[i]; - } - } - - // trim accepts - accepts.length = j + 1; - - return accepts; -} - -/** - * Split a string of parameters. - * @private - */ - -function splitParameters(str) { - var parameters = str.split(';'); - - for (var i = 1, j = 0; i < parameters.length; i++) { - if (quoteCount(parameters[j]) % 2 == 0) { - parameters[++j] = parameters[i]; - } else { - parameters[j] += ';' + parameters[i]; - } - } - - // trim parameters - parameters.length = j + 1; - - for (var i = 0; i < parameters.length; i++) { - parameters[i] = parameters[i].trim(); - } - - return parameters; -} diff --git a/software/flow/node_modules/npm/node_modules/negotiator/package.json b/software/flow/node_modules/npm/node_modules/negotiator/package.json deleted file mode 100644 index 297635f..0000000 --- a/software/flow/node_modules/npm/node_modules/negotiator/package.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "name": "negotiator", - "description": "HTTP content negotiation", - "version": "0.6.3", - "contributors": [ - "Douglas Christopher Wilson <doug@somethingdoug.com>", - "Federico Romero <federico.romero@outboxlabs.com>", - "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)" - ], - "license": "MIT", - "keywords": [ - "http", - "content negotiation", - "accept", - "accept-language", - "accept-encoding", - "accept-charset" - ], - "repository": "jshttp/negotiator", - "devDependencies": { - "eslint": "7.32.0", - "eslint-plugin-markdown": "2.2.1", - "mocha": "9.1.3", - "nyc": "15.1.0" - }, - "files": [ - "lib/", - "HISTORY.md", - "LICENSE", - "index.js", - "README.md" - ], - "engines": { - "node": ">= 0.6" - }, - "scripts": { - "lint": "eslint .", - "test": "mocha --reporter spec --check-leaks --bail test/", - "test-ci": "nyc --reporter=lcov --reporter=text npm test", - "test-cov": "nyc --reporter=html --reporter=text npm test" - } -} diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/.github/ISSUE_TEMPLATE.md b/software/flow/node_modules/npm/node_modules/node-gyp/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index c6b213d..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,52 +0,0 @@ -<!-- -Thank you for reporting an issue! - -Remember, this issue tracker is for reporting issues ONLY with node-gyp. - -If you have an issue installing a specific module, please file an issue on -that module's issue tracker (`npm issues modulename`). Open issue here only if -you are sure this is an issue with node-gyp, not with the module you are -trying to build. - -Fill out the form below. We probably won't investigate an issue that does not -provide the basic information we require. - ---> - -Please look thru your error log for the string `gyp info using node-gyp@` and if the version number is less than the [current release of node-gyp](https://github.com/nodejs/node-gyp/releases) then __please upgrade__ using the instructions at https://github.com/nodejs/node-gyp/blob/master/docs/Updating-npm-bundled-node-gyp.md and try your command again. - -Requests for help with [`node-sass` are very common](https://github.com/nodejs/node-gyp/issues?q=label%3A%22Node+Sass+--%3E+Dart+Sass%22). Please be aware that this package is deprecated, you should seek alternatives and avoid opening new issues about it here. - -* **Node Version**: <!-- `node -v` and `npm -v` --> -* **Platform**: <!-- `uname -a` (UNIX), or `systeminfo | findstr /B /C:"OS Name" /C:"OS Version" /C:"System Type"` (Windows) --> -* **Compiler**: <!-- `cc -v` (UNIX) or `msbuild /version & cl` (Windows) --> -* **Module**: <!-- what you tried to build/install --> - -<details><summary>Verbose output (from npm or node-gyp):</summary> - -``` -Paste your log here, between the backticks. It can be: - - npm --verbose output, - - or contents of npm-debug.log, - - or output of node-gyp rebuild --verbose. -Include the command you were trying to run. - -This should look like this: - ->npm --verbose -npm info it worked if it ends with ok -npm verb cli [ -npm verb cli 'C:\\...\\node\\13.9.0\\x64\\node.exe', -npm verb cli 'C:\\...\\node\\13.9.0\\x64\\node_modules\\npm\\bin\\npm-cli.js', -npm verb cli '--verbose' -npm verb cli ] -npm info using npm@6.13.7 -npm info using node@v13.9.0 - -Usage: npm <command> -(...) -``` - -</details> - -<!-- Any further details --> diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/.github/PULL_REQUEST_TEMPLATE.md b/software/flow/node_modules/npm/node_modules/node-gyp/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index bcc4bb1..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,17 +0,0 @@ -<!-- -Thank you for your pull request. Please review the below requirements. - -Contributor guide: https://github.com/nodejs/node/blob/master/CONTRIBUTING.md ---> - -##### Checklist -<!-- Remove items that do not apply. For completed items, change [ ] to [x]. --> - -- [ ] `npm install && npm test` passes -- [ ] tests are included <!-- Bug fixes and new features should include tests --> -- [ ] documentation is changed or added -- [ ] commit message follows [commit guidelines](https://github.com/googleapis/release-please#how-should-i-write-my-commits) - -##### Description of change -<!-- Provide a description of the change --> - diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/.github/workflows/release-please.yml b/software/flow/node_modules/npm/node_modules/node-gyp/.github/workflows/release-please.yml deleted file mode 100644 index c3057c3..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/.github/workflows/release-please.yml +++ /dev/null @@ -1,56 +0,0 @@ -name: release-please - -on: - push: - branches: - - main - -jobs: - release-please: - runs-on: ubuntu-latest - steps: - - uses: google-github-actions/release-please-action@v2 - id: release - with: - package-name: node-gyp - release-type: node - changelog-types: > - [{"type":"feat","section":"Features","hidden":false}, - {"type":"fix","section":"Bug Fixes","hidden":false}, - {"type":"bin","section":"Core","hidden":false}, - {"type":"gyp","section":"Core","hidden":false}, - {"type":"lib","section":"Core","hidden":false}, - {"type":"src","section":"Core","hidden":false}, - {"type":"test","section":"Tests","hidden":false}, - {"type":"build","section":"Core","hidden":false}, - {"type":"clean","section":"Core","hidden":false}, - {"type":"configure","section":"Core","hidden":false}, - {"type":"install","section":"Core","hidden":false}, - {"type":"list","section":"Core","hidden":false}, - {"type":"rebuild","section":"Core","hidden":false}, - {"type":"remove","section":"Core","hidden":false}, - {"type":"deps","section":"Core","hidden":false}, - {"type":"python","section":"Core","hidden":false}, - {"type":"lin","section":"Core","hidden":false}, - {"type":"linux","section":"Core","hidden":false}, - {"type":"mac","section":"Core","hidden":false}, - {"type":"macos","section":"Core","hidden":false}, - {"type":"win","section":"Core","hidden":false}, - {"type":"windows","section":"Core","hidden":false}, - {"type":"zos","section":"Core","hidden":false}, - {"type":"doc","section":"Doc","hidden":false}, - {"type":"docs","section":"Doc","hidden":false}, - {"type":"readme","section":"Doc","hidden":false}, - {"type":"chore","section":"Miscellaneous","hidden":false}, - {"type":"refactor","section":"Miscellaneous","hidden":false}, - {"type":"ci","section":"Miscellaneous","hidden":false}, - {"type":"meta","section":"Miscellaneous","hidden":false}] - - # Standard Conventional Commits: `feat` and `fix` - # node-gyp subdirectories: `bin`, `gyp`, `lib`, `src`, `test` - # node-gyp subcommands: `build`, `clean`, `configure`, `install`, `list`, `rebuild`, `remove` - # Core abstract category: `deps` - # Languages/platforms: `python`, `lin`, `linux`, `mac`, `macos`, `win`, `window`, `zos` - # Documentation: `doc`, `docs`, `readme` - # Standard Conventional Commits: `chore` (under "Miscellaneous") - # Miscellaneous abstract categories: `refactor`, `ci`, `meta` diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/.github/workflows/tests.yml b/software/flow/node_modules/npm/node_modules/node-gyp/.github/workflows/tests.yml deleted file mode 100644 index 8f34d4e..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/.github/workflows/tests.yml +++ /dev/null @@ -1,52 +0,0 @@ -# https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources -# TODO: Line 48, enable pytest --doctest-modules - -name: Tests -on: - push: - branches: [ main ] - pull_request: - branches: [ main ] -jobs: - Tests: - strategy: - fail-fast: false - max-parallel: 15 - matrix: - node: [14.x, 16.x, 18.x] - python: ["3.7", "3.9", "3.11"] - os: [macos-latest, ubuntu-latest, windows-latest] - runs-on: ${{ matrix.os }} - steps: - - name: Checkout Repository - uses: actions/checkout@v3 - - name: Use Node.js ${{ matrix.node }} - uses: actions/setup-node@v3 - with: - node-version: ${{ matrix.node }} - - name: Use Python ${{ matrix.python }} - uses: actions/setup-python@v4 - with: - python-version: ${{ matrix.python }} - env: - PYTHON_VERSION: ${{ matrix.python }} # Why do this? - - name: Install Dependencies - run: | - npm install --no-progress - pip install flake8 pytest - - name: Set Windows environment - if: startsWith(matrix.os, 'windows') - run: | - echo 'GYP_MSVS_VERSION=2015' >> $Env:GITHUB_ENV - echo 'GYP_MSVS_OVERRIDE_PATH=C:\\Dummy' >> $Env:GITHUB_ENV - - name: Lint Python - if: startsWith(matrix.os, 'ubuntu') - run: flake8 . --ignore=E203,W503 --max-complexity=101 --max-line-length=88 --show-source --statistics - - name: Run Python tests - run: python -m pytest - # - name: Run doctests with pytest - # run: python -m pytest --doctest-modules - - name: Environment Information - run: npx envinfo - - name: Run Node tests - run: npm test diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/.github/workflows/visual-studio.yml b/software/flow/node_modules/npm/node_modules/node-gyp/.github/workflows/visual-studio.yml deleted file mode 100644 index 12125e5..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/.github/workflows/visual-studio.yml +++ /dev/null @@ -1,33 +0,0 @@ -# https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources - -name: visual-studio -on: - push: - branches: [ main ] - pull_request: - branches: [ main ] -jobs: - visual-studio: - strategy: - fail-fast: false - max-parallel: 8 - matrix: - os: [windows-latest] - msvs-version: [2016, 2019, 2022] # https://github.com/actions/virtual-environments/tree/main/images/win - runs-on: ${{ matrix.os }} - steps: - - name: Checkout Repository - uses: actions/checkout@v3 - - name: Install Dependencies - run: | - npm install --no-progress - # npm audit fix --force - - name: Set Windows environment - if: startsWith(matrix.os, 'windows') - run: | - echo 'GYP_MSVS_VERSION=${{ matrix.msvs-version }}' >> $Env:GITHUB_ENV - echo 'GYP_MSVS_OVERRIDE_PATH=C:\\Dummy' >> $Env:GITHUB_ENV - - name: Environment Information - run: npx envinfo - - name: Run Node tests - run: npm test diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/CHANGELOG.md b/software/flow/node_modules/npm/node_modules/node-gyp/CHANGELOG.md deleted file mode 100644 index 4131521..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/CHANGELOG.md +++ /dev/null @@ -1,796 +0,0 @@ -# Changelog - -### [9.3.1](https://www.github.com/nodejs/node-gyp/compare/v9.3.0...v9.3.1) (2022-12-16) - - -### Bug Fixes - -* increase node 12 support to ^12.13 ([#2771](https://www.github.com/nodejs/node-gyp/issues/2771)) ([888efb9](https://www.github.com/nodejs/node-gyp/commit/888efb9055857afee6a6b54550722cf9ae3ee323)) - - -### Miscellaneous - -* update python test matrix ([#2774](https://www.github.com/nodejs/node-gyp/issues/2774)) ([38f01fa](https://www.github.com/nodejs/node-gyp/commit/38f01fa57d10fdb3db7697121d957bc2e0e96508)) - -## [9.3.0](https://www.github.com/nodejs/node-gyp/compare/v9.2.0...v9.3.0) (2022-10-10) - - -### Features - -* **gyp:** update gyp to v0.14.0 ([#2749](https://www.github.com/nodejs/node-gyp/issues/2749)) ([713b8dc](https://www.github.com/nodejs/node-gyp/commit/713b8dcdbf44532ca9453a127da266386cc737f8)) -* remove support for VS2015 in Node.js >=19 ([#2746](https://www.github.com/nodejs/node-gyp/issues/2746)) ([131d1a4](https://www.github.com/nodejs/node-gyp/commit/131d1a463baf034a04154bcda753a8295f112a34)) -* support IBM Open XL C/C++ on z/OS ([#2743](https://www.github.com/nodejs/node-gyp/issues/2743)) ([7d0c83d](https://www.github.com/nodejs/node-gyp/commit/7d0c83d2a95aca743dff972826d0da26203acfc4)) - -## [9.2.0](https://www.github.com/nodejs/node-gyp/compare/v9.1.0...v9.2.0) (2022-10-02) - - -### Features - -* Add proper support for IBM i ([a26494f](https://www.github.com/nodejs/node-gyp/commit/a26494fbb8883d9ef784503979e115dec3e2791e)) -* **gyp:** update gyp to v0.13.0 ([3e2a532](https://www.github.com/nodejs/node-gyp/commit/3e2a5324f1c24f3a04bca04cf54fe23d5c4d5e50)) - - -### Bug Fixes - -* node.js debugger adds stderr (but exit code is 0) -> shouldn't throw ([#2719](https://www.github.com/nodejs/node-gyp/issues/2719)) ([c379a74](https://www.github.com/nodejs/node-gyp/commit/c379a744c65c7ab07c2c3193d9c7e8f25ae1b05e)) - - -### Core - -* enable support for zoslib on z/OS ([#2600](https://www.github.com/nodejs/node-gyp/issues/2600)) ([83c0a12](https://www.github.com/nodejs/node-gyp/commit/83c0a12bf23b4cbf3125d41f9e2d4201db76c9ae)) - - -### Miscellaneous - -* update dependency - nopt@6.0.0 ([#2707](https://www.github.com/nodejs/node-gyp/issues/2707)) ([8958ecf](https://www.github.com/nodejs/node-gyp/commit/8958ecf2bb719227bbcbf155891c3186ee219a2e)) - -## [9.1.0](https://www.github.com/nodejs/node-gyp/compare/v9.0.0...v9.1.0) (2022-07-13) - - -### Features - -* Update function getSDK() to support Windows 11 SDK ([#2565](https://www.github.com/nodejs/node-gyp/issues/2565)) ([ea8520e](https://www.github.com/nodejs/node-gyp/commit/ea8520e3855374bd15b6d001fe112d58a8d7d737)) - - -### Bug Fixes - -* extend tap timeout length to allow for slow CI ([6f74c76](https://www.github.com/nodejs/node-gyp/commit/6f74c762fe3c19bdd20245cb5c02e2dfa65d9451)) -* new ca & server certs, bundle in .js file and unpack for testing ([147e3d3](https://www.github.com/nodejs/node-gyp/commit/147e3d34f44a97deb7aa507207680cf0f4e662a2)) -* re-label ([#2689](https://www.github.com/nodejs/node-gyp/issues/2689)) ([f0b7863](https://www.github.com/nodejs/node-gyp/commit/f0b7863dadfa365afc173025ae95351aec79abd9)) -* typo on readme ([bf81cd4](https://www.github.com/nodejs/node-gyp/commit/bf81cd452b931dd4dfa82762c23dd530a075d992)) - - -### Doc - -* update docs/README.md with latest version number ([62d2815](https://www.github.com/nodejs/node-gyp/commit/62d28151bf8266a34e1bcceeb25b4e6e2ae5ca5d)) - - -### Core - -* update due to rename of primary branch ([ca1f068](https://www.github.com/nodejs/node-gyp/commit/ca1f0681a5567ca8cd51acebccd37a633f19bc6a)) - - -### Tests - -* Try msvs-version: [2016, 2019, 2022] ([#2700](https://www.github.com/nodejs/node-gyp/issues/2700)) ([68b5b5b](https://www.github.com/nodejs/node-gyp/commit/68b5b5be9c94ac20c55e88654ff6f55234d7130a)) -* Upgrade GitHub Actions ([#2623](https://www.github.com/nodejs/node-gyp/issues/2623)) ([245cd5b](https://www.github.com/nodejs/node-gyp/commit/245cd5bbe4441d4f05e88f2fa20a86425419b6af)) -* Upgrade GitHub Actions ([#2701](https://www.github.com/nodejs/node-gyp/issues/2701)) ([1c64ca7](https://www.github.com/nodejs/node-gyp/commit/1c64ca7f4702c6eb43ecd16fbd67b5d939041621)) - -## [9.0.0](https://www.github.com/nodejs/node-gyp/compare/v8.4.1...v9.0.0) (2022-02-24) - - -### ⚠ BREAKING CHANGES - -* increase "engines" to "node" : "^12.22 || ^14.13 || >=16" (#2601) - -### Bug Fixes - -* _ in npm_config_ env variables ([eef4eef](https://www.github.com/nodejs/node-gyp/commit/eef4eefccb13ff6a32db862709ee5b2d4edf7e95)) -* update make-fetch-happen to a minimum of 10.0.3 ([839e414](https://www.github.com/nodejs/node-gyp/commit/839e414b63790c815a4a370d0feee8f24a94d40f)) - - -### Miscellaneous - -* add minimal SECURITY.md ([#2560](https://www.github.com/nodejs/node-gyp/issues/2560)) ([c2a1850](https://www.github.com/nodejs/node-gyp/commit/c2a185056e2e589b520fbc0bcc59c2935cd07ede)) - - -### Doc - -* Add notes/disclaimers for upgrading the copy of node-gyp that npm uses ([#2585](https://www.github.com/nodejs/node-gyp/issues/2585)) ([faf6d48](https://www.github.com/nodejs/node-gyp/commit/faf6d48f8a77c08a313baf9332358c4b1231c73c)) -* Rename and update Common-issues.md --> docs/README.md ([#2567](https://www.github.com/nodejs/node-gyp/issues/2567)) ([2ef5fb8](https://www.github.com/nodejs/node-gyp/commit/2ef5fb86277c4d81baffc0b9f642a8d86be1bfa5)) -* rephrase explanation of which node-gyp is used by npm ([#2587](https://www.github.com/nodejs/node-gyp/issues/2587)) ([a2f2988](https://www.github.com/nodejs/node-gyp/commit/a2f298870692022302fa27a1d42363c4a72df407)) -* title match content ([#2574](https://www.github.com/nodejs/node-gyp/issues/2574)) ([6e8f93b](https://www.github.com/nodejs/node-gyp/commit/6e8f93be0443f2649d4effa7bc773a9da06a33b4)) -* Update Python versions ([#2571](https://www.github.com/nodejs/node-gyp/issues/2571)) ([e069f13](https://www.github.com/nodejs/node-gyp/commit/e069f13658a8bfb5fd60f74708cf8be0856d92e3)) - - -### Core - -* add lib.target as path for searching libnode on z/OS ([1d499dd](https://www.github.com/nodejs/node-gyp/commit/1d499dd5606f39de2d34fa822fd0fa5ce17fbd06)) -* increase "engines" to "node" : "^12.22 || ^14.13 || >=16" ([#2601](https://www.github.com/nodejs/node-gyp/issues/2601)) ([6562f92](https://www.github.com/nodejs/node-gyp/commit/6562f92a6f2e67aeae081ddf5272ff117f1fab07)) -* make-fetch-happen@10.0.1 ([78f6660](https://www.github.com/nodejs/node-gyp/commit/78f66604e0df480d4f36a8fa4f3618c046a6fbdc)) - -### [8.4.1](https://www.github.com/nodejs/node-gyp/compare/v8.4.0...v8.4.1) (2021-11-19) - - -### Bug Fixes - -* windows command missing space ([#2553](https://www.github.com/nodejs/node-gyp/issues/2553)) ([cc37b88](https://www.github.com/nodejs/node-gyp/commit/cc37b880690706d3c5d04d5a68c76c392a0a23ed)) - - -### Doc - -* fix typo in powershell node-gyp update ([787cf7f](https://www.github.com/nodejs/node-gyp/commit/787cf7f8e5ddd5039e02b64ace6b7b15e06fe0a4)) - - -### Core - -* npmlog@6.0.0 ([8083f6b](https://www.github.com/nodejs/node-gyp/commit/8083f6b855bd7f3326af04c5f5269fc28d7f2508)) - -## [8.4.0](https://www.github.com/nodejs/node-gyp/compare/v8.3.0...v8.4.0) (2021-11-05) - - -### Features - -* build with config.gypi from node headers ([a27dc08](https://www.github.com/nodejs/node-gyp/commit/a27dc08696911c6d81e76cc228697243069103c1)) -* support vs2022 ([#2533](https://www.github.com/nodejs/node-gyp/issues/2533)) ([5a00387](https://www.github.com/nodejs/node-gyp/commit/5a00387e5f8018264a1822f6c4d5dbf425f21cf6)) - -## [8.3.0](https://www.github.com/nodejs/node-gyp/compare/v8.2.0...v8.3.0) (2021-10-11) - - -### Features - -* **gyp:** update gyp to v0.10.0 ([#2521](https://www.github.com/nodejs/node-gyp/issues/2521)) ([5585792](https://www.github.com/nodejs/node-gyp/commit/5585792922a97f0629f143c560efd74470eae87f)) - - -### Tests - -* Python 3.10 was release on Oct. 4th ([#2504](https://www.github.com/nodejs/node-gyp/issues/2504)) ([0a67dcd](https://www.github.com/nodejs/node-gyp/commit/0a67dcd1307f3560495219253241eafcbf4e2a69)) - - -### Miscellaneous - -* **deps:** bump make-fetch-happen from 8.0.14 to 9.1.0 ([b05b4fe](https://www.github.com/nodejs/node-gyp/commit/b05b4fe9891f718f40edf547e9b50e982826d48a)) -* refactor the creation of config.gypi file ([f2ad87f](https://www.github.com/nodejs/node-gyp/commit/f2ad87ff65f98ad66daa7225ad59d99b759a2b07)) - -## [8.2.0](https://www.github.com/nodejs/node-gyp/compare/v8.1.0...v8.2.0) (2021-08-23) - - -### Features - -* **gyp:** update gyp to v0.9.6 ([#2481](https://www.github.com/nodejs/node-gyp/issues/2481)) ([ed9a9ed](https://www.github.com/nodejs/node-gyp/commit/ed9a9ed653a17c84afa3c327161992d0da7d0cea)) - - -### Bug Fixes - -* add error arg back into catch block for older Node.js users ([5cde818](https://www.github.com/nodejs/node-gyp/commit/5cde818aac715477e9e9747966bb6b4c4ed070a8)) -* change default gyp update message ([#2420](https://www.github.com/nodejs/node-gyp/issues/2420)) ([cfd12ff](https://www.github.com/nodejs/node-gyp/commit/cfd12ff3bb0eb4525173413ef6a94b3cd8398cad)) -* doc how to update node-gyp independently from npm ([c8c0af7](https://www.github.com/nodejs/node-gyp/commit/c8c0af72e78141a02b5da4cd4d704838333a90bd)) -* missing spaces ([f0882b1](https://www.github.com/nodejs/node-gyp/commit/f0882b1264b2fa701adbc81a3be0b3cba80e333d)) - - -### Core - -* deep-copy process.config during configure ([#2368](https://www.github.com/nodejs/node-gyp/issues/2368)) ([5f1a06c](https://www.github.com/nodejs/node-gyp/commit/5f1a06c50f3b0c3d292f64948f85a004cfcc5c87)) - - -### Miscellaneous - -* **deps:** bump tar from 6.1.0 to 6.1.2 ([#2474](https://www.github.com/nodejs/node-gyp/issues/2474)) ([ec15a3e](https://www.github.com/nodejs/node-gyp/commit/ec15a3e5012004172713c11eebcc9d852d32d380)) -* fix typos discovered by codespell ([#2442](https://www.github.com/nodejs/node-gyp/issues/2442)) ([2d0ce55](https://www.github.com/nodejs/node-gyp/commit/2d0ce5595e232a3fc7c562cdf39efb77e2312cc1)) -* GitHub Actions Test on node: [12.x, 14.x, 16.x] ([#2439](https://www.github.com/nodejs/node-gyp/issues/2439)) ([b7bccdb](https://www.github.com/nodejs/node-gyp/commit/b7bccdb527d93b0bb0ce99713f083ce2985fe85c)) - - -### Doc - -* correct link to "binding.gyp files out in the wild" ([#2483](https://www.github.com/nodejs/node-gyp/issues/2483)) ([660dd7b](https://www.github.com/nodejs/node-gyp/commit/660dd7b2a822c184be8027b300e68be67b366772)) -* **wiki:** Add a link to the node-midi binding.gyp file. ([b354711](https://www.github.com/nodejs/node-gyp/commit/b3547115f6e356358138310e857c7f1ec627a8a7)) -* **wiki:** add bcrypt ([e199cfa](https://www.github.com/nodejs/node-gyp/commit/e199cfa8fc6161492d2a6ade2190510d0ebf7c0f)) -* **wiki:** Add helpful information ([4eda827](https://www.github.com/nodejs/node-gyp/commit/4eda8275c03dae6d2f5c40f3c1dbe930d84b0f2b)) -* **wiki:** Add node-canvas ([13a9553](https://www.github.com/nodejs/node-gyp/commit/13a955317b39caf98fd1f412d8d3f41599e979fd)) -* **wiki:** Add node-openvg-canvas and node-openvg. ([61f709e](https://www.github.com/nodejs/node-gyp/commit/61f709ec4d9f256a6467e9ff84430a48eeb629d1)) -* **wiki:** add one more example ([77f3632](https://www.github.com/nodejs/node-gyp/commit/77f363272930d3d4d24fd3973be22e6237128fcc)) -* **wiki:** add topcube, node-osmium, and node-osrm ([1a75d2b](https://www.github.com/nodejs/node-gyp/commit/1a75d2bf2f562ba50846893a516e111cfbb50885)) -* **wiki:** Added details for properly fixing ([3d4d9d5](https://www.github.com/nodejs/node-gyp/commit/3d4d9d52d6b5b49de06bb0bb5b68e2686d2b7ebd)) -* **wiki:** Added Ghostscript4JS ([bf4bed1](https://www.github.com/nodejs/node-gyp/commit/bf4bed1b96a7d22fba6f97f4552ad09f32ac3737)) -* **wiki:** added levelup ([1575bce](https://www.github.com/nodejs/node-gyp/commit/1575bce3a53db628bfb023fd6f3258fdf98c3195)) -* **wiki:** Added nk-mysql (nodamysql) ([5b4f2d0](https://www.github.com/nodejs/node-gyp/commit/5b4f2d0e1d5d3eadfd03aaf9c1668340f76c4bea)) -* **wiki:** Added nk-xrm-installer .gyp references, including .py scripts for providing complete reference to examples of fetching source via http, extracting, and moving files (as opposed to copying) ([ceb3088](https://www.github.com/nodejs/node-gyp/commit/ceb30885b74f6789374ef52267b84767be93ebe4)) -* **wiki:** Added tip about resolving frustrating LNK1181 error ([e64798d](https://www.github.com/nodejs/node-gyp/commit/e64798de8cac6031ad598a86d7599e81b4d20b17)) -* **wiki:** ADDED: Node.js binding to OpenCV ([e2dc777](https://www.github.com/nodejs/node-gyp/commit/e2dc77730b09d7ee8682d7713a7603a2d7aacabd)) -* **wiki:** Adding link to node-cryptopp's gyp file ([875adbe](https://www.github.com/nodejs/node-gyp/commit/875adbe2a4669fa5f2be0250ffbf98fb55e800fd)) -* **wiki:** Adding the sharp library to the list ([9dce0e4](https://www.github.com/nodejs/node-gyp/commit/9dce0e41650c3fa973e6135a79632d022c662a1d)) -* **wiki:** Adds node-fann ([23e3d48](https://www.github.com/nodejs/node-gyp/commit/23e3d485ed894ba7c631e9c062f5e366b50c416c)) -* **wiki:** Adds node-inotify and v8-profiler ([b6e542f](https://www.github.com/nodejs/node-gyp/commit/b6e542f644dbbfe22b88524ec500696e06ee4af7)) -* **wiki:** Bumping Python version from 2.3 to 2.7 as per the node-gyp readme ([55ebd6e](https://www.github.com/nodejs/node-gyp/commit/55ebd6ebacde975bf84f7bf4d8c66e64cc7cd0da)) -* **wiki:** C++ build tools version upgraded ([5b899b7](https://www.github.com/nodejs/node-gyp/commit/5b899b70db729c392ced7c98e8e17590c6499fc3)) -* **wiki:** change bcrypt url to binding.gyp file ([e11bdd8](https://www.github.com/nodejs/node-gyp/commit/e11bdd84de6144492d3eb327d67cbf2d62da1a76)) -* **wiki:** Clarification + direct link to VS2010 ([531c724](https://www.github.com/nodejs/node-gyp/commit/531c724561d947b5d870de8d52dd8c3c51c5ec2d)) -* **wiki:** Correcting the link to node-osmium ([fae7516](https://www.github.com/nodejs/node-gyp/commit/fae7516a1d2829b6e234eaded74fb112ebd79a05)) -* **wiki:** Created "binding.gyp" files out in the wild (markdown) ([d4fd143](https://www.github.com/nodejs/node-gyp/commit/d4fd14355bbe57f229f082f47bb2b3670868203f)) -* **wiki:** Created Common issues (markdown) ([a38299e](https://www.github.com/nodejs/node-gyp/commit/a38299ea340ceb0e732c6dc6a1b4760257644839)) -* **wiki:** Created Error: "pre" versions of node cannot be installed (markdown) ([98bc80d](https://www.github.com/nodejs/node-gyp/commit/98bc80d7a62ba70c881f3c39d94f804322e57852)) -* **wiki:** Created Linking to OpenSSL (markdown) ([c46d00d](https://www.github.com/nodejs/node-gyp/commit/c46d00d83bac5173dea8bbbb175a1a7de74fdaca)) -* **wiki:** Created Updating npm's bundled node gyp (markdown) ([e0ac8d1](https://www.github.com/nodejs/node-gyp/commit/e0ac8d15af46aadd1c220599e63199b154a514e6)) -* **wiki:** Created use of undeclared identifier 'TypedArray' (markdown) ([65ba711](https://www.github.com/nodejs/node-gyp/commit/65ba71139e9b7f64ac823e575ee9dbf17d937ce4)) -* **wiki:** Created Visual Studio 2010 Setup (markdown) ([5b80e83](https://www.github.com/nodejs/node-gyp/commit/5b80e834c8f79dda9fb2770a876ff3cf649c06f3)) -* **wiki:** Created Visual studio 2012 setup (markdown) ([becef31](https://www.github.com/nodejs/node-gyp/commit/becef316b6c46a33e783667720ee074a0141d1a5)) -* **wiki:** Destroyed Visual Studio 2010 Setup (markdown) ([93423b4](https://www.github.com/nodejs/node-gyp/commit/93423b43606de9664aeb79635825f5e9941ec9bc)) -* **wiki:** Destroyed Visual studio 2012 setup (markdown) ([3601508](https://www.github.com/nodejs/node-gyp/commit/3601508bb10fa05da0ddc7e70d57e4b4dd679657)) -* **wiki:** Different commands for Windows npm v6 vs. v7 ([0fce46b](https://www.github.com/nodejs/node-gyp/commit/0fce46b53340c85e8091cde347d5ed23a443c82f)) -* **wiki:** Drop in favor of ([9285ff6](https://www.github.com/nodejs/node-gyp/commit/9285ff6e451c52c070a05f05f0a9602621d91d53)) -* **wiki:** Explicit link to Visual C++ 2010 Express ([378c363](https://www.github.com/nodejs/node-gyp/commit/378c3632f02c096ed819ec8f2611c65bef0c0554)) -* **wiki:** fix link to gyp file used to build libsqlite3 ([54db8d7](https://www.github.com/nodejs/node-gyp/commit/54db8d7ac33e3f98220960b5d86cfa18a75b53cb)) -* **wiki:** Fix link to node-zipfile ([92e49a8](https://www.github.com/nodejs/node-gyp/commit/92e49a858ed69cb4847a26a5676ab56ef5e2de33)) -* **wiki:** fixed node-serialport link ([954ee53](https://www.github.com/nodejs/node-gyp/commit/954ee530b3972d1db591fce32368e4e31b5a25d8)) -* **wiki:** I highly missing it in common issue as every windows biggner face that issue ([d617fae](https://www.github.com/nodejs/node-gyp/commit/d617faee29c40871ca5c8f93efd0ce929a40d541)) -* **wiki:** if ouns that the -h did not help. I founs on github that there was support for visual studio 2015, while i couldn't install node-red beacuse it kept telling me the key 2015 was missing. looking in he gyp python code i found the local file was bot up t dat with the github repo. updating took several efforts before i tried to drop the -g option. ([408b72f](https://www.github.com/nodejs/node-gyp/commit/408b72f561329408daeb17834436e381406efcc8)) -* **wiki:** If permissions error, please try and then the command. ([ee8e1c1](https://www.github.com/nodejs/node-gyp/commit/ee8e1c1e5334096d58e0d6bca6c006f2ee9c88cb)) -* **wiki:** Improve Unix instructions ([c3e5487](https://www.github.com/nodejs/node-gyp/commit/c3e548736645b535ea5bce613d74ca3e98598243)) -* **wiki:** link to docs/ from README ([b52e487](https://www.github.com/nodejs/node-gyp/commit/b52e487eac1eb421573d1e67114a242eeff45a00)) -* **wiki:** Lower case L ([3aa2c6b](https://www.github.com/nodejs/node-gyp/commit/3aa2c6bdb07971b87505e32e32548d75264bd19f)) -* **wiki:** Make changes discussed in https://github.com/nodejs/node-gyp/issues/2416 ([1dcad87](https://www.github.com/nodejs/node-gyp/commit/1dcad873539027511a5f0243baf770ea90f6f4e2)) -* **wiki:** move wiki docs into doc/ ([f0a4835](https://www.github.com/nodejs/node-gyp/commit/f0a48355d86534ec3bdabcdb3ce3340fa2e17f39)) -* **wiki:** node-sass in the wild ([d310a73](https://www.github.com/nodejs/node-gyp/commit/d310a73d64d0065050377baac7047472f7424a1b)) -* **wiki:** node-srs was a 404 ([bbca21a](https://www.github.com/nodejs/node-gyp/commit/bbca21a1e1ede4c473aff365ca71989a5bda7b57)) -* **wiki:** Note: VS2010 seems to be no longer available! VS2013 or nothing! ([7b5dcaf](https://www.github.com/nodejs/node-gyp/commit/7b5dcafafccdceae4b8f2b53ac9081a694b6ade8)) -* **wiki:** safer doc names, remove unnecessary TypedArray doc ([161c235](https://www.github.com/nodejs/node-gyp/commit/161c2353ef5b562f4acfb2fd77608fcbd0800fc0)) -* **wiki:** sorry, forgot to mention a specific windows version. ([d69dffc](https://www.github.com/nodejs/node-gyp/commit/d69dffc16c2b1e3c60dcb5d1c35a49270ba22a35)) -* **wiki:** Updated "binding.gyp" files out in the wild (markdown) ([7444b47](https://www.github.com/nodejs/node-gyp/commit/7444b47a7caac1e14d1da474a7fcfcf88d328017)) -* **wiki:** Updated "binding.gyp" files out in the wild (markdown) ([d766b74](https://www.github.com/nodejs/node-gyp/commit/d766b7427851e6c2edc02e2504a7be9be7e330c0)) -* **wiki:** Updated "binding.gyp" files out in the wild (markdown) ([d319b0e](https://www.github.com/nodejs/node-gyp/commit/d319b0e98c7085de8e51bc5595eba4264b99a7d5)) -* **wiki:** Updated "binding.gyp" files out in the wild (markdown) ([3c6692d](https://www.github.com/nodejs/node-gyp/commit/3c6692d538f0ce973869aa237118b7d2483feccd)) -* **wiki:** Updated "binding.gyp" files out in the wild (markdown) ([93392d5](https://www.github.com/nodejs/node-gyp/commit/93392d559ce6f250b9c7fe8177e6c88603809dc1)) -* **wiki:** Updated "binding.gyp" files out in the wild (markdown) ([8841158](https://www.github.com/nodejs/node-gyp/commit/88411588f300e9b7c00fe516ecd977a1feeeb15c)) -* **wiki:** Updated "binding.gyp" files out in the wild (markdown) ([81bfa1f](https://www.github.com/nodejs/node-gyp/commit/81bfa1f1b63d522a9f8a9ae9ca0c7ae90fe75140)) -* **wiki:** Updated "binding.gyp" files out in the wild (markdown) ([d1cd237](https://www.github.com/nodejs/node-gyp/commit/d1cd237bad06fa507adb354b9e2181a14dc63d24)) -* **wiki:** Updated "binding.gyp" files out in the wild (markdown) ([3de9e17](https://www.github.com/nodejs/node-gyp/commit/3de9e17e0b8a387eafe7bd18d0ec1e3191d118e8)) -* **wiki:** Updated "binding.gyp" files out in the wild (markdown) ([a9b7096](https://www.github.com/nodejs/node-gyp/commit/a9b70968fb956eab3b95672048b94350e1565ca3)) -* **wiki:** Updated "binding.gyp" files out in the wild (markdown) ([3236069](https://www.github.com/nodejs/node-gyp/commit/3236069689e7e0eb15b324fce74ab58158956f98)) -* **wiki:** Updated "binding.gyp" files out in the wild (markdown) ([1462755](https://www.github.com/nodejs/node-gyp/commit/14627556966e5d513bdb8e5208f0e1300f68991f)) -* **wiki:** Updated "binding.gyp" files out in the wild (markdown) ([7ab1337](https://www.github.com/nodejs/node-gyp/commit/7ab133752a6c402bb96dcd3d671d73e03e9487ad)) -* **wiki:** Updated "binding.gyp" files out in the wild (markdown) ([640895d](https://www.github.com/nodejs/node-gyp/commit/640895d36b7448c646a3b850c1e159106f83c724)) -* **wiki:** Updated "binding.gyp" files out in the wild (markdown) ([ced8c96](https://www.github.com/nodejs/node-gyp/commit/ced8c968457f285ab8989c291d28173d7730833c)) -* **wiki:** Updated "binding.gyp" files out in the wild (markdown) ([27b883a](https://www.github.com/nodejs/node-gyp/commit/27b883a350ad0db6b9130d7b996f35855ec34c7a)) -* **wiki:** Updated "binding.gyp" files out in the wild (markdown) ([d29fb13](https://www.github.com/nodejs/node-gyp/commit/d29fb134f1c4b9dd729ba95f2979e69e0934809f)) -* **wiki:** Updated "binding.gyp" files out in the wild (markdown) ([2765891](https://www.github.com/nodejs/node-gyp/commit/27658913e6220cf0371b4b73e25a0e4ab11108a1)) -* **wiki:** Updated "binding.gyp" files out in the wild (markdown) ([dc97766](https://www.github.com/nodejs/node-gyp/commit/dc9776648d432bca6775c176641f16da14522d4c)) -* **wiki:** Updated Error: "pre" versions of node cannot be installed (markdown) ([e9f8b33](https://www.github.com/nodejs/node-gyp/commit/e9f8b33d1f87d04f22cb09a814d7c55d0fa38446)) -* **wiki:** Updated Home (markdown) ([3407109](https://www.github.com/nodejs/node-gyp/commit/3407109325cf7ba1e925656b9eb75feffab0557c)) -* **wiki:** Updated Home (markdown) ([6e392bc](https://www.github.com/nodejs/node-gyp/commit/6e392bcdd3dd1691773e6e16e1dffc35931b81e0)) -* **wiki:** Updated Home (markdown) ([65efe32](https://www.github.com/nodejs/node-gyp/commit/65efe32ccb8d446ce569453364f922dd9d27c945)) -* **wiki:** Updated Home (markdown) ([ea28f09](https://www.github.com/nodejs/node-gyp/commit/ea28f0947af91fa638be355143f5df89d2e431c8)) -* **wiki:** Updated Home (markdown) ([0e37ff4](https://www.github.com/nodejs/node-gyp/commit/0e37ff48b306c12149661b375895741d3d710da7)) -* **wiki:** Updated Home (markdown) ([b398ef4](https://www.github.com/nodejs/node-gyp/commit/b398ef46f660d2b1506508550dadfb4c35639e4b)) -* **wiki:** Updated Linking to OpenSSL (markdown) ([8919028](https://www.github.com/nodejs/node-gyp/commit/8919028921fd304f08044098434f0dc6071fb7cf)) -* **wiki:** Updated Linking to OpenSSL (markdown) ([c00eb77](https://www.github.com/nodejs/node-gyp/commit/c00eb778fc7dc27e4dab3a9219035ea20458b33b)) -* **wiki:** Updated node-levelup to node-leveldown (broken links) ([59668bb](https://www.github.com/nodejs/node-gyp/commit/59668bb0b904feccf3c09afa2fd37378c77af967)) -* **wiki:** Updated Updating npm's bundled node gyp (markdown) ([d314854](https://www.github.com/nodejs/node-gyp/commit/d31485415ef69d46effa6090c95698341965de1b)) -* **wiki:** Updated Updating npm's bundled node gyp (markdown) ([11858b0](https://www.github.com/nodejs/node-gyp/commit/11858b0655d1eee00c62ad628e719d4378803d14)) -* **wiki:** Updated Updating npm's bundled node gyp (markdown) ([33561e9](https://www.github.com/nodejs/node-gyp/commit/33561e9cbf5f4eb46111318503c77df2c6eb484a)) -* **wiki:** Updated Updating npm's bundled node gyp (markdown) ([4a7f2d0](https://www.github.com/nodejs/node-gyp/commit/4a7f2d0d869a65c99a78504976567017edadf657)) -* **wiki:** Updated Updating npm's bundled node gyp (markdown) ([979a706](https://www.github.com/nodejs/node-gyp/commit/979a7063b950c088a7f4896fc3a48e1d00dfd231)) -* **wiki:** Updated Updating npm's bundled node gyp (markdown) ([e50e04d](https://www.github.com/nodejs/node-gyp/commit/e50e04d7b6a3754ea0aa11fe8cef491b3bc5bdd4)) - -## [8.1.0](https://www.github.com/nodejs/node-gyp/compare/v8.0.0...v8.1.0) (2021-05-28) - - -### Features - -* **gyp:** update gyp to v0.9.1 ([#2402](https://www.github.com/nodejs/node-gyp/issues/2402)) ([814b1b0](https://www.github.com/nodejs/node-gyp/commit/814b1b0eda102afb9fc87e81638a9cf5b650bb10)) - - -### Miscellaneous - -* add `release-please-action` for automated releases ([#2395](https://www.github.com/nodejs/node-gyp/issues/2395)) ([07e9d7c](https://www.github.com/nodejs/node-gyp/commit/07e9d7c7ee80ba119ea760c635f72fd8e7efe198)) - - -### Core - -* fail gracefully if we can't find the username ([#2375](https://www.github.com/nodejs/node-gyp/issues/2375)) ([fca4795](https://www.github.com/nodejs/node-gyp/commit/fca4795512c67dc8420aaa0d913b5b89a4b147f3)) -* log as yes/no whether build dir was created ([#2370](https://www.github.com/nodejs/node-gyp/issues/2370)) ([245dee5](https://www.github.com/nodejs/node-gyp/commit/245dee5b62581309946872ae253226ea3a42c0e3)) - - -### Doc - -* fix v8.0.0 release date ([4b83c3d](https://www.github.com/nodejs/node-gyp/commit/4b83c3de7300457919d53f26d96ea9ad6f6bedd8)) -* remove redundant version info ([#2403](https://www.github.com/nodejs/node-gyp/issues/2403)) ([1423670](https://www.github.com/nodejs/node-gyp/commit/14236709de64b100a424396b91a5115639daa0ef)) -* Update README.md Visual Studio Community page polski to auto ([#2371](https://www.github.com/nodejs/node-gyp/issues/2371)) ([1b4697a](https://www.github.com/nodejs/node-gyp/commit/1b4697abf69ef574a48faf832a7098f4c6c224a5)) - -## v8.0.0 2021-04-03 - -* [[`0d8a6f1b19`](https://github.com/nodejs/node-gyp/commit/0d8a6f1b19)] - **ci**: update actions/setup-node to v2 (#2302) (Sora Morimoto) [#2302](https://github.com/nodejs/node-gyp/pull/2302) -* [[`15a5c7d45b`](https://github.com/nodejs/node-gyp/commit/15a5c7d45b)] - **ci**: migrate deprecated grammar (#2285) (Jiawen Geng) [#2285](https://github.com/nodejs/node-gyp/pull/2285) -* [[`06ddde27f9`](https://github.com/nodejs/node-gyp/commit/06ddde27f9)] - **deps**: sync mutual dependencies with npm (DeeDeeG) [#2348](https://github.com/nodejs/node-gyp/pull/2348) -* [[`a5fd1f41e3`](https://github.com/nodejs/node-gyp/commit/a5fd1f41e3)] - **doc**: add downloads badge (#2352) (Jiawen Geng) [#2352](https://github.com/nodejs/node-gyp/pull/2352) -* [[`cc1cbce056`](https://github.com/nodejs/node-gyp/commit/cc1cbce056)] - **doc**: update macOS\_Catalina.md (#2293) (iMrLopez) [#2293](https://github.com/nodejs/node-gyp/pull/2293) -* [[`6287118fc4`](https://github.com/nodejs/node-gyp/commit/6287118fc4)] - **doc**: updated README.md to copy easily (#2281) (மனோஜ்குமார் பழனிச்சாமி) [#2281](https://github.com/nodejs/node-gyp/pull/2281) -* [[`66c0f04467`](https://github.com/nodejs/node-gyp/commit/66c0f04467)] - **doc**: add missing `sudo` to Catalina doc (Karl Horky) [#2244](https://github.com/nodejs/node-gyp/pull/2244) -* [[`0da2e0140d`](https://github.com/nodejs/node-gyp/commit/0da2e0140d)] - **gyp**: update gyp to v0.8.1 (#2355) (DeeDeeG) [#2355](https://github.com/nodejs/node-gyp/pull/2355) -* [[`0093ec8646`](https://github.com/nodejs/node-gyp/commit/0093ec8646)] - **gyp**: Improve our flake8 linting tests (Christian Clauss) [#2356](https://github.com/nodejs/node-gyp/pull/2356) -* [[`a78b584236`](https://github.com/nodejs/node-gyp/commit/a78b584236)] - **(SEMVER-MAJOR)** **gyp**: remove support for Python 2 (#2300) (Christian Clauss) [#2300](https://github.com/nodejs/node-gyp/pull/2300) -* [[`c3c510d89e`](https://github.com/nodejs/node-gyp/commit/c3c510d89e)] - **gyp**: update gyp to v0.8.0 (#2318) (Christian Clauss) [#2318](https://github.com/nodejs/node-gyp/pull/2318) -* [[`9e1397c52e`](https://github.com/nodejs/node-gyp/commit/9e1397c52e)] - **(SEMVER-MAJOR)** **gyp**: update gyp to v0.7.0 (#2284) (Jiawen Geng) [#2284](https://github.com/nodejs/node-gyp/pull/2284) -* [[`1bd18f3e77`](https://github.com/nodejs/node-gyp/commit/1bd18f3e77)] - **(SEMVER-MAJOR)** **lib**: drop Python 2 support in find-python.js (#2333) (DeeDeeG) [#2333](https://github.com/nodejs/node-gyp/pull/2333) -* [[`e81602ef55`](https://github.com/nodejs/node-gyp/commit/e81602ef55)] - **(SEMVER-MAJOR)** **lib**: migrate requests to fetch (#2220) (Matias Lopez) [#2220](https://github.com/nodejs/node-gyp/pull/2220) -* [[`392b7760b4`](https://github.com/nodejs/node-gyp/commit/392b7760b4)] - **lib**: avoid changing process.config (#2322) (Michaël Zasso) [#2322](https://github.com/nodejs/node-gyp/pull/2322) - -## v7.1.2 2020-10-17 - -* [[`096e3aded5`](https://github.com/nodejs/node-gyp/commit/096e3aded5)] - **gyp**: update gyp to 0.6.2 (Myles Borins) [#2241](https://github.com/nodejs/node-gyp/pull/2241) -* [[`54f97cd243`](https://github.com/nodejs/node-gyp/commit/54f97cd243)] - **doc**: add cmd to reset `xcode-select` to initial state (Valera Rozuvan) [#2235](https://github.com/nodejs/node-gyp/pull/2235) - -## v7.1.1 2020-10-15 - -This release restores the location of shared library builds to the pre-v7 -location. In v7.0.0 until this release, shared library outputs were placed -in a lib.target subdirectory inside the build/{Release,Debug} directory for -builds using `make` (Linux, etc.). This is inconsistent with macOS (Xcode) -behavior and previous node-gyp behavior so has been reverted. -We consider this a bug-fix rather than semver-major change. - -* [[`18bf2d1d38`](https://github.com/nodejs/node-gyp/commit/18bf2d1d38)] - **deps**: update deps to match npm@7 (Rod Vagg) [#2240](https://github.com/nodejs/node-gyp/pull/2240) -* [[`ee6a837cb7`](https://github.com/nodejs/node-gyp/commit/ee6a837cb7)] - **gyp**: update gyp to 0.6.1 (Rod Vagg) [#2238](https://github.com/nodejs/node-gyp/pull/2238) -* [[`3e7f8ccafc`](https://github.com/nodejs/node-gyp/commit/3e7f8ccafc)] - **lib**: better log message when ps fails (Martin Midtgaard) [#2229](https://github.com/nodejs/node-gyp/pull/2229) -* [[`7fb314339f`](https://github.com/nodejs/node-gyp/commit/7fb314339f)] - **test**: GitHub Actions: Test on Python 3.9 (Christian Clauss) [#2230](https://github.com/nodejs/node-gyp/pull/2230) -* [[`754996b9ec`](https://github.com/nodejs/node-gyp/commit/754996b9ec)] - **doc**: replace status badges with new Actions badge (Rod Vagg) [#2218](https://github.com/nodejs/node-gyp/pull/2218) -* [[`2317dc400c`](https://github.com/nodejs/node-gyp/commit/2317dc400c)] - **ci**: switch to GitHub Actions (Shelley Vohr) [#2210](https://github.com/nodejs/node-gyp/pull/2210) -* [[`2cca9b74f7`](https://github.com/nodejs/node-gyp/commit/2cca9b74f7)] - **doc**: drop the --production flag for installing windows-build-tools (DeeDeeG) [#2206](https://github.com/nodejs/node-gyp/pull/2206) - -## v7.1.0 2020-08-12 - -* [[`aaf33c3029`](https://github.com/nodejs/node-gyp/commit/aaf33c3029)] - **build**: add update-gyp script (Samuel Attard) [#2167](https://github.com/nodejs/node-gyp/pull/2167) -* * [[`3baa4e4172`](https://github.com/nodejs/node-gyp/commit/3baa4e4172)] - **(SEMVER-MINOR)** **gyp**: update gyp to 0.4.0 (Samuel Attard) [#2165](https://github.com/nodejs/node-gyp/pull/2165) -* * [[`f461d56c53`](https://github.com/nodejs/node-gyp/commit/f461d56c53)] - **(SEMVER-MINOR)** **build**: support apple silicon (arm64 darwin) builds (Samuel Attard) [#2165](https://github.com/nodejs/node-gyp/pull/2165) -* * [[`ee6fa7d3bc`](https://github.com/nodejs/node-gyp/commit/ee6fa7d3bc)] - **docs**: note that node-gyp@7 should solve Catalina CLT issues (Rod Vagg) [#2156](https://github.com/nodejs/node-gyp/pull/2156) -* * [[`4fc8ff179d`](https://github.com/nodejs/node-gyp/commit/4fc8ff179d)] - **doc**: silence curl for macOS Catalina acid test (Chia Wei Ong) [#2150](https://github.com/nodejs/node-gyp/pull/2150) -* * [[`7857cb2eb1`](https://github.com/nodejs/node-gyp/commit/7857cb2eb1)] - **deps**: increase "engines" to "node" : "\>= 10.12.0" (DeeDeeG) [#2153](https://github.com/nodejs/node-gyp/pull/2153) - -## v7.0.0 2020-06-03 - -* [[`e18a61afc1`](https://github.com/nodejs/node-gyp/commit/e18a61afc1)] - **build**: shrink bloated addon binaries on windows (Shelley Vohr) [#2060](https://github.com/nodejs/node-gyp/pull/2060) -* [[`4937722cf5`](https://github.com/nodejs/node-gyp/commit/4937722cf5)] - **(SEMVER-MAJOR)** **deps**: replace mkdirp with {recursive} mkdir (Rod Vagg) [#2123](https://github.com/nodejs/node-gyp/pull/2123) -* [[`d45438a047`](https://github.com/nodejs/node-gyp/commit/d45438a047)] - **(SEMVER-MAJOR)** **deps**: update deps, match to npm@7 (Rod Vagg) [#2126](https://github.com/nodejs/node-gyp/pull/2126) -* [[`ba4f34b7d6`](https://github.com/nodejs/node-gyp/commit/ba4f34b7d6)] - **doc**: update catalina xcode clt download link (Dario Vladovic) [#2133](https://github.com/nodejs/node-gyp/pull/2133) -* [[`f7bfce96ed`](https://github.com/nodejs/node-gyp/commit/f7bfce96ed)] - **doc**: update acid test and introduce curl|bash test script (Dario Vladovic) [#2105](https://github.com/nodejs/node-gyp/pull/2105) -* [[`e529f3309d`](https://github.com/nodejs/node-gyp/commit/e529f3309d)] - **doc**: update README to reflect upgrade to gyp-next (Ujjwal Sharma) [#2092](https://github.com/nodejs/node-gyp/pull/2092) -* [[`9aed6286a3`](https://github.com/nodejs/node-gyp/commit/9aed6286a3)] - **doc**: give more attention to Catalina issues doc (Matheus Marchini) [#2134](https://github.com/nodejs/node-gyp/pull/2134) -* [[`963f2a7b48`](https://github.com/nodejs/node-gyp/commit/963f2a7b48)] - **doc**: improve Catalina discoverability for search engines (Matheus Marchini) [#2135](https://github.com/nodejs/node-gyp/pull/2135) -* [[`7b75af349b`](https://github.com/nodejs/node-gyp/commit/7b75af349b)] - **doc**: add macOS Catalina software update info (Karl Horky) [#2078](https://github.com/nodejs/node-gyp/pull/2078) -* [[`4f23c7bee2`](https://github.com/nodejs/node-gyp/commit/4f23c7bee2)] - **doc**: update link to the code of conduct (#2073) (Michaël Zasso) [#2073](https://github.com/nodejs/node-gyp/pull/2073) -* [[`473cfa283f`](https://github.com/nodejs/node-gyp/commit/473cfa283f)] - **doc**: note in README that Python 3.8 is supported (#2072) (Michaël Zasso) [#2072](https://github.com/nodejs/node-gyp/pull/2072) -* [[`e7402b4a7c`](https://github.com/nodejs/node-gyp/commit/e7402b4a7c)] - **doc**: update catalina xcode cli tools download link (#2044) (Dario Vladović) [#2044](https://github.com/nodejs/node-gyp/pull/2044) -* [[`35de45984f`](https://github.com/nodejs/node-gyp/commit/35de45984f)] - **doc**: update catalina xcode cli tools download link; formatting (Jonathan Hult) [#2034](https://github.com/nodejs/node-gyp/pull/2034) -* [[`48642191f5`](https://github.com/nodejs/node-gyp/commit/48642191f5)] - **doc**: add download link for Command Line Tools for Xcode (Przemysław Bitkowski) [#2029](https://github.com/nodejs/node-gyp/pull/2029) -* [[`ae5b150051`](https://github.com/nodejs/node-gyp/commit/ae5b150051)] - **doc**: Catalina suggestion: remove /Library/Developer/CommandLineTools (Christian Clauss) [#2022](https://github.com/nodejs/node-gyp/pull/2022) -* [[`d1dea13fe4`](https://github.com/nodejs/node-gyp/commit/d1dea13fe4)] - **doc**: fix changelog 6.1.0 release year to be 2020 (Quentin Vernot) [#2021](https://github.com/nodejs/node-gyp/pull/2021) -* [[`6356117b08`](https://github.com/nodejs/node-gyp/commit/6356117b08)] - **doc, bin**: stop suggesting opening node-gyp issues (Bartosz Sosnowski) [#2096](https://github.com/nodejs/node-gyp/pull/2096) -* [[`a6b76a8b48`](https://github.com/nodejs/node-gyp/commit/a6b76a8b48)] - **gyp**: update gyp to 0.2.1 (Ujjwal Sharma) [#2092](https://github.com/nodejs/node-gyp/pull/2092) -* [[`ebc34ec823`](https://github.com/nodejs/node-gyp/commit/ebc34ec823)] - **gyp**: update gyp to 0.2.0 (Ujjwal Sharma) [#2092](https://github.com/nodejs/node-gyp/pull/2092) -* [[`972780bde7`](https://github.com/nodejs/node-gyp/commit/972780bde7)] - **(SEMVER-MAJOR)** **gyp**: sync code base with nodejs repo (#1975) (Michaël Zasso) [#1975](https://github.com/nodejs/node-gyp/pull/1975) -* [[`c255ffbf6a`](https://github.com/nodejs/node-gyp/commit/c255ffbf6a)] - **lib**: drop "-2" flag for "py.exe" launcher (DeeDeeG) [#2131](https://github.com/nodejs/node-gyp/pull/2131) -* [[`1f7e1e93b5`](https://github.com/nodejs/node-gyp/commit/1f7e1e93b5)] - **lib**: ignore VS instances that cause COMExceptions (Andrew Casey) [#2018](https://github.com/nodejs/node-gyp/pull/2018) -* [[`741ab096d5`](https://github.com/nodejs/node-gyp/commit/741ab096d5)] - **test**: remove support for EOL versions of Node.js (Shelley Vohr) -* [[`ca86ef2539`](https://github.com/nodejs/node-gyp/commit/ca86ef2539)] - **test**: bump actions/checkout from v1 to v2 (BSKY) [#2063](https://github.com/nodejs/node-gyp/pull/2063) - -## v6.1.0 2020-01-08 - -* [[`9a7dd16b76`](https://github.com/nodejs/node-gyp/commit/9a7dd16b76)] - **doc**: remove backticks from Python version list (Rod Vagg) [#2011](https://github.com/nodejs/node-gyp/pull/2011) -* [[`26cd6eaea6`](https://github.com/nodejs/node-gyp/commit/26cd6eaea6)] - **doc**: add GitHub Actions badge (#1994) (Rod Vagg) [#1994](https://github.com/nodejs/node-gyp/pull/1994) -* [[`312c12ef4f`](https://github.com/nodejs/node-gyp/commit/312c12ef4f)] - **doc**: update macOS\_Catalina.md (#1992) (James Home) [#1992](https://github.com/nodejs/node-gyp/pull/1992) -* [[`f7b6b6b77b`](https://github.com/nodejs/node-gyp/commit/f7b6b6b77b)] - **doc**: fix typo in README.md (#1985) (Suraneti Rodsuwan) [#1985](https://github.com/nodejs/node-gyp/pull/1985) -* [[`6b8f2652dd`](https://github.com/nodejs/node-gyp/commit/6b8f2652dd)] - **doc**: add travis badge (Rod Vagg) [#1971](https://github.com/nodejs/node-gyp/pull/1971) -* [[`20aa0b44f7`](https://github.com/nodejs/node-gyp/commit/20aa0b44f7)] - **doc**: macOS Catalina add two commands (Christian Clauss) [#1962](https://github.com/nodejs/node-gyp/pull/1962) -* [[`14f2a07a39`](https://github.com/nodejs/node-gyp/commit/14f2a07a39)] - **gyp**: list(dict) so we can del dict(key) while iterating (Christian Clauss) [#2009](https://github.com/nodejs/node-gyp/pull/2009) -* [[`f242ce4d2c`](https://github.com/nodejs/node-gyp/commit/f242ce4d2c)] - **lib**: compatibility with semver ≥ 7 (`new` for semver.Range) (Xavier Guimard) [#2006](https://github.com/nodejs/node-gyp/pull/2006) -* [[`3bcba2a01a`](https://github.com/nodejs/node-gyp/commit/3bcba2a01a)] - **(SEMVER-MINOR)** **lib**: noproxy support, match proxy detection to `request` (Matias Lopez) [#1978](https://github.com/nodejs/node-gyp/pull/1978) -* [[`470cc2178e`](https://github.com/nodejs/node-gyp/commit/470cc2178e)] - **test**: remove old docker test harness (#1993) (Rod Vagg) [#1993](https://github.com/nodejs/node-gyp/pull/1993) -* [[`31ecc8421d`](https://github.com/nodejs/node-gyp/commit/31ecc8421d)] - **test**: add Windows to GitHub Actions testing (#1996) (Christian Clauss) [#1996](https://github.com/nodejs/node-gyp/pull/1996) -* [[`5a729e86ee`](https://github.com/nodejs/node-gyp/commit/5a729e86ee)] - **test**: fix typo in header download test (#2001) (Richard Lau) [#2001](https://github.com/nodejs/node-gyp/pull/2001) -* [[`345c70e56d`](https://github.com/nodejs/node-gyp/commit/345c70e56d)] - **test**: direct python invocation & simpler pyenv (Matias Lopez) [#1979](https://github.com/nodejs/node-gyp/pull/1979) -* [[`d6a7e0e1fb`](https://github.com/nodejs/node-gyp/commit/d6a7e0e1fb)] - **test**: fix macOS Travis on Python 2.7 & 3.7 (Christian Clauss) [#1979](https://github.com/nodejs/node-gyp/pull/1979) -* [[`5a64e9bd32`](https://github.com/nodejs/node-gyp/commit/5a64e9bd32)] - **test**: initial Github Actions with Ubuntu & macOS (Christian Clauss) [#1985](https://github.com/nodejs/node-gyp/pull/1985) -* [[`04da736d38`](https://github.com/nodejs/node-gyp/commit/04da736d38)] - **test**: fix Python unittests (cclauss) [#1961](https://github.com/nodejs/node-gyp/pull/1961) -* [[`0670e5189d`](https://github.com/nodejs/node-gyp/commit/0670e5189d)] - **test**: add header download test (Rod Vagg) [#1796](https://github.com/nodejs/node-gyp/pull/1796) -* [[`c506a6a150`](https://github.com/nodejs/node-gyp/commit/c506a6a150)] - **test**: configure proper devDir for invoking configure() (Rod Vagg) [#1796](https://github.com/nodejs/node-gyp/pull/1796) - -## v6.0.1 2019-11-01 - -* [[`8ec2e681d5`](https://github.com/nodejs/node-gyp/commit/8ec2e681d5)] - **doc**: add macOS\_Catalina.md document (cclauss) [#1940](https://github.com/nodejs/node-gyp/pull/1940) -* [[`1b11be63cc`](https://github.com/nodejs/node-gyp/commit/1b11be63cc)] - **gyp**: python3 fixes: utf8 decode, use of 'None' in eval (Wilfried Goesgens) [#1925](https://github.com/nodejs/node-gyp/pull/1925) -* [[`c0282daa48`](https://github.com/nodejs/node-gyp/commit/c0282daa48)] - **gyp**: iteritems() -\> items() in compile\_commands\_json.py (cclauss) [#1947](https://github.com/nodejs/node-gyp/pull/1947) -* [[`d8e09a1b6a`](https://github.com/nodejs/node-gyp/commit/d8e09a1b6a)] - **gyp**: make cmake python3 compatible (gengjiawen) [#1944](https://github.com/nodejs/node-gyp/pull/1944) -* [[`9c0f3404f0`](https://github.com/nodejs/node-gyp/commit/9c0f3404f0)] - **gyp**: fix TypeError in XcodeVersion() (Christian Clauss) [#1939](https://github.com/nodejs/node-gyp/pull/1939) -* [[`bb2eb72a3f`](https://github.com/nodejs/node-gyp/commit/bb2eb72a3f)] - **gyp**: finish decode stdout on Python 3 (Christian Clauss) [#1937](https://github.com/nodejs/node-gyp/pull/1937) -* [[`f0693413d9`](https://github.com/nodejs/node-gyp/commit/f0693413d9)] - **src,win**: allow 403 errors for arm64 node.lib (Richard Lau) [#1934](https://github.com/nodejs/node-gyp/pull/1934) -* [[`c60c22de58`](https://github.com/nodejs/node-gyp/commit/c60c22de58)] - **deps**: update deps to roughly match current npm@6 (Rod Vagg) [#1920](https://github.com/nodejs/node-gyp/pull/1920) -* [[`b91718eefc`](https://github.com/nodejs/node-gyp/commit/b91718eefc)] - **test**: upgrade Linux Travis CI to Python 3.8 (Christian Clauss) [#1923](https://github.com/nodejs/node-gyp/pull/1923) -* [[`3538a317b6`](https://github.com/nodejs/node-gyp/commit/3538a317b6)] - **doc**: adjustments to the README.md for new users (Dan Pike) [#1919](https://github.com/nodejs/node-gyp/pull/1919) -* [[`4fff8458c0`](https://github.com/nodejs/node-gyp/commit/4fff8458c0)] - **travis**: ignore failed `brew upgrade npm`, update xcode (Christian Clauss) [#1932](https://github.com/nodejs/node-gyp/pull/1932) -* [[`60e4488f08`](https://github.com/nodejs/node-gyp/commit/60e4488f08)] - **build**: avoid bare exceptions in xcode\_emulation.py (Christian Clauss) [#1932](https://github.com/nodejs/node-gyp/pull/1932) -* [[`032db2a2d0`](https://github.com/nodejs/node-gyp/commit/032db2a2d0)] - **lib,install**: always download SHA sums on Windows (Sam Hughes) [#1926](https://github.com/nodejs/node-gyp/pull/1926) -* [[`5a83630c33`](https://github.com/nodejs/node-gyp/commit/5a83630c33)] - **travis**: add Windows + Python 3.8 to the mix (Rod Vagg) [#1921](https://github.com/nodejs/node-gyp/pull/1921) - -## v6.0.0 2019-10-04 - -* [[`dd0e97ef0b`](https://github.com/nodejs/node-gyp/commit/dd0e97ef0b)] - **(SEMVER-MAJOR)** **lib**: try to find `python` after `python3` (Sam Roberts) [#1907](https://github.com/nodejs/node-gyp/pull/1907) -* [[`f60ed47d14`](https://github.com/nodejs/node-gyp/commit/f60ed47d14)] - **travis**: add Python 3.5 and 3.6 tests on Linux (Christian Clauss) [#1903](https://github.com/nodejs/node-gyp/pull/1903) -* [[`c763ca1838`](https://github.com/nodejs/node-gyp/commit/c763ca1838)] - **(SEMVER-MAJOR)** **doc**: Declare that node-gyp is Python 3 compatible (cclauss) [#1811](https://github.com/nodejs/node-gyp/pull/1811) -* [[`3d1c60ab81`](https://github.com/nodejs/node-gyp/commit/3d1c60ab81)] - **(SEMVER-MAJOR)** **lib**: accept Python 3 by default (João Reis) [#1844](https://github.com/nodejs/node-gyp/pull/1844) -* [[`c6e3b65a23`](https://github.com/nodejs/node-gyp/commit/c6e3b65a23)] - **(SEMVER-MAJOR)** **lib**: raise the minimum Python version from 2.6 to 2.7 (cclauss) [#1818](https://github.com/nodejs/node-gyp/pull/1818) - -## v5.1.1 2020-05-25 - -* [[`bdd3a79abe`](https://github.com/nodejs/node-gyp/commit/bdd3a79abe)] - **build**: shrink bloated addon binaries on windows (Shelley Vohr) [#2060](https://github.com/nodejs/node-gyp/pull/2060) -* [[`1f2ba75bc0`](https://github.com/nodejs/node-gyp/commit/1f2ba75bc0)] - **doc**: add macOS Catalina software update info (Karl Horky) [#2078](https://github.com/nodejs/node-gyp/pull/2078) -* [[`c106d915f5`](https://github.com/nodejs/node-gyp/commit/c106d915f5)] - **doc**: update catalina xcode cli tools download link (#2044) (Dario Vladović) [#2044](https://github.com/nodejs/node-gyp/pull/2044) -* [[`9a6fea92e2`](https://github.com/nodejs/node-gyp/commit/9a6fea92e2)] - **doc**: update catalina xcode cli tools download link; formatting (Jonathan Hult) [#2034](https://github.com/nodejs/node-gyp/pull/2034) -* [[`59b0b1add8`](https://github.com/nodejs/node-gyp/commit/59b0b1add8)] - **doc**: add download link for Command Line Tools for Xcode (Przemysław Bitkowski) [#2029](https://github.com/nodejs/node-gyp/pull/2029) -* [[`bb8d0e7b10`](https://github.com/nodejs/node-gyp/commit/bb8d0e7b10)] - **doc**: Catalina suggestion: remove /Library/Developer/CommandLineTools (Christian Clauss) [#2022](https://github.com/nodejs/node-gyp/pull/2022) -* [[`fb2e80d4e3`](https://github.com/nodejs/node-gyp/commit/fb2e80d4e3)] - **doc**: update link to the code of conduct (#2073) (Michaël Zasso) [#2073](https://github.com/nodejs/node-gyp/pull/2073) -* [[`251d9c885c`](https://github.com/nodejs/node-gyp/commit/251d9c885c)] - **doc**: note in README that Python 3.8 is supported (#2072) (Michaël Zasso) [#2072](https://github.com/nodejs/node-gyp/pull/2072) -* [[`2b6fc3c8d6`](https://github.com/nodejs/node-gyp/commit/2b6fc3c8d6)] - **doc, bin**: stop suggesting opening node-gyp issues (Bartosz Sosnowski) [#2096](https://github.com/nodejs/node-gyp/pull/2096) -* [[`a876ae58ad`](https://github.com/nodejs/node-gyp/commit/a876ae58ad)] - **test**: bump actions/checkout from v1 to v2 (BSKY) [#2063](https://github.com/nodejs/node-gyp/pull/2063) - -## v5.1.0 2020-02-05 - -* [[`f37a8b40d0`](https://github.com/nodejs/node-gyp/commit/f37a8b40d0)] - **doc**: add GitHub Actions badge (#1994) (Rod Vagg) [#1994](https://github.com/nodejs/node-gyp/pull/1994) -* [[`cb3f6aae5e`](https://github.com/nodejs/node-gyp/commit/cb3f6aae5e)] - **doc**: update macOS\_Catalina.md (#1992) (James Home) [#1992](https://github.com/nodejs/node-gyp/pull/1992) -* [[`0607596a4c`](https://github.com/nodejs/node-gyp/commit/0607596a4c)] - **doc**: fix typo in README.md (#1985) (Suraneti Rodsuwan) [#1985](https://github.com/nodejs/node-gyp/pull/1985) -* [[`0d5a415a14`](https://github.com/nodejs/node-gyp/commit/0d5a415a14)] - **doc**: add travis badge (Rod Vagg) [#1971](https://github.com/nodejs/node-gyp/pull/1971) -* [[`103740cd95`](https://github.com/nodejs/node-gyp/commit/103740cd95)] - **gyp**: list(dict) so we can del dict(key) while iterating (Christian Clauss) [#2009](https://github.com/nodejs/node-gyp/pull/2009) -* [[`278dcddbdd`](https://github.com/nodejs/node-gyp/commit/278dcddbdd)] - **lib**: ignore VS instances that cause COMExceptions (Andrew Casey) [#2018](https://github.com/nodejs/node-gyp/pull/2018) -* [[`1694907bbf`](https://github.com/nodejs/node-gyp/commit/1694907bbf)] - **lib**: compatibility with semver ≥ 7 (`new` for semver.Range) (Xavier Guimard) [#2006](https://github.com/nodejs/node-gyp/pull/2006) -* [[`a3f1143514`](https://github.com/nodejs/node-gyp/commit/a3f1143514)] - **(SEMVER-MINOR)** **lib**: noproxy support, match proxy detection to `request` (Matias Lopez) [#1978](https://github.com/nodejs/node-gyp/pull/1978) -* [[`52365819c7`](https://github.com/nodejs/node-gyp/commit/52365819c7)] - **test**: remove old docker test harness (#1993) (Rod Vagg) [#1993](https://github.com/nodejs/node-gyp/pull/1993) -* [[`bc509c511d`](https://github.com/nodejs/node-gyp/commit/bc509c511d)] - **test**: add Windows to GitHub Actions testing (#1996) (Christian Clauss) [#1996](https://github.com/nodejs/node-gyp/pull/1996) -* [[`91ee26dd48`](https://github.com/nodejs/node-gyp/commit/91ee26dd48)] - **test**: fix typo in header download test (#2001) (Richard Lau) [#2001](https://github.com/nodejs/node-gyp/pull/2001) -* [[`0923f344c9`](https://github.com/nodejs/node-gyp/commit/0923f344c9)] - **test**: direct python invocation & simpler pyenv (Matias Lopez) [#1979](https://github.com/nodejs/node-gyp/pull/1979) -* [[`32c8744b34`](https://github.com/nodejs/node-gyp/commit/32c8744b34)] - **test**: fix macOS Travis on Python 2.7 & 3.7 (Christian Clauss) [#1979](https://github.com/nodejs/node-gyp/pull/1979) -* [[`fd4b1351e4`](https://github.com/nodejs/node-gyp/commit/fd4b1351e4)] - **test**: initial Github Actions with Ubuntu & macOS (Christian Clauss) [#1985](https://github.com/nodejs/node-gyp/pull/1985) - -## v5.0.7 2019-12-16 - -Republish of v5.0.6 with unnecessary tarball removed from pack file. - -## v5.0.6 2019-12-16 - -* [[`cdec00286f`](https://github.com/nodejs/node-gyp/commit/cdec00286f)] - **doc**: adjustments to the README.md for new users (Dan Pike) [#1919](https://github.com/nodejs/node-gyp/pull/1919) -* [[`b7c8233ef2`](https://github.com/nodejs/node-gyp/commit/b7c8233ef2)] - **test**: fix Python unittests (cclauss) [#1961](https://github.com/nodejs/node-gyp/pull/1961) -* [[`e12b00ab0a`](https://github.com/nodejs/node-gyp/commit/e12b00ab0a)] - **doc**: macOS Catalina add two commands (Christian Clauss) [#1962](https://github.com/nodejs/node-gyp/pull/1962) -* [[`70b9890c0d`](https://github.com/nodejs/node-gyp/commit/70b9890c0d)] - **test**: add header download test (Rod Vagg) [#1796](https://github.com/nodejs/node-gyp/pull/1796) -* [[`4029fa8629`](https://github.com/nodejs/node-gyp/commit/4029fa8629)] - **test**: configure proper devDir for invoking configure() (Rod Vagg) [#1796](https://github.com/nodejs/node-gyp/pull/1796) -* [[`fe8b02cc8b`](https://github.com/nodejs/node-gyp/commit/fe8b02cc8b)] - **doc**: add macOS\_Catalina.md document (cclauss) [#1940](https://github.com/nodejs/node-gyp/pull/1940) -* [[`8ea47ce365`](https://github.com/nodejs/node-gyp/commit/8ea47ce365)] - **gyp**: python3 fixes: utf8 decode, use of 'None' in eval (Wilfried Goesgens) [#1925](https://github.com/nodejs/node-gyp/pull/1925) -* [[`c7229716ba`](https://github.com/nodejs/node-gyp/commit/c7229716ba)] - **gyp**: iteritems() -\> items() in compile\_commands\_json.py (cclauss) [#1947](https://github.com/nodejs/node-gyp/pull/1947) -* [[`2a18b2a0f8`](https://github.com/nodejs/node-gyp/commit/2a18b2a0f8)] - **gyp**: make cmake python3 compatible (gengjiawen) [#1944](https://github.com/nodejs/node-gyp/pull/1944) -* [[`70f391e844`](https://github.com/nodejs/node-gyp/commit/70f391e844)] - **gyp**: fix TypeError in XcodeVersion() (Christian Clauss) [#1939](https://github.com/nodejs/node-gyp/pull/1939) -* [[`9f4f0fa34e`](https://github.com/nodejs/node-gyp/commit/9f4f0fa34e)] - **gyp**: finish decode stdout on Python 3 (Christian Clauss) [#1937](https://github.com/nodejs/node-gyp/pull/1937) -* [[`7cf507906d`](https://github.com/nodejs/node-gyp/commit/7cf507906d)] - **src,win**: allow 403 errors for arm64 node.lib (Richard Lau) [#1934](https://github.com/nodejs/node-gyp/pull/1934) -* [[`ad0d182c01`](https://github.com/nodejs/node-gyp/commit/ad0d182c01)] - **deps**: update deps to roughly match current npm@6 (Rod Vagg) [#1920](https://github.com/nodejs/node-gyp/pull/1920) -* [[`1553081ed6`](https://github.com/nodejs/node-gyp/commit/1553081ed6)] - **test**: upgrade Linux Travis CI to Python 3.8 (Christian Clauss) [#1923](https://github.com/nodejs/node-gyp/pull/1923) -* [[`0705cae9aa`](https://github.com/nodejs/node-gyp/commit/0705cae9aa)] - **travis**: ignore failed `brew upgrade npm`, update xcode (Christian Clauss) [#1932](https://github.com/nodejs/node-gyp/pull/1932) -* [[`7bfdb6f5bf`](https://github.com/nodejs/node-gyp/commit/7bfdb6f5bf)] - **build**: avoid bare exceptions in xcode\_emulation.py (Christian Clauss) [#1932](https://github.com/nodejs/node-gyp/pull/1932) -* [[`7edf7658fa`](https://github.com/nodejs/node-gyp/commit/7edf7658fa)] - **lib,install**: always download SHA sums on Windows (Sam Hughes) [#1926](https://github.com/nodejs/node-gyp/pull/1926) -* [[`69056d04fe`](https://github.com/nodejs/node-gyp/commit/69056d04fe)] - **travis**: add Windows + Python 3.8 to the mix (Rod Vagg) [#1921](https://github.com/nodejs/node-gyp/pull/1921) - -## v5.0.5 2019-10-04 - -* [[`3891391746`](https://github.com/nodejs/node-gyp/commit/3891391746)] - **doc**: reconcile README with Python 3 compat changes (Rod Vagg) [#1911](https://github.com/nodejs/node-gyp/pull/1911) -* [[`07f81f1920`](https://github.com/nodejs/node-gyp/commit/07f81f1920)] - **lib**: accept Python 3 after Python 2 (Sam Roberts) [#1910](https://github.com/nodejs/node-gyp/pull/1910) -* [[`04ce59f4a2`](https://github.com/nodejs/node-gyp/commit/04ce59f4a2)] - **doc**: clarify Python configuration, etc (Sam Roberts) [#1908](https://github.com/nodejs/node-gyp/pull/1908) -* [[`01c46ee3df`](https://github.com/nodejs/node-gyp/commit/01c46ee3df)] - **gyp**: add \_\_lt\_\_ to MSVSSolutionEntry (João Reis) [#1904](https://github.com/nodejs/node-gyp/pull/1904) -* [[`735d961b99`](https://github.com/nodejs/node-gyp/commit/735d961b99)] - **win**: support VS 2017 Desktop Express (João Reis) [#1902](https://github.com/nodejs/node-gyp/pull/1902) -* [[`3834156a92`](https://github.com/nodejs/node-gyp/commit/3834156a92)] - **test**: add Python 3.5 and 3.6 tests on Linux (cclauss) [#1909](https://github.com/nodejs/node-gyp/pull/1909) -* [[`1196e990d8`](https://github.com/nodejs/node-gyp/commit/1196e990d8)] - **src**: update to standard@14 (Rod Vagg) [#1899](https://github.com/nodejs/node-gyp/pull/1899) -* [[`53ee7dfe89`](https://github.com/nodejs/node-gyp/commit/53ee7dfe89)] - **gyp**: fix undefined name: cflags --\> ldflags (Christian Clauss) [#1901](https://github.com/nodejs/node-gyp/pull/1901) -* [[`5871dcf6c9`](https://github.com/nodejs/node-gyp/commit/5871dcf6c9)] - **src,win**: add support for fetching arm64 node.lib (Richard Townsend) [#1875](https://github.com/nodejs/node-gyp/pull/1875) - -## v5.0.4 2019-09-27 - -* [[`1236869ffc`](https://github.com/nodejs/node-gyp/commit/1236869ffc)] - **gyp**: modify XcodeVersion() to convert "4.2" to "0420" and "10.0" to "1000" (Christian Clauss) [#1895](https://github.com/nodejs/node-gyp/pull/1895) -* [[`36638afe48`](https://github.com/nodejs/node-gyp/commit/36638afe48)] - **gyp**: more decode stdout on Python 3 (cclauss) [#1894](https://github.com/nodejs/node-gyp/pull/1894) -* [[`f753c167c5`](https://github.com/nodejs/node-gyp/commit/f753c167c5)] - **gyp**: decode stdout on Python 3 (cclauss) [#1890](https://github.com/nodejs/node-gyp/pull/1890) -* [[`60a4083523`](https://github.com/nodejs/node-gyp/commit/60a4083523)] - **doc**: update xcode install instructions to match Node's BUILDING (Nhan Khong) [#1884](https://github.com/nodejs/node-gyp/pull/1884) -* [[`19dbc9ac32`](https://github.com/nodejs/node-gyp/commit/19dbc9ac32)] - **deps**: update tar to 4.4.12 (Matheus Marchini) [#1889](https://github.com/nodejs/node-gyp/pull/1889) -* [[`5f3ed92181`](https://github.com/nodejs/node-gyp/commit/5f3ed92181)] - **bin**: fix the usage instructions (Halit Ogunc) [#1888](https://github.com/nodejs/node-gyp/pull/1888) -* [[`aab118edf1`](https://github.com/nodejs/node-gyp/commit/aab118edf1)] - **lib**: adding keep-alive header to download requests (Milad Farazmand) [#1863](https://github.com/nodejs/node-gyp/pull/1863) -* [[`1186e89326`](https://github.com/nodejs/node-gyp/commit/1186e89326)] - **lib**: ignore non-critical os.userInfo() failures (Rod Vagg) [#1835](https://github.com/nodejs/node-gyp/pull/1835) -* [[`785e527c3d`](https://github.com/nodejs/node-gyp/commit/785e527c3d)] - **doc**: fix missing argument for setting python path (lagorsse) [#1802](https://github.com/nodejs/node-gyp/pull/1802) -* [[`a97615196c`](https://github.com/nodejs/node-gyp/commit/a97615196c)] - **gyp**: rm semicolons (Python != JavaScript) (MattIPv4) [#1858](https://github.com/nodejs/node-gyp/pull/1858) -* [[`06019bac24`](https://github.com/nodejs/node-gyp/commit/06019bac24)] - **gyp**: assorted typo fixes (XhmikosR) [#1853](https://github.com/nodejs/node-gyp/pull/1853) -* [[`3f4972c1ca`](https://github.com/nodejs/node-gyp/commit/3f4972c1ca)] - **gyp**: use "is" when comparing to None (Vladyslav Burzakovskyy) [#1860](https://github.com/nodejs/node-gyp/pull/1860) -* [[`1cb4708073`](https://github.com/nodejs/node-gyp/commit/1cb4708073)] - **src,win**: improve unmanaged handling (Peter Sabath) [#1852](https://github.com/nodejs/node-gyp/pull/1852) -* [[`5553cd910e`](https://github.com/nodejs/node-gyp/commit/5553cd910e)] - **gyp**: improve Windows+Cygwin compatibility (Jose Quijada) [#1817](https://github.com/nodejs/node-gyp/pull/1817) -* [[`8bcb1fbb43`](https://github.com/nodejs/node-gyp/commit/8bcb1fbb43)] - **gyp**: Python 3 Windows fixes (João Reis) [#1843](https://github.com/nodejs/node-gyp/pull/1843) -* [[`2e24d0a326`](https://github.com/nodejs/node-gyp/commit/2e24d0a326)] - **test**: accept Python 3 in test-find-python.js (João Reis) [#1843](https://github.com/nodejs/node-gyp/pull/1843) -* [[`1267b4dc1c`](https://github.com/nodejs/node-gyp/commit/1267b4dc1c)] - **build**: add test run Python 3.7 on macOS (Christian Clauss) [#1843](https://github.com/nodejs/node-gyp/pull/1843) -* [[`da1b031aa3`](https://github.com/nodejs/node-gyp/commit/da1b031aa3)] - **build**: import StringIO on Python 2 and Python 3 (Christian Clauss) [#1836](https://github.com/nodejs/node-gyp/pull/1836) -* [[`fa0ed4aa42`](https://github.com/nodejs/node-gyp/commit/fa0ed4aa42)] - **build**: more Python 3 compat, replace compile with ast (cclauss) [#1820](https://github.com/nodejs/node-gyp/pull/1820) -* [[`18d5c7c9d0`](https://github.com/nodejs/node-gyp/commit/18d5c7c9d0)] - **win,src**: update win\_delay\_load\_hook.cc to work with /clr (Ivan Petrovic) [#1819](https://github.com/nodejs/node-gyp/pull/1819) - -## v5.0.3 2019-07-17 - -* [[`66ad305775`](https://github.com/nodejs/node-gyp/commit/66ad305775)] - **python**: accept Python 3 conditionally (João Reis) [#1815](https://github.com/nodejs/node-gyp/pull/1815) -* [[`7e7fce3fed`](https://github.com/nodejs/node-gyp/commit/7e7fce3fed)] - **python**: move Python detection to its own file (João Reis) [#1815](https://github.com/nodejs/node-gyp/pull/1815) -* [[`e40c99e283`](https://github.com/nodejs/node-gyp/commit/e40c99e283)] - **src**: implement standard.js linting (Rod Vagg) [#1794](https://github.com/nodejs/node-gyp/pull/1794) -* [[`bb92c761a9`](https://github.com/nodejs/node-gyp/commit/bb92c761a9)] - **test**: add Node.js 6 on Windows to Travis CI (João Reis) [#1812](https://github.com/nodejs/node-gyp/pull/1812) -* [[`7fd924079f`](https://github.com/nodejs/node-gyp/commit/7fd924079f)] - **test**: increase tap timeout (João Reis) [#1812](https://github.com/nodejs/node-gyp/pull/1812) -* [[`7e8127068f`](https://github.com/nodejs/node-gyp/commit/7e8127068f)] - **test**: cover supported node versions with travis (Rod Vagg) [#1809](https://github.com/nodejs/node-gyp/pull/1809) -* [[`24109148df`](https://github.com/nodejs/node-gyp/commit/24109148df)] - **test**: downgrade to tap@^12 for continued Node 6 support (Rod Vagg) [#1808](https://github.com/nodejs/node-gyp/pull/1808) -* [[`656117cc4a`](https://github.com/nodejs/node-gyp/commit/656117cc4a)] - **win**: make VS path match case-insensitive (João Reis) [#1806](https://github.com/nodejs/node-gyp/pull/1806) - -## v5.0.2 2019-06-27 - -* [[`2761afbf73`](https://github.com/nodejs/node-gyp/commit/2761afbf73)] - **build,test**: add duplicate symbol test (Gabriel Schulhof) [#1689](https://github.com/nodejs/node-gyp/pull/1689) -* [[`82f129d6de`](https://github.com/nodejs/node-gyp/commit/82f129d6de)] - **gyp**: replace optparse to argparse (KiYugadgeter) [#1591](https://github.com/nodejs/node-gyp/pull/1591) -* [[`afaaa29c61`](https://github.com/nodejs/node-gyp/commit/afaaa29c61)] - **gyp**: remove from \_\_future\_\_ import with\_statement (cclauss) [#1799](https://github.com/nodejs/node-gyp/pull/1799) -* [[`a991f633d6`](https://github.com/nodejs/node-gyp/commit/a991f633d6)] - **gyp**: fix the remaining Python 3 issues (cclauss) [#1793](https://github.com/nodejs/node-gyp/pull/1793) -* [[`f952b08f84`](https://github.com/nodejs/node-gyp/commit/f952b08f84)] - **gyp**: move from \_\_future\_\_ import to the top of the file (cclauss) [#1789](https://github.com/nodejs/node-gyp/pull/1789) -* [[`4f4a677dfa`](https://github.com/nodejs/node-gyp/commit/4f4a677dfa)] - **gyp**: use different default compiler for z/OS (Shuowang (Wayne) Zhang) [#1768](https://github.com/nodejs/node-gyp/pull/1768) -* [[`03683f09d6`](https://github.com/nodejs/node-gyp/commit/03683f09d6)] - **lib**: code de-duplication (Pavel Medvedev) [#965](https://github.com/nodejs/node-gyp/pull/965) -* [[`611bc3c89f`](https://github.com/nodejs/node-gyp/commit/611bc3c89f)] - **lib**: add .json suffix for explicit require (Rod Vagg) [#1787](https://github.com/nodejs/node-gyp/pull/1787) -* [[`d3478d7b0b`](https://github.com/nodejs/node-gyp/commit/d3478d7b0b)] - **meta**: add to .gitignore (Refael Ackermann) [#1573](https://github.com/nodejs/node-gyp/pull/1573) -* [[`7a9a038e9e`](https://github.com/nodejs/node-gyp/commit/7a9a038e9e)] - **test**: add parallel test runs on macOS and Windows (cclauss) [#1800](https://github.com/nodejs/node-gyp/pull/1800) -* [[`7dd7f2b2a2`](https://github.com/nodejs/node-gyp/commit/7dd7f2b2a2)] - **test**: fix Python syntax error in test-adding.js (cclauss) [#1793](https://github.com/nodejs/node-gyp/pull/1793) -* [[`395f843de0`](https://github.com/nodejs/node-gyp/commit/395f843de0)] - **test**: replace self-signed cert with 'localhost' (Rod Vagg) [#1795](https://github.com/nodejs/node-gyp/pull/1795) -* [[`a52c6eb9e8`](https://github.com/nodejs/node-gyp/commit/a52c6eb9e8)] - **test**: migrate from tape to tap (Rod Vagg) [#1795](https://github.com/nodejs/node-gyp/pull/1795) -* [[`ec2eb44a30`](https://github.com/nodejs/node-gyp/commit/ec2eb44a30)] - **test**: use Nan in duplicate\_symbols (Gabriel Schulhof) [#1689](https://github.com/nodejs/node-gyp/pull/1689) -* [[`1597c84aad`](https://github.com/nodejs/node-gyp/commit/1597c84aad)] - **test**: use Travis CI to run tests on every pull request (cclauss) [#1752](https://github.com/nodejs/node-gyp/pull/1752) -* [[`dd9bf929ac`](https://github.com/nodejs/node-gyp/commit/dd9bf929ac)] - **zos**: update compiler options (Shuowang (Wayne) Zhang) [#1768](https://github.com/nodejs/node-gyp/pull/1768) - -## v5.0.1 2019-06-20 - -* [[`e3861722ed`](https://github.com/nodejs/node-gyp/commit/e3861722ed)] - **doc**: document --jobs max (David Sanders) [#1770](https://github.com/nodejs/node-gyp/pull/1770) -* [[`1cfdb28886`](https://github.com/nodejs/node-gyp/commit/1cfdb28886)] - **lib**: reintroduce support for iojs file naming for releases \>= 1 && \< 4 (Samuel Attard) [#1777](https://github.com/nodejs/node-gyp/pull/1777) - -## v5.0.0 2019-06-13 - -* [[`8a83972743`](https://github.com/nodejs/node-gyp/commit/8a83972743)] - **(SEMVER-MAJOR)** **bin**: follow XDG OS conventions for storing data (Selwyn) [#1570](https://github.com/nodejs/node-gyp/pull/1570) -* [[`9e46872ea3`](https://github.com/nodejs/node-gyp/commit/9e46872ea3)] - **bin,lib**: remove extra comments/lines/spaces (Jon Moss) [#1508](https://github.com/nodejs/node-gyp/pull/1508) -* [[`8098ebdeb4`](https://github.com/nodejs/node-gyp/commit/8098ebdeb4)] - **deps**: replace `osenv` dependency with native `os` (Selwyn) -* [[`f83b457e03`](https://github.com/nodejs/node-gyp/commit/f83b457e03)] - **deps**: bump request to 2.8.7, fixes heok/hawk issues (Rohit Hazra) [#1492](https://github.com/nodejs/node-gyp/pull/1492) -* [[`323cee7323`](https://github.com/nodejs/node-gyp/commit/323cee7323)] - **deps**: pin `request` version range (Refael Ackermann) [#1300](https://github.com/nodejs/node-gyp/pull/1300) -* [[`c515912d08`](https://github.com/nodejs/node-gyp/commit/c515912d08)] - **doc**: improve issue template (Bartosz Sosnowski) [#1618](https://github.com/nodejs/node-gyp/pull/1618) -* [[`cca2d66727`](https://github.com/nodejs/node-gyp/commit/cca2d66727)] - **doc**: python info needs own header (Taylor D. Lee) [#1245](https://github.com/nodejs/node-gyp/pull/1245) -* [[`3e64c780f5`](https://github.com/nodejs/node-gyp/commit/3e64c780f5)] - **doc**: lint README.md (Jon Moss) [#1498](https://github.com/nodejs/node-gyp/pull/1498) -* [[`a20faedc91`](https://github.com/nodejs/node-gyp/commit/a20faedc91)] - **(SEMVER-MAJOR)** **gyp**: enable MARMASM items only on new VS versions (João Reis) [#1762](https://github.com/nodejs/node-gyp/pull/1762) -* [[`721eb691cf`](https://github.com/nodejs/node-gyp/commit/721eb691cf)] - **gyp**: teach MSVS generator about MARMASM Items (Jon Kunkee) [#1679](https://github.com/nodejs/node-gyp/pull/1679) -* [[`91744bfecc`](https://github.com/nodejs/node-gyp/commit/91744bfecc)] - **gyp**: add support for Windows on Arm (Richard Townsend) [#1739](https://github.com/nodejs/node-gyp/pull/1739) -* [[`a6e0a6c7ed`](https://github.com/nodejs/node-gyp/commit/a6e0a6c7ed)] - **gyp**: move compile\_commands\_json (Paul Maréchal) [#1661](https://github.com/nodejs/node-gyp/pull/1661) -* [[`92e8b52cee`](https://github.com/nodejs/node-gyp/commit/92e8b52cee)] - **gyp**: fix target --\> self.target (cclauss) -* [[`febdfa2137`](https://github.com/nodejs/node-gyp/commit/febdfa2137)] - **gyp**: fix sntex error (cclauss) [#1333](https://github.com/nodejs/node-gyp/pull/1333) -* [[`588d333c14`](https://github.com/nodejs/node-gyp/commit/588d333c14)] - **gyp**: \_winreg module was renamed to winreg in Python 3. (Craig Rodrigues) -* [[`98226d198c`](https://github.com/nodejs/node-gyp/commit/98226d198c)] - **gyp**: replace basestring with str, but only on Python 3. (Craig Rodrigues) -* [[`7535e4478e`](https://github.com/nodejs/node-gyp/commit/7535e4478e)] - **gyp**: replace deprecated functions (Craig Rodrigues) -* [[`2040cd21cc`](https://github.com/nodejs/node-gyp/commit/2040cd21cc)] - **gyp**: use print as a function, as specified in PEP 3105. (Craig Rodrigues) -* [[`abef93ded5`](https://github.com/nodejs/node-gyp/commit/abef93ded5)] - **gyp**: get ready for python 3 (cclauss) -* [[`43031fadcb`](https://github.com/nodejs/node-gyp/commit/43031fadcb)] - **python**: clean-up detection (João Reis) [#1582](https://github.com/nodejs/node-gyp/pull/1582) -* [[`49ab79d221`](https://github.com/nodejs/node-gyp/commit/49ab79d221)] - **python**: more informative error (Refael Ackermann) [#1269](https://github.com/nodejs/node-gyp/pull/1269) -* [[`997bc3c748`](https://github.com/nodejs/node-gyp/commit/997bc3c748)] - **readme**: add ARM64 info to MSVC setup instructions (Jon Kunkee) [#1655](https://github.com/nodejs/node-gyp/pull/1655) -* [[`788e767179`](https://github.com/nodejs/node-gyp/commit/788e767179)] - **test**: remove unused variable (João Reis) -* [[`6f5a408934`](https://github.com/nodejs/node-gyp/commit/6f5a408934)] - **tools**: fix usage of inherited -fPIC and -fPIE (Jens) [#1340](https://github.com/nodejs/node-gyp/pull/1340) -* [[`0efb8fb34b`](https://github.com/nodejs/node-gyp/commit/0efb8fb34b)] - **(SEMVER-MAJOR)** **win**: support running in VS Command Prompt (João Reis) [#1762](https://github.com/nodejs/node-gyp/pull/1762) -* [[`360ddbdf3a`](https://github.com/nodejs/node-gyp/commit/360ddbdf3a)] - **(SEMVER-MAJOR)** **win**: add support for Visual Studio 2019 (João Reis) [#1762](https://github.com/nodejs/node-gyp/pull/1762) -* [[`8f43f68275`](https://github.com/nodejs/node-gyp/commit/8f43f68275)] - **(SEMVER-MAJOR)** **win**: detect all VS versions in node-gyp (João Reis) [#1762](https://github.com/nodejs/node-gyp/pull/1762) -* [[`7fe4095974`](https://github.com/nodejs/node-gyp/commit/7fe4095974)] - **(SEMVER-MAJOR)** **win**: generic Visual Studio 2017 detection (João Reis) [#1762](https://github.com/nodejs/node-gyp/pull/1762) -* [[`7a71d68bce`](https://github.com/nodejs/node-gyp/commit/7a71d68bce)] - **win**: use msbuild from the configure stage (Bartosz Sosnowski) [#1654](https://github.com/nodejs/node-gyp/pull/1654) -* [[`d3b21220a0`](https://github.com/nodejs/node-gyp/commit/d3b21220a0)] - **win**: fix delay-load hook for electron 4 (Andy Dill) -* [[`81f3a92338`](https://github.com/nodejs/node-gyp/commit/81f3a92338)] - Update list of Node.js versions to test against. (Ben Noordhuis) [#1670](https://github.com/nodejs/node-gyp/pull/1670) -* [[`4748f6ab75`](https://github.com/nodejs/node-gyp/commit/4748f6ab75)] - Remove deprecated compatibility code. (Ben Noordhuis) [#1670](https://github.com/nodejs/node-gyp/pull/1670) -* [[`45e3221fd4`](https://github.com/nodejs/node-gyp/commit/45e3221fd4)] - Remove an outdated workaround for Python 2.4 (cclauss) [#1650](https://github.com/nodejs/node-gyp/pull/1650) -* [[`721dc7d314`](https://github.com/nodejs/node-gyp/commit/721dc7d314)] - Add ARM64 to MSBuild /Platform logic (Jon Kunkee) [#1655](https://github.com/nodejs/node-gyp/pull/1655) -* [[`a5b7410497`](https://github.com/nodejs/node-gyp/commit/a5b7410497)] - Add ESLint no-unused-vars rule (Jon Moss) [#1497](https://github.com/nodejs/node-gyp/pull/1497) - -## v4.0.0 2019-04-24 - -* [[`ceed5cbe10`](https://github.com/nodejs/node-gyp/commit/ceed5cbe10)] - **deps**: updated tar package version to 4.4.8 (Pobegaylo Maksim) [#1713](https://github.com/nodejs/node-gyp/pull/1713) -* [[`374519e066`](https://github.com/nodejs/node-gyp/commit/374519e066)] - **(SEMVER-MAJOR)** Upgrade to tar v3 (isaacs) [#1212](https://github.com/nodejs/node-gyp/pull/1212) -* [[`e6699d13cd`](https://github.com/nodejs/node-gyp/commit/e6699d13cd)] - **test**: fix addon test for Node.js 12 and V8 7.4 (Richard Lau) [#1705](https://github.com/nodejs/node-gyp/pull/1705) -* [[`0c6bf530a0`](https://github.com/nodejs/node-gyp/commit/0c6bf530a0)] - **lib**: use print() for python version detection (GreenAddress) [#1534](https://github.com/nodejs/node-gyp/pull/1534) - -## v3.8.0 2018-08-09 - -* [[`c5929cb4fe`](https://github.com/nodejs/node-gyp/commit/c5929cb4fe)] - **doc**: update Xcode preferences tab name. (Ivan Daniluk) [#1330](https://github.com/nodejs/node-gyp/pull/1330) -* [[`8b488da8b9`](https://github.com/nodejs/node-gyp/commit/8b488da8b9)] - **doc**: update link to commit guidelines (Jonas Hermsmeier) [#1456](https://github.com/nodejs/node-gyp/pull/1456) -* [[`b4fe8c16f9`](https://github.com/nodejs/node-gyp/commit/b4fe8c16f9)] - **doc**: fix visual studio links (Bartosz Sosnowski) [#1490](https://github.com/nodejs/node-gyp/pull/1490) -* [[`536759c7e9`](https://github.com/nodejs/node-gyp/commit/536759c7e9)] - **configure**: use sys.version\_info to get python version (Yang Guo) [#1504](https://github.com/nodejs/node-gyp/pull/1504) -* [[`94c39c604e`](https://github.com/nodejs/node-gyp/commit/94c39c604e)] - **gyp**: fix ninja build failure (GYP patch) (Daniel Bevenius) [nodejs/node#12484](https://github.com/nodejs/node/pull/12484) -* [[`e8ea74e0fa`](https://github.com/nodejs/node-gyp/commit/e8ea74e0fa)] - **tools**: patch gyp to avoid xcrun errors (Ujjwal Sharma) [nodejs/node#21520](https://github.com/nodejs/node/pull/21520) -* [[`ea9aff44f2`](https://github.com/nodejs/node-gyp/commit/ea9aff44f2)] - **tools**: fix "the the" typos in comments (Masashi Hirano) [nodejs/node#20716](https://github.com/nodejs/node/pull/20716) -* [[`207e5aa4fd`](https://github.com/nodejs/node-gyp/commit/207e5aa4fd)] - **gyp**: implement LD/LDXX for ninja and FIPS (Sam Roberts) -* [[`b416c5f4b7`](https://github.com/nodejs/node-gyp/commit/b416c5f4b7)] - **gyp**: enable cctest to use objects (gyp part) (Daniel Bevenius) [nodejs/node#12450](https://github.com/nodejs/node/pull/12450) -* [[`40692d016b`](https://github.com/nodejs/node-gyp/commit/40692d016b)] - **gyp**: add compile\_commands.json gyp generator (Ben Noordhuis) [nodejs/node#12450](https://github.com/nodejs/node/pull/12450) -* [[`fc3c4e2b10`](https://github.com/nodejs/node-gyp/commit/fc3c4e2b10)] - **gyp**: float gyp patch for long filenames (Anna Henningsen) [nodejs/node#7963](https://github.com/nodejs/node/pull/7963) -* [[`8aedbfdef6`](https://github.com/nodejs/node-gyp/commit/8aedbfdef6)] - **gyp**: backport GYP fix to fix AIX shared suffix (Stewart Addison) -* [[`6cd84b84fc`](https://github.com/nodejs/node-gyp/commit/6cd84b84fc)] - **test**: formatting and minor fixes for execFileSync replacement (Rod Vagg) [#1521](https://github.com/nodejs/node-gyp/pull/1521) -* [[`60e421363f`](https://github.com/nodejs/node-gyp/commit/60e421363f)] - **test**: added test/processExecSync.js for when execFileSync is not available. (Rohit Hazra) [#1492](https://github.com/nodejs/node-gyp/pull/1492) -* [[`969447c5bd`](https://github.com/nodejs/node-gyp/commit/969447c5bd)] - **deps**: bump request to 2.8.7, fixes heok/hawk issues (Rohit Hazra) [#1492](https://github.com/nodejs/node-gyp/pull/1492) -* [[`340403ccfe`](https://github.com/nodejs/node-gyp/commit/340403ccfe)] - **win**: improve parsing of SDK version (Alessandro Vergani) [#1516](https://github.com/nodejs/node-gyp/pull/1516) - -## v3.7.0 2018-06-08 - -* [[`84cea7b30d`](https://github.com/nodejs/node-gyp/commit/84cea7b30d)] - Remove unused gyp test scripts. (Ben Noordhuis) [#1458](https://github.com/nodejs/node-gyp/pull/1458) -* [[`0540e4ec63`](https://github.com/nodejs/node-gyp/commit/0540e4ec63)] - **gyp**: escape spaces in filenames in make generator (Jeff Senn) [#1436](https://github.com/nodejs/node-gyp/pull/1436) -* [[`88fc6fa0ec`](https://github.com/nodejs/node-gyp/commit/88fc6fa0ec)] - Drop dependency on minimatch. (Brian Woodward) [#1158](https://github.com/nodejs/node-gyp/pull/1158) -* [[`1e203c5148`](https://github.com/nodejs/node-gyp/commit/1e203c5148)] - Fix include path when pointing to Node.js source (Richard Lau) [#1055](https://github.com/nodejs/node-gyp/pull/1055) -* [[`53d8cb967c`](https://github.com/nodejs/node-gyp/commit/53d8cb967c)] - Prefix build targets with /t: on Windows (Natalie Wolfe) [#1164](https://github.com/nodejs/node-gyp/pull/1164) -* [[`53a5f8ff38`](https://github.com/nodejs/node-gyp/commit/53a5f8ff38)] - **gyp**: add support for .mm files to msvs generator (Julien Racle) [#1167](https://github.com/nodejs/node-gyp/pull/1167) -* [[`dd8561e528`](https://github.com/nodejs/node-gyp/commit/dd8561e528)] - **zos**: don't use universal-new-lines mode (John Barboza) [#1451](https://github.com/nodejs/node-gyp/pull/1451) -* [[`e5a69010ed`](https://github.com/nodejs/node-gyp/commit/e5a69010ed)] - **zos**: add search locations for libnode.x (John Barboza) [#1451](https://github.com/nodejs/node-gyp/pull/1451) -* [[`79febace53`](https://github.com/nodejs/node-gyp/commit/79febace53)] - **doc**: update macOS information in README (Josh Parnham) [#1323](https://github.com/nodejs/node-gyp/pull/1323) -* [[`9425448945`](https://github.com/nodejs/node-gyp/commit/9425448945)] - **gyp**: don't print xcodebuild not found errors (Gibson Fahnestock) [#1370](https://github.com/nodejs/node-gyp/pull/1370) -* [[`6f1286f5b2`](https://github.com/nodejs/node-gyp/commit/6f1286f5b2)] - Fix infinite install loop. (Ben Noordhuis) [#1384](https://github.com/nodejs/node-gyp/pull/1384) -* [[`2580b9139e`](https://github.com/nodejs/node-gyp/commit/2580b9139e)] - Update `--nodedir` description in README. (Ben Noordhuis) [#1372](https://github.com/nodejs/node-gyp/pull/1372) -* [[`a61360391a`](https://github.com/nodejs/node-gyp/commit/a61360391a)] - Update README with another way to install on windows (JeffAtDeere) [#1352](https://github.com/nodejs/node-gyp/pull/1352) -* [[`47496bf6dc`](https://github.com/nodejs/node-gyp/commit/47496bf6dc)] - Fix IndexError when parsing GYP files. (Ben Noordhuis) [#1267](https://github.com/nodejs/node-gyp/pull/1267) -* [[`b2024dee7b`](https://github.com/nodejs/node-gyp/commit/b2024dee7b)] - **zos**: support platform (John Barboza) [#1276](https://github.com/nodejs/node-gyp/pull/1276) -* [[`90d86512f4`](https://github.com/nodejs/node-gyp/commit/90d86512f4)] - **win**: run PS with `-NoProfile` (Refael Ackermann) [#1292](https://github.com/nodejs/node-gyp/pull/1292) -* [[`2da5f86ef7`](https://github.com/nodejs/node-gyp/commit/2da5f86ef7)] - **doc**: add github PR and Issue templates (Gibson Fahnestock) [#1228](https://github.com/nodejs/node-gyp/pull/1228) -* [[`a46a770d68`](https://github.com/nodejs/node-gyp/commit/a46a770d68)] - **doc**: update proposed DCO and CoC (Mikeal Rogers) [#1229](https://github.com/nodejs/node-gyp/pull/1229) -* [[`7e803d58e0`](https://github.com/nodejs/node-gyp/commit/7e803d58e0)] - **doc**: headerify the Install instructions (Nick Schonning) [#1225](https://github.com/nodejs/node-gyp/pull/1225) -* [[`f27599193a`](https://github.com/nodejs/node-gyp/commit/f27599193a)] - **gyp**: update xml string encoding conversion (Liu Chao) [#1203](https://github.com/nodejs/node-gyp/pull/1203) -* [[`0a07e481f7`](https://github.com/nodejs/node-gyp/commit/0a07e481f7)] - **configure**: don't set ensure if tarball is set (Gibson Fahnestock) [#1220](https://github.com/nodejs/node-gyp/pull/1220) - -## v3.6.3 2018-06-08 - -* [[`90cd2e8da9`](https://github.com/nodejs/node-gyp/commit/90cd2e8da9)] - **gyp**: fix regex to match multi-digit versions (Jonas Hermsmeier) [#1455](https://github.com/nodejs/node-gyp/pull/1455) -* [[`7900122337`](https://github.com/nodejs/node-gyp/commit/7900122337)] - deps: pin `request` version range (Refael Ackerman) [#1300](https://github.com/nodejs/node-gyp/pull/1300) - -## v3.6.2 2017-06-01 - -* [[`72afdd62cd`](https://github.com/nodejs/node-gyp/commit/72afdd62cd)] - **build**: rename copyNodeLib() to doBuild() (Liu Chao) [#1206](https://github.com/nodejs/node-gyp/pull/1206) -* [[`bad903ac70`](https://github.com/nodejs/node-gyp/commit/bad903ac70)] - **win**: more robust parsing of SDK version (Refael Ackermann) [#1198](https://github.com/nodejs/node-gyp/pull/1198) -* [[`241752f381`](https://github.com/nodejs/node-gyp/commit/241752f381)] - Log dist-url. (Ben Noordhuis) [#1170](https://github.com/nodejs/node-gyp/pull/1170) -* [[`386746c7d1`](https://github.com/nodejs/node-gyp/commit/386746c7d1)] - **configure**: use full path in node_lib_file GYP var (Pavel Medvedev) [#964](https://github.com/nodejs/node-gyp/pull/964) -* [[`0913b2dd99`](https://github.com/nodejs/node-gyp/commit/0913b2dd99)] - **build, win**: use target_arch to link with node.lib (Pavel Medvedev) [#964](https://github.com/nodejs/node-gyp/pull/964) -* [[`c307b302f7`](https://github.com/nodejs/node-gyp/commit/c307b302f7)] - **doc**: blorb about setting `npm_config_OPTION_NAME` (Refael Ackermann) [#1185](https://github.com/nodejs/node-gyp/pull/1185) - -## v3.6.1 2017-04-30 - -* [[`49801716c2`](https://github.com/nodejs/node-gyp/commit/49801716c2)] - **test**: fix test-find-python on v0.10.x buildbot. (Ben Noordhuis) [#1172](https://github.com/nodejs/node-gyp/pull/1172) -* [[`a83a3801fc`](https://github.com/nodejs/node-gyp/commit/a83a3801fc)] - **test**: fix test/test-configure-python on AIX (Richard Lau) [#1131](https://github.com/nodejs/node-gyp/pull/1131) -* [[`8a767145c9`](https://github.com/nodejs/node-gyp/commit/8a767145c9)] - **gyp**: Revert quote_cmd workaround (Kunal Pathak) [#1153](https://github.com/nodejs/node-gyp/pull/1153) -* [[`c09cf7671e`](https://github.com/nodejs/node-gyp/commit/c09cf7671e)] - **doc**: add a note for using `configure` on Windows (Vse Mozhet Byt) [#1152](https://github.com/nodejs/node-gyp/pull/1152) -* [[`da9cb5f411`](https://github.com/nodejs/node-gyp/commit/da9cb5f411)] - Delete superfluous .patch files. (Ben Noordhuis) [#1122](https://github.com/nodejs/node-gyp/pull/1122) - -## v3.6.0 2017-03-16 - -* [[`ae141e1906`](https://github.com/nodejs/node-gyp/commit/ae141e1906)] - **win**: find and setup for VS2017 (Refael Ackermann) [#1130](https://github.com/nodejs/node-gyp/pull/1130) -* [[`ec5fc36a80`](https://github.com/nodejs/node-gyp/commit/ec5fc36a80)] - Add support to build node.js with chakracore for ARM. (Kunal Pathak) [#873](https://github.com/nodejs/node-gyp/pull/873) -* [[`a04ea3051a`](https://github.com/nodejs/node-gyp/commit/a04ea3051a)] - Add support to build node.js with chakracore. (Kunal Pathak) [#873](https://github.com/nodejs/node-gyp/pull/873) -* [[`93d7fa83c8`](https://github.com/nodejs/node-gyp/commit/93d7fa83c8)] - Upgrade semver dependency. (Ben Noordhuis) [#1107](https://github.com/nodejs/node-gyp/pull/1107) -* [[`ff9a6fadfd`](https://github.com/nodejs/node-gyp/commit/ff9a6fadfd)] - Update link of gyp as Google code is shutting down (Peter Dave Hello) [#1061](https://github.com/nodejs/node-gyp/pull/1061) - -## v3.5.0 2017-01-10 - -* [[`762d19a39e`](https://github.com/nodejs/node-gyp/commit/762d19a39e)] - \[doc\] merge History.md and CHANGELOG.md (Rod Vagg) -* [[`80fc5c3d31`](https://github.com/nodejs/node-gyp/commit/80fc5c3d31)] - Fix deprecated dependency warning (Simone Primarosa) [#1069](https://github.com/nodejs/node-gyp/pull/1069) -* [[`05c44944fd`](https://github.com/nodejs/node-gyp/commit/05c44944fd)] - Open the build file with universal-newlines mode (Guy Margalit) [#1053](https://github.com/nodejs/node-gyp/pull/1053) -* [[`37ae7be114`](https://github.com/nodejs/node-gyp/commit/37ae7be114)] - Try python launcher when stock python is python 3. (Ben Noordhuis) [#992](https://github.com/nodejs/node-gyp/pull/992) -* [[`e3778d9907`](https://github.com/nodejs/node-gyp/commit/e3778d9907)] - Add lots of findPython() tests. (Ben Noordhuis) [#992](https://github.com/nodejs/node-gyp/pull/992) -* [[`afc766adf6`](https://github.com/nodejs/node-gyp/commit/afc766adf6)] - Unset executable bit for .bat files (Pavel Medvedev) [#969](https://github.com/nodejs/node-gyp/pull/969) -* [[`ddac348991`](https://github.com/nodejs/node-gyp/commit/ddac348991)] - Use push on PYTHONPATH and add tests (Michael Hart) [#990](https://github.com/nodejs/node-gyp/pull/990) -* [[`b182a19042`](https://github.com/nodejs/node-gyp/commit/b182a19042)] - ***Revert*** "add "path-array" dep" (Michael Hart) [#990](https://github.com/nodejs/node-gyp/pull/990) -* [[`7c08b85c5a`](https://github.com/nodejs/node-gyp/commit/7c08b85c5a)] - ***Revert*** "**configure**: use "path-array" for PYTHONPATH" (Michael Hart) [#990](https://github.com/nodejs/node-gyp/pull/990) -* [[`9c8d275526`](https://github.com/nodejs/node-gyp/commit/9c8d275526)] - Add --devdir flag. (Ben Noordhuis) [#916](https://github.com/nodejs/node-gyp/pull/916) -* [[`f6eab1f9e4`](https://github.com/nodejs/node-gyp/commit/f6eab1f9e4)] - **doc**: add windows-build-tools to readme (Felix Rieseberg) [#970](https://github.com/nodejs/node-gyp/pull/970) - -## v3.4.0 2016-06-28 - -* [[`ce5fd04e94`](https://github.com/nodejs/node-gyp/commit/ce5fd04e94)] - **deps**: update minimatch version (delphiactual) [#961](https://github.com/nodejs/node-gyp/pull/961) -* [[`77383ddd85`](https://github.com/nodejs/node-gyp/commit/77383ddd85)] - Replace fs.accessSync call to fs.statSync (Richard Lau) [#955](https://github.com/nodejs/node-gyp/pull/955) -* [[`0dba4bda57`](https://github.com/nodejs/node-gyp/commit/0dba4bda57)] - **test**: add simple addon test (Richard Lau) [#955](https://github.com/nodejs/node-gyp/pull/955) -* [[`c4344b3889`](https://github.com/nodejs/node-gyp/commit/c4344b3889)] - **doc**: add --target option to README (Gibson Fahnestock) [#958](https://github.com/nodejs/node-gyp/pull/958) -* [[`cc778e9215`](https://github.com/nodejs/node-gyp/commit/cc778e9215)] - Override BUILDING_UV_SHARED, BUILDING_V8_SHARED. (Ben Noordhuis) [#915](https://github.com/nodejs/node-gyp/pull/915) -* [[`af35b2ad32`](https://github.com/nodejs/node-gyp/commit/af35b2ad32)] - Move VC++ Build Tools to Build Tools landing page. (Andrew Pardoe) [#953](https://github.com/nodejs/node-gyp/pull/953) -* [[`f31482e226`](https://github.com/nodejs/node-gyp/commit/f31482e226)] - **win**: work around __pfnDliNotifyHook2 type change (Alexis Campailla) [#952](https://github.com/nodejs/node-gyp/pull/952) -* [[`3df8222fa5`](https://github.com/nodejs/node-gyp/commit/3df8222fa5)] - Allow for npmlog@3.x (Rebecca Turner) [#950](https://github.com/nodejs/node-gyp/pull/950) -* [[`a4fa07b390`](https://github.com/nodejs/node-gyp/commit/a4fa07b390)] - More verbose error on locating msbuild.exe failure. (Mateusz Jaworski) [#930](https://github.com/nodejs/node-gyp/pull/930) -* [[`4ee31329e0`](https://github.com/nodejs/node-gyp/commit/4ee31329e0)] - **doc**: add command options to README.md (Gibson Fahnestock) [#937](https://github.com/nodejs/node-gyp/pull/937) -* [[`c8c7ca86b9`](https://github.com/nodejs/node-gyp/commit/c8c7ca86b9)] - Add --silent option for zero output. (Gibson Fahnestock) [#937](https://github.com/nodejs/node-gyp/pull/937) -* [[`ac29d23a7c`](https://github.com/nodejs/node-gyp/commit/ac29d23a7c)] - Upgrade to glob@7.0.3. (Ben Noordhuis) [#943](https://github.com/nodejs/node-gyp/pull/943) -* [[`15fd56be3d`](https://github.com/nodejs/node-gyp/commit/15fd56be3d)] - Enable V8 deprecation warnings for native modules (Matt Loring) [#920](https://github.com/nodejs/node-gyp/pull/920) -* [[`7f1c1b960c`](https://github.com/nodejs/node-gyp/commit/7f1c1b960c)] - **gyp**: improvements for android generator (Robert Chiras) [#935](https://github.com/nodejs/node-gyp/pull/935) -* [[`088082766c`](https://github.com/nodejs/node-gyp/commit/088082766c)] - Update Windows install instructions (Sara Itani) [#867](https://github.com/nodejs/node-gyp/pull/867) -* [[`625c1515f9`](https://github.com/nodejs/node-gyp/commit/625c1515f9)] - **gyp**: inherit CC/CXX for CC/CXX.host (Johan Bergström) [#908](https://github.com/nodejs/node-gyp/pull/908) -* [[`3bcb1720e4`](https://github.com/nodejs/node-gyp/commit/3bcb1720e4)] - Add support for the Python launcher on Windows (Patrick Westerhoff) [#894](https://github.com/nodejs/node-gyp/pull/894 - -## v3.3.1 2016-03-04 - -* [[`a981ef847a`](https://github.com/nodejs/node-gyp/commit/a981ef847a)] - **gyp**: fix android generator (Robert Chiras) [#889](https://github.com/nodejs/node-gyp/pull/889) - -## v3.3.0 2016-02-16 - -* [[`818d854a4d`](https://github.com/nodejs/node-gyp/commit/818d854a4d)] - Introduce NODEJS_ORG_MIRROR and IOJS_ORG_MIRROR (Rod Vagg) [#878](https://github.com/nodejs/node-gyp/pull/878) -* [[`d1e4cc4b62`](https://github.com/nodejs/node-gyp/commit/d1e4cc4b62)] - **(SEMVER-MINOR)** Download headers tarball for ~0.12.10 || ~0.10.42 (Rod Vagg) [#877](https://github.com/nodejs/node-gyp/pull/877) -* [[`6e28ad1bea`](https://github.com/nodejs/node-gyp/commit/6e28ad1bea)] - Allow for npmlog@2.x (Rebecca Turner) [#861](https://github.com/nodejs/node-gyp/pull/861) -* [[`07371e5812`](https://github.com/nodejs/node-gyp/commit/07371e5812)] - Use -fPIC for NetBSD. (Marcin Cieślak) [#856](https://github.com/nodejs/node-gyp/pull/856) -* [[`8c4b0ffa50`](https://github.com/nodejs/node-gyp/commit/8c4b0ffa50)] - **(SEMVER-MINOR)** Add --cafile command line option. (Ben Noordhuis) [#837](https://github.com/nodejs/node-gyp/pull/837) -* [[`b3ad43498e`](https://github.com/nodejs/node-gyp/commit/b3ad43498e)] - **(SEMVER-MINOR)** Make download() function testable. (Ben Noordhuis) [#837](https://github.com/nodejs/node-gyp/pull/837) - -## v3.2.1 2015-12-03 - -* [[`ab89b477c4`](https://github.com/nodejs/node-gyp/commit/ab89b477c4)] - Upgrade gyp to b3cef02. (Ben Noordhuis) [#831](https://github.com/nodejs/node-gyp/pull/831) -* [[`90078ecb17`](https://github.com/nodejs/node-gyp/commit/90078ecb17)] - Define WIN32_LEAN_AND_MEAN conditionally. (Ben Noordhuis) [#824](https://github.com/nodejs/node-gyp/pull/824) - -## v3.2.0 2015-11-25 - -* [[`268f1ca4c7`](https://github.com/nodejs/node-gyp/commit/268f1ca4c7)] - Use result of `which` when searching for python. (Refael Ackermann) [#668](https://github.com/nodejs/node-gyp/pull/668) -* [[`817ed9bd78`](https://github.com/nodejs/node-gyp/commit/817ed9bd78)] - Add test for python executable search logic. (Ben Noordhuis) [#756](https://github.com/nodejs/node-gyp/pull/756) -* [[`0e2dfda1f3`](https://github.com/nodejs/node-gyp/commit/0e2dfda1f3)] - Fix test/test-options when run through `npm test`. (Ben Noordhuis) [#755](https://github.com/nodejs/node-gyp/pull/755) -* [[`9bfa0876b4`](https://github.com/nodejs/node-gyp/commit/9bfa0876b4)] - Add support for AIX (Michael Dawson) [#753](https://github.com/nodejs/node-gyp/pull/753) -* [[`a8d441a0a2`](https://github.com/nodejs/node-gyp/commit/a8d441a0a2)] - Update README for Windows 10 support. (Jason Williams) [#766](https://github.com/nodejs/node-gyp/pull/766) -* [[`d1d6015276`](https://github.com/nodejs/node-gyp/commit/d1d6015276)] - Update broken links and switch to HTTPS. (andrew morton) - -## v3.1.0 2015-11-14 - -* [[`9049241f91`](https://github.com/nodejs/node-gyp/commit/9049241f91)] - **gyp**: don't use links at all, just copy the files instead (Nathan Zadoks) -* [[`8ef90348d1`](https://github.com/nodejs/node-gyp/commit/8ef90348d1)] - **gyp**: apply https://codereview.chromium.org/11361103/ (Nathan Rajlich) -* [[`a2ed0df84e`](https://github.com/nodejs/node-gyp/commit/a2ed0df84e)] - **gyp**: always install into $PRODUCT_DIR (Nathan Rajlich) -* [[`cc8b2fa83e`](https://github.com/nodejs/node-gyp/commit/cc8b2fa83e)] - Update gyp to b3cef02. (Imran Iqbal) [#781](https://github.com/nodejs/node-gyp/pull/781) -* [[`f5d86eb84e`](https://github.com/nodejs/node-gyp/commit/f5d86eb84e)] - Update to tar@2.0.0. (Edgar Muentes) [#797](https://github.com/nodejs/node-gyp/pull/797) -* [[`2ac7de02c4`](https://github.com/nodejs/node-gyp/commit/2ac7de02c4)] - Fix infinite loop with zero-length options. (Ben Noordhuis) [#745](https://github.com/nodejs/node-gyp/pull/745) -* [[`101bed639b`](https://github.com/nodejs/node-gyp/commit/101bed639b)] - This platform value came from debian package, and now the value (Jérémy Lal) [#738](https://github.com/nodejs/node-gyp/pull/738) - -## v3.0.3 2015-09-14 - -* [[`ad827cda30`](https://github.com/nodejs/node-gyp/commit/ad827cda30)] - tarballUrl global and && when checking for iojs (Lars-Magnus Skog) [#729](https://github.com/nodejs/node-gyp/pull/729) - -## v3.0.2 2015-09-12 - -* [[`6e8c3bf3c6`](https://github.com/nodejs/node-gyp/commit/6e8c3bf3c6)] - add back support for passing additional cmdline args (Rod Vagg) [#723](https://github.com/nodejs/node-gyp/pull/723) -* [[`ff82f2f3b9`](https://github.com/nodejs/node-gyp/commit/ff82f2f3b9)] - fixed broken link in docs to Visual Studio 2013 download (simon-p-r) [#722](https://github.com/nodejs/node-gyp/pull/722) - -## v3.0.1 2015-09-08 - -* [[`846337e36b`](https://github.com/nodejs/node-gyp/commit/846337e36b)] - normalise versions for target == this comparison (Rod Vagg) [#716](https://github.com/nodejs/node-gyp/pull/716) - -## v3.0.0 2015-09-08 - -* [[`9720d0373c`](https://github.com/nodejs/node-gyp/commit/9720d0373c)] - remove node_modules from tree (Rod Vagg) [#711](https://github.com/nodejs/node-gyp/pull/711) -* [[`6dcf220db7`](https://github.com/nodejs/node-gyp/commit/6dcf220db7)] - test version major directly, don't use semver.satisfies() (Rod Vagg) [#711](https://github.com/nodejs/node-gyp/pull/711) -* [[`938dd18d1c`](https://github.com/nodejs/node-gyp/commit/938dd18d1c)] - refactor for clarity, fix dist-url, add env var dist-url functionality (Rod Vagg) [#711](https://github.com/nodejs/node-gyp/pull/711) -* [[`9e9df66a06`](https://github.com/nodejs/node-gyp/commit/9e9df66a06)] - use process.release, make aware of io.js & node v4 differences (Rod Vagg) [#711](https://github.com/nodejs/node-gyp/pull/711) -* [[`1ea7ed01f4`](https://github.com/nodejs/node-gyp/commit/1ea7ed01f4)] - **deps**: update graceful-fs dependency to the latest (Sakthipriyan Vairamani) [#714](https://github.com/nodejs/node-gyp/pull/714) -* [[`0fbc387b35`](https://github.com/nodejs/node-gyp/commit/0fbc387b35)] - Update repository URLs. (Ben Noordhuis) [#715](https://github.com/nodejs/node-gyp/pull/715) -* [[`bbedb8868b`](https://github.com/nodejs/node-gyp/commit/bbedb8868b)] - **(SEMVER-MAJOR)** **win**: enable delay-load hook by default (Jeremiah Senkpiel) [#708](https://github.com/nodejs/node-gyp/pull/708) -* [[`85ed107565`](https://github.com/nodejs/node-gyp/commit/85ed107565)] - Merge pull request #664 from othiym23/othiym23/allow-semver-5 (Nathan Rajlich) -* [[`0c720d234c`](https://github.com/nodejs/node-gyp/commit/0c720d234c)] - allow semver@5 (Forrest L Norvell) - -## 2.0.2 / 2015-07-14 - - * Use HTTPS for dist url (#656, @SonicHedgehog) - * Merge pull request #648 from nevosegal/master - * Merge pull request #650 from magic890/patch-1 - * Updated Installation section on README - * Updated link to gyp user documentation - * Fix download error message spelling (#643, @tomxtobin) - * Merge pull request #637 from lygstate/master - * Set NODE_GYP_DIR for addon.gypi to setting absolute path for - src/win_delay_load_hook.c, and fixes of the long relative path issue on Win32. - Fixes #636 (#637, @lygstate). - -## 2.0.1 / 2015-05-28 - - * configure: try/catch the semver range.test() call - * README: update for visual studio 2013 (#510, @samccone) - -## 2.0.0 / 2015-05-24 - - * configure: check for python2 executable by default, fallback to python - * configure: don't clobber existing $PYTHONPATH - * configure: use "path-array" for PYTHONPATH - * gyp: fix for non-acsii userprofile name on Windows - * gyp: always install into $PRODUCT_DIR - * gyp: apply https://codereview.chromium.org/11361103/ - * gyp: don't use links at all, just copy the files instead - * gyp: update gyp to e1c8fcf7 - * Updated README.md with updated Windows build info - * Show URL when a download fails - * package: add a "license" field - * move HMODULE m declaration to top - * Only add "-undefined dynamic_lookup" to loadable_module targets - * win: optionally allow node.exe/iojs.exe to be renamed - * Avoid downloading shasums if using tarPath - * Add target name preprocessor define: `NODE_GYP_MODULE_NAME` - * Show better error message in case of bad network settings diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/CONTRIBUTING.md b/software/flow/node_modules/npm/node_modules/node-gyp/CONTRIBUTING.md deleted file mode 100644 index c1c50ea..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/CONTRIBUTING.md +++ /dev/null @@ -1,34 +0,0 @@ -# Contributing to node-gyp - -## Code of Conduct - -Please read the -[Code of Conduct](https://github.com/nodejs/admin/blob/master/CODE_OF_CONDUCT.md) -which explains the minimum behavior expectations for node-gyp contributors. - -<a id="developers-certificate-of-origin"></a> -## Developer's Certificate of Origin 1.1 - -By making a contribution to this project, I certify that: - -* (a) The contribution was created in whole or in part by me and I - have the right to submit it under the open source license - indicated in the file; or - -* (b) The contribution is based upon previous work that, to the best - of my knowledge, is covered under an appropriate open source - license and I have the right under that license to submit that - work with modifications, whether created in whole or in part - by me, under the same open source license (unless I am - permitted to submit under a different license), as indicated - in the file; or - -* (c) The contribution was provided directly to me by some other - person who certified (a), (b) or (c) and I have not modified - it. - -* (d) I understand and agree that this project and the contribution - are public and that a record of the contribution (including all - personal information I submit with it, including my sign-off) is - maintained indefinitely and may be redistributed consistent with - this project or the open source license(s) involved. diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/LICENSE b/software/flow/node_modules/npm/node_modules/node-gyp/LICENSE deleted file mode 100644 index 2ea4dc5..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/LICENSE +++ /dev/null @@ -1,24 +0,0 @@ -(The MIT License) - -Copyright (c) 2012 Nathan Rajlich <nathan@tootallnate.net> - -Permission is hereby granted, free of charge, to any person -obtaining a copy of this software and associated documentation -files (the "Software"), to deal in the Software without -restriction, including without limitation the rights to use, -copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the -Software is furnished to do so, subject to the following -conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES -OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT -HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR -OTHER DEALINGS IN THE SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/README.md b/software/flow/node_modules/npm/node_modules/node-gyp/README.md deleted file mode 100644 index 7636ad5..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/README.md +++ /dev/null @@ -1,258 +0,0 @@ -# `node-gyp` - Node.js native addon build tool - -[![Build Status](https://github.com/nodejs/node-gyp/workflows/Tests/badge.svg?branch=master)](https://github.com/nodejs/node-gyp/actions?query=workflow%3ATests+branch%3Amaster) -![npm](https://img.shields.io/npm/dm/node-gyp) - -`node-gyp` is a cross-platform command-line tool written in Node.js for -compiling native addon modules for Node.js. It contains a vendored copy of the -[gyp-next](https://github.com/nodejs/gyp-next) project that was previously used -by the Chromium team, extended to support the development of Node.js native addons. - -Note that `node-gyp` is _not_ used to build Node.js itself. - -Multiple target versions of Node.js are supported (i.e. `0.8`, ..., `4`, `5`, `6`, -etc.), regardless of what version of Node.js is actually installed on your system -(`node-gyp` downloads the necessary development files or headers for the target version). - -## Features - - * The same build commands work on any of the supported platforms - * Supports the targeting of different versions of Node.js - -## Installation - -You can install `node-gyp` using `npm`: - -``` bash -npm install -g node-gyp -``` - -Depending on your operating system, you will need to install: - -### On Unix - - * Python v3.7, v3.8, v3.9, or v3.10 - * `make` - * A proper C/C++ compiler toolchain, like [GCC](https://gcc.gnu.org) - -### On macOS - -**ATTENTION**: If your Mac has been _upgraded_ to macOS Catalina (10.15) or higher, please read [macOS_Catalina.md](macOS_Catalina.md). - - * Python v3.7, v3.8, v3.9, or v3.10 - * `XCode Command Line Tools` which will install `clang`, `clang++`, and `make`. - * Install the `XCode Command Line Tools` standalone by running `xcode-select --install`. -- OR -- - * Alternatively, if you already have the [full Xcode installed](https://developer.apple.com/xcode/download/), you can install the Command Line Tools under the menu `Xcode -> Open Developer Tool -> More Developer Tools...`. - - -### On Windows - -Install the current version of Python from the [Microsoft Store package](https://www.microsoft.com/en-us/p/python-310/9pjpw5ldxlz5). - -Install tools and configuration manually: - * Install Visual C++ Build Environment: [Visual Studio Build Tools](https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=BuildTools) - (using "Visual C++ build tools" workload) or [Visual Studio Community](https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=Community) - (using the "Desktop development with C++" workload) - * Launch cmd, `npm config set msvs_version 2017` - - If the above steps didn't work for you, please visit [Microsoft's Node.js Guidelines for Windows](https://github.com/Microsoft/nodejs-guidelines/blob/master/windows-environment.md#compiling-native-addon-modules) for additional tips. - - To target native ARM64 Node.js on Windows 10 on ARM, add the components "Visual C++ compilers and libraries for ARM64" and "Visual C++ ATL for ARM64". - -### Configuring Python Dependency - -`node-gyp` requires that you have installed a compatible version of Python, one of: v3.7, v3.8, -v3.9, or v3.10. If you have multiple Python versions installed, you can identify which Python -version `node-gyp` should use in one of the following ways: - -1. by setting the `--python` command-line option, e.g.: - -``` bash -node-gyp <command> --python /path/to/executable/python -``` - -2. If `node-gyp` is called by way of `npm`, *and* you have multiple versions of -Python installed, then you can set `npm`'s 'python' config key to the appropriate -value: - -``` bash -npm config set python /path/to/executable/python -``` - -3. If the `PYTHON` environment variable is set to the path of a Python executable, -then that version will be used, if it is a compatible version. - -4. If the `NODE_GYP_FORCE_PYTHON` environment variable is set to the path of a -Python executable, it will be used instead of any of the other configured or -builtin Python search paths. If it's not a compatible version, no further -searching will be done. - -### Build for Third Party Node.js Runtimes - -When building modules for third party Node.js runtimes like Electron, which have -different build configurations from the official Node.js distribution, you -should use `--dist-url` or `--nodedir` flags to specify the headers of the -runtime to build for. - -Also when `--dist-url` or `--nodedir` flags are passed, node-gyp will use the -`config.gypi` shipped in the headers distribution to generate build -configurations, which is different from the default mode that would use the -`process.config` object of the running Node.js instance. - -Some old versions of Electron shipped malformed `config.gypi` in their headers -distributions, and you might need to pass `--force-process-config` to node-gyp -to work around configuration errors. - -## How to Use - -To compile your native addon, first go to its root directory: - -``` bash -cd my_node_addon -``` - -The next step is to generate the appropriate project build files for the current -platform. Use `configure` for that: - -``` bash -node-gyp configure -``` - -Auto-detection fails for Visual C++ Build Tools 2015, so `--msvs_version=2015` -needs to be added (not needed when run by npm as configured above): -``` bash -node-gyp configure --msvs_version=2015 -``` - -__Note__: The `configure` step looks for a `binding.gyp` file in the current -directory to process. See below for instructions on creating a `binding.gyp` file. - -Now you will have either a `Makefile` (on Unix platforms) or a `vcxproj` file -(on Windows) in the `build/` directory. Next, invoke the `build` command: - -``` bash -node-gyp build -``` - -Now you have your compiled `.node` bindings file! The compiled bindings end up -in `build/Debug/` or `build/Release/`, depending on the build mode. At this point, -you can require the `.node` file with Node.js and run your tests! - -__Note:__ To create a _Debug_ build of the bindings file, pass the `--debug` (or -`-d`) switch when running either the `configure`, `build` or `rebuild` commands. - -## The `binding.gyp` file - -A `binding.gyp` file describes the configuration to build your module, in a -JSON-like format. This file gets placed in the root of your package, alongside -`package.json`. - -A barebones `gyp` file appropriate for building a Node.js addon could look like: - -```python -{ - "targets": [ - { - "target_name": "binding", - "sources": [ "src/binding.cc" ] - } - ] -} -``` - -## Further reading - -The **[docs](./docs/)** directory contains additional documentation on specific node-gyp topics that may be useful if you are experiencing problems installing or building addons using node-gyp. - -Some additional resources for Node.js native addons and writing `gyp` configuration files: - - * ["Going Native" a nodeschool.io tutorial](http://nodeschool.io/#goingnative) - * ["Hello World" node addon example](https://github.com/nodejs/node/tree/master/test/addons/hello-world) - * [gyp user documentation](https://gyp.gsrc.io/docs/UserDocumentation.md) - * [gyp input format reference](https://gyp.gsrc.io/docs/InputFormatReference.md) - * [*"binding.gyp" files out in the wild* wiki page](./docs/binding.gyp-files-in-the-wild.md) - -## Commands - -`node-gyp` responds to the following commands: - -| **Command** | **Description** -|:--------------|:--------------------------------------------------------------- -| `help` | Shows the help dialog -| `build` | Invokes `make`/`msbuild.exe` and builds the native addon -| `clean` | Removes the `build` directory if it exists -| `configure` | Generates project build files for the current platform -| `rebuild` | Runs `clean`, `configure` and `build` all in a row -| `install` | Installs Node.js header files for the given version -| `list` | Lists the currently installed Node.js header versions -| `remove` | Removes the Node.js header files for the given version - - -## Command Options - -`node-gyp` accepts the following command options: - -| **Command** | **Description** -|:----------------------------------|:------------------------------------------ -| `-j n`, `--jobs n` | Run `make` in parallel. The value `max` will use all available CPU cores -| `--target=v6.2.1` | Node.js version to build for (default is `process.version`) -| `--silly`, `--loglevel=silly` | Log all progress to console -| `--verbose`, `--loglevel=verbose` | Log most progress to console -| `--silent`, `--loglevel=silent` | Don't log anything to console -| `debug`, `--debug` | Make Debug build (default is `Release`) -| `--release`, `--no-debug` | Make Release build -| `-C $dir`, `--directory=$dir` | Run command in different directory -| `--make=$make` | Override `make` command (e.g. `gmake`) -| `--thin=yes` | Enable thin static libraries -| `--arch=$arch` | Set target architecture (e.g. ia32) -| `--tarball=$path` | Get headers from a local tarball -| `--devdir=$path` | SDK download directory (default is OS cache directory) -| `--ensure` | Don't reinstall headers if already present -| `--dist-url=$url` | Download header tarball from custom URL -| `--proxy=$url` | Set HTTP(S) proxy for downloading header tarball -| `--noproxy=$urls` | Set urls to ignore proxies when downloading header tarball -| `--cafile=$cafile` | Override default CA chain (to download tarball) -| `--nodedir=$path` | Set the path to the node source code -| `--python=$path` | Set path to the Python binary -| `--msvs_version=$version` | Set Visual Studio version (Windows only) -| `--solution=$solution` | Set Visual Studio Solution version (Windows only) -| `--force-process-config` | Force using runtime's `process.config` object to generate `config.gypi` file - -## Configuration - -### Environment variables - -Use the form `npm_config_OPTION_NAME` for any of the command options listed -above (dashes in option names should be replaced by underscores). - -For example, to set `devdir` equal to `/tmp/.gyp`, you would: - -Run this on Unix: - -```bash -export npm_config_devdir=/tmp/.gyp -``` - -Or this on Windows: - -```console -set npm_config_devdir=c:\temp\.gyp -``` - -### `npm` configuration - -Use the form `OPTION_NAME` for any of the command options listed above. - -For example, to set `devdir` equal to `/tmp/.gyp`, you would run: - -```bash -npm config set [--global] devdir /tmp/.gyp -``` - -**Note:** Configuration set via `npm` will only be used when `node-gyp` -is run via `npm`, not when `node-gyp` is run directly. - -## License - -`node-gyp` is available under the MIT license. See the [LICENSE -file](LICENSE) for details. diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/SECURITY.md b/software/flow/node_modules/npm/node_modules/node-gyp/SECURITY.md deleted file mode 100644 index 1e168d7..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/SECURITY.md +++ /dev/null @@ -1,2 +0,0 @@ -If you believe you have found a security issue in the software in this -repository, please consult https://github.com/nodejs/node/blob/HEAD/SECURITY.md. \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/addon.gypi b/software/flow/node_modules/npm/node_modules/node-gyp/addon.gypi deleted file mode 100644 index b4ac369..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/addon.gypi +++ /dev/null @@ -1,204 +0,0 @@ -{ - 'variables' : { - 'node_engine_include_dir%': 'deps/v8/include', - 'node_host_binary%': 'node', - 'node_with_ltcg%': 'true', - }, - 'target_defaults': { - 'type': 'loadable_module', - 'win_delay_load_hook': 'true', - 'product_prefix': '', - - 'conditions': [ - [ 'node_engine=="chakracore"', { - 'variables': { - 'node_engine_include_dir%': 'deps/chakrashim/include' - }, - }] - ], - - 'include_dirs': [ - '<(node_root_dir)/include/node', - '<(node_root_dir)/src', - '<(node_root_dir)/deps/openssl/config', - '<(node_root_dir)/deps/openssl/openssl/include', - '<(node_root_dir)/deps/uv/include', - '<(node_root_dir)/deps/zlib', - '<(node_root_dir)/<(node_engine_include_dir)' - ], - 'defines!': [ - 'BUILDING_UV_SHARED=1', # Inherited from common.gypi. - 'BUILDING_V8_SHARED=1', # Inherited from common.gypi. - ], - 'defines': [ - 'NODE_GYP_MODULE_NAME=>(_target_name)', - 'USING_UV_SHARED=1', - 'USING_V8_SHARED=1', - # Warn when using deprecated V8 APIs. - 'V8_DEPRECATION_WARNINGS=1' - ], - - 'target_conditions': [ - ['_type=="loadable_module"', { - 'product_extension': 'node', - 'defines': [ - 'BUILDING_NODE_EXTENSION' - ], - 'xcode_settings': { - 'OTHER_LDFLAGS': [ - '-undefined dynamic_lookup' - ], - }, - }], - - ['_type=="static_library"', { - # set to `1` to *disable* the -T thin archive 'ld' flag. - # older linkers don't support this flag. - 'standalone_static_library': '<(standalone_static_library)' - }], - - ['_type!="executable"', { - 'conditions': [ - [ 'OS=="android"', { - 'cflags!': [ '-fPIE' ], - }] - ] - }], - - ['_win_delay_load_hook=="true"', { - # If the addon specifies `'win_delay_load_hook': 'true'` in its - # binding.gyp, link a delay-load hook into the DLL. This hook ensures - # that the addon will work regardless of whether the node/iojs binary - # is named node.exe, iojs.exe, or something else. - 'conditions': [ - [ 'OS=="win"', { - 'defines': [ 'HOST_BINARY=\"<(node_host_binary)<(EXECUTABLE_SUFFIX)\"', ], - 'sources': [ - '<(node_gyp_dir)/src/win_delay_load_hook.cc', - ], - 'msvs_settings': { - 'VCLinkerTool': { - 'DelayLoadDLLs': [ '<(node_host_binary)<(EXECUTABLE_SUFFIX)' ], - # Don't print a linker warning when no imports from either .exe - # are used. - 'AdditionalOptions': [ '/ignore:4199' ], - }, - }, - }], - ], - }], - ], - - 'conditions': [ - [ 'OS=="mac"', { - 'defines': [ - '_DARWIN_USE_64_BIT_INODE=1' - ], - 'xcode_settings': { - 'DYLIB_INSTALL_NAME_BASE': '@rpath' - }, - }], - [ 'OS=="aix"', { - 'ldflags': [ - '-Wl,-bimport:<(node_exp_file)' - ], - }], - [ 'OS=="os400"', { - 'ldflags': [ - '-Wl,-bimport:<(node_exp_file)' - ], - }], - [ 'OS=="zos"', { - 'conditions': [ - [ '"<!(echo $CC)" != "clang" and \ - "<!(echo $CC)" != "ibm-clang64" and \ - "<!(echo $CC)" != "ibm-clang"', { - 'cflags': [ - '-q64', - '-Wc,DLL', - '-qlonglong', - '-qenum=int', - '-qxclang=-fexec-charset=ISO8859-1' - ], - 'ldflags': [ - '-q64', - '<(node_exp_file)', - ], - }, { - 'cflags': [ - '-m64', - ], - 'ldflags': [ - '-m64', - '<(node_exp_file)', - ], - }], - ], - 'defines': [ - '_ALL_SOURCE', - 'MAP_FAILED=-1', - '_UNIX03_SOURCE', - ], - }], - [ 'OS=="win"', { - 'conditions': [ - ['node_engine=="chakracore"', { - 'library_dirs': [ '<(node_root_dir)/$(ConfigurationName)' ], - 'libraries': [ '<@(node_engine_libs)' ], - }], - ['node_with_ltcg=="true"', { - 'msvs_settings': { - 'VCCLCompilerTool': { - 'WholeProgramOptimization': 'true' # /GL, whole program optimization, needed for LTCG - }, - 'VCLibrarianTool': { - 'AdditionalOptions': [ - '/LTCG:INCREMENTAL', # incremental link-time code generation - ] - }, - 'VCLinkerTool': { - 'OptimizeReferences': 2, # /OPT:REF - 'EnableCOMDATFolding': 2, # /OPT:ICF - 'LinkIncremental': 1, # disable incremental linking - 'AdditionalOptions': [ - '/LTCG:INCREMENTAL', # incremental link-time code generation - ] - } - } - }] - ], - 'libraries': [ - '-lkernel32.lib', - '-luser32.lib', - '-lgdi32.lib', - '-lwinspool.lib', - '-lcomdlg32.lib', - '-ladvapi32.lib', - '-lshell32.lib', - '-lole32.lib', - '-loleaut32.lib', - '-luuid.lib', - '-lodbc32.lib', - '-lDelayImp.lib', - '-l"<(node_lib_file)"' - ], - 'msvs_disabled_warnings': [ - # warning C4251: 'node::ObjectWrap::handle_' : class 'v8::Persistent<T>' - # needs to have dll-interface to be used by - # clients of class 'node::ObjectWrap' - 4251 - ], - }, { - # OS!="win" - 'defines': [ - '_LARGEFILE_SOURCE', - '_FILE_OFFSET_BITS=64' - ], - }], - [ 'OS in "freebsd openbsd netbsd solaris android" or \ - (OS=="linux" and target_arch!="ia32")', { - 'cflags': [ '-fPIC' ], - }], - ] - } -} diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js b/software/flow/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js deleted file mode 100755 index 8652ea2..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js +++ /dev/null @@ -1,140 +0,0 @@ -#!/usr/bin/env node - -'use strict' - -process.title = 'node-gyp' - -const envPaths = require('env-paths') -const gyp = require('../') -const log = require('npmlog') -const os = require('os') - -/** - * Process and execute the selected commands. - */ - -const prog = gyp() -var completed = false -prog.parseArgv(process.argv) -prog.devDir = prog.opts.devdir - -var homeDir = os.homedir() -if (prog.devDir) { - prog.devDir = prog.devDir.replace(/^~/, homeDir) -} else if (homeDir) { - prog.devDir = envPaths('node-gyp', { suffix: '' }).cache -} else { - throw new Error( - "node-gyp requires that the user's home directory is specified " + - 'in either of the environmental variables HOME or USERPROFILE. ' + - 'Overide with: --devdir /path/to/.node-gyp') -} - -if (prog.todo.length === 0) { - if (~process.argv.indexOf('-v') || ~process.argv.indexOf('--version')) { - console.log('v%s', prog.version) - } else { - console.log('%s', prog.usage()) - } - process.exit(0) -} - -log.info('it worked if it ends with', 'ok') -log.verbose('cli', process.argv) -log.info('using', 'node-gyp@%s', prog.version) -log.info('using', 'node@%s | %s | %s', process.versions.node, process.platform, process.arch) - -/** - * Change dir if -C/--directory was passed. - */ - -var dir = prog.opts.directory -if (dir) { - var fs = require('fs') - try { - var stat = fs.statSync(dir) - if (stat.isDirectory()) { - log.info('chdir', dir) - process.chdir(dir) - } else { - log.warn('chdir', dir + ' is not a directory') - } - } catch (e) { - if (e.code === 'ENOENT') { - log.warn('chdir', dir + ' is not a directory') - } else { - log.warn('chdir', 'error during chdir() "%s"', e.message) - } - } -} - -function run () { - var command = prog.todo.shift() - if (!command) { - // done! - completed = true - log.info('ok') - return - } - - prog.commands[command.name](command.args, function (err) { - if (err) { - log.error(command.name + ' error') - log.error('stack', err.stack) - errorMessage() - log.error('not ok') - return process.exit(1) - } - if (command.name === 'list') { - var versions = arguments[1] - if (versions.length > 0) { - versions.forEach(function (version) { - console.log(version) - }) - } else { - console.log('No node development files installed. Use `node-gyp install` to install a version.') - } - } else if (arguments.length >= 2) { - console.log.apply(console, [].slice.call(arguments, 1)) - } - - // now run the next command in the queue - process.nextTick(run) - }) -} - -process.on('exit', function (code) { - if (!completed && !code) { - log.error('Completion callback never invoked!') - issueMessage() - process.exit(6) - } -}) - -process.on('uncaughtException', function (err) { - log.error('UNCAUGHT EXCEPTION') - log.error('stack', err.stack) - issueMessage() - process.exit(7) -}) - -function errorMessage () { - // copied from npm's lib/utils/error-handler.js - var os = require('os') - log.error('System', os.type() + ' ' + os.release()) - log.error('command', process.argv - .map(JSON.stringify).join(' ')) - log.error('cwd', process.cwd()) - log.error('node -v', process.version) - log.error('node-gyp -v', 'v' + prog.package.version) -} - -function issueMessage () { - errorMessage() - log.error('', ['Node-gyp failed to build your package.', - 'Try to update npm and/or node-gyp and if it does not help file an issue with the package author.' - ].join('\n')) -} - -// start running the given commands! -run() diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/docs/Error-pre-versions-of-node-cannot-be-installed.md b/software/flow/node_modules/npm/node_modules/node-gyp/docs/Error-pre-versions-of-node-cannot-be-installed.md deleted file mode 100644 index c1e1158..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/docs/Error-pre-versions-of-node-cannot-be-installed.md +++ /dev/null @@ -1,94 +0,0 @@ -When using `node-gyp` you might see an error like this when attempting to compile/install a node.js native addon: - -``` -$ npm install bcrypt -npm http GET https://registry.npmjs.org/bcrypt/0.7.5 -npm http 304 https://registry.npmjs.org/bcrypt/0.7.5 -npm http GET https://registry.npmjs.org/bindings/1.0.0 -npm http 304 https://registry.npmjs.org/bindings/1.0.0 - -> bcrypt@0.7.5 install /home/ubuntu/public/song-swap/node_modules/bcrypt -> node-gyp rebuild - -gyp ERR! configure error -gyp ERR! stack Error: "pre" versions of node cannot be installed, use the --nodedir flag instead -gyp ERR! stack at install (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/install.js:69:16) -gyp ERR! stack at Object.self.commands.(anonymous function) [as install] (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/node-gyp.js:56:37) -gyp ERR! stack at getNodeDir (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:219:20) -gyp ERR! stack at /usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:105:9 -gyp ERR! stack at ChildProcess.exithandler (child_process.js:630:7) -gyp ERR! stack at ChildProcess.EventEmitter.emit (events.js:99:17) -gyp ERR! stack at maybeClose (child_process.js:730:16) -gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:797:5) -gyp ERR! System Linux 3.5.0-21-generic -gyp ERR! command "node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild" -gyp ERR! cwd /home/ubuntu/public/song-swap/node_modules/bcrypt -gyp ERR! node -v v0.11.2-pre -gyp ERR! node-gyp -v v0.9.5 -gyp ERR! not ok -npm ERR! bcrypt@0.7.5 install: `node-gyp rebuild` -npm ERR! `sh "-c" "node-gyp rebuild"` failed with 1 -npm ERR! -npm ERR! Failed at the bcrypt@0.7.5 install script. -npm ERR! This is most likely a problem with the bcrypt package, -npm ERR! not with npm itself. -npm ERR! Tell the author that this fails on your system: -npm ERR! node-gyp rebuild -npm ERR! You can get their info via: -npm ERR! npm owner ls bcrypt -npm ERR! There is likely additional logging output above. - -npm ERR! System Linux 3.5.0-21-generic -npm ERR! command "/usr/local/bin/node" "/usr/local/bin/npm" "install" "bcrypt" -npm ERR! cwd /home/ubuntu/public/song-swap -npm ERR! node -v v0.11.2-pre -npm ERR! npm -v 1.2.18 -npm ERR! code ELIFECYCLE -npm ERR! -npm ERR! Additional logging details can be found in: -npm ERR! /home/ubuntu/public/song-swap/npm-debug.log -npm ERR! not ok code 0 -``` - -The main error here is: - -``` -Error: "pre" versions of node cannot be installed, use the --nodedir flag instead -``` - -This error is caused when you attempt to compile a native addon using a version of node.js with `-pre` at the end of the version number: - -``` bash -$ node -v -v0.10.4-pre -``` - -## How to avoid (the short answer) - -To avoid this error completely just use a stable release of node.js. i.e. `v0.10.4`, and __not__ `v0.10.4-pre`. - -## How to fix (the long answer) - -This error happens because `node-gyp` does not know what header files were used to compile your "pre" version of node, and therefore it needs you to specify the node source code directory path using the `--nodedir` flag. - -For example, if I compiled my development ("pre") version of node.js using the source code in `/Users/nrajlich/node`, then I could invoke `node-gyp` like: - -``` bash -$ node-gyp rebuild --nodedir=/Users/nrajlich/node -``` - -Or install an native addon through `npm` like: - -``` bash -$ npm install bcrypt --nodedir=/Users/nrajlich/node -``` - -### Always use `--nodedir` - -__Note:__ This is for advanced users who use `-pre` versions of node more often than tagged releases. - -If you're invoking `node-gyp` through `npm`, then you can leverage `npm`'s configuration system and not have to specify the `--nodedir` flag all the time: - -``` bash -$ npm config set nodedir /Users/nrajlich/node -``` \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/docs/Force-npm-to-use-global-node-gyp.md b/software/flow/node_modules/npm/node_modules/node-gyp/docs/Force-npm-to-use-global-node-gyp.md deleted file mode 100644 index c6304e4..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/docs/Force-npm-to-use-global-node-gyp.md +++ /dev/null @@ -1,47 +0,0 @@ -# Force npm to use global installed node-gyp - -**Note: These instructions only work with npm 6 or older. For a solution that works with npm 8 (or older), see [Updating-npm-bundled-node-gyp.md](Updating-npm-bundled-node-gyp.md).** - -[Many issues](https://github.com/nodejs/node-gyp/labels/ERR%21%20node-gyp%20-v%20%3C%3D%20v5.1.0) are opened by users who are -not running a [current version of node-gyp](https://github.com/nodejs/node-gyp/releases). - -npm bundles its own, internal, copy of node-gyp located at `npm/node_modules`, within npm's private dependencies which are separate from *globally* accessible packages. Therefore this internal copy of node-gyp is independent from any globally installed copy of node-gyp that -may have been installed via `npm install -g node-gyp`. - -So npm's internal copy of node-gyp **isn't** stored inside *global* `node_modules` and thus isn't available for use as a standalone package. npm uses it's *internal* copy of `node-gyp` to automatically build native addons. - -When you install a _new_ version of node-gyp outside of npm, it'll go into your *global* `node_modules`, but not under the `npm/node_modules` (where internal copy of node-gyp is stored). So it will get into your `$PATH` and you will be able to use this globally installed version (**but not internal node-gyp of npm**) as any other globally installed package. - -The catch is that npm **won't** use global version unless you tell it to, it'll keep on using the **internal one**. You need to instruct it to by setting the `node_gyp` config variable (which goes into your `~/.npmrc`). You do this by running the `npm config set` command as below. Then npm will use the command in the path you supply whenever it needs to build a native addon. - -**Important**: You also need to remember to unset this when you upgrade npm with a newer version of node-gyp, or you have to manually keep your globally installed node-gyp to date. See "Undo" below. - -## Linux and macOS -``` -npm install --global node-gyp@latest -npm config set node_gyp $(npm prefix -g)/lib/node_modules/node-gyp/bin/node-gyp.js -``` - -`sudo` may be required for the first command if you get a permission error. - -## Windows - -### Windows Command Prompt -``` -npm install --global node-gyp@latest -for /f "delims=" %P in ('npm prefix -g') do npm config set node_gyp "%P\node_modules\node-gyp\bin\node-gyp.js" -``` - -### Powershell -``` -npm install --global node-gyp@latest -npm prefix -g | % {npm config set node_gyp "$_\node_modules\node-gyp\bin\node-gyp.js"} -``` - -## Undo -**Beware** if you don't unset the `node_gyp` config option, npm will continue to use the globally installed version of node-gyp rather than the one it ships with, which may end up being newer. - -``` -npm config delete node_gyp -npm uninstall --global node-gyp -``` diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/docs/Home.md b/software/flow/node_modules/npm/node_modules/node-gyp/docs/Home.md deleted file mode 100644 index fe09986..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/docs/Home.md +++ /dev/null @@ -1,7 +0,0 @@ -Welcome to the node-gyp wiki! - - * [["binding.gyp" files out in the wild]] - * [[Linking to OpenSSL]] - * [[Common Issues]] - * [[Updating npm's bundled node-gyp]] - * [[Error: "pre" versions of node cannot be installed]] diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/docs/Linking-to-OpenSSL.md b/software/flow/node_modules/npm/node_modules/node-gyp/docs/Linking-to-OpenSSL.md deleted file mode 100644 index ec80929..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/docs/Linking-to-OpenSSL.md +++ /dev/null @@ -1,86 +0,0 @@ -A handful of native addons require linking to OpenSSL in one way or another. This introduces a small challenge since node will sometimes bundle OpenSSL statically (the default for node >= v0.8.x), or sometimes dynamically link to the system OpenSSL (default for node <= v0.6.x). - -Good native addons should account for both scenarios. It's recommended that you use the `binding.gyp` file provided below as a starting-point for any addon that needs to use OpenSSL: - -``` python -{ - 'variables': { - # node v0.6.x doesn't give us its build variables, - # but on Unix it was only possible to use the system OpenSSL library, - # so default the variable to "true", v0.8.x node and up will overwrite it. - 'node_shared_openssl%': 'true' - }, - 'targets': [ - { - 'target_name': 'binding', - 'sources': [ - 'src/binding.cc' - ], - 'conditions': [ - ['node_shared_openssl=="false"', { - # so when "node_shared_openssl" is "false", then OpenSSL has been - # bundled into the node executable. So we need to include the same - # header files that were used when building node. - 'include_dirs': [ - '<(node_root_dir)/deps/openssl/openssl/include' - ], - "conditions" : [ - ["target_arch=='ia32'", { - "include_dirs": [ "<(node_root_dir)/deps/openssl/config/piii" ] - }], - ["target_arch=='x64'", { - "include_dirs": [ "<(node_root_dir)/deps/openssl/config/k8" ] - }], - ["target_arch=='arm'", { - "include_dirs": [ "<(node_root_dir)/deps/openssl/config/arm" ] - }] - ] - }] - ] - } - ] -} -``` - -This ensures that when OpenSSL is statically linked into `node` then, the bundled OpenSSL headers are included, but when the system OpenSSL is in use, then only those headers will be used. - -## Windows? - -As you can see this baseline `binding.gyp` file only accounts for the Unix scenario. Currently on Windows the situation is a little less ideal. On Windows, OpenSSL is _always_ statically compiled into the `node` executable, so ideally it would be possible to use that copy of OpenSSL when building native addons. - -Unfortunately it doesn't seem like that is possible at the moment, as there would need to be tweaks made to the generated `node.lib` file to include the openssl glue functions, or a new `openssl.lib` file would need to be created during the node build. I'm not sure which is the easiest/most feasible. - -In the meantime, one possible solution is using another copy of OpenSSL, which is what [`node-bcrypt`](https://github.com/ncb000gt/node.bcrypt.js) currently does. Adding something like this to your `binding.gyp` file's `"conditions"` block would enable this: - -``` python - [ 'OS=="win"', { - 'conditions': [ - # "openssl_root" is the directory on Windows of the OpenSSL files. - # Check the "target_arch" variable to set good default values for - # both 64-bit and 32-bit builds of the module. - ['target_arch=="x64"', { - 'variables': { - 'openssl_root%': 'C:/OpenSSL-Win64' - }, - }, { - 'variables': { - 'openssl_root%': 'C:/OpenSSL-Win32' - }, - }], - ], - 'libraries': [ - '-l<(openssl_root)/lib/libeay32.lib', - ], - 'include_dirs': [ - '<(openssl_root)/include', - ], - }] -``` - -Now you can direct your users to install OpenSSL on Windows from here (be sure to tell them to install the 64-bit version if they're compiling against a 64-bit version of node): http://slproweb.com/products/Win32OpenSSL.html - -Also note that both `node-gyp` and `npm` allow you to overwrite that default `openssl_root` variable on the command line: - -``` bash -$ node-gyp rebuild --openssl-root="C:\Users\Nathan\Desktop\openssl" -``` \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/docs/README.md b/software/flow/node_modules/npm/node_modules/node-gyp/docs/README.md deleted file mode 100644 index 7027960..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/docs/README.md +++ /dev/null @@ -1,11 +0,0 @@ -## Versions of `node-gyp` that are earlier than v9.x.x - -Please look thru your error log for the string `gyp info using node-gyp@` and if that version number is less than the [current release of node-gyp](https://github.com/nodejs/node-gyp/releases) then __please upgrade__ using [these instructions](https://github.com/nodejs/node-gyp/blob/master/docs/Updating-npm-bundled-node-gyp.md) and then try your command again. - -## `node-sass` is deprecated - -Please be aware that the package [`node-sass` is deprecated](https://github.com/sass/node-sass#node-sass) so you should actively seek alternatives. Please avoid opening new `node-sass` issues on this repo. You can try `npm install --global node-sass@latest` but we [cannot help much](https://github.com/nodejs/node-gyp/issues?q=is%3Aissue+label%3A%22Node+Sass+--%3E+Dart+Sass%22+) here. - -## Issues finding the installed Visual Studio - -In cmd, [`npm config set msvs_version 20xx`](https://github.com/nodejs/node-gyp#on-windows) with ___xx___ matching your locally installed version of Visual Studio. diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/docs/Updating-npm-bundled-node-gyp.md b/software/flow/node_modules/npm/node_modules/node-gyp/docs/Updating-npm-bundled-node-gyp.md deleted file mode 100644 index 5759add..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/docs/Updating-npm-bundled-node-gyp.md +++ /dev/null @@ -1,72 +0,0 @@ -# Updating the npm-bundled version of node-gyp - -**Note: These instructions are (only) tested and known to work with npm 8 and older.** - -**Note: These instructions will be undone if you reinstall or upgrade npm or node! For a more permanent (and simpler) solution, see [Force-npm-to-use-global-node-gyp.md](Force-npm-to-use-global-node-gyp.md). (npm 6 or older only!)** - -[Many issues](https://github.com/nodejs/node-gyp/issues?q=label%3A"ERR!+node-gyp+-v+<%3D+v9.x.x") are opened by users who are -not running a [current version of node-gyp](https://github.com/nodejs/node-gyp/releases). - -`npm` bundles its own, internal, copy of `node-gyp`. This internal copy is independent of any globally installed copy of node-gyp that -may have been installed via `npm install -g node-gyp`. - -This means that while `node-gyp` doesn't get installed into your `$PATH` by default, npm still keeps its own copy to invoke when you -attempt to `npm install` a native add-on. - -Sometimes, you may need to update npm's internal node-gyp to a newer version than what is installed. A simple `npm install -g node-gyp` -_won't_ do the trick since npm will still continue to use its internal copy over the global one. - -So instead: - -## Version of npm - -We need to start by knowing your version of `npm`: -```bash -npm --version -``` - -## Linux, macOS, Solaris, etc. - -Unix is easy. Just run the following command. - -If your npm is version ___7 or 8___, do: -```bash -$ npm explore npm/node_modules/@npmcli/run-script -g -- npm_config_global=false npm install node-gyp@latest -``` - -Else if your npm is version ___less than 7___, do: -```bash -$ npm explore npm/node_modules/npm-lifecycle -g -- npm install node-gyp@latest -``` - -If the command fails with a permissions error, please try `sudo` and then the command. - -## Windows - -Windows is a bit trickier, since `npm` might be installed to the "Program Files" directory, which needs admin privileges in order to -modify on current Windows. Therefore, run the following commands __inside a `cmd.exe` started with "Run as Administrator"__: - -First we need to find the location of `node`. If you don't already know the location that `node.exe` got installed to, then run: -```bash -$ where node -``` - -Now `cd` to the directory that `node.exe` is contained in e.g.: -```bash -$ cd "C:\Program Files\nodejs" -``` - -If your npm version is ___7 or 8___, do: -```bash -cd node_modules\npm\node_modules\@npmcli\run-script -``` - -Else if your npm version is ___less than 7___, do: -```bash -cd node_modules\npm\node_modules\npm-lifecycle -``` - -Finish by running: -```bash -$ npm install node-gyp@latest -``` diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/docs/binding.gyp-files-in-the-wild.md b/software/flow/node_modules/npm/node_modules/node-gyp/docs/binding.gyp-files-in-the-wild.md deleted file mode 100644 index 795d2fd..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/docs/binding.gyp-files-in-the-wild.md +++ /dev/null @@ -1,49 +0,0 @@ -This page contains links to some examples of existing `binding.gyp` files that other node modules are using. Take a look at them for inspiration. - -To add to this page, just add the link to the project's `binding.gyp` file below: - - * [ons](https://github.com/XadillaX/aliyun-ons/blob/master/binding.gyp) - * [thmclrx](https://github.com/XadillaX/thmclrx/blob/master/binding.gyp) - * [libxmljs](https://github.com/polotek/libxmljs/blob/master/binding.gyp) - * [node-buffertools](https://github.com/bnoordhuis/node-buffertools/blob/master/binding.gyp) - * [node-canvas](https://github.com/LearnBoost/node-canvas/blob/master/binding.gyp) - * [node-ffi](https://github.com/rbranson/node-ffi/blob/master/binding.gyp) + [libffi](https://github.com/rbranson/node-ffi/blob/master/deps/libffi/libffi.gyp) - * [node-time](https://github.com/TooTallNate/node-time/blob/master/binding.gyp) - * [node-sass](https://github.com/sass/node-sass/blob/master/binding.gyp) + [libsass](https://github.com/sass/node-sass/blob/master/src/libsass.gyp) - * [node-serialport](https://github.com/voodootikigod/node-serialport/blob/master/binding.gyp) - * [node-weak](https://github.com/TooTallNate/node-weak/blob/master/binding.gyp) - * [pty.js](https://github.com/chjj/pty.js/blob/master/binding.gyp) - * [ref](https://github.com/TooTallNate/ref/blob/master/binding.gyp) - * [appjs](https://github.com/milani/appjs/blob/master/binding.gyp) - * [nwm](https://github.com/mixu/nwm/blob/master/binding.gyp) - * [bcrypt](https://github.com/ncb000gt/node.bcrypt.js/blob/master/binding.gyp) - * [nk-mysql](https://github.com/mmod/nodamysql/blob/master/binding.gyp) - * [nk-xrm-installer](https://github.com/mmod/nk-xrm-installer/blob/master/binding.gyp) + [includable.gypi](https://github.com/mmod/nk-xrm-installer/blob/master/includable.gypi) + [unpack.py](https://github.com/mmod/nk-xrm-installer/blob/master/unpack.py) + [disburse.py](https://github.com/mmod/nk-xrm-installer/blob/master/disburse.py) - <sub>.py files above provide complete reference for examples of fetching source via http, extracting, and moving files.</sub> - * [node-memwatch](https://github.com/lloyd/node-memwatch/blob/master/binding.gyp) - * [node-ip2location](https://github.com/bolgovr/node-ip2location/blob/master/binding.gyp) - * [node-midi](https://github.com/justinlatimer/node-midi/blob/master/binding.gyp) - * [node-sqlite3](https://github.com/developmentseed/node-sqlite3/blob/master/binding.gyp) + [libsqlite3](https://github.com/developmentseed/node-sqlite3/blob/master/deps/sqlite3.gyp) - * [node-zipfile](https://github.com/mapbox/node-zipfile/blob/master/binding.gyp) - * [node-mapnik](https://github.com/mapnik/node-mapnik/blob/master/binding.gyp) - * [node-inotify](https://github.com/c4milo/node-inotify/blob/master/binding.gyp) - * [v8-profiler](https://github.com/c4milo/v8-profiler/blob/master/binding.gyp) - * [airtunes](https://github.com/radioline/node_airtunes/blob/master/binding.gyp) - * [node-fann](https://github.com/c4milo/node-fann/blob/master/binding.gyp) - * [node-talib](https://github.com/oransel/node-talib/blob/master/binding.gyp) - * [node-leveldown](https://github.com/rvagg/node-leveldown/blob/master/binding.gyp) + [leveldb.gyp](https://github.com/rvagg/node-leveldown/blob/master/deps/leveldb/leveldb.gyp) + [snappy.gyp](https://github.com/rvagg/node-leveldown/blob/master/deps/snappy/snappy.gyp) - * [node-expat](https://github.com/astro/node-expat/blob/master/binding.gyp) + [libexpat](https://github.com/astro/node-expat/blob/master/deps/libexpat/libexpat.gyp) - * [node-openvg-canvas](https://github.com/luismreis/node-openvg-canvas/blob/master/binding.gyp) + [node-openvg](https://github.com/luismreis/node-openvg/blob/master/binding.gyp) - * [node-cryptopp](https://github.com/BatikhSouri/node-cryptopp/blob/master/binding.gyp) - * [topcube](https://github.com/creationix/topcube/blob/master/binding.gyp) - * [node-osmium](https://github.com/osmcode/node-osmium/blob/master/binding.gyp) - * [node-osrm](https://github.com/DennisOSRM/node-osrm) - * [node-oracle](https://github.com/joeferner/node-oracle/blob/master/binding.gyp) - * [node-process-list](https://github.com/ReklatsMasters/node-process-list/blob/master/binding.gyp) - * [node-nanomsg](https://github.com/nickdesaulniers/node-nanomsg/blob/master/binding.gyp) - * [Ghostscript4JS](https://github.com/NickNaso/ghostscript4js/blob/master/binding.gyp) - * [nodecv](https://github.com/xudafeng/nodecv/blob/master/binding.gyp) - * [magick-cli](https://github.com/NickNaso/magick-cli/blob/master/binding.gyp) - * [sharp](https://github.com/lovell/sharp/blob/master/binding.gyp) - * [krb5](https://github.com/adaltas/node-krb5/blob/master/binding.gyp) - * [node-heapdump](https://github.com/bnoordhuis/node-heapdump/blob/master/binding.gyp) diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/.flake8 b/software/flow/node_modules/npm/node_modules/node-gyp/gyp/.flake8 deleted file mode 100644 index ea0c768..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/.flake8 +++ /dev/null @@ -1,4 +0,0 @@ -[flake8] -max-complexity = 101 -max-line-length = 88 -extend-ignore = E203 # whitespace before ':' to agree with psf/black diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/.github/workflows/Python_tests.yml b/software/flow/node_modules/npm/node_modules/node-gyp/gyp/.github/workflows/Python_tests.yml deleted file mode 100644 index aad1350..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/.github/workflows/Python_tests.yml +++ /dev/null @@ -1,36 +0,0 @@ -# TODO: Enable os: windows-latest -# TODO: Enable pytest --doctest-modules - -name: Python_tests -on: - push: - branches: [ main ] - pull_request: - branches: [ main ] - workflow_dispatch: -jobs: - Python_tests: - runs-on: ${{ matrix.os }} - strategy: - fail-fast: false - max-parallel: 8 - matrix: - os: [macos-latest, ubuntu-latest] # , windows-latest] - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11-dev"] - steps: - - uses: actions/checkout@v3 - - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v4 - with: - python-version: ${{ matrix.python-version }} - - name: Install dependencies - run: | - python -m pip install --upgrade pip setuptools - pip install --editable ".[dev]" - - run: ./gyp -V && ./gyp --version && gyp -V && gyp --version - - name: Lint with flake8 - run: flake8 . --ignore=E203,W503 --max-complexity=101 --max-line-length=88 --show-source --statistics - - name: Test with pytest - run: pytest - # - name: Run doctests with pytest - # run: pytest --doctest-modules diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/.github/workflows/node-gyp.yml b/software/flow/node_modules/npm/node_modules/node-gyp/gyp/.github/workflows/node-gyp.yml deleted file mode 100644 index 7cc1f9e..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/.github/workflows/node-gyp.yml +++ /dev/null @@ -1,45 +0,0 @@ -name: node-gyp integration -on: - push: - branches: [ main ] - pull_request: - branches: [ main ] - workflow_dispatch: -jobs: - integration: - strategy: - fail-fast: false - matrix: - os: [macos-latest, ubuntu-latest, windows-latest] - python: ["3.7", "3.10"] - - runs-on: ${{ matrix.os }} - steps: - - name: Clone gyp-next - uses: actions/checkout@v3 - with: - path: gyp-next - - name: Clone nodejs/node-gyp - uses: actions/checkout@v3 - with: - repository: nodejs/node-gyp - path: node-gyp - - uses: actions/setup-node@v3 - with: - node-version: 14.x - - uses: actions/setup-python@v4 - with: - python-version: ${{ matrix.python }} - - name: Install dependencies - run: | - cd node-gyp - npm install --no-progress - - name: Replace gyp in node-gyp - shell: bash - run: | - rm -rf node-gyp/gyp - cp -r gyp-next node-gyp/gyp - - name: Run tests - run: | - cd node-gyp - npm test diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/.github/workflows/nodejs-windows.yml b/software/flow/node_modules/npm/node_modules/node-gyp/gyp/.github/workflows/nodejs-windows.yml deleted file mode 100644 index 4e6c954..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/.github/workflows/nodejs-windows.yml +++ /dev/null @@ -1,32 +0,0 @@ -name: Node.js Windows integration - -on: - push: - branches: [ main ] - pull_request: - branches: [ main ] - workflow_dispatch: - -jobs: - build-windows: - runs-on: windows-2019 - steps: - - name: Clone gyp-next - uses: actions/checkout@v3 - with: - path: gyp-next - - name: Clone nodejs/node - uses: actions/checkout@v3 - with: - repository: nodejs/node - path: node - - name: Install deps - run: choco install nasm - - name: Replace gyp in Node.js - run: | - rm -Recurse node/tools/gyp - cp -Recurse gyp-next node/tools/gyp - - name: Build Node.js - run: | - cd node - ./vcbuild.bat diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/.github/workflows/release-please.yml b/software/flow/node_modules/npm/node_modules/node-gyp/gyp/.github/workflows/release-please.yml deleted file mode 100644 index 665c4c4..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/.github/workflows/release-please.yml +++ /dev/null @@ -1,16 +0,0 @@ -on: - push: - branches: - - main - -name: release-please -jobs: - release-please: - runs-on: ubuntu-latest - steps: - - uses: google-github-actions/release-please-action@v3 - with: - token: ${{ secrets.GITHUB_TOKEN }} - release-type: python - package-name: gyp-next - bump-minor-pre-major: true diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/AUTHORS b/software/flow/node_modules/npm/node_modules/node-gyp/gyp/AUTHORS deleted file mode 100644 index f49a357..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/AUTHORS +++ /dev/null @@ -1,16 +0,0 @@ -# Names should be added to this file like so: -# Name or Organization <email address> - -Google Inc. <*@google.com> -Bloomberg Finance L.P. <*@bloomberg.net> -IBM Inc. <*@*.ibm.com> -Yandex LLC <*@yandex-team.ru> - -Steven Knight <knight@baldmt.com> -Ryan Norton <rnorton10@gmail.com> -David J. Sankel <david@sankelsoftware.com> -Eric N. Vander Weele <ericvw@gmail.com> -Tom Freudenberg <th.freudenberg@gmail.com> -Julien Brianceau <jbriance@cisco.com> -Refael Ackermann <refack@gmail.com> -Ujjwal Sharma <ryzokuken@disroot.org> diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/CHANGELOG.md b/software/flow/node_modules/npm/node_modules/node-gyp/gyp/CHANGELOG.md deleted file mode 100644 index 4b4968f..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/CHANGELOG.md +++ /dev/null @@ -1,233 +0,0 @@ -# Changelog - -## [0.14.0](https://github.com/nodejs/gyp-next/compare/v0.13.0...v0.14.0) (2022-10-08) - - -### Features - -* Add command line argument for `gyp --version` ([#164](https://github.com/nodejs/gyp-next/issues/164)) ([5c9f4d0](https://github.com/nodejs/gyp-next/commit/5c9f4d05678dd855e18ed2327219e5d18e5374db)) -* ninja build for iOS ([#174](https://github.com/nodejs/gyp-next/issues/174)) ([b6f2714](https://github.com/nodejs/gyp-next/commit/b6f271424e0033d7ed54d437706695af2ba7a1bf)) -* **zos:** support IBM Open XL C/C++ & PL/I compilers on z/OS ([#178](https://github.com/nodejs/gyp-next/issues/178)) ([43a7211](https://github.com/nodejs/gyp-next/commit/43a72110ae3fafb13c9625cc7a969624b27cda47)) - - -### Bug Fixes - -* lock windows env ([#163](https://github.com/nodejs/gyp-next/issues/163)) ([44bd0dd](https://github.com/nodejs/gyp-next/commit/44bd0ddc93ea0b5770a44dd326a2e4ae62c21442)) -* move configuration information into pyproject.toml ([#176](https://github.com/nodejs/gyp-next/issues/176)) ([d69d8ec](https://github.com/nodejs/gyp-next/commit/d69d8ece6dbff7af4f2ea073c9fd170baf8cb7f7)) -* node.js debugger adds stderr (but exit code is 0) -> shouldn't throw ([#179](https://github.com/nodejs/gyp-next/issues/179)) ([1a457d9](https://github.com/nodejs/gyp-next/commit/1a457d9ed08cfd30c9fa551bc5cf0d90fb583787)) - -## [0.13.0](https://www.github.com/nodejs/gyp-next/compare/v0.12.1...v0.13.0) (2022-05-11) - - -### Features - -* add PRODUCT_DIR_ABS variable ([#151](https://www.github.com/nodejs/gyp-next/issues/151)) ([80d2626](https://www.github.com/nodejs/gyp-next/commit/80d26263581db829b61b312a7bdb5cc791df7824)) - - -### Bug Fixes - -* execvp: printf: Argument list too long ([#147](https://www.github.com/nodejs/gyp-next/issues/147)) ([c4e14f3](https://www.github.com/nodejs/gyp-next/commit/c4e14f301673fadbac3ab7882d0b5f4d02530cb9)) - -### [0.12.1](https://www.github.com/nodejs/gyp-next/compare/v0.12.0...v0.12.1) (2022-04-06) - - -### Bug Fixes - -* **msvs:** avoid fixing path for arguments with "=" ([#143](https://www.github.com/nodejs/gyp-next/issues/143)) ([7e8f16e](https://www.github.com/nodejs/gyp-next/commit/7e8f16eb165e042e64bec98fa6c2a0232a42c26b)) - -## [0.12.0](https://www.github.com/nodejs/gyp-next/compare/v0.11.0...v0.12.0) (2022-04-04) - - -### Features - -* support building shared libraries on z/OS ([#137](https://www.github.com/nodejs/gyp-next/issues/137)) ([293bcfa](https://www.github.com/nodejs/gyp-next/commit/293bcfa4c25c6adb743377adafc45a80fee492c6)) - -## [0.11.0](https://www.github.com/nodejs/gyp-next/compare/v0.10.1...v0.11.0) (2022-03-04) - - -### Features - -* Add proper support for IBM i ([#140](https://www.github.com/nodejs/gyp-next/issues/140)) ([fdda4a3](https://www.github.com/nodejs/gyp-next/commit/fdda4a3038b8a7042ad960ce7a223687c24a21b1)) - -### [0.10.1](https://www.github.com/nodejs/gyp-next/compare/v0.10.0...v0.10.1) (2021-11-24) - - -### Bug Fixes - -* **make:** only generate makefile for multiple toolsets if requested ([#133](https://www.github.com/nodejs/gyp-next/issues/133)) ([f463a77](https://www.github.com/nodejs/gyp-next/commit/f463a77705973289ea38fec1b244c922ac438e26)) - -## [0.10.0](https://www.github.com/nodejs/gyp-next/compare/v0.9.6...v0.10.0) (2021-08-26) - - -### Features - -* **msvs:** add support for Visual Studio 2022 ([#124](https://www.github.com/nodejs/gyp-next/issues/124)) ([4bd9215](https://www.github.com/nodejs/gyp-next/commit/4bd9215c44d300f06e916aec1d6327c22b78272d)) - -### [0.9.6](https://www.github.com/nodejs/gyp-next/compare/v0.9.5...v0.9.6) (2021-08-23) - - -### Bug Fixes - -* align flake8 test ([#122](https://www.github.com/nodejs/gyp-next/issues/122)) ([f1faa8d](https://www.github.com/nodejs/gyp-next/commit/f1faa8d3081e1a47e917ff910892f00dff16cf8a)) -* **msvs:** fix paths again in action command arguments ([#121](https://www.github.com/nodejs/gyp-next/issues/121)) ([7159dfb](https://www.github.com/nodejs/gyp-next/commit/7159dfbc5758c9ec717e215f2c36daf482c846a1)) - -### [0.9.5](https://www.github.com/nodejs/gyp-next/compare/v0.9.4...v0.9.5) (2021-08-18) - - -### Bug Fixes - -* add python 3.6 to node-gyp integration test ([3462d4c](https://www.github.com/nodejs/gyp-next/commit/3462d4ce3c31cce747513dc7ca9760c81d57c60e)) -* revert for windows compatibility ([d078e7d](https://www.github.com/nodejs/gyp-next/commit/d078e7d7ae080ddae243188f6415f940376a7368)) -* support msvs_quote_cmd in ninja generator ([#117](https://www.github.com/nodejs/gyp-next/issues/117)) ([46486ac](https://www.github.com/nodejs/gyp-next/commit/46486ac6e9329529d51061e006a5b39631e46729)) - -### [0.9.4](https://www.github.com/nodejs/gyp-next/compare/v0.9.3...v0.9.4) (2021-08-09) - - -### Bug Fixes - -* .S is an extension for asm file on Windows ([#115](https://www.github.com/nodejs/gyp-next/issues/115)) ([d2fad44](https://www.github.com/nodejs/gyp-next/commit/d2fad44ef3a79ca8900f1307060153ded57053fc)) - -### [0.9.3](https://www.github.com/nodejs/gyp-next/compare/v0.9.2...v0.9.3) (2021-07-07) - - -### Bug Fixes - -* build failure with ninja and Python 3 on Windows ([#113](https://www.github.com/nodejs/gyp-next/issues/113)) ([c172d10](https://www.github.com/nodejs/gyp-next/commit/c172d105deff5db4244e583942215918fa80dd3c)) - -### [0.9.2](https://www.github.com/nodejs/gyp-next/compare/v0.9.1...v0.9.2) (2021-05-21) - - -### Bug Fixes - -* add support of utf8 encoding ([#105](https://www.github.com/nodejs/gyp-next/issues/105)) ([4d0f93c](https://www.github.com/nodejs/gyp-next/commit/4d0f93c249286d1f0c0f665f5fe7346119f98cf1)) - -### [0.9.1](https://www.github.com/nodejs/gyp-next/compare/v0.9.0...v0.9.1) (2021-05-14) - - -### Bug Fixes - -* py lint ([3b6a8ee](https://www.github.com/nodejs/gyp-next/commit/3b6a8ee7a66193a8a6867eba9e1d2b70bdf04402)) - -## [0.9.0](https://www.github.com/nodejs/gyp-next/compare/v0.8.1...v0.9.0) (2021-05-13) - - -### Features - -* use LDFLAGS_host for host toolset ([#98](https://www.github.com/nodejs/gyp-next/issues/98)) ([bea5c7b](https://www.github.com/nodejs/gyp-next/commit/bea5c7bd67d6ad32acbdce79767a5481c70675a2)) - - -### Bug Fixes - -* msvs.py: remove overindentation ([#102](https://www.github.com/nodejs/gyp-next/issues/102)) ([3f83e99](https://www.github.com/nodejs/gyp-next/commit/3f83e99056d004d9579ceb786e06b624ddc36529)) -* update gyp.el to change case to cl-case ([#93](https://www.github.com/nodejs/gyp-next/issues/93)) ([13d5b66](https://www.github.com/nodejs/gyp-next/commit/13d5b66aab35985af9c2fb1174fdc6e1c1407ecc)) - -### [0.8.1](https://www.github.com/nodejs/gyp-next/compare/v0.8.0...v0.8.1) (2021-02-18) - - -### Bug Fixes - -* update shebang lines from python to python3 ([#94](https://www.github.com/nodejs/gyp-next/issues/94)) ([a1b0d41](https://www.github.com/nodejs/gyp-next/commit/a1b0d4171a8049a4ab7a614202063dec332f2df4)) - -## [0.8.0](https://www.github.com/nodejs/gyp-next/compare/v0.7.0...v0.8.0) (2021-01-15) - - -### ⚠ BREAKING CHANGES - -* remove support for Python 2 - -### Bug Fixes - -* revert posix build job ([#86](https://www.github.com/nodejs/gyp-next/issues/86)) ([39dc34f](https://www.github.com/nodejs/gyp-next/commit/39dc34f0799c074624005fb9bbccf6e028607f9d)) - - -### gyp - -* Remove support for Python 2 ([#88](https://www.github.com/nodejs/gyp-next/issues/88)) ([22e4654](https://www.github.com/nodejs/gyp-next/commit/22e465426fd892403c95534229af819a99c3f8dc)) - -## [0.7.0](https://www.github.com/nodejs/gyp-next/compare/v0.6.2...v0.7.0) (2020-12-17) - - -### ⚠ BREAKING CHANGES - -* **msvs:** On Windows, arguments passed to the "action" commands are no longer transformed to replace slashes with backslashes. - -### Features - -* **xcode:** --cross-compiling overrides arch-specific settings ([973bae0](https://www.github.com/nodejs/gyp-next/commit/973bae0b7b08be7b680ecae9565fbd04b3e0787d)) - - -### Bug Fixes - -* **msvs:** do not fix paths in action command arguments ([fc22f83](https://www.github.com/nodejs/gyp-next/commit/fc22f8335e2016da4aae4f4233074bd651d2faea)) -* cmake on python 3 ([fd61f5f](https://www.github.com/nodejs/gyp-next/commit/fd61f5faa5275ec8fc98e3c7868c0dd46f109540)) -* ValueError: invalid mode: 'rU' while trying to load binding.gyp ([d0504e6](https://www.github.com/nodejs/gyp-next/commit/d0504e6700ce48f44957a4d5891b142a60be946f)) -* xcode cmake parsing ([eefe8d1](https://www.github.com/nodejs/gyp-next/commit/eefe8d10e99863bc4ac7e2ed32facd608d400d4b)) - -### [0.6.2](https://www.github.com/nodejs/gyp-next/compare/v0.6.1...v0.6.2) (2020-10-16) - - -### Bug Fixes - -* do not rewrite absolute paths to avoid long paths ([#74](https://www.github.com/nodejs/gyp-next/issues/74)) ([c2ccc1a](https://www.github.com/nodejs/gyp-next/commit/c2ccc1a81f7f94433a94f4d01a2e820db4c4331a)) -* only include MARMASM when toolset is target ([5a2794a](https://www.github.com/nodejs/gyp-next/commit/5a2794aefb58f0c00404ff042b61740bc8b8d5cd)) - -### [0.6.1](https://github.com/nodejs/gyp-next/compare/v0.6.0...v0.6.1) (2020-10-14) - - -### Bug Fixes - -* Correctly rename object files for absolute paths in MSVS generator. - -## [0.6.0](https://github.com/nodejs/gyp-next/compare/v0.5.0...v0.6.0) (2020-10-13) - - -### Features - -* The Makefile generator will now output shared libraries directly to the product directory on all platforms (previously only macOS). - -## [0.5.0](https://github.com/nodejs/gyp-next/compare/v0.4.0...v0.5.0) (2020-09-30) - - -### Features - -* Extended compile_commands_json generator to consider more file extensions than just `c` and `cc`. `cpp` and `cxx` are now supported. -* Source files with duplicate basenames are now supported. - -### Removed - -* The `--no-duplicate-basename-check` option was removed. -* The `msvs_enable_marmasm` configuration option was removed in favor of auto-inclusion of the "marmasm" sections for Windows on ARM. - -## [0.4.0](https://github.com/nodejs/gyp-next/compare/v0.3.0...v0.4.0) (2020-07-14) - - -### Features - -* Added support for passing arbitrary architectures to Xcode builds, enables `arm64` builds. - -### Bug Fixes - -* Fixed a bug on Solaris where copying archives failed. - -## [0.3.0](https://github.com/nodejs/gyp-next/compare/v0.2.1...v0.3.0) (2020-06-06) - - -### Features - -* Added support for MSVC cross-compilation. This allows compilation on x64 for a Windows ARM target. - -### Bug Fixes - -* Fixed XCode CLT version detection on macOS Catalina. - -### [0.2.1](https://github.com/nodejs/gyp-next/compare/v0.2.0...v0.2.1) (2020-05-05) - - -### Bug Fixes - -* Relicensed to Node.js contributors. -* Fixed Windows bug introduced in v0.2.0. - -## [0.2.0](https://github.com/nodejs/gyp-next/releases/tag/v0.2.0) (2020-04-06) - -This is the first release of this project, based on https://chromium.googlesource.com/external/gyp with changes made over the years in Node.js and node-gyp. diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/CODE_OF_CONDUCT.md b/software/flow/node_modules/npm/node_modules/node-gyp/gyp/CODE_OF_CONDUCT.md deleted file mode 100644 index d724027..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/CODE_OF_CONDUCT.md +++ /dev/null @@ -1,4 +0,0 @@ -# Code of Conduct - -* [Node.js Code of Conduct](https://github.com/nodejs/admin/blob/HEAD/CODE_OF_CONDUCT.md) -* [Node.js Moderation Policy](https://github.com/nodejs/admin/blob/HEAD/Moderation-Policy.md) diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/CONTRIBUTING.md b/software/flow/node_modules/npm/node_modules/node-gyp/gyp/CONTRIBUTING.md deleted file mode 100644 index 1a0bcde..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/CONTRIBUTING.md +++ /dev/null @@ -1,32 +0,0 @@ -# Contributing to gyp-next - -## Code of Conduct - -This project is bound to the [Node.js Code of Conduct](https://github.com/nodejs/admin/blob/HEAD/CODE_OF_CONDUCT.md). - -<a id="developers-certificate-of-origin"></a> -## Developer's Certificate of Origin 1.1 - -By making a contribution to this project, I certify that: - -* (a) The contribution was created in whole or in part by me and I - have the right to submit it under the open source license - indicated in the file; or - -* (b) The contribution is based upon previous work that, to the best - of my knowledge, is covered under an appropriate open source - license and I have the right under that license to submit that - work with modifications, whether created in whole or in part - by me, under the same open source license (unless I am - permitted to submit under a different license), as indicated - in the file; or - -* (c) The contribution was provided directly to me by some other - person who certified (a), (b) or (c) and I have not modified - it. - -* (d) I understand and agree that this project and the contribution - are public and that a record of the contribution (including all - personal information I submit with it, including my sign-off) is - maintained indefinitely and may be redistributed consistent with - this project or the open source license(s) involved. diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/LICENSE b/software/flow/node_modules/npm/node_modules/node-gyp/gyp/LICENSE deleted file mode 100644 index c6944c5..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/LICENSE +++ /dev/null @@ -1,28 +0,0 @@ -Copyright (c) 2020 Node.js contributors. All rights reserved. -Copyright (c) 2009 Google Inc. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/README.md b/software/flow/node_modules/npm/node_modules/node-gyp/gyp/README.md deleted file mode 100644 index 9ffc2b2..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/README.md +++ /dev/null @@ -1,7 +0,0 @@ -GYP can Generate Your Projects. -=================================== - -Documents are available at [gyp.gsrc.io](https://gyp.gsrc.io), or you can check out ```md-pages``` branch to read those documents offline. - -__gyp-next__ is [released](https://github.com/nodejs/gyp-next/releases) to the [__Python Packaging Index__](https://pypi.org/project/gyp-next) (PyPI) and can be installed with the command: -* `python3 -m pip install gyp-next` diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/data/win/large-pdb-shim.cc b/software/flow/node_modules/npm/node_modules/node-gyp/gyp/data/win/large-pdb-shim.cc deleted file mode 100644 index 8bca510..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/data/win/large-pdb-shim.cc +++ /dev/null @@ -1,12 +0,0 @@ -// Copyright (c) 2013 Google Inc. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -// This file is used to generate an empty .pdb -- with a 4KB pagesize -- that is -// then used during the final link for modules that have large PDBs. Otherwise, -// the linker will generate a pdb with a page size of 1KB, which imposes a limit -// of 1GB on the .pdb. By generating an initial empty .pdb with the compiler -// (rather than the linker), this limit is avoided. With this in place PDBs may -// grow to 2GB. -// -// This file is referenced by the msvs_large_pdb mechanism in MSVSUtil.py. diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/gyp b/software/flow/node_modules/npm/node_modules/node-gyp/gyp/gyp deleted file mode 100755 index 1b8b9bd..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/gyp +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -# Copyright 2013 The Chromium Authors. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - -set -e -base=$(dirname "$0") -exec python "${base}/gyp_main.py" "$@" diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/gyp.bat b/software/flow/node_modules/npm/node_modules/node-gyp/gyp/gyp.bat deleted file mode 100755 index c0b4ca2..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/gyp.bat +++ /dev/null @@ -1,5 +0,0 @@ -@rem Copyright (c) 2009 Google Inc. All rights reserved. -@rem Use of this source code is governed by a BSD-style license that can be -@rem found in the LICENSE file. - -@python "%~dp0gyp_main.py" %* diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py b/software/flow/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py deleted file mode 100755 index f23dcdf..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py +++ /dev/null @@ -1,45 +0,0 @@ -#!/usr/bin/env python3 - -# Copyright (c) 2009 Google Inc. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - -import os -import sys -import subprocess - - -def IsCygwin(): - # Function copied from pylib/gyp/common.py - try: - out = subprocess.Popen( - "uname", stdout=subprocess.PIPE, stderr=subprocess.STDOUT - ) - stdout, _ = out.communicate() - return "CYGWIN" in stdout.decode("utf-8") - except Exception: - return False - - -def UnixifyPath(path): - try: - if not IsCygwin(): - return path - out = subprocess.Popen( - ["cygpath", "-u", path], stdout=subprocess.PIPE, stderr=subprocess.STDOUT - ) - stdout, _ = out.communicate() - return stdout.decode("utf-8") - except Exception: - return path - - -# Make sure we're using the version of pylib in this repo, not one installed -# elsewhere on the system. Also convert to Unix style path on Cygwin systems, -# else the 'gyp' library will not be found -path = UnixifyPath(sys.argv[0]) -sys.path.insert(0, os.path.join(os.path.dirname(path), "pylib")) -import gyp # noqa: E402 - -if __name__ == "__main__": - sys.exit(gyp.script_main()) diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSNew.py b/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSNew.py deleted file mode 100644 index d6b1897..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSNew.py +++ /dev/null @@ -1,367 +0,0 @@ -# Copyright (c) 2012 Google Inc. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - -"""New implementation of Visual Studio project generation.""" - -import hashlib -import os -import random -from operator import attrgetter - -import gyp.common - - -def cmp(x, y): - return (x > y) - (x < y) - - -# Initialize random number generator -random.seed() - -# GUIDs for project types -ENTRY_TYPE_GUIDS = { - "project": "{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}", - "folder": "{2150E333-8FDC-42A3-9474-1A3956D46DE8}", -} - -# ------------------------------------------------------------------------------ -# Helper functions - - -def MakeGuid(name, seed="msvs_new"): - """Returns a GUID for the specified target name. - - Args: - name: Target name. - seed: Seed for MD5 hash. - Returns: - A GUID-line string calculated from the name and seed. - - This generates something which looks like a GUID, but depends only on the - name and seed. This means the same name/seed will always generate the same - GUID, so that projects and solutions which refer to each other can explicitly - determine the GUID to refer to explicitly. It also means that the GUID will - not change when the project for a target is rebuilt. - """ - # Calculate a MD5 signature for the seed and name. - d = hashlib.md5((str(seed) + str(name)).encode("utf-8")).hexdigest().upper() - # Convert most of the signature to GUID form (discard the rest) - guid = ( - "{" - + d[:8] - + "-" - + d[8:12] - + "-" - + d[12:16] - + "-" - + d[16:20] - + "-" - + d[20:32] - + "}" - ) - return guid - - -# ------------------------------------------------------------------------------ - - -class MSVSSolutionEntry: - def __cmp__(self, other): - # Sort by name then guid (so things are in order on vs2008). - return cmp((self.name, self.get_guid()), (other.name, other.get_guid())) - - -class MSVSFolder(MSVSSolutionEntry): - """Folder in a Visual Studio project or solution.""" - - def __init__(self, path, name=None, entries=None, guid=None, items=None): - """Initializes the folder. - - Args: - path: Full path to the folder. - name: Name of the folder. - entries: List of folder entries to nest inside this folder. May contain - Folder or Project objects. May be None, if the folder is empty. - guid: GUID to use for folder, if not None. - items: List of solution items to include in the folder project. May be - None, if the folder does not directly contain items. - """ - if name: - self.name = name - else: - # Use last layer. - self.name = os.path.basename(path) - - self.path = path - self.guid = guid - - # Copy passed lists (or set to empty lists) - self.entries = sorted(entries or [], key=attrgetter("path")) - self.items = list(items or []) - - self.entry_type_guid = ENTRY_TYPE_GUIDS["folder"] - - def get_guid(self): - if self.guid is None: - # Use consistent guids for folders (so things don't regenerate). - self.guid = MakeGuid(self.path, seed="msvs_folder") - return self.guid - - -# ------------------------------------------------------------------------------ - - -class MSVSProject(MSVSSolutionEntry): - """Visual Studio project.""" - - def __init__( - self, - path, - name=None, - dependencies=None, - guid=None, - spec=None, - build_file=None, - config_platform_overrides=None, - fixpath_prefix=None, - ): - """Initializes the project. - - Args: - path: Absolute path to the project file. - name: Name of project. If None, the name will be the same as the base - name of the project file. - dependencies: List of other Project objects this project is dependent - upon, if not None. - guid: GUID to use for project, if not None. - spec: Dictionary specifying how to build this project. - build_file: Filename of the .gyp file that the vcproj file comes from. - config_platform_overrides: optional dict of configuration platforms to - used in place of the default for this target. - fixpath_prefix: the path used to adjust the behavior of _fixpath - """ - self.path = path - self.guid = guid - self.spec = spec - self.build_file = build_file - # Use project filename if name not specified - self.name = name or os.path.splitext(os.path.basename(path))[0] - - # Copy passed lists (or set to empty lists) - self.dependencies = list(dependencies or []) - - self.entry_type_guid = ENTRY_TYPE_GUIDS["project"] - - if config_platform_overrides: - self.config_platform_overrides = config_platform_overrides - else: - self.config_platform_overrides = {} - self.fixpath_prefix = fixpath_prefix - self.msbuild_toolset = None - - def set_dependencies(self, dependencies): - self.dependencies = list(dependencies or []) - - def get_guid(self): - if self.guid is None: - # Set GUID from path - # TODO(rspangler): This is fragile. - # 1. We can't just use the project filename sans path, since there could - # be multiple projects with the same base name (for example, - # foo/unittest.vcproj and bar/unittest.vcproj). - # 2. The path needs to be relative to $SOURCE_ROOT, so that the project - # GUID is the same whether it's included from base/base.sln or - # foo/bar/baz/baz.sln. - # 3. The GUID needs to be the same each time this builder is invoked, so - # that we don't need to rebuild the solution when the project changes. - # 4. We should be able to handle pre-built project files by reading the - # GUID from the files. - self.guid = MakeGuid(self.name) - return self.guid - - def set_msbuild_toolset(self, msbuild_toolset): - self.msbuild_toolset = msbuild_toolset - - -# ------------------------------------------------------------------------------ - - -class MSVSSolution: - """Visual Studio solution.""" - - def __init__( - self, path, version, entries=None, variants=None, websiteProperties=True - ): - """Initializes the solution. - - Args: - path: Path to solution file. - version: Format version to emit. - entries: List of entries in solution. May contain Folder or Project - objects. May be None, if the folder is empty. - variants: List of build variant strings. If none, a default list will - be used. - websiteProperties: Flag to decide if the website properties section - is generated. - """ - self.path = path - self.websiteProperties = websiteProperties - self.version = version - - # Copy passed lists (or set to empty lists) - self.entries = list(entries or []) - - if variants: - # Copy passed list - self.variants = variants[:] - else: - # Use default - self.variants = ["Debug|Win32", "Release|Win32"] - # TODO(rspangler): Need to be able to handle a mapping of solution config - # to project config. Should we be able to handle variants being a dict, - # or add a separate variant_map variable? If it's a dict, we can't - # guarantee the order of variants since dict keys aren't ordered. - - # TODO(rspangler): Automatically write to disk for now; should delay until - # node-evaluation time. - self.Write() - - def Write(self, writer=gyp.common.WriteOnDiff): - """Writes the solution file to disk. - - Raises: - IndexError: An entry appears multiple times. - """ - # Walk the entry tree and collect all the folders and projects. - all_entries = set() - entries_to_check = self.entries[:] - while entries_to_check: - e = entries_to_check.pop(0) - - # If this entry has been visited, nothing to do. - if e in all_entries: - continue - - all_entries.add(e) - - # If this is a folder, check its entries too. - if isinstance(e, MSVSFolder): - entries_to_check += e.entries - - all_entries = sorted(all_entries, key=attrgetter("path")) - - # Open file and print header - f = writer(self.path) - f.write( - "Microsoft Visual Studio Solution File, " - "Format Version %s\r\n" % self.version.SolutionVersion() - ) - f.write("# %s\r\n" % self.version.Description()) - - # Project entries - sln_root = os.path.split(self.path)[0] - for e in all_entries: - relative_path = gyp.common.RelativePath(e.path, sln_root) - # msbuild does not accept an empty folder_name. - # use '.' in case relative_path is empty. - folder_name = relative_path.replace("/", "\\") or "." - f.write( - 'Project("%s") = "%s", "%s", "%s"\r\n' - % ( - e.entry_type_guid, # Entry type GUID - e.name, # Folder name - folder_name, # Folder name (again) - e.get_guid(), # Entry GUID - ) - ) - - # TODO(rspangler): Need a way to configure this stuff - if self.websiteProperties: - f.write( - "\tProjectSection(WebsiteProperties) = preProject\r\n" - '\t\tDebug.AspNetCompiler.Debug = "True"\r\n' - '\t\tRelease.AspNetCompiler.Debug = "False"\r\n' - "\tEndProjectSection\r\n" - ) - - if isinstance(e, MSVSFolder): - if e.items: - f.write("\tProjectSection(SolutionItems) = preProject\r\n") - for i in e.items: - f.write(f"\t\t{i} = {i}\r\n") - f.write("\tEndProjectSection\r\n") - - if isinstance(e, MSVSProject): - if e.dependencies: - f.write("\tProjectSection(ProjectDependencies) = postProject\r\n") - for d in e.dependencies: - f.write(f"\t\t{d.get_guid()} = {d.get_guid()}\r\n") - f.write("\tEndProjectSection\r\n") - - f.write("EndProject\r\n") - - # Global section - f.write("Global\r\n") - - # Configurations (variants) - f.write("\tGlobalSection(SolutionConfigurationPlatforms) = preSolution\r\n") - for v in self.variants: - f.write(f"\t\t{v} = {v}\r\n") - f.write("\tEndGlobalSection\r\n") - - # Sort config guids for easier diffing of solution changes. - config_guids = [] - config_guids_overrides = {} - for e in all_entries: - if isinstance(e, MSVSProject): - config_guids.append(e.get_guid()) - config_guids_overrides[e.get_guid()] = e.config_platform_overrides - config_guids.sort() - - f.write("\tGlobalSection(ProjectConfigurationPlatforms) = postSolution\r\n") - for g in config_guids: - for v in self.variants: - nv = config_guids_overrides[g].get(v, v) - # Pick which project configuration to build for this solution - # configuration. - f.write( - "\t\t%s.%s.ActiveCfg = %s\r\n" - % ( - g, # Project GUID - v, # Solution build configuration - nv, # Project build config for that solution config - ) - ) - - # Enable project in this solution configuration. - f.write( - "\t\t%s.%s.Build.0 = %s\r\n" - % ( - g, # Project GUID - v, # Solution build configuration - nv, # Project build config for that solution config - ) - ) - f.write("\tEndGlobalSection\r\n") - - # TODO(rspangler): Should be able to configure this stuff too (though I've - # never seen this be any different) - f.write("\tGlobalSection(SolutionProperties) = preSolution\r\n") - f.write("\t\tHideSolutionNode = FALSE\r\n") - f.write("\tEndGlobalSection\r\n") - - # Folder mappings - # Omit this section if there are no folders - if any([e.entries for e in all_entries if isinstance(e, MSVSFolder)]): - f.write("\tGlobalSection(NestedProjects) = preSolution\r\n") - for e in all_entries: - if not isinstance(e, MSVSFolder): - continue # Does not apply to projects, only folders - for subentry in e.entries: - f.write(f"\t\t{subentry.get_guid()} = {e.get_guid()}\r\n") - f.write("\tEndGlobalSection\r\n") - - f.write("EndGlobal\r\n") - - f.close() diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSProject.py b/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSProject.py deleted file mode 100644 index f0cfabe..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSProject.py +++ /dev/null @@ -1,206 +0,0 @@ -# Copyright (c) 2012 Google Inc. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - -"""Visual Studio project reader/writer.""" - -import gyp.easy_xml as easy_xml - -# ------------------------------------------------------------------------------ - - -class Tool: - """Visual Studio tool.""" - - def __init__(self, name, attrs=None): - """Initializes the tool. - - Args: - name: Tool name. - attrs: Dict of tool attributes; may be None. - """ - self._attrs = attrs or {} - self._attrs["Name"] = name - - def _GetSpecification(self): - """Creates an element for the tool. - - Returns: - A new xml.dom.Element for the tool. - """ - return ["Tool", self._attrs] - - -class Filter: - """Visual Studio filter - that is, a virtual folder.""" - - def __init__(self, name, contents=None): - """Initializes the folder. - - Args: - name: Filter (folder) name. - contents: List of filenames and/or Filter objects contained. - """ - self.name = name - self.contents = list(contents or []) - - -# ------------------------------------------------------------------------------ - - -class Writer: - """Visual Studio XML project writer.""" - - def __init__(self, project_path, version, name, guid=None, platforms=None): - """Initializes the project. - - Args: - project_path: Path to the project file. - version: Format version to emit. - name: Name of the project. - guid: GUID to use for project, if not None. - platforms: Array of string, the supported platforms. If null, ['Win32'] - """ - self.project_path = project_path - self.version = version - self.name = name - self.guid = guid - - # Default to Win32 for platforms. - if not platforms: - platforms = ["Win32"] - - # Initialize the specifications of the various sections. - self.platform_section = ["Platforms"] - for platform in platforms: - self.platform_section.append(["Platform", {"Name": platform}]) - self.tool_files_section = ["ToolFiles"] - self.configurations_section = ["Configurations"] - self.files_section = ["Files"] - - # Keep a dict keyed on filename to speed up access. - self.files_dict = dict() - - def AddToolFile(self, path): - """Adds a tool file to the project. - - Args: - path: Relative path from project to tool file. - """ - self.tool_files_section.append(["ToolFile", {"RelativePath": path}]) - - def _GetSpecForConfiguration(self, config_type, config_name, attrs, tools): - """Returns the specification for a configuration. - - Args: - config_type: Type of configuration node. - config_name: Configuration name. - attrs: Dict of configuration attributes; may be None. - tools: List of tools (strings or Tool objects); may be None. - Returns: - """ - # Handle defaults - if not attrs: - attrs = {} - if not tools: - tools = [] - - # Add configuration node and its attributes - node_attrs = attrs.copy() - node_attrs["Name"] = config_name - specification = [config_type, node_attrs] - - # Add tool nodes and their attributes - if tools: - for t in tools: - if isinstance(t, Tool): - specification.append(t._GetSpecification()) - else: - specification.append(Tool(t)._GetSpecification()) - return specification - - def AddConfig(self, name, attrs=None, tools=None): - """Adds a configuration to the project. - - Args: - name: Configuration name. - attrs: Dict of configuration attributes; may be None. - tools: List of tools (strings or Tool objects); may be None. - """ - spec = self._GetSpecForConfiguration("Configuration", name, attrs, tools) - self.configurations_section.append(spec) - - def _AddFilesToNode(self, parent, files): - """Adds files and/or filters to the parent node. - - Args: - parent: Destination node - files: A list of Filter objects and/or relative paths to files. - - Will call itself recursively, if the files list contains Filter objects. - """ - for f in files: - if isinstance(f, Filter): - node = ["Filter", {"Name": f.name}] - self._AddFilesToNode(node, f.contents) - else: - node = ["File", {"RelativePath": f}] - self.files_dict[f] = node - parent.append(node) - - def AddFiles(self, files): - """Adds files to the project. - - Args: - files: A list of Filter objects and/or relative paths to files. - - This makes a copy of the file/filter tree at the time of this call. If you - later add files to a Filter object which was passed into a previous call - to AddFiles(), it will not be reflected in this project. - """ - self._AddFilesToNode(self.files_section, files) - # TODO(rspangler) This also doesn't handle adding files to an existing - # filter. That is, it doesn't merge the trees. - - def AddFileConfig(self, path, config, attrs=None, tools=None): - """Adds a configuration to a file. - - Args: - path: Relative path to the file. - config: Name of configuration to add. - attrs: Dict of configuration attributes; may be None. - tools: List of tools (strings or Tool objects); may be None. - - Raises: - ValueError: Relative path does not match any file added via AddFiles(). - """ - # Find the file node with the right relative path - parent = self.files_dict.get(path) - if not parent: - raise ValueError('AddFileConfig: file "%s" not in project.' % path) - - # Add the config to the file node - spec = self._GetSpecForConfiguration("FileConfiguration", config, attrs, tools) - parent.append(spec) - - def WriteIfChanged(self): - """Writes the project file.""" - # First create XML content definition - content = [ - "VisualStudioProject", - { - "ProjectType": "Visual C++", - "Version": self.version.ProjectVersion(), - "Name": self.name, - "ProjectGUID": self.guid, - "RootNamespace": self.name, - "Keyword": "Win32Proj", - }, - self.platform_section, - self.tool_files_section, - self.configurations_section, - ["References"], # empty section - self.files_section, - ["Globals"], # empty section - ] - easy_xml.WriteXmlIfChanged(content, self.project_path, encoding="Windows-1252") diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSSettings.py b/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSSettings.py deleted file mode 100644 index e89a971..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSSettings.py +++ /dev/null @@ -1,1270 +0,0 @@ -# Copyright (c) 2012 Google Inc. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - -r"""Code to validate and convert settings of the Microsoft build tools. - -This file contains code to validate and convert settings of the Microsoft -build tools. The function ConvertToMSBuildSettings(), ValidateMSVSSettings(), -and ValidateMSBuildSettings() are the entry points. - -This file was created by comparing the projects created by Visual Studio 2008 -and Visual Studio 2010 for all available settings through the user interface. -The MSBuild schemas were also considered. They are typically found in the -MSBuild install directory, e.g. c:\Program Files (x86)\MSBuild -""" - -import re -import sys - -# Dictionaries of settings validators. The key is the tool name, the value is -# a dictionary mapping setting names to validation functions. -_msvs_validators = {} -_msbuild_validators = {} - - -# A dictionary of settings converters. The key is the tool name, the value is -# a dictionary mapping setting names to conversion functions. -_msvs_to_msbuild_converters = {} - - -# Tool name mapping from MSVS to MSBuild. -_msbuild_name_of_tool = {} - - -class _Tool: - """Represents a tool used by MSVS or MSBuild. - - Attributes: - msvs_name: The name of the tool in MSVS. - msbuild_name: The name of the tool in MSBuild. - """ - - def __init__(self, msvs_name, msbuild_name): - self.msvs_name = msvs_name - self.msbuild_name = msbuild_name - - -def _AddTool(tool): - """Adds a tool to the four dictionaries used to process settings. - - This only defines the tool. Each setting also needs to be added. - - Args: - tool: The _Tool object to be added. - """ - _msvs_validators[tool.msvs_name] = {} - _msbuild_validators[tool.msbuild_name] = {} - _msvs_to_msbuild_converters[tool.msvs_name] = {} - _msbuild_name_of_tool[tool.msvs_name] = tool.msbuild_name - - -def _GetMSBuildToolSettings(msbuild_settings, tool): - """Returns an MSBuild tool dictionary. Creates it if needed.""" - return msbuild_settings.setdefault(tool.msbuild_name, {}) - - -class _Type: - """Type of settings (Base class).""" - - def ValidateMSVS(self, value): - """Verifies that the value is legal for MSVS. - - Args: - value: the value to check for this type. - - Raises: - ValueError if value is not valid for MSVS. - """ - - def ValidateMSBuild(self, value): - """Verifies that the value is legal for MSBuild. - - Args: - value: the value to check for this type. - - Raises: - ValueError if value is not valid for MSBuild. - """ - - def ConvertToMSBuild(self, value): - """Returns the MSBuild equivalent of the MSVS value given. - - Args: - value: the MSVS value to convert. - - Returns: - the MSBuild equivalent. - - Raises: - ValueError if value is not valid. - """ - return value - - -class _String(_Type): - """A setting that's just a string.""" - - def ValidateMSVS(self, value): - if not isinstance(value, str): - raise ValueError("expected string; got %r" % value) - - def ValidateMSBuild(self, value): - if not isinstance(value, str): - raise ValueError("expected string; got %r" % value) - - def ConvertToMSBuild(self, value): - # Convert the macros - return ConvertVCMacrosToMSBuild(value) - - -class _StringList(_Type): - """A settings that's a list of strings.""" - - def ValidateMSVS(self, value): - if not isinstance(value, (list, str)): - raise ValueError("expected string list; got %r" % value) - - def ValidateMSBuild(self, value): - if not isinstance(value, (list, str)): - raise ValueError("expected string list; got %r" % value) - - def ConvertToMSBuild(self, value): - # Convert the macros - if isinstance(value, list): - return [ConvertVCMacrosToMSBuild(i) for i in value] - else: - return ConvertVCMacrosToMSBuild(value) - - -class _Boolean(_Type): - """Boolean settings, can have the values 'false' or 'true'.""" - - def _Validate(self, value): - if value != "true" and value != "false": - raise ValueError("expected bool; got %r" % value) - - def ValidateMSVS(self, value): - self._Validate(value) - - def ValidateMSBuild(self, value): - self._Validate(value) - - def ConvertToMSBuild(self, value): - self._Validate(value) - return value - - -class _Integer(_Type): - """Integer settings.""" - - def __init__(self, msbuild_base=10): - _Type.__init__(self) - self._msbuild_base = msbuild_base - - def ValidateMSVS(self, value): - # Try to convert, this will raise ValueError if invalid. - self.ConvertToMSBuild(value) - - def ValidateMSBuild(self, value): - # Try to convert, this will raise ValueError if invalid. - int(value, self._msbuild_base) - - def ConvertToMSBuild(self, value): - msbuild_format = (self._msbuild_base == 10) and "%d" or "0x%04x" - return msbuild_format % int(value) - - -class _Enumeration(_Type): - """Type of settings that is an enumeration. - - In MSVS, the values are indexes like '0', '1', and '2'. - MSBuild uses text labels that are more representative, like 'Win32'. - - Constructor args: - label_list: an array of MSBuild labels that correspond to the MSVS index. - In the rare cases where MSVS has skipped an index value, None is - used in the array to indicate the unused spot. - new: an array of labels that are new to MSBuild. - """ - - def __init__(self, label_list, new=None): - _Type.__init__(self) - self._label_list = label_list - self._msbuild_values = {value for value in label_list if value is not None} - if new is not None: - self._msbuild_values.update(new) - - def ValidateMSVS(self, value): - # Try to convert. It will raise an exception if not valid. - self.ConvertToMSBuild(value) - - def ValidateMSBuild(self, value): - if value not in self._msbuild_values: - raise ValueError("unrecognized enumerated value %s" % value) - - def ConvertToMSBuild(self, value): - index = int(value) - if index < 0 or index >= len(self._label_list): - raise ValueError( - "index value (%d) not in expected range [0, %d)" - % (index, len(self._label_list)) - ) - label = self._label_list[index] - if label is None: - raise ValueError("converted value for %s not specified." % value) - return label - - -# Instantiate the various generic types. -_boolean = _Boolean() -_integer = _Integer() -# For now, we don't do any special validation on these types: -_string = _String() -_file_name = _String() -_folder_name = _String() -_file_list = _StringList() -_folder_list = _StringList() -_string_list = _StringList() -# Some boolean settings went from numerical values to boolean. The -# mapping is 0: default, 1: false, 2: true. -_newly_boolean = _Enumeration(["", "false", "true"]) - - -def _Same(tool, name, setting_type): - """Defines a setting that has the same name in MSVS and MSBuild. - - Args: - tool: a dictionary that gives the names of the tool for MSVS and MSBuild. - name: the name of the setting. - setting_type: the type of this setting. - """ - _Renamed(tool, name, name, setting_type) - - -def _Renamed(tool, msvs_name, msbuild_name, setting_type): - """Defines a setting for which the name has changed. - - Args: - tool: a dictionary that gives the names of the tool for MSVS and MSBuild. - msvs_name: the name of the MSVS setting. - msbuild_name: the name of the MSBuild setting. - setting_type: the type of this setting. - """ - - def _Translate(value, msbuild_settings): - msbuild_tool_settings = _GetMSBuildToolSettings(msbuild_settings, tool) - msbuild_tool_settings[msbuild_name] = setting_type.ConvertToMSBuild(value) - - _msvs_validators[tool.msvs_name][msvs_name] = setting_type.ValidateMSVS - _msbuild_validators[tool.msbuild_name][msbuild_name] = setting_type.ValidateMSBuild - _msvs_to_msbuild_converters[tool.msvs_name][msvs_name] = _Translate - - -def _Moved(tool, settings_name, msbuild_tool_name, setting_type): - _MovedAndRenamed( - tool, settings_name, msbuild_tool_name, settings_name, setting_type - ) - - -def _MovedAndRenamed( - tool, msvs_settings_name, msbuild_tool_name, msbuild_settings_name, setting_type -): - """Defines a setting that may have moved to a new section. - - Args: - tool: a dictionary that gives the names of the tool for MSVS and MSBuild. - msvs_settings_name: the MSVS name of the setting. - msbuild_tool_name: the name of the MSBuild tool to place the setting under. - msbuild_settings_name: the MSBuild name of the setting. - setting_type: the type of this setting. - """ - - def _Translate(value, msbuild_settings): - tool_settings = msbuild_settings.setdefault(msbuild_tool_name, {}) - tool_settings[msbuild_settings_name] = setting_type.ConvertToMSBuild(value) - - _msvs_validators[tool.msvs_name][msvs_settings_name] = setting_type.ValidateMSVS - validator = setting_type.ValidateMSBuild - _msbuild_validators[msbuild_tool_name][msbuild_settings_name] = validator - _msvs_to_msbuild_converters[tool.msvs_name][msvs_settings_name] = _Translate - - -def _MSVSOnly(tool, name, setting_type): - """Defines a setting that is only found in MSVS. - - Args: - tool: a dictionary that gives the names of the tool for MSVS and MSBuild. - name: the name of the setting. - setting_type: the type of this setting. - """ - - def _Translate(unused_value, unused_msbuild_settings): - # Since this is for MSVS only settings, no translation will happen. - pass - - _msvs_validators[tool.msvs_name][name] = setting_type.ValidateMSVS - _msvs_to_msbuild_converters[tool.msvs_name][name] = _Translate - - -def _MSBuildOnly(tool, name, setting_type): - """Defines a setting that is only found in MSBuild. - - Args: - tool: a dictionary that gives the names of the tool for MSVS and MSBuild. - name: the name of the setting. - setting_type: the type of this setting. - """ - - def _Translate(value, msbuild_settings): - # Let msbuild-only properties get translated as-is from msvs_settings. - tool_settings = msbuild_settings.setdefault(tool.msbuild_name, {}) - tool_settings[name] = value - - _msbuild_validators[tool.msbuild_name][name] = setting_type.ValidateMSBuild - _msvs_to_msbuild_converters[tool.msvs_name][name] = _Translate - - -def _ConvertedToAdditionalOption(tool, msvs_name, flag): - """Defines a setting that's handled via a command line option in MSBuild. - - Args: - tool: a dictionary that gives the names of the tool for MSVS and MSBuild. - msvs_name: the name of the MSVS setting that if 'true' becomes a flag - flag: the flag to insert at the end of the AdditionalOptions - """ - - def _Translate(value, msbuild_settings): - if value == "true": - tool_settings = _GetMSBuildToolSettings(msbuild_settings, tool) - if "AdditionalOptions" in tool_settings: - new_flags = "{} {}".format(tool_settings["AdditionalOptions"], flag) - else: - new_flags = flag - tool_settings["AdditionalOptions"] = new_flags - - _msvs_validators[tool.msvs_name][msvs_name] = _boolean.ValidateMSVS - _msvs_to_msbuild_converters[tool.msvs_name][msvs_name] = _Translate - - -def _CustomGeneratePreprocessedFile(tool, msvs_name): - def _Translate(value, msbuild_settings): - tool_settings = _GetMSBuildToolSettings(msbuild_settings, tool) - if value == "0": - tool_settings["PreprocessToFile"] = "false" - tool_settings["PreprocessSuppressLineNumbers"] = "false" - elif value == "1": # /P - tool_settings["PreprocessToFile"] = "true" - tool_settings["PreprocessSuppressLineNumbers"] = "false" - elif value == "2": # /EP /P - tool_settings["PreprocessToFile"] = "true" - tool_settings["PreprocessSuppressLineNumbers"] = "true" - else: - raise ValueError("value must be one of [0, 1, 2]; got %s" % value) - - # Create a bogus validator that looks for '0', '1', or '2' - msvs_validator = _Enumeration(["a", "b", "c"]).ValidateMSVS - _msvs_validators[tool.msvs_name][msvs_name] = msvs_validator - msbuild_validator = _boolean.ValidateMSBuild - msbuild_tool_validators = _msbuild_validators[tool.msbuild_name] - msbuild_tool_validators["PreprocessToFile"] = msbuild_validator - msbuild_tool_validators["PreprocessSuppressLineNumbers"] = msbuild_validator - _msvs_to_msbuild_converters[tool.msvs_name][msvs_name] = _Translate - - -fix_vc_macro_slashes_regex_list = ("IntDir", "OutDir") -fix_vc_macro_slashes_regex = re.compile( - r"(\$\((?:%s)\))(?:[\\/]+)" % "|".join(fix_vc_macro_slashes_regex_list) -) - -# Regular expression to detect keys that were generated by exclusion lists -_EXCLUDED_SUFFIX_RE = re.compile("^(.*)_excluded$") - - -def _ValidateExclusionSetting(setting, settings, error_msg, stderr=sys.stderr): - """Verify that 'setting' is valid if it is generated from an exclusion list. - - If the setting appears to be generated from an exclusion list, the root name - is checked. - - Args: - setting: A string that is the setting name to validate - settings: A dictionary where the keys are valid settings - error_msg: The message to emit in the event of error - stderr: The stream receiving the error messages. - """ - # This may be unrecognized because it's an exclusion list. If the - # setting name has the _excluded suffix, then check the root name. - unrecognized = True - m = re.match(_EXCLUDED_SUFFIX_RE, setting) - if m: - root_setting = m.group(1) - unrecognized = root_setting not in settings - - if unrecognized: - # We don't know this setting. Give a warning. - print(error_msg, file=stderr) - - -def FixVCMacroSlashes(s): - """Replace macros which have excessive following slashes. - - These macros are known to have a built-in trailing slash. Furthermore, many - scripts hiccup on processing paths with extra slashes in the middle. - - This list is probably not exhaustive. Add as needed. - """ - if "$" in s: - s = fix_vc_macro_slashes_regex.sub(r"\1", s) - return s - - -def ConvertVCMacrosToMSBuild(s): - """Convert the MSVS macros found in the string to the MSBuild equivalent. - - This list is probably not exhaustive. Add as needed. - """ - if "$" in s: - replace_map = { - "$(ConfigurationName)": "$(Configuration)", - "$(InputDir)": "%(RelativeDir)", - "$(InputExt)": "%(Extension)", - "$(InputFileName)": "%(Filename)%(Extension)", - "$(InputName)": "%(Filename)", - "$(InputPath)": "%(Identity)", - "$(ParentName)": "$(ProjectFileName)", - "$(PlatformName)": "$(Platform)", - "$(SafeInputName)": "%(Filename)", - } - for old, new in replace_map.items(): - s = s.replace(old, new) - s = FixVCMacroSlashes(s) - return s - - -def ConvertToMSBuildSettings(msvs_settings, stderr=sys.stderr): - """Converts MSVS settings (VS2008 and earlier) to MSBuild settings (VS2010+). - - Args: - msvs_settings: A dictionary. The key is the tool name. The values are - themselves dictionaries of settings and their values. - stderr: The stream receiving the error messages. - - Returns: - A dictionary of MSBuild settings. The key is either the MSBuild tool name - or the empty string (for the global settings). The values are themselves - dictionaries of settings and their values. - """ - msbuild_settings = {} - for msvs_tool_name, msvs_tool_settings in msvs_settings.items(): - if msvs_tool_name in _msvs_to_msbuild_converters: - msvs_tool = _msvs_to_msbuild_converters[msvs_tool_name] - for msvs_setting, msvs_value in msvs_tool_settings.items(): - if msvs_setting in msvs_tool: - # Invoke the translation function. - try: - msvs_tool[msvs_setting](msvs_value, msbuild_settings) - except ValueError as e: - print( - "Warning: while converting %s/%s to MSBuild, " - "%s" % (msvs_tool_name, msvs_setting, e), - file=stderr, - ) - else: - _ValidateExclusionSetting( - msvs_setting, - msvs_tool, - ( - "Warning: unrecognized setting %s/%s " - "while converting to MSBuild." - % (msvs_tool_name, msvs_setting) - ), - stderr, - ) - else: - print( - "Warning: unrecognized tool %s while converting to " - "MSBuild." % msvs_tool_name, - file=stderr, - ) - return msbuild_settings - - -def ValidateMSVSSettings(settings, stderr=sys.stderr): - """Validates that the names of the settings are valid for MSVS. - - Args: - settings: A dictionary. The key is the tool name. The values are - themselves dictionaries of settings and their values. - stderr: The stream receiving the error messages. - """ - _ValidateSettings(_msvs_validators, settings, stderr) - - -def ValidateMSBuildSettings(settings, stderr=sys.stderr): - """Validates that the names of the settings are valid for MSBuild. - - Args: - settings: A dictionary. The key is the tool name. The values are - themselves dictionaries of settings and their values. - stderr: The stream receiving the error messages. - """ - _ValidateSettings(_msbuild_validators, settings, stderr) - - -def _ValidateSettings(validators, settings, stderr): - """Validates that the settings are valid for MSBuild or MSVS. - - We currently only validate the names of the settings, not their values. - - Args: - validators: A dictionary of tools and their validators. - settings: A dictionary. The key is the tool name. The values are - themselves dictionaries of settings and their values. - stderr: The stream receiving the error messages. - """ - for tool_name in settings: - if tool_name in validators: - tool_validators = validators[tool_name] - for setting, value in settings[tool_name].items(): - if setting in tool_validators: - try: - tool_validators[setting](value) - except ValueError as e: - print( - f"Warning: for {tool_name}/{setting}, {e}", - file=stderr, - ) - else: - _ValidateExclusionSetting( - setting, - tool_validators, - (f"Warning: unrecognized setting {tool_name}/{setting}"), - stderr, - ) - - else: - print("Warning: unrecognized tool %s" % (tool_name), file=stderr) - - -# MSVS and MBuild names of the tools. -_compile = _Tool("VCCLCompilerTool", "ClCompile") -_link = _Tool("VCLinkerTool", "Link") -_midl = _Tool("VCMIDLTool", "Midl") -_rc = _Tool("VCResourceCompilerTool", "ResourceCompile") -_lib = _Tool("VCLibrarianTool", "Lib") -_manifest = _Tool("VCManifestTool", "Manifest") -_masm = _Tool("MASM", "MASM") -_armasm = _Tool("ARMASM", "ARMASM") - - -_AddTool(_compile) -_AddTool(_link) -_AddTool(_midl) -_AddTool(_rc) -_AddTool(_lib) -_AddTool(_manifest) -_AddTool(_masm) -_AddTool(_armasm) -# Add sections only found in the MSBuild settings. -_msbuild_validators[""] = {} -_msbuild_validators["ProjectReference"] = {} -_msbuild_validators["ManifestResourceCompile"] = {} - -# Descriptions of the compiler options, i.e. VCCLCompilerTool in MSVS and -# ClCompile in MSBuild. -# See "c:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\1033\cl.xml" for -# the schema of the MSBuild ClCompile settings. - -# Options that have the same name in MSVS and MSBuild -_Same(_compile, "AdditionalIncludeDirectories", _folder_list) # /I -_Same(_compile, "AdditionalOptions", _string_list) -_Same(_compile, "AdditionalUsingDirectories", _folder_list) # /AI -_Same(_compile, "AssemblerListingLocation", _file_name) # /Fa -_Same(_compile, "BrowseInformationFile", _file_name) -_Same(_compile, "BufferSecurityCheck", _boolean) # /GS -_Same(_compile, "DisableLanguageExtensions", _boolean) # /Za -_Same(_compile, "DisableSpecificWarnings", _string_list) # /wd -_Same(_compile, "EnableFiberSafeOptimizations", _boolean) # /GT -_Same(_compile, "EnablePREfast", _boolean) # /analyze Visible='false' -_Same(_compile, "ExpandAttributedSource", _boolean) # /Fx -_Same(_compile, "FloatingPointExceptions", _boolean) # /fp:except -_Same(_compile, "ForceConformanceInForLoopScope", _boolean) # /Zc:forScope -_Same(_compile, "ForcedIncludeFiles", _file_list) # /FI -_Same(_compile, "ForcedUsingFiles", _file_list) # /FU -_Same(_compile, "GenerateXMLDocumentationFiles", _boolean) # /doc -_Same(_compile, "IgnoreStandardIncludePath", _boolean) # /X -_Same(_compile, "MinimalRebuild", _boolean) # /Gm -_Same(_compile, "OmitDefaultLibName", _boolean) # /Zl -_Same(_compile, "OmitFramePointers", _boolean) # /Oy -_Same(_compile, "PreprocessorDefinitions", _string_list) # /D -_Same(_compile, "ProgramDataBaseFileName", _file_name) # /Fd -_Same(_compile, "RuntimeTypeInfo", _boolean) # /GR -_Same(_compile, "ShowIncludes", _boolean) # /showIncludes -_Same(_compile, "SmallerTypeCheck", _boolean) # /RTCc -_Same(_compile, "StringPooling", _boolean) # /GF -_Same(_compile, "SuppressStartupBanner", _boolean) # /nologo -_Same(_compile, "TreatWChar_tAsBuiltInType", _boolean) # /Zc:wchar_t -_Same(_compile, "UndefineAllPreprocessorDefinitions", _boolean) # /u -_Same(_compile, "UndefinePreprocessorDefinitions", _string_list) # /U -_Same(_compile, "UseFullPaths", _boolean) # /FC -_Same(_compile, "WholeProgramOptimization", _boolean) # /GL -_Same(_compile, "XMLDocumentationFileName", _file_name) -_Same(_compile, "CompileAsWinRT", _boolean) # /ZW - -_Same( - _compile, - "AssemblerOutput", - _Enumeration( - [ - "NoListing", - "AssemblyCode", # /FA - "All", # /FAcs - "AssemblyAndMachineCode", # /FAc - "AssemblyAndSourceCode", - ] - ), -) # /FAs -_Same( - _compile, - "BasicRuntimeChecks", - _Enumeration( - [ - "Default", - "StackFrameRuntimeCheck", # /RTCs - "UninitializedLocalUsageCheck", # /RTCu - "EnableFastChecks", - ] - ), -) # /RTC1 -_Same( - _compile, "BrowseInformation", _Enumeration(["false", "true", "true"]) # /FR -) # /Fr -_Same( - _compile, - "CallingConvention", - _Enumeration(["Cdecl", "FastCall", "StdCall", "VectorCall"]), # /Gd # /Gr # /Gz -) # /Gv -_Same( - _compile, - "CompileAs", - _Enumeration(["Default", "CompileAsC", "CompileAsCpp"]), # /TC -) # /TP -_Same( - _compile, - "DebugInformationFormat", - _Enumeration( - [ - "", # Disabled - "OldStyle", # /Z7 - None, - "ProgramDatabase", # /Zi - "EditAndContinue", - ] - ), -) # /ZI -_Same( - _compile, - "EnableEnhancedInstructionSet", - _Enumeration( - [ - "NotSet", - "StreamingSIMDExtensions", # /arch:SSE - "StreamingSIMDExtensions2", # /arch:SSE2 - "AdvancedVectorExtensions", # /arch:AVX (vs2012+) - "NoExtensions", # /arch:IA32 (vs2012+) - # This one only exists in the new msbuild format. - "AdvancedVectorExtensions2", # /arch:AVX2 (vs2013r2+) - ] - ), -) -_Same( - _compile, - "ErrorReporting", - _Enumeration( - [ - "None", # /errorReport:none - "Prompt", # /errorReport:prompt - "Queue", - ], # /errorReport:queue - new=["Send"], - ), -) # /errorReport:send" -_Same( - _compile, - "ExceptionHandling", - _Enumeration(["false", "Sync", "Async"], new=["SyncCThrow"]), # /EHsc # /EHa -) # /EHs -_Same( - _compile, "FavorSizeOrSpeed", _Enumeration(["Neither", "Speed", "Size"]) # /Ot -) # /Os -_Same( - _compile, - "FloatingPointModel", - _Enumeration(["Precise", "Strict", "Fast"]), # /fp:precise # /fp:strict -) # /fp:fast -_Same( - _compile, - "InlineFunctionExpansion", - _Enumeration( - ["Default", "OnlyExplicitInline", "AnySuitable"], # /Ob1 # /Ob2 - new=["Disabled"], - ), -) # /Ob0 -_Same( - _compile, - "Optimization", - _Enumeration(["Disabled", "MinSpace", "MaxSpeed", "Full"]), # /Od # /O1 # /O2 -) # /Ox -_Same( - _compile, - "RuntimeLibrary", - _Enumeration( - [ - "MultiThreaded", # /MT - "MultiThreadedDebug", # /MTd - "MultiThreadedDLL", # /MD - "MultiThreadedDebugDLL", - ] - ), -) # /MDd -_Same( - _compile, - "StructMemberAlignment", - _Enumeration( - [ - "Default", - "1Byte", # /Zp1 - "2Bytes", # /Zp2 - "4Bytes", # /Zp4 - "8Bytes", # /Zp8 - "16Bytes", - ] - ), -) # /Zp16 -_Same( - _compile, - "WarningLevel", - _Enumeration( - [ - "TurnOffAllWarnings", # /W0 - "Level1", # /W1 - "Level2", # /W2 - "Level3", # /W3 - "Level4", - ], # /W4 - new=["EnableAllWarnings"], - ), -) # /Wall - -# Options found in MSVS that have been renamed in MSBuild. -_Renamed( - _compile, "EnableFunctionLevelLinking", "FunctionLevelLinking", _boolean -) # /Gy -_Renamed(_compile, "EnableIntrinsicFunctions", "IntrinsicFunctions", _boolean) # /Oi -_Renamed(_compile, "KeepComments", "PreprocessKeepComments", _boolean) # /C -_Renamed(_compile, "ObjectFile", "ObjectFileName", _file_name) # /Fo -_Renamed(_compile, "OpenMP", "OpenMPSupport", _boolean) # /openmp -_Renamed( - _compile, "PrecompiledHeaderThrough", "PrecompiledHeaderFile", _file_name -) # Used with /Yc and /Yu -_Renamed( - _compile, "PrecompiledHeaderFile", "PrecompiledHeaderOutputFile", _file_name -) # /Fp -_Renamed( - _compile, - "UsePrecompiledHeader", - "PrecompiledHeader", - _Enumeration( - ["NotUsing", "Create", "Use"] # VS recognized '' for this value too. # /Yc - ), -) # /Yu -_Renamed(_compile, "WarnAsError", "TreatWarningAsError", _boolean) # /WX - -_ConvertedToAdditionalOption(_compile, "DefaultCharIsUnsigned", "/J") - -# MSVS options not found in MSBuild. -_MSVSOnly(_compile, "Detect64BitPortabilityProblems", _boolean) -_MSVSOnly(_compile, "UseUnicodeResponseFiles", _boolean) - -# MSBuild options not found in MSVS. -_MSBuildOnly(_compile, "BuildingInIDE", _boolean) -_MSBuildOnly( - _compile, "CompileAsManaged", _Enumeration([], new=["false", "true"]) -) # /clr -_MSBuildOnly(_compile, "CreateHotpatchableImage", _boolean) # /hotpatch -_MSBuildOnly(_compile, "MultiProcessorCompilation", _boolean) # /MP -_MSBuildOnly(_compile, "PreprocessOutputPath", _string) # /Fi -_MSBuildOnly(_compile, "ProcessorNumber", _integer) # the number of processors -_MSBuildOnly(_compile, "TrackerLogDirectory", _folder_name) -_MSBuildOnly(_compile, "TreatSpecificWarningsAsErrors", _string_list) # /we -_MSBuildOnly(_compile, "UseUnicodeForAssemblerListing", _boolean) # /FAu - -# Defines a setting that needs very customized processing -_CustomGeneratePreprocessedFile(_compile, "GeneratePreprocessedFile") - - -# Directives for converting MSVS VCLinkerTool to MSBuild Link. -# See "c:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\1033\link.xml" for -# the schema of the MSBuild Link settings. - -# Options that have the same name in MSVS and MSBuild -_Same(_link, "AdditionalDependencies", _file_list) -_Same(_link, "AdditionalLibraryDirectories", _folder_list) # /LIBPATH -# /MANIFESTDEPENDENCY: -_Same(_link, "AdditionalManifestDependencies", _file_list) -_Same(_link, "AdditionalOptions", _string_list) -_Same(_link, "AddModuleNamesToAssembly", _file_list) # /ASSEMBLYMODULE -_Same(_link, "AllowIsolation", _boolean) # /ALLOWISOLATION -_Same(_link, "AssemblyLinkResource", _file_list) # /ASSEMBLYLINKRESOURCE -_Same(_link, "BaseAddress", _string) # /BASE -_Same(_link, "CLRUnmanagedCodeCheck", _boolean) # /CLRUNMANAGEDCODECHECK -_Same(_link, "DelayLoadDLLs", _file_list) # /DELAYLOAD -_Same(_link, "DelaySign", _boolean) # /DELAYSIGN -_Same(_link, "EmbedManagedResourceFile", _file_list) # /ASSEMBLYRESOURCE -_Same(_link, "EnableUAC", _boolean) # /MANIFESTUAC -_Same(_link, "EntryPointSymbol", _string) # /ENTRY -_Same(_link, "ForceSymbolReferences", _file_list) # /INCLUDE -_Same(_link, "FunctionOrder", _file_name) # /ORDER -_Same(_link, "GenerateDebugInformation", _boolean) # /DEBUG -_Same(_link, "GenerateMapFile", _boolean) # /MAP -_Same(_link, "HeapCommitSize", _string) -_Same(_link, "HeapReserveSize", _string) # /HEAP -_Same(_link, "IgnoreAllDefaultLibraries", _boolean) # /NODEFAULTLIB -_Same(_link, "IgnoreEmbeddedIDL", _boolean) # /IGNOREIDL -_Same(_link, "ImportLibrary", _file_name) # /IMPLIB -_Same(_link, "KeyContainer", _file_name) # /KEYCONTAINER -_Same(_link, "KeyFile", _file_name) # /KEYFILE -_Same(_link, "ManifestFile", _file_name) # /ManifestFile -_Same(_link, "MapExports", _boolean) # /MAPINFO:EXPORTS -_Same(_link, "MapFileName", _file_name) -_Same(_link, "MergedIDLBaseFileName", _file_name) # /IDLOUT -_Same(_link, "MergeSections", _string) # /MERGE -_Same(_link, "MidlCommandFile", _file_name) # /MIDL -_Same(_link, "ModuleDefinitionFile", _file_name) # /DEF -_Same(_link, "OutputFile", _file_name) # /OUT -_Same(_link, "PerUserRedirection", _boolean) -_Same(_link, "Profile", _boolean) # /PROFILE -_Same(_link, "ProfileGuidedDatabase", _file_name) # /PGD -_Same(_link, "ProgramDatabaseFile", _file_name) # /PDB -_Same(_link, "RegisterOutput", _boolean) -_Same(_link, "SetChecksum", _boolean) # /RELEASE -_Same(_link, "StackCommitSize", _string) -_Same(_link, "StackReserveSize", _string) # /STACK -_Same(_link, "StripPrivateSymbols", _file_name) # /PDBSTRIPPED -_Same(_link, "SupportUnloadOfDelayLoadedDLL", _boolean) # /DELAY:UNLOAD -_Same(_link, "SuppressStartupBanner", _boolean) # /NOLOGO -_Same(_link, "SwapRunFromCD", _boolean) # /SWAPRUN:CD -_Same(_link, "TurnOffAssemblyGeneration", _boolean) # /NOASSEMBLY -_Same(_link, "TypeLibraryFile", _file_name) # /TLBOUT -_Same(_link, "TypeLibraryResourceID", _integer) # /TLBID -_Same(_link, "UACUIAccess", _boolean) # /uiAccess='true' -_Same(_link, "Version", _string) # /VERSION - -_Same(_link, "EnableCOMDATFolding", _newly_boolean) # /OPT:ICF -_Same(_link, "FixedBaseAddress", _newly_boolean) # /FIXED -_Same(_link, "LargeAddressAware", _newly_boolean) # /LARGEADDRESSAWARE -_Same(_link, "OptimizeReferences", _newly_boolean) # /OPT:REF -_Same(_link, "RandomizedBaseAddress", _newly_boolean) # /DYNAMICBASE -_Same(_link, "TerminalServerAware", _newly_boolean) # /TSAWARE - -_subsystem_enumeration = _Enumeration( - [ - "NotSet", - "Console", # /SUBSYSTEM:CONSOLE - "Windows", # /SUBSYSTEM:WINDOWS - "Native", # /SUBSYSTEM:NATIVE - "EFI Application", # /SUBSYSTEM:EFI_APPLICATION - "EFI Boot Service Driver", # /SUBSYSTEM:EFI_BOOT_SERVICE_DRIVER - "EFI ROM", # /SUBSYSTEM:EFI_ROM - "EFI Runtime", # /SUBSYSTEM:EFI_RUNTIME_DRIVER - "WindowsCE", - ], # /SUBSYSTEM:WINDOWSCE - new=["POSIX"], -) # /SUBSYSTEM:POSIX - -_target_machine_enumeration = _Enumeration( - [ - "NotSet", - "MachineX86", # /MACHINE:X86 - None, - "MachineARM", # /MACHINE:ARM - "MachineEBC", # /MACHINE:EBC - "MachineIA64", # /MACHINE:IA64 - None, - "MachineMIPS", # /MACHINE:MIPS - "MachineMIPS16", # /MACHINE:MIPS16 - "MachineMIPSFPU", # /MACHINE:MIPSFPU - "MachineMIPSFPU16", # /MACHINE:MIPSFPU16 - None, - None, - None, - "MachineSH4", # /MACHINE:SH4 - None, - "MachineTHUMB", # /MACHINE:THUMB - "MachineX64", - ] -) # /MACHINE:X64 - -_Same( - _link, "AssemblyDebug", _Enumeration(["", "true", "false"]) # /ASSEMBLYDEBUG -) # /ASSEMBLYDEBUG:DISABLE -_Same( - _link, - "CLRImageType", - _Enumeration( - [ - "Default", - "ForceIJWImage", # /CLRIMAGETYPE:IJW - "ForcePureILImage", # /Switch="CLRIMAGETYPE:PURE - "ForceSafeILImage", - ] - ), -) # /Switch="CLRIMAGETYPE:SAFE -_Same( - _link, - "CLRThreadAttribute", - _Enumeration( - [ - "DefaultThreadingAttribute", # /CLRTHREADATTRIBUTE:NONE - "MTAThreadingAttribute", # /CLRTHREADATTRIBUTE:MTA - "STAThreadingAttribute", - ] - ), -) # /CLRTHREADATTRIBUTE:STA -_Same( - _link, - "DataExecutionPrevention", - _Enumeration(["", "false", "true"]), # /NXCOMPAT:NO -) # /NXCOMPAT -_Same( - _link, - "Driver", - _Enumeration(["NotSet", "Driver", "UpOnly", "WDM"]), # /Driver # /DRIVER:UPONLY -) # /DRIVER:WDM -_Same( - _link, - "LinkTimeCodeGeneration", - _Enumeration( - [ - "Default", - "UseLinkTimeCodeGeneration", # /LTCG - "PGInstrument", # /LTCG:PGInstrument - "PGOptimization", # /LTCG:PGOptimize - "PGUpdate", - ] - ), -) # /LTCG:PGUpdate -_Same( - _link, - "ShowProgress", - _Enumeration( - ["NotSet", "LinkVerbose", "LinkVerboseLib"], # /VERBOSE # /VERBOSE:Lib - new=[ - "LinkVerboseICF", # /VERBOSE:ICF - "LinkVerboseREF", # /VERBOSE:REF - "LinkVerboseSAFESEH", # /VERBOSE:SAFESEH - "LinkVerboseCLR", - ], - ), -) # /VERBOSE:CLR -_Same(_link, "SubSystem", _subsystem_enumeration) -_Same(_link, "TargetMachine", _target_machine_enumeration) -_Same( - _link, - "UACExecutionLevel", - _Enumeration( - [ - "AsInvoker", # /level='asInvoker' - "HighestAvailable", # /level='highestAvailable' - "RequireAdministrator", - ] - ), -) # /level='requireAdministrator' -_Same(_link, "MinimumRequiredVersion", _string) -_Same(_link, "TreatLinkerWarningAsErrors", _boolean) # /WX - - -# Options found in MSVS that have been renamed in MSBuild. -_Renamed( - _link, - "ErrorReporting", - "LinkErrorReporting", - _Enumeration( - [ - "NoErrorReport", # /ERRORREPORT:NONE - "PromptImmediately", # /ERRORREPORT:PROMPT - "QueueForNextLogin", - ], # /ERRORREPORT:QUEUE - new=["SendErrorReport"], - ), -) # /ERRORREPORT:SEND -_Renamed( - _link, "IgnoreDefaultLibraryNames", "IgnoreSpecificDefaultLibraries", _file_list -) # /NODEFAULTLIB -_Renamed(_link, "ResourceOnlyDLL", "NoEntryPoint", _boolean) # /NOENTRY -_Renamed(_link, "SwapRunFromNet", "SwapRunFromNET", _boolean) # /SWAPRUN:NET - -_Moved(_link, "GenerateManifest", "", _boolean) -_Moved(_link, "IgnoreImportLibrary", "", _boolean) -_Moved(_link, "LinkIncremental", "", _newly_boolean) -_Moved(_link, "LinkLibraryDependencies", "ProjectReference", _boolean) -_Moved(_link, "UseLibraryDependencyInputs", "ProjectReference", _boolean) - -# MSVS options not found in MSBuild. -_MSVSOnly(_link, "OptimizeForWindows98", _newly_boolean) -_MSVSOnly(_link, "UseUnicodeResponseFiles", _boolean) - -# MSBuild options not found in MSVS. -_MSBuildOnly(_link, "BuildingInIDE", _boolean) -_MSBuildOnly(_link, "ImageHasSafeExceptionHandlers", _boolean) # /SAFESEH -_MSBuildOnly(_link, "LinkDLL", _boolean) # /DLL Visible='false' -_MSBuildOnly(_link, "LinkStatus", _boolean) # /LTCG:STATUS -_MSBuildOnly(_link, "PreventDllBinding", _boolean) # /ALLOWBIND -_MSBuildOnly(_link, "SupportNobindOfDelayLoadedDLL", _boolean) # /DELAY:NOBIND -_MSBuildOnly(_link, "TrackerLogDirectory", _folder_name) -_MSBuildOnly(_link, "MSDOSStubFileName", _file_name) # /STUB Visible='false' -_MSBuildOnly(_link, "SectionAlignment", _integer) # /ALIGN -_MSBuildOnly(_link, "SpecifySectionAttributes", _string) # /SECTION -_MSBuildOnly( - _link, - "ForceFileOutput", - _Enumeration( - [], - new=[ - "Enabled", # /FORCE - # /FORCE:MULTIPLE - "MultiplyDefinedSymbolOnly", - "UndefinedSymbolOnly", - ], - ), -) # /FORCE:UNRESOLVED -_MSBuildOnly( - _link, - "CreateHotPatchableImage", - _Enumeration( - [], - new=[ - "Enabled", # /FUNCTIONPADMIN - "X86Image", # /FUNCTIONPADMIN:5 - "X64Image", # /FUNCTIONPADMIN:6 - "ItaniumImage", - ], - ), -) # /FUNCTIONPADMIN:16 -_MSBuildOnly( - _link, - "CLRSupportLastError", - _Enumeration( - [], - new=[ - "Enabled", # /CLRSupportLastError - "Disabled", # /CLRSupportLastError:NO - # /CLRSupportLastError:SYSTEMDLL - "SystemDlls", - ], - ), -) - - -# Directives for converting VCResourceCompilerTool to ResourceCompile. -# See "c:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\1033\rc.xml" for -# the schema of the MSBuild ResourceCompile settings. - -_Same(_rc, "AdditionalOptions", _string_list) -_Same(_rc, "AdditionalIncludeDirectories", _folder_list) # /I -_Same(_rc, "Culture", _Integer(msbuild_base=16)) -_Same(_rc, "IgnoreStandardIncludePath", _boolean) # /X -_Same(_rc, "PreprocessorDefinitions", _string_list) # /D -_Same(_rc, "ResourceOutputFileName", _string) # /fo -_Same(_rc, "ShowProgress", _boolean) # /v -# There is no UI in VisualStudio 2008 to set the following properties. -# However they are found in CL and other tools. Include them here for -# completeness, as they are very likely to have the same usage pattern. -_Same(_rc, "SuppressStartupBanner", _boolean) # /nologo -_Same(_rc, "UndefinePreprocessorDefinitions", _string_list) # /u - -# MSBuild options not found in MSVS. -_MSBuildOnly(_rc, "NullTerminateStrings", _boolean) # /n -_MSBuildOnly(_rc, "TrackerLogDirectory", _folder_name) - - -# Directives for converting VCMIDLTool to Midl. -# See "c:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\1033\midl.xml" for -# the schema of the MSBuild Midl settings. - -_Same(_midl, "AdditionalIncludeDirectories", _folder_list) # /I -_Same(_midl, "AdditionalOptions", _string_list) -_Same(_midl, "CPreprocessOptions", _string) # /cpp_opt -_Same(_midl, "ErrorCheckAllocations", _boolean) # /error allocation -_Same(_midl, "ErrorCheckBounds", _boolean) # /error bounds_check -_Same(_midl, "ErrorCheckEnumRange", _boolean) # /error enum -_Same(_midl, "ErrorCheckRefPointers", _boolean) # /error ref -_Same(_midl, "ErrorCheckStubData", _boolean) # /error stub_data -_Same(_midl, "GenerateStublessProxies", _boolean) # /Oicf -_Same(_midl, "GenerateTypeLibrary", _boolean) -_Same(_midl, "HeaderFileName", _file_name) # /h -_Same(_midl, "IgnoreStandardIncludePath", _boolean) # /no_def_idir -_Same(_midl, "InterfaceIdentifierFileName", _file_name) # /iid -_Same(_midl, "MkTypLibCompatible", _boolean) # /mktyplib203 -_Same(_midl, "OutputDirectory", _string) # /out -_Same(_midl, "PreprocessorDefinitions", _string_list) # /D -_Same(_midl, "ProxyFileName", _file_name) # /proxy -_Same(_midl, "RedirectOutputAndErrors", _file_name) # /o -_Same(_midl, "SuppressStartupBanner", _boolean) # /nologo -_Same(_midl, "TypeLibraryName", _file_name) # /tlb -_Same(_midl, "UndefinePreprocessorDefinitions", _string_list) # /U -_Same(_midl, "WarnAsError", _boolean) # /WX - -_Same( - _midl, - "DefaultCharType", - _Enumeration(["Unsigned", "Signed", "Ascii"]), # /char unsigned # /char signed -) # /char ascii7 -_Same( - _midl, - "TargetEnvironment", - _Enumeration( - [ - "NotSet", - "Win32", # /env win32 - "Itanium", # /env ia64 - "X64", # /env x64 - "ARM64", # /env arm64 - ] - ), -) -_Same( - _midl, - "EnableErrorChecks", - _Enumeration(["EnableCustom", "None", "All"]), # /error none -) # /error all -_Same( - _midl, - "StructMemberAlignment", - _Enumeration(["NotSet", "1", "2", "4", "8"]), # Zp1 # Zp2 # Zp4 -) # Zp8 -_Same( - _midl, - "WarningLevel", - _Enumeration(["0", "1", "2", "3", "4"]), # /W0 # /W1 # /W2 # /W3 -) # /W4 - -_Renamed(_midl, "DLLDataFileName", "DllDataFileName", _file_name) # /dlldata -_Renamed(_midl, "ValidateParameters", "ValidateAllParameters", _boolean) # /robust - -# MSBuild options not found in MSVS. -_MSBuildOnly(_midl, "ApplicationConfigurationMode", _boolean) # /app_config -_MSBuildOnly(_midl, "ClientStubFile", _file_name) # /cstub -_MSBuildOnly( - _midl, "GenerateClientFiles", _Enumeration([], new=["Stub", "None"]) # /client stub -) # /client none -_MSBuildOnly( - _midl, "GenerateServerFiles", _Enumeration([], new=["Stub", "None"]) # /client stub -) # /client none -_MSBuildOnly(_midl, "LocaleID", _integer) # /lcid DECIMAL -_MSBuildOnly(_midl, "ServerStubFile", _file_name) # /sstub -_MSBuildOnly(_midl, "SuppressCompilerWarnings", _boolean) # /no_warn -_MSBuildOnly(_midl, "TrackerLogDirectory", _folder_name) -_MSBuildOnly( - _midl, "TypeLibFormat", _Enumeration([], new=["NewFormat", "OldFormat"]) # /newtlb -) # /oldtlb - - -# Directives for converting VCLibrarianTool to Lib. -# See "c:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\1033\lib.xml" for -# the schema of the MSBuild Lib settings. - -_Same(_lib, "AdditionalDependencies", _file_list) -_Same(_lib, "AdditionalLibraryDirectories", _folder_list) # /LIBPATH -_Same(_lib, "AdditionalOptions", _string_list) -_Same(_lib, "ExportNamedFunctions", _string_list) # /EXPORT -_Same(_lib, "ForceSymbolReferences", _string) # /INCLUDE -_Same(_lib, "IgnoreAllDefaultLibraries", _boolean) # /NODEFAULTLIB -_Same(_lib, "IgnoreSpecificDefaultLibraries", _file_list) # /NODEFAULTLIB -_Same(_lib, "ModuleDefinitionFile", _file_name) # /DEF -_Same(_lib, "OutputFile", _file_name) # /OUT -_Same(_lib, "SuppressStartupBanner", _boolean) # /NOLOGO -_Same(_lib, "UseUnicodeResponseFiles", _boolean) -_Same(_lib, "LinkTimeCodeGeneration", _boolean) # /LTCG -_Same(_lib, "TargetMachine", _target_machine_enumeration) - -# TODO(jeanluc) _link defines the same value that gets moved to -# ProjectReference. We may want to validate that they are consistent. -_Moved(_lib, "LinkLibraryDependencies", "ProjectReference", _boolean) - -_MSBuildOnly(_lib, "DisplayLibrary", _string) # /LIST Visible='false' -_MSBuildOnly( - _lib, - "ErrorReporting", - _Enumeration( - [], - new=[ - "PromptImmediately", # /ERRORREPORT:PROMPT - "QueueForNextLogin", # /ERRORREPORT:QUEUE - "SendErrorReport", # /ERRORREPORT:SEND - "NoErrorReport", - ], - ), -) # /ERRORREPORT:NONE -_MSBuildOnly(_lib, "MinimumRequiredVersion", _string) -_MSBuildOnly(_lib, "Name", _file_name) # /NAME -_MSBuildOnly(_lib, "RemoveObjects", _file_list) # /REMOVE -_MSBuildOnly(_lib, "SubSystem", _subsystem_enumeration) -_MSBuildOnly(_lib, "TrackerLogDirectory", _folder_name) -_MSBuildOnly(_lib, "TreatLibWarningAsErrors", _boolean) # /WX -_MSBuildOnly(_lib, "Verbose", _boolean) - - -# Directives for converting VCManifestTool to Mt. -# See "c:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\1033\mt.xml" for -# the schema of the MSBuild Lib settings. - -# Options that have the same name in MSVS and MSBuild -_Same(_manifest, "AdditionalManifestFiles", _file_list) # /manifest -_Same(_manifest, "AdditionalOptions", _string_list) -_Same(_manifest, "AssemblyIdentity", _string) # /identity: -_Same(_manifest, "ComponentFileName", _file_name) # /dll -_Same(_manifest, "GenerateCatalogFiles", _boolean) # /makecdfs -_Same(_manifest, "InputResourceManifests", _string) # /inputresource -_Same(_manifest, "OutputManifestFile", _file_name) # /out -_Same(_manifest, "RegistrarScriptFile", _file_name) # /rgs -_Same(_manifest, "ReplacementsFile", _file_name) # /replacements -_Same(_manifest, "SuppressStartupBanner", _boolean) # /nologo -_Same(_manifest, "TypeLibraryFile", _file_name) # /tlb: -_Same(_manifest, "UpdateFileHashes", _boolean) # /hashupdate -_Same(_manifest, "UpdateFileHashesSearchPath", _file_name) -_Same(_manifest, "VerboseOutput", _boolean) # /verbose - -# Options that have moved location. -_MovedAndRenamed( - _manifest, - "ManifestResourceFile", - "ManifestResourceCompile", - "ResourceOutputFileName", - _file_name, -) -_Moved(_manifest, "EmbedManifest", "", _boolean) - -# MSVS options not found in MSBuild. -_MSVSOnly(_manifest, "DependencyInformationFile", _file_name) -_MSVSOnly(_manifest, "UseFAT32Workaround", _boolean) -_MSVSOnly(_manifest, "UseUnicodeResponseFiles", _boolean) - -# MSBuild options not found in MSVS. -_MSBuildOnly(_manifest, "EnableDPIAwareness", _boolean) -_MSBuildOnly(_manifest, "GenerateCategoryTags", _boolean) # /category -_MSBuildOnly( - _manifest, "ManifestFromManagedAssembly", _file_name -) # /managedassemblyname -_MSBuildOnly(_manifest, "OutputResourceManifests", _string) # /outputresource -_MSBuildOnly(_manifest, "SuppressDependencyElement", _boolean) # /nodependency -_MSBuildOnly(_manifest, "TrackerLogDirectory", _folder_name) - - -# Directives for MASM. -# See "$(VCTargetsPath)\BuildCustomizations\masm.xml" for the schema of the -# MSBuild MASM settings. - -# Options that have the same name in MSVS and MSBuild. -_Same(_masm, "UseSafeExceptionHandlers", _boolean) # /safeseh diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSSettings_test.py b/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSSettings_test.py deleted file mode 100755 index 6ca0968..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSSettings_test.py +++ /dev/null @@ -1,1547 +0,0 @@ -#!/usr/bin/env python3 - -# Copyright (c) 2012 Google Inc. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - -"""Unit tests for the MSVSSettings.py file.""" - -import unittest -import gyp.MSVSSettings as MSVSSettings - -from io import StringIO - - -class TestSequenceFunctions(unittest.TestCase): - def setUp(self): - self.stderr = StringIO() - - def _ExpectedWarnings(self, expected): - """Compares recorded lines to expected warnings.""" - self.stderr.seek(0) - actual = self.stderr.read().split("\n") - actual = [line for line in actual if line] - self.assertEqual(sorted(expected), sorted(actual)) - - def testValidateMSVSSettings_tool_names(self): - """Tests that only MSVS tool names are allowed.""" - MSVSSettings.ValidateMSVSSettings( - { - "VCCLCompilerTool": {}, - "VCLinkerTool": {}, - "VCMIDLTool": {}, - "foo": {}, - "VCResourceCompilerTool": {}, - "VCLibrarianTool": {}, - "VCManifestTool": {}, - "ClCompile": {}, - }, - self.stderr, - ) - self._ExpectedWarnings( - ["Warning: unrecognized tool foo", "Warning: unrecognized tool ClCompile"] - ) - - def testValidateMSVSSettings_settings(self): - """Tests that for invalid MSVS settings.""" - MSVSSettings.ValidateMSVSSettings( - { - "VCCLCompilerTool": { - "AdditionalIncludeDirectories": "folder1;folder2", - "AdditionalOptions": ["string1", "string2"], - "AdditionalUsingDirectories": "folder1;folder2", - "AssemblerListingLocation": "a_file_name", - "AssemblerOutput": "0", - "BasicRuntimeChecks": "5", - "BrowseInformation": "fdkslj", - "BrowseInformationFile": "a_file_name", - "BufferSecurityCheck": "true", - "CallingConvention": "-1", - "CompileAs": "1", - "DebugInformationFormat": "2", - "DefaultCharIsUnsigned": "true", - "Detect64BitPortabilityProblems": "true", - "DisableLanguageExtensions": "true", - "DisableSpecificWarnings": "string1;string2", - "EnableEnhancedInstructionSet": "1", - "EnableFiberSafeOptimizations": "true", - "EnableFunctionLevelLinking": "true", - "EnableIntrinsicFunctions": "true", - "EnablePREfast": "true", - "Enableprefast": "bogus", - "ErrorReporting": "1", - "ExceptionHandling": "1", - "ExpandAttributedSource": "true", - "FavorSizeOrSpeed": "1", - "FloatingPointExceptions": "true", - "FloatingPointModel": "1", - "ForceConformanceInForLoopScope": "true", - "ForcedIncludeFiles": "file1;file2", - "ForcedUsingFiles": "file1;file2", - "GeneratePreprocessedFile": "1", - "GenerateXMLDocumentationFiles": "true", - "IgnoreStandardIncludePath": "true", - "InlineFunctionExpansion": "1", - "KeepComments": "true", - "MinimalRebuild": "true", - "ObjectFile": "a_file_name", - "OmitDefaultLibName": "true", - "OmitFramePointers": "true", - "OpenMP": "true", - "Optimization": "1", - "PrecompiledHeaderFile": "a_file_name", - "PrecompiledHeaderThrough": "a_file_name", - "PreprocessorDefinitions": "string1;string2", - "ProgramDataBaseFileName": "a_file_name", - "RuntimeLibrary": "1", - "RuntimeTypeInfo": "true", - "ShowIncludes": "true", - "SmallerTypeCheck": "true", - "StringPooling": "true", - "StructMemberAlignment": "1", - "SuppressStartupBanner": "true", - "TreatWChar_tAsBuiltInType": "true", - "UndefineAllPreprocessorDefinitions": "true", - "UndefinePreprocessorDefinitions": "string1;string2", - "UseFullPaths": "true", - "UsePrecompiledHeader": "1", - "UseUnicodeResponseFiles": "true", - "WarnAsError": "true", - "WarningLevel": "1", - "WholeProgramOptimization": "true", - "XMLDocumentationFileName": "a_file_name", - "ZZXYZ": "bogus", - }, - "VCLinkerTool": { - "AdditionalDependencies": "file1;file2", - "AdditionalDependencies_excluded": "file3", - "AdditionalLibraryDirectories": "folder1;folder2", - "AdditionalManifestDependencies": "file1;file2", - "AdditionalOptions": "a string1", - "AddModuleNamesToAssembly": "file1;file2", - "AllowIsolation": "true", - "AssemblyDebug": "2", - "AssemblyLinkResource": "file1;file2", - "BaseAddress": "a string1", - "CLRImageType": "2", - "CLRThreadAttribute": "2", - "CLRUnmanagedCodeCheck": "true", - "DataExecutionPrevention": "2", - "DelayLoadDLLs": "file1;file2", - "DelaySign": "true", - "Driver": "2", - "EmbedManagedResourceFile": "file1;file2", - "EnableCOMDATFolding": "2", - "EnableUAC": "true", - "EntryPointSymbol": "a string1", - "ErrorReporting": "2", - "FixedBaseAddress": "2", - "ForceSymbolReferences": "file1;file2", - "FunctionOrder": "a_file_name", - "GenerateDebugInformation": "true", - "GenerateManifest": "true", - "GenerateMapFile": "true", - "HeapCommitSize": "a string1", - "HeapReserveSize": "a string1", - "IgnoreAllDefaultLibraries": "true", - "IgnoreDefaultLibraryNames": "file1;file2", - "IgnoreEmbeddedIDL": "true", - "IgnoreImportLibrary": "true", - "ImportLibrary": "a_file_name", - "KeyContainer": "a_file_name", - "KeyFile": "a_file_name", - "LargeAddressAware": "2", - "LinkIncremental": "2", - "LinkLibraryDependencies": "true", - "LinkTimeCodeGeneration": "2", - "ManifestFile": "a_file_name", - "MapExports": "true", - "MapFileName": "a_file_name", - "MergedIDLBaseFileName": "a_file_name", - "MergeSections": "a string1", - "MidlCommandFile": "a_file_name", - "ModuleDefinitionFile": "a_file_name", - "OptimizeForWindows98": "1", - "OptimizeReferences": "2", - "OutputFile": "a_file_name", - "PerUserRedirection": "true", - "Profile": "true", - "ProfileGuidedDatabase": "a_file_name", - "ProgramDatabaseFile": "a_file_name", - "RandomizedBaseAddress": "2", - "RegisterOutput": "true", - "ResourceOnlyDLL": "true", - "SetChecksum": "true", - "ShowProgress": "2", - "StackCommitSize": "a string1", - "StackReserveSize": "a string1", - "StripPrivateSymbols": "a_file_name", - "SubSystem": "2", - "SupportUnloadOfDelayLoadedDLL": "true", - "SuppressStartupBanner": "true", - "SwapRunFromCD": "true", - "SwapRunFromNet": "true", - "TargetMachine": "2", - "TerminalServerAware": "2", - "TurnOffAssemblyGeneration": "true", - "TypeLibraryFile": "a_file_name", - "TypeLibraryResourceID": "33", - "UACExecutionLevel": "2", - "UACUIAccess": "true", - "UseLibraryDependencyInputs": "true", - "UseUnicodeResponseFiles": "true", - "Version": "a string1", - }, - "VCMIDLTool": { - "AdditionalIncludeDirectories": "folder1;folder2", - "AdditionalOptions": "a string1", - "CPreprocessOptions": "a string1", - "DefaultCharType": "1", - "DLLDataFileName": "a_file_name", - "EnableErrorChecks": "1", - "ErrorCheckAllocations": "true", - "ErrorCheckBounds": "true", - "ErrorCheckEnumRange": "true", - "ErrorCheckRefPointers": "true", - "ErrorCheckStubData": "true", - "GenerateStublessProxies": "true", - "GenerateTypeLibrary": "true", - "HeaderFileName": "a_file_name", - "IgnoreStandardIncludePath": "true", - "InterfaceIdentifierFileName": "a_file_name", - "MkTypLibCompatible": "true", - "notgood": "bogus", - "OutputDirectory": "a string1", - "PreprocessorDefinitions": "string1;string2", - "ProxyFileName": "a_file_name", - "RedirectOutputAndErrors": "a_file_name", - "StructMemberAlignment": "1", - "SuppressStartupBanner": "true", - "TargetEnvironment": "1", - "TypeLibraryName": "a_file_name", - "UndefinePreprocessorDefinitions": "string1;string2", - "ValidateParameters": "true", - "WarnAsError": "true", - "WarningLevel": "1", - }, - "VCResourceCompilerTool": { - "AdditionalOptions": "a string1", - "AdditionalIncludeDirectories": "folder1;folder2", - "Culture": "1003", - "IgnoreStandardIncludePath": "true", - "notgood2": "bogus", - "PreprocessorDefinitions": "string1;string2", - "ResourceOutputFileName": "a string1", - "ShowProgress": "true", - "SuppressStartupBanner": "true", - "UndefinePreprocessorDefinitions": "string1;string2", - }, - "VCLibrarianTool": { - "AdditionalDependencies": "file1;file2", - "AdditionalLibraryDirectories": "folder1;folder2", - "AdditionalOptions": "a string1", - "ExportNamedFunctions": "string1;string2", - "ForceSymbolReferences": "a string1", - "IgnoreAllDefaultLibraries": "true", - "IgnoreSpecificDefaultLibraries": "file1;file2", - "LinkLibraryDependencies": "true", - "ModuleDefinitionFile": "a_file_name", - "OutputFile": "a_file_name", - "SuppressStartupBanner": "true", - "UseUnicodeResponseFiles": "true", - }, - "VCManifestTool": { - "AdditionalManifestFiles": "file1;file2", - "AdditionalOptions": "a string1", - "AssemblyIdentity": "a string1", - "ComponentFileName": "a_file_name", - "DependencyInformationFile": "a_file_name", - "GenerateCatalogFiles": "true", - "InputResourceManifests": "a string1", - "ManifestResourceFile": "a_file_name", - "OutputManifestFile": "a_file_name", - "RegistrarScriptFile": "a_file_name", - "ReplacementsFile": "a_file_name", - "SuppressStartupBanner": "true", - "TypeLibraryFile": "a_file_name", - "UpdateFileHashes": "truel", - "UpdateFileHashesSearchPath": "a_file_name", - "UseFAT32Workaround": "true", - "UseUnicodeResponseFiles": "true", - "VerboseOutput": "true", - }, - }, - self.stderr, - ) - self._ExpectedWarnings( - [ - "Warning: for VCCLCompilerTool/BasicRuntimeChecks, " - "index value (5) not in expected range [0, 4)", - "Warning: for VCCLCompilerTool/BrowseInformation, " - "invalid literal for int() with base 10: 'fdkslj'", - "Warning: for VCCLCompilerTool/CallingConvention, " - "index value (-1) not in expected range [0, 4)", - "Warning: for VCCLCompilerTool/DebugInformationFormat, " - "converted value for 2 not specified.", - "Warning: unrecognized setting VCCLCompilerTool/Enableprefast", - "Warning: unrecognized setting VCCLCompilerTool/ZZXYZ", - "Warning: for VCLinkerTool/TargetMachine, " - "converted value for 2 not specified.", - "Warning: unrecognized setting VCMIDLTool/notgood", - "Warning: unrecognized setting VCResourceCompilerTool/notgood2", - "Warning: for VCManifestTool/UpdateFileHashes, " - "expected bool; got 'truel'" - "", - ] - ) - - def testValidateMSBuildSettings_settings(self): - """Tests that for invalid MSBuild settings.""" - MSVSSettings.ValidateMSBuildSettings( - { - "ClCompile": { - "AdditionalIncludeDirectories": "folder1;folder2", - "AdditionalOptions": ["string1", "string2"], - "AdditionalUsingDirectories": "folder1;folder2", - "AssemblerListingLocation": "a_file_name", - "AssemblerOutput": "NoListing", - "BasicRuntimeChecks": "StackFrameRuntimeCheck", - "BrowseInformation": "false", - "BrowseInformationFile": "a_file_name", - "BufferSecurityCheck": "true", - "BuildingInIDE": "true", - "CallingConvention": "Cdecl", - "CompileAs": "CompileAsC", - "CompileAsManaged": "true", - "CreateHotpatchableImage": "true", - "DebugInformationFormat": "ProgramDatabase", - "DisableLanguageExtensions": "true", - "DisableSpecificWarnings": "string1;string2", - "EnableEnhancedInstructionSet": "StreamingSIMDExtensions", - "EnableFiberSafeOptimizations": "true", - "EnablePREfast": "true", - "Enableprefast": "bogus", - "ErrorReporting": "Prompt", - "ExceptionHandling": "SyncCThrow", - "ExpandAttributedSource": "true", - "FavorSizeOrSpeed": "Neither", - "FloatingPointExceptions": "true", - "FloatingPointModel": "Precise", - "ForceConformanceInForLoopScope": "true", - "ForcedIncludeFiles": "file1;file2", - "ForcedUsingFiles": "file1;file2", - "FunctionLevelLinking": "false", - "GenerateXMLDocumentationFiles": "true", - "IgnoreStandardIncludePath": "true", - "InlineFunctionExpansion": "OnlyExplicitInline", - "IntrinsicFunctions": "false", - "MinimalRebuild": "true", - "MultiProcessorCompilation": "true", - "ObjectFileName": "a_file_name", - "OmitDefaultLibName": "true", - "OmitFramePointers": "true", - "OpenMPSupport": "true", - "Optimization": "Disabled", - "PrecompiledHeader": "NotUsing", - "PrecompiledHeaderFile": "a_file_name", - "PrecompiledHeaderOutputFile": "a_file_name", - "PreprocessKeepComments": "true", - "PreprocessorDefinitions": "string1;string2", - "PreprocessOutputPath": "a string1", - "PreprocessSuppressLineNumbers": "false", - "PreprocessToFile": "false", - "ProcessorNumber": "33", - "ProgramDataBaseFileName": "a_file_name", - "RuntimeLibrary": "MultiThreaded", - "RuntimeTypeInfo": "true", - "ShowIncludes": "true", - "SmallerTypeCheck": "true", - "StringPooling": "true", - "StructMemberAlignment": "1Byte", - "SuppressStartupBanner": "true", - "TrackerLogDirectory": "a_folder", - "TreatSpecificWarningsAsErrors": "string1;string2", - "TreatWarningAsError": "true", - "TreatWChar_tAsBuiltInType": "true", - "UndefineAllPreprocessorDefinitions": "true", - "UndefinePreprocessorDefinitions": "string1;string2", - "UseFullPaths": "true", - "UseUnicodeForAssemblerListing": "true", - "WarningLevel": "TurnOffAllWarnings", - "WholeProgramOptimization": "true", - "XMLDocumentationFileName": "a_file_name", - "ZZXYZ": "bogus", - }, - "Link": { - "AdditionalDependencies": "file1;file2", - "AdditionalLibraryDirectories": "folder1;folder2", - "AdditionalManifestDependencies": "file1;file2", - "AdditionalOptions": "a string1", - "AddModuleNamesToAssembly": "file1;file2", - "AllowIsolation": "true", - "AssemblyDebug": "", - "AssemblyLinkResource": "file1;file2", - "BaseAddress": "a string1", - "BuildingInIDE": "true", - "CLRImageType": "ForceIJWImage", - "CLRSupportLastError": "Enabled", - "CLRThreadAttribute": "MTAThreadingAttribute", - "CLRUnmanagedCodeCheck": "true", - "CreateHotPatchableImage": "X86Image", - "DataExecutionPrevention": "false", - "DelayLoadDLLs": "file1;file2", - "DelaySign": "true", - "Driver": "NotSet", - "EmbedManagedResourceFile": "file1;file2", - "EnableCOMDATFolding": "false", - "EnableUAC": "true", - "EntryPointSymbol": "a string1", - "FixedBaseAddress": "false", - "ForceFileOutput": "Enabled", - "ForceSymbolReferences": "file1;file2", - "FunctionOrder": "a_file_name", - "GenerateDebugInformation": "true", - "GenerateMapFile": "true", - "HeapCommitSize": "a string1", - "HeapReserveSize": "a string1", - "IgnoreAllDefaultLibraries": "true", - "IgnoreEmbeddedIDL": "true", - "IgnoreSpecificDefaultLibraries": "a_file_list", - "ImageHasSafeExceptionHandlers": "true", - "ImportLibrary": "a_file_name", - "KeyContainer": "a_file_name", - "KeyFile": "a_file_name", - "LargeAddressAware": "false", - "LinkDLL": "true", - "LinkErrorReporting": "SendErrorReport", - "LinkStatus": "true", - "LinkTimeCodeGeneration": "UseLinkTimeCodeGeneration", - "ManifestFile": "a_file_name", - "MapExports": "true", - "MapFileName": "a_file_name", - "MergedIDLBaseFileName": "a_file_name", - "MergeSections": "a string1", - "MidlCommandFile": "a_file_name", - "MinimumRequiredVersion": "a string1", - "ModuleDefinitionFile": "a_file_name", - "MSDOSStubFileName": "a_file_name", - "NoEntryPoint": "true", - "OptimizeReferences": "false", - "OutputFile": "a_file_name", - "PerUserRedirection": "true", - "PreventDllBinding": "true", - "Profile": "true", - "ProfileGuidedDatabase": "a_file_name", - "ProgramDatabaseFile": "a_file_name", - "RandomizedBaseAddress": "false", - "RegisterOutput": "true", - "SectionAlignment": "33", - "SetChecksum": "true", - "ShowProgress": "LinkVerboseREF", - "SpecifySectionAttributes": "a string1", - "StackCommitSize": "a string1", - "StackReserveSize": "a string1", - "StripPrivateSymbols": "a_file_name", - "SubSystem": "Console", - "SupportNobindOfDelayLoadedDLL": "true", - "SupportUnloadOfDelayLoadedDLL": "true", - "SuppressStartupBanner": "true", - "SwapRunFromCD": "true", - "SwapRunFromNET": "true", - "TargetMachine": "MachineX86", - "TerminalServerAware": "false", - "TrackerLogDirectory": "a_folder", - "TreatLinkerWarningAsErrors": "true", - "TurnOffAssemblyGeneration": "true", - "TypeLibraryFile": "a_file_name", - "TypeLibraryResourceID": "33", - "UACExecutionLevel": "AsInvoker", - "UACUIAccess": "true", - "Version": "a string1", - }, - "ResourceCompile": { - "AdditionalIncludeDirectories": "folder1;folder2", - "AdditionalOptions": "a string1", - "Culture": "0x236", - "IgnoreStandardIncludePath": "true", - "NullTerminateStrings": "true", - "PreprocessorDefinitions": "string1;string2", - "ResourceOutputFileName": "a string1", - "ShowProgress": "true", - "SuppressStartupBanner": "true", - "TrackerLogDirectory": "a_folder", - "UndefinePreprocessorDefinitions": "string1;string2", - }, - "Midl": { - "AdditionalIncludeDirectories": "folder1;folder2", - "AdditionalOptions": "a string1", - "ApplicationConfigurationMode": "true", - "ClientStubFile": "a_file_name", - "CPreprocessOptions": "a string1", - "DefaultCharType": "Signed", - "DllDataFileName": "a_file_name", - "EnableErrorChecks": "EnableCustom", - "ErrorCheckAllocations": "true", - "ErrorCheckBounds": "true", - "ErrorCheckEnumRange": "true", - "ErrorCheckRefPointers": "true", - "ErrorCheckStubData": "true", - "GenerateClientFiles": "Stub", - "GenerateServerFiles": "None", - "GenerateStublessProxies": "true", - "GenerateTypeLibrary": "true", - "HeaderFileName": "a_file_name", - "IgnoreStandardIncludePath": "true", - "InterfaceIdentifierFileName": "a_file_name", - "LocaleID": "33", - "MkTypLibCompatible": "true", - "OutputDirectory": "a string1", - "PreprocessorDefinitions": "string1;string2", - "ProxyFileName": "a_file_name", - "RedirectOutputAndErrors": "a_file_name", - "ServerStubFile": "a_file_name", - "StructMemberAlignment": "NotSet", - "SuppressCompilerWarnings": "true", - "SuppressStartupBanner": "true", - "TargetEnvironment": "Itanium", - "TrackerLogDirectory": "a_folder", - "TypeLibFormat": "NewFormat", - "TypeLibraryName": "a_file_name", - "UndefinePreprocessorDefinitions": "string1;string2", - "ValidateAllParameters": "true", - "WarnAsError": "true", - "WarningLevel": "1", - }, - "Lib": { - "AdditionalDependencies": "file1;file2", - "AdditionalLibraryDirectories": "folder1;folder2", - "AdditionalOptions": "a string1", - "DisplayLibrary": "a string1", - "ErrorReporting": "PromptImmediately", - "ExportNamedFunctions": "string1;string2", - "ForceSymbolReferences": "a string1", - "IgnoreAllDefaultLibraries": "true", - "IgnoreSpecificDefaultLibraries": "file1;file2", - "LinkTimeCodeGeneration": "true", - "MinimumRequiredVersion": "a string1", - "ModuleDefinitionFile": "a_file_name", - "Name": "a_file_name", - "OutputFile": "a_file_name", - "RemoveObjects": "file1;file2", - "SubSystem": "Console", - "SuppressStartupBanner": "true", - "TargetMachine": "MachineX86i", - "TrackerLogDirectory": "a_folder", - "TreatLibWarningAsErrors": "true", - "UseUnicodeResponseFiles": "true", - "Verbose": "true", - }, - "Manifest": { - "AdditionalManifestFiles": "file1;file2", - "AdditionalOptions": "a string1", - "AssemblyIdentity": "a string1", - "ComponentFileName": "a_file_name", - "EnableDPIAwareness": "fal", - "GenerateCatalogFiles": "truel", - "GenerateCategoryTags": "true", - "InputResourceManifests": "a string1", - "ManifestFromManagedAssembly": "a_file_name", - "notgood3": "bogus", - "OutputManifestFile": "a_file_name", - "OutputResourceManifests": "a string1", - "RegistrarScriptFile": "a_file_name", - "ReplacementsFile": "a_file_name", - "SuppressDependencyElement": "true", - "SuppressStartupBanner": "true", - "TrackerLogDirectory": "a_folder", - "TypeLibraryFile": "a_file_name", - "UpdateFileHashes": "true", - "UpdateFileHashesSearchPath": "a_file_name", - "VerboseOutput": "true", - }, - "ProjectReference": { - "LinkLibraryDependencies": "true", - "UseLibraryDependencyInputs": "true", - }, - "ManifestResourceCompile": {"ResourceOutputFileName": "a_file_name"}, - "": { - "EmbedManifest": "true", - "GenerateManifest": "true", - "IgnoreImportLibrary": "true", - "LinkIncremental": "false", - }, - }, - self.stderr, - ) - self._ExpectedWarnings( - [ - "Warning: unrecognized setting ClCompile/Enableprefast", - "Warning: unrecognized setting ClCompile/ZZXYZ", - "Warning: unrecognized setting Manifest/notgood3", - "Warning: for Manifest/GenerateCatalogFiles, " - "expected bool; got 'truel'", - "Warning: for Lib/TargetMachine, unrecognized enumerated value " - "MachineX86i", - "Warning: for Manifest/EnableDPIAwareness, expected bool; got 'fal'", - ] - ) - - def testConvertToMSBuildSettings_empty(self): - """Tests an empty conversion.""" - msvs_settings = {} - expected_msbuild_settings = {} - actual_msbuild_settings = MSVSSettings.ConvertToMSBuildSettings( - msvs_settings, self.stderr - ) - self.assertEqual(expected_msbuild_settings, actual_msbuild_settings) - self._ExpectedWarnings([]) - - def testConvertToMSBuildSettings_minimal(self): - """Tests a minimal conversion.""" - msvs_settings = { - "VCCLCompilerTool": { - "AdditionalIncludeDirectories": "dir1", - "AdditionalOptions": "/foo", - "BasicRuntimeChecks": "0", - }, - "VCLinkerTool": { - "LinkTimeCodeGeneration": "1", - "ErrorReporting": "1", - "DataExecutionPrevention": "2", - }, - } - expected_msbuild_settings = { - "ClCompile": { - "AdditionalIncludeDirectories": "dir1", - "AdditionalOptions": "/foo", - "BasicRuntimeChecks": "Default", - }, - "Link": { - "LinkTimeCodeGeneration": "UseLinkTimeCodeGeneration", - "LinkErrorReporting": "PromptImmediately", - "DataExecutionPrevention": "true", - }, - } - actual_msbuild_settings = MSVSSettings.ConvertToMSBuildSettings( - msvs_settings, self.stderr - ) - self.assertEqual(expected_msbuild_settings, actual_msbuild_settings) - self._ExpectedWarnings([]) - - def testConvertToMSBuildSettings_warnings(self): - """Tests conversion that generates warnings.""" - msvs_settings = { - "VCCLCompilerTool": { - "AdditionalIncludeDirectories": "1", - "AdditionalOptions": "2", - # These are incorrect values: - "BasicRuntimeChecks": "12", - "BrowseInformation": "21", - "UsePrecompiledHeader": "13", - "GeneratePreprocessedFile": "14", - }, - "VCLinkerTool": { - # These are incorrect values: - "Driver": "10", - "LinkTimeCodeGeneration": "31", - "ErrorReporting": "21", - "FixedBaseAddress": "6", - }, - "VCResourceCompilerTool": { - # Custom - "Culture": "1003" - }, - } - expected_msbuild_settings = { - "ClCompile": { - "AdditionalIncludeDirectories": "1", - "AdditionalOptions": "2", - }, - "Link": {}, - "ResourceCompile": { - # Custom - "Culture": "0x03eb" - }, - } - actual_msbuild_settings = MSVSSettings.ConvertToMSBuildSettings( - msvs_settings, self.stderr - ) - self.assertEqual(expected_msbuild_settings, actual_msbuild_settings) - self._ExpectedWarnings( - [ - "Warning: while converting VCCLCompilerTool/BasicRuntimeChecks to " - "MSBuild, index value (12) not in expected range [0, 4)", - "Warning: while converting VCCLCompilerTool/BrowseInformation to " - "MSBuild, index value (21) not in expected range [0, 3)", - "Warning: while converting VCCLCompilerTool/UsePrecompiledHeader to " - "MSBuild, index value (13) not in expected range [0, 3)", - "Warning: while converting " - "VCCLCompilerTool/GeneratePreprocessedFile to " - "MSBuild, value must be one of [0, 1, 2]; got 14", - "Warning: while converting VCLinkerTool/Driver to " - "MSBuild, index value (10) not in expected range [0, 4)", - "Warning: while converting VCLinkerTool/LinkTimeCodeGeneration to " - "MSBuild, index value (31) not in expected range [0, 5)", - "Warning: while converting VCLinkerTool/ErrorReporting to " - "MSBuild, index value (21) not in expected range [0, 3)", - "Warning: while converting VCLinkerTool/FixedBaseAddress to " - "MSBuild, index value (6) not in expected range [0, 3)", - ] - ) - - def testConvertToMSBuildSettings_full_synthetic(self): - """Tests conversion of all the MSBuild settings.""" - msvs_settings = { - "VCCLCompilerTool": { - "AdditionalIncludeDirectories": "folder1;folder2;folder3", - "AdditionalOptions": "a_string", - "AdditionalUsingDirectories": "folder1;folder2;folder3", - "AssemblerListingLocation": "a_file_name", - "AssemblerOutput": "0", - "BasicRuntimeChecks": "1", - "BrowseInformation": "2", - "BrowseInformationFile": "a_file_name", - "BufferSecurityCheck": "true", - "CallingConvention": "0", - "CompileAs": "1", - "DebugInformationFormat": "4", - "DefaultCharIsUnsigned": "true", - "Detect64BitPortabilityProblems": "true", - "DisableLanguageExtensions": "true", - "DisableSpecificWarnings": "d1;d2;d3", - "EnableEnhancedInstructionSet": "0", - "EnableFiberSafeOptimizations": "true", - "EnableFunctionLevelLinking": "true", - "EnableIntrinsicFunctions": "true", - "EnablePREfast": "true", - "ErrorReporting": "1", - "ExceptionHandling": "2", - "ExpandAttributedSource": "true", - "FavorSizeOrSpeed": "0", - "FloatingPointExceptions": "true", - "FloatingPointModel": "1", - "ForceConformanceInForLoopScope": "true", - "ForcedIncludeFiles": "file1;file2;file3", - "ForcedUsingFiles": "file1;file2;file3", - "GeneratePreprocessedFile": "1", - "GenerateXMLDocumentationFiles": "true", - "IgnoreStandardIncludePath": "true", - "InlineFunctionExpansion": "2", - "KeepComments": "true", - "MinimalRebuild": "true", - "ObjectFile": "a_file_name", - "OmitDefaultLibName": "true", - "OmitFramePointers": "true", - "OpenMP": "true", - "Optimization": "3", - "PrecompiledHeaderFile": "a_file_name", - "PrecompiledHeaderThrough": "a_file_name", - "PreprocessorDefinitions": "d1;d2;d3", - "ProgramDataBaseFileName": "a_file_name", - "RuntimeLibrary": "0", - "RuntimeTypeInfo": "true", - "ShowIncludes": "true", - "SmallerTypeCheck": "true", - "StringPooling": "true", - "StructMemberAlignment": "1", - "SuppressStartupBanner": "true", - "TreatWChar_tAsBuiltInType": "true", - "UndefineAllPreprocessorDefinitions": "true", - "UndefinePreprocessorDefinitions": "d1;d2;d3", - "UseFullPaths": "true", - "UsePrecompiledHeader": "1", - "UseUnicodeResponseFiles": "true", - "WarnAsError": "true", - "WarningLevel": "2", - "WholeProgramOptimization": "true", - "XMLDocumentationFileName": "a_file_name", - }, - "VCLinkerTool": { - "AdditionalDependencies": "file1;file2;file3", - "AdditionalLibraryDirectories": "folder1;folder2;folder3", - "AdditionalLibraryDirectories_excluded": "folder1;folder2;folder3", - "AdditionalManifestDependencies": "file1;file2;file3", - "AdditionalOptions": "a_string", - "AddModuleNamesToAssembly": "file1;file2;file3", - "AllowIsolation": "true", - "AssemblyDebug": "0", - "AssemblyLinkResource": "file1;file2;file3", - "BaseAddress": "a_string", - "CLRImageType": "1", - "CLRThreadAttribute": "2", - "CLRUnmanagedCodeCheck": "true", - "DataExecutionPrevention": "0", - "DelayLoadDLLs": "file1;file2;file3", - "DelaySign": "true", - "Driver": "1", - "EmbedManagedResourceFile": "file1;file2;file3", - "EnableCOMDATFolding": "0", - "EnableUAC": "true", - "EntryPointSymbol": "a_string", - "ErrorReporting": "0", - "FixedBaseAddress": "1", - "ForceSymbolReferences": "file1;file2;file3", - "FunctionOrder": "a_file_name", - "GenerateDebugInformation": "true", - "GenerateManifest": "true", - "GenerateMapFile": "true", - "HeapCommitSize": "a_string", - "HeapReserveSize": "a_string", - "IgnoreAllDefaultLibraries": "true", - "IgnoreDefaultLibraryNames": "file1;file2;file3", - "IgnoreEmbeddedIDL": "true", - "IgnoreImportLibrary": "true", - "ImportLibrary": "a_file_name", - "KeyContainer": "a_file_name", - "KeyFile": "a_file_name", - "LargeAddressAware": "2", - "LinkIncremental": "1", - "LinkLibraryDependencies": "true", - "LinkTimeCodeGeneration": "2", - "ManifestFile": "a_file_name", - "MapExports": "true", - "MapFileName": "a_file_name", - "MergedIDLBaseFileName": "a_file_name", - "MergeSections": "a_string", - "MidlCommandFile": "a_file_name", - "ModuleDefinitionFile": "a_file_name", - "OptimizeForWindows98": "1", - "OptimizeReferences": "0", - "OutputFile": "a_file_name", - "PerUserRedirection": "true", - "Profile": "true", - "ProfileGuidedDatabase": "a_file_name", - "ProgramDatabaseFile": "a_file_name", - "RandomizedBaseAddress": "1", - "RegisterOutput": "true", - "ResourceOnlyDLL": "true", - "SetChecksum": "true", - "ShowProgress": "0", - "StackCommitSize": "a_string", - "StackReserveSize": "a_string", - "StripPrivateSymbols": "a_file_name", - "SubSystem": "2", - "SupportUnloadOfDelayLoadedDLL": "true", - "SuppressStartupBanner": "true", - "SwapRunFromCD": "true", - "SwapRunFromNet": "true", - "TargetMachine": "3", - "TerminalServerAware": "2", - "TurnOffAssemblyGeneration": "true", - "TypeLibraryFile": "a_file_name", - "TypeLibraryResourceID": "33", - "UACExecutionLevel": "1", - "UACUIAccess": "true", - "UseLibraryDependencyInputs": "false", - "UseUnicodeResponseFiles": "true", - "Version": "a_string", - }, - "VCResourceCompilerTool": { - "AdditionalIncludeDirectories": "folder1;folder2;folder3", - "AdditionalOptions": "a_string", - "Culture": "1003", - "IgnoreStandardIncludePath": "true", - "PreprocessorDefinitions": "d1;d2;d3", - "ResourceOutputFileName": "a_string", - "ShowProgress": "true", - "SuppressStartupBanner": "true", - "UndefinePreprocessorDefinitions": "d1;d2;d3", - }, - "VCMIDLTool": { - "AdditionalIncludeDirectories": "folder1;folder2;folder3", - "AdditionalOptions": "a_string", - "CPreprocessOptions": "a_string", - "DefaultCharType": "0", - "DLLDataFileName": "a_file_name", - "EnableErrorChecks": "2", - "ErrorCheckAllocations": "true", - "ErrorCheckBounds": "true", - "ErrorCheckEnumRange": "true", - "ErrorCheckRefPointers": "true", - "ErrorCheckStubData": "true", - "GenerateStublessProxies": "true", - "GenerateTypeLibrary": "true", - "HeaderFileName": "a_file_name", - "IgnoreStandardIncludePath": "true", - "InterfaceIdentifierFileName": "a_file_name", - "MkTypLibCompatible": "true", - "OutputDirectory": "a_string", - "PreprocessorDefinitions": "d1;d2;d3", - "ProxyFileName": "a_file_name", - "RedirectOutputAndErrors": "a_file_name", - "StructMemberAlignment": "3", - "SuppressStartupBanner": "true", - "TargetEnvironment": "1", - "TypeLibraryName": "a_file_name", - "UndefinePreprocessorDefinitions": "d1;d2;d3", - "ValidateParameters": "true", - "WarnAsError": "true", - "WarningLevel": "4", - }, - "VCLibrarianTool": { - "AdditionalDependencies": "file1;file2;file3", - "AdditionalLibraryDirectories": "folder1;folder2;folder3", - "AdditionalLibraryDirectories_excluded": "folder1;folder2;folder3", - "AdditionalOptions": "a_string", - "ExportNamedFunctions": "d1;d2;d3", - "ForceSymbolReferences": "a_string", - "IgnoreAllDefaultLibraries": "true", - "IgnoreSpecificDefaultLibraries": "file1;file2;file3", - "LinkLibraryDependencies": "true", - "ModuleDefinitionFile": "a_file_name", - "OutputFile": "a_file_name", - "SuppressStartupBanner": "true", - "UseUnicodeResponseFiles": "true", - }, - "VCManifestTool": { - "AdditionalManifestFiles": "file1;file2;file3", - "AdditionalOptions": "a_string", - "AssemblyIdentity": "a_string", - "ComponentFileName": "a_file_name", - "DependencyInformationFile": "a_file_name", - "EmbedManifest": "true", - "GenerateCatalogFiles": "true", - "InputResourceManifests": "a_string", - "ManifestResourceFile": "my_name", - "OutputManifestFile": "a_file_name", - "RegistrarScriptFile": "a_file_name", - "ReplacementsFile": "a_file_name", - "SuppressStartupBanner": "true", - "TypeLibraryFile": "a_file_name", - "UpdateFileHashes": "true", - "UpdateFileHashesSearchPath": "a_file_name", - "UseFAT32Workaround": "true", - "UseUnicodeResponseFiles": "true", - "VerboseOutput": "true", - }, - } - expected_msbuild_settings = { - "ClCompile": { - "AdditionalIncludeDirectories": "folder1;folder2;folder3", - "AdditionalOptions": "a_string /J", - "AdditionalUsingDirectories": "folder1;folder2;folder3", - "AssemblerListingLocation": "a_file_name", - "AssemblerOutput": "NoListing", - "BasicRuntimeChecks": "StackFrameRuntimeCheck", - "BrowseInformation": "true", - "BrowseInformationFile": "a_file_name", - "BufferSecurityCheck": "true", - "CallingConvention": "Cdecl", - "CompileAs": "CompileAsC", - "DebugInformationFormat": "EditAndContinue", - "DisableLanguageExtensions": "true", - "DisableSpecificWarnings": "d1;d2;d3", - "EnableEnhancedInstructionSet": "NotSet", - "EnableFiberSafeOptimizations": "true", - "EnablePREfast": "true", - "ErrorReporting": "Prompt", - "ExceptionHandling": "Async", - "ExpandAttributedSource": "true", - "FavorSizeOrSpeed": "Neither", - "FloatingPointExceptions": "true", - "FloatingPointModel": "Strict", - "ForceConformanceInForLoopScope": "true", - "ForcedIncludeFiles": "file1;file2;file3", - "ForcedUsingFiles": "file1;file2;file3", - "FunctionLevelLinking": "true", - "GenerateXMLDocumentationFiles": "true", - "IgnoreStandardIncludePath": "true", - "InlineFunctionExpansion": "AnySuitable", - "IntrinsicFunctions": "true", - "MinimalRebuild": "true", - "ObjectFileName": "a_file_name", - "OmitDefaultLibName": "true", - "OmitFramePointers": "true", - "OpenMPSupport": "true", - "Optimization": "Full", - "PrecompiledHeader": "Create", - "PrecompiledHeaderFile": "a_file_name", - "PrecompiledHeaderOutputFile": "a_file_name", - "PreprocessKeepComments": "true", - "PreprocessorDefinitions": "d1;d2;d3", - "PreprocessSuppressLineNumbers": "false", - "PreprocessToFile": "true", - "ProgramDataBaseFileName": "a_file_name", - "RuntimeLibrary": "MultiThreaded", - "RuntimeTypeInfo": "true", - "ShowIncludes": "true", - "SmallerTypeCheck": "true", - "StringPooling": "true", - "StructMemberAlignment": "1Byte", - "SuppressStartupBanner": "true", - "TreatWarningAsError": "true", - "TreatWChar_tAsBuiltInType": "true", - "UndefineAllPreprocessorDefinitions": "true", - "UndefinePreprocessorDefinitions": "d1;d2;d3", - "UseFullPaths": "true", - "WarningLevel": "Level2", - "WholeProgramOptimization": "true", - "XMLDocumentationFileName": "a_file_name", - }, - "Link": { - "AdditionalDependencies": "file1;file2;file3", - "AdditionalLibraryDirectories": "folder1;folder2;folder3", - "AdditionalManifestDependencies": "file1;file2;file3", - "AdditionalOptions": "a_string", - "AddModuleNamesToAssembly": "file1;file2;file3", - "AllowIsolation": "true", - "AssemblyDebug": "", - "AssemblyLinkResource": "file1;file2;file3", - "BaseAddress": "a_string", - "CLRImageType": "ForceIJWImage", - "CLRThreadAttribute": "STAThreadingAttribute", - "CLRUnmanagedCodeCheck": "true", - "DataExecutionPrevention": "", - "DelayLoadDLLs": "file1;file2;file3", - "DelaySign": "true", - "Driver": "Driver", - "EmbedManagedResourceFile": "file1;file2;file3", - "EnableCOMDATFolding": "", - "EnableUAC": "true", - "EntryPointSymbol": "a_string", - "FixedBaseAddress": "false", - "ForceSymbolReferences": "file1;file2;file3", - "FunctionOrder": "a_file_name", - "GenerateDebugInformation": "true", - "GenerateMapFile": "true", - "HeapCommitSize": "a_string", - "HeapReserveSize": "a_string", - "IgnoreAllDefaultLibraries": "true", - "IgnoreEmbeddedIDL": "true", - "IgnoreSpecificDefaultLibraries": "file1;file2;file3", - "ImportLibrary": "a_file_name", - "KeyContainer": "a_file_name", - "KeyFile": "a_file_name", - "LargeAddressAware": "true", - "LinkErrorReporting": "NoErrorReport", - "LinkTimeCodeGeneration": "PGInstrument", - "ManifestFile": "a_file_name", - "MapExports": "true", - "MapFileName": "a_file_name", - "MergedIDLBaseFileName": "a_file_name", - "MergeSections": "a_string", - "MidlCommandFile": "a_file_name", - "ModuleDefinitionFile": "a_file_name", - "NoEntryPoint": "true", - "OptimizeReferences": "", - "OutputFile": "a_file_name", - "PerUserRedirection": "true", - "Profile": "true", - "ProfileGuidedDatabase": "a_file_name", - "ProgramDatabaseFile": "a_file_name", - "RandomizedBaseAddress": "false", - "RegisterOutput": "true", - "SetChecksum": "true", - "ShowProgress": "NotSet", - "StackCommitSize": "a_string", - "StackReserveSize": "a_string", - "StripPrivateSymbols": "a_file_name", - "SubSystem": "Windows", - "SupportUnloadOfDelayLoadedDLL": "true", - "SuppressStartupBanner": "true", - "SwapRunFromCD": "true", - "SwapRunFromNET": "true", - "TargetMachine": "MachineARM", - "TerminalServerAware": "true", - "TurnOffAssemblyGeneration": "true", - "TypeLibraryFile": "a_file_name", - "TypeLibraryResourceID": "33", - "UACExecutionLevel": "HighestAvailable", - "UACUIAccess": "true", - "Version": "a_string", - }, - "ResourceCompile": { - "AdditionalIncludeDirectories": "folder1;folder2;folder3", - "AdditionalOptions": "a_string", - "Culture": "0x03eb", - "IgnoreStandardIncludePath": "true", - "PreprocessorDefinitions": "d1;d2;d3", - "ResourceOutputFileName": "a_string", - "ShowProgress": "true", - "SuppressStartupBanner": "true", - "UndefinePreprocessorDefinitions": "d1;d2;d3", - }, - "Midl": { - "AdditionalIncludeDirectories": "folder1;folder2;folder3", - "AdditionalOptions": "a_string", - "CPreprocessOptions": "a_string", - "DefaultCharType": "Unsigned", - "DllDataFileName": "a_file_name", - "EnableErrorChecks": "All", - "ErrorCheckAllocations": "true", - "ErrorCheckBounds": "true", - "ErrorCheckEnumRange": "true", - "ErrorCheckRefPointers": "true", - "ErrorCheckStubData": "true", - "GenerateStublessProxies": "true", - "GenerateTypeLibrary": "true", - "HeaderFileName": "a_file_name", - "IgnoreStandardIncludePath": "true", - "InterfaceIdentifierFileName": "a_file_name", - "MkTypLibCompatible": "true", - "OutputDirectory": "a_string", - "PreprocessorDefinitions": "d1;d2;d3", - "ProxyFileName": "a_file_name", - "RedirectOutputAndErrors": "a_file_name", - "StructMemberAlignment": "4", - "SuppressStartupBanner": "true", - "TargetEnvironment": "Win32", - "TypeLibraryName": "a_file_name", - "UndefinePreprocessorDefinitions": "d1;d2;d3", - "ValidateAllParameters": "true", - "WarnAsError": "true", - "WarningLevel": "4", - }, - "Lib": { - "AdditionalDependencies": "file1;file2;file3", - "AdditionalLibraryDirectories": "folder1;folder2;folder3", - "AdditionalOptions": "a_string", - "ExportNamedFunctions": "d1;d2;d3", - "ForceSymbolReferences": "a_string", - "IgnoreAllDefaultLibraries": "true", - "IgnoreSpecificDefaultLibraries": "file1;file2;file3", - "ModuleDefinitionFile": "a_file_name", - "OutputFile": "a_file_name", - "SuppressStartupBanner": "true", - "UseUnicodeResponseFiles": "true", - }, - "Manifest": { - "AdditionalManifestFiles": "file1;file2;file3", - "AdditionalOptions": "a_string", - "AssemblyIdentity": "a_string", - "ComponentFileName": "a_file_name", - "GenerateCatalogFiles": "true", - "InputResourceManifests": "a_string", - "OutputManifestFile": "a_file_name", - "RegistrarScriptFile": "a_file_name", - "ReplacementsFile": "a_file_name", - "SuppressStartupBanner": "true", - "TypeLibraryFile": "a_file_name", - "UpdateFileHashes": "true", - "UpdateFileHashesSearchPath": "a_file_name", - "VerboseOutput": "true", - }, - "ManifestResourceCompile": {"ResourceOutputFileName": "my_name"}, - "ProjectReference": { - "LinkLibraryDependencies": "true", - "UseLibraryDependencyInputs": "false", - }, - "": { - "EmbedManifest": "true", - "GenerateManifest": "true", - "IgnoreImportLibrary": "true", - "LinkIncremental": "false", - }, - } - self.maxDiff = 9999 # on failure display a long diff - actual_msbuild_settings = MSVSSettings.ConvertToMSBuildSettings( - msvs_settings, self.stderr - ) - self.assertEqual(expected_msbuild_settings, actual_msbuild_settings) - self._ExpectedWarnings([]) - - def testConvertToMSBuildSettings_actual(self): - """Tests the conversion of an actual project. - - A VS2008 project with most of the options defined was created through the - VS2008 IDE. It was then converted to VS2010. The tool settings found in - the .vcproj and .vcxproj files were converted to the two dictionaries - msvs_settings and expected_msbuild_settings. - - Note that for many settings, the VS2010 converter adds macros like - %(AdditionalIncludeDirectories) to make sure than inherited values are - included. Since the Gyp projects we generate do not use inheritance, - we removed these macros. They were: - ClCompile: - AdditionalIncludeDirectories: ';%(AdditionalIncludeDirectories)' - AdditionalOptions: ' %(AdditionalOptions)' - AdditionalUsingDirectories: ';%(AdditionalUsingDirectories)' - DisableSpecificWarnings: ';%(DisableSpecificWarnings)', - ForcedIncludeFiles: ';%(ForcedIncludeFiles)', - ForcedUsingFiles: ';%(ForcedUsingFiles)', - PreprocessorDefinitions: ';%(PreprocessorDefinitions)', - UndefinePreprocessorDefinitions: - ';%(UndefinePreprocessorDefinitions)', - Link: - AdditionalDependencies: ';%(AdditionalDependencies)', - AdditionalLibraryDirectories: ';%(AdditionalLibraryDirectories)', - AdditionalManifestDependencies: - ';%(AdditionalManifestDependencies)', - AdditionalOptions: ' %(AdditionalOptions)', - AddModuleNamesToAssembly: ';%(AddModuleNamesToAssembly)', - AssemblyLinkResource: ';%(AssemblyLinkResource)', - DelayLoadDLLs: ';%(DelayLoadDLLs)', - EmbedManagedResourceFile: ';%(EmbedManagedResourceFile)', - ForceSymbolReferences: ';%(ForceSymbolReferences)', - IgnoreSpecificDefaultLibraries: - ';%(IgnoreSpecificDefaultLibraries)', - ResourceCompile: - AdditionalIncludeDirectories: ';%(AdditionalIncludeDirectories)', - AdditionalOptions: ' %(AdditionalOptions)', - PreprocessorDefinitions: ';%(PreprocessorDefinitions)', - Manifest: - AdditionalManifestFiles: ';%(AdditionalManifestFiles)', - AdditionalOptions: ' %(AdditionalOptions)', - InputResourceManifests: ';%(InputResourceManifests)', - """ - msvs_settings = { - "VCCLCompilerTool": { - "AdditionalIncludeDirectories": "dir1", - "AdditionalOptions": "/more", - "AdditionalUsingDirectories": "test", - "AssemblerListingLocation": "$(IntDir)\\a", - "AssemblerOutput": "1", - "BasicRuntimeChecks": "3", - "BrowseInformation": "1", - "BrowseInformationFile": "$(IntDir)\\e", - "BufferSecurityCheck": "false", - "CallingConvention": "1", - "CompileAs": "1", - "DebugInformationFormat": "4", - "DefaultCharIsUnsigned": "true", - "Detect64BitPortabilityProblems": "true", - "DisableLanguageExtensions": "true", - "DisableSpecificWarnings": "abc", - "EnableEnhancedInstructionSet": "1", - "EnableFiberSafeOptimizations": "true", - "EnableFunctionLevelLinking": "true", - "EnableIntrinsicFunctions": "true", - "EnablePREfast": "true", - "ErrorReporting": "2", - "ExceptionHandling": "2", - "ExpandAttributedSource": "true", - "FavorSizeOrSpeed": "2", - "FloatingPointExceptions": "true", - "FloatingPointModel": "1", - "ForceConformanceInForLoopScope": "false", - "ForcedIncludeFiles": "def", - "ForcedUsingFiles": "ge", - "GeneratePreprocessedFile": "2", - "GenerateXMLDocumentationFiles": "true", - "IgnoreStandardIncludePath": "true", - "InlineFunctionExpansion": "1", - "KeepComments": "true", - "MinimalRebuild": "true", - "ObjectFile": "$(IntDir)\\b", - "OmitDefaultLibName": "true", - "OmitFramePointers": "true", - "OpenMP": "true", - "Optimization": "3", - "PrecompiledHeaderFile": "$(IntDir)\\$(TargetName).pche", - "PrecompiledHeaderThrough": "StdAfx.hd", - "PreprocessorDefinitions": "WIN32;_DEBUG;_CONSOLE", - "ProgramDataBaseFileName": "$(IntDir)\\vc90b.pdb", - "RuntimeLibrary": "3", - "RuntimeTypeInfo": "false", - "ShowIncludes": "true", - "SmallerTypeCheck": "true", - "StringPooling": "true", - "StructMemberAlignment": "3", - "SuppressStartupBanner": "false", - "TreatWChar_tAsBuiltInType": "false", - "UndefineAllPreprocessorDefinitions": "true", - "UndefinePreprocessorDefinitions": "wer", - "UseFullPaths": "true", - "UsePrecompiledHeader": "0", - "UseUnicodeResponseFiles": "false", - "WarnAsError": "true", - "WarningLevel": "3", - "WholeProgramOptimization": "true", - "XMLDocumentationFileName": "$(IntDir)\\c", - }, - "VCLinkerTool": { - "AdditionalDependencies": "zx", - "AdditionalLibraryDirectories": "asd", - "AdditionalManifestDependencies": "s2", - "AdditionalOptions": "/mor2", - "AddModuleNamesToAssembly": "d1", - "AllowIsolation": "false", - "AssemblyDebug": "1", - "AssemblyLinkResource": "d5", - "BaseAddress": "23423", - "CLRImageType": "3", - "CLRThreadAttribute": "1", - "CLRUnmanagedCodeCheck": "true", - "DataExecutionPrevention": "0", - "DelayLoadDLLs": "d4", - "DelaySign": "true", - "Driver": "2", - "EmbedManagedResourceFile": "d2", - "EnableCOMDATFolding": "1", - "EnableUAC": "false", - "EntryPointSymbol": "f5", - "ErrorReporting": "2", - "FixedBaseAddress": "1", - "ForceSymbolReferences": "d3", - "FunctionOrder": "fssdfsd", - "GenerateDebugInformation": "true", - "GenerateManifest": "false", - "GenerateMapFile": "true", - "HeapCommitSize": "13", - "HeapReserveSize": "12", - "IgnoreAllDefaultLibraries": "true", - "IgnoreDefaultLibraryNames": "flob;flok", - "IgnoreEmbeddedIDL": "true", - "IgnoreImportLibrary": "true", - "ImportLibrary": "f4", - "KeyContainer": "f7", - "KeyFile": "f6", - "LargeAddressAware": "2", - "LinkIncremental": "0", - "LinkLibraryDependencies": "false", - "LinkTimeCodeGeneration": "1", - "ManifestFile": "$(IntDir)\\$(TargetFileName).2intermediate.manifest", - "MapExports": "true", - "MapFileName": "d5", - "MergedIDLBaseFileName": "f2", - "MergeSections": "f5", - "MidlCommandFile": "f1", - "ModuleDefinitionFile": "sdsd", - "OptimizeForWindows98": "2", - "OptimizeReferences": "2", - "OutputFile": "$(OutDir)\\$(ProjectName)2.exe", - "PerUserRedirection": "true", - "Profile": "true", - "ProfileGuidedDatabase": "$(TargetDir)$(TargetName).pgdd", - "ProgramDatabaseFile": "Flob.pdb", - "RandomizedBaseAddress": "1", - "RegisterOutput": "true", - "ResourceOnlyDLL": "true", - "SetChecksum": "false", - "ShowProgress": "1", - "StackCommitSize": "15", - "StackReserveSize": "14", - "StripPrivateSymbols": "d3", - "SubSystem": "1", - "SupportUnloadOfDelayLoadedDLL": "true", - "SuppressStartupBanner": "false", - "SwapRunFromCD": "true", - "SwapRunFromNet": "true", - "TargetMachine": "1", - "TerminalServerAware": "1", - "TurnOffAssemblyGeneration": "true", - "TypeLibraryFile": "f3", - "TypeLibraryResourceID": "12", - "UACExecutionLevel": "2", - "UACUIAccess": "true", - "UseLibraryDependencyInputs": "true", - "UseUnicodeResponseFiles": "false", - "Version": "333", - }, - "VCResourceCompilerTool": { - "AdditionalIncludeDirectories": "f3", - "AdditionalOptions": "/more3", - "Culture": "3084", - "IgnoreStandardIncludePath": "true", - "PreprocessorDefinitions": "_UNICODE;UNICODE2", - "ResourceOutputFileName": "$(IntDir)/$(InputName)3.res", - "ShowProgress": "true", - }, - "VCManifestTool": { - "AdditionalManifestFiles": "sfsdfsd", - "AdditionalOptions": "afdsdafsd", - "AssemblyIdentity": "sddfdsadfsa", - "ComponentFileName": "fsdfds", - "DependencyInformationFile": "$(IntDir)\\mt.depdfd", - "EmbedManifest": "false", - "GenerateCatalogFiles": "true", - "InputResourceManifests": "asfsfdafs", - "ManifestResourceFile": - "$(IntDir)\\$(TargetFileName).embed.manifest.resfdsf", - "OutputManifestFile": "$(TargetPath).manifestdfs", - "RegistrarScriptFile": "sdfsfd", - "ReplacementsFile": "sdffsd", - "SuppressStartupBanner": "false", - "TypeLibraryFile": "sfsd", - "UpdateFileHashes": "true", - "UpdateFileHashesSearchPath": "sfsd", - "UseFAT32Workaround": "true", - "UseUnicodeResponseFiles": "false", - "VerboseOutput": "true", - }, - } - expected_msbuild_settings = { - "ClCompile": { - "AdditionalIncludeDirectories": "dir1", - "AdditionalOptions": "/more /J", - "AdditionalUsingDirectories": "test", - "AssemblerListingLocation": "$(IntDir)a", - "AssemblerOutput": "AssemblyCode", - "BasicRuntimeChecks": "EnableFastChecks", - "BrowseInformation": "true", - "BrowseInformationFile": "$(IntDir)e", - "BufferSecurityCheck": "false", - "CallingConvention": "FastCall", - "CompileAs": "CompileAsC", - "DebugInformationFormat": "EditAndContinue", - "DisableLanguageExtensions": "true", - "DisableSpecificWarnings": "abc", - "EnableEnhancedInstructionSet": "StreamingSIMDExtensions", - "EnableFiberSafeOptimizations": "true", - "EnablePREfast": "true", - "ErrorReporting": "Queue", - "ExceptionHandling": "Async", - "ExpandAttributedSource": "true", - "FavorSizeOrSpeed": "Size", - "FloatingPointExceptions": "true", - "FloatingPointModel": "Strict", - "ForceConformanceInForLoopScope": "false", - "ForcedIncludeFiles": "def", - "ForcedUsingFiles": "ge", - "FunctionLevelLinking": "true", - "GenerateXMLDocumentationFiles": "true", - "IgnoreStandardIncludePath": "true", - "InlineFunctionExpansion": "OnlyExplicitInline", - "IntrinsicFunctions": "true", - "MinimalRebuild": "true", - "ObjectFileName": "$(IntDir)b", - "OmitDefaultLibName": "true", - "OmitFramePointers": "true", - "OpenMPSupport": "true", - "Optimization": "Full", - "PrecompiledHeader": "NotUsing", # Actual conversion gives '' - "PrecompiledHeaderFile": "StdAfx.hd", - "PrecompiledHeaderOutputFile": "$(IntDir)$(TargetName).pche", - "PreprocessKeepComments": "true", - "PreprocessorDefinitions": "WIN32;_DEBUG;_CONSOLE", - "PreprocessSuppressLineNumbers": "true", - "PreprocessToFile": "true", - "ProgramDataBaseFileName": "$(IntDir)vc90b.pdb", - "RuntimeLibrary": "MultiThreadedDebugDLL", - "RuntimeTypeInfo": "false", - "ShowIncludes": "true", - "SmallerTypeCheck": "true", - "StringPooling": "true", - "StructMemberAlignment": "4Bytes", - "SuppressStartupBanner": "false", - "TreatWarningAsError": "true", - "TreatWChar_tAsBuiltInType": "false", - "UndefineAllPreprocessorDefinitions": "true", - "UndefinePreprocessorDefinitions": "wer", - "UseFullPaths": "true", - "WarningLevel": "Level3", - "WholeProgramOptimization": "true", - "XMLDocumentationFileName": "$(IntDir)c", - }, - "Link": { - "AdditionalDependencies": "zx", - "AdditionalLibraryDirectories": "asd", - "AdditionalManifestDependencies": "s2", - "AdditionalOptions": "/mor2", - "AddModuleNamesToAssembly": "d1", - "AllowIsolation": "false", - "AssemblyDebug": "true", - "AssemblyLinkResource": "d5", - "BaseAddress": "23423", - "CLRImageType": "ForceSafeILImage", - "CLRThreadAttribute": "MTAThreadingAttribute", - "CLRUnmanagedCodeCheck": "true", - "DataExecutionPrevention": "", - "DelayLoadDLLs": "d4", - "DelaySign": "true", - "Driver": "UpOnly", - "EmbedManagedResourceFile": "d2", - "EnableCOMDATFolding": "false", - "EnableUAC": "false", - "EntryPointSymbol": "f5", - "FixedBaseAddress": "false", - "ForceSymbolReferences": "d3", - "FunctionOrder": "fssdfsd", - "GenerateDebugInformation": "true", - "GenerateMapFile": "true", - "HeapCommitSize": "13", - "HeapReserveSize": "12", - "IgnoreAllDefaultLibraries": "true", - "IgnoreEmbeddedIDL": "true", - "IgnoreSpecificDefaultLibraries": "flob;flok", - "ImportLibrary": "f4", - "KeyContainer": "f7", - "KeyFile": "f6", - "LargeAddressAware": "true", - "LinkErrorReporting": "QueueForNextLogin", - "LinkTimeCodeGeneration": "UseLinkTimeCodeGeneration", - "ManifestFile": "$(IntDir)$(TargetFileName).2intermediate.manifest", - "MapExports": "true", - "MapFileName": "d5", - "MergedIDLBaseFileName": "f2", - "MergeSections": "f5", - "MidlCommandFile": "f1", - "ModuleDefinitionFile": "sdsd", - "NoEntryPoint": "true", - "OptimizeReferences": "true", - "OutputFile": "$(OutDir)$(ProjectName)2.exe", - "PerUserRedirection": "true", - "Profile": "true", - "ProfileGuidedDatabase": "$(TargetDir)$(TargetName).pgdd", - "ProgramDatabaseFile": "Flob.pdb", - "RandomizedBaseAddress": "false", - "RegisterOutput": "true", - "SetChecksum": "false", - "ShowProgress": "LinkVerbose", - "StackCommitSize": "15", - "StackReserveSize": "14", - "StripPrivateSymbols": "d3", - "SubSystem": "Console", - "SupportUnloadOfDelayLoadedDLL": "true", - "SuppressStartupBanner": "false", - "SwapRunFromCD": "true", - "SwapRunFromNET": "true", - "TargetMachine": "MachineX86", - "TerminalServerAware": "false", - "TurnOffAssemblyGeneration": "true", - "TypeLibraryFile": "f3", - "TypeLibraryResourceID": "12", - "UACExecutionLevel": "RequireAdministrator", - "UACUIAccess": "true", - "Version": "333", - }, - "ResourceCompile": { - "AdditionalIncludeDirectories": "f3", - "AdditionalOptions": "/more3", - "Culture": "0x0c0c", - "IgnoreStandardIncludePath": "true", - "PreprocessorDefinitions": "_UNICODE;UNICODE2", - "ResourceOutputFileName": "$(IntDir)%(Filename)3.res", - "ShowProgress": "true", - }, - "Manifest": { - "AdditionalManifestFiles": "sfsdfsd", - "AdditionalOptions": "afdsdafsd", - "AssemblyIdentity": "sddfdsadfsa", - "ComponentFileName": "fsdfds", - "GenerateCatalogFiles": "true", - "InputResourceManifests": "asfsfdafs", - "OutputManifestFile": "$(TargetPath).manifestdfs", - "RegistrarScriptFile": "sdfsfd", - "ReplacementsFile": "sdffsd", - "SuppressStartupBanner": "false", - "TypeLibraryFile": "sfsd", - "UpdateFileHashes": "true", - "UpdateFileHashesSearchPath": "sfsd", - "VerboseOutput": "true", - }, - "ProjectReference": { - "LinkLibraryDependencies": "false", - "UseLibraryDependencyInputs": "true", - }, - "": { - "EmbedManifest": "false", - "GenerateManifest": "false", - "IgnoreImportLibrary": "true", - "LinkIncremental": "", - }, - "ManifestResourceCompile": { - "ResourceOutputFileName": - "$(IntDir)$(TargetFileName).embed.manifest.resfdsf" - }, - } - self.maxDiff = 9999 # on failure display a long diff - actual_msbuild_settings = MSVSSettings.ConvertToMSBuildSettings( - msvs_settings, self.stderr - ) - self.assertEqual(expected_msbuild_settings, actual_msbuild_settings) - self._ExpectedWarnings([]) - - -if __name__ == "__main__": - unittest.main() diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSToolFile.py b/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSToolFile.py deleted file mode 100644 index 2e5c811..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSToolFile.py +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright (c) 2012 Google Inc. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - -"""Visual Studio project reader/writer.""" - -import gyp.easy_xml as easy_xml - - -class Writer: - """Visual Studio XML tool file writer.""" - - def __init__(self, tool_file_path, name): - """Initializes the tool file. - - Args: - tool_file_path: Path to the tool file. - name: Name of the tool file. - """ - self.tool_file_path = tool_file_path - self.name = name - self.rules_section = ["Rules"] - - def AddCustomBuildRule( - self, name, cmd, description, additional_dependencies, outputs, extensions - ): - """Adds a rule to the tool file. - - Args: - name: Name of the rule. - description: Description of the rule. - cmd: Command line of the rule. - additional_dependencies: other files which may trigger the rule. - outputs: outputs of the rule. - extensions: extensions handled by the rule. - """ - rule = [ - "CustomBuildRule", - { - "Name": name, - "ExecutionDescription": description, - "CommandLine": cmd, - "Outputs": ";".join(outputs), - "FileExtensions": ";".join(extensions), - "AdditionalDependencies": ";".join(additional_dependencies), - }, - ] - self.rules_section.append(rule) - - def WriteIfChanged(self): - """Writes the tool file.""" - content = [ - "VisualStudioToolFile", - {"Version": "8.00", "Name": self.name}, - self.rules_section, - ] - easy_xml.WriteXmlIfChanged( - content, self.tool_file_path, encoding="Windows-1252" - ) diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSUserFile.py b/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSUserFile.py deleted file mode 100644 index e580c00..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSUserFile.py +++ /dev/null @@ -1,153 +0,0 @@ -# Copyright (c) 2012 Google Inc. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - -"""Visual Studio user preferences file writer.""" - -import os -import re -import socket # for gethostname - -import gyp.easy_xml as easy_xml - - -# ------------------------------------------------------------------------------ - - -def _FindCommandInPath(command): - """If there are no slashes in the command given, this function - searches the PATH env to find the given command, and converts it - to an absolute path. We have to do this because MSVS is looking - for an actual file to launch a debugger on, not just a command - line. Note that this happens at GYP time, so anything needing to - be built needs to have a full path.""" - if "/" in command or "\\" in command: - # If the command already has path elements (either relative or - # absolute), then assume it is constructed properly. - return command - else: - # Search through the path list and find an existing file that - # we can access. - paths = os.environ.get("PATH", "").split(os.pathsep) - for path in paths: - item = os.path.join(path, command) - if os.path.isfile(item) and os.access(item, os.X_OK): - return item - return command - - -def _QuoteWin32CommandLineArgs(args): - new_args = [] - for arg in args: - # Replace all double-quotes with double-double-quotes to escape - # them for cmd shell, and then quote the whole thing if there - # are any. - if arg.find('"') != -1: - arg = '""'.join(arg.split('"')) - arg = '"%s"' % arg - - # Otherwise, if there are any spaces, quote the whole arg. - elif re.search(r"[ \t\n]", arg): - arg = '"%s"' % arg - new_args.append(arg) - return new_args - - -class Writer: - """Visual Studio XML user user file writer.""" - - def __init__(self, user_file_path, version, name): - """Initializes the user file. - - Args: - user_file_path: Path to the user file. - version: Version info. - name: Name of the user file. - """ - self.user_file_path = user_file_path - self.version = version - self.name = name - self.configurations = {} - - def AddConfig(self, name): - """Adds a configuration to the project. - - Args: - name: Configuration name. - """ - self.configurations[name] = ["Configuration", {"Name": name}] - - def AddDebugSettings( - self, config_name, command, environment={}, working_directory="" - ): - """Adds a DebugSettings node to the user file for a particular config. - - Args: - command: command line to run. First element in the list is the - executable. All elements of the command will be quoted if - necessary. - working_directory: other files which may trigger the rule. (optional) - """ - command = _QuoteWin32CommandLineArgs(command) - - abs_command = _FindCommandInPath(command[0]) - - if environment and isinstance(environment, dict): - env_list = [f'{key}="{val}"' for (key, val) in environment.items()] - environment = " ".join(env_list) - else: - environment = "" - - n_cmd = [ - "DebugSettings", - { - "Command": abs_command, - "WorkingDirectory": working_directory, - "CommandArguments": " ".join(command[1:]), - "RemoteMachine": socket.gethostname(), - "Environment": environment, - "EnvironmentMerge": "true", - # Currently these are all "dummy" values that we're just setting - # in the default manner that MSVS does it. We could use some of - # these to add additional capabilities, I suppose, but they might - # not have parity with other platforms then. - "Attach": "false", - "DebuggerType": "3", # 'auto' debugger - "Remote": "1", - "RemoteCommand": "", - "HttpUrl": "", - "PDBPath": "", - "SQLDebugging": "", - "DebuggerFlavor": "0", - "MPIRunCommand": "", - "MPIRunArguments": "", - "MPIRunWorkingDirectory": "", - "ApplicationCommand": "", - "ApplicationArguments": "", - "ShimCommand": "", - "MPIAcceptMode": "", - "MPIAcceptFilter": "", - }, - ] - - # Find the config, and add it if it doesn't exist. - if config_name not in self.configurations: - self.AddConfig(config_name) - - # Add the DebugSettings onto the appropriate config. - self.configurations[config_name].append(n_cmd) - - def WriteIfChanged(self): - """Writes the user file.""" - configs = ["Configurations"] - for config, spec in sorted(self.configurations.items()): - configs.append(spec) - - content = [ - "VisualStudioUserFile", - {"Version": self.version.ProjectVersion(), "Name": self.name}, - configs, - ] - easy_xml.WriteXmlIfChanged( - content, self.user_file_path, encoding="Windows-1252" - ) diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSUtil.py b/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSUtil.py deleted file mode 100644 index 36bb782..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSUtil.py +++ /dev/null @@ -1,271 +0,0 @@ -# Copyright (c) 2013 Google Inc. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - -"""Utility functions shared amongst the Windows generators.""" - -import copy -import os - - -# A dictionary mapping supported target types to extensions. -TARGET_TYPE_EXT = { - "executable": "exe", - "loadable_module": "dll", - "shared_library": "dll", - "static_library": "lib", - "windows_driver": "sys", -} - - -def _GetLargePdbShimCcPath(): - """Returns the path of the large_pdb_shim.cc file.""" - this_dir = os.path.abspath(os.path.dirname(__file__)) - src_dir = os.path.abspath(os.path.join(this_dir, "..", "..")) - win_data_dir = os.path.join(src_dir, "data", "win") - large_pdb_shim_cc = os.path.join(win_data_dir, "large-pdb-shim.cc") - return large_pdb_shim_cc - - -def _DeepCopySomeKeys(in_dict, keys): - """Performs a partial deep-copy on |in_dict|, only copying the keys in |keys|. - - Arguments: - in_dict: The dictionary to copy. - keys: The keys to be copied. If a key is in this list and doesn't exist in - |in_dict| this is not an error. - Returns: - The partially deep-copied dictionary. - """ - d = {} - for key in keys: - if key not in in_dict: - continue - d[key] = copy.deepcopy(in_dict[key]) - return d - - -def _SuffixName(name, suffix): - """Add a suffix to the end of a target. - - Arguments: - name: name of the target (foo#target) - suffix: the suffix to be added - Returns: - Target name with suffix added (foo_suffix#target) - """ - parts = name.rsplit("#", 1) - parts[0] = f"{parts[0]}_{suffix}" - return "#".join(parts) - - -def _ShardName(name, number): - """Add a shard number to the end of a target. - - Arguments: - name: name of the target (foo#target) - number: shard number - Returns: - Target name with shard added (foo_1#target) - """ - return _SuffixName(name, str(number)) - - -def ShardTargets(target_list, target_dicts): - """Shard some targets apart to work around the linkers limits. - - Arguments: - target_list: List of target pairs: 'base/base.gyp:base'. - target_dicts: Dict of target properties keyed on target pair. - Returns: - Tuple of the new sharded versions of the inputs. - """ - # Gather the targets to shard, and how many pieces. - targets_to_shard = {} - for t in target_dicts: - shards = int(target_dicts[t].get("msvs_shard", 0)) - if shards: - targets_to_shard[t] = shards - # Shard target_list. - new_target_list = [] - for t in target_list: - if t in targets_to_shard: - for i in range(targets_to_shard[t]): - new_target_list.append(_ShardName(t, i)) - else: - new_target_list.append(t) - # Shard target_dict. - new_target_dicts = {} - for t in target_dicts: - if t in targets_to_shard: - for i in range(targets_to_shard[t]): - name = _ShardName(t, i) - new_target_dicts[name] = copy.copy(target_dicts[t]) - new_target_dicts[name]["target_name"] = _ShardName( - new_target_dicts[name]["target_name"], i - ) - sources = new_target_dicts[name].get("sources", []) - new_sources = [] - for pos in range(i, len(sources), targets_to_shard[t]): - new_sources.append(sources[pos]) - new_target_dicts[name]["sources"] = new_sources - else: - new_target_dicts[t] = target_dicts[t] - # Shard dependencies. - for t in sorted(new_target_dicts): - for deptype in ("dependencies", "dependencies_original"): - dependencies = copy.copy(new_target_dicts[t].get(deptype, [])) - new_dependencies = [] - for d in dependencies: - if d in targets_to_shard: - for i in range(targets_to_shard[d]): - new_dependencies.append(_ShardName(d, i)) - else: - new_dependencies.append(d) - new_target_dicts[t][deptype] = new_dependencies - - return (new_target_list, new_target_dicts) - - -def _GetPdbPath(target_dict, config_name, vars): - """Returns the path to the PDB file that will be generated by a given - configuration. - - The lookup proceeds as follows: - - Look for an explicit path in the VCLinkerTool configuration block. - - Look for an 'msvs_large_pdb_path' variable. - - Use '<(PRODUCT_DIR)/<(product_name).(exe|dll).pdb' if 'product_name' is - specified. - - Use '<(PRODUCT_DIR)/<(target_name).(exe|dll).pdb'. - - Arguments: - target_dict: The target dictionary to be searched. - config_name: The name of the configuration of interest. - vars: A dictionary of common GYP variables with generator-specific values. - Returns: - The path of the corresponding PDB file. - """ - config = target_dict["configurations"][config_name] - msvs = config.setdefault("msvs_settings", {}) - - linker = msvs.get("VCLinkerTool", {}) - - pdb_path = linker.get("ProgramDatabaseFile") - if pdb_path: - return pdb_path - - variables = target_dict.get("variables", {}) - pdb_path = variables.get("msvs_large_pdb_path", None) - if pdb_path: - return pdb_path - - pdb_base = target_dict.get("product_name", target_dict["target_name"]) - pdb_base = "{}.{}.pdb".format(pdb_base, TARGET_TYPE_EXT[target_dict["type"]]) - pdb_path = vars["PRODUCT_DIR"] + "/" + pdb_base - - return pdb_path - - -def InsertLargePdbShims(target_list, target_dicts, vars): - """Insert a shim target that forces the linker to use 4KB pagesize PDBs. - - This is a workaround for targets with PDBs greater than 1GB in size, the - limit for the 1KB pagesize PDBs created by the linker by default. - - Arguments: - target_list: List of target pairs: 'base/base.gyp:base'. - target_dicts: Dict of target properties keyed on target pair. - vars: A dictionary of common GYP variables with generator-specific values. - Returns: - Tuple of the shimmed version of the inputs. - """ - # Determine which targets need shimming. - targets_to_shim = [] - for t in target_dicts: - target_dict = target_dicts[t] - - # We only want to shim targets that have msvs_large_pdb enabled. - if not int(target_dict.get("msvs_large_pdb", 0)): - continue - # This is intended for executable, shared_library and loadable_module - # targets where every configuration is set up to produce a PDB output. - # If any of these conditions is not true then the shim logic will fail - # below. - targets_to_shim.append(t) - - large_pdb_shim_cc = _GetLargePdbShimCcPath() - - for t in targets_to_shim: - target_dict = target_dicts[t] - target_name = target_dict.get("target_name") - - base_dict = _DeepCopySomeKeys( - target_dict, ["configurations", "default_configuration", "toolset"] - ) - - # This is the dict for copying the source file (part of the GYP tree) - # to the intermediate directory of the project. This is necessary because - # we can't always build a relative path to the shim source file (on Windows - # GYP and the project may be on different drives), and Ninja hates absolute - # paths (it ends up generating the .obj and .obj.d alongside the source - # file, polluting GYPs tree). - copy_suffix = "large_pdb_copy" - copy_target_name = target_name + "_" + copy_suffix - full_copy_target_name = _SuffixName(t, copy_suffix) - shim_cc_basename = os.path.basename(large_pdb_shim_cc) - shim_cc_dir = vars["SHARED_INTERMEDIATE_DIR"] + "/" + copy_target_name - shim_cc_path = shim_cc_dir + "/" + shim_cc_basename - copy_dict = copy.deepcopy(base_dict) - copy_dict["target_name"] = copy_target_name - copy_dict["type"] = "none" - copy_dict["sources"] = [large_pdb_shim_cc] - copy_dict["copies"] = [ - {"destination": shim_cc_dir, "files": [large_pdb_shim_cc]} - ] - - # This is the dict for the PDB generating shim target. It depends on the - # copy target. - shim_suffix = "large_pdb_shim" - shim_target_name = target_name + "_" + shim_suffix - full_shim_target_name = _SuffixName(t, shim_suffix) - shim_dict = copy.deepcopy(base_dict) - shim_dict["target_name"] = shim_target_name - shim_dict["type"] = "static_library" - shim_dict["sources"] = [shim_cc_path] - shim_dict["dependencies"] = [full_copy_target_name] - - # Set up the shim to output its PDB to the same location as the final linker - # target. - for config_name, config in shim_dict.get("configurations").items(): - pdb_path = _GetPdbPath(target_dict, config_name, vars) - - # A few keys that we don't want to propagate. - for key in ["msvs_precompiled_header", "msvs_precompiled_source", "test"]: - config.pop(key, None) - - msvs = config.setdefault("msvs_settings", {}) - - # Update the compiler directives in the shim target. - compiler = msvs.setdefault("VCCLCompilerTool", {}) - compiler["DebugInformationFormat"] = "3" - compiler["ProgramDataBaseFileName"] = pdb_path - - # Set the explicit PDB path in the appropriate configuration of the - # original target. - config = target_dict["configurations"][config_name] - msvs = config.setdefault("msvs_settings", {}) - linker = msvs.setdefault("VCLinkerTool", {}) - linker["GenerateDebugInformation"] = "true" - linker["ProgramDatabaseFile"] = pdb_path - - # Add the new targets. They must go to the beginning of the list so that - # the dependency generation works as expected in ninja. - target_list.insert(0, full_copy_target_name) - target_list.insert(0, full_shim_target_name) - target_dicts[full_copy_target_name] = copy_dict - target_dicts[full_shim_target_name] = shim_dict - - # Update the original target to depend on the shim target. - target_dict.setdefault("dependencies", []).append(full_shim_target_name) - - return (target_list, target_dicts) diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSVersion.py b/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSVersion.py deleted file mode 100644 index 8d7f21e..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSVersion.py +++ /dev/null @@ -1,574 +0,0 @@ -# Copyright (c) 2013 Google Inc. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - -"""Handle version information related to Visual Stuio.""" - -import errno -import os -import re -import subprocess -import sys -import glob - - -def JoinPath(*args): - return os.path.normpath(os.path.join(*args)) - - -class VisualStudioVersion: - """Information regarding a version of Visual Studio.""" - - def __init__( - self, - short_name, - description, - solution_version, - project_version, - flat_sln, - uses_vcxproj, - path, - sdk_based, - default_toolset=None, - compatible_sdks=None, - ): - self.short_name = short_name - self.description = description - self.solution_version = solution_version - self.project_version = project_version - self.flat_sln = flat_sln - self.uses_vcxproj = uses_vcxproj - self.path = path - self.sdk_based = sdk_based - self.default_toolset = default_toolset - compatible_sdks = compatible_sdks or [] - compatible_sdks.sort(key=lambda v: float(v.replace("v", "")), reverse=True) - self.compatible_sdks = compatible_sdks - - def ShortName(self): - return self.short_name - - def Description(self): - """Get the full description of the version.""" - return self.description - - def SolutionVersion(self): - """Get the version number of the sln files.""" - return self.solution_version - - def ProjectVersion(self): - """Get the version number of the vcproj or vcxproj files.""" - return self.project_version - - def FlatSolution(self): - return self.flat_sln - - def UsesVcxproj(self): - """Returns true if this version uses a vcxproj file.""" - return self.uses_vcxproj - - def ProjectExtension(self): - """Returns the file extension for the project.""" - return self.uses_vcxproj and ".vcxproj" or ".vcproj" - - def Path(self): - """Returns the path to Visual Studio installation.""" - return self.path - - def ToolPath(self, tool): - """Returns the path to a given compiler tool. """ - return os.path.normpath(os.path.join(self.path, "VC/bin", tool)) - - def DefaultToolset(self): - """Returns the msbuild toolset version that will be used in the absence - of a user override.""" - return self.default_toolset - - def _SetupScriptInternal(self, target_arch): - """Returns a command (with arguments) to be used to set up the - environment.""" - assert target_arch in ("x86", "x64"), "target_arch not supported" - # If WindowsSDKDir is set and SetEnv.Cmd exists then we are using the - # depot_tools build tools and should run SetEnv.Cmd to set up the - # environment. The check for WindowsSDKDir alone is not sufficient because - # this is set by running vcvarsall.bat. - sdk_dir = os.environ.get("WindowsSDKDir", "") - setup_path = JoinPath(sdk_dir, "Bin", "SetEnv.Cmd") - if self.sdk_based and sdk_dir and os.path.exists(setup_path): - return [setup_path, "/" + target_arch] - - is_host_arch_x64 = ( - os.environ.get("PROCESSOR_ARCHITECTURE") == "AMD64" - or os.environ.get("PROCESSOR_ARCHITEW6432") == "AMD64" - ) - - # For VS2017 (and newer) it's fairly easy - if self.short_name >= "2017": - script_path = JoinPath( - self.path, "VC", "Auxiliary", "Build", "vcvarsall.bat" - ) - - # Always use a native executable, cross-compiling if necessary. - host_arch = "amd64" if is_host_arch_x64 else "x86" - msvc_target_arch = "amd64" if target_arch == "x64" else "x86" - arg = host_arch - if host_arch != msvc_target_arch: - arg += "_" + msvc_target_arch - - return [script_path, arg] - - # We try to find the best version of the env setup batch. - vcvarsall = JoinPath(self.path, "VC", "vcvarsall.bat") - if target_arch == "x86": - if ( - self.short_name >= "2013" - and self.short_name[-1] != "e" - and is_host_arch_x64 - ): - # VS2013 and later, non-Express have a x64-x86 cross that we want - # to prefer. - return [vcvarsall, "amd64_x86"] - else: - # Otherwise, the standard x86 compiler. We don't use VC/vcvarsall.bat - # for x86 because vcvarsall calls vcvars32, which it can only find if - # VS??COMNTOOLS is set, which isn't guaranteed. - return [JoinPath(self.path, "Common7", "Tools", "vsvars32.bat")] - elif target_arch == "x64": - arg = "x86_amd64" - # Use the 64-on-64 compiler if we're not using an express edition and - # we're running on a 64bit OS. - if self.short_name[-1] != "e" and is_host_arch_x64: - arg = "amd64" - return [vcvarsall, arg] - - def SetupScript(self, target_arch): - script_data = self._SetupScriptInternal(target_arch) - script_path = script_data[0] - if not os.path.exists(script_path): - raise Exception( - "%s is missing - make sure VC++ tools are installed." % script_path - ) - return script_data - - -def _RegistryQueryBase(sysdir, key, value): - """Use reg.exe to read a particular key. - - While ideally we might use the win32 module, we would like gyp to be - python neutral, so for instance cygwin python lacks this module. - - Arguments: - sysdir: The system subdirectory to attempt to launch reg.exe from. - key: The registry key to read from. - value: The particular value to read. - Return: - stdout from reg.exe, or None for failure. - """ - # Skip if not on Windows or Python Win32 setup issue - if sys.platform not in ("win32", "cygwin"): - return None - # Setup params to pass to and attempt to launch reg.exe - cmd = [os.path.join(os.environ.get("WINDIR", ""), sysdir, "reg.exe"), "query", key] - if value: - cmd.extend(["/v", value]) - p = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE) - # Obtain the stdout from reg.exe, reading to the end so p.returncode is valid - # Note that the error text may be in [1] in some cases - text = p.communicate()[0].decode("utf-8") - # Check return code from reg.exe; officially 0==success and 1==error - if p.returncode: - return None - return text - - -def _RegistryQuery(key, value=None): - r"""Use reg.exe to read a particular key through _RegistryQueryBase. - - First tries to launch from %WinDir%\Sysnative to avoid WoW64 redirection. If - that fails, it falls back to System32. Sysnative is available on Vista and - up and available on Windows Server 2003 and XP through KB patch 942589. Note - that Sysnative will always fail if using 64-bit python due to it being a - virtual directory and System32 will work correctly in the first place. - - KB 942589 - http://support.microsoft.com/kb/942589/en-us. - - Arguments: - key: The registry key. - value: The particular registry value to read (optional). - Return: - stdout from reg.exe, or None for failure. - """ - text = None - try: - text = _RegistryQueryBase("Sysnative", key, value) - except OSError as e: - if e.errno == errno.ENOENT: - text = _RegistryQueryBase("System32", key, value) - else: - raise - return text - - -def _RegistryGetValueUsingWinReg(key, value): - """Use the _winreg module to obtain the value of a registry key. - - Args: - key: The registry key. - value: The particular registry value to read. - Return: - contents of the registry key's value, or None on failure. Throws - ImportError if winreg is unavailable. - """ - from winreg import HKEY_LOCAL_MACHINE, OpenKey, QueryValueEx - try: - root, subkey = key.split("\\", 1) - assert root == "HKLM" # Only need HKLM for now. - with OpenKey(HKEY_LOCAL_MACHINE, subkey) as hkey: - return QueryValueEx(hkey, value)[0] - except OSError: - return None - - -def _RegistryGetValue(key, value): - """Use _winreg or reg.exe to obtain the value of a registry key. - - Using _winreg is preferable because it solves an issue on some corporate - environments where access to reg.exe is locked down. However, we still need - to fallback to reg.exe for the case where the _winreg module is not available - (for example in cygwin python). - - Args: - key: The registry key. - value: The particular registry value to read. - Return: - contents of the registry key's value, or None on failure. - """ - try: - return _RegistryGetValueUsingWinReg(key, value) - except ImportError: - pass - - # Fallback to reg.exe if we fail to import _winreg. - text = _RegistryQuery(key, value) - if not text: - return None - # Extract value. - match = re.search(r"REG_\w+\s+([^\r]+)\r\n", text) - if not match: - return None - return match.group(1) - - -def _CreateVersion(name, path, sdk_based=False): - """Sets up MSVS project generation. - - Setup is based off the GYP_MSVS_VERSION environment variable or whatever is - autodetected if GYP_MSVS_VERSION is not explicitly specified. If a version is - passed in that doesn't match a value in versions python will throw a error. - """ - if path: - path = os.path.normpath(path) - versions = { - "2022": VisualStudioVersion( - "2022", - "Visual Studio 2022", - solution_version="12.00", - project_version="17.0", - flat_sln=False, - uses_vcxproj=True, - path=path, - sdk_based=sdk_based, - default_toolset="v143", - compatible_sdks=["v8.1", "v10.0"], - ), - "2019": VisualStudioVersion( - "2019", - "Visual Studio 2019", - solution_version="12.00", - project_version="16.0", - flat_sln=False, - uses_vcxproj=True, - path=path, - sdk_based=sdk_based, - default_toolset="v142", - compatible_sdks=["v8.1", "v10.0"], - ), - "2017": VisualStudioVersion( - "2017", - "Visual Studio 2017", - solution_version="12.00", - project_version="15.0", - flat_sln=False, - uses_vcxproj=True, - path=path, - sdk_based=sdk_based, - default_toolset="v141", - compatible_sdks=["v8.1", "v10.0"], - ), - "2015": VisualStudioVersion( - "2015", - "Visual Studio 2015", - solution_version="12.00", - project_version="14.0", - flat_sln=False, - uses_vcxproj=True, - path=path, - sdk_based=sdk_based, - default_toolset="v140", - ), - "2013": VisualStudioVersion( - "2013", - "Visual Studio 2013", - solution_version="13.00", - project_version="12.0", - flat_sln=False, - uses_vcxproj=True, - path=path, - sdk_based=sdk_based, - default_toolset="v120", - ), - "2013e": VisualStudioVersion( - "2013e", - "Visual Studio 2013", - solution_version="13.00", - project_version="12.0", - flat_sln=True, - uses_vcxproj=True, - path=path, - sdk_based=sdk_based, - default_toolset="v120", - ), - "2012": VisualStudioVersion( - "2012", - "Visual Studio 2012", - solution_version="12.00", - project_version="4.0", - flat_sln=False, - uses_vcxproj=True, - path=path, - sdk_based=sdk_based, - default_toolset="v110", - ), - "2012e": VisualStudioVersion( - "2012e", - "Visual Studio 2012", - solution_version="12.00", - project_version="4.0", - flat_sln=True, - uses_vcxproj=True, - path=path, - sdk_based=sdk_based, - default_toolset="v110", - ), - "2010": VisualStudioVersion( - "2010", - "Visual Studio 2010", - solution_version="11.00", - project_version="4.0", - flat_sln=False, - uses_vcxproj=True, - path=path, - sdk_based=sdk_based, - ), - "2010e": VisualStudioVersion( - "2010e", - "Visual C++ Express 2010", - solution_version="11.00", - project_version="4.0", - flat_sln=True, - uses_vcxproj=True, - path=path, - sdk_based=sdk_based, - ), - "2008": VisualStudioVersion( - "2008", - "Visual Studio 2008", - solution_version="10.00", - project_version="9.00", - flat_sln=False, - uses_vcxproj=False, - path=path, - sdk_based=sdk_based, - ), - "2008e": VisualStudioVersion( - "2008e", - "Visual Studio 2008", - solution_version="10.00", - project_version="9.00", - flat_sln=True, - uses_vcxproj=False, - path=path, - sdk_based=sdk_based, - ), - "2005": VisualStudioVersion( - "2005", - "Visual Studio 2005", - solution_version="9.00", - project_version="8.00", - flat_sln=False, - uses_vcxproj=False, - path=path, - sdk_based=sdk_based, - ), - "2005e": VisualStudioVersion( - "2005e", - "Visual Studio 2005", - solution_version="9.00", - project_version="8.00", - flat_sln=True, - uses_vcxproj=False, - path=path, - sdk_based=sdk_based, - ), - } - return versions[str(name)] - - -def _ConvertToCygpath(path): - """Convert to cygwin path if we are using cygwin.""" - if sys.platform == "cygwin": - p = subprocess.Popen(["cygpath", path], stdout=subprocess.PIPE) - path = p.communicate()[0].decode("utf-8").strip() - return path - - -def _DetectVisualStudioVersions(versions_to_check, force_express): - """Collect the list of installed visual studio versions. - - Returns: - A list of visual studio versions installed in descending order of - usage preference. - Base this on the registry and a quick check if devenv.exe exists. - Possibilities are: - 2005(e) - Visual Studio 2005 (8) - 2008(e) - Visual Studio 2008 (9) - 2010(e) - Visual Studio 2010 (10) - 2012(e) - Visual Studio 2012 (11) - 2013(e) - Visual Studio 2013 (12) - 2015 - Visual Studio 2015 (14) - 2017 - Visual Studio 2017 (15) - 2019 - Visual Studio 2019 (16) - 2022 - Visual Studio 2022 (17) - Where (e) is e for express editions of MSVS and blank otherwise. - """ - version_to_year = { - "8.0": "2005", - "9.0": "2008", - "10.0": "2010", - "11.0": "2012", - "12.0": "2013", - "14.0": "2015", - "15.0": "2017", - "16.0": "2019", - "17.0": "2022", - } - versions = [] - for version in versions_to_check: - # Old method of searching for which VS version is installed - # We don't use the 2010-encouraged-way because we also want to get the - # path to the binaries, which it doesn't offer. - keys = [ - r"HKLM\Software\Microsoft\VisualStudio\%s" % version, - r"HKLM\Software\Wow6432Node\Microsoft\VisualStudio\%s" % version, - r"HKLM\Software\Microsoft\VCExpress\%s" % version, - r"HKLM\Software\Wow6432Node\Microsoft\VCExpress\%s" % version, - ] - for index in range(len(keys)): - path = _RegistryGetValue(keys[index], "InstallDir") - if not path: - continue - path = _ConvertToCygpath(path) - # Check for full. - full_path = os.path.join(path, "devenv.exe") - express_path = os.path.join(path, "*express.exe") - if not force_express and os.path.exists(full_path): - # Add this one. - versions.append( - _CreateVersion( - version_to_year[version], os.path.join(path, "..", "..") - ) - ) - # Check for express. - elif glob.glob(express_path): - # Add this one. - versions.append( - _CreateVersion( - version_to_year[version] + "e", os.path.join(path, "..", "..") - ) - ) - - # The old method above does not work when only SDK is installed. - keys = [ - r"HKLM\Software\Microsoft\VisualStudio\SxS\VC7", - r"HKLM\Software\Wow6432Node\Microsoft\VisualStudio\SxS\VC7", - r"HKLM\Software\Microsoft\VisualStudio\SxS\VS7", - r"HKLM\Software\Wow6432Node\Microsoft\VisualStudio\SxS\VS7", - ] - for index in range(len(keys)): - path = _RegistryGetValue(keys[index], version) - if not path: - continue - path = _ConvertToCygpath(path) - if version == "15.0": - if os.path.exists(path): - versions.append(_CreateVersion("2017", path)) - elif version != "14.0": # There is no Express edition for 2015. - versions.append( - _CreateVersion( - version_to_year[version] + "e", - os.path.join(path, ".."), - sdk_based=True, - ) - ) - - return versions - - -def SelectVisualStudioVersion(version="auto", allow_fallback=True): - """Select which version of Visual Studio projects to generate. - - Arguments: - version: Hook to allow caller to force a particular version (vs auto). - Returns: - An object representing a visual studio project format version. - """ - # In auto mode, check environment variable for override. - if version == "auto": - version = os.environ.get("GYP_MSVS_VERSION", "auto") - version_map = { - "auto": ("17.0", "16.0", "15.0", "14.0", "12.0", "10.0", "9.0", "8.0", "11.0"), - "2005": ("8.0",), - "2005e": ("8.0",), - "2008": ("9.0",), - "2008e": ("9.0",), - "2010": ("10.0",), - "2010e": ("10.0",), - "2012": ("11.0",), - "2012e": ("11.0",), - "2013": ("12.0",), - "2013e": ("12.0",), - "2015": ("14.0",), - "2017": ("15.0",), - "2019": ("16.0",), - "2022": ("17.0",), - } - override_path = os.environ.get("GYP_MSVS_OVERRIDE_PATH") - if override_path: - msvs_version = os.environ.get("GYP_MSVS_VERSION") - if not msvs_version: - raise ValueError( - "GYP_MSVS_OVERRIDE_PATH requires GYP_MSVS_VERSION to be " - "set to a particular version (e.g. 2010e)." - ) - return _CreateVersion(msvs_version, override_path, sdk_based=True) - version = str(version) - versions = _DetectVisualStudioVersions(version_map[version], "e" in version) - if not versions: - if not allow_fallback: - raise ValueError("Could not locate Visual Studio installation.") - if version == "auto": - # Default to 2005 if we couldn't find anything - return _CreateVersion("2005", None) - else: - return _CreateVersion(version, None) - return versions[0] diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/__init__.py b/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/__init__.py deleted file mode 100755 index 2aa39d0..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/__init__.py +++ /dev/null @@ -1,690 +0,0 @@ -#!/usr/bin/env python3 - -# Copyright (c) 2012 Google Inc. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - - -import copy -import gyp.input -import argparse -import os.path -import re -import shlex -import sys -import traceback -from gyp.common import GypError - - -# Default debug modes for GYP -debug = {} - -# List of "official" debug modes, but you can use anything you like. -DEBUG_GENERAL = "general" -DEBUG_VARIABLES = "variables" -DEBUG_INCLUDES = "includes" - - -def DebugOutput(mode, message, *args): - if "all" in gyp.debug or mode in gyp.debug: - ctx = ("unknown", 0, "unknown") - try: - f = traceback.extract_stack(limit=2) - if f: - ctx = f[0][:3] - except Exception: - pass - if args: - message %= args - print( - "%s:%s:%d:%s %s" - % (mode.upper(), os.path.basename(ctx[0]), ctx[1], ctx[2], message) - ) - - -def FindBuildFiles(): - extension = ".gyp" - files = os.listdir(os.getcwd()) - build_files = [] - for file in files: - if file.endswith(extension): - build_files.append(file) - return build_files - - -def Load( - build_files, - format, - default_variables={}, - includes=[], - depth=".", - params=None, - check=False, - circular_check=True, -): - """ - Loads one or more specified build files. - default_variables and includes will be copied before use. - Returns the generator for the specified format and the - data returned by loading the specified build files. - """ - if params is None: - params = {} - - if "-" in format: - format, params["flavor"] = format.split("-", 1) - - default_variables = copy.copy(default_variables) - - # Default variables provided by this program and its modules should be - # named WITH_CAPITAL_LETTERS to provide a distinct "best practice" namespace, - # avoiding collisions with user and automatic variables. - default_variables["GENERATOR"] = format - default_variables["GENERATOR_FLAVOR"] = params.get("flavor", "") - - # Format can be a custom python file, or by default the name of a module - # within gyp.generator. - if format.endswith(".py"): - generator_name = os.path.splitext(format)[0] - path, generator_name = os.path.split(generator_name) - - # Make sure the path to the custom generator is in sys.path - # Don't worry about removing it once we are done. Keeping the path - # to each generator that is used in sys.path is likely harmless and - # arguably a good idea. - path = os.path.abspath(path) - if path not in sys.path: - sys.path.insert(0, path) - else: - generator_name = "gyp.generator." + format - - # These parameters are passed in order (as opposed to by key) - # because ActivePython cannot handle key parameters to __import__. - generator = __import__(generator_name, globals(), locals(), generator_name) - for (key, val) in generator.generator_default_variables.items(): - default_variables.setdefault(key, val) - - output_dir = params["options"].generator_output or params["options"].toplevel_dir - if default_variables["GENERATOR"] == "ninja": - default_variables.setdefault( - "PRODUCT_DIR_ABS", - os.path.join(output_dir, "out", default_variables["build_type"]), - ) - else: - default_variables.setdefault( - "PRODUCT_DIR_ABS", - os.path.join(output_dir, default_variables["CONFIGURATION_NAME"]), - ) - - # Give the generator the opportunity to set additional variables based on - # the params it will receive in the output phase. - if getattr(generator, "CalculateVariables", None): - generator.CalculateVariables(default_variables, params) - - # Give the generator the opportunity to set generator_input_info based on - # the params it will receive in the output phase. - if getattr(generator, "CalculateGeneratorInputInfo", None): - generator.CalculateGeneratorInputInfo(params) - - # Fetch the generator specific info that gets fed to input, we use getattr - # so we can default things and the generators only have to provide what - # they need. - generator_input_info = { - "non_configuration_keys": getattr( - generator, "generator_additional_non_configuration_keys", [] - ), - "path_sections": getattr(generator, "generator_additional_path_sections", []), - "extra_sources_for_rules": getattr( - generator, "generator_extra_sources_for_rules", [] - ), - "generator_supports_multiple_toolsets": getattr( - generator, "generator_supports_multiple_toolsets", False - ), - "generator_wants_static_library_dependencies_adjusted": getattr( - generator, "generator_wants_static_library_dependencies_adjusted", True - ), - "generator_wants_sorted_dependencies": getattr( - generator, "generator_wants_sorted_dependencies", False - ), - "generator_filelist_paths": getattr( - generator, "generator_filelist_paths", None - ), - } - - # Process the input specific to this generator. - result = gyp.input.Load( - build_files, - default_variables, - includes[:], - depth, - generator_input_info, - check, - circular_check, - params["parallel"], - params["root_targets"], - ) - return [generator] + result - - -def NameValueListToDict(name_value_list): - """ - Takes an array of strings of the form 'NAME=VALUE' and creates a dictionary - of the pairs. If a string is simply NAME, then the value in the dictionary - is set to True. If VALUE can be converted to an integer, it is. - """ - result = {} - for item in name_value_list: - tokens = item.split("=", 1) - if len(tokens) == 2: - # If we can make it an int, use that, otherwise, use the string. - try: - token_value = int(tokens[1]) - except ValueError: - token_value = tokens[1] - # Set the variable to the supplied value. - result[tokens[0]] = token_value - else: - # No value supplied, treat it as a boolean and set it. - result[tokens[0]] = True - return result - - -def ShlexEnv(env_name): - flags = os.environ.get(env_name, []) - if flags: - flags = shlex.split(flags) - return flags - - -def FormatOpt(opt, value): - if opt.startswith("--"): - return f"{opt}={value}" - return opt + value - - -def RegenerateAppendFlag(flag, values, predicate, env_name, options): - """Regenerate a list of command line flags, for an option of action='append'. - - The |env_name|, if given, is checked in the environment and used to generate - an initial list of options, then the options that were specified on the - command line (given in |values|) are appended. This matches the handling of - environment variables and command line flags where command line flags override - the environment, while not requiring the environment to be set when the flags - are used again. - """ - flags = [] - if options.use_environment and env_name: - for flag_value in ShlexEnv(env_name): - value = FormatOpt(flag, predicate(flag_value)) - if value in flags: - flags.remove(value) - flags.append(value) - if values: - for flag_value in values: - flags.append(FormatOpt(flag, predicate(flag_value))) - return flags - - -def RegenerateFlags(options): - """Given a parsed options object, and taking the environment variables into - account, returns a list of flags that should regenerate an equivalent options - object (even in the absence of the environment variables.) - - Any path options will be normalized relative to depth. - - The format flag is not included, as it is assumed the calling generator will - set that as appropriate. - """ - - def FixPath(path): - path = gyp.common.FixIfRelativePath(path, options.depth) - if not path: - return os.path.curdir - return path - - def Noop(value): - return value - - # We always want to ignore the environment when regenerating, to avoid - # duplicate or changed flags in the environment at the time of regeneration. - flags = ["--ignore-environment"] - for name, metadata in options._regeneration_metadata.items(): - opt = metadata["opt"] - value = getattr(options, name) - value_predicate = metadata["type"] == "path" and FixPath or Noop - action = metadata["action"] - env_name = metadata["env_name"] - if action == "append": - flags.extend( - RegenerateAppendFlag(opt, value, value_predicate, env_name, options) - ) - elif action in ("store", None): # None is a synonym for 'store'. - if value: - flags.append(FormatOpt(opt, value_predicate(value))) - elif options.use_environment and env_name and os.environ.get(env_name): - flags.append(FormatOpt(opt, value_predicate(os.environ.get(env_name)))) - elif action in ("store_true", "store_false"): - if (action == "store_true" and value) or ( - action == "store_false" and not value - ): - flags.append(opt) - elif options.use_environment and env_name: - print( - "Warning: environment regeneration unimplemented " - "for %s flag %r env_name %r" % (action, opt, env_name), - file=sys.stderr, - ) - else: - print( - "Warning: regeneration unimplemented for action %r " - "flag %r" % (action, opt), - file=sys.stderr, - ) - - return flags - - -class RegeneratableOptionParser(argparse.ArgumentParser): - def __init__(self, usage): - self.__regeneratable_options = {} - argparse.ArgumentParser.__init__(self, usage=usage) - - def add_argument(self, *args, **kw): - """Add an option to the parser. - - This accepts the same arguments as ArgumentParser.add_argument, plus the - following: - regenerate: can be set to False to prevent this option from being included - in regeneration. - env_name: name of environment variable that additional values for this - option come from. - type: adds type='path', to tell the regenerator that the values of - this option need to be made relative to options.depth - """ - env_name = kw.pop("env_name", None) - if "dest" in kw and kw.pop("regenerate", True): - dest = kw["dest"] - - # The path type is needed for regenerating, for optparse we can just treat - # it as a string. - type = kw.get("type") - if type == "path": - kw["type"] = str - - self.__regeneratable_options[dest] = { - "action": kw.get("action"), - "type": type, - "env_name": env_name, - "opt": args[0], - } - - argparse.ArgumentParser.add_argument(self, *args, **kw) - - def parse_args(self, *args): - values, args = argparse.ArgumentParser.parse_known_args(self, *args) - values._regeneration_metadata = self.__regeneratable_options - return values, args - - -def gyp_main(args): - my_name = os.path.basename(sys.argv[0]) - usage = "usage: %(prog)s [options ...] [build_file ...]" - - parser = RegeneratableOptionParser(usage=usage.replace("%s", "%(prog)s")) - parser.add_argument( - "--build", - dest="configs", - action="append", - help="configuration for build after project generation", - ) - parser.add_argument( - "--check", dest="check", action="store_true", help="check format of gyp files" - ) - parser.add_argument( - "--config-dir", - dest="config_dir", - action="store", - env_name="GYP_CONFIG_DIR", - default=None, - help="The location for configuration files like " "include.gypi.", - ) - parser.add_argument( - "-d", - "--debug", - dest="debug", - metavar="DEBUGMODE", - action="append", - default=[], - help="turn on a debugging " - 'mode for debugging GYP. Supported modes are "variables", ' - '"includes" and "general" or "all" for all of them.', - ) - parser.add_argument( - "-D", - dest="defines", - action="append", - metavar="VAR=VAL", - env_name="GYP_DEFINES", - help="sets variable VAR to value VAL", - ) - parser.add_argument( - "--depth", - dest="depth", - metavar="PATH", - type="path", - help="set DEPTH gyp variable to a relative path to PATH", - ) - parser.add_argument( - "-f", - "--format", - dest="formats", - action="append", - env_name="GYP_GENERATORS", - regenerate=False, - help="output formats to generate", - ) - parser.add_argument( - "-G", - dest="generator_flags", - action="append", - default=[], - metavar="FLAG=VAL", - env_name="GYP_GENERATOR_FLAGS", - help="sets generator flag FLAG to VAL", - ) - parser.add_argument( - "--generator-output", - dest="generator_output", - action="store", - default=None, - metavar="DIR", - type="path", - env_name="GYP_GENERATOR_OUTPUT", - help="puts generated build files under DIR", - ) - parser.add_argument( - "--ignore-environment", - dest="use_environment", - action="store_false", - default=True, - regenerate=False, - help="do not read options from environment variables", - ) - parser.add_argument( - "-I", - "--include", - dest="includes", - action="append", - metavar="INCLUDE", - type="path", - help="files to include in all loaded .gyp files", - ) - # --no-circular-check disables the check for circular relationships between - # .gyp files. These relationships should not exist, but they've only been - # observed to be harmful with the Xcode generator. Chromium's .gyp files - # currently have some circular relationships on non-Mac platforms, so this - # option allows the strict behavior to be used on Macs and the lenient - # behavior to be used elsewhere. - # TODO(mark): Remove this option when http://crbug.com/35878 is fixed. - parser.add_argument( - "--no-circular-check", - dest="circular_check", - action="store_false", - default=True, - regenerate=False, - help="don't check for circular relationships between files", - ) - parser.add_argument( - "--no-parallel", - action="store_true", - default=False, - help="Disable multiprocessing", - ) - parser.add_argument( - "-S", - "--suffix", - dest="suffix", - default="", - help="suffix to add to generated files", - ) - parser.add_argument( - "--toplevel-dir", - dest="toplevel_dir", - action="store", - default=None, - metavar="DIR", - type="path", - help="directory to use as the root of the source tree", - ) - parser.add_argument( - "-R", - "--root-target", - dest="root_targets", - action="append", - metavar="TARGET", - help="include only TARGET and its deep dependencies", - ) - parser.add_argument( - "-V", - "--version", - dest="version", - action="store_true", - help="Show the version and exit.", - ) - - options, build_files_arg = parser.parse_args(args) - if options.version: - import pkg_resources - print(f"v{pkg_resources.get_distribution('gyp-next').version}") - return 0 - build_files = build_files_arg - - # Set up the configuration directory (defaults to ~/.gyp) - if not options.config_dir: - home = None - home_dot_gyp = None - if options.use_environment: - home_dot_gyp = os.environ.get("GYP_CONFIG_DIR", None) - if home_dot_gyp: - home_dot_gyp = os.path.expanduser(home_dot_gyp) - - if not home_dot_gyp: - home_vars = ["HOME"] - if sys.platform in ("cygwin", "win32"): - home_vars.append("USERPROFILE") - for home_var in home_vars: - home = os.getenv(home_var) - if home: - home_dot_gyp = os.path.join(home, ".gyp") - if not os.path.exists(home_dot_gyp): - home_dot_gyp = None - else: - break - else: - home_dot_gyp = os.path.expanduser(options.config_dir) - - if home_dot_gyp and not os.path.exists(home_dot_gyp): - home_dot_gyp = None - - if not options.formats: - # If no format was given on the command line, then check the env variable. - generate_formats = [] - if options.use_environment: - generate_formats = os.environ.get("GYP_GENERATORS", []) - if generate_formats: - generate_formats = re.split(r"[\s,]", generate_formats) - if generate_formats: - options.formats = generate_formats - else: - # Nothing in the variable, default based on platform. - if sys.platform == "darwin": - options.formats = ["xcode"] - elif sys.platform in ("win32", "cygwin"): - options.formats = ["msvs"] - else: - options.formats = ["make"] - - if not options.generator_output and options.use_environment: - g_o = os.environ.get("GYP_GENERATOR_OUTPUT") - if g_o: - options.generator_output = g_o - - options.parallel = not options.no_parallel - - for mode in options.debug: - gyp.debug[mode] = 1 - - # Do an extra check to avoid work when we're not debugging. - if DEBUG_GENERAL in gyp.debug: - DebugOutput(DEBUG_GENERAL, "running with these options:") - for option, value in sorted(options.__dict__.items()): - if option[0] == "_": - continue - if isinstance(value, str): - DebugOutput(DEBUG_GENERAL, " %s: '%s'", option, value) - else: - DebugOutput(DEBUG_GENERAL, " %s: %s", option, value) - - if not build_files: - build_files = FindBuildFiles() - if not build_files: - raise GypError((usage + "\n\n%s: error: no build_file") % (my_name, my_name)) - - # TODO(mark): Chromium-specific hack! - # For Chromium, the gyp "depth" variable should always be a relative path - # to Chromium's top-level "src" directory. If no depth variable was set - # on the command line, try to find a "src" directory by looking at the - # absolute path to each build file's directory. The first "src" component - # found will be treated as though it were the path used for --depth. - if not options.depth: - for build_file in build_files: - build_file_dir = os.path.abspath(os.path.dirname(build_file)) - build_file_dir_components = build_file_dir.split(os.path.sep) - components_len = len(build_file_dir_components) - for index in range(components_len - 1, -1, -1): - if build_file_dir_components[index] == "src": - options.depth = os.path.sep.join(build_file_dir_components) - break - del build_file_dir_components[index] - - # If the inner loop found something, break without advancing to another - # build file. - if options.depth: - break - - if not options.depth: - raise GypError( - "Could not automatically locate src directory. This is" - "a temporary Chromium feature that will be removed. Use" - "--depth as a workaround." - ) - - # If toplevel-dir is not set, we assume that depth is the root of our source - # tree. - if not options.toplevel_dir: - options.toplevel_dir = options.depth - - # -D on the command line sets variable defaults - D isn't just for define, - # it's for default. Perhaps there should be a way to force (-F?) a - # variable's value so that it can't be overridden by anything else. - cmdline_default_variables = {} - defines = [] - if options.use_environment: - defines += ShlexEnv("GYP_DEFINES") - if options.defines: - defines += options.defines - cmdline_default_variables = NameValueListToDict(defines) - if DEBUG_GENERAL in gyp.debug: - DebugOutput( - DEBUG_GENERAL, "cmdline_default_variables: %s", cmdline_default_variables - ) - - # Set up includes. - includes = [] - - # If ~/.gyp/include.gypi exists, it'll be forcibly included into every - # .gyp file that's loaded, before anything else is included. - if home_dot_gyp: - default_include = os.path.join(home_dot_gyp, "include.gypi") - if os.path.exists(default_include): - print("Using overrides found in " + default_include) - includes.append(default_include) - - # Command-line --include files come after the default include. - if options.includes: - includes.extend(options.includes) - - # Generator flags should be prefixed with the target generator since they - # are global across all generator runs. - gen_flags = [] - if options.use_environment: - gen_flags += ShlexEnv("GYP_GENERATOR_FLAGS") - if options.generator_flags: - gen_flags += options.generator_flags - generator_flags = NameValueListToDict(gen_flags) - if DEBUG_GENERAL in gyp.debug.keys(): - DebugOutput(DEBUG_GENERAL, "generator_flags: %s", generator_flags) - - # Generate all requested formats (use a set in case we got one format request - # twice) - for format in set(options.formats): - params = { - "options": options, - "build_files": build_files, - "generator_flags": generator_flags, - "cwd": os.getcwd(), - "build_files_arg": build_files_arg, - "gyp_binary": sys.argv[0], - "home_dot_gyp": home_dot_gyp, - "parallel": options.parallel, - "root_targets": options.root_targets, - "target_arch": cmdline_default_variables.get("target_arch", ""), - } - - # Start with the default variables from the command line. - [generator, flat_list, targets, data] = Load( - build_files, - format, - cmdline_default_variables, - includes, - options.depth, - params, - options.check, - options.circular_check, - ) - - # TODO(mark): Pass |data| for now because the generator needs a list of - # build files that came in. In the future, maybe it should just accept - # a list, and not the whole data dict. - # NOTE: flat_list is the flattened dependency graph specifying the order - # that targets may be built. Build systems that operate serially or that - # need to have dependencies defined before dependents reference them should - # generate targets in the order specified in flat_list. - generator.GenerateOutput(flat_list, targets, data, params) - - if options.configs: - valid_configs = targets[flat_list[0]]["configurations"] - for conf in options.configs: - if conf not in valid_configs: - raise GypError("Invalid config specified via --build: %s" % conf) - generator.PerformBuild(data, options.configs, params) - - # Done - return 0 - - -def main(args): - try: - return gyp_main(args) - except GypError as e: - sys.stderr.write("gyp: %s\n" % e) - return 1 - - -# NOTE: setuptools generated console_scripts calls function with no arguments -def script_main(): - return main(sys.argv[1:]) - - -if __name__ == "__main__": - sys.exit(script_main()) diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/common.py b/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/common.py deleted file mode 100644 index d77adee..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/common.py +++ /dev/null @@ -1,661 +0,0 @@ -# Copyright (c) 2012 Google Inc. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - -import errno -import filecmp -import os.path -import re -import tempfile -import sys -import subprocess - -from collections.abc import MutableSet - - -# A minimal memoizing decorator. It'll blow up if the args aren't immutable, -# among other "problems". -class memoize: - def __init__(self, func): - self.func = func - self.cache = {} - - def __call__(self, *args): - try: - return self.cache[args] - except KeyError: - result = self.func(*args) - self.cache[args] = result - return result - - -class GypError(Exception): - """Error class representing an error, which is to be presented - to the user. The main entry point will catch and display this. - """ - - pass - - -def ExceptionAppend(e, msg): - """Append a message to the given exception's message.""" - if not e.args: - e.args = (msg,) - elif len(e.args) == 1: - e.args = (str(e.args[0]) + " " + msg,) - else: - e.args = (str(e.args[0]) + " " + msg,) + e.args[1:] - - -def FindQualifiedTargets(target, qualified_list): - """ - Given a list of qualified targets, return the qualified targets for the - specified |target|. - """ - return [t for t in qualified_list if ParseQualifiedTarget(t)[1] == target] - - -def ParseQualifiedTarget(target): - # Splits a qualified target into a build file, target name and toolset. - - # NOTE: rsplit is used to disambiguate the Windows drive letter separator. - target_split = target.rsplit(":", 1) - if len(target_split) == 2: - [build_file, target] = target_split - else: - build_file = None - - target_split = target.rsplit("#", 1) - if len(target_split) == 2: - [target, toolset] = target_split - else: - toolset = None - - return [build_file, target, toolset] - - -def ResolveTarget(build_file, target, toolset): - # This function resolves a target into a canonical form: - # - a fully defined build file, either absolute or relative to the current - # directory - # - a target name - # - a toolset - # - # build_file is the file relative to which 'target' is defined. - # target is the qualified target. - # toolset is the default toolset for that target. - [parsed_build_file, target, parsed_toolset] = ParseQualifiedTarget(target) - - if parsed_build_file: - if build_file: - # If a relative path, parsed_build_file is relative to the directory - # containing build_file. If build_file is not in the current directory, - # parsed_build_file is not a usable path as-is. Resolve it by - # interpreting it as relative to build_file. If parsed_build_file is - # absolute, it is usable as a path regardless of the current directory, - # and os.path.join will return it as-is. - build_file = os.path.normpath( - os.path.join(os.path.dirname(build_file), parsed_build_file) - ) - # Further (to handle cases like ../cwd), make it relative to cwd) - if not os.path.isabs(build_file): - build_file = RelativePath(build_file, ".") - else: - build_file = parsed_build_file - - if parsed_toolset: - toolset = parsed_toolset - - return [build_file, target, toolset] - - -def BuildFile(fully_qualified_target): - # Extracts the build file from the fully qualified target. - return ParseQualifiedTarget(fully_qualified_target)[0] - - -def GetEnvironFallback(var_list, default): - """Look up a key in the environment, with fallback to secondary keys - and finally falling back to a default value.""" - for var in var_list: - if var in os.environ: - return os.environ[var] - return default - - -def QualifiedTarget(build_file, target, toolset): - # "Qualified" means the file that a target was defined in and the target - # name, separated by a colon, suffixed by a # and the toolset name: - # /path/to/file.gyp:target_name#toolset - fully_qualified = build_file + ":" + target - if toolset: - fully_qualified = fully_qualified + "#" + toolset - return fully_qualified - - -@memoize -def RelativePath(path, relative_to, follow_path_symlink=True): - # Assuming both |path| and |relative_to| are relative to the current - # directory, returns a relative path that identifies path relative to - # relative_to. - # If |follow_symlink_path| is true (default) and |path| is a symlink, then - # this method returns a path to the real file represented by |path|. If it is - # false, this method returns a path to the symlink. If |path| is not a - # symlink, this option has no effect. - - # Convert to normalized (and therefore absolute paths). - if follow_path_symlink: - path = os.path.realpath(path) - else: - path = os.path.abspath(path) - relative_to = os.path.realpath(relative_to) - - # On Windows, we can't create a relative path to a different drive, so just - # use the absolute path. - if sys.platform == "win32": - if ( - os.path.splitdrive(path)[0].lower() - != os.path.splitdrive(relative_to)[0].lower() - ): - return path - - # Split the paths into components. - path_split = path.split(os.path.sep) - relative_to_split = relative_to.split(os.path.sep) - - # Determine how much of the prefix the two paths share. - prefix_len = len(os.path.commonprefix([path_split, relative_to_split])) - - # Put enough ".." components to back up out of relative_to to the common - # prefix, and then append the part of path_split after the common prefix. - relative_split = [os.path.pardir] * ( - len(relative_to_split) - prefix_len - ) + path_split[prefix_len:] - - if len(relative_split) == 0: - # The paths were the same. - return "" - - # Turn it back into a string and we're done. - return os.path.join(*relative_split) - - -@memoize -def InvertRelativePath(path, toplevel_dir=None): - """Given a path like foo/bar that is relative to toplevel_dir, return - the inverse relative path back to the toplevel_dir. - - E.g. os.path.normpath(os.path.join(path, InvertRelativePath(path))) - should always produce the empty string, unless the path contains symlinks. - """ - if not path: - return path - toplevel_dir = "." if toplevel_dir is None else toplevel_dir - return RelativePath(toplevel_dir, os.path.join(toplevel_dir, path)) - - -def FixIfRelativePath(path, relative_to): - # Like RelativePath but returns |path| unchanged if it is absolute. - if os.path.isabs(path): - return path - return RelativePath(path, relative_to) - - -def UnrelativePath(path, relative_to): - # Assuming that |relative_to| is relative to the current directory, and |path| - # is a path relative to the dirname of |relative_to|, returns a path that - # identifies |path| relative to the current directory. - rel_dir = os.path.dirname(relative_to) - return os.path.normpath(os.path.join(rel_dir, path)) - - -# re objects used by EncodePOSIXShellArgument. See IEEE 1003.1 XCU.2.2 at -# http://www.opengroup.org/onlinepubs/009695399/utilities/xcu_chap02.html#tag_02_02 -# and the documentation for various shells. - -# _quote is a pattern that should match any argument that needs to be quoted -# with double-quotes by EncodePOSIXShellArgument. It matches the following -# characters appearing anywhere in an argument: -# \t, \n, space parameter separators -# # comments -# $ expansions (quoted to always expand within one argument) -# % called out by IEEE 1003.1 XCU.2.2 -# & job control -# ' quoting -# (, ) subshell execution -# *, ?, [ pathname expansion -# ; command delimiter -# <, >, | redirection -# = assignment -# {, } brace expansion (bash) -# ~ tilde expansion -# It also matches the empty string, because "" (or '') is the only way to -# represent an empty string literal argument to a POSIX shell. -# -# This does not match the characters in _escape, because those need to be -# backslash-escaped regardless of whether they appear in a double-quoted -# string. -_quote = re.compile("[\t\n #$%&'()*;<=>?[{|}~]|^$") - -# _escape is a pattern that should match any character that needs to be -# escaped with a backslash, whether or not the argument matched the _quote -# pattern. _escape is used with re.sub to backslash anything in _escape's -# first match group, hence the (parentheses) in the regular expression. -# -# _escape matches the following characters appearing anywhere in an argument: -# " to prevent POSIX shells from interpreting this character for quoting -# \ to prevent POSIX shells from interpreting this character for escaping -# ` to prevent POSIX shells from interpreting this character for command -# substitution -# Missing from this list is $, because the desired behavior of -# EncodePOSIXShellArgument is to permit parameter (variable) expansion. -# -# Also missing from this list is !, which bash will interpret as the history -# expansion character when history is enabled. bash does not enable history -# by default in non-interactive shells, so this is not thought to be a problem. -# ! was omitted from this list because bash interprets "\!" as a literal string -# including the backslash character (avoiding history expansion but retaining -# the backslash), which would not be correct for argument encoding. Handling -# this case properly would also be problematic because bash allows the history -# character to be changed with the histchars shell variable. Fortunately, -# as history is not enabled in non-interactive shells and -# EncodePOSIXShellArgument is only expected to encode for non-interactive -# shells, there is no room for error here by ignoring !. -_escape = re.compile(r'(["\\`])') - - -def EncodePOSIXShellArgument(argument): - """Encodes |argument| suitably for consumption by POSIX shells. - - argument may be quoted and escaped as necessary to ensure that POSIX shells - treat the returned value as a literal representing the argument passed to - this function. Parameter (variable) expansions beginning with $ are allowed - to remain intact without escaping the $, to allow the argument to contain - references to variables to be expanded by the shell. - """ - - if not isinstance(argument, str): - argument = str(argument) - - if _quote.search(argument): - quote = '"' - else: - quote = "" - - encoded = quote + re.sub(_escape, r"\\\1", argument) + quote - - return encoded - - -def EncodePOSIXShellList(list): - """Encodes |list| suitably for consumption by POSIX shells. - - Returns EncodePOSIXShellArgument for each item in list, and joins them - together using the space character as an argument separator. - """ - - encoded_arguments = [] - for argument in list: - encoded_arguments.append(EncodePOSIXShellArgument(argument)) - return " ".join(encoded_arguments) - - -def DeepDependencyTargets(target_dicts, roots): - """Returns the recursive list of target dependencies.""" - dependencies = set() - pending = set(roots) - while pending: - # Pluck out one. - r = pending.pop() - # Skip if visited already. - if r in dependencies: - continue - # Add it. - dependencies.add(r) - # Add its children. - spec = target_dicts[r] - pending.update(set(spec.get("dependencies", []))) - pending.update(set(spec.get("dependencies_original", []))) - return list(dependencies - set(roots)) - - -def BuildFileTargets(target_list, build_file): - """From a target_list, returns the subset from the specified build_file. - """ - return [p for p in target_list if BuildFile(p) == build_file] - - -def AllTargets(target_list, target_dicts, build_file): - """Returns all targets (direct and dependencies) for the specified build_file. - """ - bftargets = BuildFileTargets(target_list, build_file) - deptargets = DeepDependencyTargets(target_dicts, bftargets) - return bftargets + deptargets - - -def WriteOnDiff(filename): - """Write to a file only if the new contents differ. - - Arguments: - filename: name of the file to potentially write to. - Returns: - A file like object which will write to temporary file and only overwrite - the target if it differs (on close). - """ - - class Writer: - """Wrapper around file which only covers the target if it differs.""" - - def __init__(self): - # On Cygwin remove the "dir" argument - # `C:` prefixed paths are treated as relative, - # consequently ending up with current dir "/cygdrive/c/..." - # being prefixed to those, which was - # obviously a non-existent path, - # for example: "/cygdrive/c/<some folder>/C:\<my win style abs path>". - # For more details see: - # https://docs.python.org/2/library/tempfile.html#tempfile.mkstemp - base_temp_dir = "" if IsCygwin() else os.path.dirname(filename) - # Pick temporary file. - tmp_fd, self.tmp_path = tempfile.mkstemp( - suffix=".tmp", - prefix=os.path.split(filename)[1] + ".gyp.", - dir=base_temp_dir, - ) - try: - self.tmp_file = os.fdopen(tmp_fd, "wb") - except Exception: - # Don't leave turds behind. - os.unlink(self.tmp_path) - raise - - def __getattr__(self, attrname): - # Delegate everything else to self.tmp_file - return getattr(self.tmp_file, attrname) - - def close(self): - try: - # Close tmp file. - self.tmp_file.close() - # Determine if different. - same = False - try: - same = filecmp.cmp(self.tmp_path, filename, False) - except OSError as e: - if e.errno != errno.ENOENT: - raise - - if same: - # The new file is identical to the old one, just get rid of the new - # one. - os.unlink(self.tmp_path) - else: - # The new file is different from the old one, - # or there is no old one. - # Rename the new file to the permanent name. - # - # tempfile.mkstemp uses an overly restrictive mode, resulting in a - # file that can only be read by the owner, regardless of the umask. - # There's no reason to not respect the umask here, - # which means that an extra hoop is required - # to fetch it and reset the new file's mode. - # - # No way to get the umask without setting a new one? Set a safe one - # and then set it back to the old value. - umask = os.umask(0o77) - os.umask(umask) - os.chmod(self.tmp_path, 0o666 & ~umask) - if sys.platform == "win32" and os.path.exists(filename): - # NOTE: on windows (but not cygwin) rename will not replace an - # existing file, so it must be preceded with a remove. - # Sadly there is no way to make the switch atomic. - os.remove(filename) - os.rename(self.tmp_path, filename) - except Exception: - # Don't leave turds behind. - os.unlink(self.tmp_path) - raise - - def write(self, s): - self.tmp_file.write(s.encode("utf-8")) - - return Writer() - - -def EnsureDirExists(path): - """Make sure the directory for |path| exists.""" - try: - os.makedirs(os.path.dirname(path)) - except OSError: - pass - - -def GetFlavor(params): - """Returns |params.flavor| if it's set, the system's default flavor else.""" - flavors = { - "cygwin": "win", - "win32": "win", - "darwin": "mac", - } - - if "flavor" in params: - return params["flavor"] - if sys.platform in flavors: - return flavors[sys.platform] - if sys.platform.startswith("sunos"): - return "solaris" - if sys.platform.startswith(("dragonfly", "freebsd")): - return "freebsd" - if sys.platform.startswith("openbsd"): - return "openbsd" - if sys.platform.startswith("netbsd"): - return "netbsd" - if sys.platform.startswith("aix"): - return "aix" - if sys.platform.startswith(("os390", "zos")): - return "zos" - if sys.platform == "os400": - return "os400" - - return "linux" - - -def CopyTool(flavor, out_path, generator_flags={}): - """Finds (flock|mac|win)_tool.gyp in the gyp directory and copies it - to |out_path|.""" - # aix and solaris just need flock emulation. mac and win use more complicated - # support scripts. - prefix = { - "aix": "flock", - "os400": "flock", - "solaris": "flock", - "mac": "mac", - "ios": "mac", - "win": "win", - }.get(flavor, None) - if not prefix: - return - - # Slurp input file. - source_path = os.path.join( - os.path.dirname(os.path.abspath(__file__)), "%s_tool.py" % prefix - ) - with open(source_path) as source_file: - source = source_file.readlines() - - # Set custom header flags. - header = "# Generated by gyp. Do not edit.\n" - mac_toolchain_dir = generator_flags.get("mac_toolchain_dir", None) - if flavor == "mac" and mac_toolchain_dir: - header += "import os;\nos.environ['DEVELOPER_DIR']='%s'\n" % mac_toolchain_dir - - # Add header and write it out. - tool_path = os.path.join(out_path, "gyp-%s-tool" % prefix) - with open(tool_path, "w") as tool_file: - tool_file.write("".join([source[0], header] + source[1:])) - - # Make file executable. - os.chmod(tool_path, 0o755) - - -# From Alex Martelli, -# http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/52560 -# ASPN: Python Cookbook: Remove duplicates from a sequence -# First comment, dated 2001/10/13. -# (Also in the printed Python Cookbook.) - - -def uniquer(seq, idfun=lambda x: x): - seen = {} - result = [] - for item in seq: - marker = idfun(item) - if marker in seen: - continue - seen[marker] = 1 - result.append(item) - return result - - -# Based on http://code.activestate.com/recipes/576694/. -class OrderedSet(MutableSet): - def __init__(self, iterable=None): - self.end = end = [] - end += [None, end, end] # sentinel node for doubly linked list - self.map = {} # key --> [key, prev, next] - if iterable is not None: - self |= iterable - - def __len__(self): - return len(self.map) - - def __contains__(self, key): - return key in self.map - - def add(self, key): - if key not in self.map: - end = self.end - curr = end[1] - curr[2] = end[1] = self.map[key] = [key, curr, end] - - def discard(self, key): - if key in self.map: - key, prev_item, next_item = self.map.pop(key) - prev_item[2] = next_item - next_item[1] = prev_item - - def __iter__(self): - end = self.end - curr = end[2] - while curr is not end: - yield curr[0] - curr = curr[2] - - def __reversed__(self): - end = self.end - curr = end[1] - while curr is not end: - yield curr[0] - curr = curr[1] - - # The second argument is an addition that causes a pylint warning. - def pop(self, last=True): # pylint: disable=W0221 - if not self: - raise KeyError("set is empty") - key = self.end[1][0] if last else self.end[2][0] - self.discard(key) - return key - - def __repr__(self): - if not self: - return f"{self.__class__.__name__}()" - return f"{self.__class__.__name__}({list(self)!r})" - - def __eq__(self, other): - if isinstance(other, OrderedSet): - return len(self) == len(other) and list(self) == list(other) - return set(self) == set(other) - - # Extensions to the recipe. - def update(self, iterable): - for i in iterable: - if i not in self: - self.add(i) - - -class CycleError(Exception): - """An exception raised when an unexpected cycle is detected.""" - - def __init__(self, nodes): - self.nodes = nodes - - def __str__(self): - return "CycleError: cycle involving: " + str(self.nodes) - - -def TopologicallySorted(graph, get_edges): - r"""Topologically sort based on a user provided edge definition. - - Args: - graph: A list of node names. - get_edges: A function mapping from node name to a hashable collection - of node names which this node has outgoing edges to. - Returns: - A list containing all of the node in graph in topological order. - It is assumed that calling get_edges once for each node and caching is - cheaper than repeatedly calling get_edges. - Raises: - CycleError in the event of a cycle. - Example: - graph = {'a': '$(b) $(c)', 'b': 'hi', 'c': '$(b)'} - def GetEdges(node): - return re.findall(r'\$\(([^))]\)', graph[node]) - print TopologicallySorted(graph.keys(), GetEdges) - ==> - ['a', 'c', b'] - """ - get_edges = memoize(get_edges) - visited = set() - visiting = set() - ordered_nodes = [] - - def Visit(node): - if node in visiting: - raise CycleError(visiting) - if node in visited: - return - visited.add(node) - visiting.add(node) - for neighbor in get_edges(node): - Visit(neighbor) - visiting.remove(node) - ordered_nodes.insert(0, node) - - for node in sorted(graph): - Visit(node) - return ordered_nodes - - -def CrossCompileRequested(): - # TODO: figure out how to not build extra host objects in the - # non-cross-compile case when this is enabled, and enable unconditionally. - return ( - os.environ.get("GYP_CROSSCOMPILE") - or os.environ.get("AR_host") - or os.environ.get("CC_host") - or os.environ.get("CXX_host") - or os.environ.get("AR_target") - or os.environ.get("CC_target") - or os.environ.get("CXX_target") - ) - - -def IsCygwin(): - try: - out = subprocess.Popen( - "uname", stdout=subprocess.PIPE, stderr=subprocess.STDOUT - ) - stdout = out.communicate()[0].decode("utf-8") - return "CYGWIN" in str(stdout) - except Exception: - return False diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/common_test.py b/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/common_test.py deleted file mode 100755 index 0534408..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/common_test.py +++ /dev/null @@ -1,78 +0,0 @@ -#!/usr/bin/env python3 - -# Copyright (c) 2012 Google Inc. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - -"""Unit tests for the common.py file.""" - -import gyp.common -import unittest -import sys - - -class TestTopologicallySorted(unittest.TestCase): - def test_Valid(self): - """Test that sorting works on a valid graph with one possible order.""" - graph = { - "a": ["b", "c"], - "b": [], - "c": ["d"], - "d": ["b"], - } - - def GetEdge(node): - return tuple(graph[node]) - - self.assertEqual( - gyp.common.TopologicallySorted(graph.keys(), GetEdge), ["a", "c", "d", "b"] - ) - - def test_Cycle(self): - """Test that an exception is thrown on a cyclic graph.""" - graph = { - "a": ["b"], - "b": ["c"], - "c": ["d"], - "d": ["a"], - } - - def GetEdge(node): - return tuple(graph[node]) - - self.assertRaises( - gyp.common.CycleError, gyp.common.TopologicallySorted, graph.keys(), GetEdge - ) - - -class TestGetFlavor(unittest.TestCase): - """Test that gyp.common.GetFlavor works as intended""" - - original_platform = "" - - def setUp(self): - self.original_platform = sys.platform - - def tearDown(self): - sys.platform = self.original_platform - - def assertFlavor(self, expected, argument, param): - sys.platform = argument - self.assertEqual(expected, gyp.common.GetFlavor(param)) - - def test_platform_default(self): - self.assertFlavor("freebsd", "freebsd9", {}) - self.assertFlavor("freebsd", "freebsd10", {}) - self.assertFlavor("openbsd", "openbsd5", {}) - self.assertFlavor("solaris", "sunos5", {}) - self.assertFlavor("solaris", "sunos", {}) - self.assertFlavor("linux", "linux2", {}) - self.assertFlavor("linux", "linux3", {}) - self.assertFlavor("linux", "linux", {}) - - def test_param(self): - self.assertFlavor("foobar", "linux2", {"flavor": "foobar"}) - - -if __name__ == "__main__": - unittest.main() diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/easy_xml.py b/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/easy_xml.py deleted file mode 100644 index bda1a47..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/easy_xml.py +++ /dev/null @@ -1,165 +0,0 @@ -# Copyright (c) 2011 Google Inc. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - -import sys -import re -import os -import locale -from functools import reduce - - -def XmlToString(content, encoding="utf-8", pretty=False): - """ Writes the XML content to disk, touching the file only if it has changed. - - Visual Studio files have a lot of pre-defined structures. This function makes - it easy to represent these structures as Python data structures, instead of - having to create a lot of function calls. - - Each XML element of the content is represented as a list composed of: - 1. The name of the element, a string, - 2. The attributes of the element, a dictionary (optional), and - 3+. The content of the element, if any. Strings are simple text nodes and - lists are child elements. - - Example 1: - <test/> - becomes - ['test'] - - Example 2: - <myelement a='value1' b='value2'> - <childtype>This is</childtype> - <childtype>it!</childtype> - </myelement> - - becomes - ['myelement', {'a':'value1', 'b':'value2'}, - ['childtype', 'This is'], - ['childtype', 'it!'], - ] - - Args: - content: The structured content to be converted. - encoding: The encoding to report on the first XML line. - pretty: True if we want pretty printing with indents and new lines. - - Returns: - The XML content as a string. - """ - # We create a huge list of all the elements of the file. - xml_parts = ['<?xml version="1.0" encoding="%s"?>' % encoding] - if pretty: - xml_parts.append("\n") - _ConstructContentList(xml_parts, content, pretty) - - # Convert it to a string - return "".join(xml_parts) - - -def _ConstructContentList(xml_parts, specification, pretty, level=0): - """ Appends the XML parts corresponding to the specification. - - Args: - xml_parts: A list of XML parts to be appended to. - specification: The specification of the element. See EasyXml docs. - pretty: True if we want pretty printing with indents and new lines. - level: Indentation level. - """ - # The first item in a specification is the name of the element. - if pretty: - indentation = " " * level - new_line = "\n" - else: - indentation = "" - new_line = "" - name = specification[0] - if not isinstance(name, str): - raise Exception( - "The first item of an EasyXml specification should be " - "a string. Specification was " + str(specification) - ) - xml_parts.append(indentation + "<" + name) - - # Optionally in second position is a dictionary of the attributes. - rest = specification[1:] - if rest and isinstance(rest[0], dict): - for at, val in sorted(rest[0].items()): - xml_parts.append(f' {at}="{_XmlEscape(val, attr=True)}"') - rest = rest[1:] - if rest: - xml_parts.append(">") - all_strings = reduce(lambda x, y: x and isinstance(y, str), rest, True) - multi_line = not all_strings - if multi_line and new_line: - xml_parts.append(new_line) - for child_spec in rest: - # If it's a string, append a text node. - # Otherwise recurse over that child definition - if isinstance(child_spec, str): - xml_parts.append(_XmlEscape(child_spec)) - else: - _ConstructContentList(xml_parts, child_spec, pretty, level + 1) - if multi_line and indentation: - xml_parts.append(indentation) - xml_parts.append(f"</{name}>{new_line}") - else: - xml_parts.append("/>%s" % new_line) - - -def WriteXmlIfChanged(content, path, encoding="utf-8", pretty=False, - win32=(sys.platform == "win32")): - """ Writes the XML content to disk, touching the file only if it has changed. - - Args: - content: The structured content to be written. - path: Location of the file. - encoding: The encoding to report on the first line of the XML file. - pretty: True if we want pretty printing with indents and new lines. - """ - xml_string = XmlToString(content, encoding, pretty) - if win32 and os.linesep != "\r\n": - xml_string = xml_string.replace("\n", "\r\n") - - default_encoding = locale.getdefaultlocale()[1] - if default_encoding and default_encoding.upper() != encoding.upper(): - xml_string = xml_string.encode(encoding) - - # Get the old content - try: - with open(path) as file: - existing = file.read() - except OSError: - existing = None - - # It has changed, write it - if existing != xml_string: - with open(path, "wb") as file: - file.write(xml_string) - - -_xml_escape_map = { - '"': "&quot;", - "'": "&apos;", - "<": "&lt;", - ">": "&gt;", - "&": "&amp;", - "\n": "&#xA;", - "\r": "&#xD;", -} - - -_xml_escape_re = re.compile("(%s)" % "|".join(map(re.escape, _xml_escape_map.keys()))) - - -def _XmlEscape(value, attr=False): - """ Escape a string for inclusion in XML.""" - - def replace(match): - m = match.string[match.start() : match.end()] - # don't replace single quotes in attrs - if attr and m == "'": - return m - return _xml_escape_map[m] - - return _xml_escape_re.sub(replace, value) diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/easy_xml_test.py b/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/easy_xml_test.py deleted file mode 100755 index 342f693..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/easy_xml_test.py +++ /dev/null @@ -1,109 +0,0 @@ -#!/usr/bin/env python3 - -# Copyright (c) 2011 Google Inc. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - -""" Unit tests for the easy_xml.py file. """ - -import gyp.easy_xml as easy_xml -import unittest - -from io import StringIO - - -class TestSequenceFunctions(unittest.TestCase): - def setUp(self): - self.stderr = StringIO() - - def test_EasyXml_simple(self): - self.assertEqual( - easy_xml.XmlToString(["test"]), - '<?xml version="1.0" encoding="utf-8"?><test/>', - ) - - self.assertEqual( - easy_xml.XmlToString(["test"], encoding="Windows-1252"), - '<?xml version="1.0" encoding="Windows-1252"?><test/>', - ) - - def test_EasyXml_simple_with_attributes(self): - self.assertEqual( - easy_xml.XmlToString(["test2", {"a": "value1", "b": "value2"}]), - '<?xml version="1.0" encoding="utf-8"?><test2 a="value1" b="value2"/>', - ) - - def test_EasyXml_escaping(self): - original = "<test>'\"\r&\nfoo" - converted = "&lt;test&gt;'&quot;&#xD;&amp;&#xA;foo" - converted_apos = converted.replace("'", "&apos;") - self.assertEqual( - easy_xml.XmlToString(["test3", {"a": original}, original]), - '<?xml version="1.0" encoding="utf-8"?><test3 a="%s">%s</test3>' - % (converted, converted_apos), - ) - - def test_EasyXml_pretty(self): - self.assertEqual( - easy_xml.XmlToString( - ["test3", ["GrandParent", ["Parent1", ["Child"]], ["Parent2"]]], - pretty=True, - ), - '<?xml version="1.0" encoding="utf-8"?>\n' - "<test3>\n" - " <GrandParent>\n" - " <Parent1>\n" - " <Child/>\n" - " </Parent1>\n" - " <Parent2/>\n" - " </GrandParent>\n" - "</test3>\n", - ) - - def test_EasyXml_complex(self): - # We want to create: - target = ( - '<?xml version="1.0" encoding="utf-8"?>' - "<Project>" - '<PropertyGroup Label="Globals">' - "<ProjectGuid>{D2250C20-3A94-4FB9-AF73-11BC5B73884B}</ProjectGuid>" - "<Keyword>Win32Proj</Keyword>" - "<RootNamespace>automated_ui_tests</RootNamespace>" - "</PropertyGroup>" - '<Import Project="$(VCTargetsPath)\\Microsoft.Cpp.props"/>' - "<PropertyGroup " - "Condition=\"'$(Configuration)|$(Platform)'==" - '\'Debug|Win32\'" Label="Configuration">' - "<ConfigurationType>Application</ConfigurationType>" - "<CharacterSet>Unicode</CharacterSet>" - "</PropertyGroup>" - "</Project>" - ) - - xml = easy_xml.XmlToString( - [ - "Project", - [ - "PropertyGroup", - {"Label": "Globals"}, - ["ProjectGuid", "{D2250C20-3A94-4FB9-AF73-11BC5B73884B}"], - ["Keyword", "Win32Proj"], - ["RootNamespace", "automated_ui_tests"], - ], - ["Import", {"Project": "$(VCTargetsPath)\\Microsoft.Cpp.props"}], - [ - "PropertyGroup", - { - "Condition": "'$(Configuration)|$(Platform)'=='Debug|Win32'", - "Label": "Configuration", - }, - ["ConfigurationType", "Application"], - ["CharacterSet", "Unicode"], - ], - ] - ) - self.assertEqual(xml, target) - - -if __name__ == "__main__": - unittest.main() diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/flock_tool.py b/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/flock_tool.py deleted file mode 100755 index 0754aff..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/flock_tool.py +++ /dev/null @@ -1,55 +0,0 @@ -#!/usr/bin/env python3 -# Copyright (c) 2011 Google Inc. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - -"""These functions are executed via gyp-flock-tool when using the Makefile -generator. Used on systems that don't have a built-in flock.""" - -import fcntl -import os -import struct -import subprocess -import sys - - -def main(args): - executor = FlockTool() - executor.Dispatch(args) - - -class FlockTool: - """This class emulates the 'flock' command.""" - - def Dispatch(self, args): - """Dispatches a string command to a method.""" - if len(args) < 1: - raise Exception("Not enough arguments") - - method = "Exec%s" % self._CommandifyName(args[0]) - getattr(self, method)(*args[1:]) - - def _CommandifyName(self, name_string): - """Transforms a tool name like copy-info-plist to CopyInfoPlist""" - return name_string.title().replace("-", "") - - def ExecFlock(self, lockfile, *cmd_list): - """Emulates the most basic behavior of Linux's flock(1).""" - # Rely on exception handling to report errors. - # Note that the stock python on SunOS has a bug - # where fcntl.flock(fd, LOCK_EX) always fails - # with EBADF, that's why we use this F_SETLK - # hack instead. - fd = os.open(lockfile, os.O_WRONLY | os.O_NOCTTY | os.O_CREAT, 0o666) - if sys.platform.startswith("aix") or sys.platform == "os400": - # Python on AIX is compiled with LARGEFILE support, which changes the - # struct size. - op = struct.pack("hhIllqq", fcntl.F_WRLCK, 0, 0, 0, 0, 0, 0) - else: - op = struct.pack("hhllhhl", fcntl.F_WRLCK, 0, 0, 0, 0, 0, 0) - fcntl.fcntl(fd, fcntl.F_SETLK, op) - return subprocess.call(cmd_list) - - -if __name__ == "__main__": - sys.exit(main(sys.argv[1:])) diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/__init__.py b/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/__init__.py deleted file mode 100644 index e69de29..0000000 diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/analyzer.py b/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/analyzer.py deleted file mode 100644 index f15df00..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/analyzer.py +++ /dev/null @@ -1,808 +0,0 @@ -# Copyright (c) 2014 Google Inc. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - -""" -This script is intended for use as a GYP_GENERATOR. It takes as input (by way of -the generator flag config_path) the path of a json file that dictates the files -and targets to search for. The following keys are supported: -files: list of paths (relative) of the files to search for. -test_targets: unqualified target names to search for. Any target in this list -that depends upon a file in |files| is output regardless of the type of target -or chain of dependencies. -additional_compile_targets: Unqualified targets to search for in addition to -test_targets. Targets in the combined list that depend upon a file in |files| -are not necessarily output. For example, if the target is of type none then the -target is not output (but one of the descendants of the target will be). - -The following is output: -error: only supplied if there is an error. -compile_targets: minimal set of targets that directly or indirectly (for - targets of type none) depend on the files in |files| and is one of the - supplied targets or a target that one of the supplied targets depends on. - The expectation is this set of targets is passed into a build step. This list - always contains the output of test_targets as well. -test_targets: set of targets from the supplied |test_targets| that either - directly or indirectly depend upon a file in |files|. This list if useful - if additional processing needs to be done for certain targets after the - build, such as running tests. -status: outputs one of three values: none of the supplied files were found, - one of the include files changed so that it should be assumed everything - changed (in this case test_targets and compile_targets are not output) or at - least one file was found. -invalid_targets: list of supplied targets that were not found. - -Example: -Consider a graph like the following: - A D - / \ -B C -A depends upon both B and C, A is of type none and B and C are executables. -D is an executable, has no dependencies and nothing depends on it. -If |additional_compile_targets| = ["A"], |test_targets| = ["B", "C"] and -files = ["b.cc", "d.cc"] (B depends upon b.cc and D depends upon d.cc), then -the following is output: -|compile_targets| = ["B"] B must built as it depends upon the changed file b.cc -and the supplied target A depends upon it. A is not output as a build_target -as it is of type none with no rules and actions. -|test_targets| = ["B"] B directly depends upon the change file b.cc. - -Even though the file d.cc, which D depends upon, has changed D is not output -as it was not supplied by way of |additional_compile_targets| or |test_targets|. - -If the generator flag analyzer_output_path is specified, output is written -there. Otherwise output is written to stdout. - -In Gyp the "all" target is shorthand for the root targets in the files passed -to gyp. For example, if file "a.gyp" contains targets "a1" and -"a2", and file "b.gyp" contains targets "b1" and "b2" and "a2" has a dependency -on "b2" and gyp is supplied "a.gyp" then "all" consists of "a1" and "a2". -Notice that "b1" and "b2" are not in the "all" target as "b.gyp" was not -directly supplied to gyp. OTOH if both "a.gyp" and "b.gyp" are supplied to gyp -then the "all" target includes "b1" and "b2". -""" - - -import gyp.common -import json -import os -import posixpath - -debug = False - -found_dependency_string = "Found dependency" -no_dependency_string = "No dependencies" -# Status when it should be assumed that everything has changed. -all_changed_string = "Found dependency (all)" - -# MatchStatus is used indicate if and how a target depends upon the supplied -# sources. -# The target's sources contain one of the supplied paths. -MATCH_STATUS_MATCHES = 1 -# The target has a dependency on another target that contains one of the -# supplied paths. -MATCH_STATUS_MATCHES_BY_DEPENDENCY = 2 -# The target's sources weren't in the supplied paths and none of the target's -# dependencies depend upon a target that matched. -MATCH_STATUS_DOESNT_MATCH = 3 -# The target doesn't contain the source, but the dependent targets have not yet -# been visited to determine a more specific status yet. -MATCH_STATUS_TBD = 4 - -generator_supports_multiple_toolsets = gyp.common.CrossCompileRequested() - -generator_wants_static_library_dependencies_adjusted = False - -generator_default_variables = {} -for dirname in [ - "INTERMEDIATE_DIR", - "SHARED_INTERMEDIATE_DIR", - "PRODUCT_DIR", - "LIB_DIR", - "SHARED_LIB_DIR", -]: - generator_default_variables[dirname] = "!!!" - -for unused in [ - "RULE_INPUT_PATH", - "RULE_INPUT_ROOT", - "RULE_INPUT_NAME", - "RULE_INPUT_DIRNAME", - "RULE_INPUT_EXT", - "EXECUTABLE_PREFIX", - "EXECUTABLE_SUFFIX", - "STATIC_LIB_PREFIX", - "STATIC_LIB_SUFFIX", - "SHARED_LIB_PREFIX", - "SHARED_LIB_SUFFIX", - "CONFIGURATION_NAME", -]: - generator_default_variables[unused] = "" - - -def _ToGypPath(path): - """Converts a path to the format used by gyp.""" - if os.sep == "\\" and os.altsep == "/": - return path.replace("\\", "/") - return path - - -def _ResolveParent(path, base_path_components): - """Resolves |path|, which starts with at least one '../'. Returns an empty - string if the path shouldn't be considered. See _AddSources() for a - description of |base_path_components|.""" - depth = 0 - while path.startswith("../"): - depth += 1 - path = path[3:] - # Relative includes may go outside the source tree. For example, an action may - # have inputs in /usr/include, which are not in the source tree. - if depth > len(base_path_components): - return "" - if depth == len(base_path_components): - return path - return ( - "/".join(base_path_components[0 : len(base_path_components) - depth]) - + "/" - + path - ) - - -def _AddSources(sources, base_path, base_path_components, result): - """Extracts valid sources from |sources| and adds them to |result|. Each - source file is relative to |base_path|, but may contain '..'. To make - resolving '..' easier |base_path_components| contains each of the - directories in |base_path|. Additionally each source may contain variables. - Such sources are ignored as it is assumed dependencies on them are expressed - and tracked in some other means.""" - # NOTE: gyp paths are always posix style. - for source in sources: - if not len(source) or source.startswith("!!!") or source.startswith("$"): - continue - # variable expansion may lead to //. - org_source = source - source = source[0] + source[1:].replace("//", "/") - if source.startswith("../"): - source = _ResolveParent(source, base_path_components) - if len(source): - result.append(source) - continue - result.append(base_path + source) - if debug: - print("AddSource", org_source, result[len(result) - 1]) - - -def _ExtractSourcesFromAction(action, base_path, base_path_components, results): - if "inputs" in action: - _AddSources(action["inputs"], base_path, base_path_components, results) - - -def _ToLocalPath(toplevel_dir, path): - """Converts |path| to a path relative to |toplevel_dir|.""" - if path == toplevel_dir: - return "" - if path.startswith(toplevel_dir + "/"): - return path[len(toplevel_dir) + len("/") :] - return path - - -def _ExtractSources(target, target_dict, toplevel_dir): - # |target| is either absolute or relative and in the format of the OS. Gyp - # source paths are always posix. Convert |target| to a posix path relative to - # |toplevel_dir_|. This is done to make it easy to build source paths. - base_path = posixpath.dirname(_ToLocalPath(toplevel_dir, _ToGypPath(target))) - base_path_components = base_path.split("/") - - # Add a trailing '/' so that _AddSources() can easily build paths. - if len(base_path): - base_path += "/" - - if debug: - print("ExtractSources", target, base_path) - - results = [] - if "sources" in target_dict: - _AddSources(target_dict["sources"], base_path, base_path_components, results) - # Include the inputs from any actions. Any changes to these affect the - # resulting output. - if "actions" in target_dict: - for action in target_dict["actions"]: - _ExtractSourcesFromAction(action, base_path, base_path_components, results) - if "rules" in target_dict: - for rule in target_dict["rules"]: - _ExtractSourcesFromAction(rule, base_path, base_path_components, results) - - return results - - -class Target: - """Holds information about a particular target: - deps: set of Targets this Target depends upon. This is not recursive, only the - direct dependent Targets. - match_status: one of the MatchStatus values. - back_deps: set of Targets that have a dependency on this Target. - visited: used during iteration to indicate whether we've visited this target. - This is used for two iterations, once in building the set of Targets and - again in _GetBuildTargets(). - name: fully qualified name of the target. - requires_build: True if the target type is such that it needs to be built. - See _DoesTargetTypeRequireBuild for details. - added_to_compile_targets: used when determining if the target was added to the - set of targets that needs to be built. - in_roots: true if this target is a descendant of one of the root nodes. - is_executable: true if the type of target is executable. - is_static_library: true if the type of target is static_library. - is_or_has_linked_ancestor: true if the target does a link (eg executable), or - if there is a target in back_deps that does a link.""" - - def __init__(self, name): - self.deps = set() - self.match_status = MATCH_STATUS_TBD - self.back_deps = set() - self.name = name - # TODO(sky): I don't like hanging this off Target. This state is specific - # to certain functions and should be isolated there. - self.visited = False - self.requires_build = False - self.added_to_compile_targets = False - self.in_roots = False - self.is_executable = False - self.is_static_library = False - self.is_or_has_linked_ancestor = False - - -class Config: - """Details what we're looking for - files: set of files to search for - targets: see file description for details.""" - - def __init__(self): - self.files = [] - self.targets = set() - self.additional_compile_target_names = set() - self.test_target_names = set() - - def Init(self, params): - """Initializes Config. This is a separate method as it raises an exception - if there is a parse error.""" - generator_flags = params.get("generator_flags", {}) - config_path = generator_flags.get("config_path", None) - if not config_path: - return - try: - f = open(config_path) - config = json.load(f) - f.close() - except OSError: - raise Exception("Unable to open file " + config_path) - except ValueError as e: - raise Exception("Unable to parse config file " + config_path + str(e)) - if not isinstance(config, dict): - raise Exception("config_path must be a JSON file containing a dictionary") - self.files = config.get("files", []) - self.additional_compile_target_names = set( - config.get("additional_compile_targets", []) - ) - self.test_target_names = set(config.get("test_targets", [])) - - -def _WasBuildFileModified(build_file, data, files, toplevel_dir): - """Returns true if the build file |build_file| is either in |files| or - one of the files included by |build_file| is in |files|. |toplevel_dir| is - the root of the source tree.""" - if _ToLocalPath(toplevel_dir, _ToGypPath(build_file)) in files: - if debug: - print("gyp file modified", build_file) - return True - - # First element of included_files is the file itself. - if len(data[build_file]["included_files"]) <= 1: - return False - - for include_file in data[build_file]["included_files"][1:]: - # |included_files| are relative to the directory of the |build_file|. - rel_include_file = _ToGypPath( - gyp.common.UnrelativePath(include_file, build_file) - ) - if _ToLocalPath(toplevel_dir, rel_include_file) in files: - if debug: - print( - "included gyp file modified, gyp_file=", - build_file, - "included file=", - rel_include_file, - ) - return True - return False - - -def _GetOrCreateTargetByName(targets, target_name): - """Creates or returns the Target at targets[target_name]. If there is no - Target for |target_name| one is created. Returns a tuple of whether a new - Target was created and the Target.""" - if target_name in targets: - return False, targets[target_name] - target = Target(target_name) - targets[target_name] = target - return True, target - - -def _DoesTargetTypeRequireBuild(target_dict): - """Returns true if the target type is such that it needs to be built.""" - # If a 'none' target has rules or actions we assume it requires a build. - return bool( - target_dict["type"] != "none" - or target_dict.get("actions") - or target_dict.get("rules") - ) - - -def _GenerateTargets(data, target_list, target_dicts, toplevel_dir, files, build_files): - """Returns a tuple of the following: - . A dictionary mapping from fully qualified name to Target. - . A list of the targets that have a source file in |files|. - . Targets that constitute the 'all' target. See description at top of file - for details on the 'all' target. - This sets the |match_status| of the targets that contain any of the source - files in |files| to MATCH_STATUS_MATCHES. - |toplevel_dir| is the root of the source tree.""" - # Maps from target name to Target. - name_to_target = {} - - # Targets that matched. - matching_targets = [] - - # Queue of targets to visit. - targets_to_visit = target_list[:] - - # Maps from build file to a boolean indicating whether the build file is in - # |files|. - build_file_in_files = {} - - # Root targets across all files. - roots = set() - - # Set of Targets in |build_files|. - build_file_targets = set() - - while len(targets_to_visit) > 0: - target_name = targets_to_visit.pop() - created_target, target = _GetOrCreateTargetByName(name_to_target, target_name) - if created_target: - roots.add(target) - elif target.visited: - continue - - target.visited = True - target.requires_build = _DoesTargetTypeRequireBuild(target_dicts[target_name]) - target_type = target_dicts[target_name]["type"] - target.is_executable = target_type == "executable" - target.is_static_library = target_type == "static_library" - target.is_or_has_linked_ancestor = ( - target_type == "executable" or target_type == "shared_library" - ) - - build_file = gyp.common.ParseQualifiedTarget(target_name)[0] - if build_file not in build_file_in_files: - build_file_in_files[build_file] = _WasBuildFileModified( - build_file, data, files, toplevel_dir - ) - - if build_file in build_files: - build_file_targets.add(target) - - # If a build file (or any of its included files) is modified we assume all - # targets in the file are modified. - if build_file_in_files[build_file]: - print("matching target from modified build file", target_name) - target.match_status = MATCH_STATUS_MATCHES - matching_targets.append(target) - else: - sources = _ExtractSources( - target_name, target_dicts[target_name], toplevel_dir - ) - for source in sources: - if _ToGypPath(os.path.normpath(source)) in files: - print("target", target_name, "matches", source) - target.match_status = MATCH_STATUS_MATCHES - matching_targets.append(target) - break - - # Add dependencies to visit as well as updating back pointers for deps. - for dep in target_dicts[target_name].get("dependencies", []): - targets_to_visit.append(dep) - - created_dep_target, dep_target = _GetOrCreateTargetByName( - name_to_target, dep - ) - if not created_dep_target: - roots.discard(dep_target) - - target.deps.add(dep_target) - dep_target.back_deps.add(target) - - return name_to_target, matching_targets, roots & build_file_targets - - -def _GetUnqualifiedToTargetMapping(all_targets, to_find): - """Returns a tuple of the following: - . mapping (dictionary) from unqualified name to Target for all the - Targets in |to_find|. - . any target names not found. If this is empty all targets were found.""" - result = {} - if not to_find: - return {}, [] - to_find = set(to_find) - for target_name in all_targets.keys(): - extracted = gyp.common.ParseQualifiedTarget(target_name) - if len(extracted) > 1 and extracted[1] in to_find: - to_find.remove(extracted[1]) - result[extracted[1]] = all_targets[target_name] - if not to_find: - return result, [] - return result, [x for x in to_find] - - -def _DoesTargetDependOnMatchingTargets(target): - """Returns true if |target| or any of its dependencies is one of the - targets containing the files supplied as input to analyzer. This updates - |matches| of the Targets as it recurses. - target: the Target to look for.""" - if target.match_status == MATCH_STATUS_DOESNT_MATCH: - return False - if ( - target.match_status == MATCH_STATUS_MATCHES - or target.match_status == MATCH_STATUS_MATCHES_BY_DEPENDENCY - ): - return True - for dep in target.deps: - if _DoesTargetDependOnMatchingTargets(dep): - target.match_status = MATCH_STATUS_MATCHES_BY_DEPENDENCY - print("\t", target.name, "matches by dep", dep.name) - return True - target.match_status = MATCH_STATUS_DOESNT_MATCH - return False - - -def _GetTargetsDependingOnMatchingTargets(possible_targets): - """Returns the list of Targets in |possible_targets| that depend (either - directly on indirectly) on at least one of the targets containing the files - supplied as input to analyzer. - possible_targets: targets to search from.""" - found = [] - print("Targets that matched by dependency:") - for target in possible_targets: - if _DoesTargetDependOnMatchingTargets(target): - found.append(target) - return found - - -def _AddCompileTargets(target, roots, add_if_no_ancestor, result): - """Recurses through all targets that depend on |target|, adding all targets - that need to be built (and are in |roots|) to |result|. - roots: set of root targets. - add_if_no_ancestor: If true and there are no ancestors of |target| then add - |target| to |result|. |target| must still be in |roots|. - result: targets that need to be built are added here.""" - if target.visited: - return - - target.visited = True - target.in_roots = target in roots - - for back_dep_target in target.back_deps: - _AddCompileTargets(back_dep_target, roots, False, result) - target.added_to_compile_targets |= back_dep_target.added_to_compile_targets - target.in_roots |= back_dep_target.in_roots - target.is_or_has_linked_ancestor |= back_dep_target.is_or_has_linked_ancestor - - # Always add 'executable' targets. Even though they may be built by other - # targets that depend upon them it makes detection of what is going to be - # built easier. - # And always add static_libraries that have no dependencies on them from - # linkables. This is necessary as the other dependencies on them may be - # static libraries themselves, which are not compile time dependencies. - if target.in_roots and ( - target.is_executable - or ( - not target.added_to_compile_targets - and (add_if_no_ancestor or target.requires_build) - ) - or ( - target.is_static_library - and add_if_no_ancestor - and not target.is_or_has_linked_ancestor - ) - ): - print( - "\t\tadding to compile targets", - target.name, - "executable", - target.is_executable, - "added_to_compile_targets", - target.added_to_compile_targets, - "add_if_no_ancestor", - add_if_no_ancestor, - "requires_build", - target.requires_build, - "is_static_library", - target.is_static_library, - "is_or_has_linked_ancestor", - target.is_or_has_linked_ancestor, - ) - result.add(target) - target.added_to_compile_targets = True - - -def _GetCompileTargets(matching_targets, supplied_targets): - """Returns the set of Targets that require a build. - matching_targets: targets that changed and need to be built. - supplied_targets: set of targets supplied to analyzer to search from.""" - result = set() - for target in matching_targets: - print("finding compile targets for match", target.name) - _AddCompileTargets(target, supplied_targets, True, result) - return result - - -def _WriteOutput(params, **values): - """Writes the output, either to stdout or a file is specified.""" - if "error" in values: - print("Error:", values["error"]) - if "status" in values: - print(values["status"]) - if "targets" in values: - values["targets"].sort() - print("Supplied targets that depend on changed files:") - for target in values["targets"]: - print("\t", target) - if "invalid_targets" in values: - values["invalid_targets"].sort() - print("The following targets were not found:") - for target in values["invalid_targets"]: - print("\t", target) - if "build_targets" in values: - values["build_targets"].sort() - print("Targets that require a build:") - for target in values["build_targets"]: - print("\t", target) - if "compile_targets" in values: - values["compile_targets"].sort() - print("Targets that need to be built:") - for target in values["compile_targets"]: - print("\t", target) - if "test_targets" in values: - values["test_targets"].sort() - print("Test targets:") - for target in values["test_targets"]: - print("\t", target) - - output_path = params.get("generator_flags", {}).get("analyzer_output_path", None) - if not output_path: - print(json.dumps(values)) - return - try: - f = open(output_path, "w") - f.write(json.dumps(values) + "\n") - f.close() - except OSError as e: - print("Error writing to output file", output_path, str(e)) - - -def _WasGypIncludeFileModified(params, files): - """Returns true if one of the files in |files| is in the set of included - files.""" - if params["options"].includes: - for include in params["options"].includes: - if _ToGypPath(os.path.normpath(include)) in files: - print("Include file modified, assuming all changed", include) - return True - return False - - -def _NamesNotIn(names, mapping): - """Returns a list of the values in |names| that are not in |mapping|.""" - return [name for name in names if name not in mapping] - - -def _LookupTargets(names, mapping): - """Returns a list of the mapping[name] for each value in |names| that is in - |mapping|.""" - return [mapping[name] for name in names if name in mapping] - - -def CalculateVariables(default_variables, params): - """Calculate additional variables for use in the build (called by gyp).""" - flavor = gyp.common.GetFlavor(params) - if flavor == "mac": - default_variables.setdefault("OS", "mac") - elif flavor == "win": - default_variables.setdefault("OS", "win") - gyp.msvs_emulation.CalculateCommonVariables(default_variables, params) - else: - operating_system = flavor - if flavor == "android": - operating_system = "linux" # Keep this legacy behavior for now. - default_variables.setdefault("OS", operating_system) - - -class TargetCalculator: - """Calculates the matching test_targets and matching compile_targets.""" - - def __init__( - self, - files, - additional_compile_target_names, - test_target_names, - data, - target_list, - target_dicts, - toplevel_dir, - build_files, - ): - self._additional_compile_target_names = set(additional_compile_target_names) - self._test_target_names = set(test_target_names) - ( - self._name_to_target, - self._changed_targets, - self._root_targets, - ) = _GenerateTargets( - data, target_list, target_dicts, toplevel_dir, frozenset(files), build_files - ) - ( - self._unqualified_mapping, - self.invalid_targets, - ) = _GetUnqualifiedToTargetMapping( - self._name_to_target, self._supplied_target_names_no_all() - ) - - def _supplied_target_names(self): - return self._additional_compile_target_names | self._test_target_names - - def _supplied_target_names_no_all(self): - """Returns the supplied test targets without 'all'.""" - result = self._supplied_target_names() - result.discard("all") - return result - - def is_build_impacted(self): - """Returns true if the supplied files impact the build at all.""" - return self._changed_targets - - def find_matching_test_target_names(self): - """Returns the set of output test targets.""" - assert self.is_build_impacted() - # Find the test targets first. 'all' is special cased to mean all the - # root targets. To deal with all the supplied |test_targets| are expanded - # to include the root targets during lookup. If any of the root targets - # match, we remove it and replace it with 'all'. - test_target_names_no_all = set(self._test_target_names) - test_target_names_no_all.discard("all") - test_targets_no_all = _LookupTargets( - test_target_names_no_all, self._unqualified_mapping - ) - test_target_names_contains_all = "all" in self._test_target_names - if test_target_names_contains_all: - test_targets = [ - x for x in (set(test_targets_no_all) | set(self._root_targets)) - ] - else: - test_targets = [x for x in test_targets_no_all] - print("supplied test_targets") - for target_name in self._test_target_names: - print("\t", target_name) - print("found test_targets") - for target in test_targets: - print("\t", target.name) - print("searching for matching test targets") - matching_test_targets = _GetTargetsDependingOnMatchingTargets(test_targets) - matching_test_targets_contains_all = test_target_names_contains_all and set( - matching_test_targets - ) & set(self._root_targets) - if matching_test_targets_contains_all: - # Remove any of the targets for all that were not explicitly supplied, - # 'all' is subsequentely added to the matching names below. - matching_test_targets = [ - x for x in (set(matching_test_targets) & set(test_targets_no_all)) - ] - print("matched test_targets") - for target in matching_test_targets: - print("\t", target.name) - matching_target_names = [ - gyp.common.ParseQualifiedTarget(target.name)[1] - for target in matching_test_targets - ] - if matching_test_targets_contains_all: - matching_target_names.append("all") - print("\tall") - return matching_target_names - - def find_matching_compile_target_names(self): - """Returns the set of output compile targets.""" - assert self.is_build_impacted() - # Compile targets are found by searching up from changed targets. - # Reset the visited status for _GetBuildTargets. - for target in self._name_to_target.values(): - target.visited = False - - supplied_targets = _LookupTargets( - self._supplied_target_names_no_all(), self._unqualified_mapping - ) - if "all" in self._supplied_target_names(): - supplied_targets = [ - x for x in (set(supplied_targets) | set(self._root_targets)) - ] - print("Supplied test_targets & compile_targets") - for target in supplied_targets: - print("\t", target.name) - print("Finding compile targets") - compile_targets = _GetCompileTargets(self._changed_targets, supplied_targets) - return [ - gyp.common.ParseQualifiedTarget(target.name)[1] - for target in compile_targets - ] - - -def GenerateOutput(target_list, target_dicts, data, params): - """Called by gyp as the final stage. Outputs results.""" - config = Config() - try: - config.Init(params) - - if not config.files: - raise Exception( - "Must specify files to analyze via config_path generator " "flag" - ) - - toplevel_dir = _ToGypPath(os.path.abspath(params["options"].toplevel_dir)) - if debug: - print("toplevel_dir", toplevel_dir) - - if _WasGypIncludeFileModified(params, config.files): - result_dict = { - "status": all_changed_string, - "test_targets": list(config.test_target_names), - "compile_targets": list( - config.additional_compile_target_names | config.test_target_names - ), - } - _WriteOutput(params, **result_dict) - return - - calculator = TargetCalculator( - config.files, - config.additional_compile_target_names, - config.test_target_names, - data, - target_list, - target_dicts, - toplevel_dir, - params["build_files"], - ) - if not calculator.is_build_impacted(): - result_dict = { - "status": no_dependency_string, - "test_targets": [], - "compile_targets": [], - } - if calculator.invalid_targets: - result_dict["invalid_targets"] = calculator.invalid_targets - _WriteOutput(params, **result_dict) - return - - test_target_names = calculator.find_matching_test_target_names() - compile_target_names = calculator.find_matching_compile_target_names() - found_at_least_one_target = compile_target_names or test_target_names - result_dict = { - "test_targets": test_target_names, - "status": found_dependency_string - if found_at_least_one_target - else no_dependency_string, - "compile_targets": list(set(compile_target_names) | set(test_target_names)), - } - if calculator.invalid_targets: - result_dict["invalid_targets"] = calculator.invalid_targets - _WriteOutput(params, **result_dict) - - except Exception as e: - _WriteOutput(params, error=str(e)) diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/android.py b/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/android.py deleted file mode 100644 index cdf1a48..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/android.py +++ /dev/null @@ -1,1173 +0,0 @@ -# Copyright (c) 2012 Google Inc. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - -# Notes: -# -# This generates makefiles suitable for inclusion into the Android build system -# via an Android.mk file. It is based on make.py, the standard makefile -# generator. -# -# The code below generates a separate .mk file for each target, but -# all are sourced by the top-level GypAndroid.mk. This means that all -# variables in .mk-files clobber one another, and furthermore that any -# variables set potentially clash with other Android build system variables. -# Try to avoid setting global variables where possible. - - -import gyp -import gyp.common -import gyp.generator.make as make # Reuse global functions from make backend. -import os -import re -import subprocess - -generator_default_variables = { - "OS": "android", - "EXECUTABLE_PREFIX": "", - "EXECUTABLE_SUFFIX": "", - "STATIC_LIB_PREFIX": "lib", - "SHARED_LIB_PREFIX": "lib", - "STATIC_LIB_SUFFIX": ".a", - "SHARED_LIB_SUFFIX": ".so", - "INTERMEDIATE_DIR": "$(gyp_intermediate_dir)", - "SHARED_INTERMEDIATE_DIR": "$(gyp_shared_intermediate_dir)", - "PRODUCT_DIR": "$(gyp_shared_intermediate_dir)", - "SHARED_LIB_DIR": "$(builddir)/lib.$(TOOLSET)", - "LIB_DIR": "$(obj).$(TOOLSET)", - "RULE_INPUT_ROOT": "%(INPUT_ROOT)s", # This gets expanded by Python. - "RULE_INPUT_DIRNAME": "%(INPUT_DIRNAME)s", # This gets expanded by Python. - "RULE_INPUT_PATH": "$(RULE_SOURCES)", - "RULE_INPUT_EXT": "$(suffix $<)", - "RULE_INPUT_NAME": "$(notdir $<)", - "CONFIGURATION_NAME": "$(GYP_CONFIGURATION)", -} - -# Make supports multiple toolsets -generator_supports_multiple_toolsets = True - - -# Generator-specific gyp specs. -generator_additional_non_configuration_keys = [ - # Boolean to declare that this target does not want its name mangled. - "android_unmangled_name", - # Map of android build system variables to set. - "aosp_build_settings", -] -generator_additional_path_sections = [] -generator_extra_sources_for_rules = [] - - -ALL_MODULES_FOOTER = """\ -# "gyp_all_modules" is a concatenation of the "gyp_all_modules" targets from -# all the included sub-makefiles. This is just here to clarify. -gyp_all_modules: -""" - -header = """\ -# This file is generated by gyp; do not edit. - -""" - -# Map gyp target types to Android module classes. -MODULE_CLASSES = { - "static_library": "STATIC_LIBRARIES", - "shared_library": "SHARED_LIBRARIES", - "executable": "EXECUTABLES", -} - - -def IsCPPExtension(ext): - return make.COMPILABLE_EXTENSIONS.get(ext) == "cxx" - - -def Sourceify(path): - """Convert a path to its source directory form. The Android backend does not - support options.generator_output, so this function is a noop.""" - return path - - -# Map from qualified target to path to output. -# For Android, the target of these maps is a tuple ('static', 'modulename'), -# ('dynamic', 'modulename'), or ('path', 'some/path') instead of a string, -# since we link by module. -target_outputs = {} -# Map from qualified target to any linkable output. A subset -# of target_outputs. E.g. when mybinary depends on liba, we want to -# include liba in the linker line; when otherbinary depends on -# mybinary, we just want to build mybinary first. -target_link_deps = {} - - -class AndroidMkWriter: - """AndroidMkWriter packages up the writing of one target-specific Android.mk. - - Its only real entry point is Write(), and is mostly used for namespacing. - """ - - def __init__(self, android_top_dir): - self.android_top_dir = android_top_dir - - def Write( - self, - qualified_target, - relative_target, - base_path, - output_filename, - spec, - configs, - part_of_all, - write_alias_target, - sdk_version, - ): - """The main entry point: writes a .mk file for a single target. - - Arguments: - qualified_target: target we're generating - relative_target: qualified target name relative to the root - base_path: path relative to source root we're building in, used to resolve - target-relative paths - output_filename: output .mk file name to write - spec, configs: gyp info - part_of_all: flag indicating this target is part of 'all' - write_alias_target: flag indicating whether to create short aliases for - this target - sdk_version: what to emit for LOCAL_SDK_VERSION in output - """ - gyp.common.EnsureDirExists(output_filename) - - self.fp = open(output_filename, "w") - - self.fp.write(header) - - self.qualified_target = qualified_target - self.relative_target = relative_target - self.path = base_path - self.target = spec["target_name"] - self.type = spec["type"] - self.toolset = spec["toolset"] - - deps, link_deps = self.ComputeDeps(spec) - - # Some of the generation below can add extra output, sources, or - # link dependencies. All of the out params of the functions that - # follow use names like extra_foo. - extra_outputs = [] - extra_sources = [] - - self.android_class = MODULE_CLASSES.get(self.type, "GYP") - self.android_module = self.ComputeAndroidModule(spec) - (self.android_stem, self.android_suffix) = self.ComputeOutputParts(spec) - self.output = self.output_binary = self.ComputeOutput(spec) - - # Standard header. - self.WriteLn("include $(CLEAR_VARS)\n") - - # Module class and name. - self.WriteLn("LOCAL_MODULE_CLASS := " + self.android_class) - self.WriteLn("LOCAL_MODULE := " + self.android_module) - # Only emit LOCAL_MODULE_STEM if it's different to LOCAL_MODULE. - # The library module classes fail if the stem is set. ComputeOutputParts - # makes sure that stem == modulename in these cases. - if self.android_stem != self.android_module: - self.WriteLn("LOCAL_MODULE_STEM := " + self.android_stem) - self.WriteLn("LOCAL_MODULE_SUFFIX := " + self.android_suffix) - if self.toolset == "host": - self.WriteLn("LOCAL_IS_HOST_MODULE := true") - self.WriteLn("LOCAL_MULTILIB := $(GYP_HOST_MULTILIB)") - elif sdk_version > 0: - self.WriteLn( - "LOCAL_MODULE_TARGET_ARCH := " "$(TARGET_$(GYP_VAR_PREFIX)ARCH)" - ) - self.WriteLn("LOCAL_SDK_VERSION := %s" % sdk_version) - - # Grab output directories; needed for Actions and Rules. - if self.toolset == "host": - self.WriteLn( - "gyp_intermediate_dir := " - "$(call local-intermediates-dir,,$(GYP_HOST_VAR_PREFIX))" - ) - else: - self.WriteLn( - "gyp_intermediate_dir := " - "$(call local-intermediates-dir,,$(GYP_VAR_PREFIX))" - ) - self.WriteLn( - "gyp_shared_intermediate_dir := " - "$(call intermediates-dir-for,GYP,shared,,,$(GYP_VAR_PREFIX))" - ) - self.WriteLn() - - # List files this target depends on so that actions/rules/copies/sources - # can depend on the list. - # TODO: doesn't pull in things through transitive link deps; needed? - target_dependencies = [x[1] for x in deps if x[0] == "path"] - self.WriteLn("# Make sure our deps are built first.") - self.WriteList( - target_dependencies, "GYP_TARGET_DEPENDENCIES", local_pathify=True - ) - - # Actions must come first, since they can generate more OBJs for use below. - if "actions" in spec: - self.WriteActions(spec["actions"], extra_sources, extra_outputs) - - # Rules must be early like actions. - if "rules" in spec: - self.WriteRules(spec["rules"], extra_sources, extra_outputs) - - if "copies" in spec: - self.WriteCopies(spec["copies"], extra_outputs) - - # GYP generated outputs. - self.WriteList(extra_outputs, "GYP_GENERATED_OUTPUTS", local_pathify=True) - - # Set LOCAL_ADDITIONAL_DEPENDENCIES so that Android's build rules depend - # on both our dependency targets and our generated files. - self.WriteLn("# Make sure our deps and generated files are built first.") - self.WriteLn( - "LOCAL_ADDITIONAL_DEPENDENCIES := $(GYP_TARGET_DEPENDENCIES) " - "$(GYP_GENERATED_OUTPUTS)" - ) - self.WriteLn() - - # Sources. - if spec.get("sources", []) or extra_sources: - self.WriteSources(spec, configs, extra_sources) - - self.WriteTarget( - spec, configs, deps, link_deps, part_of_all, write_alias_target - ) - - # Update global list of target outputs, used in dependency tracking. - target_outputs[qualified_target] = ("path", self.output_binary) - - # Update global list of link dependencies. - if self.type == "static_library": - target_link_deps[qualified_target] = ("static", self.android_module) - elif self.type == "shared_library": - target_link_deps[qualified_target] = ("shared", self.android_module) - - self.fp.close() - return self.android_module - - def WriteActions(self, actions, extra_sources, extra_outputs): - """Write Makefile code for any 'actions' from the gyp input. - - extra_sources: a list that will be filled in with newly generated source - files, if any - extra_outputs: a list that will be filled in with any outputs of these - actions (used to make other pieces dependent on these - actions) - """ - for action in actions: - name = make.StringToMakefileVariable( - "{}_{}".format(self.relative_target, action["action_name"]) - ) - self.WriteLn('### Rules for action "%s":' % action["action_name"]) - inputs = action["inputs"] - outputs = action["outputs"] - - # Build up a list of outputs. - # Collect the output dirs we'll need. - dirs = set() - for out in outputs: - if not out.startswith("$"): - print( - 'WARNING: Action for target "%s" writes output to local path ' - '"%s".' % (self.target, out) - ) - dir = os.path.split(out)[0] - if dir: - dirs.add(dir) - if int(action.get("process_outputs_as_sources", False)): - extra_sources += outputs - - # Prepare the actual command. - command = gyp.common.EncodePOSIXShellList(action["action"]) - if "message" in action: - quiet_cmd = "Gyp action: %s ($@)" % action["message"] - else: - quiet_cmd = "Gyp action: %s ($@)" % name - if len(dirs) > 0: - command = "mkdir -p %s" % " ".join(dirs) + "; " + command - - cd_action = "cd $(gyp_local_path)/%s; " % self.path - command = cd_action + command - - # The makefile rules are all relative to the top dir, but the gyp actions - # are defined relative to their containing dir. This replaces the gyp_* - # variables for the action rule with an absolute version so that the - # output goes in the right place. - # Only write the gyp_* rules for the "primary" output (:1); - # it's superfluous for the "extra outputs", and this avoids accidentally - # writing duplicate dummy rules for those outputs. - main_output = make.QuoteSpaces(self.LocalPathify(outputs[0])) - self.WriteLn("%s: gyp_local_path := $(LOCAL_PATH)" % main_output) - self.WriteLn("%s: gyp_var_prefix := $(GYP_VAR_PREFIX)" % main_output) - self.WriteLn( - "%s: gyp_intermediate_dir := " - "$(abspath $(gyp_intermediate_dir))" % main_output - ) - self.WriteLn( - "%s: gyp_shared_intermediate_dir := " - "$(abspath $(gyp_shared_intermediate_dir))" % main_output - ) - - # Android's envsetup.sh adds a number of directories to the path including - # the built host binary directory. This causes actions/rules invoked by - # gyp to sometimes use these instead of system versions, e.g. bison. - # The built host binaries may not be suitable, and can cause errors. - # So, we remove them from the PATH using the ANDROID_BUILD_PATHS variable - # set by envsetup. - self.WriteLn( - "%s: export PATH := $(subst $(ANDROID_BUILD_PATHS),,$(PATH))" - % main_output - ) - - # Don't allow spaces in input/output filenames, but make an exception for - # filenames which start with '$(' since it's okay for there to be spaces - # inside of make function/macro invocations. - for input in inputs: - if not input.startswith("$(") and " " in input: - raise gyp.common.GypError( - 'Action input filename "%s" in target %s contains a space' - % (input, self.target) - ) - for output in outputs: - if not output.startswith("$(") and " " in output: - raise gyp.common.GypError( - 'Action output filename "%s" in target %s contains a space' - % (output, self.target) - ) - - self.WriteLn( - "%s: %s $(GYP_TARGET_DEPENDENCIES)" - % (main_output, " ".join(map(self.LocalPathify, inputs))) - ) - self.WriteLn('\t@echo "%s"' % quiet_cmd) - self.WriteLn("\t$(hide)%s\n" % command) - for output in outputs[1:]: - # Make each output depend on the main output, with an empty command - # to force make to notice that the mtime has changed. - self.WriteLn(f"{self.LocalPathify(output)}: {main_output} ;") - - extra_outputs += outputs - self.WriteLn() - - self.WriteLn() - - def WriteRules(self, rules, extra_sources, extra_outputs): - """Write Makefile code for any 'rules' from the gyp input. - - extra_sources: a list that will be filled in with newly generated source - files, if any - extra_outputs: a list that will be filled in with any outputs of these - rules (used to make other pieces dependent on these rules) - """ - if len(rules) == 0: - return - - for rule in rules: - if len(rule.get("rule_sources", [])) == 0: - continue - name = make.StringToMakefileVariable( - "{}_{}".format(self.relative_target, rule["rule_name"]) - ) - self.WriteLn('\n### Generated for rule "%s":' % name) - self.WriteLn('# "%s":' % rule) - - inputs = rule.get("inputs") - for rule_source in rule.get("rule_sources", []): - (rule_source_dirname, rule_source_basename) = os.path.split(rule_source) - (rule_source_root, rule_source_ext) = os.path.splitext( - rule_source_basename - ) - - outputs = [ - self.ExpandInputRoot(out, rule_source_root, rule_source_dirname) - for out in rule["outputs"] - ] - - dirs = set() - for out in outputs: - if not out.startswith("$"): - print( - "WARNING: Rule for target %s writes output to local path %s" - % (self.target, out) - ) - dir = os.path.dirname(out) - if dir: - dirs.add(dir) - extra_outputs += outputs - if int(rule.get("process_outputs_as_sources", False)): - extra_sources.extend(outputs) - - components = [] - for component in rule["action"]: - component = self.ExpandInputRoot( - component, rule_source_root, rule_source_dirname - ) - if "$(RULE_SOURCES)" in component: - component = component.replace("$(RULE_SOURCES)", rule_source) - components.append(component) - - command = gyp.common.EncodePOSIXShellList(components) - cd_action = "cd $(gyp_local_path)/%s; " % self.path - command = cd_action + command - if dirs: - command = "mkdir -p %s" % " ".join(dirs) + "; " + command - - # We set up a rule to build the first output, and then set up - # a rule for each additional output to depend on the first. - outputs = map(self.LocalPathify, outputs) - main_output = outputs[0] - self.WriteLn("%s: gyp_local_path := $(LOCAL_PATH)" % main_output) - self.WriteLn("%s: gyp_var_prefix := $(GYP_VAR_PREFIX)" % main_output) - self.WriteLn( - "%s: gyp_intermediate_dir := " - "$(abspath $(gyp_intermediate_dir))" % main_output - ) - self.WriteLn( - "%s: gyp_shared_intermediate_dir := " - "$(abspath $(gyp_shared_intermediate_dir))" % main_output - ) - - # See explanation in WriteActions. - self.WriteLn( - "%s: export PATH := " - "$(subst $(ANDROID_BUILD_PATHS),,$(PATH))" % main_output - ) - - main_output_deps = self.LocalPathify(rule_source) - if inputs: - main_output_deps += " " - main_output_deps += " ".join([self.LocalPathify(f) for f in inputs]) - - self.WriteLn( - "%s: %s $(GYP_TARGET_DEPENDENCIES)" - % (main_output, main_output_deps) - ) - self.WriteLn("\t%s\n" % command) - for output in outputs[1:]: - # Make each output depend on the main output, with an empty command - # to force make to notice that the mtime has changed. - self.WriteLn(f"{output}: {main_output} ;") - self.WriteLn() - - self.WriteLn() - - def WriteCopies(self, copies, extra_outputs): - """Write Makefile code for any 'copies' from the gyp input. - - extra_outputs: a list that will be filled in with any outputs of this action - (used to make other pieces dependent on this action) - """ - self.WriteLn("### Generated for copy rule.") - - variable = make.StringToMakefileVariable(self.relative_target + "_copies") - outputs = [] - for copy in copies: - for path in copy["files"]: - # The Android build system does not allow generation of files into the - # source tree. The destination should start with a variable, which will - # typically be $(gyp_intermediate_dir) or - # $(gyp_shared_intermediate_dir). Note that we can't use an assertion - # because some of the gyp tests depend on this. - if not copy["destination"].startswith("$"): - print( - "WARNING: Copy rule for target %s writes output to " - "local path %s" % (self.target, copy["destination"]) - ) - - # LocalPathify() calls normpath, stripping trailing slashes. - path = Sourceify(self.LocalPathify(path)) - filename = os.path.split(path)[1] - output = Sourceify( - self.LocalPathify(os.path.join(copy["destination"], filename)) - ) - - self.WriteLn(f"{output}: {path} $(GYP_TARGET_DEPENDENCIES) | $(ACP)") - self.WriteLn("\t@echo Copying: $@") - self.WriteLn("\t$(hide) mkdir -p $(dir $@)") - self.WriteLn("\t$(hide) $(ACP) -rpf $< $@") - self.WriteLn() - outputs.append(output) - self.WriteLn( - "{} = {}".format(variable, " ".join(map(make.QuoteSpaces, outputs))) - ) - extra_outputs.append("$(%s)" % variable) - self.WriteLn() - - def WriteSourceFlags(self, spec, configs): - """Write out the flags and include paths used to compile source files for - the current target. - - Args: - spec, configs: input from gyp. - """ - for configname, config in sorted(configs.items()): - extracted_includes = [] - - self.WriteLn("\n# Flags passed to both C and C++ files.") - cflags, includes_from_cflags = self.ExtractIncludesFromCFlags( - config.get("cflags", []) + config.get("cflags_c", []) - ) - extracted_includes.extend(includes_from_cflags) - self.WriteList(cflags, "MY_CFLAGS_%s" % configname) - - self.WriteList( - config.get("defines"), - "MY_DEFS_%s" % configname, - prefix="-D", - quoter=make.EscapeCppDefine, - ) - - self.WriteLn("\n# Include paths placed before CFLAGS/CPPFLAGS") - includes = list(config.get("include_dirs", [])) - includes.extend(extracted_includes) - includes = map(Sourceify, map(self.LocalPathify, includes)) - includes = self.NormalizeIncludePaths(includes) - self.WriteList(includes, "LOCAL_C_INCLUDES_%s" % configname) - - self.WriteLn("\n# Flags passed to only C++ (and not C) files.") - self.WriteList(config.get("cflags_cc"), "LOCAL_CPPFLAGS_%s" % configname) - - self.WriteLn( - "\nLOCAL_CFLAGS := $(MY_CFLAGS_$(GYP_CONFIGURATION)) " - "$(MY_DEFS_$(GYP_CONFIGURATION))" - ) - # Undefine ANDROID for host modules - # TODO: the source code should not use macro ANDROID to tell if it's host - # or target module. - if self.toolset == "host": - self.WriteLn("# Undefine ANDROID for host modules") - self.WriteLn("LOCAL_CFLAGS += -UANDROID") - self.WriteLn( - "LOCAL_C_INCLUDES := $(GYP_COPIED_SOURCE_ORIGIN_DIRS) " - "$(LOCAL_C_INCLUDES_$(GYP_CONFIGURATION))" - ) - self.WriteLn("LOCAL_CPPFLAGS := $(LOCAL_CPPFLAGS_$(GYP_CONFIGURATION))") - # Android uses separate flags for assembly file invocations, but gyp expects - # the same CFLAGS to be applied: - self.WriteLn("LOCAL_ASFLAGS := $(LOCAL_CFLAGS)") - - def WriteSources(self, spec, configs, extra_sources): - """Write Makefile code for any 'sources' from the gyp input. - These are source files necessary to build the current target. - We need to handle shared_intermediate directory source files as - a special case by copying them to the intermediate directory and - treating them as a generated sources. Otherwise the Android build - rules won't pick them up. - - Args: - spec, configs: input from gyp. - extra_sources: Sources generated from Actions or Rules. - """ - sources = filter(make.Compilable, spec.get("sources", [])) - generated_not_sources = [x for x in extra_sources if not make.Compilable(x)] - extra_sources = filter(make.Compilable, extra_sources) - - # Determine and output the C++ extension used by these sources. - # We simply find the first C++ file and use that extension. - all_sources = sources + extra_sources - local_cpp_extension = ".cpp" - for source in all_sources: - (root, ext) = os.path.splitext(source) - if IsCPPExtension(ext): - local_cpp_extension = ext - break - if local_cpp_extension != ".cpp": - self.WriteLn("LOCAL_CPP_EXTENSION := %s" % local_cpp_extension) - - # We need to move any non-generated sources that are coming from the - # shared intermediate directory out of LOCAL_SRC_FILES and put them - # into LOCAL_GENERATED_SOURCES. We also need to move over any C++ files - # that don't match our local_cpp_extension, since Android will only - # generate Makefile rules for a single LOCAL_CPP_EXTENSION. - local_files = [] - for source in sources: - (root, ext) = os.path.splitext(source) - if "$(gyp_shared_intermediate_dir)" in source: - extra_sources.append(source) - elif "$(gyp_intermediate_dir)" in source: - extra_sources.append(source) - elif IsCPPExtension(ext) and ext != local_cpp_extension: - extra_sources.append(source) - else: - local_files.append(os.path.normpath(os.path.join(self.path, source))) - - # For any generated source, if it is coming from the shared intermediate - # directory then we add a Make rule to copy them to the local intermediate - # directory first. This is because the Android LOCAL_GENERATED_SOURCES - # must be in the local module intermediate directory for the compile rules - # to work properly. If the file has the wrong C++ extension, then we add - # a rule to copy that to intermediates and use the new version. - final_generated_sources = [] - # If a source file gets copied, we still need to add the original source - # directory as header search path, for GCC searches headers in the - # directory that contains the source file by default. - origin_src_dirs = [] - for source in extra_sources: - local_file = source - if "$(gyp_intermediate_dir)/" not in local_file: - basename = os.path.basename(local_file) - local_file = "$(gyp_intermediate_dir)/" + basename - (root, ext) = os.path.splitext(local_file) - if IsCPPExtension(ext) and ext != local_cpp_extension: - local_file = root + local_cpp_extension - if local_file != source: - self.WriteLn(f"{local_file}: {self.LocalPathify(source)}") - self.WriteLn("\tmkdir -p $(@D); cp $< $@") - origin_src_dirs.append(os.path.dirname(source)) - final_generated_sources.append(local_file) - - # We add back in all of the non-compilable stuff to make sure that the - # make rules have dependencies on them. - final_generated_sources.extend(generated_not_sources) - self.WriteList(final_generated_sources, "LOCAL_GENERATED_SOURCES") - - origin_src_dirs = gyp.common.uniquer(origin_src_dirs) - origin_src_dirs = map(Sourceify, map(self.LocalPathify, origin_src_dirs)) - self.WriteList(origin_src_dirs, "GYP_COPIED_SOURCE_ORIGIN_DIRS") - - self.WriteList(local_files, "LOCAL_SRC_FILES") - - # Write out the flags used to compile the source; this must be done last - # so that GYP_COPIED_SOURCE_ORIGIN_DIRS can be used as an include path. - self.WriteSourceFlags(spec, configs) - - def ComputeAndroidModule(self, spec): - """Return the Android module name used for a gyp spec. - - We use the complete qualified target name to avoid collisions between - duplicate targets in different directories. We also add a suffix to - distinguish gyp-generated module names. - """ - - if int(spec.get("android_unmangled_name", 0)): - assert self.type != "shared_library" or self.target.startswith("lib") - return self.target - - if self.type == "shared_library": - # For reasons of convention, the Android build system requires that all - # shared library modules are named 'libfoo' when generating -l flags. - prefix = "lib_" - else: - prefix = "" - - if spec["toolset"] == "host": - suffix = "_$(TARGET_$(GYP_VAR_PREFIX)ARCH)_host_gyp" - else: - suffix = "_gyp" - - if self.path: - middle = make.StringToMakefileVariable(f"{self.path}_{self.target}") - else: - middle = make.StringToMakefileVariable(self.target) - - return "".join([prefix, middle, suffix]) - - def ComputeOutputParts(self, spec): - """Return the 'output basename' of a gyp spec, split into filename + ext. - - Android libraries must be named the same thing as their module name, - otherwise the linker can't find them, so product_name and so on must be - ignored if we are building a library, and the "lib" prepending is - not done for Android. - """ - assert self.type != "loadable_module" # TODO: not supported? - - target = spec["target_name"] - target_prefix = "" - target_ext = "" - if self.type == "static_library": - target = self.ComputeAndroidModule(spec) - target_ext = ".a" - elif self.type == "shared_library": - target = self.ComputeAndroidModule(spec) - target_ext = ".so" - elif self.type == "none": - target_ext = ".stamp" - elif self.type != "executable": - print( - "ERROR: What output file should be generated?", - "type", - self.type, - "target", - target, - ) - - if self.type != "static_library" and self.type != "shared_library": - target_prefix = spec.get("product_prefix", target_prefix) - target = spec.get("product_name", target) - product_ext = spec.get("product_extension") - if product_ext: - target_ext = "." + product_ext - - target_stem = target_prefix + target - return (target_stem, target_ext) - - def ComputeOutputBasename(self, spec): - """Return the 'output basename' of a gyp spec. - - E.g., the loadable module 'foobar' in directory 'baz' will produce - 'libfoobar.so' - """ - return "".join(self.ComputeOutputParts(spec)) - - def ComputeOutput(self, spec): - """Return the 'output' (full output path) of a gyp spec. - - E.g., the loadable module 'foobar' in directory 'baz' will produce - '$(obj)/baz/libfoobar.so' - """ - if self.type == "executable": - # We install host executables into shared_intermediate_dir so they can be - # run by gyp rules that refer to PRODUCT_DIR. - path = "$(gyp_shared_intermediate_dir)" - elif self.type == "shared_library": - if self.toolset == "host": - path = "$($(GYP_HOST_VAR_PREFIX)HOST_OUT_INTERMEDIATE_LIBRARIES)" - else: - path = "$($(GYP_VAR_PREFIX)TARGET_OUT_INTERMEDIATE_LIBRARIES)" - else: - # Other targets just get built into their intermediate dir. - if self.toolset == "host": - path = ( - "$(call intermediates-dir-for,%s,%s,true,," - "$(GYP_HOST_VAR_PREFIX))" - % (self.android_class, self.android_module) - ) - else: - path = "$(call intermediates-dir-for,{},{},,,$(GYP_VAR_PREFIX))".format( - self.android_class, - self.android_module, - ) - - assert spec.get("product_dir") is None # TODO: not supported? - return os.path.join(path, self.ComputeOutputBasename(spec)) - - def NormalizeIncludePaths(self, include_paths): - """Normalize include_paths. - Convert absolute paths to relative to the Android top directory. - - Args: - include_paths: A list of unprocessed include paths. - Returns: - A list of normalized include paths. - """ - normalized = [] - for path in include_paths: - if path[0] == "/": - path = gyp.common.RelativePath(path, self.android_top_dir) - normalized.append(path) - return normalized - - def ExtractIncludesFromCFlags(self, cflags): - """Extract includes "-I..." out from cflags - - Args: - cflags: A list of compiler flags, which may be mixed with "-I.." - Returns: - A tuple of lists: (clean_clfags, include_paths). "-I.." is trimmed. - """ - clean_cflags = [] - include_paths = [] - for flag in cflags: - if flag.startswith("-I"): - include_paths.append(flag[2:]) - else: - clean_cflags.append(flag) - - return (clean_cflags, include_paths) - - def FilterLibraries(self, libraries): - """Filter the 'libraries' key to separate things that shouldn't be ldflags. - - Library entries that look like filenames should be converted to android - module names instead of being passed to the linker as flags. - - Args: - libraries: the value of spec.get('libraries') - Returns: - A tuple (static_lib_modules, dynamic_lib_modules, ldflags) - """ - static_lib_modules = [] - dynamic_lib_modules = [] - ldflags = [] - for libs in libraries: - # Libs can have multiple words. - for lib in libs.split(): - # Filter the system libraries, which are added by default by the Android - # build system. - if ( - lib == "-lc" - or lib == "-lstdc++" - or lib == "-lm" - or lib.endswith("libgcc.a") - ): - continue - match = re.search(r"([^/]+)\.a$", lib) - if match: - static_lib_modules.append(match.group(1)) - continue - match = re.search(r"([^/]+)\.so$", lib) - if match: - dynamic_lib_modules.append(match.group(1)) - continue - if lib.startswith("-l"): - ldflags.append(lib) - return (static_lib_modules, dynamic_lib_modules, ldflags) - - def ComputeDeps(self, spec): - """Compute the dependencies of a gyp spec. - - Returns a tuple (deps, link_deps), where each is a list of - filenames that will need to be put in front of make for either - building (deps) or linking (link_deps). - """ - deps = [] - link_deps = [] - if "dependencies" in spec: - deps.extend( - [ - target_outputs[dep] - for dep in spec["dependencies"] - if target_outputs[dep] - ] - ) - for dep in spec["dependencies"]: - if dep in target_link_deps: - link_deps.append(target_link_deps[dep]) - deps.extend(link_deps) - return (gyp.common.uniquer(deps), gyp.common.uniquer(link_deps)) - - def WriteTargetFlags(self, spec, configs, link_deps): - """Write Makefile code to specify the link flags and library dependencies. - - spec, configs: input from gyp. - link_deps: link dependency list; see ComputeDeps() - """ - # Libraries (i.e. -lfoo) - # These must be included even for static libraries as some of them provide - # implicit include paths through the build system. - libraries = gyp.common.uniquer(spec.get("libraries", [])) - static_libs, dynamic_libs, ldflags_libs = self.FilterLibraries(libraries) - - if self.type != "static_library": - for configname, config in sorted(configs.items()): - ldflags = list(config.get("ldflags", [])) - self.WriteLn("") - self.WriteList(ldflags, "LOCAL_LDFLAGS_%s" % configname) - self.WriteList(ldflags_libs, "LOCAL_GYP_LIBS") - self.WriteLn( - "LOCAL_LDFLAGS := $(LOCAL_LDFLAGS_$(GYP_CONFIGURATION)) " - "$(LOCAL_GYP_LIBS)" - ) - - # Link dependencies (i.e. other gyp targets this target depends on) - # These need not be included for static libraries as within the gyp build - # we do not use the implicit include path mechanism. - if self.type != "static_library": - static_link_deps = [x[1] for x in link_deps if x[0] == "static"] - shared_link_deps = [x[1] for x in link_deps if x[0] == "shared"] - else: - static_link_deps = [] - shared_link_deps = [] - - # Only write the lists if they are non-empty. - if static_libs or static_link_deps: - self.WriteLn("") - self.WriteList(static_libs + static_link_deps, "LOCAL_STATIC_LIBRARIES") - self.WriteLn("# Enable grouping to fix circular references") - self.WriteLn("LOCAL_GROUP_STATIC_LIBRARIES := true") - if dynamic_libs or shared_link_deps: - self.WriteLn("") - self.WriteList(dynamic_libs + shared_link_deps, "LOCAL_SHARED_LIBRARIES") - - def WriteTarget( - self, spec, configs, deps, link_deps, part_of_all, write_alias_target - ): - """Write Makefile code to produce the final target of the gyp spec. - - spec, configs: input from gyp. - deps, link_deps: dependency lists; see ComputeDeps() - part_of_all: flag indicating this target is part of 'all' - write_alias_target: flag indicating whether to create short aliases for this - target - """ - self.WriteLn("### Rules for final target.") - - if self.type != "none": - self.WriteTargetFlags(spec, configs, link_deps) - - settings = spec.get("aosp_build_settings", {}) - if settings: - self.WriteLn("### Set directly by aosp_build_settings.") - for k, v in settings.items(): - if isinstance(v, list): - self.WriteList(v, k) - else: - self.WriteLn(f"{k} := {make.QuoteIfNecessary(v)}") - self.WriteLn("") - - # Add to the set of targets which represent the gyp 'all' target. We use the - # name 'gyp_all_modules' as the Android build system doesn't allow the use - # of the Make target 'all' and because 'all_modules' is the equivalent of - # the Make target 'all' on Android. - if part_of_all and write_alias_target: - self.WriteLn('# Add target alias to "gyp_all_modules" target.') - self.WriteLn(".PHONY: gyp_all_modules") - self.WriteLn("gyp_all_modules: %s" % self.android_module) - self.WriteLn("") - - # Add an alias from the gyp target name to the Android module name. This - # simplifies manual builds of the target, and is required by the test - # framework. - if self.target != self.android_module and write_alias_target: - self.WriteLn("# Alias gyp target name.") - self.WriteLn(".PHONY: %s" % self.target) - self.WriteLn(f"{self.target}: {self.android_module}") - self.WriteLn("") - - # Add the command to trigger build of the target type depending - # on the toolset. Ex: BUILD_STATIC_LIBRARY vs. BUILD_HOST_STATIC_LIBRARY - # NOTE: This has to come last! - modifier = "" - if self.toolset == "host": - modifier = "HOST_" - if self.type == "static_library": - self.WriteLn("include $(BUILD_%sSTATIC_LIBRARY)" % modifier) - elif self.type == "shared_library": - self.WriteLn("LOCAL_PRELINK_MODULE := false") - self.WriteLn("include $(BUILD_%sSHARED_LIBRARY)" % modifier) - elif self.type == "executable": - self.WriteLn("LOCAL_CXX_STL := libc++_static") - # Executables are for build and test purposes only, so they're installed - # to a directory that doesn't get included in the system image. - self.WriteLn("LOCAL_MODULE_PATH := $(gyp_shared_intermediate_dir)") - self.WriteLn("include $(BUILD_%sEXECUTABLE)" % modifier) - else: - self.WriteLn("LOCAL_MODULE_PATH := $(PRODUCT_OUT)/gyp_stamp") - self.WriteLn("LOCAL_UNINSTALLABLE_MODULE := true") - if self.toolset == "target": - self.WriteLn("LOCAL_2ND_ARCH_VAR_PREFIX := $(GYP_VAR_PREFIX)") - else: - self.WriteLn("LOCAL_2ND_ARCH_VAR_PREFIX := $(GYP_HOST_VAR_PREFIX)") - self.WriteLn() - self.WriteLn("include $(BUILD_SYSTEM)/base_rules.mk") - self.WriteLn() - self.WriteLn("$(LOCAL_BUILT_MODULE): $(LOCAL_ADDITIONAL_DEPENDENCIES)") - self.WriteLn('\t$(hide) echo "Gyp timestamp: $@"') - self.WriteLn("\t$(hide) mkdir -p $(dir $@)") - self.WriteLn("\t$(hide) touch $@") - self.WriteLn() - self.WriteLn("LOCAL_2ND_ARCH_VAR_PREFIX :=") - - def WriteList( - self, - value_list, - variable=None, - prefix="", - quoter=make.QuoteIfNecessary, - local_pathify=False, - ): - """Write a variable definition that is a list of values. - - E.g. WriteList(['a','b'], 'foo', prefix='blah') writes out - foo = blaha blahb - but in a pretty-printed style. - """ - values = "" - if value_list: - value_list = [quoter(prefix + value) for value in value_list] - if local_pathify: - value_list = [self.LocalPathify(value) for value in value_list] - values = " \\\n\t" + " \\\n\t".join(value_list) - self.fp.write(f"{variable} :={values}\n\n") - - def WriteLn(self, text=""): - self.fp.write(text + "\n") - - def LocalPathify(self, path): - """Convert a subdirectory-relative path into a normalized path which starts - with the make variable $(LOCAL_PATH) (i.e. the top of the project tree). - Absolute paths, or paths that contain variables, are just normalized.""" - if "$(" in path or os.path.isabs(path): - # path is not a file in the project tree in this case, but calling - # normpath is still important for trimming trailing slashes. - return os.path.normpath(path) - local_path = os.path.join("$(LOCAL_PATH)", self.path, path) - local_path = os.path.normpath(local_path) - # Check that normalizing the path didn't ../ itself out of $(LOCAL_PATH) - # - i.e. that the resulting path is still inside the project tree. The - # path may legitimately have ended up containing just $(LOCAL_PATH), though, - # so we don't look for a slash. - assert local_path.startswith( - "$(LOCAL_PATH)" - ), f"Path {path} attempts to escape from gyp path {self.path} !)" - return local_path - - def ExpandInputRoot(self, template, expansion, dirname): - if "%(INPUT_ROOT)s" not in template and "%(INPUT_DIRNAME)s" not in template: - return template - path = template % { - "INPUT_ROOT": expansion, - "INPUT_DIRNAME": dirname, - } - return os.path.normpath(path) - - -def PerformBuild(data, configurations, params): - # The android backend only supports the default configuration. - options = params["options"] - makefile = os.path.abspath(os.path.join(options.toplevel_dir, "GypAndroid.mk")) - env = dict(os.environ) - env["ONE_SHOT_MAKEFILE"] = makefile - arguments = ["make", "-C", os.environ["ANDROID_BUILD_TOP"], "gyp_all_modules"] - print("Building: %s" % arguments) - subprocess.check_call(arguments, env=env) - - -def GenerateOutput(target_list, target_dicts, data, params): - options = params["options"] - generator_flags = params.get("generator_flags", {}) - limit_to_target_all = generator_flags.get("limit_to_target_all", False) - write_alias_targets = generator_flags.get("write_alias_targets", True) - sdk_version = generator_flags.get("aosp_sdk_version", 0) - android_top_dir = os.environ.get("ANDROID_BUILD_TOP") - assert android_top_dir, "$ANDROID_BUILD_TOP not set; you need to run lunch." - - def CalculateMakefilePath(build_file, base_name): - """Determine where to write a Makefile for a given gyp file.""" - # Paths in gyp files are relative to the .gyp file, but we want - # paths relative to the source root for the master makefile. Grab - # the path of the .gyp file as the base to relativize against. - # E.g. "foo/bar" when we're constructing targets for "foo/bar/baz.gyp". - base_path = gyp.common.RelativePath(os.path.dirname(build_file), options.depth) - # We write the file in the base_path directory. - output_file = os.path.join(options.depth, base_path, base_name) - assert ( - not options.generator_output - ), "The Android backend does not support options.generator_output." - base_path = gyp.common.RelativePath( - os.path.dirname(build_file), options.toplevel_dir - ) - return base_path, output_file - - # TODO: search for the first non-'Default' target. This can go - # away when we add verification that all targets have the - # necessary configurations. - default_configuration = None - for target in target_list: - spec = target_dicts[target] - if spec["default_configuration"] != "Default": - default_configuration = spec["default_configuration"] - break - if not default_configuration: - default_configuration = "Default" - - makefile_name = "GypAndroid" + options.suffix + ".mk" - makefile_path = os.path.join(options.toplevel_dir, makefile_name) - assert ( - not options.generator_output - ), "The Android backend does not support options.generator_output." - gyp.common.EnsureDirExists(makefile_path) - root_makefile = open(makefile_path, "w") - - root_makefile.write(header) - - # We set LOCAL_PATH just once, here, to the top of the project tree. This - # allows all the other paths we use to be relative to the Android.mk file, - # as the Android build system expects. - root_makefile.write("\nLOCAL_PATH := $(call my-dir)\n") - - # Find the list of targets that derive from the gyp file(s) being built. - needed_targets = set() - for build_file in params["build_files"]: - for target in gyp.common.AllTargets(target_list, target_dicts, build_file): - needed_targets.add(target) - - build_files = set() - include_list = set() - android_modules = {} - for qualified_target in target_list: - build_file, target, toolset = gyp.common.ParseQualifiedTarget(qualified_target) - relative_build_file = gyp.common.RelativePath(build_file, options.toplevel_dir) - build_files.add(relative_build_file) - included_files = data[build_file]["included_files"] - for included_file in included_files: - # The included_files entries are relative to the dir of the build file - # that included them, so we have to undo that and then make them relative - # to the root dir. - relative_include_file = gyp.common.RelativePath( - gyp.common.UnrelativePath(included_file, build_file), - options.toplevel_dir, - ) - abs_include_file = os.path.abspath(relative_include_file) - # If the include file is from the ~/.gyp dir, we should use absolute path - # so that relocating the src dir doesn't break the path. - if params["home_dot_gyp"] and abs_include_file.startswith( - params["home_dot_gyp"] - ): - build_files.add(abs_include_file) - else: - build_files.add(relative_include_file) - - base_path, output_file = CalculateMakefilePath( - build_file, target + "." + toolset + options.suffix + ".mk" - ) - - spec = target_dicts[qualified_target] - configs = spec["configurations"] - - part_of_all = qualified_target in needed_targets - if limit_to_target_all and not part_of_all: - continue - - relative_target = gyp.common.QualifiedTarget( - relative_build_file, target, toolset - ) - writer = AndroidMkWriter(android_top_dir) - android_module = writer.Write( - qualified_target, - relative_target, - base_path, - output_file, - spec, - configs, - part_of_all=part_of_all, - write_alias_target=write_alias_targets, - sdk_version=sdk_version, - ) - if android_module in android_modules: - print( - "ERROR: Android module names must be unique. The following " - "targets both generate Android module name %s.\n %s\n %s" - % (android_module, android_modules[android_module], qualified_target) - ) - return - android_modules[android_module] = qualified_target - - # Our root_makefile lives at the source root. Compute the relative path - # from there to the output_file for including. - mkfile_rel_path = gyp.common.RelativePath( - output_file, os.path.dirname(makefile_path) - ) - include_list.add(mkfile_rel_path) - - root_makefile.write("GYP_CONFIGURATION ?= %s\n" % default_configuration) - root_makefile.write("GYP_VAR_PREFIX ?=\n") - root_makefile.write("GYP_HOST_VAR_PREFIX ?=\n") - root_makefile.write("GYP_HOST_MULTILIB ?= first\n") - - # Write out the sorted list of includes. - root_makefile.write("\n") - for include_file in sorted(include_list): - root_makefile.write("include $(LOCAL_PATH)/" + include_file + "\n") - root_makefile.write("\n") - - if write_alias_targets: - root_makefile.write(ALL_MODULES_FOOTER) - - root_makefile.close() diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/cmake.py b/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/cmake.py deleted file mode 100644 index c95d184..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/cmake.py +++ /dev/null @@ -1,1321 +0,0 @@ -# Copyright (c) 2013 Google Inc. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - -"""cmake output module - -This module is under development and should be considered experimental. - -This module produces cmake (2.8.8+) input as its output. One CMakeLists.txt is -created for each configuration. - -This module's original purpose was to support editing in IDEs like KDevelop -which use CMake for project management. It is also possible to use CMake to -generate projects for other IDEs such as eclipse cdt and code::blocks. QtCreator -will convert the CMakeLists.txt to a code::blocks cbp for the editor to read, -but build using CMake. As a result QtCreator editor is unaware of compiler -defines. The generated CMakeLists.txt can also be used to build on Linux. There -is currently no support for building on platforms other than Linux. - -The generated CMakeLists.txt should properly compile all projects. However, -there is a mismatch between gyp and cmake with regard to linking. All attempts -are made to work around this, but CMake sometimes sees -Wl,--start-group as a -library and incorrectly repeats it. As a result the output of this generator -should not be relied on for building. - -When using with kdevelop, use version 4.4+. Previous versions of kdevelop will -not be able to find the header file directories described in the generated -CMakeLists.txt file. -""" - - -import multiprocessing -import os -import signal -import subprocess -import gyp.common -import gyp.xcode_emulation - -_maketrans = str.maketrans - -generator_default_variables = { - "EXECUTABLE_PREFIX": "", - "EXECUTABLE_SUFFIX": "", - "STATIC_LIB_PREFIX": "lib", - "STATIC_LIB_SUFFIX": ".a", - "SHARED_LIB_PREFIX": "lib", - "SHARED_LIB_SUFFIX": ".so", - "SHARED_LIB_DIR": "${builddir}/lib.${TOOLSET}", - "LIB_DIR": "${obj}.${TOOLSET}", - "INTERMEDIATE_DIR": "${obj}.${TOOLSET}/${TARGET}/geni", - "SHARED_INTERMEDIATE_DIR": "${obj}/gen", - "PRODUCT_DIR": "${builddir}", - "RULE_INPUT_PATH": "${RULE_INPUT_PATH}", - "RULE_INPUT_DIRNAME": "${RULE_INPUT_DIRNAME}", - "RULE_INPUT_NAME": "${RULE_INPUT_NAME}", - "RULE_INPUT_ROOT": "${RULE_INPUT_ROOT}", - "RULE_INPUT_EXT": "${RULE_INPUT_EXT}", - "CONFIGURATION_NAME": "${configuration}", -} - -FULL_PATH_VARS = ("${CMAKE_CURRENT_LIST_DIR}", "${builddir}", "${obj}") - -generator_supports_multiple_toolsets = True -generator_wants_static_library_dependencies_adjusted = True - -COMPILABLE_EXTENSIONS = { - ".c": "cc", - ".cc": "cxx", - ".cpp": "cxx", - ".cxx": "cxx", - ".s": "s", # cc - ".S": "s", # cc -} - - -def RemovePrefix(a, prefix): - """Returns 'a' without 'prefix' if it starts with 'prefix'.""" - return a[len(prefix) :] if a.startswith(prefix) else a - - -def CalculateVariables(default_variables, params): - """Calculate additional variables for use in the build (called by gyp).""" - default_variables.setdefault("OS", gyp.common.GetFlavor(params)) - - -def Compilable(filename): - """Return true if the file is compilable (should be in OBJS).""" - return any(filename.endswith(e) for e in COMPILABLE_EXTENSIONS) - - -def Linkable(filename): - """Return true if the file is linkable (should be on the link line).""" - return filename.endswith(".o") - - -def NormjoinPathForceCMakeSource(base_path, rel_path): - """Resolves rel_path against base_path and returns the result. - - If rel_path is an absolute path it is returned unchanged. - Otherwise it is resolved against base_path and normalized. - If the result is a relative path, it is forced to be relative to the - CMakeLists.txt. - """ - if os.path.isabs(rel_path): - return rel_path - if any([rel_path.startswith(var) for var in FULL_PATH_VARS]): - return rel_path - # TODO: do we need to check base_path for absolute variables as well? - return os.path.join( - "${CMAKE_CURRENT_LIST_DIR}", os.path.normpath(os.path.join(base_path, rel_path)) - ) - - -def NormjoinPath(base_path, rel_path): - """Resolves rel_path against base_path and returns the result. - TODO: what is this really used for? - If rel_path begins with '$' it is returned unchanged. - Otherwise it is resolved against base_path if relative, then normalized. - """ - if rel_path.startswith("$") and not rel_path.startswith("${configuration}"): - return rel_path - return os.path.normpath(os.path.join(base_path, rel_path)) - - -def CMakeStringEscape(a): - """Escapes the string 'a' for use inside a CMake string. - - This means escaping - '\' otherwise it may be seen as modifying the next character - '"' otherwise it will end the string - ';' otherwise the string becomes a list - - The following do not need to be escaped - '#' when the lexer is in string state, this does not start a comment - - The following are yet unknown - '$' generator variables (like ${obj}) must not be escaped, - but text $ should be escaped - what is wanted is to know which $ come from generator variables - """ - return a.replace("\\", "\\\\").replace(";", "\\;").replace('"', '\\"') - - -def SetFileProperty(output, source_name, property_name, values, sep): - """Given a set of source file, sets the given property on them.""" - output.write("set_source_files_properties(") - output.write(source_name) - output.write(" PROPERTIES ") - output.write(property_name) - output.write(' "') - for value in values: - output.write(CMakeStringEscape(value)) - output.write(sep) - output.write('")\n') - - -def SetFilesProperty(output, variable, property_name, values, sep): - """Given a set of source files, sets the given property on them.""" - output.write("set_source_files_properties(") - WriteVariable(output, variable) - output.write(" PROPERTIES ") - output.write(property_name) - output.write(' "') - for value in values: - output.write(CMakeStringEscape(value)) - output.write(sep) - output.write('")\n') - - -def SetTargetProperty(output, target_name, property_name, values, sep=""): - """Given a target, sets the given property.""" - output.write("set_target_properties(") - output.write(target_name) - output.write(" PROPERTIES ") - output.write(property_name) - output.write(' "') - for value in values: - output.write(CMakeStringEscape(value)) - output.write(sep) - output.write('")\n') - - -def SetVariable(output, variable_name, value): - """Sets a CMake variable.""" - output.write("set(") - output.write(variable_name) - output.write(' "') - output.write(CMakeStringEscape(value)) - output.write('")\n') - - -def SetVariableList(output, variable_name, values): - """Sets a CMake variable to a list.""" - if not values: - return SetVariable(output, variable_name, "") - if len(values) == 1: - return SetVariable(output, variable_name, values[0]) - output.write("list(APPEND ") - output.write(variable_name) - output.write('\n "') - output.write('"\n "'.join([CMakeStringEscape(value) for value in values])) - output.write('")\n') - - -def UnsetVariable(output, variable_name): - """Unsets a CMake variable.""" - output.write("unset(") - output.write(variable_name) - output.write(")\n") - - -def WriteVariable(output, variable_name, prepend=None): - if prepend: - output.write(prepend) - output.write("${") - output.write(variable_name) - output.write("}") - - -class CMakeTargetType: - def __init__(self, command, modifier, property_modifier): - self.command = command - self.modifier = modifier - self.property_modifier = property_modifier - - -cmake_target_type_from_gyp_target_type = { - "executable": CMakeTargetType("add_executable", None, "RUNTIME"), - "static_library": CMakeTargetType("add_library", "STATIC", "ARCHIVE"), - "shared_library": CMakeTargetType("add_library", "SHARED", "LIBRARY"), - "loadable_module": CMakeTargetType("add_library", "MODULE", "LIBRARY"), - "none": CMakeTargetType("add_custom_target", "SOURCES", None), -} - - -def StringToCMakeTargetName(a): - """Converts the given string 'a' to a valid CMake target name. - - All invalid characters are replaced by '_'. - Invalid for cmake: ' ', '/', '(', ')', '"' - Invalid for make: ':' - Invalid for unknown reasons but cause failures: '.' - """ - return a.translate(_maketrans(' /():."', "_______")) - - -def WriteActions(target_name, actions, extra_sources, extra_deps, path_to_gyp, output): - """Write CMake for the 'actions' in the target. - - Args: - target_name: the name of the CMake target being generated. - actions: the Gyp 'actions' dict for this target. - extra_sources: [(<cmake_src>, <src>)] to append with generated source files. - extra_deps: [<cmake_taget>] to append with generated targets. - path_to_gyp: relative path from CMakeLists.txt being generated to - the Gyp file in which the target being generated is defined. - """ - for action in actions: - action_name = StringToCMakeTargetName(action["action_name"]) - action_target_name = f"{target_name}__{action_name}" - - inputs = action["inputs"] - inputs_name = action_target_name + "__input" - SetVariableList( - output, - inputs_name, - [NormjoinPathForceCMakeSource(path_to_gyp, dep) for dep in inputs], - ) - - outputs = action["outputs"] - cmake_outputs = [ - NormjoinPathForceCMakeSource(path_to_gyp, out) for out in outputs - ] - outputs_name = action_target_name + "__output" - SetVariableList(output, outputs_name, cmake_outputs) - - # Build up a list of outputs. - # Collect the output dirs we'll need. - dirs = {dir for dir in (os.path.dirname(o) for o in outputs) if dir} - - if int(action.get("process_outputs_as_sources", False)): - extra_sources.extend(zip(cmake_outputs, outputs)) - - # add_custom_command - output.write("add_custom_command(OUTPUT ") - WriteVariable(output, outputs_name) - output.write("\n") - - if len(dirs) > 0: - for directory in dirs: - output.write(" COMMAND ${CMAKE_COMMAND} -E make_directory ") - output.write(directory) - output.write("\n") - - output.write(" COMMAND ") - output.write(gyp.common.EncodePOSIXShellList(action["action"])) - output.write("\n") - - output.write(" DEPENDS ") - WriteVariable(output, inputs_name) - output.write("\n") - - output.write(" WORKING_DIRECTORY ${CMAKE_CURRENT_LIST_DIR}/") - output.write(path_to_gyp) - output.write("\n") - - output.write(" COMMENT ") - if "message" in action: - output.write(action["message"]) - else: - output.write(action_target_name) - output.write("\n") - - output.write(" VERBATIM\n") - output.write(")\n") - - # add_custom_target - output.write("add_custom_target(") - output.write(action_target_name) - output.write("\n DEPENDS ") - WriteVariable(output, outputs_name) - output.write("\n SOURCES ") - WriteVariable(output, inputs_name) - output.write("\n)\n") - - extra_deps.append(action_target_name) - - -def NormjoinRulePathForceCMakeSource(base_path, rel_path, rule_source): - if rel_path.startswith(("${RULE_INPUT_PATH}", "${RULE_INPUT_DIRNAME}")): - if any([rule_source.startswith(var) for var in FULL_PATH_VARS]): - return rel_path - return NormjoinPathForceCMakeSource(base_path, rel_path) - - -def WriteRules(target_name, rules, extra_sources, extra_deps, path_to_gyp, output): - """Write CMake for the 'rules' in the target. - - Args: - target_name: the name of the CMake target being generated. - actions: the Gyp 'actions' dict for this target. - extra_sources: [(<cmake_src>, <src>)] to append with generated source files. - extra_deps: [<cmake_taget>] to append with generated targets. - path_to_gyp: relative path from CMakeLists.txt being generated to - the Gyp file in which the target being generated is defined. - """ - for rule in rules: - rule_name = StringToCMakeTargetName(target_name + "__" + rule["rule_name"]) - - inputs = rule.get("inputs", []) - inputs_name = rule_name + "__input" - SetVariableList( - output, - inputs_name, - [NormjoinPathForceCMakeSource(path_to_gyp, dep) for dep in inputs], - ) - outputs = rule["outputs"] - var_outputs = [] - - for count, rule_source in enumerate(rule.get("rule_sources", [])): - action_name = rule_name + "_" + str(count) - - rule_source_dirname, rule_source_basename = os.path.split(rule_source) - rule_source_root, rule_source_ext = os.path.splitext(rule_source_basename) - - SetVariable(output, "RULE_INPUT_PATH", rule_source) - SetVariable(output, "RULE_INPUT_DIRNAME", rule_source_dirname) - SetVariable(output, "RULE_INPUT_NAME", rule_source_basename) - SetVariable(output, "RULE_INPUT_ROOT", rule_source_root) - SetVariable(output, "RULE_INPUT_EXT", rule_source_ext) - - # Build up a list of outputs. - # Collect the output dirs we'll need. - dirs = {dir for dir in (os.path.dirname(o) for o in outputs) if dir} - - # Create variables for the output, as 'local' variable will be unset. - these_outputs = [] - for output_index, out in enumerate(outputs): - output_name = action_name + "_" + str(output_index) - SetVariable( - output, - output_name, - NormjoinRulePathForceCMakeSource(path_to_gyp, out, rule_source), - ) - if int(rule.get("process_outputs_as_sources", False)): - extra_sources.append(("${" + output_name + "}", out)) - these_outputs.append("${" + output_name + "}") - var_outputs.append("${" + output_name + "}") - - # add_custom_command - output.write("add_custom_command(OUTPUT\n") - for out in these_outputs: - output.write(" ") - output.write(out) - output.write("\n") - - for directory in dirs: - output.write(" COMMAND ${CMAKE_COMMAND} -E make_directory ") - output.write(directory) - output.write("\n") - - output.write(" COMMAND ") - output.write(gyp.common.EncodePOSIXShellList(rule["action"])) - output.write("\n") - - output.write(" DEPENDS ") - WriteVariable(output, inputs_name) - output.write(" ") - output.write(NormjoinPath(path_to_gyp, rule_source)) - output.write("\n") - - # CMAKE_CURRENT_LIST_DIR is where the CMakeLists.txt lives. - # The cwd is the current build directory. - output.write(" WORKING_DIRECTORY ${CMAKE_CURRENT_LIST_DIR}/") - output.write(path_to_gyp) - output.write("\n") - - output.write(" COMMENT ") - if "message" in rule: - output.write(rule["message"]) - else: - output.write(action_name) - output.write("\n") - - output.write(" VERBATIM\n") - output.write(")\n") - - UnsetVariable(output, "RULE_INPUT_PATH") - UnsetVariable(output, "RULE_INPUT_DIRNAME") - UnsetVariable(output, "RULE_INPUT_NAME") - UnsetVariable(output, "RULE_INPUT_ROOT") - UnsetVariable(output, "RULE_INPUT_EXT") - - # add_custom_target - output.write("add_custom_target(") - output.write(rule_name) - output.write(" DEPENDS\n") - for out in var_outputs: - output.write(" ") - output.write(out) - output.write("\n") - output.write("SOURCES ") - WriteVariable(output, inputs_name) - output.write("\n") - for rule_source in rule.get("rule_sources", []): - output.write(" ") - output.write(NormjoinPath(path_to_gyp, rule_source)) - output.write("\n") - output.write(")\n") - - extra_deps.append(rule_name) - - -def WriteCopies(target_name, copies, extra_deps, path_to_gyp, output): - """Write CMake for the 'copies' in the target. - - Args: - target_name: the name of the CMake target being generated. - actions: the Gyp 'actions' dict for this target. - extra_deps: [<cmake_taget>] to append with generated targets. - path_to_gyp: relative path from CMakeLists.txt being generated to - the Gyp file in which the target being generated is defined. - """ - copy_name = target_name + "__copies" - - # CMake gets upset with custom targets with OUTPUT which specify no output. - have_copies = any(copy["files"] for copy in copies) - if not have_copies: - output.write("add_custom_target(") - output.write(copy_name) - output.write(")\n") - extra_deps.append(copy_name) - return - - class Copy: - def __init__(self, ext, command): - self.cmake_inputs = [] - self.cmake_outputs = [] - self.gyp_inputs = [] - self.gyp_outputs = [] - self.ext = ext - self.inputs_name = None - self.outputs_name = None - self.command = command - - file_copy = Copy("", "copy") - dir_copy = Copy("_dirs", "copy_directory") - - for copy in copies: - files = copy["files"] - destination = copy["destination"] - for src in files: - path = os.path.normpath(src) - basename = os.path.split(path)[1] - dst = os.path.join(destination, basename) - - copy = file_copy if os.path.basename(src) else dir_copy - - copy.cmake_inputs.append(NormjoinPathForceCMakeSource(path_to_gyp, src)) - copy.cmake_outputs.append(NormjoinPathForceCMakeSource(path_to_gyp, dst)) - copy.gyp_inputs.append(src) - copy.gyp_outputs.append(dst) - - for copy in (file_copy, dir_copy): - if copy.cmake_inputs: - copy.inputs_name = copy_name + "__input" + copy.ext - SetVariableList(output, copy.inputs_name, copy.cmake_inputs) - - copy.outputs_name = copy_name + "__output" + copy.ext - SetVariableList(output, copy.outputs_name, copy.cmake_outputs) - - # add_custom_command - output.write("add_custom_command(\n") - - output.write("OUTPUT") - for copy in (file_copy, dir_copy): - if copy.outputs_name: - WriteVariable(output, copy.outputs_name, " ") - output.write("\n") - - for copy in (file_copy, dir_copy): - for src, dst in zip(copy.gyp_inputs, copy.gyp_outputs): - # 'cmake -E copy src dst' will create the 'dst' directory if needed. - output.write("COMMAND ${CMAKE_COMMAND} -E %s " % copy.command) - output.write(src) - output.write(" ") - output.write(dst) - output.write("\n") - - output.write("DEPENDS") - for copy in (file_copy, dir_copy): - if copy.inputs_name: - WriteVariable(output, copy.inputs_name, " ") - output.write("\n") - - output.write("WORKING_DIRECTORY ${CMAKE_CURRENT_LIST_DIR}/") - output.write(path_to_gyp) - output.write("\n") - - output.write("COMMENT Copying for ") - output.write(target_name) - output.write("\n") - - output.write("VERBATIM\n") - output.write(")\n") - - # add_custom_target - output.write("add_custom_target(") - output.write(copy_name) - output.write("\n DEPENDS") - for copy in (file_copy, dir_copy): - if copy.outputs_name: - WriteVariable(output, copy.outputs_name, " ") - output.write("\n SOURCES") - if file_copy.inputs_name: - WriteVariable(output, file_copy.inputs_name, " ") - output.write("\n)\n") - - extra_deps.append(copy_name) - - -def CreateCMakeTargetBaseName(qualified_target): - """This is the name we would like the target to have.""" - _, gyp_target_name, gyp_target_toolset = gyp.common.ParseQualifiedTarget( - qualified_target - ) - cmake_target_base_name = gyp_target_name - if gyp_target_toolset and gyp_target_toolset != "target": - cmake_target_base_name += "_" + gyp_target_toolset - return StringToCMakeTargetName(cmake_target_base_name) - - -def CreateCMakeTargetFullName(qualified_target): - """An unambiguous name for the target.""" - gyp_file, gyp_target_name, gyp_target_toolset = gyp.common.ParseQualifiedTarget( - qualified_target - ) - cmake_target_full_name = gyp_file + ":" + gyp_target_name - if gyp_target_toolset and gyp_target_toolset != "target": - cmake_target_full_name += "_" + gyp_target_toolset - return StringToCMakeTargetName(cmake_target_full_name) - - -class CMakeNamer: - """Converts Gyp target names into CMake target names. - - CMake requires that target names be globally unique. One way to ensure - this is to fully qualify the names of the targets. Unfortunately, this - ends up with all targets looking like "chrome_chrome_gyp_chrome" instead - of just "chrome". If this generator were only interested in building, it - would be possible to fully qualify all target names, then create - unqualified target names which depend on all qualified targets which - should have had that name. This is more or less what the 'make' generator - does with aliases. However, one goal of this generator is to create CMake - files for use with IDEs, and fully qualified names are not as user - friendly. - - Since target name collision is rare, we do the above only when required. - - Toolset variants are always qualified from the base, as this is required for - building. However, it also makes sense for an IDE, as it is possible for - defines to be different. - """ - - def __init__(self, target_list): - self.cmake_target_base_names_conficting = set() - - cmake_target_base_names_seen = set() - for qualified_target in target_list: - cmake_target_base_name = CreateCMakeTargetBaseName(qualified_target) - - if cmake_target_base_name not in cmake_target_base_names_seen: - cmake_target_base_names_seen.add(cmake_target_base_name) - else: - self.cmake_target_base_names_conficting.add(cmake_target_base_name) - - def CreateCMakeTargetName(self, qualified_target): - base_name = CreateCMakeTargetBaseName(qualified_target) - if base_name in self.cmake_target_base_names_conficting: - return CreateCMakeTargetFullName(qualified_target) - return base_name - - -def WriteTarget( - namer, - qualified_target, - target_dicts, - build_dir, - config_to_use, - options, - generator_flags, - all_qualified_targets, - flavor, - output, -): - # The make generator does this always. - # TODO: It would be nice to be able to tell CMake all dependencies. - circular_libs = generator_flags.get("circular", True) - - if not generator_flags.get("standalone", False): - output.write("\n#") - output.write(qualified_target) - output.write("\n") - - gyp_file, _, _ = gyp.common.ParseQualifiedTarget(qualified_target) - rel_gyp_file = gyp.common.RelativePath(gyp_file, options.toplevel_dir) - rel_gyp_dir = os.path.dirname(rel_gyp_file) - - # Relative path from build dir to top dir. - build_to_top = gyp.common.InvertRelativePath(build_dir, options.toplevel_dir) - # Relative path from build dir to gyp dir. - build_to_gyp = os.path.join(build_to_top, rel_gyp_dir) - - path_from_cmakelists_to_gyp = build_to_gyp - - spec = target_dicts.get(qualified_target, {}) - config = spec.get("configurations", {}).get(config_to_use, {}) - - xcode_settings = None - if flavor == "mac": - xcode_settings = gyp.xcode_emulation.XcodeSettings(spec) - - target_name = spec.get("target_name", "<missing target name>") - target_type = spec.get("type", "<missing target type>") - target_toolset = spec.get("toolset") - - cmake_target_type = cmake_target_type_from_gyp_target_type.get(target_type) - if cmake_target_type is None: - print( - "Target %s has unknown target type %s, skipping." - % (target_name, target_type) - ) - return - - SetVariable(output, "TARGET", target_name) - SetVariable(output, "TOOLSET", target_toolset) - - cmake_target_name = namer.CreateCMakeTargetName(qualified_target) - - extra_sources = [] - extra_deps = [] - - # Actions must come first, since they can generate more OBJs for use below. - if "actions" in spec: - WriteActions( - cmake_target_name, - spec["actions"], - extra_sources, - extra_deps, - path_from_cmakelists_to_gyp, - output, - ) - - # Rules must be early like actions. - if "rules" in spec: - WriteRules( - cmake_target_name, - spec["rules"], - extra_sources, - extra_deps, - path_from_cmakelists_to_gyp, - output, - ) - - # Copies - if "copies" in spec: - WriteCopies( - cmake_target_name, - spec["copies"], - extra_deps, - path_from_cmakelists_to_gyp, - output, - ) - - # Target and sources - srcs = spec.get("sources", []) - - # Gyp separates the sheep from the goats based on file extensions. - # A full separation is done here because of flag handing (see below). - s_sources = [] - c_sources = [] - cxx_sources = [] - linkable_sources = [] - other_sources = [] - for src in srcs: - _, ext = os.path.splitext(src) - src_type = COMPILABLE_EXTENSIONS.get(ext, None) - src_norm_path = NormjoinPath(path_from_cmakelists_to_gyp, src) - - if src_type == "s": - s_sources.append(src_norm_path) - elif src_type == "cc": - c_sources.append(src_norm_path) - elif src_type == "cxx": - cxx_sources.append(src_norm_path) - elif Linkable(ext): - linkable_sources.append(src_norm_path) - else: - other_sources.append(src_norm_path) - - for extra_source in extra_sources: - src, real_source = extra_source - _, ext = os.path.splitext(real_source) - src_type = COMPILABLE_EXTENSIONS.get(ext, None) - - if src_type == "s": - s_sources.append(src) - elif src_type == "cc": - c_sources.append(src) - elif src_type == "cxx": - cxx_sources.append(src) - elif Linkable(ext): - linkable_sources.append(src) - else: - other_sources.append(src) - - s_sources_name = None - if s_sources: - s_sources_name = cmake_target_name + "__asm_srcs" - SetVariableList(output, s_sources_name, s_sources) - - c_sources_name = None - if c_sources: - c_sources_name = cmake_target_name + "__c_srcs" - SetVariableList(output, c_sources_name, c_sources) - - cxx_sources_name = None - if cxx_sources: - cxx_sources_name = cmake_target_name + "__cxx_srcs" - SetVariableList(output, cxx_sources_name, cxx_sources) - - linkable_sources_name = None - if linkable_sources: - linkable_sources_name = cmake_target_name + "__linkable_srcs" - SetVariableList(output, linkable_sources_name, linkable_sources) - - other_sources_name = None - if other_sources: - other_sources_name = cmake_target_name + "__other_srcs" - SetVariableList(output, other_sources_name, other_sources) - - # CMake gets upset when executable targets provide no sources. - # http://www.cmake.org/pipermail/cmake/2010-July/038461.html - dummy_sources_name = None - has_sources = ( - s_sources_name - or c_sources_name - or cxx_sources_name - or linkable_sources_name - or other_sources_name - ) - if target_type == "executable" and not has_sources: - dummy_sources_name = cmake_target_name + "__dummy_srcs" - SetVariable( - output, dummy_sources_name, "${obj}.${TOOLSET}/${TARGET}/genc/dummy.c" - ) - output.write('if(NOT EXISTS "') - WriteVariable(output, dummy_sources_name) - output.write('")\n') - output.write(' file(WRITE "') - WriteVariable(output, dummy_sources_name) - output.write('" "")\n') - output.write("endif()\n") - - # CMake is opposed to setting linker directories and considers the practice - # of setting linker directories dangerous. Instead, it favors the use of - # find_library and passing absolute paths to target_link_libraries. - # However, CMake does provide the command link_directories, which adds - # link directories to targets defined after it is called. - # As a result, link_directories must come before the target definition. - # CMake unfortunately has no means of removing entries from LINK_DIRECTORIES. - library_dirs = config.get("library_dirs") - if library_dirs is not None: - output.write("link_directories(") - for library_dir in library_dirs: - output.write(" ") - output.write(NormjoinPath(path_from_cmakelists_to_gyp, library_dir)) - output.write("\n") - output.write(")\n") - - output.write(cmake_target_type.command) - output.write("(") - output.write(cmake_target_name) - - if cmake_target_type.modifier is not None: - output.write(" ") - output.write(cmake_target_type.modifier) - - if s_sources_name: - WriteVariable(output, s_sources_name, " ") - if c_sources_name: - WriteVariable(output, c_sources_name, " ") - if cxx_sources_name: - WriteVariable(output, cxx_sources_name, " ") - if linkable_sources_name: - WriteVariable(output, linkable_sources_name, " ") - if other_sources_name: - WriteVariable(output, other_sources_name, " ") - if dummy_sources_name: - WriteVariable(output, dummy_sources_name, " ") - - output.write(")\n") - - # Let CMake know if the 'all' target should depend on this target. - exclude_from_all = ( - "TRUE" if qualified_target not in all_qualified_targets else "FALSE" - ) - SetTargetProperty(output, cmake_target_name, "EXCLUDE_FROM_ALL", exclude_from_all) - for extra_target_name in extra_deps: - SetTargetProperty( - output, extra_target_name, "EXCLUDE_FROM_ALL", exclude_from_all - ) - - # Output name and location. - if target_type != "none": - # Link as 'C' if there are no other files - if not c_sources and not cxx_sources: - SetTargetProperty(output, cmake_target_name, "LINKER_LANGUAGE", ["C"]) - - # Mark uncompiled sources as uncompiled. - if other_sources_name: - output.write("set_source_files_properties(") - WriteVariable(output, other_sources_name, "") - output.write(' PROPERTIES HEADER_FILE_ONLY "TRUE")\n') - - # Mark object sources as linkable. - if linkable_sources_name: - output.write("set_source_files_properties(") - WriteVariable(output, other_sources_name, "") - output.write(' PROPERTIES EXTERNAL_OBJECT "TRUE")\n') - - # Output directory - target_output_directory = spec.get("product_dir") - if target_output_directory is None: - if target_type in ("executable", "loadable_module"): - target_output_directory = generator_default_variables["PRODUCT_DIR"] - elif target_type == "shared_library": - target_output_directory = "${builddir}/lib.${TOOLSET}" - elif spec.get("standalone_static_library", False): - target_output_directory = generator_default_variables["PRODUCT_DIR"] - else: - base_path = gyp.common.RelativePath( - os.path.dirname(gyp_file), options.toplevel_dir - ) - target_output_directory = "${obj}.${TOOLSET}" - target_output_directory = os.path.join( - target_output_directory, base_path - ) - - cmake_target_output_directory = NormjoinPathForceCMakeSource( - path_from_cmakelists_to_gyp, target_output_directory - ) - SetTargetProperty( - output, - cmake_target_name, - cmake_target_type.property_modifier + "_OUTPUT_DIRECTORY", - cmake_target_output_directory, - ) - - # Output name - default_product_prefix = "" - default_product_name = target_name - default_product_ext = "" - if target_type == "static_library": - static_library_prefix = generator_default_variables["STATIC_LIB_PREFIX"] - default_product_name = RemovePrefix( - default_product_name, static_library_prefix - ) - default_product_prefix = static_library_prefix - default_product_ext = generator_default_variables["STATIC_LIB_SUFFIX"] - - elif target_type in ("loadable_module", "shared_library"): - shared_library_prefix = generator_default_variables["SHARED_LIB_PREFIX"] - default_product_name = RemovePrefix( - default_product_name, shared_library_prefix - ) - default_product_prefix = shared_library_prefix - default_product_ext = generator_default_variables["SHARED_LIB_SUFFIX"] - - elif target_type != "executable": - print( - "ERROR: What output file should be generated?", - "type", - target_type, - "target", - target_name, - ) - - product_prefix = spec.get("product_prefix", default_product_prefix) - product_name = spec.get("product_name", default_product_name) - product_ext = spec.get("product_extension") - if product_ext: - product_ext = "." + product_ext - else: - product_ext = default_product_ext - - SetTargetProperty(output, cmake_target_name, "PREFIX", product_prefix) - SetTargetProperty( - output, - cmake_target_name, - cmake_target_type.property_modifier + "_OUTPUT_NAME", - product_name, - ) - SetTargetProperty(output, cmake_target_name, "SUFFIX", product_ext) - - # Make the output of this target referenceable as a source. - cmake_target_output_basename = product_prefix + product_name + product_ext - cmake_target_output = os.path.join( - cmake_target_output_directory, cmake_target_output_basename - ) - SetFileProperty(output, cmake_target_output, "GENERATED", ["TRUE"], "") - - # Includes - includes = config.get("include_dirs") - if includes: - # This (target include directories) is what requires CMake 2.8.8 - includes_name = cmake_target_name + "__include_dirs" - SetVariableList( - output, - includes_name, - [ - NormjoinPathForceCMakeSource(path_from_cmakelists_to_gyp, include) - for include in includes - ], - ) - output.write("set_property(TARGET ") - output.write(cmake_target_name) - output.write(" APPEND PROPERTY INCLUDE_DIRECTORIES ") - WriteVariable(output, includes_name, "") - output.write(")\n") - - # Defines - defines = config.get("defines") - if defines is not None: - SetTargetProperty( - output, cmake_target_name, "COMPILE_DEFINITIONS", defines, ";" - ) - - # Compile Flags - http://www.cmake.org/Bug/view.php?id=6493 - # CMake currently does not have target C and CXX flags. - # So, instead of doing... - - # cflags_c = config.get('cflags_c') - # if cflags_c is not None: - # SetTargetProperty(output, cmake_target_name, - # 'C_COMPILE_FLAGS', cflags_c, ' ') - - # cflags_cc = config.get('cflags_cc') - # if cflags_cc is not None: - # SetTargetProperty(output, cmake_target_name, - # 'CXX_COMPILE_FLAGS', cflags_cc, ' ') - - # Instead we must... - cflags = config.get("cflags", []) - cflags_c = config.get("cflags_c", []) - cflags_cxx = config.get("cflags_cc", []) - if xcode_settings: - cflags = xcode_settings.GetCflags(config_to_use) - cflags_c = xcode_settings.GetCflagsC(config_to_use) - cflags_cxx = xcode_settings.GetCflagsCC(config_to_use) - # cflags_objc = xcode_settings.GetCflagsObjC(config_to_use) - # cflags_objcc = xcode_settings.GetCflagsObjCC(config_to_use) - - if (not cflags_c or not c_sources) and (not cflags_cxx or not cxx_sources): - SetTargetProperty(output, cmake_target_name, "COMPILE_FLAGS", cflags, " ") - - elif c_sources and not (s_sources or cxx_sources): - flags = [] - flags.extend(cflags) - flags.extend(cflags_c) - SetTargetProperty(output, cmake_target_name, "COMPILE_FLAGS", flags, " ") - - elif cxx_sources and not (s_sources or c_sources): - flags = [] - flags.extend(cflags) - flags.extend(cflags_cxx) - SetTargetProperty(output, cmake_target_name, "COMPILE_FLAGS", flags, " ") - - else: - # TODO: This is broken, one cannot generally set properties on files, - # as other targets may require different properties on the same files. - if s_sources and cflags: - SetFilesProperty(output, s_sources_name, "COMPILE_FLAGS", cflags, " ") - - if c_sources and (cflags or cflags_c): - flags = [] - flags.extend(cflags) - flags.extend(cflags_c) - SetFilesProperty(output, c_sources_name, "COMPILE_FLAGS", flags, " ") - - if cxx_sources and (cflags or cflags_cxx): - flags = [] - flags.extend(cflags) - flags.extend(cflags_cxx) - SetFilesProperty(output, cxx_sources_name, "COMPILE_FLAGS", flags, " ") - - # Linker flags - ldflags = config.get("ldflags") - if ldflags is not None: - SetTargetProperty(output, cmake_target_name, "LINK_FLAGS", ldflags, " ") - - # XCode settings - xcode_settings = config.get("xcode_settings", {}) - for xcode_setting, xcode_value in xcode_settings.items(): - SetTargetProperty( - output, - cmake_target_name, - "XCODE_ATTRIBUTE_%s" % xcode_setting, - xcode_value, - "" if isinstance(xcode_value, str) else " ", - ) - - # Note on Dependencies and Libraries: - # CMake wants to handle link order, resolving the link line up front. - # Gyp does not retain or enforce specifying enough information to do so. - # So do as other gyp generators and use --start-group and --end-group. - # Give CMake as little information as possible so that it doesn't mess it up. - - # Dependencies - rawDeps = spec.get("dependencies", []) - - static_deps = [] - shared_deps = [] - other_deps = [] - for rawDep in rawDeps: - dep_cmake_name = namer.CreateCMakeTargetName(rawDep) - dep_spec = target_dicts.get(rawDep, {}) - dep_target_type = dep_spec.get("type", None) - - if dep_target_type == "static_library": - static_deps.append(dep_cmake_name) - elif dep_target_type == "shared_library": - shared_deps.append(dep_cmake_name) - else: - other_deps.append(dep_cmake_name) - - # ensure all external dependencies are complete before internal dependencies - # extra_deps currently only depend on their own deps, so otherwise run early - if static_deps or shared_deps or other_deps: - for extra_dep in extra_deps: - output.write("add_dependencies(") - output.write(extra_dep) - output.write("\n") - for deps in (static_deps, shared_deps, other_deps): - for dep in gyp.common.uniquer(deps): - output.write(" ") - output.write(dep) - output.write("\n") - output.write(")\n") - - linkable = target_type in ("executable", "loadable_module", "shared_library") - other_deps.extend(extra_deps) - if other_deps or (not linkable and (static_deps or shared_deps)): - output.write("add_dependencies(") - output.write(cmake_target_name) - output.write("\n") - for dep in gyp.common.uniquer(other_deps): - output.write(" ") - output.write(dep) - output.write("\n") - if not linkable: - for deps in (static_deps, shared_deps): - for lib_dep in gyp.common.uniquer(deps): - output.write(" ") - output.write(lib_dep) - output.write("\n") - output.write(")\n") - - # Libraries - if linkable: - external_libs = [lib for lib in spec.get("libraries", []) if len(lib) > 0] - if external_libs or static_deps or shared_deps: - output.write("target_link_libraries(") - output.write(cmake_target_name) - output.write("\n") - if static_deps: - write_group = circular_libs and len(static_deps) > 1 and flavor != "mac" - if write_group: - output.write("-Wl,--start-group\n") - for dep in gyp.common.uniquer(static_deps): - output.write(" ") - output.write(dep) - output.write("\n") - if write_group: - output.write("-Wl,--end-group\n") - if shared_deps: - for dep in gyp.common.uniquer(shared_deps): - output.write(" ") - output.write(dep) - output.write("\n") - if external_libs: - for lib in gyp.common.uniquer(external_libs): - output.write(' "') - output.write(RemovePrefix(lib, "$(SDKROOT)")) - output.write('"\n') - - output.write(")\n") - - UnsetVariable(output, "TOOLSET") - UnsetVariable(output, "TARGET") - - -def GenerateOutputForConfig(target_list, target_dicts, data, params, config_to_use): - options = params["options"] - generator_flags = params["generator_flags"] - flavor = gyp.common.GetFlavor(params) - - # generator_dir: relative path from pwd to where make puts build files. - # Makes migrating from make to cmake easier, cmake doesn't put anything here. - # Each Gyp configuration creates a different CMakeLists.txt file - # to avoid incompatibilities between Gyp and CMake configurations. - generator_dir = os.path.relpath(options.generator_output or ".") - - # output_dir: relative path from generator_dir to the build directory. - output_dir = generator_flags.get("output_dir", "out") - - # build_dir: relative path from source root to our output files. - # e.g. "out/Debug" - build_dir = os.path.normpath(os.path.join(generator_dir, output_dir, config_to_use)) - - toplevel_build = os.path.join(options.toplevel_dir, build_dir) - - output_file = os.path.join(toplevel_build, "CMakeLists.txt") - gyp.common.EnsureDirExists(output_file) - - output = open(output_file, "w") - output.write("cmake_minimum_required(VERSION 2.8.8 FATAL_ERROR)\n") - output.write("cmake_policy(VERSION 2.8.8)\n") - - gyp_file, project_target, _ = gyp.common.ParseQualifiedTarget(target_list[-1]) - output.write("project(") - output.write(project_target) - output.write(")\n") - - SetVariable(output, "configuration", config_to_use) - - ar = None - cc = None - cxx = None - - make_global_settings = data[gyp_file].get("make_global_settings", []) - build_to_top = gyp.common.InvertRelativePath(build_dir, options.toplevel_dir) - for key, value in make_global_settings: - if key == "AR": - ar = os.path.join(build_to_top, value) - if key == "CC": - cc = os.path.join(build_to_top, value) - if key == "CXX": - cxx = os.path.join(build_to_top, value) - - ar = gyp.common.GetEnvironFallback(["AR_target", "AR"], ar) - cc = gyp.common.GetEnvironFallback(["CC_target", "CC"], cc) - cxx = gyp.common.GetEnvironFallback(["CXX_target", "CXX"], cxx) - - if ar: - SetVariable(output, "CMAKE_AR", ar) - if cc: - SetVariable(output, "CMAKE_C_COMPILER", cc) - if cxx: - SetVariable(output, "CMAKE_CXX_COMPILER", cxx) - - # The following appears to be as-yet undocumented. - # http://public.kitware.com/Bug/view.php?id=8392 - output.write("enable_language(ASM)\n") - # ASM-ATT does not support .S files. - # output.write('enable_language(ASM-ATT)\n') - - if cc: - SetVariable(output, "CMAKE_ASM_COMPILER", cc) - - SetVariable(output, "builddir", "${CMAKE_CURRENT_BINARY_DIR}") - SetVariable(output, "obj", "${builddir}/obj") - output.write("\n") - - # TODO: Undocumented/unsupported (the CMake Java generator depends on it). - # CMake by default names the object resulting from foo.c to be foo.c.o. - # Gyp traditionally names the object resulting from foo.c foo.o. - # This should be irrelevant, but some targets extract .o files from .a - # and depend on the name of the extracted .o files. - output.write("set(CMAKE_C_OUTPUT_EXTENSION_REPLACE 1)\n") - output.write("set(CMAKE_CXX_OUTPUT_EXTENSION_REPLACE 1)\n") - output.write("\n") - - # Force ninja to use rsp files. Otherwise link and ar lines can get too long, - # resulting in 'Argument list too long' errors. - # However, rsp files don't work correctly on Mac. - if flavor != "mac": - output.write("set(CMAKE_NINJA_FORCE_RESPONSE_FILE 1)\n") - output.write("\n") - - namer = CMakeNamer(target_list) - - # The list of targets upon which the 'all' target should depend. - # CMake has it's own implicit 'all' target, one is not created explicitly. - all_qualified_targets = set() - for build_file in params["build_files"]: - for qualified_target in gyp.common.AllTargets( - target_list, target_dicts, os.path.normpath(build_file) - ): - all_qualified_targets.add(qualified_target) - - for qualified_target in target_list: - if flavor == "mac": - gyp_file, _, _ = gyp.common.ParseQualifiedTarget(qualified_target) - spec = target_dicts[qualified_target] - gyp.xcode_emulation.MergeGlobalXcodeSettingsToSpec(data[gyp_file], spec) - - WriteTarget( - namer, - qualified_target, - target_dicts, - build_dir, - config_to_use, - options, - generator_flags, - all_qualified_targets, - flavor, - output, - ) - - output.close() - - -def PerformBuild(data, configurations, params): - options = params["options"] - generator_flags = params["generator_flags"] - - # generator_dir: relative path from pwd to where make puts build files. - # Makes migrating from make to cmake easier, cmake doesn't put anything here. - generator_dir = os.path.relpath(options.generator_output or ".") - - # output_dir: relative path from generator_dir to the build directory. - output_dir = generator_flags.get("output_dir", "out") - - for config_name in configurations: - # build_dir: relative path from source root to our output files. - # e.g. "out/Debug" - build_dir = os.path.normpath( - os.path.join(generator_dir, output_dir, config_name) - ) - arguments = ["cmake", "-G", "Ninja"] - print(f"Generating [{config_name}]: {arguments}") - subprocess.check_call(arguments, cwd=build_dir) - - arguments = ["ninja", "-C", build_dir] - print(f"Building [{config_name}]: {arguments}") - subprocess.check_call(arguments) - - -def CallGenerateOutputForConfig(arglist): - # Ignore the interrupt signal so that the parent process catches it and - # kills all multiprocessing children. - signal.signal(signal.SIGINT, signal.SIG_IGN) - - target_list, target_dicts, data, params, config_name = arglist - GenerateOutputForConfig(target_list, target_dicts, data, params, config_name) - - -def GenerateOutput(target_list, target_dicts, data, params): - user_config = params.get("generator_flags", {}).get("config", None) - if user_config: - GenerateOutputForConfig(target_list, target_dicts, data, params, user_config) - else: - config_names = target_dicts[target_list[0]]["configurations"] - if params["parallel"]: - try: - pool = multiprocessing.Pool(len(config_names)) - arglists = [] - for config_name in config_names: - arglists.append( - (target_list, target_dicts, data, params, config_name) - ) - pool.map(CallGenerateOutputForConfig, arglists) - except KeyboardInterrupt as e: - pool.terminate() - raise e - else: - for config_name in config_names: - GenerateOutputForConfig( - target_list, target_dicts, data, params, config_name - ) diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/compile_commands_json.py b/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/compile_commands_json.py deleted file mode 100644 index f330a04..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/compile_commands_json.py +++ /dev/null @@ -1,120 +0,0 @@ -# Copyright (c) 2016 Ben Noordhuis <info@bnoordhuis.nl>. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - -import gyp.common -import gyp.xcode_emulation -import json -import os - -generator_additional_non_configuration_keys = [] -generator_additional_path_sections = [] -generator_extra_sources_for_rules = [] -generator_filelist_paths = None -generator_supports_multiple_toolsets = True -generator_wants_sorted_dependencies = False - -# Lifted from make.py. The actual values don't matter much. -generator_default_variables = { - "CONFIGURATION_NAME": "$(BUILDTYPE)", - "EXECUTABLE_PREFIX": "", - "EXECUTABLE_SUFFIX": "", - "INTERMEDIATE_DIR": "$(obj).$(TOOLSET)/$(TARGET)/geni", - "PRODUCT_DIR": "$(builddir)", - "RULE_INPUT_DIRNAME": "%(INPUT_DIRNAME)s", - "RULE_INPUT_EXT": "$(suffix $<)", - "RULE_INPUT_NAME": "$(notdir $<)", - "RULE_INPUT_PATH": "$(abspath $<)", - "RULE_INPUT_ROOT": "%(INPUT_ROOT)s", - "SHARED_INTERMEDIATE_DIR": "$(obj)/gen", - "SHARED_LIB_PREFIX": "lib", - "STATIC_LIB_PREFIX": "lib", - "STATIC_LIB_SUFFIX": ".a", -} - - -def IsMac(params): - return "mac" == gyp.common.GetFlavor(params) - - -def CalculateVariables(default_variables, params): - default_variables.setdefault("OS", gyp.common.GetFlavor(params)) - - -def AddCommandsForTarget(cwd, target, params, per_config_commands): - output_dir = params["generator_flags"].get("output_dir", "out") - for configuration_name, configuration in target["configurations"].items(): - if IsMac(params): - xcode_settings = gyp.xcode_emulation.XcodeSettings(target) - cflags = xcode_settings.GetCflags(configuration_name) - cflags_c = xcode_settings.GetCflagsC(configuration_name) - cflags_cc = xcode_settings.GetCflagsCC(configuration_name) - else: - cflags = configuration.get("cflags", []) - cflags_c = configuration.get("cflags_c", []) - cflags_cc = configuration.get("cflags_cc", []) - - cflags_c = cflags + cflags_c - cflags_cc = cflags + cflags_cc - - defines = configuration.get("defines", []) - defines = ["-D" + s for s in defines] - - # TODO(bnoordhuis) Handle generated source files. - extensions = (".c", ".cc", ".cpp", ".cxx") - sources = [s for s in target.get("sources", []) if s.endswith(extensions)] - - def resolve(filename): - return os.path.abspath(os.path.join(cwd, filename)) - - # TODO(bnoordhuis) Handle generated header files. - include_dirs = configuration.get("include_dirs", []) - include_dirs = [s for s in include_dirs if not s.startswith("$(obj)")] - includes = ["-I" + resolve(s) for s in include_dirs] - - defines = gyp.common.EncodePOSIXShellList(defines) - includes = gyp.common.EncodePOSIXShellList(includes) - cflags_c = gyp.common.EncodePOSIXShellList(cflags_c) - cflags_cc = gyp.common.EncodePOSIXShellList(cflags_cc) - - commands = per_config_commands.setdefault(configuration_name, []) - for source in sources: - file = resolve(source) - isc = source.endswith(".c") - cc = "cc" if isc else "c++" - cflags = cflags_c if isc else cflags_cc - command = " ".join( - ( - cc, - defines, - includes, - cflags, - "-c", - gyp.common.EncodePOSIXShellArgument(file), - ) - ) - commands.append(dict(command=command, directory=output_dir, file=file)) - - -def GenerateOutput(target_list, target_dicts, data, params): - per_config_commands = {} - for qualified_target, target in target_dicts.items(): - build_file, target_name, toolset = gyp.common.ParseQualifiedTarget( - qualified_target - ) - if IsMac(params): - settings = data[build_file] - gyp.xcode_emulation.MergeGlobalXcodeSettingsToSpec(settings, target) - cwd = os.path.dirname(build_file) - AddCommandsForTarget(cwd, target, params, per_config_commands) - - output_dir = params["generator_flags"].get("output_dir", "out") - for configuration_name, commands in per_config_commands.items(): - filename = os.path.join(output_dir, configuration_name, "compile_commands.json") - gyp.common.EnsureDirExists(filename) - fp = open(filename, "w") - json.dump(commands, fp=fp, indent=0, check_circular=False) - - -def PerformBuild(data, configurations, params): - pass diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/dump_dependency_json.py b/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/dump_dependency_json.py deleted file mode 100644 index 99d5c1f..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/dump_dependency_json.py +++ /dev/null @@ -1,103 +0,0 @@ -# Copyright (c) 2012 Google Inc. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - - -import os -import gyp -import gyp.common -import gyp.msvs_emulation -import json - -generator_supports_multiple_toolsets = True - -generator_wants_static_library_dependencies_adjusted = False - -generator_filelist_paths = {} - -generator_default_variables = {} -for dirname in [ - "INTERMEDIATE_DIR", - "SHARED_INTERMEDIATE_DIR", - "PRODUCT_DIR", - "LIB_DIR", - "SHARED_LIB_DIR", -]: - # Some gyp steps fail if these are empty(!). - generator_default_variables[dirname] = "dir" -for unused in [ - "RULE_INPUT_PATH", - "RULE_INPUT_ROOT", - "RULE_INPUT_NAME", - "RULE_INPUT_DIRNAME", - "RULE_INPUT_EXT", - "EXECUTABLE_PREFIX", - "EXECUTABLE_SUFFIX", - "STATIC_LIB_PREFIX", - "STATIC_LIB_SUFFIX", - "SHARED_LIB_PREFIX", - "SHARED_LIB_SUFFIX", - "CONFIGURATION_NAME", -]: - generator_default_variables[unused] = "" - - -def CalculateVariables(default_variables, params): - generator_flags = params.get("generator_flags", {}) - for key, val in generator_flags.items(): - default_variables.setdefault(key, val) - default_variables.setdefault("OS", gyp.common.GetFlavor(params)) - - flavor = gyp.common.GetFlavor(params) - if flavor == "win": - gyp.msvs_emulation.CalculateCommonVariables(default_variables, params) - - -def CalculateGeneratorInputInfo(params): - """Calculate the generator specific info that gets fed to input (called by - gyp).""" - generator_flags = params.get("generator_flags", {}) - if generator_flags.get("adjust_static_libraries", False): - global generator_wants_static_library_dependencies_adjusted - generator_wants_static_library_dependencies_adjusted = True - - toplevel = params["options"].toplevel_dir - generator_dir = os.path.relpath(params["options"].generator_output or ".") - # output_dir: relative path from generator_dir to the build directory. - output_dir = generator_flags.get("output_dir", "out") - qualified_out_dir = os.path.normpath( - os.path.join(toplevel, generator_dir, output_dir, "gypfiles") - ) - global generator_filelist_paths - generator_filelist_paths = { - "toplevel": toplevel, - "qualified_out_dir": qualified_out_dir, - } - - -def GenerateOutput(target_list, target_dicts, data, params): - # Map of target -> list of targets it depends on. - edges = {} - - # Queue of targets to visit. - targets_to_visit = target_list[:] - - while len(targets_to_visit) > 0: - target = targets_to_visit.pop() - if target in edges: - continue - edges[target] = [] - - for dep in target_dicts[target].get("dependencies", []): - edges[target].append(dep) - targets_to_visit.append(dep) - - try: - filepath = params["generator_flags"]["output_dir"] - except KeyError: - filepath = "." - filename = os.path.join(filepath, "dump.json") - f = open(filename, "w") - json.dump(edges, f) - f.close() - print("Wrote json to %s." % filename) diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/eclipse.py b/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/eclipse.py deleted file mode 100644 index 1ff0dc8..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/eclipse.py +++ /dev/null @@ -1,464 +0,0 @@ -# Copyright (c) 2012 Google Inc. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - -"""GYP backend that generates Eclipse CDT settings files. - -This backend DOES NOT generate Eclipse CDT projects. Instead, it generates XML -files that can be imported into an Eclipse CDT project. The XML file contains a -list of include paths and symbols (i.e. defines). - -Because a full .cproject definition is not created by this generator, it's not -possible to properly define the include dirs and symbols for each file -individually. Instead, one set of includes/symbols is generated for the entire -project. This works fairly well (and is a vast improvement in general), but may -still result in a few indexer issues here and there. - -This generator has no automated tests, so expect it to be broken. -""" - -from xml.sax.saxutils import escape -import os.path -import subprocess -import gyp -import gyp.common -import gyp.msvs_emulation -import shlex -import xml.etree.cElementTree as ET - -generator_wants_static_library_dependencies_adjusted = False - -generator_default_variables = {} - -for dirname in ["INTERMEDIATE_DIR", "PRODUCT_DIR", "LIB_DIR", "SHARED_LIB_DIR"]: - # Some gyp steps fail if these are empty(!), so we convert them to variables - generator_default_variables[dirname] = "$" + dirname - -for unused in [ - "RULE_INPUT_PATH", - "RULE_INPUT_ROOT", - "RULE_INPUT_NAME", - "RULE_INPUT_DIRNAME", - "RULE_INPUT_EXT", - "EXECUTABLE_PREFIX", - "EXECUTABLE_SUFFIX", - "STATIC_LIB_PREFIX", - "STATIC_LIB_SUFFIX", - "SHARED_LIB_PREFIX", - "SHARED_LIB_SUFFIX", - "CONFIGURATION_NAME", -]: - generator_default_variables[unused] = "" - -# Include dirs will occasionally use the SHARED_INTERMEDIATE_DIR variable as -# part of the path when dealing with generated headers. This value will be -# replaced dynamically for each configuration. -generator_default_variables["SHARED_INTERMEDIATE_DIR"] = "$SHARED_INTERMEDIATE_DIR" - - -def CalculateVariables(default_variables, params): - generator_flags = params.get("generator_flags", {}) - for key, val in generator_flags.items(): - default_variables.setdefault(key, val) - flavor = gyp.common.GetFlavor(params) - default_variables.setdefault("OS", flavor) - if flavor == "win": - gyp.msvs_emulation.CalculateCommonVariables(default_variables, params) - - -def CalculateGeneratorInputInfo(params): - """Calculate the generator specific info that gets fed to input (called by - gyp).""" - generator_flags = params.get("generator_flags", {}) - if generator_flags.get("adjust_static_libraries", False): - global generator_wants_static_library_dependencies_adjusted - generator_wants_static_library_dependencies_adjusted = True - - -def GetAllIncludeDirectories( - target_list, - target_dicts, - shared_intermediate_dirs, - config_name, - params, - compiler_path, -): - """Calculate the set of include directories to be used. - - Returns: - A list including all the include_dir's specified for every target followed - by any include directories that were added as cflag compiler options. - """ - - gyp_includes_set = set() - compiler_includes_list = [] - - # Find compiler's default include dirs. - if compiler_path: - command = shlex.split(compiler_path) - command.extend(["-E", "-xc++", "-v", "-"]) - proc = subprocess.Popen( - args=command, - stdin=subprocess.PIPE, - stdout=subprocess.PIPE, - stderr=subprocess.PIPE, - ) - output = proc.communicate()[1].decode("utf-8") - # Extract the list of include dirs from the output, which has this format: - # ... - # #include "..." search starts here: - # #include <...> search starts here: - # /usr/include/c++/4.6 - # /usr/local/include - # End of search list. - # ... - in_include_list = False - for line in output.splitlines(): - if line.startswith("#include"): - in_include_list = True - continue - if line.startswith("End of search list."): - break - if in_include_list: - include_dir = line.strip() - if include_dir not in compiler_includes_list: - compiler_includes_list.append(include_dir) - - flavor = gyp.common.GetFlavor(params) - if flavor == "win": - generator_flags = params.get("generator_flags", {}) - for target_name in target_list: - target = target_dicts[target_name] - if config_name in target["configurations"]: - config = target["configurations"][config_name] - - # Look for any include dirs that were explicitly added via cflags. This - # may be done in gyp files to force certain includes to come at the end. - # TODO(jgreenwald): Change the gyp files to not abuse cflags for this, and - # remove this. - if flavor == "win": - msvs_settings = gyp.msvs_emulation.MsvsSettings(target, generator_flags) - cflags = msvs_settings.GetCflags(config_name) - else: - cflags = config["cflags"] - for cflag in cflags: - if cflag.startswith("-I"): - include_dir = cflag[2:] - if include_dir not in compiler_includes_list: - compiler_includes_list.append(include_dir) - - # Find standard gyp include dirs. - if "include_dirs" in config: - include_dirs = config["include_dirs"] - for shared_intermediate_dir in shared_intermediate_dirs: - for include_dir in include_dirs: - include_dir = include_dir.replace( - "$SHARED_INTERMEDIATE_DIR", shared_intermediate_dir - ) - if not os.path.isabs(include_dir): - base_dir = os.path.dirname(target_name) - - include_dir = base_dir + "/" + include_dir - include_dir = os.path.abspath(include_dir) - - gyp_includes_set.add(include_dir) - - # Generate a list that has all the include dirs. - all_includes_list = list(gyp_includes_set) - all_includes_list.sort() - for compiler_include in compiler_includes_list: - if compiler_include not in gyp_includes_set: - all_includes_list.append(compiler_include) - - # All done. - return all_includes_list - - -def GetCompilerPath(target_list, data, options): - """Determine a command that can be used to invoke the compiler. - - Returns: - If this is a gyp project that has explicit make settings, try to determine - the compiler from that. Otherwise, see if a compiler was specified via the - CC_target environment variable. - """ - # First, see if the compiler is configured in make's settings. - build_file, _, _ = gyp.common.ParseQualifiedTarget(target_list[0]) - make_global_settings_dict = data[build_file].get("make_global_settings", {}) - for key, value in make_global_settings_dict: - if key in ["CC", "CXX"]: - return os.path.join(options.toplevel_dir, value) - - # Check to see if the compiler was specified as an environment variable. - for key in ["CC_target", "CC", "CXX"]: - compiler = os.environ.get(key) - if compiler: - return compiler - - return "gcc" - - -def GetAllDefines(target_list, target_dicts, data, config_name, params, compiler_path): - """Calculate the defines for a project. - - Returns: - A dict that includes explicit defines declared in gyp files along with all - of the default defines that the compiler uses. - """ - - # Get defines declared in the gyp files. - all_defines = {} - flavor = gyp.common.GetFlavor(params) - if flavor == "win": - generator_flags = params.get("generator_flags", {}) - for target_name in target_list: - target = target_dicts[target_name] - - if flavor == "win": - msvs_settings = gyp.msvs_emulation.MsvsSettings(target, generator_flags) - extra_defines = msvs_settings.GetComputedDefines(config_name) - else: - extra_defines = [] - if config_name in target["configurations"]: - config = target["configurations"][config_name] - target_defines = config["defines"] - else: - target_defines = [] - for define in target_defines + extra_defines: - split_define = define.split("=", 1) - if len(split_define) == 1: - split_define.append("1") - if split_define[0].strip() in all_defines: - # Already defined - continue - all_defines[split_define[0].strip()] = split_define[1].strip() - # Get default compiler defines (if possible). - if flavor == "win": - return all_defines # Default defines already processed in the loop above. - if compiler_path: - command = shlex.split(compiler_path) - command.extend(["-E", "-dM", "-"]) - cpp_proc = subprocess.Popen( - args=command, cwd=".", stdin=subprocess.PIPE, stdout=subprocess.PIPE - ) - cpp_output = cpp_proc.communicate()[0].decode("utf-8") - cpp_lines = cpp_output.split("\n") - for cpp_line in cpp_lines: - if not cpp_line.strip(): - continue - cpp_line_parts = cpp_line.split(" ", 2) - key = cpp_line_parts[1] - if len(cpp_line_parts) >= 3: - val = cpp_line_parts[2] - else: - val = "1" - all_defines[key] = val - - return all_defines - - -def WriteIncludePaths(out, eclipse_langs, include_dirs): - """Write the includes section of a CDT settings export file.""" - - out.write( - ' <section name="org.eclipse.cdt.internal.ui.wizards.' - 'settingswizards.IncludePaths">\n' - ) - out.write(' <language name="holder for library settings"></language>\n') - for lang in eclipse_langs: - out.write(' <language name="%s">\n' % lang) - for include_dir in include_dirs: - out.write( - ' <includepath workspace_path="false">%s</includepath>\n' - % include_dir - ) - out.write(" </language>\n") - out.write(" </section>\n") - - -def WriteMacros(out, eclipse_langs, defines): - """Write the macros section of a CDT settings export file.""" - - out.write( - ' <section name="org.eclipse.cdt.internal.ui.wizards.' - 'settingswizards.Macros">\n' - ) - out.write(' <language name="holder for library settings"></language>\n') - for lang in eclipse_langs: - out.write(' <language name="%s">\n' % lang) - for key in sorted(defines): - out.write( - " <macro><name>%s</name><value>%s</value></macro>\n" - % (escape(key), escape(defines[key])) - ) - out.write(" </language>\n") - out.write(" </section>\n") - - -def GenerateOutputForConfig(target_list, target_dicts, data, params, config_name): - options = params["options"] - generator_flags = params.get("generator_flags", {}) - - # build_dir: relative path from source root to our output files. - # e.g. "out/Debug" - build_dir = os.path.join(generator_flags.get("output_dir", "out"), config_name) - - toplevel_build = os.path.join(options.toplevel_dir, build_dir) - # Ninja uses out/Debug/gen while make uses out/Debug/obj/gen as the - # SHARED_INTERMEDIATE_DIR. Include both possible locations. - shared_intermediate_dirs = [ - os.path.join(toplevel_build, "obj", "gen"), - os.path.join(toplevel_build, "gen"), - ] - - GenerateCdtSettingsFile( - target_list, - target_dicts, - data, - params, - config_name, - os.path.join(toplevel_build, "eclipse-cdt-settings.xml"), - options, - shared_intermediate_dirs, - ) - GenerateClasspathFile( - target_list, - target_dicts, - options.toplevel_dir, - toplevel_build, - os.path.join(toplevel_build, "eclipse-classpath.xml"), - ) - - -def GenerateCdtSettingsFile( - target_list, - target_dicts, - data, - params, - config_name, - out_name, - options, - shared_intermediate_dirs, -): - gyp.common.EnsureDirExists(out_name) - with open(out_name, "w") as out: - out.write('<?xml version="1.0" encoding="UTF-8"?>\n') - out.write("<cdtprojectproperties>\n") - - eclipse_langs = [ - "C++ Source File", - "C Source File", - "Assembly Source File", - "GNU C++", - "GNU C", - "Assembly", - ] - compiler_path = GetCompilerPath(target_list, data, options) - include_dirs = GetAllIncludeDirectories( - target_list, - target_dicts, - shared_intermediate_dirs, - config_name, - params, - compiler_path, - ) - WriteIncludePaths(out, eclipse_langs, include_dirs) - defines = GetAllDefines( - target_list, target_dicts, data, config_name, params, compiler_path - ) - WriteMacros(out, eclipse_langs, defines) - - out.write("</cdtprojectproperties>\n") - - -def GenerateClasspathFile( - target_list, target_dicts, toplevel_dir, toplevel_build, out_name -): - """Generates a classpath file suitable for symbol navigation and code - completion of Java code (such as in Android projects) by finding all - .java and .jar files used as action inputs.""" - gyp.common.EnsureDirExists(out_name) - result = ET.Element("classpath") - - def AddElements(kind, paths): - # First, we need to normalize the paths so they are all relative to the - # toplevel dir. - rel_paths = set() - for path in paths: - if os.path.isabs(path): - rel_paths.add(os.path.relpath(path, toplevel_dir)) - else: - rel_paths.add(path) - - for path in sorted(rel_paths): - entry_element = ET.SubElement(result, "classpathentry") - entry_element.set("kind", kind) - entry_element.set("path", path) - - AddElements("lib", GetJavaJars(target_list, target_dicts, toplevel_dir)) - AddElements("src", GetJavaSourceDirs(target_list, target_dicts, toplevel_dir)) - # Include the standard JRE container and a dummy out folder - AddElements("con", ["org.eclipse.jdt.launching.JRE_CONTAINER"]) - # Include a dummy out folder so that Eclipse doesn't use the default /bin - # folder in the root of the project. - AddElements("output", [os.path.join(toplevel_build, ".eclipse-java-build")]) - - ET.ElementTree(result).write(out_name) - - -def GetJavaJars(target_list, target_dicts, toplevel_dir): - """Generates a sequence of all .jars used as inputs.""" - for target_name in target_list: - target = target_dicts[target_name] - for action in target.get("actions", []): - for input_ in action["inputs"]: - if os.path.splitext(input_)[1] == ".jar" and not input_.startswith("$"): - if os.path.isabs(input_): - yield input_ - else: - yield os.path.join(os.path.dirname(target_name), input_) - - -def GetJavaSourceDirs(target_list, target_dicts, toplevel_dir): - """Generates a sequence of all likely java package root directories.""" - for target_name in target_list: - target = target_dicts[target_name] - for action in target.get("actions", []): - for input_ in action["inputs"]: - if os.path.splitext(input_)[1] == ".java" and not input_.startswith( - "$" - ): - dir_ = os.path.dirname( - os.path.join(os.path.dirname(target_name), input_) - ) - # If there is a parent 'src' or 'java' folder, navigate up to it - - # these are canonical package root names in Chromium. This will - # break if 'src' or 'java' exists in the package structure. This - # could be further improved by inspecting the java file for the - # package name if this proves to be too fragile in practice. - parent_search = dir_ - while os.path.basename(parent_search) not in ["src", "java"]: - parent_search, _ = os.path.split(parent_search) - if not parent_search or parent_search == toplevel_dir: - # Didn't find a known root, just return the original path - yield dir_ - break - else: - yield parent_search - - -def GenerateOutput(target_list, target_dicts, data, params): - """Generate an XML settings file that can be imported into a CDT project.""" - - if params["options"].generator_output: - raise NotImplementedError("--generator_output not implemented for eclipse") - - user_config = params.get("generator_flags", {}).get("config", None) - if user_config: - GenerateOutputForConfig(target_list, target_dicts, data, params, user_config) - else: - config_names = target_dicts[target_list[0]]["configurations"] - for config_name in config_names: - GenerateOutputForConfig( - target_list, target_dicts, data, params, config_name - ) diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/gypd.py b/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/gypd.py deleted file mode 100644 index 4171704..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/gypd.py +++ /dev/null @@ -1,89 +0,0 @@ -# Copyright (c) 2011 Google Inc. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - -"""gypd output module - -This module produces gyp input as its output. Output files are given the -.gypd extension to avoid overwriting the .gyp files that they are generated -from. Internal references to .gyp files (such as those found in -"dependencies" sections) are not adjusted to point to .gypd files instead; -unlike other paths, which are relative to the .gyp or .gypd file, such paths -are relative to the directory from which gyp was run to create the .gypd file. - -This generator module is intended to be a sample and a debugging aid, hence -the "d" for "debug" in .gypd. It is useful to inspect the results of the -various merges, expansions, and conditional evaluations performed by gyp -and to see a representation of what would be fed to a generator module. - -It's not advisable to rename .gypd files produced by this module to .gyp, -because they will have all merges, expansions, and evaluations already -performed and the relevant constructs not present in the output; paths to -dependencies may be wrong; and various sections that do not belong in .gyp -files such as such as "included_files" and "*_excluded" will be present. -Output will also be stripped of comments. This is not intended to be a -general-purpose gyp pretty-printer; for that, you probably just want to -run "pprint.pprint(eval(open('source.gyp').read()))", which will still strip -comments but won't do all of the other things done to this module's output. - -The specific formatting of the output generated by this module is subject -to change. -""" - - -import gyp.common -import pprint - - -# These variables should just be spit back out as variable references. -_generator_identity_variables = [ - "CONFIGURATION_NAME", - "EXECUTABLE_PREFIX", - "EXECUTABLE_SUFFIX", - "INTERMEDIATE_DIR", - "LIB_DIR", - "PRODUCT_DIR", - "RULE_INPUT_ROOT", - "RULE_INPUT_DIRNAME", - "RULE_INPUT_EXT", - "RULE_INPUT_NAME", - "RULE_INPUT_PATH", - "SHARED_INTERMEDIATE_DIR", - "SHARED_LIB_DIR", - "SHARED_LIB_PREFIX", - "SHARED_LIB_SUFFIX", - "STATIC_LIB_PREFIX", - "STATIC_LIB_SUFFIX", -] - -# gypd doesn't define a default value for OS like many other generator -# modules. Specify "-D OS=whatever" on the command line to provide a value. -generator_default_variables = {} - -# gypd supports multiple toolsets -generator_supports_multiple_toolsets = True - -# TODO(mark): This always uses <, which isn't right. The input module should -# notify the generator to tell it which phase it is operating in, and this -# module should use < for the early phase and then switch to > for the late -# phase. Bonus points for carrying @ back into the output too. -for v in _generator_identity_variables: - generator_default_variables[v] = "<(%s)" % v - - -def GenerateOutput(target_list, target_dicts, data, params): - output_files = {} - for qualified_target in target_list: - [input_file, target] = gyp.common.ParseQualifiedTarget(qualified_target)[0:2] - - if input_file[-4:] != ".gyp": - continue - input_file_stem = input_file[:-4] - output_file = input_file_stem + params["options"].suffix + ".gypd" - - output_files[output_file] = output_files.get(output_file, input_file) - - for output_file, input_file in output_files.items(): - output = open(output_file, "w") - pprint.pprint(data[input_file], output) - output.close() diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/gypsh.py b/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/gypsh.py deleted file mode 100644 index 82a07dd..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/gypsh.py +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright (c) 2011 Google Inc. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - -"""gypsh output module - -gypsh is a GYP shell. It's not really a generator per se. All it does is -fire up an interactive Python session with a few local variables set to the -variables passed to the generator. Like gypd, it's intended as a debugging -aid, to facilitate the exploration of .gyp structures after being processed -by the input module. - -The expected usage is "gyp -f gypsh -D OS=desired_os". -""" - - -import code -import sys - - -# All of this stuff about generator variables was lovingly ripped from gypd.py. -# That module has a much better description of what's going on and why. -_generator_identity_variables = [ - "EXECUTABLE_PREFIX", - "EXECUTABLE_SUFFIX", - "INTERMEDIATE_DIR", - "PRODUCT_DIR", - "RULE_INPUT_ROOT", - "RULE_INPUT_DIRNAME", - "RULE_INPUT_EXT", - "RULE_INPUT_NAME", - "RULE_INPUT_PATH", - "SHARED_INTERMEDIATE_DIR", -] - -generator_default_variables = {} - -for v in _generator_identity_variables: - generator_default_variables[v] = "<(%s)" % v - - -def GenerateOutput(target_list, target_dicts, data, params): - locals = { - "target_list": target_list, - "target_dicts": target_dicts, - "data": data, - } - - # Use a banner that looks like the stock Python one and like what - # code.interact uses by default, but tack on something to indicate what - # locals are available, and identify gypsh. - banner = "Python {} on {}\nlocals.keys() = {}\ngypsh".format( - sys.version, - sys.platform, - repr(sorted(locals.keys())), - ) - - code.interact(banner, local=locals) diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/make.py b/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/make.py deleted file mode 100644 index f1d01a6..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/make.py +++ /dev/null @@ -1,2717 +0,0 @@ -# Copyright (c) 2013 Google Inc. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - -# Notes: -# -# This is all roughly based on the Makefile system used by the Linux -# kernel, but is a non-recursive make -- we put the entire dependency -# graph in front of make and let it figure it out. -# -# The code below generates a separate .mk file for each target, but -# all are sourced by the top-level Makefile. This means that all -# variables in .mk-files clobber one another. Be careful to use := -# where appropriate for immediate evaluation, and similarly to watch -# that you're not relying on a variable value to last between different -# .mk files. -# -# TODOs: -# -# Global settings and utility functions are currently stuffed in the -# toplevel Makefile. It may make sense to generate some .mk files on -# the side to keep the files readable. - - -import os -import re -import subprocess -import gyp -import gyp.common -import gyp.xcode_emulation -from gyp.common import GetEnvironFallback - -import hashlib - -generator_default_variables = { - "EXECUTABLE_PREFIX": "", - "EXECUTABLE_SUFFIX": "", - "STATIC_LIB_PREFIX": "lib", - "SHARED_LIB_PREFIX": "lib", - "STATIC_LIB_SUFFIX": ".a", - "INTERMEDIATE_DIR": "$(obj).$(TOOLSET)/$(TARGET)/geni", - "SHARED_INTERMEDIATE_DIR": "$(obj)/gen", - "PRODUCT_DIR": "$(builddir)", - "RULE_INPUT_ROOT": "%(INPUT_ROOT)s", # This gets expanded by Python. - "RULE_INPUT_DIRNAME": "%(INPUT_DIRNAME)s", # This gets expanded by Python. - "RULE_INPUT_PATH": "$(abspath $<)", - "RULE_INPUT_EXT": "$(suffix $<)", - "RULE_INPUT_NAME": "$(notdir $<)", - "CONFIGURATION_NAME": "$(BUILDTYPE)", -} - -# Make supports multiple toolsets -generator_supports_multiple_toolsets = gyp.common.CrossCompileRequested() - -# Request sorted dependencies in the order from dependents to dependencies. -generator_wants_sorted_dependencies = False - -# Placates pylint. -generator_additional_non_configuration_keys = [] -generator_additional_path_sections = [] -generator_extra_sources_for_rules = [] -generator_filelist_paths = None - - -def CalculateVariables(default_variables, params): - """Calculate additional variables for use in the build (called by gyp).""" - flavor = gyp.common.GetFlavor(params) - if flavor == "mac": - default_variables.setdefault("OS", "mac") - default_variables.setdefault("SHARED_LIB_SUFFIX", ".dylib") - default_variables.setdefault( - "SHARED_LIB_DIR", generator_default_variables["PRODUCT_DIR"] - ) - default_variables.setdefault( - "LIB_DIR", generator_default_variables["PRODUCT_DIR"] - ) - - # Copy additional generator configuration data from Xcode, which is shared - # by the Mac Make generator. - import gyp.generator.xcode as xcode_generator - - global generator_additional_non_configuration_keys - generator_additional_non_configuration_keys = getattr( - xcode_generator, "generator_additional_non_configuration_keys", [] - ) - global generator_additional_path_sections - generator_additional_path_sections = getattr( - xcode_generator, "generator_additional_path_sections", [] - ) - global generator_extra_sources_for_rules - generator_extra_sources_for_rules = getattr( - xcode_generator, "generator_extra_sources_for_rules", [] - ) - COMPILABLE_EXTENSIONS.update({".m": "objc", ".mm": "objcxx"}) - else: - operating_system = flavor - if flavor == "android": - operating_system = "linux" # Keep this legacy behavior for now. - default_variables.setdefault("OS", operating_system) - if flavor == "aix": - default_variables.setdefault("SHARED_LIB_SUFFIX", ".a") - elif flavor == "zos": - default_variables.setdefault("SHARED_LIB_SUFFIX", ".x") - COMPILABLE_EXTENSIONS.update({".pli": "pli"}) - else: - default_variables.setdefault("SHARED_LIB_SUFFIX", ".so") - default_variables.setdefault("SHARED_LIB_DIR", "$(builddir)/lib.$(TOOLSET)") - default_variables.setdefault("LIB_DIR", "$(obj).$(TOOLSET)") - - -def CalculateGeneratorInputInfo(params): - """Calculate the generator specific info that gets fed to input (called by - gyp).""" - generator_flags = params.get("generator_flags", {}) - android_ndk_version = generator_flags.get("android_ndk_version", None) - # Android NDK requires a strict link order. - if android_ndk_version: - global generator_wants_sorted_dependencies - generator_wants_sorted_dependencies = True - - output_dir = params["options"].generator_output or params["options"].toplevel_dir - builddir_name = generator_flags.get("output_dir", "out") - qualified_out_dir = os.path.normpath( - os.path.join(output_dir, builddir_name, "gypfiles") - ) - - global generator_filelist_paths - generator_filelist_paths = { - "toplevel": params["options"].toplevel_dir, - "qualified_out_dir": qualified_out_dir, - } - - -# The .d checking code below uses these functions: -# wildcard, sort, foreach, shell, wordlist -# wildcard can handle spaces, the rest can't. -# Since I could find no way to make foreach work with spaces in filenames -# correctly, the .d files have spaces replaced with another character. The .d -# file for -# Chromium\ Framework.framework/foo -# is for example -# out/Release/.deps/out/Release/Chromium?Framework.framework/foo -# This is the replacement character. -SPACE_REPLACEMENT = "?" - - -LINK_COMMANDS_LINUX = """\ -quiet_cmd_alink = AR($(TOOLSET)) $@ -cmd_alink = rm -f $@ && $(AR.$(TOOLSET)) crs $@ $(filter %.o,$^) - -quiet_cmd_alink_thin = AR($(TOOLSET)) $@ -cmd_alink_thin = rm -f $@ && $(AR.$(TOOLSET)) crsT $@ $(filter %.o,$^) - -# Due to circular dependencies between libraries :(, we wrap the -# special "figure out circular dependencies" flags around the entire -# input list during linking. -quiet_cmd_link = LINK($(TOOLSET)) $@ -cmd_link = $(LINK.$(TOOLSET)) -o $@ $(GYP_LDFLAGS) $(LDFLAGS.$(TOOLSET)) -Wl,--start-group $(LD_INPUTS) $(LIBS) -Wl,--end-group - -# Note: this does not handle spaces in paths -define xargs - $(1) $(word 1,$(2)) -$(if $(word 2,$(2)),$(call xargs,$(1),$(wordlist 2,$(words $(2)),$(2)))) -endef - -define write-to-file - @: >$(1) -$(call xargs,@printf "%s\\n" >>$(1),$(2)) -endef - -OBJ_FILE_LIST := ar-file-list - -define create_archive - rm -f $(1) $(1).$(OBJ_FILE_LIST); mkdir -p `dirname $(1)` - $(call write-to-file,$(1).$(OBJ_FILE_LIST),$(filter %.o,$(2))) - $(AR.$(TOOLSET)) crs $(1) @$(1).$(OBJ_FILE_LIST) -endef - -define create_thin_archive - rm -f $(1) $(OBJ_FILE_LIST); mkdir -p `dirname $(1)` - $(call write-to-file,$(1).$(OBJ_FILE_LIST),$(filter %.o,$(2))) - $(AR.$(TOOLSET)) crsT $(1) @$(1).$(OBJ_FILE_LIST) -endef - -# We support two kinds of shared objects (.so): -# 1) shared_library, which is just bundling together many dependent libraries -# into a link line. -# 2) loadable_module, which is generating a module intended for dlopen(). -# -# They differ only slightly: -# In the former case, we want to package all dependent code into the .so. -# In the latter case, we want to package just the API exposed by the -# outermost module. -# This means shared_library uses --whole-archive, while loadable_module doesn't. -# (Note that --whole-archive is incompatible with the --start-group used in -# normal linking.) - -# Other shared-object link notes: -# - Set SONAME to the library filename so our binaries don't reference -# the local, absolute paths used on the link command-line. -quiet_cmd_solink = SOLINK($(TOOLSET)) $@ -cmd_solink = $(LINK.$(TOOLSET)) -o $@ -shared $(GYP_LDFLAGS) $(LDFLAGS.$(TOOLSET)) -Wl,-soname=$(@F) -Wl,--whole-archive $(LD_INPUTS) -Wl,--no-whole-archive $(LIBS) - -quiet_cmd_solink_module = SOLINK_MODULE($(TOOLSET)) $@ -cmd_solink_module = $(LINK.$(TOOLSET)) -o $@ -shared $(GYP_LDFLAGS) $(LDFLAGS.$(TOOLSET)) -Wl,-soname=$(@F) -Wl,--start-group $(filter-out FORCE_DO_CMD, $^) -Wl,--end-group $(LIBS) -""" # noqa: E501 - -LINK_COMMANDS_MAC = """\ -quiet_cmd_alink = LIBTOOL-STATIC $@ -cmd_alink = rm -f $@ && ./gyp-mac-tool filter-libtool libtool $(GYP_LIBTOOLFLAGS) -static -o $@ $(filter %.o,$^) - -quiet_cmd_link = LINK($(TOOLSET)) $@ -cmd_link = $(LINK.$(TOOLSET)) $(GYP_LDFLAGS) $(LDFLAGS.$(TOOLSET)) -o "$@" $(LD_INPUTS) $(LIBS) - -quiet_cmd_solink = SOLINK($(TOOLSET)) $@ -cmd_solink = $(LINK.$(TOOLSET)) -shared $(GYP_LDFLAGS) $(LDFLAGS.$(TOOLSET)) -o "$@" $(LD_INPUTS) $(LIBS) - -quiet_cmd_solink_module = SOLINK_MODULE($(TOOLSET)) $@ -cmd_solink_module = $(LINK.$(TOOLSET)) -bundle $(GYP_LDFLAGS) $(LDFLAGS.$(TOOLSET)) -o $@ $(filter-out FORCE_DO_CMD, $^) $(LIBS) -""" # noqa: E501 - -LINK_COMMANDS_ANDROID = """\ -quiet_cmd_alink = AR($(TOOLSET)) $@ -cmd_alink = rm -f $@ && $(AR.$(TOOLSET)) crs $@ $(filter %.o,$^) - -quiet_cmd_alink_thin = AR($(TOOLSET)) $@ -cmd_alink_thin = rm -f $@ && $(AR.$(TOOLSET)) crsT $@ $(filter %.o,$^) - -# Note: this does not handle spaces in paths -define xargs - $(1) $(word 1,$(2)) -$(if $(word 2,$(2)),$(call xargs,$(1),$(wordlist 2,$(words $(2)),$(2)))) -endef - -define write-to-file - @: >$(1) -$(call xargs,@printf "%s\\n" >>$(1),$(2)) -endef - -OBJ_FILE_LIST := ar-file-list - -define create_archive - rm -f $(1) $(1).$(OBJ_FILE_LIST); mkdir -p `dirname $(1)` - $(call write-to-file,$(1).$(OBJ_FILE_LIST),$(filter %.o,$(2))) - $(AR.$(TOOLSET)) crs $(1) @$(1).$(OBJ_FILE_LIST) -endef - -define create_thin_archive - rm -f $(1) $(OBJ_FILE_LIST); mkdir -p `dirname $(1)` - $(call write-to-file,$(1).$(OBJ_FILE_LIST),$(filter %.o,$(2))) - $(AR.$(TOOLSET)) crsT $(1) @$(1).$(OBJ_FILE_LIST) -endef - -# Due to circular dependencies between libraries :(, we wrap the -# special "figure out circular dependencies" flags around the entire -# input list during linking. -quiet_cmd_link = LINK($(TOOLSET)) $@ -quiet_cmd_link_host = LINK($(TOOLSET)) $@ -cmd_link = $(LINK.$(TOOLSET)) $(GYP_LDFLAGS) $(LDFLAGS.$(TOOLSET)) -o $@ -Wl,--start-group $(LD_INPUTS) -Wl,--end-group $(LIBS) -cmd_link_host = $(LINK.$(TOOLSET)) $(GYP_LDFLAGS) $(LDFLAGS.$(TOOLSET)) -o $@ -Wl,--start-group $(LD_INPUTS) -Wl,--end-group $(LIBS) - -# Other shared-object link notes: -# - Set SONAME to the library filename so our binaries don't reference -# the local, absolute paths used on the link command-line. -quiet_cmd_solink = SOLINK($(TOOLSET)) $@ -cmd_solink = $(LINK.$(TOOLSET)) -shared $(GYP_LDFLAGS) $(LDFLAGS.$(TOOLSET)) -Wl,-soname=$(@F) -o $@ -Wl,--whole-archive $(LD_INPUTS) -Wl,--no-whole-archive $(LIBS) - -quiet_cmd_solink_module = SOLINK_MODULE($(TOOLSET)) $@ -cmd_solink_module = $(LINK.$(TOOLSET)) -shared $(GYP_LDFLAGS) $(LDFLAGS.$(TOOLSET)) -Wl,-soname=$(@F) -o $@ -Wl,--start-group $(filter-out FORCE_DO_CMD, $^) -Wl,--end-group $(LIBS) -quiet_cmd_solink_module_host = SOLINK_MODULE($(TOOLSET)) $@ -cmd_solink_module_host = $(LINK.$(TOOLSET)) -shared $(GYP_LDFLAGS) $(LDFLAGS.$(TOOLSET)) -Wl,-soname=$(@F) -o $@ $(filter-out FORCE_DO_CMD, $^) $(LIBS) -""" # noqa: E501 - - -LINK_COMMANDS_AIX = """\ -quiet_cmd_alink = AR($(TOOLSET)) $@ -cmd_alink = rm -f $@ && $(AR.$(TOOLSET)) -X32_64 crs $@ $(filter %.o,$^) - -quiet_cmd_alink_thin = AR($(TOOLSET)) $@ -cmd_alink_thin = rm -f $@ && $(AR.$(TOOLSET)) -X32_64 crs $@ $(filter %.o,$^) - -quiet_cmd_link = LINK($(TOOLSET)) $@ -cmd_link = $(LINK.$(TOOLSET)) $(GYP_LDFLAGS) $(LDFLAGS.$(TOOLSET)) -o $@ $(LD_INPUTS) $(LIBS) - -quiet_cmd_solink = SOLINK($(TOOLSET)) $@ -cmd_solink = $(LINK.$(TOOLSET)) -shared $(GYP_LDFLAGS) $(LDFLAGS.$(TOOLSET)) -o $@ $(LD_INPUTS) $(LIBS) - -quiet_cmd_solink_module = SOLINK_MODULE($(TOOLSET)) $@ -cmd_solink_module = $(LINK.$(TOOLSET)) -shared $(GYP_LDFLAGS) $(LDFLAGS.$(TOOLSET)) -o $@ $(filter-out FORCE_DO_CMD, $^) $(LIBS) -""" # noqa: E501 - - -LINK_COMMANDS_OS400 = """\ -quiet_cmd_alink = AR($(TOOLSET)) $@ -cmd_alink = rm -f $@ && $(AR.$(TOOLSET)) -X64 crs $@ $(filter %.o,$^) - -quiet_cmd_alink_thin = AR($(TOOLSET)) $@ -cmd_alink_thin = rm -f $@ && $(AR.$(TOOLSET)) -X64 crs $@ $(filter %.o,$^) - -quiet_cmd_link = LINK($(TOOLSET)) $@ -cmd_link = $(LINK.$(TOOLSET)) $(GYP_LDFLAGS) $(LDFLAGS.$(TOOLSET)) -o $@ $(LD_INPUTS) $(LIBS) - -quiet_cmd_solink = SOLINK($(TOOLSET)) $@ -cmd_solink = $(LINK.$(TOOLSET)) -shared $(GYP_LDFLAGS) $(LDFLAGS.$(TOOLSET)) -o $@ $(LD_INPUTS) $(LIBS) - -quiet_cmd_solink_module = SOLINK_MODULE($(TOOLSET)) $@ -cmd_solink_module = $(LINK.$(TOOLSET)) -shared $(GYP_LDFLAGS) $(LDFLAGS.$(TOOLSET)) -o $@ $(filter-out FORCE_DO_CMD, $^) $(LIBS) -""" # noqa: E501 - - -LINK_COMMANDS_OS390 = """\ -quiet_cmd_alink = AR($(TOOLSET)) $@ -cmd_alink = rm -f $@ && $(AR.$(TOOLSET)) crs $@ $(filter %.o,$^) - -quiet_cmd_alink_thin = AR($(TOOLSET)) $@ -cmd_alink_thin = rm -f $@ && $(AR.$(TOOLSET)) crsT $@ $(filter %.o,$^) - -quiet_cmd_link = LINK($(TOOLSET)) $@ -cmd_link = $(LINK.$(TOOLSET)) $(GYP_LDFLAGS) $(LDFLAGS.$(TOOLSET)) -o $@ $(LD_INPUTS) $(LIBS) - -quiet_cmd_solink = SOLINK($(TOOLSET)) $@ -cmd_solink = $(LINK.$(TOOLSET)) $(GYP_LDFLAGS) $(LDFLAGS.$(TOOLSET)) -o $@ $(LD_INPUTS) $(LIBS) - -quiet_cmd_solink_module = SOLINK_MODULE($(TOOLSET)) $@ -cmd_solink_module = $(LINK.$(TOOLSET)) $(GYP_LDFLAGS) $(LDFLAGS.$(TOOLSET)) -o $@ $(filter-out FORCE_DO_CMD, $^) $(LIBS) -""" # noqa: E501 - - -# Header of toplevel Makefile. -# This should go into the build tree, but it's easier to keep it here for now. -SHARED_HEADER = ( - """\ -# We borrow heavily from the kernel build setup, though we are simpler since -# we don't have Kconfig tweaking settings on us. - -# The implicit make rules have it looking for RCS files, among other things. -# We instead explicitly write all the rules we care about. -# It's even quicker (saves ~200ms) to pass -r on the command line. -MAKEFLAGS=-r - -# The source directory tree. -srcdir := %(srcdir)s -abs_srcdir := $(abspath $(srcdir)) - -# The name of the builddir. -builddir_name ?= %(builddir)s - -# The V=1 flag on command line makes us verbosely print command lines. -ifdef V - quiet= -else - quiet=quiet_ -endif - -# Specify BUILDTYPE=Release on the command line for a release build. -BUILDTYPE ?= %(default_configuration)s - -# Directory all our build output goes into. -# Note that this must be two directories beneath src/ for unit tests to pass, -# as they reach into the src/ directory for data with relative paths. -builddir ?= $(builddir_name)/$(BUILDTYPE) -abs_builddir := $(abspath $(builddir)) -depsdir := $(builddir)/.deps - -# Object output directory. -obj := $(builddir)/obj -abs_obj := $(abspath $(obj)) - -# We build up a list of every single one of the targets so we can slurp in the -# generated dependency rule Makefiles in one pass. -all_deps := - -%(make_global_settings)s - -CC.target ?= %(CC.target)s -CFLAGS.target ?= $(CPPFLAGS) $(CFLAGS) -CXX.target ?= %(CXX.target)s -CXXFLAGS.target ?= $(CPPFLAGS) $(CXXFLAGS) -LINK.target ?= %(LINK.target)s -LDFLAGS.target ?= $(LDFLAGS) -AR.target ?= $(AR) -PLI.target ?= %(PLI.target)s - -# C++ apps need to be linked with g++. -LINK ?= $(CXX.target) - -# TODO(evan): move all cross-compilation logic to gyp-time so we don't need -# to replicate this environment fallback in make as well. -CC.host ?= %(CC.host)s -CFLAGS.host ?= $(CPPFLAGS_host) $(CFLAGS_host) -CXX.host ?= %(CXX.host)s -CXXFLAGS.host ?= $(CPPFLAGS_host) $(CXXFLAGS_host) -LINK.host ?= %(LINK.host)s -LDFLAGS.host ?= $(LDFLAGS_host) -AR.host ?= %(AR.host)s -PLI.host ?= %(PLI.host)s - -# Define a dir function that can handle spaces. -# http://www.gnu.org/software/make/manual/make.html#Syntax-of-Functions -# "leading spaces cannot appear in the text of the first argument as written. -# These characters can be put into the argument value by variable substitution." -empty := -space := $(empty) $(empty) - -# http://stackoverflow.com/questions/1189781/using-make-dir-or-notdir-on-a-path-with-spaces -replace_spaces = $(subst $(space),""" - + SPACE_REPLACEMENT - + """,$1) -unreplace_spaces = $(subst """ - + SPACE_REPLACEMENT - + """,$(space),$1) -dirx = $(call unreplace_spaces,$(dir $(call replace_spaces,$1))) - -# Flags to make gcc output dependency info. Note that you need to be -# careful here to use the flags that ccache and distcc can understand. -# We write to a dep file on the side first and then rename at the end -# so we can't end up with a broken dep file. -depfile = $(depsdir)/$(call replace_spaces,$@).d -DEPFLAGS = %(makedep_args)s -MF $(depfile).raw - -# We have to fixup the deps output in a few ways. -# (1) the file output should mention the proper .o file. -# ccache or distcc lose the path to the target, so we convert a rule of -# the form: -# foobar.o: DEP1 DEP2 -# into -# path/to/foobar.o: DEP1 DEP2 -# (2) we want missing files not to cause us to fail to build. -# We want to rewrite -# foobar.o: DEP1 DEP2 \\ -# DEP3 -# to -# DEP1: -# DEP2: -# DEP3: -# so if the files are missing, they're just considered phony rules. -# We have to do some pretty insane escaping to get those backslashes -# and dollar signs past make, the shell, and sed at the same time. -# Doesn't work with spaces, but that's fine: .d files have spaces in -# their names replaced with other characters.""" - r""" -define fixup_dep -# The depfile may not exist if the input file didn't have any #includes. -touch $(depfile).raw -# Fixup path as in (1). -sed -e "s|^$(notdir $@)|$@|" $(depfile).raw >> $(depfile) -# Add extra rules as in (2). -# We remove slashes and replace spaces with new lines; -# remove blank lines; -# delete the first line and append a colon to the remaining lines. -sed -e 's|\\||' -e 'y| |\n|' $(depfile).raw |\ - grep -v '^$$' |\ - sed -e 1d -e 's|$$|:|' \ - >> $(depfile) -rm $(depfile).raw -endef -""" - """ -# Command definitions: -# - cmd_foo is the actual command to run; -# - quiet_cmd_foo is the brief-output summary of the command. - -quiet_cmd_cc = CC($(TOOLSET)) $@ -cmd_cc = $(CC.$(TOOLSET)) -o $@ $< $(GYP_CFLAGS) $(DEPFLAGS) $(CFLAGS.$(TOOLSET)) -c - -quiet_cmd_cxx = CXX($(TOOLSET)) $@ -cmd_cxx = $(CXX.$(TOOLSET)) -o $@ $< $(GYP_CXXFLAGS) $(DEPFLAGS) $(CXXFLAGS.$(TOOLSET)) -c -%(extra_commands)s -quiet_cmd_touch = TOUCH $@ -cmd_touch = touch $@ - -quiet_cmd_copy = COPY $@ -# send stderr to /dev/null to ignore messages when linking directories. -cmd_copy = ln -f "$<" "$@" 2>/dev/null || (rm -rf "$@" && cp %(copy_archive_args)s "$<" "$@") - -quiet_cmd_symlink = SYMLINK $@ -cmd_symlink = ln -sf "$<" "$@" - -%(link_commands)s -""" # noqa: E501 - r""" -# Define an escape_quotes function to escape single quotes. -# This allows us to handle quotes properly as long as we always use -# use single quotes and escape_quotes. -escape_quotes = $(subst ','\'',$(1)) -# This comment is here just to include a ' to unconfuse syntax highlighting. -# Define an escape_vars function to escape '$' variable syntax. -# This allows us to read/write command lines with shell variables (e.g. -# $LD_LIBRARY_PATH), without triggering make substitution. -escape_vars = $(subst $$,$$$$,$(1)) -# Helper that expands to a shell command to echo a string exactly as it is in -# make. This uses printf instead of echo because printf's behaviour with respect -# to escape sequences is more portable than echo's across different shells -# (e.g., dash, bash). -exact_echo = printf '%%s\n' '$(call escape_quotes,$(1))' -""" - """ -# Helper to compare the command we're about to run against the command -# we logged the last time we ran the command. Produces an empty -# string (false) when the commands match. -# Tricky point: Make has no string-equality test function. -# The kernel uses the following, but it seems like it would have false -# positives, where one string reordered its arguments. -# arg_check = $(strip $(filter-out $(cmd_$(1)), $(cmd_$@)) \\ -# $(filter-out $(cmd_$@), $(cmd_$(1)))) -# We instead substitute each for the empty string into the other, and -# say they're equal if both substitutions produce the empty string. -# .d files contain """ - + SPACE_REPLACEMENT - + """ instead of spaces, take that into account. -command_changed = $(or $(subst $(cmd_$(1)),,$(cmd_$(call replace_spaces,$@))),\\ - $(subst $(cmd_$(call replace_spaces,$@)),,$(cmd_$(1)))) - -# Helper that is non-empty when a prerequisite changes. -# Normally make does this implicitly, but we force rules to always run -# so we can check their command lines. -# $? -- new prerequisites -# $| -- order-only dependencies -prereq_changed = $(filter-out FORCE_DO_CMD,$(filter-out $|,$?)) - -# Helper that executes all postbuilds until one fails. -define do_postbuilds - @E=0;\\ - for p in $(POSTBUILDS); do\\ - eval $$p;\\ - E=$$?;\\ - if [ $$E -ne 0 ]; then\\ - break;\\ - fi;\\ - done;\\ - if [ $$E -ne 0 ]; then\\ - rm -rf "$@";\\ - exit $$E;\\ - fi -endef - -# do_cmd: run a command via the above cmd_foo names, if necessary. -# Should always run for a given target to handle command-line changes. -# Second argument, if non-zero, makes it do asm/C/C++ dependency munging. -# Third argument, if non-zero, makes it do POSTBUILDS processing. -# Note: We intentionally do NOT call dirx for depfile, since it contains """ - + SPACE_REPLACEMENT - + """ for -# spaces already and dirx strips the """ - + SPACE_REPLACEMENT - + """ characters. -define do_cmd -$(if $(or $(command_changed),$(prereq_changed)), - @$(call exact_echo, $($(quiet)cmd_$(1))) - @mkdir -p "$(call dirx,$@)" "$(dir $(depfile))" - $(if $(findstring flock,$(word %(flock_index)d,$(cmd_$1))), - @$(cmd_$(1)) - @echo " $(quiet_cmd_$(1)): Finished", - @$(cmd_$(1)) - ) - @$(call exact_echo,$(call escape_vars,cmd_$(call replace_spaces,$@) := $(cmd_$(1)))) > $(depfile) - @$(if $(2),$(fixup_dep)) - $(if $(and $(3), $(POSTBUILDS)), - $(call do_postbuilds) - ) -) -endef - -# Declare the "%(default_target)s" target first so it is the default, -# even though we don't have the deps yet. -.PHONY: %(default_target)s -%(default_target)s: - -# make looks for ways to re-generate included makefiles, but in our case, we -# don't have a direct way. Explicitly telling make that it has nothing to do -# for them makes it go faster. -%%.d: ; - -# Use FORCE_DO_CMD to force a target to run. Should be coupled with -# do_cmd. -.PHONY: FORCE_DO_CMD -FORCE_DO_CMD: - -""" # noqa: E501 -) - -SHARED_HEADER_MAC_COMMANDS = """ -quiet_cmd_objc = CXX($(TOOLSET)) $@ -cmd_objc = $(CC.$(TOOLSET)) $(GYP_OBJCFLAGS) $(DEPFLAGS) -c -o $@ $< - -quiet_cmd_objcxx = CXX($(TOOLSET)) $@ -cmd_objcxx = $(CXX.$(TOOLSET)) $(GYP_OBJCXXFLAGS) $(DEPFLAGS) -c -o $@ $< - -# Commands for precompiled header files. -quiet_cmd_pch_c = CXX($(TOOLSET)) $@ -cmd_pch_c = $(CC.$(TOOLSET)) $(GYP_PCH_CFLAGS) $(DEPFLAGS) $(CXXFLAGS.$(TOOLSET)) -c -o $@ $< -quiet_cmd_pch_cc = CXX($(TOOLSET)) $@ -cmd_pch_cc = $(CC.$(TOOLSET)) $(GYP_PCH_CXXFLAGS) $(DEPFLAGS) $(CXXFLAGS.$(TOOLSET)) -c -o $@ $< -quiet_cmd_pch_m = CXX($(TOOLSET)) $@ -cmd_pch_m = $(CC.$(TOOLSET)) $(GYP_PCH_OBJCFLAGS) $(DEPFLAGS) -c -o $@ $< -quiet_cmd_pch_mm = CXX($(TOOLSET)) $@ -cmd_pch_mm = $(CC.$(TOOLSET)) $(GYP_PCH_OBJCXXFLAGS) $(DEPFLAGS) -c -o $@ $< - -# gyp-mac-tool is written next to the root Makefile by gyp. -# Use $(4) for the command, since $(2) and $(3) are used as flag by do_cmd -# already. -quiet_cmd_mac_tool = MACTOOL $(4) $< -cmd_mac_tool = ./gyp-mac-tool $(4) $< "$@" - -quiet_cmd_mac_package_framework = PACKAGE FRAMEWORK $@ -cmd_mac_package_framework = ./gyp-mac-tool package-framework "$@" $(4) - -quiet_cmd_infoplist = INFOPLIST $@ -cmd_infoplist = $(CC.$(TOOLSET)) -E -P -Wno-trigraphs -x c $(INFOPLIST_DEFINES) "$<" -o "$@" -""" # noqa: E501 - - -def WriteRootHeaderSuffixRules(writer): - extensions = sorted(COMPILABLE_EXTENSIONS.keys(), key=str.lower) - - writer.write("# Suffix rules, putting all outputs into $(obj).\n") - for ext in extensions: - writer.write("$(obj).$(TOOLSET)/%%.o: $(srcdir)/%%%s FORCE_DO_CMD\n" % ext) - writer.write("\t@$(call do_cmd,%s,1)\n" % COMPILABLE_EXTENSIONS[ext]) - - writer.write("\n# Try building from generated source, too.\n") - for ext in extensions: - writer.write( - "$(obj).$(TOOLSET)/%%.o: $(obj).$(TOOLSET)/%%%s FORCE_DO_CMD\n" % ext - ) - writer.write("\t@$(call do_cmd,%s,1)\n" % COMPILABLE_EXTENSIONS[ext]) - writer.write("\n") - for ext in extensions: - writer.write("$(obj).$(TOOLSET)/%%.o: $(obj)/%%%s FORCE_DO_CMD\n" % ext) - writer.write("\t@$(call do_cmd,%s,1)\n" % COMPILABLE_EXTENSIONS[ext]) - writer.write("\n") - - -SHARED_HEADER_OS390_COMMANDS = """ -PLIFLAGS.target ?= -qlp=64 -qlimits=extname=31 $(PLIFLAGS) -PLIFLAGS.host ?= -qlp=64 -qlimits=extname=31 $(PLIFLAGS) - -quiet_cmd_pli = PLI($(TOOLSET)) $@ -cmd_pli = $(PLI.$(TOOLSET)) $(GYP_PLIFLAGS) $(PLIFLAGS.$(TOOLSET)) -c $< && \ - if [ -f $(notdir $@) ]; then /bin/cp $(notdir $@) $@; else true; fi -""" - -SHARED_HEADER_SUFFIX_RULES_COMMENT1 = """\ -# Suffix rules, putting all outputs into $(obj). -""" - - -SHARED_HEADER_SUFFIX_RULES_COMMENT2 = """\ -# Try building from generated source, too. -""" - - -SHARED_FOOTER = """\ -# "all" is a concatenation of the "all" targets from all the included -# sub-makefiles. This is just here to clarify. -all: - -# Add in dependency-tracking rules. $(all_deps) is the list of every single -# target in our tree. Only consider the ones with .d (dependency) info: -d_files := $(wildcard $(foreach f,$(all_deps),$(depsdir)/$(f).d)) -ifneq ($(d_files),) - include $(d_files) -endif -""" - -header = """\ -# This file is generated by gyp; do not edit. - -""" - -# Maps every compilable file extension to the do_cmd that compiles it. -COMPILABLE_EXTENSIONS = { - ".c": "cc", - ".cc": "cxx", - ".cpp": "cxx", - ".cxx": "cxx", - ".s": "cc", - ".S": "cc", -} - - -def Compilable(filename): - """Return true if the file is compilable (should be in OBJS).""" - for res in (filename.endswith(e) for e in COMPILABLE_EXTENSIONS): - if res: - return True - return False - - -def Linkable(filename): - """Return true if the file is linkable (should be on the link line).""" - return filename.endswith(".o") - - -def Target(filename): - """Translate a compilable filename to its .o target.""" - return os.path.splitext(filename)[0] + ".o" - - -def EscapeShellArgument(s): - """Quotes an argument so that it will be interpreted literally by a POSIX - shell. Taken from - http://stackoverflow.com/questions/35817/whats-the-best-way-to-escape-ossystem-calls-in-python - """ - return "'" + s.replace("'", "'\\''") + "'" - - -def EscapeMakeVariableExpansion(s): - """Make has its own variable expansion syntax using $. We must escape it for - string to be interpreted literally.""" - return s.replace("$", "$$") - - -def EscapeCppDefine(s): - """Escapes a CPP define so that it will reach the compiler unaltered.""" - s = EscapeShellArgument(s) - s = EscapeMakeVariableExpansion(s) - # '#' characters must be escaped even embedded in a string, else Make will - # treat it as the start of a comment. - return s.replace("#", r"\#") - - -def QuoteIfNecessary(string): - """TODO: Should this ideally be replaced with one or more of the above - functions?""" - if '"' in string: - string = '"' + string.replace('"', '\\"') + '"' - return string - - -def StringToMakefileVariable(string): - """Convert a string to a value that is acceptable as a make variable name.""" - return re.sub("[^a-zA-Z0-9_]", "_", string) - - -srcdir_prefix = "" - - -def Sourceify(path): - """Convert a path to its source directory form.""" - if "$(" in path: - return path - if os.path.isabs(path): - return path - return srcdir_prefix + path - - -def QuoteSpaces(s, quote=r"\ "): - return s.replace(" ", quote) - - -def SourceifyAndQuoteSpaces(path): - """Convert a path to its source directory form and quote spaces.""" - return QuoteSpaces(Sourceify(path)) - - -# Map from qualified target to path to output. -target_outputs = {} -# Map from qualified target to any linkable output. A subset -# of target_outputs. E.g. when mybinary depends on liba, we want to -# include liba in the linker line; when otherbinary depends on -# mybinary, we just want to build mybinary first. -target_link_deps = {} - - -class MakefileWriter: - """MakefileWriter packages up the writing of one target-specific foobar.mk. - - Its only real entry point is Write(), and is mostly used for namespacing. - """ - - def __init__(self, generator_flags, flavor): - self.generator_flags = generator_flags - self.flavor = flavor - - self.suffix_rules_srcdir = {} - self.suffix_rules_objdir1 = {} - self.suffix_rules_objdir2 = {} - - # Generate suffix rules for all compilable extensions. - for ext in COMPILABLE_EXTENSIONS.keys(): - # Suffix rules for source folder. - self.suffix_rules_srcdir.update( - { - ext: ( - """\ -$(obj).$(TOOLSET)/$(TARGET)/%%.o: $(srcdir)/%%%s FORCE_DO_CMD -\t@$(call do_cmd,%s,1) -""" - % (ext, COMPILABLE_EXTENSIONS[ext]) - ) - } - ) - - # Suffix rules for generated source files. - self.suffix_rules_objdir1.update( - { - ext: ( - """\ -$(obj).$(TOOLSET)/$(TARGET)/%%.o: $(obj).$(TOOLSET)/%%%s FORCE_DO_CMD -\t@$(call do_cmd,%s,1) -""" - % (ext, COMPILABLE_EXTENSIONS[ext]) - ) - } - ) - self.suffix_rules_objdir2.update( - { - ext: ( - """\ -$(obj).$(TOOLSET)/$(TARGET)/%%.o: $(obj)/%%%s FORCE_DO_CMD -\t@$(call do_cmd,%s,1) -""" - % (ext, COMPILABLE_EXTENSIONS[ext]) - ) - } - ) - - def Write( - self, qualified_target, base_path, output_filename, spec, configs, part_of_all - ): - """The main entry point: writes a .mk file for a single target. - - Arguments: - qualified_target: target we're generating - base_path: path relative to source root we're building in, used to resolve - target-relative paths - output_filename: output .mk file name to write - spec, configs: gyp info - part_of_all: flag indicating this target is part of 'all' - """ - gyp.common.EnsureDirExists(output_filename) - - self.fp = open(output_filename, "w") - - self.fp.write(header) - - self.qualified_target = qualified_target - self.path = base_path - self.target = spec["target_name"] - self.type = spec["type"] - self.toolset = spec["toolset"] - - self.is_mac_bundle = gyp.xcode_emulation.IsMacBundle(self.flavor, spec) - if self.flavor == "mac": - self.xcode_settings = gyp.xcode_emulation.XcodeSettings(spec) - else: - self.xcode_settings = None - - deps, link_deps = self.ComputeDeps(spec) - - # Some of the generation below can add extra output, sources, or - # link dependencies. All of the out params of the functions that - # follow use names like extra_foo. - extra_outputs = [] - extra_sources = [] - extra_link_deps = [] - extra_mac_bundle_resources = [] - mac_bundle_deps = [] - - if self.is_mac_bundle: - self.output = self.ComputeMacBundleOutput(spec) - self.output_binary = self.ComputeMacBundleBinaryOutput(spec) - else: - self.output = self.output_binary = self.ComputeOutput(spec) - - self.is_standalone_static_library = bool( - spec.get("standalone_static_library", 0) - ) - self._INSTALLABLE_TARGETS = ("executable", "loadable_module", "shared_library") - if self.is_standalone_static_library or self.type in self._INSTALLABLE_TARGETS: - self.alias = os.path.basename(self.output) - install_path = self._InstallableTargetInstallPath() - else: - self.alias = self.output - install_path = self.output - - self.WriteLn("TOOLSET := " + self.toolset) - self.WriteLn("TARGET := " + self.target) - - # Actions must come first, since they can generate more OBJs for use below. - if "actions" in spec: - self.WriteActions( - spec["actions"], - extra_sources, - extra_outputs, - extra_mac_bundle_resources, - part_of_all, - ) - - # Rules must be early like actions. - if "rules" in spec: - self.WriteRules( - spec["rules"], - extra_sources, - extra_outputs, - extra_mac_bundle_resources, - part_of_all, - ) - - if "copies" in spec: - self.WriteCopies(spec["copies"], extra_outputs, part_of_all) - - # Bundle resources. - if self.is_mac_bundle: - all_mac_bundle_resources = ( - spec.get("mac_bundle_resources", []) + extra_mac_bundle_resources - ) - self.WriteMacBundleResources(all_mac_bundle_resources, mac_bundle_deps) - self.WriteMacInfoPlist(mac_bundle_deps) - - # Sources. - all_sources = spec.get("sources", []) + extra_sources - if all_sources: - self.WriteSources( - configs, - deps, - all_sources, - extra_outputs, - extra_link_deps, - part_of_all, - gyp.xcode_emulation.MacPrefixHeader( - self.xcode_settings, - lambda p: Sourceify(self.Absolutify(p)), - self.Pchify, - ), - ) - sources = [x for x in all_sources if Compilable(x)] - if sources: - self.WriteLn(SHARED_HEADER_SUFFIX_RULES_COMMENT1) - extensions = {os.path.splitext(s)[1] for s in sources} - for ext in extensions: - if ext in self.suffix_rules_srcdir: - self.WriteLn(self.suffix_rules_srcdir[ext]) - self.WriteLn(SHARED_HEADER_SUFFIX_RULES_COMMENT2) - for ext in extensions: - if ext in self.suffix_rules_objdir1: - self.WriteLn(self.suffix_rules_objdir1[ext]) - for ext in extensions: - if ext in self.suffix_rules_objdir2: - self.WriteLn(self.suffix_rules_objdir2[ext]) - self.WriteLn("# End of this set of suffix rules") - - # Add dependency from bundle to bundle binary. - if self.is_mac_bundle: - mac_bundle_deps.append(self.output_binary) - - self.WriteTarget( - spec, - configs, - deps, - extra_link_deps + link_deps, - mac_bundle_deps, - extra_outputs, - part_of_all, - ) - - # Update global list of target outputs, used in dependency tracking. - target_outputs[qualified_target] = install_path - - # Update global list of link dependencies. - if self.type in ("static_library", "shared_library"): - target_link_deps[qualified_target] = self.output_binary - - # Currently any versions have the same effect, but in future the behavior - # could be different. - if self.generator_flags.get("android_ndk_version", None): - self.WriteAndroidNdkModuleRule(self.target, all_sources, link_deps) - - self.fp.close() - - def WriteSubMake(self, output_filename, makefile_path, targets, build_dir): - """Write a "sub-project" Makefile. - - This is a small, wrapper Makefile that calls the top-level Makefile to build - the targets from a single gyp file (i.e. a sub-project). - - Arguments: - output_filename: sub-project Makefile name to write - makefile_path: path to the top-level Makefile - targets: list of "all" targets for this sub-project - build_dir: build output directory, relative to the sub-project - """ - gyp.common.EnsureDirExists(output_filename) - self.fp = open(output_filename, "w") - self.fp.write(header) - # For consistency with other builders, put sub-project build output in the - # sub-project dir (see test/subdirectory/gyptest-subdir-all.py). - self.WriteLn( - "export builddir_name ?= %s" - % os.path.join(os.path.dirname(output_filename), build_dir) - ) - self.WriteLn(".PHONY: all") - self.WriteLn("all:") - if makefile_path: - makefile_path = " -C " + makefile_path - self.WriteLn("\t$(MAKE){} {}".format(makefile_path, " ".join(targets))) - self.fp.close() - - def WriteActions( - self, - actions, - extra_sources, - extra_outputs, - extra_mac_bundle_resources, - part_of_all, - ): - """Write Makefile code for any 'actions' from the gyp input. - - extra_sources: a list that will be filled in with newly generated source - files, if any - extra_outputs: a list that will be filled in with any outputs of these - actions (used to make other pieces dependent on these - actions) - part_of_all: flag indicating this target is part of 'all' - """ - env = self.GetSortedXcodeEnv() - for action in actions: - name = StringToMakefileVariable( - "{}_{}".format(self.qualified_target, action["action_name"]) - ) - self.WriteLn('### Rules for action "%s":' % action["action_name"]) - inputs = action["inputs"] - outputs = action["outputs"] - - # Build up a list of outputs. - # Collect the output dirs we'll need. - dirs = set() - for out in outputs: - dir = os.path.split(out)[0] - if dir: - dirs.add(dir) - if int(action.get("process_outputs_as_sources", False)): - extra_sources += outputs - if int(action.get("process_outputs_as_mac_bundle_resources", False)): - extra_mac_bundle_resources += outputs - - # Write the actual command. - action_commands = action["action"] - if self.flavor == "mac": - action_commands = [ - gyp.xcode_emulation.ExpandEnvVars(command, env) - for command in action_commands - ] - command = gyp.common.EncodePOSIXShellList(action_commands) - if "message" in action: - self.WriteLn( - "quiet_cmd_{} = ACTION {} $@".format(name, action["message"]) - ) - else: - self.WriteLn(f"quiet_cmd_{name} = ACTION {name} $@") - if len(dirs) > 0: - command = "mkdir -p %s" % " ".join(dirs) + "; " + command - - cd_action = "cd %s; " % Sourceify(self.path or ".") - - # command and cd_action get written to a toplevel variable called - # cmd_foo. Toplevel variables can't handle things that change per - # makefile like $(TARGET), so hardcode the target. - command = command.replace("$(TARGET)", self.target) - cd_action = cd_action.replace("$(TARGET)", self.target) - - # Set LD_LIBRARY_PATH in case the action runs an executable from this - # build which links to shared libs from this build. - # actions run on the host, so they should in theory only use host - # libraries, but until everything is made cross-compile safe, also use - # target libraries. - # TODO(piman): when everything is cross-compile safe, remove lib.target - if self.flavor == "zos" or self.flavor == "aix": - self.WriteLn( - "cmd_%s = LIBPATH=$(builddir)/lib.host:" - "$(builddir)/lib.target:$$LIBPATH; " - "export LIBPATH; " - "%s%s" % (name, cd_action, command) - ) - else: - self.WriteLn( - "cmd_%s = LD_LIBRARY_PATH=$(builddir)/lib.host:" - "$(builddir)/lib.target:$$LD_LIBRARY_PATH; " - "export LD_LIBRARY_PATH; " - "%s%s" % (name, cd_action, command) - ) - self.WriteLn() - outputs = [self.Absolutify(o) for o in outputs] - # The makefile rules are all relative to the top dir, but the gyp actions - # are defined relative to their containing dir. This replaces the obj - # variable for the action rule with an absolute version so that the output - # goes in the right place. - # Only write the 'obj' and 'builddir' rules for the "primary" output (:1); - # it's superfluous for the "extra outputs", and this avoids accidentally - # writing duplicate dummy rules for those outputs. - # Same for environment. - self.WriteLn("%s: obj := $(abs_obj)" % QuoteSpaces(outputs[0])) - self.WriteLn("%s: builddir := $(abs_builddir)" % QuoteSpaces(outputs[0])) - self.WriteSortedXcodeEnv(outputs[0], self.GetSortedXcodeEnv()) - - for input in inputs: - assert " " not in input, ( - "Spaces in action input filenames not supported (%s)" % input - ) - for output in outputs: - assert " " not in output, ( - "Spaces in action output filenames not supported (%s)" % output - ) - - # See the comment in WriteCopies about expanding env vars. - outputs = [gyp.xcode_emulation.ExpandEnvVars(o, env) for o in outputs] - inputs = [gyp.xcode_emulation.ExpandEnvVars(i, env) for i in inputs] - - self.WriteDoCmd( - outputs, - [Sourceify(self.Absolutify(i)) for i in inputs], - part_of_all=part_of_all, - command=name, - ) - - # Stuff the outputs in a variable so we can refer to them later. - outputs_variable = "action_%s_outputs" % name - self.WriteLn("{} := {}".format(outputs_variable, " ".join(outputs))) - extra_outputs.append("$(%s)" % outputs_variable) - self.WriteLn() - - self.WriteLn() - - def WriteRules( - self, - rules, - extra_sources, - extra_outputs, - extra_mac_bundle_resources, - part_of_all, - ): - """Write Makefile code for any 'rules' from the gyp input. - - extra_sources: a list that will be filled in with newly generated source - files, if any - extra_outputs: a list that will be filled in with any outputs of these - rules (used to make other pieces dependent on these rules) - part_of_all: flag indicating this target is part of 'all' - """ - env = self.GetSortedXcodeEnv() - for rule in rules: - name = StringToMakefileVariable( - "{}_{}".format(self.qualified_target, rule["rule_name"]) - ) - count = 0 - self.WriteLn("### Generated for rule %s:" % name) - - all_outputs = [] - - for rule_source in rule.get("rule_sources", []): - dirs = set() - (rule_source_dirname, rule_source_basename) = os.path.split(rule_source) - (rule_source_root, rule_source_ext) = os.path.splitext( - rule_source_basename - ) - - outputs = [ - self.ExpandInputRoot(out, rule_source_root, rule_source_dirname) - for out in rule["outputs"] - ] - - for out in outputs: - dir = os.path.dirname(out) - if dir: - dirs.add(dir) - if int(rule.get("process_outputs_as_sources", False)): - extra_sources += outputs - if int(rule.get("process_outputs_as_mac_bundle_resources", False)): - extra_mac_bundle_resources += outputs - inputs = [ - Sourceify(self.Absolutify(i)) - for i in [rule_source] + rule.get("inputs", []) - ] - actions = ["$(call do_cmd,%s_%d)" % (name, count)] - - if name == "resources_grit": - # HACK: This is ugly. Grit intentionally doesn't touch the - # timestamp of its output file when the file doesn't change, - # which is fine in hash-based dependency systems like scons - # and forge, but not kosher in the make world. After some - # discussion, hacking around it here seems like the least - # amount of pain. - actions += ["@touch --no-create $@"] - - # See the comment in WriteCopies about expanding env vars. - outputs = [gyp.xcode_emulation.ExpandEnvVars(o, env) for o in outputs] - inputs = [gyp.xcode_emulation.ExpandEnvVars(i, env) for i in inputs] - - outputs = [self.Absolutify(o) for o in outputs] - all_outputs += outputs - # Only write the 'obj' and 'builddir' rules for the "primary" output - # (:1); it's superfluous for the "extra outputs", and this avoids - # accidentally writing duplicate dummy rules for those outputs. - self.WriteLn("%s: obj := $(abs_obj)" % outputs[0]) - self.WriteLn("%s: builddir := $(abs_builddir)" % outputs[0]) - self.WriteMakeRule( - outputs, inputs, actions, command="%s_%d" % (name, count) - ) - # Spaces in rule filenames are not supported, but rule variables have - # spaces in them (e.g. RULE_INPUT_PATH expands to '$(abspath $<)'). - # The spaces within the variables are valid, so remove the variables - # before checking. - variables_with_spaces = re.compile(r"\$\([^ ]* \$<\)") - for output in outputs: - output = re.sub(variables_with_spaces, "", output) - assert " " not in output, ( - "Spaces in rule filenames not yet supported (%s)" % output - ) - self.WriteLn("all_deps += %s" % " ".join(outputs)) - - action = [ - self.ExpandInputRoot(ac, rule_source_root, rule_source_dirname) - for ac in rule["action"] - ] - mkdirs = "" - if len(dirs) > 0: - mkdirs = "mkdir -p %s; " % " ".join(dirs) - cd_action = "cd %s; " % Sourceify(self.path or ".") - - # action, cd_action, and mkdirs get written to a toplevel variable - # called cmd_foo. Toplevel variables can't handle things that change - # per makefile like $(TARGET), so hardcode the target. - if self.flavor == "mac": - action = [ - gyp.xcode_emulation.ExpandEnvVars(command, env) - for command in action - ] - action = gyp.common.EncodePOSIXShellList(action) - action = action.replace("$(TARGET)", self.target) - cd_action = cd_action.replace("$(TARGET)", self.target) - mkdirs = mkdirs.replace("$(TARGET)", self.target) - - # Set LD_LIBRARY_PATH in case the rule runs an executable from this - # build which links to shared libs from this build. - # rules run on the host, so they should in theory only use host - # libraries, but until everything is made cross-compile safe, also use - # target libraries. - # TODO(piman): when everything is cross-compile safe, remove lib.target - self.WriteLn( - "cmd_%(name)s_%(count)d = LD_LIBRARY_PATH=" - "$(builddir)/lib.host:$(builddir)/lib.target:$$LD_LIBRARY_PATH; " - "export LD_LIBRARY_PATH; " - "%(cd_action)s%(mkdirs)s%(action)s" - % { - "action": action, - "cd_action": cd_action, - "count": count, - "mkdirs": mkdirs, - "name": name, - } - ) - self.WriteLn( - "quiet_cmd_%(name)s_%(count)d = RULE %(name)s_%(count)d $@" - % {"count": count, "name": name} - ) - self.WriteLn() - count += 1 - - outputs_variable = "rule_%s_outputs" % name - self.WriteList(all_outputs, outputs_variable) - extra_outputs.append("$(%s)" % outputs_variable) - - self.WriteLn("### Finished generating for rule: %s" % name) - self.WriteLn() - self.WriteLn("### Finished generating for all rules") - self.WriteLn("") - - def WriteCopies(self, copies, extra_outputs, part_of_all): - """Write Makefile code for any 'copies' from the gyp input. - - extra_outputs: a list that will be filled in with any outputs of this action - (used to make other pieces dependent on this action) - part_of_all: flag indicating this target is part of 'all' - """ - self.WriteLn("### Generated for copy rule.") - - variable = StringToMakefileVariable(self.qualified_target + "_copies") - outputs = [] - for copy in copies: - for path in copy["files"]: - # Absolutify() may call normpath, and will strip trailing slashes. - path = Sourceify(self.Absolutify(path)) - filename = os.path.split(path)[1] - output = Sourceify( - self.Absolutify(os.path.join(copy["destination"], filename)) - ) - - # If the output path has variables in it, which happens in practice for - # 'copies', writing the environment as target-local doesn't work, - # because the variables are already needed for the target name. - # Copying the environment variables into global make variables doesn't - # work either, because then the .d files will potentially contain spaces - # after variable expansion, and .d file handling cannot handle spaces. - # As a workaround, manually expand variables at gyp time. Since 'copies' - # can't run scripts, there's no need to write the env then. - # WriteDoCmd() will escape spaces for .d files. - env = self.GetSortedXcodeEnv() - output = gyp.xcode_emulation.ExpandEnvVars(output, env) - path = gyp.xcode_emulation.ExpandEnvVars(path, env) - self.WriteDoCmd([output], [path], "copy", part_of_all) - outputs.append(output) - self.WriteLn( - "{} = {}".format(variable, " ".join(QuoteSpaces(o) for o in outputs)) - ) - extra_outputs.append("$(%s)" % variable) - self.WriteLn() - - def WriteMacBundleResources(self, resources, bundle_deps): - """Writes Makefile code for 'mac_bundle_resources'.""" - self.WriteLn("### Generated for mac_bundle_resources") - - for output, res in gyp.xcode_emulation.GetMacBundleResources( - generator_default_variables["PRODUCT_DIR"], - self.xcode_settings, - [Sourceify(self.Absolutify(r)) for r in resources], - ): - _, ext = os.path.splitext(output) - if ext != ".xcassets": - # Make does not supports '.xcassets' emulation. - self.WriteDoCmd( - [output], [res], "mac_tool,,,copy-bundle-resource", part_of_all=True - ) - bundle_deps.append(output) - - def WriteMacInfoPlist(self, bundle_deps): - """Write Makefile code for bundle Info.plist files.""" - info_plist, out, defines, extra_env = gyp.xcode_emulation.GetMacInfoPlist( - generator_default_variables["PRODUCT_DIR"], - self.xcode_settings, - lambda p: Sourceify(self.Absolutify(p)), - ) - if not info_plist: - return - if defines: - # Create an intermediate file to store preprocessed results. - intermediate_plist = "$(obj).$(TOOLSET)/$(TARGET)/" + os.path.basename( - info_plist - ) - self.WriteList( - defines, - intermediate_plist + ": INFOPLIST_DEFINES", - "-D", - quoter=EscapeCppDefine, - ) - self.WriteMakeRule( - [intermediate_plist], - [info_plist], - [ - "$(call do_cmd,infoplist)", - # "Convert" the plist so that any weird whitespace changes from the - # preprocessor do not affect the XML parser in mac_tool. - "@plutil -convert xml1 $@ $@", - ], - ) - info_plist = intermediate_plist - # plists can contain envvars and substitute them into the file. - self.WriteSortedXcodeEnv( - out, self.GetSortedXcodeEnv(additional_settings=extra_env) - ) - self.WriteDoCmd( - [out], [info_plist], "mac_tool,,,copy-info-plist", part_of_all=True - ) - bundle_deps.append(out) - - def WriteSources( - self, - configs, - deps, - sources, - extra_outputs, - extra_link_deps, - part_of_all, - precompiled_header, - ): - """Write Makefile code for any 'sources' from the gyp input. - These are source files necessary to build the current target. - - configs, deps, sources: input from gyp. - extra_outputs: a list of extra outputs this action should be dependent on; - used to serialize action/rules before compilation - extra_link_deps: a list that will be filled in with any outputs of - compilation (to be used in link lines) - part_of_all: flag indicating this target is part of 'all' - """ - - # Write configuration-specific variables for CFLAGS, etc. - for configname in sorted(configs.keys()): - config = configs[configname] - self.WriteList( - config.get("defines"), - "DEFS_%s" % configname, - prefix="-D", - quoter=EscapeCppDefine, - ) - - if self.flavor == "mac": - cflags = self.xcode_settings.GetCflags( - configname, arch=config.get("xcode_configuration_platform") - ) - cflags_c = self.xcode_settings.GetCflagsC(configname) - cflags_cc = self.xcode_settings.GetCflagsCC(configname) - cflags_objc = self.xcode_settings.GetCflagsObjC(configname) - cflags_objcc = self.xcode_settings.GetCflagsObjCC(configname) - else: - cflags = config.get("cflags") - cflags_c = config.get("cflags_c") - cflags_cc = config.get("cflags_cc") - - self.WriteLn("# Flags passed to all source files.") - self.WriteList(cflags, "CFLAGS_%s" % configname) - self.WriteLn("# Flags passed to only C files.") - self.WriteList(cflags_c, "CFLAGS_C_%s" % configname) - self.WriteLn("# Flags passed to only C++ files.") - self.WriteList(cflags_cc, "CFLAGS_CC_%s" % configname) - if self.flavor == "mac": - self.WriteLn("# Flags passed to only ObjC files.") - self.WriteList(cflags_objc, "CFLAGS_OBJC_%s" % configname) - self.WriteLn("# Flags passed to only ObjC++ files.") - self.WriteList(cflags_objcc, "CFLAGS_OBJCC_%s" % configname) - includes = config.get("include_dirs") - if includes: - includes = [Sourceify(self.Absolutify(i)) for i in includes] - self.WriteList(includes, "INCS_%s" % configname, prefix="-I") - - compilable = list(filter(Compilable, sources)) - objs = [self.Objectify(self.Absolutify(Target(c))) for c in compilable] - self.WriteList(objs, "OBJS") - - for obj in objs: - assert " " not in obj, "Spaces in object filenames not supported (%s)" % obj - self.WriteLn( - "# Add to the list of files we specially track " "dependencies for." - ) - self.WriteLn("all_deps += $(OBJS)") - self.WriteLn() - - # Make sure our dependencies are built first. - if deps: - self.WriteMakeRule( - ["$(OBJS)"], - deps, - comment="Make sure our dependencies are built " "before any of us.", - order_only=True, - ) - - # Make sure the actions and rules run first. - # If they generate any extra headers etc., the per-.o file dep tracking - # will catch the proper rebuilds, so order only is still ok here. - if extra_outputs: - self.WriteMakeRule( - ["$(OBJS)"], - extra_outputs, - comment="Make sure our actions/rules run " "before any of us.", - order_only=True, - ) - - pchdeps = precompiled_header.GetObjDependencies(compilable, objs) - if pchdeps: - self.WriteLn("# Dependencies from obj files to their precompiled headers") - for source, obj, gch in pchdeps: - self.WriteLn(f"{obj}: {gch}") - self.WriteLn("# End precompiled header dependencies") - - if objs: - extra_link_deps.append("$(OBJS)") - self.WriteLn( - """\ -# CFLAGS et al overrides must be target-local. -# See "Target-specific Variable Values" in the GNU Make manual.""" - ) - self.WriteLn("$(OBJS): TOOLSET := $(TOOLSET)") - self.WriteLn( - "$(OBJS): GYP_CFLAGS := " - "$(DEFS_$(BUILDTYPE)) " - "$(INCS_$(BUILDTYPE)) " - "%s " % precompiled_header.GetInclude("c") + "$(CFLAGS_$(BUILDTYPE)) " - "$(CFLAGS_C_$(BUILDTYPE))" - ) - self.WriteLn( - "$(OBJS): GYP_CXXFLAGS := " - "$(DEFS_$(BUILDTYPE)) " - "$(INCS_$(BUILDTYPE)) " - "%s " % precompiled_header.GetInclude("cc") + "$(CFLAGS_$(BUILDTYPE)) " - "$(CFLAGS_CC_$(BUILDTYPE))" - ) - if self.flavor == "mac": - self.WriteLn( - "$(OBJS): GYP_OBJCFLAGS := " - "$(DEFS_$(BUILDTYPE)) " - "$(INCS_$(BUILDTYPE)) " - "%s " % precompiled_header.GetInclude("m") - + "$(CFLAGS_$(BUILDTYPE)) " - "$(CFLAGS_C_$(BUILDTYPE)) " - "$(CFLAGS_OBJC_$(BUILDTYPE))" - ) - self.WriteLn( - "$(OBJS): GYP_OBJCXXFLAGS := " - "$(DEFS_$(BUILDTYPE)) " - "$(INCS_$(BUILDTYPE)) " - "%s " % precompiled_header.GetInclude("mm") - + "$(CFLAGS_$(BUILDTYPE)) " - "$(CFLAGS_CC_$(BUILDTYPE)) " - "$(CFLAGS_OBJCC_$(BUILDTYPE))" - ) - - self.WritePchTargets(precompiled_header.GetPchBuildCommands()) - - # If there are any object files in our input file list, link them into our - # output. - extra_link_deps += [source for source in sources if Linkable(source)] - - self.WriteLn() - - def WritePchTargets(self, pch_commands): - """Writes make rules to compile prefix headers.""" - if not pch_commands: - return - - for gch, lang_flag, lang, input in pch_commands: - extra_flags = { - "c": "$(CFLAGS_C_$(BUILDTYPE))", - "cc": "$(CFLAGS_CC_$(BUILDTYPE))", - "m": "$(CFLAGS_C_$(BUILDTYPE)) $(CFLAGS_OBJC_$(BUILDTYPE))", - "mm": "$(CFLAGS_CC_$(BUILDTYPE)) $(CFLAGS_OBJCC_$(BUILDTYPE))", - }[lang] - var_name = { - "c": "GYP_PCH_CFLAGS", - "cc": "GYP_PCH_CXXFLAGS", - "m": "GYP_PCH_OBJCFLAGS", - "mm": "GYP_PCH_OBJCXXFLAGS", - }[lang] - self.WriteLn( - f"{gch}: {var_name} := {lang_flag} " + "$(DEFS_$(BUILDTYPE)) " - "$(INCS_$(BUILDTYPE)) " - "$(CFLAGS_$(BUILDTYPE)) " + extra_flags - ) - - self.WriteLn(f"{gch}: {input} FORCE_DO_CMD") - self.WriteLn("\t@$(call do_cmd,pch_%s,1)" % lang) - self.WriteLn("") - assert " " not in gch, "Spaces in gch filenames not supported (%s)" % gch - self.WriteLn("all_deps += %s" % gch) - self.WriteLn("") - - def ComputeOutputBasename(self, spec): - """Return the 'output basename' of a gyp spec. - - E.g., the loadable module 'foobar' in directory 'baz' will produce - 'libfoobar.so' - """ - assert not self.is_mac_bundle - - if self.flavor == "mac" and self.type in ( - "static_library", - "executable", - "shared_library", - "loadable_module", - ): - return self.xcode_settings.GetExecutablePath() - - target = spec["target_name"] - target_prefix = "" - target_ext = "" - if self.type == "static_library": - if target[:3] == "lib": - target = target[3:] - target_prefix = "lib" - target_ext = ".a" - elif self.type in ("loadable_module", "shared_library"): - if target[:3] == "lib": - target = target[3:] - target_prefix = "lib" - if self.flavor == "aix": - target_ext = ".a" - elif self.flavor == "zos": - target_ext = ".x" - else: - target_ext = ".so" - elif self.type == "none": - target = "%s.stamp" % target - elif self.type != "executable": - print( - "ERROR: What output file should be generated?", - "type", - self.type, - "target", - target, - ) - - target_prefix = spec.get("product_prefix", target_prefix) - target = spec.get("product_name", target) - product_ext = spec.get("product_extension") - if product_ext: - target_ext = "." + product_ext - - return target_prefix + target + target_ext - - def _InstallImmediately(self): - return ( - self.toolset == "target" - and self.flavor == "mac" - and self.type - in ("static_library", "executable", "shared_library", "loadable_module") - ) - - def ComputeOutput(self, spec): - """Return the 'output' (full output path) of a gyp spec. - - E.g., the loadable module 'foobar' in directory 'baz' will produce - '$(obj)/baz/libfoobar.so' - """ - assert not self.is_mac_bundle - - path = os.path.join("$(obj)." + self.toolset, self.path) - if self.type == "executable" or self._InstallImmediately(): - path = "$(builddir)" - path = spec.get("product_dir", path) - return os.path.join(path, self.ComputeOutputBasename(spec)) - - def ComputeMacBundleOutput(self, spec): - """Return the 'output' (full output path) to a bundle output directory.""" - assert self.is_mac_bundle - path = generator_default_variables["PRODUCT_DIR"] - return os.path.join(path, self.xcode_settings.GetWrapperName()) - - def ComputeMacBundleBinaryOutput(self, spec): - """Return the 'output' (full output path) to the binary in a bundle.""" - path = generator_default_variables["PRODUCT_DIR"] - return os.path.join(path, self.xcode_settings.GetExecutablePath()) - - def ComputeDeps(self, spec): - """Compute the dependencies of a gyp spec. - - Returns a tuple (deps, link_deps), where each is a list of - filenames that will need to be put in front of make for either - building (deps) or linking (link_deps). - """ - deps = [] - link_deps = [] - if "dependencies" in spec: - deps.extend( - [ - target_outputs[dep] - for dep in spec["dependencies"] - if target_outputs[dep] - ] - ) - for dep in spec["dependencies"]: - if dep in target_link_deps: - link_deps.append(target_link_deps[dep]) - deps.extend(link_deps) - # TODO: It seems we need to transitively link in libraries (e.g. -lfoo)? - # This hack makes it work: - # link_deps.extend(spec.get('libraries', [])) - return (gyp.common.uniquer(deps), gyp.common.uniquer(link_deps)) - - def GetSharedObjectFromSidedeck(self, sidedeck): - """Return the shared object files based on sidedeck""" - return re.sub(r"\.x$", ".so", sidedeck) - - def GetUnversionedSidedeckFromSidedeck(self, sidedeck): - """Return the shared object files based on sidedeck""" - return re.sub(r"\.\d+\.x$", ".x", sidedeck) - - def WriteDependencyOnExtraOutputs(self, target, extra_outputs): - self.WriteMakeRule( - [self.output_binary], - extra_outputs, - comment="Build our special outputs first.", - order_only=True, - ) - - def WriteTarget( - self, spec, configs, deps, link_deps, bundle_deps, extra_outputs, part_of_all - ): - """Write Makefile code to produce the final target of the gyp spec. - - spec, configs: input from gyp. - deps, link_deps: dependency lists; see ComputeDeps() - extra_outputs: any extra outputs that our target should depend on - part_of_all: flag indicating this target is part of 'all' - """ - - self.WriteLn("### Rules for final target.") - - if extra_outputs: - self.WriteDependencyOnExtraOutputs(self.output_binary, extra_outputs) - self.WriteMakeRule( - extra_outputs, - deps, - comment=("Preserve order dependency of " "special output on deps."), - order_only=True, - ) - - target_postbuilds = {} - if self.type != "none": - for configname in sorted(configs.keys()): - config = configs[configname] - if self.flavor == "mac": - ldflags = self.xcode_settings.GetLdflags( - configname, - generator_default_variables["PRODUCT_DIR"], - lambda p: Sourceify(self.Absolutify(p)), - arch=config.get("xcode_configuration_platform"), - ) - - # TARGET_POSTBUILDS_$(BUILDTYPE) is added to postbuilds later on. - gyp_to_build = gyp.common.InvertRelativePath(self.path) - target_postbuild = self.xcode_settings.AddImplicitPostbuilds( - configname, - QuoteSpaces( - os.path.normpath(os.path.join(gyp_to_build, self.output)) - ), - QuoteSpaces( - os.path.normpath( - os.path.join(gyp_to_build, self.output_binary) - ) - ), - ) - if target_postbuild: - target_postbuilds[configname] = target_postbuild - else: - ldflags = config.get("ldflags", []) - # Compute an rpath for this output if needed. - if any(dep.endswith(".so") or ".so." in dep for dep in deps): - # We want to get the literal string "$ORIGIN" - # into the link command, so we need lots of escaping. - ldflags.append(r"-Wl,-rpath=\$$ORIGIN/") - ldflags.append(r"-Wl,-rpath-link=\$(builddir)/") - library_dirs = config.get("library_dirs", []) - ldflags += [("-L%s" % library_dir) for library_dir in library_dirs] - self.WriteList(ldflags, "LDFLAGS_%s" % configname) - if self.flavor == "mac": - self.WriteList( - self.xcode_settings.GetLibtoolflags(configname), - "LIBTOOLFLAGS_%s" % configname, - ) - libraries = spec.get("libraries") - if libraries: - # Remove duplicate entries - libraries = gyp.common.uniquer(libraries) - if self.flavor == "mac": - libraries = self.xcode_settings.AdjustLibraries(libraries) - self.WriteList(libraries, "LIBS") - self.WriteLn( - "%s: GYP_LDFLAGS := $(LDFLAGS_$(BUILDTYPE))" - % QuoteSpaces(self.output_binary) - ) - self.WriteLn("%s: LIBS := $(LIBS)" % QuoteSpaces(self.output_binary)) - - if self.flavor == "mac": - self.WriteLn( - "%s: GYP_LIBTOOLFLAGS := $(LIBTOOLFLAGS_$(BUILDTYPE))" - % QuoteSpaces(self.output_binary) - ) - - # Postbuild actions. Like actions, but implicitly depend on the target's - # output. - postbuilds = [] - if self.flavor == "mac": - if target_postbuilds: - postbuilds.append("$(TARGET_POSTBUILDS_$(BUILDTYPE))") - postbuilds.extend(gyp.xcode_emulation.GetSpecPostbuildCommands(spec)) - - if postbuilds: - # Envvars may be referenced by TARGET_POSTBUILDS_$(BUILDTYPE), - # so we must output its definition first, since we declare variables - # using ":=". - self.WriteSortedXcodeEnv(self.output, self.GetSortedXcodePostbuildEnv()) - - for configname in target_postbuilds: - self.WriteLn( - "%s: TARGET_POSTBUILDS_%s := %s" - % ( - QuoteSpaces(self.output), - configname, - gyp.common.EncodePOSIXShellList(target_postbuilds[configname]), - ) - ) - - # Postbuilds expect to be run in the gyp file's directory, so insert an - # implicit postbuild to cd to there. - postbuilds.insert(0, gyp.common.EncodePOSIXShellList(["cd", self.path])) - for i, postbuild in enumerate(postbuilds): - if not postbuild.startswith("$"): - postbuilds[i] = EscapeShellArgument(postbuild) - self.WriteLn("%s: builddir := $(abs_builddir)" % QuoteSpaces(self.output)) - self.WriteLn( - "%s: POSTBUILDS := %s" - % (QuoteSpaces(self.output), " ".join(postbuilds)) - ) - - # A bundle directory depends on its dependencies such as bundle resources - # and bundle binary. When all dependencies have been built, the bundle - # needs to be packaged. - if self.is_mac_bundle: - # If the framework doesn't contain a binary, then nothing depends - # on the actions -- make the framework depend on them directly too. - self.WriteDependencyOnExtraOutputs(self.output, extra_outputs) - - # Bundle dependencies. Note that the code below adds actions to this - # target, so if you move these two lines, move the lines below as well. - self.WriteList([QuoteSpaces(dep) for dep in bundle_deps], "BUNDLE_DEPS") - self.WriteLn("%s: $(BUNDLE_DEPS)" % QuoteSpaces(self.output)) - - # After the framework is built, package it. Needs to happen before - # postbuilds, since postbuilds depend on this. - if self.type in ("shared_library", "loadable_module"): - self.WriteLn( - "\t@$(call do_cmd,mac_package_framework,,,%s)" - % self.xcode_settings.GetFrameworkVersion() - ) - - # Bundle postbuilds can depend on the whole bundle, so run them after - # the bundle is packaged, not already after the bundle binary is done. - if postbuilds: - self.WriteLn("\t@$(call do_postbuilds)") - postbuilds = [] # Don't write postbuilds for target's output. - - # Needed by test/mac/gyptest-rebuild.py. - self.WriteLn("\t@true # No-op, used by tests") - - # Since this target depends on binary and resources which are in - # nested subfolders, the framework directory will be older than - # its dependencies usually. To prevent this rule from executing - # on every build (expensive, especially with postbuilds), expliclity - # update the time on the framework directory. - self.WriteLn("\t@touch -c %s" % QuoteSpaces(self.output)) - - if postbuilds: - assert not self.is_mac_bundle, ( - "Postbuilds for bundles should be done " - "on the bundle, not the binary (target '%s')" % self.target - ) - assert "product_dir" not in spec, ( - "Postbuilds do not work with " "custom product_dir" - ) - - if self.type == "executable": - self.WriteLn( - "%s: LD_INPUTS := %s" - % ( - QuoteSpaces(self.output_binary), - " ".join(QuoteSpaces(dep) for dep in link_deps), - ) - ) - if self.toolset == "host" and self.flavor == "android": - self.WriteDoCmd( - [self.output_binary], - link_deps, - "link_host", - part_of_all, - postbuilds=postbuilds, - ) - else: - self.WriteDoCmd( - [self.output_binary], - link_deps, - "link", - part_of_all, - postbuilds=postbuilds, - ) - - elif self.type == "static_library": - for link_dep in link_deps: - assert " " not in link_dep, ( - "Spaces in alink input filenames not supported (%s)" % link_dep - ) - if ( - self.flavor not in ("mac", "openbsd", "netbsd", "win") - and not self.is_standalone_static_library - ): - if self.flavor in ("linux", "android"): - self.WriteMakeRule( - [self.output_binary], - link_deps, - actions=["$(call create_thin_archive,$@,$^)"], - ) - else: - self.WriteDoCmd( - [self.output_binary], - link_deps, - "alink_thin", - part_of_all, - postbuilds=postbuilds, - ) - else: - if self.flavor in ("linux", "android"): - self.WriteMakeRule( - [self.output_binary], - link_deps, - actions=["$(call create_archive,$@,$^)"], - ) - else: - self.WriteDoCmd( - [self.output_binary], - link_deps, - "alink", - part_of_all, - postbuilds=postbuilds, - ) - elif self.type == "shared_library": - self.WriteLn( - "%s: LD_INPUTS := %s" - % ( - QuoteSpaces(self.output_binary), - " ".join(QuoteSpaces(dep) for dep in link_deps), - ) - ) - self.WriteDoCmd( - [self.output_binary], - link_deps, - "solink", - part_of_all, - postbuilds=postbuilds, - ) - # z/OS has a .so target as well as a sidedeck .x target - if self.flavor == "zos": - self.WriteLn( - "%s: %s" - % ( - QuoteSpaces( - self.GetSharedObjectFromSidedeck(self.output_binary) - ), - QuoteSpaces(self.output_binary), - ) - ) - elif self.type == "loadable_module": - for link_dep in link_deps: - assert " " not in link_dep, ( - "Spaces in module input filenames not supported (%s)" % link_dep - ) - if self.toolset == "host" and self.flavor == "android": - self.WriteDoCmd( - [self.output_binary], - link_deps, - "solink_module_host", - part_of_all, - postbuilds=postbuilds, - ) - else: - self.WriteDoCmd( - [self.output_binary], - link_deps, - "solink_module", - part_of_all, - postbuilds=postbuilds, - ) - elif self.type == "none": - # Write a stamp line. - self.WriteDoCmd( - [self.output_binary], deps, "touch", part_of_all, postbuilds=postbuilds - ) - else: - print("WARNING: no output for", self.type, self.target) - - # Add an alias for each target (if there are any outputs). - # Installable target aliases are created below. - if (self.output and self.output != self.target) and ( - self.type not in self._INSTALLABLE_TARGETS - ): - self.WriteMakeRule( - [self.target], [self.output], comment="Add target alias", phony=True - ) - if part_of_all: - self.WriteMakeRule( - ["all"], - [self.target], - comment='Add target alias to "all" target.', - phony=True, - ) - - # Add special-case rules for our installable targets. - # 1) They need to install to the build dir or "product" dir. - # 2) They get shortcuts for building (e.g. "make chrome"). - # 3) They are part of "make all". - if self.type in self._INSTALLABLE_TARGETS or self.is_standalone_static_library: - if self.type == "shared_library": - file_desc = "shared library" - elif self.type == "static_library": - file_desc = "static library" - else: - file_desc = "executable" - install_path = self._InstallableTargetInstallPath() - installable_deps = [] - if self.flavor != "zos": - installable_deps.append(self.output) - if ( - self.flavor == "mac" - and "product_dir" not in spec - and self.toolset == "target" - ): - # On mac, products are created in install_path immediately. - assert install_path == self.output, "{} != {}".format( - install_path, - self.output, - ) - - # Point the target alias to the final binary output. - self.WriteMakeRule( - [self.target], [install_path], comment="Add target alias", phony=True - ) - if install_path != self.output: - assert not self.is_mac_bundle # See comment a few lines above. - self.WriteDoCmd( - [install_path], - [self.output], - "copy", - comment="Copy this to the %s output path." % file_desc, - part_of_all=part_of_all, - ) - if self.flavor != "zos": - installable_deps.append(install_path) - if self.flavor == "zos" and self.type == "shared_library": - # lib.target/libnode.so has a dependency on $(obj).target/libnode.so - self.WriteDoCmd( - [self.GetSharedObjectFromSidedeck(install_path)], - [self.GetSharedObjectFromSidedeck(self.output)], - "copy", - comment="Copy this to the %s output path." % file_desc, - part_of_all=part_of_all, - ) - # Create a symlink of libnode.x to libnode.version.x - self.WriteDoCmd( - [self.GetUnversionedSidedeckFromSidedeck(install_path)], - [install_path], - "symlink", - comment="Symlnk this to the %s output path." % file_desc, - part_of_all=part_of_all, - ) - # Place libnode.version.so and libnode.x symlink in lib.target dir - installable_deps.append(self.GetSharedObjectFromSidedeck(install_path)) - installable_deps.append( - self.GetUnversionedSidedeckFromSidedeck(install_path) - ) - if self.output != self.alias and self.alias != self.target: - self.WriteMakeRule( - [self.alias], - installable_deps, - comment="Short alias for building this %s." % file_desc, - phony=True, - ) - if self.flavor == "zos" and self.type == "shared_library": - # Make sure that .x symlink target is run - self.WriteMakeRule( - ["all"], - [ - self.GetUnversionedSidedeckFromSidedeck(install_path), - self.GetSharedObjectFromSidedeck(install_path), - ], - comment='Add %s to "all" target.' % file_desc, - phony=True, - ) - elif part_of_all: - self.WriteMakeRule( - ["all"], - [install_path], - comment='Add %s to "all" target.' % file_desc, - phony=True, - ) - - def WriteList(self, value_list, variable=None, prefix="", quoter=QuoteIfNecessary): - """Write a variable definition that is a list of values. - - E.g. WriteList(['a','b'], 'foo', prefix='blah') writes out - foo = blaha blahb - but in a pretty-printed style. - """ - values = "" - if value_list: - value_list = [quoter(prefix + value) for value in value_list] - values = " \\\n\t" + " \\\n\t".join(value_list) - self.fp.write(f"{variable} :={values}\n\n") - - def WriteDoCmd( - self, outputs, inputs, command, part_of_all, comment=None, postbuilds=False - ): - """Write a Makefile rule that uses do_cmd. - - This makes the outputs dependent on the command line that was run, - as well as support the V= make command line flag. - """ - suffix = "" - if postbuilds: - assert "," not in command - suffix = ",,1" # Tell do_cmd to honor $POSTBUILDS - self.WriteMakeRule( - outputs, - inputs, - actions=[f"$(call do_cmd,{command}{suffix})"], - comment=comment, - command=command, - force=True, - ) - # Add our outputs to the list of targets we read depfiles from. - # all_deps is only used for deps file reading, and for deps files we replace - # spaces with ? because escaping doesn't work with make's $(sort) and - # other functions. - outputs = [QuoteSpaces(o, SPACE_REPLACEMENT) for o in outputs] - self.WriteLn("all_deps += %s" % " ".join(outputs)) - - def WriteMakeRule( - self, - outputs, - inputs, - actions=None, - comment=None, - order_only=False, - force=False, - phony=False, - command=None, - ): - """Write a Makefile rule, with some extra tricks. - - outputs: a list of outputs for the rule (note: this is not directly - supported by make; see comments below) - inputs: a list of inputs for the rule - actions: a list of shell commands to run for the rule - comment: a comment to put in the Makefile above the rule (also useful - for making this Python script's code self-documenting) - order_only: if true, makes the dependency order-only - force: if true, include FORCE_DO_CMD as an order-only dep - phony: if true, the rule does not actually generate the named output, the - output is just a name to run the rule - command: (optional) command name to generate unambiguous labels - """ - outputs = [QuoteSpaces(o) for o in outputs] - inputs = [QuoteSpaces(i) for i in inputs] - - if comment: - self.WriteLn("# " + comment) - if phony: - self.WriteLn(".PHONY: " + " ".join(outputs)) - if actions: - self.WriteLn("%s: TOOLSET := $(TOOLSET)" % outputs[0]) - force_append = " FORCE_DO_CMD" if force else "" - - if order_only: - # Order only rule: Just write a simple rule. - # TODO(evanm): just make order_only a list of deps instead of this hack. - self.WriteLn( - "{}: | {}{}".format(" ".join(outputs), " ".join(inputs), force_append) - ) - elif len(outputs) == 1: - # Regular rule, one output: Just write a simple rule. - self.WriteLn("{}: {}{}".format(outputs[0], " ".join(inputs), force_append)) - else: - # Regular rule, more than one output: Multiple outputs are tricky in - # make. We will write three rules: - # - All outputs depend on an intermediate file. - # - Make .INTERMEDIATE depend on the intermediate. - # - The intermediate file depends on the inputs and executes the - # actual command. - # - The intermediate recipe will 'touch' the intermediate file. - # - The multi-output rule will have an do-nothing recipe. - - # Hash the target name to avoid generating overlong filenames. - cmddigest = hashlib.sha1( - (command or self.target).encode("utf-8") - ).hexdigest() - intermediate = "%s.intermediate" % cmddigest - self.WriteLn("{}: {}".format(" ".join(outputs), intermediate)) - self.WriteLn("\t%s" % "@:") - self.WriteLn("{}: {}".format(".INTERMEDIATE", intermediate)) - self.WriteLn( - "{}: {}{}".format(intermediate, " ".join(inputs), force_append) - ) - actions.insert(0, "$(call do_cmd,touch)") - - if actions: - for action in actions: - self.WriteLn("\t%s" % action) - self.WriteLn() - - def WriteAndroidNdkModuleRule(self, module_name, all_sources, link_deps): - """Write a set of LOCAL_XXX definitions for Android NDK. - - These variable definitions will be used by Android NDK but do nothing for - non-Android applications. - - Arguments: - module_name: Android NDK module name, which must be unique among all - module names. - all_sources: A list of source files (will be filtered by Compilable). - link_deps: A list of link dependencies, which must be sorted in - the order from dependencies to dependents. - """ - if self.type not in ("executable", "shared_library", "static_library"): - return - - self.WriteLn("# Variable definitions for Android applications") - self.WriteLn("include $(CLEAR_VARS)") - self.WriteLn("LOCAL_MODULE := " + module_name) - self.WriteLn( - "LOCAL_CFLAGS := $(CFLAGS_$(BUILDTYPE)) " - "$(DEFS_$(BUILDTYPE)) " - # LOCAL_CFLAGS is applied to both of C and C++. There is - # no way to specify $(CFLAGS_C_$(BUILDTYPE)) only for C - # sources. - "$(CFLAGS_C_$(BUILDTYPE)) " - # $(INCS_$(BUILDTYPE)) includes the prefix '-I' while - # LOCAL_C_INCLUDES does not expect it. So put it in - # LOCAL_CFLAGS. - "$(INCS_$(BUILDTYPE))" - ) - # LOCAL_CXXFLAGS is obsolete and LOCAL_CPPFLAGS is preferred. - self.WriteLn("LOCAL_CPPFLAGS := $(CFLAGS_CC_$(BUILDTYPE))") - self.WriteLn("LOCAL_C_INCLUDES :=") - self.WriteLn("LOCAL_LDLIBS := $(LDFLAGS_$(BUILDTYPE)) $(LIBS)") - - # Detect the C++ extension. - cpp_ext = {".cc": 0, ".cpp": 0, ".cxx": 0} - default_cpp_ext = ".cpp" - for filename in all_sources: - ext = os.path.splitext(filename)[1] - if ext in cpp_ext: - cpp_ext[ext] += 1 - if cpp_ext[ext] > cpp_ext[default_cpp_ext]: - default_cpp_ext = ext - self.WriteLn("LOCAL_CPP_EXTENSION := " + default_cpp_ext) - - self.WriteList( - list(map(self.Absolutify, filter(Compilable, all_sources))), - "LOCAL_SRC_FILES", - ) - - # Filter out those which do not match prefix and suffix and produce - # the resulting list without prefix and suffix. - def DepsToModules(deps, prefix, suffix): - modules = [] - for filepath in deps: - filename = os.path.basename(filepath) - if filename.startswith(prefix) and filename.endswith(suffix): - modules.append(filename[len(prefix) : -len(suffix)]) - return modules - - # Retrieve the default value of 'SHARED_LIB_SUFFIX' - params = {"flavor": "linux"} - default_variables = {} - CalculateVariables(default_variables, params) - - self.WriteList( - DepsToModules( - link_deps, - generator_default_variables["SHARED_LIB_PREFIX"], - default_variables["SHARED_LIB_SUFFIX"], - ), - "LOCAL_SHARED_LIBRARIES", - ) - self.WriteList( - DepsToModules( - link_deps, - generator_default_variables["STATIC_LIB_PREFIX"], - generator_default_variables["STATIC_LIB_SUFFIX"], - ), - "LOCAL_STATIC_LIBRARIES", - ) - - if self.type == "executable": - self.WriteLn("include $(BUILD_EXECUTABLE)") - elif self.type == "shared_library": - self.WriteLn("include $(BUILD_SHARED_LIBRARY)") - elif self.type == "static_library": - self.WriteLn("include $(BUILD_STATIC_LIBRARY)") - self.WriteLn() - - def WriteLn(self, text=""): - self.fp.write(text + "\n") - - def GetSortedXcodeEnv(self, additional_settings=None): - return gyp.xcode_emulation.GetSortedXcodeEnv( - self.xcode_settings, - "$(abs_builddir)", - os.path.join("$(abs_srcdir)", self.path), - "$(BUILDTYPE)", - additional_settings, - ) - - def GetSortedXcodePostbuildEnv(self): - # CHROMIUM_STRIP_SAVE_FILE is a chromium-specific hack. - # TODO(thakis): It would be nice to have some general mechanism instead. - strip_save_file = self.xcode_settings.GetPerTargetSetting( - "CHROMIUM_STRIP_SAVE_FILE", "" - ) - # Even if strip_save_file is empty, explicitly write it. Else a postbuild - # might pick up an export from an earlier target. - return self.GetSortedXcodeEnv( - additional_settings={"CHROMIUM_STRIP_SAVE_FILE": strip_save_file} - ) - - def WriteSortedXcodeEnv(self, target, env): - for k, v in env: - # For - # foo := a\ b - # the escaped space does the right thing. For - # export foo := a\ b - # it does not -- the backslash is written to the env as literal character. - # So don't escape spaces in |env[k]|. - self.WriteLn(f"{QuoteSpaces(target)}: export {k} := {v}") - - def Objectify(self, path): - """Convert a path to its output directory form.""" - if "$(" in path: - path = path.replace("$(obj)/", "$(obj).%s/$(TARGET)/" % self.toolset) - if "$(obj)" not in path: - path = f"$(obj).{self.toolset}/$(TARGET)/{path}" - return path - - def Pchify(self, path, lang): - """Convert a prefix header path to its output directory form.""" - path = self.Absolutify(path) - if "$(" in path: - path = path.replace( - "$(obj)/", f"$(obj).{self.toolset}/$(TARGET)/pch-{lang}" - ) - return path - return f"$(obj).{self.toolset}/$(TARGET)/pch-{lang}/{path}" - - def Absolutify(self, path): - """Convert a subdirectory-relative path into a base-relative path. - Skips over paths that contain variables.""" - if "$(" in path: - # Don't call normpath in this case, as it might collapse the - # path too aggressively if it features '..'. However it's still - # important to strip trailing slashes. - return path.rstrip("/") - return os.path.normpath(os.path.join(self.path, path)) - - def ExpandInputRoot(self, template, expansion, dirname): - if "%(INPUT_ROOT)s" not in template and "%(INPUT_DIRNAME)s" not in template: - return template - path = template % { - "INPUT_ROOT": expansion, - "INPUT_DIRNAME": dirname, - } - return path - - def _InstallableTargetInstallPath(self): - """Returns the location of the final output for an installable target.""" - # Functionality removed for all platforms to match Xcode and hoist - # shared libraries into PRODUCT_DIR for users: - # Xcode puts shared_library results into PRODUCT_DIR, and some gyp files - # rely on this. Emulate this behavior for mac. - # if self.type == "shared_library" and ( - # self.flavor != "mac" or self.toolset != "target" - # ): - # # Install all shared libs into a common directory (per toolset) for - # # convenient access with LD_LIBRARY_PATH. - # return "$(builddir)/lib.%s/%s" % (self.toolset, self.alias) - if self.flavor == "zos" and self.type == "shared_library": - return "$(builddir)/lib.%s/%s" % (self.toolset, self.alias) - - return "$(builddir)/" + self.alias - - -def WriteAutoRegenerationRule(params, root_makefile, makefile_name, build_files): - """Write the target to regenerate the Makefile.""" - options = params["options"] - build_files_args = [ - gyp.common.RelativePath(filename, options.toplevel_dir) - for filename in params["build_files_arg"] - ] - - gyp_binary = gyp.common.FixIfRelativePath( - params["gyp_binary"], options.toplevel_dir - ) - if not gyp_binary.startswith(os.sep): - gyp_binary = os.path.join(".", gyp_binary) - - root_makefile.write( - "quiet_cmd_regen_makefile = ACTION Regenerating $@\n" - "cmd_regen_makefile = cd $(srcdir); %(cmd)s\n" - "%(makefile_name)s: %(deps)s\n" - "\t$(call do_cmd,regen_makefile)\n\n" - % { - "makefile_name": makefile_name, - "deps": " ".join(SourceifyAndQuoteSpaces(bf) for bf in build_files), - "cmd": gyp.common.EncodePOSIXShellList( - [gyp_binary, "-fmake"] + gyp.RegenerateFlags(options) + build_files_args - ), - } - ) - - -def PerformBuild(data, configurations, params): - options = params["options"] - for config in configurations: - arguments = ["make"] - if options.toplevel_dir and options.toplevel_dir != ".": - arguments += "-C", options.toplevel_dir - arguments.append("BUILDTYPE=" + config) - print(f"Building [{config}]: {arguments}") - subprocess.check_call(arguments) - - -def GenerateOutput(target_list, target_dicts, data, params): - options = params["options"] - flavor = gyp.common.GetFlavor(params) - generator_flags = params.get("generator_flags", {}) - builddir_name = generator_flags.get("output_dir", "out") - android_ndk_version = generator_flags.get("android_ndk_version", None) - default_target = generator_flags.get("default_target", "all") - - def CalculateMakefilePath(build_file, base_name): - """Determine where to write a Makefile for a given gyp file.""" - # Paths in gyp files are relative to the .gyp file, but we want - # paths relative to the source root for the master makefile. Grab - # the path of the .gyp file as the base to relativize against. - # E.g. "foo/bar" when we're constructing targets for "foo/bar/baz.gyp". - base_path = gyp.common.RelativePath(os.path.dirname(build_file), options.depth) - # We write the file in the base_path directory. - output_file = os.path.join(options.depth, base_path, base_name) - if options.generator_output: - output_file = os.path.join( - options.depth, options.generator_output, base_path, base_name - ) - base_path = gyp.common.RelativePath( - os.path.dirname(build_file), options.toplevel_dir - ) - return base_path, output_file - - # TODO: search for the first non-'Default' target. This can go - # away when we add verification that all targets have the - # necessary configurations. - default_configuration = None - toolsets = {target_dicts[target]["toolset"] for target in target_list} - for target in target_list: - spec = target_dicts[target] - if spec["default_configuration"] != "Default": - default_configuration = spec["default_configuration"] - break - if not default_configuration: - default_configuration = "Default" - - srcdir = "." - makefile_name = "Makefile" + options.suffix - makefile_path = os.path.join(options.toplevel_dir, makefile_name) - if options.generator_output: - global srcdir_prefix - makefile_path = os.path.join( - options.toplevel_dir, options.generator_output, makefile_name - ) - srcdir = gyp.common.RelativePath(srcdir, options.generator_output) - srcdir_prefix = "$(srcdir)/" - - flock_command = "flock" - copy_archive_arguments = "-af" - makedep_arguments = "-MMD" - header_params = { - "default_target": default_target, - "builddir": builddir_name, - "default_configuration": default_configuration, - "flock": flock_command, - "flock_index": 1, - "link_commands": LINK_COMMANDS_LINUX, - "extra_commands": "", - "srcdir": srcdir, - "copy_archive_args": copy_archive_arguments, - "makedep_args": makedep_arguments, - "CC.target": GetEnvironFallback(("CC_target", "CC"), "$(CC)"), - "AR.target": GetEnvironFallback(("AR_target", "AR"), "$(AR)"), - "CXX.target": GetEnvironFallback(("CXX_target", "CXX"), "$(CXX)"), - "LINK.target": GetEnvironFallback(("LINK_target", "LINK"), "$(LINK)"), - "PLI.target": GetEnvironFallback(("PLI_target", "PLI"), "pli"), - "CC.host": GetEnvironFallback(("CC_host", "CC"), "gcc"), - "AR.host": GetEnvironFallback(("AR_host", "AR"), "ar"), - "CXX.host": GetEnvironFallback(("CXX_host", "CXX"), "g++"), - "LINK.host": GetEnvironFallback(("LINK_host", "LINK"), "$(CXX.host)"), - "PLI.host": GetEnvironFallback(("PLI_host", "PLI"), "pli"), - } - if flavor == "mac": - flock_command = "./gyp-mac-tool flock" - header_params.update( - { - "flock": flock_command, - "flock_index": 2, - "link_commands": LINK_COMMANDS_MAC, - "extra_commands": SHARED_HEADER_MAC_COMMANDS, - } - ) - elif flavor == "android": - header_params.update({"link_commands": LINK_COMMANDS_ANDROID}) - elif flavor == "zos": - copy_archive_arguments = "-fPR" - CC_target = GetEnvironFallback(("CC_target", "CC"), "njsc") - makedep_arguments = "-MMD" - if CC_target == "clang": - CC_host = GetEnvironFallback(("CC_host", "CC"), "clang") - CXX_target = GetEnvironFallback(("CXX_target", "CXX"), "clang++") - CXX_host = GetEnvironFallback(("CXX_host", "CXX"), "clang++") - elif CC_target == "ibm-clang64": - CC_host = GetEnvironFallback(("CC_host", "CC"), "ibm-clang64") - CXX_target = GetEnvironFallback(("CXX_target", "CXX"), "ibm-clang++64") - CXX_host = GetEnvironFallback(("CXX_host", "CXX"), "ibm-clang++64") - elif CC_target == "ibm-clang": - CC_host = GetEnvironFallback(("CC_host", "CC"), "ibm-clang") - CXX_target = GetEnvironFallback(("CXX_target", "CXX"), "ibm-clang++") - CXX_host = GetEnvironFallback(("CXX_host", "CXX"), "ibm-clang++") - else: - # Node.js versions prior to v18: - makedep_arguments = "-qmakedep=gcc" - CC_host = GetEnvironFallback(("CC_host", "CC"), "njsc") - CXX_target = GetEnvironFallback(("CXX_target", "CXX"), "njsc++") - CXX_host = GetEnvironFallback(("CXX_host", "CXX"), "njsc++") - header_params.update( - { - "copy_archive_args": copy_archive_arguments, - "makedep_args": makedep_arguments, - "link_commands": LINK_COMMANDS_OS390, - "extra_commands": SHARED_HEADER_OS390_COMMANDS, - "CC.target": CC_target, - "CXX.target": CXX_target, - "CC.host": CC_host, - "CXX.host": CXX_host, - } - ) - elif flavor == "solaris": - copy_archive_arguments = "-pPRf@" - header_params.update( - { - "copy_archive_args": copy_archive_arguments, - "flock": "./gyp-flock-tool flock", - "flock_index": 2, - } - ) - elif flavor == "freebsd": - # Note: OpenBSD has sysutils/flock. lockf seems to be FreeBSD specific. - header_params.update({"flock": "lockf"}) - elif flavor == "openbsd": - copy_archive_arguments = "-pPRf" - header_params.update({"copy_archive_args": copy_archive_arguments}) - elif flavor == "aix": - copy_archive_arguments = "-pPRf" - header_params.update( - { - "copy_archive_args": copy_archive_arguments, - "link_commands": LINK_COMMANDS_AIX, - "flock": "./gyp-flock-tool flock", - "flock_index": 2, - } - ) - elif flavor == "os400": - copy_archive_arguments = "-pPRf" - header_params.update( - { - "copy_archive_args": copy_archive_arguments, - "link_commands": LINK_COMMANDS_OS400, - "flock": "./gyp-flock-tool flock", - "flock_index": 2, - } - ) - - build_file, _, _ = gyp.common.ParseQualifiedTarget(target_list[0]) - make_global_settings_array = data[build_file].get("make_global_settings", []) - wrappers = {} - for key, value in make_global_settings_array: - if key.endswith("_wrapper"): - wrappers[key[: -len("_wrapper")]] = "$(abspath %s)" % value - make_global_settings = "" - for key, value in make_global_settings_array: - if re.match(".*_wrapper", key): - continue - if value[0] != "$": - value = "$(abspath %s)" % value - wrapper = wrappers.get(key) - if wrapper: - value = f"{wrapper} {value}" - del wrappers[key] - if key in ("CC", "CC.host", "CXX", "CXX.host"): - make_global_settings += ( - "ifneq (,$(filter $(origin %s), undefined default))\n" % key - ) - # Let gyp-time envvars win over global settings. - env_key = key.replace(".", "_") # CC.host -> CC_host - if env_key in os.environ: - value = os.environ[env_key] - make_global_settings += f" {key} = {value}\n" - make_global_settings += "endif\n" - else: - make_global_settings += f"{key} ?= {value}\n" - # TODO(ukai): define cmd when only wrapper is specified in - # make_global_settings. - - header_params["make_global_settings"] = make_global_settings - - gyp.common.EnsureDirExists(makefile_path) - root_makefile = open(makefile_path, "w") - root_makefile.write(SHARED_HEADER % header_params) - # Currently any versions have the same effect, but in future the behavior - # could be different. - if android_ndk_version: - root_makefile.write( - "# Define LOCAL_PATH for build of Android applications.\n" - "LOCAL_PATH := $(call my-dir)\n" - "\n" - ) - for toolset in toolsets: - root_makefile.write("TOOLSET := %s\n" % toolset) - WriteRootHeaderSuffixRules(root_makefile) - - # Put build-time support tools next to the root Makefile. - dest_path = os.path.dirname(makefile_path) - gyp.common.CopyTool(flavor, dest_path) - - # Find the list of targets that derive from the gyp file(s) being built. - needed_targets = set() - for build_file in params["build_files"]: - for target in gyp.common.AllTargets(target_list, target_dicts, build_file): - needed_targets.add(target) - - build_files = set() - include_list = set() - for qualified_target in target_list: - build_file, target, toolset = gyp.common.ParseQualifiedTarget(qualified_target) - - this_make_global_settings = data[build_file].get("make_global_settings", []) - assert make_global_settings_array == this_make_global_settings, ( - "make_global_settings needs to be the same for all targets " - f"{this_make_global_settings} vs. {make_global_settings}" - ) - - build_files.add(gyp.common.RelativePath(build_file, options.toplevel_dir)) - included_files = data[build_file]["included_files"] - for included_file in included_files: - # The included_files entries are relative to the dir of the build file - # that included them, so we have to undo that and then make them relative - # to the root dir. - relative_include_file = gyp.common.RelativePath( - gyp.common.UnrelativePath(included_file, build_file), - options.toplevel_dir, - ) - abs_include_file = os.path.abspath(relative_include_file) - # If the include file is from the ~/.gyp dir, we should use absolute path - # so that relocating the src dir doesn't break the path. - if params["home_dot_gyp"] and abs_include_file.startswith( - params["home_dot_gyp"] - ): - build_files.add(abs_include_file) - else: - build_files.add(relative_include_file) - - base_path, output_file = CalculateMakefilePath( - build_file, target + "." + toolset + options.suffix + ".mk" - ) - - spec = target_dicts[qualified_target] - configs = spec["configurations"] - - if flavor == "mac": - gyp.xcode_emulation.MergeGlobalXcodeSettingsToSpec(data[build_file], spec) - - writer = MakefileWriter(generator_flags, flavor) - writer.Write( - qualified_target, - base_path, - output_file, - spec, - configs, - part_of_all=qualified_target in needed_targets, - ) - - # Our root_makefile lives at the source root. Compute the relative path - # from there to the output_file for including. - mkfile_rel_path = gyp.common.RelativePath( - output_file, os.path.dirname(makefile_path) - ) - include_list.add(mkfile_rel_path) - - # Write out per-gyp (sub-project) Makefiles. - depth_rel_path = gyp.common.RelativePath(options.depth, os.getcwd()) - for build_file in build_files: - # The paths in build_files were relativized above, so undo that before - # testing against the non-relativized items in target_list and before - # calculating the Makefile path. - build_file = os.path.join(depth_rel_path, build_file) - gyp_targets = [ - target_dicts[qualified_target]["target_name"] - for qualified_target in target_list - if qualified_target.startswith(build_file) - and qualified_target in needed_targets - ] - # Only generate Makefiles for gyp files with targets. - if not gyp_targets: - continue - base_path, output_file = CalculateMakefilePath( - build_file, os.path.splitext(os.path.basename(build_file))[0] + ".Makefile" - ) - makefile_rel_path = gyp.common.RelativePath( - os.path.dirname(makefile_path), os.path.dirname(output_file) - ) - writer.WriteSubMake(output_file, makefile_rel_path, gyp_targets, builddir_name) - - # Write out the sorted list of includes. - root_makefile.write("\n") - for include_file in sorted(include_list): - # We wrap each .mk include in an if statement so users can tell make to - # not load a file by setting NO_LOAD. The below make code says, only - # load the .mk file if the .mk filename doesn't start with a token in - # NO_LOAD. - root_makefile.write( - "ifeq ($(strip $(foreach prefix,$(NO_LOAD),\\\n" - " $(findstring $(join ^,$(prefix)),\\\n" - " $(join ^," + include_file + ")))),)\n" - ) - root_makefile.write(" include " + include_file + "\n") - root_makefile.write("endif\n") - root_makefile.write("\n") - - if not generator_flags.get("standalone") and generator_flags.get( - "auto_regeneration", True - ): - WriteAutoRegenerationRule(params, root_makefile, makefile_name, build_files) - - root_makefile.write(SHARED_FOOTER) - - root_makefile.close() diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/msvs.py b/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/msvs.py deleted file mode 100644 index fd95005..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/msvs.py +++ /dev/null @@ -1,3981 +0,0 @@ -# Copyright (c) 2012 Google Inc. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - - -import ntpath -import os -import posixpath -import re -import subprocess -import sys - -from collections import OrderedDict - -import gyp.common -import gyp.easy_xml as easy_xml -import gyp.generator.ninja as ninja_generator -import gyp.MSVSNew as MSVSNew -import gyp.MSVSProject as MSVSProject -import gyp.MSVSSettings as MSVSSettings -import gyp.MSVSToolFile as MSVSToolFile -import gyp.MSVSUserFile as MSVSUserFile -import gyp.MSVSUtil as MSVSUtil -import gyp.MSVSVersion as MSVSVersion -from gyp.common import GypError -from gyp.common import OrderedSet - - -# Regular expression for validating Visual Studio GUIDs. If the GUID -# contains lowercase hex letters, MSVS will be fine. However, -# IncrediBuild BuildConsole will parse the solution file, but then -# silently skip building the target causing hard to track down errors. -# Note that this only happens with the BuildConsole, and does not occur -# if IncrediBuild is executed from inside Visual Studio. This regex -# validates that the string looks like a GUID with all uppercase hex -# letters. -VALID_MSVS_GUID_CHARS = re.compile(r"^[A-F0-9\-]+$") - -generator_supports_multiple_toolsets = gyp.common.CrossCompileRequested() - -generator_default_variables = { - "DRIVER_PREFIX": "", - "DRIVER_SUFFIX": ".sys", - "EXECUTABLE_PREFIX": "", - "EXECUTABLE_SUFFIX": ".exe", - "STATIC_LIB_PREFIX": "", - "SHARED_LIB_PREFIX": "", - "STATIC_LIB_SUFFIX": ".lib", - "SHARED_LIB_SUFFIX": ".dll", - "INTERMEDIATE_DIR": "$(IntDir)", - "SHARED_INTERMEDIATE_DIR": "$(OutDir)/obj/global_intermediate", - "OS": "win", - "PRODUCT_DIR": "$(OutDir)", - "LIB_DIR": "$(OutDir)lib", - "RULE_INPUT_ROOT": "$(InputName)", - "RULE_INPUT_DIRNAME": "$(InputDir)", - "RULE_INPUT_EXT": "$(InputExt)", - "RULE_INPUT_NAME": "$(InputFileName)", - "RULE_INPUT_PATH": "$(InputPath)", - "CONFIGURATION_NAME": "$(ConfigurationName)", -} - - -# The msvs specific sections that hold paths -generator_additional_path_sections = [ - "msvs_cygwin_dirs", - "msvs_props", -] - - -generator_additional_non_configuration_keys = [ - "msvs_cygwin_dirs", - "msvs_cygwin_shell", - "msvs_large_pdb", - "msvs_shard", - "msvs_external_builder", - "msvs_external_builder_out_dir", - "msvs_external_builder_build_cmd", - "msvs_external_builder_clean_cmd", - "msvs_external_builder_clcompile_cmd", - "msvs_enable_winrt", - "msvs_requires_importlibrary", - "msvs_enable_winphone", - "msvs_application_type_revision", - "msvs_target_platform_version", - "msvs_target_platform_minversion", -] - -generator_filelist_paths = None - -# List of precompiled header related keys. -precomp_keys = [ - "msvs_precompiled_header", - "msvs_precompiled_source", -] - - -cached_username = None - - -cached_domain = None - - -# TODO(gspencer): Switch the os.environ calls to be -# win32api.GetDomainName() and win32api.GetUserName() once the -# python version in depot_tools has been updated to work on Vista -# 64-bit. -def _GetDomainAndUserName(): - if sys.platform not in ("win32", "cygwin"): - return ("DOMAIN", "USERNAME") - global cached_username - global cached_domain - if not cached_domain or not cached_username: - domain = os.environ.get("USERDOMAIN") - username = os.environ.get("USERNAME") - if not domain or not username: - call = subprocess.Popen( - ["net", "config", "Workstation"], stdout=subprocess.PIPE - ) - config = call.communicate()[0].decode("utf-8") - username_re = re.compile(r"^User name\s+(\S+)", re.MULTILINE) - username_match = username_re.search(config) - if username_match: - username = username_match.group(1) - domain_re = re.compile(r"^Logon domain\s+(\S+)", re.MULTILINE) - domain_match = domain_re.search(config) - if domain_match: - domain = domain_match.group(1) - cached_domain = domain - cached_username = username - return (cached_domain, cached_username) - - -fixpath_prefix = None - - -def _NormalizedSource(source): - """Normalize the path. - - But not if that gets rid of a variable, as this may expand to something - larger than one directory. - - Arguments: - source: The path to be normalize.d - - Returns: - The normalized path. - """ - normalized = os.path.normpath(source) - if source.count("$") == normalized.count("$"): - source = normalized - return source - - -def _FixPath(path, separator="\\"): - """Convert paths to a form that will make sense in a vcproj file. - - Arguments: - path: The path to convert, may contain / etc. - Returns: - The path with all slashes made into backslashes. - """ - if ( - fixpath_prefix - and path - and not os.path.isabs(path) - and not path[0] == "$" - and not _IsWindowsAbsPath(path) - ): - path = os.path.join(fixpath_prefix, path) - if separator == "\\": - path = path.replace("/", "\\") - path = _NormalizedSource(path) - if separator == "/": - path = path.replace("\\", "/") - if path and path[-1] == separator: - path = path[:-1] - return path - - -def _IsWindowsAbsPath(path): - """ - On Cygwin systems Python needs a little help determining if a path - is an absolute Windows path or not, so that - it does not treat those as relative, which results in bad paths like: - '..\\C:\\<some path>\\some_source_code_file.cc' - """ - return path.startswith("c:") or path.startswith("C:") - - -def _FixPaths(paths, separator="\\"): - """Fix each of the paths of the list.""" - return [_FixPath(i, separator) for i in paths] - - -def _ConvertSourcesToFilterHierarchy( - sources, prefix=None, excluded=None, list_excluded=True, msvs_version=None -): - """Converts a list split source file paths into a vcproj folder hierarchy. - - Arguments: - sources: A list of source file paths split. - prefix: A list of source file path layers meant to apply to each of sources. - excluded: A set of excluded files. - msvs_version: A MSVSVersion object. - - Returns: - A hierarchy of filenames and MSVSProject.Filter objects that matches the - layout of the source tree. - For example: - _ConvertSourcesToFilterHierarchy([['a', 'bob1.c'], ['b', 'bob2.c']], - prefix=['joe']) - --> - [MSVSProject.Filter('a', contents=['joe\\a\\bob1.c']), - MSVSProject.Filter('b', contents=['joe\\b\\bob2.c'])] - """ - if not prefix: - prefix = [] - result = [] - excluded_result = [] - folders = OrderedDict() - # Gather files into the final result, excluded, or folders. - for s in sources: - if len(s) == 1: - filename = _NormalizedSource("\\".join(prefix + s)) - if filename in excluded: - excluded_result.append(filename) - else: - result.append(filename) - elif msvs_version and not msvs_version.UsesVcxproj(): - # For MSVS 2008 and earlier, we need to process all files before walking - # the sub folders. - if not folders.get(s[0]): - folders[s[0]] = [] - folders[s[0]].append(s[1:]) - else: - contents = _ConvertSourcesToFilterHierarchy( - [s[1:]], - prefix + [s[0]], - excluded=excluded, - list_excluded=list_excluded, - msvs_version=msvs_version, - ) - contents = MSVSProject.Filter(s[0], contents=contents) - result.append(contents) - # Add a folder for excluded files. - if excluded_result and list_excluded: - excluded_folder = MSVSProject.Filter( - "_excluded_files", contents=excluded_result - ) - result.append(excluded_folder) - - if msvs_version and msvs_version.UsesVcxproj(): - return result - - # Populate all the folders. - for f in folders: - contents = _ConvertSourcesToFilterHierarchy( - folders[f], - prefix=prefix + [f], - excluded=excluded, - list_excluded=list_excluded, - msvs_version=msvs_version, - ) - contents = MSVSProject.Filter(f, contents=contents) - result.append(contents) - return result - - -def _ToolAppend(tools, tool_name, setting, value, only_if_unset=False): - if not value: - return - _ToolSetOrAppend(tools, tool_name, setting, value, only_if_unset) - - -def _ToolSetOrAppend(tools, tool_name, setting, value, only_if_unset=False): - # TODO(bradnelson): ugly hack, fix this more generally!!! - if "Directories" in setting or "Dependencies" in setting: - if type(value) == str: - value = value.replace("/", "\\") - else: - value = [i.replace("/", "\\") for i in value] - if not tools.get(tool_name): - tools[tool_name] = dict() - tool = tools[tool_name] - if "CompileAsWinRT" == setting: - return - if tool.get(setting): - if only_if_unset: - return - if type(tool[setting]) == list and type(value) == list: - tool[setting] += value - else: - raise TypeError( - 'Appending "%s" to a non-list setting "%s" for tool "%s" is ' - "not allowed, previous value: %s" - % (value, setting, tool_name, str(tool[setting])) - ) - else: - tool[setting] = value - - -def _ConfigTargetVersion(config_data): - return config_data.get("msvs_target_version", "Windows7") - - -def _ConfigPlatform(config_data): - return config_data.get("msvs_configuration_platform", "Win32") - - -def _ConfigBaseName(config_name, platform_name): - if config_name.endswith("_" + platform_name): - return config_name[0 : -len(platform_name) - 1] - else: - return config_name - - -def _ConfigFullName(config_name, config_data): - platform_name = _ConfigPlatform(config_data) - return f"{_ConfigBaseName(config_name, platform_name)}|{platform_name}" - - -def _ConfigWindowsTargetPlatformVersion(config_data, version): - target_ver = config_data.get("msvs_windows_target_platform_version") - if target_ver and re.match(r"^\d+", target_ver): - return target_ver - config_ver = config_data.get("msvs_windows_sdk_version") - vers = [config_ver] if config_ver else version.compatible_sdks - for ver in vers: - for key in [ - r"HKLM\Software\Microsoft\Microsoft SDKs\Windows\%s", - r"HKLM\Software\Wow6432Node\Microsoft\Microsoft SDKs\Windows\%s", - ]: - sdk_dir = MSVSVersion._RegistryGetValue(key % ver, "InstallationFolder") - if not sdk_dir: - continue - version = MSVSVersion._RegistryGetValue(key % ver, "ProductVersion") or "" - # Find a matching entry in sdk_dir\include. - expected_sdk_dir = r"%s\include" % sdk_dir - names = sorted( - ( - x - for x in ( - os.listdir(expected_sdk_dir) - if os.path.isdir(expected_sdk_dir) - else [] - ) - if x.startswith(version) - ), - reverse=True, - ) - if names: - return names[0] - else: - print( - "Warning: No include files found for detected " - "Windows SDK version %s" % (version), - file=sys.stdout, - ) - - -def _BuildCommandLineForRuleRaw( - spec, cmd, cygwin_shell, has_input_path, quote_cmd, do_setup_env -): - - if [x for x in cmd if "$(InputDir)" in x]: - input_dir_preamble = ( - "set INPUTDIR=$(InputDir)\n" - "if NOT DEFINED INPUTDIR set INPUTDIR=.\\\n" - "set INPUTDIR=%INPUTDIR:~0,-1%\n" - ) - else: - input_dir_preamble = "" - - if cygwin_shell: - # Find path to cygwin. - cygwin_dir = _FixPath(spec.get("msvs_cygwin_dirs", ["."])[0]) - # Prepare command. - direct_cmd = cmd - direct_cmd = [ - i.replace("$(IntDir)", '`cygpath -m "${INTDIR}"`') for i in direct_cmd - ] - direct_cmd = [ - i.replace("$(OutDir)", '`cygpath -m "${OUTDIR}"`') for i in direct_cmd - ] - direct_cmd = [ - i.replace("$(InputDir)", '`cygpath -m "${INPUTDIR}"`') for i in direct_cmd - ] - if has_input_path: - direct_cmd = [ - i.replace("$(InputPath)", '`cygpath -m "${INPUTPATH}"`') - for i in direct_cmd - ] - direct_cmd = ['\\"%s\\"' % i.replace('"', '\\\\\\"') for i in direct_cmd] - # direct_cmd = gyp.common.EncodePOSIXShellList(direct_cmd) - direct_cmd = " ".join(direct_cmd) - # TODO(quote): regularize quoting path names throughout the module - cmd = "" - if do_setup_env: - cmd += 'call "$(ProjectDir)%(cygwin_dir)s\\setup_env.bat" && ' - cmd += "set CYGWIN=nontsec&& " - if direct_cmd.find("NUMBER_OF_PROCESSORS") >= 0: - cmd += "set /a NUMBER_OF_PROCESSORS_PLUS_1=%%NUMBER_OF_PROCESSORS%%+1&& " - if direct_cmd.find("INTDIR") >= 0: - cmd += "set INTDIR=$(IntDir)&& " - if direct_cmd.find("OUTDIR") >= 0: - cmd += "set OUTDIR=$(OutDir)&& " - if has_input_path and direct_cmd.find("INPUTPATH") >= 0: - cmd += "set INPUTPATH=$(InputPath) && " - cmd += 'bash -c "%(cmd)s"' - cmd = cmd % {"cygwin_dir": cygwin_dir, "cmd": direct_cmd} - return input_dir_preamble + cmd - else: - # Convert cat --> type to mimic unix. - if cmd[0] == "cat": - command = ["type"] - else: - command = [cmd[0].replace("/", "\\")] - # Add call before command to ensure that commands can be tied together one - # after the other without aborting in Incredibuild, since IB makes a bat - # file out of the raw command string, and some commands (like python) are - # actually batch files themselves. - command.insert(0, "call") - # Fix the paths - # TODO(quote): This is a really ugly heuristic, and will miss path fixing - # for arguments like "--arg=path", arg=path, or "/opt:path". - # If the argument starts with a slash or dash, or contains an equal sign, - # it's probably a command line switch. - # Return the path with forward slashes because the command using it might - # not support backslashes. - arguments = [ - i if (i[:1] in "/-" or "=" in i) else _FixPath(i, "/") - for i in cmd[1:] - ] - arguments = [i.replace("$(InputDir)", "%INPUTDIR%") for i in arguments] - arguments = [MSVSSettings.FixVCMacroSlashes(i) for i in arguments] - if quote_cmd: - # Support a mode for using cmd directly. - # Convert any paths to native form (first element is used directly). - # TODO(quote): regularize quoting path names throughout the module - arguments = ['"%s"' % i for i in arguments] - # Collapse into a single command. - return input_dir_preamble + " ".join(command + arguments) - - -def _BuildCommandLineForRule(spec, rule, has_input_path, do_setup_env): - # Currently this weird argument munging is used to duplicate the way a - # python script would need to be run as part of the chrome tree. - # Eventually we should add some sort of rule_default option to set this - # per project. For now the behavior chrome needs is the default. - mcs = rule.get("msvs_cygwin_shell") - if mcs is None: - mcs = int(spec.get("msvs_cygwin_shell", 1)) - elif isinstance(mcs, str): - mcs = int(mcs) - quote_cmd = int(rule.get("msvs_quote_cmd", 1)) - return _BuildCommandLineForRuleRaw( - spec, rule["action"], mcs, has_input_path, quote_cmd, do_setup_env=do_setup_env - ) - - -def _AddActionStep(actions_dict, inputs, outputs, description, command): - """Merge action into an existing list of actions. - - Care must be taken so that actions which have overlapping inputs either don't - get assigned to the same input, or get collapsed into one. - - Arguments: - actions_dict: dictionary keyed on input name, which maps to a list of - dicts describing the actions attached to that input file. - inputs: list of inputs - outputs: list of outputs - description: description of the action - command: command line to execute - """ - # Require there to be at least one input (call sites will ensure this). - assert inputs - - action = { - "inputs": inputs, - "outputs": outputs, - "description": description, - "command": command, - } - - # Pick where to stick this action. - # While less than optimal in terms of build time, attach them to the first - # input for now. - chosen_input = inputs[0] - - # Add it there. - if chosen_input not in actions_dict: - actions_dict[chosen_input] = [] - actions_dict[chosen_input].append(action) - - -def _AddCustomBuildToolForMSVS( - p, spec, primary_input, inputs, outputs, description, cmd -): - """Add a custom build tool to execute something. - - Arguments: - p: the target project - spec: the target project dict - primary_input: input file to attach the build tool to - inputs: list of inputs - outputs: list of outputs - description: description of the action - cmd: command line to execute - """ - inputs = _FixPaths(inputs) - outputs = _FixPaths(outputs) - tool = MSVSProject.Tool( - "VCCustomBuildTool", - { - "Description": description, - "AdditionalDependencies": ";".join(inputs), - "Outputs": ";".join(outputs), - "CommandLine": cmd, - }, - ) - # Add to the properties of primary input for each config. - for config_name, c_data in spec["configurations"].items(): - p.AddFileConfig( - _FixPath(primary_input), _ConfigFullName(config_name, c_data), tools=[tool] - ) - - -def _AddAccumulatedActionsToMSVS(p, spec, actions_dict): - """Add actions accumulated into an actions_dict, merging as needed. - - Arguments: - p: the target project - spec: the target project dict - actions_dict: dictionary keyed on input name, which maps to a list of - dicts describing the actions attached to that input file. - """ - for primary_input in actions_dict: - inputs = OrderedSet() - outputs = OrderedSet() - descriptions = [] - commands = [] - for action in actions_dict[primary_input]: - inputs.update(OrderedSet(action["inputs"])) - outputs.update(OrderedSet(action["outputs"])) - descriptions.append(action["description"]) - commands.append(action["command"]) - # Add the custom build step for one input file. - description = ", and also ".join(descriptions) - command = "\r\n".join(commands) - _AddCustomBuildToolForMSVS( - p, - spec, - primary_input=primary_input, - inputs=inputs, - outputs=outputs, - description=description, - cmd=command, - ) - - -def _RuleExpandPath(path, input_file): - """Given the input file to which a rule applied, string substitute a path. - - Arguments: - path: a path to string expand - input_file: the file to which the rule applied. - Returns: - The string substituted path. - """ - path = path.replace( - "$(InputName)", os.path.splitext(os.path.split(input_file)[1])[0] - ) - path = path.replace("$(InputDir)", os.path.dirname(input_file)) - path = path.replace( - "$(InputExt)", os.path.splitext(os.path.split(input_file)[1])[1] - ) - path = path.replace("$(InputFileName)", os.path.split(input_file)[1]) - path = path.replace("$(InputPath)", input_file) - return path - - -def _FindRuleTriggerFiles(rule, sources): - """Find the list of files which a particular rule applies to. - - Arguments: - rule: the rule in question - sources: the set of all known source files for this project - Returns: - The list of sources that trigger a particular rule. - """ - return rule.get("rule_sources", []) - - -def _RuleInputsAndOutputs(rule, trigger_file): - """Find the inputs and outputs generated by a rule. - - Arguments: - rule: the rule in question. - trigger_file: the main trigger for this rule. - Returns: - The pair of (inputs, outputs) involved in this rule. - """ - raw_inputs = _FixPaths(rule.get("inputs", [])) - raw_outputs = _FixPaths(rule.get("outputs", [])) - inputs = OrderedSet() - outputs = OrderedSet() - inputs.add(trigger_file) - for i in raw_inputs: - inputs.add(_RuleExpandPath(i, trigger_file)) - for o in raw_outputs: - outputs.add(_RuleExpandPath(o, trigger_file)) - return (inputs, outputs) - - -def _GenerateNativeRulesForMSVS(p, rules, output_dir, spec, options): - """Generate a native rules file. - - Arguments: - p: the target project - rules: the set of rules to include - output_dir: the directory in which the project/gyp resides - spec: the project dict - options: global generator options - """ - rules_filename = "{}{}.rules".format(spec["target_name"], options.suffix) - rules_file = MSVSToolFile.Writer( - os.path.join(output_dir, rules_filename), spec["target_name"] - ) - # Add each rule. - for r in rules: - rule_name = r["rule_name"] - rule_ext = r["extension"] - inputs = _FixPaths(r.get("inputs", [])) - outputs = _FixPaths(r.get("outputs", [])) - # Skip a rule with no action and no inputs. - if "action" not in r and not r.get("rule_sources", []): - continue - cmd = _BuildCommandLineForRule(spec, r, has_input_path=True, do_setup_env=True) - rules_file.AddCustomBuildRule( - name=rule_name, - description=r.get("message", rule_name), - extensions=[rule_ext], - additional_dependencies=inputs, - outputs=outputs, - cmd=cmd, - ) - # Write out rules file. - rules_file.WriteIfChanged() - - # Add rules file to project. - p.AddToolFile(rules_filename) - - -def _Cygwinify(path): - path = path.replace("$(OutDir)", "$(OutDirCygwin)") - path = path.replace("$(IntDir)", "$(IntDirCygwin)") - return path - - -def _GenerateExternalRules(rules, output_dir, spec, sources, options, actions_to_add): - """Generate an external makefile to do a set of rules. - - Arguments: - rules: the list of rules to include - output_dir: path containing project and gyp files - spec: project specification data - sources: set of sources known - options: global generator options - actions_to_add: The list of actions we will add to. - """ - filename = "{}_rules{}.mk".format(spec["target_name"], options.suffix) - mk_file = gyp.common.WriteOnDiff(os.path.join(output_dir, filename)) - # Find cygwin style versions of some paths. - mk_file.write('OutDirCygwin:=$(shell cygpath -u "$(OutDir)")\n') - mk_file.write('IntDirCygwin:=$(shell cygpath -u "$(IntDir)")\n') - # Gather stuff needed to emit all: target. - all_inputs = OrderedSet() - all_outputs = OrderedSet() - all_output_dirs = OrderedSet() - first_outputs = [] - for rule in rules: - trigger_files = _FindRuleTriggerFiles(rule, sources) - for tf in trigger_files: - inputs, outputs = _RuleInputsAndOutputs(rule, tf) - all_inputs.update(OrderedSet(inputs)) - all_outputs.update(OrderedSet(outputs)) - # Only use one target from each rule as the dependency for - # 'all' so we don't try to build each rule multiple times. - first_outputs.append(list(outputs)[0]) - # Get the unique output directories for this rule. - output_dirs = [os.path.split(i)[0] for i in outputs] - for od in output_dirs: - all_output_dirs.add(od) - first_outputs_cyg = [_Cygwinify(i) for i in first_outputs] - # Write out all: target, including mkdir for each output directory. - mk_file.write("all: %s\n" % " ".join(first_outputs_cyg)) - for od in all_output_dirs: - if od: - mk_file.write('\tmkdir -p `cygpath -u "%s"`\n' % od) - mk_file.write("\n") - # Define how each output is generated. - for rule in rules: - trigger_files = _FindRuleTriggerFiles(rule, sources) - for tf in trigger_files: - # Get all the inputs and outputs for this rule for this trigger file. - inputs, outputs = _RuleInputsAndOutputs(rule, tf) - inputs = [_Cygwinify(i) for i in inputs] - outputs = [_Cygwinify(i) for i in outputs] - # Prepare the command line for this rule. - cmd = [_RuleExpandPath(c, tf) for c in rule["action"]] - cmd = ['"%s"' % i for i in cmd] - cmd = " ".join(cmd) - # Add it to the makefile. - mk_file.write("{}: {}\n".format(" ".join(outputs), " ".join(inputs))) - mk_file.write("\t%s\n\n" % cmd) - # Close up the file. - mk_file.close() - - # Add makefile to list of sources. - sources.add(filename) - # Add a build action to call makefile. - cmd = [ - "make", - "OutDir=$(OutDir)", - "IntDir=$(IntDir)", - "-j", - "${NUMBER_OF_PROCESSORS_PLUS_1}", - "-f", - filename, - ] - cmd = _BuildCommandLineForRuleRaw(spec, cmd, True, False, True, True) - # Insert makefile as 0'th input, so it gets the action attached there, - # as this is easier to understand from in the IDE. - all_inputs = list(all_inputs) - all_inputs.insert(0, filename) - _AddActionStep( - actions_to_add, - inputs=_FixPaths(all_inputs), - outputs=_FixPaths(all_outputs), - description="Running external rules for %s" % spec["target_name"], - command=cmd, - ) - - -def _EscapeEnvironmentVariableExpansion(s): - """Escapes % characters. - - Escapes any % characters so that Windows-style environment variable - expansions will leave them alone. - See http://connect.microsoft.com/VisualStudio/feedback/details/106127/cl-d-name-text-containing-percentage-characters-doesnt-compile - to understand why we have to do this. - - Args: - s: The string to be escaped. - - Returns: - The escaped string. - """ # noqa: E731,E123,E501 - s = s.replace("%", "%%") - return s - - -quote_replacer_regex = re.compile(r'(\\*)"') - - -def _EscapeCommandLineArgumentForMSVS(s): - """Escapes a Windows command-line argument. - - So that the Win32 CommandLineToArgv function will turn the escaped result back - into the original string. - See http://msdn.microsoft.com/en-us/library/17w5ykft.aspx - ("Parsing C++ Command-Line Arguments") to understand why we have to do - this. - - Args: - s: the string to be escaped. - Returns: - the escaped string. - """ - - def _Replace(match): - # For a literal quote, CommandLineToArgv requires an odd number of - # backslashes preceding it, and it produces half as many literal backslashes - # (rounded down). So we need to produce 2n+1 backslashes. - return 2 * match.group(1) + '\\"' - - # Escape all quotes so that they are interpreted literally. - s = quote_replacer_regex.sub(_Replace, s) - # Now add unescaped quotes so that any whitespace is interpreted literally. - s = '"' + s + '"' - return s - - -delimiters_replacer_regex = re.compile(r"(\\*)([,;]+)") - - -def _EscapeVCProjCommandLineArgListItem(s): - """Escapes command line arguments for MSVS. - - The VCProj format stores string lists in a single string using commas and - semi-colons as separators, which must be quoted if they are to be - interpreted literally. However, command-line arguments may already have - quotes, and the VCProj parser is ignorant of the backslash escaping - convention used by CommandLineToArgv, so the command-line quotes and the - VCProj quotes may not be the same quotes. So to store a general - command-line argument in a VCProj list, we need to parse the existing - quoting according to VCProj's convention and quote any delimiters that are - not already quoted by that convention. The quotes that we add will also be - seen by CommandLineToArgv, so if backslashes precede them then we also have - to escape those backslashes according to the CommandLineToArgv - convention. - - Args: - s: the string to be escaped. - Returns: - the escaped string. - """ - - def _Replace(match): - # For a non-literal quote, CommandLineToArgv requires an even number of - # backslashes preceding it, and it produces half as many literal - # backslashes. So we need to produce 2n backslashes. - return 2 * match.group(1) + '"' + match.group(2) + '"' - - segments = s.split('"') - # The unquoted segments are at the even-numbered indices. - for i in range(0, len(segments), 2): - segments[i] = delimiters_replacer_regex.sub(_Replace, segments[i]) - # Concatenate back into a single string - s = '"'.join(segments) - if len(segments) % 2 == 0: - # String ends while still quoted according to VCProj's convention. This - # means the delimiter and the next list item that follow this one in the - # .vcproj file will be misinterpreted as part of this item. There is nothing - # we can do about this. Adding an extra quote would correct the problem in - # the VCProj but cause the same problem on the final command-line. Moving - # the item to the end of the list does works, but that's only possible if - # there's only one such item. Let's just warn the user. - print( - "Warning: MSVS may misinterpret the odd number of " + "quotes in " + s, - file=sys.stderr, - ) - return s - - -def _EscapeCppDefineForMSVS(s): - """Escapes a CPP define so that it will reach the compiler unaltered.""" - s = _EscapeEnvironmentVariableExpansion(s) - s = _EscapeCommandLineArgumentForMSVS(s) - s = _EscapeVCProjCommandLineArgListItem(s) - # cl.exe replaces literal # characters with = in preprocessor definitions for - # some reason. Octal-encode to work around that. - s = s.replace("#", "\\%03o" % ord("#")) - return s - - -quote_replacer_regex2 = re.compile(r'(\\+)"') - - -def _EscapeCommandLineArgumentForMSBuild(s): - """Escapes a Windows command-line argument for use by MSBuild.""" - - def _Replace(match): - return (len(match.group(1)) / 2 * 4) * "\\" + '\\"' - - # Escape all quotes so that they are interpreted literally. - s = quote_replacer_regex2.sub(_Replace, s) - return s - - -def _EscapeMSBuildSpecialCharacters(s): - escape_dictionary = { - "%": "%25", - "$": "%24", - "@": "%40", - "'": "%27", - ";": "%3B", - "?": "%3F", - "*": "%2A", - } - result = "".join([escape_dictionary.get(c, c) for c in s]) - return result - - -def _EscapeCppDefineForMSBuild(s): - """Escapes a CPP define so that it will reach the compiler unaltered.""" - s = _EscapeEnvironmentVariableExpansion(s) - s = _EscapeCommandLineArgumentForMSBuild(s) - s = _EscapeMSBuildSpecialCharacters(s) - # cl.exe replaces literal # characters with = in preprocessor definitions for - # some reason. Octal-encode to work around that. - s = s.replace("#", "\\%03o" % ord("#")) - return s - - -def _GenerateRulesForMSVS( - p, output_dir, options, spec, sources, excluded_sources, actions_to_add -): - """Generate all the rules for a particular project. - - Arguments: - p: the project - output_dir: directory to emit rules to - options: global options passed to the generator - spec: the specification for this project - sources: the set of all known source files in this project - excluded_sources: the set of sources excluded from normal processing - actions_to_add: deferred list of actions to add in - """ - rules = spec.get("rules", []) - rules_native = [r for r in rules if not int(r.get("msvs_external_rule", 0))] - rules_external = [r for r in rules if int(r.get("msvs_external_rule", 0))] - - # Handle rules that use a native rules file. - if rules_native: - _GenerateNativeRulesForMSVS(p, rules_native, output_dir, spec, options) - - # Handle external rules (non-native rules). - if rules_external: - _GenerateExternalRules( - rules_external, output_dir, spec, sources, options, actions_to_add - ) - _AdjustSourcesForRules(rules, sources, excluded_sources, False) - - -def _AdjustSourcesForRules(rules, sources, excluded_sources, is_msbuild): - # Add outputs generated by each rule (if applicable). - for rule in rules: - # Add in the outputs from this rule. - trigger_files = _FindRuleTriggerFiles(rule, sources) - for trigger_file in trigger_files: - # Remove trigger_file from excluded_sources to let the rule be triggered - # (e.g. rule trigger ax_enums.idl is added to excluded_sources - # because it's also in an action's inputs in the same project) - excluded_sources.discard(_FixPath(trigger_file)) - # Done if not processing outputs as sources. - if int(rule.get("process_outputs_as_sources", False)): - inputs, outputs = _RuleInputsAndOutputs(rule, trigger_file) - inputs = OrderedSet(_FixPaths(inputs)) - outputs = OrderedSet(_FixPaths(outputs)) - inputs.remove(_FixPath(trigger_file)) - sources.update(inputs) - if not is_msbuild: - excluded_sources.update(inputs) - sources.update(outputs) - - -def _FilterActionsFromExcluded(excluded_sources, actions_to_add): - """Take inputs with actions attached out of the list of exclusions. - - Arguments: - excluded_sources: list of source files not to be built. - actions_to_add: dict of actions keyed on source file they're attached to. - Returns: - excluded_sources with files that have actions attached removed. - """ - must_keep = OrderedSet(_FixPaths(actions_to_add.keys())) - return [s for s in excluded_sources if s not in must_keep] - - -def _GetDefaultConfiguration(spec): - return spec["configurations"][spec["default_configuration"]] - - -def _GetGuidOfProject(proj_path, spec): - """Get the guid for the project. - - Arguments: - proj_path: Path of the vcproj or vcxproj file to generate. - spec: The target dictionary containing the properties of the target. - Returns: - the guid. - Raises: - ValueError: if the specified GUID is invalid. - """ - # Pluck out the default configuration. - default_config = _GetDefaultConfiguration(spec) - # Decide the guid of the project. - guid = default_config.get("msvs_guid") - if guid: - if VALID_MSVS_GUID_CHARS.match(guid) is None: - raise ValueError( - 'Invalid MSVS guid: "%s". Must match regex: "%s".' - % (guid, VALID_MSVS_GUID_CHARS.pattern) - ) - guid = "{%s}" % guid - guid = guid or MSVSNew.MakeGuid(proj_path) - return guid - - -def _GetMsbuildToolsetOfProject(proj_path, spec, version): - """Get the platform toolset for the project. - - Arguments: - proj_path: Path of the vcproj or vcxproj file to generate. - spec: The target dictionary containing the properties of the target. - version: The MSVSVersion object. - Returns: - the platform toolset string or None. - """ - # Pluck out the default configuration. - default_config = _GetDefaultConfiguration(spec) - toolset = default_config.get("msbuild_toolset") - if not toolset and version.DefaultToolset(): - toolset = version.DefaultToolset() - if spec["type"] == "windows_driver": - toolset = "WindowsKernelModeDriver10.0" - return toolset - - -def _GenerateProject(project, options, version, generator_flags, spec): - """Generates a vcproj file. - - Arguments: - project: the MSVSProject object. - options: global generator options. - version: the MSVSVersion object. - generator_flags: dict of generator-specific flags. - Returns: - A list of source files that cannot be found on disk. - """ - default_config = _GetDefaultConfiguration(project.spec) - - # Skip emitting anything if told to with msvs_existing_vcproj option. - if default_config.get("msvs_existing_vcproj"): - return [] - - if version.UsesVcxproj(): - return _GenerateMSBuildProject(project, options, version, generator_flags, spec) - else: - return _GenerateMSVSProject(project, options, version, generator_flags) - - -def _GenerateMSVSProject(project, options, version, generator_flags): - """Generates a .vcproj file. It may create .rules and .user files too. - - Arguments: - project: The project object we will generate the file for. - options: Global options passed to the generator. - version: The VisualStudioVersion object. - generator_flags: dict of generator-specific flags. - """ - spec = project.spec - gyp.common.EnsureDirExists(project.path) - - platforms = _GetUniquePlatforms(spec) - p = MSVSProject.Writer( - project.path, version, spec["target_name"], project.guid, platforms - ) - - # Get directory project file is in. - project_dir = os.path.split(project.path)[0] - gyp_path = _NormalizedSource(project.build_file) - relative_path_of_gyp_file = gyp.common.RelativePath(gyp_path, project_dir) - - config_type = _GetMSVSConfigurationType(spec, project.build_file) - for config_name, config in spec["configurations"].items(): - _AddConfigurationToMSVSProject(p, spec, config_type, config_name, config) - - # Prepare list of sources and excluded sources. - gyp_file = os.path.split(project.build_file)[1] - sources, excluded_sources = _PrepareListOfSources(spec, generator_flags, gyp_file) - - # Add rules. - actions_to_add = {} - _GenerateRulesForMSVS( - p, project_dir, options, spec, sources, excluded_sources, actions_to_add - ) - list_excluded = generator_flags.get("msvs_list_excluded_files", True) - sources, excluded_sources, excluded_idl = _AdjustSourcesAndConvertToFilterHierarchy( - spec, options, project_dir, sources, excluded_sources, list_excluded, version - ) - - # Add in files. - missing_sources = _VerifySourcesExist(sources, project_dir) - p.AddFiles(sources) - - _AddToolFilesToMSVS(p, spec) - _HandlePreCompiledHeaders(p, sources, spec) - _AddActions(actions_to_add, spec, relative_path_of_gyp_file) - _AddCopies(actions_to_add, spec) - _WriteMSVSUserFile(project.path, version, spec) - - # NOTE: this stanza must appear after all actions have been decided. - # Don't excluded sources with actions attached, or they won't run. - excluded_sources = _FilterActionsFromExcluded(excluded_sources, actions_to_add) - _ExcludeFilesFromBeingBuilt(p, spec, excluded_sources, excluded_idl, list_excluded) - _AddAccumulatedActionsToMSVS(p, spec, actions_to_add) - - # Write it out. - p.WriteIfChanged() - - return missing_sources - - -def _GetUniquePlatforms(spec): - """Returns the list of unique platforms for this spec, e.g ['win32', ...]. - - Arguments: - spec: The target dictionary containing the properties of the target. - Returns: - The MSVSUserFile object created. - """ - # Gather list of unique platforms. - platforms = OrderedSet() - for configuration in spec["configurations"]: - platforms.add(_ConfigPlatform(spec["configurations"][configuration])) - platforms = list(platforms) - return platforms - - -def _CreateMSVSUserFile(proj_path, version, spec): - """Generates a .user file for the user running this Gyp program. - - Arguments: - proj_path: The path of the project file being created. The .user file - shares the same path (with an appropriate suffix). - version: The VisualStudioVersion object. - spec: The target dictionary containing the properties of the target. - Returns: - The MSVSUserFile object created. - """ - (domain, username) = _GetDomainAndUserName() - vcuser_filename = ".".join([proj_path, domain, username, "user"]) - user_file = MSVSUserFile.Writer(vcuser_filename, version, spec["target_name"]) - return user_file - - -def _GetMSVSConfigurationType(spec, build_file): - """Returns the configuration type for this project. - - It's a number defined by Microsoft. May raise an exception. - - Args: - spec: The target dictionary containing the properties of the target. - build_file: The path of the gyp file. - Returns: - An integer, the configuration type. - """ - try: - config_type = { - "executable": "1", # .exe - "shared_library": "2", # .dll - "loadable_module": "2", # .dll - "static_library": "4", # .lib - "windows_driver": "5", # .sys - "none": "10", # Utility type - }[spec["type"]] - except KeyError: - if spec.get("type"): - raise GypError( - "Target type %s is not a valid target type for " - "target %s in %s." % (spec["type"], spec["target_name"], build_file) - ) - else: - raise GypError( - "Missing type field for target %s in %s." - % (spec["target_name"], build_file) - ) - return config_type - - -def _AddConfigurationToMSVSProject(p, spec, config_type, config_name, config): - """Adds a configuration to the MSVS project. - - Many settings in a vcproj file are specific to a configuration. This - function the main part of the vcproj file that's configuration specific. - - Arguments: - p: The target project being generated. - spec: The target dictionary containing the properties of the target. - config_type: The configuration type, a number as defined by Microsoft. - config_name: The name of the configuration. - config: The dictionary that defines the special processing to be done - for this configuration. - """ - # Get the information for this configuration - include_dirs, midl_include_dirs, resource_include_dirs = _GetIncludeDirs(config) - libraries = _GetLibraries(spec) - library_dirs = _GetLibraryDirs(config) - out_file, vc_tool, _ = _GetOutputFilePathAndTool(spec, msbuild=False) - defines = _GetDefines(config) - defines = [_EscapeCppDefineForMSVS(d) for d in defines] - disabled_warnings = _GetDisabledWarnings(config) - prebuild = config.get("msvs_prebuild") - postbuild = config.get("msvs_postbuild") - def_file = _GetModuleDefinition(spec) - precompiled_header = config.get("msvs_precompiled_header") - - # Prepare the list of tools as a dictionary. - tools = dict() - # Add in user specified msvs_settings. - msvs_settings = config.get("msvs_settings", {}) - MSVSSettings.ValidateMSVSSettings(msvs_settings) - - # Prevent default library inheritance from the environment. - _ToolAppend(tools, "VCLinkerTool", "AdditionalDependencies", ["$(NOINHERIT)"]) - - for tool in msvs_settings: - settings = config["msvs_settings"][tool] - for setting in settings: - _ToolAppend(tools, tool, setting, settings[setting]) - # Add the information to the appropriate tool - _ToolAppend(tools, "VCCLCompilerTool", "AdditionalIncludeDirectories", include_dirs) - _ToolAppend(tools, "VCMIDLTool", "AdditionalIncludeDirectories", midl_include_dirs) - _ToolAppend( - tools, - "VCResourceCompilerTool", - "AdditionalIncludeDirectories", - resource_include_dirs, - ) - # Add in libraries. - _ToolAppend(tools, "VCLinkerTool", "AdditionalDependencies", libraries) - _ToolAppend(tools, "VCLinkerTool", "AdditionalLibraryDirectories", library_dirs) - if out_file: - _ToolAppend(tools, vc_tool, "OutputFile", out_file, only_if_unset=True) - # Add defines. - _ToolAppend(tools, "VCCLCompilerTool", "PreprocessorDefinitions", defines) - _ToolAppend(tools, "VCResourceCompilerTool", "PreprocessorDefinitions", defines) - # Change program database directory to prevent collisions. - _ToolAppend( - tools, - "VCCLCompilerTool", - "ProgramDataBaseFileName", - "$(IntDir)$(ProjectName)\\vc80.pdb", - only_if_unset=True, - ) - # Add disabled warnings. - _ToolAppend(tools, "VCCLCompilerTool", "DisableSpecificWarnings", disabled_warnings) - # Add Pre-build. - _ToolAppend(tools, "VCPreBuildEventTool", "CommandLine", prebuild) - # Add Post-build. - _ToolAppend(tools, "VCPostBuildEventTool", "CommandLine", postbuild) - # Turn on precompiled headers if appropriate. - if precompiled_header: - precompiled_header = os.path.split(precompiled_header)[1] - _ToolAppend(tools, "VCCLCompilerTool", "UsePrecompiledHeader", "2") - _ToolAppend( - tools, "VCCLCompilerTool", "PrecompiledHeaderThrough", precompiled_header - ) - _ToolAppend(tools, "VCCLCompilerTool", "ForcedIncludeFiles", precompiled_header) - # Loadable modules don't generate import libraries; - # tell dependent projects to not expect one. - if spec["type"] == "loadable_module": - _ToolAppend(tools, "VCLinkerTool", "IgnoreImportLibrary", "true") - # Set the module definition file if any. - if def_file: - _ToolAppend(tools, "VCLinkerTool", "ModuleDefinitionFile", def_file) - - _AddConfigurationToMSVS(p, spec, tools, config, config_type, config_name) - - -def _GetIncludeDirs(config): - """Returns the list of directories to be used for #include directives. - - Arguments: - config: The dictionary that defines the special processing to be done - for this configuration. - Returns: - The list of directory paths. - """ - # TODO(bradnelson): include_dirs should really be flexible enough not to - # require this sort of thing. - include_dirs = config.get("include_dirs", []) + config.get( - "msvs_system_include_dirs", [] - ) - midl_include_dirs = config.get("midl_include_dirs", []) + config.get( - "msvs_system_include_dirs", [] - ) - resource_include_dirs = config.get("resource_include_dirs", include_dirs) - include_dirs = _FixPaths(include_dirs) - midl_include_dirs = _FixPaths(midl_include_dirs) - resource_include_dirs = _FixPaths(resource_include_dirs) - return include_dirs, midl_include_dirs, resource_include_dirs - - -def _GetLibraryDirs(config): - """Returns the list of directories to be used for library search paths. - - Arguments: - config: The dictionary that defines the special processing to be done - for this configuration. - Returns: - The list of directory paths. - """ - - library_dirs = config.get("library_dirs", []) - library_dirs = _FixPaths(library_dirs) - return library_dirs - - -def _GetLibraries(spec): - """Returns the list of libraries for this configuration. - - Arguments: - spec: The target dictionary containing the properties of the target. - Returns: - The list of directory paths. - """ - libraries = spec.get("libraries", []) - # Strip out -l, as it is not used on windows (but is needed so we can pass - # in libraries that are assumed to be in the default library path). - # Also remove duplicate entries, leaving only the last duplicate, while - # preserving order. - found = OrderedSet() - unique_libraries_list = [] - for entry in reversed(libraries): - library = re.sub(r"^\-l", "", entry) - if not os.path.splitext(library)[1]: - library += ".lib" - if library not in found: - found.add(library) - unique_libraries_list.append(library) - unique_libraries_list.reverse() - return unique_libraries_list - - -def _GetOutputFilePathAndTool(spec, msbuild): - """Returns the path and tool to use for this target. - - Figures out the path of the file this spec will create and the name of - the VC tool that will create it. - - Arguments: - spec: The target dictionary containing the properties of the target. - Returns: - A triple of (file path, name of the vc tool, name of the msbuild tool) - """ - # Select a name for the output file. - out_file = "" - vc_tool = "" - msbuild_tool = "" - output_file_map = { - "executable": ("VCLinkerTool", "Link", "$(OutDir)", ".exe"), - "shared_library": ("VCLinkerTool", "Link", "$(OutDir)", ".dll"), - "loadable_module": ("VCLinkerTool", "Link", "$(OutDir)", ".dll"), - "windows_driver": ("VCLinkerTool", "Link", "$(OutDir)", ".sys"), - "static_library": ("VCLibrarianTool", "Lib", "$(OutDir)lib\\", ".lib"), - } - output_file_props = output_file_map.get(spec["type"]) - if output_file_props and int(spec.get("msvs_auto_output_file", 1)): - vc_tool, msbuild_tool, out_dir, suffix = output_file_props - if spec.get("standalone_static_library", 0): - out_dir = "$(OutDir)" - out_dir = spec.get("product_dir", out_dir) - product_extension = spec.get("product_extension") - if product_extension: - suffix = "." + product_extension - elif msbuild: - suffix = "$(TargetExt)" - prefix = spec.get("product_prefix", "") - product_name = spec.get("product_name", "$(ProjectName)") - out_file = ntpath.join(out_dir, prefix + product_name + suffix) - return out_file, vc_tool, msbuild_tool - - -def _GetOutputTargetExt(spec): - """Returns the extension for this target, including the dot - - If product_extension is specified, set target_extension to this to avoid - MSB8012, returns None otherwise. Ignores any target_extension settings in - the input files. - - Arguments: - spec: The target dictionary containing the properties of the target. - Returns: - A string with the extension, or None - """ - target_extension = spec.get("product_extension") - if target_extension: - return "." + target_extension - return None - - -def _GetDefines(config): - """Returns the list of preprocessor definitions for this configuration. - - Arguments: - config: The dictionary that defines the special processing to be done - for this configuration. - Returns: - The list of preprocessor definitions. - """ - defines = [] - for d in config.get("defines", []): - if type(d) == list: - fd = "=".join([str(dpart) for dpart in d]) - else: - fd = str(d) - defines.append(fd) - return defines - - -def _GetDisabledWarnings(config): - return [str(i) for i in config.get("msvs_disabled_warnings", [])] - - -def _GetModuleDefinition(spec): - def_file = "" - if spec["type"] in [ - "shared_library", - "loadable_module", - "executable", - "windows_driver", - ]: - def_files = [s for s in spec.get("sources", []) if s.endswith(".def")] - if len(def_files) == 1: - def_file = _FixPath(def_files[0]) - elif def_files: - raise ValueError( - "Multiple module definition files in one target, target %s lists " - "multiple .def files: %s" % (spec["target_name"], " ".join(def_files)) - ) - return def_file - - -def _ConvertToolsToExpectedForm(tools): - """Convert tools to a form expected by Visual Studio. - - Arguments: - tools: A dictionary of settings; the tool name is the key. - Returns: - A list of Tool objects. - """ - tool_list = [] - for tool, settings in tools.items(): - # Collapse settings with lists. - settings_fixed = {} - for setting, value in settings.items(): - if type(value) == list: - if ( - tool == "VCLinkerTool" and setting == "AdditionalDependencies" - ) or setting == "AdditionalOptions": - settings_fixed[setting] = " ".join(value) - else: - settings_fixed[setting] = ";".join(value) - else: - settings_fixed[setting] = value - # Add in this tool. - tool_list.append(MSVSProject.Tool(tool, settings_fixed)) - return tool_list - - -def _AddConfigurationToMSVS(p, spec, tools, config, config_type, config_name): - """Add to the project file the configuration specified by config. - - Arguments: - p: The target project being generated. - spec: the target project dict. - tools: A dictionary of settings; the tool name is the key. - config: The dictionary that defines the special processing to be done - for this configuration. - config_type: The configuration type, a number as defined by Microsoft. - config_name: The name of the configuration. - """ - attributes = _GetMSVSAttributes(spec, config, config_type) - # Add in this configuration. - tool_list = _ConvertToolsToExpectedForm(tools) - p.AddConfig(_ConfigFullName(config_name, config), attrs=attributes, tools=tool_list) - - -def _GetMSVSAttributes(spec, config, config_type): - # Prepare configuration attributes. - prepared_attrs = {} - source_attrs = config.get("msvs_configuration_attributes", {}) - for a in source_attrs: - prepared_attrs[a] = source_attrs[a] - # Add props files. - vsprops_dirs = config.get("msvs_props", []) - vsprops_dirs = _FixPaths(vsprops_dirs) - if vsprops_dirs: - prepared_attrs["InheritedPropertySheets"] = ";".join(vsprops_dirs) - # Set configuration type. - prepared_attrs["ConfigurationType"] = config_type - output_dir = prepared_attrs.get( - "OutputDirectory", "$(SolutionDir)$(ConfigurationName)" - ) - prepared_attrs["OutputDirectory"] = _FixPath(output_dir) + "\\" - if "IntermediateDirectory" not in prepared_attrs: - intermediate = "$(ConfigurationName)\\obj\\$(ProjectName)" - prepared_attrs["IntermediateDirectory"] = _FixPath(intermediate) + "\\" - else: - intermediate = _FixPath(prepared_attrs["IntermediateDirectory"]) + "\\" - intermediate = MSVSSettings.FixVCMacroSlashes(intermediate) - prepared_attrs["IntermediateDirectory"] = intermediate - return prepared_attrs - - -def _AddNormalizedSources(sources_set, sources_array): - sources_set.update(_NormalizedSource(s) for s in sources_array) - - -def _PrepareListOfSources(spec, generator_flags, gyp_file): - """Prepare list of sources and excluded sources. - - Besides the sources specified directly in the spec, adds the gyp file so - that a change to it will cause a re-compile. Also adds appropriate sources - for actions and copies. Assumes later stage will un-exclude files which - have custom build steps attached. - - Arguments: - spec: The target dictionary containing the properties of the target. - gyp_file: The name of the gyp file. - Returns: - A pair of (list of sources, list of excluded sources). - The sources will be relative to the gyp file. - """ - sources = OrderedSet() - _AddNormalizedSources(sources, spec.get("sources", [])) - excluded_sources = OrderedSet() - # Add in the gyp file. - if not generator_flags.get("standalone"): - sources.add(gyp_file) - - # Add in 'action' inputs and outputs. - for a in spec.get("actions", []): - inputs = a["inputs"] - inputs = [_NormalizedSource(i) for i in inputs] - # Add all inputs to sources and excluded sources. - inputs = OrderedSet(inputs) - sources.update(inputs) - if not spec.get("msvs_external_builder"): - excluded_sources.update(inputs) - if int(a.get("process_outputs_as_sources", False)): - _AddNormalizedSources(sources, a.get("outputs", [])) - # Add in 'copies' inputs and outputs. - for cpy in spec.get("copies", []): - _AddNormalizedSources(sources, cpy.get("files", [])) - return (sources, excluded_sources) - - -def _AdjustSourcesAndConvertToFilterHierarchy( - spec, options, gyp_dir, sources, excluded_sources, list_excluded, version -): - """Adjusts the list of sources and excluded sources. - - Also converts the sets to lists. - - Arguments: - spec: The target dictionary containing the properties of the target. - options: Global generator options. - gyp_dir: The path to the gyp file being processed. - sources: A set of sources to be included for this project. - excluded_sources: A set of sources to be excluded for this project. - version: A MSVSVersion object. - Returns: - A trio of (list of sources, list of excluded sources, - path of excluded IDL file) - """ - # Exclude excluded sources coming into the generator. - excluded_sources.update(OrderedSet(spec.get("sources_excluded", []))) - # Add excluded sources into sources for good measure. - sources.update(excluded_sources) - # Convert to proper windows form. - # NOTE: sources goes from being a set to a list here. - # NOTE: excluded_sources goes from being a set to a list here. - sources = _FixPaths(sources) - # Convert to proper windows form. - excluded_sources = _FixPaths(excluded_sources) - - excluded_idl = _IdlFilesHandledNonNatively(spec, sources) - - precompiled_related = _GetPrecompileRelatedFiles(spec) - # Find the excluded ones, minus the precompiled header related ones. - fully_excluded = [i for i in excluded_sources if i not in precompiled_related] - - # Convert to folders and the right slashes. - sources = [i.split("\\") for i in sources] - sources = _ConvertSourcesToFilterHierarchy( - sources, - excluded=fully_excluded, - list_excluded=list_excluded, - msvs_version=version, - ) - - # Prune filters with a single child to flatten ugly directory structures - # such as ../../src/modules/module1 etc. - if version.UsesVcxproj(): - while ( - all([isinstance(s, MSVSProject.Filter) for s in sources]) - and len({s.name for s in sources}) == 1 - ): - assert all([len(s.contents) == 1 for s in sources]) - sources = [s.contents[0] for s in sources] - else: - while len(sources) == 1 and isinstance(sources[0], MSVSProject.Filter): - sources = sources[0].contents - - return sources, excluded_sources, excluded_idl - - -def _IdlFilesHandledNonNatively(spec, sources): - # If any non-native rules use 'idl' as an extension exclude idl files. - # Gather a list here to use later. - using_idl = False - for rule in spec.get("rules", []): - if rule["extension"] == "idl" and int(rule.get("msvs_external_rule", 0)): - using_idl = True - break - if using_idl: - excluded_idl = [i for i in sources if i.endswith(".idl")] - else: - excluded_idl = [] - return excluded_idl - - -def _GetPrecompileRelatedFiles(spec): - # Gather a list of precompiled header related sources. - precompiled_related = [] - for _, config in spec["configurations"].items(): - for k in precomp_keys: - f = config.get(k) - if f: - precompiled_related.append(_FixPath(f)) - return precompiled_related - - -def _ExcludeFilesFromBeingBuilt(p, spec, excluded_sources, excluded_idl, list_excluded): - exclusions = _GetExcludedFilesFromBuild(spec, excluded_sources, excluded_idl) - for file_name, excluded_configs in exclusions.items(): - if not list_excluded and len(excluded_configs) == len(spec["configurations"]): - # If we're not listing excluded files, then they won't appear in the - # project, so don't try to configure them to be excluded. - pass - else: - for config_name, config in excluded_configs: - p.AddFileConfig( - file_name, - _ConfigFullName(config_name, config), - {"ExcludedFromBuild": "true"}, - ) - - -def _GetExcludedFilesFromBuild(spec, excluded_sources, excluded_idl): - exclusions = {} - # Exclude excluded sources from being built. - for f in excluded_sources: - excluded_configs = [] - for config_name, config in spec["configurations"].items(): - precomped = [_FixPath(config.get(i, "")) for i in precomp_keys] - # Don't do this for ones that are precompiled header related. - if f not in precomped: - excluded_configs.append((config_name, config)) - exclusions[f] = excluded_configs - # If any non-native rules use 'idl' as an extension exclude idl files. - # Exclude them now. - for f in excluded_idl: - excluded_configs = [] - for config_name, config in spec["configurations"].items(): - excluded_configs.append((config_name, config)) - exclusions[f] = excluded_configs - return exclusions - - -def _AddToolFilesToMSVS(p, spec): - # Add in tool files (rules). - tool_files = OrderedSet() - for _, config in spec["configurations"].items(): - for f in config.get("msvs_tool_files", []): - tool_files.add(f) - for f in tool_files: - p.AddToolFile(f) - - -def _HandlePreCompiledHeaders(p, sources, spec): - # Pre-compiled header source stubs need a different compiler flag - # (generate precompiled header) and any source file not of the same - # kind (i.e. C vs. C++) as the precompiled header source stub needs - # to have use of precompiled headers disabled. - extensions_excluded_from_precompile = [] - for config_name, config in spec["configurations"].items(): - source = config.get("msvs_precompiled_source") - if source: - source = _FixPath(source) - # UsePrecompiledHeader=1 for if using precompiled headers. - tool = MSVSProject.Tool("VCCLCompilerTool", {"UsePrecompiledHeader": "1"}) - p.AddFileConfig( - source, _ConfigFullName(config_name, config), {}, tools=[tool] - ) - basename, extension = os.path.splitext(source) - if extension == ".c": - extensions_excluded_from_precompile = [".cc", ".cpp", ".cxx"] - else: - extensions_excluded_from_precompile = [".c"] - - def DisableForSourceTree(source_tree): - for source in source_tree: - if isinstance(source, MSVSProject.Filter): - DisableForSourceTree(source.contents) - else: - basename, extension = os.path.splitext(source) - if extension in extensions_excluded_from_precompile: - for config_name, config in spec["configurations"].items(): - tool = MSVSProject.Tool( - "VCCLCompilerTool", - { - "UsePrecompiledHeader": "0", - "ForcedIncludeFiles": "$(NOINHERIT)", - }, - ) - p.AddFileConfig( - _FixPath(source), - _ConfigFullName(config_name, config), - {}, - tools=[tool], - ) - - # Do nothing if there was no precompiled source. - if extensions_excluded_from_precompile: - DisableForSourceTree(sources) - - -def _AddActions(actions_to_add, spec, relative_path_of_gyp_file): - # Add actions. - actions = spec.get("actions", []) - # Don't setup_env every time. When all the actions are run together in one - # batch file in VS, the PATH will grow too long. - # Membership in this set means that the cygwin environment has been set up, - # and does not need to be set up again. - have_setup_env = set() - for a in actions: - # Attach actions to the gyp file if nothing else is there. - inputs = a.get("inputs") or [relative_path_of_gyp_file] - attached_to = inputs[0] - need_setup_env = attached_to not in have_setup_env - cmd = _BuildCommandLineForRule( - spec, a, has_input_path=False, do_setup_env=need_setup_env - ) - have_setup_env.add(attached_to) - # Add the action. - _AddActionStep( - actions_to_add, - inputs=inputs, - outputs=a.get("outputs", []), - description=a.get("message", a["action_name"]), - command=cmd, - ) - - -def _WriteMSVSUserFile(project_path, version, spec): - # Add run_as and test targets. - if "run_as" in spec: - run_as = spec["run_as"] - action = run_as.get("action", []) - environment = run_as.get("environment", []) - working_directory = run_as.get("working_directory", ".") - elif int(spec.get("test", 0)): - action = ["$(TargetPath)", "--gtest_print_time"] - environment = [] - working_directory = "." - else: - return # Nothing to add - # Write out the user file. - user_file = _CreateMSVSUserFile(project_path, version, spec) - for config_name, c_data in spec["configurations"].items(): - user_file.AddDebugSettings( - _ConfigFullName(config_name, c_data), action, environment, working_directory - ) - user_file.WriteIfChanged() - - -def _AddCopies(actions_to_add, spec): - copies = _GetCopies(spec) - for inputs, outputs, cmd, description in copies: - _AddActionStep( - actions_to_add, - inputs=inputs, - outputs=outputs, - description=description, - command=cmd, - ) - - -def _GetCopies(spec): - copies = [] - # Add copies. - for cpy in spec.get("copies", []): - for src in cpy.get("files", []): - dst = os.path.join(cpy["destination"], os.path.basename(src)) - # _AddCustomBuildToolForMSVS() will call _FixPath() on the inputs and - # outputs, so do the same for our generated command line. - if src.endswith("/"): - src_bare = src[:-1] - base_dir = posixpath.split(src_bare)[0] - outer_dir = posixpath.split(src_bare)[1] - fixed_dst = _FixPath(dst) - full_dst = f'"{fixed_dst}\\{outer_dir}\\"' - cmd = 'mkdir {} 2>nul & cd "{}" && xcopy /e /f /y "{}" {}'.format( - full_dst, - _FixPath(base_dir), - outer_dir, - full_dst, - ) - copies.append( - ( - [src], - ["dummy_copies", dst], - cmd, - f"Copying {src} to {fixed_dst}", - ) - ) - else: - fix_dst = _FixPath(cpy["destination"]) - cmd = 'mkdir "{}" 2>nul & set ERRORLEVEL=0 & copy /Y "{}" "{}"'.format( - fix_dst, - _FixPath(src), - _FixPath(dst), - ) - copies.append(([src], [dst], cmd, f"Copying {src} to {fix_dst}")) - return copies - - -def _GetPathDict(root, path): - # |path| will eventually be empty (in the recursive calls) if it was initially - # relative; otherwise it will eventually end up as '\', 'D:\', etc. - if not path or path.endswith(os.sep): - return root - parent, folder = os.path.split(path) - parent_dict = _GetPathDict(root, parent) - if folder not in parent_dict: - parent_dict[folder] = dict() - return parent_dict[folder] - - -def _DictsToFolders(base_path, bucket, flat): - # Convert to folders recursively. - children = [] - for folder, contents in bucket.items(): - if type(contents) == dict: - folder_children = _DictsToFolders( - os.path.join(base_path, folder), contents, flat - ) - if flat: - children += folder_children - else: - folder_children = MSVSNew.MSVSFolder( - os.path.join(base_path, folder), - name="(" + folder + ")", - entries=folder_children, - ) - children.append(folder_children) - else: - children.append(contents) - return children - - -def _CollapseSingles(parent, node): - # Recursively explorer the tree of dicts looking for projects which are - # the sole item in a folder which has the same name as the project. Bring - # such projects up one level. - if type(node) == dict and len(node) == 1 and next(iter(node)) == parent + ".vcproj": - return node[next(iter(node))] - if type(node) != dict: - return node - for child in node: - node[child] = _CollapseSingles(child, node[child]) - return node - - -def _GatherSolutionFolders(sln_projects, project_objects, flat): - root = {} - # Convert into a tree of dicts on path. - for p in sln_projects: - gyp_file, target = gyp.common.ParseQualifiedTarget(p)[0:2] - if p.endswith("#host"): - target += "_host" - gyp_dir = os.path.dirname(gyp_file) - path_dict = _GetPathDict(root, gyp_dir) - path_dict[target + ".vcproj"] = project_objects[p] - # Walk down from the top until we hit a folder that has more than one entry. - # In practice, this strips the top-level "src/" dir from the hierarchy in - # the solution. - while len(root) == 1 and type(root[next(iter(root))]) == dict: - root = root[next(iter(root))] - # Collapse singles. - root = _CollapseSingles("", root) - # Merge buckets until everything is a root entry. - return _DictsToFolders("", root, flat) - - -def _GetPathOfProject(qualified_target, spec, options, msvs_version): - default_config = _GetDefaultConfiguration(spec) - proj_filename = default_config.get("msvs_existing_vcproj") - if not proj_filename: - proj_filename = spec["target_name"] - if spec["toolset"] == "host": - proj_filename += "_host" - proj_filename = proj_filename + options.suffix + msvs_version.ProjectExtension() - - build_file = gyp.common.BuildFile(qualified_target) - proj_path = os.path.join(os.path.dirname(build_file), proj_filename) - fix_prefix = None - if options.generator_output: - project_dir_path = os.path.dirname(os.path.abspath(proj_path)) - proj_path = os.path.join(options.generator_output, proj_path) - fix_prefix = gyp.common.RelativePath( - project_dir_path, os.path.dirname(proj_path) - ) - return proj_path, fix_prefix - - -def _GetPlatformOverridesOfProject(spec): - # Prepare a dict indicating which project configurations are used for which - # solution configurations for this target. - config_platform_overrides = {} - for config_name, c in spec["configurations"].items(): - config_fullname = _ConfigFullName(config_name, c) - platform = c.get("msvs_target_platform", _ConfigPlatform(c)) - fixed_config_fullname = "{}|{}".format( - _ConfigBaseName(config_name, _ConfigPlatform(c)), - platform, - ) - if spec["toolset"] == "host" and generator_supports_multiple_toolsets: - fixed_config_fullname = f"{config_name}|x64" - config_platform_overrides[config_fullname] = fixed_config_fullname - return config_platform_overrides - - -def _CreateProjectObjects(target_list, target_dicts, options, msvs_version): - """Create a MSVSProject object for the targets found in target list. - - Arguments: - target_list: the list of targets to generate project objects for. - target_dicts: the dictionary of specifications. - options: global generator options. - msvs_version: the MSVSVersion object. - Returns: - A set of created projects, keyed by target. - """ - global fixpath_prefix - # Generate each project. - projects = {} - for qualified_target in target_list: - spec = target_dicts[qualified_target] - proj_path, fixpath_prefix = _GetPathOfProject( - qualified_target, spec, options, msvs_version - ) - guid = _GetGuidOfProject(proj_path, spec) - overrides = _GetPlatformOverridesOfProject(spec) - build_file = gyp.common.BuildFile(qualified_target) - # Create object for this project. - target_name = spec["target_name"] - if spec["toolset"] == "host": - target_name += "_host" - obj = MSVSNew.MSVSProject( - proj_path, - name=target_name, - guid=guid, - spec=spec, - build_file=build_file, - config_platform_overrides=overrides, - fixpath_prefix=fixpath_prefix, - ) - # Set project toolset if any (MS build only) - if msvs_version.UsesVcxproj(): - obj.set_msbuild_toolset( - _GetMsbuildToolsetOfProject(proj_path, spec, msvs_version) - ) - projects[qualified_target] = obj - # Set all the dependencies, but not if we are using an external builder like - # ninja - for project in projects.values(): - if not project.spec.get("msvs_external_builder"): - deps = project.spec.get("dependencies", []) - deps = [projects[d] for d in deps] - project.set_dependencies(deps) - return projects - - -def _InitNinjaFlavor(params, target_list, target_dicts): - """Initialize targets for the ninja flavor. - - This sets up the necessary variables in the targets to generate msvs projects - that use ninja as an external builder. The variables in the spec are only set - if they have not been set. This allows individual specs to override the - default values initialized here. - Arguments: - params: Params provided to the generator. - target_list: List of target pairs: 'base/base.gyp:base'. - target_dicts: Dict of target properties keyed on target pair. - """ - for qualified_target in target_list: - spec = target_dicts[qualified_target] - if spec.get("msvs_external_builder"): - # The spec explicitly defined an external builder, so don't change it. - continue - - path_to_ninja = spec.get("msvs_path_to_ninja", "ninja.exe") - - spec["msvs_external_builder"] = "ninja" - if not spec.get("msvs_external_builder_out_dir"): - gyp_file, _, _ = gyp.common.ParseQualifiedTarget(qualified_target) - gyp_dir = os.path.dirname(gyp_file) - configuration = "$(Configuration)" - if params.get("target_arch") == "x64": - configuration += "_x64" - if params.get("target_arch") == "arm64": - configuration += "_arm64" - spec["msvs_external_builder_out_dir"] = os.path.join( - gyp.common.RelativePath(params["options"].toplevel_dir, gyp_dir), - ninja_generator.ComputeOutputDir(params), - configuration, - ) - if not spec.get("msvs_external_builder_build_cmd"): - spec["msvs_external_builder_build_cmd"] = [ - path_to_ninja, - "-C", - "$(OutDir)", - "$(ProjectName)", - ] - if not spec.get("msvs_external_builder_clean_cmd"): - spec["msvs_external_builder_clean_cmd"] = [ - path_to_ninja, - "-C", - "$(OutDir)", - "-tclean", - "$(ProjectName)", - ] - - -def CalculateVariables(default_variables, params): - """Generated variables that require params to be known.""" - - generator_flags = params.get("generator_flags", {}) - - # Select project file format version (if unset, default to auto detecting). - msvs_version = MSVSVersion.SelectVisualStudioVersion( - generator_flags.get("msvs_version", "auto") - ) - # Stash msvs_version for later (so we don't have to probe the system twice). - params["msvs_version"] = msvs_version - - # Set a variable so conditions can be based on msvs_version. - default_variables["MSVS_VERSION"] = msvs_version.ShortName() - - # To determine processor word size on Windows, in addition to checking - # PROCESSOR_ARCHITECTURE (which reflects the word size of the current - # process), it is also necessary to check PROCESSOR_ARCITEW6432 (which - # contains the actual word size of the system when running thru WOW64). - if ( - os.environ.get("PROCESSOR_ARCHITECTURE", "").find("64") >= 0 - or os.environ.get("PROCESSOR_ARCHITEW6432", "").find("64") >= 0 - ): - default_variables["MSVS_OS_BITS"] = 64 - else: - default_variables["MSVS_OS_BITS"] = 32 - - if gyp.common.GetFlavor(params) == "ninja": - default_variables["SHARED_INTERMEDIATE_DIR"] = "$(OutDir)gen" - - -def PerformBuild(data, configurations, params): - options = params["options"] - msvs_version = params["msvs_version"] - devenv = os.path.join(msvs_version.path, "Common7", "IDE", "devenv.com") - - for build_file, build_file_dict in data.items(): - (build_file_root, build_file_ext) = os.path.splitext(build_file) - if build_file_ext != ".gyp": - continue - sln_path = build_file_root + options.suffix + ".sln" - if options.generator_output: - sln_path = os.path.join(options.generator_output, sln_path) - - for config in configurations: - arguments = [devenv, sln_path, "/Build", config] - print(f"Building [{config}]: {arguments}") - subprocess.check_call(arguments) - - -def CalculateGeneratorInputInfo(params): - if params.get("flavor") == "ninja": - toplevel = params["options"].toplevel_dir - qualified_out_dir = os.path.normpath( - os.path.join( - toplevel, - ninja_generator.ComputeOutputDir(params), - "gypfiles-msvs-ninja", - ) - ) - - global generator_filelist_paths - generator_filelist_paths = { - "toplevel": toplevel, - "qualified_out_dir": qualified_out_dir, - } - - -def GenerateOutput(target_list, target_dicts, data, params): - """Generate .sln and .vcproj files. - - This is the entry point for this generator. - Arguments: - target_list: List of target pairs: 'base/base.gyp:base'. - target_dicts: Dict of target properties keyed on target pair. - data: Dictionary containing per .gyp data. - """ - global fixpath_prefix - - options = params["options"] - - # Get the project file format version back out of where we stashed it in - # GeneratorCalculatedVariables. - msvs_version = params["msvs_version"] - - generator_flags = params.get("generator_flags", {}) - - # Optionally shard targets marked with 'msvs_shard': SHARD_COUNT. - (target_list, target_dicts) = MSVSUtil.ShardTargets(target_list, target_dicts) - - # Optionally use the large PDB workaround for targets marked with - # 'msvs_large_pdb': 1. - (target_list, target_dicts) = MSVSUtil.InsertLargePdbShims( - target_list, target_dicts, generator_default_variables - ) - - # Optionally configure each spec to use ninja as the external builder. - if params.get("flavor") == "ninja": - _InitNinjaFlavor(params, target_list, target_dicts) - - # Prepare the set of configurations. - configs = set() - for qualified_target in target_list: - spec = target_dicts[qualified_target] - for config_name, config in spec["configurations"].items(): - config_name = _ConfigFullName(config_name, config) - configs.add(config_name) - if config_name == "Release|arm64": - configs.add("Release|x64") - configs = list(configs) - - # Figure out all the projects that will be generated and their guids - project_objects = _CreateProjectObjects( - target_list, target_dicts, options, msvs_version - ) - - # Generate each project. - missing_sources = [] - for project in project_objects.values(): - fixpath_prefix = project.fixpath_prefix - missing_sources.extend( - _GenerateProject(project, options, msvs_version, generator_flags, spec) - ) - fixpath_prefix = None - - for build_file in data: - # Validate build_file extension - target_only_configs = configs - if generator_supports_multiple_toolsets: - target_only_configs = [i for i in configs if i.endswith("arm64")] - if not build_file.endswith(".gyp"): - continue - sln_path = os.path.splitext(build_file)[0] + options.suffix + ".sln" - if options.generator_output: - sln_path = os.path.join(options.generator_output, sln_path) - # Get projects in the solution, and their dependents. - sln_projects = gyp.common.BuildFileTargets(target_list, build_file) - sln_projects += gyp.common.DeepDependencyTargets(target_dicts, sln_projects) - # Create folder hierarchy. - root_entries = _GatherSolutionFolders( - sln_projects, project_objects, flat=msvs_version.FlatSolution() - ) - # Create solution. - sln = MSVSNew.MSVSSolution( - sln_path, - entries=root_entries, - variants=target_only_configs, - websiteProperties=False, - version=msvs_version, - ) - sln.Write() - - if missing_sources: - error_message = "Missing input files:\n" + "\n".join(set(missing_sources)) - if generator_flags.get("msvs_error_on_missing_sources", False): - raise GypError(error_message) - else: - print("Warning: " + error_message, file=sys.stdout) - - -def _GenerateMSBuildFiltersFile( - filters_path, - source_files, - rule_dependencies, - extension_to_rule_name, - platforms, - toolset, -): - """Generate the filters file. - - This file is used by Visual Studio to organize the presentation of source - files into folders. - - Arguments: - filters_path: The path of the file to be created. - source_files: The hierarchical structure of all the sources. - extension_to_rule_name: A dictionary mapping file extensions to rules. - """ - filter_group = [] - source_group = [] - _AppendFiltersForMSBuild( - "", - source_files, - rule_dependencies, - extension_to_rule_name, - platforms, - toolset, - filter_group, - source_group, - ) - if filter_group: - content = [ - "Project", - { - "ToolsVersion": "4.0", - "xmlns": "http://schemas.microsoft.com/developer/msbuild/2003", - }, - ["ItemGroup"] + filter_group, - ["ItemGroup"] + source_group, - ] - easy_xml.WriteXmlIfChanged(content, filters_path, pretty=True, win32=True) - elif os.path.exists(filters_path): - # We don't need this filter anymore. Delete the old filter file. - os.unlink(filters_path) - - -def _AppendFiltersForMSBuild( - parent_filter_name, - sources, - rule_dependencies, - extension_to_rule_name, - platforms, - toolset, - filter_group, - source_group, -): - """Creates the list of filters and sources to be added in the filter file. - - Args: - parent_filter_name: The name of the filter under which the sources are - found. - sources: The hierarchy of filters and sources to process. - extension_to_rule_name: A dictionary mapping file extensions to rules. - filter_group: The list to which filter entries will be appended. - source_group: The list to which source entries will be appended. - """ - for source in sources: - if isinstance(source, MSVSProject.Filter): - # We have a sub-filter. Create the name of that sub-filter. - if not parent_filter_name: - filter_name = source.name - else: - filter_name = f"{parent_filter_name}\\{source.name}" - # Add the filter to the group. - filter_group.append( - [ - "Filter", - {"Include": filter_name}, - ["UniqueIdentifier", MSVSNew.MakeGuid(source.name)], - ] - ) - # Recurse and add its dependents. - _AppendFiltersForMSBuild( - filter_name, - source.contents, - rule_dependencies, - extension_to_rule_name, - platforms, - toolset, - filter_group, - source_group, - ) - else: - # It's a source. Create a source entry. - _, element = _MapFileToMsBuildSourceType( - source, rule_dependencies, extension_to_rule_name, platforms, toolset - ) - source_entry = [element, {"Include": source}] - # Specify the filter it is part of, if any. - if parent_filter_name: - source_entry.append(["Filter", parent_filter_name]) - source_group.append(source_entry) - - -def _MapFileToMsBuildSourceType( - source, rule_dependencies, extension_to_rule_name, platforms, toolset -): - """Returns the group and element type of the source file. - - Arguments: - source: The source file name. - extension_to_rule_name: A dictionary mapping file extensions to rules. - - Returns: - A pair of (group this file should be part of, the label of element) - """ - _, ext = os.path.splitext(source) - ext = ext.lower() - if ext in extension_to_rule_name: - group = "rule" - element = extension_to_rule_name[ext] - elif ext in [".cc", ".cpp", ".c", ".cxx", ".mm"]: - group = "compile" - element = "ClCompile" - elif ext in [".h", ".hxx"]: - group = "include" - element = "ClInclude" - elif ext == ".rc": - group = "resource" - element = "ResourceCompile" - elif ext in [".s", ".asm"]: - group = "masm" - element = "MASM" - if "arm64" in platforms and toolset == "target": - element = "MARMASM" - elif ext == ".idl": - group = "midl" - element = "Midl" - elif source in rule_dependencies: - group = "rule_dependency" - element = "CustomBuild" - else: - group = "none" - element = "None" - return (group, element) - - -def _GenerateRulesForMSBuild( - output_dir, - options, - spec, - sources, - excluded_sources, - props_files_of_rules, - targets_files_of_rules, - actions_to_add, - rule_dependencies, - extension_to_rule_name, -): - # MSBuild rules are implemented using three files: an XML file, a .targets - # file and a .props file. - # For more details see: - # https://devblogs.microsoft.com/cppblog/quick-help-on-vs2010-custom-build-rule/ - rules = spec.get("rules", []) - rules_native = [r for r in rules if not int(r.get("msvs_external_rule", 0))] - rules_external = [r for r in rules if int(r.get("msvs_external_rule", 0))] - - msbuild_rules = [] - for rule in rules_native: - # Skip a rule with no action and no inputs. - if "action" not in rule and not rule.get("rule_sources", []): - continue - msbuild_rule = MSBuildRule(rule, spec) - msbuild_rules.append(msbuild_rule) - rule_dependencies.update(msbuild_rule.additional_dependencies.split(";")) - extension_to_rule_name[msbuild_rule.extension] = msbuild_rule.rule_name - if msbuild_rules: - base = spec["target_name"] + options.suffix - props_name = base + ".props" - targets_name = base + ".targets" - xml_name = base + ".xml" - - props_files_of_rules.add(props_name) - targets_files_of_rules.add(targets_name) - - props_path = os.path.join(output_dir, props_name) - targets_path = os.path.join(output_dir, targets_name) - xml_path = os.path.join(output_dir, xml_name) - - _GenerateMSBuildRulePropsFile(props_path, msbuild_rules) - _GenerateMSBuildRuleTargetsFile(targets_path, msbuild_rules) - _GenerateMSBuildRuleXmlFile(xml_path, msbuild_rules) - - if rules_external: - _GenerateExternalRules( - rules_external, output_dir, spec, sources, options, actions_to_add - ) - _AdjustSourcesForRules(rules, sources, excluded_sources, True) - - -class MSBuildRule: - """Used to store information used to generate an MSBuild rule. - - Attributes: - rule_name: The rule name, sanitized to use in XML. - target_name: The name of the target. - after_targets: The name of the AfterTargets element. - before_targets: The name of the BeforeTargets element. - depends_on: The name of the DependsOn element. - compute_output: The name of the ComputeOutput element. - dirs_to_make: The name of the DirsToMake element. - inputs: The name of the _inputs element. - tlog: The name of the _tlog element. - extension: The extension this rule applies to. - description: The message displayed when this rule is invoked. - additional_dependencies: A string listing additional dependencies. - outputs: The outputs of this rule. - command: The command used to run the rule. - """ - - def __init__(self, rule, spec): - self.display_name = rule["rule_name"] - # Assure that the rule name is only characters and numbers - self.rule_name = re.sub(r"\W", "_", self.display_name) - # Create the various element names, following the example set by the - # Visual Studio 2008 to 2010 conversion. I don't know if VS2010 - # is sensitive to the exact names. - self.target_name = "_" + self.rule_name - self.after_targets = self.rule_name + "AfterTargets" - self.before_targets = self.rule_name + "BeforeTargets" - self.depends_on = self.rule_name + "DependsOn" - self.compute_output = "Compute%sOutput" % self.rule_name - self.dirs_to_make = self.rule_name + "DirsToMake" - self.inputs = self.rule_name + "_inputs" - self.tlog = self.rule_name + "_tlog" - self.extension = rule["extension"] - if not self.extension.startswith("."): - self.extension = "." + self.extension - - self.description = MSVSSettings.ConvertVCMacrosToMSBuild( - rule.get("message", self.rule_name) - ) - old_additional_dependencies = _FixPaths(rule.get("inputs", [])) - self.additional_dependencies = ";".join( - [ - MSVSSettings.ConvertVCMacrosToMSBuild(i) - for i in old_additional_dependencies - ] - ) - old_outputs = _FixPaths(rule.get("outputs", [])) - self.outputs = ";".join( - [MSVSSettings.ConvertVCMacrosToMSBuild(i) for i in old_outputs] - ) - old_command = _BuildCommandLineForRule( - spec, rule, has_input_path=True, do_setup_env=True - ) - self.command = MSVSSettings.ConvertVCMacrosToMSBuild(old_command) - - -def _GenerateMSBuildRulePropsFile(props_path, msbuild_rules): - """Generate the .props file.""" - content = [ - "Project", - {"xmlns": "http://schemas.microsoft.com/developer/msbuild/2003"}, - ] - for rule in msbuild_rules: - content.extend( - [ - [ - "PropertyGroup", - { - "Condition": "'$(%s)' == '' and '$(%s)' == '' and " - "'$(ConfigurationType)' != 'Makefile'" - % (rule.before_targets, rule.after_targets) - }, - [rule.before_targets, "Midl"], - [rule.after_targets, "CustomBuild"], - ], - [ - "PropertyGroup", - [ - rule.depends_on, - {"Condition": "'$(ConfigurationType)' != 'Makefile'"}, - "_SelectedFiles;$(%s)" % rule.depends_on, - ], - ], - [ - "ItemDefinitionGroup", - [ - rule.rule_name, - ["CommandLineTemplate", rule.command], - ["Outputs", rule.outputs], - ["ExecutionDescription", rule.description], - ["AdditionalDependencies", rule.additional_dependencies], - ], - ], - ] - ) - easy_xml.WriteXmlIfChanged(content, props_path, pretty=True, win32=True) - - -def _GenerateMSBuildRuleTargetsFile(targets_path, msbuild_rules): - """Generate the .targets file.""" - content = [ - "Project", - {"xmlns": "http://schemas.microsoft.com/developer/msbuild/2003"}, - ] - item_group = [ - "ItemGroup", - [ - "PropertyPageSchema", - {"Include": "$(MSBuildThisFileDirectory)$(MSBuildThisFileName).xml"}, - ], - ] - for rule in msbuild_rules: - item_group.append( - [ - "AvailableItemName", - {"Include": rule.rule_name}, - ["Targets", rule.target_name], - ] - ) - content.append(item_group) - - for rule in msbuild_rules: - content.append( - [ - "UsingTask", - { - "TaskName": rule.rule_name, - "TaskFactory": "XamlTaskFactory", - "AssemblyName": "Microsoft.Build.Tasks.v4.0", - }, - ["Task", "$(MSBuildThisFileDirectory)$(MSBuildThisFileName).xml"], - ] - ) - for rule in msbuild_rules: - rule_name = rule.rule_name - target_outputs = "%%(%s.Outputs)" % rule_name - target_inputs = ( - "%%(%s.Identity);%%(%s.AdditionalDependencies);" "$(MSBuildProjectFile)" - ) % (rule_name, rule_name) - rule_inputs = "%%(%s.Identity)" % rule_name - extension_condition = ( - "'%(Extension)'=='.obj' or " - "'%(Extension)'=='.res' or " - "'%(Extension)'=='.rsc' or " - "'%(Extension)'=='.lib'" - ) - remove_section = [ - "ItemGroup", - {"Condition": "'@(SelectedFiles)' != ''"}, - [ - rule_name, - { - "Remove": "@(%s)" % rule_name, - "Condition": "'%(Identity)' != '@(SelectedFiles)'", - }, - ], - ] - inputs_section = [ - "ItemGroup", - [rule.inputs, {"Include": "%%(%s.AdditionalDependencies)" % rule_name}], - ] - logging_section = [ - "ItemGroup", - [ - rule.tlog, - { - "Include": "%%(%s.Outputs)" % rule_name, - "Condition": ( - "'%%(%s.Outputs)' != '' and " - "'%%(%s.ExcludedFromBuild)' != 'true'" % (rule_name, rule_name) - ), - }, - ["Source", "@(%s, '|')" % rule_name], - ["Inputs", "@(%s -> '%%(Fullpath)', ';')" % rule.inputs], - ], - ] - message_section = [ - "Message", - {"Importance": "High", "Text": "%%(%s.ExecutionDescription)" % rule_name}, - ] - write_tlog_section = [ - "WriteLinesToFile", - { - "Condition": "'@(%s)' != '' and '%%(%s.ExcludedFromBuild)' != " - "'true'" % (rule.tlog, rule.tlog), - "File": "$(IntDir)$(ProjectName).write.1.tlog", - "Lines": "^%%(%s.Source);@(%s->'%%(Fullpath)')" - % (rule.tlog, rule.tlog), - }, - ] - read_tlog_section = [ - "WriteLinesToFile", - { - "Condition": "'@(%s)' != '' and '%%(%s.ExcludedFromBuild)' != " - "'true'" % (rule.tlog, rule.tlog), - "File": "$(IntDir)$(ProjectName).read.1.tlog", - "Lines": f"^%({rule.tlog}.Source);%({rule.tlog}.Inputs)", - }, - ] - command_and_input_section = [ - rule_name, - { - "Condition": "'@(%s)' != '' and '%%(%s.ExcludedFromBuild)' != " - "'true'" % (rule_name, rule_name), - "EchoOff": "true", - "StandardOutputImportance": "High", - "StandardErrorImportance": "High", - "CommandLineTemplate": "%%(%s.CommandLineTemplate)" % rule_name, - "AdditionalOptions": "%%(%s.AdditionalOptions)" % rule_name, - "Inputs": rule_inputs, - }, - ] - content.extend( - [ - [ - "Target", - { - "Name": rule.target_name, - "BeforeTargets": "$(%s)" % rule.before_targets, - "AfterTargets": "$(%s)" % rule.after_targets, - "Condition": "'@(%s)' != ''" % rule_name, - "DependsOnTargets": "$(%s);%s" - % (rule.depends_on, rule.compute_output), - "Outputs": target_outputs, - "Inputs": target_inputs, - }, - remove_section, - inputs_section, - logging_section, - message_section, - write_tlog_section, - read_tlog_section, - command_and_input_section, - ], - [ - "PropertyGroup", - [ - "ComputeLinkInputsTargets", - "$(ComputeLinkInputsTargets);", - "%s;" % rule.compute_output, - ], - [ - "ComputeLibInputsTargets", - "$(ComputeLibInputsTargets);", - "%s;" % rule.compute_output, - ], - ], - [ - "Target", - { - "Name": rule.compute_output, - "Condition": "'@(%s)' != ''" % rule_name, - }, - [ - "ItemGroup", - [ - rule.dirs_to_make, - { - "Condition": "'@(%s)' != '' and " - "'%%(%s.ExcludedFromBuild)' != 'true'" - % (rule_name, rule_name), - "Include": "%%(%s.Outputs)" % rule_name, - }, - ], - [ - "Link", - { - "Include": "%%(%s.Identity)" % rule.dirs_to_make, - "Condition": extension_condition, - }, - ], - [ - "Lib", - { - "Include": "%%(%s.Identity)" % rule.dirs_to_make, - "Condition": extension_condition, - }, - ], - [ - "ImpLib", - { - "Include": "%%(%s.Identity)" % rule.dirs_to_make, - "Condition": extension_condition, - }, - ], - ], - [ - "MakeDir", - { - "Directories": ( - "@(%s->'%%(RootDir)%%(Directory)')" % rule.dirs_to_make - ) - }, - ], - ], - ] - ) - easy_xml.WriteXmlIfChanged(content, targets_path, pretty=True, win32=True) - - -def _GenerateMSBuildRuleXmlFile(xml_path, msbuild_rules): - # Generate the .xml file - content = [ - "ProjectSchemaDefinitions", - { - "xmlns": ( - "clr-namespace:Microsoft.Build.Framework.XamlTypes;" - "assembly=Microsoft.Build.Framework" - ), - "xmlns:x": "http://schemas.microsoft.com/winfx/2006/xaml", - "xmlns:sys": "clr-namespace:System;assembly=mscorlib", - "xmlns:transformCallback": "Microsoft.Cpp.Dev10.ConvertPropertyCallback", - }, - ] - for rule in msbuild_rules: - content.extend( - [ - [ - "Rule", - { - "Name": rule.rule_name, - "PageTemplate": "tool", - "DisplayName": rule.display_name, - "Order": "200", - }, - [ - "Rule.DataSource", - [ - "DataSource", - {"Persistence": "ProjectFile", "ItemType": rule.rule_name}, - ], - ], - [ - "Rule.Categories", - [ - "Category", - {"Name": "General"}, - ["Category.DisplayName", ["sys:String", "General"]], - ], - [ - "Category", - {"Name": "Command Line", "Subtype": "CommandLine"}, - ["Category.DisplayName", ["sys:String", "Command Line"]], - ], - ], - [ - "StringListProperty", - { - "Name": "Inputs", - "Category": "Command Line", - "IsRequired": "true", - "Switch": " ", - }, - [ - "StringListProperty.DataSource", - [ - "DataSource", - { - "Persistence": "ProjectFile", - "ItemType": rule.rule_name, - "SourceType": "Item", - }, - ], - ], - ], - [ - "StringProperty", - { - "Name": "CommandLineTemplate", - "DisplayName": "Command Line", - "Visible": "False", - "IncludeInCommandLine": "False", - }, - ], - [ - "DynamicEnumProperty", - { - "Name": rule.before_targets, - "Category": "General", - "EnumProvider": "Targets", - "IncludeInCommandLine": "False", - }, - [ - "DynamicEnumProperty.DisplayName", - ["sys:String", "Execute Before"], - ], - [ - "DynamicEnumProperty.Description", - [ - "sys:String", - "Specifies the targets for the build customization" - " to run before.", - ], - ], - [ - "DynamicEnumProperty.ProviderSettings", - [ - "NameValuePair", - { - "Name": "Exclude", - "Value": "^%s|^Compute" % rule.before_targets, - }, - ], - ], - [ - "DynamicEnumProperty.DataSource", - [ - "DataSource", - { - "Persistence": "ProjectFile", - "HasConfigurationCondition": "true", - }, - ], - ], - ], - [ - "DynamicEnumProperty", - { - "Name": rule.after_targets, - "Category": "General", - "EnumProvider": "Targets", - "IncludeInCommandLine": "False", - }, - [ - "DynamicEnumProperty.DisplayName", - ["sys:String", "Execute After"], - ], - [ - "DynamicEnumProperty.Description", - [ - "sys:String", - ( - "Specifies the targets for the build customization" - " to run after." - ), - ], - ], - [ - "DynamicEnumProperty.ProviderSettings", - [ - "NameValuePair", - { - "Name": "Exclude", - "Value": "^%s|^Compute" % rule.after_targets, - }, - ], - ], - [ - "DynamicEnumProperty.DataSource", - [ - "DataSource", - { - "Persistence": "ProjectFile", - "ItemType": "", - "HasConfigurationCondition": "true", - }, - ], - ], - ], - [ - "StringListProperty", - { - "Name": "Outputs", - "DisplayName": "Outputs", - "Visible": "False", - "IncludeInCommandLine": "False", - }, - ], - [ - "StringProperty", - { - "Name": "ExecutionDescription", - "DisplayName": "Execution Description", - "Visible": "False", - "IncludeInCommandLine": "False", - }, - ], - [ - "StringListProperty", - { - "Name": "AdditionalDependencies", - "DisplayName": "Additional Dependencies", - "IncludeInCommandLine": "False", - "Visible": "false", - }, - ], - [ - "StringProperty", - { - "Subtype": "AdditionalOptions", - "Name": "AdditionalOptions", - "Category": "Command Line", - }, - [ - "StringProperty.DisplayName", - ["sys:String", "Additional Options"], - ], - [ - "StringProperty.Description", - ["sys:String", "Additional Options"], - ], - ], - ], - [ - "ItemType", - {"Name": rule.rule_name, "DisplayName": rule.display_name}, - ], - [ - "FileExtension", - {"Name": "*" + rule.extension, "ContentType": rule.rule_name}, - ], - [ - "ContentType", - { - "Name": rule.rule_name, - "DisplayName": "", - "ItemType": rule.rule_name, - }, - ], - ] - ) - easy_xml.WriteXmlIfChanged(content, xml_path, pretty=True, win32=True) - - -def _GetConfigurationAndPlatform(name, settings, spec): - configuration = name.rsplit("_", 1)[0] - platform = settings.get("msvs_configuration_platform", "Win32") - if spec["toolset"] == "host" and platform == "arm64": - platform = "x64" # Host-only tools are always built for x64 - return (configuration, platform) - - -def _GetConfigurationCondition(name, settings, spec): - return r"'$(Configuration)|$(Platform)'=='%s|%s'" % _GetConfigurationAndPlatform( - name, settings, spec - ) - - -def _GetMSBuildProjectConfigurations(configurations, spec): - group = ["ItemGroup", {"Label": "ProjectConfigurations"}] - for (name, settings) in sorted(configurations.items()): - configuration, platform = _GetConfigurationAndPlatform(name, settings, spec) - designation = f"{configuration}|{platform}" - group.append( - [ - "ProjectConfiguration", - {"Include": designation}, - ["Configuration", configuration], - ["Platform", platform], - ] - ) - return [group] - - -def _GetMSBuildGlobalProperties(spec, version, guid, gyp_file_name): - namespace = os.path.splitext(gyp_file_name)[0] - properties = [ - [ - "PropertyGroup", - {"Label": "Globals"}, - ["ProjectGuid", guid], - ["Keyword", "Win32Proj"], - ["RootNamespace", namespace], - ["IgnoreWarnCompileDuplicatedFilename", "true"], - ] - ] - - if ( - os.environ.get("PROCESSOR_ARCHITECTURE") == "AMD64" - or os.environ.get("PROCESSOR_ARCHITEW6432") == "AMD64" - ): - properties[0].append(["PreferredToolArchitecture", "x64"]) - - if spec.get("msvs_target_platform_version"): - target_platform_version = spec.get("msvs_target_platform_version") - properties[0].append(["WindowsTargetPlatformVersion", target_platform_version]) - if spec.get("msvs_target_platform_minversion"): - target_platform_minversion = spec.get("msvs_target_platform_minversion") - properties[0].append( - ["WindowsTargetPlatformMinVersion", target_platform_minversion] - ) - else: - properties[0].append( - ["WindowsTargetPlatformMinVersion", target_platform_version] - ) - - if spec.get("msvs_enable_winrt"): - properties[0].append(["DefaultLanguage", "en-US"]) - properties[0].append(["AppContainerApplication", "true"]) - if spec.get("msvs_application_type_revision"): - app_type_revision = spec.get("msvs_application_type_revision") - properties[0].append(["ApplicationTypeRevision", app_type_revision]) - else: - properties[0].append(["ApplicationTypeRevision", "8.1"]) - if spec.get("msvs_enable_winphone"): - properties[0].append(["ApplicationType", "Windows Phone"]) - else: - properties[0].append(["ApplicationType", "Windows Store"]) - - platform_name = None - msvs_windows_sdk_version = None - for configuration in spec["configurations"].values(): - platform_name = platform_name or _ConfigPlatform(configuration) - msvs_windows_sdk_version = ( - msvs_windows_sdk_version - or _ConfigWindowsTargetPlatformVersion(configuration, version) - ) - if platform_name and msvs_windows_sdk_version: - break - if msvs_windows_sdk_version: - properties[0].append( - ["WindowsTargetPlatformVersion", str(msvs_windows_sdk_version)] - ) - elif version.compatible_sdks: - raise GypError( - "%s requires any SDK of %s version, but none were found" - % (version.description, version.compatible_sdks) - ) - - if platform_name == "ARM": - properties[0].append(["WindowsSDKDesktopARMSupport", "true"]) - - return properties - - -def _GetMSBuildConfigurationDetails(spec, build_file): - properties = {} - for name, settings in spec["configurations"].items(): - msbuild_attributes = _GetMSBuildAttributes(spec, settings, build_file) - condition = _GetConfigurationCondition(name, settings, spec) - character_set = msbuild_attributes.get("CharacterSet") - config_type = msbuild_attributes.get("ConfigurationType") - _AddConditionalProperty(properties, condition, "ConfigurationType", config_type) - if config_type == "Driver": - _AddConditionalProperty(properties, condition, "DriverType", "WDM") - _AddConditionalProperty( - properties, condition, "TargetVersion", _ConfigTargetVersion(settings) - ) - if character_set: - if "msvs_enable_winrt" not in spec: - _AddConditionalProperty( - properties, condition, "CharacterSet", character_set - ) - return _GetMSBuildPropertyGroup(spec, "Configuration", properties) - - -def _GetMSBuildLocalProperties(msbuild_toolset): - # Currently the only local property we support is PlatformToolset - properties = {} - if msbuild_toolset: - properties = [ - [ - "PropertyGroup", - {"Label": "Locals"}, - ["PlatformToolset", msbuild_toolset], - ] - ] - return properties - - -def _GetMSBuildPropertySheets(configurations, spec): - user_props = r"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" - additional_props = {} - props_specified = False - for name, settings in sorted(configurations.items()): - configuration = _GetConfigurationCondition(name, settings, spec) - if "msbuild_props" in settings: - additional_props[configuration] = _FixPaths(settings["msbuild_props"]) - props_specified = True - else: - additional_props[configuration] = "" - - if not props_specified: - return [ - [ - "ImportGroup", - {"Label": "PropertySheets"}, - [ - "Import", - { - "Project": user_props, - "Condition": "exists('%s')" % user_props, - "Label": "LocalAppDataPlatform", - }, - ], - ] - ] - else: - sheets = [] - for condition, props in additional_props.items(): - import_group = [ - "ImportGroup", - {"Label": "PropertySheets", "Condition": condition}, - [ - "Import", - { - "Project": user_props, - "Condition": "exists('%s')" % user_props, - "Label": "LocalAppDataPlatform", - }, - ], - ] - for props_file in props: - import_group.append(["Import", {"Project": props_file}]) - sheets.append(import_group) - return sheets - - -def _ConvertMSVSBuildAttributes(spec, config, build_file): - config_type = _GetMSVSConfigurationType(spec, build_file) - msvs_attributes = _GetMSVSAttributes(spec, config, config_type) - msbuild_attributes = {} - for a in msvs_attributes: - if a in ["IntermediateDirectory", "OutputDirectory"]: - directory = MSVSSettings.ConvertVCMacrosToMSBuild(msvs_attributes[a]) - if not directory.endswith("\\"): - directory += "\\" - msbuild_attributes[a] = directory - elif a == "CharacterSet": - msbuild_attributes[a] = _ConvertMSVSCharacterSet(msvs_attributes[a]) - elif a == "ConfigurationType": - msbuild_attributes[a] = _ConvertMSVSConfigurationType(msvs_attributes[a]) - else: - print("Warning: Do not know how to convert MSVS attribute " + a) - return msbuild_attributes - - -def _ConvertMSVSCharacterSet(char_set): - if char_set.isdigit(): - char_set = {"0": "MultiByte", "1": "Unicode", "2": "MultiByte"}[char_set] - return char_set - - -def _ConvertMSVSConfigurationType(config_type): - if config_type.isdigit(): - config_type = { - "1": "Application", - "2": "DynamicLibrary", - "4": "StaticLibrary", - "5": "Driver", - "10": "Utility", - }[config_type] - return config_type - - -def _GetMSBuildAttributes(spec, config, build_file): - if "msbuild_configuration_attributes" not in config: - msbuild_attributes = _ConvertMSVSBuildAttributes(spec, config, build_file) - - else: - config_type = _GetMSVSConfigurationType(spec, build_file) - config_type = _ConvertMSVSConfigurationType(config_type) - msbuild_attributes = config.get("msbuild_configuration_attributes", {}) - msbuild_attributes.setdefault("ConfigurationType", config_type) - output_dir = msbuild_attributes.get( - "OutputDirectory", "$(SolutionDir)$(Configuration)" - ) - msbuild_attributes["OutputDirectory"] = _FixPath(output_dir) + "\\" - if "IntermediateDirectory" not in msbuild_attributes: - intermediate = _FixPath("$(Configuration)") + "\\" - msbuild_attributes["IntermediateDirectory"] = intermediate - if "CharacterSet" in msbuild_attributes: - msbuild_attributes["CharacterSet"] = _ConvertMSVSCharacterSet( - msbuild_attributes["CharacterSet"] - ) - if "TargetName" not in msbuild_attributes: - prefix = spec.get("product_prefix", "") - product_name = spec.get("product_name", "$(ProjectName)") - target_name = prefix + product_name - msbuild_attributes["TargetName"] = target_name - if "TargetExt" not in msbuild_attributes and "product_extension" in spec: - ext = spec.get("product_extension") - msbuild_attributes["TargetExt"] = "." + ext - - if spec.get("msvs_external_builder"): - external_out_dir = spec.get("msvs_external_builder_out_dir", ".") - msbuild_attributes["OutputDirectory"] = _FixPath(external_out_dir) + "\\" - - # Make sure that 'TargetPath' matches 'Lib.OutputFile' or 'Link.OutputFile' - # (depending on the tool used) to avoid MSB8012 warning. - msbuild_tool_map = { - "executable": "Link", - "shared_library": "Link", - "loadable_module": "Link", - "windows_driver": "Link", - "static_library": "Lib", - } - msbuild_tool = msbuild_tool_map.get(spec["type"]) - if msbuild_tool: - msbuild_settings = config["finalized_msbuild_settings"] - out_file = msbuild_settings[msbuild_tool].get("OutputFile") - if out_file: - msbuild_attributes["TargetPath"] = _FixPath(out_file) - target_ext = msbuild_settings[msbuild_tool].get("TargetExt") - if target_ext: - msbuild_attributes["TargetExt"] = target_ext - - return msbuild_attributes - - -def _GetMSBuildConfigurationGlobalProperties(spec, configurations, build_file): - # TODO(jeanluc) We could optimize out the following and do it only if - # there are actions. - # TODO(jeanluc) Handle the equivalent of setting 'CYGWIN=nontsec'. - new_paths = [] - cygwin_dirs = spec.get("msvs_cygwin_dirs", ["."])[0] - if cygwin_dirs: - cyg_path = "$(MSBuildProjectDirectory)\\%s\\bin\\" % _FixPath(cygwin_dirs) - new_paths.append(cyg_path) - # TODO(jeanluc) Change the convention to have both a cygwin_dir and a - # python_dir. - python_path = cyg_path.replace("cygwin\\bin", "python_26") - new_paths.append(python_path) - if new_paths: - new_paths = "$(ExecutablePath);" + ";".join(new_paths) - - properties = {} - for (name, configuration) in sorted(configurations.items()): - condition = _GetConfigurationCondition(name, configuration, spec) - attributes = _GetMSBuildAttributes(spec, configuration, build_file) - msbuild_settings = configuration["finalized_msbuild_settings"] - _AddConditionalProperty( - properties, condition, "IntDir", attributes["IntermediateDirectory"] - ) - _AddConditionalProperty( - properties, condition, "OutDir", attributes["OutputDirectory"] - ) - _AddConditionalProperty( - properties, condition, "TargetName", attributes["TargetName"] - ) - if "TargetExt" in attributes: - _AddConditionalProperty( - properties, condition, "TargetExt", attributes["TargetExt"] - ) - - if attributes.get("TargetPath"): - _AddConditionalProperty( - properties, condition, "TargetPath", attributes["TargetPath"] - ) - if attributes.get("TargetExt"): - _AddConditionalProperty( - properties, condition, "TargetExt", attributes["TargetExt"] - ) - - if new_paths: - _AddConditionalProperty(properties, condition, "ExecutablePath", new_paths) - tool_settings = msbuild_settings.get("", {}) - for name, value in sorted(tool_settings.items()): - formatted_value = _GetValueFormattedForMSBuild("", name, value) - _AddConditionalProperty(properties, condition, name, formatted_value) - return _GetMSBuildPropertyGroup(spec, None, properties) - - -def _AddConditionalProperty(properties, condition, name, value): - """Adds a property / conditional value pair to a dictionary. - - Arguments: - properties: The dictionary to be modified. The key is the name of the - property. The value is itself a dictionary; its key is the value and - the value a list of condition for which this value is true. - condition: The condition under which the named property has the value. - name: The name of the property. - value: The value of the property. - """ - if name not in properties: - properties[name] = {} - values = properties[name] - if value not in values: - values[value] = [] - conditions = values[value] - conditions.append(condition) - - -# Regex for msvs variable references ( i.e. $(FOO) ). -MSVS_VARIABLE_REFERENCE = re.compile(r"\$\(([a-zA-Z_][a-zA-Z0-9_]*)\)") - - -def _GetMSBuildPropertyGroup(spec, label, properties): - """Returns a PropertyGroup definition for the specified properties. - - Arguments: - spec: The target project dict. - label: An optional label for the PropertyGroup. - properties: The dictionary to be converted. The key is the name of the - property. The value is itself a dictionary; its key is the value and - the value a list of condition for which this value is true. - """ - group = ["PropertyGroup"] - if label: - group.append({"Label": label}) - num_configurations = len(spec["configurations"]) - - def GetEdges(node): - # Use a definition of edges such that user_of_variable -> used_varible. - # This happens to be easier in this case, since a variable's - # definition contains all variables it references in a single string. - edges = set() - for value in sorted(properties[node].keys()): - # Add to edges all $(...) references to variables. - # - # Variable references that refer to names not in properties are excluded - # These can exist for instance to refer built in definitions like - # $(SolutionDir). - # - # Self references are ignored. Self reference is used in a few places to - # append to the default value. I.e. PATH=$(PATH);other_path - edges.update( - { - v - for v in MSVS_VARIABLE_REFERENCE.findall(value) - if v in properties and v != node - } - ) - return edges - - properties_ordered = gyp.common.TopologicallySorted(properties.keys(), GetEdges) - # Walk properties in the reverse of a topological sort on - # user_of_variable -> used_variable as this ensures variables are - # defined before they are used. - # NOTE: reverse(topsort(DAG)) = topsort(reverse_edges(DAG)) - for name in reversed(properties_ordered): - values = properties[name] - for value, conditions in sorted(values.items()): - if len(conditions) == num_configurations: - # If the value is the same all configurations, - # just add one unconditional entry. - group.append([name, value]) - else: - for condition in conditions: - group.append([name, {"Condition": condition}, value]) - return [group] - - -def _GetMSBuildToolSettingsSections(spec, configurations): - groups = [] - for (name, configuration) in sorted(configurations.items()): - msbuild_settings = configuration["finalized_msbuild_settings"] - group = [ - "ItemDefinitionGroup", - {"Condition": _GetConfigurationCondition(name, configuration, spec)}, - ] - for tool_name, tool_settings in sorted(msbuild_settings.items()): - # Skip the tool named '' which is a holder of global settings handled - # by _GetMSBuildConfigurationGlobalProperties. - if tool_name: - if tool_settings: - tool = [tool_name] - for name, value in sorted(tool_settings.items()): - formatted_value = _GetValueFormattedForMSBuild( - tool_name, name, value - ) - tool.append([name, formatted_value]) - group.append(tool) - groups.append(group) - return groups - - -def _FinalizeMSBuildSettings(spec, configuration): - if "msbuild_settings" in configuration: - converted = False - msbuild_settings = configuration["msbuild_settings"] - MSVSSettings.ValidateMSBuildSettings(msbuild_settings) - else: - converted = True - msvs_settings = configuration.get("msvs_settings", {}) - msbuild_settings = MSVSSettings.ConvertToMSBuildSettings(msvs_settings) - include_dirs, midl_include_dirs, resource_include_dirs = _GetIncludeDirs( - configuration - ) - libraries = _GetLibraries(spec) - library_dirs = _GetLibraryDirs(configuration) - out_file, _, msbuild_tool = _GetOutputFilePathAndTool(spec, msbuild=True) - target_ext = _GetOutputTargetExt(spec) - defines = _GetDefines(configuration) - if converted: - # Visual Studio 2010 has TR1 - defines = [d for d in defines if d != "_HAS_TR1=0"] - # Warn of ignored settings - ignored_settings = ["msvs_tool_files"] - for ignored_setting in ignored_settings: - value = configuration.get(ignored_setting) - if value: - print( - "Warning: The automatic conversion to MSBuild does not handle " - "%s. Ignoring setting of %s" % (ignored_setting, str(value)) - ) - - defines = [_EscapeCppDefineForMSBuild(d) for d in defines] - disabled_warnings = _GetDisabledWarnings(configuration) - prebuild = configuration.get("msvs_prebuild") - postbuild = configuration.get("msvs_postbuild") - def_file = _GetModuleDefinition(spec) - precompiled_header = configuration.get("msvs_precompiled_header") - - # Add the information to the appropriate tool - # TODO(jeanluc) We could optimize and generate these settings only if - # the corresponding files are found, e.g. don't generate ResourceCompile - # if you don't have any resources. - _ToolAppend( - msbuild_settings, "ClCompile", "AdditionalIncludeDirectories", include_dirs - ) - _ToolAppend( - msbuild_settings, "Midl", "AdditionalIncludeDirectories", midl_include_dirs - ) - _ToolAppend( - msbuild_settings, - "ResourceCompile", - "AdditionalIncludeDirectories", - resource_include_dirs, - ) - # Add in libraries, note that even for empty libraries, we want this - # set, to prevent inheriting default libraries from the environment. - _ToolSetOrAppend(msbuild_settings, "Link", "AdditionalDependencies", libraries) - _ToolAppend(msbuild_settings, "Link", "AdditionalLibraryDirectories", library_dirs) - if out_file: - _ToolAppend( - msbuild_settings, msbuild_tool, "OutputFile", out_file, only_if_unset=True - ) - if target_ext: - _ToolAppend( - msbuild_settings, msbuild_tool, "TargetExt", target_ext, only_if_unset=True - ) - # Add defines. - _ToolAppend(msbuild_settings, "ClCompile", "PreprocessorDefinitions", defines) - _ToolAppend(msbuild_settings, "ResourceCompile", "PreprocessorDefinitions", defines) - # Add disabled warnings. - _ToolAppend( - msbuild_settings, "ClCompile", "DisableSpecificWarnings", disabled_warnings - ) - # Turn on precompiled headers if appropriate. - if precompiled_header: - precompiled_header = os.path.split(precompiled_header)[1] - _ToolAppend(msbuild_settings, "ClCompile", "PrecompiledHeader", "Use") - _ToolAppend( - msbuild_settings, "ClCompile", "PrecompiledHeaderFile", precompiled_header - ) - _ToolAppend( - msbuild_settings, "ClCompile", "ForcedIncludeFiles", [precompiled_header] - ) - else: - _ToolAppend(msbuild_settings, "ClCompile", "PrecompiledHeader", "NotUsing") - # Turn off WinRT compilation - _ToolAppend(msbuild_settings, "ClCompile", "CompileAsWinRT", "false") - # Turn on import libraries if appropriate - if spec.get("msvs_requires_importlibrary"): - _ToolAppend(msbuild_settings, "", "IgnoreImportLibrary", "false") - # Loadable modules don't generate import libraries; - # tell dependent projects to not expect one. - if spec["type"] == "loadable_module": - _ToolAppend(msbuild_settings, "", "IgnoreImportLibrary", "true") - # Set the module definition file if any. - if def_file: - _ToolAppend(msbuild_settings, "Link", "ModuleDefinitionFile", def_file) - configuration["finalized_msbuild_settings"] = msbuild_settings - if prebuild: - _ToolAppend(msbuild_settings, "PreBuildEvent", "Command", prebuild) - if postbuild: - _ToolAppend(msbuild_settings, "PostBuildEvent", "Command", postbuild) - - -def _GetValueFormattedForMSBuild(tool_name, name, value): - if type(value) == list: - # For some settings, VS2010 does not automatically extends the settings - # TODO(jeanluc) Is this what we want? - if name in [ - "AdditionalIncludeDirectories", - "AdditionalLibraryDirectories", - "AdditionalOptions", - "DelayLoadDLLs", - "DisableSpecificWarnings", - "PreprocessorDefinitions", - ]: - value.append("%%(%s)" % name) - # For most tools, entries in a list should be separated with ';' but some - # settings use a space. Check for those first. - exceptions = { - "ClCompile": ["AdditionalOptions"], - "Link": ["AdditionalOptions"], - "Lib": ["AdditionalOptions"], - } - if tool_name in exceptions and name in exceptions[tool_name]: - char = " " - else: - char = ";" - formatted_value = char.join( - [MSVSSettings.ConvertVCMacrosToMSBuild(i) for i in value] - ) - else: - formatted_value = MSVSSettings.ConvertVCMacrosToMSBuild(value) - return formatted_value - - -def _VerifySourcesExist(sources, root_dir): - """Verifies that all source files exist on disk. - - Checks that all regular source files, i.e. not created at run time, - exist on disk. Missing files cause needless recompilation but no otherwise - visible errors. - - Arguments: - sources: A recursive list of Filter/file names. - root_dir: The root directory for the relative path names. - Returns: - A list of source files that cannot be found on disk. - """ - missing_sources = [] - for source in sources: - if isinstance(source, MSVSProject.Filter): - missing_sources.extend(_VerifySourcesExist(source.contents, root_dir)) - else: - if "$" not in source: - full_path = os.path.join(root_dir, source) - if not os.path.exists(full_path): - missing_sources.append(full_path) - return missing_sources - - -def _GetMSBuildSources( - spec, - sources, - exclusions, - rule_dependencies, - extension_to_rule_name, - actions_spec, - sources_handled_by_action, - list_excluded, -): - groups = [ - "none", - "masm", - "midl", - "include", - "compile", - "resource", - "rule", - "rule_dependency", - ] - grouped_sources = {} - for g in groups: - grouped_sources[g] = [] - - _AddSources2( - spec, - sources, - exclusions, - grouped_sources, - rule_dependencies, - extension_to_rule_name, - sources_handled_by_action, - list_excluded, - ) - sources = [] - for g in groups: - if grouped_sources[g]: - sources.append(["ItemGroup"] + grouped_sources[g]) - if actions_spec: - sources.append(["ItemGroup"] + actions_spec) - return sources - - -def _AddSources2( - spec, - sources, - exclusions, - grouped_sources, - rule_dependencies, - extension_to_rule_name, - sources_handled_by_action, - list_excluded, -): - extensions_excluded_from_precompile = [] - for source in sources: - if isinstance(source, MSVSProject.Filter): - _AddSources2( - spec, - source.contents, - exclusions, - grouped_sources, - rule_dependencies, - extension_to_rule_name, - sources_handled_by_action, - list_excluded, - ) - else: - if source not in sources_handled_by_action: - detail = [] - excluded_configurations = exclusions.get(source, []) - if len(excluded_configurations) == len(spec["configurations"]): - detail.append(["ExcludedFromBuild", "true"]) - else: - for config_name, configuration in sorted(excluded_configurations): - condition = _GetConfigurationCondition( - config_name, configuration - ) - detail.append( - ["ExcludedFromBuild", {"Condition": condition}, "true"] - ) - # Add precompile if needed - for config_name, configuration in spec["configurations"].items(): - precompiled_source = configuration.get( - "msvs_precompiled_source", "" - ) - if precompiled_source != "": - precompiled_source = _FixPath(precompiled_source) - if not extensions_excluded_from_precompile: - # If the precompiled header is generated by a C source, - # we must not try to use it for C++ sources, - # and vice versa. - basename, extension = os.path.splitext(precompiled_source) - if extension == ".c": - extensions_excluded_from_precompile = [ - ".cc", - ".cpp", - ".cxx", - ] - else: - extensions_excluded_from_precompile = [".c"] - - if precompiled_source == source: - condition = _GetConfigurationCondition( - config_name, configuration, spec - ) - detail.append( - ["PrecompiledHeader", {"Condition": condition}, "Create"] - ) - else: - # Turn off precompiled header usage for source files of a - # different type than the file that generated the - # precompiled header. - for extension in extensions_excluded_from_precompile: - if source.endswith(extension): - detail.append(["PrecompiledHeader", ""]) - detail.append(["ForcedIncludeFiles", ""]) - - group, element = _MapFileToMsBuildSourceType( - source, - rule_dependencies, - extension_to_rule_name, - _GetUniquePlatforms(spec), - spec["toolset"], - ) - if group == "compile" and not os.path.isabs(source): - # Add an <ObjectFileName> value to support duplicate source - # file basenames, except for absolute paths to avoid paths - # with more than 260 characters. - file_name = os.path.splitext(source)[0] + ".obj" - if file_name.startswith("..\\"): - file_name = re.sub(r"^(\.\.\\)+", "", file_name) - elif file_name.startswith("$("): - file_name = re.sub(r"^\$\([^)]+\)\\", "", file_name) - detail.append(["ObjectFileName", "$(IntDir)\\" + file_name]) - grouped_sources[group].append([element, {"Include": source}] + detail) - - -def _GetMSBuildProjectReferences(project): - references = [] - if project.dependencies: - group = ["ItemGroup"] - added_dependency_set = set() - for dependency in project.dependencies: - dependency_spec = dependency.spec - should_skip_dep = False - if project.spec["toolset"] == "target": - if dependency_spec["toolset"] == "host": - if dependency_spec["type"] == "static_library": - should_skip_dep = True - if dependency.name.startswith("run_"): - should_skip_dep = False - if should_skip_dep: - continue - - canonical_name = dependency.name.replace("_host", "") - added_dependency_set.add(canonical_name) - guid = dependency.guid - project_dir = os.path.split(project.path)[0] - relative_path = gyp.common.RelativePath(dependency.path, project_dir) - project_ref = [ - "ProjectReference", - {"Include": relative_path}, - ["Project", guid], - ["ReferenceOutputAssembly", "false"], - ] - for config in dependency.spec.get("configurations", {}).values(): - if config.get("msvs_use_library_dependency_inputs", 0): - project_ref.append(["UseLibraryDependencyInputs", "true"]) - break - # If it's disabled in any config, turn it off in the reference. - if config.get("msvs_2010_disable_uldi_when_referenced", 0): - project_ref.append(["UseLibraryDependencyInputs", "false"]) - break - group.append(project_ref) - references.append(group) - return references - - -def _GenerateMSBuildProject(project, options, version, generator_flags, spec): - spec = project.spec - configurations = spec["configurations"] - toolset = spec["toolset"] - project_dir, project_file_name = os.path.split(project.path) - gyp.common.EnsureDirExists(project.path) - # Prepare list of sources and excluded sources. - - gyp_file = os.path.split(project.build_file)[1] - sources, excluded_sources = _PrepareListOfSources(spec, generator_flags, gyp_file) - # Add rules. - actions_to_add = {} - props_files_of_rules = set() - targets_files_of_rules = set() - rule_dependencies = set() - extension_to_rule_name = {} - list_excluded = generator_flags.get("msvs_list_excluded_files", True) - platforms = _GetUniquePlatforms(spec) - - # Don't generate rules if we are using an external builder like ninja. - if not spec.get("msvs_external_builder"): - _GenerateRulesForMSBuild( - project_dir, - options, - spec, - sources, - excluded_sources, - props_files_of_rules, - targets_files_of_rules, - actions_to_add, - rule_dependencies, - extension_to_rule_name, - ) - else: - rules = spec.get("rules", []) - _AdjustSourcesForRules(rules, sources, excluded_sources, True) - - sources, excluded_sources, excluded_idl = _AdjustSourcesAndConvertToFilterHierarchy( - spec, options, project_dir, sources, excluded_sources, list_excluded, version - ) - - # Don't add actions if we are using an external builder like ninja. - if not spec.get("msvs_external_builder"): - _AddActions(actions_to_add, spec, project.build_file) - _AddCopies(actions_to_add, spec) - - # NOTE: this stanza must appear after all actions have been decided. - # Don't excluded sources with actions attached, or they won't run. - excluded_sources = _FilterActionsFromExcluded(excluded_sources, actions_to_add) - - exclusions = _GetExcludedFilesFromBuild(spec, excluded_sources, excluded_idl) - actions_spec, sources_handled_by_action = _GenerateActionsForMSBuild( - spec, actions_to_add - ) - - _GenerateMSBuildFiltersFile( - project.path + ".filters", - sources, - rule_dependencies, - extension_to_rule_name, - platforms, - toolset, - ) - missing_sources = _VerifySourcesExist(sources, project_dir) - - for configuration in configurations.values(): - _FinalizeMSBuildSettings(spec, configuration) - - # Add attributes to root element - - import_default_section = [ - ["Import", {"Project": r"$(VCTargetsPath)\Microsoft.Cpp.Default.props"}] - ] - import_cpp_props_section = [ - ["Import", {"Project": r"$(VCTargetsPath)\Microsoft.Cpp.props"}] - ] - import_cpp_targets_section = [ - ["Import", {"Project": r"$(VCTargetsPath)\Microsoft.Cpp.targets"}] - ] - import_masm_props_section = [ - ["Import", {"Project": r"$(VCTargetsPath)\BuildCustomizations\masm.props"}] - ] - import_masm_targets_section = [ - ["Import", {"Project": r"$(VCTargetsPath)\BuildCustomizations\masm.targets"}] - ] - import_marmasm_props_section = [ - ["Import", {"Project": r"$(VCTargetsPath)\BuildCustomizations\marmasm.props"}] - ] - import_marmasm_targets_section = [ - ["Import", {"Project": r"$(VCTargetsPath)\BuildCustomizations\marmasm.targets"}] - ] - macro_section = [["PropertyGroup", {"Label": "UserMacros"}]] - - content = [ - "Project", - { - "xmlns": "http://schemas.microsoft.com/developer/msbuild/2003", - "ToolsVersion": version.ProjectVersion(), - "DefaultTargets": "Build", - }, - ] - - content += _GetMSBuildProjectConfigurations(configurations, spec) - content += _GetMSBuildGlobalProperties( - spec, version, project.guid, project_file_name - ) - content += import_default_section - content += _GetMSBuildConfigurationDetails(spec, project.build_file) - if spec.get("msvs_enable_winphone"): - content += _GetMSBuildLocalProperties("v120_wp81") - else: - content += _GetMSBuildLocalProperties(project.msbuild_toolset) - content += import_cpp_props_section - content += import_masm_props_section - if "arm64" in platforms and toolset == "target": - content += import_marmasm_props_section - content += _GetMSBuildExtensions(props_files_of_rules) - content += _GetMSBuildPropertySheets(configurations, spec) - content += macro_section - content += _GetMSBuildConfigurationGlobalProperties( - spec, configurations, project.build_file - ) - content += _GetMSBuildToolSettingsSections(spec, configurations) - content += _GetMSBuildSources( - spec, - sources, - exclusions, - rule_dependencies, - extension_to_rule_name, - actions_spec, - sources_handled_by_action, - list_excluded, - ) - content += _GetMSBuildProjectReferences(project) - content += import_cpp_targets_section - content += import_masm_targets_section - if "arm64" in platforms and toolset == "target": - content += import_marmasm_targets_section - content += _GetMSBuildExtensionTargets(targets_files_of_rules) - - if spec.get("msvs_external_builder"): - content += _GetMSBuildExternalBuilderTargets(spec) - - # TODO(jeanluc) File a bug to get rid of runas. We had in MSVS: - # has_run_as = _WriteMSVSUserFile(project.path, version, spec) - - easy_xml.WriteXmlIfChanged(content, project.path, pretty=True, win32=True) - - return missing_sources - - -def _GetMSBuildExternalBuilderTargets(spec): - """Return a list of MSBuild targets for external builders. - - The "Build" and "Clean" targets are always generated. If the spec contains - 'msvs_external_builder_clcompile_cmd', then the "ClCompile" target will also - be generated, to support building selected C/C++ files. - - Arguments: - spec: The gyp target spec. - Returns: - List of MSBuild 'Target' specs. - """ - build_cmd = _BuildCommandLineForRuleRaw( - spec, spec["msvs_external_builder_build_cmd"], False, False, False, False - ) - build_target = ["Target", {"Name": "Build"}] - build_target.append(["Exec", {"Command": build_cmd}]) - - clean_cmd = _BuildCommandLineForRuleRaw( - spec, spec["msvs_external_builder_clean_cmd"], False, False, False, False - ) - clean_target = ["Target", {"Name": "Clean"}] - clean_target.append(["Exec", {"Command": clean_cmd}]) - - targets = [build_target, clean_target] - - if spec.get("msvs_external_builder_clcompile_cmd"): - clcompile_cmd = _BuildCommandLineForRuleRaw( - spec, - spec["msvs_external_builder_clcompile_cmd"], - False, - False, - False, - False, - ) - clcompile_target = ["Target", {"Name": "ClCompile"}] - clcompile_target.append(["Exec", {"Command": clcompile_cmd}]) - targets.append(clcompile_target) - - return targets - - -def _GetMSBuildExtensions(props_files_of_rules): - extensions = ["ImportGroup", {"Label": "ExtensionSettings"}] - for props_file in props_files_of_rules: - extensions.append(["Import", {"Project": props_file}]) - return [extensions] - - -def _GetMSBuildExtensionTargets(targets_files_of_rules): - targets_node = ["ImportGroup", {"Label": "ExtensionTargets"}] - for targets_file in sorted(targets_files_of_rules): - targets_node.append(["Import", {"Project": targets_file}]) - return [targets_node] - - -def _GenerateActionsForMSBuild(spec, actions_to_add): - """Add actions accumulated into an actions_to_add, merging as needed. - - Arguments: - spec: the target project dict - actions_to_add: dictionary keyed on input name, which maps to a list of - dicts describing the actions attached to that input file. - - Returns: - A pair of (action specification, the sources handled by this action). - """ - sources_handled_by_action = OrderedSet() - actions_spec = [] - for primary_input, actions in actions_to_add.items(): - if generator_supports_multiple_toolsets: - primary_input = primary_input.replace(".exe", "_host.exe") - inputs = OrderedSet() - outputs = OrderedSet() - descriptions = [] - commands = [] - for action in actions: - - def fixup_host_exe(i): - if "$(OutDir)" in i: - i = i.replace(".exe", "_host.exe") - return i - - if generator_supports_multiple_toolsets: - action["inputs"] = [fixup_host_exe(i) for i in action["inputs"]] - inputs.update(OrderedSet(action["inputs"])) - outputs.update(OrderedSet(action["outputs"])) - descriptions.append(action["description"]) - cmd = action["command"] - if generator_supports_multiple_toolsets: - cmd = cmd.replace(".exe", "_host.exe") - # For most actions, add 'call' so that actions that invoke batch files - # return and continue executing. msbuild_use_call provides a way to - # disable this but I have not seen any adverse effect from doing that - # for everything. - if action.get("msbuild_use_call", True): - cmd = "call " + cmd - commands.append(cmd) - # Add the custom build action for one input file. - description = ", and also ".join(descriptions) - - # We can't join the commands simply with && because the command line will - # get too long. See also _AddActions: cygwin's setup_env mustn't be called - # for every invocation or the command that sets the PATH will grow too - # long. - command = "\r\n".join( - [c + "\r\nif %errorlevel% neq 0 exit /b %errorlevel%" for c in commands] - ) - _AddMSBuildAction( - spec, - primary_input, - inputs, - outputs, - command, - description, - sources_handled_by_action, - actions_spec, - ) - return actions_spec, sources_handled_by_action - - -def _AddMSBuildAction( - spec, - primary_input, - inputs, - outputs, - cmd, - description, - sources_handled_by_action, - actions_spec, -): - command = MSVSSettings.ConvertVCMacrosToMSBuild(cmd) - primary_input = _FixPath(primary_input) - inputs_array = _FixPaths(inputs) - outputs_array = _FixPaths(outputs) - additional_inputs = ";".join([i for i in inputs_array if i != primary_input]) - outputs = ";".join(outputs_array) - sources_handled_by_action.add(primary_input) - action_spec = ["CustomBuild", {"Include": primary_input}] - action_spec.extend( - # TODO(jeanluc) 'Document' for all or just if as_sources? - [ - ["FileType", "Document"], - ["Command", command], - ["Message", description], - ["Outputs", outputs], - ] - ) - if additional_inputs: - action_spec.append(["AdditionalInputs", additional_inputs]) - actions_spec.append(action_spec) diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/msvs_test.py b/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/msvs_test.py deleted file mode 100755 index e80b57f..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/msvs_test.py +++ /dev/null @@ -1,44 +0,0 @@ -#!/usr/bin/env python3 -# Copyright (c) 2012 Google Inc. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - -""" Unit tests for the msvs.py file. """ - -import gyp.generator.msvs as msvs -import unittest - -from io import StringIO - - -class TestSequenceFunctions(unittest.TestCase): - def setUp(self): - self.stderr = StringIO() - - def test_GetLibraries(self): - self.assertEqual(msvs._GetLibraries({}), []) - self.assertEqual(msvs._GetLibraries({"libraries": []}), []) - self.assertEqual( - msvs._GetLibraries({"other": "foo", "libraries": ["a.lib"]}), ["a.lib"] - ) - self.assertEqual(msvs._GetLibraries({"libraries": ["-la"]}), ["a.lib"]) - self.assertEqual( - msvs._GetLibraries( - { - "libraries": [ - "a.lib", - "b.lib", - "c.lib", - "-lb.lib", - "-lb.lib", - "d.lib", - "a.lib", - ] - } - ), - ["c.lib", "b.lib", "d.lib", "a.lib"], - ) - - -if __name__ == "__main__": - unittest.main() diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ninja.py b/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ninja.py deleted file mode 100644 index ca04ee1..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ninja.py +++ /dev/null @@ -1,2936 +0,0 @@ -# Copyright (c) 2013 Google Inc. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - - -import collections -import copy -import hashlib -import json -import multiprocessing -import os.path -import re -import signal -import subprocess -import sys -import gyp -import gyp.common -import gyp.msvs_emulation -import gyp.MSVSUtil as MSVSUtil -import gyp.xcode_emulation - -from io import StringIO - -from gyp.common import GetEnvironFallback -import gyp.ninja_syntax as ninja_syntax - -generator_default_variables = { - "EXECUTABLE_PREFIX": "", - "EXECUTABLE_SUFFIX": "", - "STATIC_LIB_PREFIX": "lib", - "STATIC_LIB_SUFFIX": ".a", - "SHARED_LIB_PREFIX": "lib", - # Gyp expects the following variables to be expandable by the build - # system to the appropriate locations. Ninja prefers paths to be - # known at gyp time. To resolve this, introduce special - # variables starting with $! and $| (which begin with a $ so gyp knows it - # should be treated specially, but is otherwise an invalid - # ninja/shell variable) that are passed to gyp here but expanded - # before writing out into the target .ninja files; see - # ExpandSpecial. - # $! is used for variables that represent a path and that can only appear at - # the start of a string, while $| is used for variables that can appear - # anywhere in a string. - "INTERMEDIATE_DIR": "$!INTERMEDIATE_DIR", - "SHARED_INTERMEDIATE_DIR": "$!PRODUCT_DIR/gen", - "PRODUCT_DIR": "$!PRODUCT_DIR", - "CONFIGURATION_NAME": "$|CONFIGURATION_NAME", - # Special variables that may be used by gyp 'rule' targets. - # We generate definitions for these variables on the fly when processing a - # rule. - "RULE_INPUT_ROOT": "${root}", - "RULE_INPUT_DIRNAME": "${dirname}", - "RULE_INPUT_PATH": "${source}", - "RULE_INPUT_EXT": "${ext}", - "RULE_INPUT_NAME": "${name}", -} - -# Placates pylint. -generator_additional_non_configuration_keys = [] -generator_additional_path_sections = [] -generator_extra_sources_for_rules = [] -generator_filelist_paths = None - -generator_supports_multiple_toolsets = gyp.common.CrossCompileRequested() - - -def StripPrefix(arg, prefix): - if arg.startswith(prefix): - return arg[len(prefix) :] - return arg - - -def QuoteShellArgument(arg, flavor): - """Quote a string such that it will be interpreted as a single argument - by the shell.""" - # Rather than attempting to enumerate the bad shell characters, just - # allow common OK ones and quote anything else. - if re.match(r"^[a-zA-Z0-9_=.\\/-]+$", arg): - return arg # No quoting necessary. - if flavor == "win": - return gyp.msvs_emulation.QuoteForRspFile(arg) - return "'" + arg.replace("'", "'" + '"\'"' + "'") + "'" - - -def Define(d, flavor): - """Takes a preprocessor define and returns a -D parameter that's ninja- and - shell-escaped.""" - if flavor == "win": - # cl.exe replaces literal # characters with = in preprocessor definitions for - # some reason. Octal-encode to work around that. - d = d.replace("#", "\\%03o" % ord("#")) - return QuoteShellArgument(ninja_syntax.escape("-D" + d), flavor) - - -def AddArch(output, arch): - """Adds an arch string to an output path.""" - output, extension = os.path.splitext(output) - return f"{output}.{arch}{extension}" - - -class Target: - """Target represents the paths used within a single gyp target. - - Conceptually, building a single target A is a series of steps: - - 1) actions/rules/copies generates source/resources/etc. - 2) compiles generates .o files - 3) link generates a binary (library/executable) - 4) bundle merges the above in a mac bundle - - (Any of these steps can be optional.) - - From a build ordering perspective, a dependent target B could just - depend on the last output of this series of steps. - - But some dependent commands sometimes need to reach inside the box. - For example, when linking B it needs to get the path to the static - library generated by A. - - This object stores those paths. To keep things simple, member - variables only store concrete paths to single files, while methods - compute derived values like "the last output of the target". - """ - - def __init__(self, type): - # Gyp type ("static_library", etc.) of this target. - self.type = type - # File representing whether any input dependencies necessary for - # dependent actions have completed. - self.preaction_stamp = None - # File representing whether any input dependencies necessary for - # dependent compiles have completed. - self.precompile_stamp = None - # File representing the completion of actions/rules/copies, if any. - self.actions_stamp = None - # Path to the output of the link step, if any. - self.binary = None - # Path to the file representing the completion of building the bundle, - # if any. - self.bundle = None - # On Windows, incremental linking requires linking against all the .objs - # that compose a .lib (rather than the .lib itself). That list is stored - # here. In this case, we also need to save the compile_deps for the target, - # so that the target that directly depends on the .objs can also depend - # on those. - self.component_objs = None - self.compile_deps = None - # Windows only. The import .lib is the output of a build step, but - # because dependents only link against the lib (not both the lib and the - # dll) we keep track of the import library here. - self.import_lib = None - # Track if this target contains any C++ files, to decide if gcc or g++ - # should be used for linking. - self.uses_cpp = False - - def Linkable(self): - """Return true if this is a target that can be linked against.""" - return self.type in ("static_library", "shared_library") - - def UsesToc(self, flavor): - """Return true if the target should produce a restat rule based on a TOC - file.""" - # For bundles, the .TOC should be produced for the binary, not for - # FinalOutput(). But the naive approach would put the TOC file into the - # bundle, so don't do this for bundles for now. - if flavor == "win" or self.bundle: - return False - return self.type in ("shared_library", "loadable_module") - - def PreActionInput(self, flavor): - """Return the path, if any, that should be used as a dependency of - any dependent action step.""" - if self.UsesToc(flavor): - return self.FinalOutput() + ".TOC" - return self.FinalOutput() or self.preaction_stamp - - def PreCompileInput(self): - """Return the path, if any, that should be used as a dependency of - any dependent compile step.""" - return self.actions_stamp or self.precompile_stamp - - def FinalOutput(self): - """Return the last output of the target, which depends on all prior - steps.""" - return self.bundle or self.binary or self.actions_stamp - - -# A small discourse on paths as used within the Ninja build: -# All files we produce (both at gyp and at build time) appear in the -# build directory (e.g. out/Debug). -# -# Paths within a given .gyp file are always relative to the directory -# containing the .gyp file. Call these "gyp paths". This includes -# sources as well as the starting directory a given gyp rule/action -# expects to be run from. We call the path from the source root to -# the gyp file the "base directory" within the per-.gyp-file -# NinjaWriter code. -# -# All paths as written into the .ninja files are relative to the build -# directory. Call these paths "ninja paths". -# -# We translate between these two notions of paths with two helper -# functions: -# -# - GypPathToNinja translates a gyp path (i.e. relative to the .gyp file) -# into the equivalent ninja path. -# -# - GypPathToUniqueOutput translates a gyp path into a ninja path to write -# an output file; the result can be namespaced such that it is unique -# to the input file name as well as the output target name. - - -class NinjaWriter: - def __init__( - self, - hash_for_rules, - target_outputs, - base_dir, - build_dir, - output_file, - toplevel_build, - output_file_name, - flavor, - toplevel_dir=None, - ): - """ - base_dir: path from source root to directory containing this gyp file, - by gyp semantics, all input paths are relative to this - build_dir: path from source root to build output - toplevel_dir: path to the toplevel directory - """ - - self.hash_for_rules = hash_for_rules - self.target_outputs = target_outputs - self.base_dir = base_dir - self.build_dir = build_dir - self.ninja = ninja_syntax.Writer(output_file) - self.toplevel_build = toplevel_build - self.output_file_name = output_file_name - - self.flavor = flavor - self.abs_build_dir = None - if toplevel_dir is not None: - self.abs_build_dir = os.path.abspath(os.path.join(toplevel_dir, build_dir)) - self.obj_ext = ".obj" if flavor == "win" else ".o" - if flavor == "win": - # See docstring of msvs_emulation.GenerateEnvironmentFiles(). - self.win_env = {} - for arch in ("x86", "x64"): - self.win_env[arch] = "environment." + arch - - # Relative path from build output dir to base dir. - build_to_top = gyp.common.InvertRelativePath(build_dir, toplevel_dir) - self.build_to_base = os.path.join(build_to_top, base_dir) - # Relative path from base dir to build dir. - base_to_top = gyp.common.InvertRelativePath(base_dir, toplevel_dir) - self.base_to_build = os.path.join(base_to_top, build_dir) - - def ExpandSpecial(self, path, product_dir=None): - """Expand specials like $!PRODUCT_DIR in |path|. - - If |product_dir| is None, assumes the cwd is already the product - dir. Otherwise, |product_dir| is the relative path to the product - dir. - """ - - PRODUCT_DIR = "$!PRODUCT_DIR" - if PRODUCT_DIR in path: - if product_dir: - path = path.replace(PRODUCT_DIR, product_dir) - else: - path = path.replace(PRODUCT_DIR + "/", "") - path = path.replace(PRODUCT_DIR + "\\", "") - path = path.replace(PRODUCT_DIR, ".") - - INTERMEDIATE_DIR = "$!INTERMEDIATE_DIR" - if INTERMEDIATE_DIR in path: - int_dir = self.GypPathToUniqueOutput("gen") - # GypPathToUniqueOutput generates a path relative to the product dir, - # so insert product_dir in front if it is provided. - path = path.replace( - INTERMEDIATE_DIR, os.path.join(product_dir or "", int_dir) - ) - - CONFIGURATION_NAME = "$|CONFIGURATION_NAME" - path = path.replace(CONFIGURATION_NAME, self.config_name) - - return path - - def ExpandRuleVariables(self, path, root, dirname, source, ext, name): - if self.flavor == "win": - path = self.msvs_settings.ConvertVSMacros(path, config=self.config_name) - path = path.replace(generator_default_variables["RULE_INPUT_ROOT"], root) - path = path.replace(generator_default_variables["RULE_INPUT_DIRNAME"], dirname) - path = path.replace(generator_default_variables["RULE_INPUT_PATH"], source) - path = path.replace(generator_default_variables["RULE_INPUT_EXT"], ext) - path = path.replace(generator_default_variables["RULE_INPUT_NAME"], name) - return path - - def GypPathToNinja(self, path, env=None): - """Translate a gyp path to a ninja path, optionally expanding environment - variable references in |path| with |env|. - - See the above discourse on path conversions.""" - if env: - if self.flavor == "mac": - path = gyp.xcode_emulation.ExpandEnvVars(path, env) - elif self.flavor == "win": - path = gyp.msvs_emulation.ExpandMacros(path, env) - if path.startswith("$!"): - expanded = self.ExpandSpecial(path) - if self.flavor == "win": - expanded = os.path.normpath(expanded) - return expanded - if "$|" in path: - path = self.ExpandSpecial(path) - assert "$" not in path, path - return os.path.normpath(os.path.join(self.build_to_base, path)) - - def GypPathToUniqueOutput(self, path, qualified=True): - """Translate a gyp path to a ninja path for writing output. - - If qualified is True, qualify the resulting filename with the name - of the target. This is necessary when e.g. compiling the same - path twice for two separate output targets. - - See the above discourse on path conversions.""" - - path = self.ExpandSpecial(path) - assert not path.startswith("$"), path - - # Translate the path following this scheme: - # Input: foo/bar.gyp, target targ, references baz/out.o - # Output: obj/foo/baz/targ.out.o (if qualified) - # obj/foo/baz/out.o (otherwise) - # (and obj.host instead of obj for cross-compiles) - # - # Why this scheme and not some other one? - # 1) for a given input, you can compute all derived outputs by matching - # its path, even if the input is brought via a gyp file with '..'. - # 2) simple files like libraries and stamps have a simple filename. - - obj = "obj" - if self.toolset != "target": - obj += "." + self.toolset - - path_dir, path_basename = os.path.split(path) - assert not os.path.isabs(path_dir), ( - "'%s' can not be absolute path (see crbug.com/462153)." % path_dir - ) - - if qualified: - path_basename = self.name + "." + path_basename - return os.path.normpath( - os.path.join(obj, self.base_dir, path_dir, path_basename) - ) - - def WriteCollapsedDependencies(self, name, targets, order_only=None): - """Given a list of targets, return a path for a single file - representing the result of building all the targets or None. - - Uses a stamp file if necessary.""" - - assert targets == [item for item in targets if item], targets - if len(targets) == 0: - assert not order_only - return None - if len(targets) > 1 or order_only: - stamp = self.GypPathToUniqueOutput(name + ".stamp") - targets = self.ninja.build(stamp, "stamp", targets, order_only=order_only) - self.ninja.newline() - return targets[0] - - def _SubninjaNameForArch(self, arch): - output_file_base = os.path.splitext(self.output_file_name)[0] - return f"{output_file_base}.{arch}.ninja" - - def WriteSpec(self, spec, config_name, generator_flags): - """The main entry point for NinjaWriter: write the build rules for a spec. - - Returns a Target object, which represents the output paths for this spec. - Returns None if there are no outputs (e.g. a settings-only 'none' type - target).""" - - self.config_name = config_name - self.name = spec["target_name"] - self.toolset = spec["toolset"] - config = spec["configurations"][config_name] - self.target = Target(spec["type"]) - self.is_standalone_static_library = bool( - spec.get("standalone_static_library", 0) - ) - - self.target_rpath = generator_flags.get("target_rpath", r"\$$ORIGIN/lib/") - - self.is_mac_bundle = gyp.xcode_emulation.IsMacBundle(self.flavor, spec) - self.xcode_settings = self.msvs_settings = None - if self.flavor == "mac": - self.xcode_settings = gyp.xcode_emulation.XcodeSettings(spec) - mac_toolchain_dir = generator_flags.get("mac_toolchain_dir", None) - if mac_toolchain_dir: - self.xcode_settings.mac_toolchain_dir = mac_toolchain_dir - - if self.flavor == "win": - self.msvs_settings = gyp.msvs_emulation.MsvsSettings(spec, generator_flags) - arch = self.msvs_settings.GetArch(config_name) - self.ninja.variable("arch", self.win_env[arch]) - self.ninja.variable("cc", "$cl_" + arch) - self.ninja.variable("cxx", "$cl_" + arch) - self.ninja.variable("cc_host", "$cl_" + arch) - self.ninja.variable("cxx_host", "$cl_" + arch) - self.ninja.variable("asm", "$ml_" + arch) - - if self.flavor == "mac": - self.archs = self.xcode_settings.GetActiveArchs(config_name) - if len(self.archs) > 1: - self.arch_subninjas = { - arch: ninja_syntax.Writer( - OpenOutput( - os.path.join( - self.toplevel_build, self._SubninjaNameForArch(arch) - ), - "w", - ) - ) - for arch in self.archs - } - - # Compute predepends for all rules. - # actions_depends is the dependencies this target depends on before running - # any of its action/rule/copy steps. - # compile_depends is the dependencies this target depends on before running - # any of its compile steps. - actions_depends = [] - compile_depends = [] - # TODO(evan): it is rather confusing which things are lists and which - # are strings. Fix these. - if "dependencies" in spec: - for dep in spec["dependencies"]: - if dep in self.target_outputs: - target = self.target_outputs[dep] - actions_depends.append(target.PreActionInput(self.flavor)) - compile_depends.append(target.PreCompileInput()) - if target.uses_cpp: - self.target.uses_cpp = True - actions_depends = [item for item in actions_depends if item] - compile_depends = [item for item in compile_depends if item] - actions_depends = self.WriteCollapsedDependencies( - "actions_depends", actions_depends - ) - compile_depends = self.WriteCollapsedDependencies( - "compile_depends", compile_depends - ) - self.target.preaction_stamp = actions_depends - self.target.precompile_stamp = compile_depends - - # Write out actions, rules, and copies. These must happen before we - # compile any sources, so compute a list of predependencies for sources - # while we do it. - extra_sources = [] - mac_bundle_depends = [] - self.target.actions_stamp = self.WriteActionsRulesCopies( - spec, extra_sources, actions_depends, mac_bundle_depends - ) - - # If we have actions/rules/copies, we depend directly on those, but - # otherwise we depend on dependent target's actions/rules/copies etc. - # We never need to explicitly depend on previous target's link steps, - # because no compile ever depends on them. - compile_depends_stamp = self.target.actions_stamp or compile_depends - - # Write out the compilation steps, if any. - link_deps = [] - try: - sources = extra_sources + spec.get("sources", []) - except TypeError: - print("extra_sources: ", str(extra_sources)) - print('spec.get("sources"): ', str(spec.get("sources"))) - raise - if sources: - if self.flavor == "mac" and len(self.archs) > 1: - # Write subninja file containing compile and link commands scoped to - # a single arch if a fat binary is being built. - for arch in self.archs: - self.ninja.subninja(self._SubninjaNameForArch(arch)) - - pch = None - if self.flavor == "win": - gyp.msvs_emulation.VerifyMissingSources( - sources, self.abs_build_dir, generator_flags, self.GypPathToNinja - ) - pch = gyp.msvs_emulation.PrecompiledHeader( - self.msvs_settings, - config_name, - self.GypPathToNinja, - self.GypPathToUniqueOutput, - self.obj_ext, - ) - else: - pch = gyp.xcode_emulation.MacPrefixHeader( - self.xcode_settings, - self.GypPathToNinja, - lambda path, lang: self.GypPathToUniqueOutput(path + "-" + lang), - ) - link_deps = self.WriteSources( - self.ninja, - config_name, - config, - sources, - compile_depends_stamp, - pch, - spec, - ) - # Some actions/rules output 'sources' that are already object files. - obj_outputs = [f for f in sources if f.endswith(self.obj_ext)] - if obj_outputs: - if self.flavor != "mac" or len(self.archs) == 1: - link_deps += [self.GypPathToNinja(o) for o in obj_outputs] - else: - print( - "Warning: Actions/rules writing object files don't work with " - "multiarch targets, dropping. (target %s)" % spec["target_name"] - ) - elif self.flavor == "mac" and len(self.archs) > 1: - link_deps = collections.defaultdict(list) - - compile_deps = self.target.actions_stamp or actions_depends - if self.flavor == "win" and self.target.type == "static_library": - self.target.component_objs = link_deps - self.target.compile_deps = compile_deps - - # Write out a link step, if needed. - output = None - is_empty_bundle = not link_deps and not mac_bundle_depends - if link_deps or self.target.actions_stamp or actions_depends: - output = self.WriteTarget( - spec, config_name, config, link_deps, compile_deps - ) - if self.is_mac_bundle: - mac_bundle_depends.append(output) - - # Bundle all of the above together, if needed. - if self.is_mac_bundle: - output = self.WriteMacBundle(spec, mac_bundle_depends, is_empty_bundle) - - if not output: - return None - - assert self.target.FinalOutput(), output - return self.target - - def _WinIdlRule(self, source, prebuild, outputs): - """Handle the implicit VS .idl rule for one source file. Fills |outputs| - with files that are generated.""" - outdir, output, vars, flags = self.msvs_settings.GetIdlBuildData( - source, self.config_name - ) - outdir = self.GypPathToNinja(outdir) - - def fix_path(path, rel=None): - path = os.path.join(outdir, path) - dirname, basename = os.path.split(source) - root, ext = os.path.splitext(basename) - path = self.ExpandRuleVariables(path, root, dirname, source, ext, basename) - if rel: - path = os.path.relpath(path, rel) - return path - - vars = [(name, fix_path(value, outdir)) for name, value in vars] - output = [fix_path(p) for p in output] - vars.append(("outdir", outdir)) - vars.append(("idlflags", flags)) - input = self.GypPathToNinja(source) - self.ninja.build(output, "idl", input, variables=vars, order_only=prebuild) - outputs.extend(output) - - def WriteWinIdlFiles(self, spec, prebuild): - """Writes rules to match MSVS's implicit idl handling.""" - assert self.flavor == "win" - if self.msvs_settings.HasExplicitIdlRulesOrActions(spec): - return [] - outputs = [] - for source in filter(lambda x: x.endswith(".idl"), spec["sources"]): - self._WinIdlRule(source, prebuild, outputs) - return outputs - - def WriteActionsRulesCopies( - self, spec, extra_sources, prebuild, mac_bundle_depends - ): - """Write out the Actions, Rules, and Copies steps. Return a path - representing the outputs of these steps.""" - outputs = [] - if self.is_mac_bundle: - mac_bundle_resources = spec.get("mac_bundle_resources", [])[:] - else: - mac_bundle_resources = [] - extra_mac_bundle_resources = [] - - if "actions" in spec: - outputs += self.WriteActions( - spec["actions"], extra_sources, prebuild, extra_mac_bundle_resources - ) - if "rules" in spec: - outputs += self.WriteRules( - spec["rules"], - extra_sources, - prebuild, - mac_bundle_resources, - extra_mac_bundle_resources, - ) - if "copies" in spec: - outputs += self.WriteCopies(spec["copies"], prebuild, mac_bundle_depends) - - if "sources" in spec and self.flavor == "win": - outputs += self.WriteWinIdlFiles(spec, prebuild) - - if self.xcode_settings and self.xcode_settings.IsIosFramework(): - self.WriteiOSFrameworkHeaders(spec, outputs, prebuild) - - stamp = self.WriteCollapsedDependencies("actions_rules_copies", outputs) - - if self.is_mac_bundle: - xcassets = self.WriteMacBundleResources( - extra_mac_bundle_resources + mac_bundle_resources, mac_bundle_depends - ) - partial_info_plist = self.WriteMacXCassets(xcassets, mac_bundle_depends) - self.WriteMacInfoPlist(partial_info_plist, mac_bundle_depends) - - return stamp - - def GenerateDescription(self, verb, message, fallback): - """Generate and return a description of a build step. - - |verb| is the short summary, e.g. ACTION or RULE. - |message| is a hand-written description, or None if not available. - |fallback| is the gyp-level name of the step, usable as a fallback. - """ - if self.toolset != "target": - verb += "(%s)" % self.toolset - if message: - return f"{verb} {self.ExpandSpecial(message)}" - else: - return f"{verb} {self.name}: {fallback}" - - def WriteActions( - self, actions, extra_sources, prebuild, extra_mac_bundle_resources - ): - # Actions cd into the base directory. - env = self.GetToolchainEnv() - all_outputs = [] - for action in actions: - # First write out a rule for the action. - name = "{}_{}".format(action["action_name"], self.hash_for_rules) - description = self.GenerateDescription( - "ACTION", action.get("message", None), name - ) - win_shell_flags = ( - self.msvs_settings.GetRuleShellFlags(action) - if self.flavor == "win" - else None - ) - args = action["action"] - depfile = action.get("depfile", None) - if depfile: - depfile = self.ExpandSpecial(depfile, self.base_to_build) - pool = "console" if int(action.get("ninja_use_console", 0)) else None - rule_name, _ = self.WriteNewNinjaRule( - name, args, description, win_shell_flags, env, pool, depfile=depfile - ) - - inputs = [self.GypPathToNinja(i, env) for i in action["inputs"]] - if int(action.get("process_outputs_as_sources", False)): - extra_sources += action["outputs"] - if int(action.get("process_outputs_as_mac_bundle_resources", False)): - extra_mac_bundle_resources += action["outputs"] - outputs = [self.GypPathToNinja(o, env) for o in action["outputs"]] - - # Then write out an edge using the rule. - self.ninja.build(outputs, rule_name, inputs, order_only=prebuild) - all_outputs += outputs - - self.ninja.newline() - - return all_outputs - - def WriteRules( - self, - rules, - extra_sources, - prebuild, - mac_bundle_resources, - extra_mac_bundle_resources, - ): - env = self.GetToolchainEnv() - all_outputs = [] - for rule in rules: - # Skip a rule with no action and no inputs. - if "action" not in rule and not rule.get("rule_sources", []): - continue - - # First write out a rule for the rule action. - name = "{}_{}".format(rule["rule_name"], self.hash_for_rules) - - args = rule["action"] - description = self.GenerateDescription( - "RULE", - rule.get("message", None), - ("%s " + generator_default_variables["RULE_INPUT_PATH"]) % name, - ) - win_shell_flags = ( - self.msvs_settings.GetRuleShellFlags(rule) - if self.flavor == "win" - else None - ) - pool = "console" if int(rule.get("ninja_use_console", 0)) else None - rule_name, args = self.WriteNewNinjaRule( - name, args, description, win_shell_flags, env, pool - ) - - # TODO: if the command references the outputs directly, we should - # simplify it to just use $out. - - # Rules can potentially make use of some special variables which - # must vary per source file. - # Compute the list of variables we'll need to provide. - special_locals = ("source", "root", "dirname", "ext", "name") - needed_variables = {"source"} - for argument in args: - for var in special_locals: - if "${%s}" % var in argument: - needed_variables.add(var) - needed_variables = sorted(needed_variables) - - def cygwin_munge(path): - # pylint: disable=cell-var-from-loop - if win_shell_flags and win_shell_flags.cygwin: - return path.replace("\\", "/") - return path - - inputs = [self.GypPathToNinja(i, env) for i in rule.get("inputs", [])] - - # If there are n source files matching the rule, and m additional rule - # inputs, then adding 'inputs' to each build edge written below will - # write m * n inputs. Collapsing reduces this to m + n. - sources = rule.get("rule_sources", []) - num_inputs = len(inputs) - if prebuild: - num_inputs += 1 - if num_inputs > 2 and len(sources) > 2: - inputs = [ - self.WriteCollapsedDependencies( - rule["rule_name"], inputs, order_only=prebuild - ) - ] - prebuild = [] - - # For each source file, write an edge that generates all the outputs. - for source in sources: - source = os.path.normpath(source) - dirname, basename = os.path.split(source) - root, ext = os.path.splitext(basename) - - # Gather the list of inputs and outputs, expanding $vars if possible. - outputs = [ - self.ExpandRuleVariables(o, root, dirname, source, ext, basename) - for o in rule["outputs"] - ] - - if int(rule.get("process_outputs_as_sources", False)): - extra_sources += outputs - - was_mac_bundle_resource = source in mac_bundle_resources - if was_mac_bundle_resource or int( - rule.get("process_outputs_as_mac_bundle_resources", False) - ): - extra_mac_bundle_resources += outputs - # Note: This is n_resources * n_outputs_in_rule. - # Put to-be-removed items in a set and - # remove them all in a single pass - # if this becomes a performance issue. - if was_mac_bundle_resource: - mac_bundle_resources.remove(source) - - extra_bindings = [] - for var in needed_variables: - if var == "root": - extra_bindings.append(("root", cygwin_munge(root))) - elif var == "dirname": - # '$dirname' is a parameter to the rule action, which means - # it shouldn't be converted to a Ninja path. But we don't - # want $!PRODUCT_DIR in there either. - dirname_expanded = self.ExpandSpecial( - dirname, self.base_to_build - ) - extra_bindings.append( - ("dirname", cygwin_munge(dirname_expanded)) - ) - elif var == "source": - # '$source' is a parameter to the rule action, which means - # it shouldn't be converted to a Ninja path. But we don't - # want $!PRODUCT_DIR in there either. - source_expanded = self.ExpandSpecial(source, self.base_to_build) - extra_bindings.append(("source", cygwin_munge(source_expanded))) - elif var == "ext": - extra_bindings.append(("ext", ext)) - elif var == "name": - extra_bindings.append(("name", cygwin_munge(basename))) - else: - assert var is None, repr(var) - - outputs = [self.GypPathToNinja(o, env) for o in outputs] - if self.flavor == "win": - # WriteNewNinjaRule uses unique_name to create a rsp file on win. - extra_bindings.append( - ("unique_name", hashlib.md5(outputs[0]).hexdigest()) - ) - - self.ninja.build( - outputs, - rule_name, - self.GypPathToNinja(source), - implicit=inputs, - order_only=prebuild, - variables=extra_bindings, - ) - - all_outputs.extend(outputs) - - return all_outputs - - def WriteCopies(self, copies, prebuild, mac_bundle_depends): - outputs = [] - if self.xcode_settings: - extra_env = self.xcode_settings.GetPerTargetSettings() - env = self.GetToolchainEnv(additional_settings=extra_env) - else: - env = self.GetToolchainEnv() - for to_copy in copies: - for path in to_copy["files"]: - # Normalize the path so trailing slashes don't confuse us. - path = os.path.normpath(path) - basename = os.path.split(path)[1] - src = self.GypPathToNinja(path, env) - dst = self.GypPathToNinja( - os.path.join(to_copy["destination"], basename), env - ) - outputs += self.ninja.build(dst, "copy", src, order_only=prebuild) - if self.is_mac_bundle: - # gyp has mac_bundle_resources to copy things into a bundle's - # Resources folder, but there's no built-in way to copy files - # to other places in the bundle. - # Hence, some targets use copies for this. - # Check if this file is copied into the current bundle, - # and if so add it to the bundle depends so - # that dependent targets get rebuilt if the copy input changes. - if dst.startswith( - self.xcode_settings.GetBundleContentsFolderPath() - ): - mac_bundle_depends.append(dst) - - return outputs - - def WriteiOSFrameworkHeaders(self, spec, outputs, prebuild): - """Prebuild steps to generate hmap files and copy headers to destination.""" - framework = self.ComputeMacBundleOutput() - all_sources = spec["sources"] - copy_headers = spec["mac_framework_headers"] - output = self.GypPathToUniqueOutput("headers.hmap") - self.xcode_settings.header_map_path = output - all_headers = map( - self.GypPathToNinja, filter(lambda x: x.endswith(".h"), all_sources) - ) - variables = [ - ("framework", framework), - ("copy_headers", map(self.GypPathToNinja, copy_headers)), - ] - outputs.extend( - self.ninja.build( - output, - "compile_ios_framework_headers", - all_headers, - variables=variables, - order_only=prebuild, - ) - ) - - def WriteMacBundleResources(self, resources, bundle_depends): - """Writes ninja edges for 'mac_bundle_resources'.""" - xcassets = [] - - extra_env = self.xcode_settings.GetPerTargetSettings() - env = self.GetSortedXcodeEnv(additional_settings=extra_env) - env = self.ComputeExportEnvString(env) - isBinary = self.xcode_settings.IsBinaryOutputFormat(self.config_name) - - for output, res in gyp.xcode_emulation.GetMacBundleResources( - generator_default_variables["PRODUCT_DIR"], - self.xcode_settings, - map(self.GypPathToNinja, resources), - ): - output = self.ExpandSpecial(output) - if os.path.splitext(output)[-1] != ".xcassets": - self.ninja.build( - output, - "mac_tool", - res, - variables=[ - ("mactool_cmd", "copy-bundle-resource"), - ("env", env), - ("binary", isBinary), - ], - ) - bundle_depends.append(output) - else: - xcassets.append(res) - return xcassets - - def WriteMacXCassets(self, xcassets, bundle_depends): - """Writes ninja edges for 'mac_bundle_resources' .xcassets files. - - This add an invocation of 'actool' via the 'mac_tool.py' helper script. - It assumes that the assets catalogs define at least one imageset and - thus an Assets.car file will be generated in the application resources - directory. If this is not the case, then the build will probably be done - at each invocation of ninja.""" - if not xcassets: - return - - extra_arguments = {} - settings_to_arg = { - "XCASSETS_APP_ICON": "app-icon", - "XCASSETS_LAUNCH_IMAGE": "launch-image", - } - settings = self.xcode_settings.xcode_settings[self.config_name] - for settings_key, arg_name in settings_to_arg.items(): - value = settings.get(settings_key) - if value: - extra_arguments[arg_name] = value - - partial_info_plist = None - if extra_arguments: - partial_info_plist = self.GypPathToUniqueOutput( - "assetcatalog_generated_info.plist" - ) - extra_arguments["output-partial-info-plist"] = partial_info_plist - - outputs = [] - outputs.append( - os.path.join(self.xcode_settings.GetBundleResourceFolder(), "Assets.car") - ) - if partial_info_plist: - outputs.append(partial_info_plist) - - keys = QuoteShellArgument(json.dumps(extra_arguments), self.flavor) - extra_env = self.xcode_settings.GetPerTargetSettings() - env = self.GetSortedXcodeEnv(additional_settings=extra_env) - env = self.ComputeExportEnvString(env) - - bundle_depends.extend( - self.ninja.build( - outputs, - "compile_xcassets", - xcassets, - variables=[("env", env), ("keys", keys)], - ) - ) - return partial_info_plist - - def WriteMacInfoPlist(self, partial_info_plist, bundle_depends): - """Write build rules for bundle Info.plist files.""" - info_plist, out, defines, extra_env = gyp.xcode_emulation.GetMacInfoPlist( - generator_default_variables["PRODUCT_DIR"], - self.xcode_settings, - self.GypPathToNinja, - ) - if not info_plist: - return - out = self.ExpandSpecial(out) - if defines: - # Create an intermediate file to store preprocessed results. - intermediate_plist = self.GypPathToUniqueOutput( - os.path.basename(info_plist) - ) - defines = " ".join([Define(d, self.flavor) for d in defines]) - info_plist = self.ninja.build( - intermediate_plist, - "preprocess_infoplist", - info_plist, - variables=[("defines", defines)], - ) - - env = self.GetSortedXcodeEnv(additional_settings=extra_env) - env = self.ComputeExportEnvString(env) - - if partial_info_plist: - intermediate_plist = self.GypPathToUniqueOutput("merged_info.plist") - info_plist = self.ninja.build( - intermediate_plist, "merge_infoplist", [partial_info_plist, info_plist] - ) - - keys = self.xcode_settings.GetExtraPlistItems(self.config_name) - keys = QuoteShellArgument(json.dumps(keys), self.flavor) - isBinary = self.xcode_settings.IsBinaryOutputFormat(self.config_name) - self.ninja.build( - out, - "copy_infoplist", - info_plist, - variables=[("env", env), ("keys", keys), ("binary", isBinary)], - ) - bundle_depends.append(out) - - def WriteSources( - self, - ninja_file, - config_name, - config, - sources, - predepends, - precompiled_header, - spec, - ): - """Write build rules to compile all of |sources|.""" - if self.toolset == "host": - self.ninja.variable("ar", "$ar_host") - self.ninja.variable("cc", "$cc_host") - self.ninja.variable("cxx", "$cxx_host") - self.ninja.variable("ld", "$ld_host") - self.ninja.variable("ldxx", "$ldxx_host") - self.ninja.variable("nm", "$nm_host") - self.ninja.variable("readelf", "$readelf_host") - - if self.flavor != "mac" or len(self.archs) == 1: - return self.WriteSourcesForArch( - self.ninja, - config_name, - config, - sources, - predepends, - precompiled_header, - spec, - ) - else: - return { - arch: self.WriteSourcesForArch( - self.arch_subninjas[arch], - config_name, - config, - sources, - predepends, - precompiled_header, - spec, - arch=arch, - ) - for arch in self.archs - } - - def WriteSourcesForArch( - self, - ninja_file, - config_name, - config, - sources, - predepends, - precompiled_header, - spec, - arch=None, - ): - """Write build rules to compile all of |sources|.""" - - extra_defines = [] - if self.flavor == "mac": - cflags = self.xcode_settings.GetCflags(config_name, arch=arch) - cflags_c = self.xcode_settings.GetCflagsC(config_name) - cflags_cc = self.xcode_settings.GetCflagsCC(config_name) - cflags_objc = ["$cflags_c"] + self.xcode_settings.GetCflagsObjC(config_name) - cflags_objcc = ["$cflags_cc"] + self.xcode_settings.GetCflagsObjCC( - config_name - ) - elif self.flavor == "win": - asmflags = self.msvs_settings.GetAsmflags(config_name) - cflags = self.msvs_settings.GetCflags(config_name) - cflags_c = self.msvs_settings.GetCflagsC(config_name) - cflags_cc = self.msvs_settings.GetCflagsCC(config_name) - extra_defines = self.msvs_settings.GetComputedDefines(config_name) - # See comment at cc_command for why there's two .pdb files. - pdbpath_c = pdbpath_cc = self.msvs_settings.GetCompilerPdbName( - config_name, self.ExpandSpecial - ) - if not pdbpath_c: - obj = "obj" - if self.toolset != "target": - obj += "." + self.toolset - pdbpath = os.path.normpath(os.path.join(obj, self.base_dir, self.name)) - pdbpath_c = pdbpath + ".c.pdb" - pdbpath_cc = pdbpath + ".cc.pdb" - self.WriteVariableList(ninja_file, "pdbname_c", [pdbpath_c]) - self.WriteVariableList(ninja_file, "pdbname_cc", [pdbpath_cc]) - self.WriteVariableList(ninja_file, "pchprefix", [self.name]) - else: - cflags = config.get("cflags", []) - cflags_c = config.get("cflags_c", []) - cflags_cc = config.get("cflags_cc", []) - - # Respect environment variables related to build, but target-specific - # flags can still override them. - if self.toolset == "target": - cflags_c = ( - os.environ.get("CPPFLAGS", "").split() - + os.environ.get("CFLAGS", "").split() - + cflags_c - ) - cflags_cc = ( - os.environ.get("CPPFLAGS", "").split() - + os.environ.get("CXXFLAGS", "").split() - + cflags_cc - ) - elif self.toolset == "host": - cflags_c = ( - os.environ.get("CPPFLAGS_host", "").split() - + os.environ.get("CFLAGS_host", "").split() - + cflags_c - ) - cflags_cc = ( - os.environ.get("CPPFLAGS_host", "").split() - + os.environ.get("CXXFLAGS_host", "").split() - + cflags_cc - ) - - defines = config.get("defines", []) + extra_defines - self.WriteVariableList( - ninja_file, "defines", [Define(d, self.flavor) for d in defines] - ) - if self.flavor == "win": - self.WriteVariableList( - ninja_file, "asmflags", map(self.ExpandSpecial, asmflags) - ) - self.WriteVariableList( - ninja_file, - "rcflags", - [ - QuoteShellArgument(self.ExpandSpecial(f), self.flavor) - for f in self.msvs_settings.GetRcflags( - config_name, self.GypPathToNinja - ) - ], - ) - - include_dirs = config.get("include_dirs", []) - - env = self.GetToolchainEnv() - if self.flavor == "win": - include_dirs = self.msvs_settings.AdjustIncludeDirs( - include_dirs, config_name - ) - self.WriteVariableList( - ninja_file, - "includes", - [ - QuoteShellArgument("-I" + self.GypPathToNinja(i, env), self.flavor) - for i in include_dirs - ], - ) - - if self.flavor == "win": - midl_include_dirs = config.get("midl_include_dirs", []) - midl_include_dirs = self.msvs_settings.AdjustMidlIncludeDirs( - midl_include_dirs, config_name - ) - self.WriteVariableList( - ninja_file, - "midl_includes", - [ - QuoteShellArgument("-I" + self.GypPathToNinja(i, env), self.flavor) - for i in midl_include_dirs - ], - ) - - pch_commands = precompiled_header.GetPchBuildCommands(arch) - if self.flavor == "mac": - # Most targets use no precompiled headers, so only write these if needed. - for ext, var in [ - ("c", "cflags_pch_c"), - ("cc", "cflags_pch_cc"), - ("m", "cflags_pch_objc"), - ("mm", "cflags_pch_objcc"), - ]: - include = precompiled_header.GetInclude(ext, arch) - if include: - ninja_file.variable(var, include) - - arflags = config.get("arflags", []) - - self.WriteVariableList(ninja_file, "cflags", map(self.ExpandSpecial, cflags)) - self.WriteVariableList( - ninja_file, "cflags_c", map(self.ExpandSpecial, cflags_c) - ) - self.WriteVariableList( - ninja_file, "cflags_cc", map(self.ExpandSpecial, cflags_cc) - ) - if self.flavor == "mac": - self.WriteVariableList( - ninja_file, "cflags_objc", map(self.ExpandSpecial, cflags_objc) - ) - self.WriteVariableList( - ninja_file, "cflags_objcc", map(self.ExpandSpecial, cflags_objcc) - ) - self.WriteVariableList(ninja_file, "arflags", map(self.ExpandSpecial, arflags)) - ninja_file.newline() - outputs = [] - has_rc_source = False - for source in sources: - filename, ext = os.path.splitext(source) - ext = ext[1:] - obj_ext = self.obj_ext - if ext in ("cc", "cpp", "cxx"): - command = "cxx" - self.target.uses_cpp = True - elif ext == "c" or (ext == "S" and self.flavor != "win"): - command = "cc" - elif ext == "s" and self.flavor != "win": # Doesn't generate .o.d files. - command = "cc_s" - elif ( - self.flavor == "win" - and ext in ("asm", "S") - and not self.msvs_settings.HasExplicitAsmRules(spec) - ): - command = "asm" - # Add the _asm suffix as msvs is capable of handling .cc and - # .asm files of the same name without collision. - obj_ext = "_asm.obj" - elif self.flavor == "mac" and ext == "m": - command = "objc" - elif self.flavor == "mac" and ext == "mm": - command = "objcxx" - self.target.uses_cpp = True - elif self.flavor == "win" and ext == "rc": - command = "rc" - obj_ext = ".res" - has_rc_source = True - else: - # Ignore unhandled extensions. - continue - input = self.GypPathToNinja(source) - output = self.GypPathToUniqueOutput(filename + obj_ext) - if arch is not None: - output = AddArch(output, arch) - implicit = precompiled_header.GetObjDependencies([input], [output], arch) - variables = [] - if self.flavor == "win": - variables, output, implicit = precompiled_header.GetFlagsModifications( - input, - output, - implicit, - command, - cflags_c, - cflags_cc, - self.ExpandSpecial, - ) - ninja_file.build( - output, - command, - input, - implicit=[gch for _, _, gch in implicit], - order_only=predepends, - variables=variables, - ) - outputs.append(output) - - if has_rc_source: - resource_include_dirs = config.get("resource_include_dirs", include_dirs) - self.WriteVariableList( - ninja_file, - "resource_includes", - [ - QuoteShellArgument("-I" + self.GypPathToNinja(i, env), self.flavor) - for i in resource_include_dirs - ], - ) - - self.WritePchTargets(ninja_file, pch_commands) - - ninja_file.newline() - return outputs - - def WritePchTargets(self, ninja_file, pch_commands): - """Writes ninja rules to compile prefix headers.""" - if not pch_commands: - return - - for gch, lang_flag, lang, input in pch_commands: - var_name = { - "c": "cflags_pch_c", - "cc": "cflags_pch_cc", - "m": "cflags_pch_objc", - "mm": "cflags_pch_objcc", - }[lang] - - map = { - "c": "cc", - "cc": "cxx", - "m": "objc", - "mm": "objcxx", - } - cmd = map.get(lang) - ninja_file.build(gch, cmd, input, variables=[(var_name, lang_flag)]) - - def WriteLink(self, spec, config_name, config, link_deps, compile_deps): - """Write out a link step. Fills out target.binary. """ - if self.flavor != "mac" or len(self.archs) == 1: - return self.WriteLinkForArch( - self.ninja, spec, config_name, config, link_deps, compile_deps - ) - else: - output = self.ComputeOutput(spec) - inputs = [ - self.WriteLinkForArch( - self.arch_subninjas[arch], - spec, - config_name, - config, - link_deps[arch], - compile_deps, - arch=arch, - ) - for arch in self.archs - ] - extra_bindings = [] - build_output = output - if not self.is_mac_bundle: - self.AppendPostbuildVariable(extra_bindings, spec, output, output) - - # TODO(yyanagisawa): more work needed to fix: - # https://code.google.com/p/gyp/issues/detail?id=411 - if ( - spec["type"] in ("shared_library", "loadable_module") - and not self.is_mac_bundle - ): - extra_bindings.append(("lib", output)) - self.ninja.build( - [output, output + ".TOC"], - "solipo", - inputs, - variables=extra_bindings, - ) - else: - self.ninja.build(build_output, "lipo", inputs, variables=extra_bindings) - return output - - def WriteLinkForArch( - self, ninja_file, spec, config_name, config, link_deps, compile_deps, arch=None - ): - """Write out a link step. Fills out target.binary. """ - command = { - "executable": "link", - "loadable_module": "solink_module", - "shared_library": "solink", - }[spec["type"]] - command_suffix = "" - - implicit_deps = set() - solibs = set() - order_deps = set() - - if compile_deps: - # Normally, the compiles of the target already depend on compile_deps, - # but a shared_library target might have no sources and only link together - # a few static_library deps, so the link step also needs to depend - # on compile_deps to make sure actions in the shared_library target - # get run before the link. - order_deps.add(compile_deps) - - if "dependencies" in spec: - # Two kinds of dependencies: - # - Linkable dependencies (like a .a or a .so): add them to the link line. - # - Non-linkable dependencies (like a rule that generates a file - # and writes a stamp file): add them to implicit_deps - extra_link_deps = set() - for dep in spec["dependencies"]: - target = self.target_outputs.get(dep) - if not target: - continue - linkable = target.Linkable() - if linkable: - new_deps = [] - if ( - self.flavor == "win" - and target.component_objs - and self.msvs_settings.IsUseLibraryDependencyInputs(config_name) - ): - new_deps = target.component_objs - if target.compile_deps: - order_deps.add(target.compile_deps) - elif self.flavor == "win" and target.import_lib: - new_deps = [target.import_lib] - elif target.UsesToc(self.flavor): - solibs.add(target.binary) - implicit_deps.add(target.binary + ".TOC") - else: - new_deps = [target.binary] - for new_dep in new_deps: - if new_dep not in extra_link_deps: - extra_link_deps.add(new_dep) - link_deps.append(new_dep) - - final_output = target.FinalOutput() - if not linkable or final_output != target.binary: - implicit_deps.add(final_output) - - extra_bindings = [] - if self.target.uses_cpp and self.flavor != "win": - extra_bindings.append(("ld", "$ldxx")) - - output = self.ComputeOutput(spec, arch) - if arch is None and not self.is_mac_bundle: - self.AppendPostbuildVariable(extra_bindings, spec, output, output) - - is_executable = spec["type"] == "executable" - # The ldflags config key is not used on mac or win. On those platforms - # linker flags are set via xcode_settings and msvs_settings, respectively. - if self.toolset == "target": - env_ldflags = os.environ.get("LDFLAGS", "").split() - elif self.toolset == "host": - env_ldflags = os.environ.get("LDFLAGS_host", "").split() - - if self.flavor == "mac": - ldflags = self.xcode_settings.GetLdflags( - config_name, - self.ExpandSpecial(generator_default_variables["PRODUCT_DIR"]), - self.GypPathToNinja, - arch, - ) - ldflags = env_ldflags + ldflags - elif self.flavor == "win": - manifest_base_name = self.GypPathToUniqueOutput( - self.ComputeOutputFileName(spec) - ) - ( - ldflags, - intermediate_manifest, - manifest_files, - ) = self.msvs_settings.GetLdflags( - config_name, - self.GypPathToNinja, - self.ExpandSpecial, - manifest_base_name, - output, - is_executable, - self.toplevel_build, - ) - ldflags = env_ldflags + ldflags - self.WriteVariableList(ninja_file, "manifests", manifest_files) - implicit_deps = implicit_deps.union(manifest_files) - if intermediate_manifest: - self.WriteVariableList( - ninja_file, "intermediatemanifest", [intermediate_manifest] - ) - command_suffix = _GetWinLinkRuleNameSuffix( - self.msvs_settings.IsEmbedManifest(config_name) - ) - def_file = self.msvs_settings.GetDefFile(self.GypPathToNinja) - if def_file: - implicit_deps.add(def_file) - else: - # Respect environment variables related to build, but target-specific - # flags can still override them. - ldflags = env_ldflags + config.get("ldflags", []) - if is_executable and len(solibs): - rpath = "lib/" - if self.toolset != "target": - rpath += self.toolset - ldflags.append(r"-Wl,-rpath=\$$ORIGIN/%s" % rpath) - else: - ldflags.append("-Wl,-rpath=%s" % self.target_rpath) - ldflags.append("-Wl,-rpath-link=%s" % rpath) - self.WriteVariableList(ninja_file, "ldflags", map(self.ExpandSpecial, ldflags)) - - library_dirs = config.get("library_dirs", []) - if self.flavor == "win": - library_dirs = [ - self.msvs_settings.ConvertVSMacros(library_dir, config_name) - for library_dir in library_dirs - ] - library_dirs = [ - "/LIBPATH:" - + QuoteShellArgument(self.GypPathToNinja(library_dir), self.flavor) - for library_dir in library_dirs - ] - else: - library_dirs = [ - QuoteShellArgument("-L" + self.GypPathToNinja(library_dir), self.flavor) - for library_dir in library_dirs - ] - - libraries = gyp.common.uniquer( - map(self.ExpandSpecial, spec.get("libraries", [])) - ) - if self.flavor == "mac": - libraries = self.xcode_settings.AdjustLibraries(libraries, config_name) - elif self.flavor == "win": - libraries = self.msvs_settings.AdjustLibraries(libraries) - - self.WriteVariableList(ninja_file, "libs", library_dirs + libraries) - - linked_binary = output - - if command in ("solink", "solink_module"): - extra_bindings.append(("soname", os.path.split(output)[1])) - extra_bindings.append(("lib", gyp.common.EncodePOSIXShellArgument(output))) - if self.flavor != "win": - link_file_list = output - if self.is_mac_bundle: - # 'Dependency Framework.framework/Versions/A/Dependency Framework' - # -> 'Dependency Framework.framework.rsp' - link_file_list = self.xcode_settings.GetWrapperName() - if arch: - link_file_list += "." + arch - link_file_list += ".rsp" - # If an rspfile contains spaces, ninja surrounds the filename with - # quotes around it and then passes it to open(), creating a file with - # quotes in its name (and when looking for the rsp file, the name - # makes it through bash which strips the quotes) :-/ - link_file_list = link_file_list.replace(" ", "_") - extra_bindings.append( - ( - "link_file_list", - gyp.common.EncodePOSIXShellArgument(link_file_list), - ) - ) - if self.flavor == "win": - extra_bindings.append(("binary", output)) - if ( - "/NOENTRY" not in ldflags - and not self.msvs_settings.GetNoImportLibrary(config_name) - ): - self.target.import_lib = output + ".lib" - extra_bindings.append( - ("implibflag", "/IMPLIB:%s" % self.target.import_lib) - ) - pdbname = self.msvs_settings.GetPDBName( - config_name, self.ExpandSpecial, output + ".pdb" - ) - output = [output, self.target.import_lib] - if pdbname: - output.append(pdbname) - elif not self.is_mac_bundle: - output = [output, output + ".TOC"] - else: - command = command + "_notoc" - elif self.flavor == "win": - extra_bindings.append(("binary", output)) - pdbname = self.msvs_settings.GetPDBName( - config_name, self.ExpandSpecial, output + ".pdb" - ) - if pdbname: - output = [output, pdbname] - - if len(solibs): - extra_bindings.append( - ("solibs", gyp.common.EncodePOSIXShellList(sorted(solibs))) - ) - - ninja_file.build( - output, - command + command_suffix, - link_deps, - implicit=sorted(implicit_deps), - order_only=list(order_deps), - variables=extra_bindings, - ) - return linked_binary - - def WriteTarget(self, spec, config_name, config, link_deps, compile_deps): - extra_link_deps = any( - self.target_outputs.get(dep).Linkable() - for dep in spec.get("dependencies", []) - if dep in self.target_outputs - ) - if spec["type"] == "none" or (not link_deps and not extra_link_deps): - # TODO(evan): don't call this function for 'none' target types, as - # it doesn't do anything, and we fake out a 'binary' with a stamp file. - self.target.binary = compile_deps - self.target.type = "none" - elif spec["type"] == "static_library": - self.target.binary = self.ComputeOutput(spec) - if ( - self.flavor not in ("ios", "mac", "netbsd", "openbsd", "win") - and not self.is_standalone_static_library - ): - self.ninja.build( - self.target.binary, "alink_thin", link_deps, order_only=compile_deps - ) - else: - variables = [] - if self.xcode_settings: - libtool_flags = self.xcode_settings.GetLibtoolflags(config_name) - if libtool_flags: - variables.append(("libtool_flags", libtool_flags)) - if self.msvs_settings: - libflags = self.msvs_settings.GetLibFlags( - config_name, self.GypPathToNinja - ) - variables.append(("libflags", libflags)) - - if self.flavor != "mac" or len(self.archs) == 1: - self.AppendPostbuildVariable( - variables, spec, self.target.binary, self.target.binary - ) - self.ninja.build( - self.target.binary, - "alink", - link_deps, - order_only=compile_deps, - variables=variables, - ) - else: - inputs = [] - for arch in self.archs: - output = self.ComputeOutput(spec, arch) - self.arch_subninjas[arch].build( - output, - "alink", - link_deps[arch], - order_only=compile_deps, - variables=variables, - ) - inputs.append(output) - # TODO: It's not clear if - # libtool_flags should be passed to the alink - # call that combines single-arch .a files into a fat .a file. - self.AppendPostbuildVariable( - variables, spec, self.target.binary, self.target.binary - ) - self.ninja.build( - self.target.binary, - "alink", - inputs, - # FIXME: test proving order_only=compile_deps isn't - # needed. - variables=variables, - ) - else: - self.target.binary = self.WriteLink( - spec, config_name, config, link_deps, compile_deps - ) - return self.target.binary - - def WriteMacBundle(self, spec, mac_bundle_depends, is_empty): - assert self.is_mac_bundle - package_framework = spec["type"] in ("shared_library", "loadable_module") - output = self.ComputeMacBundleOutput() - if is_empty: - output += ".stamp" - variables = [] - self.AppendPostbuildVariable( - variables, - spec, - output, - self.target.binary, - is_command_start=not package_framework, - ) - if package_framework and not is_empty: - if spec["type"] == "shared_library" and self.xcode_settings.isIOS: - self.ninja.build( - output, - "package_ios_framework", - mac_bundle_depends, - variables=variables, - ) - else: - variables.append(("version", self.xcode_settings.GetFrameworkVersion())) - self.ninja.build( - output, "package_framework", mac_bundle_depends, variables=variables - ) - else: - self.ninja.build(output, "stamp", mac_bundle_depends, variables=variables) - self.target.bundle = output - return output - - def GetToolchainEnv(self, additional_settings=None): - """Returns the variables toolchain would set for build steps.""" - env = self.GetSortedXcodeEnv(additional_settings=additional_settings) - if self.flavor == "win": - env = self.GetMsvsToolchainEnv(additional_settings=additional_settings) - return env - - def GetMsvsToolchainEnv(self, additional_settings=None): - """Returns the variables Visual Studio would set for build steps.""" - return self.msvs_settings.GetVSMacroEnv( - "$!PRODUCT_DIR", config=self.config_name - ) - - def GetSortedXcodeEnv(self, additional_settings=None): - """Returns the variables Xcode would set for build steps.""" - assert self.abs_build_dir - abs_build_dir = self.abs_build_dir - return gyp.xcode_emulation.GetSortedXcodeEnv( - self.xcode_settings, - abs_build_dir, - os.path.join(abs_build_dir, self.build_to_base), - self.config_name, - additional_settings, - ) - - def GetSortedXcodePostbuildEnv(self): - """Returns the variables Xcode would set for postbuild steps.""" - postbuild_settings = {} - # CHROMIUM_STRIP_SAVE_FILE is a chromium-specific hack. - # TODO(thakis): It would be nice to have some general mechanism instead. - strip_save_file = self.xcode_settings.GetPerTargetSetting( - "CHROMIUM_STRIP_SAVE_FILE" - ) - if strip_save_file: - postbuild_settings["CHROMIUM_STRIP_SAVE_FILE"] = strip_save_file - return self.GetSortedXcodeEnv(additional_settings=postbuild_settings) - - def AppendPostbuildVariable( - self, variables, spec, output, binary, is_command_start=False - ): - """Adds a 'postbuild' variable if there is a postbuild for |output|.""" - postbuild = self.GetPostbuildCommand(spec, output, binary, is_command_start) - if postbuild: - variables.append(("postbuilds", postbuild)) - - def GetPostbuildCommand(self, spec, output, output_binary, is_command_start): - """Returns a shell command that runs all the postbuilds, and removes - |output| if any of them fails. If |is_command_start| is False, then the - returned string will start with ' && '.""" - if not self.xcode_settings or spec["type"] == "none" or not output: - return "" - output = QuoteShellArgument(output, self.flavor) - postbuilds = gyp.xcode_emulation.GetSpecPostbuildCommands(spec, quiet=True) - if output_binary is not None: - postbuilds = self.xcode_settings.AddImplicitPostbuilds( - self.config_name, - os.path.normpath(os.path.join(self.base_to_build, output)), - QuoteShellArgument( - os.path.normpath(os.path.join(self.base_to_build, output_binary)), - self.flavor, - ), - postbuilds, - quiet=True, - ) - - if not postbuilds: - return "" - # Postbuilds expect to be run in the gyp file's directory, so insert an - # implicit postbuild to cd to there. - postbuilds.insert( - 0, gyp.common.EncodePOSIXShellList(["cd", self.build_to_base]) - ) - env = self.ComputeExportEnvString(self.GetSortedXcodePostbuildEnv()) - # G will be non-null if any postbuild fails. Run all postbuilds in a - # subshell. - commands = ( - env - + " (" - + " && ".join([ninja_syntax.escape(command) for command in postbuilds]) - ) - command_string = ( - commands - + "); G=$$?; " - # Remove the final output if any postbuild failed. - "((exit $$G) || rm -rf %s) " % output - + "&& exit $$G)" - ) - if is_command_start: - return "(" + command_string + " && " - else: - return "$ && (" + command_string - - def ComputeExportEnvString(self, env): - """Given an environment, returns a string looking like - 'export FOO=foo; export BAR="${FOO} bar;' - that exports |env| to the shell.""" - export_str = [] - for k, v in env: - export_str.append( - "export %s=%s;" - % (k, ninja_syntax.escape(gyp.common.EncodePOSIXShellArgument(v))) - ) - return " ".join(export_str) - - def ComputeMacBundleOutput(self): - """Return the 'output' (full output path) to a bundle output directory.""" - assert self.is_mac_bundle - path = generator_default_variables["PRODUCT_DIR"] - return self.ExpandSpecial( - os.path.join(path, self.xcode_settings.GetWrapperName()) - ) - - def ComputeOutputFileName(self, spec, type=None): - """Compute the filename of the final output for the current target.""" - if not type: - type = spec["type"] - - default_variables = copy.copy(generator_default_variables) - CalculateVariables(default_variables, {"flavor": self.flavor}) - - # Compute filename prefix: the product prefix, or a default for - # the product type. - DEFAULT_PREFIX = { - "loadable_module": default_variables["SHARED_LIB_PREFIX"], - "shared_library": default_variables["SHARED_LIB_PREFIX"], - "static_library": default_variables["STATIC_LIB_PREFIX"], - "executable": default_variables["EXECUTABLE_PREFIX"], - } - prefix = spec.get("product_prefix", DEFAULT_PREFIX.get(type, "")) - - # Compute filename extension: the product extension, or a default - # for the product type. - DEFAULT_EXTENSION = { - "loadable_module": default_variables["SHARED_LIB_SUFFIX"], - "shared_library": default_variables["SHARED_LIB_SUFFIX"], - "static_library": default_variables["STATIC_LIB_SUFFIX"], - "executable": default_variables["EXECUTABLE_SUFFIX"], - } - extension = spec.get("product_extension") - if extension: - extension = "." + extension - else: - extension = DEFAULT_EXTENSION.get(type, "") - - if "product_name" in spec: - # If we were given an explicit name, use that. - target = spec["product_name"] - else: - # Otherwise, derive a name from the target name. - target = spec["target_name"] - if prefix == "lib": - # Snip out an extra 'lib' from libs if appropriate. - target = StripPrefix(target, "lib") - - if type in ( - "static_library", - "loadable_module", - "shared_library", - "executable", - ): - return f"{prefix}{target}{extension}" - elif type == "none": - return "%s.stamp" % target - else: - raise Exception("Unhandled output type %s" % type) - - def ComputeOutput(self, spec, arch=None): - """Compute the path for the final output of the spec.""" - type = spec["type"] - - if self.flavor == "win": - override = self.msvs_settings.GetOutputName( - self.config_name, self.ExpandSpecial - ) - if override: - return override - - if ( - arch is None - and self.flavor == "mac" - and type - in ("static_library", "executable", "shared_library", "loadable_module") - ): - filename = self.xcode_settings.GetExecutablePath() - else: - filename = self.ComputeOutputFileName(spec, type) - - if arch is None and "product_dir" in spec: - path = os.path.join(spec["product_dir"], filename) - return self.ExpandSpecial(path) - - # Some products go into the output root, libraries go into shared library - # dir, and everything else goes into the normal place. - type_in_output_root = ["executable", "loadable_module"] - if self.flavor == "mac" and self.toolset == "target": - type_in_output_root += ["shared_library", "static_library"] - elif self.flavor == "win" and self.toolset == "target": - type_in_output_root += ["shared_library"] - - if arch is not None: - # Make sure partial executables don't end up in a bundle or the regular - # output directory. - archdir = "arch" - if self.toolset != "target": - archdir = os.path.join("arch", "%s" % self.toolset) - return os.path.join(archdir, AddArch(filename, arch)) - elif type in type_in_output_root or self.is_standalone_static_library: - return filename - elif type == "shared_library": - libdir = "lib" - if self.toolset != "target": - libdir = os.path.join("lib", "%s" % self.toolset) - return os.path.join(libdir, filename) - else: - return self.GypPathToUniqueOutput(filename, qualified=False) - - def WriteVariableList(self, ninja_file, var, values): - assert not isinstance(values, str) - if values is None: - values = [] - ninja_file.variable(var, " ".join(values)) - - def WriteNewNinjaRule( - self, name, args, description, win_shell_flags, env, pool, depfile=None - ): - """Write out a new ninja "rule" statement for a given command. - - Returns the name of the new rule, and a copy of |args| with variables - expanded.""" - - if self.flavor == "win": - args = [ - self.msvs_settings.ConvertVSMacros( - arg, self.base_to_build, config=self.config_name - ) - for arg in args - ] - description = self.msvs_settings.ConvertVSMacros( - description, config=self.config_name - ) - elif self.flavor == "mac": - # |env| is an empty list on non-mac. - args = [gyp.xcode_emulation.ExpandEnvVars(arg, env) for arg in args] - description = gyp.xcode_emulation.ExpandEnvVars(description, env) - - # TODO: we shouldn't need to qualify names; we do it because - # currently the ninja rule namespace is global, but it really - # should be scoped to the subninja. - rule_name = self.name - if self.toolset == "target": - rule_name += "." + self.toolset - rule_name += "." + name - rule_name = re.sub("[^a-zA-Z0-9_]", "_", rule_name) - - # Remove variable references, but not if they refer to the magic rule - # variables. This is not quite right, as it also protects these for - # actions, not just for rules where they are valid. Good enough. - protect = ["${root}", "${dirname}", "${source}", "${ext}", "${name}"] - protect = "(?!" + "|".join(map(re.escape, protect)) + ")" - description = re.sub(protect + r"\$", "_", description) - - # gyp dictates that commands are run from the base directory. - # cd into the directory before running, and adjust paths in - # the arguments to point to the proper locations. - rspfile = None - rspfile_content = None - args = [self.ExpandSpecial(arg, self.base_to_build) for arg in args] - if self.flavor == "win": - rspfile = rule_name + ".$unique_name.rsp" - # The cygwin case handles this inside the bash sub-shell. - run_in = "" if win_shell_flags.cygwin else " " + self.build_to_base - if win_shell_flags.cygwin: - rspfile_content = self.msvs_settings.BuildCygwinBashCommandLine( - args, self.build_to_base - ) - else: - rspfile_content = gyp.msvs_emulation.EncodeRspFileList( - args, win_shell_flags.quote) - command = ( - "%s gyp-win-tool action-wrapper $arch " % sys.executable - + rspfile - + run_in - ) - else: - env = self.ComputeExportEnvString(env) - command = gyp.common.EncodePOSIXShellList(args) - command = "cd %s; " % self.build_to_base + env + command - - # GYP rules/actions express being no-ops by not touching their outputs. - # Avoid executing downstream dependencies in this case by specifying - # restat=1 to ninja. - self.ninja.rule( - rule_name, - command, - description, - depfile=depfile, - restat=True, - pool=pool, - rspfile=rspfile, - rspfile_content=rspfile_content, - ) - self.ninja.newline() - - return rule_name, args - - -def CalculateVariables(default_variables, params): - """Calculate additional variables for use in the build (called by gyp).""" - global generator_additional_non_configuration_keys - global generator_additional_path_sections - flavor = gyp.common.GetFlavor(params) - if flavor == "mac": - default_variables.setdefault("OS", "mac") - default_variables.setdefault("SHARED_LIB_SUFFIX", ".dylib") - default_variables.setdefault( - "SHARED_LIB_DIR", generator_default_variables["PRODUCT_DIR"] - ) - default_variables.setdefault( - "LIB_DIR", generator_default_variables["PRODUCT_DIR"] - ) - - # Copy additional generator configuration data from Xcode, which is shared - # by the Mac Ninja generator. - import gyp.generator.xcode as xcode_generator - - generator_additional_non_configuration_keys = getattr( - xcode_generator, "generator_additional_non_configuration_keys", [] - ) - generator_additional_path_sections = getattr( - xcode_generator, "generator_additional_path_sections", [] - ) - global generator_extra_sources_for_rules - generator_extra_sources_for_rules = getattr( - xcode_generator, "generator_extra_sources_for_rules", [] - ) - elif flavor == "win": - exts = gyp.MSVSUtil.TARGET_TYPE_EXT - default_variables.setdefault("OS", "win") - default_variables["EXECUTABLE_SUFFIX"] = "." + exts["executable"] - default_variables["STATIC_LIB_PREFIX"] = "" - default_variables["STATIC_LIB_SUFFIX"] = "." + exts["static_library"] - default_variables["SHARED_LIB_PREFIX"] = "" - default_variables["SHARED_LIB_SUFFIX"] = "." + exts["shared_library"] - - # Copy additional generator configuration data from VS, which is shared - # by the Windows Ninja generator. - import gyp.generator.msvs as msvs_generator - - generator_additional_non_configuration_keys = getattr( - msvs_generator, "generator_additional_non_configuration_keys", [] - ) - generator_additional_path_sections = getattr( - msvs_generator, "generator_additional_path_sections", [] - ) - - gyp.msvs_emulation.CalculateCommonVariables(default_variables, params) - else: - operating_system = flavor - if flavor == "android": - operating_system = "linux" # Keep this legacy behavior for now. - default_variables.setdefault("OS", operating_system) - default_variables.setdefault("SHARED_LIB_SUFFIX", ".so") - default_variables.setdefault( - "SHARED_LIB_DIR", os.path.join("$!PRODUCT_DIR", "lib") - ) - default_variables.setdefault("LIB_DIR", os.path.join("$!PRODUCT_DIR", "obj")) - - -def ComputeOutputDir(params): - """Returns the path from the toplevel_dir to the build output directory.""" - # generator_dir: relative path from pwd to where make puts build files. - # Makes migrating from make to ninja easier, ninja doesn't put anything here. - generator_dir = os.path.relpath(params["options"].generator_output or ".") - - # output_dir: relative path from generator_dir to the build directory. - output_dir = params.get("generator_flags", {}).get("output_dir", "out") - - # Relative path from source root to our output files. e.g. "out" - return os.path.normpath(os.path.join(generator_dir, output_dir)) - - -def CalculateGeneratorInputInfo(params): - """Called by __init__ to initialize generator values based on params.""" - # E.g. "out/gypfiles" - toplevel = params["options"].toplevel_dir - qualified_out_dir = os.path.normpath( - os.path.join(toplevel, ComputeOutputDir(params), "gypfiles") - ) - - global generator_filelist_paths - generator_filelist_paths = { - "toplevel": toplevel, - "qualified_out_dir": qualified_out_dir, - } - - -def OpenOutput(path, mode="w"): - """Open |path| for writing, creating directories if necessary.""" - gyp.common.EnsureDirExists(path) - return open(path, mode) - - -def CommandWithWrapper(cmd, wrappers, prog): - wrapper = wrappers.get(cmd, "") - if wrapper: - return wrapper + " " + prog - return prog - - -def GetDefaultConcurrentLinks(): - """Returns a best-guess for a number of concurrent links.""" - pool_size = int(os.environ.get("GYP_LINK_CONCURRENCY", 0)) - if pool_size: - return pool_size - - if sys.platform in ("win32", "cygwin"): - import ctypes - - class MEMORYSTATUSEX(ctypes.Structure): - _fields_ = [ - ("dwLength", ctypes.c_ulong), - ("dwMemoryLoad", ctypes.c_ulong), - ("ullTotalPhys", ctypes.c_ulonglong), - ("ullAvailPhys", ctypes.c_ulonglong), - ("ullTotalPageFile", ctypes.c_ulonglong), - ("ullAvailPageFile", ctypes.c_ulonglong), - ("ullTotalVirtual", ctypes.c_ulonglong), - ("ullAvailVirtual", ctypes.c_ulonglong), - ("sullAvailExtendedVirtual", ctypes.c_ulonglong), - ] - - stat = MEMORYSTATUSEX() - stat.dwLength = ctypes.sizeof(stat) - ctypes.windll.kernel32.GlobalMemoryStatusEx(ctypes.byref(stat)) - - # VS 2015 uses 20% more working set than VS 2013 and can consume all RAM - # on a 64 GiB machine. - mem_limit = max(1, stat.ullTotalPhys // (5 * (2 ** 30))) # total / 5GiB - hard_cap = max(1, int(os.environ.get("GYP_LINK_CONCURRENCY_MAX", 2 ** 32))) - return min(mem_limit, hard_cap) - elif sys.platform.startswith("linux"): - if os.path.exists("/proc/meminfo"): - with open("/proc/meminfo") as meminfo: - memtotal_re = re.compile(r"^MemTotal:\s*(\d*)\s*kB") - for line in meminfo: - match = memtotal_re.match(line) - if not match: - continue - # Allow 8Gb per link on Linux because Gold is quite memory hungry - return max(1, int(match.group(1)) // (8 * (2 ** 20))) - return 1 - elif sys.platform == "darwin": - try: - avail_bytes = int(subprocess.check_output(["sysctl", "-n", "hw.memsize"])) - # A static library debug build of Chromium's unit_tests takes ~2.7GB, so - # 4GB per ld process allows for some more bloat. - return max(1, avail_bytes // (4 * (2 ** 30))) # total / 4GB - except subprocess.CalledProcessError: - return 1 - else: - # TODO(scottmg): Implement this for other platforms. - return 1 - - -def _GetWinLinkRuleNameSuffix(embed_manifest): - """Returns the suffix used to select an appropriate linking rule depending on - whether the manifest embedding is enabled.""" - return "_embed" if embed_manifest else "" - - -def _AddWinLinkRules(master_ninja, embed_manifest): - """Adds link rules for Windows platform to |master_ninja|.""" - - def FullLinkCommand(ldcmd, out, binary_type): - resource_name = {"exe": "1", "dll": "2"}[binary_type] - return ( - "%(python)s gyp-win-tool link-with-manifests $arch %(embed)s " - '%(out)s "%(ldcmd)s" %(resname)s $mt $rc "$intermediatemanifest" ' - "$manifests" - % { - "python": sys.executable, - "out": out, - "ldcmd": ldcmd, - "resname": resource_name, - "embed": embed_manifest, - } - ) - - rule_name_suffix = _GetWinLinkRuleNameSuffix(embed_manifest) - use_separate_mspdbsrv = int(os.environ.get("GYP_USE_SEPARATE_MSPDBSRV", "0")) != 0 - dlldesc = "LINK%s(DLL) $binary" % rule_name_suffix.upper() - dllcmd = ( - "%s gyp-win-tool link-wrapper $arch %s " - "$ld /nologo $implibflag /DLL /OUT:$binary " - "@$binary.rsp" % (sys.executable, use_separate_mspdbsrv) - ) - dllcmd = FullLinkCommand(dllcmd, "$binary", "dll") - master_ninja.rule( - "solink" + rule_name_suffix, - description=dlldesc, - command=dllcmd, - rspfile="$binary.rsp", - rspfile_content="$libs $in_newline $ldflags", - restat=True, - pool="link_pool", - ) - master_ninja.rule( - "solink_module" + rule_name_suffix, - description=dlldesc, - command=dllcmd, - rspfile="$binary.rsp", - rspfile_content="$libs $in_newline $ldflags", - restat=True, - pool="link_pool", - ) - # Note that ldflags goes at the end so that it has the option of - # overriding default settings earlier in the command line. - exe_cmd = ( - "%s gyp-win-tool link-wrapper $arch %s " - "$ld /nologo /OUT:$binary @$binary.rsp" - % (sys.executable, use_separate_mspdbsrv) - ) - exe_cmd = FullLinkCommand(exe_cmd, "$binary", "exe") - master_ninja.rule( - "link" + rule_name_suffix, - description="LINK%s $binary" % rule_name_suffix.upper(), - command=exe_cmd, - rspfile="$binary.rsp", - rspfile_content="$in_newline $libs $ldflags", - pool="link_pool", - ) - - -def GenerateOutputForConfig(target_list, target_dicts, data, params, config_name): - options = params["options"] - flavor = gyp.common.GetFlavor(params) - generator_flags = params.get("generator_flags", {}) - - # build_dir: relative path from source root to our output files. - # e.g. "out/Debug" - build_dir = os.path.normpath(os.path.join(ComputeOutputDir(params), config_name)) - - toplevel_build = os.path.join(options.toplevel_dir, build_dir) - - master_ninja_file = OpenOutput(os.path.join(toplevel_build, "build.ninja")) - master_ninja = ninja_syntax.Writer(master_ninja_file, width=120) - - # Put build-time support tools in out/{config_name}. - gyp.common.CopyTool(flavor, toplevel_build, generator_flags) - - # Grab make settings for CC/CXX. - # The rules are - # - The priority from low to high is gcc/g++, the 'make_global_settings' in - # gyp, the environment variable. - # - If there is no 'make_global_settings' for CC.host/CXX.host or - # 'CC_host'/'CXX_host' environment variable, cc_host/cxx_host should be set - # to cc/cxx. - if flavor == "win": - ar = "lib.exe" - # cc and cxx must be set to the correct architecture by overriding with one - # of cl_x86 or cl_x64 below. - cc = "UNSET" - cxx = "UNSET" - ld = "link.exe" - ld_host = "$ld" - else: - ar = "ar" - cc = "cc" - cxx = "c++" - ld = "$cc" - ldxx = "$cxx" - ld_host = "$cc_host" - ldxx_host = "$cxx_host" - - ar_host = ar - cc_host = None - cxx_host = None - cc_host_global_setting = None - cxx_host_global_setting = None - clang_cl = None - nm = "nm" - nm_host = "nm" - readelf = "readelf" - readelf_host = "readelf" - - build_file, _, _ = gyp.common.ParseQualifiedTarget(target_list[0]) - make_global_settings = data[build_file].get("make_global_settings", []) - build_to_root = gyp.common.InvertRelativePath(build_dir, options.toplevel_dir) - wrappers = {} - for key, value in make_global_settings: - if key == "AR": - ar = os.path.join(build_to_root, value) - if key == "AR.host": - ar_host = os.path.join(build_to_root, value) - if key == "CC": - cc = os.path.join(build_to_root, value) - if cc.endswith("clang-cl"): - clang_cl = cc - if key == "CXX": - cxx = os.path.join(build_to_root, value) - if key == "CC.host": - cc_host = os.path.join(build_to_root, value) - cc_host_global_setting = value - if key == "CXX.host": - cxx_host = os.path.join(build_to_root, value) - cxx_host_global_setting = value - if key == "LD": - ld = os.path.join(build_to_root, value) - if key == "LD.host": - ld_host = os.path.join(build_to_root, value) - if key == "LDXX": - ldxx = os.path.join(build_to_root, value) - if key == "LDXX.host": - ldxx_host = os.path.join(build_to_root, value) - if key == "NM": - nm = os.path.join(build_to_root, value) - if key == "NM.host": - nm_host = os.path.join(build_to_root, value) - if key == "READELF": - readelf = os.path.join(build_to_root, value) - if key == "READELF.host": - readelf_host = os.path.join(build_to_root, value) - if key.endswith("_wrapper"): - wrappers[key[: -len("_wrapper")]] = os.path.join(build_to_root, value) - - # Support wrappers from environment variables too. - for key, value in os.environ.items(): - if key.lower().endswith("_wrapper"): - key_prefix = key[: -len("_wrapper")] - key_prefix = re.sub(r"\.HOST$", ".host", key_prefix) - wrappers[key_prefix] = os.path.join(build_to_root, value) - - mac_toolchain_dir = generator_flags.get("mac_toolchain_dir", None) - if mac_toolchain_dir: - wrappers["LINK"] = "export DEVELOPER_DIR='%s' &&" % mac_toolchain_dir - - if flavor == "win": - configs = [ - target_dicts[qualified_target]["configurations"][config_name] - for qualified_target in target_list - ] - shared_system_includes = None - if not generator_flags.get("ninja_use_custom_environment_files", 0): - shared_system_includes = gyp.msvs_emulation.ExtractSharedMSVSSystemIncludes( - configs, generator_flags - ) - cl_paths = gyp.msvs_emulation.GenerateEnvironmentFiles( - toplevel_build, generator_flags, shared_system_includes, OpenOutput - ) - for arch, path in sorted(cl_paths.items()): - if clang_cl: - # If we have selected clang-cl, use that instead. - path = clang_cl - command = CommandWithWrapper( - "CC", wrappers, QuoteShellArgument(path, "win") - ) - if clang_cl: - # Use clang-cl to cross-compile for x86 or x86_64. - command += " -m32" if arch == "x86" else " -m64" - master_ninja.variable("cl_" + arch, command) - - cc = GetEnvironFallback(["CC_target", "CC"], cc) - master_ninja.variable("cc", CommandWithWrapper("CC", wrappers, cc)) - cxx = GetEnvironFallback(["CXX_target", "CXX"], cxx) - master_ninja.variable("cxx", CommandWithWrapper("CXX", wrappers, cxx)) - - if flavor == "win": - master_ninja.variable("ld", ld) - master_ninja.variable("idl", "midl.exe") - master_ninja.variable("ar", ar) - master_ninja.variable("rc", "rc.exe") - master_ninja.variable("ml_x86", "ml.exe") - master_ninja.variable("ml_x64", "ml64.exe") - master_ninja.variable("mt", "mt.exe") - else: - master_ninja.variable("ld", CommandWithWrapper("LINK", wrappers, ld)) - master_ninja.variable("ldxx", CommandWithWrapper("LINK", wrappers, ldxx)) - master_ninja.variable("ar", GetEnvironFallback(["AR_target", "AR"], ar)) - if flavor != "mac": - # Mac does not use readelf/nm for .TOC generation, so avoiding polluting - # the master ninja with extra unused variables. - master_ninja.variable("nm", GetEnvironFallback(["NM_target", "NM"], nm)) - master_ninja.variable( - "readelf", GetEnvironFallback(["READELF_target", "READELF"], readelf) - ) - - if generator_supports_multiple_toolsets: - if not cc_host: - cc_host = cc - if not cxx_host: - cxx_host = cxx - - master_ninja.variable("ar_host", GetEnvironFallback(["AR_host"], ar_host)) - master_ninja.variable("nm_host", GetEnvironFallback(["NM_host"], nm_host)) - master_ninja.variable( - "readelf_host", GetEnvironFallback(["READELF_host"], readelf_host) - ) - cc_host = GetEnvironFallback(["CC_host"], cc_host) - cxx_host = GetEnvironFallback(["CXX_host"], cxx_host) - - # The environment variable could be used in 'make_global_settings', like - # ['CC.host', '$(CC)'] or ['CXX.host', '$(CXX)'], transform them here. - if "$(CC)" in cc_host and cc_host_global_setting: - cc_host = cc_host_global_setting.replace("$(CC)", cc) - if "$(CXX)" in cxx_host and cxx_host_global_setting: - cxx_host = cxx_host_global_setting.replace("$(CXX)", cxx) - master_ninja.variable( - "cc_host", CommandWithWrapper("CC.host", wrappers, cc_host) - ) - master_ninja.variable( - "cxx_host", CommandWithWrapper("CXX.host", wrappers, cxx_host) - ) - if flavor == "win": - master_ninja.variable("ld_host", ld_host) - else: - master_ninja.variable( - "ld_host", CommandWithWrapper("LINK", wrappers, ld_host) - ) - master_ninja.variable( - "ldxx_host", CommandWithWrapper("LINK", wrappers, ldxx_host) - ) - - master_ninja.newline() - - master_ninja.pool("link_pool", depth=GetDefaultConcurrentLinks()) - master_ninja.newline() - - deps = "msvc" if flavor == "win" else "gcc" - - if flavor != "win": - master_ninja.rule( - "cc", - description="CC $out", - command=( - "$cc -MMD -MF $out.d $defines $includes $cflags $cflags_c " - "$cflags_pch_c -c $in -o $out" - ), - depfile="$out.d", - deps=deps, - ) - master_ninja.rule( - "cc_s", - description="CC $out", - command=( - "$cc $defines $includes $cflags $cflags_c " - "$cflags_pch_c -c $in -o $out" - ), - ) - master_ninja.rule( - "cxx", - description="CXX $out", - command=( - "$cxx -MMD -MF $out.d $defines $includes $cflags $cflags_cc " - "$cflags_pch_cc -c $in -o $out" - ), - depfile="$out.d", - deps=deps, - ) - else: - # TODO(scottmg) Separate pdb names is a test to see if it works around - # http://crbug.com/142362. It seems there's a race between the creation of - # the .pdb by the precompiled header step for .cc and the compilation of - # .c files. This should be handled by mspdbsrv, but rarely errors out with - # c1xx : fatal error C1033: cannot open program database - # By making the rules target separate pdb files this might be avoided. - cc_command = ( - "ninja -t msvc -e $arch " + "-- " - "$cc /nologo /showIncludes /FC " - "@$out.rsp /c $in /Fo$out /Fd$pdbname_c " - ) - cxx_command = ( - "ninja -t msvc -e $arch " + "-- " - "$cxx /nologo /showIncludes /FC " - "@$out.rsp /c $in /Fo$out /Fd$pdbname_cc " - ) - master_ninja.rule( - "cc", - description="CC $out", - command=cc_command, - rspfile="$out.rsp", - rspfile_content="$defines $includes $cflags $cflags_c", - deps=deps, - ) - master_ninja.rule( - "cxx", - description="CXX $out", - command=cxx_command, - rspfile="$out.rsp", - rspfile_content="$defines $includes $cflags $cflags_cc", - deps=deps, - ) - master_ninja.rule( - "idl", - description="IDL $in", - command=( - "%s gyp-win-tool midl-wrapper $arch $outdir " - "$tlb $h $dlldata $iid $proxy $in " - "$midl_includes $idlflags" % sys.executable - ), - ) - master_ninja.rule( - "rc", - description="RC $in", - # Note: $in must be last otherwise rc.exe complains. - command=( - "%s gyp-win-tool rc-wrapper " - "$arch $rc $defines $resource_includes $rcflags /fo$out $in" - % sys.executable - ), - ) - master_ninja.rule( - "asm", - description="ASM $out", - command=( - "%s gyp-win-tool asm-wrapper " - "$arch $asm $defines $includes $asmflags /c /Fo $out $in" - % sys.executable - ), - ) - - if flavor not in ("ios", "mac", "win"): - master_ninja.rule( - "alink", - description="AR $out", - command="rm -f $out && $ar rcs $arflags $out $in", - ) - master_ninja.rule( - "alink_thin", - description="AR $out", - command="rm -f $out && $ar rcsT $arflags $out $in", - ) - - # This allows targets that only need to depend on $lib's API to declare an - # order-only dependency on $lib.TOC and avoid relinking such downstream - # dependencies when $lib changes only in non-public ways. - # The resulting string leaves an uninterpolated %{suffix} which - # is used in the final substitution below. - mtime_preserving_solink_base = ( - "if [ ! -e $lib -o ! -e $lib.TOC ]; then " - "%(solink)s && %(extract_toc)s > $lib.TOC; else " - "%(solink)s && %(extract_toc)s > $lib.tmp && " - "if ! cmp -s $lib.tmp $lib.TOC; then mv $lib.tmp $lib.TOC ; " - "fi; fi" - % { - "solink": "$ld -shared $ldflags -o $lib -Wl,-soname=$soname %(suffix)s", - "extract_toc": ( - "{ $readelf -d $lib | grep SONAME ; " - "$nm -gD -f p $lib | cut -f1-2 -d' '; }" - ), - } - ) - - master_ninja.rule( - "solink", - description="SOLINK $lib", - restat=True, - command=mtime_preserving_solink_base - % {"suffix": "@$link_file_list"}, # noqa: E501 - rspfile="$link_file_list", - rspfile_content=( - "-Wl,--whole-archive $in $solibs -Wl," "--no-whole-archive $libs" - ), - pool="link_pool", - ) - master_ninja.rule( - "solink_module", - description="SOLINK(module) $lib", - restat=True, - command=mtime_preserving_solink_base % {"suffix": "@$link_file_list"}, - rspfile="$link_file_list", - rspfile_content="-Wl,--start-group $in $solibs $libs -Wl,--end-group", - pool="link_pool", - ) - master_ninja.rule( - "link", - description="LINK $out", - command=( - "$ld $ldflags -o $out " - "-Wl,--start-group $in $solibs $libs -Wl,--end-group" - ), - pool="link_pool", - ) - elif flavor == "win": - master_ninja.rule( - "alink", - description="LIB $out", - command=( - "%s gyp-win-tool link-wrapper $arch False " - "$ar /nologo /ignore:4221 /OUT:$out @$out.rsp" % sys.executable - ), - rspfile="$out.rsp", - rspfile_content="$in_newline $libflags", - ) - _AddWinLinkRules(master_ninja, embed_manifest=True) - _AddWinLinkRules(master_ninja, embed_manifest=False) - else: - master_ninja.rule( - "objc", - description="OBJC $out", - command=( - "$cc -MMD -MF $out.d $defines $includes $cflags $cflags_objc " - "$cflags_pch_objc -c $in -o $out" - ), - depfile="$out.d", - deps=deps, - ) - master_ninja.rule( - "objcxx", - description="OBJCXX $out", - command=( - "$cxx -MMD -MF $out.d $defines $includes $cflags $cflags_objcc " - "$cflags_pch_objcc -c $in -o $out" - ), - depfile="$out.d", - deps=deps, - ) - master_ninja.rule( - "alink", - description="LIBTOOL-STATIC $out, POSTBUILDS", - command="rm -f $out && " - "./gyp-mac-tool filter-libtool libtool $libtool_flags " - "-static -o $out $in" - "$postbuilds", - ) - master_ninja.rule( - "lipo", - description="LIPO $out, POSTBUILDS", - command="rm -f $out && lipo -create $in -output $out$postbuilds", - ) - master_ninja.rule( - "solipo", - description="SOLIPO $out, POSTBUILDS", - command=( - "rm -f $lib $lib.TOC && lipo -create $in -output $lib$postbuilds &&" - "%(extract_toc)s > $lib.TOC" - % { - "extract_toc": "{ otool -l $lib | grep LC_ID_DYLIB -A 5; " - "nm -gP $lib | cut -f1-2 -d' ' | grep -v U$$; true; }" - } - ), - ) - - # Record the public interface of $lib in $lib.TOC. See the corresponding - # comment in the posix section above for details. - solink_base = "$ld %(type)s $ldflags -o $lib %(suffix)s" - mtime_preserving_solink_base = ( - "if [ ! -e $lib -o ! -e $lib.TOC ] || " - # Always force dependent targets to relink if this library - # reexports something. Handling this correctly would require - # recursive TOC dumping but this is rare in practice, so punt. - "otool -l $lib | grep -q LC_REEXPORT_DYLIB ; then " - "%(solink)s && %(extract_toc)s > $lib.TOC; " - "else " - "%(solink)s && %(extract_toc)s > $lib.tmp && " - "if ! cmp -s $lib.tmp $lib.TOC; then " - "mv $lib.tmp $lib.TOC ; " - "fi; " - "fi" - % { - "solink": solink_base, - "extract_toc": "{ otool -l $lib | grep LC_ID_DYLIB -A 5; " - "nm -gP $lib | cut -f1-2 -d' ' | grep -v U$$; true; }", - } - ) - - solink_suffix = "@$link_file_list$postbuilds" - master_ninja.rule( - "solink", - description="SOLINK $lib, POSTBUILDS", - restat=True, - command=mtime_preserving_solink_base - % {"suffix": solink_suffix, "type": "-shared"}, - rspfile="$link_file_list", - rspfile_content="$in $solibs $libs", - pool="link_pool", - ) - master_ninja.rule( - "solink_notoc", - description="SOLINK $lib, POSTBUILDS", - restat=True, - command=solink_base % {"suffix": solink_suffix, "type": "-shared"}, - rspfile="$link_file_list", - rspfile_content="$in $solibs $libs", - pool="link_pool", - ) - - master_ninja.rule( - "solink_module", - description="SOLINK(module) $lib, POSTBUILDS", - restat=True, - command=mtime_preserving_solink_base - % {"suffix": solink_suffix, "type": "-bundle"}, - rspfile="$link_file_list", - rspfile_content="$in $solibs $libs", - pool="link_pool", - ) - master_ninja.rule( - "solink_module_notoc", - description="SOLINK(module) $lib, POSTBUILDS", - restat=True, - command=solink_base % {"suffix": solink_suffix, "type": "-bundle"}, - rspfile="$link_file_list", - rspfile_content="$in $solibs $libs", - pool="link_pool", - ) - - master_ninja.rule( - "link", - description="LINK $out, POSTBUILDS", - command=("$ld $ldflags -o $out " "$in $solibs $libs$postbuilds"), - pool="link_pool", - ) - master_ninja.rule( - "preprocess_infoplist", - description="PREPROCESS INFOPLIST $out", - command=( - "$cc -E -P -Wno-trigraphs -x c $defines $in -o $out && " - "plutil -convert xml1 $out $out" - ), - ) - master_ninja.rule( - "copy_infoplist", - description="COPY INFOPLIST $in", - command="$env ./gyp-mac-tool copy-info-plist $in $out $binary $keys", - ) - master_ninja.rule( - "merge_infoplist", - description="MERGE INFOPLISTS $in", - command="$env ./gyp-mac-tool merge-info-plist $out $in", - ) - master_ninja.rule( - "compile_xcassets", - description="COMPILE XCASSETS $in", - command="$env ./gyp-mac-tool compile-xcassets $keys $in", - ) - master_ninja.rule( - "compile_ios_framework_headers", - description="COMPILE HEADER MAPS AND COPY FRAMEWORK HEADERS $in", - command="$env ./gyp-mac-tool compile-ios-framework-header-map $out " - "$framework $in && $env ./gyp-mac-tool " - "copy-ios-framework-headers $framework $copy_headers", - ) - master_ninja.rule( - "mac_tool", - description="MACTOOL $mactool_cmd $in", - command="$env ./gyp-mac-tool $mactool_cmd $in $out $binary", - ) - master_ninja.rule( - "package_framework", - description="PACKAGE FRAMEWORK $out, POSTBUILDS", - command="./gyp-mac-tool package-framework $out $version$postbuilds " - "&& touch $out", - ) - master_ninja.rule( - "package_ios_framework", - description="PACKAGE IOS FRAMEWORK $out, POSTBUILDS", - command="./gyp-mac-tool package-ios-framework $out $postbuilds " - "&& touch $out", - ) - if flavor == "win": - master_ninja.rule( - "stamp", - description="STAMP $out", - command="%s gyp-win-tool stamp $out" % sys.executable, - ) - else: - master_ninja.rule( - "stamp", description="STAMP $out", command="${postbuilds}touch $out" - ) - if flavor == "win": - master_ninja.rule( - "copy", - description="COPY $in $out", - command="%s gyp-win-tool recursive-mirror $in $out" % sys.executable, - ) - elif flavor == "zos": - master_ninja.rule( - "copy", - description="COPY $in $out", - command="rm -rf $out && cp -fRP $in $out", - ) - else: - master_ninja.rule( - "copy", - description="COPY $in $out", - command="ln -f $in $out 2>/dev/null || (rm -rf $out && cp -af $in $out)", - ) - master_ninja.newline() - - all_targets = set() - for build_file in params["build_files"]: - for target in gyp.common.AllTargets( - target_list, target_dicts, os.path.normpath(build_file) - ): - all_targets.add(target) - all_outputs = set() - - # target_outputs is a map from qualified target name to a Target object. - target_outputs = {} - # target_short_names is a map from target short name to a list of Target - # objects. - target_short_names = {} - - # short name of targets that were skipped because they didn't contain anything - # interesting. - # NOTE: there may be overlap between this an non_empty_target_names. - empty_target_names = set() - - # Set of non-empty short target names. - # NOTE: there may be overlap between this an empty_target_names. - non_empty_target_names = set() - - for qualified_target in target_list: - # qualified_target is like: third_party/icu/icu.gyp:icui18n#target - build_file, name, toolset = gyp.common.ParseQualifiedTarget(qualified_target) - - this_make_global_settings = data[build_file].get("make_global_settings", []) - assert make_global_settings == this_make_global_settings, ( - "make_global_settings needs to be the same for all targets. " - f"{this_make_global_settings} vs. {make_global_settings}" - ) - - spec = target_dicts[qualified_target] - if flavor == "mac": - gyp.xcode_emulation.MergeGlobalXcodeSettingsToSpec(data[build_file], spec) - - # If build_file is a symlink, we must not follow it because there's a chance - # it could point to a path above toplevel_dir, and we cannot correctly deal - # with that case at the moment. - build_file = gyp.common.RelativePath(build_file, options.toplevel_dir, False) - - qualified_target_for_hash = gyp.common.QualifiedTarget( - build_file, name, toolset - ) - qualified_target_for_hash = qualified_target_for_hash.encode("utf-8") - hash_for_rules = hashlib.md5(qualified_target_for_hash).hexdigest() - - base_path = os.path.dirname(build_file) - obj = "obj" - if toolset != "target": - obj += "." + toolset - output_file = os.path.join(obj, base_path, name + ".ninja") - - ninja_output = StringIO() - writer = NinjaWriter( - hash_for_rules, - target_outputs, - base_path, - build_dir, - ninja_output, - toplevel_build, - output_file, - flavor, - toplevel_dir=options.toplevel_dir, - ) - - target = writer.WriteSpec(spec, config_name, generator_flags) - - if ninja_output.tell() > 0: - # Only create files for ninja files that actually have contents. - with OpenOutput(os.path.join(toplevel_build, output_file)) as ninja_file: - ninja_file.write(ninja_output.getvalue()) - ninja_output.close() - master_ninja.subninja(output_file) - - if target: - if name != target.FinalOutput() and spec["toolset"] == "target": - target_short_names.setdefault(name, []).append(target) - target_outputs[qualified_target] = target - if qualified_target in all_targets: - all_outputs.add(target.FinalOutput()) - non_empty_target_names.add(name) - else: - empty_target_names.add(name) - - if target_short_names: - # Write a short name to build this target. This benefits both the - # "build chrome" case as well as the gyp tests, which expect to be - # able to run actions and build libraries by their short name. - master_ninja.newline() - master_ninja.comment("Short names for targets.") - for short_name in sorted(target_short_names): - master_ninja.build( - short_name, - "phony", - [x.FinalOutput() for x in target_short_names[short_name]], - ) - - # Write phony targets for any empty targets that weren't written yet. As - # short names are not necessarily unique only do this for short names that - # haven't already been output for another target. - empty_target_names = empty_target_names - non_empty_target_names - if empty_target_names: - master_ninja.newline() - master_ninja.comment("Empty targets (output for completeness).") - for name in sorted(empty_target_names): - master_ninja.build(name, "phony") - - if all_outputs: - master_ninja.newline() - master_ninja.build("all", "phony", sorted(all_outputs)) - master_ninja.default(generator_flags.get("default_target", "all")) - - master_ninja_file.close() - - -def PerformBuild(data, configurations, params): - options = params["options"] - for config in configurations: - builddir = os.path.join(options.toplevel_dir, "out", config) - arguments = ["ninja", "-C", builddir] - print(f"Building [{config}]: {arguments}") - subprocess.check_call(arguments) - - -def CallGenerateOutputForConfig(arglist): - # Ignore the interrupt signal so that the parent process catches it and - # kills all multiprocessing children. - signal.signal(signal.SIGINT, signal.SIG_IGN) - - (target_list, target_dicts, data, params, config_name) = arglist - GenerateOutputForConfig(target_list, target_dicts, data, params, config_name) - - -def GenerateOutput(target_list, target_dicts, data, params): - # Update target_dicts for iOS device builds. - target_dicts = gyp.xcode_emulation.CloneConfigurationForDeviceAndEmulator( - target_dicts - ) - - user_config = params.get("generator_flags", {}).get("config", None) - if gyp.common.GetFlavor(params) == "win": - target_list, target_dicts = MSVSUtil.ShardTargets(target_list, target_dicts) - target_list, target_dicts = MSVSUtil.InsertLargePdbShims( - target_list, target_dicts, generator_default_variables - ) - - if user_config: - GenerateOutputForConfig(target_list, target_dicts, data, params, user_config) - else: - config_names = target_dicts[target_list[0]]["configurations"] - if params["parallel"]: - try: - pool = multiprocessing.Pool(len(config_names)) - arglists = [] - for config_name in config_names: - arglists.append( - (target_list, target_dicts, data, params, config_name) - ) - pool.map(CallGenerateOutputForConfig, arglists) - except KeyboardInterrupt as e: - pool.terminate() - raise e - else: - for config_name in config_names: - GenerateOutputForConfig( - target_list, target_dicts, data, params, config_name - ) diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ninja_test.py b/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ninja_test.py deleted file mode 100644 index 7d18068..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ninja_test.py +++ /dev/null @@ -1,55 +0,0 @@ -#!/usr/bin/env python3 - -# Copyright (c) 2012 Google Inc. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - -""" Unit tests for the ninja.py file. """ - -import sys -import unittest - -import gyp.generator.ninja as ninja - - -class TestPrefixesAndSuffixes(unittest.TestCase): - def test_BinaryNamesWindows(self): - # These cannot run on non-Windows as they require a VS installation to - # correctly handle variable expansion. - if sys.platform.startswith("win"): - writer = ninja.NinjaWriter( - "foo", "wee", ".", ".", "build.ninja", ".", "build.ninja", "win" - ) - spec = {"target_name": "wee"} - self.assertTrue( - writer.ComputeOutputFileName(spec, "executable").endswith(".exe") - ) - self.assertTrue( - writer.ComputeOutputFileName(spec, "shared_library").endswith(".dll") - ) - self.assertTrue( - writer.ComputeOutputFileName(spec, "static_library").endswith(".lib") - ) - - def test_BinaryNamesLinux(self): - writer = ninja.NinjaWriter( - "foo", "wee", ".", ".", "build.ninja", ".", "build.ninja", "linux" - ) - spec = {"target_name": "wee"} - self.assertTrue("." not in writer.ComputeOutputFileName(spec, "executable")) - self.assertTrue( - writer.ComputeOutputFileName(spec, "shared_library").startswith("lib") - ) - self.assertTrue( - writer.ComputeOutputFileName(spec, "static_library").startswith("lib") - ) - self.assertTrue( - writer.ComputeOutputFileName(spec, "shared_library").endswith(".so") - ) - self.assertTrue( - writer.ComputeOutputFileName(spec, "static_library").endswith(".a") - ) - - -if __name__ == "__main__": - unittest.main() diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/xcode.py b/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/xcode.py deleted file mode 100644 index 2f4d17e..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/xcode.py +++ /dev/null @@ -1,1394 +0,0 @@ -# Copyright (c) 2012 Google Inc. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - - -import filecmp -import gyp.common -import gyp.xcodeproj_file -import gyp.xcode_ninja -import errno -import os -import sys -import posixpath -import re -import shutil -import subprocess -import tempfile - - -# Project files generated by this module will use _intermediate_var as a -# custom Xcode setting whose value is a DerivedSources-like directory that's -# project-specific and configuration-specific. The normal choice, -# DERIVED_FILE_DIR, is target-specific, which is thought to be too restrictive -# as it is likely that multiple targets within a single project file will want -# to access the same set of generated files. The other option, -# PROJECT_DERIVED_FILE_DIR, is unsuitable because while it is project-specific, -# it is not configuration-specific. INTERMEDIATE_DIR is defined as -# $(PROJECT_DERIVED_FILE_DIR)/$(CONFIGURATION). -_intermediate_var = "INTERMEDIATE_DIR" - -# SHARED_INTERMEDIATE_DIR is the same, except that it is shared among all -# targets that share the same BUILT_PRODUCTS_DIR. -_shared_intermediate_var = "SHARED_INTERMEDIATE_DIR" - -_library_search_paths_var = "LIBRARY_SEARCH_PATHS" - -generator_default_variables = { - "EXECUTABLE_PREFIX": "", - "EXECUTABLE_SUFFIX": "", - "STATIC_LIB_PREFIX": "lib", - "SHARED_LIB_PREFIX": "lib", - "STATIC_LIB_SUFFIX": ".a", - "SHARED_LIB_SUFFIX": ".dylib", - # INTERMEDIATE_DIR is a place for targets to build up intermediate products. - # It is specific to each build environment. It is only guaranteed to exist - # and be constant within the context of a project, corresponding to a single - # input file. Some build environments may allow their intermediate directory - # to be shared on a wider scale, but this is not guaranteed. - "INTERMEDIATE_DIR": "$(%s)" % _intermediate_var, - "OS": "mac", - "PRODUCT_DIR": "$(BUILT_PRODUCTS_DIR)", - "LIB_DIR": "$(BUILT_PRODUCTS_DIR)", - "RULE_INPUT_ROOT": "$(INPUT_FILE_BASE)", - "RULE_INPUT_EXT": "$(INPUT_FILE_SUFFIX)", - "RULE_INPUT_NAME": "$(INPUT_FILE_NAME)", - "RULE_INPUT_PATH": "$(INPUT_FILE_PATH)", - "RULE_INPUT_DIRNAME": "$(INPUT_FILE_DIRNAME)", - "SHARED_INTERMEDIATE_DIR": "$(%s)" % _shared_intermediate_var, - "CONFIGURATION_NAME": "$(CONFIGURATION)", -} - -# The Xcode-specific sections that hold paths. -generator_additional_path_sections = [ - "mac_bundle_resources", - "mac_framework_headers", - "mac_framework_private_headers", - # 'mac_framework_dirs', input already handles _dirs endings. -] - -# The Xcode-specific keys that exist on targets and aren't moved down to -# configurations. -generator_additional_non_configuration_keys = [ - "ios_app_extension", - "ios_watch_app", - "ios_watchkit_extension", - "mac_bundle", - "mac_bundle_resources", - "mac_framework_headers", - "mac_framework_private_headers", - "mac_xctest_bundle", - "mac_xcuitest_bundle", - "xcode_create_dependents_test_runner", -] - -# We want to let any rules apply to files that are resources also. -generator_extra_sources_for_rules = [ - "mac_bundle_resources", - "mac_framework_headers", - "mac_framework_private_headers", -] - -generator_filelist_paths = None - -# Xcode's standard set of library directories, which don't need to be duplicated -# in LIBRARY_SEARCH_PATHS. This list is not exhaustive, but that's okay. -xcode_standard_library_dirs = frozenset( - ["$(SDKROOT)/usr/lib", "$(SDKROOT)/usr/local/lib"] -) - - -def CreateXCConfigurationList(configuration_names): - xccl = gyp.xcodeproj_file.XCConfigurationList({"buildConfigurations": []}) - if len(configuration_names) == 0: - configuration_names = ["Default"] - for configuration_name in configuration_names: - xcbc = gyp.xcodeproj_file.XCBuildConfiguration({"name": configuration_name}) - xccl.AppendProperty("buildConfigurations", xcbc) - xccl.SetProperty("defaultConfigurationName", configuration_names[0]) - return xccl - - -class XcodeProject: - def __init__(self, gyp_path, path, build_file_dict): - self.gyp_path = gyp_path - self.path = path - self.project = gyp.xcodeproj_file.PBXProject(path=path) - projectDirPath = gyp.common.RelativePath( - os.path.dirname(os.path.abspath(self.gyp_path)), - os.path.dirname(path) or ".", - ) - self.project.SetProperty("projectDirPath", projectDirPath) - self.project_file = gyp.xcodeproj_file.XCProjectFile( - {"rootObject": self.project} - ) - self.build_file_dict = build_file_dict - - # TODO(mark): add destructor that cleans up self.path if created_dir is - # True and things didn't complete successfully. Or do something even - # better with "try"? - self.created_dir = False - try: - os.makedirs(self.path) - self.created_dir = True - except OSError as e: - if e.errno != errno.EEXIST: - raise - - def Finalize1(self, xcode_targets, serialize_all_tests): - # Collect a list of all of the build configuration names used by the - # various targets in the file. It is very heavily advised to keep each - # target in an entire project (even across multiple project files) using - # the same set of configuration names. - configurations = [] - for xct in self.project.GetProperty("targets"): - xccl = xct.GetProperty("buildConfigurationList") - xcbcs = xccl.GetProperty("buildConfigurations") - for xcbc in xcbcs: - name = xcbc.GetProperty("name") - if name not in configurations: - configurations.append(name) - - # Replace the XCConfigurationList attached to the PBXProject object with - # a new one specifying all of the configuration names used by the various - # targets. - try: - xccl = CreateXCConfigurationList(configurations) - self.project.SetProperty("buildConfigurationList", xccl) - except Exception: - sys.stderr.write("Problem with gyp file %s\n" % self.gyp_path) - raise - - # The need for this setting is explained above where _intermediate_var is - # defined. The comments below about wanting to avoid project-wide build - # settings apply here too, but this needs to be set on a project-wide basis - # so that files relative to the _intermediate_var setting can be displayed - # properly in the Xcode UI. - # - # Note that for configuration-relative files such as anything relative to - # _intermediate_var, for the purposes of UI tree view display, Xcode will - # only resolve the configuration name once, when the project file is - # opened. If the active build configuration is changed, the project file - # must be closed and reopened if it is desired for the tree view to update. - # This is filed as Apple radar 6588391. - xccl.SetBuildSetting( - _intermediate_var, "$(PROJECT_DERIVED_FILE_DIR)/$(CONFIGURATION)" - ) - xccl.SetBuildSetting( - _shared_intermediate_var, "$(SYMROOT)/DerivedSources/$(CONFIGURATION)" - ) - - # Set user-specified project-wide build settings and config files. This - # is intended to be used very sparingly. Really, almost everything should - # go into target-specific build settings sections. The project-wide - # settings are only intended to be used in cases where Xcode attempts to - # resolve variable references in a project context as opposed to a target - # context, such as when resolving sourceTree references while building up - # the tree tree view for UI display. - # Any values set globally are applied to all configurations, then any - # per-configuration values are applied. - for xck, xcv in self.build_file_dict.get("xcode_settings", {}).items(): - xccl.SetBuildSetting(xck, xcv) - if "xcode_config_file" in self.build_file_dict: - config_ref = self.project.AddOrGetFileInRootGroup( - self.build_file_dict["xcode_config_file"] - ) - xccl.SetBaseConfiguration(config_ref) - build_file_configurations = self.build_file_dict.get("configurations", {}) - if build_file_configurations: - for config_name in configurations: - build_file_configuration_named = build_file_configurations.get( - config_name, {} - ) - if build_file_configuration_named: - xcc = xccl.ConfigurationNamed(config_name) - for xck, xcv in build_file_configuration_named.get( - "xcode_settings", {} - ).items(): - xcc.SetBuildSetting(xck, xcv) - if "xcode_config_file" in build_file_configuration_named: - config_ref = self.project.AddOrGetFileInRootGroup( - build_file_configurations[config_name]["xcode_config_file"] - ) - xcc.SetBaseConfiguration(config_ref) - - # Sort the targets based on how they appeared in the input. - # TODO(mark): Like a lot of other things here, this assumes internal - # knowledge of PBXProject - in this case, of its "targets" property. - - # ordinary_targets are ordinary targets that are already in the project - # file. run_test_targets are the targets that run unittests and should be - # used for the Run All Tests target. support_targets are the action/rule - # targets used by GYP file targets, just kept for the assert check. - ordinary_targets = [] - run_test_targets = [] - support_targets = [] - - # targets is full list of targets in the project. - targets = [] - - # does the it define it's own "all"? - has_custom_all = False - - # targets_for_all is the list of ordinary_targets that should be listed - # in this project's "All" target. It includes each non_runtest_target - # that does not have suppress_wildcard set. - targets_for_all = [] - - for target in self.build_file_dict["targets"]: - target_name = target["target_name"] - toolset = target["toolset"] - qualified_target = gyp.common.QualifiedTarget( - self.gyp_path, target_name, toolset - ) - xcode_target = xcode_targets[qualified_target] - # Make sure that the target being added to the sorted list is already in - # the unsorted list. - assert xcode_target in self.project._properties["targets"] - targets.append(xcode_target) - ordinary_targets.append(xcode_target) - if xcode_target.support_target: - support_targets.append(xcode_target.support_target) - targets.append(xcode_target.support_target) - - if not int(target.get("suppress_wildcard", False)): - targets_for_all.append(xcode_target) - - if target_name.lower() == "all": - has_custom_all = True - - # If this target has a 'run_as' attribute, add its target to the - # targets, and add it to the test targets. - if target.get("run_as"): - # Make a target to run something. It should have one - # dependency, the parent xcode target. - xccl = CreateXCConfigurationList(configurations) - run_target = gyp.xcodeproj_file.PBXAggregateTarget( - { - "name": "Run " + target_name, - "productName": xcode_target.GetProperty("productName"), - "buildConfigurationList": xccl, - }, - parent=self.project, - ) - run_target.AddDependency(xcode_target) - - command = target["run_as"] - script = "" - if command.get("working_directory"): - script = ( - script - + 'cd "%s"\n' - % gyp.xcodeproj_file.ConvertVariablesToShellSyntax( - command.get("working_directory") - ) - ) - - if command.get("environment"): - script = ( - script - + "\n".join( - [ - 'export %s="%s"' - % ( - key, - gyp.xcodeproj_file.ConvertVariablesToShellSyntax( - val - ), - ) - for (key, val) in command.get("environment").items() - ] - ) - + "\n" - ) - - # Some test end up using sockets, files on disk, etc. and can get - # confused if more then one test runs at a time. The generator - # flag 'xcode_serialize_all_test_runs' controls the forcing of all - # tests serially. It defaults to True. To get serial runs this - # little bit of python does the same as the linux flock utility to - # make sure only one runs at a time. - command_prefix = "" - if serialize_all_tests: - command_prefix = """python -c "import fcntl, subprocess, sys -file = open('$TMPDIR/GYP_serialize_test_runs', 'a') -fcntl.flock(file.fileno(), fcntl.LOCK_EX) -sys.exit(subprocess.call(sys.argv[1:]))" """ - - # If we were unable to exec for some reason, we want to exit - # with an error, and fixup variable references to be shell - # syntax instead of xcode syntax. - script = ( - script - + "exec " - + command_prefix - + "%s\nexit 1\n" - % gyp.xcodeproj_file.ConvertVariablesToShellSyntax( - gyp.common.EncodePOSIXShellList(command.get("action")) - ) - ) - - ssbp = gyp.xcodeproj_file.PBXShellScriptBuildPhase( - {"shellScript": script, "showEnvVarsInLog": 0} - ) - run_target.AppendProperty("buildPhases", ssbp) - - # Add the run target to the project file. - targets.append(run_target) - run_test_targets.append(run_target) - xcode_target.test_runner = run_target - - # Make sure that the list of targets being replaced is the same length as - # the one replacing it, but allow for the added test runner targets. - assert len(self.project._properties["targets"]) == len(ordinary_targets) + len( - support_targets - ) - - self.project._properties["targets"] = targets - - # Get rid of unnecessary levels of depth in groups like the Source group. - self.project.RootGroupsTakeOverOnlyChildren(True) - - # Sort the groups nicely. Do this after sorting the targets, because the - # Products group is sorted based on the order of the targets. - self.project.SortGroups() - - # Create an "All" target if there's more than one target in this project - # file and the project didn't define its own "All" target. Put a generated - # "All" target first so that people opening up the project for the first - # time will build everything by default. - if len(targets_for_all) > 1 and not has_custom_all: - xccl = CreateXCConfigurationList(configurations) - all_target = gyp.xcodeproj_file.PBXAggregateTarget( - {"buildConfigurationList": xccl, "name": "All"}, parent=self.project - ) - - for target in targets_for_all: - all_target.AddDependency(target) - - # TODO(mark): This is evil because it relies on internal knowledge of - # PBXProject._properties. It's important to get the "All" target first, - # though. - self.project._properties["targets"].insert(0, all_target) - - # The same, but for run_test_targets. - if len(run_test_targets) > 1: - xccl = CreateXCConfigurationList(configurations) - run_all_tests_target = gyp.xcodeproj_file.PBXAggregateTarget( - {"buildConfigurationList": xccl, "name": "Run All Tests"}, - parent=self.project, - ) - for run_test_target in run_test_targets: - run_all_tests_target.AddDependency(run_test_target) - - # Insert after the "All" target, which must exist if there is more than - # one run_test_target. - self.project._properties["targets"].insert(1, run_all_tests_target) - - def Finalize2(self, xcode_targets, xcode_target_to_target_dict): - # Finalize2 needs to happen in a separate step because the process of - # updating references to other projects depends on the ordering of targets - # within remote project files. Finalize1 is responsible for sorting duty, - # and once all project files are sorted, Finalize2 can come in and update - # these references. - - # To support making a "test runner" target that will run all the tests - # that are direct dependents of any given target, we look for - # xcode_create_dependents_test_runner being set on an Aggregate target, - # and generate a second target that will run the tests runners found under - # the marked target. - for bf_tgt in self.build_file_dict["targets"]: - if int(bf_tgt.get("xcode_create_dependents_test_runner", 0)): - tgt_name = bf_tgt["target_name"] - toolset = bf_tgt["toolset"] - qualified_target = gyp.common.QualifiedTarget( - self.gyp_path, tgt_name, toolset - ) - xcode_target = xcode_targets[qualified_target] - if isinstance(xcode_target, gyp.xcodeproj_file.PBXAggregateTarget): - # Collect all the run test targets. - all_run_tests = [] - pbxtds = xcode_target.GetProperty("dependencies") - for pbxtd in pbxtds: - pbxcip = pbxtd.GetProperty("targetProxy") - dependency_xct = pbxcip.GetProperty("remoteGlobalIDString") - if hasattr(dependency_xct, "test_runner"): - all_run_tests.append(dependency_xct.test_runner) - - # Directly depend on all the runners as they depend on the target - # that builds them. - if len(all_run_tests) > 0: - run_all_target = gyp.xcodeproj_file.PBXAggregateTarget( - { - "name": "Run %s Tests" % tgt_name, - "productName": tgt_name, - }, - parent=self.project, - ) - for run_test_target in all_run_tests: - run_all_target.AddDependency(run_test_target) - - # Insert the test runner after the related target. - idx = self.project._properties["targets"].index(xcode_target) - self.project._properties["targets"].insert( - idx + 1, run_all_target - ) - - # Update all references to other projects, to make sure that the lists of - # remote products are complete. Otherwise, Xcode will fill them in when - # it opens the project file, which will result in unnecessary diffs. - # TODO(mark): This is evil because it relies on internal knowledge of - # PBXProject._other_pbxprojects. - for other_pbxproject in self.project._other_pbxprojects.keys(): - self.project.AddOrGetProjectReference(other_pbxproject) - - self.project.SortRemoteProductReferences() - - # Give everything an ID. - self.project_file.ComputeIDs() - - # Make sure that no two objects in the project file have the same ID. If - # multiple objects wind up with the same ID, upon loading the file, Xcode - # will only recognize one object (the last one in the file?) and the - # results are unpredictable. - self.project_file.EnsureNoIDCollisions() - - def Write(self): - # Write the project file to a temporary location first. Xcode watches for - # changes to the project file and presents a UI sheet offering to reload - # the project when it does change. However, in some cases, especially when - # multiple projects are open or when Xcode is busy, things don't work so - # seamlessly. Sometimes, Xcode is able to detect that a project file has - # changed but can't unload it because something else is referencing it. - # To mitigate this problem, and to avoid even having Xcode present the UI - # sheet when an open project is rewritten for inconsequential changes, the - # project file is written to a temporary file in the xcodeproj directory - # first. The new temporary file is then compared to the existing project - # file, if any. If they differ, the new file replaces the old; otherwise, - # the new project file is simply deleted. Xcode properly detects a file - # being renamed over an open project file as a change and so it remains - # able to present the "project file changed" sheet under this system. - # Writing to a temporary file first also avoids the possible problem of - # Xcode rereading an incomplete project file. - (output_fd, new_pbxproj_path) = tempfile.mkstemp( - suffix=".tmp", prefix="project.pbxproj.gyp.", dir=self.path - ) - - try: - output_file = os.fdopen(output_fd, "w") - - self.project_file.Print(output_file) - output_file.close() - - pbxproj_path = os.path.join(self.path, "project.pbxproj") - - same = False - try: - same = filecmp.cmp(pbxproj_path, new_pbxproj_path, False) - except OSError as e: - if e.errno != errno.ENOENT: - raise - - if same: - # The new file is identical to the old one, just get rid of the new - # one. - os.unlink(new_pbxproj_path) - else: - # The new file is different from the old one, or there is no old one. - # Rename the new file to the permanent name. - # - # tempfile.mkstemp uses an overly restrictive mode, resulting in a - # file that can only be read by the owner, regardless of the umask. - # There's no reason to not respect the umask here, which means that - # an extra hoop is required to fetch it and reset the new file's mode. - # - # No way to get the umask without setting a new one? Set a safe one - # and then set it back to the old value. - umask = os.umask(0o77) - os.umask(umask) - - os.chmod(new_pbxproj_path, 0o666 & ~umask) - os.rename(new_pbxproj_path, pbxproj_path) - - except Exception: - # Don't leave turds behind. In fact, if this code was responsible for - # creating the xcodeproj directory, get rid of that too. - os.unlink(new_pbxproj_path) - if self.created_dir: - shutil.rmtree(self.path, True) - raise - - -def AddSourceToTarget(source, type, pbxp, xct): - # TODO(mark): Perhaps source_extensions and library_extensions can be made a - # little bit fancier. - source_extensions = ["c", "cc", "cpp", "cxx", "m", "mm", "s", "swift"] - - # .o is conceptually more of a "source" than a "library," but Xcode thinks - # of "sources" as things to compile and "libraries" (or "frameworks") as - # things to link with. Adding an object file to an Xcode target's frameworks - # phase works properly. - library_extensions = ["a", "dylib", "framework", "o"] - - basename = posixpath.basename(source) - (root, ext) = posixpath.splitext(basename) - if ext: - ext = ext[1:].lower() - - if ext in source_extensions and type != "none": - xct.SourcesPhase().AddFile(source) - elif ext in library_extensions and type != "none": - xct.FrameworksPhase().AddFile(source) - else: - # Files that aren't added to a sources or frameworks build phase can still - # go into the project file, just not as part of a build phase. - pbxp.AddOrGetFileInRootGroup(source) - - -def AddResourceToTarget(resource, pbxp, xct): - # TODO(mark): Combine with AddSourceToTarget above? Or just inline this call - # where it's used. - xct.ResourcesPhase().AddFile(resource) - - -def AddHeaderToTarget(header, pbxp, xct, is_public): - # TODO(mark): Combine with AddSourceToTarget above? Or just inline this call - # where it's used. - settings = "{ATTRIBUTES = (%s, ); }" % ("Private", "Public")[is_public] - xct.HeadersPhase().AddFile(header, settings) - - -_xcode_variable_re = re.compile(r"(\$\((.*?)\))") - - -def ExpandXcodeVariables(string, expansions): - """Expands Xcode-style $(VARIABLES) in string per the expansions dict. - - In some rare cases, it is appropriate to expand Xcode variables when a - project file is generated. For any substring $(VAR) in string, if VAR is a - key in the expansions dict, $(VAR) will be replaced with expansions[VAR]. - Any $(VAR) substring in string for which VAR is not a key in the expansions - dict will remain in the returned string. - """ - - matches = _xcode_variable_re.findall(string) - if matches is None: - return string - - matches.reverse() - for match in matches: - (to_replace, variable) = match - if variable not in expansions: - continue - - replacement = expansions[variable] - string = re.sub(re.escape(to_replace), replacement, string) - - return string - - -_xcode_define_re = re.compile(r"([\\\"\' ])") - - -def EscapeXcodeDefine(s): - """We must escape the defines that we give to XCode so that it knows not to - split on spaces and to respect backslash and quote literals. However, we - must not quote the define, or Xcode will incorrectly interpret variables - especially $(inherited).""" - return re.sub(_xcode_define_re, r"\\\1", s) - - -def PerformBuild(data, configurations, params): - options = params["options"] - - for build_file, build_file_dict in data.items(): - (build_file_root, build_file_ext) = os.path.splitext(build_file) - if build_file_ext != ".gyp": - continue - xcodeproj_path = build_file_root + options.suffix + ".xcodeproj" - if options.generator_output: - xcodeproj_path = os.path.join(options.generator_output, xcodeproj_path) - - for config in configurations: - arguments = ["xcodebuild", "-project", xcodeproj_path] - arguments += ["-configuration", config] - print(f"Building [{config}]: {arguments}") - subprocess.check_call(arguments) - - -def CalculateGeneratorInputInfo(params): - toplevel = params["options"].toplevel_dir - if params.get("flavor") == "ninja": - generator_dir = os.path.relpath(params["options"].generator_output or ".") - output_dir = params.get("generator_flags", {}).get("output_dir", "out") - output_dir = os.path.normpath(os.path.join(generator_dir, output_dir)) - qualified_out_dir = os.path.normpath( - os.path.join(toplevel, output_dir, "gypfiles-xcode-ninja") - ) - else: - output_dir = os.path.normpath(os.path.join(toplevel, "xcodebuild")) - qualified_out_dir = os.path.normpath( - os.path.join(toplevel, output_dir, "gypfiles") - ) - - global generator_filelist_paths - generator_filelist_paths = { - "toplevel": toplevel, - "qualified_out_dir": qualified_out_dir, - } - - -def GenerateOutput(target_list, target_dicts, data, params): - # Optionally configure each spec to use ninja as the external builder. - ninja_wrapper = params.get("flavor") == "ninja" - if ninja_wrapper: - (target_list, target_dicts, data) = gyp.xcode_ninja.CreateWrapper( - target_list, target_dicts, data, params - ) - - options = params["options"] - generator_flags = params.get("generator_flags", {}) - parallel_builds = generator_flags.get("xcode_parallel_builds", True) - serialize_all_tests = generator_flags.get("xcode_serialize_all_test_runs", True) - upgrade_check_project_version = generator_flags.get( - "xcode_upgrade_check_project_version", None - ) - - # Format upgrade_check_project_version with leading zeros as needed. - if upgrade_check_project_version: - upgrade_check_project_version = str(upgrade_check_project_version) - while len(upgrade_check_project_version) < 4: - upgrade_check_project_version = "0" + upgrade_check_project_version - - skip_excluded_files = not generator_flags.get("xcode_list_excluded_files", True) - xcode_projects = {} - for build_file, build_file_dict in data.items(): - (build_file_root, build_file_ext) = os.path.splitext(build_file) - if build_file_ext != ".gyp": - continue - xcodeproj_path = build_file_root + options.suffix + ".xcodeproj" - if options.generator_output: - xcodeproj_path = os.path.join(options.generator_output, xcodeproj_path) - xcp = XcodeProject(build_file, xcodeproj_path, build_file_dict) - xcode_projects[build_file] = xcp - pbxp = xcp.project - - # Set project-level attributes from multiple options - project_attributes = {} - if parallel_builds: - project_attributes["BuildIndependentTargetsInParallel"] = "YES" - if upgrade_check_project_version: - project_attributes["LastUpgradeCheck"] = upgrade_check_project_version - project_attributes[ - "LastTestingUpgradeCheck" - ] = upgrade_check_project_version - project_attributes["LastSwiftUpdateCheck"] = upgrade_check_project_version - pbxp.SetProperty("attributes", project_attributes) - - # Add gyp/gypi files to project - if not generator_flags.get("standalone"): - main_group = pbxp.GetProperty("mainGroup") - build_group = gyp.xcodeproj_file.PBXGroup({"name": "Build"}) - main_group.AppendChild(build_group) - for included_file in build_file_dict["included_files"]: - build_group.AddOrGetFileByPath(included_file, False) - - xcode_targets = {} - xcode_target_to_target_dict = {} - for qualified_target in target_list: - [build_file, target_name, toolset] = gyp.common.ParseQualifiedTarget( - qualified_target - ) - - spec = target_dicts[qualified_target] - if spec["toolset"] != "target": - raise Exception( - "Multiple toolsets not supported in xcode build (target %s)" - % qualified_target - ) - configuration_names = [spec["default_configuration"]] - for configuration_name in sorted(spec["configurations"].keys()): - if configuration_name not in configuration_names: - configuration_names.append(configuration_name) - xcp = xcode_projects[build_file] - pbxp = xcp.project - - # Set up the configurations for the target according to the list of names - # supplied. - xccl = CreateXCConfigurationList(configuration_names) - - # Create an XCTarget subclass object for the target. The type with - # "+bundle" appended will be used if the target has "mac_bundle" set. - # loadable_modules not in a mac_bundle are mapped to - # com.googlecode.gyp.xcode.bundle, a pseudo-type that xcode.py interprets - # to create a single-file mh_bundle. - _types = { - "executable": "com.apple.product-type.tool", - "loadable_module": "com.googlecode.gyp.xcode.bundle", - "shared_library": "com.apple.product-type.library.dynamic", - "static_library": "com.apple.product-type.library.static", - "mac_kernel_extension": "com.apple.product-type.kernel-extension", - "executable+bundle": "com.apple.product-type.application", - "loadable_module+bundle": "com.apple.product-type.bundle", - "loadable_module+xctest": "com.apple.product-type.bundle.unit-test", - "loadable_module+xcuitest": "com.apple.product-type.bundle.ui-testing", - "shared_library+bundle": "com.apple.product-type.framework", - "executable+extension+bundle": "com.apple.product-type.app-extension", - "executable+watch+extension+bundle": - "com.apple.product-type.watchkit-extension", - "executable+watch+bundle": "com.apple.product-type.application.watchapp", - "mac_kernel_extension+bundle": "com.apple.product-type.kernel-extension", - } - - target_properties = { - "buildConfigurationList": xccl, - "name": target_name, - } - - type = spec["type"] - is_xctest = int(spec.get("mac_xctest_bundle", 0)) - is_xcuitest = int(spec.get("mac_xcuitest_bundle", 0)) - is_bundle = int(spec.get("mac_bundle", 0)) or is_xctest - is_app_extension = int(spec.get("ios_app_extension", 0)) - is_watchkit_extension = int(spec.get("ios_watchkit_extension", 0)) - is_watch_app = int(spec.get("ios_watch_app", 0)) - if type != "none": - type_bundle_key = type - if is_xcuitest: - type_bundle_key += "+xcuitest" - assert type == "loadable_module", ( - "mac_xcuitest_bundle targets must have type loadable_module " - "(target %s)" % target_name - ) - elif is_xctest: - type_bundle_key += "+xctest" - assert type == "loadable_module", ( - "mac_xctest_bundle targets must have type loadable_module " - "(target %s)" % target_name - ) - elif is_app_extension: - assert is_bundle, ( - "ios_app_extension flag requires mac_bundle " - "(target %s)" % target_name - ) - type_bundle_key += "+extension+bundle" - elif is_watchkit_extension: - assert is_bundle, ( - "ios_watchkit_extension flag requires mac_bundle " - "(target %s)" % target_name - ) - type_bundle_key += "+watch+extension+bundle" - elif is_watch_app: - assert is_bundle, ( - "ios_watch_app flag requires mac_bundle " - "(target %s)" % target_name - ) - type_bundle_key += "+watch+bundle" - elif is_bundle: - type_bundle_key += "+bundle" - - xctarget_type = gyp.xcodeproj_file.PBXNativeTarget - try: - target_properties["productType"] = _types[type_bundle_key] - except KeyError as e: - gyp.common.ExceptionAppend( - e, - "-- unknown product type while " "writing target %s" % target_name, - ) - raise - else: - xctarget_type = gyp.xcodeproj_file.PBXAggregateTarget - assert not is_bundle, ( - 'mac_bundle targets cannot have type none (target "%s")' % target_name - ) - assert not is_xcuitest, ( - 'mac_xcuitest_bundle targets cannot have type none (target "%s")' - % target_name - ) - assert not is_xctest, ( - 'mac_xctest_bundle targets cannot have type none (target "%s")' - % target_name - ) - - target_product_name = spec.get("product_name") - if target_product_name is not None: - target_properties["productName"] = target_product_name - - xct = xctarget_type( - target_properties, - parent=pbxp, - force_outdir=spec.get("product_dir"), - force_prefix=spec.get("product_prefix"), - force_extension=spec.get("product_extension"), - ) - pbxp.AppendProperty("targets", xct) - xcode_targets[qualified_target] = xct - xcode_target_to_target_dict[xct] = spec - - spec_actions = spec.get("actions", []) - spec_rules = spec.get("rules", []) - - # Xcode has some "issues" with checking dependencies for the "Compile - # sources" step with any source files/headers generated by actions/rules. - # To work around this, if a target is building anything directly (not - # type "none"), then a second target is used to run the GYP actions/rules - # and is made a dependency of this target. This way the work is done - # before the dependency checks for what should be recompiled. - support_xct = None - # The Xcode "issues" don't affect xcode-ninja builds, since the dependency - # logic all happens in ninja. Don't bother creating the extra targets in - # that case. - if type != "none" and (spec_actions or spec_rules) and not ninja_wrapper: - support_xccl = CreateXCConfigurationList(configuration_names) - support_target_suffix = generator_flags.get( - "support_target_suffix", " Support" - ) - support_target_properties = { - "buildConfigurationList": support_xccl, - "name": target_name + support_target_suffix, - } - if target_product_name: - support_target_properties["productName"] = ( - target_product_name + " Support" - ) - support_xct = gyp.xcodeproj_file.PBXAggregateTarget( - support_target_properties, parent=pbxp - ) - pbxp.AppendProperty("targets", support_xct) - xct.AddDependency(support_xct) - # Hang the support target off the main target so it can be tested/found - # by the generator during Finalize. - xct.support_target = support_xct - - prebuild_index = 0 - - # Add custom shell script phases for "actions" sections. - for action in spec_actions: - # There's no need to write anything into the script to ensure that the - # output directories already exist, because Xcode will look at the - # declared outputs and automatically ensure that they exist for us. - - # Do we have a message to print when this action runs? - message = action.get("message") - if message: - message = "echo note: " + gyp.common.EncodePOSIXShellArgument(message) - else: - message = "" - - # Turn the list into a string that can be passed to a shell. - action_string = gyp.common.EncodePOSIXShellList(action["action"]) - - # Convert Xcode-type variable references to sh-compatible environment - # variable references. - message_sh = gyp.xcodeproj_file.ConvertVariablesToShellSyntax(message) - action_string_sh = gyp.xcodeproj_file.ConvertVariablesToShellSyntax( - action_string - ) - - script = "" - # Include the optional message - if message_sh: - script += message_sh + "\n" - # Be sure the script runs in exec, and that if exec fails, the script - # exits signalling an error. - script += "exec " + action_string_sh + "\nexit 1\n" - ssbp = gyp.xcodeproj_file.PBXShellScriptBuildPhase( - { - "inputPaths": action["inputs"], - "name": 'Action "' + action["action_name"] + '"', - "outputPaths": action["outputs"], - "shellScript": script, - "showEnvVarsInLog": 0, - } - ) - - if support_xct: - support_xct.AppendProperty("buildPhases", ssbp) - else: - # TODO(mark): this assumes too much knowledge of the internals of - # xcodeproj_file; some of these smarts should move into xcodeproj_file - # itself. - xct._properties["buildPhases"].insert(prebuild_index, ssbp) - prebuild_index = prebuild_index + 1 - - # TODO(mark): Should verify that at most one of these is specified. - if int(action.get("process_outputs_as_sources", False)): - for output in action["outputs"]: - AddSourceToTarget(output, type, pbxp, xct) - - if int(action.get("process_outputs_as_mac_bundle_resources", False)): - for output in action["outputs"]: - AddResourceToTarget(output, pbxp, xct) - - # tgt_mac_bundle_resources holds the list of bundle resources so - # the rule processing can check against it. - if is_bundle: - tgt_mac_bundle_resources = spec.get("mac_bundle_resources", []) - else: - tgt_mac_bundle_resources = [] - - # Add custom shell script phases driving "make" for "rules" sections. - # - # Xcode's built-in rule support is almost powerful enough to use directly, - # but there are a few significant deficiencies that render them unusable. - # There are workarounds for some of its inadequacies, but in aggregate, - # the workarounds added complexity to the generator, and some workarounds - # actually require input files to be crafted more carefully than I'd like. - # Consequently, until Xcode rules are made more capable, "rules" input - # sections will be handled in Xcode output by shell script build phases - # performed prior to the compilation phase. - # - # The following problems with Xcode rules were found. The numbers are - # Apple radar IDs. I hope that these shortcomings are addressed, I really - # liked having the rules handled directly in Xcode during the period that - # I was prototyping this. - # - # 6588600 Xcode compiles custom script rule outputs too soon, compilation - # fails. This occurs when rule outputs from distinct inputs are - # interdependent. The only workaround is to put rules and their - # inputs in a separate target from the one that compiles the rule - # outputs. This requires input file cooperation and it means that - # process_outputs_as_sources is unusable. - # 6584932 Need to declare that custom rule outputs should be excluded from - # compilation. A possible workaround is to lie to Xcode about a - # rule's output, giving it a dummy file it doesn't know how to - # compile. The rule action script would need to touch the dummy. - # 6584839 I need a way to declare additional inputs to a custom rule. - # A possible workaround is a shell script phase prior to - # compilation that touches a rule's primary input files if any - # would-be additional inputs are newer than the output. Modifying - # the source tree - even just modification times - feels dirty. - # 6564240 Xcode "custom script" build rules always dump all environment - # variables. This is a low-prioroty problem and is not a - # show-stopper. - rules_by_ext = {} - for rule in spec_rules: - rules_by_ext[rule["extension"]] = rule - - # First, some definitions: - # - # A "rule source" is a file that was listed in a target's "sources" - # list and will have a rule applied to it on the basis of matching the - # rule's "extensions" attribute. Rule sources are direct inputs to - # rules. - # - # Rule definitions may specify additional inputs in their "inputs" - # attribute. These additional inputs are used for dependency tracking - # purposes. - # - # A "concrete output" is a rule output with input-dependent variables - # resolved. For example, given a rule with: - # 'extension': 'ext', 'outputs': ['$(INPUT_FILE_BASE).cc'], - # if the target's "sources" list contained "one.ext" and "two.ext", - # the "concrete output" for rule input "two.ext" would be "two.cc". If - # a rule specifies multiple outputs, each input file that the rule is - # applied to will have the same number of concrete outputs. - # - # If any concrete outputs are outdated or missing relative to their - # corresponding rule_source or to any specified additional input, the - # rule action must be performed to generate the concrete outputs. - - # concrete_outputs_by_rule_source will have an item at the same index - # as the rule['rule_sources'] that it corresponds to. Each item is a - # list of all of the concrete outputs for the rule_source. - concrete_outputs_by_rule_source = [] - - # concrete_outputs_all is a flat list of all concrete outputs that this - # rule is able to produce, given the known set of input files - # (rule_sources) that apply to it. - concrete_outputs_all = [] - - # messages & actions are keyed by the same indices as rule['rule_sources'] - # and concrete_outputs_by_rule_source. They contain the message and - # action to perform after resolving input-dependent variables. The - # message is optional, in which case None is stored for each rule source. - messages = [] - actions = [] - - for rule_source in rule.get("rule_sources", []): - rule_source_dirname, rule_source_basename = posixpath.split(rule_source) - (rule_source_root, rule_source_ext) = posixpath.splitext( - rule_source_basename - ) - - # These are the same variable names that Xcode uses for its own native - # rule support. Because Xcode's rule engine is not being used, they - # need to be expanded as they are written to the makefile. - rule_input_dict = { - "INPUT_FILE_BASE": rule_source_root, - "INPUT_FILE_SUFFIX": rule_source_ext, - "INPUT_FILE_NAME": rule_source_basename, - "INPUT_FILE_PATH": rule_source, - "INPUT_FILE_DIRNAME": rule_source_dirname, - } - - concrete_outputs_for_this_rule_source = [] - for output in rule.get("outputs", []): - # Fortunately, Xcode and make both use $(VAR) format for their - # variables, so the expansion is the only transformation necessary. - # Any remaining $(VAR)-type variables in the string can be given - # directly to make, which will pick up the correct settings from - # what Xcode puts into the environment. - concrete_output = ExpandXcodeVariables(output, rule_input_dict) - concrete_outputs_for_this_rule_source.append(concrete_output) - - # Add all concrete outputs to the project. - pbxp.AddOrGetFileInRootGroup(concrete_output) - - concrete_outputs_by_rule_source.append( - concrete_outputs_for_this_rule_source - ) - concrete_outputs_all.extend(concrete_outputs_for_this_rule_source) - - # TODO(mark): Should verify that at most one of these is specified. - if int(rule.get("process_outputs_as_sources", False)): - for output in concrete_outputs_for_this_rule_source: - AddSourceToTarget(output, type, pbxp, xct) - - # If the file came from the mac_bundle_resources list or if the rule - # is marked to process outputs as bundle resource, do so. - was_mac_bundle_resource = rule_source in tgt_mac_bundle_resources - if was_mac_bundle_resource or int( - rule.get("process_outputs_as_mac_bundle_resources", False) - ): - for output in concrete_outputs_for_this_rule_source: - AddResourceToTarget(output, pbxp, xct) - - # Do we have a message to print when this rule runs? - message = rule.get("message") - if message: - message = gyp.common.EncodePOSIXShellArgument(message) - message = ExpandXcodeVariables(message, rule_input_dict) - messages.append(message) - - # Turn the list into a string that can be passed to a shell. - action_string = gyp.common.EncodePOSIXShellList(rule["action"]) - - action = ExpandXcodeVariables(action_string, rule_input_dict) - actions.append(action) - - if len(concrete_outputs_all) > 0: - # TODO(mark): There's a possibility for collision here. Consider - # target "t" rule "A_r" and target "t_A" rule "r". - makefile_name = "%s.make" % re.sub( - "[^a-zA-Z0-9_]", "_", "{}_{}".format(target_name, rule["rule_name"]) - ) - makefile_path = os.path.join( - xcode_projects[build_file].path, makefile_name - ) - # TODO(mark): try/close? Write to a temporary file and swap it only - # if it's got changes? - makefile = open(makefile_path, "w") - - # make will build the first target in the makefile by default. By - # convention, it's called "all". List all (or at least one) - # concrete output for each rule source as a prerequisite of the "all" - # target. - makefile.write("all: \\\n") - for concrete_output_index, concrete_output_by_rule_source in enumerate( - concrete_outputs_by_rule_source - ): - # Only list the first (index [0]) concrete output of each input - # in the "all" target. Otherwise, a parallel make (-j > 1) would - # attempt to process each input multiple times simultaneously. - # Otherwise, "all" could just contain the entire list of - # concrete_outputs_all. - concrete_output = concrete_output_by_rule_source[0] - if ( - concrete_output_index - == len(concrete_outputs_by_rule_source) - 1 - ): - eol = "" - else: - eol = " \\" - makefile.write(f" {concrete_output}{eol}\n") - - for (rule_source, concrete_outputs, message, action) in zip( - rule["rule_sources"], - concrete_outputs_by_rule_source, - messages, - actions, - ): - makefile.write("\n") - - # Add a rule that declares it can build each concrete output of a - # rule source. Collect the names of the directories that are - # required. - concrete_output_dirs = [] - for concrete_output_index, concrete_output in enumerate( - concrete_outputs - ): - if concrete_output_index == 0: - bol = "" - else: - bol = " " - makefile.write(f"{bol}{concrete_output} \\\n") - - concrete_output_dir = posixpath.dirname(concrete_output) - if ( - concrete_output_dir - and concrete_output_dir not in concrete_output_dirs - ): - concrete_output_dirs.append(concrete_output_dir) - - makefile.write(" : \\\n") - - # The prerequisites for this rule are the rule source itself and - # the set of additional rule inputs, if any. - prerequisites = [rule_source] - prerequisites.extend(rule.get("inputs", [])) - for prerequisite_index, prerequisite in enumerate(prerequisites): - if prerequisite_index == len(prerequisites) - 1: - eol = "" - else: - eol = " \\" - makefile.write(f" {prerequisite}{eol}\n") - - # Make sure that output directories exist before executing the rule - # action. - if len(concrete_output_dirs) > 0: - makefile.write( - '\t@mkdir -p "%s"\n' % '" "'.join(concrete_output_dirs) - ) - - # The rule message and action have already had - # the necessary variable substitutions performed. - if message: - # Mark it with note: so Xcode picks it up in build output. - makefile.write("\t@echo note: %s\n" % message) - makefile.write("\t%s\n" % action) - - makefile.close() - - # It might be nice to ensure that needed output directories exist - # here rather than in each target in the Makefile, but that wouldn't - # work if there ever was a concrete output that had an input-dependent - # variable anywhere other than in the leaf position. - - # Don't declare any inputPaths or outputPaths. If they're present, - # Xcode will provide a slight optimization by only running the script - # phase if any output is missing or outdated relative to any input. - # Unfortunately, it will also assume that all outputs are touched by - # the script, and if the outputs serve as files in a compilation - # phase, they will be unconditionally rebuilt. Since make might not - # rebuild everything that could be declared here as an output, this - # extra compilation activity is unnecessary. With inputPaths and - # outputPaths not supplied, make will always be called, but it knows - # enough to not do anything when everything is up-to-date. - - # To help speed things up, pass -j COUNT to make so it does some work - # in parallel. Don't use ncpus because Xcode will build ncpus targets - # in parallel and if each target happens to have a rules step, there - # would be ncpus^2 things going. With a machine that has 2 quad-core - # Xeons, a build can quickly run out of processes based on - # scheduling/other tasks, and randomly failing builds are no good. - script = ( - """JOB_COUNT="$(/usr/sbin/sysctl -n hw.ncpu)" -if [ "${JOB_COUNT}" -gt 4 ]; then - JOB_COUNT=4 -fi -exec xcrun make -f "${PROJECT_FILE_PATH}/%s" -j "${JOB_COUNT}" -exit 1 -""" - % makefile_name - ) - ssbp = gyp.xcodeproj_file.PBXShellScriptBuildPhase( - { - "name": 'Rule "' + rule["rule_name"] + '"', - "shellScript": script, - "showEnvVarsInLog": 0, - } - ) - - if support_xct: - support_xct.AppendProperty("buildPhases", ssbp) - else: - # TODO(mark): this assumes too much knowledge of the internals of - # xcodeproj_file; some of these smarts should move - # into xcodeproj_file itself. - xct._properties["buildPhases"].insert(prebuild_index, ssbp) - prebuild_index = prebuild_index + 1 - - # Extra rule inputs also go into the project file. Concrete outputs were - # already added when they were computed. - groups = ["inputs", "inputs_excluded"] - if skip_excluded_files: - groups = [x for x in groups if not x.endswith("_excluded")] - for group in groups: - for item in rule.get(group, []): - pbxp.AddOrGetFileInRootGroup(item) - - # Add "sources". - for source in spec.get("sources", []): - (source_root, source_extension) = posixpath.splitext(source) - if source_extension[1:] not in rules_by_ext: - # AddSourceToTarget will add the file to a root group if it's not - # already there. - AddSourceToTarget(source, type, pbxp, xct) - else: - pbxp.AddOrGetFileInRootGroup(source) - - # Add "mac_bundle_resources" and "mac_framework_private_headers" if - # it's a bundle of any type. - if is_bundle: - for resource in tgt_mac_bundle_resources: - (resource_root, resource_extension) = posixpath.splitext(resource) - if resource_extension[1:] not in rules_by_ext: - AddResourceToTarget(resource, pbxp, xct) - else: - pbxp.AddOrGetFileInRootGroup(resource) - - for header in spec.get("mac_framework_private_headers", []): - AddHeaderToTarget(header, pbxp, xct, False) - - # Add "mac_framework_headers". These can be valid for both frameworks - # and static libraries. - if is_bundle or type == "static_library": - for header in spec.get("mac_framework_headers", []): - AddHeaderToTarget(header, pbxp, xct, True) - - # Add "copies". - pbxcp_dict = {} - for copy_group in spec.get("copies", []): - dest = copy_group["destination"] - if dest[0] not in ("/", "$"): - # Relative paths are relative to $(SRCROOT). - dest = "$(SRCROOT)/" + dest - - code_sign = int(copy_group.get("xcode_code_sign", 0)) - settings = (None, "{ATTRIBUTES = (CodeSignOnCopy, ); }")[code_sign] - - # Coalesce multiple "copies" sections in the same target with the same - # "destination" property into the same PBXCopyFilesBuildPhase, otherwise - # they'll wind up with ID collisions. - pbxcp = pbxcp_dict.get(dest, None) - if pbxcp is None: - pbxcp = gyp.xcodeproj_file.PBXCopyFilesBuildPhase( - {"name": "Copy to " + copy_group["destination"]}, parent=xct - ) - pbxcp.SetDestination(dest) - - # TODO(mark): The usual comment about this knowing too much about - # gyp.xcodeproj_file internals applies. - xct._properties["buildPhases"].insert(prebuild_index, pbxcp) - - pbxcp_dict[dest] = pbxcp - - for file in copy_group["files"]: - pbxcp.AddFile(file, settings) - - # Excluded files can also go into the project file. - if not skip_excluded_files: - for key in [ - "sources", - "mac_bundle_resources", - "mac_framework_headers", - "mac_framework_private_headers", - ]: - excluded_key = key + "_excluded" - for item in spec.get(excluded_key, []): - pbxp.AddOrGetFileInRootGroup(item) - - # So can "inputs" and "outputs" sections of "actions" groups. - groups = ["inputs", "inputs_excluded", "outputs", "outputs_excluded"] - if skip_excluded_files: - groups = [x for x in groups if not x.endswith("_excluded")] - for action in spec.get("actions", []): - for group in groups: - for item in action.get(group, []): - # Exclude anything in BUILT_PRODUCTS_DIR. They're products, not - # sources. - if not item.startswith("$(BUILT_PRODUCTS_DIR)/"): - pbxp.AddOrGetFileInRootGroup(item) - - for postbuild in spec.get("postbuilds", []): - action_string_sh = gyp.common.EncodePOSIXShellList(postbuild["action"]) - script = "exec " + action_string_sh + "\nexit 1\n" - - # Make the postbuild step depend on the output of ld or ar from this - # target. Apparently putting the script step after the link step isn't - # sufficient to ensure proper ordering in all cases. With an input - # declared but no outputs, the script step should run every time, as - # desired. - ssbp = gyp.xcodeproj_file.PBXShellScriptBuildPhase( - { - "inputPaths": ["$(BUILT_PRODUCTS_DIR)/$(EXECUTABLE_PATH)"], - "name": 'Postbuild "' + postbuild["postbuild_name"] + '"', - "shellScript": script, - "showEnvVarsInLog": 0, - } - ) - xct.AppendProperty("buildPhases", ssbp) - - # Add dependencies before libraries, because adding a dependency may imply - # adding a library. It's preferable to keep dependencies listed first - # during a link phase so that they can override symbols that would - # otherwise be provided by libraries, which will usually include system - # libraries. On some systems, ld is finicky and even requires the - # libraries to be ordered in such a way that unresolved symbols in - # earlier-listed libraries may only be resolved by later-listed libraries. - # The Mac linker doesn't work that way, but other platforms do, and so - # their linker invocations need to be constructed in this way. There's - # no compelling reason for Xcode's linker invocations to differ. - - if "dependencies" in spec: - for dependency in spec["dependencies"]: - xct.AddDependency(xcode_targets[dependency]) - # The support project also gets the dependencies (in case they are - # needed for the actions/rules to work). - if support_xct: - support_xct.AddDependency(xcode_targets[dependency]) - - if "libraries" in spec: - for library in spec["libraries"]: - xct.FrameworksPhase().AddFile(library) - # Add the library's directory to LIBRARY_SEARCH_PATHS if necessary. - # I wish Xcode handled this automatically. - library_dir = posixpath.dirname(library) - if library_dir not in xcode_standard_library_dirs and ( - not xct.HasBuildSetting(_library_search_paths_var) - or library_dir not in xct.GetBuildSetting(_library_search_paths_var) - ): - xct.AppendBuildSetting(_library_search_paths_var, library_dir) - - for configuration_name in configuration_names: - configuration = spec["configurations"][configuration_name] - xcbc = xct.ConfigurationNamed(configuration_name) - for include_dir in configuration.get("mac_framework_dirs", []): - xcbc.AppendBuildSetting("FRAMEWORK_SEARCH_PATHS", include_dir) - for include_dir in configuration.get("include_dirs", []): - xcbc.AppendBuildSetting("HEADER_SEARCH_PATHS", include_dir) - for library_dir in configuration.get("library_dirs", []): - if library_dir not in xcode_standard_library_dirs and ( - not xcbc.HasBuildSetting(_library_search_paths_var) - or library_dir - not in xcbc.GetBuildSetting(_library_search_paths_var) - ): - xcbc.AppendBuildSetting(_library_search_paths_var, library_dir) - - if "defines" in configuration: - for define in configuration["defines"]: - set_define = EscapeXcodeDefine(define) - xcbc.AppendBuildSetting("GCC_PREPROCESSOR_DEFINITIONS", set_define) - if "xcode_settings" in configuration: - for xck, xcv in configuration["xcode_settings"].items(): - xcbc.SetBuildSetting(xck, xcv) - if "xcode_config_file" in configuration: - config_ref = pbxp.AddOrGetFileInRootGroup( - configuration["xcode_config_file"] - ) - xcbc.SetBaseConfiguration(config_ref) - - build_files = [] - for build_file, build_file_dict in data.items(): - if build_file.endswith(".gyp"): - build_files.append(build_file) - - for build_file in build_files: - xcode_projects[build_file].Finalize1(xcode_targets, serialize_all_tests) - - for build_file in build_files: - xcode_projects[build_file].Finalize2(xcode_targets, xcode_target_to_target_dict) - - for build_file in build_files: - xcode_projects[build_file].Write() diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/xcode_test.py b/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/xcode_test.py deleted file mode 100644 index 49772d1..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/xcode_test.py +++ /dev/null @@ -1,25 +0,0 @@ -#!/usr/bin/env python3 - -# Copyright (c) 2013 Google Inc. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - -""" Unit tests for the xcode.py file. """ - -import gyp.generator.xcode as xcode -import unittest -import sys - - -class TestEscapeXcodeDefine(unittest.TestCase): - if sys.platform == "darwin": - - def test_InheritedRemainsUnescaped(self): - self.assertEqual(xcode.EscapeXcodeDefine("$(inherited)"), "$(inherited)") - - def test_Escaping(self): - self.assertEqual(xcode.EscapeXcodeDefine('a b"c\\'), 'a\\ b\\"c\\\\') - - -if __name__ == "__main__": - unittest.main() diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input.py b/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input.py deleted file mode 100644 index d9699a0..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input.py +++ /dev/null @@ -1,3130 +0,0 @@ -# Copyright (c) 2012 Google Inc. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - - -import ast - -import gyp.common -import gyp.simple_copy -import multiprocessing -import os.path -import re -import shlex -import signal -import subprocess -import sys -import threading -import traceback -from distutils.version import StrictVersion -from gyp.common import GypError -from gyp.common import OrderedSet - -# A list of types that are treated as linkable. -linkable_types = [ - "executable", - "shared_library", - "loadable_module", - "mac_kernel_extension", - "windows_driver", -] - -# A list of sections that contain links to other targets. -dependency_sections = ["dependencies", "export_dependent_settings"] - -# base_path_sections is a list of sections defined by GYP that contain -# pathnames. The generators can provide more keys, the two lists are merged -# into path_sections, but you should call IsPathSection instead of using either -# list directly. -base_path_sections = [ - "destination", - "files", - "include_dirs", - "inputs", - "libraries", - "outputs", - "sources", -] -path_sections = set() - -# These per-process dictionaries are used to cache build file data when loading -# in parallel mode. -per_process_data = {} -per_process_aux_data = {} - - -def IsPathSection(section): - # If section ends in one of the '=+?!' characters, it's applied to a section - # without the trailing characters. '/' is notably absent from this list, - # because there's no way for a regular expression to be treated as a path. - while section and section[-1:] in "=+?!": - section = section[:-1] - - if section in path_sections: - return True - - # Sections matching the regexp '_(dir|file|path)s?$' are also - # considered PathSections. Using manual string matching since that - # is much faster than the regexp and this can be called hundreds of - # thousands of times so micro performance matters. - if "_" in section: - tail = section[-6:] - if tail[-1] == "s": - tail = tail[:-1] - if tail[-5:] in ("_file", "_path"): - return True - return tail[-4:] == "_dir" - - return False - - -# base_non_configuration_keys is a list of key names that belong in the target -# itself and should not be propagated into its configurations. It is merged -# with a list that can come from the generator to -# create non_configuration_keys. -base_non_configuration_keys = [ - # Sections that must exist inside targets and not configurations. - "actions", - "configurations", - "copies", - "default_configuration", - "dependencies", - "dependencies_original", - "libraries", - "postbuilds", - "product_dir", - "product_extension", - "product_name", - "product_prefix", - "rules", - "run_as", - "sources", - "standalone_static_library", - "suppress_wildcard", - "target_name", - "toolset", - "toolsets", - "type", - # Sections that can be found inside targets or configurations, but that - # should not be propagated from targets into their configurations. - "variables", -] -non_configuration_keys = [] - -# Keys that do not belong inside a configuration dictionary. -invalid_configuration_keys = [ - "actions", - "all_dependent_settings", - "configurations", - "dependencies", - "direct_dependent_settings", - "libraries", - "link_settings", - "sources", - "standalone_static_library", - "target_name", - "type", -] - -# Controls whether or not the generator supports multiple toolsets. -multiple_toolsets = False - -# Paths for converting filelist paths to output paths: { -# toplevel, -# qualified_output_dir, -# } -generator_filelist_paths = None - - -def GetIncludedBuildFiles(build_file_path, aux_data, included=None): - """Return a list of all build files included into build_file_path. - - The returned list will contain build_file_path as well as all other files - that it included, either directly or indirectly. Note that the list may - contain files that were included into a conditional section that evaluated - to false and was not merged into build_file_path's dict. - - aux_data is a dict containing a key for each build file or included build - file. Those keys provide access to dicts whose "included" keys contain - lists of all other files included by the build file. - - included should be left at its default None value by external callers. It - is used for recursion. - - The returned list will not contain any duplicate entries. Each build file - in the list will be relative to the current directory. - """ - - if included is None: - included = [] - - if build_file_path in included: - return included - - included.append(build_file_path) - - for included_build_file in aux_data[build_file_path].get("included", []): - GetIncludedBuildFiles(included_build_file, aux_data, included) - - return included - - -def CheckedEval(file_contents): - """Return the eval of a gyp file. - The gyp file is restricted to dictionaries and lists only, and - repeated keys are not allowed. - Note that this is slower than eval() is. - """ - - syntax_tree = ast.parse(file_contents) - assert isinstance(syntax_tree, ast.Module) - c1 = syntax_tree.body - assert len(c1) == 1 - c2 = c1[0] - assert isinstance(c2, ast.Expr) - return CheckNode(c2.value, []) - - -def CheckNode(node, keypath): - if isinstance(node, ast.Dict): - dict = {} - for key, value in zip(node.keys, node.values): - assert isinstance(key, ast.Str) - key = key.s - if key in dict: - raise GypError( - "Key '" - + key - + "' repeated at level " - + repr(len(keypath) + 1) - + " with key path '" - + ".".join(keypath) - + "'" - ) - kp = list(keypath) # Make a copy of the list for descending this node. - kp.append(key) - dict[key] = CheckNode(value, kp) - return dict - elif isinstance(node, ast.List): - children = [] - for index, child in enumerate(node.elts): - kp = list(keypath) # Copy list. - kp.append(repr(index)) - children.append(CheckNode(child, kp)) - return children - elif isinstance(node, ast.Str): - return node.s - else: - raise TypeError( - "Unknown AST node at key path '" + ".".join(keypath) + "': " + repr(node) - ) - - -def LoadOneBuildFile(build_file_path, data, aux_data, includes, is_target, check): - if build_file_path in data: - return data[build_file_path] - - if os.path.exists(build_file_path): - build_file_contents = open(build_file_path, encoding='utf-8').read() - else: - raise GypError(f"{build_file_path} not found (cwd: {os.getcwd()})") - - build_file_data = None - try: - if check: - build_file_data = CheckedEval(build_file_contents) - else: - build_file_data = eval(build_file_contents, {"__builtins__": {}}, None) - except SyntaxError as e: - e.filename = build_file_path - raise - except Exception as e: - gyp.common.ExceptionAppend(e, "while reading " + build_file_path) - raise - - if type(build_file_data) is not dict: - raise GypError("%s does not evaluate to a dictionary." % build_file_path) - - data[build_file_path] = build_file_data - aux_data[build_file_path] = {} - - # Scan for includes and merge them in. - if "skip_includes" not in build_file_data or not build_file_data["skip_includes"]: - try: - if is_target: - LoadBuildFileIncludesIntoDict( - build_file_data, build_file_path, data, aux_data, includes, check - ) - else: - LoadBuildFileIncludesIntoDict( - build_file_data, build_file_path, data, aux_data, None, check - ) - except Exception as e: - gyp.common.ExceptionAppend( - e, "while reading includes of " + build_file_path - ) - raise - - return build_file_data - - -def LoadBuildFileIncludesIntoDict( - subdict, subdict_path, data, aux_data, includes, check -): - includes_list = [] - if includes is not None: - includes_list.extend(includes) - if "includes" in subdict: - for include in subdict["includes"]: - # "include" is specified relative to subdict_path, so compute the real - # path to include by appending the provided "include" to the directory - # in which subdict_path resides. - relative_include = os.path.normpath( - os.path.join(os.path.dirname(subdict_path), include) - ) - includes_list.append(relative_include) - # Unhook the includes list, it's no longer needed. - del subdict["includes"] - - # Merge in the included files. - for include in includes_list: - if "included" not in aux_data[subdict_path]: - aux_data[subdict_path]["included"] = [] - aux_data[subdict_path]["included"].append(include) - - gyp.DebugOutput(gyp.DEBUG_INCLUDES, "Loading Included File: '%s'", include) - - MergeDicts( - subdict, - LoadOneBuildFile(include, data, aux_data, None, False, check), - subdict_path, - include, - ) - - # Recurse into subdictionaries. - for k, v in subdict.items(): - if type(v) is dict: - LoadBuildFileIncludesIntoDict(v, subdict_path, data, aux_data, None, check) - elif type(v) is list: - LoadBuildFileIncludesIntoList(v, subdict_path, data, aux_data, check) - - -# This recurses into lists so that it can look for dicts. -def LoadBuildFileIncludesIntoList(sublist, sublist_path, data, aux_data, check): - for item in sublist: - if type(item) is dict: - LoadBuildFileIncludesIntoDict( - item, sublist_path, data, aux_data, None, check - ) - elif type(item) is list: - LoadBuildFileIncludesIntoList(item, sublist_path, data, aux_data, check) - - -# Processes toolsets in all the targets. This recurses into condition entries -# since they can contain toolsets as well. -def ProcessToolsetsInDict(data): - if "targets" in data: - target_list = data["targets"] - new_target_list = [] - for target in target_list: - # If this target already has an explicit 'toolset', and no 'toolsets' - # list, don't modify it further. - if "toolset" in target and "toolsets" not in target: - new_target_list.append(target) - continue - if multiple_toolsets: - toolsets = target.get("toolsets", ["target"]) - else: - toolsets = ["target"] - # Make sure this 'toolsets' definition is only processed once. - if "toolsets" in target: - del target["toolsets"] - if len(toolsets) > 0: - # Optimization: only do copies if more than one toolset is specified. - for build in toolsets[1:]: - new_target = gyp.simple_copy.deepcopy(target) - new_target["toolset"] = build - new_target_list.append(new_target) - target["toolset"] = toolsets[0] - new_target_list.append(target) - data["targets"] = new_target_list - if "conditions" in data: - for condition in data["conditions"]: - if type(condition) is list: - for condition_dict in condition[1:]: - if type(condition_dict) is dict: - ProcessToolsetsInDict(condition_dict) - - -# TODO(mark): I don't love this name. It just means that it's going to load -# a build file that contains targets and is expected to provide a targets dict -# that contains the targets... -def LoadTargetBuildFile( - build_file_path, - data, - aux_data, - variables, - includes, - depth, - check, - load_dependencies, -): - # If depth is set, predefine the DEPTH variable to be a relative path from - # this build file's directory to the directory identified by depth. - if depth: - # TODO(dglazkov) The backslash/forward-slash replacement at the end is a - # temporary measure. This should really be addressed by keeping all paths - # in POSIX until actual project generation. - d = gyp.common.RelativePath(depth, os.path.dirname(build_file_path)) - if d == "": - variables["DEPTH"] = "." - else: - variables["DEPTH"] = d.replace("\\", "/") - - # The 'target_build_files' key is only set when loading target build files in - # the non-parallel code path, where LoadTargetBuildFile is called - # recursively. In the parallel code path, we don't need to check whether the - # |build_file_path| has already been loaded, because the 'scheduled' set in - # ParallelState guarantees that we never load the same |build_file_path| - # twice. - if "target_build_files" in data: - if build_file_path in data["target_build_files"]: - # Already loaded. - return False - data["target_build_files"].add(build_file_path) - - gyp.DebugOutput( - gyp.DEBUG_INCLUDES, "Loading Target Build File '%s'", build_file_path - ) - - build_file_data = LoadOneBuildFile( - build_file_path, data, aux_data, includes, True, check - ) - - # Store DEPTH for later use in generators. - build_file_data["_DEPTH"] = depth - - # Set up the included_files key indicating which .gyp files contributed to - # this target dict. - if "included_files" in build_file_data: - raise GypError(build_file_path + " must not contain included_files key") - - included = GetIncludedBuildFiles(build_file_path, aux_data) - build_file_data["included_files"] = [] - for included_file in included: - # included_file is relative to the current directory, but it needs to - # be made relative to build_file_path's directory. - included_relative = gyp.common.RelativePath( - included_file, os.path.dirname(build_file_path) - ) - build_file_data["included_files"].append(included_relative) - - # Do a first round of toolsets expansion so that conditions can be defined - # per toolset. - ProcessToolsetsInDict(build_file_data) - - # Apply "pre"/"early" variable expansions and condition evaluations. - ProcessVariablesAndConditionsInDict( - build_file_data, PHASE_EARLY, variables, build_file_path - ) - - # Since some toolsets might have been defined conditionally, perform - # a second round of toolsets expansion now. - ProcessToolsetsInDict(build_file_data) - - # Look at each project's target_defaults dict, and merge settings into - # targets. - if "target_defaults" in build_file_data: - if "targets" not in build_file_data: - raise GypError("Unable to find targets in build file %s" % build_file_path) - - index = 0 - while index < len(build_file_data["targets"]): - # This procedure needs to give the impression that target_defaults is - # used as defaults, and the individual targets inherit from that. - # The individual targets need to be merged into the defaults. Make - # a deep copy of the defaults for each target, merge the target dict - # as found in the input file into that copy, and then hook up the - # copy with the target-specific data merged into it as the replacement - # target dict. - old_target_dict = build_file_data["targets"][index] - new_target_dict = gyp.simple_copy.deepcopy( - build_file_data["target_defaults"] - ) - MergeDicts( - new_target_dict, old_target_dict, build_file_path, build_file_path - ) - build_file_data["targets"][index] = new_target_dict - index += 1 - - # No longer needed. - del build_file_data["target_defaults"] - - # Look for dependencies. This means that dependency resolution occurs - # after "pre" conditionals and variable expansion, but before "post" - - # in other words, you can't put a "dependencies" section inside a "post" - # conditional within a target. - - dependencies = [] - if "targets" in build_file_data: - for target_dict in build_file_data["targets"]: - if "dependencies" not in target_dict: - continue - for dependency in target_dict["dependencies"]: - dependencies.append( - gyp.common.ResolveTarget(build_file_path, dependency, None)[0] - ) - - if load_dependencies: - for dependency in dependencies: - try: - LoadTargetBuildFile( - dependency, - data, - aux_data, - variables, - includes, - depth, - check, - load_dependencies, - ) - except Exception as e: - gyp.common.ExceptionAppend( - e, "while loading dependencies of %s" % build_file_path - ) - raise - else: - return (build_file_path, dependencies) - - -def CallLoadTargetBuildFile( - global_flags, - build_file_path, - variables, - includes, - depth, - check, - generator_input_info, -): - """Wrapper around LoadTargetBuildFile for parallel processing. - - This wrapper is used when LoadTargetBuildFile is executed in - a worker process. - """ - - try: - signal.signal(signal.SIGINT, signal.SIG_IGN) - - # Apply globals so that the worker process behaves the same. - for key, value in global_flags.items(): - globals()[key] = value - - SetGeneratorGlobals(generator_input_info) - result = LoadTargetBuildFile( - build_file_path, - per_process_data, - per_process_aux_data, - variables, - includes, - depth, - check, - False, - ) - if not result: - return result - - (build_file_path, dependencies) = result - - # We can safely pop the build_file_data from per_process_data because it - # will never be referenced by this process again, so we don't need to keep - # it in the cache. - build_file_data = per_process_data.pop(build_file_path) - - # This gets serialized and sent back to the main process via a pipe. - # It's handled in LoadTargetBuildFileCallback. - return (build_file_path, build_file_data, dependencies) - except GypError as e: - sys.stderr.write("gyp: %s\n" % e) - return None - except Exception as e: - print("Exception:", e, file=sys.stderr) - print(traceback.format_exc(), file=sys.stderr) - return None - - -class ParallelProcessingError(Exception): - pass - - -class ParallelState: - """Class to keep track of state when processing input files in parallel. - - If build files are loaded in parallel, use this to keep track of - state during farming out and processing parallel jobs. It's stored - in a global so that the callback function can have access to it. - """ - - def __init__(self): - # The multiprocessing pool. - self.pool = None - # The condition variable used to protect this object and notify - # the main loop when there might be more data to process. - self.condition = None - # The "data" dict that was passed to LoadTargetBuildFileParallel - self.data = None - # The number of parallel calls outstanding; decremented when a response - # was received. - self.pending = 0 - # The set of all build files that have been scheduled, so we don't - # schedule the same one twice. - self.scheduled = set() - # A list of dependency build file paths that haven't been scheduled yet. - self.dependencies = [] - # Flag to indicate if there was an error in a child process. - self.error = False - - def LoadTargetBuildFileCallback(self, result): - """Handle the results of running LoadTargetBuildFile in another process. - """ - self.condition.acquire() - if not result: - self.error = True - self.condition.notify() - self.condition.release() - return - (build_file_path0, build_file_data0, dependencies0) = result - self.data[build_file_path0] = build_file_data0 - self.data["target_build_files"].add(build_file_path0) - for new_dependency in dependencies0: - if new_dependency not in self.scheduled: - self.scheduled.add(new_dependency) - self.dependencies.append(new_dependency) - self.pending -= 1 - self.condition.notify() - self.condition.release() - - -def LoadTargetBuildFilesParallel( - build_files, data, variables, includes, depth, check, generator_input_info -): - parallel_state = ParallelState() - parallel_state.condition = threading.Condition() - # Make copies of the build_files argument that we can modify while working. - parallel_state.dependencies = list(build_files) - parallel_state.scheduled = set(build_files) - parallel_state.pending = 0 - parallel_state.data = data - - try: - parallel_state.condition.acquire() - while parallel_state.dependencies or parallel_state.pending: - if parallel_state.error: - break - if not parallel_state.dependencies: - parallel_state.condition.wait() - continue - - dependency = parallel_state.dependencies.pop() - - parallel_state.pending += 1 - global_flags = { - "path_sections": globals()["path_sections"], - "non_configuration_keys": globals()["non_configuration_keys"], - "multiple_toolsets": globals()["multiple_toolsets"], - } - - if not parallel_state.pool: - parallel_state.pool = multiprocessing.Pool(multiprocessing.cpu_count()) - parallel_state.pool.apply_async( - CallLoadTargetBuildFile, - args=( - global_flags, - dependency, - variables, - includes, - depth, - check, - generator_input_info, - ), - callback=parallel_state.LoadTargetBuildFileCallback, - ) - except KeyboardInterrupt as e: - parallel_state.pool.terminate() - raise e - - parallel_state.condition.release() - - parallel_state.pool.close() - parallel_state.pool.join() - parallel_state.pool = None - - if parallel_state.error: - sys.exit(1) - - -# Look for the bracket that matches the first bracket seen in a -# string, and return the start and end as a tuple. For example, if -# the input is something like "<(foo <(bar)) blah", then it would -# return (1, 13), indicating the entire string except for the leading -# "<" and trailing " blah". -LBRACKETS = set("{[(") -BRACKETS = {"}": "{", "]": "[", ")": "("} - - -def FindEnclosingBracketGroup(input_str): - stack = [] - start = -1 - for index, char in enumerate(input_str): - if char in LBRACKETS: - stack.append(char) - if start == -1: - start = index - elif char in BRACKETS: - if not stack: - return (-1, -1) - if stack.pop() != BRACKETS[char]: - return (-1, -1) - if not stack: - return (start, index + 1) - return (-1, -1) - - -def IsStrCanonicalInt(string): - """Returns True if |string| is in its canonical integer form. - - The canonical form is such that str(int(string)) == string. - """ - if type(string) is str: - # This function is called a lot so for maximum performance, avoid - # involving regexps which would otherwise make the code much - # shorter. Regexps would need twice the time of this function. - if string: - if string == "0": - return True - if string[0] == "-": - string = string[1:] - if not string: - return False - if "1" <= string[0] <= "9": - return string.isdigit() - - return False - - -# This matches things like "<(asdf)", "<!(cmd)", "<!@(cmd)", "<|(list)", -# "<!interpreter(arguments)", "<([list])", and even "<([)" and "<(<())". -# In the last case, the inner "<()" is captured in match['content']. -early_variable_re = re.compile( - r"(?P<replace>(?P<type><(?:(?:!?@?)|\|)?)" - r"(?P<command_string>[-a-zA-Z0-9_.]+)?" - r"\((?P<is_array>\s*\[?)" - r"(?P<content>.*?)(\]?)\))" -) - -# This matches the same as early_variable_re, but with '>' instead of '<'. -late_variable_re = re.compile( - r"(?P<replace>(?P<type>>(?:(?:!?@?)|\|)?)" - r"(?P<command_string>[-a-zA-Z0-9_.]+)?" - r"\((?P<is_array>\s*\[?)" - r"(?P<content>.*?)(\]?)\))" -) - -# This matches the same as early_variable_re, but with '^' instead of '<'. -latelate_variable_re = re.compile( - r"(?P<replace>(?P<type>[\^](?:(?:!?@?)|\|)?)" - r"(?P<command_string>[-a-zA-Z0-9_.]+)?" - r"\((?P<is_array>\s*\[?)" - r"(?P<content>.*?)(\]?)\))" -) - -# Global cache of results from running commands so they don't have to be run -# more then once. -cached_command_results = {} - - -def FixupPlatformCommand(cmd): - if sys.platform == "win32": - if type(cmd) is list: - cmd = [re.sub("^cat ", "type ", cmd[0])] + cmd[1:] - else: - cmd = re.sub("^cat ", "type ", cmd) - return cmd - - -PHASE_EARLY = 0 -PHASE_LATE = 1 -PHASE_LATELATE = 2 - - -def ExpandVariables(input, phase, variables, build_file): - # Look for the pattern that gets expanded into variables - if phase == PHASE_EARLY: - variable_re = early_variable_re - expansion_symbol = "<" - elif phase == PHASE_LATE: - variable_re = late_variable_re - expansion_symbol = ">" - elif phase == PHASE_LATELATE: - variable_re = latelate_variable_re - expansion_symbol = "^" - else: - assert False - - input_str = str(input) - if IsStrCanonicalInt(input_str): - return int(input_str) - - # Do a quick scan to determine if an expensive regex search is warranted. - if expansion_symbol not in input_str: - return input_str - - # Get the entire list of matches as a list of MatchObject instances. - # (using findall here would return strings instead of MatchObjects). - matches = list(variable_re.finditer(input_str)) - if not matches: - return input_str - - output = input_str - # Reverse the list of matches so that replacements are done right-to-left. - # That ensures that earlier replacements won't mess up the string in a - # way that causes later calls to find the earlier substituted text instead - # of what's intended for replacement. - matches.reverse() - for match_group in matches: - match = match_group.groupdict() - gyp.DebugOutput(gyp.DEBUG_VARIABLES, "Matches: %r", match) - # match['replace'] is the substring to look for, match['type'] - # is the character code for the replacement type (< > <! >! <| >| <@ - # >@ <!@ >!@), match['is_array'] contains a '[' for command - # arrays, and match['content'] is the name of the variable (< >) - # or command to run (<! >!). match['command_string'] is an optional - # command string. Currently, only 'pymod_do_main' is supported. - - # run_command is true if a ! variant is used. - run_command = "!" in match["type"] - command_string = match["command_string"] - - # file_list is true if a | variant is used. - file_list = "|" in match["type"] - - # Capture these now so we can adjust them later. - replace_start = match_group.start("replace") - replace_end = match_group.end("replace") - - # Find the ending paren, and re-evaluate the contained string. - (c_start, c_end) = FindEnclosingBracketGroup(input_str[replace_start:]) - - # Adjust the replacement range to match the entire command - # found by FindEnclosingBracketGroup (since the variable_re - # probably doesn't match the entire command if it contained - # nested variables). - replace_end = replace_start + c_end - - # Find the "real" replacement, matching the appropriate closing - # paren, and adjust the replacement start and end. - replacement = input_str[replace_start:replace_end] - - # Figure out what the contents of the variable parens are. - contents_start = replace_start + c_start + 1 - contents_end = replace_end - 1 - contents = input_str[contents_start:contents_end] - - # Do filter substitution now for <|(). - # Admittedly, this is different than the evaluation order in other - # contexts. However, since filtration has no chance to run on <|(), - # this seems like the only obvious way to give them access to filters. - if file_list: - processed_variables = gyp.simple_copy.deepcopy(variables) - ProcessListFiltersInDict(contents, processed_variables) - # Recurse to expand variables in the contents - contents = ExpandVariables(contents, phase, processed_variables, build_file) - else: - # Recurse to expand variables in the contents - contents = ExpandVariables(contents, phase, variables, build_file) - - # Strip off leading/trailing whitespace so that variable matches are - # simpler below (and because they are rarely needed). - contents = contents.strip() - - # expand_to_list is true if an @ variant is used. In that case, - # the expansion should result in a list. Note that the caller - # is to be expecting a list in return, and not all callers do - # because not all are working in list context. Also, for list - # expansions, there can be no other text besides the variable - # expansion in the input string. - expand_to_list = "@" in match["type"] and input_str == replacement - - if run_command or file_list: - # Find the build file's directory, so commands can be run or file lists - # generated relative to it. - build_file_dir = os.path.dirname(build_file) - if build_file_dir == "" and not file_list: - # If build_file is just a leaf filename indicating a file in the - # current directory, build_file_dir might be an empty string. Set - # it to None to signal to subprocess.Popen that it should run the - # command in the current directory. - build_file_dir = None - - # Support <|(listfile.txt ...) which generates a file - # containing items from a gyp list, generated at gyp time. - # This works around actions/rules which have more inputs than will - # fit on the command line. - if file_list: - if type(contents) is list: - contents_list = contents - else: - contents_list = contents.split(" ") - replacement = contents_list[0] - if os.path.isabs(replacement): - raise GypError('| cannot handle absolute paths, got "%s"' % replacement) - - if not generator_filelist_paths: - path = os.path.join(build_file_dir, replacement) - else: - if os.path.isabs(build_file_dir): - toplevel = generator_filelist_paths["toplevel"] - rel_build_file_dir = gyp.common.RelativePath( - build_file_dir, toplevel - ) - else: - rel_build_file_dir = build_file_dir - qualified_out_dir = generator_filelist_paths["qualified_out_dir"] - path = os.path.join(qualified_out_dir, rel_build_file_dir, replacement) - gyp.common.EnsureDirExists(path) - - replacement = gyp.common.RelativePath(path, build_file_dir) - f = gyp.common.WriteOnDiff(path) - for i in contents_list[1:]: - f.write("%s\n" % i) - f.close() - - elif run_command: - use_shell = True - if match["is_array"]: - contents = eval(contents) - use_shell = False - - # Check for a cached value to avoid executing commands, or generating - # file lists more than once. The cache key contains the command to be - # run as well as the directory to run it from, to account for commands - # that depend on their current directory. - # TODO(http://code.google.com/p/gyp/issues/detail?id=111): In theory, - # someone could author a set of GYP files where each time the command - # is invoked it produces different output by design. When the need - # arises, the syntax should be extended to support no caching off a - # command's output so it is run every time. - cache_key = (str(contents), build_file_dir) - cached_value = cached_command_results.get(cache_key, None) - if cached_value is None: - gyp.DebugOutput( - gyp.DEBUG_VARIABLES, - "Executing command '%s' in directory '%s'", - contents, - build_file_dir, - ) - - replacement = "" - - if command_string == "pymod_do_main": - # <!pymod_do_main(modulename param eters) loads |modulename| as a - # python module and then calls that module's DoMain() function, - # passing ["param", "eters"] as a single list argument. For modules - # that don't load quickly, this can be faster than - # <!(python modulename param eters). Do this in |build_file_dir|. - oldwd = os.getcwd() # Python doesn't like os.open('.'): no fchdir. - if build_file_dir: # build_file_dir may be None (see above). - os.chdir(build_file_dir) - sys.path.append(os.getcwd()) - try: - - parsed_contents = shlex.split(contents) - try: - py_module = __import__(parsed_contents[0]) - except ImportError as e: - raise GypError( - "Error importing pymod_do_main" - "module (%s): %s" % (parsed_contents[0], e) - ) - replacement = str( - py_module.DoMain(parsed_contents[1:]) - ).rstrip() - finally: - sys.path.pop() - os.chdir(oldwd) - assert replacement is not None - elif command_string: - raise GypError( - "Unknown command string '%s' in '%s'." - % (command_string, contents) - ) - else: - # Fix up command with platform specific workarounds. - contents = FixupPlatformCommand(contents) - try: - # stderr will be printed no matter what - result = subprocess.run( - contents, - stdout=subprocess.PIPE, - shell=use_shell, - cwd=build_file_dir, - check=False - ) - except Exception as e: - raise GypError( - "%s while executing command '%s' in %s" - % (e, contents, build_file) - ) - - if result.returncode > 0: - raise GypError( - "Call to '%s' returned exit status %d while in %s." - % (contents, result.returncode, build_file) - ) - replacement = result.stdout.decode("utf-8").rstrip() - - cached_command_results[cache_key] = replacement - else: - gyp.DebugOutput( - gyp.DEBUG_VARIABLES, - "Had cache value for command '%s' in directory '%s'", - contents, - build_file_dir, - ) - replacement = cached_value - - else: - if contents not in variables: - if contents[-1] in ["!", "/"]: - # In order to allow cross-compiles (nacl) to happen more naturally, - # we will allow references to >(sources/) etc. to resolve to - # and empty list if undefined. This allows actions to: - # 'action!': [ - # '>@(_sources!)', - # ], - # 'action/': [ - # '>@(_sources/)', - # ], - replacement = [] - else: - raise GypError( - "Undefined variable " + contents + " in " + build_file - ) - else: - replacement = variables[contents] - - if isinstance(replacement, bytes) and not isinstance(replacement, str): - replacement = replacement.decode("utf-8") # done on Python 3 only - if type(replacement) is list: - for item in replacement: - if isinstance(item, bytes) and not isinstance(item, str): - item = item.decode("utf-8") # done on Python 3 only - if not contents[-1] == "/" and type(item) not in (str, int): - raise GypError( - "Variable " - + contents - + " must expand to a string or list of strings; " - + "list contains a " - + item.__class__.__name__ - ) - # Run through the list and handle variable expansions in it. Since - # the list is guaranteed not to contain dicts, this won't do anything - # with conditions sections. - ProcessVariablesAndConditionsInList( - replacement, phase, variables, build_file - ) - elif type(replacement) not in (str, int): - raise GypError( - "Variable " - + contents - + " must expand to a string or list of strings; " - + "found a " - + replacement.__class__.__name__ - ) - - if expand_to_list: - # Expanding in list context. It's guaranteed that there's only one - # replacement to do in |input_str| and that it's this replacement. See - # above. - if type(replacement) is list: - # If it's already a list, make a copy. - output = replacement[:] - else: - # Split it the same way sh would split arguments. - output = shlex.split(str(replacement)) - else: - # Expanding in string context. - encoded_replacement = "" - if type(replacement) is list: - # When expanding a list into string context, turn the list items - # into a string in a way that will work with a subprocess call. - # - # TODO(mark): This isn't completely correct. This should - # call a generator-provided function that observes the - # proper list-to-argument quoting rules on a specific - # platform instead of just calling the POSIX encoding - # routine. - encoded_replacement = gyp.common.EncodePOSIXShellList(replacement) - else: - encoded_replacement = replacement - - output = ( - output[:replace_start] + str(encoded_replacement) + output[replace_end:] - ) - # Prepare for the next match iteration. - input_str = output - - if output == input: - gyp.DebugOutput( - gyp.DEBUG_VARIABLES, - "Found only identity matches on %r, avoiding infinite " "recursion.", - output, - ) - else: - # Look for more matches now that we've replaced some, to deal with - # expanding local variables (variables defined in the same - # variables block as this one). - gyp.DebugOutput(gyp.DEBUG_VARIABLES, "Found output %r, recursing.", output) - if type(output) is list: - if output and type(output[0]) is list: - # Leave output alone if it's a list of lists. - # We don't want such lists to be stringified. - pass - else: - new_output = [] - for item in output: - new_output.append( - ExpandVariables(item, phase, variables, build_file) - ) - output = new_output - else: - output = ExpandVariables(output, phase, variables, build_file) - - # Convert all strings that are canonically-represented integers into integers. - if type(output) is list: - for index, outstr in enumerate(output): - if IsStrCanonicalInt(outstr): - output[index] = int(outstr) - elif IsStrCanonicalInt(output): - output = int(output) - - return output - - -# The same condition is often evaluated over and over again so it -# makes sense to cache as much as possible between evaluations. -cached_conditions_asts = {} - - -def EvalCondition(condition, conditions_key, phase, variables, build_file): - """Returns the dict that should be used or None if the result was - that nothing should be used.""" - if type(condition) is not list: - raise GypError(conditions_key + " must be a list") - if len(condition) < 2: - # It's possible that condition[0] won't work in which case this - # attempt will raise its own IndexError. That's probably fine. - raise GypError( - conditions_key - + " " - + condition[0] - + " must be at least length 2, not " - + str(len(condition)) - ) - - i = 0 - result = None - while i < len(condition): - cond_expr = condition[i] - true_dict = condition[i + 1] - if type(true_dict) is not dict: - raise GypError( - "{} {} must be followed by a dictionary, not {}".format( - conditions_key, cond_expr, type(true_dict) - ) - ) - if len(condition) > i + 2 and type(condition[i + 2]) is dict: - false_dict = condition[i + 2] - i = i + 3 - if i != len(condition): - raise GypError( - "{} {} has {} unexpected trailing items".format( - conditions_key, cond_expr, len(condition) - i - ) - ) - else: - false_dict = None - i = i + 2 - if result is None: - result = EvalSingleCondition( - cond_expr, true_dict, false_dict, phase, variables, build_file - ) - - return result - - -def EvalSingleCondition(cond_expr, true_dict, false_dict, phase, variables, build_file): - """Returns true_dict if cond_expr evaluates to true, and false_dict - otherwise.""" - # Do expansions on the condition itself. Since the condition can naturally - # contain variable references without needing to resort to GYP expansion - # syntax, this is of dubious value for variables, but someone might want to - # use a command expansion directly inside a condition. - cond_expr_expanded = ExpandVariables(cond_expr, phase, variables, build_file) - if type(cond_expr_expanded) not in (str, int): - raise ValueError( - "Variable expansion in this context permits str and int " - + "only, found " - + cond_expr_expanded.__class__.__name__ - ) - - try: - if cond_expr_expanded in cached_conditions_asts: - ast_code = cached_conditions_asts[cond_expr_expanded] - else: - ast_code = compile(cond_expr_expanded, "<string>", "eval") - cached_conditions_asts[cond_expr_expanded] = ast_code - env = {"__builtins__": {}, "v": StrictVersion} - if eval(ast_code, env, variables): - return true_dict - return false_dict - except SyntaxError as e: - syntax_error = SyntaxError( - "%s while evaluating condition '%s' in %s " - "at character %d." % (str(e.args[0]), e.text, build_file, e.offset), - e.filename, - e.lineno, - e.offset, - e.text, - ) - raise syntax_error - except NameError as e: - gyp.common.ExceptionAppend( - e, - f"while evaluating condition '{cond_expr_expanded}' in {build_file}", - ) - raise GypError(e) - - -def ProcessConditionsInDict(the_dict, phase, variables, build_file): - # Process a 'conditions' or 'target_conditions' section in the_dict, - # depending on phase. - # early -> conditions - # late -> target_conditions - # latelate -> no conditions - # - # Each item in a conditions list consists of cond_expr, a string expression - # evaluated as the condition, and true_dict, a dict that will be merged into - # the_dict if cond_expr evaluates to true. Optionally, a third item, - # false_dict, may be present. false_dict is merged into the_dict if - # cond_expr evaluates to false. - # - # Any dict merged into the_dict will be recursively processed for nested - # conditionals and other expansions, also according to phase, immediately - # prior to being merged. - - if phase == PHASE_EARLY: - conditions_key = "conditions" - elif phase == PHASE_LATE: - conditions_key = "target_conditions" - elif phase == PHASE_LATELATE: - return - else: - assert False - - if conditions_key not in the_dict: - return - - conditions_list = the_dict[conditions_key] - # Unhook the conditions list, it's no longer needed. - del the_dict[conditions_key] - - for condition in conditions_list: - merge_dict = EvalCondition( - condition, conditions_key, phase, variables, build_file - ) - - if merge_dict is not None: - # Expand variables and nested conditinals in the merge_dict before - # merging it. - ProcessVariablesAndConditionsInDict( - merge_dict, phase, variables, build_file - ) - - MergeDicts(the_dict, merge_dict, build_file, build_file) - - -def LoadAutomaticVariablesFromDict(variables, the_dict): - # Any keys with plain string values in the_dict become automatic variables. - # The variable name is the key name with a "_" character prepended. - for key, value in the_dict.items(): - if type(value) in (str, int, list): - variables["_" + key] = value - - -def LoadVariablesFromVariablesDict(variables, the_dict, the_dict_key): - # Any keys in the_dict's "variables" dict, if it has one, becomes a - # variable. The variable name is the key name in the "variables" dict. - # Variables that end with the % character are set only if they are unset in - # the variables dict. the_dict_key is the name of the key that accesses - # the_dict in the_dict's parent dict. If the_dict's parent is not a dict - # (it could be a list or it could be parentless because it is a root dict), - # the_dict_key will be None. - for key, value in the_dict.get("variables", {}).items(): - if type(value) not in (str, int, list): - continue - - if key.endswith("%"): - variable_name = key[:-1] - if variable_name in variables: - # If the variable is already set, don't set it. - continue - if the_dict_key == "variables" and variable_name in the_dict: - # If the variable is set without a % in the_dict, and the_dict is a - # variables dict (making |variables| a variables sub-dict of a - # variables dict), use the_dict's definition. - value = the_dict[variable_name] - else: - variable_name = key - - variables[variable_name] = value - - -def ProcessVariablesAndConditionsInDict( - the_dict, phase, variables_in, build_file, the_dict_key=None -): - """Handle all variable and command expansion and conditional evaluation. - - This function is the public entry point for all variable expansions and - conditional evaluations. The variables_in dictionary will not be modified - by this function. - """ - - # Make a copy of the variables_in dict that can be modified during the - # loading of automatics and the loading of the variables dict. - variables = variables_in.copy() - LoadAutomaticVariablesFromDict(variables, the_dict) - - if "variables" in the_dict: - # Make sure all the local variables are added to the variables - # list before we process them so that you can reference one - # variable from another. They will be fully expanded by recursion - # in ExpandVariables. - for key, value in the_dict["variables"].items(): - variables[key] = value - - # Handle the associated variables dict first, so that any variable - # references within can be resolved prior to using them as variables. - # Pass a copy of the variables dict to avoid having it be tainted. - # Otherwise, it would have extra automatics added for everything that - # should just be an ordinary variable in this scope. - ProcessVariablesAndConditionsInDict( - the_dict["variables"], phase, variables, build_file, "variables" - ) - - LoadVariablesFromVariablesDict(variables, the_dict, the_dict_key) - - for key, value in the_dict.items(): - # Skip "variables", which was already processed if present. - if key != "variables" and type(value) is str: - expanded = ExpandVariables(value, phase, variables, build_file) - if type(expanded) not in (str, int): - raise ValueError( - "Variable expansion in this context permits str and int " - + "only, found " - + expanded.__class__.__name__ - + " for " - + key - ) - the_dict[key] = expanded - - # Variable expansion may have resulted in changes to automatics. Reload. - # TODO(mark): Optimization: only reload if no changes were made. - variables = variables_in.copy() - LoadAutomaticVariablesFromDict(variables, the_dict) - LoadVariablesFromVariablesDict(variables, the_dict, the_dict_key) - - # Process conditions in this dict. This is done after variable expansion - # so that conditions may take advantage of expanded variables. For example, - # if the_dict contains: - # {'type': '<(library_type)', - # 'conditions': [['_type=="static_library"', { ... }]]}, - # _type, as used in the condition, will only be set to the value of - # library_type if variable expansion is performed before condition - # processing. However, condition processing should occur prior to recursion - # so that variables (both automatic and "variables" dict type) may be - # adjusted by conditions sections, merged into the_dict, and have the - # intended impact on contained dicts. - # - # This arrangement means that a "conditions" section containing a "variables" - # section will only have those variables effective in subdicts, not in - # the_dict. The workaround is to put a "conditions" section within a - # "variables" section. For example: - # {'conditions': [['os=="mac"', {'variables': {'define': 'IS_MAC'}}]], - # 'defines': ['<(define)'], - # 'my_subdict': {'defines': ['<(define)']}}, - # will not result in "IS_MAC" being appended to the "defines" list in the - # current scope but would result in it being appended to the "defines" list - # within "my_subdict". By comparison: - # {'variables': {'conditions': [['os=="mac"', {'define': 'IS_MAC'}]]}, - # 'defines': ['<(define)'], - # 'my_subdict': {'defines': ['<(define)']}}, - # will append "IS_MAC" to both "defines" lists. - - # Evaluate conditions sections, allowing variable expansions within them - # as well as nested conditionals. This will process a 'conditions' or - # 'target_conditions' section, perform appropriate merging and recursive - # conditional and variable processing, and then remove the conditions section - # from the_dict if it is present. - ProcessConditionsInDict(the_dict, phase, variables, build_file) - - # Conditional processing may have resulted in changes to automatics or the - # variables dict. Reload. - variables = variables_in.copy() - LoadAutomaticVariablesFromDict(variables, the_dict) - LoadVariablesFromVariablesDict(variables, the_dict, the_dict_key) - - # Recurse into child dicts, or process child lists which may result in - # further recursion into descendant dicts. - for key, value in the_dict.items(): - # Skip "variables" and string values, which were already processed if - # present. - if key == "variables" or type(value) is str: - continue - if type(value) is dict: - # Pass a copy of the variables dict so that subdicts can't influence - # parents. - ProcessVariablesAndConditionsInDict( - value, phase, variables, build_file, key - ) - elif type(value) is list: - # The list itself can't influence the variables dict, and - # ProcessVariablesAndConditionsInList will make copies of the variables - # dict if it needs to pass it to something that can influence it. No - # copy is necessary here. - ProcessVariablesAndConditionsInList(value, phase, variables, build_file) - elif type(value) is not int: - raise TypeError("Unknown type " + value.__class__.__name__ + " for " + key) - - -def ProcessVariablesAndConditionsInList(the_list, phase, variables, build_file): - # Iterate using an index so that new values can be assigned into the_list. - index = 0 - while index < len(the_list): - item = the_list[index] - if type(item) is dict: - # Make a copy of the variables dict so that it won't influence anything - # outside of its own scope. - ProcessVariablesAndConditionsInDict(item, phase, variables, build_file) - elif type(item) is list: - ProcessVariablesAndConditionsInList(item, phase, variables, build_file) - elif type(item) is str: - expanded = ExpandVariables(item, phase, variables, build_file) - if type(expanded) in (str, int): - the_list[index] = expanded - elif type(expanded) is list: - the_list[index : index + 1] = expanded - index += len(expanded) - - # index now identifies the next item to examine. Continue right now - # without falling into the index increment below. - continue - else: - raise ValueError( - "Variable expansion in this context permits strings and " - + "lists only, found " - + expanded.__class__.__name__ - + " at " - + index - ) - elif type(item) is not int: - raise TypeError( - "Unknown type " + item.__class__.__name__ + " at index " + index - ) - index = index + 1 - - -def BuildTargetsDict(data): - """Builds a dict mapping fully-qualified target names to their target dicts. - - |data| is a dict mapping loaded build files by pathname relative to the - current directory. Values in |data| are build file contents. For each - |data| value with a "targets" key, the value of the "targets" key is taken - as a list containing target dicts. Each target's fully-qualified name is - constructed from the pathname of the build file (|data| key) and its - "target_name" property. These fully-qualified names are used as the keys - in the returned dict. These keys provide access to the target dicts, - the dicts in the "targets" lists. - """ - - targets = {} - for build_file in data["target_build_files"]: - for target in data[build_file].get("targets", []): - target_name = gyp.common.QualifiedTarget( - build_file, target["target_name"], target["toolset"] - ) - if target_name in targets: - raise GypError("Duplicate target definitions for " + target_name) - targets[target_name] = target - - return targets - - -def QualifyDependencies(targets): - """Make dependency links fully-qualified relative to the current directory. - - |targets| is a dict mapping fully-qualified target names to their target - dicts. For each target in this dict, keys known to contain dependency - links are examined, and any dependencies referenced will be rewritten - so that they are fully-qualified and relative to the current directory. - All rewritten dependencies are suitable for use as keys to |targets| or a - similar dict. - """ - - all_dependency_sections = [ - dep + op for dep in dependency_sections for op in ("", "!", "/") - ] - - for target, target_dict in targets.items(): - target_build_file = gyp.common.BuildFile(target) - toolset = target_dict["toolset"] - for dependency_key in all_dependency_sections: - dependencies = target_dict.get(dependency_key, []) - for index, dep in enumerate(dependencies): - dep_file, dep_target, dep_toolset = gyp.common.ResolveTarget( - target_build_file, dep, toolset - ) - if not multiple_toolsets: - # Ignore toolset specification in the dependency if it is specified. - dep_toolset = toolset - dependency = gyp.common.QualifiedTarget( - dep_file, dep_target, dep_toolset - ) - dependencies[index] = dependency - - # Make sure anything appearing in a list other than "dependencies" also - # appears in the "dependencies" list. - if ( - dependency_key != "dependencies" - and dependency not in target_dict["dependencies"] - ): - raise GypError( - "Found " - + dependency - + " in " - + dependency_key - + " of " - + target - + ", but not in dependencies" - ) - - -def ExpandWildcardDependencies(targets, data): - """Expands dependencies specified as build_file:*. - - For each target in |targets|, examines sections containing links to other - targets. If any such section contains a link of the form build_file:*, it - is taken as a wildcard link, and is expanded to list each target in - build_file. The |data| dict provides access to build file dicts. - - Any target that does not wish to be included by wildcard can provide an - optional "suppress_wildcard" key in its target dict. When present and - true, a wildcard dependency link will not include such targets. - - All dependency names, including the keys to |targets| and the values in each - dependency list, must be qualified when this function is called. - """ - - for target, target_dict in targets.items(): - target_build_file = gyp.common.BuildFile(target) - for dependency_key in dependency_sections: - dependencies = target_dict.get(dependency_key, []) - - # Loop this way instead of "for dependency in" or "for index in range" - # because the dependencies list will be modified within the loop body. - index = 0 - while index < len(dependencies): - ( - dependency_build_file, - dependency_target, - dependency_toolset, - ) = gyp.common.ParseQualifiedTarget(dependencies[index]) - if dependency_target != "*" and dependency_toolset != "*": - # Not a wildcard. Keep it moving. - index = index + 1 - continue - - if dependency_build_file == target_build_file: - # It's an error for a target to depend on all other targets in - # the same file, because a target cannot depend on itself. - raise GypError( - "Found wildcard in " - + dependency_key - + " of " - + target - + " referring to same build file" - ) - - # Take the wildcard out and adjust the index so that the next - # dependency in the list will be processed the next time through the - # loop. - del dependencies[index] - index = index - 1 - - # Loop through the targets in the other build file, adding them to - # this target's list of dependencies in place of the removed - # wildcard. - dependency_target_dicts = data[dependency_build_file]["targets"] - for dependency_target_dict in dependency_target_dicts: - if int(dependency_target_dict.get("suppress_wildcard", False)): - continue - dependency_target_name = dependency_target_dict["target_name"] - if ( - dependency_target != "*" - and dependency_target != dependency_target_name - ): - continue - dependency_target_toolset = dependency_target_dict["toolset"] - if ( - dependency_toolset != "*" - and dependency_toolset != dependency_target_toolset - ): - continue - dependency = gyp.common.QualifiedTarget( - dependency_build_file, - dependency_target_name, - dependency_target_toolset, - ) - index = index + 1 - dependencies.insert(index, dependency) - - index = index + 1 - - -def Unify(items): - """Removes duplicate elements from items, keeping the first element.""" - seen = {} - return [seen.setdefault(e, e) for e in items if e not in seen] - - -def RemoveDuplicateDependencies(targets): - """Makes sure every dependency appears only once in all targets's dependency - lists.""" - for target_name, target_dict in targets.items(): - for dependency_key in dependency_sections: - dependencies = target_dict.get(dependency_key, []) - if dependencies: - target_dict[dependency_key] = Unify(dependencies) - - -def Filter(items, item): - """Removes item from items.""" - res = {} - return [res.setdefault(e, e) for e in items if e != item] - - -def RemoveSelfDependencies(targets): - """Remove self dependencies from targets that have the prune_self_dependency - variable set.""" - for target_name, target_dict in targets.items(): - for dependency_key in dependency_sections: - dependencies = target_dict.get(dependency_key, []) - if dependencies: - for t in dependencies: - if t == target_name: - if ( - targets[t] - .get("variables", {}) - .get("prune_self_dependency", 0) - ): - target_dict[dependency_key] = Filter( - dependencies, target_name - ) - - -def RemoveLinkDependenciesFromNoneTargets(targets): - """Remove dependencies having the 'link_dependency' attribute from the 'none' - targets.""" - for target_name, target_dict in targets.items(): - for dependency_key in dependency_sections: - dependencies = target_dict.get(dependency_key, []) - if dependencies: - for t in dependencies: - if target_dict.get("type", None) == "none": - if targets[t].get("variables", {}).get("link_dependency", 0): - target_dict[dependency_key] = Filter( - target_dict[dependency_key], t - ) - - -class DependencyGraphNode: - """ - - Attributes: - ref: A reference to an object that this DependencyGraphNode represents. - dependencies: List of DependencyGraphNodes on which this one depends. - dependents: List of DependencyGraphNodes that depend on this one. - """ - - class CircularException(GypError): - pass - - def __init__(self, ref): - self.ref = ref - self.dependencies = [] - self.dependents = [] - - def __repr__(self): - return "<DependencyGraphNode: %r>" % self.ref - - def FlattenToList(self): - # flat_list is the sorted list of dependencies - actually, the list items - # are the "ref" attributes of DependencyGraphNodes. Every target will - # appear in flat_list after all of its dependencies, and before all of its - # dependents. - flat_list = OrderedSet() - - def ExtractNodeRef(node): - """Extracts the object that the node represents from the given node.""" - return node.ref - - # in_degree_zeros is the list of DependencyGraphNodes that have no - # dependencies not in flat_list. Initially, it is a copy of the children - # of this node, because when the graph was built, nodes with no - # dependencies were made implicit dependents of the root node. - in_degree_zeros = sorted(self.dependents[:], key=ExtractNodeRef) - - while in_degree_zeros: - # Nodes in in_degree_zeros have no dependencies not in flat_list, so they - # can be appended to flat_list. Take these nodes out of in_degree_zeros - # as work progresses, so that the next node to process from the list can - # always be accessed at a consistent position. - node = in_degree_zeros.pop() - flat_list.add(node.ref) - - # Look at dependents of the node just added to flat_list. Some of them - # may now belong in in_degree_zeros. - for node_dependent in sorted(node.dependents, key=ExtractNodeRef): - is_in_degree_zero = True - # TODO: We want to check through the - # node_dependent.dependencies list but if it's long and we - # always start at the beginning, then we get O(n^2) behaviour. - for node_dependent_dependency in sorted( - node_dependent.dependencies, key=ExtractNodeRef - ): - if node_dependent_dependency.ref not in flat_list: - # The dependent one or more dependencies not in flat_list. - # There will be more chances to add it to flat_list - # when examining it again as a dependent of those other - # dependencies, provided that there are no cycles. - is_in_degree_zero = False - break - - if is_in_degree_zero: - # All of the dependent's dependencies are already in flat_list. Add - # it to in_degree_zeros where it will be processed in a future - # iteration of the outer loop. - in_degree_zeros += [node_dependent] - - return list(flat_list) - - def FindCycles(self): - """ - Returns a list of cycles in the graph, where each cycle is its own list. - """ - results = [] - visited = set() - - def Visit(node, path): - for child in node.dependents: - if child in path: - results.append([child] + path[: path.index(child) + 1]) - elif child not in visited: - visited.add(child) - Visit(child, [child] + path) - - visited.add(self) - Visit(self, [self]) - - return results - - def DirectDependencies(self, dependencies=None): - """Returns a list of just direct dependencies.""" - if dependencies is None: - dependencies = [] - - for dependency in self.dependencies: - # Check for None, corresponding to the root node. - if dependency.ref and dependency.ref not in dependencies: - dependencies.append(dependency.ref) - - return dependencies - - def _AddImportedDependencies(self, targets, dependencies=None): - """Given a list of direct dependencies, adds indirect dependencies that - other dependencies have declared to export their settings. - - This method does not operate on self. Rather, it operates on the list - of dependencies in the |dependencies| argument. For each dependency in - that list, if any declares that it exports the settings of one of its - own dependencies, those dependencies whose settings are "passed through" - are added to the list. As new items are added to the list, they too will - be processed, so it is possible to import settings through multiple levels - of dependencies. - - This method is not terribly useful on its own, it depends on being - "primed" with a list of direct dependencies such as one provided by - DirectDependencies. DirectAndImportedDependencies is intended to be the - public entry point. - """ - - if dependencies is None: - dependencies = [] - - index = 0 - while index < len(dependencies): - dependency = dependencies[index] - dependency_dict = targets[dependency] - # Add any dependencies whose settings should be imported to the list - # if not already present. Newly-added items will be checked for - # their own imports when the list iteration reaches them. - # Rather than simply appending new items, insert them after the - # dependency that exported them. This is done to more closely match - # the depth-first method used by DeepDependencies. - add_index = 1 - for imported_dependency in dependency_dict.get( - "export_dependent_settings", [] - ): - if imported_dependency not in dependencies: - dependencies.insert(index + add_index, imported_dependency) - add_index = add_index + 1 - index = index + 1 - - return dependencies - - def DirectAndImportedDependencies(self, targets, dependencies=None): - """Returns a list of a target's direct dependencies and all indirect - dependencies that a dependency has advertised settings should be exported - through the dependency for. - """ - - dependencies = self.DirectDependencies(dependencies) - return self._AddImportedDependencies(targets, dependencies) - - def DeepDependencies(self, dependencies=None): - """Returns an OrderedSet of all of a target's dependencies, recursively.""" - if dependencies is None: - # Using a list to get ordered output and a set to do fast "is it - # already added" checks. - dependencies = OrderedSet() - - for dependency in self.dependencies: - # Check for None, corresponding to the root node. - if dependency.ref is None: - continue - if dependency.ref not in dependencies: - dependency.DeepDependencies(dependencies) - dependencies.add(dependency.ref) - - return dependencies - - def _LinkDependenciesInternal( - self, targets, include_shared_libraries, dependencies=None, initial=True - ): - """Returns an OrderedSet of dependency targets that are linked - into this target. - - This function has a split personality, depending on the setting of - |initial|. Outside callers should always leave |initial| at its default - setting. - - When adding a target to the list of dependencies, this function will - recurse into itself with |initial| set to False, to collect dependencies - that are linked into the linkable target for which the list is being built. - - If |include_shared_libraries| is False, the resulting dependencies will not - include shared_library targets that are linked into this target. - """ - if dependencies is None: - # Using a list to get ordered output and a set to do fast "is it - # already added" checks. - dependencies = OrderedSet() - - # Check for None, corresponding to the root node. - if self.ref is None: - return dependencies - - # It's kind of sucky that |targets| has to be passed into this function, - # but that's presently the easiest way to access the target dicts so that - # this function can find target types. - - if "target_name" not in targets[self.ref]: - raise GypError("Missing 'target_name' field in target.") - - if "type" not in targets[self.ref]: - raise GypError( - "Missing 'type' field in target %s" % targets[self.ref]["target_name"] - ) - - target_type = targets[self.ref]["type"] - - is_linkable = target_type in linkable_types - - if initial and not is_linkable: - # If this is the first target being examined and it's not linkable, - # return an empty list of link dependencies, because the link - # dependencies are intended to apply to the target itself (initial is - # True) and this target won't be linked. - return dependencies - - # Don't traverse 'none' targets if explicitly excluded. - if target_type == "none" and not targets[self.ref].get( - "dependencies_traverse", True - ): - dependencies.add(self.ref) - return dependencies - - # Executables, mac kernel extensions, windows drivers and loadable modules - # are already fully and finally linked. Nothing else can be a link - # dependency of them, there can only be dependencies in the sense that a - # dependent target might run an executable or load the loadable_module. - if not initial and target_type in ( - "executable", - "loadable_module", - "mac_kernel_extension", - "windows_driver", - ): - return dependencies - - # Shared libraries are already fully linked. They should only be included - # in |dependencies| when adjusting static library dependencies (in order to - # link against the shared_library's import lib), but should not be included - # in |dependencies| when propagating link_settings. - # The |include_shared_libraries| flag controls which of these two cases we - # are handling. - if ( - not initial - and target_type == "shared_library" - and not include_shared_libraries - ): - return dependencies - - # The target is linkable, add it to the list of link dependencies. - if self.ref not in dependencies: - dependencies.add(self.ref) - if initial or not is_linkable: - # If this is a subsequent target and it's linkable, don't look any - # further for linkable dependencies, as they'll already be linked into - # this target linkable. Always look at dependencies of the initial - # target, and always look at dependencies of non-linkables. - for dependency in self.dependencies: - dependency._LinkDependenciesInternal( - targets, include_shared_libraries, dependencies, False - ) - - return dependencies - - def DependenciesForLinkSettings(self, targets): - """ - Returns a list of dependency targets whose link_settings should be merged - into this target. - """ - - # TODO(sbaig) Currently, chrome depends on the bug that shared libraries' - # link_settings are propagated. So for now, we will allow it, unless the - # 'allow_sharedlib_linksettings_propagation' flag is explicitly set to - # False. Once chrome is fixed, we can remove this flag. - include_shared_libraries = targets[self.ref].get( - "allow_sharedlib_linksettings_propagation", True - ) - return self._LinkDependenciesInternal(targets, include_shared_libraries) - - def DependenciesToLinkAgainst(self, targets): - """ - Returns a list of dependency targets that are linked into this target. - """ - return self._LinkDependenciesInternal(targets, True) - - -def BuildDependencyList(targets): - # Create a DependencyGraphNode for each target. Put it into a dict for easy - # access. - dependency_nodes = {} - for target, spec in targets.items(): - if target not in dependency_nodes: - dependency_nodes[target] = DependencyGraphNode(target) - - # Set up the dependency links. Targets that have no dependencies are treated - # as dependent on root_node. - root_node = DependencyGraphNode(None) - for target, spec in targets.items(): - target_node = dependency_nodes[target] - dependencies = spec.get("dependencies") - if not dependencies: - target_node.dependencies = [root_node] - root_node.dependents.append(target_node) - else: - for dependency in dependencies: - dependency_node = dependency_nodes.get(dependency) - if not dependency_node: - raise GypError( - "Dependency '%s' not found while " - "trying to load target %s" % (dependency, target) - ) - target_node.dependencies.append(dependency_node) - dependency_node.dependents.append(target_node) - - flat_list = root_node.FlattenToList() - - # If there's anything left unvisited, there must be a circular dependency - # (cycle). - if len(flat_list) != len(targets): - if not root_node.dependents: - # If all targets have dependencies, add the first target as a dependent - # of root_node so that the cycle can be discovered from root_node. - target = next(iter(targets)) - target_node = dependency_nodes[target] - target_node.dependencies.append(root_node) - root_node.dependents.append(target_node) - - cycles = [] - for cycle in root_node.FindCycles(): - paths = [node.ref for node in cycle] - cycles.append("Cycle: %s" % " -> ".join(paths)) - raise DependencyGraphNode.CircularException( - "Cycles in dependency graph detected:\n" + "\n".join(cycles) - ) - - return [dependency_nodes, flat_list] - - -def VerifyNoGYPFileCircularDependencies(targets): - # Create a DependencyGraphNode for each gyp file containing a target. Put - # it into a dict for easy access. - dependency_nodes = {} - for target in targets: - build_file = gyp.common.BuildFile(target) - if build_file not in dependency_nodes: - dependency_nodes[build_file] = DependencyGraphNode(build_file) - - # Set up the dependency links. - for target, spec in targets.items(): - build_file = gyp.common.BuildFile(target) - build_file_node = dependency_nodes[build_file] - target_dependencies = spec.get("dependencies", []) - for dependency in target_dependencies: - try: - dependency_build_file = gyp.common.BuildFile(dependency) - except GypError as e: - gyp.common.ExceptionAppend( - e, "while computing dependencies of .gyp file %s" % build_file - ) - raise - - if dependency_build_file == build_file: - # A .gyp file is allowed to refer back to itself. - continue - dependency_node = dependency_nodes.get(dependency_build_file) - if not dependency_node: - raise GypError("Dependency '%s' not found" % dependency_build_file) - if dependency_node not in build_file_node.dependencies: - build_file_node.dependencies.append(dependency_node) - dependency_node.dependents.append(build_file_node) - - # Files that have no dependencies are treated as dependent on root_node. - root_node = DependencyGraphNode(None) - for build_file_node in dependency_nodes.values(): - if len(build_file_node.dependencies) == 0: - build_file_node.dependencies.append(root_node) - root_node.dependents.append(build_file_node) - - flat_list = root_node.FlattenToList() - - # If there's anything left unvisited, there must be a circular dependency - # (cycle). - if len(flat_list) != len(dependency_nodes): - if not root_node.dependents: - # If all files have dependencies, add the first file as a dependent - # of root_node so that the cycle can be discovered from root_node. - file_node = next(iter(dependency_nodes.values())) - file_node.dependencies.append(root_node) - root_node.dependents.append(file_node) - cycles = [] - for cycle in root_node.FindCycles(): - paths = [node.ref for node in cycle] - cycles.append("Cycle: %s" % " -> ".join(paths)) - raise DependencyGraphNode.CircularException( - "Cycles in .gyp file dependency graph detected:\n" + "\n".join(cycles) - ) - - -def DoDependentSettings(key, flat_list, targets, dependency_nodes): - # key should be one of all_dependent_settings, direct_dependent_settings, - # or link_settings. - - for target in flat_list: - target_dict = targets[target] - build_file = gyp.common.BuildFile(target) - - if key == "all_dependent_settings": - dependencies = dependency_nodes[target].DeepDependencies() - elif key == "direct_dependent_settings": - dependencies = dependency_nodes[target].DirectAndImportedDependencies( - targets - ) - elif key == "link_settings": - dependencies = dependency_nodes[target].DependenciesForLinkSettings(targets) - else: - raise GypError( - "DoDependentSettings doesn't know how to determine " - "dependencies for " + key - ) - - for dependency in dependencies: - dependency_dict = targets[dependency] - if key not in dependency_dict: - continue - dependency_build_file = gyp.common.BuildFile(dependency) - MergeDicts( - target_dict, dependency_dict[key], build_file, dependency_build_file - ) - - -def AdjustStaticLibraryDependencies( - flat_list, targets, dependency_nodes, sort_dependencies -): - # Recompute target "dependencies" properties. For each static library - # target, remove "dependencies" entries referring to other static libraries, - # unless the dependency has the "hard_dependency" attribute set. For each - # linkable target, add a "dependencies" entry referring to all of the - # target's computed list of link dependencies (including static libraries - # if no such entry is already present. - for target in flat_list: - target_dict = targets[target] - target_type = target_dict["type"] - - if target_type == "static_library": - if "dependencies" not in target_dict: - continue - - target_dict["dependencies_original"] = target_dict.get("dependencies", [])[ - : - ] - - # A static library should not depend on another static library unless - # the dependency relationship is "hard," which should only be done when - # a dependent relies on some side effect other than just the build - # product, like a rule or action output. Further, if a target has a - # non-hard dependency, but that dependency exports a hard dependency, - # the non-hard dependency can safely be removed, but the exported hard - # dependency must be added to the target to keep the same dependency - # ordering. - dependencies = dependency_nodes[target].DirectAndImportedDependencies( - targets - ) - index = 0 - while index < len(dependencies): - dependency = dependencies[index] - dependency_dict = targets[dependency] - - # Remove every non-hard static library dependency and remove every - # non-static library dependency that isn't a direct dependency. - if ( - dependency_dict["type"] == "static_library" - and not dependency_dict.get("hard_dependency", False) - ) or ( - dependency_dict["type"] != "static_library" - and dependency not in target_dict["dependencies"] - ): - # Take the dependency out of the list, and don't increment index - # because the next dependency to analyze will shift into the index - # formerly occupied by the one being removed. - del dependencies[index] - else: - index = index + 1 - - # Update the dependencies. If the dependencies list is empty, it's not - # needed, so unhook it. - if len(dependencies) > 0: - target_dict["dependencies"] = dependencies - else: - del target_dict["dependencies"] - - elif target_type in linkable_types: - # Get a list of dependency targets that should be linked into this - # target. Add them to the dependencies list if they're not already - # present. - - link_dependencies = dependency_nodes[target].DependenciesToLinkAgainst( - targets - ) - for dependency in link_dependencies: - if dependency == target: - continue - if "dependencies" not in target_dict: - target_dict["dependencies"] = [] - if dependency not in target_dict["dependencies"]: - target_dict["dependencies"].append(dependency) - # Sort the dependencies list in the order from dependents to dependencies. - # e.g. If A and B depend on C and C depends on D, sort them in A, B, C, D. - # Note: flat_list is already sorted in the order from dependencies to - # dependents. - if sort_dependencies and "dependencies" in target_dict: - target_dict["dependencies"] = [ - dep - for dep in reversed(flat_list) - if dep in target_dict["dependencies"] - ] - - -# Initialize this here to speed up MakePathRelative. -exception_re = re.compile(r"""["']?[-/$<>^]""") - - -def MakePathRelative(to_file, fro_file, item): - # If item is a relative path, it's relative to the build file dict that it's - # coming from. Fix it up to make it relative to the build file dict that - # it's going into. - # Exception: any |item| that begins with these special characters is - # returned without modification. - # / Used when a path is already absolute (shortcut optimization; - # such paths would be returned as absolute anyway) - # $ Used for build environment variables - # - Used for some build environment flags (such as -lapr-1 in a - # "libraries" section) - # < Used for our own variable and command expansions (see ExpandVariables) - # > Used for our own variable and command expansions (see ExpandVariables) - # ^ Used for our own variable and command expansions (see ExpandVariables) - # - # "/' Used when a value is quoted. If these are present, then we - # check the second character instead. - # - if to_file == fro_file or exception_re.match(item): - return item - else: - # TODO(dglazkov) The backslash/forward-slash replacement at the end is a - # temporary measure. This should really be addressed by keeping all paths - # in POSIX until actual project generation. - ret = os.path.normpath( - os.path.join( - gyp.common.RelativePath( - os.path.dirname(fro_file), os.path.dirname(to_file) - ), - item, - ) - ).replace("\\", "/") - if item.endswith("/"): - ret += "/" - return ret - - -def MergeLists(to, fro, to_file, fro_file, is_paths=False, append=True): - # Python documentation recommends objects which do not support hash - # set this value to None. Python library objects follow this rule. - def is_hashable(val): - return val.__hash__ - - # If x is hashable, returns whether x is in s. Else returns whether x is in items. - def is_in_set_or_list(x, s, items): - if is_hashable(x): - return x in s - return x in items - - prepend_index = 0 - - # Make membership testing of hashables in |to| (in particular, strings) - # faster. - hashable_to_set = {x for x in to if is_hashable(x)} - for item in fro: - singleton = False - if type(item) in (str, int): - # The cheap and easy case. - if is_paths: - to_item = MakePathRelative(to_file, fro_file, item) - else: - to_item = item - - if not (type(item) is str and item.startswith("-")): - # Any string that doesn't begin with a "-" is a singleton - it can - # only appear once in a list, to be enforced by the list merge append - # or prepend. - singleton = True - elif type(item) is dict: - # Make a copy of the dictionary, continuing to look for paths to fix. - # The other intelligent aspects of merge processing won't apply because - # item is being merged into an empty dict. - to_item = {} - MergeDicts(to_item, item, to_file, fro_file) - elif type(item) is list: - # Recurse, making a copy of the list. If the list contains any - # descendant dicts, path fixing will occur. Note that here, custom - # values for is_paths and append are dropped; those are only to be - # applied to |to| and |fro|, not sublists of |fro|. append shouldn't - # matter anyway because the new |to_item| list is empty. - to_item = [] - MergeLists(to_item, item, to_file, fro_file) - else: - raise TypeError( - "Attempt to merge list item of unsupported type " - + item.__class__.__name__ - ) - - if append: - # If appending a singleton that's already in the list, don't append. - # This ensures that the earliest occurrence of the item will stay put. - if not singleton or not is_in_set_or_list(to_item, hashable_to_set, to): - to.append(to_item) - if is_hashable(to_item): - hashable_to_set.add(to_item) - else: - # If prepending a singleton that's already in the list, remove the - # existing instance and proceed with the prepend. This ensures that the - # item appears at the earliest possible position in the list. - while singleton and to_item in to: - to.remove(to_item) - - # Don't just insert everything at index 0. That would prepend the new - # items to the list in reverse order, which would be an unwelcome - # surprise. - to.insert(prepend_index, to_item) - if is_hashable(to_item): - hashable_to_set.add(to_item) - prepend_index = prepend_index + 1 - - -def MergeDicts(to, fro, to_file, fro_file): - # I wanted to name the parameter "from" but it's a Python keyword... - for k, v in fro.items(): - # It would be nice to do "if not k in to: to[k] = v" but that wouldn't give - # copy semantics. Something else may want to merge from the |fro| dict - # later, and having the same dict ref pointed to twice in the tree isn't - # what anyone wants considering that the dicts may subsequently be - # modified. - if k in to: - bad_merge = False - if type(v) in (str, int): - if type(to[k]) not in (str, int): - bad_merge = True - elif not isinstance(v, type(to[k])): - bad_merge = True - - if bad_merge: - raise TypeError( - "Attempt to merge dict value of type " - + v.__class__.__name__ - + " into incompatible type " - + to[k].__class__.__name__ - + " for key " - + k - ) - if type(v) in (str, int): - # Overwrite the existing value, if any. Cheap and easy. - is_path = IsPathSection(k) - if is_path: - to[k] = MakePathRelative(to_file, fro_file, v) - else: - to[k] = v - elif type(v) is dict: - # Recurse, guaranteeing copies will be made of objects that require it. - if k not in to: - to[k] = {} - MergeDicts(to[k], v, to_file, fro_file) - elif type(v) is list: - # Lists in dicts can be merged with different policies, depending on - # how the key in the "from" dict (k, the from-key) is written. - # - # If the from-key has ...the to-list will have this action - # this character appended:... applied when receiving the from-list: - # = replace - # + prepend - # ? set, only if to-list does not yet exist - # (none) append - # - # This logic is list-specific, but since it relies on the associated - # dict key, it's checked in this dict-oriented function. - ext = k[-1] - append = True - if ext == "=": - list_base = k[:-1] - lists_incompatible = [list_base, list_base + "?"] - to[list_base] = [] - elif ext == "+": - list_base = k[:-1] - lists_incompatible = [list_base + "=", list_base + "?"] - append = False - elif ext == "?": - list_base = k[:-1] - lists_incompatible = [list_base, list_base + "=", list_base + "+"] - else: - list_base = k - lists_incompatible = [list_base + "=", list_base + "?"] - - # Some combinations of merge policies appearing together are meaningless. - # It's stupid to replace and append simultaneously, for example. Append - # and prepend are the only policies that can coexist. - for list_incompatible in lists_incompatible: - if list_incompatible in fro: - raise GypError( - "Incompatible list policies " + k + " and " + list_incompatible - ) - - if list_base in to: - if ext == "?": - # If the key ends in "?", the list will only be merged if it doesn't - # already exist. - continue - elif type(to[list_base]) is not list: - # This may not have been checked above if merging in a list with an - # extension character. - raise TypeError( - "Attempt to merge dict value of type " - + v.__class__.__name__ - + " into incompatible type " - + to[list_base].__class__.__name__ - + " for key " - + list_base - + "(" - + k - + ")" - ) - else: - to[list_base] = [] - - # Call MergeLists, which will make copies of objects that require it. - # MergeLists can recurse back into MergeDicts, although this will be - # to make copies of dicts (with paths fixed), there will be no - # subsequent dict "merging" once entering a list because lists are - # always replaced, appended to, or prepended to. - is_paths = IsPathSection(list_base) - MergeLists(to[list_base], v, to_file, fro_file, is_paths, append) - else: - raise TypeError( - "Attempt to merge dict value of unsupported type " - + v.__class__.__name__ - + " for key " - + k - ) - - -def MergeConfigWithInheritance( - new_configuration_dict, build_file, target_dict, configuration, visited -): - # Skip if previously visited. - if configuration in visited: - return - - # Look at this configuration. - configuration_dict = target_dict["configurations"][configuration] - - # Merge in parents. - for parent in configuration_dict.get("inherit_from", []): - MergeConfigWithInheritance( - new_configuration_dict, - build_file, - target_dict, - parent, - visited + [configuration], - ) - - # Merge it into the new config. - MergeDicts(new_configuration_dict, configuration_dict, build_file, build_file) - - # Drop abstract. - if "abstract" in new_configuration_dict: - del new_configuration_dict["abstract"] - - -def SetUpConfigurations(target, target_dict): - # key_suffixes is a list of key suffixes that might appear on key names. - # These suffixes are handled in conditional evaluations (for =, +, and ?) - # and rules/exclude processing (for ! and /). Keys with these suffixes - # should be treated the same as keys without. - key_suffixes = ["=", "+", "?", "!", "/"] - - build_file = gyp.common.BuildFile(target) - - # Provide a single configuration by default if none exists. - # TODO(mark): Signal an error if default_configurations exists but - # configurations does not. - if "configurations" not in target_dict: - target_dict["configurations"] = {"Default": {}} - if "default_configuration" not in target_dict: - concrete = [ - i - for (i, config) in target_dict["configurations"].items() - if not config.get("abstract") - ] - target_dict["default_configuration"] = sorted(concrete)[0] - - merged_configurations = {} - configs = target_dict["configurations"] - for (configuration, old_configuration_dict) in configs.items(): - # Skip abstract configurations (saves work only). - if old_configuration_dict.get("abstract"): - continue - # Configurations inherit (most) settings from the enclosing target scope. - # Get the inheritance relationship right by making a copy of the target - # dict. - new_configuration_dict = {} - for (key, target_val) in target_dict.items(): - key_ext = key[-1:] - if key_ext in key_suffixes: - key_base = key[:-1] - else: - key_base = key - if key_base not in non_configuration_keys: - new_configuration_dict[key] = gyp.simple_copy.deepcopy(target_val) - - # Merge in configuration (with all its parents first). - MergeConfigWithInheritance( - new_configuration_dict, build_file, target_dict, configuration, [] - ) - - merged_configurations[configuration] = new_configuration_dict - - # Put the new configurations back into the target dict as a configuration. - for configuration in merged_configurations.keys(): - target_dict["configurations"][configuration] = merged_configurations[ - configuration - ] - - # Now drop all the abstract ones. - configs = target_dict["configurations"] - target_dict["configurations"] = { - k: v for k, v in configs.items() if not v.get("abstract") - } - - # Now that all of the target's configurations have been built, go through - # the target dict's keys and remove everything that's been moved into a - # "configurations" section. - delete_keys = [] - for key in target_dict: - key_ext = key[-1:] - if key_ext in key_suffixes: - key_base = key[:-1] - else: - key_base = key - if key_base not in non_configuration_keys: - delete_keys.append(key) - for key in delete_keys: - del target_dict[key] - - # Check the configurations to see if they contain invalid keys. - for configuration in target_dict["configurations"].keys(): - configuration_dict = target_dict["configurations"][configuration] - for key in configuration_dict.keys(): - if key in invalid_configuration_keys: - raise GypError( - "%s not allowed in the %s configuration, found in " - "target %s" % (key, configuration, target) - ) - - -def ProcessListFiltersInDict(name, the_dict): - """Process regular expression and exclusion-based filters on lists. - - An exclusion list is in a dict key named with a trailing "!", like - "sources!". Every item in such a list is removed from the associated - main list, which in this example, would be "sources". Removed items are - placed into a "sources_excluded" list in the dict. - - Regular expression (regex) filters are contained in dict keys named with a - trailing "/", such as "sources/" to operate on the "sources" list. Regex - filters in a dict take the form: - 'sources/': [ ['exclude', '_(linux|mac|win)\\.cc$'], - ['include', '_mac\\.cc$'] ], - The first filter says to exclude all files ending in _linux.cc, _mac.cc, and - _win.cc. The second filter then includes all files ending in _mac.cc that - are now or were once in the "sources" list. Items matching an "exclude" - filter are subject to the same processing as would occur if they were listed - by name in an exclusion list (ending in "!"). Items matching an "include" - filter are brought back into the main list if previously excluded by an - exclusion list or exclusion regex filter. Subsequent matching "exclude" - patterns can still cause items to be excluded after matching an "include". - """ - - # Look through the dictionary for any lists whose keys end in "!" or "/". - # These are lists that will be treated as exclude lists and regular - # expression-based exclude/include lists. Collect the lists that are - # needed first, looking for the lists that they operate on, and assemble - # then into |lists|. This is done in a separate loop up front, because - # the _included and _excluded keys need to be added to the_dict, and that - # can't be done while iterating through it. - - lists = [] - del_lists = [] - for key, value in the_dict.items(): - operation = key[-1] - if operation != "!" and operation != "/": - continue - - if type(value) is not list: - raise ValueError( - name + " key " + key + " must be list, not " + value.__class__.__name__ - ) - - list_key = key[:-1] - if list_key not in the_dict: - # This happens when there's a list like "sources!" but no corresponding - # "sources" list. Since there's nothing for it to operate on, queue up - # the "sources!" list for deletion now. - del_lists.append(key) - continue - - if type(the_dict[list_key]) is not list: - value = the_dict[list_key] - raise ValueError( - name - + " key " - + list_key - + " must be list, not " - + value.__class__.__name__ - + " when applying " - + {"!": "exclusion", "/": "regex"}[operation] - ) - - if list_key not in lists: - lists.append(list_key) - - # Delete the lists that are known to be unneeded at this point. - for del_list in del_lists: - del the_dict[del_list] - - for list_key in lists: - the_list = the_dict[list_key] - - # Initialize the list_actions list, which is parallel to the_list. Each - # item in list_actions identifies whether the corresponding item in - # the_list should be excluded, unconditionally preserved (included), or - # whether no exclusion or inclusion has been applied. Items for which - # no exclusion or inclusion has been applied (yet) have value -1, items - # excluded have value 0, and items included have value 1. Includes and - # excludes override previous actions. All items in list_actions are - # initialized to -1 because no excludes or includes have been processed - # yet. - list_actions = list((-1,) * len(the_list)) - - exclude_key = list_key + "!" - if exclude_key in the_dict: - for exclude_item in the_dict[exclude_key]: - for index, list_item in enumerate(the_list): - if exclude_item == list_item: - # This item matches the exclude_item, so set its action to 0 - # (exclude). - list_actions[index] = 0 - - # The "whatever!" list is no longer needed, dump it. - del the_dict[exclude_key] - - regex_key = list_key + "/" - if regex_key in the_dict: - for regex_item in the_dict[regex_key]: - [action, pattern] = regex_item - pattern_re = re.compile(pattern) - - if action == "exclude": - # This item matches an exclude regex, set its value to 0 (exclude). - action_value = 0 - elif action == "include": - # This item matches an include regex, set its value to 1 (include). - action_value = 1 - else: - # This is an action that doesn't make any sense. - raise ValueError( - "Unrecognized action " - + action - + " in " - + name - + " key " - + regex_key - ) - - for index, list_item in enumerate(the_list): - if list_actions[index] == action_value: - # Even if the regex matches, nothing will change so continue - # (regex searches are expensive). - continue - if pattern_re.search(list_item): - # Regular expression match. - list_actions[index] = action_value - - # The "whatever/" list is no longer needed, dump it. - del the_dict[regex_key] - - # Add excluded items to the excluded list. - # - # Note that exclude_key ("sources!") is different from excluded_key - # ("sources_excluded"). The exclude_key list is input and it was already - # processed and deleted; the excluded_key list is output and it's about - # to be created. - excluded_key = list_key + "_excluded" - if excluded_key in the_dict: - raise GypError( - name + " key " + excluded_key + " must not be present prior " - " to applying exclusion/regex filters for " + list_key - ) - - excluded_list = [] - - # Go backwards through the list_actions list so that as items are deleted, - # the indices of items that haven't been seen yet don't shift. That means - # that things need to be prepended to excluded_list to maintain them in the - # same order that they existed in the_list. - for index in range(len(list_actions) - 1, -1, -1): - if list_actions[index] == 0: - # Dump anything with action 0 (exclude). Keep anything with action 1 - # (include) or -1 (no include or exclude seen for the item). - excluded_list.insert(0, the_list[index]) - del the_list[index] - - # If anything was excluded, put the excluded list into the_dict at - # excluded_key. - if len(excluded_list) > 0: - the_dict[excluded_key] = excluded_list - - # Now recurse into subdicts and lists that may contain dicts. - for key, value in the_dict.items(): - if type(value) is dict: - ProcessListFiltersInDict(key, value) - elif type(value) is list: - ProcessListFiltersInList(key, value) - - -def ProcessListFiltersInList(name, the_list): - for item in the_list: - if type(item) is dict: - ProcessListFiltersInDict(name, item) - elif type(item) is list: - ProcessListFiltersInList(name, item) - - -def ValidateTargetType(target, target_dict): - """Ensures the 'type' field on the target is one of the known types. - - Arguments: - target: string, name of target. - target_dict: dict, target spec. - - Raises an exception on error. - """ - VALID_TARGET_TYPES = ( - "executable", - "loadable_module", - "static_library", - "shared_library", - "mac_kernel_extension", - "none", - "windows_driver", - ) - target_type = target_dict.get("type", None) - if target_type not in VALID_TARGET_TYPES: - raise GypError( - "Target %s has an invalid target type '%s'. " - "Must be one of %s." % (target, target_type, "/".join(VALID_TARGET_TYPES)) - ) - if ( - target_dict.get("standalone_static_library", 0) - and not target_type == "static_library" - ): - raise GypError( - "Target %s has type %s but standalone_static_library flag is" - " only valid for static_library type." % (target, target_type) - ) - - -def ValidateRulesInTarget(target, target_dict, extra_sources_for_rules): - """Ensures that the rules sections in target_dict are valid and consistent, - and determines which sources they apply to. - - Arguments: - target: string, name of target. - target_dict: dict, target spec containing "rules" and "sources" lists. - extra_sources_for_rules: a list of keys to scan for rule matches in - addition to 'sources'. - """ - - # Dicts to map between values found in rules' 'rule_name' and 'extension' - # keys and the rule dicts themselves. - rule_names = {} - rule_extensions = {} - - rules = target_dict.get("rules", []) - for rule in rules: - # Make sure that there's no conflict among rule names and extensions. - rule_name = rule["rule_name"] - if rule_name in rule_names: - raise GypError( - f"rule {rule_name} exists in duplicate, target {target}" - ) - rule_names[rule_name] = rule - - rule_extension = rule["extension"] - if rule_extension.startswith("."): - rule_extension = rule_extension[1:] - if rule_extension in rule_extensions: - raise GypError( - ( - "extension %s associated with multiple rules, " - + "target %s rules %s and %s" - ) - % ( - rule_extension, - target, - rule_extensions[rule_extension]["rule_name"], - rule_name, - ) - ) - rule_extensions[rule_extension] = rule - - # Make sure rule_sources isn't already there. It's going to be - # created below if needed. - if "rule_sources" in rule: - raise GypError( - "rule_sources must not exist in input, target %s rule %s" - % (target, rule_name) - ) - - rule_sources = [] - source_keys = ["sources"] - source_keys.extend(extra_sources_for_rules) - for source_key in source_keys: - for source in target_dict.get(source_key, []): - (source_root, source_extension) = os.path.splitext(source) - if source_extension.startswith("."): - source_extension = source_extension[1:] - if source_extension == rule_extension: - rule_sources.append(source) - - if len(rule_sources) > 0: - rule["rule_sources"] = rule_sources - - -def ValidateRunAsInTarget(target, target_dict, build_file): - target_name = target_dict.get("target_name") - run_as = target_dict.get("run_as") - if not run_as: - return - if type(run_as) is not dict: - raise GypError( - "The 'run_as' in target %s from file %s should be a " - "dictionary." % (target_name, build_file) - ) - action = run_as.get("action") - if not action: - raise GypError( - "The 'run_as' in target %s from file %s must have an " - "'action' section." % (target_name, build_file) - ) - if type(action) is not list: - raise GypError( - "The 'action' for 'run_as' in target %s from file %s " - "must be a list." % (target_name, build_file) - ) - working_directory = run_as.get("working_directory") - if working_directory and type(working_directory) is not str: - raise GypError( - "The 'working_directory' for 'run_as' in target %s " - "in file %s should be a string." % (target_name, build_file) - ) - environment = run_as.get("environment") - if environment and type(environment) is not dict: - raise GypError( - "The 'environment' for 'run_as' in target %s " - "in file %s should be a dictionary." % (target_name, build_file) - ) - - -def ValidateActionsInTarget(target, target_dict, build_file): - """Validates the inputs to the actions in a target.""" - target_name = target_dict.get("target_name") - actions = target_dict.get("actions", []) - for action in actions: - action_name = action.get("action_name") - if not action_name: - raise GypError( - "Anonymous action in target %s. " - "An action must have an 'action_name' field." % target_name - ) - inputs = action.get("inputs", None) - if inputs is None: - raise GypError("Action in target %s has no inputs." % target_name) - action_command = action.get("action") - if action_command and not action_command[0]: - raise GypError("Empty action as command in target %s." % target_name) - - -def TurnIntIntoStrInDict(the_dict): - """Given dict the_dict, recursively converts all integers into strings. - """ - # Use items instead of iteritems because there's no need to try to look at - # reinserted keys and their associated values. - for k, v in the_dict.items(): - if type(v) is int: - v = str(v) - the_dict[k] = v - elif type(v) is dict: - TurnIntIntoStrInDict(v) - elif type(v) is list: - TurnIntIntoStrInList(v) - - if type(k) is int: - del the_dict[k] - the_dict[str(k)] = v - - -def TurnIntIntoStrInList(the_list): - """Given list the_list, recursively converts all integers into strings. - """ - for index, item in enumerate(the_list): - if type(item) is int: - the_list[index] = str(item) - elif type(item) is dict: - TurnIntIntoStrInDict(item) - elif type(item) is list: - TurnIntIntoStrInList(item) - - -def PruneUnwantedTargets(targets, flat_list, dependency_nodes, root_targets, data): - """Return only the targets that are deep dependencies of |root_targets|.""" - qualified_root_targets = [] - for target in root_targets: - target = target.strip() - qualified_targets = gyp.common.FindQualifiedTargets(target, flat_list) - if not qualified_targets: - raise GypError("Could not find target %s" % target) - qualified_root_targets.extend(qualified_targets) - - wanted_targets = {} - for target in qualified_root_targets: - wanted_targets[target] = targets[target] - for dependency in dependency_nodes[target].DeepDependencies(): - wanted_targets[dependency] = targets[dependency] - - wanted_flat_list = [t for t in flat_list if t in wanted_targets] - - # Prune unwanted targets from each build_file's data dict. - for build_file in data["target_build_files"]: - if "targets" not in data[build_file]: - continue - new_targets = [] - for target in data[build_file]["targets"]: - qualified_name = gyp.common.QualifiedTarget( - build_file, target["target_name"], target["toolset"] - ) - if qualified_name in wanted_targets: - new_targets.append(target) - data[build_file]["targets"] = new_targets - - return wanted_targets, wanted_flat_list - - -def VerifyNoCollidingTargets(targets): - """Verify that no two targets in the same directory share the same name. - - Arguments: - targets: A list of targets in the form 'path/to/file.gyp:target_name'. - """ - # Keep a dict going from 'subdirectory:target_name' to 'foo.gyp'. - used = {} - for target in targets: - # Separate out 'path/to/file.gyp, 'target_name' from - # 'path/to/file.gyp:target_name'. - path, name = target.rsplit(":", 1) - # Separate out 'path/to', 'file.gyp' from 'path/to/file.gyp'. - subdir, gyp = os.path.split(path) - # Use '.' for the current directory '', so that the error messages make - # more sense. - if not subdir: - subdir = "." - # Prepare a key like 'path/to:target_name'. - key = subdir + ":" + name - if key in used: - # Complain if this target is already used. - raise GypError( - 'Duplicate target name "%s" in directory "%s" used both ' - 'in "%s" and "%s".' % (name, subdir, gyp, used[key]) - ) - used[key] = gyp - - -def SetGeneratorGlobals(generator_input_info): - # Set up path_sections and non_configuration_keys with the default data plus - # the generator-specific data. - global path_sections - path_sections = set(base_path_sections) - path_sections.update(generator_input_info["path_sections"]) - - global non_configuration_keys - non_configuration_keys = base_non_configuration_keys[:] - non_configuration_keys.extend(generator_input_info["non_configuration_keys"]) - - global multiple_toolsets - multiple_toolsets = generator_input_info["generator_supports_multiple_toolsets"] - - global generator_filelist_paths - generator_filelist_paths = generator_input_info["generator_filelist_paths"] - - -def Load( - build_files, - variables, - includes, - depth, - generator_input_info, - check, - circular_check, - parallel, - root_targets, -): - SetGeneratorGlobals(generator_input_info) - # A generator can have other lists (in addition to sources) be processed - # for rules. - extra_sources_for_rules = generator_input_info["extra_sources_for_rules"] - - # Load build files. This loads every target-containing build file into - # the |data| dictionary such that the keys to |data| are build file names, - # and the values are the entire build file contents after "early" or "pre" - # processing has been done and includes have been resolved. - # NOTE: data contains both "target" files (.gyp) and "includes" (.gypi), as - # well as meta-data (e.g. 'included_files' key). 'target_build_files' keeps - # track of the keys corresponding to "target" files. - data = {"target_build_files": set()} - # Normalize paths everywhere. This is important because paths will be - # used as keys to the data dict and for references between input files. - build_files = set(map(os.path.normpath, build_files)) - if parallel: - LoadTargetBuildFilesParallel( - build_files, data, variables, includes, depth, check, generator_input_info - ) - else: - aux_data = {} - for build_file in build_files: - try: - LoadTargetBuildFile( - build_file, data, aux_data, variables, includes, depth, check, True - ) - except Exception as e: - gyp.common.ExceptionAppend(e, "while trying to load %s" % build_file) - raise - - # Build a dict to access each target's subdict by qualified name. - targets = BuildTargetsDict(data) - - # Fully qualify all dependency links. - QualifyDependencies(targets) - - # Remove self-dependencies from targets that have 'prune_self_dependencies' - # set to 1. - RemoveSelfDependencies(targets) - - # Expand dependencies specified as build_file:*. - ExpandWildcardDependencies(targets, data) - - # Remove all dependencies marked as 'link_dependency' from the targets of - # type 'none'. - RemoveLinkDependenciesFromNoneTargets(targets) - - # Apply exclude (!) and regex (/) list filters only for dependency_sections. - for target_name, target_dict in targets.items(): - tmp_dict = {} - for key_base in dependency_sections: - for op in ("", "!", "/"): - key = key_base + op - if key in target_dict: - tmp_dict[key] = target_dict[key] - del target_dict[key] - ProcessListFiltersInDict(target_name, tmp_dict) - # Write the results back to |target_dict|. - for key in tmp_dict: - target_dict[key] = tmp_dict[key] - - # Make sure every dependency appears at most once. - RemoveDuplicateDependencies(targets) - - if circular_check: - # Make sure that any targets in a.gyp don't contain dependencies in other - # .gyp files that further depend on a.gyp. - VerifyNoGYPFileCircularDependencies(targets) - - [dependency_nodes, flat_list] = BuildDependencyList(targets) - - if root_targets: - # Remove, from |targets| and |flat_list|, the targets that are not deep - # dependencies of the targets specified in |root_targets|. - targets, flat_list = PruneUnwantedTargets( - targets, flat_list, dependency_nodes, root_targets, data - ) - - # Check that no two targets in the same directory have the same name. - VerifyNoCollidingTargets(flat_list) - - # Handle dependent settings of various types. - for settings_type in [ - "all_dependent_settings", - "direct_dependent_settings", - "link_settings", - ]: - DoDependentSettings(settings_type, flat_list, targets, dependency_nodes) - - # Take out the dependent settings now that they've been published to all - # of the targets that require them. - for target in flat_list: - if settings_type in targets[target]: - del targets[target][settings_type] - - # Make sure static libraries don't declare dependencies on other static - # libraries, but that linkables depend on all unlinked static libraries - # that they need so that their link steps will be correct. - gii = generator_input_info - if gii["generator_wants_static_library_dependencies_adjusted"]: - AdjustStaticLibraryDependencies( - flat_list, - targets, - dependency_nodes, - gii["generator_wants_sorted_dependencies"], - ) - - # Apply "post"/"late"/"target" variable expansions and condition evaluations. - for target in flat_list: - target_dict = targets[target] - build_file = gyp.common.BuildFile(target) - ProcessVariablesAndConditionsInDict( - target_dict, PHASE_LATE, variables, build_file - ) - - # Move everything that can go into a "configurations" section into one. - for target in flat_list: - target_dict = targets[target] - SetUpConfigurations(target, target_dict) - - # Apply exclude (!) and regex (/) list filters. - for target in flat_list: - target_dict = targets[target] - ProcessListFiltersInDict(target, target_dict) - - # Apply "latelate" variable expansions and condition evaluations. - for target in flat_list: - target_dict = targets[target] - build_file = gyp.common.BuildFile(target) - ProcessVariablesAndConditionsInDict( - target_dict, PHASE_LATELATE, variables, build_file - ) - - # Make sure that the rules make sense, and build up rule_sources lists as - # needed. Not all generators will need to use the rule_sources lists, but - # some may, and it seems best to build the list in a common spot. - # Also validate actions and run_as elements in targets. - for target in flat_list: - target_dict = targets[target] - build_file = gyp.common.BuildFile(target) - ValidateTargetType(target, target_dict) - ValidateRulesInTarget(target, target_dict, extra_sources_for_rules) - ValidateRunAsInTarget(target, target_dict, build_file) - ValidateActionsInTarget(target, target_dict, build_file) - - # Generators might not expect ints. Turn them into strs. - TurnIntIntoStrInDict(data) - - # TODO(mark): Return |data| for now because the generator needs a list of - # build files that came in. In the future, maybe it should just accept - # a list, and not the whole data dict. - return [flat_list, targets, data] diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input_test.py b/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input_test.py deleted file mode 100755 index a18f72e..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input_test.py +++ /dev/null @@ -1,98 +0,0 @@ -#!/usr/bin/env python3 - -# Copyright 2013 Google Inc. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - -"""Unit tests for the input.py file.""" - -import gyp.input -import unittest - - -class TestFindCycles(unittest.TestCase): - def setUp(self): - self.nodes = {} - for x in ("a", "b", "c", "d", "e"): - self.nodes[x] = gyp.input.DependencyGraphNode(x) - - def _create_dependency(self, dependent, dependency): - dependent.dependencies.append(dependency) - dependency.dependents.append(dependent) - - def test_no_cycle_empty_graph(self): - for label, node in self.nodes.items(): - self.assertEqual([], node.FindCycles()) - - def test_no_cycle_line(self): - self._create_dependency(self.nodes["a"], self.nodes["b"]) - self._create_dependency(self.nodes["b"], self.nodes["c"]) - self._create_dependency(self.nodes["c"], self.nodes["d"]) - - for label, node in self.nodes.items(): - self.assertEqual([], node.FindCycles()) - - def test_no_cycle_dag(self): - self._create_dependency(self.nodes["a"], self.nodes["b"]) - self._create_dependency(self.nodes["a"], self.nodes["c"]) - self._create_dependency(self.nodes["b"], self.nodes["c"]) - - for label, node in self.nodes.items(): - self.assertEqual([], node.FindCycles()) - - def test_cycle_self_reference(self): - self._create_dependency(self.nodes["a"], self.nodes["a"]) - - self.assertEqual( - [[self.nodes["a"], self.nodes["a"]]], self.nodes["a"].FindCycles() - ) - - def test_cycle_two_nodes(self): - self._create_dependency(self.nodes["a"], self.nodes["b"]) - self._create_dependency(self.nodes["b"], self.nodes["a"]) - - self.assertEqual( - [[self.nodes["a"], self.nodes["b"], self.nodes["a"]]], - self.nodes["a"].FindCycles(), - ) - self.assertEqual( - [[self.nodes["b"], self.nodes["a"], self.nodes["b"]]], - self.nodes["b"].FindCycles(), - ) - - def test_two_cycles(self): - self._create_dependency(self.nodes["a"], self.nodes["b"]) - self._create_dependency(self.nodes["b"], self.nodes["a"]) - - self._create_dependency(self.nodes["b"], self.nodes["c"]) - self._create_dependency(self.nodes["c"], self.nodes["b"]) - - cycles = self.nodes["a"].FindCycles() - self.assertTrue([self.nodes["a"], self.nodes["b"], self.nodes["a"]] in cycles) - self.assertTrue([self.nodes["b"], self.nodes["c"], self.nodes["b"]] in cycles) - self.assertEqual(2, len(cycles)) - - def test_big_cycle(self): - self._create_dependency(self.nodes["a"], self.nodes["b"]) - self._create_dependency(self.nodes["b"], self.nodes["c"]) - self._create_dependency(self.nodes["c"], self.nodes["d"]) - self._create_dependency(self.nodes["d"], self.nodes["e"]) - self._create_dependency(self.nodes["e"], self.nodes["a"]) - - self.assertEqual( - [ - [ - self.nodes["a"], - self.nodes["b"], - self.nodes["c"], - self.nodes["d"], - self.nodes["e"], - self.nodes["a"], - ] - ], - self.nodes["a"].FindCycles(), - ) - - -if __name__ == "__main__": - unittest.main() diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/mac_tool.py b/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/mac_tool.py deleted file mode 100755 index 59647c9..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/mac_tool.py +++ /dev/null @@ -1,771 +0,0 @@ -#!/usr/bin/env python3 -# Copyright (c) 2012 Google Inc. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - -"""Utility functions to perform Xcode-style build steps. - -These functions are executed via gyp-mac-tool when using the Makefile generator. -""" - - -import fcntl -import fnmatch -import glob -import json -import os -import plistlib -import re -import shutil -import struct -import subprocess -import sys -import tempfile - - -def main(args): - executor = MacTool() - exit_code = executor.Dispatch(args) - if exit_code is not None: - sys.exit(exit_code) - - -class MacTool: - """This class performs all the Mac tooling steps. The methods can either be - executed directly, or dispatched from an argument list.""" - - def Dispatch(self, args): - """Dispatches a string command to a method.""" - if len(args) < 1: - raise Exception("Not enough arguments") - - method = "Exec%s" % self._CommandifyName(args[0]) - return getattr(self, method)(*args[1:]) - - def _CommandifyName(self, name_string): - """Transforms a tool name like copy-info-plist to CopyInfoPlist""" - return name_string.title().replace("-", "") - - def ExecCopyBundleResource(self, source, dest, convert_to_binary): - """Copies a resource file to the bundle/Resources directory, performing any - necessary compilation on each resource.""" - convert_to_binary = convert_to_binary == "True" - extension = os.path.splitext(source)[1].lower() - if os.path.isdir(source): - # Copy tree. - # TODO(thakis): This copies file attributes like mtime, while the - # single-file branch below doesn't. This should probably be changed to - # be consistent with the single-file branch. - if os.path.exists(dest): - shutil.rmtree(dest) - shutil.copytree(source, dest) - elif extension == ".xib": - return self._CopyXIBFile(source, dest) - elif extension == ".storyboard": - return self._CopyXIBFile(source, dest) - elif extension == ".strings" and not convert_to_binary: - self._CopyStringsFile(source, dest) - else: - if os.path.exists(dest): - os.unlink(dest) - shutil.copy(source, dest) - - if convert_to_binary and extension in (".plist", ".strings"): - self._ConvertToBinary(dest) - - def _CopyXIBFile(self, source, dest): - """Compiles a XIB file with ibtool into a binary plist in the bundle.""" - - # ibtool sometimes crashes with relative paths. See crbug.com/314728. - base = os.path.dirname(os.path.realpath(__file__)) - if os.path.relpath(source): - source = os.path.join(base, source) - if os.path.relpath(dest): - dest = os.path.join(base, dest) - - args = ["xcrun", "ibtool", "--errors", "--warnings", "--notices"] - - if os.environ["XCODE_VERSION_ACTUAL"] > "0700": - args.extend(["--auto-activate-custom-fonts"]) - if "IPHONEOS_DEPLOYMENT_TARGET" in os.environ: - args.extend( - [ - "--target-device", - "iphone", - "--target-device", - "ipad", - "--minimum-deployment-target", - os.environ["IPHONEOS_DEPLOYMENT_TARGET"], - ] - ) - else: - args.extend( - [ - "--target-device", - "mac", - "--minimum-deployment-target", - os.environ["MACOSX_DEPLOYMENT_TARGET"], - ] - ) - - args.extend( - ["--output-format", "human-readable-text", "--compile", dest, source] - ) - - ibtool_section_re = re.compile(r"/\*.*\*/") - ibtool_re = re.compile(r".*note:.*is clipping its content") - try: - stdout = subprocess.check_output(args) - except subprocess.CalledProcessError as e: - print(e.output) - raise - current_section_header = None - for line in stdout.splitlines(): - if ibtool_section_re.match(line): - current_section_header = line - elif not ibtool_re.match(line): - if current_section_header: - print(current_section_header) - current_section_header = None - print(line) - return 0 - - def _ConvertToBinary(self, dest): - subprocess.check_call( - ["xcrun", "plutil", "-convert", "binary1", "-o", dest, dest] - ) - - def _CopyStringsFile(self, source, dest): - """Copies a .strings file using iconv to reconvert the input into UTF-16.""" - input_code = self._DetectInputEncoding(source) or "UTF-8" - - # Xcode's CpyCopyStringsFile / builtin-copyStrings seems to call - # CFPropertyListCreateFromXMLData() behind the scenes; at least it prints - # CFPropertyListCreateFromXMLData(): Old-style plist parser: missing - # semicolon in dictionary. - # on invalid files. Do the same kind of validation. - import CoreFoundation - - with open(source, "rb") as in_file: - s = in_file.read() - d = CoreFoundation.CFDataCreate(None, s, len(s)) - _, error = CoreFoundation.CFPropertyListCreateFromXMLData(None, d, 0, None) - if error: - return - - with open(dest, "wb") as fp: - fp.write(s.decode(input_code).encode("UTF-16")) - - def _DetectInputEncoding(self, file_name): - """Reads the first few bytes from file_name and tries to guess the text - encoding. Returns None as a guess if it can't detect it.""" - with open(file_name, "rb") as fp: - try: - header = fp.read(3) - except Exception: - return None - if header.startswith(b"\xFE\xFF"): - return "UTF-16" - elif header.startswith(b"\xFF\xFE"): - return "UTF-16" - elif header.startswith(b"\xEF\xBB\xBF"): - return "UTF-8" - else: - return None - - def ExecCopyInfoPlist(self, source, dest, convert_to_binary, *keys): - """Copies the |source| Info.plist to the destination directory |dest|.""" - # Read the source Info.plist into memory. - with open(source) as fd: - lines = fd.read() - - # Insert synthesized key/value pairs (e.g. BuildMachineOSBuild). - plist = plistlib.readPlistFromString(lines) - if keys: - plist.update(json.loads(keys[0])) - lines = plistlib.writePlistToString(plist) - - # Go through all the environment variables and replace them as variables in - # the file. - IDENT_RE = re.compile(r"[_/\s]") - for key in os.environ: - if key.startswith("_"): - continue - evar = "${%s}" % key - evalue = os.environ[key] - lines = lines.replace(lines, evar, evalue) - - # Xcode supports various suffices on environment variables, which are - # all undocumented. :rfc1034identifier is used in the standard project - # template these days, and :identifier was used earlier. They are used to - # convert non-url characters into things that look like valid urls -- - # except that the replacement character for :identifier, '_' isn't valid - # in a URL either -- oops, hence :rfc1034identifier was born. - evar = "${%s:identifier}" % key - evalue = IDENT_RE.sub("_", os.environ[key]) - lines = lines.replace(lines, evar, evalue) - - evar = "${%s:rfc1034identifier}" % key - evalue = IDENT_RE.sub("-", os.environ[key]) - lines = lines.replace(lines, evar, evalue) - - # Remove any keys with values that haven't been replaced. - lines = lines.splitlines() - for i in range(len(lines)): - if lines[i].strip().startswith("<string>${"): - lines[i] = None - lines[i - 1] = None - lines = "\n".join(line for line in lines if line is not None) - - # Write out the file with variables replaced. - with open(dest, "w") as fd: - fd.write(lines) - - # Now write out PkgInfo file now that the Info.plist file has been - # "compiled". - self._WritePkgInfo(dest) - - if convert_to_binary == "True": - self._ConvertToBinary(dest) - - def _WritePkgInfo(self, info_plist): - """This writes the PkgInfo file from the data stored in Info.plist.""" - plist = plistlib.readPlist(info_plist) - if not plist: - return - - # Only create PkgInfo for executable types. - package_type = plist["CFBundlePackageType"] - if package_type != "APPL": - return - - # The format of PkgInfo is eight characters, representing the bundle type - # and bundle signature, each four characters. If that is missing, four - # '?' characters are used instead. - signature_code = plist.get("CFBundleSignature", "????") - if len(signature_code) != 4: # Wrong length resets everything, too. - signature_code = "?" * 4 - - dest = os.path.join(os.path.dirname(info_plist), "PkgInfo") - with open(dest, "w") as fp: - fp.write(f"{package_type}{signature_code}") - - def ExecFlock(self, lockfile, *cmd_list): - """Emulates the most basic behavior of Linux's flock(1).""" - # Rely on exception handling to report errors. - fd = os.open(lockfile, os.O_RDONLY | os.O_NOCTTY | os.O_CREAT, 0o666) - fcntl.flock(fd, fcntl.LOCK_EX) - return subprocess.call(cmd_list) - - def ExecFilterLibtool(self, *cmd_list): - """Calls libtool and filters out '/path/to/libtool: file: foo.o has no - symbols'.""" - libtool_re = re.compile( - r"^.*libtool: (?:for architecture: \S* )?" r"file: .* has no symbols$" - ) - libtool_re5 = re.compile( - r"^.*libtool: warning for library: " - + r".* the table of contents is empty " - + r"\(no object file members in the library define global symbols\)$" - ) - env = os.environ.copy() - # Ref: - # http://www.opensource.apple.com/source/cctools/cctools-809/misc/libtool.c - # The problem with this flag is that it resets the file mtime on the file to - # epoch=0, e.g. 1970-1-1 or 1969-12-31 depending on timezone. - env["ZERO_AR_DATE"] = "1" - libtoolout = subprocess.Popen(cmd_list, stderr=subprocess.PIPE, env=env) - err = libtoolout.communicate()[1].decode("utf-8") - for line in err.splitlines(): - if not libtool_re.match(line) and not libtool_re5.match(line): - print(line, file=sys.stderr) - # Unconditionally touch the output .a file on the command line if present - # and the command succeeded. A bit hacky. - if not libtoolout.returncode: - for i in range(len(cmd_list) - 1): - if cmd_list[i] == "-o" and cmd_list[i + 1].endswith(".a"): - os.utime(cmd_list[i + 1], None) - break - return libtoolout.returncode - - def ExecPackageIosFramework(self, framework): - # Find the name of the binary based on the part before the ".framework". - binary = os.path.basename(framework).split(".")[0] - module_path = os.path.join(framework, "Modules") - if not os.path.exists(module_path): - os.mkdir(module_path) - module_template = ( - "framework module %s {\n" - ' umbrella header "%s.h"\n' - "\n" - " export *\n" - " module * { export * }\n" - "}\n" % (binary, binary) - ) - - with open(os.path.join(module_path, "module.modulemap"), "w") as module_file: - module_file.write(module_template) - - def ExecPackageFramework(self, framework, version): - """Takes a path to Something.framework and the Current version of that and - sets up all the symlinks.""" - # Find the name of the binary based on the part before the ".framework". - binary = os.path.basename(framework).split(".")[0] - - CURRENT = "Current" - RESOURCES = "Resources" - VERSIONS = "Versions" - - if not os.path.exists(os.path.join(framework, VERSIONS, version, binary)): - # Binary-less frameworks don't seem to contain symlinks (see e.g. - # chromium's out/Debug/org.chromium.Chromium.manifest/ bundle). - return - - # Move into the framework directory to set the symlinks correctly. - pwd = os.getcwd() - os.chdir(framework) - - # Set up the Current version. - self._Relink(version, os.path.join(VERSIONS, CURRENT)) - - # Set up the root symlinks. - self._Relink(os.path.join(VERSIONS, CURRENT, binary), binary) - self._Relink(os.path.join(VERSIONS, CURRENT, RESOURCES), RESOURCES) - - # Back to where we were before! - os.chdir(pwd) - - def _Relink(self, dest, link): - """Creates a symlink to |dest| named |link|. If |link| already exists, - it is overwritten.""" - if os.path.lexists(link): - os.remove(link) - os.symlink(dest, link) - - def ExecCompileIosFrameworkHeaderMap(self, out, framework, *all_headers): - framework_name = os.path.basename(framework).split(".")[0] - all_headers = [os.path.abspath(header) for header in all_headers] - filelist = {} - for header in all_headers: - filename = os.path.basename(header) - filelist[filename] = header - filelist[os.path.join(framework_name, filename)] = header - WriteHmap(out, filelist) - - def ExecCopyIosFrameworkHeaders(self, framework, *copy_headers): - header_path = os.path.join(framework, "Headers") - if not os.path.exists(header_path): - os.makedirs(header_path) - for header in copy_headers: - shutil.copy(header, os.path.join(header_path, os.path.basename(header))) - - def ExecCompileXcassets(self, keys, *inputs): - """Compiles multiple .xcassets files into a single .car file. - - This invokes 'actool' to compile all the inputs .xcassets files. The - |keys| arguments is a json-encoded dictionary of extra arguments to - pass to 'actool' when the asset catalogs contains an application icon - or a launch image. - - Note that 'actool' does not create the Assets.car file if the asset - catalogs does not contains imageset. - """ - command_line = [ - "xcrun", - "actool", - "--output-format", - "human-readable-text", - "--compress-pngs", - "--notices", - "--warnings", - "--errors", - ] - is_iphone_target = "IPHONEOS_DEPLOYMENT_TARGET" in os.environ - if is_iphone_target: - platform = os.environ["CONFIGURATION"].split("-")[-1] - if platform not in ("iphoneos", "iphonesimulator"): - platform = "iphonesimulator" - command_line.extend( - [ - "--platform", - platform, - "--target-device", - "iphone", - "--target-device", - "ipad", - "--minimum-deployment-target", - os.environ["IPHONEOS_DEPLOYMENT_TARGET"], - "--compile", - os.path.abspath(os.environ["CONTENTS_FOLDER_PATH"]), - ] - ) - else: - command_line.extend( - [ - "--platform", - "macosx", - "--target-device", - "mac", - "--minimum-deployment-target", - os.environ["MACOSX_DEPLOYMENT_TARGET"], - "--compile", - os.path.abspath(os.environ["UNLOCALIZED_RESOURCES_FOLDER_PATH"]), - ] - ) - if keys: - keys = json.loads(keys) - for key, value in keys.items(): - arg_name = "--" + key - if isinstance(value, bool): - if value: - command_line.append(arg_name) - elif isinstance(value, list): - for v in value: - command_line.append(arg_name) - command_line.append(str(v)) - else: - command_line.append(arg_name) - command_line.append(str(value)) - # Note: actool crashes if inputs path are relative, so use os.path.abspath - # to get absolute path name for inputs. - command_line.extend(map(os.path.abspath, inputs)) - subprocess.check_call(command_line) - - def ExecMergeInfoPlist(self, output, *inputs): - """Merge multiple .plist files into a single .plist file.""" - merged_plist = {} - for path in inputs: - plist = self._LoadPlistMaybeBinary(path) - self._MergePlist(merged_plist, plist) - plistlib.writePlist(merged_plist, output) - - def ExecCodeSignBundle(self, key, entitlements, provisioning, path, preserve): - """Code sign a bundle. - - This function tries to code sign an iOS bundle, following the same - algorithm as Xcode: - 1. pick the provisioning profile that best match the bundle identifier, - and copy it into the bundle as embedded.mobileprovision, - 2. copy Entitlements.plist from user or SDK next to the bundle, - 3. code sign the bundle. - """ - substitutions, overrides = self._InstallProvisioningProfile( - provisioning, self._GetCFBundleIdentifier() - ) - entitlements_path = self._InstallEntitlements( - entitlements, substitutions, overrides - ) - - args = ["codesign", "--force", "--sign", key] - if preserve == "True": - args.extend(["--deep", "--preserve-metadata=identifier,entitlements"]) - else: - args.extend(["--entitlements", entitlements_path]) - args.extend(["--timestamp=none", path]) - subprocess.check_call(args) - - def _InstallProvisioningProfile(self, profile, bundle_identifier): - """Installs embedded.mobileprovision into the bundle. - - Args: - profile: string, optional, short name of the .mobileprovision file - to use, if empty or the file is missing, the best file installed - will be used - bundle_identifier: string, value of CFBundleIdentifier from Info.plist - - Returns: - A tuple containing two dictionary: variables substitutions and values - to overrides when generating the entitlements file. - """ - source_path, provisioning_data, team_id = self._FindProvisioningProfile( - profile, bundle_identifier - ) - target_path = os.path.join( - os.environ["BUILT_PRODUCTS_DIR"], - os.environ["CONTENTS_FOLDER_PATH"], - "embedded.mobileprovision", - ) - shutil.copy2(source_path, target_path) - substitutions = self._GetSubstitutions(bundle_identifier, team_id + ".") - return substitutions, provisioning_data["Entitlements"] - - def _FindProvisioningProfile(self, profile, bundle_identifier): - """Finds the .mobileprovision file to use for signing the bundle. - - Checks all the installed provisioning profiles (or if the user specified - the PROVISIONING_PROFILE variable, only consult it) and select the most - specific that correspond to the bundle identifier. - - Args: - profile: string, optional, short name of the .mobileprovision file - to use, if empty or the file is missing, the best file installed - will be used - bundle_identifier: string, value of CFBundleIdentifier from Info.plist - - Returns: - A tuple of the path to the selected provisioning profile, the data of - the embedded plist in the provisioning profile and the team identifier - to use for code signing. - - Raises: - SystemExit: if no .mobileprovision can be used to sign the bundle. - """ - profiles_dir = os.path.join( - os.environ["HOME"], "Library", "MobileDevice", "Provisioning Profiles" - ) - if not os.path.isdir(profiles_dir): - print( - "cannot find mobile provisioning for %s" % (bundle_identifier), - file=sys.stderr, - ) - sys.exit(1) - provisioning_profiles = None - if profile: - profile_path = os.path.join(profiles_dir, profile + ".mobileprovision") - if os.path.exists(profile_path): - provisioning_profiles = [profile_path] - if not provisioning_profiles: - provisioning_profiles = glob.glob( - os.path.join(profiles_dir, "*.mobileprovision") - ) - valid_provisioning_profiles = {} - for profile_path in provisioning_profiles: - profile_data = self._LoadProvisioningProfile(profile_path) - app_id_pattern = profile_data.get("Entitlements", {}).get( - "application-identifier", "" - ) - for team_identifier in profile_data.get("TeamIdentifier", []): - app_id = f"{team_identifier}.{bundle_identifier}" - if fnmatch.fnmatch(app_id, app_id_pattern): - valid_provisioning_profiles[app_id_pattern] = ( - profile_path, - profile_data, - team_identifier, - ) - if not valid_provisioning_profiles: - print( - "cannot find mobile provisioning for %s" % (bundle_identifier), - file=sys.stderr, - ) - sys.exit(1) - # If the user has multiple provisioning profiles installed that can be - # used for ${bundle_identifier}, pick the most specific one (ie. the - # provisioning profile whose pattern is the longest). - selected_key = max(valid_provisioning_profiles, key=lambda v: len(v)) - return valid_provisioning_profiles[selected_key] - - def _LoadProvisioningProfile(self, profile_path): - """Extracts the plist embedded in a provisioning profile. - - Args: - profile_path: string, path to the .mobileprovision file - - Returns: - Content of the plist embedded in the provisioning profile as a dictionary. - """ - with tempfile.NamedTemporaryFile() as temp: - subprocess.check_call( - ["security", "cms", "-D", "-i", profile_path, "-o", temp.name] - ) - return self._LoadPlistMaybeBinary(temp.name) - - def _MergePlist(self, merged_plist, plist): - """Merge |plist| into |merged_plist|.""" - for key, value in plist.items(): - if isinstance(value, dict): - merged_value = merged_plist.get(key, {}) - if isinstance(merged_value, dict): - self._MergePlist(merged_value, value) - merged_plist[key] = merged_value - else: - merged_plist[key] = value - else: - merged_plist[key] = value - - def _LoadPlistMaybeBinary(self, plist_path): - """Loads into a memory a plist possibly encoded in binary format. - - This is a wrapper around plistlib.readPlist that tries to convert the - plist to the XML format if it can't be parsed (assuming that it is in - the binary format). - - Args: - plist_path: string, path to a plist file, in XML or binary format - - Returns: - Content of the plist as a dictionary. - """ - try: - # First, try to read the file using plistlib that only supports XML, - # and if an exception is raised, convert a temporary copy to XML and - # load that copy. - return plistlib.readPlist(plist_path) - except Exception: - pass - with tempfile.NamedTemporaryFile() as temp: - shutil.copy2(plist_path, temp.name) - subprocess.check_call(["plutil", "-convert", "xml1", temp.name]) - return plistlib.readPlist(temp.name) - - def _GetSubstitutions(self, bundle_identifier, app_identifier_prefix): - """Constructs a dictionary of variable substitutions for Entitlements.plist. - - Args: - bundle_identifier: string, value of CFBundleIdentifier from Info.plist - app_identifier_prefix: string, value for AppIdentifierPrefix - - Returns: - Dictionary of substitutions to apply when generating Entitlements.plist. - """ - return { - "CFBundleIdentifier": bundle_identifier, - "AppIdentifierPrefix": app_identifier_prefix, - } - - def _GetCFBundleIdentifier(self): - """Extracts CFBundleIdentifier value from Info.plist in the bundle. - - Returns: - Value of CFBundleIdentifier in the Info.plist located in the bundle. - """ - info_plist_path = os.path.join( - os.environ["TARGET_BUILD_DIR"], os.environ["INFOPLIST_PATH"] - ) - info_plist_data = self._LoadPlistMaybeBinary(info_plist_path) - return info_plist_data["CFBundleIdentifier"] - - def _InstallEntitlements(self, entitlements, substitutions, overrides): - """Generates and install the ${BundleName}.xcent entitlements file. - - Expands variables "$(variable)" pattern in the source entitlements file, - add extra entitlements defined in the .mobileprovision file and the copy - the generated plist to "${BundlePath}.xcent". - - Args: - entitlements: string, optional, path to the Entitlements.plist template - to use, defaults to "${SDKROOT}/Entitlements.plist" - substitutions: dictionary, variable substitutions - overrides: dictionary, values to add to the entitlements - - Returns: - Path to the generated entitlements file. - """ - source_path = entitlements - target_path = os.path.join( - os.environ["BUILT_PRODUCTS_DIR"], os.environ["PRODUCT_NAME"] + ".xcent" - ) - if not source_path: - source_path = os.path.join(os.environ["SDKROOT"], "Entitlements.plist") - shutil.copy2(source_path, target_path) - data = self._LoadPlistMaybeBinary(target_path) - data = self._ExpandVariables(data, substitutions) - if overrides: - for key in overrides: - if key not in data: - data[key] = overrides[key] - plistlib.writePlist(data, target_path) - return target_path - - def _ExpandVariables(self, data, substitutions): - """Expands variables "$(variable)" in data. - - Args: - data: object, can be either string, list or dictionary - substitutions: dictionary, variable substitutions to perform - - Returns: - Copy of data where each references to "$(variable)" has been replaced - by the corresponding value found in substitutions, or left intact if - the key was not found. - """ - if isinstance(data, str): - for key, value in substitutions.items(): - data = data.replace("$(%s)" % key, value) - return data - if isinstance(data, list): - return [self._ExpandVariables(v, substitutions) for v in data] - if isinstance(data, dict): - return {k: self._ExpandVariables(data[k], substitutions) for k in data} - return data - - -def NextGreaterPowerOf2(x): - return 2 ** (x).bit_length() - - -def WriteHmap(output_name, filelist): - """Generates a header map based on |filelist|. - - Per Mark Mentovai: - A header map is structured essentially as a hash table, keyed by names used - in #includes, and providing pathnames to the actual files. - - The implementation below and the comment above comes from inspecting: - http://www.opensource.apple.com/source/distcc/distcc-2503/distcc_dist/include_server/headermap.py?txt - while also looking at the implementation in clang in: - https://llvm.org/svn/llvm-project/cfe/trunk/lib/Lex/HeaderMap.cpp - """ - magic = 1751998832 - version = 1 - _reserved = 0 - count = len(filelist) - capacity = NextGreaterPowerOf2(count) - strings_offset = 24 + (12 * capacity) - max_value_length = max(len(value) for value in filelist.values()) - - out = open(output_name, "wb") - out.write( - struct.pack( - "<LHHLLLL", - magic, - version, - _reserved, - strings_offset, - count, - capacity, - max_value_length, - ) - ) - - # Create empty hashmap buckets. - buckets = [None] * capacity - for file, path in filelist.items(): - key = 0 - for c in file: - key += ord(c.lower()) * 13 - - # Fill next empty bucket. - while buckets[key & capacity - 1] is not None: - key = key + 1 - buckets[key & capacity - 1] = (file, path) - - next_offset = 1 - for bucket in buckets: - if bucket is None: - out.write(struct.pack("<LLL", 0, 0, 0)) - else: - (file, path) = bucket - key_offset = next_offset - prefix_offset = key_offset + len(file) + 1 - suffix_offset = prefix_offset + len(os.path.dirname(path) + os.sep) + 1 - next_offset = suffix_offset + len(os.path.basename(path)) + 1 - out.write(struct.pack("<LLL", key_offset, prefix_offset, suffix_offset)) - - # Pad byte since next offset starts at 1. - out.write(struct.pack("<x")) - - for bucket in buckets: - if bucket is not None: - (file, path) = bucket - out.write(struct.pack("<%ds" % len(file), file)) - out.write(struct.pack("<s", "\0")) - base = os.path.dirname(path) + os.sep - out.write(struct.pack("<%ds" % len(base), base)) - out.write(struct.pack("<s", "\0")) - path = os.path.basename(path) - out.write(struct.pack("<%ds" % len(path), path)) - out.write(struct.pack("<s", "\0")) - - -if __name__ == "__main__": - sys.exit(main(sys.argv[1:])) diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/msvs_emulation.py b/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/msvs_emulation.py deleted file mode 100644 index 5b9c271..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/msvs_emulation.py +++ /dev/null @@ -1,1271 +0,0 @@ -# Copyright (c) 2012 Google Inc. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - -""" -This module helps emulate Visual Studio 2008 behavior on top of other -build systems, primarily ninja. -""" - -import collections -import os -import re -import subprocess -import sys - -from gyp.common import OrderedSet -import gyp.MSVSUtil -import gyp.MSVSVersion - -windows_quoter_regex = re.compile(r'(\\*)"') - - -def QuoteForRspFile(arg, quote_cmd=True): - """Quote a command line argument so that it appears as one argument when - processed via cmd.exe and parsed by CommandLineToArgvW (as is typical for - Windows programs).""" - # See http://goo.gl/cuFbX and http://goo.gl/dhPnp including the comment - # threads. This is actually the quoting rules for CommandLineToArgvW, not - # for the shell, because the shell doesn't do anything in Windows. This - # works more or less because most programs (including the compiler, etc.) - # use that function to handle command line arguments. - - # Use a heuristic to try to find args that are paths, and normalize them - if arg.find("/") > 0 or arg.count("/") > 1: - arg = os.path.normpath(arg) - - # For a literal quote, CommandLineToArgvW requires 2n+1 backslashes - # preceding it, and results in n backslashes + the quote. So we substitute - # in 2* what we match, +1 more, plus the quote. - if quote_cmd: - arg = windows_quoter_regex.sub(lambda mo: 2 * mo.group(1) + '\\"', arg) - - # %'s also need to be doubled otherwise they're interpreted as batch - # positional arguments. Also make sure to escape the % so that they're - # passed literally through escaping so they can be singled to just the - # original %. Otherwise, trying to pass the literal representation that - # looks like an environment variable to the shell (e.g. %PATH%) would fail. - arg = arg.replace("%", "%%") - - # These commands are used in rsp files, so no escaping for the shell (via ^) - # is necessary. - - # As a workaround for programs that don't use CommandLineToArgvW, gyp - # supports msvs_quote_cmd=0, which simply disables all quoting. - if quote_cmd: - # Finally, wrap the whole thing in quotes so that the above quote rule - # applies and whitespace isn't a word break. - return f'"{arg}"' - - return arg - - -def EncodeRspFileList(args, quote_cmd): - """Process a list of arguments using QuoteCmdExeArgument.""" - # Note that the first argument is assumed to be the command. Don't add - # quotes around it because then built-ins like 'echo', etc. won't work. - # Take care to normpath only the path in the case of 'call ../x.bat' because - # otherwise the whole thing is incorrectly interpreted as a path and not - # normalized correctly. - if not args: - return "" - if args[0].startswith("call "): - call, program = args[0].split(" ", 1) - program = call + " " + os.path.normpath(program) - else: - program = os.path.normpath(args[0]) - return (program + " " - + " ".join(QuoteForRspFile(arg, quote_cmd) for arg in args[1:])) - - -def _GenericRetrieve(root, default, path): - """Given a list of dictionary keys |path| and a tree of dicts |root|, find - value at path, or return |default| if any of the path doesn't exist.""" - if not root: - return default - if not path: - return root - return _GenericRetrieve(root.get(path[0]), default, path[1:]) - - -def _AddPrefix(element, prefix): - """Add |prefix| to |element| or each subelement if element is iterable.""" - if element is None: - return element - # Note, not Iterable because we don't want to handle strings like that. - if isinstance(element, list) or isinstance(element, tuple): - return [prefix + e for e in element] - else: - return prefix + element - - -def _DoRemapping(element, map): - """If |element| then remap it through |map|. If |element| is iterable then - each item will be remapped. Any elements not found will be removed.""" - if map is not None and element is not None: - if not callable(map): - map = map.get # Assume it's a dict, otherwise a callable to do the remap. - if isinstance(element, list) or isinstance(element, tuple): - element = filter(None, [map(elem) for elem in element]) - else: - element = map(element) - return element - - -def _AppendOrReturn(append, element): - """If |append| is None, simply return |element|. If |append| is not None, - then add |element| to it, adding each item in |element| if it's a list or - tuple.""" - if append is not None and element is not None: - if isinstance(element, list) or isinstance(element, tuple): - append.extend(element) - else: - append.append(element) - else: - return element - - -def _FindDirectXInstallation(): - """Try to find an installation location for the DirectX SDK. Check for the - standard environment variable, and if that doesn't exist, try to find - via the registry. May return None if not found in either location.""" - # Return previously calculated value, if there is one - if hasattr(_FindDirectXInstallation, "dxsdk_dir"): - return _FindDirectXInstallation.dxsdk_dir - - dxsdk_dir = os.environ.get("DXSDK_DIR") - if not dxsdk_dir: - # Setup params to pass to and attempt to launch reg.exe. - cmd = ["reg.exe", "query", r"HKLM\Software\Microsoft\DirectX", "/s"] - p = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE) - stdout = p.communicate()[0].decode("utf-8") - for line in stdout.splitlines(): - if "InstallPath" in line: - dxsdk_dir = line.split(" ")[3] + "\\" - - # Cache return value - _FindDirectXInstallation.dxsdk_dir = dxsdk_dir - return dxsdk_dir - - -def GetGlobalVSMacroEnv(vs_version): - """Get a dict of variables mapping internal VS macro names to their gyp - equivalents. Returns all variables that are independent of the target.""" - env = {} - # '$(VSInstallDir)' and '$(VCInstallDir)' are available when and only when - # Visual Studio is actually installed. - if vs_version.Path(): - env["$(VSInstallDir)"] = vs_version.Path() - env["$(VCInstallDir)"] = os.path.join(vs_version.Path(), "VC") + "\\" - # Chromium uses DXSDK_DIR in include/lib paths, but it may or may not be - # set. This happens when the SDK is sync'd via src-internal, rather than - # by typical end-user installation of the SDK. If it's not set, we don't - # want to leave the unexpanded variable in the path, so simply strip it. - dxsdk_dir = _FindDirectXInstallation() - env["$(DXSDK_DIR)"] = dxsdk_dir if dxsdk_dir else "" - # Try to find an installation location for the Windows DDK by checking - # the WDK_DIR environment variable, may be None. - env["$(WDK_DIR)"] = os.environ.get("WDK_DIR", "") - return env - - -def ExtractSharedMSVSSystemIncludes(configs, generator_flags): - """Finds msvs_system_include_dirs that are common to all targets, removes - them from all targets, and returns an OrderedSet containing them.""" - all_system_includes = OrderedSet(configs[0].get("msvs_system_include_dirs", [])) - for config in configs[1:]: - system_includes = config.get("msvs_system_include_dirs", []) - all_system_includes = all_system_includes & OrderedSet(system_includes) - if not all_system_includes: - return None - # Expand macros in all_system_includes. - env = GetGlobalVSMacroEnv(GetVSVersion(generator_flags)) - expanded_system_includes = OrderedSet( - [ExpandMacros(include, env) for include in all_system_includes] - ) - if any(["$" in include for include in expanded_system_includes]): - # Some path relies on target-specific variables, bail. - return None - - # Remove system includes shared by all targets from the targets. - for config in configs: - includes = config.get("msvs_system_include_dirs", []) - if includes: # Don't insert a msvs_system_include_dirs key if not needed. - # This must check the unexpanded includes list: - new_includes = [i for i in includes if i not in all_system_includes] - config["msvs_system_include_dirs"] = new_includes - return expanded_system_includes - - -class MsvsSettings: - """A class that understands the gyp 'msvs_...' values (especially the - msvs_settings field). They largely correpond to the VS2008 IDE DOM. This - class helps map those settings to command line options.""" - - def __init__(self, spec, generator_flags): - self.spec = spec - self.vs_version = GetVSVersion(generator_flags) - - supported_fields = [ - ("msvs_configuration_attributes", dict), - ("msvs_settings", dict), - ("msvs_system_include_dirs", list), - ("msvs_disabled_warnings", list), - ("msvs_precompiled_header", str), - ("msvs_precompiled_source", str), - ("msvs_configuration_platform", str), - ("msvs_target_platform", str), - ] - configs = spec["configurations"] - for field, default in supported_fields: - setattr(self, field, {}) - for configname, config in configs.items(): - getattr(self, field)[configname] = config.get(field, default()) - - self.msvs_cygwin_dirs = spec.get("msvs_cygwin_dirs", ["."]) - - unsupported_fields = [ - "msvs_prebuild", - "msvs_postbuild", - ] - unsupported = [] - for field in unsupported_fields: - for config in configs.values(): - if field in config: - unsupported += [ - "{} not supported (target {}).".format( - field, spec["target_name"] - ) - ] - if unsupported: - raise Exception("\n".join(unsupported)) - - def GetExtension(self): - """Returns the extension for the target, with no leading dot. - - Uses 'product_extension' if specified, otherwise uses MSVS defaults based on - the target type. - """ - ext = self.spec.get("product_extension", None) - if ext: - return ext - return gyp.MSVSUtil.TARGET_TYPE_EXT.get(self.spec["type"], "") - - def GetVSMacroEnv(self, base_to_build=None, config=None): - """Get a dict of variables mapping internal VS macro names to their gyp - equivalents.""" - target_arch = self.GetArch(config) - if target_arch == "x86": - target_platform = "Win32" - else: - target_platform = target_arch - target_name = self.spec.get("product_prefix", "") + self.spec.get( - "product_name", self.spec["target_name"] - ) - target_dir = base_to_build + "\\" if base_to_build else "" - target_ext = "." + self.GetExtension() - target_file_name = target_name + target_ext - - replacements = { - "$(InputName)": "${root}", - "$(InputPath)": "${source}", - "$(IntDir)": "$!INTERMEDIATE_DIR", - "$(OutDir)\\": target_dir, - "$(PlatformName)": target_platform, - "$(ProjectDir)\\": "", - "$(ProjectName)": self.spec["target_name"], - "$(TargetDir)\\": target_dir, - "$(TargetExt)": target_ext, - "$(TargetFileName)": target_file_name, - "$(TargetName)": target_name, - "$(TargetPath)": os.path.join(target_dir, target_file_name), - } - replacements.update(GetGlobalVSMacroEnv(self.vs_version)) - return replacements - - def ConvertVSMacros(self, s, base_to_build=None, config=None): - """Convert from VS macro names to something equivalent.""" - env = self.GetVSMacroEnv(base_to_build, config=config) - return ExpandMacros(s, env) - - def AdjustLibraries(self, libraries): - """Strip -l from library if it's specified with that.""" - libs = [lib[2:] if lib.startswith("-l") else lib for lib in libraries] - return [ - lib + ".lib" - if not lib.lower().endswith(".lib") and not lib.lower().endswith(".obj") - else lib - for lib in libs - ] - - def _GetAndMunge(self, field, path, default, prefix, append, map): - """Retrieve a value from |field| at |path| or return |default|. If - |append| is specified, and the item is found, it will be appended to that - object instead of returned. If |map| is specified, results will be - remapped through |map| before being returned or appended.""" - result = _GenericRetrieve(field, default, path) - result = _DoRemapping(result, map) - result = _AddPrefix(result, prefix) - return _AppendOrReturn(append, result) - - class _GetWrapper: - def __init__(self, parent, field, base_path, append=None): - self.parent = parent - self.field = field - self.base_path = [base_path] - self.append = append - - def __call__(self, name, map=None, prefix="", default=None): - return self.parent._GetAndMunge( - self.field, - self.base_path + [name], - default=default, - prefix=prefix, - append=self.append, - map=map, - ) - - def GetArch(self, config): - """Get architecture based on msvs_configuration_platform and - msvs_target_platform. Returns either 'x86' or 'x64'.""" - configuration_platform = self.msvs_configuration_platform.get(config, "") - platform = self.msvs_target_platform.get(config, "") - if not platform: # If no specific override, use the configuration's. - platform = configuration_platform - # Map from platform to architecture. - return {"Win32": "x86", "x64": "x64", "ARM64": "arm64"}.get(platform, "x86") - - def _TargetConfig(self, config): - """Returns the target-specific configuration.""" - # There's two levels of architecture/platform specification in VS. The - # first level is globally for the configuration (this is what we consider - # "the" config at the gyp level, which will be something like 'Debug' or - # 'Release'), VS2015 and later only use this level - if int(self.vs_version.short_name) >= 2015: - return config - # and a second target-specific configuration, which is an - # override for the global one. |config| is remapped here to take into - # account the local target-specific overrides to the global configuration. - arch = self.GetArch(config) - if arch == "x64" and not config.endswith("_x64"): - config += "_x64" - if arch == "x86" and config.endswith("_x64"): - config = config.rsplit("_", 1)[0] - return config - - def _Setting(self, path, config, default=None, prefix="", append=None, map=None): - """_GetAndMunge for msvs_settings.""" - return self._GetAndMunge( - self.msvs_settings[config], path, default, prefix, append, map - ) - - def _ConfigAttrib( - self, path, config, default=None, prefix="", append=None, map=None - ): - """_GetAndMunge for msvs_configuration_attributes.""" - return self._GetAndMunge( - self.msvs_configuration_attributes[config], - path, - default, - prefix, - append, - map, - ) - - def AdjustIncludeDirs(self, include_dirs, config): - """Updates include_dirs to expand VS specific paths, and adds the system - include dirs used for platform SDK and similar.""" - config = self._TargetConfig(config) - includes = include_dirs + self.msvs_system_include_dirs[config] - includes.extend( - self._Setting( - ("VCCLCompilerTool", "AdditionalIncludeDirectories"), config, default=[] - ) - ) - return [self.ConvertVSMacros(p, config=config) for p in includes] - - def AdjustMidlIncludeDirs(self, midl_include_dirs, config): - """Updates midl_include_dirs to expand VS specific paths, and adds the - system include dirs used for platform SDK and similar.""" - config = self._TargetConfig(config) - includes = midl_include_dirs + self.msvs_system_include_dirs[config] - includes.extend( - self._Setting( - ("VCMIDLTool", "AdditionalIncludeDirectories"), config, default=[] - ) - ) - return [self.ConvertVSMacros(p, config=config) for p in includes] - - def GetComputedDefines(self, config): - """Returns the set of defines that are injected to the defines list based - on other VS settings.""" - config = self._TargetConfig(config) - defines = [] - if self._ConfigAttrib(["CharacterSet"], config) == "1": - defines.extend(("_UNICODE", "UNICODE")) - if self._ConfigAttrib(["CharacterSet"], config) == "2": - defines.append("_MBCS") - defines.extend( - self._Setting( - ("VCCLCompilerTool", "PreprocessorDefinitions"), config, default=[] - ) - ) - return defines - - def GetCompilerPdbName(self, config, expand_special): - """Get the pdb file name that should be used for compiler invocations, or - None if there's no explicit name specified.""" - config = self._TargetConfig(config) - pdbname = self._Setting(("VCCLCompilerTool", "ProgramDataBaseFileName"), config) - if pdbname: - pdbname = expand_special(self.ConvertVSMacros(pdbname)) - return pdbname - - def GetMapFileName(self, config, expand_special): - """Gets the explicitly overridden map file name for a target or returns None - if it's not set.""" - config = self._TargetConfig(config) - map_file = self._Setting(("VCLinkerTool", "MapFileName"), config) - if map_file: - map_file = expand_special(self.ConvertVSMacros(map_file, config=config)) - return map_file - - def GetOutputName(self, config, expand_special): - """Gets the explicitly overridden output name for a target or returns None - if it's not overridden.""" - config = self._TargetConfig(config) - type = self.spec["type"] - root = "VCLibrarianTool" if type == "static_library" else "VCLinkerTool" - # TODO(scottmg): Handle OutputDirectory without OutputFile. - output_file = self._Setting((root, "OutputFile"), config) - if output_file: - output_file = expand_special( - self.ConvertVSMacros(output_file, config=config) - ) - return output_file - - def GetPDBName(self, config, expand_special, default): - """Gets the explicitly overridden pdb name for a target or returns - default if it's not overridden, or if no pdb will be generated.""" - config = self._TargetConfig(config) - output_file = self._Setting(("VCLinkerTool", "ProgramDatabaseFile"), config) - generate_debug_info = self._Setting( - ("VCLinkerTool", "GenerateDebugInformation"), config - ) - if generate_debug_info == "true": - if output_file: - return expand_special(self.ConvertVSMacros(output_file, config=config)) - else: - return default - else: - return None - - def GetNoImportLibrary(self, config): - """If NoImportLibrary: true, ninja will not expect the output to include - an import library.""" - config = self._TargetConfig(config) - noimplib = self._Setting(("NoImportLibrary",), config) - return noimplib == "true" - - def GetAsmflags(self, config): - """Returns the flags that need to be added to ml invocations.""" - config = self._TargetConfig(config) - asmflags = [] - safeseh = self._Setting(("MASM", "UseSafeExceptionHandlers"), config) - if safeseh == "true": - asmflags.append("/safeseh") - return asmflags - - def GetCflags(self, config): - """Returns the flags that need to be added to .c and .cc compilations.""" - config = self._TargetConfig(config) - cflags = [] - cflags.extend(["/wd" + w for w in self.msvs_disabled_warnings[config]]) - cl = self._GetWrapper( - self, self.msvs_settings[config], "VCCLCompilerTool", append=cflags - ) - cl( - "Optimization", - map={"0": "d", "1": "1", "2": "2", "3": "x"}, - prefix="/O", - default="2", - ) - cl("InlineFunctionExpansion", prefix="/Ob") - cl("DisableSpecificWarnings", prefix="/wd") - cl("StringPooling", map={"true": "/GF"}) - cl("EnableFiberSafeOptimizations", map={"true": "/GT"}) - cl("OmitFramePointers", map={"false": "-", "true": ""}, prefix="/Oy") - cl("EnableIntrinsicFunctions", map={"false": "-", "true": ""}, prefix="/Oi") - cl("FavorSizeOrSpeed", map={"1": "t", "2": "s"}, prefix="/O") - cl( - "FloatingPointModel", - map={"0": "precise", "1": "strict", "2": "fast"}, - prefix="/fp:", - default="0", - ) - cl("CompileAsManaged", map={"false": "", "true": "/clr"}) - cl("WholeProgramOptimization", map={"true": "/GL"}) - cl("WarningLevel", prefix="/W") - cl("WarnAsError", map={"true": "/WX"}) - cl( - "CallingConvention", - map={"0": "d", "1": "r", "2": "z", "3": "v"}, - prefix="/G", - ) - cl("DebugInformationFormat", map={"1": "7", "3": "i", "4": "I"}, prefix="/Z") - cl("RuntimeTypeInfo", map={"true": "/GR", "false": "/GR-"}) - cl("EnableFunctionLevelLinking", map={"true": "/Gy", "false": "/Gy-"}) - cl("MinimalRebuild", map={"true": "/Gm"}) - cl("BufferSecurityCheck", map={"true": "/GS", "false": "/GS-"}) - cl("BasicRuntimeChecks", map={"1": "s", "2": "u", "3": "1"}, prefix="/RTC") - cl( - "RuntimeLibrary", - map={"0": "T", "1": "Td", "2": "D", "3": "Dd"}, - prefix="/M", - ) - cl("ExceptionHandling", map={"1": "sc", "2": "a"}, prefix="/EH") - cl("DefaultCharIsUnsigned", map={"true": "/J"}) - cl( - "TreatWChar_tAsBuiltInType", - map={"false": "-", "true": ""}, - prefix="/Zc:wchar_t", - ) - cl("EnablePREfast", map={"true": "/analyze"}) - cl("AdditionalOptions", prefix="") - cl( - "EnableEnhancedInstructionSet", - map={"1": "SSE", "2": "SSE2", "3": "AVX", "4": "IA32", "5": "AVX2"}, - prefix="/arch:", - ) - cflags.extend( - [ - "/FI" + f - for f in self._Setting( - ("VCCLCompilerTool", "ForcedIncludeFiles"), config, default=[] - ) - ] - ) - if float(self.vs_version.project_version) >= 12.0: - # New flag introduced in VS2013 (project version 12.0) Forces writes to - # the program database (PDB) to be serialized through MSPDBSRV.EXE. - # https://msdn.microsoft.com/en-us/library/dn502518.aspx - cflags.append("/FS") - # ninja handles parallelism by itself, don't have the compiler do it too. - cflags = [x for x in cflags if not x.startswith("/MP")] - return cflags - - def _GetPchFlags(self, config, extension): - """Get the flags to be added to the cflags for precompiled header support.""" - config = self._TargetConfig(config) - # The PCH is only built once by a particular source file. Usage of PCH must - # only be for the same language (i.e. C vs. C++), so only include the pch - # flags when the language matches. - if self.msvs_precompiled_header[config]: - source_ext = os.path.splitext(self.msvs_precompiled_source[config])[1] - if _LanguageMatchesForPch(source_ext, extension): - pch = self.msvs_precompiled_header[config] - pchbase = os.path.split(pch)[1] - return ["/Yu" + pch, "/FI" + pch, "/Fp${pchprefix}." + pchbase + ".pch"] - return [] - - def GetCflagsC(self, config): - """Returns the flags that need to be added to .c compilations.""" - config = self._TargetConfig(config) - return self._GetPchFlags(config, ".c") - - def GetCflagsCC(self, config): - """Returns the flags that need to be added to .cc compilations.""" - config = self._TargetConfig(config) - return ["/TP"] + self._GetPchFlags(config, ".cc") - - def _GetAdditionalLibraryDirectories(self, root, config, gyp_to_build_path): - """Get and normalize the list of paths in AdditionalLibraryDirectories - setting.""" - config = self._TargetConfig(config) - libpaths = self._Setting( - (root, "AdditionalLibraryDirectories"), config, default=[] - ) - libpaths = [ - os.path.normpath(gyp_to_build_path(self.ConvertVSMacros(p, config=config))) - for p in libpaths - ] - return ['/LIBPATH:"' + p + '"' for p in libpaths] - - def GetLibFlags(self, config, gyp_to_build_path): - """Returns the flags that need to be added to lib commands.""" - config = self._TargetConfig(config) - libflags = [] - lib = self._GetWrapper( - self, self.msvs_settings[config], "VCLibrarianTool", append=libflags - ) - libflags.extend( - self._GetAdditionalLibraryDirectories( - "VCLibrarianTool", config, gyp_to_build_path - ) - ) - lib("LinkTimeCodeGeneration", map={"true": "/LTCG"}) - lib( - "TargetMachine", - map={"1": "X86", "17": "X64", "3": "ARM"}, - prefix="/MACHINE:", - ) - lib("AdditionalOptions") - return libflags - - def GetDefFile(self, gyp_to_build_path): - """Returns the .def file from sources, if any. Otherwise returns None.""" - spec = self.spec - if spec["type"] in ("shared_library", "loadable_module", "executable"): - def_files = [ - s for s in spec.get("sources", []) if s.lower().endswith(".def") - ] - if len(def_files) == 1: - return gyp_to_build_path(def_files[0]) - elif len(def_files) > 1: - raise Exception("Multiple .def files") - return None - - def _GetDefFileAsLdflags(self, ldflags, gyp_to_build_path): - """.def files get implicitly converted to a ModuleDefinitionFile for the - linker in the VS generator. Emulate that behaviour here.""" - def_file = self.GetDefFile(gyp_to_build_path) - if def_file: - ldflags.append('/DEF:"%s"' % def_file) - - def GetPGDName(self, config, expand_special): - """Gets the explicitly overridden pgd name for a target or returns None - if it's not overridden.""" - config = self._TargetConfig(config) - output_file = self._Setting(("VCLinkerTool", "ProfileGuidedDatabase"), config) - if output_file: - output_file = expand_special( - self.ConvertVSMacros(output_file, config=config) - ) - return output_file - - def GetLdflags( - self, - config, - gyp_to_build_path, - expand_special, - manifest_base_name, - output_name, - is_executable, - build_dir, - ): - """Returns the flags that need to be added to link commands, and the - manifest files.""" - config = self._TargetConfig(config) - ldflags = [] - ld = self._GetWrapper( - self, self.msvs_settings[config], "VCLinkerTool", append=ldflags - ) - self._GetDefFileAsLdflags(ldflags, gyp_to_build_path) - ld("GenerateDebugInformation", map={"true": "/DEBUG"}) - # TODO: These 'map' values come from machineTypeOption enum, - # and does not have an official value for ARM64 in VS2017 (yet). - # It needs to verify the ARM64 value when machineTypeOption is updated. - ld( - "TargetMachine", - map={"1": "X86", "17": "X64", "3": "ARM", "18": "ARM64"}, - prefix="/MACHINE:", - ) - ldflags.extend( - self._GetAdditionalLibraryDirectories( - "VCLinkerTool", config, gyp_to_build_path - ) - ) - ld("DelayLoadDLLs", prefix="/DELAYLOAD:") - ld("TreatLinkerWarningAsErrors", prefix="/WX", map={"true": "", "false": ":NO"}) - out = self.GetOutputName(config, expand_special) - if out: - ldflags.append("/OUT:" + out) - pdb = self.GetPDBName(config, expand_special, output_name + ".pdb") - if pdb: - ldflags.append("/PDB:" + pdb) - pgd = self.GetPGDName(config, expand_special) - if pgd: - ldflags.append("/PGD:" + pgd) - map_file = self.GetMapFileName(config, expand_special) - ld("GenerateMapFile", map={"true": "/MAP:" + map_file if map_file else "/MAP"}) - ld("MapExports", map={"true": "/MAPINFO:EXPORTS"}) - ld("AdditionalOptions", prefix="") - - minimum_required_version = self._Setting( - ("VCLinkerTool", "MinimumRequiredVersion"), config, default="" - ) - if minimum_required_version: - minimum_required_version = "," + minimum_required_version - ld( - "SubSystem", - map={ - "1": "CONSOLE%s" % minimum_required_version, - "2": "WINDOWS%s" % minimum_required_version, - }, - prefix="/SUBSYSTEM:", - ) - - stack_reserve_size = self._Setting( - ("VCLinkerTool", "StackReserveSize"), config, default="" - ) - if stack_reserve_size: - stack_commit_size = self._Setting( - ("VCLinkerTool", "StackCommitSize"), config, default="" - ) - if stack_commit_size: - stack_commit_size = "," + stack_commit_size - ldflags.append(f"/STACK:{stack_reserve_size}{stack_commit_size}") - - ld("TerminalServerAware", map={"1": ":NO", "2": ""}, prefix="/TSAWARE") - ld("LinkIncremental", map={"1": ":NO", "2": ""}, prefix="/INCREMENTAL") - ld("BaseAddress", prefix="/BASE:") - ld("FixedBaseAddress", map={"1": ":NO", "2": ""}, prefix="/FIXED") - ld("RandomizedBaseAddress", map={"1": ":NO", "2": ""}, prefix="/DYNAMICBASE") - ld("DataExecutionPrevention", map={"1": ":NO", "2": ""}, prefix="/NXCOMPAT") - ld("OptimizeReferences", map={"1": "NOREF", "2": "REF"}, prefix="/OPT:") - ld("ForceSymbolReferences", prefix="/INCLUDE:") - ld("EnableCOMDATFolding", map={"1": "NOICF", "2": "ICF"}, prefix="/OPT:") - ld( - "LinkTimeCodeGeneration", - map={"1": "", "2": ":PGINSTRUMENT", "3": ":PGOPTIMIZE", "4": ":PGUPDATE"}, - prefix="/LTCG", - ) - ld("IgnoreDefaultLibraryNames", prefix="/NODEFAULTLIB:") - ld("ResourceOnlyDLL", map={"true": "/NOENTRY"}) - ld("EntryPointSymbol", prefix="/ENTRY:") - ld("Profile", map={"true": "/PROFILE"}) - ld("LargeAddressAware", map={"1": ":NO", "2": ""}, prefix="/LARGEADDRESSAWARE") - # TODO(scottmg): This should sort of be somewhere else (not really a flag). - ld("AdditionalDependencies", prefix="") - - if self.GetArch(config) == "x86": - safeseh_default = "true" - else: - safeseh_default = None - ld( - "ImageHasSafeExceptionHandlers", - map={"false": ":NO", "true": ""}, - prefix="/SAFESEH", - default=safeseh_default, - ) - - # If the base address is not specifically controlled, DYNAMICBASE should - # be on by default. - if not any("DYNAMICBASE" in flag or flag == "/FIXED" for flag in ldflags): - ldflags.append("/DYNAMICBASE") - - # If the NXCOMPAT flag has not been specified, default to on. Despite the - # documentation that says this only defaults to on when the subsystem is - # Vista or greater (which applies to the linker), the IDE defaults it on - # unless it's explicitly off. - if not any("NXCOMPAT" in flag for flag in ldflags): - ldflags.append("/NXCOMPAT") - - have_def_file = any(flag.startswith("/DEF:") for flag in ldflags) - ( - manifest_flags, - intermediate_manifest, - manifest_files, - ) = self._GetLdManifestFlags( - config, - manifest_base_name, - gyp_to_build_path, - is_executable and not have_def_file, - build_dir, - ) - ldflags.extend(manifest_flags) - return ldflags, intermediate_manifest, manifest_files - - def _GetLdManifestFlags( - self, config, name, gyp_to_build_path, allow_isolation, build_dir - ): - """Returns a 3-tuple: - - the set of flags that need to be added to the link to generate - a default manifest - - the intermediate manifest that the linker will generate that should be - used to assert it doesn't add anything to the merged one. - - the list of all the manifest files to be merged by the manifest tool and - included into the link.""" - generate_manifest = self._Setting( - ("VCLinkerTool", "GenerateManifest"), config, default="true" - ) - if generate_manifest != "true": - # This means not only that the linker should not generate the intermediate - # manifest but also that the manifest tool should do nothing even when - # additional manifests are specified. - return ["/MANIFEST:NO"], [], [] - - output_name = name + ".intermediate.manifest" - flags = [ - "/MANIFEST", - "/ManifestFile:" + output_name, - ] - - # Instead of using the MANIFESTUAC flags, we generate a .manifest to - # include into the list of manifests. This allows us to avoid the need to - # do two passes during linking. The /MANIFEST flag and /ManifestFile are - # still used, and the intermediate manifest is used to assert that the - # final manifest we get from merging all the additional manifest files - # (plus the one we generate here) isn't modified by merging the - # intermediate into it. - - # Always NO, because we generate a manifest file that has what we want. - flags.append("/MANIFESTUAC:NO") - - config = self._TargetConfig(config) - enable_uac = self._Setting( - ("VCLinkerTool", "EnableUAC"), config, default="true" - ) - manifest_files = [] - generated_manifest_outer = ( - "<?xml version='1.0' encoding='UTF-8' standalone='yes'?>" - "<assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>" - "%s</assembly>" - ) - if enable_uac == "true": - execution_level = self._Setting( - ("VCLinkerTool", "UACExecutionLevel"), config, default="0" - ) - execution_level_map = { - "0": "asInvoker", - "1": "highestAvailable", - "2": "requireAdministrator", - } - - ui_access = self._Setting( - ("VCLinkerTool", "UACUIAccess"), config, default="false" - ) - - inner = """ -<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"> - <security> - <requestedPrivileges> - <requestedExecutionLevel level='{}' uiAccess='{}' /> - </requestedPrivileges> - </security> -</trustInfo>""".format( - execution_level_map[execution_level], - ui_access, - ) - else: - inner = "" - - generated_manifest_contents = generated_manifest_outer % inner - generated_name = name + ".generated.manifest" - # Need to join with the build_dir here as we're writing it during - # generation time, but we return the un-joined version because the build - # will occur in that directory. We only write the file if the contents - # have changed so that simply regenerating the project files doesn't - # cause a relink. - build_dir_generated_name = os.path.join(build_dir, generated_name) - gyp.common.EnsureDirExists(build_dir_generated_name) - f = gyp.common.WriteOnDiff(build_dir_generated_name) - f.write(generated_manifest_contents) - f.close() - manifest_files = [generated_name] - - if allow_isolation: - flags.append("/ALLOWISOLATION") - - manifest_files += self._GetAdditionalManifestFiles(config, gyp_to_build_path) - return flags, output_name, manifest_files - - def _GetAdditionalManifestFiles(self, config, gyp_to_build_path): - """Gets additional manifest files that are added to the default one - generated by the linker.""" - files = self._Setting( - ("VCManifestTool", "AdditionalManifestFiles"), config, default=[] - ) - if isinstance(files, str): - files = files.split(";") - return [ - os.path.normpath(gyp_to_build_path(self.ConvertVSMacros(f, config=config))) - for f in files - ] - - def IsUseLibraryDependencyInputs(self, config): - """Returns whether the target should be linked via Use Library Dependency - Inputs (using component .objs of a given .lib).""" - config = self._TargetConfig(config) - uldi = self._Setting(("VCLinkerTool", "UseLibraryDependencyInputs"), config) - return uldi == "true" - - def IsEmbedManifest(self, config): - """Returns whether manifest should be linked into binary.""" - config = self._TargetConfig(config) - embed = self._Setting( - ("VCManifestTool", "EmbedManifest"), config, default="true" - ) - return embed == "true" - - def IsLinkIncremental(self, config): - """Returns whether the target should be linked incrementally.""" - config = self._TargetConfig(config) - link_inc = self._Setting(("VCLinkerTool", "LinkIncremental"), config) - return link_inc != "1" - - def GetRcflags(self, config, gyp_to_ninja_path): - """Returns the flags that need to be added to invocations of the resource - compiler.""" - config = self._TargetConfig(config) - rcflags = [] - rc = self._GetWrapper( - self, self.msvs_settings[config], "VCResourceCompilerTool", append=rcflags - ) - rc("AdditionalIncludeDirectories", map=gyp_to_ninja_path, prefix="/I") - rcflags.append("/I" + gyp_to_ninja_path(".")) - rc("PreprocessorDefinitions", prefix="/d") - # /l arg must be in hex without leading '0x' - rc("Culture", prefix="/l", map=lambda x: hex(int(x))[2:]) - return rcflags - - def BuildCygwinBashCommandLine(self, args, path_to_base): - """Build a command line that runs args via cygwin bash. We assume that all - incoming paths are in Windows normpath'd form, so they need to be - converted to posix style for the part of the command line that's passed to - bash. We also have to do some Visual Studio macro emulation here because - various rules use magic VS names for things. Also note that rules that - contain ninja variables cannot be fixed here (for example ${source}), so - the outer generator needs to make sure that the paths that are written out - are in posix style, if the command line will be used here.""" - cygwin_dir = os.path.normpath( - os.path.join(path_to_base, self.msvs_cygwin_dirs[0]) - ) - cd = ("cd %s" % path_to_base).replace("\\", "/") - args = [a.replace("\\", "/").replace('"', '\\"') for a in args] - args = ["'%s'" % a.replace("'", "'\\''") for a in args] - bash_cmd = " ".join(args) - cmd = ( - 'call "%s\\setup_env.bat" && set CYGWIN=nontsec && ' % cygwin_dir - + f'bash -c "{cd} ; {bash_cmd}"' - ) - return cmd - - RuleShellFlags = collections.namedtuple("RuleShellFlags", ["cygwin", "quote"]) - - def GetRuleShellFlags(self, rule): - """Return RuleShellFlags about how the given rule should be run. This - includes whether it should run under cygwin (msvs_cygwin_shell), and - whether the commands should be quoted (msvs_quote_cmd).""" - # If the variable is unset, or set to 1 we use cygwin - cygwin = int(rule.get("msvs_cygwin_shell", - self.spec.get("msvs_cygwin_shell", 1))) != 0 - # Default to quoting. There's only a few special instances where the - # target command uses non-standard command line parsing and handle quotes - # and quote escaping differently. - quote_cmd = int(rule.get("msvs_quote_cmd", 1)) - assert quote_cmd != 0 or cygwin != 1, \ - "msvs_quote_cmd=0 only applicable for msvs_cygwin_shell=0" - return MsvsSettings.RuleShellFlags(cygwin, quote_cmd) - - def _HasExplicitRuleForExtension(self, spec, extension): - """Determine if there's an explicit rule for a particular extension.""" - for rule in spec.get("rules", []): - if rule["extension"] == extension: - return True - return False - - def _HasExplicitIdlActions(self, spec): - """Determine if an action should not run midl for .idl files.""" - return any( - [action.get("explicit_idl_action", 0) for action in spec.get("actions", [])] - ) - - def HasExplicitIdlRulesOrActions(self, spec): - """Determine if there's an explicit rule or action for idl files. When - there isn't we need to generate implicit rules to build MIDL .idl files.""" - return self._HasExplicitRuleForExtension( - spec, "idl" - ) or self._HasExplicitIdlActions(spec) - - def HasExplicitAsmRules(self, spec): - """Determine if there's an explicit rule for asm files. When there isn't we - need to generate implicit rules to assemble .asm files.""" - return self._HasExplicitRuleForExtension(spec, "asm") - - def GetIdlBuildData(self, source, config): - """Determine the implicit outputs for an idl file. Returns output - directory, outputs, and variables and flags that are required.""" - config = self._TargetConfig(config) - midl_get = self._GetWrapper(self, self.msvs_settings[config], "VCMIDLTool") - - def midl(name, default=None): - return self.ConvertVSMacros(midl_get(name, default=default), config=config) - - tlb = midl("TypeLibraryName", default="${root}.tlb") - header = midl("HeaderFileName", default="${root}.h") - dlldata = midl("DLLDataFileName", default="dlldata.c") - iid = midl("InterfaceIdentifierFileName", default="${root}_i.c") - proxy = midl("ProxyFileName", default="${root}_p.c") - # Note that .tlb is not included in the outputs as it is not always - # generated depending on the content of the input idl file. - outdir = midl("OutputDirectory", default="") - output = [header, dlldata, iid, proxy] - variables = [ - ("tlb", tlb), - ("h", header), - ("dlldata", dlldata), - ("iid", iid), - ("proxy", proxy), - ] - # TODO(scottmg): Are there configuration settings to set these flags? - target_platform = self.GetArch(config) - if target_platform == "x86": - target_platform = "win32" - flags = ["/char", "signed", "/env", target_platform, "/Oicf"] - return outdir, output, variables, flags - - -def _LanguageMatchesForPch(source_ext, pch_source_ext): - c_exts = (".c",) - cc_exts = (".cc", ".cxx", ".cpp") - return (source_ext in c_exts and pch_source_ext in c_exts) or ( - source_ext in cc_exts and pch_source_ext in cc_exts - ) - - -class PrecompiledHeader: - """Helper to generate dependencies and build rules to handle generation of - precompiled headers. Interface matches the GCH handler in xcode_emulation.py. - """ - - def __init__( - self, settings, config, gyp_to_build_path, gyp_to_unique_output, obj_ext - ): - self.settings = settings - self.config = config - pch_source = self.settings.msvs_precompiled_source[self.config] - self.pch_source = gyp_to_build_path(pch_source) - filename, _ = os.path.splitext(pch_source) - self.output_obj = gyp_to_unique_output(filename + obj_ext).lower() - - def _PchHeader(self): - """Get the header that will appear in an #include line for all source - files.""" - return self.settings.msvs_precompiled_header[self.config] - - def GetObjDependencies(self, sources, objs, arch): - """Given a list of sources files and the corresponding object files, - returns a list of the pch files that should be depended upon. The - additional wrapping in the return value is for interface compatibility - with make.py on Mac, and xcode_emulation.py.""" - assert arch is None - if not self._PchHeader(): - return [] - pch_ext = os.path.splitext(self.pch_source)[1] - for source in sources: - if _LanguageMatchesForPch(os.path.splitext(source)[1], pch_ext): - return [(None, None, self.output_obj)] - return [] - - def GetPchBuildCommands(self, arch): - """Not used on Windows as there are no additional build steps required - (instead, existing steps are modified in GetFlagsModifications below).""" - return [] - - def GetFlagsModifications( - self, input, output, implicit, command, cflags_c, cflags_cc, expand_special - ): - """Get the modified cflags and implicit dependencies that should be used - for the pch compilation step.""" - if input == self.pch_source: - pch_output = ["/Yc" + self._PchHeader()] - if command == "cxx": - return ( - [("cflags_cc", map(expand_special, cflags_cc + pch_output))], - self.output_obj, - [], - ) - elif command == "cc": - return ( - [("cflags_c", map(expand_special, cflags_c + pch_output))], - self.output_obj, - [], - ) - return [], output, implicit - - -vs_version = None - - -def GetVSVersion(generator_flags): - global vs_version - if not vs_version: - vs_version = gyp.MSVSVersion.SelectVisualStudioVersion( - generator_flags.get("msvs_version", "auto"), allow_fallback=False - ) - return vs_version - - -def _GetVsvarsSetupArgs(generator_flags, arch): - vs = GetVSVersion(generator_flags) - return vs.SetupScript() - - -def ExpandMacros(string, expansions): - """Expand $(Variable) per expansions dict. See MsvsSettings.GetVSMacroEnv - for the canonical way to retrieve a suitable dict.""" - if "$" in string: - for old, new in expansions.items(): - assert "$(" not in new, new - string = string.replace(old, new) - return string - - -def _ExtractImportantEnvironment(output_of_set): - """Extracts environment variables required for the toolchain to run from - a textual dump output by the cmd.exe 'set' command.""" - envvars_to_save = ( - "goma_.*", # TODO(scottmg): This is ugly, but needed for goma. - "include", - "lib", - "libpath", - "path", - "pathext", - "systemroot", - "temp", - "tmp", - ) - env = {} - # This occasionally happens and leads to misleading SYSTEMROOT error messages - # if not caught here. - if output_of_set.count("=") == 0: - raise Exception("Invalid output_of_set. Value is:\n%s" % output_of_set) - for line in output_of_set.splitlines(): - for envvar in envvars_to_save: - if re.match(envvar + "=", line.lower()): - var, setting = line.split("=", 1) - if envvar == "path": - # Our own rules (for running gyp-win-tool) and other actions in - # Chromium rely on python being in the path. Add the path to this - # python here so that if it's not in the path when ninja is run - # later, python will still be found. - setting = os.path.dirname(sys.executable) + os.pathsep + setting - env[var.upper()] = setting - break - for required in ("SYSTEMROOT", "TEMP", "TMP"): - if required not in env: - raise Exception( - 'Environment variable "%s" ' - "required to be set to valid path" % required - ) - return env - - -def _FormatAsEnvironmentBlock(envvar_dict): - """Format as an 'environment block' directly suitable for CreateProcess. - Briefly this is a list of key=value\0, terminated by an additional \0. See - CreateProcess documentation for more details.""" - block = "" - nul = "\0" - for key, value in envvar_dict.items(): - block += key + "=" + value + nul - block += nul - return block - - -def _ExtractCLPath(output_of_where): - """Gets the path to cl.exe based on the output of calling the environment - setup batch file, followed by the equivalent of `where`.""" - # Take the first line, as that's the first found in the PATH. - for line in output_of_where.strip().splitlines(): - if line.startswith("LOC:"): - return line[len("LOC:") :].strip() - - -def GenerateEnvironmentFiles( - toplevel_build_dir, generator_flags, system_includes, open_out -): - """It's not sufficient to have the absolute path to the compiler, linker, - etc. on Windows, as those tools rely on .dlls being in the PATH. We also - need to support both x86 and x64 compilers within the same build (to support - msvs_target_platform hackery). Different architectures require a different - compiler binary, and different supporting environment variables (INCLUDE, - LIB, LIBPATH). So, we extract the environment here, wrap all invocations - of compiler tools (cl, link, lib, rc, midl, etc.) via win_tool.py which - sets up the environment, and then we do not prefix the compiler with - an absolute path, instead preferring something like "cl.exe" in the rule - which will then run whichever the environment setup has put in the path. - When the following procedure to generate environment files does not - meet your requirement (e.g. for custom toolchains), you can pass - "-G ninja_use_custom_environment_files" to the gyp to suppress file - generation and use custom environment files prepared by yourself.""" - archs = ("x86", "x64") - if generator_flags.get("ninja_use_custom_environment_files", 0): - cl_paths = {} - for arch in archs: - cl_paths[arch] = "cl.exe" - return cl_paths - vs = GetVSVersion(generator_flags) - cl_paths = {} - for arch in archs: - # Extract environment variables for subprocesses. - args = vs.SetupScript(arch) - args.extend(("&&", "set")) - popen = subprocess.Popen( - args, shell=True, stdout=subprocess.PIPE, stderr=subprocess.STDOUT - ) - variables = popen.communicate()[0].decode("utf-8") - if popen.returncode != 0: - raise Exception('"%s" failed with error %d' % (args, popen.returncode)) - env = _ExtractImportantEnvironment(variables) - - # Inject system includes from gyp files into INCLUDE. - if system_includes: - system_includes = system_includes | OrderedSet( - env.get("INCLUDE", "").split(";") - ) - env["INCLUDE"] = ";".join(system_includes) - - env_block = _FormatAsEnvironmentBlock(env) - f = open_out(os.path.join(toplevel_build_dir, "environment." + arch), "w") - f.write(env_block) - f.close() - - # Find cl.exe location for this architecture. - args = vs.SetupScript(arch) - args.extend( - ("&&", "for", "%i", "in", "(cl.exe)", "do", "@echo", "LOC:%~$PATH:i") - ) - popen = subprocess.Popen(args, shell=True, stdout=subprocess.PIPE) - output = popen.communicate()[0].decode("utf-8") - cl_paths[arch] = _ExtractCLPath(output) - return cl_paths - - -def VerifyMissingSources(sources, build_dir, generator_flags, gyp_to_ninja): - """Emulate behavior of msvs_error_on_missing_sources present in the msvs - generator: Check that all regular source files, i.e. not created at run time, - exist on disk. Missing files cause needless recompilation when building via - VS, and we want this check to match for people/bots that build using ninja, - so they're not surprised when the VS build fails.""" - if int(generator_flags.get("msvs_error_on_missing_sources", 0)): - no_specials = filter(lambda x: "$" not in x, sources) - relative = [os.path.join(build_dir, gyp_to_ninja(s)) for s in no_specials] - missing = [x for x in relative if not os.path.exists(x)] - if missing: - # They'll look like out\Release\..\..\stuff\things.cc, so normalize the - # path for a slightly less crazy looking output. - cleaned_up = [os.path.normpath(x) for x in missing] - raise Exception("Missing input files:\n%s" % "\n".join(cleaned_up)) - - -# Sets some values in default_variables, which are required for many -# generators, run on Windows. -def CalculateCommonVariables(default_variables, params): - generator_flags = params.get("generator_flags", {}) - - # Set a variable so conditions can be based on msvs_version. - msvs_version = gyp.msvs_emulation.GetVSVersion(generator_flags) - default_variables["MSVS_VERSION"] = msvs_version.ShortName() - - # To determine processor word size on Windows, in addition to checking - # PROCESSOR_ARCHITECTURE (which reflects the word size of the current - # process), it is also necessary to check PROCESSOR_ARCHITEW6432 (which - # contains the actual word size of the system when running thru WOW64). - if "64" in os.environ.get("PROCESSOR_ARCHITECTURE", "") or "64" in os.environ.get( - "PROCESSOR_ARCHITEW6432", "" - ): - default_variables["MSVS_OS_BITS"] = 64 - else: - default_variables["MSVS_OS_BITS"] = 32 diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/ninja_syntax.py b/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/ninja_syntax.py deleted file mode 100644 index 0e3e86c..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/ninja_syntax.py +++ /dev/null @@ -1,174 +0,0 @@ -# This file comes from -# https://github.com/martine/ninja/blob/master/misc/ninja_syntax.py -# Do not edit! Edit the upstream one instead. - -"""Python module for generating .ninja files. - -Note that this is emphatically not a required piece of Ninja; it's -just a helpful utility for build-file-generation systems that already -use Python. -""" - -import textwrap - - -def escape_path(word): - return word.replace("$ ", "$$ ").replace(" ", "$ ").replace(":", "$:") - - -class Writer: - def __init__(self, output, width=78): - self.output = output - self.width = width - - def newline(self): - self.output.write("\n") - - def comment(self, text): - for line in textwrap.wrap(text, self.width - 2): - self.output.write("# " + line + "\n") - - def variable(self, key, value, indent=0): - if value is None: - return - if isinstance(value, list): - value = " ".join(filter(None, value)) # Filter out empty strings. - self._line(f"{key} = {value}", indent) - - def pool(self, name, depth): - self._line("pool %s" % name) - self.variable("depth", depth, indent=1) - - def rule( - self, - name, - command, - description=None, - depfile=None, - generator=False, - pool=None, - restat=False, - rspfile=None, - rspfile_content=None, - deps=None, - ): - self._line("rule %s" % name) - self.variable("command", command, indent=1) - if description: - self.variable("description", description, indent=1) - if depfile: - self.variable("depfile", depfile, indent=1) - if generator: - self.variable("generator", "1", indent=1) - if pool: - self.variable("pool", pool, indent=1) - if restat: - self.variable("restat", "1", indent=1) - if rspfile: - self.variable("rspfile", rspfile, indent=1) - if rspfile_content: - self.variable("rspfile_content", rspfile_content, indent=1) - if deps: - self.variable("deps", deps, indent=1) - - def build( - self, outputs, rule, inputs=None, implicit=None, order_only=None, variables=None - ): - outputs = self._as_list(outputs) - all_inputs = self._as_list(inputs)[:] - out_outputs = list(map(escape_path, outputs)) - all_inputs = list(map(escape_path, all_inputs)) - - if implicit: - implicit = map(escape_path, self._as_list(implicit)) - all_inputs.append("|") - all_inputs.extend(implicit) - if order_only: - order_only = map(escape_path, self._as_list(order_only)) - all_inputs.append("||") - all_inputs.extend(order_only) - - self._line( - "build {}: {}".format(" ".join(out_outputs), " ".join([rule] + all_inputs)) - ) - - if variables: - if isinstance(variables, dict): - iterator = iter(variables.items()) - else: - iterator = iter(variables) - - for key, val in iterator: - self.variable(key, val, indent=1) - - return outputs - - def include(self, path): - self._line("include %s" % path) - - def subninja(self, path): - self._line("subninja %s" % path) - - def default(self, paths): - self._line("default %s" % " ".join(self._as_list(paths))) - - def _count_dollars_before_index(self, s, i): - """Returns the number of '$' characters right in front of s[i].""" - dollar_count = 0 - dollar_index = i - 1 - while dollar_index > 0 and s[dollar_index] == "$": - dollar_count += 1 - dollar_index -= 1 - return dollar_count - - def _line(self, text, indent=0): - """Write 'text' word-wrapped at self.width characters.""" - leading_space = " " * indent - while len(leading_space) + len(text) > self.width: - # The text is too wide; wrap if possible. - - # Find the rightmost space that would obey our width constraint and - # that's not an escaped space. - available_space = self.width - len(leading_space) - len(" $") - space = available_space - while True: - space = text.rfind(" ", 0, space) - if space < 0 or self._count_dollars_before_index(text, space) % 2 == 0: - break - - if space < 0: - # No such space; just use the first unescaped space we can find. - space = available_space - 1 - while True: - space = text.find(" ", space + 1) - if ( - space < 0 - or self._count_dollars_before_index(text, space) % 2 == 0 - ): - break - if space < 0: - # Give up on breaking. - break - - self.output.write(leading_space + text[0:space] + " $\n") - text = text[space + 1 :] - - # Subsequent lines are continuations, so indent them. - leading_space = " " * (indent + 2) - - self.output.write(leading_space + text + "\n") - - def _as_list(self, input): - if input is None: - return [] - if isinstance(input, list): - return input - return [input] - - -def escape(string): - """Escape a string such that it can be embedded into a Ninja file without - further interpretation.""" - assert "\n" not in string, "Ninja syntax does not allow newlines" - # We only have one special metacharacter: '$'. - return string.replace("$", "$$") diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/simple_copy.py b/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/simple_copy.py deleted file mode 100644 index 729cec0..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/simple_copy.py +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 2014 Google Inc. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - -"""A clone of the default copy.deepcopy that doesn't handle cyclic -structures or complex types except for dicts and lists. This is -because gyp copies so large structure that small copy overhead ends up -taking seconds in a project the size of Chromium.""" - - -class Error(Exception): - pass - - -__all__ = ["Error", "deepcopy"] - - -def deepcopy(x): - """Deep copy operation on gyp objects such as strings, ints, dicts - and lists. More than twice as fast as copy.deepcopy but much less - generic.""" - - try: - return _deepcopy_dispatch[type(x)](x) - except KeyError: - raise Error( - "Unsupported type %s for deepcopy. Use copy.deepcopy " - + "or expand simple_copy support." % type(x) - ) - - -_deepcopy_dispatch = d = {} - - -def _deepcopy_atomic(x): - return x - - -types = bool, float, int, str, type, type(None) - -for x in types: - d[x] = _deepcopy_atomic - - -def _deepcopy_list(x): - return [deepcopy(a) for a in x] - - -d[list] = _deepcopy_list - - -def _deepcopy_dict(x): - y = {} - for key, value in x.items(): - y[deepcopy(key)] = deepcopy(value) - return y - - -d[dict] = _deepcopy_dict - -del d diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/win_tool.py b/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/win_tool.py deleted file mode 100755 index 638eee4..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/win_tool.py +++ /dev/null @@ -1,374 +0,0 @@ -#!/usr/bin/env python3 - -# Copyright (c) 2012 Google Inc. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - -"""Utility functions for Windows builds. - -These functions are executed via gyp-win-tool when using the ninja generator. -""" - - -import os -import re -import shutil -import subprocess -import stat -import string -import sys - -BASE_DIR = os.path.dirname(os.path.abspath(__file__)) - -# A regex matching an argument corresponding to the output filename passed to -# link.exe. -_LINK_EXE_OUT_ARG = re.compile("/OUT:(?P<out>.+)$", re.IGNORECASE) - - -def main(args): - executor = WinTool() - exit_code = executor.Dispatch(args) - if exit_code is not None: - sys.exit(exit_code) - - -class WinTool: - """This class performs all the Windows tooling steps. The methods can either - be executed directly, or dispatched from an argument list.""" - - def _UseSeparateMspdbsrv(self, env, args): - """Allows to use a unique instance of mspdbsrv.exe per linker instead of a - shared one.""" - if len(args) < 1: - raise Exception("Not enough arguments") - - if args[0] != "link.exe": - return - - # Use the output filename passed to the linker to generate an endpoint name - # for mspdbsrv.exe. - endpoint_name = None - for arg in args: - m = _LINK_EXE_OUT_ARG.match(arg) - if m: - endpoint_name = re.sub( - r"\W+", "", "%s_%d" % (m.group("out"), os.getpid()) - ) - break - - if endpoint_name is None: - return - - # Adds the appropriate environment variable. This will be read by link.exe - # to know which instance of mspdbsrv.exe it should connect to (if it's - # not set then the default endpoint is used). - env["_MSPDBSRV_ENDPOINT_"] = endpoint_name - - def Dispatch(self, args): - """Dispatches a string command to a method.""" - if len(args) < 1: - raise Exception("Not enough arguments") - - method = "Exec%s" % self._CommandifyName(args[0]) - return getattr(self, method)(*args[1:]) - - def _CommandifyName(self, name_string): - """Transforms a tool name like recursive-mirror to RecursiveMirror.""" - return name_string.title().replace("-", "") - - def _GetEnv(self, arch): - """Gets the saved environment from a file for a given architecture.""" - # The environment is saved as an "environment block" (see CreateProcess - # and msvs_emulation for details). We convert to a dict here. - # Drop last 2 NULs, one for list terminator, one for trailing vs. separator. - pairs = open(arch).read()[:-2].split("\0") - kvs = [item.split("=", 1) for item in pairs] - return dict(kvs) - - def ExecStamp(self, path): - """Simple stamp command.""" - open(path, "w").close() - - def ExecRecursiveMirror(self, source, dest): - """Emulation of rm -rf out && cp -af in out.""" - if os.path.exists(dest): - if os.path.isdir(dest): - - def _on_error(fn, path, excinfo): - # The operation failed, possibly because the file is set to - # read-only. If that's why, make it writable and try the op again. - if not os.access(path, os.W_OK): - os.chmod(path, stat.S_IWRITE) - fn(path) - - shutil.rmtree(dest, onerror=_on_error) - else: - if not os.access(dest, os.W_OK): - # Attempt to make the file writable before deleting it. - os.chmod(dest, stat.S_IWRITE) - os.unlink(dest) - - if os.path.isdir(source): - shutil.copytree(source, dest) - else: - shutil.copy2(source, dest) - - def ExecLinkWrapper(self, arch, use_separate_mspdbsrv, *args): - """Filter diagnostic output from link that looks like: - ' Creating library ui.dll.lib and object ui.dll.exp' - This happens when there are exports from the dll or exe. - """ - env = self._GetEnv(arch) - if use_separate_mspdbsrv == "True": - self._UseSeparateMspdbsrv(env, args) - if sys.platform == "win32": - args = list(args) # *args is a tuple by default, which is read-only. - args[0] = args[0].replace("/", "\\") - # https://docs.python.org/2/library/subprocess.html: - # "On Unix with shell=True [...] if args is a sequence, the first item - # specifies the command string, and any additional items will be treated as - # additional arguments to the shell itself. That is to say, Popen does the - # equivalent of: - # Popen(['/bin/sh', '-c', args[0], args[1], ...])" - # For that reason, since going through the shell doesn't seem necessary on - # non-Windows don't do that there. - link = subprocess.Popen( - args, - shell=sys.platform == "win32", - env=env, - stdout=subprocess.PIPE, - stderr=subprocess.STDOUT, - ) - out = link.communicate()[0].decode("utf-8") - for line in out.splitlines(): - if ( - not line.startswith(" Creating library ") - and not line.startswith("Generating code") - and not line.startswith("Finished generating code") - ): - print(line) - return link.returncode - - def ExecLinkWithManifests( - self, - arch, - embed_manifest, - out, - ldcmd, - resname, - mt, - rc, - intermediate_manifest, - *manifests - ): - """A wrapper for handling creating a manifest resource and then executing - a link command.""" - # The 'normal' way to do manifests is to have link generate a manifest - # based on gathering dependencies from the object files, then merge that - # manifest with other manifests supplied as sources, convert the merged - # manifest to a resource, and then *relink*, including the compiled - # version of the manifest resource. This breaks incremental linking, and - # is generally overly complicated. Instead, we merge all the manifests - # provided (along with one that includes what would normally be in the - # linker-generated one, see msvs_emulation.py), and include that into the - # first and only link. We still tell link to generate a manifest, but we - # only use that to assert that our simpler process did not miss anything. - variables = { - "python": sys.executable, - "arch": arch, - "out": out, - "ldcmd": ldcmd, - "resname": resname, - "mt": mt, - "rc": rc, - "intermediate_manifest": intermediate_manifest, - "manifests": " ".join(manifests), - } - add_to_ld = "" - if manifests: - subprocess.check_call( - "%(python)s gyp-win-tool manifest-wrapper %(arch)s %(mt)s -nologo " - "-manifest %(manifests)s -out:%(out)s.manifest" % variables - ) - if embed_manifest == "True": - subprocess.check_call( - "%(python)s gyp-win-tool manifest-to-rc %(arch)s %(out)s.manifest" - " %(out)s.manifest.rc %(resname)s" % variables - ) - subprocess.check_call( - "%(python)s gyp-win-tool rc-wrapper %(arch)s %(rc)s " - "%(out)s.manifest.rc" % variables - ) - add_to_ld = " %(out)s.manifest.res" % variables - subprocess.check_call(ldcmd + add_to_ld) - - # Run mt.exe on the theoretically complete manifest we generated, merging - # it with the one the linker generated to confirm that the linker - # generated one does not add anything. This is strictly unnecessary for - # correctness, it's only to verify that e.g. /MANIFESTDEPENDENCY was not - # used in a #pragma comment. - if manifests: - # Merge the intermediate one with ours to .assert.manifest, then check - # that .assert.manifest is identical to ours. - subprocess.check_call( - "%(python)s gyp-win-tool manifest-wrapper %(arch)s %(mt)s -nologo " - "-manifest %(out)s.manifest %(intermediate_manifest)s " - "-out:%(out)s.assert.manifest" % variables - ) - assert_manifest = "%(out)s.assert.manifest" % variables - our_manifest = "%(out)s.manifest" % variables - # Load and normalize the manifests. mt.exe sometimes removes whitespace, - # and sometimes doesn't unfortunately. - with open(our_manifest) as our_f: - with open(assert_manifest) as assert_f: - translator = str.maketrans('', '', string.whitespace) - our_data = our_f.read().translate(translator) - assert_data = assert_f.read().translate(translator) - if our_data != assert_data: - os.unlink(out) - - def dump(filename): - print(filename, file=sys.stderr) - print("-----", file=sys.stderr) - with open(filename) as f: - print(f.read(), file=sys.stderr) - print("-----", file=sys.stderr) - - dump(intermediate_manifest) - dump(our_manifest) - dump(assert_manifest) - sys.stderr.write( - 'Linker generated manifest "%s" added to final manifest "%s" ' - '(result in "%s"). ' - "Were /MANIFEST switches used in #pragma statements? " - % (intermediate_manifest, our_manifest, assert_manifest) - ) - return 1 - - def ExecManifestWrapper(self, arch, *args): - """Run manifest tool with environment set. Strip out undesirable warning - (some XML blocks are recognized by the OS loader, but not the manifest - tool).""" - env = self._GetEnv(arch) - popen = subprocess.Popen( - args, shell=True, env=env, stdout=subprocess.PIPE, stderr=subprocess.STDOUT - ) - out = popen.communicate()[0].decode("utf-8") - for line in out.splitlines(): - if line and "manifest authoring warning 81010002" not in line: - print(line) - return popen.returncode - - def ExecManifestToRc(self, arch, *args): - """Creates a resource file pointing a SxS assembly manifest. - |args| is tuple containing path to resource file, path to manifest file - and resource name which can be "1" (for executables) or "2" (for DLLs).""" - manifest_path, resource_path, resource_name = args - with open(resource_path, "w") as output: - output.write( - '#include <windows.h>\n%s RT_MANIFEST "%s"' - % (resource_name, os.path.abspath(manifest_path).replace("\\", "/")) - ) - - def ExecMidlWrapper(self, arch, outdir, tlb, h, dlldata, iid, proxy, idl, *flags): - """Filter noisy filenames output from MIDL compile step that isn't - quietable via command line flags. - """ - args = ( - ["midl", "/nologo"] - + list(flags) - + [ - "/out", - outdir, - "/tlb", - tlb, - "/h", - h, - "/dlldata", - dlldata, - "/iid", - iid, - "/proxy", - proxy, - idl, - ] - ) - env = self._GetEnv(arch) - popen = subprocess.Popen( - args, shell=True, env=env, stdout=subprocess.PIPE, stderr=subprocess.STDOUT - ) - out = popen.communicate()[0].decode("utf-8") - # Filter junk out of stdout, and write filtered versions. Output we want - # to filter is pairs of lines that look like this: - # Processing C:\Program Files (x86)\Microsoft SDKs\...\include\objidl.idl - # objidl.idl - lines = out.splitlines() - prefixes = ("Processing ", "64 bit Processing ") - processing = {os.path.basename(x) for x in lines if x.startswith(prefixes)} - for line in lines: - if not line.startswith(prefixes) and line not in processing: - print(line) - return popen.returncode - - def ExecAsmWrapper(self, arch, *args): - """Filter logo banner from invocations of asm.exe.""" - env = self._GetEnv(arch) - popen = subprocess.Popen( - args, shell=True, env=env, stdout=subprocess.PIPE, stderr=subprocess.STDOUT - ) - out = popen.communicate()[0].decode("utf-8") - for line in out.splitlines(): - if ( - not line.startswith("Copyright (C) Microsoft Corporation") - and not line.startswith("Microsoft (R) Macro Assembler") - and not line.startswith(" Assembling: ") - and line - ): - print(line) - return popen.returncode - - def ExecRcWrapper(self, arch, *args): - """Filter logo banner from invocations of rc.exe. Older versions of RC - don't support the /nologo flag.""" - env = self._GetEnv(arch) - popen = subprocess.Popen( - args, shell=True, env=env, stdout=subprocess.PIPE, stderr=subprocess.STDOUT - ) - out = popen.communicate()[0].decode("utf-8") - for line in out.splitlines(): - if ( - not line.startswith("Microsoft (R) Windows (R) Resource Compiler") - and not line.startswith("Copyright (C) Microsoft Corporation") - and line - ): - print(line) - return popen.returncode - - def ExecActionWrapper(self, arch, rspfile, *dir): - """Runs an action command line from a response file using the environment - for |arch|. If |dir| is supplied, use that as the working directory.""" - env = self._GetEnv(arch) - # TODO(scottmg): This is a temporary hack to get some specific variables - # through to actions that are set after gyp-time. http://crbug.com/333738. - for k, v in os.environ.items(): - if k not in env: - env[k] = v - args = open(rspfile).read() - dir = dir[0] if dir else None - return subprocess.call(args, shell=True, env=env, cwd=dir) - - def ExecClCompile(self, project_dir, selected_files): - """Executed by msvs-ninja projects when the 'ClCompile' target is used to - build selected C/C++ files.""" - project_dir = os.path.relpath(project_dir, BASE_DIR) - selected_files = selected_files.split(";") - ninja_targets = [ - os.path.join(project_dir, filename) + "^^" for filename in selected_files - ] - cmd = ["ninja.exe"] - cmd.extend(ninja_targets) - return subprocess.call(cmd, shell=True, cwd=BASE_DIR) - - -if __name__ == "__main__": - sys.exit(main(sys.argv[1:])) diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation.py b/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation.py deleted file mode 100644 index a75d8ee..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation.py +++ /dev/null @@ -1,1939 +0,0 @@ -# Copyright (c) 2012 Google Inc. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - -""" -This module contains classes that help to emulate xcodebuild behavior on top of -other build systems, such as make and ninja. -""" - - -import copy -import gyp.common -import os -import os.path -import re -import shlex -import subprocess -import sys -from gyp.common import GypError - -# Populated lazily by XcodeVersion, for efficiency, and to fix an issue when -# "xcodebuild" is called too quickly (it has been found to return incorrect -# version number). -XCODE_VERSION_CACHE = None - -# Populated lazily by GetXcodeArchsDefault, to an |XcodeArchsDefault| instance -# corresponding to the installed version of Xcode. -XCODE_ARCHS_DEFAULT_CACHE = None - - -def XcodeArchsVariableMapping(archs, archs_including_64_bit=None): - """Constructs a dictionary with expansion for $(ARCHS_STANDARD) variable, - and optionally for $(ARCHS_STANDARD_INCLUDING_64_BIT).""" - mapping = {"$(ARCHS_STANDARD)": archs} - if archs_including_64_bit: - mapping["$(ARCHS_STANDARD_INCLUDING_64_BIT)"] = archs_including_64_bit - return mapping - - -class XcodeArchsDefault: - """A class to resolve ARCHS variable from xcode_settings, resolving Xcode - macros and implementing filtering by VALID_ARCHS. The expansion of macros - depends on the SDKROOT used ("macosx", "iphoneos", "iphonesimulator") and - on the version of Xcode. - """ - - # Match variable like $(ARCHS_STANDARD). - variable_pattern = re.compile(r"\$\([a-zA-Z_][a-zA-Z0-9_]*\)$") - - def __init__(self, default, mac, iphonesimulator, iphoneos): - self._default = (default,) - self._archs = {"mac": mac, "ios": iphoneos, "iossim": iphonesimulator} - - def _VariableMapping(self, sdkroot): - """Returns the dictionary of variable mapping depending on the SDKROOT.""" - sdkroot = sdkroot.lower() - if "iphoneos" in sdkroot: - return self._archs["ios"] - elif "iphonesimulator" in sdkroot: - return self._archs["iossim"] - else: - return self._archs["mac"] - - def _ExpandArchs(self, archs, sdkroot): - """Expands variables references in ARCHS, and remove duplicates.""" - variable_mapping = self._VariableMapping(sdkroot) - expanded_archs = [] - for arch in archs: - if self.variable_pattern.match(arch): - variable = arch - try: - variable_expansion = variable_mapping[variable] - for arch in variable_expansion: - if arch not in expanded_archs: - expanded_archs.append(arch) - except KeyError: - print('Warning: Ignoring unsupported variable "%s".' % variable) - elif arch not in expanded_archs: - expanded_archs.append(arch) - return expanded_archs - - def ActiveArchs(self, archs, valid_archs, sdkroot): - """Expands variables references in ARCHS, and filter by VALID_ARCHS if it - is defined (if not set, Xcode accept any value in ARCHS, otherwise, only - values present in VALID_ARCHS are kept).""" - expanded_archs = self._ExpandArchs(archs or self._default, sdkroot or "") - if valid_archs: - filtered_archs = [] - for arch in expanded_archs: - if arch in valid_archs: - filtered_archs.append(arch) - expanded_archs = filtered_archs - return expanded_archs - - -def GetXcodeArchsDefault(): - """Returns the |XcodeArchsDefault| object to use to expand ARCHS for the - installed version of Xcode. The default values used by Xcode for ARCHS - and the expansion of the variables depends on the version of Xcode used. - - For all version anterior to Xcode 5.0 or posterior to Xcode 5.1 included - uses $(ARCHS_STANDARD) if ARCHS is unset, while Xcode 5.0 to 5.0.2 uses - $(ARCHS_STANDARD_INCLUDING_64_BIT). This variable was added to Xcode 5.0 - and deprecated with Xcode 5.1. - - For "macosx" SDKROOT, all version starting with Xcode 5.0 includes 64-bit - architecture as part of $(ARCHS_STANDARD) and default to only building it. - - For "iphoneos" and "iphonesimulator" SDKROOT, 64-bit architectures are part - of $(ARCHS_STANDARD_INCLUDING_64_BIT) from Xcode 5.0. From Xcode 5.1, they - are also part of $(ARCHS_STANDARD). - - All these rules are coded in the construction of the |XcodeArchsDefault| - object to use depending on the version of Xcode detected. The object is - for performance reason.""" - global XCODE_ARCHS_DEFAULT_CACHE - if XCODE_ARCHS_DEFAULT_CACHE: - return XCODE_ARCHS_DEFAULT_CACHE - xcode_version, _ = XcodeVersion() - if xcode_version < "0500": - XCODE_ARCHS_DEFAULT_CACHE = XcodeArchsDefault( - "$(ARCHS_STANDARD)", - XcodeArchsVariableMapping(["i386"]), - XcodeArchsVariableMapping(["i386"]), - XcodeArchsVariableMapping(["armv7"]), - ) - elif xcode_version < "0510": - XCODE_ARCHS_DEFAULT_CACHE = XcodeArchsDefault( - "$(ARCHS_STANDARD_INCLUDING_64_BIT)", - XcodeArchsVariableMapping(["x86_64"], ["x86_64"]), - XcodeArchsVariableMapping(["i386"], ["i386", "x86_64"]), - XcodeArchsVariableMapping( - ["armv7", "armv7s"], ["armv7", "armv7s", "arm64"] - ), - ) - else: - XCODE_ARCHS_DEFAULT_CACHE = XcodeArchsDefault( - "$(ARCHS_STANDARD)", - XcodeArchsVariableMapping(["x86_64"], ["x86_64"]), - XcodeArchsVariableMapping(["i386", "x86_64"], ["i386", "x86_64"]), - XcodeArchsVariableMapping( - ["armv7", "armv7s", "arm64"], ["armv7", "armv7s", "arm64"] - ), - ) - return XCODE_ARCHS_DEFAULT_CACHE - - -class XcodeSettings: - """A class that understands the gyp 'xcode_settings' object.""" - - # Populated lazily by _SdkPath(). Shared by all XcodeSettings, so cached - # at class-level for efficiency. - _sdk_path_cache = {} - _platform_path_cache = {} - _sdk_root_cache = {} - - # Populated lazily by GetExtraPlistItems(). Shared by all XcodeSettings, so - # cached at class-level for efficiency. - _plist_cache = {} - - # Populated lazily by GetIOSPostbuilds. Shared by all XcodeSettings, so - # cached at class-level for efficiency. - _codesigning_key_cache = {} - - def __init__(self, spec): - self.spec = spec - - self.isIOS = False - self.mac_toolchain_dir = None - self.header_map_path = None - - # Per-target 'xcode_settings' are pushed down into configs earlier by gyp. - # This means self.xcode_settings[config] always contains all settings - # for that config -- the per-target settings as well. Settings that are - # the same for all configs are implicitly per-target settings. - self.xcode_settings = {} - configs = spec["configurations"] - for configname, config in configs.items(): - self.xcode_settings[configname] = config.get("xcode_settings", {}) - self._ConvertConditionalKeys(configname) - if self.xcode_settings[configname].get("IPHONEOS_DEPLOYMENT_TARGET", None): - self.isIOS = True - - # This is only non-None temporarily during the execution of some methods. - self.configname = None - - # Used by _AdjustLibrary to match .a and .dylib entries in libraries. - self.library_re = re.compile(r"^lib([^/]+)\.(a|dylib)$") - - def _ConvertConditionalKeys(self, configname): - """Converts or warns on conditional keys. Xcode supports conditional keys, - such as CODE_SIGN_IDENTITY[sdk=iphoneos*]. This is a partial implementation - with some keys converted while the rest force a warning.""" - settings = self.xcode_settings[configname] - conditional_keys = [key for key in settings if key.endswith("]")] - for key in conditional_keys: - # If you need more, speak up at http://crbug.com/122592 - if key.endswith("[sdk=iphoneos*]"): - if configname.endswith("iphoneos"): - new_key = key.split("[")[0] - settings[new_key] = settings[key] - else: - print( - "Warning: Conditional keys not implemented, ignoring:", - " ".join(conditional_keys), - ) - del settings[key] - - def _Settings(self): - assert self.configname - return self.xcode_settings[self.configname] - - def _Test(self, test_key, cond_key, default): - return self._Settings().get(test_key, default) == cond_key - - def _Appendf(self, lst, test_key, format_str, default=None): - if test_key in self._Settings(): - lst.append(format_str % str(self._Settings()[test_key])) - elif default: - lst.append(format_str % str(default)) - - def _WarnUnimplemented(self, test_key): - if test_key in self._Settings(): - print('Warning: Ignoring not yet implemented key "%s".' % test_key) - - def IsBinaryOutputFormat(self, configname): - default = "binary" if self.isIOS else "xml" - format = self.xcode_settings[configname].get("INFOPLIST_OUTPUT_FORMAT", default) - return format == "binary" - - def IsIosFramework(self): - return self.spec["type"] == "shared_library" and self._IsBundle() and self.isIOS - - def _IsBundle(self): - return ( - int(self.spec.get("mac_bundle", 0)) != 0 - or self._IsXCTest() - or self._IsXCUiTest() - ) - - def _IsXCTest(self): - return int(self.spec.get("mac_xctest_bundle", 0)) != 0 - - def _IsXCUiTest(self): - return int(self.spec.get("mac_xcuitest_bundle", 0)) != 0 - - def _IsIosAppExtension(self): - return int(self.spec.get("ios_app_extension", 0)) != 0 - - def _IsIosWatchKitExtension(self): - return int(self.spec.get("ios_watchkit_extension", 0)) != 0 - - def _IsIosWatchApp(self): - return int(self.spec.get("ios_watch_app", 0)) != 0 - - def GetFrameworkVersion(self): - """Returns the framework version of the current target. Only valid for - bundles.""" - assert self._IsBundle() - return self.GetPerTargetSetting("FRAMEWORK_VERSION", default="A") - - def GetWrapperExtension(self): - """Returns the bundle extension (.app, .framework, .plugin, etc). Only - valid for bundles.""" - assert self._IsBundle() - if self.spec["type"] in ("loadable_module", "shared_library"): - default_wrapper_extension = { - "loadable_module": "bundle", - "shared_library": "framework", - }[self.spec["type"]] - wrapper_extension = self.GetPerTargetSetting( - "WRAPPER_EXTENSION", default=default_wrapper_extension - ) - return "." + self.spec.get("product_extension", wrapper_extension) - elif self.spec["type"] == "executable": - if self._IsIosAppExtension() or self._IsIosWatchKitExtension(): - return "." + self.spec.get("product_extension", "appex") - else: - return "." + self.spec.get("product_extension", "app") - else: - assert False, "Don't know extension for '{}', target '{}'".format( - self.spec["type"], - self.spec["target_name"], - ) - - def GetProductName(self): - """Returns PRODUCT_NAME.""" - return self.spec.get("product_name", self.spec["target_name"]) - - def GetFullProductName(self): - """Returns FULL_PRODUCT_NAME.""" - if self._IsBundle(): - return self.GetWrapperName() - else: - return self._GetStandaloneBinaryPath() - - def GetWrapperName(self): - """Returns the directory name of the bundle represented by this target. - Only valid for bundles.""" - assert self._IsBundle() - return self.GetProductName() + self.GetWrapperExtension() - - def GetBundleContentsFolderPath(self): - """Returns the qualified path to the bundle's contents folder. E.g. - Chromium.app/Contents or Foo.bundle/Versions/A. Only valid for bundles.""" - if self.isIOS: - return self.GetWrapperName() - assert self._IsBundle() - if self.spec["type"] == "shared_library": - return os.path.join( - self.GetWrapperName(), "Versions", self.GetFrameworkVersion() - ) - else: - # loadable_modules have a 'Contents' folder like executables. - return os.path.join(self.GetWrapperName(), "Contents") - - def GetBundleResourceFolder(self): - """Returns the qualified path to the bundle's resource folder. E.g. - Chromium.app/Contents/Resources. Only valid for bundles.""" - assert self._IsBundle() - if self.isIOS: - return self.GetBundleContentsFolderPath() - return os.path.join(self.GetBundleContentsFolderPath(), "Resources") - - def GetBundleExecutableFolderPath(self): - """Returns the qualified path to the bundle's executables folder. E.g. - Chromium.app/Contents/MacOS. Only valid for bundles.""" - assert self._IsBundle() - if self.spec["type"] in ("shared_library") or self.isIOS: - return self.GetBundleContentsFolderPath() - elif self.spec["type"] in ("executable", "loadable_module"): - return os.path.join(self.GetBundleContentsFolderPath(), "MacOS") - - def GetBundleJavaFolderPath(self): - """Returns the qualified path to the bundle's Java resource folder. - E.g. Chromium.app/Contents/Resources/Java. Only valid for bundles.""" - assert self._IsBundle() - return os.path.join(self.GetBundleResourceFolder(), "Java") - - def GetBundleFrameworksFolderPath(self): - """Returns the qualified path to the bundle's frameworks folder. E.g, - Chromium.app/Contents/Frameworks. Only valid for bundles.""" - assert self._IsBundle() - return os.path.join(self.GetBundleContentsFolderPath(), "Frameworks") - - def GetBundleSharedFrameworksFolderPath(self): - """Returns the qualified path to the bundle's frameworks folder. E.g, - Chromium.app/Contents/SharedFrameworks. Only valid for bundles.""" - assert self._IsBundle() - return os.path.join(self.GetBundleContentsFolderPath(), "SharedFrameworks") - - def GetBundleSharedSupportFolderPath(self): - """Returns the qualified path to the bundle's shared support folder. E.g, - Chromium.app/Contents/SharedSupport. Only valid for bundles.""" - assert self._IsBundle() - if self.spec["type"] == "shared_library": - return self.GetBundleResourceFolder() - else: - return os.path.join(self.GetBundleContentsFolderPath(), "SharedSupport") - - def GetBundlePlugInsFolderPath(self): - """Returns the qualified path to the bundle's plugins folder. E.g, - Chromium.app/Contents/PlugIns. Only valid for bundles.""" - assert self._IsBundle() - return os.path.join(self.GetBundleContentsFolderPath(), "PlugIns") - - def GetBundleXPCServicesFolderPath(self): - """Returns the qualified path to the bundle's XPC services folder. E.g, - Chromium.app/Contents/XPCServices. Only valid for bundles.""" - assert self._IsBundle() - return os.path.join(self.GetBundleContentsFolderPath(), "XPCServices") - - def GetBundlePlistPath(self): - """Returns the qualified path to the bundle's plist file. E.g. - Chromium.app/Contents/Info.plist. Only valid for bundles.""" - assert self._IsBundle() - if ( - self.spec["type"] in ("executable", "loadable_module") - or self.IsIosFramework() - ): - return os.path.join(self.GetBundleContentsFolderPath(), "Info.plist") - else: - return os.path.join( - self.GetBundleContentsFolderPath(), "Resources", "Info.plist" - ) - - def GetProductType(self): - """Returns the PRODUCT_TYPE of this target.""" - if self._IsIosAppExtension(): - assert self._IsBundle(), ( - "ios_app_extension flag requires mac_bundle " - "(target %s)" % self.spec["target_name"] - ) - return "com.apple.product-type.app-extension" - if self._IsIosWatchKitExtension(): - assert self._IsBundle(), ( - "ios_watchkit_extension flag requires " - "mac_bundle (target %s)" % self.spec["target_name"] - ) - return "com.apple.product-type.watchkit-extension" - if self._IsIosWatchApp(): - assert self._IsBundle(), ( - "ios_watch_app flag requires mac_bundle " - "(target %s)" % self.spec["target_name"] - ) - return "com.apple.product-type.application.watchapp" - if self._IsXCUiTest(): - assert self._IsBundle(), ( - "mac_xcuitest_bundle flag requires mac_bundle " - "(target %s)" % self.spec["target_name"] - ) - return "com.apple.product-type.bundle.ui-testing" - if self._IsBundle(): - return { - "executable": "com.apple.product-type.application", - "loadable_module": "com.apple.product-type.bundle", - "shared_library": "com.apple.product-type.framework", - }[self.spec["type"]] - else: - return { - "executable": "com.apple.product-type.tool", - "loadable_module": "com.apple.product-type.library.dynamic", - "shared_library": "com.apple.product-type.library.dynamic", - "static_library": "com.apple.product-type.library.static", - }[self.spec["type"]] - - def GetMachOType(self): - """Returns the MACH_O_TYPE of this target.""" - # Weird, but matches Xcode. - if not self._IsBundle() and self.spec["type"] == "executable": - return "" - return { - "executable": "mh_execute", - "static_library": "staticlib", - "shared_library": "mh_dylib", - "loadable_module": "mh_bundle", - }[self.spec["type"]] - - def _GetBundleBinaryPath(self): - """Returns the name of the bundle binary of by this target. - E.g. Chromium.app/Contents/MacOS/Chromium. Only valid for bundles.""" - assert self._IsBundle() - return os.path.join( - self.GetBundleExecutableFolderPath(), self.GetExecutableName() - ) - - def _GetStandaloneExecutableSuffix(self): - if "product_extension" in self.spec: - return "." + self.spec["product_extension"] - return { - "executable": "", - "static_library": ".a", - "shared_library": ".dylib", - "loadable_module": ".so", - }[self.spec["type"]] - - def _GetStandaloneExecutablePrefix(self): - return self.spec.get( - "product_prefix", - { - "executable": "", - "static_library": "lib", - "shared_library": "lib", - # Non-bundled loadable_modules are called foo.so for some reason - # (that is, .so and no prefix) with the xcode build -- match that. - "loadable_module": "", - }[self.spec["type"]], - ) - - def _GetStandaloneBinaryPath(self): - """Returns the name of the non-bundle binary represented by this target. - E.g. hello_world. Only valid for non-bundles.""" - assert not self._IsBundle() - assert self.spec["type"] in ( - "executable", - "shared_library", - "static_library", - "loadable_module", - ), ("Unexpected type %s" % self.spec["type"]) - target = self.spec["target_name"] - if self.spec["type"] == "static_library": - if target[:3] == "lib": - target = target[3:] - elif self.spec["type"] in ("loadable_module", "shared_library"): - if target[:3] == "lib": - target = target[3:] - - target_prefix = self._GetStandaloneExecutablePrefix() - target = self.spec.get("product_name", target) - target_ext = self._GetStandaloneExecutableSuffix() - return target_prefix + target + target_ext - - def GetExecutableName(self): - """Returns the executable name of the bundle represented by this target. - E.g. Chromium.""" - if self._IsBundle(): - return self.spec.get("product_name", self.spec["target_name"]) - else: - return self._GetStandaloneBinaryPath() - - def GetExecutablePath(self): - """Returns the qualified path to the primary executable of the bundle - represented by this target. E.g. Chromium.app/Contents/MacOS/Chromium.""" - if self._IsBundle(): - return self._GetBundleBinaryPath() - else: - return self._GetStandaloneBinaryPath() - - def GetActiveArchs(self, configname): - """Returns the architectures this target should be built for.""" - config_settings = self.xcode_settings[configname] - xcode_archs_default = GetXcodeArchsDefault() - return xcode_archs_default.ActiveArchs( - config_settings.get("ARCHS"), - config_settings.get("VALID_ARCHS"), - config_settings.get("SDKROOT"), - ) - - def _GetSdkVersionInfoItem(self, sdk, infoitem): - # xcodebuild requires Xcode and can't run on Command Line Tools-only - # systems from 10.7 onward. - # Since the CLT has no SDK paths anyway, returning None is the - # most sensible route and should still do the right thing. - try: - return GetStdoutQuiet(["xcrun", "--sdk", sdk, infoitem]) - except GypError: - pass - - def _SdkRoot(self, configname): - if configname is None: - configname = self.configname - return self.GetPerConfigSetting("SDKROOT", configname, default="") - - def _XcodePlatformPath(self, configname=None): - sdk_root = self._SdkRoot(configname) - if sdk_root not in XcodeSettings._platform_path_cache: - platform_path = self._GetSdkVersionInfoItem( - sdk_root, "--show-sdk-platform-path" - ) - XcodeSettings._platform_path_cache[sdk_root] = platform_path - return XcodeSettings._platform_path_cache[sdk_root] - - def _SdkPath(self, configname=None): - sdk_root = self._SdkRoot(configname) - if sdk_root.startswith("/"): - return sdk_root - return self._XcodeSdkPath(sdk_root) - - def _XcodeSdkPath(self, sdk_root): - if sdk_root not in XcodeSettings._sdk_path_cache: - sdk_path = self._GetSdkVersionInfoItem(sdk_root, "--show-sdk-path") - XcodeSettings._sdk_path_cache[sdk_root] = sdk_path - if sdk_root: - XcodeSettings._sdk_root_cache[sdk_path] = sdk_root - return XcodeSettings._sdk_path_cache[sdk_root] - - def _AppendPlatformVersionMinFlags(self, lst): - self._Appendf(lst, "MACOSX_DEPLOYMENT_TARGET", "-mmacosx-version-min=%s") - if "IPHONEOS_DEPLOYMENT_TARGET" in self._Settings(): - # TODO: Implement this better? - sdk_path_basename = os.path.basename(self._SdkPath()) - if sdk_path_basename.lower().startswith("iphonesimulator"): - self._Appendf( - lst, "IPHONEOS_DEPLOYMENT_TARGET", "-mios-simulator-version-min=%s" - ) - else: - self._Appendf( - lst, "IPHONEOS_DEPLOYMENT_TARGET", "-miphoneos-version-min=%s" - ) - - def GetCflags(self, configname, arch=None): - """Returns flags that need to be added to .c, .cc, .m, and .mm - compilations.""" - # This functions (and the similar ones below) do not offer complete - # emulation of all xcode_settings keys. They're implemented on demand. - - self.configname = configname - cflags = [] - - sdk_root = self._SdkPath() - if "SDKROOT" in self._Settings() and sdk_root: - cflags.append("-isysroot %s" % sdk_root) - - if self.header_map_path: - cflags.append("-I%s" % self.header_map_path) - - if self._Test("CLANG_WARN_CONSTANT_CONVERSION", "YES", default="NO"): - cflags.append("-Wconstant-conversion") - - if self._Test("GCC_CHAR_IS_UNSIGNED_CHAR", "YES", default="NO"): - cflags.append("-funsigned-char") - - if self._Test("GCC_CW_ASM_SYNTAX", "YES", default="YES"): - cflags.append("-fasm-blocks") - - if "GCC_DYNAMIC_NO_PIC" in self._Settings(): - if self._Settings()["GCC_DYNAMIC_NO_PIC"] == "YES": - cflags.append("-mdynamic-no-pic") - else: - pass - # TODO: In this case, it depends on the target. xcode passes - # mdynamic-no-pic by default for executable and possibly static lib - # according to mento - - if self._Test("GCC_ENABLE_PASCAL_STRINGS", "YES", default="YES"): - cflags.append("-mpascal-strings") - - self._Appendf(cflags, "GCC_OPTIMIZATION_LEVEL", "-O%s", default="s") - - if self._Test("GCC_GENERATE_DEBUGGING_SYMBOLS", "YES", default="YES"): - dbg_format = self._Settings().get("DEBUG_INFORMATION_FORMAT", "dwarf") - if dbg_format == "dwarf": - cflags.append("-gdwarf-2") - elif dbg_format == "stabs": - raise NotImplementedError("stabs debug format is not supported yet.") - elif dbg_format == "dwarf-with-dsym": - cflags.append("-gdwarf-2") - else: - raise NotImplementedError("Unknown debug format %s" % dbg_format) - - if self._Settings().get("GCC_STRICT_ALIASING") == "YES": - cflags.append("-fstrict-aliasing") - elif self._Settings().get("GCC_STRICT_ALIASING") == "NO": - cflags.append("-fno-strict-aliasing") - - if self._Test("GCC_SYMBOLS_PRIVATE_EXTERN", "YES", default="NO"): - cflags.append("-fvisibility=hidden") - - if self._Test("GCC_TREAT_WARNINGS_AS_ERRORS", "YES", default="NO"): - cflags.append("-Werror") - - if self._Test("GCC_WARN_ABOUT_MISSING_NEWLINE", "YES", default="NO"): - cflags.append("-Wnewline-eof") - - # In Xcode, this is only activated when GCC_COMPILER_VERSION is clang or - # llvm-gcc. It also requires a fairly recent libtool, and - # if the system clang isn't used, DYLD_LIBRARY_PATH needs to contain the - # path to the libLTO.dylib that matches the used clang. - if self._Test("LLVM_LTO", "YES", default="NO"): - cflags.append("-flto") - - self._AppendPlatformVersionMinFlags(cflags) - - # TODO: - if self._Test("COPY_PHASE_STRIP", "YES", default="NO"): - self._WarnUnimplemented("COPY_PHASE_STRIP") - self._WarnUnimplemented("GCC_DEBUGGING_SYMBOLS") - self._WarnUnimplemented("GCC_ENABLE_OBJC_EXCEPTIONS") - - # TODO: This is exported correctly, but assigning to it is not supported. - self._WarnUnimplemented("MACH_O_TYPE") - self._WarnUnimplemented("PRODUCT_TYPE") - - # If GYP_CROSSCOMPILE (--cross-compiling), disable architecture-specific - # additions and assume these will be provided as required via CC_host, - # CXX_host, CC_target and CXX_target. - if not gyp.common.CrossCompileRequested(): - if arch is not None: - archs = [arch] - else: - assert self.configname - archs = self.GetActiveArchs(self.configname) - if len(archs) != 1: - # TODO: Supporting fat binaries will be annoying. - self._WarnUnimplemented("ARCHS") - archs = ["i386"] - cflags.append("-arch " + archs[0]) - - if archs[0] in ("i386", "x86_64"): - if self._Test("GCC_ENABLE_SSE3_EXTENSIONS", "YES", default="NO"): - cflags.append("-msse3") - if self._Test( - "GCC_ENABLE_SUPPLEMENTAL_SSE3_INSTRUCTIONS", "YES", default="NO" - ): - cflags.append("-mssse3") # Note 3rd 's'. - if self._Test("GCC_ENABLE_SSE41_EXTENSIONS", "YES", default="NO"): - cflags.append("-msse4.1") - if self._Test("GCC_ENABLE_SSE42_EXTENSIONS", "YES", default="NO"): - cflags.append("-msse4.2") - - cflags += self._Settings().get("WARNING_CFLAGS", []) - - if self._IsXCTest(): - platform_root = self._XcodePlatformPath(configname) - if platform_root: - cflags.append("-F" + platform_root + "/Developer/Library/Frameworks/") - - if sdk_root: - framework_root = sdk_root - else: - framework_root = "" - config = self.spec["configurations"][self.configname] - framework_dirs = config.get("mac_framework_dirs", []) - for directory in framework_dirs: - cflags.append("-F" + directory.replace("$(SDKROOT)", framework_root)) - - self.configname = None - return cflags - - def GetCflagsC(self, configname): - """Returns flags that need to be added to .c, and .m compilations.""" - self.configname = configname - cflags_c = [] - if self._Settings().get("GCC_C_LANGUAGE_STANDARD", "") == "ansi": - cflags_c.append("-ansi") - else: - self._Appendf(cflags_c, "GCC_C_LANGUAGE_STANDARD", "-std=%s") - cflags_c += self._Settings().get("OTHER_CFLAGS", []) - self.configname = None - return cflags_c - - def GetCflagsCC(self, configname): - """Returns flags that need to be added to .cc, and .mm compilations.""" - self.configname = configname - cflags_cc = [] - - clang_cxx_language_standard = self._Settings().get( - "CLANG_CXX_LANGUAGE_STANDARD" - ) - # Note: Don't make c++0x to c++11 so that c++0x can be used with older - # clangs that don't understand c++11 yet (like Xcode 4.2's). - if clang_cxx_language_standard: - cflags_cc.append("-std=%s" % clang_cxx_language_standard) - - self._Appendf(cflags_cc, "CLANG_CXX_LIBRARY", "-stdlib=%s") - - if self._Test("GCC_ENABLE_CPP_RTTI", "NO", default="YES"): - cflags_cc.append("-fno-rtti") - if self._Test("GCC_ENABLE_CPP_EXCEPTIONS", "NO", default="YES"): - cflags_cc.append("-fno-exceptions") - if self._Test("GCC_INLINES_ARE_PRIVATE_EXTERN", "YES", default="NO"): - cflags_cc.append("-fvisibility-inlines-hidden") - if self._Test("GCC_THREADSAFE_STATICS", "NO", default="YES"): - cflags_cc.append("-fno-threadsafe-statics") - # Note: This flag is a no-op for clang, it only has an effect for gcc. - if self._Test("GCC_WARN_ABOUT_INVALID_OFFSETOF_MACRO", "NO", default="YES"): - cflags_cc.append("-Wno-invalid-offsetof") - - other_ccflags = [] - - for flag in self._Settings().get("OTHER_CPLUSPLUSFLAGS", ["$(inherited)"]): - # TODO: More general variable expansion. Missing in many other places too. - if flag in ("$inherited", "$(inherited)", "${inherited}"): - flag = "$OTHER_CFLAGS" - if flag in ("$OTHER_CFLAGS", "$(OTHER_CFLAGS)", "${OTHER_CFLAGS}"): - other_ccflags += self._Settings().get("OTHER_CFLAGS", []) - else: - other_ccflags.append(flag) - cflags_cc += other_ccflags - - self.configname = None - return cflags_cc - - def _AddObjectiveCGarbageCollectionFlags(self, flags): - gc_policy = self._Settings().get("GCC_ENABLE_OBJC_GC", "unsupported") - if gc_policy == "supported": - flags.append("-fobjc-gc") - elif gc_policy == "required": - flags.append("-fobjc-gc-only") - - def _AddObjectiveCARCFlags(self, flags): - if self._Test("CLANG_ENABLE_OBJC_ARC", "YES", default="NO"): - flags.append("-fobjc-arc") - - def _AddObjectiveCMissingPropertySynthesisFlags(self, flags): - if self._Test( - "CLANG_WARN_OBJC_MISSING_PROPERTY_SYNTHESIS", "YES", default="NO" - ): - flags.append("-Wobjc-missing-property-synthesis") - - def GetCflagsObjC(self, configname): - """Returns flags that need to be added to .m compilations.""" - self.configname = configname - cflags_objc = [] - self._AddObjectiveCGarbageCollectionFlags(cflags_objc) - self._AddObjectiveCARCFlags(cflags_objc) - self._AddObjectiveCMissingPropertySynthesisFlags(cflags_objc) - self.configname = None - return cflags_objc - - def GetCflagsObjCC(self, configname): - """Returns flags that need to be added to .mm compilations.""" - self.configname = configname - cflags_objcc = [] - self._AddObjectiveCGarbageCollectionFlags(cflags_objcc) - self._AddObjectiveCARCFlags(cflags_objcc) - self._AddObjectiveCMissingPropertySynthesisFlags(cflags_objcc) - if self._Test("GCC_OBJC_CALL_CXX_CDTORS", "YES", default="NO"): - cflags_objcc.append("-fobjc-call-cxx-cdtors") - self.configname = None - return cflags_objcc - - def GetInstallNameBase(self): - """Return DYLIB_INSTALL_NAME_BASE for this target.""" - # Xcode sets this for shared_libraries, and for nonbundled loadable_modules. - if self.spec["type"] != "shared_library" and ( - self.spec["type"] != "loadable_module" or self._IsBundle() - ): - return None - install_base = self.GetPerTargetSetting( - "DYLIB_INSTALL_NAME_BASE", - default="/Library/Frameworks" if self._IsBundle() else "/usr/local/lib", - ) - return install_base - - def _StandardizePath(self, path): - """Do :standardizepath processing for path.""" - # I'm not quite sure what :standardizepath does. Just call normpath(), - # but don't let @executable_path/../foo collapse to foo. - if "/" in path: - prefix, rest = "", path - if path.startswith("@"): - prefix, rest = path.split("/", 1) - rest = os.path.normpath(rest) # :standardizepath - path = os.path.join(prefix, rest) - return path - - def GetInstallName(self): - """Return LD_DYLIB_INSTALL_NAME for this target.""" - # Xcode sets this for shared_libraries, and for nonbundled loadable_modules. - if self.spec["type"] != "shared_library" and ( - self.spec["type"] != "loadable_module" or self._IsBundle() - ): - return None - - default_install_name = ( - "$(DYLIB_INSTALL_NAME_BASE:standardizepath)/$(EXECUTABLE_PATH)" - ) - install_name = self.GetPerTargetSetting( - "LD_DYLIB_INSTALL_NAME", default=default_install_name - ) - - # Hardcode support for the variables used in chromium for now, to - # unblock people using the make build. - if "$" in install_name: - assert install_name in ( - "$(DYLIB_INSTALL_NAME_BASE:standardizepath)/" - "$(WRAPPER_NAME)/$(PRODUCT_NAME)", - default_install_name, - ), ( - "Variables in LD_DYLIB_INSTALL_NAME are not generally supported " - "yet in target '%s' (got '%s')" - % (self.spec["target_name"], install_name) - ) - - install_name = install_name.replace( - "$(DYLIB_INSTALL_NAME_BASE:standardizepath)", - self._StandardizePath(self.GetInstallNameBase()), - ) - if self._IsBundle(): - # These are only valid for bundles, hence the |if|. - install_name = install_name.replace( - "$(WRAPPER_NAME)", self.GetWrapperName() - ) - install_name = install_name.replace( - "$(PRODUCT_NAME)", self.GetProductName() - ) - else: - assert "$(WRAPPER_NAME)" not in install_name - assert "$(PRODUCT_NAME)" not in install_name - - install_name = install_name.replace( - "$(EXECUTABLE_PATH)", self.GetExecutablePath() - ) - return install_name - - def _MapLinkerFlagFilename(self, ldflag, gyp_to_build_path): - """Checks if ldflag contains a filename and if so remaps it from - gyp-directory-relative to build-directory-relative.""" - # This list is expanded on demand. - # They get matched as: - # -exported_symbols_list file - # -Wl,exported_symbols_list file - # -Wl,exported_symbols_list,file - LINKER_FILE = r"(\S+)" - WORD = r"\S+" - linker_flags = [ - ["-exported_symbols_list", LINKER_FILE], # Needed for NaCl. - ["-unexported_symbols_list", LINKER_FILE], - ["-reexported_symbols_list", LINKER_FILE], - ["-sectcreate", WORD, WORD, LINKER_FILE], # Needed for remoting. - ] - for flag_pattern in linker_flags: - regex = re.compile("(?:-Wl,)?" + "[ ,]".join(flag_pattern)) - m = regex.match(ldflag) - if m: - ldflag = ( - ldflag[: m.start(1)] - + gyp_to_build_path(m.group(1)) - + ldflag[m.end(1) :] - ) - # Required for ffmpeg (no idea why they don't use LIBRARY_SEARCH_PATHS, - # TODO(thakis): Update ffmpeg.gyp): - if ldflag.startswith("-L"): - ldflag = "-L" + gyp_to_build_path(ldflag[len("-L") :]) - return ldflag - - def GetLdflags(self, configname, product_dir, gyp_to_build_path, arch=None): - """Returns flags that need to be passed to the linker. - - Args: - configname: The name of the configuration to get ld flags for. - product_dir: The directory where products such static and dynamic - libraries are placed. This is added to the library search path. - gyp_to_build_path: A function that converts paths relative to the - current gyp file to paths relative to the build directory. - """ - self.configname = configname - ldflags = [] - - # The xcode build is relative to a gyp file's directory, and OTHER_LDFLAGS - # can contain entries that depend on this. Explicitly absolutify these. - for ldflag in self._Settings().get("OTHER_LDFLAGS", []): - ldflags.append(self._MapLinkerFlagFilename(ldflag, gyp_to_build_path)) - - if self._Test("DEAD_CODE_STRIPPING", "YES", default="NO"): - ldflags.append("-Wl,-dead_strip") - - if self._Test("PREBINDING", "YES", default="NO"): - ldflags.append("-Wl,-prebind") - - self._Appendf( - ldflags, "DYLIB_COMPATIBILITY_VERSION", "-compatibility_version %s" - ) - self._Appendf(ldflags, "DYLIB_CURRENT_VERSION", "-current_version %s") - - self._AppendPlatformVersionMinFlags(ldflags) - - if "SDKROOT" in self._Settings() and self._SdkPath(): - ldflags.append("-isysroot " + self._SdkPath()) - - for library_path in self._Settings().get("LIBRARY_SEARCH_PATHS", []): - ldflags.append("-L" + gyp_to_build_path(library_path)) - - if "ORDER_FILE" in self._Settings(): - ldflags.append( - "-Wl,-order_file " - + "-Wl," - + gyp_to_build_path(self._Settings()["ORDER_FILE"]) - ) - - if not gyp.common.CrossCompileRequested(): - if arch is not None: - archs = [arch] - else: - assert self.configname - archs = self.GetActiveArchs(self.configname) - if len(archs) != 1: - # TODO: Supporting fat binaries will be annoying. - self._WarnUnimplemented("ARCHS") - archs = ["i386"] - ldflags.append("-arch " + archs[0]) - - # Xcode adds the product directory by default. - # Rewrite -L. to -L./ to work around http://www.openradar.me/25313838 - ldflags.append("-L" + (product_dir if product_dir != "." else "./")) - - install_name = self.GetInstallName() - if install_name and self.spec["type"] != "loadable_module": - ldflags.append("-install_name " + install_name.replace(" ", r"\ ")) - - for rpath in self._Settings().get("LD_RUNPATH_SEARCH_PATHS", []): - ldflags.append("-Wl,-rpath," + rpath) - - sdk_root = self._SdkPath() - if not sdk_root: - sdk_root = "" - config = self.spec["configurations"][self.configname] - framework_dirs = config.get("mac_framework_dirs", []) - for directory in framework_dirs: - ldflags.append("-F" + directory.replace("$(SDKROOT)", sdk_root)) - - if self._IsXCTest(): - platform_root = self._XcodePlatformPath(configname) - if sdk_root and platform_root: - ldflags.append("-F" + platform_root + "/Developer/Library/Frameworks/") - ldflags.append("-framework XCTest") - - is_extension = self._IsIosAppExtension() or self._IsIosWatchKitExtension() - if sdk_root and is_extension: - # Adds the link flags for extensions. These flags are common for all - # extensions and provide loader and main function. - # These flags reflect the compilation options used by xcode to compile - # extensions. - xcode_version, _ = XcodeVersion() - if xcode_version < "0900": - ldflags.append("-lpkstart") - ldflags.append( - sdk_root - + "/System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit" - ) - else: - ldflags.append("-e _NSExtensionMain") - ldflags.append("-fapplication-extension") - - self._Appendf(ldflags, "CLANG_CXX_LIBRARY", "-stdlib=%s") - - self.configname = None - return ldflags - - def GetLibtoolflags(self, configname): - """Returns flags that need to be passed to the static linker. - - Args: - configname: The name of the configuration to get ld flags for. - """ - self.configname = configname - libtoolflags = [] - - for libtoolflag in self._Settings().get("OTHER_LDFLAGS", []): - libtoolflags.append(libtoolflag) - # TODO(thakis): ARCHS? - - self.configname = None - return libtoolflags - - def GetPerTargetSettings(self): - """Gets a list of all the per-target settings. This will only fetch keys - whose values are the same across all configurations.""" - first_pass = True - result = {} - for configname in sorted(self.xcode_settings.keys()): - if first_pass: - result = dict(self.xcode_settings[configname]) - first_pass = False - else: - for key, value in self.xcode_settings[configname].items(): - if key not in result: - continue - elif result[key] != value: - del result[key] - return result - - def GetPerConfigSetting(self, setting, configname, default=None): - if configname in self.xcode_settings: - return self.xcode_settings[configname].get(setting, default) - else: - return self.GetPerTargetSetting(setting, default) - - def GetPerTargetSetting(self, setting, default=None): - """Tries to get xcode_settings.setting from spec. Assumes that the setting - has the same value in all configurations and throws otherwise.""" - is_first_pass = True - result = None - for configname in sorted(self.xcode_settings.keys()): - if is_first_pass: - result = self.xcode_settings[configname].get(setting, None) - is_first_pass = False - else: - assert result == self.xcode_settings[configname].get(setting, None), ( - "Expected per-target setting for '%s', got per-config setting " - "(target %s)" % (setting, self.spec["target_name"]) - ) - if result is None: - return default - return result - - def _GetStripPostbuilds(self, configname, output_binary, quiet): - """Returns a list of shell commands that contain the shell commands - necessary to strip this target's binary. These should be run as postbuilds - before the actual postbuilds run.""" - self.configname = configname - - result = [] - if self._Test("DEPLOYMENT_POSTPROCESSING", "YES", default="NO") and self._Test( - "STRIP_INSTALLED_PRODUCT", "YES", default="NO" - ): - - default_strip_style = "debugging" - if ( - self.spec["type"] == "loadable_module" or self._IsIosAppExtension() - ) and self._IsBundle(): - default_strip_style = "non-global" - elif self.spec["type"] == "executable": - default_strip_style = "all" - - strip_style = self._Settings().get("STRIP_STYLE", default_strip_style) - strip_flags = {"all": "", "non-global": "-x", "debugging": "-S"}[ - strip_style - ] - - explicit_strip_flags = self._Settings().get("STRIPFLAGS", "") - if explicit_strip_flags: - strip_flags += " " + _NormalizeEnvVarReferences(explicit_strip_flags) - - if not quiet: - result.append("echo STRIP\\(%s\\)" % self.spec["target_name"]) - result.append(f"strip {strip_flags} {output_binary}") - - self.configname = None - return result - - def _GetDebugInfoPostbuilds(self, configname, output, output_binary, quiet): - """Returns a list of shell commands that contain the shell commands - necessary to massage this target's debug information. These should be run - as postbuilds before the actual postbuilds run.""" - self.configname = configname - - # For static libraries, no dSYMs are created. - result = [] - if ( - self._Test("GCC_GENERATE_DEBUGGING_SYMBOLS", "YES", default="YES") - and self._Test( - "DEBUG_INFORMATION_FORMAT", "dwarf-with-dsym", default="dwarf" - ) - and self.spec["type"] != "static_library" - ): - if not quiet: - result.append("echo DSYMUTIL\\(%s\\)" % self.spec["target_name"]) - result.append("dsymutil {} -o {}".format(output_binary, output + ".dSYM")) - - self.configname = None - return result - - def _GetTargetPostbuilds(self, configname, output, output_binary, quiet=False): - """Returns a list of shell commands that contain the shell commands - to run as postbuilds for this target, before the actual postbuilds.""" - # dSYMs need to build before stripping happens. - return self._GetDebugInfoPostbuilds( - configname, output, output_binary, quiet - ) + self._GetStripPostbuilds(configname, output_binary, quiet) - - def _GetIOSPostbuilds(self, configname, output_binary): - """Return a shell command to codesign the iOS output binary so it can - be deployed to a device. This should be run as the very last step of the - build.""" - if not ( - self.isIOS - and (self.spec["type"] == "executable" or self._IsXCTest()) - or self.IsIosFramework() - ): - return [] - - postbuilds = [] - product_name = self.GetFullProductName() - settings = self.xcode_settings[configname] - - # Xcode expects XCTests to be copied into the TEST_HOST dir. - if self._IsXCTest(): - source = os.path.join("${BUILT_PRODUCTS_DIR}", product_name) - test_host = os.path.dirname(settings.get("TEST_HOST")) - xctest_destination = os.path.join(test_host, "PlugIns", product_name) - postbuilds.extend([f"ditto {source} {xctest_destination}"]) - - key = self._GetIOSCodeSignIdentityKey(settings) - if not key: - return postbuilds - - # Warn for any unimplemented signing xcode keys. - unimpl = ["OTHER_CODE_SIGN_FLAGS"] - unimpl = set(unimpl) & set(self.xcode_settings[configname].keys()) - if unimpl: - print( - "Warning: Some codesign keys not implemented, ignoring: %s" - % ", ".join(sorted(unimpl)) - ) - - if self._IsXCTest(): - # For device xctests, Xcode copies two extra frameworks into $TEST_HOST. - test_host = os.path.dirname(settings.get("TEST_HOST")) - frameworks_dir = os.path.join(test_host, "Frameworks") - platform_root = self._XcodePlatformPath(configname) - frameworks = [ - "Developer/Library/PrivateFrameworks/IDEBundleInjection.framework", - "Developer/Library/Frameworks/XCTest.framework", - ] - for framework in frameworks: - source = os.path.join(platform_root, framework) - destination = os.path.join(frameworks_dir, os.path.basename(framework)) - postbuilds.extend([f"ditto {source} {destination}"]) - - # Then re-sign everything with 'preserve=True' - postbuilds.extend( - [ - '%s code-sign-bundle "%s" "%s" "%s" "%s" %s' - % ( - os.path.join("${TARGET_BUILD_DIR}", "gyp-mac-tool"), - key, - settings.get("CODE_SIGN_ENTITLEMENTS", ""), - settings.get("PROVISIONING_PROFILE", ""), - destination, - True, - ) - ] - ) - plugin_dir = os.path.join(test_host, "PlugIns") - targets = [os.path.join(plugin_dir, product_name), test_host] - for target in targets: - postbuilds.extend( - [ - '%s code-sign-bundle "%s" "%s" "%s" "%s" %s' - % ( - os.path.join("${TARGET_BUILD_DIR}", "gyp-mac-tool"), - key, - settings.get("CODE_SIGN_ENTITLEMENTS", ""), - settings.get("PROVISIONING_PROFILE", ""), - target, - True, - ) - ] - ) - - postbuilds.extend( - [ - '%s code-sign-bundle "%s" "%s" "%s" "%s" %s' - % ( - os.path.join("${TARGET_BUILD_DIR}", "gyp-mac-tool"), - key, - settings.get("CODE_SIGN_ENTITLEMENTS", ""), - settings.get("PROVISIONING_PROFILE", ""), - os.path.join("${BUILT_PRODUCTS_DIR}", product_name), - False, - ) - ] - ) - return postbuilds - - def _GetIOSCodeSignIdentityKey(self, settings): - identity = settings.get("CODE_SIGN_IDENTITY") - if not identity: - return None - if identity not in XcodeSettings._codesigning_key_cache: - output = subprocess.check_output( - ["security", "find-identity", "-p", "codesigning", "-v"] - ) - for line in output.splitlines(): - if identity in line: - fingerprint = line.split()[1] - cache = XcodeSettings._codesigning_key_cache - assert identity not in cache or fingerprint == cache[identity], ( - "Multiple codesigning fingerprints for identity: %s" % identity - ) - XcodeSettings._codesigning_key_cache[identity] = fingerprint - return XcodeSettings._codesigning_key_cache.get(identity, "") - - def AddImplicitPostbuilds( - self, configname, output, output_binary, postbuilds=[], quiet=False - ): - """Returns a list of shell commands that should run before and after - |postbuilds|.""" - assert output_binary is not None - pre = self._GetTargetPostbuilds(configname, output, output_binary, quiet) - post = self._GetIOSPostbuilds(configname, output_binary) - return pre + postbuilds + post - - def _AdjustLibrary(self, library, config_name=None): - if library.endswith(".framework"): - l_flag = "-framework " + os.path.splitext(os.path.basename(library))[0] - else: - m = self.library_re.match(library) - if m: - l_flag = "-l" + m.group(1) - else: - l_flag = library - - sdk_root = self._SdkPath(config_name) - if not sdk_root: - sdk_root = "" - # Xcode 7 started shipping with ".tbd" (text based stubs) files instead of - # ".dylib" without providing a real support for them. What it does, for - # "/usr/lib" libraries, is do "-L/usr/lib -lname" which is dependent on the - # library order and cause collision when building Chrome. - # - # Instead substitute ".tbd" to ".dylib" in the generated project when the - # following conditions are both true: - # - library is referenced in the gyp file as "$(SDKROOT)/**/*.dylib", - # - the ".dylib" file does not exists but a ".tbd" file do. - library = l_flag.replace("$(SDKROOT)", sdk_root) - if l_flag.startswith("$(SDKROOT)"): - basename, ext = os.path.splitext(library) - if ext == ".dylib" and not os.path.exists(library): - tbd_library = basename + ".tbd" - if os.path.exists(tbd_library): - library = tbd_library - return library - - def AdjustLibraries(self, libraries, config_name=None): - """Transforms entries like 'Cocoa.framework' in libraries into entries like - '-framework Cocoa', 'libcrypto.dylib' into '-lcrypto', etc. - """ - libraries = [self._AdjustLibrary(library, config_name) for library in libraries] - return libraries - - def _BuildMachineOSBuild(self): - return GetStdout(["sw_vers", "-buildVersion"]) - - def _XcodeIOSDeviceFamily(self, configname): - family = self.xcode_settings[configname].get("TARGETED_DEVICE_FAMILY", "1") - return [int(x) for x in family.split(",")] - - def GetExtraPlistItems(self, configname=None): - """Returns a dictionary with extra items to insert into Info.plist.""" - if configname not in XcodeSettings._plist_cache: - cache = {} - cache["BuildMachineOSBuild"] = self._BuildMachineOSBuild() - - xcode_version, xcode_build = XcodeVersion() - cache["DTXcode"] = xcode_version - cache["DTXcodeBuild"] = xcode_build - compiler = self.xcode_settings[configname].get("GCC_VERSION") - if compiler is not None: - cache["DTCompiler"] = compiler - - sdk_root = self._SdkRoot(configname) - if not sdk_root: - sdk_root = self._DefaultSdkRoot() - sdk_version = self._GetSdkVersionInfoItem(sdk_root, "--show-sdk-version") - cache["DTSDKName"] = sdk_root + (sdk_version or "") - if xcode_version >= "0720": - cache["DTSDKBuild"] = self._GetSdkVersionInfoItem( - sdk_root, "--show-sdk-build-version" - ) - elif xcode_version >= "0430": - cache["DTSDKBuild"] = sdk_version - else: - cache["DTSDKBuild"] = cache["BuildMachineOSBuild"] - - if self.isIOS: - cache["MinimumOSVersion"] = self.xcode_settings[configname].get( - "IPHONEOS_DEPLOYMENT_TARGET" - ) - cache["DTPlatformName"] = sdk_root - cache["DTPlatformVersion"] = sdk_version - - if configname.endswith("iphoneos"): - cache["CFBundleSupportedPlatforms"] = ["iPhoneOS"] - cache["DTPlatformBuild"] = cache["DTSDKBuild"] - else: - cache["CFBundleSupportedPlatforms"] = ["iPhoneSimulator"] - # This is weird, but Xcode sets DTPlatformBuild to an empty field - # for simulator builds. - cache["DTPlatformBuild"] = "" - XcodeSettings._plist_cache[configname] = cache - - # Include extra plist items that are per-target, not per global - # XcodeSettings. - items = dict(XcodeSettings._plist_cache[configname]) - if self.isIOS: - items["UIDeviceFamily"] = self._XcodeIOSDeviceFamily(configname) - return items - - def _DefaultSdkRoot(self): - """Returns the default SDKROOT to use. - - Prior to version 5.0.0, if SDKROOT was not explicitly set in the Xcode - project, then the environment variable was empty. Starting with this - version, Xcode uses the name of the newest SDK installed. - """ - xcode_version, _ = XcodeVersion() - if xcode_version < "0500": - return "" - default_sdk_path = self._XcodeSdkPath("") - default_sdk_root = XcodeSettings._sdk_root_cache.get(default_sdk_path) - if default_sdk_root: - return default_sdk_root - try: - all_sdks = GetStdout(["xcodebuild", "-showsdks"]) - except GypError: - # If xcodebuild fails, there will be no valid SDKs - return "" - for line in all_sdks.splitlines(): - items = line.split() - if len(items) >= 3 and items[-2] == "-sdk": - sdk_root = items[-1] - sdk_path = self._XcodeSdkPath(sdk_root) - if sdk_path == default_sdk_path: - return sdk_root - return "" - - -class MacPrefixHeader: - """A class that helps with emulating Xcode's GCC_PREFIX_HEADER feature. - - This feature consists of several pieces: - * If GCC_PREFIX_HEADER is present, all compilations in that project get an - additional |-include path_to_prefix_header| cflag. - * If GCC_PRECOMPILE_PREFIX_HEADER is present too, then the prefix header is - instead compiled, and all other compilations in the project get an - additional |-include path_to_compiled_header| instead. - + Compiled prefix headers have the extension gch. There is one gch file for - every language used in the project (c, cc, m, mm), since gch files for - different languages aren't compatible. - + gch files themselves are built with the target's normal cflags, but they - obviously don't get the |-include| flag. Instead, they need a -x flag that - describes their language. - + All o files in the target need to depend on the gch file, to make sure - it's built before any o file is built. - - This class helps with some of these tasks, but it needs help from the build - system for writing dependencies to the gch files, for writing build commands - for the gch files, and for figuring out the location of the gch files. - """ - - def __init__( - self, xcode_settings, gyp_path_to_build_path, gyp_path_to_build_output - ): - """If xcode_settings is None, all methods on this class are no-ops. - - Args: - gyp_path_to_build_path: A function that takes a gyp-relative path, - and returns a path relative to the build directory. - gyp_path_to_build_output: A function that takes a gyp-relative path and - a language code ('c', 'cc', 'm', or 'mm'), and that returns a path - to where the output of precompiling that path for that language - should be placed (without the trailing '.gch'). - """ - # This doesn't support per-configuration prefix headers. Good enough - # for now. - self.header = None - self.compile_headers = False - if xcode_settings: - self.header = xcode_settings.GetPerTargetSetting("GCC_PREFIX_HEADER") - self.compile_headers = ( - xcode_settings.GetPerTargetSetting( - "GCC_PRECOMPILE_PREFIX_HEADER", default="NO" - ) - != "NO" - ) - self.compiled_headers = {} - if self.header: - if self.compile_headers: - for lang in ["c", "cc", "m", "mm"]: - self.compiled_headers[lang] = gyp_path_to_build_output( - self.header, lang - ) - self.header = gyp_path_to_build_path(self.header) - - def _CompiledHeader(self, lang, arch): - assert self.compile_headers - h = self.compiled_headers[lang] - if arch: - h += "." + arch - return h - - def GetInclude(self, lang, arch=None): - """Gets the cflags to include the prefix header for language |lang|.""" - if self.compile_headers and lang in self.compiled_headers: - return "-include %s" % self._CompiledHeader(lang, arch) - elif self.header: - return "-include %s" % self.header - else: - return "" - - def _Gch(self, lang, arch): - """Returns the actual file name of the prefix header for language |lang|.""" - assert self.compile_headers - return self._CompiledHeader(lang, arch) + ".gch" - - def GetObjDependencies(self, sources, objs, arch=None): - """Given a list of source files and the corresponding object files, returns - a list of (source, object, gch) tuples, where |gch| is the build-directory - relative path to the gch file each object file depends on. |compilable[i]| - has to be the source file belonging to |objs[i]|.""" - if not self.header or not self.compile_headers: - return [] - - result = [] - for source, obj in zip(sources, objs): - ext = os.path.splitext(source)[1] - lang = { - ".c": "c", - ".cpp": "cc", - ".cc": "cc", - ".cxx": "cc", - ".m": "m", - ".mm": "mm", - }.get(ext, None) - if lang: - result.append((source, obj, self._Gch(lang, arch))) - return result - - def GetPchBuildCommands(self, arch=None): - """Returns [(path_to_gch, language_flag, language, header)]. - |path_to_gch| and |header| are relative to the build directory. - """ - if not self.header or not self.compile_headers: - return [] - return [ - (self._Gch("c", arch), "-x c-header", "c", self.header), - (self._Gch("cc", arch), "-x c++-header", "cc", self.header), - (self._Gch("m", arch), "-x objective-c-header", "m", self.header), - (self._Gch("mm", arch), "-x objective-c++-header", "mm", self.header), - ] - - -def XcodeVersion(): - """Returns a tuple of version and build version of installed Xcode.""" - # `xcodebuild -version` output looks like - # Xcode 4.6.3 - # Build version 4H1503 - # or like - # Xcode 3.2.6 - # Component versions: DevToolsCore-1809.0; DevToolsSupport-1806.0 - # BuildVersion: 10M2518 - # Convert that to ('0463', '4H1503') or ('0326', '10M2518'). - global XCODE_VERSION_CACHE - if XCODE_VERSION_CACHE: - return XCODE_VERSION_CACHE - version = "" - build = "" - try: - version_list = GetStdoutQuiet(["xcodebuild", "-version"]).splitlines() - # In some circumstances xcodebuild exits 0 but doesn't return - # the right results; for example, a user on 10.7 or 10.8 with - # a bogus path set via xcode-select - # In that case this may be a CLT-only install so fall back to - # checking that version. - if len(version_list) < 2: - raise GypError("xcodebuild returned unexpected results") - version = version_list[0].split()[-1] # Last word on first line - build = version_list[-1].split()[-1] # Last word on last line - except GypError: # Xcode not installed so look for XCode Command Line Tools - version = CLTVersion() # macOS Catalina returns 11.0.0.0.1.1567737322 - if not version: - raise GypError("No Xcode or CLT version detected!") - # Be careful to convert "4.2.3" to "0423" and "11.0.0" to "1100": - version = version.split(".")[:3] # Just major, minor, micro - version[0] = version[0].zfill(2) # Add a leading zero if major is one digit - version = ("".join(version) + "00")[:4] # Limit to exactly four characters - XCODE_VERSION_CACHE = (version, build) - return XCODE_VERSION_CACHE - - -# This function ported from the logic in Homebrew's CLT version check -def CLTVersion(): - """Returns the version of command-line tools from pkgutil.""" - # pkgutil output looks like - # package-id: com.apple.pkg.CLTools_Executables - # version: 5.0.1.0.1.1382131676 - # volume: / - # location: / - # install-time: 1382544035 - # groups: com.apple.FindSystemFiles.pkg-group - # com.apple.DevToolsBoth.pkg-group - # com.apple.DevToolsNonRelocatableShared.pkg-group - STANDALONE_PKG_ID = "com.apple.pkg.DeveloperToolsCLILeo" - FROM_XCODE_PKG_ID = "com.apple.pkg.DeveloperToolsCLI" - MAVERICKS_PKG_ID = "com.apple.pkg.CLTools_Executables" - - regex = re.compile("version: (?P<version>.+)") - for key in [MAVERICKS_PKG_ID, STANDALONE_PKG_ID, FROM_XCODE_PKG_ID]: - try: - output = GetStdout(["/usr/sbin/pkgutil", "--pkg-info", key]) - return re.search(regex, output).groupdict()["version"] - except GypError: - continue - - regex = re.compile(r'Command Line Tools for Xcode\s+(?P<version>\S+)') - try: - output = GetStdout(["/usr/sbin/softwareupdate", "--history"]) - return re.search(regex, output).groupdict()["version"] - except GypError: - return None - - -def GetStdoutQuiet(cmdlist): - """Returns the content of standard output returned by invoking |cmdlist|. - Ignores the stderr. - Raises |GypError| if the command return with a non-zero return code.""" - job = subprocess.Popen(cmdlist, stdout=subprocess.PIPE, stderr=subprocess.PIPE) - out = job.communicate()[0].decode("utf-8") - if job.returncode != 0: - raise GypError("Error %d running %s" % (job.returncode, cmdlist[0])) - return out.rstrip("\n") - - -def GetStdout(cmdlist): - """Returns the content of standard output returned by invoking |cmdlist|. - Raises |GypError| if the command return with a non-zero return code.""" - job = subprocess.Popen(cmdlist, stdout=subprocess.PIPE) - out = job.communicate()[0].decode("utf-8") - if job.returncode != 0: - sys.stderr.write(out + "\n") - raise GypError("Error %d running %s" % (job.returncode, cmdlist[0])) - return out.rstrip("\n") - - -def MergeGlobalXcodeSettingsToSpec(global_dict, spec): - """Merges the global xcode_settings dictionary into each configuration of the - target represented by spec. For keys that are both in the global and the local - xcode_settings dict, the local key gets precedence. - """ - # The xcode generator special-cases global xcode_settings and does something - # that amounts to merging in the global xcode_settings into each local - # xcode_settings dict. - global_xcode_settings = global_dict.get("xcode_settings", {}) - for config in spec["configurations"].values(): - if "xcode_settings" in config: - new_settings = global_xcode_settings.copy() - new_settings.update(config["xcode_settings"]) - config["xcode_settings"] = new_settings - - -def IsMacBundle(flavor, spec): - """Returns if |spec| should be treated as a bundle. - - Bundles are directories with a certain subdirectory structure, instead of - just a single file. Bundle rules do not produce a binary but also package - resources into that directory.""" - is_mac_bundle = ( - int(spec.get("mac_xctest_bundle", 0)) != 0 - or int(spec.get("mac_xcuitest_bundle", 0)) != 0 - or (int(spec.get("mac_bundle", 0)) != 0 and flavor == "mac") - ) - - if is_mac_bundle: - assert spec["type"] != "none", ( - 'mac_bundle targets cannot have type none (target "%s")' - % spec["target_name"] - ) - return is_mac_bundle - - -def GetMacBundleResources(product_dir, xcode_settings, resources): - """Yields (output, resource) pairs for every resource in |resources|. - Only call this for mac bundle targets. - - Args: - product_dir: Path to the directory containing the output bundle, - relative to the build directory. - xcode_settings: The XcodeSettings of the current target. - resources: A list of bundle resources, relative to the build directory. - """ - dest = os.path.join(product_dir, xcode_settings.GetBundleResourceFolder()) - for res in resources: - output = dest - - # The make generator doesn't support it, so forbid it everywhere - # to keep the generators more interchangeable. - assert " " not in res, "Spaces in resource filenames not supported (%s)" % res - - # Split into (path,file). - res_parts = os.path.split(res) - - # Now split the path into (prefix,maybe.lproj). - lproj_parts = os.path.split(res_parts[0]) - # If the resource lives in a .lproj bundle, add that to the destination. - if lproj_parts[1].endswith(".lproj"): - output = os.path.join(output, lproj_parts[1]) - - output = os.path.join(output, res_parts[1]) - # Compiled XIB files are referred to by .nib. - if output.endswith(".xib"): - output = os.path.splitext(output)[0] + ".nib" - # Compiled storyboard files are referred to by .storyboardc. - if output.endswith(".storyboard"): - output = os.path.splitext(output)[0] + ".storyboardc" - - yield output, res - - -def GetMacInfoPlist(product_dir, xcode_settings, gyp_path_to_build_path): - """Returns (info_plist, dest_plist, defines, extra_env), where: - * |info_plist| is the source plist path, relative to the - build directory, - * |dest_plist| is the destination plist path, relative to the - build directory, - * |defines| is a list of preprocessor defines (empty if the plist - shouldn't be preprocessed, - * |extra_env| is a dict of env variables that should be exported when - invoking |mac_tool copy-info-plist|. - - Only call this for mac bundle targets. - - Args: - product_dir: Path to the directory containing the output bundle, - relative to the build directory. - xcode_settings: The XcodeSettings of the current target. - gyp_to_build_path: A function that converts paths relative to the - current gyp file to paths relative to the build directory. - """ - info_plist = xcode_settings.GetPerTargetSetting("INFOPLIST_FILE") - if not info_plist: - return None, None, [], {} - - # The make generator doesn't support it, so forbid it everywhere - # to keep the generators more interchangeable. - assert " " not in info_plist, ( - "Spaces in Info.plist filenames not supported (%s)" % info_plist - ) - - info_plist = gyp_path_to_build_path(info_plist) - - # If explicitly set to preprocess the plist, invoke the C preprocessor and - # specify any defines as -D flags. - if ( - xcode_settings.GetPerTargetSetting("INFOPLIST_PREPROCESS", default="NO") - == "YES" - ): - # Create an intermediate file based on the path. - defines = shlex.split( - xcode_settings.GetPerTargetSetting( - "INFOPLIST_PREPROCESSOR_DEFINITIONS", default="" - ) - ) - else: - defines = [] - - dest_plist = os.path.join(product_dir, xcode_settings.GetBundlePlistPath()) - extra_env = xcode_settings.GetPerTargetSettings() - - return info_plist, dest_plist, defines, extra_env - - -def _GetXcodeEnv( - xcode_settings, built_products_dir, srcroot, configuration, additional_settings=None -): - """Return the environment variables that Xcode would set. See - http://developer.apple.com/library/mac/#documentation/DeveloperTools/Reference/XcodeBuildSettingRef/1-Build_Setting_Reference/build_setting_ref.html#//apple_ref/doc/uid/TP40003931-CH3-SW153 - for a full list. - - Args: - xcode_settings: An XcodeSettings object. If this is None, this function - returns an empty dict. - built_products_dir: Absolute path to the built products dir. - srcroot: Absolute path to the source root. - configuration: The build configuration name. - additional_settings: An optional dict with more values to add to the - result. - """ - - if not xcode_settings: - return {} - - # This function is considered a friend of XcodeSettings, so let it reach into - # its implementation details. - spec = xcode_settings.spec - - # These are filled in on an as-needed basis. - env = { - "BUILT_FRAMEWORKS_DIR": built_products_dir, - "BUILT_PRODUCTS_DIR": built_products_dir, - "CONFIGURATION": configuration, - "PRODUCT_NAME": xcode_settings.GetProductName(), - # For FULL_PRODUCT_NAME see: - # /Developer/Platforms/MacOSX.platform/Developer/Library/Xcode/Specifications/MacOSX\ Product\ Types.xcspec # noqa: E501 - "SRCROOT": srcroot, - "SOURCE_ROOT": "${SRCROOT}", - # This is not true for static libraries, but currently the env is only - # written for bundles: - "TARGET_BUILD_DIR": built_products_dir, - "TEMP_DIR": "${TMPDIR}", - "XCODE_VERSION_ACTUAL": XcodeVersion()[0], - } - if xcode_settings.GetPerConfigSetting("SDKROOT", configuration): - env["SDKROOT"] = xcode_settings._SdkPath(configuration) - else: - env["SDKROOT"] = "" - - if xcode_settings.mac_toolchain_dir: - env["DEVELOPER_DIR"] = xcode_settings.mac_toolchain_dir - - if spec["type"] in ( - "executable", - "static_library", - "shared_library", - "loadable_module", - ): - env["EXECUTABLE_NAME"] = xcode_settings.GetExecutableName() - env["EXECUTABLE_PATH"] = xcode_settings.GetExecutablePath() - env["FULL_PRODUCT_NAME"] = xcode_settings.GetFullProductName() - mach_o_type = xcode_settings.GetMachOType() - if mach_o_type: - env["MACH_O_TYPE"] = mach_o_type - env["PRODUCT_TYPE"] = xcode_settings.GetProductType() - if xcode_settings._IsBundle(): - # xcodeproj_file.py sets the same Xcode subfolder value for this as for - # FRAMEWORKS_FOLDER_PATH so Xcode builds will actually use FFP's value. - env["BUILT_FRAMEWORKS_DIR"] = os.path.join( - built_products_dir + os.sep + xcode_settings.GetBundleFrameworksFolderPath() - ) - env["CONTENTS_FOLDER_PATH"] = xcode_settings.GetBundleContentsFolderPath() - env["EXECUTABLE_FOLDER_PATH"] = xcode_settings.GetBundleExecutableFolderPath() - env[ - "UNLOCALIZED_RESOURCES_FOLDER_PATH" - ] = xcode_settings.GetBundleResourceFolder() - env["JAVA_FOLDER_PATH"] = xcode_settings.GetBundleJavaFolderPath() - env["FRAMEWORKS_FOLDER_PATH"] = xcode_settings.GetBundleFrameworksFolderPath() - env[ - "SHARED_FRAMEWORKS_FOLDER_PATH" - ] = xcode_settings.GetBundleSharedFrameworksFolderPath() - env[ - "SHARED_SUPPORT_FOLDER_PATH" - ] = xcode_settings.GetBundleSharedSupportFolderPath() - env["PLUGINS_FOLDER_PATH"] = xcode_settings.GetBundlePlugInsFolderPath() - env["XPCSERVICES_FOLDER_PATH"] = xcode_settings.GetBundleXPCServicesFolderPath() - env["INFOPLIST_PATH"] = xcode_settings.GetBundlePlistPath() - env["WRAPPER_NAME"] = xcode_settings.GetWrapperName() - - install_name = xcode_settings.GetInstallName() - if install_name: - env["LD_DYLIB_INSTALL_NAME"] = install_name - install_name_base = xcode_settings.GetInstallNameBase() - if install_name_base: - env["DYLIB_INSTALL_NAME_BASE"] = install_name_base - xcode_version, _ = XcodeVersion() - if xcode_version >= "0500" and not env.get("SDKROOT"): - sdk_root = xcode_settings._SdkRoot(configuration) - if not sdk_root: - sdk_root = xcode_settings._XcodeSdkPath("") - if sdk_root is None: - sdk_root = "" - env["SDKROOT"] = sdk_root - - if not additional_settings: - additional_settings = {} - else: - # Flatten lists to strings. - for k in additional_settings: - if not isinstance(additional_settings[k], str): - additional_settings[k] = " ".join(additional_settings[k]) - additional_settings.update(env) - - for k in additional_settings: - additional_settings[k] = _NormalizeEnvVarReferences(additional_settings[k]) - - return additional_settings - - -def _NormalizeEnvVarReferences(str): - """Takes a string containing variable references in the form ${FOO}, $(FOO), - or $FOO, and returns a string with all variable references in the form ${FOO}. - """ - # $FOO -> ${FOO} - str = re.sub(r"\$([a-zA-Z_][a-zA-Z0-9_]*)", r"${\1}", str) - - # $(FOO) -> ${FOO} - matches = re.findall(r"(\$\(([a-zA-Z0-9\-_]+)\))", str) - for match in matches: - to_replace, variable = match - assert "$(" not in match, "$($(FOO)) variables not supported: " + match - str = str.replace(to_replace, "${" + variable + "}") - - return str - - -def ExpandEnvVars(string, expansions): - """Expands ${VARIABLES}, $(VARIABLES), and $VARIABLES in string per the - expansions list. If the variable expands to something that references - another variable, this variable is expanded as well if it's in env -- - until no variables present in env are left.""" - for k, v in reversed(expansions): - string = string.replace("${" + k + "}", v) - string = string.replace("$(" + k + ")", v) - string = string.replace("$" + k, v) - return string - - -def _TopologicallySortedEnvVarKeys(env): - """Takes a dict |env| whose values are strings that can refer to other keys, - for example env['foo'] = '$(bar) and $(baz)'. Returns a list L of all keys of - env such that key2 is after key1 in L if env[key2] refers to env[key1]. - - Throws an Exception in case of dependency cycles. - """ - # Since environment variables can refer to other variables, the evaluation - # order is important. Below is the logic to compute the dependency graph - # and sort it. - regex = re.compile(r"\$\{([a-zA-Z0-9\-_]+)\}") - - def GetEdges(node): - # Use a definition of edges such that user_of_variable -> used_varible. - # This happens to be easier in this case, since a variable's - # definition contains all variables it references in a single string. - # We can then reverse the result of the topological sort at the end. - # Since: reverse(topsort(DAG)) = topsort(reverse_edges(DAG)) - matches = {v for v in regex.findall(env[node]) if v in env} - for dependee in matches: - assert "${" not in dependee, "Nested variables not supported: " + dependee - return matches - - try: - # Topologically sort, and then reverse, because we used an edge definition - # that's inverted from the expected result of this function (see comment - # above). - order = gyp.common.TopologicallySorted(env.keys(), GetEdges) - order.reverse() - return order - except gyp.common.CycleError as e: - raise GypError( - "Xcode environment variables are cyclically dependent: " + str(e.nodes) - ) - - -def GetSortedXcodeEnv( - xcode_settings, built_products_dir, srcroot, configuration, additional_settings=None -): - env = _GetXcodeEnv( - xcode_settings, built_products_dir, srcroot, configuration, additional_settings - ) - return [(key, env[key]) for key in _TopologicallySortedEnvVarKeys(env)] - - -def GetSpecPostbuildCommands(spec, quiet=False): - """Returns the list of postbuilds explicitly defined on |spec|, in a form - executable by a shell.""" - postbuilds = [] - for postbuild in spec.get("postbuilds", []): - if not quiet: - postbuilds.append( - "echo POSTBUILD\\(%s\\) %s" - % (spec["target_name"], postbuild["postbuild_name"]) - ) - postbuilds.append(gyp.common.EncodePOSIXShellList(postbuild["action"])) - return postbuilds - - -def _HasIOSTarget(targets): - """Returns true if any target contains the iOS specific key - IPHONEOS_DEPLOYMENT_TARGET.""" - for target_dict in targets.values(): - for config in target_dict["configurations"].values(): - if config.get("xcode_settings", {}).get("IPHONEOS_DEPLOYMENT_TARGET"): - return True - return False - - -def _AddIOSDeviceConfigurations(targets): - """Clone all targets and append -iphoneos to the name. Configure these targets - to build for iOS devices and use correct architectures for those builds.""" - for target_dict in targets.values(): - toolset = target_dict["toolset"] - configs = target_dict["configurations"] - for config_name, simulator_config_dict in dict(configs).items(): - iphoneos_config_dict = copy.deepcopy(simulator_config_dict) - configs[config_name + "-iphoneos"] = iphoneos_config_dict - configs[config_name + "-iphonesimulator"] = simulator_config_dict - if toolset == "target": - simulator_config_dict["xcode_settings"]["SDKROOT"] = "iphonesimulator" - iphoneos_config_dict["xcode_settings"]["SDKROOT"] = "iphoneos" - return targets - - -def CloneConfigurationForDeviceAndEmulator(target_dicts): - """If |target_dicts| contains any iOS targets, automatically create -iphoneos - targets for iOS device builds.""" - if _HasIOSTarget(target_dicts): - return _AddIOSDeviceConfigurations(target_dicts) - return target_dicts diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/xcode_ninja.py b/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/xcode_ninja.py deleted file mode 100644 index bb74eac..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/xcode_ninja.py +++ /dev/null @@ -1,302 +0,0 @@ -# Copyright (c) 2014 Google Inc. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - -"""Xcode-ninja wrapper project file generator. - -This updates the data structures passed to the Xcode gyp generator to build -with ninja instead. The Xcode project itself is transformed into a list of -executable targets, each with a build step to build with ninja, and a target -with every source and resource file. This appears to sidestep some of the -major performance headaches experienced using complex projects and large number -of targets within Xcode. -""" - -import errno -import gyp.generator.ninja -import os -import re -import xml.sax.saxutils - - -def _WriteWorkspace(main_gyp, sources_gyp, params): - """ Create a workspace to wrap main and sources gyp paths. """ - (build_file_root, build_file_ext) = os.path.splitext(main_gyp) - workspace_path = build_file_root + ".xcworkspace" - options = params["options"] - if options.generator_output: - workspace_path = os.path.join(options.generator_output, workspace_path) - try: - os.makedirs(workspace_path) - except OSError as e: - if e.errno != errno.EEXIST: - raise - output_string = ( - '<?xml version="1.0" encoding="UTF-8"?>\n' + '<Workspace version = "1.0">\n' - ) - for gyp_name in [main_gyp, sources_gyp]: - name = os.path.splitext(os.path.basename(gyp_name))[0] + ".xcodeproj" - name = xml.sax.saxutils.quoteattr("group:" + name) - output_string += " <FileRef location = %s></FileRef>\n" % name - output_string += "</Workspace>\n" - - workspace_file = os.path.join(workspace_path, "contents.xcworkspacedata") - - try: - with open(workspace_file) as input_file: - input_string = input_file.read() - if input_string == output_string: - return - except OSError: - # Ignore errors if the file doesn't exist. - pass - - with open(workspace_file, "w") as output_file: - output_file.write(output_string) - - -def _TargetFromSpec(old_spec, params): - """ Create fake target for xcode-ninja wrapper. """ - # Determine ninja top level build dir (e.g. /path/to/out). - ninja_toplevel = None - jobs = 0 - if params: - options = params["options"] - ninja_toplevel = os.path.join( - options.toplevel_dir, gyp.generator.ninja.ComputeOutputDir(params) - ) - jobs = params.get("generator_flags", {}).get("xcode_ninja_jobs", 0) - - target_name = old_spec.get("target_name") - product_name = old_spec.get("product_name", target_name) - product_extension = old_spec.get("product_extension") - - ninja_target = {} - ninja_target["target_name"] = target_name - ninja_target["product_name"] = product_name - if product_extension: - ninja_target["product_extension"] = product_extension - ninja_target["toolset"] = old_spec.get("toolset") - ninja_target["default_configuration"] = old_spec.get("default_configuration") - ninja_target["configurations"] = {} - - # Tell Xcode to look in |ninja_toplevel| for build products. - new_xcode_settings = {} - if ninja_toplevel: - new_xcode_settings["CONFIGURATION_BUILD_DIR"] = ( - "%s/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)" % ninja_toplevel - ) - - if "configurations" in old_spec: - for config in old_spec["configurations"]: - old_xcode_settings = old_spec["configurations"][config].get( - "xcode_settings", {} - ) - if "IPHONEOS_DEPLOYMENT_TARGET" in old_xcode_settings: - new_xcode_settings["CODE_SIGNING_REQUIRED"] = "NO" - new_xcode_settings["IPHONEOS_DEPLOYMENT_TARGET"] = old_xcode_settings[ - "IPHONEOS_DEPLOYMENT_TARGET" - ] - for key in ["BUNDLE_LOADER", "TEST_HOST"]: - if key in old_xcode_settings: - new_xcode_settings[key] = old_xcode_settings[key] - - ninja_target["configurations"][config] = {} - ninja_target["configurations"][config][ - "xcode_settings" - ] = new_xcode_settings - - ninja_target["mac_bundle"] = old_spec.get("mac_bundle", 0) - ninja_target["mac_xctest_bundle"] = old_spec.get("mac_xctest_bundle", 0) - ninja_target["ios_app_extension"] = old_spec.get("ios_app_extension", 0) - ninja_target["ios_watchkit_extension"] = old_spec.get("ios_watchkit_extension", 0) - ninja_target["ios_watchkit_app"] = old_spec.get("ios_watchkit_app", 0) - ninja_target["type"] = old_spec["type"] - if ninja_toplevel: - ninja_target["actions"] = [ - { - "action_name": "Compile and copy %s via ninja" % target_name, - "inputs": [], - "outputs": [], - "action": [ - "env", - "PATH=%s" % os.environ["PATH"], - "ninja", - "-C", - new_xcode_settings["CONFIGURATION_BUILD_DIR"], - target_name, - ], - "message": "Compile and copy %s via ninja" % target_name, - }, - ] - if jobs > 0: - ninja_target["actions"][0]["action"].extend(("-j", jobs)) - return ninja_target - - -def IsValidTargetForWrapper(target_extras, executable_target_pattern, spec): - """Limit targets for Xcode wrapper. - - Xcode sometimes performs poorly with too many targets, so only include - proper executable targets, with filters to customize. - Arguments: - target_extras: Regular expression to always add, matching any target. - executable_target_pattern: Regular expression limiting executable targets. - spec: Specifications for target. - """ - target_name = spec.get("target_name") - # Always include targets matching target_extras. - if target_extras is not None and re.search(target_extras, target_name): - return True - - # Otherwise just show executable targets and xc_tests. - if int(spec.get("mac_xctest_bundle", 0)) != 0 or ( - spec.get("type", "") == "executable" - and spec.get("product_extension", "") != "bundle" - ): - - # If there is a filter and the target does not match, exclude the target. - if executable_target_pattern is not None: - if not re.search(executable_target_pattern, target_name): - return False - return True - return False - - -def CreateWrapper(target_list, target_dicts, data, params): - """Initialize targets for the ninja wrapper. - - This sets up the necessary variables in the targets to generate Xcode projects - that use ninja as an external builder. - Arguments: - target_list: List of target pairs: 'base/base.gyp:base'. - target_dicts: Dict of target properties keyed on target pair. - data: Dict of flattened build files keyed on gyp path. - params: Dict of global options for gyp. - """ - orig_gyp = params["build_files"][0] - for gyp_name, gyp_dict in data.items(): - if gyp_name == orig_gyp: - depth = gyp_dict["_DEPTH"] - - # Check for custom main gyp name, otherwise use the default CHROMIUM_GYP_FILE - # and prepend .ninja before the .gyp extension. - generator_flags = params.get("generator_flags", {}) - main_gyp = generator_flags.get("xcode_ninja_main_gyp", None) - if main_gyp is None: - (build_file_root, build_file_ext) = os.path.splitext(orig_gyp) - main_gyp = build_file_root + ".ninja" + build_file_ext - - # Create new |target_list|, |target_dicts| and |data| data structures. - new_target_list = [] - new_target_dicts = {} - new_data = {} - - # Set base keys needed for |data|. - new_data[main_gyp] = {} - new_data[main_gyp]["included_files"] = [] - new_data[main_gyp]["targets"] = [] - new_data[main_gyp]["xcode_settings"] = data[orig_gyp].get("xcode_settings", {}) - - # Normally the xcode-ninja generator includes only valid executable targets. - # If |xcode_ninja_executable_target_pattern| is set, that list is reduced to - # executable targets that match the pattern. (Default all) - executable_target_pattern = generator_flags.get( - "xcode_ninja_executable_target_pattern", None - ) - - # For including other non-executable targets, add the matching target name - # to the |xcode_ninja_target_pattern| regular expression. (Default none) - target_extras = generator_flags.get("xcode_ninja_target_pattern", None) - - for old_qualified_target in target_list: - spec = target_dicts[old_qualified_target] - if IsValidTargetForWrapper(target_extras, executable_target_pattern, spec): - # Add to new_target_list. - target_name = spec.get("target_name") - new_target_name = f"{main_gyp}:{target_name}#target" - new_target_list.append(new_target_name) - - # Add to new_target_dicts. - new_target_dicts[new_target_name] = _TargetFromSpec(spec, params) - - # Add to new_data. - for old_target in data[old_qualified_target.split(":")[0]]["targets"]: - if old_target["target_name"] == target_name: - new_data_target = {} - new_data_target["target_name"] = old_target["target_name"] - new_data_target["toolset"] = old_target["toolset"] - new_data[main_gyp]["targets"].append(new_data_target) - - # Create sources target. - sources_target_name = "sources_for_indexing" - sources_target = _TargetFromSpec( - { - "target_name": sources_target_name, - "toolset": "target", - "default_configuration": "Default", - "mac_bundle": "0", - "type": "executable", - }, - None, - ) - - # Tell Xcode to look everywhere for headers. - sources_target["configurations"] = {"Default": {"include_dirs": [depth]}} - - # Put excluded files into the sources target so they can be opened in Xcode. - skip_excluded_files = not generator_flags.get( - "xcode_ninja_list_excluded_files", True - ) - - sources = [] - for target, target_dict in target_dicts.items(): - base = os.path.dirname(target) - files = target_dict.get("sources", []) + target_dict.get( - "mac_bundle_resources", [] - ) - - if not skip_excluded_files: - files.extend( - target_dict.get("sources_excluded", []) - + target_dict.get("mac_bundle_resources_excluded", []) - ) - - for action in target_dict.get("actions", []): - files.extend(action.get("inputs", [])) - - if not skip_excluded_files: - files.extend(action.get("inputs_excluded", [])) - - # Remove files starting with $. These are mostly intermediate files for the - # build system. - files = [file for file in files if not file.startswith("$")] - - # Make sources relative to root build file. - relative_path = os.path.dirname(main_gyp) - sources += [ - os.path.relpath(os.path.join(base, file), relative_path) for file in files - ] - - sources_target["sources"] = sorted(set(sources)) - - # Put sources_to_index in it's own gyp. - sources_gyp = os.path.join(os.path.dirname(main_gyp), sources_target_name + ".gyp") - fully_qualified_target_name = f"{sources_gyp}:{sources_target_name}#target" - - # Add to new_target_list, new_target_dicts and new_data. - new_target_list.append(fully_qualified_target_name) - new_target_dicts[fully_qualified_target_name] = sources_target - new_data_target = {} - new_data_target["target_name"] = sources_target["target_name"] - new_data_target["_DEPTH"] = depth - new_data_target["toolset"] = "target" - new_data[sources_gyp] = {} - new_data[sources_gyp]["targets"] = [] - new_data[sources_gyp]["included_files"] = [] - new_data[sources_gyp]["xcode_settings"] = data[orig_gyp].get("xcode_settings", {}) - new_data[sources_gyp]["targets"].append(new_data_target) - - # Write workspace to file. - _WriteWorkspace(main_gyp, sources_gyp, params) - return (new_target_list, new_target_dicts, new_data) diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/xcodeproj_file.py b/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/xcodeproj_file.py deleted file mode 100644 index 0e941eb..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/xcodeproj_file.py +++ /dev/null @@ -1,3197 +0,0 @@ -# Copyright (c) 2012 Google Inc. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - -"""Xcode project file generator. - -This module is both an Xcode project file generator and a documentation of the -Xcode project file format. Knowledge of the project file format was gained -based on extensive experience with Xcode, and by making changes to projects in -Xcode.app and observing the resultant changes in the associated project files. - -XCODE PROJECT FILES - -The generator targets the file format as written by Xcode 3.2 (specifically, -3.2.6), but past experience has taught that the format has not changed -significantly in the past several years, and future versions of Xcode are able -to read older project files. - -Xcode project files are "bundled": the project "file" from an end-user's -perspective is actually a directory with an ".xcodeproj" extension. The -project file from this module's perspective is actually a file inside this -directory, always named "project.pbxproj". This file contains a complete -description of the project and is all that is needed to use the xcodeproj. -Other files contained in the xcodeproj directory are simply used to store -per-user settings, such as the state of various UI elements in the Xcode -application. - -The project.pbxproj file is a property list, stored in a format almost -identical to the NeXTstep property list format. The file is able to carry -Unicode data, and is encoded in UTF-8. The root element in the property list -is a dictionary that contains several properties of minimal interest, and two -properties of immense interest. The most important property is a dictionary -named "objects". The entire structure of the project is represented by the -children of this property. The objects dictionary is keyed by unique 96-bit -values represented by 24 uppercase hexadecimal characters. Each value in the -objects dictionary is itself a dictionary, describing an individual object. - -Each object in the dictionary is a member of a class, which is identified by -the "isa" property of each object. A variety of classes are represented in a -project file. Objects can refer to other objects by ID, using the 24-character -hexadecimal object key. A project's objects form a tree, with a root object -of class PBXProject at the root. As an example, the PBXProject object serves -as parent to an XCConfigurationList object defining the build configurations -used in the project, a PBXGroup object serving as a container for all files -referenced in the project, and a list of target objects, each of which defines -a target in the project. There are several different types of target object, -such as PBXNativeTarget and PBXAggregateTarget. In this module, this -relationship is expressed by having each target type derive from an abstract -base named XCTarget. - -The project.pbxproj file's root dictionary also contains a property, sibling to -the "objects" dictionary, named "rootObject". The value of rootObject is a -24-character object key referring to the root PBXProject object in the -objects dictionary. - -In Xcode, every file used as input to a target or produced as a final product -of a target must appear somewhere in the hierarchy rooted at the PBXGroup -object referenced by the PBXProject's mainGroup property. A PBXGroup is -generally represented as a folder in the Xcode application. PBXGroups can -contain other PBXGroups as well as PBXFileReferences, which are pointers to -actual files. - -Each XCTarget contains a list of build phases, represented in this module by -the abstract base XCBuildPhase. Examples of concrete XCBuildPhase derivations -are PBXSourcesBuildPhase and PBXFrameworksBuildPhase, which correspond to the -"Compile Sources" and "Link Binary With Libraries" phases displayed in the -Xcode application. Files used as input to these phases (for example, source -files in the former case and libraries and frameworks in the latter) are -represented by PBXBuildFile objects, referenced by elements of "files" lists -in XCTarget objects. Each PBXBuildFile object refers to a PBXBuildFile -object as a "weak" reference: it does not "own" the PBXBuildFile, which is -owned by the root object's mainGroup or a descendant group. In most cases, the -layer of indirection between an XCBuildPhase and a PBXFileReference via a -PBXBuildFile appears extraneous, but there's actually one reason for this: -file-specific compiler flags are added to the PBXBuildFile object so as to -allow a single file to be a member of multiple targets while having distinct -compiler flags for each. These flags can be modified in the Xcode applciation -in the "Build" tab of a File Info window. - -When a project is open in the Xcode application, Xcode will rewrite it. As -such, this module is careful to adhere to the formatting used by Xcode, to -avoid insignificant changes appearing in the file when it is used in the -Xcode application. This will keep version control repositories happy, and -makes it possible to compare a project file used in Xcode to one generated by -this module to determine if any significant changes were made in the -application. - -Xcode has its own way of assigning 24-character identifiers to each object, -which is not duplicated here. Because the identifier only is only generated -once, when an object is created, and is then left unchanged, there is no need -to attempt to duplicate Xcode's behavior in this area. The generator is free -to select any identifier, even at random, to refer to the objects it creates, -and Xcode will retain those identifiers and use them when subsequently -rewriting the project file. However, the generator would choose new random -identifiers each time the project files are generated, leading to difficulties -comparing "used" project files to "pristine" ones produced by this module, -and causing the appearance of changes as every object identifier is changed -when updated projects are checked in to a version control repository. To -mitigate this problem, this module chooses identifiers in a more deterministic -way, by hashing a description of each object as well as its parent and ancestor -objects. This strategy should result in minimal "shift" in IDs as successive -generations of project files are produced. - -THIS MODULE - -This module introduces several classes, all derived from the XCObject class. -Nearly all of the "brains" are built into the XCObject class, which understands -how to create and modify objects, maintain the proper tree structure, compute -identifiers, and print objects. For the most part, classes derived from -XCObject need only provide a _schema class object, a dictionary that -expresses what properties objects of the class may contain. - -Given this structure, it's possible to build a minimal project file by creating -objects of the appropriate types and making the proper connections: - - config_list = XCConfigurationList() - group = PBXGroup() - project = PBXProject({'buildConfigurationList': config_list, - 'mainGroup': group}) - -With the project object set up, it can be added to an XCProjectFile object. -XCProjectFile is a pseudo-class in the sense that it is a concrete XCObject -subclass that does not actually correspond to a class type found in a project -file. Rather, it is used to represent the project file's root dictionary. -Printing an XCProjectFile will print the entire project file, including the -full "objects" dictionary. - - project_file = XCProjectFile({'rootObject': project}) - project_file.ComputeIDs() - project_file.Print() - -Xcode project files are always encoded in UTF-8. This module will accept -strings of either the str class or the unicode class. Strings of class str -are assumed to already be encoded in UTF-8. Obviously, if you're just using -ASCII, you won't encounter difficulties because ASCII is a UTF-8 subset. -Strings of class unicode are handled properly and encoded in UTF-8 when -a project file is output. -""" - -import gyp.common -from functools import cmp_to_key -import hashlib -from operator import attrgetter -import posixpath -import re -import struct -import sys - - -def cmp(x, y): - return (x > y) - (x < y) - - -# See XCObject._EncodeString. This pattern is used to determine when a string -# can be printed unquoted. Strings that match this pattern may be printed -# unquoted. Strings that do not match must be quoted and may be further -# transformed to be properly encoded. Note that this expression matches the -# characters listed with "+", for 1 or more occurrences: if a string is empty, -# it must not match this pattern, because it needs to be encoded as "". -_unquoted = re.compile("^[A-Za-z0-9$./_]+$") - -# Strings that match this pattern are quoted regardless of what _unquoted says. -# Oddly, Xcode will quote any string with a run of three or more underscores. -_quoted = re.compile("___") - -# This pattern should match any character that needs to be escaped by -# XCObject._EncodeString. See that function. -_escaped = re.compile('[\\\\"]|[\x00-\x1f]') - - -# Used by SourceTreeAndPathFromPath -_path_leading_variable = re.compile(r"^\$\((.*?)\)(/(.*))?$") - - -def SourceTreeAndPathFromPath(input_path): - """Given input_path, returns a tuple with sourceTree and path values. - - Examples: - input_path (source_tree, output_path) - '$(VAR)/path' ('VAR', 'path') - '$(VAR)' ('VAR', None) - 'path' (None, 'path') - """ - - source_group_match = _path_leading_variable.match(input_path) - if source_group_match: - source_tree = source_group_match.group(1) - output_path = source_group_match.group(3) # This may be None. - else: - source_tree = None - output_path = input_path - - return (source_tree, output_path) - - -def ConvertVariablesToShellSyntax(input_string): - return re.sub(r"\$\((.*?)\)", "${\\1}", input_string) - - -class XCObject: - """The abstract base of all class types used in Xcode project files. - - Class variables: - _schema: A dictionary defining the properties of this class. The keys to - _schema are string property keys as used in project files. Values - are a list of four or five elements: - [ is_list, property_type, is_strong, is_required, default ] - is_list: True if the property described is a list, as opposed - to a single element. - property_type: The type to use as the value of the property, - or if is_list is True, the type to use for each - element of the value's list. property_type must - be an XCObject subclass, or one of the built-in - types str, int, or dict. - is_strong: If property_type is an XCObject subclass, is_strong - is True to assert that this class "owns," or serves - as parent, to the property value (or, if is_list is - True, values). is_strong must be False if - property_type is not an XCObject subclass. - is_required: True if the property is required for the class. - Note that is_required being True does not preclude - an empty string ("", in the case of property_type - str) or list ([], in the case of is_list True) from - being set for the property. - default: Optional. If is_required is True, default may be set - to provide a default value for objects that do not supply - their own value. If is_required is True and default - is not provided, users of the class must supply their own - value for the property. - Note that although the values of the array are expressed in - boolean terms, subclasses provide values as integers to conserve - horizontal space. - _should_print_single_line: False in XCObject. Subclasses whose objects - should be written to the project file in the - alternate single-line format, such as - PBXFileReference and PBXBuildFile, should - set this to True. - _encode_transforms: Used by _EncodeString to encode unprintable characters. - The index into this list is the ordinal of the - character to transform; each value is a string - used to represent the character in the output. XCObject - provides an _encode_transforms list suitable for most - XCObject subclasses. - _alternate_encode_transforms: Provided for subclasses that wish to use - the alternate encoding rules. Xcode seems - to use these rules when printing objects in - single-line format. Subclasses that desire - this behavior should set _encode_transforms - to _alternate_encode_transforms. - _hashables: A list of XCObject subclasses that can be hashed by ComputeIDs - to construct this object's ID. Most classes that need custom - hashing behavior should do it by overriding Hashables, - but in some cases an object's parent may wish to push a - hashable value into its child, and it can do so by appending - to _hashables. - Attributes: - id: The object's identifier, a 24-character uppercase hexadecimal string. - Usually, objects being created should not set id until the entire - project file structure is built. At that point, UpdateIDs() should - be called on the root object to assign deterministic values for id to - each object in the tree. - parent: The object's parent. This is set by a parent XCObject when a child - object is added to it. - _properties: The object's property dictionary. An object's properties are - described by its class' _schema variable. - """ - - _schema = {} - _should_print_single_line = False - - # See _EncodeString. - _encode_transforms = [] - i = 0 - while i < ord(" "): - _encode_transforms.append("\\U%04x" % i) - i = i + 1 - _encode_transforms[7] = "\\a" - _encode_transforms[8] = "\\b" - _encode_transforms[9] = "\\t" - _encode_transforms[10] = "\\n" - _encode_transforms[11] = "\\v" - _encode_transforms[12] = "\\f" - _encode_transforms[13] = "\\n" - - _alternate_encode_transforms = list(_encode_transforms) - _alternate_encode_transforms[9] = chr(9) - _alternate_encode_transforms[10] = chr(10) - _alternate_encode_transforms[11] = chr(11) - - def __init__(self, properties=None, id=None, parent=None): - self.id = id - self.parent = parent - self._properties = {} - self._hashables = [] - self._SetDefaultsFromSchema() - self.UpdateProperties(properties) - - def __repr__(self): - try: - name = self.Name() - except NotImplementedError: - return f"<{self.__class__.__name__} at 0x{id(self):x}>" - return f"<{self.__class__.__name__} {name!r} at 0x{id(self):x}>" - - def Copy(self): - """Make a copy of this object. - - The new object will have its own copy of lists and dicts. Any XCObject - objects owned by this object (marked "strong") will be copied in the - new object, even those found in lists. If this object has any weak - references to other XCObjects, the same references are added to the new - object without making a copy. - """ - - that = self.__class__(id=self.id, parent=self.parent) - for key, value in self._properties.items(): - is_strong = self._schema[key][2] - - if isinstance(value, XCObject): - if is_strong: - new_value = value.Copy() - new_value.parent = that - that._properties[key] = new_value - else: - that._properties[key] = value - elif isinstance(value, (str, int)): - that._properties[key] = value - elif isinstance(value, list): - if is_strong: - # If is_strong is True, each element is an XCObject, so it's safe to - # call Copy. - that._properties[key] = [] - for item in value: - new_item = item.Copy() - new_item.parent = that - that._properties[key].append(new_item) - else: - that._properties[key] = value[:] - elif isinstance(value, dict): - # dicts are never strong. - if is_strong: - raise TypeError( - "Strong dict for key " + key + " in " + self.__class__.__name__ - ) - else: - that._properties[key] = value.copy() - else: - raise TypeError( - "Unexpected type " - + value.__class__.__name__ - + " for key " - + key - + " in " - + self.__class__.__name__ - ) - - return that - - def Name(self): - """Return the name corresponding to an object. - - Not all objects necessarily need to be nameable, and not all that do have - a "name" property. Override as needed. - """ - - # If the schema indicates that "name" is required, try to access the - # property even if it doesn't exist. This will result in a KeyError - # being raised for the property that should be present, which seems more - # appropriate than NotImplementedError in this case. - if "name" in self._properties or ( - "name" in self._schema and self._schema["name"][3] - ): - return self._properties["name"] - - raise NotImplementedError(self.__class__.__name__ + " must implement Name") - - def Comment(self): - """Return a comment string for the object. - - Most objects just use their name as the comment, but PBXProject uses - different values. - - The returned comment is not escaped and does not have any comment marker - strings applied to it. - """ - - return self.Name() - - def Hashables(self): - hashables = [self.__class__.__name__] - - name = self.Name() - if name is not None: - hashables.append(name) - - hashables.extend(self._hashables) - - return hashables - - def HashablesForChild(self): - return None - - def ComputeIDs(self, recursive=True, overwrite=True, seed_hash=None): - """Set "id" properties deterministically. - - An object's "id" property is set based on a hash of its class type and - name, as well as the class type and name of all ancestor objects. As - such, it is only advisable to call ComputeIDs once an entire project file - tree is built. - - If recursive is True, recurse into all descendant objects and update their - hashes. - - If overwrite is True, any existing value set in the "id" property will be - replaced. - """ - - def _HashUpdate(hash, data): - """Update hash with data's length and contents. - - If the hash were updated only with the value of data, it would be - possible for clowns to induce collisions by manipulating the names of - their objects. By adding the length, it's exceedingly less likely that - ID collisions will be encountered, intentionally or not. - """ - - hash.update(struct.pack(">i", len(data))) - if isinstance(data, str): - data = data.encode("utf-8") - hash.update(data) - - if seed_hash is None: - seed_hash = hashlib.sha1() - - hash = seed_hash.copy() - - hashables = self.Hashables() - assert len(hashables) > 0 - for hashable in hashables: - _HashUpdate(hash, hashable) - - if recursive: - hashables_for_child = self.HashablesForChild() - if hashables_for_child is None: - child_hash = hash - else: - assert len(hashables_for_child) > 0 - child_hash = seed_hash.copy() - for hashable in hashables_for_child: - _HashUpdate(child_hash, hashable) - - for child in self.Children(): - child.ComputeIDs(recursive, overwrite, child_hash) - - if overwrite or self.id is None: - # Xcode IDs are only 96 bits (24 hex characters), but a SHA-1 digest is - # is 160 bits. Instead of throwing out 64 bits of the digest, xor them - # into the portion that gets used. - assert hash.digest_size % 4 == 0 - digest_int_count = hash.digest_size // 4 - digest_ints = struct.unpack(">" + "I" * digest_int_count, hash.digest()) - id_ints = [0, 0, 0] - for index in range(0, digest_int_count): - id_ints[index % 3] ^= digest_ints[index] - self.id = "%08X%08X%08X" % tuple(id_ints) - - def EnsureNoIDCollisions(self): - """Verifies that no two objects have the same ID. Checks all descendants. - """ - - ids = {} - descendants = self.Descendants() - for descendant in descendants: - if descendant.id in ids: - other = ids[descendant.id] - raise KeyError( - 'Duplicate ID %s, objects "%s" and "%s" in "%s"' - % ( - descendant.id, - str(descendant._properties), - str(other._properties), - self._properties["rootObject"].Name(), - ) - ) - ids[descendant.id] = descendant - - def Children(self): - """Returns a list of all of this object's owned (strong) children.""" - - children = [] - for property, attributes in self._schema.items(): - (is_list, property_type, is_strong) = attributes[0:3] - if is_strong and property in self._properties: - if not is_list: - children.append(self._properties[property]) - else: - children.extend(self._properties[property]) - return children - - def Descendants(self): - """Returns a list of all of this object's descendants, including this - object. - """ - - children = self.Children() - descendants = [self] - for child in children: - descendants.extend(child.Descendants()) - return descendants - - def PBXProjectAncestor(self): - # The base case for recursion is defined at PBXProject.PBXProjectAncestor. - if self.parent: - return self.parent.PBXProjectAncestor() - return None - - def _EncodeComment(self, comment): - """Encodes a comment to be placed in the project file output, mimicking - Xcode behavior. - """ - - # This mimics Xcode behavior by wrapping the comment in "/*" and "*/". If - # the string already contains a "*/", it is turned into "(*)/". This keeps - # the file writer from outputting something that would be treated as the - # end of a comment in the middle of something intended to be entirely a - # comment. - - return "/* " + comment.replace("*/", "(*)/") + " */" - - def _EncodeTransform(self, match): - # This function works closely with _EncodeString. It will only be called - # by re.sub with match.group(0) containing a character matched by the - # the _escaped expression. - char = match.group(0) - - # Backslashes (\) and quotation marks (") are always replaced with a - # backslash-escaped version of the same. Everything else gets its - # replacement from the class' _encode_transforms array. - if char == "\\": - return "\\\\" - if char == '"': - return '\\"' - return self._encode_transforms[ord(char)] - - def _EncodeString(self, value): - """Encodes a string to be placed in the project file output, mimicking - Xcode behavior. - """ - - # Use quotation marks when any character outside of the range A-Z, a-z, 0-9, - # $ (dollar sign), . (period), and _ (underscore) is present. Also use - # quotation marks to represent empty strings. - # - # Escape " (double-quote) and \ (backslash) by preceding them with a - # backslash. - # - # Some characters below the printable ASCII range are encoded specially: - # 7 ^G BEL is encoded as "\a" - # 8 ^H BS is encoded as "\b" - # 11 ^K VT is encoded as "\v" - # 12 ^L NP is encoded as "\f" - # 127 ^? DEL is passed through as-is without escaping - # - In PBXFileReference and PBXBuildFile objects: - # 9 ^I HT is passed through as-is without escaping - # 10 ^J NL is passed through as-is without escaping - # 13 ^M CR is passed through as-is without escaping - # - In other objects: - # 9 ^I HT is encoded as "\t" - # 10 ^J NL is encoded as "\n" - # 13 ^M CR is encoded as "\n" rendering it indistinguishable from - # 10 ^J NL - # All other characters within the ASCII control character range (0 through - # 31 inclusive) are encoded as "\U001f" referring to the Unicode code point - # in hexadecimal. For example, character 14 (^N SO) is encoded as "\U000e". - # Characters above the ASCII range are passed through to the output encoded - # as UTF-8 without any escaping. These mappings are contained in the - # class' _encode_transforms list. - - if _unquoted.search(value) and not _quoted.search(value): - return value - - return '"' + _escaped.sub(self._EncodeTransform, value) + '"' - - def _XCPrint(self, file, tabs, line): - file.write("\t" * tabs + line) - - def _XCPrintableValue(self, tabs, value, flatten_list=False): - """Returns a representation of value that may be printed in a project file, - mimicking Xcode's behavior. - - _XCPrintableValue can handle str and int values, XCObjects (which are - made printable by returning their id property), and list and dict objects - composed of any of the above types. When printing a list or dict, and - _should_print_single_line is False, the tabs parameter is used to determine - how much to indent the lines corresponding to the items in the list or - dict. - - If flatten_list is True, single-element lists will be transformed into - strings. - """ - - printable = "" - comment = None - - if self._should_print_single_line: - sep = " " - element_tabs = "" - end_tabs = "" - else: - sep = "\n" - element_tabs = "\t" * (tabs + 1) - end_tabs = "\t" * tabs - - if isinstance(value, XCObject): - printable += value.id - comment = value.Comment() - elif isinstance(value, str): - printable += self._EncodeString(value) - elif isinstance(value, str): - printable += self._EncodeString(value.encode("utf-8")) - elif isinstance(value, int): - printable += str(value) - elif isinstance(value, list): - if flatten_list and len(value) <= 1: - if len(value) == 0: - printable += self._EncodeString("") - else: - printable += self._EncodeString(value[0]) - else: - printable = "(" + sep - for item in value: - printable += ( - element_tabs - + self._XCPrintableValue(tabs + 1, item, flatten_list) - + "," - + sep - ) - printable += end_tabs + ")" - elif isinstance(value, dict): - printable = "{" + sep - for item_key, item_value in sorted(value.items()): - printable += ( - element_tabs - + self._XCPrintableValue(tabs + 1, item_key, flatten_list) - + " = " - + self._XCPrintableValue(tabs + 1, item_value, flatten_list) - + ";" - + sep - ) - printable += end_tabs + "}" - else: - raise TypeError("Can't make " + value.__class__.__name__ + " printable") - - if comment: - printable += " " + self._EncodeComment(comment) - - return printable - - def _XCKVPrint(self, file, tabs, key, value): - """Prints a key and value, members of an XCObject's _properties dictionary, - to file. - - tabs is an int identifying the indentation level. If the class' - _should_print_single_line variable is True, tabs is ignored and the - key-value pair will be followed by a space insead of a newline. - """ - - if self._should_print_single_line: - printable = "" - after_kv = " " - else: - printable = "\t" * tabs - after_kv = "\n" - - # Xcode usually prints remoteGlobalIDString values in PBXContainerItemProxy - # objects without comments. Sometimes it prints them with comments, but - # the majority of the time, it doesn't. To avoid unnecessary changes to - # the project file after Xcode opens it, don't write comments for - # remoteGlobalIDString. This is a sucky hack and it would certainly be - # cleaner to extend the schema to indicate whether or not a comment should - # be printed, but since this is the only case where the problem occurs and - # Xcode itself can't seem to make up its mind, the hack will suffice. - # - # Also see PBXContainerItemProxy._schema['remoteGlobalIDString']. - if key == "remoteGlobalIDString" and isinstance(self, PBXContainerItemProxy): - value_to_print = value.id - else: - value_to_print = value - - # PBXBuildFile's settings property is represented in the output as a dict, - # but a hack here has it represented as a string. Arrange to strip off the - # quotes so that it shows up in the output as expected. - if key == "settings" and isinstance(self, PBXBuildFile): - strip_value_quotes = True - else: - strip_value_quotes = False - - # In another one-off, let's set flatten_list on buildSettings properties - # of XCBuildConfiguration objects, because that's how Xcode treats them. - if key == "buildSettings" and isinstance(self, XCBuildConfiguration): - flatten_list = True - else: - flatten_list = False - - try: - printable_key = self._XCPrintableValue(tabs, key, flatten_list) - printable_value = self._XCPrintableValue(tabs, value_to_print, flatten_list) - if ( - strip_value_quotes - and len(printable_value) > 1 - and printable_value[0] == '"' - and printable_value[-1] == '"' - ): - printable_value = printable_value[1:-1] - printable += printable_key + " = " + printable_value + ";" + after_kv - except TypeError as e: - gyp.common.ExceptionAppend(e, 'while printing key "%s"' % key) - raise - - self._XCPrint(file, 0, printable) - - def Print(self, file=sys.stdout): - """Prints a reprentation of this object to file, adhering to Xcode output - formatting. - """ - - self.VerifyHasRequiredProperties() - - if self._should_print_single_line: - # When printing an object in a single line, Xcode doesn't put any space - # between the beginning of a dictionary (or presumably a list) and the - # first contained item, so you wind up with snippets like - # ...CDEF = {isa = PBXFileReference; fileRef = 0123... - # If it were me, I would have put a space in there after the opening - # curly, but I guess this is just another one of those inconsistencies - # between how Xcode prints PBXFileReference and PBXBuildFile objects as - # compared to other objects. Mimic Xcode's behavior here by using an - # empty string for sep. - sep = "" - end_tabs = 0 - else: - sep = "\n" - end_tabs = 2 - - # Start the object. For example, '\t\tPBXProject = {\n'. - self._XCPrint(file, 2, self._XCPrintableValue(2, self) + " = {" + sep) - - # "isa" isn't in the _properties dictionary, it's an intrinsic property - # of the class which the object belongs to. Xcode always outputs "isa" - # as the first element of an object dictionary. - self._XCKVPrint(file, 3, "isa", self.__class__.__name__) - - # The remaining elements of an object dictionary are sorted alphabetically. - for property, value in sorted(self._properties.items()): - self._XCKVPrint(file, 3, property, value) - - # End the object. - self._XCPrint(file, end_tabs, "};\n") - - def UpdateProperties(self, properties, do_copy=False): - """Merge the supplied properties into the _properties dictionary. - - The input properties must adhere to the class schema or a KeyError or - TypeError exception will be raised. If adding an object of an XCObject - subclass and the schema indicates a strong relationship, the object's - parent will be set to this object. - - If do_copy is True, then lists, dicts, strong-owned XCObjects, and - strong-owned XCObjects in lists will be copied instead of having their - references added. - """ - - if properties is None: - return - - for property, value in properties.items(): - # Make sure the property is in the schema. - if property not in self._schema: - raise KeyError(property + " not in " + self.__class__.__name__) - - # Make sure the property conforms to the schema. - (is_list, property_type, is_strong) = self._schema[property][0:3] - if is_list: - if value.__class__ != list: - raise TypeError( - property - + " of " - + self.__class__.__name__ - + " must be list, not " - + value.__class__.__name__ - ) - for item in value: - if not isinstance(item, property_type) and not ( - isinstance(item, str) and property_type == str - ): - # Accept unicode where str is specified. str is treated as - # UTF-8-encoded. - raise TypeError( - "item of " - + property - + " of " - + self.__class__.__name__ - + " must be " - + property_type.__name__ - + ", not " - + item.__class__.__name__ - ) - elif not isinstance(value, property_type) and not ( - isinstance(value, str) and property_type == str - ): - # Accept unicode where str is specified. str is treated as - # UTF-8-encoded. - raise TypeError( - property - + " of " - + self.__class__.__name__ - + " must be " - + property_type.__name__ - + ", not " - + value.__class__.__name__ - ) - - # Checks passed, perform the assignment. - if do_copy: - if isinstance(value, XCObject): - if is_strong: - self._properties[property] = value.Copy() - else: - self._properties[property] = value - elif isinstance(value, (str, int)): - self._properties[property] = value - elif isinstance(value, list): - if is_strong: - # If is_strong is True, each element is an XCObject, - # so it's safe to call Copy. - self._properties[property] = [] - for item in value: - self._properties[property].append(item.Copy()) - else: - self._properties[property] = value[:] - elif isinstance(value, dict): - self._properties[property] = value.copy() - else: - raise TypeError( - "Don't know how to copy a " - + value.__class__.__name__ - + " object for " - + property - + " in " - + self.__class__.__name__ - ) - else: - self._properties[property] = value - - # Set up the child's back-reference to this object. Don't use |value| - # any more because it may not be right if do_copy is true. - if is_strong: - if not is_list: - self._properties[property].parent = self - else: - for item in self._properties[property]: - item.parent = self - - def HasProperty(self, key): - return key in self._properties - - def GetProperty(self, key): - return self._properties[key] - - def SetProperty(self, key, value): - self.UpdateProperties({key: value}) - - def DelProperty(self, key): - if key in self._properties: - del self._properties[key] - - def AppendProperty(self, key, value): - # TODO(mark): Support ExtendProperty too (and make this call that)? - - # Schema validation. - if key not in self._schema: - raise KeyError(key + " not in " + self.__class__.__name__) - - (is_list, property_type, is_strong) = self._schema[key][0:3] - if not is_list: - raise TypeError(key + " of " + self.__class__.__name__ + " must be list") - if not isinstance(value, property_type): - raise TypeError( - "item of " - + key - + " of " - + self.__class__.__name__ - + " must be " - + property_type.__name__ - + ", not " - + value.__class__.__name__ - ) - - # If the property doesn't exist yet, create a new empty list to receive the - # item. - self._properties[key] = self._properties.get(key, []) - - # Set up the ownership link. - if is_strong: - value.parent = self - - # Store the item. - self._properties[key].append(value) - - def VerifyHasRequiredProperties(self): - """Ensure that all properties identified as required by the schema are - set. - """ - - # TODO(mark): A stronger verification mechanism is needed. Some - # subclasses need to perform validation beyond what the schema can enforce. - for property, attributes in self._schema.items(): - (is_list, property_type, is_strong, is_required) = attributes[0:4] - if is_required and property not in self._properties: - raise KeyError(self.__class__.__name__ + " requires " + property) - - def _SetDefaultsFromSchema(self): - """Assign object default values according to the schema. This will not - overwrite properties that have already been set.""" - - defaults = {} - for property, attributes in self._schema.items(): - (is_list, property_type, is_strong, is_required) = attributes[0:4] - if ( - is_required - and len(attributes) >= 5 - and property not in self._properties - ): - default = attributes[4] - - defaults[property] = default - - if len(defaults) > 0: - # Use do_copy=True so that each new object gets its own copy of strong - # objects, lists, and dicts. - self.UpdateProperties(defaults, do_copy=True) - - -class XCHierarchicalElement(XCObject): - """Abstract base for PBXGroup and PBXFileReference. Not represented in a - project file.""" - - # TODO(mark): Do name and path belong here? Probably so. - # If path is set and name is not, name may have a default value. Name will - # be set to the basename of path, if the basename of path is different from - # the full value of path. If path is already just a leaf name, name will - # not be set. - _schema = XCObject._schema.copy() - _schema.update( - { - "comments": [0, str, 0, 0], - "fileEncoding": [0, str, 0, 0], - "includeInIndex": [0, int, 0, 0], - "indentWidth": [0, int, 0, 0], - "lineEnding": [0, int, 0, 0], - "sourceTree": [0, str, 0, 1, "<group>"], - "tabWidth": [0, int, 0, 0], - "usesTabs": [0, int, 0, 0], - "wrapsLines": [0, int, 0, 0], - } - ) - - def __init__(self, properties=None, id=None, parent=None): - # super - XCObject.__init__(self, properties, id, parent) - if "path" in self._properties and "name" not in self._properties: - path = self._properties["path"] - name = posixpath.basename(path) - if name != "" and path != name: - self.SetProperty("name", name) - - if "path" in self._properties and ( - "sourceTree" not in self._properties - or self._properties["sourceTree"] == "<group>" - ): - # If the pathname begins with an Xcode variable like "$(SDKROOT)/", take - # the variable out and make the path be relative to that variable by - # assigning the variable name as the sourceTree. - (source_tree, path) = SourceTreeAndPathFromPath(self._properties["path"]) - if source_tree is not None: - self._properties["sourceTree"] = source_tree - if path is not None: - self._properties["path"] = path - if ( - source_tree is not None - and path is None - and "name" not in self._properties - ): - # The path was of the form "$(SDKROOT)" with no path following it. - # This object is now relative to that variable, so it has no path - # attribute of its own. It does, however, keep a name. - del self._properties["path"] - self._properties["name"] = source_tree - - def Name(self): - if "name" in self._properties: - return self._properties["name"] - elif "path" in self._properties: - return self._properties["path"] - else: - # This happens in the case of the root PBXGroup. - return None - - def Hashables(self): - """Custom hashables for XCHierarchicalElements. - - XCHierarchicalElements are special. Generally, their hashes shouldn't - change if the paths don't change. The normal XCObject implementation of - Hashables adds a hashable for each object, which means that if - the hierarchical structure changes (possibly due to changes caused when - TakeOverOnlyChild runs and encounters slight changes in the hierarchy), - the hashes will change. For example, if a project file initially contains - a/b/f1 and a/b becomes collapsed into a/b, f1 will have a single parent - a/b. If someone later adds a/f2 to the project file, a/b can no longer be - collapsed, and f1 winds up with parent b and grandparent a. That would - be sufficient to change f1's hash. - - To counteract this problem, hashables for all XCHierarchicalElements except - for the main group (which has neither a name nor a path) are taken to be - just the set of path components. Because hashables are inherited from - parents, this provides assurance that a/b/f1 has the same set of hashables - whether its parent is b or a/b. - - The main group is a special case. As it is permitted to have no name or - path, it is permitted to use the standard XCObject hash mechanism. This - is not considered a problem because there can be only one main group. - """ - - if self == self.PBXProjectAncestor()._properties["mainGroup"]: - # super - return XCObject.Hashables(self) - - hashables = [] - - # Put the name in first, ensuring that if TakeOverOnlyChild collapses - # children into a top-level group like "Source", the name always goes - # into the list of hashables without interfering with path components. - if "name" in self._properties: - # Make it less likely for people to manipulate hashes by following the - # pattern of always pushing an object type value onto the list first. - hashables.append(self.__class__.__name__ + ".name") - hashables.append(self._properties["name"]) - - # NOTE: This still has the problem that if an absolute path is encountered, - # including paths with a sourceTree, they'll still inherit their parents' - # hashables, even though the paths aren't relative to their parents. This - # is not expected to be much of a problem in practice. - path = self.PathFromSourceTreeAndPath() - if path is not None: - components = path.split(posixpath.sep) - for component in components: - hashables.append(self.__class__.__name__ + ".path") - hashables.append(component) - - hashables.extend(self._hashables) - - return hashables - - def Compare(self, other): - # Allow comparison of these types. PBXGroup has the highest sort rank; - # PBXVariantGroup is treated as equal to PBXFileReference. - valid_class_types = { - PBXFileReference: "file", - PBXGroup: "group", - PBXVariantGroup: "file", - } - self_type = valid_class_types[self.__class__] - other_type = valid_class_types[other.__class__] - - if self_type == other_type: - # If the two objects are of the same sort rank, compare their names. - return cmp(self.Name(), other.Name()) - - # Otherwise, sort groups before everything else. - if self_type == "group": - return -1 - return 1 - - def CompareRootGroup(self, other): - # This function should be used only to compare direct children of the - # containing PBXProject's mainGroup. These groups should appear in the - # listed order. - # TODO(mark): "Build" is used by gyp.generator.xcode, perhaps the - # generator should have a way of influencing this list rather than having - # to hardcode for the generator here. - order = [ - "Source", - "Intermediates", - "Projects", - "Frameworks", - "Products", - "Build", - ] - - # If the groups aren't in the listed order, do a name comparison. - # Otherwise, groups in the listed order should come before those that - # aren't. - self_name = self.Name() - other_name = other.Name() - self_in = isinstance(self, PBXGroup) and self_name in order - other_in = isinstance(self, PBXGroup) and other_name in order - if not self_in and not other_in: - return self.Compare(other) - if self_name in order and other_name not in order: - return -1 - if other_name in order and self_name not in order: - return 1 - - # If both groups are in the listed order, go by the defined order. - self_index = order.index(self_name) - other_index = order.index(other_name) - if self_index < other_index: - return -1 - if self_index > other_index: - return 1 - return 0 - - def PathFromSourceTreeAndPath(self): - # Turn the object's sourceTree and path properties into a single flat - # string of a form comparable to the path parameter. If there's a - # sourceTree property other than "<group>", wrap it in $(...) for the - # comparison. - components = [] - if self._properties["sourceTree"] != "<group>": - components.append("$(" + self._properties["sourceTree"] + ")") - if "path" in self._properties: - components.append(self._properties["path"]) - - if len(components) > 0: - return posixpath.join(*components) - - return None - - def FullPath(self): - # Returns a full path to self relative to the project file, or relative - # to some other source tree. Start with self, and walk up the chain of - # parents prepending their paths, if any, until no more parents are - # available (project-relative path) or until a path relative to some - # source tree is found. - xche = self - path = None - while isinstance(xche, XCHierarchicalElement) and ( - path is None or (not path.startswith("/") and not path.startswith("$")) - ): - this_path = xche.PathFromSourceTreeAndPath() - if this_path is not None and path is not None: - path = posixpath.join(this_path, path) - elif this_path is not None: - path = this_path - xche = xche.parent - - return path - - -class PBXGroup(XCHierarchicalElement): - """ - Attributes: - _children_by_path: Maps pathnames of children of this PBXGroup to the - actual child XCHierarchicalElement objects. - _variant_children_by_name_and_path: Maps (name, path) tuples of - PBXVariantGroup children to the actual child PBXVariantGroup objects. - """ - - _schema = XCHierarchicalElement._schema.copy() - _schema.update( - { - "children": [1, XCHierarchicalElement, 1, 1, []], - "name": [0, str, 0, 0], - "path": [0, str, 0, 0], - } - ) - - def __init__(self, properties=None, id=None, parent=None): - # super - XCHierarchicalElement.__init__(self, properties, id, parent) - self._children_by_path = {} - self._variant_children_by_name_and_path = {} - for child in self._properties.get("children", []): - self._AddChildToDicts(child) - - def Hashables(self): - # super - hashables = XCHierarchicalElement.Hashables(self) - - # It is not sufficient to just rely on name and parent to build a unique - # hashable : a node could have two child PBXGroup sharing a common name. - # To add entropy the hashable is enhanced with the names of all its - # children. - for child in self._properties.get("children", []): - child_name = child.Name() - if child_name is not None: - hashables.append(child_name) - - return hashables - - def HashablesForChild(self): - # To avoid a circular reference the hashables used to compute a child id do - # not include the child names. - return XCHierarchicalElement.Hashables(self) - - def _AddChildToDicts(self, child): - # Sets up this PBXGroup object's dicts to reference the child properly. - child_path = child.PathFromSourceTreeAndPath() - if child_path: - if child_path in self._children_by_path: - raise ValueError("Found multiple children with path " + child_path) - self._children_by_path[child_path] = child - - if isinstance(child, PBXVariantGroup): - child_name = child._properties.get("name", None) - key = (child_name, child_path) - if key in self._variant_children_by_name_and_path: - raise ValueError( - "Found multiple PBXVariantGroup children with " - + "name " - + str(child_name) - + " and path " - + str(child_path) - ) - self._variant_children_by_name_and_path[key] = child - - def AppendChild(self, child): - # Callers should use this instead of calling - # AppendProperty('children', child) directly because this function - # maintains the group's dicts. - self.AppendProperty("children", child) - self._AddChildToDicts(child) - - def GetChildByName(self, name): - # This is not currently optimized with a dict as GetChildByPath is because - # it has few callers. Most callers probably want GetChildByPath. This - # function is only useful to get children that have names but no paths, - # which is rare. The children of the main group ("Source", "Products", - # etc.) is pretty much the only case where this likely to come up. - # - # TODO(mark): Maybe this should raise an error if more than one child is - # present with the same name. - if "children" not in self._properties: - return None - - for child in self._properties["children"]: - if child.Name() == name: - return child - - return None - - def GetChildByPath(self, path): - if not path: - return None - - if path in self._children_by_path: - return self._children_by_path[path] - - return None - - def GetChildByRemoteObject(self, remote_object): - # This method is a little bit esoteric. Given a remote_object, which - # should be a PBXFileReference in another project file, this method will - # return this group's PBXReferenceProxy object serving as a local proxy - # for the remote PBXFileReference. - # - # This function might benefit from a dict optimization as GetChildByPath - # for some workloads, but profiling shows that it's not currently a - # problem. - if "children" not in self._properties: - return None - - for child in self._properties["children"]: - if not isinstance(child, PBXReferenceProxy): - continue - - container_proxy = child._properties["remoteRef"] - if container_proxy._properties["remoteGlobalIDString"] == remote_object: - return child - - return None - - def AddOrGetFileByPath(self, path, hierarchical): - """Returns an existing or new file reference corresponding to path. - - If hierarchical is True, this method will create or use the necessary - hierarchical group structure corresponding to path. Otherwise, it will - look in and create an item in the current group only. - - If an existing matching reference is found, it is returned, otherwise, a - new one will be created, added to the correct group, and returned. - - If path identifies a directory by virtue of carrying a trailing slash, - this method returns a PBXFileReference of "folder" type. If path - identifies a variant, by virtue of it identifying a file inside a directory - with an ".lproj" extension, this method returns a PBXVariantGroup - containing the variant named by path, and possibly other variants. For - all other paths, a "normal" PBXFileReference will be returned. - """ - - # Adding or getting a directory? Directories end with a trailing slash. - is_dir = False - if path.endswith("/"): - is_dir = True - path = posixpath.normpath(path) - if is_dir: - path = path + "/" - - # Adding or getting a variant? Variants are files inside directories - # with an ".lproj" extension. Xcode uses variants for localization. For - # a variant path/to/Language.lproj/MainMenu.nib, put a variant group named - # MainMenu.nib inside path/to, and give it a variant named Language. In - # this example, grandparent would be set to path/to and parent_root would - # be set to Language. - variant_name = None - parent = posixpath.dirname(path) - grandparent = posixpath.dirname(parent) - parent_basename = posixpath.basename(parent) - (parent_root, parent_ext) = posixpath.splitext(parent_basename) - if parent_ext == ".lproj": - variant_name = parent_root - if grandparent == "": - grandparent = None - - # Putting a directory inside a variant group is not currently supported. - assert not is_dir or variant_name is None - - path_split = path.split(posixpath.sep) - if ( - len(path_split) == 1 - or ((is_dir or variant_name is not None) and len(path_split) == 2) - or not hierarchical - ): - # The PBXFileReference or PBXVariantGroup will be added to or gotten from - # this PBXGroup, no recursion necessary. - if variant_name is None: - # Add or get a PBXFileReference. - file_ref = self.GetChildByPath(path) - if file_ref is not None: - assert file_ref.__class__ == PBXFileReference - else: - file_ref = PBXFileReference({"path": path}) - self.AppendChild(file_ref) - else: - # Add or get a PBXVariantGroup. The variant group name is the same - # as the basename (MainMenu.nib in the example above). grandparent - # specifies the path to the variant group itself, and path_split[-2:] - # is the path of the specific variant relative to its group. - variant_group_name = posixpath.basename(path) - variant_group_ref = self.AddOrGetVariantGroupByNameAndPath( - variant_group_name, grandparent - ) - variant_path = posixpath.sep.join(path_split[-2:]) - variant_ref = variant_group_ref.GetChildByPath(variant_path) - if variant_ref is not None: - assert variant_ref.__class__ == PBXFileReference - else: - variant_ref = PBXFileReference( - {"name": variant_name, "path": variant_path} - ) - variant_group_ref.AppendChild(variant_ref) - # The caller is interested in the variant group, not the specific - # variant file. - file_ref = variant_group_ref - return file_ref - else: - # Hierarchical recursion. Add or get a PBXGroup corresponding to the - # outermost path component, and then recurse into it, chopping off that - # path component. - next_dir = path_split[0] - group_ref = self.GetChildByPath(next_dir) - if group_ref is not None: - assert group_ref.__class__ == PBXGroup - else: - group_ref = PBXGroup({"path": next_dir}) - self.AppendChild(group_ref) - return group_ref.AddOrGetFileByPath( - posixpath.sep.join(path_split[1:]), hierarchical - ) - - def AddOrGetVariantGroupByNameAndPath(self, name, path): - """Returns an existing or new PBXVariantGroup for name and path. - - If a PBXVariantGroup identified by the name and path arguments is already - present as a child of this object, it is returned. Otherwise, a new - PBXVariantGroup with the correct properties is created, added as a child, - and returned. - - This method will generally be called by AddOrGetFileByPath, which knows - when to create a variant group based on the structure of the pathnames - passed to it. - """ - - key = (name, path) - if key in self._variant_children_by_name_and_path: - variant_group_ref = self._variant_children_by_name_and_path[key] - assert variant_group_ref.__class__ == PBXVariantGroup - return variant_group_ref - - variant_group_properties = {"name": name} - if path is not None: - variant_group_properties["path"] = path - variant_group_ref = PBXVariantGroup(variant_group_properties) - self.AppendChild(variant_group_ref) - - return variant_group_ref - - def TakeOverOnlyChild(self, recurse=False): - """If this PBXGroup has only one child and it's also a PBXGroup, take - it over by making all of its children this object's children. - - This function will continue to take over only children when those children - are groups. If there are three PBXGroups representing a, b, and c, with - c inside b and b inside a, and a and b have no other children, this will - result in a taking over both b and c, forming a PBXGroup for a/b/c. - - If recurse is True, this function will recurse into children and ask them - to collapse themselves by taking over only children as well. Assuming - an example hierarchy with files at a/b/c/d1, a/b/c/d2, and a/b/c/d3/e/f - (d1, d2, and f are files, the rest are groups), recursion will result in - a group for a/b/c containing a group for d3/e. - """ - - # At this stage, check that child class types are PBXGroup exactly, - # instead of using isinstance. The only subclass of PBXGroup, - # PBXVariantGroup, should not participate in reparenting in the same way: - # reparenting by merging different object types would be wrong. - while ( - len(self._properties["children"]) == 1 - and self._properties["children"][0].__class__ == PBXGroup - ): - # Loop to take over the innermost only-child group possible. - - child = self._properties["children"][0] - - # Assume the child's properties, including its children. Save a copy - # of this object's old properties, because they'll still be needed. - # This object retains its existing id and parent attributes. - old_properties = self._properties - self._properties = child._properties - self._children_by_path = child._children_by_path - - if ( - "sourceTree" not in self._properties - or self._properties["sourceTree"] == "<group>" - ): - # The child was relative to its parent. Fix up the path. Note that - # children with a sourceTree other than "<group>" are not relative to - # their parents, so no path fix-up is needed in that case. - if "path" in old_properties: - if "path" in self._properties: - # Both the original parent and child have paths set. - self._properties["path"] = posixpath.join( - old_properties["path"], self._properties["path"] - ) - else: - # Only the original parent has a path, use it. - self._properties["path"] = old_properties["path"] - if "sourceTree" in old_properties: - # The original parent had a sourceTree set, use it. - self._properties["sourceTree"] = old_properties["sourceTree"] - - # If the original parent had a name set, keep using it. If the original - # parent didn't have a name but the child did, let the child's name - # live on. If the name attribute seems unnecessary now, get rid of it. - if "name" in old_properties and old_properties["name"] not in ( - None, - self.Name(), - ): - self._properties["name"] = old_properties["name"] - if ( - "name" in self._properties - and "path" in self._properties - and self._properties["name"] == self._properties["path"] - ): - del self._properties["name"] - - # Notify all children of their new parent. - for child in self._properties["children"]: - child.parent = self - - # If asked to recurse, recurse. - if recurse: - for child in self._properties["children"]: - if child.__class__ == PBXGroup: - child.TakeOverOnlyChild(recurse) - - def SortGroup(self): - self._properties["children"] = sorted( - self._properties["children"], key=cmp_to_key(lambda x, y: x.Compare(y)) - ) - - # Recurse. - for child in self._properties["children"]: - if isinstance(child, PBXGroup): - child.SortGroup() - - -class XCFileLikeElement(XCHierarchicalElement): - # Abstract base for objects that can be used as the fileRef property of - # PBXBuildFile. - - def PathHashables(self): - # A PBXBuildFile that refers to this object will call this method to - # obtain additional hashables specific to this XCFileLikeElement. Don't - # just use this object's hashables, they're not specific and unique enough - # on their own (without access to the parent hashables.) Instead, provide - # hashables that identify this object by path by getting its hashables as - # well as the hashables of ancestor XCHierarchicalElement objects. - - hashables = [] - xche = self - while isinstance(xche, XCHierarchicalElement): - xche_hashables = xche.Hashables() - for index, xche_hashable in enumerate(xche_hashables): - hashables.insert(index, xche_hashable) - xche = xche.parent - return hashables - - -class XCContainerPortal(XCObject): - # Abstract base for objects that can be used as the containerPortal property - # of PBXContainerItemProxy. - pass - - -class XCRemoteObject(XCObject): - # Abstract base for objects that can be used as the remoteGlobalIDString - # property of PBXContainerItemProxy. - pass - - -class PBXFileReference(XCFileLikeElement, XCContainerPortal, XCRemoteObject): - _schema = XCFileLikeElement._schema.copy() - _schema.update( - { - "explicitFileType": [0, str, 0, 0], - "lastKnownFileType": [0, str, 0, 0], - "name": [0, str, 0, 0], - "path": [0, str, 0, 1], - } - ) - - # Weird output rules for PBXFileReference. - _should_print_single_line = True - # super - _encode_transforms = XCFileLikeElement._alternate_encode_transforms - - def __init__(self, properties=None, id=None, parent=None): - # super - XCFileLikeElement.__init__(self, properties, id, parent) - if "path" in self._properties and self._properties["path"].endswith("/"): - self._properties["path"] = self._properties["path"][:-1] - is_dir = True - else: - is_dir = False - - if ( - "path" in self._properties - and "lastKnownFileType" not in self._properties - and "explicitFileType" not in self._properties - ): - # TODO(mark): This is the replacement for a replacement for a quick hack. - # It is no longer incredibly sucky, but this list needs to be extended. - extension_map = { - "a": "archive.ar", - "app": "wrapper.application", - "bdic": "file", - "bundle": "wrapper.cfbundle", - "c": "sourcecode.c.c", - "cc": "sourcecode.cpp.cpp", - "cpp": "sourcecode.cpp.cpp", - "css": "text.css", - "cxx": "sourcecode.cpp.cpp", - "dart": "sourcecode", - "dylib": "compiled.mach-o.dylib", - "framework": "wrapper.framework", - "gyp": "sourcecode", - "gypi": "sourcecode", - "h": "sourcecode.c.h", - "hxx": "sourcecode.cpp.h", - "icns": "image.icns", - "java": "sourcecode.java", - "js": "sourcecode.javascript", - "kext": "wrapper.kext", - "m": "sourcecode.c.objc", - "mm": "sourcecode.cpp.objcpp", - "nib": "wrapper.nib", - "o": "compiled.mach-o.objfile", - "pdf": "image.pdf", - "pl": "text.script.perl", - "plist": "text.plist.xml", - "pm": "text.script.perl", - "png": "image.png", - "py": "text.script.python", - "r": "sourcecode.rez", - "rez": "sourcecode.rez", - "s": "sourcecode.asm", - "storyboard": "file.storyboard", - "strings": "text.plist.strings", - "swift": "sourcecode.swift", - "ttf": "file", - "xcassets": "folder.assetcatalog", - "xcconfig": "text.xcconfig", - "xcdatamodel": "wrapper.xcdatamodel", - "xcdatamodeld": "wrapper.xcdatamodeld", - "xib": "file.xib", - "y": "sourcecode.yacc", - } - - prop_map = { - "dart": "explicitFileType", - "gyp": "explicitFileType", - "gypi": "explicitFileType", - } - - if is_dir: - file_type = "folder" - prop_name = "lastKnownFileType" - else: - basename = posixpath.basename(self._properties["path"]) - (root, ext) = posixpath.splitext(basename) - # Check the map using a lowercase extension. - # TODO(mark): Maybe it should try with the original case first and fall - # back to lowercase, in case there are any instances where case - # matters. There currently aren't. - if ext != "": - ext = ext[1:].lower() - - # TODO(mark): "text" is the default value, but "file" is appropriate - # for unrecognized files not containing text. Xcode seems to choose - # based on content. - file_type = extension_map.get(ext, "text") - prop_name = prop_map.get(ext, "lastKnownFileType") - - self._properties[prop_name] = file_type - - -class PBXVariantGroup(PBXGroup, XCFileLikeElement): - """PBXVariantGroup is used by Xcode to represent localizations.""" - - # No additions to the schema relative to PBXGroup. - pass - - -# PBXReferenceProxy is also an XCFileLikeElement subclass. It is defined below -# because it uses PBXContainerItemProxy, defined below. - - -class XCBuildConfiguration(XCObject): - _schema = XCObject._schema.copy() - _schema.update( - { - "baseConfigurationReference": [0, PBXFileReference, 0, 0], - "buildSettings": [0, dict, 0, 1, {}], - "name": [0, str, 0, 1], - } - ) - - def HasBuildSetting(self, key): - return key in self._properties["buildSettings"] - - def GetBuildSetting(self, key): - return self._properties["buildSettings"][key] - - def SetBuildSetting(self, key, value): - # TODO(mark): If a list, copy? - self._properties["buildSettings"][key] = value - - def AppendBuildSetting(self, key, value): - if key not in self._properties["buildSettings"]: - self._properties["buildSettings"][key] = [] - self._properties["buildSettings"][key].append(value) - - def DelBuildSetting(self, key): - if key in self._properties["buildSettings"]: - del self._properties["buildSettings"][key] - - def SetBaseConfiguration(self, value): - self._properties["baseConfigurationReference"] = value - - -class XCConfigurationList(XCObject): - # _configs is the default list of configurations. - _configs = [ - XCBuildConfiguration({"name": "Debug"}), - XCBuildConfiguration({"name": "Release"}), - ] - - _schema = XCObject._schema.copy() - _schema.update( - { - "buildConfigurations": [1, XCBuildConfiguration, 1, 1, _configs], - "defaultConfigurationIsVisible": [0, int, 0, 1, 1], - "defaultConfigurationName": [0, str, 0, 1, "Release"], - } - ) - - def Name(self): - return ( - "Build configuration list for " - + self.parent.__class__.__name__ - + ' "' - + self.parent.Name() - + '"' - ) - - def ConfigurationNamed(self, name): - """Convenience accessor to obtain an XCBuildConfiguration by name.""" - for configuration in self._properties["buildConfigurations"]: - if configuration._properties["name"] == name: - return configuration - - raise KeyError(name) - - def DefaultConfiguration(self): - """Convenience accessor to obtain the default XCBuildConfiguration.""" - return self.ConfigurationNamed(self._properties["defaultConfigurationName"]) - - def HasBuildSetting(self, key): - """Determines the state of a build setting in all XCBuildConfiguration - child objects. - - If all child objects have key in their build settings, and the value is the - same in all child objects, returns 1. - - If no child objects have the key in their build settings, returns 0. - - If some, but not all, child objects have the key in their build settings, - or if any children have different values for the key, returns -1. - """ - - has = None - value = None - for configuration in self._properties["buildConfigurations"]: - configuration_has = configuration.HasBuildSetting(key) - if has is None: - has = configuration_has - elif has != configuration_has: - return -1 - - if configuration_has: - configuration_value = configuration.GetBuildSetting(key) - if value is None: - value = configuration_value - elif value != configuration_value: - return -1 - - if not has: - return 0 - - return 1 - - def GetBuildSetting(self, key): - """Gets the build setting for key. - - All child XCConfiguration objects must have the same value set for the - setting, or a ValueError will be raised. - """ - - # TODO(mark): This is wrong for build settings that are lists. The list - # contents should be compared (and a list copy returned?) - - value = None - for configuration in self._properties["buildConfigurations"]: - configuration_value = configuration.GetBuildSetting(key) - if value is None: - value = configuration_value - else: - if value != configuration_value: - raise ValueError("Variant values for " + key) - - return value - - def SetBuildSetting(self, key, value): - """Sets the build setting for key to value in all child - XCBuildConfiguration objects. - """ - - for configuration in self._properties["buildConfigurations"]: - configuration.SetBuildSetting(key, value) - - def AppendBuildSetting(self, key, value): - """Appends value to the build setting for key, which is treated as a list, - in all child XCBuildConfiguration objects. - """ - - for configuration in self._properties["buildConfigurations"]: - configuration.AppendBuildSetting(key, value) - - def DelBuildSetting(self, key): - """Deletes the build setting key from all child XCBuildConfiguration - objects. - """ - - for configuration in self._properties["buildConfigurations"]: - configuration.DelBuildSetting(key) - - def SetBaseConfiguration(self, value): - """Sets the build configuration in all child XCBuildConfiguration objects. - """ - - for configuration in self._properties["buildConfigurations"]: - configuration.SetBaseConfiguration(value) - - -class PBXBuildFile(XCObject): - _schema = XCObject._schema.copy() - _schema.update( - { - "fileRef": [0, XCFileLikeElement, 0, 1], - "settings": [0, str, 0, 0], # hack, it's a dict - } - ) - - # Weird output rules for PBXBuildFile. - _should_print_single_line = True - _encode_transforms = XCObject._alternate_encode_transforms - - def Name(self): - # Example: "main.cc in Sources" - return self._properties["fileRef"].Name() + " in " + self.parent.Name() - - def Hashables(self): - # super - hashables = XCObject.Hashables(self) - - # It is not sufficient to just rely on Name() to get the - # XCFileLikeElement's name, because that is not a complete pathname. - # PathHashables returns hashables unique enough that no two - # PBXBuildFiles should wind up with the same set of hashables, unless - # someone adds the same file multiple times to the same target. That - # would be considered invalid anyway. - hashables.extend(self._properties["fileRef"].PathHashables()) - - return hashables - - -class XCBuildPhase(XCObject): - """Abstract base for build phase classes. Not represented in a project - file. - - Attributes: - _files_by_path: A dict mapping each path of a child in the files list by - path (keys) to the corresponding PBXBuildFile children (values). - _files_by_xcfilelikeelement: A dict mapping each XCFileLikeElement (keys) - to the corresponding PBXBuildFile children (values). - """ - - # TODO(mark): Some build phase types, like PBXShellScriptBuildPhase, don't - # actually have a "files" list. XCBuildPhase should not have "files" but - # another abstract subclass of it should provide this, and concrete build - # phase types that do have "files" lists should be derived from that new - # abstract subclass. XCBuildPhase should only provide buildActionMask and - # runOnlyForDeploymentPostprocessing, and not files or the various - # file-related methods and attributes. - - _schema = XCObject._schema.copy() - _schema.update( - { - "buildActionMask": [0, int, 0, 1, 0x7FFFFFFF], - "files": [1, PBXBuildFile, 1, 1, []], - "runOnlyForDeploymentPostprocessing": [0, int, 0, 1, 0], - } - ) - - def __init__(self, properties=None, id=None, parent=None): - # super - XCObject.__init__(self, properties, id, parent) - - self._files_by_path = {} - self._files_by_xcfilelikeelement = {} - for pbxbuildfile in self._properties.get("files", []): - self._AddBuildFileToDicts(pbxbuildfile) - - def FileGroup(self, path): - # Subclasses must override this by returning a two-element tuple. The - # first item in the tuple should be the PBXGroup to which "path" should be - # added, either as a child or deeper descendant. The second item should - # be a boolean indicating whether files should be added into hierarchical - # groups or one single flat group. - raise NotImplementedError(self.__class__.__name__ + " must implement FileGroup") - - def _AddPathToDict(self, pbxbuildfile, path): - """Adds path to the dict tracking paths belonging to this build phase. - - If the path is already a member of this build phase, raises an exception. - """ - - if path in self._files_by_path: - raise ValueError("Found multiple build files with path " + path) - self._files_by_path[path] = pbxbuildfile - - def _AddBuildFileToDicts(self, pbxbuildfile, path=None): - """Maintains the _files_by_path and _files_by_xcfilelikeelement dicts. - - If path is specified, then it is the path that is being added to the - phase, and pbxbuildfile must contain either a PBXFileReference directly - referencing that path, or it must contain a PBXVariantGroup that itself - contains a PBXFileReference referencing the path. - - If path is not specified, either the PBXFileReference's path or the paths - of all children of the PBXVariantGroup are taken as being added to the - phase. - - If the path is already present in the phase, raises an exception. - - If the PBXFileReference or PBXVariantGroup referenced by pbxbuildfile - are already present in the phase, referenced by a different PBXBuildFile - object, raises an exception. This does not raise an exception when - a PBXFileReference or PBXVariantGroup reappear and are referenced by the - same PBXBuildFile that has already introduced them, because in the case - of PBXVariantGroup objects, they may correspond to multiple paths that are - not all added simultaneously. When this situation occurs, the path needs - to be added to _files_by_path, but nothing needs to change in - _files_by_xcfilelikeelement, and the caller should have avoided adding - the PBXBuildFile if it is already present in the list of children. - """ - - xcfilelikeelement = pbxbuildfile._properties["fileRef"] - - paths = [] - if path is not None: - # It's best when the caller provides the path. - if isinstance(xcfilelikeelement, PBXVariantGroup): - paths.append(path) - else: - # If the caller didn't provide a path, there can be either multiple - # paths (PBXVariantGroup) or one. - if isinstance(xcfilelikeelement, PBXVariantGroup): - for variant in xcfilelikeelement._properties["children"]: - paths.append(variant.FullPath()) - else: - paths.append(xcfilelikeelement.FullPath()) - - # Add the paths first, because if something's going to raise, the - # messages provided by _AddPathToDict are more useful owing to its - # having access to a real pathname and not just an object's Name(). - for a_path in paths: - self._AddPathToDict(pbxbuildfile, a_path) - - # If another PBXBuildFile references this XCFileLikeElement, there's a - # problem. - if ( - xcfilelikeelement in self._files_by_xcfilelikeelement - and self._files_by_xcfilelikeelement[xcfilelikeelement] != pbxbuildfile - ): - raise ValueError( - "Found multiple build files for " + xcfilelikeelement.Name() - ) - self._files_by_xcfilelikeelement[xcfilelikeelement] = pbxbuildfile - - def AppendBuildFile(self, pbxbuildfile, path=None): - # Callers should use this instead of calling - # AppendProperty('files', pbxbuildfile) directly because this function - # maintains the object's dicts. Better yet, callers can just call AddFile - # with a pathname and not worry about building their own PBXBuildFile - # objects. - self.AppendProperty("files", pbxbuildfile) - self._AddBuildFileToDicts(pbxbuildfile, path) - - def AddFile(self, path, settings=None): - (file_group, hierarchical) = self.FileGroup(path) - file_ref = file_group.AddOrGetFileByPath(path, hierarchical) - - if file_ref in self._files_by_xcfilelikeelement and isinstance( - file_ref, PBXVariantGroup - ): - # There's already a PBXBuildFile in this phase corresponding to the - # PBXVariantGroup. path just provides a new variant that belongs to - # the group. Add the path to the dict. - pbxbuildfile = self._files_by_xcfilelikeelement[file_ref] - self._AddBuildFileToDicts(pbxbuildfile, path) - else: - # Add a new PBXBuildFile to get file_ref into the phase. - if settings is None: - pbxbuildfile = PBXBuildFile({"fileRef": file_ref}) - else: - pbxbuildfile = PBXBuildFile({"fileRef": file_ref, "settings": settings}) - self.AppendBuildFile(pbxbuildfile, path) - - -class PBXHeadersBuildPhase(XCBuildPhase): - # No additions to the schema relative to XCBuildPhase. - - def Name(self): - return "Headers" - - def FileGroup(self, path): - return self.PBXProjectAncestor().RootGroupForPath(path) - - -class PBXResourcesBuildPhase(XCBuildPhase): - # No additions to the schema relative to XCBuildPhase. - - def Name(self): - return "Resources" - - def FileGroup(self, path): - return self.PBXProjectAncestor().RootGroupForPath(path) - - -class PBXSourcesBuildPhase(XCBuildPhase): - # No additions to the schema relative to XCBuildPhase. - - def Name(self): - return "Sources" - - def FileGroup(self, path): - return self.PBXProjectAncestor().RootGroupForPath(path) - - -class PBXFrameworksBuildPhase(XCBuildPhase): - # No additions to the schema relative to XCBuildPhase. - - def Name(self): - return "Frameworks" - - def FileGroup(self, path): - (root, ext) = posixpath.splitext(path) - if ext != "": - ext = ext[1:].lower() - if ext == "o": - # .o files are added to Xcode Frameworks phases, but conceptually aren't - # frameworks, they're more like sources or intermediates. Redirect them - # to show up in one of those other groups. - return self.PBXProjectAncestor().RootGroupForPath(path) - else: - return (self.PBXProjectAncestor().FrameworksGroup(), False) - - -class PBXShellScriptBuildPhase(XCBuildPhase): - _schema = XCBuildPhase._schema.copy() - _schema.update( - { - "inputPaths": [1, str, 0, 1, []], - "name": [0, str, 0, 0], - "outputPaths": [1, str, 0, 1, []], - "shellPath": [0, str, 0, 1, "/bin/sh"], - "shellScript": [0, str, 0, 1], - "showEnvVarsInLog": [0, int, 0, 0], - } - ) - - def Name(self): - if "name" in self._properties: - return self._properties["name"] - - return "ShellScript" - - -class PBXCopyFilesBuildPhase(XCBuildPhase): - _schema = XCBuildPhase._schema.copy() - _schema.update( - { - "dstPath": [0, str, 0, 1], - "dstSubfolderSpec": [0, int, 0, 1], - "name": [0, str, 0, 0], - } - ) - - # path_tree_re matches "$(DIR)/path", "$(DIR)/$(DIR2)/path" or just "$(DIR)". - # Match group 1 is "DIR", group 3 is "path" or "$(DIR2") or "$(DIR2)/path" - # or None. If group 3 is "path", group 4 will be None otherwise group 4 is - # "DIR2" and group 6 is "path". - path_tree_re = re.compile(r"^\$\((.*?)\)(/(\$\((.*?)\)(/(.*)|)|(.*)|)|)$") - - # path_tree_{first,second}_to_subfolder map names of Xcode variables to the - # associated dstSubfolderSpec property value used in a PBXCopyFilesBuildPhase - # object. - path_tree_first_to_subfolder = { - # Types that can be chosen via the Xcode UI. - "BUILT_PRODUCTS_DIR": 16, # Products Directory - "BUILT_FRAMEWORKS_DIR": 10, # Not an official Xcode macro. - # Existed before support for the - # names below was added. Maps to - # "Frameworks". - } - - path_tree_second_to_subfolder = { - "WRAPPER_NAME": 1, # Wrapper - # Although Xcode's friendly name is "Executables", the destination - # is demonstrably the value of the build setting - # EXECUTABLE_FOLDER_PATH not EXECUTABLES_FOLDER_PATH. - "EXECUTABLE_FOLDER_PATH": 6, # Executables. - "UNLOCALIZED_RESOURCES_FOLDER_PATH": 7, # Resources - "JAVA_FOLDER_PATH": 15, # Java Resources - "FRAMEWORKS_FOLDER_PATH": 10, # Frameworks - "SHARED_FRAMEWORKS_FOLDER_PATH": 11, # Shared Frameworks - "SHARED_SUPPORT_FOLDER_PATH": 12, # Shared Support - "PLUGINS_FOLDER_PATH": 13, # PlugIns - # For XPC Services, Xcode sets both dstPath and dstSubfolderSpec. - # Note that it re-uses the BUILT_PRODUCTS_DIR value for - # dstSubfolderSpec. dstPath is set below. - "XPCSERVICES_FOLDER_PATH": 16, # XPC Services. - } - - def Name(self): - if "name" in self._properties: - return self._properties["name"] - - return "CopyFiles" - - def FileGroup(self, path): - return self.PBXProjectAncestor().RootGroupForPath(path) - - def SetDestination(self, path): - """Set the dstSubfolderSpec and dstPath properties from path. - - path may be specified in the same notation used for XCHierarchicalElements, - specifically, "$(DIR)/path". - """ - - path_tree_match = self.path_tree_re.search(path) - if path_tree_match: - path_tree = path_tree_match.group(1) - if path_tree in self.path_tree_first_to_subfolder: - subfolder = self.path_tree_first_to_subfolder[path_tree] - relative_path = path_tree_match.group(3) - if relative_path is None: - relative_path = "" - - if subfolder == 16 and path_tree_match.group(4) is not None: - # BUILT_PRODUCTS_DIR (16) is the first element in a path whose - # second element is possibly one of the variable names in - # path_tree_second_to_subfolder. Xcode sets the values of all these - # variables to relative paths so .gyp files must prefix them with - # BUILT_PRODUCTS_DIR, e.g. - # $(BUILT_PRODUCTS_DIR)/$(PLUGINS_FOLDER_PATH). Then - # xcode_emulation.py can export these variables with the same values - # as Xcode yet make & ninja files can determine the absolute path - # to the target. Xcode uses the dstSubfolderSpec value set here - # to determine the full path. - # - # An alternative of xcode_emulation.py setting the values to - # absolute paths when exporting these variables has been - # ruled out because then the values would be different - # depending on the build tool. - # - # Another alternative is to invent new names for the variables used - # to match to the subfolder indices in the second table. .gyp files - # then will not need to prepend $(BUILT_PRODUCTS_DIR) because - # xcode_emulation.py can set the values of those variables to - # the absolute paths when exporting. This is possibly the thinking - # behind BUILT_FRAMEWORKS_DIR which is used in exactly this manner. - # - # Requiring prepending BUILT_PRODUCTS_DIR has been chosen because - # this same way could be used to specify destinations in .gyp files - # that pre-date this addition to GYP. However they would only work - # with the Xcode generator. - # The previous version of xcode_emulation.py - # does not export these variables. Such files will get the benefit - # of the Xcode UI showing the proper destination name simply by - # regenerating the projects with this version of GYP. - path_tree = path_tree_match.group(4) - relative_path = path_tree_match.group(6) - separator = "/" - - if path_tree in self.path_tree_second_to_subfolder: - subfolder = self.path_tree_second_to_subfolder[path_tree] - if relative_path is None: - relative_path = "" - separator = "" - if path_tree == "XPCSERVICES_FOLDER_PATH": - relative_path = ( - "$(CONTENTS_FOLDER_PATH)/XPCServices" - + separator - + relative_path - ) - else: - # subfolder = 16 from above - # The second element of the path is an unrecognized variable. - # Include it and any remaining elements in relative_path. - relative_path = path_tree_match.group(3) - - else: - # The path starts with an unrecognized Xcode variable - # name like $(SRCROOT). Xcode will still handle this - # as an "absolute path" that starts with the variable. - subfolder = 0 - relative_path = path - elif path.startswith("/"): - # Special case. Absolute paths are in dstSubfolderSpec 0. - subfolder = 0 - relative_path = path[1:] - else: - raise ValueError( - f"Can't use path {path} in a {self.__class__.__name__}" - ) - - self._properties["dstPath"] = relative_path - self._properties["dstSubfolderSpec"] = subfolder - - -class PBXBuildRule(XCObject): - _schema = XCObject._schema.copy() - _schema.update( - { - "compilerSpec": [0, str, 0, 1], - "filePatterns": [0, str, 0, 0], - "fileType": [0, str, 0, 1], - "isEditable": [0, int, 0, 1, 1], - "outputFiles": [1, str, 0, 1, []], - "script": [0, str, 0, 0], - } - ) - - def Name(self): - # Not very inspired, but it's what Xcode uses. - return self.__class__.__name__ - - def Hashables(self): - # super - hashables = XCObject.Hashables(self) - - # Use the hashables of the weak objects that this object refers to. - hashables.append(self._properties["fileType"]) - if "filePatterns" in self._properties: - hashables.append(self._properties["filePatterns"]) - return hashables - - -class PBXContainerItemProxy(XCObject): - # When referencing an item in this project file, containerPortal is the - # PBXProject root object of this project file. When referencing an item in - # another project file, containerPortal is a PBXFileReference identifying - # the other project file. - # - # When serving as a proxy to an XCTarget (in this project file or another), - # proxyType is 1. When serving as a proxy to a PBXFileReference (in another - # project file), proxyType is 2. Type 2 is used for references to the - # producs of the other project file's targets. - # - # Xcode is weird about remoteGlobalIDString. Usually, it's printed without - # a comment, indicating that it's tracked internally simply as a string, but - # sometimes it's printed with a comment (usually when the object is initially - # created), indicating that it's tracked as a project file object at least - # sometimes. This module always tracks it as an object, but contains a hack - # to prevent it from printing the comment in the project file output. See - # _XCKVPrint. - _schema = XCObject._schema.copy() - _schema.update( - { - "containerPortal": [0, XCContainerPortal, 0, 1], - "proxyType": [0, int, 0, 1], - "remoteGlobalIDString": [0, XCRemoteObject, 0, 1], - "remoteInfo": [0, str, 0, 1], - } - ) - - def __repr__(self): - props = self._properties - name = "{}.gyp:{}".format(props["containerPortal"].Name(), props["remoteInfo"]) - return f"<{self.__class__.__name__} {name!r} at 0x{id(self):x}>" - - def Name(self): - # Admittedly not the best name, but it's what Xcode uses. - return self.__class__.__name__ - - def Hashables(self): - # super - hashables = XCObject.Hashables(self) - - # Use the hashables of the weak objects that this object refers to. - hashables.extend(self._properties["containerPortal"].Hashables()) - hashables.extend(self._properties["remoteGlobalIDString"].Hashables()) - return hashables - - -class PBXTargetDependency(XCObject): - # The "target" property accepts an XCTarget object, and obviously not - # NoneType. But XCTarget is defined below, so it can't be put into the - # schema yet. The definition of PBXTargetDependency can't be moved below - # XCTarget because XCTarget's own schema references PBXTargetDependency. - # Python doesn't deal well with this circular relationship, and doesn't have - # a real way to do forward declarations. To work around, the type of - # the "target" property is reset below, after XCTarget is defined. - # - # At least one of "name" and "target" is required. - _schema = XCObject._schema.copy() - _schema.update( - { - "name": [0, str, 0, 0], - "target": [0, None.__class__, 0, 0], - "targetProxy": [0, PBXContainerItemProxy, 1, 1], - } - ) - - def __repr__(self): - name = self._properties.get("name") or self._properties["target"].Name() - return f"<{self.__class__.__name__} {name!r} at 0x{id(self):x}>" - - def Name(self): - # Admittedly not the best name, but it's what Xcode uses. - return self.__class__.__name__ - - def Hashables(self): - # super - hashables = XCObject.Hashables(self) - - # Use the hashables of the weak objects that this object refers to. - hashables.extend(self._properties["targetProxy"].Hashables()) - return hashables - - -class PBXReferenceProxy(XCFileLikeElement): - _schema = XCFileLikeElement._schema.copy() - _schema.update( - { - "fileType": [0, str, 0, 1], - "path": [0, str, 0, 1], - "remoteRef": [0, PBXContainerItemProxy, 1, 1], - } - ) - - -class XCTarget(XCRemoteObject): - # An XCTarget is really just an XCObject, the XCRemoteObject thing is just - # to allow PBXProject to be used in the remoteGlobalIDString property of - # PBXContainerItemProxy. - # - # Setting a "name" property at instantiation may also affect "productName", - # which may in turn affect the "PRODUCT_NAME" build setting in children of - # "buildConfigurationList". See __init__ below. - _schema = XCRemoteObject._schema.copy() - _schema.update( - { - "buildConfigurationList": [ - 0, - XCConfigurationList, - 1, - 1, - XCConfigurationList(), - ], - "buildPhases": [1, XCBuildPhase, 1, 1, []], - "dependencies": [1, PBXTargetDependency, 1, 1, []], - "name": [0, str, 0, 1], - "productName": [0, str, 0, 1], - } - ) - - def __init__( - self, - properties=None, - id=None, - parent=None, - force_outdir=None, - force_prefix=None, - force_extension=None, - ): - # super - XCRemoteObject.__init__(self, properties, id, parent) - - # Set up additional defaults not expressed in the schema. If a "name" - # property was supplied, set "productName" if it is not present. Also set - # the "PRODUCT_NAME" build setting in each configuration, but only if - # the setting is not present in any build configuration. - if "name" in self._properties: - if "productName" not in self._properties: - self.SetProperty("productName", self._properties["name"]) - - if "productName" in self._properties: - if "buildConfigurationList" in self._properties: - configs = self._properties["buildConfigurationList"] - if configs.HasBuildSetting("PRODUCT_NAME") == 0: - configs.SetBuildSetting( - "PRODUCT_NAME", self._properties["productName"] - ) - - def AddDependency(self, other): - pbxproject = self.PBXProjectAncestor() - other_pbxproject = other.PBXProjectAncestor() - if pbxproject == other_pbxproject: - # Add a dependency to another target in the same project file. - container = PBXContainerItemProxy( - { - "containerPortal": pbxproject, - "proxyType": 1, - "remoteGlobalIDString": other, - "remoteInfo": other.Name(), - } - ) - dependency = PBXTargetDependency( - {"target": other, "targetProxy": container} - ) - self.AppendProperty("dependencies", dependency) - else: - # Add a dependency to a target in a different project file. - other_project_ref = pbxproject.AddOrGetProjectReference(other_pbxproject)[1] - container = PBXContainerItemProxy( - { - "containerPortal": other_project_ref, - "proxyType": 1, - "remoteGlobalIDString": other, - "remoteInfo": other.Name(), - } - ) - dependency = PBXTargetDependency( - {"name": other.Name(), "targetProxy": container} - ) - self.AppendProperty("dependencies", dependency) - - # Proxy all of these through to the build configuration list. - - def ConfigurationNamed(self, name): - return self._properties["buildConfigurationList"].ConfigurationNamed(name) - - def DefaultConfiguration(self): - return self._properties["buildConfigurationList"].DefaultConfiguration() - - def HasBuildSetting(self, key): - return self._properties["buildConfigurationList"].HasBuildSetting(key) - - def GetBuildSetting(self, key): - return self._properties["buildConfigurationList"].GetBuildSetting(key) - - def SetBuildSetting(self, key, value): - return self._properties["buildConfigurationList"].SetBuildSetting(key, value) - - def AppendBuildSetting(self, key, value): - return self._properties["buildConfigurationList"].AppendBuildSetting(key, value) - - def DelBuildSetting(self, key): - return self._properties["buildConfigurationList"].DelBuildSetting(key) - - -# Redefine the type of the "target" property. See PBXTargetDependency._schema -# above. -PBXTargetDependency._schema["target"][1] = XCTarget - - -class PBXNativeTarget(XCTarget): - # buildPhases is overridden in the schema to be able to set defaults. - # - # NOTE: Contrary to most objects, it is advisable to set parent when - # constructing PBXNativeTarget. A parent of an XCTarget must be a PBXProject - # object. A parent reference is required for a PBXNativeTarget during - # construction to be able to set up the target defaults for productReference, - # because a PBXBuildFile object must be created for the target and it must - # be added to the PBXProject's mainGroup hierarchy. - _schema = XCTarget._schema.copy() - _schema.update( - { - "buildPhases": [ - 1, - XCBuildPhase, - 1, - 1, - [PBXSourcesBuildPhase(), PBXFrameworksBuildPhase()], - ], - "buildRules": [1, PBXBuildRule, 1, 1, []], - "productReference": [0, PBXFileReference, 0, 1], - "productType": [0, str, 0, 1], - } - ) - - # Mapping from Xcode product-types to settings. The settings are: - # filetype : used for explicitFileType in the project file - # prefix : the prefix for the file name - # suffix : the suffix for the file name - _product_filetypes = { - "com.apple.product-type.application": ["wrapper.application", "", ".app"], - "com.apple.product-type.application.watchapp": [ - "wrapper.application", - "", - ".app", - ], - "com.apple.product-type.watchkit-extension": [ - "wrapper.app-extension", - "", - ".appex", - ], - "com.apple.product-type.app-extension": ["wrapper.app-extension", "", ".appex"], - "com.apple.product-type.bundle": ["wrapper.cfbundle", "", ".bundle"], - "com.apple.product-type.framework": ["wrapper.framework", "", ".framework"], - "com.apple.product-type.library.dynamic": [ - "compiled.mach-o.dylib", - "lib", - ".dylib", - ], - "com.apple.product-type.library.static": ["archive.ar", "lib", ".a"], - "com.apple.product-type.tool": ["compiled.mach-o.executable", "", ""], - "com.apple.product-type.bundle.unit-test": ["wrapper.cfbundle", "", ".xctest"], - "com.apple.product-type.bundle.ui-testing": ["wrapper.cfbundle", "", ".xctest"], - "com.googlecode.gyp.xcode.bundle": ["compiled.mach-o.dylib", "", ".so"], - "com.apple.product-type.kernel-extension": ["wrapper.kext", "", ".kext"], - } - - def __init__( - self, - properties=None, - id=None, - parent=None, - force_outdir=None, - force_prefix=None, - force_extension=None, - ): - # super - XCTarget.__init__(self, properties, id, parent) - - if ( - "productName" in self._properties - and "productType" in self._properties - and "productReference" not in self._properties - and self._properties["productType"] in self._product_filetypes - ): - products_group = None - pbxproject = self.PBXProjectAncestor() - if pbxproject is not None: - products_group = pbxproject.ProductsGroup() - - if products_group is not None: - (filetype, prefix, suffix) = self._product_filetypes[ - self._properties["productType"] - ] - # Xcode does not have a distinct type for loadable modules that are - # pure BSD targets (not in a bundle wrapper). GYP allows such modules - # to be specified by setting a target type to loadable_module without - # having mac_bundle set. These are mapped to the pseudo-product type - # com.googlecode.gyp.xcode.bundle. - # - # By picking up this special type and converting it to a dynamic - # library (com.apple.product-type.library.dynamic) with fix-ups, - # single-file loadable modules can be produced. - # - # MACH_O_TYPE is changed to mh_bundle to produce the proper file type - # (as opposed to mh_dylib). In order for linking to succeed, - # DYLIB_CURRENT_VERSION and DYLIB_COMPATIBILITY_VERSION must be - # cleared. They are meaningless for type mh_bundle. - # - # Finally, the .so extension is forcibly applied over the default - # (.dylib), unless another forced extension is already selected. - # .dylib is plainly wrong, and .bundle is used by loadable_modules in - # bundle wrappers (com.apple.product-type.bundle). .so seems an odd - # choice because it's used as the extension on many other systems that - # don't distinguish between linkable shared libraries and non-linkable - # loadable modules, but there's precedent: Python loadable modules on - # Mac OS X use an .so extension. - if self._properties["productType"] == "com.googlecode.gyp.xcode.bundle": - self._properties[ - "productType" - ] = "com.apple.product-type.library.dynamic" - self.SetBuildSetting("MACH_O_TYPE", "mh_bundle") - self.SetBuildSetting("DYLIB_CURRENT_VERSION", "") - self.SetBuildSetting("DYLIB_COMPATIBILITY_VERSION", "") - if force_extension is None: - force_extension = suffix[1:] - - if ( - self._properties["productType"] - == "com.apple.product-type-bundle.unit.test" - or self._properties["productType"] - == "com.apple.product-type-bundle.ui-testing" - ): - if force_extension is None: - force_extension = suffix[1:] - - if force_extension is not None: - # If it's a wrapper (bundle), set WRAPPER_EXTENSION. - # Extension override. - suffix = "." + force_extension - if filetype.startswith("wrapper."): - self.SetBuildSetting("WRAPPER_EXTENSION", force_extension) - else: - self.SetBuildSetting("EXECUTABLE_EXTENSION", force_extension) - - if filetype.startswith("compiled.mach-o.executable"): - product_name = self._properties["productName"] - product_name += suffix - suffix = "" - self.SetProperty("productName", product_name) - self.SetBuildSetting("PRODUCT_NAME", product_name) - - # Xcode handles most prefixes based on the target type, however there - # are exceptions. If a "BSD Dynamic Library" target is added in the - # Xcode UI, Xcode sets EXECUTABLE_PREFIX. This check duplicates that - # behavior. - if force_prefix is not None: - prefix = force_prefix - if filetype.startswith("wrapper."): - self.SetBuildSetting("WRAPPER_PREFIX", prefix) - else: - self.SetBuildSetting("EXECUTABLE_PREFIX", prefix) - - if force_outdir is not None: - self.SetBuildSetting("TARGET_BUILD_DIR", force_outdir) - - # TODO(tvl): Remove the below hack. - # http://code.google.com/p/gyp/issues/detail?id=122 - - # Some targets include the prefix in the target_name. These targets - # really should just add a product_name setting that doesn't include - # the prefix. For example: - # target_name = 'libevent', product_name = 'event' - # This check cleans up for them. - product_name = self._properties["productName"] - prefix_len = len(prefix) - if prefix_len and (product_name[:prefix_len] == prefix): - product_name = product_name[prefix_len:] - self.SetProperty("productName", product_name) - self.SetBuildSetting("PRODUCT_NAME", product_name) - - ref_props = { - "explicitFileType": filetype, - "includeInIndex": 0, - "path": prefix + product_name + suffix, - "sourceTree": "BUILT_PRODUCTS_DIR", - } - file_ref = PBXFileReference(ref_props) - products_group.AppendChild(file_ref) - self.SetProperty("productReference", file_ref) - - def GetBuildPhaseByType(self, type): - if "buildPhases" not in self._properties: - return None - - the_phase = None - for phase in self._properties["buildPhases"]: - if isinstance(phase, type): - # Some phases may be present in multiples in a well-formed project file, - # but phases like PBXSourcesBuildPhase may only be present singly, and - # this function is intended as an aid to GetBuildPhaseByType. Loop - # over the entire list of phases and assert if more than one of the - # desired type is found. - assert the_phase is None - the_phase = phase - - return the_phase - - def HeadersPhase(self): - headers_phase = self.GetBuildPhaseByType(PBXHeadersBuildPhase) - if headers_phase is None: - headers_phase = PBXHeadersBuildPhase() - - # The headers phase should come before the resources, sources, and - # frameworks phases, if any. - insert_at = len(self._properties["buildPhases"]) - for index, phase in enumerate(self._properties["buildPhases"]): - if ( - isinstance(phase, PBXResourcesBuildPhase) - or isinstance(phase, PBXSourcesBuildPhase) - or isinstance(phase, PBXFrameworksBuildPhase) - ): - insert_at = index - break - - self._properties["buildPhases"].insert(insert_at, headers_phase) - headers_phase.parent = self - - return headers_phase - - def ResourcesPhase(self): - resources_phase = self.GetBuildPhaseByType(PBXResourcesBuildPhase) - if resources_phase is None: - resources_phase = PBXResourcesBuildPhase() - - # The resources phase should come before the sources and frameworks - # phases, if any. - insert_at = len(self._properties["buildPhases"]) - for index, phase in enumerate(self._properties["buildPhases"]): - if isinstance(phase, PBXSourcesBuildPhase) or isinstance( - phase, PBXFrameworksBuildPhase - ): - insert_at = index - break - - self._properties["buildPhases"].insert(insert_at, resources_phase) - resources_phase.parent = self - - return resources_phase - - def SourcesPhase(self): - sources_phase = self.GetBuildPhaseByType(PBXSourcesBuildPhase) - if sources_phase is None: - sources_phase = PBXSourcesBuildPhase() - self.AppendProperty("buildPhases", sources_phase) - - return sources_phase - - def FrameworksPhase(self): - frameworks_phase = self.GetBuildPhaseByType(PBXFrameworksBuildPhase) - if frameworks_phase is None: - frameworks_phase = PBXFrameworksBuildPhase() - self.AppendProperty("buildPhases", frameworks_phase) - - return frameworks_phase - - def AddDependency(self, other): - # super - XCTarget.AddDependency(self, other) - - static_library_type = "com.apple.product-type.library.static" - shared_library_type = "com.apple.product-type.library.dynamic" - framework_type = "com.apple.product-type.framework" - if ( - isinstance(other, PBXNativeTarget) - and "productType" in self._properties - and self._properties["productType"] != static_library_type - and "productType" in other._properties - and ( - other._properties["productType"] == static_library_type - or ( - ( - other._properties["productType"] == shared_library_type - or other._properties["productType"] == framework_type - ) - and ( - (not other.HasBuildSetting("MACH_O_TYPE")) - or other.GetBuildSetting("MACH_O_TYPE") != "mh_bundle" - ) - ) - ) - ): - - file_ref = other.GetProperty("productReference") - - pbxproject = self.PBXProjectAncestor() - other_pbxproject = other.PBXProjectAncestor() - if pbxproject != other_pbxproject: - other_project_product_group = pbxproject.AddOrGetProjectReference( - other_pbxproject - )[0] - file_ref = other_project_product_group.GetChildByRemoteObject(file_ref) - - self.FrameworksPhase().AppendProperty( - "files", PBXBuildFile({"fileRef": file_ref}) - ) - - -class PBXAggregateTarget(XCTarget): - pass - - -class PBXProject(XCContainerPortal): - # A PBXProject is really just an XCObject, the XCContainerPortal thing is - # just to allow PBXProject to be used in the containerPortal property of - # PBXContainerItemProxy. - """ - - Attributes: - path: "sample.xcodeproj". TODO(mark) Document me! - _other_pbxprojects: A dictionary, keyed by other PBXProject objects. Each - value is a reference to the dict in the - projectReferences list associated with the keyed - PBXProject. - """ - - _schema = XCContainerPortal._schema.copy() - _schema.update( - { - "attributes": [0, dict, 0, 0], - "buildConfigurationList": [ - 0, - XCConfigurationList, - 1, - 1, - XCConfigurationList(), - ], - "compatibilityVersion": [0, str, 0, 1, "Xcode 3.2"], - "hasScannedForEncodings": [0, int, 0, 1, 1], - "mainGroup": [0, PBXGroup, 1, 1, PBXGroup()], - "projectDirPath": [0, str, 0, 1, ""], - "projectReferences": [1, dict, 0, 0], - "projectRoot": [0, str, 0, 1, ""], - "targets": [1, XCTarget, 1, 1, []], - } - ) - - def __init__(self, properties=None, id=None, parent=None, path=None): - self.path = path - self._other_pbxprojects = {} - # super - return XCContainerPortal.__init__(self, properties, id, parent) - - def Name(self): - name = self.path - if name[-10:] == ".xcodeproj": - name = name[:-10] - return posixpath.basename(name) - - def Path(self): - return self.path - - def Comment(self): - return "Project object" - - def Children(self): - # super - children = XCContainerPortal.Children(self) - - # Add children that the schema doesn't know about. Maybe there's a more - # elegant way around this, but this is the only case where we need to own - # objects in a dictionary (that is itself in a list), and three lines for - # a one-off isn't that big a deal. - if "projectReferences" in self._properties: - for reference in self._properties["projectReferences"]: - children.append(reference["ProductGroup"]) - - return children - - def PBXProjectAncestor(self): - return self - - def _GroupByName(self, name): - if "mainGroup" not in self._properties: - self.SetProperty("mainGroup", PBXGroup()) - - main_group = self._properties["mainGroup"] - group = main_group.GetChildByName(name) - if group is None: - group = PBXGroup({"name": name}) - main_group.AppendChild(group) - - return group - - # SourceGroup and ProductsGroup are created by default in Xcode's own - # templates. - def SourceGroup(self): - return self._GroupByName("Source") - - def ProductsGroup(self): - return self._GroupByName("Products") - - # IntermediatesGroup is used to collect source-like files that are generated - # by rules or script phases and are placed in intermediate directories such - # as DerivedSources. - def IntermediatesGroup(self): - return self._GroupByName("Intermediates") - - # FrameworksGroup and ProjectsGroup are top-level groups used to collect - # frameworks and projects. - def FrameworksGroup(self): - return self._GroupByName("Frameworks") - - def ProjectsGroup(self): - return self._GroupByName("Projects") - - def RootGroupForPath(self, path): - """Returns a PBXGroup child of this object to which path should be added. - - This method is intended to choose between SourceGroup and - IntermediatesGroup on the basis of whether path is present in a source - directory or an intermediates directory. For the purposes of this - determination, any path located within a derived file directory such as - PROJECT_DERIVED_FILE_DIR is treated as being in an intermediates - directory. - - The returned value is a two-element tuple. The first element is the - PBXGroup, and the second element specifies whether that group should be - organized hierarchically (True) or as a single flat list (False). - """ - - # TODO(mark): make this a class variable and bind to self on call? - # Also, this list is nowhere near exhaustive. - # INTERMEDIATE_DIR and SHARED_INTERMEDIATE_DIR are used by - # gyp.generator.xcode. There should probably be some way for that module - # to push the names in, rather than having to hard-code them here. - source_tree_groups = { - "DERIVED_FILE_DIR": (self.IntermediatesGroup, True), - "INTERMEDIATE_DIR": (self.IntermediatesGroup, True), - "PROJECT_DERIVED_FILE_DIR": (self.IntermediatesGroup, True), - "SHARED_INTERMEDIATE_DIR": (self.IntermediatesGroup, True), - } - - (source_tree, path) = SourceTreeAndPathFromPath(path) - if source_tree is not None and source_tree in source_tree_groups: - (group_func, hierarchical) = source_tree_groups[source_tree] - group = group_func() - return (group, hierarchical) - - # TODO(mark): make additional choices based on file extension. - - return (self.SourceGroup(), True) - - def AddOrGetFileInRootGroup(self, path): - """Returns a PBXFileReference corresponding to path in the correct group - according to RootGroupForPath's heuristics. - - If an existing PBXFileReference for path exists, it will be returned. - Otherwise, one will be created and returned. - """ - - (group, hierarchical) = self.RootGroupForPath(path) - return group.AddOrGetFileByPath(path, hierarchical) - - def RootGroupsTakeOverOnlyChildren(self, recurse=False): - """Calls TakeOverOnlyChild for all groups in the main group.""" - - for group in self._properties["mainGroup"]._properties["children"]: - if isinstance(group, PBXGroup): - group.TakeOverOnlyChild(recurse) - - def SortGroups(self): - # Sort the children of the mainGroup (like "Source" and "Products") - # according to their defined order. - self._properties["mainGroup"]._properties["children"] = sorted( - self._properties["mainGroup"]._properties["children"], - key=cmp_to_key(lambda x, y: x.CompareRootGroup(y)), - ) - - # Sort everything else by putting group before files, and going - # alphabetically by name within sections of groups and files. SortGroup - # is recursive. - for group in self._properties["mainGroup"]._properties["children"]: - if not isinstance(group, PBXGroup): - continue - - if group.Name() == "Products": - # The Products group is a special case. Instead of sorting - # alphabetically, sort things in the order of the targets that - # produce the products. To do this, just build up a new list of - # products based on the targets. - products = [] - for target in self._properties["targets"]: - if not isinstance(target, PBXNativeTarget): - continue - product = target._properties["productReference"] - # Make sure that the product is already in the products group. - assert product in group._properties["children"] - products.append(product) - - # Make sure that this process doesn't miss anything that was already - # in the products group. - assert len(products) == len(group._properties["children"]) - group._properties["children"] = products - else: - group.SortGroup() - - def AddOrGetProjectReference(self, other_pbxproject): - """Add a reference to another project file (via PBXProject object) to this - one. - - Returns [ProductGroup, ProjectRef]. ProductGroup is a PBXGroup object in - this project file that contains a PBXReferenceProxy object for each - product of each PBXNativeTarget in the other project file. ProjectRef is - a PBXFileReference to the other project file. - - If this project file already references the other project file, the - existing ProductGroup and ProjectRef are returned. The ProductGroup will - still be updated if necessary. - """ - - if "projectReferences" not in self._properties: - self._properties["projectReferences"] = [] - - product_group = None - project_ref = None - - if other_pbxproject not in self._other_pbxprojects: - # This project file isn't yet linked to the other one. Establish the - # link. - product_group = PBXGroup({"name": "Products"}) - - # ProductGroup is strong. - product_group.parent = self - - # There's nothing unique about this PBXGroup, and if left alone, it will - # wind up with the same set of hashables as all other PBXGroup objects - # owned by the projectReferences list. Add the hashables of the - # remote PBXProject that it's related to. - product_group._hashables.extend(other_pbxproject.Hashables()) - - # The other project reports its path as relative to the same directory - # that this project's path is relative to. The other project's path - # is not necessarily already relative to this project. Figure out the - # pathname that this project needs to use to refer to the other one. - this_path = posixpath.dirname(self.Path()) - projectDirPath = self.GetProperty("projectDirPath") - if projectDirPath: - if posixpath.isabs(projectDirPath[0]): - this_path = projectDirPath - else: - this_path = posixpath.join(this_path, projectDirPath) - other_path = gyp.common.RelativePath(other_pbxproject.Path(), this_path) - - # ProjectRef is weak (it's owned by the mainGroup hierarchy). - project_ref = PBXFileReference( - { - "lastKnownFileType": "wrapper.pb-project", - "path": other_path, - "sourceTree": "SOURCE_ROOT", - } - ) - self.ProjectsGroup().AppendChild(project_ref) - - ref_dict = {"ProductGroup": product_group, "ProjectRef": project_ref} - self._other_pbxprojects[other_pbxproject] = ref_dict - self.AppendProperty("projectReferences", ref_dict) - - # Xcode seems to sort this list case-insensitively - self._properties["projectReferences"] = sorted( - self._properties["projectReferences"], - key=lambda x: x["ProjectRef"].Name().lower() - ) - else: - # The link already exists. Pull out the relevnt data. - project_ref_dict = self._other_pbxprojects[other_pbxproject] - product_group = project_ref_dict["ProductGroup"] - project_ref = project_ref_dict["ProjectRef"] - - self._SetUpProductReferences(other_pbxproject, product_group, project_ref) - - inherit_unique_symroot = self._AllSymrootsUnique(other_pbxproject, False) - targets = other_pbxproject.GetProperty("targets") - if all(self._AllSymrootsUnique(t, inherit_unique_symroot) for t in targets): - dir_path = project_ref._properties["path"] - product_group._hashables.extend(dir_path) - - return [product_group, project_ref] - - def _AllSymrootsUnique(self, target, inherit_unique_symroot): - # Returns True if all configurations have a unique 'SYMROOT' attribute. - # The value of inherit_unique_symroot decides, if a configuration is assumed - # to inherit a unique 'SYMROOT' attribute from its parent, if it doesn't - # define an explicit value for 'SYMROOT'. - symroots = self._DefinedSymroots(target) - for s in self._DefinedSymroots(target): - if ( - s is not None - and not self._IsUniqueSymrootForTarget(s) - or s is None - and not inherit_unique_symroot - ): - return False - return True if symroots else inherit_unique_symroot - - def _DefinedSymroots(self, target): - # Returns all values for the 'SYMROOT' attribute defined in all - # configurations for this target. If any configuration doesn't define the - # 'SYMROOT' attribute, None is added to the returned set. If all - # configurations don't define the 'SYMROOT' attribute, an empty set is - # returned. - config_list = target.GetProperty("buildConfigurationList") - symroots = set() - for config in config_list.GetProperty("buildConfigurations"): - setting = config.GetProperty("buildSettings") - if "SYMROOT" in setting: - symroots.add(setting["SYMROOT"]) - else: - symroots.add(None) - if len(symroots) == 1 and None in symroots: - return set() - return symroots - - def _IsUniqueSymrootForTarget(self, symroot): - # This method returns True if all configurations in target contain a - # 'SYMROOT' attribute that is unique for the given target. A value is - # unique, if the Xcode macro '$SRCROOT' appears in it in any form. - uniquifier = ["$SRCROOT", "$(SRCROOT)"] - if any(x in symroot for x in uniquifier): - return True - return False - - def _SetUpProductReferences(self, other_pbxproject, product_group, project_ref): - # TODO(mark): This only adds references to products in other_pbxproject - # when they don't exist in this pbxproject. Perhaps it should also - # remove references from this pbxproject that are no longer present in - # other_pbxproject. Perhaps it should update various properties if they - # change. - for target in other_pbxproject._properties["targets"]: - if not isinstance(target, PBXNativeTarget): - continue - - other_fileref = target._properties["productReference"] - if product_group.GetChildByRemoteObject(other_fileref) is None: - # Xcode sets remoteInfo to the name of the target and not the name - # of its product, despite this proxy being a reference to the product. - container_item = PBXContainerItemProxy( - { - "containerPortal": project_ref, - "proxyType": 2, - "remoteGlobalIDString": other_fileref, - "remoteInfo": target.Name(), - } - ) - # TODO(mark): Does sourceTree get copied straight over from the other - # project? Can the other project ever have lastKnownFileType here - # instead of explicitFileType? (Use it if so?) Can path ever be - # unset? (I don't think so.) Can other_fileref have name set, and - # does it impact the PBXReferenceProxy if so? These are the questions - # that perhaps will be answered one day. - reference_proxy = PBXReferenceProxy( - { - "fileType": other_fileref._properties["explicitFileType"], - "path": other_fileref._properties["path"], - "sourceTree": other_fileref._properties["sourceTree"], - "remoteRef": container_item, - } - ) - - product_group.AppendChild(reference_proxy) - - def SortRemoteProductReferences(self): - # For each remote project file, sort the associated ProductGroup in the - # same order that the targets are sorted in the remote project file. This - # is the sort order used by Xcode. - - def CompareProducts(x, y, remote_products): - # x and y are PBXReferenceProxy objects. Go through their associated - # PBXContainerItem to get the remote PBXFileReference, which will be - # present in the remote_products list. - x_remote = x._properties["remoteRef"]._properties["remoteGlobalIDString"] - y_remote = y._properties["remoteRef"]._properties["remoteGlobalIDString"] - x_index = remote_products.index(x_remote) - y_index = remote_products.index(y_remote) - - # Use the order of each remote PBXFileReference in remote_products to - # determine the sort order. - return cmp(x_index, y_index) - - for other_pbxproject, ref_dict in self._other_pbxprojects.items(): - # Build up a list of products in the remote project file, ordered the - # same as the targets that produce them. - remote_products = [] - for target in other_pbxproject._properties["targets"]: - if not isinstance(target, PBXNativeTarget): - continue - remote_products.append(target._properties["productReference"]) - - # Sort the PBXReferenceProxy children according to the list of remote - # products. - product_group = ref_dict["ProductGroup"] - product_group._properties["children"] = sorted( - product_group._properties["children"], - key=cmp_to_key( - lambda x, y, rp=remote_products: CompareProducts(x, y, rp)), - ) - - -class XCProjectFile(XCObject): - _schema = XCObject._schema.copy() - _schema.update( - { - "archiveVersion": [0, int, 0, 1, 1], - "classes": [0, dict, 0, 1, {}], - "objectVersion": [0, int, 0, 1, 46], - "rootObject": [0, PBXProject, 1, 1], - } - ) - - def ComputeIDs(self, recursive=True, overwrite=True, hash=None): - # Although XCProjectFile is implemented here as an XCObject, it's not a - # proper object in the Xcode sense, and it certainly doesn't have its own - # ID. Pass through an attempt to update IDs to the real root object. - if recursive: - self._properties["rootObject"].ComputeIDs(recursive, overwrite, hash) - - def Print(self, file=sys.stdout): - self.VerifyHasRequiredProperties() - - # Add the special "objects" property, which will be caught and handled - # separately during printing. This structure allows a fairly standard - # loop do the normal printing. - self._properties["objects"] = {} - self._XCPrint(file, 0, "// !$*UTF8*$!\n") - if self._should_print_single_line: - self._XCPrint(file, 0, "{ ") - else: - self._XCPrint(file, 0, "{\n") - for property, value in sorted( - self._properties.items() - ): - if property == "objects": - self._PrintObjects(file) - else: - self._XCKVPrint(file, 1, property, value) - self._XCPrint(file, 0, "}\n") - del self._properties["objects"] - - def _PrintObjects(self, file): - if self._should_print_single_line: - self._XCPrint(file, 0, "objects = {") - else: - self._XCPrint(file, 1, "objects = {\n") - - objects_by_class = {} - for object in self.Descendants(): - if object == self: - continue - class_name = object.__class__.__name__ - if class_name not in objects_by_class: - objects_by_class[class_name] = [] - objects_by_class[class_name].append(object) - - for class_name in sorted(objects_by_class): - self._XCPrint(file, 0, "\n") - self._XCPrint(file, 0, "/* Begin " + class_name + " section */\n") - for object in sorted( - objects_by_class[class_name], key=attrgetter("id") - ): - object.Print(file) - self._XCPrint(file, 0, "/* End " + class_name + " section */\n") - - if self._should_print_single_line: - self._XCPrint(file, 0, "}; ") - else: - self._XCPrint(file, 1, "};\n") diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/xml_fix.py b/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/xml_fix.py deleted file mode 100644 index 5301963..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/xml_fix.py +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright (c) 2011 Google Inc. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - -"""Applies a fix to CR LF TAB handling in xml.dom. - -Fixes this: http://code.google.com/p/chromium/issues/detail?id=76293 -Working around this: http://bugs.python.org/issue5752 -TODO(bradnelson): Consider dropping this when we drop XP support. -""" - - -import xml.dom.minidom - - -def _Replacement_write_data(writer, data, is_attrib=False): - """Writes datachars to writer.""" - data = data.replace("&", "&amp;").replace("<", "&lt;") - data = data.replace('"', "&quot;").replace(">", "&gt;") - if is_attrib: - data = data.replace("\r", "&#xD;").replace("\n", "&#xA;").replace("\t", "&#x9;") - writer.write(data) - - -def _Replacement_writexml(self, writer, indent="", addindent="", newl=""): - # indent = current indentation - # addindent = indentation to add to higher levels - # newl = newline string - writer.write(indent + "<" + self.tagName) - - attrs = self._get_attributes() - a_names = sorted(attrs.keys()) - - for a_name in a_names: - writer.write(' %s="' % a_name) - _Replacement_write_data(writer, attrs[a_name].value, is_attrib=True) - writer.write('"') - if self.childNodes: - writer.write(">%s" % newl) - for node in self.childNodes: - node.writexml(writer, indent + addindent, addindent, newl) - writer.write(f"{indent}</{self.tagName}>{newl}") - else: - writer.write("/>%s" % newl) - - -class XmlFix: - """Object to manage temporary patching of xml.dom.minidom.""" - - def __init__(self): - # Preserve current xml.dom.minidom functions. - self.write_data = xml.dom.minidom._write_data - self.writexml = xml.dom.minidom.Element.writexml - # Inject replacement versions of a function and a method. - xml.dom.minidom._write_data = _Replacement_write_data - xml.dom.minidom.Element.writexml = _Replacement_writexml - - def Cleanup(self): - if self.write_data: - xml.dom.minidom._write_data = self.write_data - xml.dom.minidom.Element.writexml = self.writexml - self.write_data = None - - def __del__(self): - self.Cleanup() diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pyproject.toml b/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pyproject.toml deleted file mode 100644 index d8a5451..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/pyproject.toml +++ /dev/null @@ -1,41 +0,0 @@ -[build-system] -requires = ["setuptools>=61.0"] -build-backend = "setuptools.build_meta" - -[project] -name = "gyp-next" -version = "0.14.0" -authors = [ - { name="Node.js contributors", email="ryzokuken@disroot.org" }, -] -description = "A fork of the GYP build system for use in the Node.js projects" -readme = "README.md" -license = { file="LICENSE" } -requires-python = ">=3.6" -classifiers = [ - "Development Status :: 3 - Alpha", - "Environment :: Console", - "Intended Audience :: Developers", - "License :: OSI Approved :: BSD License", - "Natural Language :: English", - "Programming Language :: Python", - "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", - "Programming Language :: Python :: 3.8", - "Programming Language :: Python :: 3.9", - "Programming Language :: Python :: 3.10", -] - -[project.optional-dependencies] -dev = ["flake8", "pytest"] - -[project.scripts] -gyp = "gyp:script_main" - -[project.urls] -"Homepage" = "https://github.com/nodejs/gyp-next" - -[tool.setuptools] -package-dir = {"" = "pylib"} -packages = ["gyp", "gyp.generator"] diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/test_gyp.py b/software/flow/node_modules/npm/node_modules/node-gyp/gyp/test_gyp.py deleted file mode 100755 index b7bb956..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/test_gyp.py +++ /dev/null @@ -1,261 +0,0 @@ -#!/usr/bin/env python3 -# Copyright (c) 2012 Google Inc. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - -"""gyptest.py -- test runner for GYP tests.""" - - -import argparse -import os -import platform -import subprocess -import sys -import time - - -def is_test_name(f): - return f.startswith("gyptest") and f.endswith(".py") - - -def find_all_gyptest_files(directory): - result = [] - for root, dirs, files in os.walk(directory): - result.extend([os.path.join(root, f) for f in files if is_test_name(f)]) - result.sort() - return result - - -def main(argv=None): - if argv is None: - argv = sys.argv - - parser = argparse.ArgumentParser() - parser.add_argument("-a", "--all", action="store_true", help="run all tests") - parser.add_argument("-C", "--chdir", action="store", help="change to directory") - parser.add_argument( - "-f", - "--format", - action="store", - default="", - help="run tests with the specified formats", - ) - parser.add_argument( - "-G", - "--gyp_option", - action="append", - default=[], - help="Add -G options to the gyp command line", - ) - parser.add_argument( - "-l", "--list", action="store_true", help="list available tests and exit" - ) - parser.add_argument( - "-n", - "--no-exec", - action="store_true", - help="no execute, just print the command line", - ) - parser.add_argument( - "--path", action="append", default=[], help="additional $PATH directory" - ) - parser.add_argument( - "-q", - "--quiet", - action="store_true", - help="quiet, don't print anything unless there are failures", - ) - parser.add_argument( - "-v", - "--verbose", - action="store_true", - help="print configuration info and test results.", - ) - parser.add_argument("tests", nargs="*") - args = parser.parse_args(argv[1:]) - - if args.chdir: - os.chdir(args.chdir) - - if args.path: - extra_path = [os.path.abspath(p) for p in args.path] - extra_path = os.pathsep.join(extra_path) - os.environ["PATH"] = extra_path + os.pathsep + os.environ["PATH"] - - if not args.tests: - if not args.all: - sys.stderr.write("Specify -a to get all tests.\n") - return 1 - args.tests = ["test"] - - tests = [] - for arg in args.tests: - if os.path.isdir(arg): - tests.extend(find_all_gyptest_files(os.path.normpath(arg))) - else: - if not is_test_name(os.path.basename(arg)): - print(arg, "is not a valid gyp test name.", file=sys.stderr) - sys.exit(1) - tests.append(arg) - - if args.list: - for test in tests: - print(test) - sys.exit(0) - - os.environ["PYTHONPATH"] = os.path.abspath("test/lib") - - if args.verbose: - print_configuration_info() - - if args.gyp_option and not args.quiet: - print("Extra Gyp options: %s\n" % args.gyp_option) - - if args.format: - format_list = args.format.split(",") - else: - format_list = { - "aix5": ["make"], - "os400": ["make"], - "freebsd7": ["make"], - "freebsd8": ["make"], - "openbsd5": ["make"], - "cygwin": ["msvs"], - "win32": ["msvs", "ninja"], - "linux": ["make", "ninja"], - "linux2": ["make", "ninja"], - "linux3": ["make", "ninja"], - # TODO: Re-enable xcode-ninja. - # https://bugs.chromium.org/p/gyp/issues/detail?id=530 - # 'darwin': ['make', 'ninja', 'xcode', 'xcode-ninja'], - "darwin": ["make", "ninja", "xcode"], - }[sys.platform] - - gyp_options = [] - for option in args.gyp_option: - gyp_options += ["-G", option] - - runner = Runner(format_list, tests, gyp_options, args.verbose) - runner.run() - - if not args.quiet: - runner.print_results() - - return 1 if runner.failures else 0 - - -def print_configuration_info(): - print("Test configuration:") - if sys.platform == "darwin": - sys.path.append(os.path.abspath("test/lib")) - import TestMac - - print(f" Mac {platform.mac_ver()[0]} {platform.mac_ver()[2]}") - print(f" Xcode {TestMac.Xcode.Version()}") - elif sys.platform == "win32": - sys.path.append(os.path.abspath("pylib")) - import gyp.MSVSVersion - - print(" Win %s %s\n" % platform.win32_ver()[0:2]) - print(" MSVS %s" % gyp.MSVSVersion.SelectVisualStudioVersion().Description()) - elif sys.platform in ("linux", "linux2"): - print(" Linux %s" % " ".join(platform.linux_distribution())) - print(f" Python {platform.python_version()}") - print(f" PYTHONPATH={os.environ['PYTHONPATH']}") - print() - - -class Runner: - def __init__(self, formats, tests, gyp_options, verbose): - self.formats = formats - self.tests = tests - self.verbose = verbose - self.gyp_options = gyp_options - self.failures = [] - self.num_tests = len(formats) * len(tests) - num_digits = len(str(self.num_tests)) - self.fmt_str = "[%%%dd/%%%dd] (%%s) %%s" % (num_digits, num_digits) - self.isatty = sys.stdout.isatty() and not self.verbose - self.env = os.environ.copy() - self.hpos = 0 - - def run(self): - run_start = time.time() - - i = 1 - for fmt in self.formats: - for test in self.tests: - self.run_test(test, fmt, i) - i += 1 - - if self.isatty: - self.erase_current_line() - - self.took = time.time() - run_start - - def run_test(self, test, fmt, i): - if self.isatty: - self.erase_current_line() - - msg = self.fmt_str % (i, self.num_tests, fmt, test) - self.print_(msg) - - start = time.time() - cmd = [sys.executable, test] + self.gyp_options - self.env["TESTGYP_FORMAT"] = fmt - proc = subprocess.Popen( - cmd, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, env=self.env - ) - proc.wait() - took = time.time() - start - - stdout = proc.stdout.read().decode("utf8") - if proc.returncode == 2: - res = "skipped" - elif proc.returncode: - res = "failed" - self.failures.append(f"({test}) {fmt}") - else: - res = "passed" - res_msg = f" {res} {took:.3f}s" - self.print_(res_msg) - - if stdout and not stdout.endswith(("PASSED\n", "NO RESULT\n")): - print() - print("\n".join(f" {line}" for line in stdout.splitlines())) - elif not self.isatty: - print() - - def print_(self, msg): - print(msg, end="") - index = msg.rfind("\n") - if index == -1: - self.hpos += len(msg) - else: - self.hpos = len(msg) - index - sys.stdout.flush() - - def erase_current_line(self): - print("\b" * self.hpos + " " * self.hpos + "\b" * self.hpos, end="") - sys.stdout.flush() - self.hpos = 0 - - def print_results(self): - num_failures = len(self.failures) - if num_failures: - print() - if num_failures == 1: - print("Failed the following test:") - else: - print("Failed the following %d tests:" % num_failures) - print("\t" + "\n\t".join(sorted(self.failures))) - print() - print( - "Ran %d tests in %.3fs, %d failed." - % (self.num_tests, self.took, num_failures) - ) - print() - - -if __name__ == "__main__": - sys.exit(main()) diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/tools/README b/software/flow/node_modules/npm/node_modules/node-gyp/gyp/tools/README deleted file mode 100644 index 84a73d1..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/tools/README +++ /dev/null @@ -1,15 +0,0 @@ -pretty_vcproj: - Usage: pretty_vcproj.py "c:\path\to\vcproj.vcproj" [key1=value1] [key2=value2] - - They key/value pair are used to resolve vsprops name. - - For example, if I want to diff the base.vcproj project: - - pretty_vcproj.py z:\dev\src-chrome\src\base\build\base.vcproj "$(SolutionDir)=z:\dev\src-chrome\src\chrome\\" "$(CHROMIUM_BUILD)=" "$(CHROME_BUILD_TYPE)=" > original.txt - pretty_vcproj.py z:\dev\src-chrome\src\base\base_gyp.vcproj "$(SolutionDir)=z:\dev\src-chrome\src\chrome\\" "$(CHROMIUM_BUILD)=" "$(CHROME_BUILD_TYPE)=" > gyp.txt - - And you can use your favorite diff tool to see the changes. - - Note: In the case of base.vcproj, the original vcproj is one level up the generated one. - I suggest you do a search and replace for '"..\' and replace it with '"' in original.txt - before you perform the diff. \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/tools/Xcode/README b/software/flow/node_modules/npm/node_modules/node-gyp/gyp/tools/Xcode/README deleted file mode 100644 index 2492a2c..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/tools/Xcode/README +++ /dev/null @@ -1,5 +0,0 @@ -Specifications contains syntax formatters for Xcode 3. These do not appear to be supported yet on Xcode 4. To use these with Xcode 3 please install both the gyp.pbfilespec and gyp.xclangspec files in - -~/Library/Application Support/Developer/Shared/Xcode/Specifications/ - -and restart Xcode. \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/tools/Xcode/Specifications/gyp.pbfilespec b/software/flow/node_modules/npm/node_modules/node-gyp/gyp/tools/Xcode/Specifications/gyp.pbfilespec deleted file mode 100644 index 85e2e26..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/tools/Xcode/Specifications/gyp.pbfilespec +++ /dev/null @@ -1,27 +0,0 @@ -/* - gyp.pbfilespec - GYP source file spec for Xcode 3 - - There is not much documentation available regarding the format - of .pbfilespec files. As a starting point, see for instance the - outdated documentation at: - http://maxao.free.fr/xcode-plugin-interface/specifications.html - and the files in: - /Developer/Library/PrivateFrameworks/XcodeEdit.framework/Versions/A/Resources/ - - Place this file in directory: - ~/Library/Application Support/Developer/Shared/Xcode/Specifications/ -*/ - -( - { - Identifier = sourcecode.gyp; - BasedOn = sourcecode; - Name = "GYP Files"; - Extensions = ("gyp", "gypi"); - MIMETypes = ("text/gyp"); - Language = "xcode.lang.gyp"; - IsTextFile = YES; - IsSourceFile = YES; - } -) diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/tools/Xcode/Specifications/gyp.xclangspec b/software/flow/node_modules/npm/node_modules/node-gyp/gyp/tools/Xcode/Specifications/gyp.xclangspec deleted file mode 100644 index 3b3506d..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/tools/Xcode/Specifications/gyp.xclangspec +++ /dev/null @@ -1,226 +0,0 @@ -/* - Copyright (c) 2011 Google Inc. All rights reserved. - Use of this source code is governed by a BSD-style license that can be - found in the LICENSE file. - - gyp.xclangspec - GYP language specification for Xcode 3 - - There is not much documentation available regarding the format - of .xclangspec files. As a starting point, see for instance the - outdated documentation at: - http://maxao.free.fr/xcode-plugin-interface/specifications.html - and the files in: - /Developer/Library/PrivateFrameworks/XcodeEdit.framework/Versions/A/Resources/ - - Place this file in directory: - ~/Library/Application Support/Developer/Shared/Xcode/Specifications/ -*/ - -( - - { - Identifier = "xcode.lang.gyp.keyword"; - Syntax = { - Words = ( - "and", - "or", - "<!", - "<", - ); - Type = "xcode.syntax.keyword"; - }; - }, - - { - Identifier = "xcode.lang.gyp.target.declarator"; - Syntax = { - Words = ( - "'target_name'", - ); - Type = "xcode.syntax.identifier.type"; - }; - }, - - { - Identifier = "xcode.lang.gyp.string.singlequote"; - Syntax = { - IncludeRules = ( - "xcode.lang.string", - "xcode.lang.gyp.keyword", - "xcode.lang.number", - ); - Start = "'"; - End = "'"; - }; - }, - - { - Identifier = "xcode.lang.gyp.comma"; - Syntax = { - Words = ( ",", ); - - }; - }, - - { - Identifier = "xcode.lang.gyp"; - Description = "GYP Coloring"; - BasedOn = "xcode.lang.simpleColoring"; - IncludeInMenu = YES; - Name = "GYP"; - Syntax = { - Tokenizer = "xcode.lang.gyp.lexer.toplevel"; - IncludeRules = ( - "xcode.lang.gyp.dictionary", - ); - Type = "xcode.syntax.plain"; - }; - }, - - // The following rule returns tokens to the other rules - { - Identifier = "xcode.lang.gyp.lexer"; - Syntax = { - IncludeRules = ( - "xcode.lang.gyp.comment", - "xcode.lang.string", - 'xcode.lang.gyp.targetname.declarator', - "xcode.lang.gyp.string.singlequote", - "xcode.lang.number", - "xcode.lang.gyp.comma", - ); - }; - }, - - { - Identifier = "xcode.lang.gyp.lexer.toplevel"; - Syntax = { - IncludeRules = ( - "xcode.lang.gyp.comment", - ); - }; - }, - - { - Identifier = "xcode.lang.gyp.assignment"; - Syntax = { - Tokenizer = "xcode.lang.gyp.lexer"; - Rules = ( - "xcode.lang.gyp.assignment.lhs", - ":", - "xcode.lang.gyp.assignment.rhs", - ); - }; - - }, - - { - Identifier = "xcode.lang.gyp.target.declaration"; - Syntax = { - Tokenizer = "xcode.lang.gyp.lexer"; - Rules = ( - "xcode.lang.gyp.target.declarator", - ":", - "xcode.lang.gyp.target.name", - ); - }; - }, - - { - Identifier = "xcode.lang.gyp.target.name"; - Syntax = { - Tokenizer = "xcode.lang.gyp.lexer"; - Rules = ( - "xcode.lang.gyp.string.singlequote", - ); - Type = "xcode.syntax.definition.function"; - }; - }, - - { - Identifier = "xcode.lang.gyp.assignment.lhs"; - Syntax = { - Tokenizer = "xcode.lang.gyp.lexer"; - Rules = ( - "xcode.lang.gyp.string.singlequote", - ); - Type = "xcode.syntax.identifier.type"; - }; - }, - - { - Identifier = "xcode.lang.gyp.assignment.rhs"; - Syntax = { - Tokenizer = "xcode.lang.gyp.lexer"; - Rules = ( - "xcode.lang.gyp.string.singlequote?", - "xcode.lang.gyp.array?", - "xcode.lang.gyp.dictionary?", - "xcode.lang.number?", - ); - }; - }, - - { - Identifier = "xcode.lang.gyp.dictionary"; - Syntax = { - Tokenizer = "xcode.lang.gyp.lexer"; - Start = "{"; - End = "}"; - Foldable = YES; - Recursive = YES; - IncludeRules = ( - "xcode.lang.gyp.target.declaration", - "xcode.lang.gyp.assignment", - ); - }; - }, - - { - Identifier = "xcode.lang.gyp.array"; - Syntax = { - Tokenizer = "xcode.lang.gyp.lexer"; - Start = "["; - End = "]"; - Foldable = YES; - Recursive = YES; - IncludeRules = ( - "xcode.lang.gyp.array", - "xcode.lang.gyp.dictionary", - "xcode.lang.gyp.string.singlequote", - ); - }; - }, - - { - Identifier = "xcode.lang.gyp.todo.mark"; - Syntax = { - StartChars = "T"; - Match = ( - "^\(TODO\(.*\):[ \t]+.*\)$", // include "TODO: " in the markers list - ); - // This is the order of captures. All of the match strings above need the same order. - CaptureTypes = ( - "xcode.syntax.mark" - ); - Type = "xcode.syntax.comment"; - }; - }, - - { - Identifier = "xcode.lang.gyp.comment"; - BasedOn = "xcode.lang.comment"; // for text macros - Syntax = { - Start = "#"; - End = "\n"; - IncludeRules = ( - "xcode.lang.url", - "xcode.lang.url.mail", - "xcode.lang.comment.mark", - "xcode.lang.gyp.todo.mark", - ); - Type = "xcode.syntax.comment"; - }; - }, -) diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/tools/emacs/README b/software/flow/node_modules/npm/node_modules/node-gyp/gyp/tools/emacs/README deleted file mode 100644 index eeef39f..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/tools/emacs/README +++ /dev/null @@ -1,12 +0,0 @@ -How to install gyp-mode for emacs: - -Add the following to your ~/.emacs (replace ... with the path to your gyp -checkout). - -(setq load-path (cons ".../tools/emacs" load-path)) -(require 'gyp) - -Restart emacs (or eval-region the added lines) and you should be all set. - -Please note that ert is required for running the tests, which is included in -Emacs 24, or available separately from https://github.com/ohler/ert diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/tools/emacs/gyp-tests.el b/software/flow/node_modules/npm/node_modules/node-gyp/gyp/tools/emacs/gyp-tests.el deleted file mode 100644 index 07afc58..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/tools/emacs/gyp-tests.el +++ /dev/null @@ -1,63 +0,0 @@ -;;; gyp-tests.el - unit tests for gyp-mode. - -;; Copyright (c) 2012 Google Inc. All rights reserved. -;; Use of this source code is governed by a BSD-style license that can be -;; found in the LICENSE file. - -;; The recommended way to run these tests is to run them from the command-line, -;; with the run-unit-tests.sh script. - -(require 'cl) -(require 'ert) -(require 'gyp) - -(defconst samples (directory-files "testdata" t ".gyp$") - "List of golden samples to check") - -(defun fontify (filename) - (with-temp-buffer - (insert-file-contents-literally filename) - (gyp-mode) - (font-lock-fontify-buffer) - (buffer-string))) - -(defun read-golden-sample (filename) - (with-temp-buffer - (insert-file-contents-literally (concat filename ".fontified")) - (read (current-buffer)))) - -(defun equivalent-face (face) - "For the purposes of face comparison, we're not interested in the - differences between certain faces. For example, the difference between - font-lock-comment-delimiter and font-lock-comment-face." - (cl-case face - ((font-lock-comment-delimiter-face) font-lock-comment-face) - (t face))) - -(defun text-face-properties (s) - "Extract the text properties from s" - (let ((result (list t))) - (dotimes (i (length s)) - (setq result (cons (equivalent-face (get-text-property i 'face s)) - result))) - (nreverse result))) - -(ert-deftest test-golden-samples () - "Check that fontification produces the same results as the golden samples" - (dolist (sample samples) - (let ((golden (read-golden-sample sample)) - (fontified (fontify sample))) - (should (equal golden fontified)) - (should (equal (text-face-properties golden) - (text-face-properties fontified)))))) - -(defun create-golden-sample (filename) - "Create a golden sample by fontifying filename and writing out the printable - representation of the fontified buffer (with text properties) to the - FILENAME.fontified" - (with-temp-file (concat filename ".fontified") - (print (fontify filename) (current-buffer)))) - -(defun create-golden-samples () - "Recreate the golden samples" - (dolist (sample samples) (create-golden-sample sample))) diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/tools/emacs/gyp.el b/software/flow/node_modules/npm/node_modules/node-gyp/gyp/tools/emacs/gyp.el deleted file mode 100644 index 042ff3a..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/tools/emacs/gyp.el +++ /dev/null @@ -1,275 +0,0 @@ -;;; gyp.el - font-lock-mode support for gyp files. - -;; Copyright (c) 2012 Google Inc. All rights reserved. -;; Use of this source code is governed by a BSD-style license that can be -;; found in the LICENSE file. - -;; Put this somewhere in your load-path and -;; (require 'gyp) - -(require 'python) -(require 'cl) - -(when (string-match "python-mode.el" (symbol-file 'python-mode 'defun)) - (error (concat "python-mode must be loaded from python.el (bundled with " - "recent emacsen), not from the older and less maintained " - "python-mode.el"))) - -(defadvice python-indent-calculate-levels (after gyp-outdent-closing-parens - activate) - "De-indent closing parens, braces, and brackets in gyp-mode." - (when (and (eq major-mode 'gyp-mode) - (string-match "^ *[])}][],)}]* *$" - (buffer-substring-no-properties - (line-beginning-position) (line-end-position)))) - (setf (first python-indent-levels) - (- (first python-indent-levels) python-continuation-offset)))) - -(defadvice python-indent-guess-indent-offset (around - gyp-indent-guess-indent-offset - activate) - "Guess correct indent offset in gyp-mode." - (or (and (not (eq major-mode 'gyp-mode)) - ad-do-it) - (save-excursion - (save-restriction - (widen) - (goto-char (point-min)) - ;; Find first line ending with an opening brace that is not a comment. - (or (and (re-search-forward "\\(^[[{]$\\|^.*[^#].*[[{]$\\)") - (forward-line) - (/= (current-indentation) 0) - (set (make-local-variable 'python-indent-offset) - (current-indentation)) - (set (make-local-variable 'python-continuation-offset) - (current-indentation))) - (message "Can't guess gyp indent offset, using default: %s" - python-continuation-offset)))))) - -(define-derived-mode gyp-mode python-mode "Gyp" - "Major mode for editing .gyp files. See http://code.google.com/p/gyp/" - ;; gyp-parse-history is a stack of (POSITION . PARSE-STATE) tuples, - ;; with greater positions at the top of the stack. PARSE-STATE - ;; is a list of section symbols (see gyp-section-name and gyp-parse-to) - ;; with most nested section symbol at the front of the list. - (set (make-local-variable 'gyp-parse-history) '((1 . (list)))) - (gyp-add-font-lock-keywords)) - -(defun gyp-set-indentation () - "Hook function to configure python indentation to suit gyp mode." - (set (make-local-variable 'python-indent-offset) 2) - (set (make-local-variable 'python-continuation-offset) 2) - (set (make-local-variable 'python-indent-guess-indent-offset) t) - (python-indent-guess-indent-offset)) - -(add-hook 'gyp-mode-hook 'gyp-set-indentation) - -(add-to-list 'auto-mode-alist '("\\.gyp\\'" . gyp-mode)) -(add-to-list 'auto-mode-alist '("\\.gypi\\'" . gyp-mode)) -(add-to-list 'auto-mode-alist '("/\\.gclient\\'" . gyp-mode)) - -;;; Font-lock support - -(defconst gyp-dependencies-regexp - (regexp-opt (list "dependencies" "export_dependent_settings")) - "Regular expression to introduce 'dependencies' section") - -(defconst gyp-sources-regexp - (regexp-opt (list "action" "files" "include_dirs" "includes" "inputs" - "libraries" "outputs" "sources")) - "Regular expression to introduce 'sources' sections") - -(defconst gyp-conditions-regexp - (regexp-opt (list "conditions" "target_conditions")) - "Regular expression to introduce conditions sections") - -(defconst gyp-variables-regexp - "^variables" - "Regular expression to introduce variables sections") - -(defconst gyp-defines-regexp - "^defines" - "Regular expression to introduce 'defines' sections") - -(defconst gyp-targets-regexp - "^targets" - "Regular expression to introduce 'targets' sections") - -(defun gyp-section-name (section) - "Map the sections we are interested in from SECTION to symbol. - - SECTION is a string from the buffer that introduces a section. The result is - a symbol representing the kind of section. - - This allows us to treat (for the purposes of font-lock) several different - section names as the same kind of section. For example, a 'sources section - can be introduced by the 'sources', 'inputs', 'outputs' keyword. - - 'other is the default section kind when a more specific match is not made." - (cond ((string-match-p gyp-dependencies-regexp section) 'dependencies) - ((string-match-p gyp-sources-regexp section) 'sources) - ((string-match-p gyp-variables-regexp section) 'variables) - ((string-match-p gyp-conditions-regexp section) 'conditions) - ((string-match-p gyp-targets-regexp section) 'targets) - ((string-match-p gyp-defines-regexp section) 'defines) - (t 'other))) - -(defun gyp-invalidate-parse-states-after (target-point) - "Erase any parse information after target-point." - (while (> (caar gyp-parse-history) target-point) - (setq gyp-parse-history (cdr gyp-parse-history)))) - -(defun gyp-parse-point () - "The point of the last parse state added by gyp-parse-to." - (caar gyp-parse-history)) - -(defun gyp-parse-sections () - "A list of section symbols holding at the last parse state point." - (cdar gyp-parse-history)) - -(defun gyp-inside-dictionary-p () - "Predicate returning true if the parser is inside a dictionary." - (not (eq (cadar gyp-parse-history) 'list))) - -(defun gyp-add-parse-history (point sections) - "Add parse state SECTIONS to the parse history at POINT so that parsing can be - resumed instantly." - (while (>= (caar gyp-parse-history) point) - (setq gyp-parse-history (cdr gyp-parse-history))) - (setq gyp-parse-history (cons (cons point sections) gyp-parse-history))) - -(defun gyp-parse-to (target-point) - "Parses from (point) to TARGET-POINT adding the parse state information to - gyp-parse-state-history. Parsing stops if TARGET-POINT is reached or if a - string literal has been parsed. Returns nil if no further parsing can be - done, otherwise returns the position of the start of a parsed string, leaving - the point at the end of the string." - (let ((parsing t) - string-start) - (while parsing - (setq string-start nil) - ;; Parse up to a character that starts a sexp, or if the nesting - ;; level decreases. - (let ((state (parse-partial-sexp (gyp-parse-point) - target-point - -1 - t)) - (sections (gyp-parse-sections))) - (if (= (nth 0 state) -1) - (setq sections (cdr sections)) ; pop out a level - (cond ((looking-at-p "['\"]") ; a string - (setq string-start (point)) - (goto-char (scan-sexps (point) 1)) - (if (gyp-inside-dictionary-p) - ;; Look for sections inside a dictionary - (let ((section (gyp-section-name - (buffer-substring-no-properties - (+ 1 string-start) - (- (point) 1))))) - (setq sections (cons section (cdr sections))))) - ;; Stop after the string so it can be fontified. - (setq target-point (point))) - ((looking-at-p "{") - ;; Inside a dictionary. Increase nesting. - (forward-char 1) - (setq sections (cons 'unknown sections))) - ((looking-at-p "\\[") - ;; Inside a list. Increase nesting - (forward-char 1) - (setq sections (cons 'list sections))) - ((not (eobp)) - ;; other - (forward-char 1)))) - (gyp-add-parse-history (point) sections) - (setq parsing (< (point) target-point)))) - string-start)) - -(defun gyp-section-at-point () - "Transform the last parse state, which is a list of nested sections and return - the section symbol that should be used to determine font-lock information for - the string. Can return nil indicating the string should not have any attached - section." - (let ((sections (gyp-parse-sections))) - (cond - ((eq (car sections) 'conditions) - ;; conditions can occur in a variables section, but we still want to - ;; highlight it as a keyword. - nil) - ((and (eq (car sections) 'list) - (eq (cadr sections) 'list)) - ;; conditions and sources can have items in [[ ]] - (caddr sections)) - (t (cadr sections))))) - -(defun gyp-section-match (limit) - "Parse from (point) to LIMIT returning by means of match data what was - matched. The group of the match indicates what style font-lock should apply. - See also `gyp-add-font-lock-keywords'." - (gyp-invalidate-parse-states-after (point)) - (let ((group nil) - (string-start t)) - (while (and (< (point) limit) - (not group) - string-start) - (setq string-start (gyp-parse-to limit)) - (if string-start - (setq group (cl-case (gyp-section-at-point) - ('dependencies 1) - ('variables 2) - ('conditions 2) - ('sources 3) - ('defines 4) - (nil nil))))) - (if group - (progn - ;; Set the match data to indicate to the font-lock mechanism the - ;; highlighting to be performed. - (set-match-data (append (list string-start (point)) - (make-list (* (1- group) 2) nil) - (list (1+ string-start) (1- (point))))) - t)))) - -;;; Please see http://code.google.com/p/gyp/wiki/GypLanguageSpecification for -;;; canonical list of keywords. -(defun gyp-add-font-lock-keywords () - "Add gyp-mode keywords to font-lock mechanism." - ;; TODO(jknotten): Move all the keyword highlighting into gyp-section-match - ;; so that we can do the font-locking in a single font-lock pass. - (font-lock-add-keywords - nil - (list - ;; Top-level keywords - (list (concat "['\"]\\(" - (regexp-opt (list "action" "action_name" "actions" "cflags" - "cflags_cc" "conditions" "configurations" - "copies" "defines" "dependencies" "destination" - "direct_dependent_settings" - "export_dependent_settings" "extension" "files" - "include_dirs" "includes" "inputs" "ldflags" "libraries" - "link_settings" "mac_bundle" "message" - "msvs_external_rule" "outputs" "product_name" - "process_outputs_as_sources" "rules" "rule_name" - "sources" "suppress_wildcard" - "target_conditions" "target_defaults" - "target_defines" "target_name" "toolsets" - "targets" "type" "variables" "xcode_settings")) - "[!/+=]?\\)") 1 'font-lock-keyword-face t) - ;; Type of target - (list (concat "['\"]\\(" - (regexp-opt (list "loadable_module" "static_library" - "shared_library" "executable" "none")) - "\\)") 1 'font-lock-type-face t) - (list "\\(?:target\\|action\\)_name['\"]\\s-*:\\s-*['\"]\\([^ '\"]*\\)" 1 - 'font-lock-function-name-face t) - (list 'gyp-section-match - (list 1 'font-lock-function-name-face t t) ; dependencies - (list 2 'font-lock-variable-name-face t t) ; variables, conditions - (list 3 'font-lock-constant-face t t) ; sources - (list 4 'font-lock-preprocessor-face t t)) ; preprocessor - ;; Variable expansion - (list "<@?(\\([^\n )]+\\))" 1 'font-lock-variable-name-face t) - ;; Command expansion - (list "<!@?(\\([^\n )]+\\))" 1 'font-lock-variable-name-face t) - ))) - -(provide 'gyp) diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/tools/emacs/run-unit-tests.sh b/software/flow/node_modules/npm/node_modules/node-gyp/gyp/tools/emacs/run-unit-tests.sh deleted file mode 100755 index 6e62b9b..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/tools/emacs/run-unit-tests.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -# Copyright (c) 2012 Google Inc. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. -emacs --no-site-file --no-init-file --batch \ - --load ert.el --load gyp.el --load gyp-tests.el \ - -f ert-run-tests-batch-and-exit diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/tools/emacs/testdata/media.gyp b/software/flow/node_modules/npm/node_modules/node-gyp/gyp/tools/emacs/testdata/media.gyp deleted file mode 100644 index 29300fe..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/tools/emacs/testdata/media.gyp +++ /dev/null @@ -1,1105 +0,0 @@ -# Copyright (c) 2012 The Chromium Authors. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - -{ - 'variables': { - 'chromium_code': 1, - # Override to dynamically link the PulseAudio library. - 'use_pulseaudio%': 0, - # Override to dynamically link the cras (ChromeOS audio) library. - 'use_cras%': 0, - }, - 'targets': [ - { - 'target_name': 'media', - 'type': '<(component)', - 'dependencies': [ - 'yuv_convert', - '../base/base.gyp:base', - '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations', - '../build/temp_gyp/googleurl.gyp:googleurl', - '../crypto/crypto.gyp:crypto', - '../third_party/openmax/openmax.gyp:il', - '../ui/ui.gyp:ui', - ], - 'defines': [ - 'MEDIA_IMPLEMENTATION', - ], - 'include_dirs': [ - '..', - ], - 'sources': [ - 'audio/android/audio_manager_android.cc', - 'audio/android/audio_manager_android.h', - 'audio/android/audio_track_output_android.cc', - 'audio/android/audio_track_output_android.h', - 'audio/android/opensles_input.cc', - 'audio/android/opensles_input.h', - 'audio/android/opensles_output.cc', - 'audio/android/opensles_output.h', - 'audio/async_socket_io_handler.h', - 'audio/async_socket_io_handler_posix.cc', - 'audio/async_socket_io_handler_win.cc', - 'audio/audio_buffers_state.cc', - 'audio/audio_buffers_state.h', - 'audio/audio_io.h', - 'audio/audio_input_controller.cc', - 'audio/audio_input_controller.h', - 'audio/audio_input_stream_impl.cc', - 'audio/audio_input_stream_impl.h', - 'audio/audio_device_name.cc', - 'audio/audio_device_name.h', - 'audio/audio_manager.cc', - 'audio/audio_manager.h', - 'audio/audio_manager_base.cc', - 'audio/audio_manager_base.h', - 'audio/audio_output_controller.cc', - 'audio/audio_output_controller.h', - 'audio/audio_output_dispatcher.cc', - 'audio/audio_output_dispatcher.h', - 'audio/audio_output_dispatcher_impl.cc', - 'audio/audio_output_dispatcher_impl.h', - 'audio/audio_output_mixer.cc', - 'audio/audio_output_mixer.h', - 'audio/audio_output_proxy.cc', - 'audio/audio_output_proxy.h', - 'audio/audio_parameters.cc', - 'audio/audio_parameters.h', - 'audio/audio_util.cc', - 'audio/audio_util.h', - 'audio/cross_process_notification.cc', - 'audio/cross_process_notification.h', - 'audio/cross_process_notification_win.cc', - 'audio/cross_process_notification_posix.cc', - 'audio/fake_audio_input_stream.cc', - 'audio/fake_audio_input_stream.h', - 'audio/fake_audio_output_stream.cc', - 'audio/fake_audio_output_stream.h', - 'audio/linux/audio_manager_linux.cc', - 'audio/linux/audio_manager_linux.h', - 'audio/linux/alsa_input.cc', - 'audio/linux/alsa_input.h', - 'audio/linux/alsa_output.cc', - 'audio/linux/alsa_output.h', - 'audio/linux/alsa_util.cc', - 'audio/linux/alsa_util.h', - 'audio/linux/alsa_wrapper.cc', - 'audio/linux/alsa_wrapper.h', - 'audio/linux/cras_output.cc', - 'audio/linux/cras_output.h', - 'audio/openbsd/audio_manager_openbsd.cc', - 'audio/openbsd/audio_manager_openbsd.h', - 'audio/mac/audio_input_mac.cc', - 'audio/mac/audio_input_mac.h', - 'audio/mac/audio_low_latency_input_mac.cc', - 'audio/mac/audio_low_latency_input_mac.h', - 'audio/mac/audio_low_latency_output_mac.cc', - 'audio/mac/audio_low_latency_output_mac.h', - 'audio/mac/audio_manager_mac.cc', - 'audio/mac/audio_manager_mac.h', - 'audio/mac/audio_output_mac.cc', - 'audio/mac/audio_output_mac.h', - 'audio/null_audio_sink.cc', - 'audio/null_audio_sink.h', - 'audio/pulse/pulse_output.cc', - 'audio/pulse/pulse_output.h', - 'audio/sample_rates.cc', - 'audio/sample_rates.h', - 'audio/simple_sources.cc', - 'audio/simple_sources.h', - 'audio/win/audio_low_latency_input_win.cc', - 'audio/win/audio_low_latency_input_win.h', - 'audio/win/audio_low_latency_output_win.cc', - 'audio/win/audio_low_latency_output_win.h', - 'audio/win/audio_manager_win.cc', - 'audio/win/audio_manager_win.h', - 'audio/win/avrt_wrapper_win.cc', - 'audio/win/avrt_wrapper_win.h', - 'audio/win/device_enumeration_win.cc', - 'audio/win/device_enumeration_win.h', - 'audio/win/wavein_input_win.cc', - 'audio/win/wavein_input_win.h', - 'audio/win/waveout_output_win.cc', - 'audio/win/waveout_output_win.h', - 'base/android/media_jni_registrar.cc', - 'base/android/media_jni_registrar.h', - 'base/audio_decoder.cc', - 'base/audio_decoder.h', - 'base/audio_decoder_config.cc', - 'base/audio_decoder_config.h', - 'base/audio_renderer.h', - 'base/audio_renderer_mixer.cc', - 'base/audio_renderer_mixer.h', - 'base/audio_renderer_mixer_input.cc', - 'base/audio_renderer_mixer_input.h', - 'base/bitstream_buffer.h', - 'base/buffers.cc', - 'base/buffers.h', - 'base/byte_queue.cc', - 'base/byte_queue.h', - 'base/channel_layout.cc', - 'base/channel_layout.h', - 'base/clock.cc', - 'base/clock.h', - 'base/composite_filter.cc', - 'base/composite_filter.h', - 'base/data_buffer.cc', - 'base/data_buffer.h', - 'base/data_source.cc', - 'base/data_source.h', - 'base/decoder_buffer.cc', - 'base/decoder_buffer.h', - 'base/decrypt_config.cc', - 'base/decrypt_config.h', - 'base/decryptor.h', - 'base/decryptor_client.h', - 'base/demuxer.cc', - 'base/demuxer.h', - 'base/demuxer_stream.cc', - 'base/demuxer_stream.h', - 'base/djb2.cc', - 'base/djb2.h', - 'base/filter_collection.cc', - 'base/filter_collection.h', - 'base/filter_host.h', - 'base/filters.cc', - 'base/filters.h', - 'base/h264_bitstream_converter.cc', - 'base/h264_bitstream_converter.h', - 'base/media.h', - 'base/media_android.cc', - 'base/media_export.h', - 'base/media_log.cc', - 'base/media_log.h', - 'base/media_log_event.h', - 'base/media_posix.cc', - 'base/media_switches.cc', - 'base/media_switches.h', - 'base/media_win.cc', - 'base/message_loop_factory.cc', - 'base/message_loop_factory.h', - 'base/pipeline.cc', - 'base/pipeline.h', - 'base/pipeline_status.cc', - 'base/pipeline_status.h', - 'base/ranges.cc', - 'base/ranges.h', - 'base/seekable_buffer.cc', - 'base/seekable_buffer.h', - 'base/state_matrix.cc', - 'base/state_matrix.h', - 'base/stream_parser.cc', - 'base/stream_parser.h', - 'base/stream_parser_buffer.cc', - 'base/stream_parser_buffer.h', - 'base/video_decoder.cc', - 'base/video_decoder.h', - 'base/video_decoder_config.cc', - 'base/video_decoder_config.h', - 'base/video_frame.cc', - 'base/video_frame.h', - 'base/video_renderer.h', - 'base/video_util.cc', - 'base/video_util.h', - 'crypto/aes_decryptor.cc', - 'crypto/aes_decryptor.h', - 'ffmpeg/ffmpeg_common.cc', - 'ffmpeg/ffmpeg_common.h', - 'ffmpeg/file_protocol.cc', - 'ffmpeg/file_protocol.h', - 'filters/audio_file_reader.cc', - 'filters/audio_file_reader.h', - 'filters/audio_renderer_algorithm.cc', - 'filters/audio_renderer_algorithm.h', - 'filters/audio_renderer_impl.cc', - 'filters/audio_renderer_impl.h', - 'filters/bitstream_converter.cc', - 'filters/bitstream_converter.h', - 'filters/chunk_demuxer.cc', - 'filters/chunk_demuxer.h', - 'filters/chunk_demuxer_client.h', - 'filters/dummy_demuxer.cc', - 'filters/dummy_demuxer.h', - 'filters/ffmpeg_audio_decoder.cc', - 'filters/ffmpeg_audio_decoder.h', - 'filters/ffmpeg_demuxer.cc', - 'filters/ffmpeg_demuxer.h', - 'filters/ffmpeg_h264_bitstream_converter.cc', - 'filters/ffmpeg_h264_bitstream_converter.h', - 'filters/ffmpeg_glue.cc', - 'filters/ffmpeg_glue.h', - 'filters/ffmpeg_video_decoder.cc', - 'filters/ffmpeg_video_decoder.h', - 'filters/file_data_source.cc', - 'filters/file_data_source.h', - 'filters/gpu_video_decoder.cc', - 'filters/gpu_video_decoder.h', - 'filters/in_memory_url_protocol.cc', - 'filters/in_memory_url_protocol.h', - 'filters/source_buffer_stream.cc', - 'filters/source_buffer_stream.h', - 'filters/video_frame_generator.cc', - 'filters/video_frame_generator.h', - 'filters/video_renderer_base.cc', - 'filters/video_renderer_base.h', - 'video/capture/fake_video_capture_device.cc', - 'video/capture/fake_video_capture_device.h', - 'video/capture/linux/video_capture_device_linux.cc', - 'video/capture/linux/video_capture_device_linux.h', - 'video/capture/mac/video_capture_device_mac.h', - 'video/capture/mac/video_capture_device_mac.mm', - 'video/capture/mac/video_capture_device_qtkit_mac.h', - 'video/capture/mac/video_capture_device_qtkit_mac.mm', - 'video/capture/video_capture.h', - 'video/capture/video_capture_device.h', - 'video/capture/video_capture_device_dummy.cc', - 'video/capture/video_capture_device_dummy.h', - 'video/capture/video_capture_proxy.cc', - 'video/capture/video_capture_proxy.h', - 'video/capture/video_capture_types.h', - 'video/capture/win/filter_base_win.cc', - 'video/capture/win/filter_base_win.h', - 'video/capture/win/pin_base_win.cc', - 'video/capture/win/pin_base_win.h', - 'video/capture/win/sink_filter_observer_win.h', - 'video/capture/win/sink_filter_win.cc', - 'video/capture/win/sink_filter_win.h', - 'video/capture/win/sink_input_pin_win.cc', - 'video/capture/win/sink_input_pin_win.h', - 'video/capture/win/video_capture_device_win.cc', - 'video/capture/win/video_capture_device_win.h', - 'video/picture.cc', - 'video/picture.h', - 'video/video_decode_accelerator.cc', - 'video/video_decode_accelerator.h', - 'webm/webm_constants.h', - 'webm/webm_cluster_parser.cc', - 'webm/webm_cluster_parser.h', - 'webm/webm_content_encodings.cc', - 'webm/webm_content_encodings.h', - 'webm/webm_content_encodings_client.cc', - 'webm/webm_content_encodings_client.h', - 'webm/webm_info_parser.cc', - 'webm/webm_info_parser.h', - 'webm/webm_parser.cc', - 'webm/webm_parser.h', - 'webm/webm_stream_parser.cc', - 'webm/webm_stream_parser.h', - 'webm/webm_tracks_parser.cc', - 'webm/webm_tracks_parser.h', - ], - 'direct_dependent_settings': { - 'include_dirs': [ - '..', - ], - }, - 'conditions': [ - # Android doesn't use ffmpeg, so make the dependency conditional - # and exclude the sources which depend on ffmpeg. - ['OS != "android"', { - 'dependencies': [ - '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', - ], - }], - ['OS == "android"', { - 'sources!': [ - 'base/media_posix.cc', - 'ffmpeg/ffmpeg_common.cc', - 'ffmpeg/ffmpeg_common.h', - 'ffmpeg/file_protocol.cc', - 'ffmpeg/file_protocol.h', - 'filters/audio_file_reader.cc', - 'filters/audio_file_reader.h', - 'filters/bitstream_converter.cc', - 'filters/bitstream_converter.h', - 'filters/chunk_demuxer.cc', - 'filters/chunk_demuxer.h', - 'filters/chunk_demuxer_client.h', - 'filters/ffmpeg_audio_decoder.cc', - 'filters/ffmpeg_audio_decoder.h', - 'filters/ffmpeg_demuxer.cc', - 'filters/ffmpeg_demuxer.h', - 'filters/ffmpeg_h264_bitstream_converter.cc', - 'filters/ffmpeg_h264_bitstream_converter.h', - 'filters/ffmpeg_glue.cc', - 'filters/ffmpeg_glue.h', - 'filters/ffmpeg_video_decoder.cc', - 'filters/ffmpeg_video_decoder.h', - 'filters/gpu_video_decoder.cc', - 'filters/gpu_video_decoder.h', - 'webm/webm_cluster_parser.cc', - 'webm/webm_cluster_parser.h', - 'webm/webm_stream_parser.cc', - 'webm/webm_stream_parser.h', - ], - }], - # The below 'android' condition were added temporarily and should be - # removed in downstream, because there is no Java environment setup in - # upstream yet. - ['OS == "android"', { - 'sources!':[ - 'audio/android/audio_track_output_android.cc', - ], - 'sources':[ - 'audio/android/audio_track_output_stub_android.cc', - ], - 'link_settings': { - 'libraries': [ - '-lOpenSLES', - ], - }, - }], - ['OS=="linux" or OS=="freebsd" or OS=="solaris"', { - 'link_settings': { - 'libraries': [ - '-lasound', - ], - }, - }], - ['OS=="openbsd"', { - 'sources/': [ ['exclude', '/alsa_' ], - ['exclude', '/audio_manager_linux' ] ], - 'link_settings': { - 'libraries': [ - ], - }, - }], - ['OS!="openbsd"', { - 'sources!': [ - 'audio/openbsd/audio_manager_openbsd.cc', - 'audio/openbsd/audio_manager_openbsd.h', - ], - }], - ['OS=="linux"', { - 'variables': { - 'conditions': [ - ['sysroot!=""', { - 'pkg-config': '../build/linux/pkg-config-wrapper "<(sysroot)" "<(target_arch)"', - }, { - 'pkg-config': 'pkg-config' - }], - ], - }, - 'conditions': [ - ['use_cras == 1', { - 'cflags': [ - '<!@(<(pkg-config) --cflags libcras)', - ], - 'link_settings': { - 'libraries': [ - '<!@(<(pkg-config) --libs libcras)', - ], - }, - 'defines': [ - 'USE_CRAS', - ], - }, { # else: use_cras == 0 - 'sources!': [ - 'audio/linux/cras_output.cc', - 'audio/linux/cras_output.h', - ], - }], - ], - }], - ['os_posix == 1', { - 'conditions': [ - ['use_pulseaudio == 1', { - 'cflags': [ - '<!@(pkg-config --cflags libpulse)', - ], - 'link_settings': { - 'libraries': [ - '<!@(pkg-config --libs-only-l libpulse)', - ], - }, - 'defines': [ - 'USE_PULSEAUDIO', - ], - }, { # else: use_pulseaudio == 0 - 'sources!': [ - 'audio/pulse/pulse_output.cc', - 'audio/pulse/pulse_output.h', - ], - }], - ], - }], - ['os_posix == 1 and OS != "android"', { - # Video capture isn't supported in Android yet. - 'sources!': [ - 'video/capture/video_capture_device_dummy.cc', - 'video/capture/video_capture_device_dummy.h', - ], - }], - ['OS=="mac"', { - 'link_settings': { - 'libraries': [ - '$(SDKROOT)/System/Library/Frameworks/AudioUnit.framework', - '$(SDKROOT)/System/Library/Frameworks/AudioToolbox.framework', - '$(SDKROOT)/System/Library/Frameworks/CoreAudio.framework', - '$(SDKROOT)/System/Library/Frameworks/CoreVideo.framework', - '$(SDKROOT)/System/Library/Frameworks/QTKit.framework', - ], - }, - }], - ['OS=="win"', { - 'sources!': [ - 'audio/pulse/pulse_output.cc', - 'audio/pulse/pulse_output.h', - 'video/capture/video_capture_device_dummy.cc', - 'video/capture/video_capture_device_dummy.h', - ], - }], - ['proprietary_codecs==1 or branding=="Chrome"', { - 'sources': [ - 'mp4/avc.cc', - 'mp4/avc.h', - 'mp4/box_definitions.cc', - 'mp4/box_definitions.h', - 'mp4/box_reader.cc', - 'mp4/box_reader.h', - 'mp4/cenc.cc', - 'mp4/cenc.h', - 'mp4/mp4_stream_parser.cc', - 'mp4/mp4_stream_parser.h', - 'mp4/offset_byte_queue.cc', - 'mp4/offset_byte_queue.h', - 'mp4/track_run_iterator.cc', - 'mp4/track_run_iterator.h', - ], - }], - ], - }, - { - 'target_name': 'yuv_convert', - 'type': 'static_library', - 'include_dirs': [ - '..', - ], - 'conditions': [ - ['order_profiling != 0', { - 'target_conditions' : [ - ['_toolset=="target"', { - 'cflags!': [ '-finstrument-functions' ], - }], - ], - }], - [ 'target_arch == "ia32" or target_arch == "x64"', { - 'dependencies': [ - 'yuv_convert_simd_x86', - ], - }], - [ 'target_arch == "arm"', { - 'dependencies': [ - 'yuv_convert_simd_arm', - ], - }], - ], - 'sources': [ - 'base/yuv_convert.cc', - 'base/yuv_convert.h', - ], - }, - { - 'target_name': 'yuv_convert_simd_x86', - 'type': 'static_library', - 'include_dirs': [ - '..', - ], - 'sources': [ - 'base/simd/convert_rgb_to_yuv_c.cc', - 'base/simd/convert_rgb_to_yuv_sse2.cc', - 'base/simd/convert_rgb_to_yuv_ssse3.asm', - 'base/simd/convert_rgb_to_yuv_ssse3.cc', - 'base/simd/convert_rgb_to_yuv_ssse3.inc', - 'base/simd/convert_yuv_to_rgb_c.cc', - 'base/simd/convert_yuv_to_rgb_x86.cc', - 'base/simd/convert_yuv_to_rgb_mmx.asm', - 'base/simd/convert_yuv_to_rgb_mmx.inc', - 'base/simd/convert_yuv_to_rgb_sse.asm', - 'base/simd/filter_yuv.h', - 'base/simd/filter_yuv_c.cc', - 'base/simd/filter_yuv_mmx.cc', - 'base/simd/filter_yuv_sse2.cc', - 'base/simd/linear_scale_yuv_to_rgb_mmx.asm', - 'base/simd/linear_scale_yuv_to_rgb_mmx.inc', - 'base/simd/linear_scale_yuv_to_rgb_sse.asm', - 'base/simd/scale_yuv_to_rgb_mmx.asm', - 'base/simd/scale_yuv_to_rgb_mmx.inc', - 'base/simd/scale_yuv_to_rgb_sse.asm', - 'base/simd/yuv_to_rgb_table.cc', - 'base/simd/yuv_to_rgb_table.h', - ], - 'conditions': [ - ['order_profiling != 0', { - 'target_conditions' : [ - ['_toolset=="target"', { - 'cflags!': [ '-finstrument-functions' ], - }], - ], - }], - [ 'target_arch == "x64"', { - # Source files optimized for X64 systems. - 'sources': [ - 'base/simd/linear_scale_yuv_to_rgb_mmx_x64.asm', - 'base/simd/scale_yuv_to_rgb_sse2_x64.asm', - ], - }], - [ 'os_posix == 1 and OS != "mac" and OS != "android"', { - 'cflags': [ - '-msse2', - ], - }], - [ 'OS == "mac"', { - 'configurations': { - 'Debug': { - 'xcode_settings': { - # gcc on the mac builds horribly unoptimized sse code in debug - # mode. Since this is rarely going to be debugged, run with full - # optimizations in Debug as well as Release. - 'GCC_OPTIMIZATION_LEVEL': '3', # -O3 - }, - }, - }, - }], - [ 'OS=="win"', { - 'variables': { - 'yasm_flags': [ - '-DWIN32', - '-DMSVC', - '-DCHROMIUM', - '-Isimd', - ], - }, - }], - [ 'OS=="mac"', { - 'variables': { - 'yasm_flags': [ - '-DPREFIX', - '-DMACHO', - '-DCHROMIUM', - '-Isimd', - ], - }, - }], - [ 'os_posix==1 and OS!="mac"', { - 'variables': { - 'conditions': [ - [ 'target_arch=="ia32"', { - 'yasm_flags': [ - '-DX86_32', - '-DELF', - '-DCHROMIUM', - '-Isimd', - ], - }, { - 'yasm_flags': [ - '-DARCH_X86_64', - '-DELF', - '-DPIC', - '-DCHROMIUM', - '-Isimd', - ], - }], - ], - }, - }], - ], - 'variables': { - 'yasm_output_path': '<(SHARED_INTERMEDIATE_DIR)/media', - }, - 'msvs_2010_disable_uldi_when_referenced': 1, - 'includes': [ - '../third_party/yasm/yasm_compile.gypi', - ], - }, - { - 'target_name': 'yuv_convert_simd_arm', - 'type': 'static_library', - 'include_dirs': [ - '..', - ], - 'sources': [ - 'base/simd/convert_rgb_to_yuv_c.cc', - 'base/simd/convert_rgb_to_yuv.h', - 'base/simd/convert_yuv_to_rgb_c.cc', - 'base/simd/convert_yuv_to_rgb.h', - 'base/simd/filter_yuv.h', - 'base/simd/filter_yuv_c.cc', - 'base/simd/yuv_to_rgb_table.cc', - 'base/simd/yuv_to_rgb_table.h', - ], - }, - { - 'target_name': 'media_unittests', - 'type': 'executable', - 'dependencies': [ - 'media', - 'media_test_support', - 'yuv_convert', - '../base/base.gyp:base', - '../base/base.gyp:base_i18n', - '../base/base.gyp:test_support_base', - '../testing/gmock.gyp:gmock', - '../testing/gtest.gyp:gtest', - '../ui/ui.gyp:ui', - ], - 'sources': [ - 'audio/async_socket_io_handler_unittest.cc', - 'audio/audio_input_controller_unittest.cc', - 'audio/audio_input_device_unittest.cc', - 'audio/audio_input_unittest.cc', - 'audio/audio_input_volume_unittest.cc', - 'audio/audio_low_latency_input_output_unittest.cc', - 'audio/audio_output_controller_unittest.cc', - 'audio/audio_output_proxy_unittest.cc', - 'audio/audio_parameters_unittest.cc', - 'audio/audio_util_unittest.cc', - 'audio/cross_process_notification_unittest.cc', - 'audio/linux/alsa_output_unittest.cc', - 'audio/mac/audio_low_latency_input_mac_unittest.cc', - 'audio/mac/audio_output_mac_unittest.cc', - 'audio/simple_sources_unittest.cc', - 'audio/win/audio_low_latency_input_win_unittest.cc', - 'audio/win/audio_low_latency_output_win_unittest.cc', - 'audio/win/audio_output_win_unittest.cc', - 'base/audio_renderer_mixer_unittest.cc', - 'base/audio_renderer_mixer_input_unittest.cc', - 'base/buffers_unittest.cc', - 'base/clock_unittest.cc', - 'base/composite_filter_unittest.cc', - 'base/data_buffer_unittest.cc', - 'base/decoder_buffer_unittest.cc', - 'base/djb2_unittest.cc', - 'base/fake_audio_render_callback.cc', - 'base/fake_audio_render_callback.h', - 'base/filter_collection_unittest.cc', - 'base/h264_bitstream_converter_unittest.cc', - 'base/pipeline_unittest.cc', - 'base/ranges_unittest.cc', - 'base/run_all_unittests.cc', - 'base/seekable_buffer_unittest.cc', - 'base/state_matrix_unittest.cc', - 'base/test_data_util.cc', - 'base/test_data_util.h', - 'base/video_frame_unittest.cc', - 'base/video_util_unittest.cc', - 'base/yuv_convert_unittest.cc', - 'crypto/aes_decryptor_unittest.cc', - 'ffmpeg/ffmpeg_common_unittest.cc', - 'filters/audio_renderer_algorithm_unittest.cc', - 'filters/audio_renderer_impl_unittest.cc', - 'filters/bitstream_converter_unittest.cc', - 'filters/chunk_demuxer_unittest.cc', - 'filters/ffmpeg_audio_decoder_unittest.cc', - 'filters/ffmpeg_decoder_unittest.h', - 'filters/ffmpeg_demuxer_unittest.cc', - 'filters/ffmpeg_glue_unittest.cc', - 'filters/ffmpeg_h264_bitstream_converter_unittest.cc', - 'filters/ffmpeg_video_decoder_unittest.cc', - 'filters/file_data_source_unittest.cc', - 'filters/pipeline_integration_test.cc', - 'filters/pipeline_integration_test_base.cc', - 'filters/source_buffer_stream_unittest.cc', - 'filters/video_renderer_base_unittest.cc', - 'video/capture/video_capture_device_unittest.cc', - 'webm/cluster_builder.cc', - 'webm/cluster_builder.h', - 'webm/webm_cluster_parser_unittest.cc', - 'webm/webm_content_encodings_client_unittest.cc', - 'webm/webm_parser_unittest.cc', - ], - 'conditions': [ - ['os_posix==1 and OS!="mac"', { - 'conditions': [ - ['linux_use_tcmalloc==1', { - 'dependencies': [ - '../base/allocator/allocator.gyp:allocator', - ], - }], - ], - }], - ['OS != "android"', { - 'dependencies': [ - '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', - ], - }], - ['OS == "android"', { - 'sources!': [ - 'audio/audio_input_volume_unittest.cc', - 'base/test_data_util.cc', - 'base/test_data_util.h', - 'ffmpeg/ffmpeg_common_unittest.cc', - 'filters/ffmpeg_audio_decoder_unittest.cc', - 'filters/bitstream_converter_unittest.cc', - 'filters/chunk_demuxer_unittest.cc', - 'filters/ffmpeg_demuxer_unittest.cc', - 'filters/ffmpeg_glue_unittest.cc', - 'filters/ffmpeg_h264_bitstream_converter_unittest.cc', - 'filters/ffmpeg_video_decoder_unittest.cc', - 'filters/pipeline_integration_test.cc', - 'filters/pipeline_integration_test_base.cc', - 'mp4/mp4_stream_parser_unittest.cc', - 'webm/webm_cluster_parser_unittest.cc', - ], - }], - ['OS == "linux"', { - 'conditions': [ - ['use_cras == 1', { - 'sources': [ - 'audio/linux/cras_output_unittest.cc', - ], - 'defines': [ - 'USE_CRAS', - ], - }], - ], - }], - [ 'target_arch=="ia32" or target_arch=="x64"', { - 'sources': [ - 'base/simd/convert_rgb_to_yuv_unittest.cc', - ], - }], - ['proprietary_codecs==1 or branding=="Chrome"', { - 'sources': [ - 'mp4/avc_unittest.cc', - 'mp4/box_reader_unittest.cc', - 'mp4/mp4_stream_parser_unittest.cc', - 'mp4/offset_byte_queue_unittest.cc', - ], - }], - ], - }, - { - 'target_name': 'media_test_support', - 'type': 'static_library', - 'dependencies': [ - 'media', - '../base/base.gyp:base', - '../testing/gmock.gyp:gmock', - '../testing/gtest.gyp:gtest', - ], - 'sources': [ - 'audio/test_audio_input_controller_factory.cc', - 'audio/test_audio_input_controller_factory.h', - 'base/mock_callback.cc', - 'base/mock_callback.h', - 'base/mock_data_source_host.cc', - 'base/mock_data_source_host.h', - 'base/mock_demuxer_host.cc', - 'base/mock_demuxer_host.h', - 'base/mock_filter_host.cc', - 'base/mock_filter_host.h', - 'base/mock_filters.cc', - 'base/mock_filters.h', - ], - }, - { - 'target_name': 'scaler_bench', - 'type': 'executable', - 'dependencies': [ - 'media', - 'yuv_convert', - '../base/base.gyp:base', - '../skia/skia.gyp:skia', - ], - 'sources': [ - 'tools/scaler_bench/scaler_bench.cc', - ], - }, - { - 'target_name': 'qt_faststart', - 'type': 'executable', - 'sources': [ - 'tools/qt_faststart/qt_faststart.c' - ], - }, - { - 'target_name': 'seek_tester', - 'type': 'executable', - 'dependencies': [ - 'media', - '../base/base.gyp:base', - ], - 'sources': [ - 'tools/seek_tester/seek_tester.cc', - ], - }, - ], - 'conditions': [ - ['OS=="win"', { - 'targets': [ - { - 'target_name': 'player_wtl', - 'type': 'executable', - 'dependencies': [ - 'media', - 'yuv_convert', - '../base/base.gyp:base', - '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations', - '../ui/ui.gyp:ui', - ], - 'include_dirs': [ - '<(DEPTH)/third_party/wtl/include', - ], - 'sources': [ - 'tools/player_wtl/list.h', - 'tools/player_wtl/mainfrm.h', - 'tools/player_wtl/movie.cc', - 'tools/player_wtl/movie.h', - 'tools/player_wtl/player_wtl.cc', - 'tools/player_wtl/player_wtl.rc', - 'tools/player_wtl/props.h', - 'tools/player_wtl/seek.h', - 'tools/player_wtl/resource.h', - 'tools/player_wtl/view.h', - ], - 'msvs_settings': { - 'VCLinkerTool': { - 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS - }, - }, - 'defines': [ - '_CRT_SECURE_NO_WARNINGS=1', - ], - }, - ], - }], - ['OS == "win" or toolkit_uses_gtk == 1', { - 'targets': [ - { - 'target_name': 'shader_bench', - 'type': 'executable', - 'dependencies': [ - 'media', - 'yuv_convert', - '../base/base.gyp:base', - '../ui/gl/gl.gyp:gl', - ], - 'sources': [ - 'tools/shader_bench/shader_bench.cc', - 'tools/shader_bench/cpu_color_painter.cc', - 'tools/shader_bench/cpu_color_painter.h', - 'tools/shader_bench/gpu_color_painter.cc', - 'tools/shader_bench/gpu_color_painter.h', - 'tools/shader_bench/gpu_painter.cc', - 'tools/shader_bench/gpu_painter.h', - 'tools/shader_bench/painter.cc', - 'tools/shader_bench/painter.h', - 'tools/shader_bench/window.cc', - 'tools/shader_bench/window.h', - ], - 'conditions': [ - ['toolkit_uses_gtk == 1', { - 'dependencies': [ - '../build/linux/system.gyp:gtk', - ], - 'sources': [ - 'tools/shader_bench/window_linux.cc', - ], - }], - ['OS=="win"', { - 'dependencies': [ - '../third_party/angle/src/build_angle.gyp:libEGL', - '../third_party/angle/src/build_angle.gyp:libGLESv2', - ], - 'sources': [ - 'tools/shader_bench/window_win.cc', - ], - }], - ], - }, - ], - }], - ['OS == "linux" and target_arch != "arm"', { - 'targets': [ - { - 'target_name': 'tile_render_bench', - 'type': 'executable', - 'dependencies': [ - '../base/base.gyp:base', - '../ui/gl/gl.gyp:gl', - ], - 'libraries': [ - '-lGL', - '-ldl', - ], - 'sources': [ - 'tools/tile_render_bench/tile_render_bench.cc', - ], - }, - ], - }], - ['os_posix == 1 and OS != "mac" and OS != "android"', { - 'targets': [ - { - 'target_name': 'player_x11', - 'type': 'executable', - 'dependencies': [ - 'media', - 'yuv_convert', - '../base/base.gyp:base', - '../ui/gl/gl.gyp:gl', - ], - 'link_settings': { - 'libraries': [ - '-ldl', - '-lX11', - '-lXrender', - '-lXext', - ], - }, - 'sources': [ - 'tools/player_x11/data_source_logger.cc', - 'tools/player_x11/data_source_logger.h', - 'tools/player_x11/gl_video_renderer.cc', - 'tools/player_x11/gl_video_renderer.h', - 'tools/player_x11/player_x11.cc', - 'tools/player_x11/x11_video_renderer.cc', - 'tools/player_x11/x11_video_renderer.h', - ], - }, - ], - }], - ['OS == "android"', { - 'targets': [ - { - 'target_name': 'player_android', - 'type': 'static_library', - 'sources': [ - 'base/android/media_player_bridge.cc', - 'base/android/media_player_bridge.h', - ], - 'dependencies': [ - '../base/base.gyp:base', - ], - 'include_dirs': [ - '<(SHARED_INTERMEDIATE_DIR)/media', - ], - 'actions': [ - { - 'action_name': 'generate-jni-headers', - 'inputs': [ - '../base/android/jni_generator/jni_generator.py', - 'base/android/java/src/org/chromium/media/MediaPlayerListener.java', - ], - 'outputs': [ - '<(SHARED_INTERMEDIATE_DIR)/media/jni/media_player_listener_jni.h', - ], - 'action': [ - 'python', - '<(DEPTH)/base/android/jni_generator/jni_generator.py', - '-o', - '<@(_inputs)', - '<@(_outputs)', - ], - }, - ], - }, - { - 'target_name': 'media_java', - 'type': 'none', - 'dependencies': [ '../base/base.gyp:base_java' ], - 'variables': { - 'package_name': 'media', - 'java_in_dir': 'base/android/java', - }, - 'includes': [ '../build/java.gypi' ], - }, - - ], - }, { # OS != "android"' - # Android does not use ffmpeg, so disable the targets which require it. - 'targets': [ - { - 'target_name': 'ffmpeg_unittests', - 'type': 'executable', - 'dependencies': [ - 'media', - 'media_test_support', - '../base/base.gyp:base', - '../base/base.gyp:base_i18n', - '../base/base.gyp:test_support_base', - '../base/base.gyp:test_support_perf', - '../testing/gtest.gyp:gtest', - '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', - ], - 'sources': [ - 'ffmpeg/ffmpeg_unittest.cc', - ], - 'conditions': [ - ['toolkit_uses_gtk == 1', { - 'dependencies': [ - # Needed for the following #include chain: - # base/run_all_unittests.cc - # ../base/test_suite.h - # gtk/gtk.h - '../build/linux/system.gyp:gtk', - ], - 'conditions': [ - ['linux_use_tcmalloc==1', { - 'dependencies': [ - '../base/allocator/allocator.gyp:allocator', - ], - }], - ], - }], - ], - }, - { - 'target_name': 'ffmpeg_regression_tests', - 'type': 'executable', - 'dependencies': [ - 'media', - 'media_test_support', - '../base/base.gyp:test_support_base', - '../testing/gmock.gyp:gmock', - '../testing/gtest.gyp:gtest', - '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', - ], - 'sources': [ - 'base/test_data_util.cc', - 'base/run_all_unittests.cc', - 'ffmpeg/ffmpeg_regression_tests.cc', - 'filters/pipeline_integration_test_base.cc', - ], - 'conditions': [ - ['os_posix==1 and OS!="mac"', { - 'conditions': [ - ['linux_use_tcmalloc==1', { - 'dependencies': [ - '../base/allocator/allocator.gyp:allocator', - ], - }], - ], - }], - ], - }, - { - 'target_name': 'ffmpeg_tests', - 'type': 'executable', - 'dependencies': [ - 'media', - '../base/base.gyp:base', - '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', - ], - 'sources': [ - 'test/ffmpeg_tests/ffmpeg_tests.cc', - ], - }, - { - 'target_name': 'media_bench', - 'type': 'executable', - 'dependencies': [ - 'media', - '../base/base.gyp:base', - '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', - ], - 'sources': [ - 'tools/media_bench/media_bench.cc', - ], - }, - ], - }] - ], -} diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/tools/emacs/testdata/media.gyp.fontified b/software/flow/node_modules/npm/node_modules/node-gyp/gyp/tools/emacs/testdata/media.gyp.fontified deleted file mode 100644 index 962b7b2..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/tools/emacs/testdata/media.gyp.fontified +++ /dev/null @@ -1,1107 +0,0 @@ - -#("# Copyright (c) 2012 The Chromium Authors. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - -{ - 'variables': { - 'chromium_code': 1, - # Override to dynamically link the PulseAudio library. - 'use_pulseaudio%': 0, - # Override to dynamically link the cras (ChromeOS audio) library. - 'use_cras%': 0, - }, - 'targets': [ - { - 'target_name': 'media', - 'type': '<(component)', - 'dependencies': [ - 'yuv_convert', - '../base/base.gyp:base', - '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations', - '../build/temp_gyp/googleurl.gyp:googleurl', - '../crypto/crypto.gyp:crypto', - '../third_party/openmax/openmax.gyp:il', - '../ui/ui.gyp:ui', - ], - 'defines': [ - 'MEDIA_IMPLEMENTATION', - ], - 'include_dirs': [ - '..', - ], - 'sources': [ - 'audio/android/audio_manager_android.cc', - 'audio/android/audio_manager_android.h', - 'audio/android/audio_track_output_android.cc', - 'audio/android/audio_track_output_android.h', - 'audio/android/opensles_input.cc', - 'audio/android/opensles_input.h', - 'audio/android/opensles_output.cc', - 'audio/android/opensles_output.h', - 'audio/async_socket_io_handler.h', - 'audio/async_socket_io_handler_posix.cc', - 'audio/async_socket_io_handler_win.cc', - 'audio/audio_buffers_state.cc', - 'audio/audio_buffers_state.h', - 'audio/audio_io.h', - 'audio/audio_input_controller.cc', - 'audio/audio_input_controller.h', - 'audio/audio_input_stream_impl.cc', - 'audio/audio_input_stream_impl.h', - 'audio/audio_device_name.cc', - 'audio/audio_device_name.h', - 'audio/audio_manager.cc', - 'audio/audio_manager.h', - 'audio/audio_manager_base.cc', - 'audio/audio_manager_base.h', - 'audio/audio_output_controller.cc', - 'audio/audio_output_controller.h', - 'audio/audio_output_dispatcher.cc', - 'audio/audio_output_dispatcher.h', - 'audio/audio_output_dispatcher_impl.cc', - 'audio/audio_output_dispatcher_impl.h', - 'audio/audio_output_mixer.cc', - 'audio/audio_output_mixer.h', - 'audio/audio_output_proxy.cc', - 'audio/audio_output_proxy.h', - 'audio/audio_parameters.cc', - 'audio/audio_parameters.h', - 'audio/audio_util.cc', - 'audio/audio_util.h', - 'audio/cross_process_notification.cc', - 'audio/cross_process_notification.h', - 'audio/cross_process_notification_win.cc', - 'audio/cross_process_notification_posix.cc', - 'audio/fake_audio_input_stream.cc', - 'audio/fake_audio_input_stream.h', - 'audio/fake_audio_output_stream.cc', - 'audio/fake_audio_output_stream.h', - 'audio/linux/audio_manager_linux.cc', - 'audio/linux/audio_manager_linux.h', - 'audio/linux/alsa_input.cc', - 'audio/linux/alsa_input.h', - 'audio/linux/alsa_output.cc', - 'audio/linux/alsa_output.h', - 'audio/linux/alsa_util.cc', - 'audio/linux/alsa_util.h', - 'audio/linux/alsa_wrapper.cc', - 'audio/linux/alsa_wrapper.h', - 'audio/linux/cras_output.cc', - 'audio/linux/cras_output.h', - 'audio/openbsd/audio_manager_openbsd.cc', - 'audio/openbsd/audio_manager_openbsd.h', - 'audio/mac/audio_input_mac.cc', - 'audio/mac/audio_input_mac.h', - 'audio/mac/audio_low_latency_input_mac.cc', - 'audio/mac/audio_low_latency_input_mac.h', - 'audio/mac/audio_low_latency_output_mac.cc', - 'audio/mac/audio_low_latency_output_mac.h', - 'audio/mac/audio_manager_mac.cc', - 'audio/mac/audio_manager_mac.h', - 'audio/mac/audio_output_mac.cc', - 'audio/mac/audio_output_mac.h', - 'audio/null_audio_sink.cc', - 'audio/null_audio_sink.h', - 'audio/pulse/pulse_output.cc', - 'audio/pulse/pulse_output.h', - 'audio/sample_rates.cc', - 'audio/sample_rates.h', - 'audio/simple_sources.cc', - 'audio/simple_sources.h', - 'audio/win/audio_low_latency_input_win.cc', - 'audio/win/audio_low_latency_input_win.h', - 'audio/win/audio_low_latency_output_win.cc', - 'audio/win/audio_low_latency_output_win.h', - 'audio/win/audio_manager_win.cc', - 'audio/win/audio_manager_win.h', - 'audio/win/avrt_wrapper_win.cc', - 'audio/win/avrt_wrapper_win.h', - 'audio/win/device_enumeration_win.cc', - 'audio/win/device_enumeration_win.h', - 'audio/win/wavein_input_win.cc', - 'audio/win/wavein_input_win.h', - 'audio/win/waveout_output_win.cc', - 'audio/win/waveout_output_win.h', - 'base/android/media_jni_registrar.cc', - 'base/android/media_jni_registrar.h', - 'base/audio_decoder.cc', - 'base/audio_decoder.h', - 'base/audio_decoder_config.cc', - 'base/audio_decoder_config.h', - 'base/audio_renderer.h', - 'base/audio_renderer_mixer.cc', - 'base/audio_renderer_mixer.h', - 'base/audio_renderer_mixer_input.cc', - 'base/audio_renderer_mixer_input.h', - 'base/bitstream_buffer.h', - 'base/buffers.cc', - 'base/buffers.h', - 'base/byte_queue.cc', - 'base/byte_queue.h', - 'base/channel_layout.cc', - 'base/channel_layout.h', - 'base/clock.cc', - 'base/clock.h', - 'base/composite_filter.cc', - 'base/composite_filter.h', - 'base/data_buffer.cc', - 'base/data_buffer.h', - 'base/data_source.cc', - 'base/data_source.h', - 'base/decoder_buffer.cc', - 'base/decoder_buffer.h', - 'base/decrypt_config.cc', - 'base/decrypt_config.h', - 'base/decryptor.h', - 'base/decryptor_client.h', - 'base/demuxer.cc', - 'base/demuxer.h', - 'base/demuxer_stream.cc', - 'base/demuxer_stream.h', - 'base/djb2.cc', - 'base/djb2.h', - 'base/filter_collection.cc', - 'base/filter_collection.h', - 'base/filter_host.h', - 'base/filters.cc', - 'base/filters.h', - 'base/h264_bitstream_converter.cc', - 'base/h264_bitstream_converter.h', - 'base/media.h', - 'base/media_android.cc', - 'base/media_export.h', - 'base/media_log.cc', - 'base/media_log.h', - 'base/media_log_event.h', - 'base/media_posix.cc', - 'base/media_switches.cc', - 'base/media_switches.h', - 'base/media_win.cc', - 'base/message_loop_factory.cc', - 'base/message_loop_factory.h', - 'base/pipeline.cc', - 'base/pipeline.h', - 'base/pipeline_status.cc', - 'base/pipeline_status.h', - 'base/ranges.cc', - 'base/ranges.h', - 'base/seekable_buffer.cc', - 'base/seekable_buffer.h', - 'base/state_matrix.cc', - 'base/state_matrix.h', - 'base/stream_parser.cc', - 'base/stream_parser.h', - 'base/stream_parser_buffer.cc', - 'base/stream_parser_buffer.h', - 'base/video_decoder.cc', - 'base/video_decoder.h', - 'base/video_decoder_config.cc', - 'base/video_decoder_config.h', - 'base/video_frame.cc', - 'base/video_frame.h', - 'base/video_renderer.h', - 'base/video_util.cc', - 'base/video_util.h', - 'crypto/aes_decryptor.cc', - 'crypto/aes_decryptor.h', - 'ffmpeg/ffmpeg_common.cc', - 'ffmpeg/ffmpeg_common.h', - 'ffmpeg/file_protocol.cc', - 'ffmpeg/file_protocol.h', - 'filters/audio_file_reader.cc', - 'filters/audio_file_reader.h', - 'filters/audio_renderer_algorithm.cc', - 'filters/audio_renderer_algorithm.h', - 'filters/audio_renderer_impl.cc', - 'filters/audio_renderer_impl.h', - 'filters/bitstream_converter.cc', - 'filters/bitstream_converter.h', - 'filters/chunk_demuxer.cc', - 'filters/chunk_demuxer.h', - 'filters/chunk_demuxer_client.h', - 'filters/dummy_demuxer.cc', - 'filters/dummy_demuxer.h', - 'filters/ffmpeg_audio_decoder.cc', - 'filters/ffmpeg_audio_decoder.h', - 'filters/ffmpeg_demuxer.cc', - 'filters/ffmpeg_demuxer.h', - 'filters/ffmpeg_h264_bitstream_converter.cc', - 'filters/ffmpeg_h264_bitstream_converter.h', - 'filters/ffmpeg_glue.cc', - 'filters/ffmpeg_glue.h', - 'filters/ffmpeg_video_decoder.cc', - 'filters/ffmpeg_video_decoder.h', - 'filters/file_data_source.cc', - 'filters/file_data_source.h', - 'filters/gpu_video_decoder.cc', - 'filters/gpu_video_decoder.h', - 'filters/in_memory_url_protocol.cc', - 'filters/in_memory_url_protocol.h', - 'filters/source_buffer_stream.cc', - 'filters/source_buffer_stream.h', - 'filters/video_frame_generator.cc', - 'filters/video_frame_generator.h', - 'filters/video_renderer_base.cc', - 'filters/video_renderer_base.h', - 'video/capture/fake_video_capture_device.cc', - 'video/capture/fake_video_capture_device.h', - 'video/capture/linux/video_capture_device_linux.cc', - 'video/capture/linux/video_capture_device_linux.h', - 'video/capture/mac/video_capture_device_mac.h', - 'video/capture/mac/video_capture_device_mac.mm', - 'video/capture/mac/video_capture_device_qtkit_mac.h', - 'video/capture/mac/video_capture_device_qtkit_mac.mm', - 'video/capture/video_capture.h', - 'video/capture/video_capture_device.h', - 'video/capture/video_capture_device_dummy.cc', - 'video/capture/video_capture_device_dummy.h', - 'video/capture/video_capture_proxy.cc', - 'video/capture/video_capture_proxy.h', - 'video/capture/video_capture_types.h', - 'video/capture/win/filter_base_win.cc', - 'video/capture/win/filter_base_win.h', - 'video/capture/win/pin_base_win.cc', - 'video/capture/win/pin_base_win.h', - 'video/capture/win/sink_filter_observer_win.h', - 'video/capture/win/sink_filter_win.cc', - 'video/capture/win/sink_filter_win.h', - 'video/capture/win/sink_input_pin_win.cc', - 'video/capture/win/sink_input_pin_win.h', - 'video/capture/win/video_capture_device_win.cc', - 'video/capture/win/video_capture_device_win.h', - 'video/picture.cc', - 'video/picture.h', - 'video/video_decode_accelerator.cc', - 'video/video_decode_accelerator.h', - 'webm/webm_constants.h', - 'webm/webm_cluster_parser.cc', - 'webm/webm_cluster_parser.h', - 'webm/webm_content_encodings.cc', - 'webm/webm_content_encodings.h', - 'webm/webm_content_encodings_client.cc', - 'webm/webm_content_encodings_client.h', - 'webm/webm_info_parser.cc', - 'webm/webm_info_parser.h', - 'webm/webm_parser.cc', - 'webm/webm_parser.h', - 'webm/webm_stream_parser.cc', - 'webm/webm_stream_parser.h', - 'webm/webm_tracks_parser.cc', - 'webm/webm_tracks_parser.h', - ], - 'direct_dependent_settings': { - 'include_dirs': [ - '..', - ], - }, - 'conditions': [ - # Android doesn't use ffmpeg, so make the dependency conditional - # and exclude the sources which depend on ffmpeg. - ['OS != \"android\"', { - 'dependencies': [ - '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', - ], - }], - ['OS == \"android\"', { - 'sources!': [ - 'base/media_posix.cc', - 'ffmpeg/ffmpeg_common.cc', - 'ffmpeg/ffmpeg_common.h', - 'ffmpeg/file_protocol.cc', - 'ffmpeg/file_protocol.h', - 'filters/audio_file_reader.cc', - 'filters/audio_file_reader.h', - 'filters/bitstream_converter.cc', - 'filters/bitstream_converter.h', - 'filters/chunk_demuxer.cc', - 'filters/chunk_demuxer.h', - 'filters/chunk_demuxer_client.h', - 'filters/ffmpeg_audio_decoder.cc', - 'filters/ffmpeg_audio_decoder.h', - 'filters/ffmpeg_demuxer.cc', - 'filters/ffmpeg_demuxer.h', - 'filters/ffmpeg_h264_bitstream_converter.cc', - 'filters/ffmpeg_h264_bitstream_converter.h', - 'filters/ffmpeg_glue.cc', - 'filters/ffmpeg_glue.h', - 'filters/ffmpeg_video_decoder.cc', - 'filters/ffmpeg_video_decoder.h', - 'filters/gpu_video_decoder.cc', - 'filters/gpu_video_decoder.h', - 'webm/webm_cluster_parser.cc', - 'webm/webm_cluster_parser.h', - 'webm/webm_stream_parser.cc', - 'webm/webm_stream_parser.h', - ], - }], - # The below 'android' condition were added temporarily and should be - # removed in downstream, because there is no Java environment setup in - # upstream yet. - ['OS == \"android\"', { - 'sources!':[ - 'audio/android/audio_track_output_android.cc', - ], - 'sources':[ - 'audio/android/audio_track_output_stub_android.cc', - ], - 'link_settings': { - 'libraries': [ - '-lOpenSLES', - ], - }, - }], - ['OS==\"linux\" or OS==\"freebsd\" or OS==\"solaris\"', { - 'link_settings': { - 'libraries': [ - '-lasound', - ], - }, - }], - ['OS==\"openbsd\"', { - 'sources/': [ ['exclude', '/alsa_' ], - ['exclude', '/audio_manager_linux' ] ], - 'link_settings': { - 'libraries': [ - ], - }, - }], - ['OS!=\"openbsd\"', { - 'sources!': [ - 'audio/openbsd/audio_manager_openbsd.cc', - 'audio/openbsd/audio_manager_openbsd.h', - ], - }], - ['OS==\"linux\"', { - 'variables': { - 'conditions': [ - ['sysroot!=\"\"', { - 'pkg-config': '../build/linux/pkg-config-wrapper \"<(sysroot)\" \"<(target_arch)\"', - }, { - 'pkg-config': 'pkg-config' - }], - ], - }, - 'conditions': [ - ['use_cras == 1', { - 'cflags': [ - '<!@(<(pkg-config) --cflags libcras)', - ], - 'link_settings': { - 'libraries': [ - '<!@(<(pkg-config) --libs libcras)', - ], - }, - 'defines': [ - 'USE_CRAS', - ], - }, { # else: use_cras == 0 - 'sources!': [ - 'audio/linux/cras_output.cc', - 'audio/linux/cras_output.h', - ], - }], - ], - }], - ['os_posix == 1', { - 'conditions': [ - ['use_pulseaudio == 1', { - 'cflags': [ - '<!@(pkg-config --cflags libpulse)', - ], - 'link_settings': { - 'libraries': [ - '<!@(pkg-config --libs-only-l libpulse)', - ], - }, - 'defines': [ - 'USE_PULSEAUDIO', - ], - }, { # else: use_pulseaudio == 0 - 'sources!': [ - 'audio/pulse/pulse_output.cc', - 'audio/pulse/pulse_output.h', - ], - }], - ], - }], - ['os_posix == 1 and OS != \"android\"', { - # Video capture isn't supported in Android yet. - 'sources!': [ - 'video/capture/video_capture_device_dummy.cc', - 'video/capture/video_capture_device_dummy.h', - ], - }], - ['OS==\"mac\"', { - 'link_settings': { - 'libraries': [ - '$(SDKROOT)/System/Library/Frameworks/AudioUnit.framework', - '$(SDKROOT)/System/Library/Frameworks/AudioToolbox.framework', - '$(SDKROOT)/System/Library/Frameworks/CoreAudio.framework', - '$(SDKROOT)/System/Library/Frameworks/CoreVideo.framework', - '$(SDKROOT)/System/Library/Frameworks/QTKit.framework', - ], - }, - }], - ['OS==\"win\"', { - 'sources!': [ - 'audio/pulse/pulse_output.cc', - 'audio/pulse/pulse_output.h', - 'video/capture/video_capture_device_dummy.cc', - 'video/capture/video_capture_device_dummy.h', - ], - }], - ['proprietary_codecs==1 or branding==\"Chrome\"', { - 'sources': [ - 'mp4/avc.cc', - 'mp4/avc.h', - 'mp4/box_definitions.cc', - 'mp4/box_definitions.h', - 'mp4/box_reader.cc', - 'mp4/box_reader.h', - 'mp4/cenc.cc', - 'mp4/cenc.h', - 'mp4/mp4_stream_parser.cc', - 'mp4/mp4_stream_parser.h', - 'mp4/offset_byte_queue.cc', - 'mp4/offset_byte_queue.h', - 'mp4/track_run_iterator.cc', - 'mp4/track_run_iterator.h', - ], - }], - ], - }, - { - 'target_name': 'yuv_convert', - 'type': 'static_library', - 'include_dirs': [ - '..', - ], - 'conditions': [ - ['order_profiling != 0', { - 'target_conditions' : [ - ['_toolset==\"target\"', { - 'cflags!': [ '-finstrument-functions' ], - }], - ], - }], - [ 'target_arch == \"ia32\" or target_arch == \"x64\"', { - 'dependencies': [ - 'yuv_convert_simd_x86', - ], - }], - [ 'target_arch == \"arm\"', { - 'dependencies': [ - 'yuv_convert_simd_arm', - ], - }], - ], - 'sources': [ - 'base/yuv_convert.cc', - 'base/yuv_convert.h', - ], - }, - { - 'target_name': 'yuv_convert_simd_x86', - 'type': 'static_library', - 'include_dirs': [ - '..', - ], - 'sources': [ - 'base/simd/convert_rgb_to_yuv_c.cc', - 'base/simd/convert_rgb_to_yuv_sse2.cc', - 'base/simd/convert_rgb_to_yuv_ssse3.asm', - 'base/simd/convert_rgb_to_yuv_ssse3.cc', - 'base/simd/convert_rgb_to_yuv_ssse3.inc', - 'base/simd/convert_yuv_to_rgb_c.cc', - 'base/simd/convert_yuv_to_rgb_x86.cc', - 'base/simd/convert_yuv_to_rgb_mmx.asm', - 'base/simd/convert_yuv_to_rgb_mmx.inc', - 'base/simd/convert_yuv_to_rgb_sse.asm', - 'base/simd/filter_yuv.h', - 'base/simd/filter_yuv_c.cc', - 'base/simd/filter_yuv_mmx.cc', - 'base/simd/filter_yuv_sse2.cc', - 'base/simd/linear_scale_yuv_to_rgb_mmx.asm', - 'base/simd/linear_scale_yuv_to_rgb_mmx.inc', - 'base/simd/linear_scale_yuv_to_rgb_sse.asm', - 'base/simd/scale_yuv_to_rgb_mmx.asm', - 'base/simd/scale_yuv_to_rgb_mmx.inc', - 'base/simd/scale_yuv_to_rgb_sse.asm', - 'base/simd/yuv_to_rgb_table.cc', - 'base/simd/yuv_to_rgb_table.h', - ], - 'conditions': [ - ['order_profiling != 0', { - 'target_conditions' : [ - ['_toolset==\"target\"', { - 'cflags!': [ '-finstrument-functions' ], - }], - ], - }], - [ 'target_arch == \"x64\"', { - # Source files optimized for X64 systems. - 'sources': [ - 'base/simd/linear_scale_yuv_to_rgb_mmx_x64.asm', - 'base/simd/scale_yuv_to_rgb_sse2_x64.asm', - ], - }], - [ 'os_posix == 1 and OS != \"mac\" and OS != \"android\"', { - 'cflags': [ - '-msse2', - ], - }], - [ 'OS == \"mac\"', { - 'configurations': { - 'Debug': { - 'xcode_settings': { - # gcc on the mac builds horribly unoptimized sse code in debug - # mode. Since this is rarely going to be debugged, run with full - # optimizations in Debug as well as Release. - 'GCC_OPTIMIZATION_LEVEL': '3', # -O3 - }, - }, - }, - }], - [ 'OS==\"win\"', { - 'variables': { - 'yasm_flags': [ - '-DWIN32', - '-DMSVC', - '-DCHROMIUM', - '-Isimd', - ], - }, - }], - [ 'OS==\"mac\"', { - 'variables': { - 'yasm_flags': [ - '-DPREFIX', - '-DMACHO', - '-DCHROMIUM', - '-Isimd', - ], - }, - }], - [ 'os_posix==1 and OS!=\"mac\"', { - 'variables': { - 'conditions': [ - [ 'target_arch==\"ia32\"', { - 'yasm_flags': [ - '-DX86_32', - '-DELF', - '-DCHROMIUM', - '-Isimd', - ], - }, { - 'yasm_flags': [ - '-DARCH_X86_64', - '-DELF', - '-DPIC', - '-DCHROMIUM', - '-Isimd', - ], - }], - ], - }, - }], - ], - 'variables': { - 'yasm_output_path': '<(SHARED_INTERMEDIATE_DIR)/media', - }, - 'msvs_2010_disable_uldi_when_referenced': 1, - 'includes': [ - '../third_party/yasm/yasm_compile.gypi', - ], - }, - { - 'target_name': 'yuv_convert_simd_arm', - 'type': 'static_library', - 'include_dirs': [ - '..', - ], - 'sources': [ - 'base/simd/convert_rgb_to_yuv_c.cc', - 'base/simd/convert_rgb_to_yuv.h', - 'base/simd/convert_yuv_to_rgb_c.cc', - 'base/simd/convert_yuv_to_rgb.h', - 'base/simd/filter_yuv.h', - 'base/simd/filter_yuv_c.cc', - 'base/simd/yuv_to_rgb_table.cc', - 'base/simd/yuv_to_rgb_table.h', - ], - }, - { - 'target_name': 'media_unittests', - 'type': 'executable', - 'dependencies': [ - 'media', - 'media_test_support', - 'yuv_convert', - '../base/base.gyp:base', - '../base/base.gyp:base_i18n', - '../base/base.gyp:test_support_base', - '../testing/gmock.gyp:gmock', - '../testing/gtest.gyp:gtest', - '../ui/ui.gyp:ui', - ], - 'sources': [ - 'audio/async_socket_io_handler_unittest.cc', - 'audio/audio_input_controller_unittest.cc', - 'audio/audio_input_device_unittest.cc', - 'audio/audio_input_unittest.cc', - 'audio/audio_input_volume_unittest.cc', - 'audio/audio_low_latency_input_output_unittest.cc', - 'audio/audio_output_controller_unittest.cc', - 'audio/audio_output_proxy_unittest.cc', - 'audio/audio_parameters_unittest.cc', - 'audio/audio_util_unittest.cc', - 'audio/cross_process_notification_unittest.cc', - 'audio/linux/alsa_output_unittest.cc', - 'audio/mac/audio_low_latency_input_mac_unittest.cc', - 'audio/mac/audio_output_mac_unittest.cc', - 'audio/simple_sources_unittest.cc', - 'audio/win/audio_low_latency_input_win_unittest.cc', - 'audio/win/audio_low_latency_output_win_unittest.cc', - 'audio/win/audio_output_win_unittest.cc', - 'base/audio_renderer_mixer_unittest.cc', - 'base/audio_renderer_mixer_input_unittest.cc', - 'base/buffers_unittest.cc', - 'base/clock_unittest.cc', - 'base/composite_filter_unittest.cc', - 'base/data_buffer_unittest.cc', - 'base/decoder_buffer_unittest.cc', - 'base/djb2_unittest.cc', - 'base/fake_audio_render_callback.cc', - 'base/fake_audio_render_callback.h', - 'base/filter_collection_unittest.cc', - 'base/h264_bitstream_converter_unittest.cc', - 'base/pipeline_unittest.cc', - 'base/ranges_unittest.cc', - 'base/run_all_unittests.cc', - 'base/seekable_buffer_unittest.cc', - 'base/state_matrix_unittest.cc', - 'base/test_data_util.cc', - 'base/test_data_util.h', - 'base/video_frame_unittest.cc', - 'base/video_util_unittest.cc', - 'base/yuv_convert_unittest.cc', - 'crypto/aes_decryptor_unittest.cc', - 'ffmpeg/ffmpeg_common_unittest.cc', - 'filters/audio_renderer_algorithm_unittest.cc', - 'filters/audio_renderer_impl_unittest.cc', - 'filters/bitstream_converter_unittest.cc', - 'filters/chunk_demuxer_unittest.cc', - 'filters/ffmpeg_audio_decoder_unittest.cc', - 'filters/ffmpeg_decoder_unittest.h', - 'filters/ffmpeg_demuxer_unittest.cc', - 'filters/ffmpeg_glue_unittest.cc', - 'filters/ffmpeg_h264_bitstream_converter_unittest.cc', - 'filters/ffmpeg_video_decoder_unittest.cc', - 'filters/file_data_source_unittest.cc', - 'filters/pipeline_integration_test.cc', - 'filters/pipeline_integration_test_base.cc', - 'filters/source_buffer_stream_unittest.cc', - 'filters/video_renderer_base_unittest.cc', - 'video/capture/video_capture_device_unittest.cc', - 'webm/cluster_builder.cc', - 'webm/cluster_builder.h', - 'webm/webm_cluster_parser_unittest.cc', - 'webm/webm_content_encodings_client_unittest.cc', - 'webm/webm_parser_unittest.cc', - ], - 'conditions': [ - ['os_posix==1 and OS!=\"mac\"', { - 'conditions': [ - ['linux_use_tcmalloc==1', { - 'dependencies': [ - '../base/allocator/allocator.gyp:allocator', - ], - }], - ], - }], - ['OS != \"android\"', { - 'dependencies': [ - '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', - ], - }], - ['OS == \"android\"', { - 'sources!': [ - 'audio/audio_input_volume_unittest.cc', - 'base/test_data_util.cc', - 'base/test_data_util.h', - 'ffmpeg/ffmpeg_common_unittest.cc', - 'filters/ffmpeg_audio_decoder_unittest.cc', - 'filters/bitstream_converter_unittest.cc', - 'filters/chunk_demuxer_unittest.cc', - 'filters/ffmpeg_demuxer_unittest.cc', - 'filters/ffmpeg_glue_unittest.cc', - 'filters/ffmpeg_h264_bitstream_converter_unittest.cc', - 'filters/ffmpeg_video_decoder_unittest.cc', - 'filters/pipeline_integration_test.cc', - 'filters/pipeline_integration_test_base.cc', - 'mp4/mp4_stream_parser_unittest.cc', - 'webm/webm_cluster_parser_unittest.cc', - ], - }], - ['OS == \"linux\"', { - 'conditions': [ - ['use_cras == 1', { - 'sources': [ - 'audio/linux/cras_output_unittest.cc', - ], - 'defines': [ - 'USE_CRAS', - ], - }], - ], - }], - [ 'target_arch==\"ia32\" or target_arch==\"x64\"', { - 'sources': [ - 'base/simd/convert_rgb_to_yuv_unittest.cc', - ], - }], - ['proprietary_codecs==1 or branding==\"Chrome\"', { - 'sources': [ - 'mp4/avc_unittest.cc', - 'mp4/box_reader_unittest.cc', - 'mp4/mp4_stream_parser_unittest.cc', - 'mp4/offset_byte_queue_unittest.cc', - ], - }], - ], - }, - { - 'target_name': 'media_test_support', - 'type': 'static_library', - 'dependencies': [ - 'media', - '../base/base.gyp:base', - '../testing/gmock.gyp:gmock', - '../testing/gtest.gyp:gtest', - ], - 'sources': [ - 'audio/test_audio_input_controller_factory.cc', - 'audio/test_audio_input_controller_factory.h', - 'base/mock_callback.cc', - 'base/mock_callback.h', - 'base/mock_data_source_host.cc', - 'base/mock_data_source_host.h', - 'base/mock_demuxer_host.cc', - 'base/mock_demuxer_host.h', - 'base/mock_filter_host.cc', - 'base/mock_filter_host.h', - 'base/mock_filters.cc', - 'base/mock_filters.h', - ], - }, - { - 'target_name': 'scaler_bench', - 'type': 'executable', - 'dependencies': [ - 'media', - 'yuv_convert', - '../base/base.gyp:base', - '../skia/skia.gyp:skia', - ], - 'sources': [ - 'tools/scaler_bench/scaler_bench.cc', - ], - }, - { - 'target_name': 'qt_faststart', - 'type': 'executable', - 'sources': [ - 'tools/qt_faststart/qt_faststart.c' - ], - }, - { - 'target_name': 'seek_tester', - 'type': 'executable', - 'dependencies': [ - 'media', - '../base/base.gyp:base', - ], - 'sources': [ - 'tools/seek_tester/seek_tester.cc', - ], - }, - ], - 'conditions': [ - ['OS==\"win\"', { - 'targets': [ - { - 'target_name': 'player_wtl', - 'type': 'executable', - 'dependencies': [ - 'media', - 'yuv_convert', - '../base/base.gyp:base', - '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations', - '../ui/ui.gyp:ui', - ], - 'include_dirs': [ - '<(DEPTH)/third_party/wtl/include', - ], - 'sources': [ - 'tools/player_wtl/list.h', - 'tools/player_wtl/mainfrm.h', - 'tools/player_wtl/movie.cc', - 'tools/player_wtl/movie.h', - 'tools/player_wtl/player_wtl.cc', - 'tools/player_wtl/player_wtl.rc', - 'tools/player_wtl/props.h', - 'tools/player_wtl/seek.h', - 'tools/player_wtl/resource.h', - 'tools/player_wtl/view.h', - ], - 'msvs_settings': { - 'VCLinkerTool': { - 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS - }, - }, - 'defines': [ - '_CRT_SECURE_NO_WARNINGS=1', - ], - }, - ], - }], - ['OS == \"win\" or toolkit_uses_gtk == 1', { - 'targets': [ - { - 'target_name': 'shader_bench', - 'type': 'executable', - 'dependencies': [ - 'media', - 'yuv_convert', - '../base/base.gyp:base', - '../ui/gl/gl.gyp:gl', - ], - 'sources': [ - 'tools/shader_bench/shader_bench.cc', - 'tools/shader_bench/cpu_color_painter.cc', - 'tools/shader_bench/cpu_color_painter.h', - 'tools/shader_bench/gpu_color_painter.cc', - 'tools/shader_bench/gpu_color_painter.h', - 'tools/shader_bench/gpu_painter.cc', - 'tools/shader_bench/gpu_painter.h', - 'tools/shader_bench/painter.cc', - 'tools/shader_bench/painter.h', - 'tools/shader_bench/window.cc', - 'tools/shader_bench/window.h', - ], - 'conditions': [ - ['toolkit_uses_gtk == 1', { - 'dependencies': [ - '../build/linux/system.gyp:gtk', - ], - 'sources': [ - 'tools/shader_bench/window_linux.cc', - ], - }], - ['OS==\"win\"', { - 'dependencies': [ - '../third_party/angle/src/build_angle.gyp:libEGL', - '../third_party/angle/src/build_angle.gyp:libGLESv2', - ], - 'sources': [ - 'tools/shader_bench/window_win.cc', - ], - }], - ], - }, - ], - }], - ['OS == \"linux\" and target_arch != \"arm\"', { - 'targets': [ - { - 'target_name': 'tile_render_bench', - 'type': 'executable', - 'dependencies': [ - '../base/base.gyp:base', - '../ui/gl/gl.gyp:gl', - ], - 'libraries': [ - '-lGL', - '-ldl', - ], - 'sources': [ - 'tools/tile_render_bench/tile_render_bench.cc', - ], - }, - ], - }], - ['os_posix == 1 and OS != \"mac\" and OS != \"android\"', { - 'targets': [ - { - 'target_name': 'player_x11', - 'type': 'executable', - 'dependencies': [ - 'media', - 'yuv_convert', - '../base/base.gyp:base', - '../ui/gl/gl.gyp:gl', - ], - 'link_settings': { - 'libraries': [ - '-ldl', - '-lX11', - '-lXrender', - '-lXext', - ], - }, - 'sources': [ - 'tools/player_x11/data_source_logger.cc', - 'tools/player_x11/data_source_logger.h', - 'tools/player_x11/gl_video_renderer.cc', - 'tools/player_x11/gl_video_renderer.h', - 'tools/player_x11/player_x11.cc', - 'tools/player_x11/x11_video_renderer.cc', - 'tools/player_x11/x11_video_renderer.h', - ], - }, - ], - }], - ['OS == \"android\"', { - 'targets': [ - { - 'target_name': 'player_android', - 'type': 'static_library', - 'sources': [ - 'base/android/media_player_bridge.cc', - 'base/android/media_player_bridge.h', - ], - 'dependencies': [ - '../base/base.gyp:base', - ], - 'include_dirs': [ - '<(SHARED_INTERMEDIATE_DIR)/media', - ], - 'actions': [ - { - 'action_name': 'generate-jni-headers', - 'inputs': [ - '../base/android/jni_generator/jni_generator.py', - 'base/android/java/src/org/chromium/media/MediaPlayerListener.java', - ], - 'outputs': [ - '<(SHARED_INTERMEDIATE_DIR)/media/jni/media_player_listener_jni.h', - ], - 'action': [ - 'python', - '<(DEPTH)/base/android/jni_generator/jni_generator.py', - '-o', - '<@(_inputs)', - '<@(_outputs)', - ], - }, - ], - }, - { - 'target_name': 'media_java', - 'type': 'none', - 'dependencies': [ '../base/base.gyp:base_java' ], - 'variables': { - 'package_name': 'media', - 'java_in_dir': 'base/android/java', - }, - 'includes': [ '../build/java.gypi' ], - }, - - ], - }, { # OS != \"android\"' - # Android does not use ffmpeg, so disable the targets which require it. - 'targets': [ - { - 'target_name': 'ffmpeg_unittests', - 'type': 'executable', - 'dependencies': [ - 'media', - 'media_test_support', - '../base/base.gyp:base', - '../base/base.gyp:base_i18n', - '../base/base.gyp:test_support_base', - '../base/base.gyp:test_support_perf', - '../testing/gtest.gyp:gtest', - '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', - ], - 'sources': [ - 'ffmpeg/ffmpeg_unittest.cc', - ], - 'conditions': [ - ['toolkit_uses_gtk == 1', { - 'dependencies': [ - # Needed for the following #include chain: - # base/run_all_unittests.cc - # ../base/test_suite.h - # gtk/gtk.h - '../build/linux/system.gyp:gtk', - ], - 'conditions': [ - ['linux_use_tcmalloc==1', { - 'dependencies': [ - '../base/allocator/allocator.gyp:allocator', - ], - }], - ], - }], - ], - }, - { - 'target_name': 'ffmpeg_regression_tests', - 'type': 'executable', - 'dependencies': [ - 'media', - 'media_test_support', - '../base/base.gyp:test_support_base', - '../testing/gmock.gyp:gmock', - '../testing/gtest.gyp:gtest', - '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', - ], - 'sources': [ - 'base/test_data_util.cc', - 'base/run_all_unittests.cc', - 'ffmpeg/ffmpeg_regression_tests.cc', - 'filters/pipeline_integration_test_base.cc', - ], - 'conditions': [ - ['os_posix==1 and OS!=\"mac\"', { - 'conditions': [ - ['linux_use_tcmalloc==1', { - 'dependencies': [ - '../base/allocator/allocator.gyp:allocator', - ], - }], - ], - }], - ], - }, - { - 'target_name': 'ffmpeg_tests', - 'type': 'executable', - 'dependencies': [ - 'media', - '../base/base.gyp:base', - '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', - ], - 'sources': [ - 'test/ffmpeg_tests/ffmpeg_tests.cc', - ], - }, - { - 'target_name': 'media_bench', - 'type': 'executable', - 'dependencies': [ - 'media', - '../base/base.gyp:base', - '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', - ], - 'sources': [ - 'tools/media_bench/media_bench.cc', - ], - }, - ], - }] - ], -} -" 0 64 (face font-lock-comment-face) 64 137 (face font-lock-comment-face) 137 166 (face font-lock-comment-face) 166 171 nil 171 172 (face font-lock-string-face) 172 181 (face font-lock-keyword-face) 181 182 (face font-lock-string-face) 182 190 nil 190 191 (face font-lock-string-face) 191 204 (face font-lock-variable-name-face) 204 205 (face font-lock-string-face) 205 214 nil 214 269 (face font-lock-comment-face) 269 273 nil 273 274 (face font-lock-string-face) 274 289 (face font-lock-variable-name-face) 289 290 (face font-lock-string-face) 290 299 nil 299 365 (face font-lock-comment-face) 365 369 nil 369 370 (face font-lock-string-face) 370 379 (face font-lock-variable-name-face) 379 380 (face font-lock-string-face) 380 392 nil 392 393 (face font-lock-string-face) 393 400 (face font-lock-keyword-face) 400 401 (face font-lock-string-face) 401 417 nil 417 418 (face font-lock-string-face) 418 429 (face font-lock-keyword-face) 429 430 (face font-lock-string-face) 430 432 nil 432 433 (face font-lock-string-face) 433 438 (face font-lock-function-name-face) 438 439 (face font-lock-string-face) 439 447 nil 447 448 (face font-lock-string-face) 448 452 (face font-lock-keyword-face) 452 453 (face font-lock-string-face) 453 455 nil 455 458 (face font-lock-string-face) 458 467 (face font-lock-variable-name-face) 467 469 (face font-lock-string-face) 469 477 nil 477 478 (face font-lock-string-face) 478 490 (face font-lock-keyword-face) 490 491 (face font-lock-string-face) 491 503 nil 503 504 (face font-lock-string-face) 504 515 (face font-lock-function-name-face) 515 516 (face font-lock-string-face) 516 526 nil 526 527 (face font-lock-string-face) 527 548 (face font-lock-function-name-face) 548 549 (face font-lock-string-face) 549 559 nil 559 560 (face font-lock-string-face) 560 643 (face font-lock-function-name-face) 643 644 (face font-lock-string-face) 644 654 nil 654 655 (face font-lock-string-face) 655 696 (face font-lock-function-name-face) 696 697 (face font-lock-string-face) 697 707 nil 707 708 (face font-lock-string-face) 708 735 (face font-lock-function-name-face) 735 736 (face font-lock-string-face) 736 746 nil 746 747 (face font-lock-string-face) 747 784 (face font-lock-function-name-face) 784 785 (face font-lock-string-face) 785 795 nil 795 796 (face font-lock-string-face) 796 811 (face font-lock-function-name-face) 811 812 (face font-lock-string-face) 812 829 nil 829 830 (face font-lock-string-face) 830 837 (face font-lock-keyword-face) 837 838 (face font-lock-string-face) 838 850 nil 850 851 (face font-lock-string-face) 851 871 (face font-lock-preprocessor-face) 871 872 (face font-lock-string-face) 872 889 nil 889 890 (face font-lock-string-face) 890 902 (face font-lock-keyword-face) 902 903 (face font-lock-string-face) 903 915 nil 915 916 (face font-lock-string-face) 916 918 (face font-lock-constant-face) 918 919 (face font-lock-string-face) 919 936 nil 936 937 (face font-lock-string-face) 937 944 (face font-lock-keyword-face) 944 945 (face font-lock-string-face) 945 957 nil 957 958 (face font-lock-string-face) 958 996 (face font-lock-constant-face) 996 997 (face font-lock-string-face) 997 1007 nil 1007 1008 (face font-lock-string-face) 1008 1045 (face font-lock-constant-face) 1045 1046 (face font-lock-string-face) 1046 1056 nil 1056 1057 (face font-lock-string-face) 1057 1100 (face font-lock-constant-face) 1100 1101 (face font-lock-string-face) 1101 1111 nil 1111 1112 (face font-lock-string-face) 1112 1154 (face font-lock-constant-face) 1154 1155 (face font-lock-string-face) 1155 1165 nil 1165 1166 (face font-lock-string-face) 1166 1197 (face font-lock-constant-face) 1197 1198 (face font-lock-string-face) 1198 1208 nil 1208 1209 (face font-lock-string-face) 1209 1239 (face font-lock-constant-face) 1239 1240 (face font-lock-string-face) 1240 1250 nil 1250 1251 (face font-lock-string-face) 1251 1283 (face font-lock-constant-face) 1283 1284 (face font-lock-string-face) 1284 1294 nil 1294 1295 (face font-lock-string-face) 1295 1326 (face font-lock-constant-face) 1326 1327 (face font-lock-string-face) 1327 1337 nil 1337 1338 (face font-lock-string-face) 1338 1369 (face font-lock-constant-face) 1369 1370 (face font-lock-string-face) 1370 1380 nil 1380 1381 (face font-lock-string-face) 1381 1419 (face font-lock-constant-face) 1419 1420 (face font-lock-string-face) 1420 1430 nil 1430 1431 (face font-lock-string-face) 1431 1467 (face font-lock-constant-face) 1467 1468 (face font-lock-string-face) 1468 1478 nil 1478 1479 (face font-lock-string-face) 1479 1507 (face font-lock-constant-face) 1507 1508 (face font-lock-string-face) 1508 1518 nil 1518 1519 (face font-lock-string-face) 1519 1546 (face font-lock-constant-face) 1546 1547 (face font-lock-string-face) 1547 1557 nil 1557 1558 (face font-lock-string-face) 1558 1574 (face font-lock-constant-face) 1574 1575 (face font-lock-string-face) 1575 1585 nil 1585 1586 (face font-lock-string-face) 1586 1617 (face font-lock-constant-face) 1617 1618 (face font-lock-string-face) 1618 1628 nil 1628 1629 (face font-lock-string-face) 1629 1659 (face font-lock-constant-face) 1659 1660 (face font-lock-string-face) 1660 1670 nil 1670 1671 (face font-lock-string-face) 1671 1703 (face font-lock-constant-face) 1703 1704 (face font-lock-string-face) 1704 1714 nil 1714 1715 (face font-lock-string-face) 1715 1746 (face font-lock-constant-face) 1746 1747 (face font-lock-string-face) 1747 1757 nil 1757 1758 (face font-lock-string-face) 1758 1784 (face font-lock-constant-face) 1784 1785 (face font-lock-string-face) 1785 1795 nil 1795 1796 (face font-lock-string-face) 1796 1821 (face font-lock-constant-face) 1821 1822 (face font-lock-string-face) 1822 1832 nil 1832 1833 (face font-lock-string-face) 1833 1855 (face font-lock-constant-face) 1855 1856 (face font-lock-string-face) 1856 1866 nil 1866 1867 (face font-lock-string-face) 1867 1888 (face font-lock-constant-face) 1888 1889 (face font-lock-string-face) 1889 1899 nil 1899 1900 (face font-lock-string-face) 1900 1927 (face font-lock-constant-face) 1927 1928 (face font-lock-string-face) 1928 1938 nil 1938 1939 (face font-lock-string-face) 1939 1965 (face font-lock-constant-face) 1965 1966 (face font-lock-string-face) 1966 1976 nil 1976 1977 (face font-lock-string-face) 1977 2009 (face font-lock-constant-face) 2009 2010 (face font-lock-string-face) 2010 2020 nil 2020 2021 (face font-lock-string-face) 2021 2052 (face font-lock-constant-face) 2052 2053 (face font-lock-string-face) 2053 2063 nil 2063 2064 (face font-lock-string-face) 2064 2096 (face font-lock-constant-face) 2096 2097 (face font-lock-string-face) 2097 2107 nil 2107 2108 (face font-lock-string-face) 2108 2139 (face font-lock-constant-face) 2139 2140 (face font-lock-string-face) 2140 2150 nil 2150 2151 (face font-lock-string-face) 2151 2188 (face font-lock-constant-face) 2188 2189 (face font-lock-string-face) 2189 2199 nil 2199 2200 (face font-lock-string-face) 2200 2236 (face font-lock-constant-face) 2236 2237 (face font-lock-string-face) 2237 2247 nil 2247 2248 (face font-lock-string-face) 2248 2275 (face font-lock-constant-face) 2275 2276 (face font-lock-string-face) 2276 2286 nil 2286 2287 (face font-lock-string-face) 2287 2313 (face font-lock-constant-face) 2313 2314 (face font-lock-string-face) 2314 2324 nil 2324 2325 (face font-lock-string-face) 2325 2352 (face font-lock-constant-face) 2352 2353 (face font-lock-string-face) 2353 2363 nil 2363 2364 (face font-lock-string-face) 2364 2390 (face font-lock-constant-face) 2390 2391 (face font-lock-string-face) 2391 2401 nil 2401 2402 (face font-lock-string-face) 2402 2427 (face font-lock-constant-face) 2427 2428 (face font-lock-string-face) 2428 2438 nil 2438 2439 (face font-lock-string-face) 2439 2463 (face font-lock-constant-face) 2463 2464 (face font-lock-string-face) 2464 2474 nil 2474 2475 (face font-lock-string-face) 2475 2494 (face font-lock-constant-face) 2494 2495 (face font-lock-string-face) 2495 2505 nil 2505 2506 (face font-lock-string-face) 2506 2524 (face font-lock-constant-face) 2524 2525 (face font-lock-string-face) 2525 2535 nil 2535 2536 (face font-lock-string-face) 2536 2571 (face font-lock-constant-face) 2571 2572 (face font-lock-string-face) 2572 2582 nil 2582 2583 (face font-lock-string-face) 2583 2617 (face font-lock-constant-face) 2617 2618 (face font-lock-string-face) 2618 2628 nil 2628 2629 (face font-lock-string-face) 2629 2668 (face font-lock-constant-face) 2668 2669 (face font-lock-string-face) 2669 2679 nil 2679 2680 (face font-lock-string-face) 2680 2721 (face font-lock-constant-face) 2721 2722 (face font-lock-string-face) 2722 2732 nil 2732 2733 (face font-lock-string-face) 2733 2765 (face font-lock-constant-face) 2765 2766 (face font-lock-string-face) 2766 2776 nil 2776 2777 (face font-lock-string-face) 2777 2808 (face font-lock-constant-face) 2808 2809 (face font-lock-string-face) 2809 2819 nil 2819 2820 (face font-lock-string-face) 2820 2853 (face font-lock-constant-face) 2853 2854 (face font-lock-string-face) 2854 2864 nil 2864 2865 (face font-lock-string-face) 2865 2897 (face font-lock-constant-face) 2897 2898 (face font-lock-string-face) 2898 2908 nil 2908 2909 (face font-lock-string-face) 2909 2943 (face font-lock-constant-face) 2943 2944 (face font-lock-string-face) 2944 2954 nil 2954 2955 (face font-lock-string-face) 2955 2988 (face font-lock-constant-face) 2988 2989 (face font-lock-string-face) 2989 2999 nil 2999 3000 (face font-lock-string-face) 3000 3025 (face font-lock-constant-face) 3025 3026 (face font-lock-string-face) 3026 3036 nil 3036 3037 (face font-lock-string-face) 3037 3061 (face font-lock-constant-face) 3061 3062 (face font-lock-string-face) 3062 3072 nil 3072 3073 (face font-lock-string-face) 3073 3099 (face font-lock-constant-face) 3099 3100 (face font-lock-string-face) 3100 3110 nil 3110 3111 (face font-lock-string-face) 3111 3136 (face font-lock-constant-face) 3136 3137 (face font-lock-string-face) 3137 3147 nil 3147 3148 (face font-lock-string-face) 3148 3172 (face font-lock-constant-face) 3172 3173 (face font-lock-string-face) 3173 3183 nil 3183 3184 (face font-lock-string-face) 3184 3207 (face font-lock-constant-face) 3207 3208 (face font-lock-string-face) 3208 3218 nil 3218 3219 (face font-lock-string-face) 3219 3246 (face font-lock-constant-face) 3246 3247 (face font-lock-string-face) 3247 3257 nil 3257 3258 (face font-lock-string-face) 3258 3284 (face font-lock-constant-face) 3284 3285 (face font-lock-string-face) 3285 3295 nil 3295 3296 (face font-lock-string-face) 3296 3322 (face font-lock-constant-face) 3322 3323 (face font-lock-string-face) 3323 3333 nil 3333 3334 (face font-lock-string-face) 3334 3359 (face font-lock-constant-face) 3359 3360 (face font-lock-string-face) 3360 3370 nil 3370 3371 (face font-lock-string-face) 3371 3409 (face font-lock-constant-face) 3409 3410 (face font-lock-string-face) 3410 3420 nil 3420 3421 (face font-lock-string-face) 3421 3458 (face font-lock-constant-face) 3458 3459 (face font-lock-string-face) 3459 3469 nil 3469 3470 (face font-lock-string-face) 3470 3498 (face font-lock-constant-face) 3498 3499 (face font-lock-string-face) 3499 3509 nil 3509 3510 (face font-lock-string-face) 3510 3537 (face font-lock-constant-face) 3537 3538 (face font-lock-string-face) 3538 3548 nil 3548 3549 (face font-lock-string-face) 3549 3589 (face font-lock-constant-face) 3589 3590 (face font-lock-string-face) 3590 3600 nil 3600 3601 (face font-lock-string-face) 3601 3640 (face font-lock-constant-face) 3640 3641 (face font-lock-string-face) 3641 3651 nil 3651 3652 (face font-lock-string-face) 3652 3693 (face font-lock-constant-face) 3693 3694 (face font-lock-string-face) 3694 3704 nil 3704 3705 (face font-lock-string-face) 3705 3745 (face font-lock-constant-face) 3745 3746 (face font-lock-string-face) 3746 3756 nil 3756 3757 (face font-lock-string-face) 3757 3787 (face font-lock-constant-face) 3787 3788 (face font-lock-string-face) 3788 3798 nil 3798 3799 (face font-lock-string-face) 3799 3828 (face font-lock-constant-face) 3828 3829 (face font-lock-string-face) 3829 3839 nil 3839 3840 (face font-lock-string-face) 3840 3869 (face font-lock-constant-face) 3869 3870 (face font-lock-string-face) 3870 3880 nil 3880 3881 (face font-lock-string-face) 3881 3909 (face font-lock-constant-face) 3909 3910 (face font-lock-string-face) 3910 3920 nil 3920 3921 (face font-lock-string-face) 3921 3945 (face font-lock-constant-face) 3945 3946 (face font-lock-string-face) 3946 3956 nil 3956 3957 (face font-lock-string-face) 3957 3980 (face font-lock-constant-face) 3980 3981 (face font-lock-string-face) 3981 3991 nil 3991 3992 (face font-lock-string-face) 3992 4019 (face font-lock-constant-face) 4019 4020 (face font-lock-string-face) 4020 4030 nil 4030 4031 (face font-lock-string-face) 4031 4057 (face font-lock-constant-face) 4057 4058 (face font-lock-string-face) 4058 4068 nil 4068 4069 (face font-lock-string-face) 4069 4090 (face font-lock-constant-face) 4090 4091 (face font-lock-string-face) 4091 4101 nil 4101 4102 (face font-lock-string-face) 4102 4122 (face font-lock-constant-face) 4122 4123 (face font-lock-string-face) 4123 4133 nil 4133 4134 (face font-lock-string-face) 4134 4157 (face font-lock-constant-face) 4157 4158 (face font-lock-string-face) 4158 4168 nil 4168 4169 (face font-lock-string-face) 4169 4191 (face font-lock-constant-face) 4191 4192 (face font-lock-string-face) 4192 4202 nil 4202 4203 (face font-lock-string-face) 4203 4243 (face font-lock-constant-face) 4243 4244 (face font-lock-string-face) 4244 4254 nil 4254 4255 (face font-lock-string-face) 4255 4294 (face font-lock-constant-face) 4294 4295 (face font-lock-string-face) 4295 4305 nil 4305 4306 (face font-lock-string-face) 4306 4347 (face font-lock-constant-face) 4347 4348 (face font-lock-string-face) 4348 4358 nil 4358 4359 (face font-lock-string-face) 4359 4399 (face font-lock-constant-face) 4399 4400 (face font-lock-string-face) 4400 4410 nil 4410 4411 (face font-lock-string-face) 4411 4441 (face font-lock-constant-face) 4441 4442 (face font-lock-string-face) 4442 4452 nil 4452 4453 (face font-lock-string-face) 4453 4482 (face font-lock-constant-face) 4482 4483 (face font-lock-string-face) 4483 4493 nil 4493 4494 (face font-lock-string-face) 4494 4523 (face font-lock-constant-face) 4523 4524 (face font-lock-string-face) 4524 4534 nil 4534 4535 (face font-lock-string-face) 4535 4563 (face font-lock-constant-face) 4563 4564 (face font-lock-string-face) 4564 4574 nil 4574 4575 (face font-lock-string-face) 4575 4610 (face font-lock-constant-face) 4610 4611 (face font-lock-string-face) 4611 4621 nil 4621 4622 (face font-lock-string-face) 4622 4656 (face font-lock-constant-face) 4656 4657 (face font-lock-string-face) 4657 4667 nil 4667 4668 (face font-lock-string-face) 4668 4697 (face font-lock-constant-face) 4697 4698 (face font-lock-string-face) 4698 4708 nil 4708 4709 (face font-lock-string-face) 4709 4737 (face font-lock-constant-face) 4737 4738 (face font-lock-string-face) 4738 4748 nil 4748 4749 (face font-lock-string-face) 4749 4780 (face font-lock-constant-face) 4780 4781 (face font-lock-string-face) 4781 4791 nil 4791 4792 (face font-lock-string-face) 4792 4822 (face font-lock-constant-face) 4822 4823 (face font-lock-string-face) 4823 4833 nil 4833 4834 (face font-lock-string-face) 4834 4869 (face font-lock-constant-face) 4869 4870 (face font-lock-string-face) 4870 4880 nil 4880 4881 (face font-lock-string-face) 4881 4915 (face font-lock-constant-face) 4915 4916 (face font-lock-string-face) 4916 4926 nil 4926 4927 (face font-lock-string-face) 4927 4948 (face font-lock-constant-face) 4948 4949 (face font-lock-string-face) 4949 4959 nil 4959 4960 (face font-lock-string-face) 4960 4980 (face font-lock-constant-face) 4980 4981 (face font-lock-string-face) 4981 4991 nil 4991 4992 (face font-lock-string-face) 4992 5020 (face font-lock-constant-face) 5020 5021 (face font-lock-string-face) 5021 5031 nil 5031 5032 (face font-lock-string-face) 5032 5059 (face font-lock-constant-face) 5059 5060 (face font-lock-string-face) 5060 5070 nil 5070 5071 (face font-lock-string-face) 5071 5092 (face font-lock-constant-face) 5092 5093 (face font-lock-string-face) 5093 5103 nil 5103 5104 (face font-lock-string-face) 5104 5132 (face font-lock-constant-face) 5132 5133 (face font-lock-string-face) 5133 5143 nil 5143 5144 (face font-lock-string-face) 5144 5171 (face font-lock-constant-face) 5171 5172 (face font-lock-string-face) 5172 5182 nil 5182 5183 (face font-lock-string-face) 5183 5217 (face font-lock-constant-face) 5217 5218 (face font-lock-string-face) 5218 5228 nil 5228 5229 (face font-lock-string-face) 5229 5262 (face font-lock-constant-face) 5262 5263 (face font-lock-string-face) 5263 5273 nil 5273 5274 (face font-lock-string-face) 5274 5297 (face font-lock-constant-face) 5297 5298 (face font-lock-string-face) 5298 5308 nil 5308 5309 (face font-lock-string-face) 5309 5324 (face font-lock-constant-face) 5324 5325 (face font-lock-string-face) 5325 5335 nil 5335 5336 (face font-lock-string-face) 5336 5350 (face font-lock-constant-face) 5350 5351 (face font-lock-string-face) 5351 5361 nil 5361 5362 (face font-lock-string-face) 5362 5380 (face font-lock-constant-face) 5380 5381 (face font-lock-string-face) 5381 5391 nil 5391 5392 (face font-lock-string-face) 5392 5409 (face font-lock-constant-face) 5409 5410 (face font-lock-string-face) 5410 5420 nil 5420 5421 (face font-lock-string-face) 5421 5443 (face font-lock-constant-face) 5443 5444 (face font-lock-string-face) 5444 5454 nil 5454 5455 (face font-lock-string-face) 5455 5476 (face font-lock-constant-face) 5476 5477 (face font-lock-string-face) 5477 5487 nil 5487 5488 (face font-lock-string-face) 5488 5501 (face font-lock-constant-face) 5501 5502 (face font-lock-string-face) 5502 5512 nil 5512 5513 (face font-lock-string-face) 5513 5525 (face font-lock-constant-face) 5525 5526 (face font-lock-string-face) 5526 5536 nil 5536 5537 (face font-lock-string-face) 5537 5561 (face font-lock-constant-face) 5561 5562 (face font-lock-string-face) 5562 5572 nil 5572 5573 (face font-lock-string-face) 5573 5596 (face font-lock-constant-face) 5596 5597 (face font-lock-string-face) 5597 5607 nil 5607 5608 (face font-lock-string-face) 5608 5627 (face font-lock-constant-face) 5627 5628 (face font-lock-string-face) 5628 5638 nil 5638 5639 (face font-lock-string-face) 5639 5657 (face font-lock-constant-face) 5657 5658 (face font-lock-string-face) 5658 5668 nil 5668 5669 (face font-lock-string-face) 5669 5688 (face font-lock-constant-face) 5688 5689 (face font-lock-string-face) 5689 5699 nil 5699 5700 (face font-lock-string-face) 5700 5718 (face font-lock-constant-face) 5718 5719 (face font-lock-string-face) 5719 5729 nil 5729 5730 (face font-lock-string-face) 5730 5752 (face font-lock-constant-face) 5752 5753 (face font-lock-string-face) 5753 5763 nil 5763 5764 (face font-lock-string-face) 5764 5785 (face font-lock-constant-face) 5785 5786 (face font-lock-string-face) 5786 5796 nil 5796 5797 (face font-lock-string-face) 5797 5819 (face font-lock-constant-face) 5819 5820 (face font-lock-string-face) 5820 5830 nil 5830 5831 (face font-lock-string-face) 5831 5852 (face font-lock-constant-face) 5852 5853 (face font-lock-string-face) 5853 5863 nil 5863 5864 (face font-lock-string-face) 5864 5880 (face font-lock-constant-face) 5880 5881 (face font-lock-string-face) 5881 5891 nil 5891 5892 (face font-lock-string-face) 5892 5915 (face font-lock-constant-face) 5915 5916 (face font-lock-string-face) 5916 5926 nil 5926 5927 (face font-lock-string-face) 5927 5942 (face font-lock-constant-face) 5942 5943 (face font-lock-string-face) 5943 5953 nil 5953 5954 (face font-lock-string-face) 5954 5968 (face font-lock-constant-face) 5968 5969 (face font-lock-string-face) 5969 5979 nil 5979 5980 (face font-lock-string-face) 5980 6002 (face font-lock-constant-face) 6002 6003 (face font-lock-string-face) 6003 6013 nil 6013 6014 (face font-lock-string-face) 6014 6035 (face font-lock-constant-face) 6035 6036 (face font-lock-string-face) 6036 6046 nil 6046 6047 (face font-lock-string-face) 6047 6059 (face font-lock-constant-face) 6059 6060 (face font-lock-string-face) 6060 6070 nil 6070 6071 (face font-lock-string-face) 6071 6082 (face font-lock-constant-face) 6082 6083 (face font-lock-string-face) 6083 6093 nil 6093 6094 (face font-lock-string-face) 6094 6119 (face font-lock-constant-face) 6119 6120 (face font-lock-string-face) 6120 6130 nil 6130 6131 (face font-lock-string-face) 6131 6155 (face font-lock-constant-face) 6155 6156 (face font-lock-string-face) 6156 6166 nil 6166 6167 (face font-lock-string-face) 6167 6185 (face font-lock-constant-face) 6185 6186 (face font-lock-string-face) 6186 6196 nil 6196 6197 (face font-lock-string-face) 6197 6212 (face font-lock-constant-face) 6212 6213 (face font-lock-string-face) 6213 6223 nil 6223 6224 (face font-lock-string-face) 6224 6238 (face font-lock-constant-face) 6238 6239 (face font-lock-string-face) 6239 6249 nil 6249 6250 (face font-lock-string-face) 6250 6282 (face font-lock-constant-face) 6282 6283 (face font-lock-string-face) 6283 6293 nil 6293 6294 (face font-lock-string-face) 6294 6325 (face font-lock-constant-face) 6325 6326 (face font-lock-string-face) 6326 6336 nil 6336 6337 (face font-lock-string-face) 6337 6349 (face font-lock-constant-face) 6349 6350 (face font-lock-string-face) 6350 6360 nil 6360 6361 (face font-lock-string-face) 6361 6382 (face font-lock-constant-face) 6382 6383 (face font-lock-string-face) 6383 6393 nil 6393 6394 (face font-lock-string-face) 6394 6413 (face font-lock-constant-face) 6413 6414 (face font-lock-string-face) 6414 6424 nil 6424 6425 (face font-lock-string-face) 6425 6442 (face font-lock-constant-face) 6442 6443 (face font-lock-string-face) 6443 6453 nil 6453 6454 (face font-lock-string-face) 6454 6470 (face font-lock-constant-face) 6470 6471 (face font-lock-string-face) 6471 6481 nil 6481 6482 (face font-lock-string-face) 6482 6504 (face font-lock-constant-face) 6504 6505 (face font-lock-string-face) 6505 6515 nil 6515 6516 (face font-lock-string-face) 6516 6535 (face font-lock-constant-face) 6535 6536 (face font-lock-string-face) 6536 6546 nil 6546 6547 (face font-lock-string-face) 6547 6569 (face font-lock-constant-face) 6569 6570 (face font-lock-string-face) 6570 6580 nil 6580 6581 (face font-lock-string-face) 6581 6602 (face font-lock-constant-face) 6602 6603 (face font-lock-string-face) 6603 6613 nil 6613 6614 (face font-lock-string-face) 6614 6631 (face font-lock-constant-face) 6631 6632 (face font-lock-string-face) 6632 6642 nil 6642 6643 (face font-lock-string-face) 6643 6671 (face font-lock-constant-face) 6671 6672 (face font-lock-string-face) 6672 6682 nil 6682 6683 (face font-lock-string-face) 6683 6710 (face font-lock-constant-face) 6710 6711 (face font-lock-string-face) 6711 6721 nil 6721 6722 (face font-lock-string-face) 6722 6738 (face font-lock-constant-face) 6738 6739 (face font-lock-string-face) 6739 6749 nil 6749 6750 (face font-lock-string-face) 6750 6765 (face font-lock-constant-face) 6765 6766 (face font-lock-string-face) 6766 6776 nil 6776 6777 (face font-lock-string-face) 6777 6800 (face font-lock-constant-face) 6800 6801 (face font-lock-string-face) 6801 6811 nil 6811 6812 (face font-lock-string-face) 6812 6834 (face font-lock-constant-face) 6834 6835 (face font-lock-string-face) 6835 6845 nil 6845 6846 (face font-lock-string-face) 6846 6860 (face font-lock-constant-face) 6860 6861 (face font-lock-string-face) 6861 6871 nil 6871 6872 (face font-lock-string-face) 6872 6885 (face font-lock-constant-face) 6885 6886 (face font-lock-string-face) 6886 6896 nil 6896 6897 (face font-lock-string-face) 6897 6920 (face font-lock-constant-face) 6920 6921 (face font-lock-string-face) 6921 6931 nil 6931 6932 (face font-lock-string-face) 6932 6954 (face font-lock-constant-face) 6954 6955 (face font-lock-string-face) 6955 6965 nil 6965 6966 (face font-lock-string-face) 6966 6986 (face font-lock-constant-face) 6986 6987 (face font-lock-string-face) 6987 6997 nil 6997 6998 (face font-lock-string-face) 6998 7017 (face font-lock-constant-face) 7017 7018 (face font-lock-string-face) 7018 7028 nil 7028 7029 (face font-lock-string-face) 7029 7050 (face font-lock-constant-face) 7050 7051 (face font-lock-string-face) 7051 7061 nil 7061 7062 (face font-lock-string-face) 7062 7082 (face font-lock-constant-face) 7082 7083 (face font-lock-string-face) 7083 7093 nil 7093 7094 (face font-lock-string-face) 7094 7122 (face font-lock-constant-face) 7122 7123 (face font-lock-string-face) 7123 7133 nil 7133 7134 (face font-lock-string-face) 7134 7161 (face font-lock-constant-face) 7161 7162 (face font-lock-string-face) 7162 7172 nil 7172 7173 (face font-lock-string-face) 7173 7194 (face font-lock-constant-face) 7194 7195 (face font-lock-string-face) 7195 7205 nil 7205 7206 (face font-lock-string-face) 7206 7226 (face font-lock-constant-face) 7226 7227 (face font-lock-string-face) 7227 7237 nil 7237 7238 (face font-lock-string-face) 7238 7266 (face font-lock-constant-face) 7266 7267 (face font-lock-string-face) 7267 7277 nil 7277 7278 (face font-lock-string-face) 7278 7305 (face font-lock-constant-face) 7305 7306 (face font-lock-string-face) 7306 7316 nil 7316 7317 (face font-lock-string-face) 7317 7336 (face font-lock-constant-face) 7336 7337 (face font-lock-string-face) 7337 7347 nil 7347 7348 (face font-lock-string-face) 7348 7366 (face font-lock-constant-face) 7366 7367 (face font-lock-string-face) 7367 7377 nil 7377 7378 (face font-lock-string-face) 7378 7399 (face font-lock-constant-face) 7399 7400 (face font-lock-string-face) 7400 7410 nil 7410 7411 (face font-lock-string-face) 7411 7429 (face font-lock-constant-face) 7429 7430 (face font-lock-string-face) 7430 7440 nil 7440 7441 (face font-lock-string-face) 7441 7458 (face font-lock-constant-face) 7458 7459 (face font-lock-string-face) 7459 7469 nil 7469 7470 (face font-lock-string-face) 7470 7493 (face font-lock-constant-face) 7493 7494 (face font-lock-string-face) 7494 7504 nil 7504 7505 (face font-lock-string-face) 7505 7527 (face font-lock-constant-face) 7527 7528 (face font-lock-string-face) 7528 7538 nil 7538 7539 (face font-lock-string-face) 7539 7562 (face font-lock-constant-face) 7562 7563 (face font-lock-string-face) 7563 7573 nil 7573 7574 (face font-lock-string-face) 7574 7596 (face font-lock-constant-face) 7596 7597 (face font-lock-string-face) 7597 7607 nil 7607 7608 (face font-lock-string-face) 7608 7631 (face font-lock-constant-face) 7631 7632 (face font-lock-string-face) 7632 7642 nil 7642 7643 (face font-lock-string-face) 7643 7665 (face font-lock-constant-face) 7665 7666 (face font-lock-string-face) 7666 7676 nil 7676 7677 (face font-lock-string-face) 7677 7705 (face font-lock-constant-face) 7705 7706 (face font-lock-string-face) 7706 7716 nil 7716 7717 (face font-lock-string-face) 7717 7744 (face font-lock-constant-face) 7744 7745 (face font-lock-string-face) 7745 7755 nil 7755 7756 (face font-lock-string-face) 7756 7791 (face font-lock-constant-face) 7791 7792 (face font-lock-string-face) 7792 7802 nil 7802 7803 (face font-lock-string-face) 7803 7837 (face font-lock-constant-face) 7837 7838 (face font-lock-string-face) 7838 7848 nil 7848 7849 (face font-lock-string-face) 7849 7879 (face font-lock-constant-face) 7879 7880 (face font-lock-string-face) 7880 7890 nil 7890 7891 (face font-lock-string-face) 7891 7920 (face font-lock-constant-face) 7920 7921 (face font-lock-string-face) 7921 7931 nil 7931 7932 (face font-lock-string-face) 7932 7962 (face font-lock-constant-face) 7962 7963 (face font-lock-string-face) 7963 7973 nil 7973 7974 (face font-lock-string-face) 7974 8003 (face font-lock-constant-face) 8003 8004 (face font-lock-string-face) 8004 8014 nil 8014 8015 (face font-lock-string-face) 8015 8039 (face font-lock-constant-face) 8039 8040 (face font-lock-string-face) 8040 8050 nil 8050 8051 (face font-lock-string-face) 8051 8074 (face font-lock-constant-face) 8074 8075 (face font-lock-string-face) 8075 8085 nil 8085 8086 (face font-lock-string-face) 8086 8116 (face font-lock-constant-face) 8116 8117 (face font-lock-string-face) 8117 8127 nil 8127 8128 (face font-lock-string-face) 8128 8152 (face font-lock-constant-face) 8152 8153 (face font-lock-string-face) 8153 8163 nil 8163 8164 (face font-lock-string-face) 8164 8187 (face font-lock-constant-face) 8187 8188 (face font-lock-string-face) 8188 8198 nil 8198 8199 (face font-lock-string-face) 8199 8230 (face font-lock-constant-face) 8230 8231 (face font-lock-string-face) 8231 8241 nil 8241 8242 (face font-lock-string-face) 8242 8272 (face font-lock-constant-face) 8272 8273 (face font-lock-string-face) 8273 8283 nil 8283 8284 (face font-lock-string-face) 8284 8309 (face font-lock-constant-face) 8309 8310 (face font-lock-string-face) 8310 8320 nil 8320 8321 (face font-lock-string-face) 8321 8345 (face font-lock-constant-face) 8345 8346 (face font-lock-string-face) 8346 8356 nil 8356 8357 (face font-lock-string-face) 8357 8399 (face font-lock-constant-face) 8399 8400 (face font-lock-string-face) 8400 8410 nil 8410 8411 (face font-lock-string-face) 8411 8452 (face font-lock-constant-face) 8452 8453 (face font-lock-string-face) 8453 8463 nil 8463 8464 (face font-lock-string-face) 8464 8486 (face font-lock-constant-face) 8486 8487 (face font-lock-string-face) 8487 8497 nil 8497 8498 (face font-lock-string-face) 8498 8519 (face font-lock-constant-face) 8519 8520 (face font-lock-string-face) 8520 8530 nil 8530 8531 (face font-lock-string-face) 8531 8562 (face font-lock-constant-face) 8562 8563 (face font-lock-string-face) 8563 8573 nil 8573 8574 (face font-lock-string-face) 8574 8604 (face font-lock-constant-face) 8604 8605 (face font-lock-string-face) 8605 8615 nil 8615 8616 (face font-lock-string-face) 8616 8643 (face font-lock-constant-face) 8643 8644 (face font-lock-string-face) 8644 8654 nil 8654 8655 (face font-lock-string-face) 8655 8681 (face font-lock-constant-face) 8681 8682 (face font-lock-string-face) 8682 8692 nil 8692 8693 (face font-lock-string-face) 8693 8721 (face font-lock-constant-face) 8721 8722 (face font-lock-string-face) 8722 8732 nil 8732 8733 (face font-lock-string-face) 8733 8760 (face font-lock-constant-face) 8760 8761 (face font-lock-string-face) 8761 8771 nil 8771 8772 (face font-lock-string-face) 8772 8805 (face font-lock-constant-face) 8805 8806 (face font-lock-string-face) 8806 8816 nil 8816 8817 (face font-lock-string-face) 8817 8849 (face font-lock-constant-face) 8849 8850 (face font-lock-string-face) 8850 8860 nil 8860 8861 (face font-lock-string-face) 8861 8892 (face font-lock-constant-face) 8892 8893 (face font-lock-string-face) 8893 8903 nil 8903 8904 (face font-lock-string-face) 8904 8934 (face font-lock-constant-face) 8934 8935 (face font-lock-string-face) 8935 8945 nil 8945 8946 (face font-lock-string-face) 8946 8978 (face font-lock-constant-face) 8978 8979 (face font-lock-string-face) 8979 8989 nil 8989 8990 (face font-lock-string-face) 8990 9021 (face font-lock-constant-face) 9021 9022 (face font-lock-string-face) 9022 9032 nil 9032 9033 (face font-lock-string-face) 9033 9063 (face font-lock-constant-face) 9063 9064 (face font-lock-string-face) 9064 9074 nil 9074 9075 (face font-lock-string-face) 9075 9104 (face font-lock-constant-face) 9104 9105 (face font-lock-string-face) 9105 9115 nil 9115 9116 (face font-lock-string-face) 9116 9158 (face font-lock-constant-face) 9158 9159 (face font-lock-string-face) 9159 9169 nil 9169 9170 (face font-lock-string-face) 9170 9211 (face font-lock-constant-face) 9211 9212 (face font-lock-string-face) 9212 9222 nil 9222 9223 (face font-lock-string-face) 9223 9272 (face font-lock-constant-face) 9272 9273 (face font-lock-string-face) 9273 9283 nil 9283 9284 (face font-lock-string-face) 9284 9332 (face font-lock-constant-face) 9332 9333 (face font-lock-string-face) 9333 9343 nil 9343 9344 (face font-lock-string-face) 9344 9388 (face font-lock-constant-face) 9388 9389 (face font-lock-string-face) 9389 9399 nil 9399 9400 (face font-lock-string-face) 9400 9445 (face font-lock-constant-face) 9445 9446 (face font-lock-string-face) 9446 9456 nil 9456 9457 (face font-lock-string-face) 9457 9507 (face font-lock-constant-face) 9507 9508 (face font-lock-string-face) 9508 9518 nil 9518 9519 (face font-lock-string-face) 9519 9570 (face font-lock-constant-face) 9570 9571 (face font-lock-string-face) 9571 9581 nil 9581 9582 (face font-lock-string-face) 9582 9611 (face font-lock-constant-face) 9611 9612 (face font-lock-string-face) 9612 9622 nil 9622 9623 (face font-lock-string-face) 9623 9659 (face font-lock-constant-face) 9659 9660 (face font-lock-string-face) 9660 9670 nil 9670 9671 (face font-lock-string-face) 9671 9714 (face font-lock-constant-face) 9714 9715 (face font-lock-string-face) 9715 9725 nil 9725 9726 (face font-lock-string-face) 9726 9768 (face font-lock-constant-face) 9768 9769 (face font-lock-string-face) 9769 9779 nil 9779 9780 (face font-lock-string-face) 9780 9816 (face font-lock-constant-face) 9816 9817 (face font-lock-string-face) 9817 9827 nil 9827 9828 (face font-lock-string-face) 9828 9863 (face font-lock-constant-face) 9863 9864 (face font-lock-string-face) 9864 9874 nil 9874 9875 (face font-lock-string-face) 9875 9910 (face font-lock-constant-face) 9910 9911 (face font-lock-string-face) 9911 9921 nil 9921 9922 (face font-lock-string-face) 9922 9958 (face font-lock-constant-face) 9958 9959 (face font-lock-string-face) 9959 9969 nil 9969 9970 (face font-lock-string-face) 9970 10005 (face font-lock-constant-face) 10005 10006 (face font-lock-string-face) 10006 10016 nil 10016 10017 (face font-lock-string-face) 10017 10050 (face font-lock-constant-face) 10050 10051 (face font-lock-string-face) 10051 10061 nil 10061 10062 (face font-lock-string-face) 10062 10094 (face font-lock-constant-face) 10094 10095 (face font-lock-string-face) 10095 10105 nil 10105 10106 (face font-lock-string-face) 10106 10150 (face font-lock-constant-face) 10150 10151 (face font-lock-string-face) 10151 10161 nil 10161 10162 (face font-lock-string-face) 10162 10198 (face font-lock-constant-face) 10198 10199 (face font-lock-string-face) 10199 10209 nil 10209 10210 (face font-lock-string-face) 10210 10245 (face font-lock-constant-face) 10245 10246 (face font-lock-string-face) 10246 10256 nil 10256 10257 (face font-lock-string-face) 10257 10296 (face font-lock-constant-face) 10296 10297 (face font-lock-string-face) 10297 10307 nil 10307 10308 (face font-lock-string-face) 10308 10346 (face font-lock-constant-face) 10346 10347 (face font-lock-string-face) 10347 10357 nil 10357 10358 (face font-lock-string-face) 10358 10403 (face font-lock-constant-face) 10403 10404 (face font-lock-string-face) 10404 10414 nil 10414 10415 (face font-lock-string-face) 10415 10459 (face font-lock-constant-face) 10459 10460 (face font-lock-string-face) 10460 10470 nil 10470 10471 (face font-lock-string-face) 10471 10487 (face font-lock-constant-face) 10487 10488 (face font-lock-string-face) 10488 10498 nil 10498 10499 (face font-lock-string-face) 10499 10514 (face font-lock-constant-face) 10514 10515 (face font-lock-string-face) 10515 10525 nil 10525 10526 (face font-lock-string-face) 10526 10559 (face font-lock-constant-face) 10559 10560 (face font-lock-string-face) 10560 10570 nil 10570 10571 (face font-lock-string-face) 10571 10603 (face font-lock-constant-face) 10603 10604 (face font-lock-string-face) 10604 10614 nil 10614 10615 (face font-lock-string-face) 10615 10636 (face font-lock-constant-face) 10636 10637 (face font-lock-string-face) 10637 10647 nil 10647 10648 (face font-lock-string-face) 10648 10675 (face font-lock-constant-face) 10675 10676 (face font-lock-string-face) 10676 10686 nil 10686 10687 (face font-lock-string-face) 10687 10713 (face font-lock-constant-face) 10713 10714 (face font-lock-string-face) 10714 10724 nil 10724 10725 (face font-lock-string-face) 10725 10755 (face font-lock-constant-face) 10755 10756 (face font-lock-string-face) 10756 10766 nil 10766 10767 (face font-lock-string-face) 10767 10796 (face font-lock-constant-face) 10796 10797 (face font-lock-string-face) 10797 10807 nil 10807 10808 (face font-lock-string-face) 10808 10845 (face font-lock-constant-face) 10845 10846 (face font-lock-string-face) 10846 10856 nil 10856 10857 (face font-lock-string-face) 10857 10893 (face font-lock-constant-face) 10893 10894 (face font-lock-string-face) 10894 10904 nil 10904 10905 (face font-lock-string-face) 10905 10929 (face font-lock-constant-face) 10929 10930 (face font-lock-string-face) 10930 10940 nil 10940 10941 (face font-lock-string-face) 10941 10964 (face font-lock-constant-face) 10964 10965 (face font-lock-string-face) 10965 10975 nil 10975 10976 (face font-lock-string-face) 10976 10995 (face font-lock-constant-face) 10995 10996 (face font-lock-string-face) 10996 11006 nil 11006 11007 (face font-lock-string-face) 11007 11025 (face font-lock-constant-face) 11025 11026 (face font-lock-string-face) 11026 11036 nil 11036 11037 (face font-lock-string-face) 11037 11063 (face font-lock-constant-face) 11063 11064 (face font-lock-string-face) 11064 11074 nil 11074 11075 (face font-lock-string-face) 11075 11100 (face font-lock-constant-face) 11100 11101 (face font-lock-string-face) 11101 11111 nil 11111 11112 (face font-lock-string-face) 11112 11138 (face font-lock-constant-face) 11138 11139 (face font-lock-string-face) 11139 11149 nil 11149 11150 (face font-lock-string-face) 11150 11175 (face font-lock-constant-face) 11175 11176 (face font-lock-string-face) 11176 11193 nil 11193 11194 (face font-lock-string-face) 11194 11219 (face font-lock-keyword-face) 11219 11220 (face font-lock-string-face) 11220 11232 nil 11232 11233 (face font-lock-string-face) 11233 11245 (face font-lock-keyword-face) 11245 11246 (face font-lock-string-face) 11246 11260 nil 11260 11261 (face font-lock-string-face) 11261 11263 (face font-lock-constant-face) 11263 11264 (face font-lock-string-face) 11264 11292 nil 11292 11293 (face font-lock-string-face) 11293 11303 (face font-lock-keyword-face) 11303 11304 (face font-lock-string-face) 11304 11316 nil 11316 11381 (face font-lock-comment-face) 11381 11389 nil 11389 11439 (face font-lock-comment-face) 11439 11448 nil 11448 11449 (face font-lock-string-face) 11449 11464 (face font-lock-variable-name-face) 11464 11465 (face font-lock-string-face) 11465 11479 nil 11479 11480 (face font-lock-string-face) 11480 11492 (face font-lock-keyword-face) 11492 11493 (face font-lock-string-face) 11493 11509 nil 11509 11510 (face font-lock-string-face) 11510 11549 (face font-lock-function-name-face) 11549 11550 (face font-lock-string-face) 11550 11586 nil 11586 11587 (face font-lock-string-face) 11587 11602 (face font-lock-variable-name-face) 11602 11603 (face font-lock-string-face) 11603 11617 nil 11617 11618 (face font-lock-string-face) 11618 11626 (face font-lock-keyword-face) 11626 11627 (face font-lock-string-face) 11627 11643 nil 11643 11644 (face font-lock-string-face) 11644 11663 (face font-lock-constant-face) 11663 11664 (face font-lock-string-face) 11664 11678 nil 11678 11679 (face font-lock-string-face) 11679 11702 (face font-lock-constant-face) 11702 11703 (face font-lock-string-face) 11703 11717 nil 11717 11718 (face font-lock-string-face) 11718 11740 (face font-lock-constant-face) 11740 11741 (face font-lock-string-face) 11741 11755 nil 11755 11756 (face font-lock-string-face) 11756 11779 (face font-lock-constant-face) 11779 11780 (face font-lock-string-face) 11780 11794 nil 11794 11795 (face font-lock-string-face) 11795 11817 (face font-lock-constant-face) 11817 11818 (face font-lock-string-face) 11818 11832 nil 11832 11833 (face font-lock-string-face) 11833 11861 (face font-lock-constant-face) 11861 11862 (face font-lock-string-face) 11862 11876 nil 11876 11877 (face font-lock-string-face) 11877 11904 (face font-lock-constant-face) 11904 11905 (face font-lock-string-face) 11905 11919 nil 11919 11920 (face font-lock-string-face) 11920 11950 (face font-lock-constant-face) 11950 11951 (face font-lock-string-face) 11951 11965 nil 11965 11966 (face font-lock-string-face) 11966 11995 (face font-lock-constant-face) 11995 11996 (face font-lock-string-face) 11996 12010 nil 12010 12011 (face font-lock-string-face) 12011 12035 (face font-lock-constant-face) 12035 12036 (face font-lock-string-face) 12036 12050 nil 12050 12051 (face font-lock-string-face) 12051 12074 (face font-lock-constant-face) 12074 12075 (face font-lock-string-face) 12075 12089 nil 12089 12090 (face font-lock-string-face) 12090 12120 (face font-lock-constant-face) 12120 12121 (face font-lock-string-face) 12121 12135 nil 12135 12136 (face font-lock-string-face) 12136 12167 (face font-lock-constant-face) 12167 12168 (face font-lock-string-face) 12168 12182 nil 12182 12183 (face font-lock-string-face) 12183 12213 (face font-lock-constant-face) 12213 12214 (face font-lock-string-face) 12214 12228 nil 12228 12229 (face font-lock-string-face) 12229 12254 (face font-lock-constant-face) 12254 12255 (face font-lock-string-face) 12255 12269 nil 12269 12270 (face font-lock-string-face) 12270 12294 (face font-lock-constant-face) 12294 12295 (face font-lock-string-face) 12295 12309 nil 12309 12310 (face font-lock-string-face) 12310 12352 (face font-lock-constant-face) 12352 12353 (face font-lock-string-face) 12353 12367 nil 12367 12368 (face font-lock-string-face) 12368 12409 (face font-lock-constant-face) 12409 12410 (face font-lock-string-face) 12410 12424 nil 12424 12425 (face font-lock-string-face) 12425 12447 (face font-lock-constant-face) 12447 12448 (face font-lock-string-face) 12448 12462 nil 12462 12463 (face font-lock-string-face) 12463 12484 (face font-lock-constant-face) 12484 12485 (face font-lock-string-face) 12485 12499 nil 12499 12500 (face font-lock-string-face) 12500 12531 (face font-lock-constant-face) 12531 12532 (face font-lock-string-face) 12532 12546 nil 12546 12547 (face font-lock-string-face) 12547 12577 (face font-lock-constant-face) 12577 12578 (face font-lock-string-face) 12578 12592 nil 12592 12593 (face font-lock-string-face) 12593 12621 (face font-lock-constant-face) 12621 12622 (face font-lock-string-face) 12622 12636 nil 12636 12637 (face font-lock-string-face) 12637 12664 (face font-lock-constant-face) 12664 12665 (face font-lock-string-face) 12665 12679 nil 12679 12680 (face font-lock-string-face) 12680 12707 (face font-lock-constant-face) 12707 12708 (face font-lock-string-face) 12708 12722 nil 12722 12723 (face font-lock-string-face) 12723 12749 (face font-lock-constant-face) 12749 12750 (face font-lock-string-face) 12750 12764 nil 12764 12765 (face font-lock-string-face) 12765 12791 (face font-lock-constant-face) 12791 12792 (face font-lock-string-face) 12792 12806 nil 12806 12807 (face font-lock-string-face) 12807 12832 (face font-lock-constant-face) 12832 12833 (face font-lock-string-face) 12833 12868 nil 12868 12937 (face font-lock-comment-face) 12937 12945 nil 12945 13016 (face font-lock-comment-face) 13016 13024 nil 13024 13040 (face font-lock-comment-face) 13040 13049 nil 13049 13050 (face font-lock-string-face) 13050 13065 (face font-lock-variable-name-face) 13065 13066 (face font-lock-string-face) 13066 13080 nil 13080 13081 (face font-lock-string-face) 13081 13089 (face font-lock-keyword-face) 13089 13090 (face font-lock-string-face) 13090 13105 nil 13105 13106 (face font-lock-string-face) 13106 13149 (face font-lock-constant-face) 13149 13150 (face font-lock-string-face) 13150 13175 nil 13175 13176 (face font-lock-string-face) 13176 13183 (face font-lock-keyword-face) 13183 13184 (face font-lock-string-face) 13184 13199 nil 13199 13200 (face font-lock-string-face) 13200 13248 (face font-lock-constant-face) 13248 13249 (face font-lock-string-face) 13249 13274 nil 13274 13275 (face font-lock-string-face) 13275 13288 (face font-lock-keyword-face) 13288 13289 (face font-lock-string-face) 13289 13305 nil 13305 13306 (face font-lock-string-face) 13306 13315 (face font-lock-keyword-face) 13315 13316 (face font-lock-string-face) 13316 13334 nil 13334 13335 (face font-lock-string-face) 13335 13345 (face font-lock-constant-face) 13345 13346 (face font-lock-string-face) 13346 13397 nil 13397 13398 (face font-lock-string-face) 13398 13443 (face font-lock-variable-name-face) 13443 13444 (face font-lock-string-face) 13444 13458 nil 13458 13459 (face font-lock-string-face) 13459 13472 (face font-lock-keyword-face) 13472 13473 (face font-lock-string-face) 13473 13489 nil 13489 13490 (face font-lock-string-face) 13490 13499 (face font-lock-keyword-face) 13499 13500 (face font-lock-string-face) 13500 13518 nil 13518 13519 (face font-lock-string-face) 13519 13527 (face font-lock-constant-face) 13527 13528 (face font-lock-string-face) 13528 13579 nil 13579 13580 (face font-lock-string-face) 13580 13593 (face font-lock-variable-name-face) 13593 13594 (face font-lock-string-face) 13594 13608 nil 13608 13609 (face font-lock-string-face) 13609 13617 (face font-lock-keyword-face) 13617 13618 (face font-lock-string-face) 13618 13623 nil 13623 13624 (face font-lock-string-face) 13624 13631 (face font-lock-constant-face) 13631 13632 (face font-lock-string-face) 13632 13634 nil 13634 13635 (face font-lock-string-face) 13635 13641 (face font-lock-constant-face) 13641 13642 (face font-lock-string-face) 13642 13671 nil 13671 13672 (face font-lock-string-face) 13672 13679 (face font-lock-constant-face) 13679 13680 (face font-lock-string-face) 13680 13682 nil 13682 13683 (face font-lock-string-face) 13683 13703 (face font-lock-constant-face) 13703 13704 (face font-lock-string-face) 13704 13720 nil 13720 13721 (face font-lock-string-face) 13721 13734 (face font-lock-keyword-face) 13734 13735 (face font-lock-string-face) 13735 13751 nil 13751 13752 (face font-lock-string-face) 13752 13761 (face font-lock-keyword-face) 13761 13762 (face font-lock-string-face) 13762 13815 nil 13815 13816 (face font-lock-string-face) 13816 13829 (face font-lock-variable-name-face) 13829 13830 (face font-lock-string-face) 13830 13844 nil 13844 13845 (face font-lock-string-face) 13845 13853 (face font-lock-keyword-face) 13853 13854 (face font-lock-string-face) 13854 13870 nil 13870 13871 (face font-lock-string-face) 13871 13909 (face font-lock-constant-face) 13909 13910 (face font-lock-string-face) 13910 13924 nil 13924 13925 (face font-lock-string-face) 13925 13962 (face font-lock-constant-face) 13962 13963 (face font-lock-string-face) 13963 13999 nil 13999 14000 (face font-lock-string-face) 14000 14011 (face font-lock-variable-name-face) 14011 14012 (face font-lock-string-face) 14012 14026 nil 14026 14027 (face font-lock-string-face) 14027 14036 (face font-lock-keyword-face) 14036 14037 (face font-lock-string-face) 14037 14053 nil 14053 14054 (face font-lock-string-face) 14054 14064 (face font-lock-keyword-face) 14064 14065 (face font-lock-string-face) 14065 14084 nil 14084 14085 (face font-lock-string-face) 14085 14096 (face font-lock-variable-name-face) 14096 14097 (face font-lock-string-face) 14097 14117 nil 14117 14129 (face font-lock-string-face) 14129 14131 nil 14131 14169 (face font-lock-string-face) 14169 14176 (face font-lock-variable-name-face) 14176 14182 (face font-lock-string-face) 14182 14193 (face font-lock-variable-name-face) 14193 14196 (face font-lock-string-face) 14196 14233 nil 14233 14245 (face font-lock-string-face) 14245 14247 nil 14247 14259 (face font-lock-string-face) 14259 14316 nil 14316 14317 (face font-lock-string-face) 14317 14327 (face font-lock-keyword-face) 14327 14328 (face font-lock-string-face) 14328 14345 nil 14345 14346 (face font-lock-string-face) 14346 14359 (face font-lock-variable-name-face) 14359 14360 (face font-lock-string-face) 14360 14378 nil 14378 14379 (face font-lock-string-face) 14379 14385 (face font-lock-keyword-face) 14385 14386 (face font-lock-string-face) 14386 14406 nil 14406 14411 (face font-lock-string-face) 14411 14413 (face font-lock-variable-name-face) 14413 14423 (face font-lock-variable-name-face) 14423 14443 (face font-lock-string-face) 14443 14476 nil 14476 14477 (face font-lock-string-face) 14477 14490 (face font-lock-keyword-face) 14490 14491 (face font-lock-string-face) 14491 14511 nil 14511 14512 (face font-lock-string-face) 14512 14521 (face font-lock-keyword-face) 14521 14522 (face font-lock-string-face) 14522 14544 nil 14544 14545 (face font-lock-string-face) 14545 14549 (face font-lock-constant-face) 14549 14551 (face font-lock-variable-name-face) 14551 14561 (face font-lock-variable-name-face) 14561 14578 (face font-lock-constant-face) 14578 14579 (face font-lock-string-face) 14579 14631 nil 14631 14632 (face font-lock-string-face) 14632 14639 (face font-lock-keyword-face) 14639 14640 (face font-lock-string-face) 14640 14660 nil 14660 14661 (face font-lock-string-face) 14661 14669 (face font-lock-preprocessor-face) 14669 14670 (face font-lock-string-face) 14670 14707 nil 14707 14729 (face font-lock-comment-face) 14729 14743 nil 14743 14744 (face font-lock-string-face) 14744 14752 (face font-lock-keyword-face) 14752 14753 (face font-lock-string-face) 14753 14773 nil 14773 14774 (face font-lock-string-face) 14774 14800 (face font-lock-constant-face) 14800 14801 (face font-lock-string-face) 14801 14819 nil 14819 14820 (face font-lock-string-face) 14820 14845 (face font-lock-constant-face) 14845 14846 (face font-lock-string-face) 14846 14915 nil 14915 14916 (face font-lock-string-face) 14916 14929 (face font-lock-variable-name-face) 14929 14930 (face font-lock-string-face) 14930 14944 nil 14944 14945 (face font-lock-string-face) 14945 14955 (face font-lock-keyword-face) 14955 14956 (face font-lock-string-face) 14956 14973 nil 14973 14974 (face font-lock-string-face) 14974 14993 (face font-lock-variable-name-face) 14993 14994 (face font-lock-string-face) 14994 15012 nil 15012 15013 (face font-lock-string-face) 15013 15019 (face font-lock-keyword-face) 15019 15020 (face font-lock-string-face) 15020 15040 nil 15040 15075 (face font-lock-string-face) 15075 15108 nil 15108 15109 (face font-lock-string-face) 15109 15122 (face font-lock-keyword-face) 15122 15123 (face font-lock-string-face) 15123 15143 nil 15143 15144 (face font-lock-string-face) 15144 15153 (face font-lock-keyword-face) 15153 15154 (face font-lock-string-face) 15154 15176 nil 15176 15177 (face font-lock-string-face) 15177 15215 (face font-lock-constant-face) 15215 15216 (face font-lock-string-face) 15216 15268 nil 15268 15269 (face font-lock-string-face) 15269 15276 (face font-lock-keyword-face) 15276 15277 (face font-lock-string-face) 15277 15297 nil 15297 15298 (face font-lock-string-face) 15298 15312 (face font-lock-preprocessor-face) 15312 15313 (face font-lock-string-face) 15313 15350 nil 15350 15378 (face font-lock-comment-face) 15378 15392 nil 15392 15393 (face font-lock-string-face) 15393 15401 (face font-lock-keyword-face) 15401 15402 (face font-lock-string-face) 15402 15422 nil 15422 15423 (face font-lock-string-face) 15423 15450 (face font-lock-constant-face) 15450 15451 (face font-lock-string-face) 15451 15469 nil 15469 15470 (face font-lock-string-face) 15470 15496 (face font-lock-constant-face) 15496 15497 (face font-lock-string-face) 15497 15566 nil 15566 15567 (face font-lock-string-face) 15567 15600 (face font-lock-variable-name-face) 15600 15601 (face font-lock-string-face) 15601 15615 nil 15615 15663 (face font-lock-comment-face) 15663 15673 nil 15673 15674 (face font-lock-string-face) 15674 15682 (face font-lock-keyword-face) 15682 15683 (face font-lock-string-face) 15683 15699 nil 15699 15700 (face font-lock-string-face) 15700 15743 (face font-lock-constant-face) 15743 15744 (face font-lock-string-face) 15744 15758 nil 15758 15759 (face font-lock-string-face) 15759 15801 (face font-lock-constant-face) 15801 15802 (face font-lock-string-face) 15802 15838 nil 15838 15839 (face font-lock-string-face) 15839 15848 (face font-lock-variable-name-face) 15848 15849 (face font-lock-string-face) 15849 15863 nil 15863 15864 (face font-lock-string-face) 15864 15877 (face font-lock-keyword-face) 15877 15878 (face font-lock-string-face) 15878 15894 nil 15894 15895 (face font-lock-string-face) 15895 15904 (face font-lock-keyword-face) 15904 15905 (face font-lock-string-face) 15905 15923 nil 15923 15924 (face font-lock-string-face) 15924 15980 (face font-lock-constant-face) 15980 15981 (face font-lock-string-face) 15981 15997 nil 15997 15998 (face font-lock-string-face) 15998 16057 (face font-lock-constant-face) 16057 16058 (face font-lock-string-face) 16058 16074 nil 16074 16075 (face font-lock-string-face) 16075 16131 (face font-lock-constant-face) 16131 16132 (face font-lock-string-face) 16132 16148 nil 16148 16149 (face font-lock-string-face) 16149 16205 (face font-lock-constant-face) 16205 16206 (face font-lock-string-face) 16206 16222 nil 16222 16223 (face font-lock-string-face) 16223 16275 (face font-lock-constant-face) 16275 16276 (face font-lock-string-face) 16276 16327 nil 16327 16328 (face font-lock-string-face) 16328 16337 (face font-lock-variable-name-face) 16337 16338 (face font-lock-string-face) 16338 16352 nil 16352 16353 (face font-lock-string-face) 16353 16361 (face font-lock-keyword-face) 16361 16362 (face font-lock-string-face) 16362 16378 nil 16378 16379 (face font-lock-string-face) 16379 16406 (face font-lock-constant-face) 16406 16407 (face font-lock-string-face) 16407 16421 nil 16421 16422 (face font-lock-string-face) 16422 16448 (face font-lock-constant-face) 16448 16449 (face font-lock-string-face) 16449 16463 nil 16463 16464 (face font-lock-string-face) 16464 16507 (face font-lock-constant-face) 16507 16508 (face font-lock-string-face) 16508 16522 nil 16522 16523 (face font-lock-string-face) 16523 16565 (face font-lock-constant-face) 16565 16566 (face font-lock-string-face) 16566 16602 nil 16602 16603 (face font-lock-string-face) 16603 16646 (face font-lock-variable-name-face) 16646 16647 (face font-lock-string-face) 16647 16661 nil 16661 16662 (face font-lock-string-face) 16662 16669 (face font-lock-keyword-face) 16669 16670 (face font-lock-string-face) 16670 16686 nil 16686 16687 (face font-lock-string-face) 16687 16697 (face font-lock-constant-face) 16697 16698 (face font-lock-string-face) 16698 16712 nil 16712 16713 (face font-lock-string-face) 16713 16722 (face font-lock-constant-face) 16722 16723 (face font-lock-string-face) 16723 16737 nil 16737 16738 (face font-lock-string-face) 16738 16760 (face font-lock-constant-face) 16760 16761 (face font-lock-string-face) 16761 16775 nil 16775 16776 (face font-lock-string-face) 16776 16797 (face font-lock-constant-face) 16797 16798 (face font-lock-string-face) 16798 16812 nil 16812 16813 (face font-lock-string-face) 16813 16830 (face font-lock-constant-face) 16830 16831 (face font-lock-string-face) 16831 16845 nil 16845 16846 (face font-lock-string-face) 16846 16862 (face font-lock-constant-face) 16862 16863 (face font-lock-string-face) 16863 16877 nil 16877 16878 (face font-lock-string-face) 16878 16889 (face font-lock-constant-face) 16889 16890 (face font-lock-string-face) 16890 16904 nil 16904 16905 (face font-lock-string-face) 16905 16915 (face font-lock-constant-face) 16915 16916 (face font-lock-string-face) 16916 16930 nil 16930 16931 (face font-lock-string-face) 16931 16955 (face font-lock-constant-face) 16955 16956 (face font-lock-string-face) 16956 16970 nil 16970 16971 (face font-lock-string-face) 16971 16994 (face font-lock-constant-face) 16994 16995 (face font-lock-string-face) 16995 17009 nil 17009 17010 (face font-lock-string-face) 17010 17034 (face font-lock-constant-face) 17034 17035 (face font-lock-string-face) 17035 17049 nil 17049 17050 (face font-lock-string-face) 17050 17073 (face font-lock-constant-face) 17073 17074 (face font-lock-string-face) 17074 17088 nil 17088 17089 (face font-lock-string-face) 17089 17114 (face font-lock-constant-face) 17114 17115 (face font-lock-string-face) 17115 17129 nil 17129 17130 (face font-lock-string-face) 17130 17154 (face font-lock-constant-face) 17154 17155 (face font-lock-string-face) 17155 17210 nil 17210 17211 (face font-lock-string-face) 17211 17222 (face font-lock-keyword-face) 17222 17223 (face font-lock-string-face) 17223 17225 nil 17225 17226 (face font-lock-string-face) 17226 17237 (face font-lock-function-name-face) 17237 17238 (face font-lock-string-face) 17238 17246 nil 17246 17247 (face font-lock-string-face) 17247 17251 (face font-lock-keyword-face) 17251 17252 (face font-lock-string-face) 17252 17254 nil 17254 17255 (face font-lock-string-face) 17255 17269 (face font-lock-type-face) 17269 17270 (face font-lock-string-face) 17270 17278 nil 17278 17279 (face font-lock-string-face) 17279 17291 (face font-lock-keyword-face) 17291 17292 (face font-lock-string-face) 17292 17304 nil 17304 17305 (face font-lock-string-face) 17305 17307 (face font-lock-constant-face) 17307 17308 (face font-lock-string-face) 17308 17325 nil 17325 17326 (face font-lock-string-face) 17326 17336 (face font-lock-keyword-face) 17336 17337 (face font-lock-string-face) 17337 17350 nil 17350 17351 (face font-lock-string-face) 17351 17371 (face font-lock-variable-name-face) 17371 17372 (face font-lock-string-face) 17372 17386 nil 17386 17387 (face font-lock-string-face) 17387 17404 (face font-lock-keyword-face) 17404 17405 (face font-lock-string-face) 17405 17423 nil 17423 17424 (face font-lock-string-face) 17424 17442 (face font-lock-variable-name-face) 17442 17443 (face font-lock-string-face) 17443 17461 nil 17461 17462 (face font-lock-string-face) 17462 17469 (face font-lock-keyword-face) 17469 17470 (face font-lock-string-face) 17470 17474 nil 17474 17498 (face font-lock-string-face) 17498 17553 nil 17553 17554 (face font-lock-string-face) 17554 17599 (face font-lock-variable-name-face) 17599 17600 (face font-lock-string-face) 17600 17614 nil 17614 17615 (face font-lock-string-face) 17615 17627 (face font-lock-keyword-face) 17627 17628 (face font-lock-string-face) 17628 17644 nil 17644 17645 (face font-lock-string-face) 17645 17665 (face font-lock-function-name-face) 17665 17666 (face font-lock-string-face) 17666 17703 nil 17703 17704 (face font-lock-string-face) 17704 17724 (face font-lock-variable-name-face) 17724 17725 (face font-lock-string-face) 17725 17739 nil 17739 17740 (face font-lock-string-face) 17740 17752 (face font-lock-keyword-face) 17752 17753 (face font-lock-string-face) 17753 17769 nil 17769 17770 (face font-lock-string-face) 17770 17790 (face font-lock-function-name-face) 17790 17791 (face font-lock-string-face) 17791 17833 nil 17833 17834 (face font-lock-string-face) 17834 17841 (face font-lock-keyword-face) 17841 17842 (face font-lock-string-face) 17842 17854 nil 17854 17855 (face font-lock-string-face) 17855 17874 (face font-lock-constant-face) 17874 17875 (face font-lock-string-face) 17875 17885 nil 17885 17886 (face font-lock-string-face) 17886 17904 (face font-lock-constant-face) 17904 17905 (face font-lock-string-face) 17905 17935 nil 17935 17936 (face font-lock-string-face) 17936 17947 (face font-lock-keyword-face) 17947 17948 (face font-lock-string-face) 17948 17950 nil 17950 17951 (face font-lock-string-face) 17951 17971 (face font-lock-function-name-face) 17971 17972 (face font-lock-string-face) 17972 17980 nil 17980 17981 (face font-lock-string-face) 17981 17985 (face font-lock-keyword-face) 17985 17986 (face font-lock-string-face) 17986 17988 nil 17988 17989 (face font-lock-string-face) 17989 18003 (face font-lock-type-face) 18003 18004 (face font-lock-string-face) 18004 18012 nil 18012 18013 (face font-lock-string-face) 18013 18025 (face font-lock-keyword-face) 18025 18026 (face font-lock-string-face) 18026 18038 nil 18038 18039 (face font-lock-string-face) 18039 18041 (face font-lock-constant-face) 18041 18042 (face font-lock-string-face) 18042 18059 nil 18059 18060 (face font-lock-string-face) 18060 18067 (face font-lock-keyword-face) 18067 18068 (face font-lock-string-face) 18068 18080 nil 18080 18081 (face font-lock-string-face) 18081 18114 (face font-lock-constant-face) 18114 18115 (face font-lock-string-face) 18115 18125 nil 18125 18126 (face font-lock-string-face) 18126 18162 (face font-lock-constant-face) 18162 18163 (face font-lock-string-face) 18163 18173 nil 18173 18174 (face font-lock-string-face) 18174 18212 (face font-lock-constant-face) 18212 18213 (face font-lock-string-face) 18213 18223 nil 18223 18224 (face font-lock-string-face) 18224 18261 (face font-lock-constant-face) 18261 18262 (face font-lock-string-face) 18262 18272 nil 18272 18273 (face font-lock-string-face) 18273 18311 (face font-lock-constant-face) 18311 18312 (face font-lock-string-face) 18312 18322 nil 18322 18323 (face font-lock-string-face) 18323 18356 (face font-lock-constant-face) 18356 18357 (face font-lock-string-face) 18357 18367 nil 18367 18368 (face font-lock-string-face) 18368 18403 (face font-lock-constant-face) 18403 18404 (face font-lock-string-face) 18404 18414 nil 18414 18415 (face font-lock-string-face) 18415 18451 (face font-lock-constant-face) 18451 18452 (face font-lock-string-face) 18452 18462 nil 18462 18463 (face font-lock-string-face) 18463 18499 (face font-lock-constant-face) 18499 18500 (face font-lock-string-face) 18500 18510 nil 18510 18511 (face font-lock-string-face) 18511 18547 (face font-lock-constant-face) 18547 18548 (face font-lock-string-face) 18548 18558 nil 18558 18559 (face font-lock-string-face) 18559 18581 (face font-lock-constant-face) 18581 18582 (face font-lock-string-face) 18582 18592 nil 18592 18593 (face font-lock-string-face) 18593 18618 (face font-lock-constant-face) 18618 18619 (face font-lock-string-face) 18619 18629 nil 18629 18630 (face font-lock-string-face) 18630 18657 (face font-lock-constant-face) 18657 18658 (face font-lock-string-face) 18658 18668 nil 18668 18669 (face font-lock-string-face) 18669 18697 (face font-lock-constant-face) 18697 18698 (face font-lock-string-face) 18698 18708 nil 18708 18709 (face font-lock-string-face) 18709 18750 (face font-lock-constant-face) 18750 18751 (face font-lock-string-face) 18751 18761 nil 18761 18762 (face font-lock-string-face) 18762 18803 (face font-lock-constant-face) 18803 18804 (face font-lock-string-face) 18804 18814 nil 18814 18815 (face font-lock-string-face) 18815 18856 (face font-lock-constant-face) 18856 18857 (face font-lock-string-face) 18857 18867 nil 18867 18868 (face font-lock-string-face) 18868 18902 (face font-lock-constant-face) 18902 18903 (face font-lock-string-face) 18903 18913 nil 18913 18914 (face font-lock-string-face) 18914 18948 (face font-lock-constant-face) 18948 18949 (face font-lock-string-face) 18949 18959 nil 18959 18960 (face font-lock-string-face) 18960 18994 (face font-lock-constant-face) 18994 18995 (face font-lock-string-face) 18995 19005 nil 19005 19006 (face font-lock-string-face) 19006 19035 (face font-lock-constant-face) 19035 19036 (face font-lock-string-face) 19036 19046 nil 19046 19047 (face font-lock-string-face) 19047 19075 (face font-lock-constant-face) 19075 19076 (face font-lock-string-face) 19076 19093 nil 19093 19094 (face font-lock-string-face) 19094 19104 (face font-lock-keyword-face) 19104 19105 (face font-lock-string-face) 19105 19118 nil 19118 19119 (face font-lock-string-face) 19119 19139 (face font-lock-variable-name-face) 19139 19140 (face font-lock-string-face) 19140 19154 nil 19154 19155 (face font-lock-string-face) 19155 19172 (face font-lock-keyword-face) 19172 19173 (face font-lock-string-face) 19173 19191 nil 19191 19192 (face font-lock-string-face) 19192 19210 (face font-lock-variable-name-face) 19210 19211 (face font-lock-string-face) 19211 19229 nil 19229 19230 (face font-lock-string-face) 19230 19237 (face font-lock-keyword-face) 19237 19238 (face font-lock-string-face) 19238 19242 nil 19242 19266 (face font-lock-string-face) 19266 19321 nil 19321 19322 (face font-lock-string-face) 19322 19342 (face font-lock-variable-name-face) 19342 19343 (face font-lock-string-face) 19343 19357 nil 19357 19399 (face font-lock-comment-face) 19399 19409 nil 19409 19410 (face font-lock-string-face) 19410 19417 (face font-lock-keyword-face) 19417 19418 (face font-lock-string-face) 19418 19434 nil 19434 19435 (face font-lock-string-face) 19435 19480 (face font-lock-constant-face) 19480 19481 (face font-lock-string-face) 19481 19495 nil 19495 19496 (face font-lock-string-face) 19496 19535 (face font-lock-constant-face) 19535 19536 (face font-lock-string-face) 19536 19573 nil 19573 19574 (face font-lock-string-face) 19574 19623 (face font-lock-variable-name-face) 19623 19624 (face font-lock-string-face) 19624 19638 nil 19638 19639 (face font-lock-string-face) 19639 19645 (face font-lock-keyword-face) 19645 19646 (face font-lock-string-face) 19646 19662 nil 19662 19670 (face font-lock-string-face) 19670 19707 nil 19707 19708 (face font-lock-string-face) 19708 19719 (face font-lock-variable-name-face) 19719 19720 (face font-lock-string-face) 19720 19734 nil 19734 19735 (face font-lock-string-face) 19735 19749 (face font-lock-keyword-face) 19749 19750 (face font-lock-string-face) 19750 19766 nil 19766 19773 (face font-lock-string-face) 19773 19791 nil 19791 19792 (face font-lock-string-face) 19792 19806 (face font-lock-keyword-face) 19806 19807 (face font-lock-string-face) 19807 19827 nil 19827 19890 (face font-lock-comment-face) 19890 19906 nil 19906 19971 (face font-lock-comment-face) 19971 19987 nil 19987 20032 (face font-lock-comment-face) 20032 20048 nil 20048 20072 (face font-lock-string-face) 20072 20074 nil 20074 20077 (face font-lock-string-face) 20077 20080 nil 20080 20086 (face font-lock-comment-face) 20086 20155 nil 20155 20156 (face font-lock-string-face) 20156 20165 (face font-lock-variable-name-face) 20165 20166 (face font-lock-string-face) 20166 20180 nil 20180 20181 (face font-lock-string-face) 20181 20190 (face font-lock-keyword-face) 20190 20191 (face font-lock-string-face) 20191 20207 nil 20207 20208 (face font-lock-string-face) 20208 20218 (face font-lock-variable-name-face) 20218 20219 (face font-lock-string-face) 20219 20237 nil 20237 20246 (face font-lock-string-face) 20246 20262 nil 20262 20270 (face font-lock-string-face) 20270 20286 nil 20286 20298 (face font-lock-string-face) 20298 20314 nil 20314 20322 (face font-lock-string-face) 20322 20374 nil 20374 20375 (face font-lock-string-face) 20375 20384 (face font-lock-variable-name-face) 20384 20385 (face font-lock-string-face) 20385 20399 nil 20399 20400 (face font-lock-string-face) 20400 20409 (face font-lock-keyword-face) 20409 20410 (face font-lock-string-face) 20410 20426 nil 20426 20427 (face font-lock-string-face) 20427 20437 (face font-lock-variable-name-face) 20437 20438 (face font-lock-string-face) 20438 20456 nil 20456 20466 (face font-lock-string-face) 20466 20482 nil 20482 20491 (face font-lock-string-face) 20491 20507 nil 20507 20519 (face font-lock-string-face) 20519 20535 nil 20535 20543 (face font-lock-string-face) 20543 20595 nil 20595 20596 (face font-lock-string-face) 20596 20621 (face font-lock-variable-name-face) 20621 20622 (face font-lock-string-face) 20622 20636 nil 20636 20637 (face font-lock-string-face) 20637 20646 (face font-lock-keyword-face) 20646 20647 (face font-lock-string-face) 20647 20663 nil 20663 20664 (face font-lock-string-face) 20664 20674 (face font-lock-keyword-face) 20674 20675 (face font-lock-string-face) 20675 20695 nil 20695 20696 (face font-lock-string-face) 20696 20715 (face font-lock-variable-name-face) 20715 20716 (face font-lock-string-face) 20716 20736 nil 20736 20748 (face font-lock-string-face) 20748 20770 nil 20770 20780 (face font-lock-string-face) 20780 20800 nil 20800 20807 (face font-lock-string-face) 20807 20827 nil 20827 20839 (face font-lock-string-face) 20839 20859 nil 20859 20867 (face font-lock-string-face) 20867 20923 nil 20923 20935 (face font-lock-string-face) 20935 20957 nil 20957 20972 (face font-lock-string-face) 20972 20992 nil 20992 20999 (face font-lock-string-face) 20999 21019 nil 21019 21026 (face font-lock-string-face) 21026 21046 nil 21046 21058 (face font-lock-string-face) 21058 21078 nil 21078 21086 (face font-lock-string-face) 21086 21180 nil 21180 21181 (face font-lock-string-face) 21181 21190 (face font-lock-keyword-face) 21190 21191 (face font-lock-string-face) 21191 21203 nil 21203 21204 (face font-lock-string-face) 21204 21220 (face font-lock-variable-name-face) 21220 21221 (face font-lock-string-face) 21221 21223 nil 21223 21224 (face font-lock-string-face) 21224 21256 (face font-lock-variable-name-face) 21256 21257 (face font-lock-string-face) 21257 21274 nil 21274 21314 (face font-lock-string-face) 21314 21325 nil 21325 21326 (face font-lock-string-face) 21326 21334 (face font-lock-keyword-face) 21334 21335 (face font-lock-string-face) 21335 21347 nil 21347 21348 (face font-lock-string-face) 21348 21385 (face font-lock-constant-face) 21385 21386 (face font-lock-string-face) 21386 21416 nil 21416 21417 (face font-lock-string-face) 21417 21428 (face font-lock-keyword-face) 21428 21429 (face font-lock-string-face) 21429 21431 nil 21431 21432 (face font-lock-string-face) 21432 21452 (face font-lock-function-name-face) 21452 21453 (face font-lock-string-face) 21453 21461 nil 21461 21462 (face font-lock-string-face) 21462 21466 (face font-lock-keyword-face) 21466 21467 (face font-lock-string-face) 21467 21469 nil 21469 21470 (face font-lock-string-face) 21470 21484 (face font-lock-type-face) 21484 21485 (face font-lock-string-face) 21485 21493 nil 21493 21494 (face font-lock-string-face) 21494 21506 (face font-lock-keyword-face) 21506 21507 (face font-lock-string-face) 21507 21519 nil 21519 21520 (face font-lock-string-face) 21520 21522 (face font-lock-constant-face) 21522 21523 (face font-lock-string-face) 21523 21540 nil 21540 21541 (face font-lock-string-face) 21541 21548 (face font-lock-keyword-face) 21548 21549 (face font-lock-string-face) 21549 21561 nil 21561 21562 (face font-lock-string-face) 21562 21595 (face font-lock-constant-face) 21595 21596 (face font-lock-string-face) 21596 21606 nil 21606 21607 (face font-lock-string-face) 21607 21637 (face font-lock-constant-face) 21637 21638 (face font-lock-string-face) 21638 21648 nil 21648 21649 (face font-lock-string-face) 21649 21682 (face font-lock-constant-face) 21682 21683 (face font-lock-string-face) 21683 21693 nil 21693 21694 (face font-lock-string-face) 21694 21724 (face font-lock-constant-face) 21724 21725 (face font-lock-string-face) 21725 21735 nil 21735 21736 (face font-lock-string-face) 21736 21758 (face font-lock-constant-face) 21758 21759 (face font-lock-string-face) 21759 21769 nil 21769 21770 (face font-lock-string-face) 21770 21795 (face font-lock-constant-face) 21795 21796 (face font-lock-string-face) 21796 21806 nil 21806 21807 (face font-lock-string-face) 21807 21836 (face font-lock-constant-face) 21836 21837 (face font-lock-string-face) 21837 21847 nil 21847 21848 (face font-lock-string-face) 21848 21876 (face font-lock-constant-face) 21876 21877 (face font-lock-string-face) 21877 21907 nil 21907 21908 (face font-lock-string-face) 21908 21919 (face font-lock-keyword-face) 21919 21920 (face font-lock-string-face) 21920 21922 nil 21922 21923 (face font-lock-string-face) 21923 21938 (face font-lock-function-name-face) 21938 21939 (face font-lock-string-face) 21939 21947 nil 21947 21948 (face font-lock-string-face) 21948 21952 (face font-lock-keyword-face) 21952 21953 (face font-lock-string-face) 21953 21955 nil 21955 21956 (face font-lock-string-face) 21956 21966 (face font-lock-type-face) 21966 21967 (face font-lock-string-face) 21967 21975 nil 21975 21976 (face font-lock-string-face) 21976 21988 (face font-lock-keyword-face) 21988 21989 (face font-lock-string-face) 21989 22001 nil 22001 22002 (face font-lock-string-face) 22002 22007 (face font-lock-function-name-face) 22007 22008 (face font-lock-string-face) 22008 22018 nil 22018 22019 (face font-lock-string-face) 22019 22037 (face font-lock-function-name-face) 22037 22038 (face font-lock-string-face) 22038 22048 nil 22048 22049 (face font-lock-string-face) 22049 22060 (face font-lock-function-name-face) 22060 22061 (face font-lock-string-face) 22061 22071 nil 22071 22072 (face font-lock-string-face) 22072 22093 (face font-lock-function-name-face) 22093 22094 (face font-lock-string-face) 22094 22104 nil 22104 22105 (face font-lock-string-face) 22105 22131 (face font-lock-function-name-face) 22131 22132 (face font-lock-string-face) 22132 22142 nil 22142 22143 (face font-lock-string-face) 22143 22177 (face font-lock-function-name-face) 22177 22178 (face font-lock-string-face) 22178 22188 nil 22188 22189 (face font-lock-string-face) 22189 22215 (face font-lock-function-name-face) 22215 22216 (face font-lock-string-face) 22216 22226 nil 22226 22227 (face font-lock-string-face) 22227 22253 (face font-lock-function-name-face) 22253 22254 (face font-lock-string-face) 22254 22264 nil 22264 22265 (face font-lock-string-face) 22265 22280 (face font-lock-function-name-face) 22280 22281 (face font-lock-string-face) 22281 22298 nil 22298 22299 (face font-lock-string-face) 22299 22306 (face font-lock-keyword-face) 22306 22307 (face font-lock-string-face) 22307 22319 nil 22319 22320 (face font-lock-string-face) 22320 22361 (face font-lock-constant-face) 22361 22362 (face font-lock-string-face) 22362 22372 nil 22372 22373 (face font-lock-string-face) 22373 22413 (face font-lock-constant-face) 22413 22414 (face font-lock-string-face) 22414 22424 nil 22424 22425 (face font-lock-string-face) 22425 22461 (face font-lock-constant-face) 22461 22462 (face font-lock-string-face) 22462 22472 nil 22472 22473 (face font-lock-string-face) 22473 22502 (face font-lock-constant-face) 22502 22503 (face font-lock-string-face) 22503 22513 nil 22513 22514 (face font-lock-string-face) 22514 22550 (face font-lock-constant-face) 22550 22551 (face font-lock-string-face) 22551 22561 nil 22561 22562 (face font-lock-string-face) 22562 22610 (face font-lock-constant-face) 22610 22611 (face font-lock-string-face) 22611 22621 nil 22621 22622 (face font-lock-string-face) 22622 22663 (face font-lock-constant-face) 22663 22664 (face font-lock-string-face) 22664 22674 nil 22674 22675 (face font-lock-string-face) 22675 22711 (face font-lock-constant-face) 22711 22712 (face font-lock-string-face) 22712 22722 nil 22722 22723 (face font-lock-string-face) 22723 22757 (face font-lock-constant-face) 22757 22758 (face font-lock-string-face) 22758 22768 nil 22768 22769 (face font-lock-string-face) 22769 22797 (face font-lock-constant-face) 22797 22798 (face font-lock-string-face) 22798 22808 nil 22808 22809 (face font-lock-string-face) 22809 22853 (face font-lock-constant-face) 22853 22854 (face font-lock-string-face) 22854 22864 nil 22864 22865 (face font-lock-string-face) 22865 22900 (face font-lock-constant-face) 22900 22901 (face font-lock-string-face) 22901 22911 nil 22911 22912 (face font-lock-string-face) 22912 22961 (face font-lock-constant-face) 22961 22962 (face font-lock-string-face) 22962 22972 nil 22972 22973 (face font-lock-string-face) 22973 23011 (face font-lock-constant-face) 23011 23012 (face font-lock-string-face) 23012 23022 nil 23022 23023 (face font-lock-string-face) 23023 23055 (face font-lock-constant-face) 23055 23056 (face font-lock-string-face) 23056 23066 nil 23066 23067 (face font-lock-string-face) 23067 23116 (face font-lock-constant-face) 23116 23117 (face font-lock-string-face) 23117 23127 nil 23127 23128 (face font-lock-string-face) 23128 23178 (face font-lock-constant-face) 23178 23179 (face font-lock-string-face) 23179 23189 nil 23189 23190 (face font-lock-string-face) 23190 23228 (face font-lock-constant-face) 23228 23229 (face font-lock-string-face) 23229 23239 nil 23239 23240 (face font-lock-string-face) 23240 23277 (face font-lock-constant-face) 23277 23278 (face font-lock-string-face) 23278 23288 nil 23288 23289 (face font-lock-string-face) 23289 23332 (face font-lock-constant-face) 23332 23333 (face font-lock-string-face) 23333 23343 nil 23343 23344 (face font-lock-string-face) 23344 23368 (face font-lock-constant-face) 23368 23369 (face font-lock-string-face) 23369 23379 nil 23379 23380 (face font-lock-string-face) 23380 23402 (face font-lock-constant-face) 23402 23403 (face font-lock-string-face) 23403 23413 nil 23413 23414 (face font-lock-string-face) 23414 23447 (face font-lock-constant-face) 23447 23448 (face font-lock-string-face) 23448 23458 nil 23458 23459 (face font-lock-string-face) 23459 23487 (face font-lock-constant-face) 23487 23488 (face font-lock-string-face) 23488 23498 nil 23498 23499 (face font-lock-string-face) 23499 23530 (face font-lock-constant-face) 23530 23531 (face font-lock-string-face) 23531 23541 nil 23541 23542 (face font-lock-string-face) 23542 23563 (face font-lock-constant-face) 23563 23564 (face font-lock-string-face) 23564 23574 nil 23574 23575 (face font-lock-string-face) 23575 23609 (face font-lock-constant-face) 23609 23610 (face font-lock-string-face) 23610 23620 nil 23620 23621 (face font-lock-string-face) 23621 23654 (face font-lock-constant-face) 23654 23655 (face font-lock-string-face) 23655 23665 nil 23665 23666 (face font-lock-string-face) 23666 23700 (face font-lock-constant-face) 23700 23701 (face font-lock-string-face) 23701 23711 nil 23711 23712 (face font-lock-string-face) 23712 23753 (face font-lock-constant-face) 23753 23754 (face font-lock-string-face) 23754 23764 nil 23764 23765 (face font-lock-string-face) 23765 23790 (face font-lock-constant-face) 23790 23791 (face font-lock-string-face) 23791 23801 nil 23801 23802 (face font-lock-string-face) 23802 23825 (face font-lock-constant-face) 23825 23826 (face font-lock-string-face) 23826 23836 nil 23836 23837 (face font-lock-string-face) 23837 23862 (face font-lock-constant-face) 23862 23863 (face font-lock-string-face) 23863 23873 nil 23873 23874 (face font-lock-string-face) 23874 23906 (face font-lock-constant-face) 23906 23907 (face font-lock-string-face) 23907 23917 nil 23917 23918 (face font-lock-string-face) 23918 23947 (face font-lock-constant-face) 23947 23948 (face font-lock-string-face) 23948 23958 nil 23958 23959 (face font-lock-string-face) 23959 23981 (face font-lock-constant-face) 23981 23982 (face font-lock-string-face) 23982 23992 nil 23992 23993 (face font-lock-string-face) 23993 24014 (face font-lock-constant-face) 24014 24015 (face font-lock-string-face) 24015 24025 nil 24025 24026 (face font-lock-string-face) 24026 24054 (face font-lock-constant-face) 24054 24055 (face font-lock-string-face) 24055 24065 nil 24065 24066 (face font-lock-string-face) 24066 24093 (face font-lock-constant-face) 24093 24094 (face font-lock-string-face) 24094 24104 nil 24104 24105 (face font-lock-string-face) 24105 24133 (face font-lock-constant-face) 24133 24134 (face font-lock-string-face) 24134 24144 nil 24144 24145 (face font-lock-string-face) 24145 24177 (face font-lock-constant-face) 24177 24178 (face font-lock-string-face) 24178 24188 nil 24188 24189 (face font-lock-string-face) 24189 24221 (face font-lock-constant-face) 24221 24222 (face font-lock-string-face) 24222 24232 nil 24232 24233 (face font-lock-string-face) 24233 24277 (face font-lock-constant-face) 24277 24278 (face font-lock-string-face) 24278 24288 nil 24288 24289 (face font-lock-string-face) 24289 24328 (face font-lock-constant-face) 24328 24329 (face font-lock-string-face) 24329 24339 nil 24339 24340 (face font-lock-string-face) 24340 24379 (face font-lock-constant-face) 24379 24380 (face font-lock-string-face) 24380 24390 nil 24390 24391 (face font-lock-string-face) 24391 24424 (face font-lock-constant-face) 24424 24425 (face font-lock-string-face) 24425 24435 nil 24435 24436 (face font-lock-string-face) 24436 24476 (face font-lock-constant-face) 24476 24477 (face font-lock-string-face) 24477 24487 nil 24487 24488 (face font-lock-string-face) 24488 24521 (face font-lock-constant-face) 24521 24522 (face font-lock-string-face) 24522 24532 nil 24532 24533 (face font-lock-string-face) 24533 24567 (face font-lock-constant-face) 24567 24568 (face font-lock-string-face) 24568 24578 nil 24578 24579 (face font-lock-string-face) 24579 24610 (face font-lock-constant-face) 24610 24611 (face font-lock-string-face) 24611 24621 nil 24621 24622 (face font-lock-string-face) 24622 24673 (face font-lock-constant-face) 24673 24674 (face font-lock-string-face) 24674 24684 nil 24684 24685 (face font-lock-string-face) 24685 24725 (face font-lock-constant-face) 24725 24726 (face font-lock-string-face) 24726 24736 nil 24736 24737 (face font-lock-string-face) 24737 24773 (face font-lock-constant-face) 24773 24774 (face font-lock-string-face) 24774 24784 nil 24784 24785 (face font-lock-string-face) 24785 24821 (face font-lock-constant-face) 24821 24822 (face font-lock-string-face) 24822 24832 nil 24832 24833 (face font-lock-string-face) 24833 24874 (face font-lock-constant-face) 24874 24875 (face font-lock-string-face) 24875 24885 nil 24885 24886 (face font-lock-string-face) 24886 24926 (face font-lock-constant-face) 24926 24927 (face font-lock-string-face) 24927 24937 nil 24937 24938 (face font-lock-string-face) 24938 24977 (face font-lock-constant-face) 24977 24978 (face font-lock-string-face) 24978 24988 nil 24988 24989 (face font-lock-string-face) 24989 25035 (face font-lock-constant-face) 25035 25036 (face font-lock-string-face) 25036 25046 nil 25046 25047 (face font-lock-string-face) 25047 25070 (face font-lock-constant-face) 25070 25071 (face font-lock-string-face) 25071 25081 nil 25081 25082 (face font-lock-string-face) 25082 25104 (face font-lock-constant-face) 25104 25105 (face font-lock-string-face) 25105 25115 nil 25115 25116 (face font-lock-string-face) 25116 25152 (face font-lock-constant-face) 25152 25153 (face font-lock-string-face) 25153 25163 nil 25163 25164 (face font-lock-string-face) 25164 25210 (face font-lock-constant-face) 25210 25211 (face font-lock-string-face) 25211 25221 nil 25221 25222 (face font-lock-string-face) 25222 25250 (face font-lock-constant-face) 25250 25251 (face font-lock-string-face) 25251 25268 nil 25268 25269 (face font-lock-string-face) 25269 25279 (face font-lock-keyword-face) 25279 25280 (face font-lock-string-face) 25280 25293 nil 25293 25294 (face font-lock-string-face) 25294 25319 (face font-lock-variable-name-face) 25319 25320 (face font-lock-string-face) 25320 25334 nil 25334 25335 (face font-lock-string-face) 25335 25345 (face font-lock-keyword-face) 25345 25346 (face font-lock-string-face) 25346 25363 nil 25363 25364 (face font-lock-string-face) 25364 25385 (face font-lock-variable-name-face) 25385 25386 (face font-lock-string-face) 25386 25404 nil 25404 25405 (face font-lock-string-face) 25405 25417 (face font-lock-keyword-face) 25417 25418 (face font-lock-string-face) 25418 25438 nil 25438 25439 (face font-lock-string-face) 25439 25480 (face font-lock-function-name-face) 25480 25481 (face font-lock-string-face) 25481 25550 nil 25550 25551 (face font-lock-string-face) 25551 25566 (face font-lock-variable-name-face) 25566 25567 (face font-lock-string-face) 25567 25581 nil 25581 25582 (face font-lock-string-face) 25582 25594 (face font-lock-keyword-face) 25594 25595 (face font-lock-string-face) 25595 25611 nil 25611 25612 (face font-lock-string-face) 25612 25651 (face font-lock-function-name-face) 25651 25652 (face font-lock-string-face) 25652 25688 nil 25688 25689 (face font-lock-string-face) 25689 25704 (face font-lock-variable-name-face) 25704 25705 (face font-lock-string-face) 25705 25719 nil 25719 25720 (face font-lock-string-face) 25720 25728 (face font-lock-keyword-face) 25728 25729 (face font-lock-string-face) 25729 25745 nil 25745 25746 (face font-lock-string-face) 25746 25782 (face font-lock-constant-face) 25782 25783 (face font-lock-string-face) 25783 25797 nil 25797 25798 (face font-lock-string-face) 25798 25820 (face font-lock-constant-face) 25820 25821 (face font-lock-string-face) 25821 25835 nil 25835 25836 (face font-lock-string-face) 25836 25857 (face font-lock-constant-face) 25857 25858 (face font-lock-string-face) 25858 25872 nil 25872 25873 (face font-lock-string-face) 25873 25905 (face font-lock-constant-face) 25905 25906 (face font-lock-string-face) 25906 25920 nil 25920 25921 (face font-lock-string-face) 25921 25961 (face font-lock-constant-face) 25961 25962 (face font-lock-string-face) 25962 25976 nil 25976 25977 (face font-lock-string-face) 25977 26016 (face font-lock-constant-face) 26016 26017 (face font-lock-string-face) 26017 26031 nil 26031 26032 (face font-lock-string-face) 26032 26065 (face font-lock-constant-face) 26065 26066 (face font-lock-string-face) 26066 26080 nil 26080 26081 (face font-lock-string-face) 26081 26115 (face font-lock-constant-face) 26115 26116 (face font-lock-string-face) 26116 26130 nil 26130 26131 (face font-lock-string-face) 26131 26162 (face font-lock-constant-face) 26162 26163 (face font-lock-string-face) 26163 26177 nil 26177 26178 (face font-lock-string-face) 26178 26229 (face font-lock-constant-face) 26229 26230 (face font-lock-string-face) 26230 26244 nil 26244 26245 (face font-lock-string-face) 26245 26285 (face font-lock-constant-face) 26285 26286 (face font-lock-string-face) 26286 26300 nil 26300 26301 (face font-lock-string-face) 26301 26337 (face font-lock-constant-face) 26337 26338 (face font-lock-string-face) 26338 26352 nil 26352 26353 (face font-lock-string-face) 26353 26394 (face font-lock-constant-face) 26394 26395 (face font-lock-string-face) 26395 26409 nil 26409 26410 (face font-lock-string-face) 26410 26443 (face font-lock-constant-face) 26443 26444 (face font-lock-string-face) 26444 26458 nil 26458 26459 (face font-lock-string-face) 26459 26495 (face font-lock-constant-face) 26495 26496 (face font-lock-string-face) 26496 26532 nil 26532 26533 (face font-lock-string-face) 26533 26546 (face font-lock-variable-name-face) 26546 26547 (face font-lock-string-face) 26547 26561 nil 26561 26562 (face font-lock-string-face) 26562 26572 (face font-lock-keyword-face) 26572 26573 (face font-lock-string-face) 26573 26590 nil 26590 26591 (face font-lock-string-face) 26591 26604 (face font-lock-variable-name-face) 26604 26605 (face font-lock-string-face) 26605 26623 nil 26623 26624 (face font-lock-string-face) 26624 26631 (face font-lock-keyword-face) 26631 26632 (face font-lock-string-face) 26632 26652 nil 26652 26653 (face font-lock-string-face) 26653 26688 (face font-lock-constant-face) 26688 26689 (face font-lock-string-face) 26689 26722 nil 26722 26723 (face font-lock-string-face) 26723 26730 (face font-lock-keyword-face) 26730 26731 (face font-lock-string-face) 26731 26751 nil 26751 26752 (face font-lock-string-face) 26752 26760 (face font-lock-preprocessor-face) 26760 26761 (face font-lock-string-face) 26761 26831 nil 26831 26832 (face font-lock-string-face) 26832 26873 (face font-lock-variable-name-face) 26873 26874 (face font-lock-string-face) 26874 26888 nil 26888 26889 (face font-lock-string-face) 26889 26896 (face font-lock-keyword-face) 26896 26897 (face font-lock-string-face) 26897 26913 nil 26913 26914 (face font-lock-string-face) 26914 26954 (face font-lock-constant-face) 26954 26955 (face font-lock-string-face) 26955 26991 nil 26991 26992 (face font-lock-string-face) 26992 27035 (face font-lock-variable-name-face) 27035 27036 (face font-lock-string-face) 27036 27050 nil 27050 27051 (face font-lock-string-face) 27051 27058 (face font-lock-keyword-face) 27058 27059 (face font-lock-string-face) 27059 27075 nil 27075 27076 (face font-lock-string-face) 27076 27095 (face font-lock-constant-face) 27095 27096 (face font-lock-string-face) 27096 27110 nil 27110 27111 (face font-lock-string-face) 27111 27137 (face font-lock-constant-face) 27137 27138 (face font-lock-string-face) 27138 27152 nil 27152 27153 (face font-lock-string-face) 27153 27186 (face font-lock-constant-face) 27186 27187 (face font-lock-string-face) 27187 27201 nil 27201 27202 (face font-lock-string-face) 27202 27235 (face font-lock-constant-face) 27235 27236 (face font-lock-string-face) 27236 27291 nil 27291 27292 (face font-lock-string-face) 27292 27303 (face font-lock-keyword-face) 27303 27304 (face font-lock-string-face) 27304 27306 nil 27306 27307 (face font-lock-string-face) 27307 27325 (face font-lock-function-name-face) 27325 27326 (face font-lock-string-face) 27326 27334 nil 27334 27335 (face font-lock-string-face) 27335 27339 (face font-lock-keyword-face) 27339 27340 (face font-lock-string-face) 27340 27342 nil 27342 27343 (face font-lock-string-face) 27343 27357 (face font-lock-type-face) 27357 27358 (face font-lock-string-face) 27358 27366 nil 27366 27367 (face font-lock-string-face) 27367 27379 (face font-lock-keyword-face) 27379 27380 (face font-lock-string-face) 27380 27392 nil 27392 27393 (face font-lock-string-face) 27393 27398 (face font-lock-function-name-face) 27398 27399 (face font-lock-string-face) 27399 27409 nil 27409 27410 (face font-lock-string-face) 27410 27431 (face font-lock-function-name-face) 27431 27432 (face font-lock-string-face) 27432 27442 nil 27442 27443 (face font-lock-string-face) 27443 27469 (face font-lock-function-name-face) 27469 27470 (face font-lock-string-face) 27470 27480 nil 27480 27481 (face font-lock-string-face) 27481 27507 (face font-lock-function-name-face) 27507 27508 (face font-lock-string-face) 27508 27525 nil 27525 27526 (face font-lock-string-face) 27526 27533 (face font-lock-keyword-face) 27533 27534 (face font-lock-string-face) 27534 27546 nil 27546 27547 (face font-lock-string-face) 27547 27591 (face font-lock-constant-face) 27591 27592 (face font-lock-string-face) 27592 27602 nil 27602 27603 (face font-lock-string-face) 27603 27646 (face font-lock-constant-face) 27646 27647 (face font-lock-string-face) 27647 27657 nil 27657 27658 (face font-lock-string-face) 27658 27679 (face font-lock-constant-face) 27679 27680 (face font-lock-string-face) 27680 27690 nil 27690 27691 (face font-lock-string-face) 27691 27711 (face font-lock-constant-face) 27711 27712 (face font-lock-string-face) 27712 27722 nil 27722 27723 (face font-lock-string-face) 27723 27752 (face font-lock-constant-face) 27752 27753 (face font-lock-string-face) 27753 27763 nil 27763 27764 (face font-lock-string-face) 27764 27792 (face font-lock-constant-face) 27792 27793 (face font-lock-string-face) 27793 27803 nil 27803 27804 (face font-lock-string-face) 27804 27829 (face font-lock-constant-face) 27829 27830 (face font-lock-string-face) 27830 27840 nil 27840 27841 (face font-lock-string-face) 27841 27865 (face font-lock-constant-face) 27865 27866 (face font-lock-string-face) 27866 27876 nil 27876 27877 (face font-lock-string-face) 27877 27901 (face font-lock-constant-face) 27901 27902 (face font-lock-string-face) 27902 27912 nil 27912 27913 (face font-lock-string-face) 27913 27936 (face font-lock-constant-face) 27936 27937 (face font-lock-string-face) 27937 27947 nil 27947 27948 (face font-lock-string-face) 27948 27968 (face font-lock-constant-face) 27968 27969 (face font-lock-string-face) 27969 27979 nil 27979 27980 (face font-lock-string-face) 27980 27999 (face font-lock-constant-face) 27999 28000 (face font-lock-string-face) 28000 28030 nil 28030 28031 (face font-lock-string-face) 28031 28042 (face font-lock-keyword-face) 28042 28043 (face font-lock-string-face) 28043 28045 nil 28045 28046 (face font-lock-string-face) 28046 28058 (face font-lock-function-name-face) 28058 28059 (face font-lock-string-face) 28059 28067 nil 28067 28068 (face font-lock-string-face) 28068 28072 (face font-lock-keyword-face) 28072 28073 (face font-lock-string-face) 28073 28075 nil 28075 28076 (face font-lock-string-face) 28076 28086 (face font-lock-type-face) 28086 28087 (face font-lock-string-face) 28087 28095 nil 28095 28096 (face font-lock-string-face) 28096 28108 (face font-lock-keyword-face) 28108 28109 (face font-lock-string-face) 28109 28121 nil 28121 28122 (face font-lock-string-face) 28122 28127 (face font-lock-function-name-face) 28127 28128 (face font-lock-string-face) 28128 28138 nil 28138 28139 (face font-lock-string-face) 28139 28150 (face font-lock-function-name-face) 28150 28151 (face font-lock-string-face) 28151 28161 nil 28161 28162 (face font-lock-string-face) 28162 28183 (face font-lock-function-name-face) 28183 28184 (face font-lock-string-face) 28184 28194 nil 28194 28195 (face font-lock-string-face) 28195 28216 (face font-lock-function-name-face) 28216 28217 (face font-lock-string-face) 28217 28234 nil 28234 28235 (face font-lock-string-face) 28235 28242 (face font-lock-keyword-face) 28242 28243 (face font-lock-string-face) 28243 28255 nil 28255 28256 (face font-lock-string-face) 28256 28290 (face font-lock-constant-face) 28290 28291 (face font-lock-string-face) 28291 28321 nil 28321 28322 (face font-lock-string-face) 28322 28333 (face font-lock-keyword-face) 28333 28334 (face font-lock-string-face) 28334 28336 nil 28336 28337 (face font-lock-string-face) 28337 28349 (face font-lock-function-name-face) 28349 28350 (face font-lock-string-face) 28350 28358 nil 28358 28359 (face font-lock-string-face) 28359 28363 (face font-lock-keyword-face) 28363 28364 (face font-lock-string-face) 28364 28366 nil 28366 28367 (face font-lock-string-face) 28367 28377 (face font-lock-type-face) 28377 28378 (face font-lock-string-face) 28378 28386 nil 28386 28387 (face font-lock-string-face) 28387 28394 (face font-lock-keyword-face) 28394 28395 (face font-lock-string-face) 28395 28407 nil 28407 28408 (face font-lock-string-face) 28408 28441 (face font-lock-constant-face) 28441 28442 (face font-lock-string-face) 28442 28471 nil 28471 28472 (face font-lock-string-face) 28472 28483 (face font-lock-keyword-face) 28483 28484 (face font-lock-string-face) 28484 28486 nil 28486 28487 (face font-lock-string-face) 28487 28498 (face font-lock-function-name-face) 28498 28499 (face font-lock-string-face) 28499 28507 nil 28507 28508 (face font-lock-string-face) 28508 28512 (face font-lock-keyword-face) 28512 28513 (face font-lock-string-face) 28513 28515 nil 28515 28516 (face font-lock-string-face) 28516 28526 (face font-lock-type-face) 28526 28527 (face font-lock-string-face) 28527 28535 nil 28535 28536 (face font-lock-string-face) 28536 28548 (face font-lock-keyword-face) 28548 28549 (face font-lock-string-face) 28549 28561 nil 28561 28562 (face font-lock-string-face) 28562 28567 (face font-lock-function-name-face) 28567 28568 (face font-lock-string-face) 28568 28578 nil 28578 28579 (face font-lock-string-face) 28579 28600 (face font-lock-function-name-face) 28600 28601 (face font-lock-string-face) 28601 28618 nil 28618 28619 (face font-lock-string-face) 28619 28626 (face font-lock-keyword-face) 28626 28627 (face font-lock-string-face) 28627 28639 nil 28639 28640 (face font-lock-string-face) 28640 28672 (face font-lock-constant-face) 28672 28673 (face font-lock-string-face) 28673 28698 nil 28698 28699 (face font-lock-string-face) 28699 28709 (face font-lock-keyword-face) 28709 28710 (face font-lock-string-face) 28710 28719 nil 28719 28720 (face font-lock-string-face) 28720 28729 (face font-lock-variable-name-face) 28729 28730 (face font-lock-string-face) 28730 28740 nil 28740 28741 (face font-lock-string-face) 28741 28748 (face font-lock-keyword-face) 28748 28749 (face font-lock-string-face) 28749 28773 nil 28773 28774 (face font-lock-string-face) 28774 28785 (face font-lock-keyword-face) 28785 28786 (face font-lock-string-face) 28786 28788 nil 28788 28789 (face font-lock-string-face) 28789 28799 (face font-lock-function-name-face) 28799 28800 (face font-lock-string-face) 28800 28812 nil 28812 28813 (face font-lock-string-face) 28813 28817 (face font-lock-keyword-face) 28817 28818 (face font-lock-string-face) 28818 28820 nil 28820 28821 (face font-lock-string-face) 28821 28831 (face font-lock-type-face) 28831 28832 (face font-lock-string-face) 28832 28844 nil 28844 28845 (face font-lock-string-face) 28845 28857 (face font-lock-keyword-face) 28857 28858 (face font-lock-string-face) 28858 28874 nil 28874 28875 (face font-lock-string-face) 28875 28880 (face font-lock-function-name-face) 28880 28881 (face font-lock-string-face) 28881 28895 nil 28895 28896 (face font-lock-string-face) 28896 28907 (face font-lock-function-name-face) 28907 28908 (face font-lock-string-face) 28908 28922 nil 28922 28923 (face font-lock-string-face) 28923 28944 (face font-lock-function-name-face) 28944 28945 (face font-lock-string-face) 28945 28959 nil 28959 28960 (face font-lock-string-face) 28960 29043 (face font-lock-function-name-face) 29043 29044 (face font-lock-string-face) 29044 29058 nil 29058 29059 (face font-lock-string-face) 29059 29074 (face font-lock-function-name-face) 29074 29075 (face font-lock-string-face) 29075 29100 nil 29100 29101 (face font-lock-string-face) 29101 29113 (face font-lock-keyword-face) 29113 29114 (face font-lock-string-face) 29114 29130 nil 29130 29131 (face font-lock-string-face) 29131 29133 (face font-lock-constant-face) 29133 29138 (face font-lock-variable-name-face) 29138 29163 (face font-lock-constant-face) 29163 29164 (face font-lock-string-face) 29164 29189 nil 29189 29190 (face font-lock-string-face) 29190 29197 (face font-lock-keyword-face) 29197 29198 (face font-lock-string-face) 29198 29214 nil 29214 29215 (face font-lock-string-face) 29215 29238 (face font-lock-constant-face) 29238 29239 (face font-lock-string-face) 29239 29253 nil 29253 29254 (face font-lock-string-face) 29254 29280 (face font-lock-constant-face) 29280 29281 (face font-lock-string-face) 29281 29295 nil 29295 29296 (face font-lock-string-face) 29296 29321 (face font-lock-constant-face) 29321 29322 (face font-lock-string-face) 29322 29336 nil 29336 29337 (face font-lock-string-face) 29337 29361 (face font-lock-constant-face) 29361 29362 (face font-lock-string-face) 29362 29376 nil 29376 29377 (face font-lock-string-face) 29377 29407 (face font-lock-constant-face) 29407 29408 (face font-lock-string-face) 29408 29422 nil 29422 29423 (face font-lock-string-face) 29423 29453 (face font-lock-constant-face) 29453 29454 (face font-lock-string-face) 29454 29468 nil 29468 29469 (face font-lock-string-face) 29469 29493 (face font-lock-constant-face) 29493 29494 (face font-lock-string-face) 29494 29508 nil 29508 29509 (face font-lock-string-face) 29509 29532 (face font-lock-constant-face) 29532 29533 (face font-lock-string-face) 29533 29547 nil 29547 29548 (face font-lock-string-face) 29548 29575 (face font-lock-constant-face) 29575 29576 (face font-lock-string-face) 29576 29590 nil 29590 29591 (face font-lock-string-face) 29591 29614 (face font-lock-constant-face) 29614 29615 (face font-lock-string-face) 29615 29640 nil 29640 29655 (face font-lock-string-face) 29655 29671 nil 29671 29685 (face font-lock-string-face) 29685 29703 nil 29703 29714 (face font-lock-string-face) 29714 29716 nil 29716 29719 (face font-lock-string-face) 29719 29729 nil 29729 29754 (face font-lock-comment-face) 29754 29792 nil 29792 29793 (face font-lock-string-face) 29793 29800 (face font-lock-keyword-face) 29800 29801 (face font-lock-string-face) 29801 29817 nil 29817 29818 (face font-lock-string-face) 29818 29843 (face font-lock-preprocessor-face) 29843 29844 (face font-lock-string-face) 29844 29892 nil 29892 29893 (face font-lock-string-face) 29893 29929 (face font-lock-variable-name-face) 29929 29930 (face font-lock-string-face) 29930 29940 nil 29940 29941 (face font-lock-string-face) 29941 29948 (face font-lock-keyword-face) 29948 29949 (face font-lock-string-face) 29949 29973 nil 29973 29974 (face font-lock-string-face) 29974 29985 (face font-lock-keyword-face) 29985 29986 (face font-lock-string-face) 29986 29988 nil 29988 29989 (face font-lock-string-face) 29989 30001 (face font-lock-function-name-face) 30001 30002 (face font-lock-string-face) 30002 30014 nil 30014 30015 (face font-lock-string-face) 30015 30019 (face font-lock-keyword-face) 30019 30020 (face font-lock-string-face) 30020 30022 nil 30022 30023 (face font-lock-string-face) 30023 30033 (face font-lock-type-face) 30033 30034 (face font-lock-string-face) 30034 30046 nil 30046 30047 (face font-lock-string-face) 30047 30059 (face font-lock-keyword-face) 30059 30060 (face font-lock-string-face) 30060 30076 nil 30076 30077 (face font-lock-string-face) 30077 30082 (face font-lock-function-name-face) 30082 30083 (face font-lock-string-face) 30083 30097 nil 30097 30098 (face font-lock-string-face) 30098 30109 (face font-lock-function-name-face) 30109 30110 (face font-lock-string-face) 30110 30124 nil 30124 30125 (face font-lock-string-face) 30125 30146 (face font-lock-function-name-face) 30146 30147 (face font-lock-string-face) 30147 30161 nil 30161 30162 (face font-lock-string-face) 30162 30180 (face font-lock-function-name-face) 30180 30181 (face font-lock-string-face) 30181 30206 nil 30206 30207 (face font-lock-string-face) 30207 30214 (face font-lock-keyword-face) 30214 30215 (face font-lock-string-face) 30215 30231 nil 30231 30232 (face font-lock-string-face) 30232 30266 (face font-lock-constant-face) 30266 30267 (face font-lock-string-face) 30267 30281 nil 30281 30282 (face font-lock-string-face) 30282 30321 (face font-lock-constant-face) 30321 30322 (face font-lock-string-face) 30322 30336 nil 30336 30337 (face font-lock-string-face) 30337 30375 (face font-lock-constant-face) 30375 30376 (face font-lock-string-face) 30376 30390 nil 30390 30391 (face font-lock-string-face) 30391 30430 (face font-lock-constant-face) 30430 30431 (face font-lock-string-face) 30431 30445 nil 30445 30446 (face font-lock-string-face) 30446 30484 (face font-lock-constant-face) 30484 30485 (face font-lock-string-face) 30485 30499 nil 30499 30500 (face font-lock-string-face) 30500 30533 (face font-lock-constant-face) 30533 30534 (face font-lock-string-face) 30534 30548 nil 30548 30549 (face font-lock-string-face) 30549 30581 (face font-lock-constant-face) 30581 30582 (face font-lock-string-face) 30582 30596 nil 30596 30597 (face font-lock-string-face) 30597 30626 (face font-lock-constant-face) 30626 30627 (face font-lock-string-face) 30627 30641 nil 30641 30642 (face font-lock-string-face) 30642 30670 (face font-lock-constant-face) 30670 30671 (face font-lock-string-face) 30671 30685 nil 30685 30686 (face font-lock-string-face) 30686 30714 (face font-lock-constant-face) 30714 30715 (face font-lock-string-face) 30715 30729 nil 30729 30730 (face font-lock-string-face) 30730 30757 (face font-lock-constant-face) 30757 30758 (face font-lock-string-face) 30758 30783 nil 30783 30784 (face font-lock-string-face) 30784 30794 (face font-lock-keyword-face) 30794 30795 (face font-lock-string-face) 30795 30812 nil 30812 30813 (face font-lock-string-face) 30813 30834 (face font-lock-variable-name-face) 30834 30835 (face font-lock-string-face) 30835 30853 nil 30853 30854 (face font-lock-string-face) 30854 30866 (face font-lock-keyword-face) 30866 30867 (face font-lock-string-face) 30867 30887 nil 30887 30888 (face font-lock-string-face) 30888 30917 (face font-lock-function-name-face) 30917 30918 (face font-lock-string-face) 30918 30951 nil 30951 30952 (face font-lock-string-face) 30952 30959 (face font-lock-keyword-face) 30959 30960 (face font-lock-string-face) 30960 30980 nil 30980 30981 (face font-lock-string-face) 30981 31015 (face font-lock-constant-face) 31015 31016 (face font-lock-string-face) 31016 31064 nil 31064 31065 (face font-lock-string-face) 31065 31074 (face font-lock-variable-name-face) 31074 31075 (face font-lock-string-face) 31075 31093 nil 31093 31094 (face font-lock-string-face) 31094 31106 (face font-lock-keyword-face) 31106 31107 (face font-lock-string-face) 31107 31127 nil 31127 31128 (face font-lock-string-face) 31128 31175 (face font-lock-function-name-face) 31175 31176 (face font-lock-string-face) 31176 31194 nil 31194 31195 (face font-lock-string-face) 31195 31245 (face font-lock-function-name-face) 31245 31246 (face font-lock-string-face) 31246 31279 nil 31279 31280 (face font-lock-string-face) 31280 31287 (face font-lock-keyword-face) 31287 31288 (face font-lock-string-face) 31288 31308 nil 31308 31309 (face font-lock-string-face) 31309 31341 (face font-lock-constant-face) 31341 31342 (face font-lock-string-face) 31342 31423 nil 31423 31424 (face font-lock-string-face) 31424 31462 (face font-lock-variable-name-face) 31462 31463 (face font-lock-string-face) 31463 31473 nil 31473 31474 (face font-lock-string-face) 31474 31481 (face font-lock-keyword-face) 31481 31482 (face font-lock-string-face) 31482 31506 nil 31506 31507 (face font-lock-string-face) 31507 31518 (face font-lock-keyword-face) 31518 31519 (face font-lock-string-face) 31519 31521 nil 31521 31522 (face font-lock-string-face) 31522 31539 (face font-lock-function-name-face) 31539 31540 (face font-lock-string-face) 31540 31552 nil 31552 31553 (face font-lock-string-face) 31553 31557 (face font-lock-keyword-face) 31557 31558 (face font-lock-string-face) 31558 31560 nil 31560 31561 (face font-lock-string-face) 31561 31571 (face font-lock-type-face) 31571 31572 (face font-lock-string-face) 31572 31584 nil 31584 31585 (face font-lock-string-face) 31585 31597 (face font-lock-keyword-face) 31597 31598 (face font-lock-string-face) 31598 31614 nil 31614 31615 (face font-lock-string-face) 31615 31636 (face font-lock-function-name-face) 31636 31637 (face font-lock-string-face) 31637 31651 nil 31651 31652 (face font-lock-string-face) 31652 31670 (face font-lock-function-name-face) 31670 31671 (face font-lock-string-face) 31671 31696 nil 31696 31697 (face font-lock-string-face) 31697 31706 (face font-lock-keyword-face) 31706 31707 (face font-lock-string-face) 31707 31723 nil 31723 31724 (face font-lock-string-face) 31724 31728 (face font-lock-constant-face) 31728 31729 (face font-lock-string-face) 31729 31743 nil 31743 31744 (face font-lock-string-face) 31744 31748 (face font-lock-constant-face) 31748 31749 (face font-lock-string-face) 31749 31774 nil 31774 31775 (face font-lock-string-face) 31775 31782 (face font-lock-keyword-face) 31782 31783 (face font-lock-string-face) 31783 31799 nil 31799 31800 (face font-lock-string-face) 31800 31844 (face font-lock-constant-face) 31844 31845 (face font-lock-string-face) 31845 31893 nil 31893 31894 (face font-lock-string-face) 31894 31943 (face font-lock-variable-name-face) 31943 31944 (face font-lock-string-face) 31944 31954 nil 31954 31955 (face font-lock-string-face) 31955 31962 (face font-lock-keyword-face) 31962 31963 (face font-lock-string-face) 31963 31987 nil 31987 31988 (face font-lock-string-face) 31988 31999 (face font-lock-keyword-face) 31999 32000 (face font-lock-string-face) 32000 32002 nil 32002 32003 (face font-lock-string-face) 32003 32013 (face font-lock-function-name-face) 32013 32014 (face font-lock-string-face) 32014 32026 nil 32026 32027 (face font-lock-string-face) 32027 32031 (face font-lock-keyword-face) 32031 32032 (face font-lock-string-face) 32032 32034 nil 32034 32035 (face font-lock-string-face) 32035 32045 (face font-lock-type-face) 32045 32046 (face font-lock-string-face) 32046 32058 nil 32058 32059 (face font-lock-string-face) 32059 32071 (face font-lock-keyword-face) 32071 32072 (face font-lock-string-face) 32072 32088 nil 32088 32089 (face font-lock-string-face) 32089 32094 (face font-lock-function-name-face) 32094 32095 (face font-lock-string-face) 32095 32109 nil 32109 32110 (face font-lock-string-face) 32110 32121 (face font-lock-function-name-face) 32121 32122 (face font-lock-string-face) 32122 32136 nil 32136 32137 (face font-lock-string-face) 32137 32158 (face font-lock-function-name-face) 32158 32159 (face font-lock-string-face) 32159 32173 nil 32173 32174 (face font-lock-string-face) 32174 32192 (face font-lock-function-name-face) 32192 32193 (face font-lock-string-face) 32193 32218 nil 32218 32219 (face font-lock-string-face) 32219 32232 (face font-lock-keyword-face) 32232 32233 (face font-lock-string-face) 32233 32249 nil 32249 32250 (face font-lock-string-face) 32250 32259 (face font-lock-keyword-face) 32259 32260 (face font-lock-string-face) 32260 32278 nil 32278 32279 (face font-lock-string-face) 32279 32283 (face font-lock-constant-face) 32283 32284 (face font-lock-string-face) 32284 32300 nil 32300 32301 (face font-lock-string-face) 32301 32306 (face font-lock-constant-face) 32306 32307 (face font-lock-string-face) 32307 32323 nil 32323 32324 (face font-lock-string-face) 32324 32333 (face font-lock-constant-face) 32333 32334 (face font-lock-string-face) 32334 32350 nil 32350 32351 (face font-lock-string-face) 32351 32357 (face font-lock-constant-face) 32357 32358 (face font-lock-string-face) 32358 32398 nil 32398 32399 (face font-lock-string-face) 32399 32406 (face font-lock-keyword-face) 32406 32407 (face font-lock-string-face) 32407 32423 nil 32423 32424 (face font-lock-string-face) 32424 32462 (face font-lock-constant-face) 32462 32463 (face font-lock-string-face) 32463 32477 nil 32477 32478 (face font-lock-string-face) 32478 32515 (face font-lock-constant-face) 32515 32516 (face font-lock-string-face) 32516 32530 nil 32530 32531 (face font-lock-string-face) 32531 32568 (face font-lock-constant-face) 32568 32569 (face font-lock-string-face) 32569 32583 nil 32583 32584 (face font-lock-string-face) 32584 32620 (face font-lock-constant-face) 32620 32621 (face font-lock-string-face) 32621 32635 nil 32635 32636 (face font-lock-string-face) 32636 32666 (face font-lock-constant-face) 32666 32667 (face font-lock-string-face) 32667 32681 nil 32681 32682 (face font-lock-string-face) 32682 32720 (face font-lock-constant-face) 32720 32721 (face font-lock-string-face) 32721 32735 nil 32735 32736 (face font-lock-string-face) 32736 32773 (face font-lock-constant-face) 32773 32774 (face font-lock-string-face) 32774 32822 nil 32822 32823 (face font-lock-string-face) 32823 32838 (face font-lock-variable-name-face) 32838 32839 (face font-lock-string-face) 32839 32849 nil 32849 32850 (face font-lock-string-face) 32850 32857 (face font-lock-keyword-face) 32857 32858 (face font-lock-string-face) 32858 32882 nil 32882 32883 (face font-lock-string-face) 32883 32894 (face font-lock-keyword-face) 32894 32895 (face font-lock-string-face) 32895 32897 nil 32897 32898 (face font-lock-string-face) 32898 32912 (face font-lock-function-name-face) 32912 32913 (face font-lock-string-face) 32913 32925 nil 32925 32926 (face font-lock-string-face) 32926 32930 (face font-lock-keyword-face) 32930 32931 (face font-lock-string-face) 32931 32933 nil 32933 32934 (face font-lock-string-face) 32934 32948 (face font-lock-type-face) 32948 32949 (face font-lock-string-face) 32949 32961 nil 32961 32962 (face font-lock-string-face) 32962 32969 (face font-lock-keyword-face) 32969 32970 (face font-lock-string-face) 32970 32986 nil 32986 32987 (face font-lock-string-face) 32987 33022 (face font-lock-constant-face) 33022 33023 (face font-lock-string-face) 33023 33037 nil 33037 33038 (face font-lock-string-face) 33038 33072 (face font-lock-constant-face) 33072 33073 (face font-lock-string-face) 33073 33098 nil 33098 33099 (face font-lock-string-face) 33099 33111 (face font-lock-keyword-face) 33111 33112 (face font-lock-string-face) 33112 33128 nil 33128 33129 (face font-lock-string-face) 33129 33150 (face font-lock-function-name-face) 33150 33151 (face font-lock-string-face) 33151 33176 nil 33176 33177 (face font-lock-string-face) 33177 33189 (face font-lock-keyword-face) 33189 33190 (face font-lock-string-face) 33190 33206 nil 33206 33207 (face font-lock-string-face) 33207 33209 (face font-lock-constant-face) 33209 33232 (face font-lock-variable-name-face) 33232 33239 (face font-lock-constant-face) 33239 33240 (face font-lock-string-face) 33240 33265 nil 33265 33266 (face font-lock-string-face) 33266 33273 (face font-lock-keyword-face) 33273 33274 (face font-lock-string-face) 33274 33306 nil 33306 33307 (face font-lock-string-face) 33307 33318 (face font-lock-keyword-face) 33318 33319 (face font-lock-string-face) 33319 33321 nil 33321 33322 (face font-lock-string-face) 33322 33342 (face font-lock-function-name-face) 33342 33343 (face font-lock-string-face) 33343 33359 nil 33359 33360 (face font-lock-string-face) 33360 33366 (face font-lock-keyword-face) 33366 33367 (face font-lock-string-face) 33367 33387 nil 33387 33388 (face font-lock-string-face) 33388 33434 (face font-lock-constant-face) 33434 33435 (face font-lock-string-face) 33435 33453 nil 33453 33454 (face font-lock-string-face) 33454 33519 (face font-lock-constant-face) 33519 33520 (face font-lock-string-face) 33520 33553 nil 33553 33554 (face font-lock-string-face) 33554 33561 (face font-lock-keyword-face) 33561 33562 (face font-lock-string-face) 33562 33582 nil 33582 33583 (face font-lock-string-face) 33583 33585 (face font-lock-constant-face) 33585 33608 (face font-lock-variable-name-face) 33608 33647 (face font-lock-constant-face) 33647 33648 (face font-lock-string-face) 33648 33681 nil 33681 33682 (face font-lock-string-face) 33682 33688 (face font-lock-keyword-face) 33688 33689 (face font-lock-string-face) 33689 33709 nil 33709 33710 (face font-lock-string-face) 33710 33716 (face font-lock-constant-face) 33716 33717 (face font-lock-string-face) 33717 33735 nil 33735 33736 (face font-lock-string-face) 33736 33738 (face font-lock-constant-face) 33738 33743 (face font-lock-variable-name-face) 33743 33788 (face font-lock-constant-face) 33788 33789 (face font-lock-string-face) 33789 33807 nil 33807 33808 (face font-lock-string-face) 33808 33810 (face font-lock-constant-face) 33810 33811 (face font-lock-string-face) 33811 33829 nil 33829 33830 (face font-lock-string-face) 33830 33833 (face font-lock-constant-face) 33833 33840 (face font-lock-variable-name-face) 33840 33841 (face font-lock-constant-face) 33841 33842 (face font-lock-string-face) 33842 33860 nil 33860 33861 (face font-lock-string-face) 33861 33864 (face font-lock-constant-face) 33864 33872 (face font-lock-variable-name-face) 33872 33873 (face font-lock-constant-face) 33873 33874 (face font-lock-string-face) 33874 33952 nil 33952 33953 (face font-lock-string-face) 33953 33964 (face font-lock-keyword-face) 33964 33965 (face font-lock-string-face) 33965 33967 nil 33967 33968 (face font-lock-string-face) 33968 33978 (face font-lock-function-name-face) 33978 33979 (face font-lock-string-face) 33979 33991 nil 33991 33992 (face font-lock-string-face) 33992 33996 (face font-lock-keyword-face) 33996 33997 (face font-lock-string-face) 33997 33999 nil 33999 34000 (face font-lock-string-face) 34000 34004 (face font-lock-type-face) 34004 34005 (face font-lock-string-face) 34005 34017 nil 34017 34018 (face font-lock-string-face) 34018 34030 (face font-lock-keyword-face) 34030 34031 (face font-lock-string-face) 34031 34035 nil 34035 34036 (face font-lock-string-face) 34036 34062 (face font-lock-function-name-face) 34062 34063 (face font-lock-string-face) 34063 34077 nil 34077 34078 (face font-lock-string-face) 34078 34087 (face font-lock-keyword-face) 34087 34088 (face font-lock-string-face) 34088 34104 nil 34104 34105 (face font-lock-string-face) 34105 34117 (face font-lock-variable-name-face) 34117 34118 (face font-lock-string-face) 34118 34120 nil 34120 34121 (face font-lock-string-face) 34121 34126 (face font-lock-variable-name-face) 34126 34127 (face font-lock-string-face) 34127 34141 nil 34141 34142 (face font-lock-string-face) 34142 34153 (face font-lock-variable-name-face) 34153 34154 (face font-lock-string-face) 34154 34156 nil 34156 34157 (face font-lock-string-face) 34157 34174 (face font-lock-variable-name-face) 34174 34175 (face font-lock-string-face) 34175 34200 nil 34200 34201 (face font-lock-string-face) 34201 34209 (face font-lock-keyword-face) 34209 34210 (face font-lock-string-face) 34210 34214 nil 34214 34215 (face font-lock-string-face) 34215 34233 (face font-lock-constant-face) 34233 34234 (face font-lock-string-face) 34234 34268 nil 34268 34287 (face font-lock-comment-face) 34287 34293 nil 34293 34365 (face font-lock-comment-face) 34365 34371 nil 34371 34372 (face font-lock-string-face) 34372 34379 (face font-lock-keyword-face) 34379 34380 (face font-lock-string-face) 34380 34404 nil 34404 34405 (face font-lock-string-face) 34405 34416 (face font-lock-keyword-face) 34416 34417 (face font-lock-string-face) 34417 34419 nil 34419 34420 (face font-lock-string-face) 34420 34436 (face font-lock-function-name-face) 34436 34437 (face font-lock-string-face) 34437 34449 nil 34449 34450 (face font-lock-string-face) 34450 34454 (face font-lock-keyword-face) 34454 34455 (face font-lock-string-face) 34455 34457 nil 34457 34458 (face font-lock-string-face) 34458 34468 (face font-lock-type-face) 34468 34469 (face font-lock-string-face) 34469 34481 nil 34481 34482 (face font-lock-string-face) 34482 34494 (face font-lock-keyword-face) 34494 34495 (face font-lock-string-face) 34495 34511 nil 34511 34512 (face font-lock-string-face) 34512 34517 (face font-lock-function-name-face) 34517 34518 (face font-lock-string-face) 34518 34532 nil 34532 34533 (face font-lock-string-face) 34533 34551 (face font-lock-function-name-face) 34551 34552 (face font-lock-string-face) 34552 34566 nil 34566 34567 (face font-lock-string-face) 34567 34588 (face font-lock-function-name-face) 34588 34589 (face font-lock-string-face) 34589 34603 nil 34603 34604 (face font-lock-string-face) 34604 34630 (face font-lock-function-name-face) 34630 34631 (face font-lock-string-face) 34631 34645 nil 34645 34646 (face font-lock-string-face) 34646 34680 (face font-lock-function-name-face) 34680 34681 (face font-lock-string-face) 34681 34695 nil 34695 34696 (face font-lock-string-face) 34696 34730 (face font-lock-function-name-face) 34730 34731 (face font-lock-string-face) 34731 34745 nil 34745 34746 (face font-lock-string-face) 34746 34772 (face font-lock-function-name-face) 34772 34773 (face font-lock-string-face) 34773 34787 nil 34787 34788 (face font-lock-string-face) 34788 34827 (face font-lock-function-name-face) 34827 34828 (face font-lock-string-face) 34828 34853 nil 34853 34854 (face font-lock-string-face) 34854 34861 (face font-lock-keyword-face) 34861 34862 (face font-lock-string-face) 34862 34878 nil 34878 34879 (face font-lock-string-face) 34879 34904 (face font-lock-constant-face) 34904 34905 (face font-lock-string-face) 34905 34930 nil 34930 34931 (face font-lock-string-face) 34931 34941 (face font-lock-keyword-face) 34941 34942 (face font-lock-string-face) 34942 34959 nil 34959 34960 (face font-lock-string-face) 34960 34981 (face font-lock-variable-name-face) 34981 34982 (face font-lock-string-face) 34982 35000 nil 35000 35001 (face font-lock-string-face) 35001 35013 (face font-lock-keyword-face) 35013 35014 (face font-lock-string-face) 35014 35034 nil 35034 35077 (face font-lock-comment-face) 35077 35093 nil 35093 35123 (face font-lock-comment-face) 35123 35139 nil 35139 35164 (face font-lock-comment-face) 35164 35180 nil 35180 35194 (face font-lock-comment-face) 35194 35210 nil 35210 35211 (face font-lock-string-face) 35211 35240 (face font-lock-function-name-face) 35240 35241 (face font-lock-string-face) 35241 35274 nil 35274 35275 (face font-lock-string-face) 35275 35285 (face font-lock-keyword-face) 35285 35286 (face font-lock-string-face) 35286 35307 nil 35307 35308 (face font-lock-string-face) 35308 35329 (face font-lock-variable-name-face) 35329 35330 (face font-lock-string-face) 35330 35352 nil 35352 35353 (face font-lock-string-face) 35353 35365 (face font-lock-keyword-face) 35365 35366 (face font-lock-string-face) 35366 35390 nil 35390 35391 (face font-lock-string-face) 35391 35432 (face font-lock-function-name-face) 35432 35433 (face font-lock-string-face) 35433 35553 nil 35553 35554 (face font-lock-string-face) 35554 35565 (face font-lock-keyword-face) 35565 35566 (face font-lock-string-face) 35566 35568 nil 35568 35569 (face font-lock-string-face) 35569 35592 (face font-lock-function-name-face) 35592 35593 (face font-lock-string-face) 35593 35605 nil 35605 35606 (face font-lock-string-face) 35606 35610 (face font-lock-keyword-face) 35610 35611 (face font-lock-string-face) 35611 35613 nil 35613 35614 (face font-lock-string-face) 35614 35624 (face font-lock-type-face) 35624 35625 (face font-lock-string-face) 35625 35637 nil 35637 35638 (face font-lock-string-face) 35638 35650 (face font-lock-keyword-face) 35650 35651 (face font-lock-string-face) 35651 35667 nil 35667 35668 (face font-lock-string-face) 35668 35673 (face font-lock-function-name-face) 35673 35674 (face font-lock-string-face) 35674 35688 nil 35688 35689 (face font-lock-string-face) 35689 35707 (face font-lock-function-name-face) 35707 35708 (face font-lock-string-face) 35708 35722 nil 35722 35723 (face font-lock-string-face) 35723 35757 (face font-lock-function-name-face) 35757 35758 (face font-lock-string-face) 35758 35772 nil 35772 35773 (face font-lock-string-face) 35773 35799 (face font-lock-function-name-face) 35799 35800 (face font-lock-string-face) 35800 35814 nil 35814 35815 (face font-lock-string-face) 35815 35841 (face font-lock-function-name-face) 35841 35842 (face font-lock-string-face) 35842 35856 nil 35856 35857 (face font-lock-string-face) 35857 35896 (face font-lock-function-name-face) 35896 35897 (face font-lock-string-face) 35897 35922 nil 35922 35923 (face font-lock-string-face) 35923 35930 (face font-lock-keyword-face) 35930 35931 (face font-lock-string-face) 35931 35947 nil 35947 35948 (face font-lock-string-face) 35948 35970 (face font-lock-constant-face) 35970 35971 (face font-lock-string-face) 35971 35985 nil 35985 35986 (face font-lock-string-face) 35986 36011 (face font-lock-constant-face) 36011 36012 (face font-lock-string-face) 36012 36026 nil 36026 36027 (face font-lock-string-face) 36027 36060 (face font-lock-constant-face) 36060 36061 (face font-lock-string-face) 36061 36075 nil 36075 36076 (face font-lock-string-face) 36076 36117 (face font-lock-constant-face) 36117 36118 (face font-lock-string-face) 36118 36143 nil 36143 36144 (face font-lock-string-face) 36144 36154 (face font-lock-keyword-face) 36154 36155 (face font-lock-string-face) 36155 36172 nil 36172 36173 (face font-lock-string-face) 36173 36198 (face font-lock-variable-name-face) 36198 36199 (face font-lock-string-face) 36199 36217 nil 36217 36218 (face font-lock-string-face) 36218 36228 (face font-lock-keyword-face) 36228 36229 (face font-lock-string-face) 36229 36250 nil 36250 36251 (face font-lock-string-face) 36251 36272 (face font-lock-variable-name-face) 36272 36273 (face font-lock-string-face) 36273 36295 nil 36295 36296 (face font-lock-string-face) 36296 36308 (face font-lock-keyword-face) 36308 36309 (face font-lock-string-face) 36309 36333 nil 36333 36334 (face font-lock-string-face) 36334 36375 (face font-lock-function-name-face) 36375 36376 (face font-lock-string-face) 36376 36496 nil 36496 36497 (face font-lock-string-face) 36497 36508 (face font-lock-keyword-face) 36508 36509 (face font-lock-string-face) 36509 36511 nil 36511 36512 (face font-lock-string-face) 36512 36524 (face font-lock-function-name-face) 36524 36525 (face font-lock-string-face) 36525 36537 nil 36537 36538 (face font-lock-string-face) 36538 36542 (face font-lock-keyword-face) 36542 36543 (face font-lock-string-face) 36543 36545 nil 36545 36546 (face font-lock-string-face) 36546 36556 (face font-lock-type-face) 36556 36557 (face font-lock-string-face) 36557 36569 nil 36569 36570 (face font-lock-string-face) 36570 36582 (face font-lock-keyword-face) 36582 36583 (face font-lock-string-face) 36583 36599 nil 36599 36600 (face font-lock-string-face) 36600 36605 (face font-lock-function-name-face) 36605 36606 (face font-lock-string-face) 36606 36620 nil 36620 36621 (face font-lock-string-face) 36621 36642 (face font-lock-function-name-face) 36642 36643 (face font-lock-string-face) 36643 36657 nil 36657 36658 (face font-lock-string-face) 36658 36697 (face font-lock-function-name-face) 36697 36698 (face font-lock-string-face) 36698 36723 nil 36723 36724 (face font-lock-string-face) 36724 36731 (face font-lock-keyword-face) 36731 36732 (face font-lock-string-face) 36732 36748 nil 36748 36749 (face font-lock-string-face) 36749 36782 (face font-lock-constant-face) 36782 36783 (face font-lock-string-face) 36783 36829 nil 36829 36830 (face font-lock-string-face) 36830 36841 (face font-lock-keyword-face) 36841 36842 (face font-lock-string-face) 36842 36844 nil 36844 36845 (face font-lock-string-face) 36845 36856 (face font-lock-function-name-face) 36856 36857 (face font-lock-string-face) 36857 36869 nil 36869 36870 (face font-lock-string-face) 36870 36874 (face font-lock-keyword-face) 36874 36875 (face font-lock-string-face) 36875 36877 nil 36877 36878 (face font-lock-string-face) 36878 36888 (face font-lock-type-face) 36888 36889 (face font-lock-string-face) 36889 36901 nil 36901 36902 (face font-lock-string-face) 36902 36914 (face font-lock-keyword-face) 36914 36915 (face font-lock-string-face) 36915 36931 nil 36931 36932 (face font-lock-string-face) 36932 36937 (face font-lock-function-name-face) 36937 36938 (face font-lock-string-face) 36938 36952 nil 36952 36953 (face font-lock-string-face) 36953 36974 (face font-lock-function-name-face) 36974 36975 (face font-lock-string-face) 36975 36989 nil 36989 36990 (face font-lock-string-face) 36990 37029 (face font-lock-function-name-face) 37029 37030 (face font-lock-string-face) 37030 37055 nil 37055 37056 (face font-lock-string-face) 37056 37063 (face font-lock-keyword-face) 37063 37064 (face font-lock-string-face) 37064 37080 nil 37080 37081 (face font-lock-string-face) 37081 37113 (face font-lock-constant-face) 37113 37114 (face font-lock-string-face) 37114 37163 nil) diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/tools/graphviz.py b/software/flow/node_modules/npm/node_modules/node-gyp/gyp/tools/graphviz.py deleted file mode 100755 index f19426b..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/tools/graphviz.py +++ /dev/null @@ -1,102 +0,0 @@ -#!/usr/bin/env python3 - -# Copyright (c) 2011 Google Inc. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - -"""Using the JSON dumped by the dump-dependency-json generator, -generate input suitable for graphviz to render a dependency graph of -targets.""" - - -import collections -import json -import sys - - -def ParseTarget(target): - target, _, suffix = target.partition("#") - filename, _, target = target.partition(":") - return filename, target, suffix - - -def LoadEdges(filename, targets): - """Load the edges map from the dump file, and filter it to only - show targets in |targets| and their depedendents.""" - - file = open("dump.json") - edges = json.load(file) - file.close() - - # Copy out only the edges we're interested in from the full edge list. - target_edges = {} - to_visit = targets[:] - while to_visit: - src = to_visit.pop() - if src in target_edges: - continue - target_edges[src] = edges[src] - to_visit.extend(edges[src]) - - return target_edges - - -def WriteGraph(edges): - """Print a graphviz graph to stdout. - |edges| is a map of target to a list of other targets it depends on.""" - - # Bucket targets by file. - files = collections.defaultdict(list) - for src, dst in edges.items(): - build_file, target_name, toolset = ParseTarget(src) - files[build_file].append(src) - - print("digraph D {") - print(" fontsize=8") # Used by subgraphs. - print(" node [fontsize=8]") - - # Output nodes by file. We must first write out each node within - # its file grouping before writing out any edges that may refer - # to those nodes. - for filename, targets in files.items(): - if len(targets) == 1: - # If there's only one node for this file, simplify - # the display by making it a box without an internal node. - target = targets[0] - build_file, target_name, toolset = ParseTarget(target) - print( - f' "{target}" [shape=box, label="{filename}\\n{target_name}"]' - ) - else: - # Group multiple nodes together in a subgraph. - print(' subgraph "cluster_%s" {' % filename) - print(' label = "%s"' % filename) - for target in targets: - build_file, target_name, toolset = ParseTarget(target) - print(f' "{target}" [label="{target_name}"]') - print(" }") - - # Now that we've placed all the nodes within subgraphs, output all - # the edges between nodes. - for src, dsts in edges.items(): - for dst in dsts: - print(f' "{src}" -> "{dst}"') - - print("}") - - -def main(): - if len(sys.argv) < 2: - print(__doc__, file=sys.stderr) - print(file=sys.stderr) - print("usage: %s target1 target2..." % (sys.argv[0]), file=sys.stderr) - return 1 - - edges = LoadEdges("dump.json", sys.argv[1:]) - - WriteGraph(edges) - return 0 - - -if __name__ == "__main__": - sys.exit(main()) diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/tools/pretty_gyp.py b/software/flow/node_modules/npm/node_modules/node-gyp/gyp/tools/pretty_gyp.py deleted file mode 100755 index 6eef3a1..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/tools/pretty_gyp.py +++ /dev/null @@ -1,156 +0,0 @@ -#!/usr/bin/env python3 - -# Copyright (c) 2012 Google Inc. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - -"""Pretty-prints the contents of a GYP file.""" - - -import sys -import re - - -# Regex to remove comments when we're counting braces. -COMMENT_RE = re.compile(r"\s*#.*") - -# Regex to remove quoted strings when we're counting braces. -# It takes into account quoted quotes, and makes sure that the quotes match. -# NOTE: It does not handle quotes that span more than one line, or -# cases where an escaped quote is preceded by an escaped backslash. -QUOTE_RE_STR = r'(?P<q>[\'"])(.*?)(?<![^\\][\\])(?P=q)' -QUOTE_RE = re.compile(QUOTE_RE_STR) - - -def comment_replace(matchobj): - return matchobj.group(1) + matchobj.group(2) + "#" * len(matchobj.group(3)) - - -def mask_comments(input): - """Mask the quoted strings so we skip braces inside quoted strings.""" - search_re = re.compile(r"(.*?)(#)(.*)") - return [search_re.sub(comment_replace, line) for line in input] - - -def quote_replace(matchobj): - return "{}{}{}{}".format( - matchobj.group(1), - matchobj.group(2), - "x" * len(matchobj.group(3)), - matchobj.group(2), - ) - - -def mask_quotes(input): - """Mask the quoted strings so we skip braces inside quoted strings.""" - search_re = re.compile(r"(.*?)" + QUOTE_RE_STR) - return [search_re.sub(quote_replace, line) for line in input] - - -def do_split(input, masked_input, search_re): - output = [] - mask_output = [] - for (line, masked_line) in zip(input, masked_input): - m = search_re.match(masked_line) - while m: - split = len(m.group(1)) - line = line[:split] + r"\n" + line[split:] - masked_line = masked_line[:split] + r"\n" + masked_line[split:] - m = search_re.match(masked_line) - output.extend(line.split(r"\n")) - mask_output.extend(masked_line.split(r"\n")) - return (output, mask_output) - - -def split_double_braces(input): - """Masks out the quotes and comments, and then splits appropriate - lines (lines that matche the double_*_brace re's above) before - indenting them below. - - These are used to split lines which have multiple braces on them, so - that the indentation looks prettier when all laid out (e.g. closing - braces make a nice diagonal line). - """ - double_open_brace_re = re.compile(r"(.*?[\[\{\(,])(\s*)([\[\{\(])") - double_close_brace_re = re.compile(r"(.*?[\]\}\)],?)(\s*)([\]\}\)])") - - masked_input = mask_quotes(input) - masked_input = mask_comments(masked_input) - - (output, mask_output) = do_split(input, masked_input, double_open_brace_re) - (output, mask_output) = do_split(output, mask_output, double_close_brace_re) - - return output - - -def count_braces(line): - """keeps track of the number of braces on a given line and returns the result. - - It starts at zero and subtracts for closed braces, and adds for open braces. - """ - open_braces = ["[", "(", "{"] - close_braces = ["]", ")", "}"] - closing_prefix_re = re.compile(r"[^\s\]\}\)]\s*[\]\}\)]+,?\s*$") - cnt = 0 - stripline = COMMENT_RE.sub(r"", line) - stripline = QUOTE_RE.sub(r"''", stripline) - for char in stripline: - for brace in open_braces: - if char == brace: - cnt += 1 - for brace in close_braces: - if char == brace: - cnt -= 1 - - after = False - if cnt > 0: - after = True - - # This catches the special case of a closing brace having something - # other than just whitespace ahead of it -- we don't want to - # unindent that until after this line is printed so it stays with - # the previous indentation level. - if cnt < 0 and closing_prefix_re.match(stripline): - after = True - return (cnt, after) - - -def prettyprint_input(lines): - """Does the main work of indenting the input based on the brace counts.""" - indent = 0 - basic_offset = 2 - for line in lines: - if COMMENT_RE.match(line): - print(line) - else: - line = line.strip("\r\n\t ") # Otherwise doesn't strip \r on Unix. - if len(line) > 0: - (brace_diff, after) = count_braces(line) - if brace_diff != 0: - if after: - print(" " * (basic_offset * indent) + line) - indent += brace_diff - else: - indent += brace_diff - print(" " * (basic_offset * indent) + line) - else: - print(" " * (basic_offset * indent) + line) - else: - print("") - - -def main(): - if len(sys.argv) > 1: - data = open(sys.argv[1]).read().splitlines() - else: - data = sys.stdin.read().splitlines() - # Split up the double braces. - lines = split_double_braces(data) - - # Indent and print the output. - prettyprint_input(lines) - return 0 - - -if __name__ == "__main__": - sys.exit(main()) diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/tools/pretty_sln.py b/software/flow/node_modules/npm/node_modules/node-gyp/gyp/tools/pretty_sln.py deleted file mode 100755 index 6ca0cd1..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/tools/pretty_sln.py +++ /dev/null @@ -1,181 +0,0 @@ -#!/usr/bin/env python3 - -# Copyright (c) 2012 Google Inc. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - -"""Prints the information in a sln file in a diffable way. - - It first outputs each projects in alphabetical order with their - dependencies. - - Then it outputs a possible build order. -""" - - -import os -import re -import sys -import pretty_vcproj - -__author__ = "nsylvain (Nicolas Sylvain)" - - -def BuildProject(project, built, projects, deps): - # if all dependencies are done, we can build it, otherwise we try to build the - # dependency. - # This is not infinite-recursion proof. - for dep in deps[project]: - if dep not in built: - BuildProject(dep, built, projects, deps) - print(project) - built.append(project) - - -def ParseSolution(solution_file): - # All projects, their clsid and paths. - projects = dict() - - # A list of dependencies associated with a project. - dependencies = dict() - - # Regular expressions that matches the SLN format. - # The first line of a project definition. - begin_project = re.compile( - r'^Project\("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942' - r'}"\) = "(.*)", "(.*)", "(.*)"$' - ) - # The last line of a project definition. - end_project = re.compile("^EndProject$") - # The first line of a dependency list. - begin_dep = re.compile(r"ProjectSection\(ProjectDependencies\) = postProject$") - # The last line of a dependency list. - end_dep = re.compile("EndProjectSection$") - # A line describing a dependency. - dep_line = re.compile(" *({.*}) = ({.*})$") - - in_deps = False - solution = open(solution_file) - for line in solution: - results = begin_project.search(line) - if results: - # Hack to remove icu because the diff is too different. - if results.group(1).find("icu") != -1: - continue - # We remove "_gyp" from the names because it helps to diff them. - current_project = results.group(1).replace("_gyp", "") - projects[current_project] = [ - results.group(2).replace("_gyp", ""), - results.group(3), - results.group(2), - ] - dependencies[current_project] = [] - continue - - results = end_project.search(line) - if results: - current_project = None - continue - - results = begin_dep.search(line) - if results: - in_deps = True - continue - - results = end_dep.search(line) - if results: - in_deps = False - continue - - results = dep_line.search(line) - if results and in_deps and current_project: - dependencies[current_project].append(results.group(1)) - continue - - # Change all dependencies clsid to name instead. - for project in dependencies: - # For each dependencies in this project - new_dep_array = [] - for dep in dependencies[project]: - # Look for the project name matching this cldis - for project_info in projects: - if projects[project_info][1] == dep: - new_dep_array.append(project_info) - dependencies[project] = sorted(new_dep_array) - - return (projects, dependencies) - - -def PrintDependencies(projects, deps): - print("---------------------------------------") - print("Dependencies for all projects") - print("---------------------------------------") - print("-- --") - - for (project, dep_list) in sorted(deps.items()): - print("Project : %s" % project) - print("Path : %s" % projects[project][0]) - if dep_list: - for dep in dep_list: - print(" - %s" % dep) - print("") - - print("-- --") - - -def PrintBuildOrder(projects, deps): - print("---------------------------------------") - print("Build order ") - print("---------------------------------------") - print("-- --") - - built = [] - for (project, _) in sorted(deps.items()): - if project not in built: - BuildProject(project, built, projects, deps) - - print("-- --") - - -def PrintVCProj(projects): - - for project in projects: - print("-------------------------------------") - print("-------------------------------------") - print(project) - print(project) - print(project) - print("-------------------------------------") - print("-------------------------------------") - - project_path = os.path.abspath( - os.path.join(os.path.dirname(sys.argv[1]), projects[project][2]) - ) - - pretty = pretty_vcproj - argv = [ - "", - project_path, - "$(SolutionDir)=%s\\" % os.path.dirname(sys.argv[1]), - ] - argv.extend(sys.argv[3:]) - pretty.main(argv) - - -def main(): - # check if we have exactly 1 parameter. - if len(sys.argv) < 2: - print('Usage: %s "c:\\path\\to\\project.sln"' % sys.argv[0]) - return 1 - - (projects, deps) = ParseSolution(sys.argv[1]) - PrintDependencies(projects, deps) - PrintBuildOrder(projects, deps) - - if "--recursive" in sys.argv: - PrintVCProj(projects) - return 0 - - -if __name__ == "__main__": - sys.exit(main()) diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/tools/pretty_vcproj.py b/software/flow/node_modules/npm/node_modules/node-gyp/gyp/tools/pretty_vcproj.py deleted file mode 100755 index 00d32de..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/gyp/tools/pretty_vcproj.py +++ /dev/null @@ -1,339 +0,0 @@ -#!/usr/bin/env python3 - -# Copyright (c) 2012 Google Inc. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - -"""Make the format of a vcproj really pretty. - - This script normalize and sort an xml. It also fetches all the properties - inside linked vsprops and include them explicitly in the vcproj. - - It outputs the resulting xml to stdout. -""" - - -import os -import sys - -from xml.dom.minidom import parse -from xml.dom.minidom import Node - -__author__ = "nsylvain (Nicolas Sylvain)" -ARGUMENTS = None -REPLACEMENTS = dict() - - -def cmp(x, y): - return (x > y) - (x < y) - - -class CmpTuple: - """Compare function between 2 tuple.""" - - def __call__(self, x, y): - return cmp(x[0], y[0]) - - -class CmpNode: - """Compare function between 2 xml nodes.""" - - def __call__(self, x, y): - def get_string(node): - node_string = "node" - node_string += node.nodeName - if node.nodeValue: - node_string += node.nodeValue - - if node.attributes: - # We first sort by name, if present. - node_string += node.getAttribute("Name") - - all_nodes = [] - for (name, value) in node.attributes.items(): - all_nodes.append((name, value)) - - all_nodes.sort(CmpTuple()) - for (name, value) in all_nodes: - node_string += name - node_string += value - - return node_string - - return cmp(get_string(x), get_string(y)) - - -def PrettyPrintNode(node, indent=0): - if node.nodeType == Node.TEXT_NODE: - if node.data.strip(): - print("{}{}".format(" " * indent, node.data.strip())) - return - - if node.childNodes: - node.normalize() - # Get the number of attributes - attr_count = 0 - if node.attributes: - attr_count = node.attributes.length - - # Print the main tag - if attr_count == 0: - print("{}<{}>".format(" " * indent, node.nodeName)) - else: - print("{}<{}".format(" " * indent, node.nodeName)) - - all_attributes = [] - for (name, value) in node.attributes.items(): - all_attributes.append((name, value)) - all_attributes.sort(CmpTuple()) - for (name, value) in all_attributes: - print('{} {}="{}"'.format(" " * indent, name, value)) - print("%s>" % (" " * indent)) - if node.nodeValue: - print("{} {}".format(" " * indent, node.nodeValue)) - - for sub_node in node.childNodes: - PrettyPrintNode(sub_node, indent=indent + 2) - print("{}</{}>".format(" " * indent, node.nodeName)) - - -def FlattenFilter(node): - """Returns a list of all the node and sub nodes.""" - node_list = [] - - if node.attributes and node.getAttribute("Name") == "_excluded_files": - # We don't add the "_excluded_files" filter. - return [] - - for current in node.childNodes: - if current.nodeName == "Filter": - node_list.extend(FlattenFilter(current)) - else: - node_list.append(current) - - return node_list - - -def FixFilenames(filenames, current_directory): - new_list = [] - for filename in filenames: - if filename: - for key in REPLACEMENTS: - filename = filename.replace(key, REPLACEMENTS[key]) - os.chdir(current_directory) - filename = filename.strip("\"' ") - if filename.startswith("$"): - new_list.append(filename) - else: - new_list.append(os.path.abspath(filename)) - return new_list - - -def AbsoluteNode(node): - """Makes all the properties we know about in this node absolute.""" - if node.attributes: - for (name, value) in node.attributes.items(): - if name in [ - "InheritedPropertySheets", - "RelativePath", - "AdditionalIncludeDirectories", - "IntermediateDirectory", - "OutputDirectory", - "AdditionalLibraryDirectories", - ]: - # We want to fix up these paths - path_list = value.split(";") - new_list = FixFilenames(path_list, os.path.dirname(ARGUMENTS[1])) - node.setAttribute(name, ";".join(new_list)) - if not value: - node.removeAttribute(name) - - -def CleanupVcproj(node): - """For each sub node, we call recursively this function.""" - for sub_node in node.childNodes: - AbsoluteNode(sub_node) - CleanupVcproj(sub_node) - - # Normalize the node, and remove all extraneous whitespaces. - for sub_node in node.childNodes: - if sub_node.nodeType == Node.TEXT_NODE: - sub_node.data = sub_node.data.replace("\r", "") - sub_node.data = sub_node.data.replace("\n", "") - sub_node.data = sub_node.data.rstrip() - - # Fix all the semicolon separated attributes to be sorted, and we also - # remove the dups. - if node.attributes: - for (name, value) in node.attributes.items(): - sorted_list = sorted(value.split(";")) - unique_list = [] - for i in sorted_list: - if not unique_list.count(i): - unique_list.append(i) - node.setAttribute(name, ";".join(unique_list)) - if not value: - node.removeAttribute(name) - - if node.childNodes: - node.normalize() - - # For each node, take a copy, and remove it from the list. - node_array = [] - while node.childNodes and node.childNodes[0]: - # Take a copy of the node and remove it from the list. - current = node.childNodes[0] - node.removeChild(current) - - # If the child is a filter, we want to append all its children - # to this same list. - if current.nodeName == "Filter": - node_array.extend(FlattenFilter(current)) - else: - node_array.append(current) - - # Sort the list. - node_array.sort(CmpNode()) - - # Insert the nodes in the correct order. - for new_node in node_array: - # But don't append empty tool node. - if new_node.nodeName == "Tool": - if new_node.attributes and new_node.attributes.length == 1: - # This one was empty. - continue - if new_node.nodeName == "UserMacro": - continue - node.appendChild(new_node) - - -def GetConfiguationNodes(vcproj): - # TODO(nsylvain): Find a better way to navigate the xml. - nodes = [] - for node in vcproj.childNodes: - if node.nodeName == "Configurations": - for sub_node in node.childNodes: - if sub_node.nodeName == "Configuration": - nodes.append(sub_node) - - return nodes - - -def GetChildrenVsprops(filename): - dom = parse(filename) - if dom.documentElement.attributes: - vsprops = dom.documentElement.getAttribute("InheritedPropertySheets") - return FixFilenames(vsprops.split(";"), os.path.dirname(filename)) - return [] - - -def SeekToNode(node1, child2): - # A text node does not have properties. - if child2.nodeType == Node.TEXT_NODE: - return None - - # Get the name of the current node. - current_name = child2.getAttribute("Name") - if not current_name: - # There is no name. We don't know how to merge. - return None - - # Look through all the nodes to find a match. - for sub_node in node1.childNodes: - if sub_node.nodeName == child2.nodeName: - name = sub_node.getAttribute("Name") - if name == current_name: - return sub_node - - # No match. We give up. - return None - - -def MergeAttributes(node1, node2): - # No attributes to merge? - if not node2.attributes: - return - - for (name, value2) in node2.attributes.items(): - # Don't merge the 'Name' attribute. - if name == "Name": - continue - value1 = node1.getAttribute(name) - if value1: - # The attribute exist in the main node. If it's equal, we leave it - # untouched, otherwise we concatenate it. - if value1 != value2: - node1.setAttribute(name, ";".join([value1, value2])) - else: - # The attribute does not exist in the main node. We append this one. - node1.setAttribute(name, value2) - - # If the attribute was a property sheet attributes, we remove it, since - # they are useless. - if name == "InheritedPropertySheets": - node1.removeAttribute(name) - - -def MergeProperties(node1, node2): - MergeAttributes(node1, node2) - for child2 in node2.childNodes: - child1 = SeekToNode(node1, child2) - if child1: - MergeProperties(child1, child2) - else: - node1.appendChild(child2.cloneNode(True)) - - -def main(argv): - """Main function of this vcproj prettifier.""" - global ARGUMENTS - ARGUMENTS = argv - - # check if we have exactly 1 parameter. - if len(argv) < 2: - print( - 'Usage: %s "c:\\path\\to\\vcproj.vcproj" [key1=value1] ' - "[key2=value2]" % argv[0] - ) - return 1 - - # Parse the keys - for i in range(2, len(argv)): - (key, value) = argv[i].split("=") - REPLACEMENTS[key] = value - - # Open the vcproj and parse the xml. - dom = parse(argv[1]) - - # First thing we need to do is find the Configuration Node and merge them - # with the vsprops they include. - for configuration_node in GetConfiguationNodes(dom.documentElement): - # Get the property sheets associated with this configuration. - vsprops = configuration_node.getAttribute("InheritedPropertySheets") - - # Fix the filenames to be absolute. - vsprops_list = FixFilenames( - vsprops.strip().split(";"), os.path.dirname(argv[1]) - ) - - # Extend the list of vsprops with all vsprops contained in the current - # vsprops. - for current_vsprops in vsprops_list: - vsprops_list.extend(GetChildrenVsprops(current_vsprops)) - - # Now that we have all the vsprops, we need to merge them. - for current_vsprops in vsprops_list: - MergeProperties(configuration_node, parse(current_vsprops).documentElement) - - # Now that everything is merged, we need to cleanup the xml. - CleanupVcproj(dom.documentElement) - - # Finally, we use the prett xml function to print the vcproj back to the - # user. - # print dom.toprettyxml(newl="\n") - PrettyPrintNode(dom.documentElement) - return 0 - - -if __name__ == "__main__": - sys.exit(main(sys.argv)) diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/lib/Find-VisualStudio.cs b/software/flow/node_modules/npm/node_modules/node-gyp/lib/Find-VisualStudio.cs deleted file mode 100644 index d2e45a7..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/lib/Find-VisualStudio.cs +++ /dev/null @@ -1,250 +0,0 @@ -// Copyright 2017 - Refael Ackermann -// Distributed under MIT style license -// See accompanying file LICENSE at https://github.com/node4good/windows-autoconf - -// Usage: -// powershell -ExecutionPolicy Unrestricted -Command "Add-Type -Path Find-VisualStudio.cs; [VisualStudioConfiguration.Main]::PrintJson()" -// This script needs to be compatible with PowerShell v2 to run on Windows 2008R2 and Windows 7. - -using System; -using System.Text; -using System.Runtime.InteropServices; -using System.Collections.Generic; - -namespace VisualStudioConfiguration -{ - [Flags] - public enum InstanceState : uint - { - None = 0, - Local = 1, - Registered = 2, - NoRebootRequired = 4, - NoErrors = 8, - Complete = 4294967295, - } - - [Guid("6380BCFF-41D3-4B2E-8B2E-BF8A6810C848")] - [InterfaceType(ComInterfaceType.InterfaceIsIUnknown)] - [ComImport] - public interface IEnumSetupInstances - { - - void Next([MarshalAs(UnmanagedType.U4), In] int celt, - [MarshalAs(UnmanagedType.LPArray, ArraySubType = UnmanagedType.Interface), Out] ISetupInstance[] rgelt, - [MarshalAs(UnmanagedType.U4)] out int pceltFetched); - - void Skip([MarshalAs(UnmanagedType.U4), In] int celt); - - void Reset(); - - [return: MarshalAs(UnmanagedType.Interface)] - IEnumSetupInstances Clone(); - } - - [Guid("42843719-DB4C-46C2-8E7C-64F1816EFD5B")] - [InterfaceType(ComInterfaceType.InterfaceIsIUnknown)] - [ComImport] - public interface ISetupConfiguration - { - } - - [Guid("26AAB78C-4A60-49D6-AF3B-3C35BC93365D")] - [InterfaceType(ComInterfaceType.InterfaceIsIUnknown)] - [ComImport] - public interface ISetupConfiguration2 : ISetupConfiguration - { - - [return: MarshalAs(UnmanagedType.Interface)] - IEnumSetupInstances EnumInstances(); - - [return: MarshalAs(UnmanagedType.Interface)] - ISetupInstance GetInstanceForCurrentProcess(); - - [return: MarshalAs(UnmanagedType.Interface)] - ISetupInstance GetInstanceForPath([MarshalAs(UnmanagedType.LPWStr), In] string path); - - [return: MarshalAs(UnmanagedType.Interface)] - IEnumSetupInstances EnumAllInstances(); - } - - [Guid("B41463C3-8866-43B5-BC33-2B0676F7F42E")] - [InterfaceType(ComInterfaceType.InterfaceIsIUnknown)] - [ComImport] - public interface ISetupInstance - { - } - - [Guid("89143C9A-05AF-49B0-B717-72E218A2185C")] - [InterfaceType(ComInterfaceType.InterfaceIsIUnknown)] - [ComImport] - public interface ISetupInstance2 : ISetupInstance - { - [return: MarshalAs(UnmanagedType.BStr)] - string GetInstanceId(); - - [return: MarshalAs(UnmanagedType.Struct)] - System.Runtime.InteropServices.ComTypes.FILETIME GetInstallDate(); - - [return: MarshalAs(UnmanagedType.BStr)] - string GetInstallationName(); - - [return: MarshalAs(UnmanagedType.BStr)] - string GetInstallationPath(); - - [return: MarshalAs(UnmanagedType.BStr)] - string GetInstallationVersion(); - - [return: MarshalAs(UnmanagedType.BStr)] - string GetDisplayName([MarshalAs(UnmanagedType.U4), In] int lcid); - - [return: MarshalAs(UnmanagedType.BStr)] - string GetDescription([MarshalAs(UnmanagedType.U4), In] int lcid); - - [return: MarshalAs(UnmanagedType.BStr)] - string ResolvePath([MarshalAs(UnmanagedType.LPWStr), In] string pwszRelativePath); - - [return: MarshalAs(UnmanagedType.U4)] - InstanceState GetState(); - - [return: MarshalAs(UnmanagedType.SafeArray, SafeArraySubType = VarEnum.VT_UNKNOWN)] - ISetupPackageReference[] GetPackages(); - - ISetupPackageReference GetProduct(); - - [return: MarshalAs(UnmanagedType.BStr)] - string GetProductPath(); - - [return: MarshalAs(UnmanagedType.VariantBool)] - bool IsLaunchable(); - - [return: MarshalAs(UnmanagedType.VariantBool)] - bool IsComplete(); - - [return: MarshalAs(UnmanagedType.SafeArray, SafeArraySubType = VarEnum.VT_UNKNOWN)] - ISetupPropertyStore GetProperties(); - - [return: MarshalAs(UnmanagedType.BStr)] - string GetEnginePath(); - } - - [Guid("DA8D8A16-B2B6-4487-A2F1-594CCCCD6BF5")] - [InterfaceType(ComInterfaceType.InterfaceIsIUnknown)] - [ComImport] - public interface ISetupPackageReference - { - - [return: MarshalAs(UnmanagedType.BStr)] - string GetId(); - - [return: MarshalAs(UnmanagedType.BStr)] - string GetVersion(); - - [return: MarshalAs(UnmanagedType.BStr)] - string GetChip(); - - [return: MarshalAs(UnmanagedType.BStr)] - string GetLanguage(); - - [return: MarshalAs(UnmanagedType.BStr)] - string GetBranch(); - - [return: MarshalAs(UnmanagedType.BStr)] - string GetType(); - - [return: MarshalAs(UnmanagedType.BStr)] - string GetUniqueId(); - - [return: MarshalAs(UnmanagedType.VariantBool)] - bool GetIsExtension(); - } - - [Guid("c601c175-a3be-44bc-91f6-4568d230fc83")] - [InterfaceType(ComInterfaceType.InterfaceIsIUnknown)] - [ComImport] - public interface ISetupPropertyStore - { - - [return: MarshalAs(UnmanagedType.SafeArray, SafeArraySubType = VarEnum.VT_BSTR)] - string[] GetNames(); - - object GetValue([MarshalAs(UnmanagedType.LPWStr), In] string pwszName); - } - - [Guid("42843719-DB4C-46C2-8E7C-64F1816EFD5B")] - [CoClass(typeof(SetupConfigurationClass))] - [ComImport] - public interface SetupConfiguration : ISetupConfiguration2, ISetupConfiguration - { - } - - [Guid("177F0C4A-1CD3-4DE7-A32C-71DBBB9FA36D")] - [ClassInterface(ClassInterfaceType.None)] - [ComImport] - public class SetupConfigurationClass - { - } - - public static class Main - { - public static void PrintJson() - { - ISetupConfiguration query = new SetupConfiguration(); - ISetupConfiguration2 query2 = (ISetupConfiguration2)query; - IEnumSetupInstances e = query2.EnumAllInstances(); - - int pceltFetched; - ISetupInstance2[] rgelt = new ISetupInstance2[1]; - List<string> instances = new List<string>(); - while (true) - { - e.Next(1, rgelt, out pceltFetched); - if (pceltFetched <= 0) - { - Console.WriteLine(String.Format("[{0}]", string.Join(",", instances.ToArray()))); - return; - } - - try - { - instances.Add(InstanceJson(rgelt[0])); - } - catch (COMException) - { - // Ignore instances that can't be queried. - } - } - } - - private static string JsonString(string s) - { - return "\"" + s.Replace("\\", "\\\\").Replace("\"", "\\\"") + "\""; - } - - private static string InstanceJson(ISetupInstance2 setupInstance2) - { - // Visual Studio component directory: - // https://docs.microsoft.com/en-us/visualstudio/install/workload-and-component-ids - - StringBuilder json = new StringBuilder(); - json.Append("{"); - - string path = JsonString(setupInstance2.GetInstallationPath()); - json.Append(String.Format("\"path\":{0},", path)); - - string version = JsonString(setupInstance2.GetInstallationVersion()); - json.Append(String.Format("\"version\":{0},", version)); - - List<string> packages = new List<string>(); - foreach (ISetupPackageReference package in setupInstance2.GetPackages()) - { - string id = JsonString(package.GetId()); - packages.Add(id); - } - json.Append(String.Format("\"packages\":[{0}]", string.Join(",", packages.ToArray()))); - - json.Append("}"); - return json.ToString(); - } - } -} diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/lib/build.js b/software/flow/node_modules/npm/node_modules/node-gyp/lib/build.js deleted file mode 100644 index ea1f906..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/lib/build.js +++ /dev/null @@ -1,213 +0,0 @@ -'use strict' - -const fs = require('graceful-fs') -const path = require('path') -const glob = require('glob') -const log = require('npmlog') -const which = require('which') -const win = process.platform === 'win32' - -function build (gyp, argv, callback) { - var platformMake = 'make' - if (process.platform === 'aix') { - platformMake = 'gmake' - } else if (process.platform === 'os400') { - platformMake = 'gmake' - } else if (process.platform.indexOf('bsd') !== -1) { - platformMake = 'gmake' - } else if (win && argv.length > 0) { - argv = argv.map(function (target) { - return '/t:' + target - }) - } - - var makeCommand = gyp.opts.make || process.env.MAKE || platformMake - var command = win ? 'msbuild' : makeCommand - var jobs = gyp.opts.jobs || process.env.JOBS - var buildType - var config - var arch - var nodeDir - var guessedSolution - - loadConfigGypi() - - /** - * Load the "config.gypi" file that was generated during "configure". - */ - - function loadConfigGypi () { - var configPath = path.resolve('build', 'config.gypi') - - fs.readFile(configPath, 'utf8', function (err, data) { - if (err) { - if (err.code === 'ENOENT') { - callback(new Error('You must run `node-gyp configure` first!')) - } else { - callback(err) - } - return - } - config = JSON.parse(data.replace(/#.+\n/, '')) - - // get the 'arch', 'buildType', and 'nodeDir' vars from the config - buildType = config.target_defaults.default_configuration - arch = config.variables.target_arch - nodeDir = config.variables.nodedir - - if ('debug' in gyp.opts) { - buildType = gyp.opts.debug ? 'Debug' : 'Release' - } - if (!buildType) { - buildType = 'Release' - } - - log.verbose('build type', buildType) - log.verbose('architecture', arch) - log.verbose('node dev dir', nodeDir) - - if (win) { - findSolutionFile() - } else { - doWhich() - } - }) - } - - /** - * On Windows, find the first build/*.sln file. - */ - - function findSolutionFile () { - glob('build/*.sln', function (err, files) { - if (err) { - return callback(err) - } - if (files.length === 0) { - return callback(new Error('Could not find *.sln file. Did you run "configure"?')) - } - guessedSolution = files[0] - log.verbose('found first Solution file', guessedSolution) - doWhich() - }) - } - - /** - * Uses node-which to locate the msbuild / make executable. - */ - - function doWhich () { - // On Windows use msbuild provided by node-gyp configure - if (win) { - if (!config.variables.msbuild_path) { - return callback(new Error( - 'MSBuild is not set, please run `node-gyp configure`.')) - } - command = config.variables.msbuild_path - log.verbose('using MSBuild:', command) - doBuild() - return - } - // First make sure we have the build command in the PATH - which(command, function (err, execPath) { - if (err) { - // Some other error or 'make' not found on Unix, report that to the user - callback(err) - return - } - log.verbose('`which` succeeded for `' + command + '`', execPath) - doBuild() - }) - } - - /** - * Actually spawn the process and compile the module. - */ - - function doBuild () { - // Enable Verbose build - var verbose = log.levels[log.level] <= log.levels.verbose - var j - - if (!win && verbose) { - argv.push('V=1') - } - - if (win && !verbose) { - argv.push('/clp:Verbosity=minimal') - } - - if (win) { - // Turn off the Microsoft logo on Windows - argv.push('/nologo') - } - - // Specify the build type, Release by default - if (win) { - // Convert .gypi config target_arch to MSBuild /Platform - // Since there are many ways to state '32-bit Intel', default to it. - // N.B. msbuild's Condition string equality tests are case-insensitive. - var archLower = arch.toLowerCase() - var p = archLower === 'x64' ? 'x64' - : (archLower === 'arm' ? 'ARM' - : (archLower === 'arm64' ? 'ARM64' : 'Win32')) - argv.push('/p:Configuration=' + buildType + ';Platform=' + p) - if (jobs) { - j = parseInt(jobs, 10) - if (!isNaN(j) && j > 0) { - argv.push('/m:' + j) - } else if (jobs.toUpperCase() === 'MAX') { - argv.push('/m:' + require('os').cpus().length) - } - } - } else { - argv.push('BUILDTYPE=' + buildType) - // Invoke the Makefile in the 'build' dir. - argv.push('-C') - argv.push('build') - if (jobs) { - j = parseInt(jobs, 10) - if (!isNaN(j) && j > 0) { - argv.push('--jobs') - argv.push(j) - } else if (jobs.toUpperCase() === 'MAX') { - argv.push('--jobs') - argv.push(require('os').cpus().length) - } - } - } - - if (win) { - // did the user specify their own .sln file? - var hasSln = argv.some(function (arg) { - return path.extname(arg) === '.sln' - }) - if (!hasSln) { - argv.unshift(gyp.opts.solution || guessedSolution) - } - } - - if (!win) { - // Add build-time dependency symlinks (such as Python) to PATH - const buildBinsDir = path.resolve('build', 'node_gyp_bins') - process.env.PATH = `${buildBinsDir}:${process.env.PATH}` - log.verbose('bin symlinks', `adding symlinks (such as Python), at "${buildBinsDir}", to PATH`) - } - - var proc = gyp.spawn(command, argv) - proc.on('exit', onExit) - } - - function onExit (code, signal) { - if (code !== 0) { - return callback(new Error('`' + command + '` failed with exit code: ' + code)) - } - if (signal) { - return callback(new Error('`' + command + '` got signal: ' + signal)) - } - callback() - } -} - -module.exports = build -module.exports.usage = 'Invokes `' + (win ? 'msbuild' : 'make') + '` and builds the module' diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/lib/clean.js b/software/flow/node_modules/npm/node_modules/node-gyp/lib/clean.js deleted file mode 100644 index dbfa4db..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/lib/clean.js +++ /dev/null @@ -1,15 +0,0 @@ -'use strict' - -const rm = require('rimraf') -const log = require('npmlog') - -function clean (gyp, argv, callback) { - // Remove the 'build' dir - var buildDir = 'build' - - log.verbose('clean', 'removing "%s" directory', buildDir) - rm(buildDir, callback) -} - -module.exports = clean -module.exports.usage = 'Removes any generated build files and the "out" dir' diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/lib/configure.js b/software/flow/node_modules/npm/node_modules/node-gyp/lib/configure.js deleted file mode 100644 index 1ca3ade..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/lib/configure.js +++ /dev/null @@ -1,360 +0,0 @@ -'use strict' - -const fs = require('graceful-fs') -const path = require('path') -const log = require('npmlog') -const os = require('os') -const processRelease = require('./process-release') -const win = process.platform === 'win32' -const findNodeDirectory = require('./find-node-directory') -const createConfigGypi = require('./create-config-gypi') -const msgFormat = require('util').format -var findPython = require('./find-python') -if (win) { - var findVisualStudio = require('./find-visualstudio') -} - -function configure (gyp, argv, callback) { - var python - var buildDir = path.resolve('build') - var buildBinsDir = path.join(buildDir, 'node_gyp_bins') - var configNames = ['config.gypi', 'common.gypi'] - var configs = [] - var nodeDir - var release = processRelease(argv, gyp, process.version, process.release) - - findPython(gyp.opts.python, function (err, found) { - if (err) { - callback(err) - } else { - python = found - getNodeDir() - } - }) - - function getNodeDir () { - // 'python' should be set by now - process.env.PYTHON = python - - if (gyp.opts.nodedir) { - // --nodedir was specified. use that for the dev files - nodeDir = gyp.opts.nodedir.replace(/^~/, os.homedir()) - - log.verbose('get node dir', 'compiling against specified --nodedir dev files: %s', nodeDir) - createBuildDir() - } else { - // if no --nodedir specified, ensure node dependencies are installed - if ('v' + release.version !== process.version) { - // if --target was given, then determine a target version to compile for - log.verbose('get node dir', 'compiling against --target node version: %s', release.version) - } else { - // if no --target was specified then use the current host node version - log.verbose('get node dir', 'no --target version specified, falling back to host node version: %s', release.version) - } - - if (!release.semver) { - // could not parse the version string with semver - return callback(new Error('Invalid version number: ' + release.version)) - } - - // If the tarball option is set, always remove and reinstall the headers - // into devdir. Otherwise only install if they're not already there. - gyp.opts.ensure = !gyp.opts.tarball - - gyp.commands.install([release.version], function (err) { - if (err) { - return callback(err) - } - log.verbose('get node dir', 'target node version installed:', release.versionDir) - nodeDir = path.resolve(gyp.devDir, release.versionDir) - createBuildDir() - }) - } - } - - function createBuildDir () { - log.verbose('build dir', 'attempting to create "build" dir: %s', buildDir) - - const deepestBuildDirSubdirectory = win ? buildDir : buildBinsDir - fs.mkdir(deepestBuildDirSubdirectory, { recursive: true }, function (err, isNew) { - if (err) { - return callback(err) - } - log.verbose( - 'build dir', '"build" dir needed to be created?', isNew ? 'Yes' : 'No' - ) - if (win) { - findVisualStudio(release.semver, gyp.opts.msvs_version, - createConfigFile) - } else { - createPythonSymlink() - createConfigFile() - } - }) - } - - function createPythonSymlink () { - const symlinkDestination = path.join(buildBinsDir, 'python3') - - log.verbose('python symlink', `creating symlink to "${python}" at "${symlinkDestination}"`) - - fs.unlink(symlinkDestination, function (err) { - if (err && err.code !== 'ENOENT') { - log.verbose('python symlink', 'error when attempting to remove existing symlink') - log.verbose('python symlink', err.stack, 'errno: ' + err.errno) - } - fs.symlink(python, symlinkDestination, function (err) { - if (err) { - log.verbose('python symlink', 'error when attempting to create Python symlink') - log.verbose('python symlink', err.stack, 'errno: ' + err.errno) - } - }) - }) - } - - function createConfigFile (err, vsInfo) { - if (err) { - return callback(err) - } - if (process.platform === 'win32') { - process.env.GYP_MSVS_VERSION = Math.min(vsInfo.versionYear, 2015) - process.env.GYP_MSVS_OVERRIDE_PATH = vsInfo.path - } - createConfigGypi({ gyp, buildDir, nodeDir, vsInfo }).then(configPath => { - configs.push(configPath) - findConfigs() - }).catch(err => { - callback(err) - }) - } - - function findConfigs () { - var name = configNames.shift() - if (!name) { - return runGyp() - } - var fullPath = path.resolve(name) - - log.verbose(name, 'checking for gypi file: %s', fullPath) - fs.stat(fullPath, function (err) { - if (err) { - if (err.code === 'ENOENT') { - findConfigs() // check next gypi filename - } else { - callback(err) - } - } else { - log.verbose(name, 'found gypi file') - configs.push(fullPath) - findConfigs() - } - }) - } - - function runGyp (err) { - if (err) { - return callback(err) - } - - if (!~argv.indexOf('-f') && !~argv.indexOf('--format')) { - if (win) { - log.verbose('gyp', 'gyp format was not specified; forcing "msvs"') - // force the 'make' target for non-Windows - argv.push('-f', 'msvs') - } else { - log.verbose('gyp', 'gyp format was not specified; forcing "make"') - // force the 'make' target for non-Windows - argv.push('-f', 'make') - } - } - - // include all the ".gypi" files that were found - configs.forEach(function (config) { - argv.push('-I', config) - }) - - // For AIX and z/OS we need to set up the path to the exports file - // which contains the symbols needed for linking. - var nodeExpFile - if (process.platform === 'aix' || process.platform === 'os390' || process.platform === 'os400') { - var ext = process.platform === 'os390' ? 'x' : 'exp' - var nodeRootDir = findNodeDirectory() - var candidates - - if (process.platform === 'aix' || process.platform === 'os400') { - candidates = [ - 'include/node/node', - 'out/Release/node', - 'out/Debug/node', - 'node' - ].map(function (file) { - return file + '.' + ext - }) - } else { - candidates = [ - 'out/Release/lib.target/libnode', - 'out/Debug/lib.target/libnode', - 'out/Release/obj.target/libnode', - 'out/Debug/obj.target/libnode', - 'lib/libnode' - ].map(function (file) { - return file + '.' + ext - }) - } - - var logprefix = 'find exports file' - nodeExpFile = findAccessibleSync(logprefix, nodeRootDir, candidates) - if (nodeExpFile !== undefined) { - log.verbose(logprefix, 'Found exports file: %s', nodeExpFile) - } else { - var msg = msgFormat('Could not find node.%s file in %s', ext, nodeRootDir) - log.error(logprefix, 'Could not find exports file') - return callback(new Error(msg)) - } - } - - // For z/OS we need to set up the path to zoslib include directory, - // which contains headers included in v8config.h. - var zoslibIncDir - if (process.platform === 'os390') { - logprefix = "find zoslib's zos-base.h:" - let msg - var zoslibIncPath = process.env.ZOSLIB_INCLUDES - if (zoslibIncPath) { - zoslibIncPath = findAccessibleSync(logprefix, zoslibIncPath, ['zos-base.h']) - if (zoslibIncPath === undefined) { - msg = msgFormat('Could not find zos-base.h file in the directory set ' + - 'in ZOSLIB_INCLUDES environment variable: %s; set it ' + - 'to the correct path, or unset it to search %s', process.env.ZOSLIB_INCLUDES, nodeRootDir) - } - } else { - candidates = [ - 'include/node/zoslib/zos-base.h', - 'include/zoslib/zos-base.h', - 'zoslib/include/zos-base.h', - 'install/include/node/zoslib/zos-base.h' - ] - zoslibIncPath = findAccessibleSync(logprefix, nodeRootDir, candidates) - if (zoslibIncPath === undefined) { - msg = msgFormat('Could not find any of %s in directory %s; set ' + - 'environmant variable ZOSLIB_INCLUDES to the path ' + - 'that contains zos-base.h', candidates.toString(), nodeRootDir) - } - } - if (zoslibIncPath !== undefined) { - zoslibIncDir = path.dirname(zoslibIncPath) - log.verbose(logprefix, "Found zoslib's zos-base.h in: %s", zoslibIncDir) - } else if (release.version.split('.')[0] >= 16) { - // zoslib is only shipped in Node v16 and above. - log.error(logprefix, msg) - return callback(new Error(msg)) - } - } - - // this logic ported from the old `gyp_addon` python file - var gypScript = path.resolve(__dirname, '..', 'gyp', 'gyp_main.py') - var addonGypi = path.resolve(__dirname, '..', 'addon.gypi') - var commonGypi = path.resolve(nodeDir, 'include/node/common.gypi') - fs.stat(commonGypi, function (err) { - if (err) { - commonGypi = path.resolve(nodeDir, 'common.gypi') - } - - var outputDir = 'build' - if (win) { - // Windows expects an absolute path - outputDir = buildDir - } - var nodeGypDir = path.resolve(__dirname, '..') - - var nodeLibFile = path.join(nodeDir, - !gyp.opts.nodedir ? '<(target_arch)' : '$(Configuration)', - release.name + '.lib') - - argv.push('-I', addonGypi) - argv.push('-I', commonGypi) - argv.push('-Dlibrary=shared_library') - argv.push('-Dvisibility=default') - argv.push('-Dnode_root_dir=' + nodeDir) - if (process.platform === 'aix' || process.platform === 'os390' || process.platform === 'os400') { - argv.push('-Dnode_exp_file=' + nodeExpFile) - if (process.platform === 'os390' && zoslibIncDir) { - argv.push('-Dzoslib_include_dir=' + zoslibIncDir) - } - } - argv.push('-Dnode_gyp_dir=' + nodeGypDir) - - // Do this to keep Cygwin environments happy, else the unescaped '\' gets eaten up, - // resulting in bad paths, Ex c:parentFolderfolderanotherFolder instead of c:\parentFolder\folder\anotherFolder - if (win) { - nodeLibFile = nodeLibFile.replace(/\\/g, '\\\\') - } - argv.push('-Dnode_lib_file=' + nodeLibFile) - argv.push('-Dmodule_root_dir=' + process.cwd()) - argv.push('-Dnode_engine=' + - (gyp.opts.node_engine || process.jsEngine || 'v8')) - argv.push('--depth=.') - argv.push('--no-parallel') - - // tell gyp to write the Makefile/Solution files into output_dir - argv.push('--generator-output', outputDir) - - // tell make to write its output into the same dir - argv.push('-Goutput_dir=.') - - // enforce use of the "binding.gyp" file - argv.unshift('binding.gyp') - - // execute `gyp` from the current target nodedir - argv.unshift(gypScript) - - // make sure python uses files that came with this particular node package - var pypath = [path.join(__dirname, '..', 'gyp', 'pylib')] - if (process.env.PYTHONPATH) { - pypath.push(process.env.PYTHONPATH) - } - process.env.PYTHONPATH = pypath.join(win ? ';' : ':') - - var cp = gyp.spawn(python, argv) - cp.on('exit', onCpExit) - }) - } - - function onCpExit (code) { - if (code !== 0) { - callback(new Error('`gyp` failed with exit code: ' + code)) - } else { - // we're done - callback() - } - } -} - -/** - * Returns the first file or directory from an array of candidates that is - * readable by the current user, or undefined if none of the candidates are - * readable. - */ -function findAccessibleSync (logprefix, dir, candidates) { - for (var next = 0; next < candidates.length; next++) { - var candidate = path.resolve(dir, candidates[next]) - try { - var fd = fs.openSync(candidate, 'r') - } catch (e) { - // this candidate was not found or not readable, do nothing - log.silly(logprefix, 'Could not open %s: %s', candidate, e.message) - continue - } - fs.closeSync(fd) - log.silly(logprefix, 'Found readable %s', candidate) - return candidate - } - - return undefined -} - -module.exports = configure -module.exports.test = { - findAccessibleSync: findAccessibleSync -} -module.exports.usage = 'Generates ' + (win ? 'MSVC project files' : 'a Makefile') + ' for the current module' diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/lib/create-config-gypi.js b/software/flow/node_modules/npm/node_modules/node-gyp/lib/create-config-gypi.js deleted file mode 100644 index ced4911..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/lib/create-config-gypi.js +++ /dev/null @@ -1,147 +0,0 @@ -'use strict' - -const fs = require('graceful-fs') -const log = require('npmlog') -const path = require('path') - -function parseConfigGypi (config) { - // translated from tools/js2c.py of Node.js - // 1. string comments - config = config.replace(/#.*/g, '') - // 2. join multiline strings - config = config.replace(/'$\s+'/mg, '') - // 3. normalize string literals from ' into " - config = config.replace(/'/g, '"') - return JSON.parse(config) -} - -async function getBaseConfigGypi ({ gyp, nodeDir }) { - // try reading $nodeDir/include/node/config.gypi first when: - // 1. --dist-url or --nodedir is specified - // 2. and --force-process-config is not specified - const useCustomHeaders = gyp.opts.nodedir || gyp.opts.disturl || gyp.opts['dist-url'] - const shouldReadConfigGypi = useCustomHeaders && !gyp.opts['force-process-config'] - if (shouldReadConfigGypi && nodeDir) { - try { - const baseConfigGypiPath = path.resolve(nodeDir, 'include/node/config.gypi') - const baseConfigGypi = await fs.promises.readFile(baseConfigGypiPath) - return parseConfigGypi(baseConfigGypi.toString()) - } catch (err) { - log.warn('read config.gypi', err.message) - } - } - - // fallback to process.config if it is invalid - return JSON.parse(JSON.stringify(process.config)) -} - -async function getCurrentConfigGypi ({ gyp, nodeDir, vsInfo }) { - const config = await getBaseConfigGypi({ gyp, nodeDir }) - if (!config.target_defaults) { - config.target_defaults = {} - } - if (!config.variables) { - config.variables = {} - } - - const defaults = config.target_defaults - const variables = config.variables - - // don't inherit the "defaults" from the base config.gypi. - // doing so could cause problems in cases where the `node` executable was - // compiled on a different machine (with different lib/include paths) than - // the machine where the addon is being built to - defaults.cflags = [] - defaults.defines = [] - defaults.include_dirs = [] - defaults.libraries = [] - - // set the default_configuration prop - if ('debug' in gyp.opts) { - defaults.default_configuration = gyp.opts.debug ? 'Debug' : 'Release' - } - - if (!defaults.default_configuration) { - defaults.default_configuration = 'Release' - } - - // set the target_arch variable - variables.target_arch = gyp.opts.arch || process.arch || 'ia32' - if (variables.target_arch === 'arm64') { - defaults.msvs_configuration_platform = 'ARM64' - defaults.xcode_configuration_platform = 'arm64' - } - - // set the node development directory - variables.nodedir = nodeDir - - // disable -T "thin" static archives by default - variables.standalone_static_library = gyp.opts.thin ? 0 : 1 - - if (process.platform === 'win32') { - defaults.msbuild_toolset = vsInfo.toolset - if (vsInfo.sdk) { - defaults.msvs_windows_target_platform_version = vsInfo.sdk - } - if (variables.target_arch === 'arm64') { - if (vsInfo.versionMajor > 15 || - (vsInfo.versionMajor === 15 && vsInfo.versionMajor >= 9)) { - defaults.msvs_enable_marmasm = 1 - } else { - log.warn('Compiling ARM64 assembly is only available in\n' + - 'Visual Studio 2017 version 15.9 and above') - } - } - variables.msbuild_path = vsInfo.msBuild - } - - // loop through the rest of the opts and add the unknown ones as variables. - // this allows for module-specific configure flags like: - // - // $ node-gyp configure --shared-libxml2 - Object.keys(gyp.opts).forEach(function (opt) { - if (opt === 'argv') { - return - } - if (opt in gyp.configDefs) { - return - } - variables[opt.replace(/-/g, '_')] = gyp.opts[opt] - }) - - return config -} - -async function createConfigGypi ({ gyp, buildDir, nodeDir, vsInfo }) { - const configFilename = 'config.gypi' - const configPath = path.resolve(buildDir, configFilename) - - log.verbose('build/' + configFilename, 'creating config file') - - const config = await getCurrentConfigGypi({ gyp, nodeDir, vsInfo }) - - // ensures that any boolean values in config.gypi get stringified - function boolsToString (k, v) { - if (typeof v === 'boolean') { - return String(v) - } - return v - } - - log.silly('build/' + configFilename, config) - - // now write out the config.gypi file to the build/ dir - const prefix = '# Do not edit. File was generated by node-gyp\'s "configure" step' - - const json = JSON.stringify(config, boolsToString, 2) - log.verbose('build/' + configFilename, 'writing out config file: %s', configPath) - await fs.promises.writeFile(configPath, [prefix, json, ''].join('\n')) - - return configPath -} - -module.exports = createConfigGypi -module.exports.test = { - parseConfigGypi: parseConfigGypi, - getCurrentConfigGypi: getCurrentConfigGypi -} diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/lib/find-node-directory.js b/software/flow/node_modules/npm/node_modules/node-gyp/lib/find-node-directory.js deleted file mode 100644 index 0dd781a..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/lib/find-node-directory.js +++ /dev/null @@ -1,63 +0,0 @@ -'use strict' - -const path = require('path') -const log = require('npmlog') - -function findNodeDirectory (scriptLocation, processObj) { - // set dirname and process if not passed in - // this facilitates regression tests - if (scriptLocation === undefined) { - scriptLocation = __dirname - } - if (processObj === undefined) { - processObj = process - } - - // Have a look to see what is above us, to try and work out where we are - var npmParentDirectory = path.join(scriptLocation, '../../../..') - log.verbose('node-gyp root', 'npm_parent_directory is ' + - path.basename(npmParentDirectory)) - var nodeRootDir = '' - - log.verbose('node-gyp root', 'Finding node root directory') - if (path.basename(npmParentDirectory) === 'deps') { - // We are in a build directory where this script lives in - // deps/npm/node_modules/node-gyp/lib - nodeRootDir = path.join(npmParentDirectory, '..') - log.verbose('node-gyp root', 'in build directory, root = ' + - nodeRootDir) - } else if (path.basename(npmParentDirectory) === 'node_modules') { - // We are in a node install directory where this script lives in - // lib/node_modules/npm/node_modules/node-gyp/lib or - // node_modules/npm/node_modules/node-gyp/lib depending on the - // platform - if (processObj.platform === 'win32') { - nodeRootDir = path.join(npmParentDirectory, '..') - } else { - nodeRootDir = path.join(npmParentDirectory, '../..') - } - log.verbose('node-gyp root', 'in install directory, root = ' + - nodeRootDir) - } else { - // We don't know where we are, try working it out from the location - // of the node binary - var nodeDir = path.dirname(processObj.execPath) - var directoryUp = path.basename(nodeDir) - if (directoryUp === 'bin') { - nodeRootDir = path.join(nodeDir, '..') - } else if (directoryUp === 'Release' || directoryUp === 'Debug') { - // If we are a recently built node, and the directory structure - // is that of a repository. If we are on Windows then we only need - // to go one level up, everything else, two - if (processObj.platform === 'win32') { - nodeRootDir = path.join(nodeDir, '..') - } else { - nodeRootDir = path.join(nodeDir, '../..') - } - } - // Else return the default blank, "". - } - return nodeRootDir -} - -module.exports = findNodeDirectory diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/lib/find-python.js b/software/flow/node_modules/npm/node_modules/node-gyp/lib/find-python.js deleted file mode 100644 index a445e82..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/lib/find-python.js +++ /dev/null @@ -1,344 +0,0 @@ -'use strict' - -const log = require('npmlog') -const semver = require('semver') -const cp = require('child_process') -const extend = require('util')._extend // eslint-disable-line -const win = process.platform === 'win32' -const logWithPrefix = require('./util').logWithPrefix - -const systemDrive = process.env.SystemDrive || 'C:' -const username = process.env.USERNAME || process.env.USER || getOsUserInfo() -const localAppData = process.env.LOCALAPPDATA || `${systemDrive}\\${username}\\AppData\\Local` -const foundLocalAppData = process.env.LOCALAPPDATA || username -const programFiles = process.env.ProgramW6432 || process.env.ProgramFiles || `${systemDrive}\\Program Files` -const programFilesX86 = process.env['ProgramFiles(x86)'] || `${programFiles} (x86)` - -const winDefaultLocationsArray = [] -for (const majorMinor of ['39', '38', '37', '36']) { - if (foundLocalAppData) { - winDefaultLocationsArray.push( - `${localAppData}\\Programs\\Python\\Python${majorMinor}\\python.exe`, - `${programFiles}\\Python${majorMinor}\\python.exe`, - `${localAppData}\\Programs\\Python\\Python${majorMinor}-32\\python.exe`, - `${programFiles}\\Python${majorMinor}-32\\python.exe`, - `${programFilesX86}\\Python${majorMinor}-32\\python.exe` - ) - } else { - winDefaultLocationsArray.push( - `${programFiles}\\Python${majorMinor}\\python.exe`, - `${programFiles}\\Python${majorMinor}-32\\python.exe`, - `${programFilesX86}\\Python${majorMinor}-32\\python.exe` - ) - } -} - -function getOsUserInfo () { - try { - return require('os').userInfo().username - } catch (e) {} -} - -function PythonFinder (configPython, callback) { - this.callback = callback - this.configPython = configPython - this.errorLog = [] -} - -PythonFinder.prototype = { - log: logWithPrefix(log, 'find Python'), - argsExecutable: ['-c', 'import sys; print(sys.executable);'], - argsVersion: ['-c', 'import sys; print("%s.%s.%s" % sys.version_info[:3]);'], - semverRange: '>=3.6.0', - - // These can be overridden for testing: - execFile: cp.execFile, - env: process.env, - win: win, - pyLauncher: 'py.exe', - winDefaultLocations: winDefaultLocationsArray, - - // Logs a message at verbose level, but also saves it to be displayed later - // at error level if an error occurs. This should help diagnose the problem. - addLog: function addLog (message) { - this.log.verbose(message) - this.errorLog.push(message) - }, - - // Find Python by trying a sequence of possibilities. - // Ignore errors, keep trying until Python is found. - findPython: function findPython () { - const SKIP = 0; const FAIL = 1 - var toCheck = getChecks.apply(this) - - function getChecks () { - if (this.env.NODE_GYP_FORCE_PYTHON) { - return [{ - before: () => { - this.addLog( - 'checking Python explicitly set from NODE_GYP_FORCE_PYTHON') - this.addLog('- process.env.NODE_GYP_FORCE_PYTHON is ' + - `"${this.env.NODE_GYP_FORCE_PYTHON}"`) - }, - check: this.checkCommand, - arg: this.env.NODE_GYP_FORCE_PYTHON - }] - } - - var checks = [ - { - before: () => { - if (!this.configPython) { - this.addLog( - 'Python is not set from command line or npm configuration') - return SKIP - } - this.addLog('checking Python explicitly set from command line or ' + - 'npm configuration') - this.addLog('- "--python=" or "npm config get python" is ' + - `"${this.configPython}"`) - }, - check: this.checkCommand, - arg: this.configPython - }, - { - before: () => { - if (!this.env.PYTHON) { - this.addLog('Python is not set from environment variable ' + - 'PYTHON') - return SKIP - } - this.addLog('checking Python explicitly set from environment ' + - 'variable PYTHON') - this.addLog(`- process.env.PYTHON is "${this.env.PYTHON}"`) - }, - check: this.checkCommand, - arg: this.env.PYTHON - }, - { - before: () => { this.addLog('checking if "python3" can be used') }, - check: this.checkCommand, - arg: 'python3' - }, - { - before: () => { this.addLog('checking if "python" can be used') }, - check: this.checkCommand, - arg: 'python' - } - ] - - if (this.win) { - for (var i = 0; i < this.winDefaultLocations.length; ++i) { - const location = this.winDefaultLocations[i] - checks.push({ - before: () => { - this.addLog('checking if Python is ' + - `${location}`) - }, - check: this.checkExecPath, - arg: location - }) - } - checks.push({ - before: () => { - this.addLog( - 'checking if the py launcher can be used to find Python 3') - }, - check: this.checkPyLauncher - }) - } - - return checks - } - - function runChecks (err) { - this.log.silly('runChecks: err = %j', (err && err.stack) || err) - - const check = toCheck.shift() - if (!check) { - return this.fail() - } - - const before = check.before.apply(this) - if (before === SKIP) { - return runChecks.apply(this) - } - if (before === FAIL) { - return this.fail() - } - - const args = [runChecks.bind(this)] - if (check.arg) { - args.unshift(check.arg) - } - check.check.apply(this, args) - } - - runChecks.apply(this) - }, - - // Check if command is a valid Python to use. - // Will exit the Python finder on success. - // If on Windows, run in a CMD shell to support BAT/CMD launchers. - checkCommand: function checkCommand (command, errorCallback) { - var exec = command - var args = this.argsExecutable - var shell = false - if (this.win) { - // Arguments have to be manually quoted - exec = `"${exec}"` - args = args.map(a => `"${a}"`) - shell = true - } - - this.log.verbose(`- executing "${command}" to get executable path`) - this.run(exec, args, shell, function (err, execPath) { - // Possible outcomes: - // - Error: not in PATH, not executable or execution fails - // - Gibberish: the next command to check version will fail - // - Absolute path to executable - if (err) { - this.addLog(`- "${command}" is not in PATH or produced an error`) - return errorCallback(err) - } - this.addLog(`- executable path is "${execPath}"`) - this.checkExecPath(execPath, errorCallback) - }.bind(this)) - }, - - // Check if the py launcher can find a valid Python to use. - // Will exit the Python finder on success. - // Distributions of Python on Windows by default install with the "py.exe" - // Python launcher which is more likely to exist than the Python executable - // being in the $PATH. - // Because the Python launcher supports Python 2 and Python 3, we should - // explicitly request a Python 3 version. This is done by supplying "-3" as - // the first command line argument. Since "py.exe -3" would be an invalid - // executable for "execFile", we have to use the launcher to figure out - // where the actual "python.exe" executable is located. - checkPyLauncher: function checkPyLauncher (errorCallback) { - this.log.verbose( - `- executing "${this.pyLauncher}" to get Python 3 executable path`) - this.run(this.pyLauncher, ['-3', ...this.argsExecutable], false, - function (err, execPath) { - // Possible outcomes: same as checkCommand - if (err) { - this.addLog( - `- "${this.pyLauncher}" is not in PATH or produced an error`) - return errorCallback(err) - } - this.addLog(`- executable path is "${execPath}"`) - this.checkExecPath(execPath, errorCallback) - }.bind(this)) - }, - - // Check if a Python executable is the correct version to use. - // Will exit the Python finder on success. - checkExecPath: function checkExecPath (execPath, errorCallback) { - this.log.verbose(`- executing "${execPath}" to get version`) - this.run(execPath, this.argsVersion, false, function (err, version) { - // Possible outcomes: - // - Error: executable can not be run (likely meaning the command wasn't - // a Python executable and the previous command produced gibberish) - // - Gibberish: somehow the last command produced an executable path, - // this will fail when verifying the version - // - Version of the Python executable - if (err) { - this.addLog(`- "${execPath}" could not be run`) - return errorCallback(err) - } - this.addLog(`- version is "${version}"`) - - const range = new semver.Range(this.semverRange) - var valid = false - try { - valid = range.test(version) - } catch (err) { - this.log.silly('range.test() threw:\n%s', err.stack) - this.addLog(`- "${execPath}" does not have a valid version`) - this.addLog('- is it a Python executable?') - return errorCallback(err) - } - - if (!valid) { - this.addLog(`- version is ${version} - should be ${this.semverRange}`) - this.addLog('- THIS VERSION OF PYTHON IS NOT SUPPORTED') - return errorCallback(new Error( - `Found unsupported Python version ${version}`)) - } - this.succeed(execPath, version) - }.bind(this)) - }, - - // Run an executable or shell command, trimming the output. - run: function run (exec, args, shell, callback) { - var env = extend({}, this.env) - env.TERM = 'dumb' - const opts = { env: env, shell: shell } - - this.log.silly('execFile: exec = %j', exec) - this.log.silly('execFile: args = %j', args) - this.log.silly('execFile: opts = %j', opts) - try { - this.execFile(exec, args, opts, execFileCallback.bind(this)) - } catch (err) { - this.log.silly('execFile: threw:\n%s', err.stack) - return callback(err) - } - - function execFileCallback (err, stdout, stderr) { - this.log.silly('execFile result: err = %j', (err && err.stack) || err) - this.log.silly('execFile result: stdout = %j', stdout) - this.log.silly('execFile result: stderr = %j', stderr) - if (err) { - return callback(err) - } - const execPath = stdout.trim() - callback(null, execPath) - } - }, - - succeed: function succeed (execPath, version) { - this.log.info(`using Python version ${version} found at "${execPath}"`) - process.nextTick(this.callback.bind(null, null, execPath)) - }, - - fail: function fail () { - const errorLog = this.errorLog.join('\n') - - const pathExample = this.win ? 'C:\\Path\\To\\python.exe' - : '/path/to/pythonexecutable' - // For Windows 80 col console, use up to the column before the one marked - // with X (total 79 chars including logger prefix, 58 chars usable here): - // X - const info = [ - '**********************************************************', - 'You need to install the latest version of Python.', - 'Node-gyp should be able to find and use Python. If not,', - 'you can try one of the following options:', - `- Use the switch --python="${pathExample}"`, - ' (accepted by both node-gyp and npm)', - '- Set the environment variable PYTHON', - '- Set the npm configuration variable python:', - ` npm config set python "${pathExample}"`, - 'For more information consult the documentation at:', - 'https://github.com/nodejs/node-gyp#installation', - '**********************************************************' - ].join('\n') - - this.log.error(`\n${errorLog}\n\n${info}\n`) - process.nextTick(this.callback.bind(null, new Error( - 'Could not find any Python installation to use'))) - } -} - -function findPython (configPython, callback) { - var finder = new PythonFinder(configPython, callback) - finder.findPython() -} - -module.exports = findPython -module.exports.test = { - PythonFinder: PythonFinder, - findPython: findPython -} diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/lib/find-visualstudio.js b/software/flow/node_modules/npm/node_modules/node-gyp/lib/find-visualstudio.js deleted file mode 100644 index d381511..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/lib/find-visualstudio.js +++ /dev/null @@ -1,452 +0,0 @@ -'use strict' - -const log = require('npmlog') -const execFile = require('child_process').execFile -const fs = require('fs') -const path = require('path').win32 -const logWithPrefix = require('./util').logWithPrefix -const regSearchKeys = require('./util').regSearchKeys - -function findVisualStudio (nodeSemver, configMsvsVersion, callback) { - const finder = new VisualStudioFinder(nodeSemver, configMsvsVersion, - callback) - finder.findVisualStudio() -} - -function VisualStudioFinder (nodeSemver, configMsvsVersion, callback) { - this.nodeSemver = nodeSemver - this.configMsvsVersion = configMsvsVersion - this.callback = callback - this.errorLog = [] - this.validVersions = [] -} - -VisualStudioFinder.prototype = { - log: logWithPrefix(log, 'find VS'), - - regSearchKeys: regSearchKeys, - - // Logs a message at verbose level, but also saves it to be displayed later - // at error level if an error occurs. This should help diagnose the problem. - addLog: function addLog (message) { - this.log.verbose(message) - this.errorLog.push(message) - }, - - findVisualStudio: function findVisualStudio () { - this.configVersionYear = null - this.configPath = null - if (this.configMsvsVersion) { - this.addLog('msvs_version was set from command line or npm config') - if (this.configMsvsVersion.match(/^\d{4}$/)) { - this.configVersionYear = parseInt(this.configMsvsVersion, 10) - this.addLog( - `- looking for Visual Studio version ${this.configVersionYear}`) - } else { - this.configPath = path.resolve(this.configMsvsVersion) - this.addLog( - `- looking for Visual Studio installed in "${this.configPath}"`) - } - } else { - this.addLog('msvs_version not set from command line or npm config') - } - - if (process.env.VCINSTALLDIR) { - this.envVcInstallDir = - path.resolve(process.env.VCINSTALLDIR, '..') - this.addLog('running in VS Command Prompt, installation path is:\n' + - `"${this.envVcInstallDir}"\n- will only use this version`) - } else { - this.addLog('VCINSTALLDIR not set, not running in VS Command Prompt') - } - - this.findVisualStudio2017OrNewer((info) => { - if (info) { - return this.succeed(info) - } - this.findVisualStudio2015((info) => { - if (info) { - return this.succeed(info) - } - this.findVisualStudio2013((info) => { - if (info) { - return this.succeed(info) - } - this.fail() - }) - }) - }) - }, - - succeed: function succeed (info) { - this.log.info(`using VS${info.versionYear} (${info.version}) found at:` + - `\n"${info.path}"` + - '\nrun with --verbose for detailed information') - process.nextTick(this.callback.bind(null, null, info)) - }, - - fail: function fail () { - if (this.configMsvsVersion && this.envVcInstallDir) { - this.errorLog.push( - 'msvs_version does not match this VS Command Prompt or the', - 'installation cannot be used.') - } else if (this.configMsvsVersion) { - // If msvs_version was specified but finding VS failed, print what would - // have been accepted - this.errorLog.push('') - if (this.validVersions) { - this.errorLog.push('valid versions for msvs_version:') - this.validVersions.forEach((version) => { - this.errorLog.push(`- "${version}"`) - }) - } else { - this.errorLog.push('no valid versions for msvs_version were found') - } - } - - const errorLog = this.errorLog.join('\n') - - // For Windows 80 col console, use up to the column before the one marked - // with X (total 79 chars including logger prefix, 62 chars usable here): - // X - const infoLog = [ - '**************************************************************', - 'You need to install the latest version of Visual Studio', - 'including the "Desktop development with C++" workload.', - 'For more information consult the documentation at:', - 'https://github.com/nodejs/node-gyp#on-windows', - '**************************************************************' - ].join('\n') - - this.log.error(`\n${errorLog}\n\n${infoLog}\n`) - process.nextTick(this.callback.bind(null, new Error( - 'Could not find any Visual Studio installation to use'))) - }, - - // Invoke the PowerShell script to get information about Visual Studio 2017 - // or newer installations - findVisualStudio2017OrNewer: function findVisualStudio2017OrNewer (cb) { - var ps = path.join(process.env.SystemRoot, 'System32', - 'WindowsPowerShell', 'v1.0', 'powershell.exe') - var csFile = path.join(__dirname, 'Find-VisualStudio.cs') - var psArgs = [ - '-ExecutionPolicy', - 'Unrestricted', - '-NoProfile', - '-Command', - '&{Add-Type -Path \'' + csFile + '\';' + '[VisualStudioConfiguration.Main]::PrintJson()}' - ] - - this.log.silly('Running', ps, psArgs) - var child = execFile(ps, psArgs, { encoding: 'utf8' }, - (err, stdout, stderr) => { - this.parseData(err, stdout, stderr, cb) - }) - child.stdin.end() - }, - - // Parse the output of the PowerShell script and look for an installation - // of Visual Studio 2017 or newer to use - parseData: function parseData (err, stdout, stderr, cb) { - this.log.silly('PS stderr = %j', stderr) - - const failPowershell = () => { - this.addLog( - 'could not use PowerShell to find Visual Studio 2017 or newer, try re-running with \'--loglevel silly\' for more details') - cb(null) - } - - if (err) { - this.log.silly('PS err = %j', err && (err.stack || err)) - return failPowershell() - } - - var vsInfo - try { - vsInfo = JSON.parse(stdout) - } catch (e) { - this.log.silly('PS stdout = %j', stdout) - this.log.silly(e) - return failPowershell() - } - - if (!Array.isArray(vsInfo)) { - this.log.silly('PS stdout = %j', stdout) - return failPowershell() - } - - vsInfo = vsInfo.map((info) => { - this.log.silly(`processing installation: "${info.path}"`) - info.path = path.resolve(info.path) - var ret = this.getVersionInfo(info) - ret.path = info.path - ret.msBuild = this.getMSBuild(info, ret.versionYear) - ret.toolset = this.getToolset(info, ret.versionYear) - ret.sdk = this.getSDK(info) - return ret - }) - this.log.silly('vsInfo:', vsInfo) - - // Remove future versions or errors parsing version number - vsInfo = vsInfo.filter((info) => { - if (info.versionYear) { - return true - } - this.addLog(`unknown version "${info.version}" found at "${info.path}"`) - return false - }) - - // Sort to place newer versions first - vsInfo.sort((a, b) => b.versionYear - a.versionYear) - - for (var i = 0; i < vsInfo.length; ++i) { - const info = vsInfo[i] - this.addLog(`checking VS${info.versionYear} (${info.version}) found ` + - `at:\n"${info.path}"`) - - if (info.msBuild) { - this.addLog('- found "Visual Studio C++ core features"') - } else { - this.addLog('- "Visual Studio C++ core features" missing') - continue - } - - if (info.toolset) { - this.addLog(`- found VC++ toolset: ${info.toolset}`) - } else { - this.addLog('- missing any VC++ toolset') - continue - } - - if (info.sdk) { - this.addLog(`- found Windows SDK: ${info.sdk}`) - } else { - this.addLog('- missing any Windows SDK') - continue - } - - if (!this.checkConfigVersion(info.versionYear, info.path)) { - continue - } - - return cb(info) - } - - this.addLog( - 'could not find a version of Visual Studio 2017 or newer to use') - cb(null) - }, - - // Helper - process version information - getVersionInfo: function getVersionInfo (info) { - const match = /^(\d+)\.(\d+)\..*/.exec(info.version) - if (!match) { - this.log.silly('- failed to parse version:', info.version) - return {} - } - this.log.silly('- version match = %j', match) - var ret = { - version: info.version, - versionMajor: parseInt(match[1], 10), - versionMinor: parseInt(match[2], 10) - } - if (ret.versionMajor === 15) { - ret.versionYear = 2017 - return ret - } - if (ret.versionMajor === 16) { - ret.versionYear = 2019 - return ret - } - if (ret.versionMajor === 17) { - ret.versionYear = 2022 - return ret - } - this.log.silly('- unsupported version:', ret.versionMajor) - return {} - }, - - // Helper - process MSBuild information - getMSBuild: function getMSBuild (info, versionYear) { - const pkg = 'Microsoft.VisualStudio.VC.MSBuild.Base' - const msbuildPath = path.join(info.path, 'MSBuild', 'Current', 'Bin', 'MSBuild.exe') - if (info.packages.indexOf(pkg) !== -1) { - this.log.silly('- found VC.MSBuild.Base') - if (versionYear === 2017) { - return path.join(info.path, 'MSBuild', '15.0', 'Bin', 'MSBuild.exe') - } - if (versionYear === 2019) { - return msbuildPath - } - } - // visual studio 2022 don't has msbuild pkg - if (fs.existsSync(msbuildPath)) { - return msbuildPath - } - return null - }, - - // Helper - process toolset information - getToolset: function getToolset (info, versionYear) { - const pkg = 'Microsoft.VisualStudio.Component.VC.Tools.x86.x64' - const express = 'Microsoft.VisualStudio.WDExpress' - - if (info.packages.indexOf(pkg) !== -1) { - this.log.silly('- found VC.Tools.x86.x64') - } else if (info.packages.indexOf(express) !== -1) { - this.log.silly('- found Visual Studio Express (looking for toolset)') - } else { - return null - } - - if (versionYear === 2017) { - return 'v141' - } else if (versionYear === 2019) { - return 'v142' - } else if (versionYear === 2022) { - return 'v143' - } - this.log.silly('- invalid versionYear:', versionYear) - return null - }, - - // Helper - process Windows SDK information - getSDK: function getSDK (info) { - const win8SDK = 'Microsoft.VisualStudio.Component.Windows81SDK' - const win10SDKPrefix = 'Microsoft.VisualStudio.Component.Windows10SDK.' - const win11SDKPrefix = 'Microsoft.VisualStudio.Component.Windows11SDK.' - - var Win10or11SDKVer = 0 - info.packages.forEach((pkg) => { - if (!pkg.startsWith(win10SDKPrefix) && !pkg.startsWith(win11SDKPrefix)) { - return - } - const parts = pkg.split('.') - if (parts.length > 5 && parts[5] !== 'Desktop') { - this.log.silly('- ignoring non-Desktop Win10/11SDK:', pkg) - return - } - const foundSdkVer = parseInt(parts[4], 10) - if (isNaN(foundSdkVer)) { - // Microsoft.VisualStudio.Component.Windows10SDK.IpOverUsb - this.log.silly('- failed to parse Win10/11SDK number:', pkg) - return - } - this.log.silly('- found Win10/11SDK:', foundSdkVer) - Win10or11SDKVer = Math.max(Win10or11SDKVer, foundSdkVer) - }) - - if (Win10or11SDKVer !== 0) { - return `10.0.${Win10or11SDKVer}.0` - } else if (info.packages.indexOf(win8SDK) !== -1) { - this.log.silly('- found Win8SDK') - return '8.1' - } - return null - }, - - // Find an installation of Visual Studio 2015 to use - findVisualStudio2015: function findVisualStudio2015 (cb) { - if (this.nodeSemver.major >= 19) { - this.addLog( - 'not looking for VS2015 as it is only supported up to Node.js 18') - return cb(null) - } - return this.findOldVS({ - version: '14.0', - versionMajor: 14, - versionMinor: 0, - versionYear: 2015, - toolset: 'v140' - }, cb) - }, - - // Find an installation of Visual Studio 2013 to use - findVisualStudio2013: function findVisualStudio2013 (cb) { - if (this.nodeSemver.major >= 9) { - this.addLog( - 'not looking for VS2013 as it is only supported up to Node.js 8') - return cb(null) - } - return this.findOldVS({ - version: '12.0', - versionMajor: 12, - versionMinor: 0, - versionYear: 2013, - toolset: 'v120' - }, cb) - }, - - // Helper - common code for VS2013 and VS2015 - findOldVS: function findOldVS (info, cb) { - const regVC7 = ['HKLM\\Software\\Microsoft\\VisualStudio\\SxS\\VC7', - 'HKLM\\Software\\Wow6432Node\\Microsoft\\VisualStudio\\SxS\\VC7'] - const regMSBuild = 'HKLM\\Software\\Microsoft\\MSBuild\\ToolsVersions' - - this.addLog(`looking for Visual Studio ${info.versionYear}`) - this.regSearchKeys(regVC7, info.version, [], (err, res) => { - if (err) { - this.addLog('- not found') - return cb(null) - } - - const vsPath = path.resolve(res, '..') - this.addLog(`- found in "${vsPath}"`) - - const msBuildRegOpts = process.arch === 'ia32' ? [] : ['/reg:32'] - this.regSearchKeys([`${regMSBuild}\\${info.version}`], - 'MSBuildToolsPath', msBuildRegOpts, (err, res) => { - if (err) { - this.addLog( - '- could not find MSBuild in registry for this version') - return cb(null) - } - - const msBuild = path.join(res, 'MSBuild.exe') - this.addLog(`- MSBuild in "${msBuild}"`) - - if (!this.checkConfigVersion(info.versionYear, vsPath)) { - return cb(null) - } - - info.path = vsPath - info.msBuild = msBuild - info.sdk = null - cb(info) - }) - }) - }, - - // After finding a usable version of Visual Studio: - // - add it to validVersions to be displayed at the end if a specific - // version was requested and not found; - // - check if this is the version that was requested. - // - check if this matches the Visual Studio Command Prompt - checkConfigVersion: function checkConfigVersion (versionYear, vsPath) { - this.validVersions.push(versionYear) - this.validVersions.push(vsPath) - - if (this.configVersionYear && this.configVersionYear !== versionYear) { - this.addLog('- msvs_version does not match this version') - return false - } - if (this.configPath && - path.relative(this.configPath, vsPath) !== '') { - this.addLog('- msvs_version does not point to this installation') - return false - } - if (this.envVcInstallDir && - path.relative(this.envVcInstallDir, vsPath) !== '') { - this.addLog('- does not match this Visual Studio Command Prompt') - return false - } - - return true - } -} - -module.exports = findVisualStudio -module.exports.test = { - VisualStudioFinder: VisualStudioFinder, - findVisualStudio: findVisualStudio -} diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/lib/install.js b/software/flow/node_modules/npm/node_modules/node-gyp/lib/install.js deleted file mode 100644 index 99f6d85..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/lib/install.js +++ /dev/null @@ -1,376 +0,0 @@ -'use strict' - -const fs = require('graceful-fs') -const os = require('os') -const tar = require('tar') -const path = require('path') -const util = require('util') -const stream = require('stream') -const crypto = require('crypto') -const log = require('npmlog') -const semver = require('semver') -const fetch = require('make-fetch-happen') -const processRelease = require('./process-release') -const win = process.platform === 'win32' -const streamPipeline = util.promisify(stream.pipeline) - -/** - * @param {typeof import('graceful-fs')} fs - */ - -async function install (fs, gyp, argv) { - const release = processRelease(argv, gyp, process.version, process.release) - - // Determine which node dev files version we are installing - log.verbose('install', 'input version string %j', release.version) - - if (!release.semver) { - // could not parse the version string with semver - throw new Error('Invalid version number: ' + release.version) - } - - if (semver.lt(release.version, '0.8.0')) { - throw new Error('Minimum target version is `0.8.0` or greater. Got: ' + release.version) - } - - // 0.x.y-pre versions are not published yet and cannot be installed. Bail. - if (release.semver.prerelease[0] === 'pre') { - log.verbose('detected "pre" node version', release.version) - if (!gyp.opts.nodedir) { - throw new Error('"pre" versions of node cannot be installed, use the --nodedir flag instead') - } - log.verbose('--nodedir flag was passed; skipping install', gyp.opts.nodedir) - return - } - - // flatten version into String - log.verbose('install', 'installing version: %s', release.versionDir) - - // the directory where the dev files will be installed - const devDir = path.resolve(gyp.devDir, release.versionDir) - - // If '--ensure' was passed, then don't *always* install the version; - // check if it is already installed, and only install when needed - if (gyp.opts.ensure) { - log.verbose('install', '--ensure was passed, so won\'t reinstall if already installed') - try { - await fs.promises.stat(devDir) - } catch (err) { - if (err.code === 'ENOENT') { - log.verbose('install', 'version not already installed, continuing with install', release.version) - try { - return await go() - } catch (err) { - return rollback(err) - } - } else if (err.code === 'EACCES') { - return eaccesFallback(err) - } - throw err - } - log.verbose('install', 'version is already installed, need to check "installVersion"') - const installVersionFile = path.resolve(devDir, 'installVersion') - let installVersion = 0 - try { - const ver = await fs.promises.readFile(installVersionFile, 'ascii') - installVersion = parseInt(ver, 10) || 0 - } catch (err) { - if (err.code !== 'ENOENT') { - throw err - } - } - log.verbose('got "installVersion"', installVersion) - log.verbose('needs "installVersion"', gyp.package.installVersion) - if (installVersion < gyp.package.installVersion) { - log.verbose('install', 'version is no good; reinstalling') - try { - return await go() - } catch (err) { - return rollback(err) - } - } - log.verbose('install', 'version is good') - } else { - try { - return await go() - } catch (err) { - return rollback(err) - } - } - - async function go () { - log.verbose('ensuring nodedir is created', devDir) - - // first create the dir for the node dev files - try { - const created = await fs.promises.mkdir(devDir, { recursive: true }) - - if (created) { - log.verbose('created nodedir', created) - } - } catch (err) { - if (err.code === 'EACCES') { - return eaccesFallback(err) - } - - throw err - } - - // now download the node tarball - const tarPath = gyp.opts.tarball - let extractCount = 0 - const contentShasums = {} - const expectShasums = {} - - // checks if a file to be extracted from the tarball is valid. - // only .h header files and the gyp files get extracted - function isValid (path) { - const isValid = valid(path) - if (isValid) { - log.verbose('extracted file from tarball', path) - extractCount++ - } else { - // invalid - log.silly('ignoring from tarball', path) - } - return isValid - } - - // download the tarball and extract! - - if (tarPath) { - await tar.extract({ - file: tarPath, - strip: 1, - filter: isValid, - cwd: devDir - }) - } else { - try { - const res = await download(gyp, release.tarballUrl) - - if (res.status !== 200) { - throw new Error(`${res.status} response downloading ${release.tarballUrl}`) - } - - await streamPipeline( - res.body, - // content checksum - new ShaSum((_, checksum) => { - const filename = path.basename(release.tarballUrl).trim() - contentShasums[filename] = checksum - log.verbose('content checksum', filename, checksum) - }), - tar.extract({ - strip: 1, - cwd: devDir, - filter: isValid - }) - ) - } catch (err) { - // something went wrong downloading the tarball? - if (err.code === 'ENOTFOUND') { - throw new Error('This is most likely not a problem with node-gyp or the package itself and\n' + - 'is related to network connectivity. In most cases you are behind a proxy or have bad \n' + - 'network settings.') - } - throw err - } - } - - // invoked after the tarball has finished being extracted - if (extractCount === 0) { - throw new Error('There was a fatal problem while downloading/extracting the tarball') - } - - log.verbose('tarball', 'done parsing tarball') - - const installVersionPath = path.resolve(devDir, 'installVersion') - await Promise.all([ - // need to download node.lib - ...(win ? downloadNodeLib() : []), - // write the "installVersion" file - fs.promises.writeFile(installVersionPath, gyp.package.installVersion + '\n'), - // Only download SHASUMS.txt if we downloaded something in need of SHA verification - ...(!tarPath || win ? [downloadShasums()] : []) - ]) - - log.verbose('download contents checksum', JSON.stringify(contentShasums)) - // check content shasums - for (const k in contentShasums) { - log.verbose('validating download checksum for ' + k, '(%s == %s)', contentShasums[k], expectShasums[k]) - if (contentShasums[k] !== expectShasums[k]) { - throw new Error(k + ' local checksum ' + contentShasums[k] + ' not match remote ' + expectShasums[k]) - } - } - - async function downloadShasums () { - log.verbose('check download content checksum, need to download `SHASUMS256.txt`...') - log.verbose('checksum url', release.shasumsUrl) - - const res = await download(gyp, release.shasumsUrl) - - if (res.status !== 200) { - throw new Error(`${res.status} status code downloading checksum`) - } - - for (const line of (await res.text()).trim().split('\n')) { - const items = line.trim().split(/\s+/) - if (items.length !== 2) { - return - } - - // 0035d18e2dcf9aad669b1c7c07319e17abfe3762 ./node-v0.11.4.tar.gz - const name = items[1].replace(/^\.\//, '') - expectShasums[name] = items[0] - } - - log.verbose('checksum data', JSON.stringify(expectShasums)) - } - - function downloadNodeLib () { - log.verbose('on Windows; need to download `' + release.name + '.lib`...') - const archs = ['ia32', 'x64', 'arm64'] - return archs.map(async (arch) => { - const dir = path.resolve(devDir, arch) - const targetLibPath = path.resolve(dir, release.name + '.lib') - const { libUrl, libPath } = release[arch] - const name = `${arch} ${release.name}.lib` - log.verbose(name, 'dir', dir) - log.verbose(name, 'url', libUrl) - - await fs.promises.mkdir(dir, { recursive: true }) - log.verbose('streaming', name, 'to:', targetLibPath) - - const res = await download(gyp, libUrl) - - if (res.status === 403 || res.status === 404) { - if (arch === 'arm64') { - // Arm64 is a newer platform on Windows and not all node distributions provide it. - log.verbose(`${name} was not found in ${libUrl}`) - } else { - log.warn(`${name} was not found in ${libUrl}`) - } - return - } else if (res.status !== 200) { - throw new Error(`${res.status} status code downloading ${name}`) - } - - return streamPipeline( - res.body, - new ShaSum((_, checksum) => { - contentShasums[libPath] = checksum - log.verbose('content checksum', libPath, checksum) - }), - fs.createWriteStream(targetLibPath) - ) - }) - } // downloadNodeLib() - } // go() - - /** - * Checks if a given filename is "valid" for this installation. - */ - - function valid (file) { - // header files - const extname = path.extname(file) - return extname === '.h' || extname === '.gypi' - } - - async function rollback (err) { - log.warn('install', 'got an error, rolling back install') - // roll-back the install if anything went wrong - await util.promisify(gyp.commands.remove)([release.versionDir]) - throw err - } - - /** - * The EACCES fallback is a workaround for npm's `sudo` behavior, where - * it drops the permissions before invoking any child processes (like - * node-gyp). So what happens is the "nobody" user doesn't have - * permission to create the dev dir. As a fallback, make the tmpdir() be - * the dev dir for this installation. This is not ideal, but at least - * the compilation will succeed... - */ - - async function eaccesFallback (err) { - const noretry = '--node_gyp_internal_noretry' - if (argv.indexOf(noretry) !== -1) { - throw err - } - const tmpdir = os.tmpdir() - gyp.devDir = path.resolve(tmpdir, '.node-gyp') - let userString = '' - try { - // os.userInfo can fail on some systems, it's not critical here - userString = ` ("${os.userInfo().username}")` - } catch (e) {} - log.warn('EACCES', 'current user%s does not have permission to access the dev dir "%s"', userString, devDir) - log.warn('EACCES', 'attempting to reinstall using temporary dev dir "%s"', gyp.devDir) - if (process.cwd() === tmpdir) { - log.verbose('tmpdir == cwd', 'automatically will remove dev files after to save disk space') - gyp.todo.push({ name: 'remove', args: argv }) - } - return util.promisify(gyp.commands.install)([noretry].concat(argv)) - } -} - -class ShaSum extends stream.Transform { - constructor (callback) { - super() - this._callback = callback - this._digester = crypto.createHash('sha256') - } - - _transform (chunk, _, callback) { - this._digester.update(chunk) - callback(null, chunk) - } - - _flush (callback) { - this._callback(null, this._digester.digest('hex')) - callback() - } -} - -async function download (gyp, url) { - log.http('GET', url) - - const requestOpts = { - headers: { - 'User-Agent': `node-gyp v${gyp.version} (node ${process.version})`, - Connection: 'keep-alive' - }, - proxy: gyp.opts.proxy, - noProxy: gyp.opts.noproxy - } - - const cafile = gyp.opts.cafile - if (cafile) { - requestOpts.ca = await readCAFile(cafile) - } - - const res = await fetch(url, requestOpts) - log.http(res.status, res.url) - - return res -} - -async function readCAFile (filename) { - // The CA file can contain multiple certificates so split on certificate - // boundaries. [\S\s]*? is used to match everything including newlines. - const ca = await fs.promises.readFile(filename, 'utf8') - const re = /(-----BEGIN CERTIFICATE-----[\S\s]*?-----END CERTIFICATE-----)/g - return ca.match(re) -} - -module.exports = function (gyp, argv, callback) { - install(fs, gyp, argv).then(callback.bind(undefined, null), callback) -} -module.exports.test = { - download, - install, - readCAFile -} -module.exports.usage = 'Install node development files for the specified node version.' diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/lib/list.js b/software/flow/node_modules/npm/node_modules/node-gyp/lib/list.js deleted file mode 100644 index 405ebc0..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/lib/list.js +++ /dev/null @@ -1,27 +0,0 @@ -'use strict' - -const fs = require('graceful-fs') -const log = require('npmlog') - -function list (gyp, args, callback) { - var devDir = gyp.devDir - log.verbose('list', 'using node-gyp dir:', devDir) - - fs.readdir(devDir, onreaddir) - - function onreaddir (err, versions) { - if (err && err.code !== 'ENOENT') { - return callback(err) - } - - if (Array.isArray(versions)) { - versions = versions.filter(function (v) { return v !== 'current' }) - } else { - versions = [] - } - callback(null, versions) - } -} - -module.exports = list -module.exports.usage = 'Prints a listing of the currently installed node development files' diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/lib/node-gyp.js b/software/flow/node_modules/npm/node_modules/node-gyp/lib/node-gyp.js deleted file mode 100644 index e492ec1..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/lib/node-gyp.js +++ /dev/null @@ -1,215 +0,0 @@ -'use strict' - -const path = require('path') -const nopt = require('nopt') -const log = require('npmlog') -const childProcess = require('child_process') -const EE = require('events').EventEmitter -const inherits = require('util').inherits -const commands = [ - // Module build commands - 'build', - 'clean', - 'configure', - 'rebuild', - // Development Header File management commands - 'install', - 'list', - 'remove' -] -const aliases = { - ls: 'list', - rm: 'remove' -} - -// differentiate node-gyp's logs from npm's -log.heading = 'gyp' - -function gyp () { - return new Gyp() -} - -function Gyp () { - var self = this - - this.devDir = '' - this.commands = {} - - commands.forEach(function (command) { - self.commands[command] = function (argv, callback) { - log.verbose('command', command, argv) - return require('./' + command)(self, argv, callback) - } - }) -} -inherits(Gyp, EE) -exports.Gyp = Gyp -var proto = Gyp.prototype - -/** - * Export the contents of the package.json. - */ - -proto.package = require('../package.json') - -/** - * nopt configuration definitions - */ - -proto.configDefs = { - help: Boolean, // everywhere - arch: String, // 'configure' - cafile: String, // 'install' - debug: Boolean, // 'build' - directory: String, // bin - make: String, // 'build' - msvs_version: String, // 'configure' - ensure: Boolean, // 'install' - solution: String, // 'build' (windows only) - proxy: String, // 'install' - noproxy: String, // 'install' - devdir: String, // everywhere - nodedir: String, // 'configure' - loglevel: String, // everywhere - python: String, // 'configure' - 'dist-url': String, // 'install' - tarball: String, // 'install' - jobs: String, // 'build' - thin: String, // 'configure' - 'force-process-config': Boolean // 'configure' -} - -/** - * nopt shorthands - */ - -proto.shorthands = { - release: '--no-debug', - C: '--directory', - debug: '--debug', - j: '--jobs', - silly: '--loglevel=silly', - verbose: '--loglevel=verbose', - silent: '--loglevel=silent' -} - -/** - * expose the command aliases for the bin file to use. - */ - -proto.aliases = aliases - -/** - * Parses the given argv array and sets the 'opts', - * 'argv' and 'command' properties. - */ - -proto.parseArgv = function parseOpts (argv) { - this.opts = nopt(this.configDefs, this.shorthands, argv) - this.argv = this.opts.argv.remain.slice() - - var commands = this.todo = [] - - // create a copy of the argv array with aliases mapped - argv = this.argv.map(function (arg) { - // is this an alias? - if (arg in this.aliases) { - arg = this.aliases[arg] - } - return arg - }, this) - - // process the mapped args into "command" objects ("name" and "args" props) - argv.slice().forEach(function (arg) { - if (arg in this.commands) { - var args = argv.splice(0, argv.indexOf(arg)) - argv.shift() - if (commands.length > 0) { - commands[commands.length - 1].args = args - } - commands.push({ name: arg, args: [] }) - } - }, this) - if (commands.length > 0) { - commands[commands.length - 1].args = argv.splice(0) - } - - // support for inheriting config env variables from npm - var npmConfigPrefix = 'npm_config_' - Object.keys(process.env).forEach(function (name) { - if (name.indexOf(npmConfigPrefix) !== 0) { - return - } - var val = process.env[name] - if (name === npmConfigPrefix + 'loglevel') { - log.level = val - } else { - // add the user-defined options to the config - name = name.substring(npmConfigPrefix.length) - // gyp@741b7f1 enters an infinite loop when it encounters - // zero-length options so ensure those don't get through. - if (name) { - // convert names like force_process_config to force-process-config - if (name.includes('_')) { - name = name.replace(/_/g, '-') - } - this.opts[name] = val - } - } - }, this) - - if (this.opts.loglevel) { - log.level = this.opts.loglevel - } - log.resume() -} - -/** - * Spawns a child process and emits a 'spawn' event. - */ - -proto.spawn = function spawn (command, args, opts) { - if (!opts) { - opts = {} - } - if (!opts.silent && !opts.stdio) { - opts.stdio = [0, 1, 2] - } - var cp = childProcess.spawn(command, args, opts) - log.info('spawn', command) - log.info('spawn args', args) - return cp -} - -/** - * Returns the usage instructions for node-gyp. - */ - -proto.usage = function usage () { - var str = [ - '', - ' Usage: node-gyp <command> [options]', - '', - ' where <command> is one of:', - commands.map(function (c) { - return ' - ' + c + ' - ' + require('./' + c).usage - }).join('\n'), - '', - 'node-gyp@' + this.version + ' ' + path.resolve(__dirname, '..'), - 'node@' + process.versions.node - ].join('\n') - return str -} - -/** - * Version number getter. - */ - -Object.defineProperty(proto, 'version', { - get: function () { - return this.package.version - }, - enumerable: true -}) - -module.exports = exports = gyp diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/lib/process-release.js b/software/flow/node_modules/npm/node_modules/node-gyp/lib/process-release.js deleted file mode 100644 index 95b55e4..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/lib/process-release.js +++ /dev/null @@ -1,147 +0,0 @@ -/* eslint-disable node/no-deprecated-api */ - -'use strict' - -const semver = require('semver') -const url = require('url') -const path = require('path') -const log = require('npmlog') - -// versions where -headers.tar.gz started shipping -const headersTarballRange = '>= 3.0.0 || ~0.12.10 || ~0.10.42' -const bitsre = /\/win-(x86|x64|arm64)\// -const bitsreV3 = /\/win-(x86|ia32|x64)\// // io.js v3.x.x shipped with "ia32" but should -// have been "x86" - -// Captures all the logic required to determine download URLs, local directory and -// file names. Inputs come from command-line switches (--target, --dist-url), -// `process.version` and `process.release` where it exists. -function processRelease (argv, gyp, defaultVersion, defaultRelease) { - var version = (semver.valid(argv[0]) && argv[0]) || gyp.opts.target || defaultVersion - var versionSemver = semver.parse(version) - var overrideDistUrl = gyp.opts['dist-url'] || gyp.opts.disturl - var isDefaultVersion - var isNamedForLegacyIojs - var name - var distBaseUrl - var baseUrl - var libUrl32 - var libUrl64 - var libUrlArm64 - var tarballUrl - var canGetHeaders - - if (!versionSemver) { - // not a valid semver string, nothing we can do - return { version: version } - } - // flatten version into String - version = versionSemver.version - - // defaultVersion should come from process.version so ought to be valid semver - isDefaultVersion = version === semver.parse(defaultVersion).version - - // can't use process.release if we're using --target=x.y.z - if (!isDefaultVersion) { - defaultRelease = null - } - - if (defaultRelease) { - // v3 onward, has process.release - name = defaultRelease.name.replace(/io\.js/, 'iojs') // remove the '.' for directory naming purposes - } else { - // old node or alternative --target= - // semver.satisfies() doesn't like prerelease tags so test major directly - isNamedForLegacyIojs = versionSemver.major >= 1 && versionSemver.major < 4 - // isNamedForLegacyIojs is required to support Electron < 4 (in particular Electron 3) - // as previously this logic was used to ensure "iojs" was used to download iojs releases - // and "node" for node releases. Unfortunately the logic was broad enough that electron@3 - // published release assets as "iojs" so that the node-gyp logic worked. Once Electron@3 has - // been EOL for a while (late 2019) we should remove this hack. - name = isNamedForLegacyIojs ? 'iojs' : 'node' - } - - // check for the nvm.sh standard mirror env variables - if (!overrideDistUrl && process.env.NODEJS_ORG_MIRROR) { - overrideDistUrl = process.env.NODEJS_ORG_MIRROR - } - - if (overrideDistUrl) { - log.verbose('download', 'using dist-url', overrideDistUrl) - } - - if (overrideDistUrl) { - distBaseUrl = overrideDistUrl.replace(/\/+$/, '') - } else { - distBaseUrl = 'https://nodejs.org/dist' - } - distBaseUrl += '/v' + version + '/' - - // new style, based on process.release so we have a lot of the data we need - if (defaultRelease && defaultRelease.headersUrl && !overrideDistUrl) { - baseUrl = url.resolve(defaultRelease.headersUrl, './') - libUrl32 = resolveLibUrl(name, defaultRelease.libUrl || baseUrl || distBaseUrl, 'x86', versionSemver.major) - libUrl64 = resolveLibUrl(name, defaultRelease.libUrl || baseUrl || distBaseUrl, 'x64', versionSemver.major) - libUrlArm64 = resolveLibUrl(name, defaultRelease.libUrl || baseUrl || distBaseUrl, 'arm64', versionSemver.major) - tarballUrl = defaultRelease.headersUrl - } else { - // older versions without process.release are captured here and we have to make - // a lot of assumptions, additionally if you --target=x.y.z then we can't use the - // current process.release - baseUrl = distBaseUrl - libUrl32 = resolveLibUrl(name, baseUrl, 'x86', versionSemver.major) - libUrl64 = resolveLibUrl(name, baseUrl, 'x64', versionSemver.major) - libUrlArm64 = resolveLibUrl(name, baseUrl, 'arm64', versionSemver.major) - - // making the bold assumption that anything with a version number >3.0.0 will - // have a *-headers.tar.gz file in its dist location, even some frankenstein - // custom version - canGetHeaders = semver.satisfies(versionSemver, headersTarballRange) - tarballUrl = url.resolve(baseUrl, name + '-v' + version + (canGetHeaders ? '-headers' : '') + '.tar.gz') - } - - return { - version: version, - semver: versionSemver, - name: name, - baseUrl: baseUrl, - tarballUrl: tarballUrl, - shasumsUrl: url.resolve(baseUrl, 'SHASUMS256.txt'), - versionDir: (name !== 'node' ? name + '-' : '') + version, - ia32: { - libUrl: libUrl32, - libPath: normalizePath(path.relative(url.parse(baseUrl).path, url.parse(libUrl32).path)) - }, - x64: { - libUrl: libUrl64, - libPath: normalizePath(path.relative(url.parse(baseUrl).path, url.parse(libUrl64).path)) - }, - arm64: { - libUrl: libUrlArm64, - libPath: normalizePath(path.relative(url.parse(baseUrl).path, url.parse(libUrlArm64).path)) - } - } -} - -function normalizePath (p) { - return path.normalize(p).replace(/\\/g, '/') -} - -function resolveLibUrl (name, defaultUrl, arch, versionMajor) { - var base = url.resolve(defaultUrl, './') - var hasLibUrl = bitsre.test(defaultUrl) || (versionMajor === 3 && bitsreV3.test(defaultUrl)) - - if (!hasLibUrl) { - // let's assume it's a baseUrl then - if (versionMajor >= 1) { - return url.resolve(base, 'win-' + arch + '/' + name + '.lib') - } - // prior to io.js@1.0.0 32-bit node.lib lives in /, 64-bit lives in /x64/ - return url.resolve(base, (arch === 'x86' ? '' : arch + '/') + name + '.lib') - } - - // else we have a proper url to a .lib, just make sure it's the right arch - return defaultUrl.replace(versionMajor === 3 ? bitsreV3 : bitsre, '/win-' + arch + '/') -} - -module.exports = processRelease diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/lib/rebuild.js b/software/flow/node_modules/npm/node_modules/node-gyp/lib/rebuild.js deleted file mode 100644 index a1c5b27..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/lib/rebuild.js +++ /dev/null @@ -1,13 +0,0 @@ -'use strict' - -function rebuild (gyp, argv, callback) { - gyp.todo.push( - { name: 'clean', args: [] } - , { name: 'configure', args: argv } - , { name: 'build', args: [] } - ) - process.nextTick(callback) -} - -module.exports = rebuild -module.exports.usage = 'Runs "clean", "configure" and "build" all at once' diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/lib/remove.js b/software/flow/node_modules/npm/node_modules/node-gyp/lib/remove.js deleted file mode 100644 index 8c945e5..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/lib/remove.js +++ /dev/null @@ -1,46 +0,0 @@ -'use strict' - -const fs = require('fs') -const rm = require('rimraf') -const path = require('path') -const log = require('npmlog') -const semver = require('semver') - -function remove (gyp, argv, callback) { - var devDir = gyp.devDir - log.verbose('remove', 'using node-gyp dir:', devDir) - - // get the user-specified version to remove - var version = argv[0] || gyp.opts.target - log.verbose('remove', 'removing target version:', version) - - if (!version) { - return callback(new Error('You must specify a version number to remove. Ex: "' + process.version + '"')) - } - - var versionSemver = semver.parse(version) - if (versionSemver) { - // flatten the version Array into a String - version = versionSemver.version - } - - var versionPath = path.resolve(gyp.devDir, version) - log.verbose('remove', 'removing development files for version:', version) - - // first check if its even installed - fs.stat(versionPath, function (err) { - if (err) { - if (err.code === 'ENOENT') { - callback(null, 'version was already uninstalled: ' + version) - } else { - callback(err) - } - return - } - // Go ahead and delete the dir - rm(versionPath, callback) - }) -} - -module.exports = exports = remove -module.exports.usage = 'Removes the node development files for the specified version' diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/lib/util.js b/software/flow/node_modules/npm/node_modules/node-gyp/lib/util.js deleted file mode 100644 index 3e23c62..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/lib/util.js +++ /dev/null @@ -1,64 +0,0 @@ -'use strict' - -const log = require('npmlog') -const execFile = require('child_process').execFile -const path = require('path') - -function logWithPrefix (log, prefix) { - function setPrefix (logFunction) { - return (...args) => logFunction.apply(null, [ prefix, ...args ]) // eslint-disable-line - } - return { - silly: setPrefix(log.silly), - verbose: setPrefix(log.verbose), - info: setPrefix(log.info), - warn: setPrefix(log.warn), - error: setPrefix(log.error) - } -} - -function regGetValue (key, value, addOpts, cb) { - const outReValue = value.replace(/\W/g, '.') - const outRe = new RegExp(`^\\s+${outReValue}\\s+REG_\\w+\\s+(\\S.*)$`, 'im') - const reg = path.join(process.env.SystemRoot, 'System32', 'reg.exe') - const regArgs = ['query', key, '/v', value].concat(addOpts) - - log.silly('reg', 'running', reg, regArgs) - const child = execFile(reg, regArgs, { encoding: 'utf8' }, - function (err, stdout, stderr) { - log.silly('reg', 'reg.exe stdout = %j', stdout) - if (err || stderr.trim() !== '') { - log.silly('reg', 'reg.exe err = %j', err && (err.stack || err)) - log.silly('reg', 'reg.exe stderr = %j', stderr) - return cb(err, stderr) - } - - const result = outRe.exec(stdout) - if (!result) { - log.silly('reg', 'error parsing stdout') - return cb(new Error('Could not parse output of reg.exe')) - } - log.silly('reg', 'found: %j', result[1]) - cb(null, result[1]) - }) - child.stdin.end() -} - -function regSearchKeys (keys, value, addOpts, cb) { - var i = 0 - const search = () => { - log.silly('reg-search', 'looking for %j in %j', value, keys[i]) - regGetValue(keys[i], value, addOpts, (err, res) => { - ++i - if (err && i < keys.length) { return search() } - cb(err, res) - }) - } - search() -} - -module.exports = { - logWithPrefix: logWithPrefix, - regGetValue: regGetValue, - regSearchKeys: regSearchKeys -} diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/macOS_Catalina.md b/software/flow/node_modules/npm/node_modules/node-gyp/macOS_Catalina.md deleted file mode 100644 index dde5fe3..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/macOS_Catalina.md +++ /dev/null @@ -1,104 +0,0 @@ -# Installation notes for macOS Catalina (v10.15) - -_This document specifically refers to upgrades from previous versions of macOS to Catalina (10.15). It should be removed from the source repository when Catalina ceases to be the latest macOS version or when future Catalina versions no longer raise these issues._ - -**Both upgrading to macOS Catalina and running a Software Update in Catalina may cause normal `node-gyp` installations to fail. This might manifest as the following error during `npm install`:** - -```console -gyp: No Xcode or CLT version detected! -``` - -## node-gyp v7 - -The newest release of `node-gyp` should solve this problem. If you are using `node-gyp` directly then you should be able to install v7 and use it as-is. - -If you need to use `node-gyp` from within `npm` (e.g. through `npm install`), you will have to install `node-gyp` (either globally with `-g` or to a predictable location) and tell `npm` where the new version is. Either use: - -* `npm config set node_gyp <path to node-gyp>`; or -* run `npm` with an environment variable prefix: `npm_config_node_gyp=<path to node-gyp> npm install` - -Where "path to node-gyp" is to the `node-gyp` executable which may be a symlink in your global bin directory (e.g. `/usr/local/bin/node-gyp`), or a path to the `node-gyp` installation directory and the `bin/node-gyp.js` file within it (e.g. `/usr/local/lib/node_modules/node-gyp/bin/node-gyp.js`). - -**If you use `npm config set` to change your global `node_gyp` you are responsible for keeping it up to date and can't rely on `npm` to give you a newer version when available.** Use `npm config delete node_gyp` to unset this configuration option. - -## Fixing Catalina for older versions of `node-gyp` - -### Is my Mac running macOS Catalina? -Let's first make sure that your Mac is running Catalina: -``` -% sw_vers - ProductName: Mac OS X - ProductVersion: 10.15 - BuildVersion: 19A602 -``` -If `ProductVersion` is less then `10.15` then this document is not for you. Normal install docs for `node-gyp` on macOS can be found at https://github.com/nodejs/node-gyp#on-macos - - -### The acid test -To see if `Xcode Command Line Tools` is installed in a way that will work with `node-gyp`, run: -``` -curl -sL https://github.com/nodejs/node-gyp/raw/main/macOS_Catalina_acid_test.sh | bash -``` - -If test succeeded, _you are done_! You should be ready to [install](https://github.com/nodejs/node-gyp#installation) `node-gyp`. - -If test failed, there is a problem with your Xcode Command Line Tools installation. [Continue to Solutions](#Solutions). - -### Solutions -There are three ways to install the Xcode libraries `node-gyp` needs on macOS. People running Catalina have had success with some but not others in a way that has been unpredictable. - -1. With the full Xcode (~7.6 GB download) from the `App Store` app. -2. With the _much_ smaller Xcode Command Line Tools via `xcode-select --install` -3. With the _much_ smaller Xcode Command Line Tools via manual download. **For people running the latest version of Catalina (10.15.2 at the time of this writing), this has worked when the other two solutions haven't.** - -### Installing `node-gyp` using the full Xcode -1. `xcodebuild -version` should show `Xcode 11.1` or later. - * If not, then install/upgrade Xcode from the App Store app. -2. Open the Xcode app and... - * Under __Preferences > Locations__ select the tools if their location is empty. - * Allow Xcode app to do an essential install of the most recent compiler tools. -3. Once all installations are _complete_, quit out of Xcode. -4. `sudo xcodebuild -license accept` # If you agree with the licensing terms. -5. `softwareupdate -l` # No listing is a good sign. - * If Xcode or Tools upgrades are listed, use "Software Upgrade" to install them. -6. `xcode-select -version` # Should return `xcode-select version 2370` or later. -7. `xcode-select -print-path` # Should return `/Applications/Xcode.app/Contents/Developer` -8. Try the [_acid test_ steps above](#The-acid-test) to see if your Mac is ready. -9. If the _acid test_ does _not_ pass then... -10. `sudo xcode-select --reset` # Enter root password. No output is normal. -11. Repeat step 7 above. Is the path different this time? Repeat the _acid test_. - -### Installing `node-gyp` using the Xcode Command Line Tools via `xcode-select --install` -1. If the _acid test_ has not succeeded, then try `xcode-select --install` -2. If the installation command returns `xcode-select: error: command line tools are already installed, use "Software Update" to install updates`, continue to [remove and reinstall](#i-did-all-that-and-the-acid-test-still-does-not-pass--) -3. Wait until the install process is _complete_. -4. `softwareupdate -l` # No listing is a good sign. - * If Xcode or Tools upgrades are listed, use "Software Update" to install them. -5. `xcode-select -version` # Should return `xcode-select version 2370` or later. -6. `xcode-select -print-path` # Should return `/Library/Developer/CommandLineTools` -7. Try the [_acid test_ steps above](#The-acid-test) to see if your Mac is ready. -8. If the _acid test_ does _not_ pass then... -9. `sudo xcode-select --reset` # Enter root password. No output is normal. -10. Repeat step 5 above. Is the path different this time? Repeat the _acid test_. - -### Installing `node-gyp` using the Xcode Command Line Tools via manual download -1. Download the appropriate version of the "Command Line Tools for Xcode" for your version of Catalina from <https://developer.apple.com/download/more/>. As of MacOS 10.15.5, that's [Command_Line_Tools_for_Xcode_11.5.dmg](https://download.developer.apple.com/Developer_Tools/Command_Line_Tools_for_Xcode_11.5/Command_Line_Tools_for_Xcode_11.5.dmg) -2. Install the package. -3. Run the [_acid test_ steps above](#The-acid-test). - -### I did all that and the acid test still does not pass :-( -1. `sudo rm -rf $(xcode-select -print-path)` # Enter root password. No output is normal. -2. `sudo rm -rf /Library/Developer/CommandLineTools` # Enter root password. -3. `sudo xcode-select --reset` -4. `xcode-select --install` -5. If the [_acid test_ steps above](#The-acid-test) still does _not_ pass then... -6. `npm explore npm -g -- npm install node-gyp@latest` -7. `npm explore npm -g -- npm explore npm-lifecycle -- npm install node-gyp@latest` -8. If the _acid test_ still does _not_ pass then... -9. Add a comment to https://github.com/nodejs/node-gyp/issues/1927 so we can improve. - -Lessons learned from: -* https://github.com/nodejs/node-gyp/issues/1779 -* https://github.com/nodejs/node-gyp/issues/1861 -* https://github.com/nodejs/node-gyp/issues/1927 and elsewhere -* Thanks to @rrrix for discovering Solution 3 diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/macOS_Catalina_acid_test.sh b/software/flow/node_modules/npm/node_modules/node-gyp/macOS_Catalina_acid_test.sh deleted file mode 100644 index e1e9894..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/macOS_Catalina_acid_test.sh +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/bash - -pkgs=( - "com.apple.pkg.DeveloperToolsCLILeo" # standalone - "com.apple.pkg.DeveloperToolsCLI" # from XCode - "com.apple.pkg.CLTools_Executables" # Mavericks -) - -for pkg in "${pkgs[@]}"; do - output=$(/usr/sbin/pkgutil --pkg-info "$pkg" 2>/dev/null) - if [ "$output" ]; then - version=$(echo "$output" | grep 'version' | cut -d' ' -f2) - break - fi -done - -if [ "$version" ]; then - echo "Command Line Tools version: $version" -else - echo >&2 'Command Line Tools not found' -fi diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/.bin/node-which b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/.bin/node-which deleted file mode 120000 index 6f8415e..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/.bin/node-which +++ /dev/null @@ -1 +0,0 @@ -../which/bin/node-which \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/.bin/nopt b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/.bin/nopt deleted file mode 120000 index 6b6566e..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/.bin/nopt +++ /dev/null @@ -1 +0,0 @@ -../nopt/bin/nopt.js \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs/LICENSE.md b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs/LICENSE.md deleted file mode 100644 index 5fc208f..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs/LICENSE.md +++ /dev/null @@ -1,20 +0,0 @@ -<!-- This file is automatically added by @npmcli/template-oss. Do not edit. --> - -ISC License - -Copyright npm, Inc. - -Permission to use, copy, modify, and/or distribute this -software for any purpose with or without fee is hereby -granted, provided that the above copyright notice and this -permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND NPM DISCLAIMS ALL -WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO -EVENT SHALL NPM BE LIABLE FOR ANY SPECIAL, DIRECT, -INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER -TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE -USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs/lib/common/get-options.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs/lib/common/get-options.js deleted file mode 100644 index cb5982f..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs/lib/common/get-options.js +++ /dev/null @@ -1,20 +0,0 @@ -// given an input that may or may not be an object, return an object that has -// a copy of every defined property listed in 'copy'. if the input is not an -// object, assign it to the property named by 'wrap' -const getOptions = (input, { copy, wrap }) => { - const result = {} - - if (input && typeof input === 'object') { - for (const prop of copy) { - if (input[prop] !== undefined) { - result[prop] = input[prop] - } - } - } else { - result[wrap] = input - } - - return result -} - -module.exports = getOptions diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs/lib/common/node.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs/lib/common/node.js deleted file mode 100644 index 4d13bc0..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs/lib/common/node.js +++ /dev/null @@ -1,9 +0,0 @@ -const semver = require('semver') - -const satisfies = (range) => { - return semver.satisfies(process.version, range, { includePrerelease: true }) -} - -module.exports = { - satisfies, -} diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs/lib/common/owner-sync.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs/lib/common/owner-sync.js deleted file mode 100644 index 3704aa6..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs/lib/common/owner-sync.js +++ /dev/null @@ -1,96 +0,0 @@ -const { dirname, resolve } = require('path') -const url = require('url') - -const fs = require('../fs.js') - -// given a path, find the owner of the nearest parent -const find = (path) => { - // if we have no getuid, permissions are irrelevant on this platform - if (!process.getuid) { - return {} - } - - // fs methods accept URL objects with a scheme of file: so we need to unwrap - // those into an actual path string before we can resolve it - const resolved = path != null && path.href && path.origin - ? resolve(url.fileURLToPath(path)) - : resolve(path) - - let stat - - try { - stat = fs.lstatSync(resolved) - } finally { - // if we got a stat, return its contents - if (stat) { - return { uid: stat.uid, gid: stat.gid } - } - - // try the parent directory - if (resolved !== dirname(resolved)) { - return find(dirname(resolved)) - } - - // no more parents, never got a stat, just return an empty object - return {} - } -} - -// given a path, uid, and gid update the ownership of the path if necessary -const update = (path, uid, gid) => { - // nothing to update, just exit - if (uid === undefined && gid === undefined) { - return - } - - try { - // see if the permissions are already the same, if they are we don't - // need to do anything, so return early - const stat = fs.statSync(path) - if (uid === stat.uid && gid === stat.gid) { - return - } - } catch { - // ignore errors - } - - try { - fs.chownSync(path, uid, gid) - } catch { - // ignore errors - } -} - -// accepts a `path` and the `owner` property of an options object and normalizes -// it into an object with numerical `uid` and `gid` -const validate = (path, input) => { - let uid - let gid - - if (typeof input === 'string' || typeof input === 'number') { - uid = input - gid = input - } else if (input && typeof input === 'object') { - uid = input.uid - gid = input.gid - } - - if (uid === 'inherit' || gid === 'inherit') { - const owner = find(path) - if (uid === 'inherit') { - uid = owner.uid - } - - if (gid === 'inherit') { - gid = owner.gid - } - } - - return { uid, gid } -} - -module.exports = { - find, - update, - validate, -} diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs/lib/common/owner.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs/lib/common/owner.js deleted file mode 100644 index 9f02d41..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs/lib/common/owner.js +++ /dev/null @@ -1,96 +0,0 @@ -const { dirname, resolve } = require('path') -const url = require('url') - -const fs = require('../fs.js') - -// given a path, find the owner of the nearest parent -const find = async (path) => { - // if we have no getuid, permissions are irrelevant on this platform - if (!process.getuid) { - return {} - } - - // fs methods accept URL objects with a scheme of file: so we need to unwrap - // those into an actual path string before we can resolve it - const resolved = path != null && path.href && path.origin - ? resolve(url.fileURLToPath(path)) - : resolve(path) - - let stat - - try { - stat = await fs.lstat(resolved) - } finally { - // if we got a stat, return its contents - if (stat) { - return { uid: stat.uid, gid: stat.gid } - } - - // try the parent directory - if (resolved !== dirname(resolved)) { - return find(dirname(resolved)) - } - - // no more parents, never got a stat, just return an empty object - return {} - } -} - -// given a path, uid, and gid update the ownership of the path if necessary -const update = async (path, uid, gid) => { - // nothing to update, just exit - if (uid === undefined && gid === undefined) { - return - } - - try { - // see if the permissions are already the same, if they are we don't - // need to do anything, so return early - const stat = await fs.stat(path) - if (uid === stat.uid && gid === stat.gid) { - return - } - } catch { - // ignore errors - } - - try { - await fs.chown(path, uid, gid) - } catch { - // ignore errors - } -} - -// accepts a `path` and the `owner` property of an options object and normalizes -// it into an object with numerical `uid` and `gid` -const validate = async (path, input) => { - let uid - let gid - - if (typeof input === 'string' || typeof input === 'number') { - uid = input - gid = input - } else if (input && typeof input === 'object') { - uid = input.uid - gid = input.gid - } - - if (uid === 'inherit' || gid === 'inherit') { - const owner = await find(path) - if (uid === 'inherit') { - uid = owner.uid - } - - if (gid === 'inherit') { - gid = owner.gid - } - } - - return { uid, gid } -} - -module.exports = { - find, - update, - validate, -} diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs/lib/copy-file.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs/lib/copy-file.js deleted file mode 100644 index 8888266..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs/lib/copy-file.js +++ /dev/null @@ -1,16 +0,0 @@ -const fs = require('./fs.js') -const getOptions = require('./common/get-options.js') -const withOwner = require('./with-owner.js') - -const copyFile = async (src, dest, opts) => { - const options = getOptions(opts, { - copy: ['mode'], - wrap: 'mode', - }) - - // the node core method as of 16.5.0 does not support the mode being in an - // object, so we have to pass the mode value directly - return withOwner(dest, () => fs.copyFile(src, dest, options.mode), opts) -} - -module.exports = copyFile diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs/lib/cp/LICENSE b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs/lib/cp/LICENSE deleted file mode 100644 index 93546df..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs/lib/cp/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -(The MIT License) - -Copyright (c) 2011-2017 JP Richardson - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files -(the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, - merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is - furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE -WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS -OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, - ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs/lib/cp/index.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs/lib/cp/index.js deleted file mode 100644 index 5da4739..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs/lib/cp/index.js +++ /dev/null @@ -1,22 +0,0 @@ -const fs = require('../fs.js') -const getOptions = require('../common/get-options.js') -const node = require('../common/node.js') -const polyfill = require('./polyfill.js') - -// node 16.7.0 added fs.cp -const useNative = node.satisfies('>=16.7.0') - -const cp = async (src, dest, opts) => { - const options = getOptions(opts, { - copy: ['dereference', 'errorOnExist', 'filter', 'force', 'preserveTimestamps', 'recursive'], - }) - - // the polyfill is tested separately from this module, no need to hack - // process.version to try to trigger it just for coverage - // istanbul ignore next - return useNative - ? fs.cp(src, dest, options) - : polyfill(src, dest, options) -} - -module.exports = cp diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs/lib/cp/polyfill.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs/lib/cp/polyfill.js deleted file mode 100644 index f83ccbf..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs/lib/cp/polyfill.js +++ /dev/null @@ -1,428 +0,0 @@ -// this file is a modified version of the code in node 17.2.0 -// which is, in turn, a modified version of the fs-extra module on npm -// node core changes: -// - Use of the assert module has been replaced with core's error system. -// - All code related to the glob dependency has been removed. -// - Bring your own custom fs module is not currently supported. -// - Some basic code cleanup. -// changes here: -// - remove all callback related code -// - drop sync support -// - change assertions back to non-internal methods (see options.js) -// - throws ENOTDIR when rmdir gets an ENOENT for a path that exists in Windows -'use strict' - -const { - ERR_FS_CP_DIR_TO_NON_DIR, - ERR_FS_CP_EEXIST, - ERR_FS_CP_EINVAL, - ERR_FS_CP_FIFO_PIPE, - ERR_FS_CP_NON_DIR_TO_DIR, - ERR_FS_CP_SOCKET, - ERR_FS_CP_SYMLINK_TO_SUBDIRECTORY, - ERR_FS_CP_UNKNOWN, - ERR_FS_EISDIR, - ERR_INVALID_ARG_TYPE, -} = require('../errors.js') -const { - constants: { - errno: { - EEXIST, - EISDIR, - EINVAL, - ENOTDIR, - }, - }, -} = require('os') -const { - chmod, - copyFile, - lstat, - mkdir, - readdir, - readlink, - stat, - symlink, - unlink, - utimes, -} = require('../fs.js') -const { - dirname, - isAbsolute, - join, - parse, - resolve, - sep, - toNamespacedPath, -} = require('path') -const { fileURLToPath } = require('url') - -const defaultOptions = { - dereference: false, - errorOnExist: false, - filter: undefined, - force: true, - preserveTimestamps: false, - recursive: false, -} - -async function cp (src, dest, opts) { - if (opts != null && typeof opts !== 'object') { - throw new ERR_INVALID_ARG_TYPE('options', ['Object'], opts) - } - return cpFn( - toNamespacedPath(getValidatedPath(src)), - toNamespacedPath(getValidatedPath(dest)), - { ...defaultOptions, ...opts }) -} - -function getValidatedPath (fileURLOrPath) { - const path = fileURLOrPath != null && fileURLOrPath.href - && fileURLOrPath.origin - ? fileURLToPath(fileURLOrPath) - : fileURLOrPath - return path -} - -async function cpFn (src, dest, opts) { - // Warn about using preserveTimestamps on 32-bit node - // istanbul ignore next - if (opts.preserveTimestamps && process.arch === 'ia32') { - const warning = 'Using the preserveTimestamps option in 32-bit ' + - 'node is not recommended' - process.emitWarning(warning, 'TimestampPrecisionWarning') - } - const stats = await checkPaths(src, dest, opts) - const { srcStat, destStat } = stats - await checkParentPaths(src, srcStat, dest) - if (opts.filter) { - return handleFilter(checkParentDir, destStat, src, dest, opts) - } - return checkParentDir(destStat, src, dest, opts) -} - -async function checkPaths (src, dest, opts) { - const { 0: srcStat, 1: destStat } = await getStats(src, dest, opts) - if (destStat) { - if (areIdentical(srcStat, destStat)) { - throw new ERR_FS_CP_EINVAL({ - message: 'src and dest cannot be the same', - path: dest, - syscall: 'cp', - errno: EINVAL, - }) - } - if (srcStat.isDirectory() && !destStat.isDirectory()) { - throw new ERR_FS_CP_DIR_TO_NON_DIR({ - message: `cannot overwrite directory ${src} ` + - `with non-directory ${dest}`, - path: dest, - syscall: 'cp', - errno: EISDIR, - }) - } - if (!srcStat.isDirectory() && destStat.isDirectory()) { - throw new ERR_FS_CP_NON_DIR_TO_DIR({ - message: `cannot overwrite non-directory ${src} ` + - `with directory ${dest}`, - path: dest, - syscall: 'cp', - errno: ENOTDIR, - }) - } - } - - if (srcStat.isDirectory() && isSrcSubdir(src, dest)) { - throw new ERR_FS_CP_EINVAL({ - message: `cannot copy ${src} to a subdirectory of self ${dest}`, - path: dest, - syscall: 'cp', - errno: EINVAL, - }) - } - return { srcStat, destStat } -} - -function areIdentical (srcStat, destStat) { - return destStat.ino && destStat.dev && destStat.ino === srcStat.ino && - destStat.dev === srcStat.dev -} - -function getStats (src, dest, opts) { - const statFunc = opts.dereference ? - (file) => stat(file, { bigint: true }) : - (file) => lstat(file, { bigint: true }) - return Promise.all([ - statFunc(src), - statFunc(dest).catch((err) => { - // istanbul ignore next: unsure how to cover. - if (err.code === 'ENOENT') { - return null - } - // istanbul ignore next: unsure how to cover. - throw err - }), - ]) -} - -async function checkParentDir (destStat, src, dest, opts) { - const destParent = dirname(dest) - const dirExists = await pathExists(destParent) - if (dirExists) { - return getStatsForCopy(destStat, src, dest, opts) - } - await mkdir(destParent, { recursive: true }) - return getStatsForCopy(destStat, src, dest, opts) -} - -function pathExists (dest) { - return stat(dest).then( - () => true, - // istanbul ignore next: not sure when this would occur - (err) => (err.code === 'ENOENT' ? false : Promise.reject(err))) -} - -// Recursively check if dest parent is a subdirectory of src. -// It works for all file types including symlinks since it -// checks the src and dest inodes. It starts from the deepest -// parent and stops once it reaches the src parent or the root path. -async function checkParentPaths (src, srcStat, dest) { - const srcParent = resolve(dirname(src)) - const destParent = resolve(dirname(dest)) - if (destParent === srcParent || destParent === parse(destParent).root) { - return - } - let destStat - try { - destStat = await stat(destParent, { bigint: true }) - } catch (err) { - // istanbul ignore else: not sure when this would occur - if (err.code === 'ENOENT') { - return - } - // istanbul ignore next: not sure when this would occur - throw err - } - if (areIdentical(srcStat, destStat)) { - throw new ERR_FS_CP_EINVAL({ - message: `cannot copy ${src} to a subdirectory of self ${dest}`, - path: dest, - syscall: 'cp', - errno: EINVAL, - }) - } - return checkParentPaths(src, srcStat, destParent) -} - -const normalizePathToArray = (path) => - resolve(path).split(sep).filter(Boolean) - -// Return true if dest is a subdir of src, otherwise false. -// It only checks the path strings. -function isSrcSubdir (src, dest) { - const srcArr = normalizePathToArray(src) - const destArr = normalizePathToArray(dest) - return srcArr.every((cur, i) => destArr[i] === cur) -} - -async function handleFilter (onInclude, destStat, src, dest, opts, cb) { - const include = await opts.filter(src, dest) - if (include) { - return onInclude(destStat, src, dest, opts, cb) - } -} - -function startCopy (destStat, src, dest, opts) { - if (opts.filter) { - return handleFilter(getStatsForCopy, destStat, src, dest, opts) - } - return getStatsForCopy(destStat, src, dest, opts) -} - -async function getStatsForCopy (destStat, src, dest, opts) { - const statFn = opts.dereference ? stat : lstat - const srcStat = await statFn(src) - // istanbul ignore else: can't portably test FIFO - if (srcStat.isDirectory() && opts.recursive) { - return onDir(srcStat, destStat, src, dest, opts) - } else if (srcStat.isDirectory()) { - throw new ERR_FS_EISDIR({ - message: `${src} is a directory (not copied)`, - path: src, - syscall: 'cp', - errno: EINVAL, - }) - } else if (srcStat.isFile() || - srcStat.isCharacterDevice() || - srcStat.isBlockDevice()) { - return onFile(srcStat, destStat, src, dest, opts) - } else if (srcStat.isSymbolicLink()) { - return onLink(destStat, src, dest) - } else if (srcStat.isSocket()) { - throw new ERR_FS_CP_SOCKET({ - message: `cannot copy a socket file: ${dest}`, - path: dest, - syscall: 'cp', - errno: EINVAL, - }) - } else if (srcStat.isFIFO()) { - throw new ERR_FS_CP_FIFO_PIPE({ - message: `cannot copy a FIFO pipe: ${dest}`, - path: dest, - syscall: 'cp', - errno: EINVAL, - }) - } - // istanbul ignore next: should be unreachable - throw new ERR_FS_CP_UNKNOWN({ - message: `cannot copy an unknown file type: ${dest}`, - path: dest, - syscall: 'cp', - errno: EINVAL, - }) -} - -function onFile (srcStat, destStat, src, dest, opts) { - if (!destStat) { - return _copyFile(srcStat, src, dest, opts) - } - return mayCopyFile(srcStat, src, dest, opts) -} - -async function mayCopyFile (srcStat, src, dest, opts) { - if (opts.force) { - await unlink(dest) - return _copyFile(srcStat, src, dest, opts) - } else if (opts.errorOnExist) { - throw new ERR_FS_CP_EEXIST({ - message: `${dest} already exists`, - path: dest, - syscall: 'cp', - errno: EEXIST, - }) - } -} - -async function _copyFile (srcStat, src, dest, opts) { - await copyFile(src, dest) - if (opts.preserveTimestamps) { - return handleTimestampsAndMode(srcStat.mode, src, dest) - } - return setDestMode(dest, srcStat.mode) -} - -async function handleTimestampsAndMode (srcMode, src, dest) { - // Make sure the file is writable before setting the timestamp - // otherwise open fails with EPERM when invoked with 'r+' - // (through utimes call) - if (fileIsNotWritable(srcMode)) { - await makeFileWritable(dest, srcMode) - return setDestTimestampsAndMode(srcMode, src, dest) - } - return setDestTimestampsAndMode(srcMode, src, dest) -} - -function fileIsNotWritable (srcMode) { - return (srcMode & 0o200) === 0 -} - -function makeFileWritable (dest, srcMode) { - return setDestMode(dest, srcMode | 0o200) -} - -async function setDestTimestampsAndMode (srcMode, src, dest) { - await setDestTimestamps(src, dest) - return setDestMode(dest, srcMode) -} - -function setDestMode (dest, srcMode) { - return chmod(dest, srcMode) -} - -async function setDestTimestamps (src, dest) { - // The initial srcStat.atime cannot be trusted - // because it is modified by the read(2) system call - // (See https://nodejs.org/api/fs.html#fs_stat_time_values) - const updatedSrcStat = await stat(src) - return utimes(dest, updatedSrcStat.atime, updatedSrcStat.mtime) -} - -function onDir (srcStat, destStat, src, dest, opts) { - if (!destStat) { - return mkDirAndCopy(srcStat.mode, src, dest, opts) - } - return copyDir(src, dest, opts) -} - -async function mkDirAndCopy (srcMode, src, dest, opts) { - await mkdir(dest) - await copyDir(src, dest, opts) - return setDestMode(dest, srcMode) -} - -async function copyDir (src, dest, opts) { - const dir = await readdir(src) - for (let i = 0; i < dir.length; i++) { - const item = dir[i] - const srcItem = join(src, item) - const destItem = join(dest, item) - const { destStat } = await checkPaths(srcItem, destItem, opts) - await startCopy(destStat, srcItem, destItem, opts) - } -} - -async function onLink (destStat, src, dest) { - let resolvedSrc = await readlink(src) - if (!isAbsolute(resolvedSrc)) { - resolvedSrc = resolve(dirname(src), resolvedSrc) - } - if (!destStat) { - return symlink(resolvedSrc, dest) - } - let resolvedDest - try { - resolvedDest = await readlink(dest) - } catch (err) { - // Dest exists and is a regular file or directory, - // Windows may throw UNKNOWN error. If dest already exists, - // fs throws error anyway, so no need to guard against it here. - // istanbul ignore next: can only test on windows - if (err.code === 'EINVAL' || err.code === 'UNKNOWN') { - return symlink(resolvedSrc, dest) - } - // istanbul ignore next: should not be possible - throw err - } - if (!isAbsolute(resolvedDest)) { - resolvedDest = resolve(dirname(dest), resolvedDest) - } - if (isSrcSubdir(resolvedSrc, resolvedDest)) { - throw new ERR_FS_CP_EINVAL({ - message: `cannot copy ${resolvedSrc} to a subdirectory of self ` + - `${resolvedDest}`, - path: dest, - syscall: 'cp', - errno: EINVAL, - }) - } - // Do not copy if src is a subdir of dest since unlinking - // dest in this case would result in removing src contents - // and therefore a broken symlink would be created. - const srcStat = await stat(src) - if (srcStat.isDirectory() && isSrcSubdir(resolvedDest, resolvedSrc)) { - throw new ERR_FS_CP_SYMLINK_TO_SUBDIRECTORY({ - message: `cannot overwrite ${resolvedDest} with ${resolvedSrc}`, - path: dest, - syscall: 'cp', - errno: EINVAL, - }) - } - return copyLink(resolvedSrc, dest) -} - -async function copyLink (resolvedSrc, dest) { - await unlink(dest) - return symlink(resolvedSrc, dest) -} - -module.exports = cp diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs/lib/errors.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs/lib/errors.js deleted file mode 100644 index 1cd1e05..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs/lib/errors.js +++ /dev/null @@ -1,129 +0,0 @@ -'use strict' -const { inspect } = require('util') - -// adapted from node's internal/errors -// https://github.com/nodejs/node/blob/c8a04049/lib/internal/errors.js - -// close copy of node's internal SystemError class. -class SystemError { - constructor (code, prefix, context) { - // XXX context.code is undefined in all constructors used in cp/polyfill - // that may be a bug copied from node, maybe the constructor should use - // `code` not `errno`? nodejs/node#41104 - let message = `${prefix}: ${context.syscall} returned ` + - `${context.code} (${context.message})` - - if (context.path !== undefined) { - message += ` ${context.path}` - } - if (context.dest !== undefined) { - message += ` => ${context.dest}` - } - - this.code = code - Object.defineProperties(this, { - name: { - value: 'SystemError', - enumerable: false, - writable: true, - configurable: true, - }, - message: { - value: message, - enumerable: false, - writable: true, - configurable: true, - }, - info: { - value: context, - enumerable: true, - configurable: true, - writable: false, - }, - errno: { - get () { - return context.errno - }, - set (value) { - context.errno = value - }, - enumerable: true, - configurable: true, - }, - syscall: { - get () { - return context.syscall - }, - set (value) { - context.syscall = value - }, - enumerable: true, - configurable: true, - }, - }) - - if (context.path !== undefined) { - Object.defineProperty(this, 'path', { - get () { - return context.path - }, - set (value) { - context.path = value - }, - enumerable: true, - configurable: true, - }) - } - - if (context.dest !== undefined) { - Object.defineProperty(this, 'dest', { - get () { - return context.dest - }, - set (value) { - context.dest = value - }, - enumerable: true, - configurable: true, - }) - } - } - - toString () { - return `${this.name} [${this.code}]: ${this.message}` - } - - [Symbol.for('nodejs.util.inspect.custom')] (_recurseTimes, ctx) { - return inspect(this, { - ...ctx, - getters: true, - customInspect: false, - }) - } -} - -function E (code, message) { - module.exports[code] = class NodeError extends SystemError { - constructor (ctx) { - super(code, message, ctx) - } - } -} - -E('ERR_FS_CP_DIR_TO_NON_DIR', 'Cannot overwrite directory with non-directory') -E('ERR_FS_CP_EEXIST', 'Target already exists') -E('ERR_FS_CP_EINVAL', 'Invalid src or dest') -E('ERR_FS_CP_FIFO_PIPE', 'Cannot copy a FIFO pipe') -E('ERR_FS_CP_NON_DIR_TO_DIR', 'Cannot overwrite non-directory with directory') -E('ERR_FS_CP_SOCKET', 'Cannot copy a socket file') -E('ERR_FS_CP_SYMLINK_TO_SUBDIRECTORY', 'Cannot overwrite symlink in subdirectory of self') -E('ERR_FS_CP_UNKNOWN', 'Cannot copy an unknown file type') -E('ERR_FS_EISDIR', 'Path is a directory') - -module.exports.ERR_INVALID_ARG_TYPE = class ERR_INVALID_ARG_TYPE extends Error { - constructor (name, expected, actual) { - super() - this.code = 'ERR_INVALID_ARG_TYPE' - this.message = `The ${name} argument must be ${expected}. Received ${typeof actual}` - } -} diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs/lib/fs.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs/lib/fs.js deleted file mode 100644 index 457da10..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs/lib/fs.js +++ /dev/null @@ -1,14 +0,0 @@ -const fs = require('fs') -const promisify = require('@gar/promisify') - -const isLower = (s) => s === s.toLowerCase() && s !== s.toUpperCase() - -const fsSync = Object.fromEntries(Object.entries(fs).filter(([k, v]) => - typeof v === 'function' && (k.endsWith('Sync') || !isLower(k[0])) -)) - -// this module returns the core fs async fns wrapped in a proxy that promisifies -// method calls within the getter. we keep it in a separate module so that the -// overridden methods have a consistent way to get to promisified fs methods -// without creating a circular dependency. the ctors and sync methods are kept untouched -module.exports = { ...promisify(fs), ...fsSync } diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs/lib/index.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs/lib/index.js deleted file mode 100644 index 3a98648..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs/lib/index.js +++ /dev/null @@ -1,12 +0,0 @@ -module.exports = { - ...require('./fs.js'), - copyFile: require('./copy-file.js'), - cp: require('./cp/index.js'), - mkdir: require('./mkdir.js'), - mkdtemp: require('./mkdtemp.js'), - rm: require('./rm/index.js'), - withTempDir: require('./with-temp-dir.js'), - withOwner: require('./with-owner.js'), - withOwnerSync: require('./with-owner-sync.js'), - writeFile: require('./write-file.js'), -} diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs/lib/mkdir.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs/lib/mkdir.js deleted file mode 100644 index 098d8d0..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs/lib/mkdir.js +++ /dev/null @@ -1,19 +0,0 @@ -const fs = require('./fs.js') -const getOptions = require('./common/get-options.js') -const withOwner = require('./with-owner.js') - -// extends mkdir with the ability to specify an owner of the new dir -const mkdir = async (path, opts) => { - const options = getOptions(opts, { - copy: ['mode', 'recursive'], - wrap: 'mode', - }) - - return withOwner( - path, - () => fs.mkdir(path, options), - opts - ) -} - -module.exports = mkdir diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs/lib/mkdtemp.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs/lib/mkdtemp.js deleted file mode 100644 index 60b12a7..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs/lib/mkdtemp.js +++ /dev/null @@ -1,23 +0,0 @@ -const { dirname, sep } = require('path') - -const fs = require('./fs.js') -const getOptions = require('./common/get-options.js') -const withOwner = require('./with-owner.js') - -const mkdtemp = async (prefix, opts) => { - const options = getOptions(opts, { - copy: ['encoding'], - wrap: 'encoding', - }) - - // mkdtemp relies on the trailing path separator to indicate if it should - // create a directory inside of the prefix. if that's the case then the root - // we infer ownership from is the prefix itself, otherwise it's the dirname - // /tmp -> /tmpABCDEF, infers from / - // /tmp/ -> /tmp/ABCDEF, infers from /tmp - const root = prefix.endsWith(sep) ? prefix : dirname(prefix) - - return withOwner(root, () => fs.mkdtemp(prefix, options), opts) -} - -module.exports = mkdtemp diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs/lib/rm/index.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs/lib/rm/index.js deleted file mode 100644 index cb81fbd..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs/lib/rm/index.js +++ /dev/null @@ -1,22 +0,0 @@ -const fs = require('../fs.js') -const getOptions = require('../common/get-options.js') -const node = require('../common/node.js') -const polyfill = require('./polyfill.js') - -// node 14.14.0 added fs.rm, which allows both the force and recursive options -const useNative = node.satisfies('>=14.14.0') - -const rm = async (path, opts) => { - const options = getOptions(opts, { - copy: ['retryDelay', 'maxRetries', 'recursive', 'force'], - }) - - // the polyfill is tested separately from this module, no need to hack - // process.version to try to trigger it just for coverage - // istanbul ignore next - return useNative - ? fs.rm(path, options) - : polyfill(path, options) -} - -module.exports = rm diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs/lib/rm/polyfill.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs/lib/rm/polyfill.js deleted file mode 100644 index a25c174..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs/lib/rm/polyfill.js +++ /dev/null @@ -1,239 +0,0 @@ -// this file is a modified version of the code in node core >=14.14.0 -// which is, in turn, a modified version of the rimraf module on npm -// node core changes: -// - Use of the assert module has been replaced with core's error system. -// - All code related to the glob dependency has been removed. -// - Bring your own custom fs module is not currently supported. -// - Some basic code cleanup. -// changes here: -// - remove all callback related code -// - drop sync support -// - change assertions back to non-internal methods (see options.js) -// - throws ENOTDIR when rmdir gets an ENOENT for a path that exists in Windows -const errnos = require('os').constants.errno -const { join } = require('path') -const fs = require('../fs.js') - -// error codes that mean we need to remove contents -const notEmptyCodes = new Set([ - 'ENOTEMPTY', - 'EEXIST', - 'EPERM', -]) - -// error codes we can retry later -const retryCodes = new Set([ - 'EBUSY', - 'EMFILE', - 'ENFILE', - 'ENOTEMPTY', - 'EPERM', -]) - -const isWindows = process.platform === 'win32' - -const defaultOptions = { - retryDelay: 100, - maxRetries: 0, - recursive: false, - force: false, -} - -// this is drastically simplified, but should be roughly equivalent to what -// node core throws -class ERR_FS_EISDIR extends Error { - constructor (path) { - super() - this.info = { - code: 'EISDIR', - message: 'is a directory', - path, - syscall: 'rm', - errno: errnos.EISDIR, - } - this.name = 'SystemError' - this.code = 'ERR_FS_EISDIR' - this.errno = errnos.EISDIR - this.syscall = 'rm' - this.path = path - this.message = `Path is a directory: ${this.syscall} returned ` + - `${this.info.code} (is a directory) ${path}` - } - - toString () { - return `${this.name} [${this.code}]: ${this.message}` - } -} - -class ENOTDIR extends Error { - constructor (path) { - super() - this.name = 'Error' - this.code = 'ENOTDIR' - this.errno = errnos.ENOTDIR - this.syscall = 'rmdir' - this.path = path - this.message = `not a directory, ${this.syscall} '${this.path}'` - } - - toString () { - return `${this.name}: ${this.code}: ${this.message}` - } -} - -// force is passed separately here because we respect it for the first entry -// into rimraf only, any further calls that are spawned as a result (i.e. to -// delete content within the target) will ignore ENOENT errors -const rimraf = async (path, options, isTop = false) => { - const force = isTop ? options.force : true - const stat = await fs.lstat(path) - .catch((err) => { - // we only ignore ENOENT if we're forcing this call - if (err.code === 'ENOENT' && force) { - return - } - - if (isWindows && err.code === 'EPERM') { - return fixEPERM(path, options, err, isTop) - } - - throw err - }) - - // no stat object here means either lstat threw an ENOENT, or lstat threw - // an EPERM and the fixPERM function took care of things. either way, we're - // already done, so return early - if (!stat) { - return - } - - if (stat.isDirectory()) { - return rmdir(path, options, null, isTop) - } - - return fs.unlink(path) - .catch((err) => { - if (err.code === 'ENOENT' && force) { - return - } - - if (err.code === 'EISDIR') { - return rmdir(path, options, err, isTop) - } - - if (err.code === 'EPERM') { - // in windows, we handle this through fixEPERM which will also try to - // delete things again. everywhere else since deleting the target as a - // file didn't work we go ahead and try to delete it as a directory - return isWindows - ? fixEPERM(path, options, err, isTop) - : rmdir(path, options, err, isTop) - } - - throw err - }) -} - -const fixEPERM = async (path, options, originalErr, isTop) => { - const force = isTop ? options.force : true - const targetMissing = await fs.chmod(path, 0o666) - .catch((err) => { - if (err.code === 'ENOENT' && force) { - return true - } - - throw originalErr - }) - - // got an ENOENT above, return now. no file = no problem - if (targetMissing) { - return - } - - // this function does its own lstat rather than calling rimraf again to avoid - // infinite recursion for a repeating EPERM - const stat = await fs.lstat(path) - .catch((err) => { - if (err.code === 'ENOENT' && force) { - return - } - - throw originalErr - }) - - if (!stat) { - return - } - - if (stat.isDirectory()) { - return rmdir(path, options, originalErr, isTop) - } - - return fs.unlink(path) -} - -const rmdir = async (path, options, originalErr, isTop) => { - if (!options.recursive && isTop) { - throw originalErr || new ERR_FS_EISDIR(path) - } - const force = isTop ? options.force : true - - return fs.rmdir(path) - .catch(async (err) => { - // in Windows, calling rmdir on a file path will fail with ENOENT rather - // than ENOTDIR. to determine if that's what happened, we have to do - // another lstat on the path. if the path isn't actually gone, we throw - // away the ENOENT and replace it with our own ENOTDIR - if (isWindows && err.code === 'ENOENT') { - const stillExists = await fs.lstat(path).then(() => true, () => false) - if (stillExists) { - err = new ENOTDIR(path) - } - } - - // not there, not a problem - if (err.code === 'ENOENT' && force) { - return - } - - // we may not have originalErr if lstat tells us our target is a - // directory but that changes before we actually remove it, so - // only throw it here if it's set - if (originalErr && err.code === 'ENOTDIR') { - throw originalErr - } - - // the directory isn't empty, remove the contents and try again - if (notEmptyCodes.has(err.code)) { - const files = await fs.readdir(path) - await Promise.all(files.map((file) => { - const target = join(path, file) - return rimraf(target, options) - })) - return fs.rmdir(path) - } - - throw err - }) -} - -const rm = async (path, opts) => { - const options = { ...defaultOptions, ...opts } - let retries = 0 - - const errHandler = async (err) => { - if (retryCodes.has(err.code) && ++retries < options.maxRetries) { - const delay = retries * options.retryDelay - await promiseTimeout(delay) - return rimraf(path, options, true).catch(errHandler) - } - - throw err - } - - return rimraf(path, options, true).catch(errHandler) -} - -const promiseTimeout = (ms) => new Promise((r) => setTimeout(r, ms)) - -module.exports = rm diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs/lib/with-owner-sync.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs/lib/with-owner-sync.js deleted file mode 100644 index 3597d1c..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs/lib/with-owner-sync.js +++ /dev/null @@ -1,21 +0,0 @@ -const getOptions = require('./common/get-options.js') -const owner = require('./common/owner-sync.js') - -const withOwnerSync = (path, fn, opts) => { - const options = getOptions(opts, { - copy: ['owner'], - }) - - const { uid, gid } = owner.validate(path, options.owner) - - const result = fn({ uid, gid }) - - owner.update(path, uid, gid) - if (typeof result === 'string') { - owner.update(result, uid, gid) - } - - return result -} - -module.exports = withOwnerSync diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs/lib/with-owner.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs/lib/with-owner.js deleted file mode 100644 index a679102..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs/lib/with-owner.js +++ /dev/null @@ -1,21 +0,0 @@ -const getOptions = require('./common/get-options.js') -const owner = require('./common/owner.js') - -const withOwner = async (path, fn, opts) => { - const options = getOptions(opts, { - copy: ['owner'], - }) - - const { uid, gid } = await owner.validate(path, options.owner) - - const result = await fn({ uid, gid }) - - await Promise.all([ - owner.update(path, uid, gid), - typeof result === 'string' ? owner.update(result, uid, gid) : null, - ]) - - return result -} - -module.exports = withOwner diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs/lib/with-temp-dir.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs/lib/with-temp-dir.js deleted file mode 100644 index 81db59d..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs/lib/with-temp-dir.js +++ /dev/null @@ -1,41 +0,0 @@ -const { join, sep } = require('path') - -const getOptions = require('./common/get-options.js') -const mkdir = require('./mkdir.js') -const mkdtemp = require('./mkdtemp.js') -const rm = require('./rm/index.js') - -// create a temp directory, ensure its permissions match its parent, then call -// the supplied function passing it the path to the directory. clean up after -// the function finishes, whether it throws or not -const withTempDir = async (root, fn, opts) => { - const options = getOptions(opts, { - copy: ['tmpPrefix'], - }) - // create the directory, and fix its ownership - await mkdir(root, { recursive: true, owner: 'inherit' }) - - const target = await mkdtemp(join(`${root}${sep}`, options.tmpPrefix || ''), { owner: 'inherit' }) - let err - let result - - try { - result = await fn(target) - } catch (_err) { - err = _err - } - - try { - await rm(target, { force: true, recursive: true }) - } catch { - // ignore errors - } - - if (err) { - throw err - } - - return result -} - -module.exports = withTempDir diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs/lib/write-file.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs/lib/write-file.js deleted file mode 100644 index ff90057..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs/lib/write-file.js +++ /dev/null @@ -1,14 +0,0 @@ -const fs = require('./fs.js') -const getOptions = require('./common/get-options.js') -const withOwner = require('./with-owner.js') - -const writeFile = async (file, data, opts) => { - const options = getOptions(opts, { - copy: ['encoding', 'mode', 'flag', 'signal'], - wrap: 'encoding', - }) - - return withOwner(file, () => fs.writeFile(file, data, options), opts) -} - -module.exports = writeFile diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs/package.json b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs/package.json deleted file mode 100644 index 1512fd6..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs/package.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "name": "@npmcli/fs", - "version": "2.1.2", - "description": "filesystem utilities for the npm cli", - "main": "lib/index.js", - "files": [ - "bin/", - "lib/" - ], - "scripts": { - "preversion": "npm test", - "postversion": "npm publish", - "prepublishOnly": "git push origin --follow-tags", - "snap": "tap", - "test": "tap", - "npmclilint": "npmcli-lint", - "lint": "eslint \"**/*.js\"", - "lintfix": "npm run lint -- --fix", - "posttest": "npm run lint", - "postsnap": "npm run lintfix --", - "postlint": "template-oss-check", - "template-oss-apply": "template-oss-apply --force" - }, - "repository": { - "type": "git", - "url": "https://github.com/npm/fs.git" - }, - "keywords": [ - "npm", - "oss" - ], - "author": "GitHub Inc.", - "license": "ISC", - "devDependencies": { - "@npmcli/eslint-config": "^3.0.1", - "@npmcli/template-oss": "3.5.0", - "tap": "^16.0.1" - }, - "dependencies": { - "@gar/promisify": "^1.1.3", - "semver": "^7.3.5" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "3.5.0" - } -} diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/abbrev/LICENSE b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/abbrev/LICENSE deleted file mode 100644 index 9bcfa9d..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/abbrev/LICENSE +++ /dev/null @@ -1,46 +0,0 @@ -This software is dual-licensed under the ISC and MIT licenses. -You may use this software under EITHER of the following licenses. - ----------- - -The ISC License - -Copyright (c) Isaac Z. Schlueter and Contributors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - ----------- - -Copyright Isaac Z. Schlueter and Contributors -All rights reserved. - -Permission is hereby granted, free of charge, to any person -obtaining a copy of this software and associated documentation -files (the "Software"), to deal in the Software without -restriction, including without limitation the rights to use, -copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the -Software is furnished to do so, subject to the following -conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES -OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT -HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR -OTHER DEALINGS IN THE SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/abbrev/abbrev.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/abbrev/abbrev.js deleted file mode 100644 index 7b1dc5d..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/abbrev/abbrev.js +++ /dev/null @@ -1,61 +0,0 @@ -module.exports = exports = abbrev.abbrev = abbrev - -abbrev.monkeyPatch = monkeyPatch - -function monkeyPatch () { - Object.defineProperty(Array.prototype, 'abbrev', { - value: function () { return abbrev(this) }, - enumerable: false, configurable: true, writable: true - }) - - Object.defineProperty(Object.prototype, 'abbrev', { - value: function () { return abbrev(Object.keys(this)) }, - enumerable: false, configurable: true, writable: true - }) -} - -function abbrev (list) { - if (arguments.length !== 1 || !Array.isArray(list)) { - list = Array.prototype.slice.call(arguments, 0) - } - for (var i = 0, l = list.length, args = [] ; i < l ; i ++) { - args[i] = typeof list[i] === "string" ? list[i] : String(list[i]) - } - - // sort them lexicographically, so that they're next to their nearest kin - args = args.sort(lexSort) - - // walk through each, seeing how much it has in common with the next and previous - var abbrevs = {} - , prev = "" - for (var i = 0, l = args.length ; i < l ; i ++) { - var current = args[i] - , next = args[i + 1] || "" - , nextMatches = true - , prevMatches = true - if (current === next) continue - for (var j = 0, cl = current.length ; j < cl ; j ++) { - var curChar = current.charAt(j) - nextMatches = nextMatches && curChar === next.charAt(j) - prevMatches = prevMatches && curChar === prev.charAt(j) - if (!nextMatches && !prevMatches) { - j ++ - break - } - } - prev = current - if (j === cl) { - abbrevs[current] = current - continue - } - for (var a = current.substr(0, j) ; j <= cl ; j ++) { - abbrevs[a] = current - a += current.charAt(j) - } - } - return abbrevs -} - -function lexSort (a, b) { - return a === b ? 0 : a > b ? 1 : -1 -} diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/abbrev/package.json b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/abbrev/package.json deleted file mode 100644 index bf4e801..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/abbrev/package.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "abbrev", - "version": "1.1.1", - "description": "Like ruby's abbrev module, but in js", - "author": "Isaac Z. Schlueter <i@izs.me>", - "main": "abbrev.js", - "scripts": { - "test": "tap test.js --100", - "preversion": "npm test", - "postversion": "npm publish", - "postpublish": "git push origin --all; git push origin --tags" - }, - "repository": "http://github.com/isaacs/abbrev-js", - "license": "ISC", - "devDependencies": { - "tap": "^10.1" - }, - "files": [ - "abbrev.js" - ] -} diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/are-we-there-yet/LICENSE.md b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/are-we-there-yet/LICENSE.md deleted file mode 100644 index 845be76..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/are-we-there-yet/LICENSE.md +++ /dev/null @@ -1,18 +0,0 @@ -ISC License - -Copyright npm, Inc. - -Permission to use, copy, modify, and/or distribute this -software for any purpose with or without fee is hereby -granted, provided that the above copyright notice and this -permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND NPM DISCLAIMS ALL -WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO -EVENT SHALL NPM BE LIABLE FOR ANY SPECIAL, DIRECT, -INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER -TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE -USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/are-we-there-yet/lib/index.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/are-we-there-yet/lib/index.js deleted file mode 100644 index 57d8743..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/are-we-there-yet/lib/index.js +++ /dev/null @@ -1,4 +0,0 @@ -'use strict' -exports.TrackerGroup = require('./tracker-group.js') -exports.Tracker = require('./tracker.js') -exports.TrackerStream = require('./tracker-stream.js') diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/are-we-there-yet/lib/tracker-base.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/are-we-there-yet/lib/tracker-base.js deleted file mode 100644 index 6f43687..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/are-we-there-yet/lib/tracker-base.js +++ /dev/null @@ -1,11 +0,0 @@ -'use strict' -var EventEmitter = require('events').EventEmitter -var util = require('util') - -var trackerId = 0 -var TrackerBase = module.exports = function (name) { - EventEmitter.call(this) - this.id = ++trackerId - this.name = name -} -util.inherits(TrackerBase, EventEmitter) diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/are-we-there-yet/lib/tracker-group.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/are-we-there-yet/lib/tracker-group.js deleted file mode 100644 index a3c7af8..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/are-we-there-yet/lib/tracker-group.js +++ /dev/null @@ -1,116 +0,0 @@ -'use strict' -var util = require('util') -var TrackerBase = require('./tracker-base.js') -var Tracker = require('./tracker.js') -var TrackerStream = require('./tracker-stream.js') - -var TrackerGroup = module.exports = function (name) { - TrackerBase.call(this, name) - this.parentGroup = null - this.trackers = [] - this.completion = {} - this.weight = {} - this.totalWeight = 0 - this.finished = false - this.bubbleChange = bubbleChange(this) -} -util.inherits(TrackerGroup, TrackerBase) - -function bubbleChange (trackerGroup) { - return function (name, completed, tracker) { - trackerGroup.completion[tracker.id] = completed - if (trackerGroup.finished) { - return - } - trackerGroup.emit('change', name || trackerGroup.name, trackerGroup.completed(), trackerGroup) - } -} - -TrackerGroup.prototype.nameInTree = function () { - var names = [] - var from = this - while (from) { - names.unshift(from.name) - from = from.parentGroup - } - return names.join('/') -} - -TrackerGroup.prototype.addUnit = function (unit, weight) { - if (unit.addUnit) { - var toTest = this - while (toTest) { - if (unit === toTest) { - throw new Error( - 'Attempted to add tracker group ' + - unit.name + ' to tree that already includes it ' + - this.nameInTree(this)) - } - toTest = toTest.parentGroup - } - unit.parentGroup = this - } - this.weight[unit.id] = weight || 1 - this.totalWeight += this.weight[unit.id] - this.trackers.push(unit) - this.completion[unit.id] = unit.completed() - unit.on('change', this.bubbleChange) - if (!this.finished) { - this.emit('change', unit.name, this.completion[unit.id], unit) - } - return unit -} - -TrackerGroup.prototype.completed = function () { - if (this.trackers.length === 0) { - return 0 - } - var valPerWeight = 1 / this.totalWeight - var completed = 0 - for (var ii = 0; ii < this.trackers.length; ii++) { - var trackerId = this.trackers[ii].id - completed += - valPerWeight * this.weight[trackerId] * this.completion[trackerId] - } - return completed -} - -TrackerGroup.prototype.newGroup = function (name, weight) { - return this.addUnit(new TrackerGroup(name), weight) -} - -TrackerGroup.prototype.newItem = function (name, todo, weight) { - return this.addUnit(new Tracker(name, todo), weight) -} - -TrackerGroup.prototype.newStream = function (name, todo, weight) { - return this.addUnit(new TrackerStream(name, todo), weight) -} - -TrackerGroup.prototype.finish = function () { - this.finished = true - if (!this.trackers.length) { - this.addUnit(new Tracker(), 1, true) - } - for (var ii = 0; ii < this.trackers.length; ii++) { - var tracker = this.trackers[ii] - tracker.finish() - tracker.removeListener('change', this.bubbleChange) - } - this.emit('change', this.name, 1, this) -} - -var buffer = ' ' -TrackerGroup.prototype.debug = function (depth) { - depth = depth || 0 - var indent = depth ? buffer.slice(0, depth) : '' - var output = indent + (this.name || 'top') + ': ' + this.completed() + '\n' - this.trackers.forEach(function (tracker) { - if (tracker instanceof TrackerGroup) { - output += tracker.debug(depth + 1) - } else { - output += indent + ' ' + tracker.name + ': ' + tracker.completed() + '\n' - } - }) - return output -} diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/are-we-there-yet/lib/tracker-stream.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/are-we-there-yet/lib/tracker-stream.js deleted file mode 100644 index e1cf850..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/are-we-there-yet/lib/tracker-stream.js +++ /dev/null @@ -1,36 +0,0 @@ -'use strict' -var util = require('util') -var stream = require('readable-stream') -var delegate = require('delegates') -var Tracker = require('./tracker.js') - -var TrackerStream = module.exports = function (name, size, options) { - stream.Transform.call(this, options) - this.tracker = new Tracker(name, size) - this.name = name - this.id = this.tracker.id - this.tracker.on('change', delegateChange(this)) -} -util.inherits(TrackerStream, stream.Transform) - -function delegateChange (trackerStream) { - return function (name, completion, tracker) { - trackerStream.emit('change', name, completion, trackerStream) - } -} - -TrackerStream.prototype._transform = function (data, encoding, cb) { - this.tracker.completeWork(data.length ? data.length : 1) - this.push(data) - cb() -} - -TrackerStream.prototype._flush = function (cb) { - this.tracker.finish() - cb() -} - -delegate(TrackerStream.prototype, 'tracker') - .method('completed') - .method('addWork') - .method('finish') diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/are-we-there-yet/lib/tracker.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/are-we-there-yet/lib/tracker.js deleted file mode 100644 index a8f8b3b..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/are-we-there-yet/lib/tracker.js +++ /dev/null @@ -1,32 +0,0 @@ -'use strict' -var util = require('util') -var TrackerBase = require('./tracker-base.js') - -var Tracker = module.exports = function (name, todo) { - TrackerBase.call(this, name) - this.workDone = 0 - this.workTodo = todo || 0 -} -util.inherits(Tracker, TrackerBase) - -Tracker.prototype.completed = function () { - return this.workTodo === 0 ? 0 : this.workDone / this.workTodo -} - -Tracker.prototype.addWork = function (work) { - this.workTodo += work - this.emit('change', this.name, this.completed(), this) -} - -Tracker.prototype.completeWork = function (work) { - this.workDone += work - if (this.workDone > this.workTodo) { - this.workDone = this.workTodo - } - this.emit('change', this.name, this.completed(), this) -} - -Tracker.prototype.finish = function () { - this.workTodo = this.workDone = 1 - this.emit('change', this.name, 1, this) -} diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/are-we-there-yet/package.json b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/are-we-there-yet/package.json deleted file mode 100644 index cc3d750..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/are-we-there-yet/package.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "are-we-there-yet", - "version": "3.0.1", - "description": "Keep track of the overall completion of many disparate processes", - "main": "lib/index.js", - "scripts": { - "test": "tap", - "npmclilint": "npmcli-lint", - "lint": "eslint \"**/*.js\"", - "lintfix": "npm run lint -- --fix", - "posttest": "npm run lint", - "postsnap": "npm run lintfix --", - "preversion": "npm test", - "postversion": "npm publish", - "prepublishOnly": "git push origin --follow-tags", - "snap": "tap", - "postlint": "template-oss-check", - "template-oss-apply": "template-oss-apply --force" - }, - "repository": { - "type": "git", - "url": "https://github.com/npm/are-we-there-yet.git" - }, - "author": "GitHub Inc.", - "license": "ISC", - "bugs": { - "url": "https://github.com/npm/are-we-there-yet/issues" - }, - "homepage": "https://github.com/npm/are-we-there-yet", - "devDependencies": { - "@npmcli/eslint-config": "^3.0.1", - "@npmcli/template-oss": "3.5.0", - "tap": "^16.0.1" - }, - "dependencies": { - "delegates": "^1.0.0", - "readable-stream": "^3.6.0" - }, - "files": [ - "bin/", - "lib/" - ], - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - }, - "tap": { - "branches": 68, - "statements": 92, - "functions": 86, - "lines": 92 - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "3.5.0" - } -} diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/brace-expansion/LICENSE b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/brace-expansion/LICENSE deleted file mode 100644 index de32266..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/brace-expansion/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2013 Julian Gruber <julian@juliangruber.com> - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/brace-expansion/index.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/brace-expansion/index.js deleted file mode 100644 index 0478be8..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/brace-expansion/index.js +++ /dev/null @@ -1,201 +0,0 @@ -var concatMap = require('concat-map'); -var balanced = require('balanced-match'); - -module.exports = expandTop; - -var escSlash = '\0SLASH'+Math.random()+'\0'; -var escOpen = '\0OPEN'+Math.random()+'\0'; -var escClose = '\0CLOSE'+Math.random()+'\0'; -var escComma = '\0COMMA'+Math.random()+'\0'; -var escPeriod = '\0PERIOD'+Math.random()+'\0'; - -function numeric(str) { - return parseInt(str, 10) == str - ? parseInt(str, 10) - : str.charCodeAt(0); -} - -function escapeBraces(str) { - return str.split('\\\\').join(escSlash) - .split('\\{').join(escOpen) - .split('\\}').join(escClose) - .split('\\,').join(escComma) - .split('\\.').join(escPeriod); -} - -function unescapeBraces(str) { - return str.split(escSlash).join('\\') - .split(escOpen).join('{') - .split(escClose).join('}') - .split(escComma).join(',') - .split(escPeriod).join('.'); -} - - -// Basically just str.split(","), but handling cases -// where we have nested braced sections, which should be -// treated as individual members, like {a,{b,c},d} -function parseCommaParts(str) { - if (!str) - return ['']; - - var parts = []; - var m = balanced('{', '}', str); - - if (!m) - return str.split(','); - - var pre = m.pre; - var body = m.body; - var post = m.post; - var p = pre.split(','); - - p[p.length-1] += '{' + body + '}'; - var postParts = parseCommaParts(post); - if (post.length) { - p[p.length-1] += postParts.shift(); - p.push.apply(p, postParts); - } - - parts.push.apply(parts, p); - - return parts; -} - -function expandTop(str) { - if (!str) - return []; - - // I don't know why Bash 4.3 does this, but it does. - // Anything starting with {} will have the first two bytes preserved - // but *only* at the top level, so {},a}b will not expand to anything, - // but a{},b}c will be expanded to [a}c,abc]. - // One could argue that this is a bug in Bash, but since the goal of - // this module is to match Bash's rules, we escape a leading {} - if (str.substr(0, 2) === '{}') { - str = '\\{\\}' + str.substr(2); - } - - return expand(escapeBraces(str), true).map(unescapeBraces); -} - -function identity(e) { - return e; -} - -function embrace(str) { - return '{' + str + '}'; -} -function isPadded(el) { - return /^-?0\d/.test(el); -} - -function lte(i, y) { - return i <= y; -} -function gte(i, y) { - return i >= y; -} - -function expand(str, isTop) { - var expansions = []; - - var m = balanced('{', '}', str); - if (!m || /\$$/.test(m.pre)) return [str]; - - var isNumericSequence = /^-?\d+\.\.-?\d+(?:\.\.-?\d+)?$/.test(m.body); - var isAlphaSequence = /^[a-zA-Z]\.\.[a-zA-Z](?:\.\.-?\d+)?$/.test(m.body); - var isSequence = isNumericSequence || isAlphaSequence; - var isOptions = m.body.indexOf(',') >= 0; - if (!isSequence && !isOptions) { - // {a},b} - if (m.post.match(/,.*\}/)) { - str = m.pre + '{' + m.body + escClose + m.post; - return expand(str); - } - return [str]; - } - - var n; - if (isSequence) { - n = m.body.split(/\.\./); - } else { - n = parseCommaParts(m.body); - if (n.length === 1) { - // x{{a,b}}y ==> x{a}y x{b}y - n = expand(n[0], false).map(embrace); - if (n.length === 1) { - var post = m.post.length - ? expand(m.post, false) - : ['']; - return post.map(function(p) { - return m.pre + n[0] + p; - }); - } - } - } - - // at this point, n is the parts, and we know it's not a comma set - // with a single entry. - - // no need to expand pre, since it is guaranteed to be free of brace-sets - var pre = m.pre; - var post = m.post.length - ? expand(m.post, false) - : ['']; - - var N; - - if (isSequence) { - var x = numeric(n[0]); - var y = numeric(n[1]); - var width = Math.max(n[0].length, n[1].length) - var incr = n.length == 3 - ? Math.abs(numeric(n[2])) - : 1; - var test = lte; - var reverse = y < x; - if (reverse) { - incr *= -1; - test = gte; - } - var pad = n.some(isPadded); - - N = []; - - for (var i = x; test(i, y); i += incr) { - var c; - if (isAlphaSequence) { - c = String.fromCharCode(i); - if (c === '\\') - c = ''; - } else { - c = String(i); - if (pad) { - var need = width - c.length; - if (need > 0) { - var z = new Array(need + 1).join('0'); - if (i < 0) - c = '-' + z + c.slice(1); - else - c = z + c; - } - } - } - N.push(c); - } - } else { - N = concatMap(n, function(el) { return expand(el, false) }); - } - - for (var j = 0; j < N.length; j++) { - for (var k = 0; k < post.length; k++) { - var expansion = pre + N[j] + post[k]; - if (!isTop || isSequence || expansion) - expansions.push(expansion); - } - } - - return expansions; -} - diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/brace-expansion/package.json b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/brace-expansion/package.json deleted file mode 100644 index a18faa8..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/brace-expansion/package.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "name": "brace-expansion", - "description": "Brace expansion as known from sh/bash", - "version": "1.1.11", - "repository": { - "type": "git", - "url": "git://github.com/juliangruber/brace-expansion.git" - }, - "homepage": "https://github.com/juliangruber/brace-expansion", - "main": "index.js", - "scripts": { - "test": "tape test/*.js", - "gentest": "bash test/generate.sh", - "bench": "matcha test/perf/bench.js" - }, - "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - }, - "devDependencies": { - "matcha": "^0.7.0", - "tape": "^4.6.0" - }, - "keywords": [], - "author": { - "name": "Julian Gruber", - "email": "mail@juliangruber.com", - "url": "http://juliangruber.com" - }, - "license": "MIT", - "testling": { - "files": "test/*.js", - "browsers": [ - "ie/8..latest", - "firefox/20..latest", - "firefox/nightly", - "chrome/25..latest", - "chrome/canary", - "opera/12..latest", - "opera/next", - "safari/5.1..latest", - "ipad/6.0..latest", - "iphone/6.0..latest", - "android-browser/4.2..latest" - ] - } -} diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/LICENSE.md b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/LICENSE.md deleted file mode 100644 index 8d28acf..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/LICENSE.md +++ /dev/null @@ -1,16 +0,0 @@ -ISC License - -Copyright (c) npm, Inc. - -Permission to use, copy, modify, and/or distribute this software for -any purpose with or without fee is hereby granted, provided that the -above copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE COPYRIGHT HOLDER DISCLAIMS -ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE -COPYRIGHT HOLDER BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR -CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS -OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE -OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE -USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/content/path.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/content/path.js deleted file mode 100644 index ad5a76a..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/content/path.js +++ /dev/null @@ -1,29 +0,0 @@ -'use strict' - -const contentVer = require('../../package.json')['cache-version'].content -const hashToSegments = require('../util/hash-to-segments') -const path = require('path') -const ssri = require('ssri') - -// Current format of content file path: -// -// sha512-BaSE64Hex= -> -// ~/.my-cache/content-v2/sha512/ba/da/55deadbeefc0ffee -// -module.exports = contentPath - -function contentPath (cache, integrity) { - const sri = ssri.parse(integrity, { single: true }) - // contentPath is the *strongest* algo given - return path.join( - contentDir(cache), - sri.algorithm, - ...hashToSegments(sri.hexDigest()) - ) -} - -module.exports.contentDir = contentDir - -function contentDir (cache) { - return path.join(cache, `content-v${contentVer}`) -} diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/content/read.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/content/read.js deleted file mode 100644 index 7c20c75..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/content/read.js +++ /dev/null @@ -1,241 +0,0 @@ -'use strict' - -const fs = require('@npmcli/fs') -const fsm = require('fs-minipass') -const ssri = require('ssri') -const contentPath = require('./path') -const Pipeline = require('minipass-pipeline') - -module.exports = read - -const MAX_SINGLE_READ_SIZE = 64 * 1024 * 1024 -async function read (cache, integrity, opts = {}) { - const { size } = opts - const { stat, cpath, sri } = await withContentSri(cache, integrity, async (cpath, sri) => { - // get size - const stat = await fs.stat(cpath) - return { stat, cpath, sri } - }) - if (typeof size === 'number' && stat.size !== size) { - throw sizeError(size, stat.size) - } - - if (stat.size > MAX_SINGLE_READ_SIZE) { - return readPipeline(cpath, stat.size, sri, new Pipeline()).concat() - } - - const data = await fs.readFile(cpath, { encoding: null }) - if (!ssri.checkData(data, sri)) { - throw integrityError(sri, cpath) - } - - return data -} - -const readPipeline = (cpath, size, sri, stream) => { - stream.push( - new fsm.ReadStream(cpath, { - size, - readSize: MAX_SINGLE_READ_SIZE, - }), - ssri.integrityStream({ - integrity: sri, - size, - }) - ) - return stream -} - -module.exports.sync = readSync - -function readSync (cache, integrity, opts = {}) { - const { size } = opts - return withContentSriSync(cache, integrity, (cpath, sri) => { - const data = fs.readFileSync(cpath, { encoding: null }) - if (typeof size === 'number' && size !== data.length) { - throw sizeError(size, data.length) - } - - if (ssri.checkData(data, sri)) { - return data - } - - throw integrityError(sri, cpath) - }) -} - -module.exports.stream = readStream -module.exports.readStream = readStream - -function readStream (cache, integrity, opts = {}) { - const { size } = opts - const stream = new Pipeline() - // Set all this up to run on the stream and then just return the stream - Promise.resolve().then(async () => { - const { stat, cpath, sri } = await withContentSri(cache, integrity, async (cpath, sri) => { - // just stat to ensure it exists - const stat = await fs.stat(cpath) - return { stat, cpath, sri } - }) - if (typeof size === 'number' && size !== stat.size) { - return stream.emit('error', sizeError(size, stat.size)) - } - - return readPipeline(cpath, stat.size, sri, stream) - }).catch(err => stream.emit('error', err)) - - return stream -} - -module.exports.copy = copy -module.exports.copy.sync = copySync - -function copy (cache, integrity, dest) { - return withContentSri(cache, integrity, (cpath, sri) => { - return fs.copyFile(cpath, dest) - }) -} - -function copySync (cache, integrity, dest) { - return withContentSriSync(cache, integrity, (cpath, sri) => { - return fs.copyFileSync(cpath, dest) - }) -} - -module.exports.hasContent = hasContent - -async function hasContent (cache, integrity) { - if (!integrity) { - return false - } - - try { - return await withContentSri(cache, integrity, async (cpath, sri) => { - const stat = await fs.stat(cpath) - return { size: stat.size, sri, stat } - }) - } catch (err) { - if (err.code === 'ENOENT') { - return false - } - - if (err.code === 'EPERM') { - /* istanbul ignore else */ - if (process.platform !== 'win32') { - throw err - } else { - return false - } - } - } -} - -module.exports.hasContent.sync = hasContentSync - -function hasContentSync (cache, integrity) { - if (!integrity) { - return false - } - - return withContentSriSync(cache, integrity, (cpath, sri) => { - try { - const stat = fs.statSync(cpath) - return { size: stat.size, sri, stat } - } catch (err) { - if (err.code === 'ENOENT') { - return false - } - - if (err.code === 'EPERM') { - /* istanbul ignore else */ - if (process.platform !== 'win32') { - throw err - } else { - return false - } - } - } - }) -} - -async function withContentSri (cache, integrity, fn) { - const sri = ssri.parse(integrity) - // If `integrity` has multiple entries, pick the first digest - // with available local data. - const algo = sri.pickAlgorithm() - const digests = sri[algo] - - if (digests.length <= 1) { - const cpath = contentPath(cache, digests[0]) - return fn(cpath, digests[0]) - } else { - // Can't use race here because a generic error can happen before - // a ENOENT error, and can happen before a valid result - const results = await Promise.all(digests.map(async (meta) => { - try { - return await withContentSri(cache, meta, fn) - } catch (err) { - if (err.code === 'ENOENT') { - return Object.assign( - new Error('No matching content found for ' + sri.toString()), - { code: 'ENOENT' } - ) - } - return err - } - })) - // Return the first non error if it is found - const result = results.find((r) => !(r instanceof Error)) - if (result) { - return result - } - - // Throw the No matching content found error - const enoentError = results.find((r) => r.code === 'ENOENT') - if (enoentError) { - throw enoentError - } - - // Throw generic error - throw results.find((r) => r instanceof Error) - } -} - -function withContentSriSync (cache, integrity, fn) { - const sri = ssri.parse(integrity) - // If `integrity` has multiple entries, pick the first digest - // with available local data. - const algo = sri.pickAlgorithm() - const digests = sri[algo] - if (digests.length <= 1) { - const cpath = contentPath(cache, digests[0]) - return fn(cpath, digests[0]) - } else { - let lastErr = null - for (const meta of digests) { - try { - return withContentSriSync(cache, meta, fn) - } catch (err) { - lastErr = err - } - } - throw lastErr - } -} - -function sizeError (expected, found) { - /* eslint-disable-next-line max-len */ - const err = new Error(`Bad data size: expected inserted data to be ${expected} bytes, but got ${found} instead`) - err.expected = expected - err.found = found - err.code = 'EBADSIZE' - return err -} - -function integrityError (sri, path) { - const err = new Error(`Integrity verification failed for ${sri} (${path})`) - err.code = 'EINTEGRITY' - err.sri = sri - err.path = path - return err -} diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/content/rm.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/content/rm.js deleted file mode 100644 index f733305..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/content/rm.js +++ /dev/null @@ -1,20 +0,0 @@ -'use strict' - -const util = require('util') - -const contentPath = require('./path') -const { hasContent } = require('./read') -const rimraf = util.promisify(require('rimraf')) - -module.exports = rm - -async function rm (cache, integrity) { - const content = await hasContent(cache, integrity) - // ~pretty~ sure we can't end up with a content lacking sri, but be safe - if (content && content.sri) { - await rimraf(contentPath(cache, content.sri)) - return true - } else { - return false - } -} diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/content/write.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/content/write.js deleted file mode 100644 index 0e8c0f4..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/content/write.js +++ /dev/null @@ -1,189 +0,0 @@ -'use strict' - -const events = require('events') -const util = require('util') - -const contentPath = require('./path') -const fixOwner = require('../util/fix-owner') -const fs = require('@npmcli/fs') -const moveFile = require('../util/move-file') -const Minipass = require('minipass') -const Pipeline = require('minipass-pipeline') -const Flush = require('minipass-flush') -const path = require('path') -const rimraf = util.promisify(require('rimraf')) -const ssri = require('ssri') -const uniqueFilename = require('unique-filename') -const fsm = require('fs-minipass') - -module.exports = write - -async function write (cache, data, opts = {}) { - const { algorithms, size, integrity } = opts - if (algorithms && algorithms.length > 1) { - throw new Error('opts.algorithms only supports a single algorithm for now') - } - - if (typeof size === 'number' && data.length !== size) { - throw sizeError(size, data.length) - } - - const sri = ssri.fromData(data, algorithms ? { algorithms } : {}) - if (integrity && !ssri.checkData(data, integrity, opts)) { - throw checksumError(integrity, sri) - } - - const tmp = await makeTmp(cache, opts) - try { - await fs.writeFile(tmp.target, data, { flag: 'wx' }) - await moveToDestination(tmp, cache, sri, opts) - return { integrity: sri, size: data.length } - } finally { - if (!tmp.moved) { - await rimraf(tmp.target) - } - } -} - -module.exports.stream = writeStream - -// writes proxied to the 'inputStream' that is passed to the Promise -// 'end' is deferred until content is handled. -class CacacheWriteStream extends Flush { - constructor (cache, opts) { - super() - this.opts = opts - this.cache = cache - this.inputStream = new Minipass() - this.inputStream.on('error', er => this.emit('error', er)) - this.inputStream.on('drain', () => this.emit('drain')) - this.handleContentP = null - } - - write (chunk, encoding, cb) { - if (!this.handleContentP) { - this.handleContentP = handleContent( - this.inputStream, - this.cache, - this.opts - ) - } - return this.inputStream.write(chunk, encoding, cb) - } - - flush (cb) { - this.inputStream.end(() => { - if (!this.handleContentP) { - const e = new Error('Cache input stream was empty') - e.code = 'ENODATA' - // empty streams are probably emitting end right away. - // defer this one tick by rejecting a promise on it. - return Promise.reject(e).catch(cb) - } - // eslint-disable-next-line promise/catch-or-return - this.handleContentP.then( - (res) => { - res.integrity && this.emit('integrity', res.integrity) - // eslint-disable-next-line promise/always-return - res.size !== null && this.emit('size', res.size) - cb() - }, - (er) => cb(er) - ) - }) - } -} - -function writeStream (cache, opts = {}) { - return new CacacheWriteStream(cache, opts) -} - -async function handleContent (inputStream, cache, opts) { - const tmp = await makeTmp(cache, opts) - try { - const res = await pipeToTmp(inputStream, cache, tmp.target, opts) - await moveToDestination( - tmp, - cache, - res.integrity, - opts - ) - return res - } finally { - if (!tmp.moved) { - await rimraf(tmp.target) - } - } -} - -async function pipeToTmp (inputStream, cache, tmpTarget, opts) { - const outStream = new fsm.WriteStream(tmpTarget, { - flags: 'wx', - }) - - if (opts.integrityEmitter) { - // we need to create these all simultaneously since they can fire in any order - const [integrity, size] = await Promise.all([ - events.once(opts.integrityEmitter, 'integrity').then(res => res[0]), - events.once(opts.integrityEmitter, 'size').then(res => res[0]), - new Pipeline(inputStream, outStream).promise(), - ]) - return { integrity, size } - } - - let integrity - let size - const hashStream = ssri.integrityStream({ - integrity: opts.integrity, - algorithms: opts.algorithms, - size: opts.size, - }) - hashStream.on('integrity', i => { - integrity = i - }) - hashStream.on('size', s => { - size = s - }) - - const pipeline = new Pipeline(inputStream, hashStream, outStream) - await pipeline.promise() - return { integrity, size } -} - -async function makeTmp (cache, opts) { - const tmpTarget = uniqueFilename(path.join(cache, 'tmp'), opts.tmpPrefix) - await fixOwner.mkdirfix(cache, path.dirname(tmpTarget)) - return { - target: tmpTarget, - moved: false, - } -} - -async function moveToDestination (tmp, cache, sri, opts) { - const destination = contentPath(cache, sri) - const destDir = path.dirname(destination) - - await fixOwner.mkdirfix(cache, destDir) - await moveFile(tmp.target, destination) - tmp.moved = true - await fixOwner.chownr(cache, destination) -} - -function sizeError (expected, found) { - /* eslint-disable-next-line max-len */ - const err = new Error(`Bad data size: expected inserted data to be ${expected} bytes, but got ${found} instead`) - err.expected = expected - err.found = found - err.code = 'EBADSIZE' - return err -} - -function checksumError (expected, found) { - const err = new Error(`Integrity check failed: - Wanted: ${expected} - Found: ${found}`) - err.code = 'EINTEGRITY' - err.expected = expected - err.found = found - return err -} diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/entry-index.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/entry-index.js deleted file mode 100644 index 1dc73a9..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/entry-index.js +++ /dev/null @@ -1,404 +0,0 @@ -'use strict' - -const util = require('util') -const crypto = require('crypto') -const fs = require('@npmcli/fs') -const Minipass = require('minipass') -const path = require('path') -const ssri = require('ssri') -const uniqueFilename = require('unique-filename') - -const contentPath = require('./content/path') -const fixOwner = require('./util/fix-owner') -const hashToSegments = require('./util/hash-to-segments') -const indexV = require('../package.json')['cache-version'].index -const moveFile = require('@npmcli/move-file') -const _rimraf = require('rimraf') -const rimraf = util.promisify(_rimraf) -rimraf.sync = _rimraf.sync - -module.exports.NotFoundError = class NotFoundError extends Error { - constructor (cache, key) { - super(`No cache entry for ${key} found in ${cache}`) - this.code = 'ENOENT' - this.cache = cache - this.key = key - } -} - -module.exports.compact = compact - -async function compact (cache, key, matchFn, opts = {}) { - const bucket = bucketPath(cache, key) - const entries = await bucketEntries(bucket) - const newEntries = [] - // we loop backwards because the bottom-most result is the newest - // since we add new entries with appendFile - for (let i = entries.length - 1; i >= 0; --i) { - const entry = entries[i] - // a null integrity could mean either a delete was appended - // or the user has simply stored an index that does not map - // to any content. we determine if the user wants to keep the - // null integrity based on the validateEntry function passed in options. - // if the integrity is null and no validateEntry is provided, we break - // as we consider the null integrity to be a deletion of everything - // that came before it. - if (entry.integrity === null && !opts.validateEntry) { - break - } - - // if this entry is valid, and it is either the first entry or - // the newEntries array doesn't already include an entry that - // matches this one based on the provided matchFn, then we add - // it to the beginning of our list - if ((!opts.validateEntry || opts.validateEntry(entry) === true) && - (newEntries.length === 0 || - !newEntries.find((oldEntry) => matchFn(oldEntry, entry)))) { - newEntries.unshift(entry) - } - } - - const newIndex = '\n' + newEntries.map((entry) => { - const stringified = JSON.stringify(entry) - const hash = hashEntry(stringified) - return `${hash}\t${stringified}` - }).join('\n') - - const setup = async () => { - const target = uniqueFilename(path.join(cache, 'tmp'), opts.tmpPrefix) - await fixOwner.mkdirfix(cache, path.dirname(target)) - return { - target, - moved: false, - } - } - - const teardown = async (tmp) => { - if (!tmp.moved) { - return rimraf(tmp.target) - } - } - - const write = async (tmp) => { - await fs.writeFile(tmp.target, newIndex, { flag: 'wx' }) - await fixOwner.mkdirfix(cache, path.dirname(bucket)) - // we use @npmcli/move-file directly here because we - // want to overwrite the existing file - await moveFile(tmp.target, bucket) - tmp.moved = true - try { - await fixOwner.chownr(cache, bucket) - } catch (err) { - if (err.code !== 'ENOENT') { - throw err - } - } - } - - // write the file atomically - const tmp = await setup() - try { - await write(tmp) - } finally { - await teardown(tmp) - } - - // we reverse the list we generated such that the newest - // entries come first in order to make looping through them easier - // the true passed to formatEntry tells it to keep null - // integrity values, if they made it this far it's because - // validateEntry returned true, and as such we should return it - return newEntries.reverse().map((entry) => formatEntry(cache, entry, true)) -} - -module.exports.insert = insert - -async function insert (cache, key, integrity, opts = {}) { - const { metadata, size } = opts - const bucket = bucketPath(cache, key) - const entry = { - key, - integrity: integrity && ssri.stringify(integrity), - time: Date.now(), - size, - metadata, - } - try { - await fixOwner.mkdirfix(cache, path.dirname(bucket)) - const stringified = JSON.stringify(entry) - // NOTE - Cleverness ahoy! - // - // This works because it's tremendously unlikely for an entry to corrupt - // another while still preserving the string length of the JSON in - // question. So, we just slap the length in there and verify it on read. - // - // Thanks to @isaacs for the whiteboarding session that ended up with - // this. - await fs.appendFile(bucket, `\n${hashEntry(stringified)}\t${stringified}`) - await fixOwner.chownr(cache, bucket) - } catch (err) { - if (err.code === 'ENOENT') { - return undefined - } - - throw err - // There's a class of race conditions that happen when things get deleted - // during fixOwner, or between the two mkdirfix/chownr calls. - // - // It's perfectly fine to just not bother in those cases and lie - // that the index entry was written. Because it's a cache. - } - return formatEntry(cache, entry) -} - -module.exports.insert.sync = insertSync - -function insertSync (cache, key, integrity, opts = {}) { - const { metadata, size } = opts - const bucket = bucketPath(cache, key) - const entry = { - key, - integrity: integrity && ssri.stringify(integrity), - time: Date.now(), - size, - metadata, - } - fixOwner.mkdirfix.sync(cache, path.dirname(bucket)) - const stringified = JSON.stringify(entry) - fs.appendFileSync(bucket, `\n${hashEntry(stringified)}\t${stringified}`) - try { - fixOwner.chownr.sync(cache, bucket) - } catch (err) { - if (err.code !== 'ENOENT') { - throw err - } - } - return formatEntry(cache, entry) -} - -module.exports.find = find - -async function find (cache, key) { - const bucket = bucketPath(cache, key) - try { - const entries = await bucketEntries(bucket) - return entries.reduce((latest, next) => { - if (next && next.key === key) { - return formatEntry(cache, next) - } else { - return latest - } - }, null) - } catch (err) { - if (err.code === 'ENOENT') { - return null - } else { - throw err - } - } -} - -module.exports.find.sync = findSync - -function findSync (cache, key) { - const bucket = bucketPath(cache, key) - try { - return bucketEntriesSync(bucket).reduce((latest, next) => { - if (next && next.key === key) { - return formatEntry(cache, next) - } else { - return latest - } - }, null) - } catch (err) { - if (err.code === 'ENOENT') { - return null - } else { - throw err - } - } -} - -module.exports.delete = del - -function del (cache, key, opts = {}) { - if (!opts.removeFully) { - return insert(cache, key, null, opts) - } - - const bucket = bucketPath(cache, key) - return rimraf(bucket) -} - -module.exports.delete.sync = delSync - -function delSync (cache, key, opts = {}) { - if (!opts.removeFully) { - return insertSync(cache, key, null, opts) - } - - const bucket = bucketPath(cache, key) - return rimraf.sync(bucket) -} - -module.exports.lsStream = lsStream - -function lsStream (cache) { - const indexDir = bucketDir(cache) - const stream = new Minipass({ objectMode: true }) - - // Set all this up to run on the stream and then just return the stream - Promise.resolve().then(async () => { - const buckets = await readdirOrEmpty(indexDir) - await Promise.all(buckets.map(async (bucket) => { - const bucketPath = path.join(indexDir, bucket) - const subbuckets = await readdirOrEmpty(bucketPath) - await Promise.all(subbuckets.map(async (subbucket) => { - const subbucketPath = path.join(bucketPath, subbucket) - - // "/cachename/<bucket 0xFF>/<bucket 0xFF>./*" - const subbucketEntries = await readdirOrEmpty(subbucketPath) - await Promise.all(subbucketEntries.map(async (entry) => { - const entryPath = path.join(subbucketPath, entry) - try { - const entries = await bucketEntries(entryPath) - // using a Map here prevents duplicate keys from showing up - // twice, I guess? - const reduced = entries.reduce((acc, entry) => { - acc.set(entry.key, entry) - return acc - }, new Map()) - // reduced is a map of key => entry - for (const entry of reduced.values()) { - const formatted = formatEntry(cache, entry) - if (formatted) { - stream.write(formatted) - } - } - } catch (err) { - if (err.code === 'ENOENT') { - return undefined - } - throw err - } - })) - })) - })) - stream.end() - return stream - }).catch(err => stream.emit('error', err)) - - return stream -} - -module.exports.ls = ls - -async function ls (cache) { - const entries = await lsStream(cache).collect() - return entries.reduce((acc, xs) => { - acc[xs.key] = xs - return acc - }, {}) -} - -module.exports.bucketEntries = bucketEntries - -async function bucketEntries (bucket, filter) { - const data = await fs.readFile(bucket, 'utf8') - return _bucketEntries(data, filter) -} - -module.exports.bucketEntries.sync = bucketEntriesSync - -function bucketEntriesSync (bucket, filter) { - const data = fs.readFileSync(bucket, 'utf8') - return _bucketEntries(data, filter) -} - -function _bucketEntries (data, filter) { - const entries = [] - data.split('\n').forEach((entry) => { - if (!entry) { - return - } - - const pieces = entry.split('\t') - if (!pieces[1] || hashEntry(pieces[1]) !== pieces[0]) { - // Hash is no good! Corruption or malice? Doesn't matter! - // EJECT EJECT - return - } - let obj - try { - obj = JSON.parse(pieces[1]) - } catch (e) { - // Entry is corrupted! - return - } - if (obj) { - entries.push(obj) - } - }) - return entries -} - -module.exports.bucketDir = bucketDir - -function bucketDir (cache) { - return path.join(cache, `index-v${indexV}`) -} - -module.exports.bucketPath = bucketPath - -function bucketPath (cache, key) { - const hashed = hashKey(key) - return path.join.apply( - path, - [bucketDir(cache)].concat(hashToSegments(hashed)) - ) -} - -module.exports.hashKey = hashKey - -function hashKey (key) { - return hash(key, 'sha256') -} - -module.exports.hashEntry = hashEntry - -function hashEntry (str) { - return hash(str, 'sha1') -} - -function hash (str, digest) { - return crypto - .createHash(digest) - .update(str) - .digest('hex') -} - -function formatEntry (cache, entry, keepAll) { - // Treat null digests as deletions. They'll shadow any previous entries. - if (!entry.integrity && !keepAll) { - return null - } - - return { - key: entry.key, - integrity: entry.integrity, - path: entry.integrity ? contentPath(cache, entry.integrity) : undefined, - size: entry.size, - time: entry.time, - metadata: entry.metadata, - } -} - -function readdirOrEmpty (dir) { - return fs.readdir(dir).catch((err) => { - if (err.code === 'ENOENT' || err.code === 'ENOTDIR') { - return [] - } - - throw err - }) -} diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/get.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/get.js deleted file mode 100644 index 254b4ec..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/get.js +++ /dev/null @@ -1,225 +0,0 @@ -'use strict' - -const Collect = require('minipass-collect') -const Minipass = require('minipass') -const Pipeline = require('minipass-pipeline') - -const index = require('./entry-index') -const memo = require('./memoization') -const read = require('./content/read') - -async function getData (cache, key, opts = {}) { - const { integrity, memoize, size } = opts - const memoized = memo.get(cache, key, opts) - if (memoized && memoize !== false) { - return { - metadata: memoized.entry.metadata, - data: memoized.data, - integrity: memoized.entry.integrity, - size: memoized.entry.size, - } - } - - const entry = await index.find(cache, key, opts) - if (!entry) { - throw new index.NotFoundError(cache, key) - } - const data = await read(cache, entry.integrity, { integrity, size }) - if (memoize) { - memo.put(cache, entry, data, opts) - } - - return { - data, - metadata: entry.metadata, - size: entry.size, - integrity: entry.integrity, - } -} -module.exports = getData - -async function getDataByDigest (cache, key, opts = {}) { - const { integrity, memoize, size } = opts - const memoized = memo.get.byDigest(cache, key, opts) - if (memoized && memoize !== false) { - return memoized - } - - const res = await read(cache, key, { integrity, size }) - if (memoize) { - memo.put.byDigest(cache, key, res, opts) - } - return res -} -module.exports.byDigest = getDataByDigest - -function getDataSync (cache, key, opts = {}) { - const { integrity, memoize, size } = opts - const memoized = memo.get(cache, key, opts) - - if (memoized && memoize !== false) { - return { - metadata: memoized.entry.metadata, - data: memoized.data, - integrity: memoized.entry.integrity, - size: memoized.entry.size, - } - } - const entry = index.find.sync(cache, key, opts) - if (!entry) { - throw new index.NotFoundError(cache, key) - } - const data = read.sync(cache, entry.integrity, { - integrity: integrity, - size: size, - }) - const res = { - metadata: entry.metadata, - data: data, - size: entry.size, - integrity: entry.integrity, - } - if (memoize) { - memo.put(cache, entry, res.data, opts) - } - - return res -} - -module.exports.sync = getDataSync - -function getDataByDigestSync (cache, digest, opts = {}) { - const { integrity, memoize, size } = opts - const memoized = memo.get.byDigest(cache, digest, opts) - - if (memoized && memoize !== false) { - return memoized - } - - const res = read.sync(cache, digest, { - integrity: integrity, - size: size, - }) - if (memoize) { - memo.put.byDigest(cache, digest, res, opts) - } - - return res -} -module.exports.sync.byDigest = getDataByDigestSync - -const getMemoizedStream = (memoized) => { - const stream = new Minipass() - stream.on('newListener', function (ev, cb) { - ev === 'metadata' && cb(memoized.entry.metadata) - ev === 'integrity' && cb(memoized.entry.integrity) - ev === 'size' && cb(memoized.entry.size) - }) - stream.end(memoized.data) - return stream -} - -function getStream (cache, key, opts = {}) { - const { memoize, size } = opts - const memoized = memo.get(cache, key, opts) - if (memoized && memoize !== false) { - return getMemoizedStream(memoized) - } - - const stream = new Pipeline() - // Set all this up to run on the stream and then just return the stream - Promise.resolve().then(async () => { - const entry = await index.find(cache, key) - if (!entry) { - throw new index.NotFoundError(cache, key) - } - - stream.emit('metadata', entry.metadata) - stream.emit('integrity', entry.integrity) - stream.emit('size', entry.size) - stream.on('newListener', function (ev, cb) { - ev === 'metadata' && cb(entry.metadata) - ev === 'integrity' && cb(entry.integrity) - ev === 'size' && cb(entry.size) - }) - - const src = read.readStream( - cache, - entry.integrity, - { ...opts, size: typeof size !== 'number' ? entry.size : size } - ) - - if (memoize) { - const memoStream = new Collect.PassThrough() - memoStream.on('collect', data => memo.put(cache, entry, data, opts)) - stream.unshift(memoStream) - } - stream.unshift(src) - return stream - }).catch((err) => stream.emit('error', err)) - - return stream -} - -module.exports.stream = getStream - -function getStreamDigest (cache, integrity, opts = {}) { - const { memoize } = opts - const memoized = memo.get.byDigest(cache, integrity, opts) - if (memoized && memoize !== false) { - const stream = new Minipass() - stream.end(memoized) - return stream - } else { - const stream = read.readStream(cache, integrity, opts) - if (!memoize) { - return stream - } - - const memoStream = new Collect.PassThrough() - memoStream.on('collect', data => memo.put.byDigest( - cache, - integrity, - data, - opts - )) - return new Pipeline(stream, memoStream) - } -} - -module.exports.stream.byDigest = getStreamDigest - -function info (cache, key, opts = {}) { - const { memoize } = opts - const memoized = memo.get(cache, key, opts) - if (memoized && memoize !== false) { - return Promise.resolve(memoized.entry) - } else { - return index.find(cache, key) - } -} -module.exports.info = info - -async function copy (cache, key, dest, opts = {}) { - const entry = await index.find(cache, key, opts) - if (!entry) { - throw new index.NotFoundError(cache, key) - } - await read.copy(cache, entry.integrity, dest, opts) - return { - metadata: entry.metadata, - size: entry.size, - integrity: entry.integrity, - } -} - -module.exports.copy = copy - -async function copyByDigest (cache, key, dest, opts = {}) { - await read.copy(cache, key, dest, opts) - return key -} - -module.exports.copy.byDigest = copyByDigest - -module.exports.hasContent = read.hasContent diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/index.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/index.js deleted file mode 100644 index 1c56be6..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/index.js +++ /dev/null @@ -1,45 +0,0 @@ -'use strict' - -const get = require('./get.js') -const put = require('./put.js') -const rm = require('./rm.js') -const verify = require('./verify.js') -const { clearMemoized } = require('./memoization.js') -const tmp = require('./util/tmp.js') -const index = require('./entry-index.js') - -module.exports.index = {} -module.exports.index.compact = index.compact -module.exports.index.insert = index.insert - -module.exports.ls = index.ls -module.exports.ls.stream = index.lsStream - -module.exports.get = get -module.exports.get.byDigest = get.byDigest -module.exports.get.sync = get.sync -module.exports.get.sync.byDigest = get.sync.byDigest -module.exports.get.stream = get.stream -module.exports.get.stream.byDigest = get.stream.byDigest -module.exports.get.copy = get.copy -module.exports.get.copy.byDigest = get.copy.byDigest -module.exports.get.info = get.info -module.exports.get.hasContent = get.hasContent -module.exports.get.hasContent.sync = get.hasContent.sync - -module.exports.put = put -module.exports.put.stream = put.stream - -module.exports.rm = rm.entry -module.exports.rm.all = rm.all -module.exports.rm.entry = module.exports.rm -module.exports.rm.content = rm.content - -module.exports.clearMemoized = clearMemoized - -module.exports.tmp = {} -module.exports.tmp.mkdir = tmp.mkdir -module.exports.tmp.withTmp = tmp.withTmp - -module.exports.verify = verify -module.exports.verify.lastRun = verify.lastRun diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/memoization.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/memoization.js deleted file mode 100644 index 0ff604a..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/memoization.js +++ /dev/null @@ -1,72 +0,0 @@ -'use strict' - -const LRU = require('lru-cache') - -const MEMOIZED = new LRU({ - max: 500, - maxSize: 50 * 1024 * 1024, // 50MB - ttl: 3 * 60 * 1000, // 3 minutes - sizeCalculation: (entry, key) => key.startsWith('key:') ? entry.data.length : entry.length, -}) - -module.exports.clearMemoized = clearMemoized - -function clearMemoized () { - const old = {} - MEMOIZED.forEach((v, k) => { - old[k] = v - }) - MEMOIZED.clear() - return old -} - -module.exports.put = put - -function put (cache, entry, data, opts) { - pickMem(opts).set(`key:${cache}:${entry.key}`, { entry, data }) - putDigest(cache, entry.integrity, data, opts) -} - -module.exports.put.byDigest = putDigest - -function putDigest (cache, integrity, data, opts) { - pickMem(opts).set(`digest:${cache}:${integrity}`, data) -} - -module.exports.get = get - -function get (cache, key, opts) { - return pickMem(opts).get(`key:${cache}:${key}`) -} - -module.exports.get.byDigest = getDigest - -function getDigest (cache, integrity, opts) { - return pickMem(opts).get(`digest:${cache}:${integrity}`) -} - -class ObjProxy { - constructor (obj) { - this.obj = obj - } - - get (key) { - return this.obj[key] - } - - set (key, val) { - this.obj[key] = val - } -} - -function pickMem (opts) { - if (!opts || !opts.memoize) { - return MEMOIZED - } else if (opts.memoize.get && opts.memoize.set) { - return opts.memoize - } else if (typeof opts.memoize === 'object') { - return new ObjProxy(opts.memoize) - } else { - return MEMOIZED - } -} diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/put.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/put.js deleted file mode 100644 index 9fc932d..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/put.js +++ /dev/null @@ -1,80 +0,0 @@ -'use strict' - -const index = require('./entry-index') -const memo = require('./memoization') -const write = require('./content/write') -const Flush = require('minipass-flush') -const { PassThrough } = require('minipass-collect') -const Pipeline = require('minipass-pipeline') - -const putOpts = (opts) => ({ - algorithms: ['sha512'], - ...opts, -}) - -module.exports = putData - -async function putData (cache, key, data, opts = {}) { - const { memoize } = opts - opts = putOpts(opts) - const res = await write(cache, data, opts) - const entry = await index.insert(cache, key, res.integrity, { ...opts, size: res.size }) - if (memoize) { - memo.put(cache, entry, data, opts) - } - - return res.integrity -} - -module.exports.stream = putStream - -function putStream (cache, key, opts = {}) { - const { memoize } = opts - opts = putOpts(opts) - let integrity - let size - let error - - let memoData - const pipeline = new Pipeline() - // first item in the pipeline is the memoizer, because we need - // that to end first and get the collected data. - if (memoize) { - const memoizer = new PassThrough().on('collect', data => { - memoData = data - }) - pipeline.push(memoizer) - } - - // contentStream is a write-only, not a passthrough - // no data comes out of it. - const contentStream = write.stream(cache, opts) - .on('integrity', (int) => { - integrity = int - }) - .on('size', (s) => { - size = s - }) - .on('error', (err) => { - error = err - }) - - pipeline.push(contentStream) - - // last but not least, we write the index and emit hash and size, - // and memoize if we're doing that - pipeline.push(new Flush({ - async flush () { - if (!error) { - const entry = await index.insert(cache, key, integrity, { ...opts, size }) - if (memoize && memoData) { - memo.put(cache, entry, memoData, opts) - } - pipeline.emit('integrity', integrity) - pipeline.emit('size', size) - } - }, - })) - - return pipeline -} diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/rm.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/rm.js deleted file mode 100644 index 5f00071..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/rm.js +++ /dev/null @@ -1,31 +0,0 @@ -'use strict' - -const util = require('util') - -const index = require('./entry-index') -const memo = require('./memoization') -const path = require('path') -const rimraf = util.promisify(require('rimraf')) -const rmContent = require('./content/rm') - -module.exports = entry -module.exports.entry = entry - -function entry (cache, key, opts) { - memo.clearMemoized() - return index.delete(cache, key, opts) -} - -module.exports.content = content - -function content (cache, integrity) { - memo.clearMemoized() - return rmContent(cache, integrity) -} - -module.exports.all = all - -function all (cache) { - memo.clearMemoized() - return rimraf(path.join(cache, '*(content-*|index-*)')) -} diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/util/fix-owner.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/util/fix-owner.js deleted file mode 100644 index 182fcb0..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/util/fix-owner.js +++ /dev/null @@ -1,145 +0,0 @@ -'use strict' - -const util = require('util') - -const chownr = util.promisify(require('chownr')) -const mkdirp = require('mkdirp') -const inflight = require('promise-inflight') -const inferOwner = require('infer-owner') - -// Memoize getuid()/getgid() calls. -// patch process.setuid/setgid to invalidate cached value on change -const self = { uid: null, gid: null } -const getSelf = () => { - if (typeof self.uid !== 'number') { - self.uid = process.getuid() - const setuid = process.setuid - process.setuid = (uid) => { - self.uid = null - process.setuid = setuid - return process.setuid(uid) - } - } - if (typeof self.gid !== 'number') { - self.gid = process.getgid() - const setgid = process.setgid - process.setgid = (gid) => { - self.gid = null - process.setgid = setgid - return process.setgid(gid) - } - } -} - -module.exports.chownr = fixOwner - -async function fixOwner (cache, filepath) { - if (!process.getuid) { - // This platform doesn't need ownership fixing - return - } - - getSelf() - if (self.uid !== 0) { - // almost certainly can't chown anyway - return - } - - const { uid, gid } = await inferOwner(cache) - - // No need to override if it's already what we used. - if (self.uid === uid && self.gid === gid) { - return - } - - return inflight('fixOwner: fixing ownership on ' + filepath, () => - chownr( - filepath, - typeof uid === 'number' ? uid : self.uid, - typeof gid === 'number' ? gid : self.gid - ).catch((err) => { - if (err.code === 'ENOENT') { - return null - } - - throw err - }) - ) -} - -module.exports.chownr.sync = fixOwnerSync - -function fixOwnerSync (cache, filepath) { - if (!process.getuid) { - // This platform doesn't need ownership fixing - return - } - const { uid, gid } = inferOwner.sync(cache) - getSelf() - if (self.uid !== 0) { - // almost certainly can't chown anyway - return - } - - if (self.uid === uid && self.gid === gid) { - // No need to override if it's already what we used. - return - } - try { - chownr.sync( - filepath, - typeof uid === 'number' ? uid : self.uid, - typeof gid === 'number' ? gid : self.gid - ) - } catch (err) { - // only catch ENOENT, any other error is a problem. - if (err.code === 'ENOENT') { - return null - } - - throw err - } -} - -module.exports.mkdirfix = mkdirfix - -async function mkdirfix (cache, p, cb) { - // we have to infer the owner _before_ making the directory, even though - // we aren't going to use the results, since the cache itself might not - // exist yet. If we mkdirp it, then our current uid/gid will be assumed - // to be correct if it creates the cache folder in the process. - await inferOwner(cache) - try { - const made = await mkdirp(p) - if (made) { - await fixOwner(cache, made) - return made - } - } catch (err) { - if (err.code === 'EEXIST') { - await fixOwner(cache, p) - return null - } - throw err - } -} - -module.exports.mkdirfix.sync = mkdirfixSync - -function mkdirfixSync (cache, p) { - try { - inferOwner.sync(cache) - const made = mkdirp.sync(p) - if (made) { - fixOwnerSync(cache, made) - return made - } - } catch (err) { - if (err.code === 'EEXIST') { - fixOwnerSync(cache, p) - return null - } else { - throw err - } - } -} diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/util/hash-to-segments.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/util/hash-to-segments.js deleted file mode 100644 index 445599b..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/util/hash-to-segments.js +++ /dev/null @@ -1,7 +0,0 @@ -'use strict' - -module.exports = hashToSegments - -function hashToSegments (hash) { - return [hash.slice(0, 2), hash.slice(2, 4), hash.slice(4)] -} diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/util/move-file.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/util/move-file.js deleted file mode 100644 index a0b4041..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/util/move-file.js +++ /dev/null @@ -1,56 +0,0 @@ -'use strict' - -const fs = require('@npmcli/fs') -const move = require('@npmcli/move-file') -const pinflight = require('promise-inflight') - -module.exports = moveFile - -async function moveFile (src, dest) { - const isWindows = process.platform === 'win32' - - // This isn't quite an fs.rename -- the assumption is that - // if `dest` already exists, and we get certain errors while - // trying to move it, we should just not bother. - // - // In the case of cache corruption, users will receive an - // EINTEGRITY error elsewhere, and can remove the offending - // content their own way. - // - // Note that, as the name suggests, this strictly only supports file moves. - try { - await fs.link(src, dest) - } catch (err) { - if (isWindows && err.code === 'EPERM') { - // XXX This is a really weird way to handle this situation, as it - // results in the src file being deleted even though the dest - // might not exist. Since we pretty much always write files to - // deterministic locations based on content hash, this is likely - // ok (or at worst, just ends in a future cache miss). But it would - // be worth investigating at some time in the future if this is - // really what we want to do here. - } else if (err.code === 'EEXIST' || err.code === 'EBUSY') { - // file already exists, so whatever - } else { - throw err - } - } - try { - await Promise.all([ - fs.unlink(src), - !isWindows && fs.chmod(dest, '0444'), - ]) - } catch (e) { - return pinflight('cacache-move-file:' + dest, async () => { - await fs.stat(dest).catch((err) => { - if (err.code !== 'ENOENT') { - // Something else is wrong here. Bail bail bail - throw err - } - }) - // file doesn't already exist! let's try a rename -> copy fallback - // only delete if it successfully copies - return move(src, dest) - }) - } -} diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/util/tmp.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/util/tmp.js deleted file mode 100644 index b4437cf..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/util/tmp.js +++ /dev/null @@ -1,33 +0,0 @@ -'use strict' - -const fs = require('@npmcli/fs') - -const fixOwner = require('./fix-owner') -const path = require('path') - -module.exports.mkdir = mktmpdir - -async function mktmpdir (cache, opts = {}) { - const { tmpPrefix } = opts - const tmpDir = path.join(cache, 'tmp') - await fs.mkdir(tmpDir, { recursive: true, owner: 'inherit' }) - // do not use path.join(), it drops the trailing / if tmpPrefix is unset - const target = `${tmpDir}${path.sep}${tmpPrefix || ''}` - return fs.mkdtemp(target, { owner: 'inherit' }) -} - -module.exports.withTmp = withTmp - -function withTmp (cache, opts, cb) { - if (!cb) { - cb = opts - opts = {} - } - return fs.withTempDir(path.join(cache, 'tmp'), cb, opts) -} - -module.exports.fix = fixtmpdir - -function fixtmpdir (cache) { - return fixOwner(cache, path.join(cache, 'tmp')) -} diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/verify.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/verify.js deleted file mode 100644 index 52692a0..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/verify.js +++ /dev/null @@ -1,257 +0,0 @@ -'use strict' - -const util = require('util') - -const pMap = require('p-map') -const contentPath = require('./content/path') -const fixOwner = require('./util/fix-owner') -const fs = require('@npmcli/fs') -const fsm = require('fs-minipass') -const glob = util.promisify(require('glob')) -const index = require('./entry-index') -const path = require('path') -const rimraf = util.promisify(require('rimraf')) -const ssri = require('ssri') - -const globify = pattern => pattern.split('\\').join('/') - -const hasOwnProperty = (obj, key) => - Object.prototype.hasOwnProperty.call(obj, key) - -const verifyOpts = (opts) => ({ - concurrency: 20, - log: { silly () {} }, - ...opts, -}) - -module.exports = verify - -async function verify (cache, opts) { - opts = verifyOpts(opts) - opts.log.silly('verify', 'verifying cache at', cache) - - const steps = [ - markStartTime, - fixPerms, - garbageCollect, - rebuildIndex, - cleanTmp, - writeVerifile, - markEndTime, - ] - - const stats = {} - for (const step of steps) { - const label = step.name - const start = new Date() - const s = await step(cache, opts) - if (s) { - Object.keys(s).forEach((k) => { - stats[k] = s[k] - }) - } - const end = new Date() - if (!stats.runTime) { - stats.runTime = {} - } - stats.runTime[label] = end - start - } - stats.runTime.total = stats.endTime - stats.startTime - opts.log.silly( - 'verify', - 'verification finished for', - cache, - 'in', - `${stats.runTime.total}ms` - ) - return stats -} - -async function markStartTime (cache, opts) { - return { startTime: new Date() } -} - -async function markEndTime (cache, opts) { - return { endTime: new Date() } -} - -async function fixPerms (cache, opts) { - opts.log.silly('verify', 'fixing cache permissions') - await fixOwner.mkdirfix(cache, cache) - // TODO - fix file permissions too - await fixOwner.chownr(cache, cache) - return null -} - -// Implements a naive mark-and-sweep tracing garbage collector. -// -// The algorithm is basically as follows: -// 1. Read (and filter) all index entries ("pointers") -// 2. Mark each integrity value as "live" -// 3. Read entire filesystem tree in `content-vX/` dir -// 4. If content is live, verify its checksum and delete it if it fails -// 5. If content is not marked as live, rimraf it. -// -async function garbageCollect (cache, opts) { - opts.log.silly('verify', 'garbage collecting content') - const indexStream = index.lsStream(cache) - const liveContent = new Set() - indexStream.on('data', (entry) => { - if (opts.filter && !opts.filter(entry)) { - return - } - - liveContent.add(entry.integrity.toString()) - }) - await new Promise((resolve, reject) => { - indexStream.on('end', resolve).on('error', reject) - }) - const contentDir = contentPath.contentDir(cache) - const files = await glob(globify(path.join(contentDir, '**')), { - follow: false, - nodir: true, - nosort: true, - }) - const stats = { - verifiedContent: 0, - reclaimedCount: 0, - reclaimedSize: 0, - badContentCount: 0, - keptSize: 0, - } - await pMap( - files, - async (f) => { - const split = f.split(/[/\\]/) - const digest = split.slice(split.length - 3).join('') - const algo = split[split.length - 4] - const integrity = ssri.fromHex(digest, algo) - if (liveContent.has(integrity.toString())) { - const info = await verifyContent(f, integrity) - if (!info.valid) { - stats.reclaimedCount++ - stats.badContentCount++ - stats.reclaimedSize += info.size - } else { - stats.verifiedContent++ - stats.keptSize += info.size - } - } else { - // No entries refer to this content. We can delete. - stats.reclaimedCount++ - const s = await fs.stat(f) - await rimraf(f) - stats.reclaimedSize += s.size - } - return stats - }, - { concurrency: opts.concurrency } - ) - return stats -} - -async function verifyContent (filepath, sri) { - const contentInfo = {} - try { - const { size } = await fs.stat(filepath) - contentInfo.size = size - contentInfo.valid = true - await ssri.checkStream(new fsm.ReadStream(filepath), sri) - } catch (err) { - if (err.code === 'ENOENT') { - return { size: 0, valid: false } - } - if (err.code !== 'EINTEGRITY') { - throw err - } - - await rimraf(filepath) - contentInfo.valid = false - } - return contentInfo -} - -async function rebuildIndex (cache, opts) { - opts.log.silly('verify', 'rebuilding index') - const entries = await index.ls(cache) - const stats = { - missingContent: 0, - rejectedEntries: 0, - totalEntries: 0, - } - const buckets = {} - for (const k in entries) { - /* istanbul ignore else */ - if (hasOwnProperty(entries, k)) { - const hashed = index.hashKey(k) - const entry = entries[k] - const excluded = opts.filter && !opts.filter(entry) - excluded && stats.rejectedEntries++ - if (buckets[hashed] && !excluded) { - buckets[hashed].push(entry) - } else if (buckets[hashed] && excluded) { - // skip - } else if (excluded) { - buckets[hashed] = [] - buckets[hashed]._path = index.bucketPath(cache, k) - } else { - buckets[hashed] = [entry] - buckets[hashed]._path = index.bucketPath(cache, k) - } - } - } - await pMap( - Object.keys(buckets), - (key) => { - return rebuildBucket(cache, buckets[key], stats, opts) - }, - { concurrency: opts.concurrency } - ) - return stats -} - -async function rebuildBucket (cache, bucket, stats, opts) { - await fs.truncate(bucket._path) - // This needs to be serialized because cacache explicitly - // lets very racy bucket conflicts clobber each other. - for (const entry of bucket) { - const content = contentPath(cache, entry.integrity) - try { - await fs.stat(content) - await index.insert(cache, entry.key, entry.integrity, { - metadata: entry.metadata, - size: entry.size, - }) - stats.totalEntries++ - } catch (err) { - if (err.code === 'ENOENT') { - stats.rejectedEntries++ - stats.missingContent++ - } else { - throw err - } - } - } -} - -function cleanTmp (cache, opts) { - opts.log.silly('verify', 'cleaning tmp directory') - return rimraf(path.join(cache, 'tmp')) -} - -function writeVerifile (cache, opts) { - const verifile = path.join(cache, '_lastverified') - opts.log.silly('verify', 'writing verifile to ' + verifile) - try { - return fs.writeFile(verifile, `${Date.now()}`) - } finally { - fixOwner.chownr.sync(cache, verifile) - } -} - -module.exports.lastRun = lastRun - -async function lastRun (cache) { - const data = await fs.readFile(path.join(cache, '_lastverified'), { encoding: 'utf8' }) - return new Date(+data) -} diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/brace-expansion/LICENSE b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/brace-expansion/LICENSE deleted file mode 100644 index de32266..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/brace-expansion/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2013 Julian Gruber <julian@juliangruber.com> - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/brace-expansion/index.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/brace-expansion/index.js deleted file mode 100644 index 4af9dde..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/brace-expansion/index.js +++ /dev/null @@ -1,203 +0,0 @@ -var balanced = require('balanced-match'); - -module.exports = expandTop; - -var escSlash = '\0SLASH'+Math.random()+'\0'; -var escOpen = '\0OPEN'+Math.random()+'\0'; -var escClose = '\0CLOSE'+Math.random()+'\0'; -var escComma = '\0COMMA'+Math.random()+'\0'; -var escPeriod = '\0PERIOD'+Math.random()+'\0'; - -function numeric(str) { - return parseInt(str, 10) == str - ? parseInt(str, 10) - : str.charCodeAt(0); -} - -function escapeBraces(str) { - return str.split('\\\\').join(escSlash) - .split('\\{').join(escOpen) - .split('\\}').join(escClose) - .split('\\,').join(escComma) - .split('\\.').join(escPeriod); -} - -function unescapeBraces(str) { - return str.split(escSlash).join('\\') - .split(escOpen).join('{') - .split(escClose).join('}') - .split(escComma).join(',') - .split(escPeriod).join('.'); -} - - -// Basically just str.split(","), but handling cases -// where we have nested braced sections, which should be -// treated as individual members, like {a,{b,c},d} -function parseCommaParts(str) { - if (!str) - return ['']; - - var parts = []; - var m = balanced('{', '}', str); - - if (!m) - return str.split(','); - - var pre = m.pre; - var body = m.body; - var post = m.post; - var p = pre.split(','); - - p[p.length-1] += '{' + body + '}'; - var postParts = parseCommaParts(post); - if (post.length) { - p[p.length-1] += postParts.shift(); - p.push.apply(p, postParts); - } - - parts.push.apply(parts, p); - - return parts; -} - -function expandTop(str) { - if (!str) - return []; - - // I don't know why Bash 4.3 does this, but it does. - // Anything starting with {} will have the first two bytes preserved - // but *only* at the top level, so {},a}b will not expand to anything, - // but a{},b}c will be expanded to [a}c,abc]. - // One could argue that this is a bug in Bash, but since the goal of - // this module is to match Bash's rules, we escape a leading {} - if (str.substr(0, 2) === '{}') { - str = '\\{\\}' + str.substr(2); - } - - return expand(escapeBraces(str), true).map(unescapeBraces); -} - -function embrace(str) { - return '{' + str + '}'; -} -function isPadded(el) { - return /^-?0\d/.test(el); -} - -function lte(i, y) { - return i <= y; -} -function gte(i, y) { - return i >= y; -} - -function expand(str, isTop) { - var expansions = []; - - var m = balanced('{', '}', str); - if (!m) return [str]; - - // no need to expand pre, since it is guaranteed to be free of brace-sets - var pre = m.pre; - var post = m.post.length - ? expand(m.post, false) - : ['']; - - if (/\$$/.test(m.pre)) { - for (var k = 0; k < post.length; k++) { - var expansion = pre+ '{' + m.body + '}' + post[k]; - expansions.push(expansion); - } - } else { - var isNumericSequence = /^-?\d+\.\.-?\d+(?:\.\.-?\d+)?$/.test(m.body); - var isAlphaSequence = /^[a-zA-Z]\.\.[a-zA-Z](?:\.\.-?\d+)?$/.test(m.body); - var isSequence = isNumericSequence || isAlphaSequence; - var isOptions = m.body.indexOf(',') >= 0; - if (!isSequence && !isOptions) { - // {a},b} - if (m.post.match(/,.*\}/)) { - str = m.pre + '{' + m.body + escClose + m.post; - return expand(str); - } - return [str]; - } - - var n; - if (isSequence) { - n = m.body.split(/\.\./); - } else { - n = parseCommaParts(m.body); - if (n.length === 1) { - // x{{a,b}}y ==> x{a}y x{b}y - n = expand(n[0], false).map(embrace); - if (n.length === 1) { - return post.map(function(p) { - return m.pre + n[0] + p; - }); - } - } - } - - // at this point, n is the parts, and we know it's not a comma set - // with a single entry. - var N; - - if (isSequence) { - var x = numeric(n[0]); - var y = numeric(n[1]); - var width = Math.max(n[0].length, n[1].length) - var incr = n.length == 3 - ? Math.abs(numeric(n[2])) - : 1; - var test = lte; - var reverse = y < x; - if (reverse) { - incr *= -1; - test = gte; - } - var pad = n.some(isPadded); - - N = []; - - for (var i = x; test(i, y); i += incr) { - var c; - if (isAlphaSequence) { - c = String.fromCharCode(i); - if (c === '\\') - c = ''; - } else { - c = String(i); - if (pad) { - var need = width - c.length; - if (need > 0) { - var z = new Array(need + 1).join('0'); - if (i < 0) - c = '-' + z + c.slice(1); - else - c = z + c; - } - } - } - N.push(c); - } - } else { - N = []; - - for (var j = 0; j < n.length; j++) { - N.push.apply(N, expand(n[j], false)); - } - } - - for (var j = 0; j < N.length; j++) { - for (var k = 0; k < post.length; k++) { - var expansion = pre + N[j] + post[k]; - if (!isTop || isSequence || expansion) - expansions.push(expansion); - } - } - } - - return expansions; -} - diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/brace-expansion/package.json b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/brace-expansion/package.json deleted file mode 100644 index 7097d41..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/brace-expansion/package.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "name": "brace-expansion", - "description": "Brace expansion as known from sh/bash", - "version": "2.0.1", - "repository": { - "type": "git", - "url": "git://github.com/juliangruber/brace-expansion.git" - }, - "homepage": "https://github.com/juliangruber/brace-expansion", - "main": "index.js", - "scripts": { - "test": "tape test/*.js", - "gentest": "bash test/generate.sh", - "bench": "matcha test/perf/bench.js" - }, - "dependencies": { - "balanced-match": "^1.0.0" - }, - "devDependencies": { - "@c4312/matcha": "^1.3.1", - "tape": "^4.6.0" - }, - "keywords": [], - "author": { - "name": "Julian Gruber", - "email": "mail@juliangruber.com", - "url": "http://juliangruber.com" - }, - "license": "MIT", - "testling": { - "files": "test/*.js", - "browsers": [ - "ie/8..latest", - "firefox/20..latest", - "firefox/nightly", - "chrome/25..latest", - "chrome/canary", - "opera/12..latest", - "opera/next", - "safari/5.1..latest", - "ipad/6.0..latest", - "iphone/6.0..latest", - "android-browser/4.2..latest" - ] - } -} diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/LICENSE b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/LICENSE deleted file mode 100644 index 39e8fe1..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -The ISC License - -Copyright (c) 2009-2022 Isaac Z. Schlueter and Contributors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/common.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/common.js deleted file mode 100644 index 61a4452..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/common.js +++ /dev/null @@ -1,244 +0,0 @@ -exports.setopts = setopts -exports.ownProp = ownProp -exports.makeAbs = makeAbs -exports.finish = finish -exports.mark = mark -exports.isIgnored = isIgnored -exports.childrenIgnored = childrenIgnored - -function ownProp (obj, field) { - return Object.prototype.hasOwnProperty.call(obj, field) -} - -var fs = require("fs") -var path = require("path") -var minimatch = require("minimatch") -var isAbsolute = require("path").isAbsolute -var Minimatch = minimatch.Minimatch - -function alphasort (a, b) { - return a.localeCompare(b, 'en') -} - -function setupIgnores (self, options) { - self.ignore = options.ignore || [] - - if (!Array.isArray(self.ignore)) - self.ignore = [self.ignore] - - if (self.ignore.length) { - self.ignore = self.ignore.map(ignoreMap) - } -} - -// ignore patterns are always in dot:true mode. -function ignoreMap (pattern) { - var gmatcher = null - if (pattern.slice(-3) === '/**') { - var gpattern = pattern.replace(/(\/\*\*)+$/, '') - gmatcher = new Minimatch(gpattern, { dot: true }) - } - - return { - matcher: new Minimatch(pattern, { dot: true }), - gmatcher: gmatcher - } -} - -function setopts (self, pattern, options) { - if (!options) - options = {} - - // base-matching: just use globstar for that. - if (options.matchBase && -1 === pattern.indexOf("/")) { - if (options.noglobstar) { - throw new Error("base matching requires globstar") - } - pattern = "**/" + pattern - } - - self.windowsPathsNoEscape = !!options.windowsPathsNoEscape || - options.allowWindowsEscape === false - if (self.windowsPathsNoEscape) { - pattern = pattern.replace(/\\/g, '/') - } - - self.silent = !!options.silent - self.pattern = pattern - self.strict = options.strict !== false - self.realpath = !!options.realpath - self.realpathCache = options.realpathCache || Object.create(null) - self.follow = !!options.follow - self.dot = !!options.dot - self.mark = !!options.mark - self.nodir = !!options.nodir - if (self.nodir) - self.mark = true - self.sync = !!options.sync - self.nounique = !!options.nounique - self.nonull = !!options.nonull - self.nosort = !!options.nosort - self.nocase = !!options.nocase - self.stat = !!options.stat - self.noprocess = !!options.noprocess - self.absolute = !!options.absolute - self.fs = options.fs || fs - - self.maxLength = options.maxLength || Infinity - self.cache = options.cache || Object.create(null) - self.statCache = options.statCache || Object.create(null) - self.symlinks = options.symlinks || Object.create(null) - - setupIgnores(self, options) - - self.changedCwd = false - var cwd = process.cwd() - if (!ownProp(options, "cwd")) - self.cwd = path.resolve(cwd) - else { - self.cwd = path.resolve(options.cwd) - self.changedCwd = self.cwd !== cwd - } - - self.root = options.root || path.resolve(self.cwd, "/") - self.root = path.resolve(self.root) - - // TODO: is an absolute `cwd` supposed to be resolved against `root`? - // e.g. { cwd: '/test', root: __dirname } === path.join(__dirname, '/test') - self.cwdAbs = isAbsolute(self.cwd) ? self.cwd : makeAbs(self, self.cwd) - self.nomount = !!options.nomount - - if (process.platform === "win32") { - self.root = self.root.replace(/\\/g, "/") - self.cwd = self.cwd.replace(/\\/g, "/") - self.cwdAbs = self.cwdAbs.replace(/\\/g, "/") - } - - // disable comments and negation in Minimatch. - // Note that they are not supported in Glob itself anyway. - options.nonegate = true - options.nocomment = true - - self.minimatch = new Minimatch(pattern, options) - self.options = self.minimatch.options -} - -function finish (self) { - var nou = self.nounique - var all = nou ? [] : Object.create(null) - - for (var i = 0, l = self.matches.length; i < l; i ++) { - var matches = self.matches[i] - if (!matches || Object.keys(matches).length === 0) { - if (self.nonull) { - // do like the shell, and spit out the literal glob - var literal = self.minimatch.globSet[i] - if (nou) - all.push(literal) - else - all[literal] = true - } - } else { - // had matches - var m = Object.keys(matches) - if (nou) - all.push.apply(all, m) - else - m.forEach(function (m) { - all[m] = true - }) - } - } - - if (!nou) - all = Object.keys(all) - - if (!self.nosort) - all = all.sort(alphasort) - - // at *some* point we statted all of these - if (self.mark) { - for (var i = 0; i < all.length; i++) { - all[i] = self._mark(all[i]) - } - if (self.nodir) { - all = all.filter(function (e) { - var notDir = !(/\/$/.test(e)) - var c = self.cache[e] || self.cache[makeAbs(self, e)] - if (notDir && c) - notDir = c !== 'DIR' && !Array.isArray(c) - return notDir - }) - } - } - - if (self.ignore.length) - all = all.filter(function(m) { - return !isIgnored(self, m) - }) - - self.found = all -} - -function mark (self, p) { - var abs = makeAbs(self, p) - var c = self.cache[abs] - var m = p - if (c) { - var isDir = c === 'DIR' || Array.isArray(c) - var slash = p.slice(-1) === '/' - - if (isDir && !slash) - m += '/' - else if (!isDir && slash) - m = m.slice(0, -1) - - if (m !== p) { - var mabs = makeAbs(self, m) - self.statCache[mabs] = self.statCache[abs] - self.cache[mabs] = self.cache[abs] - } - } - - return m -} - -// lotta situps... -function makeAbs (self, f) { - var abs = f - if (f.charAt(0) === '/') { - abs = path.join(self.root, f) - } else if (isAbsolute(f) || f === '') { - abs = f - } else if (self.changedCwd) { - abs = path.resolve(self.cwd, f) - } else { - abs = path.resolve(f) - } - - if (process.platform === 'win32') - abs = abs.replace(/\\/g, '/') - - return abs -} - - -// Return true, if pattern ends with globstar '**', for the accompanying parent directory. -// Ex:- If node_modules/** is the pattern, add 'node_modules' to ignore list along with it's contents -function isIgnored (self, path) { - if (!self.ignore.length) - return false - - return self.ignore.some(function(item) { - return item.matcher.match(path) || !!(item.gmatcher && item.gmatcher.match(path)) - }) -} - -function childrenIgnored (self, path) { - if (!self.ignore.length) - return false - - return self.ignore.some(function(item) { - return !!(item.gmatcher && item.gmatcher.match(path)) - }) -} diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/glob.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/glob.js deleted file mode 100644 index 2112a95..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/glob.js +++ /dev/null @@ -1,790 +0,0 @@ -// Approach: -// -// 1. Get the minimatch set -// 2. For each pattern in the set, PROCESS(pattern, false) -// 3. Store matches per-set, then uniq them -// -// PROCESS(pattern, inGlobStar) -// Get the first [n] items from pattern that are all strings -// Join these together. This is PREFIX. -// If there is no more remaining, then stat(PREFIX) and -// add to matches if it succeeds. END. -// -// If inGlobStar and PREFIX is symlink and points to dir -// set ENTRIES = [] -// else readdir(PREFIX) as ENTRIES -// If fail, END -// -// with ENTRIES -// If pattern[n] is GLOBSTAR -// // handle the case where the globstar match is empty -// // by pruning it out, and testing the resulting pattern -// PROCESS(pattern[0..n] + pattern[n+1 .. $], false) -// // handle other cases. -// for ENTRY in ENTRIES (not dotfiles) -// // attach globstar + tail onto the entry -// // Mark that this entry is a globstar match -// PROCESS(pattern[0..n] + ENTRY + pattern[n .. $], true) -// -// else // not globstar -// for ENTRY in ENTRIES (not dotfiles, unless pattern[n] is dot) -// Test ENTRY against pattern[n] -// If fails, continue -// If passes, PROCESS(pattern[0..n] + item + pattern[n+1 .. $]) -// -// Caveat: -// Cache all stats and readdirs results to minimize syscall. Since all -// we ever care about is existence and directory-ness, we can just keep -// `true` for files, and [children,...] for directories, or `false` for -// things that don't exist. - -module.exports = glob - -var rp = require('fs.realpath') -var minimatch = require('minimatch') -var Minimatch = minimatch.Minimatch -var inherits = require('inherits') -var EE = require('events').EventEmitter -var path = require('path') -var assert = require('assert') -var isAbsolute = require('path').isAbsolute -var globSync = require('./sync.js') -var common = require('./common.js') -var setopts = common.setopts -var ownProp = common.ownProp -var inflight = require('inflight') -var util = require('util') -var childrenIgnored = common.childrenIgnored -var isIgnored = common.isIgnored - -var once = require('once') - -function glob (pattern, options, cb) { - if (typeof options === 'function') cb = options, options = {} - if (!options) options = {} - - if (options.sync) { - if (cb) - throw new TypeError('callback provided to sync glob') - return globSync(pattern, options) - } - - return new Glob(pattern, options, cb) -} - -glob.sync = globSync -var GlobSync = glob.GlobSync = globSync.GlobSync - -// old api surface -glob.glob = glob - -function extend (origin, add) { - if (add === null || typeof add !== 'object') { - return origin - } - - var keys = Object.keys(add) - var i = keys.length - while (i--) { - origin[keys[i]] = add[keys[i]] - } - return origin -} - -glob.hasMagic = function (pattern, options_) { - var options = extend({}, options_) - options.noprocess = true - - var g = new Glob(pattern, options) - var set = g.minimatch.set - - if (!pattern) - return false - - if (set.length > 1) - return true - - for (var j = 0; j < set[0].length; j++) { - if (typeof set[0][j] !== 'string') - return true - } - - return false -} - -glob.Glob = Glob -inherits(Glob, EE) -function Glob (pattern, options, cb) { - if (typeof options === 'function') { - cb = options - options = null - } - - if (options && options.sync) { - if (cb) - throw new TypeError('callback provided to sync glob') - return new GlobSync(pattern, options) - } - - if (!(this instanceof Glob)) - return new Glob(pattern, options, cb) - - setopts(this, pattern, options) - this._didRealPath = false - - // process each pattern in the minimatch set - var n = this.minimatch.set.length - - // The matches are stored as {<filename>: true,...} so that - // duplicates are automagically pruned. - // Later, we do an Object.keys() on these. - // Keep them as a list so we can fill in when nonull is set. - this.matches = new Array(n) - - if (typeof cb === 'function') { - cb = once(cb) - this.on('error', cb) - this.on('end', function (matches) { - cb(null, matches) - }) - } - - var self = this - this._processing = 0 - - this._emitQueue = [] - this._processQueue = [] - this.paused = false - - if (this.noprocess) - return this - - if (n === 0) - return done() - - var sync = true - for (var i = 0; i < n; i ++) { - this._process(this.minimatch.set[i], i, false, done) - } - sync = false - - function done () { - --self._processing - if (self._processing <= 0) { - if (sync) { - process.nextTick(function () { - self._finish() - }) - } else { - self._finish() - } - } - } -} - -Glob.prototype._finish = function () { - assert(this instanceof Glob) - if (this.aborted) - return - - if (this.realpath && !this._didRealpath) - return this._realpath() - - common.finish(this) - this.emit('end', this.found) -} - -Glob.prototype._realpath = function () { - if (this._didRealpath) - return - - this._didRealpath = true - - var n = this.matches.length - if (n === 0) - return this._finish() - - var self = this - for (var i = 0; i < this.matches.length; i++) - this._realpathSet(i, next) - - function next () { - if (--n === 0) - self._finish() - } -} - -Glob.prototype._realpathSet = function (index, cb) { - var matchset = this.matches[index] - if (!matchset) - return cb() - - var found = Object.keys(matchset) - var self = this - var n = found.length - - if (n === 0) - return cb() - - var set = this.matches[index] = Object.create(null) - found.forEach(function (p, i) { - // If there's a problem with the stat, then it means that - // one or more of the links in the realpath couldn't be - // resolved. just return the abs value in that case. - p = self._makeAbs(p) - rp.realpath(p, self.realpathCache, function (er, real) { - if (!er) - set[real] = true - else if (er.syscall === 'stat') - set[p] = true - else - self.emit('error', er) // srsly wtf right here - - if (--n === 0) { - self.matches[index] = set - cb() - } - }) - }) -} - -Glob.prototype._mark = function (p) { - return common.mark(this, p) -} - -Glob.prototype._makeAbs = function (f) { - return common.makeAbs(this, f) -} - -Glob.prototype.abort = function () { - this.aborted = true - this.emit('abort') -} - -Glob.prototype.pause = function () { - if (!this.paused) { - this.paused = true - this.emit('pause') - } -} - -Glob.prototype.resume = function () { - if (this.paused) { - this.emit('resume') - this.paused = false - if (this._emitQueue.length) { - var eq = this._emitQueue.slice(0) - this._emitQueue.length = 0 - for (var i = 0; i < eq.length; i ++) { - var e = eq[i] - this._emitMatch(e[0], e[1]) - } - } - if (this._processQueue.length) { - var pq = this._processQueue.slice(0) - this._processQueue.length = 0 - for (var i = 0; i < pq.length; i ++) { - var p = pq[i] - this._processing-- - this._process(p[0], p[1], p[2], p[3]) - } - } - } -} - -Glob.prototype._process = function (pattern, index, inGlobStar, cb) { - assert(this instanceof Glob) - assert(typeof cb === 'function') - - if (this.aborted) - return - - this._processing++ - if (this.paused) { - this._processQueue.push([pattern, index, inGlobStar, cb]) - return - } - - //console.error('PROCESS %d', this._processing, pattern) - - // Get the first [n] parts of pattern that are all strings. - var n = 0 - while (typeof pattern[n] === 'string') { - n ++ - } - // now n is the index of the first one that is *not* a string. - - // see if there's anything else - var prefix - switch (n) { - // if not, then this is rather simple - case pattern.length: - this._processSimple(pattern.join('/'), index, cb) - return - - case 0: - // pattern *starts* with some non-trivial item. - // going to readdir(cwd), but not include the prefix in matches. - prefix = null - break - - default: - // pattern has some string bits in the front. - // whatever it starts with, whether that's 'absolute' like /foo/bar, - // or 'relative' like '../baz' - prefix = pattern.slice(0, n).join('/') - break - } - - var remain = pattern.slice(n) - - // get the list of entries. - var read - if (prefix === null) - read = '.' - else if (isAbsolute(prefix) || - isAbsolute(pattern.map(function (p) { - return typeof p === 'string' ? p : '[*]' - }).join('/'))) { - if (!prefix || !isAbsolute(prefix)) - prefix = '/' + prefix - read = prefix - } else - read = prefix - - var abs = this._makeAbs(read) - - //if ignored, skip _processing - if (childrenIgnored(this, read)) - return cb() - - var isGlobStar = remain[0] === minimatch.GLOBSTAR - if (isGlobStar) - this._processGlobStar(prefix, read, abs, remain, index, inGlobStar, cb) - else - this._processReaddir(prefix, read, abs, remain, index, inGlobStar, cb) -} - -Glob.prototype._processReaddir = function (prefix, read, abs, remain, index, inGlobStar, cb) { - var self = this - this._readdir(abs, inGlobStar, function (er, entries) { - return self._processReaddir2(prefix, read, abs, remain, index, inGlobStar, entries, cb) - }) -} - -Glob.prototype._processReaddir2 = function (prefix, read, abs, remain, index, inGlobStar, entries, cb) { - - // if the abs isn't a dir, then nothing can match! - if (!entries) - return cb() - - // It will only match dot entries if it starts with a dot, or if - // dot is set. Stuff like @(.foo|.bar) isn't allowed. - var pn = remain[0] - var negate = !!this.minimatch.negate - var rawGlob = pn._glob - var dotOk = this.dot || rawGlob.charAt(0) === '.' - - var matchedEntries = [] - for (var i = 0; i < entries.length; i++) { - var e = entries[i] - if (e.charAt(0) !== '.' || dotOk) { - var m - if (negate && !prefix) { - m = !e.match(pn) - } else { - m = e.match(pn) - } - if (m) - matchedEntries.push(e) - } - } - - //console.error('prd2', prefix, entries, remain[0]._glob, matchedEntries) - - var len = matchedEntries.length - // If there are no matched entries, then nothing matches. - if (len === 0) - return cb() - - // if this is the last remaining pattern bit, then no need for - // an additional stat *unless* the user has specified mark or - // stat explicitly. We know they exist, since readdir returned - // them. - - if (remain.length === 1 && !this.mark && !this.stat) { - if (!this.matches[index]) - this.matches[index] = Object.create(null) - - for (var i = 0; i < len; i ++) { - var e = matchedEntries[i] - if (prefix) { - if (prefix !== '/') - e = prefix + '/' + e - else - e = prefix + e - } - - if (e.charAt(0) === '/' && !this.nomount) { - e = path.join(this.root, e) - } - this._emitMatch(index, e) - } - // This was the last one, and no stats were needed - return cb() - } - - // now test all matched entries as stand-ins for that part - // of the pattern. - remain.shift() - for (var i = 0; i < len; i ++) { - var e = matchedEntries[i] - var newPattern - if (prefix) { - if (prefix !== '/') - e = prefix + '/' + e - else - e = prefix + e - } - this._process([e].concat(remain), index, inGlobStar, cb) - } - cb() -} - -Glob.prototype._emitMatch = function (index, e) { - if (this.aborted) - return - - if (isIgnored(this, e)) - return - - if (this.paused) { - this._emitQueue.push([index, e]) - return - } - - var abs = isAbsolute(e) ? e : this._makeAbs(e) - - if (this.mark) - e = this._mark(e) - - if (this.absolute) - e = abs - - if (this.matches[index][e]) - return - - if (this.nodir) { - var c = this.cache[abs] - if (c === 'DIR' || Array.isArray(c)) - return - } - - this.matches[index][e] = true - - var st = this.statCache[abs] - if (st) - this.emit('stat', e, st) - - this.emit('match', e) -} - -Glob.prototype._readdirInGlobStar = function (abs, cb) { - if (this.aborted) - return - - // follow all symlinked directories forever - // just proceed as if this is a non-globstar situation - if (this.follow) - return this._readdir(abs, false, cb) - - var lstatkey = 'lstat\0' + abs - var self = this - var lstatcb = inflight(lstatkey, lstatcb_) - - if (lstatcb) - self.fs.lstat(abs, lstatcb) - - function lstatcb_ (er, lstat) { - if (er && er.code === 'ENOENT') - return cb() - - var isSym = lstat && lstat.isSymbolicLink() - self.symlinks[abs] = isSym - - // If it's not a symlink or a dir, then it's definitely a regular file. - // don't bother doing a readdir in that case. - if (!isSym && lstat && !lstat.isDirectory()) { - self.cache[abs] = 'FILE' - cb() - } else - self._readdir(abs, false, cb) - } -} - -Glob.prototype._readdir = function (abs, inGlobStar, cb) { - if (this.aborted) - return - - cb = inflight('readdir\0'+abs+'\0'+inGlobStar, cb) - if (!cb) - return - - //console.error('RD %j %j', +inGlobStar, abs) - if (inGlobStar && !ownProp(this.symlinks, abs)) - return this._readdirInGlobStar(abs, cb) - - if (ownProp(this.cache, abs)) { - var c = this.cache[abs] - if (!c || c === 'FILE') - return cb() - - if (Array.isArray(c)) - return cb(null, c) - } - - var self = this - self.fs.readdir(abs, readdirCb(this, abs, cb)) -} - -function readdirCb (self, abs, cb) { - return function (er, entries) { - if (er) - self._readdirError(abs, er, cb) - else - self._readdirEntries(abs, entries, cb) - } -} - -Glob.prototype._readdirEntries = function (abs, entries, cb) { - if (this.aborted) - return - - // if we haven't asked to stat everything, then just - // assume that everything in there exists, so we can avoid - // having to stat it a second time. - if (!this.mark && !this.stat) { - for (var i = 0; i < entries.length; i ++) { - var e = entries[i] - if (abs === '/') - e = abs + e - else - e = abs + '/' + e - this.cache[e] = true - } - } - - this.cache[abs] = entries - return cb(null, entries) -} - -Glob.prototype._readdirError = function (f, er, cb) { - if (this.aborted) - return - - // handle errors, and cache the information - switch (er.code) { - case 'ENOTSUP': // https://github.com/isaacs/node-glob/issues/205 - case 'ENOTDIR': // totally normal. means it *does* exist. - var abs = this._makeAbs(f) - this.cache[abs] = 'FILE' - if (abs === this.cwdAbs) { - var error = new Error(er.code + ' invalid cwd ' + this.cwd) - error.path = this.cwd - error.code = er.code - this.emit('error', error) - this.abort() - } - break - - case 'ENOENT': // not terribly unusual - case 'ELOOP': - case 'ENAMETOOLONG': - case 'UNKNOWN': - this.cache[this._makeAbs(f)] = false - break - - default: // some unusual error. Treat as failure. - this.cache[this._makeAbs(f)] = false - if (this.strict) { - this.emit('error', er) - // If the error is handled, then we abort - // if not, we threw out of here - this.abort() - } - if (!this.silent) - console.error('glob error', er) - break - } - - return cb() -} - -Glob.prototype._processGlobStar = function (prefix, read, abs, remain, index, inGlobStar, cb) { - var self = this - this._readdir(abs, inGlobStar, function (er, entries) { - self._processGlobStar2(prefix, read, abs, remain, index, inGlobStar, entries, cb) - }) -} - - -Glob.prototype._processGlobStar2 = function (prefix, read, abs, remain, index, inGlobStar, entries, cb) { - //console.error('pgs2', prefix, remain[0], entries) - - // no entries means not a dir, so it can never have matches - // foo.txt/** doesn't match foo.txt - if (!entries) - return cb() - - // test without the globstar, and with every child both below - // and replacing the globstar. - var remainWithoutGlobStar = remain.slice(1) - var gspref = prefix ? [ prefix ] : [] - var noGlobStar = gspref.concat(remainWithoutGlobStar) - - // the noGlobStar pattern exits the inGlobStar state - this._process(noGlobStar, index, false, cb) - - var isSym = this.symlinks[abs] - var len = entries.length - - // If it's a symlink, and we're in a globstar, then stop - if (isSym && inGlobStar) - return cb() - - for (var i = 0; i < len; i++) { - var e = entries[i] - if (e.charAt(0) === '.' && !this.dot) - continue - - // these two cases enter the inGlobStar state - var instead = gspref.concat(entries[i], remainWithoutGlobStar) - this._process(instead, index, true, cb) - - var below = gspref.concat(entries[i], remain) - this._process(below, index, true, cb) - } - - cb() -} - -Glob.prototype._processSimple = function (prefix, index, cb) { - // XXX review this. Shouldn't it be doing the mounting etc - // before doing stat? kinda weird? - var self = this - this._stat(prefix, function (er, exists) { - self._processSimple2(prefix, index, er, exists, cb) - }) -} -Glob.prototype._processSimple2 = function (prefix, index, er, exists, cb) { - - //console.error('ps2', prefix, exists) - - if (!this.matches[index]) - this.matches[index] = Object.create(null) - - // If it doesn't exist, then just mark the lack of results - if (!exists) - return cb() - - if (prefix && isAbsolute(prefix) && !this.nomount) { - var trail = /[\/\\]$/.test(prefix) - if (prefix.charAt(0) === '/') { - prefix = path.join(this.root, prefix) - } else { - prefix = path.resolve(this.root, prefix) - if (trail) - prefix += '/' - } - } - - if (process.platform === 'win32') - prefix = prefix.replace(/\\/g, '/') - - // Mark this as a match - this._emitMatch(index, prefix) - cb() -} - -// Returns either 'DIR', 'FILE', or false -Glob.prototype._stat = function (f, cb) { - var abs = this._makeAbs(f) - var needDir = f.slice(-1) === '/' - - if (f.length > this.maxLength) - return cb() - - if (!this.stat && ownProp(this.cache, abs)) { - var c = this.cache[abs] - - if (Array.isArray(c)) - c = 'DIR' - - // It exists, but maybe not how we need it - if (!needDir || c === 'DIR') - return cb(null, c) - - if (needDir && c === 'FILE') - return cb() - - // otherwise we have to stat, because maybe c=true - // if we know it exists, but not what it is. - } - - var exists - var stat = this.statCache[abs] - if (stat !== undefined) { - if (stat === false) - return cb(null, stat) - else { - var type = stat.isDirectory() ? 'DIR' : 'FILE' - if (needDir && type === 'FILE') - return cb() - else - return cb(null, type, stat) - } - } - - var self = this - var statcb = inflight('stat\0' + abs, lstatcb_) - if (statcb) - self.fs.lstat(abs, statcb) - - function lstatcb_ (er, lstat) { - if (lstat && lstat.isSymbolicLink()) { - // If it's a symlink, then treat it as the target, unless - // the target does not exist, then treat it as a file. - return self.fs.stat(abs, function (er, stat) { - if (er) - self._stat2(f, abs, null, lstat, cb) - else - self._stat2(f, abs, er, stat, cb) - }) - } else { - self._stat2(f, abs, er, lstat, cb) - } - } -} - -Glob.prototype._stat2 = function (f, abs, er, stat, cb) { - if (er && (er.code === 'ENOENT' || er.code === 'ENOTDIR')) { - this.statCache[abs] = false - return cb() - } - - var needDir = f.slice(-1) === '/' - this.statCache[abs] = stat - - if (abs.slice(-1) === '/' && stat && !stat.isDirectory()) - return cb(null, false, stat) - - var c = true - if (stat) - c = stat.isDirectory() ? 'DIR' : 'FILE' - this.cache[abs] = this.cache[abs] || c - - if (needDir && c === 'FILE') - return cb() - - return cb(null, c, stat) -} diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/package.json b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/package.json deleted file mode 100644 index ca0fd91..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/package.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)", - "name": "glob", - "description": "a little globber", - "version": "8.1.0", - "repository": { - "type": "git", - "url": "git://github.com/isaacs/node-glob.git" - }, - "main": "glob.js", - "files": [ - "glob.js", - "sync.js", - "common.js" - ], - "engines": { - "node": ">=12" - }, - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^5.0.1", - "once": "^1.3.0" - }, - "devDependencies": { - "memfs": "^3.2.0", - "mkdirp": "0", - "rimraf": "^2.2.8", - "tap": "^16.0.1", - "tick": "0.0.6" - }, - "tap": { - "before": "test/00-setup.js", - "after": "test/zz-cleanup.js", - "statements": 90, - "branches": 90, - "functions": 90, - "lines": 90, - "jobs": 1 - }, - "scripts": { - "prepublish": "npm run benchclean", - "profclean": "rm -f v8.log profile.txt", - "test": "tap", - "test-regen": "npm run profclean && TEST_REGEN=1 node test/00-setup.js", - "bench": "bash benchmark.sh", - "prof": "bash prof.sh && cat profile.txt", - "benchclean": "node benchclean.js" - }, - "license": "ISC", - "funding": { - "url": "https://github.com/sponsors/isaacs" - } -} diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/sync.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/sync.js deleted file mode 100644 index af4600d..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob/sync.js +++ /dev/null @@ -1,486 +0,0 @@ -module.exports = globSync -globSync.GlobSync = GlobSync - -var rp = require('fs.realpath') -var minimatch = require('minimatch') -var Minimatch = minimatch.Minimatch -var Glob = require('./glob.js').Glob -var util = require('util') -var path = require('path') -var assert = require('assert') -var isAbsolute = require('path').isAbsolute -var common = require('./common.js') -var setopts = common.setopts -var ownProp = common.ownProp -var childrenIgnored = common.childrenIgnored -var isIgnored = common.isIgnored - -function globSync (pattern, options) { - if (typeof options === 'function' || arguments.length === 3) - throw new TypeError('callback provided to sync glob\n'+ - 'See: https://github.com/isaacs/node-glob/issues/167') - - return new GlobSync(pattern, options).found -} - -function GlobSync (pattern, options) { - if (!pattern) - throw new Error('must provide pattern') - - if (typeof options === 'function' || arguments.length === 3) - throw new TypeError('callback provided to sync glob\n'+ - 'See: https://github.com/isaacs/node-glob/issues/167') - - if (!(this instanceof GlobSync)) - return new GlobSync(pattern, options) - - setopts(this, pattern, options) - - if (this.noprocess) - return this - - var n = this.minimatch.set.length - this.matches = new Array(n) - for (var i = 0; i < n; i ++) { - this._process(this.minimatch.set[i], i, false) - } - this._finish() -} - -GlobSync.prototype._finish = function () { - assert.ok(this instanceof GlobSync) - if (this.realpath) { - var self = this - this.matches.forEach(function (matchset, index) { - var set = self.matches[index] = Object.create(null) - for (var p in matchset) { - try { - p = self._makeAbs(p) - var real = rp.realpathSync(p, self.realpathCache) - set[real] = true - } catch (er) { - if (er.syscall === 'stat') - set[self._makeAbs(p)] = true - else - throw er - } - } - }) - } - common.finish(this) -} - - -GlobSync.prototype._process = function (pattern, index, inGlobStar) { - assert.ok(this instanceof GlobSync) - - // Get the first [n] parts of pattern that are all strings. - var n = 0 - while (typeof pattern[n] === 'string') { - n ++ - } - // now n is the index of the first one that is *not* a string. - - // See if there's anything else - var prefix - switch (n) { - // if not, then this is rather simple - case pattern.length: - this._processSimple(pattern.join('/'), index) - return - - case 0: - // pattern *starts* with some non-trivial item. - // going to readdir(cwd), but not include the prefix in matches. - prefix = null - break - - default: - // pattern has some string bits in the front. - // whatever it starts with, whether that's 'absolute' like /foo/bar, - // or 'relative' like '../baz' - prefix = pattern.slice(0, n).join('/') - break - } - - var remain = pattern.slice(n) - - // get the list of entries. - var read - if (prefix === null) - read = '.' - else if (isAbsolute(prefix) || - isAbsolute(pattern.map(function (p) { - return typeof p === 'string' ? p : '[*]' - }).join('/'))) { - if (!prefix || !isAbsolute(prefix)) - prefix = '/' + prefix - read = prefix - } else - read = prefix - - var abs = this._makeAbs(read) - - //if ignored, skip processing - if (childrenIgnored(this, read)) - return - - var isGlobStar = remain[0] === minimatch.GLOBSTAR - if (isGlobStar) - this._processGlobStar(prefix, read, abs, remain, index, inGlobStar) - else - this._processReaddir(prefix, read, abs, remain, index, inGlobStar) -} - - -GlobSync.prototype._processReaddir = function (prefix, read, abs, remain, index, inGlobStar) { - var entries = this._readdir(abs, inGlobStar) - - // if the abs isn't a dir, then nothing can match! - if (!entries) - return - - // It will only match dot entries if it starts with a dot, or if - // dot is set. Stuff like @(.foo|.bar) isn't allowed. - var pn = remain[0] - var negate = !!this.minimatch.negate - var rawGlob = pn._glob - var dotOk = this.dot || rawGlob.charAt(0) === '.' - - var matchedEntries = [] - for (var i = 0; i < entries.length; i++) { - var e = entries[i] - if (e.charAt(0) !== '.' || dotOk) { - var m - if (negate && !prefix) { - m = !e.match(pn) - } else { - m = e.match(pn) - } - if (m) - matchedEntries.push(e) - } - } - - var len = matchedEntries.length - // If there are no matched entries, then nothing matches. - if (len === 0) - return - - // if this is the last remaining pattern bit, then no need for - // an additional stat *unless* the user has specified mark or - // stat explicitly. We know they exist, since readdir returned - // them. - - if (remain.length === 1 && !this.mark && !this.stat) { - if (!this.matches[index]) - this.matches[index] = Object.create(null) - - for (var i = 0; i < len; i ++) { - var e = matchedEntries[i] - if (prefix) { - if (prefix.slice(-1) !== '/') - e = prefix + '/' + e - else - e = prefix + e - } - - if (e.charAt(0) === '/' && !this.nomount) { - e = path.join(this.root, e) - } - this._emitMatch(index, e) - } - // This was the last one, and no stats were needed - return - } - - // now test all matched entries as stand-ins for that part - // of the pattern. - remain.shift() - for (var i = 0; i < len; i ++) { - var e = matchedEntries[i] - var newPattern - if (prefix) - newPattern = [prefix, e] - else - newPattern = [e] - this._process(newPattern.concat(remain), index, inGlobStar) - } -} - - -GlobSync.prototype._emitMatch = function (index, e) { - if (isIgnored(this, e)) - return - - var abs = this._makeAbs(e) - - if (this.mark) - e = this._mark(e) - - if (this.absolute) { - e = abs - } - - if (this.matches[index][e]) - return - - if (this.nodir) { - var c = this.cache[abs] - if (c === 'DIR' || Array.isArray(c)) - return - } - - this.matches[index][e] = true - - if (this.stat) - this._stat(e) -} - - -GlobSync.prototype._readdirInGlobStar = function (abs) { - // follow all symlinked directories forever - // just proceed as if this is a non-globstar situation - if (this.follow) - return this._readdir(abs, false) - - var entries - var lstat - var stat - try { - lstat = this.fs.lstatSync(abs) - } catch (er) { - if (er.code === 'ENOENT') { - // lstat failed, doesn't exist - return null - } - } - - var isSym = lstat && lstat.isSymbolicLink() - this.symlinks[abs] = isSym - - // If it's not a symlink or a dir, then it's definitely a regular file. - // don't bother doing a readdir in that case. - if (!isSym && lstat && !lstat.isDirectory()) - this.cache[abs] = 'FILE' - else - entries = this._readdir(abs, false) - - return entries -} - -GlobSync.prototype._readdir = function (abs, inGlobStar) { - var entries - - if (inGlobStar && !ownProp(this.symlinks, abs)) - return this._readdirInGlobStar(abs) - - if (ownProp(this.cache, abs)) { - var c = this.cache[abs] - if (!c || c === 'FILE') - return null - - if (Array.isArray(c)) - return c - } - - try { - return this._readdirEntries(abs, this.fs.readdirSync(abs)) - } catch (er) { - this._readdirError(abs, er) - return null - } -} - -GlobSync.prototype._readdirEntries = function (abs, entries) { - // if we haven't asked to stat everything, then just - // assume that everything in there exists, so we can avoid - // having to stat it a second time. - if (!this.mark && !this.stat) { - for (var i = 0; i < entries.length; i ++) { - var e = entries[i] - if (abs === '/') - e = abs + e - else - e = abs + '/' + e - this.cache[e] = true - } - } - - this.cache[abs] = entries - - // mark and cache dir-ness - return entries -} - -GlobSync.prototype._readdirError = function (f, er) { - // handle errors, and cache the information - switch (er.code) { - case 'ENOTSUP': // https://github.com/isaacs/node-glob/issues/205 - case 'ENOTDIR': // totally normal. means it *does* exist. - var abs = this._makeAbs(f) - this.cache[abs] = 'FILE' - if (abs === this.cwdAbs) { - var error = new Error(er.code + ' invalid cwd ' + this.cwd) - error.path = this.cwd - error.code = er.code - throw error - } - break - - case 'ENOENT': // not terribly unusual - case 'ELOOP': - case 'ENAMETOOLONG': - case 'UNKNOWN': - this.cache[this._makeAbs(f)] = false - break - - default: // some unusual error. Treat as failure. - this.cache[this._makeAbs(f)] = false - if (this.strict) - throw er - if (!this.silent) - console.error('glob error', er) - break - } -} - -GlobSync.prototype._processGlobStar = function (prefix, read, abs, remain, index, inGlobStar) { - - var entries = this._readdir(abs, inGlobStar) - - // no entries means not a dir, so it can never have matches - // foo.txt/** doesn't match foo.txt - if (!entries) - return - - // test without the globstar, and with every child both below - // and replacing the globstar. - var remainWithoutGlobStar = remain.slice(1) - var gspref = prefix ? [ prefix ] : [] - var noGlobStar = gspref.concat(remainWithoutGlobStar) - - // the noGlobStar pattern exits the inGlobStar state - this._process(noGlobStar, index, false) - - var len = entries.length - var isSym = this.symlinks[abs] - - // If it's a symlink, and we're in a globstar, then stop - if (isSym && inGlobStar) - return - - for (var i = 0; i < len; i++) { - var e = entries[i] - if (e.charAt(0) === '.' && !this.dot) - continue - - // these two cases enter the inGlobStar state - var instead = gspref.concat(entries[i], remainWithoutGlobStar) - this._process(instead, index, true) - - var below = gspref.concat(entries[i], remain) - this._process(below, index, true) - } -} - -GlobSync.prototype._processSimple = function (prefix, index) { - // XXX review this. Shouldn't it be doing the mounting etc - // before doing stat? kinda weird? - var exists = this._stat(prefix) - - if (!this.matches[index]) - this.matches[index] = Object.create(null) - - // If it doesn't exist, then just mark the lack of results - if (!exists) - return - - if (prefix && isAbsolute(prefix) && !this.nomount) { - var trail = /[\/\\]$/.test(prefix) - if (prefix.charAt(0) === '/') { - prefix = path.join(this.root, prefix) - } else { - prefix = path.resolve(this.root, prefix) - if (trail) - prefix += '/' - } - } - - if (process.platform === 'win32') - prefix = prefix.replace(/\\/g, '/') - - // Mark this as a match - this._emitMatch(index, prefix) -} - -// Returns either 'DIR', 'FILE', or false -GlobSync.prototype._stat = function (f) { - var abs = this._makeAbs(f) - var needDir = f.slice(-1) === '/' - - if (f.length > this.maxLength) - return false - - if (!this.stat && ownProp(this.cache, abs)) { - var c = this.cache[abs] - - if (Array.isArray(c)) - c = 'DIR' - - // It exists, but maybe not how we need it - if (!needDir || c === 'DIR') - return c - - if (needDir && c === 'FILE') - return false - - // otherwise we have to stat, because maybe c=true - // if we know it exists, but not what it is. - } - - var exists - var stat = this.statCache[abs] - if (!stat) { - var lstat - try { - lstat = this.fs.lstatSync(abs) - } catch (er) { - if (er && (er.code === 'ENOENT' || er.code === 'ENOTDIR')) { - this.statCache[abs] = false - return false - } - } - - if (lstat && lstat.isSymbolicLink()) { - try { - stat = this.fs.statSync(abs) - } catch (er) { - stat = lstat - } - } else { - stat = lstat - } - } - - this.statCache[abs] = stat - - var c = true - if (stat) - c = stat.isDirectory() ? 'DIR' : 'FILE' - - this.cache[abs] = this.cache[abs] || c - - if (needDir && c === 'FILE') - return false - - return c -} - -GlobSync.prototype._mark = function (p) { - return common.mark(this, p) -} - -GlobSync.prototype._makeAbs = function (f) { - return common.makeAbs(this, f) -} diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minimatch/LICENSE b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minimatch/LICENSE deleted file mode 100644 index 1493534..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minimatch/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -The ISC License - -Copyright (c) 2011-2023 Isaac Z. Schlueter and Contributors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minimatch/lib/path.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minimatch/lib/path.js deleted file mode 100644 index ffe453d..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minimatch/lib/path.js +++ /dev/null @@ -1,4 +0,0 @@ -const isWindows = typeof process === 'object' && - process && - process.platform === 'win32' -module.exports = isWindows ? { sep: '\\' } : { sep: '/' } diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minimatch/minimatch.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minimatch/minimatch.js deleted file mode 100644 index 6c8bfc3..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minimatch/minimatch.js +++ /dev/null @@ -1,944 +0,0 @@ -const minimatch = module.exports = (p, pattern, options = {}) => { - assertValidPattern(pattern) - - // shortcut: comments match nothing. - if (!options.nocomment && pattern.charAt(0) === '#') { - return false - } - - return new Minimatch(pattern, options).match(p) -} - -module.exports = minimatch - -const path = require('./lib/path.js') -minimatch.sep = path.sep - -const GLOBSTAR = Symbol('globstar **') -minimatch.GLOBSTAR = GLOBSTAR -const expand = require('brace-expansion') - -const plTypes = { - '!': { open: '(?:(?!(?:', close: '))[^/]*?)'}, - '?': { open: '(?:', close: ')?' }, - '+': { open: '(?:', close: ')+' }, - '*': { open: '(?:', close: ')*' }, - '@': { open: '(?:', close: ')' } -} - -// any single thing other than / -// don't need to escape / when using new RegExp() -const qmark = '[^/]' - -// * => any number of characters -const star = qmark + '*?' - -// ** when dots are allowed. Anything goes, except .. and . -// not (^ or / followed by one or two dots followed by $ or /), -// followed by anything, any number of times. -const twoStarDot = '(?:(?!(?:\\\/|^)(?:\\.{1,2})($|\\\/)).)*?' - -// not a ^ or / followed by a dot, -// followed by anything, any number of times. -const twoStarNoDot = '(?:(?!(?:\\\/|^)\\.).)*?' - -// "abc" -> { a:true, b:true, c:true } -const charSet = s => s.split('').reduce((set, c) => { - set[c] = true - return set -}, {}) - -// characters that need to be escaped in RegExp. -const reSpecials = charSet('().*{}+?[]^$\\!') - -// characters that indicate we have to add the pattern start -const addPatternStartSet = charSet('[.(') - -// normalizes slashes. -const slashSplit = /\/+/ - -minimatch.filter = (pattern, options = {}) => - (p, i, list) => minimatch(p, pattern, options) - -const ext = (a, b = {}) => { - const t = {} - Object.keys(a).forEach(k => t[k] = a[k]) - Object.keys(b).forEach(k => t[k] = b[k]) - return t -} - -minimatch.defaults = def => { - if (!def || typeof def !== 'object' || !Object.keys(def).length) { - return minimatch - } - - const orig = minimatch - - const m = (p, pattern, options) => orig(p, pattern, ext(def, options)) - m.Minimatch = class Minimatch extends orig.Minimatch { - constructor (pattern, options) { - super(pattern, ext(def, options)) - } - } - m.Minimatch.defaults = options => orig.defaults(ext(def, options)).Minimatch - m.filter = (pattern, options) => orig.filter(pattern, ext(def, options)) - m.defaults = options => orig.defaults(ext(def, options)) - m.makeRe = (pattern, options) => orig.makeRe(pattern, ext(def, options)) - m.braceExpand = (pattern, options) => orig.braceExpand(pattern, ext(def, options)) - m.match = (list, pattern, options) => orig.match(list, pattern, ext(def, options)) - - return m -} - - - - - -// Brace expansion: -// a{b,c}d -> abd acd -// a{b,}c -> abc ac -// a{0..3}d -> a0d a1d a2d a3d -// a{b,c{d,e}f}g -> abg acdfg acefg -// a{b,c}d{e,f}g -> abdeg acdeg abdeg abdfg -// -// Invalid sets are not expanded. -// a{2..}b -> a{2..}b -// a{b}c -> a{b}c -minimatch.braceExpand = (pattern, options) => braceExpand(pattern, options) - -const braceExpand = (pattern, options = {}) => { - assertValidPattern(pattern) - - // Thanks to Yeting Li <https://github.com/yetingli> for - // improving this regexp to avoid a ReDOS vulnerability. - if (options.nobrace || !/\{(?:(?!\{).)*\}/.test(pattern)) { - // shortcut. no need to expand. - return [pattern] - } - - return expand(pattern) -} - -const MAX_PATTERN_LENGTH = 1024 * 64 -const assertValidPattern = pattern => { - if (typeof pattern !== 'string') { - throw new TypeError('invalid pattern') - } - - if (pattern.length > MAX_PATTERN_LENGTH) { - throw new TypeError('pattern is too long') - } -} - -// parse a component of the expanded set. -// At this point, no pattern may contain "/" in it -// so we're going to return a 2d array, where each entry is the full -// pattern, split on '/', and then turned into a regular expression. -// A regexp is made at the end which joins each array with an -// escaped /, and another full one which joins each regexp with |. -// -// Following the lead of Bash 4.1, note that "**" only has special meaning -// when it is the *only* thing in a path portion. Otherwise, any series -// of * is equivalent to a single *. Globstar behavior is enabled by -// default, and can be disabled by setting options.noglobstar. -const SUBPARSE = Symbol('subparse') - -minimatch.makeRe = (pattern, options) => - new Minimatch(pattern, options || {}).makeRe() - -minimatch.match = (list, pattern, options = {}) => { - const mm = new Minimatch(pattern, options) - list = list.filter(f => mm.match(f)) - if (mm.options.nonull && !list.length) { - list.push(pattern) - } - return list -} - -// replace stuff like \* with * -const globUnescape = s => s.replace(/\\(.)/g, '$1') -const charUnescape = s => s.replace(/\\([^-\]])/g, '$1') -const regExpEscape = s => s.replace(/[-[\]{}()*+?.,\\^$|#\s]/g, '\\$&') -const braExpEscape = s => s.replace(/[[\]\\]/g, '\\$&') - -class Minimatch { - constructor (pattern, options) { - assertValidPattern(pattern) - - if (!options) options = {} - - this.options = options - this.set = [] - this.pattern = pattern - this.windowsPathsNoEscape = !!options.windowsPathsNoEscape || - options.allowWindowsEscape === false - if (this.windowsPathsNoEscape) { - this.pattern = this.pattern.replace(/\\/g, '/') - } - this.regexp = null - this.negate = false - this.comment = false - this.empty = false - this.partial = !!options.partial - - // make the set of regexps etc. - this.make() - } - - debug () {} - - make () { - const pattern = this.pattern - const options = this.options - - // empty patterns and comments match nothing. - if (!options.nocomment && pattern.charAt(0) === '#') { - this.comment = true - return - } - if (!pattern) { - this.empty = true - return - } - - // step 1: figure out negation, etc. - this.parseNegate() - - // step 2: expand braces - let set = this.globSet = this.braceExpand() - - if (options.debug) this.debug = (...args) => console.error(...args) - - this.debug(this.pattern, set) - - // step 3: now we have a set, so turn each one into a series of path-portion - // matching patterns. - // These will be regexps, except in the case of "**", which is - // set to the GLOBSTAR object for globstar behavior, - // and will not contain any / characters - set = this.globParts = set.map(s => s.split(slashSplit)) - - this.debug(this.pattern, set) - - // glob --> regexps - set = set.map((s, si, set) => s.map(this.parse, this)) - - this.debug(this.pattern, set) - - // filter out everything that didn't compile properly. - set = set.filter(s => s.indexOf(false) === -1) - - this.debug(this.pattern, set) - - this.set = set - } - - parseNegate () { - if (this.options.nonegate) return - - const pattern = this.pattern - let negate = false - let negateOffset = 0 - - for (let i = 0; i < pattern.length && pattern.charAt(i) === '!'; i++) { - negate = !negate - negateOffset++ - } - - if (negateOffset) this.pattern = pattern.slice(negateOffset) - this.negate = negate - } - - // set partial to true to test if, for example, - // "/a/b" matches the start of "/*/b/*/d" - // Partial means, if you run out of file before you run - // out of pattern, then that's fine, as long as all - // the parts match. - matchOne (file, pattern, partial) { - var options = this.options - - this.debug('matchOne', - { 'this': this, file: file, pattern: pattern }) - - this.debug('matchOne', file.length, pattern.length) - - for (var fi = 0, - pi = 0, - fl = file.length, - pl = pattern.length - ; (fi < fl) && (pi < pl) - ; fi++, pi++) { - this.debug('matchOne loop') - var p = pattern[pi] - var f = file[fi] - - this.debug(pattern, p, f) - - // should be impossible. - // some invalid regexp stuff in the set. - /* istanbul ignore if */ - if (p === false) return false - - if (p === GLOBSTAR) { - this.debug('GLOBSTAR', [pattern, p, f]) - - // "**" - // a/**/b/**/c would match the following: - // a/b/x/y/z/c - // a/x/y/z/b/c - // a/b/x/b/x/c - // a/b/c - // To do this, take the rest of the pattern after - // the **, and see if it would match the file remainder. - // If so, return success. - // If not, the ** "swallows" a segment, and try again. - // This is recursively awful. - // - // a/**/b/**/c matching a/b/x/y/z/c - // - a matches a - // - doublestar - // - matchOne(b/x/y/z/c, b/**/c) - // - b matches b - // - doublestar - // - matchOne(x/y/z/c, c) -> no - // - matchOne(y/z/c, c) -> no - // - matchOne(z/c, c) -> no - // - matchOne(c, c) yes, hit - var fr = fi - var pr = pi + 1 - if (pr === pl) { - this.debug('** at the end') - // a ** at the end will just swallow the rest. - // We have found a match. - // however, it will not swallow /.x, unless - // options.dot is set. - // . and .. are *never* matched by **, for explosively - // exponential reasons. - for (; fi < fl; fi++) { - if (file[fi] === '.' || file[fi] === '..' || - (!options.dot && file[fi].charAt(0) === '.')) return false - } - return true - } - - // ok, let's see if we can swallow whatever we can. - while (fr < fl) { - var swallowee = file[fr] - - this.debug('\nglobstar while', file, fr, pattern, pr, swallowee) - - // XXX remove this slice. Just pass the start index. - if (this.matchOne(file.slice(fr), pattern.slice(pr), partial)) { - this.debug('globstar found match!', fr, fl, swallowee) - // found a match. - return true - } else { - // can't swallow "." or ".." ever. - // can only swallow ".foo" when explicitly asked. - if (swallowee === '.' || swallowee === '..' || - (!options.dot && swallowee.charAt(0) === '.')) { - this.debug('dot detected!', file, fr, pattern, pr) - break - } - - // ** swallows a segment, and continue. - this.debug('globstar swallow a segment, and continue') - fr++ - } - } - - // no match was found. - // However, in partial mode, we can't say this is necessarily over. - // If there's more *pattern* left, then - /* istanbul ignore if */ - if (partial) { - // ran out of file - this.debug('\n>>> no match, partial?', file, fr, pattern, pr) - if (fr === fl) return true - } - return false - } - - // something other than ** - // non-magic patterns just have to match exactly - // patterns with magic have been turned into regexps. - var hit - if (typeof p === 'string') { - hit = f === p - this.debug('string match', p, f, hit) - } else { - hit = f.match(p) - this.debug('pattern match', p, f, hit) - } - - if (!hit) return false - } - - // Note: ending in / means that we'll get a final "" - // at the end of the pattern. This can only match a - // corresponding "" at the end of the file. - // If the file ends in /, then it can only match a - // a pattern that ends in /, unless the pattern just - // doesn't have any more for it. But, a/b/ should *not* - // match "a/b/*", even though "" matches against the - // [^/]*? pattern, except in partial mode, where it might - // simply not be reached yet. - // However, a/b/ should still satisfy a/* - - // now either we fell off the end of the pattern, or we're done. - if (fi === fl && pi === pl) { - // ran out of pattern and filename at the same time. - // an exact hit! - return true - } else if (fi === fl) { - // ran out of file, but still had pattern left. - // this is ok if we're doing the match as part of - // a glob fs traversal. - return partial - } else /* istanbul ignore else */ if (pi === pl) { - // ran out of pattern, still have file left. - // this is only acceptable if we're on the very last - // empty segment of a file with a trailing slash. - // a/* should match a/b/ - return (fi === fl - 1) && (file[fi] === '') - } - - // should be unreachable. - /* istanbul ignore next */ - throw new Error('wtf?') - } - - braceExpand () { - return braceExpand(this.pattern, this.options) - } - - parse (pattern, isSub) { - assertValidPattern(pattern) - - const options = this.options - - // shortcuts - if (pattern === '**') { - if (!options.noglobstar) - return GLOBSTAR - else - pattern = '*' - } - if (pattern === '') return '' - - let re = '' - let hasMagic = false - let escaping = false - // ? => one single character - const patternListStack = [] - const negativeLists = [] - let stateChar - let inClass = false - let reClassStart = -1 - let classStart = -1 - let cs - let pl - let sp - // . and .. never match anything that doesn't start with ., - // even when options.dot is set. However, if the pattern - // starts with ., then traversal patterns can match. - let dotTravAllowed = pattern.charAt(0) === '.' - let dotFileAllowed = options.dot || dotTravAllowed - const patternStart = () => - dotTravAllowed - ? '' - : dotFileAllowed - ? '(?!(?:^|\\/)\\.{1,2}(?:$|\\/))' - : '(?!\\.)' - const subPatternStart = (p) => - p.charAt(0) === '.' - ? '' - : options.dot - ? '(?!(?:^|\\/)\\.{1,2}(?:$|\\/))' - : '(?!\\.)' - - - const clearStateChar = () => { - if (stateChar) { - // we had some state-tracking character - // that wasn't consumed by this pass. - switch (stateChar) { - case '*': - re += star - hasMagic = true - break - case '?': - re += qmark - hasMagic = true - break - default: - re += '\\' + stateChar - break - } - this.debug('clearStateChar %j %j', stateChar, re) - stateChar = false - } - } - - for (let i = 0, c; (i < pattern.length) && (c = pattern.charAt(i)); i++) { - this.debug('%s\t%s %s %j', pattern, i, re, c) - - // skip over any that are escaped. - if (escaping) { - /* istanbul ignore next - completely not allowed, even escaped. */ - if (c === '/') { - return false - } - - if (reSpecials[c]) { - re += '\\' - } - re += c - escaping = false - continue - } - - switch (c) { - /* istanbul ignore next */ - case '/': { - // Should already be path-split by now. - return false - } - - case '\\': - if (inClass && pattern.charAt(i + 1) === '-') { - re += c - continue - } - - clearStateChar() - escaping = true - continue - - // the various stateChar values - // for the "extglob" stuff. - case '?': - case '*': - case '+': - case '@': - case '!': - this.debug('%s\t%s %s %j <-- stateChar', pattern, i, re, c) - - // all of those are literals inside a class, except that - // the glob [!a] means [^a] in regexp - if (inClass) { - this.debug(' in class') - if (c === '!' && i === classStart + 1) c = '^' - re += c - continue - } - - // if we already have a stateChar, then it means - // that there was something like ** or +? in there. - // Handle the stateChar, then proceed with this one. - this.debug('call clearStateChar %j', stateChar) - clearStateChar() - stateChar = c - // if extglob is disabled, then +(asdf|foo) isn't a thing. - // just clear the statechar *now*, rather than even diving into - // the patternList stuff. - if (options.noext) clearStateChar() - continue - - case '(': { - if (inClass) { - re += '(' - continue - } - - if (!stateChar) { - re += '\\(' - continue - } - - const plEntry = { - type: stateChar, - start: i - 1, - reStart: re.length, - open: plTypes[stateChar].open, - close: plTypes[stateChar].close, - } - this.debug(this.pattern, '\t', plEntry) - patternListStack.push(plEntry) - // negation is (?:(?!(?:js)(?:<rest>))[^/]*) - re += plEntry.open - // next entry starts with a dot maybe? - if (plEntry.start === 0 && plEntry.type !== '!') { - dotTravAllowed = true - re += subPatternStart(pattern.slice(i + 1)) - } - this.debug('plType %j %j', stateChar, re) - stateChar = false - continue - } - - case ')': { - const plEntry = patternListStack[patternListStack.length - 1] - if (inClass || !plEntry) { - re += '\\)' - continue - } - patternListStack.pop() - - // closing an extglob - clearStateChar() - hasMagic = true - pl = plEntry - // negation is (?:(?!js)[^/]*) - // The others are (?:<pattern>)<type> - re += pl.close - if (pl.type === '!') { - negativeLists.push(Object.assign(pl, { reEnd: re.length })) - } - continue - } - - case '|': { - const plEntry = patternListStack[patternListStack.length - 1] - if (inClass || !plEntry) { - re += '\\|' - continue - } - - clearStateChar() - re += '|' - // next subpattern can start with a dot? - if (plEntry.start === 0 && plEntry.type !== '!') { - dotTravAllowed = true - re += subPatternStart(pattern.slice(i + 1)) - } - continue - } - - // these are mostly the same in regexp and glob - case '[': - // swallow any state-tracking char before the [ - clearStateChar() - - if (inClass) { - re += '\\' + c - continue - } - - inClass = true - classStart = i - reClassStart = re.length - re += c - continue - - case ']': - // a right bracket shall lose its special - // meaning and represent itself in - // a bracket expression if it occurs - // first in the list. -- POSIX.2 2.8.3.2 - if (i === classStart + 1 || !inClass) { - re += '\\' + c - continue - } - - // split where the last [ was, make sure we don't have - // an invalid re. if so, re-walk the contents of the - // would-be class to re-translate any characters that - // were passed through as-is - // TODO: It would probably be faster to determine this - // without a try/catch and a new RegExp, but it's tricky - // to do safely. For now, this is safe and works. - cs = pattern.substring(classStart + 1, i) - try { - RegExp('[' + braExpEscape(charUnescape(cs)) + ']') - // looks good, finish up the class. - re += c - } catch (er) { - // out of order ranges in JS are errors, but in glob syntax, - // they're just a range that matches nothing. - re = re.substring(0, reClassStart) + '(?:$.)' // match nothing ever - } - hasMagic = true - inClass = false - continue - - default: - // swallow any state char that wasn't consumed - clearStateChar() - - if (reSpecials[c] && !(c === '^' && inClass)) { - re += '\\' - } - - re += c - break - - } // switch - } // for - - // handle the case where we left a class open. - // "[abc" is valid, equivalent to "\[abc" - if (inClass) { - // split where the last [ was, and escape it - // this is a huge pita. We now have to re-walk - // the contents of the would-be class to re-translate - // any characters that were passed through as-is - cs = pattern.slice(classStart + 1) - sp = this.parse(cs, SUBPARSE) - re = re.substring(0, reClassStart) + '\\[' + sp[0] - hasMagic = hasMagic || sp[1] - } - - // handle the case where we had a +( thing at the *end* - // of the pattern. - // each pattern list stack adds 3 chars, and we need to go through - // and escape any | chars that were passed through as-is for the regexp. - // Go through and escape them, taking care not to double-escape any - // | chars that were already escaped. - for (pl = patternListStack.pop(); pl; pl = patternListStack.pop()) { - let tail - tail = re.slice(pl.reStart + pl.open.length) - this.debug('setting tail', re, pl) - // maybe some even number of \, then maybe 1 \, followed by a | - tail = tail.replace(/((?:\\{2}){0,64})(\\?)\|/g, (_, $1, $2) => { - /* istanbul ignore else - should already be done */ - if (!$2) { - // the | isn't already escaped, so escape it. - $2 = '\\' - } - - // need to escape all those slashes *again*, without escaping the - // one that we need for escaping the | character. As it works out, - // escaping an even number of slashes can be done by simply repeating - // it exactly after itself. That's why this trick works. - // - // I am sorry that you have to see this. - return $1 + $1 + $2 + '|' - }) - - this.debug('tail=%j\n %s', tail, tail, pl, re) - const t = pl.type === '*' ? star - : pl.type === '?' ? qmark - : '\\' + pl.type - - hasMagic = true - re = re.slice(0, pl.reStart) + t + '\\(' + tail - } - - // handle trailing things that only matter at the very end. - clearStateChar() - if (escaping) { - // trailing \\ - re += '\\\\' - } - - // only need to apply the nodot start if the re starts with - // something that could conceivably capture a dot - const addPatternStart = addPatternStartSet[re.charAt(0)] - - // Hack to work around lack of negative lookbehind in JS - // A pattern like: *.!(x).!(y|z) needs to ensure that a name - // like 'a.xyz.yz' doesn't match. So, the first negative - // lookahead, has to look ALL the way ahead, to the end of - // the pattern. - for (let n = negativeLists.length - 1; n > -1; n--) { - const nl = negativeLists[n] - - const nlBefore = re.slice(0, nl.reStart) - const nlFirst = re.slice(nl.reStart, nl.reEnd - 8) - let nlAfter = re.slice(nl.reEnd) - const nlLast = re.slice(nl.reEnd - 8, nl.reEnd) + nlAfter - - // Handle nested stuff like *(*.js|!(*.json)), where open parens - // mean that we should *not* include the ) in the bit that is considered - // "after" the negated section. - const closeParensBefore = nlBefore.split(')').length - const openParensBefore = nlBefore.split('(').length - closeParensBefore - let cleanAfter = nlAfter - for (let i = 0; i < openParensBefore; i++) { - cleanAfter = cleanAfter.replace(/\)[+*?]?/, '') - } - nlAfter = cleanAfter - - const dollar = nlAfter === '' && isSub !== SUBPARSE ? '(?:$|\\/)' : '' - - re = nlBefore + nlFirst + nlAfter + dollar + nlLast - } - - // if the re is not "" at this point, then we need to make sure - // it doesn't match against an empty path part. - // Otherwise a/* will match a/, which it should not. - if (re !== '' && hasMagic) { - re = '(?=.)' + re - } - - if (addPatternStart) { - re = patternStart() + re - } - - // parsing just a piece of a larger pattern. - if (isSub === SUBPARSE) { - return [re, hasMagic] - } - - // if it's nocase, and the lcase/uppercase don't match, it's magic - if (options.nocase && !hasMagic) { - hasMagic = pattern.toUpperCase() !== pattern.toLowerCase() - } - - // skip the regexp for non-magical patterns - // unescape anything in it, though, so that it'll be - // an exact match against a file etc. - if (!hasMagic) { - return globUnescape(pattern) - } - - const flags = options.nocase ? 'i' : '' - try { - return Object.assign(new RegExp('^' + re + '$', flags), { - _glob: pattern, - _src: re, - }) - } catch (er) /* istanbul ignore next - should be impossible */ { - // If it was an invalid regular expression, then it can't match - // anything. This trick looks for a character after the end of - // the string, which is of course impossible, except in multi-line - // mode, but it's not a /m regex. - return new RegExp('$.') - } - } - - makeRe () { - if (this.regexp || this.regexp === false) return this.regexp - - // at this point, this.set is a 2d array of partial - // pattern strings, or "**". - // - // It's better to use .match(). This function shouldn't - // be used, really, but it's pretty convenient sometimes, - // when you just want to work with a regex. - const set = this.set - - if (!set.length) { - this.regexp = false - return this.regexp - } - const options = this.options - - const twoStar = options.noglobstar ? star - : options.dot ? twoStarDot - : twoStarNoDot - const flags = options.nocase ? 'i' : '' - - // coalesce globstars and regexpify non-globstar patterns - // if it's the only item, then we just do one twoStar - // if it's the first, and there are more, prepend (\/|twoStar\/)? to next - // if it's the last, append (\/twoStar|) to previous - // if it's in the middle, append (\/|\/twoStar\/) to previous - // then filter out GLOBSTAR symbols - let re = set.map(pattern => { - pattern = pattern.map(p => - typeof p === 'string' ? regExpEscape(p) - : p === GLOBSTAR ? GLOBSTAR - : p._src - ).reduce((set, p) => { - if (!(set[set.length - 1] === GLOBSTAR && p === GLOBSTAR)) { - set.push(p) - } - return set - }, []) - pattern.forEach((p, i) => { - if (p !== GLOBSTAR || pattern[i-1] === GLOBSTAR) { - return - } - if (i === 0) { - if (pattern.length > 1) { - pattern[i+1] = '(?:\\\/|' + twoStar + '\\\/)?' + pattern[i+1] - } else { - pattern[i] = twoStar - } - } else if (i === pattern.length - 1) { - pattern[i-1] += '(?:\\\/|' + twoStar + ')?' - } else { - pattern[i-1] += '(?:\\\/|\\\/' + twoStar + '\\\/)' + pattern[i+1] - pattern[i+1] = GLOBSTAR - } - }) - return pattern.filter(p => p !== GLOBSTAR).join('/') - }).join('|') - - // must match entire pattern - // ending in a * or ** will make it less strict. - re = '^(?:' + re + ')$' - - // can match anything, as long as it's not this. - if (this.negate) re = '^(?!' + re + ').*$' - - try { - this.regexp = new RegExp(re, flags) - } catch (ex) /* istanbul ignore next - should be impossible */ { - this.regexp = false - } - return this.regexp - } - - match (f, partial = this.partial) { - this.debug('match', f, this.pattern) - // short-circuit in the case of busted things. - // comments, etc. - if (this.comment) return false - if (this.empty) return f === '' - - if (f === '/' && partial) return true - - const options = this.options - - // windows: need to use /, not \ - if (path.sep !== '/') { - f = f.split(path.sep).join('/') - } - - // treat the test path as a set of pathparts. - f = f.split(slashSplit) - this.debug(this.pattern, 'split', f) - - // just ONE of the pattern sets in this.set needs to match - // in order for it to be valid. If negating, then just one - // match means that we have failed. - // Either way, return on the first hit. - - const set = this.set - this.debug(this.pattern, 'set', set) - - // Find the basename of the path by looking for the last non-empty segment - let filename - for (let i = f.length - 1; i >= 0; i--) { - filename = f[i] - if (filename) break - } - - for (let i = 0; i < set.length; i++) { - const pattern = set[i] - let file = f - if (options.matchBase && pattern.length === 1) { - file = [filename] - } - const hit = this.matchOne(file, pattern, partial) - if (hit) { - if (options.flipNegate) return true - return !this.negate - } - } - - // didn't get any hits. this is success if it's a negative - // pattern, failure otherwise. - if (options.flipNegate) return false - return this.negate - } - - static defaults (def) { - return minimatch.defaults(def).Minimatch - } -} - -minimatch.Minimatch = Minimatch diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minimatch/package.json b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minimatch/package.json deleted file mode 100644 index c8809db..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minimatch/package.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me)", - "name": "minimatch", - "description": "a glob matcher in javascript", - "publishConfig": { - "tag": "legacy-v5" - }, - "version": "5.1.6", - "repository": { - "type": "git", - "url": "git://github.com/isaacs/minimatch.git" - }, - "main": "minimatch.js", - "scripts": { - "test": "tap", - "snap": "tap", - "preversion": "npm test", - "postversion": "npm publish", - "prepublishOnly": "git push origin --follow-tags" - }, - "engines": { - "node": ">=10" - }, - "dependencies": { - "brace-expansion": "^2.0.1" - }, - "devDependencies": { - "tap": "^16.3.2" - }, - "license": "ISC", - "files": [ - "minimatch.js", - "lib" - ] -} diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/package.json b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/package.json deleted file mode 100644 index 7dbd407..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/cacache/package.json +++ /dev/null @@ -1,84 +0,0 @@ -{ - "name": "cacache", - "version": "16.1.3", - "cache-version": { - "content": "2", - "index": "5" - }, - "description": "Fast, fault-tolerant, cross-platform, disk-based, data-agnostic, content-addressable cache.", - "main": "lib/index.js", - "files": [ - "bin/", - "lib/" - ], - "scripts": { - "preversion": "npm test", - "postversion": "npm publish", - "prepublishOnly": "git push origin --follow-tags", - "test": "tap", - "snap": "tap", - "coverage": "tap", - "test-docker": "docker run -it --rm --name pacotest -v \"$PWD\":/tmp -w /tmp node:latest npm test", - "lint": "eslint \"**/*.js\"", - "npmclilint": "npmcli-lint", - "lintfix": "npm run lint -- --fix", - "postsnap": "npm run lintfix --", - "postlint": "template-oss-check", - "posttest": "npm run lint", - "template-oss-apply": "template-oss-apply --force" - }, - "repository": { - "type": "git", - "url": "https://github.com/npm/cacache.git" - }, - "keywords": [ - "cache", - "caching", - "content-addressable", - "sri", - "sri hash", - "subresource integrity", - "cache", - "storage", - "store", - "file store", - "filesystem", - "disk cache", - "disk storage" - ], - "license": "ISC", - "dependencies": { - "@npmcli/fs": "^2.1.0", - "@npmcli/move-file": "^2.0.0", - "chownr": "^2.0.0", - "fs-minipass": "^2.1.0", - "glob": "^8.0.1", - "infer-owner": "^1.0.4", - "lru-cache": "^7.7.1", - "minipass": "^3.1.6", - "minipass-collect": "^1.0.2", - "minipass-flush": "^1.0.5", - "minipass-pipeline": "^1.2.4", - "mkdirp": "^1.0.4", - "p-map": "^4.0.0", - "promise-inflight": "^1.0.1", - "rimraf": "^3.0.2", - "ssri": "^9.0.0", - "tar": "^6.1.11", - "unique-filename": "^2.0.0" - }, - "devDependencies": { - "@npmcli/eslint-config": "^3.0.1", - "@npmcli/template-oss": "3.5.0", - "tap": "^16.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "windowsCI": false, - "version": "3.5.0" - }, - "author": "GitHub Inc." -} diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/fs-minipass/LICENSE b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/fs-minipass/LICENSE deleted file mode 100644 index 19129e3..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/fs-minipass/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -The ISC License - -Copyright (c) Isaac Z. Schlueter and Contributors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/fs-minipass/index.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/fs-minipass/index.js deleted file mode 100644 index 9b0779c..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/fs-minipass/index.js +++ /dev/null @@ -1,422 +0,0 @@ -'use strict' -const MiniPass = require('minipass') -const EE = require('events').EventEmitter -const fs = require('fs') - -let writev = fs.writev -/* istanbul ignore next */ -if (!writev) { - // This entire block can be removed if support for earlier than Node.js - // 12.9.0 is not needed. - const binding = process.binding('fs') - const FSReqWrap = binding.FSReqWrap || binding.FSReqCallback - - writev = (fd, iovec, pos, cb) => { - const done = (er, bw) => cb(er, bw, iovec) - const req = new FSReqWrap() - req.oncomplete = done - binding.writeBuffers(fd, iovec, pos, req) - } -} - -const _autoClose = Symbol('_autoClose') -const _close = Symbol('_close') -const _ended = Symbol('_ended') -const _fd = Symbol('_fd') -const _finished = Symbol('_finished') -const _flags = Symbol('_flags') -const _flush = Symbol('_flush') -const _handleChunk = Symbol('_handleChunk') -const _makeBuf = Symbol('_makeBuf') -const _mode = Symbol('_mode') -const _needDrain = Symbol('_needDrain') -const _onerror = Symbol('_onerror') -const _onopen = Symbol('_onopen') -const _onread = Symbol('_onread') -const _onwrite = Symbol('_onwrite') -const _open = Symbol('_open') -const _path = Symbol('_path') -const _pos = Symbol('_pos') -const _queue = Symbol('_queue') -const _read = Symbol('_read') -const _readSize = Symbol('_readSize') -const _reading = Symbol('_reading') -const _remain = Symbol('_remain') -const _size = Symbol('_size') -const _write = Symbol('_write') -const _writing = Symbol('_writing') -const _defaultFlag = Symbol('_defaultFlag') -const _errored = Symbol('_errored') - -class ReadStream extends MiniPass { - constructor (path, opt) { - opt = opt || {} - super(opt) - - this.readable = true - this.writable = false - - if (typeof path !== 'string') - throw new TypeError('path must be a string') - - this[_errored] = false - this[_fd] = typeof opt.fd === 'number' ? opt.fd : null - this[_path] = path - this[_readSize] = opt.readSize || 16*1024*1024 - this[_reading] = false - this[_size] = typeof opt.size === 'number' ? opt.size : Infinity - this[_remain] = this[_size] - this[_autoClose] = typeof opt.autoClose === 'boolean' ? - opt.autoClose : true - - if (typeof this[_fd] === 'number') - this[_read]() - else - this[_open]() - } - - get fd () { return this[_fd] } - get path () { return this[_path] } - - write () { - throw new TypeError('this is a readable stream') - } - - end () { - throw new TypeError('this is a readable stream') - } - - [_open] () { - fs.open(this[_path], 'r', (er, fd) => this[_onopen](er, fd)) - } - - [_onopen] (er, fd) { - if (er) - this[_onerror](er) - else { - this[_fd] = fd - this.emit('open', fd) - this[_read]() - } - } - - [_makeBuf] () { - return Buffer.allocUnsafe(Math.min(this[_readSize], this[_remain])) - } - - [_read] () { - if (!this[_reading]) { - this[_reading] = true - const buf = this[_makeBuf]() - /* istanbul ignore if */ - if (buf.length === 0) - return process.nextTick(() => this[_onread](null, 0, buf)) - fs.read(this[_fd], buf, 0, buf.length, null, (er, br, buf) => - this[_onread](er, br, buf)) - } - } - - [_onread] (er, br, buf) { - this[_reading] = false - if (er) - this[_onerror](er) - else if (this[_handleChunk](br, buf)) - this[_read]() - } - - [_close] () { - if (this[_autoClose] && typeof this[_fd] === 'number') { - const fd = this[_fd] - this[_fd] = null - fs.close(fd, er => er ? this.emit('error', er) : this.emit('close')) - } - } - - [_onerror] (er) { - this[_reading] = true - this[_close]() - this.emit('error', er) - } - - [_handleChunk] (br, buf) { - let ret = false - // no effect if infinite - this[_remain] -= br - if (br > 0) - ret = super.write(br < buf.length ? buf.slice(0, br) : buf) - - if (br === 0 || this[_remain] <= 0) { - ret = false - this[_close]() - super.end() - } - - return ret - } - - emit (ev, data) { - switch (ev) { - case 'prefinish': - case 'finish': - break - - case 'drain': - if (typeof this[_fd] === 'number') - this[_read]() - break - - case 'error': - if (this[_errored]) - return - this[_errored] = true - return super.emit(ev, data) - - default: - return super.emit(ev, data) - } - } -} - -class ReadStreamSync extends ReadStream { - [_open] () { - let threw = true - try { - this[_onopen](null, fs.openSync(this[_path], 'r')) - threw = false - } finally { - if (threw) - this[_close]() - } - } - - [_read] () { - let threw = true - try { - if (!this[_reading]) { - this[_reading] = true - do { - const buf = this[_makeBuf]() - /* istanbul ignore next */ - const br = buf.length === 0 ? 0 - : fs.readSync(this[_fd], buf, 0, buf.length, null) - if (!this[_handleChunk](br, buf)) - break - } while (true) - this[_reading] = false - } - threw = false - } finally { - if (threw) - this[_close]() - } - } - - [_close] () { - if (this[_autoClose] && typeof this[_fd] === 'number') { - const fd = this[_fd] - this[_fd] = null - fs.closeSync(fd) - this.emit('close') - } - } -} - -class WriteStream extends EE { - constructor (path, opt) { - opt = opt || {} - super(opt) - this.readable = false - this.writable = true - this[_errored] = false - this[_writing] = false - this[_ended] = false - this[_needDrain] = false - this[_queue] = [] - this[_path] = path - this[_fd] = typeof opt.fd === 'number' ? opt.fd : null - this[_mode] = opt.mode === undefined ? 0o666 : opt.mode - this[_pos] = typeof opt.start === 'number' ? opt.start : null - this[_autoClose] = typeof opt.autoClose === 'boolean' ? - opt.autoClose : true - - // truncating makes no sense when writing into the middle - const defaultFlag = this[_pos] !== null ? 'r+' : 'w' - this[_defaultFlag] = opt.flags === undefined - this[_flags] = this[_defaultFlag] ? defaultFlag : opt.flags - - if (this[_fd] === null) - this[_open]() - } - - emit (ev, data) { - if (ev === 'error') { - if (this[_errored]) - return - this[_errored] = true - } - return super.emit(ev, data) - } - - - get fd () { return this[_fd] } - get path () { return this[_path] } - - [_onerror] (er) { - this[_close]() - this[_writing] = true - this.emit('error', er) - } - - [_open] () { - fs.open(this[_path], this[_flags], this[_mode], - (er, fd) => this[_onopen](er, fd)) - } - - [_onopen] (er, fd) { - if (this[_defaultFlag] && - this[_flags] === 'r+' && - er && er.code === 'ENOENT') { - this[_flags] = 'w' - this[_open]() - } else if (er) - this[_onerror](er) - else { - this[_fd] = fd - this.emit('open', fd) - this[_flush]() - } - } - - end (buf, enc) { - if (buf) - this.write(buf, enc) - - this[_ended] = true - - // synthetic after-write logic, where drain/finish live - if (!this[_writing] && !this[_queue].length && - typeof this[_fd] === 'number') - this[_onwrite](null, 0) - return this - } - - write (buf, enc) { - if (typeof buf === 'string') - buf = Buffer.from(buf, enc) - - if (this[_ended]) { - this.emit('error', new Error('write() after end()')) - return false - } - - if (this[_fd] === null || this[_writing] || this[_queue].length) { - this[_queue].push(buf) - this[_needDrain] = true - return false - } - - this[_writing] = true - this[_write](buf) - return true - } - - [_write] (buf) { - fs.write(this[_fd], buf, 0, buf.length, this[_pos], (er, bw) => - this[_onwrite](er, bw)) - } - - [_onwrite] (er, bw) { - if (er) - this[_onerror](er) - else { - if (this[_pos] !== null) - this[_pos] += bw - if (this[_queue].length) - this[_flush]() - else { - this[_writing] = false - - if (this[_ended] && !this[_finished]) { - this[_finished] = true - this[_close]() - this.emit('finish') - } else if (this[_needDrain]) { - this[_needDrain] = false - this.emit('drain') - } - } - } - } - - [_flush] () { - if (this[_queue].length === 0) { - if (this[_ended]) - this[_onwrite](null, 0) - } else if (this[_queue].length === 1) - this[_write](this[_queue].pop()) - else { - const iovec = this[_queue] - this[_queue] = [] - writev(this[_fd], iovec, this[_pos], - (er, bw) => this[_onwrite](er, bw)) - } - } - - [_close] () { - if (this[_autoClose] && typeof this[_fd] === 'number') { - const fd = this[_fd] - this[_fd] = null - fs.close(fd, er => er ? this.emit('error', er) : this.emit('close')) - } - } -} - -class WriteStreamSync extends WriteStream { - [_open] () { - let fd - // only wrap in a try{} block if we know we'll retry, to avoid - // the rethrow obscuring the error's source frame in most cases. - if (this[_defaultFlag] && this[_flags] === 'r+') { - try { - fd = fs.openSync(this[_path], this[_flags], this[_mode]) - } catch (er) { - if (er.code === 'ENOENT') { - this[_flags] = 'w' - return this[_open]() - } else - throw er - } - } else - fd = fs.openSync(this[_path], this[_flags], this[_mode]) - - this[_onopen](null, fd) - } - - [_close] () { - if (this[_autoClose] && typeof this[_fd] === 'number') { - const fd = this[_fd] - this[_fd] = null - fs.closeSync(fd) - this.emit('close') - } - } - - [_write] (buf) { - // throw the original, but try to close if it fails - let threw = true - try { - this[_onwrite](null, - fs.writeSync(this[_fd], buf, 0, buf.length, this[_pos])) - threw = false - } finally { - if (threw) - try { this[_close]() } catch (_) {} - } - } -} - -exports.ReadStream = ReadStream -exports.ReadStreamSync = ReadStreamSync - -exports.WriteStream = WriteStream -exports.WriteStreamSync = WriteStreamSync diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/fs-minipass/package.json b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/fs-minipass/package.json deleted file mode 100644 index 2f2436c..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/fs-minipass/package.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "name": "fs-minipass", - "version": "2.1.0", - "main": "index.js", - "scripts": { - "test": "tap", - "preversion": "npm test", - "postversion": "npm publish", - "postpublish": "git push origin --follow-tags" - }, - "keywords": [], - "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)", - "license": "ISC", - "repository": { - "type": "git", - "url": "git+https://github.com/npm/fs-minipass.git" - }, - "bugs": { - "url": "https://github.com/npm/fs-minipass/issues" - }, - "homepage": "https://github.com/npm/fs-minipass#readme", - "description": "fs read and write streams based on minipass", - "dependencies": { - "minipass": "^3.0.0" - }, - "devDependencies": { - "mutate-fs": "^2.0.1", - "tap": "^14.6.4" - }, - "files": [ - "index.js" - ], - "tap": { - "check-coverage": true - }, - "engines": { - "node": ">= 8" - } -} diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/gauge/LICENSE.md b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/gauge/LICENSE.md deleted file mode 100644 index 5fc208f..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/gauge/LICENSE.md +++ /dev/null @@ -1,20 +0,0 @@ -<!-- This file is automatically added by @npmcli/template-oss. Do not edit. --> - -ISC License - -Copyright npm, Inc. - -Permission to use, copy, modify, and/or distribute this -software for any purpose with or without fee is hereby -granted, provided that the above copyright notice and this -permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND NPM DISCLAIMS ALL -WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO -EVENT SHALL NPM BE LIABLE FOR ANY SPECIAL, DIRECT, -INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER -TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE -USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/base-theme.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/base-theme.js deleted file mode 100644 index 00bf568..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/base-theme.js +++ /dev/null @@ -1,18 +0,0 @@ -'use strict' -var spin = require('./spin.js') -var progressBar = require('./progress-bar.js') - -module.exports = { - activityIndicator: function (values, theme, width) { - if (values.spun == null) { - return - } - return spin(theme, values.spun) - }, - progressbar: function (values, theme, width) { - if (values.completed == null) { - return - } - return progressBar(theme, width, values.completed) - }, -} diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/error.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/error.js deleted file mode 100644 index d9914ba..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/error.js +++ /dev/null @@ -1,24 +0,0 @@ -'use strict' -var util = require('util') - -var User = exports.User = function User (msg) { - var err = new Error(msg) - Error.captureStackTrace(err, User) - err.code = 'EGAUGE' - return err -} - -exports.MissingTemplateValue = function MissingTemplateValue (item, values) { - var err = new User(util.format('Missing template value "%s"', item.type)) - Error.captureStackTrace(err, MissingTemplateValue) - err.template = item - err.values = values - return err -} - -exports.Internal = function Internal (msg) { - var err = new Error(msg) - Error.captureStackTrace(err, Internal) - err.code = 'EGAUGEINTERNAL' - return err -} diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/has-color.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/has-color.js deleted file mode 100644 index 16cba0e..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/has-color.js +++ /dev/null @@ -1,4 +0,0 @@ -'use strict' -var colorSupport = require('color-support') - -module.exports = colorSupport().hasBasic diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/index.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/index.js deleted file mode 100644 index 37fc5ac..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/index.js +++ /dev/null @@ -1,289 +0,0 @@ -'use strict' -var Plumbing = require('./plumbing.js') -var hasUnicode = require('has-unicode') -var hasColor = require('./has-color.js') -var onExit = require('signal-exit') -var defaultThemes = require('./themes') -var setInterval = require('./set-interval.js') -var process = require('./process.js') -var setImmediate = require('./set-immediate') - -module.exports = Gauge - -function callWith (obj, method) { - return function () { - return method.call(obj) - } -} - -function Gauge (arg1, arg2) { - var options, writeTo - if (arg1 && arg1.write) { - writeTo = arg1 - options = arg2 || {} - } else if (arg2 && arg2.write) { - writeTo = arg2 - options = arg1 || {} - } else { - writeTo = process.stderr - options = arg1 || arg2 || {} - } - - this._status = { - spun: 0, - section: '', - subsection: '', - } - this._paused = false // are we paused for back pressure? - this._disabled = true // are all progress bar updates disabled? - this._showing = false // do we WANT the progress bar on screen - this._onScreen = false // IS the progress bar on screen - this._needsRedraw = false // should we print something at next tick? - this._hideCursor = options.hideCursor == null ? true : options.hideCursor - this._fixedFramerate = options.fixedFramerate == null - ? !(/^v0\.8\./.test(process.version)) - : options.fixedFramerate - this._lastUpdateAt = null - this._updateInterval = options.updateInterval == null ? 50 : options.updateInterval - - this._themes = options.themes || defaultThemes - this._theme = options.theme - var theme = this._computeTheme(options.theme) - var template = options.template || [ - { type: 'progressbar', length: 20 }, - { type: 'activityIndicator', kerning: 1, length: 1 }, - { type: 'section', kerning: 1, default: '' }, - { type: 'subsection', kerning: 1, default: '' }, - ] - this.setWriteTo(writeTo, options.tty) - var PlumbingClass = options.Plumbing || Plumbing - this._gauge = new PlumbingClass(theme, template, this.getWidth()) - - this._$$doRedraw = callWith(this, this._doRedraw) - this._$$handleSizeChange = callWith(this, this._handleSizeChange) - - this._cleanupOnExit = options.cleanupOnExit == null || options.cleanupOnExit - this._removeOnExit = null - - if (options.enabled || (options.enabled == null && this._tty && this._tty.isTTY)) { - this.enable() - } else { - this.disable() - } -} -Gauge.prototype = {} - -Gauge.prototype.isEnabled = function () { - return !this._disabled -} - -Gauge.prototype.setTemplate = function (template) { - this._gauge.setTemplate(template) - if (this._showing) { - this._requestRedraw() - } -} - -Gauge.prototype._computeTheme = function (theme) { - if (!theme) { - theme = {} - } - if (typeof theme === 'string') { - theme = this._themes.getTheme(theme) - } else if ( - Object.keys(theme).length === 0 || theme.hasUnicode != null || theme.hasColor != null - ) { - var useUnicode = theme.hasUnicode == null ? hasUnicode() : theme.hasUnicode - var useColor = theme.hasColor == null ? hasColor : theme.hasColor - theme = this._themes.getDefault({ - hasUnicode: useUnicode, - hasColor: useColor, - platform: theme.platform, - }) - } - return theme -} - -Gauge.prototype.setThemeset = function (themes) { - this._themes = themes - this.setTheme(this._theme) -} - -Gauge.prototype.setTheme = function (theme) { - this._gauge.setTheme(this._computeTheme(theme)) - if (this._showing) { - this._requestRedraw() - } - this._theme = theme -} - -Gauge.prototype._requestRedraw = function () { - this._needsRedraw = true - if (!this._fixedFramerate) { - this._doRedraw() - } -} - -Gauge.prototype.getWidth = function () { - return ((this._tty && this._tty.columns) || 80) - 1 -} - -Gauge.prototype.setWriteTo = function (writeTo, tty) { - var enabled = !this._disabled - if (enabled) { - this.disable() - } - this._writeTo = writeTo - this._tty = tty || - (writeTo === process.stderr && process.stdout.isTTY && process.stdout) || - (writeTo.isTTY && writeTo) || - this._tty - if (this._gauge) { - this._gauge.setWidth(this.getWidth()) - } - if (enabled) { - this.enable() - } -} - -Gauge.prototype.enable = function () { - if (!this._disabled) { - return - } - this._disabled = false - if (this._tty) { - this._enableEvents() - } - if (this._showing) { - this.show() - } -} - -Gauge.prototype.disable = function () { - if (this._disabled) { - return - } - if (this._showing) { - this._lastUpdateAt = null - this._showing = false - this._doRedraw() - this._showing = true - } - this._disabled = true - if (this._tty) { - this._disableEvents() - } -} - -Gauge.prototype._enableEvents = function () { - if (this._cleanupOnExit) { - this._removeOnExit = onExit(callWith(this, this.disable)) - } - this._tty.on('resize', this._$$handleSizeChange) - if (this._fixedFramerate) { - this.redrawTracker = setInterval(this._$$doRedraw, this._updateInterval) - if (this.redrawTracker.unref) { - this.redrawTracker.unref() - } - } -} - -Gauge.prototype._disableEvents = function () { - this._tty.removeListener('resize', this._$$handleSizeChange) - if (this._fixedFramerate) { - clearInterval(this.redrawTracker) - } - if (this._removeOnExit) { - this._removeOnExit() - } -} - -Gauge.prototype.hide = function (cb) { - if (this._disabled) { - return cb && process.nextTick(cb) - } - if (!this._showing) { - return cb && process.nextTick(cb) - } - this._showing = false - this._doRedraw() - cb && setImmediate(cb) -} - -Gauge.prototype.show = function (section, completed) { - this._showing = true - if (typeof section === 'string') { - this._status.section = section - } else if (typeof section === 'object') { - var sectionKeys = Object.keys(section) - for (var ii = 0; ii < sectionKeys.length; ++ii) { - var key = sectionKeys[ii] - this._status[key] = section[key] - } - } - if (completed != null) { - this._status.completed = completed - } - if (this._disabled) { - return - } - this._requestRedraw() -} - -Gauge.prototype.pulse = function (subsection) { - this._status.subsection = subsection || '' - this._status.spun++ - if (this._disabled) { - return - } - if (!this._showing) { - return - } - this._requestRedraw() -} - -Gauge.prototype._handleSizeChange = function () { - this._gauge.setWidth(this._tty.columns - 1) - this._requestRedraw() -} - -Gauge.prototype._doRedraw = function () { - if (this._disabled || this._paused) { - return - } - if (!this._fixedFramerate) { - var now = Date.now() - if (this._lastUpdateAt && now - this._lastUpdateAt < this._updateInterval) { - return - } - this._lastUpdateAt = now - } - if (!this._showing && this._onScreen) { - this._onScreen = false - var result = this._gauge.hide() - if (this._hideCursor) { - result += this._gauge.showCursor() - } - return this._writeTo.write(result) - } - if (!this._showing && !this._onScreen) { - return - } - if (this._showing && !this._onScreen) { - this._onScreen = true - this._needsRedraw = true - if (this._hideCursor) { - this._writeTo.write(this._gauge.hideCursor()) - } - } - if (!this._needsRedraw) { - return - } - if (!this._writeTo.write(this._gauge.show(this._status))) { - this._paused = true - this._writeTo.on('drain', callWith(this, function () { - this._paused = false - this._doRedraw() - })) - } -} diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/plumbing.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/plumbing.js deleted file mode 100644 index c4dc3e0..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/plumbing.js +++ /dev/null @@ -1,50 +0,0 @@ -'use strict' -var consoleControl = require('console-control-strings') -var renderTemplate = require('./render-template.js') -var validate = require('aproba') - -var Plumbing = module.exports = function (theme, template, width) { - if (!width) { - width = 80 - } - validate('OAN', [theme, template, width]) - this.showing = false - this.theme = theme - this.width = width - this.template = template -} -Plumbing.prototype = {} - -Plumbing.prototype.setTheme = function (theme) { - validate('O', [theme]) - this.theme = theme -} - -Plumbing.prototype.setTemplate = function (template) { - validate('A', [template]) - this.template = template -} - -Plumbing.prototype.setWidth = function (width) { - validate('N', [width]) - this.width = width -} - -Plumbing.prototype.hide = function () { - return consoleControl.gotoSOL() + consoleControl.eraseLine() -} - -Plumbing.prototype.hideCursor = consoleControl.hideCursor - -Plumbing.prototype.showCursor = consoleControl.showCursor - -Plumbing.prototype.show = function (status) { - var values = Object.create(this.theme) - for (var key in status) { - values[key] = status[key] - } - - return renderTemplate(this.width, this.template, values).trim() + - consoleControl.color('reset') + - consoleControl.eraseLine() + consoleControl.gotoSOL() -} diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/process.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/process.js deleted file mode 100644 index 05e8569..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/process.js +++ /dev/null @@ -1,3 +0,0 @@ -'use strict' -// this exists so we can replace it during testing -module.exports = process diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/progress-bar.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/progress-bar.js deleted file mode 100644 index 184ff25..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/progress-bar.js +++ /dev/null @@ -1,41 +0,0 @@ -'use strict' -var validate = require('aproba') -var renderTemplate = require('./render-template.js') -var wideTruncate = require('./wide-truncate') -var stringWidth = require('string-width') - -module.exports = function (theme, width, completed) { - validate('ONN', [theme, width, completed]) - if (completed < 0) { - completed = 0 - } - if (completed > 1) { - completed = 1 - } - if (width <= 0) { - return '' - } - var sofar = Math.round(width * completed) - var rest = width - sofar - var template = [ - { type: 'complete', value: repeat(theme.complete, sofar), length: sofar }, - { type: 'remaining', value: repeat(theme.remaining, rest), length: rest }, - ] - return renderTemplate(width, template, theme) -} - -// lodash's way of repeating -function repeat (string, width) { - var result = '' - var n = width - do { - if (n % 2) { - result += string - } - n = Math.floor(n / 2) - /* eslint no-self-assign: 0 */ - string += string - } while (n && stringWidth(result) < width) - - return wideTruncate(result, width) -} diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/render-template.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/render-template.js deleted file mode 100644 index d1b52c0..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/render-template.js +++ /dev/null @@ -1,222 +0,0 @@ -'use strict' -var align = require('wide-align') -var validate = require('aproba') -var wideTruncate = require('./wide-truncate') -var error = require('./error') -var TemplateItem = require('./template-item') - -function renderValueWithValues (values) { - return function (item) { - return renderValue(item, values) - } -} - -var renderTemplate = module.exports = function (width, template, values) { - var items = prepareItems(width, template, values) - var rendered = items.map(renderValueWithValues(values)).join('') - return align.left(wideTruncate(rendered, width), width) -} - -function preType (item) { - var cappedTypeName = item.type[0].toUpperCase() + item.type.slice(1) - return 'pre' + cappedTypeName -} - -function postType (item) { - var cappedTypeName = item.type[0].toUpperCase() + item.type.slice(1) - return 'post' + cappedTypeName -} - -function hasPreOrPost (item, values) { - if (!item.type) { - return - } - return values[preType(item)] || values[postType(item)] -} - -function generatePreAndPost (baseItem, parentValues) { - var item = Object.assign({}, baseItem) - var values = Object.create(parentValues) - var template = [] - var pre = preType(item) - var post = postType(item) - if (values[pre]) { - template.push({ value: values[pre] }) - values[pre] = null - } - item.minLength = null - item.length = null - item.maxLength = null - template.push(item) - values[item.type] = values[item.type] - if (values[post]) { - template.push({ value: values[post] }) - values[post] = null - } - return function ($1, $2, length) { - return renderTemplate(length, template, values) - } -} - -function prepareItems (width, template, values) { - function cloneAndObjectify (item, index, arr) { - var cloned = new TemplateItem(item, width) - var type = cloned.type - if (cloned.value == null) { - if (!(type in values)) { - if (cloned.default == null) { - throw new error.MissingTemplateValue(cloned, values) - } else { - cloned.value = cloned.default - } - } else { - cloned.value = values[type] - } - } - if (cloned.value == null || cloned.value === '') { - return null - } - cloned.index = index - cloned.first = index === 0 - cloned.last = index === arr.length - 1 - if (hasPreOrPost(cloned, values)) { - cloned.value = generatePreAndPost(cloned, values) - } - return cloned - } - - var output = template.map(cloneAndObjectify).filter(function (item) { - return item != null - }) - - var remainingSpace = width - var variableCount = output.length - - function consumeSpace (length) { - if (length > remainingSpace) { - length = remainingSpace - } - remainingSpace -= length - } - - function finishSizing (item, length) { - if (item.finished) { - throw new error.Internal('Tried to finish template item that was already finished') - } - if (length === Infinity) { - throw new error.Internal('Length of template item cannot be infinity') - } - if (length != null) { - item.length = length - } - item.minLength = null - item.maxLength = null - --variableCount - item.finished = true - if (item.length == null) { - item.length = item.getBaseLength() - } - if (item.length == null) { - throw new error.Internal('Finished template items must have a length') - } - consumeSpace(item.getLength()) - } - - output.forEach(function (item) { - if (!item.kerning) { - return - } - var prevPadRight = item.first ? 0 : output[item.index - 1].padRight - if (!item.first && prevPadRight < item.kerning) { - item.padLeft = item.kerning - prevPadRight - } - if (!item.last) { - item.padRight = item.kerning - } - }) - - // Finish any that have a fixed (literal or intuited) length - output.forEach(function (item) { - if (item.getBaseLength() == null) { - return - } - finishSizing(item) - }) - - var resized = 0 - var resizing - var hunkSize - do { - resizing = false - hunkSize = Math.round(remainingSpace / variableCount) - output.forEach(function (item) { - if (item.finished) { - return - } - if (!item.maxLength) { - return - } - if (item.getMaxLength() < hunkSize) { - finishSizing(item, item.maxLength) - resizing = true - } - }) - } while (resizing && resized++ < output.length) - if (resizing) { - throw new error.Internal('Resize loop iterated too many times while determining maxLength') - } - - resized = 0 - do { - resizing = false - hunkSize = Math.round(remainingSpace / variableCount) - output.forEach(function (item) { - if (item.finished) { - return - } - if (!item.minLength) { - return - } - if (item.getMinLength() >= hunkSize) { - finishSizing(item, item.minLength) - resizing = true - } - }) - } while (resizing && resized++ < output.length) - if (resizing) { - throw new error.Internal('Resize loop iterated too many times while determining minLength') - } - - hunkSize = Math.round(remainingSpace / variableCount) - output.forEach(function (item) { - if (item.finished) { - return - } - finishSizing(item, hunkSize) - }) - - return output -} - -function renderFunction (item, values, length) { - validate('OON', arguments) - if (item.type) { - return item.value(values, values[item.type + 'Theme'] || {}, length) - } else { - return item.value(values, {}, length) - } -} - -function renderValue (item, values) { - var length = item.getBaseLength() - var value = typeof item.value === 'function' ? renderFunction(item, values, length) : item.value - if (value == null || value === '') { - return '' - } - var alignWith = align[item.align] || align.left - var leftPadding = item.padLeft ? align.left('', item.padLeft) : '' - var rightPadding = item.padRight ? align.right('', item.padRight) : '' - var truncated = wideTruncate(String(value), length) - var aligned = alignWith(truncated, length) - return leftPadding + aligned + rightPadding -} diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/set-immediate.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/set-immediate.js deleted file mode 100644 index 6650a48..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/set-immediate.js +++ /dev/null @@ -1,7 +0,0 @@ -'use strict' -var process = require('./process') -try { - module.exports = setImmediate -} catch (ex) { - module.exports = process.nextTick -} diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/set-interval.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/set-interval.js deleted file mode 100644 index 5761987..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/set-interval.js +++ /dev/null @@ -1,3 +0,0 @@ -'use strict' -// this exists so we can replace it during testing -module.exports = setInterval diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/spin.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/spin.js deleted file mode 100644 index 34142ee..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/spin.js +++ /dev/null @@ -1,5 +0,0 @@ -'use strict' - -module.exports = function spin (spinstr, spun) { - return spinstr[spun % spinstr.length] -} diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/template-item.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/template-item.js deleted file mode 100644 index e307e9b..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/template-item.js +++ /dev/null @@ -1,87 +0,0 @@ -'use strict' -var stringWidth = require('string-width') - -module.exports = TemplateItem - -function isPercent (num) { - if (typeof num !== 'string') { - return false - } - return num.slice(-1) === '%' -} - -function percent (num) { - return Number(num.slice(0, -1)) / 100 -} - -function TemplateItem (values, outputLength) { - this.overallOutputLength = outputLength - this.finished = false - this.type = null - this.value = null - this.length = null - this.maxLength = null - this.minLength = null - this.kerning = null - this.align = 'left' - this.padLeft = 0 - this.padRight = 0 - this.index = null - this.first = null - this.last = null - if (typeof values === 'string') { - this.value = values - } else { - for (var prop in values) { - this[prop] = values[prop] - } - } - // Realize percents - if (isPercent(this.length)) { - this.length = Math.round(this.overallOutputLength * percent(this.length)) - } - if (isPercent(this.minLength)) { - this.minLength = Math.round(this.overallOutputLength * percent(this.minLength)) - } - if (isPercent(this.maxLength)) { - this.maxLength = Math.round(this.overallOutputLength * percent(this.maxLength)) - } - return this -} - -TemplateItem.prototype = {} - -TemplateItem.prototype.getBaseLength = function () { - var length = this.length - if ( - length == null && - typeof this.value === 'string' && - this.maxLength == null && - this.minLength == null - ) { - length = stringWidth(this.value) - } - return length -} - -TemplateItem.prototype.getLength = function () { - var length = this.getBaseLength() - if (length == null) { - return null - } - return length + this.padLeft + this.padRight -} - -TemplateItem.prototype.getMaxLength = function () { - if (this.maxLength == null) { - return null - } - return this.maxLength + this.padLeft + this.padRight -} - -TemplateItem.prototype.getMinLength = function () { - if (this.minLength == null) { - return null - } - return this.minLength + this.padLeft + this.padRight -} diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/theme-set.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/theme-set.js deleted file mode 100644 index 643d7db..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/theme-set.js +++ /dev/null @@ -1,122 +0,0 @@ -'use strict' - -module.exports = function () { - return ThemeSetProto.newThemeSet() -} - -var ThemeSetProto = {} - -ThemeSetProto.baseTheme = require('./base-theme.js') - -ThemeSetProto.newTheme = function (parent, theme) { - if (!theme) { - theme = parent - parent = this.baseTheme - } - return Object.assign({}, parent, theme) -} - -ThemeSetProto.getThemeNames = function () { - return Object.keys(this.themes) -} - -ThemeSetProto.addTheme = function (name, parent, theme) { - this.themes[name] = this.newTheme(parent, theme) -} - -ThemeSetProto.addToAllThemes = function (theme) { - var themes = this.themes - Object.keys(themes).forEach(function (name) { - Object.assign(themes[name], theme) - }) - Object.assign(this.baseTheme, theme) -} - -ThemeSetProto.getTheme = function (name) { - if (!this.themes[name]) { - throw this.newMissingThemeError(name) - } - return this.themes[name] -} - -ThemeSetProto.setDefault = function (opts, name) { - if (name == null) { - name = opts - opts = {} - } - var platform = opts.platform == null ? 'fallback' : opts.platform - var hasUnicode = !!opts.hasUnicode - var hasColor = !!opts.hasColor - if (!this.defaults[platform]) { - this.defaults[platform] = { true: {}, false: {} } - } - this.defaults[platform][hasUnicode][hasColor] = name -} - -ThemeSetProto.getDefault = function (opts) { - if (!opts) { - opts = {} - } - var platformName = opts.platform || process.platform - var platform = this.defaults[platformName] || this.defaults.fallback - var hasUnicode = !!opts.hasUnicode - var hasColor = !!opts.hasColor - if (!platform) { - throw this.newMissingDefaultThemeError(platformName, hasUnicode, hasColor) - } - if (!platform[hasUnicode][hasColor]) { - if (hasUnicode && hasColor && platform[!hasUnicode][hasColor]) { - hasUnicode = false - } else if (hasUnicode && hasColor && platform[hasUnicode][!hasColor]) { - hasColor = false - } else if (hasUnicode && hasColor && platform[!hasUnicode][!hasColor]) { - hasUnicode = false - hasColor = false - } else if (hasUnicode && !hasColor && platform[!hasUnicode][hasColor]) { - hasUnicode = false - } else if (!hasUnicode && hasColor && platform[hasUnicode][!hasColor]) { - hasColor = false - } else if (platform === this.defaults.fallback) { - throw this.newMissingDefaultThemeError(platformName, hasUnicode, hasColor) - } - } - if (platform[hasUnicode][hasColor]) { - return this.getTheme(platform[hasUnicode][hasColor]) - } else { - return this.getDefault(Object.assign({}, opts, { platform: 'fallback' })) - } -} - -ThemeSetProto.newMissingThemeError = function newMissingThemeError (name) { - var err = new Error('Could not find a gauge theme named "' + name + '"') - Error.captureStackTrace.call(err, newMissingThemeError) - err.theme = name - err.code = 'EMISSINGTHEME' - return err -} - -ThemeSetProto.newMissingDefaultThemeError = - function newMissingDefaultThemeError (platformName, hasUnicode, hasColor) { - var err = new Error( - 'Could not find a gauge theme for your platform/unicode/color use combo:\n' + - ' platform = ' + platformName + '\n' + - ' hasUnicode = ' + hasUnicode + '\n' + - ' hasColor = ' + hasColor) - Error.captureStackTrace.call(err, newMissingDefaultThemeError) - err.platform = platformName - err.hasUnicode = hasUnicode - err.hasColor = hasColor - err.code = 'EMISSINGTHEME' - return err - } - -ThemeSetProto.newThemeSet = function () { - var themeset = function (opts) { - return themeset.getDefault(opts) - } - return Object.assign(themeset, ThemeSetProto, { - themes: Object.assign({}, this.themes), - baseTheme: Object.assign({}, this.baseTheme), - defaults: JSON.parse(JSON.stringify(this.defaults || {})), - }) -} diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/themes.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/themes.js deleted file mode 100644 index d2e62bb..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/themes.js +++ /dev/null @@ -1,56 +0,0 @@ -'use strict' -var color = require('console-control-strings').color -var ThemeSet = require('./theme-set.js') - -var themes = module.exports = new ThemeSet() - -themes.addTheme('ASCII', { - preProgressbar: '[', - postProgressbar: ']', - progressbarTheme: { - complete: '#', - remaining: '.', - }, - activityIndicatorTheme: '-\\|/', - preSubsection: '>', -}) - -themes.addTheme('colorASCII', themes.getTheme('ASCII'), { - progressbarTheme: { - preComplete: color('bgBrightWhite', 'brightWhite'), - complete: '#', - postComplete: color('reset'), - preRemaining: color('bgBrightBlack', 'brightBlack'), - remaining: '.', - postRemaining: color('reset'), - }, -}) - -themes.addTheme('brailleSpinner', { - preProgressbar: '(', - postProgressbar: ')', - progressbarTheme: { - complete: '#', - remaining: '⠂', - }, - activityIndicatorTheme: '⠋⠙⠹⠸⠼⠴⠦⠧⠇⠏', - preSubsection: '>', -}) - -themes.addTheme('colorBrailleSpinner', themes.getTheme('brailleSpinner'), { - progressbarTheme: { - preComplete: color('bgBrightWhite', 'brightWhite'), - complete: '#', - postComplete: color('reset'), - preRemaining: color('bgBrightBlack', 'brightBlack'), - remaining: '⠂', - postRemaining: color('reset'), - }, -}) - -themes.setDefault({}, 'ASCII') -themes.setDefault({ hasColor: true }, 'colorASCII') -themes.setDefault({ platform: 'darwin', hasUnicode: true }, 'brailleSpinner') -themes.setDefault({ platform: 'darwin', hasUnicode: true, hasColor: true }, 'colorBrailleSpinner') -themes.setDefault({ platform: 'linux', hasUnicode: true }, 'brailleSpinner') -themes.setDefault({ platform: 'linux', hasUnicode: true, hasColor: true }, 'colorBrailleSpinner') diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/wide-truncate.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/wide-truncate.js deleted file mode 100644 index 5284a69..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/wide-truncate.js +++ /dev/null @@ -1,31 +0,0 @@ -'use strict' -var stringWidth = require('string-width') -var stripAnsi = require('strip-ansi') - -module.exports = wideTruncate - -function wideTruncate (str, target) { - if (stringWidth(str) === 0) { - return str - } - if (target <= 0) { - return '' - } - if (stringWidth(str) <= target) { - return str - } - - // We compute the number of bytes of ansi sequences here and add - // that to our initial truncation to ensure that we don't slice one - // that we want to keep in half. - var noAnsi = stripAnsi(str) - var ansiSize = str.length + noAnsi.length - var truncated = str.slice(0, target + ansiSize) - - // we have to shrink the result to account for our ansi sequence buffer - // (if an ansi sequence was truncated) and double width characters. - while (stringWidth(truncated) > target) { - truncated = truncated.slice(0, -1) - } - return truncated -} diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/gauge/package.json b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/gauge/package.json deleted file mode 100644 index bce3e68..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/gauge/package.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "name": "gauge", - "version": "4.0.4", - "description": "A terminal based horizontal gauge", - "main": "lib", - "scripts": { - "test": "tap", - "lint": "eslint \"**/*.js\"", - "postlint": "template-oss-check", - "lintfix": "npm run lint -- --fix", - "preversion": "npm test", - "postversion": "npm publish", - "prepublishOnly": "git push origin --follow-tags", - "snap": "tap", - "posttest": "npm run lint", - "template-oss-apply": "template-oss-apply --force" - }, - "repository": { - "type": "git", - "url": "https://github.com/npm/gauge.git" - }, - "keywords": [ - "progressbar", - "progress", - "gauge" - ], - "author": "GitHub Inc.", - "license": "ISC", - "bugs": { - "url": "https://github.com/npm/gauge/issues" - }, - "homepage": "https://github.com/npm/gauge", - "dependencies": { - "aproba": "^1.0.3 || ^2.0.0", - "color-support": "^1.1.3", - "console-control-strings": "^1.1.0", - "has-unicode": "^2.0.1", - "signal-exit": "^3.0.7", - "string-width": "^4.2.3", - "strip-ansi": "^6.0.1", - "wide-align": "^1.1.5" - }, - "devDependencies": { - "@npmcli/eslint-config": "^3.0.1", - "@npmcli/template-oss": "3.2.0", - "readable-stream": "^3.6.0", - "tap": "^16.0.1" - }, - "files": [ - "bin/", - "lib/" - ], - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - }, - "tap": { - "branches": 79, - "statements": 89, - "functions": 92, - "lines": 90 - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "3.2.0" - } -} diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/glob/LICENSE b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/glob/LICENSE deleted file mode 100644 index 42ca266..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/glob/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The ISC License - -Copyright (c) Isaac Z. Schlueter and Contributors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - -## Glob Logo - -Glob's logo created by Tanya Brassie <http://tanyabrassie.com/>, licensed -under a Creative Commons Attribution-ShareAlike 4.0 International License -https://creativecommons.org/licenses/by-sa/4.0/ diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/glob/common.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/glob/common.js deleted file mode 100644 index 424c46e..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/glob/common.js +++ /dev/null @@ -1,238 +0,0 @@ -exports.setopts = setopts -exports.ownProp = ownProp -exports.makeAbs = makeAbs -exports.finish = finish -exports.mark = mark -exports.isIgnored = isIgnored -exports.childrenIgnored = childrenIgnored - -function ownProp (obj, field) { - return Object.prototype.hasOwnProperty.call(obj, field) -} - -var fs = require("fs") -var path = require("path") -var minimatch = require("minimatch") -var isAbsolute = require("path-is-absolute") -var Minimatch = minimatch.Minimatch - -function alphasort (a, b) { - return a.localeCompare(b, 'en') -} - -function setupIgnores (self, options) { - self.ignore = options.ignore || [] - - if (!Array.isArray(self.ignore)) - self.ignore = [self.ignore] - - if (self.ignore.length) { - self.ignore = self.ignore.map(ignoreMap) - } -} - -// ignore patterns are always in dot:true mode. -function ignoreMap (pattern) { - var gmatcher = null - if (pattern.slice(-3) === '/**') { - var gpattern = pattern.replace(/(\/\*\*)+$/, '') - gmatcher = new Minimatch(gpattern, { dot: true }) - } - - return { - matcher: new Minimatch(pattern, { dot: true }), - gmatcher: gmatcher - } -} - -function setopts (self, pattern, options) { - if (!options) - options = {} - - // base-matching: just use globstar for that. - if (options.matchBase && -1 === pattern.indexOf("/")) { - if (options.noglobstar) { - throw new Error("base matching requires globstar") - } - pattern = "**/" + pattern - } - - self.silent = !!options.silent - self.pattern = pattern - self.strict = options.strict !== false - self.realpath = !!options.realpath - self.realpathCache = options.realpathCache || Object.create(null) - self.follow = !!options.follow - self.dot = !!options.dot - self.mark = !!options.mark - self.nodir = !!options.nodir - if (self.nodir) - self.mark = true - self.sync = !!options.sync - self.nounique = !!options.nounique - self.nonull = !!options.nonull - self.nosort = !!options.nosort - self.nocase = !!options.nocase - self.stat = !!options.stat - self.noprocess = !!options.noprocess - self.absolute = !!options.absolute - self.fs = options.fs || fs - - self.maxLength = options.maxLength || Infinity - self.cache = options.cache || Object.create(null) - self.statCache = options.statCache || Object.create(null) - self.symlinks = options.symlinks || Object.create(null) - - setupIgnores(self, options) - - self.changedCwd = false - var cwd = process.cwd() - if (!ownProp(options, "cwd")) - self.cwd = cwd - else { - self.cwd = path.resolve(options.cwd) - self.changedCwd = self.cwd !== cwd - } - - self.root = options.root || path.resolve(self.cwd, "/") - self.root = path.resolve(self.root) - if (process.platform === "win32") - self.root = self.root.replace(/\\/g, "/") - - // TODO: is an absolute `cwd` supposed to be resolved against `root`? - // e.g. { cwd: '/test', root: __dirname } === path.join(__dirname, '/test') - self.cwdAbs = isAbsolute(self.cwd) ? self.cwd : makeAbs(self, self.cwd) - if (process.platform === "win32") - self.cwdAbs = self.cwdAbs.replace(/\\/g, "/") - self.nomount = !!options.nomount - - // disable comments and negation in Minimatch. - // Note that they are not supported in Glob itself anyway. - options.nonegate = true - options.nocomment = true - // always treat \ in patterns as escapes, not path separators - options.allowWindowsEscape = false - - self.minimatch = new Minimatch(pattern, options) - self.options = self.minimatch.options -} - -function finish (self) { - var nou = self.nounique - var all = nou ? [] : Object.create(null) - - for (var i = 0, l = self.matches.length; i < l; i ++) { - var matches = self.matches[i] - if (!matches || Object.keys(matches).length === 0) { - if (self.nonull) { - // do like the shell, and spit out the literal glob - var literal = self.minimatch.globSet[i] - if (nou) - all.push(literal) - else - all[literal] = true - } - } else { - // had matches - var m = Object.keys(matches) - if (nou) - all.push.apply(all, m) - else - m.forEach(function (m) { - all[m] = true - }) - } - } - - if (!nou) - all = Object.keys(all) - - if (!self.nosort) - all = all.sort(alphasort) - - // at *some* point we statted all of these - if (self.mark) { - for (var i = 0; i < all.length; i++) { - all[i] = self._mark(all[i]) - } - if (self.nodir) { - all = all.filter(function (e) { - var notDir = !(/\/$/.test(e)) - var c = self.cache[e] || self.cache[makeAbs(self, e)] - if (notDir && c) - notDir = c !== 'DIR' && !Array.isArray(c) - return notDir - }) - } - } - - if (self.ignore.length) - all = all.filter(function(m) { - return !isIgnored(self, m) - }) - - self.found = all -} - -function mark (self, p) { - var abs = makeAbs(self, p) - var c = self.cache[abs] - var m = p - if (c) { - var isDir = c === 'DIR' || Array.isArray(c) - var slash = p.slice(-1) === '/' - - if (isDir && !slash) - m += '/' - else if (!isDir && slash) - m = m.slice(0, -1) - - if (m !== p) { - var mabs = makeAbs(self, m) - self.statCache[mabs] = self.statCache[abs] - self.cache[mabs] = self.cache[abs] - } - } - - return m -} - -// lotta situps... -function makeAbs (self, f) { - var abs = f - if (f.charAt(0) === '/') { - abs = path.join(self.root, f) - } else if (isAbsolute(f) || f === '') { - abs = f - } else if (self.changedCwd) { - abs = path.resolve(self.cwd, f) - } else { - abs = path.resolve(f) - } - - if (process.platform === 'win32') - abs = abs.replace(/\\/g, '/') - - return abs -} - - -// Return true, if pattern ends with globstar '**', for the accompanying parent directory. -// Ex:- If node_modules/** is the pattern, add 'node_modules' to ignore list along with it's contents -function isIgnored (self, path) { - if (!self.ignore.length) - return false - - return self.ignore.some(function(item) { - return item.matcher.match(path) || !!(item.gmatcher && item.gmatcher.match(path)) - }) -} - -function childrenIgnored (self, path) { - if (!self.ignore.length) - return false - - return self.ignore.some(function(item) { - return !!(item.gmatcher && item.gmatcher.match(path)) - }) -} diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/glob/glob.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/glob/glob.js deleted file mode 100644 index 37a4d7e..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/glob/glob.js +++ /dev/null @@ -1,790 +0,0 @@ -// Approach: -// -// 1. Get the minimatch set -// 2. For each pattern in the set, PROCESS(pattern, false) -// 3. Store matches per-set, then uniq them -// -// PROCESS(pattern, inGlobStar) -// Get the first [n] items from pattern that are all strings -// Join these together. This is PREFIX. -// If there is no more remaining, then stat(PREFIX) and -// add to matches if it succeeds. END. -// -// If inGlobStar and PREFIX is symlink and points to dir -// set ENTRIES = [] -// else readdir(PREFIX) as ENTRIES -// If fail, END -// -// with ENTRIES -// If pattern[n] is GLOBSTAR -// // handle the case where the globstar match is empty -// // by pruning it out, and testing the resulting pattern -// PROCESS(pattern[0..n] + pattern[n+1 .. $], false) -// // handle other cases. -// for ENTRY in ENTRIES (not dotfiles) -// // attach globstar + tail onto the entry -// // Mark that this entry is a globstar match -// PROCESS(pattern[0..n] + ENTRY + pattern[n .. $], true) -// -// else // not globstar -// for ENTRY in ENTRIES (not dotfiles, unless pattern[n] is dot) -// Test ENTRY against pattern[n] -// If fails, continue -// If passes, PROCESS(pattern[0..n] + item + pattern[n+1 .. $]) -// -// Caveat: -// Cache all stats and readdirs results to minimize syscall. Since all -// we ever care about is existence and directory-ness, we can just keep -// `true` for files, and [children,...] for directories, or `false` for -// things that don't exist. - -module.exports = glob - -var rp = require('fs.realpath') -var minimatch = require('minimatch') -var Minimatch = minimatch.Minimatch -var inherits = require('inherits') -var EE = require('events').EventEmitter -var path = require('path') -var assert = require('assert') -var isAbsolute = require('path-is-absolute') -var globSync = require('./sync.js') -var common = require('./common.js') -var setopts = common.setopts -var ownProp = common.ownProp -var inflight = require('inflight') -var util = require('util') -var childrenIgnored = common.childrenIgnored -var isIgnored = common.isIgnored - -var once = require('once') - -function glob (pattern, options, cb) { - if (typeof options === 'function') cb = options, options = {} - if (!options) options = {} - - if (options.sync) { - if (cb) - throw new TypeError('callback provided to sync glob') - return globSync(pattern, options) - } - - return new Glob(pattern, options, cb) -} - -glob.sync = globSync -var GlobSync = glob.GlobSync = globSync.GlobSync - -// old api surface -glob.glob = glob - -function extend (origin, add) { - if (add === null || typeof add !== 'object') { - return origin - } - - var keys = Object.keys(add) - var i = keys.length - while (i--) { - origin[keys[i]] = add[keys[i]] - } - return origin -} - -glob.hasMagic = function (pattern, options_) { - var options = extend({}, options_) - options.noprocess = true - - var g = new Glob(pattern, options) - var set = g.minimatch.set - - if (!pattern) - return false - - if (set.length > 1) - return true - - for (var j = 0; j < set[0].length; j++) { - if (typeof set[0][j] !== 'string') - return true - } - - return false -} - -glob.Glob = Glob -inherits(Glob, EE) -function Glob (pattern, options, cb) { - if (typeof options === 'function') { - cb = options - options = null - } - - if (options && options.sync) { - if (cb) - throw new TypeError('callback provided to sync glob') - return new GlobSync(pattern, options) - } - - if (!(this instanceof Glob)) - return new Glob(pattern, options, cb) - - setopts(this, pattern, options) - this._didRealPath = false - - // process each pattern in the minimatch set - var n = this.minimatch.set.length - - // The matches are stored as {<filename>: true,...} so that - // duplicates are automagically pruned. - // Later, we do an Object.keys() on these. - // Keep them as a list so we can fill in when nonull is set. - this.matches = new Array(n) - - if (typeof cb === 'function') { - cb = once(cb) - this.on('error', cb) - this.on('end', function (matches) { - cb(null, matches) - }) - } - - var self = this - this._processing = 0 - - this._emitQueue = [] - this._processQueue = [] - this.paused = false - - if (this.noprocess) - return this - - if (n === 0) - return done() - - var sync = true - for (var i = 0; i < n; i ++) { - this._process(this.minimatch.set[i], i, false, done) - } - sync = false - - function done () { - --self._processing - if (self._processing <= 0) { - if (sync) { - process.nextTick(function () { - self._finish() - }) - } else { - self._finish() - } - } - } -} - -Glob.prototype._finish = function () { - assert(this instanceof Glob) - if (this.aborted) - return - - if (this.realpath && !this._didRealpath) - return this._realpath() - - common.finish(this) - this.emit('end', this.found) -} - -Glob.prototype._realpath = function () { - if (this._didRealpath) - return - - this._didRealpath = true - - var n = this.matches.length - if (n === 0) - return this._finish() - - var self = this - for (var i = 0; i < this.matches.length; i++) - this._realpathSet(i, next) - - function next () { - if (--n === 0) - self._finish() - } -} - -Glob.prototype._realpathSet = function (index, cb) { - var matchset = this.matches[index] - if (!matchset) - return cb() - - var found = Object.keys(matchset) - var self = this - var n = found.length - - if (n === 0) - return cb() - - var set = this.matches[index] = Object.create(null) - found.forEach(function (p, i) { - // If there's a problem with the stat, then it means that - // one or more of the links in the realpath couldn't be - // resolved. just return the abs value in that case. - p = self._makeAbs(p) - rp.realpath(p, self.realpathCache, function (er, real) { - if (!er) - set[real] = true - else if (er.syscall === 'stat') - set[p] = true - else - self.emit('error', er) // srsly wtf right here - - if (--n === 0) { - self.matches[index] = set - cb() - } - }) - }) -} - -Glob.prototype._mark = function (p) { - return common.mark(this, p) -} - -Glob.prototype._makeAbs = function (f) { - return common.makeAbs(this, f) -} - -Glob.prototype.abort = function () { - this.aborted = true - this.emit('abort') -} - -Glob.prototype.pause = function () { - if (!this.paused) { - this.paused = true - this.emit('pause') - } -} - -Glob.prototype.resume = function () { - if (this.paused) { - this.emit('resume') - this.paused = false - if (this._emitQueue.length) { - var eq = this._emitQueue.slice(0) - this._emitQueue.length = 0 - for (var i = 0; i < eq.length; i ++) { - var e = eq[i] - this._emitMatch(e[0], e[1]) - } - } - if (this._processQueue.length) { - var pq = this._processQueue.slice(0) - this._processQueue.length = 0 - for (var i = 0; i < pq.length; i ++) { - var p = pq[i] - this._processing-- - this._process(p[0], p[1], p[2], p[3]) - } - } - } -} - -Glob.prototype._process = function (pattern, index, inGlobStar, cb) { - assert(this instanceof Glob) - assert(typeof cb === 'function') - - if (this.aborted) - return - - this._processing++ - if (this.paused) { - this._processQueue.push([pattern, index, inGlobStar, cb]) - return - } - - //console.error('PROCESS %d', this._processing, pattern) - - // Get the first [n] parts of pattern that are all strings. - var n = 0 - while (typeof pattern[n] === 'string') { - n ++ - } - // now n is the index of the first one that is *not* a string. - - // see if there's anything else - var prefix - switch (n) { - // if not, then this is rather simple - case pattern.length: - this._processSimple(pattern.join('/'), index, cb) - return - - case 0: - // pattern *starts* with some non-trivial item. - // going to readdir(cwd), but not include the prefix in matches. - prefix = null - break - - default: - // pattern has some string bits in the front. - // whatever it starts with, whether that's 'absolute' like /foo/bar, - // or 'relative' like '../baz' - prefix = pattern.slice(0, n).join('/') - break - } - - var remain = pattern.slice(n) - - // get the list of entries. - var read - if (prefix === null) - read = '.' - else if (isAbsolute(prefix) || - isAbsolute(pattern.map(function (p) { - return typeof p === 'string' ? p : '[*]' - }).join('/'))) { - if (!prefix || !isAbsolute(prefix)) - prefix = '/' + prefix - read = prefix - } else - read = prefix - - var abs = this._makeAbs(read) - - //if ignored, skip _processing - if (childrenIgnored(this, read)) - return cb() - - var isGlobStar = remain[0] === minimatch.GLOBSTAR - if (isGlobStar) - this._processGlobStar(prefix, read, abs, remain, index, inGlobStar, cb) - else - this._processReaddir(prefix, read, abs, remain, index, inGlobStar, cb) -} - -Glob.prototype._processReaddir = function (prefix, read, abs, remain, index, inGlobStar, cb) { - var self = this - this._readdir(abs, inGlobStar, function (er, entries) { - return self._processReaddir2(prefix, read, abs, remain, index, inGlobStar, entries, cb) - }) -} - -Glob.prototype._processReaddir2 = function (prefix, read, abs, remain, index, inGlobStar, entries, cb) { - - // if the abs isn't a dir, then nothing can match! - if (!entries) - return cb() - - // It will only match dot entries if it starts with a dot, or if - // dot is set. Stuff like @(.foo|.bar) isn't allowed. - var pn = remain[0] - var negate = !!this.minimatch.negate - var rawGlob = pn._glob - var dotOk = this.dot || rawGlob.charAt(0) === '.' - - var matchedEntries = [] - for (var i = 0; i < entries.length; i++) { - var e = entries[i] - if (e.charAt(0) !== '.' || dotOk) { - var m - if (negate && !prefix) { - m = !e.match(pn) - } else { - m = e.match(pn) - } - if (m) - matchedEntries.push(e) - } - } - - //console.error('prd2', prefix, entries, remain[0]._glob, matchedEntries) - - var len = matchedEntries.length - // If there are no matched entries, then nothing matches. - if (len === 0) - return cb() - - // if this is the last remaining pattern bit, then no need for - // an additional stat *unless* the user has specified mark or - // stat explicitly. We know they exist, since readdir returned - // them. - - if (remain.length === 1 && !this.mark && !this.stat) { - if (!this.matches[index]) - this.matches[index] = Object.create(null) - - for (var i = 0; i < len; i ++) { - var e = matchedEntries[i] - if (prefix) { - if (prefix !== '/') - e = prefix + '/' + e - else - e = prefix + e - } - - if (e.charAt(0) === '/' && !this.nomount) { - e = path.join(this.root, e) - } - this._emitMatch(index, e) - } - // This was the last one, and no stats were needed - return cb() - } - - // now test all matched entries as stand-ins for that part - // of the pattern. - remain.shift() - for (var i = 0; i < len; i ++) { - var e = matchedEntries[i] - var newPattern - if (prefix) { - if (prefix !== '/') - e = prefix + '/' + e - else - e = prefix + e - } - this._process([e].concat(remain), index, inGlobStar, cb) - } - cb() -} - -Glob.prototype._emitMatch = function (index, e) { - if (this.aborted) - return - - if (isIgnored(this, e)) - return - - if (this.paused) { - this._emitQueue.push([index, e]) - return - } - - var abs = isAbsolute(e) ? e : this._makeAbs(e) - - if (this.mark) - e = this._mark(e) - - if (this.absolute) - e = abs - - if (this.matches[index][e]) - return - - if (this.nodir) { - var c = this.cache[abs] - if (c === 'DIR' || Array.isArray(c)) - return - } - - this.matches[index][e] = true - - var st = this.statCache[abs] - if (st) - this.emit('stat', e, st) - - this.emit('match', e) -} - -Glob.prototype._readdirInGlobStar = function (abs, cb) { - if (this.aborted) - return - - // follow all symlinked directories forever - // just proceed as if this is a non-globstar situation - if (this.follow) - return this._readdir(abs, false, cb) - - var lstatkey = 'lstat\0' + abs - var self = this - var lstatcb = inflight(lstatkey, lstatcb_) - - if (lstatcb) - self.fs.lstat(abs, lstatcb) - - function lstatcb_ (er, lstat) { - if (er && er.code === 'ENOENT') - return cb() - - var isSym = lstat && lstat.isSymbolicLink() - self.symlinks[abs] = isSym - - // If it's not a symlink or a dir, then it's definitely a regular file. - // don't bother doing a readdir in that case. - if (!isSym && lstat && !lstat.isDirectory()) { - self.cache[abs] = 'FILE' - cb() - } else - self._readdir(abs, false, cb) - } -} - -Glob.prototype._readdir = function (abs, inGlobStar, cb) { - if (this.aborted) - return - - cb = inflight('readdir\0'+abs+'\0'+inGlobStar, cb) - if (!cb) - return - - //console.error('RD %j %j', +inGlobStar, abs) - if (inGlobStar && !ownProp(this.symlinks, abs)) - return this._readdirInGlobStar(abs, cb) - - if (ownProp(this.cache, abs)) { - var c = this.cache[abs] - if (!c || c === 'FILE') - return cb() - - if (Array.isArray(c)) - return cb(null, c) - } - - var self = this - self.fs.readdir(abs, readdirCb(this, abs, cb)) -} - -function readdirCb (self, abs, cb) { - return function (er, entries) { - if (er) - self._readdirError(abs, er, cb) - else - self._readdirEntries(abs, entries, cb) - } -} - -Glob.prototype._readdirEntries = function (abs, entries, cb) { - if (this.aborted) - return - - // if we haven't asked to stat everything, then just - // assume that everything in there exists, so we can avoid - // having to stat it a second time. - if (!this.mark && !this.stat) { - for (var i = 0; i < entries.length; i ++) { - var e = entries[i] - if (abs === '/') - e = abs + e - else - e = abs + '/' + e - this.cache[e] = true - } - } - - this.cache[abs] = entries - return cb(null, entries) -} - -Glob.prototype._readdirError = function (f, er, cb) { - if (this.aborted) - return - - // handle errors, and cache the information - switch (er.code) { - case 'ENOTSUP': // https://github.com/isaacs/node-glob/issues/205 - case 'ENOTDIR': // totally normal. means it *does* exist. - var abs = this._makeAbs(f) - this.cache[abs] = 'FILE' - if (abs === this.cwdAbs) { - var error = new Error(er.code + ' invalid cwd ' + this.cwd) - error.path = this.cwd - error.code = er.code - this.emit('error', error) - this.abort() - } - break - - case 'ENOENT': // not terribly unusual - case 'ELOOP': - case 'ENAMETOOLONG': - case 'UNKNOWN': - this.cache[this._makeAbs(f)] = false - break - - default: // some unusual error. Treat as failure. - this.cache[this._makeAbs(f)] = false - if (this.strict) { - this.emit('error', er) - // If the error is handled, then we abort - // if not, we threw out of here - this.abort() - } - if (!this.silent) - console.error('glob error', er) - break - } - - return cb() -} - -Glob.prototype._processGlobStar = function (prefix, read, abs, remain, index, inGlobStar, cb) { - var self = this - this._readdir(abs, inGlobStar, function (er, entries) { - self._processGlobStar2(prefix, read, abs, remain, index, inGlobStar, entries, cb) - }) -} - - -Glob.prototype._processGlobStar2 = function (prefix, read, abs, remain, index, inGlobStar, entries, cb) { - //console.error('pgs2', prefix, remain[0], entries) - - // no entries means not a dir, so it can never have matches - // foo.txt/** doesn't match foo.txt - if (!entries) - return cb() - - // test without the globstar, and with every child both below - // and replacing the globstar. - var remainWithoutGlobStar = remain.slice(1) - var gspref = prefix ? [ prefix ] : [] - var noGlobStar = gspref.concat(remainWithoutGlobStar) - - // the noGlobStar pattern exits the inGlobStar state - this._process(noGlobStar, index, false, cb) - - var isSym = this.symlinks[abs] - var len = entries.length - - // If it's a symlink, and we're in a globstar, then stop - if (isSym && inGlobStar) - return cb() - - for (var i = 0; i < len; i++) { - var e = entries[i] - if (e.charAt(0) === '.' && !this.dot) - continue - - // these two cases enter the inGlobStar state - var instead = gspref.concat(entries[i], remainWithoutGlobStar) - this._process(instead, index, true, cb) - - var below = gspref.concat(entries[i], remain) - this._process(below, index, true, cb) - } - - cb() -} - -Glob.prototype._processSimple = function (prefix, index, cb) { - // XXX review this. Shouldn't it be doing the mounting etc - // before doing stat? kinda weird? - var self = this - this._stat(prefix, function (er, exists) { - self._processSimple2(prefix, index, er, exists, cb) - }) -} -Glob.prototype._processSimple2 = function (prefix, index, er, exists, cb) { - - //console.error('ps2', prefix, exists) - - if (!this.matches[index]) - this.matches[index] = Object.create(null) - - // If it doesn't exist, then just mark the lack of results - if (!exists) - return cb() - - if (prefix && isAbsolute(prefix) && !this.nomount) { - var trail = /[\/\\]$/.test(prefix) - if (prefix.charAt(0) === '/') { - prefix = path.join(this.root, prefix) - } else { - prefix = path.resolve(this.root, prefix) - if (trail) - prefix += '/' - } - } - - if (process.platform === 'win32') - prefix = prefix.replace(/\\/g, '/') - - // Mark this as a match - this._emitMatch(index, prefix) - cb() -} - -// Returns either 'DIR', 'FILE', or false -Glob.prototype._stat = function (f, cb) { - var abs = this._makeAbs(f) - var needDir = f.slice(-1) === '/' - - if (f.length > this.maxLength) - return cb() - - if (!this.stat && ownProp(this.cache, abs)) { - var c = this.cache[abs] - - if (Array.isArray(c)) - c = 'DIR' - - // It exists, but maybe not how we need it - if (!needDir || c === 'DIR') - return cb(null, c) - - if (needDir && c === 'FILE') - return cb() - - // otherwise we have to stat, because maybe c=true - // if we know it exists, but not what it is. - } - - var exists - var stat = this.statCache[abs] - if (stat !== undefined) { - if (stat === false) - return cb(null, stat) - else { - var type = stat.isDirectory() ? 'DIR' : 'FILE' - if (needDir && type === 'FILE') - return cb() - else - return cb(null, type, stat) - } - } - - var self = this - var statcb = inflight('stat\0' + abs, lstatcb_) - if (statcb) - self.fs.lstat(abs, statcb) - - function lstatcb_ (er, lstat) { - if (lstat && lstat.isSymbolicLink()) { - // If it's a symlink, then treat it as the target, unless - // the target does not exist, then treat it as a file. - return self.fs.stat(abs, function (er, stat) { - if (er) - self._stat2(f, abs, null, lstat, cb) - else - self._stat2(f, abs, er, stat, cb) - }) - } else { - self._stat2(f, abs, er, lstat, cb) - } - } -} - -Glob.prototype._stat2 = function (f, abs, er, stat, cb) { - if (er && (er.code === 'ENOENT' || er.code === 'ENOTDIR')) { - this.statCache[abs] = false - return cb() - } - - var needDir = f.slice(-1) === '/' - this.statCache[abs] = stat - - if (abs.slice(-1) === '/' && stat && !stat.isDirectory()) - return cb(null, false, stat) - - var c = true - if (stat) - c = stat.isDirectory() ? 'DIR' : 'FILE' - this.cache[abs] = this.cache[abs] || c - - if (needDir && c === 'FILE') - return cb() - - return cb(null, c, stat) -} diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/glob/package.json b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/glob/package.json deleted file mode 100644 index 5940b64..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/glob/package.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)", - "name": "glob", - "description": "a little globber", - "version": "7.2.3", - "publishConfig": { - "tag": "v7-legacy" - }, - "repository": { - "type": "git", - "url": "git://github.com/isaacs/node-glob.git" - }, - "main": "glob.js", - "files": [ - "glob.js", - "sync.js", - "common.js" - ], - "engines": { - "node": "*" - }, - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "devDependencies": { - "memfs": "^3.2.0", - "mkdirp": "0", - "rimraf": "^2.2.8", - "tap": "^15.0.6", - "tick": "0.0.6" - }, - "tap": { - "before": "test/00-setup.js", - "after": "test/zz-cleanup.js", - "jobs": 1 - }, - "scripts": { - "prepublish": "npm run benchclean", - "profclean": "rm -f v8.log profile.txt", - "test": "tap", - "test-regen": "npm run profclean && TEST_REGEN=1 node test/00-setup.js", - "bench": "bash benchmark.sh", - "prof": "bash prof.sh && cat profile.txt", - "benchclean": "node benchclean.js" - }, - "license": "ISC", - "funding": { - "url": "https://github.com/sponsors/isaacs" - } -} diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/glob/sync.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/glob/sync.js deleted file mode 100644 index 2c4f480..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/glob/sync.js +++ /dev/null @@ -1,486 +0,0 @@ -module.exports = globSync -globSync.GlobSync = GlobSync - -var rp = require('fs.realpath') -var minimatch = require('minimatch') -var Minimatch = minimatch.Minimatch -var Glob = require('./glob.js').Glob -var util = require('util') -var path = require('path') -var assert = require('assert') -var isAbsolute = require('path-is-absolute') -var common = require('./common.js') -var setopts = common.setopts -var ownProp = common.ownProp -var childrenIgnored = common.childrenIgnored -var isIgnored = common.isIgnored - -function globSync (pattern, options) { - if (typeof options === 'function' || arguments.length === 3) - throw new TypeError('callback provided to sync glob\n'+ - 'See: https://github.com/isaacs/node-glob/issues/167') - - return new GlobSync(pattern, options).found -} - -function GlobSync (pattern, options) { - if (!pattern) - throw new Error('must provide pattern') - - if (typeof options === 'function' || arguments.length === 3) - throw new TypeError('callback provided to sync glob\n'+ - 'See: https://github.com/isaacs/node-glob/issues/167') - - if (!(this instanceof GlobSync)) - return new GlobSync(pattern, options) - - setopts(this, pattern, options) - - if (this.noprocess) - return this - - var n = this.minimatch.set.length - this.matches = new Array(n) - for (var i = 0; i < n; i ++) { - this._process(this.minimatch.set[i], i, false) - } - this._finish() -} - -GlobSync.prototype._finish = function () { - assert.ok(this instanceof GlobSync) - if (this.realpath) { - var self = this - this.matches.forEach(function (matchset, index) { - var set = self.matches[index] = Object.create(null) - for (var p in matchset) { - try { - p = self._makeAbs(p) - var real = rp.realpathSync(p, self.realpathCache) - set[real] = true - } catch (er) { - if (er.syscall === 'stat') - set[self._makeAbs(p)] = true - else - throw er - } - } - }) - } - common.finish(this) -} - - -GlobSync.prototype._process = function (pattern, index, inGlobStar) { - assert.ok(this instanceof GlobSync) - - // Get the first [n] parts of pattern that are all strings. - var n = 0 - while (typeof pattern[n] === 'string') { - n ++ - } - // now n is the index of the first one that is *not* a string. - - // See if there's anything else - var prefix - switch (n) { - // if not, then this is rather simple - case pattern.length: - this._processSimple(pattern.join('/'), index) - return - - case 0: - // pattern *starts* with some non-trivial item. - // going to readdir(cwd), but not include the prefix in matches. - prefix = null - break - - default: - // pattern has some string bits in the front. - // whatever it starts with, whether that's 'absolute' like /foo/bar, - // or 'relative' like '../baz' - prefix = pattern.slice(0, n).join('/') - break - } - - var remain = pattern.slice(n) - - // get the list of entries. - var read - if (prefix === null) - read = '.' - else if (isAbsolute(prefix) || - isAbsolute(pattern.map(function (p) { - return typeof p === 'string' ? p : '[*]' - }).join('/'))) { - if (!prefix || !isAbsolute(prefix)) - prefix = '/' + prefix - read = prefix - } else - read = prefix - - var abs = this._makeAbs(read) - - //if ignored, skip processing - if (childrenIgnored(this, read)) - return - - var isGlobStar = remain[0] === minimatch.GLOBSTAR - if (isGlobStar) - this._processGlobStar(prefix, read, abs, remain, index, inGlobStar) - else - this._processReaddir(prefix, read, abs, remain, index, inGlobStar) -} - - -GlobSync.prototype._processReaddir = function (prefix, read, abs, remain, index, inGlobStar) { - var entries = this._readdir(abs, inGlobStar) - - // if the abs isn't a dir, then nothing can match! - if (!entries) - return - - // It will only match dot entries if it starts with a dot, or if - // dot is set. Stuff like @(.foo|.bar) isn't allowed. - var pn = remain[0] - var negate = !!this.minimatch.negate - var rawGlob = pn._glob - var dotOk = this.dot || rawGlob.charAt(0) === '.' - - var matchedEntries = [] - for (var i = 0; i < entries.length; i++) { - var e = entries[i] - if (e.charAt(0) !== '.' || dotOk) { - var m - if (negate && !prefix) { - m = !e.match(pn) - } else { - m = e.match(pn) - } - if (m) - matchedEntries.push(e) - } - } - - var len = matchedEntries.length - // If there are no matched entries, then nothing matches. - if (len === 0) - return - - // if this is the last remaining pattern bit, then no need for - // an additional stat *unless* the user has specified mark or - // stat explicitly. We know they exist, since readdir returned - // them. - - if (remain.length === 1 && !this.mark && !this.stat) { - if (!this.matches[index]) - this.matches[index] = Object.create(null) - - for (var i = 0; i < len; i ++) { - var e = matchedEntries[i] - if (prefix) { - if (prefix.slice(-1) !== '/') - e = prefix + '/' + e - else - e = prefix + e - } - - if (e.charAt(0) === '/' && !this.nomount) { - e = path.join(this.root, e) - } - this._emitMatch(index, e) - } - // This was the last one, and no stats were needed - return - } - - // now test all matched entries as stand-ins for that part - // of the pattern. - remain.shift() - for (var i = 0; i < len; i ++) { - var e = matchedEntries[i] - var newPattern - if (prefix) - newPattern = [prefix, e] - else - newPattern = [e] - this._process(newPattern.concat(remain), index, inGlobStar) - } -} - - -GlobSync.prototype._emitMatch = function (index, e) { - if (isIgnored(this, e)) - return - - var abs = this._makeAbs(e) - - if (this.mark) - e = this._mark(e) - - if (this.absolute) { - e = abs - } - - if (this.matches[index][e]) - return - - if (this.nodir) { - var c = this.cache[abs] - if (c === 'DIR' || Array.isArray(c)) - return - } - - this.matches[index][e] = true - - if (this.stat) - this._stat(e) -} - - -GlobSync.prototype._readdirInGlobStar = function (abs) { - // follow all symlinked directories forever - // just proceed as if this is a non-globstar situation - if (this.follow) - return this._readdir(abs, false) - - var entries - var lstat - var stat - try { - lstat = this.fs.lstatSync(abs) - } catch (er) { - if (er.code === 'ENOENT') { - // lstat failed, doesn't exist - return null - } - } - - var isSym = lstat && lstat.isSymbolicLink() - this.symlinks[abs] = isSym - - // If it's not a symlink or a dir, then it's definitely a regular file. - // don't bother doing a readdir in that case. - if (!isSym && lstat && !lstat.isDirectory()) - this.cache[abs] = 'FILE' - else - entries = this._readdir(abs, false) - - return entries -} - -GlobSync.prototype._readdir = function (abs, inGlobStar) { - var entries - - if (inGlobStar && !ownProp(this.symlinks, abs)) - return this._readdirInGlobStar(abs) - - if (ownProp(this.cache, abs)) { - var c = this.cache[abs] - if (!c || c === 'FILE') - return null - - if (Array.isArray(c)) - return c - } - - try { - return this._readdirEntries(abs, this.fs.readdirSync(abs)) - } catch (er) { - this._readdirError(abs, er) - return null - } -} - -GlobSync.prototype._readdirEntries = function (abs, entries) { - // if we haven't asked to stat everything, then just - // assume that everything in there exists, so we can avoid - // having to stat it a second time. - if (!this.mark && !this.stat) { - for (var i = 0; i < entries.length; i ++) { - var e = entries[i] - if (abs === '/') - e = abs + e - else - e = abs + '/' + e - this.cache[e] = true - } - } - - this.cache[abs] = entries - - // mark and cache dir-ness - return entries -} - -GlobSync.prototype._readdirError = function (f, er) { - // handle errors, and cache the information - switch (er.code) { - case 'ENOTSUP': // https://github.com/isaacs/node-glob/issues/205 - case 'ENOTDIR': // totally normal. means it *does* exist. - var abs = this._makeAbs(f) - this.cache[abs] = 'FILE' - if (abs === this.cwdAbs) { - var error = new Error(er.code + ' invalid cwd ' + this.cwd) - error.path = this.cwd - error.code = er.code - throw error - } - break - - case 'ENOENT': // not terribly unusual - case 'ELOOP': - case 'ENAMETOOLONG': - case 'UNKNOWN': - this.cache[this._makeAbs(f)] = false - break - - default: // some unusual error. Treat as failure. - this.cache[this._makeAbs(f)] = false - if (this.strict) - throw er - if (!this.silent) - console.error('glob error', er) - break - } -} - -GlobSync.prototype._processGlobStar = function (prefix, read, abs, remain, index, inGlobStar) { - - var entries = this._readdir(abs, inGlobStar) - - // no entries means not a dir, so it can never have matches - // foo.txt/** doesn't match foo.txt - if (!entries) - return - - // test without the globstar, and with every child both below - // and replacing the globstar. - var remainWithoutGlobStar = remain.slice(1) - var gspref = prefix ? [ prefix ] : [] - var noGlobStar = gspref.concat(remainWithoutGlobStar) - - // the noGlobStar pattern exits the inGlobStar state - this._process(noGlobStar, index, false) - - var len = entries.length - var isSym = this.symlinks[abs] - - // If it's a symlink, and we're in a globstar, then stop - if (isSym && inGlobStar) - return - - for (var i = 0; i < len; i++) { - var e = entries[i] - if (e.charAt(0) === '.' && !this.dot) - continue - - // these two cases enter the inGlobStar state - var instead = gspref.concat(entries[i], remainWithoutGlobStar) - this._process(instead, index, true) - - var below = gspref.concat(entries[i], remain) - this._process(below, index, true) - } -} - -GlobSync.prototype._processSimple = function (prefix, index) { - // XXX review this. Shouldn't it be doing the mounting etc - // before doing stat? kinda weird? - var exists = this._stat(prefix) - - if (!this.matches[index]) - this.matches[index] = Object.create(null) - - // If it doesn't exist, then just mark the lack of results - if (!exists) - return - - if (prefix && isAbsolute(prefix) && !this.nomount) { - var trail = /[\/\\]$/.test(prefix) - if (prefix.charAt(0) === '/') { - prefix = path.join(this.root, prefix) - } else { - prefix = path.resolve(this.root, prefix) - if (trail) - prefix += '/' - } - } - - if (process.platform === 'win32') - prefix = prefix.replace(/\\/g, '/') - - // Mark this as a match - this._emitMatch(index, prefix) -} - -// Returns either 'DIR', 'FILE', or false -GlobSync.prototype._stat = function (f) { - var abs = this._makeAbs(f) - var needDir = f.slice(-1) === '/' - - if (f.length > this.maxLength) - return false - - if (!this.stat && ownProp(this.cache, abs)) { - var c = this.cache[abs] - - if (Array.isArray(c)) - c = 'DIR' - - // It exists, but maybe not how we need it - if (!needDir || c === 'DIR') - return c - - if (needDir && c === 'FILE') - return false - - // otherwise we have to stat, because maybe c=true - // if we know it exists, but not what it is. - } - - var exists - var stat = this.statCache[abs] - if (!stat) { - var lstat - try { - lstat = this.fs.lstatSync(abs) - } catch (er) { - if (er && (er.code === 'ENOENT' || er.code === 'ENOTDIR')) { - this.statCache[abs] = false - return false - } - } - - if (lstat && lstat.isSymbolicLink()) { - try { - stat = this.fs.statSync(abs) - } catch (er) { - stat = lstat - } - } else { - stat = lstat - } - } - - this.statCache[abs] = stat - - var c = true - if (stat) - c = stat.isDirectory() ? 'DIR' : 'FILE' - - this.cache[abs] = this.cache[abs] || c - - if (needDir && c === 'FILE') - return false - - return c -} - -GlobSync.prototype._mark = function (p) { - return common.mark(this, p) -} - -GlobSync.prototype._makeAbs = function (f) { - return common.makeAbs(this, f) -} diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/LICENSE b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/LICENSE deleted file mode 100644 index 1808eb2..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/LICENSE +++ /dev/null @@ -1,16 +0,0 @@ -ISC License - -Copyright 2017-2022 (c) npm, Inc. - -Permission to use, copy, modify, and/or distribute this software for -any purpose with or without fee is hereby granted, provided that the -above copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE COPYRIGHT HOLDER DISCLAIMS -ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE -COPYRIGHT HOLDER BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR -CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS -OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE -OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE -USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/agent.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/agent.js deleted file mode 100644 index dd68492..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/agent.js +++ /dev/null @@ -1,214 +0,0 @@ -'use strict' -const LRU = require('lru-cache') -const url = require('url') -const isLambda = require('is-lambda') -const dns = require('./dns.js') - -const AGENT_CACHE = new LRU({ max: 50 }) -const HttpAgent = require('agentkeepalive') -const HttpsAgent = HttpAgent.HttpsAgent - -module.exports = getAgent - -const getAgentTimeout = timeout => - typeof timeout !== 'number' || !timeout ? 0 : timeout + 1 - -const getMaxSockets = maxSockets => maxSockets || 15 - -function getAgent (uri, opts) { - const parsedUri = new url.URL(typeof uri === 'string' ? uri : uri.url) - const isHttps = parsedUri.protocol === 'https:' - const pxuri = getProxyUri(parsedUri.href, opts) - - // If opts.timeout is zero, set the agentTimeout to zero as well. A timeout - // of zero disables the timeout behavior (OS limits still apply). Else, if - // opts.timeout is a non-zero value, set it to timeout + 1, to ensure that - // the node-fetch-npm timeout will always fire first, giving us more - // consistent errors. - const agentTimeout = getAgentTimeout(opts.timeout) - const agentMaxSockets = getMaxSockets(opts.maxSockets) - - const key = [ - `https:${isHttps}`, - pxuri - ? `proxy:${pxuri.protocol}//${pxuri.host}:${pxuri.port}` - : '>no-proxy<', - `local-address:${opts.localAddress || '>no-local-address<'}`, - `strict-ssl:${isHttps ? opts.rejectUnauthorized : '>no-strict-ssl<'}`, - `ca:${(isHttps && opts.ca) || '>no-ca<'}`, - `cert:${(isHttps && opts.cert) || '>no-cert<'}`, - `key:${(isHttps && opts.key) || '>no-key<'}`, - `timeout:${agentTimeout}`, - `maxSockets:${agentMaxSockets}`, - ].join(':') - - if (opts.agent != null) { // `agent: false` has special behavior! - return opts.agent - } - - // keep alive in AWS lambda makes no sense - const lambdaAgent = !isLambda ? null - : isHttps ? require('https').globalAgent - : require('http').globalAgent - - if (isLambda && !pxuri) { - return lambdaAgent - } - - if (AGENT_CACHE.peek(key)) { - return AGENT_CACHE.get(key) - } - - if (pxuri) { - const pxopts = isLambda ? { - ...opts, - agent: lambdaAgent, - } : opts - const proxy = getProxy(pxuri, pxopts, isHttps) - AGENT_CACHE.set(key, proxy) - return proxy - } - - const agent = isHttps ? new HttpsAgent({ - maxSockets: agentMaxSockets, - ca: opts.ca, - cert: opts.cert, - key: opts.key, - localAddress: opts.localAddress, - rejectUnauthorized: opts.rejectUnauthorized, - timeout: agentTimeout, - freeSocketTimeout: 15000, - lookup: dns.getLookup(opts.dns), - }) : new HttpAgent({ - maxSockets: agentMaxSockets, - localAddress: opts.localAddress, - timeout: agentTimeout, - freeSocketTimeout: 15000, - lookup: dns.getLookup(opts.dns), - }) - AGENT_CACHE.set(key, agent) - return agent -} - -function checkNoProxy (uri, opts) { - const host = new url.URL(uri).hostname.split('.').reverse() - let noproxy = (opts.noProxy || getProcessEnv('no_proxy')) - if (typeof noproxy === 'string') { - noproxy = noproxy.split(',').map(n => n.trim()) - } - - return noproxy && noproxy.some(no => { - const noParts = no.split('.').filter(x => x).reverse() - if (!noParts.length) { - return false - } - for (let i = 0; i < noParts.length; i++) { - if (host[i] !== noParts[i]) { - return false - } - } - return true - }) -} - -module.exports.getProcessEnv = getProcessEnv - -function getProcessEnv (env) { - if (!env) { - return - } - - let value - - if (Array.isArray(env)) { - for (const e of env) { - value = process.env[e] || - process.env[e.toUpperCase()] || - process.env[e.toLowerCase()] - if (typeof value !== 'undefined') { - break - } - } - } - - if (typeof env === 'string') { - value = process.env[env] || - process.env[env.toUpperCase()] || - process.env[env.toLowerCase()] - } - - return value -} - -module.exports.getProxyUri = getProxyUri -function getProxyUri (uri, opts) { - const protocol = new url.URL(uri).protocol - - const proxy = opts.proxy || - ( - protocol === 'https:' && - getProcessEnv('https_proxy') - ) || - ( - protocol === 'http:' && - getProcessEnv(['https_proxy', 'http_proxy', 'proxy']) - ) - if (!proxy) { - return null - } - - const parsedProxy = (typeof proxy === 'string') ? new url.URL(proxy) : proxy - - return !checkNoProxy(uri, opts) && parsedProxy -} - -const getAuth = u => - u.username && u.password ? decodeURIComponent(`${u.username}:${u.password}`) - : u.username ? decodeURIComponent(u.username) - : null - -const getPath = u => u.pathname + u.search + u.hash - -const HttpProxyAgent = require('http-proxy-agent') -const HttpsProxyAgent = require('https-proxy-agent') -const { SocksProxyAgent } = require('socks-proxy-agent') -module.exports.getProxy = getProxy -function getProxy (proxyUrl, opts, isHttps) { - // our current proxy agents do not support an overridden dns lookup method, so will not - // benefit from the dns cache - const popts = { - host: proxyUrl.hostname, - port: proxyUrl.port, - protocol: proxyUrl.protocol, - path: getPath(proxyUrl), - auth: getAuth(proxyUrl), - ca: opts.ca, - cert: opts.cert, - key: opts.key, - timeout: getAgentTimeout(opts.timeout), - localAddress: opts.localAddress, - maxSockets: getMaxSockets(opts.maxSockets), - rejectUnauthorized: opts.rejectUnauthorized, - } - - if (proxyUrl.protocol === 'http:' || proxyUrl.protocol === 'https:') { - if (!isHttps) { - return new HttpProxyAgent(popts) - } else { - return new HttpsProxyAgent(popts) - } - } else if (proxyUrl.protocol.startsWith('socks')) { - // socks-proxy-agent uses hostname not host - popts.hostname = popts.host - delete popts.host - return new SocksProxyAgent(popts) - } else { - throw Object.assign( - new Error(`unsupported proxy protocol: '${proxyUrl.protocol}'`), - { - code: 'EUNSUPPORTEDPROXY', - url: proxyUrl.href, - } - ) - } -} diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/cache/entry.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/cache/entry.js deleted file mode 100644 index dba89d7..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/cache/entry.js +++ /dev/null @@ -1,444 +0,0 @@ -const { Request, Response } = require('minipass-fetch') -const Minipass = require('minipass') -const MinipassFlush = require('minipass-flush') -const cacache = require('cacache') -const url = require('url') - -const CachingMinipassPipeline = require('../pipeline.js') -const CachePolicy = require('./policy.js') -const cacheKey = require('./key.js') -const remote = require('../remote.js') - -const hasOwnProperty = (obj, prop) => Object.prototype.hasOwnProperty.call(obj, prop) - -// allow list for request headers that will be written to the cache index -// note: we will also store any request headers -// that are named in a response's vary header -const KEEP_REQUEST_HEADERS = [ - 'accept-charset', - 'accept-encoding', - 'accept-language', - 'accept', - 'cache-control', -] - -// allow list for response headers that will be written to the cache index -// note: we must not store the real response's age header, or when we load -// a cache policy based on the metadata it will think the cached response -// is always stale -const KEEP_RESPONSE_HEADERS = [ - 'cache-control', - 'content-encoding', - 'content-language', - 'content-type', - 'date', - 'etag', - 'expires', - 'last-modified', - 'link', - 'location', - 'pragma', - 'vary', -] - -// return an object containing all metadata to be written to the index -const getMetadata = (request, response, options) => { - const metadata = { - time: Date.now(), - url: request.url, - reqHeaders: {}, - resHeaders: {}, - - // options on which we must match the request and vary the response - options: { - compress: options.compress != null ? options.compress : request.compress, - }, - } - - // only save the status if it's not a 200 or 304 - if (response.status !== 200 && response.status !== 304) { - metadata.status = response.status - } - - for (const name of KEEP_REQUEST_HEADERS) { - if (request.headers.has(name)) { - metadata.reqHeaders[name] = request.headers.get(name) - } - } - - // if the request's host header differs from the host in the url - // we need to keep it, otherwise it's just noise and we ignore it - const host = request.headers.get('host') - const parsedUrl = new url.URL(request.url) - if (host && parsedUrl.host !== host) { - metadata.reqHeaders.host = host - } - - // if the response has a vary header, make sure - // we store the relevant request headers too - if (response.headers.has('vary')) { - const vary = response.headers.get('vary') - // a vary of "*" means every header causes a different response. - // in that scenario, we do not include any additional headers - // as the freshness check will always fail anyway and we don't - // want to bloat the cache indexes - if (vary !== '*') { - // copy any other request headers that will vary the response - const varyHeaders = vary.trim().toLowerCase().split(/\s*,\s*/) - for (const name of varyHeaders) { - if (request.headers.has(name)) { - metadata.reqHeaders[name] = request.headers.get(name) - } - } - } - } - - for (const name of KEEP_RESPONSE_HEADERS) { - if (response.headers.has(name)) { - metadata.resHeaders[name] = response.headers.get(name) - } - } - - return metadata -} - -// symbols used to hide objects that may be lazily evaluated in a getter -const _request = Symbol('request') -const _response = Symbol('response') -const _policy = Symbol('policy') - -class CacheEntry { - constructor ({ entry, request, response, options }) { - if (entry) { - this.key = entry.key - this.entry = entry - // previous versions of this module didn't write an explicit timestamp in - // the metadata, so fall back to the entry's timestamp. we can't use the - // entry timestamp to determine staleness because cacache will update it - // when it verifies its data - this.entry.metadata.time = this.entry.metadata.time || this.entry.time - } else { - this.key = cacheKey(request) - } - - this.options = options - - // these properties are behind getters that lazily evaluate - this[_request] = request - this[_response] = response - this[_policy] = null - } - - // returns a CacheEntry instance that satisfies the given request - // or undefined if no existing entry satisfies - static async find (request, options) { - try { - // compacts the index and returns an array of unique entries - var matches = await cacache.index.compact(options.cachePath, cacheKey(request), (A, B) => { - const entryA = new CacheEntry({ entry: A, options }) - const entryB = new CacheEntry({ entry: B, options }) - return entryA.policy.satisfies(entryB.request) - }, { - validateEntry: (entry) => { - // clean out entries with a buggy content-encoding value - if (entry.metadata && - entry.metadata.resHeaders && - entry.metadata.resHeaders['content-encoding'] === null) { - return false - } - - // if an integrity is null, it needs to have a status specified - if (entry.integrity === null) { - return !!(entry.metadata && entry.metadata.status) - } - - return true - }, - }) - } catch (err) { - // if the compact request fails, ignore the error and return - return - } - - // a cache mode of 'reload' means to behave as though we have no cache - // on the way to the network. return undefined to allow cacheFetch to - // create a brand new request no matter what. - if (options.cache === 'reload') { - return - } - - // find the specific entry that satisfies the request - let match - for (const entry of matches) { - const _entry = new CacheEntry({ - entry, - options, - }) - - if (_entry.policy.satisfies(request)) { - match = _entry - break - } - } - - return match - } - - // if the user made a PUT/POST/PATCH then we invalidate our - // cache for the same url by deleting the index entirely - static async invalidate (request, options) { - const key = cacheKey(request) - try { - await cacache.rm.entry(options.cachePath, key, { removeFully: true }) - } catch (err) { - // ignore errors - } - } - - get request () { - if (!this[_request]) { - this[_request] = new Request(this.entry.metadata.url, { - method: 'GET', - headers: this.entry.metadata.reqHeaders, - ...this.entry.metadata.options, - }) - } - - return this[_request] - } - - get response () { - if (!this[_response]) { - this[_response] = new Response(null, { - url: this.entry.metadata.url, - counter: this.options.counter, - status: this.entry.metadata.status || 200, - headers: { - ...this.entry.metadata.resHeaders, - 'content-length': this.entry.size, - }, - }) - } - - return this[_response] - } - - get policy () { - if (!this[_policy]) { - this[_policy] = new CachePolicy({ - entry: this.entry, - request: this.request, - response: this.response, - options: this.options, - }) - } - - return this[_policy] - } - - // wraps the response in a pipeline that stores the data - // in the cache while the user consumes it - async store (status) { - // if we got a status other than 200, 301, or 308, - // or the CachePolicy forbid storage, append the - // cache status header and return it untouched - if ( - this.request.method !== 'GET' || - ![200, 301, 308].includes(this.response.status) || - !this.policy.storable() - ) { - this.response.headers.set('x-local-cache-status', 'skip') - return this.response - } - - const size = this.response.headers.get('content-length') - const cacheOpts = { - algorithms: this.options.algorithms, - metadata: getMetadata(this.request, this.response, this.options), - size, - integrity: this.options.integrity, - integrityEmitter: this.response.body.hasIntegrityEmitter && this.response.body, - } - - let body = null - // we only set a body if the status is a 200, redirects are - // stored as metadata only - if (this.response.status === 200) { - let cacheWriteResolve, cacheWriteReject - const cacheWritePromise = new Promise((resolve, reject) => { - cacheWriteResolve = resolve - cacheWriteReject = reject - }) - - body = new CachingMinipassPipeline({ events: ['integrity', 'size'] }, new MinipassFlush({ - flush () { - return cacheWritePromise - }, - })) - // this is always true since if we aren't reusing the one from the remote fetch, we - // are using the one from cacache - body.hasIntegrityEmitter = true - - const onResume = () => { - const tee = new Minipass() - const cacheStream = cacache.put.stream(this.options.cachePath, this.key, cacheOpts) - // re-emit the integrity and size events on our new response body so they can be reused - cacheStream.on('integrity', i => body.emit('integrity', i)) - cacheStream.on('size', s => body.emit('size', s)) - // stick a flag on here so downstream users will know if they can expect integrity events - tee.pipe(cacheStream) - // TODO if the cache write fails, log a warning but return the response anyway - // eslint-disable-next-line promise/catch-or-return - cacheStream.promise().then(cacheWriteResolve, cacheWriteReject) - body.unshift(tee) - body.unshift(this.response.body) - } - - body.once('resume', onResume) - body.once('end', () => body.removeListener('resume', onResume)) - } else { - await cacache.index.insert(this.options.cachePath, this.key, null, cacheOpts) - } - - // note: we do not set the x-local-cache-hash header because we do not know - // the hash value until after the write to the cache completes, which doesn't - // happen until after the response has been sent and it's too late to write - // the header anyway - this.response.headers.set('x-local-cache', encodeURIComponent(this.options.cachePath)) - this.response.headers.set('x-local-cache-key', encodeURIComponent(this.key)) - this.response.headers.set('x-local-cache-mode', 'stream') - this.response.headers.set('x-local-cache-status', status) - this.response.headers.set('x-local-cache-time', new Date().toISOString()) - const newResponse = new Response(body, { - url: this.response.url, - status: this.response.status, - headers: this.response.headers, - counter: this.options.counter, - }) - return newResponse - } - - // use the cached data to create a response and return it - async respond (method, options, status) { - let response - if (method === 'HEAD' || [301, 308].includes(this.response.status)) { - // if the request is a HEAD, or the response is a redirect, - // then the metadata in the entry already includes everything - // we need to build a response - response = this.response - } else { - // we're responding with a full cached response, so create a body - // that reads from cacache and attach it to a new Response - const body = new Minipass() - const headers = { ...this.policy.responseHeaders() } - const onResume = () => { - const cacheStream = cacache.get.stream.byDigest( - this.options.cachePath, this.entry.integrity, { memoize: this.options.memoize } - ) - cacheStream.on('error', async (err) => { - cacheStream.pause() - if (err.code === 'EINTEGRITY') { - await cacache.rm.content( - this.options.cachePath, this.entry.integrity, { memoize: this.options.memoize } - ) - } - if (err.code === 'ENOENT' || err.code === 'EINTEGRITY') { - await CacheEntry.invalidate(this.request, this.options) - } - body.emit('error', err) - cacheStream.resume() - }) - // emit the integrity and size events based on our metadata so we're consistent - body.emit('integrity', this.entry.integrity) - body.emit('size', Number(headers['content-length'])) - cacheStream.pipe(body) - } - - body.once('resume', onResume) - body.once('end', () => body.removeListener('resume', onResume)) - response = new Response(body, { - url: this.entry.metadata.url, - counter: options.counter, - status: 200, - headers, - }) - } - - response.headers.set('x-local-cache', encodeURIComponent(this.options.cachePath)) - response.headers.set('x-local-cache-hash', encodeURIComponent(this.entry.integrity)) - response.headers.set('x-local-cache-key', encodeURIComponent(this.key)) - response.headers.set('x-local-cache-mode', 'stream') - response.headers.set('x-local-cache-status', status) - response.headers.set('x-local-cache-time', new Date(this.entry.metadata.time).toUTCString()) - return response - } - - // use the provided request along with this cache entry to - // revalidate the stored response. returns a response, either - // from the cache or from the update - async revalidate (request, options) { - const revalidateRequest = new Request(request, { - headers: this.policy.revalidationHeaders(request), - }) - - try { - // NOTE: be sure to remove the headers property from the - // user supplied options, since we have already defined - // them on the new request object. if they're still in the - // options then those will overwrite the ones from the policy - var response = await remote(revalidateRequest, { - ...options, - headers: undefined, - }) - } catch (err) { - // if the network fetch fails, return the stale - // cached response unless it has a cache-control - // of 'must-revalidate' - if (!this.policy.mustRevalidate) { - return this.respond(request.method, options, 'stale') - } - - throw err - } - - if (this.policy.revalidated(revalidateRequest, response)) { - // we got a 304, write a new index to the cache and respond from cache - const metadata = getMetadata(request, response, options) - // 304 responses do not include headers that are specific to the response data - // since they do not include a body, so we copy values for headers that were - // in the old cache entry to the new one, if the new metadata does not already - // include that header - for (const name of KEEP_RESPONSE_HEADERS) { - if ( - !hasOwnProperty(metadata.resHeaders, name) && - hasOwnProperty(this.entry.metadata.resHeaders, name) - ) { - metadata.resHeaders[name] = this.entry.metadata.resHeaders[name] - } - } - - try { - await cacache.index.insert(options.cachePath, this.key, this.entry.integrity, { - size: this.entry.size, - metadata, - }) - } catch (err) { - // if updating the cache index fails, we ignore it and - // respond anyway - } - return this.respond(request.method, options, 'revalidated') - } - - // if we got a modified response, create a new entry based on it - const newEntry = new CacheEntry({ - request, - response, - options, - }) - - // respond with the new entry while writing it to the cache - return newEntry.store('updated') - } -} - -module.exports = CacheEntry diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/cache/errors.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/cache/errors.js deleted file mode 100644 index 67a6657..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/cache/errors.js +++ /dev/null @@ -1,11 +0,0 @@ -class NotCachedError extends Error { - constructor (url) { - /* eslint-disable-next-line max-len */ - super(`request to ${url} failed: cache mode is 'only-if-cached' but no cached response is available.`) - this.code = 'ENOTCACHED' - } -} - -module.exports = { - NotCachedError, -} diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/cache/index.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/cache/index.js deleted file mode 100644 index 0de49d2..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/cache/index.js +++ /dev/null @@ -1,49 +0,0 @@ -const { NotCachedError } = require('./errors.js') -const CacheEntry = require('./entry.js') -const remote = require('../remote.js') - -// do whatever is necessary to get a Response and return it -const cacheFetch = async (request, options) => { - // try to find a cached entry that satisfies this request - const entry = await CacheEntry.find(request, options) - if (!entry) { - // no cached result, if the cache mode is 'only-if-cached' that's a failure - if (options.cache === 'only-if-cached') { - throw new NotCachedError(request.url) - } - - // otherwise, we make a request, store it and return it - const response = await remote(request, options) - const newEntry = new CacheEntry({ request, response, options }) - return newEntry.store('miss') - } - - // we have a cached response that satisfies this request, however if the cache - // mode is 'no-cache' then we send the revalidation request no matter what - if (options.cache === 'no-cache') { - return entry.revalidate(request, options) - } - - // if the cached entry is not stale, or if the cache mode is 'force-cache' or - // 'only-if-cached' we can respond with the cached entry. set the status - // based on the result of needsRevalidation and respond - const _needsRevalidation = entry.policy.needsRevalidation(request) - if (options.cache === 'force-cache' || - options.cache === 'only-if-cached' || - !_needsRevalidation) { - return entry.respond(request.method, options, _needsRevalidation ? 'stale' : 'hit') - } - - // if we got here, the cache entry is stale so revalidate it - return entry.revalidate(request, options) -} - -cacheFetch.invalidate = async (request, options) => { - if (!options.cachePath) { - return - } - - return CacheEntry.invalidate(request, options) -} - -module.exports = cacheFetch diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/cache/key.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/cache/key.js deleted file mode 100644 index f7684d5..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/cache/key.js +++ /dev/null @@ -1,17 +0,0 @@ -const { URL, format } = require('url') - -// options passed to url.format() when generating a key -const formatOptions = { - auth: false, - fragment: false, - search: true, - unicode: false, -} - -// returns a string to be used as the cache key for the Request -const cacheKey = (request) => { - const parsed = new URL(request.url) - return `make-fetch-happen:request-cache:${format(parsed, formatOptions)}` -} - -module.exports = cacheKey diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/cache/policy.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/cache/policy.js deleted file mode 100644 index ada3c86..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/cache/policy.js +++ /dev/null @@ -1,161 +0,0 @@ -const CacheSemantics = require('http-cache-semantics') -const Negotiator = require('negotiator') -const ssri = require('ssri') - -// options passed to http-cache-semantics constructor -const policyOptions = { - shared: false, - ignoreCargoCult: true, -} - -// a fake empty response, used when only testing the -// request for storability -const emptyResponse = { status: 200, headers: {} } - -// returns a plain object representation of the Request -const requestObject = (request) => { - const _obj = { - method: request.method, - url: request.url, - headers: {}, - compress: request.compress, - } - - request.headers.forEach((value, key) => { - _obj.headers[key] = value - }) - - return _obj -} - -// returns a plain object representation of the Response -const responseObject = (response) => { - const _obj = { - status: response.status, - headers: {}, - } - - response.headers.forEach((value, key) => { - _obj.headers[key] = value - }) - - return _obj -} - -class CachePolicy { - constructor ({ entry, request, response, options }) { - this.entry = entry - this.request = requestObject(request) - this.response = responseObject(response) - this.options = options - this.policy = new CacheSemantics(this.request, this.response, policyOptions) - - if (this.entry) { - // if we have an entry, copy the timestamp to the _responseTime - // this is necessary because the CacheSemantics constructor forces - // the value to Date.now() which means a policy created from a - // cache entry is likely to always identify itself as stale - this.policy._responseTime = this.entry.metadata.time - } - } - - // static method to quickly determine if a request alone is storable - static storable (request, options) { - // no cachePath means no caching - if (!options.cachePath) { - return false - } - - // user explicitly asked not to cache - if (options.cache === 'no-store') { - return false - } - - // we only cache GET and HEAD requests - if (!['GET', 'HEAD'].includes(request.method)) { - return false - } - - // otherwise, let http-cache-semantics make the decision - // based on the request's headers - const policy = new CacheSemantics(requestObject(request), emptyResponse, policyOptions) - return policy.storable() - } - - // returns true if the policy satisfies the request - satisfies (request) { - const _req = requestObject(request) - if (this.request.headers.host !== _req.headers.host) { - return false - } - - if (this.request.compress !== _req.compress) { - return false - } - - const negotiatorA = new Negotiator(this.request) - const negotiatorB = new Negotiator(_req) - - if (JSON.stringify(negotiatorA.mediaTypes()) !== JSON.stringify(negotiatorB.mediaTypes())) { - return false - } - - if (JSON.stringify(negotiatorA.languages()) !== JSON.stringify(negotiatorB.languages())) { - return false - } - - if (JSON.stringify(negotiatorA.encodings()) !== JSON.stringify(negotiatorB.encodings())) { - return false - } - - if (this.options.integrity) { - return ssri.parse(this.options.integrity).match(this.entry.integrity) - } - - return true - } - - // returns true if the request and response allow caching - storable () { - return this.policy.storable() - } - - // NOTE: this is a hack to avoid parsing the cache-control - // header ourselves, it returns true if the response's - // cache-control contains must-revalidate - get mustRevalidate () { - return !!this.policy._rescc['must-revalidate'] - } - - // returns true if the cached response requires revalidation - // for the given request - needsRevalidation (request) { - const _req = requestObject(request) - // force method to GET because we only cache GETs - // but can serve a HEAD from a cached GET - _req.method = 'GET' - return !this.policy.satisfiesWithoutRevalidation(_req) - } - - responseHeaders () { - return this.policy.responseHeaders() - } - - // returns a new object containing the appropriate headers - // to send a revalidation request - revalidationHeaders (request) { - const _req = requestObject(request) - return this.policy.revalidationHeaders(_req) - } - - // returns true if the request/response was revalidated - // successfully. returns false if a new response was received - revalidated (request, response) { - const _req = requestObject(request) - const _res = responseObject(response) - const policy = this.policy.revalidatedPolicy(_req, _res) - return !policy.modified - } -} - -module.exports = CachePolicy diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/dns.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/dns.js deleted file mode 100644 index 13102b5..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/dns.js +++ /dev/null @@ -1,49 +0,0 @@ -const LRUCache = require('lru-cache') -const dns = require('dns') - -const defaultOptions = exports.defaultOptions = { - family: undefined, - hints: dns.ADDRCONFIG, - all: false, - verbatim: undefined, -} - -const lookupCache = exports.lookupCache = new LRUCache({ max: 50 }) - -// this is a factory so that each request can have its own opts (i.e. ttl) -// while still sharing the cache across all requests -exports.getLookup = (dnsOptions) => { - return (hostname, options, callback) => { - if (typeof options === 'function') { - callback = options - options = null - } else if (typeof options === 'number') { - options = { family: options } - } - - options = { ...defaultOptions, ...options } - - const key = JSON.stringify({ - hostname, - family: options.family, - hints: options.hints, - all: options.all, - verbatim: options.verbatim, - }) - - if (lookupCache.has(key)) { - const [address, family] = lookupCache.get(key) - process.nextTick(callback, null, address, family) - return - } - - dnsOptions.lookup(hostname, options, (err, address, family) => { - if (err) { - return callback(err) - } - - lookupCache.set(key, [address, family], { ttl: dnsOptions.ttl }) - return callback(null, address, family) - }) - } -} diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/fetch.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/fetch.js deleted file mode 100644 index 233ba67..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/fetch.js +++ /dev/null @@ -1,118 +0,0 @@ -'use strict' - -const { FetchError, Request, isRedirect } = require('minipass-fetch') -const url = require('url') - -const CachePolicy = require('./cache/policy.js') -const cache = require('./cache/index.js') -const remote = require('./remote.js') - -// given a Request, a Response and user options -// return true if the response is a redirect that -// can be followed. we throw errors that will result -// in the fetch being rejected if the redirect is -// possible but invalid for some reason -const canFollowRedirect = (request, response, options) => { - if (!isRedirect(response.status)) { - return false - } - - if (options.redirect === 'manual') { - return false - } - - if (options.redirect === 'error') { - throw new FetchError(`redirect mode is set to error: ${request.url}`, - 'no-redirect', { code: 'ENOREDIRECT' }) - } - - if (!response.headers.has('location')) { - throw new FetchError(`redirect location header missing for: ${request.url}`, - 'no-location', { code: 'EINVALIDREDIRECT' }) - } - - if (request.counter >= request.follow) { - throw new FetchError(`maximum redirect reached at: ${request.url}`, - 'max-redirect', { code: 'EMAXREDIRECT' }) - } - - return true -} - -// given a Request, a Response, and the user's options return an object -// with a new Request and a new options object that will be used for -// following the redirect -const getRedirect = (request, response, options) => { - const _opts = { ...options } - const location = response.headers.get('location') - const redirectUrl = new url.URL(location, /^https?:/.test(location) ? undefined : request.url) - // Comment below is used under the following license: - /** - * @license - * Copyright (c) 2010-2012 Mikeal Rogers - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an "AS - * IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either - * express or implied. See the License for the specific language - * governing permissions and limitations under the License. - */ - - // Remove authorization if changing hostnames (but not if just - // changing ports or protocols). This matches the behavior of request: - // https://github.com/request/request/blob/b12a6245/lib/redirect.js#L134-L138 - if (new url.URL(request.url).hostname !== redirectUrl.hostname) { - request.headers.delete('authorization') - request.headers.delete('cookie') - } - - // for POST request with 301/302 response, or any request with 303 response, - // use GET when following redirect - if ( - response.status === 303 || - (request.method === 'POST' && [301, 302].includes(response.status)) - ) { - _opts.method = 'GET' - _opts.body = null - request.headers.delete('content-length') - } - - _opts.headers = {} - request.headers.forEach((value, key) => { - _opts.headers[key] = value - }) - - _opts.counter = ++request.counter - const redirectReq = new Request(url.format(redirectUrl), _opts) - return { - request: redirectReq, - options: _opts, - } -} - -const fetch = async (request, options) => { - const response = CachePolicy.storable(request, options) - ? await cache(request, options) - : await remote(request, options) - - // if the request wasn't a GET or HEAD, and the response - // status is between 200 and 399 inclusive, invalidate the - // request url - if (!['GET', 'HEAD'].includes(request.method) && - response.status >= 200 && - response.status <= 399) { - await cache.invalidate(request, options) - } - - if (!canFollowRedirect(request, response, options)) { - return response - } - - const redirect = getRedirect(request, response, options) - return fetch(redirect.request, redirect.options) -} - -module.exports = fetch diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/index.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/index.js deleted file mode 100644 index 2f12e8e..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/index.js +++ /dev/null @@ -1,41 +0,0 @@ -const { FetchError, Headers, Request, Response } = require('minipass-fetch') - -const configureOptions = require('./options.js') -const fetch = require('./fetch.js') - -const makeFetchHappen = (url, opts) => { - const options = configureOptions(opts) - - const request = new Request(url, options) - return fetch(request, options) -} - -makeFetchHappen.defaults = (defaultUrl, defaultOptions = {}, wrappedFetch = makeFetchHappen) => { - if (typeof defaultUrl === 'object') { - defaultOptions = defaultUrl - defaultUrl = null - } - - const defaultedFetch = (url, options = {}) => { - const finalUrl = url || defaultUrl - const finalOptions = { - ...defaultOptions, - ...options, - headers: { - ...defaultOptions.headers, - ...options.headers, - }, - } - return wrappedFetch(finalUrl, finalOptions) - } - - defaultedFetch.defaults = (defaultUrl1, defaultOptions1 = {}) => - makeFetchHappen.defaults(defaultUrl1, defaultOptions1, defaultedFetch) - return defaultedFetch -} - -module.exports = makeFetchHappen -module.exports.FetchError = FetchError -module.exports.Headers = Headers -module.exports.Request = Request -module.exports.Response = Response diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/options.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/options.js deleted file mode 100644 index daa9ecd..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/options.js +++ /dev/null @@ -1,52 +0,0 @@ -const dns = require('dns') - -const conditionalHeaders = [ - 'if-modified-since', - 'if-none-match', - 'if-unmodified-since', - 'if-match', - 'if-range', -] - -const configureOptions = (opts) => { - const { strictSSL, ...options } = { ...opts } - options.method = options.method ? options.method.toUpperCase() : 'GET' - options.rejectUnauthorized = strictSSL !== false - - if (!options.retry) { - options.retry = { retries: 0 } - } else if (typeof options.retry === 'string') { - const retries = parseInt(options.retry, 10) - if (isFinite(retries)) { - options.retry = { retries } - } else { - options.retry = { retries: 0 } - } - } else if (typeof options.retry === 'number') { - options.retry = { retries: options.retry } - } else { - options.retry = { retries: 0, ...options.retry } - } - - options.dns = { ttl: 5 * 60 * 1000, lookup: dns.lookup, ...options.dns } - - options.cache = options.cache || 'default' - if (options.cache === 'default') { - const hasConditionalHeader = Object.keys(options.headers || {}).some((name) => { - return conditionalHeaders.includes(name.toLowerCase()) - }) - if (hasConditionalHeader) { - options.cache = 'no-store' - } - } - - // cacheManager is deprecated, but if it's set and - // cachePath is not we should copy it to the new field - if (options.cacheManager && !options.cachePath) { - options.cachePath = options.cacheManager - } - - return options -} - -module.exports = configureOptions diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/pipeline.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/pipeline.js deleted file mode 100644 index b1d221b..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/pipeline.js +++ /dev/null @@ -1,41 +0,0 @@ -'use strict' - -const MinipassPipeline = require('minipass-pipeline') - -class CachingMinipassPipeline extends MinipassPipeline { - #events = [] - #data = new Map() - - constructor (opts, ...streams) { - // CRITICAL: do NOT pass the streams to the call to super(), this will start - // the flow of data and potentially cause the events we need to catch to emit - // before we've finished our own setup. instead we call super() with no args, - // finish our setup, and then push the streams into ourselves to start the - // data flow - super() - this.#events = opts.events - - /* istanbul ignore next - coverage disabled because this is pointless to test here */ - if (streams.length) { - this.push(...streams) - } - } - - on (event, handler) { - if (this.#events.includes(event) && this.#data.has(event)) { - return handler(...this.#data.get(event)) - } - - return super.on(event, handler) - } - - emit (event, ...data) { - if (this.#events.includes(event)) { - this.#data.set(event, data) - } - - return super.emit(event, ...data) - } -} - -module.exports = CachingMinipassPipeline diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/remote.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/remote.js deleted file mode 100644 index 068c73a..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/remote.js +++ /dev/null @@ -1,121 +0,0 @@ -const Minipass = require('minipass') -const fetch = require('minipass-fetch') -const promiseRetry = require('promise-retry') -const ssri = require('ssri') - -const CachingMinipassPipeline = require('./pipeline.js') -const getAgent = require('./agent.js') -const pkg = require('../package.json') - -const USER_AGENT = `${pkg.name}/${pkg.version} (+https://npm.im/${pkg.name})` - -const RETRY_ERRORS = [ - 'ECONNRESET', // remote socket closed on us - 'ECONNREFUSED', // remote host refused to open connection - 'EADDRINUSE', // failed to bind to a local port (proxy?) - 'ETIMEDOUT', // someone in the transaction is WAY TOO SLOW - 'ERR_SOCKET_TIMEOUT', // same as above, but this one comes from agentkeepalive - // Known codes we do NOT retry on: - // ENOTFOUND (getaddrinfo failure. Either bad hostname, or offline) -] - -const RETRY_TYPES = [ - 'request-timeout', -] - -// make a request directly to the remote source, -// retrying certain classes of errors as well as -// following redirects (through the cache if necessary) -// and verifying response integrity -const remoteFetch = (request, options) => { - const agent = getAgent(request.url, options) - if (!request.headers.has('connection')) { - request.headers.set('connection', agent ? 'keep-alive' : 'close') - } - - if (!request.headers.has('user-agent')) { - request.headers.set('user-agent', USER_AGENT) - } - - // keep our own options since we're overriding the agent - // and the redirect mode - const _opts = { - ...options, - agent, - redirect: 'manual', - } - - return promiseRetry(async (retryHandler, attemptNum) => { - const req = new fetch.Request(request, _opts) - try { - let res = await fetch(req, _opts) - if (_opts.integrity && res.status === 200) { - // we got a 200 response and the user has specified an expected - // integrity value, so wrap the response in an ssri stream to verify it - const integrityStream = ssri.integrityStream({ - algorithms: _opts.algorithms, - integrity: _opts.integrity, - size: _opts.size, - }) - const pipeline = new CachingMinipassPipeline({ - events: ['integrity', 'size'], - }, res.body, integrityStream) - // we also propagate the integrity and size events out to the pipeline so we can use - // this new response body as an integrityEmitter for cacache - integrityStream.on('integrity', i => pipeline.emit('integrity', i)) - integrityStream.on('size', s => pipeline.emit('size', s)) - res = new fetch.Response(pipeline, res) - // set an explicit flag so we know if our response body will emit integrity and size - res.body.hasIntegrityEmitter = true - } - - res.headers.set('x-fetch-attempts', attemptNum) - - // do not retry POST requests, or requests with a streaming body - // do retry requests with a 408, 420, 429 or 500+ status in the response - const isStream = Minipass.isStream(req.body) - const isRetriable = req.method !== 'POST' && - !isStream && - ([408, 420, 429].includes(res.status) || res.status >= 500) - - if (isRetriable) { - if (typeof options.onRetry === 'function') { - options.onRetry(res) - } - - return retryHandler(res) - } - - return res - } catch (err) { - const code = (err.code === 'EPROMISERETRY') - ? err.retried.code - : err.code - - // err.retried will be the thing that was thrown from above - // if it's a response, we just got a bad status code and we - // can re-throw to allow the retry - const isRetryError = err.retried instanceof fetch.Response || - (RETRY_ERRORS.includes(code) && RETRY_TYPES.includes(err.type)) - - if (req.method === 'POST' || isRetryError) { - throw err - } - - if (typeof options.onRetry === 'function') { - options.onRetry(err) - } - - return retryHandler(err) - } - }, options.retry).catch((err) => { - // don't reject for http errors, just return them - if (err.status >= 400 && err.type !== 'system') { - return err - } - - throw err - }) -} - -module.exports = remoteFetch diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/package.json b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/package.json deleted file mode 100644 index fc491d1..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/package.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "name": "make-fetch-happen", - "version": "10.2.1", - "description": "Opinionated, caching, retrying fetch client", - "main": "lib/index.js", - "files": [ - "bin/", - "lib/" - ], - "scripts": { - "preversion": "npm test", - "postversion": "npm publish", - "prepublishOnly": "git push origin --follow-tags", - "test": "tap", - "posttest": "npm run lint", - "eslint": "eslint", - "lint": "eslint \"**/*.js\"", - "lintfix": "npm run lint -- --fix", - "postlint": "template-oss-check", - "snap": "tap", - "template-oss-apply": "template-oss-apply --force" - }, - "repository": { - "type": "git", - "url": "https://github.com/npm/make-fetch-happen.git" - }, - "keywords": [ - "http", - "request", - "fetch", - "mean girls", - "caching", - "cache", - "subresource integrity" - ], - "author": "GitHub Inc.", - "license": "ISC", - "dependencies": { - "agentkeepalive": "^4.2.1", - "cacache": "^16.1.0", - "http-cache-semantics": "^4.1.0", - "http-proxy-agent": "^5.0.0", - "https-proxy-agent": "^5.0.0", - "is-lambda": "^1.0.1", - "lru-cache": "^7.7.1", - "minipass": "^3.1.6", - "minipass-collect": "^1.0.2", - "minipass-fetch": "^2.0.3", - "minipass-flush": "^1.0.5", - "minipass-pipeline": "^1.2.4", - "negotiator": "^0.6.3", - "promise-retry": "^2.0.1", - "socks-proxy-agent": "^7.0.0", - "ssri": "^9.0.0" - }, - "devDependencies": { - "@npmcli/eslint-config": "^3.0.1", - "@npmcli/template-oss": "3.5.0", - "mkdirp": "^1.0.4", - "nock": "^13.2.4", - "rimraf": "^3.0.2", - "safe-buffer": "^5.2.1", - "standard-version": "^9.3.2", - "tap": "^16.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - }, - "tap": { - "color": 1, - "files": "test/*.js", - "check-coverage": true, - "timeout": 60 - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "3.5.0" - } -} diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/LICENSE b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/LICENSE deleted file mode 100644 index 19129e3..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -The ISC License - -Copyright (c) Isaac Z. Schlueter and Contributors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/minimatch.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/minimatch.js deleted file mode 100644 index fda45ad..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/minimatch.js +++ /dev/null @@ -1,947 +0,0 @@ -module.exports = minimatch -minimatch.Minimatch = Minimatch - -var path = (function () { try { return require('path') } catch (e) {}}()) || { - sep: '/' -} -minimatch.sep = path.sep - -var GLOBSTAR = minimatch.GLOBSTAR = Minimatch.GLOBSTAR = {} -var expand = require('brace-expansion') - -var plTypes = { - '!': { open: '(?:(?!(?:', close: '))[^/]*?)'}, - '?': { open: '(?:', close: ')?' }, - '+': { open: '(?:', close: ')+' }, - '*': { open: '(?:', close: ')*' }, - '@': { open: '(?:', close: ')' } -} - -// any single thing other than / -// don't need to escape / when using new RegExp() -var qmark = '[^/]' - -// * => any number of characters -var star = qmark + '*?' - -// ** when dots are allowed. Anything goes, except .. and . -// not (^ or / followed by one or two dots followed by $ or /), -// followed by anything, any number of times. -var twoStarDot = '(?:(?!(?:\\\/|^)(?:\\.{1,2})($|\\\/)).)*?' - -// not a ^ or / followed by a dot, -// followed by anything, any number of times. -var twoStarNoDot = '(?:(?!(?:\\\/|^)\\.).)*?' - -// characters that need to be escaped in RegExp. -var reSpecials = charSet('().*{}+?[]^$\\!') - -// "abc" -> { a:true, b:true, c:true } -function charSet (s) { - return s.split('').reduce(function (set, c) { - set[c] = true - return set - }, {}) -} - -// normalizes slashes. -var slashSplit = /\/+/ - -minimatch.filter = filter -function filter (pattern, options) { - options = options || {} - return function (p, i, list) { - return minimatch(p, pattern, options) - } -} - -function ext (a, b) { - b = b || {} - var t = {} - Object.keys(a).forEach(function (k) { - t[k] = a[k] - }) - Object.keys(b).forEach(function (k) { - t[k] = b[k] - }) - return t -} - -minimatch.defaults = function (def) { - if (!def || typeof def !== 'object' || !Object.keys(def).length) { - return minimatch - } - - var orig = minimatch - - var m = function minimatch (p, pattern, options) { - return orig(p, pattern, ext(def, options)) - } - - m.Minimatch = function Minimatch (pattern, options) { - return new orig.Minimatch(pattern, ext(def, options)) - } - m.Minimatch.defaults = function defaults (options) { - return orig.defaults(ext(def, options)).Minimatch - } - - m.filter = function filter (pattern, options) { - return orig.filter(pattern, ext(def, options)) - } - - m.defaults = function defaults (options) { - return orig.defaults(ext(def, options)) - } - - m.makeRe = function makeRe (pattern, options) { - return orig.makeRe(pattern, ext(def, options)) - } - - m.braceExpand = function braceExpand (pattern, options) { - return orig.braceExpand(pattern, ext(def, options)) - } - - m.match = function (list, pattern, options) { - return orig.match(list, pattern, ext(def, options)) - } - - return m -} - -Minimatch.defaults = function (def) { - return minimatch.defaults(def).Minimatch -} - -function minimatch (p, pattern, options) { - assertValidPattern(pattern) - - if (!options) options = {} - - // shortcut: comments match nothing. - if (!options.nocomment && pattern.charAt(0) === '#') { - return false - } - - return new Minimatch(pattern, options).match(p) -} - -function Minimatch (pattern, options) { - if (!(this instanceof Minimatch)) { - return new Minimatch(pattern, options) - } - - assertValidPattern(pattern) - - if (!options) options = {} - - pattern = pattern.trim() - - // windows support: need to use /, not \ - if (!options.allowWindowsEscape && path.sep !== '/') { - pattern = pattern.split(path.sep).join('/') - } - - this.options = options - this.set = [] - this.pattern = pattern - this.regexp = null - this.negate = false - this.comment = false - this.empty = false - this.partial = !!options.partial - - // make the set of regexps etc. - this.make() -} - -Minimatch.prototype.debug = function () {} - -Minimatch.prototype.make = make -function make () { - var pattern = this.pattern - var options = this.options - - // empty patterns and comments match nothing. - if (!options.nocomment && pattern.charAt(0) === '#') { - this.comment = true - return - } - if (!pattern) { - this.empty = true - return - } - - // step 1: figure out negation, etc. - this.parseNegate() - - // step 2: expand braces - var set = this.globSet = this.braceExpand() - - if (options.debug) this.debug = function debug() { console.error.apply(console, arguments) } - - this.debug(this.pattern, set) - - // step 3: now we have a set, so turn each one into a series of path-portion - // matching patterns. - // These will be regexps, except in the case of "**", which is - // set to the GLOBSTAR object for globstar behavior, - // and will not contain any / characters - set = this.globParts = set.map(function (s) { - return s.split(slashSplit) - }) - - this.debug(this.pattern, set) - - // glob --> regexps - set = set.map(function (s, si, set) { - return s.map(this.parse, this) - }, this) - - this.debug(this.pattern, set) - - // filter out everything that didn't compile properly. - set = set.filter(function (s) { - return s.indexOf(false) === -1 - }) - - this.debug(this.pattern, set) - - this.set = set -} - -Minimatch.prototype.parseNegate = parseNegate -function parseNegate () { - var pattern = this.pattern - var negate = false - var options = this.options - var negateOffset = 0 - - if (options.nonegate) return - - for (var i = 0, l = pattern.length - ; i < l && pattern.charAt(i) === '!' - ; i++) { - negate = !negate - negateOffset++ - } - - if (negateOffset) this.pattern = pattern.substr(negateOffset) - this.negate = negate -} - -// Brace expansion: -// a{b,c}d -> abd acd -// a{b,}c -> abc ac -// a{0..3}d -> a0d a1d a2d a3d -// a{b,c{d,e}f}g -> abg acdfg acefg -// a{b,c}d{e,f}g -> abdeg acdeg abdeg abdfg -// -// Invalid sets are not expanded. -// a{2..}b -> a{2..}b -// a{b}c -> a{b}c -minimatch.braceExpand = function (pattern, options) { - return braceExpand(pattern, options) -} - -Minimatch.prototype.braceExpand = braceExpand - -function braceExpand (pattern, options) { - if (!options) { - if (this instanceof Minimatch) { - options = this.options - } else { - options = {} - } - } - - pattern = typeof pattern === 'undefined' - ? this.pattern : pattern - - assertValidPattern(pattern) - - // Thanks to Yeting Li <https://github.com/yetingli> for - // improving this regexp to avoid a ReDOS vulnerability. - if (options.nobrace || !/\{(?:(?!\{).)*\}/.test(pattern)) { - // shortcut. no need to expand. - return [pattern] - } - - return expand(pattern) -} - -var MAX_PATTERN_LENGTH = 1024 * 64 -var assertValidPattern = function (pattern) { - if (typeof pattern !== 'string') { - throw new TypeError('invalid pattern') - } - - if (pattern.length > MAX_PATTERN_LENGTH) { - throw new TypeError('pattern is too long') - } -} - -// parse a component of the expanded set. -// At this point, no pattern may contain "/" in it -// so we're going to return a 2d array, where each entry is the full -// pattern, split on '/', and then turned into a regular expression. -// A regexp is made at the end which joins each array with an -// escaped /, and another full one which joins each regexp with |. -// -// Following the lead of Bash 4.1, note that "**" only has special meaning -// when it is the *only* thing in a path portion. Otherwise, any series -// of * is equivalent to a single *. Globstar behavior is enabled by -// default, and can be disabled by setting options.noglobstar. -Minimatch.prototype.parse = parse -var SUBPARSE = {} -function parse (pattern, isSub) { - assertValidPattern(pattern) - - var options = this.options - - // shortcuts - if (pattern === '**') { - if (!options.noglobstar) - return GLOBSTAR - else - pattern = '*' - } - if (pattern === '') return '' - - var re = '' - var hasMagic = !!options.nocase - var escaping = false - // ? => one single character - var patternListStack = [] - var negativeLists = [] - var stateChar - var inClass = false - var reClassStart = -1 - var classStart = -1 - // . and .. never match anything that doesn't start with ., - // even when options.dot is set. - var patternStart = pattern.charAt(0) === '.' ? '' // anything - // not (start or / followed by . or .. followed by / or end) - : options.dot ? '(?!(?:^|\\\/)\\.{1,2}(?:$|\\\/))' - : '(?!\\.)' - var self = this - - function clearStateChar () { - if (stateChar) { - // we had some state-tracking character - // that wasn't consumed by this pass. - switch (stateChar) { - case '*': - re += star - hasMagic = true - break - case '?': - re += qmark - hasMagic = true - break - default: - re += '\\' + stateChar - break - } - self.debug('clearStateChar %j %j', stateChar, re) - stateChar = false - } - } - - for (var i = 0, len = pattern.length, c - ; (i < len) && (c = pattern.charAt(i)) - ; i++) { - this.debug('%s\t%s %s %j', pattern, i, re, c) - - // skip over any that are escaped. - if (escaping && reSpecials[c]) { - re += '\\' + c - escaping = false - continue - } - - switch (c) { - /* istanbul ignore next */ - case '/': { - // completely not allowed, even escaped. - // Should already be path-split by now. - return false - } - - case '\\': - clearStateChar() - escaping = true - continue - - // the various stateChar values - // for the "extglob" stuff. - case '?': - case '*': - case '+': - case '@': - case '!': - this.debug('%s\t%s %s %j <-- stateChar', pattern, i, re, c) - - // all of those are literals inside a class, except that - // the glob [!a] means [^a] in regexp - if (inClass) { - this.debug(' in class') - if (c === '!' && i === classStart + 1) c = '^' - re += c - continue - } - - // if we already have a stateChar, then it means - // that there was something like ** or +? in there. - // Handle the stateChar, then proceed with this one. - self.debug('call clearStateChar %j', stateChar) - clearStateChar() - stateChar = c - // if extglob is disabled, then +(asdf|foo) isn't a thing. - // just clear the statechar *now*, rather than even diving into - // the patternList stuff. - if (options.noext) clearStateChar() - continue - - case '(': - if (inClass) { - re += '(' - continue - } - - if (!stateChar) { - re += '\\(' - continue - } - - patternListStack.push({ - type: stateChar, - start: i - 1, - reStart: re.length, - open: plTypes[stateChar].open, - close: plTypes[stateChar].close - }) - // negation is (?:(?!js)[^/]*) - re += stateChar === '!' ? '(?:(?!(?:' : '(?:' - this.debug('plType %j %j', stateChar, re) - stateChar = false - continue - - case ')': - if (inClass || !patternListStack.length) { - re += '\\)' - continue - } - - clearStateChar() - hasMagic = true - var pl = patternListStack.pop() - // negation is (?:(?!js)[^/]*) - // The others are (?:<pattern>)<type> - re += pl.close - if (pl.type === '!') { - negativeLists.push(pl) - } - pl.reEnd = re.length - continue - - case '|': - if (inClass || !patternListStack.length || escaping) { - re += '\\|' - escaping = false - continue - } - - clearStateChar() - re += '|' - continue - - // these are mostly the same in regexp and glob - case '[': - // swallow any state-tracking char before the [ - clearStateChar() - - if (inClass) { - re += '\\' + c - continue - } - - inClass = true - classStart = i - reClassStart = re.length - re += c - continue - - case ']': - // a right bracket shall lose its special - // meaning and represent itself in - // a bracket expression if it occurs - // first in the list. -- POSIX.2 2.8.3.2 - if (i === classStart + 1 || !inClass) { - re += '\\' + c - escaping = false - continue - } - - // handle the case where we left a class open. - // "[z-a]" is valid, equivalent to "\[z-a\]" - // split where the last [ was, make sure we don't have - // an invalid re. if so, re-walk the contents of the - // would-be class to re-translate any characters that - // were passed through as-is - // TODO: It would probably be faster to determine this - // without a try/catch and a new RegExp, but it's tricky - // to do safely. For now, this is safe and works. - var cs = pattern.substring(classStart + 1, i) - try { - RegExp('[' + cs + ']') - } catch (er) { - // not a valid class! - var sp = this.parse(cs, SUBPARSE) - re = re.substr(0, reClassStart) + '\\[' + sp[0] + '\\]' - hasMagic = hasMagic || sp[1] - inClass = false - continue - } - - // finish up the class. - hasMagic = true - inClass = false - re += c - continue - - default: - // swallow any state char that wasn't consumed - clearStateChar() - - if (escaping) { - // no need - escaping = false - } else if (reSpecials[c] - && !(c === '^' && inClass)) { - re += '\\' - } - - re += c - - } // switch - } // for - - // handle the case where we left a class open. - // "[abc" is valid, equivalent to "\[abc" - if (inClass) { - // split where the last [ was, and escape it - // this is a huge pita. We now have to re-walk - // the contents of the would-be class to re-translate - // any characters that were passed through as-is - cs = pattern.substr(classStart + 1) - sp = this.parse(cs, SUBPARSE) - re = re.substr(0, reClassStart) + '\\[' + sp[0] - hasMagic = hasMagic || sp[1] - } - - // handle the case where we had a +( thing at the *end* - // of the pattern. - // each pattern list stack adds 3 chars, and we need to go through - // and escape any | chars that were passed through as-is for the regexp. - // Go through and escape them, taking care not to double-escape any - // | chars that were already escaped. - for (pl = patternListStack.pop(); pl; pl = patternListStack.pop()) { - var tail = re.slice(pl.reStart + pl.open.length) - this.debug('setting tail', re, pl) - // maybe some even number of \, then maybe 1 \, followed by a | - tail = tail.replace(/((?:\\{2}){0,64})(\\?)\|/g, function (_, $1, $2) { - if (!$2) { - // the | isn't already escaped, so escape it. - $2 = '\\' - } - - // need to escape all those slashes *again*, without escaping the - // one that we need for escaping the | character. As it works out, - // escaping an even number of slashes can be done by simply repeating - // it exactly after itself. That's why this trick works. - // - // I am sorry that you have to see this. - return $1 + $1 + $2 + '|' - }) - - this.debug('tail=%j\n %s', tail, tail, pl, re) - var t = pl.type === '*' ? star - : pl.type === '?' ? qmark - : '\\' + pl.type - - hasMagic = true - re = re.slice(0, pl.reStart) + t + '\\(' + tail - } - - // handle trailing things that only matter at the very end. - clearStateChar() - if (escaping) { - // trailing \\ - re += '\\\\' - } - - // only need to apply the nodot start if the re starts with - // something that could conceivably capture a dot - var addPatternStart = false - switch (re.charAt(0)) { - case '[': case '.': case '(': addPatternStart = true - } - - // Hack to work around lack of negative lookbehind in JS - // A pattern like: *.!(x).!(y|z) needs to ensure that a name - // like 'a.xyz.yz' doesn't match. So, the first negative - // lookahead, has to look ALL the way ahead, to the end of - // the pattern. - for (var n = negativeLists.length - 1; n > -1; n--) { - var nl = negativeLists[n] - - var nlBefore = re.slice(0, nl.reStart) - var nlFirst = re.slice(nl.reStart, nl.reEnd - 8) - var nlLast = re.slice(nl.reEnd - 8, nl.reEnd) - var nlAfter = re.slice(nl.reEnd) - - nlLast += nlAfter - - // Handle nested stuff like *(*.js|!(*.json)), where open parens - // mean that we should *not* include the ) in the bit that is considered - // "after" the negated section. - var openParensBefore = nlBefore.split('(').length - 1 - var cleanAfter = nlAfter - for (i = 0; i < openParensBefore; i++) { - cleanAfter = cleanAfter.replace(/\)[+*?]?/, '') - } - nlAfter = cleanAfter - - var dollar = '' - if (nlAfter === '' && isSub !== SUBPARSE) { - dollar = '$' - } - var newRe = nlBefore + nlFirst + nlAfter + dollar + nlLast - re = newRe - } - - // if the re is not "" at this point, then we need to make sure - // it doesn't match against an empty path part. - // Otherwise a/* will match a/, which it should not. - if (re !== '' && hasMagic) { - re = '(?=.)' + re - } - - if (addPatternStart) { - re = patternStart + re - } - - // parsing just a piece of a larger pattern. - if (isSub === SUBPARSE) { - return [re, hasMagic] - } - - // skip the regexp for non-magical patterns - // unescape anything in it, though, so that it'll be - // an exact match against a file etc. - if (!hasMagic) { - return globUnescape(pattern) - } - - var flags = options.nocase ? 'i' : '' - try { - var regExp = new RegExp('^' + re + '$', flags) - } catch (er) /* istanbul ignore next - should be impossible */ { - // If it was an invalid regular expression, then it can't match - // anything. This trick looks for a character after the end of - // the string, which is of course impossible, except in multi-line - // mode, but it's not a /m regex. - return new RegExp('$.') - } - - regExp._glob = pattern - regExp._src = re - - return regExp -} - -minimatch.makeRe = function (pattern, options) { - return new Minimatch(pattern, options || {}).makeRe() -} - -Minimatch.prototype.makeRe = makeRe -function makeRe () { - if (this.regexp || this.regexp === false) return this.regexp - - // at this point, this.set is a 2d array of partial - // pattern strings, or "**". - // - // It's better to use .match(). This function shouldn't - // be used, really, but it's pretty convenient sometimes, - // when you just want to work with a regex. - var set = this.set - - if (!set.length) { - this.regexp = false - return this.regexp - } - var options = this.options - - var twoStar = options.noglobstar ? star - : options.dot ? twoStarDot - : twoStarNoDot - var flags = options.nocase ? 'i' : '' - - var re = set.map(function (pattern) { - return pattern.map(function (p) { - return (p === GLOBSTAR) ? twoStar - : (typeof p === 'string') ? regExpEscape(p) - : p._src - }).join('\\\/') - }).join('|') - - // must match entire pattern - // ending in a * or ** will make it less strict. - re = '^(?:' + re + ')$' - - // can match anything, as long as it's not this. - if (this.negate) re = '^(?!' + re + ').*$' - - try { - this.regexp = new RegExp(re, flags) - } catch (ex) /* istanbul ignore next - should be impossible */ { - this.regexp = false - } - return this.regexp -} - -minimatch.match = function (list, pattern, options) { - options = options || {} - var mm = new Minimatch(pattern, options) - list = list.filter(function (f) { - return mm.match(f) - }) - if (mm.options.nonull && !list.length) { - list.push(pattern) - } - return list -} - -Minimatch.prototype.match = function match (f, partial) { - if (typeof partial === 'undefined') partial = this.partial - this.debug('match', f, this.pattern) - // short-circuit in the case of busted things. - // comments, etc. - if (this.comment) return false - if (this.empty) return f === '' - - if (f === '/' && partial) return true - - var options = this.options - - // windows: need to use /, not \ - if (path.sep !== '/') { - f = f.split(path.sep).join('/') - } - - // treat the test path as a set of pathparts. - f = f.split(slashSplit) - this.debug(this.pattern, 'split', f) - - // just ONE of the pattern sets in this.set needs to match - // in order for it to be valid. If negating, then just one - // match means that we have failed. - // Either way, return on the first hit. - - var set = this.set - this.debug(this.pattern, 'set', set) - - // Find the basename of the path by looking for the last non-empty segment - var filename - var i - for (i = f.length - 1; i >= 0; i--) { - filename = f[i] - if (filename) break - } - - for (i = 0; i < set.length; i++) { - var pattern = set[i] - var file = f - if (options.matchBase && pattern.length === 1) { - file = [filename] - } - var hit = this.matchOne(file, pattern, partial) - if (hit) { - if (options.flipNegate) return true - return !this.negate - } - } - - // didn't get any hits. this is success if it's a negative - // pattern, failure otherwise. - if (options.flipNegate) return false - return this.negate -} - -// set partial to true to test if, for example, -// "/a/b" matches the start of "/*/b/*/d" -// Partial means, if you run out of file before you run -// out of pattern, then that's fine, as long as all -// the parts match. -Minimatch.prototype.matchOne = function (file, pattern, partial) { - var options = this.options - - this.debug('matchOne', - { 'this': this, file: file, pattern: pattern }) - - this.debug('matchOne', file.length, pattern.length) - - for (var fi = 0, - pi = 0, - fl = file.length, - pl = pattern.length - ; (fi < fl) && (pi < pl) - ; fi++, pi++) { - this.debug('matchOne loop') - var p = pattern[pi] - var f = file[fi] - - this.debug(pattern, p, f) - - // should be impossible. - // some invalid regexp stuff in the set. - /* istanbul ignore if */ - if (p === false) return false - - if (p === GLOBSTAR) { - this.debug('GLOBSTAR', [pattern, p, f]) - - // "**" - // a/**/b/**/c would match the following: - // a/b/x/y/z/c - // a/x/y/z/b/c - // a/b/x/b/x/c - // a/b/c - // To do this, take the rest of the pattern after - // the **, and see if it would match the file remainder. - // If so, return success. - // If not, the ** "swallows" a segment, and try again. - // This is recursively awful. - // - // a/**/b/**/c matching a/b/x/y/z/c - // - a matches a - // - doublestar - // - matchOne(b/x/y/z/c, b/**/c) - // - b matches b - // - doublestar - // - matchOne(x/y/z/c, c) -> no - // - matchOne(y/z/c, c) -> no - // - matchOne(z/c, c) -> no - // - matchOne(c, c) yes, hit - var fr = fi - var pr = pi + 1 - if (pr === pl) { - this.debug('** at the end') - // a ** at the end will just swallow the rest. - // We have found a match. - // however, it will not swallow /.x, unless - // options.dot is set. - // . and .. are *never* matched by **, for explosively - // exponential reasons. - for (; fi < fl; fi++) { - if (file[fi] === '.' || file[fi] === '..' || - (!options.dot && file[fi].charAt(0) === '.')) return false - } - return true - } - - // ok, let's see if we can swallow whatever we can. - while (fr < fl) { - var swallowee = file[fr] - - this.debug('\nglobstar while', file, fr, pattern, pr, swallowee) - - // XXX remove this slice. Just pass the start index. - if (this.matchOne(file.slice(fr), pattern.slice(pr), partial)) { - this.debug('globstar found match!', fr, fl, swallowee) - // found a match. - return true - } else { - // can't swallow "." or ".." ever. - // can only swallow ".foo" when explicitly asked. - if (swallowee === '.' || swallowee === '..' || - (!options.dot && swallowee.charAt(0) === '.')) { - this.debug('dot detected!', file, fr, pattern, pr) - break - } - - // ** swallows a segment, and continue. - this.debug('globstar swallow a segment, and continue') - fr++ - } - } - - // no match was found. - // However, in partial mode, we can't say this is necessarily over. - // If there's more *pattern* left, then - /* istanbul ignore if */ - if (partial) { - // ran out of file - this.debug('\n>>> no match, partial?', file, fr, pattern, pr) - if (fr === fl) return true - } - return false - } - - // something other than ** - // non-magic patterns just have to match exactly - // patterns with magic have been turned into regexps. - var hit - if (typeof p === 'string') { - hit = f === p - this.debug('string match', p, f, hit) - } else { - hit = f.match(p) - this.debug('pattern match', p, f, hit) - } - - if (!hit) return false - } - - // Note: ending in / means that we'll get a final "" - // at the end of the pattern. This can only match a - // corresponding "" at the end of the file. - // If the file ends in /, then it can only match a - // a pattern that ends in /, unless the pattern just - // doesn't have any more for it. But, a/b/ should *not* - // match "a/b/*", even though "" matches against the - // [^/]*? pattern, except in partial mode, where it might - // simply not be reached yet. - // However, a/b/ should still satisfy a/* - - // now either we fell off the end of the pattern, or we're done. - if (fi === fl && pi === pl) { - // ran out of pattern and filename at the same time. - // an exact hit! - return true - } else if (fi === fl) { - // ran out of file, but still had pattern left. - // this is ok if we're doing the match as part of - // a glob fs traversal. - return partial - } else /* istanbul ignore else */ if (pi === pl) { - // ran out of pattern, still have file left. - // this is only acceptable if we're on the very last - // empty segment of a file with a trailing slash. - // a/* should match a/b/ - return (fi === fl - 1) && (file[fi] === '') - } - - // should be unreachable. - /* istanbul ignore next */ - throw new Error('wtf?') -} - -// replace stuff like \* with * -function globUnescape (s) { - return s.replace(/\\(.)/g, '$1') -} - -function regExpEscape (s) { - return s.replace(/[-[\]{}()*+?.,\\^$|#\s]/g, '\\$&') -} diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/package.json b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/package.json deleted file mode 100644 index 566efdf..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/package.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me)", - "name": "minimatch", - "description": "a glob matcher in javascript", - "version": "3.1.2", - "publishConfig": { - "tag": "v3-legacy" - }, - "repository": { - "type": "git", - "url": "git://github.com/isaacs/minimatch.git" - }, - "main": "minimatch.js", - "scripts": { - "test": "tap", - "preversion": "npm test", - "postversion": "npm publish", - "postpublish": "git push origin --all; git push origin --tags" - }, - "engines": { - "node": "*" - }, - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "devDependencies": { - "tap": "^15.1.6" - }, - "license": "ISC", - "files": [ - "minimatch.js" - ] -} diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/minipass-fetch/LICENSE b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/minipass-fetch/LICENSE deleted file mode 100644 index 3c3410c..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/minipass-fetch/LICENSE +++ /dev/null @@ -1,28 +0,0 @@ -The MIT License (MIT) - -Copyright (c) Isaac Z. Schlueter and Contributors -Copyright (c) 2016 David Frank - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - ---- - -Note: This is a derivative work based on "node-fetch" by David Frank, -modified and distributed under the terms of the MIT license above. -https://github.com/bitinn/node-fetch diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/minipass-fetch/lib/abort-error.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/minipass-fetch/lib/abort-error.js deleted file mode 100644 index b18f643..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/minipass-fetch/lib/abort-error.js +++ /dev/null @@ -1,17 +0,0 @@ -'use strict' -class AbortError extends Error { - constructor (message) { - super(message) - this.code = 'FETCH_ABORTED' - this.type = 'aborted' - Error.captureStackTrace(this, this.constructor) - } - - get name () { - return 'AbortError' - } - - // don't allow name to be overridden, but don't throw either - set name (s) {} -} -module.exports = AbortError diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/minipass-fetch/lib/blob.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/minipass-fetch/lib/blob.js deleted file mode 100644 index efe69a3..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/minipass-fetch/lib/blob.js +++ /dev/null @@ -1,97 +0,0 @@ -'use strict' -const Minipass = require('minipass') -const TYPE = Symbol('type') -const BUFFER = Symbol('buffer') - -class Blob { - constructor (blobParts, options) { - this[TYPE] = '' - - const buffers = [] - let size = 0 - - if (blobParts) { - const a = blobParts - const length = Number(a.length) - for (let i = 0; i < length; i++) { - const element = a[i] - const buffer = element instanceof Buffer ? element - : ArrayBuffer.isView(element) - ? Buffer.from(element.buffer, element.byteOffset, element.byteLength) - : element instanceof ArrayBuffer ? Buffer.from(element) - : element instanceof Blob ? element[BUFFER] - : typeof element === 'string' ? Buffer.from(element) - : Buffer.from(String(element)) - size += buffer.length - buffers.push(buffer) - } - } - - this[BUFFER] = Buffer.concat(buffers, size) - - const type = options && options.type !== undefined - && String(options.type).toLowerCase() - if (type && !/[^\u0020-\u007E]/.test(type)) { - this[TYPE] = type - } - } - - get size () { - return this[BUFFER].length - } - - get type () { - return this[TYPE] - } - - text () { - return Promise.resolve(this[BUFFER].toString()) - } - - arrayBuffer () { - const buf = this[BUFFER] - const off = buf.byteOffset - const len = buf.byteLength - const ab = buf.buffer.slice(off, off + len) - return Promise.resolve(ab) - } - - stream () { - return new Minipass().end(this[BUFFER]) - } - - slice (start, end, type) { - const size = this.size - const relativeStart = start === undefined ? 0 - : start < 0 ? Math.max(size + start, 0) - : Math.min(start, size) - const relativeEnd = end === undefined ? size - : end < 0 ? Math.max(size + end, 0) - : Math.min(end, size) - const span = Math.max(relativeEnd - relativeStart, 0) - - const buffer = this[BUFFER] - const slicedBuffer = buffer.slice( - relativeStart, - relativeStart + span - ) - const blob = new Blob([], { type }) - blob[BUFFER] = slicedBuffer - return blob - } - - get [Symbol.toStringTag] () { - return 'Blob' - } - - static get BUFFER () { - return BUFFER - } -} - -Object.defineProperties(Blob.prototype, { - size: { enumerable: true }, - type: { enumerable: true }, -}) - -module.exports = Blob diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/minipass-fetch/lib/body.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/minipass-fetch/lib/body.js deleted file mode 100644 index 9d1b45d..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/minipass-fetch/lib/body.js +++ /dev/null @@ -1,350 +0,0 @@ -'use strict' -const Minipass = require('minipass') -const MinipassSized = require('minipass-sized') - -const Blob = require('./blob.js') -const { BUFFER } = Blob -const FetchError = require('./fetch-error.js') - -// optional dependency on 'encoding' -let convert -try { - convert = require('encoding').convert -} catch (e) { - // defer error until textConverted is called -} - -const INTERNALS = Symbol('Body internals') -const CONSUME_BODY = Symbol('consumeBody') - -class Body { - constructor (bodyArg, options = {}) { - const { size = 0, timeout = 0 } = options - const body = bodyArg === undefined || bodyArg === null ? null - : isURLSearchParams(bodyArg) ? Buffer.from(bodyArg.toString()) - : isBlob(bodyArg) ? bodyArg - : Buffer.isBuffer(bodyArg) ? bodyArg - : Object.prototype.toString.call(bodyArg) === '[object ArrayBuffer]' - ? Buffer.from(bodyArg) - : ArrayBuffer.isView(bodyArg) - ? Buffer.from(bodyArg.buffer, bodyArg.byteOffset, bodyArg.byteLength) - : Minipass.isStream(bodyArg) ? bodyArg - : Buffer.from(String(bodyArg)) - - this[INTERNALS] = { - body, - disturbed: false, - error: null, - } - - this.size = size - this.timeout = timeout - - if (Minipass.isStream(body)) { - body.on('error', er => { - const error = er.name === 'AbortError' ? er - : new FetchError(`Invalid response while trying to fetch ${ - this.url}: ${er.message}`, 'system', er) - this[INTERNALS].error = error - }) - } - } - - get body () { - return this[INTERNALS].body - } - - get bodyUsed () { - return this[INTERNALS].disturbed - } - - arrayBuffer () { - return this[CONSUME_BODY]().then(buf => - buf.buffer.slice(buf.byteOffset, buf.byteOffset + buf.byteLength)) - } - - blob () { - const ct = this.headers && this.headers.get('content-type') || '' - return this[CONSUME_BODY]().then(buf => Object.assign( - new Blob([], { type: ct.toLowerCase() }), - { [BUFFER]: buf } - )) - } - - async json () { - const buf = await this[CONSUME_BODY]() - try { - return JSON.parse(buf.toString()) - } catch (er) { - throw new FetchError( - `invalid json response body at ${this.url} reason: ${er.message}`, - 'invalid-json' - ) - } - } - - text () { - return this[CONSUME_BODY]().then(buf => buf.toString()) - } - - buffer () { - return this[CONSUME_BODY]() - } - - textConverted () { - return this[CONSUME_BODY]().then(buf => convertBody(buf, this.headers)) - } - - [CONSUME_BODY] () { - if (this[INTERNALS].disturbed) { - return Promise.reject(new TypeError(`body used already for: ${ - this.url}`)) - } - - this[INTERNALS].disturbed = true - - if (this[INTERNALS].error) { - return Promise.reject(this[INTERNALS].error) - } - - // body is null - if (this.body === null) { - return Promise.resolve(Buffer.alloc(0)) - } - - if (Buffer.isBuffer(this.body)) { - return Promise.resolve(this.body) - } - - const upstream = isBlob(this.body) ? this.body.stream() : this.body - - /* istanbul ignore if: should never happen */ - if (!Minipass.isStream(upstream)) { - return Promise.resolve(Buffer.alloc(0)) - } - - const stream = this.size && upstream instanceof MinipassSized ? upstream - : !this.size && upstream instanceof Minipass && - !(upstream instanceof MinipassSized) ? upstream - : this.size ? new MinipassSized({ size: this.size }) - : new Minipass() - - // allow timeout on slow response body, but only if the stream is still writable. this - // makes the timeout center on the socket stream from lib/index.js rather than the - // intermediary minipass stream we create to receive the data - const resTimeout = this.timeout && stream.writable ? setTimeout(() => { - stream.emit('error', new FetchError( - `Response timeout while trying to fetch ${ - this.url} (over ${this.timeout}ms)`, 'body-timeout')) - }, this.timeout) : null - - // do not keep the process open just for this timeout, even - // though we expect it'll get cleared eventually. - if (resTimeout && resTimeout.unref) { - resTimeout.unref() - } - - // do the pipe in the promise, because the pipe() can send too much - // data through right away and upset the MP Sized object - return new Promise((resolve, reject) => { - // if the stream is some other kind of stream, then pipe through a MP - // so we can collect it more easily. - if (stream !== upstream) { - upstream.on('error', er => stream.emit('error', er)) - upstream.pipe(stream) - } - resolve() - }).then(() => stream.concat()).then(buf => { - clearTimeout(resTimeout) - return buf - }).catch(er => { - clearTimeout(resTimeout) - // request was aborted, reject with this Error - if (er.name === 'AbortError' || er.name === 'FetchError') { - throw er - } else if (er.name === 'RangeError') { - throw new FetchError(`Could not create Buffer from response body for ${ - this.url}: ${er.message}`, 'system', er) - } else { - // other errors, such as incorrect content-encoding or content-length - throw new FetchError(`Invalid response body while trying to fetch ${ - this.url}: ${er.message}`, 'system', er) - } - }) - } - - static clone (instance) { - if (instance.bodyUsed) { - throw new Error('cannot clone body after it is used') - } - - const body = instance.body - - // check that body is a stream and not form-data object - // NB: can't clone the form-data object without having it as a dependency - if (Minipass.isStream(body) && typeof body.getBoundary !== 'function') { - // create a dedicated tee stream so that we don't lose data - // potentially sitting in the body stream's buffer by writing it - // immediately to p1 and not having it for p2. - const tee = new Minipass() - const p1 = new Minipass() - const p2 = new Minipass() - tee.on('error', er => { - p1.emit('error', er) - p2.emit('error', er) - }) - body.on('error', er => tee.emit('error', er)) - tee.pipe(p1) - tee.pipe(p2) - body.pipe(tee) - // set instance body to one fork, return the other - instance[INTERNALS].body = p1 - return p2 - } else { - return instance.body - } - } - - static extractContentType (body) { - return body === null || body === undefined ? null - : typeof body === 'string' ? 'text/plain;charset=UTF-8' - : isURLSearchParams(body) - ? 'application/x-www-form-urlencoded;charset=UTF-8' - : isBlob(body) ? body.type || null - : Buffer.isBuffer(body) ? null - : Object.prototype.toString.call(body) === '[object ArrayBuffer]' ? null - : ArrayBuffer.isView(body) ? null - : typeof body.getBoundary === 'function' - ? `multipart/form-data;boundary=${body.getBoundary()}` - : Minipass.isStream(body) ? null - : 'text/plain;charset=UTF-8' - } - - static getTotalBytes (instance) { - const { body } = instance - return (body === null || body === undefined) ? 0 - : isBlob(body) ? body.size - : Buffer.isBuffer(body) ? body.length - : body && typeof body.getLengthSync === 'function' && ( - // detect form data input from form-data module - body._lengthRetrievers && - /* istanbul ignore next */ body._lengthRetrievers.length === 0 || // 1.x - body.hasKnownLength && body.hasKnownLength()) // 2.x - ? body.getLengthSync() - : null - } - - static writeToStream (dest, instance) { - const { body } = instance - - if (body === null || body === undefined) { - dest.end() - } else if (Buffer.isBuffer(body) || typeof body === 'string') { - dest.end(body) - } else { - // body is stream or blob - const stream = isBlob(body) ? body.stream() : body - stream.on('error', er => dest.emit('error', er)).pipe(dest) - } - - return dest - } -} - -Object.defineProperties(Body.prototype, { - body: { enumerable: true }, - bodyUsed: { enumerable: true }, - arrayBuffer: { enumerable: true }, - blob: { enumerable: true }, - json: { enumerable: true }, - text: { enumerable: true }, -}) - -const isURLSearchParams = obj => - // Duck-typing as a necessary condition. - (typeof obj !== 'object' || - typeof obj.append !== 'function' || - typeof obj.delete !== 'function' || - typeof obj.get !== 'function' || - typeof obj.getAll !== 'function' || - typeof obj.has !== 'function' || - typeof obj.set !== 'function') ? false - // Brand-checking and more duck-typing as optional condition. - : obj.constructor.name === 'URLSearchParams' || - Object.prototype.toString.call(obj) === '[object URLSearchParams]' || - typeof obj.sort === 'function' - -const isBlob = obj => - typeof obj === 'object' && - typeof obj.arrayBuffer === 'function' && - typeof obj.type === 'string' && - typeof obj.stream === 'function' && - typeof obj.constructor === 'function' && - typeof obj.constructor.name === 'string' && - /^(Blob|File)$/.test(obj.constructor.name) && - /^(Blob|File)$/.test(obj[Symbol.toStringTag]) - -const convertBody = (buffer, headers) => { - /* istanbul ignore if */ - if (typeof convert !== 'function') { - throw new Error('The package `encoding` must be installed to use the textConverted() function') - } - - const ct = headers && headers.get('content-type') - let charset = 'utf-8' - let res - - // header - if (ct) { - res = /charset=([^;]*)/i.exec(ct) - } - - // no charset in content type, peek at response body for at most 1024 bytes - const str = buffer.slice(0, 1024).toString() - - // html5 - if (!res && str) { - res = /<meta.+?charset=(['"])(.+?)\1/i.exec(str) - } - - // html4 - if (!res && str) { - res = /<meta[\s]+?http-equiv=(['"])content-type\1[\s]+?content=(['"])(.+?)\2/i.exec(str) - - if (!res) { - res = /<meta[\s]+?content=(['"])(.+?)\1[\s]+?http-equiv=(['"])content-type\3/i.exec(str) - if (res) { - res.pop() - } // drop last quote - } - - if (res) { - res = /charset=(.*)/i.exec(res.pop()) - } - } - - // xml - if (!res && str) { - res = /<\?xml.+?encoding=(['"])(.+?)\1/i.exec(str) - } - - // found charset - if (res) { - charset = res.pop() - - // prevent decode issues when sites use incorrect encoding - // ref: https://hsivonen.fi/encoding-menu/ - if (charset === 'gb2312' || charset === 'gbk') { - charset = 'gb18030' - } - } - - // turn raw buffers into a single utf-8 buffer - return convert( - buffer, - 'UTF-8', - charset - ).toString() -} - -module.exports = Body diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/minipass-fetch/lib/fetch-error.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/minipass-fetch/lib/fetch-error.js deleted file mode 100644 index 85f6e98..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/minipass-fetch/lib/fetch-error.js +++ /dev/null @@ -1,32 +0,0 @@ -'use strict' -class FetchError extends Error { - constructor (message, type, systemError) { - super(message) - this.code = 'FETCH_ERROR' - - // pick up code, expected, path, ... - if (systemError) { - Object.assign(this, systemError) - } - - this.errno = this.code - - // override anything the system error might've clobbered - this.type = this.code === 'EBADSIZE' && this.found > this.expect - ? 'max-size' : type - this.message = message - Error.captureStackTrace(this, this.constructor) - } - - get name () { - return 'FetchError' - } - - // don't allow name to be overwritten - set name (n) {} - - get [Symbol.toStringTag] () { - return 'FetchError' - } -} -module.exports = FetchError diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/minipass-fetch/lib/headers.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/minipass-fetch/lib/headers.js deleted file mode 100644 index dd6e854..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/minipass-fetch/lib/headers.js +++ /dev/null @@ -1,267 +0,0 @@ -'use strict' -const invalidTokenRegex = /[^^_`a-zA-Z\-0-9!#$%&'*+.|~]/ -const invalidHeaderCharRegex = /[^\t\x20-\x7e\x80-\xff]/ - -const validateName = name => { - name = `${name}` - if (invalidTokenRegex.test(name) || name === '') { - throw new TypeError(`${name} is not a legal HTTP header name`) - } -} - -const validateValue = value => { - value = `${value}` - if (invalidHeaderCharRegex.test(value)) { - throw new TypeError(`${value} is not a legal HTTP header value`) - } -} - -const find = (map, name) => { - name = name.toLowerCase() - for (const key in map) { - if (key.toLowerCase() === name) { - return key - } - } - return undefined -} - -const MAP = Symbol('map') -class Headers { - constructor (init = undefined) { - this[MAP] = Object.create(null) - if (init instanceof Headers) { - const rawHeaders = init.raw() - const headerNames = Object.keys(rawHeaders) - for (const headerName of headerNames) { - for (const value of rawHeaders[headerName]) { - this.append(headerName, value) - } - } - return - } - - // no-op - if (init === undefined || init === null) { - return - } - - if (typeof init === 'object') { - const method = init[Symbol.iterator] - if (method !== null && method !== undefined) { - if (typeof method !== 'function') { - throw new TypeError('Header pairs must be iterable') - } - - // sequence<sequence<ByteString>> - // Note: per spec we have to first exhaust the lists then process them - const pairs = [] - for (const pair of init) { - if (typeof pair !== 'object' || - typeof pair[Symbol.iterator] !== 'function') { - throw new TypeError('Each header pair must be iterable') - } - const arrPair = Array.from(pair) - if (arrPair.length !== 2) { - throw new TypeError('Each header pair must be a name/value tuple') - } - pairs.push(arrPair) - } - - for (const pair of pairs) { - this.append(pair[0], pair[1]) - } - } else { - // record<ByteString, ByteString> - for (const key of Object.keys(init)) { - this.append(key, init[key]) - } - } - } else { - throw new TypeError('Provided initializer must be an object') - } - } - - get (name) { - name = `${name}` - validateName(name) - const key = find(this[MAP], name) - if (key === undefined) { - return null - } - - return this[MAP][key].join(', ') - } - - forEach (callback, thisArg = undefined) { - let pairs = getHeaders(this) - for (let i = 0; i < pairs.length; i++) { - const [name, value] = pairs[i] - callback.call(thisArg, value, name, this) - // refresh in case the callback added more headers - pairs = getHeaders(this) - } - } - - set (name, value) { - name = `${name}` - value = `${value}` - validateName(name) - validateValue(value) - const key = find(this[MAP], name) - this[MAP][key !== undefined ? key : name] = [value] - } - - append (name, value) { - name = `${name}` - value = `${value}` - validateName(name) - validateValue(value) - const key = find(this[MAP], name) - if (key !== undefined) { - this[MAP][key].push(value) - } else { - this[MAP][name] = [value] - } - } - - has (name) { - name = `${name}` - validateName(name) - return find(this[MAP], name) !== undefined - } - - delete (name) { - name = `${name}` - validateName(name) - const key = find(this[MAP], name) - if (key !== undefined) { - delete this[MAP][key] - } - } - - raw () { - return this[MAP] - } - - keys () { - return new HeadersIterator(this, 'key') - } - - values () { - return new HeadersIterator(this, 'value') - } - - [Symbol.iterator] () { - return new HeadersIterator(this, 'key+value') - } - - entries () { - return new HeadersIterator(this, 'key+value') - } - - get [Symbol.toStringTag] () { - return 'Headers' - } - - static exportNodeCompatibleHeaders (headers) { - const obj = Object.assign(Object.create(null), headers[MAP]) - - // http.request() only supports string as Host header. This hack makes - // specifying custom Host header possible. - const hostHeaderKey = find(headers[MAP], 'Host') - if (hostHeaderKey !== undefined) { - obj[hostHeaderKey] = obj[hostHeaderKey][0] - } - - return obj - } - - static createHeadersLenient (obj) { - const headers = new Headers() - for (const name of Object.keys(obj)) { - if (invalidTokenRegex.test(name)) { - continue - } - - if (Array.isArray(obj[name])) { - for (const val of obj[name]) { - if (invalidHeaderCharRegex.test(val)) { - continue - } - - if (headers[MAP][name] === undefined) { - headers[MAP][name] = [val] - } else { - headers[MAP][name].push(val) - } - } - } else if (!invalidHeaderCharRegex.test(obj[name])) { - headers[MAP][name] = [obj[name]] - } - } - return headers - } -} - -Object.defineProperties(Headers.prototype, { - get: { enumerable: true }, - forEach: { enumerable: true }, - set: { enumerable: true }, - append: { enumerable: true }, - has: { enumerable: true }, - delete: { enumerable: true }, - keys: { enumerable: true }, - values: { enumerable: true }, - entries: { enumerable: true }, -}) - -const getHeaders = (headers, kind = 'key+value') => - Object.keys(headers[MAP]).sort().map( - kind === 'key' ? k => k.toLowerCase() - : kind === 'value' ? k => headers[MAP][k].join(', ') - : k => [k.toLowerCase(), headers[MAP][k].join(', ')] - ) - -const INTERNAL = Symbol('internal') - -class HeadersIterator { - constructor (target, kind) { - this[INTERNAL] = { - target, - kind, - index: 0, - } - } - - get [Symbol.toStringTag] () { - return 'HeadersIterator' - } - - next () { - /* istanbul ignore if: should be impossible */ - if (!this || Object.getPrototypeOf(this) !== HeadersIterator.prototype) { - throw new TypeError('Value of `this` is not a HeadersIterator') - } - - const { target, kind, index } = this[INTERNAL] - const values = getHeaders(target, kind) - const len = values.length - if (index >= len) { - return { - value: undefined, - done: true, - } - } - - this[INTERNAL].index++ - - return { value: values[index], done: false } - } -} - -// manually extend because 'extends' requires a ctor -Object.setPrototypeOf(HeadersIterator.prototype, - Object.getPrototypeOf(Object.getPrototypeOf([][Symbol.iterator]()))) - -module.exports = Headers diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/minipass-fetch/lib/index.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/minipass-fetch/lib/index.js deleted file mode 100644 index b1878ac..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/minipass-fetch/lib/index.js +++ /dev/null @@ -1,365 +0,0 @@ -'use strict' -const { URL } = require('url') -const http = require('http') -const https = require('https') -const zlib = require('minizlib') -const Minipass = require('minipass') - -const Body = require('./body.js') -const { writeToStream, getTotalBytes } = Body -const Response = require('./response.js') -const Headers = require('./headers.js') -const { createHeadersLenient } = Headers -const Request = require('./request.js') -const { getNodeRequestOptions } = Request -const FetchError = require('./fetch-error.js') -const AbortError = require('./abort-error.js') - -// XXX this should really be split up and unit-ized for easier testing -// and better DRY implementation of data/http request aborting -const fetch = async (url, opts) => { - if (/^data:/.test(url)) { - const request = new Request(url, opts) - // delay 1 promise tick so that the consumer can abort right away - return Promise.resolve().then(() => new Promise((resolve, reject) => { - let type, data - try { - const { pathname, search } = new URL(url) - const split = pathname.split(',') - if (split.length < 2) { - throw new Error('invalid data: URI') - } - const mime = split.shift() - const base64 = /;base64$/.test(mime) - type = base64 ? mime.slice(0, -1 * ';base64'.length) : mime - const rawData = decodeURIComponent(split.join(',') + search) - data = base64 ? Buffer.from(rawData, 'base64') : Buffer.from(rawData) - } catch (er) { - return reject(new FetchError(`[${request.method}] ${ - request.url} invalid URL, ${er.message}`, 'system', er)) - } - - const { signal } = request - if (signal && signal.aborted) { - return reject(new AbortError('The user aborted a request.')) - } - - const headers = { 'Content-Length': data.length } - if (type) { - headers['Content-Type'] = type - } - return resolve(new Response(data, { headers })) - })) - } - - return new Promise((resolve, reject) => { - // build request object - const request = new Request(url, opts) - let options - try { - options = getNodeRequestOptions(request) - } catch (er) { - return reject(er) - } - - const send = (options.protocol === 'https:' ? https : http).request - const { signal } = request - let response = null - const abort = () => { - const error = new AbortError('The user aborted a request.') - reject(error) - if (Minipass.isStream(request.body) && - typeof request.body.destroy === 'function') { - request.body.destroy(error) - } - if (response && response.body) { - response.body.emit('error', error) - } - } - - if (signal && signal.aborted) { - return abort() - } - - const abortAndFinalize = () => { - abort() - finalize() - } - - const finalize = () => { - req.abort() - if (signal) { - signal.removeEventListener('abort', abortAndFinalize) - } - clearTimeout(reqTimeout) - } - - // send request - const req = send(options) - - if (signal) { - signal.addEventListener('abort', abortAndFinalize) - } - - let reqTimeout = null - if (request.timeout) { - req.once('socket', socket => { - reqTimeout = setTimeout(() => { - reject(new FetchError(`network timeout at: ${ - request.url}`, 'request-timeout')) - finalize() - }, request.timeout) - }) - } - - req.on('error', er => { - // if a 'response' event is emitted before the 'error' event, then by the - // time this handler is run it's too late to reject the Promise for the - // response. instead, we forward the error event to the response stream - // so that the error will surface to the user when they try to consume - // the body. this is done as a side effect of aborting the request except - // for in windows, where we must forward the event manually, otherwise - // there is no longer a ref'd socket attached to the request and the - // stream never ends so the event loop runs out of work and the process - // exits without warning. - // coverage skipped here due to the difficulty in testing - // istanbul ignore next - if (req.res) { - req.res.emit('error', er) - } - reject(new FetchError(`request to ${request.url} failed, reason: ${ - er.message}`, 'system', er)) - finalize() - }) - - req.on('response', res => { - clearTimeout(reqTimeout) - - const headers = createHeadersLenient(res.headers) - - // HTTP fetch step 5 - if (fetch.isRedirect(res.statusCode)) { - // HTTP fetch step 5.2 - const location = headers.get('Location') - - // HTTP fetch step 5.3 - const locationURL = location === null ? null - : (new URL(location, request.url)).toString() - - // HTTP fetch step 5.5 - if (request.redirect === 'error') { - reject(new FetchError('uri requested responds with a redirect, ' + - `redirect mode is set to error: ${request.url}`, 'no-redirect')) - finalize() - return - } else if (request.redirect === 'manual') { - // node-fetch-specific step: make manual redirect a bit easier to - // use by setting the Location header value to the resolved URL. - if (locationURL !== null) { - // handle corrupted header - try { - headers.set('Location', locationURL) - } catch (err) { - /* istanbul ignore next: nodejs server prevent invalid - response headers, we can't test this through normal - request */ - reject(err) - } - } - } else if (request.redirect === 'follow' && locationURL !== null) { - // HTTP-redirect fetch step 5 - if (request.counter >= request.follow) { - reject(new FetchError(`maximum redirect reached at: ${ - request.url}`, 'max-redirect')) - finalize() - return - } - - // HTTP-redirect fetch step 9 - if (res.statusCode !== 303 && - request.body && - getTotalBytes(request) === null) { - reject(new FetchError( - 'Cannot follow redirect with body being a readable stream', - 'unsupported-redirect' - )) - finalize() - return - } - - // Update host due to redirection - request.headers.set('host', (new URL(locationURL)).host) - - // HTTP-redirect fetch step 6 (counter increment) - // Create a new Request object. - const requestOpts = { - headers: new Headers(request.headers), - follow: request.follow, - counter: request.counter + 1, - agent: request.agent, - compress: request.compress, - method: request.method, - body: request.body, - signal: request.signal, - timeout: request.timeout, - } - - // if the redirect is to a new hostname, strip the authorization and cookie headers - const parsedOriginal = new URL(request.url) - const parsedRedirect = new URL(locationURL) - if (parsedOriginal.hostname !== parsedRedirect.hostname) { - requestOpts.headers.delete('authorization') - requestOpts.headers.delete('cookie') - } - - // HTTP-redirect fetch step 11 - if (res.statusCode === 303 || ( - (res.statusCode === 301 || res.statusCode === 302) && - request.method === 'POST' - )) { - requestOpts.method = 'GET' - requestOpts.body = undefined - requestOpts.headers.delete('content-length') - } - - // HTTP-redirect fetch step 15 - resolve(fetch(new Request(locationURL, requestOpts))) - finalize() - return - } - } // end if(isRedirect) - - // prepare response - res.once('end', () => - signal && signal.removeEventListener('abort', abortAndFinalize)) - - const body = new Minipass() - // if an error occurs, either on the response stream itself, on one of the - // decoder streams, or a response length timeout from the Body class, we - // forward the error through to our internal body stream. If we see an - // error event on that, we call finalize to abort the request and ensure - // we don't leave a socket believing a request is in flight. - // this is difficult to test, so lacks specific coverage. - body.on('error', finalize) - // exceedingly rare that the stream would have an error, - // but just in case we proxy it to the stream in use. - res.on('error', /* istanbul ignore next */ er => body.emit('error', er)) - res.on('data', (chunk) => body.write(chunk)) - res.on('end', () => body.end()) - - const responseOptions = { - url: request.url, - status: res.statusCode, - statusText: res.statusMessage, - headers: headers, - size: request.size, - timeout: request.timeout, - counter: request.counter, - trailer: new Promise(resolveTrailer => - res.on('end', () => resolveTrailer(createHeadersLenient(res.trailers)))), - } - - // HTTP-network fetch step 12.1.1.3 - const codings = headers.get('Content-Encoding') - - // HTTP-network fetch step 12.1.1.4: handle content codings - - // in following scenarios we ignore compression support - // 1. compression support is disabled - // 2. HEAD request - // 3. no Content-Encoding header - // 4. no content response (204) - // 5. content not modified response (304) - if (!request.compress || - request.method === 'HEAD' || - codings === null || - res.statusCode === 204 || - res.statusCode === 304) { - response = new Response(body, responseOptions) - resolve(response) - return - } - - // Be less strict when decoding compressed responses, since sometimes - // servers send slightly invalid responses that are still accepted - // by common browsers. - // Always using Z_SYNC_FLUSH is what cURL does. - const zlibOptions = { - flush: zlib.constants.Z_SYNC_FLUSH, - finishFlush: zlib.constants.Z_SYNC_FLUSH, - } - - // for gzip - if (codings === 'gzip' || codings === 'x-gzip') { - const unzip = new zlib.Gunzip(zlibOptions) - response = new Response( - // exceedingly rare that the stream would have an error, - // but just in case we proxy it to the stream in use. - body.on('error', /* istanbul ignore next */ er => unzip.emit('error', er)).pipe(unzip), - responseOptions - ) - resolve(response) - return - } - - // for deflate - if (codings === 'deflate' || codings === 'x-deflate') { - // handle the infamous raw deflate response from old servers - // a hack for old IIS and Apache servers - const raw = res.pipe(new Minipass()) - raw.once('data', chunk => { - // see http://stackoverflow.com/questions/37519828 - const decoder = (chunk[0] & 0x0F) === 0x08 - ? new zlib.Inflate() - : new zlib.InflateRaw() - // exceedingly rare that the stream would have an error, - // but just in case we proxy it to the stream in use. - body.on('error', /* istanbul ignore next */ er => decoder.emit('error', er)).pipe(decoder) - response = new Response(decoder, responseOptions) - resolve(response) - }) - return - } - - // for br - if (codings === 'br') { - // ignoring coverage so tests don't have to fake support (or lack of) for brotli - // istanbul ignore next - try { - var decoder = new zlib.BrotliDecompress() - } catch (err) { - reject(err) - finalize() - return - } - // exceedingly rare that the stream would have an error, - // but just in case we proxy it to the stream in use. - body.on('error', /* istanbul ignore next */ er => decoder.emit('error', er)).pipe(decoder) - response = new Response(decoder, responseOptions) - resolve(response) - return - } - - // otherwise, use response as-is - response = new Response(body, responseOptions) - resolve(response) - }) - - writeToStream(req, request) - }) -} - -module.exports = fetch - -fetch.isRedirect = code => - code === 301 || - code === 302 || - code === 303 || - code === 307 || - code === 308 - -fetch.Headers = Headers -fetch.Request = Request -fetch.Response = Response -fetch.FetchError = FetchError -fetch.AbortError = AbortError diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/minipass-fetch/lib/request.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/minipass-fetch/lib/request.js deleted file mode 100644 index e620df6..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/minipass-fetch/lib/request.js +++ /dev/null @@ -1,281 +0,0 @@ -'use strict' -const { URL } = require('url') -const Minipass = require('minipass') -const Headers = require('./headers.js') -const { exportNodeCompatibleHeaders } = Headers -const Body = require('./body.js') -const { clone, extractContentType, getTotalBytes } = Body - -const version = require('../package.json').version -const defaultUserAgent = - `minipass-fetch/${version} (+https://github.com/isaacs/minipass-fetch)` - -const INTERNALS = Symbol('Request internals') - -const isRequest = input => - typeof input === 'object' && typeof input[INTERNALS] === 'object' - -const isAbortSignal = signal => { - const proto = ( - signal - && typeof signal === 'object' - && Object.getPrototypeOf(signal) - ) - return !!(proto && proto.constructor.name === 'AbortSignal') -} - -class Request extends Body { - constructor (input, init = {}) { - const parsedURL = isRequest(input) ? new URL(input.url) - : input && input.href ? new URL(input.href) - : new URL(`${input}`) - - if (isRequest(input)) { - init = { ...input[INTERNALS], ...init } - } else if (!input || typeof input === 'string') { - input = {} - } - - const method = (init.method || input.method || 'GET').toUpperCase() - const isGETHEAD = method === 'GET' || method === 'HEAD' - - if ((init.body !== null && init.body !== undefined || - isRequest(input) && input.body !== null) && isGETHEAD) { - throw new TypeError('Request with GET/HEAD method cannot have body') - } - - const inputBody = init.body !== null && init.body !== undefined ? init.body - : isRequest(input) && input.body !== null ? clone(input) - : null - - super(inputBody, { - timeout: init.timeout || input.timeout || 0, - size: init.size || input.size || 0, - }) - - const headers = new Headers(init.headers || input.headers || {}) - - if (inputBody !== null && inputBody !== undefined && - !headers.has('Content-Type')) { - const contentType = extractContentType(inputBody) - if (contentType) { - headers.append('Content-Type', contentType) - } - } - - const signal = 'signal' in init ? init.signal - : null - - if (signal !== null && signal !== undefined && !isAbortSignal(signal)) { - throw new TypeError('Expected signal must be an instanceof AbortSignal') - } - - // TLS specific options that are handled by node - const { - ca, - cert, - ciphers, - clientCertEngine, - crl, - dhparam, - ecdhCurve, - family, - honorCipherOrder, - key, - passphrase, - pfx, - rejectUnauthorized = process.env.NODE_TLS_REJECT_UNAUTHORIZED !== '0', - secureOptions, - secureProtocol, - servername, - sessionIdContext, - } = init - - this[INTERNALS] = { - method, - redirect: init.redirect || input.redirect || 'follow', - headers, - parsedURL, - signal, - ca, - cert, - ciphers, - clientCertEngine, - crl, - dhparam, - ecdhCurve, - family, - honorCipherOrder, - key, - passphrase, - pfx, - rejectUnauthorized, - secureOptions, - secureProtocol, - servername, - sessionIdContext, - } - - // node-fetch-only options - this.follow = init.follow !== undefined ? init.follow - : input.follow !== undefined ? input.follow - : 20 - this.compress = init.compress !== undefined ? init.compress - : input.compress !== undefined ? input.compress - : true - this.counter = init.counter || input.counter || 0 - this.agent = init.agent || input.agent - } - - get method () { - return this[INTERNALS].method - } - - get url () { - return this[INTERNALS].parsedURL.toString() - } - - get headers () { - return this[INTERNALS].headers - } - - get redirect () { - return this[INTERNALS].redirect - } - - get signal () { - return this[INTERNALS].signal - } - - clone () { - return new Request(this) - } - - get [Symbol.toStringTag] () { - return 'Request' - } - - static getNodeRequestOptions (request) { - const parsedURL = request[INTERNALS].parsedURL - const headers = new Headers(request[INTERNALS].headers) - - // fetch step 1.3 - if (!headers.has('Accept')) { - headers.set('Accept', '*/*') - } - - // Basic fetch - if (!/^https?:$/.test(parsedURL.protocol)) { - throw new TypeError('Only HTTP(S) protocols are supported') - } - - if (request.signal && - Minipass.isStream(request.body) && - typeof request.body.destroy !== 'function') { - throw new Error( - 'Cancellation of streamed requests with AbortSignal is not supported') - } - - // HTTP-network-or-cache fetch steps 2.4-2.7 - const contentLengthValue = - (request.body === null || request.body === undefined) && - /^(POST|PUT)$/i.test(request.method) ? '0' - : request.body !== null && request.body !== undefined - ? getTotalBytes(request) - : null - - if (contentLengthValue) { - headers.set('Content-Length', contentLengthValue + '') - } - - // HTTP-network-or-cache fetch step 2.11 - if (!headers.has('User-Agent')) { - headers.set('User-Agent', defaultUserAgent) - } - - // HTTP-network-or-cache fetch step 2.15 - if (request.compress && !headers.has('Accept-Encoding')) { - headers.set('Accept-Encoding', 'gzip,deflate') - } - - const agent = typeof request.agent === 'function' - ? request.agent(parsedURL) - : request.agent - - if (!headers.has('Connection') && !agent) { - headers.set('Connection', 'close') - } - - // TLS specific options that are handled by node - const { - ca, - cert, - ciphers, - clientCertEngine, - crl, - dhparam, - ecdhCurve, - family, - honorCipherOrder, - key, - passphrase, - pfx, - rejectUnauthorized, - secureOptions, - secureProtocol, - servername, - sessionIdContext, - } = request[INTERNALS] - - // HTTP-network fetch step 4.2 - // chunked encoding is handled by Node.js - - // we cannot spread parsedURL directly, so we have to read each property one-by-one - // and map them to the equivalent https?.request() method options - const urlProps = { - auth: parsedURL.username || parsedURL.password - ? `${parsedURL.username}:${parsedURL.password}` - : '', - host: parsedURL.host, - hostname: parsedURL.hostname, - path: `${parsedURL.pathname}${parsedURL.search}`, - port: parsedURL.port, - protocol: parsedURL.protocol, - } - - return { - ...urlProps, - method: request.method, - headers: exportNodeCompatibleHeaders(headers), - agent, - ca, - cert, - ciphers, - clientCertEngine, - crl, - dhparam, - ecdhCurve, - family, - honorCipherOrder, - key, - passphrase, - pfx, - rejectUnauthorized, - secureOptions, - secureProtocol, - servername, - sessionIdContext, - } - } -} - -module.exports = Request - -Object.defineProperties(Request.prototype, { - method: { enumerable: true }, - url: { enumerable: true }, - headers: { enumerable: true }, - redirect: { enumerable: true }, - clone: { enumerable: true }, - signal: { enumerable: true }, -}) diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/minipass-fetch/lib/response.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/minipass-fetch/lib/response.js deleted file mode 100644 index 54cb52d..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/minipass-fetch/lib/response.js +++ /dev/null @@ -1,90 +0,0 @@ -'use strict' -const http = require('http') -const { STATUS_CODES } = http - -const Headers = require('./headers.js') -const Body = require('./body.js') -const { clone, extractContentType } = Body - -const INTERNALS = Symbol('Response internals') - -class Response extends Body { - constructor (body = null, opts = {}) { - super(body, opts) - - const status = opts.status || 200 - const headers = new Headers(opts.headers) - - if (body !== null && body !== undefined && !headers.has('Content-Type')) { - const contentType = extractContentType(body) - if (contentType) { - headers.append('Content-Type', contentType) - } - } - - this[INTERNALS] = { - url: opts.url, - status, - statusText: opts.statusText || STATUS_CODES[status], - headers, - counter: opts.counter, - trailer: Promise.resolve(opts.trailer || new Headers()), - } - } - - get trailer () { - return this[INTERNALS].trailer - } - - get url () { - return this[INTERNALS].url || '' - } - - get status () { - return this[INTERNALS].status - } - - get ok () { - return this[INTERNALS].status >= 200 && this[INTERNALS].status < 300 - } - - get redirected () { - return this[INTERNALS].counter > 0 - } - - get statusText () { - return this[INTERNALS].statusText - } - - get headers () { - return this[INTERNALS].headers - } - - clone () { - return new Response(clone(this), { - url: this.url, - status: this.status, - statusText: this.statusText, - headers: this.headers, - ok: this.ok, - redirected: this.redirected, - trailer: this.trailer, - }) - } - - get [Symbol.toStringTag] () { - return 'Response' - } -} - -module.exports = Response - -Object.defineProperties(Response.prototype, { - url: { enumerable: true }, - status: { enumerable: true }, - ok: { enumerable: true }, - redirected: { enumerable: true }, - statusText: { enumerable: true }, - headers: { enumerable: true }, - clone: { enumerable: true }, -}) diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/minipass-fetch/package.json b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/minipass-fetch/package.json deleted file mode 100644 index ada5aed..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/minipass-fetch/package.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "name": "minipass-fetch", - "version": "2.1.2", - "description": "An implementation of window.fetch in Node.js using Minipass streams", - "license": "MIT", - "main": "lib/index.js", - "scripts": { - "test": "tap", - "snap": "tap", - "preversion": "npm test", - "postversion": "npm publish", - "postpublish": "git push origin --follow-tags", - "lint": "eslint \"**/*.js\"", - "postlint": "template-oss-check", - "lintfix": "npm run lint -- --fix", - "prepublishOnly": "git push origin --follow-tags", - "posttest": "npm run lint", - "template-oss-apply": "template-oss-apply --force" - }, - "tap": { - "coverage-map": "map.js", - "check-coverage": true - }, - "devDependencies": { - "@npmcli/eslint-config": "^3.0.1", - "@npmcli/template-oss": "3.5.0", - "@ungap/url-search-params": "^0.2.2", - "abort-controller": "^3.0.0", - "abortcontroller-polyfill": "~1.7.3", - "encoding": "^0.1.13", - "form-data": "^4.0.0", - "nock": "^13.2.4", - "parted": "^0.1.1", - "string-to-arraybuffer": "^1.0.2", - "tap": "^16.0.0" - }, - "dependencies": { - "minipass": "^3.1.6", - "minipass-sized": "^1.0.3", - "minizlib": "^2.1.2" - }, - "optionalDependencies": { - "encoding": "^0.1.13" - }, - "repository": { - "type": "git", - "url": "https://github.com/npm/minipass-fetch.git" - }, - "keywords": [ - "fetch", - "minipass", - "node-fetch", - "window.fetch" - ], - "files": [ - "bin/", - "lib/" - ], - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - }, - "author": "GitHub Inc.", - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "3.5.0" - } -} diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/minipass/LICENSE b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/minipass/LICENSE deleted file mode 100644 index bf1dece..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/minipass/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -The ISC License - -Copyright (c) 2017-2022 npm, Inc., Isaac Z. Schlueter, and Contributors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/minipass/index.d.ts b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/minipass/index.d.ts deleted file mode 100644 index 65faf63..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/minipass/index.d.ts +++ /dev/null @@ -1,155 +0,0 @@ -/// <reference types="node" /> -import { EventEmitter } from 'events' -import { Stream } from 'stream' - -declare namespace Minipass { - type Encoding = BufferEncoding | 'buffer' | null - - interface Writable extends EventEmitter { - end(): any - write(chunk: any, ...args: any[]): any - } - - interface Readable extends EventEmitter { - pause(): any - resume(): any - pipe(): any - } - - interface Pipe<R, W> { - src: Minipass<R, W> - dest: Writable - opts: PipeOptions - } - - type DualIterable<T> = Iterable<T> & AsyncIterable<T> - - type ContiguousData = Buffer | ArrayBufferLike | ArrayBufferView | string - - type BufferOrString = Buffer | string - - interface StringOptions { - encoding: BufferEncoding - objectMode?: boolean - async?: boolean - } - - interface BufferOptions { - encoding?: null | 'buffer' - objectMode?: boolean - async?: boolean - } - - interface ObjectModeOptions { - objectMode: true - async?: boolean - } - - interface PipeOptions { - end?: boolean - proxyErrors?: boolean - } - - type Options<T> = T extends string - ? StringOptions - : T extends Buffer - ? BufferOptions - : ObjectModeOptions -} - -declare class Minipass< - RType extends any = Buffer, - WType extends any = RType extends Minipass.BufferOrString - ? Minipass.ContiguousData - : RType - > - extends Stream - implements Minipass.DualIterable<RType> -{ - static isStream(stream: any): stream is Minipass.Readable | Minipass.Writable - - readonly bufferLength: number - readonly flowing: boolean - readonly writable: boolean - readonly readable: boolean - readonly paused: boolean - readonly emittedEnd: boolean - readonly destroyed: boolean - - /** - * Not technically private or readonly, but not safe to mutate. - */ - private readonly buffer: RType[] - private readonly pipes: Minipass.Pipe<RType, WType>[] - - /** - * Technically writable, but mutating it can change the type, - * so is not safe to do in TypeScript. - */ - readonly objectMode: boolean - async: boolean - - /** - * Note: encoding is not actually read-only, and setEncoding(enc) - * exists. However, this type definition will insist that TypeScript - * programs declare the type of a Minipass stream up front, and if - * that type is string, then an encoding MUST be set in the ctor. If - * the type is Buffer, then the encoding must be missing, or set to - * 'buffer' or null. If the type is anything else, then objectMode - * must be set in the constructor options. So there is effectively - * no allowed way that a TS program can set the encoding after - * construction, as doing so will destroy any hope of type safety. - * TypeScript does not provide many options for changing the type of - * an object at run-time, which is what changing the encoding does. - */ - readonly encoding: Minipass.Encoding - // setEncoding(encoding: Encoding): void - - // Options required if not reading buffers - constructor( - ...args: RType extends Buffer - ? [] | [Minipass.Options<RType>] - : [Minipass.Options<RType>] - ) - - write(chunk: WType, cb?: () => void): boolean - write(chunk: WType, encoding?: Minipass.Encoding, cb?: () => void): boolean - read(size?: number): RType - end(cb?: () => void): this - end(chunk: any, cb?: () => void): this - end(chunk: any, encoding?: Minipass.Encoding, cb?: () => void): this - pause(): void - resume(): void - promise(): Promise<void> - collect(): Promise<RType[]> - - concat(): RType extends Minipass.BufferOrString ? Promise<RType> : never - destroy(er?: any): void - pipe<W extends Minipass.Writable>(dest: W, opts?: Minipass.PipeOptions): W - unpipe<W extends Minipass.Writable>(dest: W): void - - /** - * alias for on() - */ - addEventHandler(event: string, listener: (...args: any[]) => any): this - - on(event: string, listener: (...args: any[]) => any): this - on(event: 'data', listener: (chunk: RType) => any): this - on(event: 'error', listener: (error: any) => any): this - on( - event: - | 'readable' - | 'drain' - | 'resume' - | 'end' - | 'prefinish' - | 'finish' - | 'close', - listener: () => any - ): this - - [Symbol.iterator](): Iterator<RType> - [Symbol.asyncIterator](): AsyncIterator<RType> -} - -export = Minipass diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/minipass/index.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/minipass/index.js deleted file mode 100644 index e8797aa..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/minipass/index.js +++ /dev/null @@ -1,649 +0,0 @@ -'use strict' -const proc = typeof process === 'object' && process ? process : { - stdout: null, - stderr: null, -} -const EE = require('events') -const Stream = require('stream') -const SD = require('string_decoder').StringDecoder - -const EOF = Symbol('EOF') -const MAYBE_EMIT_END = Symbol('maybeEmitEnd') -const EMITTED_END = Symbol('emittedEnd') -const EMITTING_END = Symbol('emittingEnd') -const EMITTED_ERROR = Symbol('emittedError') -const CLOSED = Symbol('closed') -const READ = Symbol('read') -const FLUSH = Symbol('flush') -const FLUSHCHUNK = Symbol('flushChunk') -const ENCODING = Symbol('encoding') -const DECODER = Symbol('decoder') -const FLOWING = Symbol('flowing') -const PAUSED = Symbol('paused') -const RESUME = Symbol('resume') -const BUFFERLENGTH = Symbol('bufferLength') -const BUFFERPUSH = Symbol('bufferPush') -const BUFFERSHIFT = Symbol('bufferShift') -const OBJECTMODE = Symbol('objectMode') -const DESTROYED = Symbol('destroyed') -const EMITDATA = Symbol('emitData') -const EMITEND = Symbol('emitEnd') -const EMITEND2 = Symbol('emitEnd2') -const ASYNC = Symbol('async') - -const defer = fn => Promise.resolve().then(fn) - -// TODO remove when Node v8 support drops -const doIter = global._MP_NO_ITERATOR_SYMBOLS_ !== '1' -const ASYNCITERATOR = doIter && Symbol.asyncIterator - || Symbol('asyncIterator not implemented') -const ITERATOR = doIter && Symbol.iterator - || Symbol('iterator not implemented') - -// events that mean 'the stream is over' -// these are treated specially, and re-emitted -// if they are listened for after emitting. -const isEndish = ev => - ev === 'end' || - ev === 'finish' || - ev === 'prefinish' - -const isArrayBuffer = b => b instanceof ArrayBuffer || - typeof b === 'object' && - b.constructor && - b.constructor.name === 'ArrayBuffer' && - b.byteLength >= 0 - -const isArrayBufferView = b => !Buffer.isBuffer(b) && ArrayBuffer.isView(b) - -class Pipe { - constructor (src, dest, opts) { - this.src = src - this.dest = dest - this.opts = opts - this.ondrain = () => src[RESUME]() - dest.on('drain', this.ondrain) - } - unpipe () { - this.dest.removeListener('drain', this.ondrain) - } - // istanbul ignore next - only here for the prototype - proxyErrors () {} - end () { - this.unpipe() - if (this.opts.end) - this.dest.end() - } -} - -class PipeProxyErrors extends Pipe { - unpipe () { - this.src.removeListener('error', this.proxyErrors) - super.unpipe() - } - constructor (src, dest, opts) { - super(src, dest, opts) - this.proxyErrors = er => dest.emit('error', er) - src.on('error', this.proxyErrors) - } -} - -module.exports = class Minipass extends Stream { - constructor (options) { - super() - this[FLOWING] = false - // whether we're explicitly paused - this[PAUSED] = false - this.pipes = [] - this.buffer = [] - this[OBJECTMODE] = options && options.objectMode || false - if (this[OBJECTMODE]) - this[ENCODING] = null - else - this[ENCODING] = options && options.encoding || null - if (this[ENCODING] === 'buffer') - this[ENCODING] = null - this[ASYNC] = options && !!options.async || false - this[DECODER] = this[ENCODING] ? new SD(this[ENCODING]) : null - this[EOF] = false - this[EMITTED_END] = false - this[EMITTING_END] = false - this[CLOSED] = false - this[EMITTED_ERROR] = null - this.writable = true - this.readable = true - this[BUFFERLENGTH] = 0 - this[DESTROYED] = false - } - - get bufferLength () { return this[BUFFERLENGTH] } - - get encoding () { return this[ENCODING] } - set encoding (enc) { - if (this[OBJECTMODE]) - throw new Error('cannot set encoding in objectMode') - - if (this[ENCODING] && enc !== this[ENCODING] && - (this[DECODER] && this[DECODER].lastNeed || this[BUFFERLENGTH])) - throw new Error('cannot change encoding') - - if (this[ENCODING] !== enc) { - this[DECODER] = enc ? new SD(enc) : null - if (this.buffer.length) - this.buffer = this.buffer.map(chunk => this[DECODER].write(chunk)) - } - - this[ENCODING] = enc - } - - setEncoding (enc) { - this.encoding = enc - } - - get objectMode () { return this[OBJECTMODE] } - set objectMode (om) { this[OBJECTMODE] = this[OBJECTMODE] || !!om } - - get ['async'] () { return this[ASYNC] } - set ['async'] (a) { this[ASYNC] = this[ASYNC] || !!a } - - write (chunk, encoding, cb) { - if (this[EOF]) - throw new Error('write after end') - - if (this[DESTROYED]) { - this.emit('error', Object.assign( - new Error('Cannot call write after a stream was destroyed'), - { code: 'ERR_STREAM_DESTROYED' } - )) - return true - } - - if (typeof encoding === 'function') - cb = encoding, encoding = 'utf8' - - if (!encoding) - encoding = 'utf8' - - const fn = this[ASYNC] ? defer : f => f() - - // convert array buffers and typed array views into buffers - // at some point in the future, we may want to do the opposite! - // leave strings and buffers as-is - // anything else switches us into object mode - if (!this[OBJECTMODE] && !Buffer.isBuffer(chunk)) { - if (isArrayBufferView(chunk)) - chunk = Buffer.from(chunk.buffer, chunk.byteOffset, chunk.byteLength) - else if (isArrayBuffer(chunk)) - chunk = Buffer.from(chunk) - else if (typeof chunk !== 'string') - // use the setter so we throw if we have encoding set - this.objectMode = true - } - - // handle object mode up front, since it's simpler - // this yields better performance, fewer checks later. - if (this[OBJECTMODE]) { - /* istanbul ignore if - maybe impossible? */ - if (this.flowing && this[BUFFERLENGTH] !== 0) - this[FLUSH](true) - - if (this.flowing) - this.emit('data', chunk) - else - this[BUFFERPUSH](chunk) - - if (this[BUFFERLENGTH] !== 0) - this.emit('readable') - - if (cb) - fn(cb) - - return this.flowing - } - - // at this point the chunk is a buffer or string - // don't buffer it up or send it to the decoder - if (!chunk.length) { - if (this[BUFFERLENGTH] !== 0) - this.emit('readable') - if (cb) - fn(cb) - return this.flowing - } - - // fast-path writing strings of same encoding to a stream with - // an empty buffer, skipping the buffer/decoder dance - if (typeof chunk === 'string' && - // unless it is a string already ready for us to use - !(encoding === this[ENCODING] && !this[DECODER].lastNeed)) { - chunk = Buffer.from(chunk, encoding) - } - - if (Buffer.isBuffer(chunk) && this[ENCODING]) - chunk = this[DECODER].write(chunk) - - // Note: flushing CAN potentially switch us into not-flowing mode - if (this.flowing && this[BUFFERLENGTH] !== 0) - this[FLUSH](true) - - if (this.flowing) - this.emit('data', chunk) - else - this[BUFFERPUSH](chunk) - - if (this[BUFFERLENGTH] !== 0) - this.emit('readable') - - if (cb) - fn(cb) - - return this.flowing - } - - read (n) { - if (this[DESTROYED]) - return null - - if (this[BUFFERLENGTH] === 0 || n === 0 || n > this[BUFFERLENGTH]) { - this[MAYBE_EMIT_END]() - return null - } - - if (this[OBJECTMODE]) - n = null - - if (this.buffer.length > 1 && !this[OBJECTMODE]) { - if (this.encoding) - this.buffer = [this.buffer.join('')] - else - this.buffer = [Buffer.concat(this.buffer, this[BUFFERLENGTH])] - } - - const ret = this[READ](n || null, this.buffer[0]) - this[MAYBE_EMIT_END]() - return ret - } - - [READ] (n, chunk) { - if (n === chunk.length || n === null) - this[BUFFERSHIFT]() - else { - this.buffer[0] = chunk.slice(n) - chunk = chunk.slice(0, n) - this[BUFFERLENGTH] -= n - } - - this.emit('data', chunk) - - if (!this.buffer.length && !this[EOF]) - this.emit('drain') - - return chunk - } - - end (chunk, encoding, cb) { - if (typeof chunk === 'function') - cb = chunk, chunk = null - if (typeof encoding === 'function') - cb = encoding, encoding = 'utf8' - if (chunk) - this.write(chunk, encoding) - if (cb) - this.once('end', cb) - this[EOF] = true - this.writable = false - - // if we haven't written anything, then go ahead and emit, - // even if we're not reading. - // we'll re-emit if a new 'end' listener is added anyway. - // This makes MP more suitable to write-only use cases. - if (this.flowing || !this[PAUSED]) - this[MAYBE_EMIT_END]() - return this - } - - // don't let the internal resume be overwritten - [RESUME] () { - if (this[DESTROYED]) - return - - this[PAUSED] = false - this[FLOWING] = true - this.emit('resume') - if (this.buffer.length) - this[FLUSH]() - else if (this[EOF]) - this[MAYBE_EMIT_END]() - else - this.emit('drain') - } - - resume () { - return this[RESUME]() - } - - pause () { - this[FLOWING] = false - this[PAUSED] = true - } - - get destroyed () { - return this[DESTROYED] - } - - get flowing () { - return this[FLOWING] - } - - get paused () { - return this[PAUSED] - } - - [BUFFERPUSH] (chunk) { - if (this[OBJECTMODE]) - this[BUFFERLENGTH] += 1 - else - this[BUFFERLENGTH] += chunk.length - this.buffer.push(chunk) - } - - [BUFFERSHIFT] () { - if (this.buffer.length) { - if (this[OBJECTMODE]) - this[BUFFERLENGTH] -= 1 - else - this[BUFFERLENGTH] -= this.buffer[0].length - } - return this.buffer.shift() - } - - [FLUSH] (noDrain) { - do {} while (this[FLUSHCHUNK](this[BUFFERSHIFT]())) - - if (!noDrain && !this.buffer.length && !this[EOF]) - this.emit('drain') - } - - [FLUSHCHUNK] (chunk) { - return chunk ? (this.emit('data', chunk), this.flowing) : false - } - - pipe (dest, opts) { - if (this[DESTROYED]) - return - - const ended = this[EMITTED_END] - opts = opts || {} - if (dest === proc.stdout || dest === proc.stderr) - opts.end = false - else - opts.end = opts.end !== false - opts.proxyErrors = !!opts.proxyErrors - - // piping an ended stream ends immediately - if (ended) { - if (opts.end) - dest.end() - } else { - this.pipes.push(!opts.proxyErrors ? new Pipe(this, dest, opts) - : new PipeProxyErrors(this, dest, opts)) - if (this[ASYNC]) - defer(() => this[RESUME]()) - else - this[RESUME]() - } - - return dest - } - - unpipe (dest) { - const p = this.pipes.find(p => p.dest === dest) - if (p) { - this.pipes.splice(this.pipes.indexOf(p), 1) - p.unpipe() - } - } - - addListener (ev, fn) { - return this.on(ev, fn) - } - - on (ev, fn) { - const ret = super.on(ev, fn) - if (ev === 'data' && !this.pipes.length && !this.flowing) - this[RESUME]() - else if (ev === 'readable' && this[BUFFERLENGTH] !== 0) - super.emit('readable') - else if (isEndish(ev) && this[EMITTED_END]) { - super.emit(ev) - this.removeAllListeners(ev) - } else if (ev === 'error' && this[EMITTED_ERROR]) { - if (this[ASYNC]) - defer(() => fn.call(this, this[EMITTED_ERROR])) - else - fn.call(this, this[EMITTED_ERROR]) - } - return ret - } - - get emittedEnd () { - return this[EMITTED_END] - } - - [MAYBE_EMIT_END] () { - if (!this[EMITTING_END] && - !this[EMITTED_END] && - !this[DESTROYED] && - this.buffer.length === 0 && - this[EOF]) { - this[EMITTING_END] = true - this.emit('end') - this.emit('prefinish') - this.emit('finish') - if (this[CLOSED]) - this.emit('close') - this[EMITTING_END] = false - } - } - - emit (ev, data, ...extra) { - // error and close are only events allowed after calling destroy() - if (ev !== 'error' && ev !== 'close' && ev !== DESTROYED && this[DESTROYED]) - return - else if (ev === 'data') { - return !data ? false - : this[ASYNC] ? defer(() => this[EMITDATA](data)) - : this[EMITDATA](data) - } else if (ev === 'end') { - return this[EMITEND]() - } else if (ev === 'close') { - this[CLOSED] = true - // don't emit close before 'end' and 'finish' - if (!this[EMITTED_END] && !this[DESTROYED]) - return - const ret = super.emit('close') - this.removeAllListeners('close') - return ret - } else if (ev === 'error') { - this[EMITTED_ERROR] = data - const ret = super.emit('error', data) - this[MAYBE_EMIT_END]() - return ret - } else if (ev === 'resume') { - const ret = super.emit('resume') - this[MAYBE_EMIT_END]() - return ret - } else if (ev === 'finish' || ev === 'prefinish') { - const ret = super.emit(ev) - this.removeAllListeners(ev) - return ret - } - - // Some other unknown event - const ret = super.emit(ev, data, ...extra) - this[MAYBE_EMIT_END]() - return ret - } - - [EMITDATA] (data) { - for (const p of this.pipes) { - if (p.dest.write(data) === false) - this.pause() - } - const ret = super.emit('data', data) - this[MAYBE_EMIT_END]() - return ret - } - - [EMITEND] () { - if (this[EMITTED_END]) - return - - this[EMITTED_END] = true - this.readable = false - if (this[ASYNC]) - defer(() => this[EMITEND2]()) - else - this[EMITEND2]() - } - - [EMITEND2] () { - if (this[DECODER]) { - const data = this[DECODER].end() - if (data) { - for (const p of this.pipes) { - p.dest.write(data) - } - super.emit('data', data) - } - } - - for (const p of this.pipes) { - p.end() - } - const ret = super.emit('end') - this.removeAllListeners('end') - return ret - } - - // const all = await stream.collect() - collect () { - const buf = [] - if (!this[OBJECTMODE]) - buf.dataLength = 0 - // set the promise first, in case an error is raised - // by triggering the flow here. - const p = this.promise() - this.on('data', c => { - buf.push(c) - if (!this[OBJECTMODE]) - buf.dataLength += c.length - }) - return p.then(() => buf) - } - - // const data = await stream.concat() - concat () { - return this[OBJECTMODE] - ? Promise.reject(new Error('cannot concat in objectMode')) - : this.collect().then(buf => - this[OBJECTMODE] - ? Promise.reject(new Error('cannot concat in objectMode')) - : this[ENCODING] ? buf.join('') : Buffer.concat(buf, buf.dataLength)) - } - - // stream.promise().then(() => done, er => emitted error) - promise () { - return new Promise((resolve, reject) => { - this.on(DESTROYED, () => reject(new Error('stream destroyed'))) - this.on('error', er => reject(er)) - this.on('end', () => resolve()) - }) - } - - // for await (let chunk of stream) - [ASYNCITERATOR] () { - const next = () => { - const res = this.read() - if (res !== null) - return Promise.resolve({ done: false, value: res }) - - if (this[EOF]) - return Promise.resolve({ done: true }) - - let resolve = null - let reject = null - const onerr = er => { - this.removeListener('data', ondata) - this.removeListener('end', onend) - reject(er) - } - const ondata = value => { - this.removeListener('error', onerr) - this.removeListener('end', onend) - this.pause() - resolve({ value: value, done: !!this[EOF] }) - } - const onend = () => { - this.removeListener('error', onerr) - this.removeListener('data', ondata) - resolve({ done: true }) - } - const ondestroy = () => onerr(new Error('stream destroyed')) - return new Promise((res, rej) => { - reject = rej - resolve = res - this.once(DESTROYED, ondestroy) - this.once('error', onerr) - this.once('end', onend) - this.once('data', ondata) - }) - } - - return { next } - } - - // for (let chunk of stream) - [ITERATOR] () { - const next = () => { - const value = this.read() - const done = value === null - return { value, done } - } - return { next } - } - - destroy (er) { - if (this[DESTROYED]) { - if (er) - this.emit('error', er) - else - this.emit(DESTROYED) - return this - } - - this[DESTROYED] = true - - // throw away all buffered data, it's never coming out - this.buffer.length = 0 - this[BUFFERLENGTH] = 0 - - if (typeof this.close === 'function' && !this[CLOSED]) - this.close() - - if (er) - this.emit('error', er) - else // if no error to emit, still reject pending promises - this.emit(DESTROYED) - - return this - } - - static isStream (s) { - return !!s && (s instanceof Minipass || s instanceof Stream || - s instanceof EE && ( - typeof s.pipe === 'function' || // readable - (typeof s.write === 'function' && typeof s.end === 'function') // writable - )) - } -} diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/minipass/package.json b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/minipass/package.json deleted file mode 100644 index 548d03f..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/minipass/package.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "minipass", - "version": "3.3.6", - "description": "minimal implementation of a PassThrough stream", - "main": "index.js", - "types": "index.d.ts", - "dependencies": { - "yallist": "^4.0.0" - }, - "devDependencies": { - "@types/node": "^17.0.41", - "end-of-stream": "^1.4.0", - "prettier": "^2.6.2", - "tap": "^16.2.0", - "through2": "^2.0.3", - "ts-node": "^10.8.1", - "typescript": "^4.7.3" - }, - "scripts": { - "test": "tap", - "preversion": "npm test", - "postversion": "npm publish", - "postpublish": "git push origin --follow-tags" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/isaacs/minipass.git" - }, - "keywords": [ - "passthrough", - "stream" - ], - "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)", - "license": "ISC", - "files": [ - "index.d.ts", - "index.js" - ], - "tap": { - "check-coverage": true - }, - "engines": { - "node": ">=8" - }, - "prettier": { - "semi": false, - "printWidth": 80, - "tabWidth": 2, - "useTabs": false, - "singleQuote": true, - "jsxSingleQuote": false, - "bracketSameLine": true, - "arrowParens": "avoid", - "endOfLine": "lf" - } -} diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/nopt/LICENSE b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/nopt/LICENSE deleted file mode 100644 index 19129e3..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/nopt/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -The ISC License - -Copyright (c) Isaac Z. Schlueter and Contributors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/nopt/README.md b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/nopt/README.md deleted file mode 100644 index a99531c..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/nopt/README.md +++ /dev/null @@ -1,213 +0,0 @@ -If you want to write an option parser, and have it be good, there are -two ways to do it. The Right Way, and the Wrong Way. - -The Wrong Way is to sit down and write an option parser. We've all done -that. - -The Right Way is to write some complex configurable program with so many -options that you hit the limit of your frustration just trying to -manage them all, and defer it with duct-tape solutions until you see -exactly to the core of the problem, and finally snap and write an -awesome option parser. - -If you want to write an option parser, don't write an option parser. -Write a package manager, or a source control system, or a service -restarter, or an operating system. You probably won't end up with a -good one of those, but if you don't give up, and you are relentless and -diligent enough in your procrastination, you may just end up with a very -nice option parser. - -## USAGE - -```javascript -// my-program.js -var nopt = require("nopt") - , Stream = require("stream").Stream - , path = require("path") - , knownOpts = { "foo" : [String, null] - , "bar" : [Stream, Number] - , "baz" : path - , "bloo" : [ "big", "medium", "small" ] - , "flag" : Boolean - , "pick" : Boolean - , "many1" : [String, Array] - , "many2" : [path, Array] - } - , shortHands = { "foofoo" : ["--foo", "Mr. Foo"] - , "b7" : ["--bar", "7"] - , "m" : ["--bloo", "medium"] - , "p" : ["--pick"] - , "f" : ["--flag"] - } - // everything is optional. - // knownOpts and shorthands default to {} - // arg list defaults to process.argv - // slice defaults to 2 - , parsed = nopt(knownOpts, shortHands, process.argv, 2) -console.log(parsed) -``` - -This would give you support for any of the following: - -```console -$ node my-program.js --foo "blerp" --no-flag -{ "foo" : "blerp", "flag" : false } - -$ node my-program.js ---bar 7 --foo "Mr. Hand" --flag -{ bar: 7, foo: "Mr. Hand", flag: true } - -$ node my-program.js --foo "blerp" -f -----p -{ foo: "blerp", flag: true, pick: true } - -$ node my-program.js -fp --foofoo -{ foo: "Mr. Foo", flag: true, pick: true } - -$ node my-program.js --foofoo -- -fp # -- stops the flag parsing. -{ foo: "Mr. Foo", argv: { remain: ["-fp"] } } - -$ node my-program.js --blatzk -fp # unknown opts are ok. -{ blatzk: true, flag: true, pick: true } - -$ node my-program.js --blatzk=1000 -fp # but you need to use = if they have a value -{ blatzk: 1000, flag: true, pick: true } - -$ node my-program.js --no-blatzk -fp # unless they start with "no-" -{ blatzk: false, flag: true, pick: true } - -$ node my-program.js --baz b/a/z # known paths are resolved. -{ baz: "/Users/isaacs/b/a/z" } - -# if Array is one of the types, then it can take many -# values, and will always be an array. The other types provided -# specify what types are allowed in the list. - -$ node my-program.js --many1 5 --many1 null --many1 foo -{ many1: ["5", "null", "foo"] } - -$ node my-program.js --many2 foo --many2 bar -{ many2: ["/path/to/foo", "path/to/bar"] } -``` - -Read the tests at the bottom of `lib/nopt.js` for more examples of -what this puppy can do. - -## Types - -The following types are supported, and defined on `nopt.typeDefs` - -* String: A normal string. No parsing is done. -* path: A file system path. Gets resolved against cwd if not absolute. -* url: A url. If it doesn't parse, it isn't accepted. -* Number: Must be numeric. -* Date: Must parse as a date. If it does, and `Date` is one of the options, - then it will return a Date object, not a string. -* Boolean: Must be either `true` or `false`. If an option is a boolean, - then it does not need a value, and its presence will imply `true` as - the value. To negate boolean flags, do `--no-whatever` or `--whatever - false` -* NaN: Means that the option is strictly not allowed. Any value will - fail. -* Stream: An object matching the "Stream" class in node. Valuable - for use when validating programmatically. (npm uses this to let you - supply any WriteStream on the `outfd` and `logfd` config options.) -* Array: If `Array` is specified as one of the types, then the value - will be parsed as a list of options. This means that multiple values - can be specified, and that the value will always be an array. - -If a type is an array of values not on this list, then those are -considered valid values. For instance, in the example above, the -`--bloo` option can only be one of `"big"`, `"medium"`, or `"small"`, -and any other value will be rejected. - -When parsing unknown fields, `"true"`, `"false"`, and `"null"` will be -interpreted as their JavaScript equivalents. - -You can also mix types and values, or multiple types, in a list. For -instance `{ blah: [Number, null] }` would allow a value to be set to -either a Number or null. When types are ordered, this implies a -preference, and the first type that can be used to properly interpret -the value will be used. - -To define a new type, add it to `nopt.typeDefs`. Each item in that -hash is an object with a `type` member and a `validate` method. The -`type` member is an object that matches what goes in the type list. The -`validate` method is a function that gets called with `validate(data, -key, val)`. Validate methods should assign `data[key]` to the valid -value of `val` if it can be handled properly, or return boolean -`false` if it cannot. - -You can also call `nopt.clean(data, types, typeDefs)` to clean up a -config object and remove its invalid properties. - -## Error Handling - -By default, nopt outputs a warning to standard error when invalid values for -known options are found. You can change this behavior by assigning a method -to `nopt.invalidHandler`. This method will be called with -the offending `nopt.invalidHandler(key, val, types)`. - -If no `nopt.invalidHandler` is assigned, then it will console.error -its whining. If it is assigned to boolean `false` then the warning is -suppressed. - -## Abbreviations - -Yes, they are supported. If you define options like this: - -```javascript -{ "foolhardyelephants" : Boolean -, "pileofmonkeys" : Boolean } -``` - -Then this will work: - -```bash -node program.js --foolhar --pil -node program.js --no-f --pileofmon -# etc. -``` - -## Shorthands - -Shorthands are a hash of shorter option names to a snippet of args that -they expand to. - -If multiple one-character shorthands are all combined, and the -combination does not unambiguously match any other option or shorthand, -then they will be broken up into their constituent parts. For example: - -```json -{ "s" : ["--loglevel", "silent"] -, "g" : "--global" -, "f" : "--force" -, "p" : "--parseable" -, "l" : "--long" -} -``` - -```bash -npm ls -sgflp -# just like doing this: -npm ls --loglevel silent --global --force --long --parseable -``` - -## The Rest of the args - -The config object returned by nopt is given a special member called -`argv`, which is an object with the following fields: - -* `remain`: The remaining args after all the parsing has occurred. -* `original`: The args as they originally appeared. -* `cooked`: The args after flags and shorthands are expanded. - -## Slicing - -Node programs are called with more or less the exact argv as it appears -in C land, after the v8 and node-specific options have been plucked off. -As such, `argv[0]` is always `node` and `argv[1]` is always the -JavaScript program being run. - -That's usually not very useful to you. So they're sliced off by -default. If you want them, then you can pass in `0` as the last -argument, or any other number that you'd like to slice off the start of -the list. diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/nopt/bin/nopt.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/nopt/bin/nopt.js deleted file mode 100755 index bb04291..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/nopt/bin/nopt.js +++ /dev/null @@ -1,56 +0,0 @@ -#!/usr/bin/env node -var nopt = require('../lib/nopt') -var path = require('path') -var types = { num: Number, - bool: Boolean, - help: Boolean, - list: Array, - 'num-list': [Number, Array], - 'str-list': [String, Array], - 'bool-list': [Boolean, Array], - str: String, - clear: Boolean, - config: Boolean, - length: Number, - file: path, -} -var shorthands = { s: ['--str', 'astring'], - b: ['--bool'], - nb: ['--no-bool'], - tft: ['--bool-list', '--no-bool-list', '--bool-list', 'true'], - '?': ['--help'], - h: ['--help'], - H: ['--help'], - n: ['--num', '125'], - c: ['--config'], - l: ['--length'], - f: ['--file'], -} -var parsed = nopt(types - , shorthands - , process.argv - , 2) - -console.log('parsed', parsed) - -if (parsed.help) { - console.log('') - console.log('nopt cli tester') - console.log('') - console.log('types') - console.log(Object.keys(types).map(function M (t) { - var type = types[t] - if (Array.isArray(type)) { - return [t, type.map(function (mappedType) { - return mappedType.name - })] - } - return [t, type && type.name] - }).reduce(function (s, i) { - s[i[0]] = i[1] - return s - }, {})) - console.log('') - console.log('shorthands') - console.log(shorthands) -} diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/nopt/lib/nopt.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/nopt/lib/nopt.js deleted file mode 100644 index 5829c2f..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/nopt/lib/nopt.js +++ /dev/null @@ -1,515 +0,0 @@ -// info about each config option. - -var debug = process.env.DEBUG_NOPT || process.env.NOPT_DEBUG - ? function () { - console.error.apply(console, arguments) - } - : function () {} - -var url = require('url') -var path = require('path') -var Stream = require('stream').Stream -var abbrev = require('abbrev') -var os = require('os') - -module.exports = exports = nopt -exports.clean = clean - -exports.typeDefs = - { String: { type: String, validate: validateString }, - Boolean: { type: Boolean, validate: validateBoolean }, - url: { type: url, validate: validateUrl }, - Number: { type: Number, validate: validateNumber }, - path: { type: path, validate: validatePath }, - Stream: { type: Stream, validate: validateStream }, - Date: { type: Date, validate: validateDate }, - } - -function nopt (types, shorthands, args, slice) { - args = args || process.argv - types = types || {} - shorthands = shorthands || {} - if (typeof slice !== 'number') { - slice = 2 - } - - debug(types, shorthands, args, slice) - - args = args.slice(slice) - var data = {} - var argv = { - remain: [], - cooked: args, - original: args.slice(0), - } - - parse(args, data, argv.remain, types, shorthands) - // now data is full - clean(data, types, exports.typeDefs) - data.argv = argv - Object.defineProperty(data.argv, 'toString', { value: function () { - return this.original.map(JSON.stringify).join(' ') - }, - enumerable: false }) - return data -} - -function clean (data, types, typeDefs) { - typeDefs = typeDefs || exports.typeDefs - var remove = {} - var typeDefault = [false, true, null, String, Array] - - Object.keys(data).forEach(function (k) { - if (k === 'argv') { - return - } - var val = data[k] - var isArray = Array.isArray(val) - var type = types[k] - if (!isArray) { - val = [val] - } - if (!type) { - type = typeDefault - } - if (type === Array) { - type = typeDefault.concat(Array) - } - if (!Array.isArray(type)) { - type = [type] - } - - debug('val=%j', val) - debug('types=', type) - val = val.map(function (v) { - // if it's an unknown value, then parse false/true/null/numbers/dates - if (typeof v === 'string') { - debug('string %j', v) - v = v.trim() - if ((v === 'null' && ~type.indexOf(null)) - || (v === 'true' && - (~type.indexOf(true) || ~type.indexOf(Boolean))) - || (v === 'false' && - (~type.indexOf(false) || ~type.indexOf(Boolean)))) { - v = JSON.parse(v) - debug('jsonable %j', v) - } else if (~type.indexOf(Number) && !isNaN(v)) { - debug('convert to number', v) - v = +v - } else if (~type.indexOf(Date) && !isNaN(Date.parse(v))) { - debug('convert to date', v) - v = new Date(v) - } - } - - if (!Object.prototype.hasOwnProperty.call(types, k)) { - return v - } - - // allow `--no-blah` to set 'blah' to null if null is allowed - if (v === false && ~type.indexOf(null) && - !(~type.indexOf(false) || ~type.indexOf(Boolean))) { - v = null - } - - var d = {} - d[k] = v - debug('prevalidated val', d, v, types[k]) - if (!validate(d, k, v, types[k], typeDefs)) { - if (exports.invalidHandler) { - exports.invalidHandler(k, v, types[k], data) - } else if (exports.invalidHandler !== false) { - debug('invalid: ' + k + '=' + v, types[k]) - } - return remove - } - debug('validated v', d, v, types[k]) - return d[k] - }).filter(function (v) { - return v !== remove - }) - - // if we allow Array specifically, then an empty array is how we - // express 'no value here', not null. Allow it. - if (!val.length && type.indexOf(Array) === -1) { - debug('VAL HAS NO LENGTH, DELETE IT', val, k, type.indexOf(Array)) - delete data[k] - } else if (isArray) { - debug(isArray, data[k], val) - data[k] = val - } else { - data[k] = val[0] - } - - debug('k=%s val=%j', k, val, data[k]) - }) -} - -function validateString (data, k, val) { - data[k] = String(val) -} - -function validatePath (data, k, val) { - if (val === true) { - return false - } - if (val === null) { - return true - } - - val = String(val) - - var isWin = process.platform === 'win32' - var homePattern = isWin ? /^~(\/|\\)/ : /^~\// - var home = os.homedir() - - if (home && val.match(homePattern)) { - data[k] = path.resolve(home, val.slice(2)) - } else { - data[k] = path.resolve(val) - } - return true -} - -function validateNumber (data, k, val) { - debug('validate Number %j %j %j', k, val, isNaN(val)) - if (isNaN(val)) { - return false - } - data[k] = +val -} - -function validateDate (data, k, val) { - var s = Date.parse(val) - debug('validate Date %j %j %j', k, val, s) - if (isNaN(s)) { - return false - } - data[k] = new Date(val) -} - -function validateBoolean (data, k, val) { - if (val instanceof Boolean) { - val = val.valueOf() - } else if (typeof val === 'string') { - if (!isNaN(val)) { - val = !!(+val) - } else if (val === 'null' || val === 'false') { - val = false - } else { - val = true - } - } else { - val = !!val - } - data[k] = val -} - -function validateUrl (data, k, val) { - // Changing this would be a breaking change in the npm cli - /* eslint-disable-next-line node/no-deprecated-api */ - val = url.parse(String(val)) - if (!val.host) { - return false - } - data[k] = val.href -} - -function validateStream (data, k, val) { - if (!(val instanceof Stream)) { - return false - } - data[k] = val -} - -function validate (data, k, val, type, typeDefs) { - // arrays are lists of types. - if (Array.isArray(type)) { - for (let i = 0, l = type.length; i < l; i++) { - if (type[i] === Array) { - continue - } - if (validate(data, k, val, type[i], typeDefs)) { - return true - } - } - delete data[k] - return false - } - - // an array of anything? - if (type === Array) { - return true - } - - // Original comment: - // NaN is poisonous. Means that something is not allowed. - // New comment: Changing this to an isNaN check breaks a lot of tests. - // Something is being assumed here that is not actually what happens in - // practice. Fixing it is outside the scope of getting linting to pass in - // this repo. Leaving as-is for now. - /* eslint-disable-next-line no-self-compare */ - if (type !== type) { - debug('Poison NaN', k, val, type) - delete data[k] - return false - } - - // explicit list of values - if (val === type) { - debug('Explicitly allowed %j', val) - // if (isArray) (data[k] = data[k] || []).push(val) - // else data[k] = val - data[k] = val - return true - } - - // now go through the list of typeDefs, validate against each one. - var ok = false - var types = Object.keys(typeDefs) - for (let i = 0, l = types.length; i < l; i++) { - debug('test type %j %j %j', k, val, types[i]) - var t = typeDefs[types[i]] - if (t && ( - (type && type.name && t.type && t.type.name) ? - (type.name === t.type.name) : - (type === t.type) - )) { - var d = {} - ok = t.validate(d, k, val) !== false - val = d[k] - if (ok) { - // if (isArray) (data[k] = data[k] || []).push(val) - // else data[k] = val - data[k] = val - break - } - } - } - debug('OK? %j (%j %j %j)', ok, k, val, types[types.length - 1]) - - if (!ok) { - delete data[k] - } - return ok -} - -function parse (args, data, remain, types, shorthands) { - debug('parse', args, data, remain) - - var abbrevs = abbrev(Object.keys(types)) - var shortAbbr = abbrev(Object.keys(shorthands)) - - for (var i = 0; i < args.length; i++) { - var arg = args[i] - debug('arg', arg) - - if (arg.match(/^-{2,}$/)) { - // done with keys. - // the rest are args. - remain.push.apply(remain, args.slice(i + 1)) - args[i] = '--' - break - } - var hadEq = false - if (arg.charAt(0) === '-' && arg.length > 1) { - var at = arg.indexOf('=') - if (at > -1) { - hadEq = true - var v = arg.slice(at + 1) - arg = arg.slice(0, at) - args.splice(i, 1, arg, v) - } - - // see if it's a shorthand - // if so, splice and back up to re-parse it. - var shRes = resolveShort(arg, shorthands, shortAbbr, abbrevs) - debug('arg=%j shRes=%j', arg, shRes) - if (shRes) { - debug(arg, shRes) - args.splice.apply(args, [i, 1].concat(shRes)) - if (arg !== shRes[0]) { - i-- - continue - } - } - arg = arg.replace(/^-+/, '') - var no = null - while (arg.toLowerCase().indexOf('no-') === 0) { - no = !no - arg = arg.slice(3) - } - - if (abbrevs[arg]) { - arg = abbrevs[arg] - } - - var argType = types[arg] - var isTypeArray = Array.isArray(argType) - if (isTypeArray && argType.length === 1) { - isTypeArray = false - argType = argType[0] - } - - var isArray = argType === Array || - isTypeArray && argType.indexOf(Array) !== -1 - - // allow unknown things to be arrays if specified multiple times. - if ( - !Object.prototype.hasOwnProperty.call(types, arg) && - Object.prototype.hasOwnProperty.call(data, arg) - ) { - if (!Array.isArray(data[arg])) { - data[arg] = [data[arg]] - } - isArray = true - } - - var val - var la = args[i + 1] - - var isBool = typeof no === 'boolean' || - argType === Boolean || - isTypeArray && argType.indexOf(Boolean) !== -1 || - (typeof argType === 'undefined' && !hadEq) || - (la === 'false' && - (argType === null || - isTypeArray && ~argType.indexOf(null))) - - if (isBool) { - // just set and move along - val = !no - // however, also support --bool true or --bool false - if (la === 'true' || la === 'false') { - val = JSON.parse(la) - la = null - if (no) { - val = !val - } - i++ - } - - // also support "foo":[Boolean, "bar"] and "--foo bar" - if (isTypeArray && la) { - if (~argType.indexOf(la)) { - // an explicit type - val = la - i++ - } else if (la === 'null' && ~argType.indexOf(null)) { - // null allowed - val = null - i++ - } else if (!la.match(/^-{2,}[^-]/) && - !isNaN(la) && - ~argType.indexOf(Number)) { - // number - val = +la - i++ - } else if (!la.match(/^-[^-]/) && ~argType.indexOf(String)) { - // string - val = la - i++ - } - } - - if (isArray) { - (data[arg] = data[arg] || []).push(val) - } else { - data[arg] = val - } - - continue - } - - if (argType === String) { - if (la === undefined) { - la = '' - } else if (la.match(/^-{1,2}[^-]+/)) { - la = '' - i-- - } - } - - if (la && la.match(/^-{2,}$/)) { - la = undefined - i-- - } - - val = la === undefined ? true : la - if (isArray) { - (data[arg] = data[arg] || []).push(val) - } else { - data[arg] = val - } - - i++ - continue - } - remain.push(arg) - } -} - -function resolveShort (arg, shorthands, shortAbbr, abbrevs) { - // handle single-char shorthands glommed together, like - // npm ls -glp, but only if there is one dash, and only if - // all of the chars are single-char shorthands, and it's - // not a match to some other abbrev. - arg = arg.replace(/^-+/, '') - - // if it's an exact known option, then don't go any further - if (abbrevs[arg] === arg) { - return null - } - - // if it's an exact known shortopt, same deal - if (shorthands[arg]) { - // make it an array, if it's a list of words - if (shorthands[arg] && !Array.isArray(shorthands[arg])) { - shorthands[arg] = shorthands[arg].split(/\s+/) - } - - return shorthands[arg] - } - - // first check to see if this arg is a set of single-char shorthands - var singles = shorthands.___singles - if (!singles) { - singles = Object.keys(shorthands).filter(function (s) { - return s.length === 1 - }).reduce(function (l, r) { - l[r] = true - return l - }, {}) - shorthands.___singles = singles - debug('shorthand singles', singles) - } - - var chrs = arg.split('').filter(function (c) { - return singles[c] - }) - - if (chrs.join('') === arg) { - return chrs.map(function (c) { - return shorthands[c] - }).reduce(function (l, r) { - return l.concat(r) - }, []) - } - - // if it's an arg abbrev, and not a literal shorthand, then prefer the arg - if (abbrevs[arg] && !shorthands[arg]) { - return null - } - - // if it's an abbr for a shorthand, then use that - if (shortAbbr[arg]) { - arg = shortAbbr[arg] - } - - // make it an array, if it's a list of words - if (shorthands[arg] && !Array.isArray(shorthands[arg])) { - shorthands[arg] = shorthands[arg].split(/\s+/) - } - - return shorthands[arg] -} diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/nopt/package.json b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/nopt/package.json deleted file mode 100644 index a3cd13d..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/nopt/package.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "name": "nopt", - "version": "6.0.0", - "description": "Option parsing for Node, supporting types, shorthands, etc. Used by npm.", - "author": "GitHub Inc.", - "main": "lib/nopt.js", - "scripts": { - "preversion": "npm test", - "postversion": "npm publish", - "prepublishOnly": "git push origin --follow-tags", - "test": "tap", - "lint": "eslint \"**/*.js\"", - "postlint": "template-oss-check", - "template-oss-apply": "template-oss-apply --force", - "lintfix": "npm run lint -- --fix", - "snap": "tap", - "posttest": "npm run lint" - }, - "repository": { - "type": "git", - "url": "https://github.com/npm/nopt.git" - }, - "bin": { - "nopt": "bin/nopt.js" - }, - "license": "ISC", - "dependencies": { - "abbrev": "^1.0.0" - }, - "devDependencies": { - "@npmcli/eslint-config": "^3.0.1", - "@npmcli/template-oss": "3.5.0", - "tap": "^16.3.0" - }, - "tap": { - "lines": 87, - "functions": 91, - "branches": 81, - "statements": 87 - }, - "files": [ - "bin/", - "lib/" - ], - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "windowsCI": false, - "version": "3.5.0" - } -} diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/LICENSE.md b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/LICENSE.md deleted file mode 100644 index 5fc208f..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/LICENSE.md +++ /dev/null @@ -1,20 +0,0 @@ -<!-- This file is automatically added by @npmcli/template-oss. Do not edit. --> - -ISC License - -Copyright npm, Inc. - -Permission to use, copy, modify, and/or distribute this -software for any purpose with or without fee is hereby -granted, provided that the above copyright notice and this -permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND NPM DISCLAIMS ALL -WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO -EVENT SHALL NPM BE LIABLE FOR ANY SPECIAL, DIRECT, -INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER -TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE -USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/lib/log.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/lib/log.js deleted file mode 100644 index be650c6..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/lib/log.js +++ /dev/null @@ -1,404 +0,0 @@ -'use strict' -var Progress = require('are-we-there-yet') -var Gauge = require('gauge') -var EE = require('events').EventEmitter -var log = exports = module.exports = new EE() -var util = require('util') - -var setBlocking = require('set-blocking') -var consoleControl = require('console-control-strings') - -setBlocking(true) -var stream = process.stderr -Object.defineProperty(log, 'stream', { - set: function (newStream) { - stream = newStream - if (this.gauge) { - this.gauge.setWriteTo(stream, stream) - } - }, - get: function () { - return stream - }, -}) - -// by default, decide based on tty-ness. -var colorEnabled -log.useColor = function () { - return colorEnabled != null ? colorEnabled : stream.isTTY -} - -log.enableColor = function () { - colorEnabled = true - this.gauge.setTheme({ hasColor: colorEnabled, hasUnicode: unicodeEnabled }) -} -log.disableColor = function () { - colorEnabled = false - this.gauge.setTheme({ hasColor: colorEnabled, hasUnicode: unicodeEnabled }) -} - -// default level -log.level = 'info' - -log.gauge = new Gauge(stream, { - enabled: false, // no progress bars unless asked - theme: { hasColor: log.useColor() }, - template: [ - { type: 'progressbar', length: 20 }, - { type: 'activityIndicator', kerning: 1, length: 1 }, - { type: 'section', default: '' }, - ':', - { type: 'logline', kerning: 1, default: '' }, - ], -}) - -log.tracker = new Progress.TrackerGroup() - -// we track this separately as we may need to temporarily disable the -// display of the status bar for our own loggy purposes. -log.progressEnabled = log.gauge.isEnabled() - -var unicodeEnabled - -log.enableUnicode = function () { - unicodeEnabled = true - this.gauge.setTheme({ hasColor: this.useColor(), hasUnicode: unicodeEnabled }) -} - -log.disableUnicode = function () { - unicodeEnabled = false - this.gauge.setTheme({ hasColor: this.useColor(), hasUnicode: unicodeEnabled }) -} - -log.setGaugeThemeset = function (themes) { - this.gauge.setThemeset(themes) -} - -log.setGaugeTemplate = function (template) { - this.gauge.setTemplate(template) -} - -log.enableProgress = function () { - if (this.progressEnabled) { - return - } - - this.progressEnabled = true - this.tracker.on('change', this.showProgress) - if (this._paused) { - return - } - - this.gauge.enable() -} - -log.disableProgress = function () { - if (!this.progressEnabled) { - return - } - this.progressEnabled = false - this.tracker.removeListener('change', this.showProgress) - this.gauge.disable() -} - -var trackerConstructors = ['newGroup', 'newItem', 'newStream'] - -var mixinLog = function (tracker) { - // mixin the public methods from log into the tracker - // (except: conflicts and one's we handle specially) - Object.keys(log).forEach(function (P) { - if (P[0] === '_') { - return - } - - if (trackerConstructors.filter(function (C) { - return C === P - }).length) { - return - } - - if (tracker[P]) { - return - } - - if (typeof log[P] !== 'function') { - return - } - - var func = log[P] - tracker[P] = function () { - return func.apply(log, arguments) - } - }) - // if the new tracker is a group, make sure any subtrackers get - // mixed in too - if (tracker instanceof Progress.TrackerGroup) { - trackerConstructors.forEach(function (C) { - var func = tracker[C] - tracker[C] = function () { - return mixinLog(func.apply(tracker, arguments)) - } - }) - } - return tracker -} - -// Add tracker constructors to the top level log object -trackerConstructors.forEach(function (C) { - log[C] = function () { - return mixinLog(this.tracker[C].apply(this.tracker, arguments)) - } -}) - -log.clearProgress = function (cb) { - if (!this.progressEnabled) { - return cb && process.nextTick(cb) - } - - this.gauge.hide(cb) -} - -log.showProgress = function (name, completed) { - if (!this.progressEnabled) { - return - } - - var values = {} - if (name) { - values.section = name - } - - var last = log.record[log.record.length - 1] - if (last) { - values.subsection = last.prefix - var disp = log.disp[last.level] || last.level - var logline = this._format(disp, log.style[last.level]) - if (last.prefix) { - logline += ' ' + this._format(last.prefix, this.prefixStyle) - } - - logline += ' ' + last.message.split(/\r?\n/)[0] - values.logline = logline - } - values.completed = completed || this.tracker.completed() - this.gauge.show(values) -}.bind(log) // bind for use in tracker's on-change listener - -// temporarily stop emitting, but don't drop -log.pause = function () { - this._paused = true - if (this.progressEnabled) { - this.gauge.disable() - } -} - -log.resume = function () { - if (!this._paused) { - return - } - - this._paused = false - - var b = this._buffer - this._buffer = [] - b.forEach(function (m) { - this.emitLog(m) - }, this) - if (this.progressEnabled) { - this.gauge.enable() - } -} - -log._buffer = [] - -var id = 0 -log.record = [] -log.maxRecordSize = 10000 -log.log = function (lvl, prefix, message) { - var l = this.levels[lvl] - if (l === undefined) { - return this.emit('error', new Error(util.format( - 'Undefined log level: %j', lvl))) - } - - var a = new Array(arguments.length - 2) - var stack = null - for (var i = 2; i < arguments.length; i++) { - var arg = a[i - 2] = arguments[i] - - // resolve stack traces to a plain string. - if (typeof arg === 'object' && arg instanceof Error && arg.stack) { - Object.defineProperty(arg, 'stack', { - value: stack = arg.stack + '', - enumerable: true, - writable: true, - }) - } - } - if (stack) { - a.unshift(stack + '\n') - } - message = util.format.apply(util, a) - - var m = { - id: id++, - level: lvl, - prefix: String(prefix || ''), - message: message, - messageRaw: a, - } - - this.emit('log', m) - this.emit('log.' + lvl, m) - if (m.prefix) { - this.emit(m.prefix, m) - } - - this.record.push(m) - var mrs = this.maxRecordSize - var n = this.record.length - mrs - if (n > mrs / 10) { - var newSize = Math.floor(mrs * 0.9) - this.record = this.record.slice(-1 * newSize) - } - - this.emitLog(m) -}.bind(log) - -log.emitLog = function (m) { - if (this._paused) { - this._buffer.push(m) - return - } - if (this.progressEnabled) { - this.gauge.pulse(m.prefix) - } - - var l = this.levels[m.level] - if (l === undefined) { - return - } - - if (l < this.levels[this.level]) { - return - } - - if (l > 0 && !isFinite(l)) { - return - } - - // If 'disp' is null or undefined, use the lvl as a default - // Allows: '', 0 as valid disp - var disp = log.disp[m.level] != null ? log.disp[m.level] : m.level - this.clearProgress() - m.message.split(/\r?\n/).forEach(function (line) { - var heading = this.heading - if (heading) { - this.write(heading, this.headingStyle) - this.write(' ') - } - this.write(disp, log.style[m.level]) - var p = m.prefix || '' - if (p) { - this.write(' ') - } - - this.write(p, this.prefixStyle) - this.write(' ' + line + '\n') - }, this) - this.showProgress() -} - -log._format = function (msg, style) { - if (!stream) { - return - } - - var output = '' - if (this.useColor()) { - style = style || {} - var settings = [] - if (style.fg) { - settings.push(style.fg) - } - - if (style.bg) { - settings.push('bg' + style.bg[0].toUpperCase() + style.bg.slice(1)) - } - - if (style.bold) { - settings.push('bold') - } - - if (style.underline) { - settings.push('underline') - } - - if (style.inverse) { - settings.push('inverse') - } - - if (settings.length) { - output += consoleControl.color(settings) - } - - if (style.beep) { - output += consoleControl.beep() - } - } - output += msg - if (this.useColor()) { - output += consoleControl.color('reset') - } - - return output -} - -log.write = function (msg, style) { - if (!stream) { - return - } - - stream.write(this._format(msg, style)) -} - -log.addLevel = function (lvl, n, style, disp) { - // If 'disp' is null or undefined, use the lvl as a default - if (disp == null) { - disp = lvl - } - - this.levels[lvl] = n - this.style[lvl] = style - if (!this[lvl]) { - this[lvl] = function () { - var a = new Array(arguments.length + 1) - a[0] = lvl - for (var i = 0; i < arguments.length; i++) { - a[i + 1] = arguments[i] - } - - return this.log.apply(this, a) - }.bind(this) - } - this.disp[lvl] = disp -} - -log.prefixStyle = { fg: 'magenta' } -log.headingStyle = { fg: 'white', bg: 'black' } - -log.style = {} -log.levels = {} -log.disp = {} -log.addLevel('silly', -Infinity, { inverse: true }, 'sill') -log.addLevel('verbose', 1000, { fg: 'cyan', bg: 'black' }, 'verb') -log.addLevel('info', 2000, { fg: 'green' }) -log.addLevel('timing', 2500, { fg: 'green', bg: 'black' }) -log.addLevel('http', 3000, { fg: 'green', bg: 'black' }) -log.addLevel('notice', 3500, { fg: 'cyan', bg: 'black' }) -log.addLevel('warn', 4000, { fg: 'black', bg: 'yellow' }, 'WARN') -log.addLevel('error', 5000, { fg: 'red', bg: 'black' }, 'ERR!') -log.addLevel('silent', Infinity) - -// allow 'error' prefix -log.on('error', function () {}) diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/package.json b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/package.json deleted file mode 100644 index bdb5a38..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/package.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "author": "GitHub Inc.", - "name": "npmlog", - "description": "logger for npm", - "version": "6.0.2", - "repository": { - "type": "git", - "url": "https://github.com/npm/npmlog.git" - }, - "main": "lib/log.js", - "files": [ - "bin/", - "lib/" - ], - "scripts": { - "test": "tap", - "npmclilint": "npmcli-lint", - "lint": "eslint \"**/*.js\"", - "lintfix": "npm run lint -- --fix", - "posttest": "npm run lint", - "postsnap": "npm run lintfix --", - "postlint": "template-oss-check", - "preversion": "npm test", - "postversion": "npm publish", - "prepublishOnly": "git push origin --follow-tags", - "snap": "tap", - "template-oss-apply": "template-oss-apply --force" - }, - "dependencies": { - "are-we-there-yet": "^3.0.0", - "console-control-strings": "^1.1.0", - "gauge": "^4.0.3", - "set-blocking": "^2.0.0" - }, - "devDependencies": { - "@npmcli/eslint-config": "^3.0.1", - "@npmcli/template-oss": "3.4.1", - "tap": "^16.0.1" - }, - "license": "ISC", - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - }, - "tap": { - "branches": 95 - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "3.4.1" - } -} diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/CONTRIBUTING.md b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/CONTRIBUTING.md deleted file mode 100644 index f478d58..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/CONTRIBUTING.md +++ /dev/null @@ -1,38 +0,0 @@ -# Developer's Certificate of Origin 1.1 - -By making a contribution to this project, I certify that: - -* (a) The contribution was created in whole or in part by me and I - have the right to submit it under the open source license - indicated in the file; or - -* (b) The contribution is based upon previous work that, to the best - of my knowledge, is covered under an appropriate open source - license and I have the right under that license to submit that - work with modifications, whether created in whole or in part - by me, under the same open source license (unless I am - permitted to submit under a different license), as indicated - in the file; or - -* (c) The contribution was provided directly to me by some other - person who certified (a), (b) or (c) and I have not modified - it. - -* (d) I understand and agree that this project and the contribution - are public and that a record of the contribution (including all - personal information I submit with it, including my sign-off) is - maintained indefinitely and may be redistributed consistent with - this project or the open source license(s) involved. - -## Moderation Policy - -The [Node.js Moderation Policy] applies to this WG. - -## Code of Conduct - -The [Node.js Code of Conduct][] applies to this WG. - -[Node.js Code of Conduct]: -https://github.com/nodejs/node/blob/master/CODE_OF_CONDUCT.md -[Node.js Moderation Policy]: -https://github.com/nodejs/TSC/blob/master/Moderation-Policy.md diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/GOVERNANCE.md b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/GOVERNANCE.md deleted file mode 100644 index 16ffb93..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/GOVERNANCE.md +++ /dev/null @@ -1,136 +0,0 @@ -### Streams Working Group - -The Node.js Streams is jointly governed by a Working Group -(WG) -that is responsible for high-level guidance of the project. - -The WG has final authority over this project including: - -* Technical direction -* Project governance and process (including this policy) -* Contribution policy -* GitHub repository hosting -* Conduct guidelines -* Maintaining the list of additional Collaborators - -For the current list of WG members, see the project -[README.md](./README.md#current-project-team-members). - -### Collaborators - -The readable-stream GitHub repository is -maintained by the WG and additional Collaborators who are added by the -WG on an ongoing basis. - -Individuals making significant and valuable contributions are made -Collaborators and given commit-access to the project. These -individuals are identified by the WG and their addition as -Collaborators is discussed during the WG meeting. - -_Note:_ If you make a significant contribution and are not considered -for commit-access log an issue or contact a WG member directly and it -will be brought up in the next WG meeting. - -Modifications of the contents of the readable-stream repository are -made on -a collaborative basis. Anybody with a GitHub account may propose a -modification via pull request and it will be considered by the project -Collaborators. All pull requests must be reviewed and accepted by a -Collaborator with sufficient expertise who is able to take full -responsibility for the change. In the case of pull requests proposed -by an existing Collaborator, an additional Collaborator is required -for sign-off. Consensus should be sought if additional Collaborators -participate and there is disagreement around a particular -modification. See _Consensus Seeking Process_ below for further detail -on the consensus model used for governance. - -Collaborators may opt to elevate significant or controversial -modifications, or modifications that have not found consensus to the -WG for discussion by assigning the ***WG-agenda*** tag to a pull -request or issue. The WG should serve as the final arbiter where -required. - -For the current list of Collaborators, see the project -[README.md](./README.md#members). - -### WG Membership - -WG seats are not time-limited. There is no fixed size of the WG. -However, the expected target is between 6 and 12, to ensure adequate -coverage of important areas of expertise, balanced with the ability to -make decisions efficiently. - -There is no specific set of requirements or qualifications for WG -membership beyond these rules. - -The WG may add additional members to the WG by unanimous consensus. - -A WG member may be removed from the WG by voluntary resignation, or by -unanimous consensus of all other WG members. - -Changes to WG membership should be posted in the agenda, and may be -suggested as any other agenda item (see "WG Meetings" below). - -If an addition or removal is proposed during a meeting, and the full -WG is not in attendance to participate, then the addition or removal -is added to the agenda for the subsequent meeting. This is to ensure -that all members are given the opportunity to participate in all -membership decisions. If a WG member is unable to attend a meeting -where a planned membership decision is being made, then their consent -is assumed. - -No more than 1/3 of the WG members may be affiliated with the same -employer. If removal or resignation of a WG member, or a change of -employment by a WG member, creates a situation where more than 1/3 of -the WG membership shares an employer, then the situation must be -immediately remedied by the resignation or removal of one or more WG -members affiliated with the over-represented employer(s). - -### WG Meetings - -The WG meets occasionally on a Google Hangout On Air. A designated moderator -approved by the WG runs the meeting. Each meeting should be -published to YouTube. - -Items are added to the WG agenda that are considered contentious or -are modifications of governance, contribution policy, WG membership, -or release process. - -The intention of the agenda is not to approve or review all patches; -that should happen continuously on GitHub and be handled by the larger -group of Collaborators. - -Any community member or contributor can ask that something be added to -the next meeting's agenda by logging a GitHub Issue. Any Collaborator, -WG member or the moderator can add the item to the agenda by adding -the ***WG-agenda*** tag to the issue. - -Prior to each WG meeting the moderator will share the Agenda with -members of the WG. WG members can add any items they like to the -agenda at the beginning of each meeting. The moderator and the WG -cannot veto or remove items. - -The WG may invite persons or representatives from certain projects to -participate in a non-voting capacity. - -The moderator is responsible for summarizing the discussion of each -agenda item and sends it as a pull request after the meeting. - -### Consensus Seeking Process - -The WG follows a -[Consensus -Seeking](http://en.wikipedia.org/wiki/Consensus-seeking_decision-making) -decision-making model. - -When an agenda item has appeared to reach a consensus the moderator -will ask "Does anyone object?" as a final call for dissent from the -consensus. - -If an agenda item cannot reach a consensus a WG member can call for -either a closing vote or a vote to table the issue to the next -meeting. The call for a vote must be seconded by a majority of the WG -or else the discussion will continue. Simple majority wins. - -Note that changes to WG membership require a majority consensus. See -"WG Membership" above. diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/LICENSE b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/LICENSE deleted file mode 100644 index 2873b3b..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/LICENSE +++ /dev/null @@ -1,47 +0,0 @@ -Node.js is licensed for use as follows: - -""" -Copyright Node.js contributors. All rights reserved. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to -deal in the Software without restriction, including without limitation the -rights to use, copy, modify, merge, publish, distribute, sublicense, and/or -sell copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS -IN THE SOFTWARE. -""" - -This license applies to parts of Node.js originating from the -https://github.com/joyent/node repository: - -""" -Copyright Joyent, Inc. and other Node contributors. All rights reserved. -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to -deal in the Software without restriction, including without limitation the -rights to use, copy, modify, merge, publish, distribute, sublicense, and/or -sell copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS -IN THE SOFTWARE. -""" diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/errors-browser.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/errors-browser.js deleted file mode 100644 index fb8e73e..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/errors-browser.js +++ /dev/null @@ -1,127 +0,0 @@ -'use strict'; - -function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; subClass.__proto__ = superClass; } - -var codes = {}; - -function createErrorType(code, message, Base) { - if (!Base) { - Base = Error; - } - - function getMessage(arg1, arg2, arg3) { - if (typeof message === 'string') { - return message; - } else { - return message(arg1, arg2, arg3); - } - } - - var NodeError = - /*#__PURE__*/ - function (_Base) { - _inheritsLoose(NodeError, _Base); - - function NodeError(arg1, arg2, arg3) { - return _Base.call(this, getMessage(arg1, arg2, arg3)) || this; - } - - return NodeError; - }(Base); - - NodeError.prototype.name = Base.name; - NodeError.prototype.code = code; - codes[code] = NodeError; -} // https://github.com/nodejs/node/blob/v10.8.0/lib/internal/errors.js - - -function oneOf(expected, thing) { - if (Array.isArray(expected)) { - var len = expected.length; - expected = expected.map(function (i) { - return String(i); - }); - - if (len > 2) { - return "one of ".concat(thing, " ").concat(expected.slice(0, len - 1).join(', '), ", or ") + expected[len - 1]; - } else if (len === 2) { - return "one of ".concat(thing, " ").concat(expected[0], " or ").concat(expected[1]); - } else { - return "of ".concat(thing, " ").concat(expected[0]); - } - } else { - return "of ".concat(thing, " ").concat(String(expected)); - } -} // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/startsWith - - -function startsWith(str, search, pos) { - return str.substr(!pos || pos < 0 ? 0 : +pos, search.length) === search; -} // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/endsWith - - -function endsWith(str, search, this_len) { - if (this_len === undefined || this_len > str.length) { - this_len = str.length; - } - - return str.substring(this_len - search.length, this_len) === search; -} // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/includes - - -function includes(str, search, start) { - if (typeof start !== 'number') { - start = 0; - } - - if (start + search.length > str.length) { - return false; - } else { - return str.indexOf(search, start) !== -1; - } -} - -createErrorType('ERR_INVALID_OPT_VALUE', function (name, value) { - return 'The value "' + value + '" is invalid for option "' + name + '"'; -}, TypeError); -createErrorType('ERR_INVALID_ARG_TYPE', function (name, expected, actual) { - // determiner: 'must be' or 'must not be' - var determiner; - - if (typeof expected === 'string' && startsWith(expected, 'not ')) { - determiner = 'must not be'; - expected = expected.replace(/^not /, ''); - } else { - determiner = 'must be'; - } - - var msg; - - if (endsWith(name, ' argument')) { - // For cases like 'first argument' - msg = "The ".concat(name, " ").concat(determiner, " ").concat(oneOf(expected, 'type')); - } else { - var type = includes(name, '.') ? 'property' : 'argument'; - msg = "The \"".concat(name, "\" ").concat(type, " ").concat(determiner, " ").concat(oneOf(expected, 'type')); - } - - msg += ". Received type ".concat(typeof actual); - return msg; -}, TypeError); -createErrorType('ERR_STREAM_PUSH_AFTER_EOF', 'stream.push() after EOF'); -createErrorType('ERR_METHOD_NOT_IMPLEMENTED', function (name) { - return 'The ' + name + ' method is not implemented'; -}); -createErrorType('ERR_STREAM_PREMATURE_CLOSE', 'Premature close'); -createErrorType('ERR_STREAM_DESTROYED', function (name) { - return 'Cannot call ' + name + ' after a stream was destroyed'; -}); -createErrorType('ERR_MULTIPLE_CALLBACK', 'Callback called multiple times'); -createErrorType('ERR_STREAM_CANNOT_PIPE', 'Cannot pipe, not readable'); -createErrorType('ERR_STREAM_WRITE_AFTER_END', 'write after end'); -createErrorType('ERR_STREAM_NULL_VALUES', 'May not write null values to stream', TypeError); -createErrorType('ERR_UNKNOWN_ENCODING', function (arg) { - return 'Unknown encoding: ' + arg; -}, TypeError); -createErrorType('ERR_STREAM_UNSHIFT_AFTER_END_EVENT', 'stream.unshift() after end event'); -module.exports.codes = codes; diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/errors.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/errors.js deleted file mode 100644 index 8471526..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/errors.js +++ /dev/null @@ -1,116 +0,0 @@ -'use strict'; - -const codes = {}; - -function createErrorType(code, message, Base) { - if (!Base) { - Base = Error - } - - function getMessage (arg1, arg2, arg3) { - if (typeof message === 'string') { - return message - } else { - return message(arg1, arg2, arg3) - } - } - - class NodeError extends Base { - constructor (arg1, arg2, arg3) { - super(getMessage(arg1, arg2, arg3)); - } - } - - NodeError.prototype.name = Base.name; - NodeError.prototype.code = code; - - codes[code] = NodeError; -} - -// https://github.com/nodejs/node/blob/v10.8.0/lib/internal/errors.js -function oneOf(expected, thing) { - if (Array.isArray(expected)) { - const len = expected.length; - expected = expected.map((i) => String(i)); - if (len > 2) { - return `one of ${thing} ${expected.slice(0, len - 1).join(', ')}, or ` + - expected[len - 1]; - } else if (len === 2) { - return `one of ${thing} ${expected[0]} or ${expected[1]}`; - } else { - return `of ${thing} ${expected[0]}`; - } - } else { - return `of ${thing} ${String(expected)}`; - } -} - -// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/startsWith -function startsWith(str, search, pos) { - return str.substr(!pos || pos < 0 ? 0 : +pos, search.length) === search; -} - -// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/endsWith -function endsWith(str, search, this_len) { - if (this_len === undefined || this_len > str.length) { - this_len = str.length; - } - return str.substring(this_len - search.length, this_len) === search; -} - -// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/includes -function includes(str, search, start) { - if (typeof start !== 'number') { - start = 0; - } - - if (start + search.length > str.length) { - return false; - } else { - return str.indexOf(search, start) !== -1; - } -} - -createErrorType('ERR_INVALID_OPT_VALUE', function (name, value) { - return 'The value "' + value + '" is invalid for option "' + name + '"' -}, TypeError); -createErrorType('ERR_INVALID_ARG_TYPE', function (name, expected, actual) { - // determiner: 'must be' or 'must not be' - let determiner; - if (typeof expected === 'string' && startsWith(expected, 'not ')) { - determiner = 'must not be'; - expected = expected.replace(/^not /, ''); - } else { - determiner = 'must be'; - } - - let msg; - if (endsWith(name, ' argument')) { - // For cases like 'first argument' - msg = `The ${name} ${determiner} ${oneOf(expected, 'type')}`; - } else { - const type = includes(name, '.') ? 'property' : 'argument'; - msg = `The "${name}" ${type} ${determiner} ${oneOf(expected, 'type')}`; - } - - msg += `. Received type ${typeof actual}`; - return msg; -}, TypeError); -createErrorType('ERR_STREAM_PUSH_AFTER_EOF', 'stream.push() after EOF'); -createErrorType('ERR_METHOD_NOT_IMPLEMENTED', function (name) { - return 'The ' + name + ' method is not implemented' -}); -createErrorType('ERR_STREAM_PREMATURE_CLOSE', 'Premature close'); -createErrorType('ERR_STREAM_DESTROYED', function (name) { - return 'Cannot call ' + name + ' after a stream was destroyed'; -}); -createErrorType('ERR_MULTIPLE_CALLBACK', 'Callback called multiple times'); -createErrorType('ERR_STREAM_CANNOT_PIPE', 'Cannot pipe, not readable'); -createErrorType('ERR_STREAM_WRITE_AFTER_END', 'write after end'); -createErrorType('ERR_STREAM_NULL_VALUES', 'May not write null values to stream', TypeError); -createErrorType('ERR_UNKNOWN_ENCODING', function (arg) { - return 'Unknown encoding: ' + arg -}, TypeError); -createErrorType('ERR_STREAM_UNSHIFT_AFTER_END_EVENT', 'stream.unshift() after end event'); - -module.exports.codes = codes; diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/experimentalWarning.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/experimentalWarning.js deleted file mode 100644 index 78e8414..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/experimentalWarning.js +++ /dev/null @@ -1,17 +0,0 @@ -'use strict' - -var experimentalWarnings = new Set(); - -function emitExperimentalWarning(feature) { - if (experimentalWarnings.has(feature)) return; - var msg = feature + ' is an experimental feature. This feature could ' + - 'change at any time'; - experimentalWarnings.add(feature); - process.emitWarning(msg, 'ExperimentalWarning'); -} - -function noop() {} - -module.exports.emitExperimentalWarning = process.emitWarning - ? emitExperimentalWarning - : noop; diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/_stream_duplex.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/_stream_duplex.js deleted file mode 100644 index 6752519..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/_stream_duplex.js +++ /dev/null @@ -1,139 +0,0 @@ -// Copyright Joyent, Inc. and other Node contributors. -// -// Permission is hereby granted, free of charge, to any person obtaining a -// copy of this software and associated documentation files (the -// "Software"), to deal in the Software without restriction, including -// without limitation the rights to use, copy, modify, merge, publish, -// distribute, sublicense, and/or sell copies of the Software, and to permit -// persons to whom the Software is furnished to do so, subject to the -// following conditions: -// -// The above copyright notice and this permission notice shall be included -// in all copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN -// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, -// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR -// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE -// USE OR OTHER DEALINGS IN THE SOFTWARE. -// a duplex stream is just a stream that is both readable and writable. -// Since JS doesn't have multiple prototypal inheritance, this class -// prototypally inherits from Readable, and then parasitically from -// Writable. -'use strict'; -/*<replacement>*/ - -var objectKeys = Object.keys || function (obj) { - var keys = []; - - for (var key in obj) { - keys.push(key); - } - - return keys; -}; -/*</replacement>*/ - - -module.exports = Duplex; - -var Readable = require('./_stream_readable'); - -var Writable = require('./_stream_writable'); - -require('inherits')(Duplex, Readable); - -{ - // Allow the keys array to be GC'ed. - var keys = objectKeys(Writable.prototype); - - for (var v = 0; v < keys.length; v++) { - var method = keys[v]; - if (!Duplex.prototype[method]) Duplex.prototype[method] = Writable.prototype[method]; - } -} - -function Duplex(options) { - if (!(this instanceof Duplex)) return new Duplex(options); - Readable.call(this, options); - Writable.call(this, options); - this.allowHalfOpen = true; - - if (options) { - if (options.readable === false) this.readable = false; - if (options.writable === false) this.writable = false; - - if (options.allowHalfOpen === false) { - this.allowHalfOpen = false; - this.once('end', onend); - } - } -} - -Object.defineProperty(Duplex.prototype, 'writableHighWaterMark', { - // making it explicit this property is not enumerable - // because otherwise some prototype manipulation in - // userland will fail - enumerable: false, - get: function get() { - return this._writableState.highWaterMark; - } -}); -Object.defineProperty(Duplex.prototype, 'writableBuffer', { - // making it explicit this property is not enumerable - // because otherwise some prototype manipulation in - // userland will fail - enumerable: false, - get: function get() { - return this._writableState && this._writableState.getBuffer(); - } -}); -Object.defineProperty(Duplex.prototype, 'writableLength', { - // making it explicit this property is not enumerable - // because otherwise some prototype manipulation in - // userland will fail - enumerable: false, - get: function get() { - return this._writableState.length; - } -}); // the no-half-open enforcer - -function onend() { - // If the writable side ended, then we're ok. - if (this._writableState.ended) return; // no more data can be written. - // But allow more writes to happen in this tick. - - process.nextTick(onEndNT, this); -} - -function onEndNT(self) { - self.end(); -} - -Object.defineProperty(Duplex.prototype, 'destroyed', { - // making it explicit this property is not enumerable - // because otherwise some prototype manipulation in - // userland will fail - enumerable: false, - get: function get() { - if (this._readableState === undefined || this._writableState === undefined) { - return false; - } - - return this._readableState.destroyed && this._writableState.destroyed; - }, - set: function set(value) { - // we ignore the value if the stream - // has not been initialized yet - if (this._readableState === undefined || this._writableState === undefined) { - return; - } // backward compatibility, the user is explicitly - // managing destroyed - - - this._readableState.destroyed = value; - this._writableState.destroyed = value; - } -}); \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/_stream_passthrough.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/_stream_passthrough.js deleted file mode 100644 index 32e7414..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/_stream_passthrough.js +++ /dev/null @@ -1,39 +0,0 @@ -// Copyright Joyent, Inc. and other Node contributors. -// -// Permission is hereby granted, free of charge, to any person obtaining a -// copy of this software and associated documentation files (the -// "Software"), to deal in the Software without restriction, including -// without limitation the rights to use, copy, modify, merge, publish, -// distribute, sublicense, and/or sell copies of the Software, and to permit -// persons to whom the Software is furnished to do so, subject to the -// following conditions: -// -// The above copyright notice and this permission notice shall be included -// in all copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN -// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, -// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR -// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE -// USE OR OTHER DEALINGS IN THE SOFTWARE. -// a passthrough stream. -// basically just the most minimal sort of Transform stream. -// Every written chunk gets output as-is. -'use strict'; - -module.exports = PassThrough; - -var Transform = require('./_stream_transform'); - -require('inherits')(PassThrough, Transform); - -function PassThrough(options) { - if (!(this instanceof PassThrough)) return new PassThrough(options); - Transform.call(this, options); -} - -PassThrough.prototype._transform = function (chunk, encoding, cb) { - cb(null, chunk); -}; \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/_stream_readable.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/_stream_readable.js deleted file mode 100644 index 192d451..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/_stream_readable.js +++ /dev/null @@ -1,1124 +0,0 @@ -// Copyright Joyent, Inc. and other Node contributors. -// -// Permission is hereby granted, free of charge, to any person obtaining a -// copy of this software and associated documentation files (the -// "Software"), to deal in the Software without restriction, including -// without limitation the rights to use, copy, modify, merge, publish, -// distribute, sublicense, and/or sell copies of the Software, and to permit -// persons to whom the Software is furnished to do so, subject to the -// following conditions: -// -// The above copyright notice and this permission notice shall be included -// in all copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN -// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, -// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR -// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE -// USE OR OTHER DEALINGS IN THE SOFTWARE. -'use strict'; - -module.exports = Readable; -/*<replacement>*/ - -var Duplex; -/*</replacement>*/ - -Readable.ReadableState = ReadableState; -/*<replacement>*/ - -var EE = require('events').EventEmitter; - -var EElistenerCount = function EElistenerCount(emitter, type) { - return emitter.listeners(type).length; -}; -/*</replacement>*/ - -/*<replacement>*/ - - -var Stream = require('./internal/streams/stream'); -/*</replacement>*/ - - -var Buffer = require('buffer').Buffer; - -var OurUint8Array = global.Uint8Array || function () {}; - -function _uint8ArrayToBuffer(chunk) { - return Buffer.from(chunk); -} - -function _isUint8Array(obj) { - return Buffer.isBuffer(obj) || obj instanceof OurUint8Array; -} -/*<replacement>*/ - - -var debugUtil = require('util'); - -var debug; - -if (debugUtil && debugUtil.debuglog) { - debug = debugUtil.debuglog('stream'); -} else { - debug = function debug() {}; -} -/*</replacement>*/ - - -var BufferList = require('./internal/streams/buffer_list'); - -var destroyImpl = require('./internal/streams/destroy'); - -var _require = require('./internal/streams/state'), - getHighWaterMark = _require.getHighWaterMark; - -var _require$codes = require('../errors').codes, - ERR_INVALID_ARG_TYPE = _require$codes.ERR_INVALID_ARG_TYPE, - ERR_STREAM_PUSH_AFTER_EOF = _require$codes.ERR_STREAM_PUSH_AFTER_EOF, - ERR_METHOD_NOT_IMPLEMENTED = _require$codes.ERR_METHOD_NOT_IMPLEMENTED, - ERR_STREAM_UNSHIFT_AFTER_END_EVENT = _require$codes.ERR_STREAM_UNSHIFT_AFTER_END_EVENT; // Lazy loaded to improve the startup performance. - - -var StringDecoder; -var createReadableStreamAsyncIterator; -var from; - -require('inherits')(Readable, Stream); - -var errorOrDestroy = destroyImpl.errorOrDestroy; -var kProxyEvents = ['error', 'close', 'destroy', 'pause', 'resume']; - -function prependListener(emitter, event, fn) { - // Sadly this is not cacheable as some libraries bundle their own - // event emitter implementation with them. - if (typeof emitter.prependListener === 'function') return emitter.prependListener(event, fn); // This is a hack to make sure that our error handler is attached before any - // userland ones. NEVER DO THIS. This is here only because this code needs - // to continue to work with older versions of Node.js that do not include - // the prependListener() method. The goal is to eventually remove this hack. - - if (!emitter._events || !emitter._events[event]) emitter.on(event, fn);else if (Array.isArray(emitter._events[event])) emitter._events[event].unshift(fn);else emitter._events[event] = [fn, emitter._events[event]]; -} - -function ReadableState(options, stream, isDuplex) { - Duplex = Duplex || require('./_stream_duplex'); - options = options || {}; // Duplex streams are both readable and writable, but share - // the same options object. - // However, some cases require setting options to different - // values for the readable and the writable sides of the duplex stream. - // These options can be provided separately as readableXXX and writableXXX. - - if (typeof isDuplex !== 'boolean') isDuplex = stream instanceof Duplex; // object stream flag. Used to make read(n) ignore n and to - // make all the buffer merging and length checks go away - - this.objectMode = !!options.objectMode; - if (isDuplex) this.objectMode = this.objectMode || !!options.readableObjectMode; // the point at which it stops calling _read() to fill the buffer - // Note: 0 is a valid value, means "don't call _read preemptively ever" - - this.highWaterMark = getHighWaterMark(this, options, 'readableHighWaterMark', isDuplex); // A linked list is used to store data chunks instead of an array because the - // linked list can remove elements from the beginning faster than - // array.shift() - - this.buffer = new BufferList(); - this.length = 0; - this.pipes = null; - this.pipesCount = 0; - this.flowing = null; - this.ended = false; - this.endEmitted = false; - this.reading = false; // a flag to be able to tell if the event 'readable'/'data' is emitted - // immediately, or on a later tick. We set this to true at first, because - // any actions that shouldn't happen until "later" should generally also - // not happen before the first read call. - - this.sync = true; // whenever we return null, then we set a flag to say - // that we're awaiting a 'readable' event emission. - - this.needReadable = false; - this.emittedReadable = false; - this.readableListening = false; - this.resumeScheduled = false; - this.paused = true; // Should close be emitted on destroy. Defaults to true. - - this.emitClose = options.emitClose !== false; // Should .destroy() be called after 'end' (and potentially 'finish') - - this.autoDestroy = !!options.autoDestroy; // has it been destroyed - - this.destroyed = false; // Crypto is kind of old and crusty. Historically, its default string - // encoding is 'binary' so we have to make this configurable. - // Everything else in the universe uses 'utf8', though. - - this.defaultEncoding = options.defaultEncoding || 'utf8'; // the number of writers that are awaiting a drain event in .pipe()s - - this.awaitDrain = 0; // if true, a maybeReadMore has been scheduled - - this.readingMore = false; - this.decoder = null; - this.encoding = null; - - if (options.encoding) { - if (!StringDecoder) StringDecoder = require('string_decoder/').StringDecoder; - this.decoder = new StringDecoder(options.encoding); - this.encoding = options.encoding; - } -} - -function Readable(options) { - Duplex = Duplex || require('./_stream_duplex'); - if (!(this instanceof Readable)) return new Readable(options); // Checking for a Stream.Duplex instance is faster here instead of inside - // the ReadableState constructor, at least with V8 6.5 - - var isDuplex = this instanceof Duplex; - this._readableState = new ReadableState(options, this, isDuplex); // legacy - - this.readable = true; - - if (options) { - if (typeof options.read === 'function') this._read = options.read; - if (typeof options.destroy === 'function') this._destroy = options.destroy; - } - - Stream.call(this); -} - -Object.defineProperty(Readable.prototype, 'destroyed', { - // making it explicit this property is not enumerable - // because otherwise some prototype manipulation in - // userland will fail - enumerable: false, - get: function get() { - if (this._readableState === undefined) { - return false; - } - - return this._readableState.destroyed; - }, - set: function set(value) { - // we ignore the value if the stream - // has not been initialized yet - if (!this._readableState) { - return; - } // backward compatibility, the user is explicitly - // managing destroyed - - - this._readableState.destroyed = value; - } -}); -Readable.prototype.destroy = destroyImpl.destroy; -Readable.prototype._undestroy = destroyImpl.undestroy; - -Readable.prototype._destroy = function (err, cb) { - cb(err); -}; // Manually shove something into the read() buffer. -// This returns true if the highWaterMark has not been hit yet, -// similar to how Writable.write() returns true if you should -// write() some more. - - -Readable.prototype.push = function (chunk, encoding) { - var state = this._readableState; - var skipChunkCheck; - - if (!state.objectMode) { - if (typeof chunk === 'string') { - encoding = encoding || state.defaultEncoding; - - if (encoding !== state.encoding) { - chunk = Buffer.from(chunk, encoding); - encoding = ''; - } - - skipChunkCheck = true; - } - } else { - skipChunkCheck = true; - } - - return readableAddChunk(this, chunk, encoding, false, skipChunkCheck); -}; // Unshift should *always* be something directly out of read() - - -Readable.prototype.unshift = function (chunk) { - return readableAddChunk(this, chunk, null, true, false); -}; - -function readableAddChunk(stream, chunk, encoding, addToFront, skipChunkCheck) { - debug('readableAddChunk', chunk); - var state = stream._readableState; - - if (chunk === null) { - state.reading = false; - onEofChunk(stream, state); - } else { - var er; - if (!skipChunkCheck) er = chunkInvalid(state, chunk); - - if (er) { - errorOrDestroy(stream, er); - } else if (state.objectMode || chunk && chunk.length > 0) { - if (typeof chunk !== 'string' && !state.objectMode && Object.getPrototypeOf(chunk) !== Buffer.prototype) { - chunk = _uint8ArrayToBuffer(chunk); - } - - if (addToFront) { - if (state.endEmitted) errorOrDestroy(stream, new ERR_STREAM_UNSHIFT_AFTER_END_EVENT());else addChunk(stream, state, chunk, true); - } else if (state.ended) { - errorOrDestroy(stream, new ERR_STREAM_PUSH_AFTER_EOF()); - } else if (state.destroyed) { - return false; - } else { - state.reading = false; - - if (state.decoder && !encoding) { - chunk = state.decoder.write(chunk); - if (state.objectMode || chunk.length !== 0) addChunk(stream, state, chunk, false);else maybeReadMore(stream, state); - } else { - addChunk(stream, state, chunk, false); - } - } - } else if (!addToFront) { - state.reading = false; - maybeReadMore(stream, state); - } - } // We can push more data if we are below the highWaterMark. - // Also, if we have no data yet, we can stand some more bytes. - // This is to work around cases where hwm=0, such as the repl. - - - return !state.ended && (state.length < state.highWaterMark || state.length === 0); -} - -function addChunk(stream, state, chunk, addToFront) { - if (state.flowing && state.length === 0 && !state.sync) { - state.awaitDrain = 0; - stream.emit('data', chunk); - } else { - // update the buffer info. - state.length += state.objectMode ? 1 : chunk.length; - if (addToFront) state.buffer.unshift(chunk);else state.buffer.push(chunk); - if (state.needReadable) emitReadable(stream); - } - - maybeReadMore(stream, state); -} - -function chunkInvalid(state, chunk) { - var er; - - if (!_isUint8Array(chunk) && typeof chunk !== 'string' && chunk !== undefined && !state.objectMode) { - er = new ERR_INVALID_ARG_TYPE('chunk', ['string', 'Buffer', 'Uint8Array'], chunk); - } - - return er; -} - -Readable.prototype.isPaused = function () { - return this._readableState.flowing === false; -}; // backwards compatibility. - - -Readable.prototype.setEncoding = function (enc) { - if (!StringDecoder) StringDecoder = require('string_decoder/').StringDecoder; - var decoder = new StringDecoder(enc); - this._readableState.decoder = decoder; // If setEncoding(null), decoder.encoding equals utf8 - - this._readableState.encoding = this._readableState.decoder.encoding; // Iterate over current buffer to convert already stored Buffers: - - var p = this._readableState.buffer.head; - var content = ''; - - while (p !== null) { - content += decoder.write(p.data); - p = p.next; - } - - this._readableState.buffer.clear(); - - if (content !== '') this._readableState.buffer.push(content); - this._readableState.length = content.length; - return this; -}; // Don't raise the hwm > 1GB - - -var MAX_HWM = 0x40000000; - -function computeNewHighWaterMark(n) { - if (n >= MAX_HWM) { - // TODO(ronag): Throw ERR_VALUE_OUT_OF_RANGE. - n = MAX_HWM; - } else { - // Get the next highest power of 2 to prevent increasing hwm excessively in - // tiny amounts - n--; - n |= n >>> 1; - n |= n >>> 2; - n |= n >>> 4; - n |= n >>> 8; - n |= n >>> 16; - n++; - } - - return n; -} // This function is designed to be inlinable, so please take care when making -// changes to the function body. - - -function howMuchToRead(n, state) { - if (n <= 0 || state.length === 0 && state.ended) return 0; - if (state.objectMode) return 1; - - if (n !== n) { - // Only flow one buffer at a time - if (state.flowing && state.length) return state.buffer.head.data.length;else return state.length; - } // If we're asking for more than the current hwm, then raise the hwm. - - - if (n > state.highWaterMark) state.highWaterMark = computeNewHighWaterMark(n); - if (n <= state.length) return n; // Don't have enough - - if (!state.ended) { - state.needReadable = true; - return 0; - } - - return state.length; -} // you can override either this method, or the async _read(n) below. - - -Readable.prototype.read = function (n) { - debug('read', n); - n = parseInt(n, 10); - var state = this._readableState; - var nOrig = n; - if (n !== 0) state.emittedReadable = false; // if we're doing read(0) to trigger a readable event, but we - // already have a bunch of data in the buffer, then just trigger - // the 'readable' event and move on. - - if (n === 0 && state.needReadable && ((state.highWaterMark !== 0 ? state.length >= state.highWaterMark : state.length > 0) || state.ended)) { - debug('read: emitReadable', state.length, state.ended); - if (state.length === 0 && state.ended) endReadable(this);else emitReadable(this); - return null; - } - - n = howMuchToRead(n, state); // if we've ended, and we're now clear, then finish it up. - - if (n === 0 && state.ended) { - if (state.length === 0) endReadable(this); - return null; - } // All the actual chunk generation logic needs to be - // *below* the call to _read. The reason is that in certain - // synthetic stream cases, such as passthrough streams, _read - // may be a completely synchronous operation which may change - // the state of the read buffer, providing enough data when - // before there was *not* enough. - // - // So, the steps are: - // 1. Figure out what the state of things will be after we do - // a read from the buffer. - // - // 2. If that resulting state will trigger a _read, then call _read. - // Note that this may be asynchronous, or synchronous. Yes, it is - // deeply ugly to write APIs this way, but that still doesn't mean - // that the Readable class should behave improperly, as streams are - // designed to be sync/async agnostic. - // Take note if the _read call is sync or async (ie, if the read call - // has returned yet), so that we know whether or not it's safe to emit - // 'readable' etc. - // - // 3. Actually pull the requested chunks out of the buffer and return. - // if we need a readable event, then we need to do some reading. - - - var doRead = state.needReadable; - debug('need readable', doRead); // if we currently have less than the highWaterMark, then also read some - - if (state.length === 0 || state.length - n < state.highWaterMark) { - doRead = true; - debug('length less than watermark', doRead); - } // however, if we've ended, then there's no point, and if we're already - // reading, then it's unnecessary. - - - if (state.ended || state.reading) { - doRead = false; - debug('reading or ended', doRead); - } else if (doRead) { - debug('do read'); - state.reading = true; - state.sync = true; // if the length is currently zero, then we *need* a readable event. - - if (state.length === 0) state.needReadable = true; // call internal read method - - this._read(state.highWaterMark); - - state.sync = false; // If _read pushed data synchronously, then `reading` will be false, - // and we need to re-evaluate how much data we can return to the user. - - if (!state.reading) n = howMuchToRead(nOrig, state); - } - - var ret; - if (n > 0) ret = fromList(n, state);else ret = null; - - if (ret === null) { - state.needReadable = state.length <= state.highWaterMark; - n = 0; - } else { - state.length -= n; - state.awaitDrain = 0; - } - - if (state.length === 0) { - // If we have nothing in the buffer, then we want to know - // as soon as we *do* get something into the buffer. - if (!state.ended) state.needReadable = true; // If we tried to read() past the EOF, then emit end on the next tick. - - if (nOrig !== n && state.ended) endReadable(this); - } - - if (ret !== null) this.emit('data', ret); - return ret; -}; - -function onEofChunk(stream, state) { - debug('onEofChunk'); - if (state.ended) return; - - if (state.decoder) { - var chunk = state.decoder.end(); - - if (chunk && chunk.length) { - state.buffer.push(chunk); - state.length += state.objectMode ? 1 : chunk.length; - } - } - - state.ended = true; - - if (state.sync) { - // if we are sync, wait until next tick to emit the data. - // Otherwise we risk emitting data in the flow() - // the readable code triggers during a read() call - emitReadable(stream); - } else { - // emit 'readable' now to make sure it gets picked up. - state.needReadable = false; - - if (!state.emittedReadable) { - state.emittedReadable = true; - emitReadable_(stream); - } - } -} // Don't emit readable right away in sync mode, because this can trigger -// another read() call => stack overflow. This way, it might trigger -// a nextTick recursion warning, but that's not so bad. - - -function emitReadable(stream) { - var state = stream._readableState; - debug('emitReadable', state.needReadable, state.emittedReadable); - state.needReadable = false; - - if (!state.emittedReadable) { - debug('emitReadable', state.flowing); - state.emittedReadable = true; - process.nextTick(emitReadable_, stream); - } -} - -function emitReadable_(stream) { - var state = stream._readableState; - debug('emitReadable_', state.destroyed, state.length, state.ended); - - if (!state.destroyed && (state.length || state.ended)) { - stream.emit('readable'); - state.emittedReadable = false; - } // The stream needs another readable event if - // 1. It is not flowing, as the flow mechanism will take - // care of it. - // 2. It is not ended. - // 3. It is below the highWaterMark, so we can schedule - // another readable later. - - - state.needReadable = !state.flowing && !state.ended && state.length <= state.highWaterMark; - flow(stream); -} // at this point, the user has presumably seen the 'readable' event, -// and called read() to consume some data. that may have triggered -// in turn another _read(n) call, in which case reading = true if -// it's in progress. -// However, if we're not ended, or reading, and the length < hwm, -// then go ahead and try to read some more preemptively. - - -function maybeReadMore(stream, state) { - if (!state.readingMore) { - state.readingMore = true; - process.nextTick(maybeReadMore_, stream, state); - } -} - -function maybeReadMore_(stream, state) { - // Attempt to read more data if we should. - // - // The conditions for reading more data are (one of): - // - Not enough data buffered (state.length < state.highWaterMark). The loop - // is responsible for filling the buffer with enough data if such data - // is available. If highWaterMark is 0 and we are not in the flowing mode - // we should _not_ attempt to buffer any extra data. We'll get more data - // when the stream consumer calls read() instead. - // - No data in the buffer, and the stream is in flowing mode. In this mode - // the loop below is responsible for ensuring read() is called. Failing to - // call read here would abort the flow and there's no other mechanism for - // continuing the flow if the stream consumer has just subscribed to the - // 'data' event. - // - // In addition to the above conditions to keep reading data, the following - // conditions prevent the data from being read: - // - The stream has ended (state.ended). - // - There is already a pending 'read' operation (state.reading). This is a - // case where the the stream has called the implementation defined _read() - // method, but they are processing the call asynchronously and have _not_ - // called push() with new data. In this case we skip performing more - // read()s. The execution ends in this method again after the _read() ends - // up calling push() with more data. - while (!state.reading && !state.ended && (state.length < state.highWaterMark || state.flowing && state.length === 0)) { - var len = state.length; - debug('maybeReadMore read 0'); - stream.read(0); - if (len === state.length) // didn't get any data, stop spinning. - break; - } - - state.readingMore = false; -} // abstract method. to be overridden in specific implementation classes. -// call cb(er, data) where data is <= n in length. -// for virtual (non-string, non-buffer) streams, "length" is somewhat -// arbitrary, and perhaps not very meaningful. - - -Readable.prototype._read = function (n) { - errorOrDestroy(this, new ERR_METHOD_NOT_IMPLEMENTED('_read()')); -}; - -Readable.prototype.pipe = function (dest, pipeOpts) { - var src = this; - var state = this._readableState; - - switch (state.pipesCount) { - case 0: - state.pipes = dest; - break; - - case 1: - state.pipes = [state.pipes, dest]; - break; - - default: - state.pipes.push(dest); - break; - } - - state.pipesCount += 1; - debug('pipe count=%d opts=%j', state.pipesCount, pipeOpts); - var doEnd = (!pipeOpts || pipeOpts.end !== false) && dest !== process.stdout && dest !== process.stderr; - var endFn = doEnd ? onend : unpipe; - if (state.endEmitted) process.nextTick(endFn);else src.once('end', endFn); - dest.on('unpipe', onunpipe); - - function onunpipe(readable, unpipeInfo) { - debug('onunpipe'); - - if (readable === src) { - if (unpipeInfo && unpipeInfo.hasUnpiped === false) { - unpipeInfo.hasUnpiped = true; - cleanup(); - } - } - } - - function onend() { - debug('onend'); - dest.end(); - } // when the dest drains, it reduces the awaitDrain counter - // on the source. This would be more elegant with a .once() - // handler in flow(), but adding and removing repeatedly is - // too slow. - - - var ondrain = pipeOnDrain(src); - dest.on('drain', ondrain); - var cleanedUp = false; - - function cleanup() { - debug('cleanup'); // cleanup event handlers once the pipe is broken - - dest.removeListener('close', onclose); - dest.removeListener('finish', onfinish); - dest.removeListener('drain', ondrain); - dest.removeListener('error', onerror); - dest.removeListener('unpipe', onunpipe); - src.removeListener('end', onend); - src.removeListener('end', unpipe); - src.removeListener('data', ondata); - cleanedUp = true; // if the reader is waiting for a drain event from this - // specific writer, then it would cause it to never start - // flowing again. - // So, if this is awaiting a drain, then we just call it now. - // If we don't know, then assume that we are waiting for one. - - if (state.awaitDrain && (!dest._writableState || dest._writableState.needDrain)) ondrain(); - } - - src.on('data', ondata); - - function ondata(chunk) { - debug('ondata'); - var ret = dest.write(chunk); - debug('dest.write', ret); - - if (ret === false) { - // If the user unpiped during `dest.write()`, it is possible - // to get stuck in a permanently paused state if that write - // also returned false. - // => Check whether `dest` is still a piping destination. - if ((state.pipesCount === 1 && state.pipes === dest || state.pipesCount > 1 && indexOf(state.pipes, dest) !== -1) && !cleanedUp) { - debug('false write response, pause', state.awaitDrain); - state.awaitDrain++; - } - - src.pause(); - } - } // if the dest has an error, then stop piping into it. - // however, don't suppress the throwing behavior for this. - - - function onerror(er) { - debug('onerror', er); - unpipe(); - dest.removeListener('error', onerror); - if (EElistenerCount(dest, 'error') === 0) errorOrDestroy(dest, er); - } // Make sure our error handler is attached before userland ones. - - - prependListener(dest, 'error', onerror); // Both close and finish should trigger unpipe, but only once. - - function onclose() { - dest.removeListener('finish', onfinish); - unpipe(); - } - - dest.once('close', onclose); - - function onfinish() { - debug('onfinish'); - dest.removeListener('close', onclose); - unpipe(); - } - - dest.once('finish', onfinish); - - function unpipe() { - debug('unpipe'); - src.unpipe(dest); - } // tell the dest that it's being piped to - - - dest.emit('pipe', src); // start the flow if it hasn't been started already. - - if (!state.flowing) { - debug('pipe resume'); - src.resume(); - } - - return dest; -}; - -function pipeOnDrain(src) { - return function pipeOnDrainFunctionResult() { - var state = src._readableState; - debug('pipeOnDrain', state.awaitDrain); - if (state.awaitDrain) state.awaitDrain--; - - if (state.awaitDrain === 0 && EElistenerCount(src, 'data')) { - state.flowing = true; - flow(src); - } - }; -} - -Readable.prototype.unpipe = function (dest) { - var state = this._readableState; - var unpipeInfo = { - hasUnpiped: false - }; // if we're not piping anywhere, then do nothing. - - if (state.pipesCount === 0) return this; // just one destination. most common case. - - if (state.pipesCount === 1) { - // passed in one, but it's not the right one. - if (dest && dest !== state.pipes) return this; - if (!dest) dest = state.pipes; // got a match. - - state.pipes = null; - state.pipesCount = 0; - state.flowing = false; - if (dest) dest.emit('unpipe', this, unpipeInfo); - return this; - } // slow case. multiple pipe destinations. - - - if (!dest) { - // remove all. - var dests = state.pipes; - var len = state.pipesCount; - state.pipes = null; - state.pipesCount = 0; - state.flowing = false; - - for (var i = 0; i < len; i++) { - dests[i].emit('unpipe', this, { - hasUnpiped: false - }); - } - - return this; - } // try to find the right one. - - - var index = indexOf(state.pipes, dest); - if (index === -1) return this; - state.pipes.splice(index, 1); - state.pipesCount -= 1; - if (state.pipesCount === 1) state.pipes = state.pipes[0]; - dest.emit('unpipe', this, unpipeInfo); - return this; -}; // set up data events if they are asked for -// Ensure readable listeners eventually get something - - -Readable.prototype.on = function (ev, fn) { - var res = Stream.prototype.on.call(this, ev, fn); - var state = this._readableState; - - if (ev === 'data') { - // update readableListening so that resume() may be a no-op - // a few lines down. This is needed to support once('readable'). - state.readableListening = this.listenerCount('readable') > 0; // Try start flowing on next tick if stream isn't explicitly paused - - if (state.flowing !== false) this.resume(); - } else if (ev === 'readable') { - if (!state.endEmitted && !state.readableListening) { - state.readableListening = state.needReadable = true; - state.flowing = false; - state.emittedReadable = false; - debug('on readable', state.length, state.reading); - - if (state.length) { - emitReadable(this); - } else if (!state.reading) { - process.nextTick(nReadingNextTick, this); - } - } - } - - return res; -}; - -Readable.prototype.addListener = Readable.prototype.on; - -Readable.prototype.removeListener = function (ev, fn) { - var res = Stream.prototype.removeListener.call(this, ev, fn); - - if (ev === 'readable') { - // We need to check if there is someone still listening to - // readable and reset the state. However this needs to happen - // after readable has been emitted but before I/O (nextTick) to - // support once('readable', fn) cycles. This means that calling - // resume within the same tick will have no - // effect. - process.nextTick(updateReadableListening, this); - } - - return res; -}; - -Readable.prototype.removeAllListeners = function (ev) { - var res = Stream.prototype.removeAllListeners.apply(this, arguments); - - if (ev === 'readable' || ev === undefined) { - // We need to check if there is someone still listening to - // readable and reset the state. However this needs to happen - // after readable has been emitted but before I/O (nextTick) to - // support once('readable', fn) cycles. This means that calling - // resume within the same tick will have no - // effect. - process.nextTick(updateReadableListening, this); - } - - return res; -}; - -function updateReadableListening(self) { - var state = self._readableState; - state.readableListening = self.listenerCount('readable') > 0; - - if (state.resumeScheduled && !state.paused) { - // flowing needs to be set to true now, otherwise - // the upcoming resume will not flow. - state.flowing = true; // crude way to check if we should resume - } else if (self.listenerCount('data') > 0) { - self.resume(); - } -} - -function nReadingNextTick(self) { - debug('readable nexttick read 0'); - self.read(0); -} // pause() and resume() are remnants of the legacy readable stream API -// If the user uses them, then switch into old mode. - - -Readable.prototype.resume = function () { - var state = this._readableState; - - if (!state.flowing) { - debug('resume'); // we flow only if there is no one listening - // for readable, but we still have to call - // resume() - - state.flowing = !state.readableListening; - resume(this, state); - } - - state.paused = false; - return this; -}; - -function resume(stream, state) { - if (!state.resumeScheduled) { - state.resumeScheduled = true; - process.nextTick(resume_, stream, state); - } -} - -function resume_(stream, state) { - debug('resume', state.reading); - - if (!state.reading) { - stream.read(0); - } - - state.resumeScheduled = false; - stream.emit('resume'); - flow(stream); - if (state.flowing && !state.reading) stream.read(0); -} - -Readable.prototype.pause = function () { - debug('call pause flowing=%j', this._readableState.flowing); - - if (this._readableState.flowing !== false) { - debug('pause'); - this._readableState.flowing = false; - this.emit('pause'); - } - - this._readableState.paused = true; - return this; -}; - -function flow(stream) { - var state = stream._readableState; - debug('flow', state.flowing); - - while (state.flowing && stream.read() !== null) { - ; - } -} // wrap an old-style stream as the async data source. -// This is *not* part of the readable stream interface. -// It is an ugly unfortunate mess of history. - - -Readable.prototype.wrap = function (stream) { - var _this = this; - - var state = this._readableState; - var paused = false; - stream.on('end', function () { - debug('wrapped end'); - - if (state.decoder && !state.ended) { - var chunk = state.decoder.end(); - if (chunk && chunk.length) _this.push(chunk); - } - - _this.push(null); - }); - stream.on('data', function (chunk) { - debug('wrapped data'); - if (state.decoder) chunk = state.decoder.write(chunk); // don't skip over falsy values in objectMode - - if (state.objectMode && (chunk === null || chunk === undefined)) return;else if (!state.objectMode && (!chunk || !chunk.length)) return; - - var ret = _this.push(chunk); - - if (!ret) { - paused = true; - stream.pause(); - } - }); // proxy all the other methods. - // important when wrapping filters and duplexes. - - for (var i in stream) { - if (this[i] === undefined && typeof stream[i] === 'function') { - this[i] = function methodWrap(method) { - return function methodWrapReturnFunction() { - return stream[method].apply(stream, arguments); - }; - }(i); - } - } // proxy certain important events. - - - for (var n = 0; n < kProxyEvents.length; n++) { - stream.on(kProxyEvents[n], this.emit.bind(this, kProxyEvents[n])); - } // when we try to consume some more bytes, simply unpause the - // underlying stream. - - - this._read = function (n) { - debug('wrapped _read', n); - - if (paused) { - paused = false; - stream.resume(); - } - }; - - return this; -}; - -if (typeof Symbol === 'function') { - Readable.prototype[Symbol.asyncIterator] = function () { - if (createReadableStreamAsyncIterator === undefined) { - createReadableStreamAsyncIterator = require('./internal/streams/async_iterator'); - } - - return createReadableStreamAsyncIterator(this); - }; -} - -Object.defineProperty(Readable.prototype, 'readableHighWaterMark', { - // making it explicit this property is not enumerable - // because otherwise some prototype manipulation in - // userland will fail - enumerable: false, - get: function get() { - return this._readableState.highWaterMark; - } -}); -Object.defineProperty(Readable.prototype, 'readableBuffer', { - // making it explicit this property is not enumerable - // because otherwise some prototype manipulation in - // userland will fail - enumerable: false, - get: function get() { - return this._readableState && this._readableState.buffer; - } -}); -Object.defineProperty(Readable.prototype, 'readableFlowing', { - // making it explicit this property is not enumerable - // because otherwise some prototype manipulation in - // userland will fail - enumerable: false, - get: function get() { - return this._readableState.flowing; - }, - set: function set(state) { - if (this._readableState) { - this._readableState.flowing = state; - } - } -}); // exposed for testing purposes only. - -Readable._fromList = fromList; -Object.defineProperty(Readable.prototype, 'readableLength', { - // making it explicit this property is not enumerable - // because otherwise some prototype manipulation in - // userland will fail - enumerable: false, - get: function get() { - return this._readableState.length; - } -}); // Pluck off n bytes from an array of buffers. -// Length is the combined lengths of all the buffers in the list. -// This function is designed to be inlinable, so please take care when making -// changes to the function body. - -function fromList(n, state) { - // nothing buffered - if (state.length === 0) return null; - var ret; - if (state.objectMode) ret = state.buffer.shift();else if (!n || n >= state.length) { - // read it all, truncate the list - if (state.decoder) ret = state.buffer.join('');else if (state.buffer.length === 1) ret = state.buffer.first();else ret = state.buffer.concat(state.length); - state.buffer.clear(); - } else { - // read part of list - ret = state.buffer.consume(n, state.decoder); - } - return ret; -} - -function endReadable(stream) { - var state = stream._readableState; - debug('endReadable', state.endEmitted); - - if (!state.endEmitted) { - state.ended = true; - process.nextTick(endReadableNT, state, stream); - } -} - -function endReadableNT(state, stream) { - debug('endReadableNT', state.endEmitted, state.length); // Check that we didn't get one last unshift. - - if (!state.endEmitted && state.length === 0) { - state.endEmitted = true; - stream.readable = false; - stream.emit('end'); - - if (state.autoDestroy) { - // In case of duplex streams we need a way to detect - // if the writable side is ready for autoDestroy as well - var wState = stream._writableState; - - if (!wState || wState.autoDestroy && wState.finished) { - stream.destroy(); - } - } - } -} - -if (typeof Symbol === 'function') { - Readable.from = function (iterable, opts) { - if (from === undefined) { - from = require('./internal/streams/from'); - } - - return from(Readable, iterable, opts); - }; -} - -function indexOf(xs, x) { - for (var i = 0, l = xs.length; i < l; i++) { - if (xs[i] === x) return i; - } - - return -1; -} \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/_stream_transform.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/_stream_transform.js deleted file mode 100644 index 41a738c..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/_stream_transform.js +++ /dev/null @@ -1,201 +0,0 @@ -// Copyright Joyent, Inc. and other Node contributors. -// -// Permission is hereby granted, free of charge, to any person obtaining a -// copy of this software and associated documentation files (the -// "Software"), to deal in the Software without restriction, including -// without limitation the rights to use, copy, modify, merge, publish, -// distribute, sublicense, and/or sell copies of the Software, and to permit -// persons to whom the Software is furnished to do so, subject to the -// following conditions: -// -// The above copyright notice and this permission notice shall be included -// in all copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN -// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, -// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR -// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE -// USE OR OTHER DEALINGS IN THE SOFTWARE. -// a transform stream is a readable/writable stream where you do -// something with the data. Sometimes it's called a "filter", -// but that's not a great name for it, since that implies a thing where -// some bits pass through, and others are simply ignored. (That would -// be a valid example of a transform, of course.) -// -// While the output is causally related to the input, it's not a -// necessarily symmetric or synchronous transformation. For example, -// a zlib stream might take multiple plain-text writes(), and then -// emit a single compressed chunk some time in the future. -// -// Here's how this works: -// -// The Transform stream has all the aspects of the readable and writable -// stream classes. When you write(chunk), that calls _write(chunk,cb) -// internally, and returns false if there's a lot of pending writes -// buffered up. When you call read(), that calls _read(n) until -// there's enough pending readable data buffered up. -// -// In a transform stream, the written data is placed in a buffer. When -// _read(n) is called, it transforms the queued up data, calling the -// buffered _write cb's as it consumes chunks. If consuming a single -// written chunk would result in multiple output chunks, then the first -// outputted bit calls the readcb, and subsequent chunks just go into -// the read buffer, and will cause it to emit 'readable' if necessary. -// -// This way, back-pressure is actually determined by the reading side, -// since _read has to be called to start processing a new chunk. However, -// a pathological inflate type of transform can cause excessive buffering -// here. For example, imagine a stream where every byte of input is -// interpreted as an integer from 0-255, and then results in that many -// bytes of output. Writing the 4 bytes {ff,ff,ff,ff} would result in -// 1kb of data being output. In this case, you could write a very small -// amount of input, and end up with a very large amount of output. In -// such a pathological inflating mechanism, there'd be no way to tell -// the system to stop doing the transform. A single 4MB write could -// cause the system to run out of memory. -// -// However, even in such a pathological case, only a single written chunk -// would be consumed, and then the rest would wait (un-transformed) until -// the results of the previous transformed chunk were consumed. -'use strict'; - -module.exports = Transform; - -var _require$codes = require('../errors').codes, - ERR_METHOD_NOT_IMPLEMENTED = _require$codes.ERR_METHOD_NOT_IMPLEMENTED, - ERR_MULTIPLE_CALLBACK = _require$codes.ERR_MULTIPLE_CALLBACK, - ERR_TRANSFORM_ALREADY_TRANSFORMING = _require$codes.ERR_TRANSFORM_ALREADY_TRANSFORMING, - ERR_TRANSFORM_WITH_LENGTH_0 = _require$codes.ERR_TRANSFORM_WITH_LENGTH_0; - -var Duplex = require('./_stream_duplex'); - -require('inherits')(Transform, Duplex); - -function afterTransform(er, data) { - var ts = this._transformState; - ts.transforming = false; - var cb = ts.writecb; - - if (cb === null) { - return this.emit('error', new ERR_MULTIPLE_CALLBACK()); - } - - ts.writechunk = null; - ts.writecb = null; - if (data != null) // single equals check for both `null` and `undefined` - this.push(data); - cb(er); - var rs = this._readableState; - rs.reading = false; - - if (rs.needReadable || rs.length < rs.highWaterMark) { - this._read(rs.highWaterMark); - } -} - -function Transform(options) { - if (!(this instanceof Transform)) return new Transform(options); - Duplex.call(this, options); - this._transformState = { - afterTransform: afterTransform.bind(this), - needTransform: false, - transforming: false, - writecb: null, - writechunk: null, - writeencoding: null - }; // start out asking for a readable event once data is transformed. - - this._readableState.needReadable = true; // we have implemented the _read method, and done the other things - // that Readable wants before the first _read call, so unset the - // sync guard flag. - - this._readableState.sync = false; - - if (options) { - if (typeof options.transform === 'function') this._transform = options.transform; - if (typeof options.flush === 'function') this._flush = options.flush; - } // When the writable side finishes, then flush out anything remaining. - - - this.on('prefinish', prefinish); -} - -function prefinish() { - var _this = this; - - if (typeof this._flush === 'function' && !this._readableState.destroyed) { - this._flush(function (er, data) { - done(_this, er, data); - }); - } else { - done(this, null, null); - } -} - -Transform.prototype.push = function (chunk, encoding) { - this._transformState.needTransform = false; - return Duplex.prototype.push.call(this, chunk, encoding); -}; // This is the part where you do stuff! -// override this function in implementation classes. -// 'chunk' is an input chunk. -// -// Call `push(newChunk)` to pass along transformed output -// to the readable side. You may call 'push' zero or more times. -// -// Call `cb(err)` when you are done with this chunk. If you pass -// an error, then that'll put the hurt on the whole operation. If you -// never call cb(), then you'll never get another chunk. - - -Transform.prototype._transform = function (chunk, encoding, cb) { - cb(new ERR_METHOD_NOT_IMPLEMENTED('_transform()')); -}; - -Transform.prototype._write = function (chunk, encoding, cb) { - var ts = this._transformState; - ts.writecb = cb; - ts.writechunk = chunk; - ts.writeencoding = encoding; - - if (!ts.transforming) { - var rs = this._readableState; - if (ts.needTransform || rs.needReadable || rs.length < rs.highWaterMark) this._read(rs.highWaterMark); - } -}; // Doesn't matter what the args are here. -// _transform does all the work. -// That we got here means that the readable side wants more data. - - -Transform.prototype._read = function (n) { - var ts = this._transformState; - - if (ts.writechunk !== null && !ts.transforming) { - ts.transforming = true; - - this._transform(ts.writechunk, ts.writeencoding, ts.afterTransform); - } else { - // mark that we need a transform, so that any data that comes in - // will get processed, now that we've asked for it. - ts.needTransform = true; - } -}; - -Transform.prototype._destroy = function (err, cb) { - Duplex.prototype._destroy.call(this, err, function (err2) { - cb(err2); - }); -}; - -function done(stream, er, data) { - if (er) return stream.emit('error', er); - if (data != null) // single equals check for both `null` and `undefined` - stream.push(data); // TODO(BridgeAR): Write a test for these two error cases - // if there's nothing in the write buffer, then that means - // that nothing more will ever be provided - - if (stream._writableState.length) throw new ERR_TRANSFORM_WITH_LENGTH_0(); - if (stream._transformState.transforming) throw new ERR_TRANSFORM_ALREADY_TRANSFORMING(); - return stream.push(null); -} \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/_stream_writable.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/_stream_writable.js deleted file mode 100644 index a2634d7..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/_stream_writable.js +++ /dev/null @@ -1,697 +0,0 @@ -// Copyright Joyent, Inc. and other Node contributors. -// -// Permission is hereby granted, free of charge, to any person obtaining a -// copy of this software and associated documentation files (the -// "Software"), to deal in the Software without restriction, including -// without limitation the rights to use, copy, modify, merge, publish, -// distribute, sublicense, and/or sell copies of the Software, and to permit -// persons to whom the Software is furnished to do so, subject to the -// following conditions: -// -// The above copyright notice and this permission notice shall be included -// in all copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN -// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, -// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR -// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE -// USE OR OTHER DEALINGS IN THE SOFTWARE. -// A bit simpler than readable streams. -// Implement an async ._write(chunk, encoding, cb), and it'll handle all -// the drain event emission and buffering. -'use strict'; - -module.exports = Writable; -/* <replacement> */ - -function WriteReq(chunk, encoding, cb) { - this.chunk = chunk; - this.encoding = encoding; - this.callback = cb; - this.next = null; -} // It seems a linked list but it is not -// there will be only 2 of these for each stream - - -function CorkedRequest(state) { - var _this = this; - - this.next = null; - this.entry = null; - - this.finish = function () { - onCorkedFinish(_this, state); - }; -} -/* </replacement> */ - -/*<replacement>*/ - - -var Duplex; -/*</replacement>*/ - -Writable.WritableState = WritableState; -/*<replacement>*/ - -var internalUtil = { - deprecate: require('util-deprecate') -}; -/*</replacement>*/ - -/*<replacement>*/ - -var Stream = require('./internal/streams/stream'); -/*</replacement>*/ - - -var Buffer = require('buffer').Buffer; - -var OurUint8Array = global.Uint8Array || function () {}; - -function _uint8ArrayToBuffer(chunk) { - return Buffer.from(chunk); -} - -function _isUint8Array(obj) { - return Buffer.isBuffer(obj) || obj instanceof OurUint8Array; -} - -var destroyImpl = require('./internal/streams/destroy'); - -var _require = require('./internal/streams/state'), - getHighWaterMark = _require.getHighWaterMark; - -var _require$codes = require('../errors').codes, - ERR_INVALID_ARG_TYPE = _require$codes.ERR_INVALID_ARG_TYPE, - ERR_METHOD_NOT_IMPLEMENTED = _require$codes.ERR_METHOD_NOT_IMPLEMENTED, - ERR_MULTIPLE_CALLBACK = _require$codes.ERR_MULTIPLE_CALLBACK, - ERR_STREAM_CANNOT_PIPE = _require$codes.ERR_STREAM_CANNOT_PIPE, - ERR_STREAM_DESTROYED = _require$codes.ERR_STREAM_DESTROYED, - ERR_STREAM_NULL_VALUES = _require$codes.ERR_STREAM_NULL_VALUES, - ERR_STREAM_WRITE_AFTER_END = _require$codes.ERR_STREAM_WRITE_AFTER_END, - ERR_UNKNOWN_ENCODING = _require$codes.ERR_UNKNOWN_ENCODING; - -var errorOrDestroy = destroyImpl.errorOrDestroy; - -require('inherits')(Writable, Stream); - -function nop() {} - -function WritableState(options, stream, isDuplex) { - Duplex = Duplex || require('./_stream_duplex'); - options = options || {}; // Duplex streams are both readable and writable, but share - // the same options object. - // However, some cases require setting options to different - // values for the readable and the writable sides of the duplex stream, - // e.g. options.readableObjectMode vs. options.writableObjectMode, etc. - - if (typeof isDuplex !== 'boolean') isDuplex = stream instanceof Duplex; // object stream flag to indicate whether or not this stream - // contains buffers or objects. - - this.objectMode = !!options.objectMode; - if (isDuplex) this.objectMode = this.objectMode || !!options.writableObjectMode; // the point at which write() starts returning false - // Note: 0 is a valid value, means that we always return false if - // the entire buffer is not flushed immediately on write() - - this.highWaterMark = getHighWaterMark(this, options, 'writableHighWaterMark', isDuplex); // if _final has been called - - this.finalCalled = false; // drain event flag. - - this.needDrain = false; // at the start of calling end() - - this.ending = false; // when end() has been called, and returned - - this.ended = false; // when 'finish' is emitted - - this.finished = false; // has it been destroyed - - this.destroyed = false; // should we decode strings into buffers before passing to _write? - // this is here so that some node-core streams can optimize string - // handling at a lower level. - - var noDecode = options.decodeStrings === false; - this.decodeStrings = !noDecode; // Crypto is kind of old and crusty. Historically, its default string - // encoding is 'binary' so we have to make this configurable. - // Everything else in the universe uses 'utf8', though. - - this.defaultEncoding = options.defaultEncoding || 'utf8'; // not an actual buffer we keep track of, but a measurement - // of how much we're waiting to get pushed to some underlying - // socket or file. - - this.length = 0; // a flag to see when we're in the middle of a write. - - this.writing = false; // when true all writes will be buffered until .uncork() call - - this.corked = 0; // a flag to be able to tell if the onwrite cb is called immediately, - // or on a later tick. We set this to true at first, because any - // actions that shouldn't happen until "later" should generally also - // not happen before the first write call. - - this.sync = true; // a flag to know if we're processing previously buffered items, which - // may call the _write() callback in the same tick, so that we don't - // end up in an overlapped onwrite situation. - - this.bufferProcessing = false; // the callback that's passed to _write(chunk,cb) - - this.onwrite = function (er) { - onwrite(stream, er); - }; // the callback that the user supplies to write(chunk,encoding,cb) - - - this.writecb = null; // the amount that is being written when _write is called. - - this.writelen = 0; - this.bufferedRequest = null; - this.lastBufferedRequest = null; // number of pending user-supplied write callbacks - // this must be 0 before 'finish' can be emitted - - this.pendingcb = 0; // emit prefinish if the only thing we're waiting for is _write cbs - // This is relevant for synchronous Transform streams - - this.prefinished = false; // True if the error was already emitted and should not be thrown again - - this.errorEmitted = false; // Should close be emitted on destroy. Defaults to true. - - this.emitClose = options.emitClose !== false; // Should .destroy() be called after 'finish' (and potentially 'end') - - this.autoDestroy = !!options.autoDestroy; // count buffered requests - - this.bufferedRequestCount = 0; // allocate the first CorkedRequest, there is always - // one allocated and free to use, and we maintain at most two - - this.corkedRequestsFree = new CorkedRequest(this); -} - -WritableState.prototype.getBuffer = function getBuffer() { - var current = this.bufferedRequest; - var out = []; - - while (current) { - out.push(current); - current = current.next; - } - - return out; -}; - -(function () { - try { - Object.defineProperty(WritableState.prototype, 'buffer', { - get: internalUtil.deprecate(function writableStateBufferGetter() { - return this.getBuffer(); - }, '_writableState.buffer is deprecated. Use _writableState.getBuffer ' + 'instead.', 'DEP0003') - }); - } catch (_) {} -})(); // Test _writableState for inheritance to account for Duplex streams, -// whose prototype chain only points to Readable. - - -var realHasInstance; - -if (typeof Symbol === 'function' && Symbol.hasInstance && typeof Function.prototype[Symbol.hasInstance] === 'function') { - realHasInstance = Function.prototype[Symbol.hasInstance]; - Object.defineProperty(Writable, Symbol.hasInstance, { - value: function value(object) { - if (realHasInstance.call(this, object)) return true; - if (this !== Writable) return false; - return object && object._writableState instanceof WritableState; - } - }); -} else { - realHasInstance = function realHasInstance(object) { - return object instanceof this; - }; -} - -function Writable(options) { - Duplex = Duplex || require('./_stream_duplex'); // Writable ctor is applied to Duplexes, too. - // `realHasInstance` is necessary because using plain `instanceof` - // would return false, as no `_writableState` property is attached. - // Trying to use the custom `instanceof` for Writable here will also break the - // Node.js LazyTransform implementation, which has a non-trivial getter for - // `_writableState` that would lead to infinite recursion. - // Checking for a Stream.Duplex instance is faster here instead of inside - // the WritableState constructor, at least with V8 6.5 - - var isDuplex = this instanceof Duplex; - if (!isDuplex && !realHasInstance.call(Writable, this)) return new Writable(options); - this._writableState = new WritableState(options, this, isDuplex); // legacy. - - this.writable = true; - - if (options) { - if (typeof options.write === 'function') this._write = options.write; - if (typeof options.writev === 'function') this._writev = options.writev; - if (typeof options.destroy === 'function') this._destroy = options.destroy; - if (typeof options.final === 'function') this._final = options.final; - } - - Stream.call(this); -} // Otherwise people can pipe Writable streams, which is just wrong. - - -Writable.prototype.pipe = function () { - errorOrDestroy(this, new ERR_STREAM_CANNOT_PIPE()); -}; - -function writeAfterEnd(stream, cb) { - var er = new ERR_STREAM_WRITE_AFTER_END(); // TODO: defer error events consistently everywhere, not just the cb - - errorOrDestroy(stream, er); - process.nextTick(cb, er); -} // Checks that a user-supplied chunk is valid, especially for the particular -// mode the stream is in. Currently this means that `null` is never accepted -// and undefined/non-string values are only allowed in object mode. - - -function validChunk(stream, state, chunk, cb) { - var er; - - if (chunk === null) { - er = new ERR_STREAM_NULL_VALUES(); - } else if (typeof chunk !== 'string' && !state.objectMode) { - er = new ERR_INVALID_ARG_TYPE('chunk', ['string', 'Buffer'], chunk); - } - - if (er) { - errorOrDestroy(stream, er); - process.nextTick(cb, er); - return false; - } - - return true; -} - -Writable.prototype.write = function (chunk, encoding, cb) { - var state = this._writableState; - var ret = false; - - var isBuf = !state.objectMode && _isUint8Array(chunk); - - if (isBuf && !Buffer.isBuffer(chunk)) { - chunk = _uint8ArrayToBuffer(chunk); - } - - if (typeof encoding === 'function') { - cb = encoding; - encoding = null; - } - - if (isBuf) encoding = 'buffer';else if (!encoding) encoding = state.defaultEncoding; - if (typeof cb !== 'function') cb = nop; - if (state.ending) writeAfterEnd(this, cb);else if (isBuf || validChunk(this, state, chunk, cb)) { - state.pendingcb++; - ret = writeOrBuffer(this, state, isBuf, chunk, encoding, cb); - } - return ret; -}; - -Writable.prototype.cork = function () { - this._writableState.corked++; -}; - -Writable.prototype.uncork = function () { - var state = this._writableState; - - if (state.corked) { - state.corked--; - if (!state.writing && !state.corked && !state.bufferProcessing && state.bufferedRequest) clearBuffer(this, state); - } -}; - -Writable.prototype.setDefaultEncoding = function setDefaultEncoding(encoding) { - // node::ParseEncoding() requires lower case. - if (typeof encoding === 'string') encoding = encoding.toLowerCase(); - if (!(['hex', 'utf8', 'utf-8', 'ascii', 'binary', 'base64', 'ucs2', 'ucs-2', 'utf16le', 'utf-16le', 'raw'].indexOf((encoding + '').toLowerCase()) > -1)) throw new ERR_UNKNOWN_ENCODING(encoding); - this._writableState.defaultEncoding = encoding; - return this; -}; - -Object.defineProperty(Writable.prototype, 'writableBuffer', { - // making it explicit this property is not enumerable - // because otherwise some prototype manipulation in - // userland will fail - enumerable: false, - get: function get() { - return this._writableState && this._writableState.getBuffer(); - } -}); - -function decodeChunk(state, chunk, encoding) { - if (!state.objectMode && state.decodeStrings !== false && typeof chunk === 'string') { - chunk = Buffer.from(chunk, encoding); - } - - return chunk; -} - -Object.defineProperty(Writable.prototype, 'writableHighWaterMark', { - // making it explicit this property is not enumerable - // because otherwise some prototype manipulation in - // userland will fail - enumerable: false, - get: function get() { - return this._writableState.highWaterMark; - } -}); // if we're already writing something, then just put this -// in the queue, and wait our turn. Otherwise, call _write -// If we return false, then we need a drain event, so set that flag. - -function writeOrBuffer(stream, state, isBuf, chunk, encoding, cb) { - if (!isBuf) { - var newChunk = decodeChunk(state, chunk, encoding); - - if (chunk !== newChunk) { - isBuf = true; - encoding = 'buffer'; - chunk = newChunk; - } - } - - var len = state.objectMode ? 1 : chunk.length; - state.length += len; - var ret = state.length < state.highWaterMark; // we must ensure that previous needDrain will not be reset to false. - - if (!ret) state.needDrain = true; - - if (state.writing || state.corked) { - var last = state.lastBufferedRequest; - state.lastBufferedRequest = { - chunk: chunk, - encoding: encoding, - isBuf: isBuf, - callback: cb, - next: null - }; - - if (last) { - last.next = state.lastBufferedRequest; - } else { - state.bufferedRequest = state.lastBufferedRequest; - } - - state.bufferedRequestCount += 1; - } else { - doWrite(stream, state, false, len, chunk, encoding, cb); - } - - return ret; -} - -function doWrite(stream, state, writev, len, chunk, encoding, cb) { - state.writelen = len; - state.writecb = cb; - state.writing = true; - state.sync = true; - if (state.destroyed) state.onwrite(new ERR_STREAM_DESTROYED('write'));else if (writev) stream._writev(chunk, state.onwrite);else stream._write(chunk, encoding, state.onwrite); - state.sync = false; -} - -function onwriteError(stream, state, sync, er, cb) { - --state.pendingcb; - - if (sync) { - // defer the callback if we are being called synchronously - // to avoid piling up things on the stack - process.nextTick(cb, er); // this can emit finish, and it will always happen - // after error - - process.nextTick(finishMaybe, stream, state); - stream._writableState.errorEmitted = true; - errorOrDestroy(stream, er); - } else { - // the caller expect this to happen before if - // it is async - cb(er); - stream._writableState.errorEmitted = true; - errorOrDestroy(stream, er); // this can emit finish, but finish must - // always follow error - - finishMaybe(stream, state); - } -} - -function onwriteStateUpdate(state) { - state.writing = false; - state.writecb = null; - state.length -= state.writelen; - state.writelen = 0; -} - -function onwrite(stream, er) { - var state = stream._writableState; - var sync = state.sync; - var cb = state.writecb; - if (typeof cb !== 'function') throw new ERR_MULTIPLE_CALLBACK(); - onwriteStateUpdate(state); - if (er) onwriteError(stream, state, sync, er, cb);else { - // Check if we're actually ready to finish, but don't emit yet - var finished = needFinish(state) || stream.destroyed; - - if (!finished && !state.corked && !state.bufferProcessing && state.bufferedRequest) { - clearBuffer(stream, state); - } - - if (sync) { - process.nextTick(afterWrite, stream, state, finished, cb); - } else { - afterWrite(stream, state, finished, cb); - } - } -} - -function afterWrite(stream, state, finished, cb) { - if (!finished) onwriteDrain(stream, state); - state.pendingcb--; - cb(); - finishMaybe(stream, state); -} // Must force callback to be called on nextTick, so that we don't -// emit 'drain' before the write() consumer gets the 'false' return -// value, and has a chance to attach a 'drain' listener. - - -function onwriteDrain(stream, state) { - if (state.length === 0 && state.needDrain) { - state.needDrain = false; - stream.emit('drain'); - } -} // if there's something in the buffer waiting, then process it - - -function clearBuffer(stream, state) { - state.bufferProcessing = true; - var entry = state.bufferedRequest; - - if (stream._writev && entry && entry.next) { - // Fast case, write everything using _writev() - var l = state.bufferedRequestCount; - var buffer = new Array(l); - var holder = state.corkedRequestsFree; - holder.entry = entry; - var count = 0; - var allBuffers = true; - - while (entry) { - buffer[count] = entry; - if (!entry.isBuf) allBuffers = false; - entry = entry.next; - count += 1; - } - - buffer.allBuffers = allBuffers; - doWrite(stream, state, true, state.length, buffer, '', holder.finish); // doWrite is almost always async, defer these to save a bit of time - // as the hot path ends with doWrite - - state.pendingcb++; - state.lastBufferedRequest = null; - - if (holder.next) { - state.corkedRequestsFree = holder.next; - holder.next = null; - } else { - state.corkedRequestsFree = new CorkedRequest(state); - } - - state.bufferedRequestCount = 0; - } else { - // Slow case, write chunks one-by-one - while (entry) { - var chunk = entry.chunk; - var encoding = entry.encoding; - var cb = entry.callback; - var len = state.objectMode ? 1 : chunk.length; - doWrite(stream, state, false, len, chunk, encoding, cb); - entry = entry.next; - state.bufferedRequestCount--; // if we didn't call the onwrite immediately, then - // it means that we need to wait until it does. - // also, that means that the chunk and cb are currently - // being processed, so move the buffer counter past them. - - if (state.writing) { - break; - } - } - - if (entry === null) state.lastBufferedRequest = null; - } - - state.bufferedRequest = entry; - state.bufferProcessing = false; -} - -Writable.prototype._write = function (chunk, encoding, cb) { - cb(new ERR_METHOD_NOT_IMPLEMENTED('_write()')); -}; - -Writable.prototype._writev = null; - -Writable.prototype.end = function (chunk, encoding, cb) { - var state = this._writableState; - - if (typeof chunk === 'function') { - cb = chunk; - chunk = null; - encoding = null; - } else if (typeof encoding === 'function') { - cb = encoding; - encoding = null; - } - - if (chunk !== null && chunk !== undefined) this.write(chunk, encoding); // .end() fully uncorks - - if (state.corked) { - state.corked = 1; - this.uncork(); - } // ignore unnecessary end() calls. - - - if (!state.ending) endWritable(this, state, cb); - return this; -}; - -Object.defineProperty(Writable.prototype, 'writableLength', { - // making it explicit this property is not enumerable - // because otherwise some prototype manipulation in - // userland will fail - enumerable: false, - get: function get() { - return this._writableState.length; - } -}); - -function needFinish(state) { - return state.ending && state.length === 0 && state.bufferedRequest === null && !state.finished && !state.writing; -} - -function callFinal(stream, state) { - stream._final(function (err) { - state.pendingcb--; - - if (err) { - errorOrDestroy(stream, err); - } - - state.prefinished = true; - stream.emit('prefinish'); - finishMaybe(stream, state); - }); -} - -function prefinish(stream, state) { - if (!state.prefinished && !state.finalCalled) { - if (typeof stream._final === 'function' && !state.destroyed) { - state.pendingcb++; - state.finalCalled = true; - process.nextTick(callFinal, stream, state); - } else { - state.prefinished = true; - stream.emit('prefinish'); - } - } -} - -function finishMaybe(stream, state) { - var need = needFinish(state); - - if (need) { - prefinish(stream, state); - - if (state.pendingcb === 0) { - state.finished = true; - stream.emit('finish'); - - if (state.autoDestroy) { - // In case of duplex streams we need a way to detect - // if the readable side is ready for autoDestroy as well - var rState = stream._readableState; - - if (!rState || rState.autoDestroy && rState.endEmitted) { - stream.destroy(); - } - } - } - } - - return need; -} - -function endWritable(stream, state, cb) { - state.ending = true; - finishMaybe(stream, state); - - if (cb) { - if (state.finished) process.nextTick(cb);else stream.once('finish', cb); - } - - state.ended = true; - stream.writable = false; -} - -function onCorkedFinish(corkReq, state, err) { - var entry = corkReq.entry; - corkReq.entry = null; - - while (entry) { - var cb = entry.callback; - state.pendingcb--; - cb(err); - entry = entry.next; - } // reuse the free corkReq. - - - state.corkedRequestsFree.next = corkReq; -} - -Object.defineProperty(Writable.prototype, 'destroyed', { - // making it explicit this property is not enumerable - // because otherwise some prototype manipulation in - // userland will fail - enumerable: false, - get: function get() { - if (this._writableState === undefined) { - return false; - } - - return this._writableState.destroyed; - }, - set: function set(value) { - // we ignore the value if the stream - // has not been initialized yet - if (!this._writableState) { - return; - } // backward compatibility, the user is explicitly - // managing destroyed - - - this._writableState.destroyed = value; - } -}); -Writable.prototype.destroy = destroyImpl.destroy; -Writable.prototype._undestroy = destroyImpl.undestroy; - -Writable.prototype._destroy = function (err, cb) { - cb(err); -}; \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/internal/streams/async_iterator.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/internal/streams/async_iterator.js deleted file mode 100644 index 9fb615a..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/internal/streams/async_iterator.js +++ /dev/null @@ -1,207 +0,0 @@ -'use strict'; - -var _Object$setPrototypeO; - -function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } - -var finished = require('./end-of-stream'); - -var kLastResolve = Symbol('lastResolve'); -var kLastReject = Symbol('lastReject'); -var kError = Symbol('error'); -var kEnded = Symbol('ended'); -var kLastPromise = Symbol('lastPromise'); -var kHandlePromise = Symbol('handlePromise'); -var kStream = Symbol('stream'); - -function createIterResult(value, done) { - return { - value: value, - done: done - }; -} - -function readAndResolve(iter) { - var resolve = iter[kLastResolve]; - - if (resolve !== null) { - var data = iter[kStream].read(); // we defer if data is null - // we can be expecting either 'end' or - // 'error' - - if (data !== null) { - iter[kLastPromise] = null; - iter[kLastResolve] = null; - iter[kLastReject] = null; - resolve(createIterResult(data, false)); - } - } -} - -function onReadable(iter) { - // we wait for the next tick, because it might - // emit an error with process.nextTick - process.nextTick(readAndResolve, iter); -} - -function wrapForNext(lastPromise, iter) { - return function (resolve, reject) { - lastPromise.then(function () { - if (iter[kEnded]) { - resolve(createIterResult(undefined, true)); - return; - } - - iter[kHandlePromise](resolve, reject); - }, reject); - }; -} - -var AsyncIteratorPrototype = Object.getPrototypeOf(function () {}); -var ReadableStreamAsyncIteratorPrototype = Object.setPrototypeOf((_Object$setPrototypeO = { - get stream() { - return this[kStream]; - }, - - next: function next() { - var _this = this; - - // if we have detected an error in the meanwhile - // reject straight away - var error = this[kError]; - - if (error !== null) { - return Promise.reject(error); - } - - if (this[kEnded]) { - return Promise.resolve(createIterResult(undefined, true)); - } - - if (this[kStream].destroyed) { - // We need to defer via nextTick because if .destroy(err) is - // called, the error will be emitted via nextTick, and - // we cannot guarantee that there is no error lingering around - // waiting to be emitted. - return new Promise(function (resolve, reject) { - process.nextTick(function () { - if (_this[kError]) { - reject(_this[kError]); - } else { - resolve(createIterResult(undefined, true)); - } - }); - }); - } // if we have multiple next() calls - // we will wait for the previous Promise to finish - // this logic is optimized to support for await loops, - // where next() is only called once at a time - - - var lastPromise = this[kLastPromise]; - var promise; - - if (lastPromise) { - promise = new Promise(wrapForNext(lastPromise, this)); - } else { - // fast path needed to support multiple this.push() - // without triggering the next() queue - var data = this[kStream].read(); - - if (data !== null) { - return Promise.resolve(createIterResult(data, false)); - } - - promise = new Promise(this[kHandlePromise]); - } - - this[kLastPromise] = promise; - return promise; - } -}, _defineProperty(_Object$setPrototypeO, Symbol.asyncIterator, function () { - return this; -}), _defineProperty(_Object$setPrototypeO, "return", function _return() { - var _this2 = this; - - // destroy(err, cb) is a private API - // we can guarantee we have that here, because we control the - // Readable class this is attached to - return new Promise(function (resolve, reject) { - _this2[kStream].destroy(null, function (err) { - if (err) { - reject(err); - return; - } - - resolve(createIterResult(undefined, true)); - }); - }); -}), _Object$setPrototypeO), AsyncIteratorPrototype); - -var createReadableStreamAsyncIterator = function createReadableStreamAsyncIterator(stream) { - var _Object$create; - - var iterator = Object.create(ReadableStreamAsyncIteratorPrototype, (_Object$create = {}, _defineProperty(_Object$create, kStream, { - value: stream, - writable: true - }), _defineProperty(_Object$create, kLastResolve, { - value: null, - writable: true - }), _defineProperty(_Object$create, kLastReject, { - value: null, - writable: true - }), _defineProperty(_Object$create, kError, { - value: null, - writable: true - }), _defineProperty(_Object$create, kEnded, { - value: stream._readableState.endEmitted, - writable: true - }), _defineProperty(_Object$create, kHandlePromise, { - value: function value(resolve, reject) { - var data = iterator[kStream].read(); - - if (data) { - iterator[kLastPromise] = null; - iterator[kLastResolve] = null; - iterator[kLastReject] = null; - resolve(createIterResult(data, false)); - } else { - iterator[kLastResolve] = resolve; - iterator[kLastReject] = reject; - } - }, - writable: true - }), _Object$create)); - iterator[kLastPromise] = null; - finished(stream, function (err) { - if (err && err.code !== 'ERR_STREAM_PREMATURE_CLOSE') { - var reject = iterator[kLastReject]; // reject if we are waiting for data in the Promise - // returned by next() and store the error - - if (reject !== null) { - iterator[kLastPromise] = null; - iterator[kLastResolve] = null; - iterator[kLastReject] = null; - reject(err); - } - - iterator[kError] = err; - return; - } - - var resolve = iterator[kLastResolve]; - - if (resolve !== null) { - iterator[kLastPromise] = null; - iterator[kLastResolve] = null; - iterator[kLastReject] = null; - resolve(createIterResult(undefined, true)); - } - - iterator[kEnded] = true; - }); - stream.on('readable', onReadable.bind(null, iterator)); - return iterator; -}; - -module.exports = createReadableStreamAsyncIterator; \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/internal/streams/buffer_list.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/internal/streams/buffer_list.js deleted file mode 100644 index cdea425..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/internal/streams/buffer_list.js +++ /dev/null @@ -1,210 +0,0 @@ -'use strict'; - -function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } - -function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } - -function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } - -function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } - -function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } - -function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; } - -var _require = require('buffer'), - Buffer = _require.Buffer; - -var _require2 = require('util'), - inspect = _require2.inspect; - -var custom = inspect && inspect.custom || 'inspect'; - -function copyBuffer(src, target, offset) { - Buffer.prototype.copy.call(src, target, offset); -} - -module.exports = -/*#__PURE__*/ -function () { - function BufferList() { - _classCallCheck(this, BufferList); - - this.head = null; - this.tail = null; - this.length = 0; - } - - _createClass(BufferList, [{ - key: "push", - value: function push(v) { - var entry = { - data: v, - next: null - }; - if (this.length > 0) this.tail.next = entry;else this.head = entry; - this.tail = entry; - ++this.length; - } - }, { - key: "unshift", - value: function unshift(v) { - var entry = { - data: v, - next: this.head - }; - if (this.length === 0) this.tail = entry; - this.head = entry; - ++this.length; - } - }, { - key: "shift", - value: function shift() { - if (this.length === 0) return; - var ret = this.head.data; - if (this.length === 1) this.head = this.tail = null;else this.head = this.head.next; - --this.length; - return ret; - } - }, { - key: "clear", - value: function clear() { - this.head = this.tail = null; - this.length = 0; - } - }, { - key: "join", - value: function join(s) { - if (this.length === 0) return ''; - var p = this.head; - var ret = '' + p.data; - - while (p = p.next) { - ret += s + p.data; - } - - return ret; - } - }, { - key: "concat", - value: function concat(n) { - if (this.length === 0) return Buffer.alloc(0); - var ret = Buffer.allocUnsafe(n >>> 0); - var p = this.head; - var i = 0; - - while (p) { - copyBuffer(p.data, ret, i); - i += p.data.length; - p = p.next; - } - - return ret; - } // Consumes a specified amount of bytes or characters from the buffered data. - - }, { - key: "consume", - value: function consume(n, hasStrings) { - var ret; - - if (n < this.head.data.length) { - // `slice` is the same for buffers and strings. - ret = this.head.data.slice(0, n); - this.head.data = this.head.data.slice(n); - } else if (n === this.head.data.length) { - // First chunk is a perfect match. - ret = this.shift(); - } else { - // Result spans more than one buffer. - ret = hasStrings ? this._getString(n) : this._getBuffer(n); - } - - return ret; - } - }, { - key: "first", - value: function first() { - return this.head.data; - } // Consumes a specified amount of characters from the buffered data. - - }, { - key: "_getString", - value: function _getString(n) { - var p = this.head; - var c = 1; - var ret = p.data; - n -= ret.length; - - while (p = p.next) { - var str = p.data; - var nb = n > str.length ? str.length : n; - if (nb === str.length) ret += str;else ret += str.slice(0, n); - n -= nb; - - if (n === 0) { - if (nb === str.length) { - ++c; - if (p.next) this.head = p.next;else this.head = this.tail = null; - } else { - this.head = p; - p.data = str.slice(nb); - } - - break; - } - - ++c; - } - - this.length -= c; - return ret; - } // Consumes a specified amount of bytes from the buffered data. - - }, { - key: "_getBuffer", - value: function _getBuffer(n) { - var ret = Buffer.allocUnsafe(n); - var p = this.head; - var c = 1; - p.data.copy(ret); - n -= p.data.length; - - while (p = p.next) { - var buf = p.data; - var nb = n > buf.length ? buf.length : n; - buf.copy(ret, ret.length - n, 0, nb); - n -= nb; - - if (n === 0) { - if (nb === buf.length) { - ++c; - if (p.next) this.head = p.next;else this.head = this.tail = null; - } else { - this.head = p; - p.data = buf.slice(nb); - } - - break; - } - - ++c; - } - - this.length -= c; - return ret; - } // Make sure the linked list only shows the minimal necessary information. - - }, { - key: custom, - value: function value(_, options) { - return inspect(this, _objectSpread({}, options, { - // Only inspect one level. - depth: 0, - // It should not recurse. - customInspect: false - })); - } - }]); - - return BufferList; -}(); \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/internal/streams/destroy.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/internal/streams/destroy.js deleted file mode 100644 index 3268a16..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/internal/streams/destroy.js +++ /dev/null @@ -1,105 +0,0 @@ -'use strict'; // undocumented cb() API, needed for core, not for public API - -function destroy(err, cb) { - var _this = this; - - var readableDestroyed = this._readableState && this._readableState.destroyed; - var writableDestroyed = this._writableState && this._writableState.destroyed; - - if (readableDestroyed || writableDestroyed) { - if (cb) { - cb(err); - } else if (err) { - if (!this._writableState) { - process.nextTick(emitErrorNT, this, err); - } else if (!this._writableState.errorEmitted) { - this._writableState.errorEmitted = true; - process.nextTick(emitErrorNT, this, err); - } - } - - return this; - } // we set destroyed to true before firing error callbacks in order - // to make it re-entrance safe in case destroy() is called within callbacks - - - if (this._readableState) { - this._readableState.destroyed = true; - } // if this is a duplex stream mark the writable part as destroyed as well - - - if (this._writableState) { - this._writableState.destroyed = true; - } - - this._destroy(err || null, function (err) { - if (!cb && err) { - if (!_this._writableState) { - process.nextTick(emitErrorAndCloseNT, _this, err); - } else if (!_this._writableState.errorEmitted) { - _this._writableState.errorEmitted = true; - process.nextTick(emitErrorAndCloseNT, _this, err); - } else { - process.nextTick(emitCloseNT, _this); - } - } else if (cb) { - process.nextTick(emitCloseNT, _this); - cb(err); - } else { - process.nextTick(emitCloseNT, _this); - } - }); - - return this; -} - -function emitErrorAndCloseNT(self, err) { - emitErrorNT(self, err); - emitCloseNT(self); -} - -function emitCloseNT(self) { - if (self._writableState && !self._writableState.emitClose) return; - if (self._readableState && !self._readableState.emitClose) return; - self.emit('close'); -} - -function undestroy() { - if (this._readableState) { - this._readableState.destroyed = false; - this._readableState.reading = false; - this._readableState.ended = false; - this._readableState.endEmitted = false; - } - - if (this._writableState) { - this._writableState.destroyed = false; - this._writableState.ended = false; - this._writableState.ending = false; - this._writableState.finalCalled = false; - this._writableState.prefinished = false; - this._writableState.finished = false; - this._writableState.errorEmitted = false; - } -} - -function emitErrorNT(self, err) { - self.emit('error', err); -} - -function errorOrDestroy(stream, err) { - // We have tests that rely on errors being emitted - // in the same tick, so changing this is semver major. - // For now when you opt-in to autoDestroy we allow - // the error to be emitted nextTick. In a future - // semver major update we should change the default to this. - var rState = stream._readableState; - var wState = stream._writableState; - if (rState && rState.autoDestroy || wState && wState.autoDestroy) stream.destroy(err);else stream.emit('error', err); -} - -module.exports = { - destroy: destroy, - undestroy: undestroy, - errorOrDestroy: errorOrDestroy -}; \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/internal/streams/end-of-stream.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/internal/streams/end-of-stream.js deleted file mode 100644 index 831f286..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/internal/streams/end-of-stream.js +++ /dev/null @@ -1,104 +0,0 @@ -// Ported from https://github.com/mafintosh/end-of-stream with -// permission from the author, Mathias Buus (@mafintosh). -'use strict'; - -var ERR_STREAM_PREMATURE_CLOSE = require('../../../errors').codes.ERR_STREAM_PREMATURE_CLOSE; - -function once(callback) { - var called = false; - return function () { - if (called) return; - called = true; - - for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) { - args[_key] = arguments[_key]; - } - - callback.apply(this, args); - }; -} - -function noop() {} - -function isRequest(stream) { - return stream.setHeader && typeof stream.abort === 'function'; -} - -function eos(stream, opts, callback) { - if (typeof opts === 'function') return eos(stream, null, opts); - if (!opts) opts = {}; - callback = once(callback || noop); - var readable = opts.readable || opts.readable !== false && stream.readable; - var writable = opts.writable || opts.writable !== false && stream.writable; - - var onlegacyfinish = function onlegacyfinish() { - if (!stream.writable) onfinish(); - }; - - var writableEnded = stream._writableState && stream._writableState.finished; - - var onfinish = function onfinish() { - writable = false; - writableEnded = true; - if (!readable) callback.call(stream); - }; - - var readableEnded = stream._readableState && stream._readableState.endEmitted; - - var onend = function onend() { - readable = false; - readableEnded = true; - if (!writable) callback.call(stream); - }; - - var onerror = function onerror(err) { - callback.call(stream, err); - }; - - var onclose = function onclose() { - var err; - - if (readable && !readableEnded) { - if (!stream._readableState || !stream._readableState.ended) err = new ERR_STREAM_PREMATURE_CLOSE(); - return callback.call(stream, err); - } - - if (writable && !writableEnded) { - if (!stream._writableState || !stream._writableState.ended) err = new ERR_STREAM_PREMATURE_CLOSE(); - return callback.call(stream, err); - } - }; - - var onrequest = function onrequest() { - stream.req.on('finish', onfinish); - }; - - if (isRequest(stream)) { - stream.on('complete', onfinish); - stream.on('abort', onclose); - if (stream.req) onrequest();else stream.on('request', onrequest); - } else if (writable && !stream._writableState) { - // legacy streams - stream.on('end', onlegacyfinish); - stream.on('close', onlegacyfinish); - } - - stream.on('end', onend); - stream.on('finish', onfinish); - if (opts.error !== false) stream.on('error', onerror); - stream.on('close', onclose); - return function () { - stream.removeListener('complete', onfinish); - stream.removeListener('abort', onclose); - stream.removeListener('request', onrequest); - if (stream.req) stream.req.removeListener('finish', onfinish); - stream.removeListener('end', onlegacyfinish); - stream.removeListener('close', onlegacyfinish); - stream.removeListener('finish', onfinish); - stream.removeListener('end', onend); - stream.removeListener('error', onerror); - stream.removeListener('close', onclose); - }; -} - -module.exports = eos; \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/internal/streams/from-browser.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/internal/streams/from-browser.js deleted file mode 100644 index a4ce56f..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/internal/streams/from-browser.js +++ /dev/null @@ -1,3 +0,0 @@ -module.exports = function () { - throw new Error('Readable.from is not available in the browser') -}; diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/internal/streams/from.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/internal/streams/from.js deleted file mode 100644 index 6c41284..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/internal/streams/from.js +++ /dev/null @@ -1,64 +0,0 @@ -'use strict'; - -function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } } - -function _asyncToGenerator(fn) { return function () { var self = this, args = arguments; return new Promise(function (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); } function _throw(err) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err); } _next(undefined); }); }; } - -function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } - -function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } - -function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } - -var ERR_INVALID_ARG_TYPE = require('../../../errors').codes.ERR_INVALID_ARG_TYPE; - -function from(Readable, iterable, opts) { - var iterator; - - if (iterable && typeof iterable.next === 'function') { - iterator = iterable; - } else if (iterable && iterable[Symbol.asyncIterator]) iterator = iterable[Symbol.asyncIterator]();else if (iterable && iterable[Symbol.iterator]) iterator = iterable[Symbol.iterator]();else throw new ERR_INVALID_ARG_TYPE('iterable', ['Iterable'], iterable); - - var readable = new Readable(_objectSpread({ - objectMode: true - }, opts)); // Reading boolean to protect against _read - // being called before last iteration completion. - - var reading = false; - - readable._read = function () { - if (!reading) { - reading = true; - next(); - } - }; - - function next() { - return _next2.apply(this, arguments); - } - - function _next2() { - _next2 = _asyncToGenerator(function* () { - try { - var _ref = yield iterator.next(), - value = _ref.value, - done = _ref.done; - - if (done) { - readable.push(null); - } else if (readable.push((yield value))) { - next(); - } else { - reading = false; - } - } catch (err) { - readable.destroy(err); - } - }); - return _next2.apply(this, arguments); - } - - return readable; -} - -module.exports = from; \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/internal/streams/pipeline.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/internal/streams/pipeline.js deleted file mode 100644 index 6589909..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/internal/streams/pipeline.js +++ /dev/null @@ -1,97 +0,0 @@ -// Ported from https://github.com/mafintosh/pump with -// permission from the author, Mathias Buus (@mafintosh). -'use strict'; - -var eos; - -function once(callback) { - var called = false; - return function () { - if (called) return; - called = true; - callback.apply(void 0, arguments); - }; -} - -var _require$codes = require('../../../errors').codes, - ERR_MISSING_ARGS = _require$codes.ERR_MISSING_ARGS, - ERR_STREAM_DESTROYED = _require$codes.ERR_STREAM_DESTROYED; - -function noop(err) { - // Rethrow the error if it exists to avoid swallowing it - if (err) throw err; -} - -function isRequest(stream) { - return stream.setHeader && typeof stream.abort === 'function'; -} - -function destroyer(stream, reading, writing, callback) { - callback = once(callback); - var closed = false; - stream.on('close', function () { - closed = true; - }); - if (eos === undefined) eos = require('./end-of-stream'); - eos(stream, { - readable: reading, - writable: writing - }, function (err) { - if (err) return callback(err); - closed = true; - callback(); - }); - var destroyed = false; - return function (err) { - if (closed) return; - if (destroyed) return; - destroyed = true; // request.destroy just do .end - .abort is what we want - - if (isRequest(stream)) return stream.abort(); - if (typeof stream.destroy === 'function') return stream.destroy(); - callback(err || new ERR_STREAM_DESTROYED('pipe')); - }; -} - -function call(fn) { - fn(); -} - -function pipe(from, to) { - return from.pipe(to); -} - -function popCallback(streams) { - if (!streams.length) return noop; - if (typeof streams[streams.length - 1] !== 'function') return noop; - return streams.pop(); -} - -function pipeline() { - for (var _len = arguments.length, streams = new Array(_len), _key = 0; _key < _len; _key++) { - streams[_key] = arguments[_key]; - } - - var callback = popCallback(streams); - if (Array.isArray(streams[0])) streams = streams[0]; - - if (streams.length < 2) { - throw new ERR_MISSING_ARGS('streams'); - } - - var error; - var destroys = streams.map(function (stream, i) { - var reading = i < streams.length - 1; - var writing = i > 0; - return destroyer(stream, reading, writing, function (err) { - if (!error) error = err; - if (err) destroys.forEach(call); - if (reading) return; - destroys.forEach(call); - callback(error); - }); - }); - return streams.reduce(pipe); -} - -module.exports = pipeline; \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/internal/streams/state.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/internal/streams/state.js deleted file mode 100644 index 19887eb..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/internal/streams/state.js +++ /dev/null @@ -1,27 +0,0 @@ -'use strict'; - -var ERR_INVALID_OPT_VALUE = require('../../../errors').codes.ERR_INVALID_OPT_VALUE; - -function highWaterMarkFrom(options, isDuplex, duplexKey) { - return options.highWaterMark != null ? options.highWaterMark : isDuplex ? options[duplexKey] : null; -} - -function getHighWaterMark(state, options, duplexKey, isDuplex) { - var hwm = highWaterMarkFrom(options, isDuplex, duplexKey); - - if (hwm != null) { - if (!(isFinite(hwm) && Math.floor(hwm) === hwm) || hwm < 0) { - var name = isDuplex ? duplexKey : 'highWaterMark'; - throw new ERR_INVALID_OPT_VALUE(name, hwm); - } - - return Math.floor(hwm); - } // Default value - - - return state.objectMode ? 16 : 16 * 1024; -} - -module.exports = { - getHighWaterMark: getHighWaterMark -}; \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/internal/streams/stream-browser.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/internal/streams/stream-browser.js deleted file mode 100644 index 9332a3f..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/internal/streams/stream-browser.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('events').EventEmitter; diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/internal/streams/stream.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/internal/streams/stream.js deleted file mode 100644 index ce2ad5b..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/lib/internal/streams/stream.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('stream'); diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/package.json b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/package.json deleted file mode 100644 index 0b0c4bd..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/package.json +++ /dev/null @@ -1,68 +0,0 @@ -{ - "name": "readable-stream", - "version": "3.6.0", - "description": "Streams3, a user-land copy of the stream library from Node.js", - "main": "readable.js", - "engines": { - "node": ">= 6" - }, - "dependencies": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - }, - "devDependencies": { - "@babel/cli": "^7.2.0", - "@babel/core": "^7.2.0", - "@babel/polyfill": "^7.0.0", - "@babel/preset-env": "^7.2.0", - "airtap": "0.0.9", - "assert": "^1.4.0", - "bl": "^2.0.0", - "deep-strict-equal": "^0.2.0", - "events.once": "^2.0.2", - "glob": "^7.1.2", - "gunzip-maybe": "^1.4.1", - "hyperquest": "^2.1.3", - "lolex": "^2.6.0", - "nyc": "^11.0.0", - "pump": "^3.0.0", - "rimraf": "^2.6.2", - "tap": "^12.0.0", - "tape": "^4.9.0", - "tar-fs": "^1.16.2", - "util-promisify": "^2.1.0" - }, - "scripts": { - "test": "tap -J --no-esm test/parallel/*.js test/ours/*.js", - "ci": "TAP=1 tap --no-esm test/parallel/*.js test/ours/*.js | tee test.tap", - "test-browsers": "airtap --sauce-connect --loopback airtap.local -- test/browser.js", - "test-browser-local": "airtap --open --local -- test/browser.js", - "cover": "nyc npm test", - "report": "nyc report --reporter=lcov", - "update-browser-errors": "babel -o errors-browser.js errors.js" - }, - "repository": { - "type": "git", - "url": "git://github.com/nodejs/readable-stream" - }, - "keywords": [ - "readable", - "stream", - "pipe" - ], - "browser": { - "util": false, - "worker_threads": false, - "./errors": "./errors-browser.js", - "./readable.js": "./readable-browser.js", - "./lib/internal/streams/from.js": "./lib/internal/streams/from-browser.js", - "./lib/internal/streams/stream.js": "./lib/internal/streams/stream-browser.js" - }, - "nyc": { - "include": [ - "lib/**.js" - ] - }, - "license": "MIT" -} diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/readable-browser.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/readable-browser.js deleted file mode 100644 index adbf60d..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/readable-browser.js +++ /dev/null @@ -1,9 +0,0 @@ -exports = module.exports = require('./lib/_stream_readable.js'); -exports.Stream = exports; -exports.Readable = exports; -exports.Writable = require('./lib/_stream_writable.js'); -exports.Duplex = require('./lib/_stream_duplex.js'); -exports.Transform = require('./lib/_stream_transform.js'); -exports.PassThrough = require('./lib/_stream_passthrough.js'); -exports.finished = require('./lib/internal/streams/end-of-stream.js'); -exports.pipeline = require('./lib/internal/streams/pipeline.js'); diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/readable.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/readable.js deleted file mode 100644 index 9e0ca12..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/readable-stream/readable.js +++ /dev/null @@ -1,16 +0,0 @@ -var Stream = require('stream'); -if (process.env.READABLE_STREAM === 'disable' && Stream) { - module.exports = Stream.Readable; - Object.assign(module.exports, Stream); - module.exports.Stream = Stream; -} else { - exports = module.exports = require('./lib/_stream_readable.js'); - exports.Stream = Stream || exports; - exports.Readable = exports; - exports.Writable = require('./lib/_stream_writable.js'); - exports.Duplex = require('./lib/_stream_duplex.js'); - exports.Transform = require('./lib/_stream_transform.js'); - exports.PassThrough = require('./lib/_stream_passthrough.js'); - exports.finished = require('./lib/internal/streams/end-of-stream.js'); - exports.pipeline = require('./lib/internal/streams/pipeline.js'); -} diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/ssri/LICENSE.md b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/ssri/LICENSE.md deleted file mode 100644 index e335388..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/ssri/LICENSE.md +++ /dev/null @@ -1,16 +0,0 @@ -ISC License - -Copyright 2021 (c) npm, Inc. - -Permission to use, copy, modify, and/or distribute this software for -any purpose with or without fee is hereby granted, provided that the -above copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE COPYRIGHT HOLDER DISCLAIMS -ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE -COPYRIGHT HOLDER BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR -CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS -OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE -OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE -USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/ssri/lib/index.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/ssri/lib/index.js deleted file mode 100644 index 1443137..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/ssri/lib/index.js +++ /dev/null @@ -1,524 +0,0 @@ -'use strict' - -const crypto = require('crypto') -const MiniPass = require('minipass') - -const SPEC_ALGORITHMS = ['sha256', 'sha384', 'sha512'] - -// TODO: this should really be a hardcoded list of algorithms we support, -// rather than [a-z0-9]. -const BASE64_REGEX = /^[a-z0-9+/]+(?:=?=?)$/i -const SRI_REGEX = /^([a-z0-9]+)-([^?]+)([?\S*]*)$/ -const STRICT_SRI_REGEX = /^([a-z0-9]+)-([A-Za-z0-9+/=]{44,88})(\?[\x21-\x7E]*)?$/ -const VCHAR_REGEX = /^[\x21-\x7E]+$/ - -const defaultOpts = { - algorithms: ['sha512'], - error: false, - options: [], - pickAlgorithm: getPrioritizedHash, - sep: ' ', - single: false, - strict: false, -} - -const ssriOpts = (opts = {}) => ({ ...defaultOpts, ...opts }) - -const getOptString = options => !options || !options.length - ? '' - : `?${options.join('?')}` - -const _onEnd = Symbol('_onEnd') -const _getOptions = Symbol('_getOptions') -const _emittedSize = Symbol('_emittedSize') -const _emittedIntegrity = Symbol('_emittedIntegrity') -const _emittedVerified = Symbol('_emittedVerified') - -class IntegrityStream extends MiniPass { - constructor (opts) { - super() - this.size = 0 - this.opts = opts - - // may be overridden later, but set now for class consistency - this[_getOptions]() - - // options used for calculating stream. can't be changed. - const { algorithms = defaultOpts.algorithms } = opts - this.algorithms = Array.from( - new Set(algorithms.concat(this.algorithm ? [this.algorithm] : [])) - ) - this.hashes = this.algorithms.map(crypto.createHash) - } - - [_getOptions] () { - const { - integrity, - size, - options, - } = { ...defaultOpts, ...this.opts } - - // For verification - this.sri = integrity ? parse(integrity, this.opts) : null - this.expectedSize = size - this.goodSri = this.sri ? !!Object.keys(this.sri).length : false - this.algorithm = this.goodSri ? this.sri.pickAlgorithm(this.opts) : null - this.digests = this.goodSri ? this.sri[this.algorithm] : null - this.optString = getOptString(options) - } - - on (ev, handler) { - if (ev === 'size' && this[_emittedSize]) { - return handler(this[_emittedSize]) - } - - if (ev === 'integrity' && this[_emittedIntegrity]) { - return handler(this[_emittedIntegrity]) - } - - if (ev === 'verified' && this[_emittedVerified]) { - return handler(this[_emittedVerified]) - } - - return super.on(ev, handler) - } - - emit (ev, data) { - if (ev === 'end') { - this[_onEnd]() - } - return super.emit(ev, data) - } - - write (data) { - this.size += data.length - this.hashes.forEach(h => h.update(data)) - return super.write(data) - } - - [_onEnd] () { - if (!this.goodSri) { - this[_getOptions]() - } - const newSri = parse(this.hashes.map((h, i) => { - return `${this.algorithms[i]}-${h.digest('base64')}${this.optString}` - }).join(' '), this.opts) - // Integrity verification mode - const match = this.goodSri && newSri.match(this.sri, this.opts) - if (typeof this.expectedSize === 'number' && this.size !== this.expectedSize) { - /* eslint-disable-next-line max-len */ - const err = new Error(`stream size mismatch when checking ${this.sri}.\n Wanted: ${this.expectedSize}\n Found: ${this.size}`) - err.code = 'EBADSIZE' - err.found = this.size - err.expected = this.expectedSize - err.sri = this.sri - this.emit('error', err) - } else if (this.sri && !match) { - /* eslint-disable-next-line max-len */ - const err = new Error(`${this.sri} integrity checksum failed when using ${this.algorithm}: wanted ${this.digests} but got ${newSri}. (${this.size} bytes)`) - err.code = 'EINTEGRITY' - err.found = newSri - err.expected = this.digests - err.algorithm = this.algorithm - err.sri = this.sri - this.emit('error', err) - } else { - this[_emittedSize] = this.size - this.emit('size', this.size) - this[_emittedIntegrity] = newSri - this.emit('integrity', newSri) - if (match) { - this[_emittedVerified] = match - this.emit('verified', match) - } - } - } -} - -class Hash { - get isHash () { - return true - } - - constructor (hash, opts) { - opts = ssriOpts(opts) - const strict = !!opts.strict - this.source = hash.trim() - - // set default values so that we make V8 happy to - // always see a familiar object template. - this.digest = '' - this.algorithm = '' - this.options = [] - - // 3.1. Integrity metadata (called "Hash" by ssri) - // https://w3c.github.io/webappsec-subresource-integrity/#integrity-metadata-description - const match = this.source.match( - strict - ? STRICT_SRI_REGEX - : SRI_REGEX - ) - if (!match) { - return - } - if (strict && !SPEC_ALGORITHMS.some(a => a === match[1])) { - return - } - this.algorithm = match[1] - this.digest = match[2] - - const rawOpts = match[3] - if (rawOpts) { - this.options = rawOpts.slice(1).split('?') - } - } - - hexDigest () { - return this.digest && Buffer.from(this.digest, 'base64').toString('hex') - } - - toJSON () { - return this.toString() - } - - toString (opts) { - opts = ssriOpts(opts) - if (opts.strict) { - // Strict mode enforces the standard as close to the foot of the - // letter as it can. - if (!( - // The spec has very restricted productions for algorithms. - // https://www.w3.org/TR/CSP2/#source-list-syntax - SPEC_ALGORITHMS.some(x => x === this.algorithm) && - // Usually, if someone insists on using a "different" base64, we - // leave it as-is, since there's multiple standards, and the - // specified is not a URL-safe variant. - // https://www.w3.org/TR/CSP2/#base64_value - this.digest.match(BASE64_REGEX) && - // Option syntax is strictly visual chars. - // https://w3c.github.io/webappsec-subresource-integrity/#grammardef-option-expression - // https://tools.ietf.org/html/rfc5234#appendix-B.1 - this.options.every(opt => opt.match(VCHAR_REGEX)) - )) { - return '' - } - } - const options = this.options && this.options.length - ? `?${this.options.join('?')}` - : '' - return `${this.algorithm}-${this.digest}${options}` - } -} - -class Integrity { - get isIntegrity () { - return true - } - - toJSON () { - return this.toString() - } - - isEmpty () { - return Object.keys(this).length === 0 - } - - toString (opts) { - opts = ssriOpts(opts) - let sep = opts.sep || ' ' - if (opts.strict) { - // Entries must be separated by whitespace, according to spec. - sep = sep.replace(/\S+/g, ' ') - } - return Object.keys(this).map(k => { - return this[k].map(hash => { - return Hash.prototype.toString.call(hash, opts) - }).filter(x => x.length).join(sep) - }).filter(x => x.length).join(sep) - } - - concat (integrity, opts) { - opts = ssriOpts(opts) - const other = typeof integrity === 'string' - ? integrity - : stringify(integrity, opts) - return parse(`${this.toString(opts)} ${other}`, opts) - } - - hexDigest () { - return parse(this, { single: true }).hexDigest() - } - - // add additional hashes to an integrity value, but prevent - // *changing* an existing integrity hash. - merge (integrity, opts) { - opts = ssriOpts(opts) - const other = parse(integrity, opts) - for (const algo in other) { - if (this[algo]) { - if (!this[algo].find(hash => - other[algo].find(otherhash => - hash.digest === otherhash.digest))) { - throw new Error('hashes do not match, cannot update integrity') - } - } else { - this[algo] = other[algo] - } - } - } - - match (integrity, opts) { - opts = ssriOpts(opts) - const other = parse(integrity, opts) - const algo = other.pickAlgorithm(opts) - return ( - this[algo] && - other[algo] && - this[algo].find(hash => - other[algo].find(otherhash => - hash.digest === otherhash.digest - ) - ) - ) || false - } - - pickAlgorithm (opts) { - opts = ssriOpts(opts) - const pickAlgorithm = opts.pickAlgorithm - const keys = Object.keys(this) - return keys.reduce((acc, algo) => { - return pickAlgorithm(acc, algo) || acc - }) - } -} - -module.exports.parse = parse -function parse (sri, opts) { - if (!sri) { - return null - } - opts = ssriOpts(opts) - if (typeof sri === 'string') { - return _parse(sri, opts) - } else if (sri.algorithm && sri.digest) { - const fullSri = new Integrity() - fullSri[sri.algorithm] = [sri] - return _parse(stringify(fullSri, opts), opts) - } else { - return _parse(stringify(sri, opts), opts) - } -} - -function _parse (integrity, opts) { - // 3.4.3. Parse metadata - // https://w3c.github.io/webappsec-subresource-integrity/#parse-metadata - if (opts.single) { - return new Hash(integrity, opts) - } - const hashes = integrity.trim().split(/\s+/).reduce((acc, string) => { - const hash = new Hash(string, opts) - if (hash.algorithm && hash.digest) { - const algo = hash.algorithm - if (!acc[algo]) { - acc[algo] = [] - } - acc[algo].push(hash) - } - return acc - }, new Integrity()) - return hashes.isEmpty() ? null : hashes -} - -module.exports.stringify = stringify -function stringify (obj, opts) { - opts = ssriOpts(opts) - if (obj.algorithm && obj.digest) { - return Hash.prototype.toString.call(obj, opts) - } else if (typeof obj === 'string') { - return stringify(parse(obj, opts), opts) - } else { - return Integrity.prototype.toString.call(obj, opts) - } -} - -module.exports.fromHex = fromHex -function fromHex (hexDigest, algorithm, opts) { - opts = ssriOpts(opts) - const optString = getOptString(opts.options) - return parse( - `${algorithm}-${ - Buffer.from(hexDigest, 'hex').toString('base64') - }${optString}`, opts - ) -} - -module.exports.fromData = fromData -function fromData (data, opts) { - opts = ssriOpts(opts) - const algorithms = opts.algorithms - const optString = getOptString(opts.options) - return algorithms.reduce((acc, algo) => { - const digest = crypto.createHash(algo).update(data).digest('base64') - const hash = new Hash( - `${algo}-${digest}${optString}`, - opts - ) - /* istanbul ignore else - it would be VERY strange if the string we - * just calculated with an algo did not have an algo or digest. - */ - if (hash.algorithm && hash.digest) { - const hashAlgo = hash.algorithm - if (!acc[hashAlgo]) { - acc[hashAlgo] = [] - } - acc[hashAlgo].push(hash) - } - return acc - }, new Integrity()) -} - -module.exports.fromStream = fromStream -function fromStream (stream, opts) { - opts = ssriOpts(opts) - const istream = integrityStream(opts) - return new Promise((resolve, reject) => { - stream.pipe(istream) - stream.on('error', reject) - istream.on('error', reject) - let sri - istream.on('integrity', s => { - sri = s - }) - istream.on('end', () => resolve(sri)) - istream.on('data', () => {}) - }) -} - -module.exports.checkData = checkData -function checkData (data, sri, opts) { - opts = ssriOpts(opts) - sri = parse(sri, opts) - if (!sri || !Object.keys(sri).length) { - if (opts.error) { - throw Object.assign( - new Error('No valid integrity hashes to check against'), { - code: 'EINTEGRITY', - } - ) - } else { - return false - } - } - const algorithm = sri.pickAlgorithm(opts) - const digest = crypto.createHash(algorithm).update(data).digest('base64') - const newSri = parse({ algorithm, digest }) - const match = newSri.match(sri, opts) - if (match || !opts.error) { - return match - } else if (typeof opts.size === 'number' && (data.length !== opts.size)) { - /* eslint-disable-next-line max-len */ - const err = new Error(`data size mismatch when checking ${sri}.\n Wanted: ${opts.size}\n Found: ${data.length}`) - err.code = 'EBADSIZE' - err.found = data.length - err.expected = opts.size - err.sri = sri - throw err - } else { - /* eslint-disable-next-line max-len */ - const err = new Error(`Integrity checksum failed when using ${algorithm}: Wanted ${sri}, but got ${newSri}. (${data.length} bytes)`) - err.code = 'EINTEGRITY' - err.found = newSri - err.expected = sri - err.algorithm = algorithm - err.sri = sri - throw err - } -} - -module.exports.checkStream = checkStream -function checkStream (stream, sri, opts) { - opts = ssriOpts(opts) - opts.integrity = sri - sri = parse(sri, opts) - if (!sri || !Object.keys(sri).length) { - return Promise.reject(Object.assign( - new Error('No valid integrity hashes to check against'), { - code: 'EINTEGRITY', - } - )) - } - const checker = integrityStream(opts) - return new Promise((resolve, reject) => { - stream.pipe(checker) - stream.on('error', reject) - checker.on('error', reject) - let verified - checker.on('verified', s => { - verified = s - }) - checker.on('end', () => resolve(verified)) - checker.on('data', () => {}) - }) -} - -module.exports.integrityStream = integrityStream -function integrityStream (opts = {}) { - return new IntegrityStream(opts) -} - -module.exports.create = createIntegrity -function createIntegrity (opts) { - opts = ssriOpts(opts) - const algorithms = opts.algorithms - const optString = getOptString(opts.options) - - const hashes = algorithms.map(crypto.createHash) - - return { - update: function (chunk, enc) { - hashes.forEach(h => h.update(chunk, enc)) - return this - }, - digest: function (enc) { - const integrity = algorithms.reduce((acc, algo) => { - const digest = hashes.shift().digest('base64') - const hash = new Hash( - `${algo}-${digest}${optString}`, - opts - ) - /* istanbul ignore else - it would be VERY strange if the hash we - * just calculated with an algo did not have an algo or digest. - */ - if (hash.algorithm && hash.digest) { - const hashAlgo = hash.algorithm - if (!acc[hashAlgo]) { - acc[hashAlgo] = [] - } - acc[hashAlgo].push(hash) - } - return acc - }, new Integrity()) - - return integrity - }, - } -} - -const NODE_HASHES = new Set(crypto.getHashes()) - -// This is a Best Effort™ at a reasonable priority for hash algos -const DEFAULT_PRIORITY = [ - 'md5', 'whirlpool', 'sha1', 'sha224', 'sha256', 'sha384', 'sha512', - // TODO - it's unclear _which_ of these Node will actually use as its name - // for the algorithm, so we guesswork it based on the OpenSSL names. - 'sha3', - 'sha3-256', 'sha3-384', 'sha3-512', - 'sha3_256', 'sha3_384', 'sha3_512', -].filter(algo => NODE_HASHES.has(algo)) - -function getPrioritizedHash (algo1, algo2) { - /* eslint-disable-next-line max-len */ - return DEFAULT_PRIORITY.indexOf(algo1.toLowerCase()) >= DEFAULT_PRIORITY.indexOf(algo2.toLowerCase()) - ? algo1 - : algo2 -} diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/ssri/package.json b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/ssri/package.json deleted file mode 100644 index 91c1f91..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/ssri/package.json +++ /dev/null @@ -1,63 +0,0 @@ -{ - "name": "ssri", - "version": "9.0.1", - "description": "Standard Subresource Integrity library -- parses, serializes, generates, and verifies integrity metadata according to the SRI spec.", - "main": "lib/index.js", - "files": [ - "bin/", - "lib/" - ], - "scripts": { - "prerelease": "npm t", - "postrelease": "npm publish", - "prepublishOnly": "git push origin --follow-tags", - "posttest": "npm run lint", - "test": "tap", - "coverage": "tap", - "lint": "eslint \"**/*.js\"", - "postlint": "template-oss-check", - "template-oss-apply": "template-oss-apply --force", - "lintfix": "npm run lint -- --fix", - "preversion": "npm test", - "postversion": "npm publish", - "snap": "tap" - }, - "tap": { - "check-coverage": true - }, - "repository": { - "type": "git", - "url": "https://github.com/npm/ssri.git" - }, - "keywords": [ - "w3c", - "web", - "security", - "integrity", - "checksum", - "hashing", - "subresource integrity", - "sri", - "sri hash", - "sri string", - "sri generator", - "html" - ], - "author": "GitHub Inc.", - "license": "ISC", - "dependencies": { - "minipass": "^3.1.1" - }, - "devDependencies": { - "@npmcli/eslint-config": "^3.0.1", - "@npmcli/template-oss": "3.5.0", - "tap": "^16.0.1" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "3.5.0" - } -} diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/unique-filename/LICENSE b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/unique-filename/LICENSE deleted file mode 100644 index 69619c1..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/unique-filename/LICENSE +++ /dev/null @@ -1,5 +0,0 @@ -Copyright npm, Inc - -Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/unique-filename/lib/index.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/unique-filename/lib/index.js deleted file mode 100644 index d067d2e..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/unique-filename/lib/index.js +++ /dev/null @@ -1,7 +0,0 @@ -var path = require('path') - -var uniqueSlug = require('unique-slug') - -module.exports = function (filepath, prefix, uniq) { - return path.join(filepath, (prefix ? prefix + '-' : '') + uniqueSlug(uniq)) -} diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/unique-filename/package.json b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/unique-filename/package.json deleted file mode 100644 index bfdec2c..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/unique-filename/package.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "name": "unique-filename", - "version": "2.0.1", - "description": "Generate a unique filename for use in temporary directories or caches.", - "main": "lib/index.js", - "scripts": { - "test": "tap", - "lint": "eslint \"**/*.js\"", - "postlint": "template-oss-check", - "template-oss-apply": "template-oss-apply --force", - "lintfix": "npm run lint -- --fix", - "preversion": "npm test", - "postversion": "npm publish", - "prepublishOnly": "git push origin --follow-tags", - "snap": "tap", - "posttest": "npm run lint" - }, - "repository": { - "type": "git", - "url": "https://github.com/npm/unique-filename.git" - }, - "keywords": [], - "author": "GitHub Inc.", - "license": "ISC", - "bugs": { - "url": "https://github.com/iarna/unique-filename/issues" - }, - "homepage": "https://github.com/iarna/unique-filename", - "devDependencies": { - "@npmcli/eslint-config": "^3.1.0", - "@npmcli/template-oss": "3.5.0", - "tap": "^16.3.0" - }, - "dependencies": { - "unique-slug": "^3.0.0" - }, - "files": [ - "bin/", - "lib/" - ], - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "3.5.0" - } -} diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/unique-slug/LICENSE b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/unique-slug/LICENSE deleted file mode 100644 index 7953647..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/unique-slug/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -The ISC License - -Copyright npm, Inc - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/unique-slug/lib/index.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/unique-slug/lib/index.js deleted file mode 100644 index 1bac84d..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/unique-slug/lib/index.js +++ /dev/null @@ -1,11 +0,0 @@ -'use strict' -var MurmurHash3 = require('imurmurhash') - -module.exports = function (uniq) { - if (uniq) { - var hash = new MurmurHash3(uniq) - return ('00000000' + hash.result().toString(16)).slice(-8) - } else { - return (Math.random().toString(16) + '0000000').slice(2, 10) - } -} diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/unique-slug/package.json b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/unique-slug/package.json deleted file mode 100644 index 3194408..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/unique-slug/package.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "name": "unique-slug", - "version": "3.0.0", - "description": "Generate a unique character string suitible for use in files and URLs.", - "main": "lib/index.js", - "scripts": { - "test": "tap", - "lint": "eslint \"**/*.js\"", - "postlint": "template-oss-check", - "template-oss-apply": "template-oss-apply --force", - "lintfix": "npm run lint -- --fix", - "preversion": "npm test", - "postversion": "npm publish", - "prepublishOnly": "git push origin --follow-tags", - "snap": "tap", - "posttest": "npm run lint" - }, - "keywords": [], - "author": "GitHub Inc.", - "license": "ISC", - "devDependencies": { - "@npmcli/eslint-config": "^3.1.0", - "@npmcli/template-oss": "3.5.0", - "tap": "^16.3.0" - }, - "repository": { - "type": "git", - "url": "https://github.com/npm/unique-slug.git" - }, - "dependencies": { - "imurmurhash": "^0.1.4" - }, - "files": [ - "bin/", - "lib/" - ], - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "3.5.0" - } -} diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/which/LICENSE b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/which/LICENSE deleted file mode 100644 index 19129e3..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/which/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -The ISC License - -Copyright (c) Isaac Z. Schlueter and Contributors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/which/README.md b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/which/README.md deleted file mode 100644 index cd83350..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/which/README.md +++ /dev/null @@ -1,54 +0,0 @@ -# which - -Like the unix `which` utility. - -Finds the first instance of a specified executable in the PATH -environment variable. Does not cache the results, so `hash -r` is not -needed when the PATH changes. - -## USAGE - -```javascript -var which = require('which') - -// async usage -which('node', function (er, resolvedPath) { - // er is returned if no "node" is found on the PATH - // if it is found, then the absolute path to the exec is returned -}) - -// or promise -which('node').then(resolvedPath => { ... }).catch(er => { ... not found ... }) - -// sync usage -// throws if not found -var resolved = which.sync('node') - -// if nothrow option is used, returns null if not found -resolved = which.sync('node', {nothrow: true}) - -// Pass options to override the PATH and PATHEXT environment vars. -which('node', { path: someOtherPath }, function (er, resolved) { - if (er) - throw er - console.log('found at %j', resolved) -}) -``` - -## CLI USAGE - -Same as the BSD `which(1)` binary. - -``` -usage: which [-as] program ... -``` - -## OPTIONS - -You may pass an options object as the second argument. - -- `path`: Use instead of the `PATH` environment variable. -- `pathExt`: Use instead of the `PATHEXT` environment variable. -- `all`: Return all matches, instead of just the first one. Note that - this means the function returns an array of strings instead of a - single string. diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/which/bin/node-which b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/which/bin/node-which deleted file mode 100755 index 7cee372..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/which/bin/node-which +++ /dev/null @@ -1,52 +0,0 @@ -#!/usr/bin/env node -var which = require("../") -if (process.argv.length < 3) - usage() - -function usage () { - console.error('usage: which [-as] program ...') - process.exit(1) -} - -var all = false -var silent = false -var dashdash = false -var args = process.argv.slice(2).filter(function (arg) { - if (dashdash || !/^-/.test(arg)) - return true - - if (arg === '--') { - dashdash = true - return false - } - - var flags = arg.substr(1).split('') - for (var f = 0; f < flags.length; f++) { - var flag = flags[f] - switch (flag) { - case 's': - silent = true - break - case 'a': - all = true - break - default: - console.error('which: illegal option -- ' + flag) - usage() - } - } - return false -}) - -process.exit(args.reduce(function (pv, current) { - try { - var f = which.sync(current, { all: all }) - if (all) - f = f.join('\n') - if (!silent) - console.log(f) - return pv; - } catch (e) { - return 1; - } -}, 0)) diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/which/package.json b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/which/package.json deleted file mode 100644 index 97ad7fb..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/which/package.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me)", - "name": "which", - "description": "Like which(1) unix command. Find the first instance of an executable in the PATH.", - "version": "2.0.2", - "repository": { - "type": "git", - "url": "git://github.com/isaacs/node-which.git" - }, - "main": "which.js", - "bin": { - "node-which": "./bin/node-which" - }, - "license": "ISC", - "dependencies": { - "isexe": "^2.0.0" - }, - "devDependencies": { - "mkdirp": "^0.5.0", - "rimraf": "^2.6.2", - "tap": "^14.6.9" - }, - "scripts": { - "test": "tap", - "preversion": "npm test", - "postversion": "npm publish", - "prepublish": "npm run changelog", - "prechangelog": "bash gen-changelog.sh", - "changelog": "git add CHANGELOG.md", - "postchangelog": "git commit -m 'update changelog - '${npm_package_version}", - "postpublish": "git push origin --follow-tags" - }, - "files": [ - "which.js", - "bin/node-which" - ], - "tap": { - "check-coverage": true - }, - "engines": { - "node": ">= 8" - } -} diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/which/which.js b/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/which/which.js deleted file mode 100644 index 82afffd..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/node_modules/which/which.js +++ /dev/null @@ -1,125 +0,0 @@ -const isWindows = process.platform === 'win32' || - process.env.OSTYPE === 'cygwin' || - process.env.OSTYPE === 'msys' - -const path = require('path') -const COLON = isWindows ? ';' : ':' -const isexe = require('isexe') - -const getNotFoundError = (cmd) => - Object.assign(new Error(`not found: ${cmd}`), { code: 'ENOENT' }) - -const getPathInfo = (cmd, opt) => { - const colon = opt.colon || COLON - - // If it has a slash, then we don't bother searching the pathenv. - // just check the file itself, and that's it. - const pathEnv = cmd.match(/\//) || isWindows && cmd.match(/\\/) ? [''] - : ( - [ - // windows always checks the cwd first - ...(isWindows ? [process.cwd()] : []), - ...(opt.path || process.env.PATH || - /* istanbul ignore next: very unusual */ '').split(colon), - ] - ) - const pathExtExe = isWindows - ? opt.pathExt || process.env.PATHEXT || '.EXE;.CMD;.BAT;.COM' - : '' - const pathExt = isWindows ? pathExtExe.split(colon) : [''] - - if (isWindows) { - if (cmd.indexOf('.') !== -1 && pathExt[0] !== '') - pathExt.unshift('') - } - - return { - pathEnv, - pathExt, - pathExtExe, - } -} - -const which = (cmd, opt, cb) => { - if (typeof opt === 'function') { - cb = opt - opt = {} - } - if (!opt) - opt = {} - - const { pathEnv, pathExt, pathExtExe } = getPathInfo(cmd, opt) - const found = [] - - const step = i => new Promise((resolve, reject) => { - if (i === pathEnv.length) - return opt.all && found.length ? resolve(found) - : reject(getNotFoundError(cmd)) - - const ppRaw = pathEnv[i] - const pathPart = /^".*"$/.test(ppRaw) ? ppRaw.slice(1, -1) : ppRaw - - const pCmd = path.join(pathPart, cmd) - const p = !pathPart && /^\.[\\\/]/.test(cmd) ? cmd.slice(0, 2) + pCmd - : pCmd - - resolve(subStep(p, i, 0)) - }) - - const subStep = (p, i, ii) => new Promise((resolve, reject) => { - if (ii === pathExt.length) - return resolve(step(i + 1)) - const ext = pathExt[ii] - isexe(p + ext, { pathExt: pathExtExe }, (er, is) => { - if (!er && is) { - if (opt.all) - found.push(p + ext) - else - return resolve(p + ext) - } - return resolve(subStep(p, i, ii + 1)) - }) - }) - - return cb ? step(0).then(res => cb(null, res), cb) : step(0) -} - -const whichSync = (cmd, opt) => { - opt = opt || {} - - const { pathEnv, pathExt, pathExtExe } = getPathInfo(cmd, opt) - const found = [] - - for (let i = 0; i < pathEnv.length; i ++) { - const ppRaw = pathEnv[i] - const pathPart = /^".*"$/.test(ppRaw) ? ppRaw.slice(1, -1) : ppRaw - - const pCmd = path.join(pathPart, cmd) - const p = !pathPart && /^\.[\\\/]/.test(cmd) ? cmd.slice(0, 2) + pCmd - : pCmd - - for (let j = 0; j < pathExt.length; j ++) { - const cur = p + pathExt[j] - try { - const is = isexe.sync(cur, { pathExt: pathExtExe }) - if (is) { - if (opt.all) - found.push(cur) - else - return cur - } - } catch (ex) {} - } - } - - if (opt.all && found.length) - return found - - if (opt.nothrow) - return null - - throw getNotFoundError(cmd) -} - -module.exports = which -which.sync = whichSync diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/package.json b/software/flow/node_modules/npm/node_modules/node-gyp/package.json deleted file mode 100644 index f95ebea..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/package.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "name": "node-gyp", - "description": "Node.js native addon build tool", - "license": "MIT", - "keywords": [ - "native", - "addon", - "module", - "c", - "c++", - "bindings", - "gyp" - ], - "version": "9.3.1", - "installVersion": 9, - "author": "Nathan Rajlich <nathan@tootallnate.net> (http://tootallnate.net)", - "repository": { - "type": "git", - "url": "git://github.com/nodejs/node-gyp.git" - }, - "preferGlobal": true, - "bin": "./bin/node-gyp.js", - "main": "./lib/node-gyp.js", - "dependencies": { - "env-paths": "^2.2.0", - "glob": "^7.1.4", - "graceful-fs": "^4.2.6", - "make-fetch-happen": "^10.0.3", - "nopt": "^6.0.0", - "npmlog": "^6.0.0", - "rimraf": "^3.0.2", - "semver": "^7.3.5", - "tar": "^6.1.2", - "which": "^2.0.2" - }, - "engines": { - "node": "^12.13 || ^14.13 || >=16" - }, - "devDependencies": { - "bindings": "^1.5.0", - "nan": "^2.14.2", - "require-inject": "^1.4.4", - "standard": "^14.3.4", - "tap": "^12.7.0" - }, - "scripts": { - "lint": "standard */*.js test/**/*.js", - "test": "npm run lint && tap --timeout=600 test/test-*" - } -} diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/src/win_delay_load_hook.cc b/software/flow/node_modules/npm/node_modules/node-gyp/src/win_delay_load_hook.cc deleted file mode 100644 index 169f802..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/src/win_delay_load_hook.cc +++ /dev/null @@ -1,39 +0,0 @@ -/* - * When this file is linked to a DLL, it sets up a delay-load hook that - * intervenes when the DLL is trying to load the host executable - * dynamically. Instead of trying to locate the .exe file it'll just - * return a handle to the process image. - * - * This allows compiled addons to work when the host executable is renamed. - */ - -#ifdef _MSC_VER - -#pragma managed(push, off) - -#ifndef WIN32_LEAN_AND_MEAN -#define WIN32_LEAN_AND_MEAN -#endif - -#include <windows.h> - -#include <delayimp.h> -#include <string.h> - -static FARPROC WINAPI load_exe_hook(unsigned int event, DelayLoadInfo* info) { - HMODULE m; - if (event != dliNotePreLoadLibrary) - return NULL; - - if (_stricmp(info->szDll, HOST_BINARY) != 0) - return NULL; - - m = GetModuleHandle(NULL); - return (FARPROC) m; -} - -decltype(__pfnDliNotifyHook2) __pfnDliNotifyHook2 = load_exe_hook; - -#pragma managed(pop) - -#endif diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/test/common.js b/software/flow/node_modules/npm/node_modules/node-gyp/test/common.js deleted file mode 100644 index b714ee2..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/test/common.js +++ /dev/null @@ -1,3 +0,0 @@ -const envPaths = require('env-paths') - -module.exports.devDir = () => envPaths('node-gyp', { suffix: '' }).cache diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/test/fixtures/VS_2017_BuildTools_minimal.txt b/software/flow/node_modules/npm/node_modules/node-gyp/test/fixtures/VS_2017_BuildTools_minimal.txt deleted file mode 100644 index 244f6b0..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/test/fixtures/VS_2017_BuildTools_minimal.txt +++ /dev/null @@ -1 +0,0 @@ -[{"path":"C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\BuildTools","version":"15.9.28307.665","packages":["Microsoft.VisualStudio.Product.BuildTools","Microsoft.VisualStudio.Component.VC.CoreIde","Microsoft.VisualStudio.VC.Ide.Pro","Microsoft.VisualStudio.VC.Ide.Pro.Resources","Microsoft.VisualStudio.VC.Templates.Pro","Microsoft.VisualStudio.VC.Templates.Pro.Resources","Microsoft.VisualStudio.VC.Items.Pro","Microsoft.VisualStudio.PackageGroup.VC.CoreIDE.Reduced","Microsoft.VisualStudio.VC.Ide.MDD","Microsoft.VisualStudio.VC.Ide.x64","Microsoft.VisualStudio.PackageGroup.VC.CoreIDE.Express","Microsoft.VisualStudio.PackageGroup.Debugger.Script","Microsoft.VisualStudio.JavaScript.LanguageService","Microsoft.VisualStudio.JavaScript.LanguageService.Resources","Microsoft.VisualStudio.Debugger.Script.Msi","Microsoft.VisualStudio.Debugger.Script","Microsoft.VisualStudio.Debugger.Script","Microsoft.VisualStudio.Debugger.Script.Resources","Microsoft.VisualStudio.Debugger.Script.Resources","Microsoft.VisualStudio.VC.Ide.WinXPlus","Microsoft.VisualStudio.VC.Ide.Dskx","Microsoft.VisualStudio.VC.Ide.Dskx.Resources","Microsoft.VisualStudio.VC.Ide.Core","Microsoft.VisualStudio.VC.Ide.Core.Resources","Microsoft.VisualStudio.VC.Ide.Base","Microsoft.VisualStudio.VC.Ide.LanguageService","Microsoft.VisualStudio.VC.Ide.ResourceEditor","Microsoft.VisualStudio.VC.Ide.ResourceEditor.Resources","Microsoft.VisualStudio.VC.Ide.ProjectSystem","Microsoft.VisualStudio.VC.Ide.ProjectSystem.Resources","Microsoft.VisualStudio.VC.Ide.Core.VCProjectEngine","Microsoft.VisualStudio.VC.Ide.Core.VCProjectEngine.Resources","Microsoft.VisualStudio.VC.Ide.LanguageService.Resources","Microsoft.VisualStudio.VC.Ide.Base.Resources","Microsoft.VisualStudio.PackageGroup.Core","Microsoft.VisualStudio.TestTools.TeamFoundationClient","Microsoft.VisualStudio.PackageGroup.Debugger.Core","Microsoft.VisualStudio.Debugger.VSCodeDebuggerHost","Microsoft.VisualStudio.VC.Ide.Debugger","Microsoft.VisualStudio.VC.Ide.Debugger.Resources","Microsoft.VisualStudio.VC.Ide.Common","Microsoft.VisualStudio.VC.Ide.Common.Resources","Microsoft.VisualStudio.Debugger.Parallel","Microsoft.VisualStudio.Debugger.Parallel.Resources","Microsoft.VisualStudio.Debugger.CollectionAgents","Microsoft.VisualStudio.Debugger.Managed","Microsoft.CodeAnalysis.VisualStudio.Setup.Resources","Microsoft.CodeAnalysis.VisualStudio.Setup","Microsoft.CodeAnalysis.ExpressionEvaluator.Resources","Microsoft.CodeAnalysis.ExpressionEvaluator","Microsoft.VisualStudio.Debugger.Managed.Resources","Microsoft.VisualStudio.Debugger.Remote","Microsoft.VisualStudio.Debugger.Remote","Microsoft.VisualStudio.Debugger.Remote.Resources","Microsoft.VisualStudio.Debugger.Remote.Resources","Microsoft.VisualStudio.Debugger","Microsoft.VisualStudio.VC.MSVCDis","Microsoft.VisualStudio.ScriptedHost","Microsoft.VisualStudio.ScriptedHost.Targeted","Microsoft.VisualStudio.ScriptedHost.Resources","Microsoft.IntelliTrace.DiagnosticsHub","Microsoft.VisualStudio.Debugger.Resources","Microsoft.PackageGroup.ClientDiagnostics","Microsoft.VisualStudio.AppResponsiveness","Microsoft.VisualStudio.AppResponsiveness.Targeted","Microsoft.VisualStudio.AppResponsiveness.Resources","Microsoft.VisualStudio.ClientDiagnostics","Microsoft.VisualStudio.ClientDiagnostics.Targeted","Microsoft.VisualStudio.ClientDiagnostics.Resources","Microsoft.VisualStudio.PackageGroup.CommunityCore","Microsoft.VisualStudio.ProjectSystem.Full","Microsoft.VisualStudio.ProjectSystem","Microsoft.VisualStudio.Community.x86","Microsoft.VisualStudio.Community.x64","Microsoft.VisualStudio.Community","Microsoft.IntelliTrace.CollectorCab","Microsoft.VisualStudio.Community.Resources","Microsoft.VisualStudio.WebSiteProject.DTE","Microsoft.MSHtml","Microsoft.VisualStudio.Community.Msi.Resources","Microsoft.VisualStudio.Community.Msi","Microsoft.VisualStudio.MinShell.Interop.Msi","Microsoft.VisualStudio.PackageGroup.CoreEditor","PortableFacades","Microsoft.VisualStudio.VirtualTree","Microsoft.VisualStudio.PackageGroup.Progression","Microsoft.VisualStudio.PerformanceProvider","Microsoft.VisualStudio.GraphModel","Microsoft.VisualStudio.GraphProvider","Microsoft.DiaSymReader","Microsoft.VisualStudio.TextMateGrammars","Microsoft.VisualStudio.PackageGroup.TeamExplorer","Microsoft.TeamFoundation.OfficeIntegration","Microsoft.TeamFoundation.OfficeIntegration.Resources","Microsoft.VisualStudio.TeamExplorer","Microsoft.ServiceHub","Microsoft.VisualStudio.ProjectServices","Microsoft.VisualStudio.SLNX.VSIX","Microsoft.VisualStudio.FileHandler.Msi","Microsoft.VisualStudio.FileHandler.Msi","Microsoft.VisualStudio.PackageGroup.MinShell","Microsoft.VisualStudio.MinShell.Msi","Microsoft.VisualStudio.MinShell.Msi.Resources","Microsoft.VisualStudio.MinShell.Interop","Microsoft.VisualStudio.Log","Microsoft.VisualStudio.Log.Targeted","Microsoft.VisualStudio.Log.Resources","Microsoft.VisualStudio.Finalizer","Microsoft.VisualStudio.CoreEditor","Microsoft.VisualStudio.Connected","Microsoft.VisualStudio.Connected.Resources","Microsoft.VisualStudio.MinShell","Microsoft.VisualStudio.MinShell.Platform","Microsoft.VisualStudio.MinShell.Platform.Resources","Microsoft.VisualStudio.MefHosting","Microsoft.VisualStudio.MefHosting.Resources","Microsoft.VisualStudio.Initializer","Microsoft.VisualStudio.ExtensionManager","Microsoft.VisualStudio.Editors","Microsoft.Net.4.TargetingPack","Microsoft.VisualStudio.Component.Windows10SDK.17134","Win10SDK_10.0.17134","Microsoft.VisualStudio.Component.VC.Tools.x86.x64","Microsoft.VisualCpp.CodeAnalysis.Extensions","Microsoft.VisualCpp.CodeAnalysis.Extensions.X86","Microsoft.VisualCpp.CodeAnalysis.ConcurrencyCheck.X86","Microsoft.VisualCpp.CodeAnalysis.ConcurrencyCheck.X86.Resources","Microsoft.VisualCpp.CodeAnalysis.Extensions.X64","Microsoft.VisualCpp.CodeAnalysis.ConcurrencyCheck.X64","Microsoft.VisualCpp.CodeAnalysis.ConcurrencyCheck.X64.Resources","Microsoft.VisualStudio.Component.Static.Analysis.Tools","Microsoft.VisualStudio.StaticAnalysis","Microsoft.VisualStudio.StaticAnalysis.Resources","Microsoft.VisualCpp.Tools.HostX64.TargetX86","Microsoft.VisualCpp.VCTip.HostX64.TargetX86","Microsoft.VisualCpp.Tools.HostX64.TargetX86.Resources","Microsoft.VisualCpp.Tools.HostX64.TargetX64","Microsoft.VisualCpp.VCTip.HostX64.TargetX64","Microsoft.VisualCpp.Tools.HostX64.TargetX64.Resources","Microsoft.VisualCpp.Premium.Tools.HostX86.TargetX64","Microsoft.VisualCpp.Premium.Tools.Hostx86.Targetx64.Resources","Microsoft.VisualCpp.Premium.Tools.HostX86.TargetX86","Microsoft.VisualCpp.Premium.Tools.HostX86.TargetX86.Resources","Microsoft.VisualCpp.Premium.Tools.HostX64.TargetX86","Microsoft.VisualCpp.Premium.Tools.HostX64.TargetX86.Resources","Microsoft.VisualCpp.Premium.Tools.HostX64.TargetX64","Microsoft.VisualCpp.Premium.Tools.HostX64.TargetX64.Resources","Microsoft.VisualCpp.PGO.X86","Microsoft.VisualCpp.PGO.X64","Microsoft.VisualCpp.PGO.Headers","Microsoft.VisualCpp.CRT.x86.Store","Microsoft.VisualCpp.CRT.x86.OneCore.Desktop","Microsoft.VisualCpp.CRT.x64.Store","Microsoft.VisualCpp.CRT.x64.OneCore.Desktop","Microsoft.VisualCpp.CRT.Redist.x86.OneCore.Desktop","Microsoft.VisualCpp.CRT.Redist.x64.OneCore.Desktop","Microsoft.VisualCpp.CRT.ClickOnce.Msi","Microsoft.VisualStudio.PackageGroup.VC.Tools.x86","Microsoft.VisualCpp.Tools.HostX86.TargetX64","Microsoft.VisualCpp.VCTip.hostX86.targetX64","Microsoft.VisualCpp.Tools.Hostx86.Targetx64.Resources","Microsoft.VisualCpp.Tools.HostX86.TargetX86","Microsoft.VisualCpp.VCTip.hostX86.targetX86","Microsoft.VisualCpp.Tools.HostX86.TargetX86.Resources","Microsoft.VisualCpp.Tools.Core.Resources","Microsoft.VisualCpp.Tools.Core.x86","Microsoft.VisualCpp.Tools.Common.Utils","Microsoft.VisualCpp.Tools.Common.Utils.Resources","Microsoft.VisualCpp.DIA.SDK","Microsoft.VisualCpp.CRT.x86.Desktop","Microsoft.VisualCpp.CRT.x64.Desktop","Microsoft.VisualCpp.CRT.Source","Microsoft.VisualCpp.CRT.Redist.X86","Microsoft.VisualCpp.CRT.Redist.X64","Microsoft.VisualCpp.CRT.Redist.Resources","Microsoft.VisualCpp.RuntimeDebug.14","Microsoft.VisualCpp.RuntimeDebug.14","Microsoft.VisualCpp.Redist.14","Microsoft.VisualCpp.Redist.14","Microsoft.VisualCpp.CRT.Headers","Microsoft.VisualStudio.VC.MSBuild.X86","Microsoft.VisualStudio.VC.MSBuild.X64","Microsoft.VS.VC.MSBuild.X64.Resources","Microsoft.VisualStudio.VC.MSBuild.Base","Microsoft.VisualStudio.VC.MSBuild.Base.Resources","Microsoft.VisualStudio.VC.MSBuild.ARM","Microsoft.VisualStudio.Workload.MSBuildTools","Microsoft.VisualStudio.Component.CoreBuildTools","Microsoft.VisualStudio.Setup.Configuration","Microsoft.VisualStudio.PackageGroup.VsDevCmd","Microsoft.VisualStudio.VsDevCmd.Ext.NetFxSdk","Microsoft.VisualStudio.VsDevCmd.Core.WinSdk","Microsoft.VisualStudio.VsDevCmd.Core.DotNet","Microsoft.VisualStudio.VC.DevCmd","Microsoft.VisualStudio.VC.DevCmd.Resources","Microsoft.VisualStudio.BuildTools.Resources","Microsoft.VisualStudio.Net.Eula.Resources","Microsoft.Build.Dependencies","Microsoft.Build.FileTracker.Msi","Microsoft.Component.MSBuild","Microsoft.PythonTools.BuildCore.Vsix","Microsoft.NuGet.Build.Tasks","Microsoft.VisualStudio.Component.Roslyn.Compiler","Microsoft.CodeAnalysis.Compilers.Resources","Microsoft.CodeAnalysis.Compilers","Microsoft.Net.PackageGroup.4.6.1.Redist","Microsoft.VisualStudio.NativeImageSupport","Microsoft.Build"]}] diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/test/fixtures/VS_2017_Community_workload.txt b/software/flow/node_modules/npm/node_modules/node-gyp/test/fixtures/VS_2017_Community_workload.txt deleted file mode 100644 index dd5e77d..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/test/fixtures/VS_2017_Community_workload.txt +++ /dev/null @@ -1 +0,0 @@ -[{"path":"C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Community","version":"15.9.28307.665","packages":["Microsoft.VisualStudio.Component.Windows10SDK.IpOverUsb","Win10SDK_IpOverUsb","Microsoft.VisualStudio.Component.VC.ATL.ARM64","Microsoft.VisualCpp.ATL.ARM64","Microsoft.VisualStudio.Component.VC.ATL.ARM","Microsoft.VisualCpp.ATL.ARM","Microsoft.VisualStudio.Component.VC.Tools.ARM","Microsoft.VisualCpp.Tools.HostX64.TargetX86.Resources","Microsoft.VisualStudio.Graphics.Analyzer.Resources","Microsoft.Icecap.Analysis","Microsoft.VisualCpp.CRT.Redist.arm.OneCore.Desktop","Microsoft.VisualCpp.CRT.arm.Store","Microsoft.VisualCpp.CRT.arm.Desktop","Microsoft.VisualStudio.PackageGroup.VC.Tools.x64.ARM","Microsoft.VisualCpp.Premium.Tools.Hostx86.Targetarm","Microsoft.VisualCpp.Premium.Tools.HostX86.TargetARM.Resources","Microsoft.VisualCpp.Premium.Tools.HostX64.TargetARM","Microsoft.VisualCpp.Premium.Tools.HostX64.TargetARM.Resources","Microsoft.VisualCpp.Premium.Tools.ARM.Base","Microsoft.VisualCpp.Premium.Tools.ARM.Base.Resources","Microsoft.VisualCpp.PGO.ARM","Microsoft.VisualCpp.Tools.HostX64.TargetX64","Microsoft.VisualStudio.Product.Community","Microsoft.VisualCpp.Tools.Hostx86.Targetarm","Microsoft.VisualStudio.Component.VC.Tools.ARM64","Microsoft.VisualStudio.VC.MSBuild.Arm64","Microsoft.VisualCpp.CRT.Redist.ARM64.OneCore.Desktop","Microsoft.VisualCpp.VCTip.HostX64.TargetX64","Microsoft.VisualCpp.CRT.ARM64.OneCore.Desktop","Microsoft.VisualCpp.CRT.ARM64.Store","Microsoft.VisualCpp.CRT.ARM64.Desktop","Microsoft.VisualCpp.Tools.HostX64.TargetX64.Resources","Microsoft.Icecap.Analysis.Resources","Microsoft.VisualCpp.VCTip.hostX86.targetARM","Microsoft.VisualStudio.PackageGroup.VC.Tools.x64.ARM64","Microsoft.VisualCpp.Tools.Core","Microsoft.VisualCpp.PGO.ARM64","Microsoft.VisualCpp.Premium.Tools.Hostx86.Targetarm64","Microsoft.VisualCpp.Premium.Tools.HostX86.TargetARM64.Resources","Microsoft.VisualCpp.Premium.Tools.HostX64.TargetARM64","Microsoft.VisualCpp.Premium.Tools.HostX64.TargetARM64.Resources","Microsoft.VisualCpp.Premium.Tools.ARM64.Base","Microsoft.VisualCpp.Tools.HostX86.TargetX64","Microsoft.VisualCpp.Tools.HostX86.TargetARM.Resources","Microsoft.VisualCpp.CRT.Redist.ARM64","Microsoft.VisualCpp.CRT.arm.OneCore.Desktop","Microsoft.VisualCpp.CodeAnalysis.Extensions.X86","Microsoft.VisualCpp.CodeAnalysis.Extensions.X64","Microsoft.VisualCpp.VCTip.HostX64.TargetX86","Component.WixToolset.VisualStudioExtension.Dev15","WixToolset.VisualStudioExtension.Dev15","Microsoft.VisualCpp.MFC.X64","Microsoft.VisualCpp.ATL.Headers","Microsoft.VisualStudio.Component.VC.CMake.Project","Microsoft.VisualStudio.VC.CMake","Microsoft.VisualStudio.VC.CMake.Project","Microsoft.VisualStudio.Component.Windows10SDK.17763","Microsoft.VisualStudio.VC.MSBuild.Base.Resources","MLGen","Microsoft.VisualStudio.Graphics.Analyzer","Microsoft.VisualStudio.Component.TestTools.Core","Microsoft.VisualCpp.Tools.Core.x86","Microsoft.VisualCpp.CRT.x86.OneCore.Desktop","Microsoft.VisualCpp.DIA.SDK","Microsoft.VisualCpp.CRT.x64.OneCore.Desktop","Microsoft.VisualCpp.CRT.ClickOnce.Msi","Microsoft.VisualStudio.NuGet.Licenses","SQLCommon","Microsoft.VisualStudio.VC.MSBuild.X86","Microsoft.VisualCpp.Tools.HostX64.TargetARM","Microsoft.VisualCpp.CodeAnalysis.ConcurrencyCheck.X64","Microsoft.VisualCpp.CodeAnalysis.ConcurrencyCheck.X64.Resources","Microsoft.VisualCpp.HTMLHelpWorkshop.Msi","Microsoft.Icecap.Collection.Msi.Resources","Microsoft.VisualCpp.Tools.Hostx86.Targetx64.Resources","Microsoft.VisualCpp.VCTip.hostX64.targetARM","Microsoft.VisualStudio.VC.Ide.Dskx.Resources","Microsoft.VisualStudio.VC.Templates.UnitTest","Microsoft.VisualStudio.TestTools.TestPlatform.V1.CPP","Microsoft.VisualStudio.VC.Ide.Core","Microsoft.VisualStudio.Graphics.Appid","Microsoft.VisualCpp.ATL.Source","Microsoft.VisualStudio.VC.Ide.Core.Resources","Microsoft.VisualStudio.Debugger.ImmersiveActivateHelper.Msi","Microsoft.VisualStudio.Debugger.JustInTime","Microsoft.DiagnosticsHub.CpuSampling","Microsoft.VisualStudio.TestTools.TestPlatform.Legacy.Common","Microsoft.VisualStudio.TestTools.TP.Legacy.Common.Res","Microsoft.VisualStudio.ProTools.Resources","Microsoft.VisualStudio.Community.Msi","Microsoft.VisualCpp.Tools.HostX64.TargetARM.Resources","Microsoft.VisualStudio.TestTools.TestPlatform.Legacy.Agent","Microsoft.Component.MSBuild","Microsoft.VisualStudio.Graphics.Msi","Microsoft.VisualStudio.WebToolsExtensions","Microsoft.VisualCpp.Tools.Hostx86.Targetarm64","Microsoft.VisualStudio.TextTemplating.MSBuild","Microsoft.VisualCpp.VCTip.hostX86.targetARM64","Microsoft.VisualStudio.VC.Ide.Core.VCProjectEngine","Microsoft.VisualCpp.Tools.HostX86.TargetARM64.Resources","Microsoft.VisualStudio.RazorExtension","Microsoft.VisualCpp.CRT.x86.Store","Microsoft.VisualCpp.Tools.Core.Resources","Microsoft.VisualStudio.Debugger.Script","Microsoft.VisualStudio.Debugger.Script","Microsoft.VisualCpp.MFC.Source","Microsoft.VisualCpp.CRT.x86.Desktop","Microsoft.VisualStudio.VC.MSBuild.X64","Microsoft.VisualStudio.VC.Items.Pro","Microsoft.VisualStudio.Graphics.Viewers","Microsoft.VisualCpp.CRT.x64.Desktop","Microsoft.VisualCpp.CodeAnalysis.ConcurrencyCheck.X86.Resources","Microsoft.VisualCpp.MFC.Redist.X86","Microsoft.VisualStudio.WebToolsExtensions.Chip","Microsoft.DiagnosticsHub.Runtime.Resources","Microsoft.DiagnosticsHub.CpuSampling.Targeted","Microsoft.VisualStudio.VC.Ide.LanguageService.Resources","Microsoft.VisualStudio.Component.VC.DiagnosticTools","Microsoft.VisualCpp.MFC.Redist.X64","Microsoft.VisualStudio.PackageGroup.TestTools.Native","Microsoft.VisualStudio.Graphics.Viewers.Resources","Microsoft.VisualCpp.MFC.MBCS","Microsoft.VisualStudio.Debugger.Remote.Resources","Microsoft.VisualStudio.Component.TextTemplating","Win10SDK_10.0.17763","Microsoft.VisualStudio.VC.Ide.Base.Resources","Microsoft.VisualCpp.MFC.MBCS.X64","Microsoft.VisualStudio.PackageGroup.TestTools.CodeCoverage","Microsoft.VisualStudio.Graphics.EnableTools","Microsoft.VisualStudio.Graphics.Appid.Resources","Microsoft.VisualStudio.VC.MSBuild.Base","Microsoft.VisualStudio.VC.MSBuild.ARM","Microsoft.VisualCpp.MFC.Headers","Microsoft.VisualCpp.CRT.Redist.x86.OneCore.Desktop","Microsoft.VisualCpp.Tools.HostX86.TargetX86","Microsoft.VisualStudio.VC.Ide.Base","Microsoft.VisualStudio.Graphics.Analyzer.Targeted","Microsoft.VisualCpp.CRT.Headers","Microsoft.DiagnosticsHub.Runtime.Targeted","Microsoft.VisualCpp.Premium.Tools.HostX86.TargetX86","Microsoft.VisualCpp.Tools.HostX64.TargetARM64","Microsoft.VisualCpp.VCTip.hostX64.targetARM64","Microsoft.VisualCpp.Premium.Tools.HostX86.TargetX86.Resources","Microsoft.Icecap.Collection.Msi","Microsoft.VisualCpp.ATL.X86","Microsoft.VisualCpp.Tools.HostX64.TargetARM64.Resources","Microsoft.VisualStudio.Component.VC.ATLMFC","Microsoft.VisualCpp.VCTip.hostX86.targetX86","Microsoft.Icecap.Collection.Msi.Resources.Targeted","Microsoft.VisualCpp.Premium.Tools.HostX64.TargetX86","Microsoft.VisualStudio.Component.Graphics.Tools","Microsoft.VisualStudio.WebTools.Resources","Microsoft.VisualCpp.ATL.X64","Microsoft.VisualCpp.Premium.Tools.HostX64.TargetX86.Resources","Microsoft.VisualStudio.Component.Graphics.Win81","Microsoft.VisualStudio.VC.Ide.MDD","Microsoft.VisualStudio.VC.Ide.ResourceEditor","Microsoft.VisualCpp.Premium.Tools.HostX64.TargetX64","Microsoft.Icecap.Analysis.Resources.Targeted","Microsoft.VisualStudio.Debugger.Script.Msi","Microsoft.VisualStudio.Component.VC.CoreIde","Microsoft.VisualStudio.VC.Ide.MFC.Resources","Microsoft.VisualStudio.Debugger.Script.Resources","Microsoft.VisualStudio.PackageGroup.VC.Tools.x86","Microsoft.VisualStudio.TextTemplating.Core","Microsoft.VisualStudio.JavaScript.LanguageService","Microsoft.VisualStudio.VC.Ide.ResourceEditor.Resources","Microsoft.VisualStudio.VC.Ide.ProjectSystem.Resources","Microsoft.VisualStudio.Component.VC.TestAdapterForBoostTest","Microsoft.VisualStudio.VC.Ide.ProjectSystem","Microsoft.VisualStudio.VC.Ide.Dskx","Microsoft.VisualCpp.Tools.HostX86.TargetX86.Resources","Microsoft.CredentialProvider","Microsoft.VisualStudio.VC.Templates.Desktop","Microsoft.VisualStudio.VC.Ide.Pro.Resources","Microsoft.VisualStudio.ComponentGroup.WebToolsExtensions","Microsoft.VisualStudio.TestTools.TestPlatform.Legacy.Core","Microsoft.VisualStudio.TextTemplating.Integration","Microsoft.VisualStudio.Component.NuGet","Microsoft.VisualStudio.PackageGroup.VC.CoreIDE.Reduced","Microsoft.VisualCpp.PGO.Headers","Microsoft.DiagnosticsHub.Collection","Microsoft.Icecap.Collection.Msi.Targeted","Microsoft.VisualStudio.VC.Ide.LanguageService","Microsoft.VisualStudio.WebTools.WSP.FSA","Microsoft.VisualStudio.Graphics.Msi","Microsoft.VisualCpp.CRT.Redist.X86","Microsoft.VisualStudio.Branding.Community","Microsoft.VisualStudio.VC.Ide.x64","Microsoft.VisualStudio.WebToolsExtensions.Common","Microsoft.VisualStudio.WebTools.MSBuild","Microsoft.VisualStudio.NuGet.Core","Microsoft.DiagnosticsHub.Collection.Service","Microsoft.VisualStudio.VC.Ide.Core.VCProjectEngine.Resources","Microsoft.CodeAnalysis.ExpressionEvaluator","Microsoft.VisualCpp.CRT.Redist.X64","Microsoft.VisualCpp.RuntimeDebug.14","Microsoft.VS.VC.MSBuild.X64.Resources","Microsoft.VisualCpp.CRT.Source","Microsoft.VisualStudio.TestTools.TestPlatform.Legacy.Tips.Resources","Microsoft.VisualStudio.VC.Ide.WinXPlus","Microsoft.VisualCpp.RuntimeDebug.14","Microsoft.VisualCpp.Redist.14.Latest","Microsoft.VisualCpp.Premium.Tools.HostX86.TargetX64","Microsoft.VisualCpp.CRT.Redist.Resources","Microsoft.VisualCpp.Redist.14.Latest","Microsoft.Net.4.TargetingPack","Microsoft.VisualStudio.Debugger.Script.Resources","Microsoft.VisualCpp.CRT.x64.Store","Microsoft.VisualStudio.VC.Ide.Debugger.Resources","Microsoft.DiaSymReader.Native","Microsoft.VisualCpp.Redist.14","Microsoft.VisualCpp.Redist.14","Microsoft.VisualStudio.StaticAnalysis","Microsoft.VisualStudio.TestTools.TeamFoundationClient","Microsoft.VisualStudio.TestTools.TestPlatform.V1.CLI","Microsoft.VisualStudio.VC.Ide.Common","Microsoft.VisualStudio.Community.Extra.Resources","Microsoft.VisualStudio.Component.Roslyn.LanguageServices","Microsoft.DiagnosticsHub.Collection.StopService.Install","Microsoft.VisualStudio.InteractiveWindow","Microsoft.PackageGroup.DiagnosticsHub.Platform","Microsoft.VisualStudio.StaticAnalysis.Resources","Microsoft.VisualStudio.Debugger.Remote","Microsoft.VisualStudio.VC.Ide.Common.Resources","Microsoft.VisualCpp.Tools.HostX64.TargetX86","Microsoft.VisualStudio.VC.DevCmd","Microsoft.VisualStudio.Community.Extra","Microsoft.VisualStudio.TestTools.TP.Legacy.Tips.Msi","Microsoft.VisualStudio.TestTools.TestPlatform.Legacy.TestTools","Microsoft.VisualStudio.TestTools.TestPlatform.Legacy.Core.Resources","Microsoft.VisualStudio.PackageGroup.TestTools.Core","Microsoft.VisualStudio.PackageGroup.TestTools.TestPlatform.V2.CLI","Microsoft.VisualStudio.Debugger.Remote","Microsoft.VisualStudio.PackageGroup.TestTools.TestPlatform.V1.CLI","Microsoft.VisualStudio.Component.VC.Tools.x86.x64","Microsoft.VisualStudio.TestTools.Pex.Common","Microsoft.VisualStudio.PackageGroup.TestTools.TestPlatform.Legacy","Microsoft.VisualStudio.PackageGroup.MinShell.Interop","Microsoft.CodeAnalysis.ExpressionEvaluator.Resources","Microsoft.VisualCpp.CodeAnalysis.Extensions","Microsoft.VisualStudio.PackageGroup.CoreEditor","Microsoft.VisualStudio.Component.Roslyn.Compiler","Microsoft.VisualStudio.ScriptedHost.Targeted","Microsoft.VisualStudio.TestTools.TestPlatform.Legacy.Professional","Microsoft.VisualStudio.Debugger.Resources","Microsoft.VisualStudio.Debugger.Parallel","Microsoft.VisualStudio.Debugger.Parallel.Resources","Microsoft.VisualCpp.PGO.X64","Microsoft.VisualStudio.PackageGroup.TestTools.TestPlatform.IDE","Microsoft.VisualStudio.GraphModel","Microsoft.VisualStudio.PackageGroup.TestTools.DataCollectors","sqlsysclrtypes","Microsoft.VisualStudio.ProTools","Component.Microsoft.VisualStudio.RazorExtension","Microsoft.VisualStudio.TestTools.TestPlatform.V2.CLI","Microsoft.Build.Dependencies","Microsoft.VisualStudio.WebTools.WSP.FSA.Resources","Microsoft.VisualStudio.Component.Static.Analysis.Tools","Microsoft.VisualStudio.VC.Ide.ATL.Resources","Microsoft.VisualStudio.VC.Templates.UnitTest.Resources","Microsoft.VisualStudio.Debugger.Managed","Microsoft.VisualStudio.Workload.NativeDesktop","Microsoft.VisualStudio.Component.VC.TestAdapterForGoogleTest","Microsoft.VisualStudio.Debugger.JustInTime.Msi","Microsoft.Net.PackageGroup.4.6.1.Redist","Microsoft.VisualStudio.Debugger.VSCodeDebuggerHost","sqlsysclrtypes","Microsoft.VisualStudio.Debugger.Managed.Resources","Microsoft.VisualStudio.TestTools.TP.Legacy.Tips.Common","Microsoft.VisualStudio.VC.Ide.Debugger","Microsoft.VisualStudio.AppResponsiveness","Microsoft.VisualStudio.Debugger.Remote.Resources","Microsoft.VisualStudio.TestTools.TestWIExtension","Microsoft.VisualStudio.VC.Ide.Pro","Microsoft.VisualStudio.PackageGroup.Debugger.Core","Microsoft.VisualStudio.PackageGroup.VC.CoreIDE.Express","Microsoft.VisualStudio.WebTools","Microsoft.VisualStudio.Component.VC.Redist.14.Latest","Microsoft.VisualStudio.VsDevCmd.Core.WinSdk","Microsoft.VisualStudio.TestTools.TestPlatform.IDE","Microsoft.VisualStudio.TextTemplating.Integration.Resources","Microsoft.VisualStudio.Debugger.CollectionAgents","Microsoft.VisualStudio.Debugger","Microsoft.VisualStudio.PackageGroup.Debugger.Script","Microsoft.VisualStudio.VC.MSVCDis","Microsoft.VisualStudio.ScriptedHost","Microsoft.VisualStudio.ClientDiagnostics.Targeted","Microsoft.VisualStudio.ScriptedHost.Resources","Microsoft.TeamFoundation.OfficeIntegration.Resources","Microsoft.IntelliTrace.DiagnosticsHub","Microsoft.VisualStudio.JavaScript.LanguageService.Resources","Microsoft.VisualStudio.VC.Ide.TestAdapterForGoogleTest","Microsoft.VisualStudio.PackageGroup.Community","Microsoft.VisualStudio.ClientDiagnostics","Microsoft.VisualStudio.Component.Windows10SDK.17134","Microsoft.VisualStudio.PackageGroup.Core","PortableFacades","Microsoft.DiaSymReader","Microsoft.DiagnosticsHub.Runtime","Microsoft.VisualStudio.Component.CoreEditor","Microsoft.VisualStudio.AppResponsiveness.Targeted","Microsoft.VisualStudio.AppResponsiveness.Resources","Microsoft.VisualStudio.Community","Microsoft.TeamFoundation.OfficeIntegration","Microsoft.VisualStudio.WebSiteProject.DTE","Microsoft.VisualStudio.ClientDiagnostics.Resources","Microsoft.VisualStudio.ProjectSystem.Full","Microsoft.VisualStudio.ProjectSystem","Microsoft.VisualCpp.Tools.Common.UtilsPrereq","Microsoft.IntelliTrace.CollectorCab","Microsoft.VisualStudio.Community.Resources","Microsoft.VisualCpp.Tools.Common.Utils","Microsoft.ServiceHub","Microsoft.VisualStudio.Editors","Microsoft.VisualStudio.TeamExplorer","Microsoft.CodeAnalysis.VisualStudio.InteractiveComponents.Resources","Microsoft.VisualStudio.MinShell.Interop.Msi","Microsoft.VisualStudio.GraphProvider","Microsoft.CodeAnalysis.VisualStudio.InteractiveComponents","Microsoft.CodeAnalysis.VisualStudio.Setup.Interactive.Resources","Microsoft.CodeAnalysis.VisualStudio.Setup.Resources","Microsoft.VisualStudio.Community.x86","Microsoft.VisualStudio.Community.x64","Microsoft.CodeAnalysis.VisualStudio.Setup","Microsoft.NuGet.Build.Tasks","Microsoft.PackageGroup.ClientDiagnostics","Microsoft.CodeAnalysis.Compilers.Resources","Microsoft.CodeAnalysis.Compilers","Microsoft.VisualCpp.Tools.Common.Utils.Resources","Microsoft.VisualStudio.Net.Eula.Resources","Microsoft.VisualStudio.PackageGroup.CommunityCore","Microsoft.Build","Microsoft.VisualStudio.VC.Ide.TestAdapterForBoostTest","Microsoft.VisualStudio.VC.Ide.ATL","Microsoft.VisualStudio.TextMateGrammars","Microsoft.VisualStudio.Workload.CoreEditor","Microsoft.VisualStudio.MinShell.Interop","Microsoft.Build.FileTracker.Msi","Microsoft.VisualStudio.ComponentGroup.NativeDesktop.Core","Microsoft.MSHtml","Microsoft.VisualStudio.Community.Msi.Resources","Microsoft.VisualStudio.TestTools.TestPlatform.Legacy.Tips","Microsoft.VisualStudio.Devenv.Msi","Microsoft.VisualStudio.Component.VC.ATL","Microsoft.VisualStudio.VC.Templates.Pro","Microsoft.VisualCpp.CRT.Redist.x64.OneCore.Desktop","Microsoft.VisualStudio.SLNX.VSIX","Microsoft.VisualStudio.CoreEditor","Win10SDK_10.0.17134","Microsoft.VisualStudio.VsDevCmd.Ext.NetFxSdk","Microsoft.VisualStudio.Component.Debugger.JustInTime","Microsoft.VisualStudio.VC.Ide.MFC","Microsoft.VisualStudio.VsDevCmd.Core.DotNet","Microsoft.VisualStudio.PackageGroup.VsDevCmd","Microsoft.VisualStudio.Finalizer","Microsoft.VisualStudio.VirtualTree","Microsoft.VisualStudio.FileHandler.Msi","Microsoft.VisualStudio.ProjectServices","Microsoft.VisualStudio.VC.DevCmd.Resources","Microsoft.VisualStudio.MinShell","Microsoft.VisualStudio.PackageGroup.Progression","Microsoft.VisualStudio.PerformanceProvider","Microsoft.VisualStudio.Connected.Resources","Microsoft.VisualStudio.Log","Microsoft.VisualStudio.PackageGroup.TeamExplorer","Microsoft.VisualStudio.Log.Targeted","Microsoft.VisualStudio.MinShell.Platform","Microsoft.VisualCpp.CodeAnalysis.ConcurrencyCheck.X86","Microsoft.VisualStudio.FileHandler.Msi","Microsoft.VisualStudio.VC.Templates.Pro.Resources","Microsoft.VisualStudio.Devenv","Microsoft.VisualCpp.VCTip.hostX86.targetX64","Microsoft.VisualStudio.Devenv.Resources","Microsoft.VisualStudio.MinShell.Platform.Resources","Microsoft.VisualStudio.Connected","Microsoft.VisualStudio.MefHosting","Microsoft.DiagnosticsHub.Collection.StopService.Uninstall","Microsoft.VisualStudio.PackageGroup.MinShell","Microsoft.VisualStudio.MefHosting.Resources","Microsoft.VisualCpp.MFC.X86","Microsoft.VisualStudio.Log.Resources","Microsoft.Icecap.Analysis.Targeted","Microsoft.VisualCpp.Premium.Tools.Hostx86.Targetx64.Resources","Microsoft.VisualCpp.Premium.Tools.HostX64.TargetX64.Resources","Microsoft.VisualCpp.PGO.X86","Microsoft.VisualStudio.ExtensionManager","Microsoft.VisualStudio.MinShell.x86","Microsoft.VisualStudio.MinShell.Msi","Microsoft.VisualStudio.Setup.Configuration","Microsoft.VisualStudio.LanguageServer","Microsoft.VisualStudio.NativeImageSupport","Microsoft.VisualStudio.MinShell.Msi.Resources","Microsoft.VisualStudio.Devenv.Config","Microsoft.VisualStudio.MinShell.Resources","Microsoft.VisualStudio.Initializer","Microsoft.Net.PackageGroup.4.6.Redist"]}] diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/test/fixtures/VS_2017_Express.txt b/software/flow/node_modules/npm/node_modules/node-gyp/test/fixtures/VS_2017_Express.txt deleted file mode 100644 index c4b3b5f..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/test/fixtures/VS_2017_Express.txt +++ /dev/null @@ -1 +0,0 @@ -[{"path":"C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\WDExpress","version":"15.9.28307.858","packages":["Microsoft.VisualStudio.Product.WDExpress","Microsoft.VisualStudio.Workload.WDExpress","Microsoft.VisualStudio.Component.Windows10SDK.17763","MLGen","Win10SDK_10.0.17763","Microsoft.VisualStudio.Component.Windows10SDK.14393","Win10SDK_10.0.14393.795","Microsoft.VisualStudio.VC.Items.Pro","Microsoft.VisualStudio.VC.Ide.Pro","Microsoft.VisualStudio.VC.Ide.Pro.Resources","Microsoft.VisualStudio.Component.VC.Tools.ARM64","Microsoft.VisualStudio.VC.MSBuild.Arm64","Microsoft.VisualCpp.CRT.Redist.ARM64.OneCore.Desktop","Microsoft.VisualCpp.CRT.Redist.ARM64","Microsoft.VisualCpp.CRT.ARM64.OneCore.Desktop","Microsoft.VisualCpp.CRT.ARM64.Store","Microsoft.VisualCpp.CRT.ARM64.Desktop","Microsoft.VisualCpp.Tools.Hostx86.Targetarm64","Microsoft.VisualCpp.VCTip.hostX86.targetARM64","Microsoft.VisualCpp.Tools.HostX86.TargetARM64.Resources","Microsoft.VisualStudio.Component.VC.Tools.ARM","Microsoft.VisualCpp.Tools.Hostx86.Targetarm","Microsoft.VisualCpp.VCTip.hostX86.targetARM","Microsoft.VisualCpp.Tools.HostX86.TargetARM.Resources","Microsoft.VisualCpp.CRT.x86.Store","Microsoft.VisualCpp.CRT.x86.OneCore.Desktop","Microsoft.VisualCpp.CRT.x64.Store","Microsoft.VisualCpp.CRT.x64.OneCore.Desktop","Microsoft.VisualCpp.CRT.Redist.arm.OneCore.Desktop","Microsoft.VisualCpp.CRT.arm.OneCore.Desktop","Microsoft.VisualCpp.CRT.arm.Store","Microsoft.VisualCpp.CRT.arm.Desktop","Microsoft.VisualStudio.VC.Templates.UnitTest","Microsoft.VisualStudio.TestTools.TestPlatform.V1.CPP","Microsoft.VisualStudio.VC.Templates.UnitTest.Resources","Microsoft.VisualStudio.VC.Templates.Desktop","Microsoft.VisualStudio.VC.Templates.Pro","Microsoft.VisualStudio.VC.Templates.Pro.Resources","Microsoft.VisualStudio.PackageGroup.VC.CoreIDE.Express","Microsoft.VisualStudio.PackageGroup.Debugger.Script","Microsoft.VisualStudio.JavaScript.LanguageService","Microsoft.VisualStudio.JavaScript.LanguageService.Resources","Microsoft.VisualStudio.Debugger.Script.Msi","Microsoft.VisualStudio.Debugger.Script","Microsoft.VisualStudio.Debugger.Script","Microsoft.VisualStudio.Debugger.Script.Resources","Microsoft.VisualStudio.Debugger.Script.Resources","Microsoft.VisualStudio.VC.MSBuild.X64","Microsoft.VS.VC.MSBuild.X64.Resources","Microsoft.VisualStudio.VC.MSBuild.ARM","Microsoft.VisualStudio.VC.MSBuild.X86","Microsoft.VisualStudio.VC.MSBuild.Base","Microsoft.VisualStudio.VC.MSBuild.Base.Resources","Microsoft.VisualStudio.VC.Ide.WinXPlus","Microsoft.VisualStudio.VC.Ide.Dskx","Microsoft.VisualStudio.VC.Ide.Dskx.Resources","Microsoft.VisualStudio.VC.Ide.Core","Microsoft.VisualStudio.VC.Ide.Core.Resources","Microsoft.VisualStudio.VC.Ide.Base","Microsoft.VisualStudio.VC.Ide.Base.Resources","Microsoft.VisualStudio.Component.VC.CLI.Support","Microsoft.VisualCpp.CLI.X86","Microsoft.VisualCpp.CLI.X64","Microsoft.VisualCpp.CLI.Source","Microsoft.VisualCpp.CLI.ARM64","Microsoft.VisualCpp.CLI.ARM","Microsoft.VisualStudio.VC.Templates.CLR","Microsoft.VisualStudio.VC.Ide.LanguageService","Microsoft.VisualStudio.VC.Ide.ResourceEditor","Microsoft.VisualStudio.VC.Ide.ResourceEditor.Resources","Microsoft.VisualStudio.VC.Ide.ProjectSystem","Microsoft.VisualStudio.VC.Ide.ProjectSystem.Resources","Microsoft.VisualStudio.VC.Ide.Core.VCProjectEngine","Microsoft.VisualStudio.VC.Ide.Core.VCProjectEngine.Resources","Microsoft.VisualStudio.VC.Ide.LanguageService.Resources","Microsoft.VisualStudio.VC.Templates.CLR.Resources","Microsoft.Component.VC.Runtime.OSSupport","Microsoft.Windows.UniversalCRT.Tools.Msi","Microsoft.Windows.UniversalCRT.Tools.Msi","Microsoft.Windows.UniversalCRT.ExtensionSDK.Msi","Microsoft.Windows.UniversalCRT.HeadersLibsSources.Msi","Microsoft.VisualStudio.PackageGroup.VC.Tools.x86","Microsoft.VisualCpp.Tools.HostX86.TargetX64","Microsoft.VisualCpp.VCTip.hostX86.targetX64","Microsoft.VisualCpp.Tools.Hostx86.Targetx64.Resources","Microsoft.VisualCpp.Tools.HostX86.TargetX86","Microsoft.VisualCpp.VCTip.hostX86.targetX86","Microsoft.VisualCpp.Tools.HostX86.TargetX86.Resources","Microsoft.VisualCpp.Tools.Core.Resources","Microsoft.VisualCpp.Tools.Core.x86","Microsoft.VisualCpp.Tools.Common.Utils","Microsoft.VisualCpp.Tools.Common.Utils.Resources","Microsoft.VisualCpp.DIA.SDK","Microsoft.VisualCpp.CRT.x86.Desktop","Microsoft.VisualCpp.CRT.x64.Desktop","Microsoft.VisualCpp.CRT.Source","Microsoft.VisualCpp.CRT.Redist.X86","Microsoft.VisualCpp.CRT.Redist.X64","Microsoft.VisualCpp.CRT.Redist.Resources","Microsoft.VisualCpp.RuntimeDebug.14","Microsoft.VisualCpp.RuntimeDebug.14","Microsoft.VisualCpp.CRT.Headers","Microsoft.Component.HelpViewer","Microsoft.HelpViewer","Microsoft.VisualStudio.Help.Configuration.Msi","Microsoft.VisualStudio.Component.SQL.DataSources","Microsoft.VisualStudio.Component.SQL.SSDT","Microsoft.VisualStudio.Component.SQL.CMDUtils","sqlcmdlnutils","Microsoft.VisualStudio.Component.Common.Azure.Tools","Microsoft.VisualStudio.Azure.CommonAzureTools","SSDT","Microsoft.VisualStudio.Component.SQL.ADAL","sql_adalsql","Microsoft.VisualStudio.Component.NuGet","Microsoft.CredentialProvider","Microsoft.VisualStudio.NuGet.Licenses","Microsoft.VisualStudio.Component.SQL.LocalDB.Runtime","Microsoft.VisualStudio.Component.SQL.NCLI","sqllocaldb","sqlncli","Microsoft.VisualStudio.Component.EntityFramework","Microsoft.VisualStudio.PackageGroup.DslRuntime","Microsoft.VisualStudio.Dsl.Core","Microsoft.VisualStudio.Dsl.GraphObject","Microsoft.VisualStudio.Dsl.Core.Resources","Microsoft.VisualStudio.EntityFrameworkTools","Microsoft.VisualStudio.EntityFrameworkTools.Msi","Microsoft.VisualStudio.Component.Roslyn.LanguageServices","Microsoft.VisualStudio.InteractiveWindow","Microsoft.DiaSymReader.Native","Microsoft.VisualStudio.Component.Static.Analysis.Tools","Microsoft.VisualCpp.Redist.14","Microsoft.VisualCpp.Redist.14","Microsoft.VisualStudio.StaticAnalysis","Microsoft.VisualStudio.StaticAnalysis.Resources","Microsoft.CodeAnalysis.VisualStudio.InteractiveComponents.Resources","Microsoft.CodeAnalysis.VisualStudio.InteractiveComponents","Microsoft.CodeAnalysis.VisualStudio.Setup.Interactive.Resources","Microsoft.Net.ComponentGroup.TargetingPacks.Common","Microsoft.Net.Component.4.6.TargetingPack","Microsoft.Net.4.6.TargetingPack","Microsoft.Net.Component.4.5.2.TargetingPack","Microsoft.Net.4.5.2.TargetingPack","Microsoft.Net.Component.4.5.1.TargetingPack","Microsoft.Net.4.5.1.TargetingPack","Microsoft.Net.Component.4.5.TargetingPack","Microsoft.Net.4.5.TargetingPack","Microsoft.Net.Component.4.TargetingPack","Microsoft.Net.4.TargetingPack","Microsoft.Net.ComponentGroup.DevelopmentPrerequisites","Microsoft.Net.Component.4.6.1.TargetingPack","Microsoft.Net.4.6.1.TargetingPack","Microsoft.Net.Cumulative.TargetingPack.Resources","Microsoft.Net.Component.4.6.1.SDK","Microsoft.Net.4.6.1.SDK","Microsoft.VisualStudio.Component.TextTemplating","Microsoft.VisualStudio.TextTemplating.MSBuild","Microsoft.VisualStudio.TextTemplating.Integration","Microsoft.VisualStudio.TextTemplating.Core","Microsoft.VisualStudio.TextTemplating.Integration.Resources","Microsoft.VisualStudio.Component.VisualStudioData","Microsoft.VisualStudio.Component.SQL.CLR","Microsoft.VisualStudio.ProTools","sqlsysclrtypes","sqlsysclrtypes","SQLCommon","Microsoft.VisualStudio.ProTools.Resources","Microsoft.VisualStudio.XamlDiagnostics","Microsoft.VisualStudio.XamlDiagnostics.Resources","Microsoft.VisualStudio.XamlDesigner","Microsoft.VisualStudio.XamlDesigner.Resources","Microsoft.VisualStudio.XamlDesigner.Executables","Microsoft.VisualStudio.XamlShared","Microsoft.VisualStudio.XamlShared.Resources","Microsoft.VisualStudio.PackageGroup.TestTools.Managed","Microsoft.VisualStudio.PackageGroup.IntelliTrace.Core","Microsoft.IntelliTrace.Core","Microsoft.IntelliTrace.Core.Targeted","Microsoft.IntelliTrace.ProfilerProxy.Msi.x64","Microsoft.IntelliTrace.ProfilerProxy.Msi","Microsoft.VisualStudio.NuGet.Core","Microsoft.VisualStudio.TestWindow.SourceBasedTestDiscovery","Microsoft.VisualStudio.TestWindow.Dotnet","Microsoft.VisualStudio.TestTools.TestGeneration","Microsoft.VisualStudio.PackageGroup.TestTools.CodeCoverage","Microsoft.VisualStudio.PackageGroup.TestTools.Enterprise","Microsoft.VisualStudio.PackageGroup.TestTools.MSTestV2.Managed","Microsoft.VisualStudio.TestTools.MSTestV2.WizardExtension.UnitTest","Microsoft.VisualStudio.PackageGroup.TestTools.Core","Microsoft.VisualStudio.PackageGroup.TestTools.TestPlatform.V2.CLI","Microsoft.VisualStudio.TestTools.TestPlatform.V2.CLI","Microsoft.VisualStudio.PackageGroup.TestTools.TestPlatform.V1.CLI","Microsoft.VisualStudio.TestTools.TestPlatform.V1.CLI","Microsoft.VisualStudio.TestTools.Pex.Common","Microsoft.VisualStudio.PackageGroup.TestTools.TestPlatform.Legacy","Microsoft.VisualStudio.PackageGroup.MinShell.Interop","Microsoft.VisualStudio.TestTools.TP.Legacy.Tips.Msi","Microsoft.VisualStudio.TestTools.TP.Legacy.Tips.Common","Microsoft.VisualStudio.TestTools.TestPlatform.Legacy.Tips","Microsoft.VisualStudio.TestTools.TestPlatform.Legacy.Tips.Resources","Microsoft.VisualStudio.TestTools.TestPlatform.Legacy.TestTools","Microsoft.VisualStudio.TestTools.TestPlatform.Legacy.Professional","Microsoft.VisualStudio.TestTools.TestPlatform.Legacy.Common","Microsoft.VisualStudio.TestTools.TP.Legacy.Common.Res","Microsoft.VisualStudio.TestTools.TestPlatform.Legacy.Core","Microsoft.VisualStudio.TestTools.TestPlatform.Legacy.Core.Resources","Microsoft.VisualStudio.TestTools.TestPlatform.Legacy.Agent","Microsoft.VisualStudio.PackageGroup.TestTools.TestPlatform.IDE","Microsoft.VisualStudio.TestTools.TestWIExtension","Microsoft.VisualStudio.TestTools.TestPlatform.IDE","Microsoft.VisualStudio.PackageGroup.TestTools.DataCollectors","Microsoft.Component.ClickOnce","Microsoft.VisualStudio.PackageGroup.ClickOnce.MSBuild","Microsoft.VisualCpp.CRT.ClickOnce.Msi","Microsoft.ClickOnce.SignTool.Msi","Microsoft.SQL.ClickOnceBootstrapper.Msi","Microsoft.Net.ClickOnceBootstrapper","Microsoft.ClickOnce.BootStrapper.Msi.Resources","Microsoft.ClickOnce.BootStrapper.Msi","Microsoft.VisualStudio.WebTools.WSP.FSA","Microsoft.VisualStudio.WebTools.WSP.FSA.Resources","Microsoft.VisualStudio.PackageGroup.Community","Microsoft.VisualStudio.Community.Extra.Resources","Microsoft.VisualStudio.Community.Extra","Microsoft.VisualStudio.PackageGroup.Core","Microsoft.VisualStudio.TestTools.TeamFoundationClient","Microsoft.VisualStudio.PackageGroup.Debugger.Core","Microsoft.VisualStudio.Debugger.VSCodeDebuggerHost","Microsoft.VisualStudio.VC.Ide.Debugger","Microsoft.VisualStudio.VC.Ide.Debugger.Resources","Microsoft.VisualStudio.VC.Ide.Common","Microsoft.VisualStudio.VC.Ide.Common.Resources","Microsoft.VisualStudio.Debugger.Parallel","Microsoft.VisualStudio.Debugger.Parallel.Resources","Microsoft.VisualStudio.Debugger.CollectionAgents","Microsoft.VisualStudio.Debugger.Managed","Microsoft.CodeAnalysis.VisualStudio.Setup.Resources","Microsoft.CodeAnalysis.VisualStudio.Setup","Microsoft.CodeAnalysis.ExpressionEvaluator.Resources","Microsoft.CodeAnalysis.ExpressionEvaluator","Microsoft.VisualStudio.Debugger.Managed.Resources","Microsoft.VisualStudio.Debugger.Remote","Microsoft.VisualStudio.Debugger.Remote","Microsoft.VisualStudio.Debugger.Remote.Resources","Microsoft.VisualStudio.Debugger.Remote.Resources","Microsoft.VisualStudio.Debugger","Microsoft.VisualStudio.VC.MSVCDis","Microsoft.VisualStudio.ScriptedHost","Microsoft.VisualStudio.ScriptedHost.Targeted","Microsoft.VisualStudio.ScriptedHost.Resources","Microsoft.IntelliTrace.DiagnosticsHub","Microsoft.VisualStudio.Debugger.Resources","Microsoft.PackageGroup.ClientDiagnostics","Microsoft.VisualStudio.AppResponsiveness","Microsoft.VisualStudio.AppResponsiveness.Targeted","Microsoft.VisualStudio.AppResponsiveness.Resources","Microsoft.VisualStudio.ClientDiagnostics","Microsoft.VisualStudio.ClientDiagnostics.Targeted","Microsoft.VisualStudio.ClientDiagnostics.Resources","Microsoft.VisualStudio.PackageGroup.CommunityCore","Microsoft.VisualStudio.ProjectSystem.Full","Microsoft.VisualStudio.ProjectSystem","Microsoft.VisualStudio.Community.x86","Microsoft.VisualStudio.Community.x64","Microsoft.VisualStudio.Community","Microsoft.IntelliTrace.CollectorCab","Microsoft.VisualStudio.Community.Resources","Microsoft.VisualStudio.Net.Eula.Resources","Microsoft.VisualStudio.WebSiteProject.DTE","Microsoft.MSHtml","Microsoft.VisualStudio.Community.Msi.Resources","Microsoft.VisualStudio.Community.Msi","Microsoft.VisualStudio.MinShell.Interop.Msi","Microsoft.VisualStudio.Editors","Microsoft.VisualStudio.ClickOnce.Resources","Microsoft.VisualStudio.ClickOnce","Microsoft.Component.MSBuild","Microsoft.NuGet.Build.Tasks","Microsoft.VisualStudio.Component.Roslyn.Compiler","Microsoft.CodeAnalysis.Compilers.Resources","Microsoft.CodeAnalysis.Compilers","Microsoft.Net.PackageGroup.4.6.1.Redist","Microsoft.VisualStudio.TemplateEngine","Microsoft.VisualStudio.WebToolsExtensions.Common","Microsoft.NET.Sdk","Microsoft.VisualStudio.PackageGroup.TestTools.Templates.Managed","Microsoft.VisualStudio.TestTools.Templates.Managed","Microsoft.VisualStudio.TestTools.Templates.Managed.Resources","Microsoft.VisualStudio.Templates.VB.MSTestv2.Desktop.UnitTest","Microsoft.VisualStudio.Templates.CS.MSTestv2.Desktop.UnitTest","Microsoft.VisualStudio.Templates.VB.Wpf","Microsoft.VisualStudio.Templates.VB.Wpf.Resources","Microsoft.VisualStudio.Templates.VB.Winforms","Microsoft.VisualStudio.Templates.VB.ManagedCore","Microsoft.VisualStudio.Templates.VB.Shared","Microsoft.VisualStudio.Templates.VB.Shared.Resources","Microsoft.VisualStudio.Templates.VB.ManagedCore.Resources","Microsoft.VisualStudio.Templates.CS.GettingStarted.Desktop.Package","Microsoft.VisualStudio.Templates.GetStarted.Desktop.Setup","Microsoft.VisualStudio.Templates.CS.GettingStarted.Console.Package","Microsoft.VisualStudio.Templates.GetStarted.Resources","Microsoft.VisualStudio.Templates.GetStarted.Common.Setup","Microsoft.VisualStudio.Templates.GetStarted.Console.Setup","Microsoft.VisualStudio.Templates.CS.Wpf","Microsoft.VisualStudio.Templates.CS.Wpf.Resources","Microsoft.VisualStudio.Templates.CS.Winforms","Microsoft.VisualStudio.Templates.CS.ManagedCore","Microsoft.VisualStudio.Templates.CS.Shared","Microsoft.VisualStudio.Templates.Editorconfig.Wizard.Setup","Templates.Editorconfig.SolutionFile.Setup","Microsoft.VisualStudio.Templates.CS.Shared.Resources","Microsoft.VisualStudio.Templates.CS.ManagedCore.Resources","Microsoft.VisualStudio.Component.CoreEditor","Microsoft.VisualStudio.PackageGroup.CoreEditor","PortableFacades","Microsoft.VisualStudio.PackageGroup.VsDevCmd","Microsoft.VisualStudio.VsDevCmd.Ext.NetFxSdk","Microsoft.VisualStudio.VsDevCmd.Core.WinSdk","Microsoft.VisualStudio.VsDevCmd.Core.DotNet","Microsoft.VisualStudio.VC.DevCmd","Microsoft.VisualStudio.VC.DevCmd.Resources","Microsoft.VisualStudio.VirtualTree","Microsoft.VisualStudio.PackageGroup.Progression","Microsoft.VisualStudio.PerformanceProvider","Microsoft.VisualStudio.GraphModel","Microsoft.VisualStudio.GraphProvider","Microsoft.DiaSymReader","Microsoft.Build.Dependencies","Microsoft.Build.FileTracker.Msi","Microsoft.Build","Microsoft.VisualStudio.TextMateGrammars","Microsoft.VisualStudio.PackageGroup.TeamExplorer","Microsoft.TeamFoundation.OfficeIntegration","Microsoft.TeamFoundation.OfficeIntegration.Resources","Microsoft.VisualStudio.TeamExplorer","Microsoft.ServiceHub","Microsoft.VisualStudio.ProjectServices","Microsoft.VisualStudio.SLNX.VSIX","Microsoft.VisualStudio.FileHandler.Msi","Microsoft.VisualStudio.FileHandler.Msi","Microsoft.VisualStudio.PackageGroup.MinShell","Microsoft.VisualStudio.MinShell.Interop","Microsoft.VisualStudio.Log","Microsoft.VisualStudio.Log.Targeted","Microsoft.VisualStudio.Log.Resources","Microsoft.VisualStudio.Finalizer","Microsoft.VisualStudio.WDExpress","Microsoft.VisualStudio.WDExpress.Resources","Microsoft.VisualStudio.CoreEditor","Microsoft.VisualStudio.Connected","Microsoft.VisualStudio.Connected.Resources","Microsoft.VisualStudio.MinShell","Microsoft.VisualStudio.Setup.Configuration","Microsoft.VisualStudio.MinShell.Platform","Microsoft.VisualStudio.MinShell.Platform.Resources","Microsoft.VisualStudio.MefHosting","Microsoft.VisualStudio.MefHosting.Resources","Microsoft.VisualStudio.Initializer","Microsoft.VisualStudio.ExtensionManager","Microsoft.VisualStudio.MinShell.x86","Microsoft.VisualStudio.NativeImageSupport","Microsoft.VisualStudio.MinShell.Msi","Microsoft.VisualStudio.MinShell.Msi.Resources","Microsoft.VisualStudio.LanguageServer","Microsoft.VisualStudio.MinShell.Resources","Microsoft.Net.PackageGroup.4.6.Redist","Microsoft.VisualStudio.Branding.WDExpress"]}] diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/test/fixtures/VS_2017_Unusable.txt b/software/flow/node_modules/npm/node_modules/node-gyp/test/fixtures/VS_2017_Unusable.txt deleted file mode 100644 index fc0a257..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/test/fixtures/VS_2017_Unusable.txt +++ /dev/null @@ -1 +0,0 @@ -[{"path":"C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\BuildToolsUnusable","version":"15.9.28307.665","packages":["Microsoft.VisualStudio.Product.BuildTools","Microsoft.VisualStudio.Component.Windows10SDK.17134","Win10SDK_10.0.17134","Microsoft.VisualStudio.Component.VC.Tools.x86.x64","Microsoft.VisualCpp.CodeAnalysis.Extensions","Microsoft.VisualCpp.CodeAnalysis.Extensions.X86","Microsoft.VisualCpp.CodeAnalysis.ConcurrencyCheck.X86","Microsoft.VisualCpp.CodeAnalysis.ConcurrencyCheck.X86.Resources","Microsoft.VisualCpp.CodeAnalysis.Extensions.X64","Microsoft.VisualCpp.CodeAnalysis.ConcurrencyCheck.X64","Microsoft.VisualCpp.CodeAnalysis.ConcurrencyCheck.X64.Resources","Microsoft.VisualStudio.Component.Static.Analysis.Tools","Microsoft.VisualStudio.StaticAnalysis","Microsoft.VisualStudio.StaticAnalysis.Resources","Microsoft.VisualCpp.Tools.HostX64.TargetX86","Microsoft.VisualCpp.VCTip.HostX64.TargetX86","Microsoft.VisualCpp.Tools.HostX64.TargetX86.Resources","Microsoft.VisualCpp.Tools.HostX64.TargetX64","Microsoft.VisualCpp.VCTip.HostX64.TargetX64","Microsoft.VisualCpp.Tools.HostX64.TargetX64.Resources","Microsoft.VisualCpp.Premium.Tools.HostX86.TargetX64","Microsoft.VisualCpp.Premium.Tools.Hostx86.Targetx64.Resources","Microsoft.VisualCpp.Premium.Tools.HostX86.TargetX86","Microsoft.VisualCpp.Premium.Tools.HostX86.TargetX86.Resources","Microsoft.VisualCpp.Premium.Tools.HostX64.TargetX86","Microsoft.VisualCpp.Premium.Tools.HostX64.TargetX86.Resources","Microsoft.VisualCpp.Premium.Tools.HostX64.TargetX64","Microsoft.VisualCpp.Premium.Tools.HostX64.TargetX64.Resources","Microsoft.VisualCpp.PGO.X86","Microsoft.VisualCpp.PGO.X64","Microsoft.VisualCpp.PGO.Headers","Microsoft.VisualCpp.CRT.x86.Store","Microsoft.VisualCpp.CRT.x86.OneCore.Desktop","Microsoft.VisualCpp.CRT.x64.Store","Microsoft.VisualCpp.CRT.x64.OneCore.Desktop","Microsoft.VisualCpp.CRT.Redist.x86.OneCore.Desktop","Microsoft.VisualCpp.CRT.Redist.x64.OneCore.Desktop","Microsoft.VisualCpp.CRT.ClickOnce.Msi","Microsoft.VisualStudio.PackageGroup.VC.Tools.x86","Microsoft.VisualCpp.Tools.HostX86.TargetX64","Microsoft.VisualCpp.VCTip.hostX86.targetX64","Microsoft.VisualCpp.Tools.Hostx86.Targetx64.Resources","Microsoft.VisualCpp.Tools.HostX86.TargetX86","Microsoft.VisualCpp.VCTip.hostX86.targetX86","Microsoft.VisualCpp.Tools.HostX86.TargetX86.Resources","Microsoft.VisualCpp.Tools.Core.Resources","Microsoft.VisualCpp.Tools.Core.x86","Microsoft.VisualCpp.Tools.Common.Utils","Microsoft.VisualCpp.Tools.Common.Utils.Resources","Microsoft.VisualCpp.DIA.SDK","Microsoft.VisualCpp.CRT.x86.Desktop","Microsoft.VisualCpp.CRT.x64.Desktop","Microsoft.VisualCpp.CRT.Source","Microsoft.VisualCpp.CRT.Redist.X86","Microsoft.VisualCpp.CRT.Redist.X64","Microsoft.VisualCpp.CRT.Redist.Resources","Microsoft.VisualCpp.RuntimeDebug.14","Microsoft.VisualCpp.RuntimeDebug.14","Microsoft.VisualCpp.Redist.14","Microsoft.VisualCpp.Redist.14","Microsoft.VisualCpp.CRT.Headers","Microsoft.VisualStudio.Workload.MSBuildTools","Microsoft.VisualStudio.Component.CoreBuildTools","Microsoft.VisualStudio.Setup.Configuration","Microsoft.VisualStudio.PackageGroup.VsDevCmd","Microsoft.VisualStudio.VsDevCmd.Ext.NetFxSdk","Microsoft.VisualStudio.VsDevCmd.Core.WinSdk","Microsoft.VisualStudio.VsDevCmd.Core.DotNet","Microsoft.VisualStudio.VC.DevCmd","Microsoft.VisualStudio.VC.DevCmd.Resources","Microsoft.VisualStudio.BuildTools.Resources","Microsoft.VisualStudio.Net.Eula.Resources","Microsoft.Build.Dependencies","Microsoft.Build.FileTracker.Msi","Microsoft.Component.MSBuild","Microsoft.PythonTools.BuildCore.Vsix","Microsoft.NuGet.Build.Tasks","Microsoft.VisualStudio.Component.Roslyn.Compiler","Microsoft.CodeAnalysis.Compilers.Resources","Microsoft.CodeAnalysis.Compilers","Microsoft.Net.PackageGroup.4.6.1.Redist","Microsoft.Net.4.6.1.FullRedist.NonThreshold","Microsoft.Windows.UniversalCRT.Msu.81","Microsoft.VisualStudio.NativeImageSupport","Microsoft.Build"]}] diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/test/fixtures/VS_2019_BuildTools_minimal.txt b/software/flow/node_modules/npm/node_modules/node-gyp/test/fixtures/VS_2019_BuildTools_minimal.txt deleted file mode 100644 index f07d254..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/test/fixtures/VS_2019_BuildTools_minimal.txt +++ /dev/null @@ -1 +0,0 @@ -[{"path":"C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\BuildTools","version":"16.1.28922.388","packages":["Microsoft.VisualStudio.Product.BuildTools","Microsoft.VisualStudio.Component.VC.CoreIde","Microsoft.VisualStudio.VC.Ide.Pro","Microsoft.VisualStudio.VC.Ide.Pro.Resources","Microsoft.VisualStudio.VC.Templates.Pro","Microsoft.VisualStudio.VC.Templates.Pro.Resources","Microsoft.VisualStudio.VC.Items.Pro","Microsoft.VisualStudio.PackageGroup.VC.CoreIDE.Reduced","Microsoft.VisualStudio.VC.Ide.MDD","Microsoft.VisualStudio.PackageGroup.Core","Microsoft.VisualStudio.CodeSense.Community","Microsoft.VisualStudio.TestTools.TeamFoundationClient","Microsoft.PackageGroup.ClientDiagnostics","Microsoft.VisualStudio.AppResponsiveness","Microsoft.VisualStudio.AppResponsiveness.Targeted","Microsoft.VisualStudio.AppResponsiveness.Resources","Microsoft.VisualStudio.ClientDiagnostics","Microsoft.VisualStudio.ClientDiagnostics.Targeted","Microsoft.VisualStudio.ClientDiagnostics.Resources","Microsoft.VisualStudio.PackageGroup.CommunityCore","Microsoft.VisualStudio.ProjectSystem.Full","Microsoft.VisualStudio.ProjectSystem","Microsoft.VisualStudio.Community.x86","Microsoft.VisualStudio.Community.x64","Microsoft.VisualStudio.Community","Microsoft.IntelliTrace.CollectorCab","Microsoft.VisualStudio.Community.Resources","Microsoft.VisualStudio.WebSiteProject.DTE","Microsoft.MSHtml","Microsoft.VisualStudio.Platform.CallHierarchy","Microsoft.VisualStudio.Community.Msi.Resources","Microsoft.VisualStudio.Community.Msi","Microsoft.VisualStudio.MinShell.Interop.Msi","Microsoft.VisualStudio.PackageGroup.CoreEditor","Microsoft.VisualStudio.VirtualTree","Microsoft.VisualStudio.PackageGroup.Progression","Microsoft.VisualStudio.PerformanceProvider","Microsoft.VisualStudio.GraphModel","Microsoft.VisualStudio.GraphProvider","Microsoft.VisualStudio.TextMateGrammars","Microsoft.VisualStudio.PackageGroup.TeamExplorer.Common","Microsoft.VisualStudio.TeamExplorer","Microsoft.ServiceHub","Microsoft.VisualStudio.ProjectServices","Microsoft.VisualStudio.OpenFolder.VSIX","Microsoft.VisualStudio.FileHandler.Msi","Microsoft.VisualStudio.FileHandler.Msi","Microsoft.VisualStudio.PackageGroup.MinShell","Microsoft.VisualStudio.MinShell.Msi","Microsoft.VisualStudio.MinShell.Msi.Resources","Microsoft.VisualStudio.MinShell.Interop","Microsoft.VisualStudio.Log","Microsoft.VisualStudio.Log.Targeted","Microsoft.VisualStudio.Log.Resources","Microsoft.VisualStudio.Finalizer","Microsoft.VisualStudio.CoreEditor","Microsoft.VisualStudio.Platform.NavigateTo","Microsoft.VisualStudio.Connected","Microsoft.VisualStudio.Connected.Resources","Microsoft.VisualStudio.VC.Ide.x64","Microsoft.VisualStudio.PackageGroup.VC.CoreIDE.Express","Microsoft.VisualStudio.PackageGroup.Debugger.Script","Microsoft.VisualStudio.Debugger.Script.Msi","Microsoft.VisualStudio.Debugger.Script","Microsoft.VisualStudio.Debugger.Script","Microsoft.VisualStudio.Debugger.Script.Resources","Microsoft.VisualStudio.Debugger.Script.Resources","Microsoft.VisualStudio.VC.Ide.WinXPlus","Microsoft.VisualStudio.VC.Ide.Dskx","Microsoft.VisualStudio.VC.Ide.Dskx.Resources","Microsoft.VisualStudio.VC.Ide.Base","Microsoft.VisualStudio.VC.Ide.LanguageService","Microsoft.VisualStudio.VC.Ide.Core","Microsoft.VisualStudio.VisualC.Logging","Microsoft.VisualStudio.VC.Ide.Core.Resources","Microsoft.VisualStudio.VC.Ide.VCPkgDatabase","Microsoft.VisualStudio.VC.Ide.ResourceEditor","Microsoft.VisualStudio.VC.Ide.ResourceEditor.Resources","Microsoft.VisualStudio.VC.Ide.ProjectSystem","Microsoft.VisualStudio.VC.Ide.ProjectSystem.Resources","Microsoft.VisualStudio.VC.Ide.Core.VCProjectEngine","Microsoft.VisualStudio.VC.Ide.Core.VCProjectEngine.Resources","Microsoft.VisualStudio.VC.Ide.LanguageService.Resources","Microsoft.VisualStudio.VC.Ide.Base.Resources","Microsoft.Net.4.TargetingPack","Microsoft.VisualStudio.PackageGroup.Debugger.Core","Microsoft.VisualStudio.PackageGroup.Debugger.TimeTravel.Record","Microsoft.VisualStudio.Debugger.TimeTravel.Runtime","Microsoft.VisualStudio.Debugger.TimeTravel.Runtime","Microsoft.VisualStudio.Debugger.TimeTravel.Agent","Microsoft.VisualStudio.Debugger.TimeTravel.Record","Microsoft.VisualStudio.Debugger.VSCodeDebuggerHost","Microsoft.VisualStudio.VC.Ide.Debugger","Microsoft.VisualStudio.VC.Ide.Debugger.Concord","Microsoft.VisualStudio.VC.Ide.Debugger.Concord.Resources","Microsoft.VisualStudio.VC.Ide.Debugger.Resources","Microsoft.VisualStudio.VC.Ide.Common","Microsoft.VisualStudio.VC.Ide.Common.Resources","Microsoft.VisualStudio.Debugger.Parallel","Microsoft.VisualStudio.Debugger.Parallel.Resources","Microsoft.VisualStudio.Debugger.CollectionAgents","Microsoft.VisualStudio.Debugger.Managed","Microsoft.DiaSymReader","Microsoft.CodeAnalysis.ExpressionEvaluator","Microsoft.VisualStudio.Debugger.Concord.Managed","Microsoft.VisualStudio.Debugger.Concord.Managed.Resources","Microsoft.VisualStudio.Debugger.Managed.Resources","Microsoft.VisualStudio.Debugger.Remote","Microsoft.VisualStudio.Debugger.Concord.Remote","Microsoft.VisualStudio.Debugger.Concord.Remote.Resources","Microsoft.VisualStudio.Debugger.Remote","Microsoft.VisualStudio.Debugger.Concord.Remote","Microsoft.VisualStudio.Debugger.Concord.Remote.Resources","Microsoft.VisualStudio.Debugger.Remote.Resources","Microsoft.VisualStudio.Debugger.Remote.Resources","Microsoft.VisualStudio.Debugger","Microsoft.VisualStudio.PerfLib","Microsoft.VisualStudio.Debugger.Package.DiagHub.Client.VSx86","Microsoft.VisualStudio.Debugger.Remote.DiagHub.Client","Microsoft.VisualStudio.Debugger.Remote.DiagHub.Client","Microsoft.VisualStudio.VC.MSVCDis","Microsoft.VisualStudio.ScriptedHost","Microsoft.VisualStudio.ScriptedHost.Targeted","Microsoft.VisualStudio.ScriptedHost.Resources","Microsoft.VisualStudio.Editors","Microsoft.IntelliTrace.DiagnosticsHub","Microsoft.VisualStudio.MinShell","Microsoft.VisualStudio.MinShell.Platform","Microsoft.VisualStudio.MinShell.Platform.Resources","Microsoft.VisualStudio.MefHosting","Microsoft.VisualStudio.MefHosting.Resources","Microsoft.VisualStudio.Initializer","Microsoft.VisualStudio.ExtensionManager","Microsoft.VisualStudio.Platform.Editor","Microsoft.VisualStudio.Debugger.Concord","Microsoft.VisualStudio.Debugger.Concord.Resources","Microsoft.VisualStudio.Debugger.Resources","Microsoft.CodeAnalysis.VisualStudio.Setup","Microsoft.VisualStudio.Component.Windows10SDK.17134","Win10SDK_10.0.17134","Microsoft.VisualStudio.Component.VC.Tools.x86.x64","Microsoft.VisualCpp.CodeAnalysis.Extensions","Microsoft.VisualCpp.CodeAnalysis.Extensions.X86","Microsoft.VisualCpp.CodeAnalysis.ConcurrencyCheck.X86","Microsoft.VisualCpp.CodeAnalysis.ConcurrencyCheck.X86.Resources","Microsoft.VisualCpp.CodeAnalysis.Extensions.X64","Microsoft.VisualCpp.CodeAnalysis.ConcurrencyCheck.X64","Microsoft.VisualCpp.CodeAnalysis.ConcurrencyCheck.X64.Resources","Microsoft.VisualStudio.StaticAnalysis","Microsoft.VisualStudio.StaticAnalysis.Resources","Microsoft.VisualCpp.Tools.HostX64.TargetX86","Microsoft.VisualCpp.VCTip.HostX64.TargetX86","Microsoft.VisualCpp.Tools.HostX64.TargetX86.Resources","Microsoft.VisualCpp.Tools.HostX64.TargetX64","Microsoft.VisualCpp.VCTip.HostX64.TargetX64","Microsoft.VisualCpp.Tools.HostX64.TargetX64.Resources","Microsoft.VisualCpp.Premium.Tools.HostX86.TargetX64","Microsoft.VisualCpp.Premium.Tools.Hostx86.Targetx64.Resources","Microsoft.VisualCpp.Premium.Tools.HostX86.TargetX86","Microsoft.VisualCpp.Premium.Tools.HostX86.TargetX86.Resources","Microsoft.VisualCpp.Premium.Tools.HostX64.TargetX86","Microsoft.VisualCpp.Premium.Tools.HostX64.TargetX86.Resources","Microsoft.VisualCpp.Premium.Tools.HostX64.TargetX64","Microsoft.VisualCpp.Premium.Tools.HostX64.TargetX64.Resources","Microsoft.VisualCpp.PGO.X86","Microsoft.VisualCpp.PGO.X64","Microsoft.VisualCpp.PGO.Headers","Microsoft.VisualCpp.CRT.x86.Store","Microsoft.VisualCpp.CRT.x86.OneCore.Desktop","Microsoft.VisualCpp.CRT.x64.Store","Microsoft.VisualCpp.CRT.x64.OneCore.Desktop","Microsoft.VisualCpp.CRT.Redist.x86.OneCore.Desktop","Microsoft.VisualCpp.CRT.Redist.x64.OneCore.Desktop","Microsoft.VisualCpp.CRT.ClickOnce.Msi","Microsoft.VisualStudio.PackageGroup.VC.Tools.x86","Microsoft.VisualCpp.Tools.HostX86.TargetX64","Microsoft.VisualCpp.VCTip.hostX86.targetX64","Microsoft.VisualCpp.Tools.Hostx86.Targetx64.Resources","Microsoft.VisualCpp.Tools.HostX86.TargetX86","Microsoft.VisualCpp.VCTip.hostX86.targetX86","Microsoft.VisualCpp.Tools.HostX86.TargetX86.Resources","Microsoft.VisualCpp.Tools.Core.Resources","Microsoft.VisualCpp.Tools.Core.x86","Microsoft.VisualCpp.Tools.Common.Utils","Microsoft.VisualCpp.Tools.Common.Utils.Resources","Microsoft.VisualCpp.DIA.SDK","Microsoft.VisualCpp.CRT.x86.Desktop","Microsoft.VisualCpp.CRT.x64.Desktop","Microsoft.VisualCpp.CRT.Source","Microsoft.VisualCpp.CRT.Redist.X86","Microsoft.VisualCpp.CRT.Redist.X64","Microsoft.VisualCpp.CRT.Redist.Resources","Microsoft.VisualCpp.RuntimeDebug.14","Microsoft.VisualCpp.RuntimeDebug.14","Microsoft.VisualCpp.Redist.14.Latest","Microsoft.VisualCpp.Redist.14.Latest","Microsoft.VisualCpp.Redist.14","Microsoft.VisualCpp.Redist.14","Microsoft.VisualCpp.CRT.Headers","Microsoft.VisualStudio.VC.MSBuild.x86.v142","Microsoft.VisualStudio.VC.MSBuild.X86","Microsoft.VisualStudio.VC.MSBuild.X64.v142","Microsoft.VisualStudio.VC.MSBuild.X64","Microsoft.VS.VC.MSBuild.X64.Resources","Microsoft.VisualStudio.VC.MSBuild.ARM.v142","Microsoft.VisualStudio.VC.MSBuild.ARM","Microsoft.VisualStudio.VC.MSBuild.Base","Microsoft.VisualStudio.VC.MSBuild.Base.Resources","Microsoft.VisualStudio.Workload.MSBuildTools","Microsoft.VisualStudio.Component.CoreBuildTools","Microsoft.VisualStudio.Setup.Configuration","Microsoft.VisualStudio.PackageGroup.VsDevCmd","Microsoft.VisualStudio.VsDevCmd.Ext.NetFxSdk","Microsoft.VisualStudio.VsDevCmd.Core.WinSdk","Microsoft.VisualStudio.VsDevCmd.Core.DotNet","Microsoft.VisualStudio.VC.DevCmd","Microsoft.VisualStudio.VC.DevCmd.Resources","Microsoft.VisualStudio.BuildTools.Resources","Microsoft.VisualStudio.Net.Eula.Resources","Microsoft.Build.Dependencies","Microsoft.Build.FileTracker.Msi","Microsoft.Component.MSBuild","Microsoft.PythonTools.BuildCore.Vsix","Microsoft.NuGet.Build.Tasks","Microsoft.VisualStudio.Component.Roslyn.Compiler","Microsoft.CodeAnalysis.Compilers","Microsoft.Net.PackageGroup.4.7.2.Redist","Microsoft.VisualStudio.NativeImageSupport","Microsoft.Build","Microsoft.VisualStudio.PackageGroup.NuGet","Microsoft.VisualStudio.NuGet.BuildTools"]}] diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/test/fixtures/VS_2019_Community_workload.txt b/software/flow/node_modules/npm/node_modules/node-gyp/test/fixtures/VS_2019_Community_workload.txt deleted file mode 100644 index 50071c2..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/test/fixtures/VS_2019_Community_workload.txt +++ /dev/null @@ -1 +0,0 @@ -[{"path":"C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community","version":"16.1.28922.388","packages":["Microsoft.VisualStudio.Workload.NativeDesktop","Microsoft.VisualStudio.Component.VC.TestAdapterForGoogleTest","Microsoft.VisualStudio.VC.Ide.TestAdapterForGoogleTest","Microsoft.VisualStudio.Component.VC.TestAdapterForBoostTest","Microsoft.VisualStudio.VC.Ide.TestAdapterForBoostTest","Microsoft.VisualStudio.Component.VC.ATL","Microsoft.VisualStudio.VC.Ide.ATL","Microsoft.VisualStudio.VC.Ide.ATL.Resources","Microsoft.VisualCpp.ATL.X86","Microsoft.VisualCpp.ATL.X64","Microsoft.VisualCpp.ATL.Source","Microsoft.VisualCpp.ATL.Headers","Microsoft.VisualStudio.Component.VC.CMake.Project","Microsoft.VisualStudio.VC.CMake","Microsoft.VisualStudio.VC.CMake.Project","Microsoft.VisualStudio.VC.ExternalBuildFramework","Microsoft.VisualStudio.ComponentGroup.NativeDesktop.Core","Microsoft.VisualStudio.PackageGroup.TestTools.Native","Microsoft.VisualStudio.Component.VC.Redist.14.Latest","Microsoft.VisualStudio.VC.Templates.UnitTest","Microsoft.VisualStudio.VC.UnitTest.Desktop.Build.Core","Microsoft.VisualStudio.TestTools.TestPlatform.V1.CPP","Microsoft.VisualStudio.VC.Templates.UnitTest.Resources","Microsoft.VisualStudio.VC.Templates.Desktop","Microsoft.VisualStudio.Component.Debugger.JustInTime","Microsoft.VisualStudio.Debugger.ImmersiveActivateHelper.Msi","Microsoft.VisualStudio.Debugger.JustInTime","Microsoft.VisualStudio.Debugger.JustInTime.Msi","Microsoft.VisualStudio.Component.Windows10SDK.17763","Win10SDK_10.0.17763","Microsoft.VisualStudio.Component.VC.DiagnosticTools","Microsoft.VisualStudio.Component.Graphics.Tools","Microsoft.VisualStudio.Component.VC.Tools.x86.x64","Microsoft.VisualCpp.CodeAnalysis.Extensions","Microsoft.VisualCpp.CodeAnalysis.Extensions.X86","Microsoft.VisualCpp.CodeAnalysis.ConcurrencyCheck.X86","Microsoft.VisualCpp.CodeAnalysis.ConcurrencyCheck.X86.Resources","Microsoft.VisualCpp.CodeAnalysis.Extensions.X64","Microsoft.VisualCpp.CodeAnalysis.ConcurrencyCheck.X64","Microsoft.VisualCpp.CodeAnalysis.ConcurrencyCheck.X64.Resources","Microsoft.VisualCpp.Tools.HostX64.TargetX86","Microsoft.VisualCpp.VCTip.HostX64.TargetX86","Microsoft.VisualCpp.Tools.HostX64.TargetX86.Resources","Microsoft.VisualCpp.Tools.HostX64.TargetX64","Microsoft.VisualCpp.VCTip.HostX64.TargetX64","Microsoft.VisualCpp.Tools.HostX64.TargetX64.Resources","Microsoft.VisualCpp.Premium.Tools.HostX86.TargetX64","Microsoft.VisualCpp.Premium.Tools.Hostx86.Targetx64.Resources","Microsoft.VisualCpp.Premium.Tools.HostX86.TargetX86","Microsoft.VisualCpp.Premium.Tools.HostX86.TargetX86.Resources","Microsoft.VisualCpp.Premium.Tools.HostX64.TargetX86","Microsoft.VisualCpp.Premium.Tools.HostX64.TargetX86.Resources","Microsoft.VisualCpp.Premium.Tools.HostX64.TargetX64","Microsoft.VisualCpp.Premium.Tools.HostX64.TargetX64.Resources","Microsoft.VisualCpp.PGO.X86","Microsoft.VisualCpp.PGO.X64","Microsoft.VisualCpp.PGO.Headers","Microsoft.VisualCpp.CRT.x86.Store","Microsoft.VisualCpp.CRT.x86.OneCore.Desktop","Microsoft.VisualCpp.CRT.x64.Store","Microsoft.VisualCpp.CRT.x64.OneCore.Desktop","Microsoft.VisualCpp.CRT.Redist.x86.OneCore.Desktop","Microsoft.VisualCpp.CRT.Redist.x64.OneCore.Desktop","Microsoft.VisualStudio.PackageGroup.VC.Tools.x86","Microsoft.VisualCpp.Tools.HostX86.TargetX64","Microsoft.VisualCpp.VCTip.hostX86.targetX64","Microsoft.VisualCpp.Tools.Hostx86.Targetx64.Resources","Microsoft.VisualCpp.Tools.HostX86.TargetX86","Microsoft.VisualCpp.VCTip.hostX86.targetX86","Microsoft.VisualCpp.Tools.HostX86.TargetX86.Resources","Microsoft.VisualCpp.Tools.Core.Resources","Microsoft.VisualCpp.Tools.Core.x86","Microsoft.VisualCpp.DIA.SDK","Microsoft.VisualCpp.CRT.x86.Desktop","Microsoft.VisualCpp.CRT.x64.Desktop","Microsoft.VisualCpp.CRT.Source","Microsoft.VisualCpp.CRT.Redist.X86","Microsoft.VisualCpp.CRT.Redist.X64","Microsoft.VisualCpp.CRT.Redist.Resources","Microsoft.VisualCpp.RuntimeDebug.14","Microsoft.VisualCpp.RuntimeDebug.14","Microsoft.VisualCpp.Redist.14.Latest","Microsoft.VisualCpp.Redist.14.Latest","Microsoft.VisualCpp.CRT.Headers","Microsoft.VisualStudio.Graphics.Viewers","Microsoft.VisualStudio.Graphics.Viewers.Resources","Microsoft.VisualStudio.Graphics.Msi","Microsoft.VisualStudio.Graphics.Msi","Microsoft.VisualStudio.Graphics.Analyzer","Microsoft.VisualStudio.Graphics.Analyzer.Targeted","Microsoft.VisualStudio.Graphics.Analyzer.Resources","Microsoft.VisualStudio.Graphics.Appid","Microsoft.VisualStudio.Graphics.Appid.Resources","Microsoft.VisualStudio.Component.VC.CoreIde","Microsoft.VisualStudio.VC.Ide.Pro","Microsoft.VisualStudio.VC.Ide.Pro.Resources","Microsoft.VisualStudio.VC.Templates.Pro","Microsoft.VisualStudio.VC.Templates.Pro.Resources","Microsoft.VisualStudio.VC.Items.Pro","Microsoft.VisualStudio.PackageGroup.VC.CoreIDE.Reduced","Microsoft.VisualStudio.VC.Ide.x64","Microsoft.VisualStudio.PackageGroup.VC.CoreIDE.Express","Microsoft.VisualStudio.VC.MSBuild.X64.v142","Microsoft.VisualStudio.VC.MSBuild.X64","Microsoft.VS.VC.MSBuild.X64.Resources","Microsoft.VisualStudio.VC.MSBuild.ARM.v142","Microsoft.VisualStudio.VC.MSBuild.ARM","Microsoft.VisualStudio.VC.MSBuild.x86.v142","Microsoft.VisualStudio.VC.MSBuild.X86","Microsoft.VisualStudio.VC.MSBuild.Base","Microsoft.VisualStudio.VC.MSBuild.Base.Resources","Microsoft.VisualStudio.VC.Ide.WinXPlus","Microsoft.VisualStudio.VC.Ide.Dskx","Microsoft.VisualStudio.VC.Ide.Dskx.Resources","Microsoft.VisualStudio.VC.Ide.Base","Microsoft.VisualStudio.VC.Ide.LanguageService","Microsoft.VisualStudio.VC.Ide.Core","Microsoft.VisualStudio.VC.Ide.Core.Resources","Microsoft.VisualStudio.VC.Ide.VCPkgDatabase","Microsoft.VisualStudio.VC.Ide.ProjectSystem","Microsoft.VisualStudio.VC.Ide.ProjectSystem.Resources","Microsoft.VisualStudio.VC.Ide.Core.VCProjectEngine","Microsoft.VisualStudio.VC.Ide.Core.VCProjectEngine.Resources","Microsoft.VisualStudio.VC.Ide.LanguageService.Resources","Microsoft.VisualStudio.VC.Ide.Base.Resources","Component.Microsoft.VisualStudio.LiveShare","Microsoft.VisualStudio.LiveShare","Microsoft.Icecap.Analysis","Microsoft.Icecap.Analysis.Targeted","Microsoft.Icecap.Analysis.Resources","Microsoft.Icecap.Analysis.Resources.Targeted","Microsoft.Icecap.Collection.Msi","Microsoft.Icecap.Collection.Msi.Targeted","Microsoft.Icecap.Collection.Msi.Resources","Microsoft.Icecap.Collection.Msi.Resources.Targeted","Microsoft.DiagnosticsHub.Instrumentation","Microsoft.DiagnosticsHub.CpuSampling.ExternalDependencies","Microsoft.DiagnosticsHub.CpuSampling","Microsoft.DiagnosticsHub.CpuSampling.Targeted","Microsoft.PackageGroup.DiagnosticsHub.Platform","Microsoft.DiagnosticsHub.Runtime.ExternalDependencies","Microsoft.DiagnosticsHub.Runtime.ExternalDependencies.Targeted","Microsoft.DiagnosticsHub.Collection.ExternalDependencies.x64","Microsoft.DiagnosticsHub.Collection.StopService.Uninstall","Microsoft.DiagnosticsHub.Runtime","Microsoft.DiagnosticsHub.Runtime.Targeted","Microsoft.DiagnosticsHub.Collection","Microsoft.DiagnosticsHub.Collection.Service","Microsoft.DiagnosticsHub.Collection.StopService.Install","Microsoft.VisualStudio.Component.IntelliCode","Microsoft.VisualStudio.IntelliCode","Microsoft.Net.4.TargetingPack","Microsoft.VisualStudio.VC.Ide.ResourceEditor","Microsoft.VisualStudio.VC.Ide.ResourceEditor.Resources","Microsoft.VisualStudio.PackageGroup.TestTools.CodeCoverage","Microsoft.VisualStudio.PackageGroup.TestTools.Core","Microsoft.VisualStudio.PackageGroup.TestTools.TestPlatform.V2.CLI","Microsoft.VisualStudio.TestTools.TestPlatform.V2.CLI","Microsoft.VisualStudio.PackageGroup.TestTools.TestPlatform.V1.CLI","Microsoft.VisualStudio.TestTools.TestPlatform.V1.CLI","Microsoft.VisualStudio.TestTools.Pex.Common","Microsoft.VisualStudio.PackageGroup.TestTools.TestPlatform.Legacy","Microsoft.VisualStudio.PackageGroup.MinShell.Interop","Microsoft.VisualStudio.TestTools.TP.Legacy.Tips.Msi","Microsoft.VisualStudio.TestTools.TP.Legacy.Tips.Common","Microsoft.VisualStudio.TestTools.TestPlatform.Legacy.Tips","Microsoft.VisualStudio.TestTools.TestPlatform.Legacy.Tips.Resources","Microsoft.VisualStudio.TestTools.TestPlatform.Legacy.TestTools","Microsoft.VisualStudio.TestTools.TestPlatform.Legacy.Professional","Microsoft.VisualStudio.TestTools.TestPlatform.Legacy.Common","Microsoft.VisualStudio.TestTools.TP.Legacy.Common.Res","Microsoft.VisualStudio.TestTools.TestPlatform.Legacy.Core","Microsoft.VisualStudio.TestTools.TestPlatform.Legacy.Core.Resources","Microsoft.VisualStudio.TestTools.TestPlatform.Legacy.Agent","Microsoft.VisualStudio.PackageGroup.TestTools.TestPlatform.IDE","Microsoft.VisualStudio.TestTools.TestWIExtension","Microsoft.VisualStudio.TestTools.TestPlatform.IDE","Microsoft.VisualStudio.PackageGroup.TestTools.DataCollectors","Microsoft.VisualStudio.LiveShareApi","Microsoft.VisualStudio.Component.TextTemplating","Microsoft.VisualStudio.TextTemplating.MSBuild","Microsoft.VisualStudio.TextTemplating.Integration","Microsoft.VisualStudio.TextTemplating.Core","Microsoft.VisualStudio.TextTemplating.Integration.Resources","Microsoft.VisualCpp.CRT.ClickOnce.Msi","Microsoft.Component.MSBuild","Microsoft.NuGet.Build.Tasks","Microsoft.DiagnosticsHub.KB2882822.Win7","Microsoft.VisualStudio.PackageGroup.Debugger.Script","Microsoft.VisualStudio.Debugger.Script.Msi","Microsoft.VisualStudio.Debugger.Script","Microsoft.VisualStudio.Debugger.Script","Microsoft.VisualStudio.Debugger.Script.Resources","Microsoft.VisualStudio.Debugger.Script.Resources","Microsoft.VisualStudio.ComponentGroup.WebToolsExtensions","Microsoft.VisualStudio.ProTools","sqlsysclrtypes","sqlsysclrtypes","SQLCommon","Microsoft.VisualStudio.ProTools.Resources","Microsoft.VisualStudio.WebToolsExtensions","Microsoft.VisualStudio.WebTools","Microsoft.VisualStudio.WebTools.Resources","Microsoft.VisualStudio.WebTools.MSBuild","Microsoft.VisualStudio.WebTools.WSP.FSA","Microsoft.VisualStudio.WebTools.WSP.FSA.Resources","Microsoft.VisualStudio.VC.Ide.MDD","Microsoft.VisualStudio.VisualC.Logging","Microsoft.WebTools.Shared","Microsoft.WebTools.DotNet.Core.ItemTemplates","Microsoft.VisualCpp.Redist.14","Microsoft.VisualCpp.Redist.14","Microsoft.Windows.UniversalCRT.Msu.7","Microsoft.VisualStudio.StaticAnalysis","Microsoft.VisualStudio.StaticAnalysis.Resources","Microsoft.VisualStudio.Component.Roslyn.Compiler","Microsoft.CodeAnalysis.Compilers","Microsoft.VisualStudio.Component.NuGet","Microsoft.CredentialProvider","Microsoft.VisualStudio.NuGet.PowershellBindingRedirect","Microsoft.VisualStudio.NuGet.Licenses","Microsoft.VisualStudio.PackageGroup.Community","Microsoft.VisualStudio.Community.Extra.Resources","Microsoft.VisualStudio.Community.Extra","Microsoft.VisualStudio.PackageGroup.Core","Microsoft.VisualStudio.CodeSense.Community","Microsoft.VisualStudio.TestTools.TeamFoundationClient","Microsoft.VisualStudio.PackageGroup.Debugger.Core","Microsoft.VisualStudio.PackageGroup.Debugger.TimeTravel.Record","Microsoft.VisualStudio.Debugger.TimeTravel.Runtime","Microsoft.VisualStudio.Debugger.TimeTravel.Runtime","Microsoft.VisualStudio.Debugger.TimeTravel.Agent","Microsoft.VisualStudio.Debugger.TimeTravel.Record","Microsoft.VisualStudio.Debugger.VSCodeDebuggerHost","Microsoft.VisualStudio.VC.Ide.Debugger","Microsoft.VisualStudio.VC.Ide.Debugger.Concord","Microsoft.VisualStudio.VC.Ide.Debugger.Concord.Resources","Microsoft.VisualStudio.VC.Ide.Debugger.Resources","Microsoft.VisualStudio.VC.Ide.Common","Microsoft.VisualStudio.VC.Ide.Common.Resources","Microsoft.VisualStudio.Debugger.Parallel","Microsoft.VisualStudio.Debugger.Parallel.Resources","Microsoft.VisualStudio.Debugger.CollectionAgents","Microsoft.VisualStudio.Debugger.Managed","Microsoft.CodeAnalysis.VisualStudio.Setup","Microsoft.CodeAnalysis.ExpressionEvaluator","Microsoft.VisualStudio.Debugger.Concord.Managed","Microsoft.VisualStudio.Debugger.Concord.Managed.Resources","Microsoft.VisualStudio.Debugger.Managed.Resources","Microsoft.VisualStudio.Debugger.Remote","Microsoft.VisualStudio.Debugger.Remote.DbgHelp.Win8","Microsoft.VisualStudio.Debugger.Concord.Remote","Microsoft.VisualStudio.Debugger.Concord.Remote.Resources","Microsoft.VisualStudio.Debugger.Remote","Microsoft.VisualStudio.Debugger.Remote.DbgHelp.Win8","Microsoft.VisualStudio.Debugger.Concord.Remote","Microsoft.VisualStudio.Debugger.Concord.Remote.Resources","Microsoft.VisualStudio.Debugger.Remote.Resources","Microsoft.VisualStudio.Debugger.Remote.Resources","Microsoft.VisualStudio.Debugger","Microsoft.VisualStudio.Debugger.Package.DiagHub.Client.VSx86","Microsoft.VisualStudio.Debugger.Remote.DiagHub.Client","Microsoft.VisualStudio.Debugger.Remote.DiagHub.Client","Microsoft.VisualStudio.Debugger.DbgHelp.Win8","Microsoft.VisualStudio.VC.MSVCDis","Microsoft.VisualStudio.ScriptedHost","Microsoft.VisualStudio.ScriptedHost.Targeted","Microsoft.VisualStudio.ScriptedHost.Resources","Microsoft.IntelliTrace.DiagnosticsHub","Microsoft.VisualStudio.Debugger.Concord","Microsoft.VisualStudio.Debugger.Concord.Resources","Microsoft.VisualStudio.Debugger.Resources","Microsoft.PackageGroup.ClientDiagnostics","Microsoft.VisualStudio.AppResponsiveness","Microsoft.VisualStudio.AppResponsiveness.Targeted","Microsoft.VisualStudio.AppResponsiveness.Resources","Microsoft.VisualStudio.ClientDiagnostics","Microsoft.VisualStudio.ClientDiagnostics.Targeted","Microsoft.VisualStudio.ClientDiagnostics.Resources","Microsoft.VisualStudio.PackageGroup.CommunityCore","Microsoft.VisualStudio.ProjectSystem.Full","Microsoft.VisualStudio.ProjectSystem","Microsoft.VisualStudio.Community.x86","Microsoft.VisualStudio.Community.x64","Microsoft.VisualStudio.Community","Microsoft.IntelliTrace.CollectorCab","Microsoft.VisualStudio.Community.Resources","Microsoft.VisualStudio.Net.Eula.Resources","Microsoft.VisualStudio.WebSiteProject.DTE","Microsoft.MSHtml","Microsoft.VisualStudio.Platform.CallHierarchy","Microsoft.VisualStudio.Community.Msi.Resources","Microsoft.VisualStudio.Community.Msi","Microsoft.VisualStudio.Devenv.Msi","Microsoft.VisualStudio.MinShell.Interop.Msi","Microsoft.VisualStudio.Editors","Microsoft.VisualStudio.Product.Community","Microsoft.VisualStudio.Workload.CoreEditor","Microsoft.VisualStudio.Component.CoreEditor","Microsoft.VisualStudio.PackageGroup.CoreEditor","Microsoft.VisualCpp.Tools.Common.UtilsPrereq","Microsoft.VisualCpp.Tools.Common.Utils","Microsoft.VisualCpp.Tools.Common.Utils.Resources","Microsoft.VisualStudio.PackageGroup.VsDevCmd","Microsoft.VisualStudio.VsDevCmd.Ext.NetFxSdk","Microsoft.VisualStudio.VsDevCmd.Core.WinSdk","Microsoft.VisualStudio.VsDevCmd.Core.DotNet","Microsoft.VisualStudio.VC.DevCmd","Microsoft.VisualStudio.VC.DevCmd.Resources","Microsoft.VisualStudio.VirtualTree","Microsoft.VisualStudio.PackageGroup.Progression","Microsoft.VisualStudio.PerformanceProvider","Microsoft.VisualStudio.GraphModel","Microsoft.VisualStudio.GraphProvider","Microsoft.DiaSymReader","Microsoft.Build.Dependencies","Microsoft.Build.FileTracker.Msi","Microsoft.Build","Microsoft.VisualStudio.PackageGroup.NuGet","Microsoft.VisualStudio.NuGet.Core","Microsoft.VisualStudio.TextMateGrammars","Microsoft.VisualStudio.PackageGroup.TeamExplorer.Common","Microsoft.VisualStudio.TeamExplorer","Microsoft.ServiceHub","Microsoft.VisualStudio.ProjectServices","Microsoft.VisualStudio.OpenFolder.VSIX","Microsoft.VisualStudio.FileHandler.Msi","Microsoft.VisualStudio.FileHandler.Msi","Microsoft.VisualStudio.PackageGroup.MinShell","Microsoft.VisualStudio.MinShell.Interop","Microsoft.VisualStudio.Log","Microsoft.VisualStudio.Log.Targeted","Microsoft.VisualStudio.Log.Resources","Microsoft.VisualStudio.Finalizer","Microsoft.VisualStudio.Devenv","Microsoft.VisualStudio.Devenv.Resources","Microsoft.VisualStudio.CoreEditor","Microsoft.VisualStudio.Platform.NavigateTo","Microsoft.VisualStudio.Connected","Microsoft.VisualStudio.PerfLib","Microsoft.VisualStudio.Connected.Resources","Microsoft.VisualStudio.MinShell","Microsoft.VisualStudio.Setup.Configuration","Microsoft.VisualStudio.MinShell.Platform","Microsoft.VisualStudio.MinShell.Platform.Resources","Microsoft.VisualStudio.MefHosting","Microsoft.VisualStudio.MefHosting.Resources","Microsoft.VisualStudio.Initializer","Microsoft.VisualStudio.ExtensionManager","Microsoft.VisualStudio.Platform.Editor","Microsoft.VisualStudio.MinShell.x86","Microsoft.VisualStudio.NativeImageSupport","Microsoft.VisualStudio.MinShell.Msi","Microsoft.VisualStudio.MinShell.Msi.Resources","Microsoft.VisualStudio.LanguageServer","Microsoft.VisualStudio.Devenv.Config","Microsoft.VisualStudio.MinShell.Resources","Microsoft.Net.PackageGroup.4.7.2.Redist","Microsoft.Net.4.7.2.FullRedist","Microsoft.VisualStudio.Branding.Community"]}] diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/test/fixtures/VS_2019_Preview.txt b/software/flow/node_modules/npm/node_modules/node-gyp/test/fixtures/VS_2019_Preview.txt deleted file mode 100644 index 806509e..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/test/fixtures/VS_2019_Preview.txt +++ /dev/null @@ -1 +0,0 @@ -[{"path":"C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Preview","version":"16.0.28608.199","packages":["Microsoft.VisualStudio.Product.Enterprise","Microsoft.VisualStudio.Workload.NativeDesktop","Microsoft.VisualStudio.Component.VC.TestAdapterForGoogleTest","Microsoft.VisualStudio.VC.Ide.TestAdapterForGoogleTest","Microsoft.VisualStudio.Component.VC.TestAdapterForBoostTest","Microsoft.VisualStudio.VC.Ide.TestAdapterForBoostTest","Microsoft.VisualStudio.Component.VC.ATL","Microsoft.VisualStudio.VC.Ide.ATL","Microsoft.VisualStudio.VC.Ide.ATL.Resources","Microsoft.VisualCpp.ATL.X86","Microsoft.VisualCpp.ATL.X64","Microsoft.VisualCpp.ATL.Source","Microsoft.VisualCpp.ATL.Headers","Microsoft.VisualStudio.Component.VC.CMake.Project","Microsoft.VisualStudio.VC.CMake","Microsoft.VisualStudio.VC.CMake.Project","Microsoft.VisualStudio.VC.ExternalBuildFramework","Microsoft.VisualStudio.Component.VC.DiagnosticTools","Microsoft.VisualStudio.Component.Graphics.Tools","Microsoft.VisualStudio.Graphics.Viewers","Microsoft.VisualStudio.Graphics.Viewers.Resources","Microsoft.VisualStudio.Graphics.EnableTools","Microsoft.VisualStudio.Graphics.Msi","Microsoft.VisualStudio.Graphics.Msi","Microsoft.VisualStudio.Graphics.Analyzer","Microsoft.VisualStudio.Graphics.Analyzer.Targeted","Microsoft.VisualStudio.Graphics.Analyzer.Resources","Microsoft.VisualStudio.Graphics.Appid","Microsoft.VisualStudio.Graphics.Appid.Resources","Microsoft.VisualStudio.Component.Windows10SDK.17763","Win10SDK_10.0.17763","Microsoft.VisualStudio.Component.VC.Tools.x86.x64","Microsoft.VisualCpp.CodeAnalysis.Extensions","Microsoft.VisualCpp.CodeAnalysis.Extensions.X86","Microsoft.VisualCpp.CodeAnalysis.ConcurrencyCheck.X86","Microsoft.VisualCpp.CodeAnalysis.ConcurrencyCheck.X86.Resources","Microsoft.VisualCpp.CodeAnalysis.Extensions.X64","Microsoft.VisualCpp.CodeAnalysis.ConcurrencyCheck.X64","Microsoft.VisualCpp.CodeAnalysis.ConcurrencyCheck.X64.Resources","Microsoft.VisualCpp.Tools.HostX64.TargetX86","Microsoft.VisualCpp.VCTip.HostX64.TargetX86","Microsoft.VisualCpp.Tools.HostX64.TargetX86.Resources","Microsoft.VisualCpp.Tools.HostX64.TargetX64","Microsoft.VisualCpp.VCTip.HostX64.TargetX64","Microsoft.VisualCpp.Tools.HostX64.TargetX64.Resources","Microsoft.VisualCpp.Premium.Tools.HostX86.TargetX64","Microsoft.VisualCpp.Premium.Tools.Hostx86.Targetx64.Resources","Microsoft.VisualCpp.Premium.Tools.HostX86.TargetX86","Microsoft.VisualCpp.Premium.Tools.HostX86.TargetX86.Resources","Microsoft.VisualCpp.Premium.Tools.HostX64.TargetX86","Microsoft.VisualCpp.Premium.Tools.HostX64.TargetX86.Resources","Microsoft.VisualCpp.Premium.Tools.HostX64.TargetX64","Microsoft.VisualCpp.Premium.Tools.HostX64.TargetX64.Resources","Microsoft.VisualCpp.PGO.X86","Microsoft.VisualCpp.PGO.X64","Microsoft.VisualCpp.PGO.Headers","Microsoft.VisualCpp.CRT.x86.Store","Microsoft.VisualCpp.CRT.x86.OneCore.Desktop","Microsoft.VisualCpp.CRT.x64.Store","Microsoft.VisualCpp.CRT.x64.OneCore.Desktop","Microsoft.VisualCpp.CRT.Redist.x86.OneCore.Desktop","Microsoft.VisualCpp.CRT.Redist.x64.OneCore.Desktop","Microsoft.VisualStudio.PackageGroup.VC.Tools.x86","Microsoft.VisualCpp.Tools.HostX86.TargetX64","Microsoft.VisualCpp.VCTip.hostX86.targetX64","Microsoft.VisualCpp.Tools.Hostx86.Targetx64.Resources","Microsoft.VisualCpp.Tools.HostX86.TargetX86","Microsoft.VisualCpp.VCTip.hostX86.targetX86","Microsoft.VisualCpp.Tools.HostX86.TargetX86.Resources","Microsoft.VisualCpp.Tools.Core.Resources","Microsoft.VisualCpp.Tools.Core.x86","Microsoft.VisualCpp.DIA.SDK","Microsoft.VisualCpp.CRT.x86.Desktop","Microsoft.VisualCpp.CRT.x64.Desktop","Microsoft.VisualCpp.CRT.Source","Microsoft.VisualCpp.CRT.Redist.X86","Microsoft.VisualCpp.CRT.Redist.X64","Microsoft.VisualCpp.CRT.Redist.Resources","Microsoft.VisualCpp.RuntimeDebug.14","Microsoft.VisualCpp.RuntimeDebug.14","Microsoft.VisualCpp.CRT.Headers","Microsoft.VisualStudio.ComponentGroup.NativeDesktop.Core","Microsoft.VisualStudio.PackageGroup.TestTools.Native","Microsoft.VisualStudio.ComponentGroup.ArchitectureTools.Native","Microsoft.VisualStudio.Component.ClassDesigner","Microsoft.VisualStudio.ClassDesigner","Microsoft.VisualStudio.ClassDesigner.Resources","Microsoft.VisualStudio.Component.VC.Redist.14.Latest","Microsoft.VisualCpp.Redist.14.Latest","Microsoft.VisualCpp.Redist.14.Latest","Microsoft.VisualStudio.VC.Templates.UnitTest","Microsoft.VisualStudio.VC.UnitTest.Desktop.Build.Core","Microsoft.VisualStudio.TestTools.TestPlatform.V1.CPP","Microsoft.VisualStudio.VC.Templates.UnitTest.Resources","Microsoft.VisualStudio.VC.Templates.Desktop","Microsoft.VisualStudio.Component.VC.CoreIde","Microsoft.VisualStudio.VC.Ide.Pro","Microsoft.VisualStudio.VC.Ide.Pro.Resources","Microsoft.VisualStudio.VC.Templates.Pro","Microsoft.VisualStudio.VC.Templates.Pro.Resources","Microsoft.VisualStudio.VC.Items.Pro","Microsoft.VisualStudio.PackageGroup.VC.CoreIDE.Reduced","Microsoft.VisualStudio.VC.Ide.x64","Microsoft.VisualStudio.PackageGroup.VC.CoreIDE.Express","Microsoft.VisualStudio.VC.MSBuild.X64.v142","Microsoft.VisualStudio.VC.MSBuild.X64","Microsoft.VS.VC.MSBuild.X64.Resources","Microsoft.VisualStudio.VC.MSBuild.ARM.v142","Microsoft.VisualStudio.VC.MSBuild.ARM","Microsoft.VisualStudio.VC.MSBuild.x86.v142","Microsoft.VisualStudio.VC.MSBuild.X86","Microsoft.VisualStudio.VC.MSBuild.Base","Microsoft.VisualStudio.VC.MSBuild.Base.Resources","Microsoft.VisualStudio.VC.Ide.WinXPlus","Microsoft.VisualStudio.VC.Ide.Dskx","Microsoft.VisualStudio.VC.Ide.Dskx.Resources","Microsoft.VisualStudio.VC.Ide.Base","Microsoft.VisualStudio.VC.Ide.LanguageService","Microsoft.VisualStudio.VC.Ide.Core","Microsoft.VisualStudio.VC.Ide.Core.Resources","Microsoft.VisualStudio.VC.Ide.VCPkgDatabase","Microsoft.VisualStudio.VC.Ide.Progression.Enterprise","Microsoft.VisualStudio.VC.Ide.ProjectSystem","Microsoft.VisualStudio.VC.Ide.ProjectSystem.Resources","Microsoft.VisualStudio.VC.Ide.Core.VCProjectEngine","Microsoft.VisualStudio.VC.Ide.Core.VCProjectEngine.Resources","Microsoft.VisualStudio.VC.Ide.LanguageService.Resources","Microsoft.VisualStudio.VC.Ide.Base.Resources","Microsoft.VisualStudio.Component.CodeMap","Microsoft.VisualStudio.Component.GraphDocument","Microsoft.VisualStudio.Vmp","Microsoft.VisualStudio.GraphDocument","Microsoft.VisualStudio.GraphDocument.Resources","Microsoft.VisualStudio.CodeMap","Microsoft.VisualStudio.Component.SQL.LocalDB.Runtime","Microsoft.VisualStudio.Component.SQL.NCLI","sqllocaldb","sqlncli","Microsoft.VisualStudio.ComponentGroup.WebToolsExtensions","Microsoft.VisualStudio.WebToolsExtensions","Microsoft.VisualStudio.WebTools","Microsoft.VisualStudio.WebTools.Resources","Microsoft.VisualStudio.WebTools.MSBuild","Microsoft.VisualStudio.PackageGroup.Debugger.Script","Microsoft.VisualStudio.Debugger.Script.Msi","Microsoft.VisualStudio.Debugger.Script","Microsoft.VisualStudio.Debugger.Script","Microsoft.VisualStudio.Debugger.Script.Resources","Microsoft.VisualStudio.Debugger.Script.Resources","Microsoft.VisualStudio.VC.Ide.MDD","Microsoft.VisualStudio.Component.NuGet","Microsoft.CredentialProvider","Component.Microsoft.VisualStudio.LiveShare","Microsoft.VisualStudio.LiveShare","Microsoft.VisualStudio.Component.Debugger.JustInTime","Microsoft.VisualStudio.Debugger.ImmersiveActivateHelper.Msi","Microsoft.VisualStudio.Debugger.JustInTime","Microsoft.VisualStudio.Debugger.JustInTime.Msi","Microsoft.VisualStudio.Component.IntelliTrace.FrontEnd","Microsoft.IntelliTrace.DiagnosticsHubAgent.Targeted","Microsoft.IntelliTrace.Debugger","Microsoft.IntelliTrace.Debugger.Targeted","Microsoft.IntelliTrace.FrontEnd","Microsoft.DiagnosticsHub.Instrumentation","Microsoft.DiagnosticsHub.CpuSampling","Microsoft.DiagnosticsHub.CpuSampling.Targeted","Microsoft.PackageGroup.DiagnosticsHub.Platform","Microsoft.DiagnosticsHub.Collection.StopService.Uninstall","Microsoft.DiagnosticsHub.Runtime","Microsoft.DiagnosticsHub.Runtime.Targeted","Microsoft.DiagnosticsHub.Runtime.Resources","Microsoft.DiagnosticsHub.Collection","Microsoft.DiagnosticsHub.Collection.Service","Microsoft.DiagnosticsHub.Collection.StopService.Install","Microsoft.VisualStudio.Dsl.GraphObject","Microsoft.Net.4.TargetingPack","Microsoft.VisualStudio.VC.Ide.ResourceEditor","Microsoft.VisualStudio.VC.Ide.ResourceEditor.Resources","Microsoft.VisualStudio.NuGet.Licenses","Microsoft.WebTools.Shared","Microsoft.VisualStudio.WebToolsExtensions.DotNet.Core.ItemTemplates","Microsoft.VisualStudio.Component.TextTemplating","Microsoft.VisualStudio.TextTemplating.MSBuild","Microsoft.VisualStudio.TextTemplating.Integration","Microsoft.VisualStudio.TextTemplating.Core","Microsoft.VisualStudio.TextTemplating.Integration.Resources","Microsoft.VisualStudio.ProTools","sqlsysclrtypes","sqlsysclrtypes","SQLCommon","Microsoft.VisualStudio.ProTools.Resources","Microsoft.VisualStudio.NuGet.Core","Microsoft.VisualStudio.PackageGroup.TestTools.CodeCoverage","Microsoft.VisualStudio.PackageGroup.IntelliTrace.Core","Microsoft.IntelliTrace.Core","Microsoft.IntelliTrace.Core.Concord","Microsoft.IntelliTrace.Core.Targeted","Microsoft.IntelliTrace.ProfilerProxy.Msi.x64","Microsoft.IntelliTrace.ProfilerProxy.Msi","Microsoft.VisualStudio.TestTools.DynamicCodeCoverage","Microsoft.VisualStudio.TestTools.CodeCoverage.Msi","Microsoft.VisualStudio.TestTools.CodeCoverage","Microsoft.Icecap.Analysis","Microsoft.Icecap.Analysis.Targeted","Microsoft.Icecap.Analysis.Resources","Microsoft.Icecap.Analysis.Resources.Targeted","Microsoft.Icecap.Collection.Msi","Microsoft.Icecap.Collection.Msi.Targeted","Microsoft.Icecap.Collection.Msi.Resources","Microsoft.Icecap.Collection.Msi.Resources.Targeted","Microsoft.VisualStudio.PackageGroup.TestTools.Core","Microsoft.VisualStudio.PackageGroup.TestTools.TestPlatform.V2.CLI","Microsoft.VisualStudio.TestTools.TestPlatform.V2.CLI","Microsoft.VisualStudio.PackageGroup.TestTools.TestPlatform.V1.CLI","Microsoft.VisualStudio.TestTools.TestPlatform.V1.CLI","Microsoft.VisualStudio.TestTools.Pex.Common","Microsoft.VisualStudio.PackageGroup.TestTools.TestPlatform.Legacy","Microsoft.VisualStudio.PackageGroup.MinShell.Interop","Microsoft.VisualStudio.TestTools.TP.Legacy.Tips.Msi","Microsoft.VisualStudio.TestTools.TP.Legacy.Tips.Common","Microsoft.VisualStudio.TestTools.TestPlatform.Legacy.Tips","Microsoft.VisualStudio.TestTools.TestPlatform.Legacy.Tips.Resources","Microsoft.VisualStudio.TestTools.TestPlatform.Legacy.TestTools","Microsoft.VisualStudio.TestTools.TestPlatform.Legacy.Remote","Microsoft.VisualStudio.TestTools.TestPlatform.Legacy.Professional","Microsoft.VisualStudio.TestTools.TestPlatform.Legacy.Core.Premium","Microsoft.VisualStudio.TestTools.TestPlatform.Legacy.Common","Microsoft.VisualStudio.TestTools.TP.Legacy.Common.Res","Microsoft.VisualStudio.TestTools.TestPlatform.Legacy.Core","Microsoft.VisualStudio.TestTools.TestPlatform.Legacy.Core.Resources","Microsoft.VisualStudio.TestTools.TestPlatform.Legacy.Agent","Microsoft.VisualStudio.PackageGroup.TestTools.TestPlatform.IDE","Microsoft.VisualStudio.TestTools.TestWIExtension","Microsoft.VisualStudio.TestTools.TestPlatform.IDE","Microsoft.VisualStudio.PackageGroup.TestTools.DataCollectors","Microsoft.VisualStudio.TestTools.NE.Msi.Targeted","Microsoft.VisualStudio.TestTools.NetworkEmulation","Microsoft.VisualStudio.TestTools.DataCollectors","Microsoft.VisualCpp.CRT.ClickOnce.Msi","Microsoft.VisualStudio.WebTools.WSP.FSA","Microsoft.VisualStudio.WebTools.WSP.FSA.Resources","Microsoft.VisualStudio.Component.Static.Analysis.Tools","Microsoft.VisualCpp.Redist.14","Microsoft.VisualCpp.Redist.14","Microsoft.VisualStudio.StaticAnalysis","Microsoft.VisualStudio.StaticAnalysis.Resources","Microsoft.VisualStudio.PackageGroup.Community","Microsoft.VisualStudio.Community.Extra.Resources","Microsoft.VisualStudio.Community.Extra","Microsoft.VisualStudio.PackageGroup.Core","Microsoft.VisualStudio.CodeSense","Microsoft.VisualStudio.CodeSense.Community","Microsoft.VisualStudio.TestTools.TeamFoundationClient","Microsoft.VisualStudio.PackageGroup.Debugger.Core","Microsoft.VisualStudio.PackageGroup.Debugger.TimeTravel.Record","Microsoft.VisualStudio.Debugger.TimeTravel.Runtime","Microsoft.VisualStudio.Debugger.TimeTravel.Runtime","Microsoft.VisualStudio.Debugger.TimeTravel.Agent","Microsoft.VisualStudio.Debugger.TimeTravel.Record","Microsoft.VisualStudio.Debugger.VSCodeDebuggerHost","Microsoft.VisualStudio.VC.Ide.Debugger","Microsoft.VisualStudio.VC.Ide.Debugger.Concord","Microsoft.VisualStudio.VC.Ide.Debugger.Concord.Resources","Microsoft.VisualStudio.VC.Ide.Debugger.Resources","Microsoft.VisualStudio.VC.Ide.Common","Microsoft.VisualStudio.VC.Ide.Common.Resources","Microsoft.VisualStudio.Debugger.Parallel","Microsoft.VisualStudio.Debugger.Parallel.Resources","Microsoft.VisualStudio.Debugger.CollectionAgents","Microsoft.VisualStudio.Debugger.Managed","Microsoft.VisualStudio.Debugger.Concord.Managed","Microsoft.VisualStudio.Debugger.Concord.Managed.Resources","Microsoft.VisualStudio.Debugger.Managed.Resources","Microsoft.VisualStudio.Debugger.Remote","Microsoft.VisualStudio.Debugger.Concord.Remote","Microsoft.VisualStudio.Debugger.Concord.Remote.Resources","Microsoft.VisualStudio.Debugger.Remote","Microsoft.VisualStudio.Debugger.Concord.Remote","Microsoft.VisualStudio.Debugger.Concord.Remote.Resources","Microsoft.VisualStudio.Debugger.Remote.Resources","Microsoft.VisualStudio.Debugger.Remote.Resources","Microsoft.VisualStudio.Debugger","Microsoft.VisualStudio.Debugger.Package.DiagHub.Client.VSx86","Microsoft.VisualStudio.Debugger.Remote.DiagHub.Client","Microsoft.VisualStudio.Debugger.Remote.DiagHub.Client","Microsoft.VisualStudio.VC.MSVCDis","Microsoft.VisualStudio.ScriptedHost","Microsoft.VisualStudio.ScriptedHost.Targeted","Microsoft.VisualStudio.ScriptedHost.Resources","Microsoft.IntelliTrace.DiagnosticsHub","Microsoft.VisualStudio.Debugger.Concord","Microsoft.VisualStudio.Debugger.Concord.Resources","Microsoft.VisualStudio.Debugger.Resources","Microsoft.PackageGroup.ClientDiagnostics","Microsoft.VisualStudio.AppResponsiveness","Microsoft.VisualStudio.AppResponsiveness.Targeted","Microsoft.VisualStudio.AppResponsiveness.Resources","Microsoft.VisualStudio.ClientDiagnostics","Microsoft.VisualStudio.ClientDiagnostics.Targeted","Microsoft.VisualStudio.ClientDiagnostics.Resources","Microsoft.VisualStudio.PackageGroup.ProfessionalCore","Microsoft.VisualStudio.Professional","Microsoft.VisualStudio.Professional.Msi","Microsoft.VisualStudio.PackageGroup.EnterpriseCore","Microsoft.VisualStudio.Enterprise.Msi","Microsoft.VisualStudio.Enterprise","Microsoft.ShDocVw","Microsoft.VisualStudio.PackageGroup.CommunityCore","Microsoft.VisualStudio.ProjectSystem.Full","Microsoft.VisualStudio.ProjectSystem","Microsoft.VisualStudio.Community.x86","Microsoft.VisualStudio.Community.x64","Microsoft.VisualStudio.Community","Microsoft.IntelliTrace.CollectorCab","Microsoft.VisualStudio.Community.Resources","Microsoft.VisualStudio.WebSiteProject.DTE","Microsoft.MSHtml","Microsoft.VisualStudio.Platform.CallHierarchy","Microsoft.VisualStudio.Community.Msi.Resources","Microsoft.VisualStudio.Community.Msi","Microsoft.VisualStudio.Devenv.Msi","Microsoft.VisualStudio.MinShell.Interop.Msi","Microsoft.VisualStudio.Editors","Microsoft.VisualStudio.Net.Eula.Resources","Microsoft.CodeAnalysis.ExpressionEvaluator","Microsoft.CodeAnalysis.VisualStudio.Setup","Microsoft.Component.MSBuild","Microsoft.NuGet.Build.Tasks","Microsoft.VisualStudio.Component.Roslyn.Compiler","Microsoft.CodeAnalysis.Compilers","Microsoft.VisualStudio.Workload.CoreEditor","Microsoft.VisualStudio.Component.CoreEditor","Microsoft.VisualStudio.PackageGroup.CoreEditor","Microsoft.VisualCpp.Tools.Common.UtilsPrereq","Microsoft.VisualCpp.Tools.Common.Utils","Microsoft.VisualCpp.Tools.Common.Utils.Resources","Microsoft.VisualStudio.PackageGroup.VsDevCmd","Microsoft.VisualStudio.VsDevCmd.Ext.NetFxSdk","Microsoft.VisualStudio.VsDevCmd.Core.WinSdk","Microsoft.VisualStudio.VsDevCmd.Core.DotNet","Microsoft.VisualStudio.VC.DevCmd","Microsoft.VisualStudio.VC.DevCmd.Resources","Microsoft.VisualStudio.VirtualTree","Microsoft.VisualStudio.PackageGroup.Progression","Microsoft.VisualStudio.PerformanceProvider","Microsoft.VisualStudio.GraphModel","Microsoft.VisualStudio.GraphProvider","Microsoft.DiaSymReader","Microsoft.Build.Dependencies","Microsoft.Build.FileTracker.Msi","Microsoft.Build","Microsoft.VisualStudio.TextMateGrammars","Microsoft.VisualStudio.PackageGroup.TeamExplorer.Common","Microsoft.VisualStudio.TeamExplorer","Microsoft.ServiceHub","Microsoft.VisualStudio.ProjectServices","Microsoft.VisualStudio.SLNX.VSIX","Microsoft.VisualStudio.FileHandler.Msi","Microsoft.VisualStudio.FileHandler.Msi","Microsoft.VisualStudio.PackageGroup.MinShell","Microsoft.VisualStudio.MinShell.Interop","Microsoft.VisualStudio.Log","Microsoft.VisualStudio.Log.Targeted","Microsoft.VisualStudio.Log.Resources","Microsoft.VisualStudio.Finalizer","Microsoft.VisualStudio.Devenv","Microsoft.VisualStudio.Devenv.Resources","Microsoft.VisualStudio.CoreEditor","Microsoft.VisualStudio.Platform.NavigateTo","Microsoft.VisualStudio.Connected","Microsoft.VisualStudio.Connected.Resources","Microsoft.VisualStudio.MinShell","Microsoft.VisualStudio.Setup.Configuration","Microsoft.VisualStudio.Platform.Search","Microsoft.VisualStudio.MinShell.Platform","Microsoft.VisualStudio.MinShell.Platform.Resources","Microsoft.VisualStudio.MefHosting","Microsoft.VisualStudio.MefHosting.Resources","Microsoft.VisualStudio.Initializer","Microsoft.VisualStudio.ExtensionManager","Microsoft.VisualStudio.Platform.Editor","Microsoft.VisualStudio.MinShell.x86","Microsoft.VisualStudio.NativeImageSupport","Microsoft.VisualStudio.MinShell.Msi","Microsoft.VisualStudio.MinShell.Msi.Resources","Microsoft.VisualStudio.LanguageServer","Microsoft.VisualStudio.Devenv.Config","Microsoft.VisualStudio.MinShell.Resources","Microsoft.Net.PackageGroup.4.7.2.Redist","Microsoft.VisualStudio.Branding.Enterprise"]}] diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/test/fixtures/certs.js b/software/flow/node_modules/npm/node_modules/node-gyp/test/fixtures/certs.js deleted file mode 100644 index 766e54b..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/test/fixtures/certs.js +++ /dev/null @@ -1,150 +0,0 @@ -module.exports['ca.key'] = ` ------BEGIN RSA PRIVATE KEY----- -MIIEowIBAAKCAQEAtTbG0k2UFUyCdZuip0TTEtXRHh57qosegrpHPBreSNTxt7OT -KfOUZp2rToTHeN9w0ZbV2eKRI5AuFx8Cmlm73/KIHKzSNTBATGMeeHnGaxvL/W/s -KJdTDRNf7/qCXHQ+gsuEWWCFzOZuHmmAQa2IBX2HAQTqXJI8+2iJ9gytFfJLxjqy -6O4u9ugZVHSyQJWs49tGRcWMlNm7EMStADFvJn3S11xe/kwIA2mSI/eddDnzL0Mx -AkR9dQBL66xOABLL5v3QQdhipfHluX6HLbDd/1YsFTuOpgvLRlr72rTAFrQZCokV -hXPiqstn5zJFW5arHakvMR0+OPaICF5feh/4qQIDAQABAoIBAHWg6exnWUF+GY0Y -CrwDS/QFASpI5UNt7M809bqJQlMKjyEMmvF3YJQ/soxUWlsWx1f1TjmR/V6VX6W4 -hmsE5pRXDY13jTfja0lqacQQYAD02TRY63XpzIpHUlYnSWmUN2OVkgKmShQYW9C3 -8P4xE4Nk2TaLJ0oRzy3uzOb/kXcVaJfknBRUnOhuaTSs+w4l4pPXueYA7xuHgVsL -Qq0S4kK+PmdwCMB7gzlAAQhCM3vQ1U4cjC9JIIKSmPy7BcvD0kBfVPIFQ2byGpA1 -VkWBLSyeig0YxA5oIshK5cLiDIfBIiCSEzm4AMhVhGf0tbGEwiPljxKjbarYUUIi -ATMk83UCgYEA7kKeOveuPbMqxmT42swfa9OU5jLUjH+VExU0Kv3BbEjv/OGt0fac -/cs1Ze3vnrtCHudVajocFjydb8B4c62DbA4/T+LcUw/HaMaORbOoICQidi/zZ1Lj -gjg8Ip2WKXEhSAwqUpaFd6w16NZOxiTh+NDaRKywwbe8j57eDH4uR6MCgYEAwrTS -q5ra6+WDGUFMs0y3GMbL8j14PGhxBQBYSTM//NysI+EM6eeKn1cV3BbphEw//jgE -0pVokkjvLAQWWEG2dZyRxRE3YAMgOAIPx5zbJCim3iBVuoqY9ckLg2jF8Fqqubsb -3Rf2/Xzn/rFqsXdhsjGcJpdN66T9aEjwEkAnc0MCgYA5cOYk4UGormFJo147oaqR -nFjxhp+nn7qY9yu0kajoKk1xchct337J0Qv2nv5+DjdKrArzqT7MPaDXKFfhy5s7 -mdO5tr/XZp50rCnws/d8iDmmtLjB2EHxSw10avmg1B1p+UTa1F8pEuOMVt529r1j -9zYoCFo02c8j8PEnoeQWcQKBgQCVBCuQZu5SSM/zTkTTnU0sy0lf1qflI9IMD92B -+JVqg8HDnAR0KF+x38a9MVP7ixgXCuy19t+XxfY269HmLjTlArWV671D4GCSPRGy -plwZ6nr72ieCo3y57+q94jxL3jh3+bozlpnUG/q6tTKBLGs7JDjsWDSsuxOu8tO6 -RBttXQKBgB6LQFOTjDMfsFHKsnQXFUZId3GG/iLg3WCWxEo88T5Rq3JIR0zDpW8H -cKhl/sPY+JVHsxizNCMPtp7Hn7GrB6D/v9LbO0jpG2U0BFiJ6zhiDopbP9B0EAW4 -5JJ+JGKRKoCxs3DmSVyns0gU4j4rVte97UWyVy5TZ8Acr/qrgOA1 ------END RSA PRIVATE KEY----- -` - -module.exports['ca.crt'] = ` ------BEGIN CERTIFICATE----- -MIIDmzCCAoOgAwIBAgIUDA0GrvcnG41XT6LYFeNwvq8YV1UwDQYJKoZIhvcNAQEL -BQAwXTELMAkGA1UEBhMCVVMxCzAJBgNVBAgMAkNBMRAwDgYDVQQKDAdOb2RlLmpz -MREwDwYDVQQLDAhub2RlLWd5cDEcMBoGA1UEAwwTbm9kZS1neXAubm9kZWpzLm9y -ZzAeFw0yMjA1MTEwNDIyMjRaFw00OTA5MjUwNDIyMjRaMF0xCzAJBgNVBAYTAlVT -MQswCQYDVQQIDAJDQTEQMA4GA1UECgwHTm9kZS5qczERMA8GA1UECwwIbm9kZS1n -eXAxHDAaBgNVBAMME25vZGUtZ3lwLm5vZGVqcy5vcmcwggEiMA0GCSqGSIb3DQEB -AQUAA4IBDwAwggEKAoIBAQC1NsbSTZQVTIJ1m6KnRNMS1dEeHnuqix6Cukc8Gt5I -1PG3s5Mp85RmnatOhMd433DRltXZ4pEjkC4XHwKaWbvf8ogcrNI1MEBMYx54ecZr -G8v9b+wol1MNE1/v+oJcdD6Cy4RZYIXM5m4eaYBBrYgFfYcBBOpckjz7aIn2DK0V -8kvGOrLo7i726BlUdLJAlazj20ZFxYyU2bsQxK0AMW8mfdLXXF7+TAgDaZIj9510 -OfMvQzECRH11AEvrrE4AEsvm/dBB2GKl8eW5foctsN3/ViwVO46mC8tGWvvatMAW -tBkKiRWFc+Kqy2fnMkVblqsdqS8xHT449ogIXl96H/ipAgMBAAGjUzBRMB0GA1Ud -DgQWBBT6LcYYABEOAMv4hI/5bC82rGlD/DAfBgNVHSMEGDAWgBT6LcYYABEOAMv4 -hI/5bC82rGlD/DAPBgNVHRMBAf8EBTADAQH/MA0GCSqGSIb3DQEBCwUAA4IBAQA9 -D+qoKw0njub+NaFRS2DFbSiKb5JKTxVjU5aNusFONFLSXBuRpnYyjjkXpJy8JMWz -g8GFDEPP6kiSb8xaPNrFcUzb4PFzJabNTuaLJpBpd2gNBj5AeYwwpRa2DPv/b4yw -y2mfULuCWS09ZAguI2OcaARlAsFxYN0IuQ6pN1AvGFGee67ve9l2VF/hhwEi4lCk -MM0CWlP6COJ8TX7X0MTtexVOgo9m3hBuTSYEZClYFIdSOk10xkPl8Y3Iz/x6mzfK -Uu2l2ZtYvSdAX1CQMds3ZWt0ChNNEjOKPv4g2QSDhGkiqrmi4wUS81g68wKqOpqn -GbN8uKxIfyMjqZKaujPR ------END CERTIFICATE----- -` - -module.exports['server.key'] = ` ------BEGIN RSA PRIVATE KEY----- -MIIEpAIBAAKCAQEAvPM99BkYrBcTM355dhz4XzhSDRGxa9qttUlBSgEsbu2UjsRm -XjDS+60XXd66tWpPwLeUd2uvlC/ltv5ekv+EBu35j1KfA1+K1rtFzb1i40kMCsns -OoXjgpsN2wvkxMdFkT2bkqKCS6X0xzlWea1t4poKh9iG7n3otk4RzPNawfwQ9W5n -o9/8i6AUwDbuK4dhAId/Inw2aKrMyQ+AiSvsDM2wUMq+pV7nP46f7MhR4xiGz14z -ATFdjM3Oo/1NKrr0WgVM6i0eNAtuIDqIs8YE7SfODe/SzpJySxewutfYi62OaLh/ -hmWByj/pF5SoNMLyJHxn4GyKK+Qle9NJAThLiwIDAQABAoIBAQCZs4h/Cvct7etZ -pRUqxnAoDQl5xh28LXvGj1uD1qaNacfBxvO6xR6rSedLHcZlkqBjlTI5XqjJ85h6 -njrSevWsKWMrejsNpGetO1OSA+/wEVixYgY+qPEkKftAZ1Fl3O+zMRlfU8CHxuzy -Lqsweap8fW/5h2JjmJp3ydPjE0aNqpQ+0LtYBBawKDIe2zPNOmTPwz3D8qJNQJKU -Qdj08dO/vPZncllPagGvpqhfv4hMyNChr71eBbEFsi3O5VJxfZyj+fQG0DGocr/y -sV54HtYk5j06wMxZFLQtaJn+1pOXquZMNwodSPnbrR/+CI1SZeB8N6VyqqOdmrDz -5NbfGJiRAoGBAPrCuQxJwgc2MzpEtrXA4+1uuV8QWGy3+wNKxKw4lgyC7peXXrVK -l9FkOOAPr8puPRABgDS9t6vo59BAP3Wrx0oJ9PA/Qn03WYLfJMepWqlK7ni9kS04 -5owRTduK7P190sp0m6iicsnchGSSOchECwB5UmtHysEFiuY0T+0pdNbjAoGBAMDl -57lwZDfNTGGDxLQYVzbrXgKcD60DW9MhvH3uso6cw5NYs3tmENCh9D6YrCNN4PmL -zdp4dKbOFoGJdy22TK31nrezUuNKSK+QKH2gsmNVI+a5QokNO1Cfk+PMLoOR5du2 -nwyVvzdaBwuXU4fhmwvLv/SCFNEJ0EgUILeMETE5AoGBAIwLXf9v3e3bJkb/gy8E -mAbNVLez0D5/ja9r/WTVgW9hXFDLF/iVvS4TE/SGrj2WzYF35RsPbVmUDIrwpsBX -/EfsQaA/JCn8VIBTkR31Bg4QLBjAfijMY22MaHgZIXv83lF1SE2o1ATKpCHqzFx9 -K8vK9e22PZUJPGaOhqjEA13TAoGAEPipSJFw38/6NmInfkjd84EFxmkAoBI5k/vV -36aOoyl7s40MTYEPXavCF3fLPVfuwUXhmKUcbkiXhlIX4De3y15e1n66fjDc8EVY -qqTmzQKCpBwMlI5Ld65yjoo6VW0SsiABIlRSfIY5NHXd7YiV4ZXNj6+aMUIRxyWu -Mzfpk1ECgYBZw8lML+F8XbcmCLGYuicf0V/wgFaJr8nnPeW7AiQrv13Ju1ItEaC8 -Tz8F7OfC+FoUb0MGjXHKquDVBDs4xSuS+Ol+rlZEK68ALpm8sUgp6YjARYiXlprs -6o4kN0P5F+DVU2SP6fo9zKLCxaTH9VAQ9C3VUViGAFLBt4DVDmj77g== ------END RSA PRIVATE KEY----- -` - -module.exports['server.crt'] = ` ------BEGIN CERTIFICATE----- -MIIDNzCCAh8CFBg1Ph5t5rBlAbCrEn/PexNy9WunMA0GCSqGSIb3DQEBCwUAMF0x -CzAJBgNVBAYTAlVTMQswCQYDVQQIDAJDQTEQMA4GA1UECgwHTm9kZS5qczERMA8G -A1UECwwIbm9kZS1neXAxHDAaBgNVBAMME25vZGUtZ3lwLm5vZGVqcy5vcmcwHhcN -MjIwNTExMDQyMjI0WhcNMjMwOTIzMDQyMjI0WjBTMQswCQYDVQQGEwJVUzELMAkG -A1UECAwCQ0ExEDAOBgNVBAoMB05vZGUuanMxETAPBgNVBAsMCG5vZGUtZ3lwMRIw -EAYDVQQDDAlsb2NhbGhvc3QwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB -AQC88z30GRisFxMzfnl2HPhfOFINEbFr2q21SUFKASxu7ZSOxGZeMNL7rRdd3rq1 -ak/At5R3a6+UL+W2/l6S/4QG7fmPUp8DX4rWu0XNvWLjSQwKyew6heOCmw3bC+TE -x0WRPZuSooJLpfTHOVZ5rW3imgqH2Ibufei2ThHM81rB/BD1bmej3/yLoBTANu4r -h2EAh38ifDZoqszJD4CJK+wMzbBQyr6lXuc/jp/syFHjGIbPXjMBMV2Mzc6j/U0q -uvRaBUzqLR40C24gOoizxgTtJ84N79LOknJLF7C619iLrY5ouH+GZYHKP+kXlKg0 -wvIkfGfgbIor5CV700kBOEuLAgMBAAEwDQYJKoZIhvcNAQELBQADggEBAEhaNEye -JsE4eG1xaGmHq7w9eV0neOaZ58XCuF1sSEMIy9uMnl3aOdctxh/1SYkqJyMct79q -Ra2UZ6mauRlOeqdHb+HZKrFYYUOtd1HOWWJ44Gaya2EQMiTbd/Ns9Th2KTbTOCbL -CHFNska9Ty2ioT7VcrVuIEXFPMua5T4lnCkNJQla800pHHOak2baN/c66Io+8XI2 -xiqaVrLT3qvpzdiiEjo4POeRnWMIgJJshy77Am5JlhaJiAqP1AHfh/tYpliGkjXF -8DSgSoLHSQfalJ4VQvP4XLc/XnmF5Zt6bvwUxCllEBFRneU74bW7/euYX/TpYobr -Y+YM7fGiCqwHdUs= ------END CERTIFICATE----- -` - -module.exports['ca-bundle.crt'] = ` ------BEGIN CERTIFICATE----- -MIIDJjCCAg4CAhnOMA0GCSqGSIb3DQEBBQUAMH0xCzAJBgNVBAYTAlVTMQswCQYD -VQQIDAJDQTEWMBQGA1UEBwwNU2FuIEZyYW5jaXNjbzEZMBcGA1UECgwQU3Ryb25n -TG9vcCwgSW5jLjESMBAGA1UECwwJU3Ryb25nT3BzMRowGAYDVQQDDBFjYS5zdHJv -bmdsb29wLmNvbTAeFw0xNTEyMDgyMzM1MzNaFw00MzA0MjQyMzM1MzNaMBkxFzAV -BgNVBAMMDnN0cm9uZ2xvb3AuY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIB -CgKCAQEAwOYI7OZ2FX/YjRgLZoDQlbPc5UZXU/j0e1wwiJNPtPEax9Y5Uoza0Pnt -Ikzkc2SfvQ+IJrhXo385tI0W5juuqbHnE7UrjUuPjUX6NHevkxcs/flmjan5wnZM -cPsGhH71WDuUEEflvZihf2Se2x+xgZtMhc5XGmVmRuZFYKvkgUhA2/w8/QrK+jPT -n9QRJxZjWNh2RBdC1B7u4jffSmOSUljYFH1I2eTeY+Rdi6YUIYSU9gEoZxsv3Tia -SomfMF5jt2Mouo6MzA+IhLvvFjcrcph1Qxgi9RkfdCMMd+Ipm9YWELkyG1bDRpQy -0iyHD4gvVsAqz1Y2KdRSdc3Kt+nTqwIDAQABoxkwFzAVBgNVHREEDjAMhwQAAAAA -hwR/AAABMA0GCSqGSIb3DQEBBQUAA4IBAQAhy4J0hML3NgmDRHdL5/iTucBe22Mf -jJjg2aifD1S187dHm+Il4qZNO2plWwAhN0h704f+8wpsaALxUvBIu6nvlvcMP5PH -jGN5JLe2Km3UaPvYOQU2SgacLilu+uBcIo2JSHLV6O7ziqUj5Gior6YxDLCtEZie -Ea8aX5/YjuACtEMJ1JjRqjgkM66XAoUe0E8onOK3FgTIO3tGoTJwRp0zS50pFuP0 -PsZtT04ck6mmXEXXknNoAyBCvPypfms9OHqcUIW9fiQnrGbS/Ri4QSQYj0DtFk/1 -na4fY1gf3zTHxH8259b/TOOaPfTnCEsOQtjUrWNR4xhmVZ+HJy4yytUW ------END CERTIFICATE----- ------BEGIN CERTIFICATE----- -MIIDbzCCAlcCAmm6MA0GCSqGSIb3DQEBCwUAMH0xCzAJBgNVBAYTAlVTMQswCQYD -VQQIDAJDQTEWMBQGA1UEBwwNU2FuIEZyYW5jaXNjbzEZMBcGA1UECgwQU3Ryb25n -TG9vcCwgSW5jLjESMBAGA1UECwwJU3Ryb25nT3BzMRowGAYDVQQDDBFjYS5zdHJv -bmdsb29wLmNvbTAeFw0xNTEyMDgyMzM1MzNaFw00MzA0MjQyMzM1MzNaMH0xCzAJ -BgNVBAYTAlVTMQswCQYDVQQIDAJDQTEWMBQGA1UEBwwNU2FuIEZyYW5jaXNjbzEZ -MBcGA1UECgwQU3Ryb25nTG9vcCwgSW5jLjESMBAGA1UECwwJU3Ryb25nT3BzMRow -GAYDVQQDDBFjYS5zdHJvbmdsb29wLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEP -ADCCAQoCggEBANfj86jkvvYDjHBgiqWhk9Cj+bqiMq3MqnV0CBO4iuK33Fo6XssE -H+yVdXlIBFbFe6t655MdBVOR2Sfj7WqNh96vhu6PyDHiwcQlTaiLU6nhIed1J4Wv -lvnJHFmp8Wbtx5AgLT4UYu03ftvXEl2DLi3vhSL2tRM1ebXHB/KPbRWkb25DPX0P -foOHot3f2dgNe2x6kponf7E/QDmAu3s7Nlkfh+ryDhgGU7wocXEhXbprNqRqOGNo -xbXgUI+/9XDxYT/7Gn5LF/fPjtN+aB0SKMnTsDhprVlZie83mlqJ46fOOrR+vrsQ -mi/1m/TadrARtZoIExC/cQRdVM05EK4tUa8CAwEAATANBgkqhkiG9w0BAQsFAAOC -AQEAQ7k5WhyhDTIGYCNzRnrMHWSzGqa1y4tJMW06wafJNRqTm1cthq1ibc6Hfq5a -K10K0qMcgauRTfQ1MWrVCTW/KnJ1vkhiTOH+RvxapGn84gSaRmV6KZen0+gMsgae -KEGe/3Hn+PmDVV+PTamHgPACfpTww38WHIe/7Ce9gHfG7MZ8cKHNZhDy0IAYPln+ -YRwMLd7JNQffHAbWb2CE1mcea4H/12U8JZW5tHCF6y9V+7IuDzqwIrLKcW3lG17n -VUG6ODF/Ryqn3V5X+TL91YyXi6c34y34IpC7MQDV/67U7+5Bp5CfeDPWW2wVSrW+ -uGZtfEvhbNm6m2i4UNmpCXxUZQ== ------END CERTIFICATE----- -` diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/test/fixtures/nodedir/include/node/config.gypi b/software/flow/node_modules/npm/node_modules/node-gyp/test/fixtures/nodedir/include/node/config.gypi deleted file mode 100644 index e767534..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/test/fixtures/nodedir/include/node/config.gypi +++ /dev/null @@ -1,6 +0,0 @@ -# Test configuration -{ - 'variables': { - 'build_with_electron': true - } -} diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/test/fixtures/test-charmap.py b/software/flow/node_modules/npm/node_modules/node-gyp/test/fixtures/test-charmap.py deleted file mode 100644 index 63aa77b..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/test/fixtures/test-charmap.py +++ /dev/null @@ -1,31 +0,0 @@ -import sys -import locale - -try: - reload(sys) -except NameError: # Python 3 - pass - - -def main(): - encoding = locale.getdefaultlocale()[1] - if not encoding: - return False - - try: - sys.setdefaultencoding(encoding) - except AttributeError: # Python 3 - pass - - textmap = { - "cp936": "\u4e2d\u6587", - "cp1252": "Lat\u012Bna", - "cp932": "\u306b\u307b\u3093\u3054", - } - if encoding in textmap: - print(textmap[encoding]) - return True - - -if __name__ == "__main__": - print(main()) diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/test/process-exec-sync.js b/software/flow/node_modules/npm/node_modules/node-gyp/test/process-exec-sync.js deleted file mode 100644 index 21763bc..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/test/process-exec-sync.js +++ /dev/null @@ -1,140 +0,0 @@ -'use strict' - -const fs = require('graceful-fs') -const childProcess = require('child_process') - -function startsWith (str, search, pos) { - if (String.prototype.startsWith) { - return str.startsWith(search, pos) - } - - return str.substr(!pos || pos < 0 ? 0 : +pos, search.length) === search -} - -function processExecSync (file, args, options) { - var child, error, timeout, tmpdir, command - command = makeCommand(file, args) - - /* - this function emulates child_process.execSync for legacy node <= 0.10.x - derived from https://github.com/gvarsanyi/sync-exec/blob/master/js/sync-exec.js - */ - - options = options || {} - // init timeout - timeout = Date.now() + options.timeout - // init tmpdir - var osTempBase = '/tmp' - var os = determineOS() - osTempBase = '/tmp' - - if (process.env.TMP) { - osTempBase = process.env.TMP - } - - if (osTempBase[osTempBase.length - 1] !== '/') { - osTempBase += '/' - } - - tmpdir = osTempBase + 'processExecSync.' + Date.now() + Math.random() - fs.mkdirSync(tmpdir) - - // init command - if (os === 'linux') { - command = '(' + command + ' > ' + tmpdir + '/stdout 2> ' + tmpdir + - '/stderr); echo $? > ' + tmpdir + '/status' - } else { - command = '(' + command + ' > ' + tmpdir + '/stdout 2> ' + tmpdir + - '/stderr) | echo %errorlevel% > ' + tmpdir + '/status | exit' - } - - // init child - child = childProcess.exec(command, options) - - var maxTry = 100000 // increases the test time by 6 seconds on win-2016-node-0.10 - var tryCount = 0 - while (tryCount < maxTry) { - try { - var x = fs.readFileSync(tmpdir + '/status') - if (x.toString() === '0') { - break - } - } catch (ignore) {} - tryCount++ - if (Date.now() > timeout) { - error = child - break - } - } - - ['stdout', 'stderr', 'status'].forEach(function (file) { - child[file] = fs.readFileSync(tmpdir + '/' + file, options.encoding) - setTimeout(unlinkFile, 500, tmpdir + '/' + file) - }) - - child.status = Number(child.status) - if (child.status !== 0) { - error = child - } - - try { - fs.rmdirSync(tmpdir) - } catch (ignore) {} - if (error) { - throw error - } - return child.stdout -} - -function makeCommand (file, args) { - var command, quote - command = file - if (args.length > 0) { - for (var i in args) { - command = command + ' ' - if (args[i][0] === '-') { - command = command + args[i] - } else { - if (!quote) { - command = command + '"' - quote = true - } - command = command + args[i] - if (quote) { - if (args.length === (parseInt(i) + 1)) { - command = command + '"' - } - } - } - } - } - return command -} - -function determineOS () { - var os = '' - var tmpVar = '' - if (process.env.OSTYPE) { - tmpVar = process.env.OSTYPE - } else if (process.env.OS) { - tmpVar = process.env.OS - } else { - // default is linux - tmpVar = 'linux' - } - - if (startsWith(tmpVar, 'linux')) { - os = 'linux' - } - if (startsWith(tmpVar, 'win')) { - os = 'win' - } - - return os -} - -function unlinkFile (file) { - fs.unlinkSync(file) -} - -module.exports = processExecSync diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/test/simple-proxy.js b/software/flow/node_modules/npm/node_modules/node-gyp/test/simple-proxy.js deleted file mode 100644 index cb0dfcf..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/test/simple-proxy.js +++ /dev/null @@ -1,27 +0,0 @@ -'use strict' - -const http = require('http') -const https = require('https') -const server = http.createServer(handler) -const port = +process.argv[2] -const prefix = process.argv[3] -const upstream = process.argv[4] -var calls = 0 - -server.listen(port) - -function handler (req, res) { - if (req.url.indexOf(prefix) !== 0) { - throw new Error('request url [' + req.url + '] does not start with [' + prefix + ']') - } - - var upstreamUrl = upstream + req.url.substring(prefix.length) - https.get(upstreamUrl, function (ures) { - ures.on('end', function () { - if (++calls === 2) { - server.close() - } - }) - ures.pipe(res) - }) -} diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/test/test-addon.js b/software/flow/node_modules/npm/node_modules/node-gyp/test/test-addon.js deleted file mode 100644 index f79eff7..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/test/test-addon.js +++ /dev/null @@ -1,150 +0,0 @@ -'use strict' - -const test = require('tap').test -const path = require('path') -const fs = require('graceful-fs') -const childProcess = require('child_process') -const os = require('os') -const addonPath = path.resolve(__dirname, 'node_modules', 'hello_world') -const nodeGyp = path.resolve(__dirname, '..', 'bin', 'node-gyp.js') -const execFileSync = childProcess.execFileSync || require('./process-exec-sync') -const execFile = childProcess.execFile - -function runHello (hostProcess) { - if (!hostProcess) { - hostProcess = process.execPath - } - var testCode = "console.log(require('hello_world').hello())" - return execFileSync(hostProcess, ['-e', testCode], { cwd: __dirname }).toString() -} - -function getEncoding () { - var code = 'import locale;print(locale.getdefaultlocale()[1])' - return execFileSync('python', ['-c', code]).toString().trim() -} - -function checkCharmapValid () { - var data - try { - data = execFileSync('python', ['fixtures/test-charmap.py'], - { cwd: __dirname }) - } catch (err) { - return false - } - var lines = data.toString().trim().split('\n') - return lines.pop() === 'True' -} - -test('build simple addon', function (t) { - t.plan(3) - - // Set the loglevel otherwise the output disappears when run via 'npm test' - var cmd = [nodeGyp, 'rebuild', '-C', addonPath, '--loglevel=verbose'] - var proc = execFile(process.execPath, cmd, function (err, stdout, stderr) { - var logLines = stderr.toString().trim().split(/\r?\n/) - var lastLine = logLines[logLines.length - 1] - t.strictEqual(err, null) - t.strictEqual(lastLine, 'gyp info ok', 'should end in ok') - t.strictEqual(runHello().trim(), 'world') - }) - proc.stdout.setEncoding('utf-8') - proc.stderr.setEncoding('utf-8') -}) - -test('build simple addon in path with non-ascii characters', function (t) { - t.plan(1) - - if (!checkCharmapValid()) { - return t.skip('python console app can\'t encode non-ascii character.') - } - - var testDirNames = { - cp936: '文件夹', - cp1252: 'Latīna', - cp932: 'フォルダ' - } - // Select non-ascii characters by current encoding - var testDirName = testDirNames[getEncoding()] - // If encoding is UTF-8 or other then no need to test - if (!testDirName) { - return t.skip('no need to test') - } - - t.plan(3) - - var data - var configPath = path.join(addonPath, 'build', 'config.gypi') - try { - data = fs.readFileSync(configPath, 'utf8') - } catch (err) { - t.error(err) - return - } - var config = JSON.parse(data.replace(/#.+\n/, '')) - var nodeDir = config.variables.nodedir - var testNodeDir = path.join(addonPath, testDirName) - // Create symbol link to path with non-ascii characters - try { - fs.symlinkSync(nodeDir, testNodeDir, 'dir') - } catch (err) { - switch (err.code) { - case 'EEXIST': break - case 'EPERM': - t.error(err, 'Please try to running console as an administrator') - return - default: - t.error(err) - return - } - } - - var cmd = [ - nodeGyp, - 'rebuild', - '-C', - addonPath, - '--loglevel=verbose', - '-nodedir=' + testNodeDir - ] - var proc = execFile(process.execPath, cmd, function (err, stdout, stderr) { - try { - fs.unlink(testNodeDir) - } catch (err) { - t.error(err) - } - - var logLines = stderr.toString().trim().split(/\r?\n/) - var lastLine = logLines[logLines.length - 1] - t.strictEqual(err, null) - t.strictEqual(lastLine, 'gyp info ok', 'should end in ok') - t.strictEqual(runHello().trim(), 'world') - }) - proc.stdout.setEncoding('utf-8') - proc.stderr.setEncoding('utf-8') -}) - -test('addon works with renamed host executable', function (t) { - // No `fs.copyFileSync` before node8. - if (process.version.substr(1).split('.')[0] < 8) { - t.skip('skipping test for old node version') - t.end() - return - } - - t.plan(3) - - var notNodePath = path.join(os.tmpdir(), 'notnode' + path.extname(process.execPath)) - fs.copyFileSync(process.execPath, notNodePath) - - var cmd = [nodeGyp, 'rebuild', '-C', addonPath, '--loglevel=verbose'] - var proc = execFile(process.execPath, cmd, function (err, stdout, stderr) { - var logLines = stderr.toString().trim().split(/\r?\n/) - var lastLine = logLines[logLines.length - 1] - t.strictEqual(err, null) - t.strictEqual(lastLine, 'gyp info ok', 'should end in ok') - t.strictEqual(runHello(notNodePath).trim(), 'world') - fs.unlinkSync(notNodePath) - }) - proc.stdout.setEncoding('utf-8') - proc.stderr.setEncoding('utf-8') -}) diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/test/test-configure-python.js b/software/flow/node_modules/npm/node_modules/node-gyp/test/test-configure-python.js deleted file mode 100644 index aacd75f..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/test/test-configure-python.js +++ /dev/null @@ -1,84 +0,0 @@ -'use strict' - -const test = require('tap').test -const path = require('path') -const devDir = require('./common').devDir() -const gyp = require('../lib/node-gyp') -const requireInject = require('require-inject') -const configure = requireInject('../lib/configure', { - 'graceful-fs': { - openSync: function () { return 0 }, - closeSync: function () { }, - writeFile: function (file, data, cb) { cb() }, - stat: function (file, cb) { cb(null, {}) }, - mkdir: function (dir, options, cb) { cb() }, - promises: { - writeFile: function (file, data) { return Promise.resolve(null) } - }, - unlink: function (path, cb) { cb() }, - symlink: function (target, path, cb) { cb() } - } -}) - -const EXPECTED_PYPATH = path.join(__dirname, '..', 'gyp', 'pylib') -const SEPARATOR = process.platform === 'win32' ? ';' : ':' -const SPAWN_RESULT = { on: function () { } } - -require('npmlog').level = 'warn' - -test('configure PYTHONPATH with no existing env', function (t) { - t.plan(1) - - delete process.env.PYTHONPATH - - var prog = gyp() - prog.parseArgv([]) - prog.spawn = function () { - t.equal(process.env.PYTHONPATH, EXPECTED_PYPATH) - return SPAWN_RESULT - } - prog.devDir = devDir - configure(prog, [], t.fail) -}) - -test('configure PYTHONPATH with existing env of one dir', function (t) { - t.plan(2) - - var existingPath = path.join('a', 'b') - process.env.PYTHONPATH = existingPath - - var prog = gyp() - prog.parseArgv([]) - prog.spawn = function () { - t.equal(process.env.PYTHONPATH, [EXPECTED_PYPATH, existingPath].join(SEPARATOR)) - - var dirs = process.env.PYTHONPATH.split(SEPARATOR) - t.deepEqual(dirs, [EXPECTED_PYPATH, existingPath]) - - return SPAWN_RESULT - } - prog.devDir = devDir - configure(prog, [], t.fail) -}) - -test('configure PYTHONPATH with existing env of multiple dirs', function (t) { - t.plan(2) - - var pythonDir1 = path.join('a', 'b') - var pythonDir2 = path.join('b', 'c') - var existingPath = [pythonDir1, pythonDir2].join(SEPARATOR) - process.env.PYTHONPATH = existingPath - - var prog = gyp() - prog.parseArgv([]) - prog.spawn = function () { - t.equal(process.env.PYTHONPATH, [EXPECTED_PYPATH, existingPath].join(SEPARATOR)) - - var dirs = process.env.PYTHONPATH.split(SEPARATOR) - t.deepEqual(dirs, [EXPECTED_PYPATH, pythonDir1, pythonDir2]) - - return SPAWN_RESULT - } - prog.devDir = devDir - configure(prog, [], t.fail) -}) diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/test/test-create-config-gypi.js b/software/flow/node_modules/npm/node_modules/node-gyp/test/test-create-config-gypi.js deleted file mode 100644 index eeac73f..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/test/test-create-config-gypi.js +++ /dev/null @@ -1,70 +0,0 @@ -'use strict' - -const path = require('path') -const { test } = require('tap') -const gyp = require('../lib/node-gyp') -const createConfigGypi = require('../lib/create-config-gypi') -const { parseConfigGypi, getCurrentConfigGypi } = createConfigGypi.test - -test('config.gypi with no options', async function (t) { - t.plan(2) - - const prog = gyp() - prog.parseArgv([]) - - const config = await getCurrentConfigGypi({ gyp: prog, vsInfo: {} }) - t.equal(config.target_defaults.default_configuration, 'Release') - t.equal(config.variables.target_arch, process.arch) -}) - -test('config.gypi with --debug', async function (t) { - t.plan(1) - - const prog = gyp() - prog.parseArgv(['_', '_', '--debug']) - - const config = await getCurrentConfigGypi({ gyp: prog, vsInfo: {} }) - t.equal(config.target_defaults.default_configuration, 'Debug') -}) - -test('config.gypi with custom options', async function (t) { - t.plan(1) - - const prog = gyp() - prog.parseArgv(['_', '_', '--shared-libxml2']) - - const config = await getCurrentConfigGypi({ gyp: prog, vsInfo: {} }) - t.equal(config.variables.shared_libxml2, true) -}) - -test('config.gypi with nodedir', async function (t) { - t.plan(1) - - const nodeDir = path.join(__dirname, 'fixtures', 'nodedir') - - const prog = gyp() - prog.parseArgv(['_', '_', `--nodedir=${nodeDir}`]) - - const config = await getCurrentConfigGypi({ gyp: prog, nodeDir, vsInfo: {} }) - t.equal(config.variables.build_with_electron, true) -}) - -test('config.gypi with --force-process-config', async function (t) { - t.plan(1) - - const nodeDir = path.join(__dirname, 'fixtures', 'nodedir') - - const prog = gyp() - prog.parseArgv(['_', '_', '--force-process-config', `--nodedir=${nodeDir}`]) - - const config = await getCurrentConfigGypi({ gyp: prog, nodeDir, vsInfo: {} }) - t.equal(config.variables.build_with_electron, undefined) -}) - -test('config.gypi parsing', function (t) { - t.plan(1) - - const str = "# Some comments\n{'variables': {'multiline': 'A'\n'B'}}" - const config = parseConfigGypi(str) - t.deepEqual(config, { variables: { multiline: 'AB' } }) -}) diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/test/test-download.js b/software/flow/node_modules/npm/node_modules/node-gyp/test/test-download.js deleted file mode 100644 index c4caad9..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/test/test-download.js +++ /dev/null @@ -1,217 +0,0 @@ -'use strict' - -const { test } = require('tap') -const fs = require('fs') -const path = require('path') -const util = require('util') -const http = require('http') -const https = require('https') -const install = require('../lib/install') -const semver = require('semver') -const devDir = require('./common').devDir() -const rimraf = require('rimraf') -const gyp = require('../lib/node-gyp') -const log = require('npmlog') -const certs = require('./fixtures/certs') - -log.level = 'warn' - -test('download over http', async (t) => { - t.plan(2) - - const server = http.createServer((req, res) => { - t.strictEqual(req.headers['user-agent'], `node-gyp v42 (node ${process.version})`) - res.end('ok') - }) - - t.tearDown(() => new Promise((resolve) => server.close(resolve))) - - const host = 'localhost' - await new Promise((resolve) => server.listen(0, host, resolve)) - const { port } = server.address() - const gyp = { - opts: {}, - version: '42' - } - const url = `http://${host}:${port}` - const res = await install.test.download(gyp, url) - t.strictEqual(await res.text(), 'ok') -}) - -test('download over https with custom ca', async (t) => { - t.plan(3) - - const cafile = path.join(__dirname, 'fixtures/ca.crt') - const cacontents = certs['ca.crt'] - const cert = certs['server.crt'] - const key = certs['server.key'] - await fs.promises.writeFile(cafile, cacontents, 'utf8') - const ca = await install.test.readCAFile(cafile) - - t.strictEqual(ca.length, 1) - - const options = { ca: ca, cert: cert, key: key } - const server = https.createServer(options, (req, res) => { - t.strictEqual(req.headers['user-agent'], `node-gyp v42 (node ${process.version})`) - res.end('ok') - }) - - t.tearDown(async () => { - await new Promise((resolve) => server.close(resolve)) - await fs.promises.unlink(cafile) - }) - - server.on('clientError', (err) => { throw err }) - - const host = 'localhost' - await new Promise((resolve) => server.listen(0, host, resolve)) - const { port } = server.address() - const gyp = { - opts: { cafile }, - version: '42' - } - const url = `https://${host}:${port}` - const res = await install.test.download(gyp, url) - t.strictEqual(await res.text(), 'ok') -}) - -test('download over http with proxy', async (t) => { - t.plan(2) - - const server = http.createServer((_, res) => { - res.end('ok') - }) - - const pserver = http.createServer((req, res) => { - t.strictEqual(req.headers['user-agent'], `node-gyp v42 (node ${process.version})`) - res.end('proxy ok') - }) - - t.tearDown(() => Promise.all([ - new Promise((resolve) => server.close(resolve)), - new Promise((resolve) => pserver.close(resolve)) - ])) - - const host = 'localhost' - await new Promise((resolve) => server.listen(0, host, resolve)) - const { port } = server.address() - await new Promise((resolve) => pserver.listen(port + 1, host, resolve)) - const gyp = { - opts: { - proxy: `http://${host}:${port + 1}`, - noproxy: 'bad' - }, - version: '42' - } - const url = `http://${host}:${port}` - const res = await install.test.download(gyp, url) - t.strictEqual(await res.text(), 'proxy ok') -}) - -test('download over http with noproxy', async (t) => { - t.plan(2) - - const server = http.createServer((req, res) => { - t.strictEqual(req.headers['user-agent'], `node-gyp v42 (node ${process.version})`) - res.end('ok') - }) - - const pserver = http.createServer((_, res) => { - res.end('proxy ok') - }) - - t.tearDown(() => Promise.all([ - new Promise((resolve) => server.close(resolve)), - new Promise((resolve) => pserver.close(resolve)) - ])) - - const host = 'localhost' - await new Promise((resolve) => server.listen(0, host, resolve)) - const { port } = server.address() - await new Promise((resolve) => pserver.listen(port + 1, host, resolve)) - const gyp = { - opts: { - proxy: `http://${host}:${port + 1}`, - noproxy: host - }, - version: '42' - } - const url = `http://${host}:${port}` - const res = await install.test.download(gyp, url) - t.strictEqual(await res.text(), 'ok') -}) - -test('download with missing cafile', async (t) => { - t.plan(1) - const gyp = { - opts: { cafile: 'no.such.file' } - } - try { - await install.test.download(gyp, {}, 'http://bad/') - } catch (e) { - t.ok(/no.such.file/.test(e.message)) - } -}) - -test('check certificate splitting', async (t) => { - const cafile = path.join(__dirname, 'fixtures/ca-bundle.crt') - const cacontents = certs['ca-bundle.crt'] - await fs.promises.writeFile(cafile, cacontents, 'utf8') - t.tearDown(async () => { - await fs.promises.unlink(cafile) - }) - const cas = await install.test.readCAFile(path.join(__dirname, 'fixtures/ca-bundle.crt')) - t.plan(2) - t.strictEqual(cas.length, 2) - t.notStrictEqual(cas[0], cas[1]) -}) - -// only run this test if we are running a version of Node with predictable version path behavior - -test('download headers (actual)', async (t) => { - if (process.env.FAST_TEST || - process.release.name !== 'node' || - semver.prerelease(process.version) !== null || - semver.satisfies(process.version, '<10')) { - return t.skip('Skipping actual download of headers due to test environment configuration') - } - - t.plan(12) - - const expectedDir = path.join(devDir, process.version.replace(/^v/, '')) - await util.promisify(rimraf)(expectedDir) - - const prog = gyp() - prog.parseArgv([]) - prog.devDir = devDir - log.level = 'warn' - await util.promisify(install)(prog, []) - - const data = await fs.promises.readFile(path.join(expectedDir, 'installVersion'), 'utf8') - t.strictEqual(data, '9\n', 'correct installVersion') - - const list = await fs.promises.readdir(path.join(expectedDir, 'include/node')) - t.ok(list.includes('common.gypi')) - t.ok(list.includes('config.gypi')) - t.ok(list.includes('node.h')) - t.ok(list.includes('node_version.h')) - t.ok(list.includes('openssl')) - t.ok(list.includes('uv')) - t.ok(list.includes('uv.h')) - t.ok(list.includes('v8-platform.h')) - t.ok(list.includes('v8.h')) - t.ok(list.includes('zlib.h')) - - const lines = (await fs.promises.readFile(path.join(expectedDir, 'include/node/node_version.h'), 'utf8')).split('\n') - - // extract the 3 version parts from the defines to build a valid version string and - // and check them against our current env version - const version = ['major', 'minor', 'patch'].reduce((version, type) => { - const re = new RegExp(`^#define\\sNODE_${type.toUpperCase()}_VERSION`) - const line = lines.find((l) => re.test(l)) - const i = line ? parseInt(line.replace(/^[^0-9]+([0-9]+).*$/, '$1'), 10) : 'ERROR' - return `${version}${type !== 'major' ? '.' : 'v'}${i}` - }, '') - - t.strictEqual(version, process.version) -}) diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/test/test-find-accessible-sync.js b/software/flow/node_modules/npm/node_modules/node-gyp/test/test-find-accessible-sync.js deleted file mode 100644 index 0a2e584..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/test/test-find-accessible-sync.js +++ /dev/null @@ -1,84 +0,0 @@ -'use strict' - -const test = require('tap').test -const path = require('path') -const requireInject = require('require-inject') -const configure = requireInject('../lib/configure', { - 'graceful-fs': { - closeSync: function () { return undefined }, - openSync: function (path) { - if (readableFiles.some(function (f) { return f === path })) { - return 0 - } else { - var error = new Error('ENOENT - not found') - throw error - } - } - } -}) - -const dir = path.sep + 'testdir' -const readableFile = 'readable_file' -const anotherReadableFile = 'another_readable_file' -const readableFileInDir = 'somedir' + path.sep + readableFile -const readableFiles = [ - path.resolve(dir, readableFile), - path.resolve(dir, anotherReadableFile), - path.resolve(dir, readableFileInDir) -] - -test('find accessible - empty array', function (t) { - t.plan(1) - - var candidates = [] - var found = configure.test.findAccessibleSync('test', dir, candidates) - t.strictEqual(found, undefined) -}) - -test('find accessible - single item array, readable', function (t) { - t.plan(1) - - var candidates = [readableFile] - var found = configure.test.findAccessibleSync('test', dir, candidates) - t.strictEqual(found, path.resolve(dir, readableFile)) -}) - -test('find accessible - single item array, readable in subdir', function (t) { - t.plan(1) - - var candidates = [readableFileInDir] - var found = configure.test.findAccessibleSync('test', dir, candidates) - t.strictEqual(found, path.resolve(dir, readableFileInDir)) -}) - -test('find accessible - single item array, unreadable', function (t) { - t.plan(1) - - var candidates = ['unreadable_file'] - var found = configure.test.findAccessibleSync('test', dir, candidates) - t.strictEqual(found, undefined) -}) - -test('find accessible - multi item array, no matches', function (t) { - t.plan(1) - - var candidates = ['non_existent_file', 'unreadable_file'] - var found = configure.test.findAccessibleSync('test', dir, candidates) - t.strictEqual(found, undefined) -}) - -test('find accessible - multi item array, single match', function (t) { - t.plan(1) - - var candidates = ['non_existent_file', readableFile] - var found = configure.test.findAccessibleSync('test', dir, candidates) - t.strictEqual(found, path.resolve(dir, readableFile)) -}) - -test('find accessible - multi item array, return first match', function (t) { - t.plan(1) - - var candidates = ['non_existent_file', anotherReadableFile, readableFile] - var found = configure.test.findAccessibleSync('test', dir, candidates) - t.strictEqual(found, path.resolve(dir, anotherReadableFile)) -}) diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/test/test-find-node-directory.js b/software/flow/node_modules/npm/node_modules/node-gyp/test/test-find-node-directory.js deleted file mode 100644 index fa6223c..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/test/test-find-node-directory.js +++ /dev/null @@ -1,119 +0,0 @@ -'use strict' - -const test = require('tap').test -const path = require('path') -const findNodeDirectory = require('../lib/find-node-directory') - -const platforms = ['darwin', 'freebsd', 'linux', 'sunos', 'win32', 'aix', 'os400'] - -// we should find the directory based on the directory -// the script is running in and it should match the layout -// in a build tree where npm is installed in -// .... /deps/npm -test('test find-node-directory - node install', function (t) { - t.plan(platforms.length) - for (var next = 0; next < platforms.length; next++) { - var processObj = { execPath: '/x/y/bin/node', platform: platforms[next] } - t.equal( - findNodeDirectory('/x/deps/npm/node_modules/node-gyp/lib', processObj), - path.join('/x')) - } -}) - -// we should find the directory based on the directory -// the script is running in and it should match the layout -// in an installed tree where npm is installed in -// .... /lib/node_modules/npm or .../node_modules/npm -// depending on the patform -test('test find-node-directory - node build', function (t) { - t.plan(platforms.length) - for (var next = 0; next < platforms.length; next++) { - var processObj = { execPath: '/x/y/bin/node', platform: platforms[next] } - if (platforms[next] === 'win32') { - t.equal( - findNodeDirectory('/y/node_modules/npm/node_modules/node-gyp/lib', - processObj), path.join('/y')) - } else { - t.equal( - findNodeDirectory('/y/lib/node_modules/npm/node_modules/node-gyp/lib', - processObj), path.join('/y')) - } - } -}) - -// we should find the directory based on the execPath -// for node and match because it was in the bin directory -test('test find-node-directory - node in bin directory', function (t) { - t.plan(platforms.length) - for (var next = 0; next < platforms.length; next++) { - var processObj = { execPath: '/x/y/bin/node', platform: platforms[next] } - t.equal( - findNodeDirectory('/nothere/npm/node_modules/node-gyp/lib', processObj), - path.join('/x/y')) - } -}) - -// we should find the directory based on the execPath -// for node and match because it was in the Release directory -test('test find-node-directory - node in build release dir', function (t) { - t.plan(platforms.length) - for (var next = 0; next < platforms.length; next++) { - var processObj - if (platforms[next] === 'win32') { - processObj = { execPath: '/x/y/Release/node', platform: platforms[next] } - } else { - processObj = { - execPath: '/x/y/out/Release/node', - platform: platforms[next] - } - } - - t.equal( - findNodeDirectory('/nothere/npm/node_modules/node-gyp/lib', processObj), - path.join('/x/y')) - } -}) - -// we should find the directory based on the execPath -// for node and match because it was in the Debug directory -test('test find-node-directory - node in Debug release dir', function (t) { - t.plan(platforms.length) - for (var next = 0; next < platforms.length; next++) { - var processObj - if (platforms[next] === 'win32') { - processObj = { execPath: '/a/b/Debug/node', platform: platforms[next] } - } else { - processObj = { execPath: '/a/b/out/Debug/node', platform: platforms[next] } - } - - t.equal( - findNodeDirectory('/nothere/npm/node_modules/node-gyp/lib', processObj), - path.join('/a/b')) - } -}) - -// we should not find it as it will not match based on the execPath nor -// the directory from which the script is running -test('test find-node-directory - not found', function (t) { - t.plan(platforms.length) - for (var next = 0; next < platforms.length; next++) { - var processObj = { execPath: '/x/y/z/y', platform: next } - t.equal(findNodeDirectory('/a/b/c/d', processObj), '') - } -}) - -// we should find the directory based on the directory -// the script is running in and it should match the layout -// in a build tree where npm is installed in -// .... /deps/npm -// same test as above but make sure additional directory entries -// don't cause an issue -test('test find-node-directory - node install', function (t) { - t.plan(platforms.length) - for (var next = 0; next < platforms.length; next++) { - var processObj = { execPath: '/x/y/bin/node', platform: platforms[next] } - t.equal( - findNodeDirectory('/x/y/z/a/b/c/deps/npm/node_modules/node-gyp/lib', - processObj), path.join('/x/y/z/a/b/c')) - } -}) diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/test/test-find-python.js b/software/flow/node_modules/npm/node_modules/node-gyp/test/test-find-python.js deleted file mode 100644 index 67d0b26..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/test/test-find-python.js +++ /dev/null @@ -1,226 +0,0 @@ -'use strict' - -delete process.env.PYTHON - -const test = require('tap').test -const findPython = require('../lib/find-python') -const execFile = require('child_process').execFile -const PythonFinder = findPython.test.PythonFinder - -require('npmlog').level = 'warn' - -test('find python', function (t) { - t.plan(4) - - findPython.test.findPython(null, function (err, found) { - t.strictEqual(err, null) - var proc = execFile(found, ['-V'], function (err, stdout, stderr) { - t.strictEqual(err, null) - t.ok(/Python 3/.test(stdout)) - t.strictEqual(stderr, '') - }) - proc.stdout.setEncoding('utf-8') - proc.stderr.setEncoding('utf-8') - }) -}) - -function poison (object, property) { - function fail () { - console.error(Error(`Property ${property} should not have been accessed.`)) - process.abort() - } - var descriptor = { - configurable: false, - enumerable: false, - get: fail, - set: fail - } - Object.defineProperty(object, property, descriptor) -} - -function TestPythonFinder () { - PythonFinder.apply(this, arguments) -} -TestPythonFinder.prototype = Object.create(PythonFinder.prototype) -// Silence npmlog - remove for debugging -TestPythonFinder.prototype.log = { - silly: () => {}, - verbose: () => {}, - info: () => {}, - warn: () => {}, - error: () => {} -} -delete TestPythonFinder.prototype.env.NODE_GYP_FORCE_PYTHON - -test('find python - python', function (t) { - t.plan(6) - - var f = new TestPythonFinder('python', done) - f.execFile = function (program, args, opts, cb) { - f.execFile = function (program, args, opts, cb) { - poison(f, 'execFile') - t.strictEqual(program, '/path/python') - t.ok(/sys\.version_info/.test(args[1])) - cb(null, '3.9.1') - } - t.strictEqual(program, - process.platform === 'win32' ? '"python"' : 'python') - t.ok(/sys\.executable/.test(args[1])) - cb(null, '/path/python') - } - f.findPython() - - function done (err, python) { - t.strictEqual(err, null) - t.strictEqual(python, '/path/python') - } -}) - -test('find python - python too old', function (t) { - t.plan(2) - - var f = new TestPythonFinder(null, done) - f.execFile = function (program, args, opts, cb) { - if (/sys\.executable/.test(args[args.length - 1])) { - cb(null, '/path/python') - } else if (/sys\.version_info/.test(args[args.length - 1])) { - cb(null, '2.3.4') - } else { - t.fail() - } - } - f.findPython() - - function done (err) { - t.ok(/Could not find any Python/.test(err)) - t.ok(/not supported/i.test(f.errorLog)) - } -}) - -test('find python - no python', function (t) { - t.plan(2) - - var f = new TestPythonFinder(null, done) - f.execFile = function (program, args, opts, cb) { - if (/sys\.executable/.test(args[args.length - 1])) { - cb(new Error('not found')) - } else if (/sys\.version_info/.test(args[args.length - 1])) { - cb(new Error('not a Python executable')) - } else { - t.fail() - } - } - f.findPython() - - function done (err) { - t.ok(/Could not find any Python/.test(err)) - t.ok(/not in PATH/.test(f.errorLog)) - } -}) - -test('find python - no python2, no python, unix', function (t) { - t.plan(2) - - var f = new TestPythonFinder(null, done) - f.checkPyLauncher = t.fail - f.win = false - - f.execFile = function (program, args, opts, cb) { - if (/sys\.executable/.test(args[args.length - 1])) { - cb(new Error('not found')) - } else { - t.fail() - } - } - f.findPython() - - function done (err) { - t.ok(/Could not find any Python/.test(err)) - t.ok(/not in PATH/.test(f.errorLog)) - } -}) - -test('find python - no python, use python launcher', function (t) { - t.plan(4) - - var f = new TestPythonFinder(null, done) - f.win = true - - f.execFile = function (program, args, opts, cb) { - if (program === 'py.exe') { - t.notEqual(args.indexOf('-3'), -1) - t.notEqual(args.indexOf('-c'), -1) - return cb(null, 'Z:\\snake.exe') - } - if (/sys\.executable/.test(args[args.length - 1])) { - cb(new Error('not found')) - } else if (f.winDefaultLocations.includes(program)) { - cb(new Error('not found')) - } else if (/sys\.version_info/.test(args[args.length - 1])) { - if (program === 'Z:\\snake.exe') { - cb(null, '3.9.0') - } else { - t.fail() - } - } else { - t.fail() - } - } - f.findPython() - - function done (err, python) { - t.strictEqual(err, null) - t.strictEqual(python, 'Z:\\snake.exe') - } -}) - -test('find python - no python, no python launcher, good guess', function (t) { - t.plan(2) - - var f = new TestPythonFinder(null, done) - f.win = true - const expectedProgram = f.winDefaultLocations[0] - - f.execFile = function (program, args, opts, cb) { - if (program === 'py.exe') { - return cb(new Error('not found')) - } - if (/sys\.executable/.test(args[args.length - 1])) { - cb(new Error('not found')) - } else if (program === expectedProgram && - /sys\.version_info/.test(args[args.length - 1])) { - cb(null, '3.7.3') - } else { - t.fail() - } - } - f.findPython() - - function done (err, python) { - t.strictEqual(err, null) - t.ok(python === expectedProgram) - } -}) - -test('find python - no python, no python launcher, bad guess', function (t) { - t.plan(2) - - var f = new TestPythonFinder(null, done) - f.win = true - - f.execFile = function (program, args, opts, cb) { - if (/sys\.executable/.test(args[args.length - 1])) { - cb(new Error('not found')) - } else if (/sys\.version_info/.test(args[args.length - 1])) { - cb(new Error('not a Python executable')) - } else { - t.fail() - } - } - f.findPython() - - function done (err) { - t.ok(/Could not find any Python/.test(err)) - t.ok(/not in PATH/.test(f.errorLog)) - } -}) diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/test/test-find-visualstudio.js b/software/flow/node_modules/npm/node_modules/node-gyp/test/test-find-visualstudio.js deleted file mode 100644 index 1327cf8..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/test/test-find-visualstudio.js +++ /dev/null @@ -1,676 +0,0 @@ -'use strict' - -const test = require('tap').test -const fs = require('fs') -const path = require('path') -const findVisualStudio = require('../lib/find-visualstudio') -const VisualStudioFinder = findVisualStudio.test.VisualStudioFinder - -const semverV1 = { major: 1, minor: 0, patch: 0 } - -delete process.env.VCINSTALLDIR - -function poison (object, property) { - function fail () { - console.error(Error(`Property ${property} should not have been accessed.`)) - process.abort() - } - var descriptor = { - configurable: false, - enumerable: false, - get: fail, - set: fail - } - Object.defineProperty(object, property, descriptor) -} - -function TestVisualStudioFinder () { VisualStudioFinder.apply(this, arguments) } -TestVisualStudioFinder.prototype = Object.create(VisualStudioFinder.prototype) -// Silence npmlog - remove for debugging -TestVisualStudioFinder.prototype.log = { - silly: () => {}, - verbose: () => {}, - info: () => {}, - warn: () => {}, - error: () => {} -} - -test('VS2013', function (t) { - t.plan(4) - - const finder = new TestVisualStudioFinder(semverV1, null, (err, info) => { - t.strictEqual(err, null) - t.deepEqual(info, { - msBuild: 'C:\\MSBuild12\\MSBuild.exe', - path: 'C:\\VS2013', - sdk: null, - toolset: 'v120', - version: '12.0', - versionMajor: 12, - versionMinor: 0, - versionYear: 2013 - }) - }) - - finder.findVisualStudio2017OrNewer = (cb) => { - finder.parseData(new Error(), '', '', cb) - } - finder.regSearchKeys = (keys, value, addOpts, cb) => { - for (var i = 0; i < keys.length; ++i) { - const fullName = `${keys[i]}\\${value}` - switch (fullName) { - case 'HKLM\\Software\\Microsoft\\VisualStudio\\SxS\\VC7\\14.0': - case 'HKLM\\Software\\Wow6432Node\\Microsoft\\VisualStudio\\SxS\\VC7\\14.0': - continue - case 'HKLM\\Software\\Microsoft\\VisualStudio\\SxS\\VC7\\12.0': - t.pass(`expected search for registry value ${fullName}`) - return cb(null, 'C:\\VS2013\\VC\\') - case 'HKLM\\Software\\Microsoft\\MSBuild\\ToolsVersions\\12.0\\MSBuildToolsPath': - t.pass(`expected search for registry value ${fullName}`) - return cb(null, 'C:\\MSBuild12\\') - default: - t.fail(`unexpected search for registry value ${fullName}`) - } - } - return cb(new Error()) - } - finder.findVisualStudio() -}) - -test('VS2013 should not be found on new node versions', function (t) { - t.plan(2) - - const finder = new TestVisualStudioFinder({ - major: 10, - minor: 0, - patch: 0 - }, null, (err, info) => { - t.ok(/find .* Visual Studio/i.test(err), 'expect error') - t.false(info, 'no data') - }) - - finder.findVisualStudio2017OrNewer = (cb) => { - const file = path.join(__dirname, 'fixtures', 'VS_2017_Unusable.txt') - const data = fs.readFileSync(file) - finder.parseData(null, data, '', cb) - } - finder.regSearchKeys = (keys, value, addOpts, cb) => { - for (var i = 0; i < keys.length; ++i) { - const fullName = `${keys[i]}\\${value}` - switch (fullName) { - case 'HKLM\\Software\\Microsoft\\VisualStudio\\SxS\\VC7\\14.0': - case 'HKLM\\Software\\Wow6432Node\\Microsoft\\VisualStudio\\SxS\\VC7\\14.0': - continue - default: - t.fail(`unexpected search for registry value ${fullName}`) - } - } - return cb(new Error()) - } - finder.findVisualStudio() -}) - -test('VS2015', function (t) { - t.plan(4) - - const finder = new TestVisualStudioFinder(semverV1, null, (err, info) => { - t.strictEqual(err, null) - t.deepEqual(info, { - msBuild: 'C:\\MSBuild14\\MSBuild.exe', - path: 'C:\\VS2015', - sdk: null, - toolset: 'v140', - version: '14.0', - versionMajor: 14, - versionMinor: 0, - versionYear: 2015 - }) - }) - - finder.findVisualStudio2017OrNewer = (cb) => { - finder.parseData(new Error(), '', '', cb) - } - finder.regSearchKeys = (keys, value, addOpts, cb) => { - for (var i = 0; i < keys.length; ++i) { - const fullName = `${keys[i]}\\${value}` - switch (fullName) { - case 'HKLM\\Software\\Microsoft\\VisualStudio\\SxS\\VC7\\14.0': - t.pass(`expected search for registry value ${fullName}`) - return cb(null, 'C:\\VS2015\\VC\\') - case 'HKLM\\Software\\Microsoft\\MSBuild\\ToolsVersions\\14.0\\MSBuildToolsPath': - t.pass(`expected search for registry value ${fullName}`) - return cb(null, 'C:\\MSBuild14\\') - default: - t.fail(`unexpected search for registry value ${fullName}`) - } - } - return cb(new Error()) - } - finder.findVisualStudio() -}) - -test('error from PowerShell', function (t) { - t.plan(2) - - const finder = new TestVisualStudioFinder(semverV1, null, null) - - finder.parseData(new Error(), '', '', (info) => { - t.ok(/use PowerShell/i.test(finder.errorLog[0]), 'expect error') - t.false(info, 'no data') - }) -}) - -test('empty output from PowerShell', function (t) { - t.plan(2) - - const finder = new TestVisualStudioFinder(semverV1, null, null) - - finder.parseData(null, '', '', (info) => { - t.ok(/use PowerShell/i.test(finder.errorLog[0]), 'expect error') - t.false(info, 'no data') - }) -}) - -test('output from PowerShell not JSON', function (t) { - t.plan(2) - - const finder = new TestVisualStudioFinder(semverV1, null, null) - - finder.parseData(null, 'AAAABBBB', '', (info) => { - t.ok(/use PowerShell/i.test(finder.errorLog[0]), 'expect error') - t.false(info, 'no data') - }) -}) - -test('wrong JSON from PowerShell', function (t) { - t.plan(2) - - const finder = new TestVisualStudioFinder(semverV1, null, null) - - finder.parseData(null, '{}', '', (info) => { - t.ok(/use PowerShell/i.test(finder.errorLog[0]), 'expect error') - t.false(info, 'no data') - }) -}) - -test('empty JSON from PowerShell', function (t) { - t.plan(2) - - const finder = new TestVisualStudioFinder(semverV1, null, null) - - finder.parseData(null, '[]', '', (info) => { - t.ok(/find .* Visual Studio/i.test(finder.errorLog[0]), 'expect error') - t.false(info, 'no data') - }) -}) - -test('future version', function (t) { - t.plan(3) - - const finder = new TestVisualStudioFinder(semverV1, null, null) - - finder.parseData(null, JSON.stringify([{ - packages: [ - 'Microsoft.VisualStudio.Component.VC.Tools.x86.x64', - 'Microsoft.VisualStudio.Component.Windows10SDK.17763', - 'Microsoft.VisualStudio.VC.MSBuild.Base' - ], - path: 'C:\\VS', - version: '9999.9999.9999.9999' - }]), '', (info) => { - t.ok(/unknown version/i.test(finder.errorLog[0]), 'expect error') - t.ok(/find .* Visual Studio/i.test(finder.errorLog[1]), 'expect error') - t.false(info, 'no data') - }) -}) - -test('single unusable VS2017', function (t) { - t.plan(3) - - const finder = new TestVisualStudioFinder(semverV1, null, null) - - const file = path.join(__dirname, 'fixtures', 'VS_2017_Unusable.txt') - const data = fs.readFileSync(file) - finder.parseData(null, data, '', (info) => { - t.ok(/checking/i.test(finder.errorLog[0]), 'expect error') - t.ok(/find .* Visual Studio/i.test(finder.errorLog[2]), 'expect error') - t.false(info, 'no data') - }) -}) - -test('minimal VS2017 Build Tools', function (t) { - t.plan(2) - - const finder = new TestVisualStudioFinder(semverV1, null, (err, info) => { - t.strictEqual(err, null) - t.deepEqual(info, { - msBuild: 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\' + - 'BuildTools\\MSBuild\\15.0\\Bin\\MSBuild.exe', - path: - 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\BuildTools', - sdk: '10.0.17134.0', - toolset: 'v141', - version: '15.9.28307.665', - versionMajor: 15, - versionMinor: 9, - versionYear: 2017 - }) - }) - - poison(finder, 'regSearchKeys') - finder.findVisualStudio2017OrNewer = (cb) => { - const file = path.join(__dirname, 'fixtures', - 'VS_2017_BuildTools_minimal.txt') - const data = fs.readFileSync(file) - finder.parseData(null, data, '', cb) - } - finder.findVisualStudio() -}) - -test('VS2017 Community with C++ workload', function (t) { - t.plan(2) - - const finder = new TestVisualStudioFinder(semverV1, null, (err, info) => { - t.strictEqual(err, null) - t.deepEqual(info, { - msBuild: 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\' + - 'Community\\MSBuild\\15.0\\Bin\\MSBuild.exe', - path: - 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Community', - sdk: '10.0.17763.0', - toolset: 'v141', - version: '15.9.28307.665', - versionMajor: 15, - versionMinor: 9, - versionYear: 2017 - }) - }) - - poison(finder, 'regSearchKeys') - finder.findVisualStudio2017OrNewer = (cb) => { - const file = path.join(__dirname, 'fixtures', - 'VS_2017_Community_workload.txt') - const data = fs.readFileSync(file) - finder.parseData(null, data, '', cb) - } - finder.findVisualStudio() -}) - -test('VS2017 Express', function (t) { - t.plan(2) - - const finder = new TestVisualStudioFinder(semverV1, null, (err, info) => { - t.strictEqual(err, null) - t.deepEqual(info, { - msBuild: 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\' + - 'WDExpress\\MSBuild\\15.0\\Bin\\MSBuild.exe', - path: - 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\WDExpress', - sdk: '10.0.17763.0', - toolset: 'v141', - version: '15.9.28307.858', - versionMajor: 15, - versionMinor: 9, - versionYear: 2017 - }) - }) - - poison(finder, 'regSearchKeys') - finder.findVisualStudio2017OrNewer = (cb) => { - const file = path.join(__dirname, 'fixtures', 'VS_2017_Express.txt') - const data = fs.readFileSync(file) - finder.parseData(null, data, '', cb) - } - finder.findVisualStudio() -}) - -test('VS2019 Preview with C++ workload', function (t) { - t.plan(2) - - const finder = new TestVisualStudioFinder(semverV1, null, (err, info) => { - t.strictEqual(err, null) - t.deepEqual(info, { - msBuild: 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\' + - 'Preview\\MSBuild\\Current\\Bin\\MSBuild.exe', - path: - 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Preview', - sdk: '10.0.17763.0', - toolset: 'v142', - version: '16.0.28608.199', - versionMajor: 16, - versionMinor: 0, - versionYear: 2019 - }) - }) - - poison(finder, 'regSearchKeys') - finder.findVisualStudio2017OrNewer = (cb) => { - const file = path.join(__dirname, 'fixtures', - 'VS_2019_Preview.txt') - const data = fs.readFileSync(file) - finder.parseData(null, data, '', cb) - } - finder.findVisualStudio() -}) - -test('minimal VS2019 Build Tools', function (t) { - t.plan(2) - - const finder = new TestVisualStudioFinder(semverV1, null, (err, info) => { - t.strictEqual(err, null) - t.deepEqual(info, { - msBuild: 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\' + - 'BuildTools\\MSBuild\\Current\\Bin\\MSBuild.exe', - path: - 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\BuildTools', - sdk: '10.0.17134.0', - toolset: 'v142', - version: '16.1.28922.388', - versionMajor: 16, - versionMinor: 1, - versionYear: 2019 - }) - }) - - poison(finder, 'regSearchKeys') - finder.findVisualStudio2017OrNewer = (cb) => { - const file = path.join(__dirname, 'fixtures', - 'VS_2019_BuildTools_minimal.txt') - const data = fs.readFileSync(file) - finder.parseData(null, data, '', cb) - } - finder.findVisualStudio() -}) - -test('VS2019 Community with C++ workload', function (t) { - t.plan(2) - - const finder = new TestVisualStudioFinder(semverV1, null, (err, info) => { - t.strictEqual(err, null) - t.deepEqual(info, { - msBuild: 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\' + - 'Community\\MSBuild\\Current\\Bin\\MSBuild.exe', - path: - 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community', - sdk: '10.0.17763.0', - toolset: 'v142', - version: '16.1.28922.388', - versionMajor: 16, - versionMinor: 1, - versionYear: 2019 - }) - }) - - poison(finder, 'regSearchKeys') - finder.findVisualStudio2017OrNewer = (cb) => { - const file = path.join(__dirname, 'fixtures', - 'VS_2019_Community_workload.txt') - const data = fs.readFileSync(file) - finder.parseData(null, data, '', cb) - } - finder.findVisualStudio() -}) - -function allVsVersions (t, finder) { - finder.findVisualStudio2017OrNewer = (cb) => { - const data0 = JSON.parse(fs.readFileSync(path.join(__dirname, 'fixtures', - 'VS_2017_Unusable.txt'))) - const data1 = JSON.parse(fs.readFileSync(path.join(__dirname, 'fixtures', - 'VS_2017_BuildTools_minimal.txt'))) - const data2 = JSON.parse(fs.readFileSync(path.join(__dirname, 'fixtures', - 'VS_2017_Community_workload.txt'))) - const data3 = JSON.parse(fs.readFileSync(path.join(__dirname, 'fixtures', - 'VS_2017_Express.txt'))) - const data4 = JSON.parse(fs.readFileSync(path.join(__dirname, 'fixtures', - 'VS_2019_Preview.txt'))) - const data5 = JSON.parse(fs.readFileSync(path.join(__dirname, 'fixtures', - 'VS_2019_BuildTools_minimal.txt'))) - const data6 = JSON.parse(fs.readFileSync(path.join(__dirname, 'fixtures', - 'VS_2019_Community_workload.txt'))) - const data = JSON.stringify(data0.concat(data1, data2, data3, data4, - data5, data6)) - finder.parseData(null, data, '', cb) - } - finder.regSearchKeys = (keys, value, addOpts, cb) => { - for (var i = 0; i < keys.length; ++i) { - const fullName = `${keys[i]}\\${value}` - switch (fullName) { - case 'HKLM\\Software\\Microsoft\\VisualStudio\\SxS\\VC7\\14.0': - case 'HKLM\\Software\\Microsoft\\VisualStudio\\SxS\\VC7\\12.0': - continue - case 'HKLM\\Software\\Wow6432Node\\Microsoft\\VisualStudio\\SxS\\VC7\\12.0': - return cb(null, 'C:\\VS2013\\VC\\') - case 'HKLM\\Software\\Microsoft\\MSBuild\\ToolsVersions\\12.0\\MSBuildToolsPath': - return cb(null, 'C:\\MSBuild12\\') - case 'HKLM\\Software\\Wow6432Node\\Microsoft\\VisualStudio\\SxS\\VC7\\14.0': - return cb(null, 'C:\\VS2015\\VC\\') - case 'HKLM\\Software\\Microsoft\\MSBuild\\ToolsVersions\\14.0\\MSBuildToolsPath': - return cb(null, 'C:\\MSBuild14\\') - default: - t.fail(`unexpected search for registry value ${fullName}`) - } - } - return cb(new Error()) - } -} - -test('fail when looking for invalid path', function (t) { - t.plan(2) - - const finder = new TestVisualStudioFinder(semverV1, 'AABB', (err, info) => { - t.ok(/find .* Visual Studio/i.test(err), 'expect error') - t.false(info, 'no data') - }) - - allVsVersions(t, finder) - finder.findVisualStudio() -}) - -test('look for VS2013 by version number', function (t) { - t.plan(2) - - const finder = new TestVisualStudioFinder(semverV1, '2013', (err, info) => { - t.strictEqual(err, null) - t.deepEqual(info.versionYear, 2013) - }) - - allVsVersions(t, finder) - finder.findVisualStudio() -}) - -test('look for VS2013 by installation path', function (t) { - t.plan(2) - - const finder = new TestVisualStudioFinder(semverV1, 'C:\\VS2013', - (err, info) => { - t.strictEqual(err, null) - t.deepEqual(info.path, 'C:\\VS2013') - }) - - allVsVersions(t, finder) - finder.findVisualStudio() -}) - -test('look for VS2015 by version number', function (t) { - t.plan(2) - - const finder = new TestVisualStudioFinder(semverV1, '2015', (err, info) => { - t.strictEqual(err, null) - t.deepEqual(info.versionYear, 2015) - }) - - allVsVersions(t, finder) - finder.findVisualStudio() -}) - -test('look for VS2015 by installation path', function (t) { - t.plan(2) - - const finder = new TestVisualStudioFinder(semverV1, 'C:\\VS2015', - (err, info) => { - t.strictEqual(err, null) - t.deepEqual(info.path, 'C:\\VS2015') - }) - - allVsVersions(t, finder) - finder.findVisualStudio() -}) - -test('look for VS2017 by version number', function (t) { - t.plan(2) - - const finder = new TestVisualStudioFinder(semverV1, '2017', (err, info) => { - t.strictEqual(err, null) - t.deepEqual(info.versionYear, 2017) - }) - - allVsVersions(t, finder) - finder.findVisualStudio() -}) - -test('look for VS2017 by installation path', function (t) { - t.plan(2) - - const finder = new TestVisualStudioFinder(semverV1, - 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Community', - (err, info) => { - t.strictEqual(err, null) - t.deepEqual(info.path, - 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Community') - }) - - allVsVersions(t, finder) - finder.findVisualStudio() -}) - -test('look for VS2019 by version number', function (t) { - t.plan(2) - - const finder = new TestVisualStudioFinder(semverV1, '2019', (err, info) => { - t.strictEqual(err, null) - t.deepEqual(info.versionYear, 2019) - }) - - allVsVersions(t, finder) - finder.findVisualStudio() -}) - -test('look for VS2019 by installation path', function (t) { - t.plan(2) - - const finder = new TestVisualStudioFinder(semverV1, - 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\BuildTools', - (err, info) => { - t.strictEqual(err, null) - t.deepEqual(info.path, - 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\BuildTools') - }) - - allVsVersions(t, finder) - finder.findVisualStudio() -}) - -test('msvs_version match should be case insensitive', function (t) { - t.plan(2) - - const finder = new TestVisualStudioFinder(semverV1, - 'c:\\program files (x86)\\microsoft visual studio\\2019\\BUILDTOOLS', - (err, info) => { - t.strictEqual(err, null) - t.deepEqual(info.path, - 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\BuildTools') - }) - - allVsVersions(t, finder) - finder.findVisualStudio() -}) - -test('latest version should be found by default', function (t) { - t.plan(2) - - const finder = new TestVisualStudioFinder(semverV1, null, (err, info) => { - t.strictEqual(err, null) - t.deepEqual(info.versionYear, 2019) - }) - - allVsVersions(t, finder) - finder.findVisualStudio() -}) - -test('run on a usable VS Command Prompt', function (t) { - t.plan(2) - - process.env.VCINSTALLDIR = 'C:\\VS2015\\VC' - // VSINSTALLDIR is not defined on Visual C++ Build Tools 2015 - delete process.env.VSINSTALLDIR - - const finder = new TestVisualStudioFinder(semverV1, null, (err, info) => { - t.strictEqual(err, null) - t.deepEqual(info.path, 'C:\\VS2015') - }) - - allVsVersions(t, finder) - finder.findVisualStudio() -}) - -test('VCINSTALLDIR match should be case insensitive', function (t) { - t.plan(2) - - process.env.VCINSTALLDIR = - 'c:\\program files (x86)\\microsoft visual studio\\2019\\BUILDTOOLS\\VC' - - const finder = new TestVisualStudioFinder(semverV1, null, (err, info) => { - t.strictEqual(err, null) - t.deepEqual(info.path, - 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\BuildTools') - }) - - allVsVersions(t, finder) - finder.findVisualStudio() -}) - -test('run on a unusable VS Command Prompt', function (t) { - t.plan(2) - - process.env.VCINSTALLDIR = - 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\BuildToolsUnusable\\VC' - - const finder = new TestVisualStudioFinder(semverV1, null, (err, info) => { - t.ok(/find .* Visual Studio/i.test(err), 'expect error') - t.false(info, 'no data') - }) - - allVsVersions(t, finder) - finder.findVisualStudio() -}) - -test('run on a VS Command Prompt with matching msvs_version', function (t) { - t.plan(2) - - process.env.VCINSTALLDIR = 'C:\\VS2015\\VC' - - const finder = new TestVisualStudioFinder(semverV1, 'C:\\VS2015', - (err, info) => { - t.strictEqual(err, null) - t.deepEqual(info.path, 'C:\\VS2015') - }) - - allVsVersions(t, finder) - finder.findVisualStudio() -}) - -test('run on a VS Command Prompt with mismatched msvs_version', function (t) { - t.plan(2) - - process.env.VCINSTALLDIR = - 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\BuildTools\\VC' - - const finder = new TestVisualStudioFinder(semverV1, 'C:\\VS2015', - (err, info) => { - t.ok(/find .* Visual Studio/i.test(err), 'expect error') - t.false(info, 'no data') - }) - - allVsVersions(t, finder) - finder.findVisualStudio() -}) diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/test/test-install.js b/software/flow/node_modules/npm/node_modules/node-gyp/test/test-install.js deleted file mode 100644 index 5039dc9..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/test/test-install.js +++ /dev/null @@ -1,46 +0,0 @@ -'use strict' - -const { test } = require('tap') -const { test: { install } } = require('../lib/install') -const log = require('npmlog') - -log.level = 'error' // we expect a warning - -test('EACCES retry once', async (t) => { - t.plan(3) - - const fs = { - promises: { - stat (_) { - const err = new Error() - err.code = 'EACCES' - t.ok(true) - throw err - } - } - } - - const Gyp = { - devDir: __dirname, - opts: { - ensure: true - }, - commands: { - install (argv, cb) { - install(fs, Gyp, argv).then(cb, cb) - }, - remove (_, cb) { - cb() - } - } - } - - try { - await install(fs, Gyp, []) - } catch (err) { - t.ok(true) - if (/"pre" versions of node cannot be installed/.test(err.message)) { - t.ok(true) - } - } -}) diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/test/test-options.js b/software/flow/node_modules/npm/node_modules/node-gyp/test/test-options.js deleted file mode 100644 index 8a634f0..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/test/test-options.js +++ /dev/null @@ -1,42 +0,0 @@ -'use strict' - -const test = require('tap').test -const gyp = require('../lib/node-gyp') - -test('options in environment', (t) => { - t.plan(1) - - // `npm test` dumps a ton of npm_config_* variables in the environment. - Object.keys(process.env) - .filter((key) => /^npm_config_/.test(key)) - .forEach((key) => { delete process.env[key] }) - - // in some platforms, certain keys are stubborn and cannot be removed - const keys = Object.keys(process.env) - .filter((key) => /^npm_config_/.test(key)) - .map((key) => key.substring('npm_config_'.length)) - .concat('argv', 'x') - - // Zero-length keys should get filtered out. - process.env.npm_config_ = '42' - // Other keys should get added. - process.env.npm_config_x = '42' - // Except loglevel. - process.env.npm_config_loglevel = 'debug' - - const g = gyp() - g.parseArgv(['rebuild']) // Also sets opts.argv. - - t.deepEqual(Object.keys(g.opts).sort(), keys.sort()) -}) - -test('options with spaces in environment', (t) => { - t.plan(1) - - process.env.npm_config_force_process_config = 'true' - - const g = gyp() - g.parseArgv(['rebuild']) // Also sets opts.argv. - - t.equal(g.opts['force-process-config'], 'true') -}) diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/test/test-process-release.js b/software/flow/node_modules/npm/node_modules/node-gyp/test/test-process-release.js deleted file mode 100644 index c3ee070..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/test/test-process-release.js +++ /dev/null @@ -1,434 +0,0 @@ -'use strict' - -const test = require('tap').test -const processRelease = require('../lib/process-release') - -test('test process release - process.version = 0.8.20', function (t) { - t.plan(2) - - var release = processRelease([], { opts: {} }, 'v0.8.20', null) - - t.equal(release.semver.version, '0.8.20') - delete release.semver - - t.deepEqual(release, { - version: '0.8.20', - name: 'node', - baseUrl: 'https://nodejs.org/dist/v0.8.20/', - tarballUrl: 'https://nodejs.org/dist/v0.8.20/node-v0.8.20.tar.gz', - shasumsUrl: 'https://nodejs.org/dist/v0.8.20/SHASUMS256.txt', - versionDir: '0.8.20', - ia32: { libUrl: 'https://nodejs.org/dist/v0.8.20/node.lib', libPath: 'node.lib' }, - x64: { libUrl: 'https://nodejs.org/dist/v0.8.20/x64/node.lib', libPath: 'x64/node.lib' }, - arm64: { libUrl: 'https://nodejs.org/dist/v0.8.20/arm64/node.lib', libPath: 'arm64/node.lib' } - }) -}) - -test('test process release - process.version = 0.10.21', function (t) { - t.plan(2) - - var release = processRelease([], { opts: {} }, 'v0.10.21', null) - - t.equal(release.semver.version, '0.10.21') - delete release.semver - - t.deepEqual(release, { - version: '0.10.21', - name: 'node', - baseUrl: 'https://nodejs.org/dist/v0.10.21/', - tarballUrl: 'https://nodejs.org/dist/v0.10.21/node-v0.10.21.tar.gz', - shasumsUrl: 'https://nodejs.org/dist/v0.10.21/SHASUMS256.txt', - versionDir: '0.10.21', - ia32: { libUrl: 'https://nodejs.org/dist/v0.10.21/node.lib', libPath: 'node.lib' }, - x64: { libUrl: 'https://nodejs.org/dist/v0.10.21/x64/node.lib', libPath: 'x64/node.lib' }, - arm64: { libUrl: 'https://nodejs.org/dist/v0.10.21/arm64/node.lib', libPath: 'arm64/node.lib' } - }) -}) - -// prior to -headers.tar.gz -test('test process release - process.version = 0.12.9', function (t) { - t.plan(2) - - var release = processRelease([], { opts: {} }, 'v0.12.9', null) - - t.equal(release.semver.version, '0.12.9') - delete release.semver - - t.deepEqual(release, { - version: '0.12.9', - name: 'node', - baseUrl: 'https://nodejs.org/dist/v0.12.9/', - tarballUrl: 'https://nodejs.org/dist/v0.12.9/node-v0.12.9.tar.gz', - shasumsUrl: 'https://nodejs.org/dist/v0.12.9/SHASUMS256.txt', - versionDir: '0.12.9', - ia32: { libUrl: 'https://nodejs.org/dist/v0.12.9/node.lib', libPath: 'node.lib' }, - x64: { libUrl: 'https://nodejs.org/dist/v0.12.9/x64/node.lib', libPath: 'x64/node.lib' }, - arm64: { libUrl: 'https://nodejs.org/dist/v0.12.9/arm64/node.lib', libPath: 'arm64/node.lib' } - }) -}) - -// prior to -headers.tar.gz -test('test process release - process.version = 0.10.41', function (t) { - t.plan(2) - - var release = processRelease([], { opts: {} }, 'v0.10.41', null) - - t.equal(release.semver.version, '0.10.41') - delete release.semver - - t.deepEqual(release, { - version: '0.10.41', - name: 'node', - baseUrl: 'https://nodejs.org/dist/v0.10.41/', - tarballUrl: 'https://nodejs.org/dist/v0.10.41/node-v0.10.41.tar.gz', - shasumsUrl: 'https://nodejs.org/dist/v0.10.41/SHASUMS256.txt', - versionDir: '0.10.41', - ia32: { libUrl: 'https://nodejs.org/dist/v0.10.41/node.lib', libPath: 'node.lib' }, - x64: { libUrl: 'https://nodejs.org/dist/v0.10.41/x64/node.lib', libPath: 'x64/node.lib' }, - arm64: { libUrl: 'https://nodejs.org/dist/v0.10.41/arm64/node.lib', libPath: 'arm64/node.lib' } - }) -}) - -// has -headers.tar.gz -test('test process release - process.release ~ node@0.10.42', function (t) { - t.plan(2) - - var release = processRelease([], { opts: {} }, 'v0.10.42', null) - - t.equal(release.semver.version, '0.10.42') - delete release.semver - - t.deepEqual(release, { - version: '0.10.42', - name: 'node', - baseUrl: 'https://nodejs.org/dist/v0.10.42/', - tarballUrl: 'https://nodejs.org/dist/v0.10.42/node-v0.10.42-headers.tar.gz', - shasumsUrl: 'https://nodejs.org/dist/v0.10.42/SHASUMS256.txt', - versionDir: '0.10.42', - ia32: { libUrl: 'https://nodejs.org/dist/v0.10.42/node.lib', libPath: 'node.lib' }, - x64: { libUrl: 'https://nodejs.org/dist/v0.10.42/x64/node.lib', libPath: 'x64/node.lib' }, - arm64: { libUrl: 'https://nodejs.org/dist/v0.10.42/arm64/node.lib', libPath: 'arm64/node.lib' } - }) -}) - -// has -headers.tar.gz -test('test process release - process.release ~ node@0.12.10', function (t) { - t.plan(2) - - var release = processRelease([], { opts: {} }, 'v0.12.10', null) - - t.equal(release.semver.version, '0.12.10') - delete release.semver - - t.deepEqual(release, { - version: '0.12.10', - name: 'node', - baseUrl: 'https://nodejs.org/dist/v0.12.10/', - tarballUrl: 'https://nodejs.org/dist/v0.12.10/node-v0.12.10-headers.tar.gz', - shasumsUrl: 'https://nodejs.org/dist/v0.12.10/SHASUMS256.txt', - versionDir: '0.12.10', - ia32: { libUrl: 'https://nodejs.org/dist/v0.12.10/node.lib', libPath: 'node.lib' }, - x64: { libUrl: 'https://nodejs.org/dist/v0.12.10/x64/node.lib', libPath: 'x64/node.lib' }, - arm64: { libUrl: 'https://nodejs.org/dist/v0.12.10/arm64/node.lib', libPath: 'arm64/node.lib' } - }) -}) - -test('test process release - process.release ~ node@4.1.23', function (t) { - t.plan(2) - - var release = processRelease([], { opts: {} }, 'v4.1.23', { - name: 'node', - headersUrl: 'https://nodejs.org/dist/v4.1.23/node-v4.1.23-headers.tar.gz' - }) - - t.equal(release.semver.version, '4.1.23') - delete release.semver - - t.deepEqual(release, { - version: '4.1.23', - name: 'node', - baseUrl: 'https://nodejs.org/dist/v4.1.23/', - tarballUrl: 'https://nodejs.org/dist/v4.1.23/node-v4.1.23-headers.tar.gz', - shasumsUrl: 'https://nodejs.org/dist/v4.1.23/SHASUMS256.txt', - versionDir: '4.1.23', - ia32: { libUrl: 'https://nodejs.org/dist/v4.1.23/win-x86/node.lib', libPath: 'win-x86/node.lib' }, - x64: { libUrl: 'https://nodejs.org/dist/v4.1.23/win-x64/node.lib', libPath: 'win-x64/node.lib' }, - arm64: { libUrl: 'https://nodejs.org/dist/v4.1.23/win-arm64/node.lib', libPath: 'win-arm64/node.lib' } - }) -}) - -test('test process release - process.release ~ node@4.1.23 / corp build', function (t) { - t.plan(2) - - var release = processRelease([], { opts: {} }, 'v4.1.23', { - name: 'node', - headersUrl: 'https://some.custom.location/node-v4.1.23-headers.tar.gz' - }) - - t.equal(release.semver.version, '4.1.23') - delete release.semver - - t.deepEqual(release, { - version: '4.1.23', - name: 'node', - baseUrl: 'https://some.custom.location/', - tarballUrl: 'https://some.custom.location/node-v4.1.23-headers.tar.gz', - shasumsUrl: 'https://some.custom.location/SHASUMS256.txt', - versionDir: '4.1.23', - ia32: { libUrl: 'https://some.custom.location/win-x86/node.lib', libPath: 'win-x86/node.lib' }, - x64: { libUrl: 'https://some.custom.location/win-x64/node.lib', libPath: 'win-x64/node.lib' }, - arm64: { libUrl: 'https://some.custom.location/win-arm64/node.lib', libPath: 'win-arm64/node.lib' } - }) -}) - -test('test process release - process.release ~ node@12.8.0 Windows', function (t) { - t.plan(2) - - var release = processRelease([], { opts: {} }, 'v12.8.0', { - name: 'node', - sourceUrl: 'https://nodejs.org/download/release/v12.8.0/node-v12.8.0.tar.gz', - headersUrl: 'https://nodejs.org/download/release/v12.8.0/node-v12.8.0-headers.tar.gz', - libUrl: 'https://nodejs.org/download/release/v12.8.0/win-x64/node.lib' - }) - - t.equal(release.semver.version, '12.8.0') - delete release.semver - - t.deepEqual(release, { - version: '12.8.0', - name: 'node', - baseUrl: 'https://nodejs.org/download/release/v12.8.0/', - tarballUrl: 'https://nodejs.org/download/release/v12.8.0/node-v12.8.0-headers.tar.gz', - shasumsUrl: 'https://nodejs.org/download/release/v12.8.0/SHASUMS256.txt', - versionDir: '12.8.0', - ia32: { libUrl: 'https://nodejs.org/download/release/v12.8.0/win-x86/node.lib', libPath: 'win-x86/node.lib' }, - x64: { libUrl: 'https://nodejs.org/download/release/v12.8.0/win-x64/node.lib', libPath: 'win-x64/node.lib' }, - arm64: { libUrl: 'https://nodejs.org/download/release/v12.8.0/win-arm64/node.lib', libPath: 'win-arm64/node.lib' } - }) -}) - -test('test process release - process.release ~ node@12.8.0 Windows ARM64', function (t) { - t.plan(2) - - var release = processRelease([], { opts: {} }, 'v12.8.0', { - name: 'node', - sourceUrl: 'https://unofficial-builds.nodejs.org/download/release/v12.8.0/node-v12.8.0.tar.gz', - headersUrl: 'https://unofficial-builds.nodejs.org/download/release/v12.8.0/node-v12.8.0-headers.tar.gz', - libUrl: 'https://unofficial-builds.nodejs.org/download/release/v12.8.0/win-arm64/node.lib' - }) - - t.equal(release.semver.version, '12.8.0') - delete release.semver - - t.deepEqual(release, { - version: '12.8.0', - name: 'node', - baseUrl: 'https://unofficial-builds.nodejs.org/download/release/v12.8.0/', - tarballUrl: 'https://unofficial-builds.nodejs.org/download/release/v12.8.0/node-v12.8.0-headers.tar.gz', - shasumsUrl: 'https://unofficial-builds.nodejs.org/download/release/v12.8.0/SHASUMS256.txt', - versionDir: '12.8.0', - ia32: { libUrl: 'https://unofficial-builds.nodejs.org/download/release/v12.8.0/win-x86/node.lib', libPath: 'win-x86/node.lib' }, - x64: { libUrl: 'https://unofficial-builds.nodejs.org/download/release/v12.8.0/win-x64/node.lib', libPath: 'win-x64/node.lib' }, - arm64: { libUrl: 'https://unofficial-builds.nodejs.org/download/release/v12.8.0/win-arm64/node.lib', libPath: 'win-arm64/node.lib' } - }) -}) - -test('test process release - process.release ~ node@4.1.23 --target=0.10.40', function (t) { - t.plan(2) - - var release = processRelease([], { opts: { target: '0.10.40' } }, 'v4.1.23', { - name: 'node', - headersUrl: 'https://nodejs.org/dist/v4.1.23/node-v4.1.23-headers.tar.gz' - }) - - t.equal(release.semver.version, '0.10.40') - delete release.semver - - t.deepEqual(release, { - version: '0.10.40', - name: 'node', - baseUrl: 'https://nodejs.org/dist/v0.10.40/', - tarballUrl: 'https://nodejs.org/dist/v0.10.40/node-v0.10.40.tar.gz', - shasumsUrl: 'https://nodejs.org/dist/v0.10.40/SHASUMS256.txt', - versionDir: '0.10.40', - ia32: { libUrl: 'https://nodejs.org/dist/v0.10.40/node.lib', libPath: 'node.lib' }, - x64: { libUrl: 'https://nodejs.org/dist/v0.10.40/x64/node.lib', libPath: 'x64/node.lib' }, - arm64: { libUrl: 'https://nodejs.org/dist/v0.10.40/arm64/node.lib', libPath: 'arm64/node.lib' } - }) -}) - -test('test process release - process.release ~ node@4.1.23 --dist-url=https://foo.bar/baz', function (t) { - t.plan(2) - - var release = processRelease([], { opts: { 'dist-url': 'https://foo.bar/baz' } }, 'v4.1.23', { - name: 'node', - headersUrl: 'https://nodejs.org/dist/v4.1.23/node-v4.1.23-headers.tar.gz' - }) - - t.equal(release.semver.version, '4.1.23') - delete release.semver - - t.deepEqual(release, { - version: '4.1.23', - name: 'node', - baseUrl: 'https://foo.bar/baz/v4.1.23/', - tarballUrl: 'https://foo.bar/baz/v4.1.23/node-v4.1.23-headers.tar.gz', - shasumsUrl: 'https://foo.bar/baz/v4.1.23/SHASUMS256.txt', - versionDir: '4.1.23', - ia32: { libUrl: 'https://foo.bar/baz/v4.1.23/win-x86/node.lib', libPath: 'win-x86/node.lib' }, - x64: { libUrl: 'https://foo.bar/baz/v4.1.23/win-x64/node.lib', libPath: 'win-x64/node.lib' }, - arm64: { libUrl: 'https://foo.bar/baz/v4.1.23/win-arm64/node.lib', libPath: 'win-arm64/node.lib' } - }) -}) - -test('test process release - process.release ~ frankenstein@4.1.23', function (t) { - t.plan(2) - - var release = processRelease([], { opts: {} }, 'v4.1.23', { - name: 'frankenstein', - headersUrl: 'https://frankensteinjs.org/dist/v4.1.23/frankenstein-v4.1.23-headers.tar.gz' - }) - - t.equal(release.semver.version, '4.1.23') - delete release.semver - - t.deepEqual(release, { - version: '4.1.23', - name: 'frankenstein', - baseUrl: 'https://frankensteinjs.org/dist/v4.1.23/', - tarballUrl: 'https://frankensteinjs.org/dist/v4.1.23/frankenstein-v4.1.23-headers.tar.gz', - shasumsUrl: 'https://frankensteinjs.org/dist/v4.1.23/SHASUMS256.txt', - versionDir: 'frankenstein-4.1.23', - ia32: { libUrl: 'https://frankensteinjs.org/dist/v4.1.23/win-x86/frankenstein.lib', libPath: 'win-x86/frankenstein.lib' }, - x64: { libUrl: 'https://frankensteinjs.org/dist/v4.1.23/win-x64/frankenstein.lib', libPath: 'win-x64/frankenstein.lib' }, - arm64: { libUrl: 'https://frankensteinjs.org/dist/v4.1.23/win-arm64/frankenstein.lib', libPath: 'win-arm64/frankenstein.lib' } - }) -}) - -test('test process release - process.release ~ frankenstein@4.1.23 --dist-url=http://foo.bar/baz/', function (t) { - t.plan(2) - - var release = processRelease([], { opts: { 'dist-url': 'http://foo.bar/baz/' } }, 'v4.1.23', { - name: 'frankenstein', - headersUrl: 'https://frankensteinjs.org/dist/v4.1.23/frankenstein-v4.1.23.tar.gz' - }) - - t.equal(release.semver.version, '4.1.23') - delete release.semver - - t.deepEqual(release, { - version: '4.1.23', - name: 'frankenstein', - baseUrl: 'http://foo.bar/baz/v4.1.23/', - tarballUrl: 'http://foo.bar/baz/v4.1.23/frankenstein-v4.1.23-headers.tar.gz', - shasumsUrl: 'http://foo.bar/baz/v4.1.23/SHASUMS256.txt', - versionDir: 'frankenstein-4.1.23', - ia32: { libUrl: 'http://foo.bar/baz/v4.1.23/win-x86/frankenstein.lib', libPath: 'win-x86/frankenstein.lib' }, - x64: { libUrl: 'http://foo.bar/baz/v4.1.23/win-x64/frankenstein.lib', libPath: 'win-x64/frankenstein.lib' }, - arm64: { libUrl: 'http://foo.bar/baz/v4.1.23/win-arm64/frankenstein.lib', libPath: 'win-arm64/frankenstein.lib' } - }) -}) - -test('test process release - process.release ~ node@4.0.0-rc.4', function (t) { - t.plan(2) - - var release = processRelease([], { opts: {} }, 'v4.0.0-rc.4', { - name: 'node', - headersUrl: 'https://nodejs.org/download/rc/v4.0.0-rc.4/node-v4.0.0-rc.4-headers.tar.gz' - }) - - t.equal(release.semver.version, '4.0.0-rc.4') - delete release.semver - - t.deepEqual(release, { - version: '4.0.0-rc.4', - name: 'node', - baseUrl: 'https://nodejs.org/download/rc/v4.0.0-rc.4/', - tarballUrl: 'https://nodejs.org/download/rc/v4.0.0-rc.4/node-v4.0.0-rc.4-headers.tar.gz', - shasumsUrl: 'https://nodejs.org/download/rc/v4.0.0-rc.4/SHASUMS256.txt', - versionDir: '4.0.0-rc.4', - ia32: { libUrl: 'https://nodejs.org/download/rc/v4.0.0-rc.4/win-x86/node.lib', libPath: 'win-x86/node.lib' }, - x64: { libUrl: 'https://nodejs.org/download/rc/v4.0.0-rc.4/win-x64/node.lib', libPath: 'win-x64/node.lib' }, - arm64: { libUrl: 'https://nodejs.org/download/rc/v4.0.0-rc.4/win-arm64/node.lib', libPath: 'win-arm64/node.lib' } - }) -}) - -test('test process release - process.release ~ node@4.0.0-rc.4 passed as argv[0]', function (t) { - t.plan(2) - - // note the missing 'v' on the arg, it should normalise when checking - // whether we're on the default or not - var release = processRelease(['4.0.0-rc.4'], { opts: {} }, 'v4.0.0-rc.4', { - name: 'node', - headersUrl: 'https://nodejs.org/download/rc/v4.0.0-rc.4/node-v4.0.0-rc.4-headers.tar.gz' - }) - - t.equal(release.semver.version, '4.0.0-rc.4') - delete release.semver - - t.deepEqual(release, { - version: '4.0.0-rc.4', - name: 'node', - baseUrl: 'https://nodejs.org/download/rc/v4.0.0-rc.4/', - tarballUrl: 'https://nodejs.org/download/rc/v4.0.0-rc.4/node-v4.0.0-rc.4-headers.tar.gz', - shasumsUrl: 'https://nodejs.org/download/rc/v4.0.0-rc.4/SHASUMS256.txt', - versionDir: '4.0.0-rc.4', - ia32: { libUrl: 'https://nodejs.org/download/rc/v4.0.0-rc.4/win-x86/node.lib', libPath: 'win-x86/node.lib' }, - x64: { libUrl: 'https://nodejs.org/download/rc/v4.0.0-rc.4/win-x64/node.lib', libPath: 'win-x64/node.lib' }, - arm64: { libUrl: 'https://nodejs.org/download/rc/v4.0.0-rc.4/win-arm64/node.lib', libPath: 'win-arm64/node.lib' } - }) -}) - -test('test process release - process.release ~ node@4.0.0-rc.4 - bogus string passed as argv[0]', function (t) { - t.plan(2) - - // additional arguments can be passed in on the commandline that should be ignored if they - // are not specifying a valid version @ position 0 - var release = processRelease(['this is no version!'], { opts: {} }, 'v4.0.0-rc.4', { - name: 'node', - headersUrl: 'https://nodejs.org/download/rc/v4.0.0-rc.4/node-v4.0.0-rc.4-headers.tar.gz' - }) - - t.equal(release.semver.version, '4.0.0-rc.4') - delete release.semver - - t.deepEqual(release, { - version: '4.0.0-rc.4', - name: 'node', - baseUrl: 'https://nodejs.org/download/rc/v4.0.0-rc.4/', - tarballUrl: 'https://nodejs.org/download/rc/v4.0.0-rc.4/node-v4.0.0-rc.4-headers.tar.gz', - shasumsUrl: 'https://nodejs.org/download/rc/v4.0.0-rc.4/SHASUMS256.txt', - versionDir: '4.0.0-rc.4', - ia32: { libUrl: 'https://nodejs.org/download/rc/v4.0.0-rc.4/win-x86/node.lib', libPath: 'win-x86/node.lib' }, - x64: { libUrl: 'https://nodejs.org/download/rc/v4.0.0-rc.4/win-x64/node.lib', libPath: 'win-x64/node.lib' }, - arm64: { libUrl: 'https://nodejs.org/download/rc/v4.0.0-rc.4/win-arm64/node.lib', libPath: 'win-arm64/node.lib' } - }) -}) - -test('test process release - NODEJS_ORG_MIRROR', function (t) { - t.plan(2) - - process.env.NODEJS_ORG_MIRROR = 'http://foo.bar' - - var release = processRelease([], { opts: {} }, 'v4.1.23', { - name: 'node', - headersUrl: 'https://nodejs.org/dist/v4.1.23/node-v4.1.23-headers.tar.gz' - }) - - t.equal(release.semver.version, '4.1.23') - delete release.semver - - t.deepEqual(release, { - version: '4.1.23', - name: 'node', - baseUrl: 'http://foo.bar/v4.1.23/', - tarballUrl: 'http://foo.bar/v4.1.23/node-v4.1.23-headers.tar.gz', - shasumsUrl: 'http://foo.bar/v4.1.23/SHASUMS256.txt', - versionDir: '4.1.23', - ia32: { libUrl: 'http://foo.bar/v4.1.23/win-x86/node.lib', libPath: 'win-x86/node.lib' }, - x64: { libUrl: 'http://foo.bar/v4.1.23/win-x64/node.lib', libPath: 'win-x64/node.lib' }, - arm64: { libUrl: 'http://foo.bar/v4.1.23/win-arm64/node.lib', libPath: 'win-arm64/node.lib' } - }) - - delete process.env.NODEJS_ORG_MIRROR -}) diff --git a/software/flow/node_modules/npm/node_modules/node-gyp/update-gyp.py b/software/flow/node_modules/npm/node_modules/node-gyp/update-gyp.py deleted file mode 100755 index 19524bd..0000000 --- a/software/flow/node_modules/npm/node_modules/node-gyp/update-gyp.py +++ /dev/null @@ -1,64 +0,0 @@ -#!/usr/bin/env python3 - -import argparse -import os -import shutil -import subprocess -import tarfile -import tempfile -import urllib.request - -BASE_URL = "https://github.com/nodejs/gyp-next/archive/" -CHECKOUT_PATH = os.path.dirname(os.path.realpath(__file__)) -CHECKOUT_GYP_PATH = os.path.join(CHECKOUT_PATH, "gyp") - -parser = argparse.ArgumentParser() -parser.add_argument("tag", help="gyp tag to update to") -args = parser.parse_args() - -tar_url = BASE_URL + args.tag + ".tar.gz" - -changed_files = subprocess.check_output(["git", "diff", "--name-only"]).strip() -if changed_files: - raise Exception("Can't update gyp while you have uncommitted changes in node-gyp") - -with tempfile.TemporaryDirectory() as tmp_dir: - tar_file = os.path.join(tmp_dir, "gyp.tar.gz") - unzip_target = os.path.join(tmp_dir, "gyp") - with open(tar_file, "wb") as f: - print("Downloading gyp-next@" + args.tag + " into temporary directory...") - print("From: " + tar_url) - with urllib.request.urlopen(tar_url) as in_file: - f.write(in_file.read()) - - print("Unzipping...") - with tarfile.open(tar_file, "r:gz") as tar_ref: - def is_within_directory(directory, target): - - abs_directory = os.path.abspath(directory) - abs_target = os.path.abspath(target) - - prefix = os.path.commonprefix([abs_directory, abs_target]) - - return prefix == abs_directory - - def safe_extract(tar, path=".", members=None, *, numeric_owner=False): - - for member in tar.getmembers(): - member_path = os.path.join(path, member.name) - if not is_within_directory(path, member_path): - raise Exception("Attempted Path Traversal in Tar File") - - tar.extractall(path, members, numeric_owner) - - safe_extract(tar_ref, unzip_target) - - print("Moving to current checkout (" + CHECKOUT_PATH + ")...") - if os.path.exists(CHECKOUT_GYP_PATH): - shutil.rmtree(CHECKOUT_GYP_PATH) - shutil.move( - os.path.join(unzip_target, os.listdir(unzip_target)[0]), CHECKOUT_GYP_PATH - ) - -subprocess.check_output(["git", "add", "gyp"], cwd=CHECKOUT_PATH) -subprocess.check_output(["git", "commit", "-m", "feat(gyp): update gyp to " + args.tag]) diff --git a/software/flow/node_modules/npm/node_modules/nopt/LICENSE b/software/flow/node_modules/npm/node_modules/nopt/LICENSE deleted file mode 100644 index 19129e3..0000000 --- a/software/flow/node_modules/npm/node_modules/nopt/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -The ISC License - -Copyright (c) Isaac Z. Schlueter and Contributors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/nopt/README.md b/software/flow/node_modules/npm/node_modules/nopt/README.md deleted file mode 100644 index a99531c..0000000 --- a/software/flow/node_modules/npm/node_modules/nopt/README.md +++ /dev/null @@ -1,213 +0,0 @@ -If you want to write an option parser, and have it be good, there are -two ways to do it. The Right Way, and the Wrong Way. - -The Wrong Way is to sit down and write an option parser. We've all done -that. - -The Right Way is to write some complex configurable program with so many -options that you hit the limit of your frustration just trying to -manage them all, and defer it with duct-tape solutions until you see -exactly to the core of the problem, and finally snap and write an -awesome option parser. - -If you want to write an option parser, don't write an option parser. -Write a package manager, or a source control system, or a service -restarter, or an operating system. You probably won't end up with a -good one of those, but if you don't give up, and you are relentless and -diligent enough in your procrastination, you may just end up with a very -nice option parser. - -## USAGE - -```javascript -// my-program.js -var nopt = require("nopt") - , Stream = require("stream").Stream - , path = require("path") - , knownOpts = { "foo" : [String, null] - , "bar" : [Stream, Number] - , "baz" : path - , "bloo" : [ "big", "medium", "small" ] - , "flag" : Boolean - , "pick" : Boolean - , "many1" : [String, Array] - , "many2" : [path, Array] - } - , shortHands = { "foofoo" : ["--foo", "Mr. Foo"] - , "b7" : ["--bar", "7"] - , "m" : ["--bloo", "medium"] - , "p" : ["--pick"] - , "f" : ["--flag"] - } - // everything is optional. - // knownOpts and shorthands default to {} - // arg list defaults to process.argv - // slice defaults to 2 - , parsed = nopt(knownOpts, shortHands, process.argv, 2) -console.log(parsed) -``` - -This would give you support for any of the following: - -```console -$ node my-program.js --foo "blerp" --no-flag -{ "foo" : "blerp", "flag" : false } - -$ node my-program.js ---bar 7 --foo "Mr. Hand" --flag -{ bar: 7, foo: "Mr. Hand", flag: true } - -$ node my-program.js --foo "blerp" -f -----p -{ foo: "blerp", flag: true, pick: true } - -$ node my-program.js -fp --foofoo -{ foo: "Mr. Foo", flag: true, pick: true } - -$ node my-program.js --foofoo -- -fp # -- stops the flag parsing. -{ foo: "Mr. Foo", argv: { remain: ["-fp"] } } - -$ node my-program.js --blatzk -fp # unknown opts are ok. -{ blatzk: true, flag: true, pick: true } - -$ node my-program.js --blatzk=1000 -fp # but you need to use = if they have a value -{ blatzk: 1000, flag: true, pick: true } - -$ node my-program.js --no-blatzk -fp # unless they start with "no-" -{ blatzk: false, flag: true, pick: true } - -$ node my-program.js --baz b/a/z # known paths are resolved. -{ baz: "/Users/isaacs/b/a/z" } - -# if Array is one of the types, then it can take many -# values, and will always be an array. The other types provided -# specify what types are allowed in the list. - -$ node my-program.js --many1 5 --many1 null --many1 foo -{ many1: ["5", "null", "foo"] } - -$ node my-program.js --many2 foo --many2 bar -{ many2: ["/path/to/foo", "path/to/bar"] } -``` - -Read the tests at the bottom of `lib/nopt.js` for more examples of -what this puppy can do. - -## Types - -The following types are supported, and defined on `nopt.typeDefs` - -* String: A normal string. No parsing is done. -* path: A file system path. Gets resolved against cwd if not absolute. -* url: A url. If it doesn't parse, it isn't accepted. -* Number: Must be numeric. -* Date: Must parse as a date. If it does, and `Date` is one of the options, - then it will return a Date object, not a string. -* Boolean: Must be either `true` or `false`. If an option is a boolean, - then it does not need a value, and its presence will imply `true` as - the value. To negate boolean flags, do `--no-whatever` or `--whatever - false` -* NaN: Means that the option is strictly not allowed. Any value will - fail. -* Stream: An object matching the "Stream" class in node. Valuable - for use when validating programmatically. (npm uses this to let you - supply any WriteStream on the `outfd` and `logfd` config options.) -* Array: If `Array` is specified as one of the types, then the value - will be parsed as a list of options. This means that multiple values - can be specified, and that the value will always be an array. - -If a type is an array of values not on this list, then those are -considered valid values. For instance, in the example above, the -`--bloo` option can only be one of `"big"`, `"medium"`, or `"small"`, -and any other value will be rejected. - -When parsing unknown fields, `"true"`, `"false"`, and `"null"` will be -interpreted as their JavaScript equivalents. - -You can also mix types and values, or multiple types, in a list. For -instance `{ blah: [Number, null] }` would allow a value to be set to -either a Number or null. When types are ordered, this implies a -preference, and the first type that can be used to properly interpret -the value will be used. - -To define a new type, add it to `nopt.typeDefs`. Each item in that -hash is an object with a `type` member and a `validate` method. The -`type` member is an object that matches what goes in the type list. The -`validate` method is a function that gets called with `validate(data, -key, val)`. Validate methods should assign `data[key]` to the valid -value of `val` if it can be handled properly, or return boolean -`false` if it cannot. - -You can also call `nopt.clean(data, types, typeDefs)` to clean up a -config object and remove its invalid properties. - -## Error Handling - -By default, nopt outputs a warning to standard error when invalid values for -known options are found. You can change this behavior by assigning a method -to `nopt.invalidHandler`. This method will be called with -the offending `nopt.invalidHandler(key, val, types)`. - -If no `nopt.invalidHandler` is assigned, then it will console.error -its whining. If it is assigned to boolean `false` then the warning is -suppressed. - -## Abbreviations - -Yes, they are supported. If you define options like this: - -```javascript -{ "foolhardyelephants" : Boolean -, "pileofmonkeys" : Boolean } -``` - -Then this will work: - -```bash -node program.js --foolhar --pil -node program.js --no-f --pileofmon -# etc. -``` - -## Shorthands - -Shorthands are a hash of shorter option names to a snippet of args that -they expand to. - -If multiple one-character shorthands are all combined, and the -combination does not unambiguously match any other option or shorthand, -then they will be broken up into their constituent parts. For example: - -```json -{ "s" : ["--loglevel", "silent"] -, "g" : "--global" -, "f" : "--force" -, "p" : "--parseable" -, "l" : "--long" -} -``` - -```bash -npm ls -sgflp -# just like doing this: -npm ls --loglevel silent --global --force --long --parseable -``` - -## The Rest of the args - -The config object returned by nopt is given a special member called -`argv`, which is an object with the following fields: - -* `remain`: The remaining args after all the parsing has occurred. -* `original`: The args as they originally appeared. -* `cooked`: The args after flags and shorthands are expanded. - -## Slicing - -Node programs are called with more or less the exact argv as it appears -in C land, after the v8 and node-specific options have been plucked off. -As such, `argv[0]` is always `node` and `argv[1]` is always the -JavaScript program being run. - -That's usually not very useful to you. So they're sliced off by -default. If you want them, then you can pass in `0` as the last -argument, or any other number that you'd like to slice off the start of -the list. diff --git a/software/flow/node_modules/npm/node_modules/nopt/bin/nopt.js b/software/flow/node_modules/npm/node_modules/nopt/bin/nopt.js deleted file mode 100755 index bb04291..0000000 --- a/software/flow/node_modules/npm/node_modules/nopt/bin/nopt.js +++ /dev/null @@ -1,56 +0,0 @@ -#!/usr/bin/env node -var nopt = require('../lib/nopt') -var path = require('path') -var types = { num: Number, - bool: Boolean, - help: Boolean, - list: Array, - 'num-list': [Number, Array], - 'str-list': [String, Array], - 'bool-list': [Boolean, Array], - str: String, - clear: Boolean, - config: Boolean, - length: Number, - file: path, -} -var shorthands = { s: ['--str', 'astring'], - b: ['--bool'], - nb: ['--no-bool'], - tft: ['--bool-list', '--no-bool-list', '--bool-list', 'true'], - '?': ['--help'], - h: ['--help'], - H: ['--help'], - n: ['--num', '125'], - c: ['--config'], - l: ['--length'], - f: ['--file'], -} -var parsed = nopt(types - , shorthands - , process.argv - , 2) - -console.log('parsed', parsed) - -if (parsed.help) { - console.log('') - console.log('nopt cli tester') - console.log('') - console.log('types') - console.log(Object.keys(types).map(function M (t) { - var type = types[t] - if (Array.isArray(type)) { - return [t, type.map(function (mappedType) { - return mappedType.name - })] - } - return [t, type && type.name] - }).reduce(function (s, i) { - s[i[0]] = i[1] - return s - }, {})) - console.log('') - console.log('shorthands') - console.log(shorthands) -} diff --git a/software/flow/node_modules/npm/node_modules/nopt/lib/nopt.js b/software/flow/node_modules/npm/node_modules/nopt/lib/nopt.js deleted file mode 100644 index 5829c2f..0000000 --- a/software/flow/node_modules/npm/node_modules/nopt/lib/nopt.js +++ /dev/null @@ -1,515 +0,0 @@ -// info about each config option. - -var debug = process.env.DEBUG_NOPT || process.env.NOPT_DEBUG - ? function () { - console.error.apply(console, arguments) - } - : function () {} - -var url = require('url') -var path = require('path') -var Stream = require('stream').Stream -var abbrev = require('abbrev') -var os = require('os') - -module.exports = exports = nopt -exports.clean = clean - -exports.typeDefs = - { String: { type: String, validate: validateString }, - Boolean: { type: Boolean, validate: validateBoolean }, - url: { type: url, validate: validateUrl }, - Number: { type: Number, validate: validateNumber }, - path: { type: path, validate: validatePath }, - Stream: { type: Stream, validate: validateStream }, - Date: { type: Date, validate: validateDate }, - } - -function nopt (types, shorthands, args, slice) { - args = args || process.argv - types = types || {} - shorthands = shorthands || {} - if (typeof slice !== 'number') { - slice = 2 - } - - debug(types, shorthands, args, slice) - - args = args.slice(slice) - var data = {} - var argv = { - remain: [], - cooked: args, - original: args.slice(0), - } - - parse(args, data, argv.remain, types, shorthands) - // now data is full - clean(data, types, exports.typeDefs) - data.argv = argv - Object.defineProperty(data.argv, 'toString', { value: function () { - return this.original.map(JSON.stringify).join(' ') - }, - enumerable: false }) - return data -} - -function clean (data, types, typeDefs) { - typeDefs = typeDefs || exports.typeDefs - var remove = {} - var typeDefault = [false, true, null, String, Array] - - Object.keys(data).forEach(function (k) { - if (k === 'argv') { - return - } - var val = data[k] - var isArray = Array.isArray(val) - var type = types[k] - if (!isArray) { - val = [val] - } - if (!type) { - type = typeDefault - } - if (type === Array) { - type = typeDefault.concat(Array) - } - if (!Array.isArray(type)) { - type = [type] - } - - debug('val=%j', val) - debug('types=', type) - val = val.map(function (v) { - // if it's an unknown value, then parse false/true/null/numbers/dates - if (typeof v === 'string') { - debug('string %j', v) - v = v.trim() - if ((v === 'null' && ~type.indexOf(null)) - || (v === 'true' && - (~type.indexOf(true) || ~type.indexOf(Boolean))) - || (v === 'false' && - (~type.indexOf(false) || ~type.indexOf(Boolean)))) { - v = JSON.parse(v) - debug('jsonable %j', v) - } else if (~type.indexOf(Number) && !isNaN(v)) { - debug('convert to number', v) - v = +v - } else if (~type.indexOf(Date) && !isNaN(Date.parse(v))) { - debug('convert to date', v) - v = new Date(v) - } - } - - if (!Object.prototype.hasOwnProperty.call(types, k)) { - return v - } - - // allow `--no-blah` to set 'blah' to null if null is allowed - if (v === false && ~type.indexOf(null) && - !(~type.indexOf(false) || ~type.indexOf(Boolean))) { - v = null - } - - var d = {} - d[k] = v - debug('prevalidated val', d, v, types[k]) - if (!validate(d, k, v, types[k], typeDefs)) { - if (exports.invalidHandler) { - exports.invalidHandler(k, v, types[k], data) - } else if (exports.invalidHandler !== false) { - debug('invalid: ' + k + '=' + v, types[k]) - } - return remove - } - debug('validated v', d, v, types[k]) - return d[k] - }).filter(function (v) { - return v !== remove - }) - - // if we allow Array specifically, then an empty array is how we - // express 'no value here', not null. Allow it. - if (!val.length && type.indexOf(Array) === -1) { - debug('VAL HAS NO LENGTH, DELETE IT', val, k, type.indexOf(Array)) - delete data[k] - } else if (isArray) { - debug(isArray, data[k], val) - data[k] = val - } else { - data[k] = val[0] - } - - debug('k=%s val=%j', k, val, data[k]) - }) -} - -function validateString (data, k, val) { - data[k] = String(val) -} - -function validatePath (data, k, val) { - if (val === true) { - return false - } - if (val === null) { - return true - } - - val = String(val) - - var isWin = process.platform === 'win32' - var homePattern = isWin ? /^~(\/|\\)/ : /^~\// - var home = os.homedir() - - if (home && val.match(homePattern)) { - data[k] = path.resolve(home, val.slice(2)) - } else { - data[k] = path.resolve(val) - } - return true -} - -function validateNumber (data, k, val) { - debug('validate Number %j %j %j', k, val, isNaN(val)) - if (isNaN(val)) { - return false - } - data[k] = +val -} - -function validateDate (data, k, val) { - var s = Date.parse(val) - debug('validate Date %j %j %j', k, val, s) - if (isNaN(s)) { - return false - } - data[k] = new Date(val) -} - -function validateBoolean (data, k, val) { - if (val instanceof Boolean) { - val = val.valueOf() - } else if (typeof val === 'string') { - if (!isNaN(val)) { - val = !!(+val) - } else if (val === 'null' || val === 'false') { - val = false - } else { - val = true - } - } else { - val = !!val - } - data[k] = val -} - -function validateUrl (data, k, val) { - // Changing this would be a breaking change in the npm cli - /* eslint-disable-next-line node/no-deprecated-api */ - val = url.parse(String(val)) - if (!val.host) { - return false - } - data[k] = val.href -} - -function validateStream (data, k, val) { - if (!(val instanceof Stream)) { - return false - } - data[k] = val -} - -function validate (data, k, val, type, typeDefs) { - // arrays are lists of types. - if (Array.isArray(type)) { - for (let i = 0, l = type.length; i < l; i++) { - if (type[i] === Array) { - continue - } - if (validate(data, k, val, type[i], typeDefs)) { - return true - } - } - delete data[k] - return false - } - - // an array of anything? - if (type === Array) { - return true - } - - // Original comment: - // NaN is poisonous. Means that something is not allowed. - // New comment: Changing this to an isNaN check breaks a lot of tests. - // Something is being assumed here that is not actually what happens in - // practice. Fixing it is outside the scope of getting linting to pass in - // this repo. Leaving as-is for now. - /* eslint-disable-next-line no-self-compare */ - if (type !== type) { - debug('Poison NaN', k, val, type) - delete data[k] - return false - } - - // explicit list of values - if (val === type) { - debug('Explicitly allowed %j', val) - // if (isArray) (data[k] = data[k] || []).push(val) - // else data[k] = val - data[k] = val - return true - } - - // now go through the list of typeDefs, validate against each one. - var ok = false - var types = Object.keys(typeDefs) - for (let i = 0, l = types.length; i < l; i++) { - debug('test type %j %j %j', k, val, types[i]) - var t = typeDefs[types[i]] - if (t && ( - (type && type.name && t.type && t.type.name) ? - (type.name === t.type.name) : - (type === t.type) - )) { - var d = {} - ok = t.validate(d, k, val) !== false - val = d[k] - if (ok) { - // if (isArray) (data[k] = data[k] || []).push(val) - // else data[k] = val - data[k] = val - break - } - } - } - debug('OK? %j (%j %j %j)', ok, k, val, types[types.length - 1]) - - if (!ok) { - delete data[k] - } - return ok -} - -function parse (args, data, remain, types, shorthands) { - debug('parse', args, data, remain) - - var abbrevs = abbrev(Object.keys(types)) - var shortAbbr = abbrev(Object.keys(shorthands)) - - for (var i = 0; i < args.length; i++) { - var arg = args[i] - debug('arg', arg) - - if (arg.match(/^-{2,}$/)) { - // done with keys. - // the rest are args. - remain.push.apply(remain, args.slice(i + 1)) - args[i] = '--' - break - } - var hadEq = false - if (arg.charAt(0) === '-' && arg.length > 1) { - var at = arg.indexOf('=') - if (at > -1) { - hadEq = true - var v = arg.slice(at + 1) - arg = arg.slice(0, at) - args.splice(i, 1, arg, v) - } - - // see if it's a shorthand - // if so, splice and back up to re-parse it. - var shRes = resolveShort(arg, shorthands, shortAbbr, abbrevs) - debug('arg=%j shRes=%j', arg, shRes) - if (shRes) { - debug(arg, shRes) - args.splice.apply(args, [i, 1].concat(shRes)) - if (arg !== shRes[0]) { - i-- - continue - } - } - arg = arg.replace(/^-+/, '') - var no = null - while (arg.toLowerCase().indexOf('no-') === 0) { - no = !no - arg = arg.slice(3) - } - - if (abbrevs[arg]) { - arg = abbrevs[arg] - } - - var argType = types[arg] - var isTypeArray = Array.isArray(argType) - if (isTypeArray && argType.length === 1) { - isTypeArray = false - argType = argType[0] - } - - var isArray = argType === Array || - isTypeArray && argType.indexOf(Array) !== -1 - - // allow unknown things to be arrays if specified multiple times. - if ( - !Object.prototype.hasOwnProperty.call(types, arg) && - Object.prototype.hasOwnProperty.call(data, arg) - ) { - if (!Array.isArray(data[arg])) { - data[arg] = [data[arg]] - } - isArray = true - } - - var val - var la = args[i + 1] - - var isBool = typeof no === 'boolean' || - argType === Boolean || - isTypeArray && argType.indexOf(Boolean) !== -1 || - (typeof argType === 'undefined' && !hadEq) || - (la === 'false' && - (argType === null || - isTypeArray && ~argType.indexOf(null))) - - if (isBool) { - // just set and move along - val = !no - // however, also support --bool true or --bool false - if (la === 'true' || la === 'false') { - val = JSON.parse(la) - la = null - if (no) { - val = !val - } - i++ - } - - // also support "foo":[Boolean, "bar"] and "--foo bar" - if (isTypeArray && la) { - if (~argType.indexOf(la)) { - // an explicit type - val = la - i++ - } else if (la === 'null' && ~argType.indexOf(null)) { - // null allowed - val = null - i++ - } else if (!la.match(/^-{2,}[^-]/) && - !isNaN(la) && - ~argType.indexOf(Number)) { - // number - val = +la - i++ - } else if (!la.match(/^-[^-]/) && ~argType.indexOf(String)) { - // string - val = la - i++ - } - } - - if (isArray) { - (data[arg] = data[arg] || []).push(val) - } else { - data[arg] = val - } - - continue - } - - if (argType === String) { - if (la === undefined) { - la = '' - } else if (la.match(/^-{1,2}[^-]+/)) { - la = '' - i-- - } - } - - if (la && la.match(/^-{2,}$/)) { - la = undefined - i-- - } - - val = la === undefined ? true : la - if (isArray) { - (data[arg] = data[arg] || []).push(val) - } else { - data[arg] = val - } - - i++ - continue - } - remain.push(arg) - } -} - -function resolveShort (arg, shorthands, shortAbbr, abbrevs) { - // handle single-char shorthands glommed together, like - // npm ls -glp, but only if there is one dash, and only if - // all of the chars are single-char shorthands, and it's - // not a match to some other abbrev. - arg = arg.replace(/^-+/, '') - - // if it's an exact known option, then don't go any further - if (abbrevs[arg] === arg) { - return null - } - - // if it's an exact known shortopt, same deal - if (shorthands[arg]) { - // make it an array, if it's a list of words - if (shorthands[arg] && !Array.isArray(shorthands[arg])) { - shorthands[arg] = shorthands[arg].split(/\s+/) - } - - return shorthands[arg] - } - - // first check to see if this arg is a set of single-char shorthands - var singles = shorthands.___singles - if (!singles) { - singles = Object.keys(shorthands).filter(function (s) { - return s.length === 1 - }).reduce(function (l, r) { - l[r] = true - return l - }, {}) - shorthands.___singles = singles - debug('shorthand singles', singles) - } - - var chrs = arg.split('').filter(function (c) { - return singles[c] - }) - - if (chrs.join('') === arg) { - return chrs.map(function (c) { - return shorthands[c] - }).reduce(function (l, r) { - return l.concat(r) - }, []) - } - - // if it's an arg abbrev, and not a literal shorthand, then prefer the arg - if (abbrevs[arg] && !shorthands[arg]) { - return null - } - - // if it's an abbr for a shorthand, then use that - if (shortAbbr[arg]) { - arg = shortAbbr[arg] - } - - // make it an array, if it's a list of words - if (shorthands[arg] && !Array.isArray(shorthands[arg])) { - shorthands[arg] = shorthands[arg].split(/\s+/) - } - - return shorthands[arg] -} diff --git a/software/flow/node_modules/npm/node_modules/nopt/package.json b/software/flow/node_modules/npm/node_modules/nopt/package.json deleted file mode 100644 index f12fb33..0000000 --- a/software/flow/node_modules/npm/node_modules/nopt/package.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "name": "nopt", - "version": "7.0.0", - "description": "Option parsing for Node, supporting types, shorthands, etc. Used by npm.", - "author": "GitHub Inc.", - "main": "lib/nopt.js", - "scripts": { - "test": "tap", - "lint": "eslint \"**/*.js\"", - "postlint": "template-oss-check", - "template-oss-apply": "template-oss-apply --force", - "lintfix": "npm run lint -- --fix", - "snap": "tap", - "posttest": "npm run lint" - }, - "repository": { - "type": "git", - "url": "https://github.com/npm/nopt.git" - }, - "bin": { - "nopt": "bin/nopt.js" - }, - "license": "ISC", - "dependencies": { - "abbrev": "^2.0.0" - }, - "devDependencies": { - "@npmcli/eslint-config": "^4.0.0", - "@npmcli/template-oss": "4.8.0", - "tap": "^16.3.0" - }, - "tap": { - "lines": 87, - "functions": 91, - "branches": 81, - "statements": 87, - "nyc-arg": [ - "--exclude", - "tap-snapshots/**" - ] - }, - "files": [ - "bin/", - "lib/" - ], - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "windowsCI": false, - "version": "4.8.0" - } -} diff --git a/software/flow/node_modules/npm/node_modules/normalize-package-data/LICENSE b/software/flow/node_modules/npm/node_modules/normalize-package-data/LICENSE deleted file mode 100644 index 19d1364..0000000 --- a/software/flow/node_modules/npm/node_modules/normalize-package-data/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -This package contains code originally written by Isaac Z. Schlueter. -Used with permission. - -Copyright (c) Meryn Stol ("Author") -All rights reserved. - -The BSD License - -Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - -1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/software/flow/node_modules/npm/node_modules/normalize-package-data/lib/extract_description.js b/software/flow/node_modules/npm/node_modules/normalize-package-data/lib/extract_description.js deleted file mode 100644 index 631966b..0000000 --- a/software/flow/node_modules/npm/node_modules/normalize-package-data/lib/extract_description.js +++ /dev/null @@ -1,24 +0,0 @@ -module.exports = extractDescription - -// Extracts description from contents of a readme file in markdown format -function extractDescription (d) { - if (!d) { - return - } - if (d === 'ERROR: No README data found!') { - return - } - // the first block of text before the first heading - // that isn't the first line heading - d = d.trim().split('\n') - let s = 0 - while (d[s] && d[s].trim().match(/^(#|$)/)) { - s++ - } - const l = d.length - let e = s + 1 - while (e < l && d[e].trim()) { - e++ - } - return d.slice(s, e).join(' ').trim() -} diff --git a/software/flow/node_modules/npm/node_modules/normalize-package-data/lib/fixer.js b/software/flow/node_modules/npm/node_modules/normalize-package-data/lib/fixer.js deleted file mode 100644 index bb78231..0000000 --- a/software/flow/node_modules/npm/node_modules/normalize-package-data/lib/fixer.js +++ /dev/null @@ -1,475 +0,0 @@ -var isValidSemver = require('semver/functions/valid') -var cleanSemver = require('semver/functions/clean') -var validateLicense = require('validate-npm-package-license') -var hostedGitInfo = require('hosted-git-info') -var isBuiltinModule = require('is-core-module') -var depTypes = ['dependencies', 'devDependencies', 'optionalDependencies'] -var extractDescription = require('./extract_description') -var url = require('url') -var typos = require('./typos.json') - -var isEmail = str => str.includes('@') && (str.indexOf('@') < str.lastIndexOf('.')) - -module.exports = { - // default warning function - warn: function () {}, - - fixRepositoryField: function (data) { - if (data.repositories) { - this.warn('repositories') - data.repository = data.repositories[0] - } - if (!data.repository) { - return this.warn('missingRepository') - } - if (typeof data.repository === 'string') { - data.repository = { - type: 'git', - url: data.repository, - } - } - var r = data.repository.url || '' - if (r) { - var hosted = hostedGitInfo.fromUrl(r) - if (hosted) { - r = data.repository.url - = hosted.getDefaultRepresentation() === 'shortcut' ? hosted.https() : hosted.toString() - } - } - - if (r.match(/github.com\/[^/]+\/[^/]+\.git\.git$/)) { - this.warn('brokenGitUrl', r) - } - }, - - fixTypos: function (data) { - Object.keys(typos.topLevel).forEach(function (d) { - if (Object.prototype.hasOwnProperty.call(data, d)) { - this.warn('typo', d, typos.topLevel[d]) - } - }, this) - }, - - fixScriptsField: function (data) { - if (!data.scripts) { - return - } - if (typeof data.scripts !== 'object') { - this.warn('nonObjectScripts') - delete data.scripts - return - } - Object.keys(data.scripts).forEach(function (k) { - if (typeof data.scripts[k] !== 'string') { - this.warn('nonStringScript') - delete data.scripts[k] - } else if (typos.script[k] && !data.scripts[typos.script[k]]) { - this.warn('typo', k, typos.script[k], 'scripts') - } - }, this) - }, - - fixFilesField: function (data) { - var files = data.files - if (files && !Array.isArray(files)) { - this.warn('nonArrayFiles') - delete data.files - } else if (data.files) { - data.files = data.files.filter(function (file) { - if (!file || typeof file !== 'string') { - this.warn('invalidFilename', file) - return false - } else { - return true - } - }, this) - } - }, - - fixBinField: function (data) { - if (!data.bin) { - return - } - if (typeof data.bin === 'string') { - var b = {} - var match - if (match = data.name.match(/^@[^/]+[/](.*)$/)) { - b[match[1]] = data.bin - } else { - b[data.name] = data.bin - } - data.bin = b - } - }, - - fixManField: function (data) { - if (!data.man) { - return - } - if (typeof data.man === 'string') { - data.man = [data.man] - } - }, - fixBundleDependenciesField: function (data) { - var bdd = 'bundledDependencies' - var bd = 'bundleDependencies' - if (data[bdd] && !data[bd]) { - data[bd] = data[bdd] - delete data[bdd] - } - if (data[bd] && !Array.isArray(data[bd])) { - this.warn('nonArrayBundleDependencies') - delete data[bd] - } else if (data[bd]) { - data[bd] = data[bd].filter(function (filtered) { - if (!filtered || typeof filtered !== 'string') { - this.warn('nonStringBundleDependency', filtered) - return false - } else { - if (!data.dependencies) { - data.dependencies = {} - } - if (!Object.prototype.hasOwnProperty.call(data.dependencies, filtered)) { - this.warn('nonDependencyBundleDependency', filtered) - data.dependencies[filtered] = '*' - } - return true - } - }, this) - } - }, - - fixDependencies: function (data, strict) { - objectifyDeps(data, this.warn) - addOptionalDepsToDeps(data, this.warn) - this.fixBundleDependenciesField(data) - - ;['dependencies', 'devDependencies'].forEach(function (deps) { - if (!(deps in data)) { - return - } - if (!data[deps] || typeof data[deps] !== 'object') { - this.warn('nonObjectDependencies', deps) - delete data[deps] - return - } - Object.keys(data[deps]).forEach(function (d) { - var r = data[deps][d] - if (typeof r !== 'string') { - this.warn('nonStringDependency', d, JSON.stringify(r)) - delete data[deps][d] - } - var hosted = hostedGitInfo.fromUrl(data[deps][d]) - if (hosted) { - data[deps][d] = hosted.toString() - } - }, this) - }, this) - }, - - fixModulesField: function (data) { - if (data.modules) { - this.warn('deprecatedModules') - delete data.modules - } - }, - - fixKeywordsField: function (data) { - if (typeof data.keywords === 'string') { - data.keywords = data.keywords.split(/,\s+/) - } - if (data.keywords && !Array.isArray(data.keywords)) { - delete data.keywords - this.warn('nonArrayKeywords') - } else if (data.keywords) { - data.keywords = data.keywords.filter(function (kw) { - if (typeof kw !== 'string' || !kw) { - this.warn('nonStringKeyword') - return false - } else { - return true - } - }, this) - } - }, - - fixVersionField: function (data, strict) { - // allow "loose" semver 1.0 versions in non-strict mode - // enforce strict semver 2.0 compliance in strict mode - var loose = !strict - if (!data.version) { - data.version = '' - return true - } - if (!isValidSemver(data.version, loose)) { - throw new Error('Invalid version: "' + data.version + '"') - } - data.version = cleanSemver(data.version, loose) - return true - }, - - fixPeople: function (data) { - modifyPeople(data, unParsePerson) - modifyPeople(data, parsePerson) - }, - - fixNameField: function (data, options) { - if (typeof options === 'boolean') { - options = { strict: options } - } else if (typeof options === 'undefined') { - options = {} - } - var strict = options.strict - if (!data.name && !strict) { - data.name = '' - return - } - if (typeof data.name !== 'string') { - throw new Error('name field must be a string.') - } - if (!strict) { - data.name = data.name.trim() - } - ensureValidName(data.name, strict, options.allowLegacyCase) - if (isBuiltinModule(data.name)) { - this.warn('conflictingName', data.name) - } - }, - - fixDescriptionField: function (data) { - if (data.description && typeof data.description !== 'string') { - this.warn('nonStringDescription') - delete data.description - } - if (data.readme && !data.description) { - data.description = extractDescription(data.readme) - } - if (data.description === undefined) { - delete data.description - } - if (!data.description) { - this.warn('missingDescription') - } - }, - - fixReadmeField: function (data) { - if (!data.readme) { - this.warn('missingReadme') - data.readme = 'ERROR: No README data found!' - } - }, - - fixBugsField: function (data) { - if (!data.bugs && data.repository && data.repository.url) { - var hosted = hostedGitInfo.fromUrl(data.repository.url) - if (hosted && hosted.bugs()) { - data.bugs = { url: hosted.bugs() } - } - } else if (data.bugs) { - if (typeof data.bugs === 'string') { - if (isEmail(data.bugs)) { - data.bugs = { email: data.bugs } - /* eslint-disable-next-line node/no-deprecated-api */ - } else if (url.parse(data.bugs).protocol) { - data.bugs = { url: data.bugs } - } else { - this.warn('nonEmailUrlBugsString') - } - } else { - bugsTypos(data.bugs, this.warn) - var oldBugs = data.bugs - data.bugs = {} - if (oldBugs.url) { - /* eslint-disable-next-line node/no-deprecated-api */ - if (typeof (oldBugs.url) === 'string' && url.parse(oldBugs.url).protocol) { - data.bugs.url = oldBugs.url - } else { - this.warn('nonUrlBugsUrlField') - } - } - if (oldBugs.email) { - if (typeof (oldBugs.email) === 'string' && isEmail(oldBugs.email)) { - data.bugs.email = oldBugs.email - } else { - this.warn('nonEmailBugsEmailField') - } - } - } - if (!data.bugs.email && !data.bugs.url) { - delete data.bugs - this.warn('emptyNormalizedBugs') - } - } - }, - - fixHomepageField: function (data) { - if (!data.homepage && data.repository && data.repository.url) { - var hosted = hostedGitInfo.fromUrl(data.repository.url) - if (hosted && hosted.docs()) { - data.homepage = hosted.docs() - } - } - if (!data.homepage) { - return - } - - if (typeof data.homepage !== 'string') { - this.warn('nonUrlHomepage') - return delete data.homepage - } - /* eslint-disable-next-line node/no-deprecated-api */ - if (!url.parse(data.homepage).protocol) { - data.homepage = 'http://' + data.homepage - } - }, - - fixLicenseField: function (data) { - const license = data.license || data.licence - if (!license) { - return this.warn('missingLicense') - } - if ( - typeof (license) !== 'string' || - license.length < 1 || - license.trim() === '' - ) { - return this.warn('invalidLicense') - } - if (!validateLicense(license).validForNewPackages) { - return this.warn('invalidLicense') - } - }, -} - -function isValidScopedPackageName (spec) { - if (spec.charAt(0) !== '@') { - return false - } - - var rest = spec.slice(1).split('/') - if (rest.length !== 2) { - return false - } - - return rest[0] && rest[1] && - rest[0] === encodeURIComponent(rest[0]) && - rest[1] === encodeURIComponent(rest[1]) -} - -function isCorrectlyEncodedName (spec) { - return !spec.match(/[/@\s+%:]/) && - spec === encodeURIComponent(spec) -} - -function ensureValidName (name, strict, allowLegacyCase) { - if (name.charAt(0) === '.' || - !(isValidScopedPackageName(name) || isCorrectlyEncodedName(name)) || - (strict && (!allowLegacyCase) && name !== name.toLowerCase()) || - name.toLowerCase() === 'node_modules' || - name.toLowerCase() === 'favicon.ico') { - throw new Error('Invalid name: ' + JSON.stringify(name)) - } -} - -function modifyPeople (data, fn) { - if (data.author) { - data.author = fn(data.author) - }['maintainers', 'contributors'].forEach(function (set) { - if (!Array.isArray(data[set])) { - return - } - data[set] = data[set].map(fn) - }) - return data -} - -function unParsePerson (person) { - if (typeof person === 'string') { - return person - } - var name = person.name || '' - var u = person.url || person.web - var wrappedUrl = u ? (' (' + u + ')') : '' - var e = person.email || person.mail - var wrappedEmail = e ? (' <' + e + '>') : '' - return name + wrappedEmail + wrappedUrl -} - -function parsePerson (person) { - if (typeof person !== 'string') { - return person - } - var matchedName = person.match(/^([^(<]+)/) - var matchedUrl = person.match(/\(([^()]+)\)/) - var matchedEmail = person.match(/<([^<>]+)>/) - var obj = {} - if (matchedName && matchedName[0].trim()) { - obj.name = matchedName[0].trim() - } - if (matchedEmail) { - obj.email = matchedEmail[1] - } - if (matchedUrl) { - obj.url = matchedUrl[1] - } - return obj -} - -function addOptionalDepsToDeps (data, warn) { - var o = data.optionalDependencies - if (!o) { - return - } - var d = data.dependencies || {} - Object.keys(o).forEach(function (k) { - d[k] = o[k] - }) - data.dependencies = d -} - -function depObjectify (deps, type, warn) { - if (!deps) { - return {} - } - if (typeof deps === 'string') { - deps = deps.trim().split(/[\n\r\s\t ,]+/) - } - if (!Array.isArray(deps)) { - return deps - } - warn('deprecatedArrayDependencies', type) - var o = {} - deps.filter(function (d) { - return typeof d === 'string' - }).forEach(function (d) { - d = d.trim().split(/(:?[@\s><=])/) - var dn = d.shift() - var dv = d.join('') - dv = dv.trim() - dv = dv.replace(/^@/, '') - o[dn] = dv - }) - return o -} - -function objectifyDeps (data, warn) { - depTypes.forEach(function (type) { - if (!data[type]) { - return - } - data[type] = depObjectify(data[type], type, warn) - }) -} - -function bugsTypos (bugs, warn) { - if (!bugs) { - return - } - Object.keys(bugs).forEach(function (k) { - if (typos.bugs[k]) { - warn('typo', k, typos.bugs[k], 'bugs') - bugs[typos.bugs[k]] = bugs[k] - delete bugs[k] - } - }) -} diff --git a/software/flow/node_modules/npm/node_modules/normalize-package-data/lib/make_warning.js b/software/flow/node_modules/npm/node_modules/normalize-package-data/lib/make_warning.js deleted file mode 100644 index 3be9c86..0000000 --- a/software/flow/node_modules/npm/node_modules/normalize-package-data/lib/make_warning.js +++ /dev/null @@ -1,22 +0,0 @@ -var util = require('util') -var messages = require('./warning_messages.json') - -module.exports = function () { - var args = Array.prototype.slice.call(arguments, 0) - var warningName = args.shift() - if (warningName === 'typo') { - return makeTypoWarning.apply(null, args) - } else { - var msgTemplate = messages[warningName] ? messages[warningName] : warningName + ": '%s'" - args.unshift(msgTemplate) - return util.format.apply(null, args) - } -} - -function makeTypoWarning (providedName, probableName, field) { - if (field) { - providedName = field + "['" + providedName + "']" - probableName = field + "['" + probableName + "']" - } - return util.format(messages.typo, providedName, probableName) -} diff --git a/software/flow/node_modules/npm/node_modules/normalize-package-data/lib/normalize.js b/software/flow/node_modules/npm/node_modules/normalize-package-data/lib/normalize.js deleted file mode 100644 index bf71d2c..0000000 --- a/software/flow/node_modules/npm/node_modules/normalize-package-data/lib/normalize.js +++ /dev/null @@ -1,48 +0,0 @@ -module.exports = normalize - -var fixer = require('./fixer') -normalize.fixer = fixer - -var makeWarning = require('./make_warning') - -var fieldsToFix = ['name', 'version', 'description', 'repository', 'modules', 'scripts', - 'files', 'bin', 'man', 'bugs', 'keywords', 'readme', 'homepage', 'license'] -var otherThingsToFix = ['dependencies', 'people', 'typos'] - -var thingsToFix = fieldsToFix.map(function (fieldName) { - return ucFirst(fieldName) + 'Field' -}) -// two ways to do this in CoffeeScript on only one line, sub-70 chars: -// thingsToFix = fieldsToFix.map (name) -> ucFirst(name) + "Field" -// thingsToFix = (ucFirst(name) + "Field" for name in fieldsToFix) -thingsToFix = thingsToFix.concat(otherThingsToFix) - -function normalize (data, warn, strict) { - if (warn === true) { - warn = null - strict = true - } - if (!strict) { - strict = false - } - if (!warn || data.private) { - warn = function (msg) { /* noop */ } - } - - if (data.scripts && - data.scripts.install === 'node-gyp rebuild' && - !data.scripts.preinstall) { - data.gypfile = true - } - fixer.warn = function () { - warn(makeWarning.apply(null, arguments)) - } - thingsToFix.forEach(function (thingName) { - fixer['fix' + ucFirst(thingName)](data, strict) - }) - data._id = data.name + '@' + data.version -} - -function ucFirst (string) { - return string.charAt(0).toUpperCase() + string.slice(1) -} diff --git a/software/flow/node_modules/npm/node_modules/normalize-package-data/lib/safe_format.js b/software/flow/node_modules/npm/node_modules/normalize-package-data/lib/safe_format.js deleted file mode 100644 index 5fc888e..0000000 --- a/software/flow/node_modules/npm/node_modules/normalize-package-data/lib/safe_format.js +++ /dev/null @@ -1,11 +0,0 @@ -var util = require('util') - -module.exports = function () { - var args = Array.prototype.slice.call(arguments, 0) - args.forEach(function (arg) { - if (!arg) { - throw new TypeError('Bad arguments.') - } - }) - return util.format.apply(null, arguments) -} diff --git a/software/flow/node_modules/npm/node_modules/normalize-package-data/lib/typos.json b/software/flow/node_modules/npm/node_modules/normalize-package-data/lib/typos.json deleted file mode 100644 index 7f9dd28..0000000 --- a/software/flow/node_modules/npm/node_modules/normalize-package-data/lib/typos.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "topLevel": { - "dependancies": "dependencies" - ,"dependecies": "dependencies" - ,"depdenencies": "dependencies" - ,"devEependencies": "devDependencies" - ,"depends": "dependencies" - ,"dev-dependencies": "devDependencies" - ,"devDependences": "devDependencies" - ,"devDepenencies": "devDependencies" - ,"devdependencies": "devDependencies" - ,"repostitory": "repository" - ,"repo": "repository" - ,"prefereGlobal": "preferGlobal" - ,"hompage": "homepage" - ,"hampage": "homepage" - ,"autohr": "author" - ,"autor": "author" - ,"contributers": "contributors" - ,"publicationConfig": "publishConfig" - ,"script": "scripts" - }, - "bugs": { "web": "url", "name": "url" }, - "script": { "server": "start", "tests": "test" } -} diff --git a/software/flow/node_modules/npm/node_modules/normalize-package-data/lib/warning_messages.json b/software/flow/node_modules/npm/node_modules/normalize-package-data/lib/warning_messages.json deleted file mode 100644 index 4890f50..0000000 --- a/software/flow/node_modules/npm/node_modules/normalize-package-data/lib/warning_messages.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "repositories": "'repositories' (plural) Not supported. Please pick one as the 'repository' field" - ,"missingRepository": "No repository field." - ,"brokenGitUrl": "Probably broken git url: %s" - ,"nonObjectScripts": "scripts must be an object" - ,"nonStringScript": "script values must be string commands" - ,"nonArrayFiles": "Invalid 'files' member" - ,"invalidFilename": "Invalid filename in 'files' list: %s" - ,"nonArrayBundleDependencies": "Invalid 'bundleDependencies' list. Must be array of package names" - ,"nonStringBundleDependency": "Invalid bundleDependencies member: %s" - ,"nonDependencyBundleDependency": "Non-dependency in bundleDependencies: %s" - ,"nonObjectDependencies": "%s field must be an object" - ,"nonStringDependency": "Invalid dependency: %s %s" - ,"deprecatedArrayDependencies": "specifying %s as array is deprecated" - ,"deprecatedModules": "modules field is deprecated" - ,"nonArrayKeywords": "keywords should be an array of strings" - ,"nonStringKeyword": "keywords should be an array of strings" - ,"conflictingName": "%s is also the name of a node core module." - ,"nonStringDescription": "'description' field should be a string" - ,"missingDescription": "No description" - ,"missingReadme": "No README data" - ,"missingLicense": "No license field." - ,"nonEmailUrlBugsString": "Bug string field must be url, email, or {email,url}" - ,"nonUrlBugsUrlField": "bugs.url field must be a string url. Deleted." - ,"nonEmailBugsEmailField": "bugs.email field must be a string email. Deleted." - ,"emptyNormalizedBugs": "Normalized value of bugs field is an empty object. Deleted." - ,"nonUrlHomepage": "homepage field must be a string url. Deleted." - ,"invalidLicense": "license should be a valid SPDX license expression" - ,"typo": "%s should probably be %s." -} diff --git a/software/flow/node_modules/npm/node_modules/normalize-package-data/package.json b/software/flow/node_modules/npm/node_modules/normalize-package-data/package.json deleted file mode 100644 index ec2773b..0000000 --- a/software/flow/node_modules/npm/node_modules/normalize-package-data/package.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "name": "normalize-package-data", - "version": "5.0.0", - "author": "GitHub Inc.", - "description": "Normalizes data that can be found in package.json files.", - "license": "BSD-2-Clause", - "repository": { - "type": "git", - "url": "https://github.com/npm/normalize-package-data.git" - }, - "main": "lib/normalize.js", - "scripts": { - "test": "tap", - "npmclilint": "npmcli-lint", - "lint": "eslint \"**/*.js\"", - "lintfix": "npm run lint -- --fix", - "posttest": "npm run lint", - "postsnap": "npm run lintfix --", - "postlint": "template-oss-check", - "snap": "tap", - "template-oss-apply": "template-oss-apply --force" - }, - "dependencies": { - "hosted-git-info": "^6.0.0", - "is-core-module": "^2.8.1", - "semver": "^7.3.5", - "validate-npm-package-license": "^3.0.4" - }, - "devDependencies": { - "@npmcli/eslint-config": "^3.0.1", - "@npmcli/template-oss": "4.5.1", - "tap": "^16.0.1" - }, - "files": [ - "bin/", - "lib/" - ], - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.5.1" - }, - "tap": { - "branches": 86, - "functions": 92, - "lines": 86, - "statements": 86, - "nyc-arg": [ - "--exclude", - "tap-snapshots/**" - ] - } -} diff --git a/software/flow/node_modules/npm/node_modules/npm-audit-report/LICENSE b/software/flow/node_modules/npm/node_modules/npm-audit-report/LICENSE deleted file mode 100644 index 8d28acf..0000000 --- a/software/flow/node_modules/npm/node_modules/npm-audit-report/LICENSE +++ /dev/null @@ -1,16 +0,0 @@ -ISC License - -Copyright (c) npm, Inc. - -Permission to use, copy, modify, and/or distribute this software for -any purpose with or without fee is hereby granted, provided that the -above copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE COPYRIGHT HOLDER DISCLAIMS -ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE -COPYRIGHT HOLDER BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR -CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS -OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE -OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE -USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/npm-audit-report/lib/colors.js b/software/flow/node_modules/npm/node_modules/npm-audit-report/lib/colors.js deleted file mode 100644 index 2fbf5c3..0000000 --- a/software/flow/node_modules/npm/node_modules/npm-audit-report/lib/colors.js +++ /dev/null @@ -1,24 +0,0 @@ -const chalk = require('chalk') -module.exports = color => { - const identity = x => x - const green = color ? s => chalk.green.bold(s) : identity - const red = color ? s => chalk.red.bold(s) : identity - const magenta = color ? s => chalk.magenta.bold(s) : identity - const yellow = color ? s => chalk.yellow.bold(s) : identity - const white = color ? s => chalk.bold(s) : identity - const severity = (sev, s) => sev.toLowerCase() === 'moderate' ? yellow(s || sev) - : sev.toLowerCase() === 'high' ? red(s || sev) - : sev.toLowerCase() === 'critical' ? magenta(s || sev) - : white(s || sev) - const dim = color ? s => chalk.dim(s) : identity - - return { - dim, - green, - red, - magenta, - yellow, - white, - severity, - } -} diff --git a/software/flow/node_modules/npm/node_modules/npm-audit-report/lib/exit-code.js b/software/flow/node_modules/npm/node_modules/npm-audit-report/lib/exit-code.js deleted file mode 100644 index fcb580b..0000000 --- a/software/flow/node_modules/npm/node_modules/npm-audit-report/lib/exit-code.js +++ /dev/null @@ -1,14 +0,0 @@ -// return 1 if any vulns in the set are at or above the specified severity -const severities = new Map(Object.entries([ - 'info', - 'low', - 'moderate', - 'high', - 'critical', - 'none', -]).map(s => s.reverse())) - -module.exports = (data, level) => - Object.entries(data.metadata.vulnerabilities) - .some(([sev, count]) => count > 0 && severities.has(sev) && - severities.get(sev) >= severities.get(level)) ? 1 : 0 diff --git a/software/flow/node_modules/npm/node_modules/npm-audit-report/lib/index.js b/software/flow/node_modules/npm/node_modules/npm-audit-report/lib/index.js deleted file mode 100644 index 63063f9..0000000 --- a/software/flow/node_modules/npm/node_modules/npm-audit-report/lib/index.js +++ /dev/null @@ -1,41 +0,0 @@ -'use strict' - -const reporters = { - install: require('./reporters/install'), - detail: require('./reporters/detail'), - json: require('./reporters/json'), - quiet: require('./reporters/quiet'), -} - -const exitCode = require('./exit-code.js') - -module.exports = Object.assign((data, options = {}) => { - const { - reporter = 'install', - color = true, - unicode = true, - indent = 2, - } = options - - // CLI defaults this to `null` so the defaulting method above doesn't work - const auditLevel = options.auditLevel || 'low' - - if (!data) { - throw Object.assign( - new TypeError('ENOAUDITDATA'), - { - code: 'ENOAUDITDATA', - message: 'missing audit data', - } - ) - } - - if (typeof data.toJSON === 'function') { - data = data.toJSON() - } - - return { - report: reporters[reporter](data, { color, unicode, indent }), - exitCode: exitCode(data, auditLevel), - } -}, { reporters }) diff --git a/software/flow/node_modules/npm/node_modules/npm-audit-report/lib/reporters/detail.js b/software/flow/node_modules/npm/node_modules/npm-audit-report/lib/reporters/detail.js deleted file mode 100644 index ba2f013..0000000 --- a/software/flow/node_modules/npm/node_modules/npm-audit-report/lib/reporters/detail.js +++ /dev/null @@ -1,86 +0,0 @@ -'use strict' - -const colors = require('../colors.js') -const install = require('./install.js') - -module.exports = (data, { color }) => { - const summary = install.summary(data, { color }) - const none = data.metadata.vulnerabilities.total === 0 - return none ? summary : fullReport(data, { color, summary }) -} - -const fullReport = (data, { color, summary }) => { - const c = colors(color) - const output = [c.white('# npm audit report'), ''] - - const printed = new Set() - for (const [, vuln] of Object.entries(data.vulnerabilities)) { - // only print starting from the top-level advisories - if (vuln.via.filter(v => typeof v !== 'string').length !== 0) { - output.push(printVuln(vuln, c, data.vulnerabilities, printed)) - } - } - - output.push(summary) - - return output.join('\n') -} - -const printVuln = (vuln, c, vulnerabilities, printed, indent = '') => { - if (printed.has(vuln)) { - return null - } - - printed.add(vuln) - const output = [] - - output.push(c.white(vuln.name) + ' ' + vuln.range) - - if (indent === '' && (vuln.severity !== 'low' || vuln.severity === 'info')) { - output.push(`Severity: ${c.severity(vuln.severity)}`) - } - - for (const via of vuln.via) { - if (typeof via === 'string') { - output.push(`Depends on vulnerable versions of ${c.white(via)}`) - } else if (indent === '') { - output.push(`${c.white(via.title)} - ${via.url}`) - } - } - - if (indent === '') { - const { fixAvailable: fa } = vuln - if (fa === false) { - output.push(c.red('No fix available')) - } else if (fa === true) { - output.push(c.green('fix available') + ' via `npm audit fix`') - } else { - /* istanbul ignore else - should be impossible, just being cautious */ - if (typeof fa === 'object' && indent === '') { - output.push( - `${c.yellow('fix available')} via \`npm audit fix --force\``, - `Will install ${fa.name}@${fa.version}` + - `, which is ${fa.isSemVerMajor ? 'a breaking change' : - 'outside the stated dependency range'}` - ) - } - } - } - - for (const path of vuln.nodes) { - output.push(c.dim(path)) - } - - for (const effect of vuln.effects) { - const e = printVuln(vulnerabilities[effect], c, vulnerabilities, printed, ' ') - if (e) { - output.push(...e.split('\n')) - } - } - - if (indent === '') { - output.push('') - } - - return output.map(l => `${indent}${l}`).join('\n') -} diff --git a/software/flow/node_modules/npm/node_modules/npm-audit-report/lib/reporters/install.js b/software/flow/node_modules/npm/node_modules/npm-audit-report/lib/reporters/install.js deleted file mode 100644 index cb8a249..0000000 --- a/software/flow/node_modules/npm/node_modules/npm-audit-report/lib/reporters/install.js +++ /dev/null @@ -1,75 +0,0 @@ -const colors = require('../colors.js') - -const calculate = (data, { color }) => { - const c = colors(color) - const output = [] - const { metadata: { vulnerabilities } } = data - const vulnCount = vulnerabilities.total - - let someFixable = false - let someForceFixable = false - let forceFixSemVerMajor = false - let someUnfixable = false - - if (vulnCount === 0) { - output.push(`found ${c.green('0')} vulnerabilities`) - } else { - for (const [, vuln] of Object.entries(data.vulnerabilities)) { - const { fixAvailable } = vuln - someFixable = someFixable || fixAvailable === true - someUnfixable = someUnfixable || fixAvailable === false - if (typeof fixAvailable === 'object') { - someForceFixable = true - forceFixSemVerMajor = forceFixSemVerMajor || fixAvailable.isSemVerMajor - } - } - const total = vulnerabilities.total - const sevs = Object.entries(vulnerabilities).filter(([s, count]) => { - return (s === 'low' || s === 'moderate' || s === 'high' || s === 'critical') && - count > 0 - }) - - if (sevs.length > 1) { - const severities = sevs.map(([s, count]) => { - return `${count} ${c.severity(s)}` - }).join(', ') - output.push(`${c.red(total)} vulnerabilities (${severities})`) - } else { - const [sev, count] = sevs[0] - output.push(`${count} ${c.severity(sev)} severity vulnerabilit${count === 1 ? 'y' : 'ies'}`) - } - - // XXX use a different footer line if some aren't fixable easily. - // just 'run `npm audit` for details' maybe? - - if (someFixable) { - output.push('', 'To address ' + - (someForceFixable || someUnfixable ? 'issues that do not require attention' - : 'all issues') + ', run:\n npm audit fix') - } - - if (someForceFixable) { - output.push('', 'To address all issues' + - (someUnfixable ? ' possible' : '') + - (forceFixSemVerMajor ? ' (including breaking changes)' : '') + - ', run:\n npm audit fix --force') - } - - if (someUnfixable) { - output.push('', - 'Some issues need review, and may require choosing', - 'a different dependency.') - } - } - - const summary = output.join('\n') - return { - summary, - report: vulnCount > 0 ? `${summary}\n\nRun \`npm audit\` for details.` - : summary, - } -} - -module.exports = Object.assign((data, opt) => calculate(data, opt).report, { - summary: (data, opt) => calculate(data, opt).summary, -}) diff --git a/software/flow/node_modules/npm/node_modules/npm-audit-report/lib/reporters/json.js b/software/flow/node_modules/npm/node_modules/npm-audit-report/lib/reporters/json.js deleted file mode 100644 index 6714720..0000000 --- a/software/flow/node_modules/npm/node_modules/npm-audit-report/lib/reporters/json.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = (data, { indent }) => JSON.stringify(data, null, indent) diff --git a/software/flow/node_modules/npm/node_modules/npm-audit-report/lib/reporters/quiet.js b/software/flow/node_modules/npm/node_modules/npm-audit-report/lib/reporters/quiet.js deleted file mode 100644 index 57517aa..0000000 --- a/software/flow/node_modules/npm/node_modules/npm-audit-report/lib/reporters/quiet.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = () => '' diff --git a/software/flow/node_modules/npm/node_modules/npm-audit-report/package.json b/software/flow/node_modules/npm/node_modules/npm-audit-report/package.json deleted file mode 100644 index 8779f4c..0000000 --- a/software/flow/node_modules/npm/node_modules/npm-audit-report/package.json +++ /dev/null @@ -1,63 +0,0 @@ -{ - "name": "npm-audit-report", - "version": "4.0.0", - "description": "Given a response from the npm security api, render it into a variety of security reports", - "main": "lib/index.js", - "scripts": { - "test": "tap", - "snap": "tap", - "lint": "eslint \"**/*.js\"", - "postlint": "template-oss-check", - "template-oss-apply": "template-oss-apply --force", - "lintfix": "npm run lint -- --fix", - "posttest": "npm run lint" - }, - "tap": { - "check-coverage": true, - "coverage-map": "map.js", - "nyc-arg": [ - "--exclude", - "tap-snapshots/**" - ] - }, - "keywords": [ - "npm", - "security", - "report", - "audit" - ], - "author": "GitHub Inc.", - "license": "ISC", - "dependencies": { - "chalk": "^4.0.0" - }, - "devDependencies": { - "@npmcli/eslint-config": "^3.0.1", - "@npmcli/template-oss": "4.5.1", - "require-inject": "^1.4.4", - "tap": "^16.0.0" - }, - "directories": { - "lib": "lib", - "test": "test" - }, - "repository": { - "type": "git", - "url": "https://github.com/npm/npm-audit-report.git" - }, - "bugs": { - "url": "https://github.com/npm/npm-audit-report/issues" - }, - "homepage": "https://github.com/npm/npm-audit-report#readme", - "files": [ - "bin/", - "lib/" - ], - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.5.1" - } -} diff --git a/software/flow/node_modules/npm/node_modules/npm-bundled/LICENSE b/software/flow/node_modules/npm/node_modules/npm-bundled/LICENSE deleted file mode 100644 index 20a4762..0000000 --- a/software/flow/node_modules/npm/node_modules/npm-bundled/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -The ISC License - -Copyright (c) npm, Inc. and Contributors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/npm-bundled/lib/index.js b/software/flow/node_modules/npm/node_modules/npm-bundled/lib/index.js deleted file mode 100644 index 4f54ca6..0000000 --- a/software/flow/node_modules/npm/node_modules/npm-bundled/lib/index.js +++ /dev/null @@ -1,254 +0,0 @@ -'use strict' - -// walk the tree of deps starting from the top level list of bundled deps -// Any deps at the top level that are depended on by a bundled dep that -// does not have that dep in its own node_modules folder are considered -// bundled deps as well. This list of names can be passed to npm-packlist -// as the "bundled" argument. Additionally, packageJsonCache is shared so -// packlist doesn't have to re-read files already consumed in this pass - -const fs = require('fs') -const path = require('path') -const EE = require('events').EventEmitter -// we don't care about the package bins, but we share a pj cache -// with other modules that DO care about it, so keep it nice. -const normalizePackageBin = require('npm-normalize-package-bin') - -class BundleWalker extends EE { - constructor (opt) { - opt = opt || {} - super(opt) - this.path = path.resolve(opt.path || process.cwd()) - - this.parent = opt.parent || null - if (this.parent) { - this.result = this.parent.result - // only collect results in node_modules folders at the top level - // since the node_modules in a bundled dep is included always - if (!this.parent.parent) { - const base = path.basename(this.path) - const scope = path.basename(path.dirname(this.path)) - this.result.add(/^@/.test(scope) ? scope + '/' + base : base) - } - this.root = this.parent.root - this.packageJsonCache = this.parent.packageJsonCache - } else { - this.result = new Set() - this.root = this.path - this.packageJsonCache = opt.packageJsonCache || new Map() - } - - this.seen = new Set() - this.didDone = false - this.children = 0 - this.node_modules = [] - this.package = null - this.bundle = null - } - - addListener (ev, fn) { - return this.on(ev, fn) - } - - on (ev, fn) { - const ret = super.on(ev, fn) - if (ev === 'done' && this.didDone) { - this.emit('done', this.result) - } - return ret - } - - done () { - if (!this.didDone) { - this.didDone = true - if (!this.parent) { - const res = Array.from(this.result) - this.result = res - this.emit('done', res) - } else { - this.emit('done') - } - } - } - - start () { - const pj = path.resolve(this.path, 'package.json') - if (this.packageJsonCache.has(pj)) { - this.onPackage(this.packageJsonCache.get(pj)) - } else { - this.readPackageJson(pj) - } - return this - } - - readPackageJson (pj) { - fs.readFile(pj, (er, data) => - er ? this.done() : this.onPackageJson(pj, data)) - } - - onPackageJson (pj, data) { - try { - this.package = normalizePackageBin(JSON.parse(data + '')) - } catch (er) { - return this.done() - } - this.packageJsonCache.set(pj, this.package) - this.onPackage(this.package) - } - - allDepsBundled (pkg) { - return Object.keys(pkg.dependencies || {}).concat( - Object.keys(pkg.optionalDependencies || {})) - } - - onPackage (pkg) { - // all deps are bundled if we got here as a child. - // otherwise, only bundle bundledDeps - // Get a unique-ified array with a short-lived Set - const bdRaw = this.parent ? this.allDepsBundled(pkg) - : pkg.bundleDependencies || pkg.bundledDependencies || [] - - const bd = Array.from(new Set( - Array.isArray(bdRaw) ? bdRaw - : bdRaw === true ? this.allDepsBundled(pkg) - : Object.keys(bdRaw))) - - if (!bd.length) { - return this.done() - } - - this.bundle = bd - this.readModules() - } - - readModules () { - readdirNodeModules(this.path + '/node_modules', (er, nm) => - er ? this.onReaddir([]) : this.onReaddir(nm)) - } - - onReaddir (nm) { - // keep track of what we have, in case children need it - this.node_modules = nm - - this.bundle.forEach(dep => this.childDep(dep)) - if (this.children === 0) { - this.done() - } - } - - childDep (dep) { - if (this.node_modules.indexOf(dep) !== -1) { - if (!this.seen.has(dep)) { - this.seen.add(dep) - this.child(dep) - } - } else if (this.parent) { - this.parent.childDep(dep) - } - } - - child (dep) { - const p = this.path + '/node_modules/' + dep - this.children += 1 - const child = new BundleWalker({ - path: p, - parent: this, - }) - child.on('done', _ => { - if (--this.children === 0) { - this.done() - } - }) - child.start() - } -} - -class BundleWalkerSync extends BundleWalker { - start () { - super.start() - this.done() - return this - } - - readPackageJson (pj) { - try { - this.onPackageJson(pj, fs.readFileSync(pj)) - } catch { - // empty catch - } - return this - } - - readModules () { - try { - this.onReaddir(readdirNodeModulesSync(this.path + '/node_modules')) - } catch { - this.onReaddir([]) - } - } - - child (dep) { - new BundleWalkerSync({ - path: this.path + '/node_modules/' + dep, - parent: this, - }).start() - } -} - -const readdirNodeModules = (nm, cb) => { - fs.readdir(nm, (er, set) => { - if (er) { - cb(er) - } else { - const scopes = set.filter(f => /^@/.test(f)) - if (!scopes.length) { - cb(null, set) - } else { - const unscoped = set.filter(f => !/^@/.test(f)) - let count = scopes.length - scopes.forEach(scope => { - fs.readdir(nm + '/' + scope, (readdirEr, pkgs) => { - if (readdirEr || !pkgs.length) { - unscoped.push(scope) - } else { - unscoped.push.apply(unscoped, pkgs.map(p => scope + '/' + p)) - } - if (--count === 0) { - cb(null, unscoped) - } - }) - }) - } - } - }) -} - -const readdirNodeModulesSync = nm => { - const set = fs.readdirSync(nm) - const unscoped = set.filter(f => !/^@/.test(f)) - const scopes = set.filter(f => /^@/.test(f)).map(scope => { - try { - const pkgs = fs.readdirSync(nm + '/' + scope) - return pkgs.length ? pkgs.map(p => scope + '/' + p) : [scope] - } catch (er) { - return [scope] - } - }).reduce((a, b) => a.concat(b), []) - return unscoped.concat(scopes) -} - -const walk = (options, callback) => { - const p = new Promise((resolve, reject) => { - new BundleWalker(options).on('done', resolve).on('error', reject).start() - }) - return callback ? p.then(res => callback(null, res), callback) : p -} - -const walkSync = options => { - return new BundleWalkerSync(options).start().result -} - -module.exports = walk -walk.sync = walkSync -walk.BundleWalker = BundleWalker -walk.BundleWalkerSync = BundleWalkerSync diff --git a/software/flow/node_modules/npm/node_modules/npm-bundled/package.json b/software/flow/node_modules/npm/node_modules/npm-bundled/package.json deleted file mode 100644 index f41066a..0000000 --- a/software/flow/node_modules/npm/node_modules/npm-bundled/package.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "name": "npm-bundled", - "version": "3.0.0", - "description": "list things in node_modules that are bundledDependencies, or transitive dependencies thereof", - "main": "lib/index.js", - "repository": { - "type": "git", - "url": "https://github.com/npm/npm-bundled.git" - }, - "author": "GitHub Inc.", - "license": "ISC", - "devDependencies": { - "@npmcli/eslint-config": "^4.0.0", - "@npmcli/template-oss": "4.5.1", - "mkdirp": "^1.0.4", - "mutate-fs": "^2.1.1", - "rimraf": "^3.0.2", - "tap": "^16.3.0" - }, - "scripts": { - "test": "tap", - "lint": "eslint \"**/*.js\"", - "postlint": "template-oss-check", - "template-oss-apply": "template-oss-apply --force", - "lintfix": "npm run lint -- --fix", - "snap": "tap", - "posttest": "npm run lint" - }, - "files": [ - "bin/", - "lib/" - ], - "dependencies": { - "npm-normalize-package-bin": "^3.0.0" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.5.1" - }, - "tap": { - "nyc-arg": [ - "--exclude", - "tap-snapshots/**" - ] - } -} diff --git a/software/flow/node_modules/npm/node_modules/npm-install-checks/LICENSE b/software/flow/node_modules/npm/node_modules/npm-install-checks/LICENSE deleted file mode 100644 index 3bed832..0000000 --- a/software/flow/node_modules/npm/node_modules/npm-install-checks/LICENSE +++ /dev/null @@ -1,27 +0,0 @@ -Copyright (c) Robert Kowalski and Isaac Z. Schlueter ("Authors") -All rights reserved. - -The BSD License - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - -THIS SOFTWARE IS PROVIDED BY THE AUTHORS AND CONTRIBUTORS ``AS IS'' AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS -BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF -SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR -BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, -WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE -OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/software/flow/node_modules/npm/node_modules/npm-install-checks/lib/index.js b/software/flow/node_modules/npm/node_modules/npm-install-checks/lib/index.js deleted file mode 100644 index 728e8cf..0000000 --- a/software/flow/node_modules/npm/node_modules/npm-install-checks/lib/index.js +++ /dev/null @@ -1,78 +0,0 @@ -const semver = require('semver') - -const checkEngine = (target, npmVer, nodeVer, force = false) => { - const nodev = force ? null : nodeVer - const eng = target.engines - const opt = { includePrerelease: true } - if (!eng) { - return - } - - const nodeFail = nodev && eng.node && !semver.satisfies(nodev, eng.node, opt) - const npmFail = npmVer && eng.npm && !semver.satisfies(npmVer, eng.npm, opt) - if (nodeFail || npmFail) { - throw Object.assign(new Error('Unsupported engine'), { - pkgid: target._id, - current: { node: nodeVer, npm: npmVer }, - required: eng, - code: 'EBADENGINE', - }) - } -} - -const checkPlatform = (target, force = false) => { - if (force) { - return - } - - const platform = process.platform - const arch = process.arch - const osOk = target.os ? checkList(platform, target.os) : true - const cpuOk = target.cpu ? checkList(arch, target.cpu) : true - - if (!osOk || !cpuOk) { - throw Object.assign(new Error('Unsupported platform'), { - pkgid: target._id, - current: { - os: platform, - cpu: arch, - }, - required: { - os: target.os, - cpu: target.cpu, - }, - code: 'EBADPLATFORM', - }) - } -} - -const checkList = (value, list) => { - if (typeof list === 'string') { - list = [list] - } - if (list.length === 1 && list[0] === 'any') { - return true - } - // match none of the negated values, and at least one of the - // non-negated values, if any are present. - let negated = 0 - let match = false - for (const entry of list) { - const negate = entry.charAt(0) === '!' - const test = negate ? entry.slice(1) : entry - if (negate) { - negated++ - if (value === test) { - return false - } - } else { - match = match || value === test - } - } - return match || negated === list.length -} - -module.exports = { - checkEngine, - checkPlatform, -} diff --git a/software/flow/node_modules/npm/node_modules/npm-install-checks/package.json b/software/flow/node_modules/npm/node_modules/npm-install-checks/package.json deleted file mode 100644 index 1003b10..0000000 --- a/software/flow/node_modules/npm/node_modules/npm-install-checks/package.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "name": "npm-install-checks", - "version": "6.0.0", - "description": "Check the engines and platform fields in package.json", - "main": "lib/index.js", - "dependencies": { - "semver": "^7.1.1" - }, - "devDependencies": { - "@npmcli/eslint-config": "^3.0.1", - "@npmcli/template-oss": "4.5.1", - "tap": "^16.0.1" - }, - "scripts": { - "test": "tap", - "lint": "eslint \"**/*.js\"", - "postlint": "template-oss-check", - "template-oss-apply": "template-oss-apply --force", - "lintfix": "npm run lint -- --fix", - "snap": "tap", - "posttest": "npm run lint" - }, - "repository": { - "type": "git", - "url": "https://github.com/npm/npm-install-checks.git" - }, - "keywords": [ - "npm,", - "install" - ], - "license": "BSD-2-Clause", - "files": [ - "bin/", - "lib/" - ], - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "author": "GitHub Inc.", - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.5.1" - }, - "tap": { - "nyc-arg": [ - "--exclude", - "tap-snapshots/**" - ] - } -} diff --git a/software/flow/node_modules/npm/node_modules/npm-normalize-package-bin/LICENSE b/software/flow/node_modules/npm/node_modules/npm-normalize-package-bin/LICENSE deleted file mode 100644 index 19cec97..0000000 --- a/software/flow/node_modules/npm/node_modules/npm-normalize-package-bin/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -The ISC License - -Copyright (c) npm, Inc. - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/npm-normalize-package-bin/lib/index.js b/software/flow/node_modules/npm/node_modules/npm-normalize-package-bin/lib/index.js deleted file mode 100644 index d6f0a58..0000000 --- a/software/flow/node_modules/npm/node_modules/npm-normalize-package-bin/lib/index.js +++ /dev/null @@ -1,64 +0,0 @@ -// pass in a manifest with a 'bin' field here, and it'll turn it -// into a properly santized bin object -const { join, basename } = require('path') - -const normalize = pkg => - !pkg.bin ? removeBin(pkg) - : typeof pkg.bin === 'string' ? normalizeString(pkg) - : Array.isArray(pkg.bin) ? normalizeArray(pkg) - : typeof pkg.bin === 'object' ? normalizeObject(pkg) - : removeBin(pkg) - -const normalizeString = pkg => { - if (!pkg.name) { - return removeBin(pkg) - } - pkg.bin = { [pkg.name]: pkg.bin } - return normalizeObject(pkg) -} - -const normalizeArray = pkg => { - pkg.bin = pkg.bin.reduce((acc, k) => { - acc[basename(k)] = k - return acc - }, {}) - return normalizeObject(pkg) -} - -const removeBin = pkg => { - delete pkg.bin - return pkg -} - -const normalizeObject = pkg => { - const orig = pkg.bin - const clean = {} - let hasBins = false - Object.keys(orig).forEach(binKey => { - const base = join('/', basename(binKey.replace(/\\|:/g, '/'))).slice(1) - - if (typeof orig[binKey] !== 'string' || !base) { - return - } - - const binTarget = join('/', orig[binKey]) - .replace(/\\/g, '/').slice(1) - - if (!binTarget) { - return - } - - clean[base] = binTarget - hasBins = true - }) - - if (hasBins) { - pkg.bin = clean - } else { - delete pkg.bin - } - - return pkg -} - -module.exports = normalize diff --git a/software/flow/node_modules/npm/node_modules/npm-normalize-package-bin/package.json b/software/flow/node_modules/npm/node_modules/npm-normalize-package-bin/package.json deleted file mode 100644 index 8e23707..0000000 --- a/software/flow/node_modules/npm/node_modules/npm-normalize-package-bin/package.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "name": "npm-normalize-package-bin", - "version": "3.0.0", - "description": "Turn any flavor of allowable package.json bin into a normalized object", - "main": "lib/index.js", - "repository": { - "type": "git", - "url": "https://github.com/npm/npm-normalize-package-bin.git" - }, - "author": "GitHub Inc.", - "license": "ISC", - "scripts": { - "test": "tap", - "snap": "tap", - "lint": "eslint \"**/*.js\"", - "postlint": "template-oss-check", - "template-oss-apply": "template-oss-apply --force", - "lintfix": "npm run lint -- --fix", - "posttest": "npm run lint" - }, - "devDependencies": { - "@npmcli/eslint-config": "^3.1.0", - "@npmcli/template-oss": "4.5.1", - "tap": "^16.3.0" - }, - "files": [ - "bin/", - "lib/" - ], - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.5.1" - }, - "tap": { - "nyc-arg": [ - "--exclude", - "tap-snapshots/**" - ] - } -} diff --git a/software/flow/node_modules/npm/node_modules/npm-package-arg/LICENSE b/software/flow/node_modules/npm/node_modules/npm-package-arg/LICENSE deleted file mode 100644 index 19cec97..0000000 --- a/software/flow/node_modules/npm/node_modules/npm-package-arg/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -The ISC License - -Copyright (c) npm, Inc. - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/npm-package-arg/lib/npa.js b/software/flow/node_modules/npm/node_modules/npm-package-arg/lib/npa.js deleted file mode 100644 index 36bd18c..0000000 --- a/software/flow/node_modules/npm/node_modules/npm-package-arg/lib/npa.js +++ /dev/null @@ -1,431 +0,0 @@ -'use strict' -module.exports = npa -module.exports.resolve = resolve -module.exports.toPurl = toPurl -module.exports.Result = Result - -const url = require('url') -const HostedGit = require('hosted-git-info') -const semver = require('semver') -const path = global.FAKE_WINDOWS ? require('path').win32 : require('path') -const validatePackageName = require('validate-npm-package-name') -const { homedir } = require('os') -const log = require('proc-log') - -const isWindows = process.platform === 'win32' || global.FAKE_WINDOWS -const hasSlashes = isWindows ? /\\|[/]/ : /[/]/ -const isURL = /^(?:git[+])?[a-z]+:/i -const isGit = /^[^@]+@[^:.]+\.[^:]+:.+$/i -const isFilename = /[.](?:tgz|tar.gz|tar)$/i - -function npa (arg, where) { - let name - let spec - if (typeof arg === 'object') { - if (arg instanceof Result && (!where || where === arg.where)) { - return arg - } else if (arg.name && arg.rawSpec) { - return npa.resolve(arg.name, arg.rawSpec, where || arg.where) - } else { - return npa(arg.raw, where || arg.where) - } - } - const nameEndsAt = arg[0] === '@' ? arg.slice(1).indexOf('@') + 1 : arg.indexOf('@') - const namePart = nameEndsAt > 0 ? arg.slice(0, nameEndsAt) : arg - if (isURL.test(arg)) { - spec = arg - } else if (isGit.test(arg)) { - spec = `git+ssh://${arg}` - } else if (namePart[0] !== '@' && (hasSlashes.test(namePart) || isFilename.test(namePart))) { - spec = arg - } else if (nameEndsAt > 0) { - name = namePart - spec = arg.slice(nameEndsAt + 1) || '*' - } else { - const valid = validatePackageName(arg) - if (valid.validForOldPackages) { - name = arg - spec = '*' - } else { - spec = arg - } - } - return resolve(name, spec, where, arg) -} - -const isFilespec = isWindows ? /^(?:[.]|~[/]|[/\\]|[a-zA-Z]:)/ : /^(?:[.]|~[/]|[/]|[a-zA-Z]:)/ - -function resolve (name, spec, where, arg) { - const res = new Result({ - raw: arg, - name: name, - rawSpec: spec, - fromArgument: arg != null, - }) - - if (name) { - res.setName(name) - } - - if (spec && (isFilespec.test(spec) || /^file:/i.test(spec))) { - return fromFile(res, where) - } else if (spec && /^npm:/i.test(spec)) { - return fromAlias(res, where) - } - - const hosted = HostedGit.fromUrl(spec, { - noGitPlus: true, - noCommittish: true, - }) - if (hosted) { - return fromHostedGit(res, hosted) - } else if (spec && isURL.test(spec)) { - return fromURL(res) - } else if (spec && (hasSlashes.test(spec) || isFilename.test(spec))) { - return fromFile(res, where) - } else { - return fromRegistry(res) - } -} - -const defaultRegistry = 'https://registry.npmjs.org' - -function toPurl (arg, reg = defaultRegistry) { - const res = npa(arg) - - if (res.type !== 'version') { - throw invalidPurlType(res.type, res.raw) - } - - // URI-encode leading @ of scoped packages - let purl = 'pkg:npm/' + res.name.replace(/^@/, '%40') + '@' + res.rawSpec - if (reg !== defaultRegistry) { - purl += '?repository_url=' + reg - } - - return purl -} - -function invalidPackageName (name, valid, raw) { - // eslint-disable-next-line max-len - const err = new Error(`Invalid package name "${name}" of package "${raw}": ${valid.errors.join('; ')}.`) - err.code = 'EINVALIDPACKAGENAME' - return err -} - -function invalidTagName (name, raw) { - // eslint-disable-next-line max-len - const err = new Error(`Invalid tag name "${name}" of package "${raw}": Tags may not have any characters that encodeURIComponent encodes.`) - err.code = 'EINVALIDTAGNAME' - return err -} - -function invalidPurlType (type, raw) { - // eslint-disable-next-line max-len - const err = new Error(`Invalid type "${type}" of package "${raw}": Purl can only be generated for "version" types.`) - err.code = 'EINVALIDPURLTYPE' - return err -} - -function Result (opts) { - this.type = opts.type - this.registry = opts.registry - this.where = opts.where - if (opts.raw == null) { - this.raw = opts.name ? opts.name + '@' + opts.rawSpec : opts.rawSpec - } else { - this.raw = opts.raw - } - - this.name = undefined - this.escapedName = undefined - this.scope = undefined - this.rawSpec = opts.rawSpec || '' - this.saveSpec = opts.saveSpec - this.fetchSpec = opts.fetchSpec - if (opts.name) { - this.setName(opts.name) - } - this.gitRange = opts.gitRange - this.gitCommittish = opts.gitCommittish - this.gitSubdir = opts.gitSubdir - this.hosted = opts.hosted -} - -Result.prototype.setName = function (name) { - const valid = validatePackageName(name) - if (!valid.validForOldPackages) { - throw invalidPackageName(name, valid, this.raw) - } - - this.name = name - this.scope = name[0] === '@' ? name.slice(0, name.indexOf('/')) : undefined - // scoped packages in couch must have slash url-encoded, e.g. @foo%2Fbar - this.escapedName = name.replace('/', '%2f') - return this -} - -Result.prototype.toString = function () { - const full = [] - if (this.name != null && this.name !== '') { - full.push(this.name) - } - const spec = this.saveSpec || this.fetchSpec || this.rawSpec - if (spec != null && spec !== '') { - full.push(spec) - } - return full.length ? full.join('@') : this.raw -} - -Result.prototype.toJSON = function () { - const result = Object.assign({}, this) - delete result.hosted - return result -} - -function setGitCommittish (res, committish) { - if (!committish) { - res.gitCommittish = null - return res - } - - // for each :: separated item: - for (const part of committish.split('::')) { - // if the item has no : the n it is a commit-ish - if (!part.includes(':')) { - if (res.gitRange) { - throw new Error('cannot override existing semver range with a committish') - } - if (res.gitCommittish) { - throw new Error('cannot override existing committish with a second committish') - } - res.gitCommittish = part - continue - } - // split on name:value - const [name, value] = part.split(':') - // if name is semver do semver lookup of ref or tag - if (name === 'semver') { - if (res.gitCommittish) { - throw new Error('cannot override existing committish with a semver range') - } - if (res.gitRange) { - throw new Error('cannot override existing semver range with a second semver range') - } - res.gitRange = decodeURIComponent(value) - continue - } - if (name === 'path') { - if (res.gitSubdir) { - throw new Error('cannot override existing path with a second path') - } - res.gitSubdir = `/${value}` - continue - } - log.warn('npm-package-arg', `ignoring unknown key "${name}"`) - } - - return res -} - -function fromFile (res, where) { - if (!where) { - where = process.cwd() - } - res.type = isFilename.test(res.rawSpec) ? 'file' : 'directory' - res.where = where - - // always put the '/' on where when resolving urls, or else - // file:foo from /path/to/bar goes to /path/to/foo, when we want - // it to be /path/to/bar/foo - - let specUrl - let resolvedUrl - const prefix = (!/^file:/.test(res.rawSpec) ? 'file:' : '') - const rawWithPrefix = prefix + res.rawSpec - let rawNoPrefix = rawWithPrefix.replace(/^file:/, '') - try { - resolvedUrl = new url.URL(rawWithPrefix, `file://${path.resolve(where)}/`) - specUrl = new url.URL(rawWithPrefix) - } catch (originalError) { - const er = new Error('Invalid file: URL, must comply with RFC 8909') - throw Object.assign(er, { - raw: res.rawSpec, - spec: res, - where, - originalError, - }) - } - - // environment switch for testing - if (process.env.NPM_PACKAGE_ARG_8909_STRICT !== '1') { - // XXX backwards compatibility lack of compliance with 8909 - // Remove when we want a breaking change to come into RFC compliance. - if (resolvedUrl.host && resolvedUrl.host !== 'localhost') { - const rawSpec = res.rawSpec.replace(/^file:\/\//, 'file:///') - resolvedUrl = new url.URL(rawSpec, `file://${path.resolve(where)}/`) - specUrl = new url.URL(rawSpec) - rawNoPrefix = rawSpec.replace(/^file:/, '') - } - // turn file:/../foo into file:../foo - // for 1, 2 or 3 leading slashes since we attempted - // in the previous step to make it a file protocol url with a leading slash - if (/^\/{1,3}\.\.?(\/|$)/.test(rawNoPrefix)) { - const rawSpec = res.rawSpec.replace(/^file:\/{1,3}/, 'file:') - resolvedUrl = new url.URL(rawSpec, `file://${path.resolve(where)}/`) - specUrl = new url.URL(rawSpec) - rawNoPrefix = rawSpec.replace(/^file:/, '') - } - // XXX end 8909 violation backwards compatibility section - } - - // file:foo - relative url to ./foo - // file:/foo - absolute path /foo - // file:///foo - absolute path to /foo, no authority host - // file://localhost/foo - absolute path to /foo, on localhost - // file://foo - absolute path to / on foo host (error!) - if (resolvedUrl.host && resolvedUrl.host !== 'localhost') { - const msg = `Invalid file: URL, must be absolute if // present` - throw Object.assign(new Error(msg), { - raw: res.rawSpec, - parsed: resolvedUrl, - }) - } - - // turn /C:/blah into just C:/blah on windows - let specPath = decodeURIComponent(specUrl.pathname) - let resolvedPath = decodeURIComponent(resolvedUrl.pathname) - if (isWindows) { - specPath = specPath.replace(/^\/+([a-z]:\/)/i, '$1') - resolvedPath = resolvedPath.replace(/^\/+([a-z]:\/)/i, '$1') - } - - // replace ~ with homedir, but keep the ~ in the saveSpec - // otherwise, make it relative to where param - if (/^\/~(\/|$)/.test(specPath)) { - res.saveSpec = `file:${specPath.substr(1)}` - resolvedPath = path.resolve(homedir(), specPath.substr(3)) - } else if (!path.isAbsolute(rawNoPrefix)) { - res.saveSpec = `file:${path.relative(where, resolvedPath)}` - } else { - res.saveSpec = `file:${path.resolve(resolvedPath)}` - } - - res.fetchSpec = path.resolve(where, resolvedPath) - return res -} - -function fromHostedGit (res, hosted) { - res.type = 'git' - res.hosted = hosted - res.saveSpec = hosted.toString({ noGitPlus: false, noCommittish: false }) - res.fetchSpec = hosted.getDefaultRepresentation() === 'shortcut' ? null : hosted.toString() - return setGitCommittish(res, hosted.committish) -} - -function unsupportedURLType (protocol, spec) { - const err = new Error(`Unsupported URL Type "${protocol}": ${spec}`) - err.code = 'EUNSUPPORTEDPROTOCOL' - return err -} - -function matchGitScp (spec) { - // git ssh specifiers are overloaded to also use scp-style git - // specifiers, so we have to parse those out and treat them special. - // They are NOT true URIs, so we can't hand them to `url.parse`. - // - // This regex looks for things that look like: - // git+ssh://git@my.custom.git.com:username/project.git#deadbeef - // - // ...and various combinations. The username in the beginning is *required*. - const matched = spec.match(/^git\+ssh:\/\/([^:#]+:[^#]+(?:\.git)?)(?:#(.*))?$/i) - return matched && !matched[1].match(/:[0-9]+\/?.*$/i) && { - fetchSpec: matched[1], - gitCommittish: matched[2] == null ? null : matched[2], - } -} - -function fromURL (res) { - // eslint-disable-next-line node/no-deprecated-api - const urlparse = url.parse(res.rawSpec) - res.saveSpec = res.rawSpec - // check the protocol, and then see if it's git or not - switch (urlparse.protocol) { - case 'git:': - case 'git+http:': - case 'git+https:': - case 'git+rsync:': - case 'git+ftp:': - case 'git+file:': - case 'git+ssh:': { - res.type = 'git' - const match = urlparse.protocol === 'git+ssh:' ? matchGitScp(res.rawSpec) - : null - if (match) { - setGitCommittish(res, match.gitCommittish) - res.fetchSpec = match.fetchSpec - } else { - setGitCommittish(res, urlparse.hash != null ? urlparse.hash.slice(1) : '') - urlparse.protocol = urlparse.protocol.replace(/^git[+]/, '') - if (urlparse.protocol === 'file:' && /^git\+file:\/\/[a-z]:/i.test(res.rawSpec)) { - // keep the drive letter : on windows file paths - urlparse.host += ':' - urlparse.hostname += ':' - } - delete urlparse.hash - res.fetchSpec = url.format(urlparse) - } - break - } - case 'http:': - case 'https:': - res.type = 'remote' - res.fetchSpec = res.saveSpec - break - - default: - throw unsupportedURLType(urlparse.protocol, res.rawSpec) - } - - return res -} - -function fromAlias (res, where) { - const subSpec = npa(res.rawSpec.substr(4), where) - if (subSpec.type === 'alias') { - throw new Error('nested aliases not supported') - } - - if (!subSpec.registry) { - throw new Error('aliases only work for registry deps') - } - - res.subSpec = subSpec - res.registry = true - res.type = 'alias' - res.saveSpec = null - res.fetchSpec = null - return res -} - -function fromRegistry (res) { - res.registry = true - const spec = res.rawSpec.trim() - // no save spec for registry components as we save based on the fetched - // version, not on the argument so this can't compute that. - res.saveSpec = null - res.fetchSpec = spec - const version = semver.valid(spec, true) - const range = semver.validRange(spec, true) - if (version) { - res.type = 'version' - } else if (range) { - res.type = 'range' - } else { - if (encodeURIComponent(spec) !== spec) { - throw invalidTagName(spec, res.raw) - } - res.type = 'tag' - } - return res -} diff --git a/software/flow/node_modules/npm/node_modules/npm-package-arg/package.json b/software/flow/node_modules/npm/node_modules/npm-package-arg/package.json deleted file mode 100644 index bb9e71b..0000000 --- a/software/flow/node_modules/npm/node_modules/npm-package-arg/package.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "name": "npm-package-arg", - "version": "10.1.0", - "description": "Parse the things that can be arguments to `npm install`", - "main": "./lib/npa.js", - "directories": { - "test": "test" - }, - "files": [ - "bin/", - "lib/" - ], - "dependencies": { - "hosted-git-info": "^6.0.0", - "proc-log": "^3.0.0", - "semver": "^7.3.5", - "validate-npm-package-name": "^5.0.0" - }, - "devDependencies": { - "@npmcli/eslint-config": "^4.0.0", - "@npmcli/template-oss": "4.10.0", - "tap": "^16.0.1" - }, - "scripts": { - "test": "tap", - "snap": "tap", - "npmclilint": "npmcli-lint", - "lint": "eslint \"**/*.js\"", - "lintfix": "npm run lint -- --fix", - "posttest": "npm run lint", - "postsnap": "npm run lintfix --", - "postlint": "template-oss-check", - "template-oss-apply": "template-oss-apply --force" - }, - "repository": { - "type": "git", - "url": "https://github.com/npm/npm-package-arg.git" - }, - "author": "GitHub Inc.", - "license": "ISC", - "bugs": { - "url": "https://github.com/npm/npm-package-arg/issues" - }, - "homepage": "https://github.com/npm/npm-package-arg", - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "tap": { - "branches": 97, - "nyc-arg": [ - "--exclude", - "tap-snapshots/**" - ] - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.10.0" - } -} diff --git a/software/flow/node_modules/npm/node_modules/npm-packlist/LICENSE b/software/flow/node_modules/npm/node_modules/npm-packlist/LICENSE deleted file mode 100644 index 19129e3..0000000 --- a/software/flow/node_modules/npm/node_modules/npm-packlist/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -The ISC License - -Copyright (c) Isaac Z. Schlueter and Contributors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/npm-packlist/lib/index.js b/software/flow/node_modules/npm/node_modules/npm-packlist/lib/index.js deleted file mode 100644 index 887018b..0000000 --- a/software/flow/node_modules/npm/node_modules/npm-packlist/lib/index.js +++ /dev/null @@ -1,457 +0,0 @@ -'use strict' - -const { Walker: IgnoreWalker } = require('ignore-walk') -const { lstatSync: lstat, readFileSync: readFile } = require('fs') -const { basename, dirname, extname, join, relative, resolve, sep } = require('path') - -// symbols used to represent synthetic rule sets -const defaultRules = Symbol('npm-packlist.rules.default') -const strictRules = Symbol('npm-packlist.rules.strict') - -// There may be others, but :?|<> are handled by node-tar -const nameIsBadForWindows = file => /\*/.test(file) - -// these are the default rules that are applied to everything except for non-link bundled deps -const defaults = [ - '.npmignore', - '.gitignore', - '**/.git', - '**/.svn', - '**/.hg', - '**/CVS', - '**/.git/**', - '**/.svn/**', - '**/.hg/**', - '**/CVS/**', - '/.lock-wscript', - '/.wafpickle-*', - '/build/config.gypi', - 'npm-debug.log', - '**/.npmrc', - '.*.swp', - '.DS_Store', - '**/.DS_Store/**', - '._*', - '**/._*/**', - '*.orig', - '/archived-packages/**', -] - -const strictDefaults = [ - // these are forcibly included at all levels - '!/readme{,.*[^~$]}', - '!/copying{,.*[^~$]}', - '!/license{,.*[^~$]}', - '!/licence{,.*[^~$]}', - // these are forcibly excluded - '/.git', -] - -const normalizePath = (path) => path.split('\\').join('/') - -const readOutOfTreeIgnoreFiles = (root, rel, result = []) => { - for (const file of ['.npmignore', '.gitignore']) { - try { - const ignoreContent = readFile(join(root, file), { encoding: 'utf8' }) - result.push(ignoreContent) - // break the loop immediately after reading, this allows us to prioritize - // the .npmignore and discard the .gitignore if one is present - break - } catch (err) { - // we ignore ENOENT errors completely because we don't care if the file doesn't exist - // but we throw everything else because failing to read a file that does exist is - // something that the user likely wants to know about - // istanbul ignore next -- we do not need to test a thrown error - if (err.code !== 'ENOENT') { - throw err - } - } - } - - if (!rel) { - return result - } - - const firstRel = rel.split(sep, 1)[0] - const newRoot = join(root, firstRel) - const newRel = relative(newRoot, join(root, rel)) - - return readOutOfTreeIgnoreFiles(newRoot, newRel, result) -} - -class PackWalker extends IgnoreWalker { - constructor (tree, opts) { - const options = { - ...opts, - includeEmpty: false, - follow: false, - // we path.resolve() here because ignore-walk doesn't do it and we want full paths - path: resolve(opts?.path || tree.path).replace(/\\/g, '/'), - ignoreFiles: opts?.ignoreFiles || [ - defaultRules, - 'package.json', - '.npmignore', - '.gitignore', - strictRules, - ], - } - - super(options) - this.isPackage = options.isPackage - this.seen = options.seen || new Set() - this.tree = tree - this.requiredFiles = options.requiredFiles || [] - - const additionalDefaults = [] - if (options.prefix && options.workspaces) { - const path = normalizePath(options.path) - const prefix = normalizePath(options.prefix) - const workspaces = options.workspaces.map((ws) => normalizePath(ws)) - - // istanbul ignore else - this does nothing unless we need it to - if (path !== prefix && workspaces.includes(path)) { - // if path and prefix are not the same directory, and workspaces has path in it - // then we know path is a workspace directory. in order to not drop ignore rules - // from directories between the workspaces root (prefix) and the workspace itself - // (path) we need to find and read those now - const relpath = relative(options.prefix, dirname(options.path)) - additionalDefaults.push(...readOutOfTreeIgnoreFiles(options.prefix, relpath)) - } else if (path === prefix) { - // on the other hand, if the path and prefix are the same, then we ignore workspaces - // so that we don't pack a workspace as part of the root project. append them as - // normalized relative paths from the root - additionalDefaults.push(...workspaces.map((w) => normalizePath(relative(options.path, w)))) - } - } - - // go ahead and inject the default rules now - this.injectRules(defaultRules, [...defaults, ...additionalDefaults]) - - if (!this.isPackage) { - // if this instance is not a package, then place some strict default rules, and append - // known required files for this directory - this.injectRules(strictRules, [ - ...strictDefaults, - ...this.requiredFiles.map((file) => `!${file}`), - ]) - } - } - - // overridden method: we intercept the reading of the package.json file here so that we can - // process it into both the package.json file rules as well as the strictRules synthetic rule set - addIgnoreFile (file, callback) { - // if we're adding anything other than package.json, then let ignore-walk handle it - if (file !== 'package.json' || !this.isPackage) { - return super.addIgnoreFile(file, callback) - } - - return this.processPackage(callback) - } - - // overridden method: if we're done, but we're a package, then we also need to evaluate bundles - // before we actually emit our done event - emit (ev, data) { - if (ev !== 'done' || !this.isPackage) { - return super.emit(ev, data) - } - - // we intentionally delay the done event while keeping the function sync here - // eslint-disable-next-line promise/catch-or-return, promise/always-return - this.gatherBundles().then(() => { - super.emit('done', this.result) - }) - return true - } - - // overridden method: before actually filtering, we make sure that we've removed the rules for - // files that should no longer take effect due to our order of precedence - filterEntries () { - if (this.ignoreRules['package.json']) { - // package.json means no .npmignore or .gitignore - this.ignoreRules['.npmignore'] = null - this.ignoreRules['.gitignore'] = null - } else if (this.ignoreRules['.npmignore']) { - // .npmignore means no .gitignore - this.ignoreRules['.gitignore'] = null - } - - return super.filterEntries() - } - - // overridden method: we never want to include anything that isn't a file or directory - onstat (opts, callback) { - if (!opts.st.isFile() && !opts.st.isDirectory()) { - return callback() - } - - return super.onstat(opts, callback) - } - - // overridden method: we want to refuse to pack files that are invalid, node-tar protects us from - // a lot of them but not all - stat (opts, callback) { - if (nameIsBadForWindows(opts.entry)) { - return callback() - } - - return super.stat(opts, callback) - } - - // overridden method: this is called to create options for a child walker when we step - // in to a normal child directory (this will never be a bundle). the default method here - // copies the root's `ignoreFiles` value, but we don't want to respect package.json for - // subdirectories, so we override it with a list that intentionally omits package.json - walkerOpt (entry, opts) { - let ignoreFiles = null - - // however, if we have a tree, and we have workspaces, and the directory we're about - // to step into is a workspace, then we _do_ want to respect its package.json - if (this.tree.workspaces) { - const workspaceDirs = [...this.tree.workspaces.values()] - .map((dir) => dir.replace(/\\/g, '/')) - - const entryPath = join(this.path, entry).replace(/\\/g, '/') - if (workspaceDirs.includes(entryPath)) { - ignoreFiles = [ - defaultRules, - 'package.json', - '.npmignore', - '.gitignore', - strictRules, - ] - } - } else { - ignoreFiles = [ - defaultRules, - '.npmignore', - '.gitignore', - strictRules, - ] - } - - return { - ...super.walkerOpt(entry, opts), - ignoreFiles, - // we map over our own requiredFiles and pass ones that are within this entry - requiredFiles: this.requiredFiles - .map((file) => { - if (relative(file, entry) === '..') { - return relative(entry, file).replace(/\\/g, '/') - } - return false - }) - .filter(Boolean), - } - } - - // overridden method: we want child walkers to be instances of this class, not ignore-walk - walker (entry, opts, callback) { - new PackWalker(this.tree, this.walkerOpt(entry, opts)).on('done', callback).start() - } - - // overridden method: we use a custom sort method to help compressibility - sort (a, b) { - // optimize for compressibility - // extname, then basename, then locale alphabetically - // https://twitter.com/isntitvacant/status/1131094910923231232 - const exta = extname(a).toLowerCase() - const extb = extname(b).toLowerCase() - const basea = basename(a).toLowerCase() - const baseb = basename(b).toLowerCase() - - return exta.localeCompare(extb, 'en') || - basea.localeCompare(baseb, 'en') || - a.localeCompare(b, 'en') - } - - // convenience method: this joins the given rules with newlines, appends a trailing newline, - // and calls the internal onReadIgnoreFile method - injectRules (filename, rules, callback = () => {}) { - this.onReadIgnoreFile(filename, `${rules.join('\n')}\n`, callback) - } - - // custom method: this is called by addIgnoreFile when we find a package.json, it uses the - // arborist tree to pull both default rules and strict rules for the package - processPackage (callback) { - const { - bin, - browser, - files, - main, - } = this.tree.package - - // rules in these arrays are inverted since they are patterns we want to _not_ ignore - const ignores = [] - const strict = [ - ...strictDefaults, - '!/package.json', - '/.git', - '/node_modules', - '/package-lock.json', - '/yarn.lock', - '/pnpm-lock.yaml', - ] - - // if we have a files array in our package, we need to pull rules from it - if (files) { - for (let file of files) { - // invert the rule because these are things we want to include - if (file.startsWith('/')) { - file = file.slice(1) - } else if (file.startsWith('./')) { - file = file.slice(2) - } else if (file.endsWith('/*')) { - file = file.slice(0, -2) - } - const inverse = `!${file}` - try { - // if an entry in the files array is a specific file, then we need to include it as a - // strict requirement for this package. if it's a directory or a pattern, it's a default - // pattern instead. this is ugly, but we have to stat to find out if it's a file - const stat = lstat(join(this.path, file.replace(/^!+/, '')).replace(/\\/g, '/')) - // if we have a file and we know that, it's strictly required - if (stat.isFile()) { - strict.unshift(inverse) - this.requiredFiles.push(file) - } else if (stat.isDirectory()) { - // otherwise, it's a default ignore, and since we got here we know it's not a pattern - // so we include the directory contents - ignores.push(inverse) - ignores.push(`${inverse}/**`) - } - // if the thing exists, but is neither a file or a directory, we don't want it at all - } catch (err) { - // if lstat throws, then we assume we're looking at a pattern and treat it as a default - ignores.push(inverse) - } - } - - // we prepend a '*' to exclude everything, followed by our inverted file rules - // which now mean to include those - this.injectRules('package.json', ['*', ...ignores]) - } - - // browser is required - if (browser) { - strict.push(`!/${browser}`) - } - - // main is required - if (main) { - strict.push(`!/${main}`) - } - - // each bin is required - if (bin) { - for (const key in bin) { - strict.push(`!/${bin[key]}`) - } - } - - // and now we add all of the strict rules to our synthetic file - this.injectRules(strictRules, strict, callback) - } - - // custom method: after we've finished gathering the files for the root package, we call this - // before emitting the 'done' event in order to gather all of the files for bundled deps - async gatherBundles () { - if (this.seen.has(this.tree)) { - return - } - - // add this node to our seen tracker - this.seen.add(this.tree) - - // if we're the project root, then we look at our bundleDependencies, otherwise we got here - // because we're a bundled dependency of the root, which means we need to include all prod - // and optional dependencies in the bundle - let toBundle - if (this.tree.isProjectRoot) { - const { bundleDependencies } = this.tree.package - toBundle = bundleDependencies || [] - } else { - const { dependencies, optionalDependencies } = this.tree.package - toBundle = Object.keys(dependencies || {}).concat(Object.keys(optionalDependencies || {})) - } - - for (const dep of toBundle) { - const edge = this.tree.edgesOut.get(dep) - // no edgeOut = missing node, so skip it. we can't pack it if it's not here - // we also refuse to pack peer dependencies and dev dependencies - if (!edge || edge.peer || edge.dev) { - continue - } - - // get a reference to the node we're bundling - const node = this.tree.edgesOut.get(dep).to - // if there's no node, this is most likely an optional dependency that hasn't been - // installed. just skip it. - if (!node) { - continue - } - // we use node.path for the path because we want the location the node was linked to, - // not where it actually lives on disk - const path = node.path - // but link nodes don't have edgesOut, so we need to pass in the target of the node - // in order to make sure we correctly traverse its dependencies - const tree = node.target - - // and start building options to be passed to the walker for this package - const walkerOpts = { - path, - isPackage: true, - ignoreFiles: [], - seen: this.seen, // pass through seen so we can prevent infinite circular loops - } - - // if our node is a link, we apply defaultRules. we don't do this for regular bundled - // deps because their .npmignore and .gitignore files are excluded by default and may - // override defaults - if (node.isLink) { - walkerOpts.ignoreFiles.push(defaultRules) - } - - // _all_ nodes will follow package.json rules from their package root - walkerOpts.ignoreFiles.push('package.json') - - // only link nodes will obey .npmignore or .gitignore - if (node.isLink) { - walkerOpts.ignoreFiles.push('.npmignore') - walkerOpts.ignoreFiles.push('.gitignore') - } - - // _all_ nodes follow strict rules - walkerOpts.ignoreFiles.push(strictRules) - - // create a walker for this dependency and gather its results - const walker = new PackWalker(tree, walkerOpts) - const bundled = await new Promise((pResolve, pReject) => { - walker.on('error', pReject) - walker.on('done', pResolve) - walker.start() - }) - - // now we make sure we have our paths correct from the root, and accumulate everything into - // our own result set to deduplicate - const relativeFrom = relative(this.root, walker.path) - for (const file of bundled) { - this.result.add(join(relativeFrom, file).replace(/\\/g, '/')) - } - } - } -} - -const walk = (tree, options, callback) => { - if (typeof options === 'function') { - callback = options - options = {} - } - const p = new Promise((pResolve, pReject) => { - new PackWalker(tree, { ...options, isPackage: true }) - .on('done', pResolve).on('error', pReject).start() - }) - return callback ? p.then(res => callback(null, res), callback) : p -} - -module.exports = walk -walk.Walker = PackWalker diff --git a/software/flow/node_modules/npm/node_modules/npm-packlist/package.json b/software/flow/node_modules/npm/node_modules/npm-packlist/package.json deleted file mode 100644 index 6023ad3..0000000 --- a/software/flow/node_modules/npm/node_modules/npm-packlist/package.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "name": "npm-packlist", - "version": "7.0.4", - "description": "Get a list of the files to add from a folder into an npm package", - "directories": { - "test": "test" - }, - "main": "lib/index.js", - "dependencies": { - "ignore-walk": "^6.0.0" - }, - "author": "GitHub Inc.", - "license": "ISC", - "files": [ - "bin/", - "lib/" - ], - "devDependencies": { - "@npmcli/arborist": "^6.0.0 || ^6.0.0-pre.0", - "@npmcli/eslint-config": "^4.0.0", - "@npmcli/template-oss": "4.10.0", - "mutate-fs": "^2.1.1", - "tap": "^16.0.1" - }, - "scripts": { - "test": "tap", - "posttest": "npm run lint", - "snap": "tap", - "postsnap": "npm run lintfix --", - "eslint": "eslint", - "lint": "eslint \"**/*.js\"", - "lintfix": "npm run lint -- --fix", - "npmclilint": "npmcli-lint", - "postlint": "template-oss-check", - "template-oss-apply": "template-oss-apply --force" - }, - "repository": { - "type": "git", - "url": "https://github.com/npm/npm-packlist.git" - }, - "tap": { - "test-env": [ - "LC_ALL=sk" - ], - "nyc-arg": [ - "--exclude", - "tap-snapshots/**" - ], - "files": [ - "test/*.js" - ] - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.10.0" - } -} diff --git a/software/flow/node_modules/npm/node_modules/npm-pick-manifest/LICENSE.md b/software/flow/node_modules/npm/node_modules/npm-pick-manifest/LICENSE.md deleted file mode 100644 index 8d28acf..0000000 --- a/software/flow/node_modules/npm/node_modules/npm-pick-manifest/LICENSE.md +++ /dev/null @@ -1,16 +0,0 @@ -ISC License - -Copyright (c) npm, Inc. - -Permission to use, copy, modify, and/or distribute this software for -any purpose with or without fee is hereby granted, provided that the -above copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE COPYRIGHT HOLDER DISCLAIMS -ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE -COPYRIGHT HOLDER BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR -CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS -OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE -OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE -USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/npm-pick-manifest/lib/index.js b/software/flow/node_modules/npm/node_modules/npm-pick-manifest/lib/index.js deleted file mode 100644 index f2934e9..0000000 --- a/software/flow/node_modules/npm/node_modules/npm-pick-manifest/lib/index.js +++ /dev/null @@ -1,218 +0,0 @@ -'use strict' - -const npa = require('npm-package-arg') -const semver = require('semver') -const { checkEngine } = require('npm-install-checks') -const normalizeBin = require('npm-normalize-package-bin') - -const engineOk = (manifest, npmVersion, nodeVersion) => { - try { - checkEngine(manifest, npmVersion, nodeVersion) - return true - } catch (_) { - return false - } -} - -const isBefore = (verTimes, ver, time) => - !verTimes || !verTimes[ver] || Date.parse(verTimes[ver]) <= time - -const avoidSemverOpt = { includePrerelease: true, loose: true } -const shouldAvoid = (ver, avoid) => - avoid && semver.satisfies(ver, avoid, avoidSemverOpt) - -const decorateAvoid = (result, avoid) => - result && shouldAvoid(result.version, avoid) - ? { ...result, _shouldAvoid: true } - : result - -const pickManifest = (packument, wanted, opts) => { - const { - defaultTag = 'latest', - before = null, - nodeVersion = process.version, - npmVersion = null, - includeStaged = false, - avoid = null, - avoidStrict = false, - } = opts - - const { name, time: verTimes } = packument - const versions = packument.versions || {} - - if (avoidStrict) { - const looseOpts = { - ...opts, - avoidStrict: false, - } - - const result = pickManifest(packument, wanted, looseOpts) - if (!result || !result._shouldAvoid) { - return result - } - - const caret = pickManifest(packument, `^${result.version}`, looseOpts) - if (!caret || !caret._shouldAvoid) { - return { - ...caret, - _outsideDependencyRange: true, - _isSemVerMajor: false, - } - } - - const star = pickManifest(packument, '*', looseOpts) - if (!star || !star._shouldAvoid) { - return { - ...star, - _outsideDependencyRange: true, - _isSemVerMajor: true, - } - } - - throw Object.assign(new Error(`No avoidable versions for ${name}`), { - code: 'ETARGET', - name, - wanted, - avoid, - before, - versions: Object.keys(versions), - }) - } - - const staged = (includeStaged && packument.stagedVersions && - packument.stagedVersions.versions) || {} - const restricted = (packument.policyRestrictions && - packument.policyRestrictions.versions) || {} - - const time = before && verTimes ? +(new Date(before)) : Infinity - const spec = npa.resolve(name, wanted || defaultTag) - const type = spec.type - const distTags = packument['dist-tags'] || {} - - if (type !== 'tag' && type !== 'version' && type !== 'range') { - throw new Error('Only tag, version, and range are supported') - } - - // if the type is 'tag', and not just the implicit default, then it must - // be that exactly, or nothing else will do. - if (wanted && type === 'tag') { - const ver = distTags[wanted] - // if the version in the dist-tags is before the before date, then - // we use that. Otherwise, we get the highest precedence version - // prior to the dist-tag. - if (isBefore(verTimes, ver, time)) { - return decorateAvoid(versions[ver] || staged[ver] || restricted[ver], avoid) - } else { - return pickManifest(packument, `<=${ver}`, opts) - } - } - - // similarly, if a specific version, then only that version will do - if (wanted && type === 'version') { - const ver = semver.clean(wanted, { loose: true }) - const mani = versions[ver] || staged[ver] || restricted[ver] - return isBefore(verTimes, ver, time) ? decorateAvoid(mani, avoid) : null - } - - // ok, sort based on our heuristics, and pick the best fit - const range = type === 'range' ? wanted : '*' - - // if the range is *, then we prefer the 'latest' if available - // but skip this if it should be avoided, in that case we have - // to try a little harder. - const defaultVer = distTags[defaultTag] - if (defaultVer && - (range === '*' || semver.satisfies(defaultVer, range, { loose: true })) && - !shouldAvoid(defaultVer, avoid)) { - const mani = versions[defaultVer] - if (mani && isBefore(verTimes, defaultVer, time)) { - return mani - } - } - - // ok, actually have to sort the list and take the winner - const allEntries = Object.entries(versions) - .concat(Object.entries(staged)) - .concat(Object.entries(restricted)) - .filter(([ver, mani]) => isBefore(verTimes, ver, time)) - - if (!allEntries.length) { - throw Object.assign(new Error(`No versions available for ${name}`), { - code: 'ENOVERSIONS', - name, - type, - wanted, - before, - versions: Object.keys(versions), - }) - } - - const sortSemverOpt = { loose: true } - const entries = allEntries.filter(([ver, mani]) => - semver.satisfies(ver, range, { loose: true })) - .sort((a, b) => { - const [vera, mania] = a - const [verb, manib] = b - const notavoida = !shouldAvoid(vera, avoid) - const notavoidb = !shouldAvoid(verb, avoid) - const notrestra = !restricted[a] - const notrestrb = !restricted[b] - const notstagea = !staged[a] - const notstageb = !staged[b] - const notdepra = !mania.deprecated - const notdeprb = !manib.deprecated - const enginea = engineOk(mania, npmVersion, nodeVersion) - const engineb = engineOk(manib, npmVersion, nodeVersion) - // sort by: - // - not an avoided version - // - not restricted - // - not staged - // - not deprecated and engine ok - // - engine ok - // - not deprecated - // - semver - return (notavoidb - notavoida) || - (notrestrb - notrestra) || - (notstageb - notstagea) || - ((notdeprb && engineb) - (notdepra && enginea)) || - (engineb - enginea) || - (notdeprb - notdepra) || - semver.rcompare(vera, verb, sortSemverOpt) - }) - - return decorateAvoid(entries[0] && entries[0][1], avoid) -} - -module.exports = (packument, wanted, opts = {}) => { - const mani = pickManifest(packument, wanted, opts) - const picked = mani && normalizeBin(mani) - const policyRestrictions = packument.policyRestrictions - const restricted = (policyRestrictions && policyRestrictions.versions) || {} - - if (picked && !restricted[picked.version]) { - return picked - } - - const { before = null, defaultTag = 'latest' } = opts - const bstr = before ? new Date(before).toLocaleString() : '' - const { name } = packument - const pckg = `${name}@${wanted}` + - (before ? ` with a date before ${bstr}` : '') - - const isForbidden = picked && !!restricted[picked.version] - const polMsg = isForbidden ? policyRestrictions.message : '' - - const msg = !isForbidden ? `No matching version found for ${pckg}.` - : `Could not download ${pckg} due to policy violations:\n${polMsg}` - - const code = isForbidden ? 'E403' : 'ETARGET' - throw Object.assign(new Error(msg), { - code, - type: npa.resolve(packument.name, wanted).type, - wanted, - versions: Object.keys(packument.versions), - name, - distTags: packument['dist-tags'], - defaultTag, - }) -} diff --git a/software/flow/node_modules/npm/node_modules/npm-pick-manifest/package.json b/software/flow/node_modules/npm/node_modules/npm-pick-manifest/package.json deleted file mode 100644 index 89ff896..0000000 --- a/software/flow/node_modules/npm/node_modules/npm-pick-manifest/package.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "npm-pick-manifest", - "version": "8.0.1", - "description": "Resolves a matching manifest from a package metadata document according to standard npm semver resolution rules.", - "main": "./lib", - "files": [ - "bin/", - "lib/" - ], - "scripts": { - "coverage": "tap", - "lint": "eslint \"**/*.js\"", - "test": "tap", - "posttest": "npm run lint", - "postlint": "template-oss-check", - "lintfix": "npm run lint -- --fix", - "snap": "tap", - "template-oss-apply": "template-oss-apply --force" - }, - "repository": { - "type": "git", - "url": "https://github.com/npm/npm-pick-manifest.git" - }, - "keywords": [ - "npm", - "semver", - "package manager" - ], - "author": "GitHub Inc.", - "license": "ISC", - "dependencies": { - "npm-install-checks": "^6.0.0", - "npm-normalize-package-bin": "^3.0.0", - "npm-package-arg": "^10.0.0", - "semver": "^7.3.5" - }, - "devDependencies": { - "@npmcli/eslint-config": "^4.0.0", - "@npmcli/template-oss": "4.6.1", - "tap": "^16.0.1" - }, - "tap": { - "check-coverage": true, - "nyc-arg": [ - "--exclude", - "tap-snapshots/**" - ] - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.6.1" - } -} diff --git a/software/flow/node_modules/npm/node_modules/npm-profile/LICENSE.md b/software/flow/node_modules/npm/node_modules/npm-profile/LICENSE.md deleted file mode 100644 index 5fc208f..0000000 --- a/software/flow/node_modules/npm/node_modules/npm-profile/LICENSE.md +++ /dev/null @@ -1,20 +0,0 @@ -<!-- This file is automatically added by @npmcli/template-oss. Do not edit. --> - -ISC License - -Copyright npm, Inc. - -Permission to use, copy, modify, and/or distribute this -software for any purpose with or without fee is hereby -granted, provided that the above copyright notice and this -permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND NPM DISCLAIMS ALL -WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO -EVENT SHALL NPM BE LIABLE FOR ANY SPECIAL, DIRECT, -INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER -TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE -USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/npm-profile/lib/index.js b/software/flow/node_modules/npm/node_modules/npm-profile/lib/index.js deleted file mode 100644 index ce78882..0000000 --- a/software/flow/node_modules/npm/node_modules/npm-profile/lib/index.js +++ /dev/null @@ -1,295 +0,0 @@ -'use strict' - -const fetch = require('npm-registry-fetch') -const { HttpErrorBase } = require('npm-registry-fetch/lib/errors') -const EventEmitter = require('events') -const os = require('os') -const { URL } = require('url') -const log = require('proc-log') - -// try loginWeb, catch the "not supported" message and fall back to couch -const login = (opener, prompter, opts = {}) => { - const { creds } = opts - return loginWeb(opener, opts).catch(er => { - if (er instanceof WebLoginNotSupported) { - log.verbose('web login not supported, trying couch') - return prompter(creds) - .then(data => loginCouch(data.username, data.password, opts)) - } else { - throw er - } - }) -} - -const adduser = (opener, prompter, opts = {}) => { - const { creds } = opts - return adduserWeb(opener, opts).catch(er => { - if (er instanceof WebLoginNotSupported) { - log.verbose('web adduser not supported, trying couch') - return prompter(creds) - .then(data => adduserCouch(data.username, data.email, data.password, opts)) - } else { - throw er - } - }) -} - -const adduserWeb = (opener, opts = {}) => { - log.verbose('web adduser', 'before first POST') - return webAuth(opener, opts, { create: true }) -} - -const loginWeb = (opener, opts = {}) => { - log.verbose('web login', 'before first POST') - return webAuth(opener, opts, {}) -} - -const isValidUrl = u => { - try { - return /^https?:$/.test(new URL(u).protocol) - } catch (er) { - return false - } -} - -const webAuth = (opener, opts, body) => { - const { hostname } = opts - body.hostname = hostname || os.hostname() - const target = '/-/v1/login' - const doneEmitter = new EventEmitter() - return fetch(target, { - ...opts, - method: 'POST', - body, - }).then(res => { - return Promise.all([res, res.json()]) - }).then(([res, content]) => { - const { doneUrl, loginUrl } = content - log.verbose('web auth', 'got response', content) - if (!isValidUrl(doneUrl) || !isValidUrl(loginUrl)) { - throw new WebLoginInvalidResponse('POST', res, content) - } - return content - }).then(({ doneUrl, loginUrl }) => { - log.verbose('web auth', 'opening url pair') - - const openPromise = opener(loginUrl, doneEmitter) - const webAuthCheckPromise = webAuthCheckLogin(doneUrl, { ...opts, cache: false }) - .then(authResult => { - log.verbose('web auth', 'done-check finished') - - // cancel open prompt if it's present - doneEmitter.emit('abort') - - return authResult - }) - - return Promise.all([openPromise, webAuthCheckPromise]).then( - // pick the auth result and pass it along - ([, authResult]) => authResult - ) - }).catch(er => { - // cancel open prompt if it's present - doneEmitter.emit('abort') - - if ((er.statusCode >= 400 && er.statusCode <= 499) || er.statusCode === 500) { - throw new WebLoginNotSupported('POST', { - status: er.statusCode, - headers: { raw: () => er.headers }, - }, er.body) - } else { - throw er - } - }) -} - -const webAuthCheckLogin = (doneUrl, opts) => { - return fetch(doneUrl, opts).then(res => { - return Promise.all([res, res.json()]) - }).then(([res, content]) => { - if (res.status === 200) { - if (!content.token) { - throw new WebLoginInvalidResponse('GET', res, content) - } else { - return content - } - } else if (res.status === 202) { - const retry = +res.headers.get('retry-after') * 1000 - if (retry > 0) { - return sleep(retry).then(() => webAuthCheckLogin(doneUrl, opts)) - } else { - return webAuthCheckLogin(doneUrl, opts) - } - } else { - throw new WebLoginInvalidResponse('GET', res, content) - } - }) -} - -const adduserCouch = (username, email, password, opts = {}) => { - const body = { - _id: 'org.couchdb.user:' + username, - name: username, - password: password, - email: email, - type: 'user', - roles: [], - date: new Date().toISOString(), - } - const logObj = { - ...body, - password: 'XXXXX', - } - log.verbose('adduser', 'before first PUT', logObj) - - const target = '/-/user/org.couchdb.user:' + encodeURIComponent(username) - return fetch.json(target, { - ...opts, - method: 'PUT', - body, - }).then(result => { - result.username = username - return result - }) -} - -const loginCouch = (username, password, opts = {}) => { - const body = { - _id: 'org.couchdb.user:' + username, - name: username, - password: password, - type: 'user', - roles: [], - date: new Date().toISOString(), - } - const logObj = { - ...body, - password: 'XXXXX', - } - log.verbose('login', 'before first PUT', logObj) - - const target = '/-/user/org.couchdb.user:' + encodeURIComponent(username) - return fetch.json(target, { - ...opts, - method: 'PUT', - body, - }).catch(err => { - if (err.code === 'E400') { - err.message = `There is no user with the username "${username}".` - throw err - } - if (err.code !== 'E409') { - throw err - } - return fetch.json(target, { - ...opts, - query: { write: true }, - }).then(result => { - Object.keys(result).forEach(k => { - if (!body[k] || k === 'roles') { - body[k] = result[k] - } - }) - const { otp } = opts - return fetch.json(`${target}/-rev/${body._rev}`, { - ...opts, - method: 'PUT', - body, - forceAuth: { - username, - password: Buffer.from(password, 'utf8').toString('base64'), - otp, - }, - }) - }) - }).then(result => { - result.username = username - return result - }) -} - -const get = (opts = {}) => fetch.json('/-/npm/v1/user', opts) - -const set = (profile, opts = {}) => { - Object.keys(profile).forEach(key => { - // profile keys can't be empty strings, but they CAN be null - if (profile[key] === '') { - profile[key] = null - } - }) - return fetch.json('/-/npm/v1/user', { - ...opts, - method: 'POST', - body: profile, - }) -} - -const listTokens = (opts = {}) => { - const untilLastPage = (href, objects) => { - return fetch.json(href, opts).then(result => { - objects = objects ? objects.concat(result.objects) : result.objects - if (result.urls.next) { - return untilLastPage(result.urls.next, objects) - } else { - return objects - } - }) - } - return untilLastPage('/-/npm/v1/tokens') -} - -const removeToken = (tokenKey, opts = {}) => { - const target = `/-/npm/v1/tokens/token/${tokenKey}` - return fetch(target, { - ...opts, - method: 'DELETE', - ignoreBody: true, - }).then(() => null) -} - -const createToken = (password, readonly, cidrs, opts = {}) => { - return fetch.json('/-/npm/v1/tokens', { - ...opts, - method: 'POST', - body: { - password: password, - readonly: readonly, - cidr_whitelist: cidrs, - }, - }) -} - -class WebLoginInvalidResponse extends HttpErrorBase { - constructor (method, res, body) { - super(method, res, body) - this.message = 'Invalid response from web login endpoint' - Error.captureStackTrace(this, WebLoginInvalidResponse) - } -} - -class WebLoginNotSupported extends HttpErrorBase { - constructor (method, res, body) { - super(method, res, body) - this.message = 'Web login not supported' - this.code = 'ENYI' - Error.captureStackTrace(this, WebLoginNotSupported) - } -} - -const sleep = (ms) => - new Promise((resolve, reject) => setTimeout(resolve, ms)) - -module.exports = { - adduserCouch, - loginCouch, - adduserWeb, - loginWeb, - login, - adduser, - get, - set, - listTokens, - removeToken, - createToken, - webAuthCheckLogin, -} diff --git a/software/flow/node_modules/npm/node_modules/npm-profile/package.json b/software/flow/node_modules/npm/node_modules/npm-profile/package.json deleted file mode 100644 index 9c0b77b..0000000 --- a/software/flow/node_modules/npm/node_modules/npm-profile/package.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "name": "npm-profile", - "version": "7.0.1", - "description": "Library for updating an npmjs.com profile", - "keywords": [], - "author": "GitHub Inc.", - "license": "ISC", - "dependencies": { - "npm-registry-fetch": "^14.0.0", - "proc-log": "^3.0.0" - }, - "main": "./lib/index.js", - "repository": { - "type": "git", - "url": "https://github.com/npm/npm-profile.git" - }, - "files": [ - "bin/", - "lib/" - ], - "devDependencies": { - "@npmcli/eslint-config": "^4.0.0", - "@npmcli/template-oss": "4.5.1", - "nock": "^13.2.4", - "tap": "^16.0.1" - }, - "scripts": { - "posttest": "npm run lint", - "test": "tap", - "snap": "tap", - "lint": "eslint \"**/*.js\"", - "postlint": "template-oss-check", - "lintfix": "npm run lint -- --fix", - "template-oss-apply": "template-oss-apply --force" - }, - "tap": { - "check-coverage": true, - "nyc-arg": [ - "--exclude", - "tap-snapshots/**" - ] - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.5.1" - } -} diff --git a/software/flow/node_modules/npm/node_modules/npm-registry-fetch/LICENSE.md b/software/flow/node_modules/npm/node_modules/npm-registry-fetch/LICENSE.md deleted file mode 100644 index 5fc208f..0000000 --- a/software/flow/node_modules/npm/node_modules/npm-registry-fetch/LICENSE.md +++ /dev/null @@ -1,20 +0,0 @@ -<!-- This file is automatically added by @npmcli/template-oss. Do not edit. --> - -ISC License - -Copyright npm, Inc. - -Permission to use, copy, modify, and/or distribute this -software for any purpose with or without fee is hereby -granted, provided that the above copyright notice and this -permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND NPM DISCLAIMS ALL -WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO -EVENT SHALL NPM BE LIABLE FOR ANY SPECIAL, DIRECT, -INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER -TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE -USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/npm-registry-fetch/lib/auth.js b/software/flow/node_modules/npm/node_modules/npm-registry-fetch/lib/auth.js deleted file mode 100644 index 870ce0d..0000000 --- a/software/flow/node_modules/npm/node_modules/npm-registry-fetch/lib/auth.js +++ /dev/null @@ -1,145 +0,0 @@ -'use strict' -const fs = require('fs') -const npa = require('npm-package-arg') -const { URL } = require('url') - -// Find the longest registry key that is used for some kind of auth -// in the options. -const regKeyFromURI = (uri, opts) => { - const parsed = new URL(uri) - // try to find a config key indicating we have auth for this registry - // can be one of :_authToken, :_auth, :_password and :username, or - // :certfile and :keyfile - // We walk up the "path" until we're left with just //<host>[:<port>], - // stopping when we reach '//'. - let regKey = `//${parsed.host}${parsed.pathname}` - while (regKey.length > '//'.length) { - // got some auth for this URI - if (hasAuth(regKey, opts)) { - return regKey - } - - // can be either //host/some/path/:_auth or //host/some/path:_auth - // walk up by removing EITHER what's after the slash OR the slash itself - regKey = regKey.replace(/([^/]+|\/)$/, '') - } -} - -const hasAuth = (regKey, opts) => ( - opts[`${regKey}:_authToken`] || - opts[`${regKey}:_auth`] || - opts[`${regKey}:username`] && opts[`${regKey}:_password`] || - opts[`${regKey}:certfile`] && opts[`${regKey}:keyfile`] -) - -const sameHost = (a, b) => { - const parsedA = new URL(a) - const parsedB = new URL(b) - return parsedA.host === parsedB.host -} - -const getRegistry = opts => { - const { spec } = opts - const { scope: specScope, subSpec } = spec ? npa(spec) : {} - const subSpecScope = subSpec && subSpec.scope - const scope = subSpec ? subSpecScope : specScope - const scopeReg = scope && opts[`${scope}:registry`] - return scopeReg || opts.registry -} - -const maybeReadFile = file => { - try { - return fs.readFileSync(file, 'utf8') - } catch (er) { - if (er.code !== 'ENOENT') { - throw er - } - return null - } -} - -const getAuth = (uri, opts = {}) => { - const { forceAuth } = opts - if (!uri) { - throw new Error('URI is required') - } - const regKey = regKeyFromURI(uri, forceAuth || opts) - - // we are only allowed to use what's in forceAuth if specified - if (forceAuth && !regKey) { - return new Auth({ - scopeAuthKey: null, - token: forceAuth._authToken || forceAuth.token, - username: forceAuth.username, - password: forceAuth._password || forceAuth.password, - auth: forceAuth._auth || forceAuth.auth, - certfile: forceAuth.certfile, - keyfile: forceAuth.keyfile, - }) - } - - // no auth for this URI, but might have it for the registry - if (!regKey) { - const registry = getRegistry(opts) - if (registry && uri !== registry && sameHost(uri, registry)) { - return getAuth(registry, opts) - } else if (registry !== opts.registry) { - // If making a tarball request to a different base URI than the - // registry where we logged in, but the same auth SHOULD be sent - // to that artifact host, then we track where it was coming in from, - // and warn the user if we get a 4xx error on it. - const scopeAuthKey = regKeyFromURI(registry, opts) - return new Auth({ scopeAuthKey }) - } - } - - const { - [`${regKey}:_authToken`]: token, - [`${regKey}:username`]: username, - [`${regKey}:_password`]: password, - [`${regKey}:_auth`]: auth, - [`${regKey}:certfile`]: certfile, - [`${regKey}:keyfile`]: keyfile, - } = opts - - return new Auth({ - scopeAuthKey: null, - token, - auth, - username, - password, - certfile, - keyfile, - }) -} - -class Auth { - constructor ({ token, auth, username, password, scopeAuthKey, certfile, keyfile }) { - this.scopeAuthKey = scopeAuthKey - this.token = null - this.auth = null - this.isBasicAuth = false - this.cert = null - this.key = null - if (token) { - this.token = token - } else if (auth) { - this.auth = auth - } else if (username && password) { - const p = Buffer.from(password, 'base64').toString('utf8') - this.auth = Buffer.from(`${username}:${p}`, 'utf8').toString('base64') - this.isBasicAuth = true - } - // mTLS may be used in conjunction with another auth method above - if (certfile && keyfile) { - const cert = maybeReadFile(certfile, 'utf-8') - const key = maybeReadFile(keyfile, 'utf-8') - if (cert && key) { - this.cert = cert - this.key = key - } - } - } -} - -module.exports = getAuth diff --git a/software/flow/node_modules/npm/node_modules/npm-registry-fetch/lib/check-response.js b/software/flow/node_modules/npm/node_modules/npm-registry-fetch/lib/check-response.js deleted file mode 100644 index 066ac3c..0000000 --- a/software/flow/node_modules/npm/node_modules/npm-registry-fetch/lib/check-response.js +++ /dev/null @@ -1,100 +0,0 @@ -'use strict' - -const errors = require('./errors.js') -const { Response } = require('minipass-fetch') -const defaultOpts = require('./default-opts.js') -const log = require('proc-log') -const cleanUrl = require('./clean-url.js') - -/* eslint-disable-next-line max-len */ -const moreInfoUrl = 'https://github.com/npm/cli/wiki/No-auth-for-URI,-but-auth-present-for-scoped-registry' -const checkResponse = - async ({ method, uri, res, startTime, auth, opts }) => { - opts = { ...defaultOpts, ...opts } - if (res.headers.has('npm-notice') && !res.headers.has('x-local-cache')) { - log.notice('', res.headers.get('npm-notice')) - } - - if (res.status >= 400) { - logRequest(method, res, startTime) - if (auth && auth.scopeAuthKey && !auth.token && !auth.auth) { - // we didn't have auth for THIS request, but we do have auth for - // requests to the registry indicated by the spec's scope value. - // Warn the user. - log.warn('registry', `No auth for URI, but auth present for scoped registry. - -URI: ${uri} -Scoped Registry Key: ${auth.scopeAuthKey} - -More info here: ${moreInfoUrl}`) - } - return checkErrors(method, res, startTime, opts) - } else { - res.body.on('end', () => logRequest(method, res, startTime, opts)) - if (opts.ignoreBody) { - res.body.resume() - return new Response(null, res) - } - return res - } - } -module.exports = checkResponse - -function logRequest (method, res, startTime) { - const elapsedTime = Date.now() - startTime - const attempt = res.headers.get('x-fetch-attempts') - const attemptStr = attempt && attempt > 1 ? ` attempt #${attempt}` : '' - const cacheStatus = res.headers.get('x-local-cache-status') - const cacheStr = cacheStatus ? ` (cache ${cacheStatus})` : '' - const urlStr = cleanUrl(res.url) - - log.http( - 'fetch', - `${method.toUpperCase()} ${res.status} ${urlStr} ${elapsedTime}ms${attemptStr}${cacheStr}` - ) -} - -function checkErrors (method, res, startTime, opts) { - return res.buffer() - .catch(() => null) - .then(body => { - let parsed = body - try { - parsed = JSON.parse(body.toString('utf8')) - } catch { - // ignore errors - } - if (res.status === 401 && res.headers.get('www-authenticate')) { - const auth = res.headers.get('www-authenticate') - .split(/,\s*/) - .map(s => s.toLowerCase()) - if (auth.indexOf('ipaddress') !== -1) { - throw new errors.HttpErrorAuthIPAddress( - method, res, parsed, opts.spec - ) - } else if (auth.indexOf('otp') !== -1) { - throw new errors.HttpErrorAuthOTP( - method, res, parsed, opts.spec - ) - } else { - throw new errors.HttpErrorAuthUnknown( - method, res, parsed, opts.spec - ) - } - } else if ( - res.status === 401 && - body != null && - /one-time pass/.test(body.toString('utf8')) - ) { - // Heuristic for malformed OTP responses that don't include the - // www-authenticate header. - throw new errors.HttpErrorAuthOTP( - method, res, parsed, opts.spec - ) - } else { - throw new errors.HttpErrorGeneral( - method, res, parsed, opts.spec - ) - } - }) -} diff --git a/software/flow/node_modules/npm/node_modules/npm-registry-fetch/lib/clean-url.js b/software/flow/node_modules/npm/node_modules/npm-registry-fetch/lib/clean-url.js deleted file mode 100644 index a419b47..0000000 --- a/software/flow/node_modules/npm/node_modules/npm-registry-fetch/lib/clean-url.js +++ /dev/null @@ -1,26 +0,0 @@ -const { URL } = require('url') - -const replace = '***' -const tokenRegex = /\bnpm_[a-zA-Z0-9]{36}\b/g -const guidRegex = /\b[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}\b/g - -const cleanUrl = (str) => { - if (typeof str !== 'string' || !str) { - return str - } - - try { - const url = new URL(str) - if (url.password) { - str = str.replace(url.password, replace) - } - } catch { - // ignore errors - } - - return str - .replace(tokenRegex, `npm_${replace}`) - .replace(guidRegex, `npm_${replace}`) -} - -module.exports = cleanUrl diff --git a/software/flow/node_modules/npm/node_modules/npm-registry-fetch/lib/default-opts.js b/software/flow/node_modules/npm/node_modules/npm-registry-fetch/lib/default-opts.js deleted file mode 100644 index f0847f0..0000000 --- a/software/flow/node_modules/npm/node_modules/npm-registry-fetch/lib/default-opts.js +++ /dev/null @@ -1,19 +0,0 @@ -const pkg = require('../package.json') -module.exports = { - maxSockets: 12, - method: 'GET', - registry: 'https://registry.npmjs.org/', - timeout: 5 * 60 * 1000, // 5 minutes - strictSSL: true, - noProxy: process.env.NOPROXY, - userAgent: `${pkg.name - }@${ - pkg.version - }/node@${ - process.version - }+${ - process.arch - } (${ - process.platform - })`, -} diff --git a/software/flow/node_modules/npm/node_modules/npm-registry-fetch/lib/errors.js b/software/flow/node_modules/npm/node_modules/npm-registry-fetch/lib/errors.js deleted file mode 100644 index cf5ddba..0000000 --- a/software/flow/node_modules/npm/node_modules/npm-registry-fetch/lib/errors.js +++ /dev/null @@ -1,80 +0,0 @@ -'use strict' - -const url = require('url') - -function packageName (href) { - try { - let basePath = new url.URL(href).pathname.slice(1) - if (!basePath.match(/^-/)) { - basePath = basePath.split('/') - var index = basePath.indexOf('_rewrite') - if (index === -1) { - index = basePath.length - 1 - } else { - index++ - } - return decodeURIComponent(basePath[index]) - } - } catch (_) { - // this is ok - } -} - -class HttpErrorBase extends Error { - constructor (method, res, body, spec) { - super() - this.name = this.constructor.name - this.headers = res.headers.raw() - this.statusCode = res.status - this.code = `E${res.status}` - this.method = method - this.uri = res.url - this.body = body - this.pkgid = spec ? spec.toString() : packageName(res.url) - } -} -module.exports.HttpErrorBase = HttpErrorBase - -class HttpErrorGeneral extends HttpErrorBase { - constructor (method, res, body, spec) { - super(method, res, body, spec) - this.message = `${res.status} ${res.statusText} - ${ - this.method.toUpperCase() - } ${ - this.spec || this.uri - }${ - (body && body.error) ? ' - ' + body.error : '' - }` - Error.captureStackTrace(this, HttpErrorGeneral) - } -} -module.exports.HttpErrorGeneral = HttpErrorGeneral - -class HttpErrorAuthOTP extends HttpErrorBase { - constructor (method, res, body, spec) { - super(method, res, body, spec) - this.message = 'OTP required for authentication' - this.code = 'EOTP' - Error.captureStackTrace(this, HttpErrorAuthOTP) - } -} -module.exports.HttpErrorAuthOTP = HttpErrorAuthOTP - -class HttpErrorAuthIPAddress extends HttpErrorBase { - constructor (method, res, body, spec) { - super(method, res, body, spec) - this.message = 'Login is not allowed from your IP address' - this.code = 'EAUTHIP' - Error.captureStackTrace(this, HttpErrorAuthIPAddress) - } -} -module.exports.HttpErrorAuthIPAddress = HttpErrorAuthIPAddress - -class HttpErrorAuthUnknown extends HttpErrorBase { - constructor (method, res, body, spec) { - super(method, res, body, spec) - this.message = 'Unable to authenticate, need: ' + res.headers.get('www-authenticate') - Error.captureStackTrace(this, HttpErrorAuthUnknown) - } -} -module.exports.HttpErrorAuthUnknown = HttpErrorAuthUnknown diff --git a/software/flow/node_modules/npm/node_modules/npm-registry-fetch/lib/index.js b/software/flow/node_modules/npm/node_modules/npm-registry-fetch/lib/index.js deleted file mode 100644 index cc331a5..0000000 --- a/software/flow/node_modules/npm/node_modules/npm-registry-fetch/lib/index.js +++ /dev/null @@ -1,247 +0,0 @@ -'use strict' - -const { HttpErrorAuthOTP } = require('./errors.js') -const checkResponse = require('./check-response.js') -const getAuth = require('./auth.js') -const fetch = require('make-fetch-happen') -const JSONStream = require('minipass-json-stream') -const npa = require('npm-package-arg') -const qs = require('querystring') -const url = require('url') -const zlib = require('minizlib') -const Minipass = require('minipass') - -const defaultOpts = require('./default-opts.js') - -// WhatWG URL throws if it's not fully resolved -const urlIsValid = u => { - try { - return !!new url.URL(u) - } catch (_) { - return false - } -} - -module.exports = regFetch -function regFetch (uri, /* istanbul ignore next */ opts_ = {}) { - const opts = { - ...defaultOpts, - ...opts_, - } - - // if we did not get a fully qualified URI, then we look at the registry - // config or relevant scope to resolve it. - const uriValid = urlIsValid(uri) - let registry = opts.registry || defaultOpts.registry - if (!uriValid) { - registry = opts.registry = ( - (opts.spec && pickRegistry(opts.spec, opts)) || - opts.registry || - registry - ) - uri = `${ - registry.trim().replace(/\/?$/g, '') - }/${ - uri.trim().replace(/^\//, '') - }` - // asserts that this is now valid - new url.URL(uri) - } - - const method = opts.method || 'GET' - - // through that takes into account the scope, the prefix of `uri`, etc - const startTime = Date.now() - const auth = getAuth(uri, opts) - const headers = getHeaders(uri, auth, opts) - let body = opts.body - const bodyIsStream = Minipass.isStream(body) - const bodyIsPromise = body && - typeof body === 'object' && - typeof body.then === 'function' - - if ( - body && !bodyIsStream && !bodyIsPromise && typeof body !== 'string' && !Buffer.isBuffer(body) - ) { - headers['content-type'] = headers['content-type'] || 'application/json' - body = JSON.stringify(body) - } else if (body && !headers['content-type']) { - headers['content-type'] = 'application/octet-stream' - } - - if (opts.gzip) { - headers['content-encoding'] = 'gzip' - if (bodyIsStream) { - const gz = new zlib.Gzip() - body.on('error', /* istanbul ignore next: unlikely and hard to test */ - err => gz.emit('error', err)) - body = body.pipe(gz) - } else if (!bodyIsPromise) { - body = new zlib.Gzip().end(body).concat() - } - } - - const parsed = new url.URL(uri) - - if (opts.query) { - const q = typeof opts.query === 'string' ? qs.parse(opts.query) - : opts.query - - Object.keys(q).forEach(key => { - if (q[key] !== undefined) { - parsed.searchParams.set(key, q[key]) - } - }) - uri = url.format(parsed) - } - - if (parsed.searchParams.get('write') === 'true' && method === 'GET') { - // do not cache, because this GET is fetching a rev that will be - // used for a subsequent PUT or DELETE, so we need to conditionally - // update cache. - opts.offline = false - opts.preferOffline = false - opts.preferOnline = true - } - - const doFetch = async fetchBody => { - const p = fetch(uri, { - agent: opts.agent, - algorithms: opts.algorithms, - body: fetchBody, - cache: getCacheMode(opts), - cachePath: opts.cache, - ca: opts.ca, - cert: auth.cert || opts.cert, - headers, - integrity: opts.integrity, - key: auth.key || opts.key, - localAddress: opts.localAddress, - maxSockets: opts.maxSockets, - memoize: opts.memoize, - method: method, - noProxy: opts.noProxy, - proxy: opts.httpsProxy || opts.proxy, - retry: opts.retry ? opts.retry : { - retries: opts.fetchRetries, - factor: opts.fetchRetryFactor, - minTimeout: opts.fetchRetryMintimeout, - maxTimeout: opts.fetchRetryMaxtimeout, - }, - strictSSL: opts.strictSSL, - timeout: opts.timeout || 30 * 1000, - }).then(res => checkResponse({ - method, - uri, - res, - registry, - startTime, - auth, - opts, - })) - - if (typeof opts.otpPrompt === 'function') { - return p.catch(async er => { - if (er instanceof HttpErrorAuthOTP) { - let otp - // if otp fails to complete, we fail with that failure - try { - otp = await opts.otpPrompt() - } catch (_) { - // ignore this error - } - // if no otp provided, or otpPrompt errored, throw the original HTTP error - if (!otp) { - throw er - } - return regFetch(uri, { ...opts, otp }) - } - throw er - }) - } else { - return p - } - } - - return Promise.resolve(body).then(doFetch) -} - -module.exports.json = fetchJSON -function fetchJSON (uri, opts) { - return regFetch(uri, opts).then(res => res.json()) -} - -module.exports.json.stream = fetchJSONStream -function fetchJSONStream (uri, jsonPath, - /* istanbul ignore next */ opts_ = {}) { - const opts = { ...defaultOpts, ...opts_ } - const parser = JSONStream.parse(jsonPath, opts.mapJSON) - regFetch(uri, opts).then(res => - res.body.on('error', - /* istanbul ignore next: unlikely and difficult to test */ - er => parser.emit('error', er)).pipe(parser) - ).catch(er => parser.emit('error', er)) - return parser -} - -module.exports.pickRegistry = pickRegistry -function pickRegistry (spec, opts = {}) { - spec = npa(spec) - let registry = spec.scope && - opts[spec.scope.replace(/^@?/, '@') + ':registry'] - - if (!registry && opts.scope) { - registry = opts[opts.scope.replace(/^@?/, '@') + ':registry'] - } - - if (!registry) { - registry = opts.registry || defaultOpts.registry - } - - return registry -} - -function getCacheMode (opts) { - return opts.offline ? 'only-if-cached' - : opts.preferOffline ? 'force-cache' - : opts.preferOnline ? 'no-cache' - : 'default' -} - -function getHeaders (uri, auth, opts) { - const headers = Object.assign({ - 'user-agent': opts.userAgent, - }, opts.headers || {}) - - if (opts.authType) { - headers['npm-auth-type'] = opts.authType - } - - if (opts.scope) { - headers['npm-scope'] = opts.scope - } - - if (opts.npmSession) { - headers['npm-session'] = opts.npmSession - } - - if (opts.npmCommand) { - headers['npm-command'] = opts.npmCommand - } - - // If a tarball is hosted on a different place than the manifest, only send - // credentials on `alwaysAuth` - if (auth.token) { - headers.authorization = `Bearer ${auth.token}` - } else if (auth.auth) { - headers.authorization = `Basic ${auth.auth}` - } - - if (opts.otp) { - headers['npm-otp'] = opts.otp - } - - return headers -} - -module.exports.cleanUrl = require('./clean-url.js') diff --git a/software/flow/node_modules/npm/node_modules/npm-registry-fetch/package.json b/software/flow/node_modules/npm/node_modules/npm-registry-fetch/package.json deleted file mode 100644 index 89550ce..0000000 --- a/software/flow/node_modules/npm/node_modules/npm-registry-fetch/package.json +++ /dev/null @@ -1,68 +0,0 @@ -{ - "name": "npm-registry-fetch", - "version": "14.0.3", - "description": "Fetch-based http client for use with npm registry APIs", - "main": "lib", - "files": [ - "bin/", - "lib/" - ], - "scripts": { - "eslint": "eslint", - "lint": "eslint \"**/*.js\"", - "lintfix": "npm run lint -- --fix", - "test": "tap", - "posttest": "npm run lint", - "npmclilint": "npmcli-lint", - "postsnap": "npm run lintfix --", - "postlint": "template-oss-check", - "snap": "tap", - "template-oss-apply": "template-oss-apply --force" - }, - "repository": { - "type": "git", - "url": "https://github.com/npm/npm-registry-fetch.git" - }, - "keywords": [ - "npm", - "registry", - "fetch" - ], - "author": "GitHub Inc.", - "license": "ISC", - "dependencies": { - "make-fetch-happen": "^11.0.0", - "minipass": "^4.0.0", - "minipass-fetch": "^3.0.0", - "minipass-json-stream": "^1.0.1", - "minizlib": "^2.1.2", - "npm-package-arg": "^10.0.0", - "proc-log": "^3.0.0" - }, - "devDependencies": { - "@npmcli/eslint-config": "^4.0.0", - "@npmcli/template-oss": "4.10.0", - "cacache": "^17.0.0", - "mkdirp": "^1.0.4", - "nock": "^13.2.4", - "require-inject": "^1.4.4", - "rimraf": "^3.0.2", - "ssri": "^10.0.0", - "tap": "^16.0.1" - }, - "tap": { - "check-coverage": true, - "test-ignore": "test[\\\\/](util|cache)[\\\\/]", - "nyc-arg": [ - "--exclude", - "tap-snapshots/**" - ] - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.10.0" - } -} diff --git a/software/flow/node_modules/npm/node_modules/npm-user-validate/LICENSE b/software/flow/node_modules/npm/node_modules/npm-user-validate/LICENSE deleted file mode 100644 index 79128b2..0000000 --- a/software/flow/node_modules/npm/node_modules/npm-user-validate/LICENSE +++ /dev/null @@ -1,27 +0,0 @@ -Copyright (c) Robert Kowalski -All rights reserved. - -The BSD License - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - -THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS -BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF -SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR -BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, -WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE -OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/npm-user-validate/lib/index.js b/software/flow/node_modules/npm/node_modules/npm-user-validate/lib/index.js deleted file mode 100644 index 379a31d..0000000 --- a/software/flow/node_modules/npm/node_modules/npm-user-validate/lib/index.js +++ /dev/null @@ -1,61 +0,0 @@ -exports.email = email -exports.pw = pw -exports.username = username -var requirements = exports.requirements = { - username: { - length: 'Name length must be less than or equal to 214 characters long', - lowerCase: 'Name must be lowercase', - urlSafe: 'Name may not contain non-url-safe chars', - dot: 'Name may not start with "."', - illegal: 'Name may not contain illegal character', - }, - password: {}, - email: { - length: 'Email length must be less then or equal to 254 characters long', - valid: 'Email must be an email address', - }, -} - -var illegalCharacterRe = new RegExp('([' + [ - "'", -].join() + '])') - -function username (un) { - if (un !== un.toLowerCase()) { - return new Error(requirements.username.lowerCase) - } - - if (un !== encodeURIComponent(un)) { - return new Error(requirements.username.urlSafe) - } - - if (un.charAt(0) === '.') { - return new Error(requirements.username.dot) - } - - if (un.length > 214) { - return new Error(requirements.username.length) - } - - var illegal = un.match(illegalCharacterRe) - if (illegal) { - return new Error(requirements.username.illegal + ' "' + illegal[0] + '"') - } - - return null -} - -function email (em) { - if (em.length > 254) { - return new Error(requirements.email.length) - } - if (!em.match(/^[^@]+@.+\..+$/)) { - return new Error(requirements.email.valid) - } - - return null -} - -function pw () { - return null -} diff --git a/software/flow/node_modules/npm/node_modules/npm-user-validate/package.json b/software/flow/node_modules/npm/node_modules/npm-user-validate/package.json deleted file mode 100644 index 8cf48f8..0000000 --- a/software/flow/node_modules/npm/node_modules/npm-user-validate/package.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "name": "npm-user-validate", - "version": "2.0.0", - "description": "User validations for npm", - "main": "lib/index.js", - "devDependencies": { - "@npmcli/eslint-config": "^4.0.1", - "@npmcli/template-oss": "4.11.0", - "tap": "^16.3.2" - }, - "scripts": { - "test": "tap", - "lint": "eslint \"**/*.js\"", - "postlint": "template-oss-check", - "template-oss-apply": "template-oss-apply --force", - "lintfix": "npm run lint -- --fix", - "snap": "tap", - "posttest": "npm run lint" - }, - "repository": { - "type": "git", - "url": "https://github.com/npm/npm-user-validate.git" - }, - "keywords": [ - "npm", - "validation", - "registry" - ], - "author": "GitHub Inc.", - "license": "BSD-2-Clause", - "files": [ - "bin/", - "lib/" - ], - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.11.0" - }, - "tap": { - "nyc-arg": [ - "--exclude", - "tap-snapshots/**" - ] - } -} diff --git a/software/flow/node_modules/npm/node_modules/npmlog/LICENSE.md b/software/flow/node_modules/npm/node_modules/npmlog/LICENSE.md deleted file mode 100644 index 5fc208f..0000000 --- a/software/flow/node_modules/npm/node_modules/npmlog/LICENSE.md +++ /dev/null @@ -1,20 +0,0 @@ -<!-- This file is automatically added by @npmcli/template-oss. Do not edit. --> - -ISC License - -Copyright npm, Inc. - -Permission to use, copy, modify, and/or distribute this -software for any purpose with or without fee is hereby -granted, provided that the above copyright notice and this -permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND NPM DISCLAIMS ALL -WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO -EVENT SHALL NPM BE LIABLE FOR ANY SPECIAL, DIRECT, -INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER -TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE -USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/npmlog/lib/log.js b/software/flow/node_modules/npm/node_modules/npmlog/lib/log.js deleted file mode 100644 index 38106ea..0000000 --- a/software/flow/node_modules/npm/node_modules/npmlog/lib/log.js +++ /dev/null @@ -1,400 +0,0 @@ -'use strict' -var Progress = require('are-we-there-yet') -var Gauge = require('gauge') -var EE = require('events').EventEmitter -var log = exports = module.exports = new EE() -var util = require('util') - -var setBlocking = require('set-blocking') -var consoleControl = require('console-control-strings') - -setBlocking(true) -var stream = process.stderr -Object.defineProperty(log, 'stream', { - set: function (newStream) { - stream = newStream - if (this.gauge) { - this.gauge.setWriteTo(stream, stream) - } - }, - get: function () { - return stream - }, -}) - -// by default, decide based on tty-ness. -var colorEnabled -log.useColor = function () { - return colorEnabled != null ? colorEnabled : stream.isTTY -} - -log.enableColor = function () { - colorEnabled = true - this.gauge.setTheme({ hasColor: colorEnabled, hasUnicode: unicodeEnabled }) -} -log.disableColor = function () { - colorEnabled = false - this.gauge.setTheme({ hasColor: colorEnabled, hasUnicode: unicodeEnabled }) -} - -// default level -log.level = 'info' - -log.gauge = new Gauge(stream, { - enabled: false, // no progress bars unless asked - theme: { hasColor: log.useColor() }, - template: [ - { type: 'progressbar', length: 20 }, - { type: 'activityIndicator', kerning: 1, length: 1 }, - { type: 'section', default: '' }, - ':', - { type: 'logline', kerning: 1, default: '' }, - ], -}) - -log.tracker = new Progress.TrackerGroup() - -// we track this separately as we may need to temporarily disable the -// display of the status bar for our own loggy purposes. -log.progressEnabled = log.gauge.isEnabled() - -var unicodeEnabled - -log.enableUnicode = function () { - unicodeEnabled = true - this.gauge.setTheme({ hasColor: this.useColor(), hasUnicode: unicodeEnabled }) -} - -log.disableUnicode = function () { - unicodeEnabled = false - this.gauge.setTheme({ hasColor: this.useColor(), hasUnicode: unicodeEnabled }) -} - -log.setGaugeThemeset = function (themes) { - this.gauge.setThemeset(themes) -} - -log.setGaugeTemplate = function (template) { - this.gauge.setTemplate(template) -} - -log.enableProgress = function () { - if (this.progressEnabled || this._paused) { - return - } - - this.progressEnabled = true - this.tracker.on('change', this.showProgress) - this.gauge.enable() -} - -log.disableProgress = function () { - if (!this.progressEnabled) { - return - } - this.progressEnabled = false - this.tracker.removeListener('change', this.showProgress) - this.gauge.disable() -} - -var trackerConstructors = ['newGroup', 'newItem', 'newStream'] - -var mixinLog = function (tracker) { - // mixin the public methods from log into the tracker - // (except: conflicts and one's we handle specially) - Object.keys(log).forEach(function (P) { - if (P[0] === '_') { - return - } - - if (trackerConstructors.filter(function (C) { - return C === P - }).length) { - return - } - - if (tracker[P]) { - return - } - - if (typeof log[P] !== 'function') { - return - } - - var func = log[P] - tracker[P] = function () { - return func.apply(log, arguments) - } - }) - // if the new tracker is a group, make sure any subtrackers get - // mixed in too - if (tracker instanceof Progress.TrackerGroup) { - trackerConstructors.forEach(function (C) { - var func = tracker[C] - tracker[C] = function () { - return mixinLog(func.apply(tracker, arguments)) - } - }) - } - return tracker -} - -// Add tracker constructors to the top level log object -trackerConstructors.forEach(function (C) { - log[C] = function () { - return mixinLog(this.tracker[C].apply(this.tracker, arguments)) - } -}) - -log.clearProgress = function (cb) { - if (!this.progressEnabled) { - return cb && process.nextTick(cb) - } - - this.gauge.hide(cb) -} - -log.showProgress = function (name, completed) { - if (!this.progressEnabled) { - return - } - - var values = {} - if (name) { - values.section = name - } - - var last = log.record[log.record.length - 1] - if (last) { - values.subsection = last.prefix - var disp = log.disp[last.level] || last.level - var logline = this._format(disp, log.style[last.level]) - if (last.prefix) { - logline += ' ' + this._format(last.prefix, this.prefixStyle) - } - - logline += ' ' + last.message.split(/\r?\n/)[0] - values.logline = logline - } - values.completed = completed || this.tracker.completed() - this.gauge.show(values) -}.bind(log) // bind for use in tracker's on-change listener - -// temporarily stop emitting, but don't drop -log.pause = function () { - this._paused = true - if (this.progressEnabled) { - this.gauge.disable() - } -} - -log.resume = function () { - if (!this._paused) { - return - } - - this._paused = false - - var b = this._buffer - this._buffer = [] - b.forEach(function (m) { - this.emitLog(m) - }, this) - if (this.progressEnabled) { - this.gauge.enable() - } -} - -log._buffer = [] - -var id = 0 -log.record = [] -log.maxRecordSize = 10000 -log.log = function (lvl, prefix, message) { - var l = this.levels[lvl] - if (l === undefined) { - return this.emit('error', new Error(util.format( - 'Undefined log level: %j', lvl))) - } - - var a = new Array(arguments.length - 2) - var stack = null - for (var i = 2; i < arguments.length; i++) { - var arg = a[i - 2] = arguments[i] - - // resolve stack traces to a plain string. - if (typeof arg === 'object' && arg instanceof Error && arg.stack) { - Object.defineProperty(arg, 'stack', { - value: stack = arg.stack + '', - enumerable: true, - writable: true, - }) - } - } - if (stack) { - a.unshift(stack + '\n') - } - message = util.format.apply(util, a) - - var m = { - id: id++, - level: lvl, - prefix: String(prefix || ''), - message: message, - messageRaw: a, - } - - this.emit('log', m) - this.emit('log.' + lvl, m) - if (m.prefix) { - this.emit(m.prefix, m) - } - - this.record.push(m) - var mrs = this.maxRecordSize - var n = this.record.length - mrs - if (n > mrs / 10) { - var newSize = Math.floor(mrs * 0.9) - this.record = this.record.slice(-1 * newSize) - } - - this.emitLog(m) -}.bind(log) - -log.emitLog = function (m) { - if (this._paused) { - this._buffer.push(m) - return - } - if (this.progressEnabled) { - this.gauge.pulse(m.prefix) - } - - var l = this.levels[m.level] - if (l === undefined) { - return - } - - if (l < this.levels[this.level]) { - return - } - - if (l > 0 && !isFinite(l)) { - return - } - - // If 'disp' is null or undefined, use the lvl as a default - // Allows: '', 0 as valid disp - var disp = log.disp[m.level] != null ? log.disp[m.level] : m.level - this.clearProgress() - m.message.split(/\r?\n/).forEach(function (line) { - var heading = this.heading - if (heading) { - this.write(heading, this.headingStyle) - this.write(' ') - } - this.write(disp, log.style[m.level]) - var p = m.prefix || '' - if (p) { - this.write(' ') - } - - this.write(p, this.prefixStyle) - this.write(' ' + line + '\n') - }, this) - this.showProgress() -} - -log._format = function (msg, style) { - if (!stream) { - return - } - - var output = '' - if (this.useColor()) { - style = style || {} - var settings = [] - if (style.fg) { - settings.push(style.fg) - } - - if (style.bg) { - settings.push('bg' + style.bg[0].toUpperCase() + style.bg.slice(1)) - } - - if (style.bold) { - settings.push('bold') - } - - if (style.underline) { - settings.push('underline') - } - - if (style.inverse) { - settings.push('inverse') - } - - if (settings.length) { - output += consoleControl.color(settings) - } - - if (style.beep) { - output += consoleControl.beep() - } - } - output += msg - if (this.useColor()) { - output += consoleControl.color('reset') - } - - return output -} - -log.write = function (msg, style) { - if (!stream) { - return - } - - stream.write(this._format(msg, style)) -} - -log.addLevel = function (lvl, n, style, disp) { - // If 'disp' is null or undefined, use the lvl as a default - if (disp == null) { - disp = lvl - } - - this.levels[lvl] = n - this.style[lvl] = style - if (!this[lvl]) { - this[lvl] = function () { - var a = new Array(arguments.length + 1) - a[0] = lvl - for (var i = 0; i < arguments.length; i++) { - a[i + 1] = arguments[i] - } - - return this.log.apply(this, a) - }.bind(this) - } - this.disp[lvl] = disp -} - -log.prefixStyle = { fg: 'magenta' } -log.headingStyle = { fg: 'white', bg: 'black' } - -log.style = {} -log.levels = {} -log.disp = {} -log.addLevel('silly', -Infinity, { inverse: true }, 'sill') -log.addLevel('verbose', 1000, { fg: 'cyan', bg: 'black' }, 'verb') -log.addLevel('info', 2000, { fg: 'green' }) -log.addLevel('timing', 2500, { fg: 'green', bg: 'black' }) -log.addLevel('http', 3000, { fg: 'green', bg: 'black' }) -log.addLevel('notice', 3500, { fg: 'cyan', bg: 'black' }) -log.addLevel('warn', 4000, { fg: 'black', bg: 'yellow' }, 'WARN') -log.addLevel('error', 5000, { fg: 'red', bg: 'black' }, 'ERR!') -log.addLevel('silent', Infinity) - -// allow 'error' prefix -log.on('error', function () {}) diff --git a/software/flow/node_modules/npm/node_modules/npmlog/package.json b/software/flow/node_modules/npm/node_modules/npmlog/package.json deleted file mode 100644 index dbcc772..0000000 --- a/software/flow/node_modules/npm/node_modules/npmlog/package.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "author": "GitHub Inc.", - "name": "npmlog", - "description": "logger for npm", - "version": "7.0.1", - "repository": { - "type": "git", - "url": "https://github.com/npm/npmlog.git" - }, - "main": "lib/log.js", - "files": [ - "bin/", - "lib/" - ], - "scripts": { - "test": "tap", - "npmclilint": "npmcli-lint", - "lint": "eslint \"**/*.js\"", - "lintfix": "npm run lint -- --fix", - "posttest": "npm run lint", - "postsnap": "npm run lintfix --", - "postlint": "template-oss-check", - "snap": "tap", - "template-oss-apply": "template-oss-apply --force" - }, - "dependencies": { - "are-we-there-yet": "^4.0.0", - "console-control-strings": "^1.1.0", - "gauge": "^5.0.0", - "set-blocking": "^2.0.0" - }, - "devDependencies": { - "@npmcli/eslint-config": "^4.0.0", - "@npmcli/template-oss": "4.6.1", - "tap": "^16.0.1" - }, - "license": "ISC", - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "tap": { - "branches": 95, - "nyc-arg": [ - "--exclude", - "tap-snapshots/**" - ] - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.6.1" - } -} diff --git a/software/flow/node_modules/npm/node_modules/once/LICENSE b/software/flow/node_modules/npm/node_modules/once/LICENSE deleted file mode 100644 index 19129e3..0000000 --- a/software/flow/node_modules/npm/node_modules/once/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -The ISC License - -Copyright (c) Isaac Z. Schlueter and Contributors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/once/once.js b/software/flow/node_modules/npm/node_modules/once/once.js deleted file mode 100644 index 2354067..0000000 --- a/software/flow/node_modules/npm/node_modules/once/once.js +++ /dev/null @@ -1,42 +0,0 @@ -var wrappy = require('wrappy') -module.exports = wrappy(once) -module.exports.strict = wrappy(onceStrict) - -once.proto = once(function () { - Object.defineProperty(Function.prototype, 'once', { - value: function () { - return once(this) - }, - configurable: true - }) - - Object.defineProperty(Function.prototype, 'onceStrict', { - value: function () { - return onceStrict(this) - }, - configurable: true - }) -}) - -function once (fn) { - var f = function () { - if (f.called) return f.value - f.called = true - return f.value = fn.apply(this, arguments) - } - f.called = false - return f -} - -function onceStrict (fn) { - var f = function () { - if (f.called) - throw new Error(f.onceError) - f.called = true - return f.value = fn.apply(this, arguments) - } - var name = fn.name || 'Function wrapped with `once`' - f.onceError = name + " shouldn't be called more than once" - f.called = false - return f -} diff --git a/software/flow/node_modules/npm/node_modules/once/package.json b/software/flow/node_modules/npm/node_modules/once/package.json deleted file mode 100644 index 16815b2..0000000 --- a/software/flow/node_modules/npm/node_modules/once/package.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "once", - "version": "1.4.0", - "description": "Run a function exactly one time", - "main": "once.js", - "directories": { - "test": "test" - }, - "dependencies": { - "wrappy": "1" - }, - "devDependencies": { - "tap": "^7.0.1" - }, - "scripts": { - "test": "tap test/*.js" - }, - "files": [ - "once.js" - ], - "repository": { - "type": "git", - "url": "git://github.com/isaacs/once" - }, - "keywords": [ - "once", - "function", - "one", - "single" - ], - "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)", - "license": "ISC" -} diff --git a/software/flow/node_modules/npm/node_modules/p-map/index.d.ts b/software/flow/node_modules/npm/node_modules/p-map/index.d.ts deleted file mode 100644 index bcbe0af..0000000 --- a/software/flow/node_modules/npm/node_modules/p-map/index.d.ts +++ /dev/null @@ -1,67 +0,0 @@ -declare namespace pMap { - interface Options { - /** - Number of concurrently pending promises returned by `mapper`. - - Must be an integer from 1 and up or `Infinity`. - - @default Infinity - */ - readonly concurrency?: number; - - /** - When set to `false`, instead of stopping when a promise rejects, it will wait for all the promises to settle and then reject with an [aggregated error](https://github.com/sindresorhus/aggregate-error) containing all the errors from the rejected promises. - - @default true - */ - readonly stopOnError?: boolean; - } - - /** - Function which is called for every item in `input`. Expected to return a `Promise` or value. - - @param element - Iterated element. - @param index - Index of the element in the source array. - */ - type Mapper<Element = any, NewElement = unknown> = ( - element: Element, - index: number - ) => NewElement | Promise<NewElement>; -} - -/** -@param input - Iterated over concurrently in the `mapper` function. -@param mapper - Function which is called for every item in `input`. Expected to return a `Promise` or value. -@returns A `Promise` that is fulfilled when all promises in `input` and ones returned from `mapper` are fulfilled, or rejects if any of the promises reject. The fulfilled value is an `Array` of the fulfilled values returned from `mapper` in `input` order. - -@example -``` -import pMap = require('p-map'); -import got = require('got'); - -const sites = [ - getWebsiteFromUsername('https://sindresorhus'), //=> Promise - 'https://ava.li', - 'https://github.com' -]; - -(async () => { - const mapper = async site => { - const {requestUrl} = await got.head(site); - return requestUrl; - }; - - const result = await pMap(sites, mapper, {concurrency: 2}); - - console.log(result); - //=> ['https://sindresorhus.com/', 'https://ava.li/', 'https://github.com/'] -})(); -``` -*/ -declare function pMap<Element, NewElement>( - input: Iterable<Element>, - mapper: pMap.Mapper<Element, NewElement>, - options?: pMap.Options -): Promise<NewElement[]>; - -export = pMap; diff --git a/software/flow/node_modules/npm/node_modules/p-map/index.js b/software/flow/node_modules/npm/node_modules/p-map/index.js deleted file mode 100644 index c11a285..0000000 --- a/software/flow/node_modules/npm/node_modules/p-map/index.js +++ /dev/null @@ -1,81 +0,0 @@ -'use strict'; -const AggregateError = require('aggregate-error'); - -module.exports = async ( - iterable, - mapper, - { - concurrency = Infinity, - stopOnError = true - } = {} -) => { - return new Promise((resolve, reject) => { - if (typeof mapper !== 'function') { - throw new TypeError('Mapper function is required'); - } - - if (!((Number.isSafeInteger(concurrency) || concurrency === Infinity) && concurrency >= 1)) { - throw new TypeError(`Expected \`concurrency\` to be an integer from 1 and up or \`Infinity\`, got \`${concurrency}\` (${typeof concurrency})`); - } - - const result = []; - const errors = []; - const iterator = iterable[Symbol.iterator](); - let isRejected = false; - let isIterableDone = false; - let resolvingCount = 0; - let currentIndex = 0; - - const next = () => { - if (isRejected) { - return; - } - - const nextItem = iterator.next(); - const index = currentIndex; - currentIndex++; - - if (nextItem.done) { - isIterableDone = true; - - if (resolvingCount === 0) { - if (!stopOnError && errors.length !== 0) { - reject(new AggregateError(errors)); - } else { - resolve(result); - } - } - - return; - } - - resolvingCount++; - - (async () => { - try { - const element = await nextItem.value; - result[index] = await mapper(element, index); - resolvingCount--; - next(); - } catch (error) { - if (stopOnError) { - isRejected = true; - reject(error); - } else { - errors.push(error); - resolvingCount--; - next(); - } - } - })(); - }; - - for (let i = 0; i < concurrency; i++) { - next(); - - if (isIterableDone) { - break; - } - } - }); -}; diff --git a/software/flow/node_modules/npm/node_modules/p-map/license b/software/flow/node_modules/npm/node_modules/p-map/license deleted file mode 100644 index fa7ceba..0000000 --- a/software/flow/node_modules/npm/node_modules/p-map/license +++ /dev/null @@ -1,9 +0,0 @@ -MIT License - -Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/p-map/package.json b/software/flow/node_modules/npm/node_modules/p-map/package.json deleted file mode 100644 index 042b1af..0000000 --- a/software/flow/node_modules/npm/node_modules/p-map/package.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "name": "p-map", - "version": "4.0.0", - "description": "Map over promises concurrently", - "license": "MIT", - "repository": "sindresorhus/p-map", - "funding": "https://github.com/sponsors/sindresorhus", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "https://sindresorhus.com" - }, - "engines": { - "node": ">=10" - }, - "scripts": { - "test": "xo && ava && tsd" - }, - "files": [ - "index.js", - "index.d.ts" - ], - "keywords": [ - "promise", - "map", - "resolved", - "wait", - "collection", - "iterable", - "iterator", - "race", - "fulfilled", - "async", - "await", - "promises", - "concurrently", - "concurrency", - "parallel", - "bluebird" - ], - "dependencies": { - "aggregate-error": "^3.0.0" - }, - "devDependencies": { - "ava": "^2.2.0", - "delay": "^4.1.0", - "in-range": "^2.0.0", - "random-int": "^2.0.0", - "time-span": "^3.1.0", - "tsd": "^0.7.4", - "xo": "^0.27.2" - } -} diff --git a/software/flow/node_modules/npm/node_modules/pacote/LICENSE b/software/flow/node_modules/npm/node_modules/pacote/LICENSE deleted file mode 100644 index a03cd0e..0000000 --- a/software/flow/node_modules/npm/node_modules/pacote/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -The ISC License - -Copyright (c) Isaac Z. Schlueter, Kat Marchán, npm, Inc., and Contributors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/pacote/README.md b/software/flow/node_modules/npm/node_modules/pacote/README.md deleted file mode 100644 index 64480b2..0000000 --- a/software/flow/node_modules/npm/node_modules/pacote/README.md +++ /dev/null @@ -1,283 +0,0 @@ -# pacote - -Fetches package manifests and tarballs from the npm registry. - -## USAGE - -```js -const pacote = require('pacote') - -// get a package manifest -pacote.manifest('foo@1.x').then(manifest => console.log('got it', manifest)) - -// extract a package into a folder -pacote.extract('github:npm/cli', 'some/path', options) - .then(({from, resolved, integrity}) => { - console.log('extracted!', from, resolved, integrity) - }) - -pacote.tarball('https://server.com/package.tgz').then(data => { - console.log('got ' + data.length + ' bytes of tarball data') -}) -``` - -`pacote` works with any kind of package specifier that npm can install. If -you can pass it to the npm CLI, you can pass it to pacote. (In fact, that's -exactly what the npm CLI does.) - -Anything that you can do with one kind of package, you can do with another. - -Data that isn't relevant (like a packument for a tarball) will be -simulated. - -`prepare` scripts will be run when generating tarballs from `git` and -`directory` locations, to simulate what _would_ be published to the -registry, so that you get a working package instead of just raw source -code that might need to be transpiled. - -## CLI - -This module exports a command line interface that can do most of what is -described below. Run `pacote -h` to learn more. - -``` -Pacote - The JavaScript Package Handler, v10.1.1 - -Usage: - - pacote resolve <spec> - Resolve a specifier and output the fully resolved target - Returns integrity and from if '--long' flag is set. - - pacote manifest <spec> - Fetch a manifest and print to stdout - - pacote packument <spec> - Fetch a full packument and print to stdout - - pacote tarball <spec> [<filename>] - Fetch a package tarball and save to <filename> - If <filename> is missing or '-', the tarball will be streamed to stdout. - - pacote extract <spec> <folder> - Extract a package to the destination folder. - -Configuration values all match the names of configs passed to npm, or -options passed to Pacote. Additional flags for this executable: - - --long Print an object from 'resolve', including integrity and spec. - --json Print result objects as JSON rather than node's default. - (This is the default if stdout is not a TTY.) - --help -h Print this helpful text. - -For example '--cache=/path/to/folder' will use that folder as the cache. -``` - -## API - -The `spec` refers to any kind of package specifier that npm can install. -If you can pass it to the npm CLI, you can pass it to pacote. (In fact, -that's exactly what the npm CLI does.) - -See below for valid `opts` values. - -* `pacote.resolve(spec, opts)` Resolve a specifier like `foo@latest` or - `github:user/project` all the way to a tarball url, tarball file, or git - repo with commit hash. - -* `pacote.extract(spec, dest, opts)` Extract a package's tarball into a - destination folder. Returns a promise that resolves to the - `{from,resolved,integrity}` of the extracted package. - -* `pacote.manifest(spec, opts)` Fetch (or simulate) a package's manifest - (basically, the `package.json` file, plus a bit of metadata). - See below for more on manifests and packuments. Returns a Promise that - resolves to the manifest object. - -* `pacote.packument(spec, opts)` Fetch (or simulate) a package's packument - (basically, the top-level package document listing all the manifests that - the registry returns). See below for more on manifests and packuments. - Returns a Promise that resolves to the packument object. - -* `pacote.tarball(spec, opts)` Get a package tarball data as a buffer in - memory. Returns a Promise that resolves to the tarball data Buffer, with - `from`, `resolved`, and `integrity` fields attached. - -* `pacote.tarball.file(spec, dest, opts)` Save a package tarball data to - a file on disk. Returns a Promise that resolves to - `{from,integrity,resolved}` of the fetched tarball. - -* `pacote.tarball.stream(spec, streamHandler, opts)` Fetch a tarball and - make the stream available to the `streamHandler` function. - - This is mostly an internal function, but it is exposed because it does - provide some functionality that may be difficult to achieve otherwise. - - The `streamHandler` function MUST return a Promise that resolves when - the stream (and all associated work) is ended, or rejects if the stream - has an error. - - The `streamHandler` function MAY be called multiple times, as Pacote - retries requests in some scenarios, such as cache corruption or - retriable network failures. - -### Options - -Options are passed to -[`npm-registry-fetch`](http://npm.im/npm-registry-fetch) and -[`cacache`](http://npm.im/cacache), so in addition to these, anything for -those modules can be given to pacote as well. - -Options object is cloned, and mutated along the way to add integrity, -resolved, and other properties, as they are determined. - -* `cache` Where to store cache entries and temp files. Passed to - [`cacache`](http://npm.im/cacache). Defaults to the same cache directory - that npm will use by default, based on platform and environment. -* `where` Base folder for resolving relative `file:` dependencies. -* `resolved` Shortcut for looking up resolved values. Should be specified - if known. -* `integrity` Expected integrity of fetched package tarball. If specified, - tarballs with mismatched integrity values will raise an `EINTEGRITY` - error. -* `umask` Permission mode mask for extracted files and directories. - Defaults to `0o22`. See "Extracted File Modes" below. -* `fmode` Minimum permission mode for extracted files. Defaults to - `0o666`. See "Extracted File Modes" below. -* `dmode` Minimum permission mode for extracted directories. Defaults to - `0o777`. See "Extracted File Modes" below. -* `preferOnline` Prefer to revalidate cache entries, even when it would not - be strictly necessary. Default `false`. -* `before` When picking a manifest from a packument, only consider - packages published before the specified date. Default `null`. -* `defaultTag` The default `dist-tag` to use when choosing a manifest from a - packument. Defaults to `latest`. -* `registry` The npm registry to use by default. Defaults to - `https://registry.npmjs.org/`. -* `fullMetadata` Fetch the full metadata from the registry for packuments, - including information not strictly required for installation (author, - description, etc.) Defaults to `true` when `before` is set, since the - version publish time is part of the extended packument metadata. -* `fullReadJson` Use the slower `read-package-json` package insted of - `read-package-json-fast` in order to include extra fields like "readme" in - the manifest. Defaults to `false`. -* `packumentCache` For registry packuments only, you may provide a `Map` - object which will be used to cache packument requests between pacote - calls. This allows you to easily avoid hitting the registry multiple - times (even just to validate the cache) for a given packument, since it - is unlikely to change in the span of a single command. -* `silent` A boolean that determines whether the banner is displayed - when calling `@npmcli/run-script`. -* `verifySignatures` A boolean that will make pacote verify the - integrity signature of a manifest, if present. There must be a - configured `_keys` entry in the config that is scoped to the - registry the manifest is being fetched from. -* `verifyAttestations` A boolean that will make pacote verify Sigstore - attestations, if present. There must be a configured `_keys` entry in the - config that is scoped to the registry the manifest is being fetched from. - -### Advanced API - -Each different type of fetcher is exposed for more advanced usage such as -using helper methods from this classes: - -* `DirFetcher` -* `FileFetcher` -* `GitFetcher` -* `RegistryFetcher` -* `RemoteFetcher` - -## Extracted File Modes - -Files are extracted with a mode matching the following formula: - -``` -( (tarball entry mode value) | (minimum mode option) ) ~ (umask) -``` - -This is in order to prevent unreadable files or unlistable directories from -cluttering a project's `node_modules` folder, even if the package tarball -specifies that the file should be inaccessible. - -It also prevents files from being group- or world-writable without explicit -opt-in by the user, because all file and directory modes are masked against -the `umask` value. - -So, a file which is `0o771` in the tarball, using the default `fmode` of -`0o666` and `umask` of `0o22`, will result in a file mode of `0o755`: - -``` -(0o771 | 0o666) => 0o777 -(0o777 ~ 0o22) => 0o755 -``` - -In almost every case, the defaults are appropriate. To respect exactly -what is in the package tarball (even if this makes an unusable system), set -both `dmode` and `fmode` options to `0`. Otherwise, the `umask` config -should be used in most cases where file mode modifications are required, -and this functions more or less the same as the `umask` value in most Unix -systems. - -## Extracted File Ownership - -When running as `root` on Unix systems, all extracted files and folders -will have their owning `uid` and `gid` values set to match the ownership -of the containing folder. - -This prevents `root`-owned files showing up in a project's `node_modules` -folder when a user runs `sudo npm install`. - -## Manifests - -A `manifest` is similar to a `package.json` file. However, it has a few -pieces of extra metadata, and sometimes lacks metadata that is inessential -to package installation. - -In addition to the common `package.json` fields, manifests include: - -* `manifest._resolved` The tarball url or file path where the package - artifact can be found. -* `manifest._from` A normalized form of the spec passed in as an argument. -* `manifest._integrity` The integrity value for the package artifact. -* `manifest._id` The canonical spec of this package version: name@version. -* `manifest.dist` Registry manifests (those included in a packument) have a - `dist` object. Only `tarball` is required, though at least one of - `shasum` or `integrity` is almost always present. - - * `tarball` The url to the associated package artifact. (Copied by - Pacote to `manifest._resolved`.) - * `integrity` The integrity SRI string for the artifact. This may not - be present for older packages on the npm registry. (Copied by Pacote - to `manifest._integrity`.) - * `shasum` Legacy integrity value. Hexadecimal-encoded sha1 hash. - (Converted to an SRI string and copied by Pacote to - `manifest._integrity` when `dist.integrity` is not present.) - * `fileCount` Number of files in the tarball. - * `unpackedSize` Size on disk of the package when unpacked. - * `npm-signature` A signature of the package by the - [`npmregistry`](https://keybase.io/npmregistry) Keybase account. - (Obviously only present for packages published to - `https://registry.npmjs.org`.) - -## Packuments - -A packument is the top-level package document that lists the set of -manifests for available versions for a package. - -When a packument is fetched with `accept: -application/vnd.npm.install-v1+json` in the HTTP headers, only the most -minimum necessary metadata is returned. Additional metadata is returned -when fetched with only `accept: application/json`. - -For Pacote's purposes, the following fields are relevant: - -* `versions` An object where each key is a version, and each value is the - manifest for that version. -* `dist-tags` An object mapping dist-tags to version numbers. This is how - `foo@latest` gets turned into `foo@1.2.3`. -* `time` In the full packument, an object mapping version numbers to - publication times, for the `opts.before` functionality. - -Pacote adds the following field, regardless of the accept header: - -* `_contentLength` The size of the packument. diff --git a/software/flow/node_modules/npm/node_modules/pacote/lib/bin.js b/software/flow/node_modules/npm/node_modules/pacote/lib/bin.js deleted file mode 100755 index f35b62c..0000000 --- a/software/flow/node_modules/npm/node_modules/pacote/lib/bin.js +++ /dev/null @@ -1,158 +0,0 @@ -#!/usr/bin/env node - -const run = conf => { - const pacote = require('../') - switch (conf._[0]) { - case 'resolve': - case 'manifest': - case 'packument': - if (conf._[0] === 'resolve' && conf.long) { - return pacote.manifest(conf._[1], conf).then(mani => ({ - resolved: mani._resolved, - integrity: mani._integrity, - from: mani._from, - })) - } - return pacote[conf._[0]](conf._[1], conf) - - case 'tarball': - if (!conf._[2] || conf._[2] === '-') { - return pacote.tarball.stream(conf._[1], stream => { - stream.pipe( - conf.testStdout || - /* istanbul ignore next */ - process.stdout - ) - // make sure it resolves something falsey - return stream.promise().then(() => { - return false - }) - }, conf) - } else { - return pacote.tarball.file(conf._[1], conf._[2], conf) - } - - case 'extract': - return pacote.extract(conf._[1], conf._[2], conf) - - default: /* istanbul ignore next */ { - throw new Error(`bad command: ${conf._[0]}`) - } - } -} - -const version = require('../package.json').version -const usage = () => -`Pacote - The JavaScript Package Handler, v${version} - -Usage: - - pacote resolve <spec> - Resolve a specifier and output the fully resolved target - Returns integrity and from if '--long' flag is set. - - pacote manifest <spec> - Fetch a manifest and print to stdout - - pacote packument <spec> - Fetch a full packument and print to stdout - - pacote tarball <spec> [<filename>] - Fetch a package tarball and save to <filename> - If <filename> is missing or '-', the tarball will be streamed to stdout. - - pacote extract <spec> <folder> - Extract a package to the destination folder. - -Configuration values all match the names of configs passed to npm, or -options passed to Pacote. Additional flags for this executable: - - --long Print an object from 'resolve', including integrity and spec. - --json Print result objects as JSON rather than node's default. - (This is the default if stdout is not a TTY.) - --help -h Print this helpful text. - -For example '--cache=/path/to/folder' will use that folder as the cache. -` - -const shouldJSON = (conf, result) => - conf.json || - !process.stdout.isTTY && - conf.json === undefined && - result && - typeof result === 'object' - -const pretty = (conf, result) => - shouldJSON(conf, result) ? JSON.stringify(result, 0, 2) : result - -let addedLogListener = false -const main = args => { - const conf = parse(args) - if (conf.help || conf.h) { - return console.log(usage()) - } - - if (!addedLogListener) { - process.on('log', console.error) - addedLogListener = true - } - - try { - return run(conf) - .then(result => result && console.log(pretty(conf, result))) - .catch(er => { - console.error(er) - process.exit(1) - }) - } catch (er) { - console.error(er.message) - console.error(usage()) - } -} - -const parseArg = arg => { - const split = arg.slice(2).split('=') - const k = split.shift() - const v = split.join('=') - const no = /^no-/.test(k) && !v - const key = (no ? k.slice(3) : k) - .replace(/^tag$/, 'defaultTag') - .replace(/-([a-z])/g, (_, c) => c.toUpperCase()) - const value = v ? v.replace(/^~/, process.env.HOME) : !no - return { key, value } -} - -const parse = args => { - const conf = { - _: [], - cache: process.env.HOME + '/.npm/_cacache', - } - let dashdash = false - args.forEach(arg => { - if (dashdash) { - conf._.push(arg) - } else if (arg === '--') { - dashdash = true - } else if (arg === '-h') { - conf.help = true - } else if (/^--/.test(arg)) { - const { key, value } = parseArg(arg) - conf[key] = value - } else { - conf._.push(arg) - } - }) - return conf -} - -if (module === require.main) { - main(process.argv.slice(2)) -} else { - module.exports = { - main, - run, - usage, - parseArg, - parse, - } -} diff --git a/software/flow/node_modules/npm/node_modules/pacote/lib/dir.js b/software/flow/node_modules/npm/node_modules/pacote/lib/dir.js deleted file mode 100644 index 923fdd6..0000000 --- a/software/flow/node_modules/npm/node_modules/pacote/lib/dir.js +++ /dev/null @@ -1,108 +0,0 @@ -const Fetcher = require('./fetcher.js') -const FileFetcher = require('./file.js') -const Minipass = require('minipass') -const tarCreateOptions = require('./util/tar-create-options.js') -const packlist = require('npm-packlist') -const tar = require('tar') -const _prepareDir = Symbol('_prepareDir') -const { resolve } = require('path') -const _readPackageJson = Symbol.for('package.Fetcher._readPackageJson') - -const runScript = require('@npmcli/run-script') - -const _tarballFromResolved = Symbol.for('pacote.Fetcher._tarballFromResolved') -class DirFetcher extends Fetcher { - constructor (spec, opts) { - super(spec, opts) - // just the fully resolved filename - this.resolved = this.spec.fetchSpec - - this.tree = opts.tree || null - this.Arborist = opts.Arborist || null - } - - // exposes tarCreateOptions as public API - static tarCreateOptions (manifest) { - return tarCreateOptions(manifest) - } - - get types () { - return ['directory'] - } - - [_prepareDir] () { - return this.manifest().then(mani => { - if (!mani.scripts || !mani.scripts.prepare) { - return - } - - // we *only* run prepare. - // pre/post-pack is run by the npm CLI for publish and pack, - // but this function is *also* run when installing git deps - const stdio = this.opts.foregroundScripts ? 'inherit' : 'pipe' - - // hide the banner if silent opt is passed in, or if prepare running - // in the background. - const banner = this.opts.silent ? false : stdio === 'inherit' - - return runScript({ - pkg: mani, - event: 'prepare', - path: this.resolved, - stdio, - banner, - env: { - npm_package_resolved: this.resolved, - npm_package_integrity: this.integrity, - npm_package_json: resolve(this.resolved, 'package.json'), - }, - }) - }) - } - - [_tarballFromResolved] () { - if (!this.tree && !this.Arborist) { - throw new Error('DirFetcher requires either a tree or an Arborist constructor to pack') - } - - const stream = new Minipass() - stream.resolved = this.resolved - stream.integrity = this.integrity - - const { prefix, workspaces } = this.opts - - // run the prepare script, get the list of files, and tar it up - // pipe to the stream, and proxy errors the chain. - this[_prepareDir]() - .then(async () => { - if (!this.tree) { - const arb = new this.Arborist({ path: this.resolved }) - this.tree = await arb.loadActual() - } - return packlist(this.tree, { path: this.resolved, prefix, workspaces }) - }) - .then(files => tar.c(tarCreateOptions(this.package), files) - .on('error', er => stream.emit('error', er)).pipe(stream)) - .catch(er => stream.emit('error', er)) - return stream - } - - manifest () { - if (this.package) { - return Promise.resolve(this.package) - } - - return this[_readPackageJson](this.resolved + '/package.json') - .then(mani => this.package = { - ...mani, - _integrity: this.integrity && String(this.integrity), - _resolved: this.resolved, - _from: this.from, - }) - } - - packument () { - return FileFetcher.prototype.packument.apply(this) - } -} -module.exports = DirFetcher diff --git a/software/flow/node_modules/npm/node_modules/pacote/lib/fetcher.js b/software/flow/node_modules/npm/node_modules/pacote/lib/fetcher.js deleted file mode 100644 index 4852564..0000000 --- a/software/flow/node_modules/npm/node_modules/pacote/lib/fetcher.js +++ /dev/null @@ -1,504 +0,0 @@ -// This is the base class that the other fetcher types in lib -// all descend from. -// It handles the unpacking and retry logic that is shared among -// all of the other Fetcher types. - -const npa = require('npm-package-arg') -const ssri = require('ssri') -const { promisify } = require('util') -const { basename, dirname } = require('path') -const tar = require('tar') -const log = require('proc-log') -const retry = require('promise-retry') -const fs = require('fs/promises') -const fsm = require('fs-minipass') -const cacache = require('cacache') -const isPackageBin = require('./util/is-package-bin.js') -const removeTrailingSlashes = require('./util/trailing-slashes.js') -const getContents = require('@npmcli/installed-package-contents') -const readPackageJsonFast = require('read-package-json-fast') -const readPackageJson = promisify(require('read-package-json')) -const Minipass = require('minipass') - -const cacheDir = require('./util/cache-dir.js') - -// Private methods. -// Child classes should not have to override these. -// Users should never call them. -const _extract = Symbol('_extract') -const _mkdir = Symbol('_mkdir') -const _empty = Symbol('_empty') -const _toFile = Symbol('_toFile') -const _tarxOptions = Symbol('_tarxOptions') -const _entryMode = Symbol('_entryMode') -const _istream = Symbol('_istream') -const _assertType = Symbol('_assertType') -const _tarballFromCache = Symbol('_tarballFromCache') -const _tarballFromResolved = Symbol.for('pacote.Fetcher._tarballFromResolved') -const _cacheFetches = Symbol.for('pacote.Fetcher._cacheFetches') -const _readPackageJson = Symbol.for('package.Fetcher._readPackageJson') - -class FetcherBase { - constructor (spec, opts) { - if (!opts || typeof opts !== 'object') { - throw new TypeError('options object is required') - } - this.spec = npa(spec, opts.where) - - this.allowGitIgnore = !!opts.allowGitIgnore - - // a bit redundant because presumably the caller already knows this, - // but it makes it easier to not have to keep track of the requested - // spec when we're dispatching thousands of these at once, and normalizing - // is nice. saveSpec is preferred if set, because it turns stuff like - // x/y#committish into github:x/y#committish. use name@rawSpec for - // registry deps so that we turn xyz and xyz@ -> xyz@ - this.from = this.spec.registry - ? `${this.spec.name}@${this.spec.rawSpec}` : this.spec.saveSpec - - this[_assertType]() - // clone the opts object so that others aren't upset when we mutate it - // by adding/modifying the integrity value. - this.opts = { ...opts } - - this.cache = opts.cache || cacheDir() - this.resolved = opts.resolved || null - - // default to caching/verifying with sha512, that's what we usually have - // need to change this default, or start overriding it, when sha512 - // is no longer strong enough. - this.defaultIntegrityAlgorithm = opts.defaultIntegrityAlgorithm || 'sha512' - - if (typeof opts.integrity === 'string') { - this.opts.integrity = ssri.parse(opts.integrity) - } - - this.package = null - this.type = this.constructor.name - this.fmode = opts.fmode || 0o666 - this.dmode = opts.dmode || 0o777 - // we don't need a default umask, because we don't chmod files coming - // out of package tarballs. they're forced to have a mode that is - // valid, regardless of what's in the tarball entry, and then we let - // the process's umask setting do its job. but if configured, we do - // respect it. - this.umask = opts.umask || 0 - - this.preferOnline = !!opts.preferOnline - this.preferOffline = !!opts.preferOffline - this.offline = !!opts.offline - - this.before = opts.before - this.fullMetadata = this.before ? true : !!opts.fullMetadata - this.fullReadJson = !!opts.fullReadJson - if (this.fullReadJson) { - this[_readPackageJson] = readPackageJson - } else { - this[_readPackageJson] = readPackageJsonFast - } - - // rrh is a registry hostname or 'never' or 'always' - // defaults to registry.npmjs.org - this.replaceRegistryHost = (!opts.replaceRegistryHost || opts.replaceRegistryHost === 'npmjs') ? - 'registry.npmjs.org' : opts.replaceRegistryHost - - this.defaultTag = opts.defaultTag || 'latest' - this.registry = removeTrailingSlashes(opts.registry || 'https://registry.npmjs.org') - - // command to run 'prepare' scripts on directories and git dirs - // To use pacote with yarn, for example, set npmBin to 'yarn' - // and npmCliConfig with yarn's equivalents. - this.npmBin = opts.npmBin || 'npm' - - // command to install deps for preparing - this.npmInstallCmd = opts.npmInstallCmd || ['install', '--force'] - - // XXX fill more of this in based on what we know from this.opts - // we explicitly DO NOT fill in --tag, though, since we are often - // going to be packing in the context of a publish, which may set - // a dist-tag, but certainly wants to keep defaulting to latest. - this.npmCliConfig = opts.npmCliConfig || [ - `--cache=${dirname(this.cache)}`, - `--prefer-offline=${!!this.preferOffline}`, - `--prefer-online=${!!this.preferOnline}`, - `--offline=${!!this.offline}`, - ...(this.before ? [`--before=${this.before.toISOString()}`] : []), - '--no-progress', - '--no-save', - '--no-audit', - // override any omit settings from the environment - '--include=dev', - '--include=peer', - '--include=optional', - // we need the actual things, not just the lockfile - '--no-package-lock-only', - '--no-dry-run', - ] - } - - get integrity () { - return this.opts.integrity || null - } - - set integrity (i) { - if (!i) { - return - } - - i = ssri.parse(i) - const current = this.opts.integrity - - // do not ever update an existing hash value, but do - // merge in NEW algos and hashes that we don't already have. - if (current) { - current.merge(i) - } else { - this.opts.integrity = i - } - } - - get notImplementedError () { - return new Error('not implemented in this fetcher type: ' + this.type) - } - - // override in child classes - // Returns a Promise that resolves to this.resolved string value - resolve () { - return this.resolved ? Promise.resolve(this.resolved) - : Promise.reject(this.notImplementedError) - } - - packument () { - return Promise.reject(this.notImplementedError) - } - - // override in child class - // returns a manifest containing: - // - name - // - version - // - _resolved - // - _integrity - // - plus whatever else was in there (corgi, full metadata, or pj file) - manifest () { - return Promise.reject(this.notImplementedError) - } - - // private, should be overridden. - // Note that they should *not* calculate or check integrity or cache, - // but *just* return the raw tarball data stream. - [_tarballFromResolved] () { - throw this.notImplementedError - } - - // public, should not be overridden - tarball () { - return this.tarballStream(stream => stream.concat().then(data => { - data.integrity = this.integrity && String(this.integrity) - data.resolved = this.resolved - data.from = this.from - return data - })) - } - - // private - // Note: cacache will raise a EINTEGRITY error if the integrity doesn't match - [_tarballFromCache] () { - return cacache.get.stream.byDigest(this.cache, this.integrity, this.opts) - } - - get [_cacheFetches] () { - return true - } - - [_istream] (stream) { - // if not caching this, just return it - if (!this.opts.cache || !this[_cacheFetches]) { - // instead of creating a new integrity stream, we only piggyback on the - // provided stream's events - if (stream.hasIntegrityEmitter) { - stream.on('integrity', i => this.integrity = i) - return stream - } - - const istream = ssri.integrityStream(this.opts) - istream.on('integrity', i => this.integrity = i) - stream.on('error', err => istream.emit('error', err)) - return stream.pipe(istream) - } - - // we have to return a stream that gets ALL the data, and proxies errors, - // but then pipe from the original tarball stream into the cache as well. - // To do this without losing any data, and since the cacache put stream - // is not a passthrough, we have to pipe from the original stream into - // the cache AFTER we pipe into the middleStream. Since the cache stream - // has an asynchronous flush to write its contents to disk, we need to - // defer the middleStream end until the cache stream ends. - const middleStream = new Minipass() - stream.on('error', err => middleStream.emit('error', err)) - stream.pipe(middleStream, { end: false }) - const cstream = cacache.put.stream( - this.opts.cache, - `pacote:tarball:${this.from}`, - this.opts - ) - cstream.on('integrity', i => this.integrity = i) - cstream.on('error', err => stream.emit('error', err)) - stream.pipe(cstream) - - // eslint-disable-next-line promise/catch-or-return - cstream.promise().catch(() => {}).then(() => middleStream.end()) - return middleStream - } - - pickIntegrityAlgorithm () { - return this.integrity ? this.integrity.pickAlgorithm(this.opts) - : this.defaultIntegrityAlgorithm - } - - // TODO: check error class, once those are rolled out to our deps - isDataCorruptionError (er) { - return er.code === 'EINTEGRITY' || er.code === 'Z_DATA_ERROR' - } - - // override the types getter - get types () { - return false - } - - [_assertType] () { - if (this.types && !this.types.includes(this.spec.type)) { - throw new TypeError(`Wrong spec type (${ - this.spec.type - }) for ${ - this.constructor.name - }. Supported types: ${this.types.join(', ')}`) - } - } - - // We allow ENOENTs from cacache, but not anywhere else. - // An ENOENT trying to read a tgz file, for example, is Right Out. - isRetriableError (er) { - // TODO: check error class, once those are rolled out to our deps - return this.isDataCorruptionError(er) || - er.code === 'ENOENT' || - er.code === 'EISDIR' - } - - // Mostly internal, but has some uses - // Pass in a function which returns a promise - // Function will be called 1 or more times with streams that may fail. - // Retries: - // Function MUST handle errors on the stream by rejecting the promise, - // so that retry logic can pick it up and either retry or fail whatever - // promise it was making (ie, failing extraction, etc.) - // - // The return value of this method is a Promise that resolves the same - // as whatever the streamHandler resolves to. - // - // This should never be overridden by child classes, but it is public. - tarballStream (streamHandler) { - // Only short-circuit via cache if we have everything else we'll need, - // and the user has not expressed a preference for checking online. - - const fromCache = ( - !this.preferOnline && - this.integrity && - this.resolved - ) ? streamHandler(this[_tarballFromCache]()).catch(er => { - if (this.isDataCorruptionError(er)) { - log.warn('tarball', `cached data for ${ - this.spec - } (${this.integrity}) seems to be corrupted. Refreshing cache.`) - return this.cleanupCached().then(() => { - throw er - }) - } else { - throw er - } - }) : null - - const fromResolved = er => { - if (er) { - if (!this.isRetriableError(er)) { - throw er - } - log.silly('tarball', `no local data for ${ - this.spec - }. Extracting by manifest.`) - } - return this.resolve().then(() => retry(tryAgain => - streamHandler(this[_istream](this[_tarballFromResolved]())) - .catch(streamErr => { - // Most likely data integrity. A cache ENOENT error is unlikely - // here, since we're definitely not reading from the cache, but it - // IS possible that the fetch subsystem accessed the cache, and the - // entry got blown away or something. Try one more time to be sure. - if (this.isRetriableError(streamErr)) { - log.warn('tarball', `tarball data for ${ - this.spec - } (${this.integrity}) seems to be corrupted. Trying again.`) - return this.cleanupCached().then(() => tryAgain(streamErr)) - } - throw streamErr - }), { retries: 1, minTimeout: 0, maxTimeout: 0 })) - } - - return fromCache ? fromCache.catch(fromResolved) : fromResolved() - } - - cleanupCached () { - return cacache.rm.content(this.cache, this.integrity, this.opts) - } - - [_empty] (path) { - return getContents({ path, depth: 1 }).then(contents => Promise.all( - contents.map(entry => fs.rm(entry, { recursive: true, force: true })))) - } - - async [_mkdir] (dest) { - await this[_empty](dest) - return await fs.mkdir(dest, { recursive: true }) - } - - // extraction is always the same. the only difference is where - // the tarball comes from. - async extract (dest) { - await this[_mkdir](dest) - return this.tarballStream((tarball) => this[_extract](dest, tarball)) - } - - [_toFile] (dest) { - return this.tarballStream(str => new Promise((res, rej) => { - const writer = new fsm.WriteStream(dest) - str.on('error', er => writer.emit('error', er)) - writer.on('error', er => rej(er)) - writer.on('close', () => res({ - integrity: this.integrity && String(this.integrity), - resolved: this.resolved, - from: this.from, - })) - str.pipe(writer) - })) - } - - // don't use this[_mkdir] because we don't want to rimraf anything - async tarballFile (dest) { - const dir = dirname(dest) - await fs.mkdir(dir, { recursive: true }) - return this[_toFile](dest) - } - - [_extract] (dest, tarball) { - const extractor = tar.x(this[_tarxOptions]({ cwd: dest })) - const p = new Promise((resolve, reject) => { - extractor.on('end', () => { - resolve({ - resolved: this.resolved, - integrity: this.integrity && String(this.integrity), - from: this.from, - }) - }) - - extractor.on('error', er => { - log.warn('tar', er.message) - log.silly('tar', er) - reject(er) - }) - - tarball.on('error', er => reject(er)) - }) - - tarball.pipe(extractor) - return p - } - - // always ensure that entries are at least as permissive as our configured - // dmode/fmode, but never more permissive than the umask allows. - [_entryMode] (path, mode, type) { - const m = /Directory|GNUDumpDir/.test(type) ? this.dmode - : /File$/.test(type) ? this.fmode - : /* istanbul ignore next - should never happen in a pkg */ 0 - - // make sure package bins are executable - const exe = isPackageBin(this.package, path) ? 0o111 : 0 - // always ensure that files are read/writable by the owner - return ((mode | m) & ~this.umask) | exe | 0o600 - } - - [_tarxOptions] ({ cwd }) { - const sawIgnores = new Set() - return { - cwd, - noChmod: true, - noMtime: true, - filter: (name, entry) => { - if (/Link$/.test(entry.type)) { - return false - } - entry.mode = this[_entryMode](entry.path, entry.mode, entry.type) - // this replicates the npm pack behavior where .gitignore files - // are treated like .npmignore files, but only if a .npmignore - // file is not present. - if (/File$/.test(entry.type)) { - const base = basename(entry.path) - if (base === '.npmignore') { - sawIgnores.add(entry.path) - } else if (base === '.gitignore' && !this.allowGitIgnore) { - // rename, but only if there's not already a .npmignore - const ni = entry.path.replace(/\.gitignore$/, '.npmignore') - if (sawIgnores.has(ni)) { - return false - } - entry.path = ni - } - return true - } - }, - strip: 1, - onwarn: /* istanbul ignore next - we can trust that tar logs */ - (code, msg, data) => { - log.warn('tar', code, msg) - log.silly('tar', code, msg, data) - }, - umask: this.umask, - // always ignore ownership info from tarball metadata - preserveOwner: false, - } - } -} - -module.exports = FetcherBase - -// Child classes -const GitFetcher = require('./git.js') -const RegistryFetcher = require('./registry.js') -const FileFetcher = require('./file.js') -const DirFetcher = require('./dir.js') -const RemoteFetcher = require('./remote.js') - -// Get an appropriate fetcher object from a spec and options -FetcherBase.get = (rawSpec, opts = {}) => { - const spec = npa(rawSpec, opts.where) - switch (spec.type) { - case 'git': - return new GitFetcher(spec, opts) - - case 'remote': - return new RemoteFetcher(spec, opts) - - case 'version': - case 'range': - case 'tag': - case 'alias': - return new RegistryFetcher(spec.subSpec || spec, opts) - - case 'file': - return new FileFetcher(spec, opts) - - case 'directory': - return new DirFetcher(spec, opts) - - default: - throw new TypeError('Unknown spec type: ' + spec.type) - } -} diff --git a/software/flow/node_modules/npm/node_modules/pacote/lib/file.js b/software/flow/node_modules/npm/node_modules/pacote/lib/file.js deleted file mode 100644 index bf99bb8..0000000 --- a/software/flow/node_modules/npm/node_modules/pacote/lib/file.js +++ /dev/null @@ -1,96 +0,0 @@ -const Fetcher = require('./fetcher.js') -const fsm = require('fs-minipass') -const cacache = require('cacache') -const _tarballFromResolved = Symbol.for('pacote.Fetcher._tarballFromResolved') -const _exeBins = Symbol('_exeBins') -const { resolve } = require('path') -const fs = require('fs') -const _readPackageJson = Symbol.for('package.Fetcher._readPackageJson') - -class FileFetcher extends Fetcher { - constructor (spec, opts) { - super(spec, opts) - // just the fully resolved filename - this.resolved = this.spec.fetchSpec - } - - get types () { - return ['file'] - } - - manifest () { - if (this.package) { - return Promise.resolve(this.package) - } - - // have to unpack the tarball for this. - return cacache.tmp.withTmp(this.cache, this.opts, dir => - this.extract(dir) - .then(() => this[_readPackageJson](dir + '/package.json')) - .then(mani => this.package = { - ...mani, - _integrity: this.integrity && String(this.integrity), - _resolved: this.resolved, - _from: this.from, - })) - } - - [_exeBins] (pkg, dest) { - if (!pkg.bin) { - return Promise.resolve() - } - - return Promise.all(Object.keys(pkg.bin).map(k => new Promise(res => { - const script = resolve(dest, pkg.bin[k]) - // Best effort. Ignore errors here, the only result is that - // a bin script is not executable. But if it's missing or - // something, we just leave it for a later stage to trip over - // when we can provide a more useful contextual error. - fs.stat(script, (er, st) => { - if (er) { - return res() - } - const mode = st.mode | 0o111 - if (mode === st.mode) { - return res() - } - fs.chmod(script, mode, res) - }) - }))) - } - - extract (dest) { - // if we've already loaded the manifest, then the super got it. - // but if not, read the unpacked manifest and chmod properly. - return super.extract(dest) - .then(result => this.package ? result - : this[_readPackageJson](dest + '/package.json').then(pkg => - this[_exeBins](pkg, dest)).then(() => result)) - } - - [_tarballFromResolved] () { - // create a read stream and return it - return new fsm.ReadStream(this.resolved) - } - - packument () { - // simulate based on manifest - return this.manifest().then(mani => ({ - name: mani.name, - 'dist-tags': { - [this.defaultTag]: mani.version, - }, - versions: { - [mani.version]: { - ...mani, - dist: { - tarball: `file:${this.resolved}`, - integrity: this.integrity && String(this.integrity), - }, - }, - }, - })) - } -} - -module.exports = FileFetcher diff --git a/software/flow/node_modules/npm/node_modules/pacote/lib/git.js b/software/flow/node_modules/npm/node_modules/pacote/lib/git.js deleted file mode 100644 index 1fa8b1f..0000000 --- a/software/flow/node_modules/npm/node_modules/pacote/lib/git.js +++ /dev/null @@ -1,327 +0,0 @@ -const Fetcher = require('./fetcher.js') -const FileFetcher = require('./file.js') -const RemoteFetcher = require('./remote.js') -const DirFetcher = require('./dir.js') -const hashre = /^[a-f0-9]{40}$/ -const git = require('@npmcli/git') -const pickManifest = require('npm-pick-manifest') -const npa = require('npm-package-arg') -const Minipass = require('minipass') -const cacache = require('cacache') -const log = require('proc-log') -const npm = require('./util/npm.js') - -const _resolvedFromRepo = Symbol('_resolvedFromRepo') -const _resolvedFromHosted = Symbol('_resolvedFromHosted') -const _resolvedFromClone = Symbol('_resolvedFromClone') -const _tarballFromResolved = Symbol.for('pacote.Fetcher._tarballFromResolved') -const _addGitSha = Symbol('_addGitSha') -const addGitSha = require('./util/add-git-sha.js') -const _clone = Symbol('_clone') -const _cloneHosted = Symbol('_cloneHosted') -const _cloneRepo = Symbol('_cloneRepo') -const _setResolvedWithSha = Symbol('_setResolvedWithSha') -const _prepareDir = Symbol('_prepareDir') -const _readPackageJson = Symbol.for('package.Fetcher._readPackageJson') - -// get the repository url. -// prefer https if there's auth, since ssh will drop that. -// otherwise, prefer ssh if available (more secure). -// We have to add the git+ back because npa suppresses it. -const repoUrl = (h, opts) => - h.sshurl && !(h.https && h.auth) && addGitPlus(h.sshurl(opts)) || - h.https && addGitPlus(h.https(opts)) - -// add git+ to the url, but only one time. -const addGitPlus = url => url && `git+${url}`.replace(/^(git\+)+/, 'git+') - -class GitFetcher extends Fetcher { - constructor (spec, opts) { - super(spec, opts) - - // we never want to compare integrity for git dependencies: npm/rfcs#525 - if (this.opts.integrity) { - delete this.opts.integrity - log.warn(`skipping integrity check for git dependency ${this.spec.fetchSpec}`) - } - - this.resolvedRef = null - if (this.spec.hosted) { - this.from = this.spec.hosted.shortcut({ noCommittish: false }) - } - - // shortcut: avoid full clone when we can go straight to the tgz - // if we have the full sha and it's a hosted git platform - if (this.spec.gitCommittish && hashre.test(this.spec.gitCommittish)) { - this.resolvedSha = this.spec.gitCommittish - // use hosted.tarball() when we shell to RemoteFetcher later - this.resolved = this.spec.hosted - ? repoUrl(this.spec.hosted, { noCommittish: false }) - : this.spec.rawSpec - } else { - this.resolvedSha = '' - } - - this.Arborist = opts.Arborist || null - } - - // just exposed to make it easier to test all the combinations - static repoUrl (hosted, opts) { - return repoUrl(hosted, opts) - } - - get types () { - return ['git'] - } - - resolve () { - // likely a hosted git repo with a sha, so get the tarball url - // but in general, no reason to resolve() more than necessary! - if (this.resolved) { - return super.resolve() - } - - // fetch the git repo and then look at the current hash - const h = this.spec.hosted - // try to use ssh, fall back to git. - return h ? this[_resolvedFromHosted](h) - : this[_resolvedFromRepo](this.spec.fetchSpec) - } - - // first try https, since that's faster and passphrase-less for - // public repos, and supports private repos when auth is provided. - // Fall back to SSH to support private repos - // NB: we always store the https url in resolved field if auth - // is present, otherwise ssh if the hosted type provides it - [_resolvedFromHosted] (hosted) { - return this[_resolvedFromRepo](hosted.https && hosted.https()) - .catch(er => { - // Throw early since we know pathspec errors will fail again if retried - if (er instanceof git.errors.GitPathspecError) { - throw er - } - const ssh = hosted.sshurl && hosted.sshurl() - // no fallthrough if we can't fall through or have https auth - if (!ssh || hosted.auth) { - throw er - } - return this[_resolvedFromRepo](ssh) - }) - } - - [_resolvedFromRepo] (gitRemote) { - // XXX make this a custom error class - if (!gitRemote) { - return Promise.reject(new Error(`No git url for ${this.spec}`)) - } - const gitRange = this.spec.gitRange - const name = this.spec.name - return git.revs(gitRemote, this.opts).then(remoteRefs => { - return gitRange ? pickManifest({ - versions: remoteRefs.versions, - 'dist-tags': remoteRefs['dist-tags'], - name, - }, gitRange, this.opts) - : this.spec.gitCommittish ? - remoteRefs.refs[this.spec.gitCommittish] || - remoteRefs.refs[remoteRefs.shas[this.spec.gitCommittish]] - : remoteRefs.refs.HEAD // no git committish, get default head - }).then(revDoc => { - // the committish provided isn't in the rev list - // things like HEAD~3 or @yesterday can land here. - if (!revDoc || !revDoc.sha) { - return this[_resolvedFromClone]() - } - - this.resolvedRef = revDoc - this.resolvedSha = revDoc.sha - this[_addGitSha](revDoc.sha) - return this.resolved - }) - } - - [_setResolvedWithSha] (withSha) { - // we haven't cloned, so a tgz download is still faster - // of course, if it's not a known host, we can't do that. - this.resolved = !this.spec.hosted ? withSha - : repoUrl(npa(withSha).hosted, { noCommittish: false }) - } - - // when we get the git sha, we affix it to our spec to build up - // either a git url with a hash, or a tarball download URL - [_addGitSha] (sha) { - this[_setResolvedWithSha](addGitSha(this.spec, sha)) - } - - [_resolvedFromClone] () { - // do a full or shallow clone, then look at the HEAD - // kind of wasteful, but no other option, really - return this[_clone](dir => this.resolved) - } - - [_prepareDir] (dir) { - return this[_readPackageJson](dir + '/package.json').then(mani => { - // no need if we aren't going to do any preparation. - const scripts = mani.scripts - if (!mani.workspaces && (!scripts || !( - scripts.postinstall || - scripts.build || - scripts.preinstall || - scripts.install || - scripts.prepack || - scripts.prepare))) { - return - } - - // to avoid cases where we have an cycle of git deps that depend - // on one another, we only ever do preparation for one instance - // of a given git dep along the chain of installations. - // Note that this does mean that a dependency MAY in theory end up - // trying to run its prepare script using a dependency that has not - // been properly prepared itself, but that edge case is smaller - // and less hazardous than a fork bomb of npm and git commands. - const noPrepare = !process.env._PACOTE_NO_PREPARE_ ? [] - : process.env._PACOTE_NO_PREPARE_.split('\n') - if (noPrepare.includes(this.resolved)) { - log.info('prepare', 'skip prepare, already seen', this.resolved) - return - } - noPrepare.push(this.resolved) - - // the DirFetcher will do its own preparation to run the prepare scripts - // All we have to do is put the deps in place so that it can succeed. - return npm( - this.npmBin, - [].concat(this.npmInstallCmd).concat(this.npmCliConfig), - dir, - { ...process.env, _PACOTE_NO_PREPARE_: noPrepare.join('\n') }, - { message: 'git dep preparation failed' } - ) - }) - } - - [_tarballFromResolved] () { - const stream = new Minipass() - stream.resolved = this.resolved - stream.from = this.from - - // check it out and then shell out to the DirFetcher tarball packer - this[_clone](dir => this[_prepareDir](dir) - .then(() => new Promise((res, rej) => { - if (!this.Arborist) { - throw new Error('GitFetcher requires an Arborist constructor to pack a tarball') - } - const df = new DirFetcher(`file:${dir}`, { - ...this.opts, - Arborist: this.Arborist, - resolved: null, - integrity: null, - }) - const dirStream = df[_tarballFromResolved]() - dirStream.on('error', rej) - dirStream.on('end', res) - dirStream.pipe(stream) - }))).catch( - /* istanbul ignore next: very unlikely and hard to test */ - er => stream.emit('error', er) - ) - return stream - } - - // clone a git repo into a temp folder (or fetch and unpack if possible) - // handler accepts a directory, and returns a promise that resolves - // when we're done with it, at which point, cacache deletes it - // - // TODO: after cloning, create a tarball of the folder, and add to the cache - // with cacache.put.stream(), using a key that's deterministic based on the - // spec and repo, so that we don't ever clone the same thing multiple times. - [_clone] (handler, tarballOk = true) { - const o = { tmpPrefix: 'git-clone' } - const ref = this.resolvedSha || this.spec.gitCommittish - const h = this.spec.hosted - const resolved = this.resolved - - // can be set manually to false to fall back to actual git clone - tarballOk = tarballOk && - h && resolved === repoUrl(h, { noCommittish: false }) && h.tarball - - return cacache.tmp.withTmp(this.cache, o, async tmp => { - // if we're resolved, and have a tarball url, shell out to RemoteFetcher - if (tarballOk) { - const nameat = this.spec.name ? `${this.spec.name}@` : '' - return new RemoteFetcher(h.tarball({ noCommittish: false }), { - ...this.opts, - allowGitIgnore: true, - pkgid: `git:${nameat}${this.resolved}`, - resolved: this.resolved, - integrity: null, // it'll always be different, if we have one - }).extract(tmp).then(() => handler(tmp), er => { - // fall back to ssh download if tarball fails - if (er.constructor.name.match(/^Http/)) { - return this[_clone](handler, false) - } else { - throw er - } - }) - } - - const sha = await ( - h ? this[_cloneHosted](ref, tmp) - : this[_cloneRepo](this.spec.fetchSpec, ref, tmp) - ) - this.resolvedSha = sha - if (!this.resolved) { - await this[_addGitSha](sha) - } - return handler(tmp) - }) - } - - // first try https, since that's faster and passphrase-less for - // public repos, and supports private repos when auth is provided. - // Fall back to SSH to support private repos - // NB: we always store the https url in resolved field if auth - // is present, otherwise ssh if the hosted type provides it - [_cloneHosted] (ref, tmp) { - const hosted = this.spec.hosted - return this[_cloneRepo](hosted.https({ noCommittish: true }), ref, tmp) - .catch(er => { - // Throw early since we know pathspec errors will fail again if retried - if (er instanceof git.errors.GitPathspecError) { - throw er - } - const ssh = hosted.sshurl && hosted.sshurl({ noCommittish: true }) - // no fallthrough if we can't fall through or have https auth - if (!ssh || hosted.auth) { - throw er - } - return this[_cloneRepo](ssh, ref, tmp) - }) - } - - [_cloneRepo] (repo, ref, tmp) { - const { opts, spec } = this - return git.clone(repo, ref, tmp, { ...opts, spec }) - } - - manifest () { - if (this.package) { - return Promise.resolve(this.package) - } - - return this.spec.hosted && this.resolved - ? FileFetcher.prototype.manifest.apply(this) - : this[_clone](dir => - this[_readPackageJson](dir + '/package.json') - .then(mani => this.package = { - ...mani, - _resolved: this.resolved, - _from: this.from, - })) - } - - packument () { - return FileFetcher.prototype.packument.apply(this) - } -} -module.exports = GitFetcher diff --git a/software/flow/node_modules/npm/node_modules/pacote/lib/index.js b/software/flow/node_modules/npm/node_modules/pacote/lib/index.js deleted file mode 100644 index cbcbd7c..0000000 --- a/software/flow/node_modules/npm/node_modules/pacote/lib/index.js +++ /dev/null @@ -1,23 +0,0 @@ -const { get } = require('./fetcher.js') -const GitFetcher = require('./git.js') -const RegistryFetcher = require('./registry.js') -const FileFetcher = require('./file.js') -const DirFetcher = require('./dir.js') -const RemoteFetcher = require('./remote.js') - -module.exports = { - GitFetcher, - RegistryFetcher, - FileFetcher, - DirFetcher, - RemoteFetcher, - resolve: (spec, opts) => get(spec, opts).resolve(), - extract: (spec, dest, opts) => get(spec, opts).extract(dest), - manifest: (spec, opts) => get(spec, opts).manifest(), - tarball: (spec, opts) => get(spec, opts).tarball(), - packument: (spec, opts) => get(spec, opts).packument(), -} -module.exports.tarball.stream = (spec, handler, opts) => - get(spec, opts).tarballStream(handler) -module.exports.tarball.file = (spec, dest, opts) => - get(spec, opts).tarballFile(dest) diff --git a/software/flow/node_modules/npm/node_modules/pacote/lib/registry.js b/software/flow/node_modules/npm/node_modules/pacote/lib/registry.js deleted file mode 100644 index 625bedc..0000000 --- a/software/flow/node_modules/npm/node_modules/pacote/lib/registry.js +++ /dev/null @@ -1,341 +0,0 @@ -const Fetcher = require('./fetcher.js') -const RemoteFetcher = require('./remote.js') -const _tarballFromResolved = Symbol.for('pacote.Fetcher._tarballFromResolved') -const pacoteVersion = require('../package.json').version -const removeTrailingSlashes = require('./util/trailing-slashes.js') -const rpj = require('read-package-json-fast') -const pickManifest = require('npm-pick-manifest') -const ssri = require('ssri') -const crypto = require('crypto') -const npa = require('npm-package-arg') -const { sigstore } = require('sigstore') - -// Corgis are cute. 🐕🐶 -const corgiDoc = 'application/vnd.npm.install-v1+json; q=1.0, application/json; q=0.8, */*' -const fullDoc = 'application/json' - -const fetch = require('npm-registry-fetch') - -const _headers = Symbol('_headers') -class RegistryFetcher extends Fetcher { - constructor (spec, opts) { - super(spec, opts) - - // you usually don't want to fetch the same packument multiple times in - // the span of a given script or command, no matter how many pacote calls - // are made, so this lets us avoid doing that. It's only relevant for - // registry fetchers, because other types simulate their packument from - // the manifest, which they memoize on this.package, so it's very cheap - // already. - this.packumentCache = this.opts.packumentCache || null - - this.registry = fetch.pickRegistry(spec, opts) - this.packumentUrl = removeTrailingSlashes(this.registry) + '/' + - this.spec.escapedName - - const parsed = new URL(this.registry) - const regKey = `//${parsed.host}${parsed.pathname}` - // unlike the nerf-darted auth keys, this one does *not* allow a mismatch - // of trailing slashes. It must match exactly. - if (this.opts[`${regKey}:_keys`]) { - this.registryKeys = this.opts[`${regKey}:_keys`] - } - - // XXX pacote <=9 has some logic to ignore opts.resolved if - // the resolved URL doesn't go to the same registry. - // Consider reproducing that here, to throw away this.resolved - // in that case. - } - - async resolve () { - // fetching the manifest sets resolved and (if present) integrity - await this.manifest() - if (!this.resolved) { - throw Object.assign( - new Error('Invalid package manifest: no `dist.tarball` field'), - { package: this.spec.toString() } - ) - } - return this.resolved - } - - [_headers] () { - return { - // npm will override UA, but ensure that we always send *something* - 'user-agent': this.opts.userAgent || - `pacote/${pacoteVersion} node/${process.version}`, - ...(this.opts.headers || {}), - 'pacote-version': pacoteVersion, - 'pacote-req-type': 'packument', - 'pacote-pkg-id': `registry:${this.spec.name}`, - accept: this.fullMetadata ? fullDoc : corgiDoc, - } - } - - async packument () { - // note this might be either an in-flight promise for a request, - // or the actual packument, but we never want to make more than - // one request at a time for the same thing regardless. - if (this.packumentCache && this.packumentCache.has(this.packumentUrl)) { - return this.packumentCache.get(this.packumentUrl) - } - - // npm-registry-fetch the packument - // set the appropriate header for corgis if fullMetadata isn't set - // return the res.json() promise - try { - const res = await fetch(this.packumentUrl, { - ...this.opts, - headers: this[_headers](), - spec: this.spec, - // never check integrity for packuments themselves - integrity: null, - }) - const packument = await res.json() - packument._contentLength = +res.headers.get('content-length') - if (this.packumentCache) { - this.packumentCache.set(this.packumentUrl, packument) - } - return packument - } catch (err) { - if (this.packumentCache) { - this.packumentCache.delete(this.packumentUrl) - } - if (err.code !== 'E404' || this.fullMetadata) { - throw err - } - // possible that corgis are not supported by this registry - this.fullMetadata = true - return this.packument() - } - } - - async manifest () { - if (this.package) { - return this.package - } - - const packument = await this.packument() - let mani = await pickManifest(packument, this.spec.fetchSpec, { - ...this.opts, - defaultTag: this.defaultTag, - before: this.before, - }) - mani = rpj.normalize(mani) - /* XXX add ETARGET and E403 revalidation of cached packuments here */ - - // add _resolved and _integrity from dist object - const { dist } = mani - if (dist) { - this.resolved = mani._resolved = dist.tarball - mani._from = this.from - const distIntegrity = dist.integrity ? ssri.parse(dist.integrity) - : dist.shasum ? ssri.fromHex(dist.shasum, 'sha1', { ...this.opts }) - : null - if (distIntegrity) { - if (this.integrity && !this.integrity.match(distIntegrity)) { - // only bork if they have algos in common. - // otherwise we end up breaking if we have saved a sha512 - // previously for the tarball, but the manifest only - // provides a sha1, which is possible for older publishes. - // Otherwise, this is almost certainly a case of holding it - // wrong, and will result in weird or insecure behavior - // later on when building package tree. - for (const algo of Object.keys(this.integrity)) { - if (distIntegrity[algo]) { - throw Object.assign(new Error( - `Integrity checksum failed when using ${algo}: ` + - `wanted ${this.integrity} but got ${distIntegrity}.` - ), { code: 'EINTEGRITY' }) - } - } - } - // made it this far, the integrity is worthwhile. accept it. - // the setter here will take care of merging it into what we already - // had. - this.integrity = distIntegrity - } - } - if (this.integrity) { - mani._integrity = String(this.integrity) - if (dist.signatures) { - if (this.opts.verifySignatures) { - // validate and throw on error, then set _signatures - const message = `${mani._id}:${mani._integrity}` - for (const signature of dist.signatures) { - const publicKey = this.registryKeys && - this.registryKeys.filter(key => (key.keyid === signature.keyid))[0] - if (!publicKey) { - throw Object.assign(new Error( - `${mani._id} has a registry signature with keyid: ${signature.keyid} ` + - 'but no corresponding public key can be found' - ), { code: 'EMISSINGSIGNATUREKEY' }) - } - const validPublicKey = - !publicKey.expires || (Date.parse(publicKey.expires) > Date.now()) - if (!validPublicKey) { - throw Object.assign(new Error( - `${mani._id} has a registry signature with keyid: ${signature.keyid} ` + - `but the corresponding public key has expired ${publicKey.expires}` - ), { code: 'EEXPIREDSIGNATUREKEY' }) - } - const verifier = crypto.createVerify('SHA256') - verifier.write(message) - verifier.end() - const valid = verifier.verify( - publicKey.pemkey, - signature.sig, - 'base64' - ) - if (!valid) { - throw Object.assign(new Error( - `${mani._id} has an invalid registry signature with ` + - `keyid: ${publicKey.keyid} and signature: ${signature.sig}` - ), { - code: 'EINTEGRITYSIGNATURE', - keyid: publicKey.keyid, - signature: signature.sig, - resolved: mani._resolved, - integrity: mani._integrity, - }) - } - } - mani._signatures = dist.signatures - } else { - mani._signatures = dist.signatures - } - } - - if (dist.attestations) { - if (this.opts.verifyAttestations) { - // Always fetch attestations from the current registry host - const attestationsPath = new URL(dist.attestations.url).pathname - const attestationsUrl = removeTrailingSlashes(this.registry) + attestationsPath - const res = await fetch(attestationsUrl, { - ...this.opts, - // disable integrity check for attestations json payload, we check the - // integrity in the verification steps below - integrity: null, - }) - const { attestations } = await res.json() - const bundles = attestations.map(({ predicateType, bundle }) => { - const statement = JSON.parse( - Buffer.from(bundle.dsseEnvelope.payload, 'base64').toString('utf8') - ) - const keyid = bundle.dsseEnvelope.signatures[0].keyid - const signature = bundle.dsseEnvelope.signatures[0].sig - - return { - predicateType, - bundle, - statement, - keyid, - signature, - } - }) - - const attestationKeyIds = bundles.map((b) => b.keyid).filter((k) => !!k) - const attestationRegistryKeys = (this.registryKeys || []) - .filter(key => attestationKeyIds.includes(key.keyid)) - if (!attestationRegistryKeys.length) { - throw Object.assign(new Error( - `${mani._id} has attestations but no corresponding public key(s) can be found` - ), { code: 'EMISSINGSIGNATUREKEY' }) - } - - for (const { predicateType, bundle, keyid, signature, statement } of bundles) { - const publicKey = attestationRegistryKeys.find(key => key.keyid === keyid) - // Publish attestations have a keyid set and a valid public key must be found - if (keyid) { - if (!publicKey) { - throw Object.assign(new Error( - `${mani._id} has attestations with keyid: ${keyid} ` + - 'but no corresponding public key can be found' - ), { code: 'EMISSINGSIGNATUREKEY' }) - } - - const validPublicKey = - !publicKey.expires || (Date.parse(publicKey.expires) > Date.now()) - if (!validPublicKey) { - throw Object.assign(new Error( - `${mani._id} has attestations with keyid: ${keyid} ` + - `but the corresponding public key has expired ${publicKey.expires}` - ), { code: 'EEXPIREDSIGNATUREKEY' }) - } - } - - const subject = { - name: statement.subject[0].name, - sha512: statement.subject[0].digest.sha512, - } - - // Only type 'version' can be turned into a PURL - const purl = this.spec.type === 'version' ? npa.toPurl(this.spec) : this.spec - // Verify the statement subject matches the package, version - if (subject.name !== purl) { - throw Object.assign(new Error( - `${mani._id} package name and version (PURL): ${purl} ` + - `doesn't match what was signed: ${subject.name}` - ), { code: 'EATTESTATIONSUBJECT' }) - } - - // Verify the statement subject matches the tarball integrity - const integrityHexDigest = ssri.parse(this.integrity).hexDigest() - if (subject.sha512 !== integrityHexDigest) { - throw Object.assign(new Error( - `${mani._id} package integrity (hex digest): ` + - `${integrityHexDigest} ` + - `doesn't match what was signed: ${subject.sha512}` - ), { code: 'EATTESTATIONSUBJECT' }) - } - - try { - // Provenance attestations are signed with a signing certificate - // (including the key) so we don't need to return a public key. - // - // Publish attestations are signed with a keyid so we need to - // specify a public key from the keys endpoint: `registry-host.tld/-/npm/v1/keys` - const options = { keySelector: publicKey ? () => publicKey.pemkey : undefined } - await sigstore.verify(bundle, null, options) - } catch (e) { - throw Object.assign(new Error( - `${mani._id} failed to verify attestation: ${e.message}` - ), { - code: 'EATTESTATIONVERIFY', - predicateType, - keyid, - signature, - resolved: mani._resolved, - integrity: mani._integrity, - }) - } - } - mani._attestations = dist.attestations - } else { - mani._attestations = dist.attestations - } - } - } - - this.package = mani - return this.package - } - - [_tarballFromResolved] () { - // we use a RemoteFetcher to get the actual tarball stream - return new RemoteFetcher(this.resolved, { - ...this.opts, - resolved: this.resolved, - pkgid: `registry:${this.spec.name}@${this.resolved}`, - })[_tarballFromResolved]() - } - - get types () { - return [ - 'tag', - 'version', - 'range', - ] - } -} -module.exports = RegistryFetcher diff --git a/software/flow/node_modules/npm/node_modules/pacote/lib/remote.js b/software/flow/node_modules/npm/node_modules/pacote/lib/remote.js deleted file mode 100644 index a361a9e..0000000 --- a/software/flow/node_modules/npm/node_modules/pacote/lib/remote.js +++ /dev/null @@ -1,91 +0,0 @@ -const Fetcher = require('./fetcher.js') -const FileFetcher = require('./file.js') -const _tarballFromResolved = Symbol.for('pacote.Fetcher._tarballFromResolved') -const pacoteVersion = require('../package.json').version -const fetch = require('npm-registry-fetch') -const Minipass = require('minipass') - -const _cacheFetches = Symbol.for('pacote.Fetcher._cacheFetches') -const _headers = Symbol('_headers') -class RemoteFetcher extends Fetcher { - constructor (spec, opts) { - super(spec, opts) - this.resolved = this.spec.fetchSpec - const resolvedURL = new URL(this.resolved) - if (this.replaceRegistryHost !== 'never' - && (this.replaceRegistryHost === 'always' - || this.replaceRegistryHost === resolvedURL.host)) { - this.resolved = new URL(resolvedURL.pathname, this.registry).href - } - - // nam is a fermented pork sausage that is good to eat - const nameat = this.spec.name ? `${this.spec.name}@` : '' - this.pkgid = opts.pkgid ? opts.pkgid : `remote:${nameat}${this.resolved}` - } - - // Don't need to cache tarball fetches in pacote, because make-fetch-happen - // will write into cacache anyway. - get [_cacheFetches] () { - return false - } - - [_tarballFromResolved] () { - const stream = new Minipass() - stream.hasIntegrityEmitter = true - - const fetchOpts = { - ...this.opts, - headers: this[_headers](), - spec: this.spec, - integrity: this.integrity, - algorithms: [this.pickIntegrityAlgorithm()], - } - - // eslint-disable-next-line promise/always-return - fetch(this.resolved, fetchOpts).then(res => { - res.body.on('error', - /* istanbul ignore next - exceedingly rare and hard to simulate */ - er => stream.emit('error', er) - ) - - res.body.on('integrity', i => { - this.integrity = i - stream.emit('integrity', i) - }) - - res.body.pipe(stream) - }).catch(er => stream.emit('error', er)) - - return stream - } - - [_headers] () { - return { - // npm will override this, but ensure that we always send *something* - 'user-agent': this.opts.userAgent || - `pacote/${pacoteVersion} node/${process.version}`, - ...(this.opts.headers || {}), - 'pacote-version': pacoteVersion, - 'pacote-req-type': 'tarball', - 'pacote-pkg-id': this.pkgid, - ...(this.integrity ? { 'pacote-integrity': String(this.integrity) } - : {}), - ...(this.opts.headers || {}), - } - } - - get types () { - return ['remote'] - } - - // getting a packument and/or manifest is the same as with a file: spec. - // unpack the tarball stream, and then read from the package.json file. - packument () { - return FileFetcher.prototype.packument.apply(this) - } - - manifest () { - return FileFetcher.prototype.manifest.apply(this) - } -} -module.exports = RemoteFetcher diff --git a/software/flow/node_modules/npm/node_modules/pacote/lib/util/add-git-sha.js b/software/flow/node_modules/npm/node_modules/pacote/lib/util/add-git-sha.js deleted file mode 100644 index 843fe5b..0000000 --- a/software/flow/node_modules/npm/node_modules/pacote/lib/util/add-git-sha.js +++ /dev/null @@ -1,15 +0,0 @@ -// add a sha to a git remote url spec -const addGitSha = (spec, sha) => { - if (spec.hosted) { - const h = spec.hosted - const opt = { noCommittish: true } - const base = h.https && h.auth ? h.https(opt) : h.shortcut(opt) - - return `${base}#${sha}` - } else { - // don't use new URL for this, because it doesn't handle scp urls - return spec.rawSpec.replace(/#.*$/, '') + `#${sha}` - } -} - -module.exports = addGitSha diff --git a/software/flow/node_modules/npm/node_modules/pacote/lib/util/cache-dir.js b/software/flow/node_modules/npm/node_modules/pacote/lib/util/cache-dir.js deleted file mode 100644 index 4236213..0000000 --- a/software/flow/node_modules/npm/node_modules/pacote/lib/util/cache-dir.js +++ /dev/null @@ -1,12 +0,0 @@ -const os = require('os') -const { resolve } = require('path') - -module.exports = (fakePlatform = false) => { - const temp = os.tmpdir() - const uidOrPid = process.getuid ? process.getuid() : process.pid - const home = os.homedir() || resolve(temp, 'npm-' + uidOrPid) - const platform = fakePlatform || process.platform - const cacheExtra = platform === 'win32' ? 'npm-cache' : '.npm' - const cacheRoot = (platform === 'win32' && process.env.LOCALAPPDATA) || home - return resolve(cacheRoot, cacheExtra, '_cacache') -} diff --git a/software/flow/node_modules/npm/node_modules/pacote/lib/util/is-package-bin.js b/software/flow/node_modules/npm/node_modules/pacote/lib/util/is-package-bin.js deleted file mode 100644 index 49a3f73..0000000 --- a/software/flow/node_modules/npm/node_modules/pacote/lib/util/is-package-bin.js +++ /dev/null @@ -1,25 +0,0 @@ -// Function to determine whether a path is in the package.bin set. -// Used to prevent issues when people publish a package from a -// windows machine, and then install with --no-bin-links. -// -// Note: this is not possible in remote or file fetchers, since -// we don't have the manifest until AFTER we've unpacked. But the -// main use case is registry fetching with git a distant second, -// so that's an acceptable edge case to not handle. - -const binObj = (name, bin) => - typeof bin === 'string' ? { [name]: bin } : bin - -const hasBin = (pkg, path) => { - const bin = binObj(pkg.name, pkg.bin) - const p = path.replace(/^[^\\/]*\//, '') - for (const kv of Object.entries(bin)) { - if (kv[1] === p) { - return true - } - } - return false -} - -module.exports = (pkg, path) => - pkg && pkg.bin ? hasBin(pkg, path) : false diff --git a/software/flow/node_modules/npm/node_modules/pacote/lib/util/npm.js b/software/flow/node_modules/npm/node_modules/pacote/lib/util/npm.js deleted file mode 100644 index a3005c2..0000000 --- a/software/flow/node_modules/npm/node_modules/pacote/lib/util/npm.js +++ /dev/null @@ -1,14 +0,0 @@ -// run an npm command -const spawn = require('@npmcli/promise-spawn') - -module.exports = (npmBin, npmCommand, cwd, env, extra) => { - const isJS = npmBin.endsWith('.js') - const cmd = isJS ? process.execPath : npmBin - const args = (isJS ? [npmBin] : []).concat(npmCommand) - // when installing to run the `prepare` script for a git dep, we need - // to ensure that we don't run into a cycle of checking out packages - // in temp directories. this lets us link previously-seen repos that - // are also being prepared. - - return spawn(cmd, args, { cwd, env }, extra) -} diff --git a/software/flow/node_modules/npm/node_modules/pacote/lib/util/tar-create-options.js b/software/flow/node_modules/npm/node_modules/pacote/lib/util/tar-create-options.js deleted file mode 100644 index d070f0f..0000000 --- a/software/flow/node_modules/npm/node_modules/pacote/lib/util/tar-create-options.js +++ /dev/null @@ -1,31 +0,0 @@ -const isPackageBin = require('./is-package-bin.js') - -const tarCreateOptions = manifest => ({ - cwd: manifest._resolved, - prefix: 'package/', - portable: true, - gzip: { - // forcing the level to 9 seems to avoid some - // platform specific optimizations that cause - // integrity mismatch errors due to differing - // end results after compression - level: 9, - }, - - // ensure that package bins are always executable - // Note that npm-packlist is already filtering out - // anything that is not a regular file, ignored by - // .npmignore or package.json "files", etc. - filter: (path, stat) => { - if (isPackageBin(manifest, path)) { - stat.mode |= 0o111 - } - return true - }, - - // Provide a specific date in the 1980s for the benefit of zip, - // which is confounded by files dated at the Unix epoch 0. - mtime: new Date('1985-10-26T08:15:00.000Z'), -}) - -module.exports = tarCreateOptions diff --git a/software/flow/node_modules/npm/node_modules/pacote/lib/util/trailing-slashes.js b/software/flow/node_modules/npm/node_modules/pacote/lib/util/trailing-slashes.js deleted file mode 100644 index c50cb61..0000000 --- a/software/flow/node_modules/npm/node_modules/pacote/lib/util/trailing-slashes.js +++ /dev/null @@ -1,10 +0,0 @@ -const removeTrailingSlashes = (input) => { - // in order to avoid regexp redos detection - let output = input - while (output.endsWith('/')) { - output = output.slice(0, -1) - } - return output -} - -module.exports = removeTrailingSlashes diff --git a/software/flow/node_modules/npm/node_modules/pacote/package.json b/software/flow/node_modules/npm/node_modules/pacote/package.json deleted file mode 100644 index 8a89a1d..0000000 --- a/software/flow/node_modules/npm/node_modules/pacote/package.json +++ /dev/null @@ -1,78 +0,0 @@ -{ - "name": "pacote", - "version": "15.1.1", - "description": "JavaScript package downloader", - "author": "GitHub Inc.", - "bin": { - "pacote": "lib/bin.js" - }, - "license": "ISC", - "main": "lib/index.js", - "scripts": { - "test": "tap", - "snap": "tap", - "lint": "eslint \"**/*.js\"", - "postlint": "template-oss-check", - "lintfix": "npm run lint -- --fix", - "posttest": "npm run lint", - "template-oss-apply": "template-oss-apply --force" - }, - "tap": { - "timeout": 300, - "nyc-arg": [ - "--exclude", - "tap-snapshots/**" - ] - }, - "devDependencies": { - "@npmcli/arborist": "^6.0.0 || ^6.0.0-pre.0", - "@npmcli/eslint-config": "^4.0.0", - "@npmcli/template-oss": "4.11.4", - "hosted-git-info": "^6.0.0", - "mutate-fs": "^2.1.1", - "nock": "^13.2.4", - "npm-registry-mock": "^1.3.2", - "tap": "^16.0.1" - }, - "files": [ - "bin/", - "lib/" - ], - "keywords": [ - "packages", - "npm", - "git" - ], - "dependencies": { - "@npmcli/git": "^4.0.0", - "@npmcli/installed-package-contents": "^2.0.1", - "@npmcli/promise-spawn": "^6.0.1", - "@npmcli/run-script": "^6.0.0", - "cacache": "^17.0.0", - "fs-minipass": "^3.0.0", - "minipass": "^4.0.0", - "npm-package-arg": "^10.0.0", - "npm-packlist": "^7.0.0", - "npm-pick-manifest": "^8.0.0", - "npm-registry-fetch": "^14.0.0", - "proc-log": "^3.0.0", - "promise-retry": "^2.0.1", - "read-package-json": "^6.0.0", - "read-package-json-fast": "^3.0.0", - "sigstore": "^1.0.0", - "ssri": "^10.0.0", - "tar": "^6.1.11" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "repository": { - "type": "git", - "url": "https://github.com/npm/pacote.git" - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.11.4", - "windowsCI": false - } -} diff --git a/software/flow/node_modules/npm/node_modules/parse-conflict-json/LICENSE.md b/software/flow/node_modules/npm/node_modules/parse-conflict-json/LICENSE.md deleted file mode 100644 index 5fc208f..0000000 --- a/software/flow/node_modules/npm/node_modules/parse-conflict-json/LICENSE.md +++ /dev/null @@ -1,20 +0,0 @@ -<!-- This file is automatically added by @npmcli/template-oss. Do not edit. --> - -ISC License - -Copyright npm, Inc. - -Permission to use, copy, modify, and/or distribute this -software for any purpose with or without fee is hereby -granted, provided that the above copyright notice and this -permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND NPM DISCLAIMS ALL -WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO -EVENT SHALL NPM BE LIABLE FOR ANY SPECIAL, DIRECT, -INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER -TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE -USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/parse-conflict-json/lib/index.js b/software/flow/node_modules/npm/node_modules/parse-conflict-json/lib/index.js deleted file mode 100644 index 21b295d..0000000 --- a/software/flow/node_modules/npm/node_modules/parse-conflict-json/lib/index.js +++ /dev/null @@ -1,104 +0,0 @@ -const parseJSON = require('json-parse-even-better-errors') -const { diff } = require('just-diff') -const { diffApply } = require('just-diff-apply') - -const globalObjectProperties = Object.getOwnPropertyNames(Object.prototype) - -const stripBOM = content => { - content = content.toString() - // Remove byte order marker. This catches EF BB BF (the UTF-8 BOM) - // because the buffer-to-string conversion in `fs.readFileSync()` - // translates it to FEFF, the UTF-16 BOM. - if (content.charCodeAt(0) === 0xFEFF) { - content = content.slice(1) - } - return content -} - -const PARENT_RE = /\|{7,}/g -const OURS_RE = /<{7,}/g -const THEIRS_RE = /={7,}/g -const END_RE = />{7,}/g - -const isDiff = str => - str.match(OURS_RE) && str.match(THEIRS_RE) && str.match(END_RE) - -const parseConflictJSON = (str, reviver, prefer) => { - prefer = prefer || 'ours' - if (prefer !== 'theirs' && prefer !== 'ours') { - throw new TypeError('prefer param must be "ours" or "theirs" if set') - } - - str = stripBOM(str) - - if (!isDiff(str)) { - return parseJSON(str) - } - - const pieces = str.split(/[\n\r]+/g).reduce((acc, line) => { - if (line.match(PARENT_RE)) { - acc.state = 'parent' - } else if (line.match(OURS_RE)) { - acc.state = 'ours' - } else if (line.match(THEIRS_RE)) { - acc.state = 'theirs' - } else if (line.match(END_RE)) { - acc.state = 'top' - } else { - if (acc.state === 'top' || acc.state === 'ours') { - acc.ours += line - } - if (acc.state === 'top' || acc.state === 'theirs') { - acc.theirs += line - } - if (acc.state === 'top' || acc.state === 'parent') { - acc.parent += line - } - } - return acc - }, { - state: 'top', - ours: '', - theirs: '', - parent: '', - }) - - // this will throw if either piece is not valid JSON, that's intended - const parent = parseJSON(pieces.parent, reviver) - const ours = parseJSON(pieces.ours, reviver) - const theirs = parseJSON(pieces.theirs, reviver) - - return prefer === 'ours' - ? resolve(parent, ours, theirs) - : resolve(parent, theirs, ours) -} - -const isObj = obj => obj && typeof obj === 'object' - -const copyPath = (to, from, path, i) => { - const p = path[i] - if (isObj(to[p]) && isObj(from[p]) && - Array.isArray(to[p]) === Array.isArray(from[p])) { - return copyPath(to[p], from[p], path, i + 1) - } - to[p] = from[p] -} - -// get the diff from parent->ours and applying our changes on top of theirs. -// If they turned an object into a non-object, then put it back. -const resolve = (parent, ours, theirs) => { - const dours = diff(parent, ours) - for (let i = 0; i < dours.length; i++) { - if (globalObjectProperties.find(prop => dours[i].path.includes(prop))) { - continue - } - try { - diffApply(theirs, [dours[i]]) - } catch (e) { - copyPath(theirs, ours, dours[i].path, 0) - } - } - return theirs -} - -module.exports = Object.assign(parseConflictJSON, { isDiff }) diff --git a/software/flow/node_modules/npm/node_modules/parse-conflict-json/package.json b/software/flow/node_modules/npm/node_modules/parse-conflict-json/package.json deleted file mode 100644 index 7b86df8..0000000 --- a/software/flow/node_modules/npm/node_modules/parse-conflict-json/package.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "name": "parse-conflict-json", - "version": "3.0.0", - "description": "Parse a JSON string that has git merge conflicts, resolving if possible", - "author": "GitHub Inc.", - "license": "ISC", - "main": "lib", - "scripts": { - "test": "tap", - "snap": "tap", - "lint": "eslint \"**/*.js\"", - "postlint": "template-oss-check", - "lintfix": "npm run lint -- --fix", - "posttest": "npm run lint", - "template-oss-apply": "template-oss-apply --force" - }, - "tap": { - "check-coverage": true, - "nyc-arg": [ - "--exclude", - "tap-snapshots/**" - ] - }, - "devDependencies": { - "@npmcli/eslint-config": "^3.0.1", - "@npmcli/template-oss": "4.5.1", - "tap": "^16.0.1" - }, - "dependencies": { - "json-parse-even-better-errors": "^3.0.0", - "just-diff": "^5.0.1", - "just-diff-apply": "^5.2.0" - }, - "repository": { - "type": "git", - "url": "https://github.com/npm/parse-conflict-json.git" - }, - "files": [ - "bin/", - "lib/" - ], - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.5.1" - } -} diff --git a/software/flow/node_modules/npm/node_modules/path-is-absolute/index.js b/software/flow/node_modules/npm/node_modules/path-is-absolute/index.js deleted file mode 100644 index 22aa6c3..0000000 --- a/software/flow/node_modules/npm/node_modules/path-is-absolute/index.js +++ /dev/null @@ -1,20 +0,0 @@ -'use strict'; - -function posix(path) { - return path.charAt(0) === '/'; -} - -function win32(path) { - // https://github.com/nodejs/node/blob/b3fcc245fb25539909ef1d5eaa01dbf92e168633/lib/path.js#L56 - var splitDeviceRe = /^([a-zA-Z]:|[\\\/]{2}[^\\\/]+[\\\/]+[^\\\/]+)?([\\\/])?([\s\S]*?)$/; - var result = splitDeviceRe.exec(path); - var device = result[1] || ''; - var isUnc = Boolean(device && device.charAt(1) !== ':'); - - // UNC paths are always absolute - return Boolean(result[2] || isUnc); -} - -module.exports = process.platform === 'win32' ? win32 : posix; -module.exports.posix = posix; -module.exports.win32 = win32; diff --git a/software/flow/node_modules/npm/node_modules/path-is-absolute/license b/software/flow/node_modules/npm/node_modules/path-is-absolute/license deleted file mode 100644 index 654d0bf..0000000 --- a/software/flow/node_modules/npm/node_modules/path-is-absolute/license +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/path-is-absolute/package.json b/software/flow/node_modules/npm/node_modules/path-is-absolute/package.json deleted file mode 100644 index 91196d5..0000000 --- a/software/flow/node_modules/npm/node_modules/path-is-absolute/package.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "name": "path-is-absolute", - "version": "1.0.1", - "description": "Node.js 0.12 path.isAbsolute() ponyfill", - "license": "MIT", - "repository": "sindresorhus/path-is-absolute", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "sindresorhus.com" - }, - "engines": { - "node": ">=0.10.0" - }, - "scripts": { - "test": "xo && node test.js" - }, - "files": [ - "index.js" - ], - "keywords": [ - "path", - "paths", - "file", - "dir", - "absolute", - "isabsolute", - "is-absolute", - "built-in", - "util", - "utils", - "core", - "ponyfill", - "polyfill", - "shim", - "is", - "detect", - "check" - ], - "devDependencies": { - "xo": "^0.16.0" - } -} diff --git a/software/flow/node_modules/npm/node_modules/postcss-selector-parser/API.md b/software/flow/node_modules/npm/node_modules/postcss-selector-parser/API.md deleted file mode 100644 index 36c7298..0000000 --- a/software/flow/node_modules/npm/node_modules/postcss-selector-parser/API.md +++ /dev/null @@ -1,875 +0,0 @@ -# API Documentation - -*Please use only this documented API when working with the parser. Methods -not documented here are subject to change at any point.* - -## `parser` function - -This is the module's main entry point. - -```js -const parser = require('postcss-selector-parser'); -``` - -### `parser([transform], [options])` - -Creates a new `processor` instance - -```js -const processor = parser(); -``` - -Or, with optional transform function - -```js -const transform = selectors => { - selectors.walkUniversals(selector => { - selector.remove(); - }); -}; - -const processor = parser(transform) - -// Example -const result = processor.processSync('*.class'); -// => .class -``` - -[See processor documentation](#processor) - -Arguments: - -* `transform (function)`: Provide a function to work with the parsed AST. -* `options (object)`: Provide default options for all calls on the returned `Processor`. - -### `parser.attribute([props])` - -Creates a new attribute selector. - -```js -parser.attribute({attribute: 'href'}); -// => [href] -``` - -Arguments: - -* `props (object)`: The new node's properties. - -### `parser.className([props])` - -Creates a new class selector. - -```js -parser.className({value: 'button'}); -// => .button -``` - -Arguments: - -* `props (object)`: The new node's properties. - -### `parser.combinator([props])` - -Creates a new selector combinator. - -```js -parser.combinator({value: '+'}); -// => + -``` - -Arguments: - -* `props (object)`: The new node's properties. - -Notes: -* **Descendant Combinators** The value of descendant combinators created by the - parser always just a single space (`" "`). For descendant selectors with no - comments, additional space is now stored in `node.spaces.before`. Depending - on the location of comments, additional spaces may be stored in - `node.raws.spaces.before`, `node.raws.spaces.after`, or `node.raws.value`. -* **Named Combinators** Although, nonstandard and unlikely to ever become a standard, - named combinators like `/deep/` and `/for/` are parsed as combinators. The - `node.value` is name after being unescaped and normalized as lowercase. The - original value for the combinator name is stored in `node.raws.value`. - - -### `parser.comment([props])` - -Creates a new comment. - -```js -parser.comment({value: '/* Affirmative, Dave. I read you. */'}); -// => /* Affirmative, Dave. I read you. */ -``` - -Arguments: - -* `props (object)`: The new node's properties. - -### `parser.id([props])` - -Creates a new id selector. - -```js -parser.id({value: 'search'}); -// => #search -``` - -Arguments: - -* `props (object)`: The new node's properties. - -### `parser.nesting([props])` - -Creates a new nesting selector. - -```js -parser.nesting(); -// => & -``` - -Arguments: - -* `props (object)`: The new node's properties. - -### `parser.pseudo([props])` - -Creates a new pseudo selector. - -```js -parser.pseudo({value: '::before'}); -// => ::before -``` - -Arguments: - -* `props (object)`: The new node's properties. - -### `parser.root([props])` - -Creates a new root node. - -```js -parser.root(); -// => (empty) -``` - -Arguments: - -* `props (object)`: The new node's properties. - -### `parser.selector([props])` - -Creates a new selector node. - -```js -parser.selector(); -// => (empty) -``` - -Arguments: - -* `props (object)`: The new node's properties. - -### `parser.string([props])` - -Creates a new string node. - -```js -parser.string(); -// => (empty) -``` - -Arguments: - -* `props (object)`: The new node's properties. - -### `parser.tag([props])` - -Creates a new tag selector. - -```js -parser.tag({value: 'button'}); -// => button -``` - -Arguments: - -* `props (object)`: The new node's properties. - -### `parser.universal([props])` - -Creates a new universal selector. - -```js -parser.universal(); -// => * -``` - -Arguments: - -* `props (object)`: The new node's properties. - -## Node types - -### `node.type` - -A string representation of the selector type. It can be one of the following; -`attribute`, `class`, `combinator`, `comment`, `id`, `nesting`, `pseudo`, -`root`, `selector`, `string`, `tag`, or `universal`. Note that for convenience, -these constants are exposed on the main `parser` as uppercased keys. So for -example you can get `id` by querying `parser.ID`. - -```js -parser.attribute({attribute: 'href'}).type; -// => 'attribute' -``` - -### `node.parent` - -Returns the parent node. - -```js -root.nodes[0].parent === root; -``` - -### `node.toString()`, `String(node)`, or `'' + node` - -Returns a string representation of the node. - -```js -const id = parser.id({value: 'search'}); -console.log(String(id)); -// => #search -``` - -### `node.next()` & `node.prev()` - -Returns the next/previous child of the parent node. - -```js -const next = id.next(); -if (next && next.type !== 'combinator') { - throw new Error('Qualified IDs are not allowed!'); -} -``` - -### `node.replaceWith(node)` - -Replace a node with another. - -```js -const attr = selectors.first.first; -const className = parser.className({value: 'test'}); -attr.replaceWith(className); -``` - -Arguments: - -* `node`: The node to substitute the original with. - -### `node.remove()` - -Removes the node from its parent node. - -```js -if (node.type === 'id') { - node.remove(); -} -``` - -### `node.clone()` - -Returns a copy of a node, detached from any parent containers that the -original might have had. - -```js -const cloned = parser.id({value: 'search'}); -String(cloned); - -// => #search -``` - -### `node.isAtPosition(line, column)` - -Return a `boolean` indicating whether this node includes the character at the -position of the given line and column. Returns `undefined` if the nodes lack -sufficient source metadata to determine the position. - -Arguments: - -* `line`: 1-index based line number relative to the start of the selector. -* `column`: 1-index based column number relative to the start of the selector. - -### `node.spaces` - -Extra whitespaces around the node will be moved into `node.spaces.before` and -`node.spaces.after`. So for example, these spaces will be moved as they have -no semantic meaning: - -```css - h1 , h2 {} -``` - -For descendent selectors, the value is always a single space. - -```css -h1 h2 {} -``` - -Additional whitespace is found in either the `node.spaces.before` and `node.spaces.after` depending on the presence of comments or other whitespace characters. If the actual whitespace does not start or end with a single space, the node's raw value is set to the actual space(s) found in the source. - -### `node.source` - -An object describing the node's start/end, line/column source position. - -Within the following CSS, the `.bar` class node ... - -```css -.foo, - .bar {} -``` - -... will contain the following `source` object. - -```js -source: { - start: { - line: 2, - column: 3 - }, - end: { - line: 2, - column: 6 - } -} -``` - -### `node.sourceIndex` - -The zero-based index of the node within the original source string. - -Within the following CSS, the `.baz` class node will have a `sourceIndex` of `12`. - -```css -.foo, .bar, .baz {} -``` - -## Container types - -The `root`, `selector`, and `pseudo` nodes have some helper methods for working -with their children. - -### `container.nodes` - -An array of the container's children. - -```js -// Input: h1 h2 -selectors.at(0).nodes.length // => 3 -selectors.at(0).nodes[0].value // => 'h1' -selectors.at(0).nodes[1].value // => ' ' -``` - -### `container.first` & `container.last` - -The first/last child of the container. - -```js -selector.first === selector.nodes[0]; -selector.last === selector.nodes[selector.nodes.length - 1]; -``` - -### `container.at(index)` - -Returns the node at position `index`. - -```js -selector.at(0) === selector.first; -selector.at(0) === selector.nodes[0]; -``` - -Arguments: - -* `index`: The index of the node to return. - -### `container.atPosition(line, column)` - -Returns the node at the source position `line` and `column`. - -```js -// Input: :not(.foo),\n#foo > :matches(ol, ul) -selector.atPosition(1, 1); // => :not(.foo) -selector.atPosition(2, 1); // => \n#foo -``` - -Arguments: - -* `line`: The line number of the node to return. -* `column`: The column number of the node to return. - -### `container.index(node)` - -Return the index of the node within its container. - -```js -selector.index(selector.nodes[2]) // => 2 -``` - -Arguments: - -* `node`: A node within the current container. - -### `container.length` - -Proxy to the length of the container's nodes. - -```js -container.length === container.nodes.length -``` - -### `container` Array iterators - -The container class provides proxies to certain Array methods; these are: - -* `container.map === container.nodes.map` -* `container.reduce === container.nodes.reduce` -* `container.every === container.nodes.every` -* `container.some === container.nodes.some` -* `container.filter === container.nodes.filter` -* `container.sort === container.nodes.sort` - -Note that these methods only work on a container's immediate children; recursive -iteration is provided by `container.walk`. - -### `container.each(callback)` - -Iterate the container's immediate children, calling `callback` for each child. -You may return `false` within the callback to break the iteration. - -```js -let className; -selectors.each((selector, index) => { - if (selector.type === 'class') { - className = selector.value; - return false; - } -}); -``` - -Note that unlike `Array#forEach()`, this iterator is safe to use whilst adding -or removing nodes from the container. - -Arguments: - -* `callback (function)`: A function to call for each node, which receives `node` - and `index` arguments. - -### `container.walk(callback)` - -Like `container#each`, but will also iterate child nodes as long as they are -`container` types. - -```js -selectors.walk((selector, index) => { - // all nodes -}); -``` - -Arguments: - -* `callback (function)`: A function to call for each node, which receives `node` - and `index` arguments. - -This iterator is safe to use whilst mutating `container.nodes`, -like `container#each`. - -### `container.walk` proxies - -The container class provides proxy methods for iterating over types of nodes, -so that it is easier to write modules that target specific selectors. Those -methods are: - -* `container.walkAttributes` -* `container.walkClasses` -* `container.walkCombinators` -* `container.walkComments` -* `container.walkIds` -* `container.walkNesting` -* `container.walkPseudos` -* `container.walkTags` -* `container.walkUniversals` - -### `container.split(callback)` - -This method allows you to split a group of nodes by returning `true` from -a callback. It returns an array of arrays, where each inner array corresponds -to the groups that you created via the callback. - -```js -// (input) => h1 h2>>h3 -const list = selectors.first.split(selector => { - return selector.type === 'combinator'; -}); - -// (node values) => [['h1', ' '], ['h2', '>>'], ['h3']] -``` - -Arguments: - -* `callback (function)`: A function to call for each node, which receives `node` - as an argument. - -### `container.prepend(node)` & `container.append(node)` - -Add a node to the start/end of the container. Note that doing so will set -the parent property of the node to this container. - -```js -const id = parser.id({value: 'search'}); -selector.append(id); -``` - -Arguments: - -* `node`: The node to add. - -### `container.insertBefore(old, new)` & `container.insertAfter(old, new)` - -Add a node before or after an existing node in a container: - -```js -selectors.walk(selector => { - if (selector.type !== 'class') { - const className = parser.className({value: 'theme-name'}); - selector.parent.insertAfter(selector, className); - } -}); -``` - -Arguments: - -* `old`: The existing node in the container. -* `new`: The new node to add before/after the existing node. - -### `container.removeChild(node)` - -Remove the node from the container. Note that you can also use -`node.remove()` if you would like to remove just a single node. - -```js -selector.length // => 2 -selector.remove(id) -selector.length // => 1; -id.parent // undefined -``` - -Arguments: - -* `node`: The node to remove. - -### `container.removeAll()` or `container.empty()` - -Remove all children from the container. - -```js -selector.removeAll(); -selector.length // => 0 -``` - -## Root nodes - -A root node represents a comma separated list of selectors. Indeed, all -a root's `toString()` method does is join its selector children with a ','. -Other than this, it has no special functionality and acts like a container. - -### `root.trailingComma` - -This will be set to `true` if the input has a trailing comma, in order to -support parsing of legacy CSS hacks. - -## Selector nodes - -A selector node represents a single complex selector. For example, this -selector string `h1 h2 h3, [href] > p`, is represented as two selector nodes. -It has no special functionality of its own. - -## Pseudo nodes - -A pseudo selector extends a container node; if it has any parameters of its -own (such as `h1:not(h2, h3)`), they will be its children. Note that the pseudo -`value` will always contain the colons preceding the pseudo identifier. This -is so that both `:before` and `::before` are properly represented in the AST. - -## Attribute nodes - -### `attribute.quoted` - -Returns `true` if the attribute's value is wrapped in quotation marks, false if it is not. -Remains `undefined` if there is no attribute value. - -```css -[href=foo] /* false */ -[href='foo'] /* true */ -[href="foo"] /* true */ -[href] /* undefined */ -``` - -### `attribute.qualifiedAttribute` - -Returns the attribute name qualified with the namespace if one is given. - -### `attribute.offsetOf(part)` - - Returns the offset of the attribute part specified relative to the - start of the node of the output string. This is useful in raising - error messages about a specific part of the attribute, especially - in combination with `attribute.sourceIndex`. - - Returns `-1` if the name is invalid or the value doesn't exist in this - attribute. - - The legal values for `part` are: - - * `"ns"` - alias for "namespace" - * `"namespace"` - the namespace if it exists. - * `"attribute"` - the attribute name - * `"attributeNS"` - the start of the attribute or its namespace - * `"operator"` - the match operator of the attribute - * `"value"` - The value (string or identifier) - * `"insensitive"` - the case insensitivity flag - -### `attribute.raws.unquoted` - -Returns the unquoted content of the attribute's value. -Remains `undefined` if there is no attribute value. - -```css -[href=foo] /* foo */ -[href='foo'] /* foo */ -[href="foo"] /* foo */ -[href] /* undefined */ -``` - -### `attribute.spaces` - -Like `node.spaces` with the `before` and `after` values containing the spaces -around the element, the parts of the attribute can also have spaces before -and after them. The for each of `attribute`, `operator`, `value` and -`insensitive` there is corresponding property of the same nam in -`node.spaces` that has an optional `before` or `after` string containing only -whitespace. - -Note that corresponding values in `attributes.raws.spaces` contain values -including any comments. If set, these values will override the -`attribute.spaces` value. Take care to remove them if changing -`attribute.spaces`. - -### `attribute.raws` - -The raws object stores comments and other information necessary to re-render -the node exactly as it was in the source. - -If a comment is embedded within the identifiers for the `namespace`, `attribute` -or `value` then a property is placed in the raws for that value containing the full source of the propery including comments. - -If a comment is embedded within the space between parts of the attribute -then the raw for that space is set accordingly. - -Setting an attribute's property `raws` value to be deleted. - -For now, changing the spaces required also updating or removing any of the -raws values that override them. - -Example: `[ /*before*/ href /* after-attr */ = /* after-operator */ te/*inside-value*/st/* wow */ /*omg*/i/*bbq*/ /*whodoesthis*/]` would parse as: - -```js -{ - attribute: "href", - operator: "=", - value: "test", - spaces: { - before: '', - after: '', - attribute: { before: ' ', after: ' ' }, - operator: { after: ' ' }, - value: { after: ' ' }, - insensitive: { after: ' ' } - }, - raws: { - spaces: { - attribute: { before: ' /*before*/ ', after: ' /* after-attr */ ' }, - operator: { after: ' /* after-operator */ ' }, - value: { after: '/* wow */ /*omg*/' }, - insensitive: { after: '/*bbq*/ /*whodoesthis*/' } - }, - unquoted: 'test', - value: 'te/*inside-value*/st' - } -} -``` - -## `Processor` - -### `ProcessorOptions` - -* `lossless` - When `true`, whitespace is preserved. Defaults to `true`. -* `updateSelector` - When `true`, if any processor methods are passed a postcss - `Rule` node instead of a string, then that Rule's selector is updated - with the results of the processing. Defaults to `true`. - -### `process|processSync(selectors, [options])` - -Processes the `selectors`, returning a string from the result of processing. - -Note: when the `updateSelector` option is set, the rule's selector -will be updated with the resulting string. - -**Example:** - -```js -const parser = require("postcss-selector-parser"); -const processor = parser(); - -let result = processor.processSync(' .class'); -console.log(result); -// => .class - -// Asynchronous operation -let promise = processor.process(' .class').then(result => { - console.log(result) - // => .class -}); - -// To have the parser normalize whitespace values, utilize the options -result = processor.processSync(' .class ', {lossless: false}); -console.log(result); -// => .class - -// For better syntax errors, pass a PostCSS Rule node. -const postcss = require('postcss'); -rule = postcss.rule({selector: ' #foo > a, .class '}); -processor.process(rule, {lossless: false, updateSelector: true}).then(result => { - console.log(result); - // => #foo>a,.class - console.log("rule:", rule.selector); - // => rule: #foo>a,.class -}) -``` - -Arguments: - -* `selectors (string|postcss.Rule)`: Either a selector string or a PostCSS Rule - node. -* `[options] (object)`: Process options - - -### `ast|astSync(selectors, [options])` - -Like `process()` and `processSync()` but after -processing the `selectors` these methods return the `Root` node of the result -instead of a string. - -Note: when the `updateSelector` option is set, the rule's selector -will be updated with the resulting string. - -### `transform|transformSync(selectors, [options])` - -Like `process()` and `processSync()` but after -processing the `selectors` these methods return the value returned by the -processor callback. - -Note: when the `updateSelector` option is set, the rule's selector -will be updated with the resulting string. - -### Error Handling Within Selector Processors - -The root node passed to the selector processor callback -has a method `error(message, options)` that returns an -error object. This method should always be used to raise -errors relating to the syntax of selectors. The options -to this method are passed to postcss's error constructor -([documentation](http://api.postcss.org/Container.html#error)). - -#### Async Error Example - -```js -let processor = (root) => { - return new Promise((resolve, reject) => { - root.walkClasses((classNode) => { - if (/^(.*)[-_]/.test(classNode.value)) { - let msg = "classes may not have underscores or dashes in them"; - reject(root.error(msg, { - index: classNode.sourceIndex + RegExp.$1.length + 1, - word: classNode.value - })); - } - }); - resolve(); - }); -}; - -const postcss = require("postcss"); -const parser = require("postcss-selector-parser"); -const selectorProcessor = parser(processor); -const plugin = postcss.plugin('classValidator', (options) => { - return (root) => { - let promises = []; - root.walkRules(rule => { - promises.push(selectorProcessor.process(rule)); - }); - return Promise.all(promises); - }; -}); -postcss(plugin()).process(` -.foo-bar { - color: red; -} -`.trim(), {from: 'test.css'}).catch((e) => console.error(e.toString())); - -// CssSyntaxError: classValidator: ./test.css:1:5: classes may not have underscores or dashes in them -// -// > 1 | .foo-bar { -// | ^ -// 2 | color: red; -// 3 | } -``` - -#### Synchronous Error Example - -```js -let processor = (root) => { - root.walkClasses((classNode) => { - if (/.*[-_]/.test(classNode.value)) { - let msg = "classes may not have underscores or dashes in them"; - throw root.error(msg, { - index: classNode.sourceIndex, - word: classNode.value - }); - } - }); -}; - -const postcss = require("postcss"); -const parser = require("postcss-selector-parser"); -const selectorProcessor = parser(processor); -const plugin = postcss.plugin('classValidator', (options) => { - return (root) => { - root.walkRules(rule => { - selectorProcessor.processSync(rule); - }); - }; -}); -postcss(plugin()).process(` -.foo-bar { - color: red; -} -`.trim(), {from: 'test.css'}).catch((e) => console.error(e.toString())); - -// CssSyntaxError: classValidator: ./test.css:1:5: classes may not have underscores or dashes in them -// -// > 1 | .foo-bar { -// | ^ -// 2 | color: red; -// 3 | } -``` diff --git a/software/flow/node_modules/npm/node_modules/postcss-selector-parser/LICENSE-MIT b/software/flow/node_modules/npm/node_modules/postcss-selector-parser/LICENSE-MIT deleted file mode 100644 index fd0e863..0000000 --- a/software/flow/node_modules/npm/node_modules/postcss-selector-parser/LICENSE-MIT +++ /dev/null @@ -1,22 +0,0 @@ -Copyright (c) Ben Briggs <beneb.info@gmail.com> (http://beneb.info) - -Permission is hereby granted, free of charge, to any person -obtaining a copy of this software and associated documentation -files (the "Software"), to deal in the Software without -restriction, including without limitation the rights to use, -copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the -Software is furnished to do so, subject to the following -conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES -OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT -HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR -OTHER DEALINGS IN THE SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/index.js b/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/index.js deleted file mode 100644 index 6e76a32..0000000 --- a/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/index.js +++ /dev/null @@ -1,24 +0,0 @@ -"use strict"; - -exports.__esModule = true; -exports["default"] = void 0; - -var _processor = _interopRequireDefault(require("./processor")); - -var selectors = _interopRequireWildcard(require("./selectors")); - -function _getRequireWildcardCache() { if (typeof WeakMap !== "function") return null; var cache = new WeakMap(); _getRequireWildcardCache = function _getRequireWildcardCache() { return cache; }; return cache; } - -function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; } - -function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; } - -var parser = function parser(processor) { - return new _processor["default"](processor); -}; - -Object.assign(parser, selectors); -delete parser.__esModule; -var _default = parser; -exports["default"] = _default; -module.exports = exports.default; \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/parser.js b/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/parser.js deleted file mode 100644 index b97a0fa..0000000 --- a/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/parser.js +++ /dev/null @@ -1,1243 +0,0 @@ -"use strict"; - -exports.__esModule = true; -exports["default"] = void 0; - -var _root = _interopRequireDefault(require("./selectors/root")); - -var _selector = _interopRequireDefault(require("./selectors/selector")); - -var _className = _interopRequireDefault(require("./selectors/className")); - -var _comment = _interopRequireDefault(require("./selectors/comment")); - -var _id = _interopRequireDefault(require("./selectors/id")); - -var _tag = _interopRequireDefault(require("./selectors/tag")); - -var _string = _interopRequireDefault(require("./selectors/string")); - -var _pseudo = _interopRequireDefault(require("./selectors/pseudo")); - -var _attribute = _interopRequireWildcard(require("./selectors/attribute")); - -var _universal = _interopRequireDefault(require("./selectors/universal")); - -var _combinator = _interopRequireDefault(require("./selectors/combinator")); - -var _nesting = _interopRequireDefault(require("./selectors/nesting")); - -var _sortAscending = _interopRequireDefault(require("./sortAscending")); - -var _tokenize = _interopRequireWildcard(require("./tokenize")); - -var tokens = _interopRequireWildcard(require("./tokenTypes")); - -var types = _interopRequireWildcard(require("./selectors/types")); - -var _util = require("./util"); - -var _WHITESPACE_TOKENS, _Object$assign; - -function _getRequireWildcardCache() { if (typeof WeakMap !== "function") return null; var cache = new WeakMap(); _getRequireWildcardCache = function _getRequireWildcardCache() { return cache; }; return cache; } - -function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; } - -function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; } - -function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } - -function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; } - -var WHITESPACE_TOKENS = (_WHITESPACE_TOKENS = {}, _WHITESPACE_TOKENS[tokens.space] = true, _WHITESPACE_TOKENS[tokens.cr] = true, _WHITESPACE_TOKENS[tokens.feed] = true, _WHITESPACE_TOKENS[tokens.newline] = true, _WHITESPACE_TOKENS[tokens.tab] = true, _WHITESPACE_TOKENS); -var WHITESPACE_EQUIV_TOKENS = Object.assign({}, WHITESPACE_TOKENS, (_Object$assign = {}, _Object$assign[tokens.comment] = true, _Object$assign)); - -function tokenStart(token) { - return { - line: token[_tokenize.FIELDS.START_LINE], - column: token[_tokenize.FIELDS.START_COL] - }; -} - -function tokenEnd(token) { - return { - line: token[_tokenize.FIELDS.END_LINE], - column: token[_tokenize.FIELDS.END_COL] - }; -} - -function getSource(startLine, startColumn, endLine, endColumn) { - return { - start: { - line: startLine, - column: startColumn - }, - end: { - line: endLine, - column: endColumn - } - }; -} - -function getTokenSource(token) { - return getSource(token[_tokenize.FIELDS.START_LINE], token[_tokenize.FIELDS.START_COL], token[_tokenize.FIELDS.END_LINE], token[_tokenize.FIELDS.END_COL]); -} - -function getTokenSourceSpan(startToken, endToken) { - if (!startToken) { - return undefined; - } - - return getSource(startToken[_tokenize.FIELDS.START_LINE], startToken[_tokenize.FIELDS.START_COL], endToken[_tokenize.FIELDS.END_LINE], endToken[_tokenize.FIELDS.END_COL]); -} - -function unescapeProp(node, prop) { - var value = node[prop]; - - if (typeof value !== "string") { - return; - } - - if (value.indexOf("\\") !== -1) { - (0, _util.ensureObject)(node, 'raws'); - node[prop] = (0, _util.unesc)(value); - - if (node.raws[prop] === undefined) { - node.raws[prop] = value; - } - } - - return node; -} - -function indexesOf(array, item) { - var i = -1; - var indexes = []; - - while ((i = array.indexOf(item, i + 1)) !== -1) { - indexes.push(i); - } - - return indexes; -} - -function uniqs() { - var list = Array.prototype.concat.apply([], arguments); - return list.filter(function (item, i) { - return i === list.indexOf(item); - }); -} - -var Parser = /*#__PURE__*/function () { - function Parser(rule, options) { - if (options === void 0) { - options = {}; - } - - this.rule = rule; - this.options = Object.assign({ - lossy: false, - safe: false - }, options); - this.position = 0; - this.css = typeof this.rule === 'string' ? this.rule : this.rule.selector; - this.tokens = (0, _tokenize["default"])({ - css: this.css, - error: this._errorGenerator(), - safe: this.options.safe - }); - var rootSource = getTokenSourceSpan(this.tokens[0], this.tokens[this.tokens.length - 1]); - this.root = new _root["default"]({ - source: rootSource - }); - this.root.errorGenerator = this._errorGenerator(); - var selector = new _selector["default"]({ - source: { - start: { - line: 1, - column: 1 - } - } - }); - this.root.append(selector); - this.current = selector; - this.loop(); - } - - var _proto = Parser.prototype; - - _proto._errorGenerator = function _errorGenerator() { - var _this = this; - - return function (message, errorOptions) { - if (typeof _this.rule === 'string') { - return new Error(message); - } - - return _this.rule.error(message, errorOptions); - }; - }; - - _proto.attribute = function attribute() { - var attr = []; - var startingToken = this.currToken; - this.position++; - - while (this.position < this.tokens.length && this.currToken[_tokenize.FIELDS.TYPE] !== tokens.closeSquare) { - attr.push(this.currToken); - this.position++; - } - - if (this.currToken[_tokenize.FIELDS.TYPE] !== tokens.closeSquare) { - return this.expected('closing square bracket', this.currToken[_tokenize.FIELDS.START_POS]); - } - - var len = attr.length; - var node = { - source: getSource(startingToken[1], startingToken[2], this.currToken[3], this.currToken[4]), - sourceIndex: startingToken[_tokenize.FIELDS.START_POS] - }; - - if (len === 1 && !~[tokens.word].indexOf(attr[0][_tokenize.FIELDS.TYPE])) { - return this.expected('attribute', attr[0][_tokenize.FIELDS.START_POS]); - } - - var pos = 0; - var spaceBefore = ''; - var commentBefore = ''; - var lastAdded = null; - var spaceAfterMeaningfulToken = false; - - while (pos < len) { - var token = attr[pos]; - var content = this.content(token); - var next = attr[pos + 1]; - - switch (token[_tokenize.FIELDS.TYPE]) { - case tokens.space: - // if ( - // len === 1 || - // pos === 0 && this.content(next) === '|' - // ) { - // return this.expected('attribute', token[TOKEN.START_POS], content); - // } - spaceAfterMeaningfulToken = true; - - if (this.options.lossy) { - break; - } - - if (lastAdded) { - (0, _util.ensureObject)(node, 'spaces', lastAdded); - var prevContent = node.spaces[lastAdded].after || ''; - node.spaces[lastAdded].after = prevContent + content; - var existingComment = (0, _util.getProp)(node, 'raws', 'spaces', lastAdded, 'after') || null; - - if (existingComment) { - node.raws.spaces[lastAdded].after = existingComment + content; - } - } else { - spaceBefore = spaceBefore + content; - commentBefore = commentBefore + content; - } - - break; - - case tokens.asterisk: - if (next[_tokenize.FIELDS.TYPE] === tokens.equals) { - node.operator = content; - lastAdded = 'operator'; - } else if ((!node.namespace || lastAdded === "namespace" && !spaceAfterMeaningfulToken) && next) { - if (spaceBefore) { - (0, _util.ensureObject)(node, 'spaces', 'attribute'); - node.spaces.attribute.before = spaceBefore; - spaceBefore = ''; - } - - if (commentBefore) { - (0, _util.ensureObject)(node, 'raws', 'spaces', 'attribute'); - node.raws.spaces.attribute.before = spaceBefore; - commentBefore = ''; - } - - node.namespace = (node.namespace || "") + content; - var rawValue = (0, _util.getProp)(node, 'raws', 'namespace') || null; - - if (rawValue) { - node.raws.namespace += content; - } - - lastAdded = 'namespace'; - } - - spaceAfterMeaningfulToken = false; - break; - - case tokens.dollar: - if (lastAdded === "value") { - var oldRawValue = (0, _util.getProp)(node, 'raws', 'value'); - node.value += "$"; - - if (oldRawValue) { - node.raws.value = oldRawValue + "$"; - } - - break; - } - - // Falls through - - case tokens.caret: - if (next[_tokenize.FIELDS.TYPE] === tokens.equals) { - node.operator = content; - lastAdded = 'operator'; - } - - spaceAfterMeaningfulToken = false; - break; - - case tokens.combinator: - if (content === '~' && next[_tokenize.FIELDS.TYPE] === tokens.equals) { - node.operator = content; - lastAdded = 'operator'; - } - - if (content !== '|') { - spaceAfterMeaningfulToken = false; - break; - } - - if (next[_tokenize.FIELDS.TYPE] === tokens.equals) { - node.operator = content; - lastAdded = 'operator'; - } else if (!node.namespace && !node.attribute) { - node.namespace = true; - } - - spaceAfterMeaningfulToken = false; - break; - - case tokens.word: - if (next && this.content(next) === '|' && attr[pos + 2] && attr[pos + 2][_tokenize.FIELDS.TYPE] !== tokens.equals && // this look-ahead probably fails with comment nodes involved. - !node.operator && !node.namespace) { - node.namespace = content; - lastAdded = 'namespace'; - } else if (!node.attribute || lastAdded === "attribute" && !spaceAfterMeaningfulToken) { - if (spaceBefore) { - (0, _util.ensureObject)(node, 'spaces', 'attribute'); - node.spaces.attribute.before = spaceBefore; - spaceBefore = ''; - } - - if (commentBefore) { - (0, _util.ensureObject)(node, 'raws', 'spaces', 'attribute'); - node.raws.spaces.attribute.before = commentBefore; - commentBefore = ''; - } - - node.attribute = (node.attribute || "") + content; - - var _rawValue = (0, _util.getProp)(node, 'raws', 'attribute') || null; - - if (_rawValue) { - node.raws.attribute += content; - } - - lastAdded = 'attribute'; - } else if (!node.value && node.value !== "" || lastAdded === "value" && !(spaceAfterMeaningfulToken || node.quoteMark)) { - var _unescaped = (0, _util.unesc)(content); - - var _oldRawValue = (0, _util.getProp)(node, 'raws', 'value') || ''; - - var oldValue = node.value || ''; - node.value = oldValue + _unescaped; - node.quoteMark = null; - - if (_unescaped !== content || _oldRawValue) { - (0, _util.ensureObject)(node, 'raws'); - node.raws.value = (_oldRawValue || oldValue) + content; - } - - lastAdded = 'value'; - } else { - var insensitive = content === 'i' || content === "I"; - - if ((node.value || node.value === '') && (node.quoteMark || spaceAfterMeaningfulToken)) { - node.insensitive = insensitive; - - if (!insensitive || content === "I") { - (0, _util.ensureObject)(node, 'raws'); - node.raws.insensitiveFlag = content; - } - - lastAdded = 'insensitive'; - - if (spaceBefore) { - (0, _util.ensureObject)(node, 'spaces', 'insensitive'); - node.spaces.insensitive.before = spaceBefore; - spaceBefore = ''; - } - - if (commentBefore) { - (0, _util.ensureObject)(node, 'raws', 'spaces', 'insensitive'); - node.raws.spaces.insensitive.before = commentBefore; - commentBefore = ''; - } - } else if (node.value || node.value === '') { - lastAdded = 'value'; - node.value += content; - - if (node.raws.value) { - node.raws.value += content; - } - } - } - - spaceAfterMeaningfulToken = false; - break; - - case tokens.str: - if (!node.attribute || !node.operator) { - return this.error("Expected an attribute followed by an operator preceding the string.", { - index: token[_tokenize.FIELDS.START_POS] - }); - } - - var _unescapeValue = (0, _attribute.unescapeValue)(content), - unescaped = _unescapeValue.unescaped, - quoteMark = _unescapeValue.quoteMark; - - node.value = unescaped; - node.quoteMark = quoteMark; - lastAdded = 'value'; - (0, _util.ensureObject)(node, 'raws'); - node.raws.value = content; - spaceAfterMeaningfulToken = false; - break; - - case tokens.equals: - if (!node.attribute) { - return this.expected('attribute', token[_tokenize.FIELDS.START_POS], content); - } - - if (node.value) { - return this.error('Unexpected "=" found; an operator was already defined.', { - index: token[_tokenize.FIELDS.START_POS] - }); - } - - node.operator = node.operator ? node.operator + content : content; - lastAdded = 'operator'; - spaceAfterMeaningfulToken = false; - break; - - case tokens.comment: - if (lastAdded) { - if (spaceAfterMeaningfulToken || next && next[_tokenize.FIELDS.TYPE] === tokens.space || lastAdded === 'insensitive') { - var lastComment = (0, _util.getProp)(node, 'spaces', lastAdded, 'after') || ''; - var rawLastComment = (0, _util.getProp)(node, 'raws', 'spaces', lastAdded, 'after') || lastComment; - (0, _util.ensureObject)(node, 'raws', 'spaces', lastAdded); - node.raws.spaces[lastAdded].after = rawLastComment + content; - } else { - var lastValue = node[lastAdded] || ''; - var rawLastValue = (0, _util.getProp)(node, 'raws', lastAdded) || lastValue; - (0, _util.ensureObject)(node, 'raws'); - node.raws[lastAdded] = rawLastValue + content; - } - } else { - commentBefore = commentBefore + content; - } - - break; - - default: - return this.error("Unexpected \"" + content + "\" found.", { - index: token[_tokenize.FIELDS.START_POS] - }); - } - - pos++; - } - - unescapeProp(node, "attribute"); - unescapeProp(node, "namespace"); - this.newNode(new _attribute["default"](node)); - this.position++; - } - /** - * return a node containing meaningless garbage up to (but not including) the specified token position. - * if the token position is negative, all remaining tokens are consumed. - * - * This returns an array containing a single string node if all whitespace, - * otherwise an array of comment nodes with space before and after. - * - * These tokens are not added to the current selector, the caller can add them or use them to amend - * a previous node's space metadata. - * - * In lossy mode, this returns only comments. - */ - ; - - _proto.parseWhitespaceEquivalentTokens = function parseWhitespaceEquivalentTokens(stopPosition) { - if (stopPosition < 0) { - stopPosition = this.tokens.length; - } - - var startPosition = this.position; - var nodes = []; - var space = ""; - var lastComment = undefined; - - do { - if (WHITESPACE_TOKENS[this.currToken[_tokenize.FIELDS.TYPE]]) { - if (!this.options.lossy) { - space += this.content(); - } - } else if (this.currToken[_tokenize.FIELDS.TYPE] === tokens.comment) { - var spaces = {}; - - if (space) { - spaces.before = space; - space = ""; - } - - lastComment = new _comment["default"]({ - value: this.content(), - source: getTokenSource(this.currToken), - sourceIndex: this.currToken[_tokenize.FIELDS.START_POS], - spaces: spaces - }); - nodes.push(lastComment); - } - } while (++this.position < stopPosition); - - if (space) { - if (lastComment) { - lastComment.spaces.after = space; - } else if (!this.options.lossy) { - var firstToken = this.tokens[startPosition]; - var lastToken = this.tokens[this.position - 1]; - nodes.push(new _string["default"]({ - value: '', - source: getSource(firstToken[_tokenize.FIELDS.START_LINE], firstToken[_tokenize.FIELDS.START_COL], lastToken[_tokenize.FIELDS.END_LINE], lastToken[_tokenize.FIELDS.END_COL]), - sourceIndex: firstToken[_tokenize.FIELDS.START_POS], - spaces: { - before: space, - after: '' - } - })); - } - } - - return nodes; - } - /** - * - * @param {*} nodes - */ - ; - - _proto.convertWhitespaceNodesToSpace = function convertWhitespaceNodesToSpace(nodes, requiredSpace) { - var _this2 = this; - - if (requiredSpace === void 0) { - requiredSpace = false; - } - - var space = ""; - var rawSpace = ""; - nodes.forEach(function (n) { - var spaceBefore = _this2.lossySpace(n.spaces.before, requiredSpace); - - var rawSpaceBefore = _this2.lossySpace(n.rawSpaceBefore, requiredSpace); - - space += spaceBefore + _this2.lossySpace(n.spaces.after, requiredSpace && spaceBefore.length === 0); - rawSpace += spaceBefore + n.value + _this2.lossySpace(n.rawSpaceAfter, requiredSpace && rawSpaceBefore.length === 0); - }); - - if (rawSpace === space) { - rawSpace = undefined; - } - - var result = { - space: space, - rawSpace: rawSpace - }; - return result; - }; - - _proto.isNamedCombinator = function isNamedCombinator(position) { - if (position === void 0) { - position = this.position; - } - - return this.tokens[position + 0] && this.tokens[position + 0][_tokenize.FIELDS.TYPE] === tokens.slash && this.tokens[position + 1] && this.tokens[position + 1][_tokenize.FIELDS.TYPE] === tokens.word && this.tokens[position + 2] && this.tokens[position + 2][_tokenize.FIELDS.TYPE] === tokens.slash; - }; - - _proto.namedCombinator = function namedCombinator() { - if (this.isNamedCombinator()) { - var nameRaw = this.content(this.tokens[this.position + 1]); - var name = (0, _util.unesc)(nameRaw).toLowerCase(); - var raws = {}; - - if (name !== nameRaw) { - raws.value = "/" + nameRaw + "/"; - } - - var node = new _combinator["default"]({ - value: "/" + name + "/", - source: getSource(this.currToken[_tokenize.FIELDS.START_LINE], this.currToken[_tokenize.FIELDS.START_COL], this.tokens[this.position + 2][_tokenize.FIELDS.END_LINE], this.tokens[this.position + 2][_tokenize.FIELDS.END_COL]), - sourceIndex: this.currToken[_tokenize.FIELDS.START_POS], - raws: raws - }); - this.position = this.position + 3; - return node; - } else { - this.unexpected(); - } - }; - - _proto.combinator = function combinator() { - var _this3 = this; - - if (this.content() === '|') { - return this.namespace(); - } // We need to decide between a space that's a descendant combinator and meaningless whitespace at the end of a selector. - - - var nextSigTokenPos = this.locateNextMeaningfulToken(this.position); - - if (nextSigTokenPos < 0 || this.tokens[nextSigTokenPos][_tokenize.FIELDS.TYPE] === tokens.comma) { - var nodes = this.parseWhitespaceEquivalentTokens(nextSigTokenPos); - - if (nodes.length > 0) { - var last = this.current.last; - - if (last) { - var _this$convertWhitespa = this.convertWhitespaceNodesToSpace(nodes), - space = _this$convertWhitespa.space, - rawSpace = _this$convertWhitespa.rawSpace; - - if (rawSpace !== undefined) { - last.rawSpaceAfter += rawSpace; - } - - last.spaces.after += space; - } else { - nodes.forEach(function (n) { - return _this3.newNode(n); - }); - } - } - - return; - } - - var firstToken = this.currToken; - var spaceOrDescendantSelectorNodes = undefined; - - if (nextSigTokenPos > this.position) { - spaceOrDescendantSelectorNodes = this.parseWhitespaceEquivalentTokens(nextSigTokenPos); - } - - var node; - - if (this.isNamedCombinator()) { - node = this.namedCombinator(); - } else if (this.currToken[_tokenize.FIELDS.TYPE] === tokens.combinator) { - node = new _combinator["default"]({ - value: this.content(), - source: getTokenSource(this.currToken), - sourceIndex: this.currToken[_tokenize.FIELDS.START_POS] - }); - this.position++; - } else if (WHITESPACE_TOKENS[this.currToken[_tokenize.FIELDS.TYPE]]) {// pass - } else if (!spaceOrDescendantSelectorNodes) { - this.unexpected(); - } - - if (node) { - if (spaceOrDescendantSelectorNodes) { - var _this$convertWhitespa2 = this.convertWhitespaceNodesToSpace(spaceOrDescendantSelectorNodes), - _space = _this$convertWhitespa2.space, - _rawSpace = _this$convertWhitespa2.rawSpace; - - node.spaces.before = _space; - node.rawSpaceBefore = _rawSpace; - } - } else { - // descendant combinator - var _this$convertWhitespa3 = this.convertWhitespaceNodesToSpace(spaceOrDescendantSelectorNodes, true), - _space2 = _this$convertWhitespa3.space, - _rawSpace2 = _this$convertWhitespa3.rawSpace; - - if (!_rawSpace2) { - _rawSpace2 = _space2; - } - - var spaces = {}; - var raws = { - spaces: {} - }; - - if (_space2.endsWith(' ') && _rawSpace2.endsWith(' ')) { - spaces.before = _space2.slice(0, _space2.length - 1); - raws.spaces.before = _rawSpace2.slice(0, _rawSpace2.length - 1); - } else if (_space2.startsWith(' ') && _rawSpace2.startsWith(' ')) { - spaces.after = _space2.slice(1); - raws.spaces.after = _rawSpace2.slice(1); - } else { - raws.value = _rawSpace2; - } - - node = new _combinator["default"]({ - value: ' ', - source: getTokenSourceSpan(firstToken, this.tokens[this.position - 1]), - sourceIndex: firstToken[_tokenize.FIELDS.START_POS], - spaces: spaces, - raws: raws - }); - } - - if (this.currToken && this.currToken[_tokenize.FIELDS.TYPE] === tokens.space) { - node.spaces.after = this.optionalSpace(this.content()); - this.position++; - } - - return this.newNode(node); - }; - - _proto.comma = function comma() { - if (this.position === this.tokens.length - 1) { - this.root.trailingComma = true; - this.position++; - return; - } - - this.current._inferEndPosition(); - - var selector = new _selector["default"]({ - source: { - start: tokenStart(this.tokens[this.position + 1]) - } - }); - this.current.parent.append(selector); - this.current = selector; - this.position++; - }; - - _proto.comment = function comment() { - var current = this.currToken; - this.newNode(new _comment["default"]({ - value: this.content(), - source: getTokenSource(current), - sourceIndex: current[_tokenize.FIELDS.START_POS] - })); - this.position++; - }; - - _proto.error = function error(message, opts) { - throw this.root.error(message, opts); - }; - - _proto.missingBackslash = function missingBackslash() { - return this.error('Expected a backslash preceding the semicolon.', { - index: this.currToken[_tokenize.FIELDS.START_POS] - }); - }; - - _proto.missingParenthesis = function missingParenthesis() { - return this.expected('opening parenthesis', this.currToken[_tokenize.FIELDS.START_POS]); - }; - - _proto.missingSquareBracket = function missingSquareBracket() { - return this.expected('opening square bracket', this.currToken[_tokenize.FIELDS.START_POS]); - }; - - _proto.unexpected = function unexpected() { - return this.error("Unexpected '" + this.content() + "'. Escaping special characters with \\ may help.", this.currToken[_tokenize.FIELDS.START_POS]); - }; - - _proto.namespace = function namespace() { - var before = this.prevToken && this.content(this.prevToken) || true; - - if (this.nextToken[_tokenize.FIELDS.TYPE] === tokens.word) { - this.position++; - return this.word(before); - } else if (this.nextToken[_tokenize.FIELDS.TYPE] === tokens.asterisk) { - this.position++; - return this.universal(before); - } - }; - - _proto.nesting = function nesting() { - if (this.nextToken) { - var nextContent = this.content(this.nextToken); - - if (nextContent === "|") { - this.position++; - return; - } - } - - var current = this.currToken; - this.newNode(new _nesting["default"]({ - value: this.content(), - source: getTokenSource(current), - sourceIndex: current[_tokenize.FIELDS.START_POS] - })); - this.position++; - }; - - _proto.parentheses = function parentheses() { - var last = this.current.last; - var unbalanced = 1; - this.position++; - - if (last && last.type === types.PSEUDO) { - var selector = new _selector["default"]({ - source: { - start: tokenStart(this.tokens[this.position - 1]) - } - }); - var cache = this.current; - last.append(selector); - this.current = selector; - - while (this.position < this.tokens.length && unbalanced) { - if (this.currToken[_tokenize.FIELDS.TYPE] === tokens.openParenthesis) { - unbalanced++; - } - - if (this.currToken[_tokenize.FIELDS.TYPE] === tokens.closeParenthesis) { - unbalanced--; - } - - if (unbalanced) { - this.parse(); - } else { - this.current.source.end = tokenEnd(this.currToken); - this.current.parent.source.end = tokenEnd(this.currToken); - this.position++; - } - } - - this.current = cache; - } else { - // I think this case should be an error. It's used to implement a basic parse of media queries - // but I don't think it's a good idea. - var parenStart = this.currToken; - var parenValue = "("; - var parenEnd; - - while (this.position < this.tokens.length && unbalanced) { - if (this.currToken[_tokenize.FIELDS.TYPE] === tokens.openParenthesis) { - unbalanced++; - } - - if (this.currToken[_tokenize.FIELDS.TYPE] === tokens.closeParenthesis) { - unbalanced--; - } - - parenEnd = this.currToken; - parenValue += this.parseParenthesisToken(this.currToken); - this.position++; - } - - if (last) { - last.appendToPropertyAndEscape("value", parenValue, parenValue); - } else { - this.newNode(new _string["default"]({ - value: parenValue, - source: getSource(parenStart[_tokenize.FIELDS.START_LINE], parenStart[_tokenize.FIELDS.START_COL], parenEnd[_tokenize.FIELDS.END_LINE], parenEnd[_tokenize.FIELDS.END_COL]), - sourceIndex: parenStart[_tokenize.FIELDS.START_POS] - })); - } - } - - if (unbalanced) { - return this.expected('closing parenthesis', this.currToken[_tokenize.FIELDS.START_POS]); - } - }; - - _proto.pseudo = function pseudo() { - var _this4 = this; - - var pseudoStr = ''; - var startingToken = this.currToken; - - while (this.currToken && this.currToken[_tokenize.FIELDS.TYPE] === tokens.colon) { - pseudoStr += this.content(); - this.position++; - } - - if (!this.currToken) { - return this.expected(['pseudo-class', 'pseudo-element'], this.position - 1); - } - - if (this.currToken[_tokenize.FIELDS.TYPE] === tokens.word) { - this.splitWord(false, function (first, length) { - pseudoStr += first; - - _this4.newNode(new _pseudo["default"]({ - value: pseudoStr, - source: getTokenSourceSpan(startingToken, _this4.currToken), - sourceIndex: startingToken[_tokenize.FIELDS.START_POS] - })); - - if (length > 1 && _this4.nextToken && _this4.nextToken[_tokenize.FIELDS.TYPE] === tokens.openParenthesis) { - _this4.error('Misplaced parenthesis.', { - index: _this4.nextToken[_tokenize.FIELDS.START_POS] - }); - } - }); - } else { - return this.expected(['pseudo-class', 'pseudo-element'], this.currToken[_tokenize.FIELDS.START_POS]); - } - }; - - _proto.space = function space() { - var content = this.content(); // Handle space before and after the selector - - if (this.position === 0 || this.prevToken[_tokenize.FIELDS.TYPE] === tokens.comma || this.prevToken[_tokenize.FIELDS.TYPE] === tokens.openParenthesis || this.current.nodes.every(function (node) { - return node.type === 'comment'; - })) { - this.spaces = this.optionalSpace(content); - this.position++; - } else if (this.position === this.tokens.length - 1 || this.nextToken[_tokenize.FIELDS.TYPE] === tokens.comma || this.nextToken[_tokenize.FIELDS.TYPE] === tokens.closeParenthesis) { - this.current.last.spaces.after = this.optionalSpace(content); - this.position++; - } else { - this.combinator(); - } - }; - - _proto.string = function string() { - var current = this.currToken; - this.newNode(new _string["default"]({ - value: this.content(), - source: getTokenSource(current), - sourceIndex: current[_tokenize.FIELDS.START_POS] - })); - this.position++; - }; - - _proto.universal = function universal(namespace) { - var nextToken = this.nextToken; - - if (nextToken && this.content(nextToken) === '|') { - this.position++; - return this.namespace(); - } - - var current = this.currToken; - this.newNode(new _universal["default"]({ - value: this.content(), - source: getTokenSource(current), - sourceIndex: current[_tokenize.FIELDS.START_POS] - }), namespace); - this.position++; - }; - - _proto.splitWord = function splitWord(namespace, firstCallback) { - var _this5 = this; - - var nextToken = this.nextToken; - var word = this.content(); - - while (nextToken && ~[tokens.dollar, tokens.caret, tokens.equals, tokens.word].indexOf(nextToken[_tokenize.FIELDS.TYPE])) { - this.position++; - var current = this.content(); - word += current; - - if (current.lastIndexOf('\\') === current.length - 1) { - var next = this.nextToken; - - if (next && next[_tokenize.FIELDS.TYPE] === tokens.space) { - word += this.requiredSpace(this.content(next)); - this.position++; - } - } - - nextToken = this.nextToken; - } - - var hasClass = indexesOf(word, '.').filter(function (i) { - // Allow escaped dot within class name - var escapedDot = word[i - 1] === '\\'; // Allow decimal numbers percent in @keyframes - - var isKeyframesPercent = /^\d+\.\d+%$/.test(word); - return !escapedDot && !isKeyframesPercent; - }); - var hasId = indexesOf(word, '#').filter(function (i) { - return word[i - 1] !== '\\'; - }); // Eliminate Sass interpolations from the list of id indexes - - var interpolations = indexesOf(word, '#{'); - - if (interpolations.length) { - hasId = hasId.filter(function (hashIndex) { - return !~interpolations.indexOf(hashIndex); - }); - } - - var indices = (0, _sortAscending["default"])(uniqs([0].concat(hasClass, hasId))); - indices.forEach(function (ind, i) { - var index = indices[i + 1] || word.length; - var value = word.slice(ind, index); - - if (i === 0 && firstCallback) { - return firstCallback.call(_this5, value, indices.length); - } - - var node; - var current = _this5.currToken; - var sourceIndex = current[_tokenize.FIELDS.START_POS] + indices[i]; - var source = getSource(current[1], current[2] + ind, current[3], current[2] + (index - 1)); - - if (~hasClass.indexOf(ind)) { - var classNameOpts = { - value: value.slice(1), - source: source, - sourceIndex: sourceIndex - }; - node = new _className["default"](unescapeProp(classNameOpts, "value")); - } else if (~hasId.indexOf(ind)) { - var idOpts = { - value: value.slice(1), - source: source, - sourceIndex: sourceIndex - }; - node = new _id["default"](unescapeProp(idOpts, "value")); - } else { - var tagOpts = { - value: value, - source: source, - sourceIndex: sourceIndex - }; - unescapeProp(tagOpts, "value"); - node = new _tag["default"](tagOpts); - } - - _this5.newNode(node, namespace); // Ensure that the namespace is used only once - - - namespace = null; - }); - this.position++; - }; - - _proto.word = function word(namespace) { - var nextToken = this.nextToken; - - if (nextToken && this.content(nextToken) === '|') { - this.position++; - return this.namespace(); - } - - return this.splitWord(namespace); - }; - - _proto.loop = function loop() { - while (this.position < this.tokens.length) { - this.parse(true); - } - - this.current._inferEndPosition(); - - return this.root; - }; - - _proto.parse = function parse(throwOnParenthesis) { - switch (this.currToken[_tokenize.FIELDS.TYPE]) { - case tokens.space: - this.space(); - break; - - case tokens.comment: - this.comment(); - break; - - case tokens.openParenthesis: - this.parentheses(); - break; - - case tokens.closeParenthesis: - if (throwOnParenthesis) { - this.missingParenthesis(); - } - - break; - - case tokens.openSquare: - this.attribute(); - break; - - case tokens.dollar: - case tokens.caret: - case tokens.equals: - case tokens.word: - this.word(); - break; - - case tokens.colon: - this.pseudo(); - break; - - case tokens.comma: - this.comma(); - break; - - case tokens.asterisk: - this.universal(); - break; - - case tokens.ampersand: - this.nesting(); - break; - - case tokens.slash: - case tokens.combinator: - this.combinator(); - break; - - case tokens.str: - this.string(); - break; - // These cases throw; no break needed. - - case tokens.closeSquare: - this.missingSquareBracket(); - - case tokens.semicolon: - this.missingBackslash(); - - default: - this.unexpected(); - } - } - /** - * Helpers - */ - ; - - _proto.expected = function expected(description, index, found) { - if (Array.isArray(description)) { - var last = description.pop(); - description = description.join(', ') + " or " + last; - } - - var an = /^[aeiou]/.test(description[0]) ? 'an' : 'a'; - - if (!found) { - return this.error("Expected " + an + " " + description + ".", { - index: index - }); - } - - return this.error("Expected " + an + " " + description + ", found \"" + found + "\" instead.", { - index: index - }); - }; - - _proto.requiredSpace = function requiredSpace(space) { - return this.options.lossy ? ' ' : space; - }; - - _proto.optionalSpace = function optionalSpace(space) { - return this.options.lossy ? '' : space; - }; - - _proto.lossySpace = function lossySpace(space, required) { - if (this.options.lossy) { - return required ? ' ' : ''; - } else { - return space; - } - }; - - _proto.parseParenthesisToken = function parseParenthesisToken(token) { - var content = this.content(token); - - if (token[_tokenize.FIELDS.TYPE] === tokens.space) { - return this.requiredSpace(content); - } else { - return content; - } - }; - - _proto.newNode = function newNode(node, namespace) { - if (namespace) { - if (/^ +$/.test(namespace)) { - if (!this.options.lossy) { - this.spaces = (this.spaces || '') + namespace; - } - - namespace = true; - } - - node.namespace = namespace; - unescapeProp(node, "namespace"); - } - - if (this.spaces) { - node.spaces.before = this.spaces; - this.spaces = ''; - } - - return this.current.append(node); - }; - - _proto.content = function content(token) { - if (token === void 0) { - token = this.currToken; - } - - return this.css.slice(token[_tokenize.FIELDS.START_POS], token[_tokenize.FIELDS.END_POS]); - }; - - /** - * returns the index of the next non-whitespace, non-comment token. - * returns -1 if no meaningful token is found. - */ - _proto.locateNextMeaningfulToken = function locateNextMeaningfulToken(startPosition) { - if (startPosition === void 0) { - startPosition = this.position + 1; - } - - var searchPosition = startPosition; - - while (searchPosition < this.tokens.length) { - if (WHITESPACE_EQUIV_TOKENS[this.tokens[searchPosition][_tokenize.FIELDS.TYPE]]) { - searchPosition++; - continue; - } else { - return searchPosition; - } - } - - return -1; - }; - - _createClass(Parser, [{ - key: "currToken", - get: function get() { - return this.tokens[this.position]; - } - }, { - key: "nextToken", - get: function get() { - return this.tokens[this.position + 1]; - } - }, { - key: "prevToken", - get: function get() { - return this.tokens[this.position - 1]; - } - }]); - - return Parser; -}(); - -exports["default"] = Parser; -module.exports = exports.default; \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/processor.js b/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/processor.js deleted file mode 100644 index a00170c..0000000 --- a/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/processor.js +++ /dev/null @@ -1,206 +0,0 @@ -"use strict"; - -exports.__esModule = true; -exports["default"] = void 0; - -var _parser = _interopRequireDefault(require("./parser")); - -function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; } - -var Processor = /*#__PURE__*/function () { - function Processor(func, options) { - this.func = func || function noop() {}; - - this.funcRes = null; - this.options = options; - } - - var _proto = Processor.prototype; - - _proto._shouldUpdateSelector = function _shouldUpdateSelector(rule, options) { - if (options === void 0) { - options = {}; - } - - var merged = Object.assign({}, this.options, options); - - if (merged.updateSelector === false) { - return false; - } else { - return typeof rule !== "string"; - } - }; - - _proto._isLossy = function _isLossy(options) { - if (options === void 0) { - options = {}; - } - - var merged = Object.assign({}, this.options, options); - - if (merged.lossless === false) { - return true; - } else { - return false; - } - }; - - _proto._root = function _root(rule, options) { - if (options === void 0) { - options = {}; - } - - var parser = new _parser["default"](rule, this._parseOptions(options)); - return parser.root; - }; - - _proto._parseOptions = function _parseOptions(options) { - return { - lossy: this._isLossy(options) - }; - }; - - _proto._run = function _run(rule, options) { - var _this = this; - - if (options === void 0) { - options = {}; - } - - return new Promise(function (resolve, reject) { - try { - var root = _this._root(rule, options); - - Promise.resolve(_this.func(root)).then(function (transform) { - var string = undefined; - - if (_this._shouldUpdateSelector(rule, options)) { - string = root.toString(); - rule.selector = string; - } - - return { - transform: transform, - root: root, - string: string - }; - }).then(resolve, reject); - } catch (e) { - reject(e); - return; - } - }); - }; - - _proto._runSync = function _runSync(rule, options) { - if (options === void 0) { - options = {}; - } - - var root = this._root(rule, options); - - var transform = this.func(root); - - if (transform && typeof transform.then === "function") { - throw new Error("Selector processor returned a promise to a synchronous call."); - } - - var string = undefined; - - if (options.updateSelector && typeof rule !== "string") { - string = root.toString(); - rule.selector = string; - } - - return { - transform: transform, - root: root, - string: string - }; - } - /** - * Process rule into a selector AST. - * - * @param rule {postcss.Rule | string} The css selector to be processed - * @param options The options for processing - * @returns {Promise<parser.Root>} The AST of the selector after processing it. - */ - ; - - _proto.ast = function ast(rule, options) { - return this._run(rule, options).then(function (result) { - return result.root; - }); - } - /** - * Process rule into a selector AST synchronously. - * - * @param rule {postcss.Rule | string} The css selector to be processed - * @param options The options for processing - * @returns {parser.Root} The AST of the selector after processing it. - */ - ; - - _proto.astSync = function astSync(rule, options) { - return this._runSync(rule, options).root; - } - /** - * Process a selector into a transformed value asynchronously - * - * @param rule {postcss.Rule | string} The css selector to be processed - * @param options The options for processing - * @returns {Promise<any>} The value returned by the processor. - */ - ; - - _proto.transform = function transform(rule, options) { - return this._run(rule, options).then(function (result) { - return result.transform; - }); - } - /** - * Process a selector into a transformed value synchronously. - * - * @param rule {postcss.Rule | string} The css selector to be processed - * @param options The options for processing - * @returns {any} The value returned by the processor. - */ - ; - - _proto.transformSync = function transformSync(rule, options) { - return this._runSync(rule, options).transform; - } - /** - * Process a selector into a new selector string asynchronously. - * - * @param rule {postcss.Rule | string} The css selector to be processed - * @param options The options for processing - * @returns {string} the selector after processing. - */ - ; - - _proto.process = function process(rule, options) { - return this._run(rule, options).then(function (result) { - return result.string || result.root.toString(); - }); - } - /** - * Process a selector into a new selector string synchronously. - * - * @param rule {postcss.Rule | string} The css selector to be processed - * @param options The options for processing - * @returns {string} the selector after processing. - */ - ; - - _proto.processSync = function processSync(rule, options) { - var result = this._runSync(rule, options); - - return result.string || result.root.toString(); - }; - - return Processor; -}(); - -exports["default"] = Processor; -module.exports = exports.default; \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/attribute.js b/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/attribute.js deleted file mode 100644 index 9edc30b..0000000 --- a/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/attribute.js +++ /dev/null @@ -1,540 +0,0 @@ -"use strict"; - -exports.__esModule = true; -exports.unescapeValue = unescapeValue; -exports["default"] = void 0; - -var _cssesc = _interopRequireDefault(require("cssesc")); - -var _unesc = _interopRequireDefault(require("../util/unesc")); - -var _namespace = _interopRequireDefault(require("./namespace")); - -var _types = require("./types"); - -var _CSSESC_QUOTE_OPTIONS; - -function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; } - -function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } - -function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; } - -function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; _setPrototypeOf(subClass, superClass); } - -function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); } - -var deprecate = require("util-deprecate"); - -var WRAPPED_IN_QUOTES = /^('|")([^]*)\1$/; -var warnOfDeprecatedValueAssignment = deprecate(function () {}, "Assigning an attribute a value containing characters that might need to be escaped is deprecated. " + "Call attribute.setValue() instead."); -var warnOfDeprecatedQuotedAssignment = deprecate(function () {}, "Assigning attr.quoted is deprecated and has no effect. Assign to attr.quoteMark instead."); -var warnOfDeprecatedConstructor = deprecate(function () {}, "Constructing an Attribute selector with a value without specifying quoteMark is deprecated. Note: The value should be unescaped now."); - -function unescapeValue(value) { - var deprecatedUsage = false; - var quoteMark = null; - var unescaped = value; - var m = unescaped.match(WRAPPED_IN_QUOTES); - - if (m) { - quoteMark = m[1]; - unescaped = m[2]; - } - - unescaped = (0, _unesc["default"])(unescaped); - - if (unescaped !== value) { - deprecatedUsage = true; - } - - return { - deprecatedUsage: deprecatedUsage, - unescaped: unescaped, - quoteMark: quoteMark - }; -} - -function handleDeprecatedContructorOpts(opts) { - if (opts.quoteMark !== undefined) { - return opts; - } - - if (opts.value === undefined) { - return opts; - } - - warnOfDeprecatedConstructor(); - - var _unescapeValue = unescapeValue(opts.value), - quoteMark = _unescapeValue.quoteMark, - unescaped = _unescapeValue.unescaped; - - if (!opts.raws) { - opts.raws = {}; - } - - if (opts.raws.value === undefined) { - opts.raws.value = opts.value; - } - - opts.value = unescaped; - opts.quoteMark = quoteMark; - return opts; -} - -var Attribute = /*#__PURE__*/function (_Namespace) { - _inheritsLoose(Attribute, _Namespace); - - function Attribute(opts) { - var _this; - - if (opts === void 0) { - opts = {}; - } - - _this = _Namespace.call(this, handleDeprecatedContructorOpts(opts)) || this; - _this.type = _types.ATTRIBUTE; - _this.raws = _this.raws || {}; - Object.defineProperty(_this.raws, 'unquoted', { - get: deprecate(function () { - return _this.value; - }, "attr.raws.unquoted is deprecated. Call attr.value instead."), - set: deprecate(function () { - return _this.value; - }, "Setting attr.raws.unquoted is deprecated and has no effect. attr.value is unescaped by default now.") - }); - _this._constructed = true; - return _this; - } - /** - * Returns the Attribute's value quoted such that it would be legal to use - * in the value of a css file. The original value's quotation setting - * used for stringification is left unchanged. See `setValue(value, options)` - * if you want to control the quote settings of a new value for the attribute. - * - * You can also change the quotation used for the current value by setting quoteMark. - * - * Options: - * * quoteMark {'"' | "'" | null} - Use this value to quote the value. If this - * option is not set, the original value for quoteMark will be used. If - * indeterminate, a double quote is used. The legal values are: - * * `null` - the value will be unquoted and characters will be escaped as necessary. - * * `'` - the value will be quoted with a single quote and single quotes are escaped. - * * `"` - the value will be quoted with a double quote and double quotes are escaped. - * * preferCurrentQuoteMark {boolean} - if true, prefer the source quote mark - * over the quoteMark option value. - * * smart {boolean} - if true, will select a quote mark based on the value - * and the other options specified here. See the `smartQuoteMark()` - * method. - **/ - - - var _proto = Attribute.prototype; - - _proto.getQuotedValue = function getQuotedValue(options) { - if (options === void 0) { - options = {}; - } - - var quoteMark = this._determineQuoteMark(options); - - var cssescopts = CSSESC_QUOTE_OPTIONS[quoteMark]; - var escaped = (0, _cssesc["default"])(this._value, cssescopts); - return escaped; - }; - - _proto._determineQuoteMark = function _determineQuoteMark(options) { - return options.smart ? this.smartQuoteMark(options) : this.preferredQuoteMark(options); - } - /** - * Set the unescaped value with the specified quotation options. The value - * provided must not include any wrapping quote marks -- those quotes will - * be interpreted as part of the value and escaped accordingly. - */ - ; - - _proto.setValue = function setValue(value, options) { - if (options === void 0) { - options = {}; - } - - this._value = value; - this._quoteMark = this._determineQuoteMark(options); - - this._syncRawValue(); - } - /** - * Intelligently select a quoteMark value based on the value's contents. If - * the value is a legal CSS ident, it will not be quoted. Otherwise a quote - * mark will be picked that minimizes the number of escapes. - * - * If there's no clear winner, the quote mark from these options is used, - * then the source quote mark (this is inverted if `preferCurrentQuoteMark` is - * true). If the quoteMark is unspecified, a double quote is used. - * - * @param options This takes the quoteMark and preferCurrentQuoteMark options - * from the quoteValue method. - */ - ; - - _proto.smartQuoteMark = function smartQuoteMark(options) { - var v = this.value; - var numSingleQuotes = v.replace(/[^']/g, '').length; - var numDoubleQuotes = v.replace(/[^"]/g, '').length; - - if (numSingleQuotes + numDoubleQuotes === 0) { - var escaped = (0, _cssesc["default"])(v, { - isIdentifier: true - }); - - if (escaped === v) { - return Attribute.NO_QUOTE; - } else { - var pref = this.preferredQuoteMark(options); - - if (pref === Attribute.NO_QUOTE) { - // pick a quote mark that isn't none and see if it's smaller - var quote = this.quoteMark || options.quoteMark || Attribute.DOUBLE_QUOTE; - var opts = CSSESC_QUOTE_OPTIONS[quote]; - var quoteValue = (0, _cssesc["default"])(v, opts); - - if (quoteValue.length < escaped.length) { - return quote; - } - } - - return pref; - } - } else if (numDoubleQuotes === numSingleQuotes) { - return this.preferredQuoteMark(options); - } else if (numDoubleQuotes < numSingleQuotes) { - return Attribute.DOUBLE_QUOTE; - } else { - return Attribute.SINGLE_QUOTE; - } - } - /** - * Selects the preferred quote mark based on the options and the current quote mark value. - * If you want the quote mark to depend on the attribute value, call `smartQuoteMark(opts)` - * instead. - */ - ; - - _proto.preferredQuoteMark = function preferredQuoteMark(options) { - var quoteMark = options.preferCurrentQuoteMark ? this.quoteMark : options.quoteMark; - - if (quoteMark === undefined) { - quoteMark = options.preferCurrentQuoteMark ? options.quoteMark : this.quoteMark; - } - - if (quoteMark === undefined) { - quoteMark = Attribute.DOUBLE_QUOTE; - } - - return quoteMark; - }; - - _proto._syncRawValue = function _syncRawValue() { - var rawValue = (0, _cssesc["default"])(this._value, CSSESC_QUOTE_OPTIONS[this.quoteMark]); - - if (rawValue === this._value) { - if (this.raws) { - delete this.raws.value; - } - } else { - this.raws.value = rawValue; - } - }; - - _proto._handleEscapes = function _handleEscapes(prop, value) { - if (this._constructed) { - var escaped = (0, _cssesc["default"])(value, { - isIdentifier: true - }); - - if (escaped !== value) { - this.raws[prop] = escaped; - } else { - delete this.raws[prop]; - } - } - }; - - _proto._spacesFor = function _spacesFor(name) { - var attrSpaces = { - before: '', - after: '' - }; - var spaces = this.spaces[name] || {}; - var rawSpaces = this.raws.spaces && this.raws.spaces[name] || {}; - return Object.assign(attrSpaces, spaces, rawSpaces); - }; - - _proto._stringFor = function _stringFor(name, spaceName, concat) { - if (spaceName === void 0) { - spaceName = name; - } - - if (concat === void 0) { - concat = defaultAttrConcat; - } - - var attrSpaces = this._spacesFor(spaceName); - - return concat(this.stringifyProperty(name), attrSpaces); - } - /** - * returns the offset of the attribute part specified relative to the - * start of the node of the output string. - * - * * "ns" - alias for "namespace" - * * "namespace" - the namespace if it exists. - * * "attribute" - the attribute name - * * "attributeNS" - the start of the attribute or its namespace - * * "operator" - the match operator of the attribute - * * "value" - The value (string or identifier) - * * "insensitive" - the case insensitivity flag; - * @param part One of the possible values inside an attribute. - * @returns -1 if the name is invalid or the value doesn't exist in this attribute. - */ - ; - - _proto.offsetOf = function offsetOf(name) { - var count = 1; - - var attributeSpaces = this._spacesFor("attribute"); - - count += attributeSpaces.before.length; - - if (name === "namespace" || name === "ns") { - return this.namespace ? count : -1; - } - - if (name === "attributeNS") { - return count; - } - - count += this.namespaceString.length; - - if (this.namespace) { - count += 1; - } - - if (name === "attribute") { - return count; - } - - count += this.stringifyProperty("attribute").length; - count += attributeSpaces.after.length; - - var operatorSpaces = this._spacesFor("operator"); - - count += operatorSpaces.before.length; - var operator = this.stringifyProperty("operator"); - - if (name === "operator") { - return operator ? count : -1; - } - - count += operator.length; - count += operatorSpaces.after.length; - - var valueSpaces = this._spacesFor("value"); - - count += valueSpaces.before.length; - var value = this.stringifyProperty("value"); - - if (name === "value") { - return value ? count : -1; - } - - count += value.length; - count += valueSpaces.after.length; - - var insensitiveSpaces = this._spacesFor("insensitive"); - - count += insensitiveSpaces.before.length; - - if (name === "insensitive") { - return this.insensitive ? count : -1; - } - - return -1; - }; - - _proto.toString = function toString() { - var _this2 = this; - - var selector = [this.rawSpaceBefore, '[']; - selector.push(this._stringFor('qualifiedAttribute', 'attribute')); - - if (this.operator && (this.value || this.value === '')) { - selector.push(this._stringFor('operator')); - selector.push(this._stringFor('value')); - selector.push(this._stringFor('insensitiveFlag', 'insensitive', function (attrValue, attrSpaces) { - if (attrValue.length > 0 && !_this2.quoted && attrSpaces.before.length === 0 && !(_this2.spaces.value && _this2.spaces.value.after)) { - attrSpaces.before = " "; - } - - return defaultAttrConcat(attrValue, attrSpaces); - })); - } - - selector.push(']'); - selector.push(this.rawSpaceAfter); - return selector.join(''); - }; - - _createClass(Attribute, [{ - key: "quoted", - get: function get() { - var qm = this.quoteMark; - return qm === "'" || qm === '"'; - }, - set: function set(value) { - warnOfDeprecatedQuotedAssignment(); - } - /** - * returns a single (`'`) or double (`"`) quote character if the value is quoted. - * returns `null` if the value is not quoted. - * returns `undefined` if the quotation state is unknown (this can happen when - * the attribute is constructed without specifying a quote mark.) - */ - - }, { - key: "quoteMark", - get: function get() { - return this._quoteMark; - } - /** - * Set the quote mark to be used by this attribute's value. - * If the quote mark changes, the raw (escaped) value at `attr.raws.value` of the attribute - * value is updated accordingly. - * - * @param {"'" | '"' | null} quoteMark The quote mark or `null` if the value should be unquoted. - */ - , - set: function set(quoteMark) { - if (!this._constructed) { - this._quoteMark = quoteMark; - return; - } - - if (this._quoteMark !== quoteMark) { - this._quoteMark = quoteMark; - - this._syncRawValue(); - } - } - }, { - key: "qualifiedAttribute", - get: function get() { - return this.qualifiedName(this.raws.attribute || this.attribute); - } - }, { - key: "insensitiveFlag", - get: function get() { - return this.insensitive ? 'i' : ''; - } - }, { - key: "value", - get: function get() { - return this._value; - }, - set: - /** - * Before 3.0, the value had to be set to an escaped value including any wrapped - * quote marks. In 3.0, the semantics of `Attribute.value` changed so that the value - * is unescaped during parsing and any quote marks are removed. - * - * Because the ambiguity of this semantic change, if you set `attr.value = newValue`, - * a deprecation warning is raised when the new value contains any characters that would - * require escaping (including if it contains wrapped quotes). - * - * Instead, you should call `attr.setValue(newValue, opts)` and pass options that describe - * how the new value is quoted. - */ - function set(v) { - if (this._constructed) { - var _unescapeValue2 = unescapeValue(v), - deprecatedUsage = _unescapeValue2.deprecatedUsage, - unescaped = _unescapeValue2.unescaped, - quoteMark = _unescapeValue2.quoteMark; - - if (deprecatedUsage) { - warnOfDeprecatedValueAssignment(); - } - - if (unescaped === this._value && quoteMark === this._quoteMark) { - return; - } - - this._value = unescaped; - this._quoteMark = quoteMark; - - this._syncRawValue(); - } else { - this._value = v; - } - } - }, { - key: "insensitive", - get: function get() { - return this._insensitive; - } - /** - * Set the case insensitive flag. - * If the case insensitive flag changes, the raw (escaped) value at `attr.raws.insensitiveFlag` - * of the attribute is updated accordingly. - * - * @param {true | false} insensitive true if the attribute should match case-insensitively. - */ - , - set: function set(insensitive) { - if (!insensitive) { - this._insensitive = false; // "i" and "I" can be used in "this.raws.insensitiveFlag" to store the original notation. - // When setting `attr.insensitive = false` both should be erased to ensure correct serialization. - - if (this.raws && (this.raws.insensitiveFlag === 'I' || this.raws.insensitiveFlag === 'i')) { - this.raws.insensitiveFlag = undefined; - } - } - - this._insensitive = insensitive; - } - }, { - key: "attribute", - get: function get() { - return this._attribute; - }, - set: function set(name) { - this._handleEscapes("attribute", name); - - this._attribute = name; - } - }]); - - return Attribute; -}(_namespace["default"]); - -exports["default"] = Attribute; -Attribute.NO_QUOTE = null; -Attribute.SINGLE_QUOTE = "'"; -Attribute.DOUBLE_QUOTE = '"'; -var CSSESC_QUOTE_OPTIONS = (_CSSESC_QUOTE_OPTIONS = { - "'": { - quotes: 'single', - wrap: true - }, - '"': { - quotes: 'double', - wrap: true - } -}, _CSSESC_QUOTE_OPTIONS[null] = { - isIdentifier: true -}, _CSSESC_QUOTE_OPTIONS); - -function defaultAttrConcat(attrValue, attrSpaces) { - return "" + attrSpaces.before + attrValue + attrSpaces.after; -} \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/className.js b/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/className.js deleted file mode 100644 index 2240991..0000000 --- a/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/className.js +++ /dev/null @@ -1,69 +0,0 @@ -"use strict"; - -exports.__esModule = true; -exports["default"] = void 0; - -var _cssesc = _interopRequireDefault(require("cssesc")); - -var _util = require("../util"); - -var _node = _interopRequireDefault(require("./node")); - -var _types = require("./types"); - -function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; } - -function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } - -function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; } - -function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; _setPrototypeOf(subClass, superClass); } - -function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); } - -var ClassName = /*#__PURE__*/function (_Node) { - _inheritsLoose(ClassName, _Node); - - function ClassName(opts) { - var _this; - - _this = _Node.call(this, opts) || this; - _this.type = _types.CLASS; - _this._constructed = true; - return _this; - } - - var _proto = ClassName.prototype; - - _proto.valueToString = function valueToString() { - return '.' + _Node.prototype.valueToString.call(this); - }; - - _createClass(ClassName, [{ - key: "value", - get: function get() { - return this._value; - }, - set: function set(v) { - if (this._constructed) { - var escaped = (0, _cssesc["default"])(v, { - isIdentifier: true - }); - - if (escaped !== v) { - (0, _util.ensureObject)(this, "raws"); - this.raws.value = escaped; - } else if (this.raws) { - delete this.raws.value; - } - } - - this._value = v; - } - }]); - - return ClassName; -}(_node["default"]); - -exports["default"] = ClassName; -module.exports = exports.default; \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/combinator.js b/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/combinator.js deleted file mode 100644 index 271ab4d..0000000 --- a/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/combinator.js +++ /dev/null @@ -1,31 +0,0 @@ -"use strict"; - -exports.__esModule = true; -exports["default"] = void 0; - -var _node = _interopRequireDefault(require("./node")); - -var _types = require("./types"); - -function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; } - -function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; _setPrototypeOf(subClass, superClass); } - -function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); } - -var Combinator = /*#__PURE__*/function (_Node) { - _inheritsLoose(Combinator, _Node); - - function Combinator(opts) { - var _this; - - _this = _Node.call(this, opts) || this; - _this.type = _types.COMBINATOR; - return _this; - } - - return Combinator; -}(_node["default"]); - -exports["default"] = Combinator; -module.exports = exports.default; \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/comment.js b/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/comment.js deleted file mode 100644 index e778094..0000000 --- a/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/comment.js +++ /dev/null @@ -1,31 +0,0 @@ -"use strict"; - -exports.__esModule = true; -exports["default"] = void 0; - -var _node = _interopRequireDefault(require("./node")); - -var _types = require("./types"); - -function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; } - -function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; _setPrototypeOf(subClass, superClass); } - -function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); } - -var Comment = /*#__PURE__*/function (_Node) { - _inheritsLoose(Comment, _Node); - - function Comment(opts) { - var _this; - - _this = _Node.call(this, opts) || this; - _this.type = _types.COMMENT; - return _this; - } - - return Comment; -}(_node["default"]); - -exports["default"] = Comment; -module.exports = exports.default; \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/constructors.js b/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/constructors.js deleted file mode 100644 index 078023e..0000000 --- a/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/constructors.js +++ /dev/null @@ -1,102 +0,0 @@ -"use strict"; - -exports.__esModule = true; -exports.universal = exports.tag = exports.string = exports.selector = exports.root = exports.pseudo = exports.nesting = exports.id = exports.comment = exports.combinator = exports.className = exports.attribute = void 0; - -var _attribute = _interopRequireDefault(require("./attribute")); - -var _className = _interopRequireDefault(require("./className")); - -var _combinator = _interopRequireDefault(require("./combinator")); - -var _comment = _interopRequireDefault(require("./comment")); - -var _id = _interopRequireDefault(require("./id")); - -var _nesting = _interopRequireDefault(require("./nesting")); - -var _pseudo = _interopRequireDefault(require("./pseudo")); - -var _root = _interopRequireDefault(require("./root")); - -var _selector = _interopRequireDefault(require("./selector")); - -var _string = _interopRequireDefault(require("./string")); - -var _tag = _interopRequireDefault(require("./tag")); - -var _universal = _interopRequireDefault(require("./universal")); - -function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; } - -var attribute = function attribute(opts) { - return new _attribute["default"](opts); -}; - -exports.attribute = attribute; - -var className = function className(opts) { - return new _className["default"](opts); -}; - -exports.className = className; - -var combinator = function combinator(opts) { - return new _combinator["default"](opts); -}; - -exports.combinator = combinator; - -var comment = function comment(opts) { - return new _comment["default"](opts); -}; - -exports.comment = comment; - -var id = function id(opts) { - return new _id["default"](opts); -}; - -exports.id = id; - -var nesting = function nesting(opts) { - return new _nesting["default"](opts); -}; - -exports.nesting = nesting; - -var pseudo = function pseudo(opts) { - return new _pseudo["default"](opts); -}; - -exports.pseudo = pseudo; - -var root = function root(opts) { - return new _root["default"](opts); -}; - -exports.root = root; - -var selector = function selector(opts) { - return new _selector["default"](opts); -}; - -exports.selector = selector; - -var string = function string(opts) { - return new _string["default"](opts); -}; - -exports.string = string; - -var tag = function tag(opts) { - return new _tag["default"](opts); -}; - -exports.tag = tag; - -var universal = function universal(opts) { - return new _universal["default"](opts); -}; - -exports.universal = universal; \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/container.js b/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/container.js deleted file mode 100644 index 2626fb8..0000000 --- a/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/container.js +++ /dev/null @@ -1,395 +0,0 @@ -"use strict"; - -exports.__esModule = true; -exports["default"] = void 0; - -var _node = _interopRequireDefault(require("./node")); - -var types = _interopRequireWildcard(require("./types")); - -function _getRequireWildcardCache() { if (typeof WeakMap !== "function") return null; var cache = new WeakMap(); _getRequireWildcardCache = function _getRequireWildcardCache() { return cache; }; return cache; } - -function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; } - -function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; } - -function _createForOfIteratorHelperLoose(o, allowArrayLike) { var it; if (typeof Symbol === "undefined" || o[Symbol.iterator] == null) { if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; return function () { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } it = o[Symbol.iterator](); return it.next.bind(it); } - -function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); } - -function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; } - -function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } - -function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; } - -function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; _setPrototypeOf(subClass, superClass); } - -function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); } - -var Container = /*#__PURE__*/function (_Node) { - _inheritsLoose(Container, _Node); - - function Container(opts) { - var _this; - - _this = _Node.call(this, opts) || this; - - if (!_this.nodes) { - _this.nodes = []; - } - - return _this; - } - - var _proto = Container.prototype; - - _proto.append = function append(selector) { - selector.parent = this; - this.nodes.push(selector); - return this; - }; - - _proto.prepend = function prepend(selector) { - selector.parent = this; - this.nodes.unshift(selector); - return this; - }; - - _proto.at = function at(index) { - return this.nodes[index]; - }; - - _proto.index = function index(child) { - if (typeof child === 'number') { - return child; - } - - return this.nodes.indexOf(child); - }; - - _proto.removeChild = function removeChild(child) { - child = this.index(child); - this.at(child).parent = undefined; - this.nodes.splice(child, 1); - var index; - - for (var id in this.indexes) { - index = this.indexes[id]; - - if (index >= child) { - this.indexes[id] = index - 1; - } - } - - return this; - }; - - _proto.removeAll = function removeAll() { - for (var _iterator = _createForOfIteratorHelperLoose(this.nodes), _step; !(_step = _iterator()).done;) { - var node = _step.value; - node.parent = undefined; - } - - this.nodes = []; - return this; - }; - - _proto.empty = function empty() { - return this.removeAll(); - }; - - _proto.insertAfter = function insertAfter(oldNode, newNode) { - newNode.parent = this; - var oldIndex = this.index(oldNode); - this.nodes.splice(oldIndex + 1, 0, newNode); - newNode.parent = this; - var index; - - for (var id in this.indexes) { - index = this.indexes[id]; - - if (oldIndex <= index) { - this.indexes[id] = index + 1; - } - } - - return this; - }; - - _proto.insertBefore = function insertBefore(oldNode, newNode) { - newNode.parent = this; - var oldIndex = this.index(oldNode); - this.nodes.splice(oldIndex, 0, newNode); - newNode.parent = this; - var index; - - for (var id in this.indexes) { - index = this.indexes[id]; - - if (index <= oldIndex) { - this.indexes[id] = index + 1; - } - } - - return this; - }; - - _proto._findChildAtPosition = function _findChildAtPosition(line, col) { - var found = undefined; - this.each(function (node) { - if (node.atPosition) { - var foundChild = node.atPosition(line, col); - - if (foundChild) { - found = foundChild; - return false; - } - } else if (node.isAtPosition(line, col)) { - found = node; - return false; - } - }); - return found; - } - /** - * Return the most specific node at the line and column number given. - * The source location is based on the original parsed location, locations aren't - * updated as selector nodes are mutated. - * - * Note that this location is relative to the location of the first character - * of the selector, and not the location of the selector in the overall document - * when used in conjunction with postcss. - * - * If not found, returns undefined. - * @param {number} line The line number of the node to find. (1-based index) - * @param {number} col The column number of the node to find. (1-based index) - */ - ; - - _proto.atPosition = function atPosition(line, col) { - if (this.isAtPosition(line, col)) { - return this._findChildAtPosition(line, col) || this; - } else { - return undefined; - } - }; - - _proto._inferEndPosition = function _inferEndPosition() { - if (this.last && this.last.source && this.last.source.end) { - this.source = this.source || {}; - this.source.end = this.source.end || {}; - Object.assign(this.source.end, this.last.source.end); - } - }; - - _proto.each = function each(callback) { - if (!this.lastEach) { - this.lastEach = 0; - } - - if (!this.indexes) { - this.indexes = {}; - } - - this.lastEach++; - var id = this.lastEach; - this.indexes[id] = 0; - - if (!this.length) { - return undefined; - } - - var index, result; - - while (this.indexes[id] < this.length) { - index = this.indexes[id]; - result = callback(this.at(index), index); - - if (result === false) { - break; - } - - this.indexes[id] += 1; - } - - delete this.indexes[id]; - - if (result === false) { - return false; - } - }; - - _proto.walk = function walk(callback) { - return this.each(function (node, i) { - var result = callback(node, i); - - if (result !== false && node.length) { - result = node.walk(callback); - } - - if (result === false) { - return false; - } - }); - }; - - _proto.walkAttributes = function walkAttributes(callback) { - var _this2 = this; - - return this.walk(function (selector) { - if (selector.type === types.ATTRIBUTE) { - return callback.call(_this2, selector); - } - }); - }; - - _proto.walkClasses = function walkClasses(callback) { - var _this3 = this; - - return this.walk(function (selector) { - if (selector.type === types.CLASS) { - return callback.call(_this3, selector); - } - }); - }; - - _proto.walkCombinators = function walkCombinators(callback) { - var _this4 = this; - - return this.walk(function (selector) { - if (selector.type === types.COMBINATOR) { - return callback.call(_this4, selector); - } - }); - }; - - _proto.walkComments = function walkComments(callback) { - var _this5 = this; - - return this.walk(function (selector) { - if (selector.type === types.COMMENT) { - return callback.call(_this5, selector); - } - }); - }; - - _proto.walkIds = function walkIds(callback) { - var _this6 = this; - - return this.walk(function (selector) { - if (selector.type === types.ID) { - return callback.call(_this6, selector); - } - }); - }; - - _proto.walkNesting = function walkNesting(callback) { - var _this7 = this; - - return this.walk(function (selector) { - if (selector.type === types.NESTING) { - return callback.call(_this7, selector); - } - }); - }; - - _proto.walkPseudos = function walkPseudos(callback) { - var _this8 = this; - - return this.walk(function (selector) { - if (selector.type === types.PSEUDO) { - return callback.call(_this8, selector); - } - }); - }; - - _proto.walkTags = function walkTags(callback) { - var _this9 = this; - - return this.walk(function (selector) { - if (selector.type === types.TAG) { - return callback.call(_this9, selector); - } - }); - }; - - _proto.walkUniversals = function walkUniversals(callback) { - var _this10 = this; - - return this.walk(function (selector) { - if (selector.type === types.UNIVERSAL) { - return callback.call(_this10, selector); - } - }); - }; - - _proto.split = function split(callback) { - var _this11 = this; - - var current = []; - return this.reduce(function (memo, node, index) { - var split = callback.call(_this11, node); - current.push(node); - - if (split) { - memo.push(current); - current = []; - } else if (index === _this11.length - 1) { - memo.push(current); - } - - return memo; - }, []); - }; - - _proto.map = function map(callback) { - return this.nodes.map(callback); - }; - - _proto.reduce = function reduce(callback, memo) { - return this.nodes.reduce(callback, memo); - }; - - _proto.every = function every(callback) { - return this.nodes.every(callback); - }; - - _proto.some = function some(callback) { - return this.nodes.some(callback); - }; - - _proto.filter = function filter(callback) { - return this.nodes.filter(callback); - }; - - _proto.sort = function sort(callback) { - return this.nodes.sort(callback); - }; - - _proto.toString = function toString() { - return this.map(String).join(''); - }; - - _createClass(Container, [{ - key: "first", - get: function get() { - return this.at(0); - } - }, { - key: "last", - get: function get() { - return this.at(this.length - 1); - } - }, { - key: "length", - get: function get() { - return this.nodes.length; - } - }]); - - return Container; -}(_node["default"]); - -exports["default"] = Container; -module.exports = exports.default; \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/guards.js b/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/guards.js deleted file mode 100644 index c949af5..0000000 --- a/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/guards.js +++ /dev/null @@ -1,64 +0,0 @@ -"use strict"; - -exports.__esModule = true; -exports.isNode = isNode; -exports.isPseudoElement = isPseudoElement; -exports.isPseudoClass = isPseudoClass; -exports.isContainer = isContainer; -exports.isNamespace = isNamespace; -exports.isUniversal = exports.isTag = exports.isString = exports.isSelector = exports.isRoot = exports.isPseudo = exports.isNesting = exports.isIdentifier = exports.isComment = exports.isCombinator = exports.isClassName = exports.isAttribute = void 0; - -var _types = require("./types"); - -var _IS_TYPE; - -var IS_TYPE = (_IS_TYPE = {}, _IS_TYPE[_types.ATTRIBUTE] = true, _IS_TYPE[_types.CLASS] = true, _IS_TYPE[_types.COMBINATOR] = true, _IS_TYPE[_types.COMMENT] = true, _IS_TYPE[_types.ID] = true, _IS_TYPE[_types.NESTING] = true, _IS_TYPE[_types.PSEUDO] = true, _IS_TYPE[_types.ROOT] = true, _IS_TYPE[_types.SELECTOR] = true, _IS_TYPE[_types.STRING] = true, _IS_TYPE[_types.TAG] = true, _IS_TYPE[_types.UNIVERSAL] = true, _IS_TYPE); - -function isNode(node) { - return typeof node === "object" && IS_TYPE[node.type]; -} - -function isNodeType(type, node) { - return isNode(node) && node.type === type; -} - -var isAttribute = isNodeType.bind(null, _types.ATTRIBUTE); -exports.isAttribute = isAttribute; -var isClassName = isNodeType.bind(null, _types.CLASS); -exports.isClassName = isClassName; -var isCombinator = isNodeType.bind(null, _types.COMBINATOR); -exports.isCombinator = isCombinator; -var isComment = isNodeType.bind(null, _types.COMMENT); -exports.isComment = isComment; -var isIdentifier = isNodeType.bind(null, _types.ID); -exports.isIdentifier = isIdentifier; -var isNesting = isNodeType.bind(null, _types.NESTING); -exports.isNesting = isNesting; -var isPseudo = isNodeType.bind(null, _types.PSEUDO); -exports.isPseudo = isPseudo; -var isRoot = isNodeType.bind(null, _types.ROOT); -exports.isRoot = isRoot; -var isSelector = isNodeType.bind(null, _types.SELECTOR); -exports.isSelector = isSelector; -var isString = isNodeType.bind(null, _types.STRING); -exports.isString = isString; -var isTag = isNodeType.bind(null, _types.TAG); -exports.isTag = isTag; -var isUniversal = isNodeType.bind(null, _types.UNIVERSAL); -exports.isUniversal = isUniversal; - -function isPseudoElement(node) { - return isPseudo(node) && node.value && (node.value.startsWith("::") || node.value.toLowerCase() === ":before" || node.value.toLowerCase() === ":after" || node.value.toLowerCase() === ":first-letter" || node.value.toLowerCase() === ":first-line"); -} - -function isPseudoClass(node) { - return isPseudo(node) && !isPseudoElement(node); -} - -function isContainer(node) { - return !!(isNode(node) && node.walk); -} - -function isNamespace(node) { - return isAttribute(node) || isTag(node); -} \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/id.js b/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/id.js deleted file mode 100644 index 4e83147..0000000 --- a/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/id.js +++ /dev/null @@ -1,37 +0,0 @@ -"use strict"; - -exports.__esModule = true; -exports["default"] = void 0; - -var _node = _interopRequireDefault(require("./node")); - -var _types = require("./types"); - -function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; } - -function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; _setPrototypeOf(subClass, superClass); } - -function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); } - -var ID = /*#__PURE__*/function (_Node) { - _inheritsLoose(ID, _Node); - - function ID(opts) { - var _this; - - _this = _Node.call(this, opts) || this; - _this.type = _types.ID; - return _this; - } - - var _proto = ID.prototype; - - _proto.valueToString = function valueToString() { - return '#' + _Node.prototype.valueToString.call(this); - }; - - return ID; -}(_node["default"]); - -exports["default"] = ID; -module.exports = exports.default; \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/index.js b/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/index.js deleted file mode 100644 index 1fe9b13..0000000 --- a/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/index.js +++ /dev/null @@ -1,27 +0,0 @@ -"use strict"; - -exports.__esModule = true; - -var _types = require("./types"); - -Object.keys(_types).forEach(function (key) { - if (key === "default" || key === "__esModule") return; - if (key in exports && exports[key] === _types[key]) return; - exports[key] = _types[key]; -}); - -var _constructors = require("./constructors"); - -Object.keys(_constructors).forEach(function (key) { - if (key === "default" || key === "__esModule") return; - if (key in exports && exports[key] === _constructors[key]) return; - exports[key] = _constructors[key]; -}); - -var _guards = require("./guards"); - -Object.keys(_guards).forEach(function (key) { - if (key === "default" || key === "__esModule") return; - if (key in exports && exports[key] === _guards[key]) return; - exports[key] = _guards[key]; -}); \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/namespace.js b/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/namespace.js deleted file mode 100644 index fd6c729..0000000 --- a/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/namespace.js +++ /dev/null @@ -1,101 +0,0 @@ -"use strict"; - -exports.__esModule = true; -exports["default"] = void 0; - -var _cssesc = _interopRequireDefault(require("cssesc")); - -var _util = require("../util"); - -var _node = _interopRequireDefault(require("./node")); - -function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; } - -function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } - -function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; } - -function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; _setPrototypeOf(subClass, superClass); } - -function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); } - -var Namespace = /*#__PURE__*/function (_Node) { - _inheritsLoose(Namespace, _Node); - - function Namespace() { - return _Node.apply(this, arguments) || this; - } - - var _proto = Namespace.prototype; - - _proto.qualifiedName = function qualifiedName(value) { - if (this.namespace) { - return this.namespaceString + "|" + value; - } else { - return value; - } - }; - - _proto.valueToString = function valueToString() { - return this.qualifiedName(_Node.prototype.valueToString.call(this)); - }; - - _createClass(Namespace, [{ - key: "namespace", - get: function get() { - return this._namespace; - }, - set: function set(namespace) { - if (namespace === true || namespace === "*" || namespace === "&") { - this._namespace = namespace; - - if (this.raws) { - delete this.raws.namespace; - } - - return; - } - - var escaped = (0, _cssesc["default"])(namespace, { - isIdentifier: true - }); - this._namespace = namespace; - - if (escaped !== namespace) { - (0, _util.ensureObject)(this, "raws"); - this.raws.namespace = escaped; - } else if (this.raws) { - delete this.raws.namespace; - } - } - }, { - key: "ns", - get: function get() { - return this._namespace; - }, - set: function set(namespace) { - this.namespace = namespace; - } - }, { - key: "namespaceString", - get: function get() { - if (this.namespace) { - var ns = this.stringifyProperty("namespace"); - - if (ns === true) { - return ''; - } else { - return ns; - } - } else { - return ''; - } - } - }]); - - return Namespace; -}(_node["default"]); - -exports["default"] = Namespace; -; -module.exports = exports.default; \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/nesting.js b/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/nesting.js deleted file mode 100644 index 3288c78..0000000 --- a/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/nesting.js +++ /dev/null @@ -1,32 +0,0 @@ -"use strict"; - -exports.__esModule = true; -exports["default"] = void 0; - -var _node = _interopRequireDefault(require("./node")); - -var _types = require("./types"); - -function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; } - -function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; _setPrototypeOf(subClass, superClass); } - -function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); } - -var Nesting = /*#__PURE__*/function (_Node) { - _inheritsLoose(Nesting, _Node); - - function Nesting(opts) { - var _this; - - _this = _Node.call(this, opts) || this; - _this.type = _types.NESTING; - _this.value = '&'; - return _this; - } - - return Nesting; -}(_node["default"]); - -exports["default"] = Nesting; -module.exports = exports.default; \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/node.js b/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/node.js deleted file mode 100644 index e8eca11..0000000 --- a/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/node.js +++ /dev/null @@ -1,239 +0,0 @@ -"use strict"; - -exports.__esModule = true; -exports["default"] = void 0; - -var _util = require("../util"); - -function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } - -function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; } - -var cloneNode = function cloneNode(obj, parent) { - if (typeof obj !== 'object' || obj === null) { - return obj; - } - - var cloned = new obj.constructor(); - - for (var i in obj) { - if (!obj.hasOwnProperty(i)) { - continue; - } - - var value = obj[i]; - var type = typeof value; - - if (i === 'parent' && type === 'object') { - if (parent) { - cloned[i] = parent; - } - } else if (value instanceof Array) { - cloned[i] = value.map(function (j) { - return cloneNode(j, cloned); - }); - } else { - cloned[i] = cloneNode(value, cloned); - } - } - - return cloned; -}; - -var Node = /*#__PURE__*/function () { - function Node(opts) { - if (opts === void 0) { - opts = {}; - } - - Object.assign(this, opts); - this.spaces = this.spaces || {}; - this.spaces.before = this.spaces.before || ''; - this.spaces.after = this.spaces.after || ''; - } - - var _proto = Node.prototype; - - _proto.remove = function remove() { - if (this.parent) { - this.parent.removeChild(this); - } - - this.parent = undefined; - return this; - }; - - _proto.replaceWith = function replaceWith() { - if (this.parent) { - for (var index in arguments) { - this.parent.insertBefore(this, arguments[index]); - } - - this.remove(); - } - - return this; - }; - - _proto.next = function next() { - return this.parent.at(this.parent.index(this) + 1); - }; - - _proto.prev = function prev() { - return this.parent.at(this.parent.index(this) - 1); - }; - - _proto.clone = function clone(overrides) { - if (overrides === void 0) { - overrides = {}; - } - - var cloned = cloneNode(this); - - for (var name in overrides) { - cloned[name] = overrides[name]; - } - - return cloned; - } - /** - * Some non-standard syntax doesn't follow normal escaping rules for css. - * This allows non standard syntax to be appended to an existing property - * by specifying the escaped value. By specifying the escaped value, - * illegal characters are allowed to be directly inserted into css output. - * @param {string} name the property to set - * @param {any} value the unescaped value of the property - * @param {string} valueEscaped optional. the escaped value of the property. - */ - ; - - _proto.appendToPropertyAndEscape = function appendToPropertyAndEscape(name, value, valueEscaped) { - if (!this.raws) { - this.raws = {}; - } - - var originalValue = this[name]; - var originalEscaped = this.raws[name]; - this[name] = originalValue + value; // this may trigger a setter that updates raws, so it has to be set first. - - if (originalEscaped || valueEscaped !== value) { - this.raws[name] = (originalEscaped || originalValue) + valueEscaped; - } else { - delete this.raws[name]; // delete any escaped value that was created by the setter. - } - } - /** - * Some non-standard syntax doesn't follow normal escaping rules for css. - * This allows the escaped value to be specified directly, allowing illegal - * characters to be directly inserted into css output. - * @param {string} name the property to set - * @param {any} value the unescaped value of the property - * @param {string} valueEscaped the escaped value of the property. - */ - ; - - _proto.setPropertyAndEscape = function setPropertyAndEscape(name, value, valueEscaped) { - if (!this.raws) { - this.raws = {}; - } - - this[name] = value; // this may trigger a setter that updates raws, so it has to be set first. - - this.raws[name] = valueEscaped; - } - /** - * When you want a value to passed through to CSS directly. This method - * deletes the corresponding raw value causing the stringifier to fallback - * to the unescaped value. - * @param {string} name the property to set. - * @param {any} value The value that is both escaped and unescaped. - */ - ; - - _proto.setPropertyWithoutEscape = function setPropertyWithoutEscape(name, value) { - this[name] = value; // this may trigger a setter that updates raws, so it has to be set first. - - if (this.raws) { - delete this.raws[name]; - } - } - /** - * - * @param {number} line The number (starting with 1) - * @param {number} column The column number (starting with 1) - */ - ; - - _proto.isAtPosition = function isAtPosition(line, column) { - if (this.source && this.source.start && this.source.end) { - if (this.source.start.line > line) { - return false; - } - - if (this.source.end.line < line) { - return false; - } - - if (this.source.start.line === line && this.source.start.column > column) { - return false; - } - - if (this.source.end.line === line && this.source.end.column < column) { - return false; - } - - return true; - } - - return undefined; - }; - - _proto.stringifyProperty = function stringifyProperty(name) { - return this.raws && this.raws[name] || this[name]; - }; - - _proto.valueToString = function valueToString() { - return String(this.stringifyProperty("value")); - }; - - _proto.toString = function toString() { - return [this.rawSpaceBefore, this.valueToString(), this.rawSpaceAfter].join(''); - }; - - _createClass(Node, [{ - key: "rawSpaceBefore", - get: function get() { - var rawSpace = this.raws && this.raws.spaces && this.raws.spaces.before; - - if (rawSpace === undefined) { - rawSpace = this.spaces && this.spaces.before; - } - - return rawSpace || ""; - }, - set: function set(raw) { - (0, _util.ensureObject)(this, "raws", "spaces"); - this.raws.spaces.before = raw; - } - }, { - key: "rawSpaceAfter", - get: function get() { - var rawSpace = this.raws && this.raws.spaces && this.raws.spaces.after; - - if (rawSpace === undefined) { - rawSpace = this.spaces.after; - } - - return rawSpace || ""; - }, - set: function set(raw) { - (0, _util.ensureObject)(this, "raws", "spaces"); - this.raws.spaces.after = raw; - } - }]); - - return Node; -}(); - -exports["default"] = Node; -module.exports = exports.default; \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/pseudo.js b/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/pseudo.js deleted file mode 100644 index a0e7bca..0000000 --- a/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/pseudo.js +++ /dev/null @@ -1,38 +0,0 @@ -"use strict"; - -exports.__esModule = true; -exports["default"] = void 0; - -var _container = _interopRequireDefault(require("./container")); - -var _types = require("./types"); - -function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; } - -function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; _setPrototypeOf(subClass, superClass); } - -function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); } - -var Pseudo = /*#__PURE__*/function (_Container) { - _inheritsLoose(Pseudo, _Container); - - function Pseudo(opts) { - var _this; - - _this = _Container.call(this, opts) || this; - _this.type = _types.PSEUDO; - return _this; - } - - var _proto = Pseudo.prototype; - - _proto.toString = function toString() { - var params = this.length ? '(' + this.map(String).join(',') + ')' : ''; - return [this.rawSpaceBefore, this.stringifyProperty("value"), params, this.rawSpaceAfter].join(''); - }; - - return Pseudo; -}(_container["default"]); - -exports["default"] = Pseudo; -module.exports = exports.default; \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/root.js b/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/root.js deleted file mode 100644 index be5c2cc..0000000 --- a/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/root.js +++ /dev/null @@ -1,60 +0,0 @@ -"use strict"; - -exports.__esModule = true; -exports["default"] = void 0; - -var _container = _interopRequireDefault(require("./container")); - -var _types = require("./types"); - -function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; } - -function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } - -function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; } - -function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; _setPrototypeOf(subClass, superClass); } - -function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); } - -var Root = /*#__PURE__*/function (_Container) { - _inheritsLoose(Root, _Container); - - function Root(opts) { - var _this; - - _this = _Container.call(this, opts) || this; - _this.type = _types.ROOT; - return _this; - } - - var _proto = Root.prototype; - - _proto.toString = function toString() { - var str = this.reduce(function (memo, selector) { - memo.push(String(selector)); - return memo; - }, []).join(','); - return this.trailingComma ? str + ',' : str; - }; - - _proto.error = function error(message, options) { - if (this._error) { - return this._error(message, options); - } else { - return new Error(message); - } - }; - - _createClass(Root, [{ - key: "errorGenerator", - set: function set(handler) { - this._error = handler; - } - }]); - - return Root; -}(_container["default"]); - -exports["default"] = Root; -module.exports = exports.default; \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/selector.js b/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/selector.js deleted file mode 100644 index 699eeb6..0000000 --- a/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/selector.js +++ /dev/null @@ -1,31 +0,0 @@ -"use strict"; - -exports.__esModule = true; -exports["default"] = void 0; - -var _container = _interopRequireDefault(require("./container")); - -var _types = require("./types"); - -function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; } - -function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; _setPrototypeOf(subClass, superClass); } - -function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); } - -var Selector = /*#__PURE__*/function (_Container) { - _inheritsLoose(Selector, _Container); - - function Selector(opts) { - var _this; - - _this = _Container.call(this, opts) || this; - _this.type = _types.SELECTOR; - return _this; - } - - return Selector; -}(_container["default"]); - -exports["default"] = Selector; -module.exports = exports.default; \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/string.js b/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/string.js deleted file mode 100644 index e61df30..0000000 --- a/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/string.js +++ /dev/null @@ -1,31 +0,0 @@ -"use strict"; - -exports.__esModule = true; -exports["default"] = void 0; - -var _node = _interopRequireDefault(require("./node")); - -var _types = require("./types"); - -function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; } - -function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; _setPrototypeOf(subClass, superClass); } - -function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); } - -var String = /*#__PURE__*/function (_Node) { - _inheritsLoose(String, _Node); - - function String(opts) { - var _this; - - _this = _Node.call(this, opts) || this; - _this.type = _types.STRING; - return _this; - } - - return String; -}(_node["default"]); - -exports["default"] = String; -module.exports = exports.default; \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/tag.js b/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/tag.js deleted file mode 100644 index e298db1..0000000 --- a/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/tag.js +++ /dev/null @@ -1,31 +0,0 @@ -"use strict"; - -exports.__esModule = true; -exports["default"] = void 0; - -var _namespace = _interopRequireDefault(require("./namespace")); - -var _types = require("./types"); - -function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; } - -function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; _setPrototypeOf(subClass, superClass); } - -function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); } - -var Tag = /*#__PURE__*/function (_Namespace) { - _inheritsLoose(Tag, _Namespace); - - function Tag(opts) { - var _this; - - _this = _Namespace.call(this, opts) || this; - _this.type = _types.TAG; - return _this; - } - - return Tag; -}(_namespace["default"]); - -exports["default"] = Tag; -module.exports = exports.default; \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/types.js b/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/types.js deleted file mode 100644 index ab897b8..0000000 --- a/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/types.js +++ /dev/null @@ -1,28 +0,0 @@ -"use strict"; - -exports.__esModule = true; -exports.UNIVERSAL = exports.ATTRIBUTE = exports.CLASS = exports.COMBINATOR = exports.COMMENT = exports.ID = exports.NESTING = exports.PSEUDO = exports.ROOT = exports.SELECTOR = exports.STRING = exports.TAG = void 0; -var TAG = 'tag'; -exports.TAG = TAG; -var STRING = 'string'; -exports.STRING = STRING; -var SELECTOR = 'selector'; -exports.SELECTOR = SELECTOR; -var ROOT = 'root'; -exports.ROOT = ROOT; -var PSEUDO = 'pseudo'; -exports.PSEUDO = PSEUDO; -var NESTING = 'nesting'; -exports.NESTING = NESTING; -var ID = 'id'; -exports.ID = ID; -var COMMENT = 'comment'; -exports.COMMENT = COMMENT; -var COMBINATOR = 'combinator'; -exports.COMBINATOR = COMBINATOR; -var CLASS = 'class'; -exports.CLASS = CLASS; -var ATTRIBUTE = 'attribute'; -exports.ATTRIBUTE = ATTRIBUTE; -var UNIVERSAL = 'universal'; -exports.UNIVERSAL = UNIVERSAL; \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/universal.js b/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/universal.js deleted file mode 100644 index cf25473..0000000 --- a/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/universal.js +++ /dev/null @@ -1,32 +0,0 @@ -"use strict"; - -exports.__esModule = true; -exports["default"] = void 0; - -var _namespace = _interopRequireDefault(require("./namespace")); - -var _types = require("./types"); - -function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; } - -function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; _setPrototypeOf(subClass, superClass); } - -function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); } - -var Universal = /*#__PURE__*/function (_Namespace) { - _inheritsLoose(Universal, _Namespace); - - function Universal(opts) { - var _this; - - _this = _Namespace.call(this, opts) || this; - _this.type = _types.UNIVERSAL; - _this.value = '*'; - return _this; - } - - return Universal; -}(_namespace["default"]); - -exports["default"] = Universal; -module.exports = exports.default; \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/sortAscending.js b/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/sortAscending.js deleted file mode 100644 index 3ef56ac..0000000 --- a/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/sortAscending.js +++ /dev/null @@ -1,13 +0,0 @@ -"use strict"; - -exports.__esModule = true; -exports["default"] = sortAscending; - -function sortAscending(list) { - return list.sort(function (a, b) { - return a - b; - }); -} - -; -module.exports = exports.default; \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/tokenTypes.js b/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/tokenTypes.js deleted file mode 100644 index 48314b9..0000000 --- a/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/tokenTypes.js +++ /dev/null @@ -1,95 +0,0 @@ -"use strict"; - -exports.__esModule = true; -exports.combinator = exports.word = exports.comment = exports.str = exports.tab = exports.newline = exports.feed = exports.cr = exports.backslash = exports.bang = exports.slash = exports.doubleQuote = exports.singleQuote = exports.space = exports.greaterThan = exports.pipe = exports.equals = exports.plus = exports.caret = exports.tilde = exports.dollar = exports.closeSquare = exports.openSquare = exports.closeParenthesis = exports.openParenthesis = exports.semicolon = exports.colon = exports.comma = exports.at = exports.asterisk = exports.ampersand = void 0; -var ampersand = 38; // `&`.charCodeAt(0); - -exports.ampersand = ampersand; -var asterisk = 42; // `*`.charCodeAt(0); - -exports.asterisk = asterisk; -var at = 64; // `@`.charCodeAt(0); - -exports.at = at; -var comma = 44; // `,`.charCodeAt(0); - -exports.comma = comma; -var colon = 58; // `:`.charCodeAt(0); - -exports.colon = colon; -var semicolon = 59; // `;`.charCodeAt(0); - -exports.semicolon = semicolon; -var openParenthesis = 40; // `(`.charCodeAt(0); - -exports.openParenthesis = openParenthesis; -var closeParenthesis = 41; // `)`.charCodeAt(0); - -exports.closeParenthesis = closeParenthesis; -var openSquare = 91; // `[`.charCodeAt(0); - -exports.openSquare = openSquare; -var closeSquare = 93; // `]`.charCodeAt(0); - -exports.closeSquare = closeSquare; -var dollar = 36; // `$`.charCodeAt(0); - -exports.dollar = dollar; -var tilde = 126; // `~`.charCodeAt(0); - -exports.tilde = tilde; -var caret = 94; // `^`.charCodeAt(0); - -exports.caret = caret; -var plus = 43; // `+`.charCodeAt(0); - -exports.plus = plus; -var equals = 61; // `=`.charCodeAt(0); - -exports.equals = equals; -var pipe = 124; // `|`.charCodeAt(0); - -exports.pipe = pipe; -var greaterThan = 62; // `>`.charCodeAt(0); - -exports.greaterThan = greaterThan; -var space = 32; // ` `.charCodeAt(0); - -exports.space = space; -var singleQuote = 39; // `'`.charCodeAt(0); - -exports.singleQuote = singleQuote; -var doubleQuote = 34; // `"`.charCodeAt(0); - -exports.doubleQuote = doubleQuote; -var slash = 47; // `/`.charCodeAt(0); - -exports.slash = slash; -var bang = 33; // `!`.charCodeAt(0); - -exports.bang = bang; -var backslash = 92; // '\\'.charCodeAt(0); - -exports.backslash = backslash; -var cr = 13; // '\r'.charCodeAt(0); - -exports.cr = cr; -var feed = 12; // '\f'.charCodeAt(0); - -exports.feed = feed; -var newline = 10; // '\n'.charCodeAt(0); - -exports.newline = newline; -var tab = 9; // '\t'.charCodeAt(0); -// Expose aliases primarily for readability. - -exports.tab = tab; -var str = singleQuote; // No good single character representation! - -exports.str = str; -var comment = -1; -exports.comment = comment; -var word = -2; -exports.word = word; -var combinator = -3; -exports.combinator = combinator; \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/tokenize.js b/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/tokenize.js deleted file mode 100644 index bee9fee..0000000 --- a/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/tokenize.js +++ /dev/null @@ -1,271 +0,0 @@ -"use strict"; - -exports.__esModule = true; -exports["default"] = tokenize; -exports.FIELDS = void 0; - -var t = _interopRequireWildcard(require("./tokenTypes")); - -var _unescapable, _wordDelimiters; - -function _getRequireWildcardCache() { if (typeof WeakMap !== "function") return null; var cache = new WeakMap(); _getRequireWildcardCache = function _getRequireWildcardCache() { return cache; }; return cache; } - -function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; } - -var unescapable = (_unescapable = {}, _unescapable[t.tab] = true, _unescapable[t.newline] = true, _unescapable[t.cr] = true, _unescapable[t.feed] = true, _unescapable); -var wordDelimiters = (_wordDelimiters = {}, _wordDelimiters[t.space] = true, _wordDelimiters[t.tab] = true, _wordDelimiters[t.newline] = true, _wordDelimiters[t.cr] = true, _wordDelimiters[t.feed] = true, _wordDelimiters[t.ampersand] = true, _wordDelimiters[t.asterisk] = true, _wordDelimiters[t.bang] = true, _wordDelimiters[t.comma] = true, _wordDelimiters[t.colon] = true, _wordDelimiters[t.semicolon] = true, _wordDelimiters[t.openParenthesis] = true, _wordDelimiters[t.closeParenthesis] = true, _wordDelimiters[t.openSquare] = true, _wordDelimiters[t.closeSquare] = true, _wordDelimiters[t.singleQuote] = true, _wordDelimiters[t.doubleQuote] = true, _wordDelimiters[t.plus] = true, _wordDelimiters[t.pipe] = true, _wordDelimiters[t.tilde] = true, _wordDelimiters[t.greaterThan] = true, _wordDelimiters[t.equals] = true, _wordDelimiters[t.dollar] = true, _wordDelimiters[t.caret] = true, _wordDelimiters[t.slash] = true, _wordDelimiters); -var hex = {}; -var hexChars = "0123456789abcdefABCDEF"; - -for (var i = 0; i < hexChars.length; i++) { - hex[hexChars.charCodeAt(i)] = true; -} -/** - * Returns the last index of the bar css word - * @param {string} css The string in which the word begins - * @param {number} start The index into the string where word's first letter occurs - */ - - -function consumeWord(css, start) { - var next = start; - var code; - - do { - code = css.charCodeAt(next); - - if (wordDelimiters[code]) { - return next - 1; - } else if (code === t.backslash) { - next = consumeEscape(css, next) + 1; - } else { - // All other characters are part of the word - next++; - } - } while (next < css.length); - - return next - 1; -} -/** - * Returns the last index of the escape sequence - * @param {string} css The string in which the sequence begins - * @param {number} start The index into the string where escape character (`\`) occurs. - */ - - -function consumeEscape(css, start) { - var next = start; - var code = css.charCodeAt(next + 1); - - if (unescapable[code]) {// just consume the escape char - } else if (hex[code]) { - var hexDigits = 0; // consume up to 6 hex chars - - do { - next++; - hexDigits++; - code = css.charCodeAt(next + 1); - } while (hex[code] && hexDigits < 6); // if fewer than 6 hex chars, a trailing space ends the escape - - - if (hexDigits < 6 && code === t.space) { - next++; - } - } else { - // the next char is part of the current word - next++; - } - - return next; -} - -var FIELDS = { - TYPE: 0, - START_LINE: 1, - START_COL: 2, - END_LINE: 3, - END_COL: 4, - START_POS: 5, - END_POS: 6 -}; -exports.FIELDS = FIELDS; - -function tokenize(input) { - var tokens = []; - var css = input.css.valueOf(); - var _css = css, - length = _css.length; - var offset = -1; - var line = 1; - var start = 0; - var end = 0; - var code, content, endColumn, endLine, escaped, escapePos, last, lines, next, nextLine, nextOffset, quote, tokenType; - - function unclosed(what, fix) { - if (input.safe) { - // fyi: this is never set to true. - css += fix; - next = css.length - 1; - } else { - throw input.error('Unclosed ' + what, line, start - offset, start); - } - } - - while (start < length) { - code = css.charCodeAt(start); - - if (code === t.newline) { - offset = start; - line += 1; - } - - switch (code) { - case t.space: - case t.tab: - case t.newline: - case t.cr: - case t.feed: - next = start; - - do { - next += 1; - code = css.charCodeAt(next); - - if (code === t.newline) { - offset = next; - line += 1; - } - } while (code === t.space || code === t.newline || code === t.tab || code === t.cr || code === t.feed); - - tokenType = t.space; - endLine = line; - endColumn = next - offset - 1; - end = next; - break; - - case t.plus: - case t.greaterThan: - case t.tilde: - case t.pipe: - next = start; - - do { - next += 1; - code = css.charCodeAt(next); - } while (code === t.plus || code === t.greaterThan || code === t.tilde || code === t.pipe); - - tokenType = t.combinator; - endLine = line; - endColumn = start - offset; - end = next; - break; - // Consume these characters as single tokens. - - case t.asterisk: - case t.ampersand: - case t.bang: - case t.comma: - case t.equals: - case t.dollar: - case t.caret: - case t.openSquare: - case t.closeSquare: - case t.colon: - case t.semicolon: - case t.openParenthesis: - case t.closeParenthesis: - next = start; - tokenType = code; - endLine = line; - endColumn = start - offset; - end = next + 1; - break; - - case t.singleQuote: - case t.doubleQuote: - quote = code === t.singleQuote ? "'" : '"'; - next = start; - - do { - escaped = false; - next = css.indexOf(quote, next + 1); - - if (next === -1) { - unclosed('quote', quote); - } - - escapePos = next; - - while (css.charCodeAt(escapePos - 1) === t.backslash) { - escapePos -= 1; - escaped = !escaped; - } - } while (escaped); - - tokenType = t.str; - endLine = line; - endColumn = start - offset; - end = next + 1; - break; - - default: - if (code === t.slash && css.charCodeAt(start + 1) === t.asterisk) { - next = css.indexOf('*/', start + 2) + 1; - - if (next === 0) { - unclosed('comment', '*/'); - } - - content = css.slice(start, next + 1); - lines = content.split('\n'); - last = lines.length - 1; - - if (last > 0) { - nextLine = line + last; - nextOffset = next - lines[last].length; - } else { - nextLine = line; - nextOffset = offset; - } - - tokenType = t.comment; - line = nextLine; - endLine = nextLine; - endColumn = next - nextOffset; - } else if (code === t.slash) { - next = start; - tokenType = code; - endLine = line; - endColumn = start - offset; - end = next + 1; - } else { - next = consumeWord(css, start); - tokenType = t.word; - endLine = line; - endColumn = next - offset; - } - - end = next + 1; - break; - } // Ensure that the token structure remains consistent - - - tokens.push([tokenType, // [0] Token type - line, // [1] Starting line - start - offset, // [2] Starting column - endLine, // [3] Ending line - endColumn, // [4] Ending column - start, // [5] Start position / Source index - end // [6] End position - ]); // Reset offset for the next token - - if (nextOffset) { - offset = nextOffset; - nextOffset = null; - } - - start = end; - } - - return tokens; -} \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/util/ensureObject.js b/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/util/ensureObject.js deleted file mode 100644 index 3472e07..0000000 --- a/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/util/ensureObject.js +++ /dev/null @@ -1,22 +0,0 @@ -"use strict"; - -exports.__esModule = true; -exports["default"] = ensureObject; - -function ensureObject(obj) { - for (var _len = arguments.length, props = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) { - props[_key - 1] = arguments[_key]; - } - - while (props.length > 0) { - var prop = props.shift(); - - if (!obj[prop]) { - obj[prop] = {}; - } - - obj = obj[prop]; - } -} - -module.exports = exports.default; \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/util/getProp.js b/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/util/getProp.js deleted file mode 100644 index 53e07c9..0000000 --- a/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/util/getProp.js +++ /dev/null @@ -1,24 +0,0 @@ -"use strict"; - -exports.__esModule = true; -exports["default"] = getProp; - -function getProp(obj) { - for (var _len = arguments.length, props = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) { - props[_key - 1] = arguments[_key]; - } - - while (props.length > 0) { - var prop = props.shift(); - - if (!obj[prop]) { - return undefined; - } - - obj = obj[prop]; - } - - return obj; -} - -module.exports = exports.default; \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/util/index.js b/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/util/index.js deleted file mode 100644 index 043fda8..0000000 --- a/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/util/index.js +++ /dev/null @@ -1,22 +0,0 @@ -"use strict"; - -exports.__esModule = true; -exports.stripComments = exports.ensureObject = exports.getProp = exports.unesc = void 0; - -var _unesc = _interopRequireDefault(require("./unesc")); - -exports.unesc = _unesc["default"]; - -var _getProp = _interopRequireDefault(require("./getProp")); - -exports.getProp = _getProp["default"]; - -var _ensureObject = _interopRequireDefault(require("./ensureObject")); - -exports.ensureObject = _ensureObject["default"]; - -var _stripComments = _interopRequireDefault(require("./stripComments")); - -exports.stripComments = _stripComments["default"]; - -function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; } \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/util/stripComments.js b/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/util/stripComments.js deleted file mode 100644 index c74f1fe..0000000 --- a/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/util/stripComments.js +++ /dev/null @@ -1,27 +0,0 @@ -"use strict"; - -exports.__esModule = true; -exports["default"] = stripComments; - -function stripComments(str) { - var s = ""; - var commentStart = str.indexOf("/*"); - var lastEnd = 0; - - while (commentStart >= 0) { - s = s + str.slice(lastEnd, commentStart); - var commentEnd = str.indexOf("*/", commentStart + 2); - - if (commentEnd < 0) { - return s; - } - - lastEnd = commentEnd + 2; - commentStart = str.indexOf("/*", lastEnd); - } - - s = s + str.slice(lastEnd); - return s; -} - -module.exports = exports.default; \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/util/unesc.js b/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/util/unesc.js deleted file mode 100644 index 3136e7e..0000000 --- a/software/flow/node_modules/npm/node_modules/postcss-selector-parser/dist/util/unesc.js +++ /dev/null @@ -1,93 +0,0 @@ -"use strict"; - -exports.__esModule = true; -exports["default"] = unesc; - -// Many thanks for this post which made this migration much easier. -// https://mathiasbynens.be/notes/css-escapes - -/** - * - * @param {string} str - * @returns {[string, number]|undefined} - */ -function gobbleHex(str) { - var lower = str.toLowerCase(); - var hex = ''; - var spaceTerminated = false; - - for (var i = 0; i < 6 && lower[i] !== undefined; i++) { - var code = lower.charCodeAt(i); // check to see if we are dealing with a valid hex char [a-f|0-9] - - var valid = code >= 97 && code <= 102 || code >= 48 && code <= 57; // https://drafts.csswg.org/css-syntax/#consume-escaped-code-point - - spaceTerminated = code === 32; - - if (!valid) { - break; - } - - hex += lower[i]; - } - - if (hex.length === 0) { - return undefined; - } - - var codePoint = parseInt(hex, 16); - var isSurrogate = codePoint >= 0xD800 && codePoint <= 0xDFFF; // Add special case for - // "If this number is zero, or is for a surrogate, or is greater than the maximum allowed code point" - // https://drafts.csswg.org/css-syntax/#maximum-allowed-code-point - - if (isSurrogate || codePoint === 0x0000 || codePoint > 0x10FFFF) { - return ["\uFFFD", hex.length + (spaceTerminated ? 1 : 0)]; - } - - return [String.fromCodePoint(codePoint), hex.length + (spaceTerminated ? 1 : 0)]; -} - -var CONTAINS_ESCAPE = /\\/; - -function unesc(str) { - var needToProcess = CONTAINS_ESCAPE.test(str); - - if (!needToProcess) { - return str; - } - - var ret = ""; - - for (var i = 0; i < str.length; i++) { - if (str[i] === "\\") { - var gobbled = gobbleHex(str.slice(i + 1, i + 7)); - - if (gobbled !== undefined) { - ret += gobbled[0]; - i += gobbled[1]; - continue; - } // Retain a pair of \\ if double escaped `\\\\` - // https://github.com/postcss/postcss-selector-parser/commit/268c9a7656fb53f543dc620aa5b73a30ec3ff20e - - - if (str[i + 1] === "\\") { - ret += "\\"; - i++; - continue; - } // if \\ is at the end of the string retain it - // https://github.com/postcss/postcss-selector-parser/commit/01a6b346e3612ce1ab20219acc26abdc259ccefb - - - if (str.length === i + 1) { - ret += str[i]; - } - - continue; - } - - ret += str[i]; - } - - return ret; -} - -module.exports = exports.default; \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/postcss-selector-parser/package.json b/software/flow/node_modules/npm/node_modules/postcss-selector-parser/package.json deleted file mode 100644 index 9655072..0000000 --- a/software/flow/node_modules/npm/node_modules/postcss-selector-parser/package.json +++ /dev/null @@ -1,78 +0,0 @@ -{ - "name": "postcss-selector-parser", - "version": "6.0.11", - "devDependencies": { - "@babel/cli": "^7.11.6", - "@babel/core": "^7.11.6", - "@babel/eslint-parser": "^7.11.5", - "@babel/eslint-plugin": "^7.11.5", - "@babel/plugin-proposal-class-properties": "^7.10.4", - "@babel/preset-env": "^7.11.5", - "@babel/register": "^7.11.5", - "ava": "^3.12.1", - "babel-plugin-add-module-exports": "^1.0.4", - "coveralls": "^3.1.0", - "del-cli": "^3.0.1", - "eslint": "^7.9.0", - "eslint-plugin-import": "^2.22.0", - "glob": "^7.1.6", - "minimist": "^1.2.5", - "nyc": "^15.1.0", - "postcss": "^8.0.0", - "semver": "^7.3.2", - "typescript": "^4.0.3" - }, - "main": "dist/index.js", - "types": "postcss-selector-parser.d.ts", - "files": [ - "API.md", - "CHANGELOG.md", - "LICENSE-MIT", - "dist", - "postcss-selector-parser.d.ts", - "!**/__tests__" - ], - "scripts": { - "pretest": "eslint src && tsc --noEmit postcss-selector-parser.d.ts", - "prepare": "del-cli dist && BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/", - "lintfix": "eslint --fix src", - "report": "nyc report --reporter=html", - "test": "nyc ava src/__tests__/*.js ", - "testone": "ava" - }, - "dependencies": { - "cssesc": "^3.0.0", - "util-deprecate": "^1.0.2" - }, - "license": "MIT", - "engines": { - "node": ">=4" - }, - "homepage": "https://github.com/postcss/postcss-selector-parser", - "contributors": [ - { - "name": "Ben Briggs", - "email": "beneb.info@gmail.com", - "url": "http://beneb.info" - }, - { - "name": "Chris Eppstein", - "email": "chris@eppsteins.net", - "url": "http://twitter.com/chriseppstein" - } - ], - "repository": "postcss/postcss-selector-parser", - "ava": { - "require": [ - "@babel/register" - ], - "concurrency": 5, - "timeout": "25s" - }, - "nyc": { - "exclude": [ - "node_modules", - "**/__tests__" - ] - } -} diff --git a/software/flow/node_modules/npm/node_modules/postcss-selector-parser/postcss-selector-parser.d.ts b/software/flow/node_modules/npm/node_modules/postcss-selector-parser/postcss-selector-parser.d.ts deleted file mode 100644 index 89a2c52..0000000 --- a/software/flow/node_modules/npm/node_modules/postcss-selector-parser/postcss-selector-parser.d.ts +++ /dev/null @@ -1,555 +0,0 @@ -// Type definitions for postcss-selector-parser 2.2.3 -// Definitions by: Chris Eppstein <chris@eppsteins.net> - -/*~ Note that ES6 modules cannot directly export callable functions. - *~ This file should be imported using the CommonJS-style: - *~ import x = require('someLibrary'); - *~ - *~ Refer to the documentation to understand common - *~ workarounds for this limitation of ES6 modules. - */ - -/*~ This declaration specifies that the function - *~ is the exported object from the file - */ -export = parser; - -// A type that's T but not U. -type Diff<T, U> = T extends U ? never : T; - -// TODO: Conditional types in TS 1.8 will really clean this up. -declare function parser(): parser.Processor<never>; -declare function parser<Transform>(processor: parser.AsyncProcessor<Transform>): parser.Processor<Transform, never>; -declare function parser(processor: parser.AsyncProcessor<void>): parser.Processor<never, never>; -declare function parser<Transform>(processor: parser.SyncProcessor<Transform>): parser.Processor<Transform>; -declare function parser(processor: parser.SyncProcessor<void>): parser.Processor<never>; -declare function parser<Transform>(processor?: parser.SyncProcessor<Transform> | parser.AsyncProcessor<Transform>): parser.Processor<Transform>; - -/*~ If you want to expose types from your module as well, you can - *~ place them in this block. Often you will want to describe the - *~ shape of the return type of the function; that type should - *~ be declared in here, as this example shows. - */ -declare namespace parser { - /* copied from postcss -- so we don't need to add a dependency */ - type ErrorOptions = { - plugin?: string; - word?: string; - index?: number - }; - /* the bits we use of postcss.Rule, copied from postcss -- so we don't need to add a dependency */ - type PostCSSRuleNode = { - selector: string - /** - * @returns postcss.CssSyntaxError but it's a complex object, caller - * should cast to it if they have a dependency on postcss. - */ - error(message: string, options?: ErrorOptions): Error; - }; - /** Accepts a string */ - type Selectors = string | PostCSSRuleNode - type ProcessorFn<ReturnType = void> = (root: parser.Root) => ReturnType; - type SyncProcessor<Transform = void> = ProcessorFn<Transform>; - type AsyncProcessor<Transform = void> = ProcessorFn<PromiseLike<Transform>>; - - const TAG: "tag"; - const STRING: "string"; - const SELECTOR: "selector"; - const ROOT: "root"; - const PSEUDO: "pseudo"; - const NESTING: "nesting"; - const ID: "id"; - const COMMENT: "comment"; - const COMBINATOR: "combinator"; - const CLASS: "class"; - const ATTRIBUTE: "attribute"; - const UNIVERSAL: "universal"; - - interface NodeTypes { - tag: Tag, - string: String, - selector: Selector, - root: Root, - pseudo: Pseudo, - nesting: Nesting, - id: Identifier, - comment: Comment, - combinator: Combinator, - class: ClassName, - attribute: Attribute, - universal: Universal - } - - type Node = NodeTypes[keyof NodeTypes]; - - function isNode(node: any): node is Node; - - interface Options { - /** - * Preserve whitespace when true. Default: false; - */ - lossless: boolean; - /** - * When true and a postcss.Rule is passed, set the result of - * processing back onto the rule when done. Default: false. - */ - updateSelector: boolean; - } - class Processor< - TransformType = never, - SyncSelectorsType extends Selectors | never = Selectors - > { - res: Root; - readonly result: String; - ast(selectors: Selectors, options?: Partial<Options>): Promise<Root>; - astSync(selectors: SyncSelectorsType, options?: Partial<Options>): Root; - transform(selectors: Selectors, options?: Partial<Options>): Promise<TransformType>; - transformSync(selectors: SyncSelectorsType, options?: Partial<Options>): TransformType; - process(selectors: Selectors, options?: Partial<Options>): Promise<string>; - processSync(selectors: SyncSelectorsType, options?: Partial<Options>): string; - } - interface ParserOptions { - css: string; - error: (message: string, options: ErrorOptions) => Error; - options: Options; - } - class Parser { - input: ParserOptions; - lossy: boolean; - position: number; - root: Root; - selectors: string; - current: Selector; - constructor(input: ParserOptions); - /** - * Raises an error, if the processor is invoked on - * a postcss Rule node, a better error message is raised. - */ - error(message: string, options?: ErrorOptions): void; - } - interface NodeSource { - start?: { - line: number, - column: number - }, - end?: { - line: number, - column: number - } - } - interface SpaceAround { - before: string; - after: string; - } - interface Spaces extends SpaceAround { - [spaceType: string]: string | Partial<SpaceAround> | undefined; - } - interface NodeOptions<Value = string> { - value: Value; - spaces?: Partial<Spaces>; - source?: NodeSource; - sourceIndex?: number; - } - interface Base< - Value extends string | undefined = string, - ParentType extends Container | undefined = Container | undefined - > { - type: keyof NodeTypes; - parent: ParentType; - value: Value; - spaces: Spaces; - source?: NodeSource; - sourceIndex: number; - rawSpaceBefore: string; - rawSpaceAfter: string; - remove(): Node; - replaceWith(...nodes: Node[]): Node; - next(): Node; - prev(): Node; - clone(opts: {[override: string]:any}): Node; - /** - * Return whether this node includes the character at the position of the given line and column. - * Returns undefined if the nodes lack sufficient source metadata to determine the position. - * @param line 1-index based line number relative to the start of the selector. - * @param column 1-index based column number relative to the start of the selector. - */ - isAtPosition(line: number, column: number): boolean | undefined; - /** - * Some non-standard syntax doesn't follow normal escaping rules for css, - * this allows the escaped value to be specified directly, allowing illegal characters to be - * directly inserted into css output. - * @param name the property to set - * @param value the unescaped value of the property - * @param valueEscaped optional. the escaped value of the property. - */ - setPropertyAndEscape(name: string, value: any, valueEscaped: string): void; - /** - * When you want a value to passed through to CSS directly. This method - * deletes the corresponding raw value causing the stringifier to fallback - * to the unescaped value. - * @param name the property to set. - * @param value The value that is both escaped and unescaped. - */ - setPropertyWithoutEscape(name: string, value: any): void; - /** - * Some non-standard syntax doesn't follow normal escaping rules for css. - * This allows non standard syntax to be appended to an existing property - * by specifying the escaped value. By specifying the escaped value, - * illegal characters are allowed to be directly inserted into css output. - * @param {string} name the property to set - * @param {any} value the unescaped value of the property - * @param {string} valueEscaped optional. the escaped value of the property. - */ - appendToPropertyAndEscape(name: string, value: any, valueEscaped: string): void; - toString(): string; - } - interface ContainerOptions extends NodeOptions { - nodes?: Array<Node>; - } - interface Container< - Value extends string | undefined = string, - Child extends Node = Node - > extends Base<Value> { - nodes: Array<Child>; - append(selector: Selector): this; - prepend(selector: Selector): this; - at(index: number): Child; - /** - * Return the most specific node at the line and column number given. - * The source location is based on the original parsed location, locations aren't - * updated as selector nodes are mutated. - * - * Note that this location is relative to the location of the first character - * of the selector, and not the location of the selector in the overall document - * when used in conjunction with postcss. - * - * If not found, returns undefined. - * @param line The line number of the node to find. (1-based index) - * @param col The column number of the node to find. (1-based index) - */ - atPosition(line: number, column: number): Child; - index(child: Child): number; - readonly first: Child; - readonly last: Child; - readonly length: number; - removeChild(child: Child): this; - removeAll(): Container; - empty(): Container; - insertAfter(oldNode: Child, newNode: Child): this; - insertBefore(oldNode: Child, newNode: Child): this; - each(callback: (node: Child) => boolean | void): boolean | undefined; - walk( - callback: (node: Node) => boolean | void - ): boolean | undefined; - walkAttributes( - callback: (node: Attribute) => boolean | void - ): boolean | undefined; - walkClasses( - callback: (node: ClassName) => boolean | void - ): boolean | undefined; - walkCombinators( - callback: (node: Combinator) => boolean | void - ): boolean | undefined; - walkComments( - callback: (node: Comment) => boolean | void - ): boolean | undefined; - walkIds( - callback: (node: Identifier) => boolean | void - ): boolean | undefined; - walkNesting( - callback: (node: Nesting) => boolean | void - ): boolean | undefined; - walkPseudos( - callback: (node: Pseudo) => boolean | void - ): boolean | undefined; - walkTags(callback: (node: Tag) => boolean | void): boolean | undefined; - split(callback: (node: Child) => boolean): [Child[], Child[]]; - map<T>(callback: (node: Child) => T): T[]; - reduce( - callback: ( - previousValue: Child, - currentValue: Child, - currentIndex: number, - array: readonly Child[] - ) => Child - ): Child; - reduce( - callback: ( - previousValue: Child, - currentValue: Child, - currentIndex: number, - array: readonly Child[] - ) => Child, - initialValue: Child - ): Child; - reduce<T>( - callback: ( - previousValue: T, - currentValue: Child, - currentIndex: number, - array: readonly Child[] - ) => T, - initialValue: T - ): T; - every(callback: (node: Child) => boolean): boolean; - some(callback: (node: Child) => boolean): boolean; - filter(callback: (node: Child) => boolean): Child[]; - sort(callback: (nodeA: Child, nodeB: Child) => number): Child[]; - toString(): string; - } - function isContainer(node: any): node is Root | Selector | Pseudo; - - interface NamespaceOptions<Value extends string | undefined = string> extends NodeOptions<Value> { - namespace?: string | true; - } - interface Namespace<Value extends string | undefined = string> extends Base<Value> { - /** alias for namespace */ - ns: string | true; - /** - * namespace prefix. - */ - namespace: string | true; - /** - * If a namespace exists, prefix the value provided with it, separated by |. - */ - qualifiedName(value: string): string; - /** - * A string representing the namespace suitable for output. - */ - readonly namespaceString: string; - } - function isNamespace(node: any): node is Attribute | Tag; - - interface Root extends Container<undefined, Selector> { - type: "root"; - /** - * Raises an error, if the processor is invoked on - * a postcss Rule node, a better error message is raised. - */ - error(message: string, options?: ErrorOptions): Error; - nodeAt(line: number, column: number): Node - } - function root(opts: ContainerOptions): Root; - function isRoot(node: any): node is Root; - - interface _Selector<S> extends Container<string, Diff<Node, S>> { - type: "selector"; - } - type Selector = _Selector<Selector>; - function selector(opts: ContainerOptions): Selector; - function isSelector(node: any): node is Selector; - - interface CombinatorRaws { - value?: string; - spaces?: { - before?: string; - after?: string; - }; - } - interface Combinator extends Base { - type: "combinator"; - raws?: CombinatorRaws; - } - function combinator(opts: NodeOptions): Combinator; - function isCombinator(node: any): node is Combinator; - - interface ClassName extends Base { - type: "class"; - } - function className(opts: NamespaceOptions): ClassName; - function isClassName(node: any): node is ClassName; - - type AttributeOperator = "=" | "~=" | "|=" | "^=" | "$=" | "*="; - type QuoteMark = '"' | "'" | null; - interface PreferredQuoteMarkOptions { - quoteMark?: QuoteMark; - preferCurrentQuoteMark?: boolean; - } - interface SmartQuoteMarkOptions extends PreferredQuoteMarkOptions { - smart?: boolean; - } - interface AttributeOptions extends NamespaceOptions<string | undefined> { - attribute: string; - operator?: AttributeOperator; - insensitive?: boolean; - quoteMark?: QuoteMark; - /** @deprecated Use quoteMark instead. */ - quoted?: boolean; - spaces?: { - before?: string; - after?: string; - attribute?: Partial<SpaceAround>; - operator?: Partial<SpaceAround>; - value?: Partial<SpaceAround>; - insensitive?: Partial<SpaceAround>; - } - raws: { - unquoted?: string; - attribute?: string; - operator?: string; - value?: string; - insensitive?: string; - spaces?: { - attribute?: Partial<Spaces>; - operator?: Partial<Spaces>; - value?: Partial<Spaces>; - insensitive?: Partial<Spaces>; - } - }; - } - interface Attribute extends Namespace<string | undefined> { - type: "attribute"; - attribute: string; - operator?: AttributeOperator; - insensitive?: boolean; - quoteMark: QuoteMark; - quoted?: boolean; - spaces: { - before: string; - after: string; - attribute?: Partial<Spaces>; - operator?: Partial<Spaces>; - value?: Partial<Spaces>; - insensitive?: Partial<Spaces>; - } - raws: { - /** @deprecated The attribute value is unquoted, use that instead.. */ - unquoted?: string; - attribute?: string; - operator?: string; - /** The value of the attribute with quotes and escapes. */ - value?: string; - insensitive?: string; - spaces?: { - attribute?: Partial<Spaces>; - operator?: Partial<Spaces>; - value?: Partial<Spaces>; - insensitive?: Partial<Spaces>; - } - }; - /** - * The attribute name after having been qualified with a namespace. - */ - readonly qualifiedAttribute: string; - - /** - * The case insensitivity flag or an empty string depending on whether this - * attribute is case insensitive. - */ - readonly insensitiveFlag : 'i' | ''; - - /** - * Returns the attribute's value quoted such that it would be legal to use - * in the value of a css file. The original value's quotation setting - * used for stringification is left unchanged. See `setValue(value, options)` - * if you want to control the quote settings of a new value for the attribute or - * `set quoteMark(mark)` if you want to change the quote settings of the current - * value. - * - * You can also change the quotation used for the current value by setting quoteMark. - **/ - getQuotedValue(options?: SmartQuoteMarkOptions): string; - - /** - * Set the unescaped value with the specified quotation options. The value - * provided must not include any wrapping quote marks -- those quotes will - * be interpreted as part of the value and escaped accordingly. - * @param value - */ - setValue(value: string, options?: SmartQuoteMarkOptions): void; - - /** - * Intelligently select a quoteMark value based on the value's contents. If - * the value is a legal CSS ident, it will not be quoted. Otherwise a quote - * mark will be picked that minimizes the number of escapes. - * - * If there's no clear winner, the quote mark from these options is used, - * then the source quote mark (this is inverted if `preferCurrentQuoteMark` is - * true). If the quoteMark is unspecified, a double quote is used. - **/ - smartQuoteMark(options: PreferredQuoteMarkOptions): QuoteMark; - - /** - * Selects the preferred quote mark based on the options and the current quote mark value. - * If you want the quote mark to depend on the attribute value, call `smartQuoteMark(opts)` - * instead. - */ - preferredQuoteMark(options: PreferredQuoteMarkOptions): QuoteMark - - /** - * returns the offset of the attribute part specified relative to the - * start of the node of the output string. - * - * * "ns" - alias for "namespace" - * * "namespace" - the namespace if it exists. - * * "attribute" - the attribute name - * * "attributeNS" - the start of the attribute or its namespace - * * "operator" - the match operator of the attribute - * * "value" - The value (string or identifier) - * * "insensitive" - the case insensitivity flag; - * @param part One of the possible values inside an attribute. - * @returns -1 if the name is invalid or the value doesn't exist in this attribute. - */ - offsetOf(part: "ns" | "namespace" | "attribute" | "attributeNS" | "operator" | "value" | "insensitive"): number; - } - function attribute(opts: AttributeOptions): Attribute; - function isAttribute(node: any): node is Attribute; - - interface Pseudo extends Container<string, Selector> { - type: "pseudo"; - } - function pseudo(opts: ContainerOptions): Pseudo; - /** - * Checks wether the node is the Psuedo subtype of node. - */ - function isPseudo(node: any): node is Pseudo; - - /** - * Checks wether the node is, specifically, a pseudo element instead of - * pseudo class. - */ - function isPseudoElement(node: any): node is Pseudo; - - /** - * Checks wether the node is, specifically, a pseudo class instead of - * pseudo element. - */ - function isPseudoClass(node: any): node is Pseudo; - - - interface Tag extends Namespace { - type: "tag"; - } - function tag(opts: NamespaceOptions): Tag; - function isTag(node: any): node is Tag; - - interface Comment extends Base { - type: "comment"; - } - function comment(opts: NodeOptions): Comment; - function isComment(node: any): node is Comment; - - interface Identifier extends Base { - type: "id"; - } - function id(opts: any): any; - function isIdentifier(node: any): node is Identifier; - - interface Nesting extends Base { - type: "nesting"; - } - function nesting(opts: any): any; - function isNesting(node: any): node is Nesting; - - interface String extends Base { - type: "string"; - } - function string(opts: NodeOptions): String; - function isString(node: any): node is String; - - interface Universal extends Base { - type: "universal"; - } - function universal(opts?: NamespaceOptions): any; - function isUniversal(node: any): node is Universal; -} diff --git a/software/flow/node_modules/npm/node_modules/proc-log/LICENSE b/software/flow/node_modules/npm/node_modules/proc-log/LICENSE deleted file mode 100644 index 8383779..0000000 --- a/software/flow/node_modules/npm/node_modules/proc-log/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -The ISC License - -Copyright (c) GitHub, Inc. - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/proc-log/lib/index.js b/software/flow/node_modules/npm/node_modules/proc-log/lib/index.js deleted file mode 100644 index 7c5dfad..0000000 --- a/software/flow/node_modules/npm/node_modules/proc-log/lib/index.js +++ /dev/null @@ -1,23 +0,0 @@ -// emits 'log' events on the process -const LEVELS = [ - 'notice', - 'error', - 'warn', - 'info', - 'verbose', - 'http', - 'silly', - 'pause', - 'resume', -] - -const log = level => (...args) => process.emit('log', level, ...args) - -const logger = {} -for (const level of LEVELS) { - logger[level] = log(level) -} - -logger.LEVELS = LEVELS - -module.exports = logger diff --git a/software/flow/node_modules/npm/node_modules/proc-log/package.json b/software/flow/node_modules/npm/node_modules/proc-log/package.json deleted file mode 100644 index d335fa9..0000000 --- a/software/flow/node_modules/npm/node_modules/proc-log/package.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "name": "proc-log", - "version": "3.0.0", - "files": [ - "bin/", - "lib/" - ], - "main": "lib/index.js", - "description": "just emit 'log' events on the process object", - "repository": { - "type": "git", - "url": "https://github.com/npm/proc-log.git" - }, - "author": "GitHub Inc.", - "license": "ISC", - "scripts": { - "test": "tap", - "snap": "tap", - "posttest": "npm run lint", - "postsnap": "eslint index.js test/*.js --fix", - "lint": "eslint \"**/*.js\"", - "postlint": "template-oss-check", - "lintfix": "npm run lint -- --fix", - "template-oss-apply": "template-oss-apply --force" - }, - "devDependencies": { - "@npmcli/eslint-config": "^3.0.1", - "@npmcli/template-oss": "4.5.1", - "tap": "^16.0.1" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.5.1" - }, - "tap": { - "nyc-arg": [ - "--exclude", - "tap-snapshots/**" - ] - } -} diff --git a/software/flow/node_modules/npm/node_modules/process/LICENSE b/software/flow/node_modules/npm/node_modules/process/LICENSE deleted file mode 100644 index b8c1246..0000000 --- a/software/flow/node_modules/npm/node_modules/process/LICENSE +++ /dev/null @@ -1,22 +0,0 @@ -(The MIT License) - -Copyright (c) 2013 Roman Shtylman <shtylman@gmail.com> - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -'Software'), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/process/browser.js b/software/flow/node_modules/npm/node_modules/process/browser.js deleted file mode 100644 index d059362..0000000 --- a/software/flow/node_modules/npm/node_modules/process/browser.js +++ /dev/null @@ -1,184 +0,0 @@ -// shim for using process in browser -var process = module.exports = {}; - -// cached from whatever global is present so that test runners that stub it -// don't break things. But we need to wrap it in a try catch in case it is -// wrapped in strict mode code which doesn't define any globals. It's inside a -// function because try/catches deoptimize in certain engines. - -var cachedSetTimeout; -var cachedClearTimeout; - -function defaultSetTimout() { - throw new Error('setTimeout has not been defined'); -} -function defaultClearTimeout () { - throw new Error('clearTimeout has not been defined'); -} -(function () { - try { - if (typeof setTimeout === 'function') { - cachedSetTimeout = setTimeout; - } else { - cachedSetTimeout = defaultSetTimout; - } - } catch (e) { - cachedSetTimeout = defaultSetTimout; - } - try { - if (typeof clearTimeout === 'function') { - cachedClearTimeout = clearTimeout; - } else { - cachedClearTimeout = defaultClearTimeout; - } - } catch (e) { - cachedClearTimeout = defaultClearTimeout; - } -} ()) -function runTimeout(fun) { - if (cachedSetTimeout === setTimeout) { - //normal enviroments in sane situations - return setTimeout(fun, 0); - } - // if setTimeout wasn't available but was latter defined - if ((cachedSetTimeout === defaultSetTimout || !cachedSetTimeout) && setTimeout) { - cachedSetTimeout = setTimeout; - return setTimeout(fun, 0); - } - try { - // when when somebody has screwed with setTimeout but no I.E. maddness - return cachedSetTimeout(fun, 0); - } catch(e){ - try { - // When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally - return cachedSetTimeout.call(null, fun, 0); - } catch(e){ - // same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error - return cachedSetTimeout.call(this, fun, 0); - } - } - - -} -function runClearTimeout(marker) { - if (cachedClearTimeout === clearTimeout) { - //normal enviroments in sane situations - return clearTimeout(marker); - } - // if clearTimeout wasn't available but was latter defined - if ((cachedClearTimeout === defaultClearTimeout || !cachedClearTimeout) && clearTimeout) { - cachedClearTimeout = clearTimeout; - return clearTimeout(marker); - } - try { - // when when somebody has screwed with setTimeout but no I.E. maddness - return cachedClearTimeout(marker); - } catch (e){ - try { - // When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally - return cachedClearTimeout.call(null, marker); - } catch (e){ - // same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error. - // Some versions of I.E. have different rules for clearTimeout vs setTimeout - return cachedClearTimeout.call(this, marker); - } - } - - - -} -var queue = []; -var draining = false; -var currentQueue; -var queueIndex = -1; - -function cleanUpNextTick() { - if (!draining || !currentQueue) { - return; - } - draining = false; - if (currentQueue.length) { - queue = currentQueue.concat(queue); - } else { - queueIndex = -1; - } - if (queue.length) { - drainQueue(); - } -} - -function drainQueue() { - if (draining) { - return; - } - var timeout = runTimeout(cleanUpNextTick); - draining = true; - - var len = queue.length; - while(len) { - currentQueue = queue; - queue = []; - while (++queueIndex < len) { - if (currentQueue) { - currentQueue[queueIndex].run(); - } - } - queueIndex = -1; - len = queue.length; - } - currentQueue = null; - draining = false; - runClearTimeout(timeout); -} - -process.nextTick = function (fun) { - var args = new Array(arguments.length - 1); - if (arguments.length > 1) { - for (var i = 1; i < arguments.length; i++) { - args[i - 1] = arguments[i]; - } - } - queue.push(new Item(fun, args)); - if (queue.length === 1 && !draining) { - runTimeout(drainQueue); - } -}; - -// v8 likes predictible objects -function Item(fun, array) { - this.fun = fun; - this.array = array; -} -Item.prototype.run = function () { - this.fun.apply(null, this.array); -}; -process.title = 'browser'; -process.browser = true; -process.env = {}; -process.argv = []; -process.version = ''; // empty string to avoid regexp issues -process.versions = {}; - -function noop() {} - -process.on = noop; -process.addListener = noop; -process.once = noop; -process.off = noop; -process.removeListener = noop; -process.removeAllListeners = noop; -process.emit = noop; -process.prependListener = noop; -process.prependOnceListener = noop; - -process.listeners = function (name) { return [] } - -process.binding = function (name) { - throw new Error('process.binding is not supported'); -}; - -process.cwd = function () { return '/' }; -process.chdir = function (dir) { - throw new Error('process.chdir is not supported'); -}; -process.umask = function() { return 0; }; diff --git a/software/flow/node_modules/npm/node_modules/process/index.js b/software/flow/node_modules/npm/node_modules/process/index.js deleted file mode 100644 index 8d8ed7d..0000000 --- a/software/flow/node_modules/npm/node_modules/process/index.js +++ /dev/null @@ -1,2 +0,0 @@ -// for now just expose the builtin process global from node.js -module.exports = global.process; diff --git a/software/flow/node_modules/npm/node_modules/process/package.json b/software/flow/node_modules/npm/node_modules/process/package.json deleted file mode 100644 index d2cfaad..0000000 --- a/software/flow/node_modules/npm/node_modules/process/package.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "author": "Roman Shtylman <shtylman@gmail.com>", - "name": "process", - "description": "process information for node.js and browsers", - "keywords": [ - "process" - ], - "scripts": { - "test": "mocha test.js", - "browser": "zuul --no-coverage --ui mocha-bdd --local 8080 -- test.js" - }, - "version": "0.11.10", - "repository": { - "type": "git", - "url": "git://github.com/shtylman/node-process.git" - }, - "license": "MIT", - "browser": "./browser.js", - "main": "./index.js", - "engines": { - "node": ">= 0.6.0" - }, - "devDependencies": { - "mocha": "2.2.1", - "zuul": "^3.10.3" - } -} diff --git a/software/flow/node_modules/npm/node_modules/process/test.js b/software/flow/node_modules/npm/node_modules/process/test.js deleted file mode 100644 index 8ba579c..0000000 --- a/software/flow/node_modules/npm/node_modules/process/test.js +++ /dev/null @@ -1,199 +0,0 @@ -var assert = require('assert'); -var ourProcess = require('./browser'); -describe('test against our process', function () { - test(ourProcess); -}); -if (!process.browser) { - describe('test against node', function () { - test(process); - }); - vmtest(); -} -function test (ourProcess) { - describe('test arguments', function () { - it ('works', function (done) { - var order = 0; - - - ourProcess.nextTick(function (num) { - assert.equal(num, order++, 'first one works'); - ourProcess.nextTick(function (num) { - assert.equal(num, order++, 'recursive one is 4th'); - }, 3); - }, 0); - ourProcess.nextTick(function (num) { - assert.equal(num, order++, 'second one starts'); - ourProcess.nextTick(function (num) { - assert.equal(num, order++, 'this is third'); - ourProcess.nextTick(function (num) { - assert.equal(num, order++, 'this is last'); - done(); - }, 5); - }, 4); - }, 1); - ourProcess.nextTick(function (num) { - - assert.equal(num, order++, '3rd schedualed happens after the error'); - }, 2); - }); - }); -if (!process.browser) { - describe('test errors', function (t) { - it ('works', function (done) { - var order = 0; - process.removeAllListeners('uncaughtException'); - process.once('uncaughtException', function(err) { - assert.equal(2, order++, 'error is third'); - ourProcess.nextTick(function () { - assert.equal(5, order++, 'schedualed in error is last'); - done(); - }); - }); - ourProcess.nextTick(function () { - assert.equal(0, order++, 'first one works'); - ourProcess.nextTick(function () { - assert.equal(4, order++, 'recursive one is 4th'); - }); - }); - ourProcess.nextTick(function () { - assert.equal(1, order++, 'second one starts'); - throw(new Error('an error is thrown')); - }); - ourProcess.nextTick(function () { - assert.equal(3, order++, '3rd schedualed happens after the error'); - }); - }); - }); -} - describe('rename globals', function (t) { - var oldTimeout = setTimeout; - var oldClear = clearTimeout; - - it('clearTimeout', function (done){ - - var ok = true; - clearTimeout = function () { - ok = false; - } - var ran = false; - function cleanup() { - clearTimeout = oldClear; - var err; - try { - assert.ok(ok, 'fake clearTimeout ran'); - assert.ok(ran, 'should have run'); - } catch (e) { - err = e; - } - done(err); - } - setTimeout(cleanup, 1000); - ourProcess.nextTick(function () { - ran = true; - }); - }); - it('just setTimeout', function (done){ - - - setTimeout = function () { - setTimeout = oldTimeout; - try { - assert.ok(false, 'fake setTimeout called') - } catch (e) { - done(e); - } - - } - - ourProcess.nextTick(function () { - setTimeout = oldTimeout; - done(); - }); - }); - }); -} -function vmtest() { - var vm = require('vm'); - var fs = require('fs'); - var process = fs.readFileSync('./browser.js', {encoding: 'utf8'}); - - - describe('should work in vm in strict mode with no globals', function () { - it('should parse', function (done) { - var str = '"use strict";var module = {exports:{}};'; - str += process; - str += 'this.works = process.browser;'; - var script = new vm.Script(str); - var context = { - works: false - }; - script.runInNewContext(context); - assert.ok(context.works); - done(); - }); - it('setTimeout throws error', function (done) { - var str = '"use strict";var module = {exports:{}};'; - str += process; - str += 'try {process.nextTick(function () {})} catch (e){this.works = e;}'; - var script = new vm.Script(str); - var context = { - works: false - }; - script.runInNewContext(context); - assert.ok(context.works); - done(); - }); - it('should generally work', function (done) { - var str = '"use strict";var module = {exports:{}};'; - str += process; - str += 'process.nextTick(function () {assert.ok(true);done();})'; - var script = new vm.Script(str); - var context = { - clearTimeout: clearTimeout, - setTimeout: setTimeout, - done: done, - assert: assert - }; - script.runInNewContext(context); - }); - it('late defs setTimeout', function (done) { - var str = '"use strict";var module = {exports:{}};'; - str += process; - str += 'var setTimeout = hiddenSetTimeout;process.nextTick(function () {assert.ok(true);done();})'; - var script = new vm.Script(str); - var context = { - clearTimeout: clearTimeout, - hiddenSetTimeout: setTimeout, - done: done, - assert: assert - }; - script.runInNewContext(context); - }); - it('late defs clearTimeout', function (done) { - var str = '"use strict";var module = {exports:{}};'; - str += process; - str += 'var clearTimeout = hiddenClearTimeout;process.nextTick(function () {assert.ok(true);done();})'; - var script = new vm.Script(str); - var context = { - hiddenClearTimeout: clearTimeout, - setTimeout: setTimeout, - done: done, - assert: assert - }; - script.runInNewContext(context); - }); - it('late defs setTimeout and then redefine', function (done) { - var str = '"use strict";var module = {exports:{}};'; - str += process; - str += 'var setTimeout = hiddenSetTimeout;process.nextTick(function () {setTimeout = function (){throw new Error("foo")};hiddenSetTimeout(function(){process.nextTick(function (){assert.ok(true);done();});});});'; - var script = new vm.Script(str); - var context = { - clearTimeout: clearTimeout, - hiddenSetTimeout: setTimeout, - done: done, - assert: assert - }; - script.runInNewContext(context); - }); - }); -} diff --git a/software/flow/node_modules/npm/node_modules/promise-all-reject-late/LICENSE b/software/flow/node_modules/npm/node_modules/promise-all-reject-late/LICENSE deleted file mode 100644 index 05eeeb8..0000000 --- a/software/flow/node_modules/npm/node_modules/promise-all-reject-late/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -The ISC License - -Copyright (c) Isaac Z. Schlueter - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/promise-all-reject-late/index.js b/software/flow/node_modules/npm/node_modules/promise-all-reject-late/index.js deleted file mode 100644 index 1425edc..0000000 --- a/software/flow/node_modules/npm/node_modules/promise-all-reject-late/index.js +++ /dev/null @@ -1,27 +0,0 @@ -const allSettled = - Promise.allSettled ? promises => Promise.allSettled(promises) - : promises => { - const reflections = [] - for (let i = 0; i < promises.length; i++) { - reflections[i] = Promise.resolve(promises[i]).then(value => ({ - status: 'fulfilled', - value, - }), reason => ({ - status: 'rejected', - reason, - })) - } - return Promise.all(reflections) - } - -module.exports = promises => allSettled(promises).then(results => { - let er = null - const ret = new Array(results.length) - results.forEach((result, i) => { - if (result.status === 'rejected') - throw result.reason - else - ret[i] = result.value - }) - return ret -}) diff --git a/software/flow/node_modules/npm/node_modules/promise-all-reject-late/package.json b/software/flow/node_modules/npm/node_modules/promise-all-reject-late/package.json deleted file mode 100644 index 5e82f6a..0000000 --- a/software/flow/node_modules/npm/node_modules/promise-all-reject-late/package.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "name": "promise-all-reject-late", - "version": "1.0.1", - "description": "Like Promise.all, but save rejections until all promises are resolved", - "author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)", - "license": "ISC", - "scripts": { - "test": "tap", - "preversion": "npm test", - "postversion": "npm publish", - "prepublishOnly": "git push origin --follow-tags" - }, - "tap": { - "check-coverage": true - }, - "devDependencies": { - "tap": "^14.10.5" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } -} diff --git a/software/flow/node_modules/npm/node_modules/promise-all-reject-late/test/index.js b/software/flow/node_modules/npm/node_modules/promise-all-reject-late/test/index.js deleted file mode 100644 index 2d70254..0000000 --- a/software/flow/node_modules/npm/node_modules/promise-all-reject-late/test/index.js +++ /dev/null @@ -1,88 +0,0 @@ -const t = require('tap') - -const main = () => { - if (process.argv[2] === 'polyfill-all-settled') { - Promise.allSettled = null - runTests() - } else if (process.argv[2] === 'native-all-settled') { - Promise.allSettled = Promise.allSettled || ( - promises => { - const reflections = [] - for (let i = 0; i < promises.length; i++) { - reflections[i] = Promise.resolve(promises[i]).then(value => ({ - status: 'fulfilled', - value, - }), reason => ({ - status: 'rejected', - reason, - })) - } - return Promise.all(reflections) - } - ) - runTests() - } else { - t.spawn(process.execPath, [__filename, 'polyfill-all-settled']) - t.spawn(process.execPath, [__filename, 'native-all-settled']) - } -} - -const runTests = () => { - const lateFail = require('../') - - t.test('fail only after all promises resolve', t => { - let resolvedSlow = false - const fast = () => Promise.reject('nope') - const slow = () => new Promise(res => setTimeout(res, 100)) - .then(() => resolvedSlow = true) - - // throw some holes and junk in the array to verify that we handle it - return t.rejects(lateFail([fast(),,,,slow(), null, {not: 'a promise'},,,])) - .then(() => t.equal(resolvedSlow, true, 'resolved slow before failure')) - }) - - t.test('works just like Promise.all() otherwise', t => { - const one = () => Promise.resolve(1) - const two = () => Promise.resolve(2) - const tre = () => Promise.resolve(3) - const fur = () => Promise.resolve(4) - const fiv = () => Promise.resolve(5) - const six = () => Promise.resolve(6) - const svn = () => Promise.resolve(7) - const eit = () => Promise.resolve(8) - const nin = () => Promise.resolve(9) - const ten = () => Promise.resolve(10) - const expect = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10] - const all = Promise.all([ - one(), - two(), - tre(), - fur(), - fiv(), - six(), - svn(), - eit(), - nin(), - ten(), - ]) - const late = lateFail([ - one(), - two(), - tre(), - fur(), - fiv(), - six(), - svn(), - eit(), - nin(), - ten(), - ]) - - return Promise.all([all, late]).then(([all, late]) => { - t.strictSame(all, expect) - t.strictSame(late, expect) - }) - }) -} - -main() diff --git a/software/flow/node_modules/npm/node_modules/promise-call-limit/LICENSE b/software/flow/node_modules/npm/node_modules/promise-call-limit/LICENSE deleted file mode 100644 index 05eeeb8..0000000 --- a/software/flow/node_modules/npm/node_modules/promise-call-limit/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -The ISC License - -Copyright (c) Isaac Z. Schlueter - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/promise-call-limit/index.js b/software/flow/node_modules/npm/node_modules/promise-call-limit/index.js deleted file mode 100644 index a093c24..0000000 --- a/software/flow/node_modules/npm/node_modules/promise-call-limit/index.js +++ /dev/null @@ -1,43 +0,0 @@ -const defLimit = require('os').cpus().length -const callLimit = (queue, limit = defLimit) => new Promise((res, rej) => { - let active = 0 - let current = 0 - const results = [] - - let rejected = false - const reject = er => { - if (rejected) - return - rejected = true - rej(er) - } - - let resolved = false - const resolve = () => { - if (resolved || active > 0) - return - resolved = true - res(results) - } - - const run = () => { - const c = current++ - if (c >= queue.length) { - return resolve() - } - - active ++ - results[c] = queue[c]().then(result => { - active -- - results[c] = result - run() - return result - }, reject) - } - - for (let i = 0; i < limit; i++) { - run() - } -}) - -module.exports = callLimit diff --git a/software/flow/node_modules/npm/node_modules/promise-call-limit/package.json b/software/flow/node_modules/npm/node_modules/promise-call-limit/package.json deleted file mode 100644 index ae5e461..0000000 --- a/software/flow/node_modules/npm/node_modules/promise-call-limit/package.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "promise-call-limit", - "version": "1.0.1", - "files": [ - "index.js" - ], - "description": "Call an array of promise-returning functions, restricting concurrency to a specified limit.", - "repository": { - "type": "git", - "url": "git+https://github.com/isaacs/promise-call-limit" - }, - "author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)", - "license": "ISC", - "scripts": { - "test": "tap", - "preversion": "npm test", - "postversion": "npm publish", - "prepublishOnly": "git push origin --follow-tags" - }, - "tap": { - "check-coverage": true - }, - "devDependencies": { - "tap": "^14.10.6" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } -} diff --git a/software/flow/node_modules/npm/node_modules/promise-inflight/LICENSE b/software/flow/node_modules/npm/node_modules/promise-inflight/LICENSE deleted file mode 100644 index 83e7c4c..0000000 --- a/software/flow/node_modules/npm/node_modules/promise-inflight/LICENSE +++ /dev/null @@ -1,14 +0,0 @@ -Copyright (c) 2017, Rebecca Turner <me@re-becca.org> - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF -OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - diff --git a/software/flow/node_modules/npm/node_modules/promise-inflight/inflight.js b/software/flow/node_modules/npm/node_modules/promise-inflight/inflight.js deleted file mode 100644 index ce054d3..0000000 --- a/software/flow/node_modules/npm/node_modules/promise-inflight/inflight.js +++ /dev/null @@ -1,36 +0,0 @@ -'use strict' -module.exports = inflight - -let Bluebird -try { - Bluebird = require('bluebird') -} catch (_) { - Bluebird = Promise -} - -const active = {} -inflight.active = active -function inflight (unique, doFly) { - return Bluebird.all([unique, doFly]).then(function (args) { - const unique = args[0] - const doFly = args[1] - if (Array.isArray(unique)) { - return Bluebird.all(unique).then(function (uniqueArr) { - return _inflight(uniqueArr.join(''), doFly) - }) - } else { - return _inflight(unique, doFly) - } - }) - - function _inflight (unique, doFly) { - if (!active[unique]) { - active[unique] = (new Bluebird(function (resolve) { - return resolve(doFly()) - })) - active[unique].then(cleanup, cleanup) - function cleanup() { delete active[unique] } - } - return active[unique] - } -} diff --git a/software/flow/node_modules/npm/node_modules/promise-inflight/package.json b/software/flow/node_modules/npm/node_modules/promise-inflight/package.json deleted file mode 100644 index 0d8930c..0000000 --- a/software/flow/node_modules/npm/node_modules/promise-inflight/package.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "promise-inflight", - "version": "1.0.1", - "description": "One promise for multiple requests in flight to avoid async duplication", - "main": "inflight.js", - "files": [ - "inflight.js" - ], - "license": "ISC", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "keywords": [], - "author": "Rebecca Turner <me@re-becca.org> (http://re-becca.org/)", - "devDependencies": {}, - "repository": { - "type": "git", - "url": "git+https://github.com/iarna/promise-inflight.git" - }, - "bugs": { - "url": "https://github.com/iarna/promise-inflight/issues" - }, - "homepage": "https://github.com/iarna/promise-inflight#readme" -} diff --git a/software/flow/node_modules/npm/node_modules/promise-retry/LICENSE b/software/flow/node_modules/npm/node_modules/promise-retry/LICENSE deleted file mode 100644 index db5e914..0000000 --- a/software/flow/node_modules/npm/node_modules/promise-retry/LICENSE +++ /dev/null @@ -1,19 +0,0 @@ -Copyright (c) 2014 IndigoUnited - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is furnished -to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/promise-retry/index.js b/software/flow/node_modules/npm/node_modules/promise-retry/index.js deleted file mode 100644 index 5df48ae..0000000 --- a/software/flow/node_modules/npm/node_modules/promise-retry/index.js +++ /dev/null @@ -1,52 +0,0 @@ -'use strict'; - -var errcode = require('err-code'); -var retry = require('retry'); - -var hasOwn = Object.prototype.hasOwnProperty; - -function isRetryError(err) { - return err && err.code === 'EPROMISERETRY' && hasOwn.call(err, 'retried'); -} - -function promiseRetry(fn, options) { - var temp; - var operation; - - if (typeof fn === 'object' && typeof options === 'function') { - // Swap options and fn when using alternate signature (options, fn) - temp = options; - options = fn; - fn = temp; - } - - operation = retry.operation(options); - - return new Promise(function (resolve, reject) { - operation.attempt(function (number) { - Promise.resolve() - .then(function () { - return fn(function (err) { - if (isRetryError(err)) { - err = err.retried; - } - - throw errcode(new Error('Retrying'), 'EPROMISERETRY', { retried: err }); - }, number); - }) - .then(resolve, function (err) { - if (isRetryError(err)) { - err = err.retried; - - if (operation.retry(err || new Error())) { - return; - } - } - - reject(err); - }); - }); - }); -} - -module.exports = promiseRetry; diff --git a/software/flow/node_modules/npm/node_modules/promise-retry/package.json b/software/flow/node_modules/npm/node_modules/promise-retry/package.json deleted file mode 100644 index 6842de8..0000000 --- a/software/flow/node_modules/npm/node_modules/promise-retry/package.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "promise-retry", - "version": "2.0.1", - "description": "Retries a function that returns a promise, leveraging the power of the retry module.", - "main": "index.js", - "scripts": { - "test": "mocha --bail -t 10000" - }, - "bugs": { - "url": "https://github.com/IndigoUnited/node-promise-retry/issues/" - }, - "repository": { - "type": "git", - "url": "git://github.com/IndigoUnited/node-promise-retry.git" - }, - "keywords": [ - "retry", - "promise", - "backoff", - "repeat", - "replay" - ], - "author": "IndigoUnited <hello@indigounited.com> (http://indigounited.com)", - "license": "MIT", - "devDependencies": { - "expect.js": "^0.3.1", - "mocha": "^8.0.1", - "sleep-promise": "^8.0.1" - }, - "dependencies": { - "err-code": "^2.0.2", - "retry": "^0.12.0" - }, - "engines": { - "node": ">=10" - } -} diff --git a/software/flow/node_modules/npm/node_modules/promise-retry/test/test.js b/software/flow/node_modules/npm/node_modules/promise-retry/test/test.js deleted file mode 100644 index 466b099..0000000 --- a/software/flow/node_modules/npm/node_modules/promise-retry/test/test.js +++ /dev/null @@ -1,263 +0,0 @@ -'use strict'; - -var expect = require('expect.js'); -var promiseRetry = require('../'); -var promiseDelay = require('sleep-promise'); - -describe('promise-retry', function () { - it('should call fn again if retry was called', function () { - var count = 0; - - return promiseRetry(function (retry) { - count += 1; - - return promiseDelay(10) - .then(function () { - if (count <= 2) { - retry(new Error('foo')); - } - - return 'final'; - }); - }, { factor: 1 }) - .then(function (value) { - expect(value).to.be('final'); - expect(count).to.be(3); - }, function () { - throw new Error('should not fail'); - }); - }); - - it('should call fn with the attempt number', function () { - var count = 0; - - return promiseRetry(function (retry, number) { - count += 1; - expect(count).to.equal(number); - - return promiseDelay(10) - .then(function () { - if (count <= 2) { - retry(new Error('foo')); - } - - return 'final'; - }); - }, { factor: 1 }) - .then(function (value) { - expect(value).to.be('final'); - expect(count).to.be(3); - }, function () { - throw new Error('should not fail'); - }); - }); - - it('should not retry on fulfillment if retry was not called', function () { - var count = 0; - - return promiseRetry(function () { - count += 1; - - return promiseDelay(10) - .then(function () { - return 'final'; - }); - }) - .then(function (value) { - expect(value).to.be('final'); - expect(count).to.be(1); - }, function () { - throw new Error('should not fail'); - }); - }); - - it('should not retry on rejection if retry was not called', function () { - var count = 0; - - return promiseRetry(function () { - count += 1; - - return promiseDelay(10) - .then(function () { - throw new Error('foo'); - }); - }) - .then(function () { - throw new Error('should not succeed'); - }, function (err) { - expect(err.message).to.be('foo'); - expect(count).to.be(1); - }); - }); - - it('should not retry on rejection if nr of retries is 0', function () { - var count = 0; - - return promiseRetry(function (retry) { - count += 1; - - return promiseDelay(10) - .then(function () { - throw new Error('foo'); - }) - .catch(retry); - }, { retries : 0 }) - .then(function () { - throw new Error('should not succeed'); - }, function (err) { - expect(err.message).to.be('foo'); - expect(count).to.be(1); - }); - }); - - it('should reject the promise if the retries were exceeded', function () { - var count = 0; - - return promiseRetry(function (retry) { - count += 1; - - return promiseDelay(10) - .then(function () { - throw new Error('foo'); - }) - .catch(retry); - }, { retries: 2, factor: 1 }) - .then(function () { - throw new Error('should not succeed'); - }, function (err) { - expect(err.message).to.be('foo'); - expect(count).to.be(3); - }); - }); - - it('should pass options to the underlying retry module', function () { - var count = 0; - - return promiseRetry(function (retry) { - return promiseDelay(10) - .then(function () { - if (count < 2) { - count += 1; - retry(new Error('foo')); - } - - return 'final'; - }); - }, { retries: 1, factor: 1 }) - .then(function () { - throw new Error('should not succeed'); - }, function (err) { - expect(err.message).to.be('foo'); - }); - }); - - it('should convert direct fulfillments into promises', function () { - return promiseRetry(function () { - return 'final'; - }, { factor: 1 }) - .then(function (value) { - expect(value).to.be('final'); - }, function () { - throw new Error('should not fail'); - }); - }); - - it('should convert direct rejections into promises', function () { - promiseRetry(function () { - throw new Error('foo'); - }, { retries: 1, factor: 1 }) - .then(function () { - throw new Error('should not succeed'); - }, function (err) { - expect(err.message).to.be('foo'); - }); - }); - - it('should not crash on undefined rejections', function () { - return promiseRetry(function () { - throw undefined; - }, { retries: 1, factor: 1 }) - .then(function () { - throw new Error('should not succeed'); - }, function (err) { - expect(err).to.be(undefined); - }) - .then(function () { - return promiseRetry(function (retry) { - retry(); - }, { retries: 1, factor: 1 }); - }) - .then(function () { - throw new Error('should not succeed'); - }, function (err) { - expect(err).to.be(undefined); - }); - }); - - it('should retry if retry() was called with undefined', function () { - var count = 0; - - return promiseRetry(function (retry) { - count += 1; - - return promiseDelay(10) - .then(function () { - if (count <= 2) { - retry(); - } - - return 'final'; - }); - }, { factor: 1 }) - .then(function (value) { - expect(value).to.be('final'); - expect(count).to.be(3); - }, function () { - throw new Error('should not fail'); - }); - }); - - it('should work with several retries in the same chain', function () { - var count = 0; - - return promiseRetry(function (retry) { - count += 1; - - return promiseDelay(10) - .then(function () { - retry(new Error('foo')); - }) - .catch(function (err) { - retry(err); - }); - }, { retries: 1, factor: 1 }) - .then(function () { - throw new Error('should not succeed'); - }, function (err) { - expect(err.message).to.be('foo'); - expect(count).to.be(2); - }); - }); - - it('should allow options to be passed first', function () { - var count = 0; - - return promiseRetry({ factor: 1 }, function (retry) { - count += 1; - - return promiseDelay(10) - .then(function () { - if (count <= 2) { - retry(new Error('foo')); - } - - return 'final'; - }); - }).then(function (value) { - expect(value).to.be('final'); - expect(count).to.be(3); - }, function () { - throw new Error('should not fail'); - }); - }); -}); diff --git a/software/flow/node_modules/npm/node_modules/promzard/LICENSE b/software/flow/node_modules/npm/node_modules/promzard/LICENSE deleted file mode 100644 index 05eeeb8..0000000 --- a/software/flow/node_modules/npm/node_modules/promzard/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -The ISC License - -Copyright (c) Isaac Z. Schlueter - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/promzard/lib/index.js b/software/flow/node_modules/npm/node_modules/promzard/lib/index.js deleted file mode 100644 index 2244cbb..0000000 --- a/software/flow/node_modules/npm/node_modules/promzard/lib/index.js +++ /dev/null @@ -1,175 +0,0 @@ -const fs = require('fs/promises') -const { runInThisContext } = require('vm') -const { promisify } = require('util') -const { randomBytes } = require('crypto') -const { Module } = require('module') -const { dirname, basename } = require('path') -const read = require('read') - -const files = {} - -class PromZard { - #file = null - #backupFile = null - #ctx = null - #unique = randomBytes(8).toString('hex') - #prompts = [] - - constructor (file, ctx = {}, options = {}) { - this.#file = file - this.#ctx = ctx - this.#backupFile = options.backupFile - } - - static async promzard (file, ctx, options) { - const pz = new PromZard(file, ctx, options) - return pz.load() - } - - static async fromBuffer (buf, ctx, options) { - let filename = 0 - do { - filename = '\0' + Math.random() - } while (files[filename]) - files[filename] = buf - const ret = await PromZard.promzard(filename, ctx, options) - delete files[filename] - return ret - } - - async load () { - if (files[this.#file]) { - return this.#loaded() - } - - try { - files[this.#file] = await fs.readFile(this.#file, 'utf8') - } catch (er) { - if (er && this.#backupFile) { - this.#file = this.#backupFile - this.#backupFile = null - return this.load() - } - throw er - } - - return this.#loaded() - } - - async #loaded () { - const mod = new Module(this.#file, module) - mod.loaded = true - mod.filename = this.#file - mod.id = this.#file - mod.paths = Module._nodeModulePaths(dirname(this.#file)) - - this.#ctx.prompt = this.#makePrompt() - this.#ctx.__filename = this.#file - this.#ctx.__dirname = dirname(this.#file) - this.#ctx.__basename = basename(this.#file) - this.#ctx.module = mod - this.#ctx.require = (p) => mod.require(p) - this.#ctx.require.resolve = (p) => Module._resolveFilename(p, mod) - this.#ctx.exports = mod.exports - - const body = `(function(${Object.keys(this.#ctx).join(', ')}) { ${files[this.#file]}\n })` - runInThisContext(body, this.#file).apply(this.#ctx, Object.values(this.#ctx)) - this.#ctx.res = mod.exports - - return this.#walk() - } - - #makePrompt () { - return (...args) => { - let p, d, t - for (let i = 0; i < args.length; i++) { - const a = args[i] - if (typeof a === 'string') { - if (p) { - d = a - } else { - p = a - } - } else if (typeof a === 'function') { - t = a - } else if (a && typeof a === 'object') { - p = a.prompt || p - d = a.default || d - t = a.transform || t - } - } - try { - return `${this.#unique}-${this.#prompts.length}` - } finally { - this.#prompts.push([p, d, t]) - } - } - } - - async #walk (o = this.#ctx.res) { - const keys = Object.keys(o) - - const len = keys.length - let i = 0 - - while (i < len) { - const k = keys[i] - const v = o[k] - i++ - - if (v && typeof v === 'object') { - o[k] = await this.#walk(v) - continue - } - - if (v && typeof v === 'string' && v.startsWith(this.#unique)) { - const n = +v.slice(this.#unique.length + 1) - - // default to the key - // default to the ctx value, if there is one - const [prompt = k, def = this.#ctx[k], tx] = this.#prompts[n] - - try { - o[k] = await this.#prompt(prompt, def, tx) - } catch (er) { - if (er.notValid) { - console.log(er.message) - i-- - } else { - throw er - } - } - continue - } - - if (typeof v === 'function') { - // XXX: remove v.length check to remove cb from functions - // would be a breaking change for `npm init` - // XXX: if cb is no longer an argument then this.#ctx should - // be passed in to allow arrow fns to be used and still access ctx - const fn = v.length ? promisify(v) : v - o[k] = await fn.call(this.#ctx) - // back up so that we process this one again. - // this is because it might return a prompt() call in the cb. - i-- - continue - } - } - - return o - } - - async #prompt (prompt, def, tx) { - const res = await read({ prompt: prompt + ':', default: def }).then((r) => tx ? tx(r) : r) - // XXX: remove this to require throwing an error instead of - // returning it. would be a breaking change for `npm init` - if (res instanceof Error && res.notValid) { - throw res - } - return res - } -} - -module.exports = PromZard.promzard -module.exports.fromBuffer = PromZard.fromBuffer -module.exports.PromZard = PromZard diff --git a/software/flow/node_modules/npm/node_modules/promzard/package.json b/software/flow/node_modules/npm/node_modules/promzard/package.json deleted file mode 100644 index a48764d..0000000 --- a/software/flow/node_modules/npm/node_modules/promzard/package.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "author": "GitHub Inc.", - "name": "promzard", - "description": "prompting wizardly", - "version": "1.0.0", - "repository": { - "url": "https://github.com/npm/promzard.git", - "type": "git" - }, - "dependencies": { - "read": "^2.0.0" - }, - "devDependencies": { - "@npmcli/eslint-config": "^4.0.0", - "@npmcli/template-oss": "4.11.0", - "tap": "^16.3.0" - }, - "main": "lib/index.js", - "scripts": { - "test": "tap", - "lint": "eslint \"**/*.js\"", - "postlint": "template-oss-check", - "template-oss-apply": "template-oss-apply --force", - "lintfix": "npm run lint -- --fix", - "snap": "tap", - "posttest": "npm run lint" - }, - "license": "ISC", - "files": [ - "bin/", - "lib/" - ], - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.11.0" - }, - "tap": { - "jobs": 1, - "test-ignore": "fixtures/", - "nyc-arg": [ - "--exclude", - "tap-snapshots/**" - ] - } -} diff --git a/software/flow/node_modules/npm/node_modules/qrcode-terminal/.travis.yml b/software/flow/node_modules/npm/node_modules/qrcode-terminal/.travis.yml deleted file mode 100644 index 6e5919d..0000000 --- a/software/flow/node_modules/npm/node_modules/qrcode-terminal/.travis.yml +++ /dev/null @@ -1,3 +0,0 @@ -language: node_js -node_js: - - "0.10" diff --git a/software/flow/node_modules/npm/node_modules/qrcode-terminal/LICENSE b/software/flow/node_modules/npm/node_modules/qrcode-terminal/LICENSE deleted file mode 100644 index 07e74fd..0000000 --- a/software/flow/node_modules/npm/node_modules/qrcode-terminal/LICENSE +++ /dev/null @@ -1,222 +0,0 @@ - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright [yyyy] [name of copyright owner] - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - -============================================================== -This product also include the following software: -============================================================== - - QRCode for JavaScript - - Copyright (c) 2009 Kazuhiko Arase - - URL: http://www.d-project.com/ - - Licensed under the MIT license: - http://www.opensource.org/licenses/mit-license.php - - The word "QR Code" is registered trademark of - DENSO WAVE INCORPORATED - http://www.denso-wave.com/qrcode/faqpatent-e.html - -Located in ./vendor/QRCode -- project has been modified to work in Node and some refactoring was done for code cleanup diff --git a/software/flow/node_modules/npm/node_modules/qrcode-terminal/README.md b/software/flow/node_modules/npm/node_modules/qrcode-terminal/README.md deleted file mode 100644 index f5c830f..0000000 --- a/software/flow/node_modules/npm/node_modules/qrcode-terminal/README.md +++ /dev/null @@ -1,82 +0,0 @@ -# QRCode Terminal Edition [![Build Status][travis-ci-img]][travis-ci-url] - -> Going where no QRCode has gone before. - -![Basic Example][basic-example-img] - -# Node Library - -## Install - -Can be installed with: - - $ npm install qrcode-terminal - -and used: - - var qrcode = require('qrcode-terminal'); - -## Usage - -To display some data to the terminal just call: - - qrcode.generate('This will be a QRCode, eh!'); - -You can even specify the error level (default is 'L'): - - qrcode.setErrorLevel('Q'); - qrcode.generate('This will be a QRCode with error level Q!'); - -If you don't want to display to the terminal but just want to string you can provide a callback: - - qrcode.generate('http://github.com', function (qrcode) { - console.log(qrcode); - }); - -If you want to display small output, provide `opts` with `small`: - - qrcode.generate('This will be a small QRCode, eh!', {small: true}); - - qrcode.generate('This will be a small QRCode, eh!', {small: true}, function (qrcode) { - console.log(qrcode) - }); - -# Command-Line - -## Install - - $ npm install -g qrcode-terminal - -## Usage - - $ qrcode-terminal --help - $ qrcode-terminal 'http://github.com' - $ echo 'http://github.com' | qrcode-terminal - -# Support - -- OS X -- Linux -- Windows - -# Server-side - -[node-qrcode][node-qrcode-url] is a popular server-side QRCode generator that -renders to a `canvas` object. - -# Developing - -To setup the development envrionment run `npm install` - -To run tests run `npm test` - -# Contributers - - Gord Tanner <gtanner@gmail.com> - Micheal Brooks <michael@michaelbrooks.ca> - -[travis-ci-img]: https://travis-ci.org/gtanner/qrcode-terminal.png -[travis-ci-url]: https://travis-ci.org/gtanner/qrcode-terminal -[basic-example-img]: https://raw.github.com/gtanner/qrcode-terminal/master/example/basic.png -[node-qrcode-url]: https://github.com/soldair/node-qrcode - diff --git a/software/flow/node_modules/npm/node_modules/qrcode-terminal/bin/qrcode-terminal.js b/software/flow/node_modules/npm/node_modules/qrcode-terminal/bin/qrcode-terminal.js deleted file mode 100755 index 6476287..0000000 --- a/software/flow/node_modules/npm/node_modules/qrcode-terminal/bin/qrcode-terminal.js +++ /dev/null @@ -1,101 +0,0 @@ -#!/usr/bin/env node - -/*! - * Module dependencies. - */ - -var qrcode = require('../lib/main'), - path = require('path'), - fs = require('fs'); - -/*! - * Parse the process name - */ - -var name = process.argv[1].replace(/^.*[\\\/]/, '').replace('.js', ''); - -/*! - * Parse the input - */ - -if (process.stdin.isTTY) { - // called with input as argument, e.g.: - // ./qrcode-terminal.js "INPUT" - - var input = process.argv[2]; - handleInput(input); -} else { - // called with piped input, e.g.: - // echo "INPUT" | ./qrcode-terminal.js - - var readline = require('readline'); - - var interface = readline.createInterface({ - input: process.stdin, - output: process.stdout, - terminal: false - }); - - interface.on('line', function(line) { - handleInput(line); - }); -} - -/*! - * Process the input - */ - -function handleInput(input) { - - /*! - * Display help - */ - - if (!input || input === '-h' || input === '--help') { - help(); - process.exit(); - } - - /*! - * Display version - */ - - if (input === '-v' || input === '--version') { - version(); - process.exit(); - } - - /*! - * Render the QR Code - */ - - qrcode.generate(input); -} - -/*! - * Helper functions - */ - -function help() { - console.log([ - '', - 'Usage: ' + name + ' <message>', - '', - 'Options:', - ' -h, --help output usage information', - ' -v, --version output version number', - '', - 'Examples:', - '', - ' $ ' + name + ' hello', - ' $ ' + name + ' "hello world"', - '' - ].join('\n')); -} - -function version() { - var packagePath = path.join(__dirname, '..', 'package.json'), - packageJSON = JSON.parse(fs.readFileSync(packagePath), 'utf8'); - - console.log(packageJSON.version); -} diff --git a/software/flow/node_modules/npm/node_modules/qrcode-terminal/example/basic.js b/software/flow/node_modules/npm/node_modules/qrcode-terminal/example/basic.js deleted file mode 100644 index e1e306d..0000000 --- a/software/flow/node_modules/npm/node_modules/qrcode-terminal/example/basic.js +++ /dev/null @@ -1,2 +0,0 @@ -var qrcode = require('../lib/main'); -qrcode.generate('this is the bomb'); diff --git a/software/flow/node_modules/npm/node_modules/qrcode-terminal/example/basic.png b/software/flow/node_modules/npm/node_modules/qrcode-terminal/example/basic.png deleted file mode 100644 index 2ab5c22..0000000 Binary files a/software/flow/node_modules/npm/node_modules/qrcode-terminal/example/basic.png and /dev/null differ diff --git a/software/flow/node_modules/npm/node_modules/qrcode-terminal/example/callback.js b/software/flow/node_modules/npm/node_modules/qrcode-terminal/example/callback.js deleted file mode 100644 index 5aa6814..0000000 --- a/software/flow/node_modules/npm/node_modules/qrcode-terminal/example/callback.js +++ /dev/null @@ -1,4 +0,0 @@ -var qrcode = require('../lib/main'); -qrcode.generate('someone sets it up', function (str) { - console.log(str); -}); diff --git a/software/flow/node_modules/npm/node_modules/qrcode-terminal/example/small-qrcode.js b/software/flow/node_modules/npm/node_modules/qrcode-terminal/example/small-qrcode.js deleted file mode 100644 index f7d145d..0000000 --- a/software/flow/node_modules/npm/node_modules/qrcode-terminal/example/small-qrcode.js +++ /dev/null @@ -1,6 +0,0 @@ -var qrcode = require('../lib/main'), - url = 'https://google.com/'; - -qrcode.generate(url, { small: true }, function (qr) { - console.log(qr); -}); diff --git a/software/flow/node_modules/npm/node_modules/qrcode-terminal/lib/main.js b/software/flow/node_modules/npm/node_modules/qrcode-terminal/lib/main.js deleted file mode 100644 index 488cc1a..0000000 --- a/software/flow/node_modules/npm/node_modules/qrcode-terminal/lib/main.js +++ /dev/null @@ -1,100 +0,0 @@ -var QRCode = require('./../vendor/QRCode'), - QRErrorCorrectLevel = require('./../vendor/QRCode/QRErrorCorrectLevel'), - black = "\033[40m \033[0m", - white = "\033[47m \033[0m", - toCell = function (isBlack) { - return isBlack ? black : white; - }, - repeat = function (color) { - return { - times: function (count) { - return new Array(count).join(color); - } - }; - }, - fill = function(length, value) { - var arr = new Array(length); - for (var i = 0; i < length; i++) { - arr[i] = value; - } - return arr; - }; - -module.exports = { - - error: QRErrorCorrectLevel.L, - - generate: function (input, opts, cb) { - if (typeof opts === 'function') { - cb = opts; - opts = {}; - } - - var qrcode = new QRCode(-1, this.error); - qrcode.addData(input); - qrcode.make(); - - var output = ''; - if (opts && opts.small) { - var BLACK = true, WHITE = false; - var moduleCount = qrcode.getModuleCount(); - var moduleData = qrcode.modules.slice(); - - var oddRow = moduleCount % 2 === 1; - if (oddRow) { - moduleData.push(fill(moduleCount, WHITE)); - } - - var platte= { - WHITE_ALL: '\u2588', - WHITE_BLACK: '\u2580', - BLACK_WHITE: '\u2584', - BLACK_ALL: ' ', - }; - - var borderTop = repeat(platte.BLACK_WHITE).times(moduleCount + 3); - var borderBottom = repeat(platte.WHITE_BLACK).times(moduleCount + 3); - output += borderTop + '\n'; - - for (var row = 0; row < moduleCount; row += 2) { - output += platte.WHITE_ALL; - - for (var col = 0; col < moduleCount; col++) { - if (moduleData[row][col] === WHITE && moduleData[row + 1][col] === WHITE) { - output += platte.WHITE_ALL; - } else if (moduleData[row][col] === WHITE && moduleData[row + 1][col] === BLACK) { - output += platte.WHITE_BLACK; - } else if (moduleData[row][col] === BLACK && moduleData[row + 1][col] === WHITE) { - output += platte.BLACK_WHITE; - } else { - output += platte.BLACK_ALL; - } - } - - output += platte.WHITE_ALL + '\n'; - } - - if (!oddRow) { - output += borderBottom; - } - } else { - var border = repeat(white).times(qrcode.getModuleCount() + 3); - - output += border + '\n'; - qrcode.modules.forEach(function (row) { - output += white; - output += row.map(toCell).join(''); - output += white + '\n'; - }); - output += border; - } - - if (cb) cb(output); - else console.log(output); - }, - - setErrorLevel: function (error) { - this.error = QRErrorCorrectLevel[error] || this.error; - } - -}; diff --git a/software/flow/node_modules/npm/node_modules/qrcode-terminal/package.json b/software/flow/node_modules/npm/node_modules/qrcode-terminal/package.json deleted file mode 100644 index 9a6b9e7..0000000 --- a/software/flow/node_modules/npm/node_modules/qrcode-terminal/package.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "qrcode-terminal", - "keywords": ["ansi", "ascii", "qrcode", "console"], - "version" : "0.12.0", - "description" : "QRCodes, in the terminal", - "homepage": "https://github.com/gtanner/qrcode-terminal", - "repository": { - "type": "git", - "url": "https://github.com/gtanner/qrcode-terminal" - }, - "contributors": [{ - "name": "Gord Tanner", - "email": "gtanner@gmail.com", - "url": "http://github.com/gtanner" - }, { - "name": "Michael Brooks", - "email": "mikeywbrooks@gmail.com", - "url": "http://github.com/mwbrooks" - }], - "licenses": [{ - "type": "Apache 2.0" - }], - "main": "./lib/main", - "bin": { - "qrcode-terminal": "./bin/qrcode-terminal.js" - }, - "preferGlobal": false, - "devDependencies": { - "sinon": "*", - "mocha": "*", - "expect.js": "*", - "jshint": "*" - }, - "scripts": { - "test": "./node_modules/jshint/bin/jshint lib vendor && node example/basic.js && ./node_modules/mocha/bin/mocha -R nyan" - } -} diff --git a/software/flow/node_modules/npm/node_modules/qrcode-terminal/test/main.js b/software/flow/node_modules/npm/node_modules/qrcode-terminal/test/main.js deleted file mode 100644 index 71cf3f9..0000000 --- a/software/flow/node_modules/npm/node_modules/qrcode-terminal/test/main.js +++ /dev/null @@ -1,63 +0,0 @@ -var expect = require('expect.js'), - qrcode = require('./../lib/main'), - sinon = require('sinon'); - -describe('in the main module', function() { - describe('the generate method', function () { - describe('when not providing a callback', function () { - beforeEach(function () { - sinon.stub(console, 'log'); - }); - - afterEach(function () { - sinon.sandbox.restore(); - console.log.reset(); - }); - - it('logs to the console', function () { - qrcode.generate('test'); - expect(console.log.called).to.be(true); - }); - }); - - describe('when providing a callback', function () { - it('will call the callback', function () { - var cb = sinon.spy(); - qrcode.generate('test', cb); - expect(cb.called).to.be(true); - }); - - it('will not call the console.log method', function () { - qrcode.generate('test', sinon.spy()); - expect(console.log.called).to.be(false); - }); - }); - - describe('the QR Code', function () { - it('should be a string', function (done) { - qrcode.generate('test', function(result) { - expect(result).to.be.a('string'); - done(); - }); - }); - - it('should not end with a newline', function (done) { - qrcode.generate('test', function(result) { - expect(result).not.to.match(/\n$/); - done(); - }); - }); - }); - - describe('the error level', function () { - it('should default to 1', function() { - expect(qrcode.error).to.be(1); - }); - - it('should not allow other levels', function() { - qrcode.setErrorLevel = 'something'; - expect(qrcode.error).to.be(1); - }); - }); - }); -}); diff --git a/software/flow/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QR8bitByte.js b/software/flow/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QR8bitByte.js deleted file mode 100644 index 94bf74f..0000000 --- a/software/flow/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QR8bitByte.js +++ /dev/null @@ -1,22 +0,0 @@ -var QRMode = require('./QRMode'); - -function QR8bitByte(data) { - this.mode = QRMode.MODE_8BIT_BYTE; - this.data = data; -} - -QR8bitByte.prototype = { - - getLength : function() { - return this.data.length; - }, - - write : function(buffer) { - for (var i = 0; i < this.data.length; i++) { - // not JIS ... - buffer.put(this.data.charCodeAt(i), 8); - } - } -}; - -module.exports = QR8bitByte; diff --git a/software/flow/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QRBitBuffer.js b/software/flow/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QRBitBuffer.js deleted file mode 100644 index e2861f6..0000000 --- a/software/flow/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QRBitBuffer.js +++ /dev/null @@ -1,38 +0,0 @@ -function QRBitBuffer() { - this.buffer = []; - this.length = 0; -} - -QRBitBuffer.prototype = { - - get : function(index) { - var bufIndex = Math.floor(index / 8); - return ( (this.buffer[bufIndex] >>> (7 - index % 8) ) & 1) == 1; - }, - - put : function(num, length) { - for (var i = 0; i < length; i++) { - this.putBit( ( (num >>> (length - i - 1) ) & 1) == 1); - } - }, - - getLengthInBits : function() { - return this.length; - }, - - putBit : function(bit) { - - var bufIndex = Math.floor(this.length / 8); - if (this.buffer.length <= bufIndex) { - this.buffer.push(0); - } - - if (bit) { - this.buffer[bufIndex] |= (0x80 >>> (this.length % 8) ); - } - - this.length++; - } -}; - -module.exports = QRBitBuffer; diff --git a/software/flow/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QRErrorCorrectLevel.js b/software/flow/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QRErrorCorrectLevel.js deleted file mode 100644 index 9b4b300..0000000 --- a/software/flow/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QRErrorCorrectLevel.js +++ /dev/null @@ -1,7 +0,0 @@ -module.exports = { - L : 1, - M : 0, - Q : 3, - H : 2 -}; - diff --git a/software/flow/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QRMaskPattern.js b/software/flow/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QRMaskPattern.js deleted file mode 100644 index f6fdeb5..0000000 --- a/software/flow/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QRMaskPattern.js +++ /dev/null @@ -1,10 +0,0 @@ -module.exports = { - PATTERN000 : 0, - PATTERN001 : 1, - PATTERN010 : 2, - PATTERN011 : 3, - PATTERN100 : 4, - PATTERN101 : 5, - PATTERN110 : 6, - PATTERN111 : 7 -}; diff --git a/software/flow/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QRMath.js b/software/flow/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QRMath.js deleted file mode 100644 index 8f4a037..0000000 --- a/software/flow/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QRMath.js +++ /dev/null @@ -1,44 +0,0 @@ -var QRMath = { - - glog : function(n) { - - if (n < 1) { - throw new Error("glog(" + n + ")"); - } - - return QRMath.LOG_TABLE[n]; - }, - - gexp : function(n) { - - while (n < 0) { - n += 255; - } - - while (n >= 256) { - n -= 255; - } - - return QRMath.EXP_TABLE[n]; - }, - - EXP_TABLE : new Array(256), - - LOG_TABLE : new Array(256) - -}; - -for (var i = 0; i < 8; i++) { - QRMath.EXP_TABLE[i] = 1 << i; -} -for (var i = 8; i < 256; i++) { - QRMath.EXP_TABLE[i] = QRMath.EXP_TABLE[i - 4] - ^ QRMath.EXP_TABLE[i - 5] - ^ QRMath.EXP_TABLE[i - 6] - ^ QRMath.EXP_TABLE[i - 8]; -} -for (var i = 0; i < 255; i++) { - QRMath.LOG_TABLE[QRMath.EXP_TABLE[i] ] = i; -} - -module.exports = QRMath; diff --git a/software/flow/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QRMode.js b/software/flow/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QRMode.js deleted file mode 100644 index 050c8a3..0000000 --- a/software/flow/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QRMode.js +++ /dev/null @@ -1,6 +0,0 @@ -module.exports = { - MODE_NUMBER : 1 << 0, - MODE_ALPHA_NUM : 1 << 1, - MODE_8BIT_BYTE : 1 << 2, - MODE_KANJI : 1 << 3 -}; diff --git a/software/flow/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QRPolynomial.js b/software/flow/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QRPolynomial.js deleted file mode 100644 index 0c05f38..0000000 --- a/software/flow/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QRPolynomial.js +++ /dev/null @@ -1,66 +0,0 @@ -var QRMath = require('./QRMath'); - -function QRPolynomial(num, shift) { - if (num.length === undefined) { - throw new Error(num.length + "/" + shift); - } - - var offset = 0; - - while (offset < num.length && num[offset] === 0) { - offset++; - } - - this.num = new Array(num.length - offset + shift); - for (var i = 0; i < num.length - offset; i++) { - this.num[i] = num[i + offset]; - } -} - -QRPolynomial.prototype = { - - get : function(index) { - return this.num[index]; - }, - - getLength : function() { - return this.num.length; - }, - - multiply : function(e) { - - var num = new Array(this.getLength() + e.getLength() - 1); - - for (var i = 0; i < this.getLength(); i++) { - for (var j = 0; j < e.getLength(); j++) { - num[i + j] ^= QRMath.gexp(QRMath.glog(this.get(i) ) + QRMath.glog(e.get(j) ) ); - } - } - - return new QRPolynomial(num, 0); - }, - - mod : function(e) { - - if (this.getLength() - e.getLength() < 0) { - return this; - } - - var ratio = QRMath.glog(this.get(0) ) - QRMath.glog(e.get(0) ); - - var num = new Array(this.getLength() ); - - for (var i = 0; i < this.getLength(); i++) { - num[i] = this.get(i); - } - - for (var x = 0; x < e.getLength(); x++) { - num[x] ^= QRMath.gexp(QRMath.glog(e.get(x) ) + ratio); - } - - // recursive call - return new QRPolynomial(num, 0).mod(e); - } -}; - -module.exports = QRPolynomial; diff --git a/software/flow/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QRRSBlock.js b/software/flow/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QRRSBlock.js deleted file mode 100644 index d150af1..0000000 --- a/software/flow/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QRRSBlock.js +++ /dev/null @@ -1,298 +0,0 @@ -var QRErrorCorrectLevel = require('./QRErrorCorrectLevel'); - -function QRRSBlock(totalCount, dataCount) { - this.totalCount = totalCount; - this.dataCount = dataCount; -} - -QRRSBlock.RS_BLOCK_TABLE = [ - - // L - // M - // Q - // H - - // 1 - [1, 26, 19], - [1, 26, 16], - [1, 26, 13], - [1, 26, 9], - - // 2 - [1, 44, 34], - [1, 44, 28], - [1, 44, 22], - [1, 44, 16], - - // 3 - [1, 70, 55], - [1, 70, 44], - [2, 35, 17], - [2, 35, 13], - - // 4 - [1, 100, 80], - [2, 50, 32], - [2, 50, 24], - [4, 25, 9], - - // 5 - [1, 134, 108], - [2, 67, 43], - [2, 33, 15, 2, 34, 16], - [2, 33, 11, 2, 34, 12], - - // 6 - [2, 86, 68], - [4, 43, 27], - [4, 43, 19], - [4, 43, 15], - - // 7 - [2, 98, 78], - [4, 49, 31], - [2, 32, 14, 4, 33, 15], - [4, 39, 13, 1, 40, 14], - - // 8 - [2, 121, 97], - [2, 60, 38, 2, 61, 39], - [4, 40, 18, 2, 41, 19], - [4, 40, 14, 2, 41, 15], - - // 9 - [2, 146, 116], - [3, 58, 36, 2, 59, 37], - [4, 36, 16, 4, 37, 17], - [4, 36, 12, 4, 37, 13], - - // 10 - [2, 86, 68, 2, 87, 69], - [4, 69, 43, 1, 70, 44], - [6, 43, 19, 2, 44, 20], - [6, 43, 15, 2, 44, 16], - - // 11 - [4, 101, 81], - [1, 80, 50, 4, 81, 51], - [4, 50, 22, 4, 51, 23], - [3, 36, 12, 8, 37, 13], - - // 12 - [2, 116, 92, 2, 117, 93], - [6, 58, 36, 2, 59, 37], - [4, 46, 20, 6, 47, 21], - [7, 42, 14, 4, 43, 15], - - // 13 - [4, 133, 107], - [8, 59, 37, 1, 60, 38], - [8, 44, 20, 4, 45, 21], - [12, 33, 11, 4, 34, 12], - - // 14 - [3, 145, 115, 1, 146, 116], - [4, 64, 40, 5, 65, 41], - [11, 36, 16, 5, 37, 17], - [11, 36, 12, 5, 37, 13], - - // 15 - [5, 109, 87, 1, 110, 88], - [5, 65, 41, 5, 66, 42], - [5, 54, 24, 7, 55, 25], - [11, 36, 12], - - // 16 - [5, 122, 98, 1, 123, 99], - [7, 73, 45, 3, 74, 46], - [15, 43, 19, 2, 44, 20], - [3, 45, 15, 13, 46, 16], - - // 17 - [1, 135, 107, 5, 136, 108], - [10, 74, 46, 1, 75, 47], - [1, 50, 22, 15, 51, 23], - [2, 42, 14, 17, 43, 15], - - // 18 - [5, 150, 120, 1, 151, 121], - [9, 69, 43, 4, 70, 44], - [17, 50, 22, 1, 51, 23], - [2, 42, 14, 19, 43, 15], - - // 19 - [3, 141, 113, 4, 142, 114], - [3, 70, 44, 11, 71, 45], - [17, 47, 21, 4, 48, 22], - [9, 39, 13, 16, 40, 14], - - // 20 - [3, 135, 107, 5, 136, 108], - [3, 67, 41, 13, 68, 42], - [15, 54, 24, 5, 55, 25], - [15, 43, 15, 10, 44, 16], - - // 21 - [4, 144, 116, 4, 145, 117], - [17, 68, 42], - [17, 50, 22, 6, 51, 23], - [19, 46, 16, 6, 47, 17], - - // 22 - [2, 139, 111, 7, 140, 112], - [17, 74, 46], - [7, 54, 24, 16, 55, 25], - [34, 37, 13], - - // 23 - [4, 151, 121, 5, 152, 122], - [4, 75, 47, 14, 76, 48], - [11, 54, 24, 14, 55, 25], - [16, 45, 15, 14, 46, 16], - - // 24 - [6, 147, 117, 4, 148, 118], - [6, 73, 45, 14, 74, 46], - [11, 54, 24, 16, 55, 25], - [30, 46, 16, 2, 47, 17], - - // 25 - [8, 132, 106, 4, 133, 107], - [8, 75, 47, 13, 76, 48], - [7, 54, 24, 22, 55, 25], - [22, 45, 15, 13, 46, 16], - - // 26 - [10, 142, 114, 2, 143, 115], - [19, 74, 46, 4, 75, 47], - [28, 50, 22, 6, 51, 23], - [33, 46, 16, 4, 47, 17], - - // 27 - [8, 152, 122, 4, 153, 123], - [22, 73, 45, 3, 74, 46], - [8, 53, 23, 26, 54, 24], - [12, 45, 15, 28, 46, 16], - - // 28 - [3, 147, 117, 10, 148, 118], - [3, 73, 45, 23, 74, 46], - [4, 54, 24, 31, 55, 25], - [11, 45, 15, 31, 46, 16], - - // 29 - [7, 146, 116, 7, 147, 117], - [21, 73, 45, 7, 74, 46], - [1, 53, 23, 37, 54, 24], - [19, 45, 15, 26, 46, 16], - - // 30 - [5, 145, 115, 10, 146, 116], - [19, 75, 47, 10, 76, 48], - [15, 54, 24, 25, 55, 25], - [23, 45, 15, 25, 46, 16], - - // 31 - [13, 145, 115, 3, 146, 116], - [2, 74, 46, 29, 75, 47], - [42, 54, 24, 1, 55, 25], - [23, 45, 15, 28, 46, 16], - - // 32 - [17, 145, 115], - [10, 74, 46, 23, 75, 47], - [10, 54, 24, 35, 55, 25], - [19, 45, 15, 35, 46, 16], - - // 33 - [17, 145, 115, 1, 146, 116], - [14, 74, 46, 21, 75, 47], - [29, 54, 24, 19, 55, 25], - [11, 45, 15, 46, 46, 16], - - // 34 - [13, 145, 115, 6, 146, 116], - [14, 74, 46, 23, 75, 47], - [44, 54, 24, 7, 55, 25], - [59, 46, 16, 1, 47, 17], - - // 35 - [12, 151, 121, 7, 152, 122], - [12, 75, 47, 26, 76, 48], - [39, 54, 24, 14, 55, 25], - [22, 45, 15, 41, 46, 16], - - // 36 - [6, 151, 121, 14, 152, 122], - [6, 75, 47, 34, 76, 48], - [46, 54, 24, 10, 55, 25], - [2, 45, 15, 64, 46, 16], - - // 37 - [17, 152, 122, 4, 153, 123], - [29, 74, 46, 14, 75, 47], - [49, 54, 24, 10, 55, 25], - [24, 45, 15, 46, 46, 16], - - // 38 - [4, 152, 122, 18, 153, 123], - [13, 74, 46, 32, 75, 47], - [48, 54, 24, 14, 55, 25], - [42, 45, 15, 32, 46, 16], - - // 39 - [20, 147, 117, 4, 148, 118], - [40, 75, 47, 7, 76, 48], - [43, 54, 24, 22, 55, 25], - [10, 45, 15, 67, 46, 16], - - // 40 - [19, 148, 118, 6, 149, 119], - [18, 75, 47, 31, 76, 48], - [34, 54, 24, 34, 55, 25], - [20, 45, 15, 61, 46, 16] -]; - -QRRSBlock.getRSBlocks = function(typeNumber, errorCorrectLevel) { - - var rsBlock = QRRSBlock.getRsBlockTable(typeNumber, errorCorrectLevel); - - if (rsBlock === undefined) { - throw new Error("bad rs block @ typeNumber:" + typeNumber + "/errorCorrectLevel:" + errorCorrectLevel); - } - - var length = rsBlock.length / 3; - - var list = []; - - for (var i = 0; i < length; i++) { - - var count = rsBlock[i * 3 + 0]; - var totalCount = rsBlock[i * 3 + 1]; - var dataCount = rsBlock[i * 3 + 2]; - - for (var j = 0; j < count; j++) { - list.push(new QRRSBlock(totalCount, dataCount) ); - } - } - - return list; -}; - -QRRSBlock.getRsBlockTable = function(typeNumber, errorCorrectLevel) { - - switch(errorCorrectLevel) { - case QRErrorCorrectLevel.L : - return QRRSBlock.RS_BLOCK_TABLE[(typeNumber - 1) * 4 + 0]; - case QRErrorCorrectLevel.M : - return QRRSBlock.RS_BLOCK_TABLE[(typeNumber - 1) * 4 + 1]; - case QRErrorCorrectLevel.Q : - return QRRSBlock.RS_BLOCK_TABLE[(typeNumber - 1) * 4 + 2]; - case QRErrorCorrectLevel.H : - return QRRSBlock.RS_BLOCK_TABLE[(typeNumber - 1) * 4 + 3]; - default : - return undefined; - } -}; - -module.exports = QRRSBlock; diff --git a/software/flow/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QRUtil.js b/software/flow/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QRUtil.js deleted file mode 100644 index e5b7d5b..0000000 --- a/software/flow/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QRUtil.js +++ /dev/null @@ -1,272 +0,0 @@ -var QRMode = require('./QRMode'); -var QRPolynomial = require('./QRPolynomial'); -var QRMath = require('./QRMath'); -var QRMaskPattern = require('./QRMaskPattern'); - -var QRUtil = { - - PATTERN_POSITION_TABLE : [ - [], - [6, 18], - [6, 22], - [6, 26], - [6, 30], - [6, 34], - [6, 22, 38], - [6, 24, 42], - [6, 26, 46], - [6, 28, 50], - [6, 30, 54], - [6, 32, 58], - [6, 34, 62], - [6, 26, 46, 66], - [6, 26, 48, 70], - [6, 26, 50, 74], - [6, 30, 54, 78], - [6, 30, 56, 82], - [6, 30, 58, 86], - [6, 34, 62, 90], - [6, 28, 50, 72, 94], - [6, 26, 50, 74, 98], - [6, 30, 54, 78, 102], - [6, 28, 54, 80, 106], - [6, 32, 58, 84, 110], - [6, 30, 58, 86, 114], - [6, 34, 62, 90, 118], - [6, 26, 50, 74, 98, 122], - [6, 30, 54, 78, 102, 126], - [6, 26, 52, 78, 104, 130], - [6, 30, 56, 82, 108, 134], - [6, 34, 60, 86, 112, 138], - [6, 30, 58, 86, 114, 142], - [6, 34, 62, 90, 118, 146], - [6, 30, 54, 78, 102, 126, 150], - [6, 24, 50, 76, 102, 128, 154], - [6, 28, 54, 80, 106, 132, 158], - [6, 32, 58, 84, 110, 136, 162], - [6, 26, 54, 82, 110, 138, 166], - [6, 30, 58, 86, 114, 142, 170] - ], - - G15 : (1 << 10) | (1 << 8) | (1 << 5) | (1 << 4) | (1 << 2) | (1 << 1) | (1 << 0), - G18 : (1 << 12) | (1 << 11) | (1 << 10) | (1 << 9) | (1 << 8) | (1 << 5) | (1 << 2) | (1 << 0), - G15_MASK : (1 << 14) | (1 << 12) | (1 << 10) | (1 << 4) | (1 << 1), - - getBCHTypeInfo : function(data) { - var d = data << 10; - while (QRUtil.getBCHDigit(d) - QRUtil.getBCHDigit(QRUtil.G15) >= 0) { - d ^= (QRUtil.G15 << (QRUtil.getBCHDigit(d) - QRUtil.getBCHDigit(QRUtil.G15) ) ); - } - return ( (data << 10) | d) ^ QRUtil.G15_MASK; - }, - - getBCHTypeNumber : function(data) { - var d = data << 12; - while (QRUtil.getBCHDigit(d) - QRUtil.getBCHDigit(QRUtil.G18) >= 0) { - d ^= (QRUtil.G18 << (QRUtil.getBCHDigit(d) - QRUtil.getBCHDigit(QRUtil.G18) ) ); - } - return (data << 12) | d; - }, - - getBCHDigit : function(data) { - - var digit = 0; - - while (data !== 0) { - digit++; - data >>>= 1; - } - - return digit; - }, - - getPatternPosition : function(typeNumber) { - return QRUtil.PATTERN_POSITION_TABLE[typeNumber - 1]; - }, - - getMask : function(maskPattern, i, j) { - - switch (maskPattern) { - - case QRMaskPattern.PATTERN000 : return (i + j) % 2 === 0; - case QRMaskPattern.PATTERN001 : return i % 2 === 0; - case QRMaskPattern.PATTERN010 : return j % 3 === 0; - case QRMaskPattern.PATTERN011 : return (i + j) % 3 === 0; - case QRMaskPattern.PATTERN100 : return (Math.floor(i / 2) + Math.floor(j / 3) ) % 2 === 0; - case QRMaskPattern.PATTERN101 : return (i * j) % 2 + (i * j) % 3 === 0; - case QRMaskPattern.PATTERN110 : return ( (i * j) % 2 + (i * j) % 3) % 2 === 0; - case QRMaskPattern.PATTERN111 : return ( (i * j) % 3 + (i + j) % 2) % 2 === 0; - - default : - throw new Error("bad maskPattern:" + maskPattern); - } - }, - - getErrorCorrectPolynomial : function(errorCorrectLength) { - - var a = new QRPolynomial([1], 0); - - for (var i = 0; i < errorCorrectLength; i++) { - a = a.multiply(new QRPolynomial([1, QRMath.gexp(i)], 0) ); - } - - return a; - }, - - getLengthInBits : function(mode, type) { - - if (1 <= type && type < 10) { - - // 1 - 9 - - switch(mode) { - case QRMode.MODE_NUMBER : return 10; - case QRMode.MODE_ALPHA_NUM : return 9; - case QRMode.MODE_8BIT_BYTE : return 8; - case QRMode.MODE_KANJI : return 8; - default : - throw new Error("mode:" + mode); - } - - } else if (type < 27) { - - // 10 - 26 - - switch(mode) { - case QRMode.MODE_NUMBER : return 12; - case QRMode.MODE_ALPHA_NUM : return 11; - case QRMode.MODE_8BIT_BYTE : return 16; - case QRMode.MODE_KANJI : return 10; - default : - throw new Error("mode:" + mode); - } - - } else if (type < 41) { - - // 27 - 40 - - switch(mode) { - case QRMode.MODE_NUMBER : return 14; - case QRMode.MODE_ALPHA_NUM : return 13; - case QRMode.MODE_8BIT_BYTE : return 16; - case QRMode.MODE_KANJI : return 12; - default : - throw new Error("mode:" + mode); - } - - } else { - throw new Error("type:" + type); - } - }, - - getLostPoint : function(qrCode) { - - var moduleCount = qrCode.getModuleCount(); - var lostPoint = 0; - var row = 0; - var col = 0; - - - // LEVEL1 - - for (row = 0; row < moduleCount; row++) { - - for (col = 0; col < moduleCount; col++) { - - var sameCount = 0; - var dark = qrCode.isDark(row, col); - - for (var r = -1; r <= 1; r++) { - - if (row + r < 0 || moduleCount <= row + r) { - continue; - } - - for (var c = -1; c <= 1; c++) { - - if (col + c < 0 || moduleCount <= col + c) { - continue; - } - - if (r === 0 && c === 0) { - continue; - } - - if (dark === qrCode.isDark(row + r, col + c) ) { - sameCount++; - } - } - } - - if (sameCount > 5) { - lostPoint += (3 + sameCount - 5); - } - } - } - - // LEVEL2 - - for (row = 0; row < moduleCount - 1; row++) { - for (col = 0; col < moduleCount - 1; col++) { - var count = 0; - if (qrCode.isDark(row, col ) ) count++; - if (qrCode.isDark(row + 1, col ) ) count++; - if (qrCode.isDark(row, col + 1) ) count++; - if (qrCode.isDark(row + 1, col + 1) ) count++; - if (count === 0 || count === 4) { - lostPoint += 3; - } - } - } - - // LEVEL3 - - for (row = 0; row < moduleCount; row++) { - for (col = 0; col < moduleCount - 6; col++) { - if (qrCode.isDark(row, col) && - !qrCode.isDark(row, col + 1) && - qrCode.isDark(row, col + 2) && - qrCode.isDark(row, col + 3) && - qrCode.isDark(row, col + 4) && - !qrCode.isDark(row, col + 5) && - qrCode.isDark(row, col + 6) ) { - lostPoint += 40; - } - } - } - - for (col = 0; col < moduleCount; col++) { - for (row = 0; row < moduleCount - 6; row++) { - if (qrCode.isDark(row, col) && - !qrCode.isDark(row + 1, col) && - qrCode.isDark(row + 2, col) && - qrCode.isDark(row + 3, col) && - qrCode.isDark(row + 4, col) && - !qrCode.isDark(row + 5, col) && - qrCode.isDark(row + 6, col) ) { - lostPoint += 40; - } - } - } - - // LEVEL4 - - var darkCount = 0; - - for (col = 0; col < moduleCount; col++) { - for (row = 0; row < moduleCount; row++) { - if (qrCode.isDark(row, col) ) { - darkCount++; - } - } - } - - var ratio = Math.abs(100 * darkCount / moduleCount / moduleCount - 50) / 5; - lostPoint += ratio * 10; - - return lostPoint; - } - -}; - -module.exports = QRUtil; diff --git a/software/flow/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/index.js b/software/flow/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/index.js deleted file mode 100644 index 10eb8eb..0000000 --- a/software/flow/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/index.js +++ /dev/null @@ -1,462 +0,0 @@ -//--------------------------------------------------------------------- -// QRCode for JavaScript -// -// Copyright (c) 2009 Kazuhiko Arase -// -// URL: http://www.d-project.com/ -// -// Licensed under the MIT license: -// http://www.opensource.org/licenses/mit-license.php -// -// The word "QR Code" is registered trademark of -// DENSO WAVE INCORPORATED -// http://www.denso-wave.com/qrcode/faqpatent-e.html -// -//--------------------------------------------------------------------- -// Modified to work in node for this project (and some refactoring) -//--------------------------------------------------------------------- - -var QR8bitByte = require('./QR8bitByte'); -var QRUtil = require('./QRUtil'); -var QRPolynomial = require('./QRPolynomial'); -var QRRSBlock = require('./QRRSBlock'); -var QRBitBuffer = require('./QRBitBuffer'); - -function QRCode(typeNumber, errorCorrectLevel) { - this.typeNumber = typeNumber; - this.errorCorrectLevel = errorCorrectLevel; - this.modules = null; - this.moduleCount = 0; - this.dataCache = null; - this.dataList = []; -} - -QRCode.prototype = { - - addData : function(data) { - var newData = new QR8bitByte(data); - this.dataList.push(newData); - this.dataCache = null; - }, - - isDark : function(row, col) { - if (row < 0 || this.moduleCount <= row || col < 0 || this.moduleCount <= col) { - throw new Error(row + "," + col); - } - return this.modules[row][col]; - }, - - getModuleCount : function() { - return this.moduleCount; - }, - - make : function() { - // Calculate automatically typeNumber if provided is < 1 - if (this.typeNumber < 1 ){ - var typeNumber = 1; - for (typeNumber = 1; typeNumber < 40; typeNumber++) { - var rsBlocks = QRRSBlock.getRSBlocks(typeNumber, this.errorCorrectLevel); - - var buffer = new QRBitBuffer(); - var totalDataCount = 0; - for (var i = 0; i < rsBlocks.length; i++) { - totalDataCount += rsBlocks[i].dataCount; - } - - for (var x = 0; x < this.dataList.length; x++) { - var data = this.dataList[x]; - buffer.put(data.mode, 4); - buffer.put(data.getLength(), QRUtil.getLengthInBits(data.mode, typeNumber) ); - data.write(buffer); - } - if (buffer.getLengthInBits() <= totalDataCount * 8) - break; - } - this.typeNumber = typeNumber; - } - this.makeImpl(false, this.getBestMaskPattern() ); - }, - - makeImpl : function(test, maskPattern) { - - this.moduleCount = this.typeNumber * 4 + 17; - this.modules = new Array(this.moduleCount); - - for (var row = 0; row < this.moduleCount; row++) { - - this.modules[row] = new Array(this.moduleCount); - - for (var col = 0; col < this.moduleCount; col++) { - this.modules[row][col] = null;//(col + row) % 3; - } - } - - this.setupPositionProbePattern(0, 0); - this.setupPositionProbePattern(this.moduleCount - 7, 0); - this.setupPositionProbePattern(0, this.moduleCount - 7); - this.setupPositionAdjustPattern(); - this.setupTimingPattern(); - this.setupTypeInfo(test, maskPattern); - - if (this.typeNumber >= 7) { - this.setupTypeNumber(test); - } - - if (this.dataCache === null) { - this.dataCache = QRCode.createData(this.typeNumber, this.errorCorrectLevel, this.dataList); - } - - this.mapData(this.dataCache, maskPattern); - }, - - setupPositionProbePattern : function(row, col) { - - for (var r = -1; r <= 7; r++) { - - if (row + r <= -1 || this.moduleCount <= row + r) continue; - - for (var c = -1; c <= 7; c++) { - - if (col + c <= -1 || this.moduleCount <= col + c) continue; - - if ( (0 <= r && r <= 6 && (c === 0 || c === 6) ) || - (0 <= c && c <= 6 && (r === 0 || r === 6) ) || - (2 <= r && r <= 4 && 2 <= c && c <= 4) ) { - this.modules[row + r][col + c] = true; - } else { - this.modules[row + r][col + c] = false; - } - } - } - }, - - getBestMaskPattern : function() { - - var minLostPoint = 0; - var pattern = 0; - - for (var i = 0; i < 8; i++) { - - this.makeImpl(true, i); - - var lostPoint = QRUtil.getLostPoint(this); - - if (i === 0 || minLostPoint > lostPoint) { - minLostPoint = lostPoint; - pattern = i; - } - } - - return pattern; - }, - - createMovieClip : function(target_mc, instance_name, depth) { - - var qr_mc = target_mc.createEmptyMovieClip(instance_name, depth); - var cs = 1; - - this.make(); - - for (var row = 0; row < this.modules.length; row++) { - - var y = row * cs; - - for (var col = 0; col < this.modules[row].length; col++) { - - var x = col * cs; - var dark = this.modules[row][col]; - - if (dark) { - qr_mc.beginFill(0, 100); - qr_mc.moveTo(x, y); - qr_mc.lineTo(x + cs, y); - qr_mc.lineTo(x + cs, y + cs); - qr_mc.lineTo(x, y + cs); - qr_mc.endFill(); - } - } - } - - return qr_mc; - }, - - setupTimingPattern : function() { - - for (var r = 8; r < this.moduleCount - 8; r++) { - if (this.modules[r][6] !== null) { - continue; - } - this.modules[r][6] = (r % 2 === 0); - } - - for (var c = 8; c < this.moduleCount - 8; c++) { - if (this.modules[6][c] !== null) { - continue; - } - this.modules[6][c] = (c % 2 === 0); - } - }, - - setupPositionAdjustPattern : function() { - - var pos = QRUtil.getPatternPosition(this.typeNumber); - - for (var i = 0; i < pos.length; i++) { - - for (var j = 0; j < pos.length; j++) { - - var row = pos[i]; - var col = pos[j]; - - if (this.modules[row][col] !== null) { - continue; - } - - for (var r = -2; r <= 2; r++) { - - for (var c = -2; c <= 2; c++) { - - if (Math.abs(r) === 2 || - Math.abs(c) === 2 || - (r === 0 && c === 0) ) { - this.modules[row + r][col + c] = true; - } else { - this.modules[row + r][col + c] = false; - } - } - } - } - } - }, - - setupTypeNumber : function(test) { - - var bits = QRUtil.getBCHTypeNumber(this.typeNumber); - var mod; - - for (var i = 0; i < 18; i++) { - mod = (!test && ( (bits >> i) & 1) === 1); - this.modules[Math.floor(i / 3)][i % 3 + this.moduleCount - 8 - 3] = mod; - } - - for (var x = 0; x < 18; x++) { - mod = (!test && ( (bits >> x) & 1) === 1); - this.modules[x % 3 + this.moduleCount - 8 - 3][Math.floor(x / 3)] = mod; - } - }, - - setupTypeInfo : function(test, maskPattern) { - - var data = (this.errorCorrectLevel << 3) | maskPattern; - var bits = QRUtil.getBCHTypeInfo(data); - var mod; - - // vertical - for (var v = 0; v < 15; v++) { - - mod = (!test && ( (bits >> v) & 1) === 1); - - if (v < 6) { - this.modules[v][8] = mod; - } else if (v < 8) { - this.modules[v + 1][8] = mod; - } else { - this.modules[this.moduleCount - 15 + v][8] = mod; - } - } - - // horizontal - for (var h = 0; h < 15; h++) { - - mod = (!test && ( (bits >> h) & 1) === 1); - - if (h < 8) { - this.modules[8][this.moduleCount - h - 1] = mod; - } else if (h < 9) { - this.modules[8][15 - h - 1 + 1] = mod; - } else { - this.modules[8][15 - h - 1] = mod; - } - } - - // fixed module - this.modules[this.moduleCount - 8][8] = (!test); - - }, - - mapData : function(data, maskPattern) { - - var inc = -1; - var row = this.moduleCount - 1; - var bitIndex = 7; - var byteIndex = 0; - - for (var col = this.moduleCount - 1; col > 0; col -= 2) { - - if (col === 6) col--; - - while (true) { - - for (var c = 0; c < 2; c++) { - - if (this.modules[row][col - c] === null) { - - var dark = false; - - if (byteIndex < data.length) { - dark = ( ( (data[byteIndex] >>> bitIndex) & 1) === 1); - } - - var mask = QRUtil.getMask(maskPattern, row, col - c); - - if (mask) { - dark = !dark; - } - - this.modules[row][col - c] = dark; - bitIndex--; - - if (bitIndex === -1) { - byteIndex++; - bitIndex = 7; - } - } - } - - row += inc; - - if (row < 0 || this.moduleCount <= row) { - row -= inc; - inc = -inc; - break; - } - } - } - - } - -}; - -QRCode.PAD0 = 0xEC; -QRCode.PAD1 = 0x11; - -QRCode.createData = function(typeNumber, errorCorrectLevel, dataList) { - - var rsBlocks = QRRSBlock.getRSBlocks(typeNumber, errorCorrectLevel); - - var buffer = new QRBitBuffer(); - - for (var i = 0; i < dataList.length; i++) { - var data = dataList[i]; - buffer.put(data.mode, 4); - buffer.put(data.getLength(), QRUtil.getLengthInBits(data.mode, typeNumber) ); - data.write(buffer); - } - - // calc num max data. - var totalDataCount = 0; - for (var x = 0; x < rsBlocks.length; x++) { - totalDataCount += rsBlocks[x].dataCount; - } - - if (buffer.getLengthInBits() > totalDataCount * 8) { - throw new Error("code length overflow. (" + - buffer.getLengthInBits() + - ">" + - totalDataCount * 8 + - ")"); - } - - // end code - if (buffer.getLengthInBits() + 4 <= totalDataCount * 8) { - buffer.put(0, 4); - } - - // padding - while (buffer.getLengthInBits() % 8 !== 0) { - buffer.putBit(false); - } - - // padding - while (true) { - - if (buffer.getLengthInBits() >= totalDataCount * 8) { - break; - } - buffer.put(QRCode.PAD0, 8); - - if (buffer.getLengthInBits() >= totalDataCount * 8) { - break; - } - buffer.put(QRCode.PAD1, 8); - } - - return QRCode.createBytes(buffer, rsBlocks); -}; - -QRCode.createBytes = function(buffer, rsBlocks) { - - var offset = 0; - - var maxDcCount = 0; - var maxEcCount = 0; - - var dcdata = new Array(rsBlocks.length); - var ecdata = new Array(rsBlocks.length); - - for (var r = 0; r < rsBlocks.length; r++) { - - var dcCount = rsBlocks[r].dataCount; - var ecCount = rsBlocks[r].totalCount - dcCount; - - maxDcCount = Math.max(maxDcCount, dcCount); - maxEcCount = Math.max(maxEcCount, ecCount); - - dcdata[r] = new Array(dcCount); - - for (var i = 0; i < dcdata[r].length; i++) { - dcdata[r][i] = 0xff & buffer.buffer[i + offset]; - } - offset += dcCount; - - var rsPoly = QRUtil.getErrorCorrectPolynomial(ecCount); - var rawPoly = new QRPolynomial(dcdata[r], rsPoly.getLength() - 1); - - var modPoly = rawPoly.mod(rsPoly); - ecdata[r] = new Array(rsPoly.getLength() - 1); - for (var x = 0; x < ecdata[r].length; x++) { - var modIndex = x + modPoly.getLength() - ecdata[r].length; - ecdata[r][x] = (modIndex >= 0)? modPoly.get(modIndex) : 0; - } - - } - - var totalCodeCount = 0; - for (var y = 0; y < rsBlocks.length; y++) { - totalCodeCount += rsBlocks[y].totalCount; - } - - var data = new Array(totalCodeCount); - var index = 0; - - for (var z = 0; z < maxDcCount; z++) { - for (var s = 0; s < rsBlocks.length; s++) { - if (z < dcdata[s].length) { - data[index++] = dcdata[s][z]; - } - } - } - - for (var xx = 0; xx < maxEcCount; xx++) { - for (var t = 0; t < rsBlocks.length; t++) { - if (xx < ecdata[t].length) { - data[index++] = ecdata[t][xx]; - } - } - } - - return data; - -}; - -module.exports = QRCode; diff --git a/software/flow/node_modules/npm/node_modules/read-cmd-shim/LICENSE b/software/flow/node_modules/npm/node_modules/read-cmd-shim/LICENSE deleted file mode 100644 index f4be44d..0000000 --- a/software/flow/node_modules/npm/node_modules/read-cmd-shim/LICENSE +++ /dev/null @@ -1,14 +0,0 @@ -Copyright (c) 2015, Rebecca Turner <me@re-becca.org> - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF -OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - diff --git a/software/flow/node_modules/npm/node_modules/read-cmd-shim/lib/index.js b/software/flow/node_modules/npm/node_modules/read-cmd-shim/lib/index.js deleted file mode 100644 index dafc874..0000000 --- a/software/flow/node_modules/npm/node_modules/read-cmd-shim/lib/index.js +++ /dev/null @@ -1,75 +0,0 @@ -const fs = require('fs') -const { promisify } = require('util') -const { readFileSync } = fs -const readFile = promisify(fs.readFile) - -const extractPath = (path, cmdshimContents) => { - if (/[.]cmd$/.test(path)) { - return extractPathFromCmd(cmdshimContents) - } else if (/[.]ps1$/.test(path)) { - return extractPathFromPowershell(cmdshimContents) - } else { - return extractPathFromCygwin(cmdshimContents) - } -} - -const extractPathFromPowershell = cmdshimContents => { - const matches = cmdshimContents.match(/"[$]basedir[/]([^"]+?)"\s+[$]args/) - return matches && matches[1] -} - -const extractPathFromCmd = cmdshimContents => { - const matches = cmdshimContents.match(/"%(?:~dp0|dp0%)\\([^"]+?)"\s+%[*]/) - return matches && matches[1] -} - -const extractPathFromCygwin = cmdshimContents => { - const matches = cmdshimContents.match(/"[$]basedir[/]([^"]+?)"\s+"[$]@"/) - return matches && matches[1] -} - -const wrapError = (thrown, newError) => { - newError.message = thrown.message - newError.code = thrown.code - newError.path = thrown.path - return newError -} - -const notaShim = (path, er) => { - if (!er) { - er = new Error() - Error.captureStackTrace(er, notaShim) - } - er.code = 'ENOTASHIM' - er.message = `Can't read shim path from '${path}', ` + - `it doesn't appear to be a cmd-shim` - return er -} - -const readCmdShim = path => { - // create a new error to capture the stack trace from this point, - // instead of getting some opaque stack into node's internals - const er = new Error() - Error.captureStackTrace(er, readCmdShim) - return readFile(path).then(contents => { - const destination = extractPath(path, contents.toString()) - if (destination) { - return destination - } - throw notaShim(path, er) - }, readFileEr => { - throw wrapError(readFileEr, er) - }) -} - -const readCmdShimSync = path => { - const contents = readFileSync(path) - const destination = extractPath(path, contents.toString()) - if (!destination) { - throw notaShim(path) - } - return destination -} - -readCmdShim.sync = readCmdShimSync -module.exports = readCmdShim diff --git a/software/flow/node_modules/npm/node_modules/read-cmd-shim/package.json b/software/flow/node_modules/npm/node_modules/read-cmd-shim/package.json deleted file mode 100644 index 401ee3d..0000000 --- a/software/flow/node_modules/npm/node_modules/read-cmd-shim/package.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "name": "read-cmd-shim", - "version": "4.0.0", - "description": "Figure out what a cmd-shim is pointing at. This acts as the equivalent of fs.readlink.", - "main": "lib/index.js", - "devDependencies": { - "@npmcli/eslint-config": "^3.0.1", - "@npmcli/template-oss": "4.5.1", - "cmd-shim": "^5.0.0", - "rimraf": "^3.0.0", - "tap": "^16.0.1" - }, - "scripts": { - "test": "tap", - "lint": "eslint \"**/*.js\"", - "postlint": "template-oss-check", - "template-oss-apply": "template-oss-apply --force", - "lintfix": "npm run lint -- --fix", - "snap": "tap", - "posttest": "npm run lint" - }, - "tap": { - "check-coverage": true, - "nyc-arg": [ - "--exclude", - "tap-snapshots/**" - ] - }, - "repository": { - "type": "git", - "url": "https://github.com/npm/read-cmd-shim.git" - }, - "license": "ISC", - "homepage": "https://github.com/npm/read-cmd-shim#readme", - "files": [ - "bin/", - "lib/" - ], - "author": "GitHub Inc.", - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.5.1" - } -} diff --git a/software/flow/node_modules/npm/node_modules/read-package-json-fast/LICENSE b/software/flow/node_modules/npm/node_modules/read-package-json-fast/LICENSE deleted file mode 100644 index 20a4762..0000000 --- a/software/flow/node_modules/npm/node_modules/read-package-json-fast/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -The ISC License - -Copyright (c) npm, Inc. and Contributors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/read-package-json-fast/lib/index.js b/software/flow/node_modules/npm/node_modules/read-package-json-fast/lib/index.js deleted file mode 100644 index beb089d..0000000 --- a/software/flow/node_modules/npm/node_modules/read-package-json-fast/lib/index.js +++ /dev/null @@ -1,141 +0,0 @@ -const { readFile, lstat, readdir } = require('fs/promises') -const parse = require('json-parse-even-better-errors') -const normalizePackageBin = require('npm-normalize-package-bin') -const { resolve, dirname, join, relative } = require('path') - -const rpj = path => readFile(path, 'utf8') - .then(data => readBinDir(path, normalize(stripUnderscores(parse(data))))) - .catch(er => { - er.path = path - throw er - }) - -// load the directories.bin folder as a 'bin' object -const readBinDir = async (path, data) => { - if (data.bin) { - return data - } - - const m = data.directories && data.directories.bin - if (!m || typeof m !== 'string') { - return data - } - - // cut off any monkey business, like setting directories.bin - // to ../../../etc/passwd or /etc/passwd or something like that. - const root = dirname(path) - const dir = join('.', join('/', m)) - data.bin = await walkBinDir(root, dir, {}) - return data -} - -const walkBinDir = async (root, dir, obj) => { - const entries = await readdir(resolve(root, dir)).catch(() => []) - for (const entry of entries) { - if (entry.charAt(0) === '.') { - continue - } - const f = resolve(root, dir, entry) - // ignore stat errors, weird file types, symlinks, etc. - const st = await lstat(f).catch(() => null) - if (!st) { - continue - } else if (st.isFile()) { - obj[entry] = relative(root, f) - } else if (st.isDirectory()) { - await walkBinDir(root, join(dir, entry), obj) - } - } - return obj -} - -// do not preserve _fields set in files, they are sus -const stripUnderscores = data => { - for (const key of Object.keys(data).filter(k => /^_/.test(k))) { - delete data[key] - } - return data -} - -const normalize = data => { - addId(data) - fixBundled(data) - pruneRepeatedOptionals(data) - fixScripts(data) - fixFunding(data) - normalizePackageBin(data) - return data -} - -rpj.normalize = normalize - -const addId = data => { - if (data.name && data.version) { - data._id = `${data.name}@${data.version}` - } - return data -} - -// it was once common practice to list deps both in optionalDependencies -// and in dependencies, to support npm versions that did not know abbout -// optionalDependencies. This is no longer a relevant need, so duplicating -// the deps in two places is unnecessary and excessive. -const pruneRepeatedOptionals = data => { - const od = data.optionalDependencies - const dd = data.dependencies || {} - if (od && typeof od === 'object') { - for (const name of Object.keys(od)) { - delete dd[name] - } - } - if (Object.keys(dd).length === 0) { - delete data.dependencies - } - return data -} - -const fixBundled = data => { - const bdd = data.bundledDependencies - const bd = data.bundleDependencies === undefined ? bdd - : data.bundleDependencies - - if (bd === false) { - data.bundleDependencies = [] - } else if (bd === true) { - data.bundleDependencies = Object.keys(data.dependencies || {}) - } else if (bd && typeof bd === 'object') { - if (!Array.isArray(bd)) { - data.bundleDependencies = Object.keys(bd) - } else { - data.bundleDependencies = bd - } - } else { - delete data.bundleDependencies - } - - delete data.bundledDependencies - return data -} - -const fixScripts = data => { - if (!data.scripts || typeof data.scripts !== 'object') { - delete data.scripts - return data - } - - for (const [name, script] of Object.entries(data.scripts)) { - if (typeof script !== 'string') { - delete data.scripts[name] - } - } - return data -} - -const fixFunding = data => { - if (data.funding && typeof data.funding === 'string') { - data.funding = { url: data.funding } - } - return data -} - -module.exports = rpj diff --git a/software/flow/node_modules/npm/node_modules/read-package-json-fast/package.json b/software/flow/node_modules/npm/node_modules/read-package-json-fast/package.json deleted file mode 100644 index 4964bb0..0000000 --- a/software/flow/node_modules/npm/node_modules/read-package-json-fast/package.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "name": "read-package-json-fast", - "version": "3.0.2", - "description": "Like read-package-json, but faster", - "main": "lib/index.js", - "author": "GitHub Inc.", - "license": "ISC", - "scripts": { - "test": "tap", - "snap": "tap", - "lint": "eslint \"**/*.js\"", - "postlint": "template-oss-check", - "template-oss-apply": "template-oss-apply --force", - "lintfix": "npm run lint -- --fix", - "posttest": "npm run lint" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "devDependencies": { - "@npmcli/eslint-config": "^4.0.0", - "@npmcli/template-oss": "4.11.0", - "tap": "^16.3.0" - }, - "dependencies": { - "json-parse-even-better-errors": "^3.0.0", - "npm-normalize-package-bin": "^3.0.0" - }, - "repository": { - "type": "git", - "url": "https://github.com/npm/read-package-json-fast.git" - }, - "files": [ - "bin/", - "lib/" - ], - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.11.0" - }, - "tap": { - "nyc-arg": [ - "--exclude", - "tap-snapshots/**" - ] - } -} diff --git a/software/flow/node_modules/npm/node_modules/read-package-json/LICENSE b/software/flow/node_modules/npm/node_modules/read-package-json/LICENSE deleted file mode 100644 index 052085c..0000000 --- a/software/flow/node_modules/npm/node_modules/read-package-json/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -The ISC License - -Copyright (c) Isaac Z. Schlueter - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH -REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, -INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM -LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR -OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR -PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/read-package-json/lib/read-json.js b/software/flow/node_modules/npm/node_modules/read-package-json/lib/read-json.js deleted file mode 100644 index c55eca3..0000000 --- a/software/flow/node_modules/npm/node_modules/read-package-json/lib/read-json.js +++ /dev/null @@ -1,605 +0,0 @@ -var fs = require('fs') - -var path = require('path') - -var glob = require('glob') -var normalizeData = require('normalize-package-data') -var safeJSON = require('json-parse-even-better-errors') -var util = require('util') -var normalizePackageBin = require('npm-normalize-package-bin') - -module.exports = readJson - -// put more stuff on here to customize. -readJson.extraSet = [ - bundleDependencies, - gypfile, - serverjs, - scriptpath, - authors, - readme, - mans, - bins, - githead, - fillTypes, -] - -var typoWarned = {} -var cache = {} - -function readJson (file, log_, strict_, cb_) { - var log, strict, cb - for (var i = 1; i < arguments.length - 1; i++) { - if (typeof arguments[i] === 'boolean') { - strict = arguments[i] - } else if (typeof arguments[i] === 'function') { - log = arguments[i] - } - } - - if (!log) { - log = function () {} - } - cb = arguments[arguments.length - 1] - - readJson_(file, log, strict, cb) -} - -function readJson_ (file, log, strict, cb) { - fs.readFile(file, 'utf8', function (er, d) { - parseJson(file, er, d, log, strict, cb) - }) -} - -function stripBOM (content) { - // Remove byte order marker. This catches EF BB BF (the UTF-8 BOM) - // because the buffer-to-string conversion in `fs.readFileSync()` - // translates it to FEFF, the UTF-16 BOM. - if (content.charCodeAt(0) === 0xFEFF) { - content = content.slice(1) - } - return content -} - -function jsonClone (obj) { - if (obj == null) { - return obj - } else if (Array.isArray(obj)) { - var newarr = new Array(obj.length) - for (var ii in obj) { - newarr[ii] = obj[ii] - } - } else if (typeof obj === 'object') { - var newobj = {} - for (var kk in obj) { - newobj[kk] = jsonClone[kk] - } - } else { - return obj - } -} - -function parseJson (file, er, d, log, strict, cb) { - if (er && er.code === 'ENOENT') { - return fs.stat(path.dirname(file), function (err, stat) { - if (!err && stat && !stat.isDirectory()) { - // ENOTDIR isn't used on Windows, but npm expects it. - er = Object.create(er) - er.code = 'ENOTDIR' - return cb(er) - } else { - return indexjs(file, er, log, strict, cb) - } - }) - } - if (er) { - return cb(er) - } - - if (cache[d]) { - return cb(null, jsonClone(cache[d])) - } - - var data - - try { - data = safeJSON(stripBOM(d)) - for (var key in data) { - if (/^_/.test(key)) { - delete data[key] - } - } - } catch (jsonErr) { - data = parseIndex(d) - if (!data) { - return cb(parseError(jsonErr, file)) - } - } - - extrasCached(file, d, data, log, strict, cb) -} - -function extrasCached (file, d, data, log, strict, cb) { - extras(file, data, log, strict, function (err, extrasData) { - if (!err) { - cache[d] = jsonClone(extrasData) - } - cb(err, extrasData) - }) -} - -function indexjs (file, er, log, strict, cb) { - if (path.basename(file) === 'index.js') { - return cb(er) - } - - var index = path.resolve(path.dirname(file), 'index.js') - fs.readFile(index, 'utf8', function (er2, d) { - if (er2) { - return cb(er) - } - - if (cache[d]) { - return cb(null, cache[d]) - } - - var data = parseIndex(d) - if (!data) { - return cb(er) - } - - extrasCached(file, d, data, log, strict, cb) - }) -} - -readJson.extras = extras -function extras (file, data, log_, strict_, cb_) { - var log, strict, cb - for (var i = 2; i < arguments.length - 1; i++) { - if (typeof arguments[i] === 'boolean') { - strict = arguments[i] - } else if (typeof arguments[i] === 'function') { - log = arguments[i] - } - } - - if (!log) { - log = function () {} - } - cb = arguments[i] - - var set = readJson.extraSet - var n = set.length - var errState = null - set.forEach(function (fn) { - fn(file, data, then) - }) - - function then (er) { - if (errState) { - return - } - if (er) { - return cb(errState = er) - } - if (--n > 0) { - return - } - final(file, data, log, strict, cb) - } -} - -function scriptpath (file, data, cb) { - if (!data.scripts) { - return cb(null, data) - } - var k = Object.keys(data.scripts) - k.forEach(scriptpath_, data.scripts) - cb(null, data) -} - -function scriptpath_ (key) { - var s = this[key] - // This is never allowed, and only causes problems - if (typeof s !== 'string') { - return delete this[key] - } - - var spre = /^(\.[/\\])?node_modules[/\\].bin[\\/]/ - if (s.match(spre)) { - this[key] = this[key].replace(spre, '') - } -} - -function gypfile (file, data, cb) { - var dir = path.dirname(file) - var s = data.scripts || {} - if (s.install || s.preinstall) { - return cb(null, data) - } - - glob('*.gyp', { cwd: dir }, function (er, files) { - if (er) { - return cb(er) - } - if (data.gypfile === false) { - return cb(null, data) - } - gypfile_(file, data, files, cb) - }) -} - -function gypfile_ (file, data, files, cb) { - if (!files.length) { - return cb(null, data) - } - var s = data.scripts || {} - s.install = 'node-gyp rebuild' - data.scripts = s - data.gypfile = true - return cb(null, data) -} - -function serverjs (file, data, cb) { - var dir = path.dirname(file) - var s = data.scripts || {} - if (s.start) { - return cb(null, data) - } - glob('server.js', { cwd: dir }, function (er, files) { - if (er) { - return cb(er) - } - serverjs_(file, data, files, cb) - }) -} - -function serverjs_ (file, data, files, cb) { - if (!files.length) { - return cb(null, data) - } - var s = data.scripts || {} - s.start = 'node server.js' - data.scripts = s - return cb(null, data) -} - -function authors (file, data, cb) { - if (data.contributors) { - return cb(null, data) - } - var af = path.resolve(path.dirname(file), 'AUTHORS') - fs.readFile(af, 'utf8', function (er, ad) { - // ignore error. just checking it. - if (er) { - return cb(null, data) - } - authors_(file, data, ad, cb) - }) -} - -function authors_ (file, data, ad, cb) { - ad = ad.split(/\r?\n/g).map(function (line) { - return line.replace(/^\s*#.*$/, '').trim() - }).filter(function (line) { - return line - }) - data.contributors = ad - return cb(null, data) -} - -function readme (file, data, cb) { - if (data.readme) { - return cb(null, data) - } - var dir = path.dirname(file) - var globOpts = { cwd: dir, nocase: true, mark: true } - glob('{README,README.*}', globOpts, function (er, files) { - if (er) { - return cb(er) - } - // don't accept directories. - files = files.filter(function (filtered) { - return !filtered.match(/\/$/) - }) - if (!files.length) { - return cb() - } - var fn = preferMarkdownReadme(files) - var rm = path.resolve(dir, fn) - readme_(file, data, rm, cb) - }) -} - -function preferMarkdownReadme (files) { - var fallback = 0 - var re = /\.m?a?r?k?d?o?w?n?$/i - for (var i = 0; i < files.length; i++) { - if (files[i].match(re)) { - return files[i] - } else if (files[i].match(/README$/)) { - fallback = i - } - } - // prefer README.md, followed by README; otherwise, return - // the first filename (which could be README) - return files[fallback] -} - -function readme_ (file, data, rm, cb) { - var rmfn = path.basename(rm) - fs.readFile(rm, 'utf8', function (er, rmData) { - // maybe not readable, or something. - if (er) { - return cb() - } - data.readme = rmData - data.readmeFilename = rmfn - return cb(er, data) - }) -} - -function mans (file, data, cb) { - let cwd = data.directories && data.directories.man - if (data.man || !cwd) { - return cb(null, data) - } - const dirname = path.dirname(file) - cwd = path.resolve(path.dirname(file), cwd) - glob('**/*.[0-9]', { cwd }, function (er, mansGlob) { - if (er) { - return cb(er) - } - data.man = mansGlob.map(man => - path.relative(dirname, path.join(cwd, man)).split(path.sep).join('/') - ) - return cb(null, data) - }) -} - -function bins (file, data, cb) { - data = normalizePackageBin(data) - - var m = data.directories && data.directories.bin - if (data.bin || !m) { - return cb(null, data) - } - - m = path.resolve(path.dirname(file), m) - glob('**', { cwd: m }, function (er, binsGlob) { - if (er) { - return cb(er) - } - bins_(file, data, binsGlob, cb) - }) -} - -function bins_ (file, data, binsGlob, cb) { - var m = (data.directories && data.directories.bin) || '.' - data.bin = binsGlob.reduce(function (acc, mf) { - if (mf && mf.charAt(0) !== '.') { - var f = path.basename(mf) - acc[f] = path.join(m, mf) - } - return acc - }, {}) - return cb(null, normalizePackageBin(data)) -} - -function bundleDependencies (file, data, cb) { - var bd = 'bundleDependencies' - var bdd = 'bundledDependencies' - // normalize key name - if (data[bdd] !== undefined) { - if (data[bd] === undefined) { - data[bd] = data[bdd] - } - delete data[bdd] - } - if (data[bd] === false) { - delete data[bd] - } else if (data[bd] === true) { - data[bd] = Object.keys(data.dependencies || {}) - } else if (data[bd] !== undefined && !Array.isArray(data[bd])) { - delete data[bd] - } - return cb(null, data) -} - -function githead (file, data, cb) { - if (data.gitHead) { - return cb(null, data) - } - var dir = path.dirname(file) - var head = path.resolve(dir, '.git/HEAD') - fs.readFile(head, 'utf8', function (er, headData) { - if (er) { - var parent = path.dirname(dir) - if (parent === dir) { - return cb(null, data) - } - return githead(dir, data, cb) - } - githead_(data, dir, headData, cb) - }) -} - -function githead_ (data, dir, head, cb) { - if (!head.match(/^ref: /)) { - data.gitHead = head.trim() - return cb(null, data) - } - var headRef = head.replace(/^ref: /, '').trim() - var headFile = path.resolve(dir, '.git', headRef) - fs.readFile(headFile, 'utf8', function (er, headData) { - if (er || !headData) { - var packFile = path.resolve(dir, '.git/packed-refs') - return fs.readFile(packFile, 'utf8', function (readFileErr, refs) { - if (readFileErr || !refs) { - return cb(null, data) - } - refs = refs.split('\n') - for (var i = 0; i < refs.length; i++) { - var match = refs[i].match(/^([0-9a-f]{40}) (.+)$/) - if (match && match[2].trim() === headRef) { - data.gitHead = match[1] - break - } - } - return cb(null, data) - }) - } - headData = headData.replace(/^ref: /, '').trim() - data.gitHead = headData - return cb(null, data) - }) -} - -/** - * Warn if the bin references don't point to anything. This might be better in - * normalize-package-data if it had access to the file path. - */ -function checkBinReferences_ (file, data, warn, cb) { - if (!(data.bin instanceof Object)) { - return cb() - } - - var keys = Object.keys(data.bin) - var keysLeft = keys.length - if (!keysLeft) { - return cb() - } - - function handleExists (relName, result) { - keysLeft-- - if (!result) { - warn('No bin file found at ' + relName) - } - if (!keysLeft) { - cb() - } - } - - keys.forEach(function (key) { - var dirName = path.dirname(file) - var relName = data.bin[key] - /* istanbul ignore if - impossible, bins have been normalized */ - if (typeof relName !== 'string') { - var msg = 'Bin filename for ' + key + - ' is not a string: ' + util.inspect(relName) - warn(msg) - delete data.bin[key] - handleExists(relName, true) - return - } - var binPath = path.resolve(dirName, relName) - fs.stat(binPath, (err) => handleExists(relName, !err)) - }) -} - -function final (file, data, log, strict, cb) { - var pId = makePackageId(data) - - function warn (msg) { - if (typoWarned[pId]) { - return - } - if (log) { - log('package.json', pId, msg) - } - } - - try { - normalizeData(data, warn, strict) - } catch (error) { - return cb(error) - } - - checkBinReferences_(file, data, warn, function () { - typoWarned[pId] = true - cb(null, data) - }) -} - -function fillTypes (file, data, cb) { - var index = data.main ? data.main : 'index.js' - - if (typeof index !== 'string') { - return cb(new TypeError('The "main" attribute must be of type string.')) - } - - // TODO exports is much more complicated than this in verbose format - // We need to support for instance - - // "exports": { - // ".": [ - // { - // "default": "./lib/npm.js" - // }, - // "./lib/npm.js" - // ], - // "./package.json": "./package.json" - // }, - // as well as conditional exports - - // if (data.exports && typeof data.exports === 'string') { - // index = data.exports - // } - - // if (data.exports && data.exports['.']) { - // index = data.exports['.'] - // if (typeof index !== 'string') { - // } - // } - - var extless = - path.join(path.dirname(index), path.basename(index, path.extname(index))) - var dts = `./${extless}.d.ts` - var dtsPath = path.join(path.dirname(file), dts) - var hasDTSFields = 'types' in data || 'typings' in data - if (!hasDTSFields && fs.existsSync(dtsPath)) { - data.types = dts.split(path.sep).join('/') - } - - cb(null, data) -} - -function makePackageId (data) { - var name = cleanString(data.name) - var ver = cleanString(data.version) - return name + '@' + ver -} - -function cleanString (str) { - return (!str || typeof (str) !== 'string') ? '' : str.trim() -} - -// /**package { "name": "foo", "version": "1.2.3", ... } **/ -function parseIndex (data) { - data = data.split(/^\/\*\*package(?:\s|$)/m) - - if (data.length < 2) { - return null - } - data = data[1] - data = data.split(/\*\*\/$/m) - - if (data.length < 2) { - return null - } - data = data[0] - data = data.replace(/^\s*\*/mg, '') - - try { - return safeJSON(data) - } catch (er) { - return null - } -} - -function parseError (ex, file) { - var e = new Error('Failed to parse json\n' + ex.message) - e.code = 'EJSONPARSE' - e.path = file - return e -} diff --git a/software/flow/node_modules/npm/node_modules/read-package-json/package.json b/software/flow/node_modules/npm/node_modules/read-package-json/package.json deleted file mode 100644 index 09829fa..0000000 --- a/software/flow/node_modules/npm/node_modules/read-package-json/package.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "name": "read-package-json", - "version": "6.0.0", - "author": "GitHub Inc.", - "description": "The thing npm uses to read package.json files with semantics and defaults and validation", - "repository": { - "type": "git", - "url": "https://github.com/npm/read-package-json.git" - }, - "main": "lib/read-json.js", - "scripts": { - "prerelease": "npm t", - "postrelease": "npm publish && git push --follow-tags", - "release": "standard-version -s", - "test": "tap", - "npmclilint": "npmcli-lint", - "lint": "eslint \"**/*.js\"", - "lintfix": "npm run lint -- --fix", - "posttest": "npm run lint", - "postsnap": "npm run lintfix --", - "postlint": "template-oss-check", - "snap": "tap", - "template-oss-apply": "template-oss-apply --force" - }, - "dependencies": { - "glob": "^8.0.1", - "json-parse-even-better-errors": "^3.0.0", - "normalize-package-data": "^5.0.0", - "npm-normalize-package-bin": "^3.0.0" - }, - "devDependencies": { - "@npmcli/eslint-config": "^4.0.0", - "@npmcli/template-oss": "4.5.1", - "tap": "^16.0.1" - }, - "license": "ISC", - "files": [ - "bin/", - "lib/" - ], - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "tap": { - "branches": 68, - "functions": 83, - "lines": 76, - "statements": 77, - "nyc-arg": [ - "--exclude", - "tap-snapshots/**" - ] - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.5.1" - } -} diff --git a/software/flow/node_modules/npm/node_modules/read/LICENSE b/software/flow/node_modules/npm/node_modules/read/LICENSE deleted file mode 100644 index 19129e3..0000000 --- a/software/flow/node_modules/npm/node_modules/read/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -The ISC License - -Copyright (c) Isaac Z. Schlueter and Contributors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/read/lib/read.js b/software/flow/node_modules/npm/node_modules/read/lib/read.js deleted file mode 100644 index 882b11c..0000000 --- a/software/flow/node_modules/npm/node_modules/read/lib/read.js +++ /dev/null @@ -1,82 +0,0 @@ -const readline = require('readline') -const Mute = require('mute-stream') - -module.exports = async function read ({ - default: def = '', - input = process.stdin, - output = process.stdout, - prompt = '', - silent, - timeout, - edit, - terminal, - replace, -}) { - if (typeof def !== 'undefined' && typeof def !== 'string' && typeof def !== 'number') { - throw new Error('default value must be string or number') - } - - let editDef = false - prompt = prompt.trim() + ' ' - terminal = !!(terminal || output.isTTY) - - if (def) { - if (silent) { - prompt += '(<default hidden>) ' - } else if (edit) { - editDef = true - } else { - prompt += '(' + def + ') ' - } - } - - const m = new Mute({ replace, prompt }) - m.pipe(output, { end: false }) - output = m - - return new Promise((resolve, reject) => { - const rl = readline.createInterface({ input, output, terminal }) - const timer = timeout && setTimeout(() => onError(new Error('timed out')), timeout) - - output.unmute() - rl.setPrompt(prompt) - rl.prompt() - - if (silent) { - output.mute() - } else if (editDef) { - rl.line = def - rl.cursor = def.length - rl._refreshLine() - } - - const done = () => { - rl.close() - clearTimeout(timer) - output.mute() - output.end() - } - - const onError = (er) => { - done() - reject(er) - } - - rl.on('error', onError) - rl.on('line', (line) => { - if (silent && terminal) { - output.unmute() - output.write('\r\n') - } - done() - // truncate the \n at the end. - const res = line.replace(/\r?\n$/, '') || def || '' - return resolve(res) - }) - - rl.on('SIGINT', () => { - rl.close() - onError(new Error('canceled')) - }) - }) -} diff --git a/software/flow/node_modules/npm/node_modules/read/package.json b/software/flow/node_modules/npm/node_modules/read/package.json deleted file mode 100644 index 7f8d7fc..0000000 --- a/software/flow/node_modules/npm/node_modules/read/package.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "name": "read", - "version": "2.0.0", - "main": "lib/read.js", - "dependencies": { - "mute-stream": "~1.0.0" - }, - "devDependencies": { - "@npmcli/eslint-config": "^4.0.0", - "@npmcli/template-oss": "4.11.0", - "tap": "^16.3.0" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "author": "GitHub Inc.", - "description": "read(1) for node programs", - "repository": { - "type": "git", - "url": "https://github.com/npm/read.git" - }, - "license": "ISC", - "scripts": { - "test": "tap", - "lint": "eslint \"**/*.js\"", - "postlint": "template-oss-check", - "template-oss-apply": "template-oss-apply --force", - "lintfix": "npm run lint -- --fix", - "snap": "tap", - "posttest": "npm run lint" - }, - "files": [ - "bin/", - "lib/" - ], - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.11.0" - }, - "tap": { - "statements": 77, - "branches": 75, - "functions": 57, - "lines": 78, - "test-ignore": "fixtures/", - "nyc-arg": [ - "--exclude", - "tap-snapshots/**" - ] - } -} diff --git a/software/flow/node_modules/npm/node_modules/readable-stream/LICENSE b/software/flow/node_modules/npm/node_modules/readable-stream/LICENSE deleted file mode 100644 index 2873b3b..0000000 --- a/software/flow/node_modules/npm/node_modules/readable-stream/LICENSE +++ /dev/null @@ -1,47 +0,0 @@ -Node.js is licensed for use as follows: - -""" -Copyright Node.js contributors. All rights reserved. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to -deal in the Software without restriction, including without limitation the -rights to use, copy, modify, merge, publish, distribute, sublicense, and/or -sell copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS -IN THE SOFTWARE. -""" - -This license applies to parts of Node.js originating from the -https://github.com/joyent/node repository: - -""" -Copyright Joyent, Inc. and other Node contributors. All rights reserved. -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to -deal in the Software without restriction, including without limitation the -rights to use, copy, modify, merge, publish, distribute, sublicense, and/or -sell copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS -IN THE SOFTWARE. -""" diff --git a/software/flow/node_modules/npm/node_modules/readable-stream/lib/_stream_duplex.js b/software/flow/node_modules/npm/node_modules/readable-stream/lib/_stream_duplex.js deleted file mode 100644 index e03c6bf..0000000 --- a/software/flow/node_modules/npm/node_modules/readable-stream/lib/_stream_duplex.js +++ /dev/null @@ -1,4 +0,0 @@ -'use strict' - -// Keep this file as an alias for the full stream module. -module.exports = require('./stream').Duplex diff --git a/software/flow/node_modules/npm/node_modules/readable-stream/lib/_stream_passthrough.js b/software/flow/node_modules/npm/node_modules/readable-stream/lib/_stream_passthrough.js deleted file mode 100644 index 1206dc4..0000000 --- a/software/flow/node_modules/npm/node_modules/readable-stream/lib/_stream_passthrough.js +++ /dev/null @@ -1,4 +0,0 @@ -'use strict' - -// Keep this file as an alias for the full stream module. -module.exports = require('./stream').PassThrough diff --git a/software/flow/node_modules/npm/node_modules/readable-stream/lib/_stream_readable.js b/software/flow/node_modules/npm/node_modules/readable-stream/lib/_stream_readable.js deleted file mode 100644 index 4941658..0000000 --- a/software/flow/node_modules/npm/node_modules/readable-stream/lib/_stream_readable.js +++ /dev/null @@ -1,4 +0,0 @@ -'use strict' - -// Keep this file as an alias for the full stream module. -module.exports = require('./stream').Readable diff --git a/software/flow/node_modules/npm/node_modules/readable-stream/lib/_stream_transform.js b/software/flow/node_modules/npm/node_modules/readable-stream/lib/_stream_transform.js deleted file mode 100644 index ef227b1..0000000 --- a/software/flow/node_modules/npm/node_modules/readable-stream/lib/_stream_transform.js +++ /dev/null @@ -1,4 +0,0 @@ -'use strict' - -// Keep this file as an alias for the full stream module. -module.exports = require('./stream').Transform diff --git a/software/flow/node_modules/npm/node_modules/readable-stream/lib/_stream_writable.js b/software/flow/node_modules/npm/node_modules/readable-stream/lib/_stream_writable.js deleted file mode 100644 index 00c7b03..0000000 --- a/software/flow/node_modules/npm/node_modules/readable-stream/lib/_stream_writable.js +++ /dev/null @@ -1,4 +0,0 @@ -'use strict' - -// Keep this file as an alias for the full stream module. -module.exports = require('./stream').Writable diff --git a/software/flow/node_modules/npm/node_modules/readable-stream/lib/internal/streams/add-abort-signal.js b/software/flow/node_modules/npm/node_modules/readable-stream/lib/internal/streams/add-abort-signal.js deleted file mode 100644 index c6ba8b9..0000000 --- a/software/flow/node_modules/npm/node_modules/readable-stream/lib/internal/streams/add-abort-signal.js +++ /dev/null @@ -1,43 +0,0 @@ -'use strict' - -const { AbortError, codes } = require('../../ours/errors') -const eos = require('./end-of-stream') -const { ERR_INVALID_ARG_TYPE } = codes - -// This method is inlined here for readable-stream -// It also does not allow for signal to not exist on the stream -// https://github.com/nodejs/node/pull/36061#discussion_r533718029 -const validateAbortSignal = (signal, name) => { - if (typeof signal !== 'object' || !('aborted' in signal)) { - throw new ERR_INVALID_ARG_TYPE(name, 'AbortSignal', signal) - } -} -function isNodeStream(obj) { - return !!(obj && typeof obj.pipe === 'function') -} -module.exports.addAbortSignal = function addAbortSignal(signal, stream) { - validateAbortSignal(signal, 'signal') - if (!isNodeStream(stream)) { - throw new ERR_INVALID_ARG_TYPE('stream', 'stream.Stream', stream) - } - return module.exports.addAbortSignalNoValidate(signal, stream) -} -module.exports.addAbortSignalNoValidate = function (signal, stream) { - if (typeof signal !== 'object' || !('aborted' in signal)) { - return stream - } - const onAbort = () => { - stream.destroy( - new AbortError(undefined, { - cause: signal.reason - }) - ) - } - if (signal.aborted) { - onAbort() - } else { - signal.addEventListener('abort', onAbort) - eos(stream, () => signal.removeEventListener('abort', onAbort)) - } - return stream -} diff --git a/software/flow/node_modules/npm/node_modules/readable-stream/lib/internal/streams/buffer_list.js b/software/flow/node_modules/npm/node_modules/readable-stream/lib/internal/streams/buffer_list.js deleted file mode 100644 index b55e35c..0000000 --- a/software/flow/node_modules/npm/node_modules/readable-stream/lib/internal/streams/buffer_list.js +++ /dev/null @@ -1,157 +0,0 @@ -'use strict' - -const { StringPrototypeSlice, SymbolIterator, TypedArrayPrototypeSet, Uint8Array } = require('../../ours/primordials') -const { Buffer } = require('buffer') -const { inspect } = require('../../ours/util') -module.exports = class BufferList { - constructor() { - this.head = null - this.tail = null - this.length = 0 - } - push(v) { - const entry = { - data: v, - next: null - } - if (this.length > 0) this.tail.next = entry - else this.head = entry - this.tail = entry - ++this.length - } - unshift(v) { - const entry = { - data: v, - next: this.head - } - if (this.length === 0) this.tail = entry - this.head = entry - ++this.length - } - shift() { - if (this.length === 0) return - const ret = this.head.data - if (this.length === 1) this.head = this.tail = null - else this.head = this.head.next - --this.length - return ret - } - clear() { - this.head = this.tail = null - this.length = 0 - } - join(s) { - if (this.length === 0) return '' - let p = this.head - let ret = '' + p.data - while ((p = p.next) !== null) ret += s + p.data - return ret - } - concat(n) { - if (this.length === 0) return Buffer.alloc(0) - const ret = Buffer.allocUnsafe(n >>> 0) - let p = this.head - let i = 0 - while (p) { - TypedArrayPrototypeSet(ret, p.data, i) - i += p.data.length - p = p.next - } - return ret - } - - // Consumes a specified amount of bytes or characters from the buffered data. - consume(n, hasStrings) { - const data = this.head.data - if (n < data.length) { - // `slice` is the same for buffers and strings. - const slice = data.slice(0, n) - this.head.data = data.slice(n) - return slice - } - if (n === data.length) { - // First chunk is a perfect match. - return this.shift() - } - // Result spans more than one buffer. - return hasStrings ? this._getString(n) : this._getBuffer(n) - } - first() { - return this.head.data - } - *[SymbolIterator]() { - for (let p = this.head; p; p = p.next) { - yield p.data - } - } - - // Consumes a specified amount of characters from the buffered data. - _getString(n) { - let ret = '' - let p = this.head - let c = 0 - do { - const str = p.data - if (n > str.length) { - ret += str - n -= str.length - } else { - if (n === str.length) { - ret += str - ++c - if (p.next) this.head = p.next - else this.head = this.tail = null - } else { - ret += StringPrototypeSlice(str, 0, n) - this.head = p - p.data = StringPrototypeSlice(str, n) - } - break - } - ++c - } while ((p = p.next) !== null) - this.length -= c - return ret - } - - // Consumes a specified amount of bytes from the buffered data. - _getBuffer(n) { - const ret = Buffer.allocUnsafe(n) - const retLen = n - let p = this.head - let c = 0 - do { - const buf = p.data - if (n > buf.length) { - TypedArrayPrototypeSet(ret, buf, retLen - n) - n -= buf.length - } else { - if (n === buf.length) { - TypedArrayPrototypeSet(ret, buf, retLen - n) - ++c - if (p.next) this.head = p.next - else this.head = this.tail = null - } else { - TypedArrayPrototypeSet(ret, new Uint8Array(buf.buffer, buf.byteOffset, n), retLen - n) - this.head = p - p.data = buf.slice(n) - } - break - } - ++c - } while ((p = p.next) !== null) - this.length -= c - return ret - } - - // Make sure the linked list only shows the minimal necessary information. - [Symbol.for('nodejs.util.inspect.custom')](_, options) { - return inspect(this, { - ...options, - // Only inspect one level. - depth: 0, - // It should not recurse. - customInspect: false - }) - } -} diff --git a/software/flow/node_modules/npm/node_modules/readable-stream/lib/internal/streams/compose.js b/software/flow/node_modules/npm/node_modules/readable-stream/lib/internal/streams/compose.js deleted file mode 100644 index 4a00aea..0000000 --- a/software/flow/node_modules/npm/node_modules/readable-stream/lib/internal/streams/compose.js +++ /dev/null @@ -1,135 +0,0 @@ -'use strict' - -const { pipeline } = require('./pipeline') -const Duplex = require('./duplex') -const { destroyer } = require('./destroy') -const { isNodeStream, isReadable, isWritable } = require('./utils') -const { - AbortError, - codes: { ERR_INVALID_ARG_VALUE, ERR_MISSING_ARGS } -} = require('../../ours/errors') -module.exports = function compose(...streams) { - if (streams.length === 0) { - throw new ERR_MISSING_ARGS('streams') - } - if (streams.length === 1) { - return Duplex.from(streams[0]) - } - const orgStreams = [...streams] - if (typeof streams[0] === 'function') { - streams[0] = Duplex.from(streams[0]) - } - if (typeof streams[streams.length - 1] === 'function') { - const idx = streams.length - 1 - streams[idx] = Duplex.from(streams[idx]) - } - for (let n = 0; n < streams.length; ++n) { - if (!isNodeStream(streams[n])) { - // TODO(ronag): Add checks for non streams. - continue - } - if (n < streams.length - 1 && !isReadable(streams[n])) { - throw new ERR_INVALID_ARG_VALUE(`streams[${n}]`, orgStreams[n], 'must be readable') - } - if (n > 0 && !isWritable(streams[n])) { - throw new ERR_INVALID_ARG_VALUE(`streams[${n}]`, orgStreams[n], 'must be writable') - } - } - let ondrain - let onfinish - let onreadable - let onclose - let d - function onfinished(err) { - const cb = onclose - onclose = null - if (cb) { - cb(err) - } else if (err) { - d.destroy(err) - } else if (!readable && !writable) { - d.destroy() - } - } - const head = streams[0] - const tail = pipeline(streams, onfinished) - const writable = !!isWritable(head) - const readable = !!isReadable(tail) - - // TODO(ronag): Avoid double buffering. - // Implement Writable/Readable/Duplex traits. - // See, https://github.com/nodejs/node/pull/33515. - d = new Duplex({ - // TODO (ronag): highWaterMark? - writableObjectMode: !!(head !== null && head !== undefined && head.writableObjectMode), - readableObjectMode: !!(tail !== null && tail !== undefined && tail.writableObjectMode), - writable, - readable - }) - if (writable) { - d._write = function (chunk, encoding, callback) { - if (head.write(chunk, encoding)) { - callback() - } else { - ondrain = callback - } - } - d._final = function (callback) { - head.end() - onfinish = callback - } - head.on('drain', function () { - if (ondrain) { - const cb = ondrain - ondrain = null - cb() - } - }) - tail.on('finish', function () { - if (onfinish) { - const cb = onfinish - onfinish = null - cb() - } - }) - } - if (readable) { - tail.on('readable', function () { - if (onreadable) { - const cb = onreadable - onreadable = null - cb() - } - }) - tail.on('end', function () { - d.push(null) - }) - d._read = function () { - while (true) { - const buf = tail.read() - if (buf === null) { - onreadable = d._read - return - } - if (!d.push(buf)) { - return - } - } - } - } - d._destroy = function (err, callback) { - if (!err && onclose !== null) { - err = new AbortError() - } - onreadable = null - ondrain = null - onfinish = null - if (onclose === null) { - callback(err) - } else { - onclose = callback - destroyer(tail, err) - } - } - return d -} diff --git a/software/flow/node_modules/npm/node_modules/readable-stream/lib/internal/streams/destroy.js b/software/flow/node_modules/npm/node_modules/readable-stream/lib/internal/streams/destroy.js deleted file mode 100644 index 768f2d7..0000000 --- a/software/flow/node_modules/npm/node_modules/readable-stream/lib/internal/streams/destroy.js +++ /dev/null @@ -1,287 +0,0 @@ -'use strict' - -/* replacement start */ - -const process = require('process/') - -/* replacement end */ - -const { - aggregateTwoErrors, - codes: { ERR_MULTIPLE_CALLBACK }, - AbortError -} = require('../../ours/errors') -const { Symbol } = require('../../ours/primordials') -const { kDestroyed, isDestroyed, isFinished, isServerRequest } = require('./utils') -const kDestroy = Symbol('kDestroy') -const kConstruct = Symbol('kConstruct') -function checkError(err, w, r) { - if (err) { - // Avoid V8 leak, https://github.com/nodejs/node/pull/34103#issuecomment-652002364 - err.stack // eslint-disable-line no-unused-expressions - - if (w && !w.errored) { - w.errored = err - } - if (r && !r.errored) { - r.errored = err - } - } -} - -// Backwards compat. cb() is undocumented and unused in core but -// unfortunately might be used by modules. -function destroy(err, cb) { - const r = this._readableState - const w = this._writableState - // With duplex streams we use the writable side for state. - const s = w || r - if ((w && w.destroyed) || (r && r.destroyed)) { - if (typeof cb === 'function') { - cb() - } - return this - } - - // We set destroyed to true before firing error callbacks in order - // to make it re-entrance safe in case destroy() is called within callbacks - checkError(err, w, r) - if (w) { - w.destroyed = true - } - if (r) { - r.destroyed = true - } - - // If still constructing then defer calling _destroy. - if (!s.constructed) { - this.once(kDestroy, function (er) { - _destroy(this, aggregateTwoErrors(er, err), cb) - }) - } else { - _destroy(this, err, cb) - } - return this -} -function _destroy(self, err, cb) { - let called = false - function onDestroy(err) { - if (called) { - return - } - called = true - const r = self._readableState - const w = self._writableState - checkError(err, w, r) - if (w) { - w.closed = true - } - if (r) { - r.closed = true - } - if (typeof cb === 'function') { - cb(err) - } - if (err) { - process.nextTick(emitErrorCloseNT, self, err) - } else { - process.nextTick(emitCloseNT, self) - } - } - try { - self._destroy(err || null, onDestroy) - } catch (err) { - onDestroy(err) - } -} -function emitErrorCloseNT(self, err) { - emitErrorNT(self, err) - emitCloseNT(self) -} -function emitCloseNT(self) { - const r = self._readableState - const w = self._writableState - if (w) { - w.closeEmitted = true - } - if (r) { - r.closeEmitted = true - } - if ((w && w.emitClose) || (r && r.emitClose)) { - self.emit('close') - } -} -function emitErrorNT(self, err) { - const r = self._readableState - const w = self._writableState - if ((w && w.errorEmitted) || (r && r.errorEmitted)) { - return - } - if (w) { - w.errorEmitted = true - } - if (r) { - r.errorEmitted = true - } - self.emit('error', err) -} -function undestroy() { - const r = this._readableState - const w = this._writableState - if (r) { - r.constructed = true - r.closed = false - r.closeEmitted = false - r.destroyed = false - r.errored = null - r.errorEmitted = false - r.reading = false - r.ended = r.readable === false - r.endEmitted = r.readable === false - } - if (w) { - w.constructed = true - w.destroyed = false - w.closed = false - w.closeEmitted = false - w.errored = null - w.errorEmitted = false - w.finalCalled = false - w.prefinished = false - w.ended = w.writable === false - w.ending = w.writable === false - w.finished = w.writable === false - } -} -function errorOrDestroy(stream, err, sync) { - // We have tests that rely on errors being emitted - // in the same tick, so changing this is semver major. - // For now when you opt-in to autoDestroy we allow - // the error to be emitted nextTick. In a future - // semver major update we should change the default to this. - - const r = stream._readableState - const w = stream._writableState - if ((w && w.destroyed) || (r && r.destroyed)) { - return this - } - if ((r && r.autoDestroy) || (w && w.autoDestroy)) stream.destroy(err) - else if (err) { - // Avoid V8 leak, https://github.com/nodejs/node/pull/34103#issuecomment-652002364 - err.stack // eslint-disable-line no-unused-expressions - - if (w && !w.errored) { - w.errored = err - } - if (r && !r.errored) { - r.errored = err - } - if (sync) { - process.nextTick(emitErrorNT, stream, err) - } else { - emitErrorNT(stream, err) - } - } -} -function construct(stream, cb) { - if (typeof stream._construct !== 'function') { - return - } - const r = stream._readableState - const w = stream._writableState - if (r) { - r.constructed = false - } - if (w) { - w.constructed = false - } - stream.once(kConstruct, cb) - if (stream.listenerCount(kConstruct) > 1) { - // Duplex - return - } - process.nextTick(constructNT, stream) -} -function constructNT(stream) { - let called = false - function onConstruct(err) { - if (called) { - errorOrDestroy(stream, err !== null && err !== undefined ? err : new ERR_MULTIPLE_CALLBACK()) - return - } - called = true - const r = stream._readableState - const w = stream._writableState - const s = w || r - if (r) { - r.constructed = true - } - if (w) { - w.constructed = true - } - if (s.destroyed) { - stream.emit(kDestroy, err) - } else if (err) { - errorOrDestroy(stream, err, true) - } else { - process.nextTick(emitConstructNT, stream) - } - } - try { - stream._construct(onConstruct) - } catch (err) { - onConstruct(err) - } -} -function emitConstructNT(stream) { - stream.emit(kConstruct) -} -function isRequest(stream) { - return stream && stream.setHeader && typeof stream.abort === 'function' -} -function emitCloseLegacy(stream) { - stream.emit('close') -} -function emitErrorCloseLegacy(stream, err) { - stream.emit('error', err) - process.nextTick(emitCloseLegacy, stream) -} - -// Normalize destroy for legacy. -function destroyer(stream, err) { - if (!stream || isDestroyed(stream)) { - return - } - if (!err && !isFinished(stream)) { - err = new AbortError() - } - - // TODO: Remove isRequest branches. - if (isServerRequest(stream)) { - stream.socket = null - stream.destroy(err) - } else if (isRequest(stream)) { - stream.abort() - } else if (isRequest(stream.req)) { - stream.req.abort() - } else if (typeof stream.destroy === 'function') { - stream.destroy(err) - } else if (typeof stream.close === 'function') { - // TODO: Don't lose err? - stream.close() - } else if (err) { - process.nextTick(emitErrorCloseLegacy, stream, err) - } else { - process.nextTick(emitCloseLegacy, stream) - } - if (!stream.destroyed) { - stream[kDestroyed] = true - } -} -module.exports = { - construct, - destroyer, - destroy, - undestroy, - errorOrDestroy -} diff --git a/software/flow/node_modules/npm/node_modules/readable-stream/lib/internal/streams/duplex.js b/software/flow/node_modules/npm/node_modules/readable-stream/lib/internal/streams/duplex.js deleted file mode 100644 index dd08396..0000000 --- a/software/flow/node_modules/npm/node_modules/readable-stream/lib/internal/streams/duplex.js +++ /dev/null @@ -1,143 +0,0 @@ -// Copyright Joyent, Inc. and other Node contributors. -// -// Permission is hereby granted, free of charge, to any person obtaining a -// copy of this software and associated documentation files (the -// "Software"), to deal in the Software without restriction, including -// without limitation the rights to use, copy, modify, merge, publish, -// distribute, sublicense, and/or sell copies of the Software, and to permit -// persons to whom the Software is furnished to do so, subject to the -// following conditions: -// -// The above copyright notice and this permission notice shall be included -// in all copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN -// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, -// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR -// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE -// USE OR OTHER DEALINGS IN THE SOFTWARE. - -// a duplex stream is just a stream that is both readable and writable. -// Since JS doesn't have multiple prototype inheritance, this class -// prototypically inherits from Readable, and then parasitically from -// Writable. - -'use strict' - -const { - ObjectDefineProperties, - ObjectGetOwnPropertyDescriptor, - ObjectKeys, - ObjectSetPrototypeOf -} = require('../../ours/primordials') -module.exports = Duplex -const Readable = require('./readable') -const Writable = require('./writable') -ObjectSetPrototypeOf(Duplex.prototype, Readable.prototype) -ObjectSetPrototypeOf(Duplex, Readable) -{ - const keys = ObjectKeys(Writable.prototype) - // Allow the keys array to be GC'ed. - for (let i = 0; i < keys.length; i++) { - const method = keys[i] - if (!Duplex.prototype[method]) Duplex.prototype[method] = Writable.prototype[method] - } -} -function Duplex(options) { - if (!(this instanceof Duplex)) return new Duplex(options) - Readable.call(this, options) - Writable.call(this, options) - if (options) { - this.allowHalfOpen = options.allowHalfOpen !== false - if (options.readable === false) { - this._readableState.readable = false - this._readableState.ended = true - this._readableState.endEmitted = true - } - if (options.writable === false) { - this._writableState.writable = false - this._writableState.ending = true - this._writableState.ended = true - this._writableState.finished = true - } - } else { - this.allowHalfOpen = true - } -} -ObjectDefineProperties(Duplex.prototype, { - writable: { - __proto__: null, - ...ObjectGetOwnPropertyDescriptor(Writable.prototype, 'writable') - }, - writableHighWaterMark: { - __proto__: null, - ...ObjectGetOwnPropertyDescriptor(Writable.prototype, 'writableHighWaterMark') - }, - writableObjectMode: { - __proto__: null, - ...ObjectGetOwnPropertyDescriptor(Writable.prototype, 'writableObjectMode') - }, - writableBuffer: { - __proto__: null, - ...ObjectGetOwnPropertyDescriptor(Writable.prototype, 'writableBuffer') - }, - writableLength: { - __proto__: null, - ...ObjectGetOwnPropertyDescriptor(Writable.prototype, 'writableLength') - }, - writableFinished: { - __proto__: null, - ...ObjectGetOwnPropertyDescriptor(Writable.prototype, 'writableFinished') - }, - writableCorked: { - __proto__: null, - ...ObjectGetOwnPropertyDescriptor(Writable.prototype, 'writableCorked') - }, - writableEnded: { - __proto__: null, - ...ObjectGetOwnPropertyDescriptor(Writable.prototype, 'writableEnded') - }, - writableNeedDrain: { - __proto__: null, - ...ObjectGetOwnPropertyDescriptor(Writable.prototype, 'writableNeedDrain') - }, - destroyed: { - __proto__: null, - get() { - if (this._readableState === undefined || this._writableState === undefined) { - return false - } - return this._readableState.destroyed && this._writableState.destroyed - }, - set(value) { - // Backward compatibility, the user is explicitly - // managing destroyed. - if (this._readableState && this._writableState) { - this._readableState.destroyed = value - this._writableState.destroyed = value - } - } - } -}) -let webStreamsAdapters - -// Lazy to avoid circular references -function lazyWebStreams() { - if (webStreamsAdapters === undefined) webStreamsAdapters = {} - return webStreamsAdapters -} -Duplex.fromWeb = function (pair, options) { - return lazyWebStreams().newStreamDuplexFromReadableWritablePair(pair, options) -} -Duplex.toWeb = function (duplex) { - return lazyWebStreams().newReadableWritablePairFromDuplex(duplex) -} -let duplexify -Duplex.from = function (body) { - if (!duplexify) { - duplexify = require('./duplexify') - } - return duplexify(body, 'body') -} diff --git a/software/flow/node_modules/npm/node_modules/readable-stream/lib/internal/streams/duplexify.js b/software/flow/node_modules/npm/node_modules/readable-stream/lib/internal/streams/duplexify.js deleted file mode 100644 index 43300dd..0000000 --- a/software/flow/node_modules/npm/node_modules/readable-stream/lib/internal/streams/duplexify.js +++ /dev/null @@ -1,381 +0,0 @@ -/* replacement start */ - -const process = require('process/') - -/* replacement end */ - -;('use strict') -const bufferModule = require('buffer') -const { - isReadable, - isWritable, - isIterable, - isNodeStream, - isReadableNodeStream, - isWritableNodeStream, - isDuplexNodeStream -} = require('./utils') -const eos = require('./end-of-stream') -const { - AbortError, - codes: { ERR_INVALID_ARG_TYPE, ERR_INVALID_RETURN_VALUE } -} = require('../../ours/errors') -const { destroyer } = require('./destroy') -const Duplex = require('./duplex') -const Readable = require('./readable') -const { createDeferredPromise } = require('../../ours/util') -const from = require('./from') -const Blob = globalThis.Blob || bufferModule.Blob -const isBlob = - typeof Blob !== 'undefined' - ? function isBlob(b) { - return b instanceof Blob - } - : function isBlob(b) { - return false - } -const AbortController = globalThis.AbortController || require('abort-controller').AbortController -const { FunctionPrototypeCall } = require('../../ours/primordials') - -// This is needed for pre node 17. -class Duplexify extends Duplex { - constructor(options) { - super(options) - - // https://github.com/nodejs/node/pull/34385 - - if ((options === null || options === undefined ? undefined : options.readable) === false) { - this._readableState.readable = false - this._readableState.ended = true - this._readableState.endEmitted = true - } - if ((options === null || options === undefined ? undefined : options.writable) === false) { - this._writableState.writable = false - this._writableState.ending = true - this._writableState.ended = true - this._writableState.finished = true - } - } -} -module.exports = function duplexify(body, name) { - if (isDuplexNodeStream(body)) { - return body - } - if (isReadableNodeStream(body)) { - return _duplexify({ - readable: body - }) - } - if (isWritableNodeStream(body)) { - return _duplexify({ - writable: body - }) - } - if (isNodeStream(body)) { - return _duplexify({ - writable: false, - readable: false - }) - } - - // TODO: Webstreams - // if (isReadableStream(body)) { - // return _duplexify({ readable: Readable.fromWeb(body) }); - // } - - // TODO: Webstreams - // if (isWritableStream(body)) { - // return _duplexify({ writable: Writable.fromWeb(body) }); - // } - - if (typeof body === 'function') { - const { value, write, final, destroy } = fromAsyncGen(body) - if (isIterable(value)) { - return from(Duplexify, value, { - // TODO (ronag): highWaterMark? - objectMode: true, - write, - final, - destroy - }) - } - const then = value === null || value === undefined ? undefined : value.then - if (typeof then === 'function') { - let d - const promise = FunctionPrototypeCall( - then, - value, - (val) => { - if (val != null) { - throw new ERR_INVALID_RETURN_VALUE('nully', 'body', val) - } - }, - (err) => { - destroyer(d, err) - } - ) - return (d = new Duplexify({ - // TODO (ronag): highWaterMark? - objectMode: true, - readable: false, - write, - final(cb) { - final(async () => { - try { - await promise - process.nextTick(cb, null) - } catch (err) { - process.nextTick(cb, err) - } - }) - }, - destroy - })) - } - throw new ERR_INVALID_RETURN_VALUE('Iterable, AsyncIterable or AsyncFunction', name, value) - } - if (isBlob(body)) { - return duplexify(body.arrayBuffer()) - } - if (isIterable(body)) { - return from(Duplexify, body, { - // TODO (ronag): highWaterMark? - objectMode: true, - writable: false - }) - } - - // TODO: Webstreams. - // if ( - // isReadableStream(body?.readable) && - // isWritableStream(body?.writable) - // ) { - // return Duplexify.fromWeb(body); - // } - - if ( - typeof (body === null || body === undefined ? undefined : body.writable) === 'object' || - typeof (body === null || body === undefined ? undefined : body.readable) === 'object' - ) { - const readable = - body !== null && body !== undefined && body.readable - ? isReadableNodeStream(body === null || body === undefined ? undefined : body.readable) - ? body === null || body === undefined - ? undefined - : body.readable - : duplexify(body.readable) - : undefined - const writable = - body !== null && body !== undefined && body.writable - ? isWritableNodeStream(body === null || body === undefined ? undefined : body.writable) - ? body === null || body === undefined - ? undefined - : body.writable - : duplexify(body.writable) - : undefined - return _duplexify({ - readable, - writable - }) - } - const then = body === null || body === undefined ? undefined : body.then - if (typeof then === 'function') { - let d - FunctionPrototypeCall( - then, - body, - (val) => { - if (val != null) { - d.push(val) - } - d.push(null) - }, - (err) => { - destroyer(d, err) - } - ) - return (d = new Duplexify({ - objectMode: true, - writable: false, - read() {} - })) - } - throw new ERR_INVALID_ARG_TYPE( - name, - [ - 'Blob', - 'ReadableStream', - 'WritableStream', - 'Stream', - 'Iterable', - 'AsyncIterable', - 'Function', - '{ readable, writable } pair', - 'Promise' - ], - body - ) -} -function fromAsyncGen(fn) { - let { promise, resolve } = createDeferredPromise() - const ac = new AbortController() - const signal = ac.signal - const value = fn( - (async function* () { - while (true) { - const _promise = promise - promise = null - const { chunk, done, cb } = await _promise - process.nextTick(cb) - if (done) return - if (signal.aborted) - throw new AbortError(undefined, { - cause: signal.reason - }) - ;({ promise, resolve } = createDeferredPromise()) - yield chunk - } - })(), - { - signal - } - ) - return { - value, - write(chunk, encoding, cb) { - const _resolve = resolve - resolve = null - _resolve({ - chunk, - done: false, - cb - }) - }, - final(cb) { - const _resolve = resolve - resolve = null - _resolve({ - done: true, - cb - }) - }, - destroy(err, cb) { - ac.abort() - cb(err) - } - } -} -function _duplexify(pair) { - const r = pair.readable && typeof pair.readable.read !== 'function' ? Readable.wrap(pair.readable) : pair.readable - const w = pair.writable - let readable = !!isReadable(r) - let writable = !!isWritable(w) - let ondrain - let onfinish - let onreadable - let onclose - let d - function onfinished(err) { - const cb = onclose - onclose = null - if (cb) { - cb(err) - } else if (err) { - d.destroy(err) - } else if (!readable && !writable) { - d.destroy() - } - } - - // TODO(ronag): Avoid double buffering. - // Implement Writable/Readable/Duplex traits. - // See, https://github.com/nodejs/node/pull/33515. - d = new Duplexify({ - // TODO (ronag): highWaterMark? - readableObjectMode: !!(r !== null && r !== undefined && r.readableObjectMode), - writableObjectMode: !!(w !== null && w !== undefined && w.writableObjectMode), - readable, - writable - }) - if (writable) { - eos(w, (err) => { - writable = false - if (err) { - destroyer(r, err) - } - onfinished(err) - }) - d._write = function (chunk, encoding, callback) { - if (w.write(chunk, encoding)) { - callback() - } else { - ondrain = callback - } - } - d._final = function (callback) { - w.end() - onfinish = callback - } - w.on('drain', function () { - if (ondrain) { - const cb = ondrain - ondrain = null - cb() - } - }) - w.on('finish', function () { - if (onfinish) { - const cb = onfinish - onfinish = null - cb() - } - }) - } - if (readable) { - eos(r, (err) => { - readable = false - if (err) { - destroyer(r, err) - } - onfinished(err) - }) - r.on('readable', function () { - if (onreadable) { - const cb = onreadable - onreadable = null - cb() - } - }) - r.on('end', function () { - d.push(null) - }) - d._read = function () { - while (true) { - const buf = r.read() - if (buf === null) { - onreadable = d._read - return - } - if (!d.push(buf)) { - return - } - } - } - } - d._destroy = function (err, callback) { - if (!err && onclose !== null) { - err = new AbortError() - } - onreadable = null - ondrain = null - onfinish = null - if (onclose === null) { - callback(err) - } else { - onclose = callback - destroyer(w, err) - destroyer(r, err) - } - } - return d -} diff --git a/software/flow/node_modules/npm/node_modules/readable-stream/lib/internal/streams/end-of-stream.js b/software/flow/node_modules/npm/node_modules/readable-stream/lib/internal/streams/end-of-stream.js deleted file mode 100644 index 57dbaa4..0000000 --- a/software/flow/node_modules/npm/node_modules/readable-stream/lib/internal/streams/end-of-stream.js +++ /dev/null @@ -1,224 +0,0 @@ -/* replacement start */ - -const process = require('process/') - -/* replacement end */ -// Ported from https://github.com/mafintosh/end-of-stream with -// permission from the author, Mathias Buus (@mafintosh). - -;('use strict') -const { AbortError, codes } = require('../../ours/errors') -const { ERR_INVALID_ARG_TYPE, ERR_STREAM_PREMATURE_CLOSE } = codes -const { kEmptyObject, once } = require('../../ours/util') -const { validateAbortSignal, validateFunction, validateObject } = require('../validators') -const { Promise } = require('../../ours/primordials') -const { - isClosed, - isReadable, - isReadableNodeStream, - isReadableFinished, - isReadableErrored, - isWritable, - isWritableNodeStream, - isWritableFinished, - isWritableErrored, - isNodeStream, - willEmitClose: _willEmitClose -} = require('./utils') -function isRequest(stream) { - return stream.setHeader && typeof stream.abort === 'function' -} -const nop = () => {} -function eos(stream, options, callback) { - var _options$readable, _options$writable - if (arguments.length === 2) { - callback = options - options = kEmptyObject - } else if (options == null) { - options = kEmptyObject - } else { - validateObject(options, 'options') - } - validateFunction(callback, 'callback') - validateAbortSignal(options.signal, 'options.signal') - callback = once(callback) - const readable = - (_options$readable = options.readable) !== null && _options$readable !== undefined - ? _options$readable - : isReadableNodeStream(stream) - const writable = - (_options$writable = options.writable) !== null && _options$writable !== undefined - ? _options$writable - : isWritableNodeStream(stream) - if (!isNodeStream(stream)) { - // TODO: Webstreams. - throw new ERR_INVALID_ARG_TYPE('stream', 'Stream', stream) - } - const wState = stream._writableState - const rState = stream._readableState - const onlegacyfinish = () => { - if (!stream.writable) { - onfinish() - } - } - - // TODO (ronag): Improve soft detection to include core modules and - // common ecosystem modules that do properly emit 'close' but fail - // this generic check. - let willEmitClose = - _willEmitClose(stream) && isReadableNodeStream(stream) === readable && isWritableNodeStream(stream) === writable - let writableFinished = isWritableFinished(stream, false) - const onfinish = () => { - writableFinished = true - // Stream should not be destroyed here. If it is that - // means that user space is doing something differently and - // we cannot trust willEmitClose. - if (stream.destroyed) { - willEmitClose = false - } - if (willEmitClose && (!stream.readable || readable)) { - return - } - if (!readable || readableFinished) { - callback.call(stream) - } - } - let readableFinished = isReadableFinished(stream, false) - const onend = () => { - readableFinished = true - // Stream should not be destroyed here. If it is that - // means that user space is doing something differently and - // we cannot trust willEmitClose. - if (stream.destroyed) { - willEmitClose = false - } - if (willEmitClose && (!stream.writable || writable)) { - return - } - if (!writable || writableFinished) { - callback.call(stream) - } - } - const onerror = (err) => { - callback.call(stream, err) - } - let closed = isClosed(stream) - const onclose = () => { - closed = true - const errored = isWritableErrored(stream) || isReadableErrored(stream) - if (errored && typeof errored !== 'boolean') { - return callback.call(stream, errored) - } - if (readable && !readableFinished && isReadableNodeStream(stream, true)) { - if (!isReadableFinished(stream, false)) return callback.call(stream, new ERR_STREAM_PREMATURE_CLOSE()) - } - if (writable && !writableFinished) { - if (!isWritableFinished(stream, false)) return callback.call(stream, new ERR_STREAM_PREMATURE_CLOSE()) - } - callback.call(stream) - } - const onrequest = () => { - stream.req.on('finish', onfinish) - } - if (isRequest(stream)) { - stream.on('complete', onfinish) - if (!willEmitClose) { - stream.on('abort', onclose) - } - if (stream.req) { - onrequest() - } else { - stream.on('request', onrequest) - } - } else if (writable && !wState) { - // legacy streams - stream.on('end', onlegacyfinish) - stream.on('close', onlegacyfinish) - } - - // Not all streams will emit 'close' after 'aborted'. - if (!willEmitClose && typeof stream.aborted === 'boolean') { - stream.on('aborted', onclose) - } - stream.on('end', onend) - stream.on('finish', onfinish) - if (options.error !== false) { - stream.on('error', onerror) - } - stream.on('close', onclose) - if (closed) { - process.nextTick(onclose) - } else if ( - (wState !== null && wState !== undefined && wState.errorEmitted) || - (rState !== null && rState !== undefined && rState.errorEmitted) - ) { - if (!willEmitClose) { - process.nextTick(onclose) - } - } else if ( - !readable && - (!willEmitClose || isReadable(stream)) && - (writableFinished || isWritable(stream) === false) - ) { - process.nextTick(onclose) - } else if ( - !writable && - (!willEmitClose || isWritable(stream)) && - (readableFinished || isReadable(stream) === false) - ) { - process.nextTick(onclose) - } else if (rState && stream.req && stream.aborted) { - process.nextTick(onclose) - } - const cleanup = () => { - callback = nop - stream.removeListener('aborted', onclose) - stream.removeListener('complete', onfinish) - stream.removeListener('abort', onclose) - stream.removeListener('request', onrequest) - if (stream.req) stream.req.removeListener('finish', onfinish) - stream.removeListener('end', onlegacyfinish) - stream.removeListener('close', onlegacyfinish) - stream.removeListener('finish', onfinish) - stream.removeListener('end', onend) - stream.removeListener('error', onerror) - stream.removeListener('close', onclose) - } - if (options.signal && !closed) { - const abort = () => { - // Keep it because cleanup removes it. - const endCallback = callback - cleanup() - endCallback.call( - stream, - new AbortError(undefined, { - cause: options.signal.reason - }) - ) - } - if (options.signal.aborted) { - process.nextTick(abort) - } else { - const originalCallback = callback - callback = once((...args) => { - options.signal.removeEventListener('abort', abort) - originalCallback.apply(stream, args) - }) - options.signal.addEventListener('abort', abort) - } - } - return cleanup -} -function finished(stream, opts) { - return new Promise((resolve, reject) => { - eos(stream, opts, (err) => { - if (err) { - reject(err) - } else { - resolve() - } - }) - }) -} -module.exports = eos -module.exports.finished = finished diff --git a/software/flow/node_modules/npm/node_modules/readable-stream/lib/internal/streams/from.js b/software/flow/node_modules/npm/node_modules/readable-stream/lib/internal/streams/from.js deleted file mode 100644 index c7e7531..0000000 --- a/software/flow/node_modules/npm/node_modules/readable-stream/lib/internal/streams/from.js +++ /dev/null @@ -1,98 +0,0 @@ -'use strict' - -/* replacement start */ - -const process = require('process/') - -/* replacement end */ - -const { PromisePrototypeThen, SymbolAsyncIterator, SymbolIterator } = require('../../ours/primordials') -const { Buffer } = require('buffer') -const { ERR_INVALID_ARG_TYPE, ERR_STREAM_NULL_VALUES } = require('../../ours/errors').codes -function from(Readable, iterable, opts) { - let iterator - if (typeof iterable === 'string' || iterable instanceof Buffer) { - return new Readable({ - objectMode: true, - ...opts, - read() { - this.push(iterable) - this.push(null) - } - }) - } - let isAsync - if (iterable && iterable[SymbolAsyncIterator]) { - isAsync = true - iterator = iterable[SymbolAsyncIterator]() - } else if (iterable && iterable[SymbolIterator]) { - isAsync = false - iterator = iterable[SymbolIterator]() - } else { - throw new ERR_INVALID_ARG_TYPE('iterable', ['Iterable'], iterable) - } - const readable = new Readable({ - objectMode: true, - highWaterMark: 1, - // TODO(ronag): What options should be allowed? - ...opts - }) - - // Flag to protect against _read - // being called before last iteration completion. - let reading = false - readable._read = function () { - if (!reading) { - reading = true - next() - } - } - readable._destroy = function (error, cb) { - PromisePrototypeThen( - close(error), - () => process.nextTick(cb, error), - // nextTick is here in case cb throws - (e) => process.nextTick(cb, e || error) - ) - } - async function close(error) { - const hadError = error !== undefined && error !== null - const hasThrow = typeof iterator.throw === 'function' - if (hadError && hasThrow) { - const { value, done } = await iterator.throw(error) - await value - if (done) { - return - } - } - if (typeof iterator.return === 'function') { - const { value } = await iterator.return() - await value - } - } - async function next() { - for (;;) { - try { - const { value, done } = isAsync ? await iterator.next() : iterator.next() - if (done) { - readable.push(null) - } else { - const res = value && typeof value.then === 'function' ? await value : value - if (res === null) { - reading = false - throw new ERR_STREAM_NULL_VALUES() - } else if (readable.push(res)) { - continue - } else { - reading = false - } - } - } catch (err) { - readable.destroy(err) - } - break - } - } - return readable -} -module.exports = from diff --git a/software/flow/node_modules/npm/node_modules/readable-stream/lib/internal/streams/lazy_transform.js b/software/flow/node_modules/npm/node_modules/readable-stream/lib/internal/streams/lazy_transform.js deleted file mode 100644 index 439461a..0000000 --- a/software/flow/node_modules/npm/node_modules/readable-stream/lib/internal/streams/lazy_transform.js +++ /dev/null @@ -1,51 +0,0 @@ -// LazyTransform is a special type of Transform stream that is lazily loaded. -// This is used for performance with bi-API-ship: when two APIs are available -// for the stream, one conventional and one non-conventional. -'use strict' - -const { ObjectDefineProperties, ObjectDefineProperty, ObjectSetPrototypeOf } = require('../../ours/primordials') -const stream = require('../../stream') -const { getDefaultEncoding } = require('../crypto/util') -module.exports = LazyTransform -function LazyTransform(options) { - this._options = options -} -ObjectSetPrototypeOf(LazyTransform.prototype, stream.Transform.prototype) -ObjectSetPrototypeOf(LazyTransform, stream.Transform) -function makeGetter(name) { - return function () { - stream.Transform.call(this, this._options) - this._writableState.decodeStrings = false - if (!this._options || !this._options.defaultEncoding) { - this._writableState.defaultEncoding = getDefaultEncoding() - } - return this[name] - } -} -function makeSetter(name) { - return function (val) { - ObjectDefineProperty(this, name, { - __proto__: null, - value: val, - enumerable: true, - configurable: true, - writable: true - }) - } -} -ObjectDefineProperties(LazyTransform.prototype, { - _readableState: { - __proto__: null, - get: makeGetter('_readableState'), - set: makeSetter('_readableState'), - configurable: true, - enumerable: true - }, - _writableState: { - __proto__: null, - get: makeGetter('_writableState'), - set: makeSetter('_writableState'), - configurable: true, - enumerable: true - } -}) diff --git a/software/flow/node_modules/npm/node_modules/readable-stream/lib/internal/streams/legacy.js b/software/flow/node_modules/npm/node_modules/readable-stream/lib/internal/streams/legacy.js deleted file mode 100644 index d492f7f..0000000 --- a/software/flow/node_modules/npm/node_modules/readable-stream/lib/internal/streams/legacy.js +++ /dev/null @@ -1,89 +0,0 @@ -'use strict' - -const { ArrayIsArray, ObjectSetPrototypeOf } = require('../../ours/primordials') -const { EventEmitter: EE } = require('events') -function Stream(opts) { - EE.call(this, opts) -} -ObjectSetPrototypeOf(Stream.prototype, EE.prototype) -ObjectSetPrototypeOf(Stream, EE) -Stream.prototype.pipe = function (dest, options) { - const source = this - function ondata(chunk) { - if (dest.writable && dest.write(chunk) === false && source.pause) { - source.pause() - } - } - source.on('data', ondata) - function ondrain() { - if (source.readable && source.resume) { - source.resume() - } - } - dest.on('drain', ondrain) - - // If the 'end' option is not supplied, dest.end() will be called when - // source gets the 'end' or 'close' events. Only dest.end() once. - if (!dest._isStdio && (!options || options.end !== false)) { - source.on('end', onend) - source.on('close', onclose) - } - let didOnEnd = false - function onend() { - if (didOnEnd) return - didOnEnd = true - dest.end() - } - function onclose() { - if (didOnEnd) return - didOnEnd = true - if (typeof dest.destroy === 'function') dest.destroy() - } - - // Don't leave dangling pipes when there are errors. - function onerror(er) { - cleanup() - if (EE.listenerCount(this, 'error') === 0) { - this.emit('error', er) - } - } - prependListener(source, 'error', onerror) - prependListener(dest, 'error', onerror) - - // Remove all the event listeners that were added. - function cleanup() { - source.removeListener('data', ondata) - dest.removeListener('drain', ondrain) - source.removeListener('end', onend) - source.removeListener('close', onclose) - source.removeListener('error', onerror) - dest.removeListener('error', onerror) - source.removeListener('end', cleanup) - source.removeListener('close', cleanup) - dest.removeListener('close', cleanup) - } - source.on('end', cleanup) - source.on('close', cleanup) - dest.on('close', cleanup) - dest.emit('pipe', source) - - // Allow for unix-like usage: A.pipe(B).pipe(C) - return dest -} -function prependListener(emitter, event, fn) { - // Sadly this is not cacheable as some libraries bundle their own - // event emitter implementation with them. - if (typeof emitter.prependListener === 'function') return emitter.prependListener(event, fn) - - // This is a hack to make sure that our error handler is attached before any - // userland ones. NEVER DO THIS. This is here only because this code needs - // to continue to work with older versions of Node.js that do not include - // the prependListener() method. The goal is to eventually remove this hack. - if (!emitter._events || !emitter._events[event]) emitter.on(event, fn) - else if (ArrayIsArray(emitter._events[event])) emitter._events[event].unshift(fn) - else emitter._events[event] = [fn, emitter._events[event]] -} -module.exports = { - Stream, - prependListener -} diff --git a/software/flow/node_modules/npm/node_modules/readable-stream/lib/internal/streams/operators.js b/software/flow/node_modules/npm/node_modules/readable-stream/lib/internal/streams/operators.js deleted file mode 100644 index 323a74a..0000000 --- a/software/flow/node_modules/npm/node_modules/readable-stream/lib/internal/streams/operators.js +++ /dev/null @@ -1,436 +0,0 @@ -'use strict' - -const AbortController = globalThis.AbortController || require('abort-controller').AbortController -const { - codes: { ERR_INVALID_ARG_TYPE, ERR_MISSING_ARGS, ERR_OUT_OF_RANGE }, - AbortError -} = require('../../ours/errors') -const { validateAbortSignal, validateInteger, validateObject } = require('../validators') -const kWeakHandler = require('../../ours/primordials').Symbol('kWeak') -const { finished } = require('./end-of-stream') -const { - ArrayPrototypePush, - MathFloor, - Number, - NumberIsNaN, - Promise, - PromiseReject, - PromisePrototypeThen, - Symbol -} = require('../../ours/primordials') -const kEmpty = Symbol('kEmpty') -const kEof = Symbol('kEof') -function map(fn, options) { - if (typeof fn !== 'function') { - throw new ERR_INVALID_ARG_TYPE('fn', ['Function', 'AsyncFunction'], fn) - } - if (options != null) { - validateObject(options, 'options') - } - if ((options === null || options === undefined ? undefined : options.signal) != null) { - validateAbortSignal(options.signal, 'options.signal') - } - let concurrency = 1 - if ((options === null || options === undefined ? undefined : options.concurrency) != null) { - concurrency = MathFloor(options.concurrency) - } - validateInteger(concurrency, 'concurrency', 1) - return async function* map() { - var _options$signal, _options$signal2 - const ac = new AbortController() - const stream = this - const queue = [] - const signal = ac.signal - const signalOpt = { - signal - } - const abort = () => ac.abort() - if ( - options !== null && - options !== undefined && - (_options$signal = options.signal) !== null && - _options$signal !== undefined && - _options$signal.aborted - ) { - abort() - } - options === null || options === undefined - ? undefined - : (_options$signal2 = options.signal) === null || _options$signal2 === undefined - ? undefined - : _options$signal2.addEventListener('abort', abort) - let next - let resume - let done = false - function onDone() { - done = true - } - async function pump() { - try { - for await (let val of stream) { - var _val - if (done) { - return - } - if (signal.aborted) { - throw new AbortError() - } - try { - val = fn(val, signalOpt) - } catch (err) { - val = PromiseReject(err) - } - if (val === kEmpty) { - continue - } - if (typeof ((_val = val) === null || _val === undefined ? undefined : _val.catch) === 'function') { - val.catch(onDone) - } - queue.push(val) - if (next) { - next() - next = null - } - if (!done && queue.length && queue.length >= concurrency) { - await new Promise((resolve) => { - resume = resolve - }) - } - } - queue.push(kEof) - } catch (err) { - const val = PromiseReject(err) - PromisePrototypeThen(val, undefined, onDone) - queue.push(val) - } finally { - var _options$signal3 - done = true - if (next) { - next() - next = null - } - options === null || options === undefined - ? undefined - : (_options$signal3 = options.signal) === null || _options$signal3 === undefined - ? undefined - : _options$signal3.removeEventListener('abort', abort) - } - } - pump() - try { - while (true) { - while (queue.length > 0) { - const val = await queue[0] - if (val === kEof) { - return - } - if (signal.aborted) { - throw new AbortError() - } - if (val !== kEmpty) { - yield val - } - queue.shift() - if (resume) { - resume() - resume = null - } - } - await new Promise((resolve) => { - next = resolve - }) - } - } finally { - ac.abort() - done = true - if (resume) { - resume() - resume = null - } - } - }.call(this) -} -function asIndexedPairs(options = undefined) { - if (options != null) { - validateObject(options, 'options') - } - if ((options === null || options === undefined ? undefined : options.signal) != null) { - validateAbortSignal(options.signal, 'options.signal') - } - return async function* asIndexedPairs() { - let index = 0 - for await (const val of this) { - var _options$signal4 - if ( - options !== null && - options !== undefined && - (_options$signal4 = options.signal) !== null && - _options$signal4 !== undefined && - _options$signal4.aborted - ) { - throw new AbortError({ - cause: options.signal.reason - }) - } - yield [index++, val] - } - }.call(this) -} -async function some(fn, options = undefined) { - for await (const unused of filter.call(this, fn, options)) { - return true - } - return false -} -async function every(fn, options = undefined) { - if (typeof fn !== 'function') { - throw new ERR_INVALID_ARG_TYPE('fn', ['Function', 'AsyncFunction'], fn) - } - // https://en.wikipedia.org/wiki/De_Morgan%27s_laws - return !(await some.call( - this, - async (...args) => { - return !(await fn(...args)) - }, - options - )) -} -async function find(fn, options) { - for await (const result of filter.call(this, fn, options)) { - return result - } - return undefined -} -async function forEach(fn, options) { - if (typeof fn !== 'function') { - throw new ERR_INVALID_ARG_TYPE('fn', ['Function', 'AsyncFunction'], fn) - } - async function forEachFn(value, options) { - await fn(value, options) - return kEmpty - } - // eslint-disable-next-line no-unused-vars - for await (const unused of map.call(this, forEachFn, options)); -} -function filter(fn, options) { - if (typeof fn !== 'function') { - throw new ERR_INVALID_ARG_TYPE('fn', ['Function', 'AsyncFunction'], fn) - } - async function filterFn(value, options) { - if (await fn(value, options)) { - return value - } - return kEmpty - } - return map.call(this, filterFn, options) -} - -// Specific to provide better error to reduce since the argument is only -// missing if the stream has no items in it - but the code is still appropriate -class ReduceAwareErrMissingArgs extends ERR_MISSING_ARGS { - constructor() { - super('reduce') - this.message = 'Reduce of an empty stream requires an initial value' - } -} -async function reduce(reducer, initialValue, options) { - var _options$signal5 - if (typeof reducer !== 'function') { - throw new ERR_INVALID_ARG_TYPE('reducer', ['Function', 'AsyncFunction'], reducer) - } - if (options != null) { - validateObject(options, 'options') - } - if ((options === null || options === undefined ? undefined : options.signal) != null) { - validateAbortSignal(options.signal, 'options.signal') - } - let hasInitialValue = arguments.length > 1 - if ( - options !== null && - options !== undefined && - (_options$signal5 = options.signal) !== null && - _options$signal5 !== undefined && - _options$signal5.aborted - ) { - const err = new AbortError(undefined, { - cause: options.signal.reason - }) - this.once('error', () => {}) // The error is already propagated - await finished(this.destroy(err)) - throw err - } - const ac = new AbortController() - const signal = ac.signal - if (options !== null && options !== undefined && options.signal) { - const opts = { - once: true, - [kWeakHandler]: this - } - options.signal.addEventListener('abort', () => ac.abort(), opts) - } - let gotAnyItemFromStream = false - try { - for await (const value of this) { - var _options$signal6 - gotAnyItemFromStream = true - if ( - options !== null && - options !== undefined && - (_options$signal6 = options.signal) !== null && - _options$signal6 !== undefined && - _options$signal6.aborted - ) { - throw new AbortError() - } - if (!hasInitialValue) { - initialValue = value - hasInitialValue = true - } else { - initialValue = await reducer(initialValue, value, { - signal - }) - } - } - if (!gotAnyItemFromStream && !hasInitialValue) { - throw new ReduceAwareErrMissingArgs() - } - } finally { - ac.abort() - } - return initialValue -} -async function toArray(options) { - if (options != null) { - validateObject(options, 'options') - } - if ((options === null || options === undefined ? undefined : options.signal) != null) { - validateAbortSignal(options.signal, 'options.signal') - } - const result = [] - for await (const val of this) { - var _options$signal7 - if ( - options !== null && - options !== undefined && - (_options$signal7 = options.signal) !== null && - _options$signal7 !== undefined && - _options$signal7.aborted - ) { - throw new AbortError(undefined, { - cause: options.signal.reason - }) - } - ArrayPrototypePush(result, val) - } - return result -} -function flatMap(fn, options) { - const values = map.call(this, fn, options) - return async function* flatMap() { - for await (const val of values) { - yield* val - } - }.call(this) -} -function toIntegerOrInfinity(number) { - // We coerce here to align with the spec - // https://github.com/tc39/proposal-iterator-helpers/issues/169 - number = Number(number) - if (NumberIsNaN(number)) { - return 0 - } - if (number < 0) { - throw new ERR_OUT_OF_RANGE('number', '>= 0', number) - } - return number -} -function drop(number, options = undefined) { - if (options != null) { - validateObject(options, 'options') - } - if ((options === null || options === undefined ? undefined : options.signal) != null) { - validateAbortSignal(options.signal, 'options.signal') - } - number = toIntegerOrInfinity(number) - return async function* drop() { - var _options$signal8 - if ( - options !== null && - options !== undefined && - (_options$signal8 = options.signal) !== null && - _options$signal8 !== undefined && - _options$signal8.aborted - ) { - throw new AbortError() - } - for await (const val of this) { - var _options$signal9 - if ( - options !== null && - options !== undefined && - (_options$signal9 = options.signal) !== null && - _options$signal9 !== undefined && - _options$signal9.aborted - ) { - throw new AbortError() - } - if (number-- <= 0) { - yield val - } - } - }.call(this) -} -function take(number, options = undefined) { - if (options != null) { - validateObject(options, 'options') - } - if ((options === null || options === undefined ? undefined : options.signal) != null) { - validateAbortSignal(options.signal, 'options.signal') - } - number = toIntegerOrInfinity(number) - return async function* take() { - var _options$signal10 - if ( - options !== null && - options !== undefined && - (_options$signal10 = options.signal) !== null && - _options$signal10 !== undefined && - _options$signal10.aborted - ) { - throw new AbortError() - } - for await (const val of this) { - var _options$signal11 - if ( - options !== null && - options !== undefined && - (_options$signal11 = options.signal) !== null && - _options$signal11 !== undefined && - _options$signal11.aborted - ) { - throw new AbortError() - } - if (number-- > 0) { - yield val - } else { - return - } - } - }.call(this) -} -module.exports.streamReturningOperators = { - asIndexedPairs, - drop, - filter, - flatMap, - map, - take -} -module.exports.promiseReturningOperators = { - every, - forEach, - reduce, - toArray, - some, - find -} diff --git a/software/flow/node_modules/npm/node_modules/readable-stream/lib/internal/streams/passthrough.js b/software/flow/node_modules/npm/node_modules/readable-stream/lib/internal/streams/passthrough.js deleted file mode 100644 index ed4f486..0000000 --- a/software/flow/node_modules/npm/node_modules/readable-stream/lib/internal/streams/passthrough.js +++ /dev/null @@ -1,39 +0,0 @@ -// Copyright Joyent, Inc. and other Node contributors. -// -// Permission is hereby granted, free of charge, to any person obtaining a -// copy of this software and associated documentation files (the -// "Software"), to deal in the Software without restriction, including -// without limitation the rights to use, copy, modify, merge, publish, -// distribute, sublicense, and/or sell copies of the Software, and to permit -// persons to whom the Software is furnished to do so, subject to the -// following conditions: -// -// The above copyright notice and this permission notice shall be included -// in all copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN -// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, -// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR -// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE -// USE OR OTHER DEALINGS IN THE SOFTWARE. - -// a passthrough stream. -// basically just the most minimal sort of Transform stream. -// Every written chunk gets output as-is. - -'use strict' - -const { ObjectSetPrototypeOf } = require('../../ours/primordials') -module.exports = PassThrough -const Transform = require('./transform') -ObjectSetPrototypeOf(PassThrough.prototype, Transform.prototype) -ObjectSetPrototypeOf(PassThrough, Transform) -function PassThrough(options) { - if (!(this instanceof PassThrough)) return new PassThrough(options) - Transform.call(this, options) -} -PassThrough.prototype._transform = function (chunk, encoding, cb) { - cb(null, chunk) -} diff --git a/software/flow/node_modules/npm/node_modules/readable-stream/lib/internal/streams/pipeline.js b/software/flow/node_modules/npm/node_modules/readable-stream/lib/internal/streams/pipeline.js deleted file mode 100644 index 016e96e..0000000 --- a/software/flow/node_modules/npm/node_modules/readable-stream/lib/internal/streams/pipeline.js +++ /dev/null @@ -1,378 +0,0 @@ -/* replacement start */ - -const process = require('process/') - -/* replacement end */ -// Ported from https://github.com/mafintosh/pump with -// permission from the author, Mathias Buus (@mafintosh). - -;('use strict') -const { ArrayIsArray, Promise, SymbolAsyncIterator } = require('../../ours/primordials') -const eos = require('./end-of-stream') -const { once } = require('../../ours/util') -const destroyImpl = require('./destroy') -const Duplex = require('./duplex') -const { - aggregateTwoErrors, - codes: { - ERR_INVALID_ARG_TYPE, - ERR_INVALID_RETURN_VALUE, - ERR_MISSING_ARGS, - ERR_STREAM_DESTROYED, - ERR_STREAM_PREMATURE_CLOSE - }, - AbortError -} = require('../../ours/errors') -const { validateFunction, validateAbortSignal } = require('../validators') -const { isIterable, isReadable, isReadableNodeStream, isNodeStream } = require('./utils') -const AbortController = globalThis.AbortController || require('abort-controller').AbortController -let PassThrough -let Readable -function destroyer(stream, reading, writing) { - let finished = false - stream.on('close', () => { - finished = true - }) - const cleanup = eos( - stream, - { - readable: reading, - writable: writing - }, - (err) => { - finished = !err - } - ) - return { - destroy: (err) => { - if (finished) return - finished = true - destroyImpl.destroyer(stream, err || new ERR_STREAM_DESTROYED('pipe')) - }, - cleanup - } -} -function popCallback(streams) { - // Streams should never be an empty array. It should always contain at least - // a single stream. Therefore optimize for the average case instead of - // checking for length === 0 as well. - validateFunction(streams[streams.length - 1], 'streams[stream.length - 1]') - return streams.pop() -} -function makeAsyncIterable(val) { - if (isIterable(val)) { - return val - } else if (isReadableNodeStream(val)) { - // Legacy streams are not Iterable. - return fromReadable(val) - } - throw new ERR_INVALID_ARG_TYPE('val', ['Readable', 'Iterable', 'AsyncIterable'], val) -} -async function* fromReadable(val) { - if (!Readable) { - Readable = require('./readable') - } - yield* Readable.prototype[SymbolAsyncIterator].call(val) -} -async function pump(iterable, writable, finish, { end }) { - let error - let onresolve = null - const resume = (err) => { - if (err) { - error = err - } - if (onresolve) { - const callback = onresolve - onresolve = null - callback() - } - } - const wait = () => - new Promise((resolve, reject) => { - if (error) { - reject(error) - } else { - onresolve = () => { - if (error) { - reject(error) - } else { - resolve() - } - } - } - }) - writable.on('drain', resume) - const cleanup = eos( - writable, - { - readable: false - }, - resume - ) - try { - if (writable.writableNeedDrain) { - await wait() - } - for await (const chunk of iterable) { - if (!writable.write(chunk)) { - await wait() - } - } - if (end) { - writable.end() - } - await wait() - finish() - } catch (err) { - finish(error !== err ? aggregateTwoErrors(error, err) : err) - } finally { - cleanup() - writable.off('drain', resume) - } -} -function pipeline(...streams) { - return pipelineImpl(streams, once(popCallback(streams))) -} -function pipelineImpl(streams, callback, opts) { - if (streams.length === 1 && ArrayIsArray(streams[0])) { - streams = streams[0] - } - if (streams.length < 2) { - throw new ERR_MISSING_ARGS('streams') - } - const ac = new AbortController() - const signal = ac.signal - const outerSignal = opts === null || opts === undefined ? undefined : opts.signal - - // Need to cleanup event listeners if last stream is readable - // https://github.com/nodejs/node/issues/35452 - const lastStreamCleanup = [] - validateAbortSignal(outerSignal, 'options.signal') - function abort() { - finishImpl(new AbortError()) - } - outerSignal === null || outerSignal === undefined ? undefined : outerSignal.addEventListener('abort', abort) - let error - let value - const destroys = [] - let finishCount = 0 - function finish(err) { - finishImpl(err, --finishCount === 0) - } - function finishImpl(err, final) { - if (err && (!error || error.code === 'ERR_STREAM_PREMATURE_CLOSE')) { - error = err - } - if (!error && !final) { - return - } - while (destroys.length) { - destroys.shift()(error) - } - outerSignal === null || outerSignal === undefined ? undefined : outerSignal.removeEventListener('abort', abort) - ac.abort() - if (final) { - if (!error) { - lastStreamCleanup.forEach((fn) => fn()) - } - process.nextTick(callback, error, value) - } - } - let ret - for (let i = 0; i < streams.length; i++) { - const stream = streams[i] - const reading = i < streams.length - 1 - const writing = i > 0 - const end = reading || (opts === null || opts === undefined ? undefined : opts.end) !== false - const isLastStream = i === streams.length - 1 - if (isNodeStream(stream)) { - if (end) { - const { destroy, cleanup } = destroyer(stream, reading, writing) - destroys.push(destroy) - if (isReadable(stream) && isLastStream) { - lastStreamCleanup.push(cleanup) - } - } - - // Catch stream errors that occur after pipe/pump has completed. - function onError(err) { - if (err && err.name !== 'AbortError' && err.code !== 'ERR_STREAM_PREMATURE_CLOSE') { - finish(err) - } - } - stream.on('error', onError) - if (isReadable(stream) && isLastStream) { - lastStreamCleanup.push(() => { - stream.removeListener('error', onError) - }) - } - } - if (i === 0) { - if (typeof stream === 'function') { - ret = stream({ - signal - }) - if (!isIterable(ret)) { - throw new ERR_INVALID_RETURN_VALUE('Iterable, AsyncIterable or Stream', 'source', ret) - } - } else if (isIterable(stream) || isReadableNodeStream(stream)) { - ret = stream - } else { - ret = Duplex.from(stream) - } - } else if (typeof stream === 'function') { - ret = makeAsyncIterable(ret) - ret = stream(ret, { - signal - }) - if (reading) { - if (!isIterable(ret, true)) { - throw new ERR_INVALID_RETURN_VALUE('AsyncIterable', `transform[${i - 1}]`, ret) - } - } else { - var _ret - if (!PassThrough) { - PassThrough = require('./passthrough') - } - - // If the last argument to pipeline is not a stream - // we must create a proxy stream so that pipeline(...) - // always returns a stream which can be further - // composed through `.pipe(stream)`. - - const pt = new PassThrough({ - objectMode: true - }) - - // Handle Promises/A+ spec, `then` could be a getter that throws on - // second use. - const then = (_ret = ret) === null || _ret === undefined ? undefined : _ret.then - if (typeof then === 'function') { - finishCount++ - then.call( - ret, - (val) => { - value = val - if (val != null) { - pt.write(val) - } - if (end) { - pt.end() - } - process.nextTick(finish) - }, - (err) => { - pt.destroy(err) - process.nextTick(finish, err) - } - ) - } else if (isIterable(ret, true)) { - finishCount++ - pump(ret, pt, finish, { - end - }) - } else { - throw new ERR_INVALID_RETURN_VALUE('AsyncIterable or Promise', 'destination', ret) - } - ret = pt - const { destroy, cleanup } = destroyer(ret, false, true) - destroys.push(destroy) - if (isLastStream) { - lastStreamCleanup.push(cleanup) - } - } - } else if (isNodeStream(stream)) { - if (isReadableNodeStream(ret)) { - finishCount += 2 - const cleanup = pipe(ret, stream, finish, { - end - }) - if (isReadable(stream) && isLastStream) { - lastStreamCleanup.push(cleanup) - } - } else if (isIterable(ret)) { - finishCount++ - pump(ret, stream, finish, { - end - }) - } else { - throw new ERR_INVALID_ARG_TYPE('val', ['Readable', 'Iterable', 'AsyncIterable'], ret) - } - ret = stream - } else { - ret = Duplex.from(stream) - } - } - if ( - (signal !== null && signal !== undefined && signal.aborted) || - (outerSignal !== null && outerSignal !== undefined && outerSignal.aborted) - ) { - process.nextTick(abort) - } - return ret -} -function pipe(src, dst, finish, { end }) { - let ended = false - dst.on('close', () => { - if (!ended) { - // Finish if the destination closes before the source has completed. - finish(new ERR_STREAM_PREMATURE_CLOSE()) - } - }) - src.pipe(dst, { - end - }) - if (end) { - // Compat. Before node v10.12.0 stdio used to throw an error so - // pipe() did/does not end() stdio destinations. - // Now they allow it but "secretly" don't close the underlying fd. - src.once('end', () => { - ended = true - dst.end() - }) - } else { - finish() - } - eos( - src, - { - readable: true, - writable: false - }, - (err) => { - const rState = src._readableState - if ( - err && - err.code === 'ERR_STREAM_PREMATURE_CLOSE' && - rState && - rState.ended && - !rState.errored && - !rState.errorEmitted - ) { - // Some readable streams will emit 'close' before 'end'. However, since - // this is on the readable side 'end' should still be emitted if the - // stream has been ended and no error emitted. This should be allowed in - // favor of backwards compatibility. Since the stream is piped to a - // destination this should not result in any observable difference. - // We don't need to check if this is a writable premature close since - // eos will only fail with premature close on the reading side for - // duplex streams. - src.once('end', finish).once('error', finish) - } else { - finish(err) - } - } - ) - return eos( - dst, - { - readable: false, - writable: true - }, - finish - ) -} -module.exports = { - pipelineImpl, - pipeline -} diff --git a/software/flow/node_modules/npm/node_modules/readable-stream/lib/internal/streams/readable.js b/software/flow/node_modules/npm/node_modules/readable-stream/lib/internal/streams/readable.js deleted file mode 100644 index 3fc01d1..0000000 --- a/software/flow/node_modules/npm/node_modules/readable-stream/lib/internal/streams/readable.js +++ /dev/null @@ -1,1247 +0,0 @@ -/* replacement start */ - -const process = require('process/') - -/* replacement end */ -// Copyright Joyent, Inc. and other Node contributors. -// -// Permission is hereby granted, free of charge, to any person obtaining a -// copy of this software and associated documentation files (the -// "Software"), to deal in the Software without restriction, including -// without limitation the rights to use, copy, modify, merge, publish, -// distribute, sublicense, and/or sell copies of the Software, and to permit -// persons to whom the Software is furnished to do so, subject to the -// following conditions: -// -// The above copyright notice and this permission notice shall be included -// in all copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN -// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, -// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR -// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE -// USE OR OTHER DEALINGS IN THE SOFTWARE. - -;('use strict') -const { - ArrayPrototypeIndexOf, - NumberIsInteger, - NumberIsNaN, - NumberParseInt, - ObjectDefineProperties, - ObjectKeys, - ObjectSetPrototypeOf, - Promise, - SafeSet, - SymbolAsyncIterator, - Symbol -} = require('../../ours/primordials') -module.exports = Readable -Readable.ReadableState = ReadableState -const { EventEmitter: EE } = require('events') -const { Stream, prependListener } = require('./legacy') -const { Buffer } = require('buffer') -const { addAbortSignal } = require('./add-abort-signal') -const eos = require('./end-of-stream') -let debug = require('../../ours/util').debuglog('stream', (fn) => { - debug = fn -}) -const BufferList = require('./buffer_list') -const destroyImpl = require('./destroy') -const { getHighWaterMark, getDefaultHighWaterMark } = require('./state') -const { - aggregateTwoErrors, - codes: { - ERR_INVALID_ARG_TYPE, - ERR_METHOD_NOT_IMPLEMENTED, - ERR_OUT_OF_RANGE, - ERR_STREAM_PUSH_AFTER_EOF, - ERR_STREAM_UNSHIFT_AFTER_END_EVENT - } -} = require('../../ours/errors') -const { validateObject } = require('../validators') -const kPaused = Symbol('kPaused') -const { StringDecoder } = require('string_decoder') -const from = require('./from') -ObjectSetPrototypeOf(Readable.prototype, Stream.prototype) -ObjectSetPrototypeOf(Readable, Stream) -const nop = () => {} -const { errorOrDestroy } = destroyImpl -function ReadableState(options, stream, isDuplex) { - // Duplex streams are both readable and writable, but share - // the same options object. - // However, some cases require setting options to different - // values for the readable and the writable sides of the duplex stream. - // These options can be provided separately as readableXXX and writableXXX. - if (typeof isDuplex !== 'boolean') isDuplex = stream instanceof require('./duplex') - - // Object stream flag. Used to make read(n) ignore n and to - // make all the buffer merging and length checks go away. - this.objectMode = !!(options && options.objectMode) - if (isDuplex) this.objectMode = this.objectMode || !!(options && options.readableObjectMode) - - // The point at which it stops calling _read() to fill the buffer - // Note: 0 is a valid value, means "don't call _read preemptively ever" - this.highWaterMark = options - ? getHighWaterMark(this, options, 'readableHighWaterMark', isDuplex) - : getDefaultHighWaterMark(false) - - // A linked list is used to store data chunks instead of an array because the - // linked list can remove elements from the beginning faster than - // array.shift(). - this.buffer = new BufferList() - this.length = 0 - this.pipes = [] - this.flowing = null - this.ended = false - this.endEmitted = false - this.reading = false - - // Stream is still being constructed and cannot be - // destroyed until construction finished or failed. - // Async construction is opt in, therefore we start as - // constructed. - this.constructed = true - - // A flag to be able to tell if the event 'readable'/'data' is emitted - // immediately, or on a later tick. We set this to true at first, because - // any actions that shouldn't happen until "later" should generally also - // not happen before the first read call. - this.sync = true - - // Whenever we return null, then we set a flag to say - // that we're awaiting a 'readable' event emission. - this.needReadable = false - this.emittedReadable = false - this.readableListening = false - this.resumeScheduled = false - this[kPaused] = null - - // True if the error was already emitted and should not be thrown again. - this.errorEmitted = false - - // Should close be emitted on destroy. Defaults to true. - this.emitClose = !options || options.emitClose !== false - - // Should .destroy() be called after 'end' (and potentially 'finish'). - this.autoDestroy = !options || options.autoDestroy !== false - - // Has it been destroyed. - this.destroyed = false - - // Indicates whether the stream has errored. When true no further - // _read calls, 'data' or 'readable' events should occur. This is needed - // since when autoDestroy is disabled we need a way to tell whether the - // stream has failed. - this.errored = null - - // Indicates whether the stream has finished destroying. - this.closed = false - - // True if close has been emitted or would have been emitted - // depending on emitClose. - this.closeEmitted = false - - // Crypto is kind of old and crusty. Historically, its default string - // encoding is 'binary' so we have to make this configurable. - // Everything else in the universe uses 'utf8', though. - this.defaultEncoding = (options && options.defaultEncoding) || 'utf8' - - // Ref the piped dest which we need a drain event on it - // type: null | Writable | Set<Writable>. - this.awaitDrainWriters = null - this.multiAwaitDrain = false - - // If true, a maybeReadMore has been scheduled. - this.readingMore = false - this.dataEmitted = false - this.decoder = null - this.encoding = null - if (options && options.encoding) { - this.decoder = new StringDecoder(options.encoding) - this.encoding = options.encoding - } -} -function Readable(options) { - if (!(this instanceof Readable)) return new Readable(options) - - // Checking for a Stream.Duplex instance is faster here instead of inside - // the ReadableState constructor, at least with V8 6.5. - const isDuplex = this instanceof require('./duplex') - this._readableState = new ReadableState(options, this, isDuplex) - if (options) { - if (typeof options.read === 'function') this._read = options.read - if (typeof options.destroy === 'function') this._destroy = options.destroy - if (typeof options.construct === 'function') this._construct = options.construct - if (options.signal && !isDuplex) addAbortSignal(options.signal, this) - } - Stream.call(this, options) - destroyImpl.construct(this, () => { - if (this._readableState.needReadable) { - maybeReadMore(this, this._readableState) - } - }) -} -Readable.prototype.destroy = destroyImpl.destroy -Readable.prototype._undestroy = destroyImpl.undestroy -Readable.prototype._destroy = function (err, cb) { - cb(err) -} -Readable.prototype[EE.captureRejectionSymbol] = function (err) { - this.destroy(err) -} - -// Manually shove something into the read() buffer. -// This returns true if the highWaterMark has not been hit yet, -// similar to how Writable.write() returns true if you should -// write() some more. -Readable.prototype.push = function (chunk, encoding) { - return readableAddChunk(this, chunk, encoding, false) -} - -// Unshift should *always* be something directly out of read(). -Readable.prototype.unshift = function (chunk, encoding) { - return readableAddChunk(this, chunk, encoding, true) -} -function readableAddChunk(stream, chunk, encoding, addToFront) { - debug('readableAddChunk', chunk) - const state = stream._readableState - let err - if (!state.objectMode) { - if (typeof chunk === 'string') { - encoding = encoding || state.defaultEncoding - if (state.encoding !== encoding) { - if (addToFront && state.encoding) { - // When unshifting, if state.encoding is set, we have to save - // the string in the BufferList with the state encoding. - chunk = Buffer.from(chunk, encoding).toString(state.encoding) - } else { - chunk = Buffer.from(chunk, encoding) - encoding = '' - } - } - } else if (chunk instanceof Buffer) { - encoding = '' - } else if (Stream._isUint8Array(chunk)) { - chunk = Stream._uint8ArrayToBuffer(chunk) - encoding = '' - } else if (chunk != null) { - err = new ERR_INVALID_ARG_TYPE('chunk', ['string', 'Buffer', 'Uint8Array'], chunk) - } - } - if (err) { - errorOrDestroy(stream, err) - } else if (chunk === null) { - state.reading = false - onEofChunk(stream, state) - } else if (state.objectMode || (chunk && chunk.length > 0)) { - if (addToFront) { - if (state.endEmitted) errorOrDestroy(stream, new ERR_STREAM_UNSHIFT_AFTER_END_EVENT()) - else if (state.destroyed || state.errored) return false - else addChunk(stream, state, chunk, true) - } else if (state.ended) { - errorOrDestroy(stream, new ERR_STREAM_PUSH_AFTER_EOF()) - } else if (state.destroyed || state.errored) { - return false - } else { - state.reading = false - if (state.decoder && !encoding) { - chunk = state.decoder.write(chunk) - if (state.objectMode || chunk.length !== 0) addChunk(stream, state, chunk, false) - else maybeReadMore(stream, state) - } else { - addChunk(stream, state, chunk, false) - } - } - } else if (!addToFront) { - state.reading = false - maybeReadMore(stream, state) - } - - // We can push more data if we are below the highWaterMark. - // Also, if we have no data yet, we can stand some more bytes. - // This is to work around cases where hwm=0, such as the repl. - return !state.ended && (state.length < state.highWaterMark || state.length === 0) -} -function addChunk(stream, state, chunk, addToFront) { - if (state.flowing && state.length === 0 && !state.sync && stream.listenerCount('data') > 0) { - // Use the guard to avoid creating `Set()` repeatedly - // when we have multiple pipes. - if (state.multiAwaitDrain) { - state.awaitDrainWriters.clear() - } else { - state.awaitDrainWriters = null - } - state.dataEmitted = true - stream.emit('data', chunk) - } else { - // Update the buffer info. - state.length += state.objectMode ? 1 : chunk.length - if (addToFront) state.buffer.unshift(chunk) - else state.buffer.push(chunk) - if (state.needReadable) emitReadable(stream) - } - maybeReadMore(stream, state) -} -Readable.prototype.isPaused = function () { - const state = this._readableState - return state[kPaused] === true || state.flowing === false -} - -// Backwards compatibility. -Readable.prototype.setEncoding = function (enc) { - const decoder = new StringDecoder(enc) - this._readableState.decoder = decoder - // If setEncoding(null), decoder.encoding equals utf8. - this._readableState.encoding = this._readableState.decoder.encoding - const buffer = this._readableState.buffer - // Iterate over current buffer to convert already stored Buffers: - let content = '' - for (const data of buffer) { - content += decoder.write(data) - } - buffer.clear() - if (content !== '') buffer.push(content) - this._readableState.length = content.length - return this -} - -// Don't raise the hwm > 1GB. -const MAX_HWM = 0x40000000 -function computeNewHighWaterMark(n) { - if (n > MAX_HWM) { - throw new ERR_OUT_OF_RANGE('size', '<= 1GiB', n) - } else { - // Get the next highest power of 2 to prevent increasing hwm excessively in - // tiny amounts. - n-- - n |= n >>> 1 - n |= n >>> 2 - n |= n >>> 4 - n |= n >>> 8 - n |= n >>> 16 - n++ - } - return n -} - -// This function is designed to be inlinable, so please take care when making -// changes to the function body. -function howMuchToRead(n, state) { - if (n <= 0 || (state.length === 0 && state.ended)) return 0 - if (state.objectMode) return 1 - if (NumberIsNaN(n)) { - // Only flow one buffer at a time. - if (state.flowing && state.length) return state.buffer.first().length - return state.length - } - if (n <= state.length) return n - return state.ended ? state.length : 0 -} - -// You can override either this method, or the async _read(n) below. -Readable.prototype.read = function (n) { - debug('read', n) - // Same as parseInt(undefined, 10), however V8 7.3 performance regressed - // in this scenario, so we are doing it manually. - if (n === undefined) { - n = NaN - } else if (!NumberIsInteger(n)) { - n = NumberParseInt(n, 10) - } - const state = this._readableState - const nOrig = n - - // If we're asking for more than the current hwm, then raise the hwm. - if (n > state.highWaterMark) state.highWaterMark = computeNewHighWaterMark(n) - if (n !== 0) state.emittedReadable = false - - // If we're doing read(0) to trigger a readable event, but we - // already have a bunch of data in the buffer, then just trigger - // the 'readable' event and move on. - if ( - n === 0 && - state.needReadable && - ((state.highWaterMark !== 0 ? state.length >= state.highWaterMark : state.length > 0) || state.ended) - ) { - debug('read: emitReadable', state.length, state.ended) - if (state.length === 0 && state.ended) endReadable(this) - else emitReadable(this) - return null - } - n = howMuchToRead(n, state) - - // If we've ended, and we're now clear, then finish it up. - if (n === 0 && state.ended) { - if (state.length === 0) endReadable(this) - return null - } - - // All the actual chunk generation logic needs to be - // *below* the call to _read. The reason is that in certain - // synthetic stream cases, such as passthrough streams, _read - // may be a completely synchronous operation which may change - // the state of the read buffer, providing enough data when - // before there was *not* enough. - // - // So, the steps are: - // 1. Figure out what the state of things will be after we do - // a read from the buffer. - // - // 2. If that resulting state will trigger a _read, then call _read. - // Note that this may be asynchronous, or synchronous. Yes, it is - // deeply ugly to write APIs this way, but that still doesn't mean - // that the Readable class should behave improperly, as streams are - // designed to be sync/async agnostic. - // Take note if the _read call is sync or async (ie, if the read call - // has returned yet), so that we know whether or not it's safe to emit - // 'readable' etc. - // - // 3. Actually pull the requested chunks out of the buffer and return. - - // if we need a readable event, then we need to do some reading. - let doRead = state.needReadable - debug('need readable', doRead) - - // If we currently have less than the highWaterMark, then also read some. - if (state.length === 0 || state.length - n < state.highWaterMark) { - doRead = true - debug('length less than watermark', doRead) - } - - // However, if we've ended, then there's no point, if we're already - // reading, then it's unnecessary, if we're constructing we have to wait, - // and if we're destroyed or errored, then it's not allowed, - if (state.ended || state.reading || state.destroyed || state.errored || !state.constructed) { - doRead = false - debug('reading, ended or constructing', doRead) - } else if (doRead) { - debug('do read') - state.reading = true - state.sync = true - // If the length is currently zero, then we *need* a readable event. - if (state.length === 0) state.needReadable = true - - // Call internal read method - try { - this._read(state.highWaterMark) - } catch (err) { - errorOrDestroy(this, err) - } - state.sync = false - // If _read pushed data synchronously, then `reading` will be false, - // and we need to re-evaluate how much data we can return to the user. - if (!state.reading) n = howMuchToRead(nOrig, state) - } - let ret - if (n > 0) ret = fromList(n, state) - else ret = null - if (ret === null) { - state.needReadable = state.length <= state.highWaterMark - n = 0 - } else { - state.length -= n - if (state.multiAwaitDrain) { - state.awaitDrainWriters.clear() - } else { - state.awaitDrainWriters = null - } - } - if (state.length === 0) { - // If we have nothing in the buffer, then we want to know - // as soon as we *do* get something into the buffer. - if (!state.ended) state.needReadable = true - - // If we tried to read() past the EOF, then emit end on the next tick. - if (nOrig !== n && state.ended) endReadable(this) - } - if (ret !== null && !state.errorEmitted && !state.closeEmitted) { - state.dataEmitted = true - this.emit('data', ret) - } - return ret -} -function onEofChunk(stream, state) { - debug('onEofChunk') - if (state.ended) return - if (state.decoder) { - const chunk = state.decoder.end() - if (chunk && chunk.length) { - state.buffer.push(chunk) - state.length += state.objectMode ? 1 : chunk.length - } - } - state.ended = true - if (state.sync) { - // If we are sync, wait until next tick to emit the data. - // Otherwise we risk emitting data in the flow() - // the readable code triggers during a read() call. - emitReadable(stream) - } else { - // Emit 'readable' now to make sure it gets picked up. - state.needReadable = false - state.emittedReadable = true - // We have to emit readable now that we are EOF. Modules - // in the ecosystem (e.g. dicer) rely on this event being sync. - emitReadable_(stream) - } -} - -// Don't emit readable right away in sync mode, because this can trigger -// another read() call => stack overflow. This way, it might trigger -// a nextTick recursion warning, but that's not so bad. -function emitReadable(stream) { - const state = stream._readableState - debug('emitReadable', state.needReadable, state.emittedReadable) - state.needReadable = false - if (!state.emittedReadable) { - debug('emitReadable', state.flowing) - state.emittedReadable = true - process.nextTick(emitReadable_, stream) - } -} -function emitReadable_(stream) { - const state = stream._readableState - debug('emitReadable_', state.destroyed, state.length, state.ended) - if (!state.destroyed && !state.errored && (state.length || state.ended)) { - stream.emit('readable') - state.emittedReadable = false - } - - // The stream needs another readable event if: - // 1. It is not flowing, as the flow mechanism will take - // care of it. - // 2. It is not ended. - // 3. It is below the highWaterMark, so we can schedule - // another readable later. - state.needReadable = !state.flowing && !state.ended && state.length <= state.highWaterMark - flow(stream) -} - -// At this point, the user has presumably seen the 'readable' event, -// and called read() to consume some data. that may have triggered -// in turn another _read(n) call, in which case reading = true if -// it's in progress. -// However, if we're not ended, or reading, and the length < hwm, -// then go ahead and try to read some more preemptively. -function maybeReadMore(stream, state) { - if (!state.readingMore && state.constructed) { - state.readingMore = true - process.nextTick(maybeReadMore_, stream, state) - } -} -function maybeReadMore_(stream, state) { - // Attempt to read more data if we should. - // - // The conditions for reading more data are (one of): - // - Not enough data buffered (state.length < state.highWaterMark). The loop - // is responsible for filling the buffer with enough data if such data - // is available. If highWaterMark is 0 and we are not in the flowing mode - // we should _not_ attempt to buffer any extra data. We'll get more data - // when the stream consumer calls read() instead. - // - No data in the buffer, and the stream is in flowing mode. In this mode - // the loop below is responsible for ensuring read() is called. Failing to - // call read here would abort the flow and there's no other mechanism for - // continuing the flow if the stream consumer has just subscribed to the - // 'data' event. - // - // In addition to the above conditions to keep reading data, the following - // conditions prevent the data from being read: - // - The stream has ended (state.ended). - // - There is already a pending 'read' operation (state.reading). This is a - // case where the stream has called the implementation defined _read() - // method, but they are processing the call asynchronously and have _not_ - // called push() with new data. In this case we skip performing more - // read()s. The execution ends in this method again after the _read() ends - // up calling push() with more data. - while ( - !state.reading && - !state.ended && - (state.length < state.highWaterMark || (state.flowing && state.length === 0)) - ) { - const len = state.length - debug('maybeReadMore read 0') - stream.read(0) - if (len === state.length) - // Didn't get any data, stop spinning. - break - } - state.readingMore = false -} - -// Abstract method. to be overridden in specific implementation classes. -// call cb(er, data) where data is <= n in length. -// for virtual (non-string, non-buffer) streams, "length" is somewhat -// arbitrary, and perhaps not very meaningful. -Readable.prototype._read = function (n) { - throw new ERR_METHOD_NOT_IMPLEMENTED('_read()') -} -Readable.prototype.pipe = function (dest, pipeOpts) { - const src = this - const state = this._readableState - if (state.pipes.length === 1) { - if (!state.multiAwaitDrain) { - state.multiAwaitDrain = true - state.awaitDrainWriters = new SafeSet(state.awaitDrainWriters ? [state.awaitDrainWriters] : []) - } - } - state.pipes.push(dest) - debug('pipe count=%d opts=%j', state.pipes.length, pipeOpts) - const doEnd = (!pipeOpts || pipeOpts.end !== false) && dest !== process.stdout && dest !== process.stderr - const endFn = doEnd ? onend : unpipe - if (state.endEmitted) process.nextTick(endFn) - else src.once('end', endFn) - dest.on('unpipe', onunpipe) - function onunpipe(readable, unpipeInfo) { - debug('onunpipe') - if (readable === src) { - if (unpipeInfo && unpipeInfo.hasUnpiped === false) { - unpipeInfo.hasUnpiped = true - cleanup() - } - } - } - function onend() { - debug('onend') - dest.end() - } - let ondrain - let cleanedUp = false - function cleanup() { - debug('cleanup') - // Cleanup event handlers once the pipe is broken. - dest.removeListener('close', onclose) - dest.removeListener('finish', onfinish) - if (ondrain) { - dest.removeListener('drain', ondrain) - } - dest.removeListener('error', onerror) - dest.removeListener('unpipe', onunpipe) - src.removeListener('end', onend) - src.removeListener('end', unpipe) - src.removeListener('data', ondata) - cleanedUp = true - - // If the reader is waiting for a drain event from this - // specific writer, then it would cause it to never start - // flowing again. - // So, if this is awaiting a drain, then we just call it now. - // If we don't know, then assume that we are waiting for one. - if (ondrain && state.awaitDrainWriters && (!dest._writableState || dest._writableState.needDrain)) ondrain() - } - function pause() { - // If the user unpiped during `dest.write()`, it is possible - // to get stuck in a permanently paused state if that write - // also returned false. - // => Check whether `dest` is still a piping destination. - if (!cleanedUp) { - if (state.pipes.length === 1 && state.pipes[0] === dest) { - debug('false write response, pause', 0) - state.awaitDrainWriters = dest - state.multiAwaitDrain = false - } else if (state.pipes.length > 1 && state.pipes.includes(dest)) { - debug('false write response, pause', state.awaitDrainWriters.size) - state.awaitDrainWriters.add(dest) - } - src.pause() - } - if (!ondrain) { - // When the dest drains, it reduces the awaitDrain counter - // on the source. This would be more elegant with a .once() - // handler in flow(), but adding and removing repeatedly is - // too slow. - ondrain = pipeOnDrain(src, dest) - dest.on('drain', ondrain) - } - } - src.on('data', ondata) - function ondata(chunk) { - debug('ondata') - const ret = dest.write(chunk) - debug('dest.write', ret) - if (ret === false) { - pause() - } - } - - // If the dest has an error, then stop piping into it. - // However, don't suppress the throwing behavior for this. - function onerror(er) { - debug('onerror', er) - unpipe() - dest.removeListener('error', onerror) - if (dest.listenerCount('error') === 0) { - const s = dest._writableState || dest._readableState - if (s && !s.errorEmitted) { - // User incorrectly emitted 'error' directly on the stream. - errorOrDestroy(dest, er) - } else { - dest.emit('error', er) - } - } - } - - // Make sure our error handler is attached before userland ones. - prependListener(dest, 'error', onerror) - - // Both close and finish should trigger unpipe, but only once. - function onclose() { - dest.removeListener('finish', onfinish) - unpipe() - } - dest.once('close', onclose) - function onfinish() { - debug('onfinish') - dest.removeListener('close', onclose) - unpipe() - } - dest.once('finish', onfinish) - function unpipe() { - debug('unpipe') - src.unpipe(dest) - } - - // Tell the dest that it's being piped to. - dest.emit('pipe', src) - - // Start the flow if it hasn't been started already. - - if (dest.writableNeedDrain === true) { - if (state.flowing) { - pause() - } - } else if (!state.flowing) { - debug('pipe resume') - src.resume() - } - return dest -} -function pipeOnDrain(src, dest) { - return function pipeOnDrainFunctionResult() { - const state = src._readableState - - // `ondrain` will call directly, - // `this` maybe not a reference to dest, - // so we use the real dest here. - if (state.awaitDrainWriters === dest) { - debug('pipeOnDrain', 1) - state.awaitDrainWriters = null - } else if (state.multiAwaitDrain) { - debug('pipeOnDrain', state.awaitDrainWriters.size) - state.awaitDrainWriters.delete(dest) - } - if ((!state.awaitDrainWriters || state.awaitDrainWriters.size === 0) && src.listenerCount('data')) { - src.resume() - } - } -} -Readable.prototype.unpipe = function (dest) { - const state = this._readableState - const unpipeInfo = { - hasUnpiped: false - } - - // If we're not piping anywhere, then do nothing. - if (state.pipes.length === 0) return this - if (!dest) { - // remove all. - const dests = state.pipes - state.pipes = [] - this.pause() - for (let i = 0; i < dests.length; i++) - dests[i].emit('unpipe', this, { - hasUnpiped: false - }) - return this - } - - // Try to find the right one. - const index = ArrayPrototypeIndexOf(state.pipes, dest) - if (index === -1) return this - state.pipes.splice(index, 1) - if (state.pipes.length === 0) this.pause() - dest.emit('unpipe', this, unpipeInfo) - return this -} - -// Set up data events if they are asked for -// Ensure readable listeners eventually get something. -Readable.prototype.on = function (ev, fn) { - const res = Stream.prototype.on.call(this, ev, fn) - const state = this._readableState - if (ev === 'data') { - // Update readableListening so that resume() may be a no-op - // a few lines down. This is needed to support once('readable'). - state.readableListening = this.listenerCount('readable') > 0 - - // Try start flowing on next tick if stream isn't explicitly paused. - if (state.flowing !== false) this.resume() - } else if (ev === 'readable') { - if (!state.endEmitted && !state.readableListening) { - state.readableListening = state.needReadable = true - state.flowing = false - state.emittedReadable = false - debug('on readable', state.length, state.reading) - if (state.length) { - emitReadable(this) - } else if (!state.reading) { - process.nextTick(nReadingNextTick, this) - } - } - } - return res -} -Readable.prototype.addListener = Readable.prototype.on -Readable.prototype.removeListener = function (ev, fn) { - const res = Stream.prototype.removeListener.call(this, ev, fn) - if (ev === 'readable') { - // We need to check if there is someone still listening to - // readable and reset the state. However this needs to happen - // after readable has been emitted but before I/O (nextTick) to - // support once('readable', fn) cycles. This means that calling - // resume within the same tick will have no - // effect. - process.nextTick(updateReadableListening, this) - } - return res -} -Readable.prototype.off = Readable.prototype.removeListener -Readable.prototype.removeAllListeners = function (ev) { - const res = Stream.prototype.removeAllListeners.apply(this, arguments) - if (ev === 'readable' || ev === undefined) { - // We need to check if there is someone still listening to - // readable and reset the state. However this needs to happen - // after readable has been emitted but before I/O (nextTick) to - // support once('readable', fn) cycles. This means that calling - // resume within the same tick will have no - // effect. - process.nextTick(updateReadableListening, this) - } - return res -} -function updateReadableListening(self) { - const state = self._readableState - state.readableListening = self.listenerCount('readable') > 0 - if (state.resumeScheduled && state[kPaused] === false) { - // Flowing needs to be set to true now, otherwise - // the upcoming resume will not flow. - state.flowing = true - - // Crude way to check if we should resume. - } else if (self.listenerCount('data') > 0) { - self.resume() - } else if (!state.readableListening) { - state.flowing = null - } -} -function nReadingNextTick(self) { - debug('readable nexttick read 0') - self.read(0) -} - -// pause() and resume() are remnants of the legacy readable stream API -// If the user uses them, then switch into old mode. -Readable.prototype.resume = function () { - const state = this._readableState - if (!state.flowing) { - debug('resume') - // We flow only if there is no one listening - // for readable, but we still have to call - // resume(). - state.flowing = !state.readableListening - resume(this, state) - } - state[kPaused] = false - return this -} -function resume(stream, state) { - if (!state.resumeScheduled) { - state.resumeScheduled = true - process.nextTick(resume_, stream, state) - } -} -function resume_(stream, state) { - debug('resume', state.reading) - if (!state.reading) { - stream.read(0) - } - state.resumeScheduled = false - stream.emit('resume') - flow(stream) - if (state.flowing && !state.reading) stream.read(0) -} -Readable.prototype.pause = function () { - debug('call pause flowing=%j', this._readableState.flowing) - if (this._readableState.flowing !== false) { - debug('pause') - this._readableState.flowing = false - this.emit('pause') - } - this._readableState[kPaused] = true - return this -} -function flow(stream) { - const state = stream._readableState - debug('flow', state.flowing) - while (state.flowing && stream.read() !== null); -} - -// Wrap an old-style stream as the async data source. -// This is *not* part of the readable stream interface. -// It is an ugly unfortunate mess of history. -Readable.prototype.wrap = function (stream) { - let paused = false - - // TODO (ronag): Should this.destroy(err) emit - // 'error' on the wrapped stream? Would require - // a static factory method, e.g. Readable.wrap(stream). - - stream.on('data', (chunk) => { - if (!this.push(chunk) && stream.pause) { - paused = true - stream.pause() - } - }) - stream.on('end', () => { - this.push(null) - }) - stream.on('error', (err) => { - errorOrDestroy(this, err) - }) - stream.on('close', () => { - this.destroy() - }) - stream.on('destroy', () => { - this.destroy() - }) - this._read = () => { - if (paused && stream.resume) { - paused = false - stream.resume() - } - } - - // Proxy all the other methods. Important when wrapping filters and duplexes. - const streamKeys = ObjectKeys(stream) - for (let j = 1; j < streamKeys.length; j++) { - const i = streamKeys[j] - if (this[i] === undefined && typeof stream[i] === 'function') { - this[i] = stream[i].bind(stream) - } - } - return this -} -Readable.prototype[SymbolAsyncIterator] = function () { - return streamToAsyncIterator(this) -} -Readable.prototype.iterator = function (options) { - if (options !== undefined) { - validateObject(options, 'options') - } - return streamToAsyncIterator(this, options) -} -function streamToAsyncIterator(stream, options) { - if (typeof stream.read !== 'function') { - stream = Readable.wrap(stream, { - objectMode: true - }) - } - const iter = createAsyncIterator(stream, options) - iter.stream = stream - return iter -} -async function* createAsyncIterator(stream, options) { - let callback = nop - function next(resolve) { - if (this === stream) { - callback() - callback = nop - } else { - callback = resolve - } - } - stream.on('readable', next) - let error - const cleanup = eos( - stream, - { - writable: false - }, - (err) => { - error = err ? aggregateTwoErrors(error, err) : null - callback() - callback = nop - } - ) - try { - while (true) { - const chunk = stream.destroyed ? null : stream.read() - if (chunk !== null) { - yield chunk - } else if (error) { - throw error - } else if (error === null) { - return - } else { - await new Promise(next) - } - } - } catch (err) { - error = aggregateTwoErrors(error, err) - throw error - } finally { - if ( - (error || (options === null || options === undefined ? undefined : options.destroyOnReturn) !== false) && - (error === undefined || stream._readableState.autoDestroy) - ) { - destroyImpl.destroyer(stream, null) - } else { - stream.off('readable', next) - cleanup() - } - } -} - -// Making it explicit these properties are not enumerable -// because otherwise some prototype manipulation in -// userland will fail. -ObjectDefineProperties(Readable.prototype, { - readable: { - __proto__: null, - get() { - const r = this._readableState - // r.readable === false means that this is part of a Duplex stream - // where the readable side was disabled upon construction. - // Compat. The user might manually disable readable side through - // deprecated setter. - return !!r && r.readable !== false && !r.destroyed && !r.errorEmitted && !r.endEmitted - }, - set(val) { - // Backwards compat. - if (this._readableState) { - this._readableState.readable = !!val - } - } - }, - readableDidRead: { - __proto__: null, - enumerable: false, - get: function () { - return this._readableState.dataEmitted - } - }, - readableAborted: { - __proto__: null, - enumerable: false, - get: function () { - return !!( - this._readableState.readable !== false && - (this._readableState.destroyed || this._readableState.errored) && - !this._readableState.endEmitted - ) - } - }, - readableHighWaterMark: { - __proto__: null, - enumerable: false, - get: function () { - return this._readableState.highWaterMark - } - }, - readableBuffer: { - __proto__: null, - enumerable: false, - get: function () { - return this._readableState && this._readableState.buffer - } - }, - readableFlowing: { - __proto__: null, - enumerable: false, - get: function () { - return this._readableState.flowing - }, - set: function (state) { - if (this._readableState) { - this._readableState.flowing = state - } - } - }, - readableLength: { - __proto__: null, - enumerable: false, - get() { - return this._readableState.length - } - }, - readableObjectMode: { - __proto__: null, - enumerable: false, - get() { - return this._readableState ? this._readableState.objectMode : false - } - }, - readableEncoding: { - __proto__: null, - enumerable: false, - get() { - return this._readableState ? this._readableState.encoding : null - } - }, - errored: { - __proto__: null, - enumerable: false, - get() { - return this._readableState ? this._readableState.errored : null - } - }, - closed: { - __proto__: null, - get() { - return this._readableState ? this._readableState.closed : false - } - }, - destroyed: { - __proto__: null, - enumerable: false, - get() { - return this._readableState ? this._readableState.destroyed : false - }, - set(value) { - // We ignore the value if the stream - // has not been initialized yet. - if (!this._readableState) { - return - } - - // Backward compatibility, the user is explicitly - // managing destroyed. - this._readableState.destroyed = value - } - }, - readableEnded: { - __proto__: null, - enumerable: false, - get() { - return this._readableState ? this._readableState.endEmitted : false - } - } -}) -ObjectDefineProperties(ReadableState.prototype, { - // Legacy getter for `pipesCount`. - pipesCount: { - __proto__: null, - get() { - return this.pipes.length - } - }, - // Legacy property for `paused`. - paused: { - __proto__: null, - get() { - return this[kPaused] !== false - }, - set(value) { - this[kPaused] = !!value - } - } -}) - -// Exposed for testing purposes only. -Readable._fromList = fromList - -// Pluck off n bytes from an array of buffers. -// Length is the combined lengths of all the buffers in the list. -// This function is designed to be inlinable, so please take care when making -// changes to the function body. -function fromList(n, state) { - // nothing buffered. - if (state.length === 0) return null - let ret - if (state.objectMode) ret = state.buffer.shift() - else if (!n || n >= state.length) { - // Read it all, truncate the list. - if (state.decoder) ret = state.buffer.join('') - else if (state.buffer.length === 1) ret = state.buffer.first() - else ret = state.buffer.concat(state.length) - state.buffer.clear() - } else { - // read part of list. - ret = state.buffer.consume(n, state.decoder) - } - return ret -} -function endReadable(stream) { - const state = stream._readableState - debug('endReadable', state.endEmitted) - if (!state.endEmitted) { - state.ended = true - process.nextTick(endReadableNT, state, stream) - } -} -function endReadableNT(state, stream) { - debug('endReadableNT', state.endEmitted, state.length) - - // Check that we didn't get one last unshift. - if (!state.errored && !state.closeEmitted && !state.endEmitted && state.length === 0) { - state.endEmitted = true - stream.emit('end') - if (stream.writable && stream.allowHalfOpen === false) { - process.nextTick(endWritableNT, stream) - } else if (state.autoDestroy) { - // In case of duplex streams we need a way to detect - // if the writable side is ready for autoDestroy as well. - const wState = stream._writableState - const autoDestroy = - !wState || - (wState.autoDestroy && - // We don't expect the writable to ever 'finish' - // if writable is explicitly set to false. - (wState.finished || wState.writable === false)) - if (autoDestroy) { - stream.destroy() - } - } - } -} -function endWritableNT(stream) { - const writable = stream.writable && !stream.writableEnded && !stream.destroyed - if (writable) { - stream.end() - } -} -Readable.from = function (iterable, opts) { - return from(Readable, iterable, opts) -} -let webStreamsAdapters - -// Lazy to avoid circular references -function lazyWebStreams() { - if (webStreamsAdapters === undefined) webStreamsAdapters = {} - return webStreamsAdapters -} -Readable.fromWeb = function (readableStream, options) { - return lazyWebStreams().newStreamReadableFromReadableStream(readableStream, options) -} -Readable.toWeb = function (streamReadable, options) { - return lazyWebStreams().newReadableStreamFromStreamReadable(streamReadable, options) -} -Readable.wrap = function (src, options) { - var _ref, _src$readableObjectMo - return new Readable({ - objectMode: - (_ref = - (_src$readableObjectMo = src.readableObjectMode) !== null && _src$readableObjectMo !== undefined - ? _src$readableObjectMo - : src.objectMode) !== null && _ref !== undefined - ? _ref - : true, - ...options, - destroy(err, callback) { - destroyImpl.destroyer(src, err) - callback(err) - } - }).wrap(src) -} diff --git a/software/flow/node_modules/npm/node_modules/readable-stream/lib/internal/streams/state.js b/software/flow/node_modules/npm/node_modules/readable-stream/lib/internal/streams/state.js deleted file mode 100644 index 18c2d84..0000000 --- a/software/flow/node_modules/npm/node_modules/readable-stream/lib/internal/streams/state.js +++ /dev/null @@ -1,27 +0,0 @@ -'use strict' - -const { MathFloor, NumberIsInteger } = require('../../ours/primordials') -const { ERR_INVALID_ARG_VALUE } = require('../../ours/errors').codes -function highWaterMarkFrom(options, isDuplex, duplexKey) { - return options.highWaterMark != null ? options.highWaterMark : isDuplex ? options[duplexKey] : null -} -function getDefaultHighWaterMark(objectMode) { - return objectMode ? 16 : 16 * 1024 -} -function getHighWaterMark(state, options, duplexKey, isDuplex) { - const hwm = highWaterMarkFrom(options, isDuplex, duplexKey) - if (hwm != null) { - if (!NumberIsInteger(hwm) || hwm < 0) { - const name = isDuplex ? `options.${duplexKey}` : 'options.highWaterMark' - throw new ERR_INVALID_ARG_VALUE(name, hwm) - } - return MathFloor(hwm) - } - - // Default value - return getDefaultHighWaterMark(state.objectMode) -} -module.exports = { - getHighWaterMark, - getDefaultHighWaterMark -} diff --git a/software/flow/node_modules/npm/node_modules/readable-stream/lib/internal/streams/transform.js b/software/flow/node_modules/npm/node_modules/readable-stream/lib/internal/streams/transform.js deleted file mode 100644 index fa9413a..0000000 --- a/software/flow/node_modules/npm/node_modules/readable-stream/lib/internal/streams/transform.js +++ /dev/null @@ -1,180 +0,0 @@ -// Copyright Joyent, Inc. and other Node contributors. -// -// Permission is hereby granted, free of charge, to any person obtaining a -// copy of this software and associated documentation files (the -// "Software"), to deal in the Software without restriction, including -// without limitation the rights to use, copy, modify, merge, publish, -// distribute, sublicense, and/or sell copies of the Software, and to permit -// persons to whom the Software is furnished to do so, subject to the -// following conditions: -// -// The above copyright notice and this permission notice shall be included -// in all copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN -// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, -// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR -// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE -// USE OR OTHER DEALINGS IN THE SOFTWARE. - -// a transform stream is a readable/writable stream where you do -// something with the data. Sometimes it's called a "filter", -// but that's not a great name for it, since that implies a thing where -// some bits pass through, and others are simply ignored. (That would -// be a valid example of a transform, of course.) -// -// While the output is causally related to the input, it's not a -// necessarily symmetric or synchronous transformation. For example, -// a zlib stream might take multiple plain-text writes(), and then -// emit a single compressed chunk some time in the future. -// -// Here's how this works: -// -// The Transform stream has all the aspects of the readable and writable -// stream classes. When you write(chunk), that calls _write(chunk,cb) -// internally, and returns false if there's a lot of pending writes -// buffered up. When you call read(), that calls _read(n) until -// there's enough pending readable data buffered up. -// -// In a transform stream, the written data is placed in a buffer. When -// _read(n) is called, it transforms the queued up data, calling the -// buffered _write cb's as it consumes chunks. If consuming a single -// written chunk would result in multiple output chunks, then the first -// outputted bit calls the readcb, and subsequent chunks just go into -// the read buffer, and will cause it to emit 'readable' if necessary. -// -// This way, back-pressure is actually determined by the reading side, -// since _read has to be called to start processing a new chunk. However, -// a pathological inflate type of transform can cause excessive buffering -// here. For example, imagine a stream where every byte of input is -// interpreted as an integer from 0-255, and then results in that many -// bytes of output. Writing the 4 bytes {ff,ff,ff,ff} would result in -// 1kb of data being output. In this case, you could write a very small -// amount of input, and end up with a very large amount of output. In -// such a pathological inflating mechanism, there'd be no way to tell -// the system to stop doing the transform. A single 4MB write could -// cause the system to run out of memory. -// -// However, even in such a pathological case, only a single written chunk -// would be consumed, and then the rest would wait (un-transformed) until -// the results of the previous transformed chunk were consumed. - -'use strict' - -const { ObjectSetPrototypeOf, Symbol } = require('../../ours/primordials') -module.exports = Transform -const { ERR_METHOD_NOT_IMPLEMENTED } = require('../../ours/errors').codes -const Duplex = require('./duplex') -const { getHighWaterMark } = require('./state') -ObjectSetPrototypeOf(Transform.prototype, Duplex.prototype) -ObjectSetPrototypeOf(Transform, Duplex) -const kCallback = Symbol('kCallback') -function Transform(options) { - if (!(this instanceof Transform)) return new Transform(options) - - // TODO (ronag): This should preferably always be - // applied but would be semver-major. Or even better; - // make Transform a Readable with the Writable interface. - const readableHighWaterMark = options ? getHighWaterMark(this, options, 'readableHighWaterMark', true) : null - if (readableHighWaterMark === 0) { - // A Duplex will buffer both on the writable and readable side while - // a Transform just wants to buffer hwm number of elements. To avoid - // buffering twice we disable buffering on the writable side. - options = { - ...options, - highWaterMark: null, - readableHighWaterMark, - // TODO (ronag): 0 is not optimal since we have - // a "bug" where we check needDrain before calling _write and not after. - // Refs: https://github.com/nodejs/node/pull/32887 - // Refs: https://github.com/nodejs/node/pull/35941 - writableHighWaterMark: options.writableHighWaterMark || 0 - } - } - Duplex.call(this, options) - - // We have implemented the _read method, and done the other things - // that Readable wants before the first _read call, so unset the - // sync guard flag. - this._readableState.sync = false - this[kCallback] = null - if (options) { - if (typeof options.transform === 'function') this._transform = options.transform - if (typeof options.flush === 'function') this._flush = options.flush - } - - // When the writable side finishes, then flush out anything remaining. - // Backwards compat. Some Transform streams incorrectly implement _final - // instead of or in addition to _flush. By using 'prefinish' instead of - // implementing _final we continue supporting this unfortunate use case. - this.on('prefinish', prefinish) -} -function final(cb) { - if (typeof this._flush === 'function' && !this.destroyed) { - this._flush((er, data) => { - if (er) { - if (cb) { - cb(er) - } else { - this.destroy(er) - } - return - } - if (data != null) { - this.push(data) - } - this.push(null) - if (cb) { - cb() - } - }) - } else { - this.push(null) - if (cb) { - cb() - } - } -} -function prefinish() { - if (this._final !== final) { - final.call(this) - } -} -Transform.prototype._final = final -Transform.prototype._transform = function (chunk, encoding, callback) { - throw new ERR_METHOD_NOT_IMPLEMENTED('_transform()') -} -Transform.prototype._write = function (chunk, encoding, callback) { - const rState = this._readableState - const wState = this._writableState - const length = rState.length - this._transform(chunk, encoding, (err, val) => { - if (err) { - callback(err) - return - } - if (val != null) { - this.push(val) - } - if ( - wState.ended || - // Backwards compat. - length === rState.length || - // Backwards compat. - rState.length < rState.highWaterMark - ) { - callback() - } else { - this[kCallback] = callback - } - }) -} -Transform.prototype._read = function () { - if (this[kCallback]) { - const callback = this[kCallback] - this[kCallback] = null - callback() - } -} diff --git a/software/flow/node_modules/npm/node_modules/readable-stream/lib/internal/streams/utils.js b/software/flow/node_modules/npm/node_modules/readable-stream/lib/internal/streams/utils.js deleted file mode 100644 index f87e9fe..0000000 --- a/software/flow/node_modules/npm/node_modules/readable-stream/lib/internal/streams/utils.js +++ /dev/null @@ -1,295 +0,0 @@ -'use strict' - -const { Symbol, SymbolAsyncIterator, SymbolIterator } = require('../../ours/primordials') -const kDestroyed = Symbol('kDestroyed') -const kIsErrored = Symbol('kIsErrored') -const kIsReadable = Symbol('kIsReadable') -const kIsDisturbed = Symbol('kIsDisturbed') -function isReadableNodeStream(obj, strict = false) { - var _obj$_readableState - return !!( - ( - obj && - typeof obj.pipe === 'function' && - typeof obj.on === 'function' && - (!strict || (typeof obj.pause === 'function' && typeof obj.resume === 'function')) && - (!obj._writableState || - ((_obj$_readableState = obj._readableState) === null || _obj$_readableState === undefined - ? undefined - : _obj$_readableState.readable) !== false) && - // Duplex - (!obj._writableState || obj._readableState) - ) // Writable has .pipe. - ) -} - -function isWritableNodeStream(obj) { - var _obj$_writableState - return !!( - ( - obj && - typeof obj.write === 'function' && - typeof obj.on === 'function' && - (!obj._readableState || - ((_obj$_writableState = obj._writableState) === null || _obj$_writableState === undefined - ? undefined - : _obj$_writableState.writable) !== false) - ) // Duplex - ) -} - -function isDuplexNodeStream(obj) { - return !!( - obj && - typeof obj.pipe === 'function' && - obj._readableState && - typeof obj.on === 'function' && - typeof obj.write === 'function' - ) -} -function isNodeStream(obj) { - return ( - obj && - (obj._readableState || - obj._writableState || - (typeof obj.write === 'function' && typeof obj.on === 'function') || - (typeof obj.pipe === 'function' && typeof obj.on === 'function')) - ) -} -function isIterable(obj, isAsync) { - if (obj == null) return false - if (isAsync === true) return typeof obj[SymbolAsyncIterator] === 'function' - if (isAsync === false) return typeof obj[SymbolIterator] === 'function' - return typeof obj[SymbolAsyncIterator] === 'function' || typeof obj[SymbolIterator] === 'function' -} -function isDestroyed(stream) { - if (!isNodeStream(stream)) return null - const wState = stream._writableState - const rState = stream._readableState - const state = wState || rState - return !!(stream.destroyed || stream[kDestroyed] || (state !== null && state !== undefined && state.destroyed)) -} - -// Have been end():d. -function isWritableEnded(stream) { - if (!isWritableNodeStream(stream)) return null - if (stream.writableEnded === true) return true - const wState = stream._writableState - if (wState !== null && wState !== undefined && wState.errored) return false - if (typeof (wState === null || wState === undefined ? undefined : wState.ended) !== 'boolean') return null - return wState.ended -} - -// Have emitted 'finish'. -function isWritableFinished(stream, strict) { - if (!isWritableNodeStream(stream)) return null - if (stream.writableFinished === true) return true - const wState = stream._writableState - if (wState !== null && wState !== undefined && wState.errored) return false - if (typeof (wState === null || wState === undefined ? undefined : wState.finished) !== 'boolean') return null - return !!(wState.finished || (strict === false && wState.ended === true && wState.length === 0)) -} - -// Have been push(null):d. -function isReadableEnded(stream) { - if (!isReadableNodeStream(stream)) return null - if (stream.readableEnded === true) return true - const rState = stream._readableState - if (!rState || rState.errored) return false - if (typeof (rState === null || rState === undefined ? undefined : rState.ended) !== 'boolean') return null - return rState.ended -} - -// Have emitted 'end'. -function isReadableFinished(stream, strict) { - if (!isReadableNodeStream(stream)) return null - const rState = stream._readableState - if (rState !== null && rState !== undefined && rState.errored) return false - if (typeof (rState === null || rState === undefined ? undefined : rState.endEmitted) !== 'boolean') return null - return !!(rState.endEmitted || (strict === false && rState.ended === true && rState.length === 0)) -} -function isReadable(stream) { - if (stream && stream[kIsReadable] != null) return stream[kIsReadable] - if (typeof (stream === null || stream === undefined ? undefined : stream.readable) !== 'boolean') return null - if (isDestroyed(stream)) return false - return isReadableNodeStream(stream) && stream.readable && !isReadableFinished(stream) -} -function isWritable(stream) { - if (typeof (stream === null || stream === undefined ? undefined : stream.writable) !== 'boolean') return null - if (isDestroyed(stream)) return false - return isWritableNodeStream(stream) && stream.writable && !isWritableEnded(stream) -} -function isFinished(stream, opts) { - if (!isNodeStream(stream)) { - return null - } - if (isDestroyed(stream)) { - return true - } - if ((opts === null || opts === undefined ? undefined : opts.readable) !== false && isReadable(stream)) { - return false - } - if ((opts === null || opts === undefined ? undefined : opts.writable) !== false && isWritable(stream)) { - return false - } - return true -} -function isWritableErrored(stream) { - var _stream$_writableStat, _stream$_writableStat2 - if (!isNodeStream(stream)) { - return null - } - if (stream.writableErrored) { - return stream.writableErrored - } - return (_stream$_writableStat = - (_stream$_writableStat2 = stream._writableState) === null || _stream$_writableStat2 === undefined - ? undefined - : _stream$_writableStat2.errored) !== null && _stream$_writableStat !== undefined - ? _stream$_writableStat - : null -} -function isReadableErrored(stream) { - var _stream$_readableStat, _stream$_readableStat2 - if (!isNodeStream(stream)) { - return null - } - if (stream.readableErrored) { - return stream.readableErrored - } - return (_stream$_readableStat = - (_stream$_readableStat2 = stream._readableState) === null || _stream$_readableStat2 === undefined - ? undefined - : _stream$_readableStat2.errored) !== null && _stream$_readableStat !== undefined - ? _stream$_readableStat - : null -} -function isClosed(stream) { - if (!isNodeStream(stream)) { - return null - } - if (typeof stream.closed === 'boolean') { - return stream.closed - } - const wState = stream._writableState - const rState = stream._readableState - if ( - typeof (wState === null || wState === undefined ? undefined : wState.closed) === 'boolean' || - typeof (rState === null || rState === undefined ? undefined : rState.closed) === 'boolean' - ) { - return ( - (wState === null || wState === undefined ? undefined : wState.closed) || - (rState === null || rState === undefined ? undefined : rState.closed) - ) - } - if (typeof stream._closed === 'boolean' && isOutgoingMessage(stream)) { - return stream._closed - } - return null -} -function isOutgoingMessage(stream) { - return ( - typeof stream._closed === 'boolean' && - typeof stream._defaultKeepAlive === 'boolean' && - typeof stream._removedConnection === 'boolean' && - typeof stream._removedContLen === 'boolean' - ) -} -function isServerResponse(stream) { - return typeof stream._sent100 === 'boolean' && isOutgoingMessage(stream) -} -function isServerRequest(stream) { - var _stream$req - return ( - typeof stream._consuming === 'boolean' && - typeof stream._dumped === 'boolean' && - ((_stream$req = stream.req) === null || _stream$req === undefined ? undefined : _stream$req.upgradeOrConnect) === - undefined - ) -} -function willEmitClose(stream) { - if (!isNodeStream(stream)) return null - const wState = stream._writableState - const rState = stream._readableState - const state = wState || rState - return ( - (!state && isServerResponse(stream)) || !!(state && state.autoDestroy && state.emitClose && state.closed === false) - ) -} -function isDisturbed(stream) { - var _stream$kIsDisturbed - return !!( - stream && - ((_stream$kIsDisturbed = stream[kIsDisturbed]) !== null && _stream$kIsDisturbed !== undefined - ? _stream$kIsDisturbed - : stream.readableDidRead || stream.readableAborted) - ) -} -function isErrored(stream) { - var _ref, - _ref2, - _ref3, - _ref4, - _ref5, - _stream$kIsErrored, - _stream$_readableStat3, - _stream$_writableStat3, - _stream$_readableStat4, - _stream$_writableStat4 - return !!( - stream && - ((_ref = - (_ref2 = - (_ref3 = - (_ref4 = - (_ref5 = - (_stream$kIsErrored = stream[kIsErrored]) !== null && _stream$kIsErrored !== undefined - ? _stream$kIsErrored - : stream.readableErrored) !== null && _ref5 !== undefined - ? _ref5 - : stream.writableErrored) !== null && _ref4 !== undefined - ? _ref4 - : (_stream$_readableStat3 = stream._readableState) === null || _stream$_readableStat3 === undefined - ? undefined - : _stream$_readableStat3.errorEmitted) !== null && _ref3 !== undefined - ? _ref3 - : (_stream$_writableStat3 = stream._writableState) === null || _stream$_writableStat3 === undefined - ? undefined - : _stream$_writableStat3.errorEmitted) !== null && _ref2 !== undefined - ? _ref2 - : (_stream$_readableStat4 = stream._readableState) === null || _stream$_readableStat4 === undefined - ? undefined - : _stream$_readableStat4.errored) !== null && _ref !== undefined - ? _ref - : (_stream$_writableStat4 = stream._writableState) === null || _stream$_writableStat4 === undefined - ? undefined - : _stream$_writableStat4.errored) - ) -} -module.exports = { - kDestroyed, - isDisturbed, - kIsDisturbed, - isErrored, - kIsErrored, - isReadable, - kIsReadable, - isClosed, - isDestroyed, - isDuplexNodeStream, - isFinished, - isIterable, - isReadableNodeStream, - isReadableEnded, - isReadableFinished, - isReadableErrored, - isNodeStream, - isWritable, - isWritableNodeStream, - isWritableEnded, - isWritableFinished, - isWritableErrored, - isServerRequest, - isServerResponse, - willEmitClose -} diff --git a/software/flow/node_modules/npm/node_modules/readable-stream/lib/internal/streams/writable.js b/software/flow/node_modules/npm/node_modules/readable-stream/lib/internal/streams/writable.js deleted file mode 100644 index 8a28003..0000000 --- a/software/flow/node_modules/npm/node_modules/readable-stream/lib/internal/streams/writable.js +++ /dev/null @@ -1,817 +0,0 @@ -/* replacement start */ - -const process = require('process/') - -/* replacement end */ -// Copyright Joyent, Inc. and other Node contributors. -// -// Permission is hereby granted, free of charge, to any person obtaining a -// copy of this software and associated documentation files (the -// "Software"), to deal in the Software without restriction, including -// without limitation the rights to use, copy, modify, merge, publish, -// distribute, sublicense, and/or sell copies of the Software, and to permit -// persons to whom the Software is furnished to do so, subject to the -// following conditions: -// -// The above copyright notice and this permission notice shall be included -// in all copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN -// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, -// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR -// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE -// USE OR OTHER DEALINGS IN THE SOFTWARE. - -// A bit simpler than readable streams. -// Implement an async ._write(chunk, encoding, cb), and it'll handle all -// the drain event emission and buffering. - -;('use strict') -const { - ArrayPrototypeSlice, - Error, - FunctionPrototypeSymbolHasInstance, - ObjectDefineProperty, - ObjectDefineProperties, - ObjectSetPrototypeOf, - StringPrototypeToLowerCase, - Symbol, - SymbolHasInstance -} = require('../../ours/primordials') -module.exports = Writable -Writable.WritableState = WritableState -const { EventEmitter: EE } = require('events') -const Stream = require('./legacy').Stream -const { Buffer } = require('buffer') -const destroyImpl = require('./destroy') -const { addAbortSignal } = require('./add-abort-signal') -const { getHighWaterMark, getDefaultHighWaterMark } = require('./state') -const { - ERR_INVALID_ARG_TYPE, - ERR_METHOD_NOT_IMPLEMENTED, - ERR_MULTIPLE_CALLBACK, - ERR_STREAM_CANNOT_PIPE, - ERR_STREAM_DESTROYED, - ERR_STREAM_ALREADY_FINISHED, - ERR_STREAM_NULL_VALUES, - ERR_STREAM_WRITE_AFTER_END, - ERR_UNKNOWN_ENCODING -} = require('../../ours/errors').codes -const { errorOrDestroy } = destroyImpl -ObjectSetPrototypeOf(Writable.prototype, Stream.prototype) -ObjectSetPrototypeOf(Writable, Stream) -function nop() {} -const kOnFinished = Symbol('kOnFinished') -function WritableState(options, stream, isDuplex) { - // Duplex streams are both readable and writable, but share - // the same options object. - // However, some cases require setting options to different - // values for the readable and the writable sides of the duplex stream, - // e.g. options.readableObjectMode vs. options.writableObjectMode, etc. - if (typeof isDuplex !== 'boolean') isDuplex = stream instanceof require('./duplex') - - // Object stream flag to indicate whether or not this stream - // contains buffers or objects. - this.objectMode = !!(options && options.objectMode) - if (isDuplex) this.objectMode = this.objectMode || !!(options && options.writableObjectMode) - - // The point at which write() starts returning false - // Note: 0 is a valid value, means that we always return false if - // the entire buffer is not flushed immediately on write(). - this.highWaterMark = options - ? getHighWaterMark(this, options, 'writableHighWaterMark', isDuplex) - : getDefaultHighWaterMark(false) - - // if _final has been called. - this.finalCalled = false - - // drain event flag. - this.needDrain = false - // At the start of calling end() - this.ending = false - // When end() has been called, and returned. - this.ended = false - // When 'finish' is emitted. - this.finished = false - - // Has it been destroyed - this.destroyed = false - - // Should we decode strings into buffers before passing to _write? - // this is here so that some node-core streams can optimize string - // handling at a lower level. - const noDecode = !!(options && options.decodeStrings === false) - this.decodeStrings = !noDecode - - // Crypto is kind of old and crusty. Historically, its default string - // encoding is 'binary' so we have to make this configurable. - // Everything else in the universe uses 'utf8', though. - this.defaultEncoding = (options && options.defaultEncoding) || 'utf8' - - // Not an actual buffer we keep track of, but a measurement - // of how much we're waiting to get pushed to some underlying - // socket or file. - this.length = 0 - - // A flag to see when we're in the middle of a write. - this.writing = false - - // When true all writes will be buffered until .uncork() call. - this.corked = 0 - - // A flag to be able to tell if the onwrite cb is called immediately, - // or on a later tick. We set this to true at first, because any - // actions that shouldn't happen until "later" should generally also - // not happen before the first write call. - this.sync = true - - // A flag to know if we're processing previously buffered items, which - // may call the _write() callback in the same tick, so that we don't - // end up in an overlapped onwrite situation. - this.bufferProcessing = false - - // The callback that's passed to _write(chunk, cb). - this.onwrite = onwrite.bind(undefined, stream) - - // The callback that the user supplies to write(chunk, encoding, cb). - this.writecb = null - - // The amount that is being written when _write is called. - this.writelen = 0 - - // Storage for data passed to the afterWrite() callback in case of - // synchronous _write() completion. - this.afterWriteTickInfo = null - resetBuffer(this) - - // Number of pending user-supplied write callbacks - // this must be 0 before 'finish' can be emitted. - this.pendingcb = 0 - - // Stream is still being constructed and cannot be - // destroyed until construction finished or failed. - // Async construction is opt in, therefore we start as - // constructed. - this.constructed = true - - // Emit prefinish if the only thing we're waiting for is _write cbs - // This is relevant for synchronous Transform streams. - this.prefinished = false - - // True if the error was already emitted and should not be thrown again. - this.errorEmitted = false - - // Should close be emitted on destroy. Defaults to true. - this.emitClose = !options || options.emitClose !== false - - // Should .destroy() be called after 'finish' (and potentially 'end'). - this.autoDestroy = !options || options.autoDestroy !== false - - // Indicates whether the stream has errored. When true all write() calls - // should return false. This is needed since when autoDestroy - // is disabled we need a way to tell whether the stream has failed. - this.errored = null - - // Indicates whether the stream has finished destroying. - this.closed = false - - // True if close has been emitted or would have been emitted - // depending on emitClose. - this.closeEmitted = false - this[kOnFinished] = [] -} -function resetBuffer(state) { - state.buffered = [] - state.bufferedIndex = 0 - state.allBuffers = true - state.allNoop = true -} -WritableState.prototype.getBuffer = function getBuffer() { - return ArrayPrototypeSlice(this.buffered, this.bufferedIndex) -} -ObjectDefineProperty(WritableState.prototype, 'bufferedRequestCount', { - __proto__: null, - get() { - return this.buffered.length - this.bufferedIndex - } -}) -function Writable(options) { - // Writable ctor is applied to Duplexes, too. - // `realHasInstance` is necessary because using plain `instanceof` - // would return false, as no `_writableState` property is attached. - - // Trying to use the custom `instanceof` for Writable here will also break the - // Node.js LazyTransform implementation, which has a non-trivial getter for - // `_writableState` that would lead to infinite recursion. - - // Checking for a Stream.Duplex instance is faster here instead of inside - // the WritableState constructor, at least with V8 6.5. - const isDuplex = this instanceof require('./duplex') - if (!isDuplex && !FunctionPrototypeSymbolHasInstance(Writable, this)) return new Writable(options) - this._writableState = new WritableState(options, this, isDuplex) - if (options) { - if (typeof options.write === 'function') this._write = options.write - if (typeof options.writev === 'function') this._writev = options.writev - if (typeof options.destroy === 'function') this._destroy = options.destroy - if (typeof options.final === 'function') this._final = options.final - if (typeof options.construct === 'function') this._construct = options.construct - if (options.signal) addAbortSignal(options.signal, this) - } - Stream.call(this, options) - destroyImpl.construct(this, () => { - const state = this._writableState - if (!state.writing) { - clearBuffer(this, state) - } - finishMaybe(this, state) - }) -} -ObjectDefineProperty(Writable, SymbolHasInstance, { - __proto__: null, - value: function (object) { - if (FunctionPrototypeSymbolHasInstance(this, object)) return true - if (this !== Writable) return false - return object && object._writableState instanceof WritableState - } -}) - -// Otherwise people can pipe Writable streams, which is just wrong. -Writable.prototype.pipe = function () { - errorOrDestroy(this, new ERR_STREAM_CANNOT_PIPE()) -} -function _write(stream, chunk, encoding, cb) { - const state = stream._writableState - if (typeof encoding === 'function') { - cb = encoding - encoding = state.defaultEncoding - } else { - if (!encoding) encoding = state.defaultEncoding - else if (encoding !== 'buffer' && !Buffer.isEncoding(encoding)) throw new ERR_UNKNOWN_ENCODING(encoding) - if (typeof cb !== 'function') cb = nop - } - if (chunk === null) { - throw new ERR_STREAM_NULL_VALUES() - } else if (!state.objectMode) { - if (typeof chunk === 'string') { - if (state.decodeStrings !== false) { - chunk = Buffer.from(chunk, encoding) - encoding = 'buffer' - } - } else if (chunk instanceof Buffer) { - encoding = 'buffer' - } else if (Stream._isUint8Array(chunk)) { - chunk = Stream._uint8ArrayToBuffer(chunk) - encoding = 'buffer' - } else { - throw new ERR_INVALID_ARG_TYPE('chunk', ['string', 'Buffer', 'Uint8Array'], chunk) - } - } - let err - if (state.ending) { - err = new ERR_STREAM_WRITE_AFTER_END() - } else if (state.destroyed) { - err = new ERR_STREAM_DESTROYED('write') - } - if (err) { - process.nextTick(cb, err) - errorOrDestroy(stream, err, true) - return err - } - state.pendingcb++ - return writeOrBuffer(stream, state, chunk, encoding, cb) -} -Writable.prototype.write = function (chunk, encoding, cb) { - return _write(this, chunk, encoding, cb) === true -} -Writable.prototype.cork = function () { - this._writableState.corked++ -} -Writable.prototype.uncork = function () { - const state = this._writableState - if (state.corked) { - state.corked-- - if (!state.writing) clearBuffer(this, state) - } -} -Writable.prototype.setDefaultEncoding = function setDefaultEncoding(encoding) { - // node::ParseEncoding() requires lower case. - if (typeof encoding === 'string') encoding = StringPrototypeToLowerCase(encoding) - if (!Buffer.isEncoding(encoding)) throw new ERR_UNKNOWN_ENCODING(encoding) - this._writableState.defaultEncoding = encoding - return this -} - -// If we're already writing something, then just put this -// in the queue, and wait our turn. Otherwise, call _write -// If we return false, then we need a drain event, so set that flag. -function writeOrBuffer(stream, state, chunk, encoding, callback) { - const len = state.objectMode ? 1 : chunk.length - state.length += len - - // stream._write resets state.length - const ret = state.length < state.highWaterMark - // We must ensure that previous needDrain will not be reset to false. - if (!ret) state.needDrain = true - if (state.writing || state.corked || state.errored || !state.constructed) { - state.buffered.push({ - chunk, - encoding, - callback - }) - if (state.allBuffers && encoding !== 'buffer') { - state.allBuffers = false - } - if (state.allNoop && callback !== nop) { - state.allNoop = false - } - } else { - state.writelen = len - state.writecb = callback - state.writing = true - state.sync = true - stream._write(chunk, encoding, state.onwrite) - state.sync = false - } - - // Return false if errored or destroyed in order to break - // any synchronous while(stream.write(data)) loops. - return ret && !state.errored && !state.destroyed -} -function doWrite(stream, state, writev, len, chunk, encoding, cb) { - state.writelen = len - state.writecb = cb - state.writing = true - state.sync = true - if (state.destroyed) state.onwrite(new ERR_STREAM_DESTROYED('write')) - else if (writev) stream._writev(chunk, state.onwrite) - else stream._write(chunk, encoding, state.onwrite) - state.sync = false -} -function onwriteError(stream, state, er, cb) { - --state.pendingcb - cb(er) - // Ensure callbacks are invoked even when autoDestroy is - // not enabled. Passing `er` here doesn't make sense since - // it's related to one specific write, not to the buffered - // writes. - errorBuffer(state) - // This can emit error, but error must always follow cb. - errorOrDestroy(stream, er) -} -function onwrite(stream, er) { - const state = stream._writableState - const sync = state.sync - const cb = state.writecb - if (typeof cb !== 'function') { - errorOrDestroy(stream, new ERR_MULTIPLE_CALLBACK()) - return - } - state.writing = false - state.writecb = null - state.length -= state.writelen - state.writelen = 0 - if (er) { - // Avoid V8 leak, https://github.com/nodejs/node/pull/34103#issuecomment-652002364 - er.stack // eslint-disable-line no-unused-expressions - - if (!state.errored) { - state.errored = er - } - - // In case of duplex streams we need to notify the readable side of the - // error. - if (stream._readableState && !stream._readableState.errored) { - stream._readableState.errored = er - } - if (sync) { - process.nextTick(onwriteError, stream, state, er, cb) - } else { - onwriteError(stream, state, er, cb) - } - } else { - if (state.buffered.length > state.bufferedIndex) { - clearBuffer(stream, state) - } - if (sync) { - // It is a common case that the callback passed to .write() is always - // the same. In that case, we do not schedule a new nextTick(), but - // rather just increase a counter, to improve performance and avoid - // memory allocations. - if (state.afterWriteTickInfo !== null && state.afterWriteTickInfo.cb === cb) { - state.afterWriteTickInfo.count++ - } else { - state.afterWriteTickInfo = { - count: 1, - cb, - stream, - state - } - process.nextTick(afterWriteTick, state.afterWriteTickInfo) - } - } else { - afterWrite(stream, state, 1, cb) - } - } -} -function afterWriteTick({ stream, state, count, cb }) { - state.afterWriteTickInfo = null - return afterWrite(stream, state, count, cb) -} -function afterWrite(stream, state, count, cb) { - const needDrain = !state.ending && !stream.destroyed && state.length === 0 && state.needDrain - if (needDrain) { - state.needDrain = false - stream.emit('drain') - } - while (count-- > 0) { - state.pendingcb-- - cb() - } - if (state.destroyed) { - errorBuffer(state) - } - finishMaybe(stream, state) -} - -// If there's something in the buffer waiting, then invoke callbacks. -function errorBuffer(state) { - if (state.writing) { - return - } - for (let n = state.bufferedIndex; n < state.buffered.length; ++n) { - var _state$errored - const { chunk, callback } = state.buffered[n] - const len = state.objectMode ? 1 : chunk.length - state.length -= len - callback( - (_state$errored = state.errored) !== null && _state$errored !== undefined - ? _state$errored - : new ERR_STREAM_DESTROYED('write') - ) - } - const onfinishCallbacks = state[kOnFinished].splice(0) - for (let i = 0; i < onfinishCallbacks.length; i++) { - var _state$errored2 - onfinishCallbacks[i]( - (_state$errored2 = state.errored) !== null && _state$errored2 !== undefined - ? _state$errored2 - : new ERR_STREAM_DESTROYED('end') - ) - } - resetBuffer(state) -} - -// If there's something in the buffer waiting, then process it. -function clearBuffer(stream, state) { - if (state.corked || state.bufferProcessing || state.destroyed || !state.constructed) { - return - } - const { buffered, bufferedIndex, objectMode } = state - const bufferedLength = buffered.length - bufferedIndex - if (!bufferedLength) { - return - } - let i = bufferedIndex - state.bufferProcessing = true - if (bufferedLength > 1 && stream._writev) { - state.pendingcb -= bufferedLength - 1 - const callback = state.allNoop - ? nop - : (err) => { - for (let n = i; n < buffered.length; ++n) { - buffered[n].callback(err) - } - } - // Make a copy of `buffered` if it's going to be used by `callback` above, - // since `doWrite` will mutate the array. - const chunks = state.allNoop && i === 0 ? buffered : ArrayPrototypeSlice(buffered, i) - chunks.allBuffers = state.allBuffers - doWrite(stream, state, true, state.length, chunks, '', callback) - resetBuffer(state) - } else { - do { - const { chunk, encoding, callback } = buffered[i] - buffered[i++] = null - const len = objectMode ? 1 : chunk.length - doWrite(stream, state, false, len, chunk, encoding, callback) - } while (i < buffered.length && !state.writing) - if (i === buffered.length) { - resetBuffer(state) - } else if (i > 256) { - buffered.splice(0, i) - state.bufferedIndex = 0 - } else { - state.bufferedIndex = i - } - } - state.bufferProcessing = false -} -Writable.prototype._write = function (chunk, encoding, cb) { - if (this._writev) { - this._writev( - [ - { - chunk, - encoding - } - ], - cb - ) - } else { - throw new ERR_METHOD_NOT_IMPLEMENTED('_write()') - } -} -Writable.prototype._writev = null -Writable.prototype.end = function (chunk, encoding, cb) { - const state = this._writableState - if (typeof chunk === 'function') { - cb = chunk - chunk = null - encoding = null - } else if (typeof encoding === 'function') { - cb = encoding - encoding = null - } - let err - if (chunk !== null && chunk !== undefined) { - const ret = _write(this, chunk, encoding) - if (ret instanceof Error) { - err = ret - } - } - - // .end() fully uncorks. - if (state.corked) { - state.corked = 1 - this.uncork() - } - if (err) { - // Do nothing... - } else if (!state.errored && !state.ending) { - // This is forgiving in terms of unnecessary calls to end() and can hide - // logic errors. However, usually such errors are harmless and causing a - // hard error can be disproportionately destructive. It is not always - // trivial for the user to determine whether end() needs to be called - // or not. - - state.ending = true - finishMaybe(this, state, true) - state.ended = true - } else if (state.finished) { - err = new ERR_STREAM_ALREADY_FINISHED('end') - } else if (state.destroyed) { - err = new ERR_STREAM_DESTROYED('end') - } - if (typeof cb === 'function') { - if (err || state.finished) { - process.nextTick(cb, err) - } else { - state[kOnFinished].push(cb) - } - } - return this -} -function needFinish(state) { - return ( - state.ending && - !state.destroyed && - state.constructed && - state.length === 0 && - !state.errored && - state.buffered.length === 0 && - !state.finished && - !state.writing && - !state.errorEmitted && - !state.closeEmitted - ) -} -function callFinal(stream, state) { - let called = false - function onFinish(err) { - if (called) { - errorOrDestroy(stream, err !== null && err !== undefined ? err : ERR_MULTIPLE_CALLBACK()) - return - } - called = true - state.pendingcb-- - if (err) { - const onfinishCallbacks = state[kOnFinished].splice(0) - for (let i = 0; i < onfinishCallbacks.length; i++) { - onfinishCallbacks[i](err) - } - errorOrDestroy(stream, err, state.sync) - } else if (needFinish(state)) { - state.prefinished = true - stream.emit('prefinish') - // Backwards compat. Don't check state.sync here. - // Some streams assume 'finish' will be emitted - // asynchronously relative to _final callback. - state.pendingcb++ - process.nextTick(finish, stream, state) - } - } - state.sync = true - state.pendingcb++ - try { - stream._final(onFinish) - } catch (err) { - onFinish(err) - } - state.sync = false -} -function prefinish(stream, state) { - if (!state.prefinished && !state.finalCalled) { - if (typeof stream._final === 'function' && !state.destroyed) { - state.finalCalled = true - callFinal(stream, state) - } else { - state.prefinished = true - stream.emit('prefinish') - } - } -} -function finishMaybe(stream, state, sync) { - if (needFinish(state)) { - prefinish(stream, state) - if (state.pendingcb === 0) { - if (sync) { - state.pendingcb++ - process.nextTick( - (stream, state) => { - if (needFinish(state)) { - finish(stream, state) - } else { - state.pendingcb-- - } - }, - stream, - state - ) - } else if (needFinish(state)) { - state.pendingcb++ - finish(stream, state) - } - } - } -} -function finish(stream, state) { - state.pendingcb-- - state.finished = true - const onfinishCallbacks = state[kOnFinished].splice(0) - for (let i = 0; i < onfinishCallbacks.length; i++) { - onfinishCallbacks[i]() - } - stream.emit('finish') - if (state.autoDestroy) { - // In case of duplex streams we need a way to detect - // if the readable side is ready for autoDestroy as well. - const rState = stream._readableState - const autoDestroy = - !rState || - (rState.autoDestroy && - // We don't expect the readable to ever 'end' - // if readable is explicitly set to false. - (rState.endEmitted || rState.readable === false)) - if (autoDestroy) { - stream.destroy() - } - } -} -ObjectDefineProperties(Writable.prototype, { - closed: { - __proto__: null, - get() { - return this._writableState ? this._writableState.closed : false - } - }, - destroyed: { - __proto__: null, - get() { - return this._writableState ? this._writableState.destroyed : false - }, - set(value) { - // Backward compatibility, the user is explicitly managing destroyed. - if (this._writableState) { - this._writableState.destroyed = value - } - } - }, - writable: { - __proto__: null, - get() { - const w = this._writableState - // w.writable === false means that this is part of a Duplex stream - // where the writable side was disabled upon construction. - // Compat. The user might manually disable writable side through - // deprecated setter. - return !!w && w.writable !== false && !w.destroyed && !w.errored && !w.ending && !w.ended - }, - set(val) { - // Backwards compatible. - if (this._writableState) { - this._writableState.writable = !!val - } - } - }, - writableFinished: { - __proto__: null, - get() { - return this._writableState ? this._writableState.finished : false - } - }, - writableObjectMode: { - __proto__: null, - get() { - return this._writableState ? this._writableState.objectMode : false - } - }, - writableBuffer: { - __proto__: null, - get() { - return this._writableState && this._writableState.getBuffer() - } - }, - writableEnded: { - __proto__: null, - get() { - return this._writableState ? this._writableState.ending : false - } - }, - writableNeedDrain: { - __proto__: null, - get() { - const wState = this._writableState - if (!wState) return false - return !wState.destroyed && !wState.ending && wState.needDrain - } - }, - writableHighWaterMark: { - __proto__: null, - get() { - return this._writableState && this._writableState.highWaterMark - } - }, - writableCorked: { - __proto__: null, - get() { - return this._writableState ? this._writableState.corked : 0 - } - }, - writableLength: { - __proto__: null, - get() { - return this._writableState && this._writableState.length - } - }, - errored: { - __proto__: null, - enumerable: false, - get() { - return this._writableState ? this._writableState.errored : null - } - }, - writableAborted: { - __proto__: null, - enumerable: false, - get: function () { - return !!( - this._writableState.writable !== false && - (this._writableState.destroyed || this._writableState.errored) && - !this._writableState.finished - ) - } - } -}) -const destroy = destroyImpl.destroy -Writable.prototype.destroy = function (err, cb) { - const state = this._writableState - - // Invoke pending callbacks. - if (!state.destroyed && (state.bufferedIndex < state.buffered.length || state[kOnFinished].length)) { - process.nextTick(errorBuffer, state) - } - destroy.call(this, err, cb) - return this -} -Writable.prototype._undestroy = destroyImpl.undestroy -Writable.prototype._destroy = function (err, cb) { - cb(err) -} -Writable.prototype[EE.captureRejectionSymbol] = function (err) { - this.destroy(err) -} -let webStreamsAdapters - -// Lazy to avoid circular references -function lazyWebStreams() { - if (webStreamsAdapters === undefined) webStreamsAdapters = {} - return webStreamsAdapters -} -Writable.fromWeb = function (writableStream, options) { - return lazyWebStreams().newStreamWritableFromWritableStream(writableStream, options) -} -Writable.toWeb = function (streamWritable) { - return lazyWebStreams().newWritableStreamFromStreamWritable(streamWritable) -} diff --git a/software/flow/node_modules/npm/node_modules/readable-stream/lib/internal/validators.js b/software/flow/node_modules/npm/node_modules/readable-stream/lib/internal/validators.js deleted file mode 100644 index f9e6e55..0000000 --- a/software/flow/node_modules/npm/node_modules/readable-stream/lib/internal/validators.js +++ /dev/null @@ -1,395 +0,0 @@ -'use strict' - -const { - ArrayIsArray, - ArrayPrototypeIncludes, - ArrayPrototypeJoin, - ArrayPrototypeMap, - NumberIsInteger, - NumberIsNaN, - NumberMAX_SAFE_INTEGER, - NumberMIN_SAFE_INTEGER, - NumberParseInt, - ObjectPrototypeHasOwnProperty, - RegExpPrototypeExec, - String, - StringPrototypeToUpperCase, - StringPrototypeTrim -} = require('../ours/primordials') -const { - hideStackFrames, - codes: { ERR_SOCKET_BAD_PORT, ERR_INVALID_ARG_TYPE, ERR_INVALID_ARG_VALUE, ERR_OUT_OF_RANGE, ERR_UNKNOWN_SIGNAL } -} = require('../ours/errors') -const { normalizeEncoding } = require('../ours/util') -const { isAsyncFunction, isArrayBufferView } = require('../ours/util').types -const signals = {} - -/** - * @param {*} value - * @returns {boolean} - */ -function isInt32(value) { - return value === (value | 0) -} - -/** - * @param {*} value - * @returns {boolean} - */ -function isUint32(value) { - return value === value >>> 0 -} -const octalReg = /^[0-7]+$/ -const modeDesc = 'must be a 32-bit unsigned integer or an octal string' - -/** - * Parse and validate values that will be converted into mode_t (the S_* - * constants). Only valid numbers and octal strings are allowed. They could be - * converted to 32-bit unsigned integers or non-negative signed integers in the - * C++ land, but any value higher than 0o777 will result in platform-specific - * behaviors. - * - * @param {*} value Values to be validated - * @param {string} name Name of the argument - * @param {number} [def] If specified, will be returned for invalid values - * @returns {number} - */ -function parseFileMode(value, name, def) { - if (typeof value === 'undefined') { - value = def - } - if (typeof value === 'string') { - if (RegExpPrototypeExec(octalReg, value) === null) { - throw new ERR_INVALID_ARG_VALUE(name, value, modeDesc) - } - value = NumberParseInt(value, 8) - } - validateUint32(value, name) - return value -} - -/** - * @callback validateInteger - * @param {*} value - * @param {string} name - * @param {number} [min] - * @param {number} [max] - * @returns {asserts value is number} - */ - -/** @type {validateInteger} */ -const validateInteger = hideStackFrames((value, name, min = NumberMIN_SAFE_INTEGER, max = NumberMAX_SAFE_INTEGER) => { - if (typeof value !== 'number') throw new ERR_INVALID_ARG_TYPE(name, 'number', value) - if (!NumberIsInteger(value)) throw new ERR_OUT_OF_RANGE(name, 'an integer', value) - if (value < min || value > max) throw new ERR_OUT_OF_RANGE(name, `>= ${min} && <= ${max}`, value) -}) - -/** - * @callback validateInt32 - * @param {*} value - * @param {string} name - * @param {number} [min] - * @param {number} [max] - * @returns {asserts value is number} - */ - -/** @type {validateInt32} */ -const validateInt32 = hideStackFrames((value, name, min = -2147483648, max = 2147483647) => { - // The defaults for min and max correspond to the limits of 32-bit integers. - if (typeof value !== 'number') { - throw new ERR_INVALID_ARG_TYPE(name, 'number', value) - } - if (!NumberIsInteger(value)) { - throw new ERR_OUT_OF_RANGE(name, 'an integer', value) - } - if (value < min || value > max) { - throw new ERR_OUT_OF_RANGE(name, `>= ${min} && <= ${max}`, value) - } -}) - -/** - * @callback validateUint32 - * @param {*} value - * @param {string} name - * @param {number|boolean} [positive=false] - * @returns {asserts value is number} - */ - -/** @type {validateUint32} */ -const validateUint32 = hideStackFrames((value, name, positive = false) => { - if (typeof value !== 'number') { - throw new ERR_INVALID_ARG_TYPE(name, 'number', value) - } - if (!NumberIsInteger(value)) { - throw new ERR_OUT_OF_RANGE(name, 'an integer', value) - } - const min = positive ? 1 : 0 - // 2 ** 32 === 4294967296 - const max = 4294967295 - if (value < min || value > max) { - throw new ERR_OUT_OF_RANGE(name, `>= ${min} && <= ${max}`, value) - } -}) - -/** - * @callback validateString - * @param {*} value - * @param {string} name - * @returns {asserts value is string} - */ - -/** @type {validateString} */ -function validateString(value, name) { - if (typeof value !== 'string') throw new ERR_INVALID_ARG_TYPE(name, 'string', value) -} - -/** - * @callback validateNumber - * @param {*} value - * @param {string} name - * @param {number} [min] - * @param {number} [max] - * @returns {asserts value is number} - */ - -/** @type {validateNumber} */ -function validateNumber(value, name, min = undefined, max) { - if (typeof value !== 'number') throw new ERR_INVALID_ARG_TYPE(name, 'number', value) - if ( - (min != null && value < min) || - (max != null && value > max) || - ((min != null || max != null) && NumberIsNaN(value)) - ) { - throw new ERR_OUT_OF_RANGE( - name, - `${min != null ? `>= ${min}` : ''}${min != null && max != null ? ' && ' : ''}${max != null ? `<= ${max}` : ''}`, - value - ) - } -} - -/** - * @callback validateOneOf - * @template T - * @param {T} value - * @param {string} name - * @param {T[]} oneOf - */ - -/** @type {validateOneOf} */ -const validateOneOf = hideStackFrames((value, name, oneOf) => { - if (!ArrayPrototypeIncludes(oneOf, value)) { - const allowed = ArrayPrototypeJoin( - ArrayPrototypeMap(oneOf, (v) => (typeof v === 'string' ? `'${v}'` : String(v))), - ', ' - ) - const reason = 'must be one of: ' + allowed - throw new ERR_INVALID_ARG_VALUE(name, value, reason) - } -}) - -/** - * @callback validateBoolean - * @param {*} value - * @param {string} name - * @returns {asserts value is boolean} - */ - -/** @type {validateBoolean} */ -function validateBoolean(value, name) { - if (typeof value !== 'boolean') throw new ERR_INVALID_ARG_TYPE(name, 'boolean', value) -} -function getOwnPropertyValueOrDefault(options, key, defaultValue) { - return options == null || !ObjectPrototypeHasOwnProperty(options, key) ? defaultValue : options[key] -} - -/** - * @callback validateObject - * @param {*} value - * @param {string} name - * @param {{ - * allowArray?: boolean, - * allowFunction?: boolean, - * nullable?: boolean - * }} [options] - */ - -/** @type {validateObject} */ -const validateObject = hideStackFrames((value, name, options = null) => { - const allowArray = getOwnPropertyValueOrDefault(options, 'allowArray', false) - const allowFunction = getOwnPropertyValueOrDefault(options, 'allowFunction', false) - const nullable = getOwnPropertyValueOrDefault(options, 'nullable', false) - if ( - (!nullable && value === null) || - (!allowArray && ArrayIsArray(value)) || - (typeof value !== 'object' && (!allowFunction || typeof value !== 'function')) - ) { - throw new ERR_INVALID_ARG_TYPE(name, 'Object', value) - } -}) - -/** - * @callback validateArray - * @param {*} value - * @param {string} name - * @param {number} [minLength] - * @returns {asserts value is any[]} - */ - -/** @type {validateArray} */ -const validateArray = hideStackFrames((value, name, minLength = 0) => { - if (!ArrayIsArray(value)) { - throw new ERR_INVALID_ARG_TYPE(name, 'Array', value) - } - if (value.length < minLength) { - const reason = `must be longer than ${minLength}` - throw new ERR_INVALID_ARG_VALUE(name, value, reason) - } -}) - -// eslint-disable-next-line jsdoc/require-returns-check -/** - * @param {*} signal - * @param {string} [name='signal'] - * @returns {asserts signal is keyof signals} - */ -function validateSignalName(signal, name = 'signal') { - validateString(signal, name) - if (signals[signal] === undefined) { - if (signals[StringPrototypeToUpperCase(signal)] !== undefined) { - throw new ERR_UNKNOWN_SIGNAL(signal + ' (signals must use all capital letters)') - } - throw new ERR_UNKNOWN_SIGNAL(signal) - } -} - -/** - * @callback validateBuffer - * @param {*} buffer - * @param {string} [name='buffer'] - * @returns {asserts buffer is ArrayBufferView} - */ - -/** @type {validateBuffer} */ -const validateBuffer = hideStackFrames((buffer, name = 'buffer') => { - if (!isArrayBufferView(buffer)) { - throw new ERR_INVALID_ARG_TYPE(name, ['Buffer', 'TypedArray', 'DataView'], buffer) - } -}) - -/** - * @param {string} data - * @param {string} encoding - */ -function validateEncoding(data, encoding) { - const normalizedEncoding = normalizeEncoding(encoding) - const length = data.length - if (normalizedEncoding === 'hex' && length % 2 !== 0) { - throw new ERR_INVALID_ARG_VALUE('encoding', encoding, `is invalid for data of length ${length}`) - } -} - -/** - * Check that the port number is not NaN when coerced to a number, - * is an integer and that it falls within the legal range of port numbers. - * @param {*} port - * @param {string} [name='Port'] - * @param {boolean} [allowZero=true] - * @returns {number} - */ -function validatePort(port, name = 'Port', allowZero = true) { - if ( - (typeof port !== 'number' && typeof port !== 'string') || - (typeof port === 'string' && StringPrototypeTrim(port).length === 0) || - +port !== +port >>> 0 || - port > 0xffff || - (port === 0 && !allowZero) - ) { - throw new ERR_SOCKET_BAD_PORT(name, port, allowZero) - } - return port | 0 -} - -/** - * @callback validateAbortSignal - * @param {*} signal - * @param {string} name - */ - -/** @type {validateAbortSignal} */ -const validateAbortSignal = hideStackFrames((signal, name) => { - if (signal !== undefined && (signal === null || typeof signal !== 'object' || !('aborted' in signal))) { - throw new ERR_INVALID_ARG_TYPE(name, 'AbortSignal', signal) - } -}) - -/** - * @callback validateFunction - * @param {*} value - * @param {string} name - * @returns {asserts value is Function} - */ - -/** @type {validateFunction} */ -const validateFunction = hideStackFrames((value, name) => { - if (typeof value !== 'function') throw new ERR_INVALID_ARG_TYPE(name, 'Function', value) -}) - -/** - * @callback validatePlainFunction - * @param {*} value - * @param {string} name - * @returns {asserts value is Function} - */ - -/** @type {validatePlainFunction} */ -const validatePlainFunction = hideStackFrames((value, name) => { - if (typeof value !== 'function' || isAsyncFunction(value)) throw new ERR_INVALID_ARG_TYPE(name, 'Function', value) -}) - -/** - * @callback validateUndefined - * @param {*} value - * @param {string} name - * @returns {asserts value is undefined} - */ - -/** @type {validateUndefined} */ -const validateUndefined = hideStackFrames((value, name) => { - if (value !== undefined) throw new ERR_INVALID_ARG_TYPE(name, 'undefined', value) -}) - -/** - * @template T - * @param {T} value - * @param {string} name - * @param {T[]} union - */ -function validateUnion(value, name, union) { - if (!ArrayPrototypeIncludes(union, value)) { - throw new ERR_INVALID_ARG_TYPE(name, `('${ArrayPrototypeJoin(union, '|')}')`, value) - } -} -module.exports = { - isInt32, - isUint32, - parseFileMode, - validateArray, - validateBoolean, - validateBuffer, - validateEncoding, - validateFunction, - validateInt32, - validateInteger, - validateNumber, - validateObject, - validateOneOf, - validatePlainFunction, - validatePort, - validateSignalName, - validateString, - validateUint32, - validateUndefined, - validateUnion, - validateAbortSignal -} diff --git a/software/flow/node_modules/npm/node_modules/readable-stream/lib/ours/browser.js b/software/flow/node_modules/npm/node_modules/readable-stream/lib/ours/browser.js deleted file mode 100644 index 39acef3..0000000 --- a/software/flow/node_modules/npm/node_modules/readable-stream/lib/ours/browser.js +++ /dev/null @@ -1,35 +0,0 @@ -'use strict' - -const CustomStream = require('../stream') -const promises = require('../stream/promises') -const originalDestroy = CustomStream.Readable.destroy -module.exports = CustomStream.Readable - -// Explicit export naming is needed for ESM -module.exports._uint8ArrayToBuffer = CustomStream._uint8ArrayToBuffer -module.exports._isUint8Array = CustomStream._isUint8Array -module.exports.isDisturbed = CustomStream.isDisturbed -module.exports.isErrored = CustomStream.isErrored -module.exports.isReadable = CustomStream.isReadable -module.exports.Readable = CustomStream.Readable -module.exports.Writable = CustomStream.Writable -module.exports.Duplex = CustomStream.Duplex -module.exports.Transform = CustomStream.Transform -module.exports.PassThrough = CustomStream.PassThrough -module.exports.addAbortSignal = CustomStream.addAbortSignal -module.exports.finished = CustomStream.finished -module.exports.destroy = CustomStream.destroy -module.exports.destroy = originalDestroy -module.exports.pipeline = CustomStream.pipeline -module.exports.compose = CustomStream.compose -Object.defineProperty(CustomStream, 'promises', { - configurable: true, - enumerable: true, - get() { - return promises - } -}) -module.exports.Stream = CustomStream.Stream - -// Allow default importing -module.exports.default = module.exports diff --git a/software/flow/node_modules/npm/node_modules/readable-stream/lib/ours/errors.js b/software/flow/node_modules/npm/node_modules/readable-stream/lib/ours/errors.js deleted file mode 100644 index 97866d1..0000000 --- a/software/flow/node_modules/npm/node_modules/readable-stream/lib/ours/errors.js +++ /dev/null @@ -1,341 +0,0 @@ -'use strict' - -const { format, inspect, AggregateError: CustomAggregateError } = require('./util') - -/* - This file is a reduced and adapted version of the main lib/internal/errors.js file defined at - - https://github.com/nodejs/node/blob/master/lib/internal/errors.js - - Don't try to replace with the original file and keep it up to date (starting from E(...) definitions) - with the upstream file. -*/ - -const AggregateError = globalThis.AggregateError || CustomAggregateError -const kIsNodeError = Symbol('kIsNodeError') -const kTypes = [ - 'string', - 'function', - 'number', - 'object', - // Accept 'Function' and 'Object' as alternative to the lower cased version. - 'Function', - 'Object', - 'boolean', - 'bigint', - 'symbol' -] -const classRegExp = /^([A-Z][a-z0-9]*)+$/ -const nodeInternalPrefix = '__node_internal_' -const codes = {} -function assert(value, message) { - if (!value) { - throw new codes.ERR_INTERNAL_ASSERTION(message) - } -} - -// Only use this for integers! Decimal numbers do not work with this function. -function addNumericalSeparator(val) { - let res = '' - let i = val.length - const start = val[0] === '-' ? 1 : 0 - for (; i >= start + 4; i -= 3) { - res = `_${val.slice(i - 3, i)}${res}` - } - return `${val.slice(0, i)}${res}` -} -function getMessage(key, msg, args) { - if (typeof msg === 'function') { - assert( - msg.length <= args.length, - // Default options do not count. - `Code: ${key}; The provided arguments length (${args.length}) does not match the required ones (${msg.length}).` - ) - return msg(...args) - } - const expectedLength = (msg.match(/%[dfijoOs]/g) || []).length - assert( - expectedLength === args.length, - `Code: ${key}; The provided arguments length (${args.length}) does not match the required ones (${expectedLength}).` - ) - if (args.length === 0) { - return msg - } - return format(msg, ...args) -} -function E(code, message, Base) { - if (!Base) { - Base = Error - } - class NodeError extends Base { - constructor(...args) { - super(getMessage(code, message, args)) - } - toString() { - return `${this.name} [${code}]: ${this.message}` - } - } - Object.defineProperties(NodeError.prototype, { - name: { - value: Base.name, - writable: true, - enumerable: false, - configurable: true - }, - toString: { - value() { - return `${this.name} [${code}]: ${this.message}` - }, - writable: true, - enumerable: false, - configurable: true - } - }) - NodeError.prototype.code = code - NodeError.prototype[kIsNodeError] = true - codes[code] = NodeError -} -function hideStackFrames(fn) { - // We rename the functions that will be hidden to cut off the stacktrace - // at the outermost one - const hidden = nodeInternalPrefix + fn.name - Object.defineProperty(fn, 'name', { - value: hidden - }) - return fn -} -function aggregateTwoErrors(innerError, outerError) { - if (innerError && outerError && innerError !== outerError) { - if (Array.isArray(outerError.errors)) { - // If `outerError` is already an `AggregateError`. - outerError.errors.push(innerError) - return outerError - } - const err = new AggregateError([outerError, innerError], outerError.message) - err.code = outerError.code - return err - } - return innerError || outerError -} -class AbortError extends Error { - constructor(message = 'The operation was aborted', options = undefined) { - if (options !== undefined && typeof options !== 'object') { - throw new codes.ERR_INVALID_ARG_TYPE('options', 'Object', options) - } - super(message, options) - this.code = 'ABORT_ERR' - this.name = 'AbortError' - } -} -E('ERR_ASSERTION', '%s', Error) -E( - 'ERR_INVALID_ARG_TYPE', - (name, expected, actual) => { - assert(typeof name === 'string', "'name' must be a string") - if (!Array.isArray(expected)) { - expected = [expected] - } - let msg = 'The ' - if (name.endsWith(' argument')) { - // For cases like 'first argument' - msg += `${name} ` - } else { - msg += `"${name}" ${name.includes('.') ? 'property' : 'argument'} ` - } - msg += 'must be ' - const types = [] - const instances = [] - const other = [] - for (const value of expected) { - assert(typeof value === 'string', 'All expected entries have to be of type string') - if (kTypes.includes(value)) { - types.push(value.toLowerCase()) - } else if (classRegExp.test(value)) { - instances.push(value) - } else { - assert(value !== 'object', 'The value "object" should be written as "Object"') - other.push(value) - } - } - - // Special handle `object` in case other instances are allowed to outline - // the differences between each other. - if (instances.length > 0) { - const pos = types.indexOf('object') - if (pos !== -1) { - types.splice(types, pos, 1) - instances.push('Object') - } - } - if (types.length > 0) { - switch (types.length) { - case 1: - msg += `of type ${types[0]}` - break - case 2: - msg += `one of type ${types[0]} or ${types[1]}` - break - default: { - const last = types.pop() - msg += `one of type ${types.join(', ')}, or ${last}` - } - } - if (instances.length > 0 || other.length > 0) { - msg += ' or ' - } - } - if (instances.length > 0) { - switch (instances.length) { - case 1: - msg += `an instance of ${instances[0]}` - break - case 2: - msg += `an instance of ${instances[0]} or ${instances[1]}` - break - default: { - const last = instances.pop() - msg += `an instance of ${instances.join(', ')}, or ${last}` - } - } - if (other.length > 0) { - msg += ' or ' - } - } - switch (other.length) { - case 0: - break - case 1: - if (other[0].toLowerCase() !== other[0]) { - msg += 'an ' - } - msg += `${other[0]}` - break - case 2: - msg += `one of ${other[0]} or ${other[1]}` - break - default: { - const last = other.pop() - msg += `one of ${other.join(', ')}, or ${last}` - } - } - if (actual == null) { - msg += `. Received ${actual}` - } else if (typeof actual === 'function' && actual.name) { - msg += `. Received function ${actual.name}` - } else if (typeof actual === 'object') { - var _actual$constructor - if ( - (_actual$constructor = actual.constructor) !== null && - _actual$constructor !== undefined && - _actual$constructor.name - ) { - msg += `. Received an instance of ${actual.constructor.name}` - } else { - const inspected = inspect(actual, { - depth: -1 - }) - msg += `. Received ${inspected}` - } - } else { - let inspected = inspect(actual, { - colors: false - }) - if (inspected.length > 25) { - inspected = `${inspected.slice(0, 25)}...` - } - msg += `. Received type ${typeof actual} (${inspected})` - } - return msg - }, - TypeError -) -E( - 'ERR_INVALID_ARG_VALUE', - (name, value, reason = 'is invalid') => { - let inspected = inspect(value) - if (inspected.length > 128) { - inspected = inspected.slice(0, 128) + '...' - } - const type = name.includes('.') ? 'property' : 'argument' - return `The ${type} '${name}' ${reason}. Received ${inspected}` - }, - TypeError -) -E( - 'ERR_INVALID_RETURN_VALUE', - (input, name, value) => { - var _value$constructor - const type = - value !== null && - value !== undefined && - (_value$constructor = value.constructor) !== null && - _value$constructor !== undefined && - _value$constructor.name - ? `instance of ${value.constructor.name}` - : `type ${typeof value}` - return `Expected ${input} to be returned from the "${name}"` + ` function but got ${type}.` - }, - TypeError -) -E( - 'ERR_MISSING_ARGS', - (...args) => { - assert(args.length > 0, 'At least one arg needs to be specified') - let msg - const len = args.length - args = (Array.isArray(args) ? args : [args]).map((a) => `"${a}"`).join(' or ') - switch (len) { - case 1: - msg += `The ${args[0]} argument` - break - case 2: - msg += `The ${args[0]} and ${args[1]} arguments` - break - default: - { - const last = args.pop() - msg += `The ${args.join(', ')}, and ${last} arguments` - } - break - } - return `${msg} must be specified` - }, - TypeError -) -E( - 'ERR_OUT_OF_RANGE', - (str, range, input) => { - assert(range, 'Missing "range" argument') - let received - if (Number.isInteger(input) && Math.abs(input) > 2 ** 32) { - received = addNumericalSeparator(String(input)) - } else if (typeof input === 'bigint') { - received = String(input) - if (input > 2n ** 32n || input < -(2n ** 32n)) { - received = addNumericalSeparator(received) - } - received += 'n' - } else { - received = inspect(input) - } - return `The value of "${str}" is out of range. It must be ${range}. Received ${received}` - }, - RangeError -) -E('ERR_MULTIPLE_CALLBACK', 'Callback called multiple times', Error) -E('ERR_METHOD_NOT_IMPLEMENTED', 'The %s method is not implemented', Error) -E('ERR_STREAM_ALREADY_FINISHED', 'Cannot call %s after a stream was finished', Error) -E('ERR_STREAM_CANNOT_PIPE', 'Cannot pipe, not readable', Error) -E('ERR_STREAM_DESTROYED', 'Cannot call %s after a stream was destroyed', Error) -E('ERR_STREAM_NULL_VALUES', 'May not write null values to stream', TypeError) -E('ERR_STREAM_PREMATURE_CLOSE', 'Premature close', Error) -E('ERR_STREAM_PUSH_AFTER_EOF', 'stream.push() after EOF', Error) -E('ERR_STREAM_UNSHIFT_AFTER_END_EVENT', 'stream.unshift() after end event', Error) -E('ERR_STREAM_WRITE_AFTER_END', 'write after end', Error) -E('ERR_UNKNOWN_ENCODING', 'Unknown encoding: %s', TypeError) -module.exports = { - AbortError, - aggregateTwoErrors: hideStackFrames(aggregateTwoErrors), - hideStackFrames, - codes -} diff --git a/software/flow/node_modules/npm/node_modules/readable-stream/lib/ours/index.js b/software/flow/node_modules/npm/node_modules/readable-stream/lib/ours/index.js deleted file mode 100644 index 6cdd2d7..0000000 --- a/software/flow/node_modules/npm/node_modules/readable-stream/lib/ours/index.js +++ /dev/null @@ -1,65 +0,0 @@ -'use strict' - -const Stream = require('stream') -if (Stream && process.env.READABLE_STREAM === 'disable') { - const promises = Stream.promises - - // Explicit export naming is needed for ESM - module.exports._uint8ArrayToBuffer = Stream._uint8ArrayToBuffer - module.exports._isUint8Array = Stream._isUint8Array - module.exports.isDisturbed = Stream.isDisturbed - module.exports.isErrored = Stream.isErrored - module.exports.isReadable = Stream.isReadable - module.exports.Readable = Stream.Readable - module.exports.Writable = Stream.Writable - module.exports.Duplex = Stream.Duplex - module.exports.Transform = Stream.Transform - module.exports.PassThrough = Stream.PassThrough - module.exports.addAbortSignal = Stream.addAbortSignal - module.exports.finished = Stream.finished - module.exports.destroy = Stream.destroy - module.exports.pipeline = Stream.pipeline - module.exports.compose = Stream.compose - Object.defineProperty(Stream, 'promises', { - configurable: true, - enumerable: true, - get() { - return promises - } - }) - module.exports.Stream = Stream.Stream -} else { - const CustomStream = require('../stream') - const promises = require('../stream/promises') - const originalDestroy = CustomStream.Readable.destroy - module.exports = CustomStream.Readable - - // Explicit export naming is needed for ESM - module.exports._uint8ArrayToBuffer = CustomStream._uint8ArrayToBuffer - module.exports._isUint8Array = CustomStream._isUint8Array - module.exports.isDisturbed = CustomStream.isDisturbed - module.exports.isErrored = CustomStream.isErrored - module.exports.isReadable = CustomStream.isReadable - module.exports.Readable = CustomStream.Readable - module.exports.Writable = CustomStream.Writable - module.exports.Duplex = CustomStream.Duplex - module.exports.Transform = CustomStream.Transform - module.exports.PassThrough = CustomStream.PassThrough - module.exports.addAbortSignal = CustomStream.addAbortSignal - module.exports.finished = CustomStream.finished - module.exports.destroy = CustomStream.destroy - module.exports.destroy = originalDestroy - module.exports.pipeline = CustomStream.pipeline - module.exports.compose = CustomStream.compose - Object.defineProperty(CustomStream, 'promises', { - configurable: true, - enumerable: true, - get() { - return promises - } - }) - module.exports.Stream = CustomStream.Stream -} - -// Allow default importing -module.exports.default = module.exports diff --git a/software/flow/node_modules/npm/node_modules/readable-stream/lib/ours/primordials.js b/software/flow/node_modules/npm/node_modules/readable-stream/lib/ours/primordials.js deleted file mode 100644 index 6a98b01..0000000 --- a/software/flow/node_modules/npm/node_modules/readable-stream/lib/ours/primordials.js +++ /dev/null @@ -1,100 +0,0 @@ -'use strict' - -/* - This file is a reduced and adapted version of the main lib/internal/per_context/primordials.js file defined at - - https://github.com/nodejs/node/blob/master/lib/internal/per_context/primordials.js - - Don't try to replace with the original file and keep it up to date with the upstream file. -*/ -module.exports = { - ArrayIsArray(self) { - return Array.isArray(self) - }, - ArrayPrototypeIncludes(self, el) { - return self.includes(el) - }, - ArrayPrototypeIndexOf(self, el) { - return self.indexOf(el) - }, - ArrayPrototypeJoin(self, sep) { - return self.join(sep) - }, - ArrayPrototypeMap(self, fn) { - return self.map(fn) - }, - ArrayPrototypePop(self, el) { - return self.pop(el) - }, - ArrayPrototypePush(self, el) { - return self.push(el) - }, - ArrayPrototypeSlice(self, start, end) { - return self.slice(start, end) - }, - Error, - FunctionPrototypeCall(fn, thisArgs, ...args) { - return fn.call(thisArgs, ...args) - }, - FunctionPrototypeSymbolHasInstance(self, instance) { - return Function.prototype[Symbol.hasInstance].call(self, instance) - }, - MathFloor: Math.floor, - Number, - NumberIsInteger: Number.isInteger, - NumberIsNaN: Number.isNaN, - NumberMAX_SAFE_INTEGER: Number.MAX_SAFE_INTEGER, - NumberMIN_SAFE_INTEGER: Number.MIN_SAFE_INTEGER, - NumberParseInt: Number.parseInt, - ObjectDefineProperties(self, props) { - return Object.defineProperties(self, props) - }, - ObjectDefineProperty(self, name, prop) { - return Object.defineProperty(self, name, prop) - }, - ObjectGetOwnPropertyDescriptor(self, name) { - return Object.getOwnPropertyDescriptor(self, name) - }, - ObjectKeys(obj) { - return Object.keys(obj) - }, - ObjectSetPrototypeOf(target, proto) { - return Object.setPrototypeOf(target, proto) - }, - Promise, - PromisePrototypeCatch(self, fn) { - return self.catch(fn) - }, - PromisePrototypeThen(self, thenFn, catchFn) { - return self.then(thenFn, catchFn) - }, - PromiseReject(err) { - return Promise.reject(err) - }, - ReflectApply: Reflect.apply, - RegExpPrototypeTest(self, value) { - return self.test(value) - }, - SafeSet: Set, - String, - StringPrototypeSlice(self, start, end) { - return self.slice(start, end) - }, - StringPrototypeToLowerCase(self) { - return self.toLowerCase() - }, - StringPrototypeToUpperCase(self) { - return self.toUpperCase() - }, - StringPrototypeTrim(self) { - return self.trim() - }, - Symbol, - SymbolAsyncIterator: Symbol.asyncIterator, - SymbolHasInstance: Symbol.hasInstance, - SymbolIterator: Symbol.iterator, - TypedArrayPrototypeSet(self, buf, len) { - return self.set(buf, len) - }, - Uint8Array -} diff --git a/software/flow/node_modules/npm/node_modules/readable-stream/lib/ours/util.js b/software/flow/node_modules/npm/node_modules/readable-stream/lib/ours/util.js deleted file mode 100644 index e125ce1..0000000 --- a/software/flow/node_modules/npm/node_modules/readable-stream/lib/ours/util.js +++ /dev/null @@ -1,128 +0,0 @@ -'use strict' - -const bufferModule = require('buffer') -const AsyncFunction = Object.getPrototypeOf(async function () {}).constructor -const Blob = globalThis.Blob || bufferModule.Blob -/* eslint-disable indent */ -const isBlob = - typeof Blob !== 'undefined' - ? function isBlob(b) { - // eslint-disable-next-line indent - return b instanceof Blob - } - : function isBlob(b) { - return false - } -/* eslint-enable indent */ - -// This is a simplified version of AggregateError -class AggregateError extends Error { - constructor(errors) { - if (!Array.isArray(errors)) { - throw new TypeError(`Expected input to be an Array, got ${typeof errors}`) - } - let message = '' - for (let i = 0; i < errors.length; i++) { - message += ` ${errors[i].stack}\n` - } - super(message) - this.name = 'AggregateError' - this.errors = errors - } -} -module.exports = { - AggregateError, - kEmptyObject: Object.freeze({}), - once(callback) { - let called = false - return function (...args) { - if (called) { - return - } - called = true - callback.apply(this, args) - } - }, - createDeferredPromise: function () { - let resolve - let reject - - // eslint-disable-next-line promise/param-names - const promise = new Promise((res, rej) => { - resolve = res - reject = rej - }) - return { - promise, - resolve, - reject - } - }, - promisify(fn) { - return new Promise((resolve, reject) => { - fn((err, ...args) => { - if (err) { - return reject(err) - } - return resolve(...args) - }) - }) - }, - debuglog() { - return function () {} - }, - format(format, ...args) { - // Simplified version of https://nodejs.org/api/util.html#utilformatformat-args - return format.replace(/%([sdifj])/g, function (...[_unused, type]) { - const replacement = args.shift() - if (type === 'f') { - return replacement.toFixed(6) - } else if (type === 'j') { - return JSON.stringify(replacement) - } else if (type === 's' && typeof replacement === 'object') { - const ctor = replacement.constructor !== Object ? replacement.constructor.name : '' - return `${ctor} {}`.trim() - } else { - return replacement.toString() - } - }) - }, - inspect(value) { - // Vastly simplified version of https://nodejs.org/api/util.html#utilinspectobject-options - switch (typeof value) { - case 'string': - if (value.includes("'")) { - if (!value.includes('"')) { - return `"${value}"` - } else if (!value.includes('`') && !value.includes('${')) { - return `\`${value}\`` - } - } - return `'${value}'` - case 'number': - if (isNaN(value)) { - return 'NaN' - } else if (Object.is(value, -0)) { - return String(value) - } - return value - case 'bigint': - return `${String(value)}n` - case 'boolean': - case 'undefined': - return String(value) - case 'object': - return '{}' - } - }, - types: { - isAsyncFunction(fn) { - return fn instanceof AsyncFunction - }, - isArrayBufferView(arr) { - return ArrayBuffer.isView(arr) - } - }, - isBlob -} -module.exports.promisify.custom = Symbol.for('nodejs.util.promisify.custom') diff --git a/software/flow/node_modules/npm/node_modules/readable-stream/lib/stream.js b/software/flow/node_modules/npm/node_modules/readable-stream/lib/stream.js deleted file mode 100644 index e9bb6ba..0000000 --- a/software/flow/node_modules/npm/node_modules/readable-stream/lib/stream.js +++ /dev/null @@ -1,136 +0,0 @@ -/* replacement start */ - -const { Buffer } = require('buffer') - -/* replacement end */ -// Copyright Joyent, Inc. and other Node contributors. -// -// Permission is hereby granted, free of charge, to any person obtaining a -// copy of this software and associated documentation files (the -// "Software"), to deal in the Software without restriction, including -// without limitation the rights to use, copy, modify, merge, publish, -// distribute, sublicense, and/or sell copies of the Software, and to permit -// persons to whom the Software is furnished to do so, subject to the -// following conditions: -// -// The above copyright notice and this permission notice shall be included -// in all copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN -// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, -// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR -// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE -// USE OR OTHER DEALINGS IN THE SOFTWARE. - -;('use strict') -const { ObjectDefineProperty, ObjectKeys, ReflectApply } = require('./ours/primordials') -const { - promisify: { custom: customPromisify } -} = require('./ours/util') -const { streamReturningOperators, promiseReturningOperators } = require('./internal/streams/operators') -const { - codes: { ERR_ILLEGAL_CONSTRUCTOR } -} = require('./ours/errors') -const compose = require('./internal/streams/compose') -const { pipeline } = require('./internal/streams/pipeline') -const { destroyer } = require('./internal/streams/destroy') -const eos = require('./internal/streams/end-of-stream') -const internalBuffer = {} -const promises = require('./stream/promises') -const utils = require('./internal/streams/utils') -const Stream = (module.exports = require('./internal/streams/legacy').Stream) -Stream.isDisturbed = utils.isDisturbed -Stream.isErrored = utils.isErrored -Stream.isReadable = utils.isReadable -Stream.Readable = require('./internal/streams/readable') -for (const key of ObjectKeys(streamReturningOperators)) { - const op = streamReturningOperators[key] - function fn(...args) { - if (new.target) { - throw ERR_ILLEGAL_CONSTRUCTOR() - } - return Stream.Readable.from(ReflectApply(op, this, args)) - } - ObjectDefineProperty(fn, 'name', { - __proto__: null, - value: op.name - }) - ObjectDefineProperty(fn, 'length', { - __proto__: null, - value: op.length - }) - ObjectDefineProperty(Stream.Readable.prototype, key, { - __proto__: null, - value: fn, - enumerable: false, - configurable: true, - writable: true - }) -} -for (const key of ObjectKeys(promiseReturningOperators)) { - const op = promiseReturningOperators[key] - function fn(...args) { - if (new.target) { - throw ERR_ILLEGAL_CONSTRUCTOR() - } - return ReflectApply(op, this, args) - } - ObjectDefineProperty(fn, 'name', { - __proto__: null, - value: op.name - }) - ObjectDefineProperty(fn, 'length', { - __proto__: null, - value: op.length - }) - ObjectDefineProperty(Stream.Readable.prototype, key, { - __proto__: null, - value: fn, - enumerable: false, - configurable: true, - writable: true - }) -} -Stream.Writable = require('./internal/streams/writable') -Stream.Duplex = require('./internal/streams/duplex') -Stream.Transform = require('./internal/streams/transform') -Stream.PassThrough = require('./internal/streams/passthrough') -Stream.pipeline = pipeline -const { addAbortSignal } = require('./internal/streams/add-abort-signal') -Stream.addAbortSignal = addAbortSignal -Stream.finished = eos -Stream.destroy = destroyer -Stream.compose = compose -ObjectDefineProperty(Stream, 'promises', { - __proto__: null, - configurable: true, - enumerable: true, - get() { - return promises - } -}) -ObjectDefineProperty(pipeline, customPromisify, { - __proto__: null, - enumerable: true, - get() { - return promises.pipeline - } -}) -ObjectDefineProperty(eos, customPromisify, { - __proto__: null, - enumerable: true, - get() { - return promises.finished - } -}) - -// Backwards-compat with node 0.4.x -Stream.Stream = Stream -Stream._isUint8Array = function isUint8Array(value) { - return value instanceof Uint8Array -} -Stream._uint8ArrayToBuffer = function _uint8ArrayToBuffer(chunk) { - return Buffer.from(chunk.buffer, chunk.byteOffset, chunk.byteLength) -} diff --git a/software/flow/node_modules/npm/node_modules/readable-stream/lib/stream/promises.js b/software/flow/node_modules/npm/node_modules/readable-stream/lib/stream/promises.js deleted file mode 100644 index d44dd8a..0000000 --- a/software/flow/node_modules/npm/node_modules/readable-stream/lib/stream/promises.js +++ /dev/null @@ -1,36 +0,0 @@ -'use strict' - -const { ArrayPrototypePop, Promise } = require('../ours/primordials') -const { isIterable, isNodeStream } = require('../internal/streams/utils') -const { pipelineImpl: pl } = require('../internal/streams/pipeline') -const { finished } = require('../internal/streams/end-of-stream') -function pipeline(...streams) { - return new Promise((resolve, reject) => { - let signal - let end - const lastArg = streams[streams.length - 1] - if (lastArg && typeof lastArg === 'object' && !isNodeStream(lastArg) && !isIterable(lastArg)) { - const options = ArrayPrototypePop(streams) - signal = options.signal - end = options.end - } - pl( - streams, - (err, value) => { - if (err) { - reject(err) - } else { - resolve(value) - } - }, - { - signal, - end - } - ) - }) -} -module.exports = { - finished, - pipeline -} diff --git a/software/flow/node_modules/npm/node_modules/readable-stream/package.json b/software/flow/node_modules/npm/node_modules/readable-stream/package.json deleted file mode 100644 index 7df83d9..0000000 --- a/software/flow/node_modules/npm/node_modules/readable-stream/package.json +++ /dev/null @@ -1,84 +0,0 @@ -{ - "name": "readable-stream", - "version": "4.3.0", - "description": "Node.js Streams, a user-land copy of the stream library from Node.js", - "homepage": "https://github.com/nodejs/readable-stream", - "license": "MIT", - "licenses": [ - { - "type": "MIT", - "url": "https://choosealicense.com/licenses/mit/" - } - ], - "keywords": [ - "readable", - "stream", - "pipe" - ], - "repository": { - "type": "git", - "url": "git://github.com/nodejs/readable-stream" - }, - "bugs": { - "url": "https://github.com/nodejs/readable-stream/issues" - }, - "main": "lib/ours/index.js", - "files": [ - "lib", - "LICENSE", - "README.md" - ], - "browser": { - "util": "./lib/ours/util.js", - "./lib/ours/index.js": "./lib/ours/browser.js" - }, - "scripts": { - "build": "node build/build.mjs", - "postbuild": "prettier -w lib test", - "test": "tap --rcfile=./tap.yml test/parallel/test-*.js test/ours/test-*.js", - "test:prepare": "node test/browser/runner-prepare.mjs", - "test:browsers": "node test/browser/runner-browser.mjs", - "test:bundlers": "node test/browser/runner-node.mjs", - "coverage": "c8 -c ./c8.json tap --rcfile=./tap.yml test/parallel/test-*.js test/ours/test-*.js", - "format": "prettier -w src lib test", - "lint": "eslint src" - }, - "dependencies": { - "abort-controller": "^3.0.0", - "buffer": "^6.0.3", - "events": "^3.3.0", - "process": "^0.11.10" - }, - "devDependencies": { - "@babel/core": "^7.17.10", - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.7", - "@babel/plugin-proposal-optional-chaining": "^7.16.7", - "@rollup/plugin-commonjs": "^22.0.0", - "@rollup/plugin-inject": "^4.0.4", - "@rollup/plugin-node-resolve": "^13.3.0", - "@sinonjs/fake-timers": "^9.1.2", - "browserify": "^17.0.0", - "c8": "^7.11.2", - "esbuild": "^0.14.39", - "esbuild-plugin-alias": "^0.2.1", - "eslint": "^8.15.0", - "eslint-config-standard": "^17.0.0", - "eslint-plugin-import": "^2.26.0", - "eslint-plugin-n": "^15.2.0", - "eslint-plugin-promise": "^6.0.0", - "playwright": "^1.21.1", - "prettier": "^2.6.2", - "rollup": "^2.72.1", - "rollup-plugin-polyfill-node": "^0.9.0", - "tap": "^16.2.0", - "tap-mocha-reporter": "^5.0.3", - "tape": "^5.5.3", - "tar": "^6.1.11", - "undici": "^5.1.1", - "webpack": "^5.72.1", - "webpack-cli": "^4.9.2" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - } -} diff --git a/software/flow/node_modules/npm/node_modules/retry/License b/software/flow/node_modules/npm/node_modules/retry/License deleted file mode 100644 index 0b58de3..0000000 --- a/software/flow/node_modules/npm/node_modules/retry/License +++ /dev/null @@ -1,21 +0,0 @@ -Copyright (c) 2011: -Tim Koschützki (tim@debuggable.com) -Felix Geisendörfer (felix@debuggable.com) - - Permission is hereby granted, free of charge, to any person obtaining a copy - of this software and associated documentation files (the "Software"), to deal - in the Software without restriction, including without limitation the rights - to use, copy, modify, merge, publish, distribute, sublicense, and/or sell - copies of the Software, and to permit persons to whom the Software is - furnished to do so, subject to the following conditions: - - The above copyright notice and this permission notice shall be included in - all copies or substantial portions of the Software. - - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN - THE SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/retry/Makefile b/software/flow/node_modules/npm/node_modules/retry/Makefile deleted file mode 100644 index 1968d8f..0000000 --- a/software/flow/node_modules/npm/node_modules/retry/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -SHELL := /bin/bash - -release-major: test - npm version major -m "Release %s" - git push - npm publish - -release-minor: test - npm version minor -m "Release %s" - git push - npm publish - -release-patch: test - npm version patch -m "Release %s" - git push - npm publish - -.PHONY: test release-major release-minor release-patch diff --git a/software/flow/node_modules/npm/node_modules/retry/equation.gif b/software/flow/node_modules/npm/node_modules/retry/equation.gif deleted file mode 100644 index 9710723..0000000 Binary files a/software/flow/node_modules/npm/node_modules/retry/equation.gif and /dev/null differ diff --git a/software/flow/node_modules/npm/node_modules/retry/example/dns.js b/software/flow/node_modules/npm/node_modules/retry/example/dns.js deleted file mode 100644 index 446729b..0000000 --- a/software/flow/node_modules/npm/node_modules/retry/example/dns.js +++ /dev/null @@ -1,31 +0,0 @@ -var dns = require('dns'); -var retry = require('../lib/retry'); - -function faultTolerantResolve(address, cb) { - var opts = { - retries: 2, - factor: 2, - minTimeout: 1 * 1000, - maxTimeout: 2 * 1000, - randomize: true - }; - var operation = retry.operation(opts); - - operation.attempt(function(currentAttempt) { - dns.resolve(address, function(err, addresses) { - if (operation.retry(err)) { - return; - } - - cb(operation.mainError(), operation.errors(), addresses); - }); - }); -} - -faultTolerantResolve('nodejs.org', function(err, errors, addresses) { - console.warn('err:'); - console.log(err); - - console.warn('addresses:'); - console.log(addresses); -}); \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/retry/example/stop.js b/software/flow/node_modules/npm/node_modules/retry/example/stop.js deleted file mode 100644 index e1ceafe..0000000 --- a/software/flow/node_modules/npm/node_modules/retry/example/stop.js +++ /dev/null @@ -1,40 +0,0 @@ -var retry = require('../lib/retry'); - -function attemptAsyncOperation(someInput, cb) { - var opts = { - retries: 2, - factor: 2, - minTimeout: 1 * 1000, - maxTimeout: 2 * 1000, - randomize: true - }; - var operation = retry.operation(opts); - - operation.attempt(function(currentAttempt) { - failingAsyncOperation(someInput, function(err, result) { - - if (err && err.message === 'A fatal error') { - operation.stop(); - return cb(err); - } - - if (operation.retry(err)) { - return; - } - - cb(operation.mainError(), operation.errors(), result); - }); - }); -} - -attemptAsyncOperation('test input', function(err, errors, result) { - console.warn('err:'); - console.log(err); - - console.warn('result:'); - console.log(result); -}); - -function failingAsyncOperation(input, cb) { - return setImmediate(cb.bind(null, new Error('A fatal error'))); -} diff --git a/software/flow/node_modules/npm/node_modules/retry/index.js b/software/flow/node_modules/npm/node_modules/retry/index.js deleted file mode 100644 index ee62f3a..0000000 --- a/software/flow/node_modules/npm/node_modules/retry/index.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('./lib/retry'); \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/retry/lib/retry.js b/software/flow/node_modules/npm/node_modules/retry/lib/retry.js deleted file mode 100644 index dcb5768..0000000 --- a/software/flow/node_modules/npm/node_modules/retry/lib/retry.js +++ /dev/null @@ -1,100 +0,0 @@ -var RetryOperation = require('./retry_operation'); - -exports.operation = function(options) { - var timeouts = exports.timeouts(options); - return new RetryOperation(timeouts, { - forever: options && options.forever, - unref: options && options.unref, - maxRetryTime: options && options.maxRetryTime - }); -}; - -exports.timeouts = function(options) { - if (options instanceof Array) { - return [].concat(options); - } - - var opts = { - retries: 10, - factor: 2, - minTimeout: 1 * 1000, - maxTimeout: Infinity, - randomize: false - }; - for (var key in options) { - opts[key] = options[key]; - } - - if (opts.minTimeout > opts.maxTimeout) { - throw new Error('minTimeout is greater than maxTimeout'); - } - - var timeouts = []; - for (var i = 0; i < opts.retries; i++) { - timeouts.push(this.createTimeout(i, opts)); - } - - if (options && options.forever && !timeouts.length) { - timeouts.push(this.createTimeout(i, opts)); - } - - // sort the array numerically ascending - timeouts.sort(function(a,b) { - return a - b; - }); - - return timeouts; -}; - -exports.createTimeout = function(attempt, opts) { - var random = (opts.randomize) - ? (Math.random() + 1) - : 1; - - var timeout = Math.round(random * opts.minTimeout * Math.pow(opts.factor, attempt)); - timeout = Math.min(timeout, opts.maxTimeout); - - return timeout; -}; - -exports.wrap = function(obj, options, methods) { - if (options instanceof Array) { - methods = options; - options = null; - } - - if (!methods) { - methods = []; - for (var key in obj) { - if (typeof obj[key] === 'function') { - methods.push(key); - } - } - } - - for (var i = 0; i < methods.length; i++) { - var method = methods[i]; - var original = obj[method]; - - obj[method] = function retryWrapper(original) { - var op = exports.operation(options); - var args = Array.prototype.slice.call(arguments, 1); - var callback = args.pop(); - - args.push(function(err) { - if (op.retry(err)) { - return; - } - if (err) { - arguments[0] = op.mainError(); - } - callback.apply(this, arguments); - }); - - op.attempt(function() { - original.apply(obj, args); - }); - }.bind(obj, original); - obj[method].options = options; - } -}; diff --git a/software/flow/node_modules/npm/node_modules/retry/lib/retry_operation.js b/software/flow/node_modules/npm/node_modules/retry/lib/retry_operation.js deleted file mode 100644 index 1e56469..0000000 --- a/software/flow/node_modules/npm/node_modules/retry/lib/retry_operation.js +++ /dev/null @@ -1,158 +0,0 @@ -function RetryOperation(timeouts, options) { - // Compatibility for the old (timeouts, retryForever) signature - if (typeof options === 'boolean') { - options = { forever: options }; - } - - this._originalTimeouts = JSON.parse(JSON.stringify(timeouts)); - this._timeouts = timeouts; - this._options = options || {}; - this._maxRetryTime = options && options.maxRetryTime || Infinity; - this._fn = null; - this._errors = []; - this._attempts = 1; - this._operationTimeout = null; - this._operationTimeoutCb = null; - this._timeout = null; - this._operationStart = null; - - if (this._options.forever) { - this._cachedTimeouts = this._timeouts.slice(0); - } -} -module.exports = RetryOperation; - -RetryOperation.prototype.reset = function() { - this._attempts = 1; - this._timeouts = this._originalTimeouts; -} - -RetryOperation.prototype.stop = function() { - if (this._timeout) { - clearTimeout(this._timeout); - } - - this._timeouts = []; - this._cachedTimeouts = null; -}; - -RetryOperation.prototype.retry = function(err) { - if (this._timeout) { - clearTimeout(this._timeout); - } - - if (!err) { - return false; - } - var currentTime = new Date().getTime(); - if (err && currentTime - this._operationStart >= this._maxRetryTime) { - this._errors.unshift(new Error('RetryOperation timeout occurred')); - return false; - } - - this._errors.push(err); - - var timeout = this._timeouts.shift(); - if (timeout === undefined) { - if (this._cachedTimeouts) { - // retry forever, only keep last error - this._errors.splice(this._errors.length - 1, this._errors.length); - this._timeouts = this._cachedTimeouts.slice(0); - timeout = this._timeouts.shift(); - } else { - return false; - } - } - - var self = this; - var timer = setTimeout(function() { - self._attempts++; - - if (self._operationTimeoutCb) { - self._timeout = setTimeout(function() { - self._operationTimeoutCb(self._attempts); - }, self._operationTimeout); - - if (self._options.unref) { - self._timeout.unref(); - } - } - - self._fn(self._attempts); - }, timeout); - - if (this._options.unref) { - timer.unref(); - } - - return true; -}; - -RetryOperation.prototype.attempt = function(fn, timeoutOps) { - this._fn = fn; - - if (timeoutOps) { - if (timeoutOps.timeout) { - this._operationTimeout = timeoutOps.timeout; - } - if (timeoutOps.cb) { - this._operationTimeoutCb = timeoutOps.cb; - } - } - - var self = this; - if (this._operationTimeoutCb) { - this._timeout = setTimeout(function() { - self._operationTimeoutCb(); - }, self._operationTimeout); - } - - this._operationStart = new Date().getTime(); - - this._fn(this._attempts); -}; - -RetryOperation.prototype.try = function(fn) { - console.log('Using RetryOperation.try() is deprecated'); - this.attempt(fn); -}; - -RetryOperation.prototype.start = function(fn) { - console.log('Using RetryOperation.start() is deprecated'); - this.attempt(fn); -}; - -RetryOperation.prototype.start = RetryOperation.prototype.try; - -RetryOperation.prototype.errors = function() { - return this._errors; -}; - -RetryOperation.prototype.attempts = function() { - return this._attempts; -}; - -RetryOperation.prototype.mainError = function() { - if (this._errors.length === 0) { - return null; - } - - var counts = {}; - var mainError = null; - var mainErrorCount = 0; - - for (var i = 0; i < this._errors.length; i++) { - var error = this._errors[i]; - var message = error.message; - var count = (counts[message] || 0) + 1; - - counts[message] = count; - - if (count >= mainErrorCount) { - mainError = error; - mainErrorCount = count; - } - } - - return mainError; -}; diff --git a/software/flow/node_modules/npm/node_modules/retry/package.json b/software/flow/node_modules/npm/node_modules/retry/package.json deleted file mode 100644 index 73c7259..0000000 --- a/software/flow/node_modules/npm/node_modules/retry/package.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "author": "Tim Koschützki <tim@debuggable.com> (http://debuggable.com/)", - "name": "retry", - "description": "Abstraction for exponential and custom retry strategies for failed operations.", - "license": "MIT", - "version": "0.12.0", - "homepage": "https://github.com/tim-kos/node-retry", - "repository": { - "type": "git", - "url": "git://github.com/tim-kos/node-retry.git" - }, - "directories": { - "lib": "./lib" - }, - "main": "index", - "engines": { - "node": ">= 4" - }, - "dependencies": {}, - "devDependencies": { - "fake": "0.2.0", - "istanbul": "^0.4.5", - "tape": "^4.8.0" - }, - "scripts": { - "test": "./node_modules/.bin/istanbul cover ./node_modules/tape/bin/tape ./test/integration/*.js", - "release:major": "env SEMANTIC=major npm run release", - "release:minor": "env SEMANTIC=minor npm run release", - "release:patch": "env SEMANTIC=patch npm run release", - "release": "npm version ${SEMANTIC:-patch} -m \"Release %s\" && git push && git push --tags && npm publish" - } -} diff --git a/software/flow/node_modules/npm/node_modules/retry/test/common.js b/software/flow/node_modules/npm/node_modules/retry/test/common.js deleted file mode 100644 index 2247206..0000000 --- a/software/flow/node_modules/npm/node_modules/retry/test/common.js +++ /dev/null @@ -1,10 +0,0 @@ -var common = module.exports; -var path = require('path'); - -var rootDir = path.join(__dirname, '..'); -common.dir = { - lib: rootDir + '/lib' -}; - -common.assert = require('assert'); -common.fake = require('fake'); \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/retry/test/integration/test-forever.js b/software/flow/node_modules/npm/node_modules/retry/test/integration/test-forever.js deleted file mode 100644 index b41307c..0000000 --- a/software/flow/node_modules/npm/node_modules/retry/test/integration/test-forever.js +++ /dev/null @@ -1,24 +0,0 @@ -var common = require('../common'); -var assert = common.assert; -var retry = require(common.dir.lib + '/retry'); - -(function testForeverUsesFirstTimeout() { - var operation = retry.operation({ - retries: 0, - minTimeout: 100, - maxTimeout: 100, - forever: true - }); - - operation.attempt(function(numAttempt) { - console.log('>numAttempt', numAttempt); - var err = new Error("foo"); - if (numAttempt == 10) { - operation.stop(); - } - - if (operation.retry(err)) { - return; - } - }); -})(); diff --git a/software/flow/node_modules/npm/node_modules/retry/test/integration/test-retry-operation.js b/software/flow/node_modules/npm/node_modules/retry/test/integration/test-retry-operation.js deleted file mode 100644 index e351bb6..0000000 --- a/software/flow/node_modules/npm/node_modules/retry/test/integration/test-retry-operation.js +++ /dev/null @@ -1,258 +0,0 @@ -var common = require('../common'); -var assert = common.assert; -var fake = common.fake.create(); -var retry = require(common.dir.lib + '/retry'); - -(function testReset() { - var error = new Error('some error'); - var operation = retry.operation([1, 2, 3]); - var attempts = 0; - - var finalCallback = fake.callback('finalCallback'); - fake.expectAnytime(finalCallback); - - var expectedFinishes = 1; - var finishes = 0; - - var fn = function() { - operation.attempt(function(currentAttempt) { - attempts++; - assert.equal(currentAttempt, attempts); - if (operation.retry(error)) { - return; - } - - finishes++ - assert.equal(expectedFinishes, finishes); - assert.strictEqual(attempts, 4); - assert.strictEqual(operation.attempts(), attempts); - assert.strictEqual(operation.mainError(), error); - - if (finishes < 2) { - attempts = 0; - expectedFinishes++; - operation.reset(); - fn() - } else { - finalCallback(); - } - }); - }; - - fn(); -})(); - -(function testErrors() { - var operation = retry.operation(); - - var error = new Error('some error'); - var error2 = new Error('some other error'); - operation._errors.push(error); - operation._errors.push(error2); - - assert.deepEqual(operation.errors(), [error, error2]); -})(); - -(function testMainErrorReturnsMostFrequentError() { - var operation = retry.operation(); - var error = new Error('some error'); - var error2 = new Error('some other error'); - - operation._errors.push(error); - operation._errors.push(error2); - operation._errors.push(error); - - assert.strictEqual(operation.mainError(), error); -})(); - -(function testMainErrorReturnsLastErrorOnEqualCount() { - var operation = retry.operation(); - var error = new Error('some error'); - var error2 = new Error('some other error'); - - operation._errors.push(error); - operation._errors.push(error2); - - assert.strictEqual(operation.mainError(), error2); -})(); - -(function testAttempt() { - var operation = retry.operation(); - var fn = new Function(); - - var timeoutOpts = { - timeout: 1, - cb: function() {} - }; - operation.attempt(fn, timeoutOpts); - - assert.strictEqual(fn, operation._fn); - assert.strictEqual(timeoutOpts.timeout, operation._operationTimeout); - assert.strictEqual(timeoutOpts.cb, operation._operationTimeoutCb); -})(); - -(function testRetry() { - var error = new Error('some error'); - var operation = retry.operation([1, 2, 3]); - var attempts = 0; - - var finalCallback = fake.callback('finalCallback'); - fake.expectAnytime(finalCallback); - - var fn = function() { - operation.attempt(function(currentAttempt) { - attempts++; - assert.equal(currentAttempt, attempts); - if (operation.retry(error)) { - return; - } - - assert.strictEqual(attempts, 4); - assert.strictEqual(operation.attempts(), attempts); - assert.strictEqual(operation.mainError(), error); - finalCallback(); - }); - }; - - fn(); -})(); - -(function testRetryForever() { - var error = new Error('some error'); - var operation = retry.operation({ retries: 3, forever: true }); - var attempts = 0; - - var finalCallback = fake.callback('finalCallback'); - fake.expectAnytime(finalCallback); - - var fn = function() { - operation.attempt(function(currentAttempt) { - attempts++; - assert.equal(currentAttempt, attempts); - if (attempts !== 6 && operation.retry(error)) { - return; - } - - assert.strictEqual(attempts, 6); - assert.strictEqual(operation.attempts(), attempts); - assert.strictEqual(operation.mainError(), error); - finalCallback(); - }); - }; - - fn(); -})(); - -(function testRetryForeverNoRetries() { - var error = new Error('some error'); - var delay = 50 - var operation = retry.operation({ - retries: null, - forever: true, - minTimeout: delay, - maxTimeout: delay - }); - - var attempts = 0; - var startTime = new Date().getTime(); - - var finalCallback = fake.callback('finalCallback'); - fake.expectAnytime(finalCallback); - - var fn = function() { - operation.attempt(function(currentAttempt) { - attempts++; - assert.equal(currentAttempt, attempts); - if (attempts !== 4 && operation.retry(error)) { - return; - } - - var endTime = new Date().getTime(); - var minTime = startTime + (delay * 3); - var maxTime = minTime + 20 // add a little headroom for code execution time - assert(endTime >= minTime) - assert(endTime < maxTime) - assert.strictEqual(attempts, 4); - assert.strictEqual(operation.attempts(), attempts); - assert.strictEqual(operation.mainError(), error); - finalCallback(); - }); - }; - - fn(); -})(); - -(function testStop() { - var error = new Error('some error'); - var operation = retry.operation([1, 2, 3]); - var attempts = 0; - - var finalCallback = fake.callback('finalCallback'); - fake.expectAnytime(finalCallback); - - var fn = function() { - operation.attempt(function(currentAttempt) { - attempts++; - assert.equal(currentAttempt, attempts); - - if (attempts === 2) { - operation.stop(); - - assert.strictEqual(attempts, 2); - assert.strictEqual(operation.attempts(), attempts); - assert.strictEqual(operation.mainError(), error); - finalCallback(); - } - - if (operation.retry(error)) { - return; - } - }); - }; - - fn(); -})(); - -(function testMaxRetryTime() { - var error = new Error('some error'); - var maxRetryTime = 30; - var operation = retry.operation({ - minTimeout: 1, - maxRetryTime: maxRetryTime - }); - var attempts = 0; - - var finalCallback = fake.callback('finalCallback'); - fake.expectAnytime(finalCallback); - - var longAsyncFunction = function (wait, callback){ - setTimeout(callback, wait); - }; - - var fn = function() { - var startTime = new Date().getTime(); - operation.attempt(function(currentAttempt) { - attempts++; - assert.equal(currentAttempt, attempts); - - if (attempts !== 2) { - if (operation.retry(error)) { - return; - } - } else { - var curTime = new Date().getTime(); - longAsyncFunction(maxRetryTime - (curTime - startTime - 1), function(){ - if (operation.retry(error)) { - assert.fail('timeout should be occurred'); - return; - } - - assert.strictEqual(operation.mainError(), error); - finalCallback(); - }); - } - }); - }; - - fn(); -})(); diff --git a/software/flow/node_modules/npm/node_modules/retry/test/integration/test-retry-wrap.js b/software/flow/node_modules/npm/node_modules/retry/test/integration/test-retry-wrap.js deleted file mode 100644 index 3d2b6bf..0000000 --- a/software/flow/node_modules/npm/node_modules/retry/test/integration/test-retry-wrap.js +++ /dev/null @@ -1,101 +0,0 @@ -var common = require('../common'); -var assert = common.assert; -var fake = common.fake.create(); -var retry = require(common.dir.lib + '/retry'); - -function getLib() { - return { - fn1: function() {}, - fn2: function() {}, - fn3: function() {} - }; -} - -(function wrapAll() { - var lib = getLib(); - retry.wrap(lib); - assert.equal(lib.fn1.name, 'bound retryWrapper'); - assert.equal(lib.fn2.name, 'bound retryWrapper'); - assert.equal(lib.fn3.name, 'bound retryWrapper'); -}()); - -(function wrapAllPassOptions() { - var lib = getLib(); - retry.wrap(lib, {retries: 2}); - assert.equal(lib.fn1.name, 'bound retryWrapper'); - assert.equal(lib.fn2.name, 'bound retryWrapper'); - assert.equal(lib.fn3.name, 'bound retryWrapper'); - assert.equal(lib.fn1.options.retries, 2); - assert.equal(lib.fn2.options.retries, 2); - assert.equal(lib.fn3.options.retries, 2); -}()); - -(function wrapDefined() { - var lib = getLib(); - retry.wrap(lib, ['fn2', 'fn3']); - assert.notEqual(lib.fn1.name, 'bound retryWrapper'); - assert.equal(lib.fn2.name, 'bound retryWrapper'); - assert.equal(lib.fn3.name, 'bound retryWrapper'); -}()); - -(function wrapDefinedAndPassOptions() { - var lib = getLib(); - retry.wrap(lib, {retries: 2}, ['fn2', 'fn3']); - assert.notEqual(lib.fn1.name, 'bound retryWrapper'); - assert.equal(lib.fn2.name, 'bound retryWrapper'); - assert.equal(lib.fn3.name, 'bound retryWrapper'); - assert.equal(lib.fn2.options.retries, 2); - assert.equal(lib.fn3.options.retries, 2); -}()); - -(function runWrappedWithoutError() { - var callbackCalled; - var lib = {method: function(a, b, callback) { - assert.equal(a, 1); - assert.equal(b, 2); - assert.equal(typeof callback, 'function'); - callback(); - }}; - retry.wrap(lib); - lib.method(1, 2, function() { - callbackCalled = true; - }); - assert.ok(callbackCalled); -}()); - -(function runWrappedSeveralWithoutError() { - var callbacksCalled = 0; - var lib = { - fn1: function (a, callback) { - assert.equal(a, 1); - assert.equal(typeof callback, 'function'); - callback(); - }, - fn2: function (a, callback) { - assert.equal(a, 2); - assert.equal(typeof callback, 'function'); - callback(); - } - }; - retry.wrap(lib, {}, ['fn1', 'fn2']); - lib.fn1(1, function() { - callbacksCalled++; - }); - lib.fn2(2, function() { - callbacksCalled++; - }); - assert.equal(callbacksCalled, 2); -}()); - -(function runWrappedWithError() { - var callbackCalled; - var lib = {method: function(callback) { - callback(new Error('Some error')); - }}; - retry.wrap(lib, {retries: 1}); - lib.method(function(err) { - callbackCalled = true; - assert.ok(err instanceof Error); - }); - assert.ok(!callbackCalled); -}()); diff --git a/software/flow/node_modules/npm/node_modules/retry/test/integration/test-timeouts.js b/software/flow/node_modules/npm/node_modules/retry/test/integration/test-timeouts.js deleted file mode 100644 index 7206b0f..0000000 --- a/software/flow/node_modules/npm/node_modules/retry/test/integration/test-timeouts.js +++ /dev/null @@ -1,69 +0,0 @@ -var common = require('../common'); -var assert = common.assert; -var retry = require(common.dir.lib + '/retry'); - -(function testDefaultValues() { - var timeouts = retry.timeouts(); - - assert.equal(timeouts.length, 10); - assert.equal(timeouts[0], 1000); - assert.equal(timeouts[1], 2000); - assert.equal(timeouts[2], 4000); -})(); - -(function testDefaultValuesWithRandomize() { - var minTimeout = 5000; - var timeouts = retry.timeouts({ - minTimeout: minTimeout, - randomize: true - }); - - assert.equal(timeouts.length, 10); - assert.ok(timeouts[0] > minTimeout); - assert.ok(timeouts[1] > timeouts[0]); - assert.ok(timeouts[2] > timeouts[1]); -})(); - -(function testPassedTimeoutsAreUsed() { - var timeoutsArray = [1000, 2000, 3000]; - var timeouts = retry.timeouts(timeoutsArray); - assert.deepEqual(timeouts, timeoutsArray); - assert.notStrictEqual(timeouts, timeoutsArray); -})(); - -(function testTimeoutsAreWithinBoundaries() { - var minTimeout = 1000; - var maxTimeout = 10000; - var timeouts = retry.timeouts({ - minTimeout: minTimeout, - maxTimeout: maxTimeout - }); - for (var i = 0; i < timeouts; i++) { - assert.ok(timeouts[i] >= minTimeout); - assert.ok(timeouts[i] <= maxTimeout); - } -})(); - -(function testTimeoutsAreIncremental() { - var timeouts = retry.timeouts(); - var lastTimeout = timeouts[0]; - for (var i = 0; i < timeouts; i++) { - assert.ok(timeouts[i] > lastTimeout); - lastTimeout = timeouts[i]; - } -})(); - -(function testTimeoutsAreIncrementalForFactorsLessThanOne() { - var timeouts = retry.timeouts({ - retries: 3, - factor: 0.5 - }); - - var expected = [250, 500, 1000]; - assert.deepEqual(expected, timeouts); -})(); - -(function testRetries() { - var timeouts = retry.timeouts({retries: 2}); - assert.strictEqual(timeouts.length, 2); -})(); diff --git a/software/flow/node_modules/npm/node_modules/rimraf/LICENSE b/software/flow/node_modules/npm/node_modules/rimraf/LICENSE deleted file mode 100644 index 19129e3..0000000 --- a/software/flow/node_modules/npm/node_modules/rimraf/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -The ISC License - -Copyright (c) Isaac Z. Schlueter and Contributors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/rimraf/README.md b/software/flow/node_modules/npm/node_modules/rimraf/README.md deleted file mode 100644 index 423b8cf..0000000 --- a/software/flow/node_modules/npm/node_modules/rimraf/README.md +++ /dev/null @@ -1,101 +0,0 @@ -[![Build Status](https://travis-ci.org/isaacs/rimraf.svg?branch=master)](https://travis-ci.org/isaacs/rimraf) [![Dependency Status](https://david-dm.org/isaacs/rimraf.svg)](https://david-dm.org/isaacs/rimraf) [![devDependency Status](https://david-dm.org/isaacs/rimraf/dev-status.svg)](https://david-dm.org/isaacs/rimraf#info=devDependencies) - -The [UNIX command](http://en.wikipedia.org/wiki/Rm_(Unix)) `rm -rf` for node. - -Install with `npm install rimraf`, or just drop rimraf.js somewhere. - -## API - -`rimraf(f, [opts], callback)` - -The first parameter will be interpreted as a globbing pattern for files. If you -want to disable globbing you can do so with `opts.disableGlob` (defaults to -`false`). This might be handy, for instance, if you have filenames that contain -globbing wildcard characters. - -The callback will be called with an error if there is one. Certain -errors are handled for you: - -* Windows: `EBUSY` and `ENOTEMPTY` - rimraf will back off a maximum of - `opts.maxBusyTries` times before giving up, adding 100ms of wait - between each attempt. The default `maxBusyTries` is 3. -* `ENOENT` - If the file doesn't exist, rimraf will return - successfully, since your desired outcome is already the case. -* `EMFILE` - Since `readdir` requires opening a file descriptor, it's - possible to hit `EMFILE` if too many file descriptors are in use. - In the sync case, there's nothing to be done for this. But in the - async case, rimraf will gradually back off with timeouts up to - `opts.emfileWait` ms, which defaults to 1000. - -## options - -* unlink, chmod, stat, lstat, rmdir, readdir, - unlinkSync, chmodSync, statSync, lstatSync, rmdirSync, readdirSync - - In order to use a custom file system library, you can override - specific fs functions on the options object. - - If any of these functions are present on the options object, then - the supplied function will be used instead of the default fs - method. - - Sync methods are only relevant for `rimraf.sync()`, of course. - - For example: - - ```javascript - var myCustomFS = require('some-custom-fs') - - rimraf('some-thing', myCustomFS, callback) - ``` - -* maxBusyTries - - If an `EBUSY`, `ENOTEMPTY`, or `EPERM` error code is encountered - on Windows systems, then rimraf will retry with a linear backoff - wait of 100ms longer on each try. The default maxBusyTries is 3. - - Only relevant for async usage. - -* emfileWait - - If an `EMFILE` error is encountered, then rimraf will retry - repeatedly with a linear backoff of 1ms longer on each try, until - the timeout counter hits this max. The default limit is 1000. - - If you repeatedly encounter `EMFILE` errors, then consider using - [graceful-fs](http://npm.im/graceful-fs) in your program. - - Only relevant for async usage. - -* glob - - Set to `false` to disable [glob](http://npm.im/glob) pattern - matching. - - Set to an object to pass options to the glob module. The default - glob options are `{ nosort: true, silent: true }`. - - Glob version 6 is used in this module. - - Relevant for both sync and async usage. - -* disableGlob - - Set to any non-falsey value to disable globbing entirely. - (Equivalent to setting `glob: false`.) - -## rimraf.sync - -It can remove stuff synchronously, too. But that's not so good. Use -the async API. It's better. - -## CLI - -If installed with `npm install rimraf -g` it can be used as a global -command `rimraf <path> [<path> ...]` which is useful for cross platform support. - -## mkdirp - -If you need to create a directory recursively, check out -[mkdirp](https://github.com/substack/node-mkdirp). diff --git a/software/flow/node_modules/npm/node_modules/rimraf/bin.js b/software/flow/node_modules/npm/node_modules/rimraf/bin.js deleted file mode 100755 index 023814c..0000000 --- a/software/flow/node_modules/npm/node_modules/rimraf/bin.js +++ /dev/null @@ -1,68 +0,0 @@ -#!/usr/bin/env node - -const rimraf = require('./') - -const path = require('path') - -const isRoot = arg => /^(\/|[a-zA-Z]:\\)$/.test(path.resolve(arg)) -const filterOutRoot = arg => { - const ok = preserveRoot === false || !isRoot(arg) - if (!ok) { - console.error(`refusing to remove ${arg}`) - console.error('Set --no-preserve-root to allow this') - } - return ok -} - -let help = false -let dashdash = false -let noglob = false -let preserveRoot = true -const args = process.argv.slice(2).filter(arg => { - if (dashdash) - return !!arg - else if (arg === '--') - dashdash = true - else if (arg === '--no-glob' || arg === '-G') - noglob = true - else if (arg === '--glob' || arg === '-g') - noglob = false - else if (arg.match(/^(-+|\/)(h(elp)?|\?)$/)) - help = true - else if (arg === '--preserve-root') - preserveRoot = true - else if (arg === '--no-preserve-root') - preserveRoot = false - else - return !!arg -}).filter(arg => !preserveRoot || filterOutRoot(arg)) - -const go = n => { - if (n >= args.length) - return - const options = noglob ? { glob: false } : {} - rimraf(args[n], options, er => { - if (er) - throw er - go(n+1) - }) -} - -if (help || args.length === 0) { - // If they didn't ask for help, then this is not a "success" - const log = help ? console.log : console.error - log('Usage: rimraf <path> [<path> ...]') - log('') - log(' Deletes all files and folders at "path" recursively.') - log('') - log('Options:') - log('') - log(' -h, --help Display this usage info') - log(' -G, --no-glob Do not expand glob patterns in arguments') - log(' -g, --glob Expand glob patterns in arguments (default)') - log(' --preserve-root Do not remove \'/\' (default)') - log(' --no-preserve-root Do not treat \'/\' specially') - log(' -- Stop parsing flags') - process.exit(help ? 0 : 1) -} else - go(0) diff --git a/software/flow/node_modules/npm/node_modules/rimraf/node_modules/brace-expansion/LICENSE b/software/flow/node_modules/npm/node_modules/rimraf/node_modules/brace-expansion/LICENSE deleted file mode 100644 index de32266..0000000 --- a/software/flow/node_modules/npm/node_modules/rimraf/node_modules/brace-expansion/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2013 Julian Gruber <julian@juliangruber.com> - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/rimraf/node_modules/brace-expansion/index.js b/software/flow/node_modules/npm/node_modules/rimraf/node_modules/brace-expansion/index.js deleted file mode 100644 index 0478be8..0000000 --- a/software/flow/node_modules/npm/node_modules/rimraf/node_modules/brace-expansion/index.js +++ /dev/null @@ -1,201 +0,0 @@ -var concatMap = require('concat-map'); -var balanced = require('balanced-match'); - -module.exports = expandTop; - -var escSlash = '\0SLASH'+Math.random()+'\0'; -var escOpen = '\0OPEN'+Math.random()+'\0'; -var escClose = '\0CLOSE'+Math.random()+'\0'; -var escComma = '\0COMMA'+Math.random()+'\0'; -var escPeriod = '\0PERIOD'+Math.random()+'\0'; - -function numeric(str) { - return parseInt(str, 10) == str - ? parseInt(str, 10) - : str.charCodeAt(0); -} - -function escapeBraces(str) { - return str.split('\\\\').join(escSlash) - .split('\\{').join(escOpen) - .split('\\}').join(escClose) - .split('\\,').join(escComma) - .split('\\.').join(escPeriod); -} - -function unescapeBraces(str) { - return str.split(escSlash).join('\\') - .split(escOpen).join('{') - .split(escClose).join('}') - .split(escComma).join(',') - .split(escPeriod).join('.'); -} - - -// Basically just str.split(","), but handling cases -// where we have nested braced sections, which should be -// treated as individual members, like {a,{b,c},d} -function parseCommaParts(str) { - if (!str) - return ['']; - - var parts = []; - var m = balanced('{', '}', str); - - if (!m) - return str.split(','); - - var pre = m.pre; - var body = m.body; - var post = m.post; - var p = pre.split(','); - - p[p.length-1] += '{' + body + '}'; - var postParts = parseCommaParts(post); - if (post.length) { - p[p.length-1] += postParts.shift(); - p.push.apply(p, postParts); - } - - parts.push.apply(parts, p); - - return parts; -} - -function expandTop(str) { - if (!str) - return []; - - // I don't know why Bash 4.3 does this, but it does. - // Anything starting with {} will have the first two bytes preserved - // but *only* at the top level, so {},a}b will not expand to anything, - // but a{},b}c will be expanded to [a}c,abc]. - // One could argue that this is a bug in Bash, but since the goal of - // this module is to match Bash's rules, we escape a leading {} - if (str.substr(0, 2) === '{}') { - str = '\\{\\}' + str.substr(2); - } - - return expand(escapeBraces(str), true).map(unescapeBraces); -} - -function identity(e) { - return e; -} - -function embrace(str) { - return '{' + str + '}'; -} -function isPadded(el) { - return /^-?0\d/.test(el); -} - -function lte(i, y) { - return i <= y; -} -function gte(i, y) { - return i >= y; -} - -function expand(str, isTop) { - var expansions = []; - - var m = balanced('{', '}', str); - if (!m || /\$$/.test(m.pre)) return [str]; - - var isNumericSequence = /^-?\d+\.\.-?\d+(?:\.\.-?\d+)?$/.test(m.body); - var isAlphaSequence = /^[a-zA-Z]\.\.[a-zA-Z](?:\.\.-?\d+)?$/.test(m.body); - var isSequence = isNumericSequence || isAlphaSequence; - var isOptions = m.body.indexOf(',') >= 0; - if (!isSequence && !isOptions) { - // {a},b} - if (m.post.match(/,.*\}/)) { - str = m.pre + '{' + m.body + escClose + m.post; - return expand(str); - } - return [str]; - } - - var n; - if (isSequence) { - n = m.body.split(/\.\./); - } else { - n = parseCommaParts(m.body); - if (n.length === 1) { - // x{{a,b}}y ==> x{a}y x{b}y - n = expand(n[0], false).map(embrace); - if (n.length === 1) { - var post = m.post.length - ? expand(m.post, false) - : ['']; - return post.map(function(p) { - return m.pre + n[0] + p; - }); - } - } - } - - // at this point, n is the parts, and we know it's not a comma set - // with a single entry. - - // no need to expand pre, since it is guaranteed to be free of brace-sets - var pre = m.pre; - var post = m.post.length - ? expand(m.post, false) - : ['']; - - var N; - - if (isSequence) { - var x = numeric(n[0]); - var y = numeric(n[1]); - var width = Math.max(n[0].length, n[1].length) - var incr = n.length == 3 - ? Math.abs(numeric(n[2])) - : 1; - var test = lte; - var reverse = y < x; - if (reverse) { - incr *= -1; - test = gte; - } - var pad = n.some(isPadded); - - N = []; - - for (var i = x; test(i, y); i += incr) { - var c; - if (isAlphaSequence) { - c = String.fromCharCode(i); - if (c === '\\') - c = ''; - } else { - c = String(i); - if (pad) { - var need = width - c.length; - if (need > 0) { - var z = new Array(need + 1).join('0'); - if (i < 0) - c = '-' + z + c.slice(1); - else - c = z + c; - } - } - } - N.push(c); - } - } else { - N = concatMap(n, function(el) { return expand(el, false) }); - } - - for (var j = 0; j < N.length; j++) { - for (var k = 0; k < post.length; k++) { - var expansion = pre + N[j] + post[k]; - if (!isTop || isSequence || expansion) - expansions.push(expansion); - } - } - - return expansions; -} - diff --git a/software/flow/node_modules/npm/node_modules/rimraf/node_modules/brace-expansion/package.json b/software/flow/node_modules/npm/node_modules/rimraf/node_modules/brace-expansion/package.json deleted file mode 100644 index a18faa8..0000000 --- a/software/flow/node_modules/npm/node_modules/rimraf/node_modules/brace-expansion/package.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "name": "brace-expansion", - "description": "Brace expansion as known from sh/bash", - "version": "1.1.11", - "repository": { - "type": "git", - "url": "git://github.com/juliangruber/brace-expansion.git" - }, - "homepage": "https://github.com/juliangruber/brace-expansion", - "main": "index.js", - "scripts": { - "test": "tape test/*.js", - "gentest": "bash test/generate.sh", - "bench": "matcha test/perf/bench.js" - }, - "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - }, - "devDependencies": { - "matcha": "^0.7.0", - "tape": "^4.6.0" - }, - "keywords": [], - "author": { - "name": "Julian Gruber", - "email": "mail@juliangruber.com", - "url": "http://juliangruber.com" - }, - "license": "MIT", - "testling": { - "files": "test/*.js", - "browsers": [ - "ie/8..latest", - "firefox/20..latest", - "firefox/nightly", - "chrome/25..latest", - "chrome/canary", - "opera/12..latest", - "opera/next", - "safari/5.1..latest", - "ipad/6.0..latest", - "iphone/6.0..latest", - "android-browser/4.2..latest" - ] - } -} diff --git a/software/flow/node_modules/npm/node_modules/rimraf/node_modules/glob/LICENSE b/software/flow/node_modules/npm/node_modules/rimraf/node_modules/glob/LICENSE deleted file mode 100644 index 42ca266..0000000 --- a/software/flow/node_modules/npm/node_modules/rimraf/node_modules/glob/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The ISC License - -Copyright (c) Isaac Z. Schlueter and Contributors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - -## Glob Logo - -Glob's logo created by Tanya Brassie <http://tanyabrassie.com/>, licensed -under a Creative Commons Attribution-ShareAlike 4.0 International License -https://creativecommons.org/licenses/by-sa/4.0/ diff --git a/software/flow/node_modules/npm/node_modules/rimraf/node_modules/glob/common.js b/software/flow/node_modules/npm/node_modules/rimraf/node_modules/glob/common.js deleted file mode 100644 index 424c46e..0000000 --- a/software/flow/node_modules/npm/node_modules/rimraf/node_modules/glob/common.js +++ /dev/null @@ -1,238 +0,0 @@ -exports.setopts = setopts -exports.ownProp = ownProp -exports.makeAbs = makeAbs -exports.finish = finish -exports.mark = mark -exports.isIgnored = isIgnored -exports.childrenIgnored = childrenIgnored - -function ownProp (obj, field) { - return Object.prototype.hasOwnProperty.call(obj, field) -} - -var fs = require("fs") -var path = require("path") -var minimatch = require("minimatch") -var isAbsolute = require("path-is-absolute") -var Minimatch = minimatch.Minimatch - -function alphasort (a, b) { - return a.localeCompare(b, 'en') -} - -function setupIgnores (self, options) { - self.ignore = options.ignore || [] - - if (!Array.isArray(self.ignore)) - self.ignore = [self.ignore] - - if (self.ignore.length) { - self.ignore = self.ignore.map(ignoreMap) - } -} - -// ignore patterns are always in dot:true mode. -function ignoreMap (pattern) { - var gmatcher = null - if (pattern.slice(-3) === '/**') { - var gpattern = pattern.replace(/(\/\*\*)+$/, '') - gmatcher = new Minimatch(gpattern, { dot: true }) - } - - return { - matcher: new Minimatch(pattern, { dot: true }), - gmatcher: gmatcher - } -} - -function setopts (self, pattern, options) { - if (!options) - options = {} - - // base-matching: just use globstar for that. - if (options.matchBase && -1 === pattern.indexOf("/")) { - if (options.noglobstar) { - throw new Error("base matching requires globstar") - } - pattern = "**/" + pattern - } - - self.silent = !!options.silent - self.pattern = pattern - self.strict = options.strict !== false - self.realpath = !!options.realpath - self.realpathCache = options.realpathCache || Object.create(null) - self.follow = !!options.follow - self.dot = !!options.dot - self.mark = !!options.mark - self.nodir = !!options.nodir - if (self.nodir) - self.mark = true - self.sync = !!options.sync - self.nounique = !!options.nounique - self.nonull = !!options.nonull - self.nosort = !!options.nosort - self.nocase = !!options.nocase - self.stat = !!options.stat - self.noprocess = !!options.noprocess - self.absolute = !!options.absolute - self.fs = options.fs || fs - - self.maxLength = options.maxLength || Infinity - self.cache = options.cache || Object.create(null) - self.statCache = options.statCache || Object.create(null) - self.symlinks = options.symlinks || Object.create(null) - - setupIgnores(self, options) - - self.changedCwd = false - var cwd = process.cwd() - if (!ownProp(options, "cwd")) - self.cwd = cwd - else { - self.cwd = path.resolve(options.cwd) - self.changedCwd = self.cwd !== cwd - } - - self.root = options.root || path.resolve(self.cwd, "/") - self.root = path.resolve(self.root) - if (process.platform === "win32") - self.root = self.root.replace(/\\/g, "/") - - // TODO: is an absolute `cwd` supposed to be resolved against `root`? - // e.g. { cwd: '/test', root: __dirname } === path.join(__dirname, '/test') - self.cwdAbs = isAbsolute(self.cwd) ? self.cwd : makeAbs(self, self.cwd) - if (process.platform === "win32") - self.cwdAbs = self.cwdAbs.replace(/\\/g, "/") - self.nomount = !!options.nomount - - // disable comments and negation in Minimatch. - // Note that they are not supported in Glob itself anyway. - options.nonegate = true - options.nocomment = true - // always treat \ in patterns as escapes, not path separators - options.allowWindowsEscape = false - - self.minimatch = new Minimatch(pattern, options) - self.options = self.minimatch.options -} - -function finish (self) { - var nou = self.nounique - var all = nou ? [] : Object.create(null) - - for (var i = 0, l = self.matches.length; i < l; i ++) { - var matches = self.matches[i] - if (!matches || Object.keys(matches).length === 0) { - if (self.nonull) { - // do like the shell, and spit out the literal glob - var literal = self.minimatch.globSet[i] - if (nou) - all.push(literal) - else - all[literal] = true - } - } else { - // had matches - var m = Object.keys(matches) - if (nou) - all.push.apply(all, m) - else - m.forEach(function (m) { - all[m] = true - }) - } - } - - if (!nou) - all = Object.keys(all) - - if (!self.nosort) - all = all.sort(alphasort) - - // at *some* point we statted all of these - if (self.mark) { - for (var i = 0; i < all.length; i++) { - all[i] = self._mark(all[i]) - } - if (self.nodir) { - all = all.filter(function (e) { - var notDir = !(/\/$/.test(e)) - var c = self.cache[e] || self.cache[makeAbs(self, e)] - if (notDir && c) - notDir = c !== 'DIR' && !Array.isArray(c) - return notDir - }) - } - } - - if (self.ignore.length) - all = all.filter(function(m) { - return !isIgnored(self, m) - }) - - self.found = all -} - -function mark (self, p) { - var abs = makeAbs(self, p) - var c = self.cache[abs] - var m = p - if (c) { - var isDir = c === 'DIR' || Array.isArray(c) - var slash = p.slice(-1) === '/' - - if (isDir && !slash) - m += '/' - else if (!isDir && slash) - m = m.slice(0, -1) - - if (m !== p) { - var mabs = makeAbs(self, m) - self.statCache[mabs] = self.statCache[abs] - self.cache[mabs] = self.cache[abs] - } - } - - return m -} - -// lotta situps... -function makeAbs (self, f) { - var abs = f - if (f.charAt(0) === '/') { - abs = path.join(self.root, f) - } else if (isAbsolute(f) || f === '') { - abs = f - } else if (self.changedCwd) { - abs = path.resolve(self.cwd, f) - } else { - abs = path.resolve(f) - } - - if (process.platform === 'win32') - abs = abs.replace(/\\/g, '/') - - return abs -} - - -// Return true, if pattern ends with globstar '**', for the accompanying parent directory. -// Ex:- If node_modules/** is the pattern, add 'node_modules' to ignore list along with it's contents -function isIgnored (self, path) { - if (!self.ignore.length) - return false - - return self.ignore.some(function(item) { - return item.matcher.match(path) || !!(item.gmatcher && item.gmatcher.match(path)) - }) -} - -function childrenIgnored (self, path) { - if (!self.ignore.length) - return false - - return self.ignore.some(function(item) { - return !!(item.gmatcher && item.gmatcher.match(path)) - }) -} diff --git a/software/flow/node_modules/npm/node_modules/rimraf/node_modules/glob/glob.js b/software/flow/node_modules/npm/node_modules/rimraf/node_modules/glob/glob.js deleted file mode 100644 index 37a4d7e..0000000 --- a/software/flow/node_modules/npm/node_modules/rimraf/node_modules/glob/glob.js +++ /dev/null @@ -1,790 +0,0 @@ -// Approach: -// -// 1. Get the minimatch set -// 2. For each pattern in the set, PROCESS(pattern, false) -// 3. Store matches per-set, then uniq them -// -// PROCESS(pattern, inGlobStar) -// Get the first [n] items from pattern that are all strings -// Join these together. This is PREFIX. -// If there is no more remaining, then stat(PREFIX) and -// add to matches if it succeeds. END. -// -// If inGlobStar and PREFIX is symlink and points to dir -// set ENTRIES = [] -// else readdir(PREFIX) as ENTRIES -// If fail, END -// -// with ENTRIES -// If pattern[n] is GLOBSTAR -// // handle the case where the globstar match is empty -// // by pruning it out, and testing the resulting pattern -// PROCESS(pattern[0..n] + pattern[n+1 .. $], false) -// // handle other cases. -// for ENTRY in ENTRIES (not dotfiles) -// // attach globstar + tail onto the entry -// // Mark that this entry is a globstar match -// PROCESS(pattern[0..n] + ENTRY + pattern[n .. $], true) -// -// else // not globstar -// for ENTRY in ENTRIES (not dotfiles, unless pattern[n] is dot) -// Test ENTRY against pattern[n] -// If fails, continue -// If passes, PROCESS(pattern[0..n] + item + pattern[n+1 .. $]) -// -// Caveat: -// Cache all stats and readdirs results to minimize syscall. Since all -// we ever care about is existence and directory-ness, we can just keep -// `true` for files, and [children,...] for directories, or `false` for -// things that don't exist. - -module.exports = glob - -var rp = require('fs.realpath') -var minimatch = require('minimatch') -var Minimatch = minimatch.Minimatch -var inherits = require('inherits') -var EE = require('events').EventEmitter -var path = require('path') -var assert = require('assert') -var isAbsolute = require('path-is-absolute') -var globSync = require('./sync.js') -var common = require('./common.js') -var setopts = common.setopts -var ownProp = common.ownProp -var inflight = require('inflight') -var util = require('util') -var childrenIgnored = common.childrenIgnored -var isIgnored = common.isIgnored - -var once = require('once') - -function glob (pattern, options, cb) { - if (typeof options === 'function') cb = options, options = {} - if (!options) options = {} - - if (options.sync) { - if (cb) - throw new TypeError('callback provided to sync glob') - return globSync(pattern, options) - } - - return new Glob(pattern, options, cb) -} - -glob.sync = globSync -var GlobSync = glob.GlobSync = globSync.GlobSync - -// old api surface -glob.glob = glob - -function extend (origin, add) { - if (add === null || typeof add !== 'object') { - return origin - } - - var keys = Object.keys(add) - var i = keys.length - while (i--) { - origin[keys[i]] = add[keys[i]] - } - return origin -} - -glob.hasMagic = function (pattern, options_) { - var options = extend({}, options_) - options.noprocess = true - - var g = new Glob(pattern, options) - var set = g.minimatch.set - - if (!pattern) - return false - - if (set.length > 1) - return true - - for (var j = 0; j < set[0].length; j++) { - if (typeof set[0][j] !== 'string') - return true - } - - return false -} - -glob.Glob = Glob -inherits(Glob, EE) -function Glob (pattern, options, cb) { - if (typeof options === 'function') { - cb = options - options = null - } - - if (options && options.sync) { - if (cb) - throw new TypeError('callback provided to sync glob') - return new GlobSync(pattern, options) - } - - if (!(this instanceof Glob)) - return new Glob(pattern, options, cb) - - setopts(this, pattern, options) - this._didRealPath = false - - // process each pattern in the minimatch set - var n = this.minimatch.set.length - - // The matches are stored as {<filename>: true,...} so that - // duplicates are automagically pruned. - // Later, we do an Object.keys() on these. - // Keep them as a list so we can fill in when nonull is set. - this.matches = new Array(n) - - if (typeof cb === 'function') { - cb = once(cb) - this.on('error', cb) - this.on('end', function (matches) { - cb(null, matches) - }) - } - - var self = this - this._processing = 0 - - this._emitQueue = [] - this._processQueue = [] - this.paused = false - - if (this.noprocess) - return this - - if (n === 0) - return done() - - var sync = true - for (var i = 0; i < n; i ++) { - this._process(this.minimatch.set[i], i, false, done) - } - sync = false - - function done () { - --self._processing - if (self._processing <= 0) { - if (sync) { - process.nextTick(function () { - self._finish() - }) - } else { - self._finish() - } - } - } -} - -Glob.prototype._finish = function () { - assert(this instanceof Glob) - if (this.aborted) - return - - if (this.realpath && !this._didRealpath) - return this._realpath() - - common.finish(this) - this.emit('end', this.found) -} - -Glob.prototype._realpath = function () { - if (this._didRealpath) - return - - this._didRealpath = true - - var n = this.matches.length - if (n === 0) - return this._finish() - - var self = this - for (var i = 0; i < this.matches.length; i++) - this._realpathSet(i, next) - - function next () { - if (--n === 0) - self._finish() - } -} - -Glob.prototype._realpathSet = function (index, cb) { - var matchset = this.matches[index] - if (!matchset) - return cb() - - var found = Object.keys(matchset) - var self = this - var n = found.length - - if (n === 0) - return cb() - - var set = this.matches[index] = Object.create(null) - found.forEach(function (p, i) { - // If there's a problem with the stat, then it means that - // one or more of the links in the realpath couldn't be - // resolved. just return the abs value in that case. - p = self._makeAbs(p) - rp.realpath(p, self.realpathCache, function (er, real) { - if (!er) - set[real] = true - else if (er.syscall === 'stat') - set[p] = true - else - self.emit('error', er) // srsly wtf right here - - if (--n === 0) { - self.matches[index] = set - cb() - } - }) - }) -} - -Glob.prototype._mark = function (p) { - return common.mark(this, p) -} - -Glob.prototype._makeAbs = function (f) { - return common.makeAbs(this, f) -} - -Glob.prototype.abort = function () { - this.aborted = true - this.emit('abort') -} - -Glob.prototype.pause = function () { - if (!this.paused) { - this.paused = true - this.emit('pause') - } -} - -Glob.prototype.resume = function () { - if (this.paused) { - this.emit('resume') - this.paused = false - if (this._emitQueue.length) { - var eq = this._emitQueue.slice(0) - this._emitQueue.length = 0 - for (var i = 0; i < eq.length; i ++) { - var e = eq[i] - this._emitMatch(e[0], e[1]) - } - } - if (this._processQueue.length) { - var pq = this._processQueue.slice(0) - this._processQueue.length = 0 - for (var i = 0; i < pq.length; i ++) { - var p = pq[i] - this._processing-- - this._process(p[0], p[1], p[2], p[3]) - } - } - } -} - -Glob.prototype._process = function (pattern, index, inGlobStar, cb) { - assert(this instanceof Glob) - assert(typeof cb === 'function') - - if (this.aborted) - return - - this._processing++ - if (this.paused) { - this._processQueue.push([pattern, index, inGlobStar, cb]) - return - } - - //console.error('PROCESS %d', this._processing, pattern) - - // Get the first [n] parts of pattern that are all strings. - var n = 0 - while (typeof pattern[n] === 'string') { - n ++ - } - // now n is the index of the first one that is *not* a string. - - // see if there's anything else - var prefix - switch (n) { - // if not, then this is rather simple - case pattern.length: - this._processSimple(pattern.join('/'), index, cb) - return - - case 0: - // pattern *starts* with some non-trivial item. - // going to readdir(cwd), but not include the prefix in matches. - prefix = null - break - - default: - // pattern has some string bits in the front. - // whatever it starts with, whether that's 'absolute' like /foo/bar, - // or 'relative' like '../baz' - prefix = pattern.slice(0, n).join('/') - break - } - - var remain = pattern.slice(n) - - // get the list of entries. - var read - if (prefix === null) - read = '.' - else if (isAbsolute(prefix) || - isAbsolute(pattern.map(function (p) { - return typeof p === 'string' ? p : '[*]' - }).join('/'))) { - if (!prefix || !isAbsolute(prefix)) - prefix = '/' + prefix - read = prefix - } else - read = prefix - - var abs = this._makeAbs(read) - - //if ignored, skip _processing - if (childrenIgnored(this, read)) - return cb() - - var isGlobStar = remain[0] === minimatch.GLOBSTAR - if (isGlobStar) - this._processGlobStar(prefix, read, abs, remain, index, inGlobStar, cb) - else - this._processReaddir(prefix, read, abs, remain, index, inGlobStar, cb) -} - -Glob.prototype._processReaddir = function (prefix, read, abs, remain, index, inGlobStar, cb) { - var self = this - this._readdir(abs, inGlobStar, function (er, entries) { - return self._processReaddir2(prefix, read, abs, remain, index, inGlobStar, entries, cb) - }) -} - -Glob.prototype._processReaddir2 = function (prefix, read, abs, remain, index, inGlobStar, entries, cb) { - - // if the abs isn't a dir, then nothing can match! - if (!entries) - return cb() - - // It will only match dot entries if it starts with a dot, or if - // dot is set. Stuff like @(.foo|.bar) isn't allowed. - var pn = remain[0] - var negate = !!this.minimatch.negate - var rawGlob = pn._glob - var dotOk = this.dot || rawGlob.charAt(0) === '.' - - var matchedEntries = [] - for (var i = 0; i < entries.length; i++) { - var e = entries[i] - if (e.charAt(0) !== '.' || dotOk) { - var m - if (negate && !prefix) { - m = !e.match(pn) - } else { - m = e.match(pn) - } - if (m) - matchedEntries.push(e) - } - } - - //console.error('prd2', prefix, entries, remain[0]._glob, matchedEntries) - - var len = matchedEntries.length - // If there are no matched entries, then nothing matches. - if (len === 0) - return cb() - - // if this is the last remaining pattern bit, then no need for - // an additional stat *unless* the user has specified mark or - // stat explicitly. We know they exist, since readdir returned - // them. - - if (remain.length === 1 && !this.mark && !this.stat) { - if (!this.matches[index]) - this.matches[index] = Object.create(null) - - for (var i = 0; i < len; i ++) { - var e = matchedEntries[i] - if (prefix) { - if (prefix !== '/') - e = prefix + '/' + e - else - e = prefix + e - } - - if (e.charAt(0) === '/' && !this.nomount) { - e = path.join(this.root, e) - } - this._emitMatch(index, e) - } - // This was the last one, and no stats were needed - return cb() - } - - // now test all matched entries as stand-ins for that part - // of the pattern. - remain.shift() - for (var i = 0; i < len; i ++) { - var e = matchedEntries[i] - var newPattern - if (prefix) { - if (prefix !== '/') - e = prefix + '/' + e - else - e = prefix + e - } - this._process([e].concat(remain), index, inGlobStar, cb) - } - cb() -} - -Glob.prototype._emitMatch = function (index, e) { - if (this.aborted) - return - - if (isIgnored(this, e)) - return - - if (this.paused) { - this._emitQueue.push([index, e]) - return - } - - var abs = isAbsolute(e) ? e : this._makeAbs(e) - - if (this.mark) - e = this._mark(e) - - if (this.absolute) - e = abs - - if (this.matches[index][e]) - return - - if (this.nodir) { - var c = this.cache[abs] - if (c === 'DIR' || Array.isArray(c)) - return - } - - this.matches[index][e] = true - - var st = this.statCache[abs] - if (st) - this.emit('stat', e, st) - - this.emit('match', e) -} - -Glob.prototype._readdirInGlobStar = function (abs, cb) { - if (this.aborted) - return - - // follow all symlinked directories forever - // just proceed as if this is a non-globstar situation - if (this.follow) - return this._readdir(abs, false, cb) - - var lstatkey = 'lstat\0' + abs - var self = this - var lstatcb = inflight(lstatkey, lstatcb_) - - if (lstatcb) - self.fs.lstat(abs, lstatcb) - - function lstatcb_ (er, lstat) { - if (er && er.code === 'ENOENT') - return cb() - - var isSym = lstat && lstat.isSymbolicLink() - self.symlinks[abs] = isSym - - // If it's not a symlink or a dir, then it's definitely a regular file. - // don't bother doing a readdir in that case. - if (!isSym && lstat && !lstat.isDirectory()) { - self.cache[abs] = 'FILE' - cb() - } else - self._readdir(abs, false, cb) - } -} - -Glob.prototype._readdir = function (abs, inGlobStar, cb) { - if (this.aborted) - return - - cb = inflight('readdir\0'+abs+'\0'+inGlobStar, cb) - if (!cb) - return - - //console.error('RD %j %j', +inGlobStar, abs) - if (inGlobStar && !ownProp(this.symlinks, abs)) - return this._readdirInGlobStar(abs, cb) - - if (ownProp(this.cache, abs)) { - var c = this.cache[abs] - if (!c || c === 'FILE') - return cb() - - if (Array.isArray(c)) - return cb(null, c) - } - - var self = this - self.fs.readdir(abs, readdirCb(this, abs, cb)) -} - -function readdirCb (self, abs, cb) { - return function (er, entries) { - if (er) - self._readdirError(abs, er, cb) - else - self._readdirEntries(abs, entries, cb) - } -} - -Glob.prototype._readdirEntries = function (abs, entries, cb) { - if (this.aborted) - return - - // if we haven't asked to stat everything, then just - // assume that everything in there exists, so we can avoid - // having to stat it a second time. - if (!this.mark && !this.stat) { - for (var i = 0; i < entries.length; i ++) { - var e = entries[i] - if (abs === '/') - e = abs + e - else - e = abs + '/' + e - this.cache[e] = true - } - } - - this.cache[abs] = entries - return cb(null, entries) -} - -Glob.prototype._readdirError = function (f, er, cb) { - if (this.aborted) - return - - // handle errors, and cache the information - switch (er.code) { - case 'ENOTSUP': // https://github.com/isaacs/node-glob/issues/205 - case 'ENOTDIR': // totally normal. means it *does* exist. - var abs = this._makeAbs(f) - this.cache[abs] = 'FILE' - if (abs === this.cwdAbs) { - var error = new Error(er.code + ' invalid cwd ' + this.cwd) - error.path = this.cwd - error.code = er.code - this.emit('error', error) - this.abort() - } - break - - case 'ENOENT': // not terribly unusual - case 'ELOOP': - case 'ENAMETOOLONG': - case 'UNKNOWN': - this.cache[this._makeAbs(f)] = false - break - - default: // some unusual error. Treat as failure. - this.cache[this._makeAbs(f)] = false - if (this.strict) { - this.emit('error', er) - // If the error is handled, then we abort - // if not, we threw out of here - this.abort() - } - if (!this.silent) - console.error('glob error', er) - break - } - - return cb() -} - -Glob.prototype._processGlobStar = function (prefix, read, abs, remain, index, inGlobStar, cb) { - var self = this - this._readdir(abs, inGlobStar, function (er, entries) { - self._processGlobStar2(prefix, read, abs, remain, index, inGlobStar, entries, cb) - }) -} - - -Glob.prototype._processGlobStar2 = function (prefix, read, abs, remain, index, inGlobStar, entries, cb) { - //console.error('pgs2', prefix, remain[0], entries) - - // no entries means not a dir, so it can never have matches - // foo.txt/** doesn't match foo.txt - if (!entries) - return cb() - - // test without the globstar, and with every child both below - // and replacing the globstar. - var remainWithoutGlobStar = remain.slice(1) - var gspref = prefix ? [ prefix ] : [] - var noGlobStar = gspref.concat(remainWithoutGlobStar) - - // the noGlobStar pattern exits the inGlobStar state - this._process(noGlobStar, index, false, cb) - - var isSym = this.symlinks[abs] - var len = entries.length - - // If it's a symlink, and we're in a globstar, then stop - if (isSym && inGlobStar) - return cb() - - for (var i = 0; i < len; i++) { - var e = entries[i] - if (e.charAt(0) === '.' && !this.dot) - continue - - // these two cases enter the inGlobStar state - var instead = gspref.concat(entries[i], remainWithoutGlobStar) - this._process(instead, index, true, cb) - - var below = gspref.concat(entries[i], remain) - this._process(below, index, true, cb) - } - - cb() -} - -Glob.prototype._processSimple = function (prefix, index, cb) { - // XXX review this. Shouldn't it be doing the mounting etc - // before doing stat? kinda weird? - var self = this - this._stat(prefix, function (er, exists) { - self._processSimple2(prefix, index, er, exists, cb) - }) -} -Glob.prototype._processSimple2 = function (prefix, index, er, exists, cb) { - - //console.error('ps2', prefix, exists) - - if (!this.matches[index]) - this.matches[index] = Object.create(null) - - // If it doesn't exist, then just mark the lack of results - if (!exists) - return cb() - - if (prefix && isAbsolute(prefix) && !this.nomount) { - var trail = /[\/\\]$/.test(prefix) - if (prefix.charAt(0) === '/') { - prefix = path.join(this.root, prefix) - } else { - prefix = path.resolve(this.root, prefix) - if (trail) - prefix += '/' - } - } - - if (process.platform === 'win32') - prefix = prefix.replace(/\\/g, '/') - - // Mark this as a match - this._emitMatch(index, prefix) - cb() -} - -// Returns either 'DIR', 'FILE', or false -Glob.prototype._stat = function (f, cb) { - var abs = this._makeAbs(f) - var needDir = f.slice(-1) === '/' - - if (f.length > this.maxLength) - return cb() - - if (!this.stat && ownProp(this.cache, abs)) { - var c = this.cache[abs] - - if (Array.isArray(c)) - c = 'DIR' - - // It exists, but maybe not how we need it - if (!needDir || c === 'DIR') - return cb(null, c) - - if (needDir && c === 'FILE') - return cb() - - // otherwise we have to stat, because maybe c=true - // if we know it exists, but not what it is. - } - - var exists - var stat = this.statCache[abs] - if (stat !== undefined) { - if (stat === false) - return cb(null, stat) - else { - var type = stat.isDirectory() ? 'DIR' : 'FILE' - if (needDir && type === 'FILE') - return cb() - else - return cb(null, type, stat) - } - } - - var self = this - var statcb = inflight('stat\0' + abs, lstatcb_) - if (statcb) - self.fs.lstat(abs, statcb) - - function lstatcb_ (er, lstat) { - if (lstat && lstat.isSymbolicLink()) { - // If it's a symlink, then treat it as the target, unless - // the target does not exist, then treat it as a file. - return self.fs.stat(abs, function (er, stat) { - if (er) - self._stat2(f, abs, null, lstat, cb) - else - self._stat2(f, abs, er, stat, cb) - }) - } else { - self._stat2(f, abs, er, lstat, cb) - } - } -} - -Glob.prototype._stat2 = function (f, abs, er, stat, cb) { - if (er && (er.code === 'ENOENT' || er.code === 'ENOTDIR')) { - this.statCache[abs] = false - return cb() - } - - var needDir = f.slice(-1) === '/' - this.statCache[abs] = stat - - if (abs.slice(-1) === '/' && stat && !stat.isDirectory()) - return cb(null, false, stat) - - var c = true - if (stat) - c = stat.isDirectory() ? 'DIR' : 'FILE' - this.cache[abs] = this.cache[abs] || c - - if (needDir && c === 'FILE') - return cb() - - return cb(null, c, stat) -} diff --git a/software/flow/node_modules/npm/node_modules/rimraf/node_modules/glob/package.json b/software/flow/node_modules/npm/node_modules/rimraf/node_modules/glob/package.json deleted file mode 100644 index 5940b64..0000000 --- a/software/flow/node_modules/npm/node_modules/rimraf/node_modules/glob/package.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)", - "name": "glob", - "description": "a little globber", - "version": "7.2.3", - "publishConfig": { - "tag": "v7-legacy" - }, - "repository": { - "type": "git", - "url": "git://github.com/isaacs/node-glob.git" - }, - "main": "glob.js", - "files": [ - "glob.js", - "sync.js", - "common.js" - ], - "engines": { - "node": "*" - }, - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "devDependencies": { - "memfs": "^3.2.0", - "mkdirp": "0", - "rimraf": "^2.2.8", - "tap": "^15.0.6", - "tick": "0.0.6" - }, - "tap": { - "before": "test/00-setup.js", - "after": "test/zz-cleanup.js", - "jobs": 1 - }, - "scripts": { - "prepublish": "npm run benchclean", - "profclean": "rm -f v8.log profile.txt", - "test": "tap", - "test-regen": "npm run profclean && TEST_REGEN=1 node test/00-setup.js", - "bench": "bash benchmark.sh", - "prof": "bash prof.sh && cat profile.txt", - "benchclean": "node benchclean.js" - }, - "license": "ISC", - "funding": { - "url": "https://github.com/sponsors/isaacs" - } -} diff --git a/software/flow/node_modules/npm/node_modules/rimraf/node_modules/glob/sync.js b/software/flow/node_modules/npm/node_modules/rimraf/node_modules/glob/sync.js deleted file mode 100644 index 2c4f480..0000000 --- a/software/flow/node_modules/npm/node_modules/rimraf/node_modules/glob/sync.js +++ /dev/null @@ -1,486 +0,0 @@ -module.exports = globSync -globSync.GlobSync = GlobSync - -var rp = require('fs.realpath') -var minimatch = require('minimatch') -var Minimatch = minimatch.Minimatch -var Glob = require('./glob.js').Glob -var util = require('util') -var path = require('path') -var assert = require('assert') -var isAbsolute = require('path-is-absolute') -var common = require('./common.js') -var setopts = common.setopts -var ownProp = common.ownProp -var childrenIgnored = common.childrenIgnored -var isIgnored = common.isIgnored - -function globSync (pattern, options) { - if (typeof options === 'function' || arguments.length === 3) - throw new TypeError('callback provided to sync glob\n'+ - 'See: https://github.com/isaacs/node-glob/issues/167') - - return new GlobSync(pattern, options).found -} - -function GlobSync (pattern, options) { - if (!pattern) - throw new Error('must provide pattern') - - if (typeof options === 'function' || arguments.length === 3) - throw new TypeError('callback provided to sync glob\n'+ - 'See: https://github.com/isaacs/node-glob/issues/167') - - if (!(this instanceof GlobSync)) - return new GlobSync(pattern, options) - - setopts(this, pattern, options) - - if (this.noprocess) - return this - - var n = this.minimatch.set.length - this.matches = new Array(n) - for (var i = 0; i < n; i ++) { - this._process(this.minimatch.set[i], i, false) - } - this._finish() -} - -GlobSync.prototype._finish = function () { - assert.ok(this instanceof GlobSync) - if (this.realpath) { - var self = this - this.matches.forEach(function (matchset, index) { - var set = self.matches[index] = Object.create(null) - for (var p in matchset) { - try { - p = self._makeAbs(p) - var real = rp.realpathSync(p, self.realpathCache) - set[real] = true - } catch (er) { - if (er.syscall === 'stat') - set[self._makeAbs(p)] = true - else - throw er - } - } - }) - } - common.finish(this) -} - - -GlobSync.prototype._process = function (pattern, index, inGlobStar) { - assert.ok(this instanceof GlobSync) - - // Get the first [n] parts of pattern that are all strings. - var n = 0 - while (typeof pattern[n] === 'string') { - n ++ - } - // now n is the index of the first one that is *not* a string. - - // See if there's anything else - var prefix - switch (n) { - // if not, then this is rather simple - case pattern.length: - this._processSimple(pattern.join('/'), index) - return - - case 0: - // pattern *starts* with some non-trivial item. - // going to readdir(cwd), but not include the prefix in matches. - prefix = null - break - - default: - // pattern has some string bits in the front. - // whatever it starts with, whether that's 'absolute' like /foo/bar, - // or 'relative' like '../baz' - prefix = pattern.slice(0, n).join('/') - break - } - - var remain = pattern.slice(n) - - // get the list of entries. - var read - if (prefix === null) - read = '.' - else if (isAbsolute(prefix) || - isAbsolute(pattern.map(function (p) { - return typeof p === 'string' ? p : '[*]' - }).join('/'))) { - if (!prefix || !isAbsolute(prefix)) - prefix = '/' + prefix - read = prefix - } else - read = prefix - - var abs = this._makeAbs(read) - - //if ignored, skip processing - if (childrenIgnored(this, read)) - return - - var isGlobStar = remain[0] === minimatch.GLOBSTAR - if (isGlobStar) - this._processGlobStar(prefix, read, abs, remain, index, inGlobStar) - else - this._processReaddir(prefix, read, abs, remain, index, inGlobStar) -} - - -GlobSync.prototype._processReaddir = function (prefix, read, abs, remain, index, inGlobStar) { - var entries = this._readdir(abs, inGlobStar) - - // if the abs isn't a dir, then nothing can match! - if (!entries) - return - - // It will only match dot entries if it starts with a dot, or if - // dot is set. Stuff like @(.foo|.bar) isn't allowed. - var pn = remain[0] - var negate = !!this.minimatch.negate - var rawGlob = pn._glob - var dotOk = this.dot || rawGlob.charAt(0) === '.' - - var matchedEntries = [] - for (var i = 0; i < entries.length; i++) { - var e = entries[i] - if (e.charAt(0) !== '.' || dotOk) { - var m - if (negate && !prefix) { - m = !e.match(pn) - } else { - m = e.match(pn) - } - if (m) - matchedEntries.push(e) - } - } - - var len = matchedEntries.length - // If there are no matched entries, then nothing matches. - if (len === 0) - return - - // if this is the last remaining pattern bit, then no need for - // an additional stat *unless* the user has specified mark or - // stat explicitly. We know they exist, since readdir returned - // them. - - if (remain.length === 1 && !this.mark && !this.stat) { - if (!this.matches[index]) - this.matches[index] = Object.create(null) - - for (var i = 0; i < len; i ++) { - var e = matchedEntries[i] - if (prefix) { - if (prefix.slice(-1) !== '/') - e = prefix + '/' + e - else - e = prefix + e - } - - if (e.charAt(0) === '/' && !this.nomount) { - e = path.join(this.root, e) - } - this._emitMatch(index, e) - } - // This was the last one, and no stats were needed - return - } - - // now test all matched entries as stand-ins for that part - // of the pattern. - remain.shift() - for (var i = 0; i < len; i ++) { - var e = matchedEntries[i] - var newPattern - if (prefix) - newPattern = [prefix, e] - else - newPattern = [e] - this._process(newPattern.concat(remain), index, inGlobStar) - } -} - - -GlobSync.prototype._emitMatch = function (index, e) { - if (isIgnored(this, e)) - return - - var abs = this._makeAbs(e) - - if (this.mark) - e = this._mark(e) - - if (this.absolute) { - e = abs - } - - if (this.matches[index][e]) - return - - if (this.nodir) { - var c = this.cache[abs] - if (c === 'DIR' || Array.isArray(c)) - return - } - - this.matches[index][e] = true - - if (this.stat) - this._stat(e) -} - - -GlobSync.prototype._readdirInGlobStar = function (abs) { - // follow all symlinked directories forever - // just proceed as if this is a non-globstar situation - if (this.follow) - return this._readdir(abs, false) - - var entries - var lstat - var stat - try { - lstat = this.fs.lstatSync(abs) - } catch (er) { - if (er.code === 'ENOENT') { - // lstat failed, doesn't exist - return null - } - } - - var isSym = lstat && lstat.isSymbolicLink() - this.symlinks[abs] = isSym - - // If it's not a symlink or a dir, then it's definitely a regular file. - // don't bother doing a readdir in that case. - if (!isSym && lstat && !lstat.isDirectory()) - this.cache[abs] = 'FILE' - else - entries = this._readdir(abs, false) - - return entries -} - -GlobSync.prototype._readdir = function (abs, inGlobStar) { - var entries - - if (inGlobStar && !ownProp(this.symlinks, abs)) - return this._readdirInGlobStar(abs) - - if (ownProp(this.cache, abs)) { - var c = this.cache[abs] - if (!c || c === 'FILE') - return null - - if (Array.isArray(c)) - return c - } - - try { - return this._readdirEntries(abs, this.fs.readdirSync(abs)) - } catch (er) { - this._readdirError(abs, er) - return null - } -} - -GlobSync.prototype._readdirEntries = function (abs, entries) { - // if we haven't asked to stat everything, then just - // assume that everything in there exists, so we can avoid - // having to stat it a second time. - if (!this.mark && !this.stat) { - for (var i = 0; i < entries.length; i ++) { - var e = entries[i] - if (abs === '/') - e = abs + e - else - e = abs + '/' + e - this.cache[e] = true - } - } - - this.cache[abs] = entries - - // mark and cache dir-ness - return entries -} - -GlobSync.prototype._readdirError = function (f, er) { - // handle errors, and cache the information - switch (er.code) { - case 'ENOTSUP': // https://github.com/isaacs/node-glob/issues/205 - case 'ENOTDIR': // totally normal. means it *does* exist. - var abs = this._makeAbs(f) - this.cache[abs] = 'FILE' - if (abs === this.cwdAbs) { - var error = new Error(er.code + ' invalid cwd ' + this.cwd) - error.path = this.cwd - error.code = er.code - throw error - } - break - - case 'ENOENT': // not terribly unusual - case 'ELOOP': - case 'ENAMETOOLONG': - case 'UNKNOWN': - this.cache[this._makeAbs(f)] = false - break - - default: // some unusual error. Treat as failure. - this.cache[this._makeAbs(f)] = false - if (this.strict) - throw er - if (!this.silent) - console.error('glob error', er) - break - } -} - -GlobSync.prototype._processGlobStar = function (prefix, read, abs, remain, index, inGlobStar) { - - var entries = this._readdir(abs, inGlobStar) - - // no entries means not a dir, so it can never have matches - // foo.txt/** doesn't match foo.txt - if (!entries) - return - - // test without the globstar, and with every child both below - // and replacing the globstar. - var remainWithoutGlobStar = remain.slice(1) - var gspref = prefix ? [ prefix ] : [] - var noGlobStar = gspref.concat(remainWithoutGlobStar) - - // the noGlobStar pattern exits the inGlobStar state - this._process(noGlobStar, index, false) - - var len = entries.length - var isSym = this.symlinks[abs] - - // If it's a symlink, and we're in a globstar, then stop - if (isSym && inGlobStar) - return - - for (var i = 0; i < len; i++) { - var e = entries[i] - if (e.charAt(0) === '.' && !this.dot) - continue - - // these two cases enter the inGlobStar state - var instead = gspref.concat(entries[i], remainWithoutGlobStar) - this._process(instead, index, true) - - var below = gspref.concat(entries[i], remain) - this._process(below, index, true) - } -} - -GlobSync.prototype._processSimple = function (prefix, index) { - // XXX review this. Shouldn't it be doing the mounting etc - // before doing stat? kinda weird? - var exists = this._stat(prefix) - - if (!this.matches[index]) - this.matches[index] = Object.create(null) - - // If it doesn't exist, then just mark the lack of results - if (!exists) - return - - if (prefix && isAbsolute(prefix) && !this.nomount) { - var trail = /[\/\\]$/.test(prefix) - if (prefix.charAt(0) === '/') { - prefix = path.join(this.root, prefix) - } else { - prefix = path.resolve(this.root, prefix) - if (trail) - prefix += '/' - } - } - - if (process.platform === 'win32') - prefix = prefix.replace(/\\/g, '/') - - // Mark this as a match - this._emitMatch(index, prefix) -} - -// Returns either 'DIR', 'FILE', or false -GlobSync.prototype._stat = function (f) { - var abs = this._makeAbs(f) - var needDir = f.slice(-1) === '/' - - if (f.length > this.maxLength) - return false - - if (!this.stat && ownProp(this.cache, abs)) { - var c = this.cache[abs] - - if (Array.isArray(c)) - c = 'DIR' - - // It exists, but maybe not how we need it - if (!needDir || c === 'DIR') - return c - - if (needDir && c === 'FILE') - return false - - // otherwise we have to stat, because maybe c=true - // if we know it exists, but not what it is. - } - - var exists - var stat = this.statCache[abs] - if (!stat) { - var lstat - try { - lstat = this.fs.lstatSync(abs) - } catch (er) { - if (er && (er.code === 'ENOENT' || er.code === 'ENOTDIR')) { - this.statCache[abs] = false - return false - } - } - - if (lstat && lstat.isSymbolicLink()) { - try { - stat = this.fs.statSync(abs) - } catch (er) { - stat = lstat - } - } else { - stat = lstat - } - } - - this.statCache[abs] = stat - - var c = true - if (stat) - c = stat.isDirectory() ? 'DIR' : 'FILE' - - this.cache[abs] = this.cache[abs] || c - - if (needDir && c === 'FILE') - return false - - return c -} - -GlobSync.prototype._mark = function (p) { - return common.mark(this, p) -} - -GlobSync.prototype._makeAbs = function (f) { - return common.makeAbs(this, f) -} diff --git a/software/flow/node_modules/npm/node_modules/rimraf/node_modules/minimatch/LICENSE b/software/flow/node_modules/npm/node_modules/rimraf/node_modules/minimatch/LICENSE deleted file mode 100644 index 19129e3..0000000 --- a/software/flow/node_modules/npm/node_modules/rimraf/node_modules/minimatch/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -The ISC License - -Copyright (c) Isaac Z. Schlueter and Contributors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/rimraf/node_modules/minimatch/minimatch.js b/software/flow/node_modules/npm/node_modules/rimraf/node_modules/minimatch/minimatch.js deleted file mode 100644 index fda45ad..0000000 --- a/software/flow/node_modules/npm/node_modules/rimraf/node_modules/minimatch/minimatch.js +++ /dev/null @@ -1,947 +0,0 @@ -module.exports = minimatch -minimatch.Minimatch = Minimatch - -var path = (function () { try { return require('path') } catch (e) {}}()) || { - sep: '/' -} -minimatch.sep = path.sep - -var GLOBSTAR = minimatch.GLOBSTAR = Minimatch.GLOBSTAR = {} -var expand = require('brace-expansion') - -var plTypes = { - '!': { open: '(?:(?!(?:', close: '))[^/]*?)'}, - '?': { open: '(?:', close: ')?' }, - '+': { open: '(?:', close: ')+' }, - '*': { open: '(?:', close: ')*' }, - '@': { open: '(?:', close: ')' } -} - -// any single thing other than / -// don't need to escape / when using new RegExp() -var qmark = '[^/]' - -// * => any number of characters -var star = qmark + '*?' - -// ** when dots are allowed. Anything goes, except .. and . -// not (^ or / followed by one or two dots followed by $ or /), -// followed by anything, any number of times. -var twoStarDot = '(?:(?!(?:\\\/|^)(?:\\.{1,2})($|\\\/)).)*?' - -// not a ^ or / followed by a dot, -// followed by anything, any number of times. -var twoStarNoDot = '(?:(?!(?:\\\/|^)\\.).)*?' - -// characters that need to be escaped in RegExp. -var reSpecials = charSet('().*{}+?[]^$\\!') - -// "abc" -> { a:true, b:true, c:true } -function charSet (s) { - return s.split('').reduce(function (set, c) { - set[c] = true - return set - }, {}) -} - -// normalizes slashes. -var slashSplit = /\/+/ - -minimatch.filter = filter -function filter (pattern, options) { - options = options || {} - return function (p, i, list) { - return minimatch(p, pattern, options) - } -} - -function ext (a, b) { - b = b || {} - var t = {} - Object.keys(a).forEach(function (k) { - t[k] = a[k] - }) - Object.keys(b).forEach(function (k) { - t[k] = b[k] - }) - return t -} - -minimatch.defaults = function (def) { - if (!def || typeof def !== 'object' || !Object.keys(def).length) { - return minimatch - } - - var orig = minimatch - - var m = function minimatch (p, pattern, options) { - return orig(p, pattern, ext(def, options)) - } - - m.Minimatch = function Minimatch (pattern, options) { - return new orig.Minimatch(pattern, ext(def, options)) - } - m.Minimatch.defaults = function defaults (options) { - return orig.defaults(ext(def, options)).Minimatch - } - - m.filter = function filter (pattern, options) { - return orig.filter(pattern, ext(def, options)) - } - - m.defaults = function defaults (options) { - return orig.defaults(ext(def, options)) - } - - m.makeRe = function makeRe (pattern, options) { - return orig.makeRe(pattern, ext(def, options)) - } - - m.braceExpand = function braceExpand (pattern, options) { - return orig.braceExpand(pattern, ext(def, options)) - } - - m.match = function (list, pattern, options) { - return orig.match(list, pattern, ext(def, options)) - } - - return m -} - -Minimatch.defaults = function (def) { - return minimatch.defaults(def).Minimatch -} - -function minimatch (p, pattern, options) { - assertValidPattern(pattern) - - if (!options) options = {} - - // shortcut: comments match nothing. - if (!options.nocomment && pattern.charAt(0) === '#') { - return false - } - - return new Minimatch(pattern, options).match(p) -} - -function Minimatch (pattern, options) { - if (!(this instanceof Minimatch)) { - return new Minimatch(pattern, options) - } - - assertValidPattern(pattern) - - if (!options) options = {} - - pattern = pattern.trim() - - // windows support: need to use /, not \ - if (!options.allowWindowsEscape && path.sep !== '/') { - pattern = pattern.split(path.sep).join('/') - } - - this.options = options - this.set = [] - this.pattern = pattern - this.regexp = null - this.negate = false - this.comment = false - this.empty = false - this.partial = !!options.partial - - // make the set of regexps etc. - this.make() -} - -Minimatch.prototype.debug = function () {} - -Minimatch.prototype.make = make -function make () { - var pattern = this.pattern - var options = this.options - - // empty patterns and comments match nothing. - if (!options.nocomment && pattern.charAt(0) === '#') { - this.comment = true - return - } - if (!pattern) { - this.empty = true - return - } - - // step 1: figure out negation, etc. - this.parseNegate() - - // step 2: expand braces - var set = this.globSet = this.braceExpand() - - if (options.debug) this.debug = function debug() { console.error.apply(console, arguments) } - - this.debug(this.pattern, set) - - // step 3: now we have a set, so turn each one into a series of path-portion - // matching patterns. - // These will be regexps, except in the case of "**", which is - // set to the GLOBSTAR object for globstar behavior, - // and will not contain any / characters - set = this.globParts = set.map(function (s) { - return s.split(slashSplit) - }) - - this.debug(this.pattern, set) - - // glob --> regexps - set = set.map(function (s, si, set) { - return s.map(this.parse, this) - }, this) - - this.debug(this.pattern, set) - - // filter out everything that didn't compile properly. - set = set.filter(function (s) { - return s.indexOf(false) === -1 - }) - - this.debug(this.pattern, set) - - this.set = set -} - -Minimatch.prototype.parseNegate = parseNegate -function parseNegate () { - var pattern = this.pattern - var negate = false - var options = this.options - var negateOffset = 0 - - if (options.nonegate) return - - for (var i = 0, l = pattern.length - ; i < l && pattern.charAt(i) === '!' - ; i++) { - negate = !negate - negateOffset++ - } - - if (negateOffset) this.pattern = pattern.substr(negateOffset) - this.negate = negate -} - -// Brace expansion: -// a{b,c}d -> abd acd -// a{b,}c -> abc ac -// a{0..3}d -> a0d a1d a2d a3d -// a{b,c{d,e}f}g -> abg acdfg acefg -// a{b,c}d{e,f}g -> abdeg acdeg abdeg abdfg -// -// Invalid sets are not expanded. -// a{2..}b -> a{2..}b -// a{b}c -> a{b}c -minimatch.braceExpand = function (pattern, options) { - return braceExpand(pattern, options) -} - -Minimatch.prototype.braceExpand = braceExpand - -function braceExpand (pattern, options) { - if (!options) { - if (this instanceof Minimatch) { - options = this.options - } else { - options = {} - } - } - - pattern = typeof pattern === 'undefined' - ? this.pattern : pattern - - assertValidPattern(pattern) - - // Thanks to Yeting Li <https://github.com/yetingli> for - // improving this regexp to avoid a ReDOS vulnerability. - if (options.nobrace || !/\{(?:(?!\{).)*\}/.test(pattern)) { - // shortcut. no need to expand. - return [pattern] - } - - return expand(pattern) -} - -var MAX_PATTERN_LENGTH = 1024 * 64 -var assertValidPattern = function (pattern) { - if (typeof pattern !== 'string') { - throw new TypeError('invalid pattern') - } - - if (pattern.length > MAX_PATTERN_LENGTH) { - throw new TypeError('pattern is too long') - } -} - -// parse a component of the expanded set. -// At this point, no pattern may contain "/" in it -// so we're going to return a 2d array, where each entry is the full -// pattern, split on '/', and then turned into a regular expression. -// A regexp is made at the end which joins each array with an -// escaped /, and another full one which joins each regexp with |. -// -// Following the lead of Bash 4.1, note that "**" only has special meaning -// when it is the *only* thing in a path portion. Otherwise, any series -// of * is equivalent to a single *. Globstar behavior is enabled by -// default, and can be disabled by setting options.noglobstar. -Minimatch.prototype.parse = parse -var SUBPARSE = {} -function parse (pattern, isSub) { - assertValidPattern(pattern) - - var options = this.options - - // shortcuts - if (pattern === '**') { - if (!options.noglobstar) - return GLOBSTAR - else - pattern = '*' - } - if (pattern === '') return '' - - var re = '' - var hasMagic = !!options.nocase - var escaping = false - // ? => one single character - var patternListStack = [] - var negativeLists = [] - var stateChar - var inClass = false - var reClassStart = -1 - var classStart = -1 - // . and .. never match anything that doesn't start with ., - // even when options.dot is set. - var patternStart = pattern.charAt(0) === '.' ? '' // anything - // not (start or / followed by . or .. followed by / or end) - : options.dot ? '(?!(?:^|\\\/)\\.{1,2}(?:$|\\\/))' - : '(?!\\.)' - var self = this - - function clearStateChar () { - if (stateChar) { - // we had some state-tracking character - // that wasn't consumed by this pass. - switch (stateChar) { - case '*': - re += star - hasMagic = true - break - case '?': - re += qmark - hasMagic = true - break - default: - re += '\\' + stateChar - break - } - self.debug('clearStateChar %j %j', stateChar, re) - stateChar = false - } - } - - for (var i = 0, len = pattern.length, c - ; (i < len) && (c = pattern.charAt(i)) - ; i++) { - this.debug('%s\t%s %s %j', pattern, i, re, c) - - // skip over any that are escaped. - if (escaping && reSpecials[c]) { - re += '\\' + c - escaping = false - continue - } - - switch (c) { - /* istanbul ignore next */ - case '/': { - // completely not allowed, even escaped. - // Should already be path-split by now. - return false - } - - case '\\': - clearStateChar() - escaping = true - continue - - // the various stateChar values - // for the "extglob" stuff. - case '?': - case '*': - case '+': - case '@': - case '!': - this.debug('%s\t%s %s %j <-- stateChar', pattern, i, re, c) - - // all of those are literals inside a class, except that - // the glob [!a] means [^a] in regexp - if (inClass) { - this.debug(' in class') - if (c === '!' && i === classStart + 1) c = '^' - re += c - continue - } - - // if we already have a stateChar, then it means - // that there was something like ** or +? in there. - // Handle the stateChar, then proceed with this one. - self.debug('call clearStateChar %j', stateChar) - clearStateChar() - stateChar = c - // if extglob is disabled, then +(asdf|foo) isn't a thing. - // just clear the statechar *now*, rather than even diving into - // the patternList stuff. - if (options.noext) clearStateChar() - continue - - case '(': - if (inClass) { - re += '(' - continue - } - - if (!stateChar) { - re += '\\(' - continue - } - - patternListStack.push({ - type: stateChar, - start: i - 1, - reStart: re.length, - open: plTypes[stateChar].open, - close: plTypes[stateChar].close - }) - // negation is (?:(?!js)[^/]*) - re += stateChar === '!' ? '(?:(?!(?:' : '(?:' - this.debug('plType %j %j', stateChar, re) - stateChar = false - continue - - case ')': - if (inClass || !patternListStack.length) { - re += '\\)' - continue - } - - clearStateChar() - hasMagic = true - var pl = patternListStack.pop() - // negation is (?:(?!js)[^/]*) - // The others are (?:<pattern>)<type> - re += pl.close - if (pl.type === '!') { - negativeLists.push(pl) - } - pl.reEnd = re.length - continue - - case '|': - if (inClass || !patternListStack.length || escaping) { - re += '\\|' - escaping = false - continue - } - - clearStateChar() - re += '|' - continue - - // these are mostly the same in regexp and glob - case '[': - // swallow any state-tracking char before the [ - clearStateChar() - - if (inClass) { - re += '\\' + c - continue - } - - inClass = true - classStart = i - reClassStart = re.length - re += c - continue - - case ']': - // a right bracket shall lose its special - // meaning and represent itself in - // a bracket expression if it occurs - // first in the list. -- POSIX.2 2.8.3.2 - if (i === classStart + 1 || !inClass) { - re += '\\' + c - escaping = false - continue - } - - // handle the case where we left a class open. - // "[z-a]" is valid, equivalent to "\[z-a\]" - // split where the last [ was, make sure we don't have - // an invalid re. if so, re-walk the contents of the - // would-be class to re-translate any characters that - // were passed through as-is - // TODO: It would probably be faster to determine this - // without a try/catch and a new RegExp, but it's tricky - // to do safely. For now, this is safe and works. - var cs = pattern.substring(classStart + 1, i) - try { - RegExp('[' + cs + ']') - } catch (er) { - // not a valid class! - var sp = this.parse(cs, SUBPARSE) - re = re.substr(0, reClassStart) + '\\[' + sp[0] + '\\]' - hasMagic = hasMagic || sp[1] - inClass = false - continue - } - - // finish up the class. - hasMagic = true - inClass = false - re += c - continue - - default: - // swallow any state char that wasn't consumed - clearStateChar() - - if (escaping) { - // no need - escaping = false - } else if (reSpecials[c] - && !(c === '^' && inClass)) { - re += '\\' - } - - re += c - - } // switch - } // for - - // handle the case where we left a class open. - // "[abc" is valid, equivalent to "\[abc" - if (inClass) { - // split where the last [ was, and escape it - // this is a huge pita. We now have to re-walk - // the contents of the would-be class to re-translate - // any characters that were passed through as-is - cs = pattern.substr(classStart + 1) - sp = this.parse(cs, SUBPARSE) - re = re.substr(0, reClassStart) + '\\[' + sp[0] - hasMagic = hasMagic || sp[1] - } - - // handle the case where we had a +( thing at the *end* - // of the pattern. - // each pattern list stack adds 3 chars, and we need to go through - // and escape any | chars that were passed through as-is for the regexp. - // Go through and escape them, taking care not to double-escape any - // | chars that were already escaped. - for (pl = patternListStack.pop(); pl; pl = patternListStack.pop()) { - var tail = re.slice(pl.reStart + pl.open.length) - this.debug('setting tail', re, pl) - // maybe some even number of \, then maybe 1 \, followed by a | - tail = tail.replace(/((?:\\{2}){0,64})(\\?)\|/g, function (_, $1, $2) { - if (!$2) { - // the | isn't already escaped, so escape it. - $2 = '\\' - } - - // need to escape all those slashes *again*, without escaping the - // one that we need for escaping the | character. As it works out, - // escaping an even number of slashes can be done by simply repeating - // it exactly after itself. That's why this trick works. - // - // I am sorry that you have to see this. - return $1 + $1 + $2 + '|' - }) - - this.debug('tail=%j\n %s', tail, tail, pl, re) - var t = pl.type === '*' ? star - : pl.type === '?' ? qmark - : '\\' + pl.type - - hasMagic = true - re = re.slice(0, pl.reStart) + t + '\\(' + tail - } - - // handle trailing things that only matter at the very end. - clearStateChar() - if (escaping) { - // trailing \\ - re += '\\\\' - } - - // only need to apply the nodot start if the re starts with - // something that could conceivably capture a dot - var addPatternStart = false - switch (re.charAt(0)) { - case '[': case '.': case '(': addPatternStart = true - } - - // Hack to work around lack of negative lookbehind in JS - // A pattern like: *.!(x).!(y|z) needs to ensure that a name - // like 'a.xyz.yz' doesn't match. So, the first negative - // lookahead, has to look ALL the way ahead, to the end of - // the pattern. - for (var n = negativeLists.length - 1; n > -1; n--) { - var nl = negativeLists[n] - - var nlBefore = re.slice(0, nl.reStart) - var nlFirst = re.slice(nl.reStart, nl.reEnd - 8) - var nlLast = re.slice(nl.reEnd - 8, nl.reEnd) - var nlAfter = re.slice(nl.reEnd) - - nlLast += nlAfter - - // Handle nested stuff like *(*.js|!(*.json)), where open parens - // mean that we should *not* include the ) in the bit that is considered - // "after" the negated section. - var openParensBefore = nlBefore.split('(').length - 1 - var cleanAfter = nlAfter - for (i = 0; i < openParensBefore; i++) { - cleanAfter = cleanAfter.replace(/\)[+*?]?/, '') - } - nlAfter = cleanAfter - - var dollar = '' - if (nlAfter === '' && isSub !== SUBPARSE) { - dollar = '$' - } - var newRe = nlBefore + nlFirst + nlAfter + dollar + nlLast - re = newRe - } - - // if the re is not "" at this point, then we need to make sure - // it doesn't match against an empty path part. - // Otherwise a/* will match a/, which it should not. - if (re !== '' && hasMagic) { - re = '(?=.)' + re - } - - if (addPatternStart) { - re = patternStart + re - } - - // parsing just a piece of a larger pattern. - if (isSub === SUBPARSE) { - return [re, hasMagic] - } - - // skip the regexp for non-magical patterns - // unescape anything in it, though, so that it'll be - // an exact match against a file etc. - if (!hasMagic) { - return globUnescape(pattern) - } - - var flags = options.nocase ? 'i' : '' - try { - var regExp = new RegExp('^' + re + '$', flags) - } catch (er) /* istanbul ignore next - should be impossible */ { - // If it was an invalid regular expression, then it can't match - // anything. This trick looks for a character after the end of - // the string, which is of course impossible, except in multi-line - // mode, but it's not a /m regex. - return new RegExp('$.') - } - - regExp._glob = pattern - regExp._src = re - - return regExp -} - -minimatch.makeRe = function (pattern, options) { - return new Minimatch(pattern, options || {}).makeRe() -} - -Minimatch.prototype.makeRe = makeRe -function makeRe () { - if (this.regexp || this.regexp === false) return this.regexp - - // at this point, this.set is a 2d array of partial - // pattern strings, or "**". - // - // It's better to use .match(). This function shouldn't - // be used, really, but it's pretty convenient sometimes, - // when you just want to work with a regex. - var set = this.set - - if (!set.length) { - this.regexp = false - return this.regexp - } - var options = this.options - - var twoStar = options.noglobstar ? star - : options.dot ? twoStarDot - : twoStarNoDot - var flags = options.nocase ? 'i' : '' - - var re = set.map(function (pattern) { - return pattern.map(function (p) { - return (p === GLOBSTAR) ? twoStar - : (typeof p === 'string') ? regExpEscape(p) - : p._src - }).join('\\\/') - }).join('|') - - // must match entire pattern - // ending in a * or ** will make it less strict. - re = '^(?:' + re + ')$' - - // can match anything, as long as it's not this. - if (this.negate) re = '^(?!' + re + ').*$' - - try { - this.regexp = new RegExp(re, flags) - } catch (ex) /* istanbul ignore next - should be impossible */ { - this.regexp = false - } - return this.regexp -} - -minimatch.match = function (list, pattern, options) { - options = options || {} - var mm = new Minimatch(pattern, options) - list = list.filter(function (f) { - return mm.match(f) - }) - if (mm.options.nonull && !list.length) { - list.push(pattern) - } - return list -} - -Minimatch.prototype.match = function match (f, partial) { - if (typeof partial === 'undefined') partial = this.partial - this.debug('match', f, this.pattern) - // short-circuit in the case of busted things. - // comments, etc. - if (this.comment) return false - if (this.empty) return f === '' - - if (f === '/' && partial) return true - - var options = this.options - - // windows: need to use /, not \ - if (path.sep !== '/') { - f = f.split(path.sep).join('/') - } - - // treat the test path as a set of pathparts. - f = f.split(slashSplit) - this.debug(this.pattern, 'split', f) - - // just ONE of the pattern sets in this.set needs to match - // in order for it to be valid. If negating, then just one - // match means that we have failed. - // Either way, return on the first hit. - - var set = this.set - this.debug(this.pattern, 'set', set) - - // Find the basename of the path by looking for the last non-empty segment - var filename - var i - for (i = f.length - 1; i >= 0; i--) { - filename = f[i] - if (filename) break - } - - for (i = 0; i < set.length; i++) { - var pattern = set[i] - var file = f - if (options.matchBase && pattern.length === 1) { - file = [filename] - } - var hit = this.matchOne(file, pattern, partial) - if (hit) { - if (options.flipNegate) return true - return !this.negate - } - } - - // didn't get any hits. this is success if it's a negative - // pattern, failure otherwise. - if (options.flipNegate) return false - return this.negate -} - -// set partial to true to test if, for example, -// "/a/b" matches the start of "/*/b/*/d" -// Partial means, if you run out of file before you run -// out of pattern, then that's fine, as long as all -// the parts match. -Minimatch.prototype.matchOne = function (file, pattern, partial) { - var options = this.options - - this.debug('matchOne', - { 'this': this, file: file, pattern: pattern }) - - this.debug('matchOne', file.length, pattern.length) - - for (var fi = 0, - pi = 0, - fl = file.length, - pl = pattern.length - ; (fi < fl) && (pi < pl) - ; fi++, pi++) { - this.debug('matchOne loop') - var p = pattern[pi] - var f = file[fi] - - this.debug(pattern, p, f) - - // should be impossible. - // some invalid regexp stuff in the set. - /* istanbul ignore if */ - if (p === false) return false - - if (p === GLOBSTAR) { - this.debug('GLOBSTAR', [pattern, p, f]) - - // "**" - // a/**/b/**/c would match the following: - // a/b/x/y/z/c - // a/x/y/z/b/c - // a/b/x/b/x/c - // a/b/c - // To do this, take the rest of the pattern after - // the **, and see if it would match the file remainder. - // If so, return success. - // If not, the ** "swallows" a segment, and try again. - // This is recursively awful. - // - // a/**/b/**/c matching a/b/x/y/z/c - // - a matches a - // - doublestar - // - matchOne(b/x/y/z/c, b/**/c) - // - b matches b - // - doublestar - // - matchOne(x/y/z/c, c) -> no - // - matchOne(y/z/c, c) -> no - // - matchOne(z/c, c) -> no - // - matchOne(c, c) yes, hit - var fr = fi - var pr = pi + 1 - if (pr === pl) { - this.debug('** at the end') - // a ** at the end will just swallow the rest. - // We have found a match. - // however, it will not swallow /.x, unless - // options.dot is set. - // . and .. are *never* matched by **, for explosively - // exponential reasons. - for (; fi < fl; fi++) { - if (file[fi] === '.' || file[fi] === '..' || - (!options.dot && file[fi].charAt(0) === '.')) return false - } - return true - } - - // ok, let's see if we can swallow whatever we can. - while (fr < fl) { - var swallowee = file[fr] - - this.debug('\nglobstar while', file, fr, pattern, pr, swallowee) - - // XXX remove this slice. Just pass the start index. - if (this.matchOne(file.slice(fr), pattern.slice(pr), partial)) { - this.debug('globstar found match!', fr, fl, swallowee) - // found a match. - return true - } else { - // can't swallow "." or ".." ever. - // can only swallow ".foo" when explicitly asked. - if (swallowee === '.' || swallowee === '..' || - (!options.dot && swallowee.charAt(0) === '.')) { - this.debug('dot detected!', file, fr, pattern, pr) - break - } - - // ** swallows a segment, and continue. - this.debug('globstar swallow a segment, and continue') - fr++ - } - } - - // no match was found. - // However, in partial mode, we can't say this is necessarily over. - // If there's more *pattern* left, then - /* istanbul ignore if */ - if (partial) { - // ran out of file - this.debug('\n>>> no match, partial?', file, fr, pattern, pr) - if (fr === fl) return true - } - return false - } - - // something other than ** - // non-magic patterns just have to match exactly - // patterns with magic have been turned into regexps. - var hit - if (typeof p === 'string') { - hit = f === p - this.debug('string match', p, f, hit) - } else { - hit = f.match(p) - this.debug('pattern match', p, f, hit) - } - - if (!hit) return false - } - - // Note: ending in / means that we'll get a final "" - // at the end of the pattern. This can only match a - // corresponding "" at the end of the file. - // If the file ends in /, then it can only match a - // a pattern that ends in /, unless the pattern just - // doesn't have any more for it. But, a/b/ should *not* - // match "a/b/*", even though "" matches against the - // [^/]*? pattern, except in partial mode, where it might - // simply not be reached yet. - // However, a/b/ should still satisfy a/* - - // now either we fell off the end of the pattern, or we're done. - if (fi === fl && pi === pl) { - // ran out of pattern and filename at the same time. - // an exact hit! - return true - } else if (fi === fl) { - // ran out of file, but still had pattern left. - // this is ok if we're doing the match as part of - // a glob fs traversal. - return partial - } else /* istanbul ignore else */ if (pi === pl) { - // ran out of pattern, still have file left. - // this is only acceptable if we're on the very last - // empty segment of a file with a trailing slash. - // a/* should match a/b/ - return (fi === fl - 1) && (file[fi] === '') - } - - // should be unreachable. - /* istanbul ignore next */ - throw new Error('wtf?') -} - -// replace stuff like \* with * -function globUnescape (s) { - return s.replace(/\\(.)/g, '$1') -} - -function regExpEscape (s) { - return s.replace(/[-[\]{}()*+?.,\\^$|#\s]/g, '\\$&') -} diff --git a/software/flow/node_modules/npm/node_modules/rimraf/node_modules/minimatch/package.json b/software/flow/node_modules/npm/node_modules/rimraf/node_modules/minimatch/package.json deleted file mode 100644 index 566efdf..0000000 --- a/software/flow/node_modules/npm/node_modules/rimraf/node_modules/minimatch/package.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me)", - "name": "minimatch", - "description": "a glob matcher in javascript", - "version": "3.1.2", - "publishConfig": { - "tag": "v3-legacy" - }, - "repository": { - "type": "git", - "url": "git://github.com/isaacs/minimatch.git" - }, - "main": "minimatch.js", - "scripts": { - "test": "tap", - "preversion": "npm test", - "postversion": "npm publish", - "postpublish": "git push origin --all; git push origin --tags" - }, - "engines": { - "node": "*" - }, - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "devDependencies": { - "tap": "^15.1.6" - }, - "license": "ISC", - "files": [ - "minimatch.js" - ] -} diff --git a/software/flow/node_modules/npm/node_modules/rimraf/package.json b/software/flow/node_modules/npm/node_modules/rimraf/package.json deleted file mode 100644 index 1bf8d5e..0000000 --- a/software/flow/node_modules/npm/node_modules/rimraf/package.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "rimraf", - "version": "3.0.2", - "main": "rimraf.js", - "description": "A deep deletion module for node (like `rm -rf`)", - "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)", - "license": "ISC", - "repository": "git://github.com/isaacs/rimraf.git", - "scripts": { - "preversion": "npm test", - "postversion": "npm publish", - "postpublish": "git push origin --follow-tags", - "test": "tap test/*.js" - }, - "bin": "./bin.js", - "dependencies": { - "glob": "^7.1.3" - }, - "files": [ - "LICENSE", - "README.md", - "bin.js", - "rimraf.js" - ], - "devDependencies": { - "mkdirp": "^0.5.1", - "tap": "^12.1.1" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } -} diff --git a/software/flow/node_modules/npm/node_modules/rimraf/rimraf.js b/software/flow/node_modules/npm/node_modules/rimraf/rimraf.js deleted file mode 100644 index 34da417..0000000 --- a/software/flow/node_modules/npm/node_modules/rimraf/rimraf.js +++ /dev/null @@ -1,360 +0,0 @@ -const assert = require("assert") -const path = require("path") -const fs = require("fs") -let glob = undefined -try { - glob = require("glob") -} catch (_err) { - // treat glob as optional. -} - -const defaultGlobOpts = { - nosort: true, - silent: true -} - -// for EMFILE handling -let timeout = 0 - -const isWindows = (process.platform === "win32") - -const defaults = options => { - const methods = [ - 'unlink', - 'chmod', - 'stat', - 'lstat', - 'rmdir', - 'readdir' - ] - methods.forEach(m => { - options[m] = options[m] || fs[m] - m = m + 'Sync' - options[m] = options[m] || fs[m] - }) - - options.maxBusyTries = options.maxBusyTries || 3 - options.emfileWait = options.emfileWait || 1000 - if (options.glob === false) { - options.disableGlob = true - } - if (options.disableGlob !== true && glob === undefined) { - throw Error('glob dependency not found, set `options.disableGlob = true` if intentional') - } - options.disableGlob = options.disableGlob || false - options.glob = options.glob || defaultGlobOpts -} - -const rimraf = (p, options, cb) => { - if (typeof options === 'function') { - cb = options - options = {} - } - - assert(p, 'rimraf: missing path') - assert.equal(typeof p, 'string', 'rimraf: path should be a string') - assert.equal(typeof cb, 'function', 'rimraf: callback function required') - assert(options, 'rimraf: invalid options argument provided') - assert.equal(typeof options, 'object', 'rimraf: options should be object') - - defaults(options) - - let busyTries = 0 - let errState = null - let n = 0 - - const next = (er) => { - errState = errState || er - if (--n === 0) - cb(errState) - } - - const afterGlob = (er, results) => { - if (er) - return cb(er) - - n = results.length - if (n === 0) - return cb() - - results.forEach(p => { - const CB = (er) => { - if (er) { - if ((er.code === "EBUSY" || er.code === "ENOTEMPTY" || er.code === "EPERM") && - busyTries < options.maxBusyTries) { - busyTries ++ - // try again, with the same exact callback as this one. - return setTimeout(() => rimraf_(p, options, CB), busyTries * 100) - } - - // this one won't happen if graceful-fs is used. - if (er.code === "EMFILE" && timeout < options.emfileWait) { - return setTimeout(() => rimraf_(p, options, CB), timeout ++) - } - - // already gone - if (er.code === "ENOENT") er = null - } - - timeout = 0 - next(er) - } - rimraf_(p, options, CB) - }) - } - - if (options.disableGlob || !glob.hasMagic(p)) - return afterGlob(null, [p]) - - options.lstat(p, (er, stat) => { - if (!er) - return afterGlob(null, [p]) - - glob(p, options.glob, afterGlob) - }) - -} - -// Two possible strategies. -// 1. Assume it's a file. unlink it, then do the dir stuff on EPERM or EISDIR -// 2. Assume it's a directory. readdir, then do the file stuff on ENOTDIR -// -// Both result in an extra syscall when you guess wrong. However, there -// are likely far more normal files in the world than directories. This -// is based on the assumption that a the average number of files per -// directory is >= 1. -// -// If anyone ever complains about this, then I guess the strategy could -// be made configurable somehow. But until then, YAGNI. -const rimraf_ = (p, options, cb) => { - assert(p) - assert(options) - assert(typeof cb === 'function') - - // sunos lets the root user unlink directories, which is... weird. - // so we have to lstat here and make sure it's not a dir. - options.lstat(p, (er, st) => { - if (er && er.code === "ENOENT") - return cb(null) - - // Windows can EPERM on stat. Life is suffering. - if (er && er.code === "EPERM" && isWindows) - fixWinEPERM(p, options, er, cb) - - if (st && st.isDirectory()) - return rmdir(p, options, er, cb) - - options.unlink(p, er => { - if (er) { - if (er.code === "ENOENT") - return cb(null) - if (er.code === "EPERM") - return (isWindows) - ? fixWinEPERM(p, options, er, cb) - : rmdir(p, options, er, cb) - if (er.code === "EISDIR") - return rmdir(p, options, er, cb) - } - return cb(er) - }) - }) -} - -const fixWinEPERM = (p, options, er, cb) => { - assert(p) - assert(options) - assert(typeof cb === 'function') - - options.chmod(p, 0o666, er2 => { - if (er2) - cb(er2.code === "ENOENT" ? null : er) - else - options.stat(p, (er3, stats) => { - if (er3) - cb(er3.code === "ENOENT" ? null : er) - else if (stats.isDirectory()) - rmdir(p, options, er, cb) - else - options.unlink(p, cb) - }) - }) -} - -const fixWinEPERMSync = (p, options, er) => { - assert(p) - assert(options) - - try { - options.chmodSync(p, 0o666) - } catch (er2) { - if (er2.code === "ENOENT") - return - else - throw er - } - - let stats - try { - stats = options.statSync(p) - } catch (er3) { - if (er3.code === "ENOENT") - return - else - throw er - } - - if (stats.isDirectory()) - rmdirSync(p, options, er) - else - options.unlinkSync(p) -} - -const rmdir = (p, options, originalEr, cb) => { - assert(p) - assert(options) - assert(typeof cb === 'function') - - // try to rmdir first, and only readdir on ENOTEMPTY or EEXIST (SunOS) - // if we guessed wrong, and it's not a directory, then - // raise the original error. - options.rmdir(p, er => { - if (er && (er.code === "ENOTEMPTY" || er.code === "EEXIST" || er.code === "EPERM")) - rmkids(p, options, cb) - else if (er && er.code === "ENOTDIR") - cb(originalEr) - else - cb(er) - }) -} - -const rmkids = (p, options, cb) => { - assert(p) - assert(options) - assert(typeof cb === 'function') - - options.readdir(p, (er, files) => { - if (er) - return cb(er) - let n = files.length - if (n === 0) - return options.rmdir(p, cb) - let errState - files.forEach(f => { - rimraf(path.join(p, f), options, er => { - if (errState) - return - if (er) - return cb(errState = er) - if (--n === 0) - options.rmdir(p, cb) - }) - }) - }) -} - -// this looks simpler, and is strictly *faster*, but will -// tie up the JavaScript thread and fail on excessively -// deep directory trees. -const rimrafSync = (p, options) => { - options = options || {} - defaults(options) - - assert(p, 'rimraf: missing path') - assert.equal(typeof p, 'string', 'rimraf: path should be a string') - assert(options, 'rimraf: missing options') - assert.equal(typeof options, 'object', 'rimraf: options should be object') - - let results - - if (options.disableGlob || !glob.hasMagic(p)) { - results = [p] - } else { - try { - options.lstatSync(p) - results = [p] - } catch (er) { - results = glob.sync(p, options.glob) - } - } - - if (!results.length) - return - - for (let i = 0; i < results.length; i++) { - const p = results[i] - - let st - try { - st = options.lstatSync(p) - } catch (er) { - if (er.code === "ENOENT") - return - - // Windows can EPERM on stat. Life is suffering. - if (er.code === "EPERM" && isWindows) - fixWinEPERMSync(p, options, er) - } - - try { - // sunos lets the root user unlink directories, which is... weird. - if (st && st.isDirectory()) - rmdirSync(p, options, null) - else - options.unlinkSync(p) - } catch (er) { - if (er.code === "ENOENT") - return - if (er.code === "EPERM") - return isWindows ? fixWinEPERMSync(p, options, er) : rmdirSync(p, options, er) - if (er.code !== "EISDIR") - throw er - - rmdirSync(p, options, er) - } - } -} - -const rmdirSync = (p, options, originalEr) => { - assert(p) - assert(options) - - try { - options.rmdirSync(p) - } catch (er) { - if (er.code === "ENOENT") - return - if (er.code === "ENOTDIR") - throw originalEr - if (er.code === "ENOTEMPTY" || er.code === "EEXIST" || er.code === "EPERM") - rmkidsSync(p, options) - } -} - -const rmkidsSync = (p, options) => { - assert(p) - assert(options) - options.readdirSync(p).forEach(f => rimrafSync(path.join(p, f), options)) - - // We only end up here once we got ENOTEMPTY at least once, and - // at this point, we are guaranteed to have removed all the kids. - // So, we know that it won't be ENOENT or ENOTDIR or anything else. - // try really hard to delete stuff on windows, because it has a - // PROFOUNDLY annoying habit of not closing handles promptly when - // files are deleted, resulting in spurious ENOTEMPTY errors. - const retries = isWindows ? 100 : 1 - let i = 0 - do { - let threw = true - try { - const ret = options.rmdirSync(p, options) - threw = false - return ret - } finally { - if (++i < retries && threw) - continue - } - } while (true) -} - -module.exports = rimraf -rimraf.sync = rimrafSync diff --git a/software/flow/node_modules/npm/node_modules/safe-buffer/LICENSE b/software/flow/node_modules/npm/node_modules/safe-buffer/LICENSE deleted file mode 100644 index 0c068ce..0000000 --- a/software/flow/node_modules/npm/node_modules/safe-buffer/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) Feross Aboukhadijeh - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/safe-buffer/index.d.ts b/software/flow/node_modules/npm/node_modules/safe-buffer/index.d.ts deleted file mode 100644 index e9fed80..0000000 --- a/software/flow/node_modules/npm/node_modules/safe-buffer/index.d.ts +++ /dev/null @@ -1,187 +0,0 @@ -declare module "safe-buffer" { - export class Buffer { - length: number - write(string: string, offset?: number, length?: number, encoding?: string): number; - toString(encoding?: string, start?: number, end?: number): string; - toJSON(): { type: 'Buffer', data: any[] }; - equals(otherBuffer: Buffer): boolean; - compare(otherBuffer: Buffer, targetStart?: number, targetEnd?: number, sourceStart?: number, sourceEnd?: number): number; - copy(targetBuffer: Buffer, targetStart?: number, sourceStart?: number, sourceEnd?: number): number; - slice(start?: number, end?: number): Buffer; - writeUIntLE(value: number, offset: number, byteLength: number, noAssert?: boolean): number; - writeUIntBE(value: number, offset: number, byteLength: number, noAssert?: boolean): number; - writeIntLE(value: number, offset: number, byteLength: number, noAssert?: boolean): number; - writeIntBE(value: number, offset: number, byteLength: number, noAssert?: boolean): number; - readUIntLE(offset: number, byteLength: number, noAssert?: boolean): number; - readUIntBE(offset: number, byteLength: number, noAssert?: boolean): number; - readIntLE(offset: number, byteLength: number, noAssert?: boolean): number; - readIntBE(offset: number, byteLength: number, noAssert?: boolean): number; - readUInt8(offset: number, noAssert?: boolean): number; - readUInt16LE(offset: number, noAssert?: boolean): number; - readUInt16BE(offset: number, noAssert?: boolean): number; - readUInt32LE(offset: number, noAssert?: boolean): number; - readUInt32BE(offset: number, noAssert?: boolean): number; - readInt8(offset: number, noAssert?: boolean): number; - readInt16LE(offset: number, noAssert?: boolean): number; - readInt16BE(offset: number, noAssert?: boolean): number; - readInt32LE(offset: number, noAssert?: boolean): number; - readInt32BE(offset: number, noAssert?: boolean): number; - readFloatLE(offset: number, noAssert?: boolean): number; - readFloatBE(offset: number, noAssert?: boolean): number; - readDoubleLE(offset: number, noAssert?: boolean): number; - readDoubleBE(offset: number, noAssert?: boolean): number; - swap16(): Buffer; - swap32(): Buffer; - swap64(): Buffer; - writeUInt8(value: number, offset: number, noAssert?: boolean): number; - writeUInt16LE(value: number, offset: number, noAssert?: boolean): number; - writeUInt16BE(value: number, offset: number, noAssert?: boolean): number; - writeUInt32LE(value: number, offset: number, noAssert?: boolean): number; - writeUInt32BE(value: number, offset: number, noAssert?: boolean): number; - writeInt8(value: number, offset: number, noAssert?: boolean): number; - writeInt16LE(value: number, offset: number, noAssert?: boolean): number; - writeInt16BE(value: number, offset: number, noAssert?: boolean): number; - writeInt32LE(value: number, offset: number, noAssert?: boolean): number; - writeInt32BE(value: number, offset: number, noAssert?: boolean): number; - writeFloatLE(value: number, offset: number, noAssert?: boolean): number; - writeFloatBE(value: number, offset: number, noAssert?: boolean): number; - writeDoubleLE(value: number, offset: number, noAssert?: boolean): number; - writeDoubleBE(value: number, offset: number, noAssert?: boolean): number; - fill(value: any, offset?: number, end?: number): this; - indexOf(value: string | number | Buffer, byteOffset?: number, encoding?: string): number; - lastIndexOf(value: string | number | Buffer, byteOffset?: number, encoding?: string): number; - includes(value: string | number | Buffer, byteOffset?: number, encoding?: string): boolean; - - /** - * Allocates a new buffer containing the given {str}. - * - * @param str String to store in buffer. - * @param encoding encoding to use, optional. Default is 'utf8' - */ - constructor (str: string, encoding?: string); - /** - * Allocates a new buffer of {size} octets. - * - * @param size count of octets to allocate. - */ - constructor (size: number); - /** - * Allocates a new buffer containing the given {array} of octets. - * - * @param array The octets to store. - */ - constructor (array: Uint8Array); - /** - * Produces a Buffer backed by the same allocated memory as - * the given {ArrayBuffer}. - * - * - * @param arrayBuffer The ArrayBuffer with which to share memory. - */ - constructor (arrayBuffer: ArrayBuffer); - /** - * Allocates a new buffer containing the given {array} of octets. - * - * @param array The octets to store. - */ - constructor (array: any[]); - /** - * Copies the passed {buffer} data onto a new {Buffer} instance. - * - * @param buffer The buffer to copy. - */ - constructor (buffer: Buffer); - prototype: Buffer; - /** - * Allocates a new Buffer using an {array} of octets. - * - * @param array - */ - static from(array: any[]): Buffer; - /** - * When passed a reference to the .buffer property of a TypedArray instance, - * the newly created Buffer will share the same allocated memory as the TypedArray. - * The optional {byteOffset} and {length} arguments specify a memory range - * within the {arrayBuffer} that will be shared by the Buffer. - * - * @param arrayBuffer The .buffer property of a TypedArray or a new ArrayBuffer() - * @param byteOffset - * @param length - */ - static from(arrayBuffer: ArrayBuffer, byteOffset?: number, length?: number): Buffer; - /** - * Copies the passed {buffer} data onto a new Buffer instance. - * - * @param buffer - */ - static from(buffer: Buffer): Buffer; - /** - * Creates a new Buffer containing the given JavaScript string {str}. - * If provided, the {encoding} parameter identifies the character encoding. - * If not provided, {encoding} defaults to 'utf8'. - * - * @param str - */ - static from(str: string, encoding?: string): Buffer; - /** - * Returns true if {obj} is a Buffer - * - * @param obj object to test. - */ - static isBuffer(obj: any): obj is Buffer; - /** - * Returns true if {encoding} is a valid encoding argument. - * Valid string encodings in Node 0.12: 'ascii'|'utf8'|'utf16le'|'ucs2'(alias of 'utf16le')|'base64'|'binary'(deprecated)|'hex' - * - * @param encoding string to test. - */ - static isEncoding(encoding: string): boolean; - /** - * Gives the actual byte length of a string. encoding defaults to 'utf8'. - * This is not the same as String.prototype.length since that returns the number of characters in a string. - * - * @param string string to test. - * @param encoding encoding used to evaluate (defaults to 'utf8') - */ - static byteLength(string: string, encoding?: string): number; - /** - * Returns a buffer which is the result of concatenating all the buffers in the list together. - * - * If the list has no items, or if the totalLength is 0, then it returns a zero-length buffer. - * If the list has exactly one item, then the first item of the list is returned. - * If the list has more than one item, then a new Buffer is created. - * - * @param list An array of Buffer objects to concatenate - * @param totalLength Total length of the buffers when concatenated. - * If totalLength is not provided, it is read from the buffers in the list. However, this adds an additional loop to the function, so it is faster to provide the length explicitly. - */ - static concat(list: Buffer[], totalLength?: number): Buffer; - /** - * The same as buf1.compare(buf2). - */ - static compare(buf1: Buffer, buf2: Buffer): number; - /** - * Allocates a new buffer of {size} octets. - * - * @param size count of octets to allocate. - * @param fill if specified, buffer will be initialized by calling buf.fill(fill). - * If parameter is omitted, buffer will be filled with zeros. - * @param encoding encoding used for call to buf.fill while initalizing - */ - static alloc(size: number, fill?: string | Buffer | number, encoding?: string): Buffer; - /** - * Allocates a new buffer of {size} octets, leaving memory not initialized, so the contents - * of the newly created Buffer are unknown and may contain sensitive data. - * - * @param size count of octets to allocate - */ - static allocUnsafe(size: number): Buffer; - /** - * Allocates a new non-pooled buffer of {size} octets, leaving memory not initialized, so the contents - * of the newly created Buffer are unknown and may contain sensitive data. - * - * @param size count of octets to allocate - */ - static allocUnsafeSlow(size: number): Buffer; - } -} \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/safe-buffer/index.js b/software/flow/node_modules/npm/node_modules/safe-buffer/index.js deleted file mode 100644 index 22438da..0000000 --- a/software/flow/node_modules/npm/node_modules/safe-buffer/index.js +++ /dev/null @@ -1,62 +0,0 @@ -/* eslint-disable node/no-deprecated-api */ -var buffer = require('buffer') -var Buffer = buffer.Buffer - -// alternative to using Object.keys for old browsers -function copyProps (src, dst) { - for (var key in src) { - dst[key] = src[key] - } -} -if (Buffer.from && Buffer.alloc && Buffer.allocUnsafe && Buffer.allocUnsafeSlow) { - module.exports = buffer -} else { - // Copy properties from require('buffer') - copyProps(buffer, exports) - exports.Buffer = SafeBuffer -} - -function SafeBuffer (arg, encodingOrOffset, length) { - return Buffer(arg, encodingOrOffset, length) -} - -// Copy static methods from Buffer -copyProps(Buffer, SafeBuffer) - -SafeBuffer.from = function (arg, encodingOrOffset, length) { - if (typeof arg === 'number') { - throw new TypeError('Argument must not be a number') - } - return Buffer(arg, encodingOrOffset, length) -} - -SafeBuffer.alloc = function (size, fill, encoding) { - if (typeof size !== 'number') { - throw new TypeError('Argument must be a number') - } - var buf = Buffer(size) - if (fill !== undefined) { - if (typeof encoding === 'string') { - buf.fill(fill, encoding) - } else { - buf.fill(fill) - } - } else { - buf.fill(0) - } - return buf -} - -SafeBuffer.allocUnsafe = function (size) { - if (typeof size !== 'number') { - throw new TypeError('Argument must be a number') - } - return Buffer(size) -} - -SafeBuffer.allocUnsafeSlow = function (size) { - if (typeof size !== 'number') { - throw new TypeError('Argument must be a number') - } - return buffer.SlowBuffer(size) -} diff --git a/software/flow/node_modules/npm/node_modules/safe-buffer/package.json b/software/flow/node_modules/npm/node_modules/safe-buffer/package.json deleted file mode 100644 index 623fbc3..0000000 --- a/software/flow/node_modules/npm/node_modules/safe-buffer/package.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "safe-buffer", - "description": "Safer Node.js Buffer API", - "version": "5.1.2", - "author": { - "name": "Feross Aboukhadijeh", - "email": "feross@feross.org", - "url": "http://feross.org" - }, - "bugs": { - "url": "https://github.com/feross/safe-buffer/issues" - }, - "devDependencies": { - "standard": "*", - "tape": "^4.0.0" - }, - "homepage": "https://github.com/feross/safe-buffer", - "keywords": [ - "buffer", - "buffer allocate", - "node security", - "safe", - "safe-buffer", - "security", - "uninitialized" - ], - "license": "MIT", - "main": "index.js", - "types": "index.d.ts", - "repository": { - "type": "git", - "url": "git://github.com/feross/safe-buffer.git" - }, - "scripts": { - "test": "standard && tape test/*.js" - } -} diff --git a/software/flow/node_modules/npm/node_modules/safer-buffer/LICENSE b/software/flow/node_modules/npm/node_modules/safer-buffer/LICENSE deleted file mode 100644 index 4fe9e6f..0000000 --- a/software/flow/node_modules/npm/node_modules/safer-buffer/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2018 Nikita Skovoroda <chalkerx@gmail.com> - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/safer-buffer/Porting-Buffer.md b/software/flow/node_modules/npm/node_modules/safer-buffer/Porting-Buffer.md deleted file mode 100644 index 68d86ba..0000000 --- a/software/flow/node_modules/npm/node_modules/safer-buffer/Porting-Buffer.md +++ /dev/null @@ -1,268 +0,0 @@ -# Porting to the Buffer.from/Buffer.alloc API - -<a id="overview"></a> -## Overview - -- [Variant 1: Drop support for Node.js ≤ 4.4.x and 5.0.0 — 5.9.x.](#variant-1) (*recommended*) -- [Variant 2: Use a polyfill](#variant-2) -- [Variant 3: manual detection, with safeguards](#variant-3) - -### Finding problematic bits of code using grep - -Just run `grep -nrE '[^a-zA-Z](Slow)?Buffer\s*\(' --exclude-dir node_modules`. - -It will find all the potentially unsafe places in your own code (with some considerably unlikely -exceptions). - -### Finding problematic bits of code using Node.js 8 - -If you’re using Node.js ≥ 8.0.0 (which is recommended), Node.js exposes multiple options that help with finding the relevant pieces of code: - -- `--trace-warnings` will make Node.js show a stack trace for this warning and other warnings that are printed by Node.js. -- `--trace-deprecation` does the same thing, but only for deprecation warnings. -- `--pending-deprecation` will show more types of deprecation warnings. In particular, it will show the `Buffer()` deprecation warning, even on Node.js 8. - -You can set these flags using an environment variable: - -```console -$ export NODE_OPTIONS='--trace-warnings --pending-deprecation' -$ cat example.js -'use strict'; -const foo = new Buffer('foo'); -$ node example.js -(node:7147) [DEP0005] DeprecationWarning: The Buffer() and new Buffer() constructors are not recommended for use due to security and usability concerns. Please use the new Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() construction methods instead. - at showFlaggedDeprecation (buffer.js:127:13) - at new Buffer (buffer.js:148:3) - at Object.<anonymous> (/path/to/example.js:2:13) - [... more stack trace lines ...] -``` - -### Finding problematic bits of code using linters - -Eslint rules [no-buffer-constructor](https://eslint.org/docs/rules/no-buffer-constructor) -or -[node/no-deprecated-api](https://github.com/mysticatea/eslint-plugin-node/blob/master/docs/rules/no-deprecated-api.md) -also find calls to deprecated `Buffer()` API. Those rules are included in some pre-sets. - -There is a drawback, though, that it doesn't always -[work correctly](https://github.com/chalker/safer-buffer#why-not-safe-buffer) when `Buffer` is -overriden e.g. with a polyfill, so recommended is a combination of this and some other method -described above. - -<a id="variant-1"></a> -## Variant 1: Drop support for Node.js ≤ 4.4.x and 5.0.0 — 5.9.x. - -This is the recommended solution nowadays that would imply only minimal overhead. - -The Node.js 5.x release line has been unsupported since July 2016, and the Node.js 4.x release line reaches its End of Life in April 2018 (→ [Schedule](https://github.com/nodejs/Release#release-schedule)). This means that these versions of Node.js will *not* receive any updates, even in case of security issues, so using these release lines should be avoided, if at all possible. - -What you would do in this case is to convert all `new Buffer()` or `Buffer()` calls to use `Buffer.alloc()` or `Buffer.from()`, in the following way: - -- For `new Buffer(number)`, replace it with `Buffer.alloc(number)`. -- For `new Buffer(string)` (or `new Buffer(string, encoding)`), replace it with `Buffer.from(string)` (or `Buffer.from(string, encoding)`). -- For all other combinations of arguments (these are much rarer), also replace `new Buffer(...arguments)` with `Buffer.from(...arguments)`. - -Note that `Buffer.alloc()` is also _faster_ on the current Node.js versions than -`new Buffer(size).fill(0)`, which is what you would otherwise need to ensure zero-filling. - -Enabling eslint rule [no-buffer-constructor](https://eslint.org/docs/rules/no-buffer-constructor) -or -[node/no-deprecated-api](https://github.com/mysticatea/eslint-plugin-node/blob/master/docs/rules/no-deprecated-api.md) -is recommended to avoid accidential unsafe Buffer API usage. - -There is also a [JSCodeshift codemod](https://github.com/joyeecheung/node-dep-codemod#dep005) -for automatically migrating Buffer constructors to `Buffer.alloc()` or `Buffer.from()`. -Note that it currently only works with cases where the arguments are literals or where the -constructor is invoked with two arguments. - -_If you currently support those older Node.js versions and dropping them would be a semver-major change -for you, or if you support older branches of your packages, consider using [Variant 2](#variant-2) -or [Variant 3](#variant-3) on older branches, so people using those older branches will also receive -the fix. That way, you will eradicate potential issues caused by unguarded Buffer API usage and -your users will not observe a runtime deprecation warning when running your code on Node.js 10._ - -<a id="variant-2"></a> -## Variant 2: Use a polyfill - -Utilize [safer-buffer](https://www.npmjs.com/package/safer-buffer) as a polyfill to support older -Node.js versions. - -You would take exacly the same steps as in [Variant 1](#variant-1), but with a polyfill -`const Buffer = require('safer-buffer').Buffer` in all files where you use the new `Buffer` api. - -Make sure that you do not use old `new Buffer` API — in any files where the line above is added, -using old `new Buffer()` API will _throw_. It will be easy to notice that in CI, though. - -Alternatively, you could use [buffer-from](https://www.npmjs.com/package/buffer-from) and/or -[buffer-alloc](https://www.npmjs.com/package/buffer-alloc) [ponyfills](https://ponyfill.com/) — -those are great, the only downsides being 4 deps in the tree and slightly more code changes to -migrate off them (as you would be using e.g. `Buffer.from` under a different name). If you need only -`Buffer.from` polyfilled — `buffer-from` alone which comes with no extra dependencies. - -_Alternatively, you could use [safe-buffer](https://www.npmjs.com/package/safe-buffer) — it also -provides a polyfill, but takes a different approach which has -[it's drawbacks](https://github.com/chalker/safer-buffer#why-not-safe-buffer). It will allow you -to also use the older `new Buffer()` API in your code, though — but that's arguably a benefit, as -it is problematic, can cause issues in your code, and will start emitting runtime deprecation -warnings starting with Node.js 10._ - -Note that in either case, it is important that you also remove all calls to the old Buffer -API manually — just throwing in `safe-buffer` doesn't fix the problem by itself, it just provides -a polyfill for the new API. I have seen people doing that mistake. - -Enabling eslint rule [no-buffer-constructor](https://eslint.org/docs/rules/no-buffer-constructor) -or -[node/no-deprecated-api](https://github.com/mysticatea/eslint-plugin-node/blob/master/docs/rules/no-deprecated-api.md) -is recommended. - -_Don't forget to drop the polyfill usage once you drop support for Node.js < 4.5.0._ - -<a id="variant-3"></a> -## Variant 3 — manual detection, with safeguards - -This is useful if you create Buffer instances in only a few places (e.g. one), or you have your own -wrapper around them. - -### Buffer(0) - -This special case for creating empty buffers can be safely replaced with `Buffer.concat([])`, which -returns the same result all the way down to Node.js 0.8.x. - -### Buffer(notNumber) - -Before: - -```js -var buf = new Buffer(notNumber, encoding); -``` - -After: - -```js -var buf; -if (Buffer.from && Buffer.from !== Uint8Array.from) { - buf = Buffer.from(notNumber, encoding); -} else { - if (typeof notNumber === 'number') - throw new Error('The "size" argument must be of type number.'); - buf = new Buffer(notNumber, encoding); -} -``` - -`encoding` is optional. - -Note that the `typeof notNumber` before `new Buffer` is required (for cases when `notNumber` argument is not -hard-coded) and _is not caused by the deprecation of Buffer constructor_ — it's exactly _why_ the -Buffer constructor is deprecated. Ecosystem packages lacking this type-check caused numereous -security issues — situations when unsanitized user input could end up in the `Buffer(arg)` create -problems ranging from DoS to leaking sensitive information to the attacker from the process memory. - -When `notNumber` argument is hardcoded (e.g. literal `"abc"` or `[0,1,2]`), the `typeof` check can -be omitted. - -Also note that using TypeScript does not fix this problem for you — when libs written in -`TypeScript` are used from JS, or when user input ends up there — it behaves exactly as pure JS, as -all type checks are translation-time only and are not present in the actual JS code which TS -compiles to. - -### Buffer(number) - -For Node.js 0.10.x (and below) support: - -```js -var buf; -if (Buffer.alloc) { - buf = Buffer.alloc(number); -} else { - buf = new Buffer(number); - buf.fill(0); -} -``` - -Otherwise (Node.js ≥ 0.12.x): - -```js -const buf = Buffer.alloc ? Buffer.alloc(number) : new Buffer(number).fill(0); -``` - -## Regarding Buffer.allocUnsafe - -Be extra cautious when using `Buffer.allocUnsafe`: - * Don't use it if you don't have a good reason to - * e.g. you probably won't ever see a performance difference for small buffers, in fact, those - might be even faster with `Buffer.alloc()`, - * if your code is not in the hot code path — you also probably won't notice a difference, - * keep in mind that zero-filling minimizes the potential risks. - * If you use it, make sure that you never return the buffer in a partially-filled state, - * if you are writing to it sequentially — always truncate it to the actuall written length - -Errors in handling buffers allocated with `Buffer.allocUnsafe` could result in various issues, -ranged from undefined behaviour of your code to sensitive data (user input, passwords, certs) -leaking to the remote attacker. - -_Note that the same applies to `new Buffer` usage without zero-filling, depending on the Node.js -version (and lacking type checks also adds DoS to the list of potential problems)._ - -<a id="faq"></a> -## FAQ - -<a id="design-flaws"></a> -### What is wrong with the `Buffer` constructor? - -The `Buffer` constructor could be used to create a buffer in many different ways: - -- `new Buffer(42)` creates a `Buffer` of 42 bytes. Before Node.js 8, this buffer contained - *arbitrary memory* for performance reasons, which could include anything ranging from - program source code to passwords and encryption keys. -- `new Buffer('abc')` creates a `Buffer` that contains the UTF-8-encoded version of - the string `'abc'`. A second argument could specify another encoding: For example, - `new Buffer(string, 'base64')` could be used to convert a Base64 string into the original - sequence of bytes that it represents. -- There are several other combinations of arguments. - -This meant that, in code like `var buffer = new Buffer(foo);`, *it is not possible to tell -what exactly the contents of the generated buffer are* without knowing the type of `foo`. - -Sometimes, the value of `foo` comes from an external source. For example, this function -could be exposed as a service on a web server, converting a UTF-8 string into its Base64 form: - -``` -function stringToBase64(req, res) { - // The request body should have the format of `{ string: 'foobar' }` - const rawBytes = new Buffer(req.body.string) - const encoded = rawBytes.toString('base64') - res.end({ encoded: encoded }) -} -``` - -Note that this code does *not* validate the type of `req.body.string`: - -- `req.body.string` is expected to be a string. If this is the case, all goes well. -- `req.body.string` is controlled by the client that sends the request. -- If `req.body.string` is the *number* `50`, the `rawBytes` would be 50 bytes: - - Before Node.js 8, the content would be uninitialized - - After Node.js 8, the content would be `50` bytes with the value `0` - -Because of the missing type check, an attacker could intentionally send a number -as part of the request. Using this, they can either: - -- Read uninitialized memory. This **will** leak passwords, encryption keys and other - kinds of sensitive information. (Information leak) -- Force the program to allocate a large amount of memory. For example, when specifying - `500000000` as the input value, each request will allocate 500MB of memory. - This can be used to either exhaust the memory available of a program completely - and make it crash, or slow it down significantly. (Denial of Service) - -Both of these scenarios are considered serious security issues in a real-world -web server context. - -when using `Buffer.from(req.body.string)` instead, passing a number will always -throw an exception instead, giving a controlled behaviour that can always be -handled by the program. - -<a id="ecosystem-usage"></a> -### The `Buffer()` constructor has been deprecated for a while. Is this really an issue? - -Surveys of code in the `npm` ecosystem have shown that the `Buffer()` constructor is still -widely used. This includes new code, and overall usage of such code has actually been -*increasing*. diff --git a/software/flow/node_modules/npm/node_modules/safer-buffer/dangerous.js b/software/flow/node_modules/npm/node_modules/safer-buffer/dangerous.js deleted file mode 100644 index ca41fdc..0000000 --- a/software/flow/node_modules/npm/node_modules/safer-buffer/dangerous.js +++ /dev/null @@ -1,58 +0,0 @@ -/* eslint-disable node/no-deprecated-api */ - -'use strict' - -var buffer = require('buffer') -var Buffer = buffer.Buffer -var safer = require('./safer.js') -var Safer = safer.Buffer - -var dangerous = {} - -var key - -for (key in safer) { - if (!safer.hasOwnProperty(key)) continue - dangerous[key] = safer[key] -} - -var Dangereous = dangerous.Buffer = {} - -// Copy Safer API -for (key in Safer) { - if (!Safer.hasOwnProperty(key)) continue - Dangereous[key] = Safer[key] -} - -// Copy those missing unsafe methods, if they are present -for (key in Buffer) { - if (!Buffer.hasOwnProperty(key)) continue - if (Dangereous.hasOwnProperty(key)) continue - Dangereous[key] = Buffer[key] -} - -if (!Dangereous.allocUnsafe) { - Dangereous.allocUnsafe = function (size) { - if (typeof size !== 'number') { - throw new TypeError('The "size" argument must be of type number. Received type ' + typeof size) - } - if (size < 0 || size >= 2 * (1 << 30)) { - throw new RangeError('The value "' + size + '" is invalid for option "size"') - } - return Buffer(size) - } -} - -if (!Dangereous.allocUnsafeSlow) { - Dangereous.allocUnsafeSlow = function (size) { - if (typeof size !== 'number') { - throw new TypeError('The "size" argument must be of type number. Received type ' + typeof size) - } - if (size < 0 || size >= 2 * (1 << 30)) { - throw new RangeError('The value "' + size + '" is invalid for option "size"') - } - return buffer.SlowBuffer(size) - } -} - -module.exports = dangerous diff --git a/software/flow/node_modules/npm/node_modules/safer-buffer/package.json b/software/flow/node_modules/npm/node_modules/safer-buffer/package.json deleted file mode 100644 index d452b04..0000000 --- a/software/flow/node_modules/npm/node_modules/safer-buffer/package.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "safer-buffer", - "version": "2.1.2", - "description": "Modern Buffer API polyfill without footguns", - "main": "safer.js", - "scripts": { - "browserify-test": "browserify --external tape tests.js > browserify-tests.js && tape browserify-tests.js", - "test": "standard && tape tests.js" - }, - "author": { - "name": "Nikita Skovoroda", - "email": "chalkerx@gmail.com", - "url": "https://github.com/ChALkeR" - }, - "license": "MIT", - "repository": { - "type": "git", - "url": "git+https://github.com/ChALkeR/safer-buffer.git" - }, - "bugs": { - "url": "https://github.com/ChALkeR/safer-buffer/issues" - }, - "devDependencies": { - "standard": "^11.0.1", - "tape": "^4.9.0" - }, - "files": [ - "Porting-Buffer.md", - "Readme.md", - "tests.js", - "dangerous.js", - "safer.js" - ] -} diff --git a/software/flow/node_modules/npm/node_modules/safer-buffer/safer.js b/software/flow/node_modules/npm/node_modules/safer-buffer/safer.js deleted file mode 100644 index 37c7e1a..0000000 --- a/software/flow/node_modules/npm/node_modules/safer-buffer/safer.js +++ /dev/null @@ -1,77 +0,0 @@ -/* eslint-disable node/no-deprecated-api */ - -'use strict' - -var buffer = require('buffer') -var Buffer = buffer.Buffer - -var safer = {} - -var key - -for (key in buffer) { - if (!buffer.hasOwnProperty(key)) continue - if (key === 'SlowBuffer' || key === 'Buffer') continue - safer[key] = buffer[key] -} - -var Safer = safer.Buffer = {} -for (key in Buffer) { - if (!Buffer.hasOwnProperty(key)) continue - if (key === 'allocUnsafe' || key === 'allocUnsafeSlow') continue - Safer[key] = Buffer[key] -} - -safer.Buffer.prototype = Buffer.prototype - -if (!Safer.from || Safer.from === Uint8Array.from) { - Safer.from = function (value, encodingOrOffset, length) { - if (typeof value === 'number') { - throw new TypeError('The "value" argument must not be of type number. Received type ' + typeof value) - } - if (value && typeof value.length === 'undefined') { - throw new TypeError('The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type ' + typeof value) - } - return Buffer(value, encodingOrOffset, length) - } -} - -if (!Safer.alloc) { - Safer.alloc = function (size, fill, encoding) { - if (typeof size !== 'number') { - throw new TypeError('The "size" argument must be of type number. Received type ' + typeof size) - } - if (size < 0 || size >= 2 * (1 << 30)) { - throw new RangeError('The value "' + size + '" is invalid for option "size"') - } - var buf = Buffer(size) - if (!fill || fill.length === 0) { - buf.fill(0) - } else if (typeof encoding === 'string') { - buf.fill(fill, encoding) - } else { - buf.fill(fill) - } - return buf - } -} - -if (!safer.kStringMaxLength) { - try { - safer.kStringMaxLength = process.binding('buffer').kStringMaxLength - } catch (e) { - // we can't determine kStringMaxLength in environments where process.binding - // is unsupported, so let's not set it - } -} - -if (!safer.constants) { - safer.constants = { - MAX_LENGTH: safer.kMaxLength - } - if (safer.kStringMaxLength) { - safer.constants.MAX_STRING_LENGTH = safer.kStringMaxLength - } -} - -module.exports = safer diff --git a/software/flow/node_modules/npm/node_modules/safer-buffer/tests.js b/software/flow/node_modules/npm/node_modules/safer-buffer/tests.js deleted file mode 100644 index 7ed2777..0000000 --- a/software/flow/node_modules/npm/node_modules/safer-buffer/tests.js +++ /dev/null @@ -1,406 +0,0 @@ -/* eslint-disable node/no-deprecated-api */ - -'use strict' - -var test = require('tape') - -var buffer = require('buffer') - -var index = require('./') -var safer = require('./safer') -var dangerous = require('./dangerous') - -/* Inheritance tests */ - -test('Default is Safer', function (t) { - t.equal(index, safer) - t.notEqual(safer, dangerous) - t.notEqual(index, dangerous) - t.end() -}) - -test('Is not a function', function (t) { - [index, safer, dangerous].forEach(function (impl) { - t.equal(typeof impl, 'object') - t.equal(typeof impl.Buffer, 'object') - }); - [buffer].forEach(function (impl) { - t.equal(typeof impl, 'object') - t.equal(typeof impl.Buffer, 'function') - }) - t.end() -}) - -test('Constructor throws', function (t) { - [index, safer, dangerous].forEach(function (impl) { - t.throws(function () { impl.Buffer() }) - t.throws(function () { impl.Buffer(0) }) - t.throws(function () { impl.Buffer('a') }) - t.throws(function () { impl.Buffer('a', 'utf-8') }) - t.throws(function () { return new impl.Buffer() }) - t.throws(function () { return new impl.Buffer(0) }) - t.throws(function () { return new impl.Buffer('a') }) - t.throws(function () { return new impl.Buffer('a', 'utf-8') }) - }) - t.end() -}) - -test('Safe methods exist', function (t) { - [index, safer, dangerous].forEach(function (impl) { - t.equal(typeof impl.Buffer.alloc, 'function', 'alloc') - t.equal(typeof impl.Buffer.from, 'function', 'from') - }) - t.end() -}) - -test('Unsafe methods exist only in Dangerous', function (t) { - [index, safer].forEach(function (impl) { - t.equal(typeof impl.Buffer.allocUnsafe, 'undefined') - t.equal(typeof impl.Buffer.allocUnsafeSlow, 'undefined') - }); - [dangerous].forEach(function (impl) { - t.equal(typeof impl.Buffer.allocUnsafe, 'function') - t.equal(typeof impl.Buffer.allocUnsafeSlow, 'function') - }) - t.end() -}) - -test('Generic methods/properties are defined and equal', function (t) { - ['poolSize', 'isBuffer', 'concat', 'byteLength'].forEach(function (method) { - [index, safer, dangerous].forEach(function (impl) { - t.equal(impl.Buffer[method], buffer.Buffer[method], method) - t.notEqual(typeof impl.Buffer[method], 'undefined', method) - }) - }) - t.end() -}) - -test('Built-in buffer static methods/properties are inherited', function (t) { - Object.keys(buffer).forEach(function (method) { - if (method === 'SlowBuffer' || method === 'Buffer') return; - [index, safer, dangerous].forEach(function (impl) { - t.equal(impl[method], buffer[method], method) - t.notEqual(typeof impl[method], 'undefined', method) - }) - }) - t.end() -}) - -test('Built-in Buffer static methods/properties are inherited', function (t) { - Object.keys(buffer.Buffer).forEach(function (method) { - if (method === 'allocUnsafe' || method === 'allocUnsafeSlow') return; - [index, safer, dangerous].forEach(function (impl) { - t.equal(impl.Buffer[method], buffer.Buffer[method], method) - t.notEqual(typeof impl.Buffer[method], 'undefined', method) - }) - }) - t.end() -}) - -test('.prototype property of Buffer is inherited', function (t) { - [index, safer, dangerous].forEach(function (impl) { - t.equal(impl.Buffer.prototype, buffer.Buffer.prototype, 'prototype') - t.notEqual(typeof impl.Buffer.prototype, 'undefined', 'prototype') - }) - t.end() -}) - -test('All Safer methods are present in Dangerous', function (t) { - Object.keys(safer).forEach(function (method) { - if (method === 'Buffer') return; - [index, safer, dangerous].forEach(function (impl) { - t.equal(impl[method], safer[method], method) - if (method !== 'kStringMaxLength') { - t.notEqual(typeof impl[method], 'undefined', method) - } - }) - }) - Object.keys(safer.Buffer).forEach(function (method) { - [index, safer, dangerous].forEach(function (impl) { - t.equal(impl.Buffer[method], safer.Buffer[method], method) - t.notEqual(typeof impl.Buffer[method], 'undefined', method) - }) - }) - t.end() -}) - -test('Safe methods from Dangerous methods are present in Safer', function (t) { - Object.keys(dangerous).forEach(function (method) { - if (method === 'Buffer') return; - [index, safer, dangerous].forEach(function (impl) { - t.equal(impl[method], dangerous[method], method) - if (method !== 'kStringMaxLength') { - t.notEqual(typeof impl[method], 'undefined', method) - } - }) - }) - Object.keys(dangerous.Buffer).forEach(function (method) { - if (method === 'allocUnsafe' || method === 'allocUnsafeSlow') return; - [index, safer, dangerous].forEach(function (impl) { - t.equal(impl.Buffer[method], dangerous.Buffer[method], method) - t.notEqual(typeof impl.Buffer[method], 'undefined', method) - }) - }) - t.end() -}) - -/* Behaviour tests */ - -test('Methods return Buffers', function (t) { - [index, safer, dangerous].forEach(function (impl) { - t.ok(buffer.Buffer.isBuffer(impl.Buffer.alloc(0))) - t.ok(buffer.Buffer.isBuffer(impl.Buffer.alloc(0, 10))) - t.ok(buffer.Buffer.isBuffer(impl.Buffer.alloc(0, 'a'))) - t.ok(buffer.Buffer.isBuffer(impl.Buffer.alloc(10))) - t.ok(buffer.Buffer.isBuffer(impl.Buffer.alloc(10, 'x'))) - t.ok(buffer.Buffer.isBuffer(impl.Buffer.alloc(9, 'ab'))) - t.ok(buffer.Buffer.isBuffer(impl.Buffer.from(''))) - t.ok(buffer.Buffer.isBuffer(impl.Buffer.from('string'))) - t.ok(buffer.Buffer.isBuffer(impl.Buffer.from('string', 'utf-8'))) - t.ok(buffer.Buffer.isBuffer(impl.Buffer.from('b25ldHdvdGhyZWU=', 'base64'))) - t.ok(buffer.Buffer.isBuffer(impl.Buffer.from([0, 42, 3]))) - t.ok(buffer.Buffer.isBuffer(impl.Buffer.from(new Uint8Array([0, 42, 3])))) - t.ok(buffer.Buffer.isBuffer(impl.Buffer.from([]))) - }); - ['allocUnsafe', 'allocUnsafeSlow'].forEach(function (method) { - t.ok(buffer.Buffer.isBuffer(dangerous.Buffer[method](0))) - t.ok(buffer.Buffer.isBuffer(dangerous.Buffer[method](10))) - }) - t.end() -}) - -test('Constructor is buffer.Buffer', function (t) { - [index, safer, dangerous].forEach(function (impl) { - t.equal(impl.Buffer.alloc(0).constructor, buffer.Buffer) - t.equal(impl.Buffer.alloc(0, 10).constructor, buffer.Buffer) - t.equal(impl.Buffer.alloc(0, 'a').constructor, buffer.Buffer) - t.equal(impl.Buffer.alloc(10).constructor, buffer.Buffer) - t.equal(impl.Buffer.alloc(10, 'x').constructor, buffer.Buffer) - t.equal(impl.Buffer.alloc(9, 'ab').constructor, buffer.Buffer) - t.equal(impl.Buffer.from('').constructor, buffer.Buffer) - t.equal(impl.Buffer.from('string').constructor, buffer.Buffer) - t.equal(impl.Buffer.from('string', 'utf-8').constructor, buffer.Buffer) - t.equal(impl.Buffer.from('b25ldHdvdGhyZWU=', 'base64').constructor, buffer.Buffer) - t.equal(impl.Buffer.from([0, 42, 3]).constructor, buffer.Buffer) - t.equal(impl.Buffer.from(new Uint8Array([0, 42, 3])).constructor, buffer.Buffer) - t.equal(impl.Buffer.from([]).constructor, buffer.Buffer) - }); - [0, 10, 100].forEach(function (arg) { - t.equal(dangerous.Buffer.allocUnsafe(arg).constructor, buffer.Buffer) - t.equal(dangerous.Buffer.allocUnsafeSlow(arg).constructor, buffer.SlowBuffer(0).constructor) - }) - t.end() -}) - -test('Invalid calls throw', function (t) { - [index, safer, dangerous].forEach(function (impl) { - t.throws(function () { impl.Buffer.from(0) }) - t.throws(function () { impl.Buffer.from(10) }) - t.throws(function () { impl.Buffer.from(10, 'utf-8') }) - t.throws(function () { impl.Buffer.from('string', 'invalid encoding') }) - t.throws(function () { impl.Buffer.from(-10) }) - t.throws(function () { impl.Buffer.from(1e90) }) - t.throws(function () { impl.Buffer.from(Infinity) }) - t.throws(function () { impl.Buffer.from(-Infinity) }) - t.throws(function () { impl.Buffer.from(NaN) }) - t.throws(function () { impl.Buffer.from(null) }) - t.throws(function () { impl.Buffer.from(undefined) }) - t.throws(function () { impl.Buffer.from() }) - t.throws(function () { impl.Buffer.from({}) }) - t.throws(function () { impl.Buffer.alloc('') }) - t.throws(function () { impl.Buffer.alloc('string') }) - t.throws(function () { impl.Buffer.alloc('string', 'utf-8') }) - t.throws(function () { impl.Buffer.alloc('b25ldHdvdGhyZWU=', 'base64') }) - t.throws(function () { impl.Buffer.alloc(-10) }) - t.throws(function () { impl.Buffer.alloc(1e90) }) - t.throws(function () { impl.Buffer.alloc(2 * (1 << 30)) }) - t.throws(function () { impl.Buffer.alloc(Infinity) }) - t.throws(function () { impl.Buffer.alloc(-Infinity) }) - t.throws(function () { impl.Buffer.alloc(null) }) - t.throws(function () { impl.Buffer.alloc(undefined) }) - t.throws(function () { impl.Buffer.alloc() }) - t.throws(function () { impl.Buffer.alloc([]) }) - t.throws(function () { impl.Buffer.alloc([0, 42, 3]) }) - t.throws(function () { impl.Buffer.alloc({}) }) - }); - ['allocUnsafe', 'allocUnsafeSlow'].forEach(function (method) { - t.throws(function () { dangerous.Buffer[method]('') }) - t.throws(function () { dangerous.Buffer[method]('string') }) - t.throws(function () { dangerous.Buffer[method]('string', 'utf-8') }) - t.throws(function () { dangerous.Buffer[method](2 * (1 << 30)) }) - t.throws(function () { dangerous.Buffer[method](Infinity) }) - if (dangerous.Buffer[method] === buffer.Buffer.allocUnsafe) { - t.skip('Skipping, older impl of allocUnsafe coerced negative sizes to 0') - } else { - t.throws(function () { dangerous.Buffer[method](-10) }) - t.throws(function () { dangerous.Buffer[method](-1e90) }) - t.throws(function () { dangerous.Buffer[method](-Infinity) }) - } - t.throws(function () { dangerous.Buffer[method](null) }) - t.throws(function () { dangerous.Buffer[method](undefined) }) - t.throws(function () { dangerous.Buffer[method]() }) - t.throws(function () { dangerous.Buffer[method]([]) }) - t.throws(function () { dangerous.Buffer[method]([0, 42, 3]) }) - t.throws(function () { dangerous.Buffer[method]({}) }) - }) - t.end() -}) - -test('Buffers have appropriate lengths', function (t) { - [index, safer, dangerous].forEach(function (impl) { - t.equal(impl.Buffer.alloc(0).length, 0) - t.equal(impl.Buffer.alloc(10).length, 10) - t.equal(impl.Buffer.from('').length, 0) - t.equal(impl.Buffer.from('string').length, 6) - t.equal(impl.Buffer.from('string', 'utf-8').length, 6) - t.equal(impl.Buffer.from('b25ldHdvdGhyZWU=', 'base64').length, 11) - t.equal(impl.Buffer.from([0, 42, 3]).length, 3) - t.equal(impl.Buffer.from(new Uint8Array([0, 42, 3])).length, 3) - t.equal(impl.Buffer.from([]).length, 0) - }); - ['allocUnsafe', 'allocUnsafeSlow'].forEach(function (method) { - t.equal(dangerous.Buffer[method](0).length, 0) - t.equal(dangerous.Buffer[method](10).length, 10) - }) - t.end() -}) - -test('Buffers have appropriate lengths (2)', function (t) { - t.equal(index.Buffer.alloc, safer.Buffer.alloc) - t.equal(index.Buffer.alloc, dangerous.Buffer.alloc) - var ok = true; - [ safer.Buffer.alloc, - dangerous.Buffer.allocUnsafe, - dangerous.Buffer.allocUnsafeSlow - ].forEach(function (method) { - for (var i = 0; i < 1e2; i++) { - var length = Math.round(Math.random() * 1e5) - var buf = method(length) - if (!buffer.Buffer.isBuffer(buf)) ok = false - if (buf.length !== length) ok = false - } - }) - t.ok(ok) - t.end() -}) - -test('.alloc(size) is zero-filled and has correct length', function (t) { - t.equal(index.Buffer.alloc, safer.Buffer.alloc) - t.equal(index.Buffer.alloc, dangerous.Buffer.alloc) - var ok = true - for (var i = 0; i < 1e2; i++) { - var length = Math.round(Math.random() * 2e6) - var buf = index.Buffer.alloc(length) - if (!buffer.Buffer.isBuffer(buf)) ok = false - if (buf.length !== length) ok = false - var j - for (j = 0; j < length; j++) { - if (buf[j] !== 0) ok = false - } - buf.fill(1) - for (j = 0; j < length; j++) { - if (buf[j] !== 1) ok = false - } - } - t.ok(ok) - t.end() -}) - -test('.allocUnsafe / .allocUnsafeSlow are fillable and have correct lengths', function (t) { - ['allocUnsafe', 'allocUnsafeSlow'].forEach(function (method) { - var ok = true - for (var i = 0; i < 1e2; i++) { - var length = Math.round(Math.random() * 2e6) - var buf = dangerous.Buffer[method](length) - if (!buffer.Buffer.isBuffer(buf)) ok = false - if (buf.length !== length) ok = false - buf.fill(0, 0, length) - var j - for (j = 0; j < length; j++) { - if (buf[j] !== 0) ok = false - } - buf.fill(1, 0, length) - for (j = 0; j < length; j++) { - if (buf[j] !== 1) ok = false - } - } - t.ok(ok, method) - }) - t.end() -}) - -test('.alloc(size, fill) is `fill`-filled', function (t) { - t.equal(index.Buffer.alloc, safer.Buffer.alloc) - t.equal(index.Buffer.alloc, dangerous.Buffer.alloc) - var ok = true - for (var i = 0; i < 1e2; i++) { - var length = Math.round(Math.random() * 2e6) - var fill = Math.round(Math.random() * 255) - var buf = index.Buffer.alloc(length, fill) - if (!buffer.Buffer.isBuffer(buf)) ok = false - if (buf.length !== length) ok = false - for (var j = 0; j < length; j++) { - if (buf[j] !== fill) ok = false - } - } - t.ok(ok) - t.end() -}) - -test('.alloc(size, fill) is `fill`-filled', function (t) { - t.equal(index.Buffer.alloc, safer.Buffer.alloc) - t.equal(index.Buffer.alloc, dangerous.Buffer.alloc) - var ok = true - for (var i = 0; i < 1e2; i++) { - var length = Math.round(Math.random() * 2e6) - var fill = Math.round(Math.random() * 255) - var buf = index.Buffer.alloc(length, fill) - if (!buffer.Buffer.isBuffer(buf)) ok = false - if (buf.length !== length) ok = false - for (var j = 0; j < length; j++) { - if (buf[j] !== fill) ok = false - } - } - t.ok(ok) - t.deepEqual(index.Buffer.alloc(9, 'a'), index.Buffer.alloc(9, 97)) - t.notDeepEqual(index.Buffer.alloc(9, 'a'), index.Buffer.alloc(9, 98)) - - var tmp = new buffer.Buffer(2) - tmp.fill('ok') - if (tmp[1] === tmp[0]) { - // Outdated Node.js - t.deepEqual(index.Buffer.alloc(5, 'ok'), index.Buffer.from('ooooo')) - } else { - t.deepEqual(index.Buffer.alloc(5, 'ok'), index.Buffer.from('okoko')) - } - t.notDeepEqual(index.Buffer.alloc(5, 'ok'), index.Buffer.from('kokok')) - - t.end() -}) - -test('safer.Buffer.from returns results same as Buffer constructor', function (t) { - [index, safer, dangerous].forEach(function (impl) { - t.deepEqual(impl.Buffer.from(''), new buffer.Buffer('')) - t.deepEqual(impl.Buffer.from('string'), new buffer.Buffer('string')) - t.deepEqual(impl.Buffer.from('string', 'utf-8'), new buffer.Buffer('string', 'utf-8')) - t.deepEqual(impl.Buffer.from('b25ldHdvdGhyZWU=', 'base64'), new buffer.Buffer('b25ldHdvdGhyZWU=', 'base64')) - t.deepEqual(impl.Buffer.from([0, 42, 3]), new buffer.Buffer([0, 42, 3])) - t.deepEqual(impl.Buffer.from(new Uint8Array([0, 42, 3])), new buffer.Buffer(new Uint8Array([0, 42, 3]))) - t.deepEqual(impl.Buffer.from([]), new buffer.Buffer([])) - }) - t.end() -}) - -test('safer.Buffer.from returns consistent results', function (t) { - [index, safer, dangerous].forEach(function (impl) { - t.deepEqual(impl.Buffer.from(''), impl.Buffer.alloc(0)) - t.deepEqual(impl.Buffer.from([]), impl.Buffer.alloc(0)) - t.deepEqual(impl.Buffer.from(new Uint8Array([])), impl.Buffer.alloc(0)) - t.deepEqual(impl.Buffer.from('string', 'utf-8'), impl.Buffer.from('string')) - t.deepEqual(impl.Buffer.from('string'), impl.Buffer.from([115, 116, 114, 105, 110, 103])) - t.deepEqual(impl.Buffer.from('string'), impl.Buffer.from(impl.Buffer.from('string'))) - t.deepEqual(impl.Buffer.from('b25ldHdvdGhyZWU=', 'base64'), impl.Buffer.from('onetwothree')) - t.notDeepEqual(impl.Buffer.from('b25ldHdvdGhyZWU='), impl.Buffer.from('onetwothree')) - }) - t.end() -}) diff --git a/software/flow/node_modules/npm/node_modules/semver/LICENSE b/software/flow/node_modules/npm/node_modules/semver/LICENSE deleted file mode 100644 index 19129e3..0000000 --- a/software/flow/node_modules/npm/node_modules/semver/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -The ISC License - -Copyright (c) Isaac Z. Schlueter and Contributors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/semver/README.md b/software/flow/node_modules/npm/node_modules/semver/README.md deleted file mode 100644 index df54e7a..0000000 --- a/software/flow/node_modules/npm/node_modules/semver/README.md +++ /dev/null @@ -1,568 +0,0 @@ -semver(1) -- The semantic versioner for npm -=========================================== - -## Install - -```bash -npm install semver -```` - -## Usage - -As a node module: - -```js -const semver = require('semver') - -semver.valid('1.2.3') // '1.2.3' -semver.valid('a.b.c') // null -semver.clean(' =v1.2.3 ') // '1.2.3' -semver.satisfies('1.2.3', '1.x || >=2.5.0 || 5.0.0 - 7.2.3') // true -semver.gt('1.2.3', '9.8.7') // false -semver.lt('1.2.3', '9.8.7') // true -semver.minVersion('>=1.0.0') // '1.0.0' -semver.valid(semver.coerce('v2')) // '2.0.0' -semver.valid(semver.coerce('42.6.7.9.3-alpha')) // '42.6.7' -``` - -You can also just load the module for the function that you care about, if -you'd like to minimize your footprint. - -```js -// load the whole API at once in a single object -const semver = require('semver') - -// or just load the bits you need -// all of them listed here, just pick and choose what you want - -// classes -const SemVer = require('semver/classes/semver') -const Comparator = require('semver/classes/comparator') -const Range = require('semver/classes/range') - -// functions for working with versions -const semverParse = require('semver/functions/parse') -const semverValid = require('semver/functions/valid') -const semverClean = require('semver/functions/clean') -const semverInc = require('semver/functions/inc') -const semverDiff = require('semver/functions/diff') -const semverMajor = require('semver/functions/major') -const semverMinor = require('semver/functions/minor') -const semverPatch = require('semver/functions/patch') -const semverPrerelease = require('semver/functions/prerelease') -const semverCompare = require('semver/functions/compare') -const semverRcompare = require('semver/functions/rcompare') -const semverCompareLoose = require('semver/functions/compare-loose') -const semverCompareBuild = require('semver/functions/compare-build') -const semverSort = require('semver/functions/sort') -const semverRsort = require('semver/functions/rsort') - -// low-level comparators between versions -const semverGt = require('semver/functions/gt') -const semverLt = require('semver/functions/lt') -const semverEq = require('semver/functions/eq') -const semverNeq = require('semver/functions/neq') -const semverGte = require('semver/functions/gte') -const semverLte = require('semver/functions/lte') -const semverCmp = require('semver/functions/cmp') -const semverCoerce = require('semver/functions/coerce') - -// working with ranges -const semverSatisfies = require('semver/functions/satisfies') -const semverMaxSatisfying = require('semver/ranges/max-satisfying') -const semverMinSatisfying = require('semver/ranges/min-satisfying') -const semverToComparators = require('semver/ranges/to-comparators') -const semverMinVersion = require('semver/ranges/min-version') -const semverValidRange = require('semver/ranges/valid') -const semverOutside = require('semver/ranges/outside') -const semverGtr = require('semver/ranges/gtr') -const semverLtr = require('semver/ranges/ltr') -const semverIntersects = require('semver/ranges/intersects') -const simplifyRange = require('semver/ranges/simplify') -const rangeSubset = require('semver/ranges/subset') -``` - -As a command-line utility: - -``` -$ semver -h - -A JavaScript implementation of the https://semver.org/ specification -Copyright Isaac Z. Schlueter - -Usage: semver [options] <version> [<version> [...]] -Prints valid versions sorted by SemVer precedence - -Options: --r --range <range> - Print versions that match the specified range. - --i --increment [<level>] - Increment a version by the specified level. Level can - be one of: major, minor, patch, premajor, preminor, - prepatch, or prerelease. Default level is 'patch'. - Only one version may be specified. - ---preid <identifier> - Identifier to be used to prefix premajor, preminor, - prepatch or prerelease version increments. - --l --loose - Interpret versions and ranges loosely - --p --include-prerelease - Always include prerelease versions in range matching - --c --coerce - Coerce a string into SemVer if possible - (does not imply --loose) - ---rtl - Coerce version strings right to left - ---ltr - Coerce version strings left to right (default) - -Program exits successfully if any valid version satisfies -all supplied ranges, and prints all satisfying versions. - -If no satisfying versions are found, then exits failure. - -Versions are printed in ascending order, so supplying -multiple versions to the utility will just sort them. -``` - -## Versions - -A "version" is described by the `v2.0.0` specification found at -<https://semver.org/>. - -A leading `"="` or `"v"` character is stripped off and ignored. - -## Ranges - -A `version range` is a set of `comparators` which specify versions -that satisfy the range. - -A `comparator` is composed of an `operator` and a `version`. The set -of primitive `operators` is: - -* `<` Less than -* `<=` Less than or equal to -* `>` Greater than -* `>=` Greater than or equal to -* `=` Equal. If no operator is specified, then equality is assumed, - so this operator is optional, but MAY be included. - -For example, the comparator `>=1.2.7` would match the versions -`1.2.7`, `1.2.8`, `2.5.3`, and `1.3.9`, but not the versions `1.2.6` -or `1.1.0`. - -Comparators can be joined by whitespace to form a `comparator set`, -which is satisfied by the **intersection** of all of the comparators -it includes. - -A range is composed of one or more comparator sets, joined by `||`. A -version matches a range if and only if every comparator in at least -one of the `||`-separated comparator sets is satisfied by the version. - -For example, the range `>=1.2.7 <1.3.0` would match the versions -`1.2.7`, `1.2.8`, and `1.2.99`, but not the versions `1.2.6`, `1.3.0`, -or `1.1.0`. - -The range `1.2.7 || >=1.2.9 <2.0.0` would match the versions `1.2.7`, -`1.2.9`, and `1.4.6`, but not the versions `1.2.8` or `2.0.0`. - -### Prerelease Tags - -If a version has a prerelease tag (for example, `1.2.3-alpha.3`) then -it will only be allowed to satisfy comparator sets if at least one -comparator with the same `[major, minor, patch]` tuple also has a -prerelease tag. - -For example, the range `>1.2.3-alpha.3` would be allowed to match the -version `1.2.3-alpha.7`, but it would *not* be satisfied by -`3.4.5-alpha.9`, even though `3.4.5-alpha.9` is technically "greater -than" `1.2.3-alpha.3` according to the SemVer sort rules. The version -range only accepts prerelease tags on the `1.2.3` version. The -version `3.4.5` *would* satisfy the range, because it does not have a -prerelease flag, and `3.4.5` is greater than `1.2.3-alpha.7`. - -The purpose for this behavior is twofold. First, prerelease versions -frequently are updated very quickly, and contain many breaking changes -that are (by the author's design) not yet fit for public consumption. -Therefore, by default, they are excluded from range matching -semantics. - -Second, a user who has opted into using a prerelease version has -clearly indicated the intent to use *that specific* set of -alpha/beta/rc versions. By including a prerelease tag in the range, -the user is indicating that they are aware of the risk. However, it -is still not appropriate to assume that they have opted into taking a -similar risk on the *next* set of prerelease versions. - -Note that this behavior can be suppressed (treating all prerelease -versions as if they were normal versions, for the purpose of range -matching) by setting the `includePrerelease` flag on the options -object to any -[functions](https://github.com/npm/node-semver#functions) that do -range matching. - -#### Prerelease Identifiers - -The method `.inc` takes an additional `identifier` string argument that -will append the value of the string as a prerelease identifier: - -```javascript -semver.inc('1.2.3', 'prerelease', 'beta') -// '1.2.4-beta.0' -``` - -command-line example: - -```bash -$ semver 1.2.3 -i prerelease --preid beta -1.2.4-beta.0 -``` - -Which then can be used to increment further: - -```bash -$ semver 1.2.4-beta.0 -i prerelease -1.2.4-beta.1 -``` - -### Advanced Range Syntax - -Advanced range syntax desugars to primitive comparators in -deterministic ways. - -Advanced ranges may be combined in the same way as primitive -comparators using white space or `||`. - -#### Hyphen Ranges `X.Y.Z - A.B.C` - -Specifies an inclusive set. - -* `1.2.3 - 2.3.4` := `>=1.2.3 <=2.3.4` - -If a partial version is provided as the first version in the inclusive -range, then the missing pieces are replaced with zeroes. - -* `1.2 - 2.3.4` := `>=1.2.0 <=2.3.4` - -If a partial version is provided as the second version in the -inclusive range, then all versions that start with the supplied parts -of the tuple are accepted, but nothing that would be greater than the -provided tuple parts. - -* `1.2.3 - 2.3` := `>=1.2.3 <2.4.0-0` -* `1.2.3 - 2` := `>=1.2.3 <3.0.0-0` - -#### X-Ranges `1.2.x` `1.X` `1.2.*` `*` - -Any of `X`, `x`, or `*` may be used to "stand in" for one of the -numeric values in the `[major, minor, patch]` tuple. - -* `*` := `>=0.0.0` (Any non-prerelease version satisfies, unless - `includePrerelease` is specified, in which case any version at all - satisfies) -* `1.x` := `>=1.0.0 <2.0.0-0` (Matching major version) -* `1.2.x` := `>=1.2.0 <1.3.0-0` (Matching major and minor versions) - -A partial version range is treated as an X-Range, so the special -character is in fact optional. - -* `""` (empty string) := `*` := `>=0.0.0` -* `1` := `1.x.x` := `>=1.0.0 <2.0.0-0` -* `1.2` := `1.2.x` := `>=1.2.0 <1.3.0-0` - -#### Tilde Ranges `~1.2.3` `~1.2` `~1` - -Allows patch-level changes if a minor version is specified on the -comparator. Allows minor-level changes if not. - -* `~1.2.3` := `>=1.2.3 <1.(2+1).0` := `>=1.2.3 <1.3.0-0` -* `~1.2` := `>=1.2.0 <1.(2+1).0` := `>=1.2.0 <1.3.0-0` (Same as `1.2.x`) -* `~1` := `>=1.0.0 <(1+1).0.0` := `>=1.0.0 <2.0.0-0` (Same as `1.x`) -* `~0.2.3` := `>=0.2.3 <0.(2+1).0` := `>=0.2.3 <0.3.0-0` -* `~0.2` := `>=0.2.0 <0.(2+1).0` := `>=0.2.0 <0.3.0-0` (Same as `0.2.x`) -* `~0` := `>=0.0.0 <(0+1).0.0` := `>=0.0.0 <1.0.0-0` (Same as `0.x`) -* `~1.2.3-beta.2` := `>=1.2.3-beta.2 <1.3.0-0` Note that prereleases in - the `1.2.3` version will be allowed, if they are greater than or - equal to `beta.2`. So, `1.2.3-beta.4` would be allowed, but - `1.2.4-beta.2` would not, because it is a prerelease of a - different `[major, minor, patch]` tuple. - -#### Caret Ranges `^1.2.3` `^0.2.5` `^0.0.4` - -Allows changes that do not modify the left-most non-zero element in the -`[major, minor, patch]` tuple. In other words, this allows patch and -minor updates for versions `1.0.0` and above, patch updates for -versions `0.X >=0.1.0`, and *no* updates for versions `0.0.X`. - -Many authors treat a `0.x` version as if the `x` were the major -"breaking-change" indicator. - -Caret ranges are ideal when an author may make breaking changes -between `0.2.4` and `0.3.0` releases, which is a common practice. -However, it presumes that there will *not* be breaking changes between -`0.2.4` and `0.2.5`. It allows for changes that are presumed to be -additive (but non-breaking), according to commonly observed practices. - -* `^1.2.3` := `>=1.2.3 <2.0.0-0` -* `^0.2.3` := `>=0.2.3 <0.3.0-0` -* `^0.0.3` := `>=0.0.3 <0.0.4-0` -* `^1.2.3-beta.2` := `>=1.2.3-beta.2 <2.0.0-0` Note that prereleases in - the `1.2.3` version will be allowed, if they are greater than or - equal to `beta.2`. So, `1.2.3-beta.4` would be allowed, but - `1.2.4-beta.2` would not, because it is a prerelease of a - different `[major, minor, patch]` tuple. -* `^0.0.3-beta` := `>=0.0.3-beta <0.0.4-0` Note that prereleases in the - `0.0.3` version *only* will be allowed, if they are greater than or - equal to `beta`. So, `0.0.3-pr.2` would be allowed. - -When parsing caret ranges, a missing `patch` value desugars to the -number `0`, but will allow flexibility within that value, even if the -major and minor versions are both `0`. - -* `^1.2.x` := `>=1.2.0 <2.0.0-0` -* `^0.0.x` := `>=0.0.0 <0.1.0-0` -* `^0.0` := `>=0.0.0 <0.1.0-0` - -A missing `minor` and `patch` values will desugar to zero, but also -allow flexibility within those values, even if the major version is -zero. - -* `^1.x` := `>=1.0.0 <2.0.0-0` -* `^0.x` := `>=0.0.0 <1.0.0-0` - -### Range Grammar - -Putting all this together, here is a Backus-Naur grammar for ranges, -for the benefit of parser authors: - -```bnf -range-set ::= range ( logical-or range ) * -logical-or ::= ( ' ' ) * '||' ( ' ' ) * -range ::= hyphen | simple ( ' ' simple ) * | '' -hyphen ::= partial ' - ' partial -simple ::= primitive | partial | tilde | caret -primitive ::= ( '<' | '>' | '>=' | '<=' | '=' ) partial -partial ::= xr ( '.' xr ( '.' xr qualifier ? )? )? -xr ::= 'x' | 'X' | '*' | nr -nr ::= '0' | ['1'-'9'] ( ['0'-'9'] ) * -tilde ::= '~' partial -caret ::= '^' partial -qualifier ::= ( '-' pre )? ( '+' build )? -pre ::= parts -build ::= parts -parts ::= part ( '.' part ) * -part ::= nr | [-0-9A-Za-z]+ -``` - -## Functions - -All methods and classes take a final `options` object argument. All -options in this object are `false` by default. The options supported -are: - -- `loose` Be more forgiving about not-quite-valid semver strings. - (Any resulting output will always be 100% strict compliant, of - course.) For backwards compatibility reasons, if the `options` - argument is a boolean value instead of an object, it is interpreted - to be the `loose` param. -- `includePrerelease` Set to suppress the [default - behavior](https://github.com/npm/node-semver#prerelease-tags) of - excluding prerelease tagged versions from ranges unless they are - explicitly opted into. - -Strict-mode Comparators and Ranges will be strict about the SemVer -strings that they parse. - -* `valid(v)`: Return the parsed version, or null if it's not valid. -* `inc(v, release)`: Return the version incremented by the release - type (`major`, `premajor`, `minor`, `preminor`, `patch`, - `prepatch`, or `prerelease`), or null if it's not valid - * `premajor` in one call will bump the version up to the next major - version and down to a prerelease of that major version. - `preminor`, and `prepatch` work the same way. - * If called from a non-prerelease version, the `prerelease` will work the - same as `prepatch`. It increments the patch version, then makes a - prerelease. If the input version is already a prerelease it simply - increments it. -* `prerelease(v)`: Returns an array of prerelease components, or null - if none exist. Example: `prerelease('1.2.3-alpha.1') -> ['alpha', 1]` -* `major(v)`: Return the major version number. -* `minor(v)`: Return the minor version number. -* `patch(v)`: Return the patch version number. -* `intersects(r1, r2, loose)`: Return true if the two supplied ranges - or comparators intersect. -* `parse(v)`: Attempt to parse a string as a semantic version, returning either - a `SemVer` object or `null`. - -### Comparison - -* `gt(v1, v2)`: `v1 > v2` -* `gte(v1, v2)`: `v1 >= v2` -* `lt(v1, v2)`: `v1 < v2` -* `lte(v1, v2)`: `v1 <= v2` -* `eq(v1, v2)`: `v1 == v2` This is true if they're logically equivalent, - even if they're not the exact same string. You already know how to - compare strings. -* `neq(v1, v2)`: `v1 != v2` The opposite of `eq`. -* `cmp(v1, comparator, v2)`: Pass in a comparison string, and it'll call - the corresponding function above. `"==="` and `"!=="` do simple - string comparison, but are included for completeness. Throws if an - invalid comparison string is provided. -* `compare(v1, v2)`: Return `0` if `v1 == v2`, or `1` if `v1` is greater, or `-1` if - `v2` is greater. Sorts in ascending order if passed to `Array.sort()`. -* `rcompare(v1, v2)`: The reverse of compare. Sorts an array of versions - in descending order when passed to `Array.sort()`. -* `compareBuild(v1, v2)`: The same as `compare` but considers `build` when two versions - are equal. Sorts in ascending order if passed to `Array.sort()`. - `v2` is greater. Sorts in ascending order if passed to `Array.sort()`. -* `diff(v1, v2)`: Returns difference between two versions by the release type - (`major`, `premajor`, `minor`, `preminor`, `patch`, `prepatch`, or `prerelease`), - or null if the versions are the same. - -### Comparators - -* `intersects(comparator)`: Return true if the comparators intersect - -### Ranges - -* `validRange(range)`: Return the valid range or null if it's not valid -* `satisfies(version, range)`: Return true if the version satisfies the - range. -* `maxSatisfying(versions, range)`: Return the highest version in the list - that satisfies the range, or `null` if none of them do. -* `minSatisfying(versions, range)`: Return the lowest version in the list - that satisfies the range, or `null` if none of them do. -* `minVersion(range)`: Return the lowest version that can possibly match - the given range. -* `gtr(version, range)`: Return `true` if version is greater than all the - versions possible in the range. -* `ltr(version, range)`: Return `true` if version is less than all the - versions possible in the range. -* `outside(version, range, hilo)`: Return true if the version is outside - the bounds of the range in either the high or low direction. The - `hilo` argument must be either the string `'>'` or `'<'`. (This is - the function called by `gtr` and `ltr`.) -* `intersects(range)`: Return true if any of the ranges comparators intersect -* `simplifyRange(versions, range)`: Return a "simplified" range that - matches the same items in `versions` list as the range specified. Note - that it does *not* guarantee that it would match the same versions in all - cases, only for the set of versions provided. This is useful when - generating ranges by joining together multiple versions with `||` - programmatically, to provide the user with something a bit more - ergonomic. If the provided range is shorter in string-length than the - generated range, then that is returned. -* `subset(subRange, superRange)`: Return `true` if the `subRange` range is - entirely contained by the `superRange` range. - -Note that, since ranges may be non-contiguous, a version might not be -greater than a range, less than a range, *or* satisfy a range! For -example, the range `1.2 <1.2.9 || >2.0.0` would have a hole from `1.2.9` -until `2.0.0`, so the version `1.2.10` would not be greater than the -range (because `2.0.1` satisfies, which is higher), nor less than the -range (since `1.2.8` satisfies, which is lower), and it also does not -satisfy the range. - -If you want to know if a version satisfies or does not satisfy a -range, use the `satisfies(version, range)` function. - -### Coercion - -* `coerce(version, options)`: Coerces a string to semver if possible - -This aims to provide a very forgiving translation of a non-semver string to -semver. It looks for the first digit in a string, and consumes all -remaining characters which satisfy at least a partial semver (e.g., `1`, -`1.2`, `1.2.3`) up to the max permitted length (256 characters). Longer -versions are simply truncated (`4.6.3.9.2-alpha2` becomes `4.6.3`). All -surrounding text is simply ignored (`v3.4 replaces v3.3.1` becomes -`3.4.0`). Only text which lacks digits will fail coercion (`version one` -is not valid). The maximum length for any semver component considered for -coercion is 16 characters; longer components will be ignored -(`10000000000000000.4.7.4` becomes `4.7.4`). The maximum value for any -semver component is `Number.MAX_SAFE_INTEGER || (2**53 - 1)`; higher value -components are invalid (`9999999999999999.4.7.4` is likely invalid). - -If the `options.rtl` flag is set, then `coerce` will return the right-most -coercible tuple that does not share an ending index with a longer coercible -tuple. For example, `1.2.3.4` will return `2.3.4` in rtl mode, not -`4.0.0`. `1.2.3/4` will return `4.0.0`, because the `4` is not a part of -any other overlapping SemVer tuple. - -### Clean - -* `clean(version)`: Clean a string to be a valid semver if possible - -This will return a cleaned and trimmed semver version. If the provided -version is not valid a null will be returned. This does not work for -ranges. - -ex. -* `s.clean(' = v 2.1.5foo')`: `null` -* `s.clean(' = v 2.1.5foo', { loose: true })`: `'2.1.5-foo'` -* `s.clean(' = v 2.1.5-foo')`: `null` -* `s.clean(' = v 2.1.5-foo', { loose: true })`: `'2.1.5-foo'` -* `s.clean('=v2.1.5')`: `'2.1.5'` -* `s.clean(' =v2.1.5')`: `2.1.5` -* `s.clean(' 2.1.5 ')`: `'2.1.5'` -* `s.clean('~1.0.0')`: `null` - -## Exported Modules - -<!-- -TODO: Make sure that all of these items are documented (classes aren't, -eg), and then pull the module name into the documentation for that specific -thing. ---> - -You may pull in just the part of this semver utility that you need, if you -are sensitive to packing and tree-shaking concerns. The main -`require('semver')` export uses getter functions to lazily load the parts -of the API that are used. - -The following modules are available: - -* `require('semver')` -* `require('semver/classes')` -* `require('semver/classes/comparator')` -* `require('semver/classes/range')` -* `require('semver/classes/semver')` -* `require('semver/functions/clean')` -* `require('semver/functions/cmp')` -* `require('semver/functions/coerce')` -* `require('semver/functions/compare')` -* `require('semver/functions/compare-build')` -* `require('semver/functions/compare-loose')` -* `require('semver/functions/diff')` -* `require('semver/functions/eq')` -* `require('semver/functions/gt')` -* `require('semver/functions/gte')` -* `require('semver/functions/inc')` -* `require('semver/functions/lt')` -* `require('semver/functions/lte')` -* `require('semver/functions/major')` -* `require('semver/functions/minor')` -* `require('semver/functions/neq')` -* `require('semver/functions/parse')` -* `require('semver/functions/patch')` -* `require('semver/functions/prerelease')` -* `require('semver/functions/rcompare')` -* `require('semver/functions/rsort')` -* `require('semver/functions/satisfies')` -* `require('semver/functions/sort')` -* `require('semver/functions/valid')` -* `require('semver/ranges/gtr')` -* `require('semver/ranges/intersects')` -* `require('semver/ranges/ltr')` -* `require('semver/ranges/max-satisfying')` -* `require('semver/ranges/min-satisfying')` -* `require('semver/ranges/min-version')` -* `require('semver/ranges/outside')` -* `require('semver/ranges/to-comparators')` -* `require('semver/ranges/valid')` diff --git a/software/flow/node_modules/npm/node_modules/semver/bin/semver.js b/software/flow/node_modules/npm/node_modules/semver/bin/semver.js deleted file mode 100755 index 8d1b557..0000000 --- a/software/flow/node_modules/npm/node_modules/semver/bin/semver.js +++ /dev/null @@ -1,183 +0,0 @@ -#!/usr/bin/env node -// Standalone semver comparison program. -// Exits successfully and prints matching version(s) if -// any supplied version is valid and passes all tests. - -const argv = process.argv.slice(2) - -let versions = [] - -const range = [] - -let inc = null - -const version = require('../package.json').version - -let loose = false - -let includePrerelease = false - -let coerce = false - -let rtl = false - -let identifier - -const semver = require('../') - -let reverse = false - -let options = {} - -const main = () => { - if (!argv.length) { - return help() - } - while (argv.length) { - let a = argv.shift() - const indexOfEqualSign = a.indexOf('=') - if (indexOfEqualSign !== -1) { - const value = a.slice(indexOfEqualSign + 1) - a = a.slice(0, indexOfEqualSign) - argv.unshift(value) - } - switch (a) { - case '-rv': case '-rev': case '--rev': case '--reverse': - reverse = true - break - case '-l': case '--loose': - loose = true - break - case '-p': case '--include-prerelease': - includePrerelease = true - break - case '-v': case '--version': - versions.push(argv.shift()) - break - case '-i': case '--inc': case '--increment': - switch (argv[0]) { - case 'major': case 'minor': case 'patch': case 'prerelease': - case 'premajor': case 'preminor': case 'prepatch': - inc = argv.shift() - break - default: - inc = 'patch' - break - } - break - case '--preid': - identifier = argv.shift() - break - case '-r': case '--range': - range.push(argv.shift()) - break - case '-c': case '--coerce': - coerce = true - break - case '--rtl': - rtl = true - break - case '--ltr': - rtl = false - break - case '-h': case '--help': case '-?': - return help() - default: - versions.push(a) - break - } - } - - options = { loose: loose, includePrerelease: includePrerelease, rtl: rtl } - - versions = versions.map((v) => { - return coerce ? (semver.coerce(v, options) || { version: v }).version : v - }).filter((v) => { - return semver.valid(v) - }) - if (!versions.length) { - return fail() - } - if (inc && (versions.length !== 1 || range.length)) { - return failInc() - } - - for (let i = 0, l = range.length; i < l; i++) { - versions = versions.filter((v) => { - return semver.satisfies(v, range[i], options) - }) - if (!versions.length) { - return fail() - } - } - return success(versions) -} - -const failInc = () => { - console.error('--inc can only be used on a single version with no range') - fail() -} - -const fail = () => process.exit(1) - -const success = () => { - const compare = reverse ? 'rcompare' : 'compare' - versions.sort((a, b) => { - return semver[compare](a, b, options) - }).map((v) => { - return semver.clean(v, options) - }).map((v) => { - return inc ? semver.inc(v, inc, options, identifier) : v - }).forEach((v, i, _) => { - console.log(v) - }) -} - -const help = () => console.log( -`SemVer ${version} - -A JavaScript implementation of the https://semver.org/ specification -Copyright Isaac Z. Schlueter - -Usage: semver [options] <version> [<version> [...]] -Prints valid versions sorted by SemVer precedence - -Options: --r --range <range> - Print versions that match the specified range. - --i --increment [<level>] - Increment a version by the specified level. Level can - be one of: major, minor, patch, premajor, preminor, - prepatch, or prerelease. Default level is 'patch'. - Only one version may be specified. - ---preid <identifier> - Identifier to be used to prefix premajor, preminor, - prepatch or prerelease version increments. - --l --loose - Interpret versions and ranges loosely - --p --include-prerelease - Always include prerelease versions in range matching - --c --coerce - Coerce a string into SemVer if possible - (does not imply --loose) - ---rtl - Coerce version strings right to left - ---ltr - Coerce version strings left to right (default) - -Program exits successfully if any valid version satisfies -all supplied ranges, and prints all satisfying versions. - -If no satisfying versions are found, then exits failure. - -Versions are printed in ascending order, so supplying -multiple versions to the utility will just sort them.`) - -main() diff --git a/software/flow/node_modules/npm/node_modules/semver/classes/comparator.js b/software/flow/node_modules/npm/node_modules/semver/classes/comparator.js deleted file mode 100644 index 62cd204..0000000 --- a/software/flow/node_modules/npm/node_modules/semver/classes/comparator.js +++ /dev/null @@ -1,136 +0,0 @@ -const ANY = Symbol('SemVer ANY') -// hoisted class for cyclic dependency -class Comparator { - static get ANY () { - return ANY - } - - constructor (comp, options) { - options = parseOptions(options) - - if (comp instanceof Comparator) { - if (comp.loose === !!options.loose) { - return comp - } else { - comp = comp.value - } - } - - debug('comparator', comp, options) - this.options = options - this.loose = !!options.loose - this.parse(comp) - - if (this.semver === ANY) { - this.value = '' - } else { - this.value = this.operator + this.semver.version - } - - debug('comp', this) - } - - parse (comp) { - const r = this.options.loose ? re[t.COMPARATORLOOSE] : re[t.COMPARATOR] - const m = comp.match(r) - - if (!m) { - throw new TypeError(`Invalid comparator: ${comp}`) - } - - this.operator = m[1] !== undefined ? m[1] : '' - if (this.operator === '=') { - this.operator = '' - } - - // if it literally is just '>' or '' then allow anything. - if (!m[2]) { - this.semver = ANY - } else { - this.semver = new SemVer(m[2], this.options.loose) - } - } - - toString () { - return this.value - } - - test (version) { - debug('Comparator.test', version, this.options.loose) - - if (this.semver === ANY || version === ANY) { - return true - } - - if (typeof version === 'string') { - try { - version = new SemVer(version, this.options) - } catch (er) { - return false - } - } - - return cmp(version, this.operator, this.semver, this.options) - } - - intersects (comp, options) { - if (!(comp instanceof Comparator)) { - throw new TypeError('a Comparator is required') - } - - if (!options || typeof options !== 'object') { - options = { - loose: !!options, - includePrerelease: false, - } - } - - if (this.operator === '') { - if (this.value === '') { - return true - } - return new Range(comp.value, options).test(this.value) - } else if (comp.operator === '') { - if (comp.value === '') { - return true - } - return new Range(this.value, options).test(comp.semver) - } - - const sameDirectionIncreasing = - (this.operator === '>=' || this.operator === '>') && - (comp.operator === '>=' || comp.operator === '>') - const sameDirectionDecreasing = - (this.operator === '<=' || this.operator === '<') && - (comp.operator === '<=' || comp.operator === '<') - const sameSemVer = this.semver.version === comp.semver.version - const differentDirectionsInclusive = - (this.operator === '>=' || this.operator === '<=') && - (comp.operator === '>=' || comp.operator === '<=') - const oppositeDirectionsLessThan = - cmp(this.semver, '<', comp.semver, options) && - (this.operator === '>=' || this.operator === '>') && - (comp.operator === '<=' || comp.operator === '<') - const oppositeDirectionsGreaterThan = - cmp(this.semver, '>', comp.semver, options) && - (this.operator === '<=' || this.operator === '<') && - (comp.operator === '>=' || comp.operator === '>') - - return ( - sameDirectionIncreasing || - sameDirectionDecreasing || - (sameSemVer && differentDirectionsInclusive) || - oppositeDirectionsLessThan || - oppositeDirectionsGreaterThan - ) - } -} - -module.exports = Comparator - -const parseOptions = require('../internal/parse-options') -const { re, t } = require('../internal/re') -const cmp = require('../functions/cmp') -const debug = require('../internal/debug') -const SemVer = require('./semver') -const Range = require('./range') diff --git a/software/flow/node_modules/npm/node_modules/semver/classes/index.js b/software/flow/node_modules/npm/node_modules/semver/classes/index.js deleted file mode 100644 index 5e3f5c9..0000000 --- a/software/flow/node_modules/npm/node_modules/semver/classes/index.js +++ /dev/null @@ -1,5 +0,0 @@ -module.exports = { - SemVer: require('./semver.js'), - Range: require('./range.js'), - Comparator: require('./comparator.js'), -} diff --git a/software/flow/node_modules/npm/node_modules/semver/classes/range.js b/software/flow/node_modules/npm/node_modules/semver/classes/range.js deleted file mode 100644 index a791d91..0000000 --- a/software/flow/node_modules/npm/node_modules/semver/classes/range.js +++ /dev/null @@ -1,522 +0,0 @@ -// hoisted class for cyclic dependency -class Range { - constructor (range, options) { - options = parseOptions(options) - - if (range instanceof Range) { - if ( - range.loose === !!options.loose && - range.includePrerelease === !!options.includePrerelease - ) { - return range - } else { - return new Range(range.raw, options) - } - } - - if (range instanceof Comparator) { - // just put it in the set and return - this.raw = range.value - this.set = [[range]] - this.format() - return this - } - - this.options = options - this.loose = !!options.loose - this.includePrerelease = !!options.includePrerelease - - // First, split based on boolean or || - this.raw = range - this.set = range - .split('||') - // map the range to a 2d array of comparators - .map(r => this.parseRange(r.trim())) - // throw out any comparator lists that are empty - // this generally means that it was not a valid range, which is allowed - // in loose mode, but will still throw if the WHOLE range is invalid. - .filter(c => c.length) - - if (!this.set.length) { - throw new TypeError(`Invalid SemVer Range: ${range}`) - } - - // if we have any that are not the null set, throw out null sets. - if (this.set.length > 1) { - // keep the first one, in case they're all null sets - const first = this.set[0] - this.set = this.set.filter(c => !isNullSet(c[0])) - if (this.set.length === 0) { - this.set = [first] - } else if (this.set.length > 1) { - // if we have any that are *, then the range is just * - for (const c of this.set) { - if (c.length === 1 && isAny(c[0])) { - this.set = [c] - break - } - } - } - } - - this.format() - } - - format () { - this.range = this.set - .map((comps) => { - return comps.join(' ').trim() - }) - .join('||') - .trim() - return this.range - } - - toString () { - return this.range - } - - parseRange (range) { - range = range.trim() - - // memoize range parsing for performance. - // this is a very hot path, and fully deterministic. - const memoOpts = Object.keys(this.options).join(',') - const memoKey = `parseRange:${memoOpts}:${range}` - const cached = cache.get(memoKey) - if (cached) { - return cached - } - - const loose = this.options.loose - // `1.2.3 - 1.2.4` => `>=1.2.3 <=1.2.4` - const hr = loose ? re[t.HYPHENRANGELOOSE] : re[t.HYPHENRANGE] - range = range.replace(hr, hyphenReplace(this.options.includePrerelease)) - debug('hyphen replace', range) - // `> 1.2.3 < 1.2.5` => `>1.2.3 <1.2.5` - range = range.replace(re[t.COMPARATORTRIM], comparatorTrimReplace) - debug('comparator trim', range) - - // `~ 1.2.3` => `~1.2.3` - range = range.replace(re[t.TILDETRIM], tildeTrimReplace) - - // `^ 1.2.3` => `^1.2.3` - range = range.replace(re[t.CARETTRIM], caretTrimReplace) - - // normalize spaces - range = range.split(/\s+/).join(' ') - - // At this point, the range is completely trimmed and - // ready to be split into comparators. - - let rangeList = range - .split(' ') - .map(comp => parseComparator(comp, this.options)) - .join(' ') - .split(/\s+/) - // >=0.0.0 is equivalent to * - .map(comp => replaceGTE0(comp, this.options)) - - if (loose) { - // in loose mode, throw out any that are not valid comparators - rangeList = rangeList.filter(comp => { - debug('loose invalid filter', comp, this.options) - return !!comp.match(re[t.COMPARATORLOOSE]) - }) - } - debug('range list', rangeList) - - // if any comparators are the null set, then replace with JUST null set - // if more than one comparator, remove any * comparators - // also, don't include the same comparator more than once - const rangeMap = new Map() - const comparators = rangeList.map(comp => new Comparator(comp, this.options)) - for (const comp of comparators) { - if (isNullSet(comp)) { - return [comp] - } - rangeMap.set(comp.value, comp) - } - if (rangeMap.size > 1 && rangeMap.has('')) { - rangeMap.delete('') - } - - const result = [...rangeMap.values()] - cache.set(memoKey, result) - return result - } - - intersects (range, options) { - if (!(range instanceof Range)) { - throw new TypeError('a Range is required') - } - - return this.set.some((thisComparators) => { - return ( - isSatisfiable(thisComparators, options) && - range.set.some((rangeComparators) => { - return ( - isSatisfiable(rangeComparators, options) && - thisComparators.every((thisComparator) => { - return rangeComparators.every((rangeComparator) => { - return thisComparator.intersects(rangeComparator, options) - }) - }) - ) - }) - ) - }) - } - - // if ANY of the sets match ALL of its comparators, then pass - test (version) { - if (!version) { - return false - } - - if (typeof version === 'string') { - try { - version = new SemVer(version, this.options) - } catch (er) { - return false - } - } - - for (let i = 0; i < this.set.length; i++) { - if (testSet(this.set[i], version, this.options)) { - return true - } - } - return false - } -} -module.exports = Range - -const LRU = require('lru-cache') -const cache = new LRU({ max: 1000 }) - -const parseOptions = require('../internal/parse-options') -const Comparator = require('./comparator') -const debug = require('../internal/debug') -const SemVer = require('./semver') -const { - re, - t, - comparatorTrimReplace, - tildeTrimReplace, - caretTrimReplace, -} = require('../internal/re') - -const isNullSet = c => c.value === '<0.0.0-0' -const isAny = c => c.value === '' - -// take a set of comparators and determine whether there -// exists a version which can satisfy it -const isSatisfiable = (comparators, options) => { - let result = true - const remainingComparators = comparators.slice() - let testComparator = remainingComparators.pop() - - while (result && remainingComparators.length) { - result = remainingComparators.every((otherComparator) => { - return testComparator.intersects(otherComparator, options) - }) - - testComparator = remainingComparators.pop() - } - - return result -} - -// comprised of xranges, tildes, stars, and gtlt's at this point. -// already replaced the hyphen ranges -// turn into a set of JUST comparators. -const parseComparator = (comp, options) => { - debug('comp', comp, options) - comp = replaceCarets(comp, options) - debug('caret', comp) - comp = replaceTildes(comp, options) - debug('tildes', comp) - comp = replaceXRanges(comp, options) - debug('xrange', comp) - comp = replaceStars(comp, options) - debug('stars', comp) - return comp -} - -const isX = id => !id || id.toLowerCase() === 'x' || id === '*' - -// ~, ~> --> * (any, kinda silly) -// ~2, ~2.x, ~2.x.x, ~>2, ~>2.x ~>2.x.x --> >=2.0.0 <3.0.0-0 -// ~2.0, ~2.0.x, ~>2.0, ~>2.0.x --> >=2.0.0 <2.1.0-0 -// ~1.2, ~1.2.x, ~>1.2, ~>1.2.x --> >=1.2.0 <1.3.0-0 -// ~1.2.3, ~>1.2.3 --> >=1.2.3 <1.3.0-0 -// ~1.2.0, ~>1.2.0 --> >=1.2.0 <1.3.0-0 -// ~0.0.1 --> >=0.0.1 <0.1.0-0 -const replaceTildes = (comp, options) => - comp.trim().split(/\s+/).map((c) => { - return replaceTilde(c, options) - }).join(' ') - -const replaceTilde = (comp, options) => { - const r = options.loose ? re[t.TILDELOOSE] : re[t.TILDE] - return comp.replace(r, (_, M, m, p, pr) => { - debug('tilde', comp, _, M, m, p, pr) - let ret - - if (isX(M)) { - ret = '' - } else if (isX(m)) { - ret = `>=${M}.0.0 <${+M + 1}.0.0-0` - } else if (isX(p)) { - // ~1.2 == >=1.2.0 <1.3.0-0 - ret = `>=${M}.${m}.0 <${M}.${+m + 1}.0-0` - } else if (pr) { - debug('replaceTilde pr', pr) - ret = `>=${M}.${m}.${p}-${pr - } <${M}.${+m + 1}.0-0` - } else { - // ~1.2.3 == >=1.2.3 <1.3.0-0 - ret = `>=${M}.${m}.${p - } <${M}.${+m + 1}.0-0` - } - - debug('tilde return', ret) - return ret - }) -} - -// ^ --> * (any, kinda silly) -// ^2, ^2.x, ^2.x.x --> >=2.0.0 <3.0.0-0 -// ^2.0, ^2.0.x --> >=2.0.0 <3.0.0-0 -// ^1.2, ^1.2.x --> >=1.2.0 <2.0.0-0 -// ^1.2.3 --> >=1.2.3 <2.0.0-0 -// ^1.2.0 --> >=1.2.0 <2.0.0-0 -// ^0.0.1 --> >=0.0.1 <0.0.2-0 -// ^0.1.0 --> >=0.1.0 <0.2.0-0 -const replaceCarets = (comp, options) => - comp.trim().split(/\s+/).map((c) => { - return replaceCaret(c, options) - }).join(' ') - -const replaceCaret = (comp, options) => { - debug('caret', comp, options) - const r = options.loose ? re[t.CARETLOOSE] : re[t.CARET] - const z = options.includePrerelease ? '-0' : '' - return comp.replace(r, (_, M, m, p, pr) => { - debug('caret', comp, _, M, m, p, pr) - let ret - - if (isX(M)) { - ret = '' - } else if (isX(m)) { - ret = `>=${M}.0.0${z} <${+M + 1}.0.0-0` - } else if (isX(p)) { - if (M === '0') { - ret = `>=${M}.${m}.0${z} <${M}.${+m + 1}.0-0` - } else { - ret = `>=${M}.${m}.0${z} <${+M + 1}.0.0-0` - } - } else if (pr) { - debug('replaceCaret pr', pr) - if (M === '0') { - if (m === '0') { - ret = `>=${M}.${m}.${p}-${pr - } <${M}.${m}.${+p + 1}-0` - } else { - ret = `>=${M}.${m}.${p}-${pr - } <${M}.${+m + 1}.0-0` - } - } else { - ret = `>=${M}.${m}.${p}-${pr - } <${+M + 1}.0.0-0` - } - } else { - debug('no pr') - if (M === '0') { - if (m === '0') { - ret = `>=${M}.${m}.${p - }${z} <${M}.${m}.${+p + 1}-0` - } else { - ret = `>=${M}.${m}.${p - }${z} <${M}.${+m + 1}.0-0` - } - } else { - ret = `>=${M}.${m}.${p - } <${+M + 1}.0.0-0` - } - } - - debug('caret return', ret) - return ret - }) -} - -const replaceXRanges = (comp, options) => { - debug('replaceXRanges', comp, options) - return comp.split(/\s+/).map((c) => { - return replaceXRange(c, options) - }).join(' ') -} - -const replaceXRange = (comp, options) => { - comp = comp.trim() - const r = options.loose ? re[t.XRANGELOOSE] : re[t.XRANGE] - return comp.replace(r, (ret, gtlt, M, m, p, pr) => { - debug('xRange', comp, ret, gtlt, M, m, p, pr) - const xM = isX(M) - const xm = xM || isX(m) - const xp = xm || isX(p) - const anyX = xp - - if (gtlt === '=' && anyX) { - gtlt = '' - } - - // if we're including prereleases in the match, then we need - // to fix this to -0, the lowest possible prerelease value - pr = options.includePrerelease ? '-0' : '' - - if (xM) { - if (gtlt === '>' || gtlt === '<') { - // nothing is allowed - ret = '<0.0.0-0' - } else { - // nothing is forbidden - ret = '*' - } - } else if (gtlt && anyX) { - // we know patch is an x, because we have any x at all. - // replace X with 0 - if (xm) { - m = 0 - } - p = 0 - - if (gtlt === '>') { - // >1 => >=2.0.0 - // >1.2 => >=1.3.0 - gtlt = '>=' - if (xm) { - M = +M + 1 - m = 0 - p = 0 - } else { - m = +m + 1 - p = 0 - } - } else if (gtlt === '<=') { - // <=0.7.x is actually <0.8.0, since any 0.7.x should - // pass. Similarly, <=7.x is actually <8.0.0, etc. - gtlt = '<' - if (xm) { - M = +M + 1 - } else { - m = +m + 1 - } - } - - if (gtlt === '<') { - pr = '-0' - } - - ret = `${gtlt + M}.${m}.${p}${pr}` - } else if (xm) { - ret = `>=${M}.0.0${pr} <${+M + 1}.0.0-0` - } else if (xp) { - ret = `>=${M}.${m}.0${pr - } <${M}.${+m + 1}.0-0` - } - - debug('xRange return', ret) - - return ret - }) -} - -// Because * is AND-ed with everything else in the comparator, -// and '' means "any version", just remove the *s entirely. -const replaceStars = (comp, options) => { - debug('replaceStars', comp, options) - // Looseness is ignored here. star is always as loose as it gets! - return comp.trim().replace(re[t.STAR], '') -} - -const replaceGTE0 = (comp, options) => { - debug('replaceGTE0', comp, options) - return comp.trim() - .replace(re[options.includePrerelease ? t.GTE0PRE : t.GTE0], '') -} - -// This function is passed to string.replace(re[t.HYPHENRANGE]) -// M, m, patch, prerelease, build -// 1.2 - 3.4.5 => >=1.2.0 <=3.4.5 -// 1.2.3 - 3.4 => >=1.2.0 <3.5.0-0 Any 3.4.x will do -// 1.2 - 3.4 => >=1.2.0 <3.5.0-0 -const hyphenReplace = incPr => ($0, - from, fM, fm, fp, fpr, fb, - to, tM, tm, tp, tpr, tb) => { - if (isX(fM)) { - from = '' - } else if (isX(fm)) { - from = `>=${fM}.0.0${incPr ? '-0' : ''}` - } else if (isX(fp)) { - from = `>=${fM}.${fm}.0${incPr ? '-0' : ''}` - } else if (fpr) { - from = `>=${from}` - } else { - from = `>=${from}${incPr ? '-0' : ''}` - } - - if (isX(tM)) { - to = '' - } else if (isX(tm)) { - to = `<${+tM + 1}.0.0-0` - } else if (isX(tp)) { - to = `<${tM}.${+tm + 1}.0-0` - } else if (tpr) { - to = `<=${tM}.${tm}.${tp}-${tpr}` - } else if (incPr) { - to = `<${tM}.${tm}.${+tp + 1}-0` - } else { - to = `<=${to}` - } - - return (`${from} ${to}`).trim() -} - -const testSet = (set, version, options) => { - for (let i = 0; i < set.length; i++) { - if (!set[i].test(version)) { - return false - } - } - - if (version.prerelease.length && !options.includePrerelease) { - // Find the set of versions that are allowed to have prereleases - // For example, ^1.2.3-pr.1 desugars to >=1.2.3-pr.1 <2.0.0 - // That should allow `1.2.3-pr.2` to pass. - // However, `1.2.4-alpha.notready` should NOT be allowed, - // even though it's within the range set by the comparators. - for (let i = 0; i < set.length; i++) { - debug(set[i].semver) - if (set[i].semver === Comparator.ANY) { - continue - } - - if (set[i].semver.prerelease.length > 0) { - const allowed = set[i].semver - if (allowed.major === version.major && - allowed.minor === version.minor && - allowed.patch === version.patch) { - return true - } - } - } - - // Version has a -pre, but it's not one of the ones we like. - return false - } - - return true -} diff --git a/software/flow/node_modules/npm/node_modules/semver/classes/semver.js b/software/flow/node_modules/npm/node_modules/semver/classes/semver.js deleted file mode 100644 index af62955..0000000 --- a/software/flow/node_modules/npm/node_modules/semver/classes/semver.js +++ /dev/null @@ -1,287 +0,0 @@ -const debug = require('../internal/debug') -const { MAX_LENGTH, MAX_SAFE_INTEGER } = require('../internal/constants') -const { re, t } = require('../internal/re') - -const parseOptions = require('../internal/parse-options') -const { compareIdentifiers } = require('../internal/identifiers') -class SemVer { - constructor (version, options) { - options = parseOptions(options) - - if (version instanceof SemVer) { - if (version.loose === !!options.loose && - version.includePrerelease === !!options.includePrerelease) { - return version - } else { - version = version.version - } - } else if (typeof version !== 'string') { - throw new TypeError(`Invalid Version: ${version}`) - } - - if (version.length > MAX_LENGTH) { - throw new TypeError( - `version is longer than ${MAX_LENGTH} characters` - ) - } - - debug('SemVer', version, options) - this.options = options - this.loose = !!options.loose - // this isn't actually relevant for versions, but keep it so that we - // don't run into trouble passing this.options around. - this.includePrerelease = !!options.includePrerelease - - const m = version.trim().match(options.loose ? re[t.LOOSE] : re[t.FULL]) - - if (!m) { - throw new TypeError(`Invalid Version: ${version}`) - } - - this.raw = version - - // these are actually numbers - this.major = +m[1] - this.minor = +m[2] - this.patch = +m[3] - - if (this.major > MAX_SAFE_INTEGER || this.major < 0) { - throw new TypeError('Invalid major version') - } - - if (this.minor > MAX_SAFE_INTEGER || this.minor < 0) { - throw new TypeError('Invalid minor version') - } - - if (this.patch > MAX_SAFE_INTEGER || this.patch < 0) { - throw new TypeError('Invalid patch version') - } - - // numberify any prerelease numeric ids - if (!m[4]) { - this.prerelease = [] - } else { - this.prerelease = m[4].split('.').map((id) => { - if (/^[0-9]+$/.test(id)) { - const num = +id - if (num >= 0 && num < MAX_SAFE_INTEGER) { - return num - } - } - return id - }) - } - - this.build = m[5] ? m[5].split('.') : [] - this.format() - } - - format () { - this.version = `${this.major}.${this.minor}.${this.patch}` - if (this.prerelease.length) { - this.version += `-${this.prerelease.join('.')}` - } - return this.version - } - - toString () { - return this.version - } - - compare (other) { - debug('SemVer.compare', this.version, this.options, other) - if (!(other instanceof SemVer)) { - if (typeof other === 'string' && other === this.version) { - return 0 - } - other = new SemVer(other, this.options) - } - - if (other.version === this.version) { - return 0 - } - - return this.compareMain(other) || this.comparePre(other) - } - - compareMain (other) { - if (!(other instanceof SemVer)) { - other = new SemVer(other, this.options) - } - - return ( - compareIdentifiers(this.major, other.major) || - compareIdentifiers(this.minor, other.minor) || - compareIdentifiers(this.patch, other.patch) - ) - } - - comparePre (other) { - if (!(other instanceof SemVer)) { - other = new SemVer(other, this.options) - } - - // NOT having a prerelease is > having one - if (this.prerelease.length && !other.prerelease.length) { - return -1 - } else if (!this.prerelease.length && other.prerelease.length) { - return 1 - } else if (!this.prerelease.length && !other.prerelease.length) { - return 0 - } - - let i = 0 - do { - const a = this.prerelease[i] - const b = other.prerelease[i] - debug('prerelease compare', i, a, b) - if (a === undefined && b === undefined) { - return 0 - } else if (b === undefined) { - return 1 - } else if (a === undefined) { - return -1 - } else if (a === b) { - continue - } else { - return compareIdentifiers(a, b) - } - } while (++i) - } - - compareBuild (other) { - if (!(other instanceof SemVer)) { - other = new SemVer(other, this.options) - } - - let i = 0 - do { - const a = this.build[i] - const b = other.build[i] - debug('prerelease compare', i, a, b) - if (a === undefined && b === undefined) { - return 0 - } else if (b === undefined) { - return 1 - } else if (a === undefined) { - return -1 - } else if (a === b) { - continue - } else { - return compareIdentifiers(a, b) - } - } while (++i) - } - - // preminor will bump the version up to the next minor release, and immediately - // down to pre-release. premajor and prepatch work the same way. - inc (release, identifier) { - switch (release) { - case 'premajor': - this.prerelease.length = 0 - this.patch = 0 - this.minor = 0 - this.major++ - this.inc('pre', identifier) - break - case 'preminor': - this.prerelease.length = 0 - this.patch = 0 - this.minor++ - this.inc('pre', identifier) - break - case 'prepatch': - // If this is already a prerelease, it will bump to the next version - // drop any prereleases that might already exist, since they are not - // relevant at this point. - this.prerelease.length = 0 - this.inc('patch', identifier) - this.inc('pre', identifier) - break - // If the input is a non-prerelease version, this acts the same as - // prepatch. - case 'prerelease': - if (this.prerelease.length === 0) { - this.inc('patch', identifier) - } - this.inc('pre', identifier) - break - - case 'major': - // If this is a pre-major version, bump up to the same major version. - // Otherwise increment major. - // 1.0.0-5 bumps to 1.0.0 - // 1.1.0 bumps to 2.0.0 - if ( - this.minor !== 0 || - this.patch !== 0 || - this.prerelease.length === 0 - ) { - this.major++ - } - this.minor = 0 - this.patch = 0 - this.prerelease = [] - break - case 'minor': - // If this is a pre-minor version, bump up to the same minor version. - // Otherwise increment minor. - // 1.2.0-5 bumps to 1.2.0 - // 1.2.1 bumps to 1.3.0 - if (this.patch !== 0 || this.prerelease.length === 0) { - this.minor++ - } - this.patch = 0 - this.prerelease = [] - break - case 'patch': - // If this is not a pre-release version, it will increment the patch. - // If it is a pre-release it will bump up to the same patch version. - // 1.2.0-5 patches to 1.2.0 - // 1.2.0 patches to 1.2.1 - if (this.prerelease.length === 0) { - this.patch++ - } - this.prerelease = [] - break - // This probably shouldn't be used publicly. - // 1.0.0 'pre' would become 1.0.0-0 which is the wrong direction. - case 'pre': - if (this.prerelease.length === 0) { - this.prerelease = [0] - } else { - let i = this.prerelease.length - while (--i >= 0) { - if (typeof this.prerelease[i] === 'number') { - this.prerelease[i]++ - i = -2 - } - } - if (i === -1) { - // didn't increment anything - this.prerelease.push(0) - } - } - if (identifier) { - // 1.2.0-beta.1 bumps to 1.2.0-beta.2, - // 1.2.0-beta.fooblz or 1.2.0-beta bumps to 1.2.0-beta.0 - if (compareIdentifiers(this.prerelease[0], identifier) === 0) { - if (isNaN(this.prerelease[1])) { - this.prerelease = [identifier, 0] - } - } else { - this.prerelease = [identifier, 0] - } - } - break - - default: - throw new Error(`invalid increment argument: ${release}`) - } - this.format() - this.raw = this.version - return this - } -} - -module.exports = SemVer diff --git a/software/flow/node_modules/npm/node_modules/semver/functions/clean.js b/software/flow/node_modules/npm/node_modules/semver/functions/clean.js deleted file mode 100644 index 811fe6b..0000000 --- a/software/flow/node_modules/npm/node_modules/semver/functions/clean.js +++ /dev/null @@ -1,6 +0,0 @@ -const parse = require('./parse') -const clean = (version, options) => { - const s = parse(version.trim().replace(/^[=v]+/, ''), options) - return s ? s.version : null -} -module.exports = clean diff --git a/software/flow/node_modules/npm/node_modules/semver/functions/cmp.js b/software/flow/node_modules/npm/node_modules/semver/functions/cmp.js deleted file mode 100644 index 4011909..0000000 --- a/software/flow/node_modules/npm/node_modules/semver/functions/cmp.js +++ /dev/null @@ -1,52 +0,0 @@ -const eq = require('./eq') -const neq = require('./neq') -const gt = require('./gt') -const gte = require('./gte') -const lt = require('./lt') -const lte = require('./lte') - -const cmp = (a, op, b, loose) => { - switch (op) { - case '===': - if (typeof a === 'object') { - a = a.version - } - if (typeof b === 'object') { - b = b.version - } - return a === b - - case '!==': - if (typeof a === 'object') { - a = a.version - } - if (typeof b === 'object') { - b = b.version - } - return a !== b - - case '': - case '=': - case '==': - return eq(a, b, loose) - - case '!=': - return neq(a, b, loose) - - case '>': - return gt(a, b, loose) - - case '>=': - return gte(a, b, loose) - - case '<': - return lt(a, b, loose) - - case '<=': - return lte(a, b, loose) - - default: - throw new TypeError(`Invalid operator: ${op}`) - } -} -module.exports = cmp diff --git a/software/flow/node_modules/npm/node_modules/semver/functions/coerce.js b/software/flow/node_modules/npm/node_modules/semver/functions/coerce.js deleted file mode 100644 index 2e01452..0000000 --- a/software/flow/node_modules/npm/node_modules/semver/functions/coerce.js +++ /dev/null @@ -1,52 +0,0 @@ -const SemVer = require('../classes/semver') -const parse = require('./parse') -const { re, t } = require('../internal/re') - -const coerce = (version, options) => { - if (version instanceof SemVer) { - return version - } - - if (typeof version === 'number') { - version = String(version) - } - - if (typeof version !== 'string') { - return null - } - - options = options || {} - - let match = null - if (!options.rtl) { - match = version.match(re[t.COERCE]) - } else { - // Find the right-most coercible string that does not share - // a terminus with a more left-ward coercible string. - // Eg, '1.2.3.4' wants to coerce '2.3.4', not '3.4' or '4' - // - // Walk through the string checking with a /g regexp - // Manually set the index so as to pick up overlapping matches. - // Stop when we get a match that ends at the string end, since no - // coercible string can be more right-ward without the same terminus. - let next - while ((next = re[t.COERCERTL].exec(version)) && - (!match || match.index + match[0].length !== version.length) - ) { - if (!match || - next.index + next[0].length !== match.index + match[0].length) { - match = next - } - re[t.COERCERTL].lastIndex = next.index + next[1].length + next[2].length - } - // leave it in a clean state - re[t.COERCERTL].lastIndex = -1 - } - - if (match === null) { - return null - } - - return parse(`${match[2]}.${match[3] || '0'}.${match[4] || '0'}`, options) -} -module.exports = coerce diff --git a/software/flow/node_modules/npm/node_modules/semver/functions/compare-build.js b/software/flow/node_modules/npm/node_modules/semver/functions/compare-build.js deleted file mode 100644 index 9eb881b..0000000 --- a/software/flow/node_modules/npm/node_modules/semver/functions/compare-build.js +++ /dev/null @@ -1,7 +0,0 @@ -const SemVer = require('../classes/semver') -const compareBuild = (a, b, loose) => { - const versionA = new SemVer(a, loose) - const versionB = new SemVer(b, loose) - return versionA.compare(versionB) || versionA.compareBuild(versionB) -} -module.exports = compareBuild diff --git a/software/flow/node_modules/npm/node_modules/semver/functions/compare-loose.js b/software/flow/node_modules/npm/node_modules/semver/functions/compare-loose.js deleted file mode 100644 index 4881fbe..0000000 --- a/software/flow/node_modules/npm/node_modules/semver/functions/compare-loose.js +++ /dev/null @@ -1,3 +0,0 @@ -const compare = require('./compare') -const compareLoose = (a, b) => compare(a, b, true) -module.exports = compareLoose diff --git a/software/flow/node_modules/npm/node_modules/semver/functions/compare.js b/software/flow/node_modules/npm/node_modules/semver/functions/compare.js deleted file mode 100644 index 748b7af..0000000 --- a/software/flow/node_modules/npm/node_modules/semver/functions/compare.js +++ /dev/null @@ -1,5 +0,0 @@ -const SemVer = require('../classes/semver') -const compare = (a, b, loose) => - new SemVer(a, loose).compare(new SemVer(b, loose)) - -module.exports = compare diff --git a/software/flow/node_modules/npm/node_modules/semver/functions/diff.js b/software/flow/node_modules/npm/node_modules/semver/functions/diff.js deleted file mode 100644 index 87200ef..0000000 --- a/software/flow/node_modules/npm/node_modules/semver/functions/diff.js +++ /dev/null @@ -1,23 +0,0 @@ -const parse = require('./parse') -const eq = require('./eq') - -const diff = (version1, version2) => { - if (eq(version1, version2)) { - return null - } else { - const v1 = parse(version1) - const v2 = parse(version2) - const hasPre = v1.prerelease.length || v2.prerelease.length - const prefix = hasPre ? 'pre' : '' - const defaultResult = hasPre ? 'prerelease' : '' - for (const key in v1) { - if (key === 'major' || key === 'minor' || key === 'patch') { - if (v1[key] !== v2[key]) { - return prefix + key - } - } - } - return defaultResult // may be undefined - } -} -module.exports = diff diff --git a/software/flow/node_modules/npm/node_modules/semver/functions/eq.js b/software/flow/node_modules/npm/node_modules/semver/functions/eq.js deleted file mode 100644 index 271fed9..0000000 --- a/software/flow/node_modules/npm/node_modules/semver/functions/eq.js +++ /dev/null @@ -1,3 +0,0 @@ -const compare = require('./compare') -const eq = (a, b, loose) => compare(a, b, loose) === 0 -module.exports = eq diff --git a/software/flow/node_modules/npm/node_modules/semver/functions/gt.js b/software/flow/node_modules/npm/node_modules/semver/functions/gt.js deleted file mode 100644 index d9b2156..0000000 --- a/software/flow/node_modules/npm/node_modules/semver/functions/gt.js +++ /dev/null @@ -1,3 +0,0 @@ -const compare = require('./compare') -const gt = (a, b, loose) => compare(a, b, loose) > 0 -module.exports = gt diff --git a/software/flow/node_modules/npm/node_modules/semver/functions/gte.js b/software/flow/node_modules/npm/node_modules/semver/functions/gte.js deleted file mode 100644 index 5aeaa63..0000000 --- a/software/flow/node_modules/npm/node_modules/semver/functions/gte.js +++ /dev/null @@ -1,3 +0,0 @@ -const compare = require('./compare') -const gte = (a, b, loose) => compare(a, b, loose) >= 0 -module.exports = gte diff --git a/software/flow/node_modules/npm/node_modules/semver/functions/inc.js b/software/flow/node_modules/npm/node_modules/semver/functions/inc.js deleted file mode 100644 index 62d1da2..0000000 --- a/software/flow/node_modules/npm/node_modules/semver/functions/inc.js +++ /dev/null @@ -1,18 +0,0 @@ -const SemVer = require('../classes/semver') - -const inc = (version, release, options, identifier) => { - if (typeof (options) === 'string') { - identifier = options - options = undefined - } - - try { - return new SemVer( - version instanceof SemVer ? version.version : version, - options - ).inc(release, identifier).version - } catch (er) { - return null - } -} -module.exports = inc diff --git a/software/flow/node_modules/npm/node_modules/semver/functions/lt.js b/software/flow/node_modules/npm/node_modules/semver/functions/lt.js deleted file mode 100644 index b440ab7..0000000 --- a/software/flow/node_modules/npm/node_modules/semver/functions/lt.js +++ /dev/null @@ -1,3 +0,0 @@ -const compare = require('./compare') -const lt = (a, b, loose) => compare(a, b, loose) < 0 -module.exports = lt diff --git a/software/flow/node_modules/npm/node_modules/semver/functions/lte.js b/software/flow/node_modules/npm/node_modules/semver/functions/lte.js deleted file mode 100644 index 6dcc956..0000000 --- a/software/flow/node_modules/npm/node_modules/semver/functions/lte.js +++ /dev/null @@ -1,3 +0,0 @@ -const compare = require('./compare') -const lte = (a, b, loose) => compare(a, b, loose) <= 0 -module.exports = lte diff --git a/software/flow/node_modules/npm/node_modules/semver/functions/major.js b/software/flow/node_modules/npm/node_modules/semver/functions/major.js deleted file mode 100644 index 4283165..0000000 --- a/software/flow/node_modules/npm/node_modules/semver/functions/major.js +++ /dev/null @@ -1,3 +0,0 @@ -const SemVer = require('../classes/semver') -const major = (a, loose) => new SemVer(a, loose).major -module.exports = major diff --git a/software/flow/node_modules/npm/node_modules/semver/functions/minor.js b/software/flow/node_modules/npm/node_modules/semver/functions/minor.js deleted file mode 100644 index 57b3455..0000000 --- a/software/flow/node_modules/npm/node_modules/semver/functions/minor.js +++ /dev/null @@ -1,3 +0,0 @@ -const SemVer = require('../classes/semver') -const minor = (a, loose) => new SemVer(a, loose).minor -module.exports = minor diff --git a/software/flow/node_modules/npm/node_modules/semver/functions/neq.js b/software/flow/node_modules/npm/node_modules/semver/functions/neq.js deleted file mode 100644 index f944c01..0000000 --- a/software/flow/node_modules/npm/node_modules/semver/functions/neq.js +++ /dev/null @@ -1,3 +0,0 @@ -const compare = require('./compare') -const neq = (a, b, loose) => compare(a, b, loose) !== 0 -module.exports = neq diff --git a/software/flow/node_modules/npm/node_modules/semver/functions/parse.js b/software/flow/node_modules/npm/node_modules/semver/functions/parse.js deleted file mode 100644 index a66663a..0000000 --- a/software/flow/node_modules/npm/node_modules/semver/functions/parse.js +++ /dev/null @@ -1,33 +0,0 @@ -const { MAX_LENGTH } = require('../internal/constants') -const { re, t } = require('../internal/re') -const SemVer = require('../classes/semver') - -const parseOptions = require('../internal/parse-options') -const parse = (version, options) => { - options = parseOptions(options) - - if (version instanceof SemVer) { - return version - } - - if (typeof version !== 'string') { - return null - } - - if (version.length > MAX_LENGTH) { - return null - } - - const r = options.loose ? re[t.LOOSE] : re[t.FULL] - if (!r.test(version)) { - return null - } - - try { - return new SemVer(version, options) - } catch (er) { - return null - } -} - -module.exports = parse diff --git a/software/flow/node_modules/npm/node_modules/semver/functions/patch.js b/software/flow/node_modules/npm/node_modules/semver/functions/patch.js deleted file mode 100644 index 63afca2..0000000 --- a/software/flow/node_modules/npm/node_modules/semver/functions/patch.js +++ /dev/null @@ -1,3 +0,0 @@ -const SemVer = require('../classes/semver') -const patch = (a, loose) => new SemVer(a, loose).patch -module.exports = patch diff --git a/software/flow/node_modules/npm/node_modules/semver/functions/prerelease.js b/software/flow/node_modules/npm/node_modules/semver/functions/prerelease.js deleted file mode 100644 index 06aa132..0000000 --- a/software/flow/node_modules/npm/node_modules/semver/functions/prerelease.js +++ /dev/null @@ -1,6 +0,0 @@ -const parse = require('./parse') -const prerelease = (version, options) => { - const parsed = parse(version, options) - return (parsed && parsed.prerelease.length) ? parsed.prerelease : null -} -module.exports = prerelease diff --git a/software/flow/node_modules/npm/node_modules/semver/functions/rcompare.js b/software/flow/node_modules/npm/node_modules/semver/functions/rcompare.js deleted file mode 100644 index 0ac509e..0000000 --- a/software/flow/node_modules/npm/node_modules/semver/functions/rcompare.js +++ /dev/null @@ -1,3 +0,0 @@ -const compare = require('./compare') -const rcompare = (a, b, loose) => compare(b, a, loose) -module.exports = rcompare diff --git a/software/flow/node_modules/npm/node_modules/semver/functions/rsort.js b/software/flow/node_modules/npm/node_modules/semver/functions/rsort.js deleted file mode 100644 index 82404c5..0000000 --- a/software/flow/node_modules/npm/node_modules/semver/functions/rsort.js +++ /dev/null @@ -1,3 +0,0 @@ -const compareBuild = require('./compare-build') -const rsort = (list, loose) => list.sort((a, b) => compareBuild(b, a, loose)) -module.exports = rsort diff --git a/software/flow/node_modules/npm/node_modules/semver/functions/satisfies.js b/software/flow/node_modules/npm/node_modules/semver/functions/satisfies.js deleted file mode 100644 index 50af1c1..0000000 --- a/software/flow/node_modules/npm/node_modules/semver/functions/satisfies.js +++ /dev/null @@ -1,10 +0,0 @@ -const Range = require('../classes/range') -const satisfies = (version, range, options) => { - try { - range = new Range(range, options) - } catch (er) { - return false - } - return range.test(version) -} -module.exports = satisfies diff --git a/software/flow/node_modules/npm/node_modules/semver/functions/sort.js b/software/flow/node_modules/npm/node_modules/semver/functions/sort.js deleted file mode 100644 index 4d10917..0000000 --- a/software/flow/node_modules/npm/node_modules/semver/functions/sort.js +++ /dev/null @@ -1,3 +0,0 @@ -const compareBuild = require('./compare-build') -const sort = (list, loose) => list.sort((a, b) => compareBuild(a, b, loose)) -module.exports = sort diff --git a/software/flow/node_modules/npm/node_modules/semver/functions/valid.js b/software/flow/node_modules/npm/node_modules/semver/functions/valid.js deleted file mode 100644 index f27bae1..0000000 --- a/software/flow/node_modules/npm/node_modules/semver/functions/valid.js +++ /dev/null @@ -1,6 +0,0 @@ -const parse = require('./parse') -const valid = (version, options) => { - const v = parse(version, options) - return v ? v.version : null -} -module.exports = valid diff --git a/software/flow/node_modules/npm/node_modules/semver/index.js b/software/flow/node_modules/npm/node_modules/semver/index.js deleted file mode 100644 index 4a342c6..0000000 --- a/software/flow/node_modules/npm/node_modules/semver/index.js +++ /dev/null @@ -1,88 +0,0 @@ -// just pre-load all the stuff that index.js lazily exports -const internalRe = require('./internal/re') -const constants = require('./internal/constants') -const SemVer = require('./classes/semver') -const identifiers = require('./internal/identifiers') -const parse = require('./functions/parse') -const valid = require('./functions/valid') -const clean = require('./functions/clean') -const inc = require('./functions/inc') -const diff = require('./functions/diff') -const major = require('./functions/major') -const minor = require('./functions/minor') -const patch = require('./functions/patch') -const prerelease = require('./functions/prerelease') -const compare = require('./functions/compare') -const rcompare = require('./functions/rcompare') -const compareLoose = require('./functions/compare-loose') -const compareBuild = require('./functions/compare-build') -const sort = require('./functions/sort') -const rsort = require('./functions/rsort') -const gt = require('./functions/gt') -const lt = require('./functions/lt') -const eq = require('./functions/eq') -const neq = require('./functions/neq') -const gte = require('./functions/gte') -const lte = require('./functions/lte') -const cmp = require('./functions/cmp') -const coerce = require('./functions/coerce') -const Comparator = require('./classes/comparator') -const Range = require('./classes/range') -const satisfies = require('./functions/satisfies') -const toComparators = require('./ranges/to-comparators') -const maxSatisfying = require('./ranges/max-satisfying') -const minSatisfying = require('./ranges/min-satisfying') -const minVersion = require('./ranges/min-version') -const validRange = require('./ranges/valid') -const outside = require('./ranges/outside') -const gtr = require('./ranges/gtr') -const ltr = require('./ranges/ltr') -const intersects = require('./ranges/intersects') -const simplifyRange = require('./ranges/simplify') -const subset = require('./ranges/subset') -module.exports = { - parse, - valid, - clean, - inc, - diff, - major, - minor, - patch, - prerelease, - compare, - rcompare, - compareLoose, - compareBuild, - sort, - rsort, - gt, - lt, - eq, - neq, - gte, - lte, - cmp, - coerce, - Comparator, - Range, - satisfies, - toComparators, - maxSatisfying, - minSatisfying, - minVersion, - validRange, - outside, - gtr, - ltr, - intersects, - simplifyRange, - subset, - SemVer, - re: internalRe.re, - src: internalRe.src, - tokens: internalRe.t, - SEMVER_SPEC_VERSION: constants.SEMVER_SPEC_VERSION, - compareIdentifiers: identifiers.compareIdentifiers, - rcompareIdentifiers: identifiers.rcompareIdentifiers, -} diff --git a/software/flow/node_modules/npm/node_modules/semver/internal/constants.js b/software/flow/node_modules/npm/node_modules/semver/internal/constants.js deleted file mode 100644 index 4f0de59..0000000 --- a/software/flow/node_modules/npm/node_modules/semver/internal/constants.js +++ /dev/null @@ -1,17 +0,0 @@ -// Note: this is the semver.org version of the spec that it implements -// Not necessarily the package version of this code. -const SEMVER_SPEC_VERSION = '2.0.0' - -const MAX_LENGTH = 256 -const MAX_SAFE_INTEGER = Number.MAX_SAFE_INTEGER || -/* istanbul ignore next */ 9007199254740991 - -// Max safe segment length for coercion. -const MAX_SAFE_COMPONENT_LENGTH = 16 - -module.exports = { - SEMVER_SPEC_VERSION, - MAX_LENGTH, - MAX_SAFE_INTEGER, - MAX_SAFE_COMPONENT_LENGTH, -} diff --git a/software/flow/node_modules/npm/node_modules/semver/internal/debug.js b/software/flow/node_modules/npm/node_modules/semver/internal/debug.js deleted file mode 100644 index 1c00e13..0000000 --- a/software/flow/node_modules/npm/node_modules/semver/internal/debug.js +++ /dev/null @@ -1,9 +0,0 @@ -const debug = ( - typeof process === 'object' && - process.env && - process.env.NODE_DEBUG && - /\bsemver\b/i.test(process.env.NODE_DEBUG) -) ? (...args) => console.error('SEMVER', ...args) - : () => {} - -module.exports = debug diff --git a/software/flow/node_modules/npm/node_modules/semver/internal/identifiers.js b/software/flow/node_modules/npm/node_modules/semver/internal/identifiers.js deleted file mode 100644 index e612d0a..0000000 --- a/software/flow/node_modules/npm/node_modules/semver/internal/identifiers.js +++ /dev/null @@ -1,23 +0,0 @@ -const numeric = /^[0-9]+$/ -const compareIdentifiers = (a, b) => { - const anum = numeric.test(a) - const bnum = numeric.test(b) - - if (anum && bnum) { - a = +a - b = +b - } - - return a === b ? 0 - : (anum && !bnum) ? -1 - : (bnum && !anum) ? 1 - : a < b ? -1 - : 1 -} - -const rcompareIdentifiers = (a, b) => compareIdentifiers(b, a) - -module.exports = { - compareIdentifiers, - rcompareIdentifiers, -} diff --git a/software/flow/node_modules/npm/node_modules/semver/internal/parse-options.js b/software/flow/node_modules/npm/node_modules/semver/internal/parse-options.js deleted file mode 100644 index bbd9ec7..0000000 --- a/software/flow/node_modules/npm/node_modules/semver/internal/parse-options.js +++ /dev/null @@ -1,11 +0,0 @@ -// parse out just the options we care about so we always get a consistent -// obj with keys in a consistent order. -const opts = ['includePrerelease', 'loose', 'rtl'] -const parseOptions = options => - !options ? {} - : typeof options !== 'object' ? { loose: true } - : opts.filter(k => options[k]).reduce((o, k) => { - o[k] = true - return o - }, {}) -module.exports = parseOptions diff --git a/software/flow/node_modules/npm/node_modules/semver/internal/re.js b/software/flow/node_modules/npm/node_modules/semver/internal/re.js deleted file mode 100644 index ed88398..0000000 --- a/software/flow/node_modules/npm/node_modules/semver/internal/re.js +++ /dev/null @@ -1,182 +0,0 @@ -const { MAX_SAFE_COMPONENT_LENGTH } = require('./constants') -const debug = require('./debug') -exports = module.exports = {} - -// The actual regexps go on exports.re -const re = exports.re = [] -const src = exports.src = [] -const t = exports.t = {} -let R = 0 - -const createToken = (name, value, isGlobal) => { - const index = R++ - debug(name, index, value) - t[name] = index - src[index] = value - re[index] = new RegExp(value, isGlobal ? 'g' : undefined) -} - -// The following Regular Expressions can be used for tokenizing, -// validating, and parsing SemVer version strings. - -// ## Numeric Identifier -// A single `0`, or a non-zero digit followed by zero or more digits. - -createToken('NUMERICIDENTIFIER', '0|[1-9]\\d*') -createToken('NUMERICIDENTIFIERLOOSE', '[0-9]+') - -// ## Non-numeric Identifier -// Zero or more digits, followed by a letter or hyphen, and then zero or -// more letters, digits, or hyphens. - -createToken('NONNUMERICIDENTIFIER', '\\d*[a-zA-Z-][a-zA-Z0-9-]*') - -// ## Main Version -// Three dot-separated numeric identifiers. - -createToken('MAINVERSION', `(${src[t.NUMERICIDENTIFIER]})\\.` + - `(${src[t.NUMERICIDENTIFIER]})\\.` + - `(${src[t.NUMERICIDENTIFIER]})`) - -createToken('MAINVERSIONLOOSE', `(${src[t.NUMERICIDENTIFIERLOOSE]})\\.` + - `(${src[t.NUMERICIDENTIFIERLOOSE]})\\.` + - `(${src[t.NUMERICIDENTIFIERLOOSE]})`) - -// ## Pre-release Version Identifier -// A numeric identifier, or a non-numeric identifier. - -createToken('PRERELEASEIDENTIFIER', `(?:${src[t.NUMERICIDENTIFIER] -}|${src[t.NONNUMERICIDENTIFIER]})`) - -createToken('PRERELEASEIDENTIFIERLOOSE', `(?:${src[t.NUMERICIDENTIFIERLOOSE] -}|${src[t.NONNUMERICIDENTIFIER]})`) - -// ## Pre-release Version -// Hyphen, followed by one or more dot-separated pre-release version -// identifiers. - -createToken('PRERELEASE', `(?:-(${src[t.PRERELEASEIDENTIFIER] -}(?:\\.${src[t.PRERELEASEIDENTIFIER]})*))`) - -createToken('PRERELEASELOOSE', `(?:-?(${src[t.PRERELEASEIDENTIFIERLOOSE] -}(?:\\.${src[t.PRERELEASEIDENTIFIERLOOSE]})*))`) - -// ## Build Metadata Identifier -// Any combination of digits, letters, or hyphens. - -createToken('BUILDIDENTIFIER', '[0-9A-Za-z-]+') - -// ## Build Metadata -// Plus sign, followed by one or more period-separated build metadata -// identifiers. - -createToken('BUILD', `(?:\\+(${src[t.BUILDIDENTIFIER] -}(?:\\.${src[t.BUILDIDENTIFIER]})*))`) - -// ## Full Version String -// A main version, followed optionally by a pre-release version and -// build metadata. - -// Note that the only major, minor, patch, and pre-release sections of -// the version string are capturing groups. The build metadata is not a -// capturing group, because it should not ever be used in version -// comparison. - -createToken('FULLPLAIN', `v?${src[t.MAINVERSION] -}${src[t.PRERELEASE]}?${ - src[t.BUILD]}?`) - -createToken('FULL', `^${src[t.FULLPLAIN]}$`) - -// like full, but allows v1.2.3 and =1.2.3, which people do sometimes. -// also, 1.0.0alpha1 (prerelease without the hyphen) which is pretty -// common in the npm registry. -createToken('LOOSEPLAIN', `[v=\\s]*${src[t.MAINVERSIONLOOSE] -}${src[t.PRERELEASELOOSE]}?${ - src[t.BUILD]}?`) - -createToken('LOOSE', `^${src[t.LOOSEPLAIN]}$`) - -createToken('GTLT', '((?:<|>)?=?)') - -// Something like "2.*" or "1.2.x". -// Note that "x.x" is a valid xRange identifer, meaning "any version" -// Only the first item is strictly required. -createToken('XRANGEIDENTIFIERLOOSE', `${src[t.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`) -createToken('XRANGEIDENTIFIER', `${src[t.NUMERICIDENTIFIER]}|x|X|\\*`) - -createToken('XRANGEPLAIN', `[v=\\s]*(${src[t.XRANGEIDENTIFIER]})` + - `(?:\\.(${src[t.XRANGEIDENTIFIER]})` + - `(?:\\.(${src[t.XRANGEIDENTIFIER]})` + - `(?:${src[t.PRERELEASE]})?${ - src[t.BUILD]}?` + - `)?)?`) - -createToken('XRANGEPLAINLOOSE', `[v=\\s]*(${src[t.XRANGEIDENTIFIERLOOSE]})` + - `(?:\\.(${src[t.XRANGEIDENTIFIERLOOSE]})` + - `(?:\\.(${src[t.XRANGEIDENTIFIERLOOSE]})` + - `(?:${src[t.PRERELEASELOOSE]})?${ - src[t.BUILD]}?` + - `)?)?`) - -createToken('XRANGE', `^${src[t.GTLT]}\\s*${src[t.XRANGEPLAIN]}$`) -createToken('XRANGELOOSE', `^${src[t.GTLT]}\\s*${src[t.XRANGEPLAINLOOSE]}$`) - -// Coercion. -// Extract anything that could conceivably be a part of a valid semver -createToken('COERCE', `${'(^|[^\\d])' + - '(\\d{1,'}${MAX_SAFE_COMPONENT_LENGTH}})` + - `(?:\\.(\\d{1,${MAX_SAFE_COMPONENT_LENGTH}}))?` + - `(?:\\.(\\d{1,${MAX_SAFE_COMPONENT_LENGTH}}))?` + - `(?:$|[^\\d])`) -createToken('COERCERTL', src[t.COERCE], true) - -// Tilde ranges. -// Meaning is "reasonably at or greater than" -createToken('LONETILDE', '(?:~>?)') - -createToken('TILDETRIM', `(\\s*)${src[t.LONETILDE]}\\s+`, true) -exports.tildeTrimReplace = '$1~' - -createToken('TILDE', `^${src[t.LONETILDE]}${src[t.XRANGEPLAIN]}$`) -createToken('TILDELOOSE', `^${src[t.LONETILDE]}${src[t.XRANGEPLAINLOOSE]}$`) - -// Caret ranges. -// Meaning is "at least and backwards compatible with" -createToken('LONECARET', '(?:\\^)') - -createToken('CARETTRIM', `(\\s*)${src[t.LONECARET]}\\s+`, true) -exports.caretTrimReplace = '$1^' - -createToken('CARET', `^${src[t.LONECARET]}${src[t.XRANGEPLAIN]}$`) -createToken('CARETLOOSE', `^${src[t.LONECARET]}${src[t.XRANGEPLAINLOOSE]}$`) - -// A simple gt/lt/eq thing, or just "" to indicate "any version" -createToken('COMPARATORLOOSE', `^${src[t.GTLT]}\\s*(${src[t.LOOSEPLAIN]})$|^$`) -createToken('COMPARATOR', `^${src[t.GTLT]}\\s*(${src[t.FULLPLAIN]})$|^$`) - -// An expression to strip any whitespace between the gtlt and the thing -// it modifies, so that `> 1.2.3` ==> `>1.2.3` -createToken('COMPARATORTRIM', `(\\s*)${src[t.GTLT] -}\\s*(${src[t.LOOSEPLAIN]}|${src[t.XRANGEPLAIN]})`, true) -exports.comparatorTrimReplace = '$1$2$3' - -// Something like `1.2.3 - 1.2.4` -// Note that these all use the loose form, because they'll be -// checked against either the strict or loose comparator form -// later. -createToken('HYPHENRANGE', `^\\s*(${src[t.XRANGEPLAIN]})` + - `\\s+-\\s+` + - `(${src[t.XRANGEPLAIN]})` + - `\\s*$`) - -createToken('HYPHENRANGELOOSE', `^\\s*(${src[t.XRANGEPLAINLOOSE]})` + - `\\s+-\\s+` + - `(${src[t.XRANGEPLAINLOOSE]})` + - `\\s*$`) - -// Star ranges basically just allow anything at all. -createToken('STAR', '(<|>)?=?\\s*\\*') -// >=0.0.0 is like a star -createToken('GTE0', '^\\s*>=\\s*0\\.0\\.0\\s*$') -createToken('GTE0PRE', '^\\s*>=\\s*0\\.0\\.0-0\\s*$') diff --git a/software/flow/node_modules/npm/node_modules/semver/node_modules/lru-cache/LICENSE b/software/flow/node_modules/npm/node_modules/semver/node_modules/lru-cache/LICENSE deleted file mode 100644 index 19129e3..0000000 --- a/software/flow/node_modules/npm/node_modules/semver/node_modules/lru-cache/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -The ISC License - -Copyright (c) Isaac Z. Schlueter and Contributors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/semver/node_modules/lru-cache/index.js b/software/flow/node_modules/npm/node_modules/semver/node_modules/lru-cache/index.js deleted file mode 100644 index 573b6b8..0000000 --- a/software/flow/node_modules/npm/node_modules/semver/node_modules/lru-cache/index.js +++ /dev/null @@ -1,334 +0,0 @@ -'use strict' - -// A linked list to keep track of recently-used-ness -const Yallist = require('yallist') - -const MAX = Symbol('max') -const LENGTH = Symbol('length') -const LENGTH_CALCULATOR = Symbol('lengthCalculator') -const ALLOW_STALE = Symbol('allowStale') -const MAX_AGE = Symbol('maxAge') -const DISPOSE = Symbol('dispose') -const NO_DISPOSE_ON_SET = Symbol('noDisposeOnSet') -const LRU_LIST = Symbol('lruList') -const CACHE = Symbol('cache') -const UPDATE_AGE_ON_GET = Symbol('updateAgeOnGet') - -const naiveLength = () => 1 - -// lruList is a yallist where the head is the youngest -// item, and the tail is the oldest. the list contains the Hit -// objects as the entries. -// Each Hit object has a reference to its Yallist.Node. This -// never changes. -// -// cache is a Map (or PseudoMap) that matches the keys to -// the Yallist.Node object. -class LRUCache { - constructor (options) { - if (typeof options === 'number') - options = { max: options } - - if (!options) - options = {} - - if (options.max && (typeof options.max !== 'number' || options.max < 0)) - throw new TypeError('max must be a non-negative number') - // Kind of weird to have a default max of Infinity, but oh well. - const max = this[MAX] = options.max || Infinity - - const lc = options.length || naiveLength - this[LENGTH_CALCULATOR] = (typeof lc !== 'function') ? naiveLength : lc - this[ALLOW_STALE] = options.stale || false - if (options.maxAge && typeof options.maxAge !== 'number') - throw new TypeError('maxAge must be a number') - this[MAX_AGE] = options.maxAge || 0 - this[DISPOSE] = options.dispose - this[NO_DISPOSE_ON_SET] = options.noDisposeOnSet || false - this[UPDATE_AGE_ON_GET] = options.updateAgeOnGet || false - this.reset() - } - - // resize the cache when the max changes. - set max (mL) { - if (typeof mL !== 'number' || mL < 0) - throw new TypeError('max must be a non-negative number') - - this[MAX] = mL || Infinity - trim(this) - } - get max () { - return this[MAX] - } - - set allowStale (allowStale) { - this[ALLOW_STALE] = !!allowStale - } - get allowStale () { - return this[ALLOW_STALE] - } - - set maxAge (mA) { - if (typeof mA !== 'number') - throw new TypeError('maxAge must be a non-negative number') - - this[MAX_AGE] = mA - trim(this) - } - get maxAge () { - return this[MAX_AGE] - } - - // resize the cache when the lengthCalculator changes. - set lengthCalculator (lC) { - if (typeof lC !== 'function') - lC = naiveLength - - if (lC !== this[LENGTH_CALCULATOR]) { - this[LENGTH_CALCULATOR] = lC - this[LENGTH] = 0 - this[LRU_LIST].forEach(hit => { - hit.length = this[LENGTH_CALCULATOR](hit.value, hit.key) - this[LENGTH] += hit.length - }) - } - trim(this) - } - get lengthCalculator () { return this[LENGTH_CALCULATOR] } - - get length () { return this[LENGTH] } - get itemCount () { return this[LRU_LIST].length } - - rforEach (fn, thisp) { - thisp = thisp || this - for (let walker = this[LRU_LIST].tail; walker !== null;) { - const prev = walker.prev - forEachStep(this, fn, walker, thisp) - walker = prev - } - } - - forEach (fn, thisp) { - thisp = thisp || this - for (let walker = this[LRU_LIST].head; walker !== null;) { - const next = walker.next - forEachStep(this, fn, walker, thisp) - walker = next - } - } - - keys () { - return this[LRU_LIST].toArray().map(k => k.key) - } - - values () { - return this[LRU_LIST].toArray().map(k => k.value) - } - - reset () { - if (this[DISPOSE] && - this[LRU_LIST] && - this[LRU_LIST].length) { - this[LRU_LIST].forEach(hit => this[DISPOSE](hit.key, hit.value)) - } - - this[CACHE] = new Map() // hash of items by key - this[LRU_LIST] = new Yallist() // list of items in order of use recency - this[LENGTH] = 0 // length of items in the list - } - - dump () { - return this[LRU_LIST].map(hit => - isStale(this, hit) ? false : { - k: hit.key, - v: hit.value, - e: hit.now + (hit.maxAge || 0) - }).toArray().filter(h => h) - } - - dumpLru () { - return this[LRU_LIST] - } - - set (key, value, maxAge) { - maxAge = maxAge || this[MAX_AGE] - - if (maxAge && typeof maxAge !== 'number') - throw new TypeError('maxAge must be a number') - - const now = maxAge ? Date.now() : 0 - const len = this[LENGTH_CALCULATOR](value, key) - - if (this[CACHE].has(key)) { - if (len > this[MAX]) { - del(this, this[CACHE].get(key)) - return false - } - - const node = this[CACHE].get(key) - const item = node.value - - // dispose of the old one before overwriting - // split out into 2 ifs for better coverage tracking - if (this[DISPOSE]) { - if (!this[NO_DISPOSE_ON_SET]) - this[DISPOSE](key, item.value) - } - - item.now = now - item.maxAge = maxAge - item.value = value - this[LENGTH] += len - item.length - item.length = len - this.get(key) - trim(this) - return true - } - - const hit = new Entry(key, value, len, now, maxAge) - - // oversized objects fall out of cache automatically. - if (hit.length > this[MAX]) { - if (this[DISPOSE]) - this[DISPOSE](key, value) - - return false - } - - this[LENGTH] += hit.length - this[LRU_LIST].unshift(hit) - this[CACHE].set(key, this[LRU_LIST].head) - trim(this) - return true - } - - has (key) { - if (!this[CACHE].has(key)) return false - const hit = this[CACHE].get(key).value - return !isStale(this, hit) - } - - get (key) { - return get(this, key, true) - } - - peek (key) { - return get(this, key, false) - } - - pop () { - const node = this[LRU_LIST].tail - if (!node) - return null - - del(this, node) - return node.value - } - - del (key) { - del(this, this[CACHE].get(key)) - } - - load (arr) { - // reset the cache - this.reset() - - const now = Date.now() - // A previous serialized cache has the most recent items first - for (let l = arr.length - 1; l >= 0; l--) { - const hit = arr[l] - const expiresAt = hit.e || 0 - if (expiresAt === 0) - // the item was created without expiration in a non aged cache - this.set(hit.k, hit.v) - else { - const maxAge = expiresAt - now - // dont add already expired items - if (maxAge > 0) { - this.set(hit.k, hit.v, maxAge) - } - } - } - } - - prune () { - this[CACHE].forEach((value, key) => get(this, key, false)) - } -} - -const get = (self, key, doUse) => { - const node = self[CACHE].get(key) - if (node) { - const hit = node.value - if (isStale(self, hit)) { - del(self, node) - if (!self[ALLOW_STALE]) - return undefined - } else { - if (doUse) { - if (self[UPDATE_AGE_ON_GET]) - node.value.now = Date.now() - self[LRU_LIST].unshiftNode(node) - } - } - return hit.value - } -} - -const isStale = (self, hit) => { - if (!hit || (!hit.maxAge && !self[MAX_AGE])) - return false - - const diff = Date.now() - hit.now - return hit.maxAge ? diff > hit.maxAge - : self[MAX_AGE] && (diff > self[MAX_AGE]) -} - -const trim = self => { - if (self[LENGTH] > self[MAX]) { - for (let walker = self[LRU_LIST].tail; - self[LENGTH] > self[MAX] && walker !== null;) { - // We know that we're about to delete this one, and also - // what the next least recently used key will be, so just - // go ahead and set it now. - const prev = walker.prev - del(self, walker) - walker = prev - } - } -} - -const del = (self, node) => { - if (node) { - const hit = node.value - if (self[DISPOSE]) - self[DISPOSE](hit.key, hit.value) - - self[LENGTH] -= hit.length - self[CACHE].delete(hit.key) - self[LRU_LIST].removeNode(node) - } -} - -class Entry { - constructor (key, value, length, now, maxAge) { - this.key = key - this.value = value - this.length = length - this.now = now - this.maxAge = maxAge || 0 - } -} - -const forEachStep = (self, fn, node, thisp) => { - let hit = node.value - if (isStale(self, hit)) { - del(self, node) - if (!self[ALLOW_STALE]) - hit = undefined - } - if (hit) - fn.call(thisp, hit.value, hit.key, self) -} - -module.exports = LRUCache diff --git a/software/flow/node_modules/npm/node_modules/semver/node_modules/lru-cache/package.json b/software/flow/node_modules/npm/node_modules/semver/node_modules/lru-cache/package.json deleted file mode 100644 index 43b7502..0000000 --- a/software/flow/node_modules/npm/node_modules/semver/node_modules/lru-cache/package.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "lru-cache", - "description": "A cache object that deletes the least-recently-used items.", - "version": "6.0.0", - "author": "Isaac Z. Schlueter <i@izs.me>", - "keywords": [ - "mru", - "lru", - "cache" - ], - "scripts": { - "test": "tap", - "snap": "tap", - "preversion": "npm test", - "postversion": "npm publish", - "prepublishOnly": "git push origin --follow-tags" - }, - "main": "index.js", - "repository": "git://github.com/isaacs/node-lru-cache.git", - "devDependencies": { - "benchmark": "^2.1.4", - "tap": "^14.10.7" - }, - "license": "ISC", - "dependencies": { - "yallist": "^4.0.0" - }, - "files": [ - "index.js" - ], - "engines": { - "node": ">=10" - } -} diff --git a/software/flow/node_modules/npm/node_modules/semver/package.json b/software/flow/node_modules/npm/node_modules/semver/package.json deleted file mode 100644 index 72d3f66..0000000 --- a/software/flow/node_modules/npm/node_modules/semver/package.json +++ /dev/null @@ -1,86 +0,0 @@ -{ - "name": "semver", - "version": "7.3.8", - "description": "The semantic version parser used by npm.", - "main": "index.js", - "scripts": { - "test": "tap", - "snap": "tap", - "lint": "eslint \"**/*.js\"", - "postlint": "template-oss-check", - "lintfix": "npm run lint -- --fix", - "posttest": "npm run lint", - "template-oss-apply": "template-oss-apply --force" - }, - "devDependencies": { - "@npmcli/eslint-config": "^3.0.1", - "@npmcli/template-oss": "4.4.4", - "tap": "^16.0.0" - }, - "license": "ISC", - "repository": { - "type": "git", - "url": "https://github.com/npm/node-semver.git" - }, - "bin": { - "semver": "bin/semver.js" - }, - "files": [ - "bin/", - "lib/", - "classes/", - "functions/", - "internal/", - "ranges/", - "index.js", - "preload.js", - "range.bnf" - ], - "tap": { - "check-coverage": true, - "coverage-map": "map.js", - "nyc-arg": [ - "--exclude", - "tap-snapshots/**" - ] - }, - "engines": { - "node": ">=10" - }, - "dependencies": { - "lru-cache": "^6.0.0" - }, - "author": "GitHub Inc.", - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.4.4", - "engines": ">=10", - "content": "./scripts", - "ciVersions": [ - "10.0.0", - "10.x", - "12.x", - "14.x", - "16.x", - "18.x" - ], - "distPaths": [ - "classes/", - "functions/", - "internal/", - "ranges/", - "index.js", - "preload.js", - "range.bnf" - ], - "allowPaths": [ - "/classes/", - "/functions/", - "/internal/", - "/ranges/", - "/index.js", - "/preload.js", - "/range.bnf" - ] - } -} diff --git a/software/flow/node_modules/npm/node_modules/semver/preload.js b/software/flow/node_modules/npm/node_modules/semver/preload.js deleted file mode 100644 index 947cd4f..0000000 --- a/software/flow/node_modules/npm/node_modules/semver/preload.js +++ /dev/null @@ -1,2 +0,0 @@ -// XXX remove in v8 or beyond -module.exports = require('./index.js') diff --git a/software/flow/node_modules/npm/node_modules/semver/range.bnf b/software/flow/node_modules/npm/node_modules/semver/range.bnf deleted file mode 100644 index d4c6ae0..0000000 --- a/software/flow/node_modules/npm/node_modules/semver/range.bnf +++ /dev/null @@ -1,16 +0,0 @@ -range-set ::= range ( logical-or range ) * -logical-or ::= ( ' ' ) * '||' ( ' ' ) * -range ::= hyphen | simple ( ' ' simple ) * | '' -hyphen ::= partial ' - ' partial -simple ::= primitive | partial | tilde | caret -primitive ::= ( '<' | '>' | '>=' | '<=' | '=' ) partial -partial ::= xr ( '.' xr ( '.' xr qualifier ? )? )? -xr ::= 'x' | 'X' | '*' | nr -nr ::= '0' | [1-9] ( [0-9] ) * -tilde ::= '~' partial -caret ::= '^' partial -qualifier ::= ( '-' pre )? ( '+' build )? -pre ::= parts -build ::= parts -parts ::= part ( '.' part ) * -part ::= nr | [-0-9A-Za-z]+ diff --git a/software/flow/node_modules/npm/node_modules/semver/ranges/gtr.js b/software/flow/node_modules/npm/node_modules/semver/ranges/gtr.js deleted file mode 100644 index db7e355..0000000 --- a/software/flow/node_modules/npm/node_modules/semver/ranges/gtr.js +++ /dev/null @@ -1,4 +0,0 @@ -// Determine if version is greater than all the versions possible in the range. -const outside = require('./outside') -const gtr = (version, range, options) => outside(version, range, '>', options) -module.exports = gtr diff --git a/software/flow/node_modules/npm/node_modules/semver/ranges/intersects.js b/software/flow/node_modules/npm/node_modules/semver/ranges/intersects.js deleted file mode 100644 index 3d1a6f3..0000000 --- a/software/flow/node_modules/npm/node_modules/semver/ranges/intersects.js +++ /dev/null @@ -1,7 +0,0 @@ -const Range = require('../classes/range') -const intersects = (r1, r2, options) => { - r1 = new Range(r1, options) - r2 = new Range(r2, options) - return r1.intersects(r2) -} -module.exports = intersects diff --git a/software/flow/node_modules/npm/node_modules/semver/ranges/ltr.js b/software/flow/node_modules/npm/node_modules/semver/ranges/ltr.js deleted file mode 100644 index 528a885..0000000 --- a/software/flow/node_modules/npm/node_modules/semver/ranges/ltr.js +++ /dev/null @@ -1,4 +0,0 @@ -const outside = require('./outside') -// Determine if version is less than all the versions possible in the range -const ltr = (version, range, options) => outside(version, range, '<', options) -module.exports = ltr diff --git a/software/flow/node_modules/npm/node_modules/semver/ranges/max-satisfying.js b/software/flow/node_modules/npm/node_modules/semver/ranges/max-satisfying.js deleted file mode 100644 index 6e3d993..0000000 --- a/software/flow/node_modules/npm/node_modules/semver/ranges/max-satisfying.js +++ /dev/null @@ -1,25 +0,0 @@ -const SemVer = require('../classes/semver') -const Range = require('../classes/range') - -const maxSatisfying = (versions, range, options) => { - let max = null - let maxSV = null - let rangeObj = null - try { - rangeObj = new Range(range, options) - } catch (er) { - return null - } - versions.forEach((v) => { - if (rangeObj.test(v)) { - // satisfies(v, range, options) - if (!max || maxSV.compare(v) === -1) { - // compare(max, v, true) - max = v - maxSV = new SemVer(max, options) - } - } - }) - return max -} -module.exports = maxSatisfying diff --git a/software/flow/node_modules/npm/node_modules/semver/ranges/min-satisfying.js b/software/flow/node_modules/npm/node_modules/semver/ranges/min-satisfying.js deleted file mode 100644 index 9b60974..0000000 --- a/software/flow/node_modules/npm/node_modules/semver/ranges/min-satisfying.js +++ /dev/null @@ -1,24 +0,0 @@ -const SemVer = require('../classes/semver') -const Range = require('../classes/range') -const minSatisfying = (versions, range, options) => { - let min = null - let minSV = null - let rangeObj = null - try { - rangeObj = new Range(range, options) - } catch (er) { - return null - } - versions.forEach((v) => { - if (rangeObj.test(v)) { - // satisfies(v, range, options) - if (!min || minSV.compare(v) === 1) { - // compare(min, v, true) - min = v - minSV = new SemVer(min, options) - } - } - }) - return min -} -module.exports = minSatisfying diff --git a/software/flow/node_modules/npm/node_modules/semver/ranges/min-version.js b/software/flow/node_modules/npm/node_modules/semver/ranges/min-version.js deleted file mode 100644 index 350e1f7..0000000 --- a/software/flow/node_modules/npm/node_modules/semver/ranges/min-version.js +++ /dev/null @@ -1,61 +0,0 @@ -const SemVer = require('../classes/semver') -const Range = require('../classes/range') -const gt = require('../functions/gt') - -const minVersion = (range, loose) => { - range = new Range(range, loose) - - let minver = new SemVer('0.0.0') - if (range.test(minver)) { - return minver - } - - minver = new SemVer('0.0.0-0') - if (range.test(minver)) { - return minver - } - - minver = null - for (let i = 0; i < range.set.length; ++i) { - const comparators = range.set[i] - - let setMin = null - comparators.forEach((comparator) => { - // Clone to avoid manipulating the comparator's semver object. - const compver = new SemVer(comparator.semver.version) - switch (comparator.operator) { - case '>': - if (compver.prerelease.length === 0) { - compver.patch++ - } else { - compver.prerelease.push(0) - } - compver.raw = compver.format() - /* fallthrough */ - case '': - case '>=': - if (!setMin || gt(compver, setMin)) { - setMin = compver - } - break - case '<': - case '<=': - /* Ignore maximum versions */ - break - /* istanbul ignore next */ - default: - throw new Error(`Unexpected operation: ${comparator.operator}`) - } - }) - if (setMin && (!minver || gt(minver, setMin))) { - minver = setMin - } - } - - if (minver && range.test(minver)) { - return minver - } - - return null -} -module.exports = minVersion diff --git a/software/flow/node_modules/npm/node_modules/semver/ranges/outside.js b/software/flow/node_modules/npm/node_modules/semver/ranges/outside.js deleted file mode 100644 index ae99b10..0000000 --- a/software/flow/node_modules/npm/node_modules/semver/ranges/outside.js +++ /dev/null @@ -1,80 +0,0 @@ -const SemVer = require('../classes/semver') -const Comparator = require('../classes/comparator') -const { ANY } = Comparator -const Range = require('../classes/range') -const satisfies = require('../functions/satisfies') -const gt = require('../functions/gt') -const lt = require('../functions/lt') -const lte = require('../functions/lte') -const gte = require('../functions/gte') - -const outside = (version, range, hilo, options) => { - version = new SemVer(version, options) - range = new Range(range, options) - - let gtfn, ltefn, ltfn, comp, ecomp - switch (hilo) { - case '>': - gtfn = gt - ltefn = lte - ltfn = lt - comp = '>' - ecomp = '>=' - break - case '<': - gtfn = lt - ltefn = gte - ltfn = gt - comp = '<' - ecomp = '<=' - break - default: - throw new TypeError('Must provide a hilo val of "<" or ">"') - } - - // If it satisfies the range it is not outside - if (satisfies(version, range, options)) { - return false - } - - // From now on, variable terms are as if we're in "gtr" mode. - // but note that everything is flipped for the "ltr" function. - - for (let i = 0; i < range.set.length; ++i) { - const comparators = range.set[i] - - let high = null - let low = null - - comparators.forEach((comparator) => { - if (comparator.semver === ANY) { - comparator = new Comparator('>=0.0.0') - } - high = high || comparator - low = low || comparator - if (gtfn(comparator.semver, high.semver, options)) { - high = comparator - } else if (ltfn(comparator.semver, low.semver, options)) { - low = comparator - } - }) - - // If the edge version comparator has a operator then our version - // isn't outside it - if (high.operator === comp || high.operator === ecomp) { - return false - } - - // If the lowest version comparator has an operator and our version - // is less than it then it isn't higher than the range - if ((!low.operator || low.operator === comp) && - ltefn(version, low.semver)) { - return false - } else if (low.operator === ecomp && ltfn(version, low.semver)) { - return false - } - } - return true -} - -module.exports = outside diff --git a/software/flow/node_modules/npm/node_modules/semver/ranges/simplify.js b/software/flow/node_modules/npm/node_modules/semver/ranges/simplify.js deleted file mode 100644 index 618d5b6..0000000 --- a/software/flow/node_modules/npm/node_modules/semver/ranges/simplify.js +++ /dev/null @@ -1,47 +0,0 @@ -// given a set of versions and a range, create a "simplified" range -// that includes the same versions that the original range does -// If the original range is shorter than the simplified one, return that. -const satisfies = require('../functions/satisfies.js') -const compare = require('../functions/compare.js') -module.exports = (versions, range, options) => { - const set = [] - let first = null - let prev = null - const v = versions.sort((a, b) => compare(a, b, options)) - for (const version of v) { - const included = satisfies(version, range, options) - if (included) { - prev = version - if (!first) { - first = version - } - } else { - if (prev) { - set.push([first, prev]) - } - prev = null - first = null - } - } - if (first) { - set.push([first, null]) - } - - const ranges = [] - for (const [min, max] of set) { - if (min === max) { - ranges.push(min) - } else if (!max && min === v[0]) { - ranges.push('*') - } else if (!max) { - ranges.push(`>=${min}`) - } else if (min === v[0]) { - ranges.push(`<=${max}`) - } else { - ranges.push(`${min} - ${max}`) - } - } - const simplified = ranges.join(' || ') - const original = typeof range.raw === 'string' ? range.raw : String(range) - return simplified.length < original.length ? simplified : range -} diff --git a/software/flow/node_modules/npm/node_modules/semver/ranges/subset.js b/software/flow/node_modules/npm/node_modules/semver/ranges/subset.js deleted file mode 100644 index e0dea43..0000000 --- a/software/flow/node_modules/npm/node_modules/semver/ranges/subset.js +++ /dev/null @@ -1,244 +0,0 @@ -const Range = require('../classes/range.js') -const Comparator = require('../classes/comparator.js') -const { ANY } = Comparator -const satisfies = require('../functions/satisfies.js') -const compare = require('../functions/compare.js') - -// Complex range `r1 || r2 || ...` is a subset of `R1 || R2 || ...` iff: -// - Every simple range `r1, r2, ...` is a null set, OR -// - Every simple range `r1, r2, ...` which is not a null set is a subset of -// some `R1, R2, ...` -// -// Simple range `c1 c2 ...` is a subset of simple range `C1 C2 ...` iff: -// - If c is only the ANY comparator -// - If C is only the ANY comparator, return true -// - Else if in prerelease mode, return false -// - else replace c with `[>=0.0.0]` -// - If C is only the ANY comparator -// - if in prerelease mode, return true -// - else replace C with `[>=0.0.0]` -// - Let EQ be the set of = comparators in c -// - If EQ is more than one, return true (null set) -// - Let GT be the highest > or >= comparator in c -// - Let LT be the lowest < or <= comparator in c -// - If GT and LT, and GT.semver > LT.semver, return true (null set) -// - If any C is a = range, and GT or LT are set, return false -// - If EQ -// - If GT, and EQ does not satisfy GT, return true (null set) -// - If LT, and EQ does not satisfy LT, return true (null set) -// - If EQ satisfies every C, return true -// - Else return false -// - If GT -// - If GT.semver is lower than any > or >= comp in C, return false -// - If GT is >=, and GT.semver does not satisfy every C, return false -// - If GT.semver has a prerelease, and not in prerelease mode -// - If no C has a prerelease and the GT.semver tuple, return false -// - If LT -// - If LT.semver is greater than any < or <= comp in C, return false -// - If LT is <=, and LT.semver does not satisfy every C, return false -// - If GT.semver has a prerelease, and not in prerelease mode -// - If no C has a prerelease and the LT.semver tuple, return false -// - Else return true - -const subset = (sub, dom, options = {}) => { - if (sub === dom) { - return true - } - - sub = new Range(sub, options) - dom = new Range(dom, options) - let sawNonNull = false - - OUTER: for (const simpleSub of sub.set) { - for (const simpleDom of dom.set) { - const isSub = simpleSubset(simpleSub, simpleDom, options) - sawNonNull = sawNonNull || isSub !== null - if (isSub) { - continue OUTER - } - } - // the null set is a subset of everything, but null simple ranges in - // a complex range should be ignored. so if we saw a non-null range, - // then we know this isn't a subset, but if EVERY simple range was null, - // then it is a subset. - if (sawNonNull) { - return false - } - } - return true -} - -const simpleSubset = (sub, dom, options) => { - if (sub === dom) { - return true - } - - if (sub.length === 1 && sub[0].semver === ANY) { - if (dom.length === 1 && dom[0].semver === ANY) { - return true - } else if (options.includePrerelease) { - sub = [new Comparator('>=0.0.0-0')] - } else { - sub = [new Comparator('>=0.0.0')] - } - } - - if (dom.length === 1 && dom[0].semver === ANY) { - if (options.includePrerelease) { - return true - } else { - dom = [new Comparator('>=0.0.0')] - } - } - - const eqSet = new Set() - let gt, lt - for (const c of sub) { - if (c.operator === '>' || c.operator === '>=') { - gt = higherGT(gt, c, options) - } else if (c.operator === '<' || c.operator === '<=') { - lt = lowerLT(lt, c, options) - } else { - eqSet.add(c.semver) - } - } - - if (eqSet.size > 1) { - return null - } - - let gtltComp - if (gt && lt) { - gtltComp = compare(gt.semver, lt.semver, options) - if (gtltComp > 0) { - return null - } else if (gtltComp === 0 && (gt.operator !== '>=' || lt.operator !== '<=')) { - return null - } - } - - // will iterate one or zero times - for (const eq of eqSet) { - if (gt && !satisfies(eq, String(gt), options)) { - return null - } - - if (lt && !satisfies(eq, String(lt), options)) { - return null - } - - for (const c of dom) { - if (!satisfies(eq, String(c), options)) { - return false - } - } - - return true - } - - let higher, lower - let hasDomLT, hasDomGT - // if the subset has a prerelease, we need a comparator in the superset - // with the same tuple and a prerelease, or it's not a subset - let needDomLTPre = lt && - !options.includePrerelease && - lt.semver.prerelease.length ? lt.semver : false - let needDomGTPre = gt && - !options.includePrerelease && - gt.semver.prerelease.length ? gt.semver : false - // exception: <1.2.3-0 is the same as <1.2.3 - if (needDomLTPre && needDomLTPre.prerelease.length === 1 && - lt.operator === '<' && needDomLTPre.prerelease[0] === 0) { - needDomLTPre = false - } - - for (const c of dom) { - hasDomGT = hasDomGT || c.operator === '>' || c.operator === '>=' - hasDomLT = hasDomLT || c.operator === '<' || c.operator === '<=' - if (gt) { - if (needDomGTPre) { - if (c.semver.prerelease && c.semver.prerelease.length && - c.semver.major === needDomGTPre.major && - c.semver.minor === needDomGTPre.minor && - c.semver.patch === needDomGTPre.patch) { - needDomGTPre = false - } - } - if (c.operator === '>' || c.operator === '>=') { - higher = higherGT(gt, c, options) - if (higher === c && higher !== gt) { - return false - } - } else if (gt.operator === '>=' && !satisfies(gt.semver, String(c), options)) { - return false - } - } - if (lt) { - if (needDomLTPre) { - if (c.semver.prerelease && c.semver.prerelease.length && - c.semver.major === needDomLTPre.major && - c.semver.minor === needDomLTPre.minor && - c.semver.patch === needDomLTPre.patch) { - needDomLTPre = false - } - } - if (c.operator === '<' || c.operator === '<=') { - lower = lowerLT(lt, c, options) - if (lower === c && lower !== lt) { - return false - } - } else if (lt.operator === '<=' && !satisfies(lt.semver, String(c), options)) { - return false - } - } - if (!c.operator && (lt || gt) && gtltComp !== 0) { - return false - } - } - - // if there was a < or >, and nothing in the dom, then must be false - // UNLESS it was limited by another range in the other direction. - // Eg, >1.0.0 <1.0.1 is still a subset of <2.0.0 - if (gt && hasDomLT && !lt && gtltComp !== 0) { - return false - } - - if (lt && hasDomGT && !gt && gtltComp !== 0) { - return false - } - - // we needed a prerelease range in a specific tuple, but didn't get one - // then this isn't a subset. eg >=1.2.3-pre is not a subset of >=1.0.0, - // because it includes prereleases in the 1.2.3 tuple - if (needDomGTPre || needDomLTPre) { - return false - } - - return true -} - -// >=1.2.3 is lower than >1.2.3 -const higherGT = (a, b, options) => { - if (!a) { - return b - } - const comp = compare(a.semver, b.semver, options) - return comp > 0 ? a - : comp < 0 ? b - : b.operator === '>' && a.operator === '>=' ? b - : a -} - -// <=1.2.3 is higher than <1.2.3 -const lowerLT = (a, b, options) => { - if (!a) { - return b - } - const comp = compare(a.semver, b.semver, options) - return comp < 0 ? a - : comp > 0 ? b - : b.operator === '<' && a.operator === '<=' ? b - : a -} - -module.exports = subset diff --git a/software/flow/node_modules/npm/node_modules/semver/ranges/to-comparators.js b/software/flow/node_modules/npm/node_modules/semver/ranges/to-comparators.js deleted file mode 100644 index 6c8bc7e..0000000 --- a/software/flow/node_modules/npm/node_modules/semver/ranges/to-comparators.js +++ /dev/null @@ -1,8 +0,0 @@ -const Range = require('../classes/range') - -// Mostly just for testing and legacy API reasons -const toComparators = (range, options) => - new Range(range, options).set - .map(comp => comp.map(c => c.value).join(' ').trim().split(' ')) - -module.exports = toComparators diff --git a/software/flow/node_modules/npm/node_modules/semver/ranges/valid.js b/software/flow/node_modules/npm/node_modules/semver/ranges/valid.js deleted file mode 100644 index 365f356..0000000 --- a/software/flow/node_modules/npm/node_modules/semver/ranges/valid.js +++ /dev/null @@ -1,11 +0,0 @@ -const Range = require('../classes/range') -const validRange = (range, options) => { - try { - // Return '*' instead of '' so that truthiness works. - // This will throw if it's invalid anyway - return new Range(range, options).range || '*' - } catch (er) { - return null - } -} -module.exports = validRange diff --git a/software/flow/node_modules/npm/node_modules/set-blocking/LICENSE.txt b/software/flow/node_modules/npm/node_modules/set-blocking/LICENSE.txt deleted file mode 100644 index 836440b..0000000 --- a/software/flow/node_modules/npm/node_modules/set-blocking/LICENSE.txt +++ /dev/null @@ -1,14 +0,0 @@ -Copyright (c) 2016, Contributors - -Permission to use, copy, modify, and/or distribute this software -for any purpose with or without fee is hereby granted, provided -that the above copyright notice and this permission notice -appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES -OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE -LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/set-blocking/index.js b/software/flow/node_modules/npm/node_modules/set-blocking/index.js deleted file mode 100644 index 6f78774..0000000 --- a/software/flow/node_modules/npm/node_modules/set-blocking/index.js +++ /dev/null @@ -1,7 +0,0 @@ -module.exports = function (blocking) { - [process.stdout, process.stderr].forEach(function (stream) { - if (stream._handle && stream.isTTY && typeof stream._handle.setBlocking === 'function') { - stream._handle.setBlocking(blocking) - } - }) -} diff --git a/software/flow/node_modules/npm/node_modules/set-blocking/package.json b/software/flow/node_modules/npm/node_modules/set-blocking/package.json deleted file mode 100644 index c082db7..0000000 --- a/software/flow/node_modules/npm/node_modules/set-blocking/package.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "name": "set-blocking", - "version": "2.0.0", - "description": "set blocking stdio and stderr ensuring that terminal output does not truncate", - "main": "index.js", - "scripts": { - "pretest": "standard", - "test": "nyc mocha ./test/*.js", - "coverage": "nyc report --reporter=text-lcov | coveralls", - "version": "standard-version" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/yargs/set-blocking.git" - }, - "keywords": [ - "flush", - "terminal", - "blocking", - "shim", - "stdio", - "stderr" - ], - "author": "Ben Coe <ben@npmjs.com>", - "license": "ISC", - "bugs": { - "url": "https://github.com/yargs/set-blocking/issues" - }, - "homepage": "https://github.com/yargs/set-blocking#readme", - "devDependencies": { - "chai": "^3.5.0", - "coveralls": "^2.11.9", - "mocha": "^2.4.5", - "nyc": "^6.4.4", - "standard": "^7.0.1", - "standard-version": "^2.2.1" - }, - "files": [ - "index.js", - "LICENSE.txt" - ] -} \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/signal-exit/LICENSE.txt b/software/flow/node_modules/npm/node_modules/signal-exit/LICENSE.txt deleted file mode 100644 index eead04a..0000000 --- a/software/flow/node_modules/npm/node_modules/signal-exit/LICENSE.txt +++ /dev/null @@ -1,16 +0,0 @@ -The ISC License - -Copyright (c) 2015, Contributors - -Permission to use, copy, modify, and/or distribute this software -for any purpose with or without fee is hereby granted, provided -that the above copyright notice and this permission notice -appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES -OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE -LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/signal-exit/index.js b/software/flow/node_modules/npm/node_modules/signal-exit/index.js deleted file mode 100644 index 93703f3..0000000 --- a/software/flow/node_modules/npm/node_modules/signal-exit/index.js +++ /dev/null @@ -1,202 +0,0 @@ -// Note: since nyc uses this module to output coverage, any lines -// that are in the direct sync flow of nyc's outputCoverage are -// ignored, since we can never get coverage for them. -// grab a reference to node's real process object right away -var process = global.process - -const processOk = function (process) { - return process && - typeof process === 'object' && - typeof process.removeListener === 'function' && - typeof process.emit === 'function' && - typeof process.reallyExit === 'function' && - typeof process.listeners === 'function' && - typeof process.kill === 'function' && - typeof process.pid === 'number' && - typeof process.on === 'function' -} - -// some kind of non-node environment, just no-op -/* istanbul ignore if */ -if (!processOk(process)) { - module.exports = function () { - return function () {} - } -} else { - var assert = require('assert') - var signals = require('./signals.js') - var isWin = /^win/i.test(process.platform) - - var EE = require('events') - /* istanbul ignore if */ - if (typeof EE !== 'function') { - EE = EE.EventEmitter - } - - var emitter - if (process.__signal_exit_emitter__) { - emitter = process.__signal_exit_emitter__ - } else { - emitter = process.__signal_exit_emitter__ = new EE() - emitter.count = 0 - emitter.emitted = {} - } - - // Because this emitter is a global, we have to check to see if a - // previous version of this library failed to enable infinite listeners. - // I know what you're about to say. But literally everything about - // signal-exit is a compromise with evil. Get used to it. - if (!emitter.infinite) { - emitter.setMaxListeners(Infinity) - emitter.infinite = true - } - - module.exports = function (cb, opts) { - /* istanbul ignore if */ - if (!processOk(global.process)) { - return function () {} - } - assert.equal(typeof cb, 'function', 'a callback must be provided for exit handler') - - if (loaded === false) { - load() - } - - var ev = 'exit' - if (opts && opts.alwaysLast) { - ev = 'afterexit' - } - - var remove = function () { - emitter.removeListener(ev, cb) - if (emitter.listeners('exit').length === 0 && - emitter.listeners('afterexit').length === 0) { - unload() - } - } - emitter.on(ev, cb) - - return remove - } - - var unload = function unload () { - if (!loaded || !processOk(global.process)) { - return - } - loaded = false - - signals.forEach(function (sig) { - try { - process.removeListener(sig, sigListeners[sig]) - } catch (er) {} - }) - process.emit = originalProcessEmit - process.reallyExit = originalProcessReallyExit - emitter.count -= 1 - } - module.exports.unload = unload - - var emit = function emit (event, code, signal) { - /* istanbul ignore if */ - if (emitter.emitted[event]) { - return - } - emitter.emitted[event] = true - emitter.emit(event, code, signal) - } - - // { <signal>: <listener fn>, ... } - var sigListeners = {} - signals.forEach(function (sig) { - sigListeners[sig] = function listener () { - /* istanbul ignore if */ - if (!processOk(global.process)) { - return - } - // If there are no other listeners, an exit is coming! - // Simplest way: remove us and then re-send the signal. - // We know that this will kill the process, so we can - // safely emit now. - var listeners = process.listeners(sig) - if (listeners.length === emitter.count) { - unload() - emit('exit', null, sig) - /* istanbul ignore next */ - emit('afterexit', null, sig) - /* istanbul ignore next */ - if (isWin && sig === 'SIGHUP') { - // "SIGHUP" throws an `ENOSYS` error on Windows, - // so use a supported signal instead - sig = 'SIGINT' - } - /* istanbul ignore next */ - process.kill(process.pid, sig) - } - } - }) - - module.exports.signals = function () { - return signals - } - - var loaded = false - - var load = function load () { - if (loaded || !processOk(global.process)) { - return - } - loaded = true - - // This is the number of onSignalExit's that are in play. - // It's important so that we can count the correct number of - // listeners on signals, and don't wait for the other one to - // handle it instead of us. - emitter.count += 1 - - signals = signals.filter(function (sig) { - try { - process.on(sig, sigListeners[sig]) - return true - } catch (er) { - return false - } - }) - - process.emit = processEmit - process.reallyExit = processReallyExit - } - module.exports.load = load - - var originalProcessReallyExit = process.reallyExit - var processReallyExit = function processReallyExit (code) { - /* istanbul ignore if */ - if (!processOk(global.process)) { - return - } - process.exitCode = code || /* istanbul ignore next */ 0 - emit('exit', process.exitCode, null) - /* istanbul ignore next */ - emit('afterexit', process.exitCode, null) - /* istanbul ignore next */ - originalProcessReallyExit.call(process, process.exitCode) - } - - var originalProcessEmit = process.emit - var processEmit = function processEmit (ev, arg) { - if (ev === 'exit' && processOk(global.process)) { - /* istanbul ignore else */ - if (arg !== undefined) { - process.exitCode = arg - } - var ret = originalProcessEmit.apply(this, arguments) - /* istanbul ignore next */ - emit('exit', process.exitCode, null) - /* istanbul ignore next */ - emit('afterexit', process.exitCode, null) - /* istanbul ignore next */ - return ret - } else { - return originalProcessEmit.apply(this, arguments) - } - } -} diff --git a/software/flow/node_modules/npm/node_modules/signal-exit/package.json b/software/flow/node_modules/npm/node_modules/signal-exit/package.json deleted file mode 100644 index e1a0031..0000000 --- a/software/flow/node_modules/npm/node_modules/signal-exit/package.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "name": "signal-exit", - "version": "3.0.7", - "description": "when you want to fire an event no matter how a process exits.", - "main": "index.js", - "scripts": { - "test": "tap", - "snap": "tap", - "preversion": "npm test", - "postversion": "npm publish", - "prepublishOnly": "git push origin --follow-tags" - }, - "files": [ - "index.js", - "signals.js" - ], - "repository": { - "type": "git", - "url": "https://github.com/tapjs/signal-exit.git" - }, - "keywords": [ - "signal", - "exit" - ], - "author": "Ben Coe <ben@npmjs.com>", - "license": "ISC", - "bugs": { - "url": "https://github.com/tapjs/signal-exit/issues" - }, - "homepage": "https://github.com/tapjs/signal-exit", - "devDependencies": { - "chai": "^3.5.0", - "coveralls": "^3.1.1", - "nyc": "^15.1.0", - "standard-version": "^9.3.1", - "tap": "^15.1.1" - } -} diff --git a/software/flow/node_modules/npm/node_modules/signal-exit/signals.js b/software/flow/node_modules/npm/node_modules/signal-exit/signals.js deleted file mode 100644 index 3bd67a8..0000000 --- a/software/flow/node_modules/npm/node_modules/signal-exit/signals.js +++ /dev/null @@ -1,53 +0,0 @@ -// This is not the set of all possible signals. -// -// It IS, however, the set of all signals that trigger -// an exit on either Linux or BSD systems. Linux is a -// superset of the signal names supported on BSD, and -// the unknown signals just fail to register, so we can -// catch that easily enough. -// -// Don't bother with SIGKILL. It's uncatchable, which -// means that we can't fire any callbacks anyway. -// -// If a user does happen to register a handler on a non- -// fatal signal like SIGWINCH or something, and then -// exit, it'll end up firing `process.emit('exit')`, so -// the handler will be fired anyway. -// -// SIGBUS, SIGFPE, SIGSEGV and SIGILL, when not raised -// artificially, inherently leave the process in a -// state from which it is not safe to try and enter JS -// listeners. -module.exports = [ - 'SIGABRT', - 'SIGALRM', - 'SIGHUP', - 'SIGINT', - 'SIGTERM' -] - -if (process.platform !== 'win32') { - module.exports.push( - 'SIGVTALRM', - 'SIGXCPU', - 'SIGXFSZ', - 'SIGUSR2', - 'SIGTRAP', - 'SIGSYS', - 'SIGQUIT', - 'SIGIOT' - // should detect profiler and enable/disable accordingly. - // see #21 - // 'SIGPROF' - ) -} - -if (process.platform === 'linux') { - module.exports.push( - 'SIGIO', - 'SIGPOLL', - 'SIGPWR', - 'SIGSTKFLT', - 'SIGUNUSED' - ) -} diff --git a/software/flow/node_modules/npm/node_modules/sigstore/LICENSE b/software/flow/node_modules/npm/node_modules/sigstore/LICENSE deleted file mode 100644 index d645695..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/LICENSE +++ /dev/null @@ -1,202 +0,0 @@ - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright [yyyy] [name of copyright owner] - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. diff --git a/software/flow/node_modules/npm/node_modules/sigstore/README.md b/software/flow/node_modules/npm/node_modules/sigstore/README.md deleted file mode 100644 index 0a8b690..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/README.md +++ /dev/null @@ -1,180 +0,0 @@ -# sigstore-js - -A JavaScript library for generating and verifying Sigstore signatures. One of -the intended uses is to sign and verify npm packages but it can be used to sign -and verify any file. - -## Features - -* Support for signing using an OpenID Connect identity -* Support for publishing signatures to a [Rekor][1] instance -* Support for verifying Sigstore bundles - -## Prerequisites - -- Node.js version >= 14.17.0 - -## Installation - -``` -npm install sigstore -``` - -## Usage - -```javascript -const { sigstore } = require('sigstore') -``` - -```javascript -import { sigstore } from 'sigstore' -``` - -### sign(payload[, options]) - -Generates a Sigstore signature for the supplied payload. Returns a -[Sigstore bundle][2] containing the signature and the verification material -necessary to verify the signature. - -* `payload` `<Buffer>`: The bytes of the artifact to be signed. -* `options` `<Object>` - * `fulcioURL` `<string>`: The base URL of the Fulcio instance to use for retrieving the signing certificate. Defaults to `'https://fulcio.sigstore.dev'`. - * `rekorURL` `<string>`: The base URL of the Rekor instance to use when adding the signature to the transparency log. Defaults to `'https://rekor.sigstore.dev'`. - * `identityToken` `<string>`: The OIDC token identifying the signer. If no explicit token is supplied, an attempt will be made to retrieve one from the environment. - -### attest(payload, payloadType[, options]) - -Generates a Sigstore signature for the supplied in-toto statement. Returns a -[Sigstore bundle][2] containing the [DSSE][3]-wrapped statement and signature -as well as the verification material necessary to verify the signature. - -* `payload` `<Buffer>`: The bytes of the statement to be signed. -* `payloadType` `<string>`: MIME or content type describing the statement to be signed. -* `options` `<Object>` - * `fulcioURL` `<string>`: The base URL of the Fulcio instance to use for retrieving the signing certificate. Defaults to `'https://fulcio.sigstore.dev'`. - * `rekorURL` `<string>`: The base URL of the Rekor instance to use when adding the signature to the transparency log. Defaults to `'https://rekor.sigstore.dev'`. - * `identityToken` `<string>`: The OIDC token identifying the signer. If no explicit token is supplied, an attempt will be made to retrieve one from the environment. - - -### verify(bundle[, payload][, options]) - -Verifies the signature in the supplied bundle. - -* `bundle` `<Bundle>`: The Sigstore bundle containing the signature to be verified and the verification material necessary to verify the signature. -* `payload` `<Buffer>`: The bytes of the artifact over which the signature was created. Only necessary when the `sign` function was used to generate the signature since the Bundle does not contain any information about the artifact which was signed. Not required when the `attest` function was used to generate the Bundle. -* `options` `<Object>` - * `ctLogThreshold` `<number>`: The number of certificate transparency logs on which the signing certificate must appear. Defaults to `1`. - * `tlogThreshold` `<number>`: The number of transparency logs on which the signature must appear. Defaults to `1`. - * `certificateIssuer` `<string>`: Value that must appear in the signing certificate's issuer extension (OID 1.3.6.1.4.1.57264.1.1). Not verified if no value is supplied. - * `certificateIdentityEmail` `<string>`: Email address which must appear in the signing certificate's Subject Alternative Name (SAN) extension. Must be specified in conjunction with the `certificateIssuer` option. Takes precedence over the `certificateIdentityURI` option. Not verified if no value is supplied. - * `certificateIdentityURI` `<string>`: URI which must appear in the signing certificate's Subject Alternative Name (SAN) extension. Must be specified in conjunction with the `certificateIssuer` option. Ignored if the `certificateIdentityEmail` option is set. Not verified if no value is supplied. - * `certificateOIDs` `<Object>`: A collection of OID/value pairs which must be present in the certificate's extension list. Not verified if no value is supplied. - * `keySelector` `<Function>`: Callback invoked to retrieve the public key (as either `string` or `Buffer`) necessary to verify the bundle signature. Not used when the signature was generated from a Fulcio-issued signing certificate. - * `hint` `<String>`: The hint from the bundle used to identify the the signing key. - - -### utils - -The `utils` object contains a few internal utility functions. These are exposed -to support the needs of specific `sigstore-js` consumers but should **NOT** be -considered part of the stable public interface. - -## CLI - -The `sigstore-js` library comes packaged with a basic command line interface -for testing and demo purposes. However, the CLI should **NOT** be considered -part of the stable interface of the library. If you require a production-ready -Sigstore CLI, we recommend you use [`cosign`][4]. - -```shell -$ npx sigstore help -sigstore <command> <artifact> - - Usage: - - sigstore sign sign an artifact - sigstore attest sign an artifact using dsse (Dead Simple Signing Envelope) - sigstore verify verify an artifact - sigstore version print version information - sigstore help print help information -``` - -## Development - -### Updating protobufs - -[Docker](https://docs.docker.com/engine/install/) is required to generate protobufs for the `.sigstore` bundle format. - -Install Docker on MacOS using [Homebrew](https://brew.sh/): - -``` -brew install --cask docker && open -a Docker -``` - -View [Docker install instructions](https://docs.docker.com/engine/install/) for other platforms. - -#### Updating Sigstore Protobufs - -Update the Git `REF` in `hack/generate-bundle-types` from the [sigstore/protobuf-specs][5] repository. - -Generate TypeScript protobufs (should update files in scr/types/sigstore/\_\_generated\_\_): - -``` -npm run codegen:bundle -``` - -#### Updating Rekor Types - -Update the git `REF` in `hack/generate-rekor-types` from the [sigstore/rekor][1] repository. - -Generate TypeScript types (should update files in scr/types/rekor/\_\_generated\_\_): - -``` -npm run codegen:rekor -``` - -### Release Steps - -1. Update the version inside `package.json` and run `npm i` to update `package-lock.json`. -2. PR the changes above and merge to the "main" branch when approved. -3. Use either the "[Create a new release](https://github.com/sigstore/sigstore-js/releases/new)" link or the `gh release create` CLI command to start a new release. -4. Tag the release with a label matching the version in the `package.json` (with a `v` prefix). -5. Add a title matching the tag. -6. Add release notes. -7. Mark as pre-release as appropriate. -8. Publish release. - -After publishing the release, a new npm package will be built and published automatically to the npm registry. -## Licensing - -`sigstore-js` is licensed under the Apache 2.0 License. - -## Contributing - -See [the contributing docs][7] for details. - -## Code of Conduct -Everyone interacting with this project is expected to follow the [sigstore Code of Conduct][8]. - -## Security - -Should you discover any security issues, please refer to sigstore's [security process][9]. - -## Info - -`sigstore-js` is developed as part of the [`sigstore`][6] project. - -We also use a [slack channel][10]! Click [here][11] for the invite link. - - -[1]: https://github.com/sigstore/rekor -[2]: https://github.com/sigstore/protobuf-specs/blob/9b722b68a717778ba4f11543afa4ef93205ab502/protos/sigstore_bundle.proto#L63-L84 -[3]: https://github.com/secure-systems-lab/dsse -[4]: https://github.com/sigstore/cosign -[5]: https://github.com/sigstore/protobuf-specs -[6]: https://sigstore.dev -[7]: https://github.com/sigstore/.github/blob/main/CONTRIBUTING.md -[8]: https://github.com/sigstore/.github/blob/main/CODE_OF_CONDUCT.md -[9]: https://github.com/sigstore/.github/blob/main/SECURITY.md -[10]: https://sigstore.slack.com -[11]: https://join.slack.com/t/sigstore/shared_invite/zt-mhs55zh0-XmY3bcfWn4XEyMqUUutbUQ diff --git a/software/flow/node_modules/npm/node_modules/sigstore/bin/sigstore.js b/software/flow/node_modules/npm/node_modules/sigstore/bin/sigstore.js deleted file mode 100755 index a07b7bd..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/bin/sigstore.js +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/env node -/* -Copyright 2022 The Sigstore Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ -require('../dist/cli').processArgv(); diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/ca/format.d.ts b/software/flow/node_modules/npm/node_modules/sigstore/dist/ca/format.d.ts deleted file mode 100644 index 185b4c2..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/ca/format.d.ts +++ /dev/null @@ -1,5 +0,0 @@ -/// <reference types="node" /> -/// <reference types="node" /> -import { KeyObject } from 'crypto'; -import { CertificateRequest } from '../client/fulcio'; -export declare function toCertificateRequest(publicKey: KeyObject, challenge: Buffer): CertificateRequest; diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/ca/format.js b/software/flow/node_modules/npm/node_modules/sigstore/dist/ca/format.js deleted file mode 100644 index f168cbe..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/ca/format.js +++ /dev/null @@ -1,14 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.toCertificateRequest = void 0; -function toCertificateRequest(publicKey, challenge) { - return { - publicKey: { - content: publicKey - .export({ type: 'spki', format: 'der' }) - .toString('base64'), - }, - signedEmailAddress: challenge.toString('base64'), - }; -} -exports.toCertificateRequest = toCertificateRequest; diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/ca/index.d.ts b/software/flow/node_modules/npm/node_modules/sigstore/dist/ca/index.d.ts deleted file mode 100644 index 0ee0bf4..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/ca/index.d.ts +++ /dev/null @@ -1,14 +0,0 @@ -/// <reference types="node" /> -/// <reference types="node" /> -import { KeyObject } from 'crypto'; -export interface CA { - createSigningCertificate: (identityToken: string, publicKey: KeyObject, challenge: Buffer) => Promise<string[]>; -} -export interface CAClientOptions { - fulcioBaseURL: string; -} -export declare class CAClient implements CA { - private fulcio; - constructor(options: CAClientOptions); - createSigningCertificate(identityToken: string, publicKey: KeyObject, challenge: Buffer): Promise<string[]>; -} diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/ca/index.js b/software/flow/node_modules/npm/node_modules/sigstore/dist/ca/index.js deleted file mode 100644 index 3b90f86..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/ca/index.js +++ /dev/null @@ -1,23 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.CAClient = void 0; -const client_1 = require("../client"); -const error_1 = require("../error"); -const util_1 = require("../util"); -const format_1 = require("./format"); -class CAClient { - constructor(options) { - this.fulcio = new client_1.Fulcio({ baseURL: options.fulcioBaseURL }); - } - async createSigningCertificate(identityToken, publicKey, challenge) { - const request = (0, format_1.toCertificateRequest)(publicKey, challenge); - try { - const certificate = await this.fulcio.createSigningCertificate(identityToken, request); - return util_1.pem.split(certificate); - } - catch (err) { - throw new error_1.InternalError('error creating signing certificate', err); - } - } -} -exports.CAClient = CAClient; diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/ca/verify/chain.d.ts b/software/flow/node_modules/npm/node_modules/sigstore/dist/ca/verify/chain.d.ts deleted file mode 100644 index 7ccc0dc..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/ca/verify/chain.d.ts +++ /dev/null @@ -1,3 +0,0 @@ -import * as sigstore from '../../types/sigstore'; -import { x509Certificate } from '../../x509/cert'; -export declare function verifyChain(bundleCerts: sigstore.X509Certificate[], certificateAuthorities: sigstore.CertificateAuthority[]): x509Certificate[]; diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/ca/verify/chain.js b/software/flow/node_modules/npm/node_modules/sigstore/dist/ca/verify/chain.js deleted file mode 100644 index 0f6f714..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/ca/verify/chain.js +++ /dev/null @@ -1,64 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.verifyChain = void 0; -/* -Copyright 2022 The Sigstore Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ -const error_1 = require("../../error"); -const cert_1 = require("../../x509/cert"); -const verify_1 = require("../../x509/verify"); -function verifyChain(bundleCerts, certificateAuthorities) { - const certs = parseCerts(bundleCerts); - const signingCert = certs[0]; - // Filter the list of certificate authorities to those which are valid for the - // signing certificate's notBefore date. - const validCAs = filterCertificateAuthorities(certificateAuthorities, signingCert.notBefore); - if (validCAs.length === 0) { - throw new error_1.VerificationError('No valid certificate authorities'); - } - let trustedChain = []; - // Loop through all valid CAs and attempt to verify the certificate chain - const verified = validCAs.find((ca) => { - const trustedCerts = parseCerts(ca.certChain?.certificates || []); - try { - trustedChain = (0, verify_1.verifyCertificateChain)({ - trustedCerts, - certs, - validAt: signingCert.notBefore, - }); - return true; - } - catch (e) { - return false; - } - }); - if (!verified) { - throw new error_1.VerificationError('No valid certificate chain'); - } - return trustedChain; -} -exports.verifyChain = verifyChain; -// Filter the list of certificate authorities to those which are valid for the -// given date. -function filterCertificateAuthorities(certificateAuthorities, validAt) { - return certificateAuthorities.filter((ca) => ca.validFor && - ca.validFor.start && - ca.validFor.start <= validAt && - (!ca.validFor.end || validAt <= ca.validFor.end)); -} -// Parse the raw bytes of a certificate into an x509Certificate object. -function parseCerts(certs) { - return certs.map((cert) => cert_1.x509Certificate.parse(cert.rawBytes)); -} diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/ca/verify/index.d.ts b/software/flow/node_modules/npm/node_modules/sigstore/dist/ca/verify/index.d.ts deleted file mode 100644 index ddf65ff..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/ca/verify/index.d.ts +++ /dev/null @@ -1,2 +0,0 @@ -import * as sigstore from '../../types/sigstore'; -export declare function verifySigningCertificate(bundle: sigstore.BundleWithCertificateChain, trustedRoot: sigstore.TrustedRoot, options: sigstore.CAArtifactVerificationOptions): void; diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/ca/verify/index.js b/software/flow/node_modules/npm/node_modules/sigstore/dist/ca/verify/index.js deleted file mode 100644 index 9c42f30..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/ca/verify/index.js +++ /dev/null @@ -1,21 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.verifySigningCertificate = void 0; -const chain_1 = require("./chain"); -const sct_1 = require("./sct"); -const signer_1 = require("./signer"); -function verifySigningCertificate(bundle, trustedRoot, options) { - // Check that a trusted certificate chain can be found for the signing - // certificate in the bundle - const trustedChain = (0, chain_1.verifyChain)(bundle.verificationMaterial.content.x509CertificateChain.certificates, trustedRoot.certificateAuthorities); - // Unless disabled, verify the SCTs in the signing certificate - if (options.ctlogOptions.disable === false) { - (0, sct_1.verifySCTs)(trustedChain, trustedRoot.ctlogs, options.ctlogOptions); - } - // Verify the signing certificate against the provided identities - // if provided - if (options.signers) { - (0, signer_1.verifySignerIdentity)(trustedChain[0], options.signers.certificateIdentities); - } -} -exports.verifySigningCertificate = verifySigningCertificate; diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/ca/verify/sct.d.ts b/software/flow/node_modules/npm/node_modules/sigstore/dist/ca/verify/sct.d.ts deleted file mode 100644 index 29391a7..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/ca/verify/sct.d.ts +++ /dev/null @@ -1,3 +0,0 @@ -import * as sigstore from '../../types/sigstore'; -import { x509Certificate } from '../../x509/cert'; -export declare function verifySCTs(certificateChain: x509Certificate[], ctLogs: sigstore.TransparencyLogInstance[], options: sigstore.ArtifactVerificationOptions_CtlogOptions): void; diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/ca/verify/sct.js b/software/flow/node_modules/npm/node_modules/sigstore/dist/ca/verify/sct.js deleted file mode 100644 index 771c6dd..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/ca/verify/sct.js +++ /dev/null @@ -1,30 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.verifySCTs = void 0; -/* -Copyright 2022 The Sigstore Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ -const error_1 = require("../../error"); -function verifySCTs(certificateChain, ctLogs, options) { - const signingCert = certificateChain[0]; - const issuerCert = certificateChain[1]; - const sctResults = signingCert.verifySCTs(issuerCert, ctLogs); - // Count the number of verified SCTs which were found - const verifiedSCTCount = sctResults.filter((sct) => sct.verified).length; - if (verifiedSCTCount < options.threshold) { - throw new error_1.VerificationError(`Not enough SCTs verified (found ${verifiedSCTCount}, need ${options.threshold})`); - } -} -exports.verifySCTs = verifySCTs; diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/ca/verify/signer.d.ts b/software/flow/node_modules/npm/node_modules/sigstore/dist/ca/verify/signer.d.ts deleted file mode 100644 index 7241b90..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/ca/verify/signer.d.ts +++ /dev/null @@ -1,3 +0,0 @@ -import * as sigstore from '../../types/sigstore'; -import { x509Certificate } from '../../x509/cert'; -export declare function verifySignerIdentity(signingCert: x509Certificate, identities: sigstore.CertificateIdentities): void; diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/ca/verify/signer.js b/software/flow/node_modules/npm/node_modules/sigstore/dist/ca/verify/signer.js deleted file mode 100644 index 2c49f0b..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/ca/verify/signer.js +++ /dev/null @@ -1,131 +0,0 @@ -"use strict"; -var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { - if (k2 === undefined) k2 = k; - var desc = Object.getOwnPropertyDescriptor(m, k); - if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { - desc = { enumerable: true, get: function() { return m[k]; } }; - } - Object.defineProperty(o, k2, desc); -}) : (function(o, m, k, k2) { - if (k2 === undefined) k2 = k; - o[k2] = m[k]; -})); -var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { - Object.defineProperty(o, "default", { enumerable: true, value: v }); -}) : function(o, v) { - o["default"] = v; -}); -var __importStar = (this && this.__importStar) || function (mod) { - if (mod && mod.__esModule) return mod; - var result = {}; - if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); - __setModuleDefault(result, mod); - return result; -}; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.verifySignerIdentity = void 0; -/* -Copyright 2023 The Sigstore Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ -const error_1 = require("../../error"); -const sigstore = __importStar(require("../../types/sigstore")); -// https://github.com/sigstore/fulcio/blob/main/docs/oid-info.md#1361415726411--issuer -const OID_FULCIO_ISSUER = '1.3.6.1.4.1.57264.1.1'; -// https://github.com/sigstore/fulcio/blob/main/docs/oid-info.md#1361415726417--othername-san -const OID_FULCIO_USERNAME_SUBJECT = '1.3.6.1.4.1.57264.1.7'; -// Verifies the identity embedded in a Fulcio-issued signing certificate against -// the list of trusted identities. Returns without error if at least one of the -// identities matches the signing certificate; otherwise, throws a -// VerificationError. -function verifySignerIdentity(signingCert, identities) { - // Check that the signing certificate was issued to at least one of the - // specified identities - const signerVerified = identities.identities.some((identity) => verifyIdentity(signingCert, identity)); - if (!signerVerified) { - throw new error_1.PolicyError('Certificate issued to untrusted signer'); - } -} -exports.verifySignerIdentity = verifySignerIdentity; -// Checks that the specified certificate was issued to the specified identity. -// The certificate must match the issuer, subject alternative name, and an -// optional list of certificate extensions. Returns true if the certificate was -// issued to the identity; otherwise, returns false. -function verifyIdentity(cert, identity) { - return (verifyIssuer(cert, identity.issuer) && - verifySAN(cert, identity.san) && - verifyOIDs(cert, identity.oids)); -} -// Checks the Fulcio issuer extension against the expected issuer. Returns true -// if the issuer matches; otherwise, returns false. -function verifyIssuer(cert, issuer) { - const issuerExtension = cert.extension(OID_FULCIO_ISSUER); - return issuerExtension?.value.toString('ascii') === issuer; -} -// Checks the certificate against the expected subject alternative name. Returns -// true if the SAN matches; otherwise, returns false. -function verifySAN(cert, expectedSAN) { - // Fail if the SAN is not specified or is not a supported type - if (expectedSAN === undefined || - expectedSAN.identity === undefined || - expectedSAN.type === - sigstore.SubjectAlternativeNameType - .SUBJECT_ALTERNATIVE_NAME_TYPE_UNSPECIFIED) { - return false; - } - const sanExtension = cert.extSubjectAltName; - // Fail if the certificate does not have a SAN extension - if (!sanExtension) { - return false; - } - let sanValue; - switch (expectedSAN.type) { - case sigstore.SubjectAlternativeNameType.EMAIL: - sanValue = sanExtension.rfc822Name; - break; - case sigstore.SubjectAlternativeNameType.URI: - sanValue = sanExtension.uri; - break; - case sigstore.SubjectAlternativeNameType.OTHER_NAME: - sanValue = sanExtension.otherName(OID_FULCIO_USERNAME_SUBJECT); - break; - } - // Missing SAN value is an automatic failure - if (sanValue === undefined) { - return false; - } - let match; - switch (expectedSAN.identity.$case) { - case 'value': - match = expectedSAN.identity.value; - break; - case 'regexp': - // TODO support regex - break; - } - return sanValue === match; -} -// Checks that the certificate contains the specified extensions. Returns true -// if all extensions are present and match the expected values; otherwise, -// returns false. -function verifyOIDs(cert, oids) { - return oids.every((expectedExtension) => { - if (!expectedExtension.oid) { - return false; - } - const oid = expectedExtension.oid.id.join('.'); - const extension = cert.extension(oid); - return extension?.value.equals(expectedExtension.value); - }); -} diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/cli/index.d.ts b/software/flow/node_modules/npm/node_modules/sigstore/dist/cli/index.d.ts deleted file mode 100644 index 395f0a5..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/cli/index.d.ts +++ /dev/null @@ -1 +0,0 @@ -export declare function processArgv(): Promise<void>; diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/cli/index.js b/software/flow/node_modules/npm/node_modules/sigstore/dist/cli/index.js deleted file mode 100644 index 0937d36..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/cli/index.js +++ /dev/null @@ -1,113 +0,0 @@ -"use strict"; -var __importDefault = (this && this.__importDefault) || function (mod) { - return (mod && mod.__esModule) ? mod : { "default": mod }; -}; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.processArgv = void 0; -/* -Copyright 2022 The Sigstore Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ -const fs_1 = __importDefault(require("fs")); -const index_1 = require("../index"); -const INTOTO_PAYLOAD_TYPE = 'application/vnd.in-toto+json'; -async function cli(args) { - switch (args[0]) { - case 'sign': - await sign(args[1]); - break; - case 'attest': - await attest(args[1], args[2]); - break; - case 'verify': - await verify(args[1], args[2]); - break; - case 'version': - case '-version': - case '--version': - case '-v': - // eslint-disable-next-line @typescript-eslint/no-var-requires - console.log(require('../../package.json').version); - break; - case 'help': - case '--help': - case '-h': - case '-?': - printUsage(); - break; - default: - throw 'Unknown command'; - } -} -function printUsage() { - console.log(`sigstore <command> <artifact> - - Usage: - - sigstore sign sign an artifact - sigstore attest sign an artifact using dsse (Dead Simple Signing Envelope) - sigstore verify verify an artifact - sigstore version print version information - sigstore help print help information - `); -} -const signOptions = { - oidcClientID: 'sigstore', - oidcIssuer: 'https://oauth2.sigstore.dev/auth', - rekorURL: index_1.sigstore.DEFAULT_REKOR_URL, -}; -async function sign(artifactPath) { - const buffer = fs_1.default.readFileSync(artifactPath); - const bundle = await index_1.sigstore.sign(buffer, signOptions); - const url = `${signOptions.rekorURL}/api/v1/log/entries`; - const logIndex = bundle.verificationMaterial?.tlogEntries[0].logIndex; - console.error(`Created entry at index ${logIndex}, available at`); - console.error(`${url}?logIndex=${logIndex}`); - console.log(JSON.stringify(bundle)); -} -async function attest(artifactPath, payloadType = INTOTO_PAYLOAD_TYPE) { - const buffer = fs_1.default.readFileSync(artifactPath); - const bundle = await index_1.sigstore.attest(buffer, payloadType, signOptions); - console.log(JSON.stringify(bundle)); -} -async function verify(bundlePath, artifactPath) { - let payload = undefined; - if (artifactPath) { - payload = fs_1.default.readFileSync(artifactPath); - } - const bundleFile = fs_1.default.readFileSync(bundlePath); - const bundle = JSON.parse(bundleFile.toString('utf-8')); - try { - await index_1.sigstore.verify(bundle, payload, {}); - console.error('Verified OK'); - } - catch (e) { - console.error('Verification failed'); - if (e instanceof Error) { - console.error('Error: ' + e.message); - } - process.exit(1); - } -} -async function processArgv() { - try { - await cli(process.argv.slice(2)); - process.exit(0); - } - catch (e) { - console.error(e); - process.exit(1); - } -} -exports.processArgv = processArgv; diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/client/error.d.ts b/software/flow/node_modules/npm/node_modules/sigstore/dist/client/error.d.ts deleted file mode 100644 index 87a4bc5..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/client/error.d.ts +++ /dev/null @@ -1,10 +0,0 @@ -import fetch from 'make-fetch-happen'; -type Response = Awaited<ReturnType<typeof fetch>>; -export declare class HTTPError extends Error { - response: Response; - statusCode: number; - location?: string; - constructor(response: Response); -} -export declare const checkStatus: (response: Response) => Response; -export {}; diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/client/error.js b/software/flow/node_modules/npm/node_modules/sigstore/dist/client/error.js deleted file mode 100644 index d1e1c3d..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/client/error.js +++ /dev/null @@ -1,21 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.checkStatus = exports.HTTPError = void 0; -class HTTPError extends Error { - constructor(response) { - super(`HTTP Error: ${response.status} ${response.statusText}`); - this.response = response; - this.statusCode = response.status; - this.location = response.headers?.get('Location') || undefined; - } -} -exports.HTTPError = HTTPError; -const checkStatus = (response) => { - if (response.ok) { - return response; - } - else { - throw new HTTPError(response); - } -}; -exports.checkStatus = checkStatus; diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/client/fulcio.d.ts b/software/flow/node_modules/npm/node_modules/sigstore/dist/client/fulcio.d.ts deleted file mode 100644 index 72ed51a..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/client/fulcio.d.ts +++ /dev/null @@ -1,18 +0,0 @@ -export interface FulcioOptions { - baseURL: string; -} -export interface CertificateRequest { - publicKey: { - content: string; - }; - signedEmailAddress: string; -} -/** - * Fulcio API client. - */ -export declare class Fulcio { - private fetch; - private baseUrl; - constructor(options: FulcioOptions); - createSigningCertificate(idToken: string, request: CertificateRequest): Promise<string>; -} diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/client/fulcio.js b/software/flow/node_modules/npm/node_modules/sigstore/dist/client/fulcio.js deleted file mode 100644 index 0404138..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/client/fulcio.js +++ /dev/null @@ -1,53 +0,0 @@ -"use strict"; -var __importDefault = (this && this.__importDefault) || function (mod) { - return (mod && mod.__esModule) ? mod : { "default": mod }; -}; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.Fulcio = void 0; -/* -Copyright 2022 The Sigstore Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ -const make_fetch_happen_1 = __importDefault(require("make-fetch-happen")); -const util_1 = require("../util"); -const error_1 = require("./error"); -/** - * Fulcio API client. - */ -class Fulcio { - constructor(options) { - this.fetch = make_fetch_happen_1.default.defaults({ - retry: { retries: 2 }, - timeout: 5000, - headers: { - Accept: 'application/pem-certificate-chain', - 'Content-Type': 'application/json', - 'User-Agent': util_1.ua.getUserAgent(), - }, - }); - this.baseUrl = options.baseURL; - } - async createSigningCertificate(idToken, request) { - const url = `${this.baseUrl}/api/v1/signingCert`; - const response = await this.fetch(url, { - method: 'POST', - headers: { Authorization: `Bearer ${idToken}` }, - body: JSON.stringify(request), - }); - (0, error_1.checkStatus)(response); - const data = await response.text(); - return data; - } -} -exports.Fulcio = Fulcio; diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/client/index.d.ts b/software/flow/node_modules/npm/node_modules/sigstore/dist/client/index.d.ts deleted file mode 100644 index 2102381..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/client/index.d.ts +++ /dev/null @@ -1,2 +0,0 @@ -export { Fulcio } from './fulcio'; -export { Rekor } from './rekor'; diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/client/index.js b/software/flow/node_modules/npm/node_modules/sigstore/dist/client/index.js deleted file mode 100644 index c6d1d9a..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/client/index.js +++ /dev/null @@ -1,22 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.Rekor = exports.Fulcio = void 0; -/* -Copyright 2022 The Sigstore Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ -var fulcio_1 = require("./fulcio"); -Object.defineProperty(exports, "Fulcio", { enumerable: true, get: function () { return fulcio_1.Fulcio; } }); -var rekor_1 = require("./rekor"); -Object.defineProperty(exports, "Rekor", { enumerable: true, get: function () { return rekor_1.Rekor; } }); diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/client/rekor.d.ts b/software/flow/node_modules/npm/node_modules/sigstore/dist/client/rekor.d.ts deleted file mode 100644 index 55a909f..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/client/rekor.d.ts +++ /dev/null @@ -1,45 +0,0 @@ -import { Entry, EntryKind } from '../tlog'; -export interface RekorOptions { - baseURL: string; -} -export interface SearchIndex { - email?: string; - hash?: string; -} -export interface SearchLogQuery { - entries?: EntryKind[]; - entryUUIDs?: string[]; - logIndexes?: number[]; -} -/** - * Rekor API client. - */ -export declare class Rekor { - private fetch; - private baseUrl; - constructor(options: RekorOptions); - /** - * Create a new entry in the Rekor log. - * @param propsedEntry {EntryKind} Data to create a new entry - * @returns {Promise<Entry>} The created entry - */ - createEntry(propsedEntry: EntryKind): Promise<Entry>; - /** - * Get an entry from the Rekor log. - * @param uuid {string} The UUID of the entry to retrieve - * @returns {Promise<Entry>} The retrieved entry - */ - getEntry(uuid: string): Promise<Entry>; - /** - * Search the Rekor log index for entries matching the given query. - * @param opts {SearchIndex} Options to search the Rekor log - * @returns {Promise<string[]>} UUIDs of matching entries - */ - searchIndex(opts: SearchIndex): Promise<string[]>; - /** - * Search the Rekor logs for matching the given query. - * @param opts {SearchLogQuery} Query to search the Rekor log - * @returns {Promise<Entry[]>} List of matching entries - */ - searchLog(opts: SearchLogQuery): Promise<Entry[]>; -} diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/client/rekor.js b/software/flow/node_modules/npm/node_modules/sigstore/dist/client/rekor.js deleted file mode 100644 index 6bb085c..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/client/rekor.js +++ /dev/null @@ -1,115 +0,0 @@ -"use strict"; -var __importDefault = (this && this.__importDefault) || function (mod) { - return (mod && mod.__esModule) ? mod : { "default": mod }; -}; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.Rekor = void 0; -/* -Copyright 2022 The Sigstore Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ -const make_fetch_happen_1 = __importDefault(require("make-fetch-happen")); -const util_1 = require("../util"); -const error_1 = require("./error"); -/** - * Rekor API client. - */ -class Rekor { - constructor(options) { - this.fetch = make_fetch_happen_1.default.defaults({ - retry: { retries: 2 }, - timeout: 5000, - headers: { - Accept: 'application/json', - 'User-Agent': util_1.ua.getUserAgent(), - }, - }); - this.baseUrl = options.baseURL; - } - /** - * Create a new entry in the Rekor log. - * @param propsedEntry {EntryKind} Data to create a new entry - * @returns {Promise<Entry>} The created entry - */ - async createEntry(propsedEntry) { - const url = `${this.baseUrl}/api/v1/log/entries`; - const response = await this.fetch(url, { - method: 'POST', - headers: { 'Content-Type': 'application/json' }, - body: JSON.stringify(propsedEntry), - }); - (0, error_1.checkStatus)(response); - const data = await response.json(); - return entryFromResponse(data); - } - /** - * Get an entry from the Rekor log. - * @param uuid {string} The UUID of the entry to retrieve - * @returns {Promise<Entry>} The retrieved entry - */ - async getEntry(uuid) { - const url = `${this.baseUrl}/api/v1/log/entries/${uuid}`; - const response = await this.fetch(url); - (0, error_1.checkStatus)(response); - const data = await response.json(); - return entryFromResponse(data); - } - /** - * Search the Rekor log index for entries matching the given query. - * @param opts {SearchIndex} Options to search the Rekor log - * @returns {Promise<string[]>} UUIDs of matching entries - */ - async searchIndex(opts) { - const url = `${this.baseUrl}/api/v1/index/retrieve`; - const response = await this.fetch(url, { - method: 'POST', - body: JSON.stringify(opts), - headers: { 'Content-Type': 'application/json' }, - }); - (0, error_1.checkStatus)(response); - const data = await response.json(); - return data; - } - /** - * Search the Rekor logs for matching the given query. - * @param opts {SearchLogQuery} Query to search the Rekor log - * @returns {Promise<Entry[]>} List of matching entries - */ - async searchLog(opts) { - const url = `${this.baseUrl}/api/v1/log/entries/retrieve`; - const response = await this.fetch(url, { - method: 'POST', - body: JSON.stringify(opts), - headers: { 'Content-Type': 'application/json' }, - }); - (0, error_1.checkStatus)(response); - const rawData = await response.json(); - const data = rawData.map((d) => entryFromResponse(d)); - return data; - } -} -exports.Rekor = Rekor; -// Unpack the response from the Rekor API into a more convenient format. -function entryFromResponse(data) { - const entries = Object.entries(data); - if (entries.length != 1) { - throw new Error('Received multiple entries in Rekor response'); - } - // Grab UUID and entry data from the response - const [uuid, entry] = Object.entries(data)[0]; - return { - ...entry, - uuid, - }; -} diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/error.d.ts b/software/flow/node_modules/npm/node_modules/sigstore/dist/error.d.ts deleted file mode 100644 index 0e2dad0..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/error.d.ts +++ /dev/null @@ -1,13 +0,0 @@ -declare class BaseError extends Error { - cause: any | undefined; - constructor(message: string, cause?: any); -} -export declare class VerificationError extends BaseError { -} -export declare class ValidationError extends BaseError { -} -export declare class InternalError extends BaseError { -} -export declare class PolicyError extends BaseError { -} -export {}; diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/error.js b/software/flow/node_modules/npm/node_modules/sigstore/dist/error.js deleted file mode 100644 index e302d3a..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/error.js +++ /dev/null @@ -1,38 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.PolicyError = exports.InternalError = exports.ValidationError = exports.VerificationError = void 0; -/* -Copyright 2023 The Sigstore Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ -/* eslint-disable @typescript-eslint/no-explicit-any */ -class BaseError extends Error { - constructor(message, cause) { - super(message); - this.name = this.constructor.name; - this.cause = cause; - } -} -class VerificationError extends BaseError { -} -exports.VerificationError = VerificationError; -class ValidationError extends BaseError { -} -exports.ValidationError = ValidationError; -class InternalError extends BaseError { -} -exports.InternalError = InternalError; -class PolicyError extends BaseError { -} -exports.PolicyError = PolicyError; diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/identity/ci.d.ts b/software/flow/node_modules/npm/node_modules/sigstore/dist/identity/ci.d.ts deleted file mode 100644 index 428606f..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/identity/ci.d.ts +++ /dev/null @@ -1,11 +0,0 @@ -import { Provider } from './provider'; -/** - * CIContextProvider is a composite identity provider which will iterate - * over all of the CI-specific providers and return the token from the first - * one that resolves. - */ -export declare class CIContextProvider implements Provider { - private audience; - constructor(audience: string); - getToken(): Promise<string>; -} diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/identity/ci.js b/software/flow/node_modules/npm/node_modules/sigstore/dist/identity/ci.js deleted file mode 100644 index fecf63f..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/identity/ci.js +++ /dev/null @@ -1,65 +0,0 @@ -"use strict"; -var __importDefault = (this && this.__importDefault) || function (mod) { - return (mod && mod.__esModule) ? mod : { "default": mod }; -}; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.CIContextProvider = void 0; -/* -Copyright 2022 The Sigstore Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ -const make_fetch_happen_1 = __importDefault(require("make-fetch-happen")); -const util_1 = require("../util"); -// Collection of all the CI-specific providers we have implemented -const providers = [getGHAToken]; -/** - * CIContextProvider is a composite identity provider which will iterate - * over all of the CI-specific providers and return the token from the first - * one that resolves. - */ -class CIContextProvider { - constructor(audience) { - this.audience = audience; - } - // Invoke all registered ProviderFuncs and return the value of whichever one - // resolves first. - async getToken() { - return util_1.promise - .promiseAny(providers.map((getToken) => getToken(this.audience))) - .catch(() => Promise.reject('CI: no tokens available')); - } -} -exports.CIContextProvider = CIContextProvider; -/** - * getGHAToken can retrieve an OIDC token when running in a GitHub Actions - * workflow - */ -async function getGHAToken(audience) { - // Check to see if we're running in GitHub Actions - if (!process.env.ACTIONS_ID_TOKEN_REQUEST_URL || - !process.env.ACTIONS_ID_TOKEN_REQUEST_TOKEN) { - return Promise.reject('no token available'); - } - // Construct URL to request token w/ appropriate audience - const url = new URL(process.env.ACTIONS_ID_TOKEN_REQUEST_URL); - url.searchParams.append('audience', audience); - const response = await (0, make_fetch_happen_1.default)(url.href, { - retry: 2, - headers: { - Accept: 'application/json', - Authorization: `Bearer ${process.env.ACTIONS_ID_TOKEN_REQUEST_TOKEN}`, - }, - }); - return response.json().then((data) => data.value); -} diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/identity/index.d.ts b/software/flow/node_modules/npm/node_modules/sigstore/dist/identity/index.d.ts deleted file mode 100644 index e3d23b4..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/identity/index.d.ts +++ /dev/null @@ -1,25 +0,0 @@ -import { Provider } from './provider'; -/** - * oauthProvider returns a new Provider instance which attempts to retrieve - * an identity token from the configured OAuth2 issuer. - * - * @param issuer Base URL of the issuer - * @param clientID Client ID for the issuer - * @param clientSecret Client secret for the issuer (optional) - * @returns {Provider} - */ -declare function oauthProvider(issuer: string, clientID: string, clientSecret?: string): Provider; -/** - * ciContextProvider returns a new Provider instance which attempts to retrieve - * an identity token from the CI context. - * - * @param audience audience claim for the generated token - * @returns {Provider} - */ -declare function ciContextProvider(audience?: string): Provider; -declare const _default: { - ciContextProvider: typeof ciContextProvider; - oauthProvider: typeof oauthProvider; -}; -export default _default; -export { Provider } from './provider'; diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/identity/index.js b/software/flow/node_modules/npm/node_modules/sigstore/dist/identity/index.js deleted file mode 100644 index bfb203a..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/identity/index.js +++ /dev/null @@ -1,46 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -/* -Copyright 2022 The Sigstore Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ -const ci_1 = require("./ci"); -const issuer_1 = require("./issuer"); -const oauth_1 = require("./oauth"); -/** - * oauthProvider returns a new Provider instance which attempts to retrieve - * an identity token from the configured OAuth2 issuer. - * - * @param issuer Base URL of the issuer - * @param clientID Client ID for the issuer - * @param clientSecret Client secret for the issuer (optional) - * @returns {Provider} - */ -function oauthProvider(issuer, clientID, clientSecret) { - return new oauth_1.OAuthProvider(new issuer_1.Issuer(issuer), clientID, clientSecret); -} -/** - * ciContextProvider returns a new Provider instance which attempts to retrieve - * an identity token from the CI context. - * - * @param audience audience claim for the generated token - * @returns {Provider} - */ -function ciContextProvider(audience = 'sigstore') { - return new ci_1.CIContextProvider(audience); -} -exports.default = { - ciContextProvider, - oauthProvider, -}; diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/identity/issuer.d.ts b/software/flow/node_modules/npm/node_modules/sigstore/dist/identity/issuer.d.ts deleted file mode 100644 index 37ad713..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/identity/issuer.d.ts +++ /dev/null @@ -1,15 +0,0 @@ -/** - * The Issuer reperesents a single OAuth2 provider. - * - * The Issuer is configured with a provider's base OAuth2 endpoint which is - * used to retrieve the associated configuration information. - */ -export declare class Issuer { - private baseURL; - private fetch; - private config?; - constructor(baseURL: string); - authEndpoint(): Promise<string>; - tokenEndpoint(): Promise<string>; - private loadOpenIDConfig; -} diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/identity/issuer.js b/software/flow/node_modules/npm/node_modules/sigstore/dist/identity/issuer.js deleted file mode 100644 index 2bf6c20..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/identity/issuer.js +++ /dev/null @@ -1,53 +0,0 @@ -"use strict"; -var __importDefault = (this && this.__importDefault) || function (mod) { - return (mod && mod.__esModule) ? mod : { "default": mod }; -}; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.Issuer = void 0; -/* -Copyright 2022 The Sigstore Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ -const make_fetch_happen_1 = __importDefault(require("make-fetch-happen")); -// Standard endpoint for retrieving OpenID configuration information -const OPENID_CONFIG_PATH = '/.well-known/openid-configuration'; -/** - * The Issuer reperesents a single OAuth2 provider. - * - * The Issuer is configured with a provider's base OAuth2 endpoint which is - * used to retrieve the associated configuration information. - */ -class Issuer { - constructor(baseURL) { - this.baseURL = baseURL; - this.fetch = make_fetch_happen_1.default.defaults({ retry: 2 }); - } - async authEndpoint() { - if (!this.config) { - this.config = await this.loadOpenIDConfig(); - } - return this.config.authorization_endpoint; - } - async tokenEndpoint() { - if (!this.config) { - this.config = await this.loadOpenIDConfig(); - } - return this.config.token_endpoint; - } - async loadOpenIDConfig() { - const url = `${this.baseURL}${OPENID_CONFIG_PATH}`; - return this.fetch(url).then((res) => res.json()); - } -} -exports.Issuer = Issuer; diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/identity/oauth.d.ts b/software/flow/node_modules/npm/node_modules/sigstore/dist/identity/oauth.d.ts deleted file mode 100644 index d02e212..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/identity/oauth.d.ts +++ /dev/null @@ -1,19 +0,0 @@ -import { Issuer } from './issuer'; -import { Provider } from './provider'; -export declare class OAuthProvider implements Provider { - private clientID; - private clientSecret; - private issuer; - private codeVerifier; - private state; - private redirectURI?; - constructor(issuer: Issuer, clientID: string, clientSecret?: string); - getToken(): Promise<string>; - private initiateAuthRequest; - private getIDToken; - private getBasicAuthHeaderValue; - private getAuthRequestURL; - private getAuthRequestParams; - private getCodeChallenge; - private openURL; -} diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/identity/oauth.js b/software/flow/node_modules/npm/node_modules/sigstore/dist/identity/oauth.js deleted file mode 100644 index 651a0c7..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/identity/oauth.js +++ /dev/null @@ -1,188 +0,0 @@ -"use strict"; -var __importDefault = (this && this.__importDefault) || function (mod) { - return (mod && mod.__esModule) ? mod : { "default": mod }; -}; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.OAuthProvider = void 0; -/* -Copyright 2022 The Sigstore Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ -const assert_1 = __importDefault(require("assert")); -const child_process_1 = __importDefault(require("child_process")); -const http_1 = __importDefault(require("http")); -const make_fetch_happen_1 = __importDefault(require("make-fetch-happen")); -const url_1 = require("url"); -const util_1 = require("../util"); -class OAuthProvider { - constructor(issuer, clientID, clientSecret) { - this.clientID = clientID; - this.clientSecret = clientSecret || ''; - this.issuer = issuer; - this.codeVerifier = generateRandomString(32); - this.state = generateRandomString(16); - } - async getToken() { - const authCode = await this.initiateAuthRequest(); - return this.getIDToken(authCode); - } - // Initates the authorization request. This will start an HTTP server to - // receive the post-auth redirect and then open the user's default browser to - // the provider's authorization page. - async initiateAuthRequest() { - const server = http_1.default.createServer(); - const sockets = new Set(); - // Start server and wait till it is listening - await new Promise((resolve) => { - server.listen(0, resolve); - }); - // Keep track of connections to the server so we can force a shutdown - server.on('connection', (socket) => { - sockets.add(socket); - socket.once('close', () => { - sockets.delete(socket); - }); - }); - // Get port the server is listening on and construct the server URL - const port = server.address().port; - this.redirectURI = `http://localhost:${port}`; - const result = new Promise((resolve, reject) => { - // Set-up handler for post-auth redirect - server.on('request', (req, res) => { - if (!req.url) { - reject('invalid server request'); - return; - } - res.writeHead(200); - res.end('Auth Successful'); - // Parse incoming request URL - const query = new url_1.URL(req.url, this.redirectURI).searchParams; - // Check to see if the state matches - if (query.get('state') !== this.state) { - reject('invalid state value'); - return; - } - const authCode = query.get('code'); - // Force-close any open connections to the server so we can get a - // clean shutdown - for (const socket of sockets) { - socket.destroy(); - sockets.delete(socket); - } - // Return auth code once we've shutdown server - server.close(() => { - if (!authCode) { - reject('authorization code not found'); - } - else { - resolve(authCode); - } - }); - }); - }); - try { - // Open browser to start authorization request - const authBaseURL = await this.issuer.authEndpoint(); - const authURL = this.getAuthRequestURL(authBaseURL); - await this.openURL(authURL); - } - catch (err) { - // Prevent leaked server handler on error - server.close(); - throw err; - } - return result; - } - // Uses the provided authorization code, to retrieve the ID token from the - // provider - async getIDToken(authCode) { - (0, assert_1.default)(this.redirectURI); - const tokenEndpointURL = await this.issuer.tokenEndpoint(); - const params = new url_1.URLSearchParams(); - params.append('grant_type', 'authorization_code'); - params.append('code', authCode); - params.append('redirect_uri', this.redirectURI); - params.append('code_verifier', this.codeVerifier); - const response = await (0, make_fetch_happen_1.default)(tokenEndpointURL, { - method: 'POST', - headers: { Authorization: `Basic ${this.getBasicAuthHeaderValue()}` }, - body: params, - }).then((r) => r.json()); - return response.id_token; - } - // Construct the basic auth header value from the client ID and secret - getBasicAuthHeaderValue() { - return util_1.encoding.base64Encode(`${this.clientID}:${this.clientSecret}`); - } - // Generate starting URL for authorization request - getAuthRequestURL(baseURL) { - const params = this.getAuthRequestParams(); - return `${baseURL}?${params.toString()}`; - } - // Collect parameters for authorization request - getAuthRequestParams() { - (0, assert_1.default)(this.redirectURI); - const codeChallenge = this.getCodeChallenge(); - return new url_1.URLSearchParams({ - response_type: 'code', - client_id: this.clientID, - client_secret: this.clientSecret, - scope: 'openid email', - redirect_uri: this.redirectURI, - code_challenge: codeChallenge, - code_challenge_method: 'S256', - state: this.state, - nonce: generateRandomString(16), - }); - } - // Generate code challenge for authorization request - getCodeChallenge() { - return util_1.encoding.base64URLEscape(util_1.crypto.hash(this.codeVerifier).toString('base64')); - } - // Open the supplied URL in the user's default browser - async openURL(url) { - return new Promise((resolve, reject) => { - let open = null; - let command = `"${url}"`; - switch (process.platform) { - case 'darwin': - open = 'open'; - break; - case 'linux' || 'freebsd' || 'netbsd' || 'openbsd': - open = 'xdg-open'; - break; - case 'win32': - open = 'start'; - command = `"" ${command}`; - break; - default: - return reject(`OAuth: unsupported platform: ${process.platform}`); - } - console.error(`Your browser will now be opened to: ${url}`); - child_process_1.default.exec(`${open} ${command}`, undefined, (err) => { - if (err) { - reject(err); - } - else { - resolve(); - } - }); - }); - } -} -exports.OAuthProvider = OAuthProvider; -// Generate random code verifier value -function generateRandomString(len) { - return util_1.encoding.base64URLEscape(util_1.crypto.randomBytes(len).toString('base64')); -} diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/identity/provider.d.ts b/software/flow/node_modules/npm/node_modules/sigstore/dist/identity/provider.d.ts deleted file mode 100644 index 95ec03e..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/identity/provider.d.ts +++ /dev/null @@ -1,3 +0,0 @@ -export interface Provider { - getToken: () => Promise<string>; -} diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/identity/provider.js b/software/flow/node_modules/npm/node_modules/sigstore/dist/identity/provider.js deleted file mode 100644 index c8ad2e5..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/identity/provider.js +++ /dev/null @@ -1,2 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/index.d.ts b/software/flow/node_modules/npm/node_modules/sigstore/dist/index.d.ts deleted file mode 100644 index fb23e5e..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/index.d.ts +++ /dev/null @@ -1 +0,0 @@ -export * as sigstore from './sigstore'; diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/index.js b/software/flow/node_modules/npm/node_modules/sigstore/dist/index.js deleted file mode 100644 index 502155e..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/index.js +++ /dev/null @@ -1,42 +0,0 @@ -"use strict"; -var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { - if (k2 === undefined) k2 = k; - var desc = Object.getOwnPropertyDescriptor(m, k); - if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { - desc = { enumerable: true, get: function() { return m[k]; } }; - } - Object.defineProperty(o, k2, desc); -}) : (function(o, m, k, k2) { - if (k2 === undefined) k2 = k; - o[k2] = m[k]; -})); -var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { - Object.defineProperty(o, "default", { enumerable: true, value: v }); -}) : function(o, v) { - o["default"] = v; -}); -var __importStar = (this && this.__importStar) || function (mod) { - if (mod && mod.__esModule) return mod; - var result = {}; - if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); - __setModuleDefault(result, mod); - return result; -}; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.sigstore = void 0; -/* -Copyright 2022 The Sigstore Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ -exports.sigstore = __importStar(require("./sigstore")); diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/merkle/digest.d.ts b/software/flow/node_modules/npm/node_modules/sigstore/dist/merkle/digest.d.ts deleted file mode 100644 index 5c69221..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/merkle/digest.d.ts +++ /dev/null @@ -1,8 +0,0 @@ -/// <reference types="node" /> -export declare class Hasher { - private algorithm; - constructor(algorithm?: string); - size(): number; - hashLeaf(leaf: Buffer): Buffer; - hashChildren(l: Buffer, r: Buffer): Buffer; -} diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/merkle/digest.js b/software/flow/node_modules/npm/node_modules/sigstore/dist/merkle/digest.js deleted file mode 100644 index 5b7ff04..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/merkle/digest.js +++ /dev/null @@ -1,48 +0,0 @@ -"use strict"; -/* -Copyright 2022 GitHub, Inc - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ -var __importDefault = (this && this.__importDefault) || function (mod) { - return (mod && mod.__esModule) ? mod : { "default": mod }; -}; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.Hasher = void 0; -const crypto_1 = __importDefault(require("crypto")); -const RFC6962LeafHashPrefix = Buffer.from([0x00]); -const RFC6962NodeHashPrefix = Buffer.from([0x01]); -// Implements Merkle Tree Hash logic according to RFC6962. -// https://datatracker.ietf.org/doc/html/rfc6962#section-2 -class Hasher { - constructor(algorithm = 'sha256') { - this.algorithm = algorithm; - } - size() { - return crypto_1.default.createHash(this.algorithm).digest().length; - } - hashLeaf(leaf) { - const hasher = crypto_1.default.createHash(this.algorithm); - hasher.update(RFC6962LeafHashPrefix); - hasher.update(leaf); - return hasher.digest(); - } - hashChildren(l, r) { - const hasher = crypto_1.default.createHash(this.algorithm); - hasher.update(RFC6962NodeHashPrefix); - hasher.update(l); - hasher.update(r); - return hasher.digest(); - } -} -exports.Hasher = Hasher; diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/merkle/index.d.ts b/software/flow/node_modules/npm/node_modules/sigstore/dist/merkle/index.d.ts deleted file mode 100644 index d8ffe7c..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/merkle/index.d.ts +++ /dev/null @@ -1,2 +0,0 @@ -export { Hasher } from './digest'; -export { verifyInclusion } from './verify'; diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/merkle/index.js b/software/flow/node_modules/npm/node_modules/sigstore/dist/merkle/index.js deleted file mode 100644 index 2dd39f1..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/merkle/index.js +++ /dev/null @@ -1,22 +0,0 @@ -"use strict"; -/* -Copyright 2022 GitHub, Inc - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ -Object.defineProperty(exports, "__esModule", { value: true }); -exports.verifyInclusion = exports.Hasher = void 0; -var digest_1 = require("./digest"); -Object.defineProperty(exports, "Hasher", { enumerable: true, get: function () { return digest_1.Hasher; } }); -var verify_1 = require("./verify"); -Object.defineProperty(exports, "verifyInclusion", { enumerable: true, get: function () { return verify_1.verifyInclusion; } }); diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/merkle/verify.d.ts b/software/flow/node_modules/npm/node_modules/sigstore/dist/merkle/verify.d.ts deleted file mode 100644 index b1b28b7..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/merkle/verify.d.ts +++ /dev/null @@ -1,3 +0,0 @@ -/// <reference types="node" /> -import { Hasher } from './digest'; -export declare function verifyInclusion(hasher: Hasher, index: bigint, size: bigint, leafHash: Buffer, proof: Buffer[], root: Buffer): boolean; diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/merkle/verify.js b/software/flow/node_modules/npm/node_modules/sigstore/dist/merkle/verify.js deleted file mode 100644 index 3455434..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/merkle/verify.js +++ /dev/null @@ -1,78 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.verifyInclusion = void 0; -/* -Copyright 2022 GitHub, Inc - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ -// Implementation largely copied from -// https://github.com/transparency-dev/merkle/blob/main/proof/verify.go#L46 -// Verifies the correctness of the inclusion proof for the given leaf hash -// and index relative to the tree of the given size and root hash. -function verifyInclusion(hasher, index, size, leafHash, proof, root) { - const calcroot = rootFromInclusionProof(hasher, index, size, leafHash, proof); - return calcroot.equals(root); -} -exports.verifyInclusion = verifyInclusion; -// Calculates the expected root hash for a tree of the given size, provided a -// leaf index and hash with corresponding inclusion proof. -function rootFromInclusionProof(hasher, index, size, leafHash, proof) { - if (index >= size) { - throw new Error('index exceeds size of tree'); - } - if (leafHash.length !== hasher.size()) { - throw new Error('leafHash has unexpected size'); - } - const { inner, border } = decompInclProof(index, size); - if (proof.length != inner + border) { - throw new Error('invalid proof length'); - } - let hash = chainInner(hasher, leafHash, proof.slice(0, inner), index); - hash = chainBorderRight(hasher, hash, proof.slice(inner)); - return hash; -} -// Breaks down inclusion proof for a leaf at the specified index in a tree of -// the specified size. The split point is where paths to the index leaf and -// the (size - 1) leaf diverge. Returns lengths of the bottom and upper proof -// parts. -function decompInclProof(index, size) { - const inner = innerProofSize(index, size); - const border = onesCount(index >> BigInt(inner)); - return { inner, border }; -} -// Computes a subtree hash for an node on or below the tree's right border. -// Assumes the provided proof hashes are ordered from lower to higher levels -// and seed is the initial hash of the node specified by the index. -function chainInner(hasher, seed, proof, index) { - return proof.reduce((acc, h, i) => { - if ((index >> BigInt(i)) & BigInt(1)) { - return hasher.hashChildren(h, acc); - } - else { - return hasher.hashChildren(acc, h); - } - }, seed); -} -// Computes a subtree hash for nodes along the tree's right border. -function chainBorderRight(hasher, seed, proof) { - return proof.reduce((acc, h) => hasher.hashChildren(h, acc), seed); -} -function innerProofSize(index, size) { - return (index ^ (size - BigInt(1))).toString(2).length; -} -// Counts the number of ones in the binary representation of the given number. -// https://en.wikipedia.org/wiki/Hamming_weight -function onesCount(x) { - return x.toString(2).split('1').length - 1; -} diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/sign.d.ts b/software/flow/node_modules/npm/node_modules/sigstore/dist/sign.d.ts deleted file mode 100644 index 7d8b4f0..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/sign.d.ts +++ /dev/null @@ -1,23 +0,0 @@ -/// <reference types="node" /> -import { CA } from './ca'; -import { Provider } from './identity'; -import { TLog } from './tlog'; -import { SignerFunc } from './types/signature'; -import { Bundle } from './types/sigstore'; -export interface SignOptions { - ca: CA; - tlog: TLog; - identityProviders: Provider[]; - signer?: SignerFunc; -} -export declare class Signer { - private ca; - private tlog; - private signer; - private identityProviders; - constructor(options: SignOptions); - signBlob(payload: Buffer): Promise<Bundle>; - signAttestation(payload: Buffer, payloadType: string): Promise<Bundle>; - private signWithEphemeralKey; - private getIdentityToken; -} diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/sign.js b/software/flow/node_modules/npm/node_modules/sigstore/dist/sign.js deleted file mode 100644 index 97c3da0..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/sign.js +++ /dev/null @@ -1,73 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.Signer = void 0; -const util_1 = require("./util"); -class Signer { - constructor(options) { - this.identityProviders = []; - this.ca = options.ca; - this.tlog = options.tlog; - this.identityProviders = options.identityProviders; - this.signer = options.signer || this.signWithEphemeralKey.bind(this); - } - async signBlob(payload) { - // Get signature and verification material for payload - const sigMaterial = await this.signer(payload); - // Calculate artifact digest - const digest = util_1.crypto.hash(payload); - // Create Rekor entry - return this.tlog.createMessageSignatureEntry(digest, sigMaterial); - } - async signAttestation(payload, payloadType) { - // Pre-authentication encoding to be signed - const paeBuffer = util_1.dsse.preAuthEncoding(payloadType, payload); - // Get signature and verification material for pae - const sigMaterial = await this.signer(paeBuffer); - const envelope = { - payloadType, - payload: payload, - signatures: [ - { - keyid: sigMaterial.key?.id || '', - sig: sigMaterial.signature, - }, - ], - }; - return this.tlog.createDSSEEntry(envelope, sigMaterial); - } - async signWithEphemeralKey(payload) { - // Create emphemeral key pair - const keypair = util_1.crypto.generateKeyPair(); - // Retrieve identity token from one of the supplied identity providers - const identityToken = await this.getIdentityToken(); - // Extract challenge claim from OIDC token - const subject = util_1.oidc.extractJWTSubject(identityToken); - // Construct challenge value by encrypting subject with private key - const challenge = util_1.crypto.signBlob(Buffer.from(subject), keypair.privateKey); - // Create signing certificate - const certificates = await this.ca.createSigningCertificate(identityToken, keypair.publicKey, challenge); - // Generate artifact signature - const signature = util_1.crypto.signBlob(payload, keypair.privateKey); - return { - signature, - certificates, - key: undefined, - }; - } - async getIdentityToken() { - const aggErrs = []; - for (const provider of this.identityProviders) { - try { - const token = await provider.getToken(); - if (token) { - return token; - } - } - catch (err) { - aggErrs.push(err); - } - } - throw new Error(`Identity token providers failed: ${aggErrs}`); - } -} -exports.Signer = Signer; diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/sigstore-utils.d.ts b/software/flow/node_modules/npm/node_modules/sigstore/dist/sigstore-utils.d.ts deleted file mode 100644 index e3e3fd4..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/sigstore-utils.d.ts +++ /dev/null @@ -1,7 +0,0 @@ -/// <reference types="node" /> -import { Bundle, Envelope, SignOptions } from './sigstore'; -import { SignerFunc } from './types/signature'; -export declare function createDSSEEnvelope(payload: Buffer, payloadType: string, options: { - signer: SignerFunc; -}): Promise<Envelope>; -export declare function createRekorEntry(dsseEnvelope: Envelope, publicKey: string, options?: SignOptions): Promise<Bundle>; diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/sigstore-utils.js b/software/flow/node_modules/npm/node_modules/sigstore/dist/sigstore-utils.js deleted file mode 100644 index f11cf8c..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/sigstore-utils.js +++ /dev/null @@ -1,58 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.createRekorEntry = exports.createDSSEEnvelope = void 0; -/* -Copyright 2022 The Sigstore Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ -const sigstore_1 = require("./sigstore"); -const tlog_1 = require("./tlog"); -const signature_1 = require("./types/signature"); -const sigstore_2 = require("./types/sigstore"); -const util_1 = require("./util"); -function createTLogClient(options) { - return new tlog_1.TLogClient({ - rekorBaseURL: options.rekorURL || sigstore_1.DEFAULT_REKOR_URL, - }); -} -async function createDSSEEnvelope(payload, payloadType, options) { - // Pre-authentication encoding to be signed - const paeBuffer = util_1.dsse.preAuthEncoding(payloadType, payload); - // Get signature and verification material for pae - const sigMaterial = await options.signer(paeBuffer); - const envelope = { - payloadType, - payload, - signatures: [ - { - keyid: sigMaterial.key?.id || '', - sig: sigMaterial.signature, - }, - ], - }; - return (0, sigstore_2.envelopeToJSON)(envelope); -} -exports.createDSSEEnvelope = createDSSEEnvelope; -// Accepts a signed DSSE envelope and a PEM-encoded public key to be added to the -// transparency log. Returns a Sigstore bundle suitable for offline verification. -async function createRekorEntry(dsseEnvelope, publicKey, options = {}) { - const envelope = (0, sigstore_2.envelopeFromJSON)(dsseEnvelope); - const tlog = createTLogClient(options); - const sigMaterial = (0, signature_1.extractSignatureMaterial)(envelope, publicKey); - const bundle = await tlog.createDSSEEntry(envelope, sigMaterial, { - fetchOnConflict: true, - }); - return (0, sigstore_2.bundleToJSON)(bundle); -} -exports.createRekorEntry = createRekorEntry; diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/sigstore.d.ts b/software/flow/node_modules/npm/node_modules/sigstore/dist/sigstore.d.ts deleted file mode 100644 index bb30343..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/sigstore.d.ts +++ /dev/null @@ -1,30 +0,0 @@ -/// <reference types="node" /> -import * as sigstore from './types/sigstore'; -import { KeySelector } from './verify'; -export * as utils from './sigstore-utils'; -export { SerializedBundle as Bundle, SerializedEnvelope as Envelope, } from './types/sigstore'; -export declare const DEFAULT_FULCIO_URL = "https://fulcio.sigstore.dev"; -export declare const DEFAULT_REKOR_URL = "https://rekor.sigstore.dev"; -interface TLogOptions { - rekorURL?: string; -} -export type SignOptions = { - fulcioURL?: string; - identityToken?: string; - oidcIssuer?: string; - oidcClientID?: string; - oidcClientSecret?: string; -} & TLogOptions; -export type VerifyOptions = { - ctLogThreshold?: number; - tlogThreshold?: number; - certificateIssuer?: string; - certificateIdentityEmail?: string; - certificateIdentityURI?: string; - certificateOIDs?: Record<string, string>; - keySelector?: KeySelector; -} & TLogOptions; -type Bundle = sigstore.SerializedBundle; -export declare function sign(payload: Buffer, options?: SignOptions): Promise<Bundle>; -export declare function attest(payload: Buffer, payloadType: string, options?: SignOptions): Promise<Bundle>; -export declare function verify(bundle: Bundle, payload?: Buffer, options?: VerifyOptions): Promise<void>; diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/sigstore.js b/software/flow/node_modules/npm/node_modules/sigstore/dist/sigstore.js deleted file mode 100644 index ef8fb20..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/sigstore.js +++ /dev/null @@ -1,188 +0,0 @@ -"use strict"; -var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { - if (k2 === undefined) k2 = k; - var desc = Object.getOwnPropertyDescriptor(m, k); - if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { - desc = { enumerable: true, get: function() { return m[k]; } }; - } - Object.defineProperty(o, k2, desc); -}) : (function(o, m, k, k2) { - if (k2 === undefined) k2 = k; - o[k2] = m[k]; -})); -var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { - Object.defineProperty(o, "default", { enumerable: true, value: v }); -}) : function(o, v) { - o["default"] = v; -}); -var __importStar = (this && this.__importStar) || function (mod) { - if (mod && mod.__esModule) return mod; - var result = {}; - if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); - __setModuleDefault(result, mod); - return result; -}; -var __importDefault = (this && this.__importDefault) || function (mod) { - return (mod && mod.__esModule) ? mod : { "default": mod }; -}; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.verify = exports.attest = exports.sign = exports.DEFAULT_REKOR_URL = exports.DEFAULT_FULCIO_URL = exports.utils = void 0; -/* -Copyright 2023 The Sigstore Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ -const fs_1 = __importDefault(require("fs")); -const os_1 = __importDefault(require("os")); -const path_1 = __importDefault(require("path")); -const ca_1 = require("./ca"); -const identity_1 = __importDefault(require("./identity")); -const sign_1 = require("./sign"); -const tlog_1 = require("./tlog"); -const tuf = __importStar(require("./tuf")); -const sigstore = __importStar(require("./types/sigstore")); -const verify_1 = require("./verify"); -exports.utils = __importStar(require("./sigstore-utils")); -exports.DEFAULT_FULCIO_URL = 'https://fulcio.sigstore.dev'; -exports.DEFAULT_REKOR_URL = 'https://rekor.sigstore.dev'; -function createCAClient(options) { - return new ca_1.CAClient({ - fulcioBaseURL: options.fulcioURL || exports.DEFAULT_FULCIO_URL, - }); -} -function createTLogClient(options) { - return new tlog_1.TLogClient({ - rekorBaseURL: options.rekorURL || exports.DEFAULT_REKOR_URL, - }); -} -async function sign(payload, options = {}) { - const ca = createCAClient(options); - const tlog = createTLogClient(options); - const idps = configureIdentityProviders(options); - const signer = new sign_1.Signer({ - ca, - tlog, - identityProviders: idps, - }); - const bundle = await signer.signBlob(payload); - return sigstore.Bundle.toJSON(bundle); -} -exports.sign = sign; -async function attest(payload, payloadType, options = {}) { - const ca = createCAClient(options); - const tlog = createTLogClient(options); - const idps = configureIdentityProviders(options); - const signer = new sign_1.Signer({ - ca, - tlog, - identityProviders: idps, - }); - const bundle = await signer.signAttestation(payload, payloadType); - return sigstore.Bundle.toJSON(bundle); -} -exports.attest = attest; -async function verify(bundle, payload, options = {}) { - const cacheDir = defaultCacheDir(); - const trustedRoot = await tuf.getTrustedRoot(cacheDir); - const verifier = new verify_1.Verifier(trustedRoot, options.keySelector); - const deserializedBundle = sigstore.bundleFromJSON(bundle); - const opts = collectArtifactVerificationOptions(options); - return verifier.verify(deserializedBundle, opts, payload); -} -exports.verify = verify; -// Translates the IdenityProviderOptions into a list of Providers which -// should be queried to retrieve an identity token. -function configureIdentityProviders(options) { - const idps = []; - const token = options.identityToken; - // If an explicit identity token is provided, use that. Setup a dummy - // provider that just returns the token. Otherwise, setup the CI context - // provider and (optionally) the OAuth provider. - if (token) { - idps.push({ getToken: () => Promise.resolve(token) }); - } - else { - idps.push(identity_1.default.ciContextProvider()); - if (options.oidcIssuer && options.oidcClientID) { - idps.push(identity_1.default.oauthProvider(options.oidcIssuer, options.oidcClientID, options.oidcClientSecret)); - } - } - return idps; -} -function defaultCacheDir() { - let cacheRootDir = os_1.default.homedir(); - try { - fs_1.default.accessSync(os_1.default.homedir(), fs_1.default.constants.W_OK | fs_1.default.constants.R_OK); - } - catch (e) { - cacheRootDir = os_1.default.tmpdir(); - } - return path_1.default.join(cacheRootDir, '.sigstore', 'js-root'); -} -// Assembles the AtifactVerificationOptions from the supplied VerifyOptions. -function collectArtifactVerificationOptions(options) { - // The trusted signers are only used if the options contain a certificate - // issuer - let signers; - if (options.certificateIssuer) { - let san = undefined; - if (options.certificateIdentityEmail) { - san = { - type: sigstore.SubjectAlternativeNameType.EMAIL, - identity: { - $case: 'value', - value: options.certificateIdentityEmail, - }, - }; - } - else if (options.certificateIdentityURI) { - san = { - type: sigstore.SubjectAlternativeNameType.URI, - identity: { - $case: 'value', - value: options.certificateIdentityURI, - }, - }; - } - const oids = Object.entries(options.certificateOIDs || {}).map(([oid, value]) => ({ - oid: { id: oid.split('.').map((s) => parseInt(s, 10)) }, - value: Buffer.from(value), - })); - signers = { - $case: 'certificateIdentities', - certificateIdentities: { - identities: [ - { - issuer: options.certificateIssuer, - san: san, - oids: oids, - }, - ], - }, - }; - } - // Construct the artifact verification options w/ defaults - return { - ctlogOptions: { - disable: false, - threshold: options.ctLogThreshold || 1, - detachedSct: false, - }, - tlogOptions: { - disable: false, - threshold: options.tlogThreshold || 1, - performOnlineVerification: false, - }, - signers, - }; -} diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/tlog/format.d.ts b/software/flow/node_modules/npm/node_modules/sigstore/dist/tlog/format.d.ts deleted file mode 100644 index 92251b3..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/tlog/format.d.ts +++ /dev/null @@ -1,6 +0,0 @@ -/// <reference types="node" /> -import { SignatureMaterial } from '../types/signature'; -import { Envelope } from '../types/sigstore'; -import { HashedRekordKind, IntotoKind } from './types'; -export declare function toProposedHashedRekordEntry(digest: Buffer, signature: SignatureMaterial): HashedRekordKind; -export declare function toProposedIntotoEntry(envelope: Envelope, signature: SignatureMaterial, apiVersion?: string): IntotoKind; diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/tlog/format.js b/software/flow/node_modules/npm/node_modules/sigstore/dist/tlog/format.js deleted file mode 100644 index 6707709..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/tlog/format.js +++ /dev/null @@ -1,105 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.toProposedIntotoEntry = exports.toProposedHashedRekordEntry = void 0; -const util_1 = require("../util"); -const types_1 = require("./types"); -const DEFAULT_HASHEDREKORD_API_VERSION = '0.0.1'; -const DEFAULT_INTOTO_API_VERSION = '0.0.2'; -// Returns a properly formatted Rekor "hashedrekord" entry for the given digest -// and signature -function toProposedHashedRekordEntry(digest, signature) { - const hexDigest = digest.toString('hex'); - const b64Signature = signature.signature.toString('base64'); - const b64Key = util_1.encoding.base64Encode(toPublicKey(signature)); - return { - apiVersion: DEFAULT_HASHEDREKORD_API_VERSION, - kind: types_1.HASHEDREKORD_KIND, - spec: { - data: { - hash: { - algorithm: 'sha256', - value: hexDigest, - }, - }, - signature: { - content: b64Signature, - publicKey: { - content: b64Key, - }, - }, - }, - }; -} -exports.toProposedHashedRekordEntry = toProposedHashedRekordEntry; -// Returns a properly formatted Rekor "intoto" entry for the given DSSE -// envelope and signature -function toProposedIntotoEntry(envelope, signature, apiVersion = DEFAULT_INTOTO_API_VERSION) { - switch (apiVersion) { - case '0.0.2': - return toProposedIntotoV002Entry(envelope, signature); - default: - throw new Error(`Unsupported intoto kind API version: ${apiVersion}`); - } -} -exports.toProposedIntotoEntry = toProposedIntotoEntry; -function toProposedIntotoV002Entry(envelope, signature) { - // Calculate the value for the payloadHash field in the Rekor entry - const payloadHash = util_1.crypto.hash(envelope.payload).toString('hex'); - // Calculate the value for the hash field in the Rekor entry - const envelopeHash = calculateDSSEHash(envelope); - // Collect values for re-creating the DSSE envelope. - // Double-encode payload and signature cause that's what Rekor expects - const payload = util_1.encoding.base64Encode(envelope.payload.toString('base64')); - const sig = util_1.encoding.base64Encode(envelope.signatures[0].sig.toString('base64')); - const keyid = envelope.signatures[0].keyid; - const publicKey = util_1.encoding.base64Encode(toPublicKey(signature)); - // Create the envelope portion of the entry. Note the inclusion of the - // publicKey in the signature struct is not a standard part of a DSSE - // envelope, but is required by Rekor. - const dsse = { - payloadType: envelope.payloadType, - payload: payload, - signatures: [{ sig, publicKey }], - }; - // If the keyid is an empty string, Rekor seems to remove it altogether. We - // need to do the same here so that we can properly recreate the entry for - // verification. - if (keyid.length > 0) { - dsse.signatures[0].keyid = keyid; - } - return { - apiVersion: '0.0.2', - kind: types_1.INTOTO_KIND, - spec: { - content: { - envelope: dsse, - hash: { algorithm: 'sha256', value: envelopeHash }, - payloadHash: { algorithm: 'sha256', value: payloadHash }, - }, - }, - }; -} -// Calculates the hash of a DSSE envelope for inclusion in a Rekor entry. -// There is no standard way to do this, so the scheme we're using as as -// follows: -// * payload is base64 encoded -// * signature is base64 encoded (only the first signature is used) -// * keyid is included ONLY if it is NOT an empty string -// * The resulting JSON is canonicalized and hashed to a hex string -function calculateDSSEHash(envelope) { - const dsse = { - payloadType: envelope.payloadType, - payload: envelope.payload.toString('base64'), - signatures: [{ sig: envelope.signatures[0].sig.toString('base64') }], - }; - // If the keyid is an empty string, Rekor seems to remove it altogether. - if (envelope.signatures[0].keyid.length > 0) { - dsse.signatures[0].keyid = envelope.signatures[0].keyid; - } - return util_1.crypto.hash(util_1.json.canonicalize(dsse)).toString('hex'); -} -function toPublicKey(signature) { - return signature.certificates - ? signature.certificates[0] - : signature.key.value; -} diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/tlog/index.d.ts b/software/flow/node_modules/npm/node_modules/sigstore/dist/tlog/index.d.ts deleted file mode 100644 index 9d9cc77..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/tlog/index.d.ts +++ /dev/null @@ -1,21 +0,0 @@ -/// <reference types="node" /> -import { SignatureMaterial } from '../types/signature'; -import { Bundle, Envelope } from '../types/sigstore'; -interface CreateEntryOptions { - fetchOnConflict?: boolean; -} -export { Entry, EntryKind, HashedRekordKind } from './types'; -export interface TLog { - createMessageSignatureEntry: (digest: Buffer, sigMaterial: SignatureMaterial) => Promise<Bundle>; - createDSSEEntry: (envelope: Envelope, sigMaterial: SignatureMaterial, options?: CreateEntryOptions) => Promise<Bundle>; -} -export interface TLogClientOptions { - rekorBaseURL: string; -} -export declare class TLogClient implements TLog { - private rekor; - constructor(options: TLogClientOptions); - createMessageSignatureEntry(digest: Buffer, sigMaterial: SignatureMaterial, options?: CreateEntryOptions): Promise<Bundle>; - createDSSEEntry(envelope: Envelope, sigMaterial: SignatureMaterial, options?: CreateEntryOptions): Promise<Bundle>; - private createEntry; -} diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/tlog/index.js b/software/flow/node_modules/npm/node_modules/sigstore/dist/tlog/index.js deleted file mode 100644 index c273480..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/tlog/index.js +++ /dev/null @@ -1,67 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.TLogClient = void 0; -/* -Copyright 2022 The Sigstore Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ -const client_1 = require("../client"); -const error_1 = require("../client/error"); -const error_2 = require("../error"); -const sigstore_1 = require("../types/sigstore"); -const format_1 = require("./format"); -class TLogClient { - constructor(options) { - this.rekor = new client_1.Rekor({ baseURL: options.rekorBaseURL }); - } - async createMessageSignatureEntry(digest, sigMaterial, options = {}) { - const proposedEntry = (0, format_1.toProposedHashedRekordEntry)(digest, sigMaterial); - const entry = await this.createEntry(proposedEntry, options.fetchOnConflict); - return sigstore_1.bundle.toMessageSignatureBundle(digest, sigMaterial, entry); - } - async createDSSEEntry(envelope, sigMaterial, options = {}) { - const proposedEntry = (0, format_1.toProposedIntotoEntry)(envelope, sigMaterial); - const entry = await this.createEntry(proposedEntry, options.fetchOnConflict); - return sigstore_1.bundle.toDSSEBundle(envelope, sigMaterial, entry); - } - async createEntry(proposedEntry, fetchOnConflict = false) { - let entry; - try { - entry = await this.rekor.createEntry(proposedEntry); - } - catch (err) { - // If the entry already exists, fetch it (if enabled) - if (entryExistsError(err) && fetchOnConflict) { - // Grab the UUID of the existing entry from the location header - const uuid = err.location.split('/').pop() || ''; - try { - entry = await this.rekor.getEntry(uuid); - } - catch (err) { - throw new error_2.InternalError('error fetching tlog entry', err); - } - } - else { - throw new error_2.InternalError('error creating tlog entry', err); - } - } - return entry; - } -} -exports.TLogClient = TLogClient; -function entryExistsError(value) { - return (value instanceof error_1.HTTPError && - value.statusCode === 409 && - value.location !== undefined); -} diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/tlog/types/__generated__/hashedrekord.d.ts b/software/flow/node_modules/npm/node_modules/sigstore/dist/tlog/types/__generated__/hashedrekord.d.ts deleted file mode 100644 index bfe4e83..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/tlog/types/__generated__/hashedrekord.d.ts +++ /dev/null @@ -1,50 +0,0 @@ -/** - * This file was automatically generated by json-schema-to-typescript. - * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, - * and run json-schema-to-typescript to regenerate this file. - */ -/** - * Schema for Rekord objects - */ -export type RekorSchema = HashedRekorV001Schema; -/** - * Schema for Hashed Rekord object - */ -export interface HashedRekorV001Schema { - /** - * Information about the detached signature associated with the entry - */ - signature: { - /** - * Specifies the content of the signature inline within the document - */ - content?: string; - /** - * The public key that can verify the signature; this can also be an X509 code signing certificate that contains the raw public key information - */ - publicKey?: { - /** - * Specifies the content of the public key or code signing certificate inline within the document - */ - content?: string; - }; - }; - /** - * Information about the content associated with the entry - */ - data: { - /** - * Specifies the hash algorithm and value for the content - */ - hash?: { - /** - * The hashing function used to compute the hash value - */ - algorithm: "sha256"; - /** - * The hash value for the content - */ - value: string; - }; - }; -} diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/tlog/types/__generated__/hashedrekord.js b/software/flow/node_modules/npm/node_modules/sigstore/dist/tlog/types/__generated__/hashedrekord.js deleted file mode 100644 index 5383a37..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/tlog/types/__generated__/hashedrekord.js +++ /dev/null @@ -1,8 +0,0 @@ -"use strict"; -/* tslint:disable */ -/** - * This file was automatically generated by json-schema-to-typescript. - * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, - * and run json-schema-to-typescript to regenerate this file. - */ -Object.defineProperty(exports, "__esModule", { value: true }); diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/tlog/types/__generated__/intoto.d.ts b/software/flow/node_modules/npm/node_modules/sigstore/dist/tlog/types/__generated__/intoto.d.ts deleted file mode 100644 index c60c7e0..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/tlog/types/__generated__/intoto.d.ts +++ /dev/null @@ -1,131 +0,0 @@ -/** - * This file was automatically generated by json-schema-to-typescript. - * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, - * and run json-schema-to-typescript to regenerate this file. - */ -/** - * Intoto for Rekord objects - */ -export type IntotoSchema = IntotoV001Schema | IntotoV002Schema; -/** - * Schema for intoto object - */ -export interface IntotoV001Schema { - content: { - /** - * envelope - */ - envelope?: string; - /** - * Specifies the hash algorithm and value encompassing the entire signed envelope - */ - hash?: { - /** - * The hashing function used to compute the hash value - */ - algorithm: "sha256"; - /** - * The hash value for the archive - */ - value: string; - }; - /** - * Specifies the hash algorithm and value covering the payload within the DSSE envelope - */ - payloadHash?: { - /** - * The hashing function used to compute the hash value - */ - algorithm: "sha256"; - /** - * The hash value for the envelope's payload - */ - value: string; - }; - }; - /** - * The public key that can verify the signature - */ - publicKey: string; -} -/** - * Schema for intoto object - */ -export interface IntotoV002Schema { - content: { - /** - * dsse envelope - */ - envelope?: { - /** - * payload of the envelope - */ - payload?: string; - /** - * type describing the payload - */ - payloadType: string; - /** - * collection of all signatures of the envelope's payload - * - * @minItems 1 - */ - signatures: [ - { - /** - * optional id of the key used to create the signature - */ - keyid?: string; - /** - * signature of the payload - */ - sig?: string; - /** - * public key that corresponds to this signature - */ - publicKey?: string; - }, - ...{ - /** - * optional id of the key used to create the signature - */ - keyid?: string; - /** - * signature of the payload - */ - sig?: string; - /** - * public key that corresponds to this signature - */ - publicKey?: string; - }[] - ]; - }; - /** - * Specifies the hash algorithm and value encompassing the entire signed envelope - */ - hash?: { - /** - * The hashing function used to compute the hash value - */ - algorithm: "sha256"; - /** - * The hash value for the archive - */ - value: string; - }; - /** - * Specifies the hash algorithm and value covering the payload within the DSSE envelope - */ - payloadHash?: { - /** - * The hashing function used to compute the hash value - */ - algorithm: "sha256"; - /** - * The hash value of the payload - */ - value: string; - }; - }; -} diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/tlog/types/__generated__/intoto.js b/software/flow/node_modules/npm/node_modules/sigstore/dist/tlog/types/__generated__/intoto.js deleted file mode 100644 index 5383a37..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/tlog/types/__generated__/intoto.js +++ /dev/null @@ -1,8 +0,0 @@ -"use strict"; -/* tslint:disable */ -/** - * This file was automatically generated by json-schema-to-typescript. - * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, - * and run json-schema-to-typescript to regenerate this file. - */ -Object.defineProperty(exports, "__esModule", { value: true }); diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/tlog/types/index.d.ts b/software/flow/node_modules/npm/node_modules/sigstore/dist/tlog/types/index.d.ts deleted file mode 100644 index 06be133..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/tlog/types/index.d.ts +++ /dev/null @@ -1,38 +0,0 @@ -import { HashedRekorV001Schema } from './__generated__/hashedrekord'; -import { IntotoV001Schema, IntotoV002Schema } from './__generated__/intoto'; -export declare const INTOTO_KIND = "intoto"; -export declare const HASHEDREKORD_KIND = "hashedrekord"; -export type HashedRekordKind = { - apiVersion: '0.0.1'; - kind: typeof HASHEDREKORD_KIND; - spec: HashedRekorV001Schema; -}; -export type IntotoKind = { - apiVersion: '0.0.1'; - kind: typeof INTOTO_KIND; - spec: IntotoV001Schema; -} | { - apiVersion: '0.0.2'; - kind: typeof INTOTO_KIND; - spec: IntotoV002Schema; -}; -export type EntryKind = HashedRekordKind | IntotoKind; -export interface Entry { - uuid: string; - body: string; - integratedTime: number; - logID: string; - logIndex: number; - verification: EntryVerification; - attestation?: object; -} -export interface EntryVerification { - inclusionProof: InclusionProof; - signedEntryTimestamp: string; -} -export interface InclusionProof { - hashes: string[]; - logIndex: number; - rootHash: string; - treeSize: number; -} diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/tlog/types/index.js b/software/flow/node_modules/npm/node_modules/sigstore/dist/tlog/types/index.js deleted file mode 100644 index d6394a9..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/tlog/types/index.js +++ /dev/null @@ -1,5 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.HASHEDREKORD_KIND = exports.INTOTO_KIND = void 0; -exports.INTOTO_KIND = 'intoto'; -exports.HASHEDREKORD_KIND = 'hashedrekord'; diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/tlog/verify/body.d.ts b/software/flow/node_modules/npm/node_modules/sigstore/dist/tlog/verify/body.d.ts deleted file mode 100644 index 17de4f5..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/tlog/verify/body.d.ts +++ /dev/null @@ -1,2 +0,0 @@ -import * as sigstore from '../../types/sigstore'; -export declare function verifyTLogBody(entry: sigstore.VerifiableTransparencyLogEntry, bundleContent: sigstore.Bundle['content']): boolean; diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/tlog/verify/body.js b/software/flow/node_modules/npm/node_modules/sigstore/dist/tlog/verify/body.js deleted file mode 100644 index 086e068..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/tlog/verify/body.js +++ /dev/null @@ -1,113 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.verifyTLogBody = void 0; -/* -Copyright 2023 The Sigstore Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ -const error_1 = require("../../error"); -const util_1 = require("../../util"); -const TLOG_MISMATCH_ERROR_MSG = 'bundle content and tlog entry do not match'; -// Compare the given tlog entry to the given bundle -function verifyTLogBody(entry, bundleContent) { - const { kind, version } = entry.kindVersion; - const body = JSON.parse(entry.canonicalizedBody.toString('utf8')); - try { - if (kind !== body.kind || version !== body.apiVersion) { - throw new error_1.VerificationError(TLOG_MISMATCH_ERROR_MSG); - } - switch (body.kind) { - case 'intoto': - verifyIntotoTLogBody(body, bundleContent); - break; - case 'hashedrekord': - verifyHashedRekordTLogBody(body, bundleContent); - break; - default: - throw new error_1.VerificationError(`unsupported kind in tlog entry: ${kind}`); - } - return true; - } - catch (e) { - return false; - } -} -exports.verifyTLogBody = verifyTLogBody; -// Compare the given intoto tlog entry to the given bundle -function verifyIntotoTLogBody(tlogEntry, content) { - if (content?.$case !== 'dsseEnvelope') { - throw new error_1.VerificationError(`unsupported bundle content: ${content?.$case || 'unknown'}`); - } - const dsse = content.dsseEnvelope; - switch (tlogEntry.apiVersion) { - case '0.0.2': - verifyIntoto002TLogBody(tlogEntry, dsse); - break; - default: - throw new error_1.VerificationError(`unsupported intoto version: ${tlogEntry.apiVersion}`); - } -} -// Compare the given hashedrekord tlog entry to the given bundle -function verifyHashedRekordTLogBody(tlogEntry, content) { - if (content?.$case !== 'messageSignature') { - throw new error_1.VerificationError(`unsupported bundle content: ${content?.$case || 'unknown'}`); - } - const messageSignature = content.messageSignature; - switch (tlogEntry.apiVersion) { - case '0.0.1': - verifyHashedrekor001TLogBody(tlogEntry, messageSignature); - break; - default: - throw new error_1.VerificationError(`unsupported hashedrekord version: ${tlogEntry.apiVersion}`); - } -} -// Compare the given intoto v0.0.2 tlog entry to the given DSSE envelope. -function verifyIntoto002TLogBody(tlogEntry, dsse) { - // Collect all of the signatures from the DSSE envelope - // Turns them into base64-encoded strings for comparison - const dsseSigs = dsse.signatures.map((signature) => signature.sig.toString('base64')); - // Collect all of the signatures from the tlog entry - // Remember that tlog signastures are double base64-encoded - const tlogSigs = tlogEntry.spec.content.envelope?.signatures.map((signature) => (signature.sig ? util_1.encoding.base64Decode(signature.sig) : '')); - // Ensure the bundle's DSSE and the tlog entry contain the same number of signatures - if (dsseSigs.length !== tlogSigs?.length) { - throw new error_1.VerificationError(TLOG_MISMATCH_ERROR_MSG); - } - // Ensure that every signature in the bundle's DSSE is present in the tlog entry - if (!dsseSigs.every((dsseSig) => tlogSigs.includes(dsseSig))) { - throw new error_1.VerificationError(TLOG_MISMATCH_ERROR_MSG); - } - // Ensure the digest of the bundle's DSSE payload matches the digest in the - // tlog entry - const dssePayloadHash = util_1.crypto.hash(dsse.payload).toString('hex'); - if (dssePayloadHash !== tlogEntry.spec.content.payloadHash?.value) { - throw new error_1.VerificationError(TLOG_MISMATCH_ERROR_MSG); - } -} -// Compare the given hashedrekord v0.0.1 tlog entry to the given message -// signature -function verifyHashedrekor001TLogBody(tlogEntry, messageSignature) { - // Ensure that the bundles message signature matches the tlog entry - const msgSig = messageSignature.signature.toString('base64'); - const tlogSig = tlogEntry.spec.signature.content; - if (msgSig !== tlogSig) { - throw new error_1.VerificationError(TLOG_MISMATCH_ERROR_MSG); - } - // Ensure that the bundle's message digest matches the tlog entry - const msgDigest = messageSignature.messageDigest?.digest.toString('hex'); - const tlogDigest = tlogEntry.spec.data.hash?.value; - if (msgDigest !== tlogDigest) { - throw new error_1.VerificationError(TLOG_MISMATCH_ERROR_MSG); - } -} diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/tlog/verify/index.d.ts b/software/flow/node_modules/npm/node_modules/sigstore/dist/tlog/verify/index.d.ts deleted file mode 100644 index 8ab4276..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/tlog/verify/index.d.ts +++ /dev/null @@ -1,2 +0,0 @@ -import * as sigstore from '../../types/sigstore'; -export declare function verifyTLogEntries(bundle: sigstore.BundleWithVerificationMaterial, trustedRoot: sigstore.TrustedRoot, options: sigstore.ArtifactVerificationOptions_TlogOptions): void; diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/tlog/verify/index.js b/software/flow/node_modules/npm/node_modules/sigstore/dist/tlog/verify/index.js deleted file mode 100644 index ad655b6..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/tlog/verify/index.js +++ /dev/null @@ -1,75 +0,0 @@ -"use strict"; -var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { - if (k2 === undefined) k2 = k; - var desc = Object.getOwnPropertyDescriptor(m, k); - if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { - desc = { enumerable: true, get: function() { return m[k]; } }; - } - Object.defineProperty(o, k2, desc); -}) : (function(o, m, k, k2) { - if (k2 === undefined) k2 = k; - o[k2] = m[k]; -})); -var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { - Object.defineProperty(o, "default", { enumerable: true, value: v }); -}) : function(o, v) { - o["default"] = v; -}); -var __importStar = (this && this.__importStar) || function (mod) { - if (mod && mod.__esModule) return mod; - var result = {}; - if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); - __setModuleDefault(result, mod); - return result; -}; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.verifyTLogEntries = void 0; -/* -Copyright 2023 The Sigstore Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ -const error_1 = require("../../error"); -const sigstore = __importStar(require("../../types/sigstore")); -const body_1 = require("./body"); -const set_1 = require("./set"); -// Verifies that the number of tlog entries that pass offline verification -// is greater than or equal to the threshold specified in the options. -function verifyTLogEntries(bundle, trustedRoot, options) { - if (options.performOnlineVerification) { - throw new error_1.VerificationError('Online verification not implemented'); - } - // Extract the signing cert, if available - const signingCert = sigstore.signingCertificate(bundle); - // Iterate over the tlog entries and verify each one - const verifiedEntries = bundle.verificationMaterial.tlogEntries.filter((entry) => verifyTLogEntryOffline(entry, bundle.content, trustedRoot.tlogs, signingCert)); - if (verifiedEntries.length < options.threshold) { - throw new error_1.VerificationError('tlog verification failed'); - } -} -exports.verifyTLogEntries = verifyTLogEntries; -function verifyTLogEntryOffline(entry, bundleContent, tlogs, signingCert) { - // Check that the TLog entry has the fields necessary for verification - if (!sigstore.isVerifiableTransparencyLogEntry(entry)) { - return false; - } - // If there is a signing certificate availble, check that the tlog integrated - // time is within the certificate's validity period; otherwise, skip this - // check. - const verifyTLogIntegrationTime = signingCert - ? () => signingCert.validForDate(new Date(Number(entry.integratedTime) * 1000)) - : () => true; - return ((0, body_1.verifyTLogBody)(entry, bundleContent) && - (0, set_1.verifyTLogSET)(entry, tlogs) && - verifyTLogIntegrationTime()); -} diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/tlog/verify/set.d.ts b/software/flow/node_modules/npm/node_modules/sigstore/dist/tlog/verify/set.d.ts deleted file mode 100644 index 2783174..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/tlog/verify/set.d.ts +++ /dev/null @@ -1,2 +0,0 @@ -import * as sigstore from '../../types/sigstore'; -export declare function verifyTLogSET(entry: sigstore.VerifiableTransparencyLogEntry, tlogs: sigstore.TransparencyLogInstance[]): boolean; diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/tlog/verify/set.js b/software/flow/node_modules/npm/node_modules/sigstore/dist/tlog/verify/set.js deleted file mode 100644 index 89a5442..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/tlog/verify/set.js +++ /dev/null @@ -1,67 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.verifyTLogSET = void 0; -const util_1 = require("../../util"); -// Verifies the SET for the given entry against the list of trusted -// transparency logs. Returns true if the SET can be verified against at least -// one of the trusted logs; otherwise, returns false. -function verifyTLogSET(entry, tlogs) { - // Filter the list of tlog instances to only those which might be able to - // verify the SET - const validTLogs = filterTLogInstances(tlogs, entry.logId.keyId, entry.integratedTime); - // Check to see if we can verify the SET against any of the valid tlogs - return validTLogs.some((tlog) => { - if (!tlog.publicKey?.rawBytes) { - return false; - } - const publicKey = util_1.crypto.createPublicKey(tlog.publicKey.rawBytes); - // Re-create the original Rekor verification payload - const payload = toVerificationPayload(entry); - // Canonicalize the payload and turn into a buffer for verification - const data = Buffer.from(util_1.json.canonicalize(payload), 'utf8'); - // Extract the SET from the tlog entry - const signature = entry.inclusionPromise.signedEntryTimestamp; - return util_1.crypto.verifyBlob(data, publicKey, signature); - }); -} -exports.verifyTLogSET = verifyTLogSET; -// Returns a properly formatted "VerificationPayload" for one of the -// transaction log entires in the given bundle which can be used for SET -// verification. -function toVerificationPayload(entry) { - const { integratedTime, logIndex, logId, canonicalizedBody } = entry; - return { - body: canonicalizedBody.toString('base64'), - integratedTime: Number(integratedTime), - logIndex: Number(logIndex), - logID: logId.keyId.toString('hex'), - }; -} -// Filter the list of tlog instances to only those which match the given log -// ID and have public keys which are valid for the given integrated time. -function filterTLogInstances(tlogInstances, logID, integratedTime) { - const targetDate = new Date(Number(integratedTime) * 1000); - return tlogInstances.filter((tlog) => { - // If the log IDs don't match, we can't use this tlog - if (!tlog.logId?.keyId.equals(logID)) { - return false; - } - // If the tlog doesn't have a public key, we can't use it - const publicKey = tlog.publicKey; - if (publicKey === undefined) { - return false; - } - // If the tlog doesn't have a rawBytes field, we can't use it - if (publicKey.rawBytes === undefined) { - return false; - } - // If the tlog doesn't have a validFor field, we don't need to check it - if (publicKey.validFor === undefined) { - return true; - } - // Check that the integrated time is within the validFor range - return (publicKey.validFor.start && - publicKey.validFor.start <= targetDate && - (!publicKey.validFor.end || targetDate <= publicKey.validFor.end)); - }); -} diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/tuf/index.d.ts b/software/flow/node_modules/npm/node_modules/sigstore/dist/tuf/index.d.ts deleted file mode 100644 index 349ff08..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/tuf/index.d.ts +++ /dev/null @@ -1,2 +0,0 @@ -import * as sigstore from '../types/sigstore'; -export declare function getTrustedRoot(cacheDir: string): Promise<sigstore.TrustedRoot>; diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/tuf/index.js b/software/flow/node_modules/npm/node_modules/sigstore/dist/tuf/index.js deleted file mode 100644 index 1aea238..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/tuf/index.js +++ /dev/null @@ -1,76 +0,0 @@ -"use strict"; -var __importDefault = (this && this.__importDefault) || function (mod) { - return (mod && mod.__esModule) ? mod : { "default": mod }; -}; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.getTrustedRoot = void 0; -/* -Copyright 2023 The Sigstore Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ -const fs_1 = __importDefault(require("fs")); -const path_1 = __importDefault(require("path")); -const tuf_js_1 = require("tuf-js"); -const trustroot_1 = require("./trustroot"); -async function getTrustedRoot(cacheDir) { - initTufCache(cacheDir); - const repoMap = initRepoMap(cacheDir); - const repoClients = Object.entries(repoMap.repositories).map(([name, urls]) => initClient(name, urls[0], cacheDir)); - // TODO: Add support for multiple repositories. For now, we just use the first - // one (the production Sigstore TUF repository). - const fetcher = new trustroot_1.TrustedRootFetcher(repoClients[0]); - return fetcher.getTrustedRoot(); -} -exports.getTrustedRoot = getTrustedRoot; -// Initializes the root TUF cache directory -function initTufCache(cacheDir) { - if (!fs_1.default.existsSync(cacheDir)) { - fs_1.default.mkdirSync(cacheDir, { recursive: true }); - } -} -// Initializes the repo map (copying it to the cache root dir) and returns the -// content of the repository map. -function initRepoMap(rootDir) { - const mapDest = path_1.default.join(rootDir, 'map.json'); - if (!fs_1.default.existsSync(mapDest)) { - const mapSrc = require.resolve('../../store/map.json'); - fs_1.default.copyFileSync(mapSrc, mapDest); - } - const buf = fs_1.default.readFileSync(mapDest); - return JSON.parse(buf.toString('utf-8')); -} -function initClient(name, url, rootDir) { - const repoCachePath = path_1.default.join(rootDir, name); - const targetCachePath = path_1.default.join(repoCachePath, 'targets'); - const tufRootDest = path_1.default.join(repoCachePath, 'root.json'); - // Only copy the TUF trusted root if it doesn't already exist. It's possible - // that the cached root has already been updated, so we don't want to roll it - // back. - if (!fs_1.default.existsSync(tufRootDest)) { - const tufRootSrc = require.resolve(`../../store/${name}-root.json`); - fs_1.default.mkdirSync(repoCachePath); - fs_1.default.copyFileSync(tufRootSrc, tufRootDest); - } - if (!fs_1.default.existsSync(targetCachePath)) { - fs_1.default.mkdirSync(targetCachePath); - } - // TODO: Is there some better way to derive the base URL for the targets? - // Hard-coding for now based on current Sigstore TUF repo layout. - return new tuf_js_1.Updater({ - metadataBaseUrl: url, - targetBaseUrl: `${url}/targets`, - metadataDir: repoCachePath, - targetDir: targetCachePath, - }); -} diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/tuf/trustroot.d.ts b/software/flow/node_modules/npm/node_modules/sigstore/dist/tuf/trustroot.d.ts deleted file mode 100644 index 615fffa..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/tuf/trustroot.d.ts +++ /dev/null @@ -1,11 +0,0 @@ -import { Updater } from 'tuf-js'; -import * as sigstore from '../types/sigstore'; -export declare class TrustedRootFetcher { - private tuf; - constructor(tuf: Updater); - getTrustedRoot(): Promise<sigstore.TrustedRoot>; - private allTargets; - private getTLogKeys; - private getCAKeys; - private readTargetBytes; -} diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/tuf/trustroot.js b/software/flow/node_modules/npm/node_modules/sigstore/dist/tuf/trustroot.js deleted file mode 100644 index dcf491c..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/tuf/trustroot.js +++ /dev/null @@ -1,163 +0,0 @@ -"use strict"; -var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { - if (k2 === undefined) k2 = k; - var desc = Object.getOwnPropertyDescriptor(m, k); - if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { - desc = { enumerable: true, get: function() { return m[k]; } }; - } - Object.defineProperty(o, k2, desc); -}) : (function(o, m, k, k2) { - if (k2 === undefined) k2 = k; - o[k2] = m[k]; -})); -var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { - Object.defineProperty(o, "default", { enumerable: true, value: v }); -}) : function(o, v) { - o["default"] = v; -}); -var __importStar = (this && this.__importStar) || function (mod) { - if (mod && mod.__esModule) return mod; - var result = {}; - if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); - __setModuleDefault(result, mod); - return result; -}; -var __importDefault = (this && this.__importDefault) || function (mod) { - return (mod && mod.__esModule) ? mod : { "default": mod }; -}; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.TrustedRootFetcher = void 0; -/* -Copyright 2023 The Sigstore Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ -const fs_1 = __importDefault(require("fs")); -const error_1 = require("../error"); -const sigstore = __importStar(require("../types/sigstore")); -const util_1 = require("../util"); -const TRUSTED_ROOT_MEDIA_TYPE = 'application/vnd.dev.sigstore.trustedroot+json;version=0.1'; -// Type guard for SigstoreTargetMetadata -function isTargetMetadata(m) { - return (m !== undefined && - m !== null && - typeof m === 'object' && - 'status' in m && - 'usage' in m && - 'uri' in m); -} -class TrustedRootFetcher { - constructor(tuf) { - this.tuf = tuf; - } - // Assembles a TrustedRoot from the targets in the TUF repo - async getTrustedRoot() { - // Get all available targets - const targets = await this.allTargets(); - const cas = await this.getCAKeys(targets, 'Fulcio'); - const ctlogs = await this.getTLogKeys(targets, 'CTFE'); - const tlogs = await this.getTLogKeys(targets, 'Rekor'); - return { - mediaType: TRUSTED_ROOT_MEDIA_TYPE, - certificateAuthorities: cas, - ctlogs: ctlogs, - tlogs: tlogs, - timestampAuthorities: [], - }; - } - // Retrieves the list of TUF targets. - // NOTE: This is a HACK to get around the fact that the TUF library doesn't - // expose the list of targets. This is a temporary solution until TUF comes up - // with a story for target discovery. - // https://docs.google.com/document/d/1rWHAM2qCUtnjWD4lOrGWE2EIDLoA7eSy4-jB66Wgh0o - async allTargets() { - try { - await this.tuf.refresh(); - } - catch (e) { - throw new error_1.InternalError('error refreshing trust metadata'); - } - return Object.values( - // eslint-disable-next-line @typescript-eslint/no-explicit-any - this.tuf.trustedSet.targets?.signed.targets || {}); - } - // Filters the supplied list of targets to those with the specified usage - // and returns a new TransparencyLogInstance for each with the associated - // public key populated. - async getTLogKeys(targets, usage) { - const filteredTargets = filterByUsage(targets, usage); - return Promise.all(filteredTargets.map(async (target) => { - const keyBytes = await this.readTargetBytes(target); - const uri = isTargetMetadata(target.custom.sigstore) - ? target.custom.sigstore.uri - : ''; - // The log ID is not present in the Sigstore target metadata, but - // can be derived by hashing the contents of the public key. - return { - baseUrl: uri, - hashAlgorithm: sigstore.HashAlgorithm.SHA2_256, - logId: { keyId: util_1.crypto.hash(keyBytes) }, - publicKey: { - keyDetails: sigstore.PublicKeyDetails.PKIX_ECDSA_P256_SHA_256, - rawBytes: keyBytes, - }, - }; - })); - } - // Filters the supplied list of targets to those with the specified usage - // and returns a new CertificateAuthority populated with all of the associated - // certificates. - // NOTE: The Sigstore target metadata does NOT provide any mechanism to link - // related certificates (e.g. a root and intermediate). As a result, we - // assume that all certificates located here are part of the same chain. - // This works out OK since our certificate chain verification code tries all - // possible permutations of the certificates until it finds one that results - // in a valid, trusted chain. - async getCAKeys(targets, usage) { - const filteredTargets = filterByUsage(targets, usage); - const certs = await Promise.all(filteredTargets.map(async (target) => await this.readTargetBytes(target))); - return [ - { - uri: '', - subject: undefined, - validFor: { start: new Date(0) }, - certChain: { - certificates: certs.map((cert) => ({ rawBytes: cert })), - }, - }, - ]; - } - // Reads the contents of the specified target file as a DER-encoded buffer. - async readTargetBytes(target) { - try { - let path = await this.tuf.findCachedTarget(target); - // An empty path here means the target has not been cached locally, or is - // out of date. In either case, we need to download it. - if (!path) { - path = await this.tuf.downloadTarget(target); - } - const file = fs_1.default.readFileSync(path); - return util_1.pem.toDER(file.toString('utf-8')); - } - catch (err) { - throw new error_1.InternalError(`error reading key/certificate for ${target.path}`); - } - } -} -exports.TrustedRootFetcher = TrustedRootFetcher; -function filterByUsage(targets, usage) { - return targets.filter((target) => { - const meta = target.custom.sigstore; - return isTargetMetadata(meta) && meta.usage === usage; - }); -} diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/types/signature.d.ts b/software/flow/node_modules/npm/node_modules/sigstore/dist/types/signature.d.ts deleted file mode 100644 index 40b4fbe..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/types/signature.d.ts +++ /dev/null @@ -1,16 +0,0 @@ -/// <reference types="node" /> -import { Envelope } from './sigstore'; -import { OneOf } from './utility'; -interface VerificationMaterial { - certificates: string[]; - key: { - id?: string; - value: string; - }; -} -export type SignatureMaterial = { - signature: Buffer; -} & OneOf<VerificationMaterial>; -export type SignerFunc = (payload: Buffer) => Promise<SignatureMaterial>; -export declare function extractSignatureMaterial(dsseEnvelope: Envelope, publicKey: string): SignatureMaterial; -export {}; diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/types/signature.js b/software/flow/node_modules/npm/node_modules/sigstore/dist/types/signature.js deleted file mode 100644 index 339e2a2..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/types/signature.js +++ /dev/null @@ -1,15 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.extractSignatureMaterial = void 0; -function extractSignatureMaterial(dsseEnvelope, publicKey) { - const signature = dsseEnvelope.signatures[0]; - return { - signature: signature.sig, - key: { - id: signature.keyid, - value: publicKey, - }, - certificates: undefined, - }; -} -exports.extractSignatureMaterial = extractSignatureMaterial; diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/types/sigstore/__generated__/envelope.d.ts b/software/flow/node_modules/npm/node_modules/sigstore/dist/types/sigstore/__generated__/envelope.d.ts deleted file mode 100644 index 81422a0..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/types/sigstore/__generated__/envelope.d.ts +++ /dev/null @@ -1,46 +0,0 @@ -/// <reference types="node" /> -/** An authenticated message of arbitrary type. */ -export interface Envelope { - /** - * Message to be signed. (In JSON, this is encoded as base64.) - * REQUIRED. - */ - payload: Buffer; - /** - * String unambiguously identifying how to interpret payload. - * REQUIRED. - */ - payloadType: string; - /** - * Signature over: - * PAE(type, body) - * Where PAE is defined as: - * PAE(type, body) = "DSSEv1" + SP + LEN(type) + SP + type + SP + LEN(body) + SP + body - * + = concatenation - * SP = ASCII space [0x20] - * "DSSEv1" = ASCII [0x44, 0x53, 0x53, 0x45, 0x76, 0x31] - * LEN(s) = ASCII decimal encoding of the byte length of s, with no leading zeros - * REQUIRED (length >= 1). - */ - signatures: Signature[]; -} -export interface Signature { - /** - * Signature itself. (In JSON, this is encoded as base64.) - * REQUIRED. - */ - sig: Buffer; - /** - * Unauthenticated* hint identifying which public key was used. - * OPTIONAL. - */ - keyid: string; -} -export declare const Envelope: { - fromJSON(object: any): Envelope; - toJSON(message: Envelope): unknown; -}; -export declare const Signature: { - fromJSON(object: any): Signature; - toJSON(message: Signature): unknown; -}; diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/types/sigstore/__generated__/envelope.js b/software/flow/node_modules/npm/node_modules/sigstore/dist/types/sigstore/__generated__/envelope.js deleted file mode 100644 index 715bb1a..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/types/sigstore/__generated__/envelope.js +++ /dev/null @@ -1,89 +0,0 @@ -"use strict"; -/* eslint-disable */ -Object.defineProperty(exports, "__esModule", { value: true }); -exports.Signature = exports.Envelope = void 0; -function createBaseEnvelope() { - return { payload: Buffer.alloc(0), payloadType: "", signatures: [] }; -} -exports.Envelope = { - fromJSON(object) { - return { - payload: isSet(object.payload) ? Buffer.from(bytesFromBase64(object.payload)) : Buffer.alloc(0), - payloadType: isSet(object.payloadType) ? String(object.payloadType) : "", - signatures: Array.isArray(object?.signatures) ? object.signatures.map((e) => exports.Signature.fromJSON(e)) : [], - }; - }, - toJSON(message) { - const obj = {}; - message.payload !== undefined && - (obj.payload = base64FromBytes(message.payload !== undefined ? message.payload : Buffer.alloc(0))); - message.payloadType !== undefined && (obj.payloadType = message.payloadType); - if (message.signatures) { - obj.signatures = message.signatures.map((e) => e ? exports.Signature.toJSON(e) : undefined); - } - else { - obj.signatures = []; - } - return obj; - }, -}; -function createBaseSignature() { - return { sig: Buffer.alloc(0), keyid: "" }; -} -exports.Signature = { - fromJSON(object) { - return { - sig: isSet(object.sig) ? Buffer.from(bytesFromBase64(object.sig)) : Buffer.alloc(0), - keyid: isSet(object.keyid) ? String(object.keyid) : "", - }; - }, - toJSON(message) { - const obj = {}; - message.sig !== undefined && (obj.sig = base64FromBytes(message.sig !== undefined ? message.sig : Buffer.alloc(0))); - message.keyid !== undefined && (obj.keyid = message.keyid); - return obj; - }, -}; -var globalThis = (() => { - if (typeof globalThis !== "undefined") { - return globalThis; - } - if (typeof self !== "undefined") { - return self; - } - if (typeof window !== "undefined") { - return window; - } - if (typeof global !== "undefined") { - return global; - } - throw "Unable to locate global object"; -})(); -function bytesFromBase64(b64) { - if (globalThis.Buffer) { - return Uint8Array.from(globalThis.Buffer.from(b64, "base64")); - } - else { - const bin = globalThis.atob(b64); - const arr = new Uint8Array(bin.length); - for (let i = 0; i < bin.length; ++i) { - arr[i] = bin.charCodeAt(i); - } - return arr; - } -} -function base64FromBytes(arr) { - if (globalThis.Buffer) { - return globalThis.Buffer.from(arr).toString("base64"); - } - else { - const bin = []; - arr.forEach((byte) => { - bin.push(String.fromCharCode(byte)); - }); - return globalThis.btoa(bin.join("")); - } -} -function isSet(value) { - return value !== null && value !== undefined; -} diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/types/sigstore/__generated__/google/api/field_behavior.d.ts b/software/flow/node_modules/npm/node_modules/sigstore/dist/types/sigstore/__generated__/google/api/field_behavior.d.ts deleted file mode 100644 index 1b4ed47..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/types/sigstore/__generated__/google/api/field_behavior.d.ts +++ /dev/null @@ -1,52 +0,0 @@ -/** - * An indicator of the behavior of a given field (for example, that a field - * is required in requests, or given as output but ignored as input). - * This **does not** change the behavior in protocol buffers itself; it only - * denotes the behavior and may affect how API tooling handles the field. - * - * Note: This enum **may** receive new values in the future. - */ -export declare enum FieldBehavior { - /** FIELD_BEHAVIOR_UNSPECIFIED - Conventional default for enums. Do not use this. */ - FIELD_BEHAVIOR_UNSPECIFIED = 0, - /** - * OPTIONAL - Specifically denotes a field as optional. - * While all fields in protocol buffers are optional, this may be specified - * for emphasis if appropriate. - */ - OPTIONAL = 1, - /** - * REQUIRED - Denotes a field as required. - * This indicates that the field **must** be provided as part of the request, - * and failure to do so will cause an error (usually `INVALID_ARGUMENT`). - */ - REQUIRED = 2, - /** - * OUTPUT_ONLY - Denotes a field as output only. - * This indicates that the field is provided in responses, but including the - * field in a request does nothing (the server *must* ignore it and - * *must not* throw an error as a result of the field's presence). - */ - OUTPUT_ONLY = 3, - /** - * INPUT_ONLY - Denotes a field as input only. - * This indicates that the field is provided in requests, and the - * corresponding field is not included in output. - */ - INPUT_ONLY = 4, - /** - * IMMUTABLE - Denotes a field as immutable. - * This indicates that the field may be set once in a request to create a - * resource, but may not be changed thereafter. - */ - IMMUTABLE = 5, - /** - * UNORDERED_LIST - Denotes that a (repeated) field is an unordered list. - * This indicates that the service may provide the elements of the list - * in any arbitrary order, rather than the order the user originally - * provided. Additionally, the list's order may or may not be stable. - */ - UNORDERED_LIST = 6 -} -export declare function fieldBehaviorFromJSON(object: any): FieldBehavior; -export declare function fieldBehaviorToJSON(object: FieldBehavior): string; diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/types/sigstore/__generated__/google/api/field_behavior.js b/software/flow/node_modules/npm/node_modules/sigstore/dist/types/sigstore/__generated__/google/api/field_behavior.js deleted file mode 100644 index f9b57cc..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/types/sigstore/__generated__/google/api/field_behavior.js +++ /dev/null @@ -1,119 +0,0 @@ -"use strict"; -/* eslint-disable */ -Object.defineProperty(exports, "__esModule", { value: true }); -exports.fieldBehaviorToJSON = exports.fieldBehaviorFromJSON = exports.FieldBehavior = void 0; -/** - * An indicator of the behavior of a given field (for example, that a field - * is required in requests, or given as output but ignored as input). - * This **does not** change the behavior in protocol buffers itself; it only - * denotes the behavior and may affect how API tooling handles the field. - * - * Note: This enum **may** receive new values in the future. - */ -var FieldBehavior; -(function (FieldBehavior) { - /** FIELD_BEHAVIOR_UNSPECIFIED - Conventional default for enums. Do not use this. */ - FieldBehavior[FieldBehavior["FIELD_BEHAVIOR_UNSPECIFIED"] = 0] = "FIELD_BEHAVIOR_UNSPECIFIED"; - /** - * OPTIONAL - Specifically denotes a field as optional. - * While all fields in protocol buffers are optional, this may be specified - * for emphasis if appropriate. - */ - FieldBehavior[FieldBehavior["OPTIONAL"] = 1] = "OPTIONAL"; - /** - * REQUIRED - Denotes a field as required. - * This indicates that the field **must** be provided as part of the request, - * and failure to do so will cause an error (usually `INVALID_ARGUMENT`). - */ - FieldBehavior[FieldBehavior["REQUIRED"] = 2] = "REQUIRED"; - /** - * OUTPUT_ONLY - Denotes a field as output only. - * This indicates that the field is provided in responses, but including the - * field in a request does nothing (the server *must* ignore it and - * *must not* throw an error as a result of the field's presence). - */ - FieldBehavior[FieldBehavior["OUTPUT_ONLY"] = 3] = "OUTPUT_ONLY"; - /** - * INPUT_ONLY - Denotes a field as input only. - * This indicates that the field is provided in requests, and the - * corresponding field is not included in output. - */ - FieldBehavior[FieldBehavior["INPUT_ONLY"] = 4] = "INPUT_ONLY"; - /** - * IMMUTABLE - Denotes a field as immutable. - * This indicates that the field may be set once in a request to create a - * resource, but may not be changed thereafter. - */ - FieldBehavior[FieldBehavior["IMMUTABLE"] = 5] = "IMMUTABLE"; - /** - * UNORDERED_LIST - Denotes that a (repeated) field is an unordered list. - * This indicates that the service may provide the elements of the list - * in any arbitrary order, rather than the order the user originally - * provided. Additionally, the list's order may or may not be stable. - */ - FieldBehavior[FieldBehavior["UNORDERED_LIST"] = 6] = "UNORDERED_LIST"; -})(FieldBehavior = exports.FieldBehavior || (exports.FieldBehavior = {})); -function fieldBehaviorFromJSON(object) { - switch (object) { - case 0: - case "FIELD_BEHAVIOR_UNSPECIFIED": - return FieldBehavior.FIELD_BEHAVIOR_UNSPECIFIED; - case 1: - case "OPTIONAL": - return FieldBehavior.OPTIONAL; - case 2: - case "REQUIRED": - return FieldBehavior.REQUIRED; - case 3: - case "OUTPUT_ONLY": - return FieldBehavior.OUTPUT_ONLY; - case 4: - case "INPUT_ONLY": - return FieldBehavior.INPUT_ONLY; - case 5: - case "IMMUTABLE": - return FieldBehavior.IMMUTABLE; - case 6: - case "UNORDERED_LIST": - return FieldBehavior.UNORDERED_LIST; - default: - throw new globalThis.Error("Unrecognized enum value " + object + " for enum FieldBehavior"); - } -} -exports.fieldBehaviorFromJSON = fieldBehaviorFromJSON; -function fieldBehaviorToJSON(object) { - switch (object) { - case FieldBehavior.FIELD_BEHAVIOR_UNSPECIFIED: - return "FIELD_BEHAVIOR_UNSPECIFIED"; - case FieldBehavior.OPTIONAL: - return "OPTIONAL"; - case FieldBehavior.REQUIRED: - return "REQUIRED"; - case FieldBehavior.OUTPUT_ONLY: - return "OUTPUT_ONLY"; - case FieldBehavior.INPUT_ONLY: - return "INPUT_ONLY"; - case FieldBehavior.IMMUTABLE: - return "IMMUTABLE"; - case FieldBehavior.UNORDERED_LIST: - return "UNORDERED_LIST"; - default: - throw new globalThis.Error("Unrecognized enum value " + object + " for enum FieldBehavior"); - } -} -exports.fieldBehaviorToJSON = fieldBehaviorToJSON; -var globalThis = (() => { - if (typeof globalThis !== "undefined") { - return globalThis; - } - if (typeof self !== "undefined") { - return self; - } - if (typeof window !== "undefined") { - return window; - } - if (typeof global !== "undefined") { - return global; - } - throw "Unable to locate global object"; -})(); diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/types/sigstore/__generated__/google/protobuf/descriptor.d.ts b/software/flow/node_modules/npm/node_modules/sigstore/dist/types/sigstore/__generated__/google/protobuf/descriptor.d.ts deleted file mode 100644 index ef43bf0..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/types/sigstore/__generated__/google/protobuf/descriptor.d.ts +++ /dev/null @@ -1,939 +0,0 @@ -/// <reference types="node" /> -/** - * The protocol compiler can output a FileDescriptorSet containing the .proto - * files it parses. - */ -export interface FileDescriptorSet { - file: FileDescriptorProto[]; -} -/** Describes a complete .proto file. */ -export interface FileDescriptorProto { - /** file name, relative to root of source tree */ - name: string; - /** e.g. "foo", "foo.bar", etc. */ - package: string; - /** Names of files imported by this file. */ - dependency: string[]; - /** Indexes of the public imported files in the dependency list above. */ - publicDependency: number[]; - /** - * Indexes of the weak imported files in the dependency list. - * For Google-internal migration only. Do not use. - */ - weakDependency: number[]; - /** All top-level definitions in this file. */ - messageType: DescriptorProto[]; - enumType: EnumDescriptorProto[]; - service: ServiceDescriptorProto[]; - extension: FieldDescriptorProto[]; - options: FileOptions | undefined; - /** - * This field contains optional information about the original source code. - * You may safely remove this entire field without harming runtime - * functionality of the descriptors -- the information is needed only by - * development tools. - */ - sourceCodeInfo: SourceCodeInfo | undefined; - /** - * The syntax of the proto file. - * The supported values are "proto2" and "proto3". - */ - syntax: string; -} -/** Describes a message type. */ -export interface DescriptorProto { - name: string; - field: FieldDescriptorProto[]; - extension: FieldDescriptorProto[]; - nestedType: DescriptorProto[]; - enumType: EnumDescriptorProto[]; - extensionRange: DescriptorProto_ExtensionRange[]; - oneofDecl: OneofDescriptorProto[]; - options: MessageOptions | undefined; - reservedRange: DescriptorProto_ReservedRange[]; - /** - * Reserved field names, which may not be used by fields in the same message. - * A given name may only be reserved once. - */ - reservedName: string[]; -} -export interface DescriptorProto_ExtensionRange { - /** Inclusive. */ - start: number; - /** Exclusive. */ - end: number; - options: ExtensionRangeOptions | undefined; -} -/** - * Range of reserved tag numbers. Reserved tag numbers may not be used by - * fields or extension ranges in the same message. Reserved ranges may - * not overlap. - */ -export interface DescriptorProto_ReservedRange { - /** Inclusive. */ - start: number; - /** Exclusive. */ - end: number; -} -export interface ExtensionRangeOptions { - /** The parser stores options it doesn't recognize here. See above. */ - uninterpretedOption: UninterpretedOption[]; -} -/** Describes a field within a message. */ -export interface FieldDescriptorProto { - name: string; - number: number; - label: FieldDescriptorProto_Label; - /** - * If type_name is set, this need not be set. If both this and type_name - * are set, this must be one of TYPE_ENUM, TYPE_MESSAGE or TYPE_GROUP. - */ - type: FieldDescriptorProto_Type; - /** - * For message and enum types, this is the name of the type. If the name - * starts with a '.', it is fully-qualified. Otherwise, C++-like scoping - * rules are used to find the type (i.e. first the nested types within this - * message are searched, then within the parent, on up to the root - * namespace). - */ - typeName: string; - /** - * For extensions, this is the name of the type being extended. It is - * resolved in the same manner as type_name. - */ - extendee: string; - /** - * For numeric types, contains the original text representation of the value. - * For booleans, "true" or "false". - * For strings, contains the default text contents (not escaped in any way). - * For bytes, contains the C escaped value. All bytes >= 128 are escaped. - */ - defaultValue: string; - /** - * If set, gives the index of a oneof in the containing type's oneof_decl - * list. This field is a member of that oneof. - */ - oneofIndex: number; - /** - * JSON name of this field. The value is set by protocol compiler. If the - * user has set a "json_name" option on this field, that option's value - * will be used. Otherwise, it's deduced from the field's name by converting - * it to camelCase. - */ - jsonName: string; - options: FieldOptions | undefined; - /** - * If true, this is a proto3 "optional". When a proto3 field is optional, it - * tracks presence regardless of field type. - * - * When proto3_optional is true, this field must be belong to a oneof to - * signal to old proto3 clients that presence is tracked for this field. This - * oneof is known as a "synthetic" oneof, and this field must be its sole - * member (each proto3 optional field gets its own synthetic oneof). Synthetic - * oneofs exist in the descriptor only, and do not generate any API. Synthetic - * oneofs must be ordered after all "real" oneofs. - * - * For message fields, proto3_optional doesn't create any semantic change, - * since non-repeated message fields always track presence. However it still - * indicates the semantic detail of whether the user wrote "optional" or not. - * This can be useful for round-tripping the .proto file. For consistency we - * give message fields a synthetic oneof also, even though it is not required - * to track presence. This is especially important because the parser can't - * tell if a field is a message or an enum, so it must always create a - * synthetic oneof. - * - * Proto2 optional fields do not set this flag, because they already indicate - * optional with `LABEL_OPTIONAL`. - */ - proto3Optional: boolean; -} -export declare enum FieldDescriptorProto_Type { - /** - * TYPE_DOUBLE - 0 is reserved for errors. - * Order is weird for historical reasons. - */ - TYPE_DOUBLE = 1, - TYPE_FLOAT = 2, - /** - * TYPE_INT64 - Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT64 if - * negative values are likely. - */ - TYPE_INT64 = 3, - TYPE_UINT64 = 4, - /** - * TYPE_INT32 - Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT32 if - * negative values are likely. - */ - TYPE_INT32 = 5, - TYPE_FIXED64 = 6, - TYPE_FIXED32 = 7, - TYPE_BOOL = 8, - TYPE_STRING = 9, - /** - * TYPE_GROUP - Tag-delimited aggregate. - * Group type is deprecated and not supported in proto3. However, Proto3 - * implementations should still be able to parse the group wire format and - * treat group fields as unknown fields. - */ - TYPE_GROUP = 10, - /** TYPE_MESSAGE - Length-delimited aggregate. */ - TYPE_MESSAGE = 11, - /** TYPE_BYTES - New in version 2. */ - TYPE_BYTES = 12, - TYPE_UINT32 = 13, - TYPE_ENUM = 14, - TYPE_SFIXED32 = 15, - TYPE_SFIXED64 = 16, - /** TYPE_SINT32 - Uses ZigZag encoding. */ - TYPE_SINT32 = 17, - /** TYPE_SINT64 - Uses ZigZag encoding. */ - TYPE_SINT64 = 18 -} -export declare function fieldDescriptorProto_TypeFromJSON(object: any): FieldDescriptorProto_Type; -export declare function fieldDescriptorProto_TypeToJSON(object: FieldDescriptorProto_Type): string; -export declare enum FieldDescriptorProto_Label { - /** LABEL_OPTIONAL - 0 is reserved for errors */ - LABEL_OPTIONAL = 1, - LABEL_REQUIRED = 2, - LABEL_REPEATED = 3 -} -export declare function fieldDescriptorProto_LabelFromJSON(object: any): FieldDescriptorProto_Label; -export declare function fieldDescriptorProto_LabelToJSON(object: FieldDescriptorProto_Label): string; -/** Describes a oneof. */ -export interface OneofDescriptorProto { - name: string; - options: OneofOptions | undefined; -} -/** Describes an enum type. */ -export interface EnumDescriptorProto { - name: string; - value: EnumValueDescriptorProto[]; - options: EnumOptions | undefined; - /** - * Range of reserved numeric values. Reserved numeric values may not be used - * by enum values in the same enum declaration. Reserved ranges may not - * overlap. - */ - reservedRange: EnumDescriptorProto_EnumReservedRange[]; - /** - * Reserved enum value names, which may not be reused. A given name may only - * be reserved once. - */ - reservedName: string[]; -} -/** - * Range of reserved numeric values. Reserved values may not be used by - * entries in the same enum. Reserved ranges may not overlap. - * - * Note that this is distinct from DescriptorProto.ReservedRange in that it - * is inclusive such that it can appropriately represent the entire int32 - * domain. - */ -export interface EnumDescriptorProto_EnumReservedRange { - /** Inclusive. */ - start: number; - /** Inclusive. */ - end: number; -} -/** Describes a value within an enum. */ -export interface EnumValueDescriptorProto { - name: string; - number: number; - options: EnumValueOptions | undefined; -} -/** Describes a service. */ -export interface ServiceDescriptorProto { - name: string; - method: MethodDescriptorProto[]; - options: ServiceOptions | undefined; -} -/** Describes a method of a service. */ -export interface MethodDescriptorProto { - name: string; - /** - * Input and output type names. These are resolved in the same way as - * FieldDescriptorProto.type_name, but must refer to a message type. - */ - inputType: string; - outputType: string; - options: MethodOptions | undefined; - /** Identifies if client streams multiple client messages */ - clientStreaming: boolean; - /** Identifies if server streams multiple server messages */ - serverStreaming: boolean; -} -export interface FileOptions { - /** - * Sets the Java package where classes generated from this .proto will be - * placed. By default, the proto package is used, but this is often - * inappropriate because proto packages do not normally start with backwards - * domain names. - */ - javaPackage: string; - /** - * Controls the name of the wrapper Java class generated for the .proto file. - * That class will always contain the .proto file's getDescriptor() method as - * well as any top-level extensions defined in the .proto file. - * If java_multiple_files is disabled, then all the other classes from the - * .proto file will be nested inside the single wrapper outer class. - */ - javaOuterClassname: string; - /** - * If enabled, then the Java code generator will generate a separate .java - * file for each top-level message, enum, and service defined in the .proto - * file. Thus, these types will *not* be nested inside the wrapper class - * named by java_outer_classname. However, the wrapper class will still be - * generated to contain the file's getDescriptor() method as well as any - * top-level extensions defined in the file. - */ - javaMultipleFiles: boolean; - /** - * This option does nothing. - * - * @deprecated - */ - javaGenerateEqualsAndHash: boolean; - /** - * If set true, then the Java2 code generator will generate code that - * throws an exception whenever an attempt is made to assign a non-UTF-8 - * byte sequence to a string field. - * Message reflection will do the same. - * However, an extension field still accepts non-UTF-8 byte sequences. - * This option has no effect on when used with the lite runtime. - */ - javaStringCheckUtf8: boolean; - optimizeFor: FileOptions_OptimizeMode; - /** - * Sets the Go package where structs generated from this .proto will be - * placed. If omitted, the Go package will be derived from the following: - * - The basename of the package import path, if provided. - * - Otherwise, the package statement in the .proto file, if present. - * - Otherwise, the basename of the .proto file, without extension. - */ - goPackage: string; - /** - * Should generic services be generated in each language? "Generic" services - * are not specific to any particular RPC system. They are generated by the - * main code generators in each language (without additional plugins). - * Generic services were the only kind of service generation supported by - * early versions of google.protobuf. - * - * Generic services are now considered deprecated in favor of using plugins - * that generate code specific to your particular RPC system. Therefore, - * these default to false. Old code which depends on generic services should - * explicitly set them to true. - */ - ccGenericServices: boolean; - javaGenericServices: boolean; - pyGenericServices: boolean; - phpGenericServices: boolean; - /** - * Is this file deprecated? - * Depending on the target platform, this can emit Deprecated annotations - * for everything in the file, or it will be completely ignored; in the very - * least, this is a formalization for deprecating files. - */ - deprecated: boolean; - /** - * Enables the use of arenas for the proto messages in this file. This applies - * only to generated classes for C++. - */ - ccEnableArenas: boolean; - /** - * Sets the objective c class prefix which is prepended to all objective c - * generated classes from this .proto. There is no default. - */ - objcClassPrefix: string; - /** Namespace for generated classes; defaults to the package. */ - csharpNamespace: string; - /** - * By default Swift generators will take the proto package and CamelCase it - * replacing '.' with underscore and use that to prefix the types/symbols - * defined. When this options is provided, they will use this value instead - * to prefix the types/symbols defined. - */ - swiftPrefix: string; - /** - * Sets the php class prefix which is prepended to all php generated classes - * from this .proto. Default is empty. - */ - phpClassPrefix: string; - /** - * Use this option to change the namespace of php generated classes. Default - * is empty. When this option is empty, the package name will be used for - * determining the namespace. - */ - phpNamespace: string; - /** - * Use this option to change the namespace of php generated metadata classes. - * Default is empty. When this option is empty, the proto file name will be - * used for determining the namespace. - */ - phpMetadataNamespace: string; - /** - * Use this option to change the package of ruby generated classes. Default - * is empty. When this option is not set, the package name will be used for - * determining the ruby package. - */ - rubyPackage: string; - /** - * The parser stores options it doesn't recognize here. - * See the documentation for the "Options" section above. - */ - uninterpretedOption: UninterpretedOption[]; -} -/** Generated classes can be optimized for speed or code size. */ -export declare enum FileOptions_OptimizeMode { - /** SPEED - Generate complete code for parsing, serialization, */ - SPEED = 1, - /** CODE_SIZE - etc. */ - CODE_SIZE = 2, - /** LITE_RUNTIME - Generate code using MessageLite and the lite runtime. */ - LITE_RUNTIME = 3 -} -export declare function fileOptions_OptimizeModeFromJSON(object: any): FileOptions_OptimizeMode; -export declare function fileOptions_OptimizeModeToJSON(object: FileOptions_OptimizeMode): string; -export interface MessageOptions { - /** - * Set true to use the old proto1 MessageSet wire format for extensions. - * This is provided for backwards-compatibility with the MessageSet wire - * format. You should not use this for any other reason: It's less - * efficient, has fewer features, and is more complicated. - * - * The message must be defined exactly as follows: - * message Foo { - * option message_set_wire_format = true; - * extensions 4 to max; - * } - * Note that the message cannot have any defined fields; MessageSets only - * have extensions. - * - * All extensions of your type must be singular messages; e.g. they cannot - * be int32s, enums, or repeated messages. - * - * Because this is an option, the above two restrictions are not enforced by - * the protocol compiler. - */ - messageSetWireFormat: boolean; - /** - * Disables the generation of the standard "descriptor()" accessor, which can - * conflict with a field of the same name. This is meant to make migration - * from proto1 easier; new code should avoid fields named "descriptor". - */ - noStandardDescriptorAccessor: boolean; - /** - * Is this message deprecated? - * Depending on the target platform, this can emit Deprecated annotations - * for the message, or it will be completely ignored; in the very least, - * this is a formalization for deprecating messages. - */ - deprecated: boolean; - /** - * Whether the message is an automatically generated map entry type for the - * maps field. - * - * For maps fields: - * map<KeyType, ValueType> map_field = 1; - * The parsed descriptor looks like: - * message MapFieldEntry { - * option map_entry = true; - * optional KeyType key = 1; - * optional ValueType value = 2; - * } - * repeated MapFieldEntry map_field = 1; - * - * Implementations may choose not to generate the map_entry=true message, but - * use a native map in the target language to hold the keys and values. - * The reflection APIs in such implementations still need to work as - * if the field is a repeated message field. - * - * NOTE: Do not set the option in .proto files. Always use the maps syntax - * instead. The option should only be implicitly set by the proto compiler - * parser. - */ - mapEntry: boolean; - /** The parser stores options it doesn't recognize here. See above. */ - uninterpretedOption: UninterpretedOption[]; -} -export interface FieldOptions { - /** - * The ctype option instructs the C++ code generator to use a different - * representation of the field than it normally would. See the specific - * options below. This option is not yet implemented in the open source - * release -- sorry, we'll try to include it in a future version! - */ - ctype: FieldOptions_CType; - /** - * The packed option can be enabled for repeated primitive fields to enable - * a more efficient representation on the wire. Rather than repeatedly - * writing the tag and type for each element, the entire array is encoded as - * a single length-delimited blob. In proto3, only explicit setting it to - * false will avoid using packed encoding. - */ - packed: boolean; - /** - * The jstype option determines the JavaScript type used for values of the - * field. The option is permitted only for 64 bit integral and fixed types - * (int64, uint64, sint64, fixed64, sfixed64). A field with jstype JS_STRING - * is represented as JavaScript string, which avoids loss of precision that - * can happen when a large value is converted to a floating point JavaScript. - * Specifying JS_NUMBER for the jstype causes the generated JavaScript code to - * use the JavaScript "number" type. The behavior of the default option - * JS_NORMAL is implementation dependent. - * - * This option is an enum to permit additional types to be added, e.g. - * goog.math.Integer. - */ - jstype: FieldOptions_JSType; - /** - * Should this field be parsed lazily? Lazy applies only to message-type - * fields. It means that when the outer message is initially parsed, the - * inner message's contents will not be parsed but instead stored in encoded - * form. The inner message will actually be parsed when it is first accessed. - * - * This is only a hint. Implementations are free to choose whether to use - * eager or lazy parsing regardless of the value of this option. However, - * setting this option true suggests that the protocol author believes that - * using lazy parsing on this field is worth the additional bookkeeping - * overhead typically needed to implement it. - * - * This option does not affect the public interface of any generated code; - * all method signatures remain the same. Furthermore, thread-safety of the - * interface is not affected by this option; const methods remain safe to - * call from multiple threads concurrently, while non-const methods continue - * to require exclusive access. - * - * Note that implementations may choose not to check required fields within - * a lazy sub-message. That is, calling IsInitialized() on the outer message - * may return true even if the inner message has missing required fields. - * This is necessary because otherwise the inner message would have to be - * parsed in order to perform the check, defeating the purpose of lazy - * parsing. An implementation which chooses not to check required fields - * must be consistent about it. That is, for any particular sub-message, the - * implementation must either *always* check its required fields, or *never* - * check its required fields, regardless of whether or not the message has - * been parsed. - * - * As of 2021, lazy does no correctness checks on the byte stream during - * parsing. This may lead to crashes if and when an invalid byte stream is - * finally parsed upon access. - * - * TODO(b/211906113): Enable validation on lazy fields. - */ - lazy: boolean; - /** - * unverified_lazy does no correctness checks on the byte stream. This should - * only be used where lazy with verification is prohibitive for performance - * reasons. - */ - unverifiedLazy: boolean; - /** - * Is this field deprecated? - * Depending on the target platform, this can emit Deprecated annotations - * for accessors, or it will be completely ignored; in the very least, this - * is a formalization for deprecating fields. - */ - deprecated: boolean; - /** For Google-internal migration only. Do not use. */ - weak: boolean; - /** The parser stores options it doesn't recognize here. See above. */ - uninterpretedOption: UninterpretedOption[]; -} -export declare enum FieldOptions_CType { - /** STRING - Default mode. */ - STRING = 0, - CORD = 1, - STRING_PIECE = 2 -} -export declare function fieldOptions_CTypeFromJSON(object: any): FieldOptions_CType; -export declare function fieldOptions_CTypeToJSON(object: FieldOptions_CType): string; -export declare enum FieldOptions_JSType { - /** JS_NORMAL - Use the default type. */ - JS_NORMAL = 0, - /** JS_STRING - Use JavaScript strings. */ - JS_STRING = 1, - /** JS_NUMBER - Use JavaScript numbers. */ - JS_NUMBER = 2 -} -export declare function fieldOptions_JSTypeFromJSON(object: any): FieldOptions_JSType; -export declare function fieldOptions_JSTypeToJSON(object: FieldOptions_JSType): string; -export interface OneofOptions { - /** The parser stores options it doesn't recognize here. See above. */ - uninterpretedOption: UninterpretedOption[]; -} -export interface EnumOptions { - /** - * Set this option to true to allow mapping different tag names to the same - * value. - */ - allowAlias: boolean; - /** - * Is this enum deprecated? - * Depending on the target platform, this can emit Deprecated annotations - * for the enum, or it will be completely ignored; in the very least, this - * is a formalization for deprecating enums. - */ - deprecated: boolean; - /** The parser stores options it doesn't recognize here. See above. */ - uninterpretedOption: UninterpretedOption[]; -} -export interface EnumValueOptions { - /** - * Is this enum value deprecated? - * Depending on the target platform, this can emit Deprecated annotations - * for the enum value, or it will be completely ignored; in the very least, - * this is a formalization for deprecating enum values. - */ - deprecated: boolean; - /** The parser stores options it doesn't recognize here. See above. */ - uninterpretedOption: UninterpretedOption[]; -} -export interface ServiceOptions { - /** - * Is this service deprecated? - * Depending on the target platform, this can emit Deprecated annotations - * for the service, or it will be completely ignored; in the very least, - * this is a formalization for deprecating services. - */ - deprecated: boolean; - /** The parser stores options it doesn't recognize here. See above. */ - uninterpretedOption: UninterpretedOption[]; -} -export interface MethodOptions { - /** - * Is this method deprecated? - * Depending on the target platform, this can emit Deprecated annotations - * for the method, or it will be completely ignored; in the very least, - * this is a formalization for deprecating methods. - */ - deprecated: boolean; - idempotencyLevel: MethodOptions_IdempotencyLevel; - /** The parser stores options it doesn't recognize here. See above. */ - uninterpretedOption: UninterpretedOption[]; -} -/** - * Is this method side-effect-free (or safe in HTTP parlance), or idempotent, - * or neither? HTTP based RPC implementation may choose GET verb for safe - * methods, and PUT verb for idempotent methods instead of the default POST. - */ -export declare enum MethodOptions_IdempotencyLevel { - IDEMPOTENCY_UNKNOWN = 0, - /** NO_SIDE_EFFECTS - implies idempotent */ - NO_SIDE_EFFECTS = 1, - /** IDEMPOTENT - idempotent, but may have side effects */ - IDEMPOTENT = 2 -} -export declare function methodOptions_IdempotencyLevelFromJSON(object: any): MethodOptions_IdempotencyLevel; -export declare function methodOptions_IdempotencyLevelToJSON(object: MethodOptions_IdempotencyLevel): string; -/** - * A message representing a option the parser does not recognize. This only - * appears in options protos created by the compiler::Parser class. - * DescriptorPool resolves these when building Descriptor objects. Therefore, - * options protos in descriptor objects (e.g. returned by Descriptor::options(), - * or produced by Descriptor::CopyTo()) will never have UninterpretedOptions - * in them. - */ -export interface UninterpretedOption { - name: UninterpretedOption_NamePart[]; - /** - * The value of the uninterpreted option, in whatever type the tokenizer - * identified it as during parsing. Exactly one of these should be set. - */ - identifierValue: string; - positiveIntValue: string; - negativeIntValue: string; - doubleValue: number; - stringValue: Buffer; - aggregateValue: string; -} -/** - * The name of the uninterpreted option. Each string represents a segment in - * a dot-separated name. is_extension is true iff a segment represents an - * extension (denoted with parentheses in options specs in .proto files). - * E.g.,{ ["foo", false], ["bar.baz", true], ["moo", false] } represents - * "foo.(bar.baz).moo". - */ -export interface UninterpretedOption_NamePart { - namePart: string; - isExtension: boolean; -} -/** - * Encapsulates information about the original source file from which a - * FileDescriptorProto was generated. - */ -export interface SourceCodeInfo { - /** - * A Location identifies a piece of source code in a .proto file which - * corresponds to a particular definition. This information is intended - * to be useful to IDEs, code indexers, documentation generators, and similar - * tools. - * - * For example, say we have a file like: - * message Foo { - * optional string foo = 1; - * } - * Let's look at just the field definition: - * optional string foo = 1; - * ^ ^^ ^^ ^ ^^^ - * a bc de f ghi - * We have the following locations: - * span path represents - * [a,i) [ 4, 0, 2, 0 ] The whole field definition. - * [a,b) [ 4, 0, 2, 0, 4 ] The label (optional). - * [c,d) [ 4, 0, 2, 0, 5 ] The type (string). - * [e,f) [ 4, 0, 2, 0, 1 ] The name (foo). - * [g,h) [ 4, 0, 2, 0, 3 ] The number (1). - * - * Notes: - * - A location may refer to a repeated field itself (i.e. not to any - * particular index within it). This is used whenever a set of elements are - * logically enclosed in a single code segment. For example, an entire - * extend block (possibly containing multiple extension definitions) will - * have an outer location whose path refers to the "extensions" repeated - * field without an index. - * - Multiple locations may have the same path. This happens when a single - * logical declaration is spread out across multiple places. The most - * obvious example is the "extend" block again -- there may be multiple - * extend blocks in the same scope, each of which will have the same path. - * - A location's span is not always a subset of its parent's span. For - * example, the "extendee" of an extension declaration appears at the - * beginning of the "extend" block and is shared by all extensions within - * the block. - * - Just because a location's span is a subset of some other location's span - * does not mean that it is a descendant. For example, a "group" defines - * both a type and a field in a single declaration. Thus, the locations - * corresponding to the type and field and their components will overlap. - * - Code which tries to interpret locations should probably be designed to - * ignore those that it doesn't understand, as more types of locations could - * be recorded in the future. - */ - location: SourceCodeInfo_Location[]; -} -export interface SourceCodeInfo_Location { - /** - * Identifies which part of the FileDescriptorProto was defined at this - * location. - * - * Each element is a field number or an index. They form a path from - * the root FileDescriptorProto to the place where the definition occurs. - * For example, this path: - * [ 4, 3, 2, 7, 1 ] - * refers to: - * file.message_type(3) // 4, 3 - * .field(7) // 2, 7 - * .name() // 1 - * This is because FileDescriptorProto.message_type has field number 4: - * repeated DescriptorProto message_type = 4; - * and DescriptorProto.field has field number 2: - * repeated FieldDescriptorProto field = 2; - * and FieldDescriptorProto.name has field number 1: - * optional string name = 1; - * - * Thus, the above path gives the location of a field name. If we removed - * the last element: - * [ 4, 3, 2, 7 ] - * this path refers to the whole field declaration (from the beginning - * of the label to the terminating semicolon). - */ - path: number[]; - /** - * Always has exactly three or four elements: start line, start column, - * end line (optional, otherwise assumed same as start line), end column. - * These are packed into a single field for efficiency. Note that line - * and column numbers are zero-based -- typically you will want to add - * 1 to each before displaying to a user. - */ - span: number[]; - /** - * If this SourceCodeInfo represents a complete declaration, these are any - * comments appearing before and after the declaration which appear to be - * attached to the declaration. - * - * A series of line comments appearing on consecutive lines, with no other - * tokens appearing on those lines, will be treated as a single comment. - * - * leading_detached_comments will keep paragraphs of comments that appear - * before (but not connected to) the current element. Each paragraph, - * separated by empty lines, will be one comment element in the repeated - * field. - * - * Only the comment content is provided; comment markers (e.g. //) are - * stripped out. For block comments, leading whitespace and an asterisk - * will be stripped from the beginning of each line other than the first. - * Newlines are included in the output. - * - * Examples: - * - * optional int32 foo = 1; // Comment attached to foo. - * // Comment attached to bar. - * optional int32 bar = 2; - * - * optional string baz = 3; - * // Comment attached to baz. - * // Another line attached to baz. - * - * // Comment attached to moo. - * // - * // Another line attached to moo. - * optional double moo = 4; - * - * // Detached comment for corge. This is not leading or trailing comments - * // to moo or corge because there are blank lines separating it from - * // both. - * - * // Detached comment for corge paragraph 2. - * - * optional string corge = 5; - * /* Block comment attached - * * to corge. Leading asterisks - * * will be removed. * / - * /* Block comment attached to - * * grault. * / - * optional int32 grault = 6; - * - * // ignored detached comments. - */ - leadingComments: string; - trailingComments: string; - leadingDetachedComments: string[]; -} -/** - * Describes the relationship between generated code and its original source - * file. A GeneratedCodeInfo message is associated with only one generated - * source file, but may contain references to different source .proto files. - */ -export interface GeneratedCodeInfo { - /** - * An Annotation connects some span of text in generated code to an element - * of its generating .proto file. - */ - annotation: GeneratedCodeInfo_Annotation[]; -} -export interface GeneratedCodeInfo_Annotation { - /** - * Identifies the element in the original source .proto file. This field - * is formatted the same as SourceCodeInfo.Location.path. - */ - path: number[]; - /** Identifies the filesystem path to the original source .proto. */ - sourceFile: string; - /** - * Identifies the starting offset in bytes in the generated code - * that relates to the identified object. - */ - begin: number; - /** - * Identifies the ending offset in bytes in the generated code that - * relates to the identified offset. The end offset should be one past - * the last relevant byte (so the length of the text = end - begin). - */ - end: number; -} -export declare const FileDescriptorSet: { - fromJSON(object: any): FileDescriptorSet; - toJSON(message: FileDescriptorSet): unknown; -}; -export declare const FileDescriptorProto: { - fromJSON(object: any): FileDescriptorProto; - toJSON(message: FileDescriptorProto): unknown; -}; -export declare const DescriptorProto: { - fromJSON(object: any): DescriptorProto; - toJSON(message: DescriptorProto): unknown; -}; -export declare const DescriptorProto_ExtensionRange: { - fromJSON(object: any): DescriptorProto_ExtensionRange; - toJSON(message: DescriptorProto_ExtensionRange): unknown; -}; -export declare const DescriptorProto_ReservedRange: { - fromJSON(object: any): DescriptorProto_ReservedRange; - toJSON(message: DescriptorProto_ReservedRange): unknown; -}; -export declare const ExtensionRangeOptions: { - fromJSON(object: any): ExtensionRangeOptions; - toJSON(message: ExtensionRangeOptions): unknown; -}; -export declare const FieldDescriptorProto: { - fromJSON(object: any): FieldDescriptorProto; - toJSON(message: FieldDescriptorProto): unknown; -}; -export declare const OneofDescriptorProto: { - fromJSON(object: any): OneofDescriptorProto; - toJSON(message: OneofDescriptorProto): unknown; -}; -export declare const EnumDescriptorProto: { - fromJSON(object: any): EnumDescriptorProto; - toJSON(message: EnumDescriptorProto): unknown; -}; -export declare const EnumDescriptorProto_EnumReservedRange: { - fromJSON(object: any): EnumDescriptorProto_EnumReservedRange; - toJSON(message: EnumDescriptorProto_EnumReservedRange): unknown; -}; -export declare const EnumValueDescriptorProto: { - fromJSON(object: any): EnumValueDescriptorProto; - toJSON(message: EnumValueDescriptorProto): unknown; -}; -export declare const ServiceDescriptorProto: { - fromJSON(object: any): ServiceDescriptorProto; - toJSON(message: ServiceDescriptorProto): unknown; -}; -export declare const MethodDescriptorProto: { - fromJSON(object: any): MethodDescriptorProto; - toJSON(message: MethodDescriptorProto): unknown; -}; -export declare const FileOptions: { - fromJSON(object: any): FileOptions; - toJSON(message: FileOptions): unknown; -}; -export declare const MessageOptions: { - fromJSON(object: any): MessageOptions; - toJSON(message: MessageOptions): unknown; -}; -export declare const FieldOptions: { - fromJSON(object: any): FieldOptions; - toJSON(message: FieldOptions): unknown; -}; -export declare const OneofOptions: { - fromJSON(object: any): OneofOptions; - toJSON(message: OneofOptions): unknown; -}; -export declare const EnumOptions: { - fromJSON(object: any): EnumOptions; - toJSON(message: EnumOptions): unknown; -}; -export declare const EnumValueOptions: { - fromJSON(object: any): EnumValueOptions; - toJSON(message: EnumValueOptions): unknown; -}; -export declare const ServiceOptions: { - fromJSON(object: any): ServiceOptions; - toJSON(message: ServiceOptions): unknown; -}; -export declare const MethodOptions: { - fromJSON(object: any): MethodOptions; - toJSON(message: MethodOptions): unknown; -}; -export declare const UninterpretedOption: { - fromJSON(object: any): UninterpretedOption; - toJSON(message: UninterpretedOption): unknown; -}; -export declare const UninterpretedOption_NamePart: { - fromJSON(object: any): UninterpretedOption_NamePart; - toJSON(message: UninterpretedOption_NamePart): unknown; -}; -export declare const SourceCodeInfo: { - fromJSON(object: any): SourceCodeInfo; - toJSON(message: SourceCodeInfo): unknown; -}; -export declare const SourceCodeInfo_Location: { - fromJSON(object: any): SourceCodeInfo_Location; - toJSON(message: SourceCodeInfo_Location): unknown; -}; -export declare const GeneratedCodeInfo: { - fromJSON(object: any): GeneratedCodeInfo; - toJSON(message: GeneratedCodeInfo): unknown; -}; -export declare const GeneratedCodeInfo_Annotation: { - fromJSON(object: any): GeneratedCodeInfo_Annotation; - toJSON(message: GeneratedCodeInfo_Annotation): unknown; -}; diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/types/sigstore/__generated__/google/protobuf/descriptor.js b/software/flow/node_modules/npm/node_modules/sigstore/dist/types/sigstore/__generated__/google/protobuf/descriptor.js deleted file mode 100644 index b8cfc86..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/types/sigstore/__generated__/google/protobuf/descriptor.js +++ /dev/null @@ -1,1308 +0,0 @@ -"use strict"; -/* eslint-disable */ -Object.defineProperty(exports, "__esModule", { value: true }); -exports.GeneratedCodeInfo_Annotation = exports.GeneratedCodeInfo = exports.SourceCodeInfo_Location = exports.SourceCodeInfo = exports.UninterpretedOption_NamePart = exports.UninterpretedOption = exports.MethodOptions = exports.ServiceOptions = exports.EnumValueOptions = exports.EnumOptions = exports.OneofOptions = exports.FieldOptions = exports.MessageOptions = exports.FileOptions = exports.MethodDescriptorProto = exports.ServiceDescriptorProto = exports.EnumValueDescriptorProto = exports.EnumDescriptorProto_EnumReservedRange = exports.EnumDescriptorProto = exports.OneofDescriptorProto = exports.FieldDescriptorProto = exports.ExtensionRangeOptions = exports.DescriptorProto_ReservedRange = exports.DescriptorProto_ExtensionRange = exports.DescriptorProto = exports.FileDescriptorProto = exports.FileDescriptorSet = exports.methodOptions_IdempotencyLevelToJSON = exports.methodOptions_IdempotencyLevelFromJSON = exports.MethodOptions_IdempotencyLevel = exports.fieldOptions_JSTypeToJSON = exports.fieldOptions_JSTypeFromJSON = exports.FieldOptions_JSType = exports.fieldOptions_CTypeToJSON = exports.fieldOptions_CTypeFromJSON = exports.FieldOptions_CType = exports.fileOptions_OptimizeModeToJSON = exports.fileOptions_OptimizeModeFromJSON = exports.FileOptions_OptimizeMode = exports.fieldDescriptorProto_LabelToJSON = exports.fieldDescriptorProto_LabelFromJSON = exports.FieldDescriptorProto_Label = exports.fieldDescriptorProto_TypeToJSON = exports.fieldDescriptorProto_TypeFromJSON = exports.FieldDescriptorProto_Type = void 0; -var FieldDescriptorProto_Type; -(function (FieldDescriptorProto_Type) { - /** - * TYPE_DOUBLE - 0 is reserved for errors. - * Order is weird for historical reasons. - */ - FieldDescriptorProto_Type[FieldDescriptorProto_Type["TYPE_DOUBLE"] = 1] = "TYPE_DOUBLE"; - FieldDescriptorProto_Type[FieldDescriptorProto_Type["TYPE_FLOAT"] = 2] = "TYPE_FLOAT"; - /** - * TYPE_INT64 - Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT64 if - * negative values are likely. - */ - FieldDescriptorProto_Type[FieldDescriptorProto_Type["TYPE_INT64"] = 3] = "TYPE_INT64"; - FieldDescriptorProto_Type[FieldDescriptorProto_Type["TYPE_UINT64"] = 4] = "TYPE_UINT64"; - /** - * TYPE_INT32 - Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT32 if - * negative values are likely. - */ - FieldDescriptorProto_Type[FieldDescriptorProto_Type["TYPE_INT32"] = 5] = "TYPE_INT32"; - FieldDescriptorProto_Type[FieldDescriptorProto_Type["TYPE_FIXED64"] = 6] = "TYPE_FIXED64"; - FieldDescriptorProto_Type[FieldDescriptorProto_Type["TYPE_FIXED32"] = 7] = "TYPE_FIXED32"; - FieldDescriptorProto_Type[FieldDescriptorProto_Type["TYPE_BOOL"] = 8] = "TYPE_BOOL"; - FieldDescriptorProto_Type[FieldDescriptorProto_Type["TYPE_STRING"] = 9] = "TYPE_STRING"; - /** - * TYPE_GROUP - Tag-delimited aggregate. - * Group type is deprecated and not supported in proto3. However, Proto3 - * implementations should still be able to parse the group wire format and - * treat group fields as unknown fields. - */ - FieldDescriptorProto_Type[FieldDescriptorProto_Type["TYPE_GROUP"] = 10] = "TYPE_GROUP"; - /** TYPE_MESSAGE - Length-delimited aggregate. */ - FieldDescriptorProto_Type[FieldDescriptorProto_Type["TYPE_MESSAGE"] = 11] = "TYPE_MESSAGE"; - /** TYPE_BYTES - New in version 2. */ - FieldDescriptorProto_Type[FieldDescriptorProto_Type["TYPE_BYTES"] = 12] = "TYPE_BYTES"; - FieldDescriptorProto_Type[FieldDescriptorProto_Type["TYPE_UINT32"] = 13] = "TYPE_UINT32"; - FieldDescriptorProto_Type[FieldDescriptorProto_Type["TYPE_ENUM"] = 14] = "TYPE_ENUM"; - FieldDescriptorProto_Type[FieldDescriptorProto_Type["TYPE_SFIXED32"] = 15] = "TYPE_SFIXED32"; - FieldDescriptorProto_Type[FieldDescriptorProto_Type["TYPE_SFIXED64"] = 16] = "TYPE_SFIXED64"; - /** TYPE_SINT32 - Uses ZigZag encoding. */ - FieldDescriptorProto_Type[FieldDescriptorProto_Type["TYPE_SINT32"] = 17] = "TYPE_SINT32"; - /** TYPE_SINT64 - Uses ZigZag encoding. */ - FieldDescriptorProto_Type[FieldDescriptorProto_Type["TYPE_SINT64"] = 18] = "TYPE_SINT64"; -})(FieldDescriptorProto_Type = exports.FieldDescriptorProto_Type || (exports.FieldDescriptorProto_Type = {})); -function fieldDescriptorProto_TypeFromJSON(object) { - switch (object) { - case 1: - case "TYPE_DOUBLE": - return FieldDescriptorProto_Type.TYPE_DOUBLE; - case 2: - case "TYPE_FLOAT": - return FieldDescriptorProto_Type.TYPE_FLOAT; - case 3: - case "TYPE_INT64": - return FieldDescriptorProto_Type.TYPE_INT64; - case 4: - case "TYPE_UINT64": - return FieldDescriptorProto_Type.TYPE_UINT64; - case 5: - case "TYPE_INT32": - return FieldDescriptorProto_Type.TYPE_INT32; - case 6: - case "TYPE_FIXED64": - return FieldDescriptorProto_Type.TYPE_FIXED64; - case 7: - case "TYPE_FIXED32": - return FieldDescriptorProto_Type.TYPE_FIXED32; - case 8: - case "TYPE_BOOL": - return FieldDescriptorProto_Type.TYPE_BOOL; - case 9: - case "TYPE_STRING": - return FieldDescriptorProto_Type.TYPE_STRING; - case 10: - case "TYPE_GROUP": - return FieldDescriptorProto_Type.TYPE_GROUP; - case 11: - case "TYPE_MESSAGE": - return FieldDescriptorProto_Type.TYPE_MESSAGE; - case 12: - case "TYPE_BYTES": - return FieldDescriptorProto_Type.TYPE_BYTES; - case 13: - case "TYPE_UINT32": - return FieldDescriptorProto_Type.TYPE_UINT32; - case 14: - case "TYPE_ENUM": - return FieldDescriptorProto_Type.TYPE_ENUM; - case 15: - case "TYPE_SFIXED32": - return FieldDescriptorProto_Type.TYPE_SFIXED32; - case 16: - case "TYPE_SFIXED64": - return FieldDescriptorProto_Type.TYPE_SFIXED64; - case 17: - case "TYPE_SINT32": - return FieldDescriptorProto_Type.TYPE_SINT32; - case 18: - case "TYPE_SINT64": - return FieldDescriptorProto_Type.TYPE_SINT64; - default: - throw new globalThis.Error("Unrecognized enum value " + object + " for enum FieldDescriptorProto_Type"); - } -} -exports.fieldDescriptorProto_TypeFromJSON = fieldDescriptorProto_TypeFromJSON; -function fieldDescriptorProto_TypeToJSON(object) { - switch (object) { - case FieldDescriptorProto_Type.TYPE_DOUBLE: - return "TYPE_DOUBLE"; - case FieldDescriptorProto_Type.TYPE_FLOAT: - return "TYPE_FLOAT"; - case FieldDescriptorProto_Type.TYPE_INT64: - return "TYPE_INT64"; - case FieldDescriptorProto_Type.TYPE_UINT64: - return "TYPE_UINT64"; - case FieldDescriptorProto_Type.TYPE_INT32: - return "TYPE_INT32"; - case FieldDescriptorProto_Type.TYPE_FIXED64: - return "TYPE_FIXED64"; - case FieldDescriptorProto_Type.TYPE_FIXED32: - return "TYPE_FIXED32"; - case FieldDescriptorProto_Type.TYPE_BOOL: - return "TYPE_BOOL"; - case FieldDescriptorProto_Type.TYPE_STRING: - return "TYPE_STRING"; - case FieldDescriptorProto_Type.TYPE_GROUP: - return "TYPE_GROUP"; - case FieldDescriptorProto_Type.TYPE_MESSAGE: - return "TYPE_MESSAGE"; - case FieldDescriptorProto_Type.TYPE_BYTES: - return "TYPE_BYTES"; - case FieldDescriptorProto_Type.TYPE_UINT32: - return "TYPE_UINT32"; - case FieldDescriptorProto_Type.TYPE_ENUM: - return "TYPE_ENUM"; - case FieldDescriptorProto_Type.TYPE_SFIXED32: - return "TYPE_SFIXED32"; - case FieldDescriptorProto_Type.TYPE_SFIXED64: - return "TYPE_SFIXED64"; - case FieldDescriptorProto_Type.TYPE_SINT32: - return "TYPE_SINT32"; - case FieldDescriptorProto_Type.TYPE_SINT64: - return "TYPE_SINT64"; - default: - throw new globalThis.Error("Unrecognized enum value " + object + " for enum FieldDescriptorProto_Type"); - } -} -exports.fieldDescriptorProto_TypeToJSON = fieldDescriptorProto_TypeToJSON; -var FieldDescriptorProto_Label; -(function (FieldDescriptorProto_Label) { - /** LABEL_OPTIONAL - 0 is reserved for errors */ - FieldDescriptorProto_Label[FieldDescriptorProto_Label["LABEL_OPTIONAL"] = 1] = "LABEL_OPTIONAL"; - FieldDescriptorProto_Label[FieldDescriptorProto_Label["LABEL_REQUIRED"] = 2] = "LABEL_REQUIRED"; - FieldDescriptorProto_Label[FieldDescriptorProto_Label["LABEL_REPEATED"] = 3] = "LABEL_REPEATED"; -})(FieldDescriptorProto_Label = exports.FieldDescriptorProto_Label || (exports.FieldDescriptorProto_Label = {})); -function fieldDescriptorProto_LabelFromJSON(object) { - switch (object) { - case 1: - case "LABEL_OPTIONAL": - return FieldDescriptorProto_Label.LABEL_OPTIONAL; - case 2: - case "LABEL_REQUIRED": - return FieldDescriptorProto_Label.LABEL_REQUIRED; - case 3: - case "LABEL_REPEATED": - return FieldDescriptorProto_Label.LABEL_REPEATED; - default: - throw new globalThis.Error("Unrecognized enum value " + object + " for enum FieldDescriptorProto_Label"); - } -} -exports.fieldDescriptorProto_LabelFromJSON = fieldDescriptorProto_LabelFromJSON; -function fieldDescriptorProto_LabelToJSON(object) { - switch (object) { - case FieldDescriptorProto_Label.LABEL_OPTIONAL: - return "LABEL_OPTIONAL"; - case FieldDescriptorProto_Label.LABEL_REQUIRED: - return "LABEL_REQUIRED"; - case FieldDescriptorProto_Label.LABEL_REPEATED: - return "LABEL_REPEATED"; - default: - throw new globalThis.Error("Unrecognized enum value " + object + " for enum FieldDescriptorProto_Label"); - } -} -exports.fieldDescriptorProto_LabelToJSON = fieldDescriptorProto_LabelToJSON; -/** Generated classes can be optimized for speed or code size. */ -var FileOptions_OptimizeMode; -(function (FileOptions_OptimizeMode) { - /** SPEED - Generate complete code for parsing, serialization, */ - FileOptions_OptimizeMode[FileOptions_OptimizeMode["SPEED"] = 1] = "SPEED"; - /** CODE_SIZE - etc. */ - FileOptions_OptimizeMode[FileOptions_OptimizeMode["CODE_SIZE"] = 2] = "CODE_SIZE"; - /** LITE_RUNTIME - Generate code using MessageLite and the lite runtime. */ - FileOptions_OptimizeMode[FileOptions_OptimizeMode["LITE_RUNTIME"] = 3] = "LITE_RUNTIME"; -})(FileOptions_OptimizeMode = exports.FileOptions_OptimizeMode || (exports.FileOptions_OptimizeMode = {})); -function fileOptions_OptimizeModeFromJSON(object) { - switch (object) { - case 1: - case "SPEED": - return FileOptions_OptimizeMode.SPEED; - case 2: - case "CODE_SIZE": - return FileOptions_OptimizeMode.CODE_SIZE; - case 3: - case "LITE_RUNTIME": - return FileOptions_OptimizeMode.LITE_RUNTIME; - default: - throw new globalThis.Error("Unrecognized enum value " + object + " for enum FileOptions_OptimizeMode"); - } -} -exports.fileOptions_OptimizeModeFromJSON = fileOptions_OptimizeModeFromJSON; -function fileOptions_OptimizeModeToJSON(object) { - switch (object) { - case FileOptions_OptimizeMode.SPEED: - return "SPEED"; - case FileOptions_OptimizeMode.CODE_SIZE: - return "CODE_SIZE"; - case FileOptions_OptimizeMode.LITE_RUNTIME: - return "LITE_RUNTIME"; - default: - throw new globalThis.Error("Unrecognized enum value " + object + " for enum FileOptions_OptimizeMode"); - } -} -exports.fileOptions_OptimizeModeToJSON = fileOptions_OptimizeModeToJSON; -var FieldOptions_CType; -(function (FieldOptions_CType) { - /** STRING - Default mode. */ - FieldOptions_CType[FieldOptions_CType["STRING"] = 0] = "STRING"; - FieldOptions_CType[FieldOptions_CType["CORD"] = 1] = "CORD"; - FieldOptions_CType[FieldOptions_CType["STRING_PIECE"] = 2] = "STRING_PIECE"; -})(FieldOptions_CType = exports.FieldOptions_CType || (exports.FieldOptions_CType = {})); -function fieldOptions_CTypeFromJSON(object) { - switch (object) { - case 0: - case "STRING": - return FieldOptions_CType.STRING; - case 1: - case "CORD": - return FieldOptions_CType.CORD; - case 2: - case "STRING_PIECE": - return FieldOptions_CType.STRING_PIECE; - default: - throw new globalThis.Error("Unrecognized enum value " + object + " for enum FieldOptions_CType"); - } -} -exports.fieldOptions_CTypeFromJSON = fieldOptions_CTypeFromJSON; -function fieldOptions_CTypeToJSON(object) { - switch (object) { - case FieldOptions_CType.STRING: - return "STRING"; - case FieldOptions_CType.CORD: - return "CORD"; - case FieldOptions_CType.STRING_PIECE: - return "STRING_PIECE"; - default: - throw new globalThis.Error("Unrecognized enum value " + object + " for enum FieldOptions_CType"); - } -} -exports.fieldOptions_CTypeToJSON = fieldOptions_CTypeToJSON; -var FieldOptions_JSType; -(function (FieldOptions_JSType) { - /** JS_NORMAL - Use the default type. */ - FieldOptions_JSType[FieldOptions_JSType["JS_NORMAL"] = 0] = "JS_NORMAL"; - /** JS_STRING - Use JavaScript strings. */ - FieldOptions_JSType[FieldOptions_JSType["JS_STRING"] = 1] = "JS_STRING"; - /** JS_NUMBER - Use JavaScript numbers. */ - FieldOptions_JSType[FieldOptions_JSType["JS_NUMBER"] = 2] = "JS_NUMBER"; -})(FieldOptions_JSType = exports.FieldOptions_JSType || (exports.FieldOptions_JSType = {})); -function fieldOptions_JSTypeFromJSON(object) { - switch (object) { - case 0: - case "JS_NORMAL": - return FieldOptions_JSType.JS_NORMAL; - case 1: - case "JS_STRING": - return FieldOptions_JSType.JS_STRING; - case 2: - case "JS_NUMBER": - return FieldOptions_JSType.JS_NUMBER; - default: - throw new globalThis.Error("Unrecognized enum value " + object + " for enum FieldOptions_JSType"); - } -} -exports.fieldOptions_JSTypeFromJSON = fieldOptions_JSTypeFromJSON; -function fieldOptions_JSTypeToJSON(object) { - switch (object) { - case FieldOptions_JSType.JS_NORMAL: - return "JS_NORMAL"; - case FieldOptions_JSType.JS_STRING: - return "JS_STRING"; - case FieldOptions_JSType.JS_NUMBER: - return "JS_NUMBER"; - default: - throw new globalThis.Error("Unrecognized enum value " + object + " for enum FieldOptions_JSType"); - } -} -exports.fieldOptions_JSTypeToJSON = fieldOptions_JSTypeToJSON; -/** - * Is this method side-effect-free (or safe in HTTP parlance), or idempotent, - * or neither? HTTP based RPC implementation may choose GET verb for safe - * methods, and PUT verb for idempotent methods instead of the default POST. - */ -var MethodOptions_IdempotencyLevel; -(function (MethodOptions_IdempotencyLevel) { - MethodOptions_IdempotencyLevel[MethodOptions_IdempotencyLevel["IDEMPOTENCY_UNKNOWN"] = 0] = "IDEMPOTENCY_UNKNOWN"; - /** NO_SIDE_EFFECTS - implies idempotent */ - MethodOptions_IdempotencyLevel[MethodOptions_IdempotencyLevel["NO_SIDE_EFFECTS"] = 1] = "NO_SIDE_EFFECTS"; - /** IDEMPOTENT - idempotent, but may have side effects */ - MethodOptions_IdempotencyLevel[MethodOptions_IdempotencyLevel["IDEMPOTENT"] = 2] = "IDEMPOTENT"; -})(MethodOptions_IdempotencyLevel = exports.MethodOptions_IdempotencyLevel || (exports.MethodOptions_IdempotencyLevel = {})); -function methodOptions_IdempotencyLevelFromJSON(object) { - switch (object) { - case 0: - case "IDEMPOTENCY_UNKNOWN": - return MethodOptions_IdempotencyLevel.IDEMPOTENCY_UNKNOWN; - case 1: - case "NO_SIDE_EFFECTS": - return MethodOptions_IdempotencyLevel.NO_SIDE_EFFECTS; - case 2: - case "IDEMPOTENT": - return MethodOptions_IdempotencyLevel.IDEMPOTENT; - default: - throw new globalThis.Error("Unrecognized enum value " + object + " for enum MethodOptions_IdempotencyLevel"); - } -} -exports.methodOptions_IdempotencyLevelFromJSON = methodOptions_IdempotencyLevelFromJSON; -function methodOptions_IdempotencyLevelToJSON(object) { - switch (object) { - case MethodOptions_IdempotencyLevel.IDEMPOTENCY_UNKNOWN: - return "IDEMPOTENCY_UNKNOWN"; - case MethodOptions_IdempotencyLevel.NO_SIDE_EFFECTS: - return "NO_SIDE_EFFECTS"; - case MethodOptions_IdempotencyLevel.IDEMPOTENT: - return "IDEMPOTENT"; - default: - throw new globalThis.Error("Unrecognized enum value " + object + " for enum MethodOptions_IdempotencyLevel"); - } -} -exports.methodOptions_IdempotencyLevelToJSON = methodOptions_IdempotencyLevelToJSON; -function createBaseFileDescriptorSet() { - return { file: [] }; -} -exports.FileDescriptorSet = { - fromJSON(object) { - return { file: Array.isArray(object?.file) ? object.file.map((e) => exports.FileDescriptorProto.fromJSON(e)) : [] }; - }, - toJSON(message) { - const obj = {}; - if (message.file) { - obj.file = message.file.map((e) => e ? exports.FileDescriptorProto.toJSON(e) : undefined); - } - else { - obj.file = []; - } - return obj; - }, -}; -function createBaseFileDescriptorProto() { - return { - name: "", - package: "", - dependency: [], - publicDependency: [], - weakDependency: [], - messageType: [], - enumType: [], - service: [], - extension: [], - options: undefined, - sourceCodeInfo: undefined, - syntax: "", - }; -} -exports.FileDescriptorProto = { - fromJSON(object) { - return { - name: isSet(object.name) ? String(object.name) : "", - package: isSet(object.package) ? String(object.package) : "", - dependency: Array.isArray(object?.dependency) ? object.dependency.map((e) => String(e)) : [], - publicDependency: Array.isArray(object?.publicDependency) - ? object.publicDependency.map((e) => Number(e)) - : [], - weakDependency: Array.isArray(object?.weakDependency) ? object.weakDependency.map((e) => Number(e)) : [], - messageType: Array.isArray(object?.messageType) - ? object.messageType.map((e) => exports.DescriptorProto.fromJSON(e)) - : [], - enumType: Array.isArray(object?.enumType) ? object.enumType.map((e) => exports.EnumDescriptorProto.fromJSON(e)) : [], - service: Array.isArray(object?.service) ? object.service.map((e) => exports.ServiceDescriptorProto.fromJSON(e)) : [], - extension: Array.isArray(object?.extension) - ? object.extension.map((e) => exports.FieldDescriptorProto.fromJSON(e)) - : [], - options: isSet(object.options) ? exports.FileOptions.fromJSON(object.options) : undefined, - sourceCodeInfo: isSet(object.sourceCodeInfo) ? exports.SourceCodeInfo.fromJSON(object.sourceCodeInfo) : undefined, - syntax: isSet(object.syntax) ? String(object.syntax) : "", - }; - }, - toJSON(message) { - const obj = {}; - message.name !== undefined && (obj.name = message.name); - message.package !== undefined && (obj.package = message.package); - if (message.dependency) { - obj.dependency = message.dependency.map((e) => e); - } - else { - obj.dependency = []; - } - if (message.publicDependency) { - obj.publicDependency = message.publicDependency.map((e) => Math.round(e)); - } - else { - obj.publicDependency = []; - } - if (message.weakDependency) { - obj.weakDependency = message.weakDependency.map((e) => Math.round(e)); - } - else { - obj.weakDependency = []; - } - if (message.messageType) { - obj.messageType = message.messageType.map((e) => e ? exports.DescriptorProto.toJSON(e) : undefined); - } - else { - obj.messageType = []; - } - if (message.enumType) { - obj.enumType = message.enumType.map((e) => e ? exports.EnumDescriptorProto.toJSON(e) : undefined); - } - else { - obj.enumType = []; - } - if (message.service) { - obj.service = message.service.map((e) => e ? exports.ServiceDescriptorProto.toJSON(e) : undefined); - } - else { - obj.service = []; - } - if (message.extension) { - obj.extension = message.extension.map((e) => e ? exports.FieldDescriptorProto.toJSON(e) : undefined); - } - else { - obj.extension = []; - } - message.options !== undefined && (obj.options = message.options ? exports.FileOptions.toJSON(message.options) : undefined); - message.sourceCodeInfo !== undefined && - (obj.sourceCodeInfo = message.sourceCodeInfo ? exports.SourceCodeInfo.toJSON(message.sourceCodeInfo) : undefined); - message.syntax !== undefined && (obj.syntax = message.syntax); - return obj; - }, -}; -function createBaseDescriptorProto() { - return { - name: "", - field: [], - extension: [], - nestedType: [], - enumType: [], - extensionRange: [], - oneofDecl: [], - options: undefined, - reservedRange: [], - reservedName: [], - }; -} -exports.DescriptorProto = { - fromJSON(object) { - return { - name: isSet(object.name) ? String(object.name) : "", - field: Array.isArray(object?.field) ? object.field.map((e) => exports.FieldDescriptorProto.fromJSON(e)) : [], - extension: Array.isArray(object?.extension) - ? object.extension.map((e) => exports.FieldDescriptorProto.fromJSON(e)) - : [], - nestedType: Array.isArray(object?.nestedType) - ? object.nestedType.map((e) => exports.DescriptorProto.fromJSON(e)) - : [], - enumType: Array.isArray(object?.enumType) ? object.enumType.map((e) => exports.EnumDescriptorProto.fromJSON(e)) : [], - extensionRange: Array.isArray(object?.extensionRange) - ? object.extensionRange.map((e) => exports.DescriptorProto_ExtensionRange.fromJSON(e)) - : [], - oneofDecl: Array.isArray(object?.oneofDecl) - ? object.oneofDecl.map((e) => exports.OneofDescriptorProto.fromJSON(e)) - : [], - options: isSet(object.options) ? exports.MessageOptions.fromJSON(object.options) : undefined, - reservedRange: Array.isArray(object?.reservedRange) - ? object.reservedRange.map((e) => exports.DescriptorProto_ReservedRange.fromJSON(e)) - : [], - reservedName: Array.isArray(object?.reservedName) ? object.reservedName.map((e) => String(e)) : [], - }; - }, - toJSON(message) { - const obj = {}; - message.name !== undefined && (obj.name = message.name); - if (message.field) { - obj.field = message.field.map((e) => e ? exports.FieldDescriptorProto.toJSON(e) : undefined); - } - else { - obj.field = []; - } - if (message.extension) { - obj.extension = message.extension.map((e) => e ? exports.FieldDescriptorProto.toJSON(e) : undefined); - } - else { - obj.extension = []; - } - if (message.nestedType) { - obj.nestedType = message.nestedType.map((e) => e ? exports.DescriptorProto.toJSON(e) : undefined); - } - else { - obj.nestedType = []; - } - if (message.enumType) { - obj.enumType = message.enumType.map((e) => e ? exports.EnumDescriptorProto.toJSON(e) : undefined); - } - else { - obj.enumType = []; - } - if (message.extensionRange) { - obj.extensionRange = message.extensionRange.map((e) => e ? exports.DescriptorProto_ExtensionRange.toJSON(e) : undefined); - } - else { - obj.extensionRange = []; - } - if (message.oneofDecl) { - obj.oneofDecl = message.oneofDecl.map((e) => e ? exports.OneofDescriptorProto.toJSON(e) : undefined); - } - else { - obj.oneofDecl = []; - } - message.options !== undefined && - (obj.options = message.options ? exports.MessageOptions.toJSON(message.options) : undefined); - if (message.reservedRange) { - obj.reservedRange = message.reservedRange.map((e) => e ? exports.DescriptorProto_ReservedRange.toJSON(e) : undefined); - } - else { - obj.reservedRange = []; - } - if (message.reservedName) { - obj.reservedName = message.reservedName.map((e) => e); - } - else { - obj.reservedName = []; - } - return obj; - }, -}; -function createBaseDescriptorProto_ExtensionRange() { - return { start: 0, end: 0, options: undefined }; -} -exports.DescriptorProto_ExtensionRange = { - fromJSON(object) { - return { - start: isSet(object.start) ? Number(object.start) : 0, - end: isSet(object.end) ? Number(object.end) : 0, - options: isSet(object.options) ? exports.ExtensionRangeOptions.fromJSON(object.options) : undefined, - }; - }, - toJSON(message) { - const obj = {}; - message.start !== undefined && (obj.start = Math.round(message.start)); - message.end !== undefined && (obj.end = Math.round(message.end)); - message.options !== undefined && - (obj.options = message.options ? exports.ExtensionRangeOptions.toJSON(message.options) : undefined); - return obj; - }, -}; -function createBaseDescriptorProto_ReservedRange() { - return { start: 0, end: 0 }; -} -exports.DescriptorProto_ReservedRange = { - fromJSON(object) { - return { start: isSet(object.start) ? Number(object.start) : 0, end: isSet(object.end) ? Number(object.end) : 0 }; - }, - toJSON(message) { - const obj = {}; - message.start !== undefined && (obj.start = Math.round(message.start)); - message.end !== undefined && (obj.end = Math.round(message.end)); - return obj; - }, -}; -function createBaseExtensionRangeOptions() { - return { uninterpretedOption: [] }; -} -exports.ExtensionRangeOptions = { - fromJSON(object) { - return { - uninterpretedOption: Array.isArray(object?.uninterpretedOption) - ? object.uninterpretedOption.map((e) => exports.UninterpretedOption.fromJSON(e)) - : [], - }; - }, - toJSON(message) { - const obj = {}; - if (message.uninterpretedOption) { - obj.uninterpretedOption = message.uninterpretedOption.map((e) => e ? exports.UninterpretedOption.toJSON(e) : undefined); - } - else { - obj.uninterpretedOption = []; - } - return obj; - }, -}; -function createBaseFieldDescriptorProto() { - return { - name: "", - number: 0, - label: 1, - type: 1, - typeName: "", - extendee: "", - defaultValue: "", - oneofIndex: 0, - jsonName: "", - options: undefined, - proto3Optional: false, - }; -} -exports.FieldDescriptorProto = { - fromJSON(object) { - return { - name: isSet(object.name) ? String(object.name) : "", - number: isSet(object.number) ? Number(object.number) : 0, - label: isSet(object.label) ? fieldDescriptorProto_LabelFromJSON(object.label) : 1, - type: isSet(object.type) ? fieldDescriptorProto_TypeFromJSON(object.type) : 1, - typeName: isSet(object.typeName) ? String(object.typeName) : "", - extendee: isSet(object.extendee) ? String(object.extendee) : "", - defaultValue: isSet(object.defaultValue) ? String(object.defaultValue) : "", - oneofIndex: isSet(object.oneofIndex) ? Number(object.oneofIndex) : 0, - jsonName: isSet(object.jsonName) ? String(object.jsonName) : "", - options: isSet(object.options) ? exports.FieldOptions.fromJSON(object.options) : undefined, - proto3Optional: isSet(object.proto3Optional) ? Boolean(object.proto3Optional) : false, - }; - }, - toJSON(message) { - const obj = {}; - message.name !== undefined && (obj.name = message.name); - message.number !== undefined && (obj.number = Math.round(message.number)); - message.label !== undefined && (obj.label = fieldDescriptorProto_LabelToJSON(message.label)); - message.type !== undefined && (obj.type = fieldDescriptorProto_TypeToJSON(message.type)); - message.typeName !== undefined && (obj.typeName = message.typeName); - message.extendee !== undefined && (obj.extendee = message.extendee); - message.defaultValue !== undefined && (obj.defaultValue = message.defaultValue); - message.oneofIndex !== undefined && (obj.oneofIndex = Math.round(message.oneofIndex)); - message.jsonName !== undefined && (obj.jsonName = message.jsonName); - message.options !== undefined && (obj.options = message.options ? exports.FieldOptions.toJSON(message.options) : undefined); - message.proto3Optional !== undefined && (obj.proto3Optional = message.proto3Optional); - return obj; - }, -}; -function createBaseOneofDescriptorProto() { - return { name: "", options: undefined }; -} -exports.OneofDescriptorProto = { - fromJSON(object) { - return { - name: isSet(object.name) ? String(object.name) : "", - options: isSet(object.options) ? exports.OneofOptions.fromJSON(object.options) : undefined, - }; - }, - toJSON(message) { - const obj = {}; - message.name !== undefined && (obj.name = message.name); - message.options !== undefined && (obj.options = message.options ? exports.OneofOptions.toJSON(message.options) : undefined); - return obj; - }, -}; -function createBaseEnumDescriptorProto() { - return { name: "", value: [], options: undefined, reservedRange: [], reservedName: [] }; -} -exports.EnumDescriptorProto = { - fromJSON(object) { - return { - name: isSet(object.name) ? String(object.name) : "", - value: Array.isArray(object?.value) ? object.value.map((e) => exports.EnumValueDescriptorProto.fromJSON(e)) : [], - options: isSet(object.options) ? exports.EnumOptions.fromJSON(object.options) : undefined, - reservedRange: Array.isArray(object?.reservedRange) - ? object.reservedRange.map((e) => exports.EnumDescriptorProto_EnumReservedRange.fromJSON(e)) - : [], - reservedName: Array.isArray(object?.reservedName) - ? object.reservedName.map((e) => String(e)) - : [], - }; - }, - toJSON(message) { - const obj = {}; - message.name !== undefined && (obj.name = message.name); - if (message.value) { - obj.value = message.value.map((e) => e ? exports.EnumValueDescriptorProto.toJSON(e) : undefined); - } - else { - obj.value = []; - } - message.options !== undefined && (obj.options = message.options ? exports.EnumOptions.toJSON(message.options) : undefined); - if (message.reservedRange) { - obj.reservedRange = message.reservedRange.map((e) => e ? exports.EnumDescriptorProto_EnumReservedRange.toJSON(e) : undefined); - } - else { - obj.reservedRange = []; - } - if (message.reservedName) { - obj.reservedName = message.reservedName.map((e) => e); - } - else { - obj.reservedName = []; - } - return obj; - }, -}; -function createBaseEnumDescriptorProto_EnumReservedRange() { - return { start: 0, end: 0 }; -} -exports.EnumDescriptorProto_EnumReservedRange = { - fromJSON(object) { - return { start: isSet(object.start) ? Number(object.start) : 0, end: isSet(object.end) ? Number(object.end) : 0 }; - }, - toJSON(message) { - const obj = {}; - message.start !== undefined && (obj.start = Math.round(message.start)); - message.end !== undefined && (obj.end = Math.round(message.end)); - return obj; - }, -}; -function createBaseEnumValueDescriptorProto() { - return { name: "", number: 0, options: undefined }; -} -exports.EnumValueDescriptorProto = { - fromJSON(object) { - return { - name: isSet(object.name) ? String(object.name) : "", - number: isSet(object.number) ? Number(object.number) : 0, - options: isSet(object.options) ? exports.EnumValueOptions.fromJSON(object.options) : undefined, - }; - }, - toJSON(message) { - const obj = {}; - message.name !== undefined && (obj.name = message.name); - message.number !== undefined && (obj.number = Math.round(message.number)); - message.options !== undefined && - (obj.options = message.options ? exports.EnumValueOptions.toJSON(message.options) : undefined); - return obj; - }, -}; -function createBaseServiceDescriptorProto() { - return { name: "", method: [], options: undefined }; -} -exports.ServiceDescriptorProto = { - fromJSON(object) { - return { - name: isSet(object.name) ? String(object.name) : "", - method: Array.isArray(object?.method) ? object.method.map((e) => exports.MethodDescriptorProto.fromJSON(e)) : [], - options: isSet(object.options) ? exports.ServiceOptions.fromJSON(object.options) : undefined, - }; - }, - toJSON(message) { - const obj = {}; - message.name !== undefined && (obj.name = message.name); - if (message.method) { - obj.method = message.method.map((e) => e ? exports.MethodDescriptorProto.toJSON(e) : undefined); - } - else { - obj.method = []; - } - message.options !== undefined && - (obj.options = message.options ? exports.ServiceOptions.toJSON(message.options) : undefined); - return obj; - }, -}; -function createBaseMethodDescriptorProto() { - return { - name: "", - inputType: "", - outputType: "", - options: undefined, - clientStreaming: false, - serverStreaming: false, - }; -} -exports.MethodDescriptorProto = { - fromJSON(object) { - return { - name: isSet(object.name) ? String(object.name) : "", - inputType: isSet(object.inputType) ? String(object.inputType) : "", - outputType: isSet(object.outputType) ? String(object.outputType) : "", - options: isSet(object.options) ? exports.MethodOptions.fromJSON(object.options) : undefined, - clientStreaming: isSet(object.clientStreaming) ? Boolean(object.clientStreaming) : false, - serverStreaming: isSet(object.serverStreaming) ? Boolean(object.serverStreaming) : false, - }; - }, - toJSON(message) { - const obj = {}; - message.name !== undefined && (obj.name = message.name); - message.inputType !== undefined && (obj.inputType = message.inputType); - message.outputType !== undefined && (obj.outputType = message.outputType); - message.options !== undefined && - (obj.options = message.options ? exports.MethodOptions.toJSON(message.options) : undefined); - message.clientStreaming !== undefined && (obj.clientStreaming = message.clientStreaming); - message.serverStreaming !== undefined && (obj.serverStreaming = message.serverStreaming); - return obj; - }, -}; -function createBaseFileOptions() { - return { - javaPackage: "", - javaOuterClassname: "", - javaMultipleFiles: false, - javaGenerateEqualsAndHash: false, - javaStringCheckUtf8: false, - optimizeFor: 1, - goPackage: "", - ccGenericServices: false, - javaGenericServices: false, - pyGenericServices: false, - phpGenericServices: false, - deprecated: false, - ccEnableArenas: false, - objcClassPrefix: "", - csharpNamespace: "", - swiftPrefix: "", - phpClassPrefix: "", - phpNamespace: "", - phpMetadataNamespace: "", - rubyPackage: "", - uninterpretedOption: [], - }; -} -exports.FileOptions = { - fromJSON(object) { - return { - javaPackage: isSet(object.javaPackage) ? String(object.javaPackage) : "", - javaOuterClassname: isSet(object.javaOuterClassname) ? String(object.javaOuterClassname) : "", - javaMultipleFiles: isSet(object.javaMultipleFiles) ? Boolean(object.javaMultipleFiles) : false, - javaGenerateEqualsAndHash: isSet(object.javaGenerateEqualsAndHash) - ? Boolean(object.javaGenerateEqualsAndHash) - : false, - javaStringCheckUtf8: isSet(object.javaStringCheckUtf8) ? Boolean(object.javaStringCheckUtf8) : false, - optimizeFor: isSet(object.optimizeFor) ? fileOptions_OptimizeModeFromJSON(object.optimizeFor) : 1, - goPackage: isSet(object.goPackage) ? String(object.goPackage) : "", - ccGenericServices: isSet(object.ccGenericServices) ? Boolean(object.ccGenericServices) : false, - javaGenericServices: isSet(object.javaGenericServices) ? Boolean(object.javaGenericServices) : false, - pyGenericServices: isSet(object.pyGenericServices) ? Boolean(object.pyGenericServices) : false, - phpGenericServices: isSet(object.phpGenericServices) ? Boolean(object.phpGenericServices) : false, - deprecated: isSet(object.deprecated) ? Boolean(object.deprecated) : false, - ccEnableArenas: isSet(object.ccEnableArenas) ? Boolean(object.ccEnableArenas) : false, - objcClassPrefix: isSet(object.objcClassPrefix) ? String(object.objcClassPrefix) : "", - csharpNamespace: isSet(object.csharpNamespace) ? String(object.csharpNamespace) : "", - swiftPrefix: isSet(object.swiftPrefix) ? String(object.swiftPrefix) : "", - phpClassPrefix: isSet(object.phpClassPrefix) ? String(object.phpClassPrefix) : "", - phpNamespace: isSet(object.phpNamespace) ? String(object.phpNamespace) : "", - phpMetadataNamespace: isSet(object.phpMetadataNamespace) ? String(object.phpMetadataNamespace) : "", - rubyPackage: isSet(object.rubyPackage) ? String(object.rubyPackage) : "", - uninterpretedOption: Array.isArray(object?.uninterpretedOption) - ? object.uninterpretedOption.map((e) => exports.UninterpretedOption.fromJSON(e)) - : [], - }; - }, - toJSON(message) { - const obj = {}; - message.javaPackage !== undefined && (obj.javaPackage = message.javaPackage); - message.javaOuterClassname !== undefined && (obj.javaOuterClassname = message.javaOuterClassname); - message.javaMultipleFiles !== undefined && (obj.javaMultipleFiles = message.javaMultipleFiles); - message.javaGenerateEqualsAndHash !== undefined && - (obj.javaGenerateEqualsAndHash = message.javaGenerateEqualsAndHash); - message.javaStringCheckUtf8 !== undefined && (obj.javaStringCheckUtf8 = message.javaStringCheckUtf8); - message.optimizeFor !== undefined && (obj.optimizeFor = fileOptions_OptimizeModeToJSON(message.optimizeFor)); - message.goPackage !== undefined && (obj.goPackage = message.goPackage); - message.ccGenericServices !== undefined && (obj.ccGenericServices = message.ccGenericServices); - message.javaGenericServices !== undefined && (obj.javaGenericServices = message.javaGenericServices); - message.pyGenericServices !== undefined && (obj.pyGenericServices = message.pyGenericServices); - message.phpGenericServices !== undefined && (obj.phpGenericServices = message.phpGenericServices); - message.deprecated !== undefined && (obj.deprecated = message.deprecated); - message.ccEnableArenas !== undefined && (obj.ccEnableArenas = message.ccEnableArenas); - message.objcClassPrefix !== undefined && (obj.objcClassPrefix = message.objcClassPrefix); - message.csharpNamespace !== undefined && (obj.csharpNamespace = message.csharpNamespace); - message.swiftPrefix !== undefined && (obj.swiftPrefix = message.swiftPrefix); - message.phpClassPrefix !== undefined && (obj.phpClassPrefix = message.phpClassPrefix); - message.phpNamespace !== undefined && (obj.phpNamespace = message.phpNamespace); - message.phpMetadataNamespace !== undefined && (obj.phpMetadataNamespace = message.phpMetadataNamespace); - message.rubyPackage !== undefined && (obj.rubyPackage = message.rubyPackage); - if (message.uninterpretedOption) { - obj.uninterpretedOption = message.uninterpretedOption.map((e) => e ? exports.UninterpretedOption.toJSON(e) : undefined); - } - else { - obj.uninterpretedOption = []; - } - return obj; - }, -}; -function createBaseMessageOptions() { - return { - messageSetWireFormat: false, - noStandardDescriptorAccessor: false, - deprecated: false, - mapEntry: false, - uninterpretedOption: [], - }; -} -exports.MessageOptions = { - fromJSON(object) { - return { - messageSetWireFormat: isSet(object.messageSetWireFormat) ? Boolean(object.messageSetWireFormat) : false, - noStandardDescriptorAccessor: isSet(object.noStandardDescriptorAccessor) - ? Boolean(object.noStandardDescriptorAccessor) - : false, - deprecated: isSet(object.deprecated) ? Boolean(object.deprecated) : false, - mapEntry: isSet(object.mapEntry) ? Boolean(object.mapEntry) : false, - uninterpretedOption: Array.isArray(object?.uninterpretedOption) - ? object.uninterpretedOption.map((e) => exports.UninterpretedOption.fromJSON(e)) - : [], - }; - }, - toJSON(message) { - const obj = {}; - message.messageSetWireFormat !== undefined && (obj.messageSetWireFormat = message.messageSetWireFormat); - message.noStandardDescriptorAccessor !== undefined && - (obj.noStandardDescriptorAccessor = message.noStandardDescriptorAccessor); - message.deprecated !== undefined && (obj.deprecated = message.deprecated); - message.mapEntry !== undefined && (obj.mapEntry = message.mapEntry); - if (message.uninterpretedOption) { - obj.uninterpretedOption = message.uninterpretedOption.map((e) => e ? exports.UninterpretedOption.toJSON(e) : undefined); - } - else { - obj.uninterpretedOption = []; - } - return obj; - }, -}; -function createBaseFieldOptions() { - return { - ctype: 0, - packed: false, - jstype: 0, - lazy: false, - unverifiedLazy: false, - deprecated: false, - weak: false, - uninterpretedOption: [], - }; -} -exports.FieldOptions = { - fromJSON(object) { - return { - ctype: isSet(object.ctype) ? fieldOptions_CTypeFromJSON(object.ctype) : 0, - packed: isSet(object.packed) ? Boolean(object.packed) : false, - jstype: isSet(object.jstype) ? fieldOptions_JSTypeFromJSON(object.jstype) : 0, - lazy: isSet(object.lazy) ? Boolean(object.lazy) : false, - unverifiedLazy: isSet(object.unverifiedLazy) ? Boolean(object.unverifiedLazy) : false, - deprecated: isSet(object.deprecated) ? Boolean(object.deprecated) : false, - weak: isSet(object.weak) ? Boolean(object.weak) : false, - uninterpretedOption: Array.isArray(object?.uninterpretedOption) - ? object.uninterpretedOption.map((e) => exports.UninterpretedOption.fromJSON(e)) - : [], - }; - }, - toJSON(message) { - const obj = {}; - message.ctype !== undefined && (obj.ctype = fieldOptions_CTypeToJSON(message.ctype)); - message.packed !== undefined && (obj.packed = message.packed); - message.jstype !== undefined && (obj.jstype = fieldOptions_JSTypeToJSON(message.jstype)); - message.lazy !== undefined && (obj.lazy = message.lazy); - message.unverifiedLazy !== undefined && (obj.unverifiedLazy = message.unverifiedLazy); - message.deprecated !== undefined && (obj.deprecated = message.deprecated); - message.weak !== undefined && (obj.weak = message.weak); - if (message.uninterpretedOption) { - obj.uninterpretedOption = message.uninterpretedOption.map((e) => e ? exports.UninterpretedOption.toJSON(e) : undefined); - } - else { - obj.uninterpretedOption = []; - } - return obj; - }, -}; -function createBaseOneofOptions() { - return { uninterpretedOption: [] }; -} -exports.OneofOptions = { - fromJSON(object) { - return { - uninterpretedOption: Array.isArray(object?.uninterpretedOption) - ? object.uninterpretedOption.map((e) => exports.UninterpretedOption.fromJSON(e)) - : [], - }; - }, - toJSON(message) { - const obj = {}; - if (message.uninterpretedOption) { - obj.uninterpretedOption = message.uninterpretedOption.map((e) => e ? exports.UninterpretedOption.toJSON(e) : undefined); - } - else { - obj.uninterpretedOption = []; - } - return obj; - }, -}; -function createBaseEnumOptions() { - return { allowAlias: false, deprecated: false, uninterpretedOption: [] }; -} -exports.EnumOptions = { - fromJSON(object) { - return { - allowAlias: isSet(object.allowAlias) ? Boolean(object.allowAlias) : false, - deprecated: isSet(object.deprecated) ? Boolean(object.deprecated) : false, - uninterpretedOption: Array.isArray(object?.uninterpretedOption) - ? object.uninterpretedOption.map((e) => exports.UninterpretedOption.fromJSON(e)) - : [], - }; - }, - toJSON(message) { - const obj = {}; - message.allowAlias !== undefined && (obj.allowAlias = message.allowAlias); - message.deprecated !== undefined && (obj.deprecated = message.deprecated); - if (message.uninterpretedOption) { - obj.uninterpretedOption = message.uninterpretedOption.map((e) => e ? exports.UninterpretedOption.toJSON(e) : undefined); - } - else { - obj.uninterpretedOption = []; - } - return obj; - }, -}; -function createBaseEnumValueOptions() { - return { deprecated: false, uninterpretedOption: [] }; -} -exports.EnumValueOptions = { - fromJSON(object) { - return { - deprecated: isSet(object.deprecated) ? Boolean(object.deprecated) : false, - uninterpretedOption: Array.isArray(object?.uninterpretedOption) - ? object.uninterpretedOption.map((e) => exports.UninterpretedOption.fromJSON(e)) - : [], - }; - }, - toJSON(message) { - const obj = {}; - message.deprecated !== undefined && (obj.deprecated = message.deprecated); - if (message.uninterpretedOption) { - obj.uninterpretedOption = message.uninterpretedOption.map((e) => e ? exports.UninterpretedOption.toJSON(e) : undefined); - } - else { - obj.uninterpretedOption = []; - } - return obj; - }, -}; -function createBaseServiceOptions() { - return { deprecated: false, uninterpretedOption: [] }; -} -exports.ServiceOptions = { - fromJSON(object) { - return { - deprecated: isSet(object.deprecated) ? Boolean(object.deprecated) : false, - uninterpretedOption: Array.isArray(object?.uninterpretedOption) - ? object.uninterpretedOption.map((e) => exports.UninterpretedOption.fromJSON(e)) - : [], - }; - }, - toJSON(message) { - const obj = {}; - message.deprecated !== undefined && (obj.deprecated = message.deprecated); - if (message.uninterpretedOption) { - obj.uninterpretedOption = message.uninterpretedOption.map((e) => e ? exports.UninterpretedOption.toJSON(e) : undefined); - } - else { - obj.uninterpretedOption = []; - } - return obj; - }, -}; -function createBaseMethodOptions() { - return { deprecated: false, idempotencyLevel: 0, uninterpretedOption: [] }; -} -exports.MethodOptions = { - fromJSON(object) { - return { - deprecated: isSet(object.deprecated) ? Boolean(object.deprecated) : false, - idempotencyLevel: isSet(object.idempotencyLevel) - ? methodOptions_IdempotencyLevelFromJSON(object.idempotencyLevel) - : 0, - uninterpretedOption: Array.isArray(object?.uninterpretedOption) - ? object.uninterpretedOption.map((e) => exports.UninterpretedOption.fromJSON(e)) - : [], - }; - }, - toJSON(message) { - const obj = {}; - message.deprecated !== undefined && (obj.deprecated = message.deprecated); - message.idempotencyLevel !== undefined && - (obj.idempotencyLevel = methodOptions_IdempotencyLevelToJSON(message.idempotencyLevel)); - if (message.uninterpretedOption) { - obj.uninterpretedOption = message.uninterpretedOption.map((e) => e ? exports.UninterpretedOption.toJSON(e) : undefined); - } - else { - obj.uninterpretedOption = []; - } - return obj; - }, -}; -function createBaseUninterpretedOption() { - return { - name: [], - identifierValue: "", - positiveIntValue: "0", - negativeIntValue: "0", - doubleValue: 0, - stringValue: Buffer.alloc(0), - aggregateValue: "", - }; -} -exports.UninterpretedOption = { - fromJSON(object) { - return { - name: Array.isArray(object?.name) ? object.name.map((e) => exports.UninterpretedOption_NamePart.fromJSON(e)) : [], - identifierValue: isSet(object.identifierValue) ? String(object.identifierValue) : "", - positiveIntValue: isSet(object.positiveIntValue) ? String(object.positiveIntValue) : "0", - negativeIntValue: isSet(object.negativeIntValue) ? String(object.negativeIntValue) : "0", - doubleValue: isSet(object.doubleValue) ? Number(object.doubleValue) : 0, - stringValue: isSet(object.stringValue) ? Buffer.from(bytesFromBase64(object.stringValue)) : Buffer.alloc(0), - aggregateValue: isSet(object.aggregateValue) ? String(object.aggregateValue) : "", - }; - }, - toJSON(message) { - const obj = {}; - if (message.name) { - obj.name = message.name.map((e) => e ? exports.UninterpretedOption_NamePart.toJSON(e) : undefined); - } - else { - obj.name = []; - } - message.identifierValue !== undefined && (obj.identifierValue = message.identifierValue); - message.positiveIntValue !== undefined && (obj.positiveIntValue = message.positiveIntValue); - message.negativeIntValue !== undefined && (obj.negativeIntValue = message.negativeIntValue); - message.doubleValue !== undefined && (obj.doubleValue = message.doubleValue); - message.stringValue !== undefined && - (obj.stringValue = base64FromBytes(message.stringValue !== undefined ? message.stringValue : Buffer.alloc(0))); - message.aggregateValue !== undefined && (obj.aggregateValue = message.aggregateValue); - return obj; - }, -}; -function createBaseUninterpretedOption_NamePart() { - return { namePart: "", isExtension: false }; -} -exports.UninterpretedOption_NamePart = { - fromJSON(object) { - return { - namePart: isSet(object.namePart) ? String(object.namePart) : "", - isExtension: isSet(object.isExtension) ? Boolean(object.isExtension) : false, - }; - }, - toJSON(message) { - const obj = {}; - message.namePart !== undefined && (obj.namePart = message.namePart); - message.isExtension !== undefined && (obj.isExtension = message.isExtension); - return obj; - }, -}; -function createBaseSourceCodeInfo() { - return { location: [] }; -} -exports.SourceCodeInfo = { - fromJSON(object) { - return { - location: Array.isArray(object?.location) - ? object.location.map((e) => exports.SourceCodeInfo_Location.fromJSON(e)) - : [], - }; - }, - toJSON(message) { - const obj = {}; - if (message.location) { - obj.location = message.location.map((e) => e ? exports.SourceCodeInfo_Location.toJSON(e) : undefined); - } - else { - obj.location = []; - } - return obj; - }, -}; -function createBaseSourceCodeInfo_Location() { - return { path: [], span: [], leadingComments: "", trailingComments: "", leadingDetachedComments: [] }; -} -exports.SourceCodeInfo_Location = { - fromJSON(object) { - return { - path: Array.isArray(object?.path) ? object.path.map((e) => Number(e)) : [], - span: Array.isArray(object?.span) ? object.span.map((e) => Number(e)) : [], - leadingComments: isSet(object.leadingComments) ? String(object.leadingComments) : "", - trailingComments: isSet(object.trailingComments) ? String(object.trailingComments) : "", - leadingDetachedComments: Array.isArray(object?.leadingDetachedComments) - ? object.leadingDetachedComments.map((e) => String(e)) - : [], - }; - }, - toJSON(message) { - const obj = {}; - if (message.path) { - obj.path = message.path.map((e) => Math.round(e)); - } - else { - obj.path = []; - } - if (message.span) { - obj.span = message.span.map((e) => Math.round(e)); - } - else { - obj.span = []; - } - message.leadingComments !== undefined && (obj.leadingComments = message.leadingComments); - message.trailingComments !== undefined && (obj.trailingComments = message.trailingComments); - if (message.leadingDetachedComments) { - obj.leadingDetachedComments = message.leadingDetachedComments.map((e) => e); - } - else { - obj.leadingDetachedComments = []; - } - return obj; - }, -}; -function createBaseGeneratedCodeInfo() { - return { annotation: [] }; -} -exports.GeneratedCodeInfo = { - fromJSON(object) { - return { - annotation: Array.isArray(object?.annotation) - ? object.annotation.map((e) => exports.GeneratedCodeInfo_Annotation.fromJSON(e)) - : [], - }; - }, - toJSON(message) { - const obj = {}; - if (message.annotation) { - obj.annotation = message.annotation.map((e) => e ? exports.GeneratedCodeInfo_Annotation.toJSON(e) : undefined); - } - else { - obj.annotation = []; - } - return obj; - }, -}; -function createBaseGeneratedCodeInfo_Annotation() { - return { path: [], sourceFile: "", begin: 0, end: 0 }; -} -exports.GeneratedCodeInfo_Annotation = { - fromJSON(object) { - return { - path: Array.isArray(object?.path) ? object.path.map((e) => Number(e)) : [], - sourceFile: isSet(object.sourceFile) ? String(object.sourceFile) : "", - begin: isSet(object.begin) ? Number(object.begin) : 0, - end: isSet(object.end) ? Number(object.end) : 0, - }; - }, - toJSON(message) { - const obj = {}; - if (message.path) { - obj.path = message.path.map((e) => Math.round(e)); - } - else { - obj.path = []; - } - message.sourceFile !== undefined && (obj.sourceFile = message.sourceFile); - message.begin !== undefined && (obj.begin = Math.round(message.begin)); - message.end !== undefined && (obj.end = Math.round(message.end)); - return obj; - }, -}; -var globalThis = (() => { - if (typeof globalThis !== "undefined") { - return globalThis; - } - if (typeof self !== "undefined") { - return self; - } - if (typeof window !== "undefined") { - return window; - } - if (typeof global !== "undefined") { - return global; - } - throw "Unable to locate global object"; -})(); -function bytesFromBase64(b64) { - if (globalThis.Buffer) { - return Uint8Array.from(globalThis.Buffer.from(b64, "base64")); - } - else { - const bin = globalThis.atob(b64); - const arr = new Uint8Array(bin.length); - for (let i = 0; i < bin.length; ++i) { - arr[i] = bin.charCodeAt(i); - } - return arr; - } -} -function base64FromBytes(arr) { - if (globalThis.Buffer) { - return globalThis.Buffer.from(arr).toString("base64"); - } - else { - const bin = []; - arr.forEach((byte) => { - bin.push(String.fromCharCode(byte)); - }); - return globalThis.btoa(bin.join("")); - } -} -function isSet(value) { - return value !== null && value !== undefined; -} diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/types/sigstore/__generated__/google/protobuf/timestamp.d.ts b/software/flow/node_modules/npm/node_modules/sigstore/dist/types/sigstore/__generated__/google/protobuf/timestamp.d.ts deleted file mode 100644 index 1ab812b..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/types/sigstore/__generated__/google/protobuf/timestamp.d.ts +++ /dev/null @@ -1,110 +0,0 @@ -/** - * A Timestamp represents a point in time independent of any time zone or local - * calendar, encoded as a count of seconds and fractions of seconds at - * nanosecond resolution. The count is relative to an epoch at UTC midnight on - * January 1, 1970, in the proleptic Gregorian calendar which extends the - * Gregorian calendar backwards to year one. - * - * All minutes are 60 seconds long. Leap seconds are "smeared" so that no leap - * second table is needed for interpretation, using a [24-hour linear - * smear](https://developers.google.com/time/smear). - * - * The range is from 0001-01-01T00:00:00Z to 9999-12-31T23:59:59.999999999Z. By - * restricting to that range, we ensure that we can convert to and from [RFC - * 3339](https://www.ietf.org/rfc/rfc3339.txt) date strings. - * - * # Examples - * - * Example 1: Compute Timestamp from POSIX `time()`. - * - * Timestamp timestamp; - * timestamp.set_seconds(time(NULL)); - * timestamp.set_nanos(0); - * - * Example 2: Compute Timestamp from POSIX `gettimeofday()`. - * - * struct timeval tv; - * gettimeofday(&tv, NULL); - * - * Timestamp timestamp; - * timestamp.set_seconds(tv.tv_sec); - * timestamp.set_nanos(tv.tv_usec * 1000); - * - * Example 3: Compute Timestamp from Win32 `GetSystemTimeAsFileTime()`. - * - * FILETIME ft; - * GetSystemTimeAsFileTime(&ft); - * UINT64 ticks = (((UINT64)ft.dwHighDateTime) << 32) | ft.dwLowDateTime; - * - * // A Windows tick is 100 nanoseconds. Windows epoch 1601-01-01T00:00:00Z - * // is 11644473600 seconds before Unix epoch 1970-01-01T00:00:00Z. - * Timestamp timestamp; - * timestamp.set_seconds((INT64) ((ticks / 10000000) - 11644473600LL)); - * timestamp.set_nanos((INT32) ((ticks % 10000000) * 100)); - * - * Example 4: Compute Timestamp from Java `System.currentTimeMillis()`. - * - * long millis = System.currentTimeMillis(); - * - * Timestamp timestamp = Timestamp.newBuilder().setSeconds(millis / 1000) - * .setNanos((int) ((millis % 1000) * 1000000)).build(); - * - * Example 5: Compute Timestamp from Java `Instant.now()`. - * - * Instant now = Instant.now(); - * - * Timestamp timestamp = - * Timestamp.newBuilder().setSeconds(now.getEpochSecond()) - * .setNanos(now.getNano()).build(); - * - * Example 6: Compute Timestamp from current time in Python. - * - * timestamp = Timestamp() - * timestamp.GetCurrentTime() - * - * # JSON Mapping - * - * In JSON format, the Timestamp type is encoded as a string in the - * [RFC 3339](https://www.ietf.org/rfc/rfc3339.txt) format. That is, the - * format is "{year}-{month}-{day}T{hour}:{min}:{sec}[.{frac_sec}]Z" - * where {year} is always expressed using four digits while {month}, {day}, - * {hour}, {min}, and {sec} are zero-padded to two digits each. The fractional - * seconds, which can go up to 9 digits (i.e. up to 1 nanosecond resolution), - * are optional. The "Z" suffix indicates the timezone ("UTC"); the timezone - * is required. A proto3 JSON serializer should always use UTC (as indicated by - * "Z") when printing the Timestamp type and a proto3 JSON parser should be - * able to accept both UTC and other timezones (as indicated by an offset). - * - * For example, "2017-01-15T01:30:15.01Z" encodes 15.01 seconds past - * 01:30 UTC on January 15, 2017. - * - * In JavaScript, one can convert a Date object to this format using the - * standard - * [toISOString()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toISOString) - * method. In Python, a standard `datetime.datetime` object can be converted - * to this format using - * [`strftime`](https://docs.python.org/2/library/time.html#time.strftime) with - * the time format spec '%Y-%m-%dT%H:%M:%S.%fZ'. Likewise, in Java, one can use - * the Joda Time's [`ISODateTimeFormat.dateTime()`]( - * http://www.joda.org/joda-time/apidocs/org/joda/time/format/ISODateTimeFormat.html#dateTime%2D%2D - * ) to obtain a formatter capable of generating timestamps in this format. - */ -export interface Timestamp { - /** - * Represents seconds of UTC time since Unix epoch - * 1970-01-01T00:00:00Z. Must be from 0001-01-01T00:00:00Z to - * 9999-12-31T23:59:59Z inclusive. - */ - seconds: string; - /** - * Non-negative fractions of a second at nanosecond resolution. Negative - * second values with fractions must still have non-negative nanos values - * that count forward in time. Must be from 0 to 999,999,999 - * inclusive. - */ - nanos: number; -} -export declare const Timestamp: { - fromJSON(object: any): Timestamp; - toJSON(message: Timestamp): unknown; -}; diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/types/sigstore/__generated__/google/protobuf/timestamp.js b/software/flow/node_modules/npm/node_modules/sigstore/dist/types/sigstore/__generated__/google/protobuf/timestamp.js deleted file mode 100644 index 159135f..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/types/sigstore/__generated__/google/protobuf/timestamp.js +++ /dev/null @@ -1,24 +0,0 @@ -"use strict"; -/* eslint-disable */ -Object.defineProperty(exports, "__esModule", { value: true }); -exports.Timestamp = void 0; -function createBaseTimestamp() { - return { seconds: "0", nanos: 0 }; -} -exports.Timestamp = { - fromJSON(object) { - return { - seconds: isSet(object.seconds) ? String(object.seconds) : "0", - nanos: isSet(object.nanos) ? Number(object.nanos) : 0, - }; - }, - toJSON(message) { - const obj = {}; - message.seconds !== undefined && (obj.seconds = message.seconds); - message.nanos !== undefined && (obj.nanos = Math.round(message.nanos)); - return obj; - }, -}; -function isSet(value) { - return value !== null && value !== undefined; -} diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/types/sigstore/__generated__/sigstore_bundle.d.ts b/software/flow/node_modules/npm/node_modules/sigstore/dist/types/sigstore/__generated__/sigstore_bundle.d.ts deleted file mode 100644 index 51f748f..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/types/sigstore/__generated__/sigstore_bundle.d.ts +++ /dev/null @@ -1,72 +0,0 @@ -import { Envelope } from "./envelope"; -import { MessageSignature, PublicKeyIdentifier, RFC3161SignedTimestamp, X509CertificateChain } from "./sigstore_common"; -import { TransparencyLogEntry } from "./sigstore_rekor"; -/** - * Various timestamped counter signatures over the artifacts signature. - * Currently only RFC3161 signatures are provided. More formats may be added - * in the future. - */ -export interface TimestampVerificationData { - /** - * A list of RFC3161 signed timestamps provided by the user. - * This can be used when the entry has not been stored on a - * transparency log, or in conjunction for a stronger trust model. - * Clients MUST verify the hashed message in the message imprint - * against the signature in the bundle. - */ - rfc3161Timestamps: RFC3161SignedTimestamp[]; -} -/** - * VerificationMaterial captures details on the materials used to verify - * signatures. - */ -export interface VerificationMaterial { - content?: { - $case: "publicKey"; - publicKey: PublicKeyIdentifier; - } | { - $case: "x509CertificateChain"; - x509CertificateChain: X509CertificateChain; - }; - /** - * This is the inclusion promise and/or proof, where - * the timestamp is coming from the transparency log. - */ - tlogEntries: TransparencyLogEntry[]; - /** Timestamp verification data, over the artifact's signature. */ - timestampVerificationData: TimestampVerificationData | undefined; -} -export interface Bundle { - /** - * MUST be application/vnd.dev.sigstore.bundle+json;version=0.1 - * when encoded as JSON. - */ - mediaType: string; - /** - * When a signer is identified by a X.509 certificate, a verifier MUST - * verify that the signature was computed at the time the certificate - * was valid as described in the Sigstore client spec: "Verification - * using a Bundle". - * <https://docs.google.com/document/d/1kbhK2qyPPk8SLavHzYSDM8-Ueul9_oxIMVFuWMWKz0E/edit#heading=h.x8bduppe89ln> - */ - verificationMaterial: VerificationMaterial | undefined; - content?: { - $case: "messageSignature"; - messageSignature: MessageSignature; - } | { - $case: "dsseEnvelope"; - dsseEnvelope: Envelope; - }; -} -export declare const TimestampVerificationData: { - fromJSON(object: any): TimestampVerificationData; - toJSON(message: TimestampVerificationData): unknown; -}; -export declare const VerificationMaterial: { - fromJSON(object: any): VerificationMaterial; - toJSON(message: VerificationMaterial): unknown; -}; -export declare const Bundle: { - fromJSON(object: any): Bundle; - toJSON(message: Bundle): unknown; -}; diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/types/sigstore/__generated__/sigstore_bundle.js b/software/flow/node_modules/npm/node_modules/sigstore/dist/types/sigstore/__generated__/sigstore_bundle.js deleted file mode 100644 index 1ef3e1b..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/types/sigstore/__generated__/sigstore_bundle.js +++ /dev/null @@ -1,106 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.Bundle = exports.VerificationMaterial = exports.TimestampVerificationData = void 0; -/* eslint-disable */ -const envelope_1 = require("./envelope"); -const sigstore_common_1 = require("./sigstore_common"); -const sigstore_rekor_1 = require("./sigstore_rekor"); -function createBaseTimestampVerificationData() { - return { rfc3161Timestamps: [] }; -} -exports.TimestampVerificationData = { - fromJSON(object) { - return { - rfc3161Timestamps: Array.isArray(object?.rfc3161Timestamps) - ? object.rfc3161Timestamps.map((e) => sigstore_common_1.RFC3161SignedTimestamp.fromJSON(e)) - : [], - }; - }, - toJSON(message) { - const obj = {}; - if (message.rfc3161Timestamps) { - obj.rfc3161Timestamps = message.rfc3161Timestamps.map((e) => e ? sigstore_common_1.RFC3161SignedTimestamp.toJSON(e) : undefined); - } - else { - obj.rfc3161Timestamps = []; - } - return obj; - }, -}; -function createBaseVerificationMaterial() { - return { content: undefined, tlogEntries: [], timestampVerificationData: undefined }; -} -exports.VerificationMaterial = { - fromJSON(object) { - return { - content: isSet(object.publicKey) - ? { $case: "publicKey", publicKey: sigstore_common_1.PublicKeyIdentifier.fromJSON(object.publicKey) } - : isSet(object.x509CertificateChain) - ? { - $case: "x509CertificateChain", - x509CertificateChain: sigstore_common_1.X509CertificateChain.fromJSON(object.x509CertificateChain), - } - : undefined, - tlogEntries: Array.isArray(object?.tlogEntries) - ? object.tlogEntries.map((e) => sigstore_rekor_1.TransparencyLogEntry.fromJSON(e)) - : [], - timestampVerificationData: isSet(object.timestampVerificationData) - ? exports.TimestampVerificationData.fromJSON(object.timestampVerificationData) - : undefined, - }; - }, - toJSON(message) { - const obj = {}; - message.content?.$case === "publicKey" && - (obj.publicKey = message.content?.publicKey ? sigstore_common_1.PublicKeyIdentifier.toJSON(message.content?.publicKey) : undefined); - message.content?.$case === "x509CertificateChain" && - (obj.x509CertificateChain = message.content?.x509CertificateChain - ? sigstore_common_1.X509CertificateChain.toJSON(message.content?.x509CertificateChain) - : undefined); - if (message.tlogEntries) { - obj.tlogEntries = message.tlogEntries.map((e) => e ? sigstore_rekor_1.TransparencyLogEntry.toJSON(e) : undefined); - } - else { - obj.tlogEntries = []; - } - message.timestampVerificationData !== undefined && - (obj.timestampVerificationData = message.timestampVerificationData - ? exports.TimestampVerificationData.toJSON(message.timestampVerificationData) - : undefined); - return obj; - }, -}; -function createBaseBundle() { - return { mediaType: "", verificationMaterial: undefined, content: undefined }; -} -exports.Bundle = { - fromJSON(object) { - return { - mediaType: isSet(object.mediaType) ? String(object.mediaType) : "", - verificationMaterial: isSet(object.verificationMaterial) - ? exports.VerificationMaterial.fromJSON(object.verificationMaterial) - : undefined, - content: isSet(object.messageSignature) - ? { $case: "messageSignature", messageSignature: sigstore_common_1.MessageSignature.fromJSON(object.messageSignature) } - : isSet(object.dsseEnvelope) - ? { $case: "dsseEnvelope", dsseEnvelope: envelope_1.Envelope.fromJSON(object.dsseEnvelope) } - : undefined, - }; - }, - toJSON(message) { - const obj = {}; - message.mediaType !== undefined && (obj.mediaType = message.mediaType); - message.verificationMaterial !== undefined && (obj.verificationMaterial = message.verificationMaterial - ? exports.VerificationMaterial.toJSON(message.verificationMaterial) - : undefined); - message.content?.$case === "messageSignature" && (obj.messageSignature = message.content?.messageSignature - ? sigstore_common_1.MessageSignature.toJSON(message.content?.messageSignature) - : undefined); - message.content?.$case === "dsseEnvelope" && - (obj.dsseEnvelope = message.content?.dsseEnvelope ? envelope_1.Envelope.toJSON(message.content?.dsseEnvelope) : undefined); - return obj; - }, -}; -function isSet(value) { - return value !== null && value !== undefined; -} diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/types/sigstore/__generated__/sigstore_common.d.ts b/software/flow/node_modules/npm/node_modules/sigstore/dist/types/sigstore/__generated__/sigstore_common.d.ts deleted file mode 100644 index 0d8c2d5..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/types/sigstore/__generated__/sigstore_common.d.ts +++ /dev/null @@ -1,228 +0,0 @@ -/// <reference types="node" /> -/** - * Only a subset of the secure hash standard algorithms are supported. - * See <https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.180-4.pdf> for more - * details. - * UNSPECIFIED SHOULD not be used, primary reason for inclusion is to force - * any proto JSON serialization to emit the used hash algorithm, as default - * option is to *omit* the default value of an enum (which is the first - * value, represented by '0'. - */ -export declare enum HashAlgorithm { - HASH_ALGORITHM_UNSPECIFIED = 0, - SHA2_256 = 1 -} -export declare function hashAlgorithmFromJSON(object: any): HashAlgorithm; -export declare function hashAlgorithmToJSON(object: HashAlgorithm): string; -/** - * Details of a specific public key, capturing the the key encoding method, - * and signature algorithm. - * To avoid the possibility of contradicting formats such as PKCS1 with - * ED25519 the valid permutations are listed as a linear set instead of a - * cartesian set (i.e one combined variable instead of two, one for encoding - * and one for the signature algorithm). - */ -export declare enum PublicKeyDetails { - PUBLIC_KEY_DETAILS_UNSPECIFIED = 0, - /** PKCS1_RSA_PKCS1V5 - RSA */ - PKCS1_RSA_PKCS1V5 = 1, - /** PKCS1_RSA_PSS - See RFC8017 */ - PKCS1_RSA_PSS = 2, - PKIX_RSA_PKCS1V5 = 3, - PKIX_RSA_PSS = 4, - /** PKIX_ECDSA_P256_SHA_256 - ECDSA */ - PKIX_ECDSA_P256_SHA_256 = 5, - /** PKIX_ECDSA_P256_HMAC_SHA_256 - See RFC6979 */ - PKIX_ECDSA_P256_HMAC_SHA_256 = 6, - /** PKIX_ED25519 - Ed 25519 */ - PKIX_ED25519 = 7 -} -export declare function publicKeyDetailsFromJSON(object: any): PublicKeyDetails; -export declare function publicKeyDetailsToJSON(object: PublicKeyDetails): string; -export declare enum SubjectAlternativeNameType { - SUBJECT_ALTERNATIVE_NAME_TYPE_UNSPECIFIED = 0, - EMAIL = 1, - URI = 2, - /** - * OTHER_NAME - OID 1.3.6.1.4.1.57264.1.7 - * See https://github.com/sigstore/fulcio/blob/main/docs/oid-info.md#1361415726417--othername-san - * for more details. - */ - OTHER_NAME = 3 -} -export declare function subjectAlternativeNameTypeFromJSON(object: any): SubjectAlternativeNameType; -export declare function subjectAlternativeNameTypeToJSON(object: SubjectAlternativeNameType): string; -/** - * HashOutput captures a digest of a 'message' (generic octet sequence) - * and the corresponding hash algorithm used. - */ -export interface HashOutput { - algorithm: HashAlgorithm; - /** - * This is the raw octets of the message digest as computed by - * the hash algorithm. - */ - digest: Buffer; -} -/** MessageSignature stores the computed signature over a message. */ -export interface MessageSignature { - /** Message digest can be used to identify the artifact. */ - messageDigest: HashOutput | undefined; - /** - * The raw bytes as returned from the signature algorithm. - * The signature algorithm (and so the format of the signature bytes) - * are determined by the contents of the 'verification_material', - * either a key-pair or a certificate. If using a certificate, the - * certificate contains the required information on the signature - * algorithm. - * When using a key pair, the algorithm MUST be part of the public - * key, which MUST be communicated out-of-band. - */ - signature: Buffer; -} -/** LogId captures the identity of a transparency log. */ -export interface LogId { - /** - * The unique id of the log, represented as the SHA-256 hash - * of the log's public key, computed over the DER encoding. - * <https://www.rfc-editor.org/rfc/rfc6962#section-3.2> - */ - keyId: Buffer; -} -/** This message holds a RFC 3161 timestamp. */ -export interface RFC3161SignedTimestamp { - /** - * Signed timestamp is the DER encoded TimeStampResponse. - * See https://www.rfc-editor.org/rfc/rfc3161.html#section-2.4.2 - */ - signedTimestamp: Buffer; -} -export interface PublicKey { - /** - * DER-encoded public key, encoding method is specified by the - * key_details attribute. - */ - rawBytes?: Buffer | undefined; - /** Key encoding and signature algorithm to use for this key. */ - keyDetails: PublicKeyDetails; - /** Optional validity period for this key. */ - validFor?: TimeRange | undefined; -} -/** - * PublicKeyIdentifier can be used to identify an (out of band) delivered - * key, to verify a signature. - */ -export interface PublicKeyIdentifier { - /** - * Optional unauthenticated hint on which key to use. - * The format of the hint must be agreed upon out of band by the - * signer and the verifiers, and so is not subject to this - * specification. - * Example use-case is to specify the public key to use, from a - * trusted key-ring. - * Implementors are RECOMMENDED to derive the value from the public - * key as described in RFC 6962. - * See: <https://www.rfc-editor.org/rfc/rfc6962#section-3.2> - */ - hint: string; -} -/** An ASN.1 OBJECT IDENTIFIER */ -export interface ObjectIdentifier { - id: number[]; -} -/** An OID and the corresponding (byte) value. */ -export interface ObjectIdentifierValuePair { - oid: ObjectIdentifier | undefined; - value: Buffer; -} -export interface DistinguishedName { - organization: string; - commonName: string; -} -export interface X509Certificate { - /** DER-encoded X.509 certificate. */ - rawBytes: Buffer; -} -export interface SubjectAlternativeName { - type: SubjectAlternativeNameType; - identity?: { - $case: "regexp"; - regexp: string; - } | { - $case: "value"; - value: string; - }; -} -/** A chain of X.509 certificates. */ -export interface X509CertificateChain { - /** - * The chain of certificates, with indices 0 to n. - * The first certificate in the array must be the leaf - * certificate used for signing. Any intermediate certificates - * must be stored as offset 1 to n-1, and the root certificate at - * position n. - */ - certificates: X509Certificate[]; -} -/** - * The time range is half-open and does not include the end timestamp, - * i.e [start, end). - * End is optional to be able to capture a period that has started but - * has no known end. - */ -export interface TimeRange { - start: Date | undefined; - end?: Date | undefined; -} -export declare const HashOutput: { - fromJSON(object: any): HashOutput; - toJSON(message: HashOutput): unknown; -}; -export declare const MessageSignature: { - fromJSON(object: any): MessageSignature; - toJSON(message: MessageSignature): unknown; -}; -export declare const LogId: { - fromJSON(object: any): LogId; - toJSON(message: LogId): unknown; -}; -export declare const RFC3161SignedTimestamp: { - fromJSON(object: any): RFC3161SignedTimestamp; - toJSON(message: RFC3161SignedTimestamp): unknown; -}; -export declare const PublicKey: { - fromJSON(object: any): PublicKey; - toJSON(message: PublicKey): unknown; -}; -export declare const PublicKeyIdentifier: { - fromJSON(object: any): PublicKeyIdentifier; - toJSON(message: PublicKeyIdentifier): unknown; -}; -export declare const ObjectIdentifier: { - fromJSON(object: any): ObjectIdentifier; - toJSON(message: ObjectIdentifier): unknown; -}; -export declare const ObjectIdentifierValuePair: { - fromJSON(object: any): ObjectIdentifierValuePair; - toJSON(message: ObjectIdentifierValuePair): unknown; -}; -export declare const DistinguishedName: { - fromJSON(object: any): DistinguishedName; - toJSON(message: DistinguishedName): unknown; -}; -export declare const X509Certificate: { - fromJSON(object: any): X509Certificate; - toJSON(message: X509Certificate): unknown; -}; -export declare const SubjectAlternativeName: { - fromJSON(object: any): SubjectAlternativeName; - toJSON(message: SubjectAlternativeName): unknown; -}; -export declare const X509CertificateChain: { - fromJSON(object: any): X509CertificateChain; - toJSON(message: X509CertificateChain): unknown; -}; -export declare const TimeRange: { - fromJSON(object: any): TimeRange; - toJSON(message: TimeRange): unknown; -}; diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/types/sigstore/__generated__/sigstore_common.js b/software/flow/node_modules/npm/node_modules/sigstore/dist/types/sigstore/__generated__/sigstore_common.js deleted file mode 100644 index 63ace8d..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/types/sigstore/__generated__/sigstore_common.js +++ /dev/null @@ -1,457 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.TimeRange = exports.X509CertificateChain = exports.SubjectAlternativeName = exports.X509Certificate = exports.DistinguishedName = exports.ObjectIdentifierValuePair = exports.ObjectIdentifier = exports.PublicKeyIdentifier = exports.PublicKey = exports.RFC3161SignedTimestamp = exports.LogId = exports.MessageSignature = exports.HashOutput = exports.subjectAlternativeNameTypeToJSON = exports.subjectAlternativeNameTypeFromJSON = exports.SubjectAlternativeNameType = exports.publicKeyDetailsToJSON = exports.publicKeyDetailsFromJSON = exports.PublicKeyDetails = exports.hashAlgorithmToJSON = exports.hashAlgorithmFromJSON = exports.HashAlgorithm = void 0; -/* eslint-disable */ -const timestamp_1 = require("./google/protobuf/timestamp"); -/** - * Only a subset of the secure hash standard algorithms are supported. - * See <https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.180-4.pdf> for more - * details. - * UNSPECIFIED SHOULD not be used, primary reason for inclusion is to force - * any proto JSON serialization to emit the used hash algorithm, as default - * option is to *omit* the default value of an enum (which is the first - * value, represented by '0'. - */ -var HashAlgorithm; -(function (HashAlgorithm) { - HashAlgorithm[HashAlgorithm["HASH_ALGORITHM_UNSPECIFIED"] = 0] = "HASH_ALGORITHM_UNSPECIFIED"; - HashAlgorithm[HashAlgorithm["SHA2_256"] = 1] = "SHA2_256"; -})(HashAlgorithm = exports.HashAlgorithm || (exports.HashAlgorithm = {})); -function hashAlgorithmFromJSON(object) { - switch (object) { - case 0: - case "HASH_ALGORITHM_UNSPECIFIED": - return HashAlgorithm.HASH_ALGORITHM_UNSPECIFIED; - case 1: - case "SHA2_256": - return HashAlgorithm.SHA2_256; - default: - throw new globalThis.Error("Unrecognized enum value " + object + " for enum HashAlgorithm"); - } -} -exports.hashAlgorithmFromJSON = hashAlgorithmFromJSON; -function hashAlgorithmToJSON(object) { - switch (object) { - case HashAlgorithm.HASH_ALGORITHM_UNSPECIFIED: - return "HASH_ALGORITHM_UNSPECIFIED"; - case HashAlgorithm.SHA2_256: - return "SHA2_256"; - default: - throw new globalThis.Error("Unrecognized enum value " + object + " for enum HashAlgorithm"); - } -} -exports.hashAlgorithmToJSON = hashAlgorithmToJSON; -/** - * Details of a specific public key, capturing the the key encoding method, - * and signature algorithm. - * To avoid the possibility of contradicting formats such as PKCS1 with - * ED25519 the valid permutations are listed as a linear set instead of a - * cartesian set (i.e one combined variable instead of two, one for encoding - * and one for the signature algorithm). - */ -var PublicKeyDetails; -(function (PublicKeyDetails) { - PublicKeyDetails[PublicKeyDetails["PUBLIC_KEY_DETAILS_UNSPECIFIED"] = 0] = "PUBLIC_KEY_DETAILS_UNSPECIFIED"; - /** PKCS1_RSA_PKCS1V5 - RSA */ - PublicKeyDetails[PublicKeyDetails["PKCS1_RSA_PKCS1V5"] = 1] = "PKCS1_RSA_PKCS1V5"; - /** PKCS1_RSA_PSS - See RFC8017 */ - PublicKeyDetails[PublicKeyDetails["PKCS1_RSA_PSS"] = 2] = "PKCS1_RSA_PSS"; - PublicKeyDetails[PublicKeyDetails["PKIX_RSA_PKCS1V5"] = 3] = "PKIX_RSA_PKCS1V5"; - PublicKeyDetails[PublicKeyDetails["PKIX_RSA_PSS"] = 4] = "PKIX_RSA_PSS"; - /** PKIX_ECDSA_P256_SHA_256 - ECDSA */ - PublicKeyDetails[PublicKeyDetails["PKIX_ECDSA_P256_SHA_256"] = 5] = "PKIX_ECDSA_P256_SHA_256"; - /** PKIX_ECDSA_P256_HMAC_SHA_256 - See RFC6979 */ - PublicKeyDetails[PublicKeyDetails["PKIX_ECDSA_P256_HMAC_SHA_256"] = 6] = "PKIX_ECDSA_P256_HMAC_SHA_256"; - /** PKIX_ED25519 - Ed 25519 */ - PublicKeyDetails[PublicKeyDetails["PKIX_ED25519"] = 7] = "PKIX_ED25519"; -})(PublicKeyDetails = exports.PublicKeyDetails || (exports.PublicKeyDetails = {})); -function publicKeyDetailsFromJSON(object) { - switch (object) { - case 0: - case "PUBLIC_KEY_DETAILS_UNSPECIFIED": - return PublicKeyDetails.PUBLIC_KEY_DETAILS_UNSPECIFIED; - case 1: - case "PKCS1_RSA_PKCS1V5": - return PublicKeyDetails.PKCS1_RSA_PKCS1V5; - case 2: - case "PKCS1_RSA_PSS": - return PublicKeyDetails.PKCS1_RSA_PSS; - case 3: - case "PKIX_RSA_PKCS1V5": - return PublicKeyDetails.PKIX_RSA_PKCS1V5; - case 4: - case "PKIX_RSA_PSS": - return PublicKeyDetails.PKIX_RSA_PSS; - case 5: - case "PKIX_ECDSA_P256_SHA_256": - return PublicKeyDetails.PKIX_ECDSA_P256_SHA_256; - case 6: - case "PKIX_ECDSA_P256_HMAC_SHA_256": - return PublicKeyDetails.PKIX_ECDSA_P256_HMAC_SHA_256; - case 7: - case "PKIX_ED25519": - return PublicKeyDetails.PKIX_ED25519; - default: - throw new globalThis.Error("Unrecognized enum value " + object + " for enum PublicKeyDetails"); - } -} -exports.publicKeyDetailsFromJSON = publicKeyDetailsFromJSON; -function publicKeyDetailsToJSON(object) { - switch (object) { - case PublicKeyDetails.PUBLIC_KEY_DETAILS_UNSPECIFIED: - return "PUBLIC_KEY_DETAILS_UNSPECIFIED"; - case PublicKeyDetails.PKCS1_RSA_PKCS1V5: - return "PKCS1_RSA_PKCS1V5"; - case PublicKeyDetails.PKCS1_RSA_PSS: - return "PKCS1_RSA_PSS"; - case PublicKeyDetails.PKIX_RSA_PKCS1V5: - return "PKIX_RSA_PKCS1V5"; - case PublicKeyDetails.PKIX_RSA_PSS: - return "PKIX_RSA_PSS"; - case PublicKeyDetails.PKIX_ECDSA_P256_SHA_256: - return "PKIX_ECDSA_P256_SHA_256"; - case PublicKeyDetails.PKIX_ECDSA_P256_HMAC_SHA_256: - return "PKIX_ECDSA_P256_HMAC_SHA_256"; - case PublicKeyDetails.PKIX_ED25519: - return "PKIX_ED25519"; - default: - throw new globalThis.Error("Unrecognized enum value " + object + " for enum PublicKeyDetails"); - } -} -exports.publicKeyDetailsToJSON = publicKeyDetailsToJSON; -var SubjectAlternativeNameType; -(function (SubjectAlternativeNameType) { - SubjectAlternativeNameType[SubjectAlternativeNameType["SUBJECT_ALTERNATIVE_NAME_TYPE_UNSPECIFIED"] = 0] = "SUBJECT_ALTERNATIVE_NAME_TYPE_UNSPECIFIED"; - SubjectAlternativeNameType[SubjectAlternativeNameType["EMAIL"] = 1] = "EMAIL"; - SubjectAlternativeNameType[SubjectAlternativeNameType["URI"] = 2] = "URI"; - /** - * OTHER_NAME - OID 1.3.6.1.4.1.57264.1.7 - * See https://github.com/sigstore/fulcio/blob/main/docs/oid-info.md#1361415726417--othername-san - * for more details. - */ - SubjectAlternativeNameType[SubjectAlternativeNameType["OTHER_NAME"] = 3] = "OTHER_NAME"; -})(SubjectAlternativeNameType = exports.SubjectAlternativeNameType || (exports.SubjectAlternativeNameType = {})); -function subjectAlternativeNameTypeFromJSON(object) { - switch (object) { - case 0: - case "SUBJECT_ALTERNATIVE_NAME_TYPE_UNSPECIFIED": - return SubjectAlternativeNameType.SUBJECT_ALTERNATIVE_NAME_TYPE_UNSPECIFIED; - case 1: - case "EMAIL": - return SubjectAlternativeNameType.EMAIL; - case 2: - case "URI": - return SubjectAlternativeNameType.URI; - case 3: - case "OTHER_NAME": - return SubjectAlternativeNameType.OTHER_NAME; - default: - throw new globalThis.Error("Unrecognized enum value " + object + " for enum SubjectAlternativeNameType"); - } -} -exports.subjectAlternativeNameTypeFromJSON = subjectAlternativeNameTypeFromJSON; -function subjectAlternativeNameTypeToJSON(object) { - switch (object) { - case SubjectAlternativeNameType.SUBJECT_ALTERNATIVE_NAME_TYPE_UNSPECIFIED: - return "SUBJECT_ALTERNATIVE_NAME_TYPE_UNSPECIFIED"; - case SubjectAlternativeNameType.EMAIL: - return "EMAIL"; - case SubjectAlternativeNameType.URI: - return "URI"; - case SubjectAlternativeNameType.OTHER_NAME: - return "OTHER_NAME"; - default: - throw new globalThis.Error("Unrecognized enum value " + object + " for enum SubjectAlternativeNameType"); - } -} -exports.subjectAlternativeNameTypeToJSON = subjectAlternativeNameTypeToJSON; -function createBaseHashOutput() { - return { algorithm: 0, digest: Buffer.alloc(0) }; -} -exports.HashOutput = { - fromJSON(object) { - return { - algorithm: isSet(object.algorithm) ? hashAlgorithmFromJSON(object.algorithm) : 0, - digest: isSet(object.digest) ? Buffer.from(bytesFromBase64(object.digest)) : Buffer.alloc(0), - }; - }, - toJSON(message) { - const obj = {}; - message.algorithm !== undefined && (obj.algorithm = hashAlgorithmToJSON(message.algorithm)); - message.digest !== undefined && - (obj.digest = base64FromBytes(message.digest !== undefined ? message.digest : Buffer.alloc(0))); - return obj; - }, -}; -function createBaseMessageSignature() { - return { messageDigest: undefined, signature: Buffer.alloc(0) }; -} -exports.MessageSignature = { - fromJSON(object) { - return { - messageDigest: isSet(object.messageDigest) ? exports.HashOutput.fromJSON(object.messageDigest) : undefined, - signature: isSet(object.signature) ? Buffer.from(bytesFromBase64(object.signature)) : Buffer.alloc(0), - }; - }, - toJSON(message) { - const obj = {}; - message.messageDigest !== undefined && - (obj.messageDigest = message.messageDigest ? exports.HashOutput.toJSON(message.messageDigest) : undefined); - message.signature !== undefined && - (obj.signature = base64FromBytes(message.signature !== undefined ? message.signature : Buffer.alloc(0))); - return obj; - }, -}; -function createBaseLogId() { - return { keyId: Buffer.alloc(0) }; -} -exports.LogId = { - fromJSON(object) { - return { keyId: isSet(object.keyId) ? Buffer.from(bytesFromBase64(object.keyId)) : Buffer.alloc(0) }; - }, - toJSON(message) { - const obj = {}; - message.keyId !== undefined && - (obj.keyId = base64FromBytes(message.keyId !== undefined ? message.keyId : Buffer.alloc(0))); - return obj; - }, -}; -function createBaseRFC3161SignedTimestamp() { - return { signedTimestamp: Buffer.alloc(0) }; -} -exports.RFC3161SignedTimestamp = { - fromJSON(object) { - return { - signedTimestamp: isSet(object.signedTimestamp) - ? Buffer.from(bytesFromBase64(object.signedTimestamp)) - : Buffer.alloc(0), - }; - }, - toJSON(message) { - const obj = {}; - message.signedTimestamp !== undefined && - (obj.signedTimestamp = base64FromBytes(message.signedTimestamp !== undefined ? message.signedTimestamp : Buffer.alloc(0))); - return obj; - }, -}; -function createBasePublicKey() { - return { rawBytes: undefined, keyDetails: 0, validFor: undefined }; -} -exports.PublicKey = { - fromJSON(object) { - return { - rawBytes: isSet(object.rawBytes) ? Buffer.from(bytesFromBase64(object.rawBytes)) : undefined, - keyDetails: isSet(object.keyDetails) ? publicKeyDetailsFromJSON(object.keyDetails) : 0, - validFor: isSet(object.validFor) ? exports.TimeRange.fromJSON(object.validFor) : undefined, - }; - }, - toJSON(message) { - const obj = {}; - message.rawBytes !== undefined && - (obj.rawBytes = message.rawBytes !== undefined ? base64FromBytes(message.rawBytes) : undefined); - message.keyDetails !== undefined && (obj.keyDetails = publicKeyDetailsToJSON(message.keyDetails)); - message.validFor !== undefined && - (obj.validFor = message.validFor ? exports.TimeRange.toJSON(message.validFor) : undefined); - return obj; - }, -}; -function createBasePublicKeyIdentifier() { - return { hint: "" }; -} -exports.PublicKeyIdentifier = { - fromJSON(object) { - return { hint: isSet(object.hint) ? String(object.hint) : "" }; - }, - toJSON(message) { - const obj = {}; - message.hint !== undefined && (obj.hint = message.hint); - return obj; - }, -}; -function createBaseObjectIdentifier() { - return { id: [] }; -} -exports.ObjectIdentifier = { - fromJSON(object) { - return { id: Array.isArray(object?.id) ? object.id.map((e) => Number(e)) : [] }; - }, - toJSON(message) { - const obj = {}; - if (message.id) { - obj.id = message.id.map((e) => Math.round(e)); - } - else { - obj.id = []; - } - return obj; - }, -}; -function createBaseObjectIdentifierValuePair() { - return { oid: undefined, value: Buffer.alloc(0) }; -} -exports.ObjectIdentifierValuePair = { - fromJSON(object) { - return { - oid: isSet(object.oid) ? exports.ObjectIdentifier.fromJSON(object.oid) : undefined, - value: isSet(object.value) ? Buffer.from(bytesFromBase64(object.value)) : Buffer.alloc(0), - }; - }, - toJSON(message) { - const obj = {}; - message.oid !== undefined && (obj.oid = message.oid ? exports.ObjectIdentifier.toJSON(message.oid) : undefined); - message.value !== undefined && - (obj.value = base64FromBytes(message.value !== undefined ? message.value : Buffer.alloc(0))); - return obj; - }, -}; -function createBaseDistinguishedName() { - return { organization: "", commonName: "" }; -} -exports.DistinguishedName = { - fromJSON(object) { - return { - organization: isSet(object.organization) ? String(object.organization) : "", - commonName: isSet(object.commonName) ? String(object.commonName) : "", - }; - }, - toJSON(message) { - const obj = {}; - message.organization !== undefined && (obj.organization = message.organization); - message.commonName !== undefined && (obj.commonName = message.commonName); - return obj; - }, -}; -function createBaseX509Certificate() { - return { rawBytes: Buffer.alloc(0) }; -} -exports.X509Certificate = { - fromJSON(object) { - return { rawBytes: isSet(object.rawBytes) ? Buffer.from(bytesFromBase64(object.rawBytes)) : Buffer.alloc(0) }; - }, - toJSON(message) { - const obj = {}; - message.rawBytes !== undefined && - (obj.rawBytes = base64FromBytes(message.rawBytes !== undefined ? message.rawBytes : Buffer.alloc(0))); - return obj; - }, -}; -function createBaseSubjectAlternativeName() { - return { type: 0, identity: undefined }; -} -exports.SubjectAlternativeName = { - fromJSON(object) { - return { - type: isSet(object.type) ? subjectAlternativeNameTypeFromJSON(object.type) : 0, - identity: isSet(object.regexp) - ? { $case: "regexp", regexp: String(object.regexp) } - : isSet(object.value) - ? { $case: "value", value: String(object.value) } - : undefined, - }; - }, - toJSON(message) { - const obj = {}; - message.type !== undefined && (obj.type = subjectAlternativeNameTypeToJSON(message.type)); - message.identity?.$case === "regexp" && (obj.regexp = message.identity?.regexp); - message.identity?.$case === "value" && (obj.value = message.identity?.value); - return obj; - }, -}; -function createBaseX509CertificateChain() { - return { certificates: [] }; -} -exports.X509CertificateChain = { - fromJSON(object) { - return { - certificates: Array.isArray(object?.certificates) - ? object.certificates.map((e) => exports.X509Certificate.fromJSON(e)) - : [], - }; - }, - toJSON(message) { - const obj = {}; - if (message.certificates) { - obj.certificates = message.certificates.map((e) => e ? exports.X509Certificate.toJSON(e) : undefined); - } - else { - obj.certificates = []; - } - return obj; - }, -}; -function createBaseTimeRange() { - return { start: undefined, end: undefined }; -} -exports.TimeRange = { - fromJSON(object) { - return { - start: isSet(object.start) ? fromJsonTimestamp(object.start) : undefined, - end: isSet(object.end) ? fromJsonTimestamp(object.end) : undefined, - }; - }, - toJSON(message) { - const obj = {}; - message.start !== undefined && (obj.start = message.start.toISOString()); - message.end !== undefined && (obj.end = message.end.toISOString()); - return obj; - }, -}; -var globalThis = (() => { - if (typeof globalThis !== "undefined") { - return globalThis; - } - if (typeof self !== "undefined") { - return self; - } - if (typeof window !== "undefined") { - return window; - } - if (typeof global !== "undefined") { - return global; - } - throw "Unable to locate global object"; -})(); -function bytesFromBase64(b64) { - if (globalThis.Buffer) { - return Uint8Array.from(globalThis.Buffer.from(b64, "base64")); - } - else { - const bin = globalThis.atob(b64); - const arr = new Uint8Array(bin.length); - for (let i = 0; i < bin.length; ++i) { - arr[i] = bin.charCodeAt(i); - } - return arr; - } -} -function base64FromBytes(arr) { - if (globalThis.Buffer) { - return globalThis.Buffer.from(arr).toString("base64"); - } - else { - const bin = []; - arr.forEach((byte) => { - bin.push(String.fromCharCode(byte)); - }); - return globalThis.btoa(bin.join("")); - } -} -function fromTimestamp(t) { - let millis = Number(t.seconds) * 1000; - millis += t.nanos / 1000000; - return new Date(millis); -} -function fromJsonTimestamp(o) { - if (o instanceof Date) { - return o; - } - else if (typeof o === "string") { - return new Date(o); - } - else { - return fromTimestamp(timestamp_1.Timestamp.fromJSON(o)); - } -} -function isSet(value) { - return value !== null && value !== undefined; -} diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/types/sigstore/__generated__/sigstore_rekor.d.ts b/software/flow/node_modules/npm/node_modules/sigstore/dist/types/sigstore/__generated__/sigstore_rekor.d.ts deleted file mode 100644 index 9e33bb8..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/types/sigstore/__generated__/sigstore_rekor.d.ts +++ /dev/null @@ -1,129 +0,0 @@ -/// <reference types="node" /> -import { LogId } from "./sigstore_common"; -/** KindVersion contains the entry's kind and api version. */ -export interface KindVersion { - /** - * Kind is the type of entry being stored in the log. - * See here for a list: https://github.com/sigstore/rekor/tree/main/pkg/types - */ - kind: string; - /** The specific api version of the type. */ - version: string; -} -/** - * The checkpoint contains a signature of the tree head (root hash), - * size of the tree, the transparency log's unique identifier (log ID), - * hostname and the current time. - * The result is a string, the format is described here - * https://github.com/transparency-dev/formats/blob/main/log/README.md - * The details are here https://github.com/sigstore/rekor/blob/a6e58f72b6b18cc06cefe61808efd562b9726330/pkg/util/signed_note.go#L114 - * The signature has the same format as - * InclusionPromise.signed_entry_timestamp. See below for more details. - */ -export interface Checkpoint { - envelope: string; -} -/** - * InclusionProof is the proof returned from the transparency log. Can - * be used for on line verification against the log. - */ -export interface InclusionProof { - /** The index of the entry in the log. */ - logIndex: string; - /** - * The hash digest stored at the root of the merkle tree at the time - * the proof was generated. - */ - rootHash: Buffer; - /** The size of the merkle tree at the time the proof was generated. */ - treeSize: string; - /** - * A list of hashes required to compute the inclusion proof, sorted - * in order from leaf to root. - * Not that leaf and root hashes are not included. - * The root has is available separately in this message, and the - * leaf hash should be calculated by the client. - */ - hashes: Buffer[]; - /** - * Signature of the tree head, as of the time of this proof was - * generated. See above info on 'Checkpoint' for more details. - */ - checkpoint: Checkpoint | undefined; -} -/** - * The inclusion promise is calculated by Rekor. It's calculated as a - * signature over a canonical JSON serialization of the persisted entry, the - * log ID, log index and the integration timestamp. - * See https://github.com/sigstore/rekor/blob/a6e58f72b6b18cc06cefe61808efd562b9726330/pkg/api/entries.go#L54 - * The format of the signature depends on the transparency log's public key. - * If the signature algorithm requires a hash function and/or a signature - * scheme (e.g. RSA) those has to be retrieved out-of-band from the log's - * operators, together with the public key. - * This is used to verify the integration timestamp's value and that the log - * has promised to include the entry. - */ -export interface InclusionPromise { - signedEntryTimestamp: Buffer; -} -/** - * TransparencyLogEntry captures all the details required from Rekor to - * reconstruct an entry, given that the payload is provided via other means. - * This type can easily be created from the existing response from Rekor. - * Future iterations could rely on Rekor returning the minimal set of - * attributes (excluding the payload) that are required for verifying the - * inclusion promise. The inclusion promise (called SignedEntryTimestamp in - * the response from Rekor) is similar to a Signed Certificate Timestamp - * as described here https://www.rfc-editor.org/rfc/rfc9162#name-signed-certificate-timestam. - */ -export interface TransparencyLogEntry { - /** The index of the entry in the log. */ - logIndex: string; - /** The unique identifier of the log. */ - logId: LogId | undefined; - /** - * The kind (type) and version of the object associated with this - * entry. These values are required to construct the entry during - * verification. - */ - kindVersion: KindVersion | undefined; - /** The UNIX timestamp from the log when the entry was persisted. */ - integratedTime: string; - /** The inclusion promise/signed entry timestamp from the log. */ - inclusionPromise: InclusionPromise | undefined; - /** - * The inclusion proof can be used for online verification that the - * entry was appended to the log, and that the log has not been - * altered. - */ - inclusionProof: InclusionProof | undefined; - /** - * The canonicalized Rekor entry body, used for SET verification. This - * is the same as the body returned by Rekor. It's included here for - * cases where the client cannot deterministically reconstruct the - * bundle from the other fields. Clients MUST verify that the signature - * referenced in the canonicalized_body matches the signature provided - * in the bundle content. - */ - canonicalizedBody: Buffer; -} -export declare const KindVersion: { - fromJSON(object: any): KindVersion; - toJSON(message: KindVersion): unknown; -}; -export declare const Checkpoint: { - fromJSON(object: any): Checkpoint; - toJSON(message: Checkpoint): unknown; -}; -export declare const InclusionProof: { - fromJSON(object: any): InclusionProof; - toJSON(message: InclusionProof): unknown; -}; -export declare const InclusionPromise: { - fromJSON(object: any): InclusionPromise; - toJSON(message: InclusionPromise): unknown; -}; -export declare const TransparencyLogEntry: { - fromJSON(object: any): TransparencyLogEntry; - toJSON(message: TransparencyLogEntry): unknown; -}; diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/types/sigstore/__generated__/sigstore_rekor.js b/software/flow/node_modules/npm/node_modules/sigstore/dist/types/sigstore/__generated__/sigstore_rekor.js deleted file mode 100644 index bffc770..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/types/sigstore/__generated__/sigstore_rekor.js +++ /dev/null @@ -1,167 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.TransparencyLogEntry = exports.InclusionPromise = exports.InclusionProof = exports.Checkpoint = exports.KindVersion = void 0; -/* eslint-disable */ -const sigstore_common_1 = require("./sigstore_common"); -function createBaseKindVersion() { - return { kind: "", version: "" }; -} -exports.KindVersion = { - fromJSON(object) { - return { - kind: isSet(object.kind) ? String(object.kind) : "", - version: isSet(object.version) ? String(object.version) : "", - }; - }, - toJSON(message) { - const obj = {}; - message.kind !== undefined && (obj.kind = message.kind); - message.version !== undefined && (obj.version = message.version); - return obj; - }, -}; -function createBaseCheckpoint() { - return { envelope: "" }; -} -exports.Checkpoint = { - fromJSON(object) { - return { envelope: isSet(object.envelope) ? String(object.envelope) : "" }; - }, - toJSON(message) { - const obj = {}; - message.envelope !== undefined && (obj.envelope = message.envelope); - return obj; - }, -}; -function createBaseInclusionProof() { - return { logIndex: "0", rootHash: Buffer.alloc(0), treeSize: "0", hashes: [], checkpoint: undefined }; -} -exports.InclusionProof = { - fromJSON(object) { - return { - logIndex: isSet(object.logIndex) ? String(object.logIndex) : "0", - rootHash: isSet(object.rootHash) ? Buffer.from(bytesFromBase64(object.rootHash)) : Buffer.alloc(0), - treeSize: isSet(object.treeSize) ? String(object.treeSize) : "0", - hashes: Array.isArray(object?.hashes) ? object.hashes.map((e) => Buffer.from(bytesFromBase64(e))) : [], - checkpoint: isSet(object.checkpoint) ? exports.Checkpoint.fromJSON(object.checkpoint) : undefined, - }; - }, - toJSON(message) { - const obj = {}; - message.logIndex !== undefined && (obj.logIndex = message.logIndex); - message.rootHash !== undefined && - (obj.rootHash = base64FromBytes(message.rootHash !== undefined ? message.rootHash : Buffer.alloc(0))); - message.treeSize !== undefined && (obj.treeSize = message.treeSize); - if (message.hashes) { - obj.hashes = message.hashes.map((e) => base64FromBytes(e !== undefined ? e : Buffer.alloc(0))); - } - else { - obj.hashes = []; - } - message.checkpoint !== undefined && - (obj.checkpoint = message.checkpoint ? exports.Checkpoint.toJSON(message.checkpoint) : undefined); - return obj; - }, -}; -function createBaseInclusionPromise() { - return { signedEntryTimestamp: Buffer.alloc(0) }; -} -exports.InclusionPromise = { - fromJSON(object) { - return { - signedEntryTimestamp: isSet(object.signedEntryTimestamp) - ? Buffer.from(bytesFromBase64(object.signedEntryTimestamp)) - : Buffer.alloc(0), - }; - }, - toJSON(message) { - const obj = {}; - message.signedEntryTimestamp !== undefined && - (obj.signedEntryTimestamp = base64FromBytes(message.signedEntryTimestamp !== undefined ? message.signedEntryTimestamp : Buffer.alloc(0))); - return obj; - }, -}; -function createBaseTransparencyLogEntry() { - return { - logIndex: "0", - logId: undefined, - kindVersion: undefined, - integratedTime: "0", - inclusionPromise: undefined, - inclusionProof: undefined, - canonicalizedBody: Buffer.alloc(0), - }; -} -exports.TransparencyLogEntry = { - fromJSON(object) { - return { - logIndex: isSet(object.logIndex) ? String(object.logIndex) : "0", - logId: isSet(object.logId) ? sigstore_common_1.LogId.fromJSON(object.logId) : undefined, - kindVersion: isSet(object.kindVersion) ? exports.KindVersion.fromJSON(object.kindVersion) : undefined, - integratedTime: isSet(object.integratedTime) ? String(object.integratedTime) : "0", - inclusionPromise: isSet(object.inclusionPromise) ? exports.InclusionPromise.fromJSON(object.inclusionPromise) : undefined, - inclusionProof: isSet(object.inclusionProof) ? exports.InclusionProof.fromJSON(object.inclusionProof) : undefined, - canonicalizedBody: isSet(object.canonicalizedBody) - ? Buffer.from(bytesFromBase64(object.canonicalizedBody)) - : Buffer.alloc(0), - }; - }, - toJSON(message) { - const obj = {}; - message.logIndex !== undefined && (obj.logIndex = message.logIndex); - message.logId !== undefined && (obj.logId = message.logId ? sigstore_common_1.LogId.toJSON(message.logId) : undefined); - message.kindVersion !== undefined && - (obj.kindVersion = message.kindVersion ? exports.KindVersion.toJSON(message.kindVersion) : undefined); - message.integratedTime !== undefined && (obj.integratedTime = message.integratedTime); - message.inclusionPromise !== undefined && - (obj.inclusionPromise = message.inclusionPromise ? exports.InclusionPromise.toJSON(message.inclusionPromise) : undefined); - message.inclusionProof !== undefined && - (obj.inclusionProof = message.inclusionProof ? exports.InclusionProof.toJSON(message.inclusionProof) : undefined); - message.canonicalizedBody !== undefined && - (obj.canonicalizedBody = base64FromBytes(message.canonicalizedBody !== undefined ? message.canonicalizedBody : Buffer.alloc(0))); - return obj; - }, -}; -var globalThis = (() => { - if (typeof globalThis !== "undefined") { - return globalThis; - } - if (typeof self !== "undefined") { - return self; - } - if (typeof window !== "undefined") { - return window; - } - if (typeof global !== "undefined") { - return global; - } - throw "Unable to locate global object"; -})(); -function bytesFromBase64(b64) { - if (globalThis.Buffer) { - return Uint8Array.from(globalThis.Buffer.from(b64, "base64")); - } - else { - const bin = globalThis.atob(b64); - const arr = new Uint8Array(bin.length); - for (let i = 0; i < bin.length; ++i) { - arr[i] = bin.charCodeAt(i); - } - return arr; - } -} -function base64FromBytes(arr) { - if (globalThis.Buffer) { - return globalThis.Buffer.from(arr).toString("base64"); - } - else { - const bin = []; - arr.forEach((byte) => { - bin.push(String.fromCharCode(byte)); - }); - return globalThis.btoa(bin.join("")); - } -} -function isSet(value) { - return value !== null && value !== undefined; -} diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/types/sigstore/__generated__/sigstore_trustroot.d.ts b/software/flow/node_modules/npm/node_modules/sigstore/dist/types/sigstore/__generated__/sigstore_trustroot.d.ts deleted file mode 100644 index 152d08f..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/types/sigstore/__generated__/sigstore_trustroot.d.ts +++ /dev/null @@ -1,89 +0,0 @@ -import { DistinguishedName, HashAlgorithm, LogId, PublicKey, TimeRange, X509CertificateChain } from "./sigstore_common"; -/** - * TransparencyLogInstance describes the immutable parameters from a - * transparency log. - * See https://www.rfc-editor.org/rfc/rfc9162.html#name-log-parameters - * for more details. - * The incluced parameters are the minimal set required to identify a log, - * and verify an inclusion promise. - */ -export interface TransparencyLogInstance { - /** The base URL at which can be used to URLs for the client. */ - baseUrl: string; - /** The hash algorithm used for the Merkle Tree. */ - hashAlgorithm: HashAlgorithm; - /** - * The public key used to verify signatures generated by the log. - * This attribute contains the signature algorithm used by the log. - */ - publicKey: PublicKey | undefined; - /** The unique identifier for this transparency log. */ - logId: LogId | undefined; -} -/** - * CertificateAuthority enlists the information required to identify which - * CA to use and perform signature verification. - */ -export interface CertificateAuthority { - /** - * The root certificate MUST be self-signed, and so the subject and - * issuer are the same. - */ - subject: DistinguishedName | undefined; - /** The URI at which the CA can be accessed. */ - uri: string; - /** The certificate chain for this CA. */ - certChain: X509CertificateChain | undefined; - /** - * The time the *entire* chain was valid. This is at max the - * longest interval when *all* certificates in the chain were valid, - * but it MAY be shorter. - */ - validFor: TimeRange | undefined; -} -/** - * TrustedRoot describes the client's complete set of trusted entities. - * How the TrustedRoot is populated is not specified, but can be a - * combination of many sources such as TUF repositories, files on disk etc. - * - * The TrustedRoot is not meant to be used for any artifact verification, only - * to capture the complete/global set of trusted verification materials. - * When verifying an artifact, based on the artifact and policies, a selection - * of keys/authorities are expected to be extracted and provided to the - * verification function. This way the set of keys/authorities kan be kept to - * a minimal set by the policy to gain better control over what signatures - * that are allowed. - */ -export interface TrustedRoot { - /** MUST be application/vnd.dev.sigstore.trustedroot+json;version=0.1 */ - mediaType: string; - /** A set of trusted Rekor servers. */ - tlogs: TransparencyLogInstance[]; - /** - * A set of trusted certificate authorites (e.g Fulcio), and any - * intermediate certificates they provide. - * If a CA is issuing multiple intermediate certificate, each - * combination shall be represented as separate chain. I.e, a single - * root cert may appear in multiple chains but with different - * intermediate and/or leaf certificates. - * The certificates are intended to be used for verifying artifact - * signatures. - */ - certificateAuthorities: CertificateAuthority[]; - /** A set of trusted certificate transparency logs. */ - ctlogs: TransparencyLogInstance[]; - /** A set of trusted timestamping authorities. */ - timestampAuthorities: CertificateAuthority[]; -} -export declare const TransparencyLogInstance: { - fromJSON(object: any): TransparencyLogInstance; - toJSON(message: TransparencyLogInstance): unknown; -}; -export declare const CertificateAuthority: { - fromJSON(object: any): CertificateAuthority; - toJSON(message: CertificateAuthority): unknown; -}; -export declare const TrustedRoot: { - fromJSON(object: any): TrustedRoot; - toJSON(message: TrustedRoot): unknown; -}; diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/types/sigstore/__generated__/sigstore_trustroot.js b/software/flow/node_modules/npm/node_modules/sigstore/dist/types/sigstore/__generated__/sigstore_trustroot.js deleted file mode 100644 index 05e5667..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/types/sigstore/__generated__/sigstore_trustroot.js +++ /dev/null @@ -1,103 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.TrustedRoot = exports.CertificateAuthority = exports.TransparencyLogInstance = void 0; -/* eslint-disable */ -const sigstore_common_1 = require("./sigstore_common"); -function createBaseTransparencyLogInstance() { - return { baseUrl: "", hashAlgorithm: 0, publicKey: undefined, logId: undefined }; -} -exports.TransparencyLogInstance = { - fromJSON(object) { - return { - baseUrl: isSet(object.baseUrl) ? String(object.baseUrl) : "", - hashAlgorithm: isSet(object.hashAlgorithm) ? (0, sigstore_common_1.hashAlgorithmFromJSON)(object.hashAlgorithm) : 0, - publicKey: isSet(object.publicKey) ? sigstore_common_1.PublicKey.fromJSON(object.publicKey) : undefined, - logId: isSet(object.logId) ? sigstore_common_1.LogId.fromJSON(object.logId) : undefined, - }; - }, - toJSON(message) { - const obj = {}; - message.baseUrl !== undefined && (obj.baseUrl = message.baseUrl); - message.hashAlgorithm !== undefined && (obj.hashAlgorithm = (0, sigstore_common_1.hashAlgorithmToJSON)(message.hashAlgorithm)); - message.publicKey !== undefined && - (obj.publicKey = message.publicKey ? sigstore_common_1.PublicKey.toJSON(message.publicKey) : undefined); - message.logId !== undefined && (obj.logId = message.logId ? sigstore_common_1.LogId.toJSON(message.logId) : undefined); - return obj; - }, -}; -function createBaseCertificateAuthority() { - return { subject: undefined, uri: "", certChain: undefined, validFor: undefined }; -} -exports.CertificateAuthority = { - fromJSON(object) { - return { - subject: isSet(object.subject) ? sigstore_common_1.DistinguishedName.fromJSON(object.subject) : undefined, - uri: isSet(object.uri) ? String(object.uri) : "", - certChain: isSet(object.certChain) ? sigstore_common_1.X509CertificateChain.fromJSON(object.certChain) : undefined, - validFor: isSet(object.validFor) ? sigstore_common_1.TimeRange.fromJSON(object.validFor) : undefined, - }; - }, - toJSON(message) { - const obj = {}; - message.subject !== undefined && - (obj.subject = message.subject ? sigstore_common_1.DistinguishedName.toJSON(message.subject) : undefined); - message.uri !== undefined && (obj.uri = message.uri); - message.certChain !== undefined && - (obj.certChain = message.certChain ? sigstore_common_1.X509CertificateChain.toJSON(message.certChain) : undefined); - message.validFor !== undefined && - (obj.validFor = message.validFor ? sigstore_common_1.TimeRange.toJSON(message.validFor) : undefined); - return obj; - }, -}; -function createBaseTrustedRoot() { - return { mediaType: "", tlogs: [], certificateAuthorities: [], ctlogs: [], timestampAuthorities: [] }; -} -exports.TrustedRoot = { - fromJSON(object) { - return { - mediaType: isSet(object.mediaType) ? String(object.mediaType) : "", - tlogs: Array.isArray(object?.tlogs) ? object.tlogs.map((e) => exports.TransparencyLogInstance.fromJSON(e)) : [], - certificateAuthorities: Array.isArray(object?.certificateAuthorities) - ? object.certificateAuthorities.map((e) => exports.CertificateAuthority.fromJSON(e)) - : [], - ctlogs: Array.isArray(object?.ctlogs) - ? object.ctlogs.map((e) => exports.TransparencyLogInstance.fromJSON(e)) - : [], - timestampAuthorities: Array.isArray(object?.timestampAuthorities) - ? object.timestampAuthorities.map((e) => exports.CertificateAuthority.fromJSON(e)) - : [], - }; - }, - toJSON(message) { - const obj = {}; - message.mediaType !== undefined && (obj.mediaType = message.mediaType); - if (message.tlogs) { - obj.tlogs = message.tlogs.map((e) => e ? exports.TransparencyLogInstance.toJSON(e) : undefined); - } - else { - obj.tlogs = []; - } - if (message.certificateAuthorities) { - obj.certificateAuthorities = message.certificateAuthorities.map((e) => e ? exports.CertificateAuthority.toJSON(e) : undefined); - } - else { - obj.certificateAuthorities = []; - } - if (message.ctlogs) { - obj.ctlogs = message.ctlogs.map((e) => e ? exports.TransparencyLogInstance.toJSON(e) : undefined); - } - else { - obj.ctlogs = []; - } - if (message.timestampAuthorities) { - obj.timestampAuthorities = message.timestampAuthorities.map((e) => e ? exports.CertificateAuthority.toJSON(e) : undefined); - } - else { - obj.timestampAuthorities = []; - } - return obj; - }, -}; -function isSet(value) { - return value !== null && value !== undefined; -} diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/types/sigstore/__generated__/sigstore_verification.d.ts b/software/flow/node_modules/npm/node_modules/sigstore/dist/types/sigstore/__generated__/sigstore_verification.d.ts deleted file mode 100644 index 8ee32d8..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/types/sigstore/__generated__/sigstore_verification.d.ts +++ /dev/null @@ -1,156 +0,0 @@ -/// <reference types="node" /> -import { Bundle } from "./sigstore_bundle"; -import { ObjectIdentifierValuePair, PublicKey, SubjectAlternativeName } from "./sigstore_common"; -import { TrustedRoot } from "./sigstore_trustroot"; -/** The identity of a X.509 Certificate signer. */ -export interface CertificateIdentity { - /** The X.509v3 issuer extension (OID 1.3.6.1.4.1.57264.1.1) */ - issuer: string; - san: SubjectAlternativeName | undefined; - /** - * An unordered list of OIDs that must be verified. - * All OID/values provided in this list MUST exactly match against - * the values in the certificate for verification to be successful. - */ - oids: ObjectIdentifierValuePair[]; -} -export interface CertificateIdentities { - identities: CertificateIdentity[]; -} -export interface PublicKeyIdentities { - publicKeys: PublicKey[]; -} -/** - * A light-weight set of options/policies for identifying trusted signers, - * used during verification of a single artifact. - */ -export interface ArtifactVerificationOptions { - signers?: { - $case: "certificateIdentities"; - certificateIdentities: CertificateIdentities; - } | { - $case: "publicKeys"; - publicKeys: PublicKeyIdentities; - }; - /** - * Optional options for artifact transparency log verification. - * If none is provided, the default verification options are: - * Threshold: 1 - * Online verification: false - * Disable: false - */ - tlogOptions?: ArtifactVerificationOptions_TlogOptions | undefined; - /** - * Optional options for certificate transparency log verification. - * If none is provided, the default verification options are: - * Threshold: 1 - * Detached SCT: false - * Disable: false - */ - ctlogOptions?: ArtifactVerificationOptions_CtlogOptions | undefined; - /** - * Optional options for certificate signed timestamp verification. - * If none is provided, the default verification options are: - * Threshold: 1 - * Disable: false - */ - tsaOptions?: ArtifactVerificationOptions_TimestampAuthorityOptions | undefined; -} -export interface ArtifactVerificationOptions_TlogOptions { - /** Number of transparency logs the entry must appear on. */ - threshold: number; - /** Perform an online inclusion proof. */ - performOnlineVerification: boolean; - /** Disable verification for transparency logs. */ - disable: boolean; -} -export interface ArtifactVerificationOptions_CtlogOptions { - /** - * The number of ct transparency logs the certificate must - * appear on. - */ - threshold: number; - /** - * Expect detached SCTs. - * This is not supported right now as we can't capture an - * detached SCT in the bundle. - */ - detachedSct: boolean; - /** Disable ct transparency log verification */ - disable: boolean; -} -export interface ArtifactVerificationOptions_TimestampAuthorityOptions { - /** The number of signed timestamps that are expected. */ - threshold: number; - /** Disable signed timestamp verification. */ - disable: boolean; -} -export interface Artifact { - data?: { - $case: "artifactUri"; - artifactUri: string; - } | { - $case: "artifact"; - artifact: Buffer; - }; -} -/** - * Input captures all that is needed to call the bundle verification method, - * to verify a single artifact referenced by the bundle. - */ -export interface Input { - /** - * The verification materials provided during a bundle verification. - * The running process is usually preloaded with a "global" - * dev.sisgtore.trustroot.TrustedRoot.v1 instance. Prior to - * verifying an artifact (i.e a bundle), and/or based on current - * policy, some selection is expected to happen, to filter out the - * exact certificate authority to use, which transparency logs are - * relevant etc. The result should b ecaptured in the - * `artifact_trust_root`. - */ - artifactTrustRoot: TrustedRoot | undefined; - artifactVerificationOptions: ArtifactVerificationOptions | undefined; - bundle: Bundle | undefined; - /** - * If the bundle contains a message signature, the artifact must be - * provided. - */ - artifact?: Artifact | undefined; -} -export declare const CertificateIdentity: { - fromJSON(object: any): CertificateIdentity; - toJSON(message: CertificateIdentity): unknown; -}; -export declare const CertificateIdentities: { - fromJSON(object: any): CertificateIdentities; - toJSON(message: CertificateIdentities): unknown; -}; -export declare const PublicKeyIdentities: { - fromJSON(object: any): PublicKeyIdentities; - toJSON(message: PublicKeyIdentities): unknown; -}; -export declare const ArtifactVerificationOptions: { - fromJSON(object: any): ArtifactVerificationOptions; - toJSON(message: ArtifactVerificationOptions): unknown; -}; -export declare const ArtifactVerificationOptions_TlogOptions: { - fromJSON(object: any): ArtifactVerificationOptions_TlogOptions; - toJSON(message: ArtifactVerificationOptions_TlogOptions): unknown; -}; -export declare const ArtifactVerificationOptions_CtlogOptions: { - fromJSON(object: any): ArtifactVerificationOptions_CtlogOptions; - toJSON(message: ArtifactVerificationOptions_CtlogOptions): unknown; -}; -export declare const ArtifactVerificationOptions_TimestampAuthorityOptions: { - fromJSON(object: any): ArtifactVerificationOptions_TimestampAuthorityOptions; - toJSON(message: ArtifactVerificationOptions_TimestampAuthorityOptions): unknown; -}; -export declare const Artifact: { - fromJSON(object: any): Artifact; - toJSON(message: Artifact): unknown; -}; -export declare const Input: { - fromJSON(object: any): Input; - toJSON(message: Input): unknown; -}; diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/types/sigstore/__generated__/sigstore_verification.js b/software/flow/node_modules/npm/node_modules/sigstore/dist/types/sigstore/__generated__/sigstore_verification.js deleted file mode 100644 index b99a305..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/types/sigstore/__generated__/sigstore_verification.js +++ /dev/null @@ -1,273 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.Input = exports.Artifact = exports.ArtifactVerificationOptions_TimestampAuthorityOptions = exports.ArtifactVerificationOptions_CtlogOptions = exports.ArtifactVerificationOptions_TlogOptions = exports.ArtifactVerificationOptions = exports.PublicKeyIdentities = exports.CertificateIdentities = exports.CertificateIdentity = void 0; -/* eslint-disable */ -const sigstore_bundle_1 = require("./sigstore_bundle"); -const sigstore_common_1 = require("./sigstore_common"); -const sigstore_trustroot_1 = require("./sigstore_trustroot"); -function createBaseCertificateIdentity() { - return { issuer: "", san: undefined, oids: [] }; -} -exports.CertificateIdentity = { - fromJSON(object) { - return { - issuer: isSet(object.issuer) ? String(object.issuer) : "", - san: isSet(object.san) ? sigstore_common_1.SubjectAlternativeName.fromJSON(object.san) : undefined, - oids: Array.isArray(object?.oids) ? object.oids.map((e) => sigstore_common_1.ObjectIdentifierValuePair.fromJSON(e)) : [], - }; - }, - toJSON(message) { - const obj = {}; - message.issuer !== undefined && (obj.issuer = message.issuer); - message.san !== undefined && (obj.san = message.san ? sigstore_common_1.SubjectAlternativeName.toJSON(message.san) : undefined); - if (message.oids) { - obj.oids = message.oids.map((e) => e ? sigstore_common_1.ObjectIdentifierValuePair.toJSON(e) : undefined); - } - else { - obj.oids = []; - } - return obj; - }, -}; -function createBaseCertificateIdentities() { - return { identities: [] }; -} -exports.CertificateIdentities = { - fromJSON(object) { - return { - identities: Array.isArray(object?.identities) - ? object.identities.map((e) => exports.CertificateIdentity.fromJSON(e)) - : [], - }; - }, - toJSON(message) { - const obj = {}; - if (message.identities) { - obj.identities = message.identities.map((e) => e ? exports.CertificateIdentity.toJSON(e) : undefined); - } - else { - obj.identities = []; - } - return obj; - }, -}; -function createBasePublicKeyIdentities() { - return { publicKeys: [] }; -} -exports.PublicKeyIdentities = { - fromJSON(object) { - return { - publicKeys: Array.isArray(object?.publicKeys) ? object.publicKeys.map((e) => sigstore_common_1.PublicKey.fromJSON(e)) : [], - }; - }, - toJSON(message) { - const obj = {}; - if (message.publicKeys) { - obj.publicKeys = message.publicKeys.map((e) => e ? sigstore_common_1.PublicKey.toJSON(e) : undefined); - } - else { - obj.publicKeys = []; - } - return obj; - }, -}; -function createBaseArtifactVerificationOptions() { - return { signers: undefined, tlogOptions: undefined, ctlogOptions: undefined, tsaOptions: undefined }; -} -exports.ArtifactVerificationOptions = { - fromJSON(object) { - return { - signers: isSet(object.certificateIdentities) - ? { - $case: "certificateIdentities", - certificateIdentities: exports.CertificateIdentities.fromJSON(object.certificateIdentities), - } - : isSet(object.publicKeys) - ? { $case: "publicKeys", publicKeys: exports.PublicKeyIdentities.fromJSON(object.publicKeys) } - : undefined, - tlogOptions: isSet(object.tlogOptions) - ? exports.ArtifactVerificationOptions_TlogOptions.fromJSON(object.tlogOptions) - : undefined, - ctlogOptions: isSet(object.ctlogOptions) - ? exports.ArtifactVerificationOptions_CtlogOptions.fromJSON(object.ctlogOptions) - : undefined, - tsaOptions: isSet(object.tsaOptions) - ? exports.ArtifactVerificationOptions_TimestampAuthorityOptions.fromJSON(object.tsaOptions) - : undefined, - }; - }, - toJSON(message) { - const obj = {}; - message.signers?.$case === "certificateIdentities" && - (obj.certificateIdentities = message.signers?.certificateIdentities - ? exports.CertificateIdentities.toJSON(message.signers?.certificateIdentities) - : undefined); - message.signers?.$case === "publicKeys" && (obj.publicKeys = message.signers?.publicKeys - ? exports.PublicKeyIdentities.toJSON(message.signers?.publicKeys) - : undefined); - message.tlogOptions !== undefined && (obj.tlogOptions = message.tlogOptions - ? exports.ArtifactVerificationOptions_TlogOptions.toJSON(message.tlogOptions) - : undefined); - message.ctlogOptions !== undefined && (obj.ctlogOptions = message.ctlogOptions - ? exports.ArtifactVerificationOptions_CtlogOptions.toJSON(message.ctlogOptions) - : undefined); - message.tsaOptions !== undefined && (obj.tsaOptions = message.tsaOptions - ? exports.ArtifactVerificationOptions_TimestampAuthorityOptions.toJSON(message.tsaOptions) - : undefined); - return obj; - }, -}; -function createBaseArtifactVerificationOptions_TlogOptions() { - return { threshold: 0, performOnlineVerification: false, disable: false }; -} -exports.ArtifactVerificationOptions_TlogOptions = { - fromJSON(object) { - return { - threshold: isSet(object.threshold) ? Number(object.threshold) : 0, - performOnlineVerification: isSet(object.performOnlineVerification) - ? Boolean(object.performOnlineVerification) - : false, - disable: isSet(object.disable) ? Boolean(object.disable) : false, - }; - }, - toJSON(message) { - const obj = {}; - message.threshold !== undefined && (obj.threshold = Math.round(message.threshold)); - message.performOnlineVerification !== undefined && - (obj.performOnlineVerification = message.performOnlineVerification); - message.disable !== undefined && (obj.disable = message.disable); - return obj; - }, -}; -function createBaseArtifactVerificationOptions_CtlogOptions() { - return { threshold: 0, detachedSct: false, disable: false }; -} -exports.ArtifactVerificationOptions_CtlogOptions = { - fromJSON(object) { - return { - threshold: isSet(object.threshold) ? Number(object.threshold) : 0, - detachedSct: isSet(object.detachedSct) ? Boolean(object.detachedSct) : false, - disable: isSet(object.disable) ? Boolean(object.disable) : false, - }; - }, - toJSON(message) { - const obj = {}; - message.threshold !== undefined && (obj.threshold = Math.round(message.threshold)); - message.detachedSct !== undefined && (obj.detachedSct = message.detachedSct); - message.disable !== undefined && (obj.disable = message.disable); - return obj; - }, -}; -function createBaseArtifactVerificationOptions_TimestampAuthorityOptions() { - return { threshold: 0, disable: false }; -} -exports.ArtifactVerificationOptions_TimestampAuthorityOptions = { - fromJSON(object) { - return { - threshold: isSet(object.threshold) ? Number(object.threshold) : 0, - disable: isSet(object.disable) ? Boolean(object.disable) : false, - }; - }, - toJSON(message) { - const obj = {}; - message.threshold !== undefined && (obj.threshold = Math.round(message.threshold)); - message.disable !== undefined && (obj.disable = message.disable); - return obj; - }, -}; -function createBaseArtifact() { - return { data: undefined }; -} -exports.Artifact = { - fromJSON(object) { - return { - data: isSet(object.artifactUri) - ? { $case: "artifactUri", artifactUri: String(object.artifactUri) } - : isSet(object.artifact) - ? { $case: "artifact", artifact: Buffer.from(bytesFromBase64(object.artifact)) } - : undefined, - }; - }, - toJSON(message) { - const obj = {}; - message.data?.$case === "artifactUri" && (obj.artifactUri = message.data?.artifactUri); - message.data?.$case === "artifact" && - (obj.artifact = message.data?.artifact !== undefined ? base64FromBytes(message.data?.artifact) : undefined); - return obj; - }, -}; -function createBaseInput() { - return { - artifactTrustRoot: undefined, - artifactVerificationOptions: undefined, - bundle: undefined, - artifact: undefined, - }; -} -exports.Input = { - fromJSON(object) { - return { - artifactTrustRoot: isSet(object.artifactTrustRoot) ? sigstore_trustroot_1.TrustedRoot.fromJSON(object.artifactTrustRoot) : undefined, - artifactVerificationOptions: isSet(object.artifactVerificationOptions) - ? exports.ArtifactVerificationOptions.fromJSON(object.artifactVerificationOptions) - : undefined, - bundle: isSet(object.bundle) ? sigstore_bundle_1.Bundle.fromJSON(object.bundle) : undefined, - artifact: isSet(object.artifact) ? exports.Artifact.fromJSON(object.artifact) : undefined, - }; - }, - toJSON(message) { - const obj = {}; - message.artifactTrustRoot !== undefined && - (obj.artifactTrustRoot = message.artifactTrustRoot ? sigstore_trustroot_1.TrustedRoot.toJSON(message.artifactTrustRoot) : undefined); - message.artifactVerificationOptions !== undefined && - (obj.artifactVerificationOptions = message.artifactVerificationOptions - ? exports.ArtifactVerificationOptions.toJSON(message.artifactVerificationOptions) - : undefined); - message.bundle !== undefined && (obj.bundle = message.bundle ? sigstore_bundle_1.Bundle.toJSON(message.bundle) : undefined); - message.artifact !== undefined && (obj.artifact = message.artifact ? exports.Artifact.toJSON(message.artifact) : undefined); - return obj; - }, -}; -var globalThis = (() => { - if (typeof globalThis !== "undefined") { - return globalThis; - } - if (typeof self !== "undefined") { - return self; - } - if (typeof window !== "undefined") { - return window; - } - if (typeof global !== "undefined") { - return global; - } - throw "Unable to locate global object"; -})(); -function bytesFromBase64(b64) { - if (globalThis.Buffer) { - return Uint8Array.from(globalThis.Buffer.from(b64, "base64")); - } - else { - const bin = globalThis.atob(b64); - const arr = new Uint8Array(bin.length); - for (let i = 0; i < bin.length; ++i) { - arr[i] = bin.charCodeAt(i); - } - return arr; - } -} -function base64FromBytes(arr) { - if (globalThis.Buffer) { - return globalThis.Buffer.from(arr).toString("base64"); - } - else { - const bin = []; - arr.forEach((byte) => { - bin.push(String.fromCharCode(byte)); - }); - return globalThis.btoa(bin.join("")); - } -} -function isSet(value) { - return value !== null && value !== undefined; -} diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/types/sigstore/index.d.ts b/software/flow/node_modules/npm/node_modules/sigstore/dist/types/sigstore/index.d.ts deleted file mode 100644 index 26dd215..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/types/sigstore/index.d.ts +++ /dev/null @@ -1,46 +0,0 @@ -/// <reference types="node" /> -import { Entry } from '../../tlog'; -import { x509Certificate } from '../../x509/cert'; -import { SignatureMaterial } from '../signature'; -import { WithRequired } from '../utility'; -import { ValidBundle } from './validate'; -import { Envelope } from './__generated__/envelope'; -import { Bundle, VerificationMaterial } from './__generated__/sigstore_bundle'; -import { TransparencyLogEntry } from './__generated__/sigstore_rekor'; -import { ArtifactVerificationOptions } from './__generated__/sigstore_verification'; -export * from './serialized'; -export * from './validate'; -export * from './__generated__/envelope'; -export * from './__generated__/sigstore_bundle'; -export * from './__generated__/sigstore_common'; -export { TransparencyLogEntry } from './__generated__/sigstore_rekor'; -export * from './__generated__/sigstore_trustroot'; -export * from './__generated__/sigstore_verification'; -export declare const bundleToJSON: (message: Bundle) => unknown; -export declare const bundleFromJSON: (obj: any) => ValidBundle; -export declare const envelopeToJSON: (message: Envelope) => unknown; -export declare const envelopeFromJSON: (object: any) => Envelope; -export type BundleWithVerificationMaterial = WithRequired<Bundle, 'verificationMaterial'>; -export declare function isBundleWithVerificationMaterial(bundle: Bundle): bundle is BundleWithVerificationMaterial; -export type BundleWithCertificateChain = Bundle & { - verificationMaterial: VerificationMaterial & { - content: Extract<VerificationMaterial['content'], { - $case: 'x509CertificateChain'; - }>; - }; -}; -export declare function isBundleWithCertificateChain(bundle: Bundle): bundle is BundleWithCertificateChain; -export type RequiredArtifactVerificationOptions = WithRequired<ArtifactVerificationOptions, 'ctlogOptions' | 'tlogOptions'>; -export type CAArtifactVerificationOptions = WithRequired<ArtifactVerificationOptions, 'ctlogOptions'> & { - signers?: Extract<ArtifactVerificationOptions['signers'], { - $case: 'certificateIdentities'; - }>; -}; -export declare function isCAVerificationOptions(options: ArtifactVerificationOptions): options is CAArtifactVerificationOptions; -export type VerifiableTransparencyLogEntry = WithRequired<TransparencyLogEntry, 'logId' | 'inclusionPromise' | 'kindVersion'>; -export declare function isVerifiableTransparencyLogEntry(entry: TransparencyLogEntry): entry is VerifiableTransparencyLogEntry; -export declare const bundle: { - toDSSEBundle: (envelope: Envelope, signature: SignatureMaterial, rekorEntry: Entry) => Bundle; - toMessageSignatureBundle: (digest: Buffer, signature: SignatureMaterial, rekorEntry: Entry) => Bundle; -}; -export declare function signingCertificate(bundle: Bundle): x509Certificate | undefined; diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/types/sigstore/index.js b/software/flow/node_modules/npm/node_modules/sigstore/dist/types/sigstore/index.js deleted file mode 100644 index df07d6d..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/types/sigstore/index.js +++ /dev/null @@ -1,144 +0,0 @@ -"use strict"; -var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { - if (k2 === undefined) k2 = k; - var desc = Object.getOwnPropertyDescriptor(m, k); - if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { - desc = { enumerable: true, get: function() { return m[k]; } }; - } - Object.defineProperty(o, k2, desc); -}) : (function(o, m, k, k2) { - if (k2 === undefined) k2 = k; - o[k2] = m[k]; -})); -var __exportStar = (this && this.__exportStar) || function(m, exports) { - for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); -}; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.signingCertificate = exports.bundle = exports.isVerifiableTransparencyLogEntry = exports.isCAVerificationOptions = exports.isBundleWithCertificateChain = exports.isBundleWithVerificationMaterial = exports.envelopeFromJSON = exports.envelopeToJSON = exports.bundleFromJSON = exports.bundleToJSON = exports.TransparencyLogEntry = void 0; -const util_1 = require("../../util"); -const cert_1 = require("../../x509/cert"); -const validate_1 = require("./validate"); -const envelope_1 = require("./__generated__/envelope"); -const sigstore_bundle_1 = require("./__generated__/sigstore_bundle"); -const sigstore_common_1 = require("./__generated__/sigstore_common"); -__exportStar(require("./serialized"), exports); -__exportStar(require("./validate"), exports); -__exportStar(require("./__generated__/envelope"), exports); -__exportStar(require("./__generated__/sigstore_bundle"), exports); -__exportStar(require("./__generated__/sigstore_common"), exports); -var sigstore_rekor_1 = require("./__generated__/sigstore_rekor"); -Object.defineProperty(exports, "TransparencyLogEntry", { enumerable: true, get: function () { return sigstore_rekor_1.TransparencyLogEntry; } }); -__exportStar(require("./__generated__/sigstore_trustroot"), exports); -__exportStar(require("./__generated__/sigstore_verification"), exports); -exports.bundleToJSON = sigstore_bundle_1.Bundle.toJSON; -// eslint-disable-next-line @typescript-eslint/no-explicit-any -const bundleFromJSON = (obj) => { - const bundle = sigstore_bundle_1.Bundle.fromJSON(obj); - (0, validate_1.assertValidBundle)(bundle); - return bundle; -}; -exports.bundleFromJSON = bundleFromJSON; -exports.envelopeToJSON = envelope_1.Envelope.toJSON; -exports.envelopeFromJSON = envelope_1.Envelope.fromJSON; -const BUNDLE_MEDIA_TYPE = 'application/vnd.dev.sigstore.bundle+json;version=0.1'; -// Type guard for narrowing a Bundle to a BundleWithVerificationMaterial -function isBundleWithVerificationMaterial(bundle) { - return bundle.verificationMaterial !== undefined; -} -exports.isBundleWithVerificationMaterial = isBundleWithVerificationMaterial; -// Type guard for narrowing a Bundle to a BundleWithCertificateChain -function isBundleWithCertificateChain(bundle) { - return (isBundleWithVerificationMaterial(bundle) && - bundle.verificationMaterial.content !== undefined && - bundle.verificationMaterial.content.$case === 'x509CertificateChain'); -} -exports.isBundleWithCertificateChain = isBundleWithCertificateChain; -function isCAVerificationOptions(options) { - return (options.ctlogOptions !== undefined && - (options.signers === undefined || - options.signers.$case === 'certificateIdentities')); -} -exports.isCAVerificationOptions = isCAVerificationOptions; -function isVerifiableTransparencyLogEntry(entry) { - return (entry.logId !== undefined && - entry.inclusionPromise !== undefined && - entry.kindVersion !== undefined); -} -exports.isVerifiableTransparencyLogEntry = isVerifiableTransparencyLogEntry; -exports.bundle = { - toDSSEBundle: (envelope, signature, rekorEntry) => ({ - mediaType: BUNDLE_MEDIA_TYPE, - content: { - $case: 'dsseEnvelope', - dsseEnvelope: envelope, - }, - verificationMaterial: toVerificationMaterial(signature, rekorEntry), - }), - toMessageSignatureBundle: (digest, signature, rekorEntry) => ({ - mediaType: BUNDLE_MEDIA_TYPE, - content: { - $case: 'messageSignature', - messageSignature: { - messageDigest: { - algorithm: sigstore_common_1.HashAlgorithm.SHA2_256, - digest: digest, - }, - signature: signature.signature, - }, - }, - verificationMaterial: toVerificationMaterial(signature, rekorEntry), - }), -}; -function toTransparencyLogEntry(entry) { - const set = Buffer.from(entry.verification.signedEntryTimestamp, 'base64'); - const logID = Buffer.from(entry.logID, 'hex'); - // Parse entry body so we can extract the kind and version. - const bodyJSON = util_1.encoding.base64Decode(entry.body); - const entryBody = JSON.parse(bodyJSON); - return { - inclusionPromise: { - signedEntryTimestamp: set, - }, - logIndex: entry.logIndex.toString(), - logId: { - keyId: logID, - }, - integratedTime: entry.integratedTime.toString(), - kindVersion: { - kind: entryBody.kind, - version: entryBody.apiVersion, - }, - inclusionProof: undefined, - canonicalizedBody: Buffer.from(entry.body, 'base64'), - }; -} -function toVerificationMaterial(signature, entry) { - return { - content: signature.certificates - ? toVerificationMaterialx509CertificateChain(signature.certificates) - : toVerificationMaterialPublicKey(signature.key.id || ''), - tlogEntries: [toTransparencyLogEntry(entry)], - timestampVerificationData: undefined, - }; -} -function toVerificationMaterialx509CertificateChain(certificates) { - return { - $case: 'x509CertificateChain', - x509CertificateChain: { - certificates: certificates.map((c) => ({ - rawBytes: util_1.pem.toDER(c), - })), - }, - }; -} -function toVerificationMaterialPublicKey(hint) { - return { $case: 'publicKey', publicKey: { hint } }; -} -function signingCertificate(bundle) { - if (!isBundleWithCertificateChain(bundle)) { - return undefined; - } - const signingCert = bundle.verificationMaterial.content.x509CertificateChain.certificates[0]; - return cert_1.x509Certificate.parse(signingCert.rawBytes); -} -exports.signingCertificate = signingCertificate; diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/types/sigstore/serialized.d.ts b/software/flow/node_modules/npm/node_modules/sigstore/dist/types/sigstore/serialized.d.ts deleted file mode 100644 index 31cb2ce..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/types/sigstore/serialized.d.ts +++ /dev/null @@ -1,74 +0,0 @@ -import { OneOf } from '../utility'; -type SerializedTLogEntry = { - logIndex: string; - logId: { - keyId: string; - }; - kindVersion: { - kind: string; - version: string; - } | undefined; - integratedTime: string; - inclusionPromise: { - signedEntryTimestamp: string; - }; - inclusionProof: { - logIndex: string; - rootHash: string; - treeSize: string; - hashes: string[]; - checkpoint: { - envelope: string; - }; - } | undefined; - canonicalizedBody: string; -}; -type SerializedTimestampVerificationData = { - rfc3161Timestamps: { - signedTimestamp: string; - }[]; -}; -type SerializedMessageSignature = { - messageDigest: { - algorithm: string; - digest: string; - } | undefined; - signature: string; -}; -type SerializedDSSEEnvelope = { - payload: string; - payloadType: string; - signatures: { - sig: string; - keyid: string; - }[]; -}; -export type SerializedBundle = { - mediaType: string; - verificationMaterial: (OneOf<{ - x509CertificateChain: { - certificates: { - rawBytes: string; - }[]; - }; - publicKey: { - hint: string; - }; - }> | undefined) & { - tlogEntries: SerializedTLogEntry[]; - timestampVerificationData: SerializedTimestampVerificationData | undefined; - }; -} & OneOf<{ - dsseEnvelope: SerializedDSSEEnvelope; - messageSignature: SerializedMessageSignature; -}>; -interface SerializedSignature { - sig: string; - keyid: string; -} -export type SerializedEnvelope = { - payload: string; - payloadType: string; - signatures: SerializedSignature[]; -}; -export {}; diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/types/sigstore/serialized.js b/software/flow/node_modules/npm/node_modules/sigstore/dist/types/sigstore/serialized.js deleted file mode 100644 index c8ad2e5..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/types/sigstore/serialized.js +++ /dev/null @@ -1,2 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/types/sigstore/validate.d.ts b/software/flow/node_modules/npm/node_modules/sigstore/dist/types/sigstore/validate.d.ts deleted file mode 100644 index fd0a354..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/types/sigstore/validate.d.ts +++ /dev/null @@ -1,16 +0,0 @@ -import { WithRequired } from '../utility'; -import { Bundle, VerificationMaterial } from './__generated__/sigstore_bundle'; -import { MessageSignature } from './__generated__/sigstore_common'; -export type ValidBundle = Bundle & { - verificationMaterial: VerificationMaterial & { - content: NonNullable<VerificationMaterial['content']>; - }; - content: (Extract<Bundle['content'], { - $case: 'messageSignature'; - }> & { - messageSignature: WithRequired<MessageSignature, 'messageDigest'>; - }) | Extract<Bundle['content'], { - $case: 'dsseEnvelope'; - }>; -}; -export declare function assertValidBundle(b: Bundle): asserts b is ValidBundle; diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/types/sigstore/validate.js b/software/flow/node_modules/npm/node_modules/sigstore/dist/types/sigstore/validate.js deleted file mode 100644 index a19d8ad..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/types/sigstore/validate.js +++ /dev/null @@ -1,88 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.assertValidBundle = void 0; -/* -Copyright 2023 The Sigstore Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ -const error_1 = require("../../error"); -// Performs basic validation of a Sigstore bundle to ensure that all required -// fields are populated. This is not a complete validation of the bundle, but -// rather a check that the bundle is in a valid state to be processed by the -// rest of the code. -function assertValidBundle(b) { - const invalidValues = []; - // Content-related validation - if (b.content === undefined) { - invalidValues.push('content'); - } - else { - switch (b.content.$case) { - case 'messageSignature': - if (b.content.messageSignature.messageDigest === undefined) { - invalidValues.push('content.messageSignature.messageDigest'); - } - else { - if (b.content.messageSignature.messageDigest.digest.length === 0) { - invalidValues.push('content.messageSignature.messageDigest.digest'); - } - } - if (b.content.messageSignature.signature.length === 0) { - invalidValues.push('content.messageSignature.signature'); - } - break; - case 'dsseEnvelope': - if (b.content.dsseEnvelope.payload.length === 0) { - invalidValues.push('content.dsseEnvelope.payload'); - } - if (b.content.dsseEnvelope.signatures.length !== 1) { - invalidValues.push('content.dsseEnvelope.signatures'); - } - else { - if (b.content.dsseEnvelope.signatures[0].sig.length === 0) { - invalidValues.push('content.dsseEnvelope.signatures[0].sig'); - } - } - break; - } - } - // Verification material-related validation - if (b.verificationMaterial === undefined) { - invalidValues.push('verificationMaterial'); - } - else { - if (b.verificationMaterial.content === undefined) { - invalidValues.push('verificationMaterial.content'); - } - else { - switch (b.verificationMaterial.content.$case) { - case 'x509CertificateChain': - if (b.verificationMaterial.content.x509CertificateChain.certificates - .length === 0) { - invalidValues.push('verificationMaterial.content.x509CertificateChain.certificates'); - } - b.verificationMaterial.content.x509CertificateChain.certificates.forEach((cert, i) => { - if (cert.rawBytes.length === 0) { - invalidValues.push(`verificationMaterial.content.x509CertificateChain.certificates[${i}].rawBytes`); - } - }); - break; - } - } - } - if (invalidValues.length > 0) { - throw new error_1.ValidationError(`invalid/missing bundle values: ${invalidValues.join(', ')}`); - } -} -exports.assertValidBundle = assertValidBundle; diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/types/utility.d.ts b/software/flow/node_modules/npm/node_modules/sigstore/dist/types/utility.d.ts deleted file mode 100644 index df993d5..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/types/utility.d.ts +++ /dev/null @@ -1,14 +0,0 @@ -type ValueOf<Obj> = Obj[keyof Obj]; -type OneOnly<Obj, K extends keyof Obj> = { - [key in Exclude<keyof Obj, K>]: undefined; -} & { - [key in K]: Obj[K]; -}; -type OneOfByKey<Obj> = { - [key in keyof Obj]: OneOnly<Obj, key>; -}; -export type OneOf<T> = ValueOf<OneOfByKey<T>>; -export type WithRequired<T, K extends keyof T> = T & { - [P in K]-?: NonNullable<T[P]>; -}; -export {}; diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/types/utility.js b/software/flow/node_modules/npm/node_modules/sigstore/dist/types/utility.js deleted file mode 100644 index 132848c..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/types/utility.js +++ /dev/null @@ -1,18 +0,0 @@ -"use strict"; -/* -Copyright 2022 The Sigstore Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ -// https://dev.to/maxime1992/implement-a-generic-oneof-type-with-typescript-22em -Object.defineProperty(exports, "__esModule", { value: true }); diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/util/crypto.d.ts b/software/flow/node_modules/npm/node_modules/sigstore/dist/util/crypto.d.ts deleted file mode 100644 index a726dd2..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/util/crypto.d.ts +++ /dev/null @@ -1,10 +0,0 @@ -/// <reference types="node" /> -/// <reference types="node" /> -/// <reference types="node" /> -import { BinaryLike, KeyLike, KeyPairKeyObjectResult } from 'crypto'; -export declare function generateKeyPair(): KeyPairKeyObjectResult; -export declare function createPublicKey(key: string | Buffer): KeyLike; -export declare function signBlob(data: NodeJS.ArrayBufferView, privateKey: KeyLike): Buffer; -export declare function verifyBlob(data: Buffer, key: KeyLike, signature: Buffer, algorithm?: string): boolean; -export declare function hash(data: BinaryLike): Buffer; -export declare function randomBytes(count: number): Buffer; diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/util/crypto.js b/software/flow/node_modules/npm/node_modules/sigstore/dist/util/crypto.js deleted file mode 100644 index 0b1e0bc..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/util/crypto.js +++ /dev/null @@ -1,64 +0,0 @@ -"use strict"; -var __importDefault = (this && this.__importDefault) || function (mod) { - return (mod && mod.__esModule) ? mod : { "default": mod }; -}; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.randomBytes = exports.hash = exports.verifyBlob = exports.signBlob = exports.createPublicKey = exports.generateKeyPair = void 0; -/* -Copyright 2022 The Sigstore Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ -const crypto_1 = __importDefault(require("crypto")); -const EC_KEYPAIR_TYPE = 'ec'; -const P256_CURVE = 'P-256'; -const SHA256_ALGORITHM = 'sha256'; -function generateKeyPair() { - return crypto_1.default.generateKeyPairSync(EC_KEYPAIR_TYPE, { - namedCurve: P256_CURVE, - }); -} -exports.generateKeyPair = generateKeyPair; -function createPublicKey(key) { - if (typeof key === 'string') { - return crypto_1.default.createPublicKey(key); - } - else { - return crypto_1.default.createPublicKey({ key, format: 'der', type: 'spki' }); - } -} -exports.createPublicKey = createPublicKey; -function signBlob(data, privateKey) { - return crypto_1.default.sign(null, data, privateKey); -} -exports.signBlob = signBlob; -function verifyBlob(data, key, signature, algorithm) { - // The try/catch is to work around an issue in Node 14.x where verify throws - // an error in some scenarios if the signature is invalid. - try { - return crypto_1.default.verify(algorithm, data, key, signature); - } - catch (e) { - return false; - } -} -exports.verifyBlob = verifyBlob; -function hash(data) { - const hash = crypto_1.default.createHash(SHA256_ALGORITHM); - return hash.update(data).digest(); -} -exports.hash = hash; -function randomBytes(count) { - return crypto_1.default.randomBytes(count); -} -exports.randomBytes = randomBytes; diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/util/dsse.d.ts b/software/flow/node_modules/npm/node_modules/sigstore/dist/util/dsse.d.ts deleted file mode 100644 index 839b9c0..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/util/dsse.d.ts +++ /dev/null @@ -1,2 +0,0 @@ -/// <reference types="node" /> -export declare function preAuthEncoding(payloadType: string, payload: Buffer): Buffer; diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/util/dsse.js b/software/flow/node_modules/npm/node_modules/sigstore/dist/util/dsse.js deleted file mode 100644 index bba7baa..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/util/dsse.js +++ /dev/null @@ -1,25 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.preAuthEncoding = void 0; -/* -Copyright 2022 The Sigstore Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ -const PAE_PREFIX = 'DSSEv1'; -// DSSE Pre-Authentication Encoding -function preAuthEncoding(payloadType, payload) { - const prefix = Buffer.from(`${PAE_PREFIX} ${payloadType.length} ${payloadType} ${payload.length} `, 'ascii'); - return Buffer.concat([prefix, payload]); -} -exports.preAuthEncoding = preAuthEncoding; diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/util/encoding.d.ts b/software/flow/node_modules/npm/node_modules/sigstore/dist/util/encoding.d.ts deleted file mode 100644 index f1347c2..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/util/encoding.d.ts +++ /dev/null @@ -1,6 +0,0 @@ -export declare function base64Encode(str: string): string; -export declare function base64Decode(str: string): string; -export declare function base64URLEncode(str: string): string; -export declare function base64URLDecode(str: string): string; -export declare function base64URLEscape(str: string): string; -export declare function base64URLUnescape(str: string): string; diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/util/encoding.js b/software/flow/node_modules/npm/node_modules/sigstore/dist/util/encoding.js deleted file mode 100644 index 8674d77..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/util/encoding.js +++ /dev/null @@ -1,46 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.base64URLUnescape = exports.base64URLEscape = exports.base64URLDecode = exports.base64URLEncode = exports.base64Decode = exports.base64Encode = void 0; -/* -Copyright 2022 The Sigstore Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ -const BASE64_ENCODING = 'base64'; -const UTF8_ENCODING = 'utf-8'; -function base64Encode(str) { - return Buffer.from(str, UTF8_ENCODING).toString(BASE64_ENCODING); -} -exports.base64Encode = base64Encode; -function base64Decode(str) { - return Buffer.from(str, BASE64_ENCODING).toString(UTF8_ENCODING); -} -exports.base64Decode = base64Decode; -function base64URLEncode(str) { - return base64URLEscape(base64Encode(str)); -} -exports.base64URLEncode = base64URLEncode; -function base64URLDecode(str) { - return base64Decode(base64URLUnescape(str)); -} -exports.base64URLDecode = base64URLDecode; -function base64URLEscape(str) { - return str.replace(/\+/g, '-').replace(/\//g, '_').replace(/=/g, ''); -} -exports.base64URLEscape = base64URLEscape; -function base64URLUnescape(str) { - // Repad the base64 string if necessary - str += '='.repeat((4 - (str.length % 4)) % 4); - return str.replace(/-/g, '+').replace(/_/g, '/'); -} -exports.base64URLUnescape = base64URLUnescape; diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/util/index.d.ts b/software/flow/node_modules/npm/node_modules/sigstore/dist/util/index.d.ts deleted file mode 100644 index 786a196..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/util/index.d.ts +++ /dev/null @@ -1,8 +0,0 @@ -export * as crypto from './crypto'; -export * as dsse from './dsse'; -export * as encoding from './encoding'; -export * as json from './json'; -export * as oidc from './oidc'; -export * as pem from './pem'; -export * as promise from './promise'; -export * as ua from './ua'; diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/util/index.js b/software/flow/node_modules/npm/node_modules/sigstore/dist/util/index.js deleted file mode 100644 index 2c02116..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/util/index.js +++ /dev/null @@ -1,49 +0,0 @@ -"use strict"; -var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { - if (k2 === undefined) k2 = k; - var desc = Object.getOwnPropertyDescriptor(m, k); - if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { - desc = { enumerable: true, get: function() { return m[k]; } }; - } - Object.defineProperty(o, k2, desc); -}) : (function(o, m, k, k2) { - if (k2 === undefined) k2 = k; - o[k2] = m[k]; -})); -var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { - Object.defineProperty(o, "default", { enumerable: true, value: v }); -}) : function(o, v) { - o["default"] = v; -}); -var __importStar = (this && this.__importStar) || function (mod) { - if (mod && mod.__esModule) return mod; - var result = {}; - if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); - __setModuleDefault(result, mod); - return result; -}; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.ua = exports.promise = exports.pem = exports.oidc = exports.json = exports.encoding = exports.dsse = exports.crypto = void 0; -/* -Copyright 2022 The Sigstore Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ -exports.crypto = __importStar(require("./crypto")); -exports.dsse = __importStar(require("./dsse")); -exports.encoding = __importStar(require("./encoding")); -exports.json = __importStar(require("./json")); -exports.oidc = __importStar(require("./oidc")); -exports.pem = __importStar(require("./pem")); -exports.promise = __importStar(require("./promise")); -exports.ua = __importStar(require("./ua")); diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/util/json.d.ts b/software/flow/node_modules/npm/node_modules/sigstore/dist/util/json.d.ts deleted file mode 100644 index ed33181..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/util/json.d.ts +++ /dev/null @@ -1 +0,0 @@ -export declare function canonicalize(object: any): string; diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/util/json.js b/software/flow/node_modules/npm/node_modules/sigstore/dist/util/json.js deleted file mode 100644 index 69176ad..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/util/json.js +++ /dev/null @@ -1,61 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.canonicalize = void 0; -/* -Copyright 2023 The Sigstore Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ -// JSON canonicalization per https://github.com/cyberphone/json-canonicalization -// eslint-disable-next-line @typescript-eslint/no-explicit-any -function canonicalize(object) { - let buffer = ''; - if (object === null || typeof object !== 'object' || object.toJSON != null) { - // Primitives or toJSONable objects - buffer += JSON.stringify(object); - } - else if (Array.isArray(object)) { - // Array - maintain element order - buffer += '['; - let first = true; - object.forEach((element) => { - if (!first) { - buffer += ','; - } - first = false; - // recursive call - buffer += canonicalize(element); - }); - buffer += ']'; - } - else { - // Object - Sort properties before serializing - buffer += '{'; - let first = true; - Object.keys(object) - .sort() - .forEach((property) => { - if (!first) { - buffer += ','; - } - first = false; - buffer += JSON.stringify(property); - buffer += ':'; - // recursive call - buffer += canonicalize(object[property]); - }); - buffer += '}'; - } - return buffer; -} -exports.canonicalize = canonicalize; diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/util/oidc.d.ts b/software/flow/node_modules/npm/node_modules/sigstore/dist/util/oidc.d.ts deleted file mode 100644 index b451389..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/util/oidc.d.ts +++ /dev/null @@ -1 +0,0 @@ -export declare function extractJWTSubject(jwt: string): string; diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/util/oidc.js b/software/flow/node_modules/npm/node_modules/sigstore/dist/util/oidc.js deleted file mode 100644 index 05af90d..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/util/oidc.js +++ /dev/null @@ -1,54 +0,0 @@ -"use strict"; -var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { - if (k2 === undefined) k2 = k; - var desc = Object.getOwnPropertyDescriptor(m, k); - if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { - desc = { enumerable: true, get: function() { return m[k]; } }; - } - Object.defineProperty(o, k2, desc); -}) : (function(o, m, k, k2) { - if (k2 === undefined) k2 = k; - o[k2] = m[k]; -})); -var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { - Object.defineProperty(o, "default", { enumerable: true, value: v }); -}) : function(o, v) { - o["default"] = v; -}); -var __importStar = (this && this.__importStar) || function (mod) { - if (mod && mod.__esModule) return mod; - var result = {}; - if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); - __setModuleDefault(result, mod); - return result; -}; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.extractJWTSubject = void 0; -/* -Copyright 2022 The Sigstore Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ -const enc = __importStar(require("./encoding")); -function extractJWTSubject(jwt) { - const parts = jwt.split('.', 3); - const payload = JSON.parse(enc.base64Decode(parts[1])); - switch (payload.iss) { - case 'https://accounts.google.com': - case 'https://oauth2.sigstore.dev/auth': - return payload.email; - default: - return payload.sub; - } -} -exports.extractJWTSubject = extractJWTSubject; diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/util/pem.d.ts b/software/flow/node_modules/npm/node_modules/sigstore/dist/util/pem.d.ts deleted file mode 100644 index cb438c7..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/util/pem.d.ts +++ /dev/null @@ -1,4 +0,0 @@ -/// <reference types="node" /> -export declare function split(certificate: string): string[]; -export declare function toDER(certificate: string): Buffer; -export declare function fromDER(certificate: Buffer, type?: string): string; diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/util/pem.js b/software/flow/node_modules/npm/node_modules/sigstore/dist/util/pem.js deleted file mode 100644 index 6bb8eda..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/util/pem.js +++ /dev/null @@ -1,65 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.fromDER = exports.toDER = exports.split = void 0; -/* -Copyright 2022 The Sigstore Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ -const PEM_HEADER = /-----BEGIN (.*)-----/; -const PEM_FOOTER = /-----END (.*)-----/; -// Given a set of PEM-encoded certificates bundled in a single string, returns -// an array of certificates. Standard PEM encoding dictates that each certificate -// should have a trailing newline after the footer. -function split(certificate) { - const certs = []; - let cert = []; - certificate.split('\n').forEach((line) => { - line.includes; - if (line.match(PEM_HEADER)) { - cert = []; - } - if (line.length > 0) { - cert.push(line); - } - if (line.match(PEM_FOOTER)) { - certs.push(cert.join('\n').concat('\n')); - } - }); - return certs; -} -exports.split = split; -function toDER(certificate) { - let der = ''; - certificate.split('\n').forEach((line) => { - if (line.match(PEM_HEADER) || line.match(PEM_FOOTER)) { - return; - } - der += line; - }); - return Buffer.from(der, 'base64'); -} -exports.toDER = toDER; -// Translates a DER-encoded buffer into a PEM-encoded string. Standard PEM -// encoding dictates that each certificate should have a trailing newline after -// the footer. -function fromDER(certificate, type = 'CERTIFICATE') { - // Base64-encode the certificate. - const der = certificate.toString('base64'); - // Split the certificate into lines of 64 characters. - const lines = der.match(/.{1,64}/g) || ''; - return [`-----BEGIN ${type}-----`, ...lines, `-----END ${type}-----`] - .join('\n') - .concat('\n'); -} -exports.fromDER = fromDER; diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/util/promise.d.ts b/software/flow/node_modules/npm/node_modules/sigstore/dist/util/promise.d.ts deleted file mode 100644 index bbc501a..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/util/promise.d.ts +++ /dev/null @@ -1 +0,0 @@ -export declare const promiseAny: <T>(values: Iterable<PromiseLike<T>>) => Promise<T>; diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/util/promise.js b/software/flow/node_modules/npm/node_modules/sigstore/dist/util/promise.js deleted file mode 100644 index 8101dd4..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/util/promise.js +++ /dev/null @@ -1,27 +0,0 @@ -"use strict"; -/* -Copyright 2022 The Sigstore Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ -Object.defineProperty(exports, "__esModule", { value: true }); -exports.promiseAny = void 0; -// Implementation of Promise.any (not available until Node v15). -// We're basically inverting the logic of Promise.all and taking advantage -// of the fact that Promise.all will return early on the first rejection. -// By reversing the resolve/reject logic we can use this to return early -// on the first resolved promise. -const promiseAny = async (values) => { - return Promise.all([...values].map((promise) => new Promise((resolve, reject) => promise.then(reject, resolve)))).then((errors) => Promise.reject(errors), (value) => Promise.resolve(value)); -}; -exports.promiseAny = promiseAny; diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/util/stream.d.ts b/software/flow/node_modules/npm/node_modules/sigstore/dist/util/stream.d.ts deleted file mode 100644 index 4d50956..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/util/stream.d.ts +++ /dev/null @@ -1,24 +0,0 @@ -/// <reference types="node" /> -export declare class StreamError extends Error { -} -export declare class ByteStream { - private static BLOCK_SIZE; - private buf; - private view; - private start; - constructor(buffer?: ArrayBuffer); - get buffer(): Buffer; - get length(): number; - get position(): number; - seek(position: number): void; - slice(start: number, len: number): Buffer; - appendChar(char: number): void; - appendUint16(num: number): void; - appendUint24(num: number): void; - appendView(view: Uint8Array): void; - getBlock(size: number): Buffer; - getUint8(): number; - getUint16(): number; - private ensureCapacity; - private realloc; -} diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/util/stream.js b/software/flow/node_modules/npm/node_modules/sigstore/dist/util/stream.js deleted file mode 100644 index b5c881b..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/util/stream.js +++ /dev/null @@ -1,116 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.ByteStream = exports.StreamError = void 0; -/* -Copyright 2023 The Sigstore Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ -class StreamError extends Error { -} -exports.StreamError = StreamError; -class ByteStream { - constructor(buffer) { - this.start = 0; - if (buffer) { - this.buf = buffer; - this.view = Buffer.from(buffer); - } - else { - this.buf = new ArrayBuffer(0); - this.view = Buffer.from(this.buf); - } - } - get buffer() { - return this.view.subarray(0, this.start); - } - get length() { - return this.view.byteLength; - } - get position() { - return this.start; - } - seek(position) { - this.start = position; - } - // Returns a Buffer containing the specified number of bytes starting at the - // given start position. - slice(start, len) { - const end = start + len; - if (end > this.length) { - throw new StreamError('request past end of buffer'); - } - return this.view.subarray(start, end); - } - appendChar(char) { - this.ensureCapacity(1); - this.view[this.start] = char; - this.start += 1; - } - appendUint16(num) { - this.ensureCapacity(2); - const value = new Uint16Array([num]); - const view = new Uint8Array(value.buffer); - this.view[this.start] = view[1]; - this.view[this.start + 1] = view[0]; - this.start += 2; - } - appendUint24(num) { - this.ensureCapacity(3); - const value = new Uint32Array([num]); - const view = new Uint8Array(value.buffer); - this.view[this.start] = view[2]; - this.view[this.start + 1] = view[1]; - this.view[this.start + 2] = view[0]; - this.start += 3; - } - appendView(view) { - this.ensureCapacity(view.length); - this.view.set(view, this.start); - this.start += view.length; - } - getBlock(size) { - if (size <= 0) { - return Buffer.alloc(0); - } - if (this.start + size > this.view.length) { - throw new Error('request past end of buffer'); - } - const result = this.view.subarray(this.start, this.start + size); - this.start += size; - return result; - } - getUint8() { - return this.getBlock(1)[0]; - } - getUint16() { - const block = this.getBlock(2); - return (block[0] << 8) | block[1]; - } - ensureCapacity(size) { - if (this.start + size > this.view.byteLength) { - const blockSize = ByteStream.BLOCK_SIZE + (size > ByteStream.BLOCK_SIZE ? size : 0); - this.realloc(this.view.byteLength + blockSize); - } - } - realloc(size) { - const newArray = new ArrayBuffer(size); - const newView = Buffer.from(newArray); - // Copy the old buffer into the new one - newView.set(this.view); - this.buf = newArray; - this.view = newView; - } -} -exports.ByteStream = ByteStream; -ByteStream.BLOCK_SIZE = 1024; diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/util/ua.d.ts b/software/flow/node_modules/npm/node_modules/sigstore/dist/util/ua.d.ts deleted file mode 100644 index b60e2e9..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/util/ua.d.ts +++ /dev/null @@ -1 +0,0 @@ -export declare const getUserAgent: () => string; diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/util/ua.js b/software/flow/node_modules/npm/node_modules/sigstore/dist/util/ua.js deleted file mode 100644 index 6db6b5a..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/util/ua.js +++ /dev/null @@ -1,33 +0,0 @@ -"use strict"; -var __importDefault = (this && this.__importDefault) || function (mod) { - return (mod && mod.__esModule) ? mod : { "default": mod }; -}; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.getUserAgent = void 0; -/* -Copyright 2022 The Sigstore Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ -const os_1 = __importDefault(require("os")); -// Format User-Agent: <product> / <product-version> (<platform>) -// source: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/User-Agent -const getUserAgent = () => { - // eslint-disable-next-line @typescript-eslint/no-var-requires - const packageVersion = require('../../package.json').version; - const nodeVersion = process.version; - const platformName = os_1.default.platform(); - const archName = os_1.default.arch(); - return `sigstore-js/${packageVersion} (Node ${nodeVersion}) (${platformName}/${archName})`; -}; -exports.getUserAgent = getUserAgent; diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/verify.d.ts b/software/flow/node_modules/npm/node_modules/sigstore/dist/verify.d.ts deleted file mode 100644 index 819d0da..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/verify.d.ts +++ /dev/null @@ -1,13 +0,0 @@ -/// <reference types="node" /> -import * as sigstore from './types/sigstore'; -export type KeySelector = (hint: string) => string | Buffer | undefined; -export declare class Verifier { - private trustedRoot; - private keySelector; - constructor(trustedRoot: sigstore.TrustedRoot, keySelector?: KeySelector); - verify(bundle: sigstore.ValidBundle, options: sigstore.RequiredArtifactVerificationOptions, data?: Buffer): void; - private verifyArtifactSignature; - private verifySigningCertificate; - private verifyTLogEntries; - private getPublicKey; -} diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/verify.js b/software/flow/node_modules/npm/node_modules/sigstore/dist/verify.js deleted file mode 100644 index 1bcef03..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/verify.js +++ /dev/null @@ -1,142 +0,0 @@ -"use strict"; -var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { - if (k2 === undefined) k2 = k; - var desc = Object.getOwnPropertyDescriptor(m, k); - if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { - desc = { enumerable: true, get: function() { return m[k]; } }; - } - Object.defineProperty(o, k2, desc); -}) : (function(o, m, k, k2) { - if (k2 === undefined) k2 = k; - o[k2] = m[k]; -})); -var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { - Object.defineProperty(o, "default", { enumerable: true, value: v }); -}) : function(o, v) { - o["default"] = v; -}); -var __importStar = (this && this.__importStar) || function (mod) { - if (mod && mod.__esModule) return mod; - var result = {}; - if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); - __setModuleDefault(result, mod); - return result; -}; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.Verifier = void 0; -const ca = __importStar(require("./ca/verify")); -const error_1 = require("./error"); -const tlog = __importStar(require("./tlog/verify")); -const sigstore = __importStar(require("./types/sigstore")); -const util_1 = require("./util"); -class Verifier { - constructor(trustedRoot, keySelector) { - this.trustedRoot = trustedRoot; - this.keySelector = keySelector || (() => undefined); - } - // Verifies the bundle signature, the bundle's certificate chain (if present) - // and the bundle's transparency log entries. - verify(bundle, options, data) { - this.verifyArtifactSignature(bundle, options, data); - if (sigstore.isBundleWithCertificateChain(bundle)) { - this.verifySigningCertificate(bundle, options); - } - this.verifyTLogEntries(bundle, options); - } - // Performs bundle signature verification. Determines the type of the bundle - // content and delegates to the appropriate signature verification function. - verifyArtifactSignature(bundle, options, data) { - const publicKey = this.getPublicKey(bundle, options); - switch (bundle.content?.$case) { - case 'messageSignature': - if (!data) { - throw new error_1.VerificationError('no data provided for message signature verification'); - } - verifyMessageSignature(data, bundle.content.messageSignature, publicKey); - break; - case 'dsseEnvelope': - verifyDSSESignature(bundle.content.dsseEnvelope, publicKey); - break; - } - } - // Performs verification of the bundle's certificate chain. The bundle must - // contain a certificate chain and the options must contain the required - // options for CA verification. - // TODO: We've temporarily removed the requirement that the options contain - // the list of trusted signer identities. This will be added back in a future - // release. - verifySigningCertificate(bundle, options) { - if (!sigstore.isCAVerificationOptions(options)) { - throw new error_1.VerificationError('no trusted certificates provided for verification'); - } - ca.verifySigningCertificate(bundle, this.trustedRoot, options); - } - // Performs verification of the bundle's transparency log entries. The bundle - // must contain a list of transparency log entries. - verifyTLogEntries(bundle, options) { - tlog.verifyTLogEntries(bundle, this.trustedRoot, options.tlogOptions); - } - // Returns the public key which will be used to verify the bundle signature. - // The public key is selected based on the verification material in the bundle - // and the options provided. - getPublicKey(bundle, options) { - // Select the key which will be used to verify the signature - switch (bundle.verificationMaterial?.content?.$case) { - // If the bundle contains a certificate chain, the public key is the - // first certificate in the chain (the signing certificate) - case 'x509CertificateChain': - return getPublicKeyFromCertificateChain(bundle.verificationMaterial.content.x509CertificateChain); - // If the bundle contains a public key hint, the public key is selected - // from the list of trusted keys in the options - case 'publicKey': - return getPublicKeyFromHint(bundle.verificationMaterial.content.publicKey, options, this.keySelector); - } - } -} -exports.Verifier = Verifier; -// Retrieves the public key from the first certificate in the certificate chain -function getPublicKeyFromCertificateChain(certificateChain) { - const cert = util_1.pem.fromDER(certificateChain.certificates[0].rawBytes); - return util_1.crypto.createPublicKey(cert); -} -// Retrieves the public key through the key selector callback, passing the -// public key hint from the bundle -function getPublicKeyFromHint(publicKeyID, options, keySelector) { - const key = keySelector(publicKeyID.hint); - if (!key) { - throw new error_1.VerificationError('no public key found for signature verification'); - } - try { - return util_1.crypto.createPublicKey(key); - } - catch (e) { - throw new error_1.VerificationError('invalid public key'); - } -} -// Performs signature verification for bundle containing a message signature. -// Verifies that the digest and signature found in the bundle match the -// provided data. -function verifyMessageSignature(data, messageSignature, publicKey) { - // Extract signature for message - const { signature, messageDigest } = messageSignature; - const calculatedDigest = util_1.crypto.hash(data); - if (!calculatedDigest.equals(messageDigest.digest)) { - throw new error_1.VerificationError('message digest verification failed'); - } - if (!util_1.crypto.verifyBlob(data, publicKey, signature)) { - throw new error_1.VerificationError('artifact signature verification failed'); - } -} -// Performs signature verification for bundle containing a DSSE envelope. -// Calculates the PAE for the DSSE envelope and verifies it against the -// signature in the envelope. -function verifyDSSESignature(envelope, publicKey) { - // Construct payload over which the signature was originally created - const { payloadType, payload } = envelope; - const data = util_1.dsse.preAuthEncoding(payloadType, payload); - // Only support a single signature in DSSE - const signature = envelope.signatures[0].sig; - if (!util_1.crypto.verifyBlob(data, publicKey, signature)) { - throw new error_1.VerificationError('artifact signature verification failed'); - } -} diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/x509/asn1/dump.d.ts b/software/flow/node_modules/npm/node_modules/sigstore/dist/x509/asn1/dump.d.ts deleted file mode 100644 index 3f192de..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/x509/asn1/dump.d.ts +++ /dev/null @@ -1,2 +0,0 @@ -import { ASN1Obj } from './obj'; -export declare function dump(obj: ASN1Obj, indent?: number): void; diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/x509/asn1/dump.js b/software/flow/node_modules/npm/node_modules/sigstore/dist/x509/asn1/dump.js deleted file mode 100644 index b446054..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/x509/asn1/dump.js +++ /dev/null @@ -1,97 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.dump = void 0; -const tag_1 = require("./tag"); -// Utility function to dump the contents of an ASN1Obj to the console. -function dump(obj, indent = 0) { - let str = ' '.repeat(indent); - str += tagToString(obj.tag) + ' '; - if (obj.tag.isUniversal()) { - switch (obj.tag.number) { - case tag_1.UNIVERSAL_TAG.BOOLEAN: - str += obj.toBoolean(); - break; - case tag_1.UNIVERSAL_TAG.INTEGER: - str += `(${obj.value.length} byte) `; - str += obj.toInteger(); - break; - case tag_1.UNIVERSAL_TAG.BIT_STRING: { - const bits = obj.toBitString(); - str += `(${bits.length} bit) `; - str += truncate(bits.map((bit) => bit.toString()).join('')); - break; - } - case tag_1.UNIVERSAL_TAG.OBJECT_IDENTIFIER: - str += obj.toOID(); - break; - case tag_1.UNIVERSAL_TAG.SEQUENCE: - case tag_1.UNIVERSAL_TAG.SET: - str += `(${obj.subs.length} elem) `; - break; - case tag_1.UNIVERSAL_TAG.PRINTABLE_STRING: - str += obj.value.toString('ascii'); - break; - case tag_1.UNIVERSAL_TAG.UTC_TIME: - case tag_1.UNIVERSAL_TAG.GENERALIZED_TIME: - str += obj.toDate().toUTCString(); - break; - default: - str += `(${obj.value.length} byte) `; - str += isASCII(obj.value) - ? obj.value.toString('ascii') - : truncate(obj.value.toString('hex').toUpperCase()); - } - } - else { - if (obj.tag.constructed) { - str += `(${obj.subs.length} elem) `; - } - else { - str += `(${obj.value.length} byte) `; - str += isASCII(obj.value) - ? obj.value.toString('ascii') - : obj.value.toString('hex').toUpperCase(); - } - } - console.log(str); - // Recursive call for children - obj.subs.forEach((sub) => dump(sub, indent + 2)); -} -exports.dump = dump; -function tagToString(tag) { - if (tag.isContextSpecific()) { - return `[${tag.number.toString(16)}]`; - } - else { - switch (tag.number) { - case tag_1.UNIVERSAL_TAG.BOOLEAN: - return 'BOOLEAN'; - case tag_1.UNIVERSAL_TAG.INTEGER: - return 'INTEGER'; - case tag_1.UNIVERSAL_TAG.BIT_STRING: - return 'BIT STRING'; - case tag_1.UNIVERSAL_TAG.OCTET_STRING: - return 'OCTET STRING'; - case tag_1.UNIVERSAL_TAG.OBJECT_IDENTIFIER: - return 'OBJECT IDENTIFIER'; - case tag_1.UNIVERSAL_TAG.SEQUENCE: - return 'SEQUENCE'; - case tag_1.UNIVERSAL_TAG.SET: - return 'SET'; - case tag_1.UNIVERSAL_TAG.PRINTABLE_STRING: - return 'PrintableString'; - case tag_1.UNIVERSAL_TAG.UTC_TIME: - return 'UTCTime'; - case tag_1.UNIVERSAL_TAG.GENERALIZED_TIME: - return 'GeneralizedTime'; - default: - return tag.number.toString(16); - } - } -} -function isASCII(buf) { - return buf.every((b) => b >= 32 && b <= 126); -} -function truncate(str) { - return str.length > 70 ? str.substring(0, 69) + '...' : str; -} diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/x509/asn1/error.d.ts b/software/flow/node_modules/npm/node_modules/sigstore/dist/x509/asn1/error.d.ts deleted file mode 100644 index fcd908f..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/x509/asn1/error.d.ts +++ /dev/null @@ -1,4 +0,0 @@ -export declare class ASN1ParseError extends Error { -} -export declare class ASN1TypeError extends Error { -} diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/x509/asn1/error.js b/software/flow/node_modules/npm/node_modules/sigstore/dist/x509/asn1/error.js deleted file mode 100644 index 17d93b0..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/x509/asn1/error.js +++ /dev/null @@ -1,24 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.ASN1TypeError = exports.ASN1ParseError = void 0; -/* -Copyright 2023 The Sigstore Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ -class ASN1ParseError extends Error { -} -exports.ASN1ParseError = ASN1ParseError; -class ASN1TypeError extends Error { -} -exports.ASN1TypeError = ASN1TypeError; diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/x509/asn1/length.d.ts b/software/flow/node_modules/npm/node_modules/sigstore/dist/x509/asn1/length.d.ts deleted file mode 100644 index b9c2a2f..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/x509/asn1/length.d.ts +++ /dev/null @@ -1,4 +0,0 @@ -/// <reference types="node" /> -import { ByteStream } from '../../util/stream'; -export declare function decodeLength(stream: ByteStream): number; -export declare function encodeLength(len: number): Buffer; diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/x509/asn1/length.js b/software/flow/node_modules/npm/node_modules/sigstore/dist/x509/asn1/length.js deleted file mode 100644 index 36fdaf5..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/x509/asn1/length.js +++ /dev/null @@ -1,63 +0,0 @@ -"use strict"; -/* -Copyright 2023 The Sigstore Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ -Object.defineProperty(exports, "__esModule", { value: true }); -exports.encodeLength = exports.decodeLength = void 0; -const error_1 = require("./error"); -// Decodes the length of a DER-encoded ANS.1 element from the supplied stream. -// https://learn.microsoft.com/en-us/windows/win32/seccertenroll/about-encoded-length-and-value-bytes -function decodeLength(stream) { - const buf = stream.getUint8(); - // If the most significant bit is UNSET the length is just the value of the - // byte. - if ((buf & 0x80) === 0x00) { - return buf; - } - // Otherwise, the lower 7 bits of the first byte indicate the number of bytes - // that follow to encode the length. - const byteCount = buf & 0x7f; - // Ensure the encoded length can safely fit in a JS number. - if (byteCount > 6) { - throw new error_1.ASN1ParseError('length exceeds 6 byte limit'); - } - // Iterate over the bytes that encode the length. - let len = 0; - for (let i = 0; i < byteCount; i++) { - len = len * 256 + stream.getUint8(); - } - // This is a valid ASN.1 length encoding, but we don't support it. - if (len === 0) { - throw new error_1.ASN1ParseError('indefinite length encoding not supported'); - } - return len; -} -exports.decodeLength = decodeLength; -// Translates the supplied value to a DER-encoded length. -function encodeLength(len) { - if (len < 128) { - return Buffer.from([len]); - } - // Bitwise operations on large numbers are not supported in JS, so we need to - // use BigInts. - let val = BigInt(len); - const bytes = []; - while (val > 0n) { - bytes.unshift(Number(val & 255n)); - val = val >> 8n; - } - return Buffer.from([0x80 | bytes.length, ...bytes]); -} -exports.encodeLength = encodeLength; diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/x509/asn1/obj.d.ts b/software/flow/node_modules/npm/node_modules/sigstore/dist/x509/asn1/obj.d.ts deleted file mode 100644 index 7f70a0a..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/x509/asn1/obj.d.ts +++ /dev/null @@ -1,18 +0,0 @@ -/// <reference types="node" /> -import { ASN1Tag } from './tag'; -export declare class ASN1Obj { - readonly tag: ASN1Tag; - readonly subs: ASN1Obj[]; - private buf; - private headerLength; - constructor(tag: ASN1Tag, headerLength: number, buf: Buffer, subs: ASN1Obj[]); - static parseBuffer(buf: Buffer): ASN1Obj; - get value(): Buffer; - get raw(): Buffer; - toDER(): Buffer; - toBoolean(): boolean; - toInteger(): bigint; - toOID(): string; - toDate(): Date; - toBitString(): number[]; -} diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/x509/asn1/obj.js b/software/flow/node_modules/npm/node_modules/sigstore/dist/x509/asn1/obj.js deleted file mode 100644 index 9e67edc..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/x509/asn1/obj.js +++ /dev/null @@ -1,166 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.ASN1Obj = void 0; -/* -Copyright 2023 The Sigstore Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ -const stream_1 = require("../../util/stream"); -const error_1 = require("./error"); -const length_1 = require("./length"); -const parse_1 = require("./parse"); -const tag_1 = require("./tag"); -class ASN1Obj { - constructor(tag, headerLength, buf, subs) { - this.tag = tag; - this.headerLength = headerLength; - this.buf = buf; - this.subs = subs; - } - // Constructs an ASN.1 object from a Buffer of DER-encoded bytes. - static parseBuffer(buf) { - return parseStream(new stream_1.ByteStream(buf)); - } - // Returns the raw bytes of the ASN.1 object's value. For constructed objects, - // this is the concatenation of the raw bytes of the values of its children. - // For primitive objects, this is the raw bytes of the object's value. - // Use the various to* methods to parse the value into a specific type. - get value() { - return this.buf.subarray(this.headerLength); - } - // Returns the raw bytes of the entire ASN.1 object (including tag, length, - // and value) - get raw() { - return this.buf; - } - toDER() { - const valueStream = new stream_1.ByteStream(); - if (this.subs.length > 0) { - for (const sub of this.subs) { - valueStream.appendView(sub.toDER()); - } - } - else { - valueStream.appendView(this.value); - } - const value = valueStream.buffer; - // Concat tag/length/value - const obj = new stream_1.ByteStream(); - obj.appendChar(this.tag.toDER()); - obj.appendView((0, length_1.encodeLength)(value.length)); - obj.appendView(value); - return obj.buffer; - } - ///////////////////////////////////////////////////////////////////////////// - // Convenience methods for parsing ASN.1 primitives into JS types - // Returns the ASN.1 object's value as a boolean. Throws an error if the - // object is not a boolean. - toBoolean() { - if (!this.tag.isBoolean()) { - throw new error_1.ASN1TypeError('not a boolean'); - } - return (0, parse_1.parseBoolean)(this.value); - } - // Returns the ASN.1 object's value as a BigInt. Throws an error if the - // object is not an integer. - toInteger() { - if (!this.tag.isInteger()) { - throw new error_1.ASN1TypeError('not an integer'); - } - return (0, parse_1.parseInteger)(this.value); - } - // Returns the ASN.1 object's value as an OID string. Throws an error if the - // object is not an OID. - toOID() { - if (!this.tag.isOID()) { - throw new error_1.ASN1TypeError('not an OID'); - } - return (0, parse_1.parseOID)(this.value); - } - // Returns the ASN.1 object's value as a Date. Throws an error if the object - // is not either a UTCTime or a GeneralizedTime. - toDate() { - switch (true) { - case this.tag.isUTCTime(): - return (0, parse_1.parseTime)(this.value, true); - case this.tag.isGeneralizedTime(): - return (0, parse_1.parseTime)(this.value, false); - default: - throw new error_1.ASN1TypeError('not a date'); - } - } - // Returns the ASN.1 object's value as a number[] where each number is the - // value of a bit in the bit string. Throws an error if the object is not a - // bit string. - toBitString() { - if (!this.tag.isBitString()) { - throw new error_1.ASN1TypeError('not a bit string'); - } - return (0, parse_1.parseBitString)(this.value); - } -} -exports.ASN1Obj = ASN1Obj; -///////////////////////////////////////////////////////////////////////////// -// Internal stream parsing functions -function parseStream(stream) { - // Capture current stream position so we know where this object starts - const startPos = stream.position; - // Parse tag and length from stream - const tag = new tag_1.ASN1Tag(stream.getUint8()); - const len = (0, length_1.decodeLength)(stream); - // Calculate length of header (tag + length) - const header = stream.position - startPos; - let subs = []; - // If the object is constructed, parse its children. Sometimes, children - // are embedded in OCTESTRING objects, so we need to check those - // for children as well. - if (tag.constructed) { - subs = collectSubs(stream, len); - } - else if (tag.isOctetString()) { - // Attempt to parse children of OCTETSTRING objects. If anything fails, - // assume the object is not constructed and treat as primitive. - try { - subs = collectSubs(stream, len); - } - catch (e) { - // Fail silently and treat as primitive - } - } - // If there are no children, move stream cursor to the end of the object - if (subs.length === 0) { - stream.seek(startPos + header + len); - } - // Capture the raw bytes of the object (including tag, length, and value) - const buf = stream.slice(startPos, header + len); - return new ASN1Obj(tag, header, buf, subs); -} -function collectSubs(stream, len) { - // Calculate end of object content - const end = stream.position + len; - // Make sure there are enough bytes left in the stream - if (end > stream.length) { - throw new error_1.ASN1ParseError('invalid length'); - } - // Parse all children - const subs = []; - while (stream.position < end) { - subs.push(parseStream(stream)); - } - // When we're done parsing children, we should be at the end of the object - if (stream.position !== end) { - throw new error_1.ASN1ParseError('invalid length'); - } - return subs; -} diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/x509/asn1/parse.d.ts b/software/flow/node_modules/npm/node_modules/sigstore/dist/x509/asn1/parse.d.ts deleted file mode 100644 index 35989d5..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/x509/asn1/parse.d.ts +++ /dev/null @@ -1,7 +0,0 @@ -/// <reference types="node" /> -export declare function parseInteger(buf: Buffer): bigint; -export declare function parseStringASCII(buf: Buffer): string; -export declare function parseTime(buf: Buffer, shortYear: boolean): Date; -export declare function parseOID(buf: Buffer): string; -export declare function parseBoolean(buf: Buffer): boolean; -export declare function parseBitString(buf: Buffer): number[]; diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/x509/asn1/parse.js b/software/flow/node_modules/npm/node_modules/sigstore/dist/x509/asn1/parse.js deleted file mode 100644 index ad50a8f..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/x509/asn1/parse.js +++ /dev/null @@ -1,125 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.parseBitString = exports.parseBoolean = exports.parseOID = exports.parseTime = exports.parseStringASCII = exports.parseInteger = void 0; -/* -Copyright 2023 The Sigstore Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ -const RE_TIME_SHORT_YEAR = /^(\d{2})(\d{2})(\d{2})(\d{2})(\d{2})(\d{2})Z$/; -const RE_TIME_LONG_YEAR = /^(\d{4})(\d{2})(\d{2})(\d{2})(\d{2})(\d{2})Z$/; -// Parse a BigInt from the DER-encoded buffer -// https://learn.microsoft.com/en-us/windows/win32/seccertenroll/about-integer -function parseInteger(buf) { - let pos = 0; - const end = buf.length; - let val = buf[pos]; - const neg = val > 0x7f; - // Consume any padding bytes - const pad = neg ? 0xff : 0x00; - while (val == pad && ++pos < end) { - val = buf[pos]; - } - // Calculate remaining bytes to read - const len = end - pos; - if (len === 0) - return BigInt(neg ? -1 : 0); - // Handle two's complement for negative numbers - val = neg ? val - 256 : val; - // Parse remaining bytes - let n = BigInt(val); - for (let i = pos + 1; i < end; ++i) { - n = n * BigInt(256) + BigInt(buf[i]); - } - return n; -} -exports.parseInteger = parseInteger; -// Parse an ASCII string from the DER-encoded buffer -// https://learn.microsoft.com/en-us/windows/win32/seccertenroll/about-basic-types#boolean -function parseStringASCII(buf) { - return buf.toString('ascii'); -} -exports.parseStringASCII = parseStringASCII; -// Parse a Date from the DER-encoded buffer -// https://www.rfc-editor.org/rfc/rfc5280#section-4.1.2.5.1 -function parseTime(buf, shortYear) { - const timeStr = parseStringASCII(buf); - // Parse the time string into matches - captured groups start at index 1 - const m = shortYear - ? RE_TIME_SHORT_YEAR.exec(timeStr) - : RE_TIME_LONG_YEAR.exec(timeStr); - if (!m) { - throw new Error('invalid time'); - } - // Translate dates with a 2-digit year to 4 digits per the spec - if (shortYear) { - let year = Number(m[1]); - year += year >= 50 ? 1900 : 2000; - m[1] = year.toString(); - } - // Translate to ISO8601 format and parse - return new Date(`${m[1]}-${m[2]}-${m[3]}T${m[4]}:${m[5]}:${m[6]}Z`); -} -exports.parseTime = parseTime; -// Parse an OID from the DER-encoded buffer -// https://learn.microsoft.com/en-us/windows/win32/seccertenroll/about-object-identifier -function parseOID(buf) { - let pos = 0; - const end = buf.length; - // Consume first byte which encodes the first two OID components - let n = buf[pos++]; - const first = Math.floor(n / 40); - const second = n % 40; - let oid = `${first}.${second}`; - // Consume remaining bytes - let val = 0; - for (; pos < end; ++pos) { - n = buf[pos]; - val = (val << 7) + (n & 0x7f); - // If the left-most bit is NOT set, then this is the last byte in the - // sequence and we can add the value to the OID and reset the accumulator - if ((n & 0x80) === 0) { - oid += `.${val}`; - val = 0; - } - } - return oid; -} -exports.parseOID = parseOID; -// Parse a boolean from the DER-encoded buffer -// https://learn.microsoft.com/en-us/windows/win32/seccertenroll/about-basic-types#boolean -function parseBoolean(buf) { - return buf[0] !== 0; -} -exports.parseBoolean = parseBoolean; -// Parse a bit string from the DER-encoded buffer -// https://learn.microsoft.com/en-us/windows/win32/seccertenroll/about-bit-string -function parseBitString(buf) { - // First byte tell us how many unused bits are in the last byte - const unused = buf[0]; - const start = 1; - const end = buf.length; - const bits = []; - for (let i = start; i < end; ++i) { - const byte = buf[i]; - // The skip value is only used for the last byte - const skip = i === end - 1 ? unused : 0; - // Iterate over each bit in the byte (most significant first) - for (let j = 7; j >= skip; --j) { - // Read the bit and add it to the bit string - bits.push((byte >> j) & 0x01); - } - } - return bits; -} -exports.parseBitString = parseBitString; diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/x509/asn1/tag.d.ts b/software/flow/node_modules/npm/node_modules/sigstore/dist/x509/asn1/tag.d.ts deleted file mode 100644 index cdc9a69..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/x509/asn1/tag.d.ts +++ /dev/null @@ -1,28 +0,0 @@ -export declare const UNIVERSAL_TAG: { - BOOLEAN: number; - INTEGER: number; - BIT_STRING: number; - OCTET_STRING: number; - OBJECT_IDENTIFIER: number; - SEQUENCE: number; - SET: number; - PRINTABLE_STRING: number; - UTC_TIME: number; - GENERALIZED_TIME: number; -}; -export declare class ASN1Tag { - readonly number: number; - readonly constructed: boolean; - readonly class: number; - constructor(enc: number); - isUniversal(): boolean; - isContextSpecific(num?: number): boolean; - isBoolean(): boolean; - isInteger(): boolean; - isBitString(): boolean; - isOctetString(): boolean; - isOID(): boolean; - isUTCTime(): boolean; - isGeneralizedTime(): boolean; - toDER(): number; -} diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/x509/asn1/tag.js b/software/flow/node_modules/npm/node_modules/sigstore/dist/x509/asn1/tag.js deleted file mode 100644 index ecd4fd0..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/x509/asn1/tag.js +++ /dev/null @@ -1,86 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.ASN1Tag = exports.UNIVERSAL_TAG = void 0; -/* -Copyright 2023 The Sigstore Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ -const error_1 = require("./error"); -exports.UNIVERSAL_TAG = { - BOOLEAN: 0x01, - INTEGER: 0x02, - BIT_STRING: 0x03, - OCTET_STRING: 0x04, - OBJECT_IDENTIFIER: 0x06, - SEQUENCE: 0x10, - SET: 0x11, - PRINTABLE_STRING: 0x13, - UTC_TIME: 0x17, - GENERALIZED_TIME: 0x18, -}; -const TAG_CLASS = { - UNIVERSAL: 0x00, - APPLICATION: 0x01, - CONTEXT_SPECIFIC: 0x02, - PRIVATE: 0x03, -}; -// https://learn.microsoft.com/en-us/windows/win32/seccertenroll/about-encoded-tag-bytes -class ASN1Tag { - constructor(enc) { - // Bits 0 through 4 are the tag number - this.number = enc & 0x1f; - // Bit 5 is the constructed bit - this.constructed = (enc & 0x20) === 0x20; - // Bit 6 & 7 are the class - this.class = enc >> 6; - if (this.number === 0x1f) { - throw new error_1.ASN1ParseError('long form tags not supported'); - } - if (this.class === TAG_CLASS.UNIVERSAL && this.number === 0x00) { - throw new error_1.ASN1ParseError('unsupported tag 0x00'); - } - } - isUniversal() { - return this.class === TAG_CLASS.UNIVERSAL; - } - isContextSpecific(num) { - const res = this.class === TAG_CLASS.CONTEXT_SPECIFIC; - return num !== undefined ? res && this.number === num : res; - } - isBoolean() { - return this.isUniversal() && this.number === exports.UNIVERSAL_TAG.BOOLEAN; - } - isInteger() { - return this.isUniversal() && this.number === exports.UNIVERSAL_TAG.INTEGER; - } - isBitString() { - return this.isUniversal() && this.number === exports.UNIVERSAL_TAG.BIT_STRING; - } - isOctetString() { - return this.isUniversal() && this.number === exports.UNIVERSAL_TAG.OCTET_STRING; - } - isOID() { - return (this.isUniversal() && this.number === exports.UNIVERSAL_TAG.OBJECT_IDENTIFIER); - } - isUTCTime() { - return this.isUniversal() && this.number === exports.UNIVERSAL_TAG.UTC_TIME; - } - isGeneralizedTime() { - return this.isUniversal() && this.number === exports.UNIVERSAL_TAG.GENERALIZED_TIME; - } - toDER() { - return this.number | (this.constructed ? 0x20 : 0x00) | (this.class << 6); - } -} -exports.ASN1Tag = ASN1Tag; diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/x509/cert.d.ts b/software/flow/node_modules/npm/node_modules/sigstore/dist/x509/cert.d.ts deleted file mode 100644 index 6f0f2f3..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/x509/cert.d.ts +++ /dev/null @@ -1,48 +0,0 @@ -/// <reference types="node" /> -import * as sigstore from '../types/sigstore'; -import { ASN1Obj } from './asn1/obj'; -import { x509AuthorityKeyIDExtension, x509BasicConstraintsExtension, x509Extension, x509KeyUsageExtension, x509SCTExtension, x509SubjectAlternativeNameExtension, x509SubjectKeyIDExtension } from './ext'; -interface SCTVerificationResult { - verified: boolean; - logID: Buffer; -} -export declare class x509Certificate { - root: ASN1Obj; - constructor(asn1: ASN1Obj); - static parse(cert: Buffer | string): x509Certificate; - get tbsCertificate(): ASN1Obj; - get version(): string; - get notBefore(): Date; - get notAfter(): Date; - get issuer(): Buffer; - get subject(): Buffer; - get publicKey(): Buffer; - get signatureAlgorithm(): string; - get signatureValue(): Buffer; - get extensions(): ASN1Obj[]; - get extKeyUsage(): x509KeyUsageExtension | undefined; - get extBasicConstraints(): x509BasicConstraintsExtension | undefined; - get extSubjectAltName(): x509SubjectAlternativeNameExtension | undefined; - get extAuthorityKeyID(): x509AuthorityKeyIDExtension | undefined; - get extSubjectKeyID(): x509SubjectKeyIDExtension | undefined; - get extSCT(): x509SCTExtension | undefined; - get isCA(): boolean; - extension(oid: string): x509Extension | undefined; - verify(issuerCertificate?: x509Certificate): boolean; - validForDate(date: Date): boolean; - equals(other: x509Certificate): boolean; - verifySCTs(issuer: x509Certificate, logs: sigstore.TransparencyLogInstance[]): SCTVerificationResult[]; - private clone; - private findExtension; - private checkRecognizedExtensions; - private get tbsCertificateObj(); - private get signatureAlgorithmObj(); - private get signatureValueObj(); - private get versionObj(); - private get issuerObj(); - private get validityObj(); - private get subjectObj(); - private get subjectPublicKeyInfoObj(); - private get extensionsObj(); -} -export {}; diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/x509/cert.js b/software/flow/node_modules/npm/node_modules/sigstore/dist/x509/cert.js deleted file mode 100644 index 55cf22f..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/x509/cert.js +++ /dev/null @@ -1,241 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.x509Certificate = void 0; -const util_1 = require("../util"); -const stream_1 = require("../util/stream"); -const obj_1 = require("./asn1/obj"); -const ext_1 = require("./ext"); -const EXTENSION_OID_SUBJECT_KEY_ID = '2.5.29.14'; -const EXTENSION_OID_KEY_USAGE = '2.5.29.15'; -const EXTENSION_OID_SUBJECT_ALT_NAME = '2.5.29.17'; -const EXTENSION_OID_BASIC_CONSTRAINTS = '2.5.29.19'; -const EXTENSION_OID_AUTHORITY_KEY_ID = '2.5.29.35'; -const EXTENSION_OID_SCT = '1.3.6.1.4.1.11129.2.4.2'; -// List of recognized critical extensions -// https://www.rfc-editor.org/rfc/rfc5280#section-4.2 -const RECOGNIZED_EXTENSIONS = [ - EXTENSION_OID_KEY_USAGE, - EXTENSION_OID_BASIC_CONSTRAINTS, - EXTENSION_OID_SUBJECT_ALT_NAME, -]; -const ECDSA_SIGNATURE_ALGOS = { - '1.2.840.10045.4.3.1': 'sha224', - '1.2.840.10045.4.3.2': 'sha256', - '1.2.840.10045.4.3.3': 'sha384', - '1.2.840.10045.4.3.4': 'sha512', -}; -class x509Certificate { - constructor(asn1) { - this.root = asn1; - if (!this.checkRecognizedExtensions()) { - throw new Error('Certificate contains unrecognized critical extensions'); - } - } - static parse(cert) { - const der = typeof cert === 'string' ? util_1.pem.toDER(cert) : cert; - const asn1 = obj_1.ASN1Obj.parseBuffer(der); - return new x509Certificate(asn1); - } - get tbsCertificate() { - return this.tbsCertificateObj; - } - get version() { - // version number is the first element of the version context specific tag - const ver = this.versionObj.subs[0].toInteger(); - return `v${(ver + BigInt(1)).toString()}`; - } - get notBefore() { - // notBefore is the first element of the validity sequence - return this.validityObj.subs[0].toDate(); - } - get notAfter() { - // notAfter is the second element of the validity sequence - return this.validityObj.subs[1].toDate(); - } - get issuer() { - return this.issuerObj.value; - } - get subject() { - return this.subjectObj.value; - } - get publicKey() { - return this.subjectPublicKeyInfoObj.raw; - } - get signatureAlgorithm() { - const oid = this.signatureAlgorithmObj.subs[0].toOID(); - return ECDSA_SIGNATURE_ALGOS[oid]; - } - get signatureValue() { - // Signature value is a bit string, so we need to skip the first byte - return this.signatureValueObj.value.subarray(1); - } - get extensions() { - // The extension list is the first (and only) element of the extensions - // context specific tag - const extSeq = this.extensionsObj?.subs[0]; - return extSeq?.subs || []; - } - get extKeyUsage() { - const ext = this.findExtension(EXTENSION_OID_KEY_USAGE); - return ext ? new ext_1.x509KeyUsageExtension(ext) : undefined; - } - get extBasicConstraints() { - const ext = this.findExtension(EXTENSION_OID_BASIC_CONSTRAINTS); - return ext ? new ext_1.x509BasicConstraintsExtension(ext) : undefined; - } - get extSubjectAltName() { - const ext = this.findExtension(EXTENSION_OID_SUBJECT_ALT_NAME); - return ext ? new ext_1.x509SubjectAlternativeNameExtension(ext) : undefined; - } - get extAuthorityKeyID() { - const ext = this.findExtension(EXTENSION_OID_AUTHORITY_KEY_ID); - return ext ? new ext_1.x509AuthorityKeyIDExtension(ext) : undefined; - } - get extSubjectKeyID() { - const ext = this.findExtension(EXTENSION_OID_SUBJECT_KEY_ID); - return ext ? new ext_1.x509SubjectKeyIDExtension(ext) : undefined; - } - get extSCT() { - const ext = this.findExtension(EXTENSION_OID_SCT); - return ext ? new ext_1.x509SCTExtension(ext) : undefined; - } - get isCA() { - const ca = this.extBasicConstraints?.isCA || false; - // If the KeyUsage extension is present, keyCertSign must be set - if (this.extKeyUsage) { - ca && this.extKeyUsage.keyCertSign; - } - return ca; - } - extension(oid) { - const ext = this.findExtension(oid); - return ext ? new ext_1.x509Extension(ext) : undefined; - } - verify(issuerCertificate) { - // Use the issuer's public key if provided, otherwise use the subject's - const publicKey = issuerCertificate?.publicKey || this.publicKey; - const key = util_1.crypto.createPublicKey(publicKey); - return util_1.crypto.verifyBlob(this.tbsCertificate.raw, key, this.signatureValue, this.signatureAlgorithm); - } - validForDate(date) { - return this.notBefore <= date && date <= this.notAfter; - } - equals(other) { - return this.root.raw.equals(other.root.raw); - } - verifySCTs(issuer, logs) { - let extSCT; - // Verifying the SCT requires that we remove the SCT extension and - // re-encode the TBS structure to DER -- this value is part of the data - // over which the signature is calculated. Since this is a destructive action - // we create a copy of the certificate so we can remove the SCT extension - // without affecting the original certificate. - const clone = this.clone(); - // Intentionally not using the findExtension method here because we want to - // remove the the SCT extension from the certificate before calculating the - // PreCert structure - for (let i = 0; i < clone.extensions.length; i++) { - const ext = clone.extensions[i]; - if (ext.subs[0].toOID() === EXTENSION_OID_SCT) { - extSCT = new ext_1.x509SCTExtension(ext); - // Remove the extension from the certificate - clone.extensions.splice(i, 1); - break; - } - } - if (!extSCT) { - throw new Error('Certificate does not contain SCT extension'); - } - if (extSCT?.signedCertificateTimestamps?.length === 0) { - throw new Error('Certificate does not contain any SCTs'); - } - // Construct the PreCert structure - // https://www.rfc-editor.org/rfc/rfc6962#section-3.2 - const preCert = new stream_1.ByteStream(); - // Calculate hash of the issuer's public key - const issuerId = util_1.crypto.hash(issuer.publicKey); - preCert.appendView(issuerId); - // Re-encodes the certificate to DER after removing the SCT extension - const tbs = clone.tbsCertificate.toDER(); - preCert.appendUint24(tbs.length); - preCert.appendView(tbs); - // Calculate and return the verification results for each SCT - return extSCT.signedCertificateTimestamps.map((sct) => ({ - logID: sct.logID, - verified: sct.verify(preCert.buffer, logs), - })); - } - // Creates a copy of the certificate with a new buffer - clone() { - const clone = Buffer.alloc(this.root.raw.length); - this.root.raw.copy(clone); - return x509Certificate.parse(clone); - } - findExtension(oid) { - // Find the extension with the given OID. The OID will always be the first - // element of the extension sequence - return this.extensions.find((ext) => ext.subs[0].toOID() === oid); - } - // A certificate should be considered invalid if it contains critical - // extensions that are not recognized - checkRecognizedExtensions() { - // The extension list is the first (and only) element of the extensions - // context specific tag - const extSeq = this.extensionsObj?.subs[0]; - const exts = extSeq?.subs.map((ext) => new ext_1.x509Extension(ext)); - // Check for unrecognized critical extensions - return (!exts || - exts.every((ext) => !ext.critical || RECOGNIZED_EXTENSIONS.includes(ext.oid))); - } - ///////////////////////////////////////////////////////////////////////////// - // The following properties use the documented x509 structure to locate the - // desired ASN.1 object - // https://www.rfc-editor.org/rfc/rfc5280#section-4.1 - // https://www.rfc-editor.org/rfc/rfc5280#section-4.1.1.1 - get tbsCertificateObj() { - // tbsCertificate is the first element of the certificate sequence - return this.root.subs[0]; - } - // https://www.rfc-editor.org/rfc/rfc5280#section-4.1.1.2 - get signatureAlgorithmObj() { - // signatureAlgorithm is the second element of the certificate sequence - return this.root.subs[1]; - } - // https://www.rfc-editor.org/rfc/rfc5280#section-4.1.1.3 - get signatureValueObj() { - // signatureValue is the third element of the certificate sequence - return this.root.subs[2]; - } - // https://www.rfc-editor.org/rfc/rfc5280#section-4.1.2.1 - get versionObj() { - // version is the first element of the tbsCertificate sequence - return this.tbsCertificateObj.subs[0]; - } - // https://www.rfc-editor.org/rfc/rfc5280#section-4.1.2.4 - get issuerObj() { - // issuer is the fourth element of the tbsCertificate sequence - return this.tbsCertificateObj.subs[3]; - } - // https://www.rfc-editor.org/rfc/rfc5280#section-4.1.2.5 - get validityObj() { - // version is the fifth element of the tbsCertificate sequence - return this.tbsCertificateObj.subs[4]; - } - // https://www.rfc-editor.org/rfc/rfc5280#section-4.1.2.6 - get subjectObj() { - // subject is the sixth element of the tbsCertificate sequence - return this.tbsCertificateObj.subs[5]; - } - // https://www.rfc-editor.org/rfc/rfc5280#section-4.1.2.7 - get subjectPublicKeyInfoObj() { - // subjectPublicKeyInfo is the seventh element of the tbsCertificate sequence - return this.tbsCertificateObj.subs[6]; - } - // Extensions can't be located by index because their position varies. Instead, - // we need to find the extensions context specific tag - // https://www.rfc-editor.org/rfc/rfc5280#section-4.1.2.9 - get extensionsObj() { - return this.tbsCertificateObj.subs.find((sub) => sub.tag.isContextSpecific(0x03)); - } -} -exports.x509Certificate = x509Certificate; diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/x509/ext.d.ts b/software/flow/node_modules/npm/node_modules/sigstore/dist/x509/ext.d.ts deleted file mode 100644 index 04e5460..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/x509/ext.d.ts +++ /dev/null @@ -1,41 +0,0 @@ -/// <reference types="node" /> -import { ASN1Obj } from './asn1/obj'; -import { SignedCertificateTimestamp } from './sct'; -export declare class x509Extension { - protected root: ASN1Obj; - constructor(asn1: ASN1Obj); - get oid(): string; - get critical(): boolean; - get value(): Buffer; - protected get extnValueObj(): ASN1Obj; -} -export declare class x509BasicConstraintsExtension extends x509Extension { - get isCA(): boolean; - get pathLenConstraint(): bigint | undefined; - private get sequence(); -} -export declare class x509KeyUsageExtension extends x509Extension { - get digitalSignature(): boolean; - get keyCertSign(): boolean; - get crlSign(): boolean; - private get bitString(); -} -export declare class x509SubjectAlternativeNameExtension extends x509Extension { - get rfc822Name(): string | undefined; - get uri(): string | undefined; - otherName(oid: string): string | undefined; - private findGeneralName; - private get generalNames(); -} -export declare class x509AuthorityKeyIDExtension extends x509Extension { - get keyIdentifier(): Buffer | undefined; - private findSequenceMember; - private get sequence(); -} -export declare class x509SubjectKeyIDExtension extends x509Extension { - get keyIdentifier(): Buffer; -} -export declare class x509SCTExtension extends x509Extension { - constructor(asn1: ASN1Obj); - get signedCertificateTimestamps(): SignedCertificateTimestamp[]; -} diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/x509/ext.js b/software/flow/node_modules/npm/node_modules/sigstore/dist/x509/ext.js deleted file mode 100644 index caed592..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/x509/ext.js +++ /dev/null @@ -1,157 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.x509SCTExtension = exports.x509SubjectKeyIDExtension = exports.x509AuthorityKeyIDExtension = exports.x509SubjectAlternativeNameExtension = exports.x509KeyUsageExtension = exports.x509BasicConstraintsExtension = exports.x509Extension = void 0; -/* -Copyright 2023 The Sigstore Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ -const stream_1 = require("../util/stream"); -const sct_1 = require("./sct"); -// https://www.rfc-editor.org/rfc/rfc5280#section-4.1 -class x509Extension { - constructor(asn1) { - this.root = asn1; - } - get oid() { - return this.root.subs[0].toOID(); - } - get critical() { - // The critical field is optional and will be the second element of the - // extension sequence if present. Default to false if not present. - return this.root.subs.length === 3 ? this.root.subs[1].toBoolean() : false; - } - get value() { - return this.extnValueObj.value; - } - get extnValueObj() { - // The extnValue field will be the last element of the extension sequence - return this.root.subs[this.root.subs.length - 1]; - } -} -exports.x509Extension = x509Extension; -// https://www.rfc-editor.org/rfc/rfc5280#section-4.2.1.9 -class x509BasicConstraintsExtension extends x509Extension { - get isCA() { - return this.sequence.subs[0].toBoolean(); - } - get pathLenConstraint() { - return this.sequence.subs.length > 1 - ? this.sequence.subs[1].toInteger() - : undefined; - } - // The extnValue field contains a single sequence wrapping the isCA and - // pathLenConstraint. - get sequence() { - return this.extnValueObj.subs[0]; - } -} -exports.x509BasicConstraintsExtension = x509BasicConstraintsExtension; -// https://www.rfc-editor.org/rfc/rfc5280#section-4.2.1.3 -class x509KeyUsageExtension extends x509Extension { - get digitalSignature() { - return this.bitString[0] === 1; - } - get keyCertSign() { - return this.bitString[5] === 1; - } - get crlSign() { - return this.bitString[6] === 1; - } - // The extnValue field contains a single bit string which is a bit mask - // indicating which key usages are enabled. - get bitString() { - return this.extnValueObj.subs[0].toBitString(); - } -} -exports.x509KeyUsageExtension = x509KeyUsageExtension; -// https://www.rfc-editor.org/rfc/rfc5280#section-4.2.1.6 -class x509SubjectAlternativeNameExtension extends x509Extension { - get rfc822Name() { - return this.findGeneralName(0x01)?.value.toString('ascii'); - } - get uri() { - return this.findGeneralName(0x06)?.value.toString('ascii'); - } - // Retrieve the value of an otherName with the given OID. - otherName(oid) { - const otherName = this.findGeneralName(0x00); - if (otherName === undefined) { - return undefined; - } - // The otherName is a sequence containing an OID and a value. - // Need to check that the OID matches the one we're looking for. - const otherNameOID = otherName.subs[0].toOID(); - if (otherNameOID !== oid) { - return undefined; - } - // The otherNameValue is a sequence containing the actual value. - const otherNameValue = otherName.subs[1]; - return otherNameValue.subs[0].value.toString('ascii'); - } - findGeneralName(tag) { - return this.generalNames.find((gn) => gn.tag.isContextSpecific(tag)); - } - // The extnValue field contains a sequence of GeneralNames. - get generalNames() { - return this.extnValueObj.subs[0].subs; - } -} -exports.x509SubjectAlternativeNameExtension = x509SubjectAlternativeNameExtension; -// https://www.rfc-editor.org/rfc/rfc5280#section-4.2.1.1 -class x509AuthorityKeyIDExtension extends x509Extension { - get keyIdentifier() { - return this.findSequenceMember(0x00)?.value; - } - findSequenceMember(tag) { - return this.sequence.subs.find((el) => el.tag.isContextSpecific(tag)); - } - // The extnValue field contains a single sequence wrapping the keyIdentifier - get sequence() { - return this.extnValueObj.subs[0]; - } -} -exports.x509AuthorityKeyIDExtension = x509AuthorityKeyIDExtension; -// https://www.rfc-editor.org/rfc/rfc5280#section-4.2.1.2 -class x509SubjectKeyIDExtension extends x509Extension { - get keyIdentifier() { - return this.extnValueObj.subs[0].value; - } -} -exports.x509SubjectKeyIDExtension = x509SubjectKeyIDExtension; -// https://www.rfc-editor.org/rfc/rfc6962#section-3.3 -class x509SCTExtension extends x509Extension { - constructor(asn1) { - super(asn1); - } - get signedCertificateTimestamps() { - const buf = this.extnValueObj.subs[0].value; - const stream = new stream_1.ByteStream(buf); - // The overall list length is encoded in the first two bytes -- note this - // is the length of the list in bytes, NOT the number of SCTs in the list - const end = stream.getUint16() + 2; - const sctList = []; - while (stream.position < end) { - // Read the length of the next SCT - const sctLength = stream.getUint16(); - // Slice out the bytes for the next SCT and parse it - const sct = stream.getBlock(sctLength); - sctList.push(sct_1.SignedCertificateTimestamp.parse(sct)); - } - if (stream.position !== end) { - throw new Error('SCT list length does not match actual length'); - } - return sctList; - } -} -exports.x509SCTExtension = x509SCTExtension; diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/x509/sct.d.ts b/software/flow/node_modules/npm/node_modules/sigstore/dist/x509/sct.d.ts deleted file mode 100644 index 076a532..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/x509/sct.d.ts +++ /dev/null @@ -1,26 +0,0 @@ -/// <reference types="node" /> -import * as sigstore from '../types/sigstore'; -interface SCTOptions { - version: number; - logID: Buffer; - timestamp: Buffer; - extensions: Buffer; - hashAlgorithm: number; - signatureAlgorithm: number; - signature: Buffer; -} -export declare class SignedCertificateTimestamp { - readonly version: number; - readonly logID: Buffer; - readonly timestamp: Buffer; - readonly extensions: Buffer; - readonly hashAlgorithm: number; - readonly signatureAlgorithm: number; - readonly signature: Buffer; - constructor(options: SCTOptions); - get datetime(): Date; - get algorithm(): string; - verify(preCert: Buffer, logs: sigstore.TransparencyLogInstance[]): boolean; - static parse(buf: Buffer): SignedCertificateTimestamp; -} -export {}; diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/x509/sct.js b/software/flow/node_modules/npm/node_modules/sigstore/dist/x509/sct.js deleted file mode 100644 index 72528dd..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/x509/sct.js +++ /dev/null @@ -1,101 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.SignedCertificateTimestamp = void 0; -const util_1 = require("../util"); -const stream_1 = require("../util/stream"); -class SignedCertificateTimestamp { - constructor(options) { - this.version = options.version; - this.logID = options.logID; - this.timestamp = options.timestamp; - this.extensions = options.extensions; - this.hashAlgorithm = options.hashAlgorithm; - this.signatureAlgorithm = options.signatureAlgorithm; - this.signature = options.signature; - } - get datetime() { - return new Date(Number(this.timestamp.readBigInt64BE())); - } - // Returns the hash algorithm used to generate the SCT's signature. - // https://www.rfc-editor.org/rfc/rfc5246#section-7.4.1.4.1 - get algorithm() { - switch (this.hashAlgorithm) { - case 0: - return 'none'; - case 1: - return 'md5'; - case 2: - return 'sha1'; - case 3: - return 'sha224'; - case 4: - return 'sha256'; - case 5: - return 'sha384'; - case 6: - return 'sha512'; - default: - return 'unknown'; - } - } - verify(preCert, logs) { - // Find key for the log reponsible for this signature - const log = logs.find((log) => log.logId?.keyId.equals(this.logID)); - if (!log?.publicKey?.rawBytes) { - throw new Error(`No key found for log: ${this.logID.toString('base64')}`); - } - const publicKey = util_1.crypto.createPublicKey(log.publicKey.rawBytes); - // Assemble the digitally-signed struct (the data over which the signature - // was generated). - // https://www.rfc-editor.org/rfc/rfc6962#section-3.2 - const stream = new stream_1.ByteStream(); - stream.appendChar(this.version); - stream.appendChar(0x00); // SignatureType = certificate_timestamp(0) - stream.appendView(this.timestamp); - stream.appendUint16(0x01); // LogEntryType = precert_entry(1) - stream.appendView(preCert); - stream.appendUint16(this.extensions.byteLength); - if (this.extensions.byteLength > 0) { - stream.appendView(this.extensions); - } - return util_1.crypto.verifyBlob(stream.buffer, publicKey, this.signature, this.algorithm); - } - // Parses a SignedCertificateTimestamp from a buffer. SCTs are encoded using - // TLS encoding which means the fields and lengths of most fields are - // specified as part of the SCT and TLS specs. - // https://www.rfc-editor.org/rfc/rfc6962#section-3.2 - // https://www.rfc-editor.org/rfc/rfc5246#section-7.4.1.4.1 - static parse(buf) { - const stream = new stream_1.ByteStream(buf); - // Version - enum { v1(0), (255) } - const version = stream.getUint8(); - // Log ID - struct { opaque key_id[32]; } - const logID = stream.getBlock(32); - // Timestamp - uint64 - const timestamp = stream.getBlock(8); - // Extensions - opaque extensions<0..2^16-1>; - const extenstionLength = stream.getUint16(); - const extensions = stream.getBlock(extenstionLength); - // Hash algo - enum { sha256(4), . . . (255) } - const hashAlgorithm = stream.getUint8(); - // Signature algo - enum { anonymous(0), rsa(1), dsa(2), ecdsa(3), (255) } - const signatureAlgorithm = stream.getUint8(); - // Signature - opaque signature<0..2^16-1>; - const sigLength = stream.getUint16(); - const signature = stream.getBlock(sigLength); - // Check that we read the entire buffer - if (stream.position !== buf.length) { - throw new Error('SCT buffer length mismatch'); - } - return new SignedCertificateTimestamp({ - version, - logID, - timestamp, - extensions, - hashAlgorithm, - signatureAlgorithm, - signature, - }); - } -} -exports.SignedCertificateTimestamp = SignedCertificateTimestamp; diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/x509/verify.d.ts b/software/flow/node_modules/npm/node_modules/sigstore/dist/x509/verify.d.ts deleted file mode 100644 index 04c324d..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/x509/verify.d.ts +++ /dev/null @@ -1,8 +0,0 @@ -import { x509Certificate } from './cert'; -interface VerifyCertificateChainOptions { - trustedCerts: x509Certificate[]; - certs: x509Certificate[]; - validAt?: Date; -} -export declare function verifyCertificateChain(opts: VerifyCertificateChainOptions): x509Certificate[]; -export {}; diff --git a/software/flow/node_modules/npm/node_modules/sigstore/dist/x509/verify.js b/software/flow/node_modules/npm/node_modules/sigstore/dist/x509/verify.js deleted file mode 100644 index cc34a9e..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/dist/x509/verify.js +++ /dev/null @@ -1,159 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.verifyCertificateChain = void 0; -/* -Copyright 2023 The Sigstore Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ -const error_1 = require("../error"); -function verifyCertificateChain(opts) { - const verifier = new CertificateChainVerifier(opts); - return verifier.verify(); -} -exports.verifyCertificateChain = verifyCertificateChain; -class CertificateChainVerifier { - constructor(opts) { - this.certs = opts.certs; - this.trustedCerts = opts.trustedCerts; - this.localCerts = dedupeCertificates([...opts.trustedCerts, ...opts.certs]); - this.validAt = opts.validAt || new Date(); - } - verify() { - if (this.certs.length === 0) { - throw new error_1.VerificationError('No certificates provided'); - } - // Construct certificate path from leaf to root - const certificatePath = this.sort(); - // Perform validation checks on each certificate in the path - this.checkPath(certificatePath); - // Return verified certificate path - return certificatePath; - } - sort() { - const leafCert = this.localCerts[this.localCerts.length - 1]; - // Construct all possible paths from the leaf - let paths = this.buildPaths(leafCert); - // Filter for paths which contain a trusted certificate - paths = paths.filter((path) => path.some((cert) => this.trustedCerts.includes(cert))); - if (paths.length === 0) { - throw new error_1.VerificationError('No trusted certificate path found'); - } - // Find the shortest of possible paths - const path = paths.reduce((prev, curr) => prev.length < curr.length ? prev : curr); - // Construct chain from shortest path - return [leafCert, ...path]; - } - // Recursively build all possible paths from the leaf to the root - buildPaths(certificate) { - const paths = []; - const issuers = this.findIssuer(certificate); - if (issuers.length === 0) { - throw new error_1.VerificationError('No valid certificate path found'); - } - for (let i = 0; i < issuers.length; i++) { - const issuer = issuers[i]; - // Base case - issuer is self - if (issuer.equals(certificate)) { - paths.push([certificate]); - continue; - } - // Recursively build path for the issuer - const subPaths = this.buildPaths(issuer); - // Construct paths by appending the issuer to each subpath - for (let j = 0; j < subPaths.length; j++) { - paths.push([issuer, ...subPaths[j]]); - } - } - return paths; - } - // Return all possible issuers for the given certificate - findIssuer(certificate) { - let issuers = []; - let keyIdentifier; - // Exit early if the certificate is self-signed - if (certificate.subject.equals(certificate.issuer)) { - if (certificate.verify()) { - return [certificate]; - } - } - // If the certificate has an authority key identifier, use that - // to find the issuer - if (certificate.extAuthorityKeyID) { - keyIdentifier = certificate.extAuthorityKeyID.keyIdentifier; - // TODO: Add support for authorityCertIssuer/authorityCertSerialNumber - // though Fulcio doesn't appear to use these - } - // Find possible issuers by comparing the authorityKeyID/subjectKeyID - // or issuer/subject. Potential issuers are added to the result array. - this.localCerts.forEach((possibleIssuer) => { - if (keyIdentifier) { - if (possibleIssuer.extSubjectKeyID) { - if (possibleIssuer.extSubjectKeyID.keyIdentifier.equals(keyIdentifier)) { - issuers.push(possibleIssuer); - } - return; - } - } - // Fallback to comparing certificate issuer and subject if - // subjectKey/authorityKey extensions are not present - if (possibleIssuer.subject.equals(certificate.issuer)) { - issuers.push(possibleIssuer); - } - }); - // Remove any issuers which fail to verify the certificate - issuers = issuers.filter((issuer) => { - try { - return certificate.verify(issuer); - } - catch (ex) { - return false; - } - }); - return issuers; - } - checkPath(path) { - if (path.length < 2) { - throw new error_1.VerificationError('Certificate chain must contain at least two certificates'); - } - // Check that all certificates are valid at the check date - const validForDate = path.every((cert) => cert.validForDate(this.validAt)); - if (!validForDate) { - throw new error_1.VerificationError('Certificate is not valid or expired at the specified date'); - } - // Ensure that all certificates beyond the leaf are CAs - const validCAs = path.slice(1).every((cert) => cert.isCA); - if (!validCAs) { - throw new error_1.VerificationError('Intermediate certificate is not a CA'); - } - // Certificate's issuer must match the subject of the next certificate - // in the chain - for (let i = path.length - 2; i >= 0; i--) { - if (!path[i].issuer.equals(path[i + 1].subject)) { - throw new error_1.VerificationError('Incorrect certificate name chaining'); - } - } - } -} -// Remove duplicate certificates from the array -function dedupeCertificates(certs) { - for (let i = 0; i < certs.length; i++) { - for (let j = i + 1; j < certs.length; j++) { - if (certs[i].equals(certs[j])) { - certs.splice(j, 1); - j--; - } - } - } - return certs; -} diff --git a/software/flow/node_modules/npm/node_modules/sigstore/package.json b/software/flow/node_modules/npm/node_modules/sigstore/package.json deleted file mode 100644 index 1a59608..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/package.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "name": "sigstore", - "version": "1.0.0", - "description": "code-signing for npm packages", - "main": "dist/index.js", - "types": "dist/index.d.ts", - "scripts": { - "build": "tsc", - "test": "jest", - "test:watch": "jest --watch", - "test:ci": "jest --maxWorkers=2 --coverage", - "lint": "eslint --fix --ext .ts src/**", - "lint:check": "eslint --max-warnings 0 --ext .ts src/**", - "format": "prettier --write \"src/**/*\"", - "codegen:sigstore": "./hack/generate-sigstore-types", - "codegen:rekor": "./hack/generate-rekor-types" - }, - "bin": { - "sigstore": "bin/sigstore.js" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/sigstore/sigstore-js.git" - }, - "files": [ - "dist", - "store" - ], - "author": "bdehamer@github.com", - "license": "Apache-2.0", - "bugs": { - "url": "https://github.com/sigstore/sigstore-js/issues" - }, - "homepage": "https://github.com/sigstore/sigstore-js#readme", - "devDependencies": { - "@tsconfig/node14": "^1.0.3", - "@types/jest": "^29.4.0", - "@types/make-fetch-happen": "^10.0.0", - "@types/node": "^18.6.5", - "@typescript-eslint/eslint-plugin": "^5.26.0", - "@typescript-eslint/parser": "^5.26.0", - "eslint": "^8.16.0", - "eslint-config-prettier": "^8.5.0", - "eslint-plugin-prettier": "^4.0.0", - "jest": "^29.4.1", - "json-schema-to-typescript": "^11.0.2", - "nock": "^13.2.4", - "prettier": "^2.6.2", - "ts-jest": "^29.0.5", - "typescript": "^4.7.2" - }, - "dependencies": { - "make-fetch-happen": "^11.0.1", - "tuf-js": "^1.0.0" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } -} diff --git a/software/flow/node_modules/npm/node_modules/sigstore/store/map.json b/software/flow/node_modules/npm/node_modules/sigstore/store/map.json deleted file mode 100644 index 620bf0b..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/store/map.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "repositories": { - "public-good-instance": [ - "https://sigstore-tuf-root.storage.googleapis.com" - ] - }, - "mapping": [ - { - "paths": [ - "*" - ], - "repositories": [ - "public-good-instance" - ], - "terminating": true, - "threshold": 1 - } - ] -} diff --git a/software/flow/node_modules/npm/node_modules/sigstore/store/public-good-instance-root.json b/software/flow/node_modules/npm/node_modules/sigstore/store/public-good-instance-root.json deleted file mode 100644 index 38f80f9..0000000 --- a/software/flow/node_modules/npm/node_modules/sigstore/store/public-good-instance-root.json +++ /dev/null @@ -1,156 +0,0 @@ -{ - "signed": { - "_type": "root", - "spec_version": "1.0", - "version": 5, - "expires": "2023-04-18T18:13:43Z", - "keys": { - "25a0eb450fd3ee2bd79218c963dce3f1cc6118badf251bf149f0bd07d5cabe99": { - "keytype": "ecdsa-sha2-nistp256", - "scheme": "ecdsa-sha2-nistp256", - "keyid_hash_algorithms": [ - "sha256", - "sha512" - ], - "keyval": { - "public": "-----BEGIN PUBLIC KEY-----\nMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEEXsz3SZXFb8jMV42j6pJlyjbjR8K\nN3Bwocexq6LMIb5qsWKOQvLN16NUefLc4HswOoumRsVVaajSpQS6fobkRw==\n-----END PUBLIC KEY-----\n" - } - }, - "2e61cd0cbf4a8f45809bda9f7f78c0d33ad11842ff94ae340873e2664dc843de": { - "keytype": "ecdsa-sha2-nistp256", - "scheme": "ecdsa-sha2-nistp256", - "keyid_hash_algorithms": [ - "sha256", - "sha512" - ], - "keyval": { - "public": "-----BEGIN PUBLIC KEY-----\nMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE0ghrh92Lw1Yr3idGV5WqCtMDB8Cx\n+D8hdC4w2ZLNIplVRoVGLskYa3gheMyOjiJ8kPi15aQ2//7P+oj7UvJPGw==\n-----END PUBLIC KEY-----\n" - } - }, - "45b283825eb184cabd582eb17b74fc8ed404f68cf452acabdad2ed6f90ce216b": { - "keytype": "ecdsa-sha2-nistp256", - "scheme": "ecdsa-sha2-nistp256", - "keyid_hash_algorithms": [ - "sha256", - "sha512" - ], - "keyval": { - "public": "-----BEGIN PUBLIC KEY-----\nMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAELrWvNt94v4R085ELeeCMxHp7PldF\n0/T1GxukUh2ODuggLGJE0pc1e8CSBf6CS91Fwo9FUOuRsjBUld+VqSyCdQ==\n-----END PUBLIC KEY-----\n" - } - }, - "7f7513b25429a64473e10ce3ad2f3da372bbdd14b65d07bbaf547e7c8bbbe62b": { - "keytype": "ecdsa-sha2-nistp256", - "scheme": "ecdsa-sha2-nistp256", - "keyid_hash_algorithms": [ - "sha256", - "sha512" - ], - "keyval": { - "public": "-----BEGIN PUBLIC KEY-----\nMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEinikSsAQmYkNeH5eYq/CnIzLaacO\nxlSaawQDOwqKy/tCqxq5xxPSJc21K4WIhs9GyOkKfzueY3GILzcMJZ4cWw==\n-----END PUBLIC KEY-----\n" - } - }, - "e1863ba02070322ebc626dcecf9d881a3a38c35c3b41a83765b6ad6c37eaec2a": { - "keytype": "ecdsa-sha2-nistp256", - "scheme": "ecdsa-sha2-nistp256", - "keyid_hash_algorithms": [ - "sha256", - "sha512" - ], - "keyval": { - "public": "-----BEGIN PUBLIC KEY-----\nMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEWRiGr5+j+3J5SsH+Ztr5nE2H2wO7\nBV+nO3s93gLca18qTOzHY1oWyAGDykMSsGTUBSt9D+An0KfKsD2mfSM42Q==\n-----END PUBLIC KEY-----\n" - } - }, - "f5312f542c21273d9485a49394386c4575804770667f2ddb59b3bf0669fddd2f": { - "keytype": "ecdsa-sha2-nistp256", - "scheme": "ecdsa-sha2-nistp256", - "keyid_hash_algorithms": [ - "sha256", - "sha512" - ], - "keyval": { - "public": "-----BEGIN PUBLIC KEY-----\nMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEzBzVOmHCPojMVLSI364WiiV8NPrD\n6IgRxVliskz/v+y3JER5mcVGcONliDcWMC5J2lfHmjPNPhb4H7xm8LzfSA==\n-----END PUBLIC KEY-----\n" - } - }, - "ff51e17fcf253119b7033f6f57512631da4a0969442afcf9fc8b141c7f2be99c": { - "keytype": "ecdsa-sha2-nistp256", - "scheme": "ecdsa-sha2-nistp256", - "keyid_hash_algorithms": [ - "sha256", - "sha512" - ], - "keyval": { - "public": "-----BEGIN PUBLIC KEY-----\nMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEy8XKsmhBYDI8Jc0GwzBxeKax0cm5\nSTKEU65HPFunUn41sT8pi0FjM4IkHz/YUmwmLUO0Wt7lxhj6BkLIK4qYAw==\n-----END PUBLIC KEY-----\n" - } - } - }, - "roles": { - "root": { - "keyids": [ - "ff51e17fcf253119b7033f6f57512631da4a0969442afcf9fc8b141c7f2be99c", - "25a0eb450fd3ee2bd79218c963dce3f1cc6118badf251bf149f0bd07d5cabe99", - "f5312f542c21273d9485a49394386c4575804770667f2ddb59b3bf0669fddd2f", - "7f7513b25429a64473e10ce3ad2f3da372bbdd14b65d07bbaf547e7c8bbbe62b", - "2e61cd0cbf4a8f45809bda9f7f78c0d33ad11842ff94ae340873e2664dc843de" - ], - "threshold": 3 - }, - "snapshot": { - "keyids": [ - "45b283825eb184cabd582eb17b74fc8ed404f68cf452acabdad2ed6f90ce216b" - ], - "threshold": 1 - }, - "targets": { - "keyids": [ - "ff51e17fcf253119b7033f6f57512631da4a0969442afcf9fc8b141c7f2be99c", - "25a0eb450fd3ee2bd79218c963dce3f1cc6118badf251bf149f0bd07d5cabe99", - "f5312f542c21273d9485a49394386c4575804770667f2ddb59b3bf0669fddd2f", - "7f7513b25429a64473e10ce3ad2f3da372bbdd14b65d07bbaf547e7c8bbbe62b", - "2e61cd0cbf4a8f45809bda9f7f78c0d33ad11842ff94ae340873e2664dc843de" - ], - "threshold": 3 - }, - "timestamp": { - "keyids": [ - "e1863ba02070322ebc626dcecf9d881a3a38c35c3b41a83765b6ad6c37eaec2a" - ], - "threshold": 1 - } - }, - "consistent_snapshot": true - }, - "signatures": [ - { - "keyid": "ff51e17fcf253119b7033f6f57512631da4a0969442afcf9fc8b141c7f2be99c", - "sig": "3045022100fc1c2be509ce50ea917bbad1d9efe9d96c8c2ebea04af2717aa3d9c6fe617a75022012eef282a19f2d8bd4818aa333ef48a06489f49d4d34a20b8fe8fc867bb25a7a" - }, - { - "keyid": "25a0eb450fd3ee2bd79218c963dce3f1cc6118badf251bf149f0bd07d5cabe99", - "sig": "30450221008a4392ae5057fc00778b651e61fea244766a4ae58db84d9f1d3810720ab0f3b702207c49e59e8031318caf02252ecea1281cecc1e5986c309a9cef61f455ecf7165d" - }, - { - "keyid": "7f7513b25429a64473e10ce3ad2f3da372bbdd14b65d07bbaf547e7c8bbbe62b", - "sig": "3046022100da1b8dc5d53aaffbbfac98de3e23ee2d2ad3446a7bed09fac0f88bae19be2587022100b681c046afc3919097dfe794e0d819be891e2e850aade315bec06b0c4dea221b" - }, - { - "keyid": "2e61cd0cbf4a8f45809bda9f7f78c0d33ad11842ff94ae340873e2664dc843de", - "sig": "3046022100b534e0030e1b271133ecfbdf3ba9fbf3becb3689abea079a2150afbb63cdb7c70221008c39a718fd9495f249b4ab8788d5b9dc269f0868dbe38b272f48207359d3ded9" - }, - { - "keyid": "2f64fb5eac0cf94dd39bb45308b98920055e9a0d8e012a7220787834c60aef97", - "sig": "3045022100fc1c2be509ce50ea917bbad1d9efe9d96c8c2ebea04af2717aa3d9c6fe617a75022012eef282a19f2d8bd4818aa333ef48a06489f49d4d34a20b8fe8fc867bb25a7a" - }, - { - "keyid": "eaf22372f417dd618a46f6c627dbc276e9fd30a004fc94f9be946e73f8bd090b", - "sig": "30450221008a4392ae5057fc00778b651e61fea244766a4ae58db84d9f1d3810720ab0f3b702207c49e59e8031318caf02252ecea1281cecc1e5986c309a9cef61f455ecf7165d" - }, - { - "keyid": "f505595165a177a41750a8e864ed1719b1edfccd5a426fd2c0ffda33ce7ff209", - "sig": "3046022100da1b8dc5d53aaffbbfac98de3e23ee2d2ad3446a7bed09fac0f88bae19be2587022100b681c046afc3919097dfe794e0d819be891e2e850aade315bec06b0c4dea221b" - }, - { - "keyid": "75e867ab10e121fdef32094af634707f43ddd79c6bab8ad6c5ab9f03f4ea8c90", - "sig": "3046022100b534e0030e1b271133ecfbdf3ba9fbf3becb3689abea079a2150afbb63cdb7c70221008c39a718fd9495f249b4ab8788d5b9dc269f0868dbe38b272f48207359d3ded9" - } - ] -} \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/smart-buffer/LICENSE b/software/flow/node_modules/npm/node_modules/smart-buffer/LICENSE deleted file mode 100644 index aab5771..0000000 --- a/software/flow/node_modules/npm/node_modules/smart-buffer/LICENSE +++ /dev/null @@ -1,20 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2013-2017 Josh Glazebrook - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of -the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR -COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/smart-buffer/build/smartbuffer.js b/software/flow/node_modules/npm/node_modules/smart-buffer/build/smartbuffer.js deleted file mode 100644 index 5353ae1..0000000 --- a/software/flow/node_modules/npm/node_modules/smart-buffer/build/smartbuffer.js +++ /dev/null @@ -1,1233 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -const utils_1 = require("./utils"); -// The default Buffer size if one is not provided. -const DEFAULT_SMARTBUFFER_SIZE = 4096; -// The default string encoding to use for reading/writing strings. -const DEFAULT_SMARTBUFFER_ENCODING = 'utf8'; -class SmartBuffer { - /** - * Creates a new SmartBuffer instance. - * - * @param options { SmartBufferOptions } The SmartBufferOptions to apply to this instance. - */ - constructor(options) { - this.length = 0; - this._encoding = DEFAULT_SMARTBUFFER_ENCODING; - this._writeOffset = 0; - this._readOffset = 0; - if (SmartBuffer.isSmartBufferOptions(options)) { - // Checks for encoding - if (options.encoding) { - utils_1.checkEncoding(options.encoding); - this._encoding = options.encoding; - } - // Checks for initial size length - if (options.size) { - if (utils_1.isFiniteInteger(options.size) && options.size > 0) { - this._buff = Buffer.allocUnsafe(options.size); - } - else { - throw new Error(utils_1.ERRORS.INVALID_SMARTBUFFER_SIZE); - } - // Check for initial Buffer - } - else if (options.buff) { - if (Buffer.isBuffer(options.buff)) { - this._buff = options.buff; - this.length = options.buff.length; - } - else { - throw new Error(utils_1.ERRORS.INVALID_SMARTBUFFER_BUFFER); - } - } - else { - this._buff = Buffer.allocUnsafe(DEFAULT_SMARTBUFFER_SIZE); - } - } - else { - // If something was passed but it's not a SmartBufferOptions object - if (typeof options !== 'undefined') { - throw new Error(utils_1.ERRORS.INVALID_SMARTBUFFER_OBJECT); - } - // Otherwise default to sane options - this._buff = Buffer.allocUnsafe(DEFAULT_SMARTBUFFER_SIZE); - } - } - /** - * Creates a new SmartBuffer instance with the provided internal Buffer size and optional encoding. - * - * @param size { Number } The size of the internal Buffer. - * @param encoding { String } The BufferEncoding to use for strings. - * - * @return { SmartBuffer } - */ - static fromSize(size, encoding) { - return new this({ - size: size, - encoding: encoding - }); - } - /** - * Creates a new SmartBuffer instance with the provided Buffer and optional encoding. - * - * @param buffer { Buffer } The Buffer to use as the internal Buffer value. - * @param encoding { String } The BufferEncoding to use for strings. - * - * @return { SmartBuffer } - */ - static fromBuffer(buff, encoding) { - return new this({ - buff: buff, - encoding: encoding - }); - } - /** - * Creates a new SmartBuffer instance with the provided SmartBufferOptions options. - * - * @param options { SmartBufferOptions } The options to use when creating the SmartBuffer instance. - */ - static fromOptions(options) { - return new this(options); - } - /** - * Type checking function that determines if an object is a SmartBufferOptions object. - */ - static isSmartBufferOptions(options) { - const castOptions = options; - return (castOptions && - (castOptions.encoding !== undefined || castOptions.size !== undefined || castOptions.buff !== undefined)); - } - // Signed integers - /** - * Reads an Int8 value from the current read position or an optionally provided offset. - * - * @param offset { Number } The offset to read data from (optional) - * @return { Number } - */ - readInt8(offset) { - return this._readNumberValue(Buffer.prototype.readInt8, 1, offset); - } - /** - * Reads an Int16BE value from the current read position or an optionally provided offset. - * - * @param offset { Number } The offset to read data from (optional) - * @return { Number } - */ - readInt16BE(offset) { - return this._readNumberValue(Buffer.prototype.readInt16BE, 2, offset); - } - /** - * Reads an Int16LE value from the current read position or an optionally provided offset. - * - * @param offset { Number } The offset to read data from (optional) - * @return { Number } - */ - readInt16LE(offset) { - return this._readNumberValue(Buffer.prototype.readInt16LE, 2, offset); - } - /** - * Reads an Int32BE value from the current read position or an optionally provided offset. - * - * @param offset { Number } The offset to read data from (optional) - * @return { Number } - */ - readInt32BE(offset) { - return this._readNumberValue(Buffer.prototype.readInt32BE, 4, offset); - } - /** - * Reads an Int32LE value from the current read position or an optionally provided offset. - * - * @param offset { Number } The offset to read data from (optional) - * @return { Number } - */ - readInt32LE(offset) { - return this._readNumberValue(Buffer.prototype.readInt32LE, 4, offset); - } - /** - * Reads a BigInt64BE value from the current read position or an optionally provided offset. - * - * @param offset { Number } The offset to read data from (optional) - * @return { BigInt } - */ - readBigInt64BE(offset) { - utils_1.bigIntAndBufferInt64Check('readBigInt64BE'); - return this._readNumberValue(Buffer.prototype.readBigInt64BE, 8, offset); - } - /** - * Reads a BigInt64LE value from the current read position or an optionally provided offset. - * - * @param offset { Number } The offset to read data from (optional) - * @return { BigInt } - */ - readBigInt64LE(offset) { - utils_1.bigIntAndBufferInt64Check('readBigInt64LE'); - return this._readNumberValue(Buffer.prototype.readBigInt64LE, 8, offset); - } - /** - * Writes an Int8 value to the current write position (or at optional offset). - * - * @param value { Number } The value to write. - * @param offset { Number } The offset to write the value at. - * - * @return this - */ - writeInt8(value, offset) { - this._writeNumberValue(Buffer.prototype.writeInt8, 1, value, offset); - return this; - } - /** - * Inserts an Int8 value at the given offset value. - * - * @param value { Number } The value to insert. - * @param offset { Number } The offset to insert the value at. - * - * @return this - */ - insertInt8(value, offset) { - return this._insertNumberValue(Buffer.prototype.writeInt8, 1, value, offset); - } - /** - * Writes an Int16BE value to the current write position (or at optional offset). - * - * @param value { Number } The value to write. - * @param offset { Number } The offset to write the value at. - * - * @return this - */ - writeInt16BE(value, offset) { - return this._writeNumberValue(Buffer.prototype.writeInt16BE, 2, value, offset); - } - /** - * Inserts an Int16BE value at the given offset value. - * - * @param value { Number } The value to insert. - * @param offset { Number } The offset to insert the value at. - * - * @return this - */ - insertInt16BE(value, offset) { - return this._insertNumberValue(Buffer.prototype.writeInt16BE, 2, value, offset); - } - /** - * Writes an Int16LE value to the current write position (or at optional offset). - * - * @param value { Number } The value to write. - * @param offset { Number } The offset to write the value at. - * - * @return this - */ - writeInt16LE(value, offset) { - return this._writeNumberValue(Buffer.prototype.writeInt16LE, 2, value, offset); - } - /** - * Inserts an Int16LE value at the given offset value. - * - * @param value { Number } The value to insert. - * @param offset { Number } The offset to insert the value at. - * - * @return this - */ - insertInt16LE(value, offset) { - return this._insertNumberValue(Buffer.prototype.writeInt16LE, 2, value, offset); - } - /** - * Writes an Int32BE value to the current write position (or at optional offset). - * - * @param value { Number } The value to write. - * @param offset { Number } The offset to write the value at. - * - * @return this - */ - writeInt32BE(value, offset) { - return this._writeNumberValue(Buffer.prototype.writeInt32BE, 4, value, offset); - } - /** - * Inserts an Int32BE value at the given offset value. - * - * @param value { Number } The value to insert. - * @param offset { Number } The offset to insert the value at. - * - * @return this - */ - insertInt32BE(value, offset) { - return this._insertNumberValue(Buffer.prototype.writeInt32BE, 4, value, offset); - } - /** - * Writes an Int32LE value to the current write position (or at optional offset). - * - * @param value { Number } The value to write. - * @param offset { Number } The offset to write the value at. - * - * @return this - */ - writeInt32LE(value, offset) { - return this._writeNumberValue(Buffer.prototype.writeInt32LE, 4, value, offset); - } - /** - * Inserts an Int32LE value at the given offset value. - * - * @param value { Number } The value to insert. - * @param offset { Number } The offset to insert the value at. - * - * @return this - */ - insertInt32LE(value, offset) { - return this._insertNumberValue(Buffer.prototype.writeInt32LE, 4, value, offset); - } - /** - * Writes a BigInt64BE value to the current write position (or at optional offset). - * - * @param value { BigInt } The value to write. - * @param offset { Number } The offset to write the value at. - * - * @return this - */ - writeBigInt64BE(value, offset) { - utils_1.bigIntAndBufferInt64Check('writeBigInt64BE'); - return this._writeNumberValue(Buffer.prototype.writeBigInt64BE, 8, value, offset); - } - /** - * Inserts a BigInt64BE value at the given offset value. - * - * @param value { BigInt } The value to insert. - * @param offset { Number } The offset to insert the value at. - * - * @return this - */ - insertBigInt64BE(value, offset) { - utils_1.bigIntAndBufferInt64Check('writeBigInt64BE'); - return this._insertNumberValue(Buffer.prototype.writeBigInt64BE, 8, value, offset); - } - /** - * Writes a BigInt64LE value to the current write position (or at optional offset). - * - * @param value { BigInt } The value to write. - * @param offset { Number } The offset to write the value at. - * - * @return this - */ - writeBigInt64LE(value, offset) { - utils_1.bigIntAndBufferInt64Check('writeBigInt64LE'); - return this._writeNumberValue(Buffer.prototype.writeBigInt64LE, 8, value, offset); - } - /** - * Inserts a Int64LE value at the given offset value. - * - * @param value { BigInt } The value to insert. - * @param offset { Number } The offset to insert the value at. - * - * @return this - */ - insertBigInt64LE(value, offset) { - utils_1.bigIntAndBufferInt64Check('writeBigInt64LE'); - return this._insertNumberValue(Buffer.prototype.writeBigInt64LE, 8, value, offset); - } - // Unsigned Integers - /** - * Reads an UInt8 value from the current read position or an optionally provided offset. - * - * @param offset { Number } The offset to read data from (optional) - * @return { Number } - */ - readUInt8(offset) { - return this._readNumberValue(Buffer.prototype.readUInt8, 1, offset); - } - /** - * Reads an UInt16BE value from the current read position or an optionally provided offset. - * - * @param offset { Number } The offset to read data from (optional) - * @return { Number } - */ - readUInt16BE(offset) { - return this._readNumberValue(Buffer.prototype.readUInt16BE, 2, offset); - } - /** - * Reads an UInt16LE value from the current read position or an optionally provided offset. - * - * @param offset { Number } The offset to read data from (optional) - * @return { Number } - */ - readUInt16LE(offset) { - return this._readNumberValue(Buffer.prototype.readUInt16LE, 2, offset); - } - /** - * Reads an UInt32BE value from the current read position or an optionally provided offset. - * - * @param offset { Number } The offset to read data from (optional) - * @return { Number } - */ - readUInt32BE(offset) { - return this._readNumberValue(Buffer.prototype.readUInt32BE, 4, offset); - } - /** - * Reads an UInt32LE value from the current read position or an optionally provided offset. - * - * @param offset { Number } The offset to read data from (optional) - * @return { Number } - */ - readUInt32LE(offset) { - return this._readNumberValue(Buffer.prototype.readUInt32LE, 4, offset); - } - /** - * Reads a BigUInt64BE value from the current read position or an optionally provided offset. - * - * @param offset { Number } The offset to read data from (optional) - * @return { BigInt } - */ - readBigUInt64BE(offset) { - utils_1.bigIntAndBufferInt64Check('readBigUInt64BE'); - return this._readNumberValue(Buffer.prototype.readBigUInt64BE, 8, offset); - } - /** - * Reads a BigUInt64LE value from the current read position or an optionally provided offset. - * - * @param offset { Number } The offset to read data from (optional) - * @return { BigInt } - */ - readBigUInt64LE(offset) { - utils_1.bigIntAndBufferInt64Check('readBigUInt64LE'); - return this._readNumberValue(Buffer.prototype.readBigUInt64LE, 8, offset); - } - /** - * Writes an UInt8 value to the current write position (or at optional offset). - * - * @param value { Number } The value to write. - * @param offset { Number } The offset to write the value at. - * - * @return this - */ - writeUInt8(value, offset) { - return this._writeNumberValue(Buffer.prototype.writeUInt8, 1, value, offset); - } - /** - * Inserts an UInt8 value at the given offset value. - * - * @param value { Number } The value to insert. - * @param offset { Number } The offset to insert the value at. - * - * @return this - */ - insertUInt8(value, offset) { - return this._insertNumberValue(Buffer.prototype.writeUInt8, 1, value, offset); - } - /** - * Writes an UInt16BE value to the current write position (or at optional offset). - * - * @param value { Number } The value to write. - * @param offset { Number } The offset to write the value at. - * - * @return this - */ - writeUInt16BE(value, offset) { - return this._writeNumberValue(Buffer.prototype.writeUInt16BE, 2, value, offset); - } - /** - * Inserts an UInt16BE value at the given offset value. - * - * @param value { Number } The value to insert. - * @param offset { Number } The offset to insert the value at. - * - * @return this - */ - insertUInt16BE(value, offset) { - return this._insertNumberValue(Buffer.prototype.writeUInt16BE, 2, value, offset); - } - /** - * Writes an UInt16LE value to the current write position (or at optional offset). - * - * @param value { Number } The value to write. - * @param offset { Number } The offset to write the value at. - * - * @return this - */ - writeUInt16LE(value, offset) { - return this._writeNumberValue(Buffer.prototype.writeUInt16LE, 2, value, offset); - } - /** - * Inserts an UInt16LE value at the given offset value. - * - * @param value { Number } The value to insert. - * @param offset { Number } The offset to insert the value at. - * - * @return this - */ - insertUInt16LE(value, offset) { - return this._insertNumberValue(Buffer.prototype.writeUInt16LE, 2, value, offset); - } - /** - * Writes an UInt32BE value to the current write position (or at optional offset). - * - * @param value { Number } The value to write. - * @param offset { Number } The offset to write the value at. - * - * @return this - */ - writeUInt32BE(value, offset) { - return this._writeNumberValue(Buffer.prototype.writeUInt32BE, 4, value, offset); - } - /** - * Inserts an UInt32BE value at the given offset value. - * - * @param value { Number } The value to insert. - * @param offset { Number } The offset to insert the value at. - * - * @return this - */ - insertUInt32BE(value, offset) { - return this._insertNumberValue(Buffer.prototype.writeUInt32BE, 4, value, offset); - } - /** - * Writes an UInt32LE value to the current write position (or at optional offset). - * - * @param value { Number } The value to write. - * @param offset { Number } The offset to write the value at. - * - * @return this - */ - writeUInt32LE(value, offset) { - return this._writeNumberValue(Buffer.prototype.writeUInt32LE, 4, value, offset); - } - /** - * Inserts an UInt32LE value at the given offset value. - * - * @param value { Number } The value to insert. - * @param offset { Number } The offset to insert the value at. - * - * @return this - */ - insertUInt32LE(value, offset) { - return this._insertNumberValue(Buffer.prototype.writeUInt32LE, 4, value, offset); - } - /** - * Writes a BigUInt64BE value to the current write position (or at optional offset). - * - * @param value { Number } The value to write. - * @param offset { Number } The offset to write the value at. - * - * @return this - */ - writeBigUInt64BE(value, offset) { - utils_1.bigIntAndBufferInt64Check('writeBigUInt64BE'); - return this._writeNumberValue(Buffer.prototype.writeBigUInt64BE, 8, value, offset); - } - /** - * Inserts a BigUInt64BE value at the given offset value. - * - * @param value { Number } The value to insert. - * @param offset { Number } The offset to insert the value at. - * - * @return this - */ - insertBigUInt64BE(value, offset) { - utils_1.bigIntAndBufferInt64Check('writeBigUInt64BE'); - return this._insertNumberValue(Buffer.prototype.writeBigUInt64BE, 8, value, offset); - } - /** - * Writes a BigUInt64LE value to the current write position (or at optional offset). - * - * @param value { Number } The value to write. - * @param offset { Number } The offset to write the value at. - * - * @return this - */ - writeBigUInt64LE(value, offset) { - utils_1.bigIntAndBufferInt64Check('writeBigUInt64LE'); - return this._writeNumberValue(Buffer.prototype.writeBigUInt64LE, 8, value, offset); - } - /** - * Inserts a BigUInt64LE value at the given offset value. - * - * @param value { Number } The value to insert. - * @param offset { Number } The offset to insert the value at. - * - * @return this - */ - insertBigUInt64LE(value, offset) { - utils_1.bigIntAndBufferInt64Check('writeBigUInt64LE'); - return this._insertNumberValue(Buffer.prototype.writeBigUInt64LE, 8, value, offset); - } - // Floating Point - /** - * Reads an FloatBE value from the current read position or an optionally provided offset. - * - * @param offset { Number } The offset to read data from (optional) - * @return { Number } - */ - readFloatBE(offset) { - return this._readNumberValue(Buffer.prototype.readFloatBE, 4, offset); - } - /** - * Reads an FloatLE value from the current read position or an optionally provided offset. - * - * @param offset { Number } The offset to read data from (optional) - * @return { Number } - */ - readFloatLE(offset) { - return this._readNumberValue(Buffer.prototype.readFloatLE, 4, offset); - } - /** - * Writes a FloatBE value to the current write position (or at optional offset). - * - * @param value { Number } The value to write. - * @param offset { Number } The offset to write the value at. - * - * @return this - */ - writeFloatBE(value, offset) { - return this._writeNumberValue(Buffer.prototype.writeFloatBE, 4, value, offset); - } - /** - * Inserts a FloatBE value at the given offset value. - * - * @param value { Number } The value to insert. - * @param offset { Number } The offset to insert the value at. - * - * @return this - */ - insertFloatBE(value, offset) { - return this._insertNumberValue(Buffer.prototype.writeFloatBE, 4, value, offset); - } - /** - * Writes a FloatLE value to the current write position (or at optional offset). - * - * @param value { Number } The value to write. - * @param offset { Number } The offset to write the value at. - * - * @return this - */ - writeFloatLE(value, offset) { - return this._writeNumberValue(Buffer.prototype.writeFloatLE, 4, value, offset); - } - /** - * Inserts a FloatLE value at the given offset value. - * - * @param value { Number } The value to insert. - * @param offset { Number } The offset to insert the value at. - * - * @return this - */ - insertFloatLE(value, offset) { - return this._insertNumberValue(Buffer.prototype.writeFloatLE, 4, value, offset); - } - // Double Floating Point - /** - * Reads an DoublEBE value from the current read position or an optionally provided offset. - * - * @param offset { Number } The offset to read data from (optional) - * @return { Number } - */ - readDoubleBE(offset) { - return this._readNumberValue(Buffer.prototype.readDoubleBE, 8, offset); - } - /** - * Reads an DoubleLE value from the current read position or an optionally provided offset. - * - * @param offset { Number } The offset to read data from (optional) - * @return { Number } - */ - readDoubleLE(offset) { - return this._readNumberValue(Buffer.prototype.readDoubleLE, 8, offset); - } - /** - * Writes a DoubleBE value to the current write position (or at optional offset). - * - * @param value { Number } The value to write. - * @param offset { Number } The offset to write the value at. - * - * @return this - */ - writeDoubleBE(value, offset) { - return this._writeNumberValue(Buffer.prototype.writeDoubleBE, 8, value, offset); - } - /** - * Inserts a DoubleBE value at the given offset value. - * - * @param value { Number } The value to insert. - * @param offset { Number } The offset to insert the value at. - * - * @return this - */ - insertDoubleBE(value, offset) { - return this._insertNumberValue(Buffer.prototype.writeDoubleBE, 8, value, offset); - } - /** - * Writes a DoubleLE value to the current write position (or at optional offset). - * - * @param value { Number } The value to write. - * @param offset { Number } The offset to write the value at. - * - * @return this - */ - writeDoubleLE(value, offset) { - return this._writeNumberValue(Buffer.prototype.writeDoubleLE, 8, value, offset); - } - /** - * Inserts a DoubleLE value at the given offset value. - * - * @param value { Number } The value to insert. - * @param offset { Number } The offset to insert the value at. - * - * @return this - */ - insertDoubleLE(value, offset) { - return this._insertNumberValue(Buffer.prototype.writeDoubleLE, 8, value, offset); - } - // Strings - /** - * Reads a String from the current read position. - * - * @param arg1 { Number | String } The number of bytes to read as a String, or the BufferEncoding to use for - * the string (Defaults to instance level encoding). - * @param encoding { String } The BufferEncoding to use for the string (Defaults to instance level encoding). - * - * @return { String } - */ - readString(arg1, encoding) { - let lengthVal; - // Length provided - if (typeof arg1 === 'number') { - utils_1.checkLengthValue(arg1); - lengthVal = Math.min(arg1, this.length - this._readOffset); - } - else { - encoding = arg1; - lengthVal = this.length - this._readOffset; - } - // Check encoding - if (typeof encoding !== 'undefined') { - utils_1.checkEncoding(encoding); - } - const value = this._buff.slice(this._readOffset, this._readOffset + lengthVal).toString(encoding || this._encoding); - this._readOffset += lengthVal; - return value; - } - /** - * Inserts a String - * - * @param value { String } The String value to insert. - * @param offset { Number } The offset to insert the string at. - * @param encoding { String } The BufferEncoding to use for writing strings (defaults to instance encoding). - * - * @return this - */ - insertString(value, offset, encoding) { - utils_1.checkOffsetValue(offset); - return this._handleString(value, true, offset, encoding); - } - /** - * Writes a String - * - * @param value { String } The String value to write. - * @param arg2 { Number | String } The offset to write the string at, or the BufferEncoding to use. - * @param encoding { String } The BufferEncoding to use for writing strings (defaults to instance encoding). - * - * @return this - */ - writeString(value, arg2, encoding) { - return this._handleString(value, false, arg2, encoding); - } - /** - * Reads a null-terminated String from the current read position. - * - * @param encoding { String } The BufferEncoding to use for the string (Defaults to instance level encoding). - * - * @return { String } - */ - readStringNT(encoding) { - if (typeof encoding !== 'undefined') { - utils_1.checkEncoding(encoding); - } - // Set null character position to the end SmartBuffer instance. - let nullPos = this.length; - // Find next null character (if one is not found, default from above is used) - for (let i = this._readOffset; i < this.length; i++) { - if (this._buff[i] === 0x00) { - nullPos = i; - break; - } - } - // Read string value - const value = this._buff.slice(this._readOffset, nullPos); - // Increment internal Buffer read offset - this._readOffset = nullPos + 1; - return value.toString(encoding || this._encoding); - } - /** - * Inserts a null-terminated String. - * - * @param value { String } The String value to write. - * @param arg2 { Number | String } The offset to write the string to, or the BufferEncoding to use. - * @param encoding { String } The BufferEncoding to use for writing strings (defaults to instance encoding). - * - * @return this - */ - insertStringNT(value, offset, encoding) { - utils_1.checkOffsetValue(offset); - // Write Values - this.insertString(value, offset, encoding); - this.insertUInt8(0x00, offset + value.length); - return this; - } - /** - * Writes a null-terminated String. - * - * @param value { String } The String value to write. - * @param arg2 { Number | String } The offset to write the string to, or the BufferEncoding to use. - * @param encoding { String } The BufferEncoding to use for writing strings (defaults to instance encoding). - * - * @return this - */ - writeStringNT(value, arg2, encoding) { - // Write Values - this.writeString(value, arg2, encoding); - this.writeUInt8(0x00, typeof arg2 === 'number' ? arg2 + value.length : this.writeOffset); - return this; - } - // Buffers - /** - * Reads a Buffer from the internal read position. - * - * @param length { Number } The length of data to read as a Buffer. - * - * @return { Buffer } - */ - readBuffer(length) { - if (typeof length !== 'undefined') { - utils_1.checkLengthValue(length); - } - const lengthVal = typeof length === 'number' ? length : this.length; - const endPoint = Math.min(this.length, this._readOffset + lengthVal); - // Read buffer value - const value = this._buff.slice(this._readOffset, endPoint); - // Increment internal Buffer read offset - this._readOffset = endPoint; - return value; - } - /** - * Writes a Buffer to the current write position. - * - * @param value { Buffer } The Buffer to write. - * @param offset { Number } The offset to write the Buffer to. - * - * @return this - */ - insertBuffer(value, offset) { - utils_1.checkOffsetValue(offset); - return this._handleBuffer(value, true, offset); - } - /** - * Writes a Buffer to the current write position. - * - * @param value { Buffer } The Buffer to write. - * @param offset { Number } The offset to write the Buffer to. - * - * @return this - */ - writeBuffer(value, offset) { - return this._handleBuffer(value, false, offset); - } - /** - * Reads a null-terminated Buffer from the current read poisiton. - * - * @return { Buffer } - */ - readBufferNT() { - // Set null character position to the end SmartBuffer instance. - let nullPos = this.length; - // Find next null character (if one is not found, default from above is used) - for (let i = this._readOffset; i < this.length; i++) { - if (this._buff[i] === 0x00) { - nullPos = i; - break; - } - } - // Read value - const value = this._buff.slice(this._readOffset, nullPos); - // Increment internal Buffer read offset - this._readOffset = nullPos + 1; - return value; - } - /** - * Inserts a null-terminated Buffer. - * - * @param value { Buffer } The Buffer to write. - * @param offset { Number } The offset to write the Buffer to. - * - * @return this - */ - insertBufferNT(value, offset) { - utils_1.checkOffsetValue(offset); - // Write Values - this.insertBuffer(value, offset); - this.insertUInt8(0x00, offset + value.length); - return this; - } - /** - * Writes a null-terminated Buffer. - * - * @param value { Buffer } The Buffer to write. - * @param offset { Number } The offset to write the Buffer to. - * - * @return this - */ - writeBufferNT(value, offset) { - // Checks for valid numberic value; - if (typeof offset !== 'undefined') { - utils_1.checkOffsetValue(offset); - } - // Write Values - this.writeBuffer(value, offset); - this.writeUInt8(0x00, typeof offset === 'number' ? offset + value.length : this._writeOffset); - return this; - } - /** - * Clears the SmartBuffer instance to its original empty state. - */ - clear() { - this._writeOffset = 0; - this._readOffset = 0; - this.length = 0; - return this; - } - /** - * Gets the remaining data left to be read from the SmartBuffer instance. - * - * @return { Number } - */ - remaining() { - return this.length - this._readOffset; - } - /** - * Gets the current read offset value of the SmartBuffer instance. - * - * @return { Number } - */ - get readOffset() { - return this._readOffset; - } - /** - * Sets the read offset value of the SmartBuffer instance. - * - * @param offset { Number } - The offset value to set. - */ - set readOffset(offset) { - utils_1.checkOffsetValue(offset); - // Check for bounds. - utils_1.checkTargetOffset(offset, this); - this._readOffset = offset; - } - /** - * Gets the current write offset value of the SmartBuffer instance. - * - * @return { Number } - */ - get writeOffset() { - return this._writeOffset; - } - /** - * Sets the write offset value of the SmartBuffer instance. - * - * @param offset { Number } - The offset value to set. - */ - set writeOffset(offset) { - utils_1.checkOffsetValue(offset); - // Check for bounds. - utils_1.checkTargetOffset(offset, this); - this._writeOffset = offset; - } - /** - * Gets the currently set string encoding of the SmartBuffer instance. - * - * @return { BufferEncoding } The string Buffer encoding currently set. - */ - get encoding() { - return this._encoding; - } - /** - * Sets the string encoding of the SmartBuffer instance. - * - * @param encoding { BufferEncoding } The string Buffer encoding to set. - */ - set encoding(encoding) { - utils_1.checkEncoding(encoding); - this._encoding = encoding; - } - /** - * Gets the underlying internal Buffer. (This includes unmanaged data in the Buffer) - * - * @return { Buffer } The Buffer value. - */ - get internalBuffer() { - return this._buff; - } - /** - * Gets the value of the internal managed Buffer (Includes managed data only) - * - * @param { Buffer } - */ - toBuffer() { - return this._buff.slice(0, this.length); - } - /** - * Gets the String value of the internal managed Buffer - * - * @param encoding { String } The BufferEncoding to display the Buffer as (defaults to instance level encoding). - */ - toString(encoding) { - const encodingVal = typeof encoding === 'string' ? encoding : this._encoding; - // Check for invalid encoding. - utils_1.checkEncoding(encodingVal); - return this._buff.toString(encodingVal, 0, this.length); - } - /** - * Destroys the SmartBuffer instance. - */ - destroy() { - this.clear(); - return this; - } - /** - * Handles inserting and writing strings. - * - * @param value { String } The String value to insert. - * @param isInsert { Boolean } True if inserting a string, false if writing. - * @param arg2 { Number | String } The offset to insert the string at, or the BufferEncoding to use. - * @param encoding { String } The BufferEncoding to use for writing strings (defaults to instance encoding). - */ - _handleString(value, isInsert, arg3, encoding) { - let offsetVal = this._writeOffset; - let encodingVal = this._encoding; - // Check for offset - if (typeof arg3 === 'number') { - offsetVal = arg3; - // Check for encoding - } - else if (typeof arg3 === 'string') { - utils_1.checkEncoding(arg3); - encodingVal = arg3; - } - // Check for encoding (third param) - if (typeof encoding === 'string') { - utils_1.checkEncoding(encoding); - encodingVal = encoding; - } - // Calculate bytelength of string. - const byteLength = Buffer.byteLength(value, encodingVal); - // Ensure there is enough internal Buffer capacity. - if (isInsert) { - this.ensureInsertable(byteLength, offsetVal); - } - else { - this._ensureWriteable(byteLength, offsetVal); - } - // Write value - this._buff.write(value, offsetVal, byteLength, encodingVal); - // Increment internal Buffer write offset; - if (isInsert) { - this._writeOffset += byteLength; - } - else { - // If an offset was given, check to see if we wrote beyond the current writeOffset. - if (typeof arg3 === 'number') { - this._writeOffset = Math.max(this._writeOffset, offsetVal + byteLength); - } - else { - // If no offset was given, we wrote to the end of the SmartBuffer so increment writeOffset. - this._writeOffset += byteLength; - } - } - return this; - } - /** - * Handles writing or insert of a Buffer. - * - * @param value { Buffer } The Buffer to write. - * @param offset { Number } The offset to write the Buffer to. - */ - _handleBuffer(value, isInsert, offset) { - const offsetVal = typeof offset === 'number' ? offset : this._writeOffset; - // Ensure there is enough internal Buffer capacity. - if (isInsert) { - this.ensureInsertable(value.length, offsetVal); - } - else { - this._ensureWriteable(value.length, offsetVal); - } - // Write buffer value - value.copy(this._buff, offsetVal); - // Increment internal Buffer write offset; - if (isInsert) { - this._writeOffset += value.length; - } - else { - // If an offset was given, check to see if we wrote beyond the current writeOffset. - if (typeof offset === 'number') { - this._writeOffset = Math.max(this._writeOffset, offsetVal + value.length); - } - else { - // If no offset was given, we wrote to the end of the SmartBuffer so increment writeOffset. - this._writeOffset += value.length; - } - } - return this; - } - /** - * Ensures that the internal Buffer is large enough to read data. - * - * @param length { Number } The length of the data that needs to be read. - * @param offset { Number } The offset of the data that needs to be read. - */ - ensureReadable(length, offset) { - // Offset value defaults to managed read offset. - let offsetVal = this._readOffset; - // If an offset was provided, use it. - if (typeof offset !== 'undefined') { - // Checks for valid numberic value; - utils_1.checkOffsetValue(offset); - // Overide with custom offset. - offsetVal = offset; - } - // Checks if offset is below zero, or the offset+length offset is beyond the total length of the managed data. - if (offsetVal < 0 || offsetVal + length > this.length) { - throw new Error(utils_1.ERRORS.INVALID_READ_BEYOND_BOUNDS); - } - } - /** - * Ensures that the internal Buffer is large enough to insert data. - * - * @param dataLength { Number } The length of the data that needs to be written. - * @param offset { Number } The offset of the data to be written. - */ - ensureInsertable(dataLength, offset) { - // Checks for valid numberic value; - utils_1.checkOffsetValue(offset); - // Ensure there is enough internal Buffer capacity. - this._ensureCapacity(this.length + dataLength); - // If an offset was provided and its not the very end of the buffer, copy data into appropriate location in regards to the offset. - if (offset < this.length) { - this._buff.copy(this._buff, offset + dataLength, offset, this._buff.length); - } - // Adjust tracked smart buffer length - if (offset + dataLength > this.length) { - this.length = offset + dataLength; - } - else { - this.length += dataLength; - } - } - /** - * Ensures that the internal Buffer is large enough to write data. - * - * @param dataLength { Number } The length of the data that needs to be written. - * @param offset { Number } The offset of the data to be written (defaults to writeOffset). - */ - _ensureWriteable(dataLength, offset) { - const offsetVal = typeof offset === 'number' ? offset : this._writeOffset; - // Ensure enough capacity to write data. - this._ensureCapacity(offsetVal + dataLength); - // Adjust SmartBuffer length (if offset + length is larger than managed length, adjust length) - if (offsetVal + dataLength > this.length) { - this.length = offsetVal + dataLength; - } - } - /** - * Ensures that the internal Buffer is large enough to write at least the given amount of data. - * - * @param minLength { Number } The minimum length of the data needs to be written. - */ - _ensureCapacity(minLength) { - const oldLength = this._buff.length; - if (minLength > oldLength) { - let data = this._buff; - let newLength = (oldLength * 3) / 2 + 1; - if (newLength < minLength) { - newLength = minLength; - } - this._buff = Buffer.allocUnsafe(newLength); - data.copy(this._buff, 0, 0, oldLength); - } - } - /** - * Reads a numeric number value using the provided function. - * - * @typeparam T { number | bigint } The type of the value to be read - * - * @param func { Function(offset: number) => number } The function to read data on the internal Buffer with. - * @param byteSize { Number } The number of bytes read. - * @param offset { Number } The offset to read from (optional). When this is not provided, the managed readOffset is used instead. - * - * @returns { T } the number value - */ - _readNumberValue(func, byteSize, offset) { - this.ensureReadable(byteSize, offset); - // Call Buffer.readXXXX(); - const value = func.call(this._buff, typeof offset === 'number' ? offset : this._readOffset); - // Adjust internal read offset if an optional read offset was not provided. - if (typeof offset === 'undefined') { - this._readOffset += byteSize; - } - return value; - } - /** - * Inserts a numeric number value based on the given offset and value. - * - * @typeparam T { number | bigint } The type of the value to be written - * - * @param func { Function(offset: T, offset?) => number} The function to write data on the internal Buffer with. - * @param byteSize { Number } The number of bytes written. - * @param value { T } The number value to write. - * @param offset { Number } the offset to write the number at (REQUIRED). - * - * @returns SmartBuffer this buffer - */ - _insertNumberValue(func, byteSize, value, offset) { - // Check for invalid offset values. - utils_1.checkOffsetValue(offset); - // Ensure there is enough internal Buffer capacity. (raw offset is passed) - this.ensureInsertable(byteSize, offset); - // Call buffer.writeXXXX(); - func.call(this._buff, value, offset); - // Adjusts internally managed write offset. - this._writeOffset += byteSize; - return this; - } - /** - * Writes a numeric number value based on the given offset and value. - * - * @typeparam T { number | bigint } The type of the value to be written - * - * @param func { Function(offset: T, offset?) => number} The function to write data on the internal Buffer with. - * @param byteSize { Number } The number of bytes written. - * @param value { T } The number value to write. - * @param offset { Number } the offset to write the number at (REQUIRED). - * - * @returns SmartBuffer this buffer - */ - _writeNumberValue(func, byteSize, value, offset) { - // If an offset was provided, validate it. - if (typeof offset === 'number') { - // Check if we're writing beyond the bounds of the managed data. - if (offset < 0) { - throw new Error(utils_1.ERRORS.INVALID_WRITE_BEYOND_BOUNDS); - } - utils_1.checkOffsetValue(offset); - } - // Default to writeOffset if no offset value was given. - const offsetVal = typeof offset === 'number' ? offset : this._writeOffset; - // Ensure there is enough internal Buffer capacity. (raw offset is passed) - this._ensureWriteable(byteSize, offsetVal); - func.call(this._buff, value, offsetVal); - // If an offset was given, check to see if we wrote beyond the current writeOffset. - if (typeof offset === 'number') { - this._writeOffset = Math.max(this._writeOffset, offsetVal + byteSize); - } - else { - // If no numeric offset was given, we wrote to the end of the SmartBuffer so increment writeOffset. - this._writeOffset += byteSize; - } - return this; - } -} -exports.SmartBuffer = SmartBuffer; -//# sourceMappingURL=smartbuffer.js.map \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/smart-buffer/build/smartbuffer.js.map b/software/flow/node_modules/npm/node_modules/smart-buffer/build/smartbuffer.js.map deleted file mode 100644 index 37f0d6e..0000000 --- a/software/flow/node_modules/npm/node_modules/smart-buffer/build/smartbuffer.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"smartbuffer.js","sourceRoot":"","sources":["../src/smartbuffer.ts"],"names":[],"mappings":";;AAAA,mCAGiB;AAcjB,kDAAkD;AAClD,MAAM,wBAAwB,GAAW,IAAI,CAAC;AAE9C,kEAAkE;AAClE,MAAM,4BAA4B,GAAmB,MAAM,CAAC;AAE5D,MAAM,WAAW;IAQf;;;;OAIG;IACH,YAAY,OAA4B;QAZjC,WAAM,GAAW,CAAC,CAAC;QAElB,cAAS,GAAmB,4BAA4B,CAAC;QAEzD,iBAAY,GAAW,CAAC,CAAC;QACzB,gBAAW,GAAW,CAAC,CAAC;QAQ9B,IAAI,WAAW,CAAC,oBAAoB,CAAC,OAAO,CAAC,EAAE;YAC7C,sBAAsB;YACtB,IAAI,OAAO,CAAC,QAAQ,EAAE;gBACpB,qBAAa,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;gBAChC,IAAI,CAAC,SAAS,GAAG,OAAO,CAAC,QAAQ,CAAC;aACnC;YAED,iCAAiC;YACjC,IAAI,OAAO,CAAC,IAAI,EAAE;gBAChB,IAAI,uBAAe,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,OAAO,CAAC,IAAI,GAAG,CAAC,EAAE;oBACrD,IAAI,CAAC,KAAK,GAAG,MAAM,CAAC,WAAW,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;iBAC/C;qBAAM;oBACL,MAAM,IAAI,KAAK,CAAC,cAAM,CAAC,wBAAwB,CAAC,CAAC;iBAClD;gBACD,2BAA2B;aAC5B;iBAAM,IAAI,OAAO,CAAC,IAAI,EAAE;gBACvB,IAAI,MAAM,CAAC,QAAQ,CAAC,OAAO,CAAC,IAAI,CAAC,EAAE;oBACjC,IAAI,CAAC,KAAK,GAAG,OAAO,CAAC,IAAI,CAAC;oBAC1B,IAAI,CAAC,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,MAAM,CAAC;iBACnC;qBAAM;oBACL,MAAM,IAAI,KAAK,CAAC,cAAM,CAAC,0BAA0B,CAAC,CAAC;iBACpD;aACF;iBAAM;gBACL,IAAI,CAAC,KAAK,GAAG,MAAM,CAAC,WAAW,CAAC,wBAAwB,CAAC,CAAC;aAC3D;SACF;aAAM;YACL,mEAAmE;YACnE,IAAI,OAAO,OAAO,KAAK,WAAW,EAAE;gBAClC,MAAM,IAAI,KAAK,CAAC,cAAM,CAAC,0BAA0B,CAAC,CAAC;aACpD;YAED,oCAAoC;YACpC,IAAI,CAAC,KAAK,GAAG,MAAM,CAAC,WAAW,CAAC,wBAAwB,CAAC,CAAC;SAC3D;IACH,CAAC;IAED;;;;;;;OAOG;IACI,MAAM,CAAC,QAAQ,CAAC,IAAY,EAAE,QAAyB;QAC5D,OAAO,IAAI,IAAI,CAAC;YACd,IAAI,EAAE,IAAI;YACV,QAAQ,EAAE,QAAQ;SACnB,CAAC,CAAC;IACL,CAAC;IAED;;;;;;;OAOG;IACI,MAAM,CAAC,UAAU,CAAC,IAAY,EAAE,QAAyB;QAC9D,OAAO,IAAI,IAAI,CAAC;YACd,IAAI,EAAE,IAAI;YACV,QAAQ,EAAE,QAAQ;SACnB,CAAC,CAAC;IACL,CAAC;IAED;;;;OAIG;IACI,MAAM,CAAC,WAAW,CAAC,OAA2B;QACnD,OAAO,IAAI,IAAI,CAAC,OAAO,CAAC,CAAC;IAC3B,CAAC;IAED;;OAEG;IACH,MAAM,CAAC,oBAAoB,CAAC,OAA2B;QACrD,MAAM,WAAW,GAAuB,OAAO,CAAC;QAEhD,OAAO,CACL,WAAW;YACX,CAAC,WAAW,CAAC,QAAQ,KAAK,SAAS,IAAI,WAAW,CAAC,IAAI,KAAK,SAAS,IAAI,WAAW,CAAC,IAAI,KAAK,SAAS,CAAC,CACzG,CAAC;IACJ,CAAC;IAED,kBAAkB;IAElB;;;;;OAKG;IACH,QAAQ,CAAC,MAAe;QACtB,OAAO,IAAI,CAAC,gBAAgB,CAAC,MAAM,CAAC,SAAS,CAAC,QAAQ,EAAE,CAAC,EAAE,MAAM,CAAC,CAAC;IACrE,CAAC;IAED;;;;;OAKG;IACH,WAAW,CAAC,MAAe;QACzB,OAAO,IAAI,CAAC,gBAAgB,CAAC,MAAM,CAAC,SAAS,CAAC,WAAW,EAAE,CAAC,EAAE,MAAM,CAAC,CAAC;IACxE,CAAC;IAED;;;;;OAKG;IACH,WAAW,CAAC,MAAe;QACzB,OAAO,IAAI,CAAC,gBAAgB,CAAC,MAAM,CAAC,SAAS,CAAC,WAAW,EAAE,CAAC,EAAE,MAAM,CAAC,CAAC;IACxE,CAAC;IAED;;;;;OAKG;IACH,WAAW,CAAC,MAAe;QACzB,OAAO,IAAI,CAAC,gBAAgB,CAAC,MAAM,CAAC,SAAS,CAAC,WAAW,EAAE,CAAC,EAAE,MAAM,CAAC,CAAC;IACxE,CAAC;IAED;;;;;OAKG;IACH,WAAW,CAAC,MAAe;QACzB,OAAO,IAAI,CAAC,gBAAgB,CAAC,MAAM,CAAC,SAAS,CAAC,WAAW,EAAE,CAAC,EAAE,MAAM,CAAC,CAAC;IACxE,CAAC;IAED;;;;;OAKG;IACH,cAAc,CAAC,MAAe;QAC5B,iCAAyB,CAAC,gBAAgB,CAAC,CAAC;QAC5C,OAAO,IAAI,CAAC,gBAAgB,CAAC,MAAM,CAAC,SAAS,CAAC,cAAc,EAAE,CAAC,EAAE,MAAM,CAAC,CAAC;IAC3E,CAAC;IAED;;;;;OAKG;IACH,cAAc,CAAC,MAAe;QAC5B,iCAAyB,CAAC,gBAAgB,CAAC,CAAC;QAC5C,OAAO,IAAI,CAAC,gBAAgB,CAAC,MAAM,CAAC,SAAS,CAAC,cAAc,EAAE,CAAC,EAAE,MAAM,CAAC,CAAC;IAC3E,CAAC;IAED;;;;;;;OAOG;IACH,SAAS,CAAC,KAAa,EAAE,MAAe;QACtC,IAAI,CAAC,iBAAiB,CAAC,MAAM,CAAC,SAAS,CAAC,SAAS,EAAE,CAAC,EAAE,KAAK,EAAE,MAAM,CAAC,CAAC;QACrE,OAAO,IAAI,CAAC;IACd,CAAC;IAED;;;;;;;OAOG;IACH,UAAU,CAAC,KAAa,EAAE,MAAc;QACtC,OAAO,IAAI,CAAC,kBAAkB,CAAC,MAAM,CAAC,SAAS,CAAC,SAAS,EAAE,CAAC,EAAE,KAAK,EAAE,MAAM,CAAC,CAAC;IAC/E,CAAC;IAED;;;;;;;OAOG;IACH,YAAY,CAAC,KAAa,EAAE,MAAe;QACzC,OAAO,IAAI,CAAC,iBAAiB,CAAC,MAAM,CAAC,SAAS,CAAC,YAAY,EAAE,CAAC,EAAE,KAAK,EAAE,MAAM,CAAC,CAAC;IACjF,CAAC;IAED;;;;;;;OAOG;IACH,aAAa,CAAC,KAAa,EAAE,MAAc;QACzC,OAAO,IAAI,CAAC,kBAAkB,CAAC,MAAM,CAAC,SAAS,CAAC,YAAY,EAAE,CAAC,EAAE,KAAK,EAAE,MAAM,CAAC,CAAC;IAClF,CAAC;IAED;;;;;;;OAOG;IACH,YAAY,CAAC,KAAa,EAAE,MAAe;QACzC,OAAO,IAAI,CAAC,iBAAiB,CAAC,MAAM,CAAC,SAAS,CAAC,YAAY,EAAE,CAAC,EAAE,KAAK,EAAE,MAAM,CAAC,CAAC;IACjF,CAAC;IAED;;;;;;;OAOG;IACH,aAAa,CAAC,KAAa,EAAE,MAAc;QACzC,OAAO,IAAI,CAAC,kBAAkB,CAAC,MAAM,CAAC,SAAS,CAAC,YAAY,EAAE,CAAC,EAAE,KAAK,EAAE,MAAM,CAAC,CAAC;IAClF,CAAC;IAED;;;;;;;OAOG;IACH,YAAY,CAAC,KAAa,EAAE,MAAe;QACzC,OAAO,IAAI,CAAC,iBAAiB,CAAC,MAAM,CAAC,SAAS,CAAC,YAAY,EAAE,CAAC,EAAE,KAAK,EAAE,MAAM,CAAC,CAAC;IACjF,CAAC;IAED;;;;;;;OAOG;IACH,aAAa,CAAC,KAAa,EAAE,MAAc;QACzC,OAAO,IAAI,CAAC,kBAAkB,CAAC,MAAM,CAAC,SAAS,CAAC,YAAY,EAAE,CAAC,EAAE,KAAK,EAAE,MAAM,CAAC,CAAC;IAClF,CAAC;IAED;;;;;;;OAOG;IACH,YAAY,CAAC,KAAa,EAAE,MAAe;QACzC,OAAO,IAAI,CAAC,iBAAiB,CAAC,MAAM,CAAC,SAAS,CAAC,YAAY,EAAE,CAAC,EAAE,KAAK,EAAE,MAAM,CAAC,CAAC;IACjF,CAAC;IAED;;;;;;;OAOG;IACH,aAAa,CAAC,KAAa,EAAE,MAAc;QACzC,OAAO,IAAI,CAAC,kBAAkB,CAAC,MAAM,CAAC,SAAS,CAAC,YAAY,EAAE,CAAC,EAAE,KAAK,EAAE,MAAM,CAAC,CAAC;IAClF,CAAC;IAED;;;;;;;OAOG;IACH,eAAe,CAAC,KAAa,EAAE,MAAe;QAC5C,iCAAyB,CAAC,iBAAiB,CAAC,CAAC;QAC7C,OAAO,IAAI,CAAC,iBAAiB,CAAC,MAAM,CAAC,SAAS,CAAC,eAAe,EAAE,CAAC,EAAE,KAAK,EAAE,MAAM,CAAC,CAAC;IACpF,CAAC;IAED;;;;;;;OAOG;IACH,gBAAgB,CAAC,KAAa,EAAE,MAAc;QAC5C,iCAAyB,CAAC,iBAAiB,CAAC,CAAC;QAC7C,OAAO,IAAI,CAAC,kBAAkB,CAAC,MAAM,CAAC,SAAS,CAAC,eAAe,EAAE,CAAC,EAAE,KAAK,EAAE,MAAM,CAAC,CAAC;IACrF,CAAC;IAED;;;;;;;OAOG;IACH,eAAe,CAAC,KAAa,EAAE,MAAe;QAC5C,iCAAyB,CAAC,iBAAiB,CAAC,CAAC;QAC7C,OAAO,IAAI,CAAC,iBAAiB,CAAC,MAAM,CAAC,SAAS,CAAC,eAAe,EAAE,CAAC,EAAE,KAAK,EAAE,MAAM,CAAC,CAAC;IACpF,CAAC;IAED;;;;;;;OAOG;IACH,gBAAgB,CAAC,KAAa,EAAE,MAAc;QAC5C,iCAAyB,CAAC,iBAAiB,CAAC,CAAC;QAC7C,OAAO,IAAI,CAAC,kBAAkB,CAAC,MAAM,CAAC,SAAS,CAAC,eAAe,EAAE,CAAC,EAAE,KAAK,EAAE,MAAM,CAAC,CAAC;IACrF,CAAC;IAED,oBAAoB;IAEpB;;;;;OAKG;IACH,SAAS,CAAC,MAAe;QACvB,OAAO,IAAI,CAAC,gBAAgB,CAAC,MAAM,CAAC,SAAS,CAAC,SAAS,EAAE,CAAC,EAAE,MAAM,CAAC,CAAC;IACtE,CAAC;IAED;;;;;OAKG;IACH,YAAY,CAAC,MAAe;QAC1B,OAAO,IAAI,CAAC,gBAAgB,CAAC,MAAM,CAAC,SAAS,CAAC,YAAY,EAAE,CAAC,EAAE,MAAM,CAAC,CAAC;IACzE,CAAC;IAED;;;;;OAKG;IACH,YAAY,CAAC,MAAe;QAC1B,OAAO,IAAI,CAAC,gBAAgB,CAAC,MAAM,CAAC,SAAS,CAAC,YAAY,EAAE,CAAC,EAAE,MAAM,CAAC,CAAC;IACzE,CAAC;IAED;;;;;OAKG;IACH,YAAY,CAAC,MAAe;QAC1B,OAAO,IAAI,CAAC,gBAAgB,CAAC,MAAM,CAAC,SAAS,CAAC,YAAY,EAAE,CAAC,EAAE,MAAM,CAAC,CAAC;IACzE,CAAC;IAED;;;;;OAKG;IACH,YAAY,CAAC,MAAe;QAC1B,OAAO,IAAI,CAAC,gBAAgB,CAAC,MAAM,CAAC,SAAS,CAAC,YAAY,EAAE,CAAC,EAAE,MAAM,CAAC,CAAC;IACzE,CAAC;IAED;;;;;OAKG;IACH,eAAe,CAAC,MAAe;QAC7B,iCAAyB,CAAC,iBAAiB,CAAC,CAAC;QAC7C,OAAO,IAAI,CAAC,gBAAgB,CAAC,MAAM,CAAC,SAAS,CAAC,eAAe,EAAE,CAAC,EAAE,MAAM,CAAC,CAAC;IAC5E,CAAC;IAED;;;;;OAKG;IACH,eAAe,CAAC,MAAe;QAC7B,iCAAyB,CAAC,iBAAiB,CAAC,CAAC;QAC7C,OAAO,IAAI,CAAC,gBAAgB,CAAC,MAAM,CAAC,SAAS,CAAC,eAAe,EAAE,CAAC,EAAE,MAAM,CAAC,CAAC;IAC5E,CAAC;IAED;;;;;;;OAOG;IACH,UAAU,CAAC,KAAa,EAAE,MAAe;QACvC,OAAO,IAAI,CAAC,iBAAiB,CAAC,MAAM,CAAC,SAAS,CAAC,UAAU,EAAE,CAAC,EAAE,KAAK,EAAE,MAAM,CAAC,CAAC;IAC/E,CAAC;IAED;;;;;;;OAOG;IACH,WAAW,CAAC,KAAa,EAAE,MAAc;QACvC,OAAO,IAAI,CAAC,kBAAkB,CAAC,MAAM,CAAC,SAAS,CAAC,UAAU,EAAE,CAAC,EAAE,KAAK,EAAE,MAAM,CAAC,CAAC;IAChF,CAAC;IAED;;;;;;;OAOG;IACH,aAAa,CAAC,KAAa,EAAE,MAAe;QAC1C,OAAO,IAAI,CAAC,iBAAiB,CAAC,MAAM,CAAC,SAAS,CAAC,aAAa,EAAE,CAAC,EAAE,KAAK,EAAE,MAAM,CAAC,CAAC;IAClF,CAAC;IAED;;;;;;;OAOG;IACH,cAAc,CAAC,KAAa,EAAE,MAAc;QAC1C,OAAO,IAAI,CAAC,kBAAkB,CAAC,MAAM,CAAC,SAAS,CAAC,aAAa,EAAE,CAAC,EAAE,KAAK,EAAE,MAAM,CAAC,CAAC;IACnF,CAAC;IAED;;;;;;;OAOG;IACH,aAAa,CAAC,KAAa,EAAE,MAAe;QAC1C,OAAO,IAAI,CAAC,iBAAiB,CAAC,MAAM,CAAC,SAAS,CAAC,aAAa,EAAE,CAAC,EAAE,KAAK,EAAE,MAAM,CAAC,CAAC;IAClF,CAAC;IAED;;;;;;;OAOG;IACH,cAAc,CAAC,KAAa,EAAE,MAAc;QAC1C,OAAO,IAAI,CAAC,kBAAkB,CAAC,MAAM,CAAC,SAAS,CAAC,aAAa,EAAE,CAAC,EAAE,KAAK,EAAE,MAAM,CAAC,CAAC;IACnF,CAAC;IAED;;;;;;;OAOG;IACH,aAAa,CAAC,KAAa,EAAE,MAAe;QAC1C,OAAO,IAAI,CAAC,iBAAiB,CAAC,MAAM,CAAC,SAAS,CAAC,aAAa,EAAE,CAAC,EAAE,KAAK,EAAE,MAAM,CAAC,CAAC;IAClF,CAAC;IAED;;;;;;;OAOG;IACH,cAAc,CAAC,KAAa,EAAE,MAAc;QAC1C,OAAO,IAAI,CAAC,kBAAkB,CAAC,MAAM,CAAC,SAAS,CAAC,aAAa,EAAE,CAAC,EAAE,KAAK,EAAE,MAAM,CAAC,CAAC;IACnF,CAAC;IAED;;;;;;;OAOG;IACH,aAAa,CAAC,KAAa,EAAE,MAAe;QAC1C,OAAO,IAAI,CAAC,iBAAiB,CAAC,MAAM,CAAC,SAAS,CAAC,aAAa,EAAE,CAAC,EAAE,KAAK,EAAE,MAAM,CAAC,CAAC;IAClF,CAAC;IAED;;;;;;;OAOG;IACH,cAAc,CAAC,KAAa,EAAE,MAAc;QAC1C,OAAO,IAAI,CAAC,kBAAkB,CAAC,MAAM,CAAC,SAAS,CAAC,aAAa,EAAE,CAAC,EAAE,KAAK,EAAE,MAAM,CAAC,CAAC;IACnF,CAAC;IAED;;;;;;;OAOG;IACH,gBAAgB,CAAC,KAAa,EAAE,MAAe;QAC7C,iCAAyB,CAAC,kBAAkB,CAAC,CAAC;QAC9C,OAAO,IAAI,CAAC,iBAAiB,CAAC,MAAM,CAAC,SAAS,CAAC,gBAAgB,EAAE,CAAC,EAAE,KAAK,EAAE,MAAM,CAAC,CAAC;IACrF,CAAC;IAED;;;;;;;OAOG;IACH,iBAAiB,CAAC,KAAa,EAAE,MAAc;QAC7C,iCAAyB,CAAC,kBAAkB,CAAC,CAAC;QAC9C,OAAO,IAAI,CAAC,kBAAkB,CAAC,MAAM,CAAC,SAAS,CAAC,gBAAgB,EAAE,CAAC,EAAE,KAAK,EAAE,MAAM,CAAC,CAAC;IACtF,CAAC;IAED;;;;;;;OAOG;IACH,gBAAgB,CAAC,KAAa,EAAE,MAAe;QAC7C,iCAAyB,CAAC,kBAAkB,CAAC,CAAC;QAC9C,OAAO,IAAI,CAAC,iBAAiB,CAAC,MAAM,CAAC,SAAS,CAAC,gBAAgB,EAAE,CAAC,EAAE,KAAK,EAAE,MAAM,CAAC,CAAC;IACrF,CAAC;IAED;;;;;;;OAOG;IACH,iBAAiB,CAAC,KAAa,EAAE,MAAc;QAC7C,iCAAyB,CAAC,kBAAkB,CAAC,CAAC;QAC9C,OAAO,IAAI,CAAC,kBAAkB,CAAC,MAAM,CAAC,SAAS,CAAC,gBAAgB,EAAE,CAAC,EAAE,KAAK,EAAE,MAAM,CAAC,CAAC;IACtF,CAAC;IAED,iBAAiB;IAEjB;;;;;OAKG;IACH,WAAW,CAAC,MAAe;QACzB,OAAO,IAAI,CAAC,gBAAgB,CAAC,MAAM,CAAC,SAAS,CAAC,WAAW,EAAE,CAAC,EAAE,MAAM,CAAC,CAAC;IACxE,CAAC;IAED;;;;;OAKG;IACH,WAAW,CAAC,MAAe;QACzB,OAAO,IAAI,CAAC,gBAAgB,CAAC,MAAM,CAAC,SAAS,CAAC,WAAW,EAAE,CAAC,EAAE,MAAM,CAAC,CAAC;IACxE,CAAC;IAED;;;;;;;OAOG;IACH,YAAY,CAAC,KAAa,EAAE,MAAe;QACzC,OAAO,IAAI,CAAC,iBAAiB,CAAC,MAAM,CAAC,SAAS,CAAC,YAAY,EAAE,CAAC,EAAE,KAAK,EAAE,MAAM,CAAC,CAAC;IACjF,CAAC;IAED;;;;;;;OAOG;IACH,aAAa,CAAC,KAAa,EAAE,MAAc;QACzC,OAAO,IAAI,CAAC,kBAAkB,CAAC,MAAM,CAAC,SAAS,CAAC,YAAY,EAAE,CAAC,EAAE,KAAK,EAAE,MAAM,CAAC,CAAC;IAClF,CAAC;IAED;;;;;;;OAOG;IACH,YAAY,CAAC,KAAa,EAAE,MAAe;QACzC,OAAO,IAAI,CAAC,iBAAiB,CAAC,MAAM,CAAC,SAAS,CAAC,YAAY,EAAE,CAAC,EAAE,KAAK,EAAE,MAAM,CAAC,CAAC;IACjF,CAAC;IAED;;;;;;;OAOG;IACH,aAAa,CAAC,KAAa,EAAE,MAAc;QACzC,OAAO,IAAI,CAAC,kBAAkB,CAAC,MAAM,CAAC,SAAS,CAAC,YAAY,EAAE,CAAC,EAAE,KAAK,EAAE,MAAM,CAAC,CAAC;IAClF,CAAC;IAED,wBAAwB;IAExB;;;;;OAKG;IACH,YAAY,CAAC,MAAe;QAC1B,OAAO,IAAI,CAAC,gBAAgB,CAAC,MAAM,CAAC,SAAS,CAAC,YAAY,EAAE,CAAC,EAAE,MAAM,CAAC,CAAC;IACzE,CAAC;IAED;;;;;OAKG;IACH,YAAY,CAAC,MAAe;QAC1B,OAAO,IAAI,CAAC,gBAAgB,CAAC,MAAM,CAAC,SAAS,CAAC,YAAY,EAAE,CAAC,EAAE,MAAM,CAAC,CAAC;IACzE,CAAC;IAED;;;;;;;OAOG;IACH,aAAa,CAAC,KAAa,EAAE,MAAe;QAC1C,OAAO,IAAI,CAAC,iBAAiB,CAAC,MAAM,CAAC,SAAS,CAAC,aAAa,EAAE,CAAC,EAAE,KAAK,EAAE,MAAM,CAAC,CAAC;IAClF,CAAC;IAED;;;;;;;OAOG;IACH,cAAc,CAAC,KAAa,EAAE,MAAc;QAC1C,OAAO,IAAI,CAAC,kBAAkB,CAAC,MAAM,CAAC,SAAS,CAAC,aAAa,EAAE,CAAC,EAAE,KAAK,EAAE,MAAM,CAAC,CAAC;IACnF,CAAC;IAED;;;;;;;OAOG;IACH,aAAa,CAAC,KAAa,EAAE,MAAe;QAC1C,OAAO,IAAI,CAAC,iBAAiB,CAAC,MAAM,CAAC,SAAS,CAAC,aAAa,EAAE,CAAC,EAAE,KAAK,EAAE,MAAM,CAAC,CAAC;IAClF,CAAC;IAED;;;;;;;OAOG;IACH,cAAc,CAAC,KAAa,EAAE,MAAc;QAC1C,OAAO,IAAI,CAAC,kBAAkB,CAAC,MAAM,CAAC,SAAS,CAAC,aAAa,EAAE,CAAC,EAAE,KAAK,EAAE,MAAM,CAAC,CAAC;IACnF,CAAC;IAED,UAAU;IAEV;;;;;;;;OAQG;IACH,UAAU,CAAC,IAA8B,EAAE,QAAyB;QAClE,IAAI,SAAS,CAAC;QAEd,kBAAkB;QAClB,IAAI,OAAO,IAAI,KAAK,QAAQ,EAAE;YAC5B,wBAAgB,CAAC,IAAI,CAAC,CAAC;YACvB,SAAS,GAAG,IAAI,CAAC,GAAG,CAAC,IAAI,EAAE,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,WAAW,CAAC,CAAC;SAC5D;aAAM;YACL,QAAQ,GAAG,IAAI,CAAC;YAChB,SAAS,GAAG,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,WAAW,CAAC;SAC5C;QAED,iBAAiB;QACjB,IAAI,OAAO,QAAQ,KAAK,WAAW,EAAE;YACnC,qBAAa,CAAC,QAAQ,CAAC,CAAC;SACzB;QAED,MAAM,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,IAAI,CAAC,WAAW,EAAE,IAAI,CAAC,WAAW,GAAG,SAAS,CAAC,CAAC,QAAQ,CAAC,QAAQ,IAAI,IAAI,CAAC,SAAS,CAAC,CAAC;QAEpH,IAAI,CAAC,WAAW,IAAI,SAAS,CAAC;QAC9B,OAAO,KAAK,CAAC;IACf,CAAC;IAED;;;;;;;;OAQG;IACH,YAAY,CAAC,KAAa,EAAE,MAAc,EAAE,QAAyB;QACnE,wBAAgB,CAAC,MAAM,CAAC,CAAC;QAEzB,OAAO,IAAI,CAAC,aAAa,CAAC,KAAK,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,CAAC,CAAC;IAC3D,CAAC;IAED;;;;;;;;OAQG;IACH,WAAW,CAAC,KAAa,EAAE,IAA8B,EAAE,QAAyB;QAClF,OAAO,IAAI,CAAC,aAAa,CAAC,KAAK,EAAE,KAAK,EAAE,IAAI,EAAE,QAAQ,CAAC,CAAC;IAC1D,CAAC;IAED;;;;;;OAMG;IACH,YAAY,CAAC,QAAyB;QACpC,IAAI,OAAO,QAAQ,KAAK,WAAW,EAAE;YACnC,qBAAa,CAAC,QAAQ,CAAC,CAAC;SACzB;QAED,+DAA+D;QAC/D,IAAI,OAAO,GAAG,IAAI,CAAC,MAAM,CAAC;QAE1B,6EAA6E;QAC7E,KAAK,IAAI,CAAC,GAAG,IAAI,CAAC,WAAW,EAAE,CAAC,GAAG,IAAI,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;YACnD,IAAI,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,KAAK,IAAI,EAAE;gBAC1B,OAAO,GAAG,CAAC,CAAC;gBACZ,MAAM;aACP;SACF;QAED,oBAAoB;QACpB,MAAM,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,IAAI,CAAC,WAAW,EAAE,OAAO,CAAC,CAAC;QAE1D,wCAAwC;QACxC,IAAI,CAAC,WAAW,GAAG,OAAO,GAAG,CAAC,CAAC;QAE/B,OAAO,KAAK,CAAC,QAAQ,CAAC,QAAQ,IAAI,IAAI,CAAC,SAAS,CAAC,CAAC;IACpD,CAAC;IAED;;;;;;;;OAQG;IACH,cAAc,CAAC,KAAa,EAAE,MAAc,EAAE,QAAyB;QACrE,wBAAgB,CAAC,MAAM,CAAC,CAAC;QAEzB,eAAe;QACf,IAAI,CAAC,YAAY,CAAC,KAAK,EAAE,MAAM,EAAE,QAAQ,CAAC,CAAC;QAC3C,IAAI,CAAC,WAAW,CAAC,IAAI,EAAE,MAAM,GAAG,KAAK,CAAC,MAAM,CAAC,CAAC;QAC9C,OAAO,IAAI,CAAC;IACd,CAAC;IAED;;;;;;;;OAQG;IACH,aAAa,CAAC,KAAa,EAAE,IAA8B,EAAE,QAAyB;QACpF,eAAe;QACf,IAAI,CAAC,WAAW,CAAC,KAAK,EAAE,IAAI,EAAE,QAAQ,CAAC,CAAC;QACxC,IAAI,CAAC,UAAU,CAAC,IAAI,EAAE,OAAO,IAAI,KAAK,QAAQ,CAAC,CAAC,CAAC,IAAI,GAAG,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QACzF,OAAO,IAAI,CAAC;IACd,CAAC;IAED,UAAU;IAEV;;;;;;OAMG;IACH,UAAU,CAAC,MAAe;QACxB,IAAI,OAAO,MAAM,KAAK,WAAW,EAAE;YACjC,wBAAgB,CAAC,MAAM,CAAC,CAAC;SAC1B;QAED,MAAM,SAAS,GAAG,OAAO,MAAM,KAAK,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;QACpE,MAAM,QAAQ,GAAG,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,MAAM,EAAE,IAAI,CAAC,WAAW,GAAG,SAAS,CAAC,CAAC;QAErE,oBAAoB;QACpB,MAAM,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,IAAI,CAAC,WAAW,EAAE,QAAQ,CAAC,CAAC;QAE3D,wCAAwC;QACxC,IAAI,CAAC,WAAW,GAAG,QAAQ,CAAC;QAC5B,OAAO,KAAK,CAAC;IACf,CAAC;IAED;;;;;;;OAOG;IACH,YAAY,CAAC,KAAa,EAAE,MAAc;QACxC,wBAAgB,CAAC,MAAM,CAAC,CAAC;QAEzB,OAAO,IAAI,CAAC,aAAa,CAAC,KAAK,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC;IACjD,CAAC;IAED;;;;;;;OAOG;IACH,WAAW,CAAC,KAAa,EAAE,MAAe;QACxC,OAAO,IAAI,CAAC,aAAa,CAAC,KAAK,EAAE,KAAK,EAAE,MAAM,CAAC,CAAC;IAClD,CAAC;IAED;;;;OAIG;IACH,YAAY;QACV,+DAA+D;QAC/D,IAAI,OAAO,GAAG,IAAI,CAAC,MAAM,CAAC;QAE1B,6EAA6E;QAC7E,KAAK,IAAI,CAAC,GAAG,IAAI,CAAC,WAAW,EAAE,CAAC,GAAG,IAAI,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;YACnD,IAAI,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,KAAK,IAAI,EAAE;gBAC1B,OAAO,GAAG,CAAC,CAAC;gBACZ,MAAM;aACP;SACF;QAED,aAAa;QACb,MAAM,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,IAAI,CAAC,WAAW,EAAE,OAAO,CAAC,CAAC;QAE1D,wCAAwC;QACxC,IAAI,CAAC,WAAW,GAAG,OAAO,GAAG,CAAC,CAAC;QAC/B,OAAO,KAAK,CAAC;IACf,CAAC;IAED;;;;;;;OAOG;IACH,cAAc,CAAC,KAAa,EAAE,MAAc;QAC1C,wBAAgB,CAAC,MAAM,CAAC,CAAC;QAEzB,eAAe;QACf,IAAI,CAAC,YAAY,CAAC,KAAK,EAAE,MAAM,CAAC,CAAC;QACjC,IAAI,CAAC,WAAW,CAAC,IAAI,EAAE,MAAM,GAAG,KAAK,CAAC,MAAM,CAAC,CAAC;QAE9C,OAAO,IAAI,CAAC;IACd,CAAC;IAED;;;;;;;OAOG;IACH,aAAa,CAAC,KAAa,EAAE,MAAe;QAC1C,mCAAmC;QACnC,IAAI,OAAO,MAAM,KAAK,WAAW,EAAE;YACjC,wBAAgB,CAAC,MAAM,CAAC,CAAC;SAC1B;QAED,eAAe;QACf,IAAI,CAAC,WAAW,CAAC,KAAK,EAAE,MAAM,CAAC,CAAC;QAChC,IAAI,CAAC,UAAU,CAAC,IAAI,EAAE,OAAO,MAAM,KAAK,QAAQ,CAAC,CAAC,CAAC,MAAM,GAAG,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAE9F,OAAO,IAAI,CAAC;IACd,CAAC;IAED;;OAEG;IACH,KAAK;QACH,IAAI,CAAC,YAAY,GAAG,CAAC,CAAC;QACtB,IAAI,CAAC,WAAW,GAAG,CAAC,CAAC;QACrB,IAAI,CAAC,MAAM,GAAG,CAAC,CAAC;QAChB,OAAO,IAAI,CAAC;IACd,CAAC;IAED;;;;OAIG;IACH,SAAS;QACP,OAAO,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,WAAW,CAAC;IACxC,CAAC;IAED;;;;OAIG;IACH,IAAI,UAAU;QACZ,OAAO,IAAI,CAAC,WAAW,CAAC;IAC1B,CAAC;IAED;;;;OAIG;IACH,IAAI,UAAU,CAAC,MAAc;QAC3B,wBAAgB,CAAC,MAAM,CAAC,CAAC;QAEzB,oBAAoB;QACpB,yBAAiB,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;QAEhC,IAAI,CAAC,WAAW,GAAG,MAAM,CAAC;IAC5B,CAAC;IAED;;;;OAIG;IACH,IAAI,WAAW;QACb,OAAO,IAAI,CAAC,YAAY,CAAC;IAC3B,CAAC;IAED;;;;OAIG;IACH,IAAI,WAAW,CAAC,MAAc;QAC5B,wBAAgB,CAAC,MAAM,CAAC,CAAC;QAEzB,oBAAoB;QACpB,yBAAiB,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;QAEhC,IAAI,CAAC,YAAY,GAAG,MAAM,CAAC;IAC7B,CAAC;IAED;;;;OAIG;IACH,IAAI,QAAQ;QACV,OAAO,IAAI,CAAC,SAAS,CAAC;IACxB,CAAC;IAED;;;;OAIG;IACH,IAAI,QAAQ,CAAC,QAAwB;QACnC,qBAAa,CAAC,QAAQ,CAAC,CAAC;QAExB,IAAI,CAAC,SAAS,GAAG,QAAQ,CAAC;IAC5B,CAAC;IAED;;;;OAIG;IACH,IAAI,cAAc;QAChB,OAAO,IAAI,CAAC,KAAK,CAAC;IACpB,CAAC;IAED;;;;OAIG;IACH,QAAQ;QACN,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,EAAE,IAAI,CAAC,MAAM,CAAC,CAAC;IAC1C,CAAC;IAED;;;;OAIG;IACH,QAAQ,CAAC,QAAyB;QAChC,MAAM,WAAW,GAAG,OAAO,QAAQ,KAAK,QAAQ,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;QAE7E,8BAA8B;QAC9B,qBAAa,CAAC,WAAW,CAAC,CAAC;QAE3B,OAAO,IAAI,CAAC,KAAK,CAAC,QAAQ,CAAC,WAAW,EAAE,CAAC,EAAE,IAAI,CAAC,MAAM,CAAC,CAAC;IAC1D,CAAC;IAED;;OAEG;IACH,OAAO;QACL,IAAI,CAAC,KAAK,EAAE,CAAC;QACb,OAAO,IAAI,CAAC;IACd,CAAC;IAED;;;;;;;OAOG;IACK,aAAa,CACnB,KAAa,EACb,QAAiB,EACjB,IAA8B,EAC9B,QAAyB;QAEzB,IAAI,SAAS,GAAG,IAAI,CAAC,YAAY,CAAC;QAClC,IAAI,WAAW,GAAG,IAAI,CAAC,SAAS,CAAC;QAEjC,mBAAmB;QACnB,IAAI,OAAO,IAAI,KAAK,QAAQ,EAAE;YAC5B,SAAS,GAAG,IAAI,CAAC;YACjB,qBAAqB;SACtB;aAAM,IAAI,OAAO,IAAI,KAAK,QAAQ,EAAE;YACnC,qBAAa,CAAC,IAAI,CAAC,CAAC;YACpB,WAAW,GAAG,IAAI,CAAC;SACpB;QAED,mCAAmC;QACnC,IAAI,OAAO,QAAQ,KAAK,QAAQ,EAAE;YAChC,qBAAa,CAAC,QAAQ,CAAC,CAAC;YACxB,WAAW,GAAG,QAAQ,CAAC;SACxB;QAED,kCAAkC;QAClC,MAAM,UAAU,GAAG,MAAM,CAAC,UAAU,CAAC,KAAK,EAAE,WAAW,CAAC,CAAC;QAEzD,mDAAmD;QACnD,IAAI,QAAQ,EAAE;YACZ,IAAI,CAAC,gBAAgB,CAAC,UAAU,EAAE,SAAS,CAAC,CAAC;SAC9C;aAAM;YACL,IAAI,CAAC,gBAAgB,CAAC,UAAU,EAAE,SAAS,CAAC,CAAC;SAC9C;QAED,cAAc;QACd,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,KAAK,EAAE,SAAS,EAAE,UAAU,EAAE,WAAW,CAAC,CAAC;QAE5D,0CAA0C;QAC1C,IAAI,QAAQ,EAAE;YACZ,IAAI,CAAC,YAAY,IAAI,UAAU,CAAC;SACjC;aAAM;YACL,mFAAmF;YACnF,IAAI,OAAO,IAAI,KAAK,QAAQ,EAAE;gBAC5B,IAAI,CAAC,YAAY,GAAG,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,YAAY,EAAE,SAAS,GAAG,UAAU,CAAC,CAAC;aACzE;iBAAM;gBACL,2FAA2F;gBAC3F,IAAI,CAAC,YAAY,IAAI,UAAU,CAAC;aACjC;SACF;QAED,OAAO,IAAI,CAAC;IACd,CAAC;IAED;;;;;OAKG;IACK,aAAa,CAAC,KAAa,EAAE,QAAiB,EAAE,MAAe;QACrE,MAAM,SAAS,GAAG,OAAO,MAAM,KAAK,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;QAE1E,mDAAmD;QACnD,IAAI,QAAQ,EAAE;YACZ,IAAI,CAAC,gBAAgB,CAAC,KAAK,CAAC,MAAM,EAAE,SAAS,CAAC,CAAC;SAChD;aAAM;YACL,IAAI,CAAC,gBAAgB,CAAC,KAAK,CAAC,MAAM,EAAE,SAAS,CAAC,CAAC;SAChD;QAED,qBAAqB;QACrB,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,KAAK,EAAE,SAAS,CAAC,CAAC;QAElC,0CAA0C;QAC1C,IAAI,QAAQ,EAAE;YACZ,IAAI,CAAC,YAAY,IAAI,KAAK,CAAC,MAAM,CAAC;SACnC;aAAM;YACL,mFAAmF;YACnF,IAAI,OAAO,MAAM,KAAK,QAAQ,EAAE;gBAC9B,IAAI,CAAC,YAAY,GAAG,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,YAAY,EAAE,SAAS,GAAG,KAAK,CAAC,MAAM,CAAC,CAAC;aAC3E;iBAAM;gBACL,2FAA2F;gBAC3F,IAAI,CAAC,YAAY,IAAI,KAAK,CAAC,MAAM,CAAC;aACnC;SACF;QAED,OAAO,IAAI,CAAC;IACd,CAAC;IAED;;;;;OAKG;IACK,cAAc,CAAC,MAAc,EAAE,MAAe;QACpD,gDAAgD;QAChD,IAAI,SAAS,GAAG,IAAI,CAAC,WAAW,CAAC;QAEjC,qCAAqC;QACrC,IAAI,OAAO,MAAM,KAAK,WAAW,EAAE;YACjC,mCAAmC;YACnC,wBAAgB,CAAC,MAAM,CAAC,CAAC;YAEzB,8BAA8B;YAC9B,SAAS,GAAG,MAAM,CAAC;SACpB;QAED,8GAA8G;QAC9G,IAAI,SAAS,GAAG,CAAC,IAAI,SAAS,GAAG,MAAM,GAAG,IAAI,CAAC,MAAM,EAAE;YACrD,MAAM,IAAI,KAAK,CAAC,cAAM,CAAC,0BAA0B,CAAC,CAAC;SACpD;IACH,CAAC;IAED;;;;;OAKG;IACK,gBAAgB,CAAC,UAAkB,EAAE,MAAc;QACzD,mCAAmC;QACnC,wBAAgB,CAAC,MAAM,CAAC,CAAC;QAEzB,mDAAmD;QACnD,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,MAAM,GAAG,UAAU,CAAC,CAAC;QAE/C,kIAAkI;QAClI,IAAI,MAAM,GAAG,IAAI,CAAC,MAAM,EAAE;YACxB,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,KAAK,EAAE,MAAM,GAAG,UAAU,EAAE,MAAM,EAAE,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;SAC7E;QAED,qCAAqC;QACrC,IAAI,MAAM,GAAG,UAAU,GAAG,IAAI,CAAC,MAAM,EAAE;YACrC,IAAI,CAAC,MAAM,GAAG,MAAM,GAAG,UAAU,CAAC;SACnC;aAAM;YACL,IAAI,CAAC,MAAM,IAAI,UAAU,CAAC;SAC3B;IACH,CAAC;IAED;;;;;OAKG;IACK,gBAAgB,CAAC,UAAkB,EAAE,MAAe;QAC1D,MAAM,SAAS,GAAG,OAAO,MAAM,KAAK,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;QAE1E,wCAAwC;QACxC,IAAI,CAAC,eAAe,CAAC,SAAS,GAAG,UAAU,CAAC,CAAC;QAE7C,8FAA8F;QAC9F,IAAI,SAAS,GAAG,UAAU,GAAG,IAAI,CAAC,MAAM,EAAE;YACxC,IAAI,CAAC,MAAM,GAAG,SAAS,GAAG,UAAU,CAAC;SACtC;IACH,CAAC;IAED;;;;OAIG;IACK,eAAe,CAAC,SAAiB;QACvC,MAAM,SAAS,GAAG,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC;QAEpC,IAAI,SAAS,GAAG,SAAS,EAAE;YACzB,IAAI,IAAI,GAAG,IAAI,CAAC,KAAK,CAAC;YACtB,IAAI,SAAS,GAAG,CAAC,SAAS,GAAG,CAAC,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;YACxC,IAAI,SAAS,GAAG,SAAS,EAAE;gBACzB,SAAS,GAAG,SAAS,CAAC;aACvB;YACD,IAAI,CAAC,KAAK,GAAG,MAAM,CAAC,WAAW,CAAC,SAAS,CAAC,CAAC;YAE3C,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,KAAK,EAAE,CAAC,EAAE,CAAC,EAAE,SAAS,CAAC,CAAC;SACxC;IACH,CAAC;IAED;;;;;;;;;;OAUG;IACK,gBAAgB,CAAI,IAA2B,EAAE,QAAgB,EAAE,MAAe;QACxF,IAAI,CAAC,cAAc,CAAC,QAAQ,EAAE,MAAM,CAAC,CAAC;QAEtC,0BAA0B;QAC1B,MAAM,KAAK,GAAG,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,KAAK,EAAE,OAAO,MAAM,KAAK,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAE5F,2EAA2E;QAC3E,IAAI,OAAO,MAAM,KAAK,WAAW,EAAE;YACjC,IAAI,CAAC,WAAW,IAAI,QAAQ,CAAC;SAC9B;QAED,OAAO,KAAK,CAAC;IACf,CAAC;IAED;;;;;;;;;;;OAWG;IACK,kBAAkB,CACxB,IAA2C,EAC3C,QAAgB,EAChB,KAAQ,EACR,MAAc;QAEd,mCAAmC;QACnC,wBAAgB,CAAC,MAAM,CAAC,CAAC;QAEzB,0EAA0E;QAC1E,IAAI,CAAC,gBAAgB,CAAC,QAAQ,EAAE,MAAM,CAAC,CAAC;QAExC,2BAA2B;QAC3B,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,KAAK,EAAE,KAAK,EAAE,MAAM,CAAC,CAAC;QAErC,2CAA2C;QAC3C,IAAI,CAAC,YAAY,IAAI,QAAQ,CAAC;QAC9B,OAAO,IAAI,CAAC;IACd,CAAC;IAED;;;;;;;;;;;OAWG;IACK,iBAAiB,CACvB,IAA2C,EAC3C,QAAgB,EAChB,KAAQ,EACR,MAAe;QAEf,0CAA0C;QAC1C,IAAI,OAAO,MAAM,KAAK,QAAQ,EAAE;YAC9B,gEAAgE;YAChE,IAAI,MAAM,GAAG,CAAC,EAAE;gBACd,MAAM,IAAI,KAAK,CAAC,cAAM,CAAC,2BAA2B,CAAC,CAAC;aACrD;YAED,wBAAgB,CAAC,MAAM,CAAC,CAAC;SAC1B;QAED,uDAAuD;QACvD,MAAM,SAAS,GAAG,OAAO,MAAM,KAAK,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;QAE1E,0EAA0E;QAC1E,IAAI,CAAC,gBAAgB,CAAC,QAAQ,EAAE,SAAS,CAAC,CAAC;QAE3C,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,KAAK,EAAE,KAAK,EAAE,SAAS,CAAC,CAAC;QAExC,mFAAmF;QACnF,IAAI,OAAO,MAAM,KAAK,QAAQ,EAAE;YAC9B,IAAI,CAAC,YAAY,GAAG,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,YAAY,EAAE,SAAS,GAAG,QAAQ,CAAC,CAAC;SACvE;aAAM;YACL,mGAAmG;YACnG,IAAI,CAAC,YAAY,IAAI,QAAQ,CAAC;SAC/B;QAED,OAAO,IAAI,CAAC;IACd,CAAC;CACF;AAE4B,kCAAW"} \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/smart-buffer/build/utils.js b/software/flow/node_modules/npm/node_modules/smart-buffer/build/utils.js deleted file mode 100644 index 6d55981..0000000 --- a/software/flow/node_modules/npm/node_modules/smart-buffer/build/utils.js +++ /dev/null @@ -1,108 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -const buffer_1 = require("buffer"); -/** - * Error strings - */ -const ERRORS = { - INVALID_ENCODING: 'Invalid encoding provided. Please specify a valid encoding the internal Node.js Buffer supports.', - INVALID_SMARTBUFFER_SIZE: 'Invalid size provided. Size must be a valid integer greater than zero.', - INVALID_SMARTBUFFER_BUFFER: 'Invalid Buffer provided in SmartBufferOptions.', - INVALID_SMARTBUFFER_OBJECT: 'Invalid SmartBufferOptions object supplied to SmartBuffer constructor or factory methods.', - INVALID_OFFSET: 'An invalid offset value was provided.', - INVALID_OFFSET_NON_NUMBER: 'An invalid offset value was provided. A numeric value is required.', - INVALID_LENGTH: 'An invalid length value was provided.', - INVALID_LENGTH_NON_NUMBER: 'An invalid length value was provived. A numeric value is required.', - INVALID_TARGET_OFFSET: 'Target offset is beyond the bounds of the internal SmartBuffer data.', - INVALID_TARGET_LENGTH: 'Specified length value moves cursor beyong the bounds of the internal SmartBuffer data.', - INVALID_READ_BEYOND_BOUNDS: 'Attempted to read beyond the bounds of the managed data.', - INVALID_WRITE_BEYOND_BOUNDS: 'Attempted to write beyond the bounds of the managed data.' -}; -exports.ERRORS = ERRORS; -/** - * Checks if a given encoding is a valid Buffer encoding. (Throws an exception if check fails) - * - * @param { String } encoding The encoding string to check. - */ -function checkEncoding(encoding) { - if (!buffer_1.Buffer.isEncoding(encoding)) { - throw new Error(ERRORS.INVALID_ENCODING); - } -} -exports.checkEncoding = checkEncoding; -/** - * Checks if a given number is a finite integer. (Throws an exception if check fails) - * - * @param { Number } value The number value to check. - */ -function isFiniteInteger(value) { - return typeof value === 'number' && isFinite(value) && isInteger(value); -} -exports.isFiniteInteger = isFiniteInteger; -/** - * Checks if an offset/length value is valid. (Throws an exception if check fails) - * - * @param value The value to check. - * @param offset True if checking an offset, false if checking a length. - */ -function checkOffsetOrLengthValue(value, offset) { - if (typeof value === 'number') { - // Check for non finite/non integers - if (!isFiniteInteger(value) || value < 0) { - throw new Error(offset ? ERRORS.INVALID_OFFSET : ERRORS.INVALID_LENGTH); - } - } - else { - throw new Error(offset ? ERRORS.INVALID_OFFSET_NON_NUMBER : ERRORS.INVALID_LENGTH_NON_NUMBER); - } -} -/** - * Checks if a length value is valid. (Throws an exception if check fails) - * - * @param { Number } length The value to check. - */ -function checkLengthValue(length) { - checkOffsetOrLengthValue(length, false); -} -exports.checkLengthValue = checkLengthValue; -/** - * Checks if a offset value is valid. (Throws an exception if check fails) - * - * @param { Number } offset The value to check. - */ -function checkOffsetValue(offset) { - checkOffsetOrLengthValue(offset, true); -} -exports.checkOffsetValue = checkOffsetValue; -/** - * Checks if a target offset value is out of bounds. (Throws an exception if check fails) - * - * @param { Number } offset The offset value to check. - * @param { SmartBuffer } buff The SmartBuffer instance to check against. - */ -function checkTargetOffset(offset, buff) { - if (offset < 0 || offset > buff.length) { - throw new Error(ERRORS.INVALID_TARGET_OFFSET); - } -} -exports.checkTargetOffset = checkTargetOffset; -/** - * Determines whether a given number is a integer. - * @param value The number to check. - */ -function isInteger(value) { - return typeof value === 'number' && isFinite(value) && Math.floor(value) === value; -} -/** - * Throws if Node.js version is too low to support bigint - */ -function bigIntAndBufferInt64Check(bufferMethod) { - if (typeof BigInt === 'undefined') { - throw new Error('Platform does not support JS BigInt type.'); - } - if (typeof buffer_1.Buffer.prototype[bufferMethod] === 'undefined') { - throw new Error(`Platform does not support Buffer.prototype.${bufferMethod}.`); - } -} -exports.bigIntAndBufferInt64Check = bigIntAndBufferInt64Check; -//# sourceMappingURL=utils.js.map \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/smart-buffer/build/utils.js.map b/software/flow/node_modules/npm/node_modules/smart-buffer/build/utils.js.map deleted file mode 100644 index fc7388d..0000000 --- a/software/flow/node_modules/npm/node_modules/smart-buffer/build/utils.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"utils.js","sourceRoot":"","sources":["../src/utils.ts"],"names":[],"mappings":";;AACA,mCAAgC;AAEhC;;GAEG;AACH,MAAM,MAAM,GAAG;IACb,gBAAgB,EAAE,kGAAkG;IACpH,wBAAwB,EAAE,wEAAwE;IAClG,0BAA0B,EAAE,gDAAgD;IAC5E,0BAA0B,EAAE,2FAA2F;IACvH,cAAc,EAAE,uCAAuC;IACvD,yBAAyB,EAAE,oEAAoE;IAC/F,cAAc,EAAE,uCAAuC;IACvD,yBAAyB,EAAE,oEAAoE;IAC/F,qBAAqB,EAAE,sEAAsE;IAC7F,qBAAqB,EAAE,yFAAyF;IAChH,0BAA0B,EAAE,0DAA0D;IACtF,2BAA2B,EAAE,2DAA2D;CACzF,CAAC;AAuGA,wBAAM;AArGR;;;;GAIG;AACH,SAAS,aAAa,CAAC,QAAwB;IAC7C,IAAI,CAAC,eAAM,CAAC,UAAU,CAAC,QAAQ,CAAC,EAAE;QAChC,MAAM,IAAI,KAAK,CAAC,MAAM,CAAC,gBAAgB,CAAC,CAAC;KAC1C;AACH,CAAC;AA4F0B,sCAAa;AA1FxC;;;;GAIG;AACH,SAAS,eAAe,CAAC,KAAa;IACpC,OAAO,OAAO,KAAK,KAAK,QAAQ,IAAI,QAAQ,CAAC,KAAK,CAAC,IAAI,SAAS,CAAC,KAAK,CAAC,CAAC;AAC1E,CAAC;AAmFS,0CAAe;AAjFzB;;;;;GAKG;AACH,SAAS,wBAAwB,CAAC,KAAU,EAAE,MAAe;IAC3D,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE;QAC7B,oCAAoC;QACpC,IAAI,CAAC,eAAe,CAAC,KAAK,CAAC,IAAI,KAAK,GAAG,CAAC,EAAE;YACxC,MAAM,IAAI,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,CAAC,cAAc,CAAC,CAAC,CAAC,MAAM,CAAC,cAAc,CAAC,CAAC;SACzE;KACF;SAAM;QACL,MAAM,IAAI,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,CAAC,yBAAyB,CAAC,CAAC,CAAC,MAAM,CAAC,yBAAyB,CAAC,CAAC;KAC/F;AACH,CAAC;AAED;;;;GAIG;AACH,SAAS,gBAAgB,CAAC,MAAW;IACnC,wBAAwB,CAAC,MAAM,EAAE,KAAK,CAAC,CAAC;AAC1C,CAAC;AA0DC,4CAAgB;AAxDlB;;;;GAIG;AACH,SAAS,gBAAgB,CAAC,MAAW;IACnC,wBAAwB,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;AACzC,CAAC;AAgDyC,4CAAgB;AA9C1D;;;;;GAKG;AACH,SAAS,iBAAiB,CAAC,MAAc,EAAE,IAAiB;IAC1D,IAAI,MAAM,GAAG,CAAC,IAAI,MAAM,GAAG,IAAI,CAAC,MAAM,EAAE;QACtC,MAAM,IAAI,KAAK,CAAC,MAAM,CAAC,qBAAqB,CAAC,CAAC;KAC/C;AACH,CAAC;AAqCmB,8CAAiB;AAnCrC;;;GAGG;AACH,SAAS,SAAS,CAAC,KAAa;IAC9B,OAAO,OAAO,KAAK,KAAK,QAAQ,IAAI,QAAQ,CAAC,KAAK,CAAC,IAAI,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,KAAK,KAAK,CAAC;AACrF,CAAC;AAcD;;GAEG;AACH,SAAS,yBAAyB,CAAC,YAA0B;IAC3D,IAAI,OAAO,MAAM,KAAK,WAAW,EAAE;QACjC,MAAM,IAAI,KAAK,CAAC,2CAA2C,CAAC,CAAC;KAC9D;IAED,IAAI,OAAO,eAAM,CAAC,SAAS,CAAC,YAAY,CAAC,KAAK,WAAW,EAAE;QACzD,MAAM,IAAI,KAAK,CAAC,8CAA8C,YAAY,GAAG,CAAC,CAAC;KAChF;AACH,CAAC;AAIsC,8DAAyB"} \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/smart-buffer/docs/ROADMAP.md b/software/flow/node_modules/npm/node_modules/smart-buffer/docs/ROADMAP.md deleted file mode 100644 index e69de29..0000000 diff --git a/software/flow/node_modules/npm/node_modules/smart-buffer/package.json b/software/flow/node_modules/npm/node_modules/smart-buffer/package.json deleted file mode 100644 index 2f326f2..0000000 --- a/software/flow/node_modules/npm/node_modules/smart-buffer/package.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "name": "smart-buffer", - "version": "4.2.0", - "description": "smart-buffer is a Buffer wrapper that adds automatic read & write offset tracking, string operations, data insertions, and more.", - "main": "build/smartbuffer.js", - "contributors": ["syvita"], - "homepage": "https://github.com/JoshGlazebrook/smart-buffer/", - "repository": { - "type": "git", - "url": "https://github.com/JoshGlazebrook/smart-buffer.git" - }, - "bugs": { - "url": "https://github.com/JoshGlazebrook/smart-buffer/issues" - }, - "keywords": [ - "buffer", - "smart", - "packet", - "serialize", - "network", - "cursor", - "simple" - ], - "engines": { - "node": ">= 6.0.0", - "npm": ">= 3.0.0" - }, - "author": "Josh Glazebrook", - "license": "MIT", - "readmeFilename": "README.md", - "devDependencies": { - "@types/chai": "4.1.7", - "@types/mocha": "5.2.7", - "@types/node": "^12.0.0", - "chai": "4.2.0", - "coveralls": "3.0.5", - "istanbul": "^0.4.5", - "mocha": "6.2.0", - "mocha-lcov-reporter": "^1.3.0", - "nyc": "14.1.1", - "source-map-support": "0.5.12", - "ts-node": "8.3.0", - "tslint": "5.18.0", - "typescript": "^3.2.1" - }, - "typings": "typings/smartbuffer.d.ts", - "dependencies": {}, - "scripts": { - "prepublish": "npm install -g typescript && npm run build", - "test": "NODE_ENV=test mocha --recursive --require ts-node/register test/**/*.ts", - "coverage": "NODE_ENV=test nyc npm test", - "coveralls": "NODE_ENV=test nyc npm test && nyc report --reporter=text-lcov | coveralls", - "lint": "tslint --type-check --project tsconfig.json 'src/**/*.ts'", - "build": "tsc -p ./" - }, - "nyc": { - "extension": [ - ".ts", - ".tsx" - ], - "include": [ - "src/*.ts", - "src/**/*.ts" - ], - "exclude": [ - "**.*.d.ts", - "node_modules", - "typings" - ], - "require": [ - "ts-node/register" - ], - "reporter": [ - "json", - "html" - ], - "all": true - } -} diff --git a/software/flow/node_modules/npm/node_modules/smart-buffer/typings/smartbuffer.d.ts b/software/flow/node_modules/npm/node_modules/smart-buffer/typings/smartbuffer.d.ts deleted file mode 100644 index d07379b..0000000 --- a/software/flow/node_modules/npm/node_modules/smart-buffer/typings/smartbuffer.d.ts +++ /dev/null @@ -1,755 +0,0 @@ -/// <reference types="node" /> -/** - * Object interface for constructing new SmartBuffer instances. - */ -interface SmartBufferOptions { - encoding?: BufferEncoding; - size?: number; - buff?: Buffer; -} -declare class SmartBuffer { - length: number; - private _encoding; - private _buff; - private _writeOffset; - private _readOffset; - /** - * Creates a new SmartBuffer instance. - * - * @param options { SmartBufferOptions } The SmartBufferOptions to apply to this instance. - */ - constructor(options?: SmartBufferOptions); - /** - * Creates a new SmartBuffer instance with the provided internal Buffer size and optional encoding. - * - * @param size { Number } The size of the internal Buffer. - * @param encoding { String } The BufferEncoding to use for strings. - * - * @return { SmartBuffer } - */ - static fromSize(size: number, encoding?: BufferEncoding): SmartBuffer; - /** - * Creates a new SmartBuffer instance with the provided Buffer and optional encoding. - * - * @param buffer { Buffer } The Buffer to use as the internal Buffer value. - * @param encoding { String } The BufferEncoding to use for strings. - * - * @return { SmartBuffer } - */ - static fromBuffer(buff: Buffer, encoding?: BufferEncoding): SmartBuffer; - /** - * Creates a new SmartBuffer instance with the provided SmartBufferOptions options. - * - * @param options { SmartBufferOptions } The options to use when creating the SmartBuffer instance. - */ - static fromOptions(options: SmartBufferOptions): SmartBuffer; - /** - * Type checking function that determines if an object is a SmartBufferOptions object. - */ - static isSmartBufferOptions(options: SmartBufferOptions): options is SmartBufferOptions; - /** - * Reads an Int8 value from the current read position or an optionally provided offset. - * - * @param offset { Number } The offset to read data from (optional) - * @return { Number } - */ - readInt8(offset?: number): number; - /** - * Reads an Int16BE value from the current read position or an optionally provided offset. - * - * @param offset { Number } The offset to read data from (optional) - * @return { Number } - */ - readInt16BE(offset?: number): number; - /** - * Reads an Int16LE value from the current read position or an optionally provided offset. - * - * @param offset { Number } The offset to read data from (optional) - * @return { Number } - */ - readInt16LE(offset?: number): number; - /** - * Reads an Int32BE value from the current read position or an optionally provided offset. - * - * @param offset { Number } The offset to read data from (optional) - * @return { Number } - */ - readInt32BE(offset?: number): number; - /** - * Reads an Int32LE value from the current read position or an optionally provided offset. - * - * @param offset { Number } The offset to read data from (optional) - * @return { Number } - */ - readInt32LE(offset?: number): number; - /** - * Reads a BigInt64BE value from the current read position or an optionally provided offset. - * - * @param offset { Number } The offset to read data from (optional) - * @return { BigInt } - */ - readBigInt64BE(offset?: number): bigint; - /** - * Reads a BigInt64LE value from the current read position or an optionally provided offset. - * - * @param offset { Number } The offset to read data from (optional) - * @return { BigInt } - */ - readBigInt64LE(offset?: number): bigint; - /** - * Writes an Int8 value to the current write position (or at optional offset). - * - * @param value { Number } The value to write. - * @param offset { Number } The offset to write the value at. - * - * @return this - */ - writeInt8(value: number, offset?: number): SmartBuffer; - /** - * Inserts an Int8 value at the given offset value. - * - * @param value { Number } The value to insert. - * @param offset { Number } The offset to insert the value at. - * - * @return this - */ - insertInt8(value: number, offset: number): SmartBuffer; - /** - * Writes an Int16BE value to the current write position (or at optional offset). - * - * @param value { Number } The value to write. - * @param offset { Number } The offset to write the value at. - * - * @return this - */ - writeInt16BE(value: number, offset?: number): SmartBuffer; - /** - * Inserts an Int16BE value at the given offset value. - * - * @param value { Number } The value to insert. - * @param offset { Number } The offset to insert the value at. - * - * @return this - */ - insertInt16BE(value: number, offset: number): SmartBuffer; - /** - * Writes an Int16LE value to the current write position (or at optional offset). - * - * @param value { Number } The value to write. - * @param offset { Number } The offset to write the value at. - * - * @return this - */ - writeInt16LE(value: number, offset?: number): SmartBuffer; - /** - * Inserts an Int16LE value at the given offset value. - * - * @param value { Number } The value to insert. - * @param offset { Number } The offset to insert the value at. - * - * @return this - */ - insertInt16LE(value: number, offset: number): SmartBuffer; - /** - * Writes an Int32BE value to the current write position (or at optional offset). - * - * @param value { Number } The value to write. - * @param offset { Number } The offset to write the value at. - * - * @return this - */ - writeInt32BE(value: number, offset?: number): SmartBuffer; - /** - * Inserts an Int32BE value at the given offset value. - * - * @param value { Number } The value to insert. - * @param offset { Number } The offset to insert the value at. - * - * @return this - */ - insertInt32BE(value: number, offset: number): SmartBuffer; - /** - * Writes an Int32LE value to the current write position (or at optional offset). - * - * @param value { Number } The value to write. - * @param offset { Number } The offset to write the value at. - * - * @return this - */ - writeInt32LE(value: number, offset?: number): SmartBuffer; - /** - * Inserts an Int32LE value at the given offset value. - * - * @param value { Number } The value to insert. - * @param offset { Number } The offset to insert the value at. - * - * @return this - */ - insertInt32LE(value: number, offset: number): SmartBuffer; - /** - * Writes a BigInt64BE value to the current write position (or at optional offset). - * - * @param value { BigInt } The value to write. - * @param offset { Number } The offset to write the value at. - * - * @return this - */ - writeBigInt64BE(value: bigint, offset?: number): SmartBuffer; - /** - * Inserts a BigInt64BE value at the given offset value. - * - * @param value { BigInt } The value to insert. - * @param offset { Number } The offset to insert the value at. - * - * @return this - */ - insertBigInt64BE(value: bigint, offset: number): SmartBuffer; - /** - * Writes a BigInt64LE value to the current write position (or at optional offset). - * - * @param value { BigInt } The value to write. - * @param offset { Number } The offset to write the value at. - * - * @return this - */ - writeBigInt64LE(value: bigint, offset?: number): SmartBuffer; - /** - * Inserts a Int64LE value at the given offset value. - * - * @param value { BigInt } The value to insert. - * @param offset { Number } The offset to insert the value at. - * - * @return this - */ - insertBigInt64LE(value: bigint, offset: number): SmartBuffer; - /** - * Reads an UInt8 value from the current read position or an optionally provided offset. - * - * @param offset { Number } The offset to read data from (optional) - * @return { Number } - */ - readUInt8(offset?: number): number; - /** - * Reads an UInt16BE value from the current read position or an optionally provided offset. - * - * @param offset { Number } The offset to read data from (optional) - * @return { Number } - */ - readUInt16BE(offset?: number): number; - /** - * Reads an UInt16LE value from the current read position or an optionally provided offset. - * - * @param offset { Number } The offset to read data from (optional) - * @return { Number } - */ - readUInt16LE(offset?: number): number; - /** - * Reads an UInt32BE value from the current read position or an optionally provided offset. - * - * @param offset { Number } The offset to read data from (optional) - * @return { Number } - */ - readUInt32BE(offset?: number): number; - /** - * Reads an UInt32LE value from the current read position or an optionally provided offset. - * - * @param offset { Number } The offset to read data from (optional) - * @return { Number } - */ - readUInt32LE(offset?: number): number; - /** - * Reads a BigUInt64BE value from the current read position or an optionally provided offset. - * - * @param offset { Number } The offset to read data from (optional) - * @return { BigInt } - */ - readBigUInt64BE(offset?: number): bigint; - /** - * Reads a BigUInt64LE value from the current read position or an optionally provided offset. - * - * @param offset { Number } The offset to read data from (optional) - * @return { BigInt } - */ - readBigUInt64LE(offset?: number): bigint; - /** - * Writes an UInt8 value to the current write position (or at optional offset). - * - * @param value { Number } The value to write. - * @param offset { Number } The offset to write the value at. - * - * @return this - */ - writeUInt8(value: number, offset?: number): SmartBuffer; - /** - * Inserts an UInt8 value at the given offset value. - * - * @param value { Number } The value to insert. - * @param offset { Number } The offset to insert the value at. - * - * @return this - */ - insertUInt8(value: number, offset: number): SmartBuffer; - /** - * Writes an UInt16BE value to the current write position (or at optional offset). - * - * @param value { Number } The value to write. - * @param offset { Number } The offset to write the value at. - * - * @return this - */ - writeUInt16BE(value: number, offset?: number): SmartBuffer; - /** - * Inserts an UInt16BE value at the given offset value. - * - * @param value { Number } The value to insert. - * @param offset { Number } The offset to insert the value at. - * - * @return this - */ - insertUInt16BE(value: number, offset: number): SmartBuffer; - /** - * Writes an UInt16LE value to the current write position (or at optional offset). - * - * @param value { Number } The value to write. - * @param offset { Number } The offset to write the value at. - * - * @return this - */ - writeUInt16LE(value: number, offset?: number): SmartBuffer; - /** - * Inserts an UInt16LE value at the given offset value. - * - * @param value { Number } The value to insert. - * @param offset { Number } The offset to insert the value at. - * - * @return this - */ - insertUInt16LE(value: number, offset: number): SmartBuffer; - /** - * Writes an UInt32BE value to the current write position (or at optional offset). - * - * @param value { Number } The value to write. - * @param offset { Number } The offset to write the value at. - * - * @return this - */ - writeUInt32BE(value: number, offset?: number): SmartBuffer; - /** - * Inserts an UInt32BE value at the given offset value. - * - * @param value { Number } The value to insert. - * @param offset { Number } The offset to insert the value at. - * - * @return this - */ - insertUInt32BE(value: number, offset: number): SmartBuffer; - /** - * Writes an UInt32LE value to the current write position (or at optional offset). - * - * @param value { Number } The value to write. - * @param offset { Number } The offset to write the value at. - * - * @return this - */ - writeUInt32LE(value: number, offset?: number): SmartBuffer; - /** - * Inserts an UInt32LE value at the given offset value. - * - * @param value { Number } The value to insert. - * @param offset { Number } The offset to insert the value at. - * - * @return this - */ - insertUInt32LE(value: number, offset: number): SmartBuffer; - /** - * Writes a BigUInt64BE value to the current write position (or at optional offset). - * - * @param value { Number } The value to write. - * @param offset { Number } The offset to write the value at. - * - * @return this - */ - writeBigUInt64BE(value: bigint, offset?: number): SmartBuffer; - /** - * Inserts a BigUInt64BE value at the given offset value. - * - * @param value { Number } The value to insert. - * @param offset { Number } The offset to insert the value at. - * - * @return this - */ - insertBigUInt64BE(value: bigint, offset: number): SmartBuffer; - /** - * Writes a BigUInt64LE value to the current write position (or at optional offset). - * - * @param value { Number } The value to write. - * @param offset { Number } The offset to write the value at. - * - * @return this - */ - writeBigUInt64LE(value: bigint, offset?: number): SmartBuffer; - /** - * Inserts a BigUInt64LE value at the given offset value. - * - * @param value { Number } The value to insert. - * @param offset { Number } The offset to insert the value at. - * - * @return this - */ - insertBigUInt64LE(value: bigint, offset: number): SmartBuffer; - /** - * Reads an FloatBE value from the current read position or an optionally provided offset. - * - * @param offset { Number } The offset to read data from (optional) - * @return { Number } - */ - readFloatBE(offset?: number): number; - /** - * Reads an FloatLE value from the current read position or an optionally provided offset. - * - * @param offset { Number } The offset to read data from (optional) - * @return { Number } - */ - readFloatLE(offset?: number): number; - /** - * Writes a FloatBE value to the current write position (or at optional offset). - * - * @param value { Number } The value to write. - * @param offset { Number } The offset to write the value at. - * - * @return this - */ - writeFloatBE(value: number, offset?: number): SmartBuffer; - /** - * Inserts a FloatBE value at the given offset value. - * - * @param value { Number } The value to insert. - * @param offset { Number } The offset to insert the value at. - * - * @return this - */ - insertFloatBE(value: number, offset: number): SmartBuffer; - /** - * Writes a FloatLE value to the current write position (or at optional offset). - * - * @param value { Number } The value to write. - * @param offset { Number } The offset to write the value at. - * - * @return this - */ - writeFloatLE(value: number, offset?: number): SmartBuffer; - /** - * Inserts a FloatLE value at the given offset value. - * - * @param value { Number } The value to insert. - * @param offset { Number } The offset to insert the value at. - * - * @return this - */ - insertFloatLE(value: number, offset: number): SmartBuffer; - /** - * Reads an DoublEBE value from the current read position or an optionally provided offset. - * - * @param offset { Number } The offset to read data from (optional) - * @return { Number } - */ - readDoubleBE(offset?: number): number; - /** - * Reads an DoubleLE value from the current read position or an optionally provided offset. - * - * @param offset { Number } The offset to read data from (optional) - * @return { Number } - */ - readDoubleLE(offset?: number): number; - /** - * Writes a DoubleBE value to the current write position (or at optional offset). - * - * @param value { Number } The value to write. - * @param offset { Number } The offset to write the value at. - * - * @return this - */ - writeDoubleBE(value: number, offset?: number): SmartBuffer; - /** - * Inserts a DoubleBE value at the given offset value. - * - * @param value { Number } The value to insert. - * @param offset { Number } The offset to insert the value at. - * - * @return this - */ - insertDoubleBE(value: number, offset: number): SmartBuffer; - /** - * Writes a DoubleLE value to the current write position (or at optional offset). - * - * @param value { Number } The value to write. - * @param offset { Number } The offset to write the value at. - * - * @return this - */ - writeDoubleLE(value: number, offset?: number): SmartBuffer; - /** - * Inserts a DoubleLE value at the given offset value. - * - * @param value { Number } The value to insert. - * @param offset { Number } The offset to insert the value at. - * - * @return this - */ - insertDoubleLE(value: number, offset: number): SmartBuffer; - /** - * Reads a String from the current read position. - * - * @param arg1 { Number | String } The number of bytes to read as a String, or the BufferEncoding to use for - * the string (Defaults to instance level encoding). - * @param encoding { String } The BufferEncoding to use for the string (Defaults to instance level encoding). - * - * @return { String } - */ - readString(arg1?: number | BufferEncoding, encoding?: BufferEncoding): string; - /** - * Inserts a String - * - * @param value { String } The String value to insert. - * @param offset { Number } The offset to insert the string at. - * @param encoding { String } The BufferEncoding to use for writing strings (defaults to instance encoding). - * - * @return this - */ - insertString(value: string, offset: number, encoding?: BufferEncoding): SmartBuffer; - /** - * Writes a String - * - * @param value { String } The String value to write. - * @param arg2 { Number | String } The offset to write the string at, or the BufferEncoding to use. - * @param encoding { String } The BufferEncoding to use for writing strings (defaults to instance encoding). - * - * @return this - */ - writeString(value: string, arg2?: number | BufferEncoding, encoding?: BufferEncoding): SmartBuffer; - /** - * Reads a null-terminated String from the current read position. - * - * @param encoding { String } The BufferEncoding to use for the string (Defaults to instance level encoding). - * - * @return { String } - */ - readStringNT(encoding?: BufferEncoding): string; - /** - * Inserts a null-terminated String. - * - * @param value { String } The String value to write. - * @param arg2 { Number | String } The offset to write the string to, or the BufferEncoding to use. - * @param encoding { String } The BufferEncoding to use for writing strings (defaults to instance encoding). - * - * @return this - */ - insertStringNT(value: string, offset: number, encoding?: BufferEncoding): SmartBuffer; - /** - * Writes a null-terminated String. - * - * @param value { String } The String value to write. - * @param arg2 { Number | String } The offset to write the string to, or the BufferEncoding to use. - * @param encoding { String } The BufferEncoding to use for writing strings (defaults to instance encoding). - * - * @return this - */ - writeStringNT(value: string, arg2?: number | BufferEncoding, encoding?: BufferEncoding): SmartBuffer; - /** - * Reads a Buffer from the internal read position. - * - * @param length { Number } The length of data to read as a Buffer. - * - * @return { Buffer } - */ - readBuffer(length?: number): Buffer; - /** - * Writes a Buffer to the current write position. - * - * @param value { Buffer } The Buffer to write. - * @param offset { Number } The offset to write the Buffer to. - * - * @return this - */ - insertBuffer(value: Buffer, offset: number): SmartBuffer; - /** - * Writes a Buffer to the current write position. - * - * @param value { Buffer } The Buffer to write. - * @param offset { Number } The offset to write the Buffer to. - * - * @return this - */ - writeBuffer(value: Buffer, offset?: number): SmartBuffer; - /** - * Reads a null-terminated Buffer from the current read poisiton. - * - * @return { Buffer } - */ - readBufferNT(): Buffer; - /** - * Inserts a null-terminated Buffer. - * - * @param value { Buffer } The Buffer to write. - * @param offset { Number } The offset to write the Buffer to. - * - * @return this - */ - insertBufferNT(value: Buffer, offset: number): SmartBuffer; - /** - * Writes a null-terminated Buffer. - * - * @param value { Buffer } The Buffer to write. - * @param offset { Number } The offset to write the Buffer to. - * - * @return this - */ - writeBufferNT(value: Buffer, offset?: number): SmartBuffer; - /** - * Clears the SmartBuffer instance to its original empty state. - */ - clear(): SmartBuffer; - /** - * Gets the remaining data left to be read from the SmartBuffer instance. - * - * @return { Number } - */ - remaining(): number; - /** - * Gets the current read offset value of the SmartBuffer instance. - * - * @return { Number } - */ - /** - * Sets the read offset value of the SmartBuffer instance. - * - * @param offset { Number } - The offset value to set. - */ - readOffset: number; - /** - * Gets the current write offset value of the SmartBuffer instance. - * - * @return { Number } - */ - /** - * Sets the write offset value of the SmartBuffer instance. - * - * @param offset { Number } - The offset value to set. - */ - writeOffset: number; - /** - * Gets the currently set string encoding of the SmartBuffer instance. - * - * @return { BufferEncoding } The string Buffer encoding currently set. - */ - /** - * Sets the string encoding of the SmartBuffer instance. - * - * @param encoding { BufferEncoding } The string Buffer encoding to set. - */ - encoding: BufferEncoding; - /** - * Gets the underlying internal Buffer. (This includes unmanaged data in the Buffer) - * - * @return { Buffer } The Buffer value. - */ - readonly internalBuffer: Buffer; - /** - * Gets the value of the internal managed Buffer (Includes managed data only) - * - * @param { Buffer } - */ - toBuffer(): Buffer; - /** - * Gets the String value of the internal managed Buffer - * - * @param encoding { String } The BufferEncoding to display the Buffer as (defaults to instance level encoding). - */ - toString(encoding?: BufferEncoding): string; - /** - * Destroys the SmartBuffer instance. - */ - destroy(): SmartBuffer; - /** - * Handles inserting and writing strings. - * - * @param value { String } The String value to insert. - * @param isInsert { Boolean } True if inserting a string, false if writing. - * @param arg2 { Number | String } The offset to insert the string at, or the BufferEncoding to use. - * @param encoding { String } The BufferEncoding to use for writing strings (defaults to instance encoding). - */ - private _handleString; - /** - * Handles writing or insert of a Buffer. - * - * @param value { Buffer } The Buffer to write. - * @param offset { Number } The offset to write the Buffer to. - */ - private _handleBuffer; - /** - * Ensures that the internal Buffer is large enough to read data. - * - * @param length { Number } The length of the data that needs to be read. - * @param offset { Number } The offset of the data that needs to be read. - */ - private ensureReadable; - /** - * Ensures that the internal Buffer is large enough to insert data. - * - * @param dataLength { Number } The length of the data that needs to be written. - * @param offset { Number } The offset of the data to be written. - */ - private ensureInsertable; - /** - * Ensures that the internal Buffer is large enough to write data. - * - * @param dataLength { Number } The length of the data that needs to be written. - * @param offset { Number } The offset of the data to be written (defaults to writeOffset). - */ - private _ensureWriteable; - /** - * Ensures that the internal Buffer is large enough to write at least the given amount of data. - * - * @param minLength { Number } The minimum length of the data needs to be written. - */ - private _ensureCapacity; - /** - * Reads a numeric number value using the provided function. - * - * @typeparam T { number | bigint } The type of the value to be read - * - * @param func { Function(offset: number) => number } The function to read data on the internal Buffer with. - * @param byteSize { Number } The number of bytes read. - * @param offset { Number } The offset to read from (optional). When this is not provided, the managed readOffset is used instead. - * - * @returns { T } the number value - */ - private _readNumberValue; - /** - * Inserts a numeric number value based on the given offset and value. - * - * @typeparam T { number | bigint } The type of the value to be written - * - * @param func { Function(offset: T, offset?) => number} The function to write data on the internal Buffer with. - * @param byteSize { Number } The number of bytes written. - * @param value { T } The number value to write. - * @param offset { Number } the offset to write the number at (REQUIRED). - * - * @returns SmartBuffer this buffer - */ - private _insertNumberValue; - /** - * Writes a numeric number value based on the given offset and value. - * - * @typeparam T { number | bigint } The type of the value to be written - * - * @param func { Function(offset: T, offset?) => number} The function to write data on the internal Buffer with. - * @param byteSize { Number } The number of bytes written. - * @param value { T } The number value to write. - * @param offset { Number } the offset to write the number at (REQUIRED). - * - * @returns SmartBuffer this buffer - */ - private _writeNumberValue; -} -export { SmartBufferOptions, SmartBuffer }; diff --git a/software/flow/node_modules/npm/node_modules/smart-buffer/typings/utils.d.ts b/software/flow/node_modules/npm/node_modules/smart-buffer/typings/utils.d.ts deleted file mode 100644 index b32b4d4..0000000 --- a/software/flow/node_modules/npm/node_modules/smart-buffer/typings/utils.d.ts +++ /dev/null @@ -1,66 +0,0 @@ -/// <reference types="node" /> -import { SmartBuffer } from './smartbuffer'; -import { Buffer } from 'buffer'; -/** - * Error strings - */ -declare const ERRORS: { - INVALID_ENCODING: string; - INVALID_SMARTBUFFER_SIZE: string; - INVALID_SMARTBUFFER_BUFFER: string; - INVALID_SMARTBUFFER_OBJECT: string; - INVALID_OFFSET: string; - INVALID_OFFSET_NON_NUMBER: string; - INVALID_LENGTH: string; - INVALID_LENGTH_NON_NUMBER: string; - INVALID_TARGET_OFFSET: string; - INVALID_TARGET_LENGTH: string; - INVALID_READ_BEYOND_BOUNDS: string; - INVALID_WRITE_BEYOND_BOUNDS: string; -}; -/** - * Checks if a given encoding is a valid Buffer encoding. (Throws an exception if check fails) - * - * @param { String } encoding The encoding string to check. - */ -declare function checkEncoding(encoding: BufferEncoding): void; -/** - * Checks if a given number is a finite integer. (Throws an exception if check fails) - * - * @param { Number } value The number value to check. - */ -declare function isFiniteInteger(value: number): boolean; -/** - * Checks if a length value is valid. (Throws an exception if check fails) - * - * @param { Number } length The value to check. - */ -declare function checkLengthValue(length: any): void; -/** - * Checks if a offset value is valid. (Throws an exception if check fails) - * - * @param { Number } offset The value to check. - */ -declare function checkOffsetValue(offset: any): void; -/** - * Checks if a target offset value is out of bounds. (Throws an exception if check fails) - * - * @param { Number } offset The offset value to check. - * @param { SmartBuffer } buff The SmartBuffer instance to check against. - */ -declare function checkTargetOffset(offset: number, buff: SmartBuffer): void; -interface Buffer { - readBigInt64BE(offset?: number): bigint; - readBigInt64LE(offset?: number): bigint; - readBigUInt64BE(offset?: number): bigint; - readBigUInt64LE(offset?: number): bigint; - writeBigInt64BE(value: bigint, offset?: number): number; - writeBigInt64LE(value: bigint, offset?: number): number; - writeBigUInt64BE(value: bigint, offset?: number): number; - writeBigUInt64LE(value: bigint, offset?: number): number; -} -/** - * Throws if Node.js version is too low to support bigint - */ -declare function bigIntAndBufferInt64Check(bufferMethod: keyof Buffer): void; -export { ERRORS, isFiniteInteger, checkEncoding, checkOffsetValue, checkLengthValue, checkTargetOffset, bigIntAndBufferInt64Check }; diff --git a/software/flow/node_modules/npm/node_modules/socks-proxy-agent/dist/index.d.ts b/software/flow/node_modules/npm/node_modules/socks-proxy-agent/dist/index.d.ts deleted file mode 100644 index 4de33b1..0000000 --- a/software/flow/node_modules/npm/node_modules/socks-proxy-agent/dist/index.d.ts +++ /dev/null @@ -1,33 +0,0 @@ -/// <reference types="node" /> -import { SocksProxy } from 'socks'; -import { Agent, ClientRequest, RequestOptions } from 'agent-base'; -import { AgentOptions } from 'agent-base'; -import { Url } from 'url'; -import net from 'net'; -import tls from 'tls'; -interface BaseSocksProxyAgentOptions { - host?: string | null; - port?: string | number | null; - username?: string | null; - tls?: tls.ConnectionOptions | null; -} -interface SocksProxyAgentOptionsExtra { - timeout?: number; -} -export interface SocksProxyAgentOptions extends AgentOptions, BaseSocksProxyAgentOptions, Partial<Omit<Url & SocksProxy, keyof BaseSocksProxyAgentOptions>> { -} -export declare class SocksProxyAgent extends Agent { - private readonly shouldLookup; - private readonly proxy; - private readonly tlsConnectionOptions; - timeout: number | null; - constructor(input: string | SocksProxyAgentOptions, options?: SocksProxyAgentOptionsExtra); - /** - * Initiates a SOCKS connection to the specified SOCKS proxy server, - * which in turn connects to the specified remote host and port. - * - * @api protected - */ - callback(req: ClientRequest, opts: RequestOptions): Promise<net.Socket>; -} -export {}; diff --git a/software/flow/node_modules/npm/node_modules/socks-proxy-agent/dist/index.js b/software/flow/node_modules/npm/node_modules/socks-proxy-agent/dist/index.js deleted file mode 100644 index 55b598b..0000000 --- a/software/flow/node_modules/npm/node_modules/socks-proxy-agent/dist/index.js +++ /dev/null @@ -1,197 +0,0 @@ -"use strict"; -var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { - function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } - return new (P || (P = Promise))(function (resolve, reject) { - function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } } - function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } } - function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } - step((generator = generator.apply(thisArg, _arguments || [])).next()); - }); -}; -var __importDefault = (this && this.__importDefault) || function (mod) { - return (mod && mod.__esModule) ? mod : { "default": mod }; -}; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.SocksProxyAgent = void 0; -const socks_1 = require("socks"); -const agent_base_1 = require("agent-base"); -const debug_1 = __importDefault(require("debug")); -const dns_1 = __importDefault(require("dns")); -const tls_1 = __importDefault(require("tls")); -const debug = (0, debug_1.default)('socks-proxy-agent'); -function parseSocksProxy(opts) { - var _a; - let port = 0; - let lookup = false; - let type = 5; - const host = opts.hostname; - if (host == null) { - throw new TypeError('No "host"'); - } - if (typeof opts.port === 'number') { - port = opts.port; - } - else if (typeof opts.port === 'string') { - port = parseInt(opts.port, 10); - } - // From RFC 1928, Section 3: https://tools.ietf.org/html/rfc1928#section-3 - // "The SOCKS service is conventionally located on TCP port 1080" - if (port == null) { - port = 1080; - } - // figure out if we want socks v4 or v5, based on the "protocol" used. - // Defaults to 5. - if (opts.protocol != null) { - switch (opts.protocol.replace(':', '')) { - case 'socks4': - lookup = true; - // pass through - case 'socks4a': - type = 4; - break; - case 'socks5': - lookup = true; - // pass through - case 'socks': // no version specified, default to 5h - case 'socks5h': - type = 5; - break; - default: - throw new TypeError(`A "socks" protocol must be specified! Got: ${String(opts.protocol)}`); - } - } - if (typeof opts.type !== 'undefined') { - if (opts.type === 4 || opts.type === 5) { - type = opts.type; - } - else { - throw new TypeError(`"type" must be 4 or 5, got: ${String(opts.type)}`); - } - } - const proxy = { - host, - port, - type - }; - let userId = (_a = opts.userId) !== null && _a !== void 0 ? _a : opts.username; - let password = opts.password; - if (opts.auth != null) { - const auth = opts.auth.split(':'); - userId = auth[0]; - password = auth[1]; - } - if (userId != null) { - Object.defineProperty(proxy, 'userId', { - value: userId, - enumerable: false - }); - } - if (password != null) { - Object.defineProperty(proxy, 'password', { - value: password, - enumerable: false - }); - } - return { lookup, proxy }; -} -const normalizeProxyOptions = (input) => { - let proxyOptions; - if (typeof input === 'string') { - proxyOptions = new URL(input); - } - else { - proxyOptions = input; - } - if (proxyOptions == null) { - throw new TypeError('a SOCKS proxy server `host` and `port` must be specified!'); - } - return proxyOptions; -}; -class SocksProxyAgent extends agent_base_1.Agent { - constructor(input, options) { - var _a; - const proxyOptions = normalizeProxyOptions(input); - super(proxyOptions); - const parsedProxy = parseSocksProxy(proxyOptions); - this.shouldLookup = parsedProxy.lookup; - this.proxy = parsedProxy.proxy; - this.tlsConnectionOptions = proxyOptions.tls != null ? proxyOptions.tls : {}; - this.timeout = (_a = options === null || options === void 0 ? void 0 : options.timeout) !== null && _a !== void 0 ? _a : null; - } - /** - * Initiates a SOCKS connection to the specified SOCKS proxy server, - * which in turn connects to the specified remote host and port. - * - * @api protected - */ - callback(req, opts) { - var _a; - return __awaiter(this, void 0, void 0, function* () { - const { shouldLookup, proxy, timeout } = this; - let { host, port, lookup: lookupCallback } = opts; - if (host == null) { - throw new Error('No `host` defined!'); - } - if (shouldLookup) { - // Client-side DNS resolution for "4" and "5" socks proxy versions. - host = yield new Promise((resolve, reject) => { - // Use the request's custom lookup, if one was configured: - const lookupFn = lookupCallback !== null && lookupCallback !== void 0 ? lookupCallback : dns_1.default.lookup; - lookupFn(host, {}, (err, res) => { - if (err) { - reject(err); - } - else { - resolve(res); - } - }); - }); - } - const socksOpts = { - proxy, - destination: { host, port }, - command: 'connect', - timeout: timeout !== null && timeout !== void 0 ? timeout : undefined - }; - const cleanup = (tlsSocket) => { - req.destroy(); - socket.destroy(); - if (tlsSocket) - tlsSocket.destroy(); - }; - debug('Creating socks proxy connection: %o', socksOpts); - const { socket } = yield socks_1.SocksClient.createConnection(socksOpts); - debug('Successfully created socks proxy connection'); - if (timeout !== null) { - socket.setTimeout(timeout); - socket.on('timeout', () => cleanup()); - } - if (opts.secureEndpoint) { - // The proxy is connecting to a TLS server, so upgrade - // this socket connection to a TLS connection. - debug('Upgrading socket connection to TLS'); - const servername = (_a = opts.servername) !== null && _a !== void 0 ? _a : opts.host; - const tlsSocket = tls_1.default.connect(Object.assign(Object.assign(Object.assign({}, omit(opts, 'host', 'hostname', 'path', 'port')), { socket, - servername }), this.tlsConnectionOptions)); - tlsSocket.once('error', (error) => { - debug('socket TLS error', error.message); - cleanup(tlsSocket); - }); - return tlsSocket; - } - return socket; - }); - } -} -exports.SocksProxyAgent = SocksProxyAgent; -function omit(obj, ...keys) { - const ret = {}; - let key; - for (key in obj) { - if (!keys.includes(key)) { - ret[key] = obj[key]; - } - } - return ret; -} -//# sourceMappingURL=index.js.map \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/socks-proxy-agent/dist/index.js.map b/software/flow/node_modules/npm/node_modules/socks-proxy-agent/dist/index.js.map deleted file mode 100644 index e183e8e..0000000 --- a/software/flow/node_modules/npm/node_modules/socks-proxy-agent/dist/index.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,iCAAmE;AACnE,2CAAiE;AAEjE,kDAA+B;AAE/B,8CAAqB;AAErB,8CAAqB;AAarB,MAAM,KAAK,GAAG,IAAA,eAAW,EAAC,mBAAmB,CAAC,CAAA;AAE9C,SAAS,eAAe,CAAE,IAA4B;;IACpD,IAAI,IAAI,GAAG,CAAC,CAAA;IACZ,IAAI,MAAM,GAAG,KAAK,CAAA;IAClB,IAAI,IAAI,GAAuB,CAAC,CAAA;IAEhC,MAAM,IAAI,GAAG,IAAI,CAAC,QAAQ,CAAA;IAE1B,IAAI,IAAI,IAAI,IAAI,EAAE;QAChB,MAAM,IAAI,SAAS,CAAC,WAAW,CAAC,CAAA;KACjC;IAED,IAAI,OAAO,IAAI,CAAC,IAAI,KAAK,QAAQ,EAAE;QACjC,IAAI,GAAG,IAAI,CAAC,IAAI,CAAA;KACjB;SAAM,IAAI,OAAO,IAAI,CAAC,IAAI,KAAK,QAAQ,EAAE;QACxC,IAAI,GAAG,QAAQ,CAAC,IAAI,CAAC,IAAI,EAAE,EAAE,CAAC,CAAA;KAC/B;IAED,0EAA0E;IAC1E,iEAAiE;IACjE,IAAI,IAAI,IAAI,IAAI,EAAE;QAChB,IAAI,GAAG,IAAI,CAAA;KACZ;IAED,sEAAsE;IACtE,iBAAiB;IACjB,IAAI,IAAI,CAAC,QAAQ,IAAI,IAAI,EAAE;QACzB,QAAQ,IAAI,CAAC,QAAQ,CAAC,OAAO,CAAC,GAAG,EAAE,EAAE,CAAC,EAAE;YACtC,KAAK,QAAQ;gBACX,MAAM,GAAG,IAAI,CAAA;YACf,eAAe;YACf,KAAK,SAAS;gBACZ,IAAI,GAAG,CAAC,CAAA;gBACR,MAAK;YACP,KAAK,QAAQ;gBACX,MAAM,GAAG,IAAI,CAAA;YACf,eAAe;YACf,KAAK,OAAO,CAAC,CAAC,sCAAsC;YACpD,KAAK,SAAS;gBACZ,IAAI,GAAG,CAAC,CAAA;gBACR,MAAK;YACP;gBACE,MAAM,IAAI,SAAS,CAAC,8CAA8C,MAAM,CAAC,IAAI,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAA;SAC7F;KACF;IAED,IAAI,OAAO,IAAI,CAAC,IAAI,KAAK,WAAW,EAAE;QACpC,IAAI,IAAI,CAAC,IAAI,KAAK,CAAC,IAAI,IAAI,CAAC,IAAI,KAAK,CAAC,EAAE;YACtC,IAAI,GAAG,IAAI,CAAC,IAAI,CAAA;SACjB;aAAM;YACL,MAAM,IAAI,SAAS,CAAC,+BAA+B,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,CAAA;SACxE;KACF;IAED,MAAM,KAAK,GAAe;QACxB,IAAI;QACJ,IAAI;QACJ,IAAI;KACL,CAAA;IAED,IAAI,MAAM,GAAG,MAAA,IAAI,CAAC,MAAM,mCAAI,IAAI,CAAC,QAAQ,CAAA;IACzC,IAAI,QAAQ,GAAG,IAAI,CAAC,QAAQ,CAAA;IAC5B,IAAI,IAAI,CAAC,IAAI,IAAI,IAAI,EAAE;QACrB,MAAM,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,CAAA;QACjC,MAAM,GAAG,IAAI,CAAC,CAAC,CAAC,CAAA;QAChB,QAAQ,GAAG,IAAI,CAAC,CAAC,CAAC,CAAA;KACnB;IACD,IAAI,MAAM,IAAI,IAAI,EAAE;QAClB,MAAM,CAAC,cAAc,CAAC,KAAK,EAAE,QAAQ,EAAE;YACrC,KAAK,EAAE,MAAM;YACb,UAAU,EAAE,KAAK;SAClB,CAAC,CAAA;KACH;IACD,IAAI,QAAQ,IAAI,IAAI,EAAE;QACpB,MAAM,CAAC,cAAc,CAAC,KAAK,EAAE,UAAU,EAAE;YACvC,KAAK,EAAE,QAAQ;YACf,UAAU,EAAE,KAAK;SAClB,CAAC,CAAA;KACH;IAED,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,CAAA;AAC1B,CAAC;AAED,MAAM,qBAAqB,GAAG,CAAC,KAAsC,EAA0B,EAAE;IAC/F,IAAI,YAAoC,CAAA;IACxC,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE;QAC7B,YAAY,GAAG,IAAI,GAAG,CAAC,KAAK,CAAC,CAAA;KAC9B;SAAM;QACL,YAAY,GAAG,KAAK,CAAA;KACrB;IACD,IAAI,YAAY,IAAI,IAAI,EAAE;QACxB,MAAM,IAAI,SAAS,CAAC,2DAA2D,CAAC,CAAA;KACjF;IAED,OAAO,YAAY,CAAA;AACrB,CAAC,CAAA;AAID,MAAa,eAAgB,SAAQ,kBAAK;IAMxC,YAAa,KAAsC,EAAE,OAAqC;;QACxF,MAAM,YAAY,GAAG,qBAAqB,CAAC,KAAK,CAAC,CAAA;QACjD,KAAK,CAAC,YAAY,CAAC,CAAA;QAEnB,MAAM,WAAW,GAAG,eAAe,CAAC,YAAY,CAAC,CAAA;QAEjD,IAAI,CAAC,YAAY,GAAG,WAAW,CAAC,MAAM,CAAA;QACtC,IAAI,CAAC,KAAK,GAAG,WAAW,CAAC,KAAK,CAAA;QAC9B,IAAI,CAAC,oBAAoB,GAAG,YAAY,CAAC,GAAG,IAAI,IAAI,CAAC,CAAC,CAAC,YAAY,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAA;QAC5E,IAAI,CAAC,OAAO,GAAG,MAAA,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,OAAO,mCAAI,IAAI,CAAA;IACzC,CAAC;IAED;;;;;OAKG;IACG,QAAQ,CAAE,GAAkB,EAAE,IAAoB;;;YACtD,MAAM,EAAE,YAAY,EAAE,KAAK,EAAE,OAAO,EAAE,GAAG,IAAI,CAAA;YAE7C,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,cAAc,EAAE,GAAG,IAAI,CAAA;YAEjD,IAAI,IAAI,IAAI,IAAI,EAAE;gBAChB,MAAM,IAAI,KAAK,CAAC,oBAAoB,CAAC,CAAA;aACtC;YAED,IAAI,YAAY,EAAE;gBAChB,mEAAmE;gBACnE,IAAI,GAAG,MAAM,IAAI,OAAO,CAAS,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE;oBACnD,0DAA0D;oBAC1D,MAAM,QAAQ,GAAG,cAAc,aAAd,cAAc,cAAd,cAAc,GAAI,aAAG,CAAC,MAAM,CAAA;oBAC7C,QAAQ,CAAC,IAAK,EAAE,EAAE,EAAE,CAAC,GAAG,EAAE,GAAG,EAAE,EAAE;wBAC/B,IAAI,GAAG,EAAE;4BACP,MAAM,CAAC,GAAG,CAAC,CAAA;yBACZ;6BAAM;4BACL,OAAO,CAAC,GAAG,CAAC,CAAA;yBACb;oBACH,CAAC,CAAC,CAAA;gBACJ,CAAC,CAAC,CAAA;aACH;YAED,MAAM,SAAS,GAAuB;gBACpC,KAAK;gBACL,WAAW,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE;gBAC3B,OAAO,EAAE,SAAS;gBAClB,OAAO,EAAE,OAAO,aAAP,OAAO,cAAP,OAAO,GAAI,SAAS;aAC9B,CAAA;YAED,MAAM,OAAO,GAAG,CAAC,SAAyB,EAAE,EAAE;gBAC5C,GAAG,CAAC,OAAO,EAAE,CAAA;gBACb,MAAM,CAAC,OAAO,EAAE,CAAA;gBAChB,IAAI,SAAS;oBAAE,SAAS,CAAC,OAAO,EAAE,CAAA;YACpC,CAAC,CAAA;YAED,KAAK,CAAC,qCAAqC,EAAE,SAAS,CAAC,CAAA;YACvD,MAAM,EAAE,MAAM,EAAE,GAAG,MAAM,mBAAW,CAAC,gBAAgB,CAAC,SAAS,CAAC,CAAA;YAChE,KAAK,CAAC,6CAA6C,CAAC,CAAA;YAEpD,IAAI,OAAO,KAAK,IAAI,EAAE;gBACpB,MAAM,CAAC,UAAU,CAAC,OAAO,CAAC,CAAA;gBAC1B,MAAM,CAAC,EAAE,CAAC,SAAS,EAAE,GAAG,EAAE,CAAC,OAAO,EAAE,CAAC,CAAA;aACtC;YAED,IAAI,IAAI,CAAC,cAAc,EAAE;gBACvB,sDAAsD;gBACtD,8CAA8C;gBAC9C,KAAK,CAAC,oCAAoC,CAAC,CAAA;gBAC3C,MAAM,UAAU,GAAG,MAAA,IAAI,CAAC,UAAU,mCAAI,IAAI,CAAC,IAAI,CAAA;gBAE/C,MAAM,SAAS,GAAG,aAAG,CAAC,OAAO,+CACxB,IAAI,CAAC,IAAI,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,EAAE,MAAM,CAAC,KACjD,MAAM;oBACN,UAAU,KACP,IAAI,CAAC,oBAAoB,EAC5B,CAAA;gBAEF,SAAS,CAAC,IAAI,CAAC,OAAO,EAAE,CAAC,KAAK,EAAE,EAAE;oBAChC,KAAK,CAAC,kBAAkB,EAAE,KAAK,CAAC,OAAO,CAAC,CAAA;oBACxC,OAAO,CAAC,SAAS,CAAC,CAAA;gBACpB,CAAC,CAAC,CAAA;gBAEF,OAAO,SAAS,CAAA;aACjB;YAED,OAAO,MAAM,CAAA;;KACd;CACF;AA7FD,0CA6FC;AAED,SAAS,IAAI,CACX,GAAM,EACN,GAAG,IAAO;IAIV,MAAM,GAAG,GAAG,EAAgD,CAAA;IAC5D,IAAI,GAAqB,CAAA;IACzB,KAAK,GAAG,IAAI,GAAG,EAAE;QACf,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE;YACvB,GAAG,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAA;SACpB;KACF;IACD,OAAO,GAAG,CAAA;AACZ,CAAC"} \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/socks-proxy-agent/package.json b/software/flow/node_modules/npm/node_modules/socks-proxy-agent/package.json deleted file mode 100644 index aa29999..0000000 --- a/software/flow/node_modules/npm/node_modules/socks-proxy-agent/package.json +++ /dev/null @@ -1,181 +0,0 @@ -{ - "name": "socks-proxy-agent", - "description": "A SOCKS proxy `http.Agent` implementation for HTTP and HTTPS", - "homepage": "https://github.com/TooTallNate/node-socks-proxy-agent#readme", - "version": "7.0.0", - "main": "dist/index.js", - "author": { - "email": "nathan@tootallnate.net", - "name": "Nathan Rajlich", - "url": "http://n8.io/" - }, - "contributors": [ - { - "name": "Kiko Beats", - "email": "josefrancisco.verdu@gmail.com" - }, - { - "name": "Josh Glazebrook", - "email": "josh@joshglazebrook.com" - }, - { - "name": "talmobi", - "email": "talmobi@users.noreply.github.com" - }, - { - "name": "Indospace.io", - "email": "justin@indospace.io" - }, - { - "name": "Kilian von Pflugk", - "email": "github@jumoog.io" - }, - { - "name": "Kyle", - "email": "admin@hk1229.cn" - }, - { - "name": "Matheus Fernandes", - "email": "matheus.frndes@gmail.com" - }, - { - "name": "Ricky Miller", - "email": "richardkazuomiller@gmail.com" - }, - { - "name": "Shantanu Sharma", - "email": "shantanu34@outlook.com" - }, - { - "name": "Tim Perry", - "email": "pimterry@gmail.com" - }, - { - "name": "Vadim Baryshev", - "email": "vadimbaryshev@gmail.com" - }, - { - "name": "jigu", - "email": "luo1257857309@gmail.com" - }, - { - "name": "Alba Mendez", - "email": "me@jmendeth.com" - }, - { - "name": "Дмитрий Гуденков", - "email": "Dimangud@rambler.ru" - }, - { - "name": "Andrei Bitca", - "email": "63638922+andrei-bitca-dc@users.noreply.github.com" - }, - { - "name": "Andrew Casey", - "email": "amcasey@users.noreply.github.com" - }, - { - "name": "Brandon Ros", - "email": "brandonros1@gmail.com" - }, - { - "name": "Dang Duy Thanh", - "email": "thanhdd.it@gmail.com" - }, - { - "name": "Dimitar Nestorov", - "email": "8790386+dimitarnestorov@users.noreply.github.com" - } - ], - "repository": { - "type": "git", - "url": "git://github.com/TooTallNate/node-socks-proxy-agent.git" - }, - "bugs": { - "url": "https://github.com/TooTallNate/node-socks-proxy-agent/issues" - }, - "keywords": [ - "agent", - "http", - "https", - "proxy", - "socks", - "socks4", - "socks4a", - "socks5", - "socks5h" - ], - "dependencies": { - "agent-base": "^6.0.2", - "debug": "^4.3.3", - "socks": "^2.6.2" - }, - "devDependencies": { - "@commitlint/cli": "latest", - "@commitlint/config-conventional": "latest", - "@types/debug": "latest", - "@types/node": "latest", - "cacheable-lookup": "latest", - "conventional-github-releaser": "latest", - "dns2": "latest", - "finepack": "latest", - "git-authors-cli": "latest", - "mocha": "9", - "nano-staged": "latest", - "npm-check-updates": "latest", - "prettier-standard": "latest", - "raw-body": "latest", - "rimraf": "latest", - "simple-git-hooks": "latest", - "socksv5": "github:TooTallNate/socksv5#fix/dstSock-close-event", - "standard": "latest", - "standard-markdown": "latest", - "standard-version": "latest", - "ts-standard": "latest", - "typescript": "latest" - }, - "engines": { - "node": ">= 10" - }, - "files": [ - "dist" - ], - "scripts": { - "build": "tsc", - "clean": "rimraf node_modules", - "contributors": "(git-authors-cli && finepack && git add package.json && git commit -m 'build: contributors' --no-verify) || true", - "lint": "ts-standard", - "postrelease": "npm run release:tags && npm run release:github && (ci-publish || npm publish --access=public)", - "prebuild": "rimraf dist", - "prepublishOnly": "npm run build", - "prerelease": "npm run update:check && npm run contributors", - "release": "standard-version -a", - "release:github": "conventional-github-releaser -p angular", - "release:tags": "git push --follow-tags origin HEAD:master", - "test": "mocha --reporter spec", - "update": "ncu -u", - "update:check": "ncu -- --error-level 2" - }, - "license": "MIT", - "commitlint": { - "extends": [ - "@commitlint/config-conventional" - ] - }, - "nano-staged": { - "*.js": [ - "prettier-standard" - ], - "*.md": [ - "standard-markdown" - ], - "package.json": [ - "finepack" - ] - }, - "simple-git-hooks": { - "commit-msg": "npx commitlint --edit", - "pre-commit": "npx nano-staged" - }, - "typings": "dist/index.d.ts" -} diff --git a/software/flow/node_modules/npm/node_modules/socks/LICENSE b/software/flow/node_modules/npm/node_modules/socks/LICENSE deleted file mode 100644 index b2442a9..0000000 --- a/software/flow/node_modules/npm/node_modules/socks/LICENSE +++ /dev/null @@ -1,20 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2013 Josh Glazebrook - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of -the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR -COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/socks/build/client/socksclient.js b/software/flow/node_modules/npm/node_modules/socks/build/client/socksclient.js deleted file mode 100644 index c343916..0000000 --- a/software/flow/node_modules/npm/node_modules/socks/build/client/socksclient.js +++ /dev/null @@ -1,793 +0,0 @@ -"use strict"; -var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { - function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } - return new (P || (P = Promise))(function (resolve, reject) { - function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } } - function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } } - function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } - step((generator = generator.apply(thisArg, _arguments || [])).next()); - }); -}; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.SocksClientError = exports.SocksClient = void 0; -const events_1 = require("events"); -const net = require("net"); -const ip = require("ip"); -const smart_buffer_1 = require("smart-buffer"); -const constants_1 = require("../common/constants"); -const helpers_1 = require("../common/helpers"); -const receivebuffer_1 = require("../common/receivebuffer"); -const util_1 = require("../common/util"); -Object.defineProperty(exports, "SocksClientError", { enumerable: true, get: function () { return util_1.SocksClientError; } }); -class SocksClient extends events_1.EventEmitter { - constructor(options) { - super(); - this.options = Object.assign({}, options); - // Validate SocksClientOptions - (0, helpers_1.validateSocksClientOptions)(options); - // Default state - this.setState(constants_1.SocksClientState.Created); - } - /** - * Creates a new SOCKS connection. - * - * Note: Supports callbacks and promises. Only supports the connect command. - * @param options { SocksClientOptions } Options. - * @param callback { Function } An optional callback function. - * @returns { Promise } - */ - static createConnection(options, callback) { - return new Promise((resolve, reject) => { - // Validate SocksClientOptions - try { - (0, helpers_1.validateSocksClientOptions)(options, ['connect']); - } - catch (err) { - if (typeof callback === 'function') { - callback(err); - // eslint-disable-next-line @typescript-eslint/no-explicit-any - return resolve(err); // Resolves pending promise (prevents memory leaks). - } - else { - return reject(err); - } - } - const client = new SocksClient(options); - client.connect(options.existing_socket); - client.once('established', (info) => { - client.removeAllListeners(); - if (typeof callback === 'function') { - callback(null, info); - resolve(info); // Resolves pending promise (prevents memory leaks). - } - else { - resolve(info); - } - }); - // Error occurred, failed to establish connection. - client.once('error', (err) => { - client.removeAllListeners(); - if (typeof callback === 'function') { - callback(err); - // eslint-disable-next-line @typescript-eslint/no-explicit-any - resolve(err); // Resolves pending promise (prevents memory leaks). - } - else { - reject(err); - } - }); - }); - } - /** - * Creates a new SOCKS connection chain to a destination host through 2 or more SOCKS proxies. - * - * Note: Supports callbacks and promises. Only supports the connect method. - * Note: Implemented via createConnection() factory function. - * @param options { SocksClientChainOptions } Options - * @param callback { Function } An optional callback function. - * @returns { Promise } - */ - static createConnectionChain(options, callback) { - // eslint-disable-next-line no-async-promise-executor - return new Promise((resolve, reject) => __awaiter(this, void 0, void 0, function* () { - // Validate SocksClientChainOptions - try { - (0, helpers_1.validateSocksClientChainOptions)(options); - } - catch (err) { - if (typeof callback === 'function') { - callback(err); - // eslint-disable-next-line @typescript-eslint/no-explicit-any - return resolve(err); // Resolves pending promise (prevents memory leaks). - } - else { - return reject(err); - } - } - // Shuffle proxies - if (options.randomizeChain) { - (0, util_1.shuffleArray)(options.proxies); - } - try { - let sock; - for (let i = 0; i < options.proxies.length; i++) { - const nextProxy = options.proxies[i]; - // If we've reached the last proxy in the chain, the destination is the actual destination, otherwise it's the next proxy. - const nextDestination = i === options.proxies.length - 1 - ? options.destination - : { - host: options.proxies[i + 1].host || - options.proxies[i + 1].ipaddress, - port: options.proxies[i + 1].port, - }; - // Creates the next connection in the chain. - const result = yield SocksClient.createConnection({ - command: 'connect', - proxy: nextProxy, - destination: nextDestination, - existing_socket: sock, - }); - // If sock is undefined, assign it here. - sock = sock || result.socket; - } - if (typeof callback === 'function') { - callback(null, { socket: sock }); - resolve({ socket: sock }); // Resolves pending promise (prevents memory leaks). - } - else { - resolve({ socket: sock }); - } - } - catch (err) { - if (typeof callback === 'function') { - callback(err); - // eslint-disable-next-line @typescript-eslint/no-explicit-any - resolve(err); // Resolves pending promise (prevents memory leaks). - } - else { - reject(err); - } - } - })); - } - /** - * Creates a SOCKS UDP Frame. - * @param options - */ - static createUDPFrame(options) { - const buff = new smart_buffer_1.SmartBuffer(); - buff.writeUInt16BE(0); - buff.writeUInt8(options.frameNumber || 0); - // IPv4/IPv6/Hostname - if (net.isIPv4(options.remoteHost.host)) { - buff.writeUInt8(constants_1.Socks5HostType.IPv4); - buff.writeUInt32BE(ip.toLong(options.remoteHost.host)); - } - else if (net.isIPv6(options.remoteHost.host)) { - buff.writeUInt8(constants_1.Socks5HostType.IPv6); - buff.writeBuffer(ip.toBuffer(options.remoteHost.host)); - } - else { - buff.writeUInt8(constants_1.Socks5HostType.Hostname); - buff.writeUInt8(Buffer.byteLength(options.remoteHost.host)); - buff.writeString(options.remoteHost.host); - } - // Port - buff.writeUInt16BE(options.remoteHost.port); - // Data - buff.writeBuffer(options.data); - return buff.toBuffer(); - } - /** - * Parses a SOCKS UDP frame. - * @param data - */ - static parseUDPFrame(data) { - const buff = smart_buffer_1.SmartBuffer.fromBuffer(data); - buff.readOffset = 2; - const frameNumber = buff.readUInt8(); - const hostType = buff.readUInt8(); - let remoteHost; - if (hostType === constants_1.Socks5HostType.IPv4) { - remoteHost = ip.fromLong(buff.readUInt32BE()); - } - else if (hostType === constants_1.Socks5HostType.IPv6) { - remoteHost = ip.toString(buff.readBuffer(16)); - } - else { - remoteHost = buff.readString(buff.readUInt8()); - } - const remotePort = buff.readUInt16BE(); - return { - frameNumber, - remoteHost: { - host: remoteHost, - port: remotePort, - }, - data: buff.readBuffer(), - }; - } - /** - * Internal state setter. If the SocksClient is in an error state, it cannot be changed to a non error state. - */ - setState(newState) { - if (this.state !== constants_1.SocksClientState.Error) { - this.state = newState; - } - } - /** - * Starts the connection establishment to the proxy and destination. - * @param existingSocket Connected socket to use instead of creating a new one (internal use). - */ - connect(existingSocket) { - this.onDataReceived = (data) => this.onDataReceivedHandler(data); - this.onClose = () => this.onCloseHandler(); - this.onError = (err) => this.onErrorHandler(err); - this.onConnect = () => this.onConnectHandler(); - // Start timeout timer (defaults to 30 seconds) - const timer = setTimeout(() => this.onEstablishedTimeout(), this.options.timeout || constants_1.DEFAULT_TIMEOUT); - // check whether unref is available as it differs from browser to NodeJS (#33) - if (timer.unref && typeof timer.unref === 'function') { - timer.unref(); - } - // If an existing socket is provided, use it to negotiate SOCKS handshake. Otherwise create a new Socket. - if (existingSocket) { - this.socket = existingSocket; - } - else { - this.socket = new net.Socket(); - } - // Attach Socket error handlers. - this.socket.once('close', this.onClose); - this.socket.once('error', this.onError); - this.socket.once('connect', this.onConnect); - this.socket.on('data', this.onDataReceived); - this.setState(constants_1.SocksClientState.Connecting); - this.receiveBuffer = new receivebuffer_1.ReceiveBuffer(); - if (existingSocket) { - this.socket.emit('connect'); - } - else { - this.socket.connect(this.getSocketOptions()); - if (this.options.set_tcp_nodelay !== undefined && - this.options.set_tcp_nodelay !== null) { - this.socket.setNoDelay(!!this.options.set_tcp_nodelay); - } - } - // Listen for established event so we can re-emit any excess data received during handshakes. - this.prependOnceListener('established', (info) => { - setImmediate(() => { - if (this.receiveBuffer.length > 0) { - const excessData = this.receiveBuffer.get(this.receiveBuffer.length); - info.socket.emit('data', excessData); - } - info.socket.resume(); - }); - }); - } - // Socket options (defaults host/port to options.proxy.host/options.proxy.port) - getSocketOptions() { - return Object.assign(Object.assign({}, this.options.socket_options), { host: this.options.proxy.host || this.options.proxy.ipaddress, port: this.options.proxy.port }); - } - /** - * Handles internal Socks timeout callback. - * Note: If the Socks client is not BoundWaitingForConnection or Established, the connection will be closed. - */ - onEstablishedTimeout() { - if (this.state !== constants_1.SocksClientState.Established && - this.state !== constants_1.SocksClientState.BoundWaitingForConnection) { - this.closeSocket(constants_1.ERRORS.ProxyConnectionTimedOut); - } - } - /** - * Handles Socket connect event. - */ - onConnectHandler() { - this.setState(constants_1.SocksClientState.Connected); - // Send initial handshake. - if (this.options.proxy.type === 4) { - this.sendSocks4InitialHandshake(); - } - else { - this.sendSocks5InitialHandshake(); - } - this.setState(constants_1.SocksClientState.SentInitialHandshake); - } - /** - * Handles Socket data event. - * @param data - */ - onDataReceivedHandler(data) { - /* - All received data is appended to a ReceiveBuffer. - This makes sure that all the data we need is received before we attempt to process it. - */ - this.receiveBuffer.append(data); - // Process data that we have. - this.processData(); - } - /** - * Handles processing of the data we have received. - */ - processData() { - // If we have enough data to process the next step in the SOCKS handshake, proceed. - while (this.state !== constants_1.SocksClientState.Established && - this.state !== constants_1.SocksClientState.Error && - this.receiveBuffer.length >= this.nextRequiredPacketBufferSize) { - // Sent initial handshake, waiting for response. - if (this.state === constants_1.SocksClientState.SentInitialHandshake) { - if (this.options.proxy.type === 4) { - // Socks v4 only has one handshake response. - this.handleSocks4FinalHandshakeResponse(); - } - else { - // Socks v5 has two handshakes, handle initial one here. - this.handleInitialSocks5HandshakeResponse(); - } - // Sent auth request for Socks v5, waiting for response. - } - else if (this.state === constants_1.SocksClientState.SentAuthentication) { - this.handleInitialSocks5AuthenticationHandshakeResponse(); - // Sent final Socks v5 handshake, waiting for final response. - } - else if (this.state === constants_1.SocksClientState.SentFinalHandshake) { - this.handleSocks5FinalHandshakeResponse(); - // Socks BIND established. Waiting for remote connection via proxy. - } - else if (this.state === constants_1.SocksClientState.BoundWaitingForConnection) { - if (this.options.proxy.type === 4) { - this.handleSocks4IncomingConnectionResponse(); - } - else { - this.handleSocks5IncomingConnectionResponse(); - } - } - else { - this.closeSocket(constants_1.ERRORS.InternalError); - break; - } - } - } - /** - * Handles Socket close event. - * @param had_error - */ - onCloseHandler() { - this.closeSocket(constants_1.ERRORS.SocketClosed); - } - /** - * Handles Socket error event. - * @param err - */ - onErrorHandler(err) { - this.closeSocket(err.message); - } - /** - * Removes internal event listeners on the underlying Socket. - */ - removeInternalSocketHandlers() { - // Pauses data flow of the socket (this is internally resumed after 'established' is emitted) - this.socket.pause(); - this.socket.removeListener('data', this.onDataReceived); - this.socket.removeListener('close', this.onClose); - this.socket.removeListener('error', this.onError); - this.socket.removeListener('connect', this.onConnect); - } - /** - * Closes and destroys the underlying Socket. Emits an error event. - * @param err { String } An error string to include in error event. - */ - closeSocket(err) { - // Make sure only one 'error' event is fired for the lifetime of this SocksClient instance. - if (this.state !== constants_1.SocksClientState.Error) { - // Set internal state to Error. - this.setState(constants_1.SocksClientState.Error); - // Destroy Socket - this.socket.destroy(); - // Remove internal listeners - this.removeInternalSocketHandlers(); - // Fire 'error' event. - this.emit('error', new util_1.SocksClientError(err, this.options)); - } - } - /** - * Sends initial Socks v4 handshake request. - */ - sendSocks4InitialHandshake() { - const userId = this.options.proxy.userId || ''; - const buff = new smart_buffer_1.SmartBuffer(); - buff.writeUInt8(0x04); - buff.writeUInt8(constants_1.SocksCommand[this.options.command]); - buff.writeUInt16BE(this.options.destination.port); - // Socks 4 (IPv4) - if (net.isIPv4(this.options.destination.host)) { - buff.writeBuffer(ip.toBuffer(this.options.destination.host)); - buff.writeStringNT(userId); - // Socks 4a (hostname) - } - else { - buff.writeUInt8(0x00); - buff.writeUInt8(0x00); - buff.writeUInt8(0x00); - buff.writeUInt8(0x01); - buff.writeStringNT(userId); - buff.writeStringNT(this.options.destination.host); - } - this.nextRequiredPacketBufferSize = - constants_1.SOCKS_INCOMING_PACKET_SIZES.Socks4Response; - this.socket.write(buff.toBuffer()); - } - /** - * Handles Socks v4 handshake response. - * @param data - */ - handleSocks4FinalHandshakeResponse() { - const data = this.receiveBuffer.get(8); - if (data[1] !== constants_1.Socks4Response.Granted) { - this.closeSocket(`${constants_1.ERRORS.Socks4ProxyRejectedConnection} - (${constants_1.Socks4Response[data[1]]})`); - } - else { - // Bind response - if (constants_1.SocksCommand[this.options.command] === constants_1.SocksCommand.bind) { - const buff = smart_buffer_1.SmartBuffer.fromBuffer(data); - buff.readOffset = 2; - const remoteHost = { - port: buff.readUInt16BE(), - host: ip.fromLong(buff.readUInt32BE()), - }; - // If host is 0.0.0.0, set to proxy host. - if (remoteHost.host === '0.0.0.0') { - remoteHost.host = this.options.proxy.ipaddress; - } - this.setState(constants_1.SocksClientState.BoundWaitingForConnection); - this.emit('bound', { remoteHost, socket: this.socket }); - // Connect response - } - else { - this.setState(constants_1.SocksClientState.Established); - this.removeInternalSocketHandlers(); - this.emit('established', { socket: this.socket }); - } - } - } - /** - * Handles Socks v4 incoming connection request (BIND) - * @param data - */ - handleSocks4IncomingConnectionResponse() { - const data = this.receiveBuffer.get(8); - if (data[1] !== constants_1.Socks4Response.Granted) { - this.closeSocket(`${constants_1.ERRORS.Socks4ProxyRejectedIncomingBoundConnection} - (${constants_1.Socks4Response[data[1]]})`); - } - else { - const buff = smart_buffer_1.SmartBuffer.fromBuffer(data); - buff.readOffset = 2; - const remoteHost = { - port: buff.readUInt16BE(), - host: ip.fromLong(buff.readUInt32BE()), - }; - this.setState(constants_1.SocksClientState.Established); - this.removeInternalSocketHandlers(); - this.emit('established', { remoteHost, socket: this.socket }); - } - } - /** - * Sends initial Socks v5 handshake request. - */ - sendSocks5InitialHandshake() { - const buff = new smart_buffer_1.SmartBuffer(); - // By default we always support no auth. - const supportedAuthMethods = [constants_1.Socks5Auth.NoAuth]; - // We should only tell the proxy we support user/pass auth if auth info is actually provided. - // Note: As of Tor v0.3.5.7+, if user/pass auth is an option from the client, by default it will always take priority. - if (this.options.proxy.userId || this.options.proxy.password) { - supportedAuthMethods.push(constants_1.Socks5Auth.UserPass); - } - // Custom auth method? - if (this.options.proxy.custom_auth_method !== undefined) { - supportedAuthMethods.push(this.options.proxy.custom_auth_method); - } - // Build handshake packet - buff.writeUInt8(0x05); - buff.writeUInt8(supportedAuthMethods.length); - for (const authMethod of supportedAuthMethods) { - buff.writeUInt8(authMethod); - } - this.nextRequiredPacketBufferSize = - constants_1.SOCKS_INCOMING_PACKET_SIZES.Socks5InitialHandshakeResponse; - this.socket.write(buff.toBuffer()); - this.setState(constants_1.SocksClientState.SentInitialHandshake); - } - /** - * Handles initial Socks v5 handshake response. - * @param data - */ - handleInitialSocks5HandshakeResponse() { - const data = this.receiveBuffer.get(2); - if (data[0] !== 0x05) { - this.closeSocket(constants_1.ERRORS.InvalidSocks5IntiailHandshakeSocksVersion); - } - else if (data[1] === constants_1.SOCKS5_NO_ACCEPTABLE_AUTH) { - this.closeSocket(constants_1.ERRORS.InvalidSocks5InitialHandshakeNoAcceptedAuthType); - } - else { - // If selected Socks v5 auth method is no auth, send final handshake request. - if (data[1] === constants_1.Socks5Auth.NoAuth) { - this.socks5ChosenAuthType = constants_1.Socks5Auth.NoAuth; - this.sendSocks5CommandRequest(); - // If selected Socks v5 auth method is user/password, send auth handshake. - } - else if (data[1] === constants_1.Socks5Auth.UserPass) { - this.socks5ChosenAuthType = constants_1.Socks5Auth.UserPass; - this.sendSocks5UserPassAuthentication(); - // If selected Socks v5 auth method is the custom_auth_method, send custom handshake. - } - else if (data[1] === this.options.proxy.custom_auth_method) { - this.socks5ChosenAuthType = this.options.proxy.custom_auth_method; - this.sendSocks5CustomAuthentication(); - } - else { - this.closeSocket(constants_1.ERRORS.InvalidSocks5InitialHandshakeUnknownAuthType); - } - } - } - /** - * Sends Socks v5 user & password auth handshake. - * - * Note: No auth and user/pass are currently supported. - */ - sendSocks5UserPassAuthentication() { - const userId = this.options.proxy.userId || ''; - const password = this.options.proxy.password || ''; - const buff = new smart_buffer_1.SmartBuffer(); - buff.writeUInt8(0x01); - buff.writeUInt8(Buffer.byteLength(userId)); - buff.writeString(userId); - buff.writeUInt8(Buffer.byteLength(password)); - buff.writeString(password); - this.nextRequiredPacketBufferSize = - constants_1.SOCKS_INCOMING_PACKET_SIZES.Socks5UserPassAuthenticationResponse; - this.socket.write(buff.toBuffer()); - this.setState(constants_1.SocksClientState.SentAuthentication); - } - sendSocks5CustomAuthentication() { - return __awaiter(this, void 0, void 0, function* () { - this.nextRequiredPacketBufferSize = - this.options.proxy.custom_auth_response_size; - this.socket.write(yield this.options.proxy.custom_auth_request_handler()); - this.setState(constants_1.SocksClientState.SentAuthentication); - }); - } - handleSocks5CustomAuthHandshakeResponse(data) { - return __awaiter(this, void 0, void 0, function* () { - return yield this.options.proxy.custom_auth_response_handler(data); - }); - } - handleSocks5AuthenticationNoAuthHandshakeResponse(data) { - return __awaiter(this, void 0, void 0, function* () { - return data[1] === 0x00; - }); - } - handleSocks5AuthenticationUserPassHandshakeResponse(data) { - return __awaiter(this, void 0, void 0, function* () { - return data[1] === 0x00; - }); - } - /** - * Handles Socks v5 auth handshake response. - * @param data - */ - handleInitialSocks5AuthenticationHandshakeResponse() { - return __awaiter(this, void 0, void 0, function* () { - this.setState(constants_1.SocksClientState.ReceivedAuthenticationResponse); - let authResult = false; - if (this.socks5ChosenAuthType === constants_1.Socks5Auth.NoAuth) { - authResult = yield this.handleSocks5AuthenticationNoAuthHandshakeResponse(this.receiveBuffer.get(2)); - } - else if (this.socks5ChosenAuthType === constants_1.Socks5Auth.UserPass) { - authResult = - yield this.handleSocks5AuthenticationUserPassHandshakeResponse(this.receiveBuffer.get(2)); - } - else if (this.socks5ChosenAuthType === this.options.proxy.custom_auth_method) { - authResult = yield this.handleSocks5CustomAuthHandshakeResponse(this.receiveBuffer.get(this.options.proxy.custom_auth_response_size)); - } - if (!authResult) { - this.closeSocket(constants_1.ERRORS.Socks5AuthenticationFailed); - } - else { - this.sendSocks5CommandRequest(); - } - }); - } - /** - * Sends Socks v5 final handshake request. - */ - sendSocks5CommandRequest() { - const buff = new smart_buffer_1.SmartBuffer(); - buff.writeUInt8(0x05); - buff.writeUInt8(constants_1.SocksCommand[this.options.command]); - buff.writeUInt8(0x00); - // ipv4, ipv6, domain? - if (net.isIPv4(this.options.destination.host)) { - buff.writeUInt8(constants_1.Socks5HostType.IPv4); - buff.writeBuffer(ip.toBuffer(this.options.destination.host)); - } - else if (net.isIPv6(this.options.destination.host)) { - buff.writeUInt8(constants_1.Socks5HostType.IPv6); - buff.writeBuffer(ip.toBuffer(this.options.destination.host)); - } - else { - buff.writeUInt8(constants_1.Socks5HostType.Hostname); - buff.writeUInt8(this.options.destination.host.length); - buff.writeString(this.options.destination.host); - } - buff.writeUInt16BE(this.options.destination.port); - this.nextRequiredPacketBufferSize = - constants_1.SOCKS_INCOMING_PACKET_SIZES.Socks5ResponseHeader; - this.socket.write(buff.toBuffer()); - this.setState(constants_1.SocksClientState.SentFinalHandshake); - } - /** - * Handles Socks v5 final handshake response. - * @param data - */ - handleSocks5FinalHandshakeResponse() { - // Peek at available data (we need at least 5 bytes to get the hostname length) - const header = this.receiveBuffer.peek(5); - if (header[0] !== 0x05 || header[1] !== constants_1.Socks5Response.Granted) { - this.closeSocket(`${constants_1.ERRORS.InvalidSocks5FinalHandshakeRejected} - ${constants_1.Socks5Response[header[1]]}`); - } - else { - // Read address type - const addressType = header[3]; - let remoteHost; - let buff; - // IPv4 - if (addressType === constants_1.Socks5HostType.IPv4) { - // Check if data is available. - const dataNeeded = constants_1.SOCKS_INCOMING_PACKET_SIZES.Socks5ResponseIPv4; - if (this.receiveBuffer.length < dataNeeded) { - this.nextRequiredPacketBufferSize = dataNeeded; - return; - } - buff = smart_buffer_1.SmartBuffer.fromBuffer(this.receiveBuffer.get(dataNeeded).slice(4)); - remoteHost = { - host: ip.fromLong(buff.readUInt32BE()), - port: buff.readUInt16BE(), - }; - // If given host is 0.0.0.0, assume remote proxy ip instead. - if (remoteHost.host === '0.0.0.0') { - remoteHost.host = this.options.proxy.ipaddress; - } - // Hostname - } - else if (addressType === constants_1.Socks5HostType.Hostname) { - const hostLength = header[4]; - const dataNeeded = constants_1.SOCKS_INCOMING_PACKET_SIZES.Socks5ResponseHostname(hostLength); // header + host length + host + port - // Check if data is available. - if (this.receiveBuffer.length < dataNeeded) { - this.nextRequiredPacketBufferSize = dataNeeded; - return; - } - buff = smart_buffer_1.SmartBuffer.fromBuffer(this.receiveBuffer.get(dataNeeded).slice(5)); - remoteHost = { - host: buff.readString(hostLength), - port: buff.readUInt16BE(), - }; - // IPv6 - } - else if (addressType === constants_1.Socks5HostType.IPv6) { - // Check if data is available. - const dataNeeded = constants_1.SOCKS_INCOMING_PACKET_SIZES.Socks5ResponseIPv6; - if (this.receiveBuffer.length < dataNeeded) { - this.nextRequiredPacketBufferSize = dataNeeded; - return; - } - buff = smart_buffer_1.SmartBuffer.fromBuffer(this.receiveBuffer.get(dataNeeded).slice(4)); - remoteHost = { - host: ip.toString(buff.readBuffer(16)), - port: buff.readUInt16BE(), - }; - } - // We have everything we need - this.setState(constants_1.SocksClientState.ReceivedFinalResponse); - // If using CONNECT, the client is now in the established state. - if (constants_1.SocksCommand[this.options.command] === constants_1.SocksCommand.connect) { - this.setState(constants_1.SocksClientState.Established); - this.removeInternalSocketHandlers(); - this.emit('established', { remoteHost, socket: this.socket }); - } - else if (constants_1.SocksCommand[this.options.command] === constants_1.SocksCommand.bind) { - /* If using BIND, the Socks client is now in BoundWaitingForConnection state. - This means that the remote proxy server is waiting for a remote connection to the bound port. */ - this.setState(constants_1.SocksClientState.BoundWaitingForConnection); - this.nextRequiredPacketBufferSize = - constants_1.SOCKS_INCOMING_PACKET_SIZES.Socks5ResponseHeader; - this.emit('bound', { remoteHost, socket: this.socket }); - /* - If using Associate, the Socks client is now Established. And the proxy server is now accepting UDP packets at the - given bound port. This initial Socks TCP connection must remain open for the UDP relay to continue to work. - */ - } - else if (constants_1.SocksCommand[this.options.command] === constants_1.SocksCommand.associate) { - this.setState(constants_1.SocksClientState.Established); - this.removeInternalSocketHandlers(); - this.emit('established', { - remoteHost, - socket: this.socket, - }); - } - } - } - /** - * Handles Socks v5 incoming connection request (BIND). - */ - handleSocks5IncomingConnectionResponse() { - // Peek at available data (we need at least 5 bytes to get the hostname length) - const header = this.receiveBuffer.peek(5); - if (header[0] !== 0x05 || header[1] !== constants_1.Socks5Response.Granted) { - this.closeSocket(`${constants_1.ERRORS.Socks5ProxyRejectedIncomingBoundConnection} - ${constants_1.Socks5Response[header[1]]}`); - } - else { - // Read address type - const addressType = header[3]; - let remoteHost; - let buff; - // IPv4 - if (addressType === constants_1.Socks5HostType.IPv4) { - // Check if data is available. - const dataNeeded = constants_1.SOCKS_INCOMING_PACKET_SIZES.Socks5ResponseIPv4; - if (this.receiveBuffer.length < dataNeeded) { - this.nextRequiredPacketBufferSize = dataNeeded; - return; - } - buff = smart_buffer_1.SmartBuffer.fromBuffer(this.receiveBuffer.get(dataNeeded).slice(4)); - remoteHost = { - host: ip.fromLong(buff.readUInt32BE()), - port: buff.readUInt16BE(), - }; - // If given host is 0.0.0.0, assume remote proxy ip instead. - if (remoteHost.host === '0.0.0.0') { - remoteHost.host = this.options.proxy.ipaddress; - } - // Hostname - } - else if (addressType === constants_1.Socks5HostType.Hostname) { - const hostLength = header[4]; - const dataNeeded = constants_1.SOCKS_INCOMING_PACKET_SIZES.Socks5ResponseHostname(hostLength); // header + host length + port - // Check if data is available. - if (this.receiveBuffer.length < dataNeeded) { - this.nextRequiredPacketBufferSize = dataNeeded; - return; - } - buff = smart_buffer_1.SmartBuffer.fromBuffer(this.receiveBuffer.get(dataNeeded).slice(5)); - remoteHost = { - host: buff.readString(hostLength), - port: buff.readUInt16BE(), - }; - // IPv6 - } - else if (addressType === constants_1.Socks5HostType.IPv6) { - // Check if data is available. - const dataNeeded = constants_1.SOCKS_INCOMING_PACKET_SIZES.Socks5ResponseIPv6; - if (this.receiveBuffer.length < dataNeeded) { - this.nextRequiredPacketBufferSize = dataNeeded; - return; - } - buff = smart_buffer_1.SmartBuffer.fromBuffer(this.receiveBuffer.get(dataNeeded).slice(4)); - remoteHost = { - host: ip.toString(buff.readBuffer(16)), - port: buff.readUInt16BE(), - }; - } - this.setState(constants_1.SocksClientState.Established); - this.removeInternalSocketHandlers(); - this.emit('established', { remoteHost, socket: this.socket }); - } - } - get socksClientOptions() { - return Object.assign({}, this.options); - } -} -exports.SocksClient = SocksClient; -//# sourceMappingURL=socksclient.js.map \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/socks/build/client/socksclient.js.map b/software/flow/node_modules/npm/node_modules/socks/build/client/socksclient.js.map deleted file mode 100644 index f01f317..0000000 --- a/software/flow/node_modules/npm/node_modules/socks/build/client/socksclient.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"socksclient.js","sourceRoot":"","sources":["../../src/client/socksclient.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,mCAAoC;AACpC,2BAA2B;AAC3B,yBAAyB;AACzB,+CAAyC;AACzC,mDAkB6B;AAC7B,+CAG2B;AAC3B,2DAAsD;AACtD,yCAA8D;AAw7B5D,iGAx7BM,uBAAgB,OAw7BN;AA95BlB,MAAM,WAAY,SAAQ,qBAAY;IAgBpC,YAAY,OAA2B;QACrC,KAAK,EAAE,CAAC;QACR,IAAI,CAAC,OAAO,qBACP,OAAO,CACX,CAAC;QAEF,8BAA8B;QAC9B,IAAA,oCAA0B,EAAC,OAAO,CAAC,CAAC;QAEpC,gBAAgB;QAChB,IAAI,CAAC,QAAQ,CAAC,4BAAgB,CAAC,OAAO,CAAC,CAAC;IAC1C,CAAC;IAED;;;;;;;OAOG;IACH,MAAM,CAAC,gBAAgB,CACrB,OAA2B,EAC3B,QAGS;QAET,OAAO,IAAI,OAAO,CAA8B,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE;YAClE,8BAA8B;YAC9B,IAAI;gBACF,IAAA,oCAA0B,EAAC,OAAO,EAAE,CAAC,SAAS,CAAC,CAAC,CAAC;aAClD;YAAC,OAAO,GAAG,EAAE;gBACZ,IAAI,OAAO,QAAQ,KAAK,UAAU,EAAE;oBAClC,QAAQ,CAAC,GAAG,CAAC,CAAC;oBACd,8DAA8D;oBAC9D,OAAO,OAAO,CAAC,GAAU,CAAC,CAAC,CAAC,oDAAoD;iBACjF;qBAAM;oBACL,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC;iBACpB;aACF;YAED,MAAM,MAAM,GAAG,IAAI,WAAW,CAAC,OAAO,CAAC,CAAC;YACxC,MAAM,CAAC,OAAO,CAAC,OAAO,CAAC,eAAe,CAAC,CAAC;YACxC,MAAM,CAAC,IAAI,CAAC,aAAa,EAAE,CAAC,IAAiC,EAAE,EAAE;gBAC/D,MAAM,CAAC,kBAAkB,EAAE,CAAC;gBAC5B,IAAI,OAAO,QAAQ,KAAK,UAAU,EAAE;oBAClC,QAAQ,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;oBACrB,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,oDAAoD;iBACpE;qBAAM;oBACL,OAAO,CAAC,IAAI,CAAC,CAAC;iBACf;YACH,CAAC,CAAC,CAAC;YAEH,kDAAkD;YAClD,MAAM,CAAC,IAAI,CAAC,OAAO,EAAE,CAAC,GAAU,EAAE,EAAE;gBAClC,MAAM,CAAC,kBAAkB,EAAE,CAAC;gBAC5B,IAAI,OAAO,QAAQ,KAAK,UAAU,EAAE;oBAClC,QAAQ,CAAC,GAAG,CAAC,CAAC;oBACd,8DAA8D;oBAC9D,OAAO,CAAC,GAAU,CAAC,CAAC,CAAC,oDAAoD;iBAC1E;qBAAM;oBACL,MAAM,CAAC,GAAG,CAAC,CAAC;iBACb;YACH,CAAC,CAAC,CAAC;QACL,CAAC,CAAC,CAAC;IACL,CAAC;IAED;;;;;;;;OAQG;IACH,MAAM,CAAC,qBAAqB,CAC1B,OAAgC,EAChC,QAGS;QAET,qDAAqD;QACrD,OAAO,IAAI,OAAO,CAA8B,CAAO,OAAO,EAAE,MAAM,EAAE,EAAE;YACxE,mCAAmC;YACnC,IAAI;gBACF,IAAA,yCAA+B,EAAC,OAAO,CAAC,CAAC;aAC1C;YAAC,OAAO,GAAG,EAAE;gBACZ,IAAI,OAAO,QAAQ,KAAK,UAAU,EAAE;oBAClC,QAAQ,CAAC,GAAG,CAAC,CAAC;oBACd,8DAA8D;oBAC9D,OAAO,OAAO,CAAC,GAAU,CAAC,CAAC,CAAC,oDAAoD;iBACjF;qBAAM;oBACL,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC;iBACpB;aACF;YAED,kBAAkB;YAClB,IAAI,OAAO,CAAC,cAAc,EAAE;gBAC1B,IAAA,mBAAY,EAAC,OAAO,CAAC,OAAO,CAAC,CAAC;aAC/B;YAED,IAAI;gBACF,IAAI,IAAgB,CAAC;gBAErB,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,OAAO,CAAC,OAAO,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;oBAC/C,MAAM,SAAS,GAAG,OAAO,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC;oBAErC,0HAA0H;oBAC1H,MAAM,eAAe,GACnB,CAAC,KAAK,OAAO,CAAC,OAAO,CAAC,MAAM,GAAG,CAAC;wBAC9B,CAAC,CAAC,OAAO,CAAC,WAAW;wBACrB,CAAC,CAAC;4BACE,IAAI,EACF,OAAO,CAAC,OAAO,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI;gCAC3B,OAAO,CAAC,OAAO,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,SAAS;4BAClC,IAAI,EAAE,OAAO,CAAC,OAAO,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI;yBAClC,CAAC;oBAER,4CAA4C;oBAC5C,MAAM,MAAM,GAAG,MAAM,WAAW,CAAC,gBAAgB,CAAC;wBAChD,OAAO,EAAE,SAAS;wBAClB,KAAK,EAAE,SAAS;wBAChB,WAAW,EAAE,eAAe;wBAC5B,eAAe,EAAE,IAAI;qBACtB,CAAC,CAAC;oBAEH,wCAAwC;oBACxC,IAAI,GAAG,IAAI,IAAI,MAAM,CAAC,MAAM,CAAC;iBAC9B;gBAED,IAAI,OAAO,QAAQ,KAAK,UAAU,EAAE;oBAClC,QAAQ,CAAC,IAAI,EAAE,EAAC,MAAM,EAAE,IAAI,EAAC,CAAC,CAAC;oBAC/B,OAAO,CAAC,EAAC,MAAM,EAAE,IAAI,EAAC,CAAC,CAAC,CAAC,oDAAoD;iBAC9E;qBAAM;oBACL,OAAO,CAAC,EAAC,MAAM,EAAE,IAAI,EAAC,CAAC,CAAC;iBACzB;aACF;YAAC,OAAO,GAAG,EAAE;gBACZ,IAAI,OAAO,QAAQ,KAAK,UAAU,EAAE;oBAClC,QAAQ,CAAC,GAAG,CAAC,CAAC;oBACd,8DAA8D;oBAC9D,OAAO,CAAC,GAAU,CAAC,CAAC,CAAC,oDAAoD;iBAC1E;qBAAM;oBACL,MAAM,CAAC,GAAG,CAAC,CAAC;iBACb;aACF;QACH,CAAC,CAAA,CAAC,CAAC;IACL,CAAC;IAED;;;OAGG;IACH,MAAM,CAAC,cAAc,CAAC,OAA6B;QACjD,MAAM,IAAI,GAAG,IAAI,0BAAW,EAAE,CAAC;QAC/B,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,CAAC;QACtB,IAAI,CAAC,UAAU,CAAC,OAAO,CAAC,WAAW,IAAI,CAAC,CAAC,CAAC;QAE1C,qBAAqB;QACrB,IAAI,GAAG,CAAC,MAAM,CAAC,OAAO,CAAC,UAAU,CAAC,IAAI,CAAC,EAAE;YACvC,IAAI,CAAC,UAAU,CAAC,0BAAc,CAAC,IAAI,CAAC,CAAC;YACrC,IAAI,CAAC,aAAa,CAAC,EAAE,CAAC,MAAM,CAAC,OAAO,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC,CAAC;SACxD;aAAM,IAAI,GAAG,CAAC,MAAM,CAAC,OAAO,CAAC,UAAU,CAAC,IAAI,CAAC,EAAE;YAC9C,IAAI,CAAC,UAAU,CAAC,0BAAc,CAAC,IAAI,CAAC,CAAC;YACrC,IAAI,CAAC,WAAW,CAAC,EAAE,CAAC,QAAQ,CAAC,OAAO,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC,CAAC;SACxD;aAAM;YACL,IAAI,CAAC,UAAU,CAAC,0BAAc,CAAC,QAAQ,CAAC,CAAC;YACzC,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC,UAAU,CAAC,OAAO,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC,CAAC;YAC5D,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;SAC3C;QAED,OAAO;QACP,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;QAE5C,OAAO;QACP,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;QAE/B,OAAO,IAAI,CAAC,QAAQ,EAAE,CAAC;IACzB,CAAC;IAED;;;OAGG;IACH,MAAM,CAAC,aAAa,CAAC,IAAY;QAC/B,MAAM,IAAI,GAAG,0BAAW,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;QAC1C,IAAI,CAAC,UAAU,GAAG,CAAC,CAAC;QAEpB,MAAM,WAAW,GAAG,IAAI,CAAC,SAAS,EAAE,CAAC;QACrC,MAAM,QAAQ,GAAmB,IAAI,CAAC,SAAS,EAAE,CAAC;QAClD,IAAI,UAAU,CAAC;QAEf,IAAI,QAAQ,KAAK,0BAAc,CAAC,IAAI,EAAE;YACpC,UAAU,GAAG,EAAE,CAAC,QAAQ,CAAC,IAAI,CAAC,YAAY,EAAE,CAAC,CAAC;SAC/C;aAAM,IAAI,QAAQ,KAAK,0BAAc,CAAC,IAAI,EAAE;YAC3C,UAAU,GAAG,EAAE,CAAC,QAAQ,CAAC,IAAI,CAAC,UAAU,CAAC,EAAE,CAAC,CAAC,CAAC;SAC/C;aAAM;YACL,UAAU,GAAG,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,SAAS,EAAE,CAAC,CAAC;SAChD;QAED,MAAM,UAAU,GAAG,IAAI,CAAC,YAAY,EAAE,CAAC;QAEvC,OAAO;YACL,WAAW;YACX,UAAU,EAAE;gBACV,IAAI,EAAE,UAAU;gBAChB,IAAI,EAAE,UAAU;aACjB;YACD,IAAI,EAAE,IAAI,CAAC,UAAU,EAAE;SACxB,CAAC;IACJ,CAAC;IAED;;OAEG;IACK,QAAQ,CAAC,QAA0B;QACzC,IAAI,IAAI,CAAC,KAAK,KAAK,4BAAgB,CAAC,KAAK,EAAE;YACzC,IAAI,CAAC,KAAK,GAAG,QAAQ,CAAC;SACvB;IACH,CAAC;IAED;;;OAGG;IACI,OAAO,CAAC,cAAuB;QACpC,IAAI,CAAC,cAAc,GAAG,CAAC,IAAY,EAAE,EAAE,CAAC,IAAI,CAAC,qBAAqB,CAAC,IAAI,CAAC,CAAC;QACzE,IAAI,CAAC,OAAO,GAAG,GAAG,EAAE,CAAC,IAAI,CAAC,cAAc,EAAE,CAAC;QAC3C,IAAI,CAAC,OAAO,GAAG,CAAC,GAAU,EAAE,EAAE,CAAC,IAAI,CAAC,cAAc,CAAC,GAAG,CAAC,CAAC;QACxD,IAAI,CAAC,SAAS,GAAG,GAAG,EAAE,CAAC,IAAI,CAAC,gBAAgB,EAAE,CAAC;QAE/C,+CAA+C;QAC/C,MAAM,KAAK,GAAG,UAAU,CACtB,GAAG,EAAE,CAAC,IAAI,CAAC,oBAAoB,EAAE,EACjC,IAAI,CAAC,OAAO,CAAC,OAAO,IAAI,2BAAe,CACxC,CAAC;QAEF,8EAA8E;QAC9E,IAAI,KAAK,CAAC,KAAK,IAAI,OAAO,KAAK,CAAC,KAAK,KAAK,UAAU,EAAE;YACpD,KAAK,CAAC,KAAK,EAAE,CAAC;SACf;QAED,yGAAyG;QACzG,IAAI,cAAc,EAAE;YAClB,IAAI,CAAC,MAAM,GAAG,cAAc,CAAC;SAC9B;aAAM;YACL,IAAI,CAAC,MAAM,GAAG,IAAI,GAAG,CAAC,MAAM,EAAE,CAAC;SAChC;QAED,gCAAgC;QAChC,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,CAAC;QACxC,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,CAAC;QACxC,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,SAAS,CAAC,CAAC;QAC5C,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC,MAAM,EAAE,IAAI,CAAC,cAAc,CAAC,CAAC;QAE5C,IAAI,CAAC,QAAQ,CAAC,4BAAgB,CAAC,UAAU,CAAC,CAAC;QAC3C,IAAI,CAAC,aAAa,GAAG,IAAI,6BAAa,EAAE,CAAC;QAEzC,IAAI,cAAc,EAAE;YAClB,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;SAC7B;aAAM;YACJ,IAAI,CAAC,MAAqB,CAAC,OAAO,CAAC,IAAI,CAAC,gBAAgB,EAAE,CAAC,CAAC;YAE7D,IACE,IAAI,CAAC,OAAO,CAAC,eAAe,KAAK,SAAS;gBAC1C,IAAI,CAAC,OAAO,CAAC,eAAe,KAAK,IAAI,EACrC;gBACC,IAAI,CAAC,MAAqB,CAAC,UAAU,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,eAAe,CAAC,CAAC;aACxE;SACF;QAED,6FAA6F;QAC7F,IAAI,CAAC,mBAAmB,CAAC,aAAa,EAAE,CAAC,IAAI,EAAE,EAAE;YAC/C,YAAY,CAAC,GAAG,EAAE;gBAChB,IAAI,IAAI,CAAC,aAAa,CAAC,MAAM,GAAG,CAAC,EAAE;oBACjC,MAAM,UAAU,GAAG,IAAI,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC;oBAErE,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,MAAM,EAAE,UAAU,CAAC,CAAC;iBACtC;gBACD,IAAI,CAAC,MAAM,CAAC,MAAM,EAAE,CAAC;YACvB,CAAC,CAAC,CAAC;QACL,CAAC,CAAC,CAAC;IACL,CAAC;IAED,+EAA+E;IACvE,gBAAgB;QACtB,uCACK,IAAI,CAAC,OAAO,CAAC,cAAc,KAC9B,IAAI,EAAE,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,IAAI,IAAI,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,SAAS,EAC7D,IAAI,EAAE,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,IAAI,IAC7B;IACJ,CAAC;IAED;;;OAGG;IACK,oBAAoB;QAC1B,IACE,IAAI,CAAC,KAAK,KAAK,4BAAgB,CAAC,WAAW;YAC3C,IAAI,CAAC,KAAK,KAAK,4BAAgB,CAAC,yBAAyB,EACzD;YACA,IAAI,CAAC,WAAW,CAAC,kBAAM,CAAC,uBAAuB,CAAC,CAAC;SAClD;IACH,CAAC;IAED;;OAEG;IACK,gBAAgB;QACtB,IAAI,CAAC,QAAQ,CAAC,4BAAgB,CAAC,SAAS,CAAC,CAAC;QAE1C,0BAA0B;QAC1B,IAAI,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,IAAI,KAAK,CAAC,EAAE;YACjC,IAAI,CAAC,0BAA0B,EAAE,CAAC;SACnC;aAAM;YACL,IAAI,CAAC,0BAA0B,EAAE,CAAC;SACnC;QAED,IAAI,CAAC,QAAQ,CAAC,4BAAgB,CAAC,oBAAoB,CAAC,CAAC;IACvD,CAAC;IAED;;;OAGG;IACK,qBAAqB,CAAC,IAAY;QACxC;;;UAGE;QACF,IAAI,CAAC,aAAa,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;QAEhC,6BAA6B;QAC7B,IAAI,CAAC,WAAW,EAAE,CAAC;IACrB,CAAC;IAED;;OAEG;IACK,WAAW;QACjB,mFAAmF;QACnF,OACE,IAAI,CAAC,KAAK,KAAK,4BAAgB,CAAC,WAAW;YAC3C,IAAI,CAAC,KAAK,KAAK,4BAAgB,CAAC,KAAK;YACrC,IAAI,CAAC,aAAa,CAAC,MAAM,IAAI,IAAI,CAAC,4BAA4B,EAC9D;YACA,gDAAgD;YAChD,IAAI,IAAI,CAAC,KAAK,KAAK,4BAAgB,CAAC,oBAAoB,EAAE;gBACxD,IAAI,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,IAAI,KAAK,CAAC,EAAE;oBACjC,4CAA4C;oBAC5C,IAAI,CAAC,kCAAkC,EAAE,CAAC;iBAC3C;qBAAM;oBACL,wDAAwD;oBACxD,IAAI,CAAC,oCAAoC,EAAE,CAAC;iBAC7C;gBACD,wDAAwD;aACzD;iBAAM,IAAI,IAAI,CAAC,KAAK,KAAK,4BAAgB,CAAC,kBAAkB,EAAE;gBAC7D,IAAI,CAAC,kDAAkD,EAAE,CAAC;gBAC1D,6DAA6D;aAC9D;iBAAM,IAAI,IAAI,CAAC,KAAK,KAAK,4BAAgB,CAAC,kBAAkB,EAAE;gBAC7D,IAAI,CAAC,kCAAkC,EAAE,CAAC;gBAC1C,mEAAmE;aACpE;iBAAM,IAAI,IAAI,CAAC,KAAK,KAAK,4BAAgB,CAAC,yBAAyB,EAAE;gBACpE,IAAI,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,IAAI,KAAK,CAAC,EAAE;oBACjC,IAAI,CAAC,sCAAsC,EAAE,CAAC;iBAC/C;qBAAM;oBACL,IAAI,CAAC,sCAAsC,EAAE,CAAC;iBAC/C;aACF;iBAAM;gBACL,IAAI,CAAC,WAAW,CAAC,kBAAM,CAAC,aAAa,CAAC,CAAC;gBACvC,MAAM;aACP;SACF;IACH,CAAC;IAED;;;OAGG;IACK,cAAc;QACpB,IAAI,CAAC,WAAW,CAAC,kBAAM,CAAC,YAAY,CAAC,CAAC;IACxC,CAAC;IAED;;;OAGG;IACK,cAAc,CAAC,GAAU;QAC/B,IAAI,CAAC,WAAW,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC;IAChC,CAAC;IAED;;OAEG;IACK,4BAA4B;QAClC,6FAA6F;QAC7F,IAAI,CAAC,MAAM,CAAC,KAAK,EAAE,CAAC;QACpB,IAAI,CAAC,MAAM,CAAC,cAAc,CAAC,MAAM,EAAE,IAAI,CAAC,cAAc,CAAC,CAAC;QACxD,IAAI,CAAC,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,CAAC;QAClD,IAAI,CAAC,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,CAAC;QAClD,IAAI,CAAC,MAAM,CAAC,cAAc,CAAC,SAAS,EAAE,IAAI,CAAC,SAAS,CAAC,CAAC;IACxD,CAAC;IAED;;;OAGG;IACK,WAAW,CAAC,GAAW;QAC7B,2FAA2F;QAC3F,IAAI,IAAI,CAAC,KAAK,KAAK,4BAAgB,CAAC,KAAK,EAAE;YACzC,+BAA+B;YAC/B,IAAI,CAAC,QAAQ,CAAC,4BAAgB,CAAC,KAAK,CAAC,CAAC;YAEtC,iBAAiB;YACjB,IAAI,CAAC,MAAM,CAAC,OAAO,EAAE,CAAC;YAEtB,4BAA4B;YAC5B,IAAI,CAAC,4BAA4B,EAAE,CAAC;YAEpC,sBAAsB;YACtB,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE,IAAI,uBAAgB,CAAC,GAAG,EAAE,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC;SAC7D;IACH,CAAC;IAED;;OAEG;IACK,0BAA0B;QAChC,MAAM,MAAM,GAAG,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,MAAM,IAAI,EAAE,CAAC;QAE/C,MAAM,IAAI,GAAG,IAAI,0BAAW,EAAE,CAAC;QAC/B,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;QACtB,IAAI,CAAC,UAAU,CAAC,wBAAY,CAAC,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC,CAAC;QACpD,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,OAAO,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;QAElD,iBAAiB;QACjB,IAAI,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,WAAW,CAAC,IAAI,CAAC,EAAE;YAC7C,IAAI,CAAC,WAAW,CAAC,EAAE,CAAC,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC,CAAC;YAC7D,IAAI,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC;YAC3B,sBAAsB;SACvB;aAAM;YACL,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;YACtB,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;YACtB,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;YACtB,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;YACtB,IAAI,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC;YAC3B,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,OAAO,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;SACnD;QAED,IAAI,CAAC,4BAA4B;YAC/B,uCAA2B,CAAC,cAAc,CAAC;QAC7C,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,IAAI,CAAC,QAAQ,EAAE,CAAC,CAAC;IACrC,CAAC;IAED;;;OAGG;IACK,kCAAkC;QACxC,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;QAEvC,IAAI,IAAI,CAAC,CAAC,CAAC,KAAK,0BAAc,CAAC,OAAO,EAAE;YACtC,IAAI,CAAC,WAAW,CACd,GAAG,kBAAM,CAAC,6BAA6B,OACrC,0BAAc,CAAC,IAAI,CAAC,CAAC,CAAC,CACxB,GAAG,CACJ,CAAC;SACH;aAAM;YACL,gBAAgB;YAChB,IAAI,wBAAY,CAAC,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC,KAAK,wBAAY,CAAC,IAAI,EAAE;gBAC5D,MAAM,IAAI,GAAG,0BAAW,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC1C,IAAI,CAAC,UAAU,GAAG,CAAC,CAAC;gBAEpB,MAAM,UAAU,GAAoB;oBAClC,IAAI,EAAE,IAAI,CAAC,YAAY,EAAE;oBACzB,IAAI,EAAE,EAAE,CAAC,QAAQ,CAAC,IAAI,CAAC,YAAY,EAAE,CAAC;iBACvC,CAAC;gBAEF,yCAAyC;gBACzC,IAAI,UAAU,CAAC,IAAI,KAAK,SAAS,EAAE;oBACjC,UAAU,CAAC,IAAI,GAAG,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,SAAS,CAAC;iBAChD;gBACD,IAAI,CAAC,QAAQ,CAAC,4BAAgB,CAAC,yBAAyB,CAAC,CAAC;gBAC1D,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE,EAAC,UAAU,EAAE,MAAM,EAAE,IAAI,CAAC,MAAM,EAAC,CAAC,CAAC;gBAEtD,mBAAmB;aACpB;iBAAM;gBACL,IAAI,CAAC,QAAQ,CAAC,4BAAgB,CAAC,WAAW,CAAC,CAAC;gBAC5C,IAAI,CAAC,4BAA4B,EAAE,CAAC;gBACpC,IAAI,CAAC,IAAI,CAAC,aAAa,EAAE,EAAC,MAAM,EAAE,IAAI,CAAC,MAAM,EAAC,CAAC,CAAC;aACjD;SACF;IACH,CAAC;IAED;;;OAGG;IACK,sCAAsC;QAC5C,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;QAEvC,IAAI,IAAI,CAAC,CAAC,CAAC,KAAK,0BAAc,CAAC,OAAO,EAAE;YACtC,IAAI,CAAC,WAAW,CACd,GAAG,kBAAM,CAAC,0CAA0C,OAClD,0BAAc,CAAC,IAAI,CAAC,CAAC,CAAC,CACxB,GAAG,CACJ,CAAC;SACH;aAAM;YACL,MAAM,IAAI,GAAG,0BAAW,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;YAC1C,IAAI,CAAC,UAAU,GAAG,CAAC,CAAC;YAEpB,MAAM,UAAU,GAAoB;gBAClC,IAAI,EAAE,IAAI,CAAC,YAAY,EAAE;gBACzB,IAAI,EAAE,EAAE,CAAC,QAAQ,CAAC,IAAI,CAAC,YAAY,EAAE,CAAC;aACvC,CAAC;YAEF,IAAI,CAAC,QAAQ,CAAC,4BAAgB,CAAC,WAAW,CAAC,CAAC;YAC5C,IAAI,CAAC,4BAA4B,EAAE,CAAC;YACpC,IAAI,CAAC,IAAI,CAAC,aAAa,EAAE,EAAC,UAAU,EAAE,MAAM,EAAE,IAAI,CAAC,MAAM,EAAC,CAAC,CAAC;SAC7D;IACH,CAAC;IAED;;OAEG;IACK,0BAA0B;QAChC,MAAM,IAAI,GAAG,IAAI,0BAAW,EAAE,CAAC;QAE/B,wCAAwC;QACxC,MAAM,oBAAoB,GAAG,CAAC,sBAAU,CAAC,MAAM,CAAC,CAAC;QAEjD,6FAA6F;QAC7F,sHAAsH;QACtH,IAAI,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,MAAM,IAAI,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,QAAQ,EAAE;YAC5D,oBAAoB,CAAC,IAAI,CAAC,sBAAU,CAAC,QAAQ,CAAC,CAAC;SAChD;QAED,sBAAsB;QACtB,IAAI,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,kBAAkB,KAAK,SAAS,EAAE;YACvD,oBAAoB,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,kBAAkB,CAAC,CAAC;SAClE;QAED,yBAAyB;QACzB,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;QACtB,IAAI,CAAC,UAAU,CAAC,oBAAoB,CAAC,MAAM,CAAC,CAAC;QAC7C,KAAK,MAAM,UAAU,IAAI,oBAAoB,EAAE;YAC7C,IAAI,CAAC,UAAU,CAAC,UAAU,CAAC,CAAC;SAC7B;QAED,IAAI,CAAC,4BAA4B;YAC/B,uCAA2B,CAAC,8BAA8B,CAAC;QAC7D,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,IAAI,CAAC,QAAQ,EAAE,CAAC,CAAC;QACnC,IAAI,CAAC,QAAQ,CAAC,4BAAgB,CAAC,oBAAoB,CAAC,CAAC;IACvD,CAAC;IAED;;;OAGG;IACK,oCAAoC;QAC1C,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;QAEvC,IAAI,IAAI,CAAC,CAAC,CAAC,KAAK,IAAI,EAAE;YACpB,IAAI,CAAC,WAAW,CAAC,kBAAM,CAAC,yCAAyC,CAAC,CAAC;SACpE;aAAM,IAAI,IAAI,CAAC,CAAC,CAAC,KAAK,qCAAyB,EAAE;YAChD,IAAI,CAAC,WAAW,CAAC,kBAAM,CAAC,+CAA+C,CAAC,CAAC;SAC1E;aAAM;YACL,6EAA6E;YAC7E,IAAI,IAAI,CAAC,CAAC,CAAC,KAAK,sBAAU,CAAC,MAAM,EAAE;gBACjC,IAAI,CAAC,oBAAoB,GAAG,sBAAU,CAAC,MAAM,CAAC;gBAC9C,IAAI,CAAC,wBAAwB,EAAE,CAAC;gBAChC,0EAA0E;aAC3E;iBAAM,IAAI,IAAI,CAAC,CAAC,CAAC,KAAK,sBAAU,CAAC,QAAQ,EAAE;gBAC1C,IAAI,CAAC,oBAAoB,GAAG,sBAAU,CAAC,QAAQ,CAAC;gBAChD,IAAI,CAAC,gCAAgC,EAAE,CAAC;gBACxC,qFAAqF;aACtF;iBAAM,IAAI,IAAI,CAAC,CAAC,CAAC,KAAK,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,kBAAkB,EAAE;gBAC5D,IAAI,CAAC,oBAAoB,GAAG,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,kBAAkB,CAAC;gBAClE,IAAI,CAAC,8BAA8B,EAAE,CAAC;aACvC;iBAAM;gBACL,IAAI,CAAC,WAAW,CAAC,kBAAM,CAAC,4CAA4C,CAAC,CAAC;aACvE;SACF;IACH,CAAC;IAED;;;;OAIG;IACK,gCAAgC;QACtC,MAAM,MAAM,GAAG,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,MAAM,IAAI,EAAE,CAAC;QAC/C,MAAM,QAAQ,GAAG,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,QAAQ,IAAI,EAAE,CAAC;QAEnD,MAAM,IAAI,GAAG,IAAI,0BAAW,EAAE,CAAC;QAC/B,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;QACtB,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC,UAAU,CAAC,MAAM,CAAC,CAAC,CAAC;QAC3C,IAAI,CAAC,WAAW,CAAC,MAAM,CAAC,CAAC;QACzB,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC,CAAC;QAC7C,IAAI,CAAC,WAAW,CAAC,QAAQ,CAAC,CAAC;QAE3B,IAAI,CAAC,4BAA4B;YAC/B,uCAA2B,CAAC,oCAAoC,CAAC;QACnE,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,IAAI,CAAC,QAAQ,EAAE,CAAC,CAAC;QACnC,IAAI,CAAC,QAAQ,CAAC,4BAAgB,CAAC,kBAAkB,CAAC,CAAC;IACrD,CAAC;IAEa,8BAA8B;;YAC1C,IAAI,CAAC,4BAA4B;gBAC/B,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,yBAAyB,CAAC;YAC/C,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,2BAA2B,EAAE,CAAC,CAAC;YAC1E,IAAI,CAAC,QAAQ,CAAC,4BAAgB,CAAC,kBAAkB,CAAC,CAAC;QACrD,CAAC;KAAA;IAEa,uCAAuC,CAAC,IAAY;;YAChE,OAAO,MAAM,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,4BAA4B,CAAC,IAAI,CAAC,CAAC;QACrE,CAAC;KAAA;IAEa,iDAAiD,CAC7D,IAAY;;YAEZ,OAAO,IAAI,CAAC,CAAC,CAAC,KAAK,IAAI,CAAC;QAC1B,CAAC;KAAA;IAEa,mDAAmD,CAC/D,IAAY;;YAEZ,OAAO,IAAI,CAAC,CAAC,CAAC,KAAK,IAAI,CAAC;QAC1B,CAAC;KAAA;IAED;;;OAGG;IACW,kDAAkD;;YAC9D,IAAI,CAAC,QAAQ,CAAC,4BAAgB,CAAC,8BAA8B,CAAC,CAAC;YAE/D,IAAI,UAAU,GAAG,KAAK,CAAC;YAEvB,IAAI,IAAI,CAAC,oBAAoB,KAAK,sBAAU,CAAC,MAAM,EAAE;gBACnD,UAAU,GAAG,MAAM,IAAI,CAAC,iDAAiD,CACvE,IAAI,CAAC,aAAa,CAAC,GAAG,CAAC,CAAC,CAAC,CAC1B,CAAC;aACH;iBAAM,IAAI,IAAI,CAAC,oBAAoB,KAAK,sBAAU,CAAC,QAAQ,EAAE;gBAC5D,UAAU;oBACR,MAAM,IAAI,CAAC,mDAAmD,CAC5D,IAAI,CAAC,aAAa,CAAC,GAAG,CAAC,CAAC,CAAC,CAC1B,CAAC;aACL;iBAAM,IACL,IAAI,CAAC,oBAAoB,KAAK,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,kBAAkB,EACnE;gBACA,UAAU,GAAG,MAAM,IAAI,CAAC,uCAAuC,CAC7D,IAAI,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,yBAAyB,CAAC,CACrE,CAAC;aACH;YAED,IAAI,CAAC,UAAU,EAAE;gBACf,IAAI,CAAC,WAAW,CAAC,kBAAM,CAAC,0BAA0B,CAAC,CAAC;aACrD;iBAAM;gBACL,IAAI,CAAC,wBAAwB,EAAE,CAAC;aACjC;QACH,CAAC;KAAA;IAED;;OAEG;IACK,wBAAwB;QAC9B,MAAM,IAAI,GAAG,IAAI,0BAAW,EAAE,CAAC;QAE/B,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;QACtB,IAAI,CAAC,UAAU,CAAC,wBAAY,CAAC,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC,CAAC;QACpD,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;QAEtB,sBAAsB;QACtB,IAAI,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,WAAW,CAAC,IAAI,CAAC,EAAE;YAC7C,IAAI,CAAC,UAAU,CAAC,0BAAc,CAAC,IAAI,CAAC,CAAC;YACrC,IAAI,CAAC,WAAW,CAAC,EAAE,CAAC,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC,CAAC;SAC9D;aAAM,IAAI,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,WAAW,CAAC,IAAI,CAAC,EAAE;YACpD,IAAI,CAAC,UAAU,CAAC,0BAAc,CAAC,IAAI,CAAC,CAAC;YACrC,IAAI,CAAC,WAAW,CAAC,EAAE,CAAC,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC,CAAC;SAC9D;aAAM;YACL,IAAI,CAAC,UAAU,CAAC,0BAAc,CAAC,QAAQ,CAAC,CAAC;YACzC,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,OAAO,CAAC,WAAW,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;YACtD,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,OAAO,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;SACjD;QACD,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,OAAO,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;QAElD,IAAI,CAAC,4BAA4B;YAC/B,uCAA2B,CAAC,oBAAoB,CAAC;QACnD,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,IAAI,CAAC,QAAQ,EAAE,CAAC,CAAC;QACnC,IAAI,CAAC,QAAQ,CAAC,4BAAgB,CAAC,kBAAkB,CAAC,CAAC;IACrD,CAAC;IAED;;;OAGG;IACK,kCAAkC;QACxC,+EAA+E;QAC/E,MAAM,MAAM,GAAG,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;QAE1C,IAAI,MAAM,CAAC,CAAC,CAAC,KAAK,IAAI,IAAI,MAAM,CAAC,CAAC,CAAC,KAAK,0BAAc,CAAC,OAAO,EAAE;YAC9D,IAAI,CAAC,WAAW,CACd,GAAG,kBAAM,CAAC,mCAAmC,MAC3C,0BAAc,CAAC,MAAM,CAAC,CAAC,CAAC,CAC1B,EAAE,CACH,CAAC;SACH;aAAM;YACL,oBAAoB;YACpB,MAAM,WAAW,GAAG,MAAM,CAAC,CAAC,CAAC,CAAC;YAE9B,IAAI,UAA2B,CAAC;YAChC,IAAI,IAAiB,CAAC;YAEtB,OAAO;YACP,IAAI,WAAW,KAAK,0BAAc,CAAC,IAAI,EAAE;gBACvC,8BAA8B;gBAC9B,MAAM,UAAU,GAAG,uCAA2B,CAAC,kBAAkB,CAAC;gBAClE,IAAI,IAAI,CAAC,aAAa,CAAC,MAAM,GAAG,UAAU,EAAE;oBAC1C,IAAI,CAAC,4BAA4B,GAAG,UAAU,CAAC;oBAC/C,OAAO;iBACR;gBAED,IAAI,GAAG,0BAAW,CAAC,UAAU,CAC3B,IAAI,CAAC,aAAa,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAC5C,CAAC;gBAEF,UAAU,GAAG;oBACX,IAAI,EAAE,EAAE,CAAC,QAAQ,CAAC,IAAI,CAAC,YAAY,EAAE,CAAC;oBACtC,IAAI,EAAE,IAAI,CAAC,YAAY,EAAE;iBAC1B,CAAC;gBAEF,4DAA4D;gBAC5D,IAAI,UAAU,CAAC,IAAI,KAAK,SAAS,EAAE;oBACjC,UAAU,CAAC,IAAI,GAAG,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,SAAS,CAAC;iBAChD;gBAED,WAAW;aACZ;iBAAM,IAAI,WAAW,KAAK,0BAAc,CAAC,QAAQ,EAAE;gBAClD,MAAM,UAAU,GAAG,MAAM,CAAC,CAAC,CAAC,CAAC;gBAC7B,MAAM,UAAU,GACd,uCAA2B,CAAC,sBAAsB,CAAC,UAAU,CAAC,CAAC,CAAC,qCAAqC;gBAEvG,8BAA8B;gBAC9B,IAAI,IAAI,CAAC,aAAa,CAAC,MAAM,GAAG,UAAU,EAAE;oBAC1C,IAAI,CAAC,4BAA4B,GAAG,UAAU,CAAC;oBAC/C,OAAO;iBACR;gBAED,IAAI,GAAG,0BAAW,CAAC,UAAU,CAC3B,IAAI,CAAC,aAAa,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAC5C,CAAC;gBAEF,UAAU,GAAG;oBACX,IAAI,EAAE,IAAI,CAAC,UAAU,CAAC,UAAU,CAAC;oBACjC,IAAI,EAAE,IAAI,CAAC,YAAY,EAAE;iBAC1B,CAAC;gBACF,OAAO;aACR;iBAAM,IAAI,WAAW,KAAK,0BAAc,CAAC,IAAI,EAAE;gBAC9C,8BAA8B;gBAC9B,MAAM,UAAU,GAAG,uCAA2B,CAAC,kBAAkB,CAAC;gBAClE,IAAI,IAAI,CAAC,aAAa,CAAC,MAAM,GAAG,UAAU,EAAE;oBAC1C,IAAI,CAAC,4BAA4B,GAAG,UAAU,CAAC;oBAC/C,OAAO;iBACR;gBAED,IAAI,GAAG,0BAAW,CAAC,UAAU,CAC3B,IAAI,CAAC,aAAa,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAC5C,CAAC;gBAEF,UAAU,GAAG;oBACX,IAAI,EAAE,EAAE,CAAC,QAAQ,CAAC,IAAI,CAAC,UAAU,CAAC,EAAE,CAAC,CAAC;oBACtC,IAAI,EAAE,IAAI,CAAC,YAAY,EAAE;iBAC1B,CAAC;aACH;YAED,6BAA6B;YAC7B,IAAI,CAAC,QAAQ,CAAC,4BAAgB,CAAC,qBAAqB,CAAC,CAAC;YAEtD,gEAAgE;YAChE,IAAI,wBAAY,CAAC,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC,KAAK,wBAAY,CAAC,OAAO,EAAE;gBAC/D,IAAI,CAAC,QAAQ,CAAC,4BAAgB,CAAC,WAAW,CAAC,CAAC;gBAC5C,IAAI,CAAC,4BAA4B,EAAE,CAAC;gBACpC,IAAI,CAAC,IAAI,CAAC,aAAa,EAAE,EAAC,UAAU,EAAE,MAAM,EAAE,IAAI,CAAC,MAAM,EAAC,CAAC,CAAC;aAC7D;iBAAM,IAAI,wBAAY,CAAC,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC,KAAK,wBAAY,CAAC,IAAI,EAAE;gBACnE;mHACmG;gBACnG,IAAI,CAAC,QAAQ,CAAC,4BAAgB,CAAC,yBAAyB,CAAC,CAAC;gBAC1D,IAAI,CAAC,4BAA4B;oBAC/B,uCAA2B,CAAC,oBAAoB,CAAC;gBACnD,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE,EAAC,UAAU,EAAE,MAAM,EAAE,IAAI,CAAC,MAAM,EAAC,CAAC,CAAC;gBACtD;;;kBAGE;aACH;iBAAM,IACL,wBAAY,CAAC,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC,KAAK,wBAAY,CAAC,SAAS,EAC7D;gBACA,IAAI,CAAC,QAAQ,CAAC,4BAAgB,CAAC,WAAW,CAAC,CAAC;gBAC5C,IAAI,CAAC,4BAA4B,EAAE,CAAC;gBACpC,IAAI,CAAC,IAAI,CAAC,aAAa,EAAE;oBACvB,UAAU;oBACV,MAAM,EAAE,IAAI,CAAC,MAAM;iBACpB,CAAC,CAAC;aACJ;SACF;IACH,CAAC;IAED;;OAEG;IACK,sCAAsC;QAC5C,+EAA+E;QAC/E,MAAM,MAAM,GAAG,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;QAE1C,IAAI,MAAM,CAAC,CAAC,CAAC,KAAK,IAAI,IAAI,MAAM,CAAC,CAAC,CAAC,KAAK,0BAAc,CAAC,OAAO,EAAE;YAC9D,IAAI,CAAC,WAAW,CACd,GAAG,kBAAM,CAAC,0CAA0C,MAClD,0BAAc,CAAC,MAAM,CAAC,CAAC,CAAC,CAC1B,EAAE,CACH,CAAC;SACH;aAAM;YACL,oBAAoB;YACpB,MAAM,WAAW,GAAG,MAAM,CAAC,CAAC,CAAC,CAAC;YAE9B,IAAI,UAA2B,CAAC;YAChC,IAAI,IAAiB,CAAC;YAEtB,OAAO;YACP,IAAI,WAAW,KAAK,0BAAc,CAAC,IAAI,EAAE;gBACvC,8BAA8B;gBAC9B,MAAM,UAAU,GAAG,uCAA2B,CAAC,kBAAkB,CAAC;gBAClE,IAAI,IAAI,CAAC,aAAa,CAAC,MAAM,GAAG,UAAU,EAAE;oBAC1C,IAAI,CAAC,4BAA4B,GAAG,UAAU,CAAC;oBAC/C,OAAO;iBACR;gBAED,IAAI,GAAG,0BAAW,CAAC,UAAU,CAC3B,IAAI,CAAC,aAAa,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAC5C,CAAC;gBAEF,UAAU,GAAG;oBACX,IAAI,EAAE,EAAE,CAAC,QAAQ,CAAC,IAAI,CAAC,YAAY,EAAE,CAAC;oBACtC,IAAI,EAAE,IAAI,CAAC,YAAY,EAAE;iBAC1B,CAAC;gBAEF,4DAA4D;gBAC5D,IAAI,UAAU,CAAC,IAAI,KAAK,SAAS,EAAE;oBACjC,UAAU,CAAC,IAAI,GAAG,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,SAAS,CAAC;iBAChD;gBAED,WAAW;aACZ;iBAAM,IAAI,WAAW,KAAK,0BAAc,CAAC,QAAQ,EAAE;gBAClD,MAAM,UAAU,GAAG,MAAM,CAAC,CAAC,CAAC,CAAC;gBAC7B,MAAM,UAAU,GACd,uCAA2B,CAAC,sBAAsB,CAAC,UAAU,CAAC,CAAC,CAAC,8BAA8B;gBAEhG,8BAA8B;gBAC9B,IAAI,IAAI,CAAC,aAAa,CAAC,MAAM,GAAG,UAAU,EAAE;oBAC1C,IAAI,CAAC,4BAA4B,GAAG,UAAU,CAAC;oBAC/C,OAAO;iBACR;gBAED,IAAI,GAAG,0BAAW,CAAC,UAAU,CAC3B,IAAI,CAAC,aAAa,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAC5C,CAAC;gBAEF,UAAU,GAAG;oBACX,IAAI,EAAE,IAAI,CAAC,UAAU,CAAC,UAAU,CAAC;oBACjC,IAAI,EAAE,IAAI,CAAC,YAAY,EAAE;iBAC1B,CAAC;gBACF,OAAO;aACR;iBAAM,IAAI,WAAW,KAAK,0BAAc,CAAC,IAAI,EAAE;gBAC9C,8BAA8B;gBAC9B,MAAM,UAAU,GAAG,uCAA2B,CAAC,kBAAkB,CAAC;gBAClE,IAAI,IAAI,CAAC,aAAa,CAAC,MAAM,GAAG,UAAU,EAAE;oBAC1C,IAAI,CAAC,4BAA4B,GAAG,UAAU,CAAC;oBAC/C,OAAO;iBACR;gBAED,IAAI,GAAG,0BAAW,CAAC,UAAU,CAC3B,IAAI,CAAC,aAAa,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAC5C,CAAC;gBAEF,UAAU,GAAG;oBACX,IAAI,EAAE,EAAE,CAAC,QAAQ,CAAC,IAAI,CAAC,UAAU,CAAC,EAAE,CAAC,CAAC;oBACtC,IAAI,EAAE,IAAI,CAAC,YAAY,EAAE;iBAC1B,CAAC;aACH;YAED,IAAI,CAAC,QAAQ,CAAC,4BAAgB,CAAC,WAAW,CAAC,CAAC;YAC5C,IAAI,CAAC,4BAA4B,EAAE,CAAC;YACpC,IAAI,CAAC,IAAI,CAAC,aAAa,EAAE,EAAC,UAAU,EAAE,MAAM,EAAE,IAAI,CAAC,MAAM,EAAC,CAAC,CAAC;SAC7D;IACH,CAAC;IAED,IAAI,kBAAkB;QACpB,yBACK,IAAI,CAAC,OAAO,EACf;IACJ,CAAC;CACF;AAGC,kCAAW"} \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/socks/build/common/constants.js b/software/flow/node_modules/npm/node_modules/socks/build/common/constants.js deleted file mode 100644 index 3c9ff90..0000000 --- a/software/flow/node_modules/npm/node_modules/socks/build/common/constants.js +++ /dev/null @@ -1,114 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.SOCKS5_NO_ACCEPTABLE_AUTH = exports.SOCKS5_CUSTOM_AUTH_END = exports.SOCKS5_CUSTOM_AUTH_START = exports.SOCKS_INCOMING_PACKET_SIZES = exports.SocksClientState = exports.Socks5Response = exports.Socks5HostType = exports.Socks5Auth = exports.Socks4Response = exports.SocksCommand = exports.ERRORS = exports.DEFAULT_TIMEOUT = void 0; -const DEFAULT_TIMEOUT = 30000; -exports.DEFAULT_TIMEOUT = DEFAULT_TIMEOUT; -// prettier-ignore -const ERRORS = { - InvalidSocksCommand: 'An invalid SOCKS command was provided. Valid options are connect, bind, and associate.', - InvalidSocksCommandForOperation: 'An invalid SOCKS command was provided. Only a subset of commands are supported for this operation.', - InvalidSocksCommandChain: 'An invalid SOCKS command was provided. Chaining currently only supports the connect command.', - InvalidSocksClientOptionsDestination: 'An invalid destination host was provided.', - InvalidSocksClientOptionsExistingSocket: 'An invalid existing socket was provided. This should be an instance of stream.Duplex.', - InvalidSocksClientOptionsProxy: 'Invalid SOCKS proxy details were provided.', - InvalidSocksClientOptionsTimeout: 'An invalid timeout value was provided. Please enter a value above 0 (in ms).', - InvalidSocksClientOptionsProxiesLength: 'At least two socks proxies must be provided for chaining.', - InvalidSocksClientOptionsCustomAuthRange: 'Custom auth must be a value between 0x80 and 0xFE.', - InvalidSocksClientOptionsCustomAuthOptions: 'When a custom_auth_method is provided, custom_auth_request_handler, custom_auth_response_size, and custom_auth_response_handler must also be provided and valid.', - NegotiationError: 'Negotiation error', - SocketClosed: 'Socket closed', - ProxyConnectionTimedOut: 'Proxy connection timed out', - InternalError: 'SocksClient internal error (this should not happen)', - InvalidSocks4HandshakeResponse: 'Received invalid Socks4 handshake response', - Socks4ProxyRejectedConnection: 'Socks4 Proxy rejected connection', - InvalidSocks4IncomingConnectionResponse: 'Socks4 invalid incoming connection response', - Socks4ProxyRejectedIncomingBoundConnection: 'Socks4 Proxy rejected incoming bound connection', - InvalidSocks5InitialHandshakeResponse: 'Received invalid Socks5 initial handshake response', - InvalidSocks5IntiailHandshakeSocksVersion: 'Received invalid Socks5 initial handshake (invalid socks version)', - InvalidSocks5InitialHandshakeNoAcceptedAuthType: 'Received invalid Socks5 initial handshake (no accepted authentication type)', - InvalidSocks5InitialHandshakeUnknownAuthType: 'Received invalid Socks5 initial handshake (unknown authentication type)', - Socks5AuthenticationFailed: 'Socks5 Authentication failed', - InvalidSocks5FinalHandshake: 'Received invalid Socks5 final handshake response', - InvalidSocks5FinalHandshakeRejected: 'Socks5 proxy rejected connection', - InvalidSocks5IncomingConnectionResponse: 'Received invalid Socks5 incoming connection response', - Socks5ProxyRejectedIncomingBoundConnection: 'Socks5 Proxy rejected incoming bound connection', -}; -exports.ERRORS = ERRORS; -const SOCKS_INCOMING_PACKET_SIZES = { - Socks5InitialHandshakeResponse: 2, - Socks5UserPassAuthenticationResponse: 2, - // Command response + incoming connection (bind) - Socks5ResponseHeader: 5, - Socks5ResponseIPv4: 10, - Socks5ResponseIPv6: 22, - Socks5ResponseHostname: (hostNameLength) => hostNameLength + 7, - // Command response + incoming connection (bind) - Socks4Response: 8, // 2 header + 2 port + 4 ip -}; -exports.SOCKS_INCOMING_PACKET_SIZES = SOCKS_INCOMING_PACKET_SIZES; -var SocksCommand; -(function (SocksCommand) { - SocksCommand[SocksCommand["connect"] = 1] = "connect"; - SocksCommand[SocksCommand["bind"] = 2] = "bind"; - SocksCommand[SocksCommand["associate"] = 3] = "associate"; -})(SocksCommand || (SocksCommand = {})); -exports.SocksCommand = SocksCommand; -var Socks4Response; -(function (Socks4Response) { - Socks4Response[Socks4Response["Granted"] = 90] = "Granted"; - Socks4Response[Socks4Response["Failed"] = 91] = "Failed"; - Socks4Response[Socks4Response["Rejected"] = 92] = "Rejected"; - Socks4Response[Socks4Response["RejectedIdent"] = 93] = "RejectedIdent"; -})(Socks4Response || (Socks4Response = {})); -exports.Socks4Response = Socks4Response; -var Socks5Auth; -(function (Socks5Auth) { - Socks5Auth[Socks5Auth["NoAuth"] = 0] = "NoAuth"; - Socks5Auth[Socks5Auth["GSSApi"] = 1] = "GSSApi"; - Socks5Auth[Socks5Auth["UserPass"] = 2] = "UserPass"; -})(Socks5Auth || (Socks5Auth = {})); -exports.Socks5Auth = Socks5Auth; -const SOCKS5_CUSTOM_AUTH_START = 0x80; -exports.SOCKS5_CUSTOM_AUTH_START = SOCKS5_CUSTOM_AUTH_START; -const SOCKS5_CUSTOM_AUTH_END = 0xfe; -exports.SOCKS5_CUSTOM_AUTH_END = SOCKS5_CUSTOM_AUTH_END; -const SOCKS5_NO_ACCEPTABLE_AUTH = 0xff; -exports.SOCKS5_NO_ACCEPTABLE_AUTH = SOCKS5_NO_ACCEPTABLE_AUTH; -var Socks5Response; -(function (Socks5Response) { - Socks5Response[Socks5Response["Granted"] = 0] = "Granted"; - Socks5Response[Socks5Response["Failure"] = 1] = "Failure"; - Socks5Response[Socks5Response["NotAllowed"] = 2] = "NotAllowed"; - Socks5Response[Socks5Response["NetworkUnreachable"] = 3] = "NetworkUnreachable"; - Socks5Response[Socks5Response["HostUnreachable"] = 4] = "HostUnreachable"; - Socks5Response[Socks5Response["ConnectionRefused"] = 5] = "ConnectionRefused"; - Socks5Response[Socks5Response["TTLExpired"] = 6] = "TTLExpired"; - Socks5Response[Socks5Response["CommandNotSupported"] = 7] = "CommandNotSupported"; - Socks5Response[Socks5Response["AddressNotSupported"] = 8] = "AddressNotSupported"; -})(Socks5Response || (Socks5Response = {})); -exports.Socks5Response = Socks5Response; -var Socks5HostType; -(function (Socks5HostType) { - Socks5HostType[Socks5HostType["IPv4"] = 1] = "IPv4"; - Socks5HostType[Socks5HostType["Hostname"] = 3] = "Hostname"; - Socks5HostType[Socks5HostType["IPv6"] = 4] = "IPv6"; -})(Socks5HostType || (Socks5HostType = {})); -exports.Socks5HostType = Socks5HostType; -var SocksClientState; -(function (SocksClientState) { - SocksClientState[SocksClientState["Created"] = 0] = "Created"; - SocksClientState[SocksClientState["Connecting"] = 1] = "Connecting"; - SocksClientState[SocksClientState["Connected"] = 2] = "Connected"; - SocksClientState[SocksClientState["SentInitialHandshake"] = 3] = "SentInitialHandshake"; - SocksClientState[SocksClientState["ReceivedInitialHandshakeResponse"] = 4] = "ReceivedInitialHandshakeResponse"; - SocksClientState[SocksClientState["SentAuthentication"] = 5] = "SentAuthentication"; - SocksClientState[SocksClientState["ReceivedAuthenticationResponse"] = 6] = "ReceivedAuthenticationResponse"; - SocksClientState[SocksClientState["SentFinalHandshake"] = 7] = "SentFinalHandshake"; - SocksClientState[SocksClientState["ReceivedFinalResponse"] = 8] = "ReceivedFinalResponse"; - SocksClientState[SocksClientState["BoundWaitingForConnection"] = 9] = "BoundWaitingForConnection"; - SocksClientState[SocksClientState["Established"] = 10] = "Established"; - SocksClientState[SocksClientState["Disconnected"] = 11] = "Disconnected"; - SocksClientState[SocksClientState["Error"] = 99] = "Error"; -})(SocksClientState || (SocksClientState = {})); -exports.SocksClientState = SocksClientState; -//# sourceMappingURL=constants.js.map \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/socks/build/common/constants.js.map b/software/flow/node_modules/npm/node_modules/socks/build/common/constants.js.map deleted file mode 100644 index c1e070d..0000000 --- a/software/flow/node_modules/npm/node_modules/socks/build/common/constants.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../src/common/constants.ts"],"names":[],"mappings":";;;AAIA,MAAM,eAAe,GAAG,KAAK,CAAC;AA4M5B,0CAAe;AAxMjB,kBAAkB;AAClB,MAAM,MAAM,GAAG;IACb,mBAAmB,EAAE,wFAAwF;IAC7G,+BAA+B,EAAE,oGAAoG;IACrI,wBAAwB,EAAE,8FAA8F;IACxH,oCAAoC,EAAE,2CAA2C;IACjF,uCAAuC,EAAE,uFAAuF;IAChI,8BAA8B,EAAE,4CAA4C;IAC5E,gCAAgC,EAAE,8EAA8E;IAChH,sCAAsC,EAAE,2DAA2D;IACnG,wCAAwC,EAAE,oDAAoD;IAC9F,0CAA0C,EAAE,kKAAkK;IAC9M,gBAAgB,EAAE,mBAAmB;IACrC,YAAY,EAAE,eAAe;IAC7B,uBAAuB,EAAE,4BAA4B;IACrD,aAAa,EAAE,qDAAqD;IACpE,8BAA8B,EAAE,4CAA4C;IAC5E,6BAA6B,EAAE,kCAAkC;IACjE,uCAAuC,EAAE,6CAA6C;IACtF,0CAA0C,EAAE,iDAAiD;IAC7F,qCAAqC,EAAE,oDAAoD;IAC3F,yCAAyC,EAAE,mEAAmE;IAC9G,+CAA+C,EAAE,6EAA6E;IAC9H,4CAA4C,EAAE,yEAAyE;IACvH,0BAA0B,EAAE,8BAA8B;IAC1D,2BAA2B,EAAE,kDAAkD;IAC/E,mCAAmC,EAAE,kCAAkC;IACvE,uCAAuC,EAAE,sDAAsD;IAC/F,0CAA0C,EAAE,iDAAiD;CAC9F,CAAC;AA4KA,wBAAM;AA1KR,MAAM,2BAA2B,GAAG;IAClC,8BAA8B,EAAE,CAAC;IACjC,oCAAoC,EAAE,CAAC;IACvC,gDAAgD;IAChD,oBAAoB,EAAE,CAAC;IACvB,kBAAkB,EAAE,EAAE;IACtB,kBAAkB,EAAE,EAAE;IACtB,sBAAsB,EAAE,CAAC,cAAsB,EAAE,EAAE,CAAC,cAAc,GAAG,CAAC;IACtE,gDAAgD;IAChD,cAAc,EAAE,CAAC,EAAE,2BAA2B;CAC/C,CAAC;AAgLA,kEAA2B;AA5K7B,IAAK,YAIJ;AAJD,WAAK,YAAY;IACf,qDAAc,CAAA;IACd,+CAAW,CAAA;IACX,yDAAgB,CAAA;AAClB,CAAC,EAJI,YAAY,KAAZ,YAAY,QAIhB;AA0JC,oCAAY;AAxJd,IAAK,cAKJ;AALD,WAAK,cAAc;IACjB,0DAAc,CAAA;IACd,wDAAa,CAAA;IACb,4DAAe,CAAA;IACf,sEAAoB,CAAA;AACtB,CAAC,EALI,cAAc,KAAd,cAAc,QAKlB;AAoJC,wCAAc;AAlJhB,IAAK,UAIJ;AAJD,WAAK,UAAU;IACb,+CAAa,CAAA;IACb,+CAAa,CAAA;IACb,mDAAe,CAAA;AACjB,CAAC,EAJI,UAAU,KAAV,UAAU,QAId;AA+IC,gCAAU;AA7IZ,MAAM,wBAAwB,GAAG,IAAI,CAAC;AA0JpC,4DAAwB;AAzJ1B,MAAM,sBAAsB,GAAG,IAAI,CAAC;AA0JlC,wDAAsB;AAxJxB,MAAM,yBAAyB,GAAG,IAAI,CAAC;AAyJrC,8DAAyB;AAvJ3B,IAAK,cAUJ;AAVD,WAAK,cAAc;IACjB,yDAAc,CAAA;IACd,yDAAc,CAAA;IACd,+DAAiB,CAAA;IACjB,+EAAyB,CAAA;IACzB,yEAAsB,CAAA;IACtB,6EAAwB,CAAA;IACxB,+DAAiB,CAAA;IACjB,iFAA0B,CAAA;IAC1B,iFAA0B,CAAA;AAC5B,CAAC,EAVI,cAAc,KAAd,cAAc,QAUlB;AAgIC,wCAAc;AA9HhB,IAAK,cAIJ;AAJD,WAAK,cAAc;IACjB,mDAAW,CAAA;IACX,2DAAe,CAAA;IACf,mDAAW,CAAA;AACb,CAAC,EAJI,cAAc,KAAd,cAAc,QAIlB;AAyHC,wCAAc;AAvHhB,IAAK,gBAcJ;AAdD,WAAK,gBAAgB;IACnB,6DAAW,CAAA;IACX,mEAAc,CAAA;IACd,iEAAa,CAAA;IACb,uFAAwB,CAAA;IACxB,+GAAoC,CAAA;IACpC,mFAAsB,CAAA;IACtB,2GAAkC,CAAA;IAClC,mFAAsB,CAAA;IACtB,yFAAyB,CAAA;IACzB,iGAA6B,CAAA;IAC7B,sEAAgB,CAAA;IAChB,wEAAiB,CAAA;IACjB,0DAAU,CAAA;AACZ,CAAC,EAdI,gBAAgB,KAAhB,gBAAgB,QAcpB;AA2GC,4CAAgB"} \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/socks/build/common/helpers.js b/software/flow/node_modules/npm/node_modules/socks/build/common/helpers.js deleted file mode 100644 index f84db8f..0000000 --- a/software/flow/node_modules/npm/node_modules/socks/build/common/helpers.js +++ /dev/null @@ -1,128 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.validateSocksClientChainOptions = exports.validateSocksClientOptions = void 0; -const util_1 = require("./util"); -const constants_1 = require("./constants"); -const stream = require("stream"); -/** - * Validates the provided SocksClientOptions - * @param options { SocksClientOptions } - * @param acceptedCommands { string[] } A list of accepted SocksProxy commands. - */ -function validateSocksClientOptions(options, acceptedCommands = ['connect', 'bind', 'associate']) { - // Check SOCKs command option. - if (!constants_1.SocksCommand[options.command]) { - throw new util_1.SocksClientError(constants_1.ERRORS.InvalidSocksCommand, options); - } - // Check SocksCommand for acceptable command. - if (acceptedCommands.indexOf(options.command) === -1) { - throw new util_1.SocksClientError(constants_1.ERRORS.InvalidSocksCommandForOperation, options); - } - // Check destination - if (!isValidSocksRemoteHost(options.destination)) { - throw new util_1.SocksClientError(constants_1.ERRORS.InvalidSocksClientOptionsDestination, options); - } - // Check SOCKS proxy to use - if (!isValidSocksProxy(options.proxy)) { - throw new util_1.SocksClientError(constants_1.ERRORS.InvalidSocksClientOptionsProxy, options); - } - // Validate custom auth (if set) - validateCustomProxyAuth(options.proxy, options); - // Check timeout - if (options.timeout && !isValidTimeoutValue(options.timeout)) { - throw new util_1.SocksClientError(constants_1.ERRORS.InvalidSocksClientOptionsTimeout, options); - } - // Check existing_socket (if provided) - if (options.existing_socket && - !(options.existing_socket instanceof stream.Duplex)) { - throw new util_1.SocksClientError(constants_1.ERRORS.InvalidSocksClientOptionsExistingSocket, options); - } -} -exports.validateSocksClientOptions = validateSocksClientOptions; -/** - * Validates the SocksClientChainOptions - * @param options { SocksClientChainOptions } - */ -function validateSocksClientChainOptions(options) { - // Only connect is supported when chaining. - if (options.command !== 'connect') { - throw new util_1.SocksClientError(constants_1.ERRORS.InvalidSocksCommandChain, options); - } - // Check destination - if (!isValidSocksRemoteHost(options.destination)) { - throw new util_1.SocksClientError(constants_1.ERRORS.InvalidSocksClientOptionsDestination, options); - } - // Validate proxies (length) - if (!(options.proxies && - Array.isArray(options.proxies) && - options.proxies.length >= 2)) { - throw new util_1.SocksClientError(constants_1.ERRORS.InvalidSocksClientOptionsProxiesLength, options); - } - // Validate proxies - options.proxies.forEach((proxy) => { - if (!isValidSocksProxy(proxy)) { - throw new util_1.SocksClientError(constants_1.ERRORS.InvalidSocksClientOptionsProxy, options); - } - // Validate custom auth (if set) - validateCustomProxyAuth(proxy, options); - }); - // Check timeout - if (options.timeout && !isValidTimeoutValue(options.timeout)) { - throw new util_1.SocksClientError(constants_1.ERRORS.InvalidSocksClientOptionsTimeout, options); - } -} -exports.validateSocksClientChainOptions = validateSocksClientChainOptions; -function validateCustomProxyAuth(proxy, options) { - if (proxy.custom_auth_method !== undefined) { - // Invalid auth method range - if (proxy.custom_auth_method < constants_1.SOCKS5_CUSTOM_AUTH_START || - proxy.custom_auth_method > constants_1.SOCKS5_CUSTOM_AUTH_END) { - throw new util_1.SocksClientError(constants_1.ERRORS.InvalidSocksClientOptionsCustomAuthRange, options); - } - // Missing custom_auth_request_handler - if (proxy.custom_auth_request_handler === undefined || - typeof proxy.custom_auth_request_handler !== 'function') { - throw new util_1.SocksClientError(constants_1.ERRORS.InvalidSocksClientOptionsCustomAuthOptions, options); - } - // Missing custom_auth_response_size - if (proxy.custom_auth_response_size === undefined) { - throw new util_1.SocksClientError(constants_1.ERRORS.InvalidSocksClientOptionsCustomAuthOptions, options); - } - // Missing/invalid custom_auth_response_handler - if (proxy.custom_auth_response_handler === undefined || - typeof proxy.custom_auth_response_handler !== 'function') { - throw new util_1.SocksClientError(constants_1.ERRORS.InvalidSocksClientOptionsCustomAuthOptions, options); - } - } -} -/** - * Validates a SocksRemoteHost - * @param remoteHost { SocksRemoteHost } - */ -function isValidSocksRemoteHost(remoteHost) { - return (remoteHost && - typeof remoteHost.host === 'string' && - typeof remoteHost.port === 'number' && - remoteHost.port >= 0 && - remoteHost.port <= 65535); -} -/** - * Validates a SocksProxy - * @param proxy { SocksProxy } - */ -function isValidSocksProxy(proxy) { - return (proxy && - (typeof proxy.host === 'string' || typeof proxy.ipaddress === 'string') && - typeof proxy.port === 'number' && - proxy.port >= 0 && - proxy.port <= 65535 && - (proxy.type === 4 || proxy.type === 5)); -} -/** - * Validates a timeout value. - * @param value { Number } - */ -function isValidTimeoutValue(value) { - return typeof value === 'number' && value > 0; -} -//# sourceMappingURL=helpers.js.map \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/socks/build/common/helpers.js.map b/software/flow/node_modules/npm/node_modules/socks/build/common/helpers.js.map deleted file mode 100644 index dae1248..0000000 --- a/software/flow/node_modules/npm/node_modules/socks/build/common/helpers.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"helpers.js","sourceRoot":"","sources":["../../src/common/helpers.ts"],"names":[],"mappings":";;;AAKA,iCAAwC;AACxC,2CAMqB;AACrB,iCAAiC;AAEjC;;;;GAIG;AACH,SAAS,0BAA0B,CACjC,OAA2B,EAC3B,gBAAgB,GAAG,CAAC,SAAS,EAAE,MAAM,EAAE,WAAW,CAAC;IAEnD,8BAA8B;IAC9B,IAAI,CAAC,wBAAY,CAAC,OAAO,CAAC,OAAO,CAAC,EAAE;QAClC,MAAM,IAAI,uBAAgB,CAAC,kBAAM,CAAC,mBAAmB,EAAE,OAAO,CAAC,CAAC;KACjE;IAED,6CAA6C;IAC7C,IAAI,gBAAgB,CAAC,OAAO,CAAC,OAAO,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC,EAAE;QACpD,MAAM,IAAI,uBAAgB,CAAC,kBAAM,CAAC,+BAA+B,EAAE,OAAO,CAAC,CAAC;KAC7E;IAED,oBAAoB;IACpB,IAAI,CAAC,sBAAsB,CAAC,OAAO,CAAC,WAAW,CAAC,EAAE;QAChD,MAAM,IAAI,uBAAgB,CACxB,kBAAM,CAAC,oCAAoC,EAC3C,OAAO,CACR,CAAC;KACH;IAED,2BAA2B;IAC3B,IAAI,CAAC,iBAAiB,CAAC,OAAO,CAAC,KAAK,CAAC,EAAE;QACrC,MAAM,IAAI,uBAAgB,CAAC,kBAAM,CAAC,8BAA8B,EAAE,OAAO,CAAC,CAAC;KAC5E;IAED,gCAAgC;IAChC,uBAAuB,CAAC,OAAO,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAEhD,gBAAgB;IAChB,IAAI,OAAO,CAAC,OAAO,IAAI,CAAC,mBAAmB,CAAC,OAAO,CAAC,OAAO,CAAC,EAAE;QAC5D,MAAM,IAAI,uBAAgB,CACxB,kBAAM,CAAC,gCAAgC,EACvC,OAAO,CACR,CAAC;KACH;IAED,sCAAsC;IACtC,IACE,OAAO,CAAC,eAAe;QACvB,CAAC,CAAC,OAAO,CAAC,eAAe,YAAY,MAAM,CAAC,MAAM,CAAC,EACnD;QACA,MAAM,IAAI,uBAAgB,CACxB,kBAAM,CAAC,uCAAuC,EAC9C,OAAO,CACR,CAAC;KACH;AACH,CAAC;AA6IO,gEAA0B;AA3IlC;;;GAGG;AACH,SAAS,+BAA+B,CAAC,OAAgC;IACvE,2CAA2C;IAC3C,IAAI,OAAO,CAAC,OAAO,KAAK,SAAS,EAAE;QACjC,MAAM,IAAI,uBAAgB,CAAC,kBAAM,CAAC,wBAAwB,EAAE,OAAO,CAAC,CAAC;KACtE;IAED,oBAAoB;IACpB,IAAI,CAAC,sBAAsB,CAAC,OAAO,CAAC,WAAW,CAAC,EAAE;QAChD,MAAM,IAAI,uBAAgB,CACxB,kBAAM,CAAC,oCAAoC,EAC3C,OAAO,CACR,CAAC;KACH;IAED,4BAA4B;IAC5B,IACE,CAAC,CACC,OAAO,CAAC,OAAO;QACf,KAAK,CAAC,OAAO,CAAC,OAAO,CAAC,OAAO,CAAC;QAC9B,OAAO,CAAC,OAAO,CAAC,MAAM,IAAI,CAAC,CAC5B,EACD;QACA,MAAM,IAAI,uBAAgB,CACxB,kBAAM,CAAC,sCAAsC,EAC7C,OAAO,CACR,CAAC;KACH;IAED,mBAAmB;IACnB,OAAO,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC,KAAiB,EAAE,EAAE;QAC5C,IAAI,CAAC,iBAAiB,CAAC,KAAK,CAAC,EAAE;YAC7B,MAAM,IAAI,uBAAgB,CACxB,kBAAM,CAAC,8BAA8B,EACrC,OAAO,CACR,CAAC;SACH;QAED,gCAAgC;QAChC,uBAAuB,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC1C,CAAC,CAAC,CAAC;IAEH,gBAAgB;IAChB,IAAI,OAAO,CAAC,OAAO,IAAI,CAAC,mBAAmB,CAAC,OAAO,CAAC,OAAO,CAAC,EAAE;QAC5D,MAAM,IAAI,uBAAgB,CACxB,kBAAM,CAAC,gCAAgC,EACvC,OAAO,CACR,CAAC;KACH;AACH,CAAC;AAuFmC,0EAA+B;AArFnE,SAAS,uBAAuB,CAC9B,KAAiB,EACjB,OAAqD;IAErD,IAAI,KAAK,CAAC,kBAAkB,KAAK,SAAS,EAAE;QAC1C,4BAA4B;QAC5B,IACE,KAAK,CAAC,kBAAkB,GAAG,oCAAwB;YACnD,KAAK,CAAC,kBAAkB,GAAG,kCAAsB,EACjD;YACA,MAAM,IAAI,uBAAgB,CACxB,kBAAM,CAAC,wCAAwC,EAC/C,OAAO,CACR,CAAC;SACH;QAED,sCAAsC;QACtC,IACE,KAAK,CAAC,2BAA2B,KAAK,SAAS;YAC/C,OAAO,KAAK,CAAC,2BAA2B,KAAK,UAAU,EACvD;YACA,MAAM,IAAI,uBAAgB,CACxB,kBAAM,CAAC,0CAA0C,EACjD,OAAO,CACR,CAAC;SACH;QAED,oCAAoC;QACpC,IAAI,KAAK,CAAC,yBAAyB,KAAK,SAAS,EAAE;YACjD,MAAM,IAAI,uBAAgB,CACxB,kBAAM,CAAC,0CAA0C,EACjD,OAAO,CACR,CAAC;SACH;QAED,+CAA+C;QAC/C,IACE,KAAK,CAAC,4BAA4B,KAAK,SAAS;YAChD,OAAO,KAAK,CAAC,4BAA4B,KAAK,UAAU,EACxD;YACA,MAAM,IAAI,uBAAgB,CACxB,kBAAM,CAAC,0CAA0C,EACjD,OAAO,CACR,CAAC;SACH;KACF;AACH,CAAC;AAED;;;GAGG;AACH,SAAS,sBAAsB,CAAC,UAA2B;IACzD,OAAO,CACL,UAAU;QACV,OAAO,UAAU,CAAC,IAAI,KAAK,QAAQ;QACnC,OAAO,UAAU,CAAC,IAAI,KAAK,QAAQ;QACnC,UAAU,CAAC,IAAI,IAAI,CAAC;QACpB,UAAU,CAAC,IAAI,IAAI,KAAK,CACzB,CAAC;AACJ,CAAC;AAED;;;GAGG;AACH,SAAS,iBAAiB,CAAC,KAAiB;IAC1C,OAAO,CACL,KAAK;QACL,CAAC,OAAO,KAAK,CAAC,IAAI,KAAK,QAAQ,IAAI,OAAO,KAAK,CAAC,SAAS,KAAK,QAAQ,CAAC;QACvE,OAAO,KAAK,CAAC,IAAI,KAAK,QAAQ;QAC9B,KAAK,CAAC,IAAI,IAAI,CAAC;QACf,KAAK,CAAC,IAAI,IAAI,KAAK;QACnB,CAAC,KAAK,CAAC,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,CAAC,CACvC,CAAC;AACJ,CAAC;AAED;;;GAGG;AACH,SAAS,mBAAmB,CAAC,KAAa;IACxC,OAAO,OAAO,KAAK,KAAK,QAAQ,IAAI,KAAK,GAAG,CAAC,CAAC;AAChD,CAAC"} \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/socks/build/common/receivebuffer.js b/software/flow/node_modules/npm/node_modules/socks/build/common/receivebuffer.js deleted file mode 100644 index 3dacbf9..0000000 --- a/software/flow/node_modules/npm/node_modules/socks/build/common/receivebuffer.js +++ /dev/null @@ -1,43 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.ReceiveBuffer = void 0; -class ReceiveBuffer { - constructor(size = 4096) { - this.buffer = Buffer.allocUnsafe(size); - this.offset = 0; - this.originalSize = size; - } - get length() { - return this.offset; - } - append(data) { - if (!Buffer.isBuffer(data)) { - throw new Error('Attempted to append a non-buffer instance to ReceiveBuffer.'); - } - if (this.offset + data.length >= this.buffer.length) { - const tmp = this.buffer; - this.buffer = Buffer.allocUnsafe(Math.max(this.buffer.length + this.originalSize, this.buffer.length + data.length)); - tmp.copy(this.buffer); - } - data.copy(this.buffer, this.offset); - return (this.offset += data.length); - } - peek(length) { - if (length > this.offset) { - throw new Error('Attempted to read beyond the bounds of the managed internal data.'); - } - return this.buffer.slice(0, length); - } - get(length) { - if (length > this.offset) { - throw new Error('Attempted to read beyond the bounds of the managed internal data.'); - } - const value = Buffer.allocUnsafe(length); - this.buffer.slice(0, length).copy(value); - this.buffer.copyWithin(0, length, length + this.offset - length); - this.offset -= length; - return value; - } -} -exports.ReceiveBuffer = ReceiveBuffer; -//# sourceMappingURL=receivebuffer.js.map \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/socks/build/common/receivebuffer.js.map b/software/flow/node_modules/npm/node_modules/socks/build/common/receivebuffer.js.map deleted file mode 100644 index af5e220..0000000 --- a/software/flow/node_modules/npm/node_modules/socks/build/common/receivebuffer.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"receivebuffer.js","sourceRoot":"","sources":["../../src/common/receivebuffer.ts"],"names":[],"mappings":";;;AAAA,MAAM,aAAa;IAKjB,YAAY,IAAI,GAAG,IAAI;QACrB,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;QACvC,IAAI,CAAC,MAAM,GAAG,CAAC,CAAC;QAChB,IAAI,CAAC,YAAY,GAAG,IAAI,CAAC;IAC3B,CAAC;IAED,IAAI,MAAM;QACR,OAAO,IAAI,CAAC,MAAM,CAAC;IACrB,CAAC;IAED,MAAM,CAAC,IAAY;QACjB,IAAI,CAAC,MAAM,CAAC,QAAQ,CAAC,IAAI,CAAC,EAAE;YAC1B,MAAM,IAAI,KAAK,CACb,6DAA6D,CAC9D,CAAC;SACH;QAED,IAAI,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,MAAM,IAAI,IAAI,CAAC,MAAM,CAAC,MAAM,EAAE;YACnD,MAAM,GAAG,GAAG,IAAI,CAAC,MAAM,CAAC;YACxB,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC,WAAW,CAC9B,IAAI,CAAC,GAAG,CACN,IAAI,CAAC,MAAM,CAAC,MAAM,GAAG,IAAI,CAAC,YAAY,EACtC,IAAI,CAAC,MAAM,CAAC,MAAM,GAAG,IAAI,CAAC,MAAM,CACjC,CACF,CAAC;YACF,GAAG,CAAC,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;SACvB;QAED,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,CAAC;QACpC,OAAO,CAAC,IAAI,CAAC,MAAM,IAAI,IAAI,CAAC,MAAM,CAAC,CAAC;IACtC,CAAC;IAED,IAAI,CAAC,MAAc;QACjB,IAAI,MAAM,GAAG,IAAI,CAAC,MAAM,EAAE;YACxB,MAAM,IAAI,KAAK,CACb,mEAAmE,CACpE,CAAC;SACH;QACD,OAAO,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC;IACtC,CAAC;IAED,GAAG,CAAC,MAAc;QAChB,IAAI,MAAM,GAAG,IAAI,CAAC,MAAM,EAAE;YACxB,MAAM,IAAI,KAAK,CACb,mEAAmE,CACpE,CAAC;SACH;QAED,MAAM,KAAK,GAAG,MAAM,CAAC,WAAW,CAAC,MAAM,CAAC,CAAC;QACzC,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;QACzC,IAAI,CAAC,MAAM,CAAC,UAAU,CAAC,CAAC,EAAE,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;QACjE,IAAI,CAAC,MAAM,IAAI,MAAM,CAAC;QAEtB,OAAO,KAAK,CAAC;IACf,CAAC;CACF;AAEO,sCAAa"} \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/socks/build/common/util.js b/software/flow/node_modules/npm/node_modules/socks/build/common/util.js deleted file mode 100644 index f66b72e..0000000 --- a/software/flow/node_modules/npm/node_modules/socks/build/common/util.js +++ /dev/null @@ -1,25 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.shuffleArray = exports.SocksClientError = void 0; -/** - * Error wrapper for SocksClient - */ -class SocksClientError extends Error { - constructor(message, options) { - super(message); - this.options = options; - } -} -exports.SocksClientError = SocksClientError; -/** - * Shuffles a given array. - * @param array The array to shuffle. - */ -function shuffleArray(array) { - for (let i = array.length - 1; i > 0; i--) { - const j = Math.floor(Math.random() * (i + 1)); - [array[i], array[j]] = [array[j], array[i]]; - } -} -exports.shuffleArray = shuffleArray; -//# sourceMappingURL=util.js.map \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/socks/build/common/util.js.map b/software/flow/node_modules/npm/node_modules/socks/build/common/util.js.map deleted file mode 100644 index f199323..0000000 --- a/software/flow/node_modules/npm/node_modules/socks/build/common/util.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"util.js","sourceRoot":"","sources":["../../src/common/util.ts"],"names":[],"mappings":";;;AAEA;;GAEG;AACH,MAAM,gBAAiB,SAAQ,KAAK;IAClC,YACE,OAAe,EACR,OAAqD;QAE5D,KAAK,CAAC,OAAO,CAAC,CAAC;QAFR,YAAO,GAAP,OAAO,CAA8C;IAG9D,CAAC;CACF;AAuBuB,4CAAgB;AArBxC;;;GAGG;AACH,SAAS,YAAY,CAAC,KAAgB;IACpC,KAAK,IAAI,CAAC,GAAG,KAAK,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC,GAAG,CAAC,EAAE,CAAC,EAAE,EAAE;QACzC,MAAM,CAAC,GAAG,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;QAC9C,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,KAAK,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC;KAC7C;AACH,CAAC;AAYyC,oCAAY"} \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/socks/build/index.js b/software/flow/node_modules/npm/node_modules/socks/build/index.js deleted file mode 100644 index 05fbb1d..0000000 --- a/software/flow/node_modules/npm/node_modules/socks/build/index.js +++ /dev/null @@ -1,18 +0,0 @@ -"use strict"; -var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { - if (k2 === undefined) k2 = k; - var desc = Object.getOwnPropertyDescriptor(m, k); - if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { - desc = { enumerable: true, get: function() { return m[k]; } }; - } - Object.defineProperty(o, k2, desc); -}) : (function(o, m, k, k2) { - if (k2 === undefined) k2 = k; - o[k2] = m[k]; -})); -var __exportStar = (this && this.__exportStar) || function(m, exports) { - for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); -}; -Object.defineProperty(exports, "__esModule", { value: true }); -__exportStar(require("./client/socksclient"), exports); -//# sourceMappingURL=index.js.map \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/socks/build/index.js.map b/software/flow/node_modules/npm/node_modules/socks/build/index.js.map deleted file mode 100644 index 0e2bcb2..0000000 --- a/software/flow/node_modules/npm/node_modules/socks/build/index.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,uDAAqC"} \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/socks/docs/examples/index.md b/software/flow/node_modules/npm/node_modules/socks/docs/examples/index.md deleted file mode 100644 index 87bfe25..0000000 --- a/software/flow/node_modules/npm/node_modules/socks/docs/examples/index.md +++ /dev/null @@ -1,17 +0,0 @@ -# socks examples - -## TypeScript Examples - -[Connect command](typescript/connectExample.md) - -[Bind command](typescript/bindExample.md) - -[Associate command](typescript/associateExample.md) - -## JavaScript Examples - -[Connect command](javascript/connectExample.md) - -[Bind command](javascript/bindExample.md) - -[Associate command](javascript/associateExample.md) \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/socks/docs/examples/javascript/associateExample.md b/software/flow/node_modules/npm/node_modules/socks/docs/examples/javascript/associateExample.md deleted file mode 100644 index c2c7b17..0000000 --- a/software/flow/node_modules/npm/node_modules/socks/docs/examples/javascript/associateExample.md +++ /dev/null @@ -1,90 +0,0 @@ -# socks examples - -## Example for SOCKS 'associate' command - -The associate command tells the SOCKS proxy server to establish a UDP relay. The server binds to a new UDP port and communicates the newly opened port back to the origin client. From here, any SOCKS UDP frame packets sent to this special UDP port on the Proxy server will be forwarded to the desired destination, and any responses will be forwarded back to the origin client (you). - -This can be used for things such as DNS queries, and other UDP communicates. - -**Connection Steps** - -1. Client -(associate)-> Proxy (Tells the proxy to create a UDP relay and bind on a new port) -2. Client <-(port)- Proxy (Tells the origin client which port it opened and is accepting UDP frame packets on) - -At this point the proxy is accepting UDP frames on the specified port. - -3. Client --(udp frame) -> Proxy -> Destination (The origin client sends a UDP frame to the proxy on the UDP port, and the proxy then forwards it to the destination specified in the UDP frame.) -4. Client <--(udp frame) <-- Proxy <-- Destination (The destination client responds to the udp packet sent in #3) - -## Usage - -The 'associate' command can only be used by creating a new SocksClient instance and listening for the 'established' event. - -**Note:** UDP packets relayed through the proxy servers are encompassed in a special Socks UDP frame format. SocksClient.createUDPFrame() and SocksClient.parseUDPFrame() create and parse these special UDP packets. - -```typescript -const dgram = require('dgram'); -const SocksClient = require('socks').SocksClient; - -// Create a local UDP socket for sending/receiving packets to/from the proxy. -const udpSocket = dgram.createSocket('udp4'); -udpSocket.bind(); - -// Listen for incoming UDP packets from the proxy server. -udpSocket.on('message', (message, rinfo) => { - console.log(SocksClient.parseUDPFrame(message)); - /* - { frameNumber: 0, - remoteHost: { host: '8.8.8.8', port: 53 }, // The remote host that replied with a UDP packet - data: <Buffer 74 65 73 74 0a> // The data - } - */ -}); - -const options = { - proxy: { - host: '104.131.124.203', - port: 1081, - type: 5 - }, - - // This should be the ip and port of the expected client that will be sending UDP frames to the newly opened UDP port on the server. - // Most SOCKS servers accept 0.0.0.0 as a wildcard address to accept UDP frames from any source. - destination: { - host: '0.0.0.0', - port: 0 - }, - - command: 'associate' -}; - -const client = new SocksClient(options); - -// This event is fired when the SOCKS server has started listening on a new UDP port for UDP relaying. -client.on('established', info => { - console.log(info); - /* - { - socket: <Socket ...>, - remoteHost: { // This is the remote port on the SOCKS proxy server to send UDP frame packets to. - host: '104.131.124.203', - port: 58232 - } - } - */ - - // Send a udp frame to 8.8.8.8 on port 53 through the proxy. - const packet = SocksClient.createUDPFrame({ - remoteHost: { host: '8.8.8.8', port: 53 }, - data: Buffer.from('hello') // A DNS lookup in the real world. - }); - - // Send packet. - udpSocket.send(packet, info.remoteHost.port, info.remoteHost.host); -}); - -// SOCKS proxy failed to bind. -client.on('error', () => { - // Handle errors -}); -``` diff --git a/software/flow/node_modules/npm/node_modules/socks/docs/examples/javascript/bindExample.md b/software/flow/node_modules/npm/node_modules/socks/docs/examples/javascript/bindExample.md deleted file mode 100644 index be601d5..0000000 --- a/software/flow/node_modules/npm/node_modules/socks/docs/examples/javascript/bindExample.md +++ /dev/null @@ -1,83 +0,0 @@ -# socks examples - -## Example for SOCKS 'bind' command - -The bind command tells the SOCKS proxy server to bind and listen on a new TCP port for an incoming connection. It communicates the newly opened port back to the origin client. Once a incoming connection is accepted by the SOCKS proxy server it then communicates the remote host that connected to the SOCKS proxy back through the same initial connection via the origin client. - -This can be used for things such as FTP clients which require incoming TCP connections, etc. - -**Connection Steps** - -1. Client -(bind)-> Proxy (Tells the proxy to bind to a new port) -2. Client <-(port)- Proxy (Tells the origin client which port it opened) -3. Client2 --> Proxy (Other client connects to the proxy on this port) -4. Client <--(client2's host info) (Proxy tells the origin client who connected to it) -5. Original connection to the proxy is now a full TCP stream between client (you) and client2. -6. Client <--> Proxy <--> Client2 - - -## Usage - -The 'bind' command can only be used by creating a new SocksClient instance and listening for 'bound' and 'established' events. - - -```typescript -const SocksClient = require('socks').SocksClient; - -const options = { - proxy: { - host: '104.131.124.203', - port: 1081, - type: 5 - }, - - // This should be the ip and port of the expected client that will connect to the SOCKS proxy server on the newly bound port. - // Most SOCKS servers accept 0.0.0.0 as a wildcard address to accept any client. - destination: { - host: '0.0.0.0', - port: 0 - }, - - command: 'bind' -}; - -const client = new SocksClient(options); - -// This event is fired when the SOCKS server has started listening on a new port for incoming connections. -client.on('bound', (info) => { - console.log(info); - /* - { - socket: <Socket ...>, - remoteHost: { // This is the remote ip and port of the SOCKS proxy that is now accepting incoming connections. - host: '104.131.124.203', - port: 49928 - } - } - */ -}); - -// This event is fired when the SOCKS server has accepted an incoming connection on the newly bound port. -client.on('established', (info) => { - console.log(info); - /* - { - socket: <Socket ...>, - remoteHost: { // This is the remote ip and port that connected to the SOCKS proxy on the newly bound port. - host: '1.2.3.4', - port: 58232 - } - } - */ - - // At this point info.socket is a regular net.Socket TCP connection between client and client2 (1.2.3.4) (the client which connected to the proxy on the newly bound port.) - - console.log(info.socket); - // <Socket ...> (this is a raw net.Socket that is established to the destination host through the given proxy servers) -}); - -// SOCKS proxy failed to bind. -client.on('error', () => { - // Handle errors -}); -``` \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/socks/docs/examples/javascript/connectExample.md b/software/flow/node_modules/npm/node_modules/socks/docs/examples/javascript/connectExample.md deleted file mode 100644 index 66244c5..0000000 --- a/software/flow/node_modules/npm/node_modules/socks/docs/examples/javascript/connectExample.md +++ /dev/null @@ -1,258 +0,0 @@ -# socks examples - -## Example for SOCKS 'connect' command - -The connect command is the most common use-case for a SOCKS proxy. This establishes a direct connection to a destination host through a proxy server. The destination host only has knowledge of the proxy server connecting to it and does not know about the origin client (you). - -**Origin Client (you) <-> Proxy Server <-> Destination Server** - -In this example, we are connecting to a web server on port 80, and sending a very basic HTTP request to receive a response. It's worth noting that there are many socks-http-agents that can be used with the node http module (and libraries such as request.js) to make this easier. This HTTP request is used as a simple example. - -The 'connect' command can be used via the SocksClient.createConnection() factory function as well as by creating a SocksClient instance and using event handlers. - -### Using createConnection with async/await - -Since SocksClient.createConnection returns a Promise, we can easily use async/await for flow control. - -```typescript -const SocksClient = require('socks').SocksClient; - -const options = { - proxy: { - host: '104.131.124.203', - port: 1081, - type: 5 - }, - - destination: { - host: 'ip-api.com', // host names are supported with SOCKS v4a and SOCKS v5. - port: 80 - }, - - command: 'connect' -}; - -async function start() { - try { - const info = await SocksClient.createConnection(options); - - console.log(info.socket); - // <Socket ...> (this is a raw net.Socket that is established to the destination host through the given proxy servers) - - info.socket.write('GET /json HTTP/1.1\nHost: ip-api.com\n\n'); - info.socket.on('data', (data) => { - console.log(data.toString()); // ip-api.com sees that the last proxy (104.131.124.203) is connected to it and not the origin client (you). - /* - HTTP/1.1 200 OK - Access-Control-Allow-Origin: * - Content-Type: application/json; charset=utf-8 - Date: Sun, 24 Dec 2017 03:47:51 GMT - Content-Length: 300 - - { - "as":"AS14061 Digital Ocean, Inc.", - "city":"Clifton", - "country":"United States", - "countryCode":"US", - "isp":"Digital Ocean", - "lat":40.8326, - "lon":-74.1307, - "org":"Digital Ocean", - "query":"104.131.124.203", - "region":"NJ", - "regionName":"New Jersey", - "status":"success", - "timezone":"America/New_York", - "zip":"07014" - } - */ - } catch (err) { - // Handle errors - } -} - -start(); -``` - -### Using createConnection with Promises - -```typescript -const SocksClient = require('socks').SocksClient; - -const options = { - proxy: { - ipaddress: '104.131.124.203', - port: 1081, - type: 5 - }, - - destination: { - host: 'ip-api.com', // host names are supported with SOCKS v4a and SOCKS v5. - port: 80 - }, - - command: 'connect' -}; - -SocksClient.createConnection(options) -.then(info => { - console.log(info.socket); - // <Socket ...> (this is a raw net.Socket that is established to the destination host through the given proxy servers) - - info.socket.write('GET /json HTTP/1.1\nHost: ip-api.com\n\n'); - info.socket.on('data', (data) => { - console.log(data.toString()); // ip-api.com sees that the last proxy (104.131.124.203) is connected to it and not the origin client (you). - /* - HTTP/1.1 200 OK - Access-Control-Allow-Origin: * - Content-Type: application/json; charset=utf-8 - Date: Sun, 24 Dec 2017 03:47:51 GMT - Content-Length: 300 - - { - "as":"AS14061 Digital Ocean, Inc.", - "city":"Clifton", - "country":"United States", - "countryCode":"US", - "isp":"Digital Ocean", - "lat":40.8326, - "lon":-74.1307, - "org":"Digital Ocean", - "query":"104.131.124.203", - "region":"NJ", - "regionName":"New Jersey", - "status":"success", - "timezone":"America/New_York", - "zip":"07014" - } - */ -}) -.catch(err => { - // handle errors -}); -``` - -### Using createConnection with callbacks - -SocksClient.createConnection() optionally accepts a callback function as a second parameter. - -**Note:** If a callback function is provided, a Promise is still returned from the function, but the promise will always resolve regardless of if there was en error. (tldr: Do not mix callbacks and Promises). - -```typescript -const SocksClient = require('socks').SocksClient; - -const options = { - proxy: { - ipaddress: '104.131.124.203', - port: 1081, - type: 5 - }, - - destination: { - host: 'ip-api.com', // host names are supported with SOCKS v4a and SOCKS v5. - port: 80 - }, - - command: 'connect' -}; - -SocksClient.createConnection(options, (err, info) => { - if (err) { - // handle errors - } else { - console.log(info.socket); - // <Socket ...> (this is a raw net.Socket that is established to the destination host through the given proxy servers) - - info.socket.write('GET /json HTTP/1.1\nHost: ip-api.com\n\n'); - info.socket.on('data', (data) => { - console.log(data.toString()); // ip-api.com sees that the last proxy (104.131.124.203) is connected to it and not the origin client (you). - /* - HTTP/1.1 200 OK - Access-Control-Allow-Origin: * - Content-Type: application/json; charset=utf-8 - Date: Sun, 24 Dec 2017 03:47:51 GMT - Content-Length: 300 - - { - "as":"AS14061 Digital Ocean, Inc.", - "city":"Clifton", - "country":"United States", - "countryCode":"US", - "isp":"Digital Ocean", - "lat":40.8326, - "lon":-74.1307, - "org":"Digital Ocean", - "query":"104.131.124.203", - "region":"NJ", - "regionName":"New Jersey", - "status":"success", - "timezone":"America/New_York", - "zip":"07014" - } - */ - } -}) -``` - -### Using event handlers - -SocksClient also supports instance creation of a SocksClient. This allows for event based flow control. - -```typescript -const SocksClient = require('socks').SocksClient; - -const options = { - proxy: { - ipaddress: '104.131.124.203', - port: 1081, - type: 5 - }, - - destination: { - host: 'ip-api.com', // host names are supported with SOCKS v4a and SOCKS v5. - port: 80 - }, - - command: 'connect' -}; - -const client = new SocksClient(options); - -client.on('established', (info) => { - console.log(info.socket); - // <Socket ...> (this is a raw net.Socket that is established to the destination host through the given proxy servers) - - info.socket.write('GET /json HTTP/1.1\nHost: ip-api.com\n\n'); - info.socket.on('data', (data) => { - console.log(data.toString()); // ip-api.com sees that the last proxy (104.131.124.203) is connected to it and not the origin client (you). - /* - HTTP/1.1 200 OK - Access-Control-Allow-Origin: * - Content-Type: application/json; charset=utf-8 - Date: Sun, 24 Dec 2017 03:47:51 GMT - Content-Length: 300 - - { - "as":"AS14061 Digital Ocean, Inc.", - "city":"Clifton", - "country":"United States", - "countryCode":"US", - "isp":"Digital Ocean", - "lat":40.8326, - "lon":-74.1307, - "org":"Digital Ocean", - "query":"104.131.124.203", - "region":"NJ", - "regionName":"New Jersey", - "status":"success", - "timezone":"America/New_York", - "zip":"07014" - } - */ -}); - -// Failed to establish proxy connection to destination. -client.on('error', () => { - // Handle errors -}); -``` \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/socks/docs/examples/typescript/associateExample.md b/software/flow/node_modules/npm/node_modules/socks/docs/examples/typescript/associateExample.md deleted file mode 100644 index e8ca193..0000000 --- a/software/flow/node_modules/npm/node_modules/socks/docs/examples/typescript/associateExample.md +++ /dev/null @@ -1,93 +0,0 @@ -# socks examples - -## Example for SOCKS 'associate' command - -The associate command tells the SOCKS proxy server to establish a UDP relay. The server binds to a new UDP port and communicates the newly opened port back to the origin client. From here, any SOCKS UDP frame packets sent to this special UDP port on the Proxy server will be forwarded to the desired destination, and any responses will be forwarded back to the origin client (you). - -This can be used for things such as DNS queries, and other UDP communicates. - -**Connection Steps** - -1. Client -(associate)-> Proxy (Tells the proxy to create a UDP relay and bind on a new port) -2. Client <-(port)- Proxy (Tells the origin client which port it opened and is accepting UDP frame packets on) - -At this point the proxy is accepting UDP frames on the specified port. - -3. Client --(udp frame) -> Proxy -> Destination (The origin client sends a UDP frame to the proxy on the UDP port, and the proxy then forwards it to the destination specified in the UDP frame.) -4. Client <--(udp frame) <-- Proxy <-- Destination (The destination client responds to the udp packet sent in #3) - -## Usage - -The 'associate' command can only be used by creating a new SocksClient instance and listening for the 'established' event. - -**Note:** UDP packets relayed through the proxy servers are packaged in a special Socks UDP frame format. SocksClient.createUDPFrame() and SocksClient.parseUDPFrame() create and parse these special UDP packets. - -```typescript -import * as dgram from 'dgram'; -import { SocksClient, SocksClientOptions } from 'socks'; - -// Create a local UDP socket for sending/receiving packets to/from the proxy. -const udpSocket = dgram.createSocket('udp4'); -udpSocket.bind(); - -// Listen for incoming UDP packets from the proxy server. -udpSocket.on('message', (message, rinfo) => { - console.log(SocksClient.parseUDPFrame(message)); - /* - { frameNumber: 0, - remoteHost: { host: '8.8.8.8', port: 53 }, // The remote host that replied with a UDP packet - data: <Buffer 74 65 73 74 0a> // The data - } - */ -}); - -const options: SocksClientOptions = { - proxy: { - host: '104.131.124.203', - port: 1081, - type: 5 - }, - - // This should be the ip and port of the expected client that will be sending UDP frames to the newly opened UDP port on the server. - // Most SOCKS servers accept 0.0.0.0 as a wildcard address to accept UDP frames from any source. - destination: { - host: '0.0.0.0', - port: 0 - }, - - command: 'associate' -}; - -const client = new SocksClient(options); - -// This event is fired when the SOCKS server has started listening on a new UDP port for UDP relaying. -client.on('established', info => { - console.log(info); - /* - { - socket: <Socket ...>, - remoteHost: { // This is the remote port on the SOCKS proxy server to send UDP frame packets to. - host: '104.131.124.203', - port: 58232 - } - } - */ - - // Send a udp frame to 8.8.8.8 on port 53 through the proxy. - const packet = SocksClient.createUDPFrame({ - remoteHost: { host: '8.8.8.8', port: 53 }, - data: Buffer.from('hello') // A DNS lookup in the real world. - }); - - // Send packet. - udpSocket.send(packet, info.remoteHost.port, info.remoteHost.host); -}); - -// SOCKS proxy failed to bind. -client.on('error', () => { - // Handle errors -}); - -// Start connection -client.connect(); -``` diff --git a/software/flow/node_modules/npm/node_modules/socks/docs/examples/typescript/bindExample.md b/software/flow/node_modules/npm/node_modules/socks/docs/examples/typescript/bindExample.md deleted file mode 100644 index 6b7607d..0000000 --- a/software/flow/node_modules/npm/node_modules/socks/docs/examples/typescript/bindExample.md +++ /dev/null @@ -1,86 +0,0 @@ -# socks examples - -## Example for SOCKS 'bind' command - -The bind command tells the SOCKS proxy server to bind and listen on a new TCP port for an incoming connection. It communicates the newly opened port back to the origin client. Once a incoming connection is accepted by the SOCKS proxy server it then communicates the remote host that connected to the SOCKS proxy back through the same initial connection via the origin client. - -This can be used for things such as FTP clients which require incoming TCP connections, etc. - -**Connection Steps** - -1. Client -(bind)-> Proxy (Tells the proxy to bind to a new port) -2. Client <-(port)- Proxy (Tells the origin client which port it opened) -3. Client2 --> Proxy (Other client connects to the proxy on this port) -4. Client <--(client2's host info) (Proxy tells the origin client who connected to it) -5. Original connection to the proxy is now a full TCP stream between client (you) and client2. -6. Client <--> Proxy <--> Client2 - - -## Usage - -The 'bind' command can only be used by creating a new SocksClient instance and listening for 'bound' and 'established' events. - - -```typescript -import { SocksClient, SocksClientOptions } from 'socks'; - -const options: SocksClientOptions = { - proxy: { - host: '104.131.124.203', - port: 1081, - type: 5 - }, - - // This should be the ip and port of the expected client that will connect to the SOCKS proxy server on the newly bound port. - // Most SOCKS servers accept 0.0.0.0 as a wildcard address to accept any client. - destination: { - host: '0.0.0.0', - port: 0 - }, - - command: 'bind' -}; - -const client = new SocksClient(options); - -// This event is fired when the SOCKS server has started listening on a new port for incoming connections. -client.on('bound', (info) => { - console.log(info); - /* - { - socket: <Socket ...>, - remoteHost: { // This is the remote ip and port of the SOCKS proxy that is now accepting incoming connections. - host: '104.131.124.203', - port: 49928 - } - } - */ -}); - -// This event is fired when the SOCKS server has accepted an incoming connection on the newly bound port. -client.on('established', (info) => { - console.log(info); - /* - { - socket: <Socket ...>, - remoteHost: { // This is the remote ip and port that connected to the SOCKS proxy on the newly bound port. - host: '1.2.3.4', - port: 58232 - } - } - */ - - // At this point info.socket is a regular net.Socket TCP connection between client and client2 (1.2.3.4) (the client which connected to the proxy on the newly bound port.) - - console.log(info.socket); - // <Socket ...> (this is a raw net.Socket that is established to the destination host through the given proxy servers) -}); - -// SOCKS proxy failed to bind. -client.on('error', () => { - // Handle errors -}); - -// Start connection -client.connect(); -``` \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/socks/docs/examples/typescript/connectExample.md b/software/flow/node_modules/npm/node_modules/socks/docs/examples/typescript/connectExample.md deleted file mode 100644 index 30606d0..0000000 --- a/software/flow/node_modules/npm/node_modules/socks/docs/examples/typescript/connectExample.md +++ /dev/null @@ -1,265 +0,0 @@ -# socks examples - -## Example for SOCKS 'connect' command - -The connect command is the most common use-case for a SOCKS proxy. This establishes a direct connection to a destination host through a proxy server. The destination host only has knowledge of the proxy server connecting to it and does not know about the origin client (you). - -**Origin Client (you) <-> Proxy Server <-> Destination Server** - -In this example, we are connecting to a web server on port 80, and sending a very basic HTTP request to receive a response. It's worth noting that there are many socks-http-agents that can be used with the node http module (and libraries such as request.js) to make this easier. This HTTP request is used as a simple example. - -The 'connect' command can be used via the SocksClient.createConnection() factory function as well as by creating a SocksClient instance and using event handlers. - -### Using createConnection with async/await - -Since SocksClient.createConnection returns a Promise, we can easily use async/await for flow control. - -```typescript -import { SocksClient, SocksClientOptions } from 'socks'; - -const options: SocksClientOptions = { - proxy: { - host: '104.131.124.203', - port: 1081, - type: 5 - }, - - destination: { - host: 'ip-api.com', // host names are supported with SOCKS v4a and SOCKS v5. - port: 80 - }, - - command: 'connect' -}; - -async function start() { - try { - const info = await SocksClient.createConnection(options); - - console.log(info.socket); - // <Socket ...> (this is a raw net.Socket that is established to the destination host through the given proxy servers) - - info.socket.write('GET /json HTTP/1.1\nHost: ip-api.com\n\n'); - info.socket.on('data', (data) => { - console.log(data.toString()); // ip-api.com sees that the last proxy (104.131.124.203) is connected to it and not the origin client (you). - /* - HTTP/1.1 200 OK - Access-Control-Allow-Origin: * - Content-Type: application/json; charset=utf-8 - Date: Sun, 24 Dec 2017 03:47:51 GMT - Content-Length: 300 - - { - "as":"AS14061 Digital Ocean, Inc.", - "city":"Clifton", - "country":"United States", - "countryCode":"US", - "isp":"Digital Ocean", - "lat":40.8326, - "lon":-74.1307, - "org":"Digital Ocean", - "query":"104.131.124.203", - "region":"NJ", - "regionName":"New Jersey", - "status":"success", - "timezone":"America/New_York", - "zip":"07014" - } - */ - }); - } catch (err) { - // Handle errors - } -} - -start(); -``` - -### Using createConnection with Promises - -```typescript -import { SocksClient, SocksClientOptions } from 'socks'; - -const options: SocksClientOptions = { - proxy: { - ipaddress: '104.131.124.203', - port: 1081, - type: 5 - }, - - destination: { - host: 'ip-api.com', // host names are supported with SOCKS v4a and SOCKS v5. - port: 80 - }, - - command: 'connect' -}; - -SocksClient.createConnection(options) -.then(info => { - console.log(info.socket); - // <Socket ...> (this is a raw net.Socket that is established to the destination host through the given proxy servers) - - info.socket.write('GET /json HTTP/1.1\nHost: ip-api.com\n\n'); - info.socket.on('data', (data) => { - console.log(data.toString()); // ip-api.com sees that the last proxy (104.131.124.203) is connected to it and not the origin client (you). - /* - HTTP/1.1 200 OK - Access-Control-Allow-Origin: * - Content-Type: application/json; charset=utf-8 - Date: Sun, 24 Dec 2017 03:47:51 GMT - Content-Length: 300 - - { - "as":"AS14061 Digital Ocean, Inc.", - "city":"Clifton", - "country":"United States", - "countryCode":"US", - "isp":"Digital Ocean", - "lat":40.8326, - "lon":-74.1307, - "org":"Digital Ocean", - "query":"104.131.124.203", - "region":"NJ", - "regionName":"New Jersey", - "status":"success", - "timezone":"America/New_York", - "zip":"07014" - } - */ - }); -}) -.catch(err => { - // handle errors -}); -``` - -### Using createConnection with callbacks - -SocksClient.createConnection() optionally accepts a callback function as a second parameter. - -**Note:** If a callback function is provided, a Promise is still returned from the function, but the promise will always resolve regardless of if there was en error. (tldr: Do not mix callbacks and Promises). - -```typescript -import { SocksClient, SocksClientOptions } from 'socks'; - -const options: SocksClientOptions = { - proxy: { - ipaddress: '104.131.124.203', - port: 1081, - type: 5 - }, - - destination: { - host: 'ip-api.com', // host names are supported with SOCKS v4a and SOCKS v5. - port: 80 - }, - - command: 'connect' -}; - -SocksClient.createConnection(options, (err, info) => { - if (err) { - // handle errors - } else { - console.log(info.socket); - // <Socket ...> (this is a raw net.Socket that is established to the destination host through the given proxy servers) - - info.socket.write('GET /json HTTP/1.1\nHost: ip-api.com\n\n'); - info.socket.on('data', (data) => { - console.log(data.toString()); // ip-api.com sees that the last proxy (104.131.124.203) is connected to it and not the origin client (you). - /* - HTTP/1.1 200 OK - Access-Control-Allow-Origin: * - Content-Type: application/json; charset=utf-8 - Date: Sun, 24 Dec 2017 03:47:51 GMT - Content-Length: 300 - - { - "as":"AS14061 Digital Ocean, Inc.", - "city":"Clifton", - "country":"United States", - "countryCode":"US", - "isp":"Digital Ocean", - "lat":40.8326, - "lon":-74.1307, - "org":"Digital Ocean", - "query":"104.131.124.203", - "region":"NJ", - "regionName":"New Jersey", - "status":"success", - "timezone":"America/New_York", - "zip":"07014" - } - */ - }); - } -}) -``` - -### Using event handlers - -SocksClient also supports instance creation of a SocksClient. This allows for event based flow control. - -```typescript -import { SocksClient, SocksClientOptions } from 'socks'; - -const options: SocksClientOptions = { - proxy: { - ipaddress: '104.131.124.203', - port: 1081, - type: 5 - }, - - destination: { - host: 'ip-api.com', // host names are supported with SOCKS v4a and SOCKS v5. - port: 80 - }, - - command: 'connect' -}; - -const client = new SocksClient(options); - -client.on('established', (info) => { - console.log(info.socket); - // <Socket ...> (this is a raw net.Socket that is established to the destination host through the given proxy servers) - - info.socket.write('GET /json HTTP/1.1\nHost: ip-api.com\n\n'); - info.socket.on('data', (data) => { - console.log(data.toString()); // ip-api.com sees that the last proxy (104.131.124.203) is connected to it and not the origin client (you). - /* - HTTP/1.1 200 OK - Access-Control-Allow-Origin: * - Content-Type: application/json; charset=utf-8 - Date: Sun, 24 Dec 2017 03:47:51 GMT - Content-Length: 300 - - { - "as":"AS14061 Digital Ocean, Inc.", - "city":"Clifton", - "country":"United States", - "countryCode":"US", - "isp":"Digital Ocean", - "lat":40.8326, - "lon":-74.1307, - "org":"Digital Ocean", - "query":"104.131.124.203", - "region":"NJ", - "regionName":"New Jersey", - "status":"success", - "timezone":"America/New_York", - "zip":"07014" - } - */ - }); -}); - -// Failed to establish proxy connection to destination. -client.on('error', () => { - // Handle errors -}); - -// Start connection -client.connect(); -``` \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/socks/docs/index.md b/software/flow/node_modules/npm/node_modules/socks/docs/index.md deleted file mode 100644 index 3eb1d71..0000000 --- a/software/flow/node_modules/npm/node_modules/socks/docs/index.md +++ /dev/null @@ -1,5 +0,0 @@ -# Documentation - -- [API Reference](https://github.com/JoshGlazebrook/socks#api-reference) - -- [Code Examples](./examples/index.md) \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/socks/docs/migratingFromV1.md b/software/flow/node_modules/npm/node_modules/socks/docs/migratingFromV1.md deleted file mode 100644 index dd00838..0000000 --- a/software/flow/node_modules/npm/node_modules/socks/docs/migratingFromV1.md +++ /dev/null @@ -1,86 +0,0 @@ -# socks - -## Migrating from v1 - -For the most part, migrating from v1 takes minimal effort as v2 still supports factory creation of proxy connections with callback support. - -### Notable breaking changes - -- In an options object, the proxy 'command' is now required and does not default to 'connect'. -- **In an options object, 'target' is now known as 'destination'.** -- Sockets are no longer paused after a SOCKS connection is made, so socket.resume() is no longer required. (Please be sure to attach data handlers immediately to the Socket to avoid losing data). -- In v2, only the 'connect' command is supported via the factory SocksClient.createConnection function. (BIND and ASSOCIATE must be used with a SocksClient instance via event handlers). -- In v2, the factory SocksClient.createConnection function callback is called with a single object rather than separate socket and info object. -- A SOCKS http/https agent is no longer bundled into the library. - -For informational purposes, here is the original getting started example from v1 converted to work with v2. - -### Before (v1) - -```javascript -var Socks = require('socks'); - -var options = { - proxy: { - ipaddress: "202.101.228.108", - port: 1080, - type: 5 - }, - target: { - host: "google.com", - port: 80 - }, - command: 'connect' -}; - -Socks.createConnection(options, function(err, socket, info) { - if (err) - console.log(err); - else { - socket.write("GET / HTTP/1.1\nHost: google.com\n\n"); - socket.on('data', function(data) { - console.log(data.length); - console.log(data); - }); - - // PLEASE NOTE: sockets need to be resumed before any data will come in or out as they are paused right before this callback is fired. - socket.resume(); - - // 569 - // <Buffer 48 54 54 50 2f 31 2e 31 20 33 30 31 20 4d 6f 76 65 64 20 50 65... - } -}); -``` - -### After (v2) -```javascript -const SocksClient = require('socks').SocksClient; - -let options = { - proxy: { - ipaddress: "202.101.228.108", - port: 1080, - type: 5 - }, - destination: { - host: "google.com", - port: 80 - }, - command: 'connect' -}; - -SocksClient.createConnection(options, function(err, result) { - if (err) - console.log(err); - else { - result.socket.write("GET / HTTP/1.1\nHost: google.com\n\n"); - result.socket.on('data', function(data) { - console.log(data.length); - console.log(data); - }); - - // 569 - // <Buffer 48 54 54 50 2f 31 2e 31 20 33 30 31 20 4d 6f 76 65 64 20 50 65... - } -}); -``` \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/socks/package.json b/software/flow/node_modules/npm/node_modules/socks/package.json deleted file mode 100644 index 0f5054b..0000000 --- a/software/flow/node_modules/npm/node_modules/socks/package.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "name": "socks", - "private": false, - "version": "2.7.1", - "description": "Fully featured SOCKS proxy client supporting SOCKSv4, SOCKSv4a, and SOCKSv5. Includes Bind and Associate functionality.", - "main": "build/index.js", - "typings": "typings/index.d.ts", - "homepage": "https://github.com/JoshGlazebrook/socks/", - "repository": { - "type": "git", - "url": "https://github.com/JoshGlazebrook/socks.git" - }, - "bugs": { - "url": "https://github.com/JoshGlazebrook/socks/issues" - }, - "keywords": [ - "socks", - "proxy", - "tor", - "socks 4", - "socks 5", - "socks4", - "socks5" - ], - "engines": { - "node": ">= 10.13.0", - "npm": ">= 3.0.0" - }, - "author": "Josh Glazebrook", - "contributors": [ - "castorw" - ], - "license": "MIT", - "readmeFilename": "README.md", - "devDependencies": { - "@types/ip": "1.1.0", - "@types/mocha": "^9.1.1", - "@types/node": "^18.0.6", - "@typescript-eslint/eslint-plugin": "^5.30.6", - "@typescript-eslint/parser": "^5.30.6", - "eslint": "^8.20.0", - "mocha": "^10.0.0", - "prettier": "^2.7.1", - "ts-node": "^10.9.1", - "typescript": "^4.7.4" - }, - "dependencies": { - "ip": "^2.0.0", - "smart-buffer": "^4.2.0" - }, - "scripts": { - "prepublish": "npm install -g typescript && npm run build", - "test": "NODE_ENV=test mocha --recursive --require ts-node/register test/**/*.ts", - "prettier": "prettier --write ./src/**/*.ts --config .prettierrc.yaml", - "lint": "eslint 'src/**/*.ts'", - "build": "rm -rf build typings && prettier --write ./src/**/*.ts --config .prettierrc.yaml && tsc -p ." - } -} diff --git a/software/flow/node_modules/npm/node_modules/socks/typings/client/socksclient.d.ts b/software/flow/node_modules/npm/node_modules/socks/typings/client/socksclient.d.ts deleted file mode 100644 index b886d95..0000000 --- a/software/flow/node_modules/npm/node_modules/socks/typings/client/socksclient.d.ts +++ /dev/null @@ -1,162 +0,0 @@ -/// <reference types="node" /> -/// <reference types="node" /> -/// <reference types="node" /> -import { EventEmitter } from 'events'; -import { SocksClientOptions, SocksClientChainOptions, SocksRemoteHost, SocksProxy, SocksClientBoundEvent, SocksClientEstablishedEvent, SocksUDPFrameDetails } from '../common/constants'; -import { SocksClientError } from '../common/util'; -import { Duplex } from 'stream'; -declare interface SocksClient { - on(event: 'error', listener: (err: SocksClientError) => void): this; - on(event: 'bound', listener: (info: SocksClientBoundEvent) => void): this; - on(event: 'established', listener: (info: SocksClientEstablishedEvent) => void): this; - once(event: string, listener: (...args: unknown[]) => void): this; - once(event: 'error', listener: (err: SocksClientError) => void): this; - once(event: 'bound', listener: (info: SocksClientBoundEvent) => void): this; - once(event: 'established', listener: (info: SocksClientEstablishedEvent) => void): this; - emit(event: string | symbol, ...args: unknown[]): boolean; - emit(event: 'error', err: SocksClientError): boolean; - emit(event: 'bound', info: SocksClientBoundEvent): boolean; - emit(event: 'established', info: SocksClientEstablishedEvent): boolean; -} -declare class SocksClient extends EventEmitter implements SocksClient { - private options; - private socket; - private state; - private receiveBuffer; - private nextRequiredPacketBufferSize; - private socks5ChosenAuthType; - private onDataReceived; - private onClose; - private onError; - private onConnect; - constructor(options: SocksClientOptions); - /** - * Creates a new SOCKS connection. - * - * Note: Supports callbacks and promises. Only supports the connect command. - * @param options { SocksClientOptions } Options. - * @param callback { Function } An optional callback function. - * @returns { Promise } - */ - static createConnection(options: SocksClientOptions, callback?: (error: Error | null, info?: SocksClientEstablishedEvent) => void): Promise<SocksClientEstablishedEvent>; - /** - * Creates a new SOCKS connection chain to a destination host through 2 or more SOCKS proxies. - * - * Note: Supports callbacks and promises. Only supports the connect method. - * Note: Implemented via createConnection() factory function. - * @param options { SocksClientChainOptions } Options - * @param callback { Function } An optional callback function. - * @returns { Promise } - */ - static createConnectionChain(options: SocksClientChainOptions, callback?: (error: Error | null, socket?: SocksClientEstablishedEvent) => void): Promise<SocksClientEstablishedEvent>; - /** - * Creates a SOCKS UDP Frame. - * @param options - */ - static createUDPFrame(options: SocksUDPFrameDetails): Buffer; - /** - * Parses a SOCKS UDP frame. - * @param data - */ - static parseUDPFrame(data: Buffer): SocksUDPFrameDetails; - /** - * Internal state setter. If the SocksClient is in an error state, it cannot be changed to a non error state. - */ - private setState; - /** - * Starts the connection establishment to the proxy and destination. - * @param existingSocket Connected socket to use instead of creating a new one (internal use). - */ - connect(existingSocket?: Duplex): void; - private getSocketOptions; - /** - * Handles internal Socks timeout callback. - * Note: If the Socks client is not BoundWaitingForConnection or Established, the connection will be closed. - */ - private onEstablishedTimeout; - /** - * Handles Socket connect event. - */ - private onConnectHandler; - /** - * Handles Socket data event. - * @param data - */ - private onDataReceivedHandler; - /** - * Handles processing of the data we have received. - */ - private processData; - /** - * Handles Socket close event. - * @param had_error - */ - private onCloseHandler; - /** - * Handles Socket error event. - * @param err - */ - private onErrorHandler; - /** - * Removes internal event listeners on the underlying Socket. - */ - private removeInternalSocketHandlers; - /** - * Closes and destroys the underlying Socket. Emits an error event. - * @param err { String } An error string to include in error event. - */ - private closeSocket; - /** - * Sends initial Socks v4 handshake request. - */ - private sendSocks4InitialHandshake; - /** - * Handles Socks v4 handshake response. - * @param data - */ - private handleSocks4FinalHandshakeResponse; - /** - * Handles Socks v4 incoming connection request (BIND) - * @param data - */ - private handleSocks4IncomingConnectionResponse; - /** - * Sends initial Socks v5 handshake request. - */ - private sendSocks5InitialHandshake; - /** - * Handles initial Socks v5 handshake response. - * @param data - */ - private handleInitialSocks5HandshakeResponse; - /** - * Sends Socks v5 user & password auth handshake. - * - * Note: No auth and user/pass are currently supported. - */ - private sendSocks5UserPassAuthentication; - private sendSocks5CustomAuthentication; - private handleSocks5CustomAuthHandshakeResponse; - private handleSocks5AuthenticationNoAuthHandshakeResponse; - private handleSocks5AuthenticationUserPassHandshakeResponse; - /** - * Handles Socks v5 auth handshake response. - * @param data - */ - private handleInitialSocks5AuthenticationHandshakeResponse; - /** - * Sends Socks v5 final handshake request. - */ - private sendSocks5CommandRequest; - /** - * Handles Socks v5 final handshake response. - * @param data - */ - private handleSocks5FinalHandshakeResponse; - /** - * Handles Socks v5 incoming connection request (BIND). - */ - private handleSocks5IncomingConnectionResponse; - get socksClientOptions(): SocksClientOptions; -} -export { SocksClient, SocksClientOptions, SocksClientChainOptions, SocksClientError, SocksRemoteHost, SocksProxy, SocksUDPFrameDetails, }; diff --git a/software/flow/node_modules/npm/node_modules/socks/typings/common/constants.d.ts b/software/flow/node_modules/npm/node_modules/socks/typings/common/constants.d.ts deleted file mode 100644 index 32a5705..0000000 --- a/software/flow/node_modules/npm/node_modules/socks/typings/common/constants.d.ts +++ /dev/null @@ -1,152 +0,0 @@ -/// <reference types="node" /> -/// <reference types="node" /> -/// <reference types="node" /> -import { Duplex } from 'stream'; -import { Socket, SocketConnectOpts } from 'net'; -import { RequireOnlyOne } from './util'; -declare const DEFAULT_TIMEOUT = 30000; -declare type SocksProxyType = 4 | 5; -declare const ERRORS: { - InvalidSocksCommand: string; - InvalidSocksCommandForOperation: string; - InvalidSocksCommandChain: string; - InvalidSocksClientOptionsDestination: string; - InvalidSocksClientOptionsExistingSocket: string; - InvalidSocksClientOptionsProxy: string; - InvalidSocksClientOptionsTimeout: string; - InvalidSocksClientOptionsProxiesLength: string; - InvalidSocksClientOptionsCustomAuthRange: string; - InvalidSocksClientOptionsCustomAuthOptions: string; - NegotiationError: string; - SocketClosed: string; - ProxyConnectionTimedOut: string; - InternalError: string; - InvalidSocks4HandshakeResponse: string; - Socks4ProxyRejectedConnection: string; - InvalidSocks4IncomingConnectionResponse: string; - Socks4ProxyRejectedIncomingBoundConnection: string; - InvalidSocks5InitialHandshakeResponse: string; - InvalidSocks5IntiailHandshakeSocksVersion: string; - InvalidSocks5InitialHandshakeNoAcceptedAuthType: string; - InvalidSocks5InitialHandshakeUnknownAuthType: string; - Socks5AuthenticationFailed: string; - InvalidSocks5FinalHandshake: string; - InvalidSocks5FinalHandshakeRejected: string; - InvalidSocks5IncomingConnectionResponse: string; - Socks5ProxyRejectedIncomingBoundConnection: string; -}; -declare const SOCKS_INCOMING_PACKET_SIZES: { - Socks5InitialHandshakeResponse: number; - Socks5UserPassAuthenticationResponse: number; - Socks5ResponseHeader: number; - Socks5ResponseIPv4: number; - Socks5ResponseIPv6: number; - Socks5ResponseHostname: (hostNameLength: number) => number; - Socks4Response: number; -}; -declare type SocksCommandOption = 'connect' | 'bind' | 'associate'; -declare enum SocksCommand { - connect = 1, - bind = 2, - associate = 3 -} -declare enum Socks4Response { - Granted = 90, - Failed = 91, - Rejected = 92, - RejectedIdent = 93 -} -declare enum Socks5Auth { - NoAuth = 0, - GSSApi = 1, - UserPass = 2 -} -declare const SOCKS5_CUSTOM_AUTH_START = 128; -declare const SOCKS5_CUSTOM_AUTH_END = 254; -declare const SOCKS5_NO_ACCEPTABLE_AUTH = 255; -declare enum Socks5Response { - Granted = 0, - Failure = 1, - NotAllowed = 2, - NetworkUnreachable = 3, - HostUnreachable = 4, - ConnectionRefused = 5, - TTLExpired = 6, - CommandNotSupported = 7, - AddressNotSupported = 8 -} -declare enum Socks5HostType { - IPv4 = 1, - Hostname = 3, - IPv6 = 4 -} -declare enum SocksClientState { - Created = 0, - Connecting = 1, - Connected = 2, - SentInitialHandshake = 3, - ReceivedInitialHandshakeResponse = 4, - SentAuthentication = 5, - ReceivedAuthenticationResponse = 6, - SentFinalHandshake = 7, - ReceivedFinalResponse = 8, - BoundWaitingForConnection = 9, - Established = 10, - Disconnected = 11, - Error = 99 -} -/** - * Represents a SocksProxy - */ -declare type SocksProxy = RequireOnlyOne<{ - ipaddress?: string; - host?: string; - port: number; - type: SocksProxyType; - userId?: string; - password?: string; - custom_auth_method?: number; - custom_auth_request_handler?: () => Promise<Buffer>; - custom_auth_response_size?: number; - custom_auth_response_handler?: (data: Buffer) => Promise<boolean>; -}, 'host' | 'ipaddress'>; -/** - * Represents a remote host - */ -interface SocksRemoteHost { - host: string; - port: number; -} -/** - * SocksClient connection options. - */ -interface SocksClientOptions { - command: SocksCommandOption; - destination: SocksRemoteHost; - proxy: SocksProxy; - timeout?: number; - existing_socket?: Duplex; - set_tcp_nodelay?: boolean; - socket_options?: SocketConnectOpts; -} -/** - * SocksClient chain connection options. - */ -interface SocksClientChainOptions { - command: 'connect'; - destination: SocksRemoteHost; - proxies: SocksProxy[]; - timeout?: number; - randomizeChain?: false; -} -interface SocksClientEstablishedEvent { - socket: Socket; - remoteHost?: SocksRemoteHost; -} -declare type SocksClientBoundEvent = SocksClientEstablishedEvent; -interface SocksUDPFrameDetails { - frameNumber?: number; - remoteHost: SocksRemoteHost; - data: Buffer; -} -export { DEFAULT_TIMEOUT, ERRORS, SocksProxyType, SocksCommand, Socks4Response, Socks5Auth, Socks5HostType, Socks5Response, SocksClientState, SocksProxy, SocksRemoteHost, SocksCommandOption, SocksClientOptions, SocksClientChainOptions, SocksClientEstablishedEvent, SocksClientBoundEvent, SocksUDPFrameDetails, SOCKS_INCOMING_PACKET_SIZES, SOCKS5_CUSTOM_AUTH_START, SOCKS5_CUSTOM_AUTH_END, SOCKS5_NO_ACCEPTABLE_AUTH, }; diff --git a/software/flow/node_modules/npm/node_modules/socks/typings/common/helpers.d.ts b/software/flow/node_modules/npm/node_modules/socks/typings/common/helpers.d.ts deleted file mode 100644 index 8c3a106..0000000 --- a/software/flow/node_modules/npm/node_modules/socks/typings/common/helpers.d.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { SocksClientOptions, SocksClientChainOptions } from '../client/socksclient'; -/** - * Validates the provided SocksClientOptions - * @param options { SocksClientOptions } - * @param acceptedCommands { string[] } A list of accepted SocksProxy commands. - */ -declare function validateSocksClientOptions(options: SocksClientOptions, acceptedCommands?: string[]): void; -/** - * Validates the SocksClientChainOptions - * @param options { SocksClientChainOptions } - */ -declare function validateSocksClientChainOptions(options: SocksClientChainOptions): void; -export { validateSocksClientOptions, validateSocksClientChainOptions }; diff --git a/software/flow/node_modules/npm/node_modules/socks/typings/common/receivebuffer.d.ts b/software/flow/node_modules/npm/node_modules/socks/typings/common/receivebuffer.d.ts deleted file mode 100644 index 756e98b..0000000 --- a/software/flow/node_modules/npm/node_modules/socks/typings/common/receivebuffer.d.ts +++ /dev/null @@ -1,12 +0,0 @@ -/// <reference types="node" /> -declare class ReceiveBuffer { - private buffer; - private offset; - private originalSize; - constructor(size?: number); - get length(): number; - append(data: Buffer): number; - peek(length: number): Buffer; - get(length: number): Buffer; -} -export { ReceiveBuffer }; diff --git a/software/flow/node_modules/npm/node_modules/socks/typings/common/util.d.ts b/software/flow/node_modules/npm/node_modules/socks/typings/common/util.d.ts deleted file mode 100644 index 83f20e7..0000000 --- a/software/flow/node_modules/npm/node_modules/socks/typings/common/util.d.ts +++ /dev/null @@ -1,17 +0,0 @@ -import { SocksClientOptions, SocksClientChainOptions } from './constants'; -/** - * Error wrapper for SocksClient - */ -declare class SocksClientError extends Error { - options: SocksClientOptions | SocksClientChainOptions; - constructor(message: string, options: SocksClientOptions | SocksClientChainOptions); -} -/** - * Shuffles a given array. - * @param array The array to shuffle. - */ -declare function shuffleArray(array: unknown[]): void; -declare type RequireOnlyOne<T, Keys extends keyof T = keyof T> = Pick<T, Exclude<keyof T, Keys>> & { - [K in Keys]?: Required<Pick<T, K>> & Partial<Record<Exclude<Keys, K>, undefined>>; -}[Keys]; -export { RequireOnlyOne, SocksClientError, shuffleArray }; diff --git a/software/flow/node_modules/npm/node_modules/socks/typings/index.d.ts b/software/flow/node_modules/npm/node_modules/socks/typings/index.d.ts deleted file mode 100644 index fbf9006..0000000 --- a/software/flow/node_modules/npm/node_modules/socks/typings/index.d.ts +++ /dev/null @@ -1 +0,0 @@ -export * from './client/socksclient'; diff --git a/software/flow/node_modules/npm/node_modules/spdx-correct/LICENSE b/software/flow/node_modules/npm/node_modules/spdx-correct/LICENSE deleted file mode 100644 index d645695..0000000 --- a/software/flow/node_modules/npm/node_modules/spdx-correct/LICENSE +++ /dev/null @@ -1,202 +0,0 @@ - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright [yyyy] [name of copyright owner] - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. diff --git a/software/flow/node_modules/npm/node_modules/spdx-correct/index.js b/software/flow/node_modules/npm/node_modules/spdx-correct/index.js deleted file mode 100644 index c51a79f..0000000 --- a/software/flow/node_modules/npm/node_modules/spdx-correct/index.js +++ /dev/null @@ -1,364 +0,0 @@ -/* -Copyright spdx-correct.js contributors - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ -var parse = require('spdx-expression-parse') -var spdxLicenseIds = require('spdx-license-ids') - -function valid (string) { - try { - parse(string) - return true - } catch (error) { - return false - } -} - -// Common transpositions of license identifier acronyms -var transpositions = [ - ['APGL', 'AGPL'], - ['Gpl', 'GPL'], - ['GLP', 'GPL'], - ['APL', 'Apache'], - ['ISD', 'ISC'], - ['GLP', 'GPL'], - ['IST', 'ISC'], - ['Claude', 'Clause'], - [' or later', '+'], - [' International', ''], - ['GNU', 'GPL'], - ['GUN', 'GPL'], - ['+', ''], - ['GNU GPL', 'GPL'], - ['GNU/GPL', 'GPL'], - ['GNU GLP', 'GPL'], - ['GNU General Public License', 'GPL'], - ['Gnu public license', 'GPL'], - ['GNU Public License', 'GPL'], - ['GNU GENERAL PUBLIC LICENSE', 'GPL'], - ['MTI', 'MIT'], - ['Mozilla Public License', 'MPL'], - ['Universal Permissive License', 'UPL'], - ['WTH', 'WTF'], - ['-License', ''] -] - -var TRANSPOSED = 0 -var CORRECT = 1 - -// Simple corrections to nearly valid identifiers. -var transforms = [ - // e.g. 'mit' - function (argument) { - return argument.toUpperCase() - }, - // e.g. 'MIT ' - function (argument) { - return argument.trim() - }, - // e.g. 'M.I.T.' - function (argument) { - return argument.replace(/\./g, '') - }, - // e.g. 'Apache- 2.0' - function (argument) { - return argument.replace(/\s+/g, '') - }, - // e.g. 'CC BY 4.0'' - function (argument) { - return argument.replace(/\s+/g, '-') - }, - // e.g. 'LGPLv2.1' - function (argument) { - return argument.replace('v', '-') - }, - // e.g. 'Apache 2.0' - function (argument) { - return argument.replace(/,?\s*(\d)/, '-$1') - }, - // e.g. 'GPL 2' - function (argument) { - return argument.replace(/,?\s*(\d)/, '-$1.0') - }, - // e.g. 'Apache Version 2.0' - function (argument) { - return argument - .replace(/,?\s*(V\.|v\.|V|v|Version|version)\s*(\d)/, '-$2') - }, - // e.g. 'Apache Version 2' - function (argument) { - return argument - .replace(/,?\s*(V\.|v\.|V|v|Version|version)\s*(\d)/, '-$2.0') - }, - // e.g. 'ZLIB' - function (argument) { - return argument[0].toUpperCase() + argument.slice(1) - }, - // e.g. 'MPL/2.0' - function (argument) { - return argument.replace('/', '-') - }, - // e.g. 'Apache 2' - function (argument) { - return argument - .replace(/\s*V\s*(\d)/, '-$1') - .replace(/(\d)$/, '$1.0') - }, - // e.g. 'GPL-2.0', 'GPL-3.0' - function (argument) { - if (argument.indexOf('3.0') !== -1) { - return argument + '-or-later' - } else { - return argument + '-only' - } - }, - // e.g. 'GPL-2.0-' - function (argument) { - return argument + 'only' - }, - // e.g. 'GPL2' - function (argument) { - return argument.replace(/(\d)$/, '-$1.0') - }, - // e.g. 'BSD 3' - function (argument) { - return argument.replace(/(-| )?(\d)$/, '-$2-Clause') - }, - // e.g. 'BSD clause 3' - function (argument) { - return argument.replace(/(-| )clause(-| )(\d)/, '-$3-Clause') - }, - // e.g. 'New BSD license' - function (argument) { - return argument.replace(/\b(Modified|New|Revised)(-| )?BSD((-| )License)?/i, 'BSD-3-Clause') - }, - // e.g. 'Simplified BSD license' - function (argument) { - return argument.replace(/\bSimplified(-| )?BSD((-| )License)?/i, 'BSD-2-Clause') - }, - // e.g. 'Free BSD license' - function (argument) { - return argument.replace(/\b(Free|Net)(-| )?BSD((-| )License)?/i, 'BSD-2-Clause-$1BSD') - }, - // e.g. 'Clear BSD license' - function (argument) { - return argument.replace(/\bClear(-| )?BSD((-| )License)?/i, 'BSD-3-Clause-Clear') - }, - // e.g. 'Old BSD License' - function (argument) { - return argument.replace(/\b(Old|Original)(-| )?BSD((-| )License)?/i, 'BSD-4-Clause') - }, - // e.g. 'BY-NC-4.0' - function (argument) { - return 'CC-' + argument - }, - // e.g. 'BY-NC' - function (argument) { - return 'CC-' + argument + '-4.0' - }, - // e.g. 'Attribution-NonCommercial' - function (argument) { - return argument - .replace('Attribution', 'BY') - .replace('NonCommercial', 'NC') - .replace('NoDerivatives', 'ND') - .replace(/ (\d)/, '-$1') - .replace(/ ?International/, '') - }, - // e.g. 'Attribution-NonCommercial' - function (argument) { - return 'CC-' + - argument - .replace('Attribution', 'BY') - .replace('NonCommercial', 'NC') - .replace('NoDerivatives', 'ND') - .replace(/ (\d)/, '-$1') - .replace(/ ?International/, '') + - '-4.0' - } -] - -var licensesWithVersions = spdxLicenseIds - .map(function (id) { - var match = /^(.*)-\d+\.\d+$/.exec(id) - return match - ? [match[0], match[1]] - : [id, null] - }) - .reduce(function (objectMap, item) { - var key = item[1] - objectMap[key] = objectMap[key] || [] - objectMap[key].push(item[0]) - return objectMap - }, {}) - -var licensesWithOneVersion = Object.keys(licensesWithVersions) - .map(function makeEntries (key) { - return [key, licensesWithVersions[key]] - }) - .filter(function identifySoleVersions (item) { - return ( - // Licenses has just one valid version suffix. - item[1].length === 1 && - item[0] !== null && - // APL will be considered Apache, rather than APL-1.0 - item[0] !== 'APL' - ) - }) - .map(function createLastResorts (item) { - return [item[0], item[1][0]] - }) - -licensesWithVersions = undefined - -// If all else fails, guess that strings containing certain substrings -// meant to identify certain licenses. -var lastResorts = [ - ['UNLI', 'Unlicense'], - ['WTF', 'WTFPL'], - ['2 CLAUSE', 'BSD-2-Clause'], - ['2-CLAUSE', 'BSD-2-Clause'], - ['3 CLAUSE', 'BSD-3-Clause'], - ['3-CLAUSE', 'BSD-3-Clause'], - ['AFFERO', 'AGPL-3.0-or-later'], - ['AGPL', 'AGPL-3.0-or-later'], - ['APACHE', 'Apache-2.0'], - ['ARTISTIC', 'Artistic-2.0'], - ['Affero', 'AGPL-3.0-or-later'], - ['BEER', 'Beerware'], - ['BOOST', 'BSL-1.0'], - ['BSD', 'BSD-2-Clause'], - ['CDDL', 'CDDL-1.1'], - ['ECLIPSE', 'EPL-1.0'], - ['FUCK', 'WTFPL'], - ['GNU', 'GPL-3.0-or-later'], - ['LGPL', 'LGPL-3.0-or-later'], - ['GPLV1', 'GPL-1.0-only'], - ['GPL-1', 'GPL-1.0-only'], - ['GPLV2', 'GPL-2.0-only'], - ['GPL-2', 'GPL-2.0-only'], - ['GPL', 'GPL-3.0-or-later'], - ['MIT +NO-FALSE-ATTRIBS', 'MITNFA'], - ['MIT', 'MIT'], - ['MPL', 'MPL-2.0'], - ['X11', 'X11'], - ['ZLIB', 'Zlib'] -].concat(licensesWithOneVersion) - -var SUBSTRING = 0 -var IDENTIFIER = 1 - -var validTransformation = function (identifier) { - for (var i = 0; i < transforms.length; i++) { - var transformed = transforms[i](identifier).trim() - if (transformed !== identifier && valid(transformed)) { - return transformed - } - } - return null -} - -var validLastResort = function (identifier) { - var upperCased = identifier.toUpperCase() - for (var i = 0; i < lastResorts.length; i++) { - var lastResort = lastResorts[i] - if (upperCased.indexOf(lastResort[SUBSTRING]) > -1) { - return lastResort[IDENTIFIER] - } - } - return null -} - -var anyCorrection = function (identifier, check) { - for (var i = 0; i < transpositions.length; i++) { - var transposition = transpositions[i] - var transposed = transposition[TRANSPOSED] - if (identifier.indexOf(transposed) > -1) { - var corrected = identifier.replace( - transposed, - transposition[CORRECT] - ) - var checked = check(corrected) - if (checked !== null) { - return checked - } - } - } - return null -} - -module.exports = function (identifier, options) { - options = options || {} - var upgrade = options.upgrade === undefined ? true : !!options.upgrade - function postprocess (value) { - return upgrade ? upgradeGPLs(value) : value - } - var validArugment = ( - typeof identifier === 'string' && - identifier.trim().length !== 0 - ) - if (!validArugment) { - throw Error('Invalid argument. Expected non-empty string.') - } - identifier = identifier.trim() - if (valid(identifier)) { - return postprocess(identifier) - } - var noPlus = identifier.replace(/\+$/, '').trim() - if (valid(noPlus)) { - return postprocess(noPlus) - } - var transformed = validTransformation(identifier) - if (transformed !== null) { - return postprocess(transformed) - } - transformed = anyCorrection(identifier, function (argument) { - if (valid(argument)) { - return argument - } - return validTransformation(argument) - }) - if (transformed !== null) { - return postprocess(transformed) - } - transformed = validLastResort(identifier) - if (transformed !== null) { - return postprocess(transformed) - } - transformed = anyCorrection(identifier, validLastResort) - if (transformed !== null) { - return postprocess(transformed) - } - return null -} - -function upgradeGPLs (value) { - if ([ - 'GPL-1.0', 'LGPL-1.0', 'AGPL-1.0', - 'GPL-2.0', 'LGPL-2.0', 'AGPL-2.0', - 'LGPL-2.1' - ].indexOf(value) !== -1) { - return value + '-only' - } else if ([ - 'GPL-1.0+', 'GPL-2.0+', 'GPL-3.0+', - 'LGPL-2.0+', 'LGPL-2.1+', 'LGPL-3.0+', - 'AGPL-1.0+', 'AGPL-3.0+' - ].indexOf(value) !== -1) { - return value.replace(/\+$/, '-or-later') - } else if (['GPL-3.0', 'LGPL-3.0', 'AGPL-3.0'].indexOf(value) !== -1) { - return value + '-or-later' - } else { - return value - } -} diff --git a/software/flow/node_modules/npm/node_modules/spdx-correct/package.json b/software/flow/node_modules/npm/node_modules/spdx-correct/package.json deleted file mode 100644 index 35c68bd..0000000 --- a/software/flow/node_modules/npm/node_modules/spdx-correct/package.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "name": "spdx-correct", - "description": "correct invalid SPDX expressions", - "version": "3.1.1", - "author": "Kyle E. Mitchell <kyle@kemitchell.com> (https://kemitchell.com)", - "contributors": [ - "Kyle E. Mitchell <kyle@kemitchell.com> (https://kemitchell.com)", - "Christian Zommerfelds <aero_super@yahoo.com>", - "Tal Einat <taleinat@gmail.com>", - "Dan Butvinik <butvinik@outlook.com>" - ], - "dependencies": { - "spdx-expression-parse": "^3.0.0", - "spdx-license-ids": "^3.0.0" - }, - "devDependencies": { - "defence-cli": "^2.0.1", - "replace-require-self": "^1.0.0", - "standard": "^11.0.0", - "standard-markdown": "^4.0.2", - "tape": "^4.9.0" - }, - "files": [ - "index.js" - ], - "keywords": [ - "SPDX", - "law", - "legal", - "license", - "metadata" - ], - "license": "Apache-2.0", - "repository": "jslicense/spdx-correct.js", - "scripts": { - "lint": "standard && standard-markdown README.md", - "test": "defence README.md | replace-require-self | node && node test.js" - } -} diff --git a/software/flow/node_modules/npm/node_modules/spdx-exceptions/index.json b/software/flow/node_modules/npm/node_modules/spdx-exceptions/index.json deleted file mode 100644 index f88f088..0000000 --- a/software/flow/node_modules/npm/node_modules/spdx-exceptions/index.json +++ /dev/null @@ -1,40 +0,0 @@ -[ - "389-exception", - "Autoconf-exception-2.0", - "Autoconf-exception-3.0", - "Bison-exception-2.2", - "Bootloader-exception", - "Classpath-exception-2.0", - "CLISP-exception-2.0", - "DigiRule-FOSS-exception", - "eCos-exception-2.0", - "Fawkes-Runtime-exception", - "FLTK-exception", - "Font-exception-2.0", - "freertos-exception-2.0", - "GCC-exception-2.0", - "GCC-exception-3.1", - "gnu-javamail-exception", - "GPL-3.0-linking-exception", - "GPL-3.0-linking-source-exception", - "GPL-CC-1.0", - "i2p-gpl-java-exception", - "Libtool-exception", - "Linux-syscall-note", - "LLVM-exception", - "LZMA-exception", - "mif-exception", - "Nokia-Qt-exception-1.1", - "OCaml-LGPL-linking-exception", - "OCCT-exception-1.0", - "OpenJDK-assembly-exception-1.0", - "openvpn-openssl-exception", - "PS-or-PDF-font-exception-20170817", - "Qt-GPL-exception-1.0", - "Qt-LGPL-exception-1.1", - "Qwt-exception-1.0", - "Swift-exception", - "u-boot-exception-2.0", - "Universal-FOSS-exception-1.0", - "WxWindows-exception-3.1" -] diff --git a/software/flow/node_modules/npm/node_modules/spdx-exceptions/package.json b/software/flow/node_modules/npm/node_modules/spdx-exceptions/package.json deleted file mode 100644 index 2bafc6a..0000000 --- a/software/flow/node_modules/npm/node_modules/spdx-exceptions/package.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "name": "spdx-exceptions", - "description": "list of SPDX standard license exceptions", - "version": "2.3.0", - "author": "The Linux Foundation", - "contributors": [ - "Kyle E. Mitchell <kyle@kemitchell.com> (https://kemitchell.com/)" - ], - "license": "CC-BY-3.0", - "repository": "kemitchell/spdx-exceptions.json", - "files": [ - "index.json" - ], - "scripts": { - "build": "node build.js" - } -} diff --git a/software/flow/node_modules/npm/node_modules/spdx-expression-parse/AUTHORS b/software/flow/node_modules/npm/node_modules/spdx-expression-parse/AUTHORS deleted file mode 100644 index 257a76b..0000000 --- a/software/flow/node_modules/npm/node_modules/spdx-expression-parse/AUTHORS +++ /dev/null @@ -1,4 +0,0 @@ -C. Scott Ananian <cscott@cscott.net> (http://cscott.net) -Kyle E. Mitchell <kyle@kemitchell.com> (https://kemitchell.com) -Shinnosuke Watanabe <snnskwtnb@gmail.com> -Antoine Motet <antoine.motet@gmail.com> diff --git a/software/flow/node_modules/npm/node_modules/spdx-expression-parse/LICENSE b/software/flow/node_modules/npm/node_modules/spdx-expression-parse/LICENSE deleted file mode 100644 index 831618e..0000000 --- a/software/flow/node_modules/npm/node_modules/spdx-expression-parse/LICENSE +++ /dev/null @@ -1,22 +0,0 @@ -The MIT License - -Copyright (c) 2015 Kyle E. Mitchell & other authors listed in AUTHORS - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be included -in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/spdx-expression-parse/index.js b/software/flow/node_modules/npm/node_modules/spdx-expression-parse/index.js deleted file mode 100644 index 52fab56..0000000 --- a/software/flow/node_modules/npm/node_modules/spdx-expression-parse/index.js +++ /dev/null @@ -1,8 +0,0 @@ -'use strict' - -var scan = require('./scan') -var parse = require('./parse') - -module.exports = function (source) { - return parse(scan(source)) -} diff --git a/software/flow/node_modules/npm/node_modules/spdx-expression-parse/package.json b/software/flow/node_modules/npm/node_modules/spdx-expression-parse/package.json deleted file mode 100644 index c9edc9f..0000000 --- a/software/flow/node_modules/npm/node_modules/spdx-expression-parse/package.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "name": "spdx-expression-parse", - "description": "parse SPDX license expressions", - "version": "3.0.1", - "author": "Kyle E. Mitchell <kyle@kemitchell.com> (https://kemitchell.com)", - "files": [ - "AUTHORS", - "index.js", - "parse.js", - "scan.js" - ], - "dependencies": { - "spdx-exceptions": "^2.1.0", - "spdx-license-ids": "^3.0.0" - }, - "devDependencies": { - "defence-cli": "^3.0.1", - "replace-require-self": "^1.0.0", - "standard": "^14.1.0" - }, - "keywords": [ - "SPDX", - "law", - "legal", - "license", - "metadata", - "package", - "package.json", - "standards" - ], - "license": "MIT", - "repository": "jslicense/spdx-expression-parse.js", - "scripts": { - "lint": "standard", - "test:readme": "defence -i javascript README.md | replace-require-self | node", - "test:suite": "node test.js", - "test": "npm run test:suite && npm run test:readme" - } -} diff --git a/software/flow/node_modules/npm/node_modules/spdx-expression-parse/parse.js b/software/flow/node_modules/npm/node_modules/spdx-expression-parse/parse.js deleted file mode 100644 index 5a00b45..0000000 --- a/software/flow/node_modules/npm/node_modules/spdx-expression-parse/parse.js +++ /dev/null @@ -1,138 +0,0 @@ -'use strict' - -// The ABNF grammar in the spec is totally ambiguous. -// -// This parser follows the operator precedence defined in the -// `Order of Precedence and Parentheses` section. - -module.exports = function (tokens) { - var index = 0 - - function hasMore () { - return index < tokens.length - } - - function token () { - return hasMore() ? tokens[index] : null - } - - function next () { - if (!hasMore()) { - throw new Error() - } - index++ - } - - function parseOperator (operator) { - var t = token() - if (t && t.type === 'OPERATOR' && operator === t.string) { - next() - return t.string - } - } - - function parseWith () { - if (parseOperator('WITH')) { - var t = token() - if (t && t.type === 'EXCEPTION') { - next() - return t.string - } - throw new Error('Expected exception after `WITH`') - } - } - - function parseLicenseRef () { - // TODO: Actually, everything is concatenated into one string - // for backward-compatibility but it could be better to return - // a nice structure. - var begin = index - var string = '' - var t = token() - if (t.type === 'DOCUMENTREF') { - next() - string += 'DocumentRef-' + t.string + ':' - if (!parseOperator(':')) { - throw new Error('Expected `:` after `DocumentRef-...`') - } - } - t = token() - if (t.type === 'LICENSEREF') { - next() - string += 'LicenseRef-' + t.string - return { license: string } - } - index = begin - } - - function parseLicense () { - var t = token() - if (t && t.type === 'LICENSE') { - next() - var node = { license: t.string } - if (parseOperator('+')) { - node.plus = true - } - var exception = parseWith() - if (exception) { - node.exception = exception - } - return node - } - } - - function parseParenthesizedExpression () { - var left = parseOperator('(') - if (!left) { - return - } - - var expr = parseExpression() - - if (!parseOperator(')')) { - throw new Error('Expected `)`') - } - - return expr - } - - function parseAtom () { - return ( - parseParenthesizedExpression() || - parseLicenseRef() || - parseLicense() - ) - } - - function makeBinaryOpParser (operator, nextParser) { - return function parseBinaryOp () { - var left = nextParser() - if (!left) { - return - } - - if (!parseOperator(operator)) { - return left - } - - var right = parseBinaryOp() - if (!right) { - throw new Error('Expected expression') - } - return { - left: left, - conjunction: operator.toLowerCase(), - right: right - } - } - } - - var parseAnd = makeBinaryOpParser('AND', parseAtom) - var parseExpression = makeBinaryOpParser('OR', parseAnd) - - var node = parseExpression() - if (!node || hasMore()) { - throw new Error('Syntax error') - } - return node -} diff --git a/software/flow/node_modules/npm/node_modules/spdx-expression-parse/scan.js b/software/flow/node_modules/npm/node_modules/spdx-expression-parse/scan.js deleted file mode 100644 index b74fce2..0000000 --- a/software/flow/node_modules/npm/node_modules/spdx-expression-parse/scan.js +++ /dev/null @@ -1,131 +0,0 @@ -'use strict' - -var licenses = [] - .concat(require('spdx-license-ids')) - .concat(require('spdx-license-ids/deprecated')) -var exceptions = require('spdx-exceptions') - -module.exports = function (source) { - var index = 0 - - function hasMore () { - return index < source.length - } - - // `value` can be a regexp or a string. - // If it is recognized, the matching source string is returned and - // the index is incremented. Otherwise `undefined` is returned. - function read (value) { - if (value instanceof RegExp) { - var chars = source.slice(index) - var match = chars.match(value) - if (match) { - index += match[0].length - return match[0] - } - } else { - if (source.indexOf(value, index) === index) { - index += value.length - return value - } - } - } - - function skipWhitespace () { - read(/[ ]*/) - } - - function operator () { - var string - var possibilities = ['WITH', 'AND', 'OR', '(', ')', ':', '+'] - for (var i = 0; i < possibilities.length; i++) { - string = read(possibilities[i]) - if (string) { - break - } - } - - if (string === '+' && index > 1 && source[index - 2] === ' ') { - throw new Error('Space before `+`') - } - - return string && { - type: 'OPERATOR', - string: string - } - } - - function idstring () { - return read(/[A-Za-z0-9-.]+/) - } - - function expectIdstring () { - var string = idstring() - if (!string) { - throw new Error('Expected idstring at offset ' + index) - } - return string - } - - function documentRef () { - if (read('DocumentRef-')) { - var string = expectIdstring() - return { type: 'DOCUMENTREF', string: string } - } - } - - function licenseRef () { - if (read('LicenseRef-')) { - var string = expectIdstring() - return { type: 'LICENSEREF', string: string } - } - } - - function identifier () { - var begin = index - var string = idstring() - - if (licenses.indexOf(string) !== -1) { - return { - type: 'LICENSE', - string: string - } - } else if (exceptions.indexOf(string) !== -1) { - return { - type: 'EXCEPTION', - string: string - } - } - - index = begin - } - - // Tries to read the next token. Returns `undefined` if no token is - // recognized. - function parseToken () { - // Ordering matters - return ( - operator() || - documentRef() || - licenseRef() || - identifier() - ) - } - - var tokens = [] - while (hasMore()) { - skipWhitespace() - if (!hasMore()) { - break - } - - var token = parseToken() - if (!token) { - throw new Error('Unexpected `' + source[index] + - '` at offset ' + index) - } - - tokens.push(token) - } - return tokens -} diff --git a/software/flow/node_modules/npm/node_modules/spdx-license-ids/deprecated.json b/software/flow/node_modules/npm/node_modules/spdx-license-ids/deprecated.json deleted file mode 100644 index 278531e..0000000 --- a/software/flow/node_modules/npm/node_modules/spdx-license-ids/deprecated.json +++ /dev/null @@ -1,27 +0,0 @@ -[ - "AGPL-1.0", - "AGPL-3.0", - "BSD-2-Clause-FreeBSD", - "BSD-2-Clause-NetBSD", - "GFDL-1.1", - "GFDL-1.2", - "GFDL-1.3", - "GPL-1.0", - "GPL-2.0", - "GPL-2.0-with-GCC-exception", - "GPL-2.0-with-autoconf-exception", - "GPL-2.0-with-bison-exception", - "GPL-2.0-with-classpath-exception", - "GPL-2.0-with-font-exception", - "GPL-3.0", - "GPL-3.0-with-GCC-exception", - "GPL-3.0-with-autoconf-exception", - "LGPL-2.0", - "LGPL-2.1", - "LGPL-3.0", - "Nunit", - "StandardML-NJ", - "bzip2-1.0.5", - "eCos-2.0", - "wxWindows" -] diff --git a/software/flow/node_modules/npm/node_modules/spdx-license-ids/index.json b/software/flow/node_modules/npm/node_modules/spdx-license-ids/index.json deleted file mode 100644 index fdd78fa..0000000 --- a/software/flow/node_modules/npm/node_modules/spdx-license-ids/index.json +++ /dev/null @@ -1,467 +0,0 @@ -[ - "0BSD", - "AAL", - "ADSL", - "AFL-1.1", - "AFL-1.2", - "AFL-2.0", - "AFL-2.1", - "AFL-3.0", - "AGPL-1.0-only", - "AGPL-1.0-or-later", - "AGPL-3.0-only", - "AGPL-3.0-or-later", - "AMDPLPA", - "AML", - "AMPAS", - "ANTLR-PD", - "ANTLR-PD-fallback", - "APAFML", - "APL-1.0", - "APSL-1.0", - "APSL-1.1", - "APSL-1.2", - "APSL-2.0", - "Abstyles", - "Adobe-2006", - "Adobe-Glyph", - "Afmparse", - "Aladdin", - "Apache-1.0", - "Apache-1.1", - "Apache-2.0", - "App-s2p", - "Arphic-1999", - "Artistic-1.0", - "Artistic-1.0-Perl", - "Artistic-1.0-cl8", - "Artistic-2.0", - "BSD-1-Clause", - "BSD-2-Clause", - "BSD-2-Clause-Patent", - "BSD-2-Clause-Views", - "BSD-3-Clause", - "BSD-3-Clause-Attribution", - "BSD-3-Clause-Clear", - "BSD-3-Clause-LBNL", - "BSD-3-Clause-Modification", - "BSD-3-Clause-No-Military-License", - "BSD-3-Clause-No-Nuclear-License", - "BSD-3-Clause-No-Nuclear-License-2014", - "BSD-3-Clause-No-Nuclear-Warranty", - "BSD-3-Clause-Open-MPI", - "BSD-4-Clause", - "BSD-4-Clause-Shortened", - "BSD-4-Clause-UC", - "BSD-Protection", - "BSD-Source-Code", - "BSL-1.0", - "BUSL-1.1", - "Baekmuk", - "Bahyph", - "Barr", - "Beerware", - "BitTorrent-1.0", - "BitTorrent-1.1", - "Bitstream-Vera", - "BlueOak-1.0.0", - "Borceux", - "C-UDA-1.0", - "CAL-1.0", - "CAL-1.0-Combined-Work-Exception", - "CATOSL-1.1", - "CC-BY-1.0", - "CC-BY-2.0", - "CC-BY-2.5", - "CC-BY-2.5-AU", - "CC-BY-3.0", - "CC-BY-3.0-AT", - "CC-BY-3.0-DE", - "CC-BY-3.0-IGO", - "CC-BY-3.0-NL", - "CC-BY-3.0-US", - "CC-BY-4.0", - "CC-BY-NC-1.0", - "CC-BY-NC-2.0", - "CC-BY-NC-2.5", - "CC-BY-NC-3.0", - "CC-BY-NC-3.0-DE", - "CC-BY-NC-4.0", - "CC-BY-NC-ND-1.0", - "CC-BY-NC-ND-2.0", - "CC-BY-NC-ND-2.5", - "CC-BY-NC-ND-3.0", - "CC-BY-NC-ND-3.0-DE", - "CC-BY-NC-ND-3.0-IGO", - "CC-BY-NC-ND-4.0", - "CC-BY-NC-SA-1.0", - "CC-BY-NC-SA-2.0", - "CC-BY-NC-SA-2.0-FR", - "CC-BY-NC-SA-2.0-UK", - "CC-BY-NC-SA-2.5", - "CC-BY-NC-SA-3.0", - "CC-BY-NC-SA-3.0-DE", - "CC-BY-NC-SA-3.0-IGO", - "CC-BY-NC-SA-4.0", - "CC-BY-ND-1.0", - "CC-BY-ND-2.0", - "CC-BY-ND-2.5", - "CC-BY-ND-3.0", - "CC-BY-ND-3.0-DE", - "CC-BY-ND-4.0", - "CC-BY-SA-1.0", - "CC-BY-SA-2.0", - "CC-BY-SA-2.0-UK", - "CC-BY-SA-2.1-JP", - "CC-BY-SA-2.5", - "CC-BY-SA-3.0", - "CC-BY-SA-3.0-AT", - "CC-BY-SA-3.0-DE", - "CC-BY-SA-4.0", - "CC-PDDC", - "CC0-1.0", - "CDDL-1.0", - "CDDL-1.1", - "CDL-1.0", - "CDLA-Permissive-1.0", - "CDLA-Permissive-2.0", - "CDLA-Sharing-1.0", - "CECILL-1.0", - "CECILL-1.1", - "CECILL-2.0", - "CECILL-2.1", - "CECILL-B", - "CECILL-C", - "CERN-OHL-1.1", - "CERN-OHL-1.2", - "CERN-OHL-P-2.0", - "CERN-OHL-S-2.0", - "CERN-OHL-W-2.0", - "CNRI-Jython", - "CNRI-Python", - "CNRI-Python-GPL-Compatible", - "COIL-1.0", - "CPAL-1.0", - "CPL-1.0", - "CPOL-1.02", - "CUA-OPL-1.0", - "Caldera", - "ClArtistic", - "Community-Spec-1.0", - "Condor-1.1", - "Crossword", - "CrystalStacker", - "Cube", - "D-FSL-1.0", - "DL-DE-BY-2.0", - "DOC", - "DRL-1.0", - "DSDP", - "Dotseqn", - "ECL-1.0", - "ECL-2.0", - "EFL-1.0", - "EFL-2.0", - "EPICS", - "EPL-1.0", - "EPL-2.0", - "EUDatagrid", - "EUPL-1.0", - "EUPL-1.1", - "EUPL-1.2", - "Elastic-2.0", - "Entessa", - "ErlPL-1.1", - "Eurosym", - "FDK-AAC", - "FSFAP", - "FSFUL", - "FSFULLR", - "FTL", - "Fair", - "Frameworx-1.0", - "FreeBSD-DOC", - "FreeImage", - "GD", - "GFDL-1.1-invariants-only", - "GFDL-1.1-invariants-or-later", - "GFDL-1.1-no-invariants-only", - "GFDL-1.1-no-invariants-or-later", - "GFDL-1.1-only", - "GFDL-1.1-or-later", - "GFDL-1.2-invariants-only", - "GFDL-1.2-invariants-or-later", - "GFDL-1.2-no-invariants-only", - "GFDL-1.2-no-invariants-or-later", - "GFDL-1.2-only", - "GFDL-1.2-or-later", - "GFDL-1.3-invariants-only", - "GFDL-1.3-invariants-or-later", - "GFDL-1.3-no-invariants-only", - "GFDL-1.3-no-invariants-or-later", - "GFDL-1.3-only", - "GFDL-1.3-or-later", - "GL2PS", - "GLWTPL", - "GPL-1.0-only", - "GPL-1.0-or-later", - "GPL-2.0-only", - "GPL-2.0-or-later", - "GPL-3.0-only", - "GPL-3.0-or-later", - "Giftware", - "Glide", - "Glulxe", - "HPND", - "HPND-sell-variant", - "HTMLTIDY", - "HaskellReport", - "Hippocratic-2.1", - "IBM-pibs", - "ICU", - "IJG", - "IPA", - "IPL-1.0", - "ISC", - "ImageMagick", - "Imlib2", - "Info-ZIP", - "Intel", - "Intel-ACPI", - "Interbase-1.0", - "JPNIC", - "JSON", - "Jam", - "JasPer-2.0", - "LAL-1.2", - "LAL-1.3", - "LGPL-2.0-only", - "LGPL-2.0-or-later", - "LGPL-2.1-only", - "LGPL-2.1-or-later", - "LGPL-3.0-only", - "LGPL-3.0-or-later", - "LGPLLR", - "LPL-1.0", - "LPL-1.02", - "LPPL-1.0", - "LPPL-1.1", - "LPPL-1.2", - "LPPL-1.3a", - "LPPL-1.3c", - "LZMA-SDK-9.11-to-9.20", - "LZMA-SDK-9.22", - "Latex2e", - "Leptonica", - "LiLiQ-P-1.1", - "LiLiQ-R-1.1", - "LiLiQ-Rplus-1.1", - "Libpng", - "Linux-OpenIB", - "Linux-man-pages-copyleft", - "MIT", - "MIT-0", - "MIT-CMU", - "MIT-Modern-Variant", - "MIT-advertising", - "MIT-enna", - "MIT-feh", - "MIT-open-group", - "MITNFA", - "MPL-1.0", - "MPL-1.1", - "MPL-2.0", - "MPL-2.0-no-copyleft-exception", - "MS-LPL", - "MS-PL", - "MS-RL", - "MTLL", - "MakeIndex", - "Minpack", - "MirOS", - "Motosoto", - "MulanPSL-1.0", - "MulanPSL-2.0", - "Multics", - "Mup", - "NAIST-2003", - "NASA-1.3", - "NBPL-1.0", - "NCGL-UK-2.0", - "NCSA", - "NGPL", - "NICTA-1.0", - "NIST-PD", - "NIST-PD-fallback", - "NLOD-1.0", - "NLOD-2.0", - "NLPL", - "NOSL", - "NPL-1.0", - "NPL-1.1", - "NPOSL-3.0", - "NRL", - "NTP", - "NTP-0", - "Naumen", - "Net-SNMP", - "NetCDF", - "Newsletr", - "Nokia", - "Noweb", - "O-UDA-1.0", - "OCCT-PL", - "OCLC-2.0", - "ODC-By-1.0", - "ODbL-1.0", - "OFL-1.0", - "OFL-1.0-RFN", - "OFL-1.0-no-RFN", - "OFL-1.1", - "OFL-1.1-RFN", - "OFL-1.1-no-RFN", - "OGC-1.0", - "OGDL-Taiwan-1.0", - "OGL-Canada-2.0", - "OGL-UK-1.0", - "OGL-UK-2.0", - "OGL-UK-3.0", - "OGTSL", - "OLDAP-1.1", - "OLDAP-1.2", - "OLDAP-1.3", - "OLDAP-1.4", - "OLDAP-2.0", - "OLDAP-2.0.1", - "OLDAP-2.1", - "OLDAP-2.2", - "OLDAP-2.2.1", - "OLDAP-2.2.2", - "OLDAP-2.3", - "OLDAP-2.4", - "OLDAP-2.5", - "OLDAP-2.6", - "OLDAP-2.7", - "OLDAP-2.8", - "OML", - "OPL-1.0", - "OPUBL-1.0", - "OSET-PL-2.1", - "OSL-1.0", - "OSL-1.1", - "OSL-2.0", - "OSL-2.1", - "OSL-3.0", - "OpenSSL", - "PDDL-1.0", - "PHP-3.0", - "PHP-3.01", - "PSF-2.0", - "Parity-6.0.0", - "Parity-7.0.0", - "Plexus", - "PolyForm-Noncommercial-1.0.0", - "PolyForm-Small-Business-1.0.0", - "PostgreSQL", - "Python-2.0", - "Python-2.0.1", - "QPL-1.0", - "Qhull", - "RHeCos-1.1", - "RPL-1.1", - "RPL-1.5", - "RPSL-1.0", - "RSA-MD", - "RSCPL", - "Rdisc", - "Ruby", - "SAX-PD", - "SCEA", - "SGI-B-1.0", - "SGI-B-1.1", - "SGI-B-2.0", - "SHL-0.5", - "SHL-0.51", - "SISSL", - "SISSL-1.2", - "SMLNJ", - "SMPPL", - "SNIA", - "SPL-1.0", - "SSH-OpenSSH", - "SSH-short", - "SSPL-1.0", - "SWL", - "Saxpath", - "SchemeReport", - "Sendmail", - "Sendmail-8.23", - "SimPL-2.0", - "Sleepycat", - "Spencer-86", - "Spencer-94", - "Spencer-99", - "SugarCRM-1.1.3", - "TAPR-OHL-1.0", - "TCL", - "TCP-wrappers", - "TMate", - "TORQUE-1.1", - "TOSL", - "TU-Berlin-1.0", - "TU-Berlin-2.0", - "UCL-1.0", - "UPL-1.0", - "Unicode-DFS-2015", - "Unicode-DFS-2016", - "Unicode-TOU", - "Unlicense", - "VOSTROM", - "VSL-1.0", - "Vim", - "W3C", - "W3C-19980720", - "W3C-20150513", - "WTFPL", - "Watcom-1.0", - "Wsuipa", - "X11", - "X11-distribute-modifications-variant", - "XFree86-1.1", - "XSkat", - "Xerox", - "Xnet", - "YPL-1.0", - "YPL-1.1", - "ZPL-1.1", - "ZPL-2.0", - "ZPL-2.1", - "Zed", - "Zend-2.0", - "Zimbra-1.3", - "Zimbra-1.4", - "Zlib", - "blessing", - "bzip2-1.0.6", - "copyleft-next-0.3.0", - "copyleft-next-0.3.1", - "curl", - "diffmark", - "dvipdfm", - "eGenix", - "etalab-2.0", - "gSOAP-1.3b", - "gnuplot", - "iMatix", - "libpng-2.0", - "libselinux-1.0", - "libtiff", - "mpi-permissive", - "mpich2", - "mplus", - "psfrag", - "psutils", - "xinetd", - "xpp", - "zlib-acknowledgement" -] diff --git a/software/flow/node_modules/npm/node_modules/spdx-license-ids/package.json b/software/flow/node_modules/npm/node_modules/spdx-license-ids/package.json deleted file mode 100644 index e3622fc..0000000 --- a/software/flow/node_modules/npm/node_modules/spdx-license-ids/package.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "name": "spdx-license-ids", - "version": "3.0.12", - "description": "A list of SPDX license identifiers", - "repository": "jslicense/spdx-license-ids", - "author": "Shinnosuke Watanabe (https://github.com/shinnn)", - "license": "CC0-1.0", - "scripts": { - "build": "node build.js", - "pretest": "eslint .", - "latest": "node latest.js", - "test": "node test.js" - }, - "files": [ - "deprecated.json", - "index.json" - ], - "keywords": [ - "spdx", - "license", - "licenses", - "id", - "identifier", - "identifiers", - "json", - "array", - "oss" - ], - "devDependencies": { - "@shinnn/eslint-config": "^7.0.0", - "eslint": "^8.2.0", - "eslint-formatter-codeframe": "^7.32.1", - "rmfr": "^2.0.0", - "tape": "^5.3.1" - }, - "eslintConfig": { - "extends": "@shinnn" - } -} diff --git a/software/flow/node_modules/npm/node_modules/ssri/LICENSE.md b/software/flow/node_modules/npm/node_modules/ssri/LICENSE.md deleted file mode 100644 index e335388..0000000 --- a/software/flow/node_modules/npm/node_modules/ssri/LICENSE.md +++ /dev/null @@ -1,16 +0,0 @@ -ISC License - -Copyright 2021 (c) npm, Inc. - -Permission to use, copy, modify, and/or distribute this software for -any purpose with or without fee is hereby granted, provided that the -above copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE COPYRIGHT HOLDER DISCLAIMS -ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE -COPYRIGHT HOLDER BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR -CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS -OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE -OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE -USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/ssri/lib/index.js b/software/flow/node_modules/npm/node_modules/ssri/lib/index.js deleted file mode 100644 index 222861a..0000000 --- a/software/flow/node_modules/npm/node_modules/ssri/lib/index.js +++ /dev/null @@ -1,527 +0,0 @@ -'use strict' - -const crypto = require('crypto') -const MiniPass = require('minipass') - -const SPEC_ALGORITHMS = ['sha256', 'sha384', 'sha512'] - -// TODO: this should really be a hardcoded list of algorithms we support, -// rather than [a-z0-9]. -const BASE64_REGEX = /^[a-z0-9+/]+(?:=?=?)$/i -const SRI_REGEX = /^([a-z0-9]+)-([^?]+)([?\S*]*)$/ -const STRICT_SRI_REGEX = /^([a-z0-9]+)-([A-Za-z0-9+/=]{44,88})(\?[\x21-\x7E]*)?$/ -const VCHAR_REGEX = /^[\x21-\x7E]+$/ - -const defaultOpts = { - algorithms: ['sha512'], - error: false, - options: [], - pickAlgorithm: getPrioritizedHash, - sep: ' ', - single: false, - strict: false, -} - -const ssriOpts = (opts = {}) => ({ ...defaultOpts, ...opts }) - -const getOptString = options => !options || !options.length - ? '' - : `?${options.join('?')}` - -const _onEnd = Symbol('_onEnd') -const _getOptions = Symbol('_getOptions') -const _emittedSize = Symbol('_emittedSize') -const _emittedIntegrity = Symbol('_emittedIntegrity') -const _emittedVerified = Symbol('_emittedVerified') - -class IntegrityStream extends MiniPass { - constructor (opts) { - super() - this.size = 0 - this.opts = opts - - // may be overridden later, but set now for class consistency - this[_getOptions]() - - // options used for calculating stream. can't be changed. - const { algorithms = defaultOpts.algorithms } = opts - this.algorithms = Array.from( - new Set(algorithms.concat(this.algorithm ? [this.algorithm] : [])) - ) - this.hashes = this.algorithms.map(crypto.createHash) - } - - [_getOptions] () { - const { - integrity, - size, - options, - } = { ...defaultOpts, ...this.opts } - - // For verification - this.sri = integrity ? parse(integrity, this.opts) : null - this.expectedSize = size - this.goodSri = this.sri ? !!Object.keys(this.sri).length : false - this.algorithm = this.goodSri ? this.sri.pickAlgorithm(this.opts) : null - this.digests = this.goodSri ? this.sri[this.algorithm] : null - this.optString = getOptString(options) - } - - on (ev, handler) { - if (ev === 'size' && this[_emittedSize]) { - return handler(this[_emittedSize]) - } - - if (ev === 'integrity' && this[_emittedIntegrity]) { - return handler(this[_emittedIntegrity]) - } - - if (ev === 'verified' && this[_emittedVerified]) { - return handler(this[_emittedVerified]) - } - - return super.on(ev, handler) - } - - emit (ev, data) { - if (ev === 'end') { - this[_onEnd]() - } - return super.emit(ev, data) - } - - write (data) { - this.size += data.length - this.hashes.forEach(h => h.update(data)) - return super.write(data) - } - - [_onEnd] () { - if (!this.goodSri) { - this[_getOptions]() - } - const newSri = parse(this.hashes.map((h, i) => { - return `${this.algorithms[i]}-${h.digest('base64')}${this.optString}` - }).join(' '), this.opts) - // Integrity verification mode - const match = this.goodSri && newSri.match(this.sri, this.opts) - if (typeof this.expectedSize === 'number' && this.size !== this.expectedSize) { - /* eslint-disable-next-line max-len */ - const err = new Error(`stream size mismatch when checking ${this.sri}.\n Wanted: ${this.expectedSize}\n Found: ${this.size}`) - err.code = 'EBADSIZE' - err.found = this.size - err.expected = this.expectedSize - err.sri = this.sri - this.emit('error', err) - } else if (this.sri && !match) { - /* eslint-disable-next-line max-len */ - const err = new Error(`${this.sri} integrity checksum failed when using ${this.algorithm}: wanted ${this.digests} but got ${newSri}. (${this.size} bytes)`) - err.code = 'EINTEGRITY' - err.found = newSri - err.expected = this.digests - err.algorithm = this.algorithm - err.sri = this.sri - this.emit('error', err) - } else { - this[_emittedSize] = this.size - this.emit('size', this.size) - this[_emittedIntegrity] = newSri - this.emit('integrity', newSri) - if (match) { - this[_emittedVerified] = match - this.emit('verified', match) - } - } - } -} - -class Hash { - get isHash () { - return true - } - - constructor (hash, opts) { - opts = ssriOpts(opts) - const strict = !!opts.strict - this.source = hash.trim() - - // set default values so that we make V8 happy to - // always see a familiar object template. - this.digest = '' - this.algorithm = '' - this.options = [] - - // 3.1. Integrity metadata (called "Hash" by ssri) - // https://w3c.github.io/webappsec-subresource-integrity/#integrity-metadata-description - const match = this.source.match( - strict - ? STRICT_SRI_REGEX - : SRI_REGEX - ) - if (!match) { - return - } - if (strict && !SPEC_ALGORITHMS.some(a => a === match[1])) { - return - } - this.algorithm = match[1] - this.digest = match[2] - - const rawOpts = match[3] - if (rawOpts) { - this.options = rawOpts.slice(1).split('?') - } - } - - hexDigest () { - return this.digest && Buffer.from(this.digest, 'base64').toString('hex') - } - - toJSON () { - return this.toString() - } - - toString (opts) { - opts = ssriOpts(opts) - if (opts.strict) { - // Strict mode enforces the standard as close to the foot of the - // letter as it can. - if (!( - // The spec has very restricted productions for algorithms. - // https://www.w3.org/TR/CSP2/#source-list-syntax - SPEC_ALGORITHMS.some(x => x === this.algorithm) && - // Usually, if someone insists on using a "different" base64, we - // leave it as-is, since there's multiple standards, and the - // specified is not a URL-safe variant. - // https://www.w3.org/TR/CSP2/#base64_value - this.digest.match(BASE64_REGEX) && - // Option syntax is strictly visual chars. - // https://w3c.github.io/webappsec-subresource-integrity/#grammardef-option-expression - // https://tools.ietf.org/html/rfc5234#appendix-B.1 - this.options.every(opt => opt.match(VCHAR_REGEX)) - )) { - return '' - } - } - const options = this.options && this.options.length - ? `?${this.options.join('?')}` - : '' - return `${this.algorithm}-${this.digest}${options}` - } -} - -class Integrity { - get isIntegrity () { - return true - } - - toJSON () { - return this.toString() - } - - isEmpty () { - return Object.keys(this).length === 0 - } - - toString (opts) { - opts = ssriOpts(opts) - let sep = opts.sep || ' ' - if (opts.strict) { - // Entries must be separated by whitespace, according to spec. - sep = sep.replace(/\S+/g, ' ') - } - return Object.keys(this).map(k => { - return this[k].map(hash => { - return Hash.prototype.toString.call(hash, opts) - }).filter(x => x.length).join(sep) - }).filter(x => x.length).join(sep) - } - - concat (integrity, opts) { - opts = ssriOpts(opts) - const other = typeof integrity === 'string' - ? integrity - : stringify(integrity, opts) - return parse(`${this.toString(opts)} ${other}`, opts) - } - - hexDigest () { - return parse(this, { single: true }).hexDigest() - } - - // add additional hashes to an integrity value, but prevent - // *changing* an existing integrity hash. - merge (integrity, opts) { - opts = ssriOpts(opts) - const other = parse(integrity, opts) - for (const algo in other) { - if (this[algo]) { - if (!this[algo].find(hash => - other[algo].find(otherhash => - hash.digest === otherhash.digest))) { - throw new Error('hashes do not match, cannot update integrity') - } - } else { - this[algo] = other[algo] - } - } - } - - match (integrity, opts) { - opts = ssriOpts(opts) - const other = parse(integrity, opts) - if (!other) { - return false - } - const algo = other.pickAlgorithm(opts) - return ( - this[algo] && - other[algo] && - this[algo].find(hash => - other[algo].find(otherhash => - hash.digest === otherhash.digest - ) - ) - ) || false - } - - pickAlgorithm (opts) { - opts = ssriOpts(opts) - const pickAlgorithm = opts.pickAlgorithm - const keys = Object.keys(this) - return keys.reduce((acc, algo) => { - return pickAlgorithm(acc, algo) || acc - }) - } -} - -module.exports.parse = parse -function parse (sri, opts) { - if (!sri) { - return null - } - opts = ssriOpts(opts) - if (typeof sri === 'string') { - return _parse(sri, opts) - } else if (sri.algorithm && sri.digest) { - const fullSri = new Integrity() - fullSri[sri.algorithm] = [sri] - return _parse(stringify(fullSri, opts), opts) - } else { - return _parse(stringify(sri, opts), opts) - } -} - -function _parse (integrity, opts) { - // 3.4.3. Parse metadata - // https://w3c.github.io/webappsec-subresource-integrity/#parse-metadata - if (opts.single) { - return new Hash(integrity, opts) - } - const hashes = integrity.trim().split(/\s+/).reduce((acc, string) => { - const hash = new Hash(string, opts) - if (hash.algorithm && hash.digest) { - const algo = hash.algorithm - if (!acc[algo]) { - acc[algo] = [] - } - acc[algo].push(hash) - } - return acc - }, new Integrity()) - return hashes.isEmpty() ? null : hashes -} - -module.exports.stringify = stringify -function stringify (obj, opts) { - opts = ssriOpts(opts) - if (obj.algorithm && obj.digest) { - return Hash.prototype.toString.call(obj, opts) - } else if (typeof obj === 'string') { - return stringify(parse(obj, opts), opts) - } else { - return Integrity.prototype.toString.call(obj, opts) - } -} - -module.exports.fromHex = fromHex -function fromHex (hexDigest, algorithm, opts) { - opts = ssriOpts(opts) - const optString = getOptString(opts.options) - return parse( - `${algorithm}-${ - Buffer.from(hexDigest, 'hex').toString('base64') - }${optString}`, opts - ) -} - -module.exports.fromData = fromData -function fromData (data, opts) { - opts = ssriOpts(opts) - const algorithms = opts.algorithms - const optString = getOptString(opts.options) - return algorithms.reduce((acc, algo) => { - const digest = crypto.createHash(algo).update(data).digest('base64') - const hash = new Hash( - `${algo}-${digest}${optString}`, - opts - ) - /* istanbul ignore else - it would be VERY strange if the string we - * just calculated with an algo did not have an algo or digest. - */ - if (hash.algorithm && hash.digest) { - const hashAlgo = hash.algorithm - if (!acc[hashAlgo]) { - acc[hashAlgo] = [] - } - acc[hashAlgo].push(hash) - } - return acc - }, new Integrity()) -} - -module.exports.fromStream = fromStream -function fromStream (stream, opts) { - opts = ssriOpts(opts) - const istream = integrityStream(opts) - return new Promise((resolve, reject) => { - stream.pipe(istream) - stream.on('error', reject) - istream.on('error', reject) - let sri - istream.on('integrity', s => { - sri = s - }) - istream.on('end', () => resolve(sri)) - istream.on('data', () => {}) - }) -} - -module.exports.checkData = checkData -function checkData (data, sri, opts) { - opts = ssriOpts(opts) - sri = parse(sri, opts) - if (!sri || !Object.keys(sri).length) { - if (opts.error) { - throw Object.assign( - new Error('No valid integrity hashes to check against'), { - code: 'EINTEGRITY', - } - ) - } else { - return false - } - } - const algorithm = sri.pickAlgorithm(opts) - const digest = crypto.createHash(algorithm).update(data).digest('base64') - const newSri = parse({ algorithm, digest }) - const match = newSri.match(sri, opts) - if (match || !opts.error) { - return match - } else if (typeof opts.size === 'number' && (data.length !== opts.size)) { - /* eslint-disable-next-line max-len */ - const err = new Error(`data size mismatch when checking ${sri}.\n Wanted: ${opts.size}\n Found: ${data.length}`) - err.code = 'EBADSIZE' - err.found = data.length - err.expected = opts.size - err.sri = sri - throw err - } else { - /* eslint-disable-next-line max-len */ - const err = new Error(`Integrity checksum failed when using ${algorithm}: Wanted ${sri}, but got ${newSri}. (${data.length} bytes)`) - err.code = 'EINTEGRITY' - err.found = newSri - err.expected = sri - err.algorithm = algorithm - err.sri = sri - throw err - } -} - -module.exports.checkStream = checkStream -function checkStream (stream, sri, opts) { - opts = ssriOpts(opts) - opts.integrity = sri - sri = parse(sri, opts) - if (!sri || !Object.keys(sri).length) { - return Promise.reject(Object.assign( - new Error('No valid integrity hashes to check against'), { - code: 'EINTEGRITY', - } - )) - } - const checker = integrityStream(opts) - return new Promise((resolve, reject) => { - stream.pipe(checker) - stream.on('error', reject) - checker.on('error', reject) - let verified - checker.on('verified', s => { - verified = s - }) - checker.on('end', () => resolve(verified)) - checker.on('data', () => {}) - }) -} - -module.exports.integrityStream = integrityStream -function integrityStream (opts = {}) { - return new IntegrityStream(opts) -} - -module.exports.create = createIntegrity -function createIntegrity (opts) { - opts = ssriOpts(opts) - const algorithms = opts.algorithms - const optString = getOptString(opts.options) - - const hashes = algorithms.map(crypto.createHash) - - return { - update: function (chunk, enc) { - hashes.forEach(h => h.update(chunk, enc)) - return this - }, - digest: function (enc) { - const integrity = algorithms.reduce((acc, algo) => { - const digest = hashes.shift().digest('base64') - const hash = new Hash( - `${algo}-${digest}${optString}`, - opts - ) - /* istanbul ignore else - it would be VERY strange if the hash we - * just calculated with an algo did not have an algo or digest. - */ - if (hash.algorithm && hash.digest) { - const hashAlgo = hash.algorithm - if (!acc[hashAlgo]) { - acc[hashAlgo] = [] - } - acc[hashAlgo].push(hash) - } - return acc - }, new Integrity()) - - return integrity - }, - } -} - -const NODE_HASHES = new Set(crypto.getHashes()) - -// This is a Best Effort™ at a reasonable priority for hash algos -const DEFAULT_PRIORITY = [ - 'md5', 'whirlpool', 'sha1', 'sha224', 'sha256', 'sha384', 'sha512', - // TODO - it's unclear _which_ of these Node will actually use as its name - // for the algorithm, so we guesswork it based on the OpenSSL names. - 'sha3', - 'sha3-256', 'sha3-384', 'sha3-512', - 'sha3_256', 'sha3_384', 'sha3_512', -].filter(algo => NODE_HASHES.has(algo)) - -function getPrioritizedHash (algo1, algo2) { - /* eslint-disable-next-line max-len */ - return DEFAULT_PRIORITY.indexOf(algo1.toLowerCase()) >= DEFAULT_PRIORITY.indexOf(algo2.toLowerCase()) - ? algo1 - : algo2 -} diff --git a/software/flow/node_modules/npm/node_modules/ssri/package.json b/software/flow/node_modules/npm/node_modules/ssri/package.json deleted file mode 100644 index 65b14bc..0000000 --- a/software/flow/node_modules/npm/node_modules/ssri/package.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "name": "ssri", - "version": "10.0.1", - "description": "Standard Subresource Integrity library -- parses, serializes, generates, and verifies integrity metadata according to the SRI spec.", - "main": "lib/index.js", - "files": [ - "bin/", - "lib/" - ], - "scripts": { - "prerelease": "npm t", - "postrelease": "npm publish", - "posttest": "npm run lint", - "test": "tap", - "coverage": "tap", - "lint": "eslint \"**/*.js\"", - "postlint": "template-oss-check", - "template-oss-apply": "template-oss-apply --force", - "lintfix": "npm run lint -- --fix", - "snap": "tap" - }, - "tap": { - "check-coverage": true, - "nyc-arg": [ - "--exclude", - "tap-snapshots/**" - ] - }, - "repository": { - "type": "git", - "url": "https://github.com/npm/ssri.git" - }, - "keywords": [ - "w3c", - "web", - "security", - "integrity", - "checksum", - "hashing", - "subresource integrity", - "sri", - "sri hash", - "sri string", - "sri generator", - "html" - ], - "author": "GitHub Inc.", - "license": "ISC", - "dependencies": { - "minipass": "^4.0.0" - }, - "devDependencies": { - "@npmcli/eslint-config": "^4.0.0", - "@npmcli/template-oss": "4.10.0", - "tap": "^16.0.1" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.10.0" - } -} diff --git a/software/flow/node_modules/npm/node_modules/string-width/index.d.ts b/software/flow/node_modules/npm/node_modules/string-width/index.d.ts deleted file mode 100644 index 12b5309..0000000 --- a/software/flow/node_modules/npm/node_modules/string-width/index.d.ts +++ /dev/null @@ -1,29 +0,0 @@ -declare const stringWidth: { - /** - Get the visual width of a string - the number of columns required to display it. - - Some Unicode characters are [fullwidth](https://en.wikipedia.org/wiki/Halfwidth_and_fullwidth_forms) and use double the normal width. [ANSI escape codes](https://en.wikipedia.org/wiki/ANSI_escape_code) are stripped and doesn't affect the width. - - @example - ``` - import stringWidth = require('string-width'); - - stringWidth('a'); - //=> 1 - - stringWidth('古'); - //=> 2 - - stringWidth('\u001B[1m古\u001B[22m'); - //=> 2 - ``` - */ - (string: string): number; - - // TODO: remove this in the next major version, refactor the whole definition to: - // declare function stringWidth(string: string): number; - // export = stringWidth; - default: typeof stringWidth; -} - -export = stringWidth; diff --git a/software/flow/node_modules/npm/node_modules/string-width/index.js b/software/flow/node_modules/npm/node_modules/string-width/index.js deleted file mode 100644 index f4d261a..0000000 --- a/software/flow/node_modules/npm/node_modules/string-width/index.js +++ /dev/null @@ -1,47 +0,0 @@ -'use strict'; -const stripAnsi = require('strip-ansi'); -const isFullwidthCodePoint = require('is-fullwidth-code-point'); -const emojiRegex = require('emoji-regex'); - -const stringWidth = string => { - if (typeof string !== 'string' || string.length === 0) { - return 0; - } - - string = stripAnsi(string); - - if (string.length === 0) { - return 0; - } - - string = string.replace(emojiRegex(), ' '); - - let width = 0; - - for (let i = 0; i < string.length; i++) { - const code = string.codePointAt(i); - - // Ignore control characters - if (code <= 0x1F || (code >= 0x7F && code <= 0x9F)) { - continue; - } - - // Ignore combining characters - if (code >= 0x300 && code <= 0x36F) { - continue; - } - - // Surrogates - if (code > 0xFFFF) { - i++; - } - - width += isFullwidthCodePoint(code) ? 2 : 1; - } - - return width; -}; - -module.exports = stringWidth; -// TODO: remove this in the next major version -module.exports.default = stringWidth; diff --git a/software/flow/node_modules/npm/node_modules/string-width/license b/software/flow/node_modules/npm/node_modules/string-width/license deleted file mode 100644 index e7af2f7..0000000 --- a/software/flow/node_modules/npm/node_modules/string-width/license +++ /dev/null @@ -1,9 +0,0 @@ -MIT License - -Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/string-width/package.json b/software/flow/node_modules/npm/node_modules/string-width/package.json deleted file mode 100644 index 28ba7b4..0000000 --- a/software/flow/node_modules/npm/node_modules/string-width/package.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "string-width", - "version": "4.2.3", - "description": "Get the visual width of a string - the number of columns required to display it", - "license": "MIT", - "repository": "sindresorhus/string-width", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "sindresorhus.com" - }, - "engines": { - "node": ">=8" - }, - "scripts": { - "test": "xo && ava && tsd" - }, - "files": [ - "index.js", - "index.d.ts" - ], - "keywords": [ - "string", - "character", - "unicode", - "width", - "visual", - "column", - "columns", - "fullwidth", - "full-width", - "full", - "ansi", - "escape", - "codes", - "cli", - "command-line", - "terminal", - "console", - "cjk", - "chinese", - "japanese", - "korean", - "fixed-width" - ], - "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" - }, - "devDependencies": { - "ava": "^1.4.1", - "tsd": "^0.7.1", - "xo": "^0.24.0" - } -} diff --git a/software/flow/node_modules/npm/node_modules/string_decoder/LICENSE b/software/flow/node_modules/npm/node_modules/string_decoder/LICENSE deleted file mode 100644 index 778edb2..0000000 --- a/software/flow/node_modules/npm/node_modules/string_decoder/LICENSE +++ /dev/null @@ -1,48 +0,0 @@ -Node.js is licensed for use as follows: - -""" -Copyright Node.js contributors. All rights reserved. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to -deal in the Software without restriction, including without limitation the -rights to use, copy, modify, merge, publish, distribute, sublicense, and/or -sell copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS -IN THE SOFTWARE. -""" - -This license applies to parts of Node.js originating from the -https://github.com/joyent/node repository: - -""" -Copyright Joyent, Inc. and other Node contributors. All rights reserved. -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to -deal in the Software without restriction, including without limitation the -rights to use, copy, modify, merge, publish, distribute, sublicense, and/or -sell copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS -IN THE SOFTWARE. -""" - diff --git a/software/flow/node_modules/npm/node_modules/string_decoder/lib/string_decoder.js b/software/flow/node_modules/npm/node_modules/string_decoder/lib/string_decoder.js deleted file mode 100644 index 2e89e63..0000000 --- a/software/flow/node_modules/npm/node_modules/string_decoder/lib/string_decoder.js +++ /dev/null @@ -1,296 +0,0 @@ -// Copyright Joyent, Inc. and other Node contributors. -// -// Permission is hereby granted, free of charge, to any person obtaining a -// copy of this software and associated documentation files (the -// "Software"), to deal in the Software without restriction, including -// without limitation the rights to use, copy, modify, merge, publish, -// distribute, sublicense, and/or sell copies of the Software, and to permit -// persons to whom the Software is furnished to do so, subject to the -// following conditions: -// -// The above copyright notice and this permission notice shall be included -// in all copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN -// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, -// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR -// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE -// USE OR OTHER DEALINGS IN THE SOFTWARE. - -'use strict'; - -/*<replacement>*/ - -var Buffer = require('safe-buffer').Buffer; -/*</replacement>*/ - -var isEncoding = Buffer.isEncoding || function (encoding) { - encoding = '' + encoding; - switch (encoding && encoding.toLowerCase()) { - case 'hex':case 'utf8':case 'utf-8':case 'ascii':case 'binary':case 'base64':case 'ucs2':case 'ucs-2':case 'utf16le':case 'utf-16le':case 'raw': - return true; - default: - return false; - } -}; - -function _normalizeEncoding(enc) { - if (!enc) return 'utf8'; - var retried; - while (true) { - switch (enc) { - case 'utf8': - case 'utf-8': - return 'utf8'; - case 'ucs2': - case 'ucs-2': - case 'utf16le': - case 'utf-16le': - return 'utf16le'; - case 'latin1': - case 'binary': - return 'latin1'; - case 'base64': - case 'ascii': - case 'hex': - return enc; - default: - if (retried) return; // undefined - enc = ('' + enc).toLowerCase(); - retried = true; - } - } -}; - -// Do not cache `Buffer.isEncoding` when checking encoding names as some -// modules monkey-patch it to support additional encodings -function normalizeEncoding(enc) { - var nenc = _normalizeEncoding(enc); - if (typeof nenc !== 'string' && (Buffer.isEncoding === isEncoding || !isEncoding(enc))) throw new Error('Unknown encoding: ' + enc); - return nenc || enc; -} - -// StringDecoder provides an interface for efficiently splitting a series of -// buffers into a series of JS strings without breaking apart multi-byte -// characters. -exports.StringDecoder = StringDecoder; -function StringDecoder(encoding) { - this.encoding = normalizeEncoding(encoding); - var nb; - switch (this.encoding) { - case 'utf16le': - this.text = utf16Text; - this.end = utf16End; - nb = 4; - break; - case 'utf8': - this.fillLast = utf8FillLast; - nb = 4; - break; - case 'base64': - this.text = base64Text; - this.end = base64End; - nb = 3; - break; - default: - this.write = simpleWrite; - this.end = simpleEnd; - return; - } - this.lastNeed = 0; - this.lastTotal = 0; - this.lastChar = Buffer.allocUnsafe(nb); -} - -StringDecoder.prototype.write = function (buf) { - if (buf.length === 0) return ''; - var r; - var i; - if (this.lastNeed) { - r = this.fillLast(buf); - if (r === undefined) return ''; - i = this.lastNeed; - this.lastNeed = 0; - } else { - i = 0; - } - if (i < buf.length) return r ? r + this.text(buf, i) : this.text(buf, i); - return r || ''; -}; - -StringDecoder.prototype.end = utf8End; - -// Returns only complete characters in a Buffer -StringDecoder.prototype.text = utf8Text; - -// Attempts to complete a partial non-UTF-8 character using bytes from a Buffer -StringDecoder.prototype.fillLast = function (buf) { - if (this.lastNeed <= buf.length) { - buf.copy(this.lastChar, this.lastTotal - this.lastNeed, 0, this.lastNeed); - return this.lastChar.toString(this.encoding, 0, this.lastTotal); - } - buf.copy(this.lastChar, this.lastTotal - this.lastNeed, 0, buf.length); - this.lastNeed -= buf.length; -}; - -// Checks the type of a UTF-8 byte, whether it's ASCII, a leading byte, or a -// continuation byte. If an invalid byte is detected, -2 is returned. -function utf8CheckByte(byte) { - if (byte <= 0x7F) return 0;else if (byte >> 5 === 0x06) return 2;else if (byte >> 4 === 0x0E) return 3;else if (byte >> 3 === 0x1E) return 4; - return byte >> 6 === 0x02 ? -1 : -2; -} - -// Checks at most 3 bytes at the end of a Buffer in order to detect an -// incomplete multi-byte UTF-8 character. The total number of bytes (2, 3, or 4) -// needed to complete the UTF-8 character (if applicable) are returned. -function utf8CheckIncomplete(self, buf, i) { - var j = buf.length - 1; - if (j < i) return 0; - var nb = utf8CheckByte(buf[j]); - if (nb >= 0) { - if (nb > 0) self.lastNeed = nb - 1; - return nb; - } - if (--j < i || nb === -2) return 0; - nb = utf8CheckByte(buf[j]); - if (nb >= 0) { - if (nb > 0) self.lastNeed = nb - 2; - return nb; - } - if (--j < i || nb === -2) return 0; - nb = utf8CheckByte(buf[j]); - if (nb >= 0) { - if (nb > 0) { - if (nb === 2) nb = 0;else self.lastNeed = nb - 3; - } - return nb; - } - return 0; -} - -// Validates as many continuation bytes for a multi-byte UTF-8 character as -// needed or are available. If we see a non-continuation byte where we expect -// one, we "replace" the validated continuation bytes we've seen so far with -// a single UTF-8 replacement character ('\ufffd'), to match v8's UTF-8 decoding -// behavior. The continuation byte check is included three times in the case -// where all of the continuation bytes for a character exist in the same buffer. -// It is also done this way as a slight performance increase instead of using a -// loop. -function utf8CheckExtraBytes(self, buf, p) { - if ((buf[0] & 0xC0) !== 0x80) { - self.lastNeed = 0; - return '\ufffd'; - } - if (self.lastNeed > 1 && buf.length > 1) { - if ((buf[1] & 0xC0) !== 0x80) { - self.lastNeed = 1; - return '\ufffd'; - } - if (self.lastNeed > 2 && buf.length > 2) { - if ((buf[2] & 0xC0) !== 0x80) { - self.lastNeed = 2; - return '\ufffd'; - } - } - } -} - -// Attempts to complete a multi-byte UTF-8 character using bytes from a Buffer. -function utf8FillLast(buf) { - var p = this.lastTotal - this.lastNeed; - var r = utf8CheckExtraBytes(this, buf, p); - if (r !== undefined) return r; - if (this.lastNeed <= buf.length) { - buf.copy(this.lastChar, p, 0, this.lastNeed); - return this.lastChar.toString(this.encoding, 0, this.lastTotal); - } - buf.copy(this.lastChar, p, 0, buf.length); - this.lastNeed -= buf.length; -} - -// Returns all complete UTF-8 characters in a Buffer. If the Buffer ended on a -// partial character, the character's bytes are buffered until the required -// number of bytes are available. -function utf8Text(buf, i) { - var total = utf8CheckIncomplete(this, buf, i); - if (!this.lastNeed) return buf.toString('utf8', i); - this.lastTotal = total; - var end = buf.length - (total - this.lastNeed); - buf.copy(this.lastChar, 0, end); - return buf.toString('utf8', i, end); -} - -// For UTF-8, a replacement character is added when ending on a partial -// character. -function utf8End(buf) { - var r = buf && buf.length ? this.write(buf) : ''; - if (this.lastNeed) return r + '\ufffd'; - return r; -} - -// UTF-16LE typically needs two bytes per character, but even if we have an even -// number of bytes available, we need to check if we end on a leading/high -// surrogate. In that case, we need to wait for the next two bytes in order to -// decode the last character properly. -function utf16Text(buf, i) { - if ((buf.length - i) % 2 === 0) { - var r = buf.toString('utf16le', i); - if (r) { - var c = r.charCodeAt(r.length - 1); - if (c >= 0xD800 && c <= 0xDBFF) { - this.lastNeed = 2; - this.lastTotal = 4; - this.lastChar[0] = buf[buf.length - 2]; - this.lastChar[1] = buf[buf.length - 1]; - return r.slice(0, -1); - } - } - return r; - } - this.lastNeed = 1; - this.lastTotal = 2; - this.lastChar[0] = buf[buf.length - 1]; - return buf.toString('utf16le', i, buf.length - 1); -} - -// For UTF-16LE we do not explicitly append special replacement characters if we -// end on a partial character, we simply let v8 handle that. -function utf16End(buf) { - var r = buf && buf.length ? this.write(buf) : ''; - if (this.lastNeed) { - var end = this.lastTotal - this.lastNeed; - return r + this.lastChar.toString('utf16le', 0, end); - } - return r; -} - -function base64Text(buf, i) { - var n = (buf.length - i) % 3; - if (n === 0) return buf.toString('base64', i); - this.lastNeed = 3 - n; - this.lastTotal = 3; - if (n === 1) { - this.lastChar[0] = buf[buf.length - 1]; - } else { - this.lastChar[0] = buf[buf.length - 2]; - this.lastChar[1] = buf[buf.length - 1]; - } - return buf.toString('base64', i, buf.length - n); -} - -function base64End(buf) { - var r = buf && buf.length ? this.write(buf) : ''; - if (this.lastNeed) return r + this.lastChar.toString('base64', 0, 3 - this.lastNeed); - return r; -} - -// Pass bytes on through for single-byte encodings (e.g. ascii, latin1, hex) -function simpleWrite(buf) { - return buf.toString(this.encoding); -} - -function simpleEnd(buf) { - return buf && buf.length ? this.write(buf) : ''; -} \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/string_decoder/package.json b/software/flow/node_modules/npm/node_modules/string_decoder/package.json deleted file mode 100644 index 518c3eb..0000000 --- a/software/flow/node_modules/npm/node_modules/string_decoder/package.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "name": "string_decoder", - "version": "1.1.1", - "description": "The string_decoder module from Node core", - "main": "lib/string_decoder.js", - "dependencies": { - "safe-buffer": "~5.1.0" - }, - "devDependencies": { - "babel-polyfill": "^6.23.0", - "core-util-is": "^1.0.2", - "inherits": "^2.0.3", - "tap": "~0.4.8" - }, - "scripts": { - "test": "tap test/parallel/*.js && node test/verify-dependencies", - "ci": "tap test/parallel/*.js test/ours/*.js --tap | tee test.tap && node test/verify-dependencies.js" - }, - "repository": { - "type": "git", - "url": "git://github.com/nodejs/string_decoder.git" - }, - "homepage": "https://github.com/nodejs/string_decoder", - "keywords": [ - "string", - "decoder", - "browser", - "browserify" - ], - "license": "MIT" -} diff --git a/software/flow/node_modules/npm/node_modules/strip-ansi/index.d.ts b/software/flow/node_modules/npm/node_modules/strip-ansi/index.d.ts deleted file mode 100644 index 907fccc..0000000 --- a/software/flow/node_modules/npm/node_modules/strip-ansi/index.d.ts +++ /dev/null @@ -1,17 +0,0 @@ -/** -Strip [ANSI escape codes](https://en.wikipedia.org/wiki/ANSI_escape_code) from a string. - -@example -``` -import stripAnsi = require('strip-ansi'); - -stripAnsi('\u001B[4mUnicorn\u001B[0m'); -//=> 'Unicorn' - -stripAnsi('\u001B]8;;https://github.com\u0007Click\u001B]8;;\u0007'); -//=> 'Click' -``` -*/ -declare function stripAnsi(string: string): string; - -export = stripAnsi; diff --git a/software/flow/node_modules/npm/node_modules/strip-ansi/index.js b/software/flow/node_modules/npm/node_modules/strip-ansi/index.js deleted file mode 100644 index 9a593df..0000000 --- a/software/flow/node_modules/npm/node_modules/strip-ansi/index.js +++ /dev/null @@ -1,4 +0,0 @@ -'use strict'; -const ansiRegex = require('ansi-regex'); - -module.exports = string => typeof string === 'string' ? string.replace(ansiRegex(), '') : string; diff --git a/software/flow/node_modules/npm/node_modules/strip-ansi/license b/software/flow/node_modules/npm/node_modules/strip-ansi/license deleted file mode 100644 index e7af2f7..0000000 --- a/software/flow/node_modules/npm/node_modules/strip-ansi/license +++ /dev/null @@ -1,9 +0,0 @@ -MIT License - -Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/strip-ansi/package.json b/software/flow/node_modules/npm/node_modules/strip-ansi/package.json deleted file mode 100644 index 1a41108..0000000 --- a/software/flow/node_modules/npm/node_modules/strip-ansi/package.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "name": "strip-ansi", - "version": "6.0.1", - "description": "Strip ANSI escape codes from a string", - "license": "MIT", - "repository": "chalk/strip-ansi", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "sindresorhus.com" - }, - "engines": { - "node": ">=8" - }, - "scripts": { - "test": "xo && ava && tsd" - }, - "files": [ - "index.js", - "index.d.ts" - ], - "keywords": [ - "strip", - "trim", - "remove", - "ansi", - "styles", - "color", - "colour", - "colors", - "terminal", - "console", - "string", - "tty", - "escape", - "formatting", - "rgb", - "256", - "shell", - "xterm", - "log", - "logging", - "command-line", - "text" - ], - "dependencies": { - "ansi-regex": "^5.0.1" - }, - "devDependencies": { - "ava": "^2.4.0", - "tsd": "^0.10.0", - "xo": "^0.25.3" - } -} diff --git a/software/flow/node_modules/npm/node_modules/supports-color/browser.js b/software/flow/node_modules/npm/node_modules/supports-color/browser.js deleted file mode 100644 index 62afa3a..0000000 --- a/software/flow/node_modules/npm/node_modules/supports-color/browser.js +++ /dev/null @@ -1,5 +0,0 @@ -'use strict'; -module.exports = { - stdout: false, - stderr: false -}; diff --git a/software/flow/node_modules/npm/node_modules/supports-color/index.js b/software/flow/node_modules/npm/node_modules/supports-color/index.js deleted file mode 100644 index 6fada39..0000000 --- a/software/flow/node_modules/npm/node_modules/supports-color/index.js +++ /dev/null @@ -1,135 +0,0 @@ -'use strict'; -const os = require('os'); -const tty = require('tty'); -const hasFlag = require('has-flag'); - -const {env} = process; - -let forceColor; -if (hasFlag('no-color') || - hasFlag('no-colors') || - hasFlag('color=false') || - hasFlag('color=never')) { - forceColor = 0; -} else if (hasFlag('color') || - hasFlag('colors') || - hasFlag('color=true') || - hasFlag('color=always')) { - forceColor = 1; -} - -if ('FORCE_COLOR' in env) { - if (env.FORCE_COLOR === 'true') { - forceColor = 1; - } else if (env.FORCE_COLOR === 'false') { - forceColor = 0; - } else { - forceColor = env.FORCE_COLOR.length === 0 ? 1 : Math.min(parseInt(env.FORCE_COLOR, 10), 3); - } -} - -function translateLevel(level) { - if (level === 0) { - return false; - } - - return { - level, - hasBasic: true, - has256: level >= 2, - has16m: level >= 3 - }; -} - -function supportsColor(haveStream, streamIsTTY) { - if (forceColor === 0) { - return 0; - } - - if (hasFlag('color=16m') || - hasFlag('color=full') || - hasFlag('color=truecolor')) { - return 3; - } - - if (hasFlag('color=256')) { - return 2; - } - - if (haveStream && !streamIsTTY && forceColor === undefined) { - return 0; - } - - const min = forceColor || 0; - - if (env.TERM === 'dumb') { - return min; - } - - if (process.platform === 'win32') { - // Windows 10 build 10586 is the first Windows release that supports 256 colors. - // Windows 10 build 14931 is the first release that supports 16m/TrueColor. - const osRelease = os.release().split('.'); - if ( - Number(osRelease[0]) >= 10 && - Number(osRelease[2]) >= 10586 - ) { - return Number(osRelease[2]) >= 14931 ? 3 : 2; - } - - return 1; - } - - if ('CI' in env) { - if (['TRAVIS', 'CIRCLECI', 'APPVEYOR', 'GITLAB_CI', 'GITHUB_ACTIONS', 'BUILDKITE'].some(sign => sign in env) || env.CI_NAME === 'codeship') { - return 1; - } - - return min; - } - - if ('TEAMCITY_VERSION' in env) { - return /^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(env.TEAMCITY_VERSION) ? 1 : 0; - } - - if (env.COLORTERM === 'truecolor') { - return 3; - } - - if ('TERM_PROGRAM' in env) { - const version = parseInt((env.TERM_PROGRAM_VERSION || '').split('.')[0], 10); - - switch (env.TERM_PROGRAM) { - case 'iTerm.app': - return version >= 3 ? 3 : 2; - case 'Apple_Terminal': - return 2; - // No default - } - } - - if (/-256(color)?$/i.test(env.TERM)) { - return 2; - } - - if (/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(env.TERM)) { - return 1; - } - - if ('COLORTERM' in env) { - return 1; - } - - return min; -} - -function getSupportLevel(stream) { - const level = supportsColor(stream, stream && stream.isTTY); - return translateLevel(level); -} - -module.exports = { - supportsColor: getSupportLevel, - stdout: translateLevel(supportsColor(true, tty.isatty(1))), - stderr: translateLevel(supportsColor(true, tty.isatty(2))) -}; diff --git a/software/flow/node_modules/npm/node_modules/supports-color/license b/software/flow/node_modules/npm/node_modules/supports-color/license deleted file mode 100644 index e7af2f7..0000000 --- a/software/flow/node_modules/npm/node_modules/supports-color/license +++ /dev/null @@ -1,9 +0,0 @@ -MIT License - -Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/supports-color/package.json b/software/flow/node_modules/npm/node_modules/supports-color/package.json deleted file mode 100644 index f7182ed..0000000 --- a/software/flow/node_modules/npm/node_modules/supports-color/package.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "name": "supports-color", - "version": "7.2.0", - "description": "Detect whether a terminal supports color", - "license": "MIT", - "repository": "chalk/supports-color", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "sindresorhus.com" - }, - "engines": { - "node": ">=8" - }, - "scripts": { - "test": "xo && ava" - }, - "files": [ - "index.js", - "browser.js" - ], - "keywords": [ - "color", - "colour", - "colors", - "terminal", - "console", - "cli", - "ansi", - "styles", - "tty", - "rgb", - "256", - "shell", - "xterm", - "command-line", - "support", - "supports", - "capability", - "detect", - "truecolor", - "16m" - ], - "dependencies": { - "has-flag": "^4.0.0" - }, - "devDependencies": { - "ava": "^1.4.1", - "import-fresh": "^3.0.0", - "xo": "^0.24.0" - }, - "browser": "browser.js" -} diff --git a/software/flow/node_modules/npm/node_modules/tar/LICENSE b/software/flow/node_modules/npm/node_modules/tar/LICENSE deleted file mode 100644 index 19129e3..0000000 --- a/software/flow/node_modules/npm/node_modules/tar/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -The ISC License - -Copyright (c) Isaac Z. Schlueter and Contributors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/tar/index.js b/software/flow/node_modules/npm/node_modules/tar/index.js deleted file mode 100644 index c9ae06e..0000000 --- a/software/flow/node_modules/npm/node_modules/tar/index.js +++ /dev/null @@ -1,18 +0,0 @@ -'use strict' - -// high-level commands -exports.c = exports.create = require('./lib/create.js') -exports.r = exports.replace = require('./lib/replace.js') -exports.t = exports.list = require('./lib/list.js') -exports.u = exports.update = require('./lib/update.js') -exports.x = exports.extract = require('./lib/extract.js') - -// classes -exports.Pack = require('./lib/pack.js') -exports.Unpack = require('./lib/unpack.js') -exports.Parse = require('./lib/parse.js') -exports.ReadEntry = require('./lib/read-entry.js') -exports.WriteEntry = require('./lib/write-entry.js') -exports.Header = require('./lib/header.js') -exports.Pax = require('./lib/pax.js') -exports.types = require('./lib/types.js') diff --git a/software/flow/node_modules/npm/node_modules/tar/lib/create.js b/software/flow/node_modules/npm/node_modules/tar/lib/create.js deleted file mode 100644 index 9c860d4..0000000 --- a/software/flow/node_modules/npm/node_modules/tar/lib/create.js +++ /dev/null @@ -1,111 +0,0 @@ -'use strict' - -// tar -c -const hlo = require('./high-level-opt.js') - -const Pack = require('./pack.js') -const fsm = require('fs-minipass') -const t = require('./list.js') -const path = require('path') - -module.exports = (opt_, files, cb) => { - if (typeof files === 'function') { - cb = files - } - - if (Array.isArray(opt_)) { - files = opt_, opt_ = {} - } - - if (!files || !Array.isArray(files) || !files.length) { - throw new TypeError('no files or directories specified') - } - - files = Array.from(files) - - const opt = hlo(opt_) - - if (opt.sync && typeof cb === 'function') { - throw new TypeError('callback not supported for sync tar functions') - } - - if (!opt.file && typeof cb === 'function') { - throw new TypeError('callback only supported with file option') - } - - return opt.file && opt.sync ? createFileSync(opt, files) - : opt.file ? createFile(opt, files, cb) - : opt.sync ? createSync(opt, files) - : create(opt, files) -} - -const createFileSync = (opt, files) => { - const p = new Pack.Sync(opt) - const stream = new fsm.WriteStreamSync(opt.file, { - mode: opt.mode || 0o666, - }) - p.pipe(stream) - addFilesSync(p, files) -} - -const createFile = (opt, files, cb) => { - const p = new Pack(opt) - const stream = new fsm.WriteStream(opt.file, { - mode: opt.mode || 0o666, - }) - p.pipe(stream) - - const promise = new Promise((res, rej) => { - stream.on('error', rej) - stream.on('close', res) - p.on('error', rej) - }) - - addFilesAsync(p, files) - - return cb ? promise.then(cb, cb) : promise -} - -const addFilesSync = (p, files) => { - files.forEach(file => { - if (file.charAt(0) === '@') { - t({ - file: path.resolve(p.cwd, file.slice(1)), - sync: true, - noResume: true, - onentry: entry => p.add(entry), - }) - } else { - p.add(file) - } - }) - p.end() -} - -const addFilesAsync = (p, files) => { - while (files.length) { - const file = files.shift() - if (file.charAt(0) === '@') { - return t({ - file: path.resolve(p.cwd, file.slice(1)), - noResume: true, - onentry: entry => p.add(entry), - }).then(_ => addFilesAsync(p, files)) - } else { - p.add(file) - } - } - p.end() -} - -const createSync = (opt, files) => { - const p = new Pack.Sync(opt) - addFilesSync(p, files) - return p -} - -const create = (opt, files) => { - const p = new Pack(opt) - addFilesAsync(p, files) - return p -} diff --git a/software/flow/node_modules/npm/node_modules/tar/lib/extract.js b/software/flow/node_modules/npm/node_modules/tar/lib/extract.js deleted file mode 100644 index 5476798..0000000 --- a/software/flow/node_modules/npm/node_modules/tar/lib/extract.js +++ /dev/null @@ -1,113 +0,0 @@ -'use strict' - -// tar -x -const hlo = require('./high-level-opt.js') -const Unpack = require('./unpack.js') -const fs = require('fs') -const fsm = require('fs-minipass') -const path = require('path') -const stripSlash = require('./strip-trailing-slashes.js') - -module.exports = (opt_, files, cb) => { - if (typeof opt_ === 'function') { - cb = opt_, files = null, opt_ = {} - } else if (Array.isArray(opt_)) { - files = opt_, opt_ = {} - } - - if (typeof files === 'function') { - cb = files, files = null - } - - if (!files) { - files = [] - } else { - files = Array.from(files) - } - - const opt = hlo(opt_) - - if (opt.sync && typeof cb === 'function') { - throw new TypeError('callback not supported for sync tar functions') - } - - if (!opt.file && typeof cb === 'function') { - throw new TypeError('callback only supported with file option') - } - - if (files.length) { - filesFilter(opt, files) - } - - return opt.file && opt.sync ? extractFileSync(opt) - : opt.file ? extractFile(opt, cb) - : opt.sync ? extractSync(opt) - : extract(opt) -} - -// construct a filter that limits the file entries listed -// include child entries if a dir is included -const filesFilter = (opt, files) => { - const map = new Map(files.map(f => [stripSlash(f), true])) - const filter = opt.filter - - const mapHas = (file, r) => { - const root = r || path.parse(file).root || '.' - const ret = file === root ? false - : map.has(file) ? map.get(file) - : mapHas(path.dirname(file), root) - - map.set(file, ret) - return ret - } - - opt.filter = filter - ? (file, entry) => filter(file, entry) && mapHas(stripSlash(file)) - : file => mapHas(stripSlash(file)) -} - -const extractFileSync = opt => { - const u = new Unpack.Sync(opt) - - const file = opt.file - const stat = fs.statSync(file) - // This trades a zero-byte read() syscall for a stat - // However, it will usually result in less memory allocation - const readSize = opt.maxReadSize || 16 * 1024 * 1024 - const stream = new fsm.ReadStreamSync(file, { - readSize: readSize, - size: stat.size, - }) - stream.pipe(u) -} - -const extractFile = (opt, cb) => { - const u = new Unpack(opt) - const readSize = opt.maxReadSize || 16 * 1024 * 1024 - - const file = opt.file - const p = new Promise((resolve, reject) => { - u.on('error', reject) - u.on('close', resolve) - - // This trades a zero-byte read() syscall for a stat - // However, it will usually result in less memory allocation - fs.stat(file, (er, stat) => { - if (er) { - reject(er) - } else { - const stream = new fsm.ReadStream(file, { - readSize: readSize, - size: stat.size, - }) - stream.on('error', reject) - stream.pipe(u) - } - }) - }) - return cb ? p.then(cb, cb) : p -} - -const extractSync = opt => new Unpack.Sync(opt) - -const extract = opt => new Unpack(opt) diff --git a/software/flow/node_modules/npm/node_modules/tar/lib/get-write-flag.js b/software/flow/node_modules/npm/node_modules/tar/lib/get-write-flag.js deleted file mode 100644 index e869599..0000000 --- a/software/flow/node_modules/npm/node_modules/tar/lib/get-write-flag.js +++ /dev/null @@ -1,20 +0,0 @@ -// Get the appropriate flag to use for creating files -// We use fmap on Windows platforms for files less than -// 512kb. This is a fairly low limit, but avoids making -// things slower in some cases. Since most of what this -// library is used for is extracting tarballs of many -// relatively small files in npm packages and the like, -// it can be a big boost on Windows platforms. -// Only supported in Node v12.9.0 and above. -const platform = process.env.__FAKE_PLATFORM__ || process.platform -const isWindows = platform === 'win32' -const fs = global.__FAKE_TESTING_FS__ || require('fs') - -/* istanbul ignore next */ -const { O_CREAT, O_TRUNC, O_WRONLY, UV_FS_O_FILEMAP = 0 } = fs.constants - -const fMapEnabled = isWindows && !!UV_FS_O_FILEMAP -const fMapLimit = 512 * 1024 -const fMapFlag = UV_FS_O_FILEMAP | O_TRUNC | O_CREAT | O_WRONLY -module.exports = !fMapEnabled ? () => 'w' - : size => size < fMapLimit ? fMapFlag : 'w' diff --git a/software/flow/node_modules/npm/node_modules/tar/lib/header.js b/software/flow/node_modules/npm/node_modules/tar/lib/header.js deleted file mode 100644 index 411d5e4..0000000 --- a/software/flow/node_modules/npm/node_modules/tar/lib/header.js +++ /dev/null @@ -1,304 +0,0 @@ -'use strict' -// parse a 512-byte header block to a data object, or vice-versa -// encode returns `true` if a pax extended header is needed, because -// the data could not be faithfully encoded in a simple header. -// (Also, check header.needPax to see if it needs a pax header.) - -const types = require('./types.js') -const pathModule = require('path').posix -const large = require('./large-numbers.js') - -const SLURP = Symbol('slurp') -const TYPE = Symbol('type') - -class Header { - constructor (data, off, ex, gex) { - this.cksumValid = false - this.needPax = false - this.nullBlock = false - - this.block = null - this.path = null - this.mode = null - this.uid = null - this.gid = null - this.size = null - this.mtime = null - this.cksum = null - this[TYPE] = '0' - this.linkpath = null - this.uname = null - this.gname = null - this.devmaj = 0 - this.devmin = 0 - this.atime = null - this.ctime = null - - if (Buffer.isBuffer(data)) { - this.decode(data, off || 0, ex, gex) - } else if (data) { - this.set(data) - } - } - - decode (buf, off, ex, gex) { - if (!off) { - off = 0 - } - - if (!buf || !(buf.length >= off + 512)) { - throw new Error('need 512 bytes for header') - } - - this.path = decString(buf, off, 100) - this.mode = decNumber(buf, off + 100, 8) - this.uid = decNumber(buf, off + 108, 8) - this.gid = decNumber(buf, off + 116, 8) - this.size = decNumber(buf, off + 124, 12) - this.mtime = decDate(buf, off + 136, 12) - this.cksum = decNumber(buf, off + 148, 12) - - // if we have extended or global extended headers, apply them now - // See https://github.com/npm/node-tar/pull/187 - this[SLURP](ex) - this[SLURP](gex, true) - - // old tar versions marked dirs as a file with a trailing / - this[TYPE] = decString(buf, off + 156, 1) - if (this[TYPE] === '') { - this[TYPE] = '0' - } - if (this[TYPE] === '0' && this.path.slice(-1) === '/') { - this[TYPE] = '5' - } - - // tar implementations sometimes incorrectly put the stat(dir).size - // as the size in the tarball, even though Directory entries are - // not able to have any body at all. In the very rare chance that - // it actually DOES have a body, we weren't going to do anything with - // it anyway, and it'll just be a warning about an invalid header. - if (this[TYPE] === '5') { - this.size = 0 - } - - this.linkpath = decString(buf, off + 157, 100) - if (buf.slice(off + 257, off + 265).toString() === 'ustar\u000000') { - this.uname = decString(buf, off + 265, 32) - this.gname = decString(buf, off + 297, 32) - this.devmaj = decNumber(buf, off + 329, 8) - this.devmin = decNumber(buf, off + 337, 8) - if (buf[off + 475] !== 0) { - // definitely a prefix, definitely >130 chars. - const prefix = decString(buf, off + 345, 155) - this.path = prefix + '/' + this.path - } else { - const prefix = decString(buf, off + 345, 130) - if (prefix) { - this.path = prefix + '/' + this.path - } - this.atime = decDate(buf, off + 476, 12) - this.ctime = decDate(buf, off + 488, 12) - } - } - - let sum = 8 * 0x20 - for (let i = off; i < off + 148; i++) { - sum += buf[i] - } - - for (let i = off + 156; i < off + 512; i++) { - sum += buf[i] - } - - this.cksumValid = sum === this.cksum - if (this.cksum === null && sum === 8 * 0x20) { - this.nullBlock = true - } - } - - [SLURP] (ex, global) { - for (const k in ex) { - // we slurp in everything except for the path attribute in - // a global extended header, because that's weird. - if (ex[k] !== null && ex[k] !== undefined && - !(global && k === 'path')) { - this[k] = ex[k] - } - } - } - - encode (buf, off) { - if (!buf) { - buf = this.block = Buffer.alloc(512) - off = 0 - } - - if (!off) { - off = 0 - } - - if (!(buf.length >= off + 512)) { - throw new Error('need 512 bytes for header') - } - - const prefixSize = this.ctime || this.atime ? 130 : 155 - const split = splitPrefix(this.path || '', prefixSize) - const path = split[0] - const prefix = split[1] - this.needPax = split[2] - - this.needPax = encString(buf, off, 100, path) || this.needPax - this.needPax = encNumber(buf, off + 100, 8, this.mode) || this.needPax - this.needPax = encNumber(buf, off + 108, 8, this.uid) || this.needPax - this.needPax = encNumber(buf, off + 116, 8, this.gid) || this.needPax - this.needPax = encNumber(buf, off + 124, 12, this.size) || this.needPax - this.needPax = encDate(buf, off + 136, 12, this.mtime) || this.needPax - buf[off + 156] = this[TYPE].charCodeAt(0) - this.needPax = encString(buf, off + 157, 100, this.linkpath) || this.needPax - buf.write('ustar\u000000', off + 257, 8) - this.needPax = encString(buf, off + 265, 32, this.uname) || this.needPax - this.needPax = encString(buf, off + 297, 32, this.gname) || this.needPax - this.needPax = encNumber(buf, off + 329, 8, this.devmaj) || this.needPax - this.needPax = encNumber(buf, off + 337, 8, this.devmin) || this.needPax - this.needPax = encString(buf, off + 345, prefixSize, prefix) || this.needPax - if (buf[off + 475] !== 0) { - this.needPax = encString(buf, off + 345, 155, prefix) || this.needPax - } else { - this.needPax = encString(buf, off + 345, 130, prefix) || this.needPax - this.needPax = encDate(buf, off + 476, 12, this.atime) || this.needPax - this.needPax = encDate(buf, off + 488, 12, this.ctime) || this.needPax - } - - let sum = 8 * 0x20 - for (let i = off; i < off + 148; i++) { - sum += buf[i] - } - - for (let i = off + 156; i < off + 512; i++) { - sum += buf[i] - } - - this.cksum = sum - encNumber(buf, off + 148, 8, this.cksum) - this.cksumValid = true - - return this.needPax - } - - set (data) { - for (const i in data) { - if (data[i] !== null && data[i] !== undefined) { - this[i] = data[i] - } - } - } - - get type () { - return types.name.get(this[TYPE]) || this[TYPE] - } - - get typeKey () { - return this[TYPE] - } - - set type (type) { - if (types.code.has(type)) { - this[TYPE] = types.code.get(type) - } else { - this[TYPE] = type - } - } -} - -const splitPrefix = (p, prefixSize) => { - const pathSize = 100 - let pp = p - let prefix = '' - let ret - const root = pathModule.parse(p).root || '.' - - if (Buffer.byteLength(pp) < pathSize) { - ret = [pp, prefix, false] - } else { - // first set prefix to the dir, and path to the base - prefix = pathModule.dirname(pp) - pp = pathModule.basename(pp) - - do { - if (Buffer.byteLength(pp) <= pathSize && - Buffer.byteLength(prefix) <= prefixSize) { - // both fit! - ret = [pp, prefix, false] - } else if (Buffer.byteLength(pp) > pathSize && - Buffer.byteLength(prefix) <= prefixSize) { - // prefix fits in prefix, but path doesn't fit in path - ret = [pp.slice(0, pathSize - 1), prefix, true] - } else { - // make path take a bit from prefix - pp = pathModule.join(pathModule.basename(prefix), pp) - prefix = pathModule.dirname(prefix) - } - } while (prefix !== root && !ret) - - // at this point, found no resolution, just truncate - if (!ret) { - ret = [p.slice(0, pathSize - 1), '', true] - } - } - return ret -} - -const decString = (buf, off, size) => - buf.slice(off, off + size).toString('utf8').replace(/\0.*/, '') - -const decDate = (buf, off, size) => - numToDate(decNumber(buf, off, size)) - -const numToDate = num => num === null ? null : new Date(num * 1000) - -const decNumber = (buf, off, size) => - buf[off] & 0x80 ? large.parse(buf.slice(off, off + size)) - : decSmallNumber(buf, off, size) - -const nanNull = value => isNaN(value) ? null : value - -const decSmallNumber = (buf, off, size) => - nanNull(parseInt( - buf.slice(off, off + size) - .toString('utf8').replace(/\0.*$/, '').trim(), 8)) - -// the maximum encodable as a null-terminated octal, by field size -const MAXNUM = { - 12: 0o77777777777, - 8: 0o7777777, -} - -const encNumber = (buf, off, size, number) => - number === null ? false : - number > MAXNUM[size] || number < 0 - ? (large.encode(number, buf.slice(off, off + size)), true) - : (encSmallNumber(buf, off, size, number), false) - -const encSmallNumber = (buf, off, size, number) => - buf.write(octalString(number, size), off, size, 'ascii') - -const octalString = (number, size) => - padOctal(Math.floor(number).toString(8), size) - -const padOctal = (string, size) => - (string.length === size - 1 ? string - : new Array(size - string.length - 1).join('0') + string + ' ') + '\0' - -const encDate = (buf, off, size, date) => - date === null ? false : - encNumber(buf, off, size, date.getTime() / 1000) - -// enough to fill the longest string we've got -const NULLS = new Array(156).join('\0') -// pad with nulls, return true if it's longer or non-ascii -const encString = (buf, off, size, string) => - string === null ? false : - (buf.write(string + NULLS, off, size, 'utf8'), - string.length !== Buffer.byteLength(string) || string.length > size) - -module.exports = Header diff --git a/software/flow/node_modules/npm/node_modules/tar/lib/high-level-opt.js b/software/flow/node_modules/npm/node_modules/tar/lib/high-level-opt.js deleted file mode 100644 index 40e4418..0000000 --- a/software/flow/node_modules/npm/node_modules/tar/lib/high-level-opt.js +++ /dev/null @@ -1,29 +0,0 @@ -'use strict' - -// turn tar(1) style args like `C` into the more verbose things like `cwd` - -const argmap = new Map([ - ['C', 'cwd'], - ['f', 'file'], - ['z', 'gzip'], - ['P', 'preservePaths'], - ['U', 'unlink'], - ['strip-components', 'strip'], - ['stripComponents', 'strip'], - ['keep-newer', 'newer'], - ['keepNewer', 'newer'], - ['keep-newer-files', 'newer'], - ['keepNewerFiles', 'newer'], - ['k', 'keep'], - ['keep-existing', 'keep'], - ['keepExisting', 'keep'], - ['m', 'noMtime'], - ['no-mtime', 'noMtime'], - ['p', 'preserveOwner'], - ['L', 'follow'], - ['h', 'follow'], -]) - -module.exports = opt => opt ? Object.keys(opt).map(k => [ - argmap.has(k) ? argmap.get(k) : k, opt[k], -]).reduce((set, kv) => (set[kv[0]] = kv[1], set), Object.create(null)) : {} diff --git a/software/flow/node_modules/npm/node_modules/tar/lib/large-numbers.js b/software/flow/node_modules/npm/node_modules/tar/lib/large-numbers.js deleted file mode 100644 index b11e72d..0000000 --- a/software/flow/node_modules/npm/node_modules/tar/lib/large-numbers.js +++ /dev/null @@ -1,104 +0,0 @@ -'use strict' -// Tar can encode large and negative numbers using a leading byte of -// 0xff for negative, and 0x80 for positive. - -const encode = (num, buf) => { - if (!Number.isSafeInteger(num)) { - // The number is so large that javascript cannot represent it with integer - // precision. - throw Error('cannot encode number outside of javascript safe integer range') - } else if (num < 0) { - encodeNegative(num, buf) - } else { - encodePositive(num, buf) - } - return buf -} - -const encodePositive = (num, buf) => { - buf[0] = 0x80 - - for (var i = buf.length; i > 1; i--) { - buf[i - 1] = num & 0xff - num = Math.floor(num / 0x100) - } -} - -const encodeNegative = (num, buf) => { - buf[0] = 0xff - var flipped = false - num = num * -1 - for (var i = buf.length; i > 1; i--) { - var byte = num & 0xff - num = Math.floor(num / 0x100) - if (flipped) { - buf[i - 1] = onesComp(byte) - } else if (byte === 0) { - buf[i - 1] = 0 - } else { - flipped = true - buf[i - 1] = twosComp(byte) - } - } -} - -const parse = (buf) => { - const pre = buf[0] - const value = pre === 0x80 ? pos(buf.slice(1, buf.length)) - : pre === 0xff ? twos(buf) - : null - if (value === null) { - throw Error('invalid base256 encoding') - } - - if (!Number.isSafeInteger(value)) { - // The number is so large that javascript cannot represent it with integer - // precision. - throw Error('parsed number outside of javascript safe integer range') - } - - return value -} - -const twos = (buf) => { - var len = buf.length - var sum = 0 - var flipped = false - for (var i = len - 1; i > -1; i--) { - var byte = buf[i] - var f - if (flipped) { - f = onesComp(byte) - } else if (byte === 0) { - f = byte - } else { - flipped = true - f = twosComp(byte) - } - if (f !== 0) { - sum -= f * Math.pow(256, len - i - 1) - } - } - return sum -} - -const pos = (buf) => { - var len = buf.length - var sum = 0 - for (var i = len - 1; i > -1; i--) { - var byte = buf[i] - if (byte !== 0) { - sum += byte * Math.pow(256, len - i - 1) - } - } - return sum -} - -const onesComp = byte => (0xff ^ byte) & 0xff - -const twosComp = byte => ((0xff ^ byte) + 1) & 0xff - -module.exports = { - encode, - parse, -} diff --git a/software/flow/node_modules/npm/node_modules/tar/lib/list.js b/software/flow/node_modules/npm/node_modules/tar/lib/list.js deleted file mode 100644 index f2358c2..0000000 --- a/software/flow/node_modules/npm/node_modules/tar/lib/list.js +++ /dev/null @@ -1,139 +0,0 @@ -'use strict' - -// XXX: This shares a lot in common with extract.js -// maybe some DRY opportunity here? - -// tar -t -const hlo = require('./high-level-opt.js') -const Parser = require('./parse.js') -const fs = require('fs') -const fsm = require('fs-minipass') -const path = require('path') -const stripSlash = require('./strip-trailing-slashes.js') - -module.exports = (opt_, files, cb) => { - if (typeof opt_ === 'function') { - cb = opt_, files = null, opt_ = {} - } else if (Array.isArray(opt_)) { - files = opt_, opt_ = {} - } - - if (typeof files === 'function') { - cb = files, files = null - } - - if (!files) { - files = [] - } else { - files = Array.from(files) - } - - const opt = hlo(opt_) - - if (opt.sync && typeof cb === 'function') { - throw new TypeError('callback not supported for sync tar functions') - } - - if (!opt.file && typeof cb === 'function') { - throw new TypeError('callback only supported with file option') - } - - if (files.length) { - filesFilter(opt, files) - } - - if (!opt.noResume) { - onentryFunction(opt) - } - - return opt.file && opt.sync ? listFileSync(opt) - : opt.file ? listFile(opt, cb) - : list(opt) -} - -const onentryFunction = opt => { - const onentry = opt.onentry - opt.onentry = onentry ? e => { - onentry(e) - e.resume() - } : e => e.resume() -} - -// construct a filter that limits the file entries listed -// include child entries if a dir is included -const filesFilter = (opt, files) => { - const map = new Map(files.map(f => [stripSlash(f), true])) - const filter = opt.filter - - const mapHas = (file, r) => { - const root = r || path.parse(file).root || '.' - const ret = file === root ? false - : map.has(file) ? map.get(file) - : mapHas(path.dirname(file), root) - - map.set(file, ret) - return ret - } - - opt.filter = filter - ? (file, entry) => filter(file, entry) && mapHas(stripSlash(file)) - : file => mapHas(stripSlash(file)) -} - -const listFileSync = opt => { - const p = list(opt) - const file = opt.file - let threw = true - let fd - try { - const stat = fs.statSync(file) - const readSize = opt.maxReadSize || 16 * 1024 * 1024 - if (stat.size < readSize) { - p.end(fs.readFileSync(file)) - } else { - let pos = 0 - const buf = Buffer.allocUnsafe(readSize) - fd = fs.openSync(file, 'r') - while (pos < stat.size) { - const bytesRead = fs.readSync(fd, buf, 0, readSize, pos) - pos += bytesRead - p.write(buf.slice(0, bytesRead)) - } - p.end() - } - threw = false - } finally { - if (threw && fd) { - try { - fs.closeSync(fd) - } catch (er) {} - } - } -} - -const listFile = (opt, cb) => { - const parse = new Parser(opt) - const readSize = opt.maxReadSize || 16 * 1024 * 1024 - - const file = opt.file - const p = new Promise((resolve, reject) => { - parse.on('error', reject) - parse.on('end', resolve) - - fs.stat(file, (er, stat) => { - if (er) { - reject(er) - } else { - const stream = new fsm.ReadStream(file, { - readSize: readSize, - size: stat.size, - }) - stream.on('error', reject) - stream.pipe(parse) - } - }) - }) - return cb ? p.then(cb, cb) : p -} - -const list = opt => new Parser(opt) diff --git a/software/flow/node_modules/npm/node_modules/tar/lib/mkdir.js b/software/flow/node_modules/npm/node_modules/tar/lib/mkdir.js deleted file mode 100644 index 8ee8de7..0000000 --- a/software/flow/node_modules/npm/node_modules/tar/lib/mkdir.js +++ /dev/null @@ -1,229 +0,0 @@ -'use strict' -// wrapper around mkdirp for tar's needs. - -// TODO: This should probably be a class, not functionally -// passing around state in a gazillion args. - -const mkdirp = require('mkdirp') -const fs = require('fs') -const path = require('path') -const chownr = require('chownr') -const normPath = require('./normalize-windows-path.js') - -class SymlinkError extends Error { - constructor (symlink, path) { - super('Cannot extract through symbolic link') - this.path = path - this.symlink = symlink - } - - get name () { - return 'SylinkError' - } -} - -class CwdError extends Error { - constructor (path, code) { - super(code + ': Cannot cd into \'' + path + '\'') - this.path = path - this.code = code - } - - get name () { - return 'CwdError' - } -} - -const cGet = (cache, key) => cache.get(normPath(key)) -const cSet = (cache, key, val) => cache.set(normPath(key), val) - -const checkCwd = (dir, cb) => { - fs.stat(dir, (er, st) => { - if (er || !st.isDirectory()) { - er = new CwdError(dir, er && er.code || 'ENOTDIR') - } - cb(er) - }) -} - -module.exports = (dir, opt, cb) => { - dir = normPath(dir) - - // if there's any overlap between mask and mode, - // then we'll need an explicit chmod - const umask = opt.umask - const mode = opt.mode | 0o0700 - const needChmod = (mode & umask) !== 0 - - const uid = opt.uid - const gid = opt.gid - const doChown = typeof uid === 'number' && - typeof gid === 'number' && - (uid !== opt.processUid || gid !== opt.processGid) - - const preserve = opt.preserve - const unlink = opt.unlink - const cache = opt.cache - const cwd = normPath(opt.cwd) - - const done = (er, created) => { - if (er) { - cb(er) - } else { - cSet(cache, dir, true) - if (created && doChown) { - chownr(created, uid, gid, er => done(er)) - } else if (needChmod) { - fs.chmod(dir, mode, cb) - } else { - cb() - } - } - } - - if (cache && cGet(cache, dir) === true) { - return done() - } - - if (dir === cwd) { - return checkCwd(dir, done) - } - - if (preserve) { - return mkdirp(dir, { mode }).then(made => done(null, made), done) - } - - const sub = normPath(path.relative(cwd, dir)) - const parts = sub.split('/') - mkdir_(cwd, parts, mode, cache, unlink, cwd, null, done) -} - -const mkdir_ = (base, parts, mode, cache, unlink, cwd, created, cb) => { - if (!parts.length) { - return cb(null, created) - } - const p = parts.shift() - const part = normPath(path.resolve(base + '/' + p)) - if (cGet(cache, part)) { - return mkdir_(part, parts, mode, cache, unlink, cwd, created, cb) - } - fs.mkdir(part, mode, onmkdir(part, parts, mode, cache, unlink, cwd, created, cb)) -} - -const onmkdir = (part, parts, mode, cache, unlink, cwd, created, cb) => er => { - if (er) { - fs.lstat(part, (statEr, st) => { - if (statEr) { - statEr.path = statEr.path && normPath(statEr.path) - cb(statEr) - } else if (st.isDirectory()) { - mkdir_(part, parts, mode, cache, unlink, cwd, created, cb) - } else if (unlink) { - fs.unlink(part, er => { - if (er) { - return cb(er) - } - fs.mkdir(part, mode, onmkdir(part, parts, mode, cache, unlink, cwd, created, cb)) - }) - } else if (st.isSymbolicLink()) { - return cb(new SymlinkError(part, part + '/' + parts.join('/'))) - } else { - cb(er) - } - }) - } else { - created = created || part - mkdir_(part, parts, mode, cache, unlink, cwd, created, cb) - } -} - -const checkCwdSync = dir => { - let ok = false - let code = 'ENOTDIR' - try { - ok = fs.statSync(dir).isDirectory() - } catch (er) { - code = er.code - } finally { - if (!ok) { - throw new CwdError(dir, code) - } - } -} - -module.exports.sync = (dir, opt) => { - dir = normPath(dir) - // if there's any overlap between mask and mode, - // then we'll need an explicit chmod - const umask = opt.umask - const mode = opt.mode | 0o0700 - const needChmod = (mode & umask) !== 0 - - const uid = opt.uid - const gid = opt.gid - const doChown = typeof uid === 'number' && - typeof gid === 'number' && - (uid !== opt.processUid || gid !== opt.processGid) - - const preserve = opt.preserve - const unlink = opt.unlink - const cache = opt.cache - const cwd = normPath(opt.cwd) - - const done = (created) => { - cSet(cache, dir, true) - if (created && doChown) { - chownr.sync(created, uid, gid) - } - if (needChmod) { - fs.chmodSync(dir, mode) - } - } - - if (cache && cGet(cache, dir) === true) { - return done() - } - - if (dir === cwd) { - checkCwdSync(cwd) - return done() - } - - if (preserve) { - return done(mkdirp.sync(dir, mode)) - } - - const sub = normPath(path.relative(cwd, dir)) - const parts = sub.split('/') - let created = null - for (let p = parts.shift(), part = cwd; - p && (part += '/' + p); - p = parts.shift()) { - part = normPath(path.resolve(part)) - if (cGet(cache, part)) { - continue - } - - try { - fs.mkdirSync(part, mode) - created = created || part - cSet(cache, part, true) - } catch (er) { - const st = fs.lstatSync(part) - if (st.isDirectory()) { - cSet(cache, part, true) - continue - } else if (unlink) { - fs.unlinkSync(part) - fs.mkdirSync(part, mode) - created = created || part - cSet(cache, part, true) - continue - } else if (st.isSymbolicLink()) { - return new SymlinkError(part, part + '/' + parts.join('/')) - } - } - } - - return done(created) -} diff --git a/software/flow/node_modules/npm/node_modules/tar/lib/mode-fix.js b/software/flow/node_modules/npm/node_modules/tar/lib/mode-fix.js deleted file mode 100644 index 42f1d6e..0000000 --- a/software/flow/node_modules/npm/node_modules/tar/lib/mode-fix.js +++ /dev/null @@ -1,27 +0,0 @@ -'use strict' -module.exports = (mode, isDir, portable) => { - mode &= 0o7777 - - // in portable mode, use the minimum reasonable umask - // if this system creates files with 0o664 by default - // (as some linux distros do), then we'll write the - // archive with 0o644 instead. Also, don't ever create - // a file that is not readable/writable by the owner. - if (portable) { - mode = (mode | 0o600) & ~0o22 - } - - // if dirs are readable, then they should be listable - if (isDir) { - if (mode & 0o400) { - mode |= 0o100 - } - if (mode & 0o40) { - mode |= 0o10 - } - if (mode & 0o4) { - mode |= 0o1 - } - } - return mode -} diff --git a/software/flow/node_modules/npm/node_modules/tar/lib/normalize-unicode.js b/software/flow/node_modules/npm/node_modules/tar/lib/normalize-unicode.js deleted file mode 100644 index 43dc406..0000000 --- a/software/flow/node_modules/npm/node_modules/tar/lib/normalize-unicode.js +++ /dev/null @@ -1,12 +0,0 @@ -// warning: extremely hot code path. -// This has been meticulously optimized for use -// within npm install on large package trees. -// Do not edit without careful benchmarking. -const normalizeCache = Object.create(null) -const { hasOwnProperty } = Object.prototype -module.exports = s => { - if (!hasOwnProperty.call(normalizeCache, s)) { - normalizeCache[s] = s.normalize('NFKD') - } - return normalizeCache[s] -} diff --git a/software/flow/node_modules/npm/node_modules/tar/lib/normalize-windows-path.js b/software/flow/node_modules/npm/node_modules/tar/lib/normalize-windows-path.js deleted file mode 100644 index eb13ba0..0000000 --- a/software/flow/node_modules/npm/node_modules/tar/lib/normalize-windows-path.js +++ /dev/null @@ -1,8 +0,0 @@ -// on windows, either \ or / are valid directory separators. -// on unix, \ is a valid character in filenames. -// so, on windows, and only on windows, we replace all \ chars with /, -// so that we can use / as our one and only directory separator char. - -const platform = process.env.TESTING_TAR_FAKE_PLATFORM || process.platform -module.exports = platform !== 'win32' ? p => p - : p => p && p.replace(/\\/g, '/') diff --git a/software/flow/node_modules/npm/node_modules/tar/lib/pack.js b/software/flow/node_modules/npm/node_modules/tar/lib/pack.js deleted file mode 100644 index a3f4ff2..0000000 --- a/software/flow/node_modules/npm/node_modules/tar/lib/pack.js +++ /dev/null @@ -1,420 +0,0 @@ -'use strict' - -// A readable tar stream creator -// Technically, this is a transform stream that you write paths into, -// and tar format comes out of. -// The `add()` method is like `write()` but returns this, -// and end() return `this` as well, so you can -// do `new Pack(opt).add('files').add('dir').end().pipe(output) -// You could also do something like: -// streamOfPaths().pipe(new Pack()).pipe(new fs.WriteStream('out.tar')) - -class PackJob { - constructor (path, absolute) { - this.path = path || './' - this.absolute = absolute - this.entry = null - this.stat = null - this.readdir = null - this.pending = false - this.ignore = false - this.piped = false - } -} - -const MiniPass = require('minipass') -const zlib = require('minizlib') -const ReadEntry = require('./read-entry.js') -const WriteEntry = require('./write-entry.js') -const WriteEntrySync = WriteEntry.Sync -const WriteEntryTar = WriteEntry.Tar -const Yallist = require('yallist') -const EOF = Buffer.alloc(1024) -const ONSTAT = Symbol('onStat') -const ENDED = Symbol('ended') -const QUEUE = Symbol('queue') -const CURRENT = Symbol('current') -const PROCESS = Symbol('process') -const PROCESSING = Symbol('processing') -const PROCESSJOB = Symbol('processJob') -const JOBS = Symbol('jobs') -const JOBDONE = Symbol('jobDone') -const ADDFSENTRY = Symbol('addFSEntry') -const ADDTARENTRY = Symbol('addTarEntry') -const STAT = Symbol('stat') -const READDIR = Symbol('readdir') -const ONREADDIR = Symbol('onreaddir') -const PIPE = Symbol('pipe') -const ENTRY = Symbol('entry') -const ENTRYOPT = Symbol('entryOpt') -const WRITEENTRYCLASS = Symbol('writeEntryClass') -const WRITE = Symbol('write') -const ONDRAIN = Symbol('ondrain') - -const fs = require('fs') -const path = require('path') -const warner = require('./warn-mixin.js') -const normPath = require('./normalize-windows-path.js') - -const Pack = warner(class Pack extends MiniPass { - constructor (opt) { - super(opt) - opt = opt || Object.create(null) - this.opt = opt - this.file = opt.file || '' - this.cwd = opt.cwd || process.cwd() - this.maxReadSize = opt.maxReadSize - this.preservePaths = !!opt.preservePaths - this.strict = !!opt.strict - this.noPax = !!opt.noPax - this.prefix = normPath(opt.prefix || '') - this.linkCache = opt.linkCache || new Map() - this.statCache = opt.statCache || new Map() - this.readdirCache = opt.readdirCache || new Map() - - this[WRITEENTRYCLASS] = WriteEntry - if (typeof opt.onwarn === 'function') { - this.on('warn', opt.onwarn) - } - - this.portable = !!opt.portable - this.zip = null - if (opt.gzip) { - if (typeof opt.gzip !== 'object') { - opt.gzip = {} - } - if (this.portable) { - opt.gzip.portable = true - } - this.zip = new zlib.Gzip(opt.gzip) - this.zip.on('data', chunk => super.write(chunk)) - this.zip.on('end', _ => super.end()) - this.zip.on('drain', _ => this[ONDRAIN]()) - this.on('resume', _ => this.zip.resume()) - } else { - this.on('drain', this[ONDRAIN]) - } - - this.noDirRecurse = !!opt.noDirRecurse - this.follow = !!opt.follow - this.noMtime = !!opt.noMtime - this.mtime = opt.mtime || null - - this.filter = typeof opt.filter === 'function' ? opt.filter : _ => true - - this[QUEUE] = new Yallist() - this[JOBS] = 0 - this.jobs = +opt.jobs || 4 - this[PROCESSING] = false - this[ENDED] = false - } - - [WRITE] (chunk) { - return super.write(chunk) - } - - add (path) { - this.write(path) - return this - } - - end (path) { - if (path) { - this.write(path) - } - this[ENDED] = true - this[PROCESS]() - return this - } - - write (path) { - if (this[ENDED]) { - throw new Error('write after end') - } - - if (path instanceof ReadEntry) { - this[ADDTARENTRY](path) - } else { - this[ADDFSENTRY](path) - } - return this.flowing - } - - [ADDTARENTRY] (p) { - const absolute = normPath(path.resolve(this.cwd, p.path)) - // in this case, we don't have to wait for the stat - if (!this.filter(p.path, p)) { - p.resume() - } else { - const job = new PackJob(p.path, absolute, false) - job.entry = new WriteEntryTar(p, this[ENTRYOPT](job)) - job.entry.on('end', _ => this[JOBDONE](job)) - this[JOBS] += 1 - this[QUEUE].push(job) - } - - this[PROCESS]() - } - - [ADDFSENTRY] (p) { - const absolute = normPath(path.resolve(this.cwd, p)) - this[QUEUE].push(new PackJob(p, absolute)) - this[PROCESS]() - } - - [STAT] (job) { - job.pending = true - this[JOBS] += 1 - const stat = this.follow ? 'stat' : 'lstat' - fs[stat](job.absolute, (er, stat) => { - job.pending = false - this[JOBS] -= 1 - if (er) { - this.emit('error', er) - } else { - this[ONSTAT](job, stat) - } - }) - } - - [ONSTAT] (job, stat) { - this.statCache.set(job.absolute, stat) - job.stat = stat - - // now we have the stat, we can filter it. - if (!this.filter(job.path, stat)) { - job.ignore = true - } - - this[PROCESS]() - } - - [READDIR] (job) { - job.pending = true - this[JOBS] += 1 - fs.readdir(job.absolute, (er, entries) => { - job.pending = false - this[JOBS] -= 1 - if (er) { - return this.emit('error', er) - } - this[ONREADDIR](job, entries) - }) - } - - [ONREADDIR] (job, entries) { - this.readdirCache.set(job.absolute, entries) - job.readdir = entries - this[PROCESS]() - } - - [PROCESS] () { - if (this[PROCESSING]) { - return - } - - this[PROCESSING] = true - for (let w = this[QUEUE].head; - w !== null && this[JOBS] < this.jobs; - w = w.next) { - this[PROCESSJOB](w.value) - if (w.value.ignore) { - const p = w.next - this[QUEUE].removeNode(w) - w.next = p - } - } - - this[PROCESSING] = false - - if (this[ENDED] && !this[QUEUE].length && this[JOBS] === 0) { - if (this.zip) { - this.zip.end(EOF) - } else { - super.write(EOF) - super.end() - } - } - } - - get [CURRENT] () { - return this[QUEUE] && this[QUEUE].head && this[QUEUE].head.value - } - - [JOBDONE] (job) { - this[QUEUE].shift() - this[JOBS] -= 1 - this[PROCESS]() - } - - [PROCESSJOB] (job) { - if (job.pending) { - return - } - - if (job.entry) { - if (job === this[CURRENT] && !job.piped) { - this[PIPE](job) - } - return - } - - if (!job.stat) { - if (this.statCache.has(job.absolute)) { - this[ONSTAT](job, this.statCache.get(job.absolute)) - } else { - this[STAT](job) - } - } - if (!job.stat) { - return - } - - // filtered out! - if (job.ignore) { - return - } - - if (!this.noDirRecurse && job.stat.isDirectory() && !job.readdir) { - if (this.readdirCache.has(job.absolute)) { - this[ONREADDIR](job, this.readdirCache.get(job.absolute)) - } else { - this[READDIR](job) - } - if (!job.readdir) { - return - } - } - - // we know it doesn't have an entry, because that got checked above - job.entry = this[ENTRY](job) - if (!job.entry) { - job.ignore = true - return - } - - if (job === this[CURRENT] && !job.piped) { - this[PIPE](job) - } - } - - [ENTRYOPT] (job) { - return { - onwarn: (code, msg, data) => this.warn(code, msg, data), - noPax: this.noPax, - cwd: this.cwd, - absolute: job.absolute, - preservePaths: this.preservePaths, - maxReadSize: this.maxReadSize, - strict: this.strict, - portable: this.portable, - linkCache: this.linkCache, - statCache: this.statCache, - noMtime: this.noMtime, - mtime: this.mtime, - prefix: this.prefix, - } - } - - [ENTRY] (job) { - this[JOBS] += 1 - try { - return new this[WRITEENTRYCLASS](job.path, this[ENTRYOPT](job)) - .on('end', () => this[JOBDONE](job)) - .on('error', er => this.emit('error', er)) - } catch (er) { - this.emit('error', er) - } - } - - [ONDRAIN] () { - if (this[CURRENT] && this[CURRENT].entry) { - this[CURRENT].entry.resume() - } - } - - // like .pipe() but using super, because our write() is special - [PIPE] (job) { - job.piped = true - - if (job.readdir) { - job.readdir.forEach(entry => { - const p = job.path - const base = p === './' ? '' : p.replace(/\/*$/, '/') - this[ADDFSENTRY](base + entry) - }) - } - - const source = job.entry - const zip = this.zip - - if (zip) { - source.on('data', chunk => { - if (!zip.write(chunk)) { - source.pause() - } - }) - } else { - source.on('data', chunk => { - if (!super.write(chunk)) { - source.pause() - } - }) - } - } - - pause () { - if (this.zip) { - this.zip.pause() - } - return super.pause() - } -}) - -class PackSync extends Pack { - constructor (opt) { - super(opt) - this[WRITEENTRYCLASS] = WriteEntrySync - } - - // pause/resume are no-ops in sync streams. - pause () {} - resume () {} - - [STAT] (job) { - const stat = this.follow ? 'statSync' : 'lstatSync' - this[ONSTAT](job, fs[stat](job.absolute)) - } - - [READDIR] (job, stat) { - this[ONREADDIR](job, fs.readdirSync(job.absolute)) - } - - // gotta get it all in this tick - [PIPE] (job) { - const source = job.entry - const zip = this.zip - - if (job.readdir) { - job.readdir.forEach(entry => { - const p = job.path - const base = p === './' ? '' : p.replace(/\/*$/, '/') - this[ADDFSENTRY](base + entry) - }) - } - - if (zip) { - source.on('data', chunk => { - zip.write(chunk) - }) - } else { - source.on('data', chunk => { - super[WRITE](chunk) - }) - } - } -} - -Pack.Sync = PackSync - -module.exports = Pack diff --git a/software/flow/node_modules/npm/node_modules/tar/lib/parse.js b/software/flow/node_modules/npm/node_modules/tar/lib/parse.js deleted file mode 100644 index 4b85915..0000000 --- a/software/flow/node_modules/npm/node_modules/tar/lib/parse.js +++ /dev/null @@ -1,509 +0,0 @@ -'use strict' - -// this[BUFFER] is the remainder of a chunk if we're waiting for -// the full 512 bytes of a header to come in. We will Buffer.concat() -// it to the next write(), which is a mem copy, but a small one. -// -// this[QUEUE] is a Yallist of entries that haven't been emitted -// yet this can only get filled up if the user keeps write()ing after -// a write() returns false, or does a write() with more than one entry -// -// We don't buffer chunks, we always parse them and either create an -// entry, or push it into the active entry. The ReadEntry class knows -// to throw data away if .ignore=true -// -// Shift entry off the buffer when it emits 'end', and emit 'entry' for -// the next one in the list. -// -// At any time, we're pushing body chunks into the entry at WRITEENTRY, -// and waiting for 'end' on the entry at READENTRY -// -// ignored entries get .resume() called on them straight away - -const warner = require('./warn-mixin.js') -const Header = require('./header.js') -const EE = require('events') -const Yallist = require('yallist') -const maxMetaEntrySize = 1024 * 1024 -const Entry = require('./read-entry.js') -const Pax = require('./pax.js') -const zlib = require('minizlib') -const { nextTick } = require('process') - -const gzipHeader = Buffer.from([0x1f, 0x8b]) -const STATE = Symbol('state') -const WRITEENTRY = Symbol('writeEntry') -const READENTRY = Symbol('readEntry') -const NEXTENTRY = Symbol('nextEntry') -const PROCESSENTRY = Symbol('processEntry') -const EX = Symbol('extendedHeader') -const GEX = Symbol('globalExtendedHeader') -const META = Symbol('meta') -const EMITMETA = Symbol('emitMeta') -const BUFFER = Symbol('buffer') -const QUEUE = Symbol('queue') -const ENDED = Symbol('ended') -const EMITTEDEND = Symbol('emittedEnd') -const EMIT = Symbol('emit') -const UNZIP = Symbol('unzip') -const CONSUMECHUNK = Symbol('consumeChunk') -const CONSUMECHUNKSUB = Symbol('consumeChunkSub') -const CONSUMEBODY = Symbol('consumeBody') -const CONSUMEMETA = Symbol('consumeMeta') -const CONSUMEHEADER = Symbol('consumeHeader') -const CONSUMING = Symbol('consuming') -const BUFFERCONCAT = Symbol('bufferConcat') -const MAYBEEND = Symbol('maybeEnd') -const WRITING = Symbol('writing') -const ABORTED = Symbol('aborted') -const DONE = Symbol('onDone') -const SAW_VALID_ENTRY = Symbol('sawValidEntry') -const SAW_NULL_BLOCK = Symbol('sawNullBlock') -const SAW_EOF = Symbol('sawEOF') -const CLOSESTREAM = Symbol('closeStream') - -const noop = _ => true - -module.exports = warner(class Parser extends EE { - constructor (opt) { - opt = opt || {} - super(opt) - - this.file = opt.file || '' - - // set to boolean false when an entry starts. 1024 bytes of \0 - // is technically a valid tarball, albeit a boring one. - this[SAW_VALID_ENTRY] = null - - // these BADARCHIVE errors can't be detected early. listen on DONE. - this.on(DONE, _ => { - if (this[STATE] === 'begin' || this[SAW_VALID_ENTRY] === false) { - // either less than 1 block of data, or all entries were invalid. - // Either way, probably not even a tarball. - this.warn('TAR_BAD_ARCHIVE', 'Unrecognized archive format') - } - }) - - if (opt.ondone) { - this.on(DONE, opt.ondone) - } else { - this.on(DONE, _ => { - this.emit('prefinish') - this.emit('finish') - this.emit('end') - }) - } - - this.strict = !!opt.strict - this.maxMetaEntrySize = opt.maxMetaEntrySize || maxMetaEntrySize - this.filter = typeof opt.filter === 'function' ? opt.filter : noop - - // have to set this so that streams are ok piping into it - this.writable = true - this.readable = false - - this[QUEUE] = new Yallist() - this[BUFFER] = null - this[READENTRY] = null - this[WRITEENTRY] = null - this[STATE] = 'begin' - this[META] = '' - this[EX] = null - this[GEX] = null - this[ENDED] = false - this[UNZIP] = null - this[ABORTED] = false - this[SAW_NULL_BLOCK] = false - this[SAW_EOF] = false - - this.on('end', () => this[CLOSESTREAM]()) - - if (typeof opt.onwarn === 'function') { - this.on('warn', opt.onwarn) - } - if (typeof opt.onentry === 'function') { - this.on('entry', opt.onentry) - } - } - - [CONSUMEHEADER] (chunk, position) { - if (this[SAW_VALID_ENTRY] === null) { - this[SAW_VALID_ENTRY] = false - } - let header - try { - header = new Header(chunk, position, this[EX], this[GEX]) - } catch (er) { - return this.warn('TAR_ENTRY_INVALID', er) - } - - if (header.nullBlock) { - if (this[SAW_NULL_BLOCK]) { - this[SAW_EOF] = true - // ending an archive with no entries. pointless, but legal. - if (this[STATE] === 'begin') { - this[STATE] = 'header' - } - this[EMIT]('eof') - } else { - this[SAW_NULL_BLOCK] = true - this[EMIT]('nullBlock') - } - } else { - this[SAW_NULL_BLOCK] = false - if (!header.cksumValid) { - this.warn('TAR_ENTRY_INVALID', 'checksum failure', { header }) - } else if (!header.path) { - this.warn('TAR_ENTRY_INVALID', 'path is required', { header }) - } else { - const type = header.type - if (/^(Symbolic)?Link$/.test(type) && !header.linkpath) { - this.warn('TAR_ENTRY_INVALID', 'linkpath required', { header }) - } else if (!/^(Symbolic)?Link$/.test(type) && header.linkpath) { - this.warn('TAR_ENTRY_INVALID', 'linkpath forbidden', { header }) - } else { - const entry = this[WRITEENTRY] = new Entry(header, this[EX], this[GEX]) - - // we do this for meta & ignored entries as well, because they - // are still valid tar, or else we wouldn't know to ignore them - if (!this[SAW_VALID_ENTRY]) { - if (entry.remain) { - // this might be the one! - const onend = () => { - if (!entry.invalid) { - this[SAW_VALID_ENTRY] = true - } - } - entry.on('end', onend) - } else { - this[SAW_VALID_ENTRY] = true - } - } - - if (entry.meta) { - if (entry.size > this.maxMetaEntrySize) { - entry.ignore = true - this[EMIT]('ignoredEntry', entry) - this[STATE] = 'ignore' - entry.resume() - } else if (entry.size > 0) { - this[META] = '' - entry.on('data', c => this[META] += c) - this[STATE] = 'meta' - } - } else { - this[EX] = null - entry.ignore = entry.ignore || !this.filter(entry.path, entry) - - if (entry.ignore) { - // probably valid, just not something we care about - this[EMIT]('ignoredEntry', entry) - this[STATE] = entry.remain ? 'ignore' : 'header' - entry.resume() - } else { - if (entry.remain) { - this[STATE] = 'body' - } else { - this[STATE] = 'header' - entry.end() - } - - if (!this[READENTRY]) { - this[QUEUE].push(entry) - this[NEXTENTRY]() - } else { - this[QUEUE].push(entry) - } - } - } - } - } - } - } - - [CLOSESTREAM] () { - nextTick(() => this.emit('close')) - } - - [PROCESSENTRY] (entry) { - let go = true - - if (!entry) { - this[READENTRY] = null - go = false - } else if (Array.isArray(entry)) { - this.emit.apply(this, entry) - } else { - this[READENTRY] = entry - this.emit('entry', entry) - if (!entry.emittedEnd) { - entry.on('end', _ => this[NEXTENTRY]()) - go = false - } - } - - return go - } - - [NEXTENTRY] () { - do {} while (this[PROCESSENTRY](this[QUEUE].shift())) - - if (!this[QUEUE].length) { - // At this point, there's nothing in the queue, but we may have an - // entry which is being consumed (readEntry). - // If we don't, then we definitely can handle more data. - // If we do, and either it's flowing, or it has never had any data - // written to it, then it needs more. - // The only other possibility is that it has returned false from a - // write() call, so we wait for the next drain to continue. - const re = this[READENTRY] - const drainNow = !re || re.flowing || re.size === re.remain - if (drainNow) { - if (!this[WRITING]) { - this.emit('drain') - } - } else { - re.once('drain', _ => this.emit('drain')) - } - } - } - - [CONSUMEBODY] (chunk, position) { - // write up to but no more than writeEntry.blockRemain - const entry = this[WRITEENTRY] - const br = entry.blockRemain - const c = (br >= chunk.length && position === 0) ? chunk - : chunk.slice(position, position + br) - - entry.write(c) - - if (!entry.blockRemain) { - this[STATE] = 'header' - this[WRITEENTRY] = null - entry.end() - } - - return c.length - } - - [CONSUMEMETA] (chunk, position) { - const entry = this[WRITEENTRY] - const ret = this[CONSUMEBODY](chunk, position) - - // if we finished, then the entry is reset - if (!this[WRITEENTRY]) { - this[EMITMETA](entry) - } - - return ret - } - - [EMIT] (ev, data, extra) { - if (!this[QUEUE].length && !this[READENTRY]) { - this.emit(ev, data, extra) - } else { - this[QUEUE].push([ev, data, extra]) - } - } - - [EMITMETA] (entry) { - this[EMIT]('meta', this[META]) - switch (entry.type) { - case 'ExtendedHeader': - case 'OldExtendedHeader': - this[EX] = Pax.parse(this[META], this[EX], false) - break - - case 'GlobalExtendedHeader': - this[GEX] = Pax.parse(this[META], this[GEX], true) - break - - case 'NextFileHasLongPath': - case 'OldGnuLongPath': - this[EX] = this[EX] || Object.create(null) - this[EX].path = this[META].replace(/\0.*/, '') - break - - case 'NextFileHasLongLinkpath': - this[EX] = this[EX] || Object.create(null) - this[EX].linkpath = this[META].replace(/\0.*/, '') - break - - /* istanbul ignore next */ - default: throw new Error('unknown meta: ' + entry.type) - } - } - - abort (error) { - this[ABORTED] = true - this.emit('abort', error) - // always throws, even in non-strict mode - this.warn('TAR_ABORT', error, { recoverable: false }) - } - - write (chunk) { - if (this[ABORTED]) { - return - } - - // first write, might be gzipped - if (this[UNZIP] === null && chunk) { - if (this[BUFFER]) { - chunk = Buffer.concat([this[BUFFER], chunk]) - this[BUFFER] = null - } - if (chunk.length < gzipHeader.length) { - this[BUFFER] = chunk - return true - } - for (let i = 0; this[UNZIP] === null && i < gzipHeader.length; i++) { - if (chunk[i] !== gzipHeader[i]) { - this[UNZIP] = false - } - } - if (this[UNZIP] === null) { - const ended = this[ENDED] - this[ENDED] = false - this[UNZIP] = new zlib.Unzip() - this[UNZIP].on('data', chunk => this[CONSUMECHUNK](chunk)) - this[UNZIP].on('error', er => this.abort(er)) - this[UNZIP].on('end', _ => { - this[ENDED] = true - this[CONSUMECHUNK]() - }) - this[WRITING] = true - const ret = this[UNZIP][ended ? 'end' : 'write'](chunk) - this[WRITING] = false - return ret - } - } - - this[WRITING] = true - if (this[UNZIP]) { - this[UNZIP].write(chunk) - } else { - this[CONSUMECHUNK](chunk) - } - this[WRITING] = false - - // return false if there's a queue, or if the current entry isn't flowing - const ret = - this[QUEUE].length ? false : - this[READENTRY] ? this[READENTRY].flowing : - true - - // if we have no queue, then that means a clogged READENTRY - if (!ret && !this[QUEUE].length) { - this[READENTRY].once('drain', _ => this.emit('drain')) - } - - return ret - } - - [BUFFERCONCAT] (c) { - if (c && !this[ABORTED]) { - this[BUFFER] = this[BUFFER] ? Buffer.concat([this[BUFFER], c]) : c - } - } - - [MAYBEEND] () { - if (this[ENDED] && - !this[EMITTEDEND] && - !this[ABORTED] && - !this[CONSUMING]) { - this[EMITTEDEND] = true - const entry = this[WRITEENTRY] - if (entry && entry.blockRemain) { - // truncated, likely a damaged file - const have = this[BUFFER] ? this[BUFFER].length : 0 - this.warn('TAR_BAD_ARCHIVE', `Truncated input (needed ${ - entry.blockRemain} more bytes, only ${have} available)`, { entry }) - if (this[BUFFER]) { - entry.write(this[BUFFER]) - } - entry.end() - } - this[EMIT](DONE) - } - } - - [CONSUMECHUNK] (chunk) { - if (this[CONSUMING]) { - this[BUFFERCONCAT](chunk) - } else if (!chunk && !this[BUFFER]) { - this[MAYBEEND]() - } else { - this[CONSUMING] = true - if (this[BUFFER]) { - this[BUFFERCONCAT](chunk) - const c = this[BUFFER] - this[BUFFER] = null - this[CONSUMECHUNKSUB](c) - } else { - this[CONSUMECHUNKSUB](chunk) - } - - while (this[BUFFER] && - this[BUFFER].length >= 512 && - !this[ABORTED] && - !this[SAW_EOF]) { - const c = this[BUFFER] - this[BUFFER] = null - this[CONSUMECHUNKSUB](c) - } - this[CONSUMING] = false - } - - if (!this[BUFFER] || this[ENDED]) { - this[MAYBEEND]() - } - } - - [CONSUMECHUNKSUB] (chunk) { - // we know that we are in CONSUMING mode, so anything written goes into - // the buffer. Advance the position and put any remainder in the buffer. - let position = 0 - const length = chunk.length - while (position + 512 <= length && !this[ABORTED] && !this[SAW_EOF]) { - switch (this[STATE]) { - case 'begin': - case 'header': - this[CONSUMEHEADER](chunk, position) - position += 512 - break - - case 'ignore': - case 'body': - position += this[CONSUMEBODY](chunk, position) - break - - case 'meta': - position += this[CONSUMEMETA](chunk, position) - break - - /* istanbul ignore next */ - default: - throw new Error('invalid state: ' + this[STATE]) - } - } - - if (position < length) { - if (this[BUFFER]) { - this[BUFFER] = Buffer.concat([chunk.slice(position), this[BUFFER]]) - } else { - this[BUFFER] = chunk.slice(position) - } - } - } - - end (chunk) { - if (!this[ABORTED]) { - if (this[UNZIP]) { - this[UNZIP].end(chunk) - } else { - this[ENDED] = true - this.write(chunk) - } - } - } -}) diff --git a/software/flow/node_modules/npm/node_modules/tar/lib/path-reservations.js b/software/flow/node_modules/npm/node_modules/tar/lib/path-reservations.js deleted file mode 100644 index ef380ca..0000000 --- a/software/flow/node_modules/npm/node_modules/tar/lib/path-reservations.js +++ /dev/null @@ -1,156 +0,0 @@ -// A path exclusive reservation system -// reserve([list, of, paths], fn) -// When the fn is first in line for all its paths, it -// is called with a cb that clears the reservation. -// -// Used by async unpack to avoid clobbering paths in use, -// while still allowing maximal safe parallelization. - -const assert = require('assert') -const normalize = require('./normalize-unicode.js') -const stripSlashes = require('./strip-trailing-slashes.js') -const { join } = require('path') - -const platform = process.env.TESTING_TAR_FAKE_PLATFORM || process.platform -const isWindows = platform === 'win32' - -module.exports = () => { - // path => [function or Set] - // A Set object means a directory reservation - // A fn is a direct reservation on that path - const queues = new Map() - - // fn => {paths:[path,...], dirs:[path, ...]} - const reservations = new Map() - - // return a set of parent dirs for a given path - // '/a/b/c/d' -> ['/', '/a', '/a/b', '/a/b/c', '/a/b/c/d'] - const getDirs = path => { - const dirs = path.split('/').slice(0, -1).reduce((set, path) => { - if (set.length) { - path = join(set[set.length - 1], path) - } - set.push(path || '/') - return set - }, []) - return dirs - } - - // functions currently running - const running = new Set() - - // return the queues for each path the function cares about - // fn => {paths, dirs} - const getQueues = fn => { - const res = reservations.get(fn) - /* istanbul ignore if - unpossible */ - if (!res) { - throw new Error('function does not have any path reservations') - } - return { - paths: res.paths.map(path => queues.get(path)), - dirs: [...res.dirs].map(path => queues.get(path)), - } - } - - // check if fn is first in line for all its paths, and is - // included in the first set for all its dir queues - const check = fn => { - const { paths, dirs } = getQueues(fn) - return paths.every(q => q[0] === fn) && - dirs.every(q => q[0] instanceof Set && q[0].has(fn)) - } - - // run the function if it's first in line and not already running - const run = fn => { - if (running.has(fn) || !check(fn)) { - return false - } - running.add(fn) - fn(() => clear(fn)) - return true - } - - const clear = fn => { - if (!running.has(fn)) { - return false - } - - const { paths, dirs } = reservations.get(fn) - const next = new Set() - - paths.forEach(path => { - const q = queues.get(path) - assert.equal(q[0], fn) - if (q.length === 1) { - queues.delete(path) - } else { - q.shift() - if (typeof q[0] === 'function') { - next.add(q[0]) - } else { - q[0].forEach(fn => next.add(fn)) - } - } - }) - - dirs.forEach(dir => { - const q = queues.get(dir) - assert(q[0] instanceof Set) - if (q[0].size === 1 && q.length === 1) { - queues.delete(dir) - } else if (q[0].size === 1) { - q.shift() - - // must be a function or else the Set would've been reused - next.add(q[0]) - } else { - q[0].delete(fn) - } - }) - running.delete(fn) - - next.forEach(fn => run(fn)) - return true - } - - const reserve = (paths, fn) => { - // collide on matches across case and unicode normalization - // On windows, thanks to the magic of 8.3 shortnames, it is fundamentally - // impossible to determine whether two paths refer to the same thing on - // disk, without asking the kernel for a shortname. - // So, we just pretend that every path matches every other path here, - // effectively removing all parallelization on windows. - paths = isWindows ? ['win32 parallelization disabled'] : paths.map(p => { - // don't need normPath, because we skip this entirely for windows - return normalize(stripSlashes(join(p))).toLowerCase() - }) - - const dirs = new Set( - paths.map(path => getDirs(path)).reduce((a, b) => a.concat(b)) - ) - reservations.set(fn, { dirs, paths }) - paths.forEach(path => { - const q = queues.get(path) - if (!q) { - queues.set(path, [fn]) - } else { - q.push(fn) - } - }) - dirs.forEach(dir => { - const q = queues.get(dir) - if (!q) { - queues.set(dir, [new Set([fn])]) - } else if (q[q.length - 1] instanceof Set) { - q[q.length - 1].add(fn) - } else { - q.push(new Set([fn])) - } - }) - - return run(fn) - } - - return { check, reserve } -} diff --git a/software/flow/node_modules/npm/node_modules/tar/lib/pax.js b/software/flow/node_modules/npm/node_modules/tar/lib/pax.js deleted file mode 100644 index 4a7ca85..0000000 --- a/software/flow/node_modules/npm/node_modules/tar/lib/pax.js +++ /dev/null @@ -1,150 +0,0 @@ -'use strict' -const Header = require('./header.js') -const path = require('path') - -class Pax { - constructor (obj, global) { - this.atime = obj.atime || null - this.charset = obj.charset || null - this.comment = obj.comment || null - this.ctime = obj.ctime || null - this.gid = obj.gid || null - this.gname = obj.gname || null - this.linkpath = obj.linkpath || null - this.mtime = obj.mtime || null - this.path = obj.path || null - this.size = obj.size || null - this.uid = obj.uid || null - this.uname = obj.uname || null - this.dev = obj.dev || null - this.ino = obj.ino || null - this.nlink = obj.nlink || null - this.global = global || false - } - - encode () { - const body = this.encodeBody() - if (body === '') { - return null - } - - const bodyLen = Buffer.byteLength(body) - // round up to 512 bytes - // add 512 for header - const bufLen = 512 * Math.ceil(1 + bodyLen / 512) - const buf = Buffer.allocUnsafe(bufLen) - - // 0-fill the header section, it might not hit every field - for (let i = 0; i < 512; i++) { - buf[i] = 0 - } - - new Header({ - // XXX split the path - // then the path should be PaxHeader + basename, but less than 99, - // prepend with the dirname - path: ('PaxHeader/' + path.basename(this.path)).slice(0, 99), - mode: this.mode || 0o644, - uid: this.uid || null, - gid: this.gid || null, - size: bodyLen, - mtime: this.mtime || null, - type: this.global ? 'GlobalExtendedHeader' : 'ExtendedHeader', - linkpath: '', - uname: this.uname || '', - gname: this.gname || '', - devmaj: 0, - devmin: 0, - atime: this.atime || null, - ctime: this.ctime || null, - }).encode(buf) - - buf.write(body, 512, bodyLen, 'utf8') - - // null pad after the body - for (let i = bodyLen + 512; i < buf.length; i++) { - buf[i] = 0 - } - - return buf - } - - encodeBody () { - return ( - this.encodeField('path') + - this.encodeField('ctime') + - this.encodeField('atime') + - this.encodeField('dev') + - this.encodeField('ino') + - this.encodeField('nlink') + - this.encodeField('charset') + - this.encodeField('comment') + - this.encodeField('gid') + - this.encodeField('gname') + - this.encodeField('linkpath') + - this.encodeField('mtime') + - this.encodeField('size') + - this.encodeField('uid') + - this.encodeField('uname') - ) - } - - encodeField (field) { - if (this[field] === null || this[field] === undefined) { - return '' - } - const v = this[field] instanceof Date ? this[field].getTime() / 1000 - : this[field] - const s = ' ' + - (field === 'dev' || field === 'ino' || field === 'nlink' - ? 'SCHILY.' : '') + - field + '=' + v + '\n' - const byteLen = Buffer.byteLength(s) - // the digits includes the length of the digits in ascii base-10 - // so if it's 9 characters, then adding 1 for the 9 makes it 10 - // which makes it 11 chars. - let digits = Math.floor(Math.log(byteLen) / Math.log(10)) + 1 - if (byteLen + digits >= Math.pow(10, digits)) { - digits += 1 - } - const len = digits + byteLen - return len + s - } -} - -Pax.parse = (string, ex, g) => new Pax(merge(parseKV(string), ex), g) - -const merge = (a, b) => - b ? Object.keys(a).reduce((s, k) => (s[k] = a[k], s), b) : a - -const parseKV = string => - string - .replace(/\n$/, '') - .split('\n') - .reduce(parseKVLine, Object.create(null)) - -const parseKVLine = (set, line) => { - const n = parseInt(line, 10) - - // XXX Values with \n in them will fail this. - // Refactor to not be a naive line-by-line parse. - if (n !== Buffer.byteLength(line) + 1) { - return set - } - - line = line.slice((n + ' ').length) - const kv = line.split('=') - const k = kv.shift().replace(/^SCHILY\.(dev|ino|nlink)/, '$1') - if (!k) { - return set - } - - const v = kv.join('=') - set[k] = /^([A-Z]+\.)?([mac]|birth|creation)time$/.test(k) - ? new Date(v * 1000) - : /^[0-9]+$/.test(v) ? +v - : v - return set -} - -module.exports = Pax diff --git a/software/flow/node_modules/npm/node_modules/tar/lib/read-entry.js b/software/flow/node_modules/npm/node_modules/tar/lib/read-entry.js deleted file mode 100644 index 7f44beb..0000000 --- a/software/flow/node_modules/npm/node_modules/tar/lib/read-entry.js +++ /dev/null @@ -1,107 +0,0 @@ -'use strict' -const MiniPass = require('minipass') -const normPath = require('./normalize-windows-path.js') - -const SLURP = Symbol('slurp') -module.exports = class ReadEntry extends MiniPass { - constructor (header, ex, gex) { - super() - // read entries always start life paused. this is to avoid the - // situation where Minipass's auto-ending empty streams results - // in an entry ending before we're ready for it. - this.pause() - this.extended = ex - this.globalExtended = gex - this.header = header - this.startBlockSize = 512 * Math.ceil(header.size / 512) - this.blockRemain = this.startBlockSize - this.remain = header.size - this.type = header.type - this.meta = false - this.ignore = false - switch (this.type) { - case 'File': - case 'OldFile': - case 'Link': - case 'SymbolicLink': - case 'CharacterDevice': - case 'BlockDevice': - case 'Directory': - case 'FIFO': - case 'ContiguousFile': - case 'GNUDumpDir': - break - - case 'NextFileHasLongLinkpath': - case 'NextFileHasLongPath': - case 'OldGnuLongPath': - case 'GlobalExtendedHeader': - case 'ExtendedHeader': - case 'OldExtendedHeader': - this.meta = true - break - - // NOTE: gnutar and bsdtar treat unrecognized types as 'File' - // it may be worth doing the same, but with a warning. - default: - this.ignore = true - } - - this.path = normPath(header.path) - this.mode = header.mode - if (this.mode) { - this.mode = this.mode & 0o7777 - } - this.uid = header.uid - this.gid = header.gid - this.uname = header.uname - this.gname = header.gname - this.size = header.size - this.mtime = header.mtime - this.atime = header.atime - this.ctime = header.ctime - this.linkpath = normPath(header.linkpath) - this.uname = header.uname - this.gname = header.gname - - if (ex) { - this[SLURP](ex) - } - if (gex) { - this[SLURP](gex, true) - } - } - - write (data) { - const writeLen = data.length - if (writeLen > this.blockRemain) { - throw new Error('writing more to entry than is appropriate') - } - - const r = this.remain - const br = this.blockRemain - this.remain = Math.max(0, r - writeLen) - this.blockRemain = Math.max(0, br - writeLen) - if (this.ignore) { - return true - } - - if (r >= writeLen) { - return super.write(data) - } - - // r < writeLen - return super.write(data.slice(0, r)) - } - - [SLURP] (ex, global) { - for (const k in ex) { - // we slurp in everything except for the path attribute in - // a global extended header, because that's weird. - if (ex[k] !== null && ex[k] !== undefined && - !(global && k === 'path')) { - this[k] = k === 'path' || k === 'linkpath' ? normPath(ex[k]) : ex[k] - } - } - } -} diff --git a/software/flow/node_modules/npm/node_modules/tar/lib/replace.js b/software/flow/node_modules/npm/node_modules/tar/lib/replace.js deleted file mode 100644 index c6e619b..0000000 --- a/software/flow/node_modules/npm/node_modules/tar/lib/replace.js +++ /dev/null @@ -1,246 +0,0 @@ -'use strict' - -// tar -r -const hlo = require('./high-level-opt.js') -const Pack = require('./pack.js') -const fs = require('fs') -const fsm = require('fs-minipass') -const t = require('./list.js') -const path = require('path') - -// starting at the head of the file, read a Header -// If the checksum is invalid, that's our position to start writing -// If it is, jump forward by the specified size (round up to 512) -// and try again. -// Write the new Pack stream starting there. - -const Header = require('./header.js') - -module.exports = (opt_, files, cb) => { - const opt = hlo(opt_) - - if (!opt.file) { - throw new TypeError('file is required') - } - - if (opt.gzip) { - throw new TypeError('cannot append to compressed archives') - } - - if (!files || !Array.isArray(files) || !files.length) { - throw new TypeError('no files or directories specified') - } - - files = Array.from(files) - - return opt.sync ? replaceSync(opt, files) - : replace(opt, files, cb) -} - -const replaceSync = (opt, files) => { - const p = new Pack.Sync(opt) - - let threw = true - let fd - let position - - try { - try { - fd = fs.openSync(opt.file, 'r+') - } catch (er) { - if (er.code === 'ENOENT') { - fd = fs.openSync(opt.file, 'w+') - } else { - throw er - } - } - - const st = fs.fstatSync(fd) - const headBuf = Buffer.alloc(512) - - POSITION: for (position = 0; position < st.size; position += 512) { - for (let bufPos = 0, bytes = 0; bufPos < 512; bufPos += bytes) { - bytes = fs.readSync( - fd, headBuf, bufPos, headBuf.length - bufPos, position + bufPos - ) - - if (position === 0 && headBuf[0] === 0x1f && headBuf[1] === 0x8b) { - throw new Error('cannot append to compressed archives') - } - - if (!bytes) { - break POSITION - } - } - - const h = new Header(headBuf) - if (!h.cksumValid) { - break - } - const entryBlockSize = 512 * Math.ceil(h.size / 512) - if (position + entryBlockSize + 512 > st.size) { - break - } - // the 512 for the header we just parsed will be added as well - // also jump ahead all the blocks for the body - position += entryBlockSize - if (opt.mtimeCache) { - opt.mtimeCache.set(h.path, h.mtime) - } - } - threw = false - - streamSync(opt, p, position, fd, files) - } finally { - if (threw) { - try { - fs.closeSync(fd) - } catch (er) {} - } - } -} - -const streamSync = (opt, p, position, fd, files) => { - const stream = new fsm.WriteStreamSync(opt.file, { - fd: fd, - start: position, - }) - p.pipe(stream) - addFilesSync(p, files) -} - -const replace = (opt, files, cb) => { - files = Array.from(files) - const p = new Pack(opt) - - const getPos = (fd, size, cb_) => { - const cb = (er, pos) => { - if (er) { - fs.close(fd, _ => cb_(er)) - } else { - cb_(null, pos) - } - } - - let position = 0 - if (size === 0) { - return cb(null, 0) - } - - let bufPos = 0 - const headBuf = Buffer.alloc(512) - const onread = (er, bytes) => { - if (er) { - return cb(er) - } - bufPos += bytes - if (bufPos < 512 && bytes) { - return fs.read( - fd, headBuf, bufPos, headBuf.length - bufPos, - position + bufPos, onread - ) - } - - if (position === 0 && headBuf[0] === 0x1f && headBuf[1] === 0x8b) { - return cb(new Error('cannot append to compressed archives')) - } - - // truncated header - if (bufPos < 512) { - return cb(null, position) - } - - const h = new Header(headBuf) - if (!h.cksumValid) { - return cb(null, position) - } - - const entryBlockSize = 512 * Math.ceil(h.size / 512) - if (position + entryBlockSize + 512 > size) { - return cb(null, position) - } - - position += entryBlockSize + 512 - if (position >= size) { - return cb(null, position) - } - - if (opt.mtimeCache) { - opt.mtimeCache.set(h.path, h.mtime) - } - bufPos = 0 - fs.read(fd, headBuf, 0, 512, position, onread) - } - fs.read(fd, headBuf, 0, 512, position, onread) - } - - const promise = new Promise((resolve, reject) => { - p.on('error', reject) - let flag = 'r+' - const onopen = (er, fd) => { - if (er && er.code === 'ENOENT' && flag === 'r+') { - flag = 'w+' - return fs.open(opt.file, flag, onopen) - } - - if (er) { - return reject(er) - } - - fs.fstat(fd, (er, st) => { - if (er) { - return fs.close(fd, () => reject(er)) - } - - getPos(fd, st.size, (er, position) => { - if (er) { - return reject(er) - } - const stream = new fsm.WriteStream(opt.file, { - fd: fd, - start: position, - }) - p.pipe(stream) - stream.on('error', reject) - stream.on('close', resolve) - addFilesAsync(p, files) - }) - }) - } - fs.open(opt.file, flag, onopen) - }) - - return cb ? promise.then(cb, cb) : promise -} - -const addFilesSync = (p, files) => { - files.forEach(file => { - if (file.charAt(0) === '@') { - t({ - file: path.resolve(p.cwd, file.slice(1)), - sync: true, - noResume: true, - onentry: entry => p.add(entry), - }) - } else { - p.add(file) - } - }) - p.end() -} - -const addFilesAsync = (p, files) => { - while (files.length) { - const file = files.shift() - if (file.charAt(0) === '@') { - return t({ - file: path.resolve(p.cwd, file.slice(1)), - noResume: true, - onentry: entry => p.add(entry), - }).then(_ => addFilesAsync(p, files)) - } else { - p.add(file) - } - } - p.end() -} diff --git a/software/flow/node_modules/npm/node_modules/tar/lib/strip-absolute-path.js b/software/flow/node_modules/npm/node_modules/tar/lib/strip-absolute-path.js deleted file mode 100644 index 185e2de..0000000 --- a/software/flow/node_modules/npm/node_modules/tar/lib/strip-absolute-path.js +++ /dev/null @@ -1,24 +0,0 @@ -// unix absolute paths are also absolute on win32, so we use this for both -const { isAbsolute, parse } = require('path').win32 - -// returns [root, stripped] -// Note that windows will think that //x/y/z/a has a "root" of //x/y, and in -// those cases, we want to sanitize it to x/y/z/a, not z/a, so we strip / -// explicitly if it's the first character. -// drive-specific relative paths on Windows get their root stripped off even -// though they are not absolute, so `c:../foo` becomes ['c:', '../foo'] -module.exports = path => { - let r = '' - - let parsed = parse(path) - while (isAbsolute(path) || parsed.root) { - // windows will think that //x/y/z has a "root" of //x/y/ - // but strip the //?/C:/ off of //?/C:/path - const root = path.charAt(0) === '/' && path.slice(0, 4) !== '//?/' ? '/' - : parsed.root - path = path.slice(root.length) - r += root - parsed = parse(path) - } - return [r, path] -} diff --git a/software/flow/node_modules/npm/node_modules/tar/lib/strip-trailing-slashes.js b/software/flow/node_modules/npm/node_modules/tar/lib/strip-trailing-slashes.js deleted file mode 100644 index 3e3ecec..0000000 --- a/software/flow/node_modules/npm/node_modules/tar/lib/strip-trailing-slashes.js +++ /dev/null @@ -1,13 +0,0 @@ -// warning: extremely hot code path. -// This has been meticulously optimized for use -// within npm install on large package trees. -// Do not edit without careful benchmarking. -module.exports = str => { - let i = str.length - 1 - let slashesStart = -1 - while (i > -1 && str.charAt(i) === '/') { - slashesStart = i - i-- - } - return slashesStart === -1 ? str : str.slice(0, slashesStart) -} diff --git a/software/flow/node_modules/npm/node_modules/tar/lib/types.js b/software/flow/node_modules/npm/node_modules/tar/lib/types.js deleted file mode 100644 index 7bfc254..0000000 --- a/software/flow/node_modules/npm/node_modules/tar/lib/types.js +++ /dev/null @@ -1,44 +0,0 @@ -'use strict' -// map types from key to human-friendly name -exports.name = new Map([ - ['0', 'File'], - // same as File - ['', 'OldFile'], - ['1', 'Link'], - ['2', 'SymbolicLink'], - // Devices and FIFOs aren't fully supported - // they are parsed, but skipped when unpacking - ['3', 'CharacterDevice'], - ['4', 'BlockDevice'], - ['5', 'Directory'], - ['6', 'FIFO'], - // same as File - ['7', 'ContiguousFile'], - // pax headers - ['g', 'GlobalExtendedHeader'], - ['x', 'ExtendedHeader'], - // vendor-specific stuff - // skip - ['A', 'SolarisACL'], - // like 5, but with data, which should be skipped - ['D', 'GNUDumpDir'], - // metadata only, skip - ['I', 'Inode'], - // data = link path of next file - ['K', 'NextFileHasLongLinkpath'], - // data = path of next file - ['L', 'NextFileHasLongPath'], - // skip - ['M', 'ContinuationFile'], - // like L - ['N', 'OldGnuLongPath'], - // skip - ['S', 'SparseFile'], - // skip - ['V', 'TapeVolumeHeader'], - // like x - ['X', 'OldExtendedHeader'], -]) - -// map the other direction -exports.code = new Map(Array.from(exports.name).map(kv => [kv[1], kv[0]])) diff --git a/software/flow/node_modules/npm/node_modules/tar/lib/unpack.js b/software/flow/node_modules/npm/node_modules/tar/lib/unpack.js deleted file mode 100644 index e341ad0..0000000 --- a/software/flow/node_modules/npm/node_modules/tar/lib/unpack.js +++ /dev/null @@ -1,906 +0,0 @@ -'use strict' - -// the PEND/UNPEND stuff tracks whether we're ready to emit end/close yet. -// but the path reservations are required to avoid race conditions where -// parallelized unpack ops may mess with one another, due to dependencies -// (like a Link depending on its target) or destructive operations (like -// clobbering an fs object to create one of a different type.) - -const assert = require('assert') -const Parser = require('./parse.js') -const fs = require('fs') -const fsm = require('fs-minipass') -const path = require('path') -const mkdir = require('./mkdir.js') -const wc = require('./winchars.js') -const pathReservations = require('./path-reservations.js') -const stripAbsolutePath = require('./strip-absolute-path.js') -const normPath = require('./normalize-windows-path.js') -const stripSlash = require('./strip-trailing-slashes.js') -const normalize = require('./normalize-unicode.js') - -const ONENTRY = Symbol('onEntry') -const CHECKFS = Symbol('checkFs') -const CHECKFS2 = Symbol('checkFs2') -const PRUNECACHE = Symbol('pruneCache') -const ISREUSABLE = Symbol('isReusable') -const MAKEFS = Symbol('makeFs') -const FILE = Symbol('file') -const DIRECTORY = Symbol('directory') -const LINK = Symbol('link') -const SYMLINK = Symbol('symlink') -const HARDLINK = Symbol('hardlink') -const UNSUPPORTED = Symbol('unsupported') -const CHECKPATH = Symbol('checkPath') -const MKDIR = Symbol('mkdir') -const ONERROR = Symbol('onError') -const PENDING = Symbol('pending') -const PEND = Symbol('pend') -const UNPEND = Symbol('unpend') -const ENDED = Symbol('ended') -const MAYBECLOSE = Symbol('maybeClose') -const SKIP = Symbol('skip') -const DOCHOWN = Symbol('doChown') -const UID = Symbol('uid') -const GID = Symbol('gid') -const CHECKED_CWD = Symbol('checkedCwd') -const crypto = require('crypto') -const getFlag = require('./get-write-flag.js') -const platform = process.env.TESTING_TAR_FAKE_PLATFORM || process.platform -const isWindows = platform === 'win32' - -// Unlinks on Windows are not atomic. -// -// This means that if you have a file entry, followed by another -// file entry with an identical name, and you cannot re-use the file -// (because it's a hardlink, or because unlink:true is set, or it's -// Windows, which does not have useful nlink values), then the unlink -// will be committed to the disk AFTER the new file has been written -// over the old one, deleting the new file. -// -// To work around this, on Windows systems, we rename the file and then -// delete the renamed file. It's a sloppy kludge, but frankly, I do not -// know of a better way to do this, given windows' non-atomic unlink -// semantics. -// -// See: https://github.com/npm/node-tar/issues/183 -/* istanbul ignore next */ -const unlinkFile = (path, cb) => { - if (!isWindows) { - return fs.unlink(path, cb) - } - - const name = path + '.DELETE.' + crypto.randomBytes(16).toString('hex') - fs.rename(path, name, er => { - if (er) { - return cb(er) - } - fs.unlink(name, cb) - }) -} - -/* istanbul ignore next */ -const unlinkFileSync = path => { - if (!isWindows) { - return fs.unlinkSync(path) - } - - const name = path + '.DELETE.' + crypto.randomBytes(16).toString('hex') - fs.renameSync(path, name) - fs.unlinkSync(name) -} - -// this.gid, entry.gid, this.processUid -const uint32 = (a, b, c) => - a === a >>> 0 ? a - : b === b >>> 0 ? b - : c - -// clear the cache if it's a case-insensitive unicode-squashing match. -// we can't know if the current file system is case-sensitive or supports -// unicode fully, so we check for similarity on the maximally compatible -// representation. Err on the side of pruning, since all it's doing is -// preventing lstats, and it's not the end of the world if we get a false -// positive. -// Note that on windows, we always drop the entire cache whenever a -// symbolic link is encountered, because 8.3 filenames are impossible -// to reason about, and collisions are hazards rather than just failures. -const cacheKeyNormalize = path => normalize(stripSlash(normPath(path))) - .toLowerCase() - -const pruneCache = (cache, abs) => { - abs = cacheKeyNormalize(abs) - for (const path of cache.keys()) { - const pnorm = cacheKeyNormalize(path) - if (pnorm === abs || pnorm.indexOf(abs + '/') === 0) { - cache.delete(path) - } - } -} - -const dropCache = cache => { - for (const key of cache.keys()) { - cache.delete(key) - } -} - -class Unpack extends Parser { - constructor (opt) { - if (!opt) { - opt = {} - } - - opt.ondone = _ => { - this[ENDED] = true - this[MAYBECLOSE]() - } - - super(opt) - - this[CHECKED_CWD] = false - - this.reservations = pathReservations() - - this.transform = typeof opt.transform === 'function' ? opt.transform : null - - this.writable = true - this.readable = false - - this[PENDING] = 0 - this[ENDED] = false - - this.dirCache = opt.dirCache || new Map() - - if (typeof opt.uid === 'number' || typeof opt.gid === 'number') { - // need both or neither - if (typeof opt.uid !== 'number' || typeof opt.gid !== 'number') { - throw new TypeError('cannot set owner without number uid and gid') - } - if (opt.preserveOwner) { - throw new TypeError( - 'cannot preserve owner in archive and also set owner explicitly') - } - this.uid = opt.uid - this.gid = opt.gid - this.setOwner = true - } else { - this.uid = null - this.gid = null - this.setOwner = false - } - - // default true for root - if (opt.preserveOwner === undefined && typeof opt.uid !== 'number') { - this.preserveOwner = process.getuid && process.getuid() === 0 - } else { - this.preserveOwner = !!opt.preserveOwner - } - - this.processUid = (this.preserveOwner || this.setOwner) && process.getuid ? - process.getuid() : null - this.processGid = (this.preserveOwner || this.setOwner) && process.getgid ? - process.getgid() : null - - // mostly just for testing, but useful in some cases. - // Forcibly trigger a chown on every entry, no matter what - this.forceChown = opt.forceChown === true - - // turn ><?| in filenames into 0xf000-higher encoded forms - this.win32 = !!opt.win32 || isWindows - - // do not unpack over files that are newer than what's in the archive - this.newer = !!opt.newer - - // do not unpack over ANY files - this.keep = !!opt.keep - - // do not set mtime/atime of extracted entries - this.noMtime = !!opt.noMtime - - // allow .., absolute path entries, and unpacking through symlinks - // without this, warn and skip .., relativize absolutes, and error - // on symlinks in extraction path - this.preservePaths = !!opt.preservePaths - - // unlink files and links before writing. This breaks existing hard - // links, and removes symlink directories rather than erroring - this.unlink = !!opt.unlink - - this.cwd = normPath(path.resolve(opt.cwd || process.cwd())) - this.strip = +opt.strip || 0 - // if we're not chmodding, then we don't need the process umask - this.processUmask = opt.noChmod ? 0 : process.umask() - this.umask = typeof opt.umask === 'number' ? opt.umask : this.processUmask - - // default mode for dirs created as parents - this.dmode = opt.dmode || (0o0777 & (~this.umask)) - this.fmode = opt.fmode || (0o0666 & (~this.umask)) - - this.on('entry', entry => this[ONENTRY](entry)) - } - - // a bad or damaged archive is a warning for Parser, but an error - // when extracting. Mark those errors as unrecoverable, because - // the Unpack contract cannot be met. - warn (code, msg, data = {}) { - if (code === 'TAR_BAD_ARCHIVE' || code === 'TAR_ABORT') { - data.recoverable = false - } - return super.warn(code, msg, data) - } - - [MAYBECLOSE] () { - if (this[ENDED] && this[PENDING] === 0) { - this.emit('prefinish') - this.emit('finish') - this.emit('end') - } - } - - [CHECKPATH] (entry) { - if (this.strip) { - const parts = normPath(entry.path).split('/') - if (parts.length < this.strip) { - return false - } - entry.path = parts.slice(this.strip).join('/') - - if (entry.type === 'Link') { - const linkparts = normPath(entry.linkpath).split('/') - if (linkparts.length >= this.strip) { - entry.linkpath = linkparts.slice(this.strip).join('/') - } else { - return false - } - } - } - - if (!this.preservePaths) { - const p = normPath(entry.path) - const parts = p.split('/') - if (parts.includes('..') || isWindows && /^[a-z]:\.\.$/i.test(parts[0])) { - this.warn('TAR_ENTRY_ERROR', `path contains '..'`, { - entry, - path: p, - }) - return false - } - - // strip off the root - const [root, stripped] = stripAbsolutePath(p) - if (root) { - entry.path = stripped - this.warn('TAR_ENTRY_INFO', `stripping ${root} from absolute path`, { - entry, - path: p, - }) - } - } - - if (path.isAbsolute(entry.path)) { - entry.absolute = normPath(path.resolve(entry.path)) - } else { - entry.absolute = normPath(path.resolve(this.cwd, entry.path)) - } - - // if we somehow ended up with a path that escapes the cwd, and we are - // not in preservePaths mode, then something is fishy! This should have - // been prevented above, so ignore this for coverage. - /* istanbul ignore if - defense in depth */ - if (!this.preservePaths && - entry.absolute.indexOf(this.cwd + '/') !== 0 && - entry.absolute !== this.cwd) { - this.warn('TAR_ENTRY_ERROR', 'path escaped extraction target', { - entry, - path: normPath(entry.path), - resolvedPath: entry.absolute, - cwd: this.cwd, - }) - return false - } - - // an archive can set properties on the extraction directory, but it - // may not replace the cwd with a different kind of thing entirely. - if (entry.absolute === this.cwd && - entry.type !== 'Directory' && - entry.type !== 'GNUDumpDir') { - return false - } - - // only encode : chars that aren't drive letter indicators - if (this.win32) { - const { root: aRoot } = path.win32.parse(entry.absolute) - entry.absolute = aRoot + wc.encode(entry.absolute.slice(aRoot.length)) - const { root: pRoot } = path.win32.parse(entry.path) - entry.path = pRoot + wc.encode(entry.path.slice(pRoot.length)) - } - - return true - } - - [ONENTRY] (entry) { - if (!this[CHECKPATH](entry)) { - return entry.resume() - } - - assert.equal(typeof entry.absolute, 'string') - - switch (entry.type) { - case 'Directory': - case 'GNUDumpDir': - if (entry.mode) { - entry.mode = entry.mode | 0o700 - } - - // eslint-disable-next-line no-fallthrough - case 'File': - case 'OldFile': - case 'ContiguousFile': - case 'Link': - case 'SymbolicLink': - return this[CHECKFS](entry) - - case 'CharacterDevice': - case 'BlockDevice': - case 'FIFO': - default: - return this[UNSUPPORTED](entry) - } - } - - [ONERROR] (er, entry) { - // Cwd has to exist, or else nothing works. That's serious. - // Other errors are warnings, which raise the error in strict - // mode, but otherwise continue on. - if (er.name === 'CwdError') { - this.emit('error', er) - } else { - this.warn('TAR_ENTRY_ERROR', er, { entry }) - this[UNPEND]() - entry.resume() - } - } - - [MKDIR] (dir, mode, cb) { - mkdir(normPath(dir), { - uid: this.uid, - gid: this.gid, - processUid: this.processUid, - processGid: this.processGid, - umask: this.processUmask, - preserve: this.preservePaths, - unlink: this.unlink, - cache: this.dirCache, - cwd: this.cwd, - mode: mode, - noChmod: this.noChmod, - }, cb) - } - - [DOCHOWN] (entry) { - // in preserve owner mode, chown if the entry doesn't match process - // in set owner mode, chown if setting doesn't match process - return this.forceChown || - this.preserveOwner && - (typeof entry.uid === 'number' && entry.uid !== this.processUid || - typeof entry.gid === 'number' && entry.gid !== this.processGid) - || - (typeof this.uid === 'number' && this.uid !== this.processUid || - typeof this.gid === 'number' && this.gid !== this.processGid) - } - - [UID] (entry) { - return uint32(this.uid, entry.uid, this.processUid) - } - - [GID] (entry) { - return uint32(this.gid, entry.gid, this.processGid) - } - - [FILE] (entry, fullyDone) { - const mode = entry.mode & 0o7777 || this.fmode - const stream = new fsm.WriteStream(entry.absolute, { - flags: getFlag(entry.size), - mode: mode, - autoClose: false, - }) - stream.on('error', er => { - if (stream.fd) { - fs.close(stream.fd, () => {}) - } - - // flush all the data out so that we aren't left hanging - // if the error wasn't actually fatal. otherwise the parse - // is blocked, and we never proceed. - stream.write = () => true - this[ONERROR](er, entry) - fullyDone() - }) - - let actions = 1 - const done = er => { - if (er) { - /* istanbul ignore else - we should always have a fd by now */ - if (stream.fd) { - fs.close(stream.fd, () => {}) - } - - this[ONERROR](er, entry) - fullyDone() - return - } - - if (--actions === 0) { - fs.close(stream.fd, er => { - if (er) { - this[ONERROR](er, entry) - } else { - this[UNPEND]() - } - fullyDone() - }) - } - } - - stream.on('finish', _ => { - // if futimes fails, try utimes - // if utimes fails, fail with the original error - // same for fchown/chown - const abs = entry.absolute - const fd = stream.fd - - if (entry.mtime && !this.noMtime) { - actions++ - const atime = entry.atime || new Date() - const mtime = entry.mtime - fs.futimes(fd, atime, mtime, er => - er ? fs.utimes(abs, atime, mtime, er2 => done(er2 && er)) - : done()) - } - - if (this[DOCHOWN](entry)) { - actions++ - const uid = this[UID](entry) - const gid = this[GID](entry) - fs.fchown(fd, uid, gid, er => - er ? fs.chown(abs, uid, gid, er2 => done(er2 && er)) - : done()) - } - - done() - }) - - const tx = this.transform ? this.transform(entry) || entry : entry - if (tx !== entry) { - tx.on('error', er => { - this[ONERROR](er, entry) - fullyDone() - }) - entry.pipe(tx) - } - tx.pipe(stream) - } - - [DIRECTORY] (entry, fullyDone) { - const mode = entry.mode & 0o7777 || this.dmode - this[MKDIR](entry.absolute, mode, er => { - if (er) { - this[ONERROR](er, entry) - fullyDone() - return - } - - let actions = 1 - const done = _ => { - if (--actions === 0) { - fullyDone() - this[UNPEND]() - entry.resume() - } - } - - if (entry.mtime && !this.noMtime) { - actions++ - fs.utimes(entry.absolute, entry.atime || new Date(), entry.mtime, done) - } - - if (this[DOCHOWN](entry)) { - actions++ - fs.chown(entry.absolute, this[UID](entry), this[GID](entry), done) - } - - done() - }) - } - - [UNSUPPORTED] (entry) { - entry.unsupported = true - this.warn('TAR_ENTRY_UNSUPPORTED', - `unsupported entry type: ${entry.type}`, { entry }) - entry.resume() - } - - [SYMLINK] (entry, done) { - this[LINK](entry, entry.linkpath, 'symlink', done) - } - - [HARDLINK] (entry, done) { - const linkpath = normPath(path.resolve(this.cwd, entry.linkpath)) - this[LINK](entry, linkpath, 'link', done) - } - - [PEND] () { - this[PENDING]++ - } - - [UNPEND] () { - this[PENDING]-- - this[MAYBECLOSE]() - } - - [SKIP] (entry) { - this[UNPEND]() - entry.resume() - } - - // Check if we can reuse an existing filesystem entry safely and - // overwrite it, rather than unlinking and recreating - // Windows doesn't report a useful nlink, so we just never reuse entries - [ISREUSABLE] (entry, st) { - return entry.type === 'File' && - !this.unlink && - st.isFile() && - st.nlink <= 1 && - !isWindows - } - - // check if a thing is there, and if so, try to clobber it - [CHECKFS] (entry) { - this[PEND]() - const paths = [entry.path] - if (entry.linkpath) { - paths.push(entry.linkpath) - } - this.reservations.reserve(paths, done => this[CHECKFS2](entry, done)) - } - - [PRUNECACHE] (entry) { - // if we are not creating a directory, and the path is in the dirCache, - // then that means we are about to delete the directory we created - // previously, and it is no longer going to be a directory, and neither - // is any of its children. - // If a symbolic link is encountered, all bets are off. There is no - // reasonable way to sanitize the cache in such a way we will be able to - // avoid having filesystem collisions. If this happens with a non-symlink - // entry, it'll just fail to unpack, but a symlink to a directory, using an - // 8.3 shortname or certain unicode attacks, can evade detection and lead - // to arbitrary writes to anywhere on the system. - if (entry.type === 'SymbolicLink') { - dropCache(this.dirCache) - } else if (entry.type !== 'Directory') { - pruneCache(this.dirCache, entry.absolute) - } - } - - [CHECKFS2] (entry, fullyDone) { - this[PRUNECACHE](entry) - - const done = er => { - this[PRUNECACHE](entry) - fullyDone(er) - } - - const checkCwd = () => { - this[MKDIR](this.cwd, this.dmode, er => { - if (er) { - this[ONERROR](er, entry) - done() - return - } - this[CHECKED_CWD] = true - start() - }) - } - - const start = () => { - if (entry.absolute !== this.cwd) { - const parent = normPath(path.dirname(entry.absolute)) - if (parent !== this.cwd) { - return this[MKDIR](parent, this.dmode, er => { - if (er) { - this[ONERROR](er, entry) - done() - return - } - afterMakeParent() - }) - } - } - afterMakeParent() - } - - const afterMakeParent = () => { - fs.lstat(entry.absolute, (lstatEr, st) => { - if (st && (this.keep || this.newer && st.mtime > entry.mtime)) { - this[SKIP](entry) - done() - return - } - if (lstatEr || this[ISREUSABLE](entry, st)) { - return this[MAKEFS](null, entry, done) - } - - if (st.isDirectory()) { - if (entry.type === 'Directory') { - const needChmod = !this.noChmod && - entry.mode && - (st.mode & 0o7777) !== entry.mode - const afterChmod = er => this[MAKEFS](er, entry, done) - if (!needChmod) { - return afterChmod() - } - return fs.chmod(entry.absolute, entry.mode, afterChmod) - } - // Not a dir entry, have to remove it. - // NB: the only way to end up with an entry that is the cwd - // itself, in such a way that == does not detect, is a - // tricky windows absolute path with UNC or 8.3 parts (and - // preservePaths:true, or else it will have been stripped). - // In that case, the user has opted out of path protections - // explicitly, so if they blow away the cwd, c'est la vie. - if (entry.absolute !== this.cwd) { - return fs.rmdir(entry.absolute, er => - this[MAKEFS](er, entry, done)) - } - } - - // not a dir, and not reusable - // don't remove if the cwd, we want that error - if (entry.absolute === this.cwd) { - return this[MAKEFS](null, entry, done) - } - - unlinkFile(entry.absolute, er => - this[MAKEFS](er, entry, done)) - }) - } - - if (this[CHECKED_CWD]) { - start() - } else { - checkCwd() - } - } - - [MAKEFS] (er, entry, done) { - if (er) { - this[ONERROR](er, entry) - done() - return - } - - switch (entry.type) { - case 'File': - case 'OldFile': - case 'ContiguousFile': - return this[FILE](entry, done) - - case 'Link': - return this[HARDLINK](entry, done) - - case 'SymbolicLink': - return this[SYMLINK](entry, done) - - case 'Directory': - case 'GNUDumpDir': - return this[DIRECTORY](entry, done) - } - } - - [LINK] (entry, linkpath, link, done) { - // XXX: get the type ('symlink' or 'junction') for windows - fs[link](linkpath, entry.absolute, er => { - if (er) { - this[ONERROR](er, entry) - } else { - this[UNPEND]() - entry.resume() - } - done() - }) - } -} - -const callSync = fn => { - try { - return [null, fn()] - } catch (er) { - return [er, null] - } -} -class UnpackSync extends Unpack { - [MAKEFS] (er, entry) { - return super[MAKEFS](er, entry, () => {}) - } - - [CHECKFS] (entry) { - this[PRUNECACHE](entry) - - if (!this[CHECKED_CWD]) { - const er = this[MKDIR](this.cwd, this.dmode) - if (er) { - return this[ONERROR](er, entry) - } - this[CHECKED_CWD] = true - } - - // don't bother to make the parent if the current entry is the cwd, - // we've already checked it. - if (entry.absolute !== this.cwd) { - const parent = normPath(path.dirname(entry.absolute)) - if (parent !== this.cwd) { - const mkParent = this[MKDIR](parent, this.dmode) - if (mkParent) { - return this[ONERROR](mkParent, entry) - } - } - } - - const [lstatEr, st] = callSync(() => fs.lstatSync(entry.absolute)) - if (st && (this.keep || this.newer && st.mtime > entry.mtime)) { - return this[SKIP](entry) - } - - if (lstatEr || this[ISREUSABLE](entry, st)) { - return this[MAKEFS](null, entry) - } - - if (st.isDirectory()) { - if (entry.type === 'Directory') { - const needChmod = !this.noChmod && - entry.mode && - (st.mode & 0o7777) !== entry.mode - const [er] = needChmod ? callSync(() => { - fs.chmodSync(entry.absolute, entry.mode) - }) : [] - return this[MAKEFS](er, entry) - } - // not a dir entry, have to remove it - const [er] = callSync(() => fs.rmdirSync(entry.absolute)) - this[MAKEFS](er, entry) - } - - // not a dir, and not reusable. - // don't remove if it's the cwd, since we want that error. - const [er] = entry.absolute === this.cwd ? [] - : callSync(() => unlinkFileSync(entry.absolute)) - this[MAKEFS](er, entry) - } - - [FILE] (entry, done) { - const mode = entry.mode & 0o7777 || this.fmode - - const oner = er => { - let closeError - try { - fs.closeSync(fd) - } catch (e) { - closeError = e - } - if (er || closeError) { - this[ONERROR](er || closeError, entry) - } - done() - } - - let fd - try { - fd = fs.openSync(entry.absolute, getFlag(entry.size), mode) - } catch (er) { - return oner(er) - } - const tx = this.transform ? this.transform(entry) || entry : entry - if (tx !== entry) { - tx.on('error', er => this[ONERROR](er, entry)) - entry.pipe(tx) - } - - tx.on('data', chunk => { - try { - fs.writeSync(fd, chunk, 0, chunk.length) - } catch (er) { - oner(er) - } - }) - - tx.on('end', _ => { - let er = null - // try both, falling futimes back to utimes - // if either fails, handle the first error - if (entry.mtime && !this.noMtime) { - const atime = entry.atime || new Date() - const mtime = entry.mtime - try { - fs.futimesSync(fd, atime, mtime) - } catch (futimeser) { - try { - fs.utimesSync(entry.absolute, atime, mtime) - } catch (utimeser) { - er = futimeser - } - } - } - - if (this[DOCHOWN](entry)) { - const uid = this[UID](entry) - const gid = this[GID](entry) - - try { - fs.fchownSync(fd, uid, gid) - } catch (fchowner) { - try { - fs.chownSync(entry.absolute, uid, gid) - } catch (chowner) { - er = er || fchowner - } - } - } - - oner(er) - }) - } - - [DIRECTORY] (entry, done) { - const mode = entry.mode & 0o7777 || this.dmode - const er = this[MKDIR](entry.absolute, mode) - if (er) { - this[ONERROR](er, entry) - done() - return - } - if (entry.mtime && !this.noMtime) { - try { - fs.utimesSync(entry.absolute, entry.atime || new Date(), entry.mtime) - } catch (er) {} - } - if (this[DOCHOWN](entry)) { - try { - fs.chownSync(entry.absolute, this[UID](entry), this[GID](entry)) - } catch (er) {} - } - done() - entry.resume() - } - - [MKDIR] (dir, mode) { - try { - return mkdir.sync(normPath(dir), { - uid: this.uid, - gid: this.gid, - processUid: this.processUid, - processGid: this.processGid, - umask: this.processUmask, - preserve: this.preservePaths, - unlink: this.unlink, - cache: this.dirCache, - cwd: this.cwd, - mode: mode, - }) - } catch (er) { - return er - } - } - - [LINK] (entry, linkpath, link, done) { - try { - fs[link + 'Sync'](linkpath, entry.absolute) - done() - entry.resume() - } catch (er) { - return this[ONERROR](er, entry) - } - } -} - -Unpack.Sync = UnpackSync -module.exports = Unpack diff --git a/software/flow/node_modules/npm/node_modules/tar/lib/update.js b/software/flow/node_modules/npm/node_modules/tar/lib/update.js deleted file mode 100644 index ded977d..0000000 --- a/software/flow/node_modules/npm/node_modules/tar/lib/update.js +++ /dev/null @@ -1,40 +0,0 @@ -'use strict' - -// tar -u - -const hlo = require('./high-level-opt.js') -const r = require('./replace.js') -// just call tar.r with the filter and mtimeCache - -module.exports = (opt_, files, cb) => { - const opt = hlo(opt_) - - if (!opt.file) { - throw new TypeError('file is required') - } - - if (opt.gzip) { - throw new TypeError('cannot append to compressed archives') - } - - if (!files || !Array.isArray(files) || !files.length) { - throw new TypeError('no files or directories specified') - } - - files = Array.from(files) - - mtimeFilter(opt) - return r(opt, files, cb) -} - -const mtimeFilter = opt => { - const filter = opt.filter - - if (!opt.mtimeCache) { - opt.mtimeCache = new Map() - } - - opt.filter = filter ? (path, stat) => - filter(path, stat) && !(opt.mtimeCache.get(path) > stat.mtime) - : (path, stat) => !(opt.mtimeCache.get(path) > stat.mtime) -} diff --git a/software/flow/node_modules/npm/node_modules/tar/lib/warn-mixin.js b/software/flow/node_modules/npm/node_modules/tar/lib/warn-mixin.js deleted file mode 100644 index a940639..0000000 --- a/software/flow/node_modules/npm/node_modules/tar/lib/warn-mixin.js +++ /dev/null @@ -1,24 +0,0 @@ -'use strict' -module.exports = Base => class extends Base { - warn (code, message, data = {}) { - if (this.file) { - data.file = this.file - } - if (this.cwd) { - data.cwd = this.cwd - } - data.code = message instanceof Error && message.code || code - data.tarCode = code - if (!this.strict && data.recoverable !== false) { - if (message instanceof Error) { - data = Object.assign(message, data) - message = message.message - } - this.emit('warn', data.tarCode, message, data) - } else if (message instanceof Error) { - this.emit('error', Object.assign(message, data)) - } else { - this.emit('error', Object.assign(new Error(`${code}: ${message}`), data)) - } - } -} diff --git a/software/flow/node_modules/npm/node_modules/tar/lib/winchars.js b/software/flow/node_modules/npm/node_modules/tar/lib/winchars.js deleted file mode 100644 index ebcab4a..0000000 --- a/software/flow/node_modules/npm/node_modules/tar/lib/winchars.js +++ /dev/null @@ -1,23 +0,0 @@ -'use strict' - -// When writing files on Windows, translate the characters to their -// 0xf000 higher-encoded versions. - -const raw = [ - '|', - '<', - '>', - '?', - ':', -] - -const win = raw.map(char => - String.fromCharCode(0xf000 + char.charCodeAt(0))) - -const toWin = new Map(raw.map((char, i) => [char, win[i]])) -const toRaw = new Map(win.map((char, i) => [char, raw[i]])) - -module.exports = { - encode: s => raw.reduce((s, c) => s.split(c).join(toWin.get(c)), s), - decode: s => win.reduce((s, c) => s.split(c).join(toRaw.get(c)), s), -} diff --git a/software/flow/node_modules/npm/node_modules/tar/lib/write-entry.js b/software/flow/node_modules/npm/node_modules/tar/lib/write-entry.js deleted file mode 100644 index 3b5540f..0000000 --- a/software/flow/node_modules/npm/node_modules/tar/lib/write-entry.js +++ /dev/null @@ -1,546 +0,0 @@ -'use strict' -const MiniPass = require('minipass') -const Pax = require('./pax.js') -const Header = require('./header.js') -const fs = require('fs') -const path = require('path') -const normPath = require('./normalize-windows-path.js') -const stripSlash = require('./strip-trailing-slashes.js') - -const prefixPath = (path, prefix) => { - if (!prefix) { - return normPath(path) - } - path = normPath(path).replace(/^\.(\/|$)/, '') - return stripSlash(prefix) + '/' + path -} - -const maxReadSize = 16 * 1024 * 1024 -const PROCESS = Symbol('process') -const FILE = Symbol('file') -const DIRECTORY = Symbol('directory') -const SYMLINK = Symbol('symlink') -const HARDLINK = Symbol('hardlink') -const HEADER = Symbol('header') -const READ = Symbol('read') -const LSTAT = Symbol('lstat') -const ONLSTAT = Symbol('onlstat') -const ONREAD = Symbol('onread') -const ONREADLINK = Symbol('onreadlink') -const OPENFILE = Symbol('openfile') -const ONOPENFILE = Symbol('onopenfile') -const CLOSE = Symbol('close') -const MODE = Symbol('mode') -const AWAITDRAIN = Symbol('awaitDrain') -const ONDRAIN = Symbol('ondrain') -const PREFIX = Symbol('prefix') -const HAD_ERROR = Symbol('hadError') -const warner = require('./warn-mixin.js') -const winchars = require('./winchars.js') -const stripAbsolutePath = require('./strip-absolute-path.js') - -const modeFix = require('./mode-fix.js') - -const WriteEntry = warner(class WriteEntry extends MiniPass { - constructor (p, opt) { - opt = opt || {} - super(opt) - if (typeof p !== 'string') { - throw new TypeError('path is required') - } - this.path = normPath(p) - // suppress atime, ctime, uid, gid, uname, gname - this.portable = !!opt.portable - // until node has builtin pwnam functions, this'll have to do - this.myuid = process.getuid && process.getuid() || 0 - this.myuser = process.env.USER || '' - this.maxReadSize = opt.maxReadSize || maxReadSize - this.linkCache = opt.linkCache || new Map() - this.statCache = opt.statCache || new Map() - this.preservePaths = !!opt.preservePaths - this.cwd = normPath(opt.cwd || process.cwd()) - this.strict = !!opt.strict - this.noPax = !!opt.noPax - this.noMtime = !!opt.noMtime - this.mtime = opt.mtime || null - this.prefix = opt.prefix ? normPath(opt.prefix) : null - - this.fd = null - this.blockLen = null - this.blockRemain = null - this.buf = null - this.offset = null - this.length = null - this.pos = null - this.remain = null - - if (typeof opt.onwarn === 'function') { - this.on('warn', opt.onwarn) - } - - let pathWarn = false - if (!this.preservePaths) { - const [root, stripped] = stripAbsolutePath(this.path) - if (root) { - this.path = stripped - pathWarn = root - } - } - - this.win32 = !!opt.win32 || process.platform === 'win32' - if (this.win32) { - // force the \ to / normalization, since we might not *actually* - // be on windows, but want \ to be considered a path separator. - this.path = winchars.decode(this.path.replace(/\\/g, '/')) - p = p.replace(/\\/g, '/') - } - - this.absolute = normPath(opt.absolute || path.resolve(this.cwd, p)) - - if (this.path === '') { - this.path = './' - } - - if (pathWarn) { - this.warn('TAR_ENTRY_INFO', `stripping ${pathWarn} from absolute path`, { - entry: this, - path: pathWarn + this.path, - }) - } - - if (this.statCache.has(this.absolute)) { - this[ONLSTAT](this.statCache.get(this.absolute)) - } else { - this[LSTAT]() - } - } - - emit (ev, ...data) { - if (ev === 'error') { - this[HAD_ERROR] = true - } - return super.emit(ev, ...data) - } - - [LSTAT] () { - fs.lstat(this.absolute, (er, stat) => { - if (er) { - return this.emit('error', er) - } - this[ONLSTAT](stat) - }) - } - - [ONLSTAT] (stat) { - this.statCache.set(this.absolute, stat) - this.stat = stat - if (!stat.isFile()) { - stat.size = 0 - } - this.type = getType(stat) - this.emit('stat', stat) - this[PROCESS]() - } - - [PROCESS] () { - switch (this.type) { - case 'File': return this[FILE]() - case 'Directory': return this[DIRECTORY]() - case 'SymbolicLink': return this[SYMLINK]() - // unsupported types are ignored. - default: return this.end() - } - } - - [MODE] (mode) { - return modeFix(mode, this.type === 'Directory', this.portable) - } - - [PREFIX] (path) { - return prefixPath(path, this.prefix) - } - - [HEADER] () { - if (this.type === 'Directory' && this.portable) { - this.noMtime = true - } - - this.header = new Header({ - path: this[PREFIX](this.path), - // only apply the prefix to hard links. - linkpath: this.type === 'Link' ? this[PREFIX](this.linkpath) - : this.linkpath, - // only the permissions and setuid/setgid/sticky bitflags - // not the higher-order bits that specify file type - mode: this[MODE](this.stat.mode), - uid: this.portable ? null : this.stat.uid, - gid: this.portable ? null : this.stat.gid, - size: this.stat.size, - mtime: this.noMtime ? null : this.mtime || this.stat.mtime, - type: this.type, - uname: this.portable ? null : - this.stat.uid === this.myuid ? this.myuser : '', - atime: this.portable ? null : this.stat.atime, - ctime: this.portable ? null : this.stat.ctime, - }) - - if (this.header.encode() && !this.noPax) { - super.write(new Pax({ - atime: this.portable ? null : this.header.atime, - ctime: this.portable ? null : this.header.ctime, - gid: this.portable ? null : this.header.gid, - mtime: this.noMtime ? null : this.mtime || this.header.mtime, - path: this[PREFIX](this.path), - linkpath: this.type === 'Link' ? this[PREFIX](this.linkpath) - : this.linkpath, - size: this.header.size, - uid: this.portable ? null : this.header.uid, - uname: this.portable ? null : this.header.uname, - dev: this.portable ? null : this.stat.dev, - ino: this.portable ? null : this.stat.ino, - nlink: this.portable ? null : this.stat.nlink, - }).encode()) - } - super.write(this.header.block) - } - - [DIRECTORY] () { - if (this.path.slice(-1) !== '/') { - this.path += '/' - } - this.stat.size = 0 - this[HEADER]() - this.end() - } - - [SYMLINK] () { - fs.readlink(this.absolute, (er, linkpath) => { - if (er) { - return this.emit('error', er) - } - this[ONREADLINK](linkpath) - }) - } - - [ONREADLINK] (linkpath) { - this.linkpath = normPath(linkpath) - this[HEADER]() - this.end() - } - - [HARDLINK] (linkpath) { - this.type = 'Link' - this.linkpath = normPath(path.relative(this.cwd, linkpath)) - this.stat.size = 0 - this[HEADER]() - this.end() - } - - [FILE] () { - if (this.stat.nlink > 1) { - const linkKey = this.stat.dev + ':' + this.stat.ino - if (this.linkCache.has(linkKey)) { - const linkpath = this.linkCache.get(linkKey) - if (linkpath.indexOf(this.cwd) === 0) { - return this[HARDLINK](linkpath) - } - } - this.linkCache.set(linkKey, this.absolute) - } - - this[HEADER]() - if (this.stat.size === 0) { - return this.end() - } - - this[OPENFILE]() - } - - [OPENFILE] () { - fs.open(this.absolute, 'r', (er, fd) => { - if (er) { - return this.emit('error', er) - } - this[ONOPENFILE](fd) - }) - } - - [ONOPENFILE] (fd) { - this.fd = fd - if (this[HAD_ERROR]) { - return this[CLOSE]() - } - - this.blockLen = 512 * Math.ceil(this.stat.size / 512) - this.blockRemain = this.blockLen - const bufLen = Math.min(this.blockLen, this.maxReadSize) - this.buf = Buffer.allocUnsafe(bufLen) - this.offset = 0 - this.pos = 0 - this.remain = this.stat.size - this.length = this.buf.length - this[READ]() - } - - [READ] () { - const { fd, buf, offset, length, pos } = this - fs.read(fd, buf, offset, length, pos, (er, bytesRead) => { - if (er) { - // ignoring the error from close(2) is a bad practice, but at - // this point we already have an error, don't need another one - return this[CLOSE](() => this.emit('error', er)) - } - this[ONREAD](bytesRead) - }) - } - - [CLOSE] (cb) { - fs.close(this.fd, cb) - } - - [ONREAD] (bytesRead) { - if (bytesRead <= 0 && this.remain > 0) { - const er = new Error('encountered unexpected EOF') - er.path = this.absolute - er.syscall = 'read' - er.code = 'EOF' - return this[CLOSE](() => this.emit('error', er)) - } - - if (bytesRead > this.remain) { - const er = new Error('did not encounter expected EOF') - er.path = this.absolute - er.syscall = 'read' - er.code = 'EOF' - return this[CLOSE](() => this.emit('error', er)) - } - - // null out the rest of the buffer, if we could fit the block padding - // at the end of this loop, we've incremented bytesRead and this.remain - // to be incremented up to the blockRemain level, as if we had expected - // to get a null-padded file, and read it until the end. then we will - // decrement both remain and blockRemain by bytesRead, and know that we - // reached the expected EOF, without any null buffer to append. - if (bytesRead === this.remain) { - for (let i = bytesRead; i < this.length && bytesRead < this.blockRemain; i++) { - this.buf[i + this.offset] = 0 - bytesRead++ - this.remain++ - } - } - - const writeBuf = this.offset === 0 && bytesRead === this.buf.length ? - this.buf : this.buf.slice(this.offset, this.offset + bytesRead) - - const flushed = this.write(writeBuf) - if (!flushed) { - this[AWAITDRAIN](() => this[ONDRAIN]()) - } else { - this[ONDRAIN]() - } - } - - [AWAITDRAIN] (cb) { - this.once('drain', cb) - } - - write (writeBuf) { - if (this.blockRemain < writeBuf.length) { - const er = new Error('writing more data than expected') - er.path = this.absolute - return this.emit('error', er) - } - this.remain -= writeBuf.length - this.blockRemain -= writeBuf.length - this.pos += writeBuf.length - this.offset += writeBuf.length - return super.write(writeBuf) - } - - [ONDRAIN] () { - if (!this.remain) { - if (this.blockRemain) { - super.write(Buffer.alloc(this.blockRemain)) - } - return this[CLOSE](er => er ? this.emit('error', er) : this.end()) - } - - if (this.offset >= this.length) { - // if we only have a smaller bit left to read, alloc a smaller buffer - // otherwise, keep it the same length it was before. - this.buf = Buffer.allocUnsafe(Math.min(this.blockRemain, this.buf.length)) - this.offset = 0 - } - this.length = this.buf.length - this.offset - this[READ]() - } -}) - -class WriteEntrySync extends WriteEntry { - [LSTAT] () { - this[ONLSTAT](fs.lstatSync(this.absolute)) - } - - [SYMLINK] () { - this[ONREADLINK](fs.readlinkSync(this.absolute)) - } - - [OPENFILE] () { - this[ONOPENFILE](fs.openSync(this.absolute, 'r')) - } - - [READ] () { - let threw = true - try { - const { fd, buf, offset, length, pos } = this - const bytesRead = fs.readSync(fd, buf, offset, length, pos) - this[ONREAD](bytesRead) - threw = false - } finally { - // ignoring the error from close(2) is a bad practice, but at - // this point we already have an error, don't need another one - if (threw) { - try { - this[CLOSE](() => {}) - } catch (er) {} - } - } - } - - [AWAITDRAIN] (cb) { - cb() - } - - [CLOSE] (cb) { - fs.closeSync(this.fd) - cb() - } -} - -const WriteEntryTar = warner(class WriteEntryTar extends MiniPass { - constructor (readEntry, opt) { - opt = opt || {} - super(opt) - this.preservePaths = !!opt.preservePaths - this.portable = !!opt.portable - this.strict = !!opt.strict - this.noPax = !!opt.noPax - this.noMtime = !!opt.noMtime - - this.readEntry = readEntry - this.type = readEntry.type - if (this.type === 'Directory' && this.portable) { - this.noMtime = true - } - - this.prefix = opt.prefix || null - - this.path = normPath(readEntry.path) - this.mode = this[MODE](readEntry.mode) - this.uid = this.portable ? null : readEntry.uid - this.gid = this.portable ? null : readEntry.gid - this.uname = this.portable ? null : readEntry.uname - this.gname = this.portable ? null : readEntry.gname - this.size = readEntry.size - this.mtime = this.noMtime ? null : opt.mtime || readEntry.mtime - this.atime = this.portable ? null : readEntry.atime - this.ctime = this.portable ? null : readEntry.ctime - this.linkpath = normPath(readEntry.linkpath) - - if (typeof opt.onwarn === 'function') { - this.on('warn', opt.onwarn) - } - - let pathWarn = false - if (!this.preservePaths) { - const [root, stripped] = stripAbsolutePath(this.path) - if (root) { - this.path = stripped - pathWarn = root - } - } - - this.remain = readEntry.size - this.blockRemain = readEntry.startBlockSize - - this.header = new Header({ - path: this[PREFIX](this.path), - linkpath: this.type === 'Link' ? this[PREFIX](this.linkpath) - : this.linkpath, - // only the permissions and setuid/setgid/sticky bitflags - // not the higher-order bits that specify file type - mode: this.mode, - uid: this.portable ? null : this.uid, - gid: this.portable ? null : this.gid, - size: this.size, - mtime: this.noMtime ? null : this.mtime, - type: this.type, - uname: this.portable ? null : this.uname, - atime: this.portable ? null : this.atime, - ctime: this.portable ? null : this.ctime, - }) - - if (pathWarn) { - this.warn('TAR_ENTRY_INFO', `stripping ${pathWarn} from absolute path`, { - entry: this, - path: pathWarn + this.path, - }) - } - - if (this.header.encode() && !this.noPax) { - super.write(new Pax({ - atime: this.portable ? null : this.atime, - ctime: this.portable ? null : this.ctime, - gid: this.portable ? null : this.gid, - mtime: this.noMtime ? null : this.mtime, - path: this[PREFIX](this.path), - linkpath: this.type === 'Link' ? this[PREFIX](this.linkpath) - : this.linkpath, - size: this.size, - uid: this.portable ? null : this.uid, - uname: this.portable ? null : this.uname, - dev: this.portable ? null : this.readEntry.dev, - ino: this.portable ? null : this.readEntry.ino, - nlink: this.portable ? null : this.readEntry.nlink, - }).encode()) - } - - super.write(this.header.block) - readEntry.pipe(this) - } - - [PREFIX] (path) { - return prefixPath(path, this.prefix) - } - - [MODE] (mode) { - return modeFix(mode, this.type === 'Directory', this.portable) - } - - write (data) { - const writeLen = data.length - if (writeLen > this.blockRemain) { - throw new Error('writing more to entry than is appropriate') - } - this.blockRemain -= writeLen - return super.write(data) - } - - end () { - if (this.blockRemain) { - super.write(Buffer.alloc(this.blockRemain)) - } - return super.end() - } -}) - -WriteEntry.Sync = WriteEntrySync -WriteEntry.Tar = WriteEntryTar - -const getType = stat => - stat.isFile() ? 'File' - : stat.isDirectory() ? 'Directory' - : stat.isSymbolicLink() ? 'SymbolicLink' - : 'Unsupported' - -module.exports = WriteEntry diff --git a/software/flow/node_modules/npm/node_modules/tar/node_modules/fs-minipass/LICENSE b/software/flow/node_modules/npm/node_modules/tar/node_modules/fs-minipass/LICENSE deleted file mode 100644 index 19129e3..0000000 --- a/software/flow/node_modules/npm/node_modules/tar/node_modules/fs-minipass/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -The ISC License - -Copyright (c) Isaac Z. Schlueter and Contributors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/tar/node_modules/fs-minipass/index.js b/software/flow/node_modules/npm/node_modules/tar/node_modules/fs-minipass/index.js deleted file mode 100644 index 9b0779c..0000000 --- a/software/flow/node_modules/npm/node_modules/tar/node_modules/fs-minipass/index.js +++ /dev/null @@ -1,422 +0,0 @@ -'use strict' -const MiniPass = require('minipass') -const EE = require('events').EventEmitter -const fs = require('fs') - -let writev = fs.writev -/* istanbul ignore next */ -if (!writev) { - // This entire block can be removed if support for earlier than Node.js - // 12.9.0 is not needed. - const binding = process.binding('fs') - const FSReqWrap = binding.FSReqWrap || binding.FSReqCallback - - writev = (fd, iovec, pos, cb) => { - const done = (er, bw) => cb(er, bw, iovec) - const req = new FSReqWrap() - req.oncomplete = done - binding.writeBuffers(fd, iovec, pos, req) - } -} - -const _autoClose = Symbol('_autoClose') -const _close = Symbol('_close') -const _ended = Symbol('_ended') -const _fd = Symbol('_fd') -const _finished = Symbol('_finished') -const _flags = Symbol('_flags') -const _flush = Symbol('_flush') -const _handleChunk = Symbol('_handleChunk') -const _makeBuf = Symbol('_makeBuf') -const _mode = Symbol('_mode') -const _needDrain = Symbol('_needDrain') -const _onerror = Symbol('_onerror') -const _onopen = Symbol('_onopen') -const _onread = Symbol('_onread') -const _onwrite = Symbol('_onwrite') -const _open = Symbol('_open') -const _path = Symbol('_path') -const _pos = Symbol('_pos') -const _queue = Symbol('_queue') -const _read = Symbol('_read') -const _readSize = Symbol('_readSize') -const _reading = Symbol('_reading') -const _remain = Symbol('_remain') -const _size = Symbol('_size') -const _write = Symbol('_write') -const _writing = Symbol('_writing') -const _defaultFlag = Symbol('_defaultFlag') -const _errored = Symbol('_errored') - -class ReadStream extends MiniPass { - constructor (path, opt) { - opt = opt || {} - super(opt) - - this.readable = true - this.writable = false - - if (typeof path !== 'string') - throw new TypeError('path must be a string') - - this[_errored] = false - this[_fd] = typeof opt.fd === 'number' ? opt.fd : null - this[_path] = path - this[_readSize] = opt.readSize || 16*1024*1024 - this[_reading] = false - this[_size] = typeof opt.size === 'number' ? opt.size : Infinity - this[_remain] = this[_size] - this[_autoClose] = typeof opt.autoClose === 'boolean' ? - opt.autoClose : true - - if (typeof this[_fd] === 'number') - this[_read]() - else - this[_open]() - } - - get fd () { return this[_fd] } - get path () { return this[_path] } - - write () { - throw new TypeError('this is a readable stream') - } - - end () { - throw new TypeError('this is a readable stream') - } - - [_open] () { - fs.open(this[_path], 'r', (er, fd) => this[_onopen](er, fd)) - } - - [_onopen] (er, fd) { - if (er) - this[_onerror](er) - else { - this[_fd] = fd - this.emit('open', fd) - this[_read]() - } - } - - [_makeBuf] () { - return Buffer.allocUnsafe(Math.min(this[_readSize], this[_remain])) - } - - [_read] () { - if (!this[_reading]) { - this[_reading] = true - const buf = this[_makeBuf]() - /* istanbul ignore if */ - if (buf.length === 0) - return process.nextTick(() => this[_onread](null, 0, buf)) - fs.read(this[_fd], buf, 0, buf.length, null, (er, br, buf) => - this[_onread](er, br, buf)) - } - } - - [_onread] (er, br, buf) { - this[_reading] = false - if (er) - this[_onerror](er) - else if (this[_handleChunk](br, buf)) - this[_read]() - } - - [_close] () { - if (this[_autoClose] && typeof this[_fd] === 'number') { - const fd = this[_fd] - this[_fd] = null - fs.close(fd, er => er ? this.emit('error', er) : this.emit('close')) - } - } - - [_onerror] (er) { - this[_reading] = true - this[_close]() - this.emit('error', er) - } - - [_handleChunk] (br, buf) { - let ret = false - // no effect if infinite - this[_remain] -= br - if (br > 0) - ret = super.write(br < buf.length ? buf.slice(0, br) : buf) - - if (br === 0 || this[_remain] <= 0) { - ret = false - this[_close]() - super.end() - } - - return ret - } - - emit (ev, data) { - switch (ev) { - case 'prefinish': - case 'finish': - break - - case 'drain': - if (typeof this[_fd] === 'number') - this[_read]() - break - - case 'error': - if (this[_errored]) - return - this[_errored] = true - return super.emit(ev, data) - - default: - return super.emit(ev, data) - } - } -} - -class ReadStreamSync extends ReadStream { - [_open] () { - let threw = true - try { - this[_onopen](null, fs.openSync(this[_path], 'r')) - threw = false - } finally { - if (threw) - this[_close]() - } - } - - [_read] () { - let threw = true - try { - if (!this[_reading]) { - this[_reading] = true - do { - const buf = this[_makeBuf]() - /* istanbul ignore next */ - const br = buf.length === 0 ? 0 - : fs.readSync(this[_fd], buf, 0, buf.length, null) - if (!this[_handleChunk](br, buf)) - break - } while (true) - this[_reading] = false - } - threw = false - } finally { - if (threw) - this[_close]() - } - } - - [_close] () { - if (this[_autoClose] && typeof this[_fd] === 'number') { - const fd = this[_fd] - this[_fd] = null - fs.closeSync(fd) - this.emit('close') - } - } -} - -class WriteStream extends EE { - constructor (path, opt) { - opt = opt || {} - super(opt) - this.readable = false - this.writable = true - this[_errored] = false - this[_writing] = false - this[_ended] = false - this[_needDrain] = false - this[_queue] = [] - this[_path] = path - this[_fd] = typeof opt.fd === 'number' ? opt.fd : null - this[_mode] = opt.mode === undefined ? 0o666 : opt.mode - this[_pos] = typeof opt.start === 'number' ? opt.start : null - this[_autoClose] = typeof opt.autoClose === 'boolean' ? - opt.autoClose : true - - // truncating makes no sense when writing into the middle - const defaultFlag = this[_pos] !== null ? 'r+' : 'w' - this[_defaultFlag] = opt.flags === undefined - this[_flags] = this[_defaultFlag] ? defaultFlag : opt.flags - - if (this[_fd] === null) - this[_open]() - } - - emit (ev, data) { - if (ev === 'error') { - if (this[_errored]) - return - this[_errored] = true - } - return super.emit(ev, data) - } - - - get fd () { return this[_fd] } - get path () { return this[_path] } - - [_onerror] (er) { - this[_close]() - this[_writing] = true - this.emit('error', er) - } - - [_open] () { - fs.open(this[_path], this[_flags], this[_mode], - (er, fd) => this[_onopen](er, fd)) - } - - [_onopen] (er, fd) { - if (this[_defaultFlag] && - this[_flags] === 'r+' && - er && er.code === 'ENOENT') { - this[_flags] = 'w' - this[_open]() - } else if (er) - this[_onerror](er) - else { - this[_fd] = fd - this.emit('open', fd) - this[_flush]() - } - } - - end (buf, enc) { - if (buf) - this.write(buf, enc) - - this[_ended] = true - - // synthetic after-write logic, where drain/finish live - if (!this[_writing] && !this[_queue].length && - typeof this[_fd] === 'number') - this[_onwrite](null, 0) - return this - } - - write (buf, enc) { - if (typeof buf === 'string') - buf = Buffer.from(buf, enc) - - if (this[_ended]) { - this.emit('error', new Error('write() after end()')) - return false - } - - if (this[_fd] === null || this[_writing] || this[_queue].length) { - this[_queue].push(buf) - this[_needDrain] = true - return false - } - - this[_writing] = true - this[_write](buf) - return true - } - - [_write] (buf) { - fs.write(this[_fd], buf, 0, buf.length, this[_pos], (er, bw) => - this[_onwrite](er, bw)) - } - - [_onwrite] (er, bw) { - if (er) - this[_onerror](er) - else { - if (this[_pos] !== null) - this[_pos] += bw - if (this[_queue].length) - this[_flush]() - else { - this[_writing] = false - - if (this[_ended] && !this[_finished]) { - this[_finished] = true - this[_close]() - this.emit('finish') - } else if (this[_needDrain]) { - this[_needDrain] = false - this.emit('drain') - } - } - } - } - - [_flush] () { - if (this[_queue].length === 0) { - if (this[_ended]) - this[_onwrite](null, 0) - } else if (this[_queue].length === 1) - this[_write](this[_queue].pop()) - else { - const iovec = this[_queue] - this[_queue] = [] - writev(this[_fd], iovec, this[_pos], - (er, bw) => this[_onwrite](er, bw)) - } - } - - [_close] () { - if (this[_autoClose] && typeof this[_fd] === 'number') { - const fd = this[_fd] - this[_fd] = null - fs.close(fd, er => er ? this.emit('error', er) : this.emit('close')) - } - } -} - -class WriteStreamSync extends WriteStream { - [_open] () { - let fd - // only wrap in a try{} block if we know we'll retry, to avoid - // the rethrow obscuring the error's source frame in most cases. - if (this[_defaultFlag] && this[_flags] === 'r+') { - try { - fd = fs.openSync(this[_path], this[_flags], this[_mode]) - } catch (er) { - if (er.code === 'ENOENT') { - this[_flags] = 'w' - return this[_open]() - } else - throw er - } - } else - fd = fs.openSync(this[_path], this[_flags], this[_mode]) - - this[_onopen](null, fd) - } - - [_close] () { - if (this[_autoClose] && typeof this[_fd] === 'number') { - const fd = this[_fd] - this[_fd] = null - fs.closeSync(fd) - this.emit('close') - } - } - - [_write] (buf) { - // throw the original, but try to close if it fails - let threw = true - try { - this[_onwrite](null, - fs.writeSync(this[_fd], buf, 0, buf.length, this[_pos])) - threw = false - } finally { - if (threw) - try { this[_close]() } catch (_) {} - } - } -} - -exports.ReadStream = ReadStream -exports.ReadStreamSync = ReadStreamSync - -exports.WriteStream = WriteStream -exports.WriteStreamSync = WriteStreamSync diff --git a/software/flow/node_modules/npm/node_modules/tar/node_modules/fs-minipass/node_modules/minipass/LICENSE b/software/flow/node_modules/npm/node_modules/tar/node_modules/fs-minipass/node_modules/minipass/LICENSE deleted file mode 100644 index bf1dece..0000000 --- a/software/flow/node_modules/npm/node_modules/tar/node_modules/fs-minipass/node_modules/minipass/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -The ISC License - -Copyright (c) 2017-2022 npm, Inc., Isaac Z. Schlueter, and Contributors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/tar/node_modules/fs-minipass/node_modules/minipass/index.d.ts b/software/flow/node_modules/npm/node_modules/tar/node_modules/fs-minipass/node_modules/minipass/index.d.ts deleted file mode 100644 index 65faf63..0000000 --- a/software/flow/node_modules/npm/node_modules/tar/node_modules/fs-minipass/node_modules/minipass/index.d.ts +++ /dev/null @@ -1,155 +0,0 @@ -/// <reference types="node" /> -import { EventEmitter } from 'events' -import { Stream } from 'stream' - -declare namespace Minipass { - type Encoding = BufferEncoding | 'buffer' | null - - interface Writable extends EventEmitter { - end(): any - write(chunk: any, ...args: any[]): any - } - - interface Readable extends EventEmitter { - pause(): any - resume(): any - pipe(): any - } - - interface Pipe<R, W> { - src: Minipass<R, W> - dest: Writable - opts: PipeOptions - } - - type DualIterable<T> = Iterable<T> & AsyncIterable<T> - - type ContiguousData = Buffer | ArrayBufferLike | ArrayBufferView | string - - type BufferOrString = Buffer | string - - interface StringOptions { - encoding: BufferEncoding - objectMode?: boolean - async?: boolean - } - - interface BufferOptions { - encoding?: null | 'buffer' - objectMode?: boolean - async?: boolean - } - - interface ObjectModeOptions { - objectMode: true - async?: boolean - } - - interface PipeOptions { - end?: boolean - proxyErrors?: boolean - } - - type Options<T> = T extends string - ? StringOptions - : T extends Buffer - ? BufferOptions - : ObjectModeOptions -} - -declare class Minipass< - RType extends any = Buffer, - WType extends any = RType extends Minipass.BufferOrString - ? Minipass.ContiguousData - : RType - > - extends Stream - implements Minipass.DualIterable<RType> -{ - static isStream(stream: any): stream is Minipass.Readable | Minipass.Writable - - readonly bufferLength: number - readonly flowing: boolean - readonly writable: boolean - readonly readable: boolean - readonly paused: boolean - readonly emittedEnd: boolean - readonly destroyed: boolean - - /** - * Not technically private or readonly, but not safe to mutate. - */ - private readonly buffer: RType[] - private readonly pipes: Minipass.Pipe<RType, WType>[] - - /** - * Technically writable, but mutating it can change the type, - * so is not safe to do in TypeScript. - */ - readonly objectMode: boolean - async: boolean - - /** - * Note: encoding is not actually read-only, and setEncoding(enc) - * exists. However, this type definition will insist that TypeScript - * programs declare the type of a Minipass stream up front, and if - * that type is string, then an encoding MUST be set in the ctor. If - * the type is Buffer, then the encoding must be missing, or set to - * 'buffer' or null. If the type is anything else, then objectMode - * must be set in the constructor options. So there is effectively - * no allowed way that a TS program can set the encoding after - * construction, as doing so will destroy any hope of type safety. - * TypeScript does not provide many options for changing the type of - * an object at run-time, which is what changing the encoding does. - */ - readonly encoding: Minipass.Encoding - // setEncoding(encoding: Encoding): void - - // Options required if not reading buffers - constructor( - ...args: RType extends Buffer - ? [] | [Minipass.Options<RType>] - : [Minipass.Options<RType>] - ) - - write(chunk: WType, cb?: () => void): boolean - write(chunk: WType, encoding?: Minipass.Encoding, cb?: () => void): boolean - read(size?: number): RType - end(cb?: () => void): this - end(chunk: any, cb?: () => void): this - end(chunk: any, encoding?: Minipass.Encoding, cb?: () => void): this - pause(): void - resume(): void - promise(): Promise<void> - collect(): Promise<RType[]> - - concat(): RType extends Minipass.BufferOrString ? Promise<RType> : never - destroy(er?: any): void - pipe<W extends Minipass.Writable>(dest: W, opts?: Minipass.PipeOptions): W - unpipe<W extends Minipass.Writable>(dest: W): void - - /** - * alias for on() - */ - addEventHandler(event: string, listener: (...args: any[]) => any): this - - on(event: string, listener: (...args: any[]) => any): this - on(event: 'data', listener: (chunk: RType) => any): this - on(event: 'error', listener: (error: any) => any): this - on( - event: - | 'readable' - | 'drain' - | 'resume' - | 'end' - | 'prefinish' - | 'finish' - | 'close', - listener: () => any - ): this - - [Symbol.iterator](): Iterator<RType> - [Symbol.asyncIterator](): AsyncIterator<RType> -} - -export = Minipass diff --git a/software/flow/node_modules/npm/node_modules/tar/node_modules/fs-minipass/node_modules/minipass/index.js b/software/flow/node_modules/npm/node_modules/tar/node_modules/fs-minipass/node_modules/minipass/index.js deleted file mode 100644 index e8797aa..0000000 --- a/software/flow/node_modules/npm/node_modules/tar/node_modules/fs-minipass/node_modules/minipass/index.js +++ /dev/null @@ -1,649 +0,0 @@ -'use strict' -const proc = typeof process === 'object' && process ? process : { - stdout: null, - stderr: null, -} -const EE = require('events') -const Stream = require('stream') -const SD = require('string_decoder').StringDecoder - -const EOF = Symbol('EOF') -const MAYBE_EMIT_END = Symbol('maybeEmitEnd') -const EMITTED_END = Symbol('emittedEnd') -const EMITTING_END = Symbol('emittingEnd') -const EMITTED_ERROR = Symbol('emittedError') -const CLOSED = Symbol('closed') -const READ = Symbol('read') -const FLUSH = Symbol('flush') -const FLUSHCHUNK = Symbol('flushChunk') -const ENCODING = Symbol('encoding') -const DECODER = Symbol('decoder') -const FLOWING = Symbol('flowing') -const PAUSED = Symbol('paused') -const RESUME = Symbol('resume') -const BUFFERLENGTH = Symbol('bufferLength') -const BUFFERPUSH = Symbol('bufferPush') -const BUFFERSHIFT = Symbol('bufferShift') -const OBJECTMODE = Symbol('objectMode') -const DESTROYED = Symbol('destroyed') -const EMITDATA = Symbol('emitData') -const EMITEND = Symbol('emitEnd') -const EMITEND2 = Symbol('emitEnd2') -const ASYNC = Symbol('async') - -const defer = fn => Promise.resolve().then(fn) - -// TODO remove when Node v8 support drops -const doIter = global._MP_NO_ITERATOR_SYMBOLS_ !== '1' -const ASYNCITERATOR = doIter && Symbol.asyncIterator - || Symbol('asyncIterator not implemented') -const ITERATOR = doIter && Symbol.iterator - || Symbol('iterator not implemented') - -// events that mean 'the stream is over' -// these are treated specially, and re-emitted -// if they are listened for after emitting. -const isEndish = ev => - ev === 'end' || - ev === 'finish' || - ev === 'prefinish' - -const isArrayBuffer = b => b instanceof ArrayBuffer || - typeof b === 'object' && - b.constructor && - b.constructor.name === 'ArrayBuffer' && - b.byteLength >= 0 - -const isArrayBufferView = b => !Buffer.isBuffer(b) && ArrayBuffer.isView(b) - -class Pipe { - constructor (src, dest, opts) { - this.src = src - this.dest = dest - this.opts = opts - this.ondrain = () => src[RESUME]() - dest.on('drain', this.ondrain) - } - unpipe () { - this.dest.removeListener('drain', this.ondrain) - } - // istanbul ignore next - only here for the prototype - proxyErrors () {} - end () { - this.unpipe() - if (this.opts.end) - this.dest.end() - } -} - -class PipeProxyErrors extends Pipe { - unpipe () { - this.src.removeListener('error', this.proxyErrors) - super.unpipe() - } - constructor (src, dest, opts) { - super(src, dest, opts) - this.proxyErrors = er => dest.emit('error', er) - src.on('error', this.proxyErrors) - } -} - -module.exports = class Minipass extends Stream { - constructor (options) { - super() - this[FLOWING] = false - // whether we're explicitly paused - this[PAUSED] = false - this.pipes = [] - this.buffer = [] - this[OBJECTMODE] = options && options.objectMode || false - if (this[OBJECTMODE]) - this[ENCODING] = null - else - this[ENCODING] = options && options.encoding || null - if (this[ENCODING] === 'buffer') - this[ENCODING] = null - this[ASYNC] = options && !!options.async || false - this[DECODER] = this[ENCODING] ? new SD(this[ENCODING]) : null - this[EOF] = false - this[EMITTED_END] = false - this[EMITTING_END] = false - this[CLOSED] = false - this[EMITTED_ERROR] = null - this.writable = true - this.readable = true - this[BUFFERLENGTH] = 0 - this[DESTROYED] = false - } - - get bufferLength () { return this[BUFFERLENGTH] } - - get encoding () { return this[ENCODING] } - set encoding (enc) { - if (this[OBJECTMODE]) - throw new Error('cannot set encoding in objectMode') - - if (this[ENCODING] && enc !== this[ENCODING] && - (this[DECODER] && this[DECODER].lastNeed || this[BUFFERLENGTH])) - throw new Error('cannot change encoding') - - if (this[ENCODING] !== enc) { - this[DECODER] = enc ? new SD(enc) : null - if (this.buffer.length) - this.buffer = this.buffer.map(chunk => this[DECODER].write(chunk)) - } - - this[ENCODING] = enc - } - - setEncoding (enc) { - this.encoding = enc - } - - get objectMode () { return this[OBJECTMODE] } - set objectMode (om) { this[OBJECTMODE] = this[OBJECTMODE] || !!om } - - get ['async'] () { return this[ASYNC] } - set ['async'] (a) { this[ASYNC] = this[ASYNC] || !!a } - - write (chunk, encoding, cb) { - if (this[EOF]) - throw new Error('write after end') - - if (this[DESTROYED]) { - this.emit('error', Object.assign( - new Error('Cannot call write after a stream was destroyed'), - { code: 'ERR_STREAM_DESTROYED' } - )) - return true - } - - if (typeof encoding === 'function') - cb = encoding, encoding = 'utf8' - - if (!encoding) - encoding = 'utf8' - - const fn = this[ASYNC] ? defer : f => f() - - // convert array buffers and typed array views into buffers - // at some point in the future, we may want to do the opposite! - // leave strings and buffers as-is - // anything else switches us into object mode - if (!this[OBJECTMODE] && !Buffer.isBuffer(chunk)) { - if (isArrayBufferView(chunk)) - chunk = Buffer.from(chunk.buffer, chunk.byteOffset, chunk.byteLength) - else if (isArrayBuffer(chunk)) - chunk = Buffer.from(chunk) - else if (typeof chunk !== 'string') - // use the setter so we throw if we have encoding set - this.objectMode = true - } - - // handle object mode up front, since it's simpler - // this yields better performance, fewer checks later. - if (this[OBJECTMODE]) { - /* istanbul ignore if - maybe impossible? */ - if (this.flowing && this[BUFFERLENGTH] !== 0) - this[FLUSH](true) - - if (this.flowing) - this.emit('data', chunk) - else - this[BUFFERPUSH](chunk) - - if (this[BUFFERLENGTH] !== 0) - this.emit('readable') - - if (cb) - fn(cb) - - return this.flowing - } - - // at this point the chunk is a buffer or string - // don't buffer it up or send it to the decoder - if (!chunk.length) { - if (this[BUFFERLENGTH] !== 0) - this.emit('readable') - if (cb) - fn(cb) - return this.flowing - } - - // fast-path writing strings of same encoding to a stream with - // an empty buffer, skipping the buffer/decoder dance - if (typeof chunk === 'string' && - // unless it is a string already ready for us to use - !(encoding === this[ENCODING] && !this[DECODER].lastNeed)) { - chunk = Buffer.from(chunk, encoding) - } - - if (Buffer.isBuffer(chunk) && this[ENCODING]) - chunk = this[DECODER].write(chunk) - - // Note: flushing CAN potentially switch us into not-flowing mode - if (this.flowing && this[BUFFERLENGTH] !== 0) - this[FLUSH](true) - - if (this.flowing) - this.emit('data', chunk) - else - this[BUFFERPUSH](chunk) - - if (this[BUFFERLENGTH] !== 0) - this.emit('readable') - - if (cb) - fn(cb) - - return this.flowing - } - - read (n) { - if (this[DESTROYED]) - return null - - if (this[BUFFERLENGTH] === 0 || n === 0 || n > this[BUFFERLENGTH]) { - this[MAYBE_EMIT_END]() - return null - } - - if (this[OBJECTMODE]) - n = null - - if (this.buffer.length > 1 && !this[OBJECTMODE]) { - if (this.encoding) - this.buffer = [this.buffer.join('')] - else - this.buffer = [Buffer.concat(this.buffer, this[BUFFERLENGTH])] - } - - const ret = this[READ](n || null, this.buffer[0]) - this[MAYBE_EMIT_END]() - return ret - } - - [READ] (n, chunk) { - if (n === chunk.length || n === null) - this[BUFFERSHIFT]() - else { - this.buffer[0] = chunk.slice(n) - chunk = chunk.slice(0, n) - this[BUFFERLENGTH] -= n - } - - this.emit('data', chunk) - - if (!this.buffer.length && !this[EOF]) - this.emit('drain') - - return chunk - } - - end (chunk, encoding, cb) { - if (typeof chunk === 'function') - cb = chunk, chunk = null - if (typeof encoding === 'function') - cb = encoding, encoding = 'utf8' - if (chunk) - this.write(chunk, encoding) - if (cb) - this.once('end', cb) - this[EOF] = true - this.writable = false - - // if we haven't written anything, then go ahead and emit, - // even if we're not reading. - // we'll re-emit if a new 'end' listener is added anyway. - // This makes MP more suitable to write-only use cases. - if (this.flowing || !this[PAUSED]) - this[MAYBE_EMIT_END]() - return this - } - - // don't let the internal resume be overwritten - [RESUME] () { - if (this[DESTROYED]) - return - - this[PAUSED] = false - this[FLOWING] = true - this.emit('resume') - if (this.buffer.length) - this[FLUSH]() - else if (this[EOF]) - this[MAYBE_EMIT_END]() - else - this.emit('drain') - } - - resume () { - return this[RESUME]() - } - - pause () { - this[FLOWING] = false - this[PAUSED] = true - } - - get destroyed () { - return this[DESTROYED] - } - - get flowing () { - return this[FLOWING] - } - - get paused () { - return this[PAUSED] - } - - [BUFFERPUSH] (chunk) { - if (this[OBJECTMODE]) - this[BUFFERLENGTH] += 1 - else - this[BUFFERLENGTH] += chunk.length - this.buffer.push(chunk) - } - - [BUFFERSHIFT] () { - if (this.buffer.length) { - if (this[OBJECTMODE]) - this[BUFFERLENGTH] -= 1 - else - this[BUFFERLENGTH] -= this.buffer[0].length - } - return this.buffer.shift() - } - - [FLUSH] (noDrain) { - do {} while (this[FLUSHCHUNK](this[BUFFERSHIFT]())) - - if (!noDrain && !this.buffer.length && !this[EOF]) - this.emit('drain') - } - - [FLUSHCHUNK] (chunk) { - return chunk ? (this.emit('data', chunk), this.flowing) : false - } - - pipe (dest, opts) { - if (this[DESTROYED]) - return - - const ended = this[EMITTED_END] - opts = opts || {} - if (dest === proc.stdout || dest === proc.stderr) - opts.end = false - else - opts.end = opts.end !== false - opts.proxyErrors = !!opts.proxyErrors - - // piping an ended stream ends immediately - if (ended) { - if (opts.end) - dest.end() - } else { - this.pipes.push(!opts.proxyErrors ? new Pipe(this, dest, opts) - : new PipeProxyErrors(this, dest, opts)) - if (this[ASYNC]) - defer(() => this[RESUME]()) - else - this[RESUME]() - } - - return dest - } - - unpipe (dest) { - const p = this.pipes.find(p => p.dest === dest) - if (p) { - this.pipes.splice(this.pipes.indexOf(p), 1) - p.unpipe() - } - } - - addListener (ev, fn) { - return this.on(ev, fn) - } - - on (ev, fn) { - const ret = super.on(ev, fn) - if (ev === 'data' && !this.pipes.length && !this.flowing) - this[RESUME]() - else if (ev === 'readable' && this[BUFFERLENGTH] !== 0) - super.emit('readable') - else if (isEndish(ev) && this[EMITTED_END]) { - super.emit(ev) - this.removeAllListeners(ev) - } else if (ev === 'error' && this[EMITTED_ERROR]) { - if (this[ASYNC]) - defer(() => fn.call(this, this[EMITTED_ERROR])) - else - fn.call(this, this[EMITTED_ERROR]) - } - return ret - } - - get emittedEnd () { - return this[EMITTED_END] - } - - [MAYBE_EMIT_END] () { - if (!this[EMITTING_END] && - !this[EMITTED_END] && - !this[DESTROYED] && - this.buffer.length === 0 && - this[EOF]) { - this[EMITTING_END] = true - this.emit('end') - this.emit('prefinish') - this.emit('finish') - if (this[CLOSED]) - this.emit('close') - this[EMITTING_END] = false - } - } - - emit (ev, data, ...extra) { - // error and close are only events allowed after calling destroy() - if (ev !== 'error' && ev !== 'close' && ev !== DESTROYED && this[DESTROYED]) - return - else if (ev === 'data') { - return !data ? false - : this[ASYNC] ? defer(() => this[EMITDATA](data)) - : this[EMITDATA](data) - } else if (ev === 'end') { - return this[EMITEND]() - } else if (ev === 'close') { - this[CLOSED] = true - // don't emit close before 'end' and 'finish' - if (!this[EMITTED_END] && !this[DESTROYED]) - return - const ret = super.emit('close') - this.removeAllListeners('close') - return ret - } else if (ev === 'error') { - this[EMITTED_ERROR] = data - const ret = super.emit('error', data) - this[MAYBE_EMIT_END]() - return ret - } else if (ev === 'resume') { - const ret = super.emit('resume') - this[MAYBE_EMIT_END]() - return ret - } else if (ev === 'finish' || ev === 'prefinish') { - const ret = super.emit(ev) - this.removeAllListeners(ev) - return ret - } - - // Some other unknown event - const ret = super.emit(ev, data, ...extra) - this[MAYBE_EMIT_END]() - return ret - } - - [EMITDATA] (data) { - for (const p of this.pipes) { - if (p.dest.write(data) === false) - this.pause() - } - const ret = super.emit('data', data) - this[MAYBE_EMIT_END]() - return ret - } - - [EMITEND] () { - if (this[EMITTED_END]) - return - - this[EMITTED_END] = true - this.readable = false - if (this[ASYNC]) - defer(() => this[EMITEND2]()) - else - this[EMITEND2]() - } - - [EMITEND2] () { - if (this[DECODER]) { - const data = this[DECODER].end() - if (data) { - for (const p of this.pipes) { - p.dest.write(data) - } - super.emit('data', data) - } - } - - for (const p of this.pipes) { - p.end() - } - const ret = super.emit('end') - this.removeAllListeners('end') - return ret - } - - // const all = await stream.collect() - collect () { - const buf = [] - if (!this[OBJECTMODE]) - buf.dataLength = 0 - // set the promise first, in case an error is raised - // by triggering the flow here. - const p = this.promise() - this.on('data', c => { - buf.push(c) - if (!this[OBJECTMODE]) - buf.dataLength += c.length - }) - return p.then(() => buf) - } - - // const data = await stream.concat() - concat () { - return this[OBJECTMODE] - ? Promise.reject(new Error('cannot concat in objectMode')) - : this.collect().then(buf => - this[OBJECTMODE] - ? Promise.reject(new Error('cannot concat in objectMode')) - : this[ENCODING] ? buf.join('') : Buffer.concat(buf, buf.dataLength)) - } - - // stream.promise().then(() => done, er => emitted error) - promise () { - return new Promise((resolve, reject) => { - this.on(DESTROYED, () => reject(new Error('stream destroyed'))) - this.on('error', er => reject(er)) - this.on('end', () => resolve()) - }) - } - - // for await (let chunk of stream) - [ASYNCITERATOR] () { - const next = () => { - const res = this.read() - if (res !== null) - return Promise.resolve({ done: false, value: res }) - - if (this[EOF]) - return Promise.resolve({ done: true }) - - let resolve = null - let reject = null - const onerr = er => { - this.removeListener('data', ondata) - this.removeListener('end', onend) - reject(er) - } - const ondata = value => { - this.removeListener('error', onerr) - this.removeListener('end', onend) - this.pause() - resolve({ value: value, done: !!this[EOF] }) - } - const onend = () => { - this.removeListener('error', onerr) - this.removeListener('data', ondata) - resolve({ done: true }) - } - const ondestroy = () => onerr(new Error('stream destroyed')) - return new Promise((res, rej) => { - reject = rej - resolve = res - this.once(DESTROYED, ondestroy) - this.once('error', onerr) - this.once('end', onend) - this.once('data', ondata) - }) - } - - return { next } - } - - // for (let chunk of stream) - [ITERATOR] () { - const next = () => { - const value = this.read() - const done = value === null - return { value, done } - } - return { next } - } - - destroy (er) { - if (this[DESTROYED]) { - if (er) - this.emit('error', er) - else - this.emit(DESTROYED) - return this - } - - this[DESTROYED] = true - - // throw away all buffered data, it's never coming out - this.buffer.length = 0 - this[BUFFERLENGTH] = 0 - - if (typeof this.close === 'function' && !this[CLOSED]) - this.close() - - if (er) - this.emit('error', er) - else // if no error to emit, still reject pending promises - this.emit(DESTROYED) - - return this - } - - static isStream (s) { - return !!s && (s instanceof Minipass || s instanceof Stream || - s instanceof EE && ( - typeof s.pipe === 'function' || // readable - (typeof s.write === 'function' && typeof s.end === 'function') // writable - )) - } -} diff --git a/software/flow/node_modules/npm/node_modules/tar/node_modules/fs-minipass/node_modules/minipass/package.json b/software/flow/node_modules/npm/node_modules/tar/node_modules/fs-minipass/node_modules/minipass/package.json deleted file mode 100644 index 548d03f..0000000 --- a/software/flow/node_modules/npm/node_modules/tar/node_modules/fs-minipass/node_modules/minipass/package.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "minipass", - "version": "3.3.6", - "description": "minimal implementation of a PassThrough stream", - "main": "index.js", - "types": "index.d.ts", - "dependencies": { - "yallist": "^4.0.0" - }, - "devDependencies": { - "@types/node": "^17.0.41", - "end-of-stream": "^1.4.0", - "prettier": "^2.6.2", - "tap": "^16.2.0", - "through2": "^2.0.3", - "ts-node": "^10.8.1", - "typescript": "^4.7.3" - }, - "scripts": { - "test": "tap", - "preversion": "npm test", - "postversion": "npm publish", - "postpublish": "git push origin --follow-tags" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/isaacs/minipass.git" - }, - "keywords": [ - "passthrough", - "stream" - ], - "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)", - "license": "ISC", - "files": [ - "index.d.ts", - "index.js" - ], - "tap": { - "check-coverage": true - }, - "engines": { - "node": ">=8" - }, - "prettier": { - "semi": false, - "printWidth": 80, - "tabWidth": 2, - "useTabs": false, - "singleQuote": true, - "jsxSingleQuote": false, - "bracketSameLine": true, - "arrowParens": "avoid", - "endOfLine": "lf" - } -} diff --git a/software/flow/node_modules/npm/node_modules/tar/node_modules/fs-minipass/package.json b/software/flow/node_modules/npm/node_modules/tar/node_modules/fs-minipass/package.json deleted file mode 100644 index 2f2436c..0000000 --- a/software/flow/node_modules/npm/node_modules/tar/node_modules/fs-minipass/package.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "name": "fs-minipass", - "version": "2.1.0", - "main": "index.js", - "scripts": { - "test": "tap", - "preversion": "npm test", - "postversion": "npm publish", - "postpublish": "git push origin --follow-tags" - }, - "keywords": [], - "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)", - "license": "ISC", - "repository": { - "type": "git", - "url": "git+https://github.com/npm/fs-minipass.git" - }, - "bugs": { - "url": "https://github.com/npm/fs-minipass/issues" - }, - "homepage": "https://github.com/npm/fs-minipass#readme", - "description": "fs read and write streams based on minipass", - "dependencies": { - "minipass": "^3.0.0" - }, - "devDependencies": { - "mutate-fs": "^2.0.1", - "tap": "^14.6.4" - }, - "files": [ - "index.js" - ], - "tap": { - "check-coverage": true - }, - "engines": { - "node": ">= 8" - } -} diff --git a/software/flow/node_modules/npm/node_modules/tar/package.json b/software/flow/node_modules/npm/node_modules/tar/package.json deleted file mode 100644 index e6d6b93..0000000 --- a/software/flow/node_modules/npm/node_modules/tar/package.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "author": "GitHub Inc.", - "name": "tar", - "description": "tar for node", - "version": "6.1.13", - "repository": { - "type": "git", - "url": "https://github.com/npm/node-tar.git" - }, - "scripts": { - "genparse": "node scripts/generate-parse-fixtures.js", - "template-oss-apply": "template-oss-apply --force", - "lint": "eslint \"**/*.js\"", - "postlint": "template-oss-check", - "lintfix": "npm run lint -- --fix", - "snap": "tap", - "test": "tap", - "posttest": "npm run lint" - }, - "dependencies": { - "chownr": "^2.0.0", - "fs-minipass": "^2.0.0", - "minipass": "^4.0.0", - "minizlib": "^2.1.1", - "mkdirp": "^1.0.3", - "yallist": "^4.0.0" - }, - "devDependencies": { - "@npmcli/eslint-config": "^4.0.0", - "@npmcli/template-oss": "4.10.0", - "chmodr": "^1.2.0", - "end-of-stream": "^1.4.3", - "events-to-array": "^2.0.3", - "mutate-fs": "^2.1.1", - "nock": "^13.2.9", - "rimraf": "^3.0.2", - "tap": "^16.0.1" - }, - "license": "ISC", - "engines": { - "node": ">=10" - }, - "files": [ - "bin/", - "lib/", - "index.js" - ], - "tap": { - "coverage-map": "map.js", - "timeout": 0, - "nyc-arg": [ - "--exclude", - "tap-snapshots/**" - ] - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.10.0", - "content": "scripts/template-oss", - "engines": ">=10", - "distPaths": [ - "index.js" - ], - "allowPaths": [ - "/index.js" - ], - "ciVersions": [ - "10.x", - "12.x", - "14.x", - "16.x", - "18.x" - ] - } -} diff --git a/software/flow/node_modules/npm/node_modules/text-table/LICENSE b/software/flow/node_modules/npm/node_modules/text-table/LICENSE deleted file mode 100644 index ee27ba4..0000000 --- a/software/flow/node_modules/npm/node_modules/text-table/LICENSE +++ /dev/null @@ -1,18 +0,0 @@ -This software is released under the MIT license: - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of -the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR -COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/text-table/example/align.js b/software/flow/node_modules/npm/node_modules/text-table/example/align.js deleted file mode 100644 index 9be4309..0000000 --- a/software/flow/node_modules/npm/node_modules/text-table/example/align.js +++ /dev/null @@ -1,8 +0,0 @@ -var table = require('../'); -var t = table([ - [ 'beep', '1024' ], - [ 'boop', '33450' ], - [ 'foo', '1006' ], - [ 'bar', '45' ] -], { align: [ 'l', 'r' ] }); -console.log(t); diff --git a/software/flow/node_modules/npm/node_modules/text-table/example/center.js b/software/flow/node_modules/npm/node_modules/text-table/example/center.js deleted file mode 100644 index 52b1c69..0000000 --- a/software/flow/node_modules/npm/node_modules/text-table/example/center.js +++ /dev/null @@ -1,8 +0,0 @@ -var table = require('../'); -var t = table([ - [ 'beep', '1024', 'xyz' ], - [ 'boop', '3388450', 'tuv' ], - [ 'foo', '10106', 'qrstuv' ], - [ 'bar', '45', 'lmno' ] -], { align: [ 'l', 'c', 'l' ] }); -console.log(t); diff --git a/software/flow/node_modules/npm/node_modules/text-table/example/dotalign.js b/software/flow/node_modules/npm/node_modules/text-table/example/dotalign.js deleted file mode 100644 index 2cea629..0000000 --- a/software/flow/node_modules/npm/node_modules/text-table/example/dotalign.js +++ /dev/null @@ -1,9 +0,0 @@ -var table = require('../'); -var t = table([ - [ 'beep', '1024' ], - [ 'boop', '334.212' ], - [ 'foo', '1006' ], - [ 'bar', '45.6' ], - [ 'baz', '123.' ] -], { align: [ 'l', '.' ] }); -console.log(t); diff --git a/software/flow/node_modules/npm/node_modules/text-table/example/doubledot.js b/software/flow/node_modules/npm/node_modules/text-table/example/doubledot.js deleted file mode 100644 index bab983b..0000000 --- a/software/flow/node_modules/npm/node_modules/text-table/example/doubledot.js +++ /dev/null @@ -1,11 +0,0 @@ -var table = require('../'); -var t = table([ - [ '0.1.2' ], - [ '11.22.33' ], - [ '5.6.7' ], - [ '1.22222' ], - [ '12345.' ], - [ '5555.' ], - [ '123' ] -], { align: [ '.' ] }); -console.log(t); diff --git a/software/flow/node_modules/npm/node_modules/text-table/example/table.js b/software/flow/node_modules/npm/node_modules/text-table/example/table.js deleted file mode 100644 index 903ea4c..0000000 --- a/software/flow/node_modules/npm/node_modules/text-table/example/table.js +++ /dev/null @@ -1,6 +0,0 @@ -var table = require('../'); -var t = table([ - [ 'master', '0123456789abcdef' ], - [ 'staging', 'fedcba9876543210' ] -]); -console.log(t); diff --git a/software/flow/node_modules/npm/node_modules/text-table/index.js b/software/flow/node_modules/npm/node_modules/text-table/index.js deleted file mode 100644 index 5c0ba98..0000000 --- a/software/flow/node_modules/npm/node_modules/text-table/index.js +++ /dev/null @@ -1,86 +0,0 @@ -module.exports = function (rows_, opts) { - if (!opts) opts = {}; - var hsep = opts.hsep === undefined ? ' ' : opts.hsep; - var align = opts.align || []; - var stringLength = opts.stringLength - || function (s) { return String(s).length; } - ; - - var dotsizes = reduce(rows_, function (acc, row) { - forEach(row, function (c, ix) { - var n = dotindex(c); - if (!acc[ix] || n > acc[ix]) acc[ix] = n; - }); - return acc; - }, []); - - var rows = map(rows_, function (row) { - return map(row, function (c_, ix) { - var c = String(c_); - if (align[ix] === '.') { - var index = dotindex(c); - var size = dotsizes[ix] + (/\./.test(c) ? 1 : 2) - - (stringLength(c) - index) - ; - return c + Array(size).join(' '); - } - else return c; - }); - }); - - var sizes = reduce(rows, function (acc, row) { - forEach(row, function (c, ix) { - var n = stringLength(c); - if (!acc[ix] || n > acc[ix]) acc[ix] = n; - }); - return acc; - }, []); - - return map(rows, function (row) { - return map(row, function (c, ix) { - var n = (sizes[ix] - stringLength(c)) || 0; - var s = Array(Math.max(n + 1, 1)).join(' '); - if (align[ix] === 'r' || align[ix] === '.') { - return s + c; - } - if (align[ix] === 'c') { - return Array(Math.ceil(n / 2 + 1)).join(' ') - + c + Array(Math.floor(n / 2 + 1)).join(' ') - ; - } - - return c + s; - }).join(hsep).replace(/\s+$/, ''); - }).join('\n'); -}; - -function dotindex (c) { - var m = /\.[^.]*$/.exec(c); - return m ? m.index + 1 : c.length; -} - -function reduce (xs, f, init) { - if (xs.reduce) return xs.reduce(f, init); - var i = 0; - var acc = arguments.length >= 3 ? init : xs[i++]; - for (; i < xs.length; i++) { - f(acc, xs[i], i); - } - return acc; -} - -function forEach (xs, f) { - if (xs.forEach) return xs.forEach(f); - for (var i = 0; i < xs.length; i++) { - f.call(xs, xs[i], i); - } -} - -function map (xs, f) { - if (xs.map) return xs.map(f); - var res = []; - for (var i = 0; i < xs.length; i++) { - res.push(f.call(xs, xs[i], i)); - } - return res; -} diff --git a/software/flow/node_modules/npm/node_modules/text-table/package.json b/software/flow/node_modules/npm/node_modules/text-table/package.json deleted file mode 100644 index b4d17a4..0000000 --- a/software/flow/node_modules/npm/node_modules/text-table/package.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "name": "text-table", - "version": "0.2.0", - "description": "borderless text tables with alignment", - "main": "index.js", - "devDependencies": { - "tap": "~0.4.0", - "tape": "~1.0.2", - "cli-color": "~0.2.3" - }, - "scripts": { - "test": "tap test/*.js" - }, - "testling" : { - "files" : "test/*.js", - "browsers" : [ - "ie/6..latest", - "chrome/20..latest", - "firefox/10..latest", - "safari/latest", - "opera/11.0..latest", - "iphone/6", "ipad/6" - ] - }, - "repository": { - "type": "git", - "url": "git://github.com/substack/text-table.git" - }, - "homepage": "https://github.com/substack/text-table", - "keywords": [ - "text", - "table", - "align", - "ascii", - "rows", - "tabular" - ], - "author": { - "name": "James Halliday", - "email": "mail@substack.net", - "url": "http://substack.net" - }, - "license": "MIT" -} diff --git a/software/flow/node_modules/npm/node_modules/text-table/test/align.js b/software/flow/node_modules/npm/node_modules/text-table/test/align.js deleted file mode 100644 index 245357f..0000000 --- a/software/flow/node_modules/npm/node_modules/text-table/test/align.js +++ /dev/null @@ -1,18 +0,0 @@ -var test = require('tape'); -var table = require('../'); - -test('align', function (t) { - t.plan(1); - var s = table([ - [ 'beep', '1024' ], - [ 'boop', '33450' ], - [ 'foo', '1006' ], - [ 'bar', '45' ] - ], { align: [ 'l', 'r' ] }); - t.equal(s, [ - 'beep 1024', - 'boop 33450', - 'foo 1006', - 'bar 45' - ].join('\n')); -}); diff --git a/software/flow/node_modules/npm/node_modules/text-table/test/ansi-colors.js b/software/flow/node_modules/npm/node_modules/text-table/test/ansi-colors.js deleted file mode 100644 index fbc5bb1..0000000 --- a/software/flow/node_modules/npm/node_modules/text-table/test/ansi-colors.js +++ /dev/null @@ -1,32 +0,0 @@ -var test = require('tape'); -var table = require('../'); -var color = require('cli-color'); -var ansiTrim = require('cli-color/lib/trim'); - -test('center', function (t) { - t.plan(1); - var opts = { - align: [ 'l', 'c', 'l' ], - stringLength: function(s) { return ansiTrim(s).length } - }; - var s = table([ - [ - color.red('Red'), color.green('Green'), color.blue('Blue') - ], - [ - color.bold('Bold'), color.underline('Underline'), - color.italic('Italic') - ], - [ - color.inverse('Inverse'), color.strike('Strike'), - color.blink('Blink') - ], - [ 'bar', '45', 'lmno' ] - ], opts); - t.equal(ansiTrim(s), [ - 'Red Green Blue', - 'Bold Underline Italic', - 'Inverse Strike Blink', - 'bar 45 lmno' - ].join('\n')); -}); diff --git a/software/flow/node_modules/npm/node_modules/text-table/test/center.js b/software/flow/node_modules/npm/node_modules/text-table/test/center.js deleted file mode 100644 index c2c7a62..0000000 --- a/software/flow/node_modules/npm/node_modules/text-table/test/center.js +++ /dev/null @@ -1,18 +0,0 @@ -var test = require('tape'); -var table = require('../'); - -test('center', function (t) { - t.plan(1); - var s = table([ - [ 'beep', '1024', 'xyz' ], - [ 'boop', '3388450', 'tuv' ], - [ 'foo', '10106', 'qrstuv' ], - [ 'bar', '45', 'lmno' ] - ], { align: [ 'l', 'c', 'l' ] }); - t.equal(s, [ - 'beep 1024 xyz', - 'boop 3388450 tuv', - 'foo 10106 qrstuv', - 'bar 45 lmno' - ].join('\n')); -}); diff --git a/software/flow/node_modules/npm/node_modules/text-table/test/dotalign.js b/software/flow/node_modules/npm/node_modules/text-table/test/dotalign.js deleted file mode 100644 index f804f92..0000000 --- a/software/flow/node_modules/npm/node_modules/text-table/test/dotalign.js +++ /dev/null @@ -1,20 +0,0 @@ -var test = require('tape'); -var table = require('../'); - -test('dot align', function (t) { - t.plan(1); - var s = table([ - [ 'beep', '1024' ], - [ 'boop', '334.212' ], - [ 'foo', '1006' ], - [ 'bar', '45.6' ], - [ 'baz', '123.' ] - ], { align: [ 'l', '.' ] }); - t.equal(s, [ - 'beep 1024', - 'boop 334.212', - 'foo 1006', - 'bar 45.6', - 'baz 123.' - ].join('\n')); -}); diff --git a/software/flow/node_modules/npm/node_modules/text-table/test/doubledot.js b/software/flow/node_modules/npm/node_modules/text-table/test/doubledot.js deleted file mode 100644 index 659b57c..0000000 --- a/software/flow/node_modules/npm/node_modules/text-table/test/doubledot.js +++ /dev/null @@ -1,24 +0,0 @@ -var test = require('tape'); -var table = require('../'); - -test('dot align', function (t) { - t.plan(1); - var s = table([ - [ '0.1.2' ], - [ '11.22.33' ], - [ '5.6.7' ], - [ '1.22222' ], - [ '12345.' ], - [ '5555.' ], - [ '123' ] - ], { align: [ '.' ] }); - t.equal(s, [ - ' 0.1.2', - '11.22.33', - ' 5.6.7', - ' 1.22222', - '12345.', - ' 5555.', - ' 123' - ].join('\n')); -}); diff --git a/software/flow/node_modules/npm/node_modules/text-table/test/table.js b/software/flow/node_modules/npm/node_modules/text-table/test/table.js deleted file mode 100644 index 9c67014..0000000 --- a/software/flow/node_modules/npm/node_modules/text-table/test/table.js +++ /dev/null @@ -1,14 +0,0 @@ -var test = require('tape'); -var table = require('../'); - -test('table', function (t) { - t.plan(1); - var s = table([ - [ 'master', '0123456789abcdef' ], - [ 'staging', 'fedcba9876543210' ] - ]); - t.equal(s, [ - 'master 0123456789abcdef', - 'staging fedcba9876543210' - ].join('\n')); -}); diff --git a/software/flow/node_modules/npm/node_modules/tiny-relative-date/LICENSE.md b/software/flow/node_modules/npm/node_modules/tiny-relative-date/LICENSE.md deleted file mode 100644 index e42aca3..0000000 --- a/software/flow/node_modules/npm/node_modules/tiny-relative-date/LICENSE.md +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2017 Joseph Wynn - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/tiny-relative-date/lib/factory.js b/software/flow/node_modules/npm/node_modules/tiny-relative-date/lib/factory.js deleted file mode 100644 index ac90161..0000000 --- a/software/flow/node_modules/npm/node_modules/tiny-relative-date/lib/factory.js +++ /dev/null @@ -1,100 +0,0 @@ -'use strict'; - -Object.defineProperty(exports, "__esModule", { - value: true -}); -exports.default = relativeDateFactory; -var calculateDelta = function calculateDelta(now, date) { - return Math.round(Math.abs(now - date) / 1000); -}; - -function relativeDateFactory(translations) { - return function relativeDate(date) { - var now = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : new Date(); - - if (!(date instanceof Date)) { - date = new Date(date); - } - - var delta = null; - - var minute = 60; - var hour = minute * 60; - var day = hour * 24; - var week = day * 7; - var month = day * 30; - var year = day * 365; - - delta = calculateDelta(now, date); - - if (delta > day && delta < week) { - date = new Date(date.getFullYear(), date.getMonth(), date.getDate(), 0, 0, 0); - delta = calculateDelta(now, date); - } - - var translate = function translate(translatePhrase, timeValue) { - var key = void 0; - - if (translatePhrase === 'justNow') { - key = translatePhrase; - } else if (now >= date) { - key = translatePhrase + 'Ago'; - } else { - key = translatePhrase + 'FromNow'; - } - - var translation = translations[key]; - - if (typeof translation === 'function') { - return translation(timeValue); - } - - return translation.replace('{{time}}', timeValue); - }; - - switch (false) { - case !(delta < 30): - return translate('justNow'); - - case !(delta < minute): - return translate('seconds', delta); - - case !(delta < 2 * minute): - return translate('aMinute'); - - case !(delta < hour): - return translate('minutes', Math.floor(delta / minute)); - - case Math.floor(delta / hour) !== 1: - return translate('anHour'); - - case !(delta < day): - return translate('hours', Math.floor(delta / hour)); - - case !(delta < day * 2): - return translate('aDay'); - - case !(delta < week): - return translate('days', Math.floor(delta / day)); - - case Math.floor(delta / week) !== 1: - return translate('aWeek'); - - case !(delta < month): - return translate('weeks', Math.floor(delta / week)); - - case Math.floor(delta / month) !== 1: - return translate('aMonth'); - - case !(delta < year): - return translate('months', Math.floor(delta / month)); - - case Math.floor(delta / year) !== 1: - return translate('aYear'); - - default: - return translate('overAYear'); - } - }; -} -module.exports = exports['default']; \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/tiny-relative-date/lib/index.js b/software/flow/node_modules/npm/node_modules/tiny-relative-date/lib/index.js deleted file mode 100644 index ed8a82a..0000000 --- a/software/flow/node_modules/npm/node_modules/tiny-relative-date/lib/index.js +++ /dev/null @@ -1,18 +0,0 @@ -'use strict'; - -Object.defineProperty(exports, "__esModule", { - value: true -}); - -var _factory = require('./factory'); - -var _factory2 = _interopRequireDefault(_factory); - -var _en = require('../translations/en'); - -var _en2 = _interopRequireDefault(_en); - -function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } - -exports.default = (0, _factory2.default)(_en2.default); -module.exports = exports['default']; \ No newline at end of file diff --git a/software/flow/node_modules/npm/node_modules/tiny-relative-date/package.json b/software/flow/node_modules/npm/node_modules/tiny-relative-date/package.json deleted file mode 100644 index 26c8814..0000000 --- a/software/flow/node_modules/npm/node_modules/tiny-relative-date/package.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "name": "tiny-relative-date", - "version": "1.3.0", - "description": "Tiny function that provides relative, human-readable dates.", - "main": "lib/index.js", - "module": "src/index.js", - "scripts": { - "build": "babel src -d lib", - "test": "npm run eslint && npm run jasmine", - "eslint": "eslint --fix src/**/*.js", - "jasmine": "jasmine", - "prepublish": "npm run build" - }, - "files": [ - "lib/", - "src/", - "translations/" - ], - "license": "MIT", - "author": "Joseph Wynn <joseph@wildlyinaccurate.com> (https://wildlyinaccurate.com/)", - "repository": { - "type": "git", - "url": "https://github.com/wildlyinaccurate/relative-date.git" - }, - "devDependencies": { - "babel-cli": "^6.24.1", - "babel-plugin-add-module-exports": "^0.2.1", - "babel-preset-es2015": "^6.24.1", - "babel-register": "^6.24.1", - "eslint": "^4.1.0", - "eslint-config-standard": "^10.2.1", - "eslint-plugin-import": "^2.6.0", - "eslint-plugin-node": "^5.0.0", - "eslint-plugin-promise": "^3.5.0", - "eslint-plugin-standard": "^3.0.1", - "jasmine": "^2.6.0", - "jasmine-spec-reporter": "^4.1.1" - } -} diff --git a/software/flow/node_modules/npm/node_modules/tiny-relative-date/src/factory.js b/software/flow/node_modules/npm/node_modules/tiny-relative-date/src/factory.js deleted file mode 100644 index 689359b..0000000 --- a/software/flow/node_modules/npm/node_modules/tiny-relative-date/src/factory.js +++ /dev/null @@ -1,89 +0,0 @@ -const calculateDelta = (now, date) => Math.round(Math.abs(now - date) / 1000) - -export default function relativeDateFactory (translations) { - return function relativeDate (date, now = new Date()) { - if (!(date instanceof Date)) { - date = new Date(date) - } - - let delta = null - - const minute = 60 - const hour = minute * 60 - const day = hour * 24 - const week = day * 7 - const month = day * 30 - const year = day * 365 - - delta = calculateDelta(now, date) - - if (delta > day && delta < week) { - date = new Date(date.getFullYear(), date.getMonth(), date.getDate(), 0, 0, 0) - delta = calculateDelta(now, date) - } - - const translate = (translatePhrase, timeValue) => { - let key - - if (translatePhrase === 'justNow') { - key = translatePhrase - } else if (now >= date) { - key = `${translatePhrase}Ago` - } else { - key = `${translatePhrase}FromNow` - } - - const translation = translations[key] - - if (typeof translation === 'function') { - return translation(timeValue) - } - - return translation.replace('{{time}}', timeValue) - } - - switch (false) { - case !(delta < 30): - return translate('justNow') - - case !(delta < minute): - return translate('seconds', delta) - - case !(delta < 2 * minute): - return translate('aMinute') - - case !(delta < hour): - return translate('minutes', Math.floor(delta / minute)) - - case Math.floor(delta / hour) !== 1: - return translate('anHour') - - case !(delta < day): - return translate('hours', Math.floor(delta / hour)) - - case !(delta < day * 2): - return translate('aDay') - - case !(delta < week): - return translate('days', Math.floor(delta / day)) - - case Math.floor(delta / week) !== 1: - return translate('aWeek') - - case !(delta < month): - return translate('weeks', Math.floor(delta / week)) - - case Math.floor(delta / month) !== 1: - return translate('aMonth') - - case !(delta < year): - return translate('months', Math.floor(delta / month)) - - case Math.floor(delta / year) !== 1: - return translate('aYear') - - default: - return translate('overAYear') - } - } -} diff --git a/software/flow/node_modules/npm/node_modules/tiny-relative-date/src/index.js b/software/flow/node_modules/npm/node_modules/tiny-relative-date/src/index.js deleted file mode 100644 index c2cef68..0000000 --- a/software/flow/node_modules/npm/node_modules/tiny-relative-date/src/index.js +++ /dev/null @@ -1,4 +0,0 @@ -import relativeDateFactory from './factory' -import enTranslations from '../translations/en' - -export default relativeDateFactory(enTranslations) diff --git a/software/flow/node_modules/npm/node_modules/tiny-relative-date/translations/da.js b/software/flow/node_modules/npm/node_modules/tiny-relative-date/translations/da.js deleted file mode 100644 index dedc17d..0000000 --- a/software/flow/node_modules/npm/node_modules/tiny-relative-date/translations/da.js +++ /dev/null @@ -1,31 +0,0 @@ -module.exports = { - justNow: "ligenu", - secondsAgo: "{{time}} sekunder siden", - aMinuteAgo: "et minut siden", - minutesAgo: "{{time}} minutter siden", - anHourAgo: "en time siden", - hoursAgo: "{{time}} timer siden", - aDayAgo: "i går", - daysAgo: "{{time}} dage siden", - aWeekAgo: "en uge siden", - weeksAgo: "{{time}} uger siden", - aMonthAgo: "en måned siden", - monthsAgo: "{{time}} måneder siden", - aYearAgo: "et år siden", - yearsAgo: "{{time}} år siden", - overAYearAgo: "over et år siden", - secondsFromNow: "om {{time}} sekunder", - aMinuteFromNow: "om et minut", - minutesFromNow: "om {{time}} minutter", - anHourFromNow: "om en time", - hoursFromNow: "om {{time}} timer", - aDayFromNow: "i morgen", - daysFromNow: "om {{time}} dage", - aWeekFromNow: "om en uge", - weeksFromNow: "om {{time}} uger", - aMonthFromNow: "om en måned", - monthsFromNow: "om {{time}} måneder", - aYearFromNow: "om et år", - yearsFromNow: "om {{time}} år", - overAYearFromNow: "om over et år" -} diff --git a/software/flow/node_modules/npm/node_modules/tiny-relative-date/translations/de.js b/software/flow/node_modules/npm/node_modules/tiny-relative-date/translations/de.js deleted file mode 100644 index c0342e1..0000000 --- a/software/flow/node_modules/npm/node_modules/tiny-relative-date/translations/de.js +++ /dev/null @@ -1,31 +0,0 @@ -module.exports = { - justNow: "gerade eben", - secondsAgo: "vor {{time}} Sekunden", - aMinuteAgo: "vor einer Minute", - minutesAgo: "vor {{time}} Minuten", - anHourAgo: "vor einer Stunde", - hoursAgo: "vor {{time}} Stunden", - aDayAgo: "gestern", - daysAgo: "vor {{time}} Tagen", - aWeekAgo: "letzte Woche", - weeksAgo: "vor {{time}} Wochen", - aMonthAgo: "letzten Monat", - monthsAgo: "vor {{time}} Monaten", - aYearAgo: "letztes Jahr", - yearsAgo: "vor {{time}} Jahren", - overAYearAgo: "vor über einem Jahr", - secondsFromNow: "in {{time}} Sekunden", - aMinuteFromNow: "in einer Minute", - minutesFromNow: "in {{time}} Minuten", - anHourFromNow: "in einer Stunde", - hoursFromNow: "in {{time}} Stunden", - aDayFromNow: "morgen", - daysFromNow: "in {{time}} Tagen", - aWeekFromNow: "nächste Woche", - weeksFromNow: "in {{time}} Wochen", - aMonthFromNow: "nächsten Monat", - monthsFromNow: "in {{time}} Monaten", - aYearFromNow: "nächstes Jahr", - yearsFromNow: "in {{time}} Jahren", - overAYearFromNow: "in über einem Jahr" -} diff --git a/software/flow/node_modules/npm/node_modules/tiny-relative-date/translations/en-short.js b/software/flow/node_modules/npm/node_modules/tiny-relative-date/translations/en-short.js deleted file mode 100644 index b368d19..0000000 --- a/software/flow/node_modules/npm/node_modules/tiny-relative-date/translations/en-short.js +++ /dev/null @@ -1,31 +0,0 @@ -module.exports = { - justNow: "now", - secondsAgo: "{{time}}s", - aMinuteAgo: "1m", - minutesAgo: "{{time}}m", - anHourAgo: "1h", - hoursAgo: "{{time}}h", - aDayAgo: "1d", - daysAgo: "{{time}}d", - aWeekAgo: "1w", - weeksAgo: "{{time}}w", - aMonthAgo: '4w', - monthsAgo: (months) => `${Math.round(months / 12 * 52)}w`, - aYearAgo: "1y", - yearsAgo: "{{time}}y", - overAYearAgo: "1y+", - secondsFromNow: "+{{time}}s", - aMinuteFromNow: "+1m", - minutesFromNow: "+{{time}}m", - anHourFromNow: "+1h", - hoursFromNow: "+{{time}}h", - aDayFromNow: "+1d", - daysFromNow: "+{{time}}d", - aWeekFromNow: "+1w", - weeksFromNow: "+{{time}}w", - aMonthFromNow: '+4w', - monthsFromNow: (months) => `+${Math.round(months / 12 * 52)}w`, - aYearFromNow: "+1y", - yearsFromNow: "+{{time}}y", - overAYearFromNow: "+1y+" -} diff --git a/software/flow/node_modules/npm/node_modules/tiny-relative-date/translations/en.js b/software/flow/node_modules/npm/node_modules/tiny-relative-date/translations/en.js deleted file mode 100644 index 8411bf0..0000000 --- a/software/flow/node_modules/npm/node_modules/tiny-relative-date/translations/en.js +++ /dev/null @@ -1,31 +0,0 @@ -module.exports = { - justNow: "just now", - secondsAgo: "{{time}} seconds ago", - aMinuteAgo: "a minute ago", - minutesAgo: "{{time}} minutes ago", - anHourAgo: "an hour ago", - hoursAgo: "{{time}} hours ago", - aDayAgo: "yesterday", - daysAgo: "{{time}} days ago", - aWeekAgo: "a week ago", - weeksAgo: "{{time}} weeks ago", - aMonthAgo: "a month ago", - monthsAgo: "{{time}} months ago", - aYearAgo: "a year ago", - yearsAgo: "{{time}} years ago", - overAYearAgo: "over a year ago", - secondsFromNow: "{{time}} seconds from now", - aMinuteFromNow: "a minute from now", - minutesFromNow: "{{time}} minutes from now", - anHourFromNow: "an hour from now", - hoursFromNow: "{{time}} hours from now", - aDayFromNow: "tomorrow", - daysFromNow: "{{time}} days from now", - aWeekFromNow: "a week from now", - weeksFromNow: "{{time}} weeks from now", - aMonthFromNow: "a month from now", - monthsFromNow: "{{time}} months from now", - aYearFromNow: "a year from now", - yearsFromNow: "{{time}} years from now", - overAYearFromNow: "over a year from now" -} diff --git a/software/flow/node_modules/npm/node_modules/tiny-relative-date/translations/es.js b/software/flow/node_modules/npm/node_modules/tiny-relative-date/translations/es.js deleted file mode 100644 index fac622f..0000000 --- a/software/flow/node_modules/npm/node_modules/tiny-relative-date/translations/es.js +++ /dev/null @@ -1,31 +0,0 @@ -module.exports = { - justNow: "recién", - secondsAgo: "hace {{time}} segundos", - aMinuteAgo: "hace un minuto", - minutesAgo: "hace {{time}} minutos", - anHourAgo: "hace una hora", - hoursAgo: "hace {{time}} horas", - aDayAgo: "ayer", - daysAgo: "hace {{time}} días", - aWeekAgo: "hace una semana", - weeksAgo: "hace {{time}} semanas", - aMonthAgo: "hace un mes", - monthsAgo: "hace {{time}} meses", - aYearAgo: "hace un año", - yearsAgo: "hace {{time}} años", - overAYearAgo: "hace mas de un año", - secondsFromNow: "dentro de {{time}} segundos", - aMinuteFromNow: "dentro de un minuto", - minutesFromNow: "dentro de {{time}} minutos", - anHourFromNow: "dentro de una hora", - hoursFromNow: "dentro de {{time}} horas", - aDayFromNow: "mañana", - daysFromNow: "dentro de {{time}} días", - aWeekFromNow: "dentro de una semana", - weeksFromNow: "dentro de {{time}} semanas", - aMonthFromNow: "dentro de un mes", - monthsFromNow: "dentro de {{time}} meses", - aYearFromNow: "dentro de un año", - yearsFromNow: "dentro de {{time}} años", - overAYearFromNow: "dentro de mas de un año" -} diff --git a/software/flow/node_modules/npm/node_modules/treeverse/LICENSE b/software/flow/node_modules/npm/node_modules/treeverse/LICENSE deleted file mode 100644 index 20a4762..0000000 --- a/software/flow/node_modules/npm/node_modules/treeverse/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -The ISC License - -Copyright (c) npm, Inc. and Contributors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/treeverse/lib/breadth.js b/software/flow/node_modules/npm/node_modules/treeverse/lib/breadth.js deleted file mode 100644 index 6681f8c..0000000 --- a/software/flow/node_modules/npm/node_modules/treeverse/lib/breadth.js +++ /dev/null @@ -1,67 +0,0 @@ -// Perform a breadth-first walk of a tree, either logical or physical -// This one only visits, it doesn't leave. That's because -// in a breadth-first traversal, children may be visited long -// after their parent, so the "exit" pass ends up being just -// another breadth-first walk. -// -// Breadth-first traversals are good for either creating a tree (ie, -// reifying a dep graph based on a package.json without a node_modules -// or package-lock), or mutating it in-place. For a map-reduce type of -// walk, it doesn't make a lot of sense, and is very expensive. -const breadth = ({ - visit, - filter = () => true, - getChildren, - tree, -}) => { - const queue = [] - const seen = new Map() - - const next = () => { - while (queue.length) { - const node = queue.shift() - const res = visitNode(node) - if (isPromise(res)) { - return res.then(() => next()) - } - } - return seen.get(tree) - } - - const visitNode = (visitTree) => { - if (seen.has(visitTree)) { - return seen.get(visitTree) - } - - seen.set(visitTree, null) - const res = visit ? visit(visitTree) : visitTree - if (isPromise(res)) { - const fullResult = res.then(resThen => { - seen.set(visitTree, resThen) - return kidNodes(visitTree) - }) - seen.set(visitTree, fullResult) - return fullResult - } else { - seen.set(visitTree, res) - return kidNodes(visitTree) - } - } - - const kidNodes = (kidTree) => { - const kids = getChildren(kidTree, seen.get(kidTree)) - return isPromise(kids) ? kids.then(processKids) : processKids(kids) - } - - const processKids = (kids) => { - kids = (kids || []).filter(filter) - queue.push(...kids) - } - - queue.push(tree) - return next() -} - -const isPromise = p => p && typeof p.then === 'function' - -module.exports = breadth diff --git a/software/flow/node_modules/npm/node_modules/treeverse/lib/depth-descent.js b/software/flow/node_modules/npm/node_modules/treeverse/lib/depth-descent.js deleted file mode 100644 index 361d6bf..0000000 --- a/software/flow/node_modules/npm/node_modules/treeverse/lib/depth-descent.js +++ /dev/null @@ -1,88 +0,0 @@ -// Perform a depth-first walk of a tree, ONLY doing the descent (visit) -// -// This uses a stack rather than recursion, so that it can handle deeply -// nested trees without call stack overflows. (My kingdom for proper TCO!) -// -// This is only used for cases where leave() is not specified. -// -// a -// +-- b -// | +-- 1 -// | +-- 2 -// +-- c -// +-- 3 -// +-- 4 -// -// Expect: -// visit a -// visit b -// visit 1 -// visit 2 -// visit c -// visit 3 -// visit 4 -// -// stack.push(tree) -// while stack not empty -// pop T from stack -// VISIT(T) -// get children C of T -// push each C onto stack - -const depth = ({ - visit, - filter, - getChildren, - tree, -}) => { - const stack = [] - const seen = new Map() - - const next = () => { - while (stack.length) { - const node = stack.pop() - const res = visitNode(node) - if (isPromise(res)) { - return res.then(() => next()) - } - } - return seen.get(tree) - } - - const visitNode = (visitTree) => { - if (seen.has(visitTree)) { - return seen.get(visitTree) - } - - seen.set(visitTree, null) - const res = visit ? visit(visitTree) : visitTree - if (isPromise(res)) { - const fullResult = res.then(resThen => { - seen.set(visitTree, resThen) - return kidNodes(visitTree) - }) - seen.set(visitTree, fullResult) - return fullResult - } else { - seen.set(visitTree, res) - return kidNodes(visitTree) - } - } - - const kidNodes = (kidTree) => { - const kids = getChildren(kidTree, seen.get(kidTree)) - return isPromise(kids) ? kids.then(processKids) : processKids(kids) - } - - const processKids = (kids) => { - kids = (kids || []).filter(filter) - stack.push(...kids) - } - - stack.push(tree) - return next() -} - -const isPromise = p => p && typeof p.then === 'function' - -module.exports = depth diff --git a/software/flow/node_modules/npm/node_modules/treeverse/lib/depth.js b/software/flow/node_modules/npm/node_modules/treeverse/lib/depth.js deleted file mode 100644 index ecd1388..0000000 --- a/software/flow/node_modules/npm/node_modules/treeverse/lib/depth.js +++ /dev/null @@ -1,76 +0,0 @@ -// Perform a depth-first walk of a tree. -// -// `visit(node)` is called when the node is first encountered. -// `leave(node, children)` is called when all of the node's children -// have been left or (in the case of cyclic graphs) visited. -// -// Only one of visit or leave is required. (Technically both are optional, -// but if you don't provide at least one, the tree is just walked without -// doing anything, which is a bit pointless.) If visit is provided, and -// leave is not, then this is a root->leaf traversal. If leave is provided, -// and visit is not, then it's leaf->root. Both can be provided for a -// map-reduce operation. -// -// If either visit or leave return a Promise for any node, then the -// walk returns a Promise. - -const depthDescent = require('./depth-descent.js') -const depth = ({ - visit, - leave, - filter = () => true, - seen = new Map(), - getChildren, - tree, -}) => { - if (!leave) { - return depthDescent({ visit, filter, getChildren, tree }) - } - - if (seen.has(tree)) { - return seen.get(tree) - } - - seen.set(tree, null) - - const visitNode = () => { - const res = visit ? visit(tree) : tree - if (isPromise(res)) { - const fullResult = res.then(resThen => { - seen.set(tree, resThen) - return kidNodes() - }) - seen.set(tree, fullResult) - return fullResult - } else { - seen.set(tree, res) - return kidNodes() - } - } - - const kidNodes = () => { - const kids = getChildren(tree, seen.get(tree)) - return isPromise(kids) ? kids.then(processKids) : processKids(kids) - } - - const processKids = nodes => { - const kids = (nodes || []).filter(filter).map(kid => - depth({ visit, leave, filter, seen, getChildren, tree: kid })) - return kids.some(isPromise) - ? Promise.all(kids).then(leaveNode) - : leaveNode(kids) - } - - const leaveNode = kids => { - const res = leave(seen.get(tree), kids) - seen.set(tree, res) - // if it's a promise at this point, the caller deals with it - return res - } - - return visitNode() -} - -const isPromise = p => p && typeof p.then === 'function' - -module.exports = depth diff --git a/software/flow/node_modules/npm/node_modules/treeverse/lib/index.js b/software/flow/node_modules/npm/node_modules/treeverse/lib/index.js deleted file mode 100644 index f8e6315..0000000 --- a/software/flow/node_modules/npm/node_modules/treeverse/lib/index.js +++ /dev/null @@ -1,4 +0,0 @@ -module.exports = { - breadth: require('./breadth.js'), - depth: require('./depth.js'), -} diff --git a/software/flow/node_modules/npm/node_modules/treeverse/package.json b/software/flow/node_modules/npm/node_modules/treeverse/package.json deleted file mode 100644 index b8de0b2..0000000 --- a/software/flow/node_modules/npm/node_modules/treeverse/package.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "name": "treeverse", - "version": "3.0.0", - "description": "Walk any kind of tree structure depth- or breadth-first. Supports promises and advanced map-reduce operations with a very small API.", - "author": "GitHub Inc.", - "license": "ISC", - "repository": { - "type": "git", - "url": "https://github.com/npm/treeverse.git" - }, - "scripts": { - "test": "tap", - "snap": "tap", - "lint": "eslint \"**/*.js\"", - "postlint": "template-oss-check", - "template-oss-apply": "template-oss-apply --force", - "lintfix": "npm run lint -- --fix", - "posttest": "npm run lint" - }, - "tap": { - "100": true, - "coverage-map": "test/coverage-map.js", - "nyc-arg": [ - "--exclude", - "tap-snapshots/**" - ] - }, - "devDependencies": { - "@npmcli/eslint-config": "^3.0.1", - "@npmcli/template-oss": "4.5.1", - "tap": "^16.0.1" - }, - "files": [ - "bin/", - "lib/" - ], - "main": "lib/index.js", - "keywords": [ - "tree", - "traversal", - "depth first search", - "breadth first search" - ], - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.5.1" - } -} diff --git a/software/flow/node_modules/npm/node_modules/tuf-js/LICENSE b/software/flow/node_modules/npm/node_modules/tuf-js/LICENSE deleted file mode 100644 index f28ab09..0000000 --- a/software/flow/node_modules/npm/node_modules/tuf-js/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright GitHub - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/tuf-js/dist/error.d.ts b/software/flow/node_modules/npm/node_modules/tuf-js/dist/error.d.ts deleted file mode 100644 index 130e49a..0000000 --- a/software/flow/node_modules/npm/node_modules/tuf-js/dist/error.d.ts +++ /dev/null @@ -1,30 +0,0 @@ -export declare class ValueError extends Error { -} -export declare class RuntimeError extends Error { -} -export declare class PersistError extends Error { -} -export declare class RepositoryError extends Error { -} -export declare class UnsignedMetadataError extends RepositoryError { -} -export declare class BadVersionError extends RepositoryError { -} -export declare class EqualVersionError extends BadVersionError { -} -export declare class ExpiredMetadataError extends RepositoryError { -} -export declare class LengthOrHashMismatchError extends RepositoryError { -} -export declare class CryptoError extends Error { -} -export declare class UnsupportedAlgorithmError extends CryptoError { -} -export declare class DownloadError extends Error { -} -export declare class DownloadLengthMismatchError extends DownloadError { -} -export declare class DownloadHTTPError extends DownloadError { - statusCode: number; - constructor(message: string, statusCode: number); -} diff --git a/software/flow/node_modules/npm/node_modules/tuf-js/dist/error.js b/software/flow/node_modules/npm/node_modules/tuf-js/dist/error.js deleted file mode 100644 index ce7ca5e..0000000 --- a/software/flow/node_modules/npm/node_modules/tuf-js/dist/error.js +++ /dev/null @@ -1,62 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.DownloadHTTPError = exports.DownloadLengthMismatchError = exports.DownloadError = exports.UnsupportedAlgorithmError = exports.CryptoError = exports.LengthOrHashMismatchError = exports.ExpiredMetadataError = exports.EqualVersionError = exports.BadVersionError = exports.UnsignedMetadataError = exports.RepositoryError = exports.PersistError = exports.RuntimeError = exports.ValueError = void 0; -// An error about insufficient values -class ValueError extends Error { -} -exports.ValueError = ValueError; -class RuntimeError extends Error { -} -exports.RuntimeError = RuntimeError; -class PersistError extends Error { -} -exports.PersistError = PersistError; -// An error with a repository's state, such as a missing file. -// It covers all exceptions that come from the repository side when -// looking from the perspective of users of metadata API or ngclient. -class RepositoryError extends Error { -} -exports.RepositoryError = RepositoryError; -// An error about metadata object with insufficient threshold of signatures. -class UnsignedMetadataError extends RepositoryError { -} -exports.UnsignedMetadataError = UnsignedMetadataError; -// An error for metadata that contains an invalid version number. -class BadVersionError extends RepositoryError { -} -exports.BadVersionError = BadVersionError; -// An error for metadata containing a previously verified version number. -class EqualVersionError extends BadVersionError { -} -exports.EqualVersionError = EqualVersionError; -// Indicate that a TUF Metadata file has expired. -class ExpiredMetadataError extends RepositoryError { -} -exports.ExpiredMetadataError = ExpiredMetadataError; -// An error while checking the length and hash values of an object. -class LengthOrHashMismatchError extends RepositoryError { -} -exports.LengthOrHashMismatchError = LengthOrHashMismatchError; -class CryptoError extends Error { -} -exports.CryptoError = CryptoError; -class UnsupportedAlgorithmError extends CryptoError { -} -exports.UnsupportedAlgorithmError = UnsupportedAlgorithmError; -//----- Download Errors ------------------------------------------------------- -// An error occurred while attempting to download a file. -class DownloadError extends Error { -} -exports.DownloadError = DownloadError; -// Indicate that a mismatch of lengths was seen while downloading a file -class DownloadLengthMismatchError extends DownloadError { -} -exports.DownloadLengthMismatchError = DownloadLengthMismatchError; -// Returned by FetcherInterface implementations for HTTP errors. -class DownloadHTTPError extends DownloadError { - constructor(message, statusCode) { - super(message); - this.statusCode = statusCode; - } -} -exports.DownloadHTTPError = DownloadHTTPError; diff --git a/software/flow/node_modules/npm/node_modules/tuf-js/dist/fetcher.d.ts b/software/flow/node_modules/npm/node_modules/tuf-js/dist/fetcher.d.ts deleted file mode 100644 index 2b52cbe..0000000 --- a/software/flow/node_modules/npm/node_modules/tuf-js/dist/fetcher.d.ts +++ /dev/null @@ -1,19 +0,0 @@ -/// <reference types="node" /> -/// <reference types="node" /> -type DownloadFileHandler<T> = (file: string) => Promise<T>; -export declare abstract class BaseFetcher { - abstract fetch(url: string): Promise<NodeJS.ReadableStream>; - downloadFile<T>(url: string, maxLength: number, handler: DownloadFileHandler<T>): Promise<T>; - downloadBytes(url: string, maxLength: number): Promise<Buffer>; -} -interface FetcherOptions { - timeout?: number; - retries?: number; -} -export declare class Fetcher extends BaseFetcher { - private timeout?; - private retries?; - constructor(options?: FetcherOptions); - fetch(url: string): Promise<NodeJS.ReadableStream>; -} -export {}; diff --git a/software/flow/node_modules/npm/node_modules/tuf-js/dist/fetcher.js b/software/flow/node_modules/npm/node_modules/tuf-js/dist/fetcher.js deleted file mode 100644 index cb42ab2..0000000 --- a/software/flow/node_modules/npm/node_modules/tuf-js/dist/fetcher.js +++ /dev/null @@ -1,81 +0,0 @@ -"use strict"; -var __importDefault = (this && this.__importDefault) || function (mod) { - return (mod && mod.__esModule) ? mod : { "default": mod }; -}; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.Fetcher = exports.BaseFetcher = void 0; -const fs_1 = __importDefault(require("fs")); -const make_fetch_happen_1 = __importDefault(require("make-fetch-happen")); -const util_1 = __importDefault(require("util")); -const error_1 = require("./error"); -const tmpfile_1 = require("./utils/tmpfile"); -class BaseFetcher { - // Download file from given URL. The file is downloaded to a temporary - // location and then passed to the given handler. The handler is responsible - // for moving the file to its final location. The temporary file is deleted - // after the handler returns. - async downloadFile(url, maxLength, handler) { - return (0, tmpfile_1.withTempFile)(async (tmpFile) => { - const reader = await this.fetch(url); - let numberOfBytesReceived = 0; - const fileStream = fs_1.default.createWriteStream(tmpFile); - // Read the stream a chunk at a time so that we can check - // the length of the file as we go - try { - for await (const chunk of reader) { - const bufferChunk = Buffer.from(chunk); - numberOfBytesReceived += bufferChunk.length; - if (numberOfBytesReceived > maxLength) { - throw new error_1.DownloadLengthMismatchError('Max length reached'); - } - await writeBufferToStream(fileStream, bufferChunk); - } - } - finally { - // Make sure we always close the stream - await util_1.default.promisify(fileStream.close).bind(fileStream)(); - } - return handler(tmpFile); - }); - } - // Download bytes from given URL. - async downloadBytes(url, maxLength) { - return this.downloadFile(url, maxLength, async (file) => { - const stream = fs_1.default.createReadStream(file); - const chunks = []; - for await (const chunk of stream) { - chunks.push(chunk); - } - return Buffer.concat(chunks); - }); - } -} -exports.BaseFetcher = BaseFetcher; -class Fetcher extends BaseFetcher { - constructor(options = {}) { - super(); - this.timeout = options.timeout; - this.retries = options.retries; - } - async fetch(url) { - const response = await (0, make_fetch_happen_1.default)(url, { - timeout: this.timeout, - retry: this.retries, - }); - if (!response.ok || !response?.body) { - throw new error_1.DownloadHTTPError('Failed to download', response.status); - } - return response.body; - } -} -exports.Fetcher = Fetcher; -const writeBufferToStream = async (stream, buffer) => { - return new Promise((resolve, reject) => { - stream.write(buffer, (err) => { - if (err) { - reject(err); - } - resolve(true); - }); - }); -}; diff --git a/software/flow/node_modules/npm/node_modules/tuf-js/dist/index.d.ts b/software/flow/node_modules/npm/node_modules/tuf-js/dist/index.d.ts deleted file mode 100644 index bfe3adc..0000000 --- a/software/flow/node_modules/npm/node_modules/tuf-js/dist/index.d.ts +++ /dev/null @@ -1,3 +0,0 @@ -export { BaseFetcher } from './fetcher'; -export { TargetFile } from './models/file'; -export { Updater } from './updater'; diff --git a/software/flow/node_modules/npm/node_modules/tuf-js/dist/index.js b/software/flow/node_modules/npm/node_modules/tuf-js/dist/index.js deleted file mode 100644 index 6245d17..0000000 --- a/software/flow/node_modules/npm/node_modules/tuf-js/dist/index.js +++ /dev/null @@ -1,9 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.Updater = exports.TargetFile = exports.BaseFetcher = void 0; -var fetcher_1 = require("./fetcher"); -Object.defineProperty(exports, "BaseFetcher", { enumerable: true, get: function () { return fetcher_1.BaseFetcher; } }); -var file_1 = require("./models/file"); -Object.defineProperty(exports, "TargetFile", { enumerable: true, get: function () { return file_1.TargetFile; } }); -var updater_1 = require("./updater"); -Object.defineProperty(exports, "Updater", { enumerable: true, get: function () { return updater_1.Updater; } }); diff --git a/software/flow/node_modules/npm/node_modules/tuf-js/dist/models/base.d.ts b/software/flow/node_modules/npm/node_modules/tuf-js/dist/models/base.d.ts deleted file mode 100644 index 4c5e0aa..0000000 --- a/software/flow/node_modules/npm/node_modules/tuf-js/dist/models/base.d.ts +++ /dev/null @@ -1,30 +0,0 @@ -import { JSONObject, JSONValue } from '../utils/types'; -import { Signature } from './signature'; -export interface Signable { - signatures: Record<string, Signature>; - signed: Signed; -} -export interface SignedOptions { - version?: number; - specVersion?: string; - expires?: string; - unrecognizedFields?: Record<string, JSONValue>; -} -/*** - * A base class for the signed part of TUF metadata. - * - * Objects with base class Signed are usually included in a ``Metadata`` object - * on the signed attribute. This class provides attributes and methods that - * are common for all TUF metadata types (roles). - */ -export declare abstract class Signed { - readonly specVersion: string; - readonly expires: string; - readonly version: number; - readonly unrecognizedFields: Record<string, JSONValue>; - constructor(options: SignedOptions); - equals(other: Signed): boolean; - isExpired(referenceTime?: Date): boolean; - static commonFieldsFromJSON(data: JSONObject): SignedOptions; - abstract toJSON(): JSONObject; -} diff --git a/software/flow/node_modules/npm/node_modules/tuf-js/dist/models/base.js b/software/flow/node_modules/npm/node_modules/tuf-js/dist/models/base.js deleted file mode 100644 index 7658567..0000000 --- a/software/flow/node_modules/npm/node_modules/tuf-js/dist/models/base.js +++ /dev/null @@ -1,71 +0,0 @@ -"use strict"; -var __importDefault = (this && this.__importDefault) || function (mod) { - return (mod && mod.__esModule) ? mod : { "default": mod }; -}; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.Signed = void 0; -const util_1 = __importDefault(require("util")); -const error_1 = require("../error"); -const utils_1 = require("../utils"); -const SPECIFICATION_VERSION = ['1', '0', '31']; -/*** - * A base class for the signed part of TUF metadata. - * - * Objects with base class Signed are usually included in a ``Metadata`` object - * on the signed attribute. This class provides attributes and methods that - * are common for all TUF metadata types (roles). - */ -class Signed { - constructor(options) { - this.specVersion = options.specVersion || SPECIFICATION_VERSION.join('.'); - const specList = this.specVersion.split('.'); - if (!(specList.length === 2 || specList.length === 3) || - !specList.every((item) => isNumeric(item))) { - throw new error_1.ValueError('Failed to parse specVersion'); - } - // major version must match - if (specList[0] != SPECIFICATION_VERSION[0]) { - throw new error_1.ValueError('Unsupported specVersion'); - } - this.expires = options.expires || new Date().toISOString(); - this.version = options.version || 1; - this.unrecognizedFields = options.unrecognizedFields || {}; - } - equals(other) { - if (!(other instanceof Signed)) { - return false; - } - return (this.specVersion === other.specVersion && - this.expires === other.expires && - this.version === other.version && - util_1.default.isDeepStrictEqual(this.unrecognizedFields, other.unrecognizedFields)); - } - isExpired(referenceTime) { - if (!referenceTime) { - referenceTime = new Date(); - } - return referenceTime >= new Date(this.expires); - } - static commonFieldsFromJSON(data) { - const { spec_version, expires, version, ...rest } = data; - if (utils_1.guard.isDefined(spec_version) && !(typeof spec_version === 'string')) { - throw new TypeError('spec_version must be a string'); - } - if (utils_1.guard.isDefined(expires) && !(typeof expires === 'string')) { - throw new TypeError('expires must be a string'); - } - if (utils_1.guard.isDefined(version) && !(typeof version === 'number')) { - throw new TypeError('version must be a number'); - } - return { - specVersion: spec_version, - expires, - version, - unrecognizedFields: rest, - }; - } -} -exports.Signed = Signed; -function isNumeric(str) { - return !isNaN(Number(str)); -} diff --git a/software/flow/node_modules/npm/node_modules/tuf-js/dist/models/delegations.d.ts b/software/flow/node_modules/npm/node_modules/tuf-js/dist/models/delegations.d.ts deleted file mode 100644 index b53862a..0000000 --- a/software/flow/node_modules/npm/node_modules/tuf-js/dist/models/delegations.d.ts +++ /dev/null @@ -1,32 +0,0 @@ -import { JSONObject, JSONValue } from '../utils/types'; -import { Key } from './key'; -import { DelegatedRole, SuccinctRoles } from './role'; -type DelegatedRoleMap = Record<string, DelegatedRole>; -type KeyMap = Record<string, Key>; -interface DelegationsOptions { - keys: KeyMap; - roles?: DelegatedRoleMap; - succinctRoles?: SuccinctRoles; - unrecognizedFields?: Record<string, JSONValue>; -} -/** - * A container object storing information about all delegations. - * - * Targets roles that are trusted to provide signed metadata files - * describing targets with designated pathnames and/or further delegations. - */ -export declare class Delegations { - readonly keys: KeyMap; - readonly roles?: DelegatedRoleMap; - readonly unrecognizedFields?: Record<string, JSONValue>; - readonly succinctRoles?: SuccinctRoles; - constructor(options: DelegationsOptions); - equals(other: Delegations): boolean; - rolesForTarget(targetPath: string): Generator<{ - role: string; - terminating: boolean; - }>; - toJSON(): JSONObject; - static fromJSON(data: JSONObject): Delegations; -} -export {}; diff --git a/software/flow/node_modules/npm/node_modules/tuf-js/dist/models/delegations.js b/software/flow/node_modules/npm/node_modules/tuf-js/dist/models/delegations.js deleted file mode 100644 index 302bd52..0000000 --- a/software/flow/node_modules/npm/node_modules/tuf-js/dist/models/delegations.js +++ /dev/null @@ -1,115 +0,0 @@ -"use strict"; -var __importDefault = (this && this.__importDefault) || function (mod) { - return (mod && mod.__esModule) ? mod : { "default": mod }; -}; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.Delegations = void 0; -const util_1 = __importDefault(require("util")); -const error_1 = require("../error"); -const guard_1 = require("../utils/guard"); -const key_1 = require("./key"); -const role_1 = require("./role"); -/** - * A container object storing information about all delegations. - * - * Targets roles that are trusted to provide signed metadata files - * describing targets with designated pathnames and/or further delegations. - */ -class Delegations { - constructor(options) { - this.keys = options.keys; - this.unrecognizedFields = options.unrecognizedFields || {}; - if (options.roles) { - if (Object.keys(options.roles).some((roleName) => role_1.TOP_LEVEL_ROLE_NAMES.includes(roleName))) { - throw new error_1.ValueError('Delegated role name conflicts with top-level role name'); - } - } - this.succinctRoles = options.succinctRoles; - this.roles = options.roles; - } - equals(other) { - if (!(other instanceof Delegations)) { - return false; - } - return (util_1.default.isDeepStrictEqual(this.keys, other.keys) && - util_1.default.isDeepStrictEqual(this.roles, other.roles) && - util_1.default.isDeepStrictEqual(this.unrecognizedFields, other.unrecognizedFields) && - util_1.default.isDeepStrictEqual(this.succinctRoles, other.succinctRoles)); - } - *rolesForTarget(targetPath) { - if (this.roles) { - for (const role of Object.values(this.roles)) { - if (role.isDelegatedPath(targetPath)) { - yield { role: role.name, terminating: role.terminating }; - } - } - } - else if (this.succinctRoles) { - yield { - role: this.succinctRoles.getRoleForTarget(targetPath), - terminating: true, - }; - } - } - toJSON() { - const json = { - keys: keysToJSON(this.keys), - ...this.unrecognizedFields, - }; - if (this.roles) { - json.roles = rolesToJSON(this.roles); - } - else if (this.succinctRoles) { - json.succinct_roles = this.succinctRoles.toJSON(); - } - return json; - } - static fromJSON(data) { - const { keys, roles, succinct_roles, ...unrecognizedFields } = data; - let succinctRoles; - if ((0, guard_1.isObject)(succinct_roles)) { - succinctRoles = role_1.SuccinctRoles.fromJSON(succinct_roles); - } - return new Delegations({ - keys: keysFromJSON(keys), - roles: rolesFromJSON(roles), - unrecognizedFields, - succinctRoles, - }); - } -} -exports.Delegations = Delegations; -function keysToJSON(keys) { - return Object.entries(keys).reduce((acc, [keyId, key]) => ({ - ...acc, - [keyId]: key.toJSON(), - }), {}); -} -function rolesToJSON(roles) { - return Object.values(roles).map((role) => role.toJSON()); -} -function keysFromJSON(data) { - if (!(0, guard_1.isObjectRecord)(data)) { - throw new TypeError('keys is malformed'); - } - return Object.entries(data).reduce((acc, [keyID, keyData]) => ({ - ...acc, - [keyID]: key_1.Key.fromJSON(keyID, keyData), - }), {}); -} -function rolesFromJSON(data) { - let roleMap; - if ((0, guard_1.isDefined)(data)) { - if (!(0, guard_1.isObjectArray)(data)) { - throw new TypeError('roles is malformed'); - } - roleMap = data.reduce((acc, role) => { - const delegatedRole = role_1.DelegatedRole.fromJSON(role); - return { - ...acc, - [delegatedRole.name]: delegatedRole, - }; - }, {}); - } - return roleMap; -} diff --git a/software/flow/node_modules/npm/node_modules/tuf-js/dist/models/file.d.ts b/software/flow/node_modules/npm/node_modules/tuf-js/dist/models/file.d.ts deleted file mode 100644 index 9678cf1..0000000 --- a/software/flow/node_modules/npm/node_modules/tuf-js/dist/models/file.d.ts +++ /dev/null @@ -1,40 +0,0 @@ -/// <reference types="node" /> -/// <reference types="node" /> -import { Readable } from 'stream'; -import { JSONObject, JSONValue } from '../utils/types'; -interface MetaFileOptions { - version: number; - length?: number; - hashes?: Record<string, string>; - unrecognizedFields?: Record<string, JSONValue>; -} -export declare class MetaFile { - readonly version: number; - readonly length?: number; - readonly hashes?: Record<string, string>; - readonly unrecognizedFields?: Record<string, JSONValue>; - constructor(opts: MetaFileOptions); - equals(other: MetaFile): boolean; - verify(data: Buffer): void; - toJSON(): JSONObject; - static fromJSON(data: JSONObject): MetaFile; -} -interface TargetFileOptions { - length: number; - path: string; - hashes: Record<string, string>; - unrecognizedFields?: Record<string, JSONValue>; -} -export declare class TargetFile { - readonly length: number; - readonly path: string; - readonly hashes: Record<string, string>; - readonly unrecognizedFields: Record<string, JSONValue>; - constructor(opts: TargetFileOptions); - get custom(): Record<string, unknown>; - equals(other: TargetFile): boolean; - verify(stream: Readable): Promise<void>; - toJSON(): JSONObject; - static fromJSON(path: string, data: JSONObject): TargetFile; -} -export {}; diff --git a/software/flow/node_modules/npm/node_modules/tuf-js/dist/models/file.js b/software/flow/node_modules/npm/node_modules/tuf-js/dist/models/file.js deleted file mode 100644 index d6d535f..0000000 --- a/software/flow/node_modules/npm/node_modules/tuf-js/dist/models/file.js +++ /dev/null @@ -1,183 +0,0 @@ -"use strict"; -var __importDefault = (this && this.__importDefault) || function (mod) { - return (mod && mod.__esModule) ? mod : { "default": mod }; -}; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.TargetFile = exports.MetaFile = void 0; -const crypto_1 = __importDefault(require("crypto")); -const util_1 = __importDefault(require("util")); -const error_1 = require("../error"); -const guard_1 = require("../utils/guard"); -// A container with information about a particular metadata file. -// -// This class is used for Timestamp and Snapshot metadata. -class MetaFile { - constructor(opts) { - if (opts.version <= 0) { - throw new error_1.ValueError('Metafile version must be at least 1'); - } - if (opts.length !== undefined) { - validateLength(opts.length); - } - this.version = opts.version; - this.length = opts.length; - this.hashes = opts.hashes; - this.unrecognizedFields = opts.unrecognizedFields || {}; - } - equals(other) { - if (!(other instanceof MetaFile)) { - return false; - } - return (this.version === other.version && - this.length === other.length && - util_1.default.isDeepStrictEqual(this.hashes, other.hashes) && - util_1.default.isDeepStrictEqual(this.unrecognizedFields, other.unrecognizedFields)); - } - verify(data) { - // Verifies that the given data matches the expected length. - if (this.length !== undefined) { - if (data.length !== this.length) { - throw new error_1.LengthOrHashMismatchError(`Expected length ${this.length} but got ${data.length}`); - } - } - // Verifies that the given data matches the supplied hashes. - if (this.hashes) { - Object.entries(this.hashes).forEach(([key, value]) => { - let hash; - try { - hash = crypto_1.default.createHash(key); - } - catch (e) { - throw new error_1.LengthOrHashMismatchError(`Hash algorithm ${key} not supported`); - } - const observedHash = hash.update(data).digest('hex'); - if (observedHash !== value) { - throw new error_1.LengthOrHashMismatchError(`Expected hash ${value} but got ${observedHash}`); - } - }); - } - } - toJSON() { - const json = { - version: this.version, - ...this.unrecognizedFields, - }; - if (this.length !== undefined) { - json.length = this.length; - } - if (this.hashes) { - json.hashes = this.hashes; - } - return json; - } - static fromJSON(data) { - const { version, length, hashes, ...rest } = data; - if (typeof version !== 'number') { - throw new TypeError('version must be a number'); - } - if ((0, guard_1.isDefined)(length) && typeof length !== 'number') { - throw new TypeError('length must be a number'); - } - if ((0, guard_1.isDefined)(hashes) && !(0, guard_1.isStringRecord)(hashes)) { - throw new TypeError('hashes must be string keys and values'); - } - return new MetaFile({ - version, - length, - hashes, - unrecognizedFields: rest, - }); - } -} -exports.MetaFile = MetaFile; -// Container for info about a particular target file. -// -// This class is used for Target metadata. -class TargetFile { - constructor(opts) { - validateLength(opts.length); - this.length = opts.length; - this.path = opts.path; - this.hashes = opts.hashes; - this.unrecognizedFields = opts.unrecognizedFields || {}; - } - get custom() { - const custom = this.unrecognizedFields['custom']; - if (!custom || Array.isArray(custom) || !(typeof custom === 'object')) { - return {}; - } - return custom; - } - equals(other) { - if (!(other instanceof TargetFile)) { - return false; - } - return (this.length === other.length && - this.path === other.path && - util_1.default.isDeepStrictEqual(this.hashes, other.hashes) && - util_1.default.isDeepStrictEqual(this.unrecognizedFields, other.unrecognizedFields)); - } - async verify(stream) { - let observedLength = 0; - // Create a digest for each hash algorithm - const digests = Object.keys(this.hashes).reduce((acc, key) => { - try { - acc[key] = crypto_1.default.createHash(key); - } - catch (e) { - throw new error_1.LengthOrHashMismatchError(`Hash algorithm ${key} not supported`); - } - return acc; - }, {}); - // Read stream chunk by chunk - for await (const chunk of stream) { - // Keep running tally of stream length - observedLength += chunk.length; - // Append chunk to each digest - Object.values(digests).forEach((digest) => { - digest.update(chunk); - }); - } - // Verify length matches expected value - if (observedLength !== this.length) { - throw new error_1.LengthOrHashMismatchError(`Expected length ${this.length} but got ${observedLength}`); - } - // Verify each digest matches expected value - Object.entries(digests).forEach(([key, value]) => { - const expected = this.hashes[key]; - const actual = value.digest('hex'); - if (actual !== expected) { - throw new error_1.LengthOrHashMismatchError(`Expected hash ${expected} but got ${actual}`); - } - }); - } - toJSON() { - return { - length: this.length, - hashes: this.hashes, - ...this.unrecognizedFields, - }; - } - static fromJSON(path, data) { - const { length, hashes, ...rest } = data; - if (typeof length !== 'number') { - throw new TypeError('length must be a number'); - } - if (!(0, guard_1.isStringRecord)(hashes)) { - throw new TypeError('hashes must have string keys and values'); - } - return new TargetFile({ - length, - path, - hashes, - unrecognizedFields: rest, - }); - } -} -exports.TargetFile = TargetFile; -// Check that supplied length if valid -function validateLength(length) { - if (length < 0) { - throw new error_1.ValueError('Length must be at least 0'); - } -} diff --git a/software/flow/node_modules/npm/node_modules/tuf-js/dist/models/index.d.ts b/software/flow/node_modules/npm/node_modules/tuf-js/dist/models/index.d.ts deleted file mode 100644 index 58d7791..0000000 --- a/software/flow/node_modules/npm/node_modules/tuf-js/dist/models/index.d.ts +++ /dev/null @@ -1,5 +0,0 @@ -export { Metadata } from './metadata'; -export { Root } from './root'; -export { Snapshot } from './snapshot'; -export { Targets } from './targets'; -export { Timestamp } from './timestamp'; diff --git a/software/flow/node_modules/npm/node_modules/tuf-js/dist/models/index.js b/software/flow/node_modules/npm/node_modules/tuf-js/dist/models/index.js deleted file mode 100644 index aa3d828..0000000 --- a/software/flow/node_modules/npm/node_modules/tuf-js/dist/models/index.js +++ /dev/null @@ -1,13 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.Timestamp = exports.Targets = exports.Snapshot = exports.Root = exports.Metadata = void 0; -var metadata_1 = require("./metadata"); -Object.defineProperty(exports, "Metadata", { enumerable: true, get: function () { return metadata_1.Metadata; } }); -var root_1 = require("./root"); -Object.defineProperty(exports, "Root", { enumerable: true, get: function () { return root_1.Root; } }); -var snapshot_1 = require("./snapshot"); -Object.defineProperty(exports, "Snapshot", { enumerable: true, get: function () { return snapshot_1.Snapshot; } }); -var targets_1 = require("./targets"); -Object.defineProperty(exports, "Targets", { enumerable: true, get: function () { return targets_1.Targets; } }); -var timestamp_1 = require("./timestamp"); -Object.defineProperty(exports, "Timestamp", { enumerable: true, get: function () { return timestamp_1.Timestamp; } }); diff --git a/software/flow/node_modules/npm/node_modules/tuf-js/dist/models/key.d.ts b/software/flow/node_modules/npm/node_modules/tuf-js/dist/models/key.d.ts deleted file mode 100644 index 160407a..0000000 --- a/software/flow/node_modules/npm/node_modules/tuf-js/dist/models/key.d.ts +++ /dev/null @@ -1,21 +0,0 @@ -import { JSONObject, JSONValue } from '../utils/types'; -import { Signable } from './base'; -export interface KeyOptions { - keyID: string; - keyType: string; - scheme: string; - keyVal: Record<string, string>; - unrecognizedFields?: Record<string, JSONValue>; -} -export declare class Key { - readonly keyID: string; - readonly keyType: string; - readonly scheme: string; - readonly keyVal: Record<string, string>; - readonly unrecognizedFields?: Record<string, JSONValue>; - constructor(options: KeyOptions); - verifySignature(metadata: Signable): void; - equals(other: Key): boolean; - toJSON(): JSONObject; - static fromJSON(keyID: string, data: JSONObject): Key; -} diff --git a/software/flow/node_modules/npm/node_modules/tuf-js/dist/models/key.js b/software/flow/node_modules/npm/node_modules/tuf-js/dist/models/key.js deleted file mode 100644 index 33ff514..0000000 --- a/software/flow/node_modules/npm/node_modules/tuf-js/dist/models/key.js +++ /dev/null @@ -1,109 +0,0 @@ -"use strict"; -var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { - if (k2 === undefined) k2 = k; - var desc = Object.getOwnPropertyDescriptor(m, k); - if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { - desc = { enumerable: true, get: function() { return m[k]; } }; - } - Object.defineProperty(o, k2, desc); -}) : (function(o, m, k, k2) { - if (k2 === undefined) k2 = k; - o[k2] = m[k]; -})); -var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { - Object.defineProperty(o, "default", { enumerable: true, value: v }); -}) : function(o, v) { - o["default"] = v; -}); -var __importStar = (this && this.__importStar) || function (mod) { - if (mod && mod.__esModule) return mod; - var result = {}; - if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); - __setModuleDefault(result, mod); - return result; -}; -var __importDefault = (this && this.__importDefault) || function (mod) { - return (mod && mod.__esModule) ? mod : { "default": mod }; -}; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.Key = void 0; -const util_1 = __importDefault(require("util")); -const error_1 = require("../error"); -const guard_1 = require("../utils/guard"); -const key_1 = require("../utils/key"); -const signer = __importStar(require("../utils/signer")); -// A container class representing the public portion of a Key. -class Key { - constructor(options) { - const { keyID, keyType, scheme, keyVal, unrecognizedFields } = options; - this.keyID = keyID; - this.keyType = keyType; - this.scheme = scheme; - this.keyVal = keyVal; - this.unrecognizedFields = unrecognizedFields || {}; - } - // Verifies the that the metadata.signatures contains a signature made with - // this key and is correctly signed. - verifySignature(metadata) { - const signature = metadata.signatures[this.keyID]; - if (!signature) - throw new error_1.UnsignedMetadataError('no signature for key found in metadata'); - if (!this.keyVal.public) - throw new error_1.UnsignedMetadataError('no public key found'); - const publicKey = (0, key_1.getPublicKey)({ - keyType: this.keyType, - scheme: this.scheme, - keyVal: this.keyVal.public, - }); - const signedData = metadata.signed.toJSON(); - try { - if (!signer.verifySignature(signedData, publicKey, signature.sig)) { - throw new error_1.UnsignedMetadataError(`failed to verify ${this.keyID} signature`); - } - } - catch (error) { - if (error instanceof error_1.UnsignedMetadataError) { - throw error; - } - throw new error_1.UnsignedMetadataError(`failed to verify ${this.keyID} signature`); - } - } - equals(other) { - if (!(other instanceof Key)) { - return false; - } - return (this.keyID === other.keyID && - this.keyType === other.keyType && - this.scheme === other.scheme && - util_1.default.isDeepStrictEqual(this.keyVal, other.keyVal) && - util_1.default.isDeepStrictEqual(this.unrecognizedFields, other.unrecognizedFields)); - } - toJSON() { - return { - keytype: this.keyType, - scheme: this.scheme, - keyval: this.keyVal, - ...this.unrecognizedFields, - }; - } - static fromJSON(keyID, data) { - const { keytype, scheme, keyval, ...rest } = data; - if (typeof keytype !== 'string') { - throw new TypeError('keytype must be a string'); - } - if (typeof scheme !== 'string') { - throw new TypeError('scheme must be a string'); - } - if (!(0, guard_1.isStringRecord)(keyval)) { - throw new TypeError('keyval must be a string record'); - } - return new Key({ - keyID, - keyType: keytype, - scheme, - keyVal: keyval, - unrecognizedFields: rest, - }); - } -} -exports.Key = Key; diff --git a/software/flow/node_modules/npm/node_modules/tuf-js/dist/models/metadata.d.ts b/software/flow/node_modules/npm/node_modules/tuf-js/dist/models/metadata.d.ts deleted file mode 100644 index 39abf03..0000000 --- a/software/flow/node_modules/npm/node_modules/tuf-js/dist/models/metadata.d.ts +++ /dev/null @@ -1,45 +0,0 @@ -import { JSONObject, JSONValue, MetadataKind } from '../utils/types'; -import { Signable } from './base'; -import { Root } from './root'; -import { Signature } from './signature'; -import { Snapshot } from './snapshot'; -import { Targets } from './targets'; -import { Timestamp } from './timestamp'; -type MetadataType = Root | Timestamp | Snapshot | Targets; -/*** - * A container for signed TUF metadata. - * - * Provides methods to convert to and from json, read and write to and - * from JSON and to create and verify metadata signatures. - * - * ``Metadata[T]`` is a generic container type where T can be any one type of - * [``Root``, ``Timestamp``, ``Snapshot``, ``Targets``]. The purpose of this - * is to allow static type checking of the signed attribute in code using - * Metadata:: - * - * root_md = Metadata[Root].fromJSON("root.json") - * # root_md type is now Metadata[Root]. This means signed and its - * # attributes like consistent_snapshot are now statically typed and the - * # types can be verified by static type checkers and shown by IDEs - * - * Using a type constraint is not required but not doing so means T is not a - * specific type so static typing cannot happen. Note that the type constraint - * ``[Root]`` is not validated at runtime (as pure annotations are not available - * then). - * - * Apart from ``expires`` all of the arguments to the inner constructors have - * reasonable default values for new metadata. - */ -export declare class Metadata<T extends MetadataType> implements Signable { - signed: T; - signatures: Record<string, Signature>; - unrecognizedFields: Record<string, JSONValue>; - constructor(signed: T, signatures?: Record<string, Signature>, unrecognizedFields?: Record<string, JSONValue>); - verifyDelegate(delegatedRole: string, delegatedMetadata: Metadata<MetadataType>): void; - equals(other: T): boolean; - static fromJSON(type: MetadataKind.Root, data: JSONObject): Metadata<Root>; - static fromJSON(type: MetadataKind.Timestamp, data: JSONObject): Metadata<Timestamp>; - static fromJSON(type: MetadataKind.Snapshot, data: JSONObject): Metadata<Snapshot>; - static fromJSON(type: MetadataKind.Targets, data: JSONObject): Metadata<Targets>; -} -export {}; diff --git a/software/flow/node_modules/npm/node_modules/tuf-js/dist/models/metadata.js b/software/flow/node_modules/npm/node_modules/tuf-js/dist/models/metadata.js deleted file mode 100644 index 11c3c54..0000000 --- a/software/flow/node_modules/npm/node_modules/tuf-js/dist/models/metadata.js +++ /dev/null @@ -1,139 +0,0 @@ -"use strict"; -var __importDefault = (this && this.__importDefault) || function (mod) { - return (mod && mod.__esModule) ? mod : { "default": mod }; -}; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.Metadata = void 0; -const util_1 = __importDefault(require("util")); -const error_1 = require("../error"); -const guard_1 = require("../utils/guard"); -const types_1 = require("../utils/types"); -const root_1 = require("./root"); -const signature_1 = require("./signature"); -const snapshot_1 = require("./snapshot"); -const targets_1 = require("./targets"); -const timestamp_1 = require("./timestamp"); -/*** - * A container for signed TUF metadata. - * - * Provides methods to convert to and from json, read and write to and - * from JSON and to create and verify metadata signatures. - * - * ``Metadata[T]`` is a generic container type where T can be any one type of - * [``Root``, ``Timestamp``, ``Snapshot``, ``Targets``]. The purpose of this - * is to allow static type checking of the signed attribute in code using - * Metadata:: - * - * root_md = Metadata[Root].fromJSON("root.json") - * # root_md type is now Metadata[Root]. This means signed and its - * # attributes like consistent_snapshot are now statically typed and the - * # types can be verified by static type checkers and shown by IDEs - * - * Using a type constraint is not required but not doing so means T is not a - * specific type so static typing cannot happen. Note that the type constraint - * ``[Root]`` is not validated at runtime (as pure annotations are not available - * then). - * - * Apart from ``expires`` all of the arguments to the inner constructors have - * reasonable default values for new metadata. - */ -class Metadata { - constructor(signed, signatures, unrecognizedFields) { - this.signed = signed; - this.signatures = signatures || {}; - this.unrecognizedFields = unrecognizedFields || {}; - } - verifyDelegate(delegatedRole, delegatedMetadata) { - let role; - let keys = {}; - switch (this.signed.type) { - case types_1.MetadataKind.Root: - keys = this.signed.keys; - role = this.signed.roles[delegatedRole]; - break; - case types_1.MetadataKind.Targets: - if (!this.signed.delegations) { - throw new error_1.ValueError(`No delegations found for ${delegatedRole}`); - } - keys = this.signed.delegations.keys; - if (this.signed.delegations.roles) { - role = this.signed.delegations.roles[delegatedRole]; - } - else if (this.signed.delegations.succinctRoles) { - if (this.signed.delegations.succinctRoles.isDelegatedRole(delegatedRole)) { - role = this.signed.delegations.succinctRoles; - } - } - break; - default: - throw new TypeError('invalid metadata type'); - } - if (!role) { - throw new error_1.ValueError(`no delegation found for ${delegatedRole}`); - } - const signingKeys = new Set(); - role.keyIDs.forEach((keyID) => { - const key = keys[keyID]; - // If we dont' have the key, continue checking other keys - if (!key) { - return; - } - try { - key.verifySignature(delegatedMetadata); - signingKeys.add(key.keyID); - } - catch (error) { - // continue - } - }); - if (signingKeys.size < role.threshold) { - throw new error_1.UnsignedMetadataError(`${delegatedRole} was signed by ${signingKeys.size}/${role.threshold} keys`); - } - } - equals(other) { - if (!(other instanceof Metadata)) { - return false; - } - return (this.signed.equals(other.signed) && - util_1.default.isDeepStrictEqual(this.signatures, other.signatures) && - util_1.default.isDeepStrictEqual(this.unrecognizedFields, other.unrecognizedFields)); - } - static fromJSON(type, data) { - const { signed, signatures, ...rest } = data; - if (!(0, guard_1.isDefined)(signed) || !(0, guard_1.isObject)(signed)) { - throw new TypeError('signed is not defined'); - } - if (type !== signed._type) { - throw new error_1.ValueError(`expected '${type}', got ${signed['_type']}`); - } - let signedObj; - switch (type) { - case types_1.MetadataKind.Root: - signedObj = root_1.Root.fromJSON(signed); - break; - case types_1.MetadataKind.Timestamp: - signedObj = timestamp_1.Timestamp.fromJSON(signed); - break; - case types_1.MetadataKind.Snapshot: - signedObj = snapshot_1.Snapshot.fromJSON(signed); - break; - case types_1.MetadataKind.Targets: - signedObj = targets_1.Targets.fromJSON(signed); - break; - default: - throw new TypeError('invalid metadata type'); - } - const sigMap = signaturesFromJSON(signatures); - return new Metadata(signedObj, sigMap, rest); - } -} -exports.Metadata = Metadata; -function signaturesFromJSON(data) { - if (!(0, guard_1.isObjectArray)(data)) { - throw new TypeError('signatures is not an array'); - } - return data.reduce((acc, sigData) => { - const signature = signature_1.Signature.fromJSON(sigData); - return { ...acc, [signature.keyID]: signature }; - }, {}); -} diff --git a/software/flow/node_modules/npm/node_modules/tuf-js/dist/models/role.d.ts b/software/flow/node_modules/npm/node_modules/tuf-js/dist/models/role.d.ts deleted file mode 100644 index 4575300..0000000 --- a/software/flow/node_modules/npm/node_modules/tuf-js/dist/models/role.d.ts +++ /dev/null @@ -1,103 +0,0 @@ -import { JSONObject, JSONValue } from '../utils/types'; -export declare const TOP_LEVEL_ROLE_NAMES: string[]; -export interface RoleOptions { - keyIDs: string[]; - threshold: number; - unrecognizedFields?: Record<string, JSONValue>; -} -/** - * Container that defines which keys are required to sign roles metadata. - * - * Role defines how many keys are required to successfully sign the roles - * metadata, and which keys are accepted. - */ -export declare class Role { - readonly keyIDs: string[]; - readonly threshold: number; - readonly unrecognizedFields?: Record<string, JSONValue>; - constructor(options: RoleOptions); - equals(other: Role): boolean; - toJSON(): JSONObject; - static fromJSON(data: JSONObject): Role; -} -interface DelegatedRoleOptions extends RoleOptions { - name: string; - terminating: boolean; - paths?: string[]; - pathHashPrefixes?: string[]; -} -/** - * A container with information about a delegated role. - * - * A delegation can happen in two ways: - * - ``paths`` is set: delegates targets matching any path pattern in ``paths`` - * - ``pathHashPrefixes`` is set: delegates targets whose target path hash - * starts with any of the prefixes in ``pathHashPrefixes`` - * - * ``paths`` and ``pathHashPrefixes`` are mutually exclusive: both cannot be - * set, at least one of them must be set. - */ -export declare class DelegatedRole extends Role { - readonly name: string; - readonly terminating: boolean; - readonly paths?: string[]; - readonly pathHashPrefixes?: string[]; - constructor(opts: DelegatedRoleOptions); - equals(other: DelegatedRole): boolean; - isDelegatedPath(targetFilepath: string): boolean; - toJSON(): JSONObject; - static fromJSON(data: JSONObject): DelegatedRole; -} -interface SuccinctRolesOption extends RoleOptions { - bitLength: number; - namePrefix: string; -} -/** - * Succinctly defines a hash bin delegation graph. - * - * A ``SuccinctRoles`` object describes a delegation graph that covers all - * targets, distributing them uniformly over the delegated roles (i.e. bins) - * in the graph. - * - * The total number of bins is 2 to the power of the passed ``bit_length``. - * - * Bin names are the concatenation of the passed ``name_prefix`` and a - * zero-padded hex representation of the bin index separated by a hyphen. - * - * The passed ``keyids`` and ``threshold`` is used for each bin, and each bin - * is 'terminating'. - * - * For details: https://github.com/theupdateframework/taps/blob/master/tap15.md - */ -export declare class SuccinctRoles extends Role { - readonly bitLength: number; - readonly namePrefix: string; - readonly numberOfBins: number; - readonly suffixLen: number; - constructor(opts: SuccinctRolesOption); - equals(other: SuccinctRoles): boolean; - /*** - * Calculates the name of the delegated role responsible for 'target_filepath'. - * - * The target at path ''target_filepath' is assigned to a bin by casting - * the left-most 'bit_length' of bits of the file path hash digest to - * int, using it as bin index between 0 and '2**bit_length - 1'. - * - * Args: - * target_filepath: URL path to a target file, relative to a base - * targets URL. - */ - getRoleForTarget(targetFilepath: string): string; - getRoles(): Generator<string>; - /*** - * Determines whether the given ``role_name`` is in one of - * the delegated roles that ``SuccinctRoles`` represents. - * - * Args: - * role_name: The name of the role to check against. - */ - isDelegatedRole(roleName: string): boolean; - toJSON(): JSONObject; - static fromJSON(data: JSONObject): SuccinctRoles; -} -export {}; diff --git a/software/flow/node_modules/npm/node_modules/tuf-js/dist/models/role.js b/software/flow/node_modules/npm/node_modules/tuf-js/dist/models/role.js deleted file mode 100644 index da80a09..0000000 --- a/software/flow/node_modules/npm/node_modules/tuf-js/dist/models/role.js +++ /dev/null @@ -1,298 +0,0 @@ -"use strict"; -var __importDefault = (this && this.__importDefault) || function (mod) { - return (mod && mod.__esModule) ? mod : { "default": mod }; -}; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.SuccinctRoles = exports.DelegatedRole = exports.Role = exports.TOP_LEVEL_ROLE_NAMES = void 0; -const crypto_1 = __importDefault(require("crypto")); -const minimatch_1 = __importDefault(require("minimatch")); -const util_1 = __importDefault(require("util")); -const error_1 = require("../error"); -const guard_1 = require("../utils/guard"); -exports.TOP_LEVEL_ROLE_NAMES = [ - 'root', - 'targets', - 'snapshot', - 'timestamp', -]; -/** - * Container that defines which keys are required to sign roles metadata. - * - * Role defines how many keys are required to successfully sign the roles - * metadata, and which keys are accepted. - */ -class Role { - constructor(options) { - const { keyIDs, threshold, unrecognizedFields } = options; - if (hasDuplicates(keyIDs)) { - throw new error_1.ValueError('duplicate key IDs found'); - } - if (threshold < 1) { - throw new error_1.ValueError('threshold must be at least 1'); - } - this.keyIDs = keyIDs; - this.threshold = threshold; - this.unrecognizedFields = unrecognizedFields || {}; - } - equals(other) { - if (!(other instanceof Role)) { - return false; - } - return (this.threshold === other.threshold && - util_1.default.isDeepStrictEqual(this.keyIDs, other.keyIDs) && - util_1.default.isDeepStrictEqual(this.unrecognizedFields, other.unrecognizedFields)); - } - toJSON() { - return { - keyids: this.keyIDs, - threshold: this.threshold, - ...this.unrecognizedFields, - }; - } - static fromJSON(data) { - const { keyids, threshold, ...rest } = data; - if (!(0, guard_1.isStringArray)(keyids)) { - throw new TypeError('keyids must be an array'); - } - if (typeof threshold !== 'number') { - throw new TypeError('threshold must be a number'); - } - return new Role({ - keyIDs: keyids, - threshold, - unrecognizedFields: rest, - }); - } -} -exports.Role = Role; -function hasDuplicates(array) { - return new Set(array).size !== array.length; -} -/** - * A container with information about a delegated role. - * - * A delegation can happen in two ways: - * - ``paths`` is set: delegates targets matching any path pattern in ``paths`` - * - ``pathHashPrefixes`` is set: delegates targets whose target path hash - * starts with any of the prefixes in ``pathHashPrefixes`` - * - * ``paths`` and ``pathHashPrefixes`` are mutually exclusive: both cannot be - * set, at least one of them must be set. - */ -class DelegatedRole extends Role { - constructor(opts) { - super(opts); - const { name, terminating, paths, pathHashPrefixes } = opts; - this.name = name; - this.terminating = terminating; - if (opts.paths && opts.pathHashPrefixes) { - throw new error_1.ValueError('paths and pathHashPrefixes are mutually exclusive'); - } - this.paths = paths; - this.pathHashPrefixes = pathHashPrefixes; - } - equals(other) { - if (!(other instanceof DelegatedRole)) { - return false; - } - return (super.equals(other) && - this.name === other.name && - this.terminating === other.terminating && - util_1.default.isDeepStrictEqual(this.paths, other.paths) && - util_1.default.isDeepStrictEqual(this.pathHashPrefixes, other.pathHashPrefixes)); - } - isDelegatedPath(targetFilepath) { - if (this.paths) { - return this.paths.some((pathPattern) => isTargetInPathPattern(targetFilepath, pathPattern)); - } - if (this.pathHashPrefixes) { - const hasher = crypto_1.default.createHash('sha256'); - const pathHash = hasher.update(targetFilepath).digest('hex'); - return this.pathHashPrefixes.some((pathHashPrefix) => pathHash.startsWith(pathHashPrefix)); - } - return false; - } - toJSON() { - const json = { - ...super.toJSON(), - name: this.name, - terminating: this.terminating, - }; - if (this.paths) { - json.paths = this.paths; - } - if (this.pathHashPrefixes) { - json.path_hash_prefixes = this.pathHashPrefixes; - } - return json; - } - static fromJSON(data) { - const { keyids, threshold, name, terminating, paths, path_hash_prefixes, ...rest } = data; - if (!(0, guard_1.isStringArray)(keyids)) { - throw new TypeError('keyids must be an array of strings'); - } - if (typeof threshold !== 'number') { - throw new TypeError('threshold must be a number'); - } - if (typeof name !== 'string') { - throw new TypeError('name must be a string'); - } - if (typeof terminating !== 'boolean') { - throw new TypeError('terminating must be a boolean'); - } - if ((0, guard_1.isDefined)(paths) && !(0, guard_1.isStringArray)(paths)) { - throw new TypeError('paths must be an array of strings'); - } - if ((0, guard_1.isDefined)(path_hash_prefixes) && !(0, guard_1.isStringArray)(path_hash_prefixes)) { - throw new TypeError('path_hash_prefixes must be an array of strings'); - } - return new DelegatedRole({ - keyIDs: keyids, - threshold, - name, - terminating, - paths, - pathHashPrefixes: path_hash_prefixes, - unrecognizedFields: rest, - }); - } -} -exports.DelegatedRole = DelegatedRole; -// JS version of Ruby's Array#zip -const zip = (a, b) => a.map((k, i) => [k, b[i]]); -function isTargetInPathPattern(target, pattern) { - const targetParts = target.split('/'); - const patternParts = pattern.split('/'); - if (patternParts.length != targetParts.length) { - return false; - } - return zip(targetParts, patternParts).every(([targetPart, patternPart]) => (0, minimatch_1.default)(targetPart, patternPart)); -} -/** - * Succinctly defines a hash bin delegation graph. - * - * A ``SuccinctRoles`` object describes a delegation graph that covers all - * targets, distributing them uniformly over the delegated roles (i.e. bins) - * in the graph. - * - * The total number of bins is 2 to the power of the passed ``bit_length``. - * - * Bin names are the concatenation of the passed ``name_prefix`` and a - * zero-padded hex representation of the bin index separated by a hyphen. - * - * The passed ``keyids`` and ``threshold`` is used for each bin, and each bin - * is 'terminating'. - * - * For details: https://github.com/theupdateframework/taps/blob/master/tap15.md - */ -class SuccinctRoles extends Role { - constructor(opts) { - super(opts); - const { bitLength, namePrefix } = opts; - if (bitLength <= 0 || bitLength > 32) { - throw new error_1.ValueError('bitLength must be between 1 and 32'); - } - this.bitLength = bitLength; - this.namePrefix = namePrefix; - // Calculate the suffix_len value based on the total number of bins in - // hex. If bit_length = 10 then number_of_bins = 1024 or bin names will - // have a suffix between "000" and "3ff" in hex and suffix_len will be 3 - // meaning the third bin will have a suffix of "003". - this.numberOfBins = Math.pow(2, bitLength); - // suffix_len is calculated based on "number_of_bins - 1" as the name - // of the last bin contains the number "number_of_bins -1" as a suffix. - this.suffixLen = (this.numberOfBins - 1).toString(16).length; - } - equals(other) { - if (!(other instanceof SuccinctRoles)) { - return false; - } - return (super.equals(other) && - this.bitLength === other.bitLength && - this.namePrefix === other.namePrefix); - } - /*** - * Calculates the name of the delegated role responsible for 'target_filepath'. - * - * The target at path ''target_filepath' is assigned to a bin by casting - * the left-most 'bit_length' of bits of the file path hash digest to - * int, using it as bin index between 0 and '2**bit_length - 1'. - * - * Args: - * target_filepath: URL path to a target file, relative to a base - * targets URL. - */ - getRoleForTarget(targetFilepath) { - const hasher = crypto_1.default.createHash('sha256'); - const hasherBuffer = hasher.update(targetFilepath).digest(); - // can't ever need more than 4 bytes (32 bits). - const hashBytes = hasherBuffer.subarray(0, 4); - // Right shift hash bytes, so that we only have the leftmost - // bit_length bits that we care about. - const shiftValue = 32 - this.bitLength; - const binNumber = hashBytes.readUInt32BE() >>> shiftValue; - // Add zero padding if necessary and cast to hex the suffix. - const suffix = binNumber.toString(16).padStart(this.suffixLen, '0'); - return `${this.namePrefix}-${suffix}`; - } - *getRoles() { - for (let i = 0; i < this.numberOfBins; i++) { - const suffix = i.toString(16).padStart(this.suffixLen, '0'); - yield `${this.namePrefix}-${suffix}`; - } - } - /*** - * Determines whether the given ``role_name`` is in one of - * the delegated roles that ``SuccinctRoles`` represents. - * - * Args: - * role_name: The name of the role to check against. - */ - isDelegatedRole(roleName) { - const desiredPrefix = this.namePrefix + '-'; - if (!roleName.startsWith(desiredPrefix)) { - return false; - } - const suffix = roleName.slice(desiredPrefix.length, roleName.length); - if (suffix.length != this.suffixLen) { - return false; - } - // make sure the suffix is a hex string - if (!suffix.match(/^[0-9a-fA-F]+$/)) { - return false; - } - const num = parseInt(suffix, 16); - return 0 <= num && num < this.numberOfBins; - } - toJSON() { - const json = { - ...super.toJSON(), - bit_length: this.bitLength, - name_prefix: this.namePrefix, - }; - return json; - } - static fromJSON(data) { - const { keyids, threshold, bit_length, name_prefix, ...rest } = data; - if (!(0, guard_1.isStringArray)(keyids)) { - throw new TypeError('keyids must be an array of strings'); - } - if (typeof threshold !== 'number') { - throw new TypeError('threshold must be a number'); - } - if (typeof bit_length !== 'number') { - throw new TypeError('bit_length must be a number'); - } - if (typeof name_prefix !== 'string') { - throw new TypeError('name_prefix must be a string'); - } - return new SuccinctRoles({ - keyIDs: keyids, - threshold, - bitLength: bit_length, - namePrefix: name_prefix, - unrecognizedFields: rest, - }); - } -} -exports.SuccinctRoles = SuccinctRoles; diff --git a/software/flow/node_modules/npm/node_modules/tuf-js/dist/models/root.d.ts b/software/flow/node_modules/npm/node_modules/tuf-js/dist/models/root.d.ts deleted file mode 100644 index 6635662..0000000 --- a/software/flow/node_modules/npm/node_modules/tuf-js/dist/models/root.d.ts +++ /dev/null @@ -1,28 +0,0 @@ -import { JSONObject, MetadataKind } from '../utils/types'; -import { Signed, SignedOptions } from './base'; -import { Key } from './key'; -import { Role } from './role'; -type KeyMap = Record<string, Key>; -type RoleMap = Record<string, Role>; -export interface RootOptions extends SignedOptions { - keys?: Record<string, Key>; - roles?: Record<string, Role>; - consistentSnapshot?: boolean; -} -/** - * A container for the signed part of root metadata. - * - * The top-level role and metadata file signed by the root keys. - * This role specifies trusted keys for all other top-level roles, which may further delegate trust. - */ -export declare class Root extends Signed { - readonly type = MetadataKind.Root; - readonly keys: KeyMap; - readonly roles: RoleMap; - readonly consistentSnapshot: boolean; - constructor(options: RootOptions); - equals(other: Root): boolean; - toJSON(): JSONObject; - static fromJSON(data: JSONObject): Root; -} -export {}; diff --git a/software/flow/node_modules/npm/node_modules/tuf-js/dist/models/root.js b/software/flow/node_modules/npm/node_modules/tuf-js/dist/models/root.js deleted file mode 100644 index 574ec1a..0000000 --- a/software/flow/node_modules/npm/node_modules/tuf-js/dist/models/root.js +++ /dev/null @@ -1,107 +0,0 @@ -"use strict"; -var __importDefault = (this && this.__importDefault) || function (mod) { - return (mod && mod.__esModule) ? mod : { "default": mod }; -}; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.Root = void 0; -const util_1 = __importDefault(require("util")); -const error_1 = require("../error"); -const guard_1 = require("../utils/guard"); -const types_1 = require("../utils/types"); -const base_1 = require("./base"); -const key_1 = require("./key"); -const role_1 = require("./role"); -/** - * A container for the signed part of root metadata. - * - * The top-level role and metadata file signed by the root keys. - * This role specifies trusted keys for all other top-level roles, which may further delegate trust. - */ -class Root extends base_1.Signed { - constructor(options) { - super(options); - this.type = types_1.MetadataKind.Root; - this.keys = options.keys || {}; - this.consistentSnapshot = options.consistentSnapshot ?? true; - if (!options.roles) { - this.roles = role_1.TOP_LEVEL_ROLE_NAMES.reduce((acc, role) => ({ - ...acc, - [role]: new role_1.Role({ keyIDs: [], threshold: 1 }), - }), {}); - } - else { - const roleNames = new Set(Object.keys(options.roles)); - if (!role_1.TOP_LEVEL_ROLE_NAMES.every((role) => roleNames.has(role))) { - throw new error_1.ValueError('missing top-level role'); - } - this.roles = options.roles; - } - } - equals(other) { - if (!(other instanceof Root)) { - return false; - } - return (super.equals(other) && - this.consistentSnapshot === other.consistentSnapshot && - util_1.default.isDeepStrictEqual(this.keys, other.keys) && - util_1.default.isDeepStrictEqual(this.roles, other.roles)); - } - toJSON() { - return { - spec_version: this.specVersion, - version: this.version, - expires: this.expires, - keys: keysToJSON(this.keys), - roles: rolesToJSON(this.roles), - consistent_snapshot: this.consistentSnapshot, - ...this.unrecognizedFields, - }; - } - static fromJSON(data) { - const { unrecognizedFields, ...commonFields } = base_1.Signed.commonFieldsFromJSON(data); - const { keys, roles, consistent_snapshot, ...rest } = unrecognizedFields; - if (typeof consistent_snapshot !== 'boolean') { - throw new TypeError('consistent_snapshot must be a boolean'); - } - return new Root({ - ...commonFields, - keys: keysFromJSON(keys), - roles: rolesFromJSON(roles), - consistentSnapshot: consistent_snapshot, - unrecognizedFields: rest, - }); - } -} -exports.Root = Root; -function keysToJSON(keys) { - return Object.entries(keys).reduce((acc, [keyID, key]) => ({ ...acc, [keyID]: key.toJSON() }), {}); -} -function rolesToJSON(roles) { - return Object.entries(roles).reduce((acc, [roleName, role]) => ({ ...acc, [roleName]: role.toJSON() }), {}); -} -function keysFromJSON(data) { - let keys; - if ((0, guard_1.isDefined)(data)) { - if (!(0, guard_1.isObjectRecord)(data)) { - throw new TypeError('keys must be an object'); - } - keys = Object.entries(data).reduce((acc, [keyID, keyData]) => ({ - ...acc, - [keyID]: key_1.Key.fromJSON(keyID, keyData), - }), {}); - } - return keys; -} -function rolesFromJSON(data) { - let roles; - if ((0, guard_1.isDefined)(data)) { - if (!(0, guard_1.isObjectRecord)(data)) { - throw new TypeError('roles must be an object'); - } - roles = Object.entries(data).reduce((acc, [roleName, roleData]) => ({ - ...acc, - [roleName]: role_1.Role.fromJSON(roleData), - }), {}); - } - return roles; -} diff --git a/software/flow/node_modules/npm/node_modules/tuf-js/dist/models/signature.d.ts b/software/flow/node_modules/npm/node_modules/tuf-js/dist/models/signature.d.ts deleted file mode 100644 index 1d78e2d..0000000 --- a/software/flow/node_modules/npm/node_modules/tuf-js/dist/models/signature.d.ts +++ /dev/null @@ -1,19 +0,0 @@ -import { JSONObject } from '../utils/types'; -export interface SignatureOptions { - keyID: string; - sig: string; -} -/** - * A container class containing information about a signature. - * - * Contains a signature and the keyid uniquely identifying the key used - * to generate the signature. - * - * Provide a `fromJSON` method to create a Signature from a JSON object. - */ -export declare class Signature { - readonly keyID: string; - readonly sig: string; - constructor(options: SignatureOptions); - static fromJSON(data: JSONObject): Signature; -} diff --git a/software/flow/node_modules/npm/node_modules/tuf-js/dist/models/signature.js b/software/flow/node_modules/npm/node_modules/tuf-js/dist/models/signature.js deleted file mode 100644 index 9550fa7..0000000 --- a/software/flow/node_modules/npm/node_modules/tuf-js/dist/models/signature.js +++ /dev/null @@ -1,32 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.Signature = void 0; -/** - * A container class containing information about a signature. - * - * Contains a signature and the keyid uniquely identifying the key used - * to generate the signature. - * - * Provide a `fromJSON` method to create a Signature from a JSON object. - */ -class Signature { - constructor(options) { - const { keyID, sig } = options; - this.keyID = keyID; - this.sig = sig; - } - static fromJSON(data) { - const { keyid, sig } = data; - if (typeof keyid !== 'string') { - throw new TypeError('keyid must be a string'); - } - if (typeof sig !== 'string') { - throw new TypeError('sig must be a string'); - } - return new Signature({ - keyID: keyid, - sig: sig, - }); - } -} -exports.Signature = Signature; diff --git a/software/flow/node_modules/npm/node_modules/tuf-js/dist/models/snapshot.d.ts b/software/flow/node_modules/npm/node_modules/tuf-js/dist/models/snapshot.d.ts deleted file mode 100644 index 79bc073..0000000 --- a/software/flow/node_modules/npm/node_modules/tuf-js/dist/models/snapshot.d.ts +++ /dev/null @@ -1,23 +0,0 @@ -import { JSONObject, MetadataKind } from '../utils/types'; -import { Signed, SignedOptions } from './base'; -import { MetaFile } from './file'; -type MetaFileMap = Record<string, MetaFile>; -export interface SnapshotOptions extends SignedOptions { - meta?: MetaFileMap; -} -/** - * A container for the signed part of snapshot metadata. - * - * Snapshot contains information about all target Metadata files. - * A top-level role that specifies the latest versions of all targets metadata files, - * and hence the latest versions of all targets (including any dependencies between them) on the repository. - */ -export declare class Snapshot extends Signed { - readonly type = MetadataKind.Snapshot; - readonly meta: MetaFileMap; - constructor(opts: SnapshotOptions); - equals(other: Snapshot): boolean; - toJSON(): JSONObject; - static fromJSON(data: JSONObject): Snapshot; -} -export {}; diff --git a/software/flow/node_modules/npm/node_modules/tuf-js/dist/models/snapshot.js b/software/flow/node_modules/npm/node_modules/tuf-js/dist/models/snapshot.js deleted file mode 100644 index 0945a28..0000000 --- a/software/flow/node_modules/npm/node_modules/tuf-js/dist/models/snapshot.js +++ /dev/null @@ -1,71 +0,0 @@ -"use strict"; -var __importDefault = (this && this.__importDefault) || function (mod) { - return (mod && mod.__esModule) ? mod : { "default": mod }; -}; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.Snapshot = void 0; -const util_1 = __importDefault(require("util")); -const guard_1 = require("../utils/guard"); -const types_1 = require("../utils/types"); -const base_1 = require("./base"); -const file_1 = require("./file"); -/** - * A container for the signed part of snapshot metadata. - * - * Snapshot contains information about all target Metadata files. - * A top-level role that specifies the latest versions of all targets metadata files, - * and hence the latest versions of all targets (including any dependencies between them) on the repository. - */ -class Snapshot extends base_1.Signed { - constructor(opts) { - super(opts); - this.type = types_1.MetadataKind.Snapshot; - this.meta = opts.meta || { 'targets.json': new file_1.MetaFile({ version: 1 }) }; - } - equals(other) { - if (!(other instanceof Snapshot)) { - return false; - } - return super.equals(other) && util_1.default.isDeepStrictEqual(this.meta, other.meta); - } - toJSON() { - return { - meta: metaToJSON(this.meta), - spec_version: this.specVersion, - version: this.version, - expires: this.expires, - ...this.unrecognizedFields, - }; - } - static fromJSON(data) { - const { unrecognizedFields, ...commonFields } = base_1.Signed.commonFieldsFromJSON(data); - const { meta, ...rest } = unrecognizedFields; - return new Snapshot({ - ...commonFields, - meta: metaFromJSON(meta), - unrecognizedFields: rest, - }); - } -} -exports.Snapshot = Snapshot; -function metaToJSON(meta) { - return Object.entries(meta).reduce((acc, [path, metadata]) => ({ - ...acc, - [path]: metadata.toJSON(), - }), {}); -} -function metaFromJSON(data) { - let meta; - if ((0, guard_1.isDefined)(data)) { - if (!(0, guard_1.isObjectRecord)(data)) { - throw new TypeError('meta field is malformed'); - } - else { - meta = Object.entries(data).reduce((acc, [path, metadata]) => ({ - ...acc, - [path]: file_1.MetaFile.fromJSON(metadata), - }), {}); - } - return meta; - } -} diff --git a/software/flow/node_modules/npm/node_modules/tuf-js/dist/models/targets.d.ts b/software/flow/node_modules/npm/node_modules/tuf-js/dist/models/targets.d.ts deleted file mode 100644 index 24dba9a..0000000 --- a/software/flow/node_modules/npm/node_modules/tuf-js/dist/models/targets.d.ts +++ /dev/null @@ -1,19 +0,0 @@ -import { JSONObject, MetadataKind } from '../utils/types'; -import { Signed, SignedOptions } from './base'; -import { Delegations } from './delegations'; -import { TargetFile } from './file'; -type TargetFileMap = Record<string, TargetFile>; -interface TargetsOptions extends SignedOptions { - targets?: TargetFileMap; - delegations?: Delegations; -} -export declare class Targets extends Signed { - readonly type = MetadataKind.Targets; - readonly targets: TargetFileMap; - readonly delegations?: Delegations; - constructor(options: TargetsOptions); - equals(other: Targets): boolean; - toJSON(): JSONObject; - static fromJSON(data: JSONObject): Targets; -} -export {}; diff --git a/software/flow/node_modules/npm/node_modules/tuf-js/dist/models/targets.js b/software/flow/node_modules/npm/node_modules/tuf-js/dist/models/targets.js deleted file mode 100644 index 90a2528..0000000 --- a/software/flow/node_modules/npm/node_modules/tuf-js/dist/models/targets.js +++ /dev/null @@ -1,89 +0,0 @@ -"use strict"; -var __importDefault = (this && this.__importDefault) || function (mod) { - return (mod && mod.__esModule) ? mod : { "default": mod }; -}; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.Targets = void 0; -const util_1 = __importDefault(require("util")); -const guard_1 = require("../utils/guard"); -const types_1 = require("../utils/types"); -const base_1 = require("./base"); -const delegations_1 = require("./delegations"); -const file_1 = require("./file"); -// Container for the signed part of targets metadata. -// -// Targets contains verifying information about target files and also delegates -// responsible to other Targets roles. -class Targets extends base_1.Signed { - constructor(options) { - super(options); - this.type = types_1.MetadataKind.Targets; - this.targets = options.targets || {}; - this.delegations = options.delegations; - } - equals(other) { - if (!(other instanceof Targets)) { - return false; - } - return (super.equals(other) && - util_1.default.isDeepStrictEqual(this.targets, other.targets) && - util_1.default.isDeepStrictEqual(this.delegations, other.delegations)); - } - toJSON() { - const json = { - spec_version: this.specVersion, - version: this.version, - expires: this.expires, - targets: targetsToJSON(this.targets), - ...this.unrecognizedFields, - }; - if (this.delegations) { - json.delegations = this.delegations.toJSON(); - } - return json; - } - static fromJSON(data) { - const { unrecognizedFields, ...commonFields } = base_1.Signed.commonFieldsFromJSON(data); - const { targets, delegations, ...rest } = unrecognizedFields; - return new Targets({ - ...commonFields, - targets: targetsFromJSON(targets), - delegations: delegationsFromJSON(delegations), - unrecognizedFields: rest, - }); - } -} -exports.Targets = Targets; -function targetsToJSON(targets) { - return Object.entries(targets).reduce((acc, [path, target]) => ({ - ...acc, - [path]: target.toJSON(), - }), {}); -} -function targetsFromJSON(data) { - let targets; - if ((0, guard_1.isDefined)(data)) { - if (!(0, guard_1.isObjectRecord)(data)) { - throw new TypeError('targets must be an object'); - } - else { - targets = Object.entries(data).reduce((acc, [path, target]) => ({ - ...acc, - [path]: file_1.TargetFile.fromJSON(path, target), - }), {}); - } - } - return targets; -} -function delegationsFromJSON(data) { - let delegations; - if ((0, guard_1.isDefined)(data)) { - if (!(0, guard_1.isObject)(data)) { - throw new TypeError('delegations must be an object'); - } - else { - delegations = delegations_1.Delegations.fromJSON(data); - } - } - return delegations; -} diff --git a/software/flow/node_modules/npm/node_modules/tuf-js/dist/models/timestamp.d.ts b/software/flow/node_modules/npm/node_modules/tuf-js/dist/models/timestamp.d.ts deleted file mode 100644 index 481ada8..0000000 --- a/software/flow/node_modules/npm/node_modules/tuf-js/dist/models/timestamp.d.ts +++ /dev/null @@ -1,21 +0,0 @@ -import { JSONObject, MetadataKind } from '../utils/types'; -import { Signed, SignedOptions } from './base'; -import { MetaFile } from './file'; -interface TimestampOptions extends SignedOptions { - snapshotMeta?: MetaFile; -} -/** - * A container for the signed part of timestamp metadata. - * - * A top-level that specifies the latest version of the snapshot role metadata file, - * and hence the latest versions of all metadata and targets on the repository. - */ -export declare class Timestamp extends Signed { - readonly type = MetadataKind.Timestamp; - readonly snapshotMeta: MetaFile; - constructor(options: TimestampOptions); - equals(other: Timestamp): boolean; - toJSON(): JSONObject; - static fromJSON(data: JSONObject): Timestamp; -} -export {}; diff --git a/software/flow/node_modules/npm/node_modules/tuf-js/dist/models/timestamp.js b/software/flow/node_modules/npm/node_modules/tuf-js/dist/models/timestamp.js deleted file mode 100644 index 84f681b..0000000 --- a/software/flow/node_modules/npm/node_modules/tuf-js/dist/models/timestamp.js +++ /dev/null @@ -1,58 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.Timestamp = void 0; -const guard_1 = require("../utils/guard"); -const types_1 = require("../utils/types"); -const base_1 = require("./base"); -const file_1 = require("./file"); -/** - * A container for the signed part of timestamp metadata. - * - * A top-level that specifies the latest version of the snapshot role metadata file, - * and hence the latest versions of all metadata and targets on the repository. - */ -class Timestamp extends base_1.Signed { - constructor(options) { - super(options); - this.type = types_1.MetadataKind.Timestamp; - this.snapshotMeta = options.snapshotMeta || new file_1.MetaFile({ version: 1 }); - } - equals(other) { - if (!(other instanceof Timestamp)) { - return false; - } - return super.equals(other) && this.snapshotMeta.equals(other.snapshotMeta); - } - toJSON() { - return { - spec_version: this.specVersion, - version: this.version, - expires: this.expires, - meta: { 'snapshot.json': this.snapshotMeta.toJSON() }, - ...this.unrecognizedFields, - }; - } - static fromJSON(data) { - const { unrecognizedFields, ...commonFields } = base_1.Signed.commonFieldsFromJSON(data); - const { meta, ...rest } = unrecognizedFields; - return new Timestamp({ - ...commonFields, - snapshotMeta: snapshotMetaFromJSON(meta), - unrecognizedFields: rest, - }); - } -} -exports.Timestamp = Timestamp; -function snapshotMetaFromJSON(data) { - let snapshotMeta; - if ((0, guard_1.isDefined)(data)) { - const snapshotData = data['snapshot.json']; - if (!(0, guard_1.isDefined)(snapshotData) || !(0, guard_1.isObject)(snapshotData)) { - throw new TypeError('missing snapshot.json in meta'); - } - else { - snapshotMeta = file_1.MetaFile.fromJSON(snapshotData); - } - } - return snapshotMeta; -} diff --git a/software/flow/node_modules/npm/node_modules/tuf-js/dist/store.d.ts b/software/flow/node_modules/npm/node_modules/tuf-js/dist/store.d.ts deleted file mode 100644 index a6e20ae..0000000 --- a/software/flow/node_modules/npm/node_modules/tuf-js/dist/store.d.ts +++ /dev/null @@ -1,19 +0,0 @@ -/// <reference types="node" /> -import { Metadata, Root, Snapshot, Targets, Timestamp } from './models'; -export declare class TrustedMetadataStore { - private trustedSet; - private referenceTime; - constructor(rootData: Buffer); - get root(): Metadata<Root>; - get timestamp(): Metadata<Timestamp> | undefined; - get snapshot(): Metadata<Snapshot> | undefined; - get targets(): Metadata<Targets> | undefined; - getRole(name: string): Metadata<Targets> | undefined; - updateRoot(bytesBuffer: Buffer): Metadata<Root>; - updateTimestamp(bytesBuffer: Buffer): Metadata<Timestamp>; - updateSnapshot(bytesBuffer: Buffer, trusted?: boolean): Metadata<Snapshot>; - updateDelegatedTargets(bytesBuffer: Buffer, roleName: string, delegatorName: string): void; - private loadTrustedRoot; - private checkFinalTimestamp; - private checkFinalSnapsnot; -} diff --git a/software/flow/node_modules/npm/node_modules/tuf-js/dist/store.js b/software/flow/node_modules/npm/node_modules/tuf-js/dist/store.js deleted file mode 100644 index 351a196..0000000 --- a/software/flow/node_modules/npm/node_modules/tuf-js/dist/store.js +++ /dev/null @@ -1,209 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.TrustedMetadataStore = void 0; -const error_1 = require("./error"); -const models_1 = require("./models"); -const types_1 = require("./utils/types"); -class TrustedMetadataStore { - constructor(rootData) { - this.trustedSet = {}; - // Client workflow 5.1: record fixed update start time - this.referenceTime = new Date(); - // Client workflow 5.2: load trusted root metadata - this.loadTrustedRoot(rootData); - } - get root() { - if (!this.trustedSet.root) { - throw new ReferenceError('No trusted root metadata'); - } - return this.trustedSet.root; - } - get timestamp() { - return this.trustedSet.timestamp; - } - get snapshot() { - return this.trustedSet.snapshot; - } - get targets() { - return this.trustedSet.targets; - } - getRole(name) { - return this.trustedSet[name]; - } - updateRoot(bytesBuffer) { - const data = JSON.parse(bytesBuffer.toString('utf8')); - const newRoot = models_1.Metadata.fromJSON(types_1.MetadataKind.Root, data); - if (newRoot.signed.type != types_1.MetadataKind.Root) { - throw new error_1.RepositoryError(`Expected 'root', got ${newRoot.signed.type}`); - } - // Client workflow 5.4: check for arbitrary software attack - this.root.verifyDelegate(types_1.MetadataKind.Root, newRoot); - // Client workflow 5.5: check for rollback attack - if (newRoot.signed.version != this.root.signed.version + 1) { - throw new error_1.BadVersionError(`Expected version ${this.root.signed.version + 1}, got ${newRoot.signed.version}`); - } - // Check that new root is signed by self - newRoot.verifyDelegate(types_1.MetadataKind.Root, newRoot); - // Client workflow 5.7: set new root as trusted root - this.trustedSet.root = newRoot; - return newRoot; - } - updateTimestamp(bytesBuffer) { - if (this.snapshot) { - throw new error_1.RuntimeError('Cannot update timestamp after snapshot'); - } - if (this.root.signed.isExpired(this.referenceTime)) { - throw new error_1.ExpiredMetadataError('Final root.json is expired'); - } - const data = JSON.parse(bytesBuffer.toString('utf8')); - const newTimestamp = models_1.Metadata.fromJSON(types_1.MetadataKind.Timestamp, data); - if (newTimestamp.signed.type != types_1.MetadataKind.Timestamp) { - throw new error_1.RepositoryError(`Expected 'timestamp', got ${newTimestamp.signed.type}`); - } - // Client workflow 5.4.2: check for arbitrary software attack - this.root.verifyDelegate(types_1.MetadataKind.Timestamp, newTimestamp); - if (this.timestamp) { - // Prevent rolling back timestamp version - // Client workflow 5.4.3.1: check for rollback attack - if (newTimestamp.signed.version < this.timestamp.signed.version) { - throw new error_1.BadVersionError(`New timestamp version ${newTimestamp.signed.version} is less than current version ${this.timestamp.signed.version}`); - } - // Keep using old timestamp if versions are equal. - if (newTimestamp.signed.version === this.timestamp.signed.version) { - throw new error_1.EqualVersionError(`New timestamp version ${newTimestamp.signed.version} is equal to current version ${this.timestamp.signed.version}`); - } - // Prevent rolling back snapshot version - // Client workflow 5.4.3.2: check for rollback attack - const snapshotMeta = this.timestamp.signed.snapshotMeta; - const newSnapshotMeta = newTimestamp.signed.snapshotMeta; - if (newSnapshotMeta.version < snapshotMeta.version) { - throw new error_1.BadVersionError(`New snapshot version ${newSnapshotMeta.version} is less than current version ${snapshotMeta.version}`); - } - } - // expiry not checked to allow old timestamp to be used for rollback - // protection of new timestamp: expiry is checked in update_snapshot - this.trustedSet.timestamp = newTimestamp; - // Client workflow 5.4.4: check for freeze attack - this.checkFinalTimestamp(); - return newTimestamp; - } - updateSnapshot(bytesBuffer, trusted = false) { - if (!this.timestamp) { - throw new error_1.RuntimeError('Cannot update snapshot before timestamp'); - } - if (this.targets) { - throw new error_1.RuntimeError('Cannot update snapshot after targets'); - } - // Snapshot cannot be loaded if final timestamp is expired - this.checkFinalTimestamp(); - const snapshotMeta = this.timestamp.signed.snapshotMeta; - // Verify non-trusted data against the hashes in timestamp, if any. - // Trusted snapshot data has already been verified once. - // Client workflow 5.5.2: check against timestamp role's snaphsot hash - if (!trusted) { - snapshotMeta.verify(bytesBuffer); - } - const data = JSON.parse(bytesBuffer.toString('utf8')); - const newSnapshot = models_1.Metadata.fromJSON(types_1.MetadataKind.Snapshot, data); - if (newSnapshot.signed.type != types_1.MetadataKind.Snapshot) { - throw new error_1.RepositoryError(`Expected 'snapshot', got ${newSnapshot.signed.type}`); - } - // Client workflow 5.5.3: check for arbitrary software attack - this.root.verifyDelegate(types_1.MetadataKind.Snapshot, newSnapshot); - // version check against meta version (5.5.4) is deferred to allow old - // snapshot to be used in rollback protection - // Client workflow 5.5.5: check for rollback attack - if (this.snapshot) { - Object.entries(this.snapshot.signed.meta).forEach(([fileName, fileInfo]) => { - const newFileInfo = newSnapshot.signed.meta[fileName]; - if (!newFileInfo) { - throw new error_1.RepositoryError(`Missing file ${fileName} in new snapshot`); - } - if (newFileInfo.version < fileInfo.version) { - throw new error_1.BadVersionError(`New version ${newFileInfo.version} of ${fileName} is less than current version ${fileInfo.version}`); - } - }); - } - this.trustedSet.snapshot = newSnapshot; - // snapshot is loaded, but we raise if it's not valid _final_ snapshot - // Client workflow 5.5.4 & 5.5.6 - this.checkFinalSnapsnot(); - return newSnapshot; - } - updateDelegatedTargets(bytesBuffer, roleName, delegatorName) { - if (!this.snapshot) { - throw new error_1.RuntimeError('Cannot update delegated targets before snapshot'); - } - // Targets cannot be loaded if final snapshot is expired or its version - // does not match meta version in timestamp. - this.checkFinalSnapsnot(); - const delegator = this.trustedSet[delegatorName]; - if (!delegator) { - throw new error_1.RuntimeError(`No trusted ${delegatorName} metadata`); - } - // Extract metadata for the delegated role from snapshot - const meta = this.snapshot.signed.meta?.[`${roleName}.json`]; - if (!meta) { - throw new error_1.RepositoryError(`Missing ${roleName}.json in snapshot`); - } - // Client workflow 5.6.2: check against snapshot role's targets hash - meta.verify(bytesBuffer); - const data = JSON.parse(bytesBuffer.toString('utf8')); - const newDelegate = models_1.Metadata.fromJSON(types_1.MetadataKind.Targets, data); - if (newDelegate.signed.type != types_1.MetadataKind.Targets) { - throw new error_1.RepositoryError(`Expected 'targets', got ${newDelegate.signed.type}`); - } - // Client workflow 5.6.3: check for arbitrary software attack - delegator.verifyDelegate(roleName, newDelegate); - // Client workflow 5.6.4: Check against snapshot role’s targets version - const version = newDelegate.signed.version; - if (version != meta.version) { - throw new error_1.BadVersionError(`Version ${version} of ${roleName} does not match snapshot version ${meta.version}`); - } - // Client workflow 5.6.5: check for a freeze attack - if (newDelegate.signed.isExpired(this.referenceTime)) { - throw new error_1.ExpiredMetadataError(`${roleName}.json is expired`); - } - this.trustedSet[roleName] = newDelegate; - } - // Verifies and loads data as trusted root metadata. - // Note that an expired initial root is still considered valid. - loadTrustedRoot(bytesBuffer) { - const data = JSON.parse(bytesBuffer.toString('utf8')); - const root = models_1.Metadata.fromJSON(types_1.MetadataKind.Root, data); - if (root.signed.type != types_1.MetadataKind.Root) { - throw new error_1.RepositoryError(`Expected 'root', got ${root.signed.type}`); - } - root.verifyDelegate(types_1.MetadataKind.Root, root); - this.trustedSet['root'] = root; - } - checkFinalTimestamp() { - // Timestamp MUST be loaded - if (!this.timestamp) { - throw new ReferenceError('No trusted timestamp metadata'); - } - // Client workflow 5.4.4: check for freeze attack - if (this.timestamp.signed.isExpired(this.referenceTime)) { - throw new error_1.ExpiredMetadataError('Final timestamp.json is expired'); - } - } - checkFinalSnapsnot() { - // Snapshot and timestamp MUST be loaded - if (!this.snapshot) { - throw new ReferenceError('No trusted snapshot metadata'); - } - if (!this.timestamp) { - throw new ReferenceError('No trusted timestamp metadata'); - } - // Client workflow 5.5.6: check for freeze attack - if (this.snapshot.signed.isExpired(this.referenceTime)) { - throw new error_1.ExpiredMetadataError('snapshot.json is expired'); - } - // Client workflow 5.5.4: check against timestamp role’s snapshot version - const snapshotMeta = this.timestamp.signed.snapshotMeta; - if (this.snapshot.signed.version !== snapshotMeta.version) { - throw new error_1.BadVersionError("Snapshot version doesn't match timestamp"); - } - } -} -exports.TrustedMetadataStore = TrustedMetadataStore; diff --git a/software/flow/node_modules/npm/node_modules/tuf-js/dist/updater.d.ts b/software/flow/node_modules/npm/node_modules/tuf-js/dist/updater.d.ts deleted file mode 100644 index e49dca2..0000000 --- a/software/flow/node_modules/npm/node_modules/tuf-js/dist/updater.d.ts +++ /dev/null @@ -1,33 +0,0 @@ -import { BaseFetcher } from './fetcher'; -import { TargetFile } from './models/file'; -import { Config } from './utils/config'; -export interface UpdaterOptions { - metadataDir: string; - metadataBaseUrl: string; - targetDir?: string; - targetBaseUrl?: string; - fetcher?: BaseFetcher; - config?: Partial<Config>; -} -export declare class Updater { - private dir; - private metadataBaseUrl; - private targetDir?; - private targetBaseUrl?; - private trustedSet; - private config; - private fetcher; - constructor(options: UpdaterOptions); - refresh(): Promise<void>; - getTargetInfo(targetPath: string): Promise<TargetFile | undefined>; - downloadTarget(targetInfo: TargetFile, filePath?: string, targetBaseUrl?: string): Promise<string>; - findCachedTarget(targetInfo: TargetFile, filePath?: string): Promise<string | undefined>; - private loadLocalMetadata; - private loadRoot; - private loadTimestamp; - private loadSnapshot; - private loadTargets; - private preorderDepthFirstWalk; - private generateTargetPath; - private persistMetadata; -} diff --git a/software/flow/node_modules/npm/node_modules/tuf-js/dist/updater.js b/software/flow/node_modules/npm/node_modules/tuf-js/dist/updater.js deleted file mode 100644 index 9f33c66..0000000 --- a/software/flow/node_modules/npm/node_modules/tuf-js/dist/updater.js +++ /dev/null @@ -1,306 +0,0 @@ -"use strict"; -var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { - if (k2 === undefined) k2 = k; - var desc = Object.getOwnPropertyDescriptor(m, k); - if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { - desc = { enumerable: true, get: function() { return m[k]; } }; - } - Object.defineProperty(o, k2, desc); -}) : (function(o, m, k, k2) { - if (k2 === undefined) k2 = k; - o[k2] = m[k]; -})); -var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { - Object.defineProperty(o, "default", { enumerable: true, value: v }); -}) : function(o, v) { - o["default"] = v; -}); -var __importStar = (this && this.__importStar) || function (mod) { - if (mod && mod.__esModule) return mod; - var result = {}; - if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); - __setModuleDefault(result, mod); - return result; -}; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.Updater = void 0; -const fs = __importStar(require("fs")); -const path = __importStar(require("path")); -const error_1 = require("./error"); -const fetcher_1 = require("./fetcher"); -const store_1 = require("./store"); -const config_1 = require("./utils/config"); -const types_1 = require("./utils/types"); -class Updater { - constructor(options) { - const { metadataDir, metadataBaseUrl, targetDir, targetBaseUrl, fetcher, config, } = options; - this.dir = metadataDir; - this.metadataBaseUrl = metadataBaseUrl; - this.targetDir = targetDir; - this.targetBaseUrl = targetBaseUrl; - const data = this.loadLocalMetadata(types_1.MetadataKind.Root); - this.trustedSet = new store_1.TrustedMetadataStore(data); - this.config = { ...config_1.defaultConfig, ...config }; - this.fetcher = - fetcher || - new fetcher_1.Fetcher({ - timeout: this.config.fetchTimeout, - retries: this.config.fetchRetries, - }); - } - async refresh() { - await this.loadRoot(); - await this.loadTimestamp(); - await this.loadSnapshot(); - await this.loadTargets(types_1.MetadataKind.Targets, types_1.MetadataKind.Root); - } - // Returns the TargetFile instance with information for the given target path. - // - // Implicitly calls refresh if it hasn't already been called. - async getTargetInfo(targetPath) { - if (!this.trustedSet.targets) { - await this.refresh(); - } - return this.preorderDepthFirstWalk(targetPath); - } - async downloadTarget(targetInfo, filePath, targetBaseUrl) { - const targetPath = filePath || this.generateTargetPath(targetInfo); - if (!targetBaseUrl) { - if (!this.targetBaseUrl) { - throw new error_1.ValueError('Target base URL not set'); - } - targetBaseUrl = this.targetBaseUrl; - } - let targetFilePath = targetInfo.path; - const consistentSnapshot = this.trustedSet.root.signed.consistentSnapshot; - if (consistentSnapshot && this.config.prefixTargetsWithHash) { - const hashes = Object.values(targetInfo.hashes); - const basename = path.basename(targetFilePath); - targetFilePath = `${hashes[0]}.${basename}`; - } - const url = path.join(targetBaseUrl, targetFilePath); - // Client workflow 5.7.3: download target file - await this.fetcher.downloadFile(url, targetInfo.length, async (fileName) => { - // Verify hashes and length of downloaded file - await targetInfo.verify(fs.createReadStream(fileName)); - // Copy file to target path - fs.copyFileSync(fileName, targetPath); - }); - return targetPath; - } - async findCachedTarget(targetInfo, filePath) { - if (!filePath) { - filePath = this.generateTargetPath(targetInfo); - } - try { - if (fs.existsSync(filePath)) { - targetInfo.verify(fs.createReadStream(filePath)); - return filePath; - } - } - catch (error) { - return; // File not found - } - return; // File not found - } - loadLocalMetadata(fileName) { - const filePath = path.join(this.dir, `${fileName}.json`); - return fs.readFileSync(filePath); - } - // Sequentially load and persist on local disk every newer root metadata - // version available on the remote. - // Client workflow 5.3: update root role - async loadRoot() { - // Client workflow 5.3.2: version of trusted root metadata file - const rootVersion = this.trustedSet.root.signed.version; - const lowerBound = rootVersion + 1; - const upperBound = lowerBound + this.config.maxRootRotations; - for (let version = lowerBound; version <= upperBound; version++) { - const url = path.join(this.metadataBaseUrl, `${version}.root.json`); - try { - // Client workflow 5.3.3: download new root metadata file - const bytesData = await this.fetcher.downloadBytes(url, this.config.rootMaxLength); - // Client workflow 5.3.4 - 5.4.7 - this.trustedSet.updateRoot(bytesData); - // Client workflow 5.3.8: persist root metadata file - this.persistMetadata(types_1.MetadataKind.Root, bytesData); - } - catch (error) { - break; - } - } - } - // Load local and remote timestamp metadata. - // Client workflow 5.4: update timestamp role - async loadTimestamp() { - // Load local and remote timestamp metadata - try { - const data = this.loadLocalMetadata(types_1.MetadataKind.Timestamp); - this.trustedSet.updateTimestamp(data); - } - catch (error) { - // continue - } - //Load from remote (whether local load succeeded or not) - const url = path.join(this.metadataBaseUrl, `timestamp.json`); - // Client workflow 5.4.1: download timestamp metadata file - const bytesData = await this.fetcher.downloadBytes(url, this.config.timestampMaxLength); - try { - // Client workflow 5.4.2 - 5.4.4 - this.trustedSet.updateTimestamp(bytesData); - } - catch (error) { - // If new timestamp version is same as current, discardd the new one. - // This is normal and should NOT raise an error. - if (error instanceof error_1.EqualVersionError) { - return; - } - // Re-raise any other error - throw error; - } - // Client workflow 5.4.5: persist timestamp metadata - this.persistMetadata(types_1.MetadataKind.Timestamp, bytesData); - } - // Load local and remote snapshot metadata. - // Client workflow 5.5: update snapshot role - async loadSnapshot() { - //Load local (and if needed remote) snapshot metadata - try { - const data = this.loadLocalMetadata(types_1.MetadataKind.Snapshot); - this.trustedSet.updateSnapshot(data, true); - } - catch (error) { - if (!this.trustedSet.timestamp) { - throw new ReferenceError('No timestamp metadata'); - } - const snapshotMeta = this.trustedSet.timestamp.signed.snapshotMeta; - const maxLength = snapshotMeta.length || this.config.snapshotMaxLength; - const version = this.trustedSet.root.signed.consistentSnapshot - ? snapshotMeta.version - : undefined; - const url = path.join(this.metadataBaseUrl, version ? `${version}.snapshot.json` : `snapshot.json`); - try { - // Client workflow 5.5.1: download snapshot metadata file - const bytesData = await this.fetcher.downloadBytes(url, maxLength); - // Client workflow 5.5.2 - 5.5.6 - this.trustedSet.updateSnapshot(bytesData); - // Client workflow 5.5.7: persist snapshot metadata file - this.persistMetadata(types_1.MetadataKind.Snapshot, bytesData); - } - catch (error) { - throw new error_1.RuntimeError(`Unable to load snapshot metadata error ${error}`); - } - } - } - // Load local and remote targets metadata. - // Client workflow 5.6: update targets role - async loadTargets(role, parentRole) { - if (this.trustedSet.getRole(role)) { - return this.trustedSet.getRole(role); - } - try { - const buffer = this.loadLocalMetadata(role); - this.trustedSet.updateDelegatedTargets(buffer, role, parentRole); - } - catch (error) { - // Local 'role' does not exist or is invalid: update from remote - if (!this.trustedSet.snapshot) { - throw new ReferenceError('No snapshot metadata'); - } - const metaInfo = this.trustedSet.snapshot.signed.meta[`${role}.json`]; - // TODO: use length for fetching - const maxLength = metaInfo.length || this.config.targetsMaxLength; - const version = this.trustedSet.root.signed.consistentSnapshot - ? metaInfo.version - : undefined; - const url = path.join(this.metadataBaseUrl, version ? `${version}.${role}.json` : `${role}.json`); - try { - // Client workflow 5.6.1: download targets metadata file - const bytesData = await this.fetcher.downloadBytes(url, maxLength); - // Client workflow 5.6.2 - 5.6.6 - this.trustedSet.updateDelegatedTargets(bytesData, role, parentRole); - // Client workflow 5.6.7: persist targets metadata file - this.persistMetadata(role, bytesData); - } - catch (error) { - throw new error_1.RuntimeError(`Unable to load targets error ${error}`); - } - } - return this.trustedSet.getRole(role); - } - async preorderDepthFirstWalk(targetPath) { - // Interrogates the tree of target delegations in order of appearance - // (which implicitly order trustworthiness), and returns the matching - // target found in the most trusted role. - // List of delegations to be interrogated. A (role, parent role) pair - // is needed to load and verify the delegated targets metadata. - const delegationsToVisit = [ - { - roleName: types_1.MetadataKind.Targets, - parentRoleName: types_1.MetadataKind.Root, - }, - ]; - const visitedRoleNames = new Set(); - // Client workflow 5.6.7: preorder depth-first traversal of the graph of - // target delegations - while (visitedRoleNames.size <= this.config.maxDelegations && - delegationsToVisit.length > 0) { - // Pop the role name from the top of the stack. - // eslint-disable-next-line @typescript-eslint/no-non-null-assertion - const { roleName, parentRoleName } = delegationsToVisit.pop(); - // Skip any visited current role to prevent cycles. - // Client workflow 5.6.7.1: skip already-visited roles - if (visitedRoleNames.has(roleName)) { - continue; - } - // The metadata for 'role_name' must be downloaded/updated before - // its targets, delegations, and child roles can be inspected. - const targets = (await this.loadTargets(roleName, parentRoleName)) - ?.signed; - if (!targets) { - continue; - } - const target = targets.targets?.[targetPath]; - if (target) { - return target; - } - // After preorder check, add current role to set of visited roles. - visitedRoleNames.add(roleName); - if (targets.delegations) { - const childRolesToVisit = []; - // NOTE: This may be a slow operation if there are many delegated roles. - const rolesForTarget = targets.delegations.rolesForTarget(targetPath); - for (const { role: childName, terminating } of rolesForTarget) { - childRolesToVisit.push({ - roleName: childName, - parentRoleName: roleName, - }); - // Client workflow 5.6.7.2.1 - if (terminating) { - delegationsToVisit.splice(0); // empty the array - break; - } - } - childRolesToVisit.reverse(); - delegationsToVisit.push(...childRolesToVisit); - } - } - return; // no matching target found - } - generateTargetPath(targetInfo) { - if (!this.targetDir) { - throw new error_1.ValueError('Target directory not set'); - } - return path.join(this.targetDir, targetInfo.path); - } - async persistMetadata(metaDataName, bytesData) { - try { - const filePath = path.join(this.dir, `${metaDataName}.json`); - fs.writeFileSync(filePath, bytesData.toString('utf8')); - } - catch (error) { - throw new error_1.PersistError(`Failed to persist metadata ${metaDataName} error: ${error}`); - } - } -} -exports.Updater = Updater; diff --git a/software/flow/node_modules/npm/node_modules/tuf-js/dist/utils/config.d.ts b/software/flow/node_modules/npm/node_modules/tuf-js/dist/utils/config.d.ts deleted file mode 100644 index 2a906c7..0000000 --- a/software/flow/node_modules/npm/node_modules/tuf-js/dist/utils/config.d.ts +++ /dev/null @@ -1,12 +0,0 @@ -export declare const defaultConfig: { - maxRootRotations: number; - maxDelegations: number; - rootMaxLength: number; - timestampMaxLength: number; - snapshotMaxLength: number; - targetsMaxLength: number; - prefixTargetsWithHash: boolean; - fetchTimeout: number; - fetchRetries: number; -}; -export type Config = typeof defaultConfig; diff --git a/software/flow/node_modules/npm/node_modules/tuf-js/dist/utils/config.js b/software/flow/node_modules/npm/node_modules/tuf-js/dist/utils/config.js deleted file mode 100644 index c2d970e..0000000 --- a/software/flow/node_modules/npm/node_modules/tuf-js/dist/utils/config.js +++ /dev/null @@ -1,14 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.defaultConfig = void 0; -exports.defaultConfig = { - maxRootRotations: 32, - maxDelegations: 32, - rootMaxLength: 512000, - timestampMaxLength: 16384, - snapshotMaxLength: 2000000, - targetsMaxLength: 5000000, - prefixTargetsWithHash: true, - fetchTimeout: 100000, - fetchRetries: 2, -}; diff --git a/software/flow/node_modules/npm/node_modules/tuf-js/dist/utils/guard.d.ts b/software/flow/node_modules/npm/node_modules/tuf-js/dist/utils/guard.d.ts deleted file mode 100644 index 17bc4ce..0000000 --- a/software/flow/node_modules/npm/node_modules/tuf-js/dist/utils/guard.d.ts +++ /dev/null @@ -1,8 +0,0 @@ -import { JSONObject, MetadataKind } from './types'; -export declare function isDefined<T>(val: T | undefined): val is T; -export declare function isObject(value: unknown): value is JSONObject; -export declare function isStringArray(value: unknown): value is string[]; -export declare function isObjectArray(value: unknown): value is JSONObject[]; -export declare function isStringRecord(value: unknown): value is Record<string, string>; -export declare function isObjectRecord(value: unknown): value is Record<string, JSONObject>; -export declare function isMetadataKind(value: unknown): value is MetadataKind; diff --git a/software/flow/node_modules/npm/node_modules/tuf-js/dist/utils/guard.js b/software/flow/node_modules/npm/node_modules/tuf-js/dist/utils/guard.js deleted file mode 100644 index f2207af..0000000 --- a/software/flow/node_modules/npm/node_modules/tuf-js/dist/utils/guard.js +++ /dev/null @@ -1,39 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.isMetadataKind = exports.isObjectRecord = exports.isStringRecord = exports.isObjectArray = exports.isStringArray = exports.isObject = exports.isDefined = void 0; -const types_1 = require("./types"); -function isDefined(val) { - return val !== undefined; -} -exports.isDefined = isDefined; -function isObject(value) { - return typeof value === 'object' && value !== null; -} -exports.isObject = isObject; -function isStringArray(value) { - return Array.isArray(value) && value.every((v) => typeof v === 'string'); -} -exports.isStringArray = isStringArray; -function isObjectArray(value) { - return Array.isArray(value) && value.every(isObject); -} -exports.isObjectArray = isObjectArray; -function isStringRecord(value) { - return (typeof value === 'object' && - value !== null && - Object.keys(value).every((k) => typeof k === 'string') && - Object.values(value).every((v) => typeof v === 'string')); -} -exports.isStringRecord = isStringRecord; -function isObjectRecord(value) { - return (typeof value === 'object' && - value !== null && - Object.keys(value).every((k) => typeof k === 'string') && - Object.values(value).every((v) => typeof v === 'object' && v !== null)); -} -exports.isObjectRecord = isObjectRecord; -function isMetadataKind(value) { - return (typeof value === 'string' && - Object.values(types_1.MetadataKind).includes(value)); -} -exports.isMetadataKind = isMetadataKind; diff --git a/software/flow/node_modules/npm/node_modules/tuf-js/dist/utils/index.d.ts b/software/flow/node_modules/npm/node_modules/tuf-js/dist/utils/index.d.ts deleted file mode 100644 index e2232bc..0000000 --- a/software/flow/node_modules/npm/node_modules/tuf-js/dist/utils/index.d.ts +++ /dev/null @@ -1,5 +0,0 @@ -export * as config from './config'; -export * as guard from './guard'; -export * as json from './json'; -export * as signer from './signer'; -export * as types from './types'; diff --git a/software/flow/node_modules/npm/node_modules/tuf-js/dist/utils/index.js b/software/flow/node_modules/npm/node_modules/tuf-js/dist/utils/index.js deleted file mode 100644 index 604696a..0000000 --- a/software/flow/node_modules/npm/node_modules/tuf-js/dist/utils/index.js +++ /dev/null @@ -1,31 +0,0 @@ -"use strict"; -var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { - if (k2 === undefined) k2 = k; - var desc = Object.getOwnPropertyDescriptor(m, k); - if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { - desc = { enumerable: true, get: function() { return m[k]; } }; - } - Object.defineProperty(o, k2, desc); -}) : (function(o, m, k, k2) { - if (k2 === undefined) k2 = k; - o[k2] = m[k]; -})); -var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { - Object.defineProperty(o, "default", { enumerable: true, value: v }); -}) : function(o, v) { - o["default"] = v; -}); -var __importStar = (this && this.__importStar) || function (mod) { - if (mod && mod.__esModule) return mod; - var result = {}; - if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); - __setModuleDefault(result, mod); - return result; -}; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.types = exports.signer = exports.json = exports.guard = exports.config = void 0; -exports.config = __importStar(require("./config")); -exports.guard = __importStar(require("./guard")); -exports.json = __importStar(require("./json")); -exports.signer = __importStar(require("./signer")); -exports.types = __importStar(require("./types")); diff --git a/software/flow/node_modules/npm/node_modules/tuf-js/dist/utils/json.d.ts b/software/flow/node_modules/npm/node_modules/tuf-js/dist/utils/json.d.ts deleted file mode 100644 index ecddbee..0000000 --- a/software/flow/node_modules/npm/node_modules/tuf-js/dist/utils/json.d.ts +++ /dev/null @@ -1,2 +0,0 @@ -/// <reference types="node" /> -export declare function canonicalize(object: any): Buffer; diff --git a/software/flow/node_modules/npm/node_modules/tuf-js/dist/utils/json.js b/software/flow/node_modules/npm/node_modules/tuf-js/dist/utils/json.js deleted file mode 100644 index 30f82ea..0000000 --- a/software/flow/node_modules/npm/node_modules/tuf-js/dist/utils/json.js +++ /dev/null @@ -1,62 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.canonicalize = void 0; -const QUOTATION_MARK = Buffer.from('"'); -const COMMA = Buffer.from(','); -const COLON = Buffer.from(':'); -const LEFT_SQUARE_BRACKET = Buffer.from('['); -const RIGHT_SQUARE_BRACKET = Buffer.from(']'); -const LEFT_CURLY_BRACKET = Buffer.from('{'); -const RIGHT_CURLY_BRACKET = Buffer.from('}'); -// eslint-disable-next-line @typescript-eslint/no-explicit-any -function canonicalize(object) { - let buffer = Buffer.from(''); - if (object === null || typeof object !== 'object' || object.toJSON != null) { - // Primitives or toJSONable objects - if (typeof object === 'string') { - buffer = Buffer.concat([ - buffer, - QUOTATION_MARK, - Buffer.from(object), - QUOTATION_MARK, - ]); - } - else { - buffer = Buffer.concat([buffer, Buffer.from(JSON.stringify(object))]); - } - } - else if (Array.isArray(object)) { - // Array - maintain element order - buffer = Buffer.concat([buffer, LEFT_SQUARE_BRACKET]); - let first = true; - object.forEach((element) => { - if (!first) { - buffer = Buffer.concat([buffer, COMMA]); - } - first = false; - // recursive call - buffer = Buffer.concat([buffer, canonicalize(element)]); - }); - buffer = Buffer.concat([buffer, RIGHT_SQUARE_BRACKET]); - } - else { - // Object - Sort properties before serializing - buffer = Buffer.concat([buffer, LEFT_CURLY_BRACKET]); - let first = true; - Object.keys(object) - .sort() - .forEach((property) => { - if (!first) { - buffer = Buffer.concat([buffer, COMMA]); - } - first = false; - buffer = Buffer.concat([buffer, Buffer.from(JSON.stringify(property))]); - buffer = Buffer.concat([buffer, COLON]); - // recursive call - buffer = Buffer.concat([buffer, canonicalize(object[property])]); - }); - buffer = Buffer.concat([buffer, RIGHT_CURLY_BRACKET]); - } - return buffer; -} -exports.canonicalize = canonicalize; diff --git a/software/flow/node_modules/npm/node_modules/tuf-js/dist/utils/key.d.ts b/software/flow/node_modules/npm/node_modules/tuf-js/dist/utils/key.d.ts deleted file mode 100644 index 7b63128..0000000 --- a/software/flow/node_modules/npm/node_modules/tuf-js/dist/utils/key.d.ts +++ /dev/null @@ -1,9 +0,0 @@ -/// <reference types="node" /> -import { VerifyKeyObjectInput } from 'crypto'; -interface KeyInfo { - keyType: string; - scheme: string; - keyVal: string; -} -export declare function getPublicKey(keyInfo: KeyInfo): VerifyKeyObjectInput; -export {}; diff --git a/software/flow/node_modules/npm/node_modules/tuf-js/dist/utils/key.js b/software/flow/node_modules/npm/node_modules/tuf-js/dist/utils/key.js deleted file mode 100644 index 1f795ba..0000000 --- a/software/flow/node_modules/npm/node_modules/tuf-js/dist/utils/key.js +++ /dev/null @@ -1,143 +0,0 @@ -"use strict"; -var __importDefault = (this && this.__importDefault) || function (mod) { - return (mod && mod.__esModule) ? mod : { "default": mod }; -}; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.getPublicKey = void 0; -const crypto_1 = __importDefault(require("crypto")); -const error_1 = require("../error"); -const oid_1 = require("./oid"); -const ASN1_TAG_SEQUENCE = 0x30; -const ANS1_TAG_BIT_STRING = 0x03; -const NULL_BYTE = 0x00; -const OID_EDDSA = '1.3.101.112'; -const OID_EC_PUBLIC_KEY = '1.2.840.10045.2.1'; -const OID_EC_CURVE_P256V1 = '1.2.840.10045.3.1.7'; -const PEM_HEADER = '-----BEGIN PUBLIC KEY-----'; -function getPublicKey(keyInfo) { - switch (keyInfo.keyType) { - case 'rsa': - return getRSAPublicKey(keyInfo); - case 'ed25519': - return getED25519PublicKey(keyInfo); - case 'ecdsa': - case 'ecdsa-sha2-nistp256': - case 'ecdsa-sha2-nistp384': - return getECDCSAPublicKey(keyInfo); - default: - throw new error_1.UnsupportedAlgorithmError(`Unsupported key type: ${keyInfo.keyType}`); - } -} -exports.getPublicKey = getPublicKey; -function getRSAPublicKey(keyInfo) { - // Only support PEM-encoded RSA keys - if (!keyInfo.keyVal.startsWith(PEM_HEADER)) { - throw new error_1.CryptoError('Invalid key format'); - } - const key = crypto_1.default.createPublicKey(keyInfo.keyVal); - switch (keyInfo.scheme) { - case 'rsassa-pss-sha256': - return { - key: key, - padding: crypto_1.default.constants.RSA_PKCS1_PSS_PADDING, - }; - default: - throw new error_1.UnsupportedAlgorithmError(`Unsupported RSA scheme: ${keyInfo.scheme}`); - } -} -function getED25519PublicKey(keyInfo) { - let key; - // If key is already PEM-encoded we can just parse it - if (keyInfo.keyVal.startsWith(PEM_HEADER)) { - key = crypto_1.default.createPublicKey(keyInfo.keyVal); - } - else { - // If key is not PEM-encoded it had better be hex - if (!isHex(keyInfo.keyVal)) { - throw new error_1.CryptoError('Invalid key format'); - } - key = crypto_1.default.createPublicKey({ - key: ed25519.hexToDER(keyInfo.keyVal), - format: 'der', - type: 'spki', - }); - } - return { key }; -} -function getECDCSAPublicKey(keyInfo) { - let key; - // If key is already PEM-encoded we can just parse it - if (keyInfo.keyVal.startsWith(PEM_HEADER)) { - key = crypto_1.default.createPublicKey(keyInfo.keyVal); - } - else { - // If key is not PEM-encoded it had better be hex - if (!isHex(keyInfo.keyVal)) { - throw new error_1.CryptoError('Invalid key format'); - } - key = crypto_1.default.createPublicKey({ - key: ecdsa.hexToDER(keyInfo.keyVal), - format: 'der', - type: 'spki', - }); - } - return { key }; -} -const ed25519 = { - // Translates a hex key into a crypto KeyObject - // https://keygen.sh/blog/how-to-use-hexadecimal-ed25519-keys-in-node/ - hexToDER: (hex) => { - const key = Buffer.from(hex, 'hex'); - const oid = (0, oid_1.encodeOIDString)(OID_EDDSA); - // Create a byte sequence containing the OID and key - const elements = Buffer.concat([ - Buffer.concat([ - Buffer.from([ASN1_TAG_SEQUENCE]), - Buffer.from([oid.length]), - oid, - ]), - Buffer.concat([ - Buffer.from([ANS1_TAG_BIT_STRING]), - Buffer.from([key.length + 1]), - Buffer.from([NULL_BYTE]), - key, - ]), - ]); - // Wrap up by creating a sequence of elements - const der = Buffer.concat([ - Buffer.from([ASN1_TAG_SEQUENCE]), - Buffer.from([elements.length]), - elements, - ]); - return der; - }, -}; -const ecdsa = { - hexToDER: (hex) => { - const key = Buffer.from(hex, 'hex'); - const bitString = Buffer.concat([ - Buffer.from([ANS1_TAG_BIT_STRING]), - Buffer.from([key.length + 1]), - Buffer.from([NULL_BYTE]), - key, - ]); - const oids = Buffer.concat([ - (0, oid_1.encodeOIDString)(OID_EC_PUBLIC_KEY), - (0, oid_1.encodeOIDString)(OID_EC_CURVE_P256V1), - ]); - const oidSequence = Buffer.concat([ - Buffer.from([ASN1_TAG_SEQUENCE]), - Buffer.from([oids.length]), - oids, - ]); - // Wrap up by creating a sequence of elements - const der = Buffer.concat([ - Buffer.from([ASN1_TAG_SEQUENCE]), - Buffer.from([oidSequence.length + bitString.length]), - oidSequence, - bitString, - ]); - return der; - }, -}; -const isHex = (key) => /^[0-9a-fA-F]+$/.test(key); diff --git a/software/flow/node_modules/npm/node_modules/tuf-js/dist/utils/oid.d.ts b/software/flow/node_modules/npm/node_modules/tuf-js/dist/utils/oid.d.ts deleted file mode 100644 index f20456a..0000000 --- a/software/flow/node_modules/npm/node_modules/tuf-js/dist/utils/oid.d.ts +++ /dev/null @@ -1,2 +0,0 @@ -/// <reference types="node" /> -export declare function encodeOIDString(oid: string): Buffer; diff --git a/software/flow/node_modules/npm/node_modules/tuf-js/dist/utils/oid.js b/software/flow/node_modules/npm/node_modules/tuf-js/dist/utils/oid.js deleted file mode 100644 index e1bb7af..0000000 --- a/software/flow/node_modules/npm/node_modules/tuf-js/dist/utils/oid.js +++ /dev/null @@ -1,27 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.encodeOIDString = void 0; -const ANS1_TAG_OID = 0x06; -function encodeOIDString(oid) { - const parts = oid.split('.'); - // The first two subidentifiers are encoded into the first byte - const first = parseInt(parts[0], 10) * 40 + parseInt(parts[1], 10); - const rest = []; - parts.slice(2).forEach((part) => { - const bytes = encodeVariableLengthInteger(parseInt(part, 10)); - rest.push(...bytes); - }); - const der = Buffer.from([first, ...rest]); - return Buffer.from([ANS1_TAG_OID, der.length, ...der]); -} -exports.encodeOIDString = encodeOIDString; -function encodeVariableLengthInteger(value) { - const bytes = []; - let mask = 0x00; - while (value > 0) { - bytes.unshift((value & 0x7f) | mask); - value >>= 7; - mask = 0x80; - } - return bytes; -} diff --git a/software/flow/node_modules/npm/node_modules/tuf-js/dist/utils/signer.d.ts b/software/flow/node_modules/npm/node_modules/tuf-js/dist/utils/signer.d.ts deleted file mode 100644 index 376ef11..0000000 --- a/software/flow/node_modules/npm/node_modules/tuf-js/dist/utils/signer.d.ts +++ /dev/null @@ -1,3 +0,0 @@ -import crypto from 'crypto'; -import { JSONObject } from '../utils/types'; -export declare const verifySignature: (metaDataSignedData: JSONObject, key: crypto.VerifyKeyObjectInput, signature: string) => boolean; diff --git a/software/flow/node_modules/npm/node_modules/tuf-js/dist/utils/signer.js b/software/flow/node_modules/npm/node_modules/tuf-js/dist/utils/signer.js deleted file mode 100644 index d3b2e75..0000000 --- a/software/flow/node_modules/npm/node_modules/tuf-js/dist/utils/signer.js +++ /dev/null @@ -1,13 +0,0 @@ -"use strict"; -var __importDefault = (this && this.__importDefault) || function (mod) { - return (mod && mod.__esModule) ? mod : { "default": mod }; -}; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.verifySignature = void 0; -const crypto_1 = __importDefault(require("crypto")); -const json_1 = require("./json"); -const verifySignature = (metaDataSignedData, key, signature) => { - const canonicalData = (0, json_1.canonicalize)(metaDataSignedData) || ''; - return crypto_1.default.verify(undefined, canonicalData, key, Buffer.from(signature, 'hex')); -}; -exports.verifySignature = verifySignature; diff --git a/software/flow/node_modules/npm/node_modules/tuf-js/dist/utils/tmpfile.d.ts b/software/flow/node_modules/npm/node_modules/tuf-js/dist/utils/tmpfile.d.ts deleted file mode 100644 index 4d5ee8a..0000000 --- a/software/flow/node_modules/npm/node_modules/tuf-js/dist/utils/tmpfile.d.ts +++ /dev/null @@ -1,3 +0,0 @@ -type TempFileHandler<T> = (file: string) => Promise<T>; -export declare const withTempFile: <T>(handler: TempFileHandler<T>) => Promise<T>; -export {}; diff --git a/software/flow/node_modules/npm/node_modules/tuf-js/dist/utils/tmpfile.js b/software/flow/node_modules/npm/node_modules/tuf-js/dist/utils/tmpfile.js deleted file mode 100644 index 923eef6..0000000 --- a/software/flow/node_modules/npm/node_modules/tuf-js/dist/utils/tmpfile.js +++ /dev/null @@ -1,25 +0,0 @@ -"use strict"; -var __importDefault = (this && this.__importDefault) || function (mod) { - return (mod && mod.__esModule) ? mod : { "default": mod }; -}; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.withTempFile = void 0; -const promises_1 = __importDefault(require("fs/promises")); -const os_1 = __importDefault(require("os")); -const path_1 = __importDefault(require("path")); -// Invokes the given handler with the path to a temporary file. The file -// is deleted after the handler returns. -const withTempFile = async (handler) => withTempDir(async (dir) => handler(path_1.default.join(dir, 'tempfile'))); -exports.withTempFile = withTempFile; -// Invokes the given handler with a temporary directory. The directory is -// deleted after the handler returns. -const withTempDir = async (handler) => { - const tmpDir = await promises_1.default.realpath(os_1.default.tmpdir()); - const dir = await promises_1.default.mkdtemp(tmpDir + path_1.default.sep); - try { - return await handler(dir); - } - finally { - await promises_1.default.rm(dir, { force: true, recursive: true, maxRetries: 3 }); - } -}; diff --git a/software/flow/node_modules/npm/node_modules/tuf-js/dist/utils/types.d.ts b/software/flow/node_modules/npm/node_modules/tuf-js/dist/utils/types.d.ts deleted file mode 100644 index 24319dd..0000000 --- a/software/flow/node_modules/npm/node_modules/tuf-js/dist/utils/types.d.ts +++ /dev/null @@ -1,10 +0,0 @@ -export declare enum MetadataKind { - Root = "root", - Timestamp = "timestamp", - Snapshot = "snapshot", - Targets = "targets" -} -export type JSONObject = { - [key: string]: JSONValue; -}; -export type JSONValue = null | boolean | number | string | JSONValue[] | JSONObject; diff --git a/software/flow/node_modules/npm/node_modules/tuf-js/dist/utils/types.js b/software/flow/node_modules/npm/node_modules/tuf-js/dist/utils/types.js deleted file mode 100644 index 469f580..0000000 --- a/software/flow/node_modules/npm/node_modules/tuf-js/dist/utils/types.js +++ /dev/null @@ -1,10 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.MetadataKind = void 0; -var MetadataKind; -(function (MetadataKind) { - MetadataKind["Root"] = "root"; - MetadataKind["Timestamp"] = "timestamp"; - MetadataKind["Snapshot"] = "snapshot"; - MetadataKind["Targets"] = "targets"; -})(MetadataKind = exports.MetadataKind || (exports.MetadataKind = {})); diff --git a/software/flow/node_modules/npm/node_modules/tuf-js/package.json b/software/flow/node_modules/npm/node_modules/tuf-js/package.json deleted file mode 100644 index 758e712..0000000 --- a/software/flow/node_modules/npm/node_modules/tuf-js/package.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "name": "tuf-js", - "version": "1.0.0", - "description": "JavaScript implementation of The Update Framework (TUF)", - "main": "dist/index.js", - "types": "dist/index.d.ts", - "scripts": { - "build": "tsc", - "test": "jest", - "test:watch": "jest --watch", - "test:ci": "jest --maxWorkers=2 --coverage", - "lint": "eslint --fix --ext .ts src/**", - "lint:check": "eslint --max-warnings 0 --ext .ts src/**", - "format": "prettier --write \"src/**/*\"" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/github/tuf-js.git" - }, - "files": [ - "dist" - ], - "keywords": [ - "tuf" - ], - "author": "bdehamer@github.com", - "license": "MIT", - "bugs": { - "url": "https://github.com/github/tuf-js/issues" - }, - "homepage": "https://github.com/github/tuf-js#readme", - "devDependencies": { - "@tsconfig/node14": "^1.0.3", - "@types/jest": "^28.1.8", - "@types/lodash.isequal": "^4.5.6", - "@types/make-fetch-happen": "^10.0.1", - "@types/minimatch": "^5.1.2", - "@types/node": "^18.11.10", - "@typescript-eslint/eslint-plugin": "^5.45.0", - "@typescript-eslint/parser": "^5.45.0", - "eslint": "^8.28.0", - "eslint-config-prettier": "^8.5.0", - "eslint-plugin-prettier": "^4.2.1", - "http-server": "^14.1.1", - "jest": "^28.1.3", - "nock": "^13.2.9", - "prettier": "^2.8.0", - "ts-jest": "^28.0.8", - "typescript": "^4.9.3" - }, - "dependencies": { - "make-fetch-happen": "^11.0.1", - "minimatch": "^6.1.0" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } -} diff --git a/software/flow/node_modules/npm/node_modules/unique-filename/LICENSE b/software/flow/node_modules/npm/node_modules/unique-filename/LICENSE deleted file mode 100644 index 69619c1..0000000 --- a/software/flow/node_modules/npm/node_modules/unique-filename/LICENSE +++ /dev/null @@ -1,5 +0,0 @@ -Copyright npm, Inc - -Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/unique-filename/lib/index.js b/software/flow/node_modules/npm/node_modules/unique-filename/lib/index.js deleted file mode 100644 index d067d2e..0000000 --- a/software/flow/node_modules/npm/node_modules/unique-filename/lib/index.js +++ /dev/null @@ -1,7 +0,0 @@ -var path = require('path') - -var uniqueSlug = require('unique-slug') - -module.exports = function (filepath, prefix, uniq) { - return path.join(filepath, (prefix ? prefix + '-' : '') + uniqueSlug(uniq)) -} diff --git a/software/flow/node_modules/npm/node_modules/unique-filename/package.json b/software/flow/node_modules/npm/node_modules/unique-filename/package.json deleted file mode 100644 index b2fbf06..0000000 --- a/software/flow/node_modules/npm/node_modules/unique-filename/package.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "name": "unique-filename", - "version": "3.0.0", - "description": "Generate a unique filename for use in temporary directories or caches.", - "main": "lib/index.js", - "scripts": { - "test": "tap", - "lint": "eslint \"**/*.js\"", - "postlint": "template-oss-check", - "template-oss-apply": "template-oss-apply --force", - "lintfix": "npm run lint -- --fix", - "snap": "tap", - "posttest": "npm run lint" - }, - "repository": { - "type": "git", - "url": "https://github.com/npm/unique-filename.git" - }, - "keywords": [], - "author": "GitHub Inc.", - "license": "ISC", - "bugs": { - "url": "https://github.com/iarna/unique-filename/issues" - }, - "homepage": "https://github.com/iarna/unique-filename", - "devDependencies": { - "@npmcli/eslint-config": "^4.0.0", - "@npmcli/template-oss": "4.5.1", - "tap": "^16.3.0" - }, - "dependencies": { - "unique-slug": "^4.0.0" - }, - "files": [ - "bin/", - "lib/" - ], - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.5.1" - }, - "tap": { - "nyc-arg": [ - "--exclude", - "tap-snapshots/**" - ] - } -} diff --git a/software/flow/node_modules/npm/node_modules/unique-slug/LICENSE b/software/flow/node_modules/npm/node_modules/unique-slug/LICENSE deleted file mode 100644 index 7953647..0000000 --- a/software/flow/node_modules/npm/node_modules/unique-slug/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -The ISC License - -Copyright npm, Inc - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/unique-slug/lib/index.js b/software/flow/node_modules/npm/node_modules/unique-slug/lib/index.js deleted file mode 100644 index 1bac84d..0000000 --- a/software/flow/node_modules/npm/node_modules/unique-slug/lib/index.js +++ /dev/null @@ -1,11 +0,0 @@ -'use strict' -var MurmurHash3 = require('imurmurhash') - -module.exports = function (uniq) { - if (uniq) { - var hash = new MurmurHash3(uniq) - return ('00000000' + hash.result().toString(16)).slice(-8) - } else { - return (Math.random().toString(16) + '0000000').slice(2, 10) - } -} diff --git a/software/flow/node_modules/npm/node_modules/unique-slug/package.json b/software/flow/node_modules/npm/node_modules/unique-slug/package.json deleted file mode 100644 index 33732cd..0000000 --- a/software/flow/node_modules/npm/node_modules/unique-slug/package.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "name": "unique-slug", - "version": "4.0.0", - "description": "Generate a unique character string suitible for use in files and URLs.", - "main": "lib/index.js", - "scripts": { - "test": "tap", - "lint": "eslint \"**/*.js\"", - "postlint": "template-oss-check", - "template-oss-apply": "template-oss-apply --force", - "lintfix": "npm run lint -- --fix", - "snap": "tap", - "posttest": "npm run lint" - }, - "keywords": [], - "author": "GitHub Inc.", - "license": "ISC", - "devDependencies": { - "@npmcli/eslint-config": "^3.1.0", - "@npmcli/template-oss": "4.5.1", - "tap": "^16.3.0" - }, - "repository": { - "type": "git", - "url": "https://github.com/npm/unique-slug.git" - }, - "dependencies": { - "imurmurhash": "^0.1.4" - }, - "files": [ - "bin/", - "lib/" - ], - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.5.1" - }, - "tap": { - "nyc-arg": [ - "--exclude", - "tap-snapshots/**" - ] - } -} diff --git a/software/flow/node_modules/npm/node_modules/util-deprecate/History.md b/software/flow/node_modules/npm/node_modules/util-deprecate/History.md deleted file mode 100644 index acc8675..0000000 --- a/software/flow/node_modules/npm/node_modules/util-deprecate/History.md +++ /dev/null @@ -1,16 +0,0 @@ - -1.0.2 / 2015-10-07 -================== - - * use try/catch when checking `localStorage` (#3, @kumavis) - -1.0.1 / 2014-11-25 -================== - - * browser: use `console.warn()` for deprecation calls - * browser: more jsdocs - -1.0.0 / 2014-04-30 -================== - - * initial commit diff --git a/software/flow/node_modules/npm/node_modules/util-deprecate/LICENSE b/software/flow/node_modules/npm/node_modules/util-deprecate/LICENSE deleted file mode 100644 index 6a60e8c..0000000 --- a/software/flow/node_modules/npm/node_modules/util-deprecate/LICENSE +++ /dev/null @@ -1,24 +0,0 @@ -(The MIT License) - -Copyright (c) 2014 Nathan Rajlich <nathan@tootallnate.net> - -Permission is hereby granted, free of charge, to any person -obtaining a copy of this software and associated documentation -files (the "Software"), to deal in the Software without -restriction, including without limitation the rights to use, -copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the -Software is furnished to do so, subject to the following -conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES -OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT -HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR -OTHER DEALINGS IN THE SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/util-deprecate/browser.js b/software/flow/node_modules/npm/node_modules/util-deprecate/browser.js deleted file mode 100644 index 549ae2f..0000000 --- a/software/flow/node_modules/npm/node_modules/util-deprecate/browser.js +++ /dev/null @@ -1,67 +0,0 @@ - -/** - * Module exports. - */ - -module.exports = deprecate; - -/** - * Mark that a method should not be used. - * Returns a modified function which warns once by default. - * - * If `localStorage.noDeprecation = true` is set, then it is a no-op. - * - * If `localStorage.throwDeprecation = true` is set, then deprecated functions - * will throw an Error when invoked. - * - * If `localStorage.traceDeprecation = true` is set, then deprecated functions - * will invoke `console.trace()` instead of `console.error()`. - * - * @param {Function} fn - the function to deprecate - * @param {String} msg - the string to print to the console when `fn` is invoked - * @returns {Function} a new "deprecated" version of `fn` - * @api public - */ - -function deprecate (fn, msg) { - if (config('noDeprecation')) { - return fn; - } - - var warned = false; - function deprecated() { - if (!warned) { - if (config('throwDeprecation')) { - throw new Error(msg); - } else if (config('traceDeprecation')) { - console.trace(msg); - } else { - console.warn(msg); - } - warned = true; - } - return fn.apply(this, arguments); - } - - return deprecated; -} - -/** - * Checks `localStorage` for boolean values for the given `name`. - * - * @param {String} name - * @returns {Boolean} - * @api private - */ - -function config (name) { - // accessing global.localStorage can trigger a DOMException in sandboxed iframes - try { - if (!global.localStorage) return false; - } catch (_) { - return false; - } - var val = global.localStorage[name]; - if (null == val) return false; - return String(val).toLowerCase() === 'true'; -} diff --git a/software/flow/node_modules/npm/node_modules/util-deprecate/node.js b/software/flow/node_modules/npm/node_modules/util-deprecate/node.js deleted file mode 100644 index 5e6fcff..0000000 --- a/software/flow/node_modules/npm/node_modules/util-deprecate/node.js +++ /dev/null @@ -1,6 +0,0 @@ - -/** - * For Node.js, simply re-export the core `util.deprecate` function. - */ - -module.exports = require('util').deprecate; diff --git a/software/flow/node_modules/npm/node_modules/util-deprecate/package.json b/software/flow/node_modules/npm/node_modules/util-deprecate/package.json deleted file mode 100644 index 2e79f89..0000000 --- a/software/flow/node_modules/npm/node_modules/util-deprecate/package.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "name": "util-deprecate", - "version": "1.0.2", - "description": "The Node.js `util.deprecate()` function with browser support", - "main": "node.js", - "browser": "browser.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "repository": { - "type": "git", - "url": "git://github.com/TooTallNate/util-deprecate.git" - }, - "keywords": [ - "util", - "deprecate", - "browserify", - "browser", - "node" - ], - "author": "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/)", - "license": "MIT", - "bugs": { - "url": "https://github.com/TooTallNate/util-deprecate/issues" - }, - "homepage": "https://github.com/TooTallNate/util-deprecate" -} diff --git a/software/flow/node_modules/npm/node_modules/validate-npm-package-license/LICENSE b/software/flow/node_modules/npm/node_modules/validate-npm-package-license/LICENSE deleted file mode 100644 index d645695..0000000 --- a/software/flow/node_modules/npm/node_modules/validate-npm-package-license/LICENSE +++ /dev/null @@ -1,202 +0,0 @@ - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright [yyyy] [name of copyright owner] - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. diff --git a/software/flow/node_modules/npm/node_modules/validate-npm-package-license/index.js b/software/flow/node_modules/npm/node_modules/validate-npm-package-license/index.js deleted file mode 100644 index 35eaa73..0000000 --- a/software/flow/node_modules/npm/node_modules/validate-npm-package-license/index.js +++ /dev/null @@ -1,86 +0,0 @@ -var parse = require('spdx-expression-parse'); -var correct = require('spdx-correct'); - -var genericWarning = ( - 'license should be ' + - 'a valid SPDX license expression (without "LicenseRef"), ' + - '"UNLICENSED", or ' + - '"SEE LICENSE IN <filename>"' -); - -var fileReferenceRE = /^SEE LICEN[CS]E IN (.+)$/; - -function startsWith(prefix, string) { - return string.slice(0, prefix.length) === prefix; -} - -function usesLicenseRef(ast) { - if (ast.hasOwnProperty('license')) { - var license = ast.license; - return ( - startsWith('LicenseRef', license) || - startsWith('DocumentRef', license) - ); - } else { - return ( - usesLicenseRef(ast.left) || - usesLicenseRef(ast.right) - ); - } -} - -module.exports = function(argument) { - var ast; - - try { - ast = parse(argument); - } catch (e) { - var match - if ( - argument === 'UNLICENSED' || - argument === 'UNLICENCED' - ) { - return { - validForOldPackages: true, - validForNewPackages: true, - unlicensed: true - }; - } else if (match = fileReferenceRE.exec(argument)) { - return { - validForOldPackages: true, - validForNewPackages: true, - inFile: match[1] - }; - } else { - var result = { - validForOldPackages: false, - validForNewPackages: false, - warnings: [genericWarning] - }; - if (argument.trim().length !== 0) { - var corrected = correct(argument); - if (corrected) { - result.warnings.push( - 'license is similar to the valid expression "' + corrected + '"' - ); - } - } - return result; - } - } - - if (usesLicenseRef(ast)) { - return { - validForNewPackages: false, - validForOldPackages: false, - spdx: true, - warnings: [genericWarning] - }; - } else { - return { - validForNewPackages: true, - validForOldPackages: true, - spdx: true - }; - } -}; diff --git a/software/flow/node_modules/npm/node_modules/validate-npm-package-license/package.json b/software/flow/node_modules/npm/node_modules/validate-npm-package-license/package.json deleted file mode 100644 index 9e92af4..0000000 --- a/software/flow/node_modules/npm/node_modules/validate-npm-package-license/package.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "validate-npm-package-license", - "description": "Give me a string and I'll tell you if it's a valid npm package license string", - "version": "3.0.4", - "author": "Kyle E. Mitchell <kyle@kemitchell.com> (https://kemitchell.com)", - "contributors": [ - "Mark Stacey <markjstacey@gmail.com>" - ], - "dependencies": { - "spdx-correct": "^3.0.0", - "spdx-expression-parse": "^3.0.0" - }, - "devDependencies": { - "defence-cli": "^2.0.1", - "replace-require-self": "^1.0.0" - }, - "keywords": [ - "license", - "npm", - "package", - "validation" - ], - "license": "Apache-2.0", - "repository": "kemitchell/validate-npm-package-license.js", - "scripts": { - "test": "defence README.md | replace-require-self | node" - } -} diff --git a/software/flow/node_modules/npm/node_modules/validate-npm-package-name/LICENSE b/software/flow/node_modules/npm/node_modules/validate-npm-package-name/LICENSE deleted file mode 100644 index fdcd63b..0000000 --- a/software/flow/node_modules/npm/node_modules/validate-npm-package-name/LICENSE +++ /dev/null @@ -1,6 +0,0 @@ -Copyright (c) 2015, npm, Inc - - -Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/validate-npm-package-name/lib/index.js b/software/flow/node_modules/npm/node_modules/validate-npm-package-name/lib/index.js deleted file mode 100644 index e7e612b..0000000 --- a/software/flow/node_modules/npm/node_modules/validate-npm-package-name/lib/index.js +++ /dev/null @@ -1,107 +0,0 @@ -'use strict' - -var scopedPackagePattern = new RegExp('^(?:@([^/]+?)[/])?([^/]+?)$') -var builtins = require('builtins') -var blacklist = [ - 'node_modules', - 'favicon.ico', -] - -function validate (name) { - var warnings = [] - var errors = [] - - if (name === null) { - errors.push('name cannot be null') - return done(warnings, errors) - } - - if (name === undefined) { - errors.push('name cannot be undefined') - return done(warnings, errors) - } - - if (typeof name !== 'string') { - errors.push('name must be a string') - return done(warnings, errors) - } - - if (!name.length) { - errors.push('name length must be greater than zero') - } - - if (name.match(/^\./)) { - errors.push('name cannot start with a period') - } - - if (name.match(/^_/)) { - errors.push('name cannot start with an underscore') - } - - if (name.trim() !== name) { - errors.push('name cannot contain leading or trailing spaces') - } - - // No funny business - blacklist.forEach(function (blacklistedName) { - if (name.toLowerCase() === blacklistedName) { - errors.push(blacklistedName + ' is a blacklisted name') - } - }) - - // Generate warnings for stuff that used to be allowed - - // core module names like http, events, util, etc - builtins({ version: '*' }).forEach(function (builtin) { - if (name.toLowerCase() === builtin) { - warnings.push(builtin + ' is a core module name') - } - }) - - if (name.length > 214) { - warnings.push('name can no longer contain more than 214 characters') - } - - // mIxeD CaSe nAMEs - if (name.toLowerCase() !== name) { - warnings.push('name can no longer contain capital letters') - } - - if (/[~'!()*]/.test(name.split('/').slice(-1)[0])) { - warnings.push('name can no longer contain special characters ("~\'!()*")') - } - - if (encodeURIComponent(name) !== name) { - // Maybe it's a scoped package name, like @user/package - var nameMatch = name.match(scopedPackagePattern) - if (nameMatch) { - var user = nameMatch[1] - var pkg = nameMatch[2] - if (encodeURIComponent(user) === user && encodeURIComponent(pkg) === pkg) { - return done(warnings, errors) - } - } - - errors.push('name can only contain URL-friendly characters') - } - - return done(warnings, errors) -} - -var done = function (warnings, errors) { - var result = { - validForNewPackages: errors.length === 0 && warnings.length === 0, - validForOldPackages: errors.length === 0, - warnings: warnings, - errors: errors, - } - if (!result.warnings.length) { - delete result.warnings - } - if (!result.errors.length) { - delete result.errors - } - return result -} - -module.exports = validate diff --git a/software/flow/node_modules/npm/node_modules/validate-npm-package-name/package.json b/software/flow/node_modules/npm/node_modules/validate-npm-package-name/package.json deleted file mode 100644 index 5579a5c..0000000 --- a/software/flow/node_modules/npm/node_modules/validate-npm-package-name/package.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "name": "validate-npm-package-name", - "version": "5.0.0", - "description": "Give me a string and I'll tell you if it's a valid npm package name", - "main": "lib/", - "directories": { - "test": "test" - }, - "dependencies": { - "builtins": "^5.0.0" - }, - "devDependencies": { - "@npmcli/eslint-config": "^3.0.1", - "@npmcli/template-oss": "4.5.1", - "tap": "^16.0.1" - }, - "scripts": { - "cov:test": "TAP_FLAGS='--cov' npm run test:code", - "test:code": "tap ${TAP_FLAGS:-'--'} test/*.js", - "test:style": "standard", - "test": "tap", - "lint": "eslint \"**/*.js\"", - "postlint": "template-oss-check", - "template-oss-apply": "template-oss-apply --force", - "lintfix": "npm run lint -- --fix", - "snap": "tap", - "posttest": "npm run lint" - }, - "repository": { - "type": "git", - "url": "https://github.com/npm/validate-npm-package-name.git" - }, - "keywords": [ - "npm", - "package", - "names", - "validation" - ], - "author": "GitHub Inc.", - "license": "ISC", - "bugs": { - "url": "https://github.com/npm/validate-npm-package-name/issues" - }, - "homepage": "https://github.com/npm/validate-npm-package-name", - "files": [ - "bin/", - "lib/" - ], - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.5.1" - }, - "tap": { - "statements": 88, - "branches": 92, - "lines": 88, - "nyc-arg": [ - "--exclude", - "tap-snapshots/**" - ] - } -} diff --git a/software/flow/node_modules/npm/node_modules/walk-up-path/LICENSE b/software/flow/node_modules/npm/node_modules/walk-up-path/LICENSE deleted file mode 100644 index 05eeeb8..0000000 --- a/software/flow/node_modules/npm/node_modules/walk-up-path/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -The ISC License - -Copyright (c) Isaac Z. Schlueter - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/walk-up-path/index.js b/software/flow/node_modules/npm/node_modules/walk-up-path/index.js deleted file mode 100644 index 05524a6..0000000 --- a/software/flow/node_modules/npm/node_modules/walk-up-path/index.js +++ /dev/null @@ -1,11 +0,0 @@ -const {dirname, resolve} = require('path') -module.exports = function* (path) { - for (path = resolve(path); path;) { - yield path - const pp = dirname(path) - if (pp === path) - path = null - else - path = pp - } -} diff --git a/software/flow/node_modules/npm/node_modules/walk-up-path/package.json b/software/flow/node_modules/npm/node_modules/walk-up-path/package.json deleted file mode 100644 index df69d92..0000000 --- a/software/flow/node_modules/npm/node_modules/walk-up-path/package.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "walk-up-path", - "version": "1.0.0", - "files": [ - "index.js" - ], - "description": "Given a path string, return a generator that walks up the path, emitting each dirname.", - "repository": { - "type": "git", - "url": "git+https://github.com/isaacs/walk-up-path" - }, - "author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)", - "license": "ISC", - "scripts": { - "test": "tap", - "snap": "tap", - "preversion": "npm test", - "postversion": "npm publish", - "prepublishOnly": "git push origin --follow-tags" - }, - "tap": { - "check-coverage": true - }, - "devDependencies": { - "tap": "^14.10.7", - "require-inject": "^1.4.4" - } -} diff --git a/software/flow/node_modules/npm/node_modules/wcwidth/LICENSE b/software/flow/node_modules/npm/node_modules/wcwidth/LICENSE deleted file mode 100644 index 313ef1e..0000000 --- a/software/flow/node_modules/npm/node_modules/wcwidth/LICENSE +++ /dev/null @@ -1,30 +0,0 @@ -wcwidth.js: JavaScript Portng of Markus Kuhn's wcwidth() Implementation -======================================================================= - -Copyright (C) 2012 by Jun Woong. - -This package is a JavaScript porting of `wcwidth()` implementation -[by Markus Kuhn](http://www.cl.cam.ac.uk/~mgk25/ucs/wcwidth.c). - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies -of the Software, and to permit persons to whom the Software is furnished to do -so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - - -THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, -INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR -OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, -EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, -PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR -BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. - diff --git a/software/flow/node_modules/npm/node_modules/wcwidth/combining.js b/software/flow/node_modules/npm/node_modules/wcwidth/combining.js deleted file mode 100644 index dac9789..0000000 --- a/software/flow/node_modules/npm/node_modules/wcwidth/combining.js +++ /dev/null @@ -1,50 +0,0 @@ -module.exports = [ - [ 0x0300, 0x036F ], [ 0x0483, 0x0486 ], [ 0x0488, 0x0489 ], - [ 0x0591, 0x05BD ], [ 0x05BF, 0x05BF ], [ 0x05C1, 0x05C2 ], - [ 0x05C4, 0x05C5 ], [ 0x05C7, 0x05C7 ], [ 0x0600, 0x0603 ], - [ 0x0610, 0x0615 ], [ 0x064B, 0x065E ], [ 0x0670, 0x0670 ], - [ 0x06D6, 0x06E4 ], [ 0x06E7, 0x06E8 ], [ 0x06EA, 0x06ED ], - [ 0x070F, 0x070F ], [ 0x0711, 0x0711 ], [ 0x0730, 0x074A ], - [ 0x07A6, 0x07B0 ], [ 0x07EB, 0x07F3 ], [ 0x0901, 0x0902 ], - [ 0x093C, 0x093C ], [ 0x0941, 0x0948 ], [ 0x094D, 0x094D ], - [ 0x0951, 0x0954 ], [ 0x0962, 0x0963 ], [ 0x0981, 0x0981 ], - [ 0x09BC, 0x09BC ], [ 0x09C1, 0x09C4 ], [ 0x09CD, 0x09CD ], - [ 0x09E2, 0x09E3 ], [ 0x0A01, 0x0A02 ], [ 0x0A3C, 0x0A3C ], - [ 0x0A41, 0x0A42 ], [ 0x0A47, 0x0A48 ], [ 0x0A4B, 0x0A4D ], - [ 0x0A70, 0x0A71 ], [ 0x0A81, 0x0A82 ], [ 0x0ABC, 0x0ABC ], - [ 0x0AC1, 0x0AC5 ], [ 0x0AC7, 0x0AC8 ], [ 0x0ACD, 0x0ACD ], - [ 0x0AE2, 0x0AE3 ], [ 0x0B01, 0x0B01 ], [ 0x0B3C, 0x0B3C ], - [ 0x0B3F, 0x0B3F ], [ 0x0B41, 0x0B43 ], [ 0x0B4D, 0x0B4D ], - [ 0x0B56, 0x0B56 ], [ 0x0B82, 0x0B82 ], [ 0x0BC0, 0x0BC0 ], - [ 0x0BCD, 0x0BCD ], [ 0x0C3E, 0x0C40 ], [ 0x0C46, 0x0C48 ], - [ 0x0C4A, 0x0C4D ], [ 0x0C55, 0x0C56 ], [ 0x0CBC, 0x0CBC ], - [ 0x0CBF, 0x0CBF ], [ 0x0CC6, 0x0CC6 ], [ 0x0CCC, 0x0CCD ], - [ 0x0CE2, 0x0CE3 ], [ 0x0D41, 0x0D43 ], [ 0x0D4D, 0x0D4D ], - [ 0x0DCA, 0x0DCA ], [ 0x0DD2, 0x0DD4 ], [ 0x0DD6, 0x0DD6 ], - [ 0x0E31, 0x0E31 ], [ 0x0E34, 0x0E3A ], [ 0x0E47, 0x0E4E ], - [ 0x0EB1, 0x0EB1 ], [ 0x0EB4, 0x0EB9 ], [ 0x0EBB, 0x0EBC ], - [ 0x0EC8, 0x0ECD ], [ 0x0F18, 0x0F19 ], [ 0x0F35, 0x0F35 ], - [ 0x0F37, 0x0F37 ], [ 0x0F39, 0x0F39 ], [ 0x0F71, 0x0F7E ], - [ 0x0F80, 0x0F84 ], [ 0x0F86, 0x0F87 ], [ 0x0F90, 0x0F97 ], - [ 0x0F99, 0x0FBC ], [ 0x0FC6, 0x0FC6 ], [ 0x102D, 0x1030 ], - [ 0x1032, 0x1032 ], [ 0x1036, 0x1037 ], [ 0x1039, 0x1039 ], - [ 0x1058, 0x1059 ], [ 0x1160, 0x11FF ], [ 0x135F, 0x135F ], - [ 0x1712, 0x1714 ], [ 0x1732, 0x1734 ], [ 0x1752, 0x1753 ], - [ 0x1772, 0x1773 ], [ 0x17B4, 0x17B5 ], [ 0x17B7, 0x17BD ], - [ 0x17C6, 0x17C6 ], [ 0x17C9, 0x17D3 ], [ 0x17DD, 0x17DD ], - [ 0x180B, 0x180D ], [ 0x18A9, 0x18A9 ], [ 0x1920, 0x1922 ], - [ 0x1927, 0x1928 ], [ 0x1932, 0x1932 ], [ 0x1939, 0x193B ], - [ 0x1A17, 0x1A18 ], [ 0x1B00, 0x1B03 ], [ 0x1B34, 0x1B34 ], - [ 0x1B36, 0x1B3A ], [ 0x1B3C, 0x1B3C ], [ 0x1B42, 0x1B42 ], - [ 0x1B6B, 0x1B73 ], [ 0x1DC0, 0x1DCA ], [ 0x1DFE, 0x1DFF ], - [ 0x200B, 0x200F ], [ 0x202A, 0x202E ], [ 0x2060, 0x2063 ], - [ 0x206A, 0x206F ], [ 0x20D0, 0x20EF ], [ 0x302A, 0x302F ], - [ 0x3099, 0x309A ], [ 0xA806, 0xA806 ], [ 0xA80B, 0xA80B ], - [ 0xA825, 0xA826 ], [ 0xFB1E, 0xFB1E ], [ 0xFE00, 0xFE0F ], - [ 0xFE20, 0xFE23 ], [ 0xFEFF, 0xFEFF ], [ 0xFFF9, 0xFFFB ], - [ 0x10A01, 0x10A03 ], [ 0x10A05, 0x10A06 ], [ 0x10A0C, 0x10A0F ], - [ 0x10A38, 0x10A3A ], [ 0x10A3F, 0x10A3F ], [ 0x1D167, 0x1D169 ], - [ 0x1D173, 0x1D182 ], [ 0x1D185, 0x1D18B ], [ 0x1D1AA, 0x1D1AD ], - [ 0x1D242, 0x1D244 ], [ 0xE0001, 0xE0001 ], [ 0xE0020, 0xE007F ], - [ 0xE0100, 0xE01EF ] -] diff --git a/software/flow/node_modules/npm/node_modules/wcwidth/docs/index.md b/software/flow/node_modules/npm/node_modules/wcwidth/docs/index.md deleted file mode 100644 index 5c5126d..0000000 --- a/software/flow/node_modules/npm/node_modules/wcwidth/docs/index.md +++ /dev/null @@ -1,65 +0,0 @@ -### Javascript porting of Markus Kuhn's wcwidth() implementation - -The following explanation comes from the original C implementation: - -This is an implementation of wcwidth() and wcswidth() (defined in -IEEE Std 1002.1-2001) for Unicode. - -http://www.opengroup.org/onlinepubs/007904975/functions/wcwidth.html -http://www.opengroup.org/onlinepubs/007904975/functions/wcswidth.html - -In fixed-width output devices, Latin characters all occupy a single -"cell" position of equal width, whereas ideographic CJK characters -occupy two such cells. Interoperability between terminal-line -applications and (teletype-style) character terminals using the -UTF-8 encoding requires agreement on which character should advance -the cursor by how many cell positions. No established formal -standards exist at present on which Unicode character shall occupy -how many cell positions on character terminals. These routines are -a first attempt of defining such behavior based on simple rules -applied to data provided by the Unicode Consortium. - -For some graphical characters, the Unicode standard explicitly -defines a character-cell width via the definition of the East Asian -FullWidth (F), Wide (W), Half-width (H), and Narrow (Na) classes. -In all these cases, there is no ambiguity about which width a -terminal shall use. For characters in the East Asian Ambiguous (A) -class, the width choice depends purely on a preference of backward -compatibility with either historic CJK or Western practice. -Choosing single-width for these characters is easy to justify as -the appropriate long-term solution, as the CJK practice of -displaying these characters as double-width comes from historic -implementation simplicity (8-bit encoded characters were displayed -single-width and 16-bit ones double-width, even for Greek, -Cyrillic, etc.) and not any typographic considerations. - -Much less clear is the choice of width for the Not East Asian -(Neutral) class. Existing practice does not dictate a width for any -of these characters. It would nevertheless make sense -typographically to allocate two character cells to characters such -as for instance EM SPACE or VOLUME INTEGRAL, which cannot be -represented adequately with a single-width glyph. The following -routines at present merely assign a single-cell width to all -neutral characters, in the interest of simplicity. This is not -entirely satisfactory and should be reconsidered before -establishing a formal standard in this area. At the moment, the -decision which Not East Asian (Neutral) characters should be -represented by double-width glyphs cannot yet be answered by -applying a simple rule from the Unicode database content. Setting -up a proper standard for the behavior of UTF-8 character terminals -will require a careful analysis not only of each Unicode character, -but also of each presentation form, something the author of these -routines has avoided to do so far. - -http://www.unicode.org/unicode/reports/tr11/ - -Markus Kuhn -- 2007-05-26 (Unicode 5.0) - -Permission to use, copy, modify, and distribute this software -for any purpose and without fee is hereby granted. The author -disclaims all warranties with regard to this software. - -Latest version: http://www.cl.cam.ac.uk/~mgk25/ucs/wcwidth.c - - - diff --git a/software/flow/node_modules/npm/node_modules/wcwidth/index.js b/software/flow/node_modules/npm/node_modules/wcwidth/index.js deleted file mode 100644 index 48cbb60..0000000 --- a/software/flow/node_modules/npm/node_modules/wcwidth/index.js +++ /dev/null @@ -1,99 +0,0 @@ -"use strict" - -var defaults = require('defaults') -var combining = require('./combining') - -var DEFAULTS = { - nul: 0, - control: 0 -} - -module.exports = function wcwidth(str) { - return wcswidth(str, DEFAULTS) -} - -module.exports.config = function(opts) { - opts = defaults(opts || {}, DEFAULTS) - return function wcwidth(str) { - return wcswidth(str, opts) - } -} - -/* - * The following functions define the column width of an ISO 10646 - * character as follows: - * - The null character (U+0000) has a column width of 0. - * - Other C0/C1 control characters and DEL will lead to a return value - * of -1. - * - Non-spacing and enclosing combining characters (general category - * code Mn or Me in the - * Unicode database) have a column width of 0. - * - SOFT HYPHEN (U+00AD) has a column width of 1. - * - Other format characters (general category code Cf in the Unicode - * database) and ZERO WIDTH - * SPACE (U+200B) have a column width of 0. - * - Hangul Jamo medial vowels and final consonants (U+1160-U+11FF) - * have a column width of 0. - * - Spacing characters in the East Asian Wide (W) or East Asian - * Full-width (F) category as - * defined in Unicode Technical Report #11 have a column width of 2. - * - All remaining characters (including all printable ISO 8859-1 and - * WGL4 characters, Unicode control characters, etc.) have a column - * width of 1. - * This implementation assumes that characters are encoded in ISO 10646. -*/ - -function wcswidth(str, opts) { - if (typeof str !== 'string') return wcwidth(str, opts) - - var s = 0 - for (var i = 0; i < str.length; i++) { - var n = wcwidth(str.charCodeAt(i), opts) - if (n < 0) return -1 - s += n - } - - return s -} - -function wcwidth(ucs, opts) { - // test for 8-bit control characters - if (ucs === 0) return opts.nul - if (ucs < 32 || (ucs >= 0x7f && ucs < 0xa0)) return opts.control - - // binary search in table of non-spacing characters - if (bisearch(ucs)) return 0 - - // if we arrive here, ucs is not a combining or C0/C1 control character - return 1 + - (ucs >= 0x1100 && - (ucs <= 0x115f || // Hangul Jamo init. consonants - ucs == 0x2329 || ucs == 0x232a || - (ucs >= 0x2e80 && ucs <= 0xa4cf && - ucs != 0x303f) || // CJK ... Yi - (ucs >= 0xac00 && ucs <= 0xd7a3) || // Hangul Syllables - (ucs >= 0xf900 && ucs <= 0xfaff) || // CJK Compatibility Ideographs - (ucs >= 0xfe10 && ucs <= 0xfe19) || // Vertical forms - (ucs >= 0xfe30 && ucs <= 0xfe6f) || // CJK Compatibility Forms - (ucs >= 0xff00 && ucs <= 0xff60) || // Fullwidth Forms - (ucs >= 0xffe0 && ucs <= 0xffe6) || - (ucs >= 0x20000 && ucs <= 0x2fffd) || - (ucs >= 0x30000 && ucs <= 0x3fffd))); -} - -function bisearch(ucs) { - var min = 0 - var max = combining.length - 1 - var mid - - if (ucs < combining[0][0] || ucs > combining[max][1]) return false - - while (max >= min) { - mid = Math.floor((min + max) / 2) - if (ucs > combining[mid][1]) min = mid + 1 - else if (ucs < combining[mid][0]) max = mid - 1 - else return true - } - - return false -} diff --git a/software/flow/node_modules/npm/node_modules/wcwidth/package.json b/software/flow/node_modules/npm/node_modules/wcwidth/package.json deleted file mode 100644 index eb2df9d..0000000 --- a/software/flow/node_modules/npm/node_modules/wcwidth/package.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "name": "wcwidth", - "version": "1.0.1", - "description": "Port of C's wcwidth() and wcswidth()", - "author": "Tim Oxley", - "contributors": [ - "Woong Jun <woong.jun@gmail.com> (http://code.woong.org/)" - ], - "main": "index.js", - "dependencies": { - "defaults": "^1.0.3" - }, - "devDependencies": { - "tape": "^4.5.1" - }, - "license": "MIT", - "keywords": [ - "wide character", - "wc", - "wide character string", - "wcs", - "terminal", - "width", - "wcwidth", - "wcswidth" - ], - "directories": { - "doc": "docs", - "test": "test" - }, - "scripts": { - "test": "tape test/*.js" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/timoxley/wcwidth.git" - }, - "bugs": { - "url": "https://github.com/timoxley/wcwidth/issues" - }, - "homepage": "https://github.com/timoxley/wcwidth#readme" -} diff --git a/software/flow/node_modules/npm/node_modules/wcwidth/test/index.js b/software/flow/node_modules/npm/node_modules/wcwidth/test/index.js deleted file mode 100644 index 5180599..0000000 --- a/software/flow/node_modules/npm/node_modules/wcwidth/test/index.js +++ /dev/null @@ -1,64 +0,0 @@ -"use strict" - -var wcwidth = require('../') -var test = require('tape') - -test('handles regular strings', function(t) { - t.strictEqual(wcwidth('abc'), 3) - t.end() -}) - -test('handles multibyte strings', function(t) { - t.strictEqual(wcwidth('字的模块'), 8) - t.end() -}) - -test('handles multibyte characters mixed with regular characters', function(t) { - t.strictEqual(wcwidth('abc 字的模块'), 12) - t.end() -}) - -test('ignores control characters e.g. \\n', function(t) { - t.strictEqual(wcwidth('abc\n字的模块\ndef'), 14) - t.end() -}) - -test('ignores bad input', function(t) { - t.strictEqual(wcwidth(''), 0) - t.strictEqual(wcwidth(3), 0) - t.strictEqual(wcwidth({}), 0) - t.strictEqual(wcwidth([]), 0) - t.strictEqual(wcwidth(), 0) - t.end() -}) - -test('ignores nul (charcode 0)', function(t) { - t.strictEqual(wcwidth(String.fromCharCode(0)), 0) - t.end() -}) - -test('ignores nul mixed with chars', function(t) { - t.strictEqual(wcwidth('a' + String.fromCharCode(0) + '\n字的'), 5) - t.end() -}) - -test('can have custom value for nul', function(t) { - t.strictEqual(wcwidth.config({ - nul: 10 - })(String.fromCharCode(0) + 'a字的'), 15) - t.end() -}) - -test('can have custom control char value', function(t) { - t.strictEqual(wcwidth.config({ - control: 1 - })('abc\n字的模块\ndef'), 16) - t.end() -}) - -test('negative custom control chars == -1', function(t) { - t.strictEqual(wcwidth.config({ - control: -1 - })('abc\n字的模块\ndef'), -1) - t.end() -}) diff --git a/software/flow/node_modules/npm/node_modules/which/LICENSE b/software/flow/node_modules/npm/node_modules/which/LICENSE deleted file mode 100644 index 19129e3..0000000 --- a/software/flow/node_modules/npm/node_modules/which/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -The ISC License - -Copyright (c) Isaac Z. Schlueter and Contributors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/which/README.md b/software/flow/node_modules/npm/node_modules/which/README.md deleted file mode 100644 index a6e86ab..0000000 --- a/software/flow/node_modules/npm/node_modules/which/README.md +++ /dev/null @@ -1,48 +0,0 @@ -# which - -Like the unix `which` utility. - -Finds the first instance of a specified executable in the PATH -environment variable. Does not cache the results, so `hash -r` is not -needed when the PATH changes. - -## USAGE - -```javascript -const which = require('which') - -// async usage -// rejects if not found -const resolved = await which('node') - -// if nothrow option is used, returns null if not found -const resolvedOrNull = await which('node', { nothrow: true }) - -// sync usage -// throws if not found -const resolved = which.sync('node') - -// if nothrow option is used, returns null if not found -const resolvedOrNull = which.sync('node', { nothrow: true }) - -// Pass options to override the PATH and PATHEXT environment vars. -await which('node', { path: someOtherPath, pathExt: somePathExt }) -``` - -## CLI USAGE - -Same as the BSD `which(1)` binary. - -``` -usage: which [-as] program ... -``` - -## OPTIONS - -You may pass an options object as the second argument. - -- `path`: Use instead of the `PATH` environment variable. -- `pathExt`: Use instead of the `PATHEXT` environment variable. -- `all`: Return all matches, instead of just the first one. Note that - this means the function returns an array of strings instead of a - single string. diff --git a/software/flow/node_modules/npm/node_modules/which/bin/which.js b/software/flow/node_modules/npm/node_modules/which/bin/which.js deleted file mode 100755 index 6df16f2..0000000 --- a/software/flow/node_modules/npm/node_modules/which/bin/which.js +++ /dev/null @@ -1,52 +0,0 @@ -#!/usr/bin/env node - -const which = require('../lib') -const argv = process.argv.slice(2) - -const usage = (err) => { - if (err) { - console.error(`which: ${err}`) - } - console.error('usage: which [-as] program ...') - process.exit(1) -} - -if (!argv.length) { - return usage() -} - -let dashdash = false -const [commands, flags] = argv.reduce((acc, arg) => { - if (dashdash || arg === '--') { - dashdash = true - return acc - } - - if (!/^-/.test(arg)) { - acc[0].push(arg) - return acc - } - - for (const flag of arg.slice(1).split('')) { - if (flag === 's') { - acc[1].silent = true - } else if (flag === 'a') { - acc[1].all = true - } else { - usage(`illegal option -- ${flag}`) - } - } - - return acc -}, [[], {}]) - -for (const command of commands) { - try { - const res = which.sync(command, { all: flags.all }) - if (!flags.silent) { - console.log([].concat(res).join('\n')) - } - } catch (err) { - process.exitCode = 1 - } -} diff --git a/software/flow/node_modules/npm/node_modules/which/lib/index.js b/software/flow/node_modules/npm/node_modules/which/lib/index.js deleted file mode 100644 index 8de3388..0000000 --- a/software/flow/node_modules/npm/node_modules/which/lib/index.js +++ /dev/null @@ -1,110 +0,0 @@ -const isexe = require('isexe') -const { join, delimiter, sep, posix } = require('path') - -const isWindows = process.platform === 'win32' - -// used to check for slashed in commands passed in. always checks for the posix -// seperator on all platforms, and checks for the current separator when not on -// a posix platform. don't use the isWindows check for this since that is mocked -// in tests but we still need the code to actually work when called. that is also -// why it is ignored from coverage. -/* istanbul ignore next */ -const rSlash = new RegExp(`[${posix.sep}${sep === posix.sep ? '' : sep}]`.replace(/(\\)/g, '\\$1')) -const rRel = new RegExp(`^\\.${rSlash.source}`) - -const getNotFoundError = (cmd) => - Object.assign(new Error(`not found: ${cmd}`), { code: 'ENOENT' }) - -const getPathInfo = (cmd, { - path: optPath = process.env.PATH, - pathExt: optPathExt = process.env.PATHEXT, - delimiter: optDelimiter = delimiter, -}) => { - // If it has a slash, then we don't bother searching the pathenv. - // just check the file itself, and that's it. - const pathEnv = cmd.match(rSlash) ? [''] : [ - // windows always checks the cwd first - ...(isWindows ? [process.cwd()] : []), - ...(optPath || /* istanbul ignore next: very unusual */ '').split(optDelimiter), - ] - - if (isWindows) { - const pathExtExe = optPathExt || ['.EXE', '.CMD', '.BAT', '.COM'].join(optDelimiter) - const pathExt = pathExtExe.split(optDelimiter) - if (cmd.includes('.') && pathExt[0] !== '') { - pathExt.unshift('') - } - return { pathEnv, pathExt, pathExtExe } - } - - return { pathEnv, pathExt: [''] } -} - -const getPathPart = (raw, cmd) => { - const pathPart = /^".*"$/.test(raw) ? raw.slice(1, -1) : raw - const prefix = !pathPart && rRel.test(cmd) ? cmd.slice(0, 2) : '' - return prefix + join(pathPart, cmd) -} - -const which = async (cmd, opt = {}) => { - const { pathEnv, pathExt, pathExtExe } = getPathInfo(cmd, opt) - const found = [] - - for (const envPart of pathEnv) { - const p = getPathPart(envPart, cmd) - - for (const ext of pathExt) { - const withExt = p + ext - const is = await isexe(withExt, { pathExt: pathExtExe, ignoreErrors: true }) - if (is) { - if (!opt.all) { - return withExt - } - found.push(withExt) - } - } - } - - if (opt.all && found.length) { - return found - } - - if (opt.nothrow) { - return null - } - - throw getNotFoundError(cmd) -} - -const whichSync = (cmd, opt = {}) => { - const { pathEnv, pathExt, pathExtExe } = getPathInfo(cmd, opt) - const found = [] - - for (const pathEnvPart of pathEnv) { - const p = getPathPart(pathEnvPart, cmd) - - for (const ext of pathExt) { - const withExt = p + ext - const is = isexe.sync(withExt, { pathExt: pathExtExe, ignoreErrors: true }) - if (is) { - if (!opt.all) { - return withExt - } - found.push(withExt) - } - } - } - - if (opt.all && found.length) { - return found - } - - if (opt.nothrow) { - return null - } - - throw getNotFoundError(cmd) -} - -module.exports = which -which.sync = whichSync diff --git a/software/flow/node_modules/npm/node_modules/which/package.json b/software/flow/node_modules/npm/node_modules/which/package.json deleted file mode 100644 index bde1563..0000000 --- a/software/flow/node_modules/npm/node_modules/which/package.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "author": "GitHub Inc.", - "name": "which", - "description": "Like which(1) unix command. Find the first instance of an executable in the PATH.", - "version": "3.0.0", - "repository": { - "type": "git", - "url": "https://github.com/npm/node-which.git" - }, - "main": "lib/index.js", - "bin": { - "node-which": "./bin/which.js" - }, - "license": "ISC", - "dependencies": { - "isexe": "^2.0.0" - }, - "devDependencies": { - "@npmcli/eslint-config": "^4.0.0", - "@npmcli/template-oss": "4.8.0", - "tap": "^16.3.0" - }, - "scripts": { - "test": "tap", - "lint": "eslint \"**/*.js\"", - "postlint": "template-oss-check", - "template-oss-apply": "template-oss-apply --force", - "lintfix": "npm run lint -- --fix", - "snap": "tap", - "posttest": "npm run lint" - }, - "files": [ - "bin/", - "lib/" - ], - "tap": { - "check-coverage": true, - "nyc-arg": [ - "--exclude", - "tap-snapshots/**" - ] - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.8.0" - } -} diff --git a/software/flow/node_modules/npm/node_modules/wide-align/LICENSE b/software/flow/node_modules/npm/node_modules/wide-align/LICENSE deleted file mode 100755 index f4be44d..0000000 --- a/software/flow/node_modules/npm/node_modules/wide-align/LICENSE +++ /dev/null @@ -1,14 +0,0 @@ -Copyright (c) 2015, Rebecca Turner <me@re-becca.org> - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF -OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - diff --git a/software/flow/node_modules/npm/node_modules/wide-align/align.js b/software/flow/node_modules/npm/node_modules/wide-align/align.js deleted file mode 100755 index 4f94ca4..0000000 --- a/software/flow/node_modules/npm/node_modules/wide-align/align.js +++ /dev/null @@ -1,65 +0,0 @@ -'use strict' -var stringWidth = require('string-width') - -exports.center = alignCenter -exports.left = alignLeft -exports.right = alignRight - -// lodash's way of generating pad characters. - -function createPadding (width) { - var result = '' - var string = ' ' - var n = width - do { - if (n % 2) { - result += string; - } - n = Math.floor(n / 2); - string += string; - } while (n); - - return result; -} - -function alignLeft (str, width) { - var trimmed = str.trimRight() - if (trimmed.length === 0 && str.length >= width) return str - var padding = '' - var strWidth = stringWidth(trimmed) - - if (strWidth < width) { - padding = createPadding(width - strWidth) - } - - return trimmed + padding -} - -function alignRight (str, width) { - var trimmed = str.trimLeft() - if (trimmed.length === 0 && str.length >= width) return str - var padding = '' - var strWidth = stringWidth(trimmed) - - if (strWidth < width) { - padding = createPadding(width - strWidth) - } - - return padding + trimmed -} - -function alignCenter (str, width) { - var trimmed = str.trim() - if (trimmed.length === 0 && str.length >= width) return str - var padLeft = '' - var padRight = '' - var strWidth = stringWidth(trimmed) - - if (strWidth < width) { - var padLeftBy = parseInt((width - strWidth) / 2, 10) - padLeft = createPadding(padLeftBy) - padRight = createPadding(width - (strWidth + padLeftBy)) - } - - return padLeft + trimmed + padRight -} diff --git a/software/flow/node_modules/npm/node_modules/wide-align/package.json b/software/flow/node_modules/npm/node_modules/wide-align/package.json deleted file mode 100755 index 2dd2707..0000000 --- a/software/flow/node_modules/npm/node_modules/wide-align/package.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "wide-align", - "version": "1.1.5", - "description": "A wide-character aware text alignment function for use on the console or with fixed width fonts.", - "main": "align.js", - "scripts": { - "test": "tap --coverage test/*.js" - }, - "keywords": [ - "wide", - "double", - "unicode", - "cjkv", - "pad", - "align" - ], - "author": "Rebecca Turner <me@re-becca.org> (http://re-becca.org/)", - "license": "ISC", - "repository": { - "type": "git", - "url": "https://github.com/iarna/wide-align" - }, - "//": "But not version 5 of string-width, as that's ESM only", - "dependencies": { - "string-width": "^1.0.2 || 2 || 3 || 4" - }, - "devDependencies": { - "tap": "*" - }, - "files": [ - "align.js" - ] -} diff --git a/software/flow/node_modules/npm/node_modules/wrappy/LICENSE b/software/flow/node_modules/npm/node_modules/wrappy/LICENSE deleted file mode 100644 index 19129e3..0000000 --- a/software/flow/node_modules/npm/node_modules/wrappy/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -The ISC License - -Copyright (c) Isaac Z. Schlueter and Contributors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/wrappy/package.json b/software/flow/node_modules/npm/node_modules/wrappy/package.json deleted file mode 100644 index 1307520..0000000 --- a/software/flow/node_modules/npm/node_modules/wrappy/package.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "wrappy", - "version": "1.0.2", - "description": "Callback wrapping utility", - "main": "wrappy.js", - "files": [ - "wrappy.js" - ], - "directories": { - "test": "test" - }, - "dependencies": {}, - "devDependencies": { - "tap": "^2.3.1" - }, - "scripts": { - "test": "tap --coverage test/*.js" - }, - "repository": { - "type": "git", - "url": "https://github.com/npm/wrappy" - }, - "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)", - "license": "ISC", - "bugs": { - "url": "https://github.com/npm/wrappy/issues" - }, - "homepage": "https://github.com/npm/wrappy" -} diff --git a/software/flow/node_modules/npm/node_modules/wrappy/wrappy.js b/software/flow/node_modules/npm/node_modules/wrappy/wrappy.js deleted file mode 100644 index bb7e7d6..0000000 --- a/software/flow/node_modules/npm/node_modules/wrappy/wrappy.js +++ /dev/null @@ -1,33 +0,0 @@ -// Returns a wrapper function that returns a wrapped callback -// The wrapper function should do some stuff, and return a -// presumably different callback function. -// This makes sure that own properties are retained, so that -// decorations and such are not lost along the way. -module.exports = wrappy -function wrappy (fn, cb) { - if (fn && cb) return wrappy(fn)(cb) - - if (typeof fn !== 'function') - throw new TypeError('need wrapper function') - - Object.keys(fn).forEach(function (k) { - wrapper[k] = fn[k] - }) - - return wrapper - - function wrapper() { - var args = new Array(arguments.length) - for (var i = 0; i < args.length; i++) { - args[i] = arguments[i] - } - var ret = fn.apply(this, args) - var cb = args[args.length-1] - if (typeof ret === 'function' && ret !== cb) { - Object.keys(cb).forEach(function (k) { - ret[k] = cb[k] - }) - } - return ret - } -} diff --git a/software/flow/node_modules/npm/node_modules/write-file-atomic/LICENSE.md b/software/flow/node_modules/npm/node_modules/write-file-atomic/LICENSE.md deleted file mode 100644 index 95e65a7..0000000 --- a/software/flow/node_modules/npm/node_modules/write-file-atomic/LICENSE.md +++ /dev/null @@ -1,6 +0,0 @@ -Copyright (c) 2015, Rebecca Turner - -Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - diff --git a/software/flow/node_modules/npm/node_modules/write-file-atomic/lib/index.js b/software/flow/node_modules/npm/node_modules/write-file-atomic/lib/index.js deleted file mode 100644 index 9d79d79..0000000 --- a/software/flow/node_modules/npm/node_modules/write-file-atomic/lib/index.js +++ /dev/null @@ -1,267 +0,0 @@ -'use strict' -module.exports = writeFile -module.exports.sync = writeFileSync -module.exports._getTmpname = getTmpname // for testing -module.exports._cleanupOnExit = cleanupOnExit - -const fs = require('fs') -const MurmurHash3 = require('imurmurhash') -const onExit = require('signal-exit') -const path = require('path') -const { promisify } = require('util') -const activeFiles = {} - -// if we run inside of a worker_thread, `process.pid` is not unique -/* istanbul ignore next */ -const threadId = (function getId () { - try { - const workerThreads = require('worker_threads') - - /// if we are in main thread, this is set to `0` - return workerThreads.threadId - } catch (e) { - // worker_threads are not available, fallback to 0 - return 0 - } -})() - -let invocations = 0 -function getTmpname (filename) { - return filename + '.' + - MurmurHash3(__filename) - .hash(String(process.pid)) - .hash(String(threadId)) - .hash(String(++invocations)) - .result() -} - -function cleanupOnExit (tmpfile) { - return () => { - try { - fs.unlinkSync(typeof tmpfile === 'function' ? tmpfile() : tmpfile) - } catch { - // ignore errors - } - } -} - -function serializeActiveFile (absoluteName) { - return new Promise(resolve => { - // make a queue if it doesn't already exist - if (!activeFiles[absoluteName]) { - activeFiles[absoluteName] = [] - } - - activeFiles[absoluteName].push(resolve) // add this job to the queue - if (activeFiles[absoluteName].length === 1) { - resolve() - } // kick off the first one - }) -} - -// https://github.com/isaacs/node-graceful-fs/blob/master/polyfills.js#L315-L342 -function isChownErrOk (err) { - if (err.code === 'ENOSYS') { - return true - } - - const nonroot = !process.getuid || process.getuid() !== 0 - if (nonroot) { - if (err.code === 'EINVAL' || err.code === 'EPERM') { - return true - } - } - - return false -} - -async function writeFileAsync (filename, data, options = {}) { - if (typeof options === 'string') { - options = { encoding: options } - } - - let fd - let tmpfile - /* istanbul ignore next -- The closure only gets called when onExit triggers */ - const removeOnExitHandler = onExit(cleanupOnExit(() => tmpfile)) - const absoluteName = path.resolve(filename) - - try { - await serializeActiveFile(absoluteName) - const truename = await promisify(fs.realpath)(filename).catch(() => filename) - tmpfile = getTmpname(truename) - - if (!options.mode || !options.chown) { - // Either mode or chown is not explicitly set - // Default behavior is to copy it from original file - const stats = await promisify(fs.stat)(truename).catch(() => {}) - if (stats) { - if (options.mode == null) { - options.mode = stats.mode - } - - if (options.chown == null && process.getuid) { - options.chown = { uid: stats.uid, gid: stats.gid } - } - } - } - - fd = await promisify(fs.open)(tmpfile, 'w', options.mode) - if (options.tmpfileCreated) { - await options.tmpfileCreated(tmpfile) - } - if (ArrayBuffer.isView(data)) { - await promisify(fs.write)(fd, data, 0, data.length, 0) - } else if (data != null) { - await promisify(fs.write)(fd, String(data), 0, String(options.encoding || 'utf8')) - } - - if (options.fsync !== false) { - await promisify(fs.fsync)(fd) - } - - await promisify(fs.close)(fd) - fd = null - - if (options.chown) { - await promisify(fs.chown)(tmpfile, options.chown.uid, options.chown.gid).catch(err => { - if (!isChownErrOk(err)) { - throw err - } - }) - } - - if (options.mode) { - await promisify(fs.chmod)(tmpfile, options.mode).catch(err => { - if (!isChownErrOk(err)) { - throw err - } - }) - } - - await promisify(fs.rename)(tmpfile, truename) - } finally { - if (fd) { - await promisify(fs.close)(fd).catch( - /* istanbul ignore next */ - () => {} - ) - } - removeOnExitHandler() - await promisify(fs.unlink)(tmpfile).catch(() => {}) - activeFiles[absoluteName].shift() // remove the element added by serializeSameFile - if (activeFiles[absoluteName].length > 0) { - activeFiles[absoluteName][0]() // start next job if one is pending - } else { - delete activeFiles[absoluteName] - } - } -} - -async function writeFile (filename, data, options, callback) { - if (options instanceof Function) { - callback = options - options = {} - } - - const promise = writeFileAsync(filename, data, options) - if (callback) { - try { - const result = await promise - return callback(result) - } catch (err) { - return callback(err) - } - } - - return promise -} - -function writeFileSync (filename, data, options) { - if (typeof options === 'string') { - options = { encoding: options } - } else if (!options) { - options = {} - } - try { - filename = fs.realpathSync(filename) - } catch (ex) { - // it's ok, it'll happen on a not yet existing file - } - const tmpfile = getTmpname(filename) - - if (!options.mode || !options.chown) { - // Either mode or chown is not explicitly set - // Default behavior is to copy it from original file - try { - const stats = fs.statSync(filename) - options = Object.assign({}, options) - if (!options.mode) { - options.mode = stats.mode - } - if (!options.chown && process.getuid) { - options.chown = { uid: stats.uid, gid: stats.gid } - } - } catch (ex) { - // ignore stat errors - } - } - - let fd - const cleanup = cleanupOnExit(tmpfile) - const removeOnExitHandler = onExit(cleanup) - - let threw = true - try { - fd = fs.openSync(tmpfile, 'w', options.mode || 0o666) - if (options.tmpfileCreated) { - options.tmpfileCreated(tmpfile) - } - if (ArrayBuffer.isView(data)) { - fs.writeSync(fd, data, 0, data.length, 0) - } else if (data != null) { - fs.writeSync(fd, String(data), 0, String(options.encoding || 'utf8')) - } - if (options.fsync !== false) { - fs.fsyncSync(fd) - } - - fs.closeSync(fd) - fd = null - - if (options.chown) { - try { - fs.chownSync(tmpfile, options.chown.uid, options.chown.gid) - } catch (err) { - if (!isChownErrOk(err)) { - throw err - } - } - } - - if (options.mode) { - try { - fs.chmodSync(tmpfile, options.mode) - } catch (err) { - if (!isChownErrOk(err)) { - throw err - } - } - } - - fs.renameSync(tmpfile, filename) - threw = false - } finally { - if (fd) { - try { - fs.closeSync(fd) - } catch (ex) { - // ignore close errors at this stage, error may have closed fd already. - } - } - removeOnExitHandler() - if (threw) { - cleanup() - } - } -} diff --git a/software/flow/node_modules/npm/node_modules/write-file-atomic/package.json b/software/flow/node_modules/npm/node_modules/write-file-atomic/package.json deleted file mode 100644 index 5c9bce4..0000000 --- a/software/flow/node_modules/npm/node_modules/write-file-atomic/package.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "name": "write-file-atomic", - "version": "5.0.0", - "description": "Write files in an atomic fashion w/configurable ownership", - "main": "./lib/index.js", - "scripts": { - "test": "tap", - "posttest": "npm run lint", - "lint": "eslint \"**/*.js\"", - "postlint": "template-oss-check", - "lintfix": "npm run lint -- --fix", - "snap": "tap", - "template-oss-apply": "template-oss-apply --force" - }, - "repository": { - "type": "git", - "url": "https://github.com/npm/write-file-atomic.git" - }, - "keywords": [ - "writeFile", - "atomic" - ], - "author": "GitHub Inc.", - "license": "ISC", - "bugs": { - "url": "https://github.com/npm/write-file-atomic/issues" - }, - "homepage": "https://github.com/npm/write-file-atomic", - "dependencies": { - "imurmurhash": "^0.1.4", - "signal-exit": "^3.0.7" - }, - "devDependencies": { - "@npmcli/eslint-config": "^3.0.1", - "@npmcli/template-oss": "4.5.1", - "mkdirp": "^1.0.4", - "rimraf": "^3.0.2", - "tap": "^16.0.1" - }, - "files": [ - "bin/", - "lib/" - ], - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "windowsCI": false, - "version": "4.5.1" - }, - "tap": { - "nyc-arg": [ - "--exclude", - "tap-snapshots/**" - ] - } -} diff --git a/software/flow/node_modules/npm/node_modules/yallist/LICENSE b/software/flow/node_modules/npm/node_modules/yallist/LICENSE deleted file mode 100644 index 19129e3..0000000 --- a/software/flow/node_modules/npm/node_modules/yallist/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -The ISC License - -Copyright (c) Isaac Z. Schlueter and Contributors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/npm/node_modules/yallist/iterator.js b/software/flow/node_modules/npm/node_modules/yallist/iterator.js deleted file mode 100644 index d41c97a..0000000 --- a/software/flow/node_modules/npm/node_modules/yallist/iterator.js +++ /dev/null @@ -1,8 +0,0 @@ -'use strict' -module.exports = function (Yallist) { - Yallist.prototype[Symbol.iterator] = function* () { - for (let walker = this.head; walker; walker = walker.next) { - yield walker.value - } - } -} diff --git a/software/flow/node_modules/npm/node_modules/yallist/package.json b/software/flow/node_modules/npm/node_modules/yallist/package.json deleted file mode 100644 index 8a08386..0000000 --- a/software/flow/node_modules/npm/node_modules/yallist/package.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "yallist", - "version": "4.0.0", - "description": "Yet Another Linked List", - "main": "yallist.js", - "directories": { - "test": "test" - }, - "files": [ - "yallist.js", - "iterator.js" - ], - "dependencies": {}, - "devDependencies": { - "tap": "^12.1.0" - }, - "scripts": { - "test": "tap test/*.js --100", - "preversion": "npm test", - "postversion": "npm publish", - "postpublish": "git push origin --all; git push origin --tags" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/isaacs/yallist.git" - }, - "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)", - "license": "ISC" -} diff --git a/software/flow/node_modules/npm/node_modules/yallist/yallist.js b/software/flow/node_modules/npm/node_modules/yallist/yallist.js deleted file mode 100644 index 4e83ab1..0000000 --- a/software/flow/node_modules/npm/node_modules/yallist/yallist.js +++ /dev/null @@ -1,426 +0,0 @@ -'use strict' -module.exports = Yallist - -Yallist.Node = Node -Yallist.create = Yallist - -function Yallist (list) { - var self = this - if (!(self instanceof Yallist)) { - self = new Yallist() - } - - self.tail = null - self.head = null - self.length = 0 - - if (list && typeof list.forEach === 'function') { - list.forEach(function (item) { - self.push(item) - }) - } else if (arguments.length > 0) { - for (var i = 0, l = arguments.length; i < l; i++) { - self.push(arguments[i]) - } - } - - return self -} - -Yallist.prototype.removeNode = function (node) { - if (node.list !== this) { - throw new Error('removing node which does not belong to this list') - } - - var next = node.next - var prev = node.prev - - if (next) { - next.prev = prev - } - - if (prev) { - prev.next = next - } - - if (node === this.head) { - this.head = next - } - if (node === this.tail) { - this.tail = prev - } - - node.list.length-- - node.next = null - node.prev = null - node.list = null - - return next -} - -Yallist.prototype.unshiftNode = function (node) { - if (node === this.head) { - return - } - - if (node.list) { - node.list.removeNode(node) - } - - var head = this.head - node.list = this - node.next = head - if (head) { - head.prev = node - } - - this.head = node - if (!this.tail) { - this.tail = node - } - this.length++ -} - -Yallist.prototype.pushNode = function (node) { - if (node === this.tail) { - return - } - - if (node.list) { - node.list.removeNode(node) - } - - var tail = this.tail - node.list = this - node.prev = tail - if (tail) { - tail.next = node - } - - this.tail = node - if (!this.head) { - this.head = node - } - this.length++ -} - -Yallist.prototype.push = function () { - for (var i = 0, l = arguments.length; i < l; i++) { - push(this, arguments[i]) - } - return this.length -} - -Yallist.prototype.unshift = function () { - for (var i = 0, l = arguments.length; i < l; i++) { - unshift(this, arguments[i]) - } - return this.length -} - -Yallist.prototype.pop = function () { - if (!this.tail) { - return undefined - } - - var res = this.tail.value - this.tail = this.tail.prev - if (this.tail) { - this.tail.next = null - } else { - this.head = null - } - this.length-- - return res -} - -Yallist.prototype.shift = function () { - if (!this.head) { - return undefined - } - - var res = this.head.value - this.head = this.head.next - if (this.head) { - this.head.prev = null - } else { - this.tail = null - } - this.length-- - return res -} - -Yallist.prototype.forEach = function (fn, thisp) { - thisp = thisp || this - for (var walker = this.head, i = 0; walker !== null; i++) { - fn.call(thisp, walker.value, i, this) - walker = walker.next - } -} - -Yallist.prototype.forEachReverse = function (fn, thisp) { - thisp = thisp || this - for (var walker = this.tail, i = this.length - 1; walker !== null; i--) { - fn.call(thisp, walker.value, i, this) - walker = walker.prev - } -} - -Yallist.prototype.get = function (n) { - for (var i = 0, walker = this.head; walker !== null && i < n; i++) { - // abort out of the list early if we hit a cycle - walker = walker.next - } - if (i === n && walker !== null) { - return walker.value - } -} - -Yallist.prototype.getReverse = function (n) { - for (var i = 0, walker = this.tail; walker !== null && i < n; i++) { - // abort out of the list early if we hit a cycle - walker = walker.prev - } - if (i === n && walker !== null) { - return walker.value - } -} - -Yallist.prototype.map = function (fn, thisp) { - thisp = thisp || this - var res = new Yallist() - for (var walker = this.head; walker !== null;) { - res.push(fn.call(thisp, walker.value, this)) - walker = walker.next - } - return res -} - -Yallist.prototype.mapReverse = function (fn, thisp) { - thisp = thisp || this - var res = new Yallist() - for (var walker = this.tail; walker !== null;) { - res.push(fn.call(thisp, walker.value, this)) - walker = walker.prev - } - return res -} - -Yallist.prototype.reduce = function (fn, initial) { - var acc - var walker = this.head - if (arguments.length > 1) { - acc = initial - } else if (this.head) { - walker = this.head.next - acc = this.head.value - } else { - throw new TypeError('Reduce of empty list with no initial value') - } - - for (var i = 0; walker !== null; i++) { - acc = fn(acc, walker.value, i) - walker = walker.next - } - - return acc -} - -Yallist.prototype.reduceReverse = function (fn, initial) { - var acc - var walker = this.tail - if (arguments.length > 1) { - acc = initial - } else if (this.tail) { - walker = this.tail.prev - acc = this.tail.value - } else { - throw new TypeError('Reduce of empty list with no initial value') - } - - for (var i = this.length - 1; walker !== null; i--) { - acc = fn(acc, walker.value, i) - walker = walker.prev - } - - return acc -} - -Yallist.prototype.toArray = function () { - var arr = new Array(this.length) - for (var i = 0, walker = this.head; walker !== null; i++) { - arr[i] = walker.value - walker = walker.next - } - return arr -} - -Yallist.prototype.toArrayReverse = function () { - var arr = new Array(this.length) - for (var i = 0, walker = this.tail; walker !== null; i++) { - arr[i] = walker.value - walker = walker.prev - } - return arr -} - -Yallist.prototype.slice = function (from, to) { - to = to || this.length - if (to < 0) { - to += this.length - } - from = from || 0 - if (from < 0) { - from += this.length - } - var ret = new Yallist() - if (to < from || to < 0) { - return ret - } - if (from < 0) { - from = 0 - } - if (to > this.length) { - to = this.length - } - for (var i = 0, walker = this.head; walker !== null && i < from; i++) { - walker = walker.next - } - for (; walker !== null && i < to; i++, walker = walker.next) { - ret.push(walker.value) - } - return ret -} - -Yallist.prototype.sliceReverse = function (from, to) { - to = to || this.length - if (to < 0) { - to += this.length - } - from = from || 0 - if (from < 0) { - from += this.length - } - var ret = new Yallist() - if (to < from || to < 0) { - return ret - } - if (from < 0) { - from = 0 - } - if (to > this.length) { - to = this.length - } - for (var i = this.length, walker = this.tail; walker !== null && i > to; i--) { - walker = walker.prev - } - for (; walker !== null && i > from; i--, walker = walker.prev) { - ret.push(walker.value) - } - return ret -} - -Yallist.prototype.splice = function (start, deleteCount, ...nodes) { - if (start > this.length) { - start = this.length - 1 - } - if (start < 0) { - start = this.length + start; - } - - for (var i = 0, walker = this.head; walker !== null && i < start; i++) { - walker = walker.next - } - - var ret = [] - for (var i = 0; walker && i < deleteCount; i++) { - ret.push(walker.value) - walker = this.removeNode(walker) - } - if (walker === null) { - walker = this.tail - } - - if (walker !== this.head && walker !== this.tail) { - walker = walker.prev - } - - for (var i = 0; i < nodes.length; i++) { - walker = insert(this, walker, nodes[i]) - } - return ret; -} - -Yallist.prototype.reverse = function () { - var head = this.head - var tail = this.tail - for (var walker = head; walker !== null; walker = walker.prev) { - var p = walker.prev - walker.prev = walker.next - walker.next = p - } - this.head = tail - this.tail = head - return this -} - -function insert (self, node, value) { - var inserted = node === self.head ? - new Node(value, null, node, self) : - new Node(value, node, node.next, self) - - if (inserted.next === null) { - self.tail = inserted - } - if (inserted.prev === null) { - self.head = inserted - } - - self.length++ - - return inserted -} - -function push (self, item) { - self.tail = new Node(item, self.tail, null, self) - if (!self.head) { - self.head = self.tail - } - self.length++ -} - -function unshift (self, item) { - self.head = new Node(item, null, self.head, self) - if (!self.tail) { - self.tail = self.head - } - self.length++ -} - -function Node (value, prev, next, list) { - if (!(this instanceof Node)) { - return new Node(value, prev, next, list) - } - - this.list = list - this.value = value - - if (prev) { - prev.next = this - this.prev = prev - } else { - this.prev = null - } - - if (next) { - next.prev = this - this.next = next - } else { - this.next = null - } -} - -try { - // add if support for Symbol.iterator is present - require('./iterator.js')(Yallist) -} catch (er) {} diff --git a/software/flow/node_modules/npm/package.json b/software/flow/node_modules/npm/package.json deleted file mode 100644 index 851d7de..0000000 --- a/software/flow/node_modules/npm/package.json +++ /dev/null @@ -1,258 +0,0 @@ -{ - "version": "9.5.1", - "name": "npm", - "description": "a package manager for JavaScript", - "workspaces": [ - "docs", - "smoke-tests", - "mock-registry", - "workspaces/*" - ], - "files": [ - "bin/", - "lib/", - "index.js", - "docs/content/", - "docs/output/", - "man/" - ], - "keywords": [ - "install", - "modules", - "package manager", - "package.json" - ], - "homepage": "https://docs.npmjs.com/", - "author": "GitHub Inc.", - "repository": { - "type": "git", - "url": "https://github.com/npm/cli.git" - }, - "bugs": { - "url": "https://github.com/npm/cli/issues" - }, - "directories": { - "bin": "./bin", - "doc": "./doc", - "lib": "./lib", - "man": "./man" - }, - "main": "./index.js", - "bin": { - "npm": "bin/npm-cli.js", - "npx": "bin/npx-cli.js" - }, - "exports": { - ".": [ - { - "default": "./index.js" - }, - "./index.js" - ], - "./package.json": "./package.json" - }, - "dependencies": { - "@isaacs/string-locale-compare": "^1.1.0", - "@npmcli/arborist": "^6.2.3", - "@npmcli/config": "^6.1.3", - "@npmcli/map-workspaces": "^3.0.2", - "@npmcli/package-json": "^3.0.0", - "@npmcli/run-script": "^6.0.0", - "abbrev": "^2.0.0", - "archy": "~1.0.0", - "cacache": "^17.0.4", - "chalk": "^4.1.2", - "ci-info": "^3.8.0", - "cli-columns": "^4.0.0", - "cli-table3": "^0.6.3", - "columnify": "^1.6.0", - "fastest-levenshtein": "^1.0.16", - "fs-minipass": "^3.0.1", - "glob": "^8.1.0", - "graceful-fs": "^4.2.10", - "hosted-git-info": "^6.1.1", - "ini": "^3.0.1", - "init-package-json": "^5.0.0", - "is-cidr": "^4.0.2", - "json-parse-even-better-errors": "^3.0.0", - "libnpmaccess": "^7.0.2", - "libnpmdiff": "^5.0.11", - "libnpmexec": "^5.0.11", - "libnpmfund": "^4.0.11", - "libnpmhook": "^9.0.3", - "libnpmorg": "^5.0.3", - "libnpmpack": "^5.0.11", - "libnpmpublish": "^7.1.0", - "libnpmsearch": "^6.0.2", - "libnpmteam": "^5.0.3", - "libnpmversion": "^4.0.2", - "make-fetch-happen": "^11.0.3", - "minimatch": "^6.2.0", - "minipass": "^4.0.3", - "minipass-pipeline": "^1.2.4", - "ms": "^2.1.2", - "node-gyp": "^9.3.1", - "nopt": "^7.0.0", - "npm-audit-report": "^4.0.0", - "npm-install-checks": "^6.0.0", - "npm-package-arg": "^10.1.0", - "npm-pick-manifest": "^8.0.1", - "npm-profile": "^7.0.1", - "npm-registry-fetch": "^14.0.3", - "npm-user-validate": "^2.0.0", - "npmlog": "^7.0.1", - "p-map": "^4.0.0", - "pacote": "^15.1.1", - "parse-conflict-json": "^3.0.0", - "proc-log": "^3.0.0", - "qrcode-terminal": "^0.12.0", - "read": "^2.0.0", - "read-package-json": "^6.0.0", - "read-package-json-fast": "^3.0.2", - "semver": "^7.3.8", - "ssri": "^10.0.1", - "tar": "^6.1.13", - "text-table": "~0.2.0", - "tiny-relative-date": "^1.3.0", - "treeverse": "^3.0.0", - "validate-npm-package-name": "^5.0.0", - "which": "^3.0.0", - "write-file-atomic": "^5.0.0" - }, - "bundleDependencies": [ - "@isaacs/string-locale-compare", - "@npmcli/arborist", - "@npmcli/config", - "@npmcli/map-workspaces", - "@npmcli/package-json", - "@npmcli/run-script", - "abbrev", - "archy", - "cacache", - "chalk", - "ci-info", - "cli-columns", - "cli-table3", - "columnify", - "fastest-levenshtein", - "fs-minipass", - "glob", - "graceful-fs", - "hosted-git-info", - "ini", - "init-package-json", - "is-cidr", - "json-parse-even-better-errors", - "libnpmaccess", - "libnpmdiff", - "libnpmexec", - "libnpmfund", - "libnpmhook", - "libnpmorg", - "libnpmpack", - "libnpmpublish", - "libnpmsearch", - "libnpmteam", - "libnpmversion", - "make-fetch-happen", - "minimatch", - "minipass", - "minipass-pipeline", - "ms", - "node-gyp", - "nopt", - "npm-audit-report", - "npm-install-checks", - "npm-package-arg", - "npm-pick-manifest", - "npm-profile", - "npm-registry-fetch", - "npm-user-validate", - "npmlog", - "p-map", - "pacote", - "parse-conflict-json", - "proc-log", - "qrcode-terminal", - "read", - "read-package-json", - "read-package-json-fast", - "semver", - "ssri", - "tar", - "text-table", - "tiny-relative-date", - "treeverse", - "validate-npm-package-name", - "which", - "write-file-atomic" - ], - "devDependencies": { - "@npmcli/docs": "^1.0.0", - "@npmcli/eslint-config": "^4.0.0", - "@npmcli/fs": "^3.1.0", - "@npmcli/git": "^4.0.1", - "@npmcli/mock-registry": "^1.0.0", - "@npmcli/promise-spawn": "^6.0.2", - "@npmcli/template-oss": "4.11.4", - "licensee": "^10.0.0", - "nock": "^13.3.0", - "npm-packlist": "^7.0.4", - "remark": "^14.0.2", - "remark-gfm": "^3.0.1", - "remark-github": "^11.2.4", - "spawk": "^1.7.1", - "tap": "^16.3.4" - }, - "scripts": { - "dependencies": "node scripts/bundle-and-gitignore-deps.js && node scripts/dependency-graph.js", - "dumpconf": "env | grep npm | sort | uniq", - "licenses": "licensee --production --errors-only", - "test": "tap", - "test-all": "node . run test -ws -iwr --if-present", - "snap": "tap", - "prepack": "node . run build -w docs", - "test:nocleanup": "NO_TEST_CLEANUP=1 node . run test --", - "sudotest": "sudo node . run run test --", - "sudotest:nocleanup": "sudo NO_TEST_CLEANUP=1 node . run test --", - "posttest": "node . run lint", - "lint": "eslint \"**/*.js\"", - "lintfix": "node . run lint -- --fix", - "lint-all": "node . run lint -ws -iwr --if-present", - "prelint": "rimraf test/npm_cache*", - "resetdeps": "node scripts/resetdeps.js", - "rp-pull-request": "node scripts/update-authors.js", - "postlint": "template-oss-check", - "template-oss-apply": "template-oss-apply --force" - }, - "tap": { - "test-env": [ - "LC_ALL=sk" - ], - "color": 1, - "files": "test/{lib,bin,index.js}", - "timeout": 600, - "nyc-arg": [ - "--exclude", - "docs/**", - "--exclude", - "smoke-tests/**", - "--exclude", - "mock-registry/**", - "--exclude", - "workspaces/**", - "--exclude", - "tap-snapshots/**" - ], - "test-ignore": "^(docs|smoke-tests|mock-registry|workspaces)/" - }, - "templateOSS": { - "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.11.4", - "content": "./scripts/template-oss/root.js" - }, - "license": "Artistic-2.0", - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } -} diff --git a/software/flow/node_modules/object-assign/index.js b/software/flow/node_modules/object-assign/index.js deleted file mode 100644 index 0930cf8..0000000 --- a/software/flow/node_modules/object-assign/index.js +++ /dev/null @@ -1,90 +0,0 @@ -/* -object-assign -(c) Sindre Sorhus -@license MIT -*/ - -'use strict'; -/* eslint-disable no-unused-vars */ -var getOwnPropertySymbols = Object.getOwnPropertySymbols; -var hasOwnProperty = Object.prototype.hasOwnProperty; -var propIsEnumerable = Object.prototype.propertyIsEnumerable; - -function toObject(val) { - if (val === null || val === undefined) { - throw new TypeError('Object.assign cannot be called with null or undefined'); - } - - return Object(val); -} - -function shouldUseNative() { - try { - if (!Object.assign) { - return false; - } - - // Detect buggy property enumeration order in older V8 versions. - - // https://bugs.chromium.org/p/v8/issues/detail?id=4118 - var test1 = new String('abc'); // eslint-disable-line no-new-wrappers - test1[5] = 'de'; - if (Object.getOwnPropertyNames(test1)[0] === '5') { - return false; - } - - // https://bugs.chromium.org/p/v8/issues/detail?id=3056 - var test2 = {}; - for (var i = 0; i < 10; i++) { - test2['_' + String.fromCharCode(i)] = i; - } - var order2 = Object.getOwnPropertyNames(test2).map(function (n) { - return test2[n]; - }); - if (order2.join('') !== '0123456789') { - return false; - } - - // https://bugs.chromium.org/p/v8/issues/detail?id=3056 - var test3 = {}; - 'abcdefghijklmnopqrst'.split('').forEach(function (letter) { - test3[letter] = letter; - }); - if (Object.keys(Object.assign({}, test3)).join('') !== - 'abcdefghijklmnopqrst') { - return false; - } - - return true; - } catch (err) { - // We don't expect any of the above to throw, but better to be safe. - return false; - } -} - -module.exports = shouldUseNative() ? Object.assign : function (target, source) { - var from; - var to = toObject(target); - var symbols; - - for (var s = 1; s < arguments.length; s++) { - from = Object(arguments[s]); - - for (var key in from) { - if (hasOwnProperty.call(from, key)) { - to[key] = from[key]; - } - } - - if (getOwnPropertySymbols) { - symbols = getOwnPropertySymbols(from); - for (var i = 0; i < symbols.length; i++) { - if (propIsEnumerable.call(from, symbols[i])) { - to[symbols[i]] = from[symbols[i]]; - } - } - } - } - - return to; -}; diff --git a/software/flow/node_modules/object-assign/license b/software/flow/node_modules/object-assign/license deleted file mode 100644 index 654d0bf..0000000 --- a/software/flow/node_modules/object-assign/license +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/software/flow/node_modules/object-assign/package.json b/software/flow/node_modules/object-assign/package.json deleted file mode 100644 index 503eb1e..0000000 --- a/software/flow/node_modules/object-assign/package.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "name": "object-assign", - "version": "4.1.1", - "description": "ES2015 `Object.assign()` ponyfill", - "license": "MIT", - "repository": "sindresorhus/object-assign", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "sindresorhus.com" - }, - "engines": { - "node": ">=0.10.0" - }, - "scripts": { - "test": "xo && ava", - "bench": "matcha bench.js" - }, - "files": [ - "index.js" - ], - "keywords": [ - "object", - "assign", - "extend", - "properties", - "es2015", - "ecmascript", - "harmony", - "ponyfill", - "prollyfill", - "polyfill", - "shim", - "browser" - ], - "devDependencies": { - "ava": "^0.16.0", - "lodash": "^4.16.4", - "matcha": "^0.7.0", - "xo": "^0.16.0" - } -} diff --git a/software/flow/node_modules/object-assign/readme.md b/software/flow/node_modules/object-assign/readme.md deleted file mode 100644 index 1be09d3..0000000 --- a/software/flow/node_modules/object-assign/readme.md +++ /dev/null @@ -1,61 +0,0 @@ -# object-assign [![Build Status](https://travis-ci.org/sindresorhus/object-assign.svg?branch=master)](https://travis-ci.org/sindresorhus/object-assign) - -> ES2015 [`Object.assign()`](http://www.2ality.com/2014/01/object-assign.html) [ponyfill](https://ponyfill.com) - - -## Use the built-in - -Node.js 4 and up, as well as every evergreen browser (Chrome, Edge, Firefox, Opera, Safari), -support `Object.assign()` :tada:. If you target only those environments, then by all -means, use `Object.assign()` instead of this package. - - -## Install - -``` -$ npm install --save object-assign -``` - - -## Usage - -```js -const objectAssign = require('object-assign'); - -objectAssign({foo: 0}, {bar: 1}); -//=> {foo: 0, bar: 1} - -// multiple sources -objectAssign({foo: 0}, {bar: 1}, {baz: 2}); -//=> {foo: 0, bar: 1, baz: 2} - -// overwrites equal keys -objectAssign({foo: 0}, {foo: 1}, {foo: 2}); -//=> {foo: 2} - -// ignores null and undefined sources -objectAssign({foo: 0}, null, {bar: 1}, undefined); -//=> {foo: 0, bar: 1} -``` - - -## API - -### objectAssign(target, [source, ...]) - -Assigns enumerable own properties of `source` objects to the `target` object and returns the `target` object. Additional `source` objects will overwrite previous ones. - - -## Resources - -- [ES2015 spec - Object.assign](https://people.mozilla.org/~jorendorff/es6-draft.html#sec-object.assign) - - -## Related - -- [deep-assign](https://github.com/sindresorhus/deep-assign) - Recursive `Object.assign()` - - -## License - -MIT © [Sindre Sorhus](https://sindresorhus.com) diff --git a/software/flow/node_modules/on-finished/HISTORY.md b/software/flow/node_modules/on-finished/HISTORY.md deleted file mode 100644 index 1917595..0000000 --- a/software/flow/node_modules/on-finished/HISTORY.md +++ /dev/null @@ -1,98 +0,0 @@ -2.4.1 / 2022-02-22 -================== - - * Fix error on early async hooks implementations - -2.4.0 / 2022-02-21 -================== - - * Prevent loss of async hooks context - -2.3.0 / 2015-05-26 -================== - - * Add defined behavior for HTTP `CONNECT` requests - * Add defined behavior for HTTP `Upgrade` requests - * deps: ee-first@1.1.1 - -2.2.1 / 2015-04-22 -================== - - * Fix `isFinished(req)` when data buffered - -2.2.0 / 2014-12-22 -================== - - * Add message object to callback arguments - -2.1.1 / 2014-10-22 -================== - - * Fix handling of pipelined requests - -2.1.0 / 2014-08-16 -================== - - * Check if `socket` is detached - * Return `undefined` for `isFinished` if state unknown - -2.0.0 / 2014-08-16 -================== - - * Add `isFinished` function - * Move to `jshttp` organization - * Remove support for plain socket argument - * Rename to `on-finished` - * Support both `req` and `res` as arguments - * deps: ee-first@1.0.5 - -1.2.2 / 2014-06-10 -================== - - * Reduce listeners added to emitters - - avoids "event emitter leak" warnings when used multiple times on same request - -1.2.1 / 2014-06-08 -================== - - * Fix returned value when already finished - -1.2.0 / 2014-06-05 -================== - - * Call callback when called on already-finished socket - -1.1.4 / 2014-05-27 -================== - - * Support node.js 0.8 - -1.1.3 / 2014-04-30 -================== - - * Make sure errors passed as instanceof `Error` - -1.1.2 / 2014-04-18 -================== - - * Default the `socket` to passed-in object - -1.1.1 / 2014-01-16 -================== - - * Rename module to `finished` - -1.1.0 / 2013-12-25 -================== - - * Call callback when called on already-errored socket - -1.0.1 / 2013-12-20 -================== - - * Actually pass the error to the callback - -1.0.0 / 2013-12-20 -================== - - * Initial release diff --git a/software/flow/node_modules/on-finished/LICENSE b/software/flow/node_modules/on-finished/LICENSE deleted file mode 100644 index 5931fd2..0000000 --- a/software/flow/node_modules/on-finished/LICENSE +++ /dev/null @@ -1,23 +0,0 @@ -(The MIT License) - -Copyright (c) 2013 Jonathan Ong <me@jongleberry.com> -Copyright (c) 2014 Douglas Christopher Wilson <doug@somethingdoug.com> - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -'Software'), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/software/flow/node_modules/on-finished/README.md b/software/flow/node_modules/on-finished/README.md deleted file mode 100644 index 8973cde..0000000 --- a/software/flow/node_modules/on-finished/README.md +++ /dev/null @@ -1,162 +0,0 @@ -# on-finished - -[![NPM Version][npm-version-image]][npm-url] -[![NPM Downloads][npm-downloads-image]][npm-url] -[![Node.js Version][node-image]][node-url] -[![Build Status][ci-image]][ci-url] -[![Coverage Status][coveralls-image]][coveralls-url] - -Execute a callback when a HTTP request closes, finishes, or errors. - -## Install - -This is a [Node.js](https://nodejs.org/en/) module available through the -[npm registry](https://www.npmjs.com/). Installation is done using the -[`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally): - -```sh -$ npm install on-finished -``` - -## API - -```js -var onFinished = require('on-finished') -``` - -### onFinished(res, listener) - -Attach a listener to listen for the response to finish. The listener will -be invoked only once when the response finished. If the response finished -to an error, the first argument will contain the error. If the response -has already finished, the listener will be invoked. - -Listening to the end of a response would be used to close things associated -with the response, like open files. - -Listener is invoked as `listener(err, res)`. - -<!-- eslint-disable handle-callback-err --> - -```js -onFinished(res, function (err, res) { - // clean up open fds, etc. - // err contains the error if request error'd -}) -``` - -### onFinished(req, listener) - -Attach a listener to listen for the request to finish. The listener will -be invoked only once when the request finished. If the request finished -to an error, the first argument will contain the error. If the request -has already finished, the listener will be invoked. - -Listening to the end of a request would be used to know when to continue -after reading the data. - -Listener is invoked as `listener(err, req)`. - -<!-- eslint-disable handle-callback-err --> - -```js -var data = '' - -req.setEncoding('utf8') -req.on('data', function (str) { - data += str -}) - -onFinished(req, function (err, req) { - // data is read unless there is err -}) -``` - -### onFinished.isFinished(res) - -Determine if `res` is already finished. This would be useful to check and -not even start certain operations if the response has already finished. - -### onFinished.isFinished(req) - -Determine if `req` is already finished. This would be useful to check and -not even start certain operations if the request has already finished. - -## Special Node.js requests - -### HTTP CONNECT method - -The meaning of the `CONNECT` method from RFC 7231, section 4.3.6: - -> The CONNECT method requests that the recipient establish a tunnel to -> the destination origin server identified by the request-target and, -> if successful, thereafter restrict its behavior to blind forwarding -> of packets, in both directions, until the tunnel is closed. Tunnels -> are commonly used to create an end-to-end virtual connection, through -> one or more proxies, which can then be secured using TLS (Transport -> Layer Security, [RFC5246]). - -In Node.js, these request objects come from the `'connect'` event on -the HTTP server. - -When this module is used on a HTTP `CONNECT` request, the request is -considered "finished" immediately, **due to limitations in the Node.js -interface**. This means if the `CONNECT` request contains a request entity, -the request will be considered "finished" even before it has been read. - -There is no such thing as a response object to a `CONNECT` request in -Node.js, so there is no support for one. - -### HTTP Upgrade request - -The meaning of the `Upgrade` header from RFC 7230, section 6.1: - -> The "Upgrade" header field is intended to provide a simple mechanism -> for transitioning from HTTP/1.1 to some other protocol on the same -> connection. - -In Node.js, these request objects come from the `'upgrade'` event on -the HTTP server. - -When this module is used on a HTTP request with an `Upgrade` header, the -request is considered "finished" immediately, **due to limitations in the -Node.js interface**. This means if the `Upgrade` request contains a request -entity, the request will be considered "finished" even before it has been -read. - -There is no such thing as a response object to a `Upgrade` request in -Node.js, so there is no support for one. - -## Example - -The following code ensures that file descriptors are always closed -once the response finishes. - -```js -var destroy = require('destroy') -var fs = require('fs') -var http = require('http') -var onFinished = require('on-finished') - -http.createServer(function onRequest (req, res) { - var stream = fs.createReadStream('package.json') - stream.pipe(res) - onFinished(res, function () { - destroy(stream) - }) -}) -``` - -## License - -[MIT](LICENSE) - -[ci-image]: https://badgen.net/github/checks/jshttp/on-finished/master?label=ci -[ci-url]: https://github.com/jshttp/on-finished/actions/workflows/ci.yml -[coveralls-image]: https://badgen.net/coveralls/c/github/jshttp/on-finished/master -[coveralls-url]: https://coveralls.io/r/jshttp/on-finished?branch=master -[node-image]: https://badgen.net/npm/node/on-finished -[node-url]: https://nodejs.org/en/download -[npm-downloads-image]: https://badgen.net/npm/dm/on-finished -[npm-url]: https://npmjs.org/package/on-finished -[npm-version-image]: https://badgen.net/npm/v/on-finished diff --git a/software/flow/node_modules/on-finished/index.js b/software/flow/node_modules/on-finished/index.js deleted file mode 100644 index e68df7b..0000000 --- a/software/flow/node_modules/on-finished/index.js +++ /dev/null @@ -1,234 +0,0 @@ -/*! - * on-finished - * Copyright(c) 2013 Jonathan Ong - * Copyright(c) 2014 Douglas Christopher Wilson - * MIT Licensed - */ - -'use strict' - -/** - * Module exports. - * @public - */ - -module.exports = onFinished -module.exports.isFinished = isFinished - -/** - * Module dependencies. - * @private - */ - -var asyncHooks = tryRequireAsyncHooks() -var first = require('ee-first') - -/** - * Variables. - * @private - */ - -/* istanbul ignore next */ -var defer = typeof setImmediate === 'function' - ? setImmediate - : function (fn) { process.nextTick(fn.bind.apply(fn, arguments)) } - -/** - * Invoke callback when the response has finished, useful for - * cleaning up resources afterwards. - * - * @param {object} msg - * @param {function} listener - * @return {object} - * @public - */ - -function onFinished (msg, listener) { - if (isFinished(msg) !== false) { - defer(listener, null, msg) - return msg - } - - // attach the listener to the message - attachListener(msg, wrap(listener)) - - return msg -} - -/** - * Determine if message is already finished. - * - * @param {object} msg - * @return {boolean} - * @public - */ - -function isFinished (msg) { - var socket = msg.socket - - if (typeof msg.finished === 'boolean') { - // OutgoingMessage - return Boolean(msg.finished || (socket && !socket.writable)) - } - - if (typeof msg.complete === 'boolean') { - // IncomingMessage - return Boolean(msg.upgrade || !socket || !socket.readable || (msg.complete && !msg.readable)) - } - - // don't know - return undefined -} - -/** - * Attach a finished listener to the message. - * - * @param {object} msg - * @param {function} callback - * @private - */ - -function attachFinishedListener (msg, callback) { - var eeMsg - var eeSocket - var finished = false - - function onFinish (error) { - eeMsg.cancel() - eeSocket.cancel() - - finished = true - callback(error) - } - - // finished on first message event - eeMsg = eeSocket = first([[msg, 'end', 'finish']], onFinish) - - function onSocket (socket) { - // remove listener - msg.removeListener('socket', onSocket) - - if (finished) return - if (eeMsg !== eeSocket) return - - // finished on first socket event - eeSocket = first([[socket, 'error', 'close']], onFinish) - } - - if (msg.socket) { - // socket already assigned - onSocket(msg.socket) - return - } - - // wait for socket to be assigned - msg.on('socket', onSocket) - - if (msg.socket === undefined) { - // istanbul ignore next: node.js 0.8 patch - patchAssignSocket(msg, onSocket) - } -} - -/** - * Attach the listener to the message. - * - * @param {object} msg - * @return {function} - * @private - */ - -function attachListener (msg, listener) { - var attached = msg.__onFinished - - // create a private single listener with queue - if (!attached || !attached.queue) { - attached = msg.__onFinished = createListener(msg) - attachFinishedListener(msg, attached) - } - - attached.queue.push(listener) -} - -/** - * Create listener on message. - * - * @param {object} msg - * @return {function} - * @private - */ - -function createListener (msg) { - function listener (err) { - if (msg.__onFinished === listener) msg.__onFinished = null - if (!listener.queue) return - - var queue = listener.queue - listener.queue = null - - for (var i = 0; i < queue.length; i++) { - queue[i](err, msg) - } - } - - listener.queue = [] - - return listener -} - -/** - * Patch ServerResponse.prototype.assignSocket for node.js 0.8. - * - * @param {ServerResponse} res - * @param {function} callback - * @private - */ - -// istanbul ignore next: node.js 0.8 patch -function patchAssignSocket (res, callback) { - var assignSocket = res.assignSocket - - if (typeof assignSocket !== 'function') return - - // res.on('socket', callback) is broken in 0.8 - res.assignSocket = function _assignSocket (socket) { - assignSocket.call(this, socket) - callback(socket) - } -} - -/** - * Try to require async_hooks - * @private - */ - -function tryRequireAsyncHooks () { - try { - return require('async_hooks') - } catch (e) { - return {} - } -} - -/** - * Wrap function with async resource, if possible. - * AsyncResource.bind static method backported. - * @private - */ - -function wrap (fn) { - var res - - // create anonymous resource - if (asyncHooks.AsyncResource) { - res = new asyncHooks.AsyncResource(fn.name || 'bound-anonymous-fn') - } - - // incompatible node.js - if (!res || !res.runInAsyncScope) { - return fn - } - - // return bound function - return res.runInAsyncScope.bind(res, fn, null) -} diff --git a/software/flow/node_modules/on-finished/package.json b/software/flow/node_modules/on-finished/package.json deleted file mode 100644 index 644cd81..0000000 --- a/software/flow/node_modules/on-finished/package.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "name": "on-finished", - "description": "Execute a callback when a request closes, finishes, or errors", - "version": "2.4.1", - "contributors": [ - "Douglas Christopher Wilson <doug@somethingdoug.com>", - "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)" - ], - "license": "MIT", - "repository": "jshttp/on-finished", - "dependencies": { - "ee-first": "1.1.1" - }, - "devDependencies": { - "eslint": "7.32.0", - "eslint-config-standard": "14.1.1", - "eslint-plugin-import": "2.25.4", - "eslint-plugin-markdown": "2.2.1", - "eslint-plugin-node": "11.1.0", - "eslint-plugin-promise": "5.2.0", - "eslint-plugin-standard": "4.1.0", - "mocha": "9.2.1", - "nyc": "15.1.0" - }, - "engines": { - "node": ">= 0.8" - }, - "files": [ - "HISTORY.md", - "LICENSE", - "index.js" - ], - "scripts": { - "lint": "eslint .", - "test": "mocha --reporter spec --bail --check-leaks test/", - "test-ci": "nyc --reporter=lcovonly --reporter=text npm test", - "test-cov": "nyc --reporter=html --reporter=text npm test" - } -} diff --git a/software/flow/node_modules/on-headers/HISTORY.md b/software/flow/node_modules/on-headers/HISTORY.md deleted file mode 100644 index 090598d..0000000 --- a/software/flow/node_modules/on-headers/HISTORY.md +++ /dev/null @@ -1,21 +0,0 @@ -1.0.2 / 2019-02-21 -================== - - * Fix `res.writeHead` patch missing return value - -1.0.1 / 2015-09-29 -================== - - * perf: enable strict mode - -1.0.0 / 2014-08-10 -================== - - * Honor `res.statusCode` change in `listener` - * Move to `jshttp` organization - * Prevent `arguments`-related de-opt - -0.0.0 / 2014-05-13 -================== - - * Initial implementation diff --git a/software/flow/node_modules/on-headers/LICENSE b/software/flow/node_modules/on-headers/LICENSE deleted file mode 100644 index b7dce6c..0000000 --- a/software/flow/node_modules/on-headers/LICENSE +++ /dev/null @@ -1,22 +0,0 @@ -(The MIT License) - -Copyright (c) 2014 Douglas Christopher Wilson - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -'Software'), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/software/flow/node_modules/on-headers/README.md b/software/flow/node_modules/on-headers/README.md deleted file mode 100644 index ae84282..0000000 --- a/software/flow/node_modules/on-headers/README.md +++ /dev/null @@ -1,81 +0,0 @@ -# on-headers - -[![NPM Version][npm-version-image]][npm-url] -[![NPM Downloads][npm-downloads-image]][npm-url] -[![Node.js Version][node-version-image]][node-version-url] -[![Build Status][travis-image]][travis-url] -[![Test Coverage][coveralls-image]][coveralls-url] - -Execute a listener when a response is about to write headers. - -## Installation - -This is a [Node.js](https://nodejs.org/en/) module available through the -[npm registry](https://www.npmjs.com/). Installation is done using the -[`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally): - -```sh -$ npm install on-headers -``` - -## API - -<!-- eslint-disable no-unused-vars --> - -```js -var onHeaders = require('on-headers') -``` - -### onHeaders(res, listener) - -This will add the listener `listener` to fire when headers are emitted for `res`. -The listener is passed the `response` object as it's context (`this`). Headers are -considered to be emitted only once, right before they are sent to the client. - -When this is called multiple times on the same `res`, the `listener`s are fired -in the reverse order they were added. - -## Examples - -```js -var http = require('http') -var onHeaders = require('on-headers') - -http - .createServer(onRequest) - .listen(3000) - -function addPoweredBy () { - // set if not set by end of request - if (!this.getHeader('X-Powered-By')) { - this.setHeader('X-Powered-By', 'Node.js') - } -} - -function onRequest (req, res) { - onHeaders(res, addPoweredBy) - - res.setHeader('Content-Type', 'text/plain') - res.end('hello!') -} -``` - -## Testing - -```sh -$ npm test -``` - -## License - -[MIT](LICENSE) - -[coveralls-image]: https://badgen.net/coveralls/c/github/jshttp/on-headers/master -[coveralls-url]: https://coveralls.io/r/jshttp/on-headers?branch=master -[node-version-image]: https://badgen.net/npm/node/on-headers -[node-version-url]: https://nodejs.org/en/download -[npm-downloads-image]: https://badgen.net/npm/dm/on-headers -[npm-url]: https://npmjs.org/package/on-headers -[npm-version-image]: https://badgen.net/npm/v/on-headers -[travis-image]: https://badgen.net/travis/jshttp/on-headers/master -[travis-url]: https://travis-ci.org/jshttp/on-headers diff --git a/software/flow/node_modules/on-headers/index.js b/software/flow/node_modules/on-headers/index.js deleted file mode 100644 index 7db6375..0000000 --- a/software/flow/node_modules/on-headers/index.js +++ /dev/null @@ -1,132 +0,0 @@ -/*! - * on-headers - * Copyright(c) 2014 Douglas Christopher Wilson - * MIT Licensed - */ - -'use strict' - -/** - * Module exports. - * @public - */ - -module.exports = onHeaders - -/** - * Create a replacement writeHead method. - * - * @param {function} prevWriteHead - * @param {function} listener - * @private - */ - -function createWriteHead (prevWriteHead, listener) { - var fired = false - - // return function with core name and argument list - return function writeHead (statusCode) { - // set headers from arguments - var args = setWriteHeadHeaders.apply(this, arguments) - - // fire listener - if (!fired) { - fired = true - listener.call(this) - - // pass-along an updated status code - if (typeof args[0] === 'number' && this.statusCode !== args[0]) { - args[0] = this.statusCode - args.length = 1 - } - } - - return prevWriteHead.apply(this, args) - } -} - -/** - * Execute a listener when a response is about to write headers. - * - * @param {object} res - * @return {function} listener - * @public - */ - -function onHeaders (res, listener) { - if (!res) { - throw new TypeError('argument res is required') - } - - if (typeof listener !== 'function') { - throw new TypeError('argument listener must be a function') - } - - res.writeHead = createWriteHead(res.writeHead, listener) -} - -/** - * Set headers contained in array on the response object. - * - * @param {object} res - * @param {array} headers - * @private - */ - -function setHeadersFromArray (res, headers) { - for (var i = 0; i < headers.length; i++) { - res.setHeader(headers[i][0], headers[i][1]) - } -} - -/** - * Set headers contained in object on the response object. - * - * @param {object} res - * @param {object} headers - * @private - */ - -function setHeadersFromObject (res, headers) { - var keys = Object.keys(headers) - for (var i = 0; i < keys.length; i++) { - var k = keys[i] - if (k) res.setHeader(k, headers[k]) - } -} - -/** - * Set headers and other properties on the response object. - * - * @param {number} statusCode - * @private - */ - -function setWriteHeadHeaders (statusCode) { - var length = arguments.length - var headerIndex = length > 1 && typeof arguments[1] === 'string' - ? 2 - : 1 - - var headers = length >= headerIndex + 1 - ? arguments[headerIndex] - : undefined - - this.statusCode = statusCode - - if (Array.isArray(headers)) { - // handle array case - setHeadersFromArray(this, headers) - } else if (headers) { - // handle object case - setHeadersFromObject(this, headers) - } - - // copy leading arguments - var args = new Array(Math.min(length, headerIndex)) - for (var i = 0; i < args.length; i++) { - args[i] = arguments[i] - } - - return args -} diff --git a/software/flow/node_modules/on-headers/package.json b/software/flow/node_modules/on-headers/package.json deleted file mode 100644 index 1e9bf9e..0000000 --- a/software/flow/node_modules/on-headers/package.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "name": "on-headers", - "description": "Execute a listener when a response is about to write headers", - "version": "1.0.2", - "author": "Douglas Christopher Wilson <doug@somethingdoug.com>", - "license": "MIT", - "keywords": [ - "event", - "headers", - "http", - "onheaders" - ], - "repository": "jshttp/on-headers", - "devDependencies": { - "eslint": "5.14.1", - "eslint-config-standard": "12.0.0", - "eslint-plugin-import": "2.16.0", - "eslint-plugin-markdown": "1.0.0", - "eslint-plugin-node": "8.0.1", - "eslint-plugin-promise": "4.0.1", - "eslint-plugin-standard": "4.0.0", - "istanbul": "0.4.5", - "mocha": "6.0.1", - "supertest": "3.4.2" - }, - "files": [ - "LICENSE", - "HISTORY.md", - "README.md", - "index.js" - ], - "engines": { - "node": ">= 0.8" - }, - "scripts": { - "lint": "eslint --plugin markdown --ext js,md .", - "test": "mocha --reporter spec --bail --check-leaks test/", - "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/", - "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/", - "version": "node scripts/version-history.js && git add HISTORY.md" - } -} diff --git a/software/flow/node_modules/parseurl/HISTORY.md b/software/flow/node_modules/parseurl/HISTORY.md deleted file mode 100644 index 8e40954..0000000 --- a/software/flow/node_modules/parseurl/HISTORY.md +++ /dev/null @@ -1,58 +0,0 @@ -1.3.3 / 2019-04-15 -================== - - * Fix Node.js 0.8 return value inconsistencies - -1.3.2 / 2017-09-09 -================== - - * perf: reduce overhead for full URLs - * perf: unroll the "fast-path" `RegExp` - -1.3.1 / 2016-01-17 -================== - - * perf: enable strict mode - -1.3.0 / 2014-08-09 -================== - - * Add `parseurl.original` for parsing `req.originalUrl` with fallback - * Return `undefined` if `req.url` is `undefined` - -1.2.0 / 2014-07-21 -================== - - * Cache URLs based on original value - * Remove no-longer-needed URL mis-parse work-around - * Simplify the "fast-path" `RegExp` - -1.1.3 / 2014-07-08 -================== - - * Fix typo - -1.1.2 / 2014-07-08 -================== - - * Seriously fix Node.js 0.8 compatibility - -1.1.1 / 2014-07-08 -================== - - * Fix Node.js 0.8 compatibility - -1.1.0 / 2014-07-08 -================== - - * Incorporate URL href-only parse fast-path - -1.0.1 / 2014-03-08 -================== - - * Add missing `require` - -1.0.0 / 2014-03-08 -================== - - * Genesis from `connect` diff --git a/software/flow/node_modules/parseurl/LICENSE b/software/flow/node_modules/parseurl/LICENSE deleted file mode 100644 index 27653d3..0000000 --- a/software/flow/node_modules/parseurl/LICENSE +++ /dev/null @@ -1,24 +0,0 @@ - -(The MIT License) - -Copyright (c) 2014 Jonathan Ong <me@jongleberry.com> -Copyright (c) 2014-2017 Douglas Christopher Wilson <doug@somethingdoug.com> - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -'Software'), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/software/flow/node_modules/parseurl/README.md b/software/flow/node_modules/parseurl/README.md deleted file mode 100644 index 443e716..0000000 --- a/software/flow/node_modules/parseurl/README.md +++ /dev/null @@ -1,133 +0,0 @@ -# parseurl - -[![NPM Version][npm-version-image]][npm-url] -[![NPM Downloads][npm-downloads-image]][npm-url] -[![Node.js Version][node-image]][node-url] -[![Build Status][travis-image]][travis-url] -[![Test Coverage][coveralls-image]][coveralls-url] - -Parse a URL with memoization. - -## Install - -This is a [Node.js](https://nodejs.org/en/) module available through the -[npm registry](https://www.npmjs.com/). Installation is done using the -[`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally): - -```sh -$ npm install parseurl -``` - -## API - -```js -var parseurl = require('parseurl') -``` - -### parseurl(req) - -Parse the URL of the given request object (looks at the `req.url` property) -and return the result. The result is the same as `url.parse` in Node.js core. -Calling this function multiple times on the same `req` where `req.url` does -not change will return a cached parsed object, rather than parsing again. - -### parseurl.original(req) - -Parse the original URL of the given request object and return the result. -This works by trying to parse `req.originalUrl` if it is a string, otherwise -parses `req.url`. The result is the same as `url.parse` in Node.js core. -Calling this function multiple times on the same `req` where `req.originalUrl` -does not change will return a cached parsed object, rather than parsing again. - -## Benchmark - -```bash -$ npm run-script bench - -> parseurl@1.3.3 bench nodejs-parseurl -> node benchmark/index.js - - http_parser@2.8.0 - node@10.6.0 - v8@6.7.288.46-node.13 - uv@1.21.0 - zlib@1.2.11 - ares@1.14.0 - modules@64 - nghttp2@1.32.0 - napi@3 - openssl@1.1.0h - icu@61.1 - unicode@10.0 - cldr@33.0 - tz@2018c - -> node benchmark/fullurl.js - - Parsing URL "http://localhost:8888/foo/bar?user=tj&pet=fluffy" - - 4 tests completed. - - fasturl x 2,207,842 ops/sec ±3.76% (184 runs sampled) - nativeurl - legacy x 507,180 ops/sec ±0.82% (191 runs sampled) - nativeurl - whatwg x 290,044 ops/sec ±1.96% (189 runs sampled) - parseurl x 488,907 ops/sec ±2.13% (192 runs sampled) - -> node benchmark/pathquery.js - - Parsing URL "/foo/bar?user=tj&pet=fluffy" - - 4 tests completed. - - fasturl x 3,812,564 ops/sec ±3.15% (188 runs sampled) - nativeurl - legacy x 2,651,631 ops/sec ±1.68% (189 runs sampled) - nativeurl - whatwg x 161,837 ops/sec ±2.26% (189 runs sampled) - parseurl x 4,166,338 ops/sec ±2.23% (184 runs sampled) - -> node benchmark/samerequest.js - - Parsing URL "/foo/bar?user=tj&pet=fluffy" on same request object - - 4 tests completed. - - fasturl x 3,821,651 ops/sec ±2.42% (185 runs sampled) - nativeurl - legacy x 2,651,162 ops/sec ±1.90% (187 runs sampled) - nativeurl - whatwg x 175,166 ops/sec ±1.44% (188 runs sampled) - parseurl x 14,912,606 ops/sec ±3.59% (183 runs sampled) - -> node benchmark/simplepath.js - - Parsing URL "/foo/bar" - - 4 tests completed. - - fasturl x 12,421,765 ops/sec ±2.04% (191 runs sampled) - nativeurl - legacy x 7,546,036 ops/sec ±1.41% (188 runs sampled) - nativeurl - whatwg x 198,843 ops/sec ±1.83% (189 runs sampled) - parseurl x 24,244,006 ops/sec ±0.51% (194 runs sampled) - -> node benchmark/slash.js - - Parsing URL "/" - - 4 tests completed. - - fasturl x 17,159,456 ops/sec ±3.25% (188 runs sampled) - nativeurl - legacy x 11,635,097 ops/sec ±3.79% (184 runs sampled) - nativeurl - whatwg x 240,693 ops/sec ±0.83% (189 runs sampled) - parseurl x 42,279,067 ops/sec ±0.55% (190 runs sampled) -``` - -## License - - [MIT](LICENSE) - -[coveralls-image]: https://badgen.net/coveralls/c/github/pillarjs/parseurl/master -[coveralls-url]: https://coveralls.io/r/pillarjs/parseurl?branch=master -[node-image]: https://badgen.net/npm/node/parseurl -[node-url]: https://nodejs.org/en/download -[npm-downloads-image]: https://badgen.net/npm/dm/parseurl -[npm-url]: https://npmjs.org/package/parseurl -[npm-version-image]: https://badgen.net/npm/v/parseurl -[travis-image]: https://badgen.net/travis/pillarjs/parseurl/master -[travis-url]: https://travis-ci.org/pillarjs/parseurl diff --git a/software/flow/node_modules/parseurl/index.js b/software/flow/node_modules/parseurl/index.js deleted file mode 100644 index ece7223..0000000 --- a/software/flow/node_modules/parseurl/index.js +++ /dev/null @@ -1,158 +0,0 @@ -/*! - * parseurl - * Copyright(c) 2014 Jonathan Ong - * Copyright(c) 2014-2017 Douglas Christopher Wilson - * MIT Licensed - */ - -'use strict' - -/** - * Module dependencies. - * @private - */ - -var url = require('url') -var parse = url.parse -var Url = url.Url - -/** - * Module exports. - * @public - */ - -module.exports = parseurl -module.exports.original = originalurl - -/** - * Parse the `req` url with memoization. - * - * @param {ServerRequest} req - * @return {Object} - * @public - */ - -function parseurl (req) { - var url = req.url - - if (url === undefined) { - // URL is undefined - return undefined - } - - var parsed = req._parsedUrl - - if (fresh(url, parsed)) { - // Return cached URL parse - return parsed - } - - // Parse the URL - parsed = fastparse(url) - parsed._raw = url - - return (req._parsedUrl = parsed) -}; - -/** - * Parse the `req` original url with fallback and memoization. - * - * @param {ServerRequest} req - * @return {Object} - * @public - */ - -function originalurl (req) { - var url = req.originalUrl - - if (typeof url !== 'string') { - // Fallback - return parseurl(req) - } - - var parsed = req._parsedOriginalUrl - - if (fresh(url, parsed)) { - // Return cached URL parse - return parsed - } - - // Parse the URL - parsed = fastparse(url) - parsed._raw = url - - return (req._parsedOriginalUrl = parsed) -}; - -/** - * Parse the `str` url with fast-path short-cut. - * - * @param {string} str - * @return {Object} - * @private - */ - -function fastparse (str) { - if (typeof str !== 'string' || str.charCodeAt(0) !== 0x2f /* / */) { - return parse(str) - } - - var pathname = str - var query = null - var search = null - - // This takes the regexp from https://github.com/joyent/node/pull/7878 - // Which is /^(\/[^?#\s]*)(\?[^#\s]*)?$/ - // And unrolls it into a for loop - for (var i = 1; i < str.length; i++) { - switch (str.charCodeAt(i)) { - case 0x3f: /* ? */ - if (search === null) { - pathname = str.substring(0, i) - query = str.substring(i + 1) - search = str.substring(i) - } - break - case 0x09: /* \t */ - case 0x0a: /* \n */ - case 0x0c: /* \f */ - case 0x0d: /* \r */ - case 0x20: /* */ - case 0x23: /* # */ - case 0xa0: - case 0xfeff: - return parse(str) - } - } - - var url = Url !== undefined - ? new Url() - : {} - - url.path = str - url.href = str - url.pathname = pathname - - if (search !== null) { - url.query = query - url.search = search - } - - return url -} - -/** - * Determine if parsed is still fresh for url. - * - * @param {string} url - * @param {object} parsedUrl - * @return {boolean} - * @private - */ - -function fresh (url, parsedUrl) { - return typeof parsedUrl === 'object' && - parsedUrl !== null && - (Url === undefined || parsedUrl instanceof Url) && - parsedUrl._raw === url -} diff --git a/software/flow/node_modules/parseurl/package.json b/software/flow/node_modules/parseurl/package.json deleted file mode 100644 index 6b443ca..0000000 --- a/software/flow/node_modules/parseurl/package.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "parseurl", - "description": "parse a url with memoization", - "version": "1.3.3", - "contributors": [ - "Douglas Christopher Wilson <doug@somethingdoug.com>", - "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)" - ], - "repository": "pillarjs/parseurl", - "license": "MIT", - "devDependencies": { - "beautify-benchmark": "0.2.4", - "benchmark": "2.1.4", - "eslint": "5.16.0", - "eslint-config-standard": "12.0.0", - "eslint-plugin-import": "2.17.1", - "eslint-plugin-node": "7.0.1", - "eslint-plugin-promise": "4.1.1", - "eslint-plugin-standard": "4.0.0", - "fast-url-parser": "1.1.3", - "istanbul": "0.4.5", - "mocha": "6.1.3" - }, - "files": [ - "LICENSE", - "HISTORY.md", - "README.md", - "index.js" - ], - "engines": { - "node": ">= 0.8" - }, - "scripts": { - "bench": "node benchmark/index.js", - "lint": "eslint .", - "test": "mocha --check-leaks --bail --reporter spec test/", - "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot test/", - "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec test/" - } -} diff --git a/software/flow/node_modules/range-parser/HISTORY.md b/software/flow/node_modules/range-parser/HISTORY.md deleted file mode 100644 index 70a973d..0000000 --- a/software/flow/node_modules/range-parser/HISTORY.md +++ /dev/null @@ -1,56 +0,0 @@ -1.2.1 / 2019-05-10 -================== - - * Improve error when `str` is not a string - -1.2.0 / 2016-06-01 -================== - - * Add `combine` option to combine overlapping ranges - -1.1.0 / 2016-05-13 -================== - - * Fix incorrectly returning -1 when there is at least one valid range - * perf: remove internal function - -1.0.3 / 2015-10-29 -================== - - * perf: enable strict mode - -1.0.2 / 2014-09-08 -================== - - * Support Node.js 0.6 - -1.0.1 / 2014-09-07 -================== - - * Move repository to jshttp - -1.0.0 / 2013-12-11 -================== - - * Add repository to package.json - * Add MIT license - -0.0.4 / 2012-06-17 -================== - - * Change ret -1 for unsatisfiable and -2 when invalid - -0.0.3 / 2012-06-17 -================== - - * Fix last-byte-pos default to len - 1 - -0.0.2 / 2012-06-14 -================== - - * Add `.type` - -0.0.1 / 2012-06-11 -================== - - * Initial release diff --git a/software/flow/node_modules/range-parser/LICENSE b/software/flow/node_modules/range-parser/LICENSE deleted file mode 100644 index 3599954..0000000 --- a/software/flow/node_modules/range-parser/LICENSE +++ /dev/null @@ -1,23 +0,0 @@ -(The MIT License) - -Copyright (c) 2012-2014 TJ Holowaychuk <tj@vision-media.ca> -Copyright (c) 2015-2016 Douglas Christopher Wilson <doug@somethingdoug.com - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -'Software'), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/software/flow/node_modules/range-parser/README.md b/software/flow/node_modules/range-parser/README.md deleted file mode 100644 index c247e82..0000000 --- a/software/flow/node_modules/range-parser/README.md +++ /dev/null @@ -1,84 +0,0 @@ -# range-parser - -[![NPM Version][npm-version-image]][npm-url] -[![NPM Downloads][npm-downloads-image]][npm-url] -[![Node.js Version][node-image]][node-url] -[![Build Status][travis-image]][travis-url] -[![Test Coverage][coveralls-image]][coveralls-url] - -Range header field parser. - -## Installation - -This is a [Node.js](https://nodejs.org/en/) module available through the -[npm registry](https://www.npmjs.com/). Installation is done using the -[`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally): - -```sh -$ npm install range-parser -``` - -## API - -<!-- eslint-disable no-unused-vars --> - -```js -var parseRange = require('range-parser') -``` - -### parseRange(size, header, options) - -Parse the given `header` string where `size` is the maximum size of the resource. -An array of ranges will be returned or negative numbers indicating an error parsing. - - * `-2` signals a malformed header string - * `-1` signals an unsatisfiable range - -<!-- eslint-disable no-undef --> - -```js -// parse header from request -var range = parseRange(size, req.headers.range) - -// the type of the range -if (range.type === 'bytes') { - // the ranges - range.forEach(function (r) { - // do something with r.start and r.end - }) -} -``` - -#### Options - -These properties are accepted in the options object. - -##### combine - -Specifies if overlapping & adjacent ranges should be combined, defaults to `false`. -When `true`, ranges will be combined and returned as if they were specified that -way in the header. - -<!-- eslint-disable no-undef --> - -```js -parseRange(100, 'bytes=50-55,0-10,5-10,56-60', { combine: true }) -// => [ -// { start: 0, end: 10 }, -// { start: 50, end: 60 } -// ] -``` - -## License - -[MIT](LICENSE) - -[coveralls-image]: https://badgen.net/coveralls/c/github/jshttp/range-parser/master -[coveralls-url]: https://coveralls.io/r/jshttp/range-parser?branch=master -[node-image]: https://badgen.net/npm/node/range-parser -[node-url]: https://nodejs.org/en/download -[npm-downloads-image]: https://badgen.net/npm/dm/range-parser -[npm-url]: https://npmjs.org/package/range-parser -[npm-version-image]: https://badgen.net/npm/v/range-parser -[travis-image]: https://badgen.net/travis/jshttp/range-parser/master -[travis-url]: https://travis-ci.org/jshttp/range-parser diff --git a/software/flow/node_modules/range-parser/index.js b/software/flow/node_modules/range-parser/index.js deleted file mode 100644 index b7dc5c0..0000000 --- a/software/flow/node_modules/range-parser/index.js +++ /dev/null @@ -1,162 +0,0 @@ -/*! - * range-parser - * Copyright(c) 2012-2014 TJ Holowaychuk - * Copyright(c) 2015-2016 Douglas Christopher Wilson - * MIT Licensed - */ - -'use strict' - -/** - * Module exports. - * @public - */ - -module.exports = rangeParser - -/** - * Parse "Range" header `str` relative to the given file `size`. - * - * @param {Number} size - * @param {String} str - * @param {Object} [options] - * @return {Array} - * @public - */ - -function rangeParser (size, str, options) { - if (typeof str !== 'string') { - throw new TypeError('argument str must be a string') - } - - var index = str.indexOf('=') - - if (index === -1) { - return -2 - } - - // split the range string - var arr = str.slice(index + 1).split(',') - var ranges = [] - - // add ranges type - ranges.type = str.slice(0, index) - - // parse all ranges - for (var i = 0; i < arr.length; i++) { - var range = arr[i].split('-') - var start = parseInt(range[0], 10) - var end = parseInt(range[1], 10) - - // -nnn - if (isNaN(start)) { - start = size - end - end = size - 1 - // nnn- - } else if (isNaN(end)) { - end = size - 1 - } - - // limit last-byte-pos to current length - if (end > size - 1) { - end = size - 1 - } - - // invalid or unsatisifiable - if (isNaN(start) || isNaN(end) || start > end || start < 0) { - continue - } - - // add range - ranges.push({ - start: start, - end: end - }) - } - - if (ranges.length < 1) { - // unsatisifiable - return -1 - } - - return options && options.combine - ? combineRanges(ranges) - : ranges -} - -/** - * Combine overlapping & adjacent ranges. - * @private - */ - -function combineRanges (ranges) { - var ordered = ranges.map(mapWithIndex).sort(sortByRangeStart) - - for (var j = 0, i = 1; i < ordered.length; i++) { - var range = ordered[i] - var current = ordered[j] - - if (range.start > current.end + 1) { - // next range - ordered[++j] = range - } else if (range.end > current.end) { - // extend range - current.end = range.end - current.index = Math.min(current.index, range.index) - } - } - - // trim ordered array - ordered.length = j + 1 - - // generate combined range - var combined = ordered.sort(sortByRangeIndex).map(mapWithoutIndex) - - // copy ranges type - combined.type = ranges.type - - return combined -} - -/** - * Map function to add index value to ranges. - * @private - */ - -function mapWithIndex (range, index) { - return { - start: range.start, - end: range.end, - index: index - } -} - -/** - * Map function to remove index value from ranges. - * @private - */ - -function mapWithoutIndex (range) { - return { - start: range.start, - end: range.end - } -} - -/** - * Sort function to sort ranges by index. - * @private - */ - -function sortByRangeIndex (a, b) { - return a.index - b.index -} - -/** - * Sort function to sort ranges by start position. - * @private - */ - -function sortByRangeStart (a, b) { - return a.start - b.start -} diff --git a/software/flow/node_modules/range-parser/package.json b/software/flow/node_modules/range-parser/package.json deleted file mode 100644 index abea6d8..0000000 --- a/software/flow/node_modules/range-parser/package.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "name": "range-parser", - "author": "TJ Holowaychuk <tj@vision-media.ca> (http://tjholowaychuk.com)", - "description": "Range header field string parser", - "version": "1.2.1", - "contributors": [ - "Douglas Christopher Wilson <doug@somethingdoug.com>", - "James Wyatt Cready <wyatt.cready@lanetix.com>", - "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)" - ], - "license": "MIT", - "keywords": [ - "range", - "parser", - "http" - ], - "repository": "jshttp/range-parser", - "devDependencies": { - "deep-equal": "1.0.1", - "eslint": "5.16.0", - "eslint-config-standard": "12.0.0", - "eslint-plugin-markdown": "1.0.0", - "eslint-plugin-import": "2.17.2", - "eslint-plugin-node": "8.0.1", - "eslint-plugin-promise": "4.1.1", - "eslint-plugin-standard": "4.0.0", - "mocha": "6.1.4", - "nyc": "14.1.1" - }, - "files": [ - "HISTORY.md", - "LICENSE", - "index.js" - ], - "engines": { - "node": ">= 0.6" - }, - "scripts": { - "lint": "eslint --plugin markdown --ext js,md .", - "test": "mocha --reporter spec", - "test-cov": "nyc --reporter=html --reporter=text npm test", - "test-travis": "nyc --reporter=text npm test" - } -} diff --git a/software/flow/node_modules/safe-buffer/LICENSE b/software/flow/node_modules/safe-buffer/LICENSE deleted file mode 100644 index 0c068ce..0000000 --- a/software/flow/node_modules/safe-buffer/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) Feross Aboukhadijeh - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/software/flow/node_modules/safe-buffer/README.md b/software/flow/node_modules/safe-buffer/README.md deleted file mode 100644 index e9a81af..0000000 --- a/software/flow/node_modules/safe-buffer/README.md +++ /dev/null @@ -1,584 +0,0 @@ -# safe-buffer [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url] [![javascript style guide][standard-image]][standard-url] - -[travis-image]: https://img.shields.io/travis/feross/safe-buffer/master.svg -[travis-url]: https://travis-ci.org/feross/safe-buffer -[npm-image]: https://img.shields.io/npm/v/safe-buffer.svg -[npm-url]: https://npmjs.org/package/safe-buffer -[downloads-image]: https://img.shields.io/npm/dm/safe-buffer.svg -[downloads-url]: https://npmjs.org/package/safe-buffer -[standard-image]: https://img.shields.io/badge/code_style-standard-brightgreen.svg -[standard-url]: https://standardjs.com - -#### Safer Node.js Buffer API - -**Use the new Node.js Buffer APIs (`Buffer.from`, `Buffer.alloc`, -`Buffer.allocUnsafe`, `Buffer.allocUnsafeSlow`) in all versions of Node.js.** - -**Uses the built-in implementation when available.** - -## install - -``` -npm install safe-buffer -``` - -## usage - -The goal of this package is to provide a safe replacement for the node.js `Buffer`. - -It's a drop-in replacement for `Buffer`. You can use it by adding one `require` line to -the top of your node.js modules: - -```js -var Buffer = require('safe-buffer').Buffer - -// Existing buffer code will continue to work without issues: - -new Buffer('hey', 'utf8') -new Buffer([1, 2, 3], 'utf8') -new Buffer(obj) -new Buffer(16) // create an uninitialized buffer (potentially unsafe) - -// But you can use these new explicit APIs to make clear what you want: - -Buffer.from('hey', 'utf8') // convert from many types to a Buffer -Buffer.alloc(16) // create a zero-filled buffer (safe) -Buffer.allocUnsafe(16) // create an uninitialized buffer (potentially unsafe) -``` - -## api - -### Class Method: Buffer.from(array) -<!-- YAML -added: v3.0.0 ---> - -* `array` {Array} - -Allocates a new `Buffer` using an `array` of octets. - -```js -const buf = Buffer.from([0x62,0x75,0x66,0x66,0x65,0x72]); - // creates a new Buffer containing ASCII bytes - // ['b','u','f','f','e','r'] -``` - -A `TypeError` will be thrown if `array` is not an `Array`. - -### Class Method: Buffer.from(arrayBuffer[, byteOffset[, length]]) -<!-- YAML -added: v5.10.0 ---> - -* `arrayBuffer` {ArrayBuffer} The `.buffer` property of a `TypedArray` or - a `new ArrayBuffer()` -* `byteOffset` {Number} Default: `0` -* `length` {Number} Default: `arrayBuffer.length - byteOffset` - -When passed a reference to the `.buffer` property of a `TypedArray` instance, -the newly created `Buffer` will share the same allocated memory as the -TypedArray. - -```js -const arr = new Uint16Array(2); -arr[0] = 5000; -arr[1] = 4000; - -const buf = Buffer.from(arr.buffer); // shares the memory with arr; - -console.log(buf); - // Prints: <Buffer 88 13 a0 0f> - -// changing the TypedArray changes the Buffer also -arr[1] = 6000; - -console.log(buf); - // Prints: <Buffer 88 13 70 17> -``` - -The optional `byteOffset` and `length` arguments specify a memory range within -the `arrayBuffer` that will be shared by the `Buffer`. - -```js -const ab = new ArrayBuffer(10); -const buf = Buffer.from(ab, 0, 2); -console.log(buf.length); - // Prints: 2 -``` - -A `TypeError` will be thrown if `arrayBuffer` is not an `ArrayBuffer`. - -### Class Method: Buffer.from(buffer) -<!-- YAML -added: v3.0.0 ---> - -* `buffer` {Buffer} - -Copies the passed `buffer` data onto a new `Buffer` instance. - -```js -const buf1 = Buffer.from('buffer'); -const buf2 = Buffer.from(buf1); - -buf1[0] = 0x61; -console.log(buf1.toString()); - // 'auffer' -console.log(buf2.toString()); - // 'buffer' (copy is not changed) -``` - -A `TypeError` will be thrown if `buffer` is not a `Buffer`. - -### Class Method: Buffer.from(str[, encoding]) -<!-- YAML -added: v5.10.0 ---> - -* `str` {String} String to encode. -* `encoding` {String} Encoding to use, Default: `'utf8'` - -Creates a new `Buffer` containing the given JavaScript string `str`. If -provided, the `encoding` parameter identifies the character encoding. -If not provided, `encoding` defaults to `'utf8'`. - -```js -const buf1 = Buffer.from('this is a tést'); -console.log(buf1.toString()); - // prints: this is a tést -console.log(buf1.toString('ascii')); - // prints: this is a tC)st - -const buf2 = Buffer.from('7468697320697320612074c3a97374', 'hex'); -console.log(buf2.toString()); - // prints: this is a tést -``` - -A `TypeError` will be thrown if `str` is not a string. - -### Class Method: Buffer.alloc(size[, fill[, encoding]]) -<!-- YAML -added: v5.10.0 ---> - -* `size` {Number} -* `fill` {Value} Default: `undefined` -* `encoding` {String} Default: `utf8` - -Allocates a new `Buffer` of `size` bytes. If `fill` is `undefined`, the -`Buffer` will be *zero-filled*. - -```js -const buf = Buffer.alloc(5); -console.log(buf); - // <Buffer 00 00 00 00 00> -``` - -The `size` must be less than or equal to the value of -`require('buffer').kMaxLength` (on 64-bit architectures, `kMaxLength` is -`(2^31)-1`). Otherwise, a [`RangeError`][] is thrown. A zero-length Buffer will -be created if a `size` less than or equal to 0 is specified. - -If `fill` is specified, the allocated `Buffer` will be initialized by calling -`buf.fill(fill)`. See [`buf.fill()`][] for more information. - -```js -const buf = Buffer.alloc(5, 'a'); -console.log(buf); - // <Buffer 61 61 61 61 61> -``` - -If both `fill` and `encoding` are specified, the allocated `Buffer` will be -initialized by calling `buf.fill(fill, encoding)`. For example: - -```js -const buf = Buffer.alloc(11, 'aGVsbG8gd29ybGQ=', 'base64'); -console.log(buf); - // <Buffer 68 65 6c 6c 6f 20 77 6f 72 6c 64> -``` - -Calling `Buffer.alloc(size)` can be significantly slower than the alternative -`Buffer.allocUnsafe(size)` but ensures that the newly created `Buffer` instance -contents will *never contain sensitive data*. - -A `TypeError` will be thrown if `size` is not a number. - -### Class Method: Buffer.allocUnsafe(size) -<!-- YAML -added: v5.10.0 ---> - -* `size` {Number} - -Allocates a new *non-zero-filled* `Buffer` of `size` bytes. The `size` must -be less than or equal to the value of `require('buffer').kMaxLength` (on 64-bit -architectures, `kMaxLength` is `(2^31)-1`). Otherwise, a [`RangeError`][] is -thrown. A zero-length Buffer will be created if a `size` less than or equal to -0 is specified. - -The underlying memory for `Buffer` instances created in this way is *not -initialized*. The contents of the newly created `Buffer` are unknown and -*may contain sensitive data*. Use [`buf.fill(0)`][] to initialize such -`Buffer` instances to zeroes. - -```js -const buf = Buffer.allocUnsafe(5); -console.log(buf); - // <Buffer 78 e0 82 02 01> - // (octets will be different, every time) -buf.fill(0); -console.log(buf); - // <Buffer 00 00 00 00 00> -``` - -A `TypeError` will be thrown if `size` is not a number. - -Note that the `Buffer` module pre-allocates an internal `Buffer` instance of -size `Buffer.poolSize` that is used as a pool for the fast allocation of new -`Buffer` instances created using `Buffer.allocUnsafe(size)` (and the deprecated -`new Buffer(size)` constructor) only when `size` is less than or equal to -`Buffer.poolSize >> 1` (floor of `Buffer.poolSize` divided by two). The default -value of `Buffer.poolSize` is `8192` but can be modified. - -Use of this pre-allocated internal memory pool is a key difference between -calling `Buffer.alloc(size, fill)` vs. `Buffer.allocUnsafe(size).fill(fill)`. -Specifically, `Buffer.alloc(size, fill)` will *never* use the internal Buffer -pool, while `Buffer.allocUnsafe(size).fill(fill)` *will* use the internal -Buffer pool if `size` is less than or equal to half `Buffer.poolSize`. The -difference is subtle but can be important when an application requires the -additional performance that `Buffer.allocUnsafe(size)` provides. - -### Class Method: Buffer.allocUnsafeSlow(size) -<!-- YAML -added: v5.10.0 ---> - -* `size` {Number} - -Allocates a new *non-zero-filled* and non-pooled `Buffer` of `size` bytes. The -`size` must be less than or equal to the value of -`require('buffer').kMaxLength` (on 64-bit architectures, `kMaxLength` is -`(2^31)-1`). Otherwise, a [`RangeError`][] is thrown. A zero-length Buffer will -be created if a `size` less than or equal to 0 is specified. - -The underlying memory for `Buffer` instances created in this way is *not -initialized*. The contents of the newly created `Buffer` are unknown and -*may contain sensitive data*. Use [`buf.fill(0)`][] to initialize such -`Buffer` instances to zeroes. - -When using `Buffer.allocUnsafe()` to allocate new `Buffer` instances, -allocations under 4KB are, by default, sliced from a single pre-allocated -`Buffer`. This allows applications to avoid the garbage collection overhead of -creating many individually allocated Buffers. This approach improves both -performance and memory usage by eliminating the need to track and cleanup as -many `Persistent` objects. - -However, in the case where a developer may need to retain a small chunk of -memory from a pool for an indeterminate amount of time, it may be appropriate -to create an un-pooled Buffer instance using `Buffer.allocUnsafeSlow()` then -copy out the relevant bits. - -```js -// need to keep around a few small chunks of memory -const store = []; - -socket.on('readable', () => { - const data = socket.read(); - // allocate for retained data - const sb = Buffer.allocUnsafeSlow(10); - // copy the data into the new allocation - data.copy(sb, 0, 0, 10); - store.push(sb); -}); -``` - -Use of `Buffer.allocUnsafeSlow()` should be used only as a last resort *after* -a developer has observed undue memory retention in their applications. - -A `TypeError` will be thrown if `size` is not a number. - -### All the Rest - -The rest of the `Buffer` API is exactly the same as in node.js. -[See the docs](https://nodejs.org/api/buffer.html). - - -## Related links - -- [Node.js issue: Buffer(number) is unsafe](https://github.com/nodejs/node/issues/4660) -- [Node.js Enhancement Proposal: Buffer.from/Buffer.alloc/Buffer.zalloc/Buffer() soft-deprecate](https://github.com/nodejs/node-eps/pull/4) - -## Why is `Buffer` unsafe? - -Today, the node.js `Buffer` constructor is overloaded to handle many different argument -types like `String`, `Array`, `Object`, `TypedArrayView` (`Uint8Array`, etc.), -`ArrayBuffer`, and also `Number`. - -The API is optimized for convenience: you can throw any type at it, and it will try to do -what you want. - -Because the Buffer constructor is so powerful, you often see code like this: - -```js -// Convert UTF-8 strings to hex -function toHex (str) { - return new Buffer(str).toString('hex') -} -``` - -***But what happens if `toHex` is called with a `Number` argument?*** - -### Remote Memory Disclosure - -If an attacker can make your program call the `Buffer` constructor with a `Number` -argument, then they can make it allocate uninitialized memory from the node.js process. -This could potentially disclose TLS private keys, user data, or database passwords. - -When the `Buffer` constructor is passed a `Number` argument, it returns an -**UNINITIALIZED** block of memory of the specified `size`. When you create a `Buffer` like -this, you **MUST** overwrite the contents before returning it to the user. - -From the [node.js docs](https://nodejs.org/api/buffer.html#buffer_new_buffer_size): - -> `new Buffer(size)` -> -> - `size` Number -> -> The underlying memory for `Buffer` instances created in this way is not initialized. -> **The contents of a newly created `Buffer` are unknown and could contain sensitive -> data.** Use `buf.fill(0)` to initialize a Buffer to zeroes. - -(Emphasis our own.) - -Whenever the programmer intended to create an uninitialized `Buffer` you often see code -like this: - -```js -var buf = new Buffer(16) - -// Immediately overwrite the uninitialized buffer with data from another buffer -for (var i = 0; i < buf.length; i++) { - buf[i] = otherBuf[i] -} -``` - - -### Would this ever be a problem in real code? - -Yes. It's surprisingly common to forget to check the type of your variables in a -dynamically-typed language like JavaScript. - -Usually the consequences of assuming the wrong type is that your program crashes with an -uncaught exception. But the failure mode for forgetting to check the type of arguments to -the `Buffer` constructor is more catastrophic. - -Here's an example of a vulnerable service that takes a JSON payload and converts it to -hex: - -```js -// Take a JSON payload {str: "some string"} and convert it to hex -var server = http.createServer(function (req, res) { - var data = '' - req.setEncoding('utf8') - req.on('data', function (chunk) { - data += chunk - }) - req.on('end', function () { - var body = JSON.parse(data) - res.end(new Buffer(body.str).toString('hex')) - }) -}) - -server.listen(8080) -``` - -In this example, an http client just has to send: - -```json -{ - "str": 1000 -} -``` - -and it will get back 1,000 bytes of uninitialized memory from the server. - -This is a very serious bug. It's similar in severity to the -[the Heartbleed bug](http://heartbleed.com/) that allowed disclosure of OpenSSL process -memory by remote attackers. - - -### Which real-world packages were vulnerable? - -#### [`bittorrent-dht`](https://www.npmjs.com/package/bittorrent-dht) - -[Mathias Buus](https://github.com/mafintosh) and I -([Feross Aboukhadijeh](http://feross.org/)) found this issue in one of our own packages, -[`bittorrent-dht`](https://www.npmjs.com/package/bittorrent-dht). The bug would allow -anyone on the internet to send a series of messages to a user of `bittorrent-dht` and get -them to reveal 20 bytes at a time of uninitialized memory from the node.js process. - -Here's -[the commit](https://github.com/feross/bittorrent-dht/commit/6c7da04025d5633699800a99ec3fbadf70ad35b8) -that fixed it. We released a new fixed version, created a -[Node Security Project disclosure](https://nodesecurity.io/advisories/68), and deprecated all -vulnerable versions on npm so users will get a warning to upgrade to a newer version. - -#### [`ws`](https://www.npmjs.com/package/ws) - -That got us wondering if there were other vulnerable packages. Sure enough, within a short -period of time, we found the same issue in [`ws`](https://www.npmjs.com/package/ws), the -most popular WebSocket implementation in node.js. - -If certain APIs were called with `Number` parameters instead of `String` or `Buffer` as -expected, then uninitialized server memory would be disclosed to the remote peer. - -These were the vulnerable methods: - -```js -socket.send(number) -socket.ping(number) -socket.pong(number) -``` - -Here's a vulnerable socket server with some echo functionality: - -```js -server.on('connection', function (socket) { - socket.on('message', function (message) { - message = JSON.parse(message) - if (message.type === 'echo') { - socket.send(message.data) // send back the user's message - } - }) -}) -``` - -`socket.send(number)` called on the server, will disclose server memory. - -Here's [the release](https://github.com/websockets/ws/releases/tag/1.0.1) where the issue -was fixed, with a more detailed explanation. Props to -[Arnout Kazemier](https://github.com/3rd-Eden) for the quick fix. Here's the -[Node Security Project disclosure](https://nodesecurity.io/advisories/67). - - -### What's the solution? - -It's important that node.js offers a fast way to get memory otherwise performance-critical -applications would needlessly get a lot slower. - -But we need a better way to *signal our intent* as programmers. **When we want -uninitialized memory, we should request it explicitly.** - -Sensitive functionality should not be packed into a developer-friendly API that loosely -accepts many different types. This type of API encourages the lazy practice of passing -variables in without checking the type very carefully. - -#### A new API: `Buffer.allocUnsafe(number)` - -The functionality of creating buffers with uninitialized memory should be part of another -API. We propose `Buffer.allocUnsafe(number)`. This way, it's not part of an API that -frequently gets user input of all sorts of different types passed into it. - -```js -var buf = Buffer.allocUnsafe(16) // careful, uninitialized memory! - -// Immediately overwrite the uninitialized buffer with data from another buffer -for (var i = 0; i < buf.length; i++) { - buf[i] = otherBuf[i] -} -``` - - -### How do we fix node.js core? - -We sent [a PR to node.js core](https://github.com/nodejs/node/pull/4514) (merged as -`semver-major`) which defends against one case: - -```js -var str = 16 -new Buffer(str, 'utf8') -``` - -In this situation, it's implied that the programmer intended the first argument to be a -string, since they passed an encoding as a second argument. Today, node.js will allocate -uninitialized memory in the case of `new Buffer(number, encoding)`, which is probably not -what the programmer intended. - -But this is only a partial solution, since if the programmer does `new Buffer(variable)` -(without an `encoding` parameter) there's no way to know what they intended. If `variable` -is sometimes a number, then uninitialized memory will sometimes be returned. - -### What's the real long-term fix? - -We could deprecate and remove `new Buffer(number)` and use `Buffer.allocUnsafe(number)` when -we need uninitialized memory. But that would break 1000s of packages. - -~~We believe the best solution is to:~~ - -~~1. Change `new Buffer(number)` to return safe, zeroed-out memory~~ - -~~2. Create a new API for creating uninitialized Buffers. We propose: `Buffer.allocUnsafe(number)`~~ - -#### Update - -We now support adding three new APIs: - -- `Buffer.from(value)` - convert from any type to a buffer -- `Buffer.alloc(size)` - create a zero-filled buffer -- `Buffer.allocUnsafe(size)` - create an uninitialized buffer with given size - -This solves the core problem that affected `ws` and `bittorrent-dht` which is -`Buffer(variable)` getting tricked into taking a number argument. - -This way, existing code continues working and the impact on the npm ecosystem will be -minimal. Over time, npm maintainers can migrate performance-critical code to use -`Buffer.allocUnsafe(number)` instead of `new Buffer(number)`. - - -### Conclusion - -We think there's a serious design issue with the `Buffer` API as it exists today. It -promotes insecure software by putting high-risk functionality into a convenient API -with friendly "developer ergonomics". - -This wasn't merely a theoretical exercise because we found the issue in some of the -most popular npm packages. - -Fortunately, there's an easy fix that can be applied today. Use `safe-buffer` in place of -`buffer`. - -```js -var Buffer = require('safe-buffer').Buffer -``` - -Eventually, we hope that node.js core can switch to this new, safer behavior. We believe -the impact on the ecosystem would be minimal since it's not a breaking change. -Well-maintained, popular packages would be updated to use `Buffer.alloc` quickly, while -older, insecure packages would magically become safe from this attack vector. - - -## links - -- [Node.js PR: buffer: throw if both length and enc are passed](https://github.com/nodejs/node/pull/4514) -- [Node Security Project disclosure for `ws`](https://nodesecurity.io/advisories/67) -- [Node Security Project disclosure for`bittorrent-dht`](https://nodesecurity.io/advisories/68) - - -## credit - -The original issues in `bittorrent-dht` -([disclosure](https://nodesecurity.io/advisories/68)) and -`ws` ([disclosure](https://nodesecurity.io/advisories/67)) were discovered by -[Mathias Buus](https://github.com/mafintosh) and -[Feross Aboukhadijeh](http://feross.org/). - -Thanks to [Adam Baldwin](https://github.com/evilpacket) for helping disclose these issues -and for his work running the [Node Security Project](https://nodesecurity.io/). - -Thanks to [John Hiesey](https://github.com/jhiesey) for proofreading this README and -auditing the code. - - -## license - -MIT. Copyright (C) [Feross Aboukhadijeh](http://feross.org) diff --git a/software/flow/node_modules/safe-buffer/index.d.ts b/software/flow/node_modules/safe-buffer/index.d.ts deleted file mode 100644 index e9fed80..0000000 --- a/software/flow/node_modules/safe-buffer/index.d.ts +++ /dev/null @@ -1,187 +0,0 @@ -declare module "safe-buffer" { - export class Buffer { - length: number - write(string: string, offset?: number, length?: number, encoding?: string): number; - toString(encoding?: string, start?: number, end?: number): string; - toJSON(): { type: 'Buffer', data: any[] }; - equals(otherBuffer: Buffer): boolean; - compare(otherBuffer: Buffer, targetStart?: number, targetEnd?: number, sourceStart?: number, sourceEnd?: number): number; - copy(targetBuffer: Buffer, targetStart?: number, sourceStart?: number, sourceEnd?: number): number; - slice(start?: number, end?: number): Buffer; - writeUIntLE(value: number, offset: number, byteLength: number, noAssert?: boolean): number; - writeUIntBE(value: number, offset: number, byteLength: number, noAssert?: boolean): number; - writeIntLE(value: number, offset: number, byteLength: number, noAssert?: boolean): number; - writeIntBE(value: number, offset: number, byteLength: number, noAssert?: boolean): number; - readUIntLE(offset: number, byteLength: number, noAssert?: boolean): number; - readUIntBE(offset: number, byteLength: number, noAssert?: boolean): number; - readIntLE(offset: number, byteLength: number, noAssert?: boolean): number; - readIntBE(offset: number, byteLength: number, noAssert?: boolean): number; - readUInt8(offset: number, noAssert?: boolean): number; - readUInt16LE(offset: number, noAssert?: boolean): number; - readUInt16BE(offset: number, noAssert?: boolean): number; - readUInt32LE(offset: number, noAssert?: boolean): number; - readUInt32BE(offset: number, noAssert?: boolean): number; - readInt8(offset: number, noAssert?: boolean): number; - readInt16LE(offset: number, noAssert?: boolean): number; - readInt16BE(offset: number, noAssert?: boolean): number; - readInt32LE(offset: number, noAssert?: boolean): number; - readInt32BE(offset: number, noAssert?: boolean): number; - readFloatLE(offset: number, noAssert?: boolean): number; - readFloatBE(offset: number, noAssert?: boolean): number; - readDoubleLE(offset: number, noAssert?: boolean): number; - readDoubleBE(offset: number, noAssert?: boolean): number; - swap16(): Buffer; - swap32(): Buffer; - swap64(): Buffer; - writeUInt8(value: number, offset: number, noAssert?: boolean): number; - writeUInt16LE(value: number, offset: number, noAssert?: boolean): number; - writeUInt16BE(value: number, offset: number, noAssert?: boolean): number; - writeUInt32LE(value: number, offset: number, noAssert?: boolean): number; - writeUInt32BE(value: number, offset: number, noAssert?: boolean): number; - writeInt8(value: number, offset: number, noAssert?: boolean): number; - writeInt16LE(value: number, offset: number, noAssert?: boolean): number; - writeInt16BE(value: number, offset: number, noAssert?: boolean): number; - writeInt32LE(value: number, offset: number, noAssert?: boolean): number; - writeInt32BE(value: number, offset: number, noAssert?: boolean): number; - writeFloatLE(value: number, offset: number, noAssert?: boolean): number; - writeFloatBE(value: number, offset: number, noAssert?: boolean): number; - writeDoubleLE(value: number, offset: number, noAssert?: boolean): number; - writeDoubleBE(value: number, offset: number, noAssert?: boolean): number; - fill(value: any, offset?: number, end?: number): this; - indexOf(value: string | number | Buffer, byteOffset?: number, encoding?: string): number; - lastIndexOf(value: string | number | Buffer, byteOffset?: number, encoding?: string): number; - includes(value: string | number | Buffer, byteOffset?: number, encoding?: string): boolean; - - /** - * Allocates a new buffer containing the given {str}. - * - * @param str String to store in buffer. - * @param encoding encoding to use, optional. Default is 'utf8' - */ - constructor (str: string, encoding?: string); - /** - * Allocates a new buffer of {size} octets. - * - * @param size count of octets to allocate. - */ - constructor (size: number); - /** - * Allocates a new buffer containing the given {array} of octets. - * - * @param array The octets to store. - */ - constructor (array: Uint8Array); - /** - * Produces a Buffer backed by the same allocated memory as - * the given {ArrayBuffer}. - * - * - * @param arrayBuffer The ArrayBuffer with which to share memory. - */ - constructor (arrayBuffer: ArrayBuffer); - /** - * Allocates a new buffer containing the given {array} of octets. - * - * @param array The octets to store. - */ - constructor (array: any[]); - /** - * Copies the passed {buffer} data onto a new {Buffer} instance. - * - * @param buffer The buffer to copy. - */ - constructor (buffer: Buffer); - prototype: Buffer; - /** - * Allocates a new Buffer using an {array} of octets. - * - * @param array - */ - static from(array: any[]): Buffer; - /** - * When passed a reference to the .buffer property of a TypedArray instance, - * the newly created Buffer will share the same allocated memory as the TypedArray. - * The optional {byteOffset} and {length} arguments specify a memory range - * within the {arrayBuffer} that will be shared by the Buffer. - * - * @param arrayBuffer The .buffer property of a TypedArray or a new ArrayBuffer() - * @param byteOffset - * @param length - */ - static from(arrayBuffer: ArrayBuffer, byteOffset?: number, length?: number): Buffer; - /** - * Copies the passed {buffer} data onto a new Buffer instance. - * - * @param buffer - */ - static from(buffer: Buffer): Buffer; - /** - * Creates a new Buffer containing the given JavaScript string {str}. - * If provided, the {encoding} parameter identifies the character encoding. - * If not provided, {encoding} defaults to 'utf8'. - * - * @param str - */ - static from(str: string, encoding?: string): Buffer; - /** - * Returns true if {obj} is a Buffer - * - * @param obj object to test. - */ - static isBuffer(obj: any): obj is Buffer; - /** - * Returns true if {encoding} is a valid encoding argument. - * Valid string encodings in Node 0.12: 'ascii'|'utf8'|'utf16le'|'ucs2'(alias of 'utf16le')|'base64'|'binary'(deprecated)|'hex' - * - * @param encoding string to test. - */ - static isEncoding(encoding: string): boolean; - /** - * Gives the actual byte length of a string. encoding defaults to 'utf8'. - * This is not the same as String.prototype.length since that returns the number of characters in a string. - * - * @param string string to test. - * @param encoding encoding used to evaluate (defaults to 'utf8') - */ - static byteLength(string: string, encoding?: string): number; - /** - * Returns a buffer which is the result of concatenating all the buffers in the list together. - * - * If the list has no items, or if the totalLength is 0, then it returns a zero-length buffer. - * If the list has exactly one item, then the first item of the list is returned. - * If the list has more than one item, then a new Buffer is created. - * - * @param list An array of Buffer objects to concatenate - * @param totalLength Total length of the buffers when concatenated. - * If totalLength is not provided, it is read from the buffers in the list. However, this adds an additional loop to the function, so it is faster to provide the length explicitly. - */ - static concat(list: Buffer[], totalLength?: number): Buffer; - /** - * The same as buf1.compare(buf2). - */ - static compare(buf1: Buffer, buf2: Buffer): number; - /** - * Allocates a new buffer of {size} octets. - * - * @param size count of octets to allocate. - * @param fill if specified, buffer will be initialized by calling buf.fill(fill). - * If parameter is omitted, buffer will be filled with zeros. - * @param encoding encoding used for call to buf.fill while initalizing - */ - static alloc(size: number, fill?: string | Buffer | number, encoding?: string): Buffer; - /** - * Allocates a new buffer of {size} octets, leaving memory not initialized, so the contents - * of the newly created Buffer are unknown and may contain sensitive data. - * - * @param size count of octets to allocate - */ - static allocUnsafe(size: number): Buffer; - /** - * Allocates a new non-pooled buffer of {size} octets, leaving memory not initialized, so the contents - * of the newly created Buffer are unknown and may contain sensitive data. - * - * @param size count of octets to allocate - */ - static allocUnsafeSlow(size: number): Buffer; - } -} \ No newline at end of file diff --git a/software/flow/node_modules/safe-buffer/index.js b/software/flow/node_modules/safe-buffer/index.js deleted file mode 100644 index 22438da..0000000 --- a/software/flow/node_modules/safe-buffer/index.js +++ /dev/null @@ -1,62 +0,0 @@ -/* eslint-disable node/no-deprecated-api */ -var buffer = require('buffer') -var Buffer = buffer.Buffer - -// alternative to using Object.keys for old browsers -function copyProps (src, dst) { - for (var key in src) { - dst[key] = src[key] - } -} -if (Buffer.from && Buffer.alloc && Buffer.allocUnsafe && Buffer.allocUnsafeSlow) { - module.exports = buffer -} else { - // Copy properties from require('buffer') - copyProps(buffer, exports) - exports.Buffer = SafeBuffer -} - -function SafeBuffer (arg, encodingOrOffset, length) { - return Buffer(arg, encodingOrOffset, length) -} - -// Copy static methods from Buffer -copyProps(Buffer, SafeBuffer) - -SafeBuffer.from = function (arg, encodingOrOffset, length) { - if (typeof arg === 'number') { - throw new TypeError('Argument must not be a number') - } - return Buffer(arg, encodingOrOffset, length) -} - -SafeBuffer.alloc = function (size, fill, encoding) { - if (typeof size !== 'number') { - throw new TypeError('Argument must be a number') - } - var buf = Buffer(size) - if (fill !== undefined) { - if (typeof encoding === 'string') { - buf.fill(fill, encoding) - } else { - buf.fill(fill) - } - } else { - buf.fill(0) - } - return buf -} - -SafeBuffer.allocUnsafe = function (size) { - if (typeof size !== 'number') { - throw new TypeError('Argument must be a number') - } - return Buffer(size) -} - -SafeBuffer.allocUnsafeSlow = function (size) { - if (typeof size !== 'number') { - throw new TypeError('Argument must be a number') - } - return buffer.SlowBuffer(size) -} diff --git a/software/flow/node_modules/safe-buffer/package.json b/software/flow/node_modules/safe-buffer/package.json deleted file mode 100644 index 623fbc3..0000000 --- a/software/flow/node_modules/safe-buffer/package.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "safe-buffer", - "description": "Safer Node.js Buffer API", - "version": "5.1.2", - "author": { - "name": "Feross Aboukhadijeh", - "email": "feross@feross.org", - "url": "http://feross.org" - }, - "bugs": { - "url": "https://github.com/feross/safe-buffer/issues" - }, - "devDependencies": { - "standard": "*", - "tape": "^4.0.0" - }, - "homepage": "https://github.com/feross/safe-buffer", - "keywords": [ - "buffer", - "buffer allocate", - "node security", - "safe", - "safe-buffer", - "security", - "uninitialized" - ], - "license": "MIT", - "main": "index.js", - "types": "index.d.ts", - "repository": { - "type": "git", - "url": "git://github.com/feross/safe-buffer.git" - }, - "scripts": { - "test": "standard && tape test/*.js" - } -} diff --git a/software/flow/node_modules/send/HISTORY.md b/software/flow/node_modules/send/HISTORY.md deleted file mode 100644 index a739774..0000000 --- a/software/flow/node_modules/send/HISTORY.md +++ /dev/null @@ -1,521 +0,0 @@ -0.18.0 / 2022-03-23 -=================== - - * Fix emitted 416 error missing headers property - * Limit the headers removed for 304 response - * deps: depd@2.0.0 - - Replace internal `eval` usage with `Function` constructor - - Use instance methods on `process` to check for listeners - * deps: destroy@1.2.0 - * deps: http-errors@2.0.0 - - deps: depd@2.0.0 - - deps: statuses@2.0.1 - * deps: on-finished@2.4.1 - * deps: statuses@2.0.1 - -0.17.2 / 2021-12-11 -=================== - - * pref: ignore empty http tokens - * deps: http-errors@1.8.1 - - deps: inherits@2.0.4 - - deps: toidentifier@1.0.1 - - deps: setprototypeof@1.2.0 - * deps: ms@2.1.3 - -0.17.1 / 2019-05-10 -=================== - - * Set stricter CSP header in redirect & error responses - * deps: range-parser@~1.2.1 - -0.17.0 / 2019-05-03 -=================== - - * deps: http-errors@~1.7.2 - - Set constructor name when possible - - Use `toidentifier` module to make class names - - deps: depd@~1.1.2 - - deps: setprototypeof@1.1.1 - - deps: statuses@'>= 1.5.0 < 2' - * deps: mime@1.6.0 - - Add extensions for JPEG-2000 images - - Add new `font/*` types from IANA - - Add WASM mapping - - Update `.bdoc` to `application/bdoc` - - Update `.bmp` to `image/bmp` - - Update `.m4a` to `audio/mp4` - - Update `.rtf` to `application/rtf` - - Update `.wav` to `audio/wav` - - Update `.xml` to `application/xml` - - Update generic extensions to `application/octet-stream`: - `.deb`, `.dll`, `.dmg`, `.exe`, `.iso`, `.msi` - - Use mime-score module to resolve extension conflicts - * deps: ms@2.1.1 - - Add `week`/`w` support - - Fix negative number handling - * deps: statuses@~1.5.0 - * perf: remove redundant `path.normalize` call - -0.16.2 / 2018-02-07 -=================== - - * Fix incorrect end tag in default error & redirects - * deps: depd@~1.1.2 - - perf: remove argument reassignment - * deps: encodeurl@~1.0.2 - - Fix encoding `%` as last character - * deps: statuses@~1.4.0 - -0.16.1 / 2017-09-29 -=================== - - * Fix regression in edge-case behavior for empty `path` - -0.16.0 / 2017-09-27 -=================== - - * Add `immutable` option - * Fix missing `</html>` in default error & redirects - * Use instance methods on steam to check for listeners - * deps: mime@1.4.1 - - Add 70 new types for file extensions - - Set charset as "UTF-8" for .js and .json - * perf: improve path validation speed - -0.15.6 / 2017-09-22 -=================== - - * deps: debug@2.6.9 - * perf: improve `If-Match` token parsing - -0.15.5 / 2017-09-20 -=================== - - * deps: etag@~1.8.1 - - perf: replace regular expression with substring - * deps: fresh@0.5.2 - - Fix handling of modified headers with invalid dates - - perf: improve ETag match loop - - perf: improve `If-None-Match` token parsing - -0.15.4 / 2017-08-05 -=================== - - * deps: debug@2.6.8 - * deps: depd@~1.1.1 - - Remove unnecessary `Buffer` loading - * deps: http-errors@~1.6.2 - - deps: depd@1.1.1 - -0.15.3 / 2017-05-16 -=================== - - * deps: debug@2.6.7 - - deps: ms@2.0.0 - * deps: ms@2.0.0 - -0.15.2 / 2017-04-26 -=================== - - * deps: debug@2.6.4 - - Fix `DEBUG_MAX_ARRAY_LENGTH` - - deps: ms@0.7.3 - * deps: ms@1.0.0 - -0.15.1 / 2017-03-04 -=================== - - * Fix issue when `Date.parse` does not return `NaN` on invalid date - * Fix strict violation in broken environments - -0.15.0 / 2017-02-25 -=================== - - * Support `If-Match` and `If-Unmodified-Since` headers - * Add `res` and `path` arguments to `directory` event - * Remove usage of `res._headers` private field - - Improves compatibility with Node.js 8 nightly - * Send complete HTML document in redirect & error responses - * Set default CSP header in redirect & error responses - * Use `res.getHeaderNames()` when available - * Use `res.headersSent` when available - * deps: debug@2.6.1 - - Allow colors in workers - - Deprecated `DEBUG_FD` environment variable set to `3` or higher - - Fix error when running under React Native - - Use same color for same namespace - - deps: ms@0.7.2 - * deps: etag@~1.8.0 - * deps: fresh@0.5.0 - - Fix false detection of `no-cache` request directive - - Fix incorrect result when `If-None-Match` has both `*` and ETags - - Fix weak `ETag` matching to match spec - - perf: delay reading header values until needed - - perf: enable strict mode - - perf: hoist regular expressions - - perf: remove duplicate conditional - - perf: remove unnecessary boolean coercions - - perf: skip checking modified time if ETag check failed - - perf: skip parsing `If-None-Match` when no `ETag` header - - perf: use `Date.parse` instead of `new Date` - * deps: http-errors@~1.6.1 - - Make `message` property enumerable for `HttpError`s - - deps: setprototypeof@1.0.3 - -0.14.2 / 2017-01-23 -=================== - - * deps: http-errors@~1.5.1 - - deps: inherits@2.0.3 - - deps: setprototypeof@1.0.2 - - deps: statuses@'>= 1.3.1 < 2' - * deps: ms@0.7.2 - * deps: statuses@~1.3.1 - -0.14.1 / 2016-06-09 -=================== - - * Fix redirect error when `path` contains raw non-URL characters - * Fix redirect when `path` starts with multiple forward slashes - -0.14.0 / 2016-06-06 -=================== - - * Add `acceptRanges` option - * Add `cacheControl` option - * Attempt to combine multiple ranges into single range - * Correctly inherit from `Stream` class - * Fix `Content-Range` header in 416 responses when using `start`/`end` options - * Fix `Content-Range` header missing from default 416 responses - * Ignore non-byte `Range` headers - * deps: http-errors@~1.5.0 - - Add `HttpError` export, for `err instanceof createError.HttpError` - - Support new code `421 Misdirected Request` - - Use `setprototypeof` module to replace `__proto__` setting - - deps: inherits@2.0.1 - - deps: statuses@'>= 1.3.0 < 2' - - perf: enable strict mode - * deps: range-parser@~1.2.0 - - Fix incorrectly returning -1 when there is at least one valid range - - perf: remove internal function - * deps: statuses@~1.3.0 - - Add `421 Misdirected Request` - - perf: enable strict mode - * perf: remove argument reassignment - -0.13.2 / 2016-03-05 -=================== - - * Fix invalid `Content-Type` header when `send.mime.default_type` unset - -0.13.1 / 2016-01-16 -=================== - - * deps: depd@~1.1.0 - - Support web browser loading - - perf: enable strict mode - * deps: destroy@~1.0.4 - - perf: enable strict mode - * deps: escape-html@~1.0.3 - - perf: enable strict mode - - perf: optimize string replacement - - perf: use faster string coercion - * deps: range-parser@~1.0.3 - - perf: enable strict mode - -0.13.0 / 2015-06-16 -=================== - - * Allow Node.js HTTP server to set `Date` response header - * Fix incorrectly removing `Content-Location` on 304 response - * Improve the default redirect response headers - * Send appropriate headers on default error response - * Use `http-errors` for standard emitted errors - * Use `statuses` instead of `http` module for status messages - * deps: escape-html@1.0.2 - * deps: etag@~1.7.0 - - Improve stat performance by removing hashing - * deps: fresh@0.3.0 - - Add weak `ETag` matching support - * deps: on-finished@~2.3.0 - - Add defined behavior for HTTP `CONNECT` requests - - Add defined behavior for HTTP `Upgrade` requests - - deps: ee-first@1.1.1 - * perf: enable strict mode - * perf: remove unnecessary array allocations - -0.12.3 / 2015-05-13 -=================== - - * deps: debug@~2.2.0 - - deps: ms@0.7.1 - * deps: depd@~1.0.1 - * deps: etag@~1.6.0 - - Improve support for JXcore - - Support "fake" stats objects in environments without `fs` - * deps: ms@0.7.1 - - Prevent extraordinarily long inputs - * deps: on-finished@~2.2.1 - -0.12.2 / 2015-03-13 -=================== - - * Throw errors early for invalid `extensions` or `index` options - * deps: debug@~2.1.3 - - Fix high intensity foreground color for bold - - deps: ms@0.7.0 - -0.12.1 / 2015-02-17 -=================== - - * Fix regression sending zero-length files - -0.12.0 / 2015-02-16 -=================== - - * Always read the stat size from the file - * Fix mutating passed-in `options` - * deps: mime@1.3.4 - -0.11.1 / 2015-01-20 -=================== - - * Fix `root` path disclosure - -0.11.0 / 2015-01-05 -=================== - - * deps: debug@~2.1.1 - * deps: etag@~1.5.1 - - deps: crc@3.2.1 - * deps: ms@0.7.0 - - Add `milliseconds` - - Add `msecs` - - Add `secs` - - Add `mins` - - Add `hrs` - - Add `yrs` - * deps: on-finished@~2.2.0 - -0.10.1 / 2014-10-22 -=================== - - * deps: on-finished@~2.1.1 - - Fix handling of pipelined requests - -0.10.0 / 2014-10-15 -=================== - - * deps: debug@~2.1.0 - - Implement `DEBUG_FD` env variable support - * deps: depd@~1.0.0 - * deps: etag@~1.5.0 - - Improve string performance - - Slightly improve speed for weak ETags over 1KB - -0.9.3 / 2014-09-24 -================== - - * deps: etag@~1.4.0 - - Support "fake" stats objects - -0.9.2 / 2014-09-15 -================== - - * deps: depd@0.4.5 - * deps: etag@~1.3.1 - * deps: range-parser@~1.0.2 - -0.9.1 / 2014-09-07 -================== - - * deps: fresh@0.2.4 - -0.9.0 / 2014-09-07 -================== - - * Add `lastModified` option - * Use `etag` to generate `ETag` header - * deps: debug@~2.0.0 - -0.8.5 / 2014-09-04 -================== - - * Fix malicious path detection for empty string path - -0.8.4 / 2014-09-04 -================== - - * Fix a path traversal issue when using `root` - -0.8.3 / 2014-08-16 -================== - - * deps: destroy@1.0.3 - - renamed from dethroy - * deps: on-finished@2.1.0 - -0.8.2 / 2014-08-14 -================== - - * Work around `fd` leak in Node.js 0.10 for `fs.ReadStream` - * deps: dethroy@1.0.2 - -0.8.1 / 2014-08-05 -================== - - * Fix `extensions` behavior when file already has extension - -0.8.0 / 2014-08-05 -================== - - * Add `extensions` option - -0.7.4 / 2014-08-04 -================== - - * Fix serving index files without root dir - -0.7.3 / 2014-07-29 -================== - - * Fix incorrect 403 on Windows and Node.js 0.11 - -0.7.2 / 2014-07-27 -================== - - * deps: depd@0.4.4 - - Work-around v8 generating empty stack traces - -0.7.1 / 2014-07-26 -================== - - * deps: depd@0.4.3 - - Fix exception when global `Error.stackTraceLimit` is too low - -0.7.0 / 2014-07-20 -================== - - * Deprecate `hidden` option; use `dotfiles` option - * Add `dotfiles` option - * deps: debug@1.0.4 - * deps: depd@0.4.2 - - Add `TRACE_DEPRECATION` environment variable - - Remove non-standard grey color from color output - - Support `--no-deprecation` argument - - Support `--trace-deprecation` argument - -0.6.0 / 2014-07-11 -================== - - * Deprecate `from` option; use `root` option - * Deprecate `send.etag()` -- use `etag` in `options` - * Deprecate `send.hidden()` -- use `hidden` in `options` - * Deprecate `send.index()` -- use `index` in `options` - * Deprecate `send.maxage()` -- use `maxAge` in `options` - * Deprecate `send.root()` -- use `root` in `options` - * Cap `maxAge` value to 1 year - * deps: debug@1.0.3 - - Add support for multiple wildcards in namespaces - -0.5.0 / 2014-06-28 -================== - - * Accept string for `maxAge` (converted by `ms`) - * Add `headers` event - * Include link in default redirect response - * Use `EventEmitter.listenerCount` to count listeners - -0.4.3 / 2014-06-11 -================== - - * Do not throw un-catchable error on file open race condition - * Use `escape-html` for HTML escaping - * deps: debug@1.0.2 - - fix some debugging output colors on node.js 0.8 - * deps: finished@1.2.2 - * deps: fresh@0.2.2 - -0.4.2 / 2014-06-09 -================== - - * fix "event emitter leak" warnings - * deps: debug@1.0.1 - * deps: finished@1.2.1 - -0.4.1 / 2014-06-02 -================== - - * Send `max-age` in `Cache-Control` in correct format - -0.4.0 / 2014-05-27 -================== - - * Calculate ETag with md5 for reduced collisions - * Fix wrong behavior when index file matches directory - * Ignore stream errors after request ends - - Goodbye `EBADF, read` - * Skip directories in index file search - * deps: debug@0.8.1 - -0.3.0 / 2014-04-24 -================== - - * Fix sending files with dots without root set - * Coerce option types - * Accept API options in options object - * Set etags to "weak" - * Include file path in etag - * Make "Can't set headers after they are sent." catchable - * Send full entity-body for multi range requests - * Default directory access to 403 when index disabled - * Support multiple index paths - * Support "If-Range" header - * Control whether to generate etags - * deps: mime@1.2.11 - -0.2.0 / 2014-01-29 -================== - - * update range-parser and fresh - -0.1.4 / 2013-08-11 -================== - - * update fresh - -0.1.3 / 2013-07-08 -================== - - * Revert "Fix fd leak" - -0.1.2 / 2013-07-03 -================== - - * Fix fd leak - -0.1.0 / 2012-08-25 -================== - - * add options parameter to send() that is passed to fs.createReadStream() [kanongil] - -0.0.4 / 2012-08-16 -================== - - * allow custom "Accept-Ranges" definition - -0.0.3 / 2012-07-16 -================== - - * fix normalization of the root directory. Closes #3 - -0.0.2 / 2012-07-09 -================== - - * add passing of req explicitly for now (YUCK) - -0.0.1 / 2010-01-03 -================== - - * Initial release diff --git a/software/flow/node_modules/send/LICENSE b/software/flow/node_modules/send/LICENSE deleted file mode 100644 index b6ea1c1..0000000 --- a/software/flow/node_modules/send/LICENSE +++ /dev/null @@ -1,23 +0,0 @@ -(The MIT License) - -Copyright (c) 2012 TJ Holowaychuk -Copyright (c) 2014-2022 Douglas Christopher Wilson - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -'Software'), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/software/flow/node_modules/send/README.md b/software/flow/node_modules/send/README.md deleted file mode 100644 index fadf838..0000000 --- a/software/flow/node_modules/send/README.md +++ /dev/null @@ -1,327 +0,0 @@ -# send - -[![NPM Version][npm-version-image]][npm-url] -[![NPM Downloads][npm-downloads-image]][npm-url] -[![Linux Build][github-actions-ci-image]][github-actions-ci-url] -[![Windows Build][appveyor-image]][appveyor-url] -[![Test Coverage][coveralls-image]][coveralls-url] - -Send is a library for streaming files from the file system as a http response -supporting partial responses (Ranges), conditional-GET negotiation (If-Match, -If-Unmodified-Since, If-None-Match, If-Modified-Since), high test coverage, -and granular events which may be leveraged to take appropriate actions in your -application or framework. - -Looking to serve up entire folders mapped to URLs? Try [serve-static](https://www.npmjs.org/package/serve-static). - -## Installation - -This is a [Node.js](https://nodejs.org/en/) module available through the -[npm registry](https://www.npmjs.com/). Installation is done using the -[`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally): - -```bash -$ npm install send -``` - -## API - -```js -var send = require('send') -``` - -### send(req, path, [options]) - -Create a new `SendStream` for the given path to send to a `res`. The `req` is -the Node.js HTTP request and the `path` is a urlencoded path to send (urlencoded, -not the actual file-system path). - -#### Options - -##### acceptRanges - -Enable or disable accepting ranged requests, defaults to true. -Disabling this will not send `Accept-Ranges` and ignore the contents -of the `Range` request header. - -##### cacheControl - -Enable or disable setting `Cache-Control` response header, defaults to -true. Disabling this will ignore the `immutable` and `maxAge` options. - -##### dotfiles - -Set how "dotfiles" are treated when encountered. A dotfile is a file -or directory that begins with a dot ("."). Note this check is done on -the path itself without checking if the path actually exists on the -disk. If `root` is specified, only the dotfiles above the root are -checked (i.e. the root itself can be within a dotfile when when set -to "deny"). - - - `'allow'` No special treatment for dotfiles. - - `'deny'` Send a 403 for any request for a dotfile. - - `'ignore'` Pretend like the dotfile does not exist and 404. - -The default value is _similar_ to `'ignore'`, with the exception that -this default will not ignore the files within a directory that begins -with a dot, for backward-compatibility. - -##### end - -Byte offset at which the stream ends, defaults to the length of the file -minus 1. The end is inclusive in the stream, meaning `end: 3` will include -the 4th byte in the stream. - -##### etag - -Enable or disable etag generation, defaults to true. - -##### extensions - -If a given file doesn't exist, try appending one of the given extensions, -in the given order. By default, this is disabled (set to `false`). An -example value that will serve extension-less HTML files: `['html', 'htm']`. -This is skipped if the requested file already has an extension. - -##### immutable - -Enable or disable the `immutable` directive in the `Cache-Control` response -header, defaults to `false`. If set to `true`, the `maxAge` option should -also be specified to enable caching. The `immutable` directive will prevent -supported clients from making conditional requests during the life of the -`maxAge` option to check if the file has changed. - -##### index - -By default send supports "index.html" files, to disable this -set `false` or to supply a new index pass a string or an array -in preferred order. - -##### lastModified - -Enable or disable `Last-Modified` header, defaults to true. Uses the file -system's last modified value. - -##### maxAge - -Provide a max-age in milliseconds for http caching, defaults to 0. -This can also be a string accepted by the -[ms](https://www.npmjs.org/package/ms#readme) module. - -##### root - -Serve files relative to `path`. - -##### start - -Byte offset at which the stream starts, defaults to 0. The start is inclusive, -meaning `start: 2` will include the 3rd byte in the stream. - -#### Events - -The `SendStream` is an event emitter and will emit the following events: - - - `error` an error occurred `(err)` - - `directory` a directory was requested `(res, path)` - - `file` a file was requested `(path, stat)` - - `headers` the headers are about to be set on a file `(res, path, stat)` - - `stream` file streaming has started `(stream)` - - `end` streaming has completed - -#### .pipe - -The `pipe` method is used to pipe the response into the Node.js HTTP response -object, typically `send(req, path, options).pipe(res)`. - -### .mime - -The `mime` export is the global instance of of the -[`mime` npm module](https://www.npmjs.com/package/mime). - -This is used to configure the MIME types that are associated with file extensions -as well as other options for how to resolve the MIME type of a file (like the -default type to use for an unknown file extension). - -## Error-handling - -By default when no `error` listeners are present an automatic response will be -made, otherwise you have full control over the response, aka you may show a 5xx -page etc. - -## Caching - -It does _not_ perform internal caching, you should use a reverse proxy cache -such as Varnish for this, or those fancy things called CDNs. If your -application is small enough that it would benefit from single-node memory -caching, it's small enough that it does not need caching at all ;). - -## Debugging - -To enable `debug()` instrumentation output export __DEBUG__: - -``` -$ DEBUG=send node app -``` - -## Running tests - -``` -$ npm install -$ npm test -``` - -## Examples - -### Serve a specific file - -This simple example will send a specific file to all requests. - -```js -var http = require('http') -var send = require('send') - -var server = http.createServer(function onRequest (req, res) { - send(req, '/path/to/index.html') - .pipe(res) -}) - -server.listen(3000) -``` - -### Serve all files from a directory - -This simple example will just serve up all the files in a -given directory as the top-level. For example, a request -`GET /foo.txt` will send back `/www/public/foo.txt`. - -```js -var http = require('http') -var parseUrl = require('parseurl') -var send = require('send') - -var server = http.createServer(function onRequest (req, res) { - send(req, parseUrl(req).pathname, { root: '/www/public' }) - .pipe(res) -}) - -server.listen(3000) -``` - -### Custom file types - -```js -var http = require('http') -var parseUrl = require('parseurl') -var send = require('send') - -// Default unknown types to text/plain -send.mime.default_type = 'text/plain' - -// Add a custom type -send.mime.define({ - 'application/x-my-type': ['x-mt', 'x-mtt'] -}) - -var server = http.createServer(function onRequest (req, res) { - send(req, parseUrl(req).pathname, { root: '/www/public' }) - .pipe(res) -}) - -server.listen(3000) -``` - -### Custom directory index view - -This is a example of serving up a structure of directories with a -custom function to render a listing of a directory. - -```js -var http = require('http') -var fs = require('fs') -var parseUrl = require('parseurl') -var send = require('send') - -// Transfer arbitrary files from within /www/example.com/public/* -// with a custom handler for directory listing -var server = http.createServer(function onRequest (req, res) { - send(req, parseUrl(req).pathname, { index: false, root: '/www/public' }) - .once('directory', directory) - .pipe(res) -}) - -server.listen(3000) - -// Custom directory handler -function directory (res, path) { - var stream = this - - // redirect to trailing slash for consistent url - if (!stream.hasTrailingSlash()) { - return stream.redirect(path) - } - - // get directory list - fs.readdir(path, function onReaddir (err, list) { - if (err) return stream.error(err) - - // render an index for the directory - res.setHeader('Content-Type', 'text/plain; charset=UTF-8') - res.end(list.join('\n') + '\n') - }) -} -``` - -### Serving from a root directory with custom error-handling - -```js -var http = require('http') -var parseUrl = require('parseurl') -var send = require('send') - -var server = http.createServer(function onRequest (req, res) { - // your custom error-handling logic: - function error (err) { - res.statusCode = err.status || 500 - res.end(err.message) - } - - // your custom headers - function headers (res, path, stat) { - // serve all files for download - res.setHeader('Content-Disposition', 'attachment') - } - - // your custom directory handling logic: - function redirect () { - res.statusCode = 301 - res.setHeader('Location', req.url + '/') - res.end('Redirecting to ' + req.url + '/') - } - - // transfer arbitrary files from within - // /www/example.com/public/* - send(req, parseUrl(req).pathname, { root: '/www/public' }) - .on('error', error) - .on('directory', redirect) - .on('headers', headers) - .pipe(res) -}) - -server.listen(3000) -``` - -## License - -[MIT](LICENSE) - -[appveyor-image]: https://badgen.net/appveyor/ci/dougwilson/send/master?label=windows -[appveyor-url]: https://ci.appveyor.com/project/dougwilson/send -[coveralls-image]: https://badgen.net/coveralls/c/github/pillarjs/send/master -[coveralls-url]: https://coveralls.io/r/pillarjs/send?branch=master -[github-actions-ci-image]: https://badgen.net/github/checks/pillarjs/send/master?label=linux -[github-actions-ci-url]: https://github.com/pillarjs/send/actions/workflows/ci.yml -[node-image]: https://badgen.net/npm/node/send -[node-url]: https://nodejs.org/en/download/ -[npm-downloads-image]: https://badgen.net/npm/dm/send -[npm-url]: https://npmjs.org/package/send -[npm-version-image]: https://badgen.net/npm/v/send diff --git a/software/flow/node_modules/send/SECURITY.md b/software/flow/node_modules/send/SECURITY.md deleted file mode 100644 index 46b48f7..0000000 --- a/software/flow/node_modules/send/SECURITY.md +++ /dev/null @@ -1,24 +0,0 @@ -# Security Policies and Procedures - -## Reporting a Bug - -The `send` team and community take all security bugs seriously. Thank you -for improving the security of Express. We appreciate your efforts and -responsible disclosure and will make every effort to acknowledge your -contributions. - -Report security bugs by emailing the current owner(s) of `send`. This information -can be found in the npm registry using the command `npm owner ls send`. -If unsure or unable to get the information from the above, open an issue -in the [project issue tracker](https://github.com/pillarjs/send/issues) -asking for the current contact information. - -To ensure the timely response to your report, please ensure that the entirety -of the report is contained within the email body and not solely behind a web -link or an attachment. - -At least one owner will acknowledge your email within 48 hours, and will send a -more detailed response within 48 hours indicating the next steps in handling -your report. After the initial reply to your report, the owners will -endeavor to keep you informed of the progress towards a fix and full -announcement, and may ask for additional information or guidance. diff --git a/software/flow/node_modules/send/index.js b/software/flow/node_modules/send/index.js deleted file mode 100644 index 89afd7e..0000000 --- a/software/flow/node_modules/send/index.js +++ /dev/null @@ -1,1143 +0,0 @@ -/*! - * send - * Copyright(c) 2012 TJ Holowaychuk - * Copyright(c) 2014-2022 Douglas Christopher Wilson - * MIT Licensed - */ - -'use strict' - -/** - * Module dependencies. - * @private - */ - -var createError = require('http-errors') -var debug = require('debug')('send') -var deprecate = require('depd')('send') -var destroy = require('destroy') -var encodeUrl = require('encodeurl') -var escapeHtml = require('escape-html') -var etag = require('etag') -var fresh = require('fresh') -var fs = require('fs') -var mime = require('mime') -var ms = require('ms') -var onFinished = require('on-finished') -var parseRange = require('range-parser') -var path = require('path') -var statuses = require('statuses') -var Stream = require('stream') -var util = require('util') - -/** - * Path function references. - * @private - */ - -var extname = path.extname -var join = path.join -var normalize = path.normalize -var resolve = path.resolve -var sep = path.sep - -/** - * Regular expression for identifying a bytes Range header. - * @private - */ - -var BYTES_RANGE_REGEXP = /^ *bytes=/ - -/** - * Maximum value allowed for the max age. - * @private - */ - -var MAX_MAXAGE = 60 * 60 * 24 * 365 * 1000 // 1 year - -/** - * Regular expression to match a path with a directory up component. - * @private - */ - -var UP_PATH_REGEXP = /(?:^|[\\/])\.\.(?:[\\/]|$)/ - -/** - * Module exports. - * @public - */ - -module.exports = send -module.exports.mime = mime - -/** - * Return a `SendStream` for `req` and `path`. - * - * @param {object} req - * @param {string} path - * @param {object} [options] - * @return {SendStream} - * @public - */ - -function send (req, path, options) { - return new SendStream(req, path, options) -} - -/** - * Initialize a `SendStream` with the given `path`. - * - * @param {Request} req - * @param {String} path - * @param {object} [options] - * @private - */ - -function SendStream (req, path, options) { - Stream.call(this) - - var opts = options || {} - - this.options = opts - this.path = path - this.req = req - - this._acceptRanges = opts.acceptRanges !== undefined - ? Boolean(opts.acceptRanges) - : true - - this._cacheControl = opts.cacheControl !== undefined - ? Boolean(opts.cacheControl) - : true - - this._etag = opts.etag !== undefined - ? Boolean(opts.etag) - : true - - this._dotfiles = opts.dotfiles !== undefined - ? opts.dotfiles - : 'ignore' - - if (this._dotfiles !== 'ignore' && this._dotfiles !== 'allow' && this._dotfiles !== 'deny') { - throw new TypeError('dotfiles option must be "allow", "deny", or "ignore"') - } - - this._hidden = Boolean(opts.hidden) - - if (opts.hidden !== undefined) { - deprecate('hidden: use dotfiles: \'' + (this._hidden ? 'allow' : 'ignore') + '\' instead') - } - - // legacy support - if (opts.dotfiles === undefined) { - this._dotfiles = undefined - } - - this._extensions = opts.extensions !== undefined - ? normalizeList(opts.extensions, 'extensions option') - : [] - - this._immutable = opts.immutable !== undefined - ? Boolean(opts.immutable) - : false - - this._index = opts.index !== undefined - ? normalizeList(opts.index, 'index option') - : ['index.html'] - - this._lastModified = opts.lastModified !== undefined - ? Boolean(opts.lastModified) - : true - - this._maxage = opts.maxAge || opts.maxage - this._maxage = typeof this._maxage === 'string' - ? ms(this._maxage) - : Number(this._maxage) - this._maxage = !isNaN(this._maxage) - ? Math.min(Math.max(0, this._maxage), MAX_MAXAGE) - : 0 - - this._root = opts.root - ? resolve(opts.root) - : null - - if (!this._root && opts.from) { - this.from(opts.from) - } -} - -/** - * Inherits from `Stream`. - */ - -util.inherits(SendStream, Stream) - -/** - * Enable or disable etag generation. - * - * @param {Boolean} val - * @return {SendStream} - * @api public - */ - -SendStream.prototype.etag = deprecate.function(function etag (val) { - this._etag = Boolean(val) - debug('etag %s', this._etag) - return this -}, 'send.etag: pass etag as option') - -/** - * Enable or disable "hidden" (dot) files. - * - * @param {Boolean} path - * @return {SendStream} - * @api public - */ - -SendStream.prototype.hidden = deprecate.function(function hidden (val) { - this._hidden = Boolean(val) - this._dotfiles = undefined - debug('hidden %s', this._hidden) - return this -}, 'send.hidden: use dotfiles option') - -/** - * Set index `paths`, set to a falsy - * value to disable index support. - * - * @param {String|Boolean|Array} paths - * @return {SendStream} - * @api public - */ - -SendStream.prototype.index = deprecate.function(function index (paths) { - var index = !paths ? [] : normalizeList(paths, 'paths argument') - debug('index %o', paths) - this._index = index - return this -}, 'send.index: pass index as option') - -/** - * Set root `path`. - * - * @param {String} path - * @return {SendStream} - * @api public - */ - -SendStream.prototype.root = function root (path) { - this._root = resolve(String(path)) - debug('root %s', this._root) - return this -} - -SendStream.prototype.from = deprecate.function(SendStream.prototype.root, - 'send.from: pass root as option') - -SendStream.prototype.root = deprecate.function(SendStream.prototype.root, - 'send.root: pass root as option') - -/** - * Set max-age to `maxAge`. - * - * @param {Number} maxAge - * @return {SendStream} - * @api public - */ - -SendStream.prototype.maxage = deprecate.function(function maxage (maxAge) { - this._maxage = typeof maxAge === 'string' - ? ms(maxAge) - : Number(maxAge) - this._maxage = !isNaN(this._maxage) - ? Math.min(Math.max(0, this._maxage), MAX_MAXAGE) - : 0 - debug('max-age %d', this._maxage) - return this -}, 'send.maxage: pass maxAge as option') - -/** - * Emit error with `status`. - * - * @param {number} status - * @param {Error} [err] - * @private - */ - -SendStream.prototype.error = function error (status, err) { - // emit if listeners instead of responding - if (hasListeners(this, 'error')) { - return this.emit('error', createHttpError(status, err)) - } - - var res = this.res - var msg = statuses.message[status] || String(status) - var doc = createHtmlDocument('Error', escapeHtml(msg)) - - // clear existing headers - clearHeaders(res) - - // add error headers - if (err && err.headers) { - setHeaders(res, err.headers) - } - - // send basic response - res.statusCode = status - res.setHeader('Content-Type', 'text/html; charset=UTF-8') - res.setHeader('Content-Length', Buffer.byteLength(doc)) - res.setHeader('Content-Security-Policy', "default-src 'none'") - res.setHeader('X-Content-Type-Options', 'nosniff') - res.end(doc) -} - -/** - * Check if the pathname ends with "/". - * - * @return {boolean} - * @private - */ - -SendStream.prototype.hasTrailingSlash = function hasTrailingSlash () { - return this.path[this.path.length - 1] === '/' -} - -/** - * Check if this is a conditional GET request. - * - * @return {Boolean} - * @api private - */ - -SendStream.prototype.isConditionalGET = function isConditionalGET () { - return this.req.headers['if-match'] || - this.req.headers['if-unmodified-since'] || - this.req.headers['if-none-match'] || - this.req.headers['if-modified-since'] -} - -/** - * Check if the request preconditions failed. - * - * @return {boolean} - * @private - */ - -SendStream.prototype.isPreconditionFailure = function isPreconditionFailure () { - var req = this.req - var res = this.res - - // if-match - var match = req.headers['if-match'] - if (match) { - var etag = res.getHeader('ETag') - return !etag || (match !== '*' && parseTokenList(match).every(function (match) { - return match !== etag && match !== 'W/' + etag && 'W/' + match !== etag - })) - } - - // if-unmodified-since - var unmodifiedSince = parseHttpDate(req.headers['if-unmodified-since']) - if (!isNaN(unmodifiedSince)) { - var lastModified = parseHttpDate(res.getHeader('Last-Modified')) - return isNaN(lastModified) || lastModified > unmodifiedSince - } - - return false -} - -/** - * Strip various content header fields for a change in entity. - * - * @private - */ - -SendStream.prototype.removeContentHeaderFields = function removeContentHeaderFields () { - var res = this.res - - res.removeHeader('Content-Encoding') - res.removeHeader('Content-Language') - res.removeHeader('Content-Length') - res.removeHeader('Content-Range') - res.removeHeader('Content-Type') -} - -/** - * Respond with 304 not modified. - * - * @api private - */ - -SendStream.prototype.notModified = function notModified () { - var res = this.res - debug('not modified') - this.removeContentHeaderFields() - res.statusCode = 304 - res.end() -} - -/** - * Raise error that headers already sent. - * - * @api private - */ - -SendStream.prototype.headersAlreadySent = function headersAlreadySent () { - var err = new Error('Can\'t set headers after they are sent.') - debug('headers already sent') - this.error(500, err) -} - -/** - * Check if the request is cacheable, aka - * responded with 2xx or 304 (see RFC 2616 section 14.2{5,6}). - * - * @return {Boolean} - * @api private - */ - -SendStream.prototype.isCachable = function isCachable () { - var statusCode = this.res.statusCode - return (statusCode >= 200 && statusCode < 300) || - statusCode === 304 -} - -/** - * Handle stat() error. - * - * @param {Error} error - * @private - */ - -SendStream.prototype.onStatError = function onStatError (error) { - switch (error.code) { - case 'ENAMETOOLONG': - case 'ENOENT': - case 'ENOTDIR': - this.error(404, error) - break - default: - this.error(500, error) - break - } -} - -/** - * Check if the cache is fresh. - * - * @return {Boolean} - * @api private - */ - -SendStream.prototype.isFresh = function isFresh () { - return fresh(this.req.headers, { - etag: this.res.getHeader('ETag'), - 'last-modified': this.res.getHeader('Last-Modified') - }) -} - -/** - * Check if the range is fresh. - * - * @return {Boolean} - * @api private - */ - -SendStream.prototype.isRangeFresh = function isRangeFresh () { - var ifRange = this.req.headers['if-range'] - - if (!ifRange) { - return true - } - - // if-range as etag - if (ifRange.indexOf('"') !== -1) { - var etag = this.res.getHeader('ETag') - return Boolean(etag && ifRange.indexOf(etag) !== -1) - } - - // if-range as modified date - var lastModified = this.res.getHeader('Last-Modified') - return parseHttpDate(lastModified) <= parseHttpDate(ifRange) -} - -/** - * Redirect to path. - * - * @param {string} path - * @private - */ - -SendStream.prototype.redirect = function redirect (path) { - var res = this.res - - if (hasListeners(this, 'directory')) { - this.emit('directory', res, path) - return - } - - if (this.hasTrailingSlash()) { - this.error(403) - return - } - - var loc = encodeUrl(collapseLeadingSlashes(this.path + '/')) - var doc = createHtmlDocument('Redirecting', 'Redirecting to <a href="' + escapeHtml(loc) + '">' + - escapeHtml(loc) + '</a>') - - // redirect - res.statusCode = 301 - res.setHeader('Content-Type', 'text/html; charset=UTF-8') - res.setHeader('Content-Length', Buffer.byteLength(doc)) - res.setHeader('Content-Security-Policy', "default-src 'none'") - res.setHeader('X-Content-Type-Options', 'nosniff') - res.setHeader('Location', loc) - res.end(doc) -} - -/** - * Pipe to `res. - * - * @param {Stream} res - * @return {Stream} res - * @api public - */ - -SendStream.prototype.pipe = function pipe (res) { - // root path - var root = this._root - - // references - this.res = res - - // decode the path - var path = decode(this.path) - if (path === -1) { - this.error(400) - return res - } - - // null byte(s) - if (~path.indexOf('\0')) { - this.error(400) - return res - } - - var parts - if (root !== null) { - // normalize - if (path) { - path = normalize('.' + sep + path) - } - - // malicious path - if (UP_PATH_REGEXP.test(path)) { - debug('malicious path "%s"', path) - this.error(403) - return res - } - - // explode path parts - parts = path.split(sep) - - // join / normalize from optional root dir - path = normalize(join(root, path)) - } else { - // ".." is malicious without "root" - if (UP_PATH_REGEXP.test(path)) { - debug('malicious path "%s"', path) - this.error(403) - return res - } - - // explode path parts - parts = normalize(path).split(sep) - - // resolve the path - path = resolve(path) - } - - // dotfile handling - if (containsDotFile(parts)) { - var access = this._dotfiles - - // legacy support - if (access === undefined) { - access = parts[parts.length - 1][0] === '.' - ? (this._hidden ? 'allow' : 'ignore') - : 'allow' - } - - debug('%s dotfile "%s"', access, path) - switch (access) { - case 'allow': - break - case 'deny': - this.error(403) - return res - case 'ignore': - default: - this.error(404) - return res - } - } - - // index file support - if (this._index.length && this.hasTrailingSlash()) { - this.sendIndex(path) - return res - } - - this.sendFile(path) - return res -} - -/** - * Transfer `path`. - * - * @param {String} path - * @api public - */ - -SendStream.prototype.send = function send (path, stat) { - var len = stat.size - var options = this.options - var opts = {} - var res = this.res - var req = this.req - var ranges = req.headers.range - var offset = options.start || 0 - - if (headersSent(res)) { - // impossible to send now - this.headersAlreadySent() - return - } - - debug('pipe "%s"', path) - - // set header fields - this.setHeader(path, stat) - - // set content-type - this.type(path) - - // conditional GET support - if (this.isConditionalGET()) { - if (this.isPreconditionFailure()) { - this.error(412) - return - } - - if (this.isCachable() && this.isFresh()) { - this.notModified() - return - } - } - - // adjust len to start/end options - len = Math.max(0, len - offset) - if (options.end !== undefined) { - var bytes = options.end - offset + 1 - if (len > bytes) len = bytes - } - - // Range support - if (this._acceptRanges && BYTES_RANGE_REGEXP.test(ranges)) { - // parse - ranges = parseRange(len, ranges, { - combine: true - }) - - // If-Range support - if (!this.isRangeFresh()) { - debug('range stale') - ranges = -2 - } - - // unsatisfiable - if (ranges === -1) { - debug('range unsatisfiable') - - // Content-Range - res.setHeader('Content-Range', contentRange('bytes', len)) - - // 416 Requested Range Not Satisfiable - return this.error(416, { - headers: { 'Content-Range': res.getHeader('Content-Range') } - }) - } - - // valid (syntactically invalid/multiple ranges are treated as a regular response) - if (ranges !== -2 && ranges.length === 1) { - debug('range %j', ranges) - - // Content-Range - res.statusCode = 206 - res.setHeader('Content-Range', contentRange('bytes', len, ranges[0])) - - // adjust for requested range - offset += ranges[0].start - len = ranges[0].end - ranges[0].start + 1 - } - } - - // clone options - for (var prop in options) { - opts[prop] = options[prop] - } - - // set read options - opts.start = offset - opts.end = Math.max(offset, offset + len - 1) - - // content-length - res.setHeader('Content-Length', len) - - // HEAD support - if (req.method === 'HEAD') { - res.end() - return - } - - this.stream(path, opts) -} - -/** - * Transfer file for `path`. - * - * @param {String} path - * @api private - */ -SendStream.prototype.sendFile = function sendFile (path) { - var i = 0 - var self = this - - debug('stat "%s"', path) - fs.stat(path, function onstat (err, stat) { - if (err && err.code === 'ENOENT' && !extname(path) && path[path.length - 1] !== sep) { - // not found, check extensions - return next(err) - } - if (err) return self.onStatError(err) - if (stat.isDirectory()) return self.redirect(path) - self.emit('file', path, stat) - self.send(path, stat) - }) - - function next (err) { - if (self._extensions.length <= i) { - return err - ? self.onStatError(err) - : self.error(404) - } - - var p = path + '.' + self._extensions[i++] - - debug('stat "%s"', p) - fs.stat(p, function (err, stat) { - if (err) return next(err) - if (stat.isDirectory()) return next() - self.emit('file', p, stat) - self.send(p, stat) - }) - } -} - -/** - * Transfer index for `path`. - * - * @param {String} path - * @api private - */ -SendStream.prototype.sendIndex = function sendIndex (path) { - var i = -1 - var self = this - - function next (err) { - if (++i >= self._index.length) { - if (err) return self.onStatError(err) - return self.error(404) - } - - var p = join(path, self._index[i]) - - debug('stat "%s"', p) - fs.stat(p, function (err, stat) { - if (err) return next(err) - if (stat.isDirectory()) return next() - self.emit('file', p, stat) - self.send(p, stat) - }) - } - - next() -} - -/** - * Stream `path` to the response. - * - * @param {String} path - * @param {Object} options - * @api private - */ - -SendStream.prototype.stream = function stream (path, options) { - var self = this - var res = this.res - - // pipe - var stream = fs.createReadStream(path, options) - this.emit('stream', stream) - stream.pipe(res) - - // cleanup - function cleanup () { - destroy(stream, true) - } - - // response finished, cleanup - onFinished(res, cleanup) - - // error handling - stream.on('error', function onerror (err) { - // clean up stream early - cleanup() - - // error - self.onStatError(err) - }) - - // end - stream.on('end', function onend () { - self.emit('end') - }) -} - -/** - * Set content-type based on `path` - * if it hasn't been explicitly set. - * - * @param {String} path - * @api private - */ - -SendStream.prototype.type = function type (path) { - var res = this.res - - if (res.getHeader('Content-Type')) return - - var type = mime.lookup(path) - - if (!type) { - debug('no content-type') - return - } - - var charset = mime.charsets.lookup(type) - - debug('content-type %s', type) - res.setHeader('Content-Type', type + (charset ? '; charset=' + charset : '')) -} - -/** - * Set response header fields, most - * fields may be pre-defined. - * - * @param {String} path - * @param {Object} stat - * @api private - */ - -SendStream.prototype.setHeader = function setHeader (path, stat) { - var res = this.res - - this.emit('headers', res, path, stat) - - if (this._acceptRanges && !res.getHeader('Accept-Ranges')) { - debug('accept ranges') - res.setHeader('Accept-Ranges', 'bytes') - } - - if (this._cacheControl && !res.getHeader('Cache-Control')) { - var cacheControl = 'public, max-age=' + Math.floor(this._maxage / 1000) - - if (this._immutable) { - cacheControl += ', immutable' - } - - debug('cache-control %s', cacheControl) - res.setHeader('Cache-Control', cacheControl) - } - - if (this._lastModified && !res.getHeader('Last-Modified')) { - var modified = stat.mtime.toUTCString() - debug('modified %s', modified) - res.setHeader('Last-Modified', modified) - } - - if (this._etag && !res.getHeader('ETag')) { - var val = etag(stat) - debug('etag %s', val) - res.setHeader('ETag', val) - } -} - -/** - * Clear all headers from a response. - * - * @param {object} res - * @private - */ - -function clearHeaders (res) { - var headers = getHeaderNames(res) - - for (var i = 0; i < headers.length; i++) { - res.removeHeader(headers[i]) - } -} - -/** - * Collapse all leading slashes into a single slash - * - * @param {string} str - * @private - */ -function collapseLeadingSlashes (str) { - for (var i = 0; i < str.length; i++) { - if (str[i] !== '/') { - break - } - } - - return i > 1 - ? '/' + str.substr(i) - : str -} - -/** - * Determine if path parts contain a dotfile. - * - * @api private - */ - -function containsDotFile (parts) { - for (var i = 0; i < parts.length; i++) { - var part = parts[i] - if (part.length > 1 && part[0] === '.') { - return true - } - } - - return false -} - -/** - * Create a Content-Range header. - * - * @param {string} type - * @param {number} size - * @param {array} [range] - */ - -function contentRange (type, size, range) { - return type + ' ' + (range ? range.start + '-' + range.end : '*') + '/' + size -} - -/** - * Create a minimal HTML document. - * - * @param {string} title - * @param {string} body - * @private - */ - -function createHtmlDocument (title, body) { - return '<!DOCTYPE html>\n' + - '<html lang="en">\n' + - '<head>\n' + - '<meta charset="utf-8">\n' + - '<title>' + title + '</title>\n' + - '</head>\n' + - '<body>\n' + - '<pre>' + body + '</pre>\n' + - '</body>\n' + - '</html>\n' -} - -/** - * Create a HttpError object from simple arguments. - * - * @param {number} status - * @param {Error|object} err - * @private - */ - -function createHttpError (status, err) { - if (!err) { - return createError(status) - } - - return err instanceof Error - ? createError(status, err, { expose: false }) - : createError(status, err) -} - -/** - * decodeURIComponent. - * - * Allows V8 to only deoptimize this fn instead of all - * of send(). - * - * @param {String} path - * @api private - */ - -function decode (path) { - try { - return decodeURIComponent(path) - } catch (err) { - return -1 - } -} - -/** - * Get the header names on a respnse. - * - * @param {object} res - * @returns {array[string]} - * @private - */ - -function getHeaderNames (res) { - return typeof res.getHeaderNames !== 'function' - ? Object.keys(res._headers || {}) - : res.getHeaderNames() -} - -/** - * Determine if emitter has listeners of a given type. - * - * The way to do this check is done three different ways in Node.js >= 0.8 - * so this consolidates them into a minimal set using instance methods. - * - * @param {EventEmitter} emitter - * @param {string} type - * @returns {boolean} - * @private - */ - -function hasListeners (emitter, type) { - var count = typeof emitter.listenerCount !== 'function' - ? emitter.listeners(type).length - : emitter.listenerCount(type) - - return count > 0 -} - -/** - * Determine if the response headers have been sent. - * - * @param {object} res - * @returns {boolean} - * @private - */ - -function headersSent (res) { - return typeof res.headersSent !== 'boolean' - ? Boolean(res._header) - : res.headersSent -} - -/** - * Normalize the index option into an array. - * - * @param {boolean|string|array} val - * @param {string} name - * @private - */ - -function normalizeList (val, name) { - var list = [].concat(val || []) - - for (var i = 0; i < list.length; i++) { - if (typeof list[i] !== 'string') { - throw new TypeError(name + ' must be array of strings or false') - } - } - - return list -} - -/** - * Parse an HTTP Date into a number. - * - * @param {string} date - * @private - */ - -function parseHttpDate (date) { - var timestamp = date && Date.parse(date) - - return typeof timestamp === 'number' - ? timestamp - : NaN -} - -/** - * Parse a HTTP token list. - * - * @param {string} str - * @private - */ - -function parseTokenList (str) { - var end = 0 - var list = [] - var start = 0 - - // gather tokens - for (var i = 0, len = str.length; i < len; i++) { - switch (str.charCodeAt(i)) { - case 0x20: /* */ - if (start === end) { - start = end = i + 1 - } - break - case 0x2c: /* , */ - if (start !== end) { - list.push(str.substring(start, end)) - } - start = end = i + 1 - break - default: - end = i + 1 - break - } - } - - // final token - if (start !== end) { - list.push(str.substring(start, end)) - } - - return list -} - -/** - * Set an object of headers on a response. - * - * @param {object} res - * @param {object} headers - * @private - */ - -function setHeaders (res, headers) { - var keys = Object.keys(headers) - - for (var i = 0; i < keys.length; i++) { - var key = keys[i] - res.setHeader(key, headers[key]) - } -} diff --git a/software/flow/node_modules/send/node_modules/ms/index.js b/software/flow/node_modules/send/node_modules/ms/index.js deleted file mode 100644 index ea734fb..0000000 --- a/software/flow/node_modules/send/node_modules/ms/index.js +++ /dev/null @@ -1,162 +0,0 @@ -/** - * Helpers. - */ - -var s = 1000; -var m = s * 60; -var h = m * 60; -var d = h * 24; -var w = d * 7; -var y = d * 365.25; - -/** - * Parse or format the given `val`. - * - * Options: - * - * - `long` verbose formatting [false] - * - * @param {String|Number} val - * @param {Object} [options] - * @throws {Error} throw an error if val is not a non-empty string or a number - * @return {String|Number} - * @api public - */ - -module.exports = function (val, options) { - options = options || {}; - var type = typeof val; - if (type === 'string' && val.length > 0) { - return parse(val); - } else if (type === 'number' && isFinite(val)) { - return options.long ? fmtLong(val) : fmtShort(val); - } - throw new Error( - 'val is not a non-empty string or a valid number. val=' + - JSON.stringify(val) - ); -}; - -/** - * Parse the given `str` and return milliseconds. - * - * @param {String} str - * @return {Number} - * @api private - */ - -function parse(str) { - str = String(str); - if (str.length > 100) { - return; - } - var match = /^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec( - str - ); - if (!match) { - return; - } - var n = parseFloat(match[1]); - var type = (match[2] || 'ms').toLowerCase(); - switch (type) { - case 'years': - case 'year': - case 'yrs': - case 'yr': - case 'y': - return n * y; - case 'weeks': - case 'week': - case 'w': - return n * w; - case 'days': - case 'day': - case 'd': - return n * d; - case 'hours': - case 'hour': - case 'hrs': - case 'hr': - case 'h': - return n * h; - case 'minutes': - case 'minute': - case 'mins': - case 'min': - case 'm': - return n * m; - case 'seconds': - case 'second': - case 'secs': - case 'sec': - case 's': - return n * s; - case 'milliseconds': - case 'millisecond': - case 'msecs': - case 'msec': - case 'ms': - return n; - default: - return undefined; - } -} - -/** - * Short format for `ms`. - * - * @param {Number} ms - * @return {String} - * @api private - */ - -function fmtShort(ms) { - var msAbs = Math.abs(ms); - if (msAbs >= d) { - return Math.round(ms / d) + 'd'; - } - if (msAbs >= h) { - return Math.round(ms / h) + 'h'; - } - if (msAbs >= m) { - return Math.round(ms / m) + 'm'; - } - if (msAbs >= s) { - return Math.round(ms / s) + 's'; - } - return ms + 'ms'; -} - -/** - * Long format for `ms`. - * - * @param {Number} ms - * @return {String} - * @api private - */ - -function fmtLong(ms) { - var msAbs = Math.abs(ms); - if (msAbs >= d) { - return plural(ms, msAbs, d, 'day'); - } - if (msAbs >= h) { - return plural(ms, msAbs, h, 'hour'); - } - if (msAbs >= m) { - return plural(ms, msAbs, m, 'minute'); - } - if (msAbs >= s) { - return plural(ms, msAbs, s, 'second'); - } - return ms + ' ms'; -} - -/** - * Pluralization helper. - */ - -function plural(ms, msAbs, n, name) { - var isPlural = msAbs >= n * 1.5; - return Math.round(ms / n) + ' ' + name + (isPlural ? 's' : ''); -} diff --git a/software/flow/node_modules/send/node_modules/ms/license.md b/software/flow/node_modules/send/node_modules/ms/license.md deleted file mode 100644 index fa5d39b..0000000 --- a/software/flow/node_modules/send/node_modules/ms/license.md +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2020 Vercel, Inc. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/software/flow/node_modules/send/node_modules/ms/package.json b/software/flow/node_modules/send/node_modules/ms/package.json deleted file mode 100644 index 4997189..0000000 --- a/software/flow/node_modules/send/node_modules/ms/package.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "name": "ms", - "version": "2.1.3", - "description": "Tiny millisecond conversion utility", - "repository": "vercel/ms", - "main": "./index", - "files": [ - "index.js" - ], - "scripts": { - "precommit": "lint-staged", - "lint": "eslint lib/* bin/*", - "test": "mocha tests.js" - }, - "eslintConfig": { - "extends": "eslint:recommended", - "env": { - "node": true, - "es6": true - } - }, - "lint-staged": { - "*.js": [ - "npm run lint", - "prettier --single-quote --write", - "git add" - ] - }, - "license": "MIT", - "devDependencies": { - "eslint": "4.18.2", - "expect.js": "0.3.1", - "husky": "0.14.3", - "lint-staged": "5.0.0", - "mocha": "4.0.1", - "prettier": "2.0.5" - } -} diff --git a/software/flow/node_modules/send/node_modules/ms/readme.md b/software/flow/node_modules/send/node_modules/ms/readme.md deleted file mode 100644 index 0fc1abb..0000000 --- a/software/flow/node_modules/send/node_modules/ms/readme.md +++ /dev/null @@ -1,59 +0,0 @@ -# ms - -![CI](https://github.com/vercel/ms/workflows/CI/badge.svg) - -Use this package to easily convert various time formats to milliseconds. - -## Examples - -```js -ms('2 days') // 172800000 -ms('1d') // 86400000 -ms('10h') // 36000000 -ms('2.5 hrs') // 9000000 -ms('2h') // 7200000 -ms('1m') // 60000 -ms('5s') // 5000 -ms('1y') // 31557600000 -ms('100') // 100 -ms('-3 days') // -259200000 -ms('-1h') // -3600000 -ms('-200') // -200 -``` - -### Convert from Milliseconds - -```js -ms(60000) // "1m" -ms(2 * 60000) // "2m" -ms(-3 * 60000) // "-3m" -ms(ms('10 hours')) // "10h" -``` - -### Time Format Written-Out - -```js -ms(60000, { long: true }) // "1 minute" -ms(2 * 60000, { long: true }) // "2 minutes" -ms(-3 * 60000, { long: true }) // "-3 minutes" -ms(ms('10 hours'), { long: true }) // "10 hours" -``` - -## Features - -- Works both in [Node.js](https://nodejs.org) and in the browser -- If a number is supplied to `ms`, a string with a unit is returned -- If a string that contains the number is supplied, it returns it as a number (e.g.: it returns `100` for `'100'`) -- If you pass a string with a number and a valid unit, the number of equivalent milliseconds is returned - -## Related Packages - -- [ms.macro](https://github.com/knpwrs/ms.macro) - Run `ms` as a macro at build-time. - -## Caught a Bug? - -1. [Fork](https://help.github.com/articles/fork-a-repo/) this repository to your own GitHub account and then [clone](https://help.github.com/articles/cloning-a-repository/) it to your local device -2. Link the package to the global module directory: `npm link` -3. Within the module you want to test your local development instance of ms, just link it to the dependencies: `npm link ms`. Instead of the default one from npm, Node.js will now use your clone of ms! - -As always, you can run the tests using: `npm test` diff --git a/software/flow/node_modules/send/package.json b/software/flow/node_modules/send/package.json deleted file mode 100644 index 7f269d5..0000000 --- a/software/flow/node_modules/send/package.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "name": "send", - "description": "Better streaming static file server with Range and conditional-GET support", - "version": "0.18.0", - "author": "TJ Holowaychuk <tj@vision-media.ca>", - "contributors": [ - "Douglas Christopher Wilson <doug@somethingdoug.com>", - "James Wyatt Cready <jcready@gmail.com>", - "Jesús Leganés Combarro <piranna@gmail.com>" - ], - "license": "MIT", - "repository": "pillarjs/send", - "keywords": [ - "static", - "file", - "server" - ], - "dependencies": { - "debug": "2.6.9", - "depd": "2.0.0", - "destroy": "1.2.0", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "etag": "~1.8.1", - "fresh": "0.5.2", - "http-errors": "2.0.0", - "mime": "1.6.0", - "ms": "2.1.3", - "on-finished": "2.4.1", - "range-parser": "~1.2.1", - "statuses": "2.0.1" - }, - "devDependencies": { - "after": "0.8.2", - "eslint": "7.32.0", - "eslint-config-standard": "14.1.1", - "eslint-plugin-import": "2.25.4", - "eslint-plugin-markdown": "2.2.1", - "eslint-plugin-node": "11.1.0", - "eslint-plugin-promise": "5.2.0", - "eslint-plugin-standard": "4.1.0", - "mocha": "9.2.2", - "nyc": "15.1.0", - "supertest": "6.2.2" - }, - "files": [ - "HISTORY.md", - "LICENSE", - "README.md", - "SECURITY.md", - "index.js" - ], - "engines": { - "node": ">= 0.8.0" - }, - "scripts": { - "lint": "eslint .", - "test": "mocha --check-leaks --reporter spec --bail", - "test-ci": "nyc --reporter=lcov --reporter=text npm test", - "test-cov": "nyc --reporter=html --reporter=text npm test" - } -} diff --git a/software/flow/node_modules/serve-static/HISTORY.md b/software/flow/node_modules/serve-static/HISTORY.md deleted file mode 100644 index 6b58456..0000000 --- a/software/flow/node_modules/serve-static/HISTORY.md +++ /dev/null @@ -1,471 +0,0 @@ -1.15.0 / 2022-03-24 -=================== - - * deps: send@0.18.0 - - Fix emitted 416 error missing headers property - - Limit the headers removed for 304 response - - deps: depd@2.0.0 - - deps: destroy@1.2.0 - - deps: http-errors@2.0.0 - - deps: on-finished@2.4.1 - - deps: statuses@2.0.1 - -1.14.2 / 2021-12-15 -=================== - - * deps: send@0.17.2 - - deps: http-errors@1.8.1 - - deps: ms@2.1.3 - - pref: ignore empty http tokens - -1.14.1 / 2019-05-10 -=================== - - * Set stricter CSP header in redirect response - * deps: send@0.17.1 - - deps: range-parser@~1.2.1 - -1.14.0 / 2019-05-07 -=================== - - * deps: parseurl@~1.3.3 - * deps: send@0.17.0 - - deps: http-errors@~1.7.2 - - deps: mime@1.6.0 - - deps: ms@2.1.1 - - deps: statuses@~1.5.0 - - perf: remove redundant `path.normalize` call - -1.13.2 / 2018-02-07 -=================== - - * Fix incorrect end tag in redirects - * deps: encodeurl@~1.0.2 - - Fix encoding `%` as last character - * deps: send@0.16.2 - - deps: depd@~1.1.2 - - deps: encodeurl@~1.0.2 - - deps: statuses@~1.4.0 - -1.13.1 / 2017-09-29 -=================== - - * Fix regression when `root` is incorrectly set to a file - * deps: send@0.16.1 - -1.13.0 / 2017-09-27 -=================== - - * deps: send@0.16.0 - - Add 70 new types for file extensions - - Add `immutable` option - - Fix missing `</html>` in default error & redirects - - Set charset as "UTF-8" for .js and .json - - Use instance methods on steam to check for listeners - - deps: mime@1.4.1 - - perf: improve path validation speed - -1.12.6 / 2017-09-22 -=================== - - * deps: send@0.15.6 - - deps: debug@2.6.9 - - perf: improve `If-Match` token parsing - * perf: improve slash collapsing - -1.12.5 / 2017-09-21 -=================== - - * deps: parseurl@~1.3.2 - - perf: reduce overhead for full URLs - - perf: unroll the "fast-path" `RegExp` - * deps: send@0.15.5 - - Fix handling of modified headers with invalid dates - - deps: etag@~1.8.1 - - deps: fresh@0.5.2 - -1.12.4 / 2017-08-05 -=================== - - * deps: send@0.15.4 - - deps: debug@2.6.8 - - deps: depd@~1.1.1 - - deps: http-errors@~1.6.2 - -1.12.3 / 2017-05-16 -=================== - - * deps: send@0.15.3 - - deps: debug@2.6.7 - -1.12.2 / 2017-04-26 -=================== - - * deps: send@0.15.2 - - deps: debug@2.6.4 - -1.12.1 / 2017-03-04 -=================== - - * deps: send@0.15.1 - - Fix issue when `Date.parse` does not return `NaN` on invalid date - - Fix strict violation in broken environments - -1.12.0 / 2017-02-25 -=================== - - * Send complete HTML document in redirect response - * Set default CSP header in redirect response - * deps: send@0.15.0 - - Fix false detection of `no-cache` request directive - - Fix incorrect result when `If-None-Match` has both `*` and ETags - - Fix weak `ETag` matching to match spec - - Remove usage of `res._headers` private field - - Support `If-Match` and `If-Unmodified-Since` headers - - Use `res.getHeaderNames()` when available - - Use `res.headersSent` when available - - deps: debug@2.6.1 - - deps: etag@~1.8.0 - - deps: fresh@0.5.0 - - deps: http-errors@~1.6.1 - -1.11.2 / 2017-01-23 -=================== - - * deps: send@0.14.2 - - deps: http-errors@~1.5.1 - - deps: ms@0.7.2 - - deps: statuses@~1.3.1 - -1.11.1 / 2016-06-10 -=================== - - * Fix redirect error when `req.url` contains raw non-URL characters - * deps: send@0.14.1 - -1.11.0 / 2016-06-07 -=================== - - * Use status code 301 for redirects - * deps: send@0.14.0 - - Add `acceptRanges` option - - Add `cacheControl` option - - Attempt to combine multiple ranges into single range - - Correctly inherit from `Stream` class - - Fix `Content-Range` header in 416 responses when using `start`/`end` options - - Fix `Content-Range` header missing from default 416 responses - - Ignore non-byte `Range` headers - - deps: http-errors@~1.5.0 - - deps: range-parser@~1.2.0 - - deps: statuses@~1.3.0 - - perf: remove argument reassignment - -1.10.3 / 2016-05-30 -=================== - - * deps: send@0.13.2 - - Fix invalid `Content-Type` header when `send.mime.default_type` unset - -1.10.2 / 2016-01-19 -=================== - - * deps: parseurl@~1.3.1 - - perf: enable strict mode - -1.10.1 / 2016-01-16 -=================== - - * deps: escape-html@~1.0.3 - - perf: enable strict mode - - perf: optimize string replacement - - perf: use faster string coercion - * deps: send@0.13.1 - - deps: depd@~1.1.0 - - deps: destroy@~1.0.4 - - deps: escape-html@~1.0.3 - - deps: range-parser@~1.0.3 - -1.10.0 / 2015-06-17 -=================== - - * Add `fallthrough` option - - Allows declaring this middleware is the final destination - - Provides better integration with Express patterns - * Fix reading options from options prototype - * Improve the default redirect response headers - * deps: escape-html@1.0.2 - * deps: send@0.13.0 - - Allow Node.js HTTP server to set `Date` response header - - Fix incorrectly removing `Content-Location` on 304 response - - Improve the default redirect response headers - - Send appropriate headers on default error response - - Use `http-errors` for standard emitted errors - - Use `statuses` instead of `http` module for status messages - - deps: escape-html@1.0.2 - - deps: etag@~1.7.0 - - deps: fresh@0.3.0 - - deps: on-finished@~2.3.0 - - perf: enable strict mode - - perf: remove unnecessary array allocations - * perf: enable strict mode - * perf: remove argument reassignment - -1.9.3 / 2015-05-14 -================== - - * deps: send@0.12.3 - - deps: debug@~2.2.0 - - deps: depd@~1.0.1 - - deps: etag@~1.6.0 - - deps: ms@0.7.1 - - deps: on-finished@~2.2.1 - -1.9.2 / 2015-03-14 -================== - - * deps: send@0.12.2 - - Throw errors early for invalid `extensions` or `index` options - - deps: debug@~2.1.3 - -1.9.1 / 2015-02-17 -================== - - * deps: send@0.12.1 - - Fix regression sending zero-length files - -1.9.0 / 2015-02-16 -================== - - * deps: send@0.12.0 - - Always read the stat size from the file - - Fix mutating passed-in `options` - - deps: mime@1.3.4 - -1.8.1 / 2015-01-20 -================== - - * Fix redirect loop in Node.js 0.11.14 - * deps: send@0.11.1 - - Fix root path disclosure - -1.8.0 / 2015-01-05 -================== - - * deps: send@0.11.0 - - deps: debug@~2.1.1 - - deps: etag@~1.5.1 - - deps: ms@0.7.0 - - deps: on-finished@~2.2.0 - -1.7.2 / 2015-01-02 -================== - - * Fix potential open redirect when mounted at root - -1.7.1 / 2014-10-22 -================== - - * deps: send@0.10.1 - - deps: on-finished@~2.1.1 - -1.7.0 / 2014-10-15 -================== - - * deps: send@0.10.0 - - deps: debug@~2.1.0 - - deps: depd@~1.0.0 - - deps: etag@~1.5.0 - -1.6.5 / 2015-02-04 -================== - - * Fix potential open redirect when mounted at root - - Back-ported from v1.7.2 - -1.6.4 / 2014-10-08 -================== - - * Fix redirect loop when index file serving disabled - -1.6.3 / 2014-09-24 -================== - - * deps: send@0.9.3 - - deps: etag@~1.4.0 - -1.6.2 / 2014-09-15 -================== - - * deps: send@0.9.2 - - deps: depd@0.4.5 - - deps: etag@~1.3.1 - - deps: range-parser@~1.0.2 - -1.6.1 / 2014-09-07 -================== - - * deps: send@0.9.1 - - deps: fresh@0.2.4 - -1.6.0 / 2014-09-07 -================== - - * deps: send@0.9.0 - - Add `lastModified` option - - Use `etag` to generate `ETag` header - - deps: debug@~2.0.0 - -1.5.4 / 2014-09-04 -================== - - * deps: send@0.8.5 - - Fix a path traversal issue when using `root` - - Fix malicious path detection for empty string path - -1.5.3 / 2014-08-17 -================== - - * deps: send@0.8.3 - -1.5.2 / 2014-08-14 -================== - - * deps: send@0.8.2 - - Work around `fd` leak in Node.js 0.10 for `fs.ReadStream` - -1.5.1 / 2014-08-09 -================== - - * Fix parsing of weird `req.originalUrl` values - * deps: parseurl@~1.3.0 - * deps: utils-merge@1.0.0 - -1.5.0 / 2014-08-05 -================== - - * deps: send@0.8.1 - - Add `extensions` option - -1.4.4 / 2014-08-04 -================== - - * deps: send@0.7.4 - - Fix serving index files without root dir - -1.4.3 / 2014-07-29 -================== - - * deps: send@0.7.3 - - Fix incorrect 403 on Windows and Node.js 0.11 - -1.4.2 / 2014-07-27 -================== - - * deps: send@0.7.2 - - deps: depd@0.4.4 - -1.4.1 / 2014-07-26 -================== - - * deps: send@0.7.1 - - deps: depd@0.4.3 - -1.4.0 / 2014-07-21 -================== - - * deps: parseurl@~1.2.0 - - Cache URLs based on original value - - Remove no-longer-needed URL mis-parse work-around - - Simplify the "fast-path" `RegExp` - * deps: send@0.7.0 - - Add `dotfiles` option - - deps: debug@1.0.4 - - deps: depd@0.4.2 - -1.3.2 / 2014-07-11 -================== - - * deps: send@0.6.0 - - Cap `maxAge` value to 1 year - - deps: debug@1.0.3 - -1.3.1 / 2014-07-09 -================== - - * deps: parseurl@~1.1.3 - - faster parsing of href-only URLs - -1.3.0 / 2014-06-28 -================== - - * Add `setHeaders` option - * Include HTML link in redirect response - * deps: send@0.5.0 - - Accept string for `maxAge` (converted by `ms`) - -1.2.3 / 2014-06-11 -================== - - * deps: send@0.4.3 - - Do not throw un-catchable error on file open race condition - - Use `escape-html` for HTML escaping - - deps: debug@1.0.2 - - deps: finished@1.2.2 - - deps: fresh@0.2.2 - -1.2.2 / 2014-06-09 -================== - - * deps: send@0.4.2 - - fix "event emitter leak" warnings - - deps: debug@1.0.1 - - deps: finished@1.2.1 - -1.2.1 / 2014-06-02 -================== - - * use `escape-html` for escaping - * deps: send@0.4.1 - - Send `max-age` in `Cache-Control` in correct format - -1.2.0 / 2014-05-29 -================== - - * deps: send@0.4.0 - - Calculate ETag with md5 for reduced collisions - - Fix wrong behavior when index file matches directory - - Ignore stream errors after request ends - - Skip directories in index file search - - deps: debug@0.8.1 - -1.1.0 / 2014-04-24 -================== - - * Accept options directly to `send` module - * deps: send@0.3.0 - -1.0.4 / 2014-04-07 -================== - - * Resolve relative paths at middleware setup - * Use parseurl to parse the URL from request - -1.0.3 / 2014-03-20 -================== - - * Do not rely on connect-like environments - -1.0.2 / 2014-03-06 -================== - - * deps: send@0.2.0 - -1.0.1 / 2014-03-05 -================== - - * Add mime export for back-compat - -1.0.0 / 2014-03-05 -================== - - * Genesis from `connect` diff --git a/software/flow/node_modules/serve-static/LICENSE b/software/flow/node_modules/serve-static/LICENSE deleted file mode 100644 index cbe62e8..0000000 --- a/software/flow/node_modules/serve-static/LICENSE +++ /dev/null @@ -1,25 +0,0 @@ -(The MIT License) - -Copyright (c) 2010 Sencha Inc. -Copyright (c) 2011 LearnBoost -Copyright (c) 2011 TJ Holowaychuk -Copyright (c) 2014-2016 Douglas Christopher Wilson - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -'Software'), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/software/flow/node_modules/serve-static/README.md b/software/flow/node_modules/serve-static/README.md deleted file mode 100644 index 262d944..0000000 --- a/software/flow/node_modules/serve-static/README.md +++ /dev/null @@ -1,257 +0,0 @@ -# serve-static - -[![NPM Version][npm-version-image]][npm-url] -[![NPM Downloads][npm-downloads-image]][npm-url] -[![Linux Build][github-actions-ci-image]][github-actions-ci-url] -[![Windows Build][appveyor-image]][appveyor-url] -[![Test Coverage][coveralls-image]][coveralls-url] - -## Install - -This is a [Node.js](https://nodejs.org/en/) module available through the -[npm registry](https://www.npmjs.com/). Installation is done using the -[`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally): - -```sh -$ npm install serve-static -``` - -## API - -```js -var serveStatic = require('serve-static') -``` - -### serveStatic(root, options) - -Create a new middleware function to serve files from within a given root -directory. The file to serve will be determined by combining `req.url` -with the provided root directory. When a file is not found, instead of -sending a 404 response, this module will instead call `next()` to move on -to the next middleware, allowing for stacking and fall-backs. - -#### Options - -##### acceptRanges - -Enable or disable accepting ranged requests, defaults to true. -Disabling this will not send `Accept-Ranges` and ignore the contents -of the `Range` request header. - -##### cacheControl - -Enable or disable setting `Cache-Control` response header, defaults to -true. Disabling this will ignore the `immutable` and `maxAge` options. - -##### dotfiles - - Set how "dotfiles" are treated when encountered. A dotfile is a file -or directory that begins with a dot ("."). Note this check is done on -the path itself without checking if the path actually exists on the -disk. If `root` is specified, only the dotfiles above the root are -checked (i.e. the root itself can be within a dotfile when set -to "deny"). - - - `'allow'` No special treatment for dotfiles. - - `'deny'` Deny a request for a dotfile and 403/`next()`. - - `'ignore'` Pretend like the dotfile does not exist and 404/`next()`. - -The default value is similar to `'ignore'`, with the exception that this -default will not ignore the files within a directory that begins with a dot. - -##### etag - -Enable or disable etag generation, defaults to true. - -##### extensions - -Set file extension fallbacks. When set, if a file is not found, the given -extensions will be added to the file name and search for. The first that -exists will be served. Example: `['html', 'htm']`. - -The default value is `false`. - -##### fallthrough - -Set the middleware to have client errors fall-through as just unhandled -requests, otherwise forward a client error. The difference is that client -errors like a bad request or a request to a non-existent file will cause -this middleware to simply `next()` to your next middleware when this value -is `true`. When this value is `false`, these errors (even 404s), will invoke -`next(err)`. - -Typically `true` is desired such that multiple physical directories can be -mapped to the same web address or for routes to fill in non-existent files. - -The value `false` can be used if this middleware is mounted at a path that -is designed to be strictly a single file system directory, which allows for -short-circuiting 404s for less overhead. This middleware will also reply to -all methods. - -The default value is `true`. - -##### immutable - -Enable or disable the `immutable` directive in the `Cache-Control` response -header, defaults to `false`. If set to `true`, the `maxAge` option should -also be specified to enable caching. The `immutable` directive will prevent -supported clients from making conditional requests during the life of the -`maxAge` option to check if the file has changed. - -##### index - -By default this module will send "index.html" files in response to a request -on a directory. To disable this set `false` or to supply a new index pass a -string or an array in preferred order. - -##### lastModified - -Enable or disable `Last-Modified` header, defaults to true. Uses the file -system's last modified value. - -##### maxAge - -Provide a max-age in milliseconds for http caching, defaults to 0. This -can also be a string accepted by the [ms](https://www.npmjs.org/package/ms#readme) -module. - -##### redirect - -Redirect to trailing "/" when the pathname is a dir. Defaults to `true`. - -##### setHeaders - -Function to set custom headers on response. Alterations to the headers need to -occur synchronously. The function is called as `fn(res, path, stat)`, where -the arguments are: - - - `res` the response object - - `path` the file path that is being sent - - `stat` the stat object of the file that is being sent - -## Examples - -### Serve files with vanilla node.js http server - -```js -var finalhandler = require('finalhandler') -var http = require('http') -var serveStatic = require('serve-static') - -// Serve up public/ftp folder -var serve = serveStatic('public/ftp', { index: ['index.html', 'index.htm'] }) - -// Create server -var server = http.createServer(function onRequest (req, res) { - serve(req, res, finalhandler(req, res)) -}) - -// Listen -server.listen(3000) -``` - -### Serve all files as downloads - -```js -var contentDisposition = require('content-disposition') -var finalhandler = require('finalhandler') -var http = require('http') -var serveStatic = require('serve-static') - -// Serve up public/ftp folder -var serve = serveStatic('public/ftp', { - index: false, - setHeaders: setHeaders -}) - -// Set header to force download -function setHeaders (res, path) { - res.setHeader('Content-Disposition', contentDisposition(path)) -} - -// Create server -var server = http.createServer(function onRequest (req, res) { - serve(req, res, finalhandler(req, res)) -}) - -// Listen -server.listen(3000) -``` - -### Serving using express - -#### Simple - -This is a simple example of using Express. - -```js -var express = require('express') -var serveStatic = require('serve-static') - -var app = express() - -app.use(serveStatic('public/ftp', { index: ['default.html', 'default.htm'] })) -app.listen(3000) -``` - -#### Multiple roots - -This example shows a simple way to search through multiple directories. -Files are searched for in `public-optimized/` first, then `public/` second -as a fallback. - -```js -var express = require('express') -var path = require('path') -var serveStatic = require('serve-static') - -var app = express() - -app.use(serveStatic(path.join(__dirname, 'public-optimized'))) -app.use(serveStatic(path.join(__dirname, 'public'))) -app.listen(3000) -``` - -#### Different settings for paths - -This example shows how to set a different max age depending on the served -file type. In this example, HTML files are not cached, while everything else -is for 1 day. - -```js -var express = require('express') -var path = require('path') -var serveStatic = require('serve-static') - -var app = express() - -app.use(serveStatic(path.join(__dirname, 'public'), { - maxAge: '1d', - setHeaders: setCustomCacheControl -})) - -app.listen(3000) - -function setCustomCacheControl (res, path) { - if (serveStatic.mime.lookup(path) === 'text/html') { - // Custom Cache-Control for HTML files - res.setHeader('Cache-Control', 'public, max-age=0') - } -} -``` - -## License - -[MIT](LICENSE) - -[appveyor-image]: https://badgen.net/appveyor/ci/dougwilson/serve-static/master?label=windows -[appveyor-url]: https://ci.appveyor.com/project/dougwilson/serve-static -[coveralls-image]: https://badgen.net/coveralls/c/github/expressjs/serve-static/master -[coveralls-url]: https://coveralls.io/r/expressjs/serve-static?branch=master -[github-actions-ci-image]: https://badgen.net/github/checks/expressjs/serve-static/master?label=linux -[github-actions-ci-url]: https://github.com/expressjs/serve-static/actions/workflows/ci.yml -[node-image]: https://badgen.net/npm/node/serve-static -[node-url]: https://nodejs.org/en/download/ -[npm-downloads-image]: https://badgen.net/npm/dm/serve-static -[npm-url]: https://npmjs.org/package/serve-static -[npm-version-image]: https://badgen.net/npm/v/serve-static diff --git a/software/flow/node_modules/serve-static/index.js b/software/flow/node_modules/serve-static/index.js deleted file mode 100644 index b7d3984..0000000 --- a/software/flow/node_modules/serve-static/index.js +++ /dev/null @@ -1,210 +0,0 @@ -/*! - * serve-static - * Copyright(c) 2010 Sencha Inc. - * Copyright(c) 2011 TJ Holowaychuk - * Copyright(c) 2014-2016 Douglas Christopher Wilson - * MIT Licensed - */ - -'use strict' - -/** - * Module dependencies. - * @private - */ - -var encodeUrl = require('encodeurl') -var escapeHtml = require('escape-html') -var parseUrl = require('parseurl') -var resolve = require('path').resolve -var send = require('send') -var url = require('url') - -/** - * Module exports. - * @public - */ - -module.exports = serveStatic -module.exports.mime = send.mime - -/** - * @param {string} root - * @param {object} [options] - * @return {function} - * @public - */ - -function serveStatic (root, options) { - if (!root) { - throw new TypeError('root path required') - } - - if (typeof root !== 'string') { - throw new TypeError('root path must be a string') - } - - // copy options object - var opts = Object.create(options || null) - - // fall-though - var fallthrough = opts.fallthrough !== false - - // default redirect - var redirect = opts.redirect !== false - - // headers listener - var setHeaders = opts.setHeaders - - if (setHeaders && typeof setHeaders !== 'function') { - throw new TypeError('option setHeaders must be function') - } - - // setup options for send - opts.maxage = opts.maxage || opts.maxAge || 0 - opts.root = resolve(root) - - // construct directory listener - var onDirectory = redirect - ? createRedirectDirectoryListener() - : createNotFoundDirectoryListener() - - return function serveStatic (req, res, next) { - if (req.method !== 'GET' && req.method !== 'HEAD') { - if (fallthrough) { - return next() - } - - // method not allowed - res.statusCode = 405 - res.setHeader('Allow', 'GET, HEAD') - res.setHeader('Content-Length', '0') - res.end() - return - } - - var forwardError = !fallthrough - var originalUrl = parseUrl.original(req) - var path = parseUrl(req).pathname - - // make sure redirect occurs at mount - if (path === '/' && originalUrl.pathname.substr(-1) !== '/') { - path = '' - } - - // create send stream - var stream = send(req, path, opts) - - // add directory handler - stream.on('directory', onDirectory) - - // add headers listener - if (setHeaders) { - stream.on('headers', setHeaders) - } - - // add file listener for fallthrough - if (fallthrough) { - stream.on('file', function onFile () { - // once file is determined, always forward error - forwardError = true - }) - } - - // forward errors - stream.on('error', function error (err) { - if (forwardError || !(err.statusCode < 500)) { - next(err) - return - } - - next() - }) - - // pipe - stream.pipe(res) - } -} - -/** - * Collapse all leading slashes into a single slash - * @private - */ -function collapseLeadingSlashes (str) { - for (var i = 0; i < str.length; i++) { - if (str.charCodeAt(i) !== 0x2f /* / */) { - break - } - } - - return i > 1 - ? '/' + str.substr(i) - : str -} - -/** - * Create a minimal HTML document. - * - * @param {string} title - * @param {string} body - * @private - */ - -function createHtmlDocument (title, body) { - return '<!DOCTYPE html>\n' + - '<html lang="en">\n' + - '<head>\n' + - '<meta charset="utf-8">\n' + - '<title>' + title + '</title>\n' + - '</head>\n' + - '<body>\n' + - '<pre>' + body + '</pre>\n' + - '</body>\n' + - '</html>\n' -} - -/** - * Create a directory listener that just 404s. - * @private - */ - -function createNotFoundDirectoryListener () { - return function notFound () { - this.error(404) - } -} - -/** - * Create a directory listener that performs a redirect. - * @private - */ - -function createRedirectDirectoryListener () { - return function redirect (res) { - if (this.hasTrailingSlash()) { - this.error(404) - return - } - - // get original URL - var originalUrl = parseUrl.original(this.req) - - // append trailing slash - originalUrl.path = null - originalUrl.pathname = collapseLeadingSlashes(originalUrl.pathname + '/') - - // reformat the URL - var loc = encodeUrl(url.format(originalUrl)) - var doc = createHtmlDocument('Redirecting', 'Redirecting to <a href="' + escapeHtml(loc) + '">' + - escapeHtml(loc) + '</a>') - - // send redirect response - res.statusCode = 301 - res.setHeader('Content-Type', 'text/html; charset=UTF-8') - res.setHeader('Content-Length', Buffer.byteLength(doc)) - res.setHeader('Content-Security-Policy', "default-src 'none'") - res.setHeader('X-Content-Type-Options', 'nosniff') - res.setHeader('Location', loc) - res.end(doc) - } -} diff --git a/software/flow/node_modules/serve-static/package.json b/software/flow/node_modules/serve-static/package.json deleted file mode 100644 index 9d935f5..0000000 --- a/software/flow/node_modules/serve-static/package.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "name": "serve-static", - "description": "Serve static files", - "version": "1.15.0", - "author": "Douglas Christopher Wilson <doug@somethingdoug.com>", - "license": "MIT", - "repository": "expressjs/serve-static", - "dependencies": { - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "parseurl": "~1.3.3", - "send": "0.18.0" - }, - "devDependencies": { - "eslint": "7.32.0", - "eslint-config-standard": "14.1.1", - "eslint-plugin-import": "2.25.4", - "eslint-plugin-markdown": "2.2.1", - "eslint-plugin-node": "11.1.0", - "eslint-plugin-promise": "5.2.0", - "eslint-plugin-standard": "4.1.0", - "mocha": "9.2.2", - "nyc": "15.1.0", - "safe-buffer": "5.2.1", - "supertest": "6.2.2" - }, - "files": [ - "LICENSE", - "HISTORY.md", - "index.js" - ], - "engines": { - "node": ">= 0.8.0" - }, - "scripts": { - "lint": "eslint .", - "test": "mocha --reporter spec --bail --check-leaks test/", - "test-ci": "nyc --reporter=lcov --reporter=text npm test", - "test-cov": "nyc --reporter=html --reporter=text npm test", - "version": "node scripts/version-history.js && git add HISTORY.md" - } -} diff --git a/software/flow/node_modules/setprototypeof/LICENSE b/software/flow/node_modules/setprototypeof/LICENSE deleted file mode 100644 index 61afa2f..0000000 --- a/software/flow/node_modules/setprototypeof/LICENSE +++ /dev/null @@ -1,13 +0,0 @@ -Copyright (c) 2015, Wes Todd - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY -SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION -OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN -CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/software/flow/node_modules/setprototypeof/README.md b/software/flow/node_modules/setprototypeof/README.md deleted file mode 100644 index 791eeff..0000000 --- a/software/flow/node_modules/setprototypeof/README.md +++ /dev/null @@ -1,31 +0,0 @@ -# Polyfill for `Object.setPrototypeOf` - -[![NPM Version](https://img.shields.io/npm/v/setprototypeof.svg)](https://npmjs.org/package/setprototypeof) -[![NPM Downloads](https://img.shields.io/npm/dm/setprototypeof.svg)](https://npmjs.org/package/setprototypeof) -[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](https://github.com/standard/standard) - -A simple cross platform implementation to set the prototype of an instianted object. Supports all modern browsers and at least back to IE8. - -## Usage: - -``` -$ npm install --save setprototypeof -``` - -```javascript -var setPrototypeOf = require('setprototypeof') - -var obj = {} -setPrototypeOf(obj, { - foo: function () { - return 'bar' - } -}) -obj.foo() // bar -``` - -TypeScript is also supported: - -```typescript -import setPrototypeOf from 'setprototypeof' -``` diff --git a/software/flow/node_modules/setprototypeof/index.d.ts b/software/flow/node_modules/setprototypeof/index.d.ts deleted file mode 100644 index f108ecd..0000000 --- a/software/flow/node_modules/setprototypeof/index.d.ts +++ /dev/null @@ -1,2 +0,0 @@ -declare function setPrototypeOf(o: any, proto: object | null): any; -export = setPrototypeOf; diff --git a/software/flow/node_modules/setprototypeof/index.js b/software/flow/node_modules/setprototypeof/index.js deleted file mode 100644 index c527055..0000000 --- a/software/flow/node_modules/setprototypeof/index.js +++ /dev/null @@ -1,17 +0,0 @@ -'use strict' -/* eslint no-proto: 0 */ -module.exports = Object.setPrototypeOf || ({ __proto__: [] } instanceof Array ? setProtoOf : mixinProperties) - -function setProtoOf (obj, proto) { - obj.__proto__ = proto - return obj -} - -function mixinProperties (obj, proto) { - for (var prop in proto) { - if (!Object.prototype.hasOwnProperty.call(obj, prop)) { - obj[prop] = proto[prop] - } - } - return obj -} diff --git a/software/flow/node_modules/setprototypeof/package.json b/software/flow/node_modules/setprototypeof/package.json deleted file mode 100644 index f20915b..0000000 --- a/software/flow/node_modules/setprototypeof/package.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "name": "setprototypeof", - "version": "1.2.0", - "description": "A small polyfill for Object.setprototypeof", - "main": "index.js", - "typings": "index.d.ts", - "scripts": { - "test": "standard && mocha", - "testallversions": "npm run node010 && npm run node4 && npm run node6 && npm run node9 && npm run node11", - "testversion": "docker run -it --rm -v $(PWD):/usr/src/app -w /usr/src/app node:${NODE_VER} npm install mocha@${MOCHA_VER:-latest} && npm t", - "node010": "NODE_VER=0.10 MOCHA_VER=3 npm run testversion", - "node4": "NODE_VER=4 npm run testversion", - "node6": "NODE_VER=6 npm run testversion", - "node9": "NODE_VER=9 npm run testversion", - "node11": "NODE_VER=11 npm run testversion", - "prepublishOnly": "npm t", - "postpublish": "git push origin && git push origin --tags" - }, - "repository": { - "type": "git", - "url": "https://github.com/wesleytodd/setprototypeof.git" - }, - "keywords": [ - "polyfill", - "object", - "setprototypeof" - ], - "author": "Wes Todd", - "license": "ISC", - "bugs": { - "url": "https://github.com/wesleytodd/setprototypeof/issues" - }, - "homepage": "https://github.com/wesleytodd/setprototypeof", - "devDependencies": { - "mocha": "^6.1.4", - "standard": "^13.0.2" - } -} diff --git a/software/flow/node_modules/setprototypeof/test/index.js b/software/flow/node_modules/setprototypeof/test/index.js deleted file mode 100644 index afeb4dd..0000000 --- a/software/flow/node_modules/setprototypeof/test/index.js +++ /dev/null @@ -1,24 +0,0 @@ -'use strict' -/* eslint-env mocha */ -/* eslint no-proto: 0 */ -var assert = require('assert') -var setPrototypeOf = require('..') - -describe('setProtoOf(obj, proto)', function () { - it('should merge objects', function () { - var obj = { a: 1, b: 2 } - var proto = { b: 3, c: 4 } - var mergeObj = setPrototypeOf(obj, proto) - - if (Object.getPrototypeOf) { - assert.strictEqual(Object.getPrototypeOf(obj), proto) - } else if ({ __proto__: [] } instanceof Array) { - assert.strictEqual(obj.__proto__, proto) - } else { - assert.strictEqual(obj.a, 1) - assert.strictEqual(obj.b, 2) - assert.strictEqual(obj.c, 4) - } - assert.strictEqual(mergeObj, obj) - }) -}) diff --git a/software/flow/node_modules/socket.io-adapter/LICENSE b/software/flow/node_modules/socket.io-adapter/LICENSE deleted file mode 100644 index 7e43606..0000000 --- a/software/flow/node_modules/socket.io-adapter/LICENSE +++ /dev/null @@ -1,20 +0,0 @@ -(The MIT License) - -Copyright (c) 2014 Guillermo Rauch <guillermo@learnboost.com> - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the 'Software'), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of -the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR -COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/software/flow/node_modules/socket.io-adapter/Readme.md b/software/flow/node_modules/socket.io-adapter/Readme.md deleted file mode 100644 index 2cd9df1..0000000 --- a/software/flow/node_modules/socket.io-adapter/Readme.md +++ /dev/null @@ -1,23 +0,0 @@ - -# socket.io-adapter - -Default socket.io in-memory adapter class. - -Compatibility table: - -| Adapter version | Socket.IO server version | -|-----------------| ------------------------ | -| 1.x.x | 1.x.x / 2.x.x | -| 2.x.x | 3.x.x | - -## How to use - -This module is not intended for end-user usage, but can be used as an -interface to inherit from other adapters you might want to build. - -As an example of an adapter that builds on top of this, please take a look -at [socket.io-redis](https://github.com/learnboost/socket.io-redis). - -## License - -MIT diff --git a/software/flow/node_modules/socket.io-adapter/dist/contrib/yeast.d.ts b/software/flow/node_modules/socket.io-adapter/dist/contrib/yeast.d.ts deleted file mode 100644 index 29b5b45..0000000 --- a/software/flow/node_modules/socket.io-adapter/dist/contrib/yeast.d.ts +++ /dev/null @@ -1,23 +0,0 @@ -/** - * Return a string representing the specified number. - * - * @param {Number} num The number to convert. - * @returns {String} The string representation of the number. - * @api public - */ -export declare function encode(num: any): string; -/** - * Return the integer value specified by the given string. - * - * @param {String} str The string to convert. - * @returns {Number} The integer value represented by the string. - * @api public - */ -export declare function decode(str: any): number; -/** - * Yeast: A tiny growing id generator. - * - * @returns {String} A unique id. - * @api public - */ -export declare function yeast(): string; diff --git a/software/flow/node_modules/socket.io-adapter/dist/contrib/yeast.js b/software/flow/node_modules/socket.io-adapter/dist/contrib/yeast.js deleted file mode 100644 index 490b158..0000000 --- a/software/flow/node_modules/socket.io-adapter/dist/contrib/yeast.js +++ /dev/null @@ -1,55 +0,0 @@ -// imported from https://github.com/unshiftio/yeast -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.yeast = exports.decode = exports.encode = void 0; -const alphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz-_".split(""), length = 64, map = {}; -let seed = 0, i = 0, prev; -/** - * Return a string representing the specified number. - * - * @param {Number} num The number to convert. - * @returns {String} The string representation of the number. - * @api public - */ -function encode(num) { - let encoded = ""; - do { - encoded = alphabet[num % length] + encoded; - num = Math.floor(num / length); - } while (num > 0); - return encoded; -} -exports.encode = encode; -/** - * Return the integer value specified by the given string. - * - * @param {String} str The string to convert. - * @returns {Number} The integer value represented by the string. - * @api public - */ -function decode(str) { - let decoded = 0; - for (i = 0; i < str.length; i++) { - decoded = decoded * length + map[str.charAt(i)]; - } - return decoded; -} -exports.decode = decode; -/** - * Yeast: A tiny growing id generator. - * - * @returns {String} A unique id. - * @api public - */ -function yeast() { - const now = encode(+new Date()); - if (now !== prev) - return (seed = 0), (prev = now); - return now + "." + encode(seed++); -} -exports.yeast = yeast; -// -// Map each character to its index. -// -for (; i < length; i++) - map[alphabet[i]] = i; diff --git a/software/flow/node_modules/socket.io-adapter/dist/index.d.ts b/software/flow/node_modules/socket.io-adapter/dist/index.d.ts deleted file mode 100644 index efed031..0000000 --- a/software/flow/node_modules/socket.io-adapter/dist/index.d.ts +++ /dev/null @@ -1,179 +0,0 @@ -/// <reference types="node" /> -import { EventEmitter } from "events"; -/** - * A public ID, sent by the server at the beginning of the Socket.IO session and which can be used for private messaging - */ -export type SocketId = string; -/** - * A private ID, sent by the server at the beginning of the Socket.IO session and used for connection state recovery - * upon reconnection - */ -export type PrivateSessionId = string; -export type Room = string; -export interface BroadcastFlags { - volatile?: boolean; - compress?: boolean; - local?: boolean; - broadcast?: boolean; - binary?: boolean; - timeout?: number; -} -export interface BroadcastOptions { - rooms: Set<Room>; - except?: Set<Room>; - flags?: BroadcastFlags; -} -interface SessionToPersist { - sid: SocketId; - pid: PrivateSessionId; - rooms: Room[]; - data: unknown; -} -export type Session = SessionToPersist & { - missedPackets: unknown[][]; -}; -export declare class Adapter extends EventEmitter { - readonly nsp: any; - rooms: Map<Room, Set<SocketId>>; - sids: Map<SocketId, Set<Room>>; - private readonly encoder; - /** - * In-memory adapter constructor. - * - * @param {Namespace} nsp - */ - constructor(nsp: any); - /** - * To be overridden - */ - init(): Promise<void> | void; - /** - * To be overridden - */ - close(): Promise<void> | void; - /** - * Returns the number of Socket.IO servers in the cluster - * - * @public - */ - serverCount(): Promise<number>; - /** - * Adds a socket to a list of room. - * - * @param {SocketId} id the socket id - * @param {Set<Room>} rooms a set of rooms - * @public - */ - addAll(id: SocketId, rooms: Set<Room>): Promise<void> | void; - /** - * Removes a socket from a room. - * - * @param {SocketId} id the socket id - * @param {Room} room the room name - */ - del(id: SocketId, room: Room): Promise<void> | void; - private _del; - /** - * Removes a socket from all rooms it's joined. - * - * @param {SocketId} id the socket id - */ - delAll(id: SocketId): void; - /** - * Broadcasts a packet. - * - * Options: - * - `flags` {Object} flags for this packet - * - `except` {Array} sids that should be excluded - * - `rooms` {Array} list of rooms to broadcast to - * - * @param {Object} packet the packet object - * @param {Object} opts the options - * @public - */ - broadcast(packet: any, opts: BroadcastOptions): void; - /** - * Broadcasts a packet and expects multiple acknowledgements. - * - * Options: - * - `flags` {Object} flags for this packet - * - `except` {Array} sids that should be excluded - * - `rooms` {Array} list of rooms to broadcast to - * - * @param {Object} packet the packet object - * @param {Object} opts the options - * @param clientCountCallback - the number of clients that received the packet - * @param ack - the callback that will be called for each client response - * - * @public - */ - broadcastWithAck(packet: any, opts: BroadcastOptions, clientCountCallback: (clientCount: number) => void, ack: (...args: any[]) => void): void; - private _encode; - /** - * Gets a list of sockets by sid. - * - * @param {Set<Room>} rooms the explicit set of rooms to check. - */ - sockets(rooms: Set<Room>): Promise<Set<SocketId>>; - /** - * Gets the list of rooms a given socket has joined. - * - * @param {SocketId} id the socket id - */ - socketRooms(id: SocketId): Set<Room> | undefined; - /** - * Returns the matching socket instances - * - * @param opts - the filters to apply - */ - fetchSockets(opts: BroadcastOptions): Promise<any[]>; - /** - * Makes the matching socket instances join the specified rooms - * - * @param opts - the filters to apply - * @param rooms - the rooms to join - */ - addSockets(opts: BroadcastOptions, rooms: Room[]): void; - /** - * Makes the matching socket instances leave the specified rooms - * - * @param opts - the filters to apply - * @param rooms - the rooms to leave - */ - delSockets(opts: BroadcastOptions, rooms: Room[]): void; - /** - * Makes the matching socket instances disconnect - * - * @param opts - the filters to apply - * @param close - whether to close the underlying connection - */ - disconnectSockets(opts: BroadcastOptions, close: boolean): void; - private apply; - private computeExceptSids; - /** - * Send a packet to the other Socket.IO servers in the cluster - * @param packet - an array of arguments, which may include an acknowledgement callback at the end - */ - serverSideEmit(packet: any[]): void; - /** - * Save the client session in order to restore it upon reconnection. - */ - persistSession(session: SessionToPersist): void; - /** - * Restore the session and find the packets that were missed by the client. - * @param pid - * @param offset - */ - restoreSession(pid: PrivateSessionId, offset: string): Promise<Session>; -} -export declare class SessionAwareAdapter extends Adapter { - readonly nsp: any; - private readonly maxDisconnectionDuration; - private sessions; - private packets; - constructor(nsp: any); - persistSession(session: SessionToPersist): void; - restoreSession(pid: PrivateSessionId, offset: string): Promise<Session>; - broadcast(packet: any, opts: BroadcastOptions): void; -} -export {}; diff --git a/software/flow/node_modules/socket.io-adapter/dist/index.js b/software/flow/node_modules/socket.io-adapter/dist/index.js deleted file mode 100644 index 1bfabf6..0000000 --- a/software/flow/node_modules/socket.io-adapter/dist/index.js +++ /dev/null @@ -1,394 +0,0 @@ -"use strict"; -var _a; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.SessionAwareAdapter = exports.Adapter = void 0; -const events_1 = require("events"); -const yeast_1 = require("./contrib/yeast"); -const WebSocket = require("ws"); -const canPreComputeFrame = typeof ((_a = WebSocket === null || WebSocket === void 0 ? void 0 : WebSocket.Sender) === null || _a === void 0 ? void 0 : _a.frame) === "function"; -class Adapter extends events_1.EventEmitter { - /** - * In-memory adapter constructor. - * - * @param {Namespace} nsp - */ - constructor(nsp) { - super(); - this.nsp = nsp; - this.rooms = new Map(); - this.sids = new Map(); - this.encoder = nsp.server.encoder; - } - /** - * To be overridden - */ - init() { } - /** - * To be overridden - */ - close() { } - /** - * Returns the number of Socket.IO servers in the cluster - * - * @public - */ - serverCount() { - return Promise.resolve(1); - } - /** - * Adds a socket to a list of room. - * - * @param {SocketId} id the socket id - * @param {Set<Room>} rooms a set of rooms - * @public - */ - addAll(id, rooms) { - if (!this.sids.has(id)) { - this.sids.set(id, new Set()); - } - for (const room of rooms) { - this.sids.get(id).add(room); - if (!this.rooms.has(room)) { - this.rooms.set(room, new Set()); - this.emit("create-room", room); - } - if (!this.rooms.get(room).has(id)) { - this.rooms.get(room).add(id); - this.emit("join-room", room, id); - } - } - } - /** - * Removes a socket from a room. - * - * @param {SocketId} id the socket id - * @param {Room} room the room name - */ - del(id, room) { - if (this.sids.has(id)) { - this.sids.get(id).delete(room); - } - this._del(room, id); - } - _del(room, id) { - const _room = this.rooms.get(room); - if (_room != null) { - const deleted = _room.delete(id); - if (deleted) { - this.emit("leave-room", room, id); - } - if (_room.size === 0 && this.rooms.delete(room)) { - this.emit("delete-room", room); - } - } - } - /** - * Removes a socket from all rooms it's joined. - * - * @param {SocketId} id the socket id - */ - delAll(id) { - if (!this.sids.has(id)) { - return; - } - for (const room of this.sids.get(id)) { - this._del(room, id); - } - this.sids.delete(id); - } - /** - * Broadcasts a packet. - * - * Options: - * - `flags` {Object} flags for this packet - * - `except` {Array} sids that should be excluded - * - `rooms` {Array} list of rooms to broadcast to - * - * @param {Object} packet the packet object - * @param {Object} opts the options - * @public - */ - broadcast(packet, opts) { - const flags = opts.flags || {}; - const packetOpts = { - preEncoded: true, - volatile: flags.volatile, - compress: flags.compress, - }; - packet.nsp = this.nsp.name; - const encodedPackets = this._encode(packet, packetOpts); - this.apply(opts, (socket) => { - if (typeof socket.notifyOutgoingListeners === "function") { - socket.notifyOutgoingListeners(packet); - } - socket.client.writeToEngine(encodedPackets, packetOpts); - }); - } - /** - * Broadcasts a packet and expects multiple acknowledgements. - * - * Options: - * - `flags` {Object} flags for this packet - * - `except` {Array} sids that should be excluded - * - `rooms` {Array} list of rooms to broadcast to - * - * @param {Object} packet the packet object - * @param {Object} opts the options - * @param clientCountCallback - the number of clients that received the packet - * @param ack - the callback that will be called for each client response - * - * @public - */ - broadcastWithAck(packet, opts, clientCountCallback, ack) { - const flags = opts.flags || {}; - const packetOpts = { - preEncoded: true, - volatile: flags.volatile, - compress: flags.compress, - }; - packet.nsp = this.nsp.name; - // we can use the same id for each packet, since the _ids counter is common (no duplicate) - packet.id = this.nsp._ids++; - const encodedPackets = this._encode(packet, packetOpts); - let clientCount = 0; - this.apply(opts, (socket) => { - // track the total number of acknowledgements that are expected - clientCount++; - // call the ack callback for each client response - socket.acks.set(packet.id, ack); - if (typeof socket.notifyOutgoingListeners === "function") { - socket.notifyOutgoingListeners(packet); - } - socket.client.writeToEngine(encodedPackets, packetOpts); - }); - clientCountCallback(clientCount); - } - _encode(packet, packetOpts) { - const encodedPackets = this.encoder.encode(packet); - if (canPreComputeFrame && - encodedPackets.length === 1 && - typeof encodedPackets[0] === "string") { - // "4" being the "message" packet type in the Engine.IO protocol - const data = Buffer.from("4" + encodedPackets[0]); - // see https://github.com/websockets/ws/issues/617#issuecomment-283002469 - packetOpts.wsPreEncodedFrame = WebSocket.Sender.frame(data, { - readOnly: false, - mask: false, - rsv1: false, - opcode: 1, - fin: true, - }); - } - return encodedPackets; - } - /** - * Gets a list of sockets by sid. - * - * @param {Set<Room>} rooms the explicit set of rooms to check. - */ - sockets(rooms) { - const sids = new Set(); - this.apply({ rooms }, (socket) => { - sids.add(socket.id); - }); - return Promise.resolve(sids); - } - /** - * Gets the list of rooms a given socket has joined. - * - * @param {SocketId} id the socket id - */ - socketRooms(id) { - return this.sids.get(id); - } - /** - * Returns the matching socket instances - * - * @param opts - the filters to apply - */ - fetchSockets(opts) { - const sockets = []; - this.apply(opts, (socket) => { - sockets.push(socket); - }); - return Promise.resolve(sockets); - } - /** - * Makes the matching socket instances join the specified rooms - * - * @param opts - the filters to apply - * @param rooms - the rooms to join - */ - addSockets(opts, rooms) { - this.apply(opts, (socket) => { - socket.join(rooms); - }); - } - /** - * Makes the matching socket instances leave the specified rooms - * - * @param opts - the filters to apply - * @param rooms - the rooms to leave - */ - delSockets(opts, rooms) { - this.apply(opts, (socket) => { - rooms.forEach((room) => socket.leave(room)); - }); - } - /** - * Makes the matching socket instances disconnect - * - * @param opts - the filters to apply - * @param close - whether to close the underlying connection - */ - disconnectSockets(opts, close) { - this.apply(opts, (socket) => { - socket.disconnect(close); - }); - } - apply(opts, callback) { - const rooms = opts.rooms; - const except = this.computeExceptSids(opts.except); - if (rooms.size) { - const ids = new Set(); - for (const room of rooms) { - if (!this.rooms.has(room)) - continue; - for (const id of this.rooms.get(room)) { - if (ids.has(id) || except.has(id)) - continue; - const socket = this.nsp.sockets.get(id); - if (socket) { - callback(socket); - ids.add(id); - } - } - } - } - else { - for (const [id] of this.sids) { - if (except.has(id)) - continue; - const socket = this.nsp.sockets.get(id); - if (socket) - callback(socket); - } - } - } - computeExceptSids(exceptRooms) { - const exceptSids = new Set(); - if (exceptRooms && exceptRooms.size > 0) { - for (const room of exceptRooms) { - if (this.rooms.has(room)) { - this.rooms.get(room).forEach((sid) => exceptSids.add(sid)); - } - } - } - return exceptSids; - } - /** - * Send a packet to the other Socket.IO servers in the cluster - * @param packet - an array of arguments, which may include an acknowledgement callback at the end - */ - serverSideEmit(packet) { - console.warn("this adapter does not support the serverSideEmit() functionality"); - } - /** - * Save the client session in order to restore it upon reconnection. - */ - persistSession(session) { } - /** - * Restore the session and find the packets that were missed by the client. - * @param pid - * @param offset - */ - restoreSession(pid, offset) { - return null; - } -} -exports.Adapter = Adapter; -class SessionAwareAdapter extends Adapter { - constructor(nsp) { - super(nsp); - this.nsp = nsp; - this.sessions = new Map(); - this.packets = []; - this.maxDisconnectionDuration = - nsp.server.opts.connectionStateRecovery.maxDisconnectionDuration; - const timer = setInterval(() => { - const threshold = Date.now() - this.maxDisconnectionDuration; - this.sessions.forEach((session, sessionId) => { - const hasExpired = session.disconnectedAt < threshold; - if (hasExpired) { - this.sessions.delete(sessionId); - } - }); - for (let i = this.packets.length - 1; i >= 0; i--) { - const hasExpired = this.packets[i].emittedAt < threshold; - if (hasExpired) { - this.packets.splice(0, i + 1); - break; - } - } - }, 60 * 1000); - // prevents the timer from keeping the process alive - timer.unref(); - } - persistSession(session) { - session.disconnectedAt = Date.now(); - this.sessions.set(session.pid, session); - } - restoreSession(pid, offset) { - const session = this.sessions.get(pid); - if (!session) { - // the session may have expired - return null; - } - const hasExpired = session.disconnectedAt + this.maxDisconnectionDuration < Date.now(); - if (hasExpired) { - // the session has expired - this.sessions.delete(pid); - return null; - } - const index = this.packets.findIndex((packet) => packet.id === offset); - if (index === -1) { - // the offset may be too old - return null; - } - const missedPackets = []; - for (let i = index + 1; i < this.packets.length; i++) { - const packet = this.packets[i]; - if (shouldIncludePacket(session.rooms, packet.opts)) { - missedPackets.push(packet.data); - } - } - return Promise.resolve(Object.assign(Object.assign({}, session), { missedPackets })); - } - broadcast(packet, opts) { - var _a; - const isEventPacket = packet.type === 2; - // packets with acknowledgement are not stored because the acknowledgement function cannot be serialized and - // restored on another server upon reconnection - const withoutAcknowledgement = packet.id === undefined; - const notVolatile = ((_a = opts.flags) === null || _a === void 0 ? void 0 : _a.volatile) === undefined; - if (isEventPacket && withoutAcknowledgement && notVolatile) { - const id = (0, yeast_1.yeast)(); - // the offset is stored at the end of the data array, so the client knows the ID of the last packet it has - // processed (and the format is backward-compatible) - packet.data.push(id); - this.packets.push({ - id, - opts, - data: packet.data, - emittedAt: Date.now(), - }); - } - super.broadcast(packet, opts); - } -} -exports.SessionAwareAdapter = SessionAwareAdapter; -function shouldIncludePacket(sessionRooms, opts) { - const included = opts.rooms.size === 0 || sessionRooms.some((room) => opts.rooms.has(room)); - const notExcluded = sessionRooms.every((room) => !opts.except.has(room)); - return included && notExcluded; -} diff --git a/software/flow/node_modules/socket.io-adapter/package.json b/software/flow/node_modules/socket.io-adapter/package.json deleted file mode 100644 index 62e9071..0000000 --- a/software/flow/node_modules/socket.io-adapter/package.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "socket.io-adapter", - "version": "2.5.2", - "license": "MIT", - "repository": { - "type": "git", - "url": "git://github.com/socketio/socket.io-adapter.git" - }, - "files": [ - "dist/" - ], - "main": "./dist/index.js", - "types": "./dist/index.d.ts", - "description": "default socket.io in-memory adapter", - "dependencies": { - "ws": "~8.11.0" - }, - "devDependencies": { - "@types/mocha": "^10.0.1", - "@types/node": "^14.11.2", - "expect.js": "^0.3.1", - "mocha": "^10.2.0", - "nyc": "^15.1.0", - "prettier": "^2.8.1", - "ts-node": "^10.9.1", - "typescript": "^4.9.4" - }, - "scripts": { - "test": "npm run format:check && tsc && nyc mocha --require ts-node/register test/index.ts", - "format:check": "prettier --parser typescript --check 'lib/**/*.ts' 'test/**/*.ts'", - "format:fix": "prettier --parser typescript --write 'lib/**/*.ts' 'test/**/*.ts'", - "prepack": "tsc" - } -} diff --git a/software/flow/node_modules/socket.io-parser/LICENSE b/software/flow/node_modules/socket.io-parser/LICENSE deleted file mode 100644 index 7e43606..0000000 --- a/software/flow/node_modules/socket.io-parser/LICENSE +++ /dev/null @@ -1,20 +0,0 @@ -(The MIT License) - -Copyright (c) 2014 Guillermo Rauch <guillermo@learnboost.com> - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the 'Software'), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of -the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR -COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/software/flow/node_modules/socket.io-parser/Readme.md b/software/flow/node_modules/socket.io-parser/Readme.md deleted file mode 100644 index e4f6a8a..0000000 --- a/software/flow/node_modules/socket.io-parser/Readme.md +++ /dev/null @@ -1,81 +0,0 @@ - -# socket.io-parser - -[![Build Status](https://github.com/socketio/socket.io-parser/workflows/CI/badge.svg)](https://github.com/socketio/socket.io-parser/actions) -[![NPM version](https://badge.fury.io/js/socket.io-parser.svg)](http://badge.fury.io/js/socket.io-parser) - -A socket.io encoder and decoder written in JavaScript complying with version `5` -of [socket.io-protocol](https://github.com/socketio/socket.io-protocol). -Used by [socket.io](https://github.com/automattic/socket.io) and -[socket.io-client](https://github.com/automattic/socket.io-client). - -Compatibility table: - -| Parser version | Socket.IO server version | Protocol revision | -|----------------| ------------------------ | ----------------- | -| 3.x | 1.x / 2.x | 4 | -| 4.x | 3.x | 5 | - - -## Parser API - - socket.io-parser is the reference implementation of socket.io-protocol. Read - the full API here: - [socket.io-protocol](https://github.com/learnboost/socket.io-protocol). - -## Example Usage - -### Encoding and decoding a packet - -```js -var parser = require('socket.io-parser'); -var encoder = new parser.Encoder(); -var packet = { - type: parser.EVENT, - data: 'test-packet', - id: 13 -}; -encoder.encode(packet, function(encodedPackets) { - var decoder = new parser.Decoder(); - decoder.on('decoded', function(decodedPacket) { - // decodedPacket.type == parser.EVENT - // decodedPacket.data == 'test-packet' - // decodedPacket.id == 13 - }); - - for (var i = 0; i < encodedPackets.length; i++) { - decoder.add(encodedPackets[i]); - } -}); -``` - -### Encoding and decoding a packet with binary data - -```js -var parser = require('socket.io-parser'); -var encoder = new parser.Encoder(); -var packet = { - type: parser.BINARY_EVENT, - data: {i: new Buffer(1234), j: new Blob([new ArrayBuffer(2)])}, - id: 15 -}; -encoder.encode(packet, function(encodedPackets) { - var decoder = new parser.Decoder(); - decoder.on('decoded', function(decodedPacket) { - // decodedPacket.type == parser.BINARY_EVENT - // Buffer.isBuffer(decodedPacket.data.i) == true - // Buffer.isBuffer(decodedPacket.data.j) == true - // decodedPacket.id == 15 - }); - - for (var i = 0; i < encodedPackets.length; i++) { - decoder.add(encodedPackets[i]); - } -}); -``` -See the test suite for more examples of how socket.io-parser is used. - - -## License - -MIT diff --git a/software/flow/node_modules/socket.io-parser/build/cjs/binary.js b/software/flow/node_modules/socket.io-parser/build/cjs/binary.js deleted file mode 100644 index 4dfe08f..0000000 --- a/software/flow/node_modules/socket.io-parser/build/cjs/binary.js +++ /dev/null @@ -1,88 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.reconstructPacket = exports.deconstructPacket = void 0; -const is_binary_js_1 = require("./is-binary.js"); -/** - * Replaces every Buffer | ArrayBuffer | Blob | File in packet with a numbered placeholder. - * - * @param {Object} packet - socket.io event packet - * @return {Object} with deconstructed packet and list of buffers - * @public - */ -function deconstructPacket(packet) { - const buffers = []; - const packetData = packet.data; - const pack = packet; - pack.data = _deconstructPacket(packetData, buffers); - pack.attachments = buffers.length; // number of binary 'attachments' - return { packet: pack, buffers: buffers }; -} -exports.deconstructPacket = deconstructPacket; -function _deconstructPacket(data, buffers) { - if (!data) - return data; - if ((0, is_binary_js_1.isBinary)(data)) { - const placeholder = { _placeholder: true, num: buffers.length }; - buffers.push(data); - return placeholder; - } - else if (Array.isArray(data)) { - const newData = new Array(data.length); - for (let i = 0; i < data.length; i++) { - newData[i] = _deconstructPacket(data[i], buffers); - } - return newData; - } - else if (typeof data === "object" && !(data instanceof Date)) { - const newData = {}; - for (const key in data) { - if (Object.prototype.hasOwnProperty.call(data, key)) { - newData[key] = _deconstructPacket(data[key], buffers); - } - } - return newData; - } - return data; -} -/** - * Reconstructs a binary packet from its placeholder packet and buffers - * - * @param {Object} packet - event packet with placeholders - * @param {Array} buffers - binary buffers to put in placeholder positions - * @return {Object} reconstructed packet - * @public - */ -function reconstructPacket(packet, buffers) { - packet.data = _reconstructPacket(packet.data, buffers); - delete packet.attachments; // no longer useful - return packet; -} -exports.reconstructPacket = reconstructPacket; -function _reconstructPacket(data, buffers) { - if (!data) - return data; - if (data && data._placeholder === true) { - const isIndexValid = typeof data.num === "number" && - data.num >= 0 && - data.num < buffers.length; - if (isIndexValid) { - return buffers[data.num]; // appropriate buffer (should be natural order anyway) - } - else { - throw new Error("illegal attachments"); - } - } - else if (Array.isArray(data)) { - for (let i = 0; i < data.length; i++) { - data[i] = _reconstructPacket(data[i], buffers); - } - } - else if (typeof data === "object") { - for (const key in data) { - if (Object.prototype.hasOwnProperty.call(data, key)) { - data[key] = _reconstructPacket(data[key], buffers); - } - } - } - return data; -} diff --git a/software/flow/node_modules/socket.io-parser/build/cjs/index.js b/software/flow/node_modules/socket.io-parser/build/cjs/index.js deleted file mode 100644 index fc99bbf..0000000 --- a/software/flow/node_modules/socket.io-parser/build/cjs/index.js +++ /dev/null @@ -1,303 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.Decoder = exports.Encoder = exports.PacketType = exports.protocol = void 0; -const component_emitter_1 = require("@socket.io/component-emitter"); -const binary_js_1 = require("./binary.js"); -const is_binary_js_1 = require("./is-binary.js"); -const debug_1 = require("debug"); // debug() -const debug = (0, debug_1.default)("socket.io-parser"); // debug() -/** - * Protocol version. - * - * @public - */ -exports.protocol = 5; -var PacketType; -(function (PacketType) { - PacketType[PacketType["CONNECT"] = 0] = "CONNECT"; - PacketType[PacketType["DISCONNECT"] = 1] = "DISCONNECT"; - PacketType[PacketType["EVENT"] = 2] = "EVENT"; - PacketType[PacketType["ACK"] = 3] = "ACK"; - PacketType[PacketType["CONNECT_ERROR"] = 4] = "CONNECT_ERROR"; - PacketType[PacketType["BINARY_EVENT"] = 5] = "BINARY_EVENT"; - PacketType[PacketType["BINARY_ACK"] = 6] = "BINARY_ACK"; -})(PacketType = exports.PacketType || (exports.PacketType = {})); -/** - * A socket.io Encoder instance - */ -class Encoder { - /** - * Encoder constructor - * - * @param {function} replacer - custom replacer to pass down to JSON.parse - */ - constructor(replacer) { - this.replacer = replacer; - } - /** - * Encode a packet as a single string if non-binary, or as a - * buffer sequence, depending on packet type. - * - * @param {Object} obj - packet object - */ - encode(obj) { - debug("encoding packet %j", obj); - if (obj.type === PacketType.EVENT || obj.type === PacketType.ACK) { - if ((0, is_binary_js_1.hasBinary)(obj)) { - return this.encodeAsBinary({ - type: obj.type === PacketType.EVENT - ? PacketType.BINARY_EVENT - : PacketType.BINARY_ACK, - nsp: obj.nsp, - data: obj.data, - id: obj.id, - }); - } - } - return [this.encodeAsString(obj)]; - } - /** - * Encode packet as string. - */ - encodeAsString(obj) { - // first is type - let str = "" + obj.type; - // attachments if we have them - if (obj.type === PacketType.BINARY_EVENT || - obj.type === PacketType.BINARY_ACK) { - str += obj.attachments + "-"; - } - // if we have a namespace other than `/` - // we append it followed by a comma `,` - if (obj.nsp && "/" !== obj.nsp) { - str += obj.nsp + ","; - } - // immediately followed by the id - if (null != obj.id) { - str += obj.id; - } - // json data - if (null != obj.data) { - str += JSON.stringify(obj.data, this.replacer); - } - debug("encoded %j as %s", obj, str); - return str; - } - /** - * Encode packet as 'buffer sequence' by removing blobs, and - * deconstructing packet into object with placeholders and - * a list of buffers. - */ - encodeAsBinary(obj) { - const deconstruction = (0, binary_js_1.deconstructPacket)(obj); - const pack = this.encodeAsString(deconstruction.packet); - const buffers = deconstruction.buffers; - buffers.unshift(pack); // add packet info to beginning of data list - return buffers; // write all the buffers - } -} -exports.Encoder = Encoder; -/** - * A socket.io Decoder instance - * - * @return {Object} decoder - */ -class Decoder extends component_emitter_1.Emitter { - /** - * Decoder constructor - * - * @param {function} reviver - custom reviver to pass down to JSON.stringify - */ - constructor(reviver) { - super(); - this.reviver = reviver; - } - /** - * Decodes an encoded packet string into packet JSON. - * - * @param {String} obj - encoded packet - */ - add(obj) { - let packet; - if (typeof obj === "string") { - if (this.reconstructor) { - throw new Error("got plaintext data when reconstructing a packet"); - } - packet = this.decodeString(obj); - const isBinaryEvent = packet.type === PacketType.BINARY_EVENT; - if (isBinaryEvent || packet.type === PacketType.BINARY_ACK) { - packet.type = isBinaryEvent ? PacketType.EVENT : PacketType.ACK; - // binary packet's json - this.reconstructor = new BinaryReconstructor(packet); - // no attachments, labeled binary but no binary data to follow - if (packet.attachments === 0) { - super.emitReserved("decoded", packet); - } - } - else { - // non-binary full packet - super.emitReserved("decoded", packet); - } - } - else if ((0, is_binary_js_1.isBinary)(obj) || obj.base64) { - // raw binary data - if (!this.reconstructor) { - throw new Error("got binary data when not reconstructing a packet"); - } - else { - packet = this.reconstructor.takeBinaryData(obj); - if (packet) { - // received final buffer - this.reconstructor = null; - super.emitReserved("decoded", packet); - } - } - } - else { - throw new Error("Unknown type: " + obj); - } - } - /** - * Decode a packet String (JSON data) - * - * @param {String} str - * @return {Object} packet - */ - decodeString(str) { - let i = 0; - // look up type - const p = { - type: Number(str.charAt(0)), - }; - if (PacketType[p.type] === undefined) { - throw new Error("unknown packet type " + p.type); - } - // look up attachments if type binary - if (p.type === PacketType.BINARY_EVENT || - p.type === PacketType.BINARY_ACK) { - const start = i + 1; - while (str.charAt(++i) !== "-" && i != str.length) { } - const buf = str.substring(start, i); - if (buf != Number(buf) || str.charAt(i) !== "-") { - throw new Error("Illegal attachments"); - } - p.attachments = Number(buf); - } - // look up namespace (if any) - if ("/" === str.charAt(i + 1)) { - const start = i + 1; - while (++i) { - const c = str.charAt(i); - if ("," === c) - break; - if (i === str.length) - break; - } - p.nsp = str.substring(start, i); - } - else { - p.nsp = "/"; - } - // look up id - const next = str.charAt(i + 1); - if ("" !== next && Number(next) == next) { - const start = i + 1; - while (++i) { - const c = str.charAt(i); - if (null == c || Number(c) != c) { - --i; - break; - } - if (i === str.length) - break; - } - p.id = Number(str.substring(start, i + 1)); - } - // look up json data - if (str.charAt(++i)) { - const payload = this.tryParse(str.substr(i)); - if (Decoder.isPayloadValid(p.type, payload)) { - p.data = payload; - } - else { - throw new Error("invalid payload"); - } - } - debug("decoded %s as %j", str, p); - return p; - } - tryParse(str) { - try { - return JSON.parse(str, this.reviver); - } - catch (e) { - return false; - } - } - static isPayloadValid(type, payload) { - switch (type) { - case PacketType.CONNECT: - return typeof payload === "object"; - case PacketType.DISCONNECT: - return payload === undefined; - case PacketType.CONNECT_ERROR: - return typeof payload === "string" || typeof payload === "object"; - case PacketType.EVENT: - case PacketType.BINARY_EVENT: - return Array.isArray(payload) && payload.length > 0; - case PacketType.ACK: - case PacketType.BINARY_ACK: - return Array.isArray(payload); - } - } - /** - * Deallocates a parser's resources - */ - destroy() { - if (this.reconstructor) { - this.reconstructor.finishedReconstruction(); - this.reconstructor = null; - } - } -} -exports.Decoder = Decoder; -/** - * A manager of a binary event's 'buffer sequence'. Should - * be constructed whenever a packet of type BINARY_EVENT is - * decoded. - * - * @param {Object} packet - * @return {BinaryReconstructor} initialized reconstructor - */ -class BinaryReconstructor { - constructor(packet) { - this.packet = packet; - this.buffers = []; - this.reconPack = packet; - } - /** - * Method to be called when binary data received from connection - * after a BINARY_EVENT packet. - * - * @param {Buffer | ArrayBuffer} binData - the raw binary data received - * @return {null | Object} returns null if more binary data is expected or - * a reconstructed packet object if all buffers have been received. - */ - takeBinaryData(binData) { - this.buffers.push(binData); - if (this.buffers.length === this.reconPack.attachments) { - // done with buffer list - const packet = (0, binary_js_1.reconstructPacket)(this.reconPack, this.buffers); - this.finishedReconstruction(); - return packet; - } - return null; - } - /** - * Cleans up binary packet reconstruction variables. - */ - finishedReconstruction() { - this.reconPack = null; - this.buffers = []; - } -} diff --git a/software/flow/node_modules/socket.io-parser/build/cjs/is-binary.js b/software/flow/node_modules/socket.io-parser/build/cjs/is-binary.js deleted file mode 100644 index 4b7c234..0000000 --- a/software/flow/node_modules/socket.io-parser/build/cjs/is-binary.js +++ /dev/null @@ -1,55 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.hasBinary = exports.isBinary = void 0; -const withNativeArrayBuffer = typeof ArrayBuffer === "function"; -const isView = (obj) => { - return typeof ArrayBuffer.isView === "function" - ? ArrayBuffer.isView(obj) - : obj.buffer instanceof ArrayBuffer; -}; -const toString = Object.prototype.toString; -const withNativeBlob = typeof Blob === "function" || - (typeof Blob !== "undefined" && - toString.call(Blob) === "[object BlobConstructor]"); -const withNativeFile = typeof File === "function" || - (typeof File !== "undefined" && - toString.call(File) === "[object FileConstructor]"); -/** - * Returns true if obj is a Buffer, an ArrayBuffer, a Blob or a File. - * - * @private - */ -function isBinary(obj) { - return ((withNativeArrayBuffer && (obj instanceof ArrayBuffer || isView(obj))) || - (withNativeBlob && obj instanceof Blob) || - (withNativeFile && obj instanceof File)); -} -exports.isBinary = isBinary; -function hasBinary(obj, toJSON) { - if (!obj || typeof obj !== "object") { - return false; - } - if (Array.isArray(obj)) { - for (let i = 0, l = obj.length; i < l; i++) { - if (hasBinary(obj[i])) { - return true; - } - } - return false; - } - if (isBinary(obj)) { - return true; - } - if (obj.toJSON && - typeof obj.toJSON === "function" && - arguments.length === 1) { - return hasBinary(obj.toJSON(), true); - } - for (const key in obj) { - if (Object.prototype.hasOwnProperty.call(obj, key) && hasBinary(obj[key])) { - return true; - } - } - return false; -} -exports.hasBinary = hasBinary; diff --git a/software/flow/node_modules/socket.io-parser/build/cjs/package.json b/software/flow/node_modules/socket.io-parser/build/cjs/package.json deleted file mode 100644 index 5bbefff..0000000 --- a/software/flow/node_modules/socket.io-parser/build/cjs/package.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "type": "commonjs" -} diff --git a/software/flow/node_modules/socket.io-parser/build/esm-debug/binary.d.ts b/software/flow/node_modules/socket.io-parser/build/esm-debug/binary.d.ts deleted file mode 100644 index 835bd62..0000000 --- a/software/flow/node_modules/socket.io-parser/build/esm-debug/binary.d.ts +++ /dev/null @@ -1,20 +0,0 @@ -/** - * Replaces every Buffer | ArrayBuffer | Blob | File in packet with a numbered placeholder. - * - * @param {Object} packet - socket.io event packet - * @return {Object} with deconstructed packet and list of buffers - * @public - */ -export declare function deconstructPacket(packet: any): { - packet: any; - buffers: any[]; -}; -/** - * Reconstructs a binary packet from its placeholder packet and buffers - * - * @param {Object} packet - event packet with placeholders - * @param {Array} buffers - binary buffers to put in placeholder positions - * @return {Object} reconstructed packet - * @public - */ -export declare function reconstructPacket(packet: any, buffers: any): any; diff --git a/software/flow/node_modules/socket.io-parser/build/esm-debug/binary.js b/software/flow/node_modules/socket.io-parser/build/esm-debug/binary.js deleted file mode 100644 index 5d5c3d8..0000000 --- a/software/flow/node_modules/socket.io-parser/build/esm-debug/binary.js +++ /dev/null @@ -1,83 +0,0 @@ -import { isBinary } from "./is-binary.js"; -/** - * Replaces every Buffer | ArrayBuffer | Blob | File in packet with a numbered placeholder. - * - * @param {Object} packet - socket.io event packet - * @return {Object} with deconstructed packet and list of buffers - * @public - */ -export function deconstructPacket(packet) { - const buffers = []; - const packetData = packet.data; - const pack = packet; - pack.data = _deconstructPacket(packetData, buffers); - pack.attachments = buffers.length; // number of binary 'attachments' - return { packet: pack, buffers: buffers }; -} -function _deconstructPacket(data, buffers) { - if (!data) - return data; - if (isBinary(data)) { - const placeholder = { _placeholder: true, num: buffers.length }; - buffers.push(data); - return placeholder; - } - else if (Array.isArray(data)) { - const newData = new Array(data.length); - for (let i = 0; i < data.length; i++) { - newData[i] = _deconstructPacket(data[i], buffers); - } - return newData; - } - else if (typeof data === "object" && !(data instanceof Date)) { - const newData = {}; - for (const key in data) { - if (Object.prototype.hasOwnProperty.call(data, key)) { - newData[key] = _deconstructPacket(data[key], buffers); - } - } - return newData; - } - return data; -} -/** - * Reconstructs a binary packet from its placeholder packet and buffers - * - * @param {Object} packet - event packet with placeholders - * @param {Array} buffers - binary buffers to put in placeholder positions - * @return {Object} reconstructed packet - * @public - */ -export function reconstructPacket(packet, buffers) { - packet.data = _reconstructPacket(packet.data, buffers); - delete packet.attachments; // no longer useful - return packet; -} -function _reconstructPacket(data, buffers) { - if (!data) - return data; - if (data && data._placeholder === true) { - const isIndexValid = typeof data.num === "number" && - data.num >= 0 && - data.num < buffers.length; - if (isIndexValid) { - return buffers[data.num]; // appropriate buffer (should be natural order anyway) - } - else { - throw new Error("illegal attachments"); - } - } - else if (Array.isArray(data)) { - for (let i = 0; i < data.length; i++) { - data[i] = _reconstructPacket(data[i], buffers); - } - } - else if (typeof data === "object") { - for (const key in data) { - if (Object.prototype.hasOwnProperty.call(data, key)) { - data[key] = _reconstructPacket(data[key], buffers); - } - } - } - return data; -} diff --git a/software/flow/node_modules/socket.io-parser/build/esm-debug/index.d.ts b/software/flow/node_modules/socket.io-parser/build/esm-debug/index.d.ts deleted file mode 100644 index 3a20f9d..0000000 --- a/software/flow/node_modules/socket.io-parser/build/esm-debug/index.d.ts +++ /dev/null @@ -1,90 +0,0 @@ -import { Emitter } from "@socket.io/component-emitter"; -/** - * Protocol version. - * - * @public - */ -export declare const protocol: number; -export declare enum PacketType { - CONNECT = 0, - DISCONNECT = 1, - EVENT = 2, - ACK = 3, - CONNECT_ERROR = 4, - BINARY_EVENT = 5, - BINARY_ACK = 6 -} -export interface Packet { - type: PacketType; - nsp: string; - data?: any; - id?: number; - attachments?: number; -} -/** - * A socket.io Encoder instance - */ -export declare class Encoder { - private replacer?; - /** - * Encoder constructor - * - * @param {function} replacer - custom replacer to pass down to JSON.parse - */ - constructor(replacer?: (this: any, key: string, value: any) => any); - /** - * Encode a packet as a single string if non-binary, or as a - * buffer sequence, depending on packet type. - * - * @param {Object} obj - packet object - */ - encode(obj: Packet): any[]; - /** - * Encode packet as string. - */ - private encodeAsString; - /** - * Encode packet as 'buffer sequence' by removing blobs, and - * deconstructing packet into object with placeholders and - * a list of buffers. - */ - private encodeAsBinary; -} -interface DecoderReservedEvents { - decoded: (packet: Packet) => void; -} -/** - * A socket.io Decoder instance - * - * @return {Object} decoder - */ -export declare class Decoder extends Emitter<{}, {}, DecoderReservedEvents> { - private reviver?; - private reconstructor; - /** - * Decoder constructor - * - * @param {function} reviver - custom reviver to pass down to JSON.stringify - */ - constructor(reviver?: (this: any, key: string, value: any) => any); - /** - * Decodes an encoded packet string into packet JSON. - * - * @param {String} obj - encoded packet - */ - add(obj: any): void; - /** - * Decode a packet String (JSON data) - * - * @param {String} str - * @return {Object} packet - */ - private decodeString; - private tryParse; - private static isPayloadValid; - /** - * Deallocates a parser's resources - */ - destroy(): void; -} -export {}; diff --git a/software/flow/node_modules/socket.io-parser/build/esm-debug/index.js b/software/flow/node_modules/socket.io-parser/build/esm-debug/index.js deleted file mode 100644 index 2b66818..0000000 --- a/software/flow/node_modules/socket.io-parser/build/esm-debug/index.js +++ /dev/null @@ -1,298 +0,0 @@ -import { Emitter } from "@socket.io/component-emitter"; -import { deconstructPacket, reconstructPacket } from "./binary.js"; -import { isBinary, hasBinary } from "./is-binary.js"; -import debugModule from "debug"; // debug() -const debug = debugModule("socket.io-parser"); // debug() -/** - * Protocol version. - * - * @public - */ -export const protocol = 5; -export var PacketType; -(function (PacketType) { - PacketType[PacketType["CONNECT"] = 0] = "CONNECT"; - PacketType[PacketType["DISCONNECT"] = 1] = "DISCONNECT"; - PacketType[PacketType["EVENT"] = 2] = "EVENT"; - PacketType[PacketType["ACK"] = 3] = "ACK"; - PacketType[PacketType["CONNECT_ERROR"] = 4] = "CONNECT_ERROR"; - PacketType[PacketType["BINARY_EVENT"] = 5] = "BINARY_EVENT"; - PacketType[PacketType["BINARY_ACK"] = 6] = "BINARY_ACK"; -})(PacketType || (PacketType = {})); -/** - * A socket.io Encoder instance - */ -export class Encoder { - /** - * Encoder constructor - * - * @param {function} replacer - custom replacer to pass down to JSON.parse - */ - constructor(replacer) { - this.replacer = replacer; - } - /** - * Encode a packet as a single string if non-binary, or as a - * buffer sequence, depending on packet type. - * - * @param {Object} obj - packet object - */ - encode(obj) { - debug("encoding packet %j", obj); - if (obj.type === PacketType.EVENT || obj.type === PacketType.ACK) { - if (hasBinary(obj)) { - return this.encodeAsBinary({ - type: obj.type === PacketType.EVENT - ? PacketType.BINARY_EVENT - : PacketType.BINARY_ACK, - nsp: obj.nsp, - data: obj.data, - id: obj.id, - }); - } - } - return [this.encodeAsString(obj)]; - } - /** - * Encode packet as string. - */ - encodeAsString(obj) { - // first is type - let str = "" + obj.type; - // attachments if we have them - if (obj.type === PacketType.BINARY_EVENT || - obj.type === PacketType.BINARY_ACK) { - str += obj.attachments + "-"; - } - // if we have a namespace other than `/` - // we append it followed by a comma `,` - if (obj.nsp && "/" !== obj.nsp) { - str += obj.nsp + ","; - } - // immediately followed by the id - if (null != obj.id) { - str += obj.id; - } - // json data - if (null != obj.data) { - str += JSON.stringify(obj.data, this.replacer); - } - debug("encoded %j as %s", obj, str); - return str; - } - /** - * Encode packet as 'buffer sequence' by removing blobs, and - * deconstructing packet into object with placeholders and - * a list of buffers. - */ - encodeAsBinary(obj) { - const deconstruction = deconstructPacket(obj); - const pack = this.encodeAsString(deconstruction.packet); - const buffers = deconstruction.buffers; - buffers.unshift(pack); // add packet info to beginning of data list - return buffers; // write all the buffers - } -} -/** - * A socket.io Decoder instance - * - * @return {Object} decoder - */ -export class Decoder extends Emitter { - /** - * Decoder constructor - * - * @param {function} reviver - custom reviver to pass down to JSON.stringify - */ - constructor(reviver) { - super(); - this.reviver = reviver; - } - /** - * Decodes an encoded packet string into packet JSON. - * - * @param {String} obj - encoded packet - */ - add(obj) { - let packet; - if (typeof obj === "string") { - if (this.reconstructor) { - throw new Error("got plaintext data when reconstructing a packet"); - } - packet = this.decodeString(obj); - const isBinaryEvent = packet.type === PacketType.BINARY_EVENT; - if (isBinaryEvent || packet.type === PacketType.BINARY_ACK) { - packet.type = isBinaryEvent ? PacketType.EVENT : PacketType.ACK; - // binary packet's json - this.reconstructor = new BinaryReconstructor(packet); - // no attachments, labeled binary but no binary data to follow - if (packet.attachments === 0) { - super.emitReserved("decoded", packet); - } - } - else { - // non-binary full packet - super.emitReserved("decoded", packet); - } - } - else if (isBinary(obj) || obj.base64) { - // raw binary data - if (!this.reconstructor) { - throw new Error("got binary data when not reconstructing a packet"); - } - else { - packet = this.reconstructor.takeBinaryData(obj); - if (packet) { - // received final buffer - this.reconstructor = null; - super.emitReserved("decoded", packet); - } - } - } - else { - throw new Error("Unknown type: " + obj); - } - } - /** - * Decode a packet String (JSON data) - * - * @param {String} str - * @return {Object} packet - */ - decodeString(str) { - let i = 0; - // look up type - const p = { - type: Number(str.charAt(0)), - }; - if (PacketType[p.type] === undefined) { - throw new Error("unknown packet type " + p.type); - } - // look up attachments if type binary - if (p.type === PacketType.BINARY_EVENT || - p.type === PacketType.BINARY_ACK) { - const start = i + 1; - while (str.charAt(++i) !== "-" && i != str.length) { } - const buf = str.substring(start, i); - if (buf != Number(buf) || str.charAt(i) !== "-") { - throw new Error("Illegal attachments"); - } - p.attachments = Number(buf); - } - // look up namespace (if any) - if ("/" === str.charAt(i + 1)) { - const start = i + 1; - while (++i) { - const c = str.charAt(i); - if ("," === c) - break; - if (i === str.length) - break; - } - p.nsp = str.substring(start, i); - } - else { - p.nsp = "/"; - } - // look up id - const next = str.charAt(i + 1); - if ("" !== next && Number(next) == next) { - const start = i + 1; - while (++i) { - const c = str.charAt(i); - if (null == c || Number(c) != c) { - --i; - break; - } - if (i === str.length) - break; - } - p.id = Number(str.substring(start, i + 1)); - } - // look up json data - if (str.charAt(++i)) { - const payload = this.tryParse(str.substr(i)); - if (Decoder.isPayloadValid(p.type, payload)) { - p.data = payload; - } - else { - throw new Error("invalid payload"); - } - } - debug("decoded %s as %j", str, p); - return p; - } - tryParse(str) { - try { - return JSON.parse(str, this.reviver); - } - catch (e) { - return false; - } - } - static isPayloadValid(type, payload) { - switch (type) { - case PacketType.CONNECT: - return typeof payload === "object"; - case PacketType.DISCONNECT: - return payload === undefined; - case PacketType.CONNECT_ERROR: - return typeof payload === "string" || typeof payload === "object"; - case PacketType.EVENT: - case PacketType.BINARY_EVENT: - return Array.isArray(payload) && payload.length > 0; - case PacketType.ACK: - case PacketType.BINARY_ACK: - return Array.isArray(payload); - } - } - /** - * Deallocates a parser's resources - */ - destroy() { - if (this.reconstructor) { - this.reconstructor.finishedReconstruction(); - this.reconstructor = null; - } - } -} -/** - * A manager of a binary event's 'buffer sequence'. Should - * be constructed whenever a packet of type BINARY_EVENT is - * decoded. - * - * @param {Object} packet - * @return {BinaryReconstructor} initialized reconstructor - */ -class BinaryReconstructor { - constructor(packet) { - this.packet = packet; - this.buffers = []; - this.reconPack = packet; - } - /** - * Method to be called when binary data received from connection - * after a BINARY_EVENT packet. - * - * @param {Buffer | ArrayBuffer} binData - the raw binary data received - * @return {null | Object} returns null if more binary data is expected or - * a reconstructed packet object if all buffers have been received. - */ - takeBinaryData(binData) { - this.buffers.push(binData); - if (this.buffers.length === this.reconPack.attachments) { - // done with buffer list - const packet = reconstructPacket(this.reconPack, this.buffers); - this.finishedReconstruction(); - return packet; - } - return null; - } - /** - * Cleans up binary packet reconstruction variables. - */ - finishedReconstruction() { - this.reconPack = null; - this.buffers = []; - } -} diff --git a/software/flow/node_modules/socket.io-parser/build/esm-debug/is-binary.d.ts b/software/flow/node_modules/socket.io-parser/build/esm-debug/is-binary.d.ts deleted file mode 100644 index fa18261..0000000 --- a/software/flow/node_modules/socket.io-parser/build/esm-debug/is-binary.d.ts +++ /dev/null @@ -1,7 +0,0 @@ -/** - * Returns true if obj is a Buffer, an ArrayBuffer, a Blob or a File. - * - * @private - */ -export declare function isBinary(obj: any): boolean; -export declare function hasBinary(obj: any, toJSON?: boolean): any; diff --git a/software/flow/node_modules/socket.io-parser/build/esm-debug/is-binary.js b/software/flow/node_modules/socket.io-parser/build/esm-debug/is-binary.js deleted file mode 100644 index 0c654dd..0000000 --- a/software/flow/node_modules/socket.io-parser/build/esm-debug/is-binary.js +++ /dev/null @@ -1,50 +0,0 @@ -const withNativeArrayBuffer = typeof ArrayBuffer === "function"; -const isView = (obj) => { - return typeof ArrayBuffer.isView === "function" - ? ArrayBuffer.isView(obj) - : obj.buffer instanceof ArrayBuffer; -}; -const toString = Object.prototype.toString; -const withNativeBlob = typeof Blob === "function" || - (typeof Blob !== "undefined" && - toString.call(Blob) === "[object BlobConstructor]"); -const withNativeFile = typeof File === "function" || - (typeof File !== "undefined" && - toString.call(File) === "[object FileConstructor]"); -/** - * Returns true if obj is a Buffer, an ArrayBuffer, a Blob or a File. - * - * @private - */ -export function isBinary(obj) { - return ((withNativeArrayBuffer && (obj instanceof ArrayBuffer || isView(obj))) || - (withNativeBlob && obj instanceof Blob) || - (withNativeFile && obj instanceof File)); -} -export function hasBinary(obj, toJSON) { - if (!obj || typeof obj !== "object") { - return false; - } - if (Array.isArray(obj)) { - for (let i = 0, l = obj.length; i < l; i++) { - if (hasBinary(obj[i])) { - return true; - } - } - return false; - } - if (isBinary(obj)) { - return true; - } - if (obj.toJSON && - typeof obj.toJSON === "function" && - arguments.length === 1) { - return hasBinary(obj.toJSON(), true); - } - for (const key in obj) { - if (Object.prototype.hasOwnProperty.call(obj, key) && hasBinary(obj[key])) { - return true; - } - } - return false; -} diff --git a/software/flow/node_modules/socket.io-parser/build/esm-debug/package.json b/software/flow/node_modules/socket.io-parser/build/esm-debug/package.json deleted file mode 100644 index 3dbc1ca..0000000 --- a/software/flow/node_modules/socket.io-parser/build/esm-debug/package.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "type": "module" -} diff --git a/software/flow/node_modules/socket.io-parser/build/esm/binary.d.ts b/software/flow/node_modules/socket.io-parser/build/esm/binary.d.ts deleted file mode 100644 index 835bd62..0000000 --- a/software/flow/node_modules/socket.io-parser/build/esm/binary.d.ts +++ /dev/null @@ -1,20 +0,0 @@ -/** - * Replaces every Buffer | ArrayBuffer | Blob | File in packet with a numbered placeholder. - * - * @param {Object} packet - socket.io event packet - * @return {Object} with deconstructed packet and list of buffers - * @public - */ -export declare function deconstructPacket(packet: any): { - packet: any; - buffers: any[]; -}; -/** - * Reconstructs a binary packet from its placeholder packet and buffers - * - * @param {Object} packet - event packet with placeholders - * @param {Array} buffers - binary buffers to put in placeholder positions - * @return {Object} reconstructed packet - * @public - */ -export declare function reconstructPacket(packet: any, buffers: any): any; diff --git a/software/flow/node_modules/socket.io-parser/build/esm/binary.js b/software/flow/node_modules/socket.io-parser/build/esm/binary.js deleted file mode 100644 index 5d5c3d8..0000000 --- a/software/flow/node_modules/socket.io-parser/build/esm/binary.js +++ /dev/null @@ -1,83 +0,0 @@ -import { isBinary } from "./is-binary.js"; -/** - * Replaces every Buffer | ArrayBuffer | Blob | File in packet with a numbered placeholder. - * - * @param {Object} packet - socket.io event packet - * @return {Object} with deconstructed packet and list of buffers - * @public - */ -export function deconstructPacket(packet) { - const buffers = []; - const packetData = packet.data; - const pack = packet; - pack.data = _deconstructPacket(packetData, buffers); - pack.attachments = buffers.length; // number of binary 'attachments' - return { packet: pack, buffers: buffers }; -} -function _deconstructPacket(data, buffers) { - if (!data) - return data; - if (isBinary(data)) { - const placeholder = { _placeholder: true, num: buffers.length }; - buffers.push(data); - return placeholder; - } - else if (Array.isArray(data)) { - const newData = new Array(data.length); - for (let i = 0; i < data.length; i++) { - newData[i] = _deconstructPacket(data[i], buffers); - } - return newData; - } - else if (typeof data === "object" && !(data instanceof Date)) { - const newData = {}; - for (const key in data) { - if (Object.prototype.hasOwnProperty.call(data, key)) { - newData[key] = _deconstructPacket(data[key], buffers); - } - } - return newData; - } - return data; -} -/** - * Reconstructs a binary packet from its placeholder packet and buffers - * - * @param {Object} packet - event packet with placeholders - * @param {Array} buffers - binary buffers to put in placeholder positions - * @return {Object} reconstructed packet - * @public - */ -export function reconstructPacket(packet, buffers) { - packet.data = _reconstructPacket(packet.data, buffers); - delete packet.attachments; // no longer useful - return packet; -} -function _reconstructPacket(data, buffers) { - if (!data) - return data; - if (data && data._placeholder === true) { - const isIndexValid = typeof data.num === "number" && - data.num >= 0 && - data.num < buffers.length; - if (isIndexValid) { - return buffers[data.num]; // appropriate buffer (should be natural order anyway) - } - else { - throw new Error("illegal attachments"); - } - } - else if (Array.isArray(data)) { - for (let i = 0; i < data.length; i++) { - data[i] = _reconstructPacket(data[i], buffers); - } - } - else if (typeof data === "object") { - for (const key in data) { - if (Object.prototype.hasOwnProperty.call(data, key)) { - data[key] = _reconstructPacket(data[key], buffers); - } - } - } - return data; -} diff --git a/software/flow/node_modules/socket.io-parser/build/esm/index.d.ts b/software/flow/node_modules/socket.io-parser/build/esm/index.d.ts deleted file mode 100644 index 3a20f9d..0000000 --- a/software/flow/node_modules/socket.io-parser/build/esm/index.d.ts +++ /dev/null @@ -1,90 +0,0 @@ -import { Emitter } from "@socket.io/component-emitter"; -/** - * Protocol version. - * - * @public - */ -export declare const protocol: number; -export declare enum PacketType { - CONNECT = 0, - DISCONNECT = 1, - EVENT = 2, - ACK = 3, - CONNECT_ERROR = 4, - BINARY_EVENT = 5, - BINARY_ACK = 6 -} -export interface Packet { - type: PacketType; - nsp: string; - data?: any; - id?: number; - attachments?: number; -} -/** - * A socket.io Encoder instance - */ -export declare class Encoder { - private replacer?; - /** - * Encoder constructor - * - * @param {function} replacer - custom replacer to pass down to JSON.parse - */ - constructor(replacer?: (this: any, key: string, value: any) => any); - /** - * Encode a packet as a single string if non-binary, or as a - * buffer sequence, depending on packet type. - * - * @param {Object} obj - packet object - */ - encode(obj: Packet): any[]; - /** - * Encode packet as string. - */ - private encodeAsString; - /** - * Encode packet as 'buffer sequence' by removing blobs, and - * deconstructing packet into object with placeholders and - * a list of buffers. - */ - private encodeAsBinary; -} -interface DecoderReservedEvents { - decoded: (packet: Packet) => void; -} -/** - * A socket.io Decoder instance - * - * @return {Object} decoder - */ -export declare class Decoder extends Emitter<{}, {}, DecoderReservedEvents> { - private reviver?; - private reconstructor; - /** - * Decoder constructor - * - * @param {function} reviver - custom reviver to pass down to JSON.stringify - */ - constructor(reviver?: (this: any, key: string, value: any) => any); - /** - * Decodes an encoded packet string into packet JSON. - * - * @param {String} obj - encoded packet - */ - add(obj: any): void; - /** - * Decode a packet String (JSON data) - * - * @param {String} str - * @return {Object} packet - */ - private decodeString; - private tryParse; - private static isPayloadValid; - /** - * Deallocates a parser's resources - */ - destroy(): void; -} -export {}; diff --git a/software/flow/node_modules/socket.io-parser/build/esm/index.js b/software/flow/node_modules/socket.io-parser/build/esm/index.js deleted file mode 100644 index ecfc111..0000000 --- a/software/flow/node_modules/socket.io-parser/build/esm/index.js +++ /dev/null @@ -1,293 +0,0 @@ -import { Emitter } from "@socket.io/component-emitter"; -import { deconstructPacket, reconstructPacket } from "./binary.js"; -import { isBinary, hasBinary } from "./is-binary.js"; -/** - * Protocol version. - * - * @public - */ -export const protocol = 5; -export var PacketType; -(function (PacketType) { - PacketType[PacketType["CONNECT"] = 0] = "CONNECT"; - PacketType[PacketType["DISCONNECT"] = 1] = "DISCONNECT"; - PacketType[PacketType["EVENT"] = 2] = "EVENT"; - PacketType[PacketType["ACK"] = 3] = "ACK"; - PacketType[PacketType["CONNECT_ERROR"] = 4] = "CONNECT_ERROR"; - PacketType[PacketType["BINARY_EVENT"] = 5] = "BINARY_EVENT"; - PacketType[PacketType["BINARY_ACK"] = 6] = "BINARY_ACK"; -})(PacketType || (PacketType = {})); -/** - * A socket.io Encoder instance - */ -export class Encoder { - /** - * Encoder constructor - * - * @param {function} replacer - custom replacer to pass down to JSON.parse - */ - constructor(replacer) { - this.replacer = replacer; - } - /** - * Encode a packet as a single string if non-binary, or as a - * buffer sequence, depending on packet type. - * - * @param {Object} obj - packet object - */ - encode(obj) { - if (obj.type === PacketType.EVENT || obj.type === PacketType.ACK) { - if (hasBinary(obj)) { - return this.encodeAsBinary({ - type: obj.type === PacketType.EVENT - ? PacketType.BINARY_EVENT - : PacketType.BINARY_ACK, - nsp: obj.nsp, - data: obj.data, - id: obj.id, - }); - } - } - return [this.encodeAsString(obj)]; - } - /** - * Encode packet as string. - */ - encodeAsString(obj) { - // first is type - let str = "" + obj.type; - // attachments if we have them - if (obj.type === PacketType.BINARY_EVENT || - obj.type === PacketType.BINARY_ACK) { - str += obj.attachments + "-"; - } - // if we have a namespace other than `/` - // we append it followed by a comma `,` - if (obj.nsp && "/" !== obj.nsp) { - str += obj.nsp + ","; - } - // immediately followed by the id - if (null != obj.id) { - str += obj.id; - } - // json data - if (null != obj.data) { - str += JSON.stringify(obj.data, this.replacer); - } - return str; - } - /** - * Encode packet as 'buffer sequence' by removing blobs, and - * deconstructing packet into object with placeholders and - * a list of buffers. - */ - encodeAsBinary(obj) { - const deconstruction = deconstructPacket(obj); - const pack = this.encodeAsString(deconstruction.packet); - const buffers = deconstruction.buffers; - buffers.unshift(pack); // add packet info to beginning of data list - return buffers; // write all the buffers - } -} -/** - * A socket.io Decoder instance - * - * @return {Object} decoder - */ -export class Decoder extends Emitter { - /** - * Decoder constructor - * - * @param {function} reviver - custom reviver to pass down to JSON.stringify - */ - constructor(reviver) { - super(); - this.reviver = reviver; - } - /** - * Decodes an encoded packet string into packet JSON. - * - * @param {String} obj - encoded packet - */ - add(obj) { - let packet; - if (typeof obj === "string") { - if (this.reconstructor) { - throw new Error("got plaintext data when reconstructing a packet"); - } - packet = this.decodeString(obj); - const isBinaryEvent = packet.type === PacketType.BINARY_EVENT; - if (isBinaryEvent || packet.type === PacketType.BINARY_ACK) { - packet.type = isBinaryEvent ? PacketType.EVENT : PacketType.ACK; - // binary packet's json - this.reconstructor = new BinaryReconstructor(packet); - // no attachments, labeled binary but no binary data to follow - if (packet.attachments === 0) { - super.emitReserved("decoded", packet); - } - } - else { - // non-binary full packet - super.emitReserved("decoded", packet); - } - } - else if (isBinary(obj) || obj.base64) { - // raw binary data - if (!this.reconstructor) { - throw new Error("got binary data when not reconstructing a packet"); - } - else { - packet = this.reconstructor.takeBinaryData(obj); - if (packet) { - // received final buffer - this.reconstructor = null; - super.emitReserved("decoded", packet); - } - } - } - else { - throw new Error("Unknown type: " + obj); - } - } - /** - * Decode a packet String (JSON data) - * - * @param {String} str - * @return {Object} packet - */ - decodeString(str) { - let i = 0; - // look up type - const p = { - type: Number(str.charAt(0)), - }; - if (PacketType[p.type] === undefined) { - throw new Error("unknown packet type " + p.type); - } - // look up attachments if type binary - if (p.type === PacketType.BINARY_EVENT || - p.type === PacketType.BINARY_ACK) { - const start = i + 1; - while (str.charAt(++i) !== "-" && i != str.length) { } - const buf = str.substring(start, i); - if (buf != Number(buf) || str.charAt(i) !== "-") { - throw new Error("Illegal attachments"); - } - p.attachments = Number(buf); - } - // look up namespace (if any) - if ("/" === str.charAt(i + 1)) { - const start = i + 1; - while (++i) { - const c = str.charAt(i); - if ("," === c) - break; - if (i === str.length) - break; - } - p.nsp = str.substring(start, i); - } - else { - p.nsp = "/"; - } - // look up id - const next = str.charAt(i + 1); - if ("" !== next && Number(next) == next) { - const start = i + 1; - while (++i) { - const c = str.charAt(i); - if (null == c || Number(c) != c) { - --i; - break; - } - if (i === str.length) - break; - } - p.id = Number(str.substring(start, i + 1)); - } - // look up json data - if (str.charAt(++i)) { - const payload = this.tryParse(str.substr(i)); - if (Decoder.isPayloadValid(p.type, payload)) { - p.data = payload; - } - else { - throw new Error("invalid payload"); - } - } - return p; - } - tryParse(str) { - try { - return JSON.parse(str, this.reviver); - } - catch (e) { - return false; - } - } - static isPayloadValid(type, payload) { - switch (type) { - case PacketType.CONNECT: - return typeof payload === "object"; - case PacketType.DISCONNECT: - return payload === undefined; - case PacketType.CONNECT_ERROR: - return typeof payload === "string" || typeof payload === "object"; - case PacketType.EVENT: - case PacketType.BINARY_EVENT: - return Array.isArray(payload) && payload.length > 0; - case PacketType.ACK: - case PacketType.BINARY_ACK: - return Array.isArray(payload); - } - } - /** - * Deallocates a parser's resources - */ - destroy() { - if (this.reconstructor) { - this.reconstructor.finishedReconstruction(); - this.reconstructor = null; - } - } -} -/** - * A manager of a binary event's 'buffer sequence'. Should - * be constructed whenever a packet of type BINARY_EVENT is - * decoded. - * - * @param {Object} packet - * @return {BinaryReconstructor} initialized reconstructor - */ -class BinaryReconstructor { - constructor(packet) { - this.packet = packet; - this.buffers = []; - this.reconPack = packet; - } - /** - * Method to be called when binary data received from connection - * after a BINARY_EVENT packet. - * - * @param {Buffer | ArrayBuffer} binData - the raw binary data received - * @return {null | Object} returns null if more binary data is expected or - * a reconstructed packet object if all buffers have been received. - */ - takeBinaryData(binData) { - this.buffers.push(binData); - if (this.buffers.length === this.reconPack.attachments) { - // done with buffer list - const packet = reconstructPacket(this.reconPack, this.buffers); - this.finishedReconstruction(); - return packet; - } - return null; - } - /** - * Cleans up binary packet reconstruction variables. - */ - finishedReconstruction() { - this.reconPack = null; - this.buffers = []; - } -} diff --git a/software/flow/node_modules/socket.io-parser/build/esm/is-binary.d.ts b/software/flow/node_modules/socket.io-parser/build/esm/is-binary.d.ts deleted file mode 100644 index fa18261..0000000 --- a/software/flow/node_modules/socket.io-parser/build/esm/is-binary.d.ts +++ /dev/null @@ -1,7 +0,0 @@ -/** - * Returns true if obj is a Buffer, an ArrayBuffer, a Blob or a File. - * - * @private - */ -export declare function isBinary(obj: any): boolean; -export declare function hasBinary(obj: any, toJSON?: boolean): any; diff --git a/software/flow/node_modules/socket.io-parser/build/esm/is-binary.js b/software/flow/node_modules/socket.io-parser/build/esm/is-binary.js deleted file mode 100644 index 0c654dd..0000000 --- a/software/flow/node_modules/socket.io-parser/build/esm/is-binary.js +++ /dev/null @@ -1,50 +0,0 @@ -const withNativeArrayBuffer = typeof ArrayBuffer === "function"; -const isView = (obj) => { - return typeof ArrayBuffer.isView === "function" - ? ArrayBuffer.isView(obj) - : obj.buffer instanceof ArrayBuffer; -}; -const toString = Object.prototype.toString; -const withNativeBlob = typeof Blob === "function" || - (typeof Blob !== "undefined" && - toString.call(Blob) === "[object BlobConstructor]"); -const withNativeFile = typeof File === "function" || - (typeof File !== "undefined" && - toString.call(File) === "[object FileConstructor]"); -/** - * Returns true if obj is a Buffer, an ArrayBuffer, a Blob or a File. - * - * @private - */ -export function isBinary(obj) { - return ((withNativeArrayBuffer && (obj instanceof ArrayBuffer || isView(obj))) || - (withNativeBlob && obj instanceof Blob) || - (withNativeFile && obj instanceof File)); -} -export function hasBinary(obj, toJSON) { - if (!obj || typeof obj !== "object") { - return false; - } - if (Array.isArray(obj)) { - for (let i = 0, l = obj.length; i < l; i++) { - if (hasBinary(obj[i])) { - return true; - } - } - return false; - } - if (isBinary(obj)) { - return true; - } - if (obj.toJSON && - typeof obj.toJSON === "function" && - arguments.length === 1) { - return hasBinary(obj.toJSON(), true); - } - for (const key in obj) { - if (Object.prototype.hasOwnProperty.call(obj, key) && hasBinary(obj[key])) { - return true; - } - } - return false; -} diff --git a/software/flow/node_modules/socket.io-parser/build/esm/package.json b/software/flow/node_modules/socket.io-parser/build/esm/package.json deleted file mode 100644 index 3dbc1ca..0000000 --- a/software/flow/node_modules/socket.io-parser/build/esm/package.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "type": "module" -} diff --git a/software/flow/node_modules/socket.io-parser/node_modules/debug/LICENSE b/software/flow/node_modules/socket.io-parser/node_modules/debug/LICENSE deleted file mode 100644 index 1a9820e..0000000 --- a/software/flow/node_modules/socket.io-parser/node_modules/debug/LICENSE +++ /dev/null @@ -1,20 +0,0 @@ -(The MIT License) - -Copyright (c) 2014-2017 TJ Holowaychuk <tj@vision-media.ca> -Copyright (c) 2018-2021 Josh Junon - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software -and associated documentation files (the 'Software'), to deal in the Software without restriction, -including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, -and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial -portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT -LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - diff --git a/software/flow/node_modules/socket.io-parser/node_modules/debug/README.md b/software/flow/node_modules/socket.io-parser/node_modules/debug/README.md deleted file mode 100644 index e9c3e04..0000000 --- a/software/flow/node_modules/socket.io-parser/node_modules/debug/README.md +++ /dev/null @@ -1,481 +0,0 @@ -# debug -[![Build Status](https://travis-ci.org/debug-js/debug.svg?branch=master)](https://travis-ci.org/debug-js/debug) [![Coverage Status](https://coveralls.io/repos/github/debug-js/debug/badge.svg?branch=master)](https://coveralls.io/github/debug-js/debug?branch=master) [![Slack](https://visionmedia-community-slackin.now.sh/badge.svg)](https://visionmedia-community-slackin.now.sh/) [![OpenCollective](https://opencollective.com/debug/backers/badge.svg)](#backers) -[![OpenCollective](https://opencollective.com/debug/sponsors/badge.svg)](#sponsors) - -<img width="647" src="https://user-images.githubusercontent.com/71256/29091486-fa38524c-7c37-11e7-895f-e7ec8e1039b6.png"> - -A tiny JavaScript debugging utility modelled after Node.js core's debugging -technique. Works in Node.js and web browsers. - -## Installation - -```bash -$ npm install debug -``` - -## Usage - -`debug` exposes a function; simply pass this function the name of your module, and it will return a decorated version of `console.error` for you to pass debug statements to. This will allow you to toggle the debug output for different parts of your module as well as the module as a whole. - -Example [_app.js_](./examples/node/app.js): - -```js -var debug = require('debug')('http') - , http = require('http') - , name = 'My App'; - -// fake app - -debug('booting %o', name); - -http.createServer(function(req, res){ - debug(req.method + ' ' + req.url); - res.end('hello\n'); -}).listen(3000, function(){ - debug('listening'); -}); - -// fake worker of some kind - -require('./worker'); -``` - -Example [_worker.js_](./examples/node/worker.js): - -```js -var a = require('debug')('worker:a') - , b = require('debug')('worker:b'); - -function work() { - a('doing lots of uninteresting work'); - setTimeout(work, Math.random() * 1000); -} - -work(); - -function workb() { - b('doing some work'); - setTimeout(workb, Math.random() * 2000); -} - -workb(); -``` - -The `DEBUG` environment variable is then used to enable these based on space or -comma-delimited names. - -Here are some examples: - -<img width="647" alt="screen shot 2017-08-08 at 12 53 04 pm" src="https://user-images.githubusercontent.com/71256/29091703-a6302cdc-7c38-11e7-8304-7c0b3bc600cd.png"> -<img width="647" alt="screen shot 2017-08-08 at 12 53 38 pm" src="https://user-images.githubusercontent.com/71256/29091700-a62a6888-7c38-11e7-800b-db911291ca2b.png"> -<img width="647" alt="screen shot 2017-08-08 at 12 53 25 pm" src="https://user-images.githubusercontent.com/71256/29091701-a62ea114-7c38-11e7-826a-2692bedca740.png"> - -#### Windows command prompt notes - -##### CMD - -On Windows the environment variable is set using the `set` command. - -```cmd -set DEBUG=*,-not_this -``` - -Example: - -```cmd -set DEBUG=* & node app.js -``` - -##### PowerShell (VS Code default) - -PowerShell uses different syntax to set environment variables. - -```cmd -$env:DEBUG = "*,-not_this" -``` - -Example: - -```cmd -$env:DEBUG='app';node app.js -``` - -Then, run the program to be debugged as usual. - -npm script example: -```js - "windowsDebug": "@powershell -Command $env:DEBUG='*';node app.js", -``` - -## Namespace Colors - -Every debug instance has a color generated for it based on its namespace name. -This helps when visually parsing the debug output to identify which debug instance -a debug line belongs to. - -#### Node.js - -In Node.js, colors are enabled when stderr is a TTY. You also _should_ install -the [`supports-color`](https://npmjs.org/supports-color) module alongside debug, -otherwise debug will only use a small handful of basic colors. - -<img width="521" src="https://user-images.githubusercontent.com/71256/29092181-47f6a9e6-7c3a-11e7-9a14-1928d8a711cd.png"> - -#### Web Browser - -Colors are also enabled on "Web Inspectors" that understand the `%c` formatting -option. These are WebKit web inspectors, Firefox ([since version -31](https://hacks.mozilla.org/2014/05/editable-box-model-multiple-selection-sublime-text-keys-much-more-firefox-developer-tools-episode-31/)) -and the Firebug plugin for Firefox (any version). - -<img width="524" src="https://user-images.githubusercontent.com/71256/29092033-b65f9f2e-7c39-11e7-8e32-f6f0d8e865c1.png"> - - -## Millisecond diff - -When actively developing an application it can be useful to see when the time spent between one `debug()` call and the next. Suppose for example you invoke `debug()` before requesting a resource, and after as well, the "+NNNms" will show you how much time was spent between calls. - -<img width="647" src="https://user-images.githubusercontent.com/71256/29091486-fa38524c-7c37-11e7-895f-e7ec8e1039b6.png"> - -When stdout is not a TTY, `Date#toISOString()` is used, making it more useful for logging the debug information as shown below: - -<img width="647" src="https://user-images.githubusercontent.com/71256/29091956-6bd78372-7c39-11e7-8c55-c948396d6edd.png"> - - -## Conventions - -If you're using this in one or more of your libraries, you _should_ use the name of your library so that developers may toggle debugging as desired without guessing names. If you have more than one debuggers you _should_ prefix them with your library name and use ":" to separate features. For example "bodyParser" from Connect would then be "connect:bodyParser". If you append a "*" to the end of your name, it will always be enabled regardless of the setting of the DEBUG environment variable. You can then use it for normal output as well as debug output. - -## Wildcards - -The `*` character may be used as a wildcard. Suppose for example your library has -debuggers named "connect:bodyParser", "connect:compress", "connect:session", -instead of listing all three with -`DEBUG=connect:bodyParser,connect:compress,connect:session`, you may simply do -`DEBUG=connect:*`, or to run everything using this module simply use `DEBUG=*`. - -You can also exclude specific debuggers by prefixing them with a "-" character. -For example, `DEBUG=*,-connect:*` would include all debuggers except those -starting with "connect:". - -## Environment Variables - -When running through Node.js, you can set a few environment variables that will -change the behavior of the debug logging: - -| Name | Purpose | -|-----------|-------------------------------------------------| -| `DEBUG` | Enables/disables specific debugging namespaces. | -| `DEBUG_HIDE_DATE` | Hide date from debug output (non-TTY). | -| `DEBUG_COLORS`| Whether or not to use colors in the debug output. | -| `DEBUG_DEPTH` | Object inspection depth. | -| `DEBUG_SHOW_HIDDEN` | Shows hidden properties on inspected objects. | - - -__Note:__ The environment variables beginning with `DEBUG_` end up being -converted into an Options object that gets used with `%o`/`%O` formatters. -See the Node.js documentation for -[`util.inspect()`](https://nodejs.org/api/util.html#util_util_inspect_object_options) -for the complete list. - -## Formatters - -Debug uses [printf-style](https://wikipedia.org/wiki/Printf_format_string) formatting. -Below are the officially supported formatters: - -| Formatter | Representation | -|-----------|----------------| -| `%O` | Pretty-print an Object on multiple lines. | -| `%o` | Pretty-print an Object all on a single line. | -| `%s` | String. | -| `%d` | Number (both integer and float). | -| `%j` | JSON. Replaced with the string '[Circular]' if the argument contains circular references. | -| `%%` | Single percent sign ('%'). This does not consume an argument. | - - -### Custom formatters - -You can add custom formatters by extending the `debug.formatters` object. -For example, if you wanted to add support for rendering a Buffer as hex with -`%h`, you could do something like: - -```js -const createDebug = require('debug') -createDebug.formatters.h = (v) => { - return v.toString('hex') -} - -// …elsewhere -const debug = createDebug('foo') -debug('this is hex: %h', new Buffer('hello world')) -// foo this is hex: 68656c6c6f20776f726c6421 +0ms -``` - - -## Browser Support - -You can build a browser-ready script using [browserify](https://github.com/substack/node-browserify), -or just use the [browserify-as-a-service](https://wzrd.in/) [build](https://wzrd.in/standalone/debug@latest), -if you don't want to build it yourself. - -Debug's enable state is currently persisted by `localStorage`. -Consider the situation shown below where you have `worker:a` and `worker:b`, -and wish to debug both. You can enable this using `localStorage.debug`: - -```js -localStorage.debug = 'worker:*' -``` - -And then refresh the page. - -```js -a = debug('worker:a'); -b = debug('worker:b'); - -setInterval(function(){ - a('doing some work'); -}, 1000); - -setInterval(function(){ - b('doing some work'); -}, 1200); -``` - -In Chromium-based web browsers (e.g. Brave, Chrome, and Electron), the JavaScript console will—by default—only show messages logged by `debug` if the "Verbose" log level is _enabled_. - -<img width="647" src="https://user-images.githubusercontent.com/7143133/152083257-29034707-c42c-4959-8add-3cee850e6fcf.png"> - -## Output streams - - By default `debug` will log to stderr, however this can be configured per-namespace by overriding the `log` method: - -Example [_stdout.js_](./examples/node/stdout.js): - -```js -var debug = require('debug'); -var error = debug('app:error'); - -// by default stderr is used -error('goes to stderr!'); - -var log = debug('app:log'); -// set this namespace to log via console.log -log.log = console.log.bind(console); // don't forget to bind to console! -log('goes to stdout'); -error('still goes to stderr!'); - -// set all output to go via console.info -// overrides all per-namespace log settings -debug.log = console.info.bind(console); -error('now goes to stdout via console.info'); -log('still goes to stdout, but via console.info now'); -``` - -## Extend -You can simply extend debugger -```js -const log = require('debug')('auth'); - -//creates new debug instance with extended namespace -const logSign = log.extend('sign'); -const logLogin = log.extend('login'); - -log('hello'); // auth hello -logSign('hello'); //auth:sign hello -logLogin('hello'); //auth:login hello -``` - -## Set dynamically - -You can also enable debug dynamically by calling the `enable()` method : - -```js -let debug = require('debug'); - -console.log(1, debug.enabled('test')); - -debug.enable('test'); -console.log(2, debug.enabled('test')); - -debug.disable(); -console.log(3, debug.enabled('test')); - -``` - -print : -``` -1 false -2 true -3 false -``` - -Usage : -`enable(namespaces)` -`namespaces` can include modes separated by a colon and wildcards. - -Note that calling `enable()` completely overrides previously set DEBUG variable : - -``` -$ DEBUG=foo node -e 'var dbg = require("debug"); dbg.enable("bar"); console.log(dbg.enabled("foo"))' -=> false -``` - -`disable()` - -Will disable all namespaces. The functions returns the namespaces currently -enabled (and skipped). This can be useful if you want to disable debugging -temporarily without knowing what was enabled to begin with. - -For example: - -```js -let debug = require('debug'); -debug.enable('foo:*,-foo:bar'); -let namespaces = debug.disable(); -debug.enable(namespaces); -``` - -Note: There is no guarantee that the string will be identical to the initial -enable string, but semantically they will be identical. - -## Checking whether a debug target is enabled - -After you've created a debug instance, you can determine whether or not it is -enabled by checking the `enabled` property: - -```javascript -const debug = require('debug')('http'); - -if (debug.enabled) { - // do stuff... -} -``` - -You can also manually toggle this property to force the debug instance to be -enabled or disabled. - -## Usage in child processes - -Due to the way `debug` detects if the output is a TTY or not, colors are not shown in child processes when `stderr` is piped. A solution is to pass the `DEBUG_COLORS=1` environment variable to the child process. -For example: - -```javascript -worker = fork(WORKER_WRAP_PATH, [workerPath], { - stdio: [ - /* stdin: */ 0, - /* stdout: */ 'pipe', - /* stderr: */ 'pipe', - 'ipc', - ], - env: Object.assign({}, process.env, { - DEBUG_COLORS: 1 // without this settings, colors won't be shown - }), -}); - -worker.stderr.pipe(process.stderr, { end: false }); -``` - - -## Authors - - - TJ Holowaychuk - - Nathan Rajlich - - Andrew Rhyne - - Josh Junon - -## Backers - -Support us with a monthly donation and help us continue our activities. [[Become a backer](https://opencollective.com/debug#backer)] - -<a href="https://opencollective.com/debug/backer/0/website" target="_blank"><img src="https://opencollective.com/debug/backer/0/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/1/website" target="_blank"><img src="https://opencollective.com/debug/backer/1/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/2/website" target="_blank"><img src="https://opencollective.com/debug/backer/2/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/3/website" target="_blank"><img src="https://opencollective.com/debug/backer/3/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/4/website" target="_blank"><img src="https://opencollective.com/debug/backer/4/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/5/website" target="_blank"><img src="https://opencollective.com/debug/backer/5/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/6/website" target="_blank"><img src="https://opencollective.com/debug/backer/6/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/7/website" target="_blank"><img src="https://opencollective.com/debug/backer/7/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/8/website" target="_blank"><img src="https://opencollective.com/debug/backer/8/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/9/website" target="_blank"><img src="https://opencollective.com/debug/backer/9/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/10/website" target="_blank"><img src="https://opencollective.com/debug/backer/10/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/11/website" target="_blank"><img src="https://opencollective.com/debug/backer/11/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/12/website" target="_blank"><img src="https://opencollective.com/debug/backer/12/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/13/website" target="_blank"><img src="https://opencollective.com/debug/backer/13/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/14/website" target="_blank"><img src="https://opencollective.com/debug/backer/14/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/15/website" target="_blank"><img src="https://opencollective.com/debug/backer/15/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/16/website" target="_blank"><img src="https://opencollective.com/debug/backer/16/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/17/website" target="_blank"><img src="https://opencollective.com/debug/backer/17/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/18/website" target="_blank"><img src="https://opencollective.com/debug/backer/18/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/19/website" target="_blank"><img src="https://opencollective.com/debug/backer/19/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/20/website" target="_blank"><img src="https://opencollective.com/debug/backer/20/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/21/website" target="_blank"><img src="https://opencollective.com/debug/backer/21/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/22/website" target="_blank"><img src="https://opencollective.com/debug/backer/22/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/23/website" target="_blank"><img src="https://opencollective.com/debug/backer/23/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/24/website" target="_blank"><img src="https://opencollective.com/debug/backer/24/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/25/website" target="_blank"><img src="https://opencollective.com/debug/backer/25/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/26/website" target="_blank"><img src="https://opencollective.com/debug/backer/26/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/27/website" target="_blank"><img src="https://opencollective.com/debug/backer/27/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/28/website" target="_blank"><img src="https://opencollective.com/debug/backer/28/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/29/website" target="_blank"><img src="https://opencollective.com/debug/backer/29/avatar.svg"></a> - - -## Sponsors - -Become a sponsor and get your logo on our README on Github with a link to your site. [[Become a sponsor](https://opencollective.com/debug#sponsor)] - -<a href="https://opencollective.com/debug/sponsor/0/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/0/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/1/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/1/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/2/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/2/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/3/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/3/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/4/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/4/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/5/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/5/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/6/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/6/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/7/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/7/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/8/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/8/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/9/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/9/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/10/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/10/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/11/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/11/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/12/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/12/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/13/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/13/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/14/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/14/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/15/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/15/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/16/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/16/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/17/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/17/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/18/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/18/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/19/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/19/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/20/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/20/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/21/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/21/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/22/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/22/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/23/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/23/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/24/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/24/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/25/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/25/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/26/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/26/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/27/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/27/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/28/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/28/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/29/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/29/avatar.svg"></a> - -## License - -(The MIT License) - -Copyright (c) 2014-2017 TJ Holowaychuk &lt;tj@vision-media.ca&gt; -Copyright (c) 2018-2021 Josh Junon - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -'Software'), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/software/flow/node_modules/socket.io-parser/node_modules/debug/package.json b/software/flow/node_modules/socket.io-parser/node_modules/debug/package.json deleted file mode 100644 index 3bcdc24..0000000 --- a/software/flow/node_modules/socket.io-parser/node_modules/debug/package.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "name": "debug", - "version": "4.3.4", - "repository": { - "type": "git", - "url": "git://github.com/debug-js/debug.git" - }, - "description": "Lightweight debugging utility for Node.js and the browser", - "keywords": [ - "debug", - "log", - "debugger" - ], - "files": [ - "src", - "LICENSE", - "README.md" - ], - "author": "Josh Junon <josh.junon@protonmail.com>", - "contributors": [ - "TJ Holowaychuk <tj@vision-media.ca>", - "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io)", - "Andrew Rhyne <rhyneandrew@gmail.com>" - ], - "license": "MIT", - "scripts": { - "lint": "xo", - "test": "npm run test:node && npm run test:browser && npm run lint", - "test:node": "istanbul cover _mocha -- test.js", - "test:browser": "karma start --single-run", - "test:coverage": "cat ./coverage/lcov.info | coveralls" - }, - "dependencies": { - "ms": "2.1.2" - }, - "devDependencies": { - "brfs": "^2.0.1", - "browserify": "^16.2.3", - "coveralls": "^3.0.2", - "istanbul": "^0.4.5", - "karma": "^3.1.4", - "karma-browserify": "^6.0.0", - "karma-chrome-launcher": "^2.2.0", - "karma-mocha": "^1.3.0", - "mocha": "^5.2.0", - "mocha-lcov-reporter": "^1.2.0", - "xo": "^0.23.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - }, - "main": "./src/index.js", - "browser": "./src/browser.js", - "engines": { - "node": ">=6.0" - } -} diff --git a/software/flow/node_modules/socket.io-parser/node_modules/debug/src/browser.js b/software/flow/node_modules/socket.io-parser/node_modules/debug/src/browser.js deleted file mode 100644 index cd0fc35..0000000 --- a/software/flow/node_modules/socket.io-parser/node_modules/debug/src/browser.js +++ /dev/null @@ -1,269 +0,0 @@ -/* eslint-env browser */ - -/** - * This is the web browser implementation of `debug()`. - */ - -exports.formatArgs = formatArgs; -exports.save = save; -exports.load = load; -exports.useColors = useColors; -exports.storage = localstorage(); -exports.destroy = (() => { - let warned = false; - - return () => { - if (!warned) { - warned = true; - console.warn('Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.'); - } - }; -})(); - -/** - * Colors. - */ - -exports.colors = [ - '#0000CC', - '#0000FF', - '#0033CC', - '#0033FF', - '#0066CC', - '#0066FF', - '#0099CC', - '#0099FF', - '#00CC00', - '#00CC33', - '#00CC66', - '#00CC99', - '#00CCCC', - '#00CCFF', - '#3300CC', - '#3300FF', - '#3333CC', - '#3333FF', - '#3366CC', - '#3366FF', - '#3399CC', - '#3399FF', - '#33CC00', - '#33CC33', - '#33CC66', - '#33CC99', - '#33CCCC', - '#33CCFF', - '#6600CC', - '#6600FF', - '#6633CC', - '#6633FF', - '#66CC00', - '#66CC33', - '#9900CC', - '#9900FF', - '#9933CC', - '#9933FF', - '#99CC00', - '#99CC33', - '#CC0000', - '#CC0033', - '#CC0066', - '#CC0099', - '#CC00CC', - '#CC00FF', - '#CC3300', - '#CC3333', - '#CC3366', - '#CC3399', - '#CC33CC', - '#CC33FF', - '#CC6600', - '#CC6633', - '#CC9900', - '#CC9933', - '#CCCC00', - '#CCCC33', - '#FF0000', - '#FF0033', - '#FF0066', - '#FF0099', - '#FF00CC', - '#FF00FF', - '#FF3300', - '#FF3333', - '#FF3366', - '#FF3399', - '#FF33CC', - '#FF33FF', - '#FF6600', - '#FF6633', - '#FF9900', - '#FF9933', - '#FFCC00', - '#FFCC33' -]; - -/** - * Currently only WebKit-based Web Inspectors, Firefox >= v31, - * and the Firebug extension (any Firefox version) are known - * to support "%c" CSS customizations. - * - * TODO: add a `localStorage` variable to explicitly enable/disable colors - */ - -// eslint-disable-next-line complexity -function useColors() { - // NB: In an Electron preload script, document will be defined but not fully - // initialized. Since we know we're in Chrome, we'll just detect this case - // explicitly - if (typeof window !== 'undefined' && window.process && (window.process.type === 'renderer' || window.process.__nwjs)) { - return true; - } - - // Internet Explorer and Edge do not support colors. - if (typeof navigator !== 'undefined' && navigator.userAgent && navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/)) { - return false; - } - - // Is webkit? http://stackoverflow.com/a/16459606/376773 - // document is undefined in react-native: https://github.com/facebook/react-native/pull/1632 - return (typeof document !== 'undefined' && document.documentElement && document.documentElement.style && document.documentElement.style.WebkitAppearance) || - // Is firebug? http://stackoverflow.com/a/398120/376773 - (typeof window !== 'undefined' && window.console && (window.console.firebug || (window.console.exception && window.console.table))) || - // Is firefox >= v31? - // https://developer.mozilla.org/en-US/docs/Tools/Web_Console#Styling_messages - (typeof navigator !== 'undefined' && navigator.userAgent && navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/) && parseInt(RegExp.$1, 10) >= 31) || - // Double check webkit in userAgent just in case we are in a worker - (typeof navigator !== 'undefined' && navigator.userAgent && navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)); -} - -/** - * Colorize log arguments if enabled. - * - * @api public - */ - -function formatArgs(args) { - args[0] = (this.useColors ? '%c' : '') + - this.namespace + - (this.useColors ? ' %c' : ' ') + - args[0] + - (this.useColors ? '%c ' : ' ') + - '+' + module.exports.humanize(this.diff); - - if (!this.useColors) { - return; - } - - const c = 'color: ' + this.color; - args.splice(1, 0, c, 'color: inherit'); - - // The final "%c" is somewhat tricky, because there could be other - // arguments passed either before or after the %c, so we need to - // figure out the correct index to insert the CSS into - let index = 0; - let lastC = 0; - args[0].replace(/%[a-zA-Z%]/g, match => { - if (match === '%%') { - return; - } - index++; - if (match === '%c') { - // We only are interested in the *last* %c - // (the user may have provided their own) - lastC = index; - } - }); - - args.splice(lastC, 0, c); -} - -/** - * Invokes `console.debug()` when available. - * No-op when `console.debug` is not a "function". - * If `console.debug` is not available, falls back - * to `console.log`. - * - * @api public - */ -exports.log = console.debug || console.log || (() => {}); - -/** - * Save `namespaces`. - * - * @param {String} namespaces - * @api private - */ -function save(namespaces) { - try { - if (namespaces) { - exports.storage.setItem('debug', namespaces); - } else { - exports.storage.removeItem('debug'); - } - } catch (error) { - // Swallow - // XXX (@Qix-) should we be logging these? - } -} - -/** - * Load `namespaces`. - * - * @return {String} returns the previously persisted debug modes - * @api private - */ -function load() { - let r; - try { - r = exports.storage.getItem('debug'); - } catch (error) { - // Swallow - // XXX (@Qix-) should we be logging these? - } - - // If debug isn't set in LS, and we're in Electron, try to load $DEBUG - if (!r && typeof process !== 'undefined' && 'env' in process) { - r = process.env.DEBUG; - } - - return r; -} - -/** - * Localstorage attempts to return the localstorage. - * - * This is necessary because safari throws - * when a user disables cookies/localstorage - * and you attempt to access it. - * - * @return {LocalStorage} - * @api private - */ - -function localstorage() { - try { - // TVMLKit (Apple TV JS Runtime) does not have a window object, just localStorage in the global context - // The Browser also has localStorage in the global context. - return localStorage; - } catch (error) { - // Swallow - // XXX (@Qix-) should we be logging these? - } -} - -module.exports = require('./common')(exports); - -const {formatters} = module.exports; - -/** - * Map %j to `JSON.stringify()`, since no Web Inspectors do that by default. - */ - -formatters.j = function (v) { - try { - return JSON.stringify(v); - } catch (error) { - return '[UnexpectedJSONParseError]: ' + error.message; - } -}; diff --git a/software/flow/node_modules/socket.io-parser/node_modules/debug/src/common.js b/software/flow/node_modules/socket.io-parser/node_modules/debug/src/common.js deleted file mode 100644 index e3291b2..0000000 --- a/software/flow/node_modules/socket.io-parser/node_modules/debug/src/common.js +++ /dev/null @@ -1,274 +0,0 @@ - -/** - * This is the common logic for both the Node.js and web browser - * implementations of `debug()`. - */ - -function setup(env) { - createDebug.debug = createDebug; - createDebug.default = createDebug; - createDebug.coerce = coerce; - createDebug.disable = disable; - createDebug.enable = enable; - createDebug.enabled = enabled; - createDebug.humanize = require('ms'); - createDebug.destroy = destroy; - - Object.keys(env).forEach(key => { - createDebug[key] = env[key]; - }); - - /** - * The currently active debug mode names, and names to skip. - */ - - createDebug.names = []; - createDebug.skips = []; - - /** - * Map of special "%n" handling functions, for the debug "format" argument. - * - * Valid key names are a single, lower or upper-case letter, i.e. "n" and "N". - */ - createDebug.formatters = {}; - - /** - * Selects a color for a debug namespace - * @param {String} namespace The namespace string for the debug instance to be colored - * @return {Number|String} An ANSI color code for the given namespace - * @api private - */ - function selectColor(namespace) { - let hash = 0; - - for (let i = 0; i < namespace.length; i++) { - hash = ((hash << 5) - hash) + namespace.charCodeAt(i); - hash |= 0; // Convert to 32bit integer - } - - return createDebug.colors[Math.abs(hash) % createDebug.colors.length]; - } - createDebug.selectColor = selectColor; - - /** - * Create a debugger with the given `namespace`. - * - * @param {String} namespace - * @return {Function} - * @api public - */ - function createDebug(namespace) { - let prevTime; - let enableOverride = null; - let namespacesCache; - let enabledCache; - - function debug(...args) { - // Disabled? - if (!debug.enabled) { - return; - } - - const self = debug; - - // Set `diff` timestamp - const curr = Number(new Date()); - const ms = curr - (prevTime || curr); - self.diff = ms; - self.prev = prevTime; - self.curr = curr; - prevTime = curr; - - args[0] = createDebug.coerce(args[0]); - - if (typeof args[0] !== 'string') { - // Anything else let's inspect with %O - args.unshift('%O'); - } - - // Apply any `formatters` transformations - let index = 0; - args[0] = args[0].replace(/%([a-zA-Z%])/g, (match, format) => { - // If we encounter an escaped % then don't increase the array index - if (match === '%%') { - return '%'; - } - index++; - const formatter = createDebug.formatters[format]; - if (typeof formatter === 'function') { - const val = args[index]; - match = formatter.call(self, val); - - // Now we need to remove `args[index]` since it's inlined in the `format` - args.splice(index, 1); - index--; - } - return match; - }); - - // Apply env-specific formatting (colors, etc.) - createDebug.formatArgs.call(self, args); - - const logFn = self.log || createDebug.log; - logFn.apply(self, args); - } - - debug.namespace = namespace; - debug.useColors = createDebug.useColors(); - debug.color = createDebug.selectColor(namespace); - debug.extend = extend; - debug.destroy = createDebug.destroy; // XXX Temporary. Will be removed in the next major release. - - Object.defineProperty(debug, 'enabled', { - enumerable: true, - configurable: false, - get: () => { - if (enableOverride !== null) { - return enableOverride; - } - if (namespacesCache !== createDebug.namespaces) { - namespacesCache = createDebug.namespaces; - enabledCache = createDebug.enabled(namespace); - } - - return enabledCache; - }, - set: v => { - enableOverride = v; - } - }); - - // Env-specific initialization logic for debug instances - if (typeof createDebug.init === 'function') { - createDebug.init(debug); - } - - return debug; - } - - function extend(namespace, delimiter) { - const newDebug = createDebug(this.namespace + (typeof delimiter === 'undefined' ? ':' : delimiter) + namespace); - newDebug.log = this.log; - return newDebug; - } - - /** - * Enables a debug mode by namespaces. This can include modes - * separated by a colon and wildcards. - * - * @param {String} namespaces - * @api public - */ - function enable(namespaces) { - createDebug.save(namespaces); - createDebug.namespaces = namespaces; - - createDebug.names = []; - createDebug.skips = []; - - let i; - const split = (typeof namespaces === 'string' ? namespaces : '').split(/[\s,]+/); - const len = split.length; - - for (i = 0; i < len; i++) { - if (!split[i]) { - // ignore empty strings - continue; - } - - namespaces = split[i].replace(/\*/g, '.*?'); - - if (namespaces[0] === '-') { - createDebug.skips.push(new RegExp('^' + namespaces.slice(1) + '$')); - } else { - createDebug.names.push(new RegExp('^' + namespaces + '$')); - } - } - } - - /** - * Disable debug output. - * - * @return {String} namespaces - * @api public - */ - function disable() { - const namespaces = [ - ...createDebug.names.map(toNamespace), - ...createDebug.skips.map(toNamespace).map(namespace => '-' + namespace) - ].join(','); - createDebug.enable(''); - return namespaces; - } - - /** - * Returns true if the given mode name is enabled, false otherwise. - * - * @param {String} name - * @return {Boolean} - * @api public - */ - function enabled(name) { - if (name[name.length - 1] === '*') { - return true; - } - - let i; - let len; - - for (i = 0, len = createDebug.skips.length; i < len; i++) { - if (createDebug.skips[i].test(name)) { - return false; - } - } - - for (i = 0, len = createDebug.names.length; i < len; i++) { - if (createDebug.names[i].test(name)) { - return true; - } - } - - return false; - } - - /** - * Convert regexp to namespace - * - * @param {RegExp} regxep - * @return {String} namespace - * @api private - */ - function toNamespace(regexp) { - return regexp.toString() - .substring(2, regexp.toString().length - 2) - .replace(/\.\*\?$/, '*'); - } - - /** - * Coerce `val`. - * - * @param {Mixed} val - * @return {Mixed} - * @api private - */ - function coerce(val) { - if (val instanceof Error) { - return val.stack || val.message; - } - return val; - } - - /** - * XXX DO NOT USE. This is a temporary stub function. - * XXX It WILL be removed in the next major release. - */ - function destroy() { - console.warn('Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.'); - } - - createDebug.enable(createDebug.load()); - - return createDebug; -} - -module.exports = setup; diff --git a/software/flow/node_modules/socket.io-parser/node_modules/debug/src/index.js b/software/flow/node_modules/socket.io-parser/node_modules/debug/src/index.js deleted file mode 100644 index bf4c57f..0000000 --- a/software/flow/node_modules/socket.io-parser/node_modules/debug/src/index.js +++ /dev/null @@ -1,10 +0,0 @@ -/** - * Detect Electron renderer / nwjs process, which is node, but we should - * treat as a browser. - */ - -if (typeof process === 'undefined' || process.type === 'renderer' || process.browser === true || process.__nwjs) { - module.exports = require('./browser.js'); -} else { - module.exports = require('./node.js'); -} diff --git a/software/flow/node_modules/socket.io-parser/node_modules/debug/src/node.js b/software/flow/node_modules/socket.io-parser/node_modules/debug/src/node.js deleted file mode 100644 index 79bc085..0000000 --- a/software/flow/node_modules/socket.io-parser/node_modules/debug/src/node.js +++ /dev/null @@ -1,263 +0,0 @@ -/** - * Module dependencies. - */ - -const tty = require('tty'); -const util = require('util'); - -/** - * This is the Node.js implementation of `debug()`. - */ - -exports.init = init; -exports.log = log; -exports.formatArgs = formatArgs; -exports.save = save; -exports.load = load; -exports.useColors = useColors; -exports.destroy = util.deprecate( - () => {}, - 'Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.' -); - -/** - * Colors. - */ - -exports.colors = [6, 2, 3, 4, 5, 1]; - -try { - // Optional dependency (as in, doesn't need to be installed, NOT like optionalDependencies in package.json) - // eslint-disable-next-line import/no-extraneous-dependencies - const supportsColor = require('supports-color'); - - if (supportsColor && (supportsColor.stderr || supportsColor).level >= 2) { - exports.colors = [ - 20, - 21, - 26, - 27, - 32, - 33, - 38, - 39, - 40, - 41, - 42, - 43, - 44, - 45, - 56, - 57, - 62, - 63, - 68, - 69, - 74, - 75, - 76, - 77, - 78, - 79, - 80, - 81, - 92, - 93, - 98, - 99, - 112, - 113, - 128, - 129, - 134, - 135, - 148, - 149, - 160, - 161, - 162, - 163, - 164, - 165, - 166, - 167, - 168, - 169, - 170, - 171, - 172, - 173, - 178, - 179, - 184, - 185, - 196, - 197, - 198, - 199, - 200, - 201, - 202, - 203, - 204, - 205, - 206, - 207, - 208, - 209, - 214, - 215, - 220, - 221 - ]; - } -} catch (error) { - // Swallow - we only care if `supports-color` is available; it doesn't have to be. -} - -/** - * Build up the default `inspectOpts` object from the environment variables. - * - * $ DEBUG_COLORS=no DEBUG_DEPTH=10 DEBUG_SHOW_HIDDEN=enabled node script.js - */ - -exports.inspectOpts = Object.keys(process.env).filter(key => { - return /^debug_/i.test(key); -}).reduce((obj, key) => { - // Camel-case - const prop = key - .substring(6) - .toLowerCase() - .replace(/_([a-z])/g, (_, k) => { - return k.toUpperCase(); - }); - - // Coerce string value into JS value - let val = process.env[key]; - if (/^(yes|on|true|enabled)$/i.test(val)) { - val = true; - } else if (/^(no|off|false|disabled)$/i.test(val)) { - val = false; - } else if (val === 'null') { - val = null; - } else { - val = Number(val); - } - - obj[prop] = val; - return obj; -}, {}); - -/** - * Is stdout a TTY? Colored output is enabled when `true`. - */ - -function useColors() { - return 'colors' in exports.inspectOpts ? - Boolean(exports.inspectOpts.colors) : - tty.isatty(process.stderr.fd); -} - -/** - * Adds ANSI color escape codes if enabled. - * - * @api public - */ - -function formatArgs(args) { - const {namespace: name, useColors} = this; - - if (useColors) { - const c = this.color; - const colorCode = '\u001B[3' + (c < 8 ? c : '8;5;' + c); - const prefix = ` ${colorCode};1m${name} \u001B[0m`; - - args[0] = prefix + args[0].split('\n').join('\n' + prefix); - args.push(colorCode + 'm+' + module.exports.humanize(this.diff) + '\u001B[0m'); - } else { - args[0] = getDate() + name + ' ' + args[0]; - } -} - -function getDate() { - if (exports.inspectOpts.hideDate) { - return ''; - } - return new Date().toISOString() + ' '; -} - -/** - * Invokes `util.format()` with the specified arguments and writes to stderr. - */ - -function log(...args) { - return process.stderr.write(util.format(...args) + '\n'); -} - -/** - * Save `namespaces`. - * - * @param {String} namespaces - * @api private - */ -function save(namespaces) { - if (namespaces) { - process.env.DEBUG = namespaces; - } else { - // If you set a process.env field to null or undefined, it gets cast to the - // string 'null' or 'undefined'. Just delete instead. - delete process.env.DEBUG; - } -} - -/** - * Load `namespaces`. - * - * @return {String} returns the previously persisted debug modes - * @api private - */ - -function load() { - return process.env.DEBUG; -} - -/** - * Init logic for `debug` instances. - * - * Create a new `inspectOpts` object in case `useColors` is set - * differently for a particular `debug` instance. - */ - -function init(debug) { - debug.inspectOpts = {}; - - const keys = Object.keys(exports.inspectOpts); - for (let i = 0; i < keys.length; i++) { - debug.inspectOpts[keys[i]] = exports.inspectOpts[keys[i]]; - } -} - -module.exports = require('./common')(exports); - -const {formatters} = module.exports; - -/** - * Map %o to `util.inspect()`, all on a single line. - */ - -formatters.o = function (v) { - this.inspectOpts.colors = this.useColors; - return util.inspect(v, this.inspectOpts) - .split('\n') - .map(str => str.trim()) - .join(' '); -}; - -/** - * Map %O to `util.inspect()`, allowing multiple lines if needed. - */ - -formatters.O = function (v) { - this.inspectOpts.colors = this.useColors; - return util.inspect(v, this.inspectOpts); -}; diff --git a/software/flow/node_modules/socket.io-parser/node_modules/ms/index.js b/software/flow/node_modules/socket.io-parser/node_modules/ms/index.js deleted file mode 100644 index c4498bc..0000000 --- a/software/flow/node_modules/socket.io-parser/node_modules/ms/index.js +++ /dev/null @@ -1,162 +0,0 @@ -/** - * Helpers. - */ - -var s = 1000; -var m = s * 60; -var h = m * 60; -var d = h * 24; -var w = d * 7; -var y = d * 365.25; - -/** - * Parse or format the given `val`. - * - * Options: - * - * - `long` verbose formatting [false] - * - * @param {String|Number} val - * @param {Object} [options] - * @throws {Error} throw an error if val is not a non-empty string or a number - * @return {String|Number} - * @api public - */ - -module.exports = function(val, options) { - options = options || {}; - var type = typeof val; - if (type === 'string' && val.length > 0) { - return parse(val); - } else if (type === 'number' && isFinite(val)) { - return options.long ? fmtLong(val) : fmtShort(val); - } - throw new Error( - 'val is not a non-empty string or a valid number. val=' + - JSON.stringify(val) - ); -}; - -/** - * Parse the given `str` and return milliseconds. - * - * @param {String} str - * @return {Number} - * @api private - */ - -function parse(str) { - str = String(str); - if (str.length > 100) { - return; - } - var match = /^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec( - str - ); - if (!match) { - return; - } - var n = parseFloat(match[1]); - var type = (match[2] || 'ms').toLowerCase(); - switch (type) { - case 'years': - case 'year': - case 'yrs': - case 'yr': - case 'y': - return n * y; - case 'weeks': - case 'week': - case 'w': - return n * w; - case 'days': - case 'day': - case 'd': - return n * d; - case 'hours': - case 'hour': - case 'hrs': - case 'hr': - case 'h': - return n * h; - case 'minutes': - case 'minute': - case 'mins': - case 'min': - case 'm': - return n * m; - case 'seconds': - case 'second': - case 'secs': - case 'sec': - case 's': - return n * s; - case 'milliseconds': - case 'millisecond': - case 'msecs': - case 'msec': - case 'ms': - return n; - default: - return undefined; - } -} - -/** - * Short format for `ms`. - * - * @param {Number} ms - * @return {String} - * @api private - */ - -function fmtShort(ms) { - var msAbs = Math.abs(ms); - if (msAbs >= d) { - return Math.round(ms / d) + 'd'; - } - if (msAbs >= h) { - return Math.round(ms / h) + 'h'; - } - if (msAbs >= m) { - return Math.round(ms / m) + 'm'; - } - if (msAbs >= s) { - return Math.round(ms / s) + 's'; - } - return ms + 'ms'; -} - -/** - * Long format for `ms`. - * - * @param {Number} ms - * @return {String} - * @api private - */ - -function fmtLong(ms) { - var msAbs = Math.abs(ms); - if (msAbs >= d) { - return plural(ms, msAbs, d, 'day'); - } - if (msAbs >= h) { - return plural(ms, msAbs, h, 'hour'); - } - if (msAbs >= m) { - return plural(ms, msAbs, m, 'minute'); - } - if (msAbs >= s) { - return plural(ms, msAbs, s, 'second'); - } - return ms + ' ms'; -} - -/** - * Pluralization helper. - */ - -function plural(ms, msAbs, n, name) { - var isPlural = msAbs >= n * 1.5; - return Math.round(ms / n) + ' ' + name + (isPlural ? 's' : ''); -} diff --git a/software/flow/node_modules/socket.io-parser/node_modules/ms/license.md b/software/flow/node_modules/socket.io-parser/node_modules/ms/license.md deleted file mode 100644 index 69b6125..0000000 --- a/software/flow/node_modules/socket.io-parser/node_modules/ms/license.md +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2016 Zeit, Inc. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/software/flow/node_modules/socket.io-parser/node_modules/ms/package.json b/software/flow/node_modules/socket.io-parser/node_modules/ms/package.json deleted file mode 100644 index eea666e..0000000 --- a/software/flow/node_modules/socket.io-parser/node_modules/ms/package.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "ms", - "version": "2.1.2", - "description": "Tiny millisecond conversion utility", - "repository": "zeit/ms", - "main": "./index", - "files": [ - "index.js" - ], - "scripts": { - "precommit": "lint-staged", - "lint": "eslint lib/* bin/*", - "test": "mocha tests.js" - }, - "eslintConfig": { - "extends": "eslint:recommended", - "env": { - "node": true, - "es6": true - } - }, - "lint-staged": { - "*.js": [ - "npm run lint", - "prettier --single-quote --write", - "git add" - ] - }, - "license": "MIT", - "devDependencies": { - "eslint": "4.12.1", - "expect.js": "0.3.1", - "husky": "0.14.3", - "lint-staged": "5.0.0", - "mocha": "4.0.1" - } -} diff --git a/software/flow/node_modules/socket.io-parser/node_modules/ms/readme.md b/software/flow/node_modules/socket.io-parser/node_modules/ms/readme.md deleted file mode 100644 index 9a1996b..0000000 --- a/software/flow/node_modules/socket.io-parser/node_modules/ms/readme.md +++ /dev/null @@ -1,60 +0,0 @@ -# ms - -[![Build Status](https://travis-ci.org/zeit/ms.svg?branch=master)](https://travis-ci.org/zeit/ms) -[![Join the community on Spectrum](https://withspectrum.github.io/badge/badge.svg)](https://spectrum.chat/zeit) - -Use this package to easily convert various time formats to milliseconds. - -## Examples - -```js -ms('2 days') // 172800000 -ms('1d') // 86400000 -ms('10h') // 36000000 -ms('2.5 hrs') // 9000000 -ms('2h') // 7200000 -ms('1m') // 60000 -ms('5s') // 5000 -ms('1y') // 31557600000 -ms('100') // 100 -ms('-3 days') // -259200000 -ms('-1h') // -3600000 -ms('-200') // -200 -``` - -### Convert from Milliseconds - -```js -ms(60000) // "1m" -ms(2 * 60000) // "2m" -ms(-3 * 60000) // "-3m" -ms(ms('10 hours')) // "10h" -``` - -### Time Format Written-Out - -```js -ms(60000, { long: true }) // "1 minute" -ms(2 * 60000, { long: true }) // "2 minutes" -ms(-3 * 60000, { long: true }) // "-3 minutes" -ms(ms('10 hours'), { long: true }) // "10 hours" -``` - -## Features - -- Works both in [Node.js](https://nodejs.org) and in the browser -- If a number is supplied to `ms`, a string with a unit is returned -- If a string that contains the number is supplied, it returns it as a number (e.g.: it returns `100` for `'100'`) -- If you pass a string with a number and a valid unit, the number of equivalent milliseconds is returned - -## Related Packages - -- [ms.macro](https://github.com/knpwrs/ms.macro) - Run `ms` as a macro at build-time. - -## Caught a Bug? - -1. [Fork](https://help.github.com/articles/fork-a-repo/) this repository to your own GitHub account and then [clone](https://help.github.com/articles/cloning-a-repository/) it to your local device -2. Link the package to the global module directory: `npm link` -3. Within the module you want to test your local development instance of ms, just link it to the dependencies: `npm link ms`. Instead of the default one from npm, Node.js will now use your clone of ms! - -As always, you can run the tests using: `npm test` diff --git a/software/flow/node_modules/socket.io-parser/package.json b/software/flow/node_modules/socket.io-parser/package.json deleted file mode 100644 index d672f88..0000000 --- a/software/flow/node_modules/socket.io-parser/package.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "name": "socket.io-parser", - "version": "4.2.2", - "description": "socket.io protocol parser", - "repository": { - "type": "git", - "url": "https://github.com/socketio/socket.io-parser.git" - }, - "files": [ - "build/" - ], - "main": "./build/cjs/index.js", - "module": "./build/esm/index.js", - "types": "./build/esm/index.d.ts", - "exports": { - "import": { - "node": "./build/esm-debug/index.js", - "default": "./build/esm/index.js" - }, - "require": "./build/cjs/index.js" - }, - "dependencies": { - "@socket.io/component-emitter": "~3.1.0", - "debug": "~4.3.1" - }, - "devDependencies": { - "@babel/core": "~7.9.6", - "@babel/preset-env": "~7.9.6", - "@babel/register": "^7.18.9", - "@types/debug": "^4.1.5", - "@types/node": "^14.11.1", - "@wdio/cli": "^7.26.0", - "@wdio/local-runner": "^7.26.0", - "@wdio/mocha-framework": "^7.26.0", - "@wdio/sauce-service": "^7.26.0", - "@wdio/spec-reporter": "^7.26.0", - "benchmark": "2.1.2", - "expect.js": "0.3.1", - "mocha": "^10.1.0", - "prettier": "^2.1.2", - "rimraf": "^3.0.2", - "typescript": "^4.0.3", - "wdio-geckodriver-service": "^4.0.0" - }, - "scripts": { - "compile": "rimraf ./build && tsc && tsc -p tsconfig.esm.json && ./postcompile.sh", - "test": "npm run format:check && npm run compile && if test \"$BROWSERS\" = \"1\" ; then npm run test:browser; else npm run test:node; fi", - "test:node": "mocha --reporter dot --bail test/index.js", - "test:browser": "wdio", - "format:fix": "prettier --write --parser typescript '*.js' 'lib/**/*.ts' 'test/**/*.js'", - "format:check": "prettier --check --parser typescript '*.js' 'lib/**/*.ts' 'test/**/*.js'", - "prepack": "npm run compile" - }, - "license": "MIT", - "engines": { - "node": ">=10.0.0" - } -} diff --git a/software/flow/node_modules/socket.io/LICENSE b/software/flow/node_modules/socket.io/LICENSE deleted file mode 100644 index 6ce8c5c..0000000 --- a/software/flow/node_modules/socket.io/LICENSE +++ /dev/null @@ -1,22 +0,0 @@ -(The MIT License) - -Copyright (c) 2014-2018 Automattic <dev@cloudup.com> - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -'Software'), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/software/flow/node_modules/socket.io/Readme.md b/software/flow/node_modules/socket.io/Readme.md deleted file mode 100644 index f7e38e1..0000000 --- a/software/flow/node_modules/socket.io/Readme.md +++ /dev/null @@ -1,270 +0,0 @@ -# socket.io -[![Run on Repl.it](https://repl.it/badge/github/socketio/socket.io)](https://replit.com/@socketio/socketio-minimal-example) -[![Backers on Open Collective](https://opencollective.com/socketio/backers/badge.svg)](#backers) [![Sponsors on Open Collective](https://opencollective.com/socketio/sponsors/badge.svg)](#sponsors) -[![Build Status](https://github.com/socketio/socket.io/workflows/CI/badge.svg)](https://github.com/socketio/socket.io/actions) -[![NPM version](https://badge.fury.io/js/socket.io.svg)](https://www.npmjs.com/package/socket.io) -![Downloads](https://img.shields.io/npm/dm/socket.io.svg?style=flat) -[![](https://slackin-socketio.now.sh/badge.svg)](https://slackin-socketio.now.sh) - -## Features - -Socket.IO enables real-time bidirectional event-based communication. It consists of: - -- a Node.js server (this repository) -- a [Javascript client library](https://github.com/socketio/socket.io-client) for the browser (or a Node.js client) - -Some implementations in other languages are also available: - -- [Java](https://github.com/socketio/socket.io-client-java) -- [C++](https://github.com/socketio/socket.io-client-cpp) -- [Swift](https://github.com/socketio/socket.io-client-swift) -- [Dart](https://github.com/rikulo/socket.io-client-dart) -- [Python](https://github.com/miguelgrinberg/python-socketio) -- [.NET](https://github.com/doghappy/socket.io-client-csharp) -- [Rust](https://github.com/1c3t3a/rust-socketio) - -Its main features are: - -#### Reliability - -Connections are established even in the presence of: - - proxies and load balancers. - - personal firewall and antivirus software. - -For this purpose, it relies on [Engine.IO](https://github.com/socketio/engine.io), which first establishes a long-polling connection, then tries to upgrade to better transports that are "tested" on the side, like WebSocket. Please see the [Goals](https://github.com/socketio/engine.io#goals) section for more information. - -#### Auto-reconnection support - -Unless instructed otherwise a disconnected client will try to reconnect forever, until the server is available again. Please see the available reconnection options [here](https://socket.io/docs/v3/client-api/#new-Manager-url-options). - -#### Disconnection detection - -A heartbeat mechanism is implemented at the Engine.IO level, allowing both the server and the client to know when the other one is not responding anymore. - -That functionality is achieved with timers set on both the server and the client, with timeout values (the `pingInterval` and `pingTimeout` parameters) shared during the connection handshake. Those timers require any subsequent client calls to be directed to the same server, hence the `sticky-session` requirement when using multiples nodes. - -#### Binary support - -Any serializable data structures can be emitted, including: - -- [ArrayBuffer](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer) and [Blob](https://developer.mozilla.org/en-US/docs/Web/API/Blob) in the browser -- [ArrayBuffer](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer) and [Buffer](https://nodejs.org/api/buffer.html) in Node.js - -#### Simple and convenient API - -Sample code: - -```js -io.on('connection', socket => { - socket.emit('request', /* … */); // emit an event to the socket - io.emit('broadcast', /* … */); // emit an event to all connected sockets - socket.on('reply', () => { /* … */ }); // listen to the event -}); -``` - -#### Cross-browser - -Browser support is tested in Sauce Labs: - -[![Sauce Test Status](https://saucelabs.com/browser-matrix/socket.svg)](https://saucelabs.com/u/socket) - -#### Multiplexing support - -In order to create separation of concerns within your application (for example per module, or based on permissions), Socket.IO allows you to create several `Namespaces`, which will act as separate communication channels but will share the same underlying connection. - -#### Room support - -Within each `Namespace`, you can define arbitrary channels, called `Rooms`, that sockets can join and leave. You can then broadcast to any given room, reaching every socket that has joined it. - -This is a useful feature to send notifications to a group of users, or to a given user connected on several devices for example. - - -**Note:** Socket.IO is not a WebSocket implementation. Although Socket.IO indeed uses WebSocket as a transport when possible, it adds some metadata to each packet: the packet type, the namespace and the ack id when a message acknowledgement is needed. That is why a WebSocket client will not be able to successfully connect to a Socket.IO server, and a Socket.IO client will not be able to connect to a WebSocket server (like `ws://echo.websocket.org`) either. Please see the protocol specification [here](https://github.com/socketio/socket.io-protocol). - -## Installation - -```bash -// with npm -npm install socket.io - -// with yarn -yarn add socket.io -``` - -## How to use - -The following example attaches socket.io to a plain Node.JS -HTTP server listening on port `3000`. - -```js -const server = require('http').createServer(); -const io = require('socket.io')(server); -io.on('connection', client => { - client.on('event', data => { /* … */ }); - client.on('disconnect', () => { /* … */ }); -}); -server.listen(3000); -``` - -### Standalone - -```js -const io = require('socket.io')(); -io.on('connection', client => { ... }); -io.listen(3000); -``` - -### Module syntax - -```js -import { Server } from "socket.io"; -const io = new Server(server); -io.listen(3000); -``` - -### In conjunction with Express - -Starting with **3.0**, express applications have become request handler -functions that you pass to `http` or `http` `Server` instances. You need -to pass the `Server` to `socket.io`, not the express application -function. Also make sure to call `.listen` on the `server`, not the `app`. - -```js -const app = require('express')(); -const server = require('http').createServer(app); -const io = require('socket.io')(server); -io.on('connection', () => { /* … */ }); -server.listen(3000); -``` - -### In conjunction with Koa - -Like Express.JS, Koa works by exposing an application as a request -handler function, but only by calling the `callback` method. - -```js -const app = require('koa')(); -const server = require('http').createServer(app.callback()); -const io = require('socket.io')(server); -io.on('connection', () => { /* … */ }); -server.listen(3000); -``` - -### In conjunction with Fastify - -To integrate Socket.io in your Fastify application you just need to -register `fastify-socket.io` plugin. It will create a `decorator` -called `io`. - -```js -const app = require('fastify')(); -app.register(require('fastify-socket.io')); -app.io.on('connection', () => { /* … */ }); -app.listen(3000); -``` - -## Documentation - -Please see the documentation [here](https://socket.io/docs/). - -The source code of the website can be found [here](https://github.com/socketio/socket.io-website). Contributions are welcome! - -## Debug / logging - -Socket.IO is powered by [debug](https://github.com/visionmedia/debug). -In order to see all the debug output, run your app with the environment variable -`DEBUG` including the desired scope. - -To see the output from all of Socket.IO's debugging scopes you can use: - -``` -DEBUG=socket.io* node myapp -``` - -## Testing - -``` -npm test -``` -This runs the `gulp` task `test`. By default the test will be run with the source code in `lib` directory. - -Set the environmental variable `TEST_VERSION` to `compat` to test the transpiled es5-compat version of the code. - -The `gulp` task `test` will always transpile the source code into es5 and export to `dist` first before running the test. - - -## Backers - -Support us with a monthly donation and help us continue our activities. [[Become a backer](https://opencollective.com/socketio#backer)] - -<a href="https://opencollective.com/socketio/backer/0/website" target="_blank"><img src="https://opencollective.com/socketio/backer/0/avatar.svg"></a> -<a href="https://opencollective.com/socketio/backer/1/website" target="_blank"><img src="https://opencollective.com/socketio/backer/1/avatar.svg"></a> -<a href="https://opencollective.com/socketio/backer/2/website" target="_blank"><img src="https://opencollective.com/socketio/backer/2/avatar.svg"></a> -<a href="https://opencollective.com/socketio/backer/3/website" target="_blank"><img src="https://opencollective.com/socketio/backer/3/avatar.svg"></a> -<a href="https://opencollective.com/socketio/backer/4/website" target="_blank"><img src="https://opencollective.com/socketio/backer/4/avatar.svg"></a> -<a href="https://opencollective.com/socketio/backer/5/website" target="_blank"><img src="https://opencollective.com/socketio/backer/5/avatar.svg"></a> -<a href="https://opencollective.com/socketio/backer/6/website" target="_blank"><img src="https://opencollective.com/socketio/backer/6/avatar.svg"></a> -<a href="https://opencollective.com/socketio/backer/7/website" target="_blank"><img src="https://opencollective.com/socketio/backer/7/avatar.svg"></a> -<a href="https://opencollective.com/socketio/backer/8/website" target="_blank"><img src="https://opencollective.com/socketio/backer/8/avatar.svg"></a> -<a href="https://opencollective.com/socketio/backer/9/website" target="_blank"><img src="https://opencollective.com/socketio/backer/9/avatar.svg"></a> -<a href="https://opencollective.com/socketio/backer/10/website" target="_blank"><img src="https://opencollective.com/socketio/backer/10/avatar.svg"></a> -<a href="https://opencollective.com/socketio/backer/11/website" target="_blank"><img src="https://opencollective.com/socketio/backer/11/avatar.svg"></a> -<a href="https://opencollective.com/socketio/backer/12/website" target="_blank"><img src="https://opencollective.com/socketio/backer/12/avatar.svg"></a> -<a href="https://opencollective.com/socketio/backer/13/website" target="_blank"><img src="https://opencollective.com/socketio/backer/13/avatar.svg"></a> -<a href="https://opencollective.com/socketio/backer/14/website" target="_blank"><img src="https://opencollective.com/socketio/backer/14/avatar.svg"></a> -<a href="https://opencollective.com/socketio/backer/15/website" target="_blank"><img src="https://opencollective.com/socketio/backer/15/avatar.svg"></a> -<a href="https://opencollective.com/socketio/backer/16/website" target="_blank"><img src="https://opencollective.com/socketio/backer/16/avatar.svg"></a> -<a href="https://opencollective.com/socketio/backer/17/website" target="_blank"><img src="https://opencollective.com/socketio/backer/17/avatar.svg"></a> -<a href="https://opencollective.com/socketio/backer/18/website" target="_blank"><img src="https://opencollective.com/socketio/backer/18/avatar.svg"></a> -<a href="https://opencollective.com/socketio/backer/19/website" target="_blank"><img src="https://opencollective.com/socketio/backer/19/avatar.svg"></a> -<a href="https://opencollective.com/socketio/backer/20/website" target="_blank"><img src="https://opencollective.com/socketio/backer/20/avatar.svg"></a> -<a href="https://opencollective.com/socketio/backer/21/website" target="_blank"><img src="https://opencollective.com/socketio/backer/21/avatar.svg"></a> -<a href="https://opencollective.com/socketio/backer/22/website" target="_blank"><img src="https://opencollective.com/socketio/backer/22/avatar.svg"></a> -<a href="https://opencollective.com/socketio/backer/23/website" target="_blank"><img src="https://opencollective.com/socketio/backer/23/avatar.svg"></a> -<a href="https://opencollective.com/socketio/backer/24/website" target="_blank"><img src="https://opencollective.com/socketio/backer/24/avatar.svg"></a> -<a href="https://opencollective.com/socketio/backer/25/website" target="_blank"><img src="https://opencollective.com/socketio/backer/25/avatar.svg"></a> -<a href="https://opencollective.com/socketio/backer/26/website" target="_blank"><img src="https://opencollective.com/socketio/backer/26/avatar.svg"></a> -<a href="https://opencollective.com/socketio/backer/27/website" target="_blank"><img src="https://opencollective.com/socketio/backer/27/avatar.svg"></a> -<a href="https://opencollective.com/socketio/backer/28/website" target="_blank"><img src="https://opencollective.com/socketio/backer/28/avatar.svg"></a> -<a href="https://opencollective.com/socketio/backer/29/website" target="_blank"><img src="https://opencollective.com/socketio/backer/29/avatar.svg"></a> - - -## Sponsors - -Become a sponsor and get your logo on our README on Github with a link to your site. [[Become a sponsor](https://opencollective.com/socketio#sponsor)] - -<a href="https://opencollective.com/socketio/sponsor/0/website" target="_blank"><img src="https://opencollective.com/socketio/sponsor/0/avatar.svg"></a> -<a href="https://opencollective.com/socketio/sponsor/1/website" target="_blank"><img src="https://opencollective.com/socketio/sponsor/1/avatar.svg"></a> -<a href="https://opencollective.com/socketio/sponsor/2/website" target="_blank"><img src="https://opencollective.com/socketio/sponsor/2/avatar.svg"></a> -<a href="https://opencollective.com/socketio/sponsor/3/website" target="_blank"><img src="https://opencollective.com/socketio/sponsor/3/avatar.svg"></a> -<a href="https://opencollective.com/socketio/sponsor/4/website" target="_blank"><img src="https://opencollective.com/socketio/sponsor/4/avatar.svg"></a> -<a href="https://opencollective.com/socketio/sponsor/5/website" target="_blank"><img src="https://opencollective.com/socketio/sponsor/5/avatar.svg"></a> -<a href="https://opencollective.com/socketio/sponsor/6/website" target="_blank"><img src="https://opencollective.com/socketio/sponsor/6/avatar.svg"></a> -<a href="https://opencollective.com/socketio/sponsor/7/website" target="_blank"><img src="https://opencollective.com/socketio/sponsor/7/avatar.svg"></a> -<a href="https://opencollective.com/socketio/sponsor/8/website" target="_blank"><img src="https://opencollective.com/socketio/sponsor/8/avatar.svg"></a> -<a href="https://opencollective.com/socketio/sponsor/9/website" target="_blank"><img src="https://opencollective.com/socketio/sponsor/9/avatar.svg"></a> -<a href="https://opencollective.com/socketio/sponsor/10/website" target="_blank"><img src="https://opencollective.com/socketio/sponsor/10/avatar.svg"></a> -<a href="https://opencollective.com/socketio/sponsor/11/website" target="_blank"><img src="https://opencollective.com/socketio/sponsor/11/avatar.svg"></a> -<a href="https://opencollective.com/socketio/sponsor/12/website" target="_blank"><img src="https://opencollective.com/socketio/sponsor/12/avatar.svg"></a> -<a href="https://opencollective.com/socketio/sponsor/13/website" target="_blank"><img src="https://opencollective.com/socketio/sponsor/13/avatar.svg"></a> -<a href="https://opencollective.com/socketio/sponsor/14/website" target="_blank"><img src="https://opencollective.com/socketio/sponsor/14/avatar.svg"></a> -<a href="https://opencollective.com/socketio/sponsor/15/website" target="_blank"><img src="https://opencollective.com/socketio/sponsor/15/avatar.svg"></a> -<a href="https://opencollective.com/socketio/sponsor/16/website" target="_blank"><img src="https://opencollective.com/socketio/sponsor/16/avatar.svg"></a> -<a href="https://opencollective.com/socketio/sponsor/17/website" target="_blank"><img src="https://opencollective.com/socketio/sponsor/17/avatar.svg"></a> -<a href="https://opencollective.com/socketio/sponsor/18/website" target="_blank"><img src="https://opencollective.com/socketio/sponsor/18/avatar.svg"></a> -<a href="https://opencollective.com/socketio/sponsor/19/website" target="_blank"><img src="https://opencollective.com/socketio/sponsor/19/avatar.svg"></a> -<a href="https://opencollective.com/socketio/sponsor/20/website" target="_blank"><img src="https://opencollective.com/socketio/sponsor/20/avatar.svg"></a> -<a href="https://opencollective.com/socketio/sponsor/21/website" target="_blank"><img src="https://opencollective.com/socketio/sponsor/21/avatar.svg"></a> -<a href="https://opencollective.com/socketio/sponsor/22/website" target="_blank"><img src="https://opencollective.com/socketio/sponsor/22/avatar.svg"></a> -<a href="https://opencollective.com/socketio/sponsor/23/website" target="_blank"><img src="https://opencollective.com/socketio/sponsor/23/avatar.svg"></a> -<a href="https://opencollective.com/socketio/sponsor/24/website" target="_blank"><img src="https://opencollective.com/socketio/sponsor/24/avatar.svg"></a> -<a href="https://opencollective.com/socketio/sponsor/25/website" target="_blank"><img src="https://opencollective.com/socketio/sponsor/25/avatar.svg"></a> -<a href="https://opencollective.com/socketio/sponsor/26/website" target="_blank"><img src="https://opencollective.com/socketio/sponsor/26/avatar.svg"></a> -<a href="https://opencollective.com/socketio/sponsor/27/website" target="_blank"><img src="https://opencollective.com/socketio/sponsor/27/avatar.svg"></a> -<a href="https://opencollective.com/socketio/sponsor/28/website" target="_blank"><img src="https://opencollective.com/socketio/sponsor/28/avatar.svg"></a> -<a href="https://opencollective.com/socketio/sponsor/29/website" target="_blank"><img src="https://opencollective.com/socketio/sponsor/29/avatar.svg"></a> - - -## License - -[MIT](LICENSE) diff --git a/software/flow/node_modules/socket.io/client-dist/socket.io.esm.min.js b/software/flow/node_modules/socket.io/client-dist/socket.io.esm.min.js deleted file mode 100644 index 2be1be6..0000000 --- a/software/flow/node_modules/socket.io/client-dist/socket.io.esm.min.js +++ /dev/null @@ -1,7 +0,0 @@ -/*! - * Socket.IO v4.6.1 - * (c) 2014-2023 Guillermo Rauch - * Released under the MIT License. - */ -const t=Object.create(null);t.open="0",t.close="1",t.ping="2",t.pong="3",t.message="4",t.upgrade="5",t.noop="6";const e=Object.create(null);Object.keys(t).forEach((s=>{e[t[s]]=s}));const s={type:"error",data:"parser error"},i="function"==typeof Blob||"undefined"!=typeof Blob&&"[object BlobConstructor]"===Object.prototype.toString.call(Blob),n="function"==typeof ArrayBuffer,r=({type:e,data:s},r,h)=>{return i&&s instanceof Blob?r?h(s):o(s,h):n&&(s instanceof ArrayBuffer||(a=s,"function"==typeof ArrayBuffer.isView?ArrayBuffer.isView(a):a&&a.buffer instanceof ArrayBuffer))?r?h(s):o(new Blob([s]),h):h(t[e]+(s||""));var a},o=(t,e)=>{const s=new FileReader;return s.onload=function(){const t=s.result.split(",")[1];e("b"+t)},s.readAsDataURL(t)},h="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",a="undefined"==typeof Uint8Array?[]:new Uint8Array(256);for(let t=0;t<h.length;t++)a[h.charCodeAt(t)]=t;const c="function"==typeof ArrayBuffer,p=(t,i)=>{if("string"!=typeof t)return{type:"message",data:l(t,i)};const n=t.charAt(0);if("b"===n)return{type:"message",data:u(t.substring(1),i)};return e[n]?t.length>1?{type:e[n],data:t.substring(1)}:{type:e[n]}:s},u=(t,e)=>{if(c){const s=(t=>{let e,s,i,n,r,o=.75*t.length,h=t.length,c=0;"="===t[t.length-1]&&(o--,"="===t[t.length-2]&&o--);const p=new ArrayBuffer(o),u=new Uint8Array(p);for(e=0;e<h;e+=4)s=a[t.charCodeAt(e)],i=a[t.charCodeAt(e+1)],n=a[t.charCodeAt(e+2)],r=a[t.charCodeAt(e+3)],u[c++]=s<<2|i>>4,u[c++]=(15&i)<<4|n>>2,u[c++]=(3&n)<<6|63&r;return p})(t);return l(s,e)}return{base64:!0,data:t}},l=(t,e)=>"blob"===e&&t instanceof ArrayBuffer?new Blob([t]):t,d=String.fromCharCode(30);function f(t){if(t)return function(t){for(var e in f.prototype)t[e]=f.prototype[e];return t}(t)}f.prototype.on=f.prototype.addEventListener=function(t,e){return this._callbacks=this._callbacks||{},(this._callbacks["$"+t]=this._callbacks["$"+t]||[]).push(e),this},f.prototype.once=function(t,e){function s(){this.off(t,s),e.apply(this,arguments)}return s.fn=e,this.on(t,s),this},f.prototype.off=f.prototype.removeListener=f.prototype.removeAllListeners=f.prototype.removeEventListener=function(t,e){if(this._callbacks=this._callbacks||{},0==arguments.length)return this._callbacks={},this;var s,i=this._callbacks["$"+t];if(!i)return this;if(1==arguments.length)return delete this._callbacks["$"+t],this;for(var n=0;n<i.length;n++)if((s=i[n])===e||s.fn===e){i.splice(n,1);break}return 0===i.length&&delete this._callbacks["$"+t],this},f.prototype.emit=function(t){this._callbacks=this._callbacks||{};for(var e=new Array(arguments.length-1),s=this._callbacks["$"+t],i=1;i<arguments.length;i++)e[i-1]=arguments[i];if(s){i=0;for(var n=(s=s.slice(0)).length;i<n;++i)s[i].apply(this,e)}return this},f.prototype.emitReserved=f.prototype.emit,f.prototype.listeners=function(t){return this._callbacks=this._callbacks||{},this._callbacks["$"+t]||[]},f.prototype.hasListeners=function(t){return!!this.listeners(t).length};const y="undefined"!=typeof self?self:"undefined"!=typeof window?window:Function("return this")();function g(t,...e){return e.reduce(((e,s)=>(t.hasOwnProperty(s)&&(e[s]=t[s]),e)),{})}const m=y.setTimeout,b=y.clearTimeout;function v(t,e){e.useNativeTimers?(t.setTimeoutFn=m.bind(y),t.clearTimeoutFn=b.bind(y)):(t.setTimeoutFn=y.setTimeout.bind(y),t.clearTimeoutFn=y.clearTimeout.bind(y))}class k extends Error{constructor(t,e,s){super(t),this.description=e,this.context=s,this.type="TransportError"}}class w extends f{constructor(t){super(),this.writable=!1,v(this,t),this.opts=t,this.query=t.query,this.socket=t.socket}onError(t,e,s){return super.emitReserved("error",new k(t,e,s)),this}open(){return this.readyState="opening",this.doOpen(),this}close(){return"opening"!==this.readyState&&"open"!==this.readyState||(this.doClose(),this.onClose()),this}send(t){"open"===this.readyState&&this.write(t)}onOpen(){this.readyState="open",this.writable=!0,super.emitReserved("open")}onData(t){const e=p(t,this.socket.binaryType);this.onPacket(e)}onPacket(t){super.emitReserved("packet",t)}onClose(t){this.readyState="closed",super.emitReserved("close",t)}pause(t){}}const _="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz-_".split(""),E={};let A,O=0,R=0;function C(t){let e="";do{e=_[t%64]+e,t=Math.floor(t/64)}while(t>0);return e}function T(){const t=C(+new Date);return t!==A?(O=0,A=t):t+"."+C(O++)}for(;R<64;R++)E[_[R]]=R;function B(t){let e="";for(let s in t)t.hasOwnProperty(s)&&(e.length&&(e+="&"),e+=encodeURIComponent(s)+"="+encodeURIComponent(t[s]));return e}let N=!1;try{N="undefined"!=typeof XMLHttpRequest&&"withCredentials"in new XMLHttpRequest}catch(t){}const x=N;function L(t){const e=t.xdomain;try{if("undefined"!=typeof XMLHttpRequest&&(!e||x))return new XMLHttpRequest}catch(t){}if(!e)try{return new(y[["Active"].concat("Object").join("X")])("Microsoft.XMLHTTP")}catch(t){}}function S(){}const q=null!=new L({xdomain:!1}).responseType;class P extends f{constructor(t,e){super(),v(this,e),this.opts=e,this.method=e.method||"GET",this.uri=t,this.async=!1!==e.async,this.data=void 0!==e.data?e.data:null,this.create()}create(){const t=g(this.opts,"agent","pfx","key","passphrase","cert","ca","ciphers","rejectUnauthorized","autoUnref");t.xdomain=!!this.opts.xd,t.xscheme=!!this.opts.xs;const e=this.xhr=new L(t);try{e.open(this.method,this.uri,this.async);try{if(this.opts.extraHeaders){e.setDisableHeaderCheck&&e.setDisableHeaderCheck(!0);for(let t in this.opts.extraHeaders)this.opts.extraHeaders.hasOwnProperty(t)&&e.setRequestHeader(t,this.opts.extraHeaders[t])}}catch(t){}if("POST"===this.method)try{e.setRequestHeader("Content-type","text/plain;charset=UTF-8")}catch(t){}try{e.setRequestHeader("Accept","*/*")}catch(t){}"withCredentials"in e&&(e.withCredentials=this.opts.withCredentials),this.opts.requestTimeout&&(e.timeout=this.opts.requestTimeout),e.onreadystatechange=()=>{4===e.readyState&&(200===e.status||1223===e.status?this.onLoad():this.setTimeoutFn((()=>{this.onError("number"==typeof e.status?e.status:0)}),0))},e.send(this.data)}catch(t){return void this.setTimeoutFn((()=>{this.onError(t)}),0)}"undefined"!=typeof document&&(this.index=P.requestsCount++,P.requests[this.index]=this)}onError(t){this.emitReserved("error",t,this.xhr),this.cleanup(!0)}cleanup(t){if(void 0!==this.xhr&&null!==this.xhr){if(this.xhr.onreadystatechange=S,t)try{this.xhr.abort()}catch(t){}"undefined"!=typeof document&&delete P.requests[this.index],this.xhr=null}}onLoad(){const t=this.xhr.responseText;null!==t&&(this.emitReserved("data",t),this.emitReserved("success"),this.cleanup())}abort(){this.cleanup()}}if(P.requestsCount=0,P.requests={},"undefined"!=typeof document)if("function"==typeof attachEvent)attachEvent("onunload",j);else if("function"==typeof addEventListener){addEventListener("onpagehide"in y?"pagehide":"unload",j,!1)}function j(){for(let t in P.requests)P.requests.hasOwnProperty(t)&&P.requests[t].abort()}const I="function"==typeof Promise&&"function"==typeof Promise.resolve?t=>Promise.resolve().then(t):(t,e)=>e(t,0),D=y.WebSocket||y.MozWebSocket,F="undefined"!=typeof navigator&&"string"==typeof navigator.product&&"reactnative"===navigator.product.toLowerCase();const M={websocket:class extends w{constructor(t){super(t),this.supportsBinary=!t.forceBase64}get name(){return"websocket"}doOpen(){if(!this.check())return;const t=this.uri(),e=this.opts.protocols,s=F?{}:g(this.opts,"agent","perMessageDeflate","pfx","key","passphrase","cert","ca","ciphers","rejectUnauthorized","localAddress","protocolVersion","origin","maxPayload","family","checkServerIdentity");this.opts.extraHeaders&&(s.headers=this.opts.extraHeaders);try{this.ws=F?new D(t,e,s):e?new D(t,e):new D(t)}catch(t){return this.emitReserved("error",t)}this.ws.binaryType=this.socket.binaryType||"arraybuffer",this.addEventListeners()}addEventListeners(){this.ws.onopen=()=>{this.opts.autoUnref&&this.ws._socket.unref(),this.onOpen()},this.ws.onclose=t=>this.onClose({description:"websocket connection closed",context:t}),this.ws.onmessage=t=>this.onData(t.data),this.ws.onerror=t=>this.onError("websocket error",t)}write(t){this.writable=!1;for(let e=0;e<t.length;e++){const s=t[e],i=e===t.length-1;r(s,this.supportsBinary,(t=>{try{this.ws.send(t)}catch(t){}i&&I((()=>{this.writable=!0,this.emitReserved("drain")}),this.setTimeoutFn)}))}}doClose(){void 0!==this.ws&&(this.ws.close(),this.ws=null)}uri(){let t=this.query||{};const e=this.opts.secure?"wss":"ws";let s="";this.opts.port&&("wss"===e&&443!==Number(this.opts.port)||"ws"===e&&80!==Number(this.opts.port))&&(s=":"+this.opts.port),this.opts.timestampRequests&&(t[this.opts.timestampParam]=T()),this.supportsBinary||(t.b64=1);const i=B(t);return e+"://"+(-1!==this.opts.hostname.indexOf(":")?"["+this.opts.hostname+"]":this.opts.hostname)+s+this.opts.path+(i.length?"?"+i:"")}check(){return!!D}},polling:class extends w{constructor(t){if(super(t),this.polling=!1,"undefined"!=typeof location){const e="https:"===location.protocol;let s=location.port;s||(s=e?"443":"80"),this.xd="undefined"!=typeof location&&t.hostname!==location.hostname||s!==t.port,this.xs=t.secure!==e}const e=t&&t.forceBase64;this.supportsBinary=q&&!e}get name(){return"polling"}doOpen(){this.poll()}pause(t){this.readyState="pausing";const e=()=>{this.readyState="paused",t()};if(this.polling||!this.writable){let t=0;this.polling&&(t++,this.once("pollComplete",(function(){--t||e()}))),this.writable||(t++,this.once("drain",(function(){--t||e()})))}else e()}poll(){this.polling=!0,this.doPoll(),this.emitReserved("poll")}onData(t){((t,e)=>{const s=t.split(d),i=[];for(let t=0;t<s.length;t++){const n=p(s[t],e);if(i.push(n),"error"===n.type)break}return i})(t,this.socket.binaryType).forEach((t=>{if("opening"===this.readyState&&"open"===t.type&&this.onOpen(),"close"===t.type)return this.onClose({description:"transport closed by the server"}),!1;this.onPacket(t)})),"closed"!==this.readyState&&(this.polling=!1,this.emitReserved("pollComplete"),"open"===this.readyState&&this.poll())}doClose(){const t=()=>{this.write([{type:"close"}])};"open"===this.readyState?t():this.once("open",t)}write(t){this.writable=!1,((t,e)=>{const s=t.length,i=new Array(s);let n=0;t.forEach(((t,o)=>{r(t,!1,(t=>{i[o]=t,++n===s&&e(i.join(d))}))}))})(t,(t=>{this.doWrite(t,(()=>{this.writable=!0,this.emitReserved("drain")}))}))}uri(){let t=this.query||{};const e=this.opts.secure?"https":"http";let s="";!1!==this.opts.timestampRequests&&(t[this.opts.timestampParam]=T()),this.supportsBinary||t.sid||(t.b64=1),this.opts.port&&("https"===e&&443!==Number(this.opts.port)||"http"===e&&80!==Number(this.opts.port))&&(s=":"+this.opts.port);const i=B(t);return e+"://"+(-1!==this.opts.hostname.indexOf(":")?"["+this.opts.hostname+"]":this.opts.hostname)+s+this.opts.path+(i.length?"?"+i:"")}request(t={}){return Object.assign(t,{xd:this.xd,xs:this.xs},this.opts),new P(this.uri(),t)}doWrite(t,e){const s=this.request({method:"POST",data:t});s.on("success",e),s.on("error",((t,e)=>{this.onError("xhr post error",t,e)}))}doPoll(){const t=this.request();t.on("data",this.onData.bind(this)),t.on("error",((t,e)=>{this.onError("xhr poll error",t,e)})),this.pollXhr=t}}},V=/^(?:(?![^:@\/?#]+:[^:@\/]*@)(http|https|ws|wss):\/\/)?((?:(([^:@\/?#]*)(?::([^:@\/?#]*))?)?@)?((?:[a-f0-9]{0,4}:){2,7}[a-f0-9]{0,4}|[^:\/?#]*)(?::(\d*))?)(((\/(?:[^?#](?![^?#\/]*\.[^?#\/.]+(?:[?#]|$)))*\/?)?([^?#\/]*))(?:\?([^#]*))?(?:#(.*))?)/,U=["source","protocol","authority","userInfo","user","password","host","port","relative","path","directory","file","query","anchor"];function H(t){const e=t,s=t.indexOf("["),i=t.indexOf("]");-1!=s&&-1!=i&&(t=t.substring(0,s)+t.substring(s,i).replace(/:/g,";")+t.substring(i,t.length));let n=V.exec(t||""),r={},o=14;for(;o--;)r[U[o]]=n[o]||"";return-1!=s&&-1!=i&&(r.source=e,r.host=r.host.substring(1,r.host.length-1).replace(/;/g,":"),r.authority=r.authority.replace("[","").replace("]","").replace(/;/g,":"),r.ipv6uri=!0),r.pathNames=function(t,e){const s=/\/{2,9}/g,i=e.replace(s,"/").split("/");"/"!=e.slice(0,1)&&0!==e.length||i.splice(0,1);"/"==e.slice(-1)&&i.splice(i.length-1,1);return i}(0,r.path),r.queryKey=function(t,e){const s={};return e.replace(/(?:^|&)([^&=]*)=?([^&]*)/g,(function(t,e,i){e&&(s[e]=i)})),s}(0,r.query),r}class K extends f{constructor(t,e={}){super(),this.writeBuffer=[],t&&"object"==typeof t&&(e=t,t=null),t?(t=H(t),e.hostname=t.host,e.secure="https"===t.protocol||"wss"===t.protocol,e.port=t.port,t.query&&(e.query=t.query)):e.host&&(e.hostname=H(e.host).host),v(this,e),this.secure=null!=e.secure?e.secure:"undefined"!=typeof location&&"https:"===location.protocol,e.hostname&&!e.port&&(e.port=this.secure?"443":"80"),this.hostname=e.hostname||("undefined"!=typeof location?location.hostname:"localhost"),this.port=e.port||("undefined"!=typeof location&&location.port?location.port:this.secure?"443":"80"),this.transports=e.transports||["polling","websocket"],this.writeBuffer=[],this.prevBufferLen=0,this.opts=Object.assign({path:"/engine.io",agent:!1,withCredentials:!1,upgrade:!0,timestampParam:"t",rememberUpgrade:!1,addTrailingSlash:!0,rejectUnauthorized:!0,perMessageDeflate:{threshold:1024},transportOptions:{},closeOnBeforeunload:!0},e),this.opts.path=this.opts.path.replace(/\/$/,"")+(this.opts.addTrailingSlash?"/":""),"string"==typeof this.opts.query&&(this.opts.query=function(t){let e={},s=t.split("&");for(let t=0,i=s.length;t<i;t++){let i=s[t].split("=");e[decodeURIComponent(i[0])]=decodeURIComponent(i[1])}return e}(this.opts.query)),this.id=null,this.upgrades=null,this.pingInterval=null,this.pingTimeout=null,this.pingTimeoutTimer=null,"function"==typeof addEventListener&&(this.opts.closeOnBeforeunload&&(this.beforeunloadEventListener=()=>{this.transport&&(this.transport.removeAllListeners(),this.transport.close())},addEventListener("beforeunload",this.beforeunloadEventListener,!1)),"localhost"!==this.hostname&&(this.offlineEventListener=()=>{this.onClose("transport close",{description:"network connection lost"})},addEventListener("offline",this.offlineEventListener,!1))),this.open()}createTransport(t){const e=Object.assign({},this.opts.query);e.EIO=4,e.transport=t,this.id&&(e.sid=this.id);const s=Object.assign({},this.opts.transportOptions[t],this.opts,{query:e,socket:this,hostname:this.hostname,secure:this.secure,port:this.port});return new M[t](s)}open(){let t;if(this.opts.rememberUpgrade&&K.priorWebsocketSuccess&&-1!==this.transports.indexOf("websocket"))t="websocket";else{if(0===this.transports.length)return void this.setTimeoutFn((()=>{this.emitReserved("error","No transports available")}),0);t=this.transports[0]}this.readyState="opening";try{t=this.createTransport(t)}catch(t){return this.transports.shift(),void this.open()}t.open(),this.setTransport(t)}setTransport(t){this.transport&&this.transport.removeAllListeners(),this.transport=t,t.on("drain",this.onDrain.bind(this)).on("packet",this.onPacket.bind(this)).on("error",this.onError.bind(this)).on("close",(t=>this.onClose("transport close",t)))}probe(t){let e=this.createTransport(t),s=!1;K.priorWebsocketSuccess=!1;const i=()=>{s||(e.send([{type:"ping",data:"probe"}]),e.once("packet",(t=>{if(!s)if("pong"===t.type&&"probe"===t.data){if(this.upgrading=!0,this.emitReserved("upgrading",e),!e)return;K.priorWebsocketSuccess="websocket"===e.name,this.transport.pause((()=>{s||"closed"!==this.readyState&&(c(),this.setTransport(e),e.send([{type:"upgrade"}]),this.emitReserved("upgrade",e),e=null,this.upgrading=!1,this.flush())}))}else{const t=new Error("probe error");t.transport=e.name,this.emitReserved("upgradeError",t)}})))};function n(){s||(s=!0,c(),e.close(),e=null)}const r=t=>{const s=new Error("probe error: "+t);s.transport=e.name,n(),this.emitReserved("upgradeError",s)};function o(){r("transport closed")}function h(){r("socket closed")}function a(t){e&&t.name!==e.name&&n()}const c=()=>{e.removeListener("open",i),e.removeListener("error",r),e.removeListener("close",o),this.off("close",h),this.off("upgrading",a)};e.once("open",i),e.once("error",r),e.once("close",o),this.once("close",h),this.once("upgrading",a),e.open()}onOpen(){if(this.readyState="open",K.priorWebsocketSuccess="websocket"===this.transport.name,this.emitReserved("open"),this.flush(),"open"===this.readyState&&this.opts.upgrade){let t=0;const e=this.upgrades.length;for(;t<e;t++)this.probe(this.upgrades[t])}}onPacket(t){if("opening"===this.readyState||"open"===this.readyState||"closing"===this.readyState)switch(this.emitReserved("packet",t),this.emitReserved("heartbeat"),t.type){case"open":this.onHandshake(JSON.parse(t.data));break;case"ping":this.resetPingTimeout(),this.sendPacket("pong"),this.emitReserved("ping"),this.emitReserved("pong");break;case"error":const e=new Error("server error");e.code=t.data,this.onError(e);break;case"message":this.emitReserved("data",t.data),this.emitReserved("message",t.data)}}onHandshake(t){this.emitReserved("handshake",t),this.id=t.sid,this.transport.query.sid=t.sid,this.upgrades=this.filterUpgrades(t.upgrades),this.pingInterval=t.pingInterval,this.pingTimeout=t.pingTimeout,this.maxPayload=t.maxPayload,this.onOpen(),"closed"!==this.readyState&&this.resetPingTimeout()}resetPingTimeout(){this.clearTimeoutFn(this.pingTimeoutTimer),this.pingTimeoutTimer=this.setTimeoutFn((()=>{this.onClose("ping timeout")}),this.pingInterval+this.pingTimeout),this.opts.autoUnref&&this.pingTimeoutTimer.unref()}onDrain(){this.writeBuffer.splice(0,this.prevBufferLen),this.prevBufferLen=0,0===this.writeBuffer.length?this.emitReserved("drain"):this.flush()}flush(){if("closed"!==this.readyState&&this.transport.writable&&!this.upgrading&&this.writeBuffer.length){const t=this.getWritablePackets();this.transport.send(t),this.prevBufferLen=t.length,this.emitReserved("flush")}}getWritablePackets(){if(!(this.maxPayload&&"polling"===this.transport.name&&this.writeBuffer.length>1))return this.writeBuffer;let t=1;for(let s=0;s<this.writeBuffer.length;s++){const i=this.writeBuffer[s].data;if(i&&(t+="string"==typeof(e=i)?function(t){let e=0,s=0;for(let i=0,n=t.length;i<n;i++)e=t.charCodeAt(i),e<128?s+=1:e<2048?s+=2:e<55296||e>=57344?s+=3:(i++,s+=4);return s}(e):Math.ceil(1.33*(e.byteLength||e.size))),s>0&&t>this.maxPayload)return this.writeBuffer.slice(0,s);t+=2}var e;return this.writeBuffer}write(t,e,s){return this.sendPacket("message",t,e,s),this}send(t,e,s){return this.sendPacket("message",t,e,s),this}sendPacket(t,e,s,i){if("function"==typeof e&&(i=e,e=void 0),"function"==typeof s&&(i=s,s=null),"closing"===this.readyState||"closed"===this.readyState)return;(s=s||{}).compress=!1!==s.compress;const n={type:t,data:e,options:s};this.emitReserved("packetCreate",n),this.writeBuffer.push(n),i&&this.once("flush",i),this.flush()}close(){const t=()=>{this.onClose("forced close"),this.transport.close()},e=()=>{this.off("upgrade",e),this.off("upgradeError",e),t()},s=()=>{this.once("upgrade",e),this.once("upgradeError",e)};return"opening"!==this.readyState&&"open"!==this.readyState||(this.readyState="closing",this.writeBuffer.length?this.once("drain",(()=>{this.upgrading?s():t()})):this.upgrading?s():t()),this}onError(t){K.priorWebsocketSuccess=!1,this.emitReserved("error",t),this.onClose("transport error",t)}onClose(t,e){"opening"!==this.readyState&&"open"!==this.readyState&&"closing"!==this.readyState||(this.clearTimeoutFn(this.pingTimeoutTimer),this.transport.removeAllListeners("close"),this.transport.close(),this.transport.removeAllListeners(),"function"==typeof removeEventListener&&(removeEventListener("beforeunload",this.beforeunloadEventListener,!1),removeEventListener("offline",this.offlineEventListener,!1)),this.readyState="closed",this.id=null,this.emitReserved("close",t,e),this.writeBuffer=[],this.prevBufferLen=0)}filterUpgrades(t){const e=[];let s=0;const i=t.length;for(;s<i;s++)~this.transports.indexOf(t[s])&&e.push(t[s]);return e}}K.protocol=4;const Y="function"==typeof ArrayBuffer,z=Object.prototype.toString,W="function"==typeof Blob||"undefined"!=typeof Blob&&"[object BlobConstructor]"===z.call(Blob),$="function"==typeof File||"undefined"!=typeof File&&"[object FileConstructor]"===z.call(File);function J(t){return Y&&(t instanceof ArrayBuffer||(t=>"function"==typeof ArrayBuffer.isView?ArrayBuffer.isView(t):t.buffer instanceof ArrayBuffer)(t))||W&&t instanceof Blob||$&&t instanceof File}function Q(t,e){if(!t||"object"!=typeof t)return!1;if(Array.isArray(t)){for(let e=0,s=t.length;e<s;e++)if(Q(t[e]))return!0;return!1}if(J(t))return!0;if(t.toJSON&&"function"==typeof t.toJSON&&1===arguments.length)return Q(t.toJSON(),!0);for(const e in t)if(Object.prototype.hasOwnProperty.call(t,e)&&Q(t[e]))return!0;return!1}function X(t){const e=[],s=t.data,i=t;return i.data=G(s,e),i.attachments=e.length,{packet:i,buffers:e}}function G(t,e){if(!t)return t;if(J(t)){const s={_placeholder:!0,num:e.length};return e.push(t),s}if(Array.isArray(t)){const s=new Array(t.length);for(let i=0;i<t.length;i++)s[i]=G(t[i],e);return s}if("object"==typeof t&&!(t instanceof Date)){const s={};for(const i in t)Object.prototype.hasOwnProperty.call(t,i)&&(s[i]=G(t[i],e));return s}return t}function Z(t,e){return t.data=tt(t.data,e),delete t.attachments,t}function tt(t,e){if(!t)return t;if(t&&!0===t._placeholder){if("number"==typeof t.num&&t.num>=0&&t.num<e.length)return e[t.num];throw new Error("illegal attachments")}if(Array.isArray(t))for(let s=0;s<t.length;s++)t[s]=tt(t[s],e);else if("object"==typeof t)for(const s in t)Object.prototype.hasOwnProperty.call(t,s)&&(t[s]=tt(t[s],e));return t}const et=5;var st;!function(t){t[t.CONNECT=0]="CONNECT",t[t.DISCONNECT=1]="DISCONNECT",t[t.EVENT=2]="EVENT",t[t.ACK=3]="ACK",t[t.CONNECT_ERROR=4]="CONNECT_ERROR",t[t.BINARY_EVENT=5]="BINARY_EVENT",t[t.BINARY_ACK=6]="BINARY_ACK"}(st||(st={}));class it extends f{constructor(t){super(),this.reviver=t}add(t){let e;if("string"==typeof t){if(this.reconstructor)throw new Error("got plaintext data when reconstructing a packet");e=this.decodeString(t);const s=e.type===st.BINARY_EVENT;s||e.type===st.BINARY_ACK?(e.type=s?st.EVENT:st.ACK,this.reconstructor=new nt(e),0===e.attachments&&super.emitReserved("decoded",e)):super.emitReserved("decoded",e)}else{if(!J(t)&&!t.base64)throw new Error("Unknown type: "+t);if(!this.reconstructor)throw new Error("got binary data when not reconstructing a packet");e=this.reconstructor.takeBinaryData(t),e&&(this.reconstructor=null,super.emitReserved("decoded",e))}}decodeString(t){let e=0;const s={type:Number(t.charAt(0))};if(void 0===st[s.type])throw new Error("unknown packet type "+s.type);if(s.type===st.BINARY_EVENT||s.type===st.BINARY_ACK){const i=e+1;for(;"-"!==t.charAt(++e)&&e!=t.length;);const n=t.substring(i,e);if(n!=Number(n)||"-"!==t.charAt(e))throw new Error("Illegal attachments");s.attachments=Number(n)}if("/"===t.charAt(e+1)){const i=e+1;for(;++e;){if(","===t.charAt(e))break;if(e===t.length)break}s.nsp=t.substring(i,e)}else s.nsp="/";const i=t.charAt(e+1);if(""!==i&&Number(i)==i){const i=e+1;for(;++e;){const s=t.charAt(e);if(null==s||Number(s)!=s){--e;break}if(e===t.length)break}s.id=Number(t.substring(i,e+1))}if(t.charAt(++e)){const i=this.tryParse(t.substr(e));if(!it.isPayloadValid(s.type,i))throw new Error("invalid payload");s.data=i}return s}tryParse(t){try{return JSON.parse(t,this.reviver)}catch(t){return!1}}static isPayloadValid(t,e){switch(t){case st.CONNECT:return"object"==typeof e;case st.DISCONNECT:return void 0===e;case st.CONNECT_ERROR:return"string"==typeof e||"object"==typeof e;case st.EVENT:case st.BINARY_EVENT:return Array.isArray(e)&&e.length>0;case st.ACK:case st.BINARY_ACK:return Array.isArray(e)}}destroy(){this.reconstructor&&(this.reconstructor.finishedReconstruction(),this.reconstructor=null)}}class nt{constructor(t){this.packet=t,this.buffers=[],this.reconPack=t}takeBinaryData(t){if(this.buffers.push(t),this.buffers.length===this.reconPack.attachments){const t=Z(this.reconPack,this.buffers);return this.finishedReconstruction(),t}return null}finishedReconstruction(){this.reconPack=null,this.buffers=[]}}var rt=Object.freeze({__proto__:null,protocol:5,get PacketType(){return st},Encoder:class{constructor(t){this.replacer=t}encode(t){return t.type!==st.EVENT&&t.type!==st.ACK||!Q(t)?[this.encodeAsString(t)]:this.encodeAsBinary({type:t.type===st.EVENT?st.BINARY_EVENT:st.BINARY_ACK,nsp:t.nsp,data:t.data,id:t.id})}encodeAsString(t){let e=""+t.type;return t.type!==st.BINARY_EVENT&&t.type!==st.BINARY_ACK||(e+=t.attachments+"-"),t.nsp&&"/"!==t.nsp&&(e+=t.nsp+","),null!=t.id&&(e+=t.id),null!=t.data&&(e+=JSON.stringify(t.data,this.replacer)),e}encodeAsBinary(t){const e=X(t),s=this.encodeAsString(e.packet),i=e.buffers;return i.unshift(s),i}},Decoder:it});function ot(t,e,s){return t.on(e,s),function(){t.off(e,s)}}const ht=Object.freeze({connect:1,connect_error:1,disconnect:1,disconnecting:1,newListener:1,removeListener:1});class at extends f{constructor(t,e,s){super(),this.connected=!1,this.recovered=!1,this.receiveBuffer=[],this.sendBuffer=[],this._queue=[],this._queueSeq=0,this.ids=0,this.acks={},this.flags={},this.io=t,this.nsp=e,s&&s.auth&&(this.auth=s.auth),this._opts=Object.assign({},s),this.io._autoConnect&&this.open()}get disconnected(){return!this.connected}subEvents(){if(this.subs)return;const t=this.io;this.subs=[ot(t,"open",this.onopen.bind(this)),ot(t,"packet",this.onpacket.bind(this)),ot(t,"error",this.onerror.bind(this)),ot(t,"close",this.onclose.bind(this))]}get active(){return!!this.subs}connect(){return this.connected||(this.subEvents(),this.io._reconnecting||this.io.open(),"open"===this.io._readyState&&this.onopen()),this}open(){return this.connect()}send(...t){return t.unshift("message"),this.emit.apply(this,t),this}emit(t,...e){if(ht.hasOwnProperty(t))throw new Error('"'+t.toString()+'" is a reserved event name');if(e.unshift(t),this._opts.retries&&!this.flags.fromQueue&&!this.flags.volatile)return this._addToQueue(e),this;const s={type:st.EVENT,data:e,options:{}};if(s.options.compress=!1!==this.flags.compress,"function"==typeof e[e.length-1]){const t=this.ids++,i=e.pop();this._registerAckCallback(t,i),s.id=t}const i=this.io.engine&&this.io.engine.transport&&this.io.engine.transport.writable;return this.flags.volatile&&(!i||!this.connected)||(this.connected?(this.notifyOutgoingListeners(s),this.packet(s)):this.sendBuffer.push(s)),this.flags={},this}_registerAckCallback(t,e){var s;const i=null!==(s=this.flags.timeout)&&void 0!==s?s:this._opts.ackTimeout;if(void 0===i)return void(this.acks[t]=e);const n=this.io.setTimeoutFn((()=>{delete this.acks[t];for(let e=0;e<this.sendBuffer.length;e++)this.sendBuffer[e].id===t&&this.sendBuffer.splice(e,1);e.call(this,new Error("operation has timed out"))}),i);this.acks[t]=(...t)=>{this.io.clearTimeoutFn(n),e.apply(this,[null,...t])}}emitWithAck(t,...e){const s=void 0!==this.flags.timeout||void 0!==this._opts.ackTimeout;return new Promise(((i,n)=>{e.push(((t,e)=>s?t?n(t):i(e):i(t))),this.emit(t,...e)}))}_addToQueue(t){let e;"function"==typeof t[t.length-1]&&(e=t.pop());const s={id:this._queueSeq++,tryCount:0,pending:!1,args:t,flags:Object.assign({fromQueue:!0},this.flags)};t.push(((t,...i)=>{if(s!==this._queue[0])return;return null!==t?s.tryCount>this._opts.retries&&(this._queue.shift(),e&&e(t)):(this._queue.shift(),e&&e(null,...i)),s.pending=!1,this._drainQueue()})),this._queue.push(s),this._drainQueue()}_drainQueue(t=!1){if(!this.connected||0===this._queue.length)return;const e=this._queue[0];e.pending&&!t||(e.pending=!0,e.tryCount++,this.flags=e.flags,this.emit.apply(this,e.args))}packet(t){t.nsp=this.nsp,this.io._packet(t)}onopen(){"function"==typeof this.auth?this.auth((t=>{this._sendConnectPacket(t)})):this._sendConnectPacket(this.auth)}_sendConnectPacket(t){this.packet({type:st.CONNECT,data:this._pid?Object.assign({pid:this._pid,offset:this._lastOffset},t):t})}onerror(t){this.connected||this.emitReserved("connect_error",t)}onclose(t,e){this.connected=!1,delete this.id,this.emitReserved("disconnect",t,e)}onpacket(t){if(t.nsp===this.nsp)switch(t.type){case st.CONNECT:t.data&&t.data.sid?this.onconnect(t.data.sid,t.data.pid):this.emitReserved("connect_error",new Error("It seems you are trying to reach a Socket.IO server in v2.x with a v3.x client, but they are not compatible (more information here: https://socket.io/docs/v3/migrating-from-2-x-to-3-0/)"));break;case st.EVENT:case st.BINARY_EVENT:this.onevent(t);break;case st.ACK:case st.BINARY_ACK:this.onack(t);break;case st.DISCONNECT:this.ondisconnect();break;case st.CONNECT_ERROR:this.destroy();const e=new Error(t.data.message);e.data=t.data.data,this.emitReserved("connect_error",e)}}onevent(t){const e=t.data||[];null!=t.id&&e.push(this.ack(t.id)),this.connected?this.emitEvent(e):this.receiveBuffer.push(Object.freeze(e))}emitEvent(t){if(this._anyListeners&&this._anyListeners.length){const e=this._anyListeners.slice();for(const s of e)s.apply(this,t)}super.emit.apply(this,t),this._pid&&t.length&&"string"==typeof t[t.length-1]&&(this._lastOffset=t[t.length-1])}ack(t){const e=this;let s=!1;return function(...i){s||(s=!0,e.packet({type:st.ACK,id:t,data:i}))}}onack(t){const e=this.acks[t.id];"function"==typeof e&&(e.apply(this,t.data),delete this.acks[t.id])}onconnect(t,e){this.id=t,this.recovered=e&&this._pid===e,this._pid=e,this.connected=!0,this.emitBuffered(),this.emitReserved("connect"),this._drainQueue(!0)}emitBuffered(){this.receiveBuffer.forEach((t=>this.emitEvent(t))),this.receiveBuffer=[],this.sendBuffer.forEach((t=>{this.notifyOutgoingListeners(t),this.packet(t)})),this.sendBuffer=[]}ondisconnect(){this.destroy(),this.onclose("io server disconnect")}destroy(){this.subs&&(this.subs.forEach((t=>t())),this.subs=void 0),this.io._destroy(this)}disconnect(){return this.connected&&this.packet({type:st.DISCONNECT}),this.destroy(),this.connected&&this.onclose("io client disconnect"),this}close(){return this.disconnect()}compress(t){return this.flags.compress=t,this}get volatile(){return this.flags.volatile=!0,this}timeout(t){return this.flags.timeout=t,this}onAny(t){return this._anyListeners=this._anyListeners||[],this._anyListeners.push(t),this}prependAny(t){return this._anyListeners=this._anyListeners||[],this._anyListeners.unshift(t),this}offAny(t){if(!this._anyListeners)return this;if(t){const e=this._anyListeners;for(let s=0;s<e.length;s++)if(t===e[s])return e.splice(s,1),this}else this._anyListeners=[];return this}listenersAny(){return this._anyListeners||[]}onAnyOutgoing(t){return this._anyOutgoingListeners=this._anyOutgoingListeners||[],this._anyOutgoingListeners.push(t),this}prependAnyOutgoing(t){return this._anyOutgoingListeners=this._anyOutgoingListeners||[],this._anyOutgoingListeners.unshift(t),this}offAnyOutgoing(t){if(!this._anyOutgoingListeners)return this;if(t){const e=this._anyOutgoingListeners;for(let s=0;s<e.length;s++)if(t===e[s])return e.splice(s,1),this}else this._anyOutgoingListeners=[];return this}listenersAnyOutgoing(){return this._anyOutgoingListeners||[]}notifyOutgoingListeners(t){if(this._anyOutgoingListeners&&this._anyOutgoingListeners.length){const e=this._anyOutgoingListeners.slice();for(const s of e)s.apply(this,t.data)}}}function ct(t){t=t||{},this.ms=t.min||100,this.max=t.max||1e4,this.factor=t.factor||2,this.jitter=t.jitter>0&&t.jitter<=1?t.jitter:0,this.attempts=0}ct.prototype.duration=function(){var t=this.ms*Math.pow(this.factor,this.attempts++);if(this.jitter){var e=Math.random(),s=Math.floor(e*this.jitter*t);t=0==(1&Math.floor(10*e))?t-s:t+s}return 0|Math.min(t,this.max)},ct.prototype.reset=function(){this.attempts=0},ct.prototype.setMin=function(t){this.ms=t},ct.prototype.setMax=function(t){this.max=t},ct.prototype.setJitter=function(t){this.jitter=t};class pt extends f{constructor(t,e){var s;super(),this.nsps={},this.subs=[],t&&"object"==typeof t&&(e=t,t=void 0),(e=e||{}).path=e.path||"/socket.io",this.opts=e,v(this,e),this.reconnection(!1!==e.reconnection),this.reconnectionAttempts(e.reconnectionAttempts||1/0),this.reconnectionDelay(e.reconnectionDelay||1e3),this.reconnectionDelayMax(e.reconnectionDelayMax||5e3),this.randomizationFactor(null!==(s=e.randomizationFactor)&&void 0!==s?s:.5),this.backoff=new ct({min:this.reconnectionDelay(),max:this.reconnectionDelayMax(),jitter:this.randomizationFactor()}),this.timeout(null==e.timeout?2e4:e.timeout),this._readyState="closed",this.uri=t;const i=e.parser||rt;this.encoder=new i.Encoder,this.decoder=new i.Decoder,this._autoConnect=!1!==e.autoConnect,this._autoConnect&&this.open()}reconnection(t){return arguments.length?(this._reconnection=!!t,this):this._reconnection}reconnectionAttempts(t){return void 0===t?this._reconnectionAttempts:(this._reconnectionAttempts=t,this)}reconnectionDelay(t){var e;return void 0===t?this._reconnectionDelay:(this._reconnectionDelay=t,null===(e=this.backoff)||void 0===e||e.setMin(t),this)}randomizationFactor(t){var e;return void 0===t?this._randomizationFactor:(this._randomizationFactor=t,null===(e=this.backoff)||void 0===e||e.setJitter(t),this)}reconnectionDelayMax(t){var e;return void 0===t?this._reconnectionDelayMax:(this._reconnectionDelayMax=t,null===(e=this.backoff)||void 0===e||e.setMax(t),this)}timeout(t){return arguments.length?(this._timeout=t,this):this._timeout}maybeReconnectOnOpen(){!this._reconnecting&&this._reconnection&&0===this.backoff.attempts&&this.reconnect()}open(t){if(~this._readyState.indexOf("open"))return this;this.engine=new K(this.uri,this.opts);const e=this.engine,s=this;this._readyState="opening",this.skipReconnect=!1;const i=ot(e,"open",(function(){s.onopen(),t&&t()})),n=ot(e,"error",(e=>{s.cleanup(),s._readyState="closed",this.emitReserved("error",e),t?t(e):s.maybeReconnectOnOpen()}));if(!1!==this._timeout){const t=this._timeout;0===t&&i();const s=this.setTimeoutFn((()=>{i(),e.close(),e.emit("error",new Error("timeout"))}),t);this.opts.autoUnref&&s.unref(),this.subs.push((function(){clearTimeout(s)}))}return this.subs.push(i),this.subs.push(n),this}connect(t){return this.open(t)}onopen(){this.cleanup(),this._readyState="open",this.emitReserved("open");const t=this.engine;this.subs.push(ot(t,"ping",this.onping.bind(this)),ot(t,"data",this.ondata.bind(this)),ot(t,"error",this.onerror.bind(this)),ot(t,"close",this.onclose.bind(this)),ot(this.decoder,"decoded",this.ondecoded.bind(this)))}onping(){this.emitReserved("ping")}ondata(t){try{this.decoder.add(t)}catch(t){this.onclose("parse error",t)}}ondecoded(t){I((()=>{this.emitReserved("packet",t)}),this.setTimeoutFn)}onerror(t){this.emitReserved("error",t)}socket(t,e){let s=this.nsps[t];return s?this._autoConnect&&!s.active&&s.connect():(s=new at(this,t,e),this.nsps[t]=s),s}_destroy(t){const e=Object.keys(this.nsps);for(const t of e){if(this.nsps[t].active)return}this._close()}_packet(t){const e=this.encoder.encode(t);for(let s=0;s<e.length;s++)this.engine.write(e[s],t.options)}cleanup(){this.subs.forEach((t=>t())),this.subs.length=0,this.decoder.destroy()}_close(){this.skipReconnect=!0,this._reconnecting=!1,this.onclose("forced close"),this.engine&&this.engine.close()}disconnect(){return this._close()}onclose(t,e){this.cleanup(),this.backoff.reset(),this._readyState="closed",this.emitReserved("close",t,e),this._reconnection&&!this.skipReconnect&&this.reconnect()}reconnect(){if(this._reconnecting||this.skipReconnect)return this;const t=this;if(this.backoff.attempts>=this._reconnectionAttempts)this.backoff.reset(),this.emitReserved("reconnect_failed"),this._reconnecting=!1;else{const e=this.backoff.duration();this._reconnecting=!0;const s=this.setTimeoutFn((()=>{t.skipReconnect||(this.emitReserved("reconnect_attempt",t.backoff.attempts),t.skipReconnect||t.open((e=>{e?(t._reconnecting=!1,t.reconnect(),this.emitReserved("reconnect_error",e)):t.onreconnect()})))}),e);this.opts.autoUnref&&s.unref(),this.subs.push((function(){clearTimeout(s)}))}}onreconnect(){const t=this.backoff.attempts;this._reconnecting=!1,this.backoff.reset(),this.emitReserved("reconnect",t)}}const ut={};function lt(t,e){"object"==typeof t&&(e=t,t=void 0);const s=function(t,e="",s){let i=t;s=s||"undefined"!=typeof location&&location,null==t&&(t=s.protocol+"//"+s.host),"string"==typeof t&&("/"===t.charAt(0)&&(t="/"===t.charAt(1)?s.protocol+t:s.host+t),/^(https?|wss?):\/\//.test(t)||(t=void 0!==s?s.protocol+"//"+t:"https://"+t),i=H(t)),i.port||(/^(http|ws)$/.test(i.protocol)?i.port="80":/^(http|ws)s$/.test(i.protocol)&&(i.port="443")),i.path=i.path||"/";const n=-1!==i.host.indexOf(":")?"["+i.host+"]":i.host;return i.id=i.protocol+"://"+n+":"+i.port+e,i.href=i.protocol+"://"+n+(s&&s.port===i.port?"":":"+i.port),i}(t,(e=e||{}).path||"/socket.io"),i=s.source,n=s.id,r=s.path,o=ut[n]&&r in ut[n].nsps;let h;return e.forceNew||e["force new connection"]||!1===e.multiplex||o?h=new pt(i,e):(ut[n]||(ut[n]=new pt(i,e)),h=ut[n]),s.query&&!e.query&&(e.query=s.queryKey),h.socket(s.path,e)}Object.assign(lt,{Manager:pt,Socket:at,io:lt,connect:lt});export{pt as Manager,at as Socket,lt as connect,lt as default,lt as io,et as protocol}; -//# sourceMappingURL=socket.io.esm.min.js.map diff --git a/software/flow/node_modules/socket.io/client-dist/socket.io.esm.min.js.map b/software/flow/node_modules/socket.io/client-dist/socket.io.esm.min.js.map deleted file mode 100644 index 497cad8..0000000 --- a/software/flow/node_modules/socket.io/client-dist/socket.io.esm.min.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"socket.io.esm.min.js","sources":["../node_modules/engine.io-parser/build/esm/commons.js","../node_modules/engine.io-parser/build/esm/encodePacket.browser.js","../node_modules/engine.io-parser/build/esm/contrib/base64-arraybuffer.js","../node_modules/engine.io-parser/build/esm/decodePacket.browser.js","../node_modules/engine.io-parser/build/esm/index.js","../node_modules/@socket.io/component-emitter/index.mjs","../node_modules/engine.io-client/build/esm/globalThis.browser.js","../node_modules/engine.io-client/build/esm/util.js","../node_modules/engine.io-client/build/esm/transport.js","../node_modules/engine.io-client/build/esm/contrib/yeast.js","../node_modules/engine.io-client/build/esm/contrib/parseqs.js","../node_modules/engine.io-client/build/esm/contrib/has-cors.js","../node_modules/engine.io-client/build/esm/transports/xmlhttprequest.browser.js","../node_modules/engine.io-client/build/esm/transports/polling.js","../node_modules/engine.io-client/build/esm/transports/websocket-constructor.browser.js","../node_modules/engine.io-client/build/esm/transports/websocket.js","../node_modules/engine.io-client/build/esm/transports/index.js","../node_modules/engine.io-client/build/esm/contrib/parseuri.js","../node_modules/engine.io-client/build/esm/socket.js","../node_modules/socket.io-parser/build/esm/is-binary.js","../node_modules/socket.io-parser/build/esm/binary.js","../node_modules/socket.io-parser/build/esm/index.js","../build/esm/on.js","../build/esm/socket.js","../build/esm/contrib/backo2.js","../build/esm/manager.js","../build/esm/index.js","../build/esm/url.js"],"sourcesContent":["const PACKET_TYPES = Object.create(null); // no Map = no polyfill\nPACKET_TYPES[\"open\"] = \"0\";\nPACKET_TYPES[\"close\"] = \"1\";\nPACKET_TYPES[\"ping\"] = \"2\";\nPACKET_TYPES[\"pong\"] = \"3\";\nPACKET_TYPES[\"message\"] = \"4\";\nPACKET_TYPES[\"upgrade\"] = \"5\";\nPACKET_TYPES[\"noop\"] = \"6\";\nconst PACKET_TYPES_REVERSE = Object.create(null);\nObject.keys(PACKET_TYPES).forEach(key => {\n PACKET_TYPES_REVERSE[PACKET_TYPES[key]] = key;\n});\nconst ERROR_PACKET = { type: \"error\", data: \"parser error\" };\nexport { PACKET_TYPES, PACKET_TYPES_REVERSE, ERROR_PACKET };\n","import { PACKET_TYPES } from \"./commons.js\";\nconst withNativeBlob = typeof Blob === \"function\" ||\n (typeof Blob !== \"undefined\" &&\n Object.prototype.toString.call(Blob) === \"[object BlobConstructor]\");\nconst withNativeArrayBuffer = typeof ArrayBuffer === \"function\";\n// ArrayBuffer.isView method is not defined in IE10\nconst isView = obj => {\n return typeof ArrayBuffer.isView === \"function\"\n ? ArrayBuffer.isView(obj)\n : obj && obj.buffer instanceof ArrayBuffer;\n};\nconst encodePacket = ({ type, data }, supportsBinary, callback) => {\n if (withNativeBlob && data instanceof Blob) {\n if (supportsBinary) {\n return callback(data);\n }\n else {\n return encodeBlobAsBase64(data, callback);\n }\n }\n else if (withNativeArrayBuffer &&\n (data instanceof ArrayBuffer || isView(data))) {\n if (supportsBinary) {\n return callback(data);\n }\n else {\n return encodeBlobAsBase64(new Blob([data]), callback);\n }\n }\n // plain string\n return callback(PACKET_TYPES[type] + (data || \"\"));\n};\nconst encodeBlobAsBase64 = (data, callback) => {\n const fileReader = new FileReader();\n fileReader.onload = function () {\n const content = fileReader.result.split(\",\")[1];\n callback(\"b\" + content);\n };\n return fileReader.readAsDataURL(data);\n};\nexport default encodePacket;\n","const chars = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/';\n// Use a lookup table to find the index.\nconst lookup = typeof Uint8Array === 'undefined' ? [] : new Uint8Array(256);\nfor (let i = 0; i < chars.length; i++) {\n lookup[chars.charCodeAt(i)] = i;\n}\nexport const encode = (arraybuffer) => {\n let bytes = new Uint8Array(arraybuffer), i, len = bytes.length, base64 = '';\n for (i = 0; i < len; i += 3) {\n base64 += chars[bytes[i] >> 2];\n base64 += chars[((bytes[i] & 3) << 4) | (bytes[i + 1] >> 4)];\n base64 += chars[((bytes[i + 1] & 15) << 2) | (bytes[i + 2] >> 6)];\n base64 += chars[bytes[i + 2] & 63];\n }\n if (len % 3 === 2) {\n base64 = base64.substring(0, base64.length - 1) + '=';\n }\n else if (len % 3 === 1) {\n base64 = base64.substring(0, base64.length - 2) + '==';\n }\n return base64;\n};\nexport const decode = (base64) => {\n let bufferLength = base64.length * 0.75, len = base64.length, i, p = 0, encoded1, encoded2, encoded3, encoded4;\n if (base64[base64.length - 1] === '=') {\n bufferLength--;\n if (base64[base64.length - 2] === '=') {\n bufferLength--;\n }\n }\n const arraybuffer = new ArrayBuffer(bufferLength), bytes = new Uint8Array(arraybuffer);\n for (i = 0; i < len; i += 4) {\n encoded1 = lookup[base64.charCodeAt(i)];\n encoded2 = lookup[base64.charCodeAt(i + 1)];\n encoded3 = lookup[base64.charCodeAt(i + 2)];\n encoded4 = lookup[base64.charCodeAt(i + 3)];\n bytes[p++] = (encoded1 << 2) | (encoded2 >> 4);\n bytes[p++] = ((encoded2 & 15) << 4) | (encoded3 >> 2);\n bytes[p++] = ((encoded3 & 3) << 6) | (encoded4 & 63);\n }\n return arraybuffer;\n};\n","import { ERROR_PACKET, PACKET_TYPES_REVERSE } from \"./commons.js\";\nimport { decode } from \"./contrib/base64-arraybuffer.js\";\nconst withNativeArrayBuffer = typeof ArrayBuffer === \"function\";\nconst decodePacket = (encodedPacket, binaryType) => {\n if (typeof encodedPacket !== \"string\") {\n return {\n type: \"message\",\n data: mapBinary(encodedPacket, binaryType)\n };\n }\n const type = encodedPacket.charAt(0);\n if (type === \"b\") {\n return {\n type: \"message\",\n data: decodeBase64Packet(encodedPacket.substring(1), binaryType)\n };\n }\n const packetType = PACKET_TYPES_REVERSE[type];\n if (!packetType) {\n return ERROR_PACKET;\n }\n return encodedPacket.length > 1\n ? {\n type: PACKET_TYPES_REVERSE[type],\n data: encodedPacket.substring(1)\n }\n : {\n type: PACKET_TYPES_REVERSE[type]\n };\n};\nconst decodeBase64Packet = (data, binaryType) => {\n if (withNativeArrayBuffer) {\n const decoded = decode(data);\n return mapBinary(decoded, binaryType);\n }\n else {\n return { base64: true, data }; // fallback for old browsers\n }\n};\nconst mapBinary = (data, binaryType) => {\n switch (binaryType) {\n case \"blob\":\n return data instanceof ArrayBuffer ? new Blob([data]) : data;\n case \"arraybuffer\":\n default:\n return data; // assuming the data is already an ArrayBuffer\n }\n};\nexport default decodePacket;\n","import encodePacket from \"./encodePacket.js\";\nimport decodePacket from \"./decodePacket.js\";\nconst SEPARATOR = String.fromCharCode(30); // see https://en.wikipedia.org/wiki/Delimiter#ASCII_delimited_text\nconst encodePayload = (packets, callback) => {\n // some packets may be added to the array while encoding, so the initial length must be saved\n const length = packets.length;\n const encodedPackets = new Array(length);\n let count = 0;\n packets.forEach((packet, i) => {\n // force base64 encoding for binary packets\n encodePacket(packet, false, encodedPacket => {\n encodedPackets[i] = encodedPacket;\n if (++count === length) {\n callback(encodedPackets.join(SEPARATOR));\n }\n });\n });\n};\nconst decodePayload = (encodedPayload, binaryType) => {\n const encodedPackets = encodedPayload.split(SEPARATOR);\n const packets = [];\n for (let i = 0; i < encodedPackets.length; i++) {\n const decodedPacket = decodePacket(encodedPackets[i], binaryType);\n packets.push(decodedPacket);\n if (decodedPacket.type === \"error\") {\n break;\n }\n }\n return packets;\n};\nexport const protocol = 4;\nexport { encodePacket, encodePayload, decodePacket, decodePayload };\n","/**\n * Initialize a new `Emitter`.\n *\n * @api public\n */\n\nexport function Emitter(obj) {\n if (obj) return mixin(obj);\n}\n\n/**\n * Mixin the emitter properties.\n *\n * @param {Object} obj\n * @return {Object}\n * @api private\n */\n\nfunction mixin(obj) {\n for (var key in Emitter.prototype) {\n obj[key] = Emitter.prototype[key];\n }\n return obj;\n}\n\n/**\n * Listen on the given `event` with `fn`.\n *\n * @param {String} event\n * @param {Function} fn\n * @return {Emitter}\n * @api public\n */\n\nEmitter.prototype.on =\nEmitter.prototype.addEventListener = function(event, fn){\n this._callbacks = this._callbacks || {};\n (this._callbacks['$' + event] = this._callbacks['$' + event] || [])\n .push(fn);\n return this;\n};\n\n/**\n * Adds an `event` listener that will be invoked a single\n * time then automatically removed.\n *\n * @param {String} event\n * @param {Function} fn\n * @return {Emitter}\n * @api public\n */\n\nEmitter.prototype.once = function(event, fn){\n function on() {\n this.off(event, on);\n fn.apply(this, arguments);\n }\n\n on.fn = fn;\n this.on(event, on);\n return this;\n};\n\n/**\n * Remove the given callback for `event` or all\n * registered callbacks.\n *\n * @param {String} event\n * @param {Function} fn\n * @return {Emitter}\n * @api public\n */\n\nEmitter.prototype.off =\nEmitter.prototype.removeListener =\nEmitter.prototype.removeAllListeners =\nEmitter.prototype.removeEventListener = function(event, fn){\n this._callbacks = this._callbacks || {};\n\n // all\n if (0 == arguments.length) {\n this._callbacks = {};\n return this;\n }\n\n // specific event\n var callbacks = this._callbacks['$' + event];\n if (!callbacks) return this;\n\n // remove all handlers\n if (1 == arguments.length) {\n delete this._callbacks['$' + event];\n return this;\n }\n\n // remove specific handler\n var cb;\n for (var i = 0; i < callbacks.length; i++) {\n cb = callbacks[i];\n if (cb === fn || cb.fn === fn) {\n callbacks.splice(i, 1);\n break;\n }\n }\n\n // Remove event specific arrays for event types that no\n // one is subscribed for to avoid memory leak.\n if (callbacks.length === 0) {\n delete this._callbacks['$' + event];\n }\n\n return this;\n};\n\n/**\n * Emit `event` with the given args.\n *\n * @param {String} event\n * @param {Mixed} ...\n * @return {Emitter}\n */\n\nEmitter.prototype.emit = function(event){\n this._callbacks = this._callbacks || {};\n\n var args = new Array(arguments.length - 1)\n , callbacks = this._callbacks['$' + event];\n\n for (var i = 1; i < arguments.length; i++) {\n args[i - 1] = arguments[i];\n }\n\n if (callbacks) {\n callbacks = callbacks.slice(0);\n for (var i = 0, len = callbacks.length; i < len; ++i) {\n callbacks[i].apply(this, args);\n }\n }\n\n return this;\n};\n\n// alias used for reserved events (protected method)\nEmitter.prototype.emitReserved = Emitter.prototype.emit;\n\n/**\n * Return array of callbacks for `event`.\n *\n * @param {String} event\n * @return {Array}\n * @api public\n */\n\nEmitter.prototype.listeners = function(event){\n this._callbacks = this._callbacks || {};\n return this._callbacks['$' + event] || [];\n};\n\n/**\n * Check if this emitter has `event` handlers.\n *\n * @param {String} event\n * @return {Boolean}\n * @api public\n */\n\nEmitter.prototype.hasListeners = function(event){\n return !! this.listeners(event).length;\n};\n","export const globalThisShim = (() => {\n if (typeof self !== \"undefined\") {\n return self;\n }\n else if (typeof window !== \"undefined\") {\n return window;\n }\n else {\n return Function(\"return this\")();\n }\n})();\n","import { globalThisShim as globalThis } from \"./globalThis.js\";\nexport function pick(obj, ...attr) {\n return attr.reduce((acc, k) => {\n if (obj.hasOwnProperty(k)) {\n acc[k] = obj[k];\n }\n return acc;\n }, {});\n}\n// Keep a reference to the real timeout functions so they can be used when overridden\nconst NATIVE_SET_TIMEOUT = globalThis.setTimeout;\nconst NATIVE_CLEAR_TIMEOUT = globalThis.clearTimeout;\nexport function installTimerFunctions(obj, opts) {\n if (opts.useNativeTimers) {\n obj.setTimeoutFn = NATIVE_SET_TIMEOUT.bind(globalThis);\n obj.clearTimeoutFn = NATIVE_CLEAR_TIMEOUT.bind(globalThis);\n }\n else {\n obj.setTimeoutFn = globalThis.setTimeout.bind(globalThis);\n obj.clearTimeoutFn = globalThis.clearTimeout.bind(globalThis);\n }\n}\n// base64 encoded buffers are about 33% bigger (https://en.wikipedia.org/wiki/Base64)\nconst BASE64_OVERHEAD = 1.33;\n// we could also have used `new Blob([obj]).size`, but it isn't supported in IE9\nexport function byteLength(obj) {\n if (typeof obj === \"string\") {\n return utf8Length(obj);\n }\n // arraybuffer or blob\n return Math.ceil((obj.byteLength || obj.size) * BASE64_OVERHEAD);\n}\nfunction utf8Length(str) {\n let c = 0, length = 0;\n for (let i = 0, l = str.length; i < l; i++) {\n c = str.charCodeAt(i);\n if (c < 0x80) {\n length += 1;\n }\n else if (c < 0x800) {\n length += 2;\n }\n else if (c < 0xd800 || c >= 0xe000) {\n length += 3;\n }\n else {\n i++;\n length += 4;\n }\n }\n return length;\n}\n","import { decodePacket } from \"engine.io-parser\";\nimport { Emitter } from \"@socket.io/component-emitter\";\nimport { installTimerFunctions } from \"./util.js\";\nclass TransportError extends Error {\n constructor(reason, description, context) {\n super(reason);\n this.description = description;\n this.context = context;\n this.type = \"TransportError\";\n }\n}\nexport class Transport extends Emitter {\n /**\n * Transport abstract constructor.\n *\n * @param {Object} opts - options\n * @protected\n */\n constructor(opts) {\n super();\n this.writable = false;\n installTimerFunctions(this, opts);\n this.opts = opts;\n this.query = opts.query;\n this.socket = opts.socket;\n }\n /**\n * Emits an error.\n *\n * @param {String} reason\n * @param description\n * @param context - the error context\n * @return {Transport} for chaining\n * @protected\n */\n onError(reason, description, context) {\n super.emitReserved(\"error\", new TransportError(reason, description, context));\n return this;\n }\n /**\n * Opens the transport.\n */\n open() {\n this.readyState = \"opening\";\n this.doOpen();\n return this;\n }\n /**\n * Closes the transport.\n */\n close() {\n if (this.readyState === \"opening\" || this.readyState === \"open\") {\n this.doClose();\n this.onClose();\n }\n return this;\n }\n /**\n * Sends multiple packets.\n *\n * @param {Array} packets\n */\n send(packets) {\n if (this.readyState === \"open\") {\n this.write(packets);\n }\n else {\n // this might happen if the transport was silently closed in the beforeunload event handler\n }\n }\n /**\n * Called upon open\n *\n * @protected\n */\n onOpen() {\n this.readyState = \"open\";\n this.writable = true;\n super.emitReserved(\"open\");\n }\n /**\n * Called with data.\n *\n * @param {String} data\n * @protected\n */\n onData(data) {\n const packet = decodePacket(data, this.socket.binaryType);\n this.onPacket(packet);\n }\n /**\n * Called with a decoded packet.\n *\n * @protected\n */\n onPacket(packet) {\n super.emitReserved(\"packet\", packet);\n }\n /**\n * Called upon close.\n *\n * @protected\n */\n onClose(details) {\n this.readyState = \"closed\";\n super.emitReserved(\"close\", details);\n }\n /**\n * Pauses the transport, in order not to lose packets during an upgrade.\n *\n * @param onPause\n */\n pause(onPause) { }\n}\n","// imported from https://github.com/unshiftio/yeast\n'use strict';\nconst alphabet = '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz-_'.split(''), length = 64, map = {};\nlet seed = 0, i = 0, prev;\n/**\n * Return a string representing the specified number.\n *\n * @param {Number} num The number to convert.\n * @returns {String} The string representation of the number.\n * @api public\n */\nexport function encode(num) {\n let encoded = '';\n do {\n encoded = alphabet[num % length] + encoded;\n num = Math.floor(num / length);\n } while (num > 0);\n return encoded;\n}\n/**\n * Return the integer value specified by the given string.\n *\n * @param {String} str The string to convert.\n * @returns {Number} The integer value represented by the string.\n * @api public\n */\nexport function decode(str) {\n let decoded = 0;\n for (i = 0; i < str.length; i++) {\n decoded = decoded * length + map[str.charAt(i)];\n }\n return decoded;\n}\n/**\n * Yeast: A tiny growing id generator.\n *\n * @returns {String} A unique id.\n * @api public\n */\nexport function yeast() {\n const now = encode(+new Date());\n if (now !== prev)\n return seed = 0, prev = now;\n return now + '.' + encode(seed++);\n}\n//\n// Map each character to its index.\n//\nfor (; i < length; i++)\n map[alphabet[i]] = i;\n","// imported from https://github.com/galkn/querystring\n/**\n * Compiles a querystring\n * Returns string representation of the object\n *\n * @param {Object}\n * @api private\n */\nexport function encode(obj) {\n let str = '';\n for (let i in obj) {\n if (obj.hasOwnProperty(i)) {\n if (str.length)\n str += '&';\n str += encodeURIComponent(i) + '=' + encodeURIComponent(obj[i]);\n }\n }\n return str;\n}\n/**\n * Parses a simple querystring into an object\n *\n * @param {String} qs\n * @api private\n */\nexport function decode(qs) {\n let qry = {};\n let pairs = qs.split('&');\n for (let i = 0, l = pairs.length; i < l; i++) {\n let pair = pairs[i].split('=');\n qry[decodeURIComponent(pair[0])] = decodeURIComponent(pair[1]);\n }\n return qry;\n}\n","// imported from https://github.com/component/has-cors\nlet value = false;\ntry {\n value = typeof XMLHttpRequest !== 'undefined' &&\n 'withCredentials' in new XMLHttpRequest();\n}\ncatch (err) {\n // if XMLHttp support is disabled in IE then it will throw\n // when trying to create\n}\nexport const hasCORS = value;\n","// browser shim for xmlhttprequest module\nimport { hasCORS } from \"../contrib/has-cors.js\";\nimport { globalThisShim as globalThis } from \"../globalThis.js\";\nexport function XHR(opts) {\n const xdomain = opts.xdomain;\n // XMLHttpRequest can be disabled on IE\n try {\n if (\"undefined\" !== typeof XMLHttpRequest && (!xdomain || hasCORS)) {\n return new XMLHttpRequest();\n }\n }\n catch (e) { }\n if (!xdomain) {\n try {\n return new globalThis[[\"Active\"].concat(\"Object\").join(\"X\")](\"Microsoft.XMLHTTP\");\n }\n catch (e) { }\n }\n}\n","import { Transport } from \"../transport.js\";\nimport { yeast } from \"../contrib/yeast.js\";\nimport { encode } from \"../contrib/parseqs.js\";\nimport { encodePayload, decodePayload } from \"engine.io-parser\";\nimport { XHR as XMLHttpRequest } from \"./xmlhttprequest.js\";\nimport { Emitter } from \"@socket.io/component-emitter\";\nimport { installTimerFunctions, pick } from \"../util.js\";\nimport { globalThisShim as globalThis } from \"../globalThis.js\";\nfunction empty() { }\nconst hasXHR2 = (function () {\n const xhr = new XMLHttpRequest({\n xdomain: false,\n });\n return null != xhr.responseType;\n})();\nexport class Polling extends Transport {\n /**\n * XHR Polling constructor.\n *\n * @param {Object} opts\n * @package\n */\n constructor(opts) {\n super(opts);\n this.polling = false;\n if (typeof location !== \"undefined\") {\n const isSSL = \"https:\" === location.protocol;\n let port = location.port;\n // some user agents have empty `location.port`\n if (!port) {\n port = isSSL ? \"443\" : \"80\";\n }\n this.xd =\n (typeof location !== \"undefined\" &&\n opts.hostname !== location.hostname) ||\n port !== opts.port;\n this.xs = opts.secure !== isSSL;\n }\n /**\n * XHR supports binary\n */\n const forceBase64 = opts && opts.forceBase64;\n this.supportsBinary = hasXHR2 && !forceBase64;\n }\n get name() {\n return \"polling\";\n }\n /**\n * Opens the socket (triggers polling). We write a PING message to determine\n * when the transport is open.\n *\n * @protected\n */\n doOpen() {\n this.poll();\n }\n /**\n * Pauses polling.\n *\n * @param {Function} onPause - callback upon buffers are flushed and transport is paused\n * @package\n */\n pause(onPause) {\n this.readyState = \"pausing\";\n const pause = () => {\n this.readyState = \"paused\";\n onPause();\n };\n if (this.polling || !this.writable) {\n let total = 0;\n if (this.polling) {\n total++;\n this.once(\"pollComplete\", function () {\n --total || pause();\n });\n }\n if (!this.writable) {\n total++;\n this.once(\"drain\", function () {\n --total || pause();\n });\n }\n }\n else {\n pause();\n }\n }\n /**\n * Starts polling cycle.\n *\n * @private\n */\n poll() {\n this.polling = true;\n this.doPoll();\n this.emitReserved(\"poll\");\n }\n /**\n * Overloads onData to detect payloads.\n *\n * @protected\n */\n onData(data) {\n const callback = (packet) => {\n // if its the first message we consider the transport open\n if (\"opening\" === this.readyState && packet.type === \"open\") {\n this.onOpen();\n }\n // if its a close packet, we close the ongoing requests\n if (\"close\" === packet.type) {\n this.onClose({ description: \"transport closed by the server\" });\n return false;\n }\n // otherwise bypass onData and handle the message\n this.onPacket(packet);\n };\n // decode payload\n decodePayload(data, this.socket.binaryType).forEach(callback);\n // if an event did not trigger closing\n if (\"closed\" !== this.readyState) {\n // if we got data we're not polling\n this.polling = false;\n this.emitReserved(\"pollComplete\");\n if (\"open\" === this.readyState) {\n this.poll();\n }\n else {\n }\n }\n }\n /**\n * For polling, send a close packet.\n *\n * @protected\n */\n doClose() {\n const close = () => {\n this.write([{ type: \"close\" }]);\n };\n if (\"open\" === this.readyState) {\n close();\n }\n else {\n // in case we're trying to close while\n // handshaking is in progress (GH-164)\n this.once(\"open\", close);\n }\n }\n /**\n * Writes a packets payload.\n *\n * @param {Array} packets - data packets\n * @protected\n */\n write(packets) {\n this.writable = false;\n encodePayload(packets, (data) => {\n this.doWrite(data, () => {\n this.writable = true;\n this.emitReserved(\"drain\");\n });\n });\n }\n /**\n * Generates uri for connection.\n *\n * @private\n */\n uri() {\n let query = this.query || {};\n const schema = this.opts.secure ? \"https\" : \"http\";\n let port = \"\";\n // cache busting is forced\n if (false !== this.opts.timestampRequests) {\n query[this.opts.timestampParam] = yeast();\n }\n if (!this.supportsBinary && !query.sid) {\n query.b64 = 1;\n }\n // avoid port if default for schema\n if (this.opts.port &&\n ((\"https\" === schema && Number(this.opts.port) !== 443) ||\n (\"http\" === schema && Number(this.opts.port) !== 80))) {\n port = \":\" + this.opts.port;\n }\n const encodedQuery = encode(query);\n const ipv6 = this.opts.hostname.indexOf(\":\") !== -1;\n return (schema +\n \"://\" +\n (ipv6 ? \"[\" + this.opts.hostname + \"]\" : this.opts.hostname) +\n port +\n this.opts.path +\n (encodedQuery.length ? \"?\" + encodedQuery : \"\"));\n }\n /**\n * Creates a request.\n *\n * @param {String} method\n * @private\n */\n request(opts = {}) {\n Object.assign(opts, { xd: this.xd, xs: this.xs }, this.opts);\n return new Request(this.uri(), opts);\n }\n /**\n * Sends data.\n *\n * @param {String} data to send.\n * @param {Function} called upon flush.\n * @private\n */\n doWrite(data, fn) {\n const req = this.request({\n method: \"POST\",\n data: data,\n });\n req.on(\"success\", fn);\n req.on(\"error\", (xhrStatus, context) => {\n this.onError(\"xhr post error\", xhrStatus, context);\n });\n }\n /**\n * Starts a poll cycle.\n *\n * @private\n */\n doPoll() {\n const req = this.request();\n req.on(\"data\", this.onData.bind(this));\n req.on(\"error\", (xhrStatus, context) => {\n this.onError(\"xhr poll error\", xhrStatus, context);\n });\n this.pollXhr = req;\n }\n}\nexport class Request extends Emitter {\n /**\n * Request constructor\n *\n * @param {Object} options\n * @package\n */\n constructor(uri, opts) {\n super();\n installTimerFunctions(this, opts);\n this.opts = opts;\n this.method = opts.method || \"GET\";\n this.uri = uri;\n this.async = false !== opts.async;\n this.data = undefined !== opts.data ? opts.data : null;\n this.create();\n }\n /**\n * Creates the XHR object and sends the request.\n *\n * @private\n */\n create() {\n const opts = pick(this.opts, \"agent\", \"pfx\", \"key\", \"passphrase\", \"cert\", \"ca\", \"ciphers\", \"rejectUnauthorized\", \"autoUnref\");\n opts.xdomain = !!this.opts.xd;\n opts.xscheme = !!this.opts.xs;\n const xhr = (this.xhr = new XMLHttpRequest(opts));\n try {\n xhr.open(this.method, this.uri, this.async);\n try {\n if (this.opts.extraHeaders) {\n xhr.setDisableHeaderCheck && xhr.setDisableHeaderCheck(true);\n for (let i in this.opts.extraHeaders) {\n if (this.opts.extraHeaders.hasOwnProperty(i)) {\n xhr.setRequestHeader(i, this.opts.extraHeaders[i]);\n }\n }\n }\n }\n catch (e) { }\n if (\"POST\" === this.method) {\n try {\n xhr.setRequestHeader(\"Content-type\", \"text/plain;charset=UTF-8\");\n }\n catch (e) { }\n }\n try {\n xhr.setRequestHeader(\"Accept\", \"*/*\");\n }\n catch (e) { }\n // ie6 check\n if (\"withCredentials\" in xhr) {\n xhr.withCredentials = this.opts.withCredentials;\n }\n if (this.opts.requestTimeout) {\n xhr.timeout = this.opts.requestTimeout;\n }\n xhr.onreadystatechange = () => {\n if (4 !== xhr.readyState)\n return;\n if (200 === xhr.status || 1223 === xhr.status) {\n this.onLoad();\n }\n else {\n // make sure the `error` event handler that's user-set\n // does not throw in the same tick and gets caught here\n this.setTimeoutFn(() => {\n this.onError(typeof xhr.status === \"number\" ? xhr.status : 0);\n }, 0);\n }\n };\n xhr.send(this.data);\n }\n catch (e) {\n // Need to defer since .create() is called directly from the constructor\n // and thus the 'error' event can only be only bound *after* this exception\n // occurs. Therefore, also, we cannot throw here at all.\n this.setTimeoutFn(() => {\n this.onError(e);\n }, 0);\n return;\n }\n if (typeof document !== \"undefined\") {\n this.index = Request.requestsCount++;\n Request.requests[this.index] = this;\n }\n }\n /**\n * Called upon error.\n *\n * @private\n */\n onError(err) {\n this.emitReserved(\"error\", err, this.xhr);\n this.cleanup(true);\n }\n /**\n * Cleans up house.\n *\n * @private\n */\n cleanup(fromError) {\n if (\"undefined\" === typeof this.xhr || null === this.xhr) {\n return;\n }\n this.xhr.onreadystatechange = empty;\n if (fromError) {\n try {\n this.xhr.abort();\n }\n catch (e) { }\n }\n if (typeof document !== \"undefined\") {\n delete Request.requests[this.index];\n }\n this.xhr = null;\n }\n /**\n * Called upon load.\n *\n * @private\n */\n onLoad() {\n const data = this.xhr.responseText;\n if (data !== null) {\n this.emitReserved(\"data\", data);\n this.emitReserved(\"success\");\n this.cleanup();\n }\n }\n /**\n * Aborts the request.\n *\n * @package\n */\n abort() {\n this.cleanup();\n }\n}\nRequest.requestsCount = 0;\nRequest.requests = {};\n/**\n * Aborts pending requests when unloading the window. This is needed to prevent\n * memory leaks (e.g. when using IE) and to ensure that no spurious error is\n * emitted.\n */\nif (typeof document !== \"undefined\") {\n // @ts-ignore\n if (typeof attachEvent === \"function\") {\n // @ts-ignore\n attachEvent(\"onunload\", unloadHandler);\n }\n else if (typeof addEventListener === \"function\") {\n const terminationEvent = \"onpagehide\" in globalThis ? \"pagehide\" : \"unload\";\n addEventListener(terminationEvent, unloadHandler, false);\n }\n}\nfunction unloadHandler() {\n for (let i in Request.requests) {\n if (Request.requests.hasOwnProperty(i)) {\n Request.requests[i].abort();\n }\n }\n}\n","import { globalThisShim as globalThis } from \"../globalThis.js\";\nexport const nextTick = (() => {\n const isPromiseAvailable = typeof Promise === \"function\" && typeof Promise.resolve === \"function\";\n if (isPromiseAvailable) {\n return (cb) => Promise.resolve().then(cb);\n }\n else {\n return (cb, setTimeoutFn) => setTimeoutFn(cb, 0);\n }\n})();\nexport const WebSocket = globalThis.WebSocket || globalThis.MozWebSocket;\nexport const usingBrowserWebSocket = true;\nexport const defaultBinaryType = \"arraybuffer\";\n","import { Transport } from \"../transport.js\";\nimport { encode } from \"../contrib/parseqs.js\";\nimport { yeast } from \"../contrib/yeast.js\";\nimport { pick } from \"../util.js\";\nimport { defaultBinaryType, nextTick, usingBrowserWebSocket, WebSocket, } from \"./websocket-constructor.js\";\nimport { encodePacket } from \"engine.io-parser\";\n// detect ReactNative environment\nconst isReactNative = typeof navigator !== \"undefined\" &&\n typeof navigator.product === \"string\" &&\n navigator.product.toLowerCase() === \"reactnative\";\nexport class WS extends Transport {\n /**\n * WebSocket transport constructor.\n *\n * @param {Object} opts - connection options\n * @protected\n */\n constructor(opts) {\n super(opts);\n this.supportsBinary = !opts.forceBase64;\n }\n get name() {\n return \"websocket\";\n }\n doOpen() {\n if (!this.check()) {\n // let probe timeout\n return;\n }\n const uri = this.uri();\n const protocols = this.opts.protocols;\n // React Native only supports the 'headers' option, and will print a warning if anything else is passed\n const opts = isReactNative\n ? {}\n : pick(this.opts, \"agent\", \"perMessageDeflate\", \"pfx\", \"key\", \"passphrase\", \"cert\", \"ca\", \"ciphers\", \"rejectUnauthorized\", \"localAddress\", \"protocolVersion\", \"origin\", \"maxPayload\", \"family\", \"checkServerIdentity\");\n if (this.opts.extraHeaders) {\n opts.headers = this.opts.extraHeaders;\n }\n try {\n this.ws =\n usingBrowserWebSocket && !isReactNative\n ? protocols\n ? new WebSocket(uri, protocols)\n : new WebSocket(uri)\n : new WebSocket(uri, protocols, opts);\n }\n catch (err) {\n return this.emitReserved(\"error\", err);\n }\n this.ws.binaryType = this.socket.binaryType || defaultBinaryType;\n this.addEventListeners();\n }\n /**\n * Adds event listeners to the socket\n *\n * @private\n */\n addEventListeners() {\n this.ws.onopen = () => {\n if (this.opts.autoUnref) {\n this.ws._socket.unref();\n }\n this.onOpen();\n };\n this.ws.onclose = (closeEvent) => this.onClose({\n description: \"websocket connection closed\",\n context: closeEvent,\n });\n this.ws.onmessage = (ev) => this.onData(ev.data);\n this.ws.onerror = (e) => this.onError(\"websocket error\", e);\n }\n write(packets) {\n this.writable = false;\n // encodePacket efficient as it uses WS framing\n // no need for encodePayload\n for (let i = 0; i < packets.length; i++) {\n const packet = packets[i];\n const lastPacket = i === packets.length - 1;\n encodePacket(packet, this.supportsBinary, (data) => {\n // always create a new object (GH-437)\n const opts = {};\n if (!usingBrowserWebSocket) {\n if (packet.options) {\n opts.compress = packet.options.compress;\n }\n if (this.opts.perMessageDeflate) {\n const len = \n // @ts-ignore\n \"string\" === typeof data ? Buffer.byteLength(data) : data.length;\n if (len < this.opts.perMessageDeflate.threshold) {\n opts.compress = false;\n }\n }\n }\n // Sometimes the websocket has already been closed but the browser didn't\n // have a chance of informing us about it yet, in that case send will\n // throw an error\n try {\n if (usingBrowserWebSocket) {\n // TypeError is thrown when passing the second argument on Safari\n this.ws.send(data);\n }\n else {\n this.ws.send(data, opts);\n }\n }\n catch (e) {\n }\n if (lastPacket) {\n // fake drain\n // defer to next tick to allow Socket to clear writeBuffer\n nextTick(() => {\n this.writable = true;\n this.emitReserved(\"drain\");\n }, this.setTimeoutFn);\n }\n });\n }\n }\n doClose() {\n if (typeof this.ws !== \"undefined\") {\n this.ws.close();\n this.ws = null;\n }\n }\n /**\n * Generates uri for connection.\n *\n * @private\n */\n uri() {\n let query = this.query || {};\n const schema = this.opts.secure ? \"wss\" : \"ws\";\n let port = \"\";\n // avoid port if default for schema\n if (this.opts.port &&\n ((\"wss\" === schema && Number(this.opts.port) !== 443) ||\n (\"ws\" === schema && Number(this.opts.port) !== 80))) {\n port = \":\" + this.opts.port;\n }\n // append timestamp to URI\n if (this.opts.timestampRequests) {\n query[this.opts.timestampParam] = yeast();\n }\n // communicate binary support capabilities\n if (!this.supportsBinary) {\n query.b64 = 1;\n }\n const encodedQuery = encode(query);\n const ipv6 = this.opts.hostname.indexOf(\":\") !== -1;\n return (schema +\n \"://\" +\n (ipv6 ? \"[\" + this.opts.hostname + \"]\" : this.opts.hostname) +\n port +\n this.opts.path +\n (encodedQuery.length ? \"?\" + encodedQuery : \"\"));\n }\n /**\n * Feature detection for WebSocket.\n *\n * @return {Boolean} whether this transport is available.\n * @private\n */\n check() {\n return !!WebSocket;\n }\n}\n","import { Polling } from \"./polling.js\";\nimport { WS } from \"./websocket.js\";\nexport const transports = {\n websocket: WS,\n polling: Polling,\n};\n","// imported from https://github.com/galkn/parseuri\n/**\n * Parses a URI\n *\n * Note: we could also have used the built-in URL object, but it isn't supported on all platforms.\n *\n * See:\n * - https://developer.mozilla.org/en-US/docs/Web/API/URL\n * - https://caniuse.com/url\n * - https://www.rfc-editor.org/rfc/rfc3986#appendix-B\n *\n * History of the parse() method:\n * - first commit: https://github.com/socketio/socket.io-client/commit/4ee1d5d94b3906a9c052b459f1a818b15f38f91c\n * - export into its own module: https://github.com/socketio/engine.io-client/commit/de2c561e4564efeb78f1bdb1ba39ef81b2822cb3\n * - reimport: https://github.com/socketio/engine.io-client/commit/df32277c3f6d622eec5ed09f493cae3f3391d242\n *\n * @author Steven Levithan <stevenlevithan.com> (MIT license)\n * @api private\n */\nconst re = /^(?:(?![^:@\\/?#]+:[^:@\\/]*@)(http|https|ws|wss):\\/\\/)?((?:(([^:@\\/?#]*)(?::([^:@\\/?#]*))?)?@)?((?:[a-f0-9]{0,4}:){2,7}[a-f0-9]{0,4}|[^:\\/?#]*)(?::(\\d*))?)(((\\/(?:[^?#](?![^?#\\/]*\\.[^?#\\/.]+(?:[?#]|$)))*\\/?)?([^?#\\/]*))(?:\\?([^#]*))?(?:#(.*))?)/;\nconst parts = [\n 'source', 'protocol', 'authority', 'userInfo', 'user', 'password', 'host', 'port', 'relative', 'path', 'directory', 'file', 'query', 'anchor'\n];\nexport function parse(str) {\n const src = str, b = str.indexOf('['), e = str.indexOf(']');\n if (b != -1 && e != -1) {\n str = str.substring(0, b) + str.substring(b, e).replace(/:/g, ';') + str.substring(e, str.length);\n }\n let m = re.exec(str || ''), uri = {}, i = 14;\n while (i--) {\n uri[parts[i]] = m[i] || '';\n }\n if (b != -1 && e != -1) {\n uri.source = src;\n uri.host = uri.host.substring(1, uri.host.length - 1).replace(/;/g, ':');\n uri.authority = uri.authority.replace('[', '').replace(']', '').replace(/;/g, ':');\n uri.ipv6uri = true;\n }\n uri.pathNames = pathNames(uri, uri['path']);\n uri.queryKey = queryKey(uri, uri['query']);\n return uri;\n}\nfunction pathNames(obj, path) {\n const regx = /\\/{2,9}/g, names = path.replace(regx, \"/\").split(\"/\");\n if (path.slice(0, 1) == '/' || path.length === 0) {\n names.splice(0, 1);\n }\n if (path.slice(-1) == '/') {\n names.splice(names.length - 1, 1);\n }\n return names;\n}\nfunction queryKey(uri, query) {\n const data = {};\n query.replace(/(?:^|&)([^&=]*)=?([^&]*)/g, function ($0, $1, $2) {\n if ($1) {\n data[$1] = $2;\n }\n });\n return data;\n}\n","import { transports } from \"./transports/index.js\";\nimport { installTimerFunctions, byteLength } from \"./util.js\";\nimport { decode } from \"./contrib/parseqs.js\";\nimport { parse } from \"./contrib/parseuri.js\";\nimport { Emitter } from \"@socket.io/component-emitter\";\nimport { protocol } from \"engine.io-parser\";\nexport class Socket extends Emitter {\n /**\n * Socket constructor.\n *\n * @param {String|Object} uri - uri or options\n * @param {Object} opts - options\n */\n constructor(uri, opts = {}) {\n super();\n this.writeBuffer = [];\n if (uri && \"object\" === typeof uri) {\n opts = uri;\n uri = null;\n }\n if (uri) {\n uri = parse(uri);\n opts.hostname = uri.host;\n opts.secure = uri.protocol === \"https\" || uri.protocol === \"wss\";\n opts.port = uri.port;\n if (uri.query)\n opts.query = uri.query;\n }\n else if (opts.host) {\n opts.hostname = parse(opts.host).host;\n }\n installTimerFunctions(this, opts);\n this.secure =\n null != opts.secure\n ? opts.secure\n : typeof location !== \"undefined\" && \"https:\" === location.protocol;\n if (opts.hostname && !opts.port) {\n // if no port is specified manually, use the protocol default\n opts.port = this.secure ? \"443\" : \"80\";\n }\n this.hostname =\n opts.hostname ||\n (typeof location !== \"undefined\" ? location.hostname : \"localhost\");\n this.port =\n opts.port ||\n (typeof location !== \"undefined\" && location.port\n ? location.port\n : this.secure\n ? \"443\"\n : \"80\");\n this.transports = opts.transports || [\"polling\", \"websocket\"];\n this.writeBuffer = [];\n this.prevBufferLen = 0;\n this.opts = Object.assign({\n path: \"/engine.io\",\n agent: false,\n withCredentials: false,\n upgrade: true,\n timestampParam: \"t\",\n rememberUpgrade: false,\n addTrailingSlash: true,\n rejectUnauthorized: true,\n perMessageDeflate: {\n threshold: 1024,\n },\n transportOptions: {},\n closeOnBeforeunload: true,\n }, opts);\n this.opts.path =\n this.opts.path.replace(/\\/$/, \"\") +\n (this.opts.addTrailingSlash ? \"/\" : \"\");\n if (typeof this.opts.query === \"string\") {\n this.opts.query = decode(this.opts.query);\n }\n // set on handshake\n this.id = null;\n this.upgrades = null;\n this.pingInterval = null;\n this.pingTimeout = null;\n // set on heartbeat\n this.pingTimeoutTimer = null;\n if (typeof addEventListener === \"function\") {\n if (this.opts.closeOnBeforeunload) {\n // Firefox closes the connection when the \"beforeunload\" event is emitted but not Chrome. This event listener\n // ensures every browser behaves the same (no \"disconnect\" event at the Socket.IO level when the page is\n // closed/reloaded)\n this.beforeunloadEventListener = () => {\n if (this.transport) {\n // silently close the transport\n this.transport.removeAllListeners();\n this.transport.close();\n }\n };\n addEventListener(\"beforeunload\", this.beforeunloadEventListener, false);\n }\n if (this.hostname !== \"localhost\") {\n this.offlineEventListener = () => {\n this.onClose(\"transport close\", {\n description: \"network connection lost\",\n });\n };\n addEventListener(\"offline\", this.offlineEventListener, false);\n }\n }\n this.open();\n }\n /**\n * Creates transport of the given type.\n *\n * @param {String} name - transport name\n * @return {Transport}\n * @private\n */\n createTransport(name) {\n const query = Object.assign({}, this.opts.query);\n // append engine.io protocol identifier\n query.EIO = protocol;\n // transport name\n query.transport = name;\n // session id if we already have one\n if (this.id)\n query.sid = this.id;\n const opts = Object.assign({}, this.opts.transportOptions[name], this.opts, {\n query,\n socket: this,\n hostname: this.hostname,\n secure: this.secure,\n port: this.port,\n });\n return new transports[name](opts);\n }\n /**\n * Initializes transport to use and starts probe.\n *\n * @private\n */\n open() {\n let transport;\n if (this.opts.rememberUpgrade &&\n Socket.priorWebsocketSuccess &&\n this.transports.indexOf(\"websocket\") !== -1) {\n transport = \"websocket\";\n }\n else if (0 === this.transports.length) {\n // Emit error on next tick so it can be listened to\n this.setTimeoutFn(() => {\n this.emitReserved(\"error\", \"No transports available\");\n }, 0);\n return;\n }\n else {\n transport = this.transports[0];\n }\n this.readyState = \"opening\";\n // Retry with the next transport if the transport is disabled (jsonp: false)\n try {\n transport = this.createTransport(transport);\n }\n catch (e) {\n this.transports.shift();\n this.open();\n return;\n }\n transport.open();\n this.setTransport(transport);\n }\n /**\n * Sets the current transport. Disables the existing one (if any).\n *\n * @private\n */\n setTransport(transport) {\n if (this.transport) {\n this.transport.removeAllListeners();\n }\n // set up transport\n this.transport = transport;\n // set up transport listeners\n transport\n .on(\"drain\", this.onDrain.bind(this))\n .on(\"packet\", this.onPacket.bind(this))\n .on(\"error\", this.onError.bind(this))\n .on(\"close\", (reason) => this.onClose(\"transport close\", reason));\n }\n /**\n * Probes a transport.\n *\n * @param {String} name - transport name\n * @private\n */\n probe(name) {\n let transport = this.createTransport(name);\n let failed = false;\n Socket.priorWebsocketSuccess = false;\n const onTransportOpen = () => {\n if (failed)\n return;\n transport.send([{ type: \"ping\", data: \"probe\" }]);\n transport.once(\"packet\", (msg) => {\n if (failed)\n return;\n if (\"pong\" === msg.type && \"probe\" === msg.data) {\n this.upgrading = true;\n this.emitReserved(\"upgrading\", transport);\n if (!transport)\n return;\n Socket.priorWebsocketSuccess = \"websocket\" === transport.name;\n this.transport.pause(() => {\n if (failed)\n return;\n if (\"closed\" === this.readyState)\n return;\n cleanup();\n this.setTransport(transport);\n transport.send([{ type: \"upgrade\" }]);\n this.emitReserved(\"upgrade\", transport);\n transport = null;\n this.upgrading = false;\n this.flush();\n });\n }\n else {\n const err = new Error(\"probe error\");\n // @ts-ignore\n err.transport = transport.name;\n this.emitReserved(\"upgradeError\", err);\n }\n });\n };\n function freezeTransport() {\n if (failed)\n return;\n // Any callback called by transport should be ignored since now\n failed = true;\n cleanup();\n transport.close();\n transport = null;\n }\n // Handle any error that happens while probing\n const onerror = (err) => {\n const error = new Error(\"probe error: \" + err);\n // @ts-ignore\n error.transport = transport.name;\n freezeTransport();\n this.emitReserved(\"upgradeError\", error);\n };\n function onTransportClose() {\n onerror(\"transport closed\");\n }\n // When the socket is closed while we're probing\n function onclose() {\n onerror(\"socket closed\");\n }\n // When the socket is upgraded while we're probing\n function onupgrade(to) {\n if (transport && to.name !== transport.name) {\n freezeTransport();\n }\n }\n // Remove all listeners on the transport and on self\n const cleanup = () => {\n transport.removeListener(\"open\", onTransportOpen);\n transport.removeListener(\"error\", onerror);\n transport.removeListener(\"close\", onTransportClose);\n this.off(\"close\", onclose);\n this.off(\"upgrading\", onupgrade);\n };\n transport.once(\"open\", onTransportOpen);\n transport.once(\"error\", onerror);\n transport.once(\"close\", onTransportClose);\n this.once(\"close\", onclose);\n this.once(\"upgrading\", onupgrade);\n transport.open();\n }\n /**\n * Called when connection is deemed open.\n *\n * @private\n */\n onOpen() {\n this.readyState = \"open\";\n Socket.priorWebsocketSuccess = \"websocket\" === this.transport.name;\n this.emitReserved(\"open\");\n this.flush();\n // we check for `readyState` in case an `open`\n // listener already closed the socket\n if (\"open\" === this.readyState && this.opts.upgrade) {\n let i = 0;\n const l = this.upgrades.length;\n for (; i < l; i++) {\n this.probe(this.upgrades[i]);\n }\n }\n }\n /**\n * Handles a packet.\n *\n * @private\n */\n onPacket(packet) {\n if (\"opening\" === this.readyState ||\n \"open\" === this.readyState ||\n \"closing\" === this.readyState) {\n this.emitReserved(\"packet\", packet);\n // Socket is live - any packet counts\n this.emitReserved(\"heartbeat\");\n switch (packet.type) {\n case \"open\":\n this.onHandshake(JSON.parse(packet.data));\n break;\n case \"ping\":\n this.resetPingTimeout();\n this.sendPacket(\"pong\");\n this.emitReserved(\"ping\");\n this.emitReserved(\"pong\");\n break;\n case \"error\":\n const err = new Error(\"server error\");\n // @ts-ignore\n err.code = packet.data;\n this.onError(err);\n break;\n case \"message\":\n this.emitReserved(\"data\", packet.data);\n this.emitReserved(\"message\", packet.data);\n break;\n }\n }\n else {\n }\n }\n /**\n * Called upon handshake completion.\n *\n * @param {Object} data - handshake obj\n * @private\n */\n onHandshake(data) {\n this.emitReserved(\"handshake\", data);\n this.id = data.sid;\n this.transport.query.sid = data.sid;\n this.upgrades = this.filterUpgrades(data.upgrades);\n this.pingInterval = data.pingInterval;\n this.pingTimeout = data.pingTimeout;\n this.maxPayload = data.maxPayload;\n this.onOpen();\n // In case open handler closes socket\n if (\"closed\" === this.readyState)\n return;\n this.resetPingTimeout();\n }\n /**\n * Sets and resets ping timeout timer based on server pings.\n *\n * @private\n */\n resetPingTimeout() {\n this.clearTimeoutFn(this.pingTimeoutTimer);\n this.pingTimeoutTimer = this.setTimeoutFn(() => {\n this.onClose(\"ping timeout\");\n }, this.pingInterval + this.pingTimeout);\n if (this.opts.autoUnref) {\n this.pingTimeoutTimer.unref();\n }\n }\n /**\n * Called on `drain` event\n *\n * @private\n */\n onDrain() {\n this.writeBuffer.splice(0, this.prevBufferLen);\n // setting prevBufferLen = 0 is very important\n // for example, when upgrading, upgrade packet is sent over,\n // and a nonzero prevBufferLen could cause problems on `drain`\n this.prevBufferLen = 0;\n if (0 === this.writeBuffer.length) {\n this.emitReserved(\"drain\");\n }\n else {\n this.flush();\n }\n }\n /**\n * Flush write buffers.\n *\n * @private\n */\n flush() {\n if (\"closed\" !== this.readyState &&\n this.transport.writable &&\n !this.upgrading &&\n this.writeBuffer.length) {\n const packets = this.getWritablePackets();\n this.transport.send(packets);\n // keep track of current length of writeBuffer\n // splice writeBuffer and callbackBuffer on `drain`\n this.prevBufferLen = packets.length;\n this.emitReserved(\"flush\");\n }\n }\n /**\n * Ensure the encoded size of the writeBuffer is below the maxPayload value sent by the server (only for HTTP\n * long-polling)\n *\n * @private\n */\n getWritablePackets() {\n const shouldCheckPayloadSize = this.maxPayload &&\n this.transport.name === \"polling\" &&\n this.writeBuffer.length > 1;\n if (!shouldCheckPayloadSize) {\n return this.writeBuffer;\n }\n let payloadSize = 1; // first packet type\n for (let i = 0; i < this.writeBuffer.length; i++) {\n const data = this.writeBuffer[i].data;\n if (data) {\n payloadSize += byteLength(data);\n }\n if (i > 0 && payloadSize > this.maxPayload) {\n return this.writeBuffer.slice(0, i);\n }\n payloadSize += 2; // separator + packet type\n }\n return this.writeBuffer;\n }\n /**\n * Sends a message.\n *\n * @param {String} msg - message.\n * @param {Object} options.\n * @param {Function} callback function.\n * @return {Socket} for chaining.\n */\n write(msg, options, fn) {\n this.sendPacket(\"message\", msg, options, fn);\n return this;\n }\n send(msg, options, fn) {\n this.sendPacket(\"message\", msg, options, fn);\n return this;\n }\n /**\n * Sends a packet.\n *\n * @param {String} type: packet type.\n * @param {String} data.\n * @param {Object} options.\n * @param {Function} fn - callback function.\n * @private\n */\n sendPacket(type, data, options, fn) {\n if (\"function\" === typeof data) {\n fn = data;\n data = undefined;\n }\n if (\"function\" === typeof options) {\n fn = options;\n options = null;\n }\n if (\"closing\" === this.readyState || \"closed\" === this.readyState) {\n return;\n }\n options = options || {};\n options.compress = false !== options.compress;\n const packet = {\n type: type,\n data: data,\n options: options,\n };\n this.emitReserved(\"packetCreate\", packet);\n this.writeBuffer.push(packet);\n if (fn)\n this.once(\"flush\", fn);\n this.flush();\n }\n /**\n * Closes the connection.\n */\n close() {\n const close = () => {\n this.onClose(\"forced close\");\n this.transport.close();\n };\n const cleanupAndClose = () => {\n this.off(\"upgrade\", cleanupAndClose);\n this.off(\"upgradeError\", cleanupAndClose);\n close();\n };\n const waitForUpgrade = () => {\n // wait for upgrade to finish since we can't send packets while pausing a transport\n this.once(\"upgrade\", cleanupAndClose);\n this.once(\"upgradeError\", cleanupAndClose);\n };\n if (\"opening\" === this.readyState || \"open\" === this.readyState) {\n this.readyState = \"closing\";\n if (this.writeBuffer.length) {\n this.once(\"drain\", () => {\n if (this.upgrading) {\n waitForUpgrade();\n }\n else {\n close();\n }\n });\n }\n else if (this.upgrading) {\n waitForUpgrade();\n }\n else {\n close();\n }\n }\n return this;\n }\n /**\n * Called upon transport error\n *\n * @private\n */\n onError(err) {\n Socket.priorWebsocketSuccess = false;\n this.emitReserved(\"error\", err);\n this.onClose(\"transport error\", err);\n }\n /**\n * Called upon transport close.\n *\n * @private\n */\n onClose(reason, description) {\n if (\"opening\" === this.readyState ||\n \"open\" === this.readyState ||\n \"closing\" === this.readyState) {\n // clear timers\n this.clearTimeoutFn(this.pingTimeoutTimer);\n // stop event from firing again for transport\n this.transport.removeAllListeners(\"close\");\n // ensure transport won't stay open\n this.transport.close();\n // ignore further transport communication\n this.transport.removeAllListeners();\n if (typeof removeEventListener === \"function\") {\n removeEventListener(\"beforeunload\", this.beforeunloadEventListener, false);\n removeEventListener(\"offline\", this.offlineEventListener, false);\n }\n // set ready state\n this.readyState = \"closed\";\n // clear session id\n this.id = null;\n // emit close event\n this.emitReserved(\"close\", reason, description);\n // clean buffers after, so users can still\n // grab the buffers on `close` event\n this.writeBuffer = [];\n this.prevBufferLen = 0;\n }\n }\n /**\n * Filters upgrades, returning only those matching client transports.\n *\n * @param {Array} upgrades - server upgrades\n * @private\n */\n filterUpgrades(upgrades) {\n const filteredUpgrades = [];\n let i = 0;\n const j = upgrades.length;\n for (; i < j; i++) {\n if (~this.transports.indexOf(upgrades[i]))\n filteredUpgrades.push(upgrades[i]);\n }\n return filteredUpgrades;\n }\n}\nSocket.protocol = protocol;\n","const withNativeArrayBuffer = typeof ArrayBuffer === \"function\";\nconst isView = (obj) => {\n return typeof ArrayBuffer.isView === \"function\"\n ? ArrayBuffer.isView(obj)\n : obj.buffer instanceof ArrayBuffer;\n};\nconst toString = Object.prototype.toString;\nconst withNativeBlob = typeof Blob === \"function\" ||\n (typeof Blob !== \"undefined\" &&\n toString.call(Blob) === \"[object BlobConstructor]\");\nconst withNativeFile = typeof File === \"function\" ||\n (typeof File !== \"undefined\" &&\n toString.call(File) === \"[object FileConstructor]\");\n/**\n * Returns true if obj is a Buffer, an ArrayBuffer, a Blob or a File.\n *\n * @private\n */\nexport function isBinary(obj) {\n return ((withNativeArrayBuffer && (obj instanceof ArrayBuffer || isView(obj))) ||\n (withNativeBlob && obj instanceof Blob) ||\n (withNativeFile && obj instanceof File));\n}\nexport function hasBinary(obj, toJSON) {\n if (!obj || typeof obj !== \"object\") {\n return false;\n }\n if (Array.isArray(obj)) {\n for (let i = 0, l = obj.length; i < l; i++) {\n if (hasBinary(obj[i])) {\n return true;\n }\n }\n return false;\n }\n if (isBinary(obj)) {\n return true;\n }\n if (obj.toJSON &&\n typeof obj.toJSON === \"function\" &&\n arguments.length === 1) {\n return hasBinary(obj.toJSON(), true);\n }\n for (const key in obj) {\n if (Object.prototype.hasOwnProperty.call(obj, key) && hasBinary(obj[key])) {\n return true;\n }\n }\n return false;\n}\n","import { isBinary } from \"./is-binary.js\";\n/**\n * Replaces every Buffer | ArrayBuffer | Blob | File in packet with a numbered placeholder.\n *\n * @param {Object} packet - socket.io event packet\n * @return {Object} with deconstructed packet and list of buffers\n * @public\n */\nexport function deconstructPacket(packet) {\n const buffers = [];\n const packetData = packet.data;\n const pack = packet;\n pack.data = _deconstructPacket(packetData, buffers);\n pack.attachments = buffers.length; // number of binary 'attachments'\n return { packet: pack, buffers: buffers };\n}\nfunction _deconstructPacket(data, buffers) {\n if (!data)\n return data;\n if (isBinary(data)) {\n const placeholder = { _placeholder: true, num: buffers.length };\n buffers.push(data);\n return placeholder;\n }\n else if (Array.isArray(data)) {\n const newData = new Array(data.length);\n for (let i = 0; i < data.length; i++) {\n newData[i] = _deconstructPacket(data[i], buffers);\n }\n return newData;\n }\n else if (typeof data === \"object\" && !(data instanceof Date)) {\n const newData = {};\n for (const key in data) {\n if (Object.prototype.hasOwnProperty.call(data, key)) {\n newData[key] = _deconstructPacket(data[key], buffers);\n }\n }\n return newData;\n }\n return data;\n}\n/**\n * Reconstructs a binary packet from its placeholder packet and buffers\n *\n * @param {Object} packet - event packet with placeholders\n * @param {Array} buffers - binary buffers to put in placeholder positions\n * @return {Object} reconstructed packet\n * @public\n */\nexport function reconstructPacket(packet, buffers) {\n packet.data = _reconstructPacket(packet.data, buffers);\n delete packet.attachments; // no longer useful\n return packet;\n}\nfunction _reconstructPacket(data, buffers) {\n if (!data)\n return data;\n if (data && data._placeholder === true) {\n const isIndexValid = typeof data.num === \"number\" &&\n data.num >= 0 &&\n data.num < buffers.length;\n if (isIndexValid) {\n return buffers[data.num]; // appropriate buffer (should be natural order anyway)\n }\n else {\n throw new Error(\"illegal attachments\");\n }\n }\n else if (Array.isArray(data)) {\n for (let i = 0; i < data.length; i++) {\n data[i] = _reconstructPacket(data[i], buffers);\n }\n }\n else if (typeof data === \"object\") {\n for (const key in data) {\n if (Object.prototype.hasOwnProperty.call(data, key)) {\n data[key] = _reconstructPacket(data[key], buffers);\n }\n }\n }\n return data;\n}\n","import { Emitter } from \"@socket.io/component-emitter\";\nimport { deconstructPacket, reconstructPacket } from \"./binary.js\";\nimport { isBinary, hasBinary } from \"./is-binary.js\";\n/**\n * Protocol version.\n *\n * @public\n */\nexport const protocol = 5;\nexport var PacketType;\n(function (PacketType) {\n PacketType[PacketType[\"CONNECT\"] = 0] = \"CONNECT\";\n PacketType[PacketType[\"DISCONNECT\"] = 1] = \"DISCONNECT\";\n PacketType[PacketType[\"EVENT\"] = 2] = \"EVENT\";\n PacketType[PacketType[\"ACK\"] = 3] = \"ACK\";\n PacketType[PacketType[\"CONNECT_ERROR\"] = 4] = \"CONNECT_ERROR\";\n PacketType[PacketType[\"BINARY_EVENT\"] = 5] = \"BINARY_EVENT\";\n PacketType[PacketType[\"BINARY_ACK\"] = 6] = \"BINARY_ACK\";\n})(PacketType || (PacketType = {}));\n/**\n * A socket.io Encoder instance\n */\nexport class Encoder {\n /**\n * Encoder constructor\n *\n * @param {function} replacer - custom replacer to pass down to JSON.parse\n */\n constructor(replacer) {\n this.replacer = replacer;\n }\n /**\n * Encode a packet as a single string if non-binary, or as a\n * buffer sequence, depending on packet type.\n *\n * @param {Object} obj - packet object\n */\n encode(obj) {\n if (obj.type === PacketType.EVENT || obj.type === PacketType.ACK) {\n if (hasBinary(obj)) {\n return this.encodeAsBinary({\n type: obj.type === PacketType.EVENT\n ? PacketType.BINARY_EVENT\n : PacketType.BINARY_ACK,\n nsp: obj.nsp,\n data: obj.data,\n id: obj.id,\n });\n }\n }\n return [this.encodeAsString(obj)];\n }\n /**\n * Encode packet as string.\n */\n encodeAsString(obj) {\n // first is type\n let str = \"\" + obj.type;\n // attachments if we have them\n if (obj.type === PacketType.BINARY_EVENT ||\n obj.type === PacketType.BINARY_ACK) {\n str += obj.attachments + \"-\";\n }\n // if we have a namespace other than `/`\n // we append it followed by a comma `,`\n if (obj.nsp && \"/\" !== obj.nsp) {\n str += obj.nsp + \",\";\n }\n // immediately followed by the id\n if (null != obj.id) {\n str += obj.id;\n }\n // json data\n if (null != obj.data) {\n str += JSON.stringify(obj.data, this.replacer);\n }\n return str;\n }\n /**\n * Encode packet as 'buffer sequence' by removing blobs, and\n * deconstructing packet into object with placeholders and\n * a list of buffers.\n */\n encodeAsBinary(obj) {\n const deconstruction = deconstructPacket(obj);\n const pack = this.encodeAsString(deconstruction.packet);\n const buffers = deconstruction.buffers;\n buffers.unshift(pack); // add packet info to beginning of data list\n return buffers; // write all the buffers\n }\n}\n/**\n * A socket.io Decoder instance\n *\n * @return {Object} decoder\n */\nexport class Decoder extends Emitter {\n /**\n * Decoder constructor\n *\n * @param {function} reviver - custom reviver to pass down to JSON.stringify\n */\n constructor(reviver) {\n super();\n this.reviver = reviver;\n }\n /**\n * Decodes an encoded packet string into packet JSON.\n *\n * @param {String} obj - encoded packet\n */\n add(obj) {\n let packet;\n if (typeof obj === \"string\") {\n if (this.reconstructor) {\n throw new Error(\"got plaintext data when reconstructing a packet\");\n }\n packet = this.decodeString(obj);\n const isBinaryEvent = packet.type === PacketType.BINARY_EVENT;\n if (isBinaryEvent || packet.type === PacketType.BINARY_ACK) {\n packet.type = isBinaryEvent ? PacketType.EVENT : PacketType.ACK;\n // binary packet's json\n this.reconstructor = new BinaryReconstructor(packet);\n // no attachments, labeled binary but no binary data to follow\n if (packet.attachments === 0) {\n super.emitReserved(\"decoded\", packet);\n }\n }\n else {\n // non-binary full packet\n super.emitReserved(\"decoded\", packet);\n }\n }\n else if (isBinary(obj) || obj.base64) {\n // raw binary data\n if (!this.reconstructor) {\n throw new Error(\"got binary data when not reconstructing a packet\");\n }\n else {\n packet = this.reconstructor.takeBinaryData(obj);\n if (packet) {\n // received final buffer\n this.reconstructor = null;\n super.emitReserved(\"decoded\", packet);\n }\n }\n }\n else {\n throw new Error(\"Unknown type: \" + obj);\n }\n }\n /**\n * Decode a packet String (JSON data)\n *\n * @param {String} str\n * @return {Object} packet\n */\n decodeString(str) {\n let i = 0;\n // look up type\n const p = {\n type: Number(str.charAt(0)),\n };\n if (PacketType[p.type] === undefined) {\n throw new Error(\"unknown packet type \" + p.type);\n }\n // look up attachments if type binary\n if (p.type === PacketType.BINARY_EVENT ||\n p.type === PacketType.BINARY_ACK) {\n const start = i + 1;\n while (str.charAt(++i) !== \"-\" && i != str.length) { }\n const buf = str.substring(start, i);\n if (buf != Number(buf) || str.charAt(i) !== \"-\") {\n throw new Error(\"Illegal attachments\");\n }\n p.attachments = Number(buf);\n }\n // look up namespace (if any)\n if (\"/\" === str.charAt(i + 1)) {\n const start = i + 1;\n while (++i) {\n const c = str.charAt(i);\n if (\",\" === c)\n break;\n if (i === str.length)\n break;\n }\n p.nsp = str.substring(start, i);\n }\n else {\n p.nsp = \"/\";\n }\n // look up id\n const next = str.charAt(i + 1);\n if (\"\" !== next && Number(next) == next) {\n const start = i + 1;\n while (++i) {\n const c = str.charAt(i);\n if (null == c || Number(c) != c) {\n --i;\n break;\n }\n if (i === str.length)\n break;\n }\n p.id = Number(str.substring(start, i + 1));\n }\n // look up json data\n if (str.charAt(++i)) {\n const payload = this.tryParse(str.substr(i));\n if (Decoder.isPayloadValid(p.type, payload)) {\n p.data = payload;\n }\n else {\n throw new Error(\"invalid payload\");\n }\n }\n return p;\n }\n tryParse(str) {\n try {\n return JSON.parse(str, this.reviver);\n }\n catch (e) {\n return false;\n }\n }\n static isPayloadValid(type, payload) {\n switch (type) {\n case PacketType.CONNECT:\n return typeof payload === \"object\";\n case PacketType.DISCONNECT:\n return payload === undefined;\n case PacketType.CONNECT_ERROR:\n return typeof payload === \"string\" || typeof payload === \"object\";\n case PacketType.EVENT:\n case PacketType.BINARY_EVENT:\n return Array.isArray(payload) && payload.length > 0;\n case PacketType.ACK:\n case PacketType.BINARY_ACK:\n return Array.isArray(payload);\n }\n }\n /**\n * Deallocates a parser's resources\n */\n destroy() {\n if (this.reconstructor) {\n this.reconstructor.finishedReconstruction();\n this.reconstructor = null;\n }\n }\n}\n/**\n * A manager of a binary event's 'buffer sequence'. Should\n * be constructed whenever a packet of type BINARY_EVENT is\n * decoded.\n *\n * @param {Object} packet\n * @return {BinaryReconstructor} initialized reconstructor\n */\nclass BinaryReconstructor {\n constructor(packet) {\n this.packet = packet;\n this.buffers = [];\n this.reconPack = packet;\n }\n /**\n * Method to be called when binary data received from connection\n * after a BINARY_EVENT packet.\n *\n * @param {Buffer | ArrayBuffer} binData - the raw binary data received\n * @return {null | Object} returns null if more binary data is expected or\n * a reconstructed packet object if all buffers have been received.\n */\n takeBinaryData(binData) {\n this.buffers.push(binData);\n if (this.buffers.length === this.reconPack.attachments) {\n // done with buffer list\n const packet = reconstructPacket(this.reconPack, this.buffers);\n this.finishedReconstruction();\n return packet;\n }\n return null;\n }\n /**\n * Cleans up binary packet reconstruction variables.\n */\n finishedReconstruction() {\n this.reconPack = null;\n this.buffers = [];\n }\n}\n","export function on(obj, ev, fn) {\n obj.on(ev, fn);\n return function subDestroy() {\n obj.off(ev, fn);\n };\n}\n","import { PacketType } from \"socket.io-parser\";\nimport { on } from \"./on.js\";\nimport { Emitter, } from \"@socket.io/component-emitter\";\n/**\n * Internal events.\n * These events can't be emitted by the user.\n */\nconst RESERVED_EVENTS = Object.freeze({\n connect: 1,\n connect_error: 1,\n disconnect: 1,\n disconnecting: 1,\n // EventEmitter reserved events: https://nodejs.org/api/events.html#events_event_newlistener\n newListener: 1,\n removeListener: 1,\n});\n/**\n * A Socket is the fundamental class for interacting with the server.\n *\n * A Socket belongs to a certain Namespace (by default /) and uses an underlying {@link Manager} to communicate.\n *\n * @example\n * const socket = io();\n *\n * socket.on(\"connect\", () => {\n * console.log(\"connected\");\n * });\n *\n * // send an event to the server\n * socket.emit(\"foo\", \"bar\");\n *\n * socket.on(\"foobar\", () => {\n * // an event was received from the server\n * });\n *\n * // upon disconnection\n * socket.on(\"disconnect\", (reason) => {\n * console.log(`disconnected due to ${reason}`);\n * });\n */\nexport class Socket extends Emitter {\n /**\n * `Socket` constructor.\n */\n constructor(io, nsp, opts) {\n super();\n /**\n * Whether the socket is currently connected to the server.\n *\n * @example\n * const socket = io();\n *\n * socket.on(\"connect\", () => {\n * console.log(socket.connected); // true\n * });\n *\n * socket.on(\"disconnect\", () => {\n * console.log(socket.connected); // false\n * });\n */\n this.connected = false;\n /**\n * Whether the connection state was recovered after a temporary disconnection. In that case, any missed packets will\n * be transmitted by the server.\n */\n this.recovered = false;\n /**\n * Buffer for packets received before the CONNECT packet\n */\n this.receiveBuffer = [];\n /**\n * Buffer for packets that will be sent once the socket is connected\n */\n this.sendBuffer = [];\n /**\n * The queue of packets to be sent with retry in case of failure.\n *\n * Packets are sent one by one, each waiting for the server acknowledgement, in order to guarantee the delivery order.\n * @private\n */\n this._queue = [];\n /**\n * A sequence to generate the ID of the {@link QueuedPacket}.\n * @private\n */\n this._queueSeq = 0;\n this.ids = 0;\n this.acks = {};\n this.flags = {};\n this.io = io;\n this.nsp = nsp;\n if (opts && opts.auth) {\n this.auth = opts.auth;\n }\n this._opts = Object.assign({}, opts);\n if (this.io._autoConnect)\n this.open();\n }\n /**\n * Whether the socket is currently disconnected\n *\n * @example\n * const socket = io();\n *\n * socket.on(\"connect\", () => {\n * console.log(socket.disconnected); // false\n * });\n *\n * socket.on(\"disconnect\", () => {\n * console.log(socket.disconnected); // true\n * });\n */\n get disconnected() {\n return !this.connected;\n }\n /**\n * Subscribe to open, close and packet events\n *\n * @private\n */\n subEvents() {\n if (this.subs)\n return;\n const io = this.io;\n this.subs = [\n on(io, \"open\", this.onopen.bind(this)),\n on(io, \"packet\", this.onpacket.bind(this)),\n on(io, \"error\", this.onerror.bind(this)),\n on(io, \"close\", this.onclose.bind(this)),\n ];\n }\n /**\n * Whether the Socket will try to reconnect when its Manager connects or reconnects.\n *\n * @example\n * const socket = io();\n *\n * console.log(socket.active); // true\n *\n * socket.on(\"disconnect\", (reason) => {\n * if (reason === \"io server disconnect\") {\n * // the disconnection was initiated by the server, you need to manually reconnect\n * console.log(socket.active); // false\n * }\n * // else the socket will automatically try to reconnect\n * console.log(socket.active); // true\n * });\n */\n get active() {\n return !!this.subs;\n }\n /**\n * \"Opens\" the socket.\n *\n * @example\n * const socket = io({\n * autoConnect: false\n * });\n *\n * socket.connect();\n */\n connect() {\n if (this.connected)\n return this;\n this.subEvents();\n if (!this.io[\"_reconnecting\"])\n this.io.open(); // ensure open\n if (\"open\" === this.io._readyState)\n this.onopen();\n return this;\n }\n /**\n * Alias for {@link connect()}.\n */\n open() {\n return this.connect();\n }\n /**\n * Sends a `message` event.\n *\n * This method mimics the WebSocket.send() method.\n *\n * @see https://developer.mozilla.org/en-US/docs/Web/API/WebSocket/send\n *\n * @example\n * socket.send(\"hello\");\n *\n * // this is equivalent to\n * socket.emit(\"message\", \"hello\");\n *\n * @return self\n */\n send(...args) {\n args.unshift(\"message\");\n this.emit.apply(this, args);\n return this;\n }\n /**\n * Override `emit`.\n * If the event is in `events`, it's emitted normally.\n *\n * @example\n * socket.emit(\"hello\", \"world\");\n *\n * // all serializable datastructures are supported (no need to call JSON.stringify)\n * socket.emit(\"hello\", 1, \"2\", { 3: [\"4\"], 5: Uint8Array.from([6]) });\n *\n * // with an acknowledgement from the server\n * socket.emit(\"hello\", \"world\", (val) => {\n * // ...\n * });\n *\n * @return self\n */\n emit(ev, ...args) {\n if (RESERVED_EVENTS.hasOwnProperty(ev)) {\n throw new Error('\"' + ev.toString() + '\" is a reserved event name');\n }\n args.unshift(ev);\n if (this._opts.retries && !this.flags.fromQueue && !this.flags.volatile) {\n this._addToQueue(args);\n return this;\n }\n const packet = {\n type: PacketType.EVENT,\n data: args,\n };\n packet.options = {};\n packet.options.compress = this.flags.compress !== false;\n // event ack callback\n if (\"function\" === typeof args[args.length - 1]) {\n const id = this.ids++;\n const ack = args.pop();\n this._registerAckCallback(id, ack);\n packet.id = id;\n }\n const isTransportWritable = this.io.engine &&\n this.io.engine.transport &&\n this.io.engine.transport.writable;\n const discardPacket = this.flags.volatile && (!isTransportWritable || !this.connected);\n if (discardPacket) {\n }\n else if (this.connected) {\n this.notifyOutgoingListeners(packet);\n this.packet(packet);\n }\n else {\n this.sendBuffer.push(packet);\n }\n this.flags = {};\n return this;\n }\n /**\n * @private\n */\n _registerAckCallback(id, ack) {\n var _a;\n const timeout = (_a = this.flags.timeout) !== null && _a !== void 0 ? _a : this._opts.ackTimeout;\n if (timeout === undefined) {\n this.acks[id] = ack;\n return;\n }\n // @ts-ignore\n const timer = this.io.setTimeoutFn(() => {\n delete this.acks[id];\n for (let i = 0; i < this.sendBuffer.length; i++) {\n if (this.sendBuffer[i].id === id) {\n this.sendBuffer.splice(i, 1);\n }\n }\n ack.call(this, new Error(\"operation has timed out\"));\n }, timeout);\n this.acks[id] = (...args) => {\n // @ts-ignore\n this.io.clearTimeoutFn(timer);\n ack.apply(this, [null, ...args]);\n };\n }\n /**\n * Emits an event and waits for an acknowledgement\n *\n * @example\n * // without timeout\n * const response = await socket.emitWithAck(\"hello\", \"world\");\n *\n * // with a specific timeout\n * try {\n * const response = await socket.timeout(1000).emitWithAck(\"hello\", \"world\");\n * } catch (err) {\n * // the server did not acknowledge the event in the given delay\n * }\n *\n * @return a Promise that will be fulfilled when the server acknowledges the event\n */\n emitWithAck(ev, ...args) {\n // the timeout flag is optional\n const withErr = this.flags.timeout !== undefined || this._opts.ackTimeout !== undefined;\n return new Promise((resolve, reject) => {\n args.push((arg1, arg2) => {\n if (withErr) {\n return arg1 ? reject(arg1) : resolve(arg2);\n }\n else {\n return resolve(arg1);\n }\n });\n this.emit(ev, ...args);\n });\n }\n /**\n * Add the packet to the queue.\n * @param args\n * @private\n */\n _addToQueue(args) {\n let ack;\n if (typeof args[args.length - 1] === \"function\") {\n ack = args.pop();\n }\n const packet = {\n id: this._queueSeq++,\n tryCount: 0,\n pending: false,\n args,\n flags: Object.assign({ fromQueue: true }, this.flags),\n };\n args.push((err, ...responseArgs) => {\n if (packet !== this._queue[0]) {\n // the packet has already been acknowledged\n return;\n }\n const hasError = err !== null;\n if (hasError) {\n if (packet.tryCount > this._opts.retries) {\n this._queue.shift();\n if (ack) {\n ack(err);\n }\n }\n }\n else {\n this._queue.shift();\n if (ack) {\n ack(null, ...responseArgs);\n }\n }\n packet.pending = false;\n return this._drainQueue();\n });\n this._queue.push(packet);\n this._drainQueue();\n }\n /**\n * Send the first packet of the queue, and wait for an acknowledgement from the server.\n * @param force - whether to resend a packet that has not been acknowledged yet\n *\n * @private\n */\n _drainQueue(force = false) {\n if (!this.connected || this._queue.length === 0) {\n return;\n }\n const packet = this._queue[0];\n if (packet.pending && !force) {\n return;\n }\n packet.pending = true;\n packet.tryCount++;\n this.flags = packet.flags;\n this.emit.apply(this, packet.args);\n }\n /**\n * Sends a packet.\n *\n * @param packet\n * @private\n */\n packet(packet) {\n packet.nsp = this.nsp;\n this.io._packet(packet);\n }\n /**\n * Called upon engine `open`.\n *\n * @private\n */\n onopen() {\n if (typeof this.auth == \"function\") {\n this.auth((data) => {\n this._sendConnectPacket(data);\n });\n }\n else {\n this._sendConnectPacket(this.auth);\n }\n }\n /**\n * Sends a CONNECT packet to initiate the Socket.IO session.\n *\n * @param data\n * @private\n */\n _sendConnectPacket(data) {\n this.packet({\n type: PacketType.CONNECT,\n data: this._pid\n ? Object.assign({ pid: this._pid, offset: this._lastOffset }, data)\n : data,\n });\n }\n /**\n * Called upon engine or manager `error`.\n *\n * @param err\n * @private\n */\n onerror(err) {\n if (!this.connected) {\n this.emitReserved(\"connect_error\", err);\n }\n }\n /**\n * Called upon engine `close`.\n *\n * @param reason\n * @param description\n * @private\n */\n onclose(reason, description) {\n this.connected = false;\n delete this.id;\n this.emitReserved(\"disconnect\", reason, description);\n }\n /**\n * Called with socket packet.\n *\n * @param packet\n * @private\n */\n onpacket(packet) {\n const sameNamespace = packet.nsp === this.nsp;\n if (!sameNamespace)\n return;\n switch (packet.type) {\n case PacketType.CONNECT:\n if (packet.data && packet.data.sid) {\n this.onconnect(packet.data.sid, packet.data.pid);\n }\n else {\n this.emitReserved(\"connect_error\", new Error(\"It seems you are trying to reach a Socket.IO server in v2.x with a v3.x client, but they are not compatible (more information here: https://socket.io/docs/v3/migrating-from-2-x-to-3-0/)\"));\n }\n break;\n case PacketType.EVENT:\n case PacketType.BINARY_EVENT:\n this.onevent(packet);\n break;\n case PacketType.ACK:\n case PacketType.BINARY_ACK:\n this.onack(packet);\n break;\n case PacketType.DISCONNECT:\n this.ondisconnect();\n break;\n case PacketType.CONNECT_ERROR:\n this.destroy();\n const err = new Error(packet.data.message);\n // @ts-ignore\n err.data = packet.data.data;\n this.emitReserved(\"connect_error\", err);\n break;\n }\n }\n /**\n * Called upon a server event.\n *\n * @param packet\n * @private\n */\n onevent(packet) {\n const args = packet.data || [];\n if (null != packet.id) {\n args.push(this.ack(packet.id));\n }\n if (this.connected) {\n this.emitEvent(args);\n }\n else {\n this.receiveBuffer.push(Object.freeze(args));\n }\n }\n emitEvent(args) {\n if (this._anyListeners && this._anyListeners.length) {\n const listeners = this._anyListeners.slice();\n for (const listener of listeners) {\n listener.apply(this, args);\n }\n }\n super.emit.apply(this, args);\n if (this._pid && args.length && typeof args[args.length - 1] === \"string\") {\n this._lastOffset = args[args.length - 1];\n }\n }\n /**\n * Produces an ack callback to emit with an event.\n *\n * @private\n */\n ack(id) {\n const self = this;\n let sent = false;\n return function (...args) {\n // prevent double callbacks\n if (sent)\n return;\n sent = true;\n self.packet({\n type: PacketType.ACK,\n id: id,\n data: args,\n });\n };\n }\n /**\n * Called upon a server acknowlegement.\n *\n * @param packet\n * @private\n */\n onack(packet) {\n const ack = this.acks[packet.id];\n if (\"function\" === typeof ack) {\n ack.apply(this, packet.data);\n delete this.acks[packet.id];\n }\n else {\n }\n }\n /**\n * Called upon server connect.\n *\n * @private\n */\n onconnect(id, pid) {\n this.id = id;\n this.recovered = pid && this._pid === pid;\n this._pid = pid; // defined only if connection state recovery is enabled\n this.connected = true;\n this.emitBuffered();\n this.emitReserved(\"connect\");\n this._drainQueue(true);\n }\n /**\n * Emit buffered events (received and emitted).\n *\n * @private\n */\n emitBuffered() {\n this.receiveBuffer.forEach((args) => this.emitEvent(args));\n this.receiveBuffer = [];\n this.sendBuffer.forEach((packet) => {\n this.notifyOutgoingListeners(packet);\n this.packet(packet);\n });\n this.sendBuffer = [];\n }\n /**\n * Called upon server disconnect.\n *\n * @private\n */\n ondisconnect() {\n this.destroy();\n this.onclose(\"io server disconnect\");\n }\n /**\n * Called upon forced client/server side disconnections,\n * this method ensures the manager stops tracking us and\n * that reconnections don't get triggered for this.\n *\n * @private\n */\n destroy() {\n if (this.subs) {\n // clean subscriptions to avoid reconnections\n this.subs.forEach((subDestroy) => subDestroy());\n this.subs = undefined;\n }\n this.io[\"_destroy\"](this);\n }\n /**\n * Disconnects the socket manually. In that case, the socket will not try to reconnect.\n *\n * If this is the last active Socket instance of the {@link Manager}, the low-level connection will be closed.\n *\n * @example\n * const socket = io();\n *\n * socket.on(\"disconnect\", (reason) => {\n * // console.log(reason); prints \"io client disconnect\"\n * });\n *\n * socket.disconnect();\n *\n * @return self\n */\n disconnect() {\n if (this.connected) {\n this.packet({ type: PacketType.DISCONNECT });\n }\n // remove socket from pool\n this.destroy();\n if (this.connected) {\n // fire events\n this.onclose(\"io client disconnect\");\n }\n return this;\n }\n /**\n * Alias for {@link disconnect()}.\n *\n * @return self\n */\n close() {\n return this.disconnect();\n }\n /**\n * Sets the compress flag.\n *\n * @example\n * socket.compress(false).emit(\"hello\");\n *\n * @param compress - if `true`, compresses the sending data\n * @return self\n */\n compress(compress) {\n this.flags.compress = compress;\n return this;\n }\n /**\n * Sets a modifier for a subsequent event emission that the event message will be dropped when this socket is not\n * ready to send messages.\n *\n * @example\n * socket.volatile.emit(\"hello\"); // the server may or may not receive it\n *\n * @returns self\n */\n get volatile() {\n this.flags.volatile = true;\n return this;\n }\n /**\n * Sets a modifier for a subsequent event emission that the callback will be called with an error when the\n * given number of milliseconds have elapsed without an acknowledgement from the server:\n *\n * @example\n * socket.timeout(5000).emit(\"my-event\", (err) => {\n * if (err) {\n * // the server did not acknowledge the event in the given delay\n * }\n * });\n *\n * @returns self\n */\n timeout(timeout) {\n this.flags.timeout = timeout;\n return this;\n }\n /**\n * Adds a listener that will be fired when any event is emitted. The event name is passed as the first argument to the\n * callback.\n *\n * @example\n * socket.onAny((event, ...args) => {\n * console.log(`got ${event}`);\n * });\n *\n * @param listener\n */\n onAny(listener) {\n this._anyListeners = this._anyListeners || [];\n this._anyListeners.push(listener);\n return this;\n }\n /**\n * Adds a listener that will be fired when any event is emitted. The event name is passed as the first argument to the\n * callback. The listener is added to the beginning of the listeners array.\n *\n * @example\n * socket.prependAny((event, ...args) => {\n * console.log(`got event ${event}`);\n * });\n *\n * @param listener\n */\n prependAny(listener) {\n this._anyListeners = this._anyListeners || [];\n this._anyListeners.unshift(listener);\n return this;\n }\n /**\n * Removes the listener that will be fired when any event is emitted.\n *\n * @example\n * const catchAllListener = (event, ...args) => {\n * console.log(`got event ${event}`);\n * }\n *\n * socket.onAny(catchAllListener);\n *\n * // remove a specific listener\n * socket.offAny(catchAllListener);\n *\n * // or remove all listeners\n * socket.offAny();\n *\n * @param listener\n */\n offAny(listener) {\n if (!this._anyListeners) {\n return this;\n }\n if (listener) {\n const listeners = this._anyListeners;\n for (let i = 0; i < listeners.length; i++) {\n if (listener === listeners[i]) {\n listeners.splice(i, 1);\n return this;\n }\n }\n }\n else {\n this._anyListeners = [];\n }\n return this;\n }\n /**\n * Returns an array of listeners that are listening for any event that is specified. This array can be manipulated,\n * e.g. to remove listeners.\n */\n listenersAny() {\n return this._anyListeners || [];\n }\n /**\n * Adds a listener that will be fired when any event is emitted. The event name is passed as the first argument to the\n * callback.\n *\n * Note: acknowledgements sent to the server are not included.\n *\n * @example\n * socket.onAnyOutgoing((event, ...args) => {\n * console.log(`sent event ${event}`);\n * });\n *\n * @param listener\n */\n onAnyOutgoing(listener) {\n this._anyOutgoingListeners = this._anyOutgoingListeners || [];\n this._anyOutgoingListeners.push(listener);\n return this;\n }\n /**\n * Adds a listener that will be fired when any event is emitted. The event name is passed as the first argument to the\n * callback. The listener is added to the beginning of the listeners array.\n *\n * Note: acknowledgements sent to the server are not included.\n *\n * @example\n * socket.prependAnyOutgoing((event, ...args) => {\n * console.log(`sent event ${event}`);\n * });\n *\n * @param listener\n */\n prependAnyOutgoing(listener) {\n this._anyOutgoingListeners = this._anyOutgoingListeners || [];\n this._anyOutgoingListeners.unshift(listener);\n return this;\n }\n /**\n * Removes the listener that will be fired when any event is emitted.\n *\n * @example\n * const catchAllListener = (event, ...args) => {\n * console.log(`sent event ${event}`);\n * }\n *\n * socket.onAnyOutgoing(catchAllListener);\n *\n * // remove a specific listener\n * socket.offAnyOutgoing(catchAllListener);\n *\n * // or remove all listeners\n * socket.offAnyOutgoing();\n *\n * @param [listener] - the catch-all listener (optional)\n */\n offAnyOutgoing(listener) {\n if (!this._anyOutgoingListeners) {\n return this;\n }\n if (listener) {\n const listeners = this._anyOutgoingListeners;\n for (let i = 0; i < listeners.length; i++) {\n if (listener === listeners[i]) {\n listeners.splice(i, 1);\n return this;\n }\n }\n }\n else {\n this._anyOutgoingListeners = [];\n }\n return this;\n }\n /**\n * Returns an array of listeners that are listening for any event that is specified. This array can be manipulated,\n * e.g. to remove listeners.\n */\n listenersAnyOutgoing() {\n return this._anyOutgoingListeners || [];\n }\n /**\n * Notify the listeners for each packet sent\n *\n * @param packet\n *\n * @private\n */\n notifyOutgoingListeners(packet) {\n if (this._anyOutgoingListeners && this._anyOutgoingListeners.length) {\n const listeners = this._anyOutgoingListeners.slice();\n for (const listener of listeners) {\n listener.apply(this, packet.data);\n }\n }\n }\n}\n","/**\n * Initialize backoff timer with `opts`.\n *\n * - `min` initial timeout in milliseconds [100]\n * - `max` max timeout [10000]\n * - `jitter` [0]\n * - `factor` [2]\n *\n * @param {Object} opts\n * @api public\n */\nexport function Backoff(opts) {\n opts = opts || {};\n this.ms = opts.min || 100;\n this.max = opts.max || 10000;\n this.factor = opts.factor || 2;\n this.jitter = opts.jitter > 0 && opts.jitter <= 1 ? opts.jitter : 0;\n this.attempts = 0;\n}\n/**\n * Return the backoff duration.\n *\n * @return {Number}\n * @api public\n */\nBackoff.prototype.duration = function () {\n var ms = this.ms * Math.pow(this.factor, this.attempts++);\n if (this.jitter) {\n var rand = Math.random();\n var deviation = Math.floor(rand * this.jitter * ms);\n ms = (Math.floor(rand * 10) & 1) == 0 ? ms - deviation : ms + deviation;\n }\n return Math.min(ms, this.max) | 0;\n};\n/**\n * Reset the number of attempts.\n *\n * @api public\n */\nBackoff.prototype.reset = function () {\n this.attempts = 0;\n};\n/**\n * Set the minimum duration\n *\n * @api public\n */\nBackoff.prototype.setMin = function (min) {\n this.ms = min;\n};\n/**\n * Set the maximum duration\n *\n * @api public\n */\nBackoff.prototype.setMax = function (max) {\n this.max = max;\n};\n/**\n * Set the jitter\n *\n * @api public\n */\nBackoff.prototype.setJitter = function (jitter) {\n this.jitter = jitter;\n};\n","import { Socket as Engine, installTimerFunctions, nextTick, } from \"engine.io-client\";\nimport { Socket } from \"./socket.js\";\nimport * as parser from \"socket.io-parser\";\nimport { on } from \"./on.js\";\nimport { Backoff } from \"./contrib/backo2.js\";\nimport { Emitter, } from \"@socket.io/component-emitter\";\nexport class Manager extends Emitter {\n constructor(uri, opts) {\n var _a;\n super();\n this.nsps = {};\n this.subs = [];\n if (uri && \"object\" === typeof uri) {\n opts = uri;\n uri = undefined;\n }\n opts = opts || {};\n opts.path = opts.path || \"/socket.io\";\n this.opts = opts;\n installTimerFunctions(this, opts);\n this.reconnection(opts.reconnection !== false);\n this.reconnectionAttempts(opts.reconnectionAttempts || Infinity);\n this.reconnectionDelay(opts.reconnectionDelay || 1000);\n this.reconnectionDelayMax(opts.reconnectionDelayMax || 5000);\n this.randomizationFactor((_a = opts.randomizationFactor) !== null && _a !== void 0 ? _a : 0.5);\n this.backoff = new Backoff({\n min: this.reconnectionDelay(),\n max: this.reconnectionDelayMax(),\n jitter: this.randomizationFactor(),\n });\n this.timeout(null == opts.timeout ? 20000 : opts.timeout);\n this._readyState = \"closed\";\n this.uri = uri;\n const _parser = opts.parser || parser;\n this.encoder = new _parser.Encoder();\n this.decoder = new _parser.Decoder();\n this._autoConnect = opts.autoConnect !== false;\n if (this._autoConnect)\n this.open();\n }\n reconnection(v) {\n if (!arguments.length)\n return this._reconnection;\n this._reconnection = !!v;\n return this;\n }\n reconnectionAttempts(v) {\n if (v === undefined)\n return this._reconnectionAttempts;\n this._reconnectionAttempts = v;\n return this;\n }\n reconnectionDelay(v) {\n var _a;\n if (v === undefined)\n return this._reconnectionDelay;\n this._reconnectionDelay = v;\n (_a = this.backoff) === null || _a === void 0 ? void 0 : _a.setMin(v);\n return this;\n }\n randomizationFactor(v) {\n var _a;\n if (v === undefined)\n return this._randomizationFactor;\n this._randomizationFactor = v;\n (_a = this.backoff) === null || _a === void 0 ? void 0 : _a.setJitter(v);\n return this;\n }\n reconnectionDelayMax(v) {\n var _a;\n if (v === undefined)\n return this._reconnectionDelayMax;\n this._reconnectionDelayMax = v;\n (_a = this.backoff) === null || _a === void 0 ? void 0 : _a.setMax(v);\n return this;\n }\n timeout(v) {\n if (!arguments.length)\n return this._timeout;\n this._timeout = v;\n return this;\n }\n /**\n * Starts trying to reconnect if reconnection is enabled and we have not\n * started reconnecting yet\n *\n * @private\n */\n maybeReconnectOnOpen() {\n // Only try to reconnect if it's the first time we're connecting\n if (!this._reconnecting &&\n this._reconnection &&\n this.backoff.attempts === 0) {\n // keeps reconnection from firing twice for the same reconnection loop\n this.reconnect();\n }\n }\n /**\n * Sets the current transport `socket`.\n *\n * @param {Function} fn - optional, callback\n * @return self\n * @public\n */\n open(fn) {\n if (~this._readyState.indexOf(\"open\"))\n return this;\n this.engine = new Engine(this.uri, this.opts);\n const socket = this.engine;\n const self = this;\n this._readyState = \"opening\";\n this.skipReconnect = false;\n // emit `open`\n const openSubDestroy = on(socket, \"open\", function () {\n self.onopen();\n fn && fn();\n });\n // emit `error`\n const errorSub = on(socket, \"error\", (err) => {\n self.cleanup();\n self._readyState = \"closed\";\n this.emitReserved(\"error\", err);\n if (fn) {\n fn(err);\n }\n else {\n // Only do this if there is no fn to handle the error\n self.maybeReconnectOnOpen();\n }\n });\n if (false !== this._timeout) {\n const timeout = this._timeout;\n if (timeout === 0) {\n openSubDestroy(); // prevents a race condition with the 'open' event\n }\n // set timer\n const timer = this.setTimeoutFn(() => {\n openSubDestroy();\n socket.close();\n // @ts-ignore\n socket.emit(\"error\", new Error(\"timeout\"));\n }, timeout);\n if (this.opts.autoUnref) {\n timer.unref();\n }\n this.subs.push(function subDestroy() {\n clearTimeout(timer);\n });\n }\n this.subs.push(openSubDestroy);\n this.subs.push(errorSub);\n return this;\n }\n /**\n * Alias for open()\n *\n * @return self\n * @public\n */\n connect(fn) {\n return this.open(fn);\n }\n /**\n * Called upon transport open.\n *\n * @private\n */\n onopen() {\n // clear old subs\n this.cleanup();\n // mark as open\n this._readyState = \"open\";\n this.emitReserved(\"open\");\n // add new subs\n const socket = this.engine;\n this.subs.push(on(socket, \"ping\", this.onping.bind(this)), on(socket, \"data\", this.ondata.bind(this)), on(socket, \"error\", this.onerror.bind(this)), on(socket, \"close\", this.onclose.bind(this)), on(this.decoder, \"decoded\", this.ondecoded.bind(this)));\n }\n /**\n * Called upon a ping.\n *\n * @private\n */\n onping() {\n this.emitReserved(\"ping\");\n }\n /**\n * Called with data.\n *\n * @private\n */\n ondata(data) {\n try {\n this.decoder.add(data);\n }\n catch (e) {\n this.onclose(\"parse error\", e);\n }\n }\n /**\n * Called when parser fully decodes a packet.\n *\n * @private\n */\n ondecoded(packet) {\n // the nextTick call prevents an exception in a user-provided event listener from triggering a disconnection due to a \"parse error\"\n nextTick(() => {\n this.emitReserved(\"packet\", packet);\n }, this.setTimeoutFn);\n }\n /**\n * Called upon socket error.\n *\n * @private\n */\n onerror(err) {\n this.emitReserved(\"error\", err);\n }\n /**\n * Creates a new socket for the given `nsp`.\n *\n * @return {Socket}\n * @public\n */\n socket(nsp, opts) {\n let socket = this.nsps[nsp];\n if (!socket) {\n socket = new Socket(this, nsp, opts);\n this.nsps[nsp] = socket;\n }\n else if (this._autoConnect && !socket.active) {\n socket.connect();\n }\n return socket;\n }\n /**\n * Called upon a socket close.\n *\n * @param socket\n * @private\n */\n _destroy(socket) {\n const nsps = Object.keys(this.nsps);\n for (const nsp of nsps) {\n const socket = this.nsps[nsp];\n if (socket.active) {\n return;\n }\n }\n this._close();\n }\n /**\n * Writes a packet.\n *\n * @param packet\n * @private\n */\n _packet(packet) {\n const encodedPackets = this.encoder.encode(packet);\n for (let i = 0; i < encodedPackets.length; i++) {\n this.engine.write(encodedPackets[i], packet.options);\n }\n }\n /**\n * Clean up transport subscriptions and packet buffer.\n *\n * @private\n */\n cleanup() {\n this.subs.forEach((subDestroy) => subDestroy());\n this.subs.length = 0;\n this.decoder.destroy();\n }\n /**\n * Close the current socket.\n *\n * @private\n */\n _close() {\n this.skipReconnect = true;\n this._reconnecting = false;\n this.onclose(\"forced close\");\n if (this.engine)\n this.engine.close();\n }\n /**\n * Alias for close()\n *\n * @private\n */\n disconnect() {\n return this._close();\n }\n /**\n * Called upon engine close.\n *\n * @private\n */\n onclose(reason, description) {\n this.cleanup();\n this.backoff.reset();\n this._readyState = \"closed\";\n this.emitReserved(\"close\", reason, description);\n if (this._reconnection && !this.skipReconnect) {\n this.reconnect();\n }\n }\n /**\n * Attempt a reconnection.\n *\n * @private\n */\n reconnect() {\n if (this._reconnecting || this.skipReconnect)\n return this;\n const self = this;\n if (this.backoff.attempts >= this._reconnectionAttempts) {\n this.backoff.reset();\n this.emitReserved(\"reconnect_failed\");\n this._reconnecting = false;\n }\n else {\n const delay = this.backoff.duration();\n this._reconnecting = true;\n const timer = this.setTimeoutFn(() => {\n if (self.skipReconnect)\n return;\n this.emitReserved(\"reconnect_attempt\", self.backoff.attempts);\n // check again for the case socket closed in above events\n if (self.skipReconnect)\n return;\n self.open((err) => {\n if (err) {\n self._reconnecting = false;\n self.reconnect();\n this.emitReserved(\"reconnect_error\", err);\n }\n else {\n self.onreconnect();\n }\n });\n }, delay);\n if (this.opts.autoUnref) {\n timer.unref();\n }\n this.subs.push(function subDestroy() {\n clearTimeout(timer);\n });\n }\n }\n /**\n * Called upon successful reconnect.\n *\n * @private\n */\n onreconnect() {\n const attempt = this.backoff.attempts;\n this._reconnecting = false;\n this.backoff.reset();\n this.emitReserved(\"reconnect\", attempt);\n }\n}\n","import { url } from \"./url.js\";\nimport { Manager } from \"./manager.js\";\nimport { Socket } from \"./socket.js\";\n/**\n * Managers cache.\n */\nconst cache = {};\nfunction lookup(uri, opts) {\n if (typeof uri === \"object\") {\n opts = uri;\n uri = undefined;\n }\n opts = opts || {};\n const parsed = url(uri, opts.path || \"/socket.io\");\n const source = parsed.source;\n const id = parsed.id;\n const path = parsed.path;\n const sameNamespace = cache[id] && path in cache[id][\"nsps\"];\n const newConnection = opts.forceNew ||\n opts[\"force new connection\"] ||\n false === opts.multiplex ||\n sameNamespace;\n let io;\n if (newConnection) {\n io = new Manager(source, opts);\n }\n else {\n if (!cache[id]) {\n cache[id] = new Manager(source, opts);\n }\n io = cache[id];\n }\n if (parsed.query && !opts.query) {\n opts.query = parsed.queryKey;\n }\n return io.socket(parsed.path, opts);\n}\n// so that \"lookup\" can be used both as a function (e.g. `io(...)`) and as a\n// namespace (e.g. `io.connect(...)`), for backward compatibility\nObject.assign(lookup, {\n Manager,\n Socket,\n io: lookup,\n connect: lookup,\n});\n/**\n * Protocol version.\n *\n * @public\n */\nexport { protocol } from \"socket.io-parser\";\n/**\n * Expose constructors for standalone build.\n *\n * @public\n */\nexport { Manager, Socket, lookup as io, lookup as connect, lookup as default, };\n","import { parse } from \"engine.io-client\";\n/**\n * URL parser.\n *\n * @param uri - url\n * @param path - the request path of the connection\n * @param loc - An object meant to mimic window.location.\n * Defaults to window.location.\n * @public\n */\nexport function url(uri, path = \"\", loc) {\n let obj = uri;\n // default to window.location\n loc = loc || (typeof location !== \"undefined\" && location);\n if (null == uri)\n uri = loc.protocol + \"//\" + loc.host;\n // relative path support\n if (typeof uri === \"string\") {\n if (\"/\" === uri.charAt(0)) {\n if (\"/\" === uri.charAt(1)) {\n uri = loc.protocol + uri;\n }\n else {\n uri = loc.host + uri;\n }\n }\n if (!/^(https?|wss?):\\/\\//.test(uri)) {\n if (\"undefined\" !== typeof loc) {\n uri = loc.protocol + \"//\" + uri;\n }\n else {\n uri = \"https://\" + uri;\n }\n }\n // parse\n obj = parse(uri);\n }\n // make sure we treat `localhost:80` and `localhost` equally\n if (!obj.port) {\n if (/^(http|ws)$/.test(obj.protocol)) {\n obj.port = \"80\";\n }\n else if (/^(http|ws)s$/.test(obj.protocol)) {\n obj.port = \"443\";\n }\n }\n obj.path = obj.path || \"/\";\n const ipv6 = obj.host.indexOf(\":\") !== -1;\n const host = ipv6 ? \"[\" + obj.host + \"]\" : obj.host;\n // define unique id\n obj.id = obj.protocol + \"://\" + host + \":\" + obj.port + path;\n // define href\n obj.href =\n obj.protocol +\n \"://\" +\n host +\n (loc && loc.port === obj.port ? \"\" : \":\" + obj.port);\n return obj;\n}\n"],"names":["PACKET_TYPES","Object","create","PACKET_TYPES_REVERSE","keys","forEach","key","ERROR_PACKET","type","data","withNativeBlob","Blob","prototype","toString","call","withNativeArrayBuffer","ArrayBuffer","encodePacket","supportsBinary","callback","encodeBlobAsBase64","obj","isView","buffer","fileReader","FileReader","onload","content","result","split","readAsDataURL","chars","lookup","Uint8Array","i","length","charCodeAt","decodePacket","encodedPacket","binaryType","mapBinary","charAt","decodeBase64Packet","substring","decoded","base64","encoded1","encoded2","encoded3","encoded4","bufferLength","len","p","arraybuffer","bytes","decode","SEPARATOR","String","fromCharCode","Emitter","mixin","on","addEventListener","event","fn","this","_callbacks","push","once","off","apply","arguments","removeListener","removeAllListeners","removeEventListener","cb","callbacks","splice","emit","args","Array","slice","emitReserved","listeners","hasListeners","globalThisShim","self","window","Function","pick","attr","reduce","acc","k","hasOwnProperty","NATIVE_SET_TIMEOUT","globalThis","setTimeout","NATIVE_CLEAR_TIMEOUT","clearTimeout","installTimerFunctions","opts","useNativeTimers","setTimeoutFn","bind","clearTimeoutFn","TransportError","Error","constructor","reason","description","context","super","Transport","writable","query","socket","onError","open","readyState","doOpen","close","doClose","onClose","send","packets","write","onOpen","onData","packet","onPacket","details","pause","onPause","alphabet","map","prev","seed","encode","num","encoded","Math","floor","yeast","now","Date","str","encodeURIComponent","value","XMLHttpRequest","err","hasCORS","XHR","xdomain","e","concat","join","empty","hasXHR2","responseType","Request","uri","method","async","undefined","xd","xscheme","xs","xhr","extraHeaders","setDisableHeaderCheck","setRequestHeader","withCredentials","requestTimeout","timeout","onreadystatechange","status","onLoad","document","index","requestsCount","requests","cleanup","fromError","abort","responseText","attachEvent","unloadHandler","nextTick","Promise","resolve","then","WebSocket","MozWebSocket","isReactNative","navigator","product","toLowerCase","transports","websocket","forceBase64","name","check","protocols","headers","ws","addEventListeners","onopen","autoUnref","_socket","unref","onclose","closeEvent","onmessage","ev","onerror","lastPacket","schema","secure","port","Number","timestampRequests","timestampParam","b64","encodedQuery","hostname","indexOf","path","polling","location","isSSL","protocol","poll","total","doPoll","encodedPayload","encodedPackets","decodedPacket","decodePayload","count","encodePayload","doWrite","sid","request","assign","req","xhrStatus","pollXhr","re","parts","parse","src","b","replace","m","exec","source","host","authority","ipv6uri","pathNames","regx","names","queryKey","$0","$1","$2","Socket","writeBuffer","prevBufferLen","agent","upgrade","rememberUpgrade","addTrailingSlash","rejectUnauthorized","perMessageDeflate","threshold","transportOptions","closeOnBeforeunload","qs","qry","pairs","l","pair","decodeURIComponent","id","upgrades","pingInterval","pingTimeout","pingTimeoutTimer","beforeunloadEventListener","transport","offlineEventListener","createTransport","EIO","priorWebsocketSuccess","shift","setTransport","onDrain","probe","failed","onTransportOpen","msg","upgrading","flush","freezeTransport","error","onTransportClose","onupgrade","to","onHandshake","JSON","resetPingTimeout","sendPacket","code","filterUpgrades","maxPayload","getWritablePackets","payloadSize","c","utf8Length","ceil","byteLength","size","options","compress","cleanupAndClose","waitForUpgrade","filteredUpgrades","j","withNativeFile","File","isBinary","hasBinary","toJSON","isArray","deconstructPacket","buffers","packetData","pack","_deconstructPacket","attachments","placeholder","_placeholder","newData","reconstructPacket","_reconstructPacket","PacketType","Decoder","reviver","add","reconstructor","decodeString","isBinaryEvent","BINARY_EVENT","BINARY_ACK","EVENT","ACK","BinaryReconstructor","takeBinaryData","start","buf","nsp","next","payload","tryParse","substr","isPayloadValid","static","CONNECT","DISCONNECT","CONNECT_ERROR","destroy","finishedReconstruction","reconPack","binData","replacer","encodeAsString","encodeAsBinary","stringify","deconstruction","unshift","RESERVED_EVENTS","freeze","connect","connect_error","disconnect","disconnecting","newListener","io","connected","recovered","receiveBuffer","sendBuffer","_queue","_queueSeq","ids","acks","flags","auth","_opts","_autoConnect","disconnected","subEvents","subs","onpacket","active","_readyState","retries","fromQueue","volatile","_addToQueue","ack","pop","_registerAckCallback","isTransportWritable","engine","notifyOutgoingListeners","_a","ackTimeout","timer","emitWithAck","withErr","reject","arg1","arg2","tryCount","pending","responseArgs","_drainQueue","force","_packet","_sendConnectPacket","_pid","pid","offset","_lastOffset","onconnect","onevent","onack","ondisconnect","message","emitEvent","_anyListeners","listener","sent","emitBuffered","subDestroy","onAny","prependAny","offAny","listenersAny","onAnyOutgoing","_anyOutgoingListeners","prependAnyOutgoing","offAnyOutgoing","listenersAnyOutgoing","Backoff","ms","min","max","factor","jitter","attempts","duration","pow","rand","random","deviation","reset","setMin","setMax","setJitter","Manager","nsps","reconnection","reconnectionAttempts","Infinity","reconnectionDelay","reconnectionDelayMax","randomizationFactor","backoff","_parser","parser","encoder","Encoder","decoder","autoConnect","v","_reconnection","_reconnectionAttempts","_reconnectionDelay","_randomizationFactor","_reconnectionDelayMax","_timeout","maybeReconnectOnOpen","_reconnecting","reconnect","Engine","skipReconnect","openSubDestroy","errorSub","onping","ondata","ondecoded","_destroy","_close","delay","onreconnect","attempt","cache","parsed","loc","test","href","url","sameNamespace","forceNew","multiplex"],"mappings":";;;;;AAAA,MAAMA,EAAeC,OAAOC,OAAO,MACnCF,EAAmB,KAAI,IACvBA,EAAoB,MAAI,IACxBA,EAAmB,KAAI,IACvBA,EAAmB,KAAI,IACvBA,EAAsB,QAAI,IAC1BA,EAAsB,QAAI,IAC1BA,EAAmB,KAAI,IACvB,MAAMG,EAAuBF,OAAOC,OAAO,MAC3CD,OAAOG,KAAKJ,GAAcK,SAAQC,IAC9BH,EAAqBH,EAAaM,IAAQA,CAAG,IAEjD,MAAMC,EAAe,CAAEC,KAAM,QAASC,KAAM,gBCXtCC,EAAiC,mBAATC,MACT,oBAATA,MACqC,6BAAzCV,OAAOW,UAAUC,SAASC,KAAKH,MACjCI,EAA+C,mBAAhBC,YAO/BC,EAAe,EAAGT,OAAMC,QAAQS,EAAgBC,KAClD,OAAIT,GAAkBD,aAAgBE,KAC9BO,EACOC,EAASV,GAGTW,EAAmBX,EAAMU,GAG/BJ,IACJN,aAAgBO,cAfVK,EAegCZ,EAdN,mBAAvBO,YAAYM,OACpBN,YAAYM,OAAOD,GACnBA,GAAOA,EAAIE,kBAAkBP,cAa3BE,EACOC,EAASV,GAGTW,EAAmB,IAAIT,KAAK,CAACF,IAAQU,GAI7CA,EAASnB,EAAaQ,IAASC,GAAQ,KAxBnCY,KAwBuC,EAEhDD,EAAqB,CAACX,EAAMU,KAC9B,MAAMK,EAAa,IAAIC,WAKvB,OAJAD,EAAWE,OAAS,WAChB,MAAMC,EAAUH,EAAWI,OAAOC,MAAM,KAAK,GAC7CV,EAAS,IAAMQ,EACvB,EACWH,EAAWM,cAAcrB,EAAK,ECtCnCsB,EAAQ,mEAERC,EAA+B,oBAAfC,WAA6B,GAAK,IAAIA,WAAW,KACvE,IAAK,IAAIC,EAAI,EAAGA,EAAIH,EAAMI,OAAQD,IAC9BF,EAAOD,EAAMK,WAAWF,IAAMA,EAkB3B,MCpBDnB,EAA+C,mBAAhBC,YAC/BqB,EAAe,CAACC,EAAeC,KACjC,GAA6B,iBAAlBD,EACP,MAAO,CACH9B,KAAM,UACNC,KAAM+B,EAAUF,EAAeC,IAGvC,MAAM/B,EAAO8B,EAAcG,OAAO,GAClC,GAAa,MAATjC,EACA,MAAO,CACHA,KAAM,UACNC,KAAMiC,EAAmBJ,EAAcK,UAAU,GAAIJ,IAI7D,OADmBpC,EAAqBK,GAIjC8B,EAAcH,OAAS,EACxB,CACE3B,KAAML,EAAqBK,GAC3BC,KAAM6B,EAAcK,UAAU,IAEhC,CACEnC,KAAML,EAAqBK,IARxBD,CASN,EAEHmC,EAAqB,CAACjC,EAAM8B,KAC9B,GAAIxB,EAAuB,CACvB,MAAM6B,EDVQ,CAACC,IACnB,IAA8DX,EAAUY,EAAUC,EAAUC,EAAUC,EAAlGC,EAA+B,IAAhBL,EAAOV,OAAegB,EAAMN,EAAOV,OAAWiB,EAAI,EACnC,MAA9BP,EAAOA,EAAOV,OAAS,KACvBe,IACkC,MAA9BL,EAAOA,EAAOV,OAAS,IACvBe,KAGR,MAAMG,EAAc,IAAIrC,YAAYkC,GAAeI,EAAQ,IAAIrB,WAAWoB,GAC1E,IAAKnB,EAAI,EAAGA,EAAIiB,EAAKjB,GAAK,EACtBY,EAAWd,EAAOa,EAAOT,WAAWF,IACpCa,EAAWf,EAAOa,EAAOT,WAAWF,EAAI,IACxCc,EAAWhB,EAAOa,EAAOT,WAAWF,EAAI,IACxCe,EAAWjB,EAAOa,EAAOT,WAAWF,EAAI,IACxCoB,EAAMF,KAAQN,GAAY,EAAMC,GAAY,EAC5CO,EAAMF,MAAoB,GAAXL,IAAkB,EAAMC,GAAY,EACnDM,EAAMF,MAAoB,EAAXJ,IAAiB,EAAiB,GAAXC,EAE1C,OAAOI,CAAW,ECREE,CAAO9C,GACvB,OAAO+B,EAAUI,EAASL,EAC7B,CAEG,MAAO,CAAEM,QAAQ,EAAMpC,OAC1B,EAEC+B,EAAY,CAAC/B,EAAM8B,IAEZ,SADDA,GAEO9B,aAAgBO,YAAc,IAAIL,KAAK,CAACF,IAGxCA,EC3Cb+C,EAAYC,OAAOC,aAAa,ICI/B,SAASC,EAAQtC,GACtB,GAAIA,EAAK,OAWX,SAAeA,GACb,IAAK,IAAIf,KAAOqD,EAAQ/C,UACtBS,EAAIf,GAAOqD,EAAQ/C,UAAUN,GAE/B,OAAOe,CACT,CAhBkBuC,CAAMvC,EACxB,CA0BAsC,EAAQ/C,UAAUiD,GAClBF,EAAQ/C,UAAUkD,iBAAmB,SAASC,EAAOC,GAInD,OAHAC,KAAKC,WAAaD,KAAKC,YAAc,CAAA,GACpCD,KAAKC,WAAW,IAAMH,GAASE,KAAKC,WAAW,IAAMH,IAAU,IAC7DI,KAAKH,GACDC,IACT,EAYAN,EAAQ/C,UAAUwD,KAAO,SAASL,EAAOC,GACvC,SAASH,IACPI,KAAKI,IAAIN,EAAOF,GAChBG,EAAGM,MAAML,KAAMM,UAChB,CAID,OAFAV,EAAGG,GAAKA,EACRC,KAAKJ,GAAGE,EAAOF,GACRI,IACT,EAYAN,EAAQ/C,UAAUyD,IAClBV,EAAQ/C,UAAU4D,eAClBb,EAAQ/C,UAAU6D,mBAClBd,EAAQ/C,UAAU8D,oBAAsB,SAASX,EAAOC,GAItD,GAHAC,KAAKC,WAAaD,KAAKC,YAAc,CAAA,EAGjC,GAAKK,UAAUpC,OAEjB,OADA8B,KAAKC,WAAa,GACXD,KAIT,IAUIU,EAVAC,EAAYX,KAAKC,WAAW,IAAMH,GACtC,IAAKa,EAAW,OAAOX,KAGvB,GAAI,GAAKM,UAAUpC,OAEjB,cADO8B,KAAKC,WAAW,IAAMH,GACtBE,KAKT,IAAK,IAAI/B,EAAI,EAAGA,EAAI0C,EAAUzC,OAAQD,IAEpC,IADAyC,EAAKC,EAAU1C,MACJ8B,GAAMW,EAAGX,KAAOA,EAAI,CAC7BY,EAAUC,OAAO3C,EAAG,GACpB,KACD,CASH,OAJyB,IAArB0C,EAAUzC,eACL8B,KAAKC,WAAW,IAAMH,GAGxBE,IACT,EAUAN,EAAQ/C,UAAUkE,KAAO,SAASf,GAChCE,KAAKC,WAAaD,KAAKC,YAAc,CAAA,EAKrC,IAHA,IAAIa,EAAO,IAAIC,MAAMT,UAAUpC,OAAS,GACpCyC,EAAYX,KAAKC,WAAW,IAAMH,GAE7B7B,EAAI,EAAGA,EAAIqC,UAAUpC,OAAQD,IACpC6C,EAAK7C,EAAI,GAAKqC,UAAUrC,GAG1B,GAAI0C,EAEG,CAAI1C,EAAI,EAAb,IAAK,IAAWiB,GADhByB,EAAYA,EAAUK,MAAM,IACI9C,OAAQD,EAAIiB,IAAOjB,EACjD0C,EAAU1C,GAAGoC,MAAML,KAAMc,EADK5C,CAKlC,OAAO8B,IACT,EAGAN,EAAQ/C,UAAUsE,aAAevB,EAAQ/C,UAAUkE,KAUnDnB,EAAQ/C,UAAUuE,UAAY,SAASpB,GAErC,OADAE,KAAKC,WAAaD,KAAKC,YAAc,CAAA,EAC9BD,KAAKC,WAAW,IAAMH,IAAU,EACzC,EAUAJ,EAAQ/C,UAAUwE,aAAe,SAASrB,GACxC,QAAUE,KAAKkB,UAAUpB,GAAO5B,MAClC,ECxKO,MAAMkD,EACW,oBAATC,KACAA,KAEgB,oBAAXC,OACLA,OAGAC,SAAS,cAATA,GCPR,SAASC,EAAKpE,KAAQqE,GACzB,OAAOA,EAAKC,QAAO,CAACC,EAAKC,KACjBxE,EAAIyE,eAAeD,KACnBD,EAAIC,GAAKxE,EAAIwE,IAEVD,IACR,CAAE,EACT,CAEA,MAAMG,EAAqBC,EAAWC,WAChCC,EAAuBF,EAAWG,aACjC,SAASC,EAAsB/E,EAAKgF,GACnCA,EAAKC,iBACLjF,EAAIkF,aAAeR,EAAmBS,KAAKR,GAC3C3E,EAAIoF,eAAiBP,EAAqBM,KAAKR,KAG/C3E,EAAIkF,aAAeP,EAAWC,WAAWO,KAAKR,GAC9C3E,EAAIoF,eAAiBT,EAAWG,aAAaK,KAAKR,GAE1D,CClBA,MAAMU,UAAuBC,MACzBC,YAAYC,EAAQC,EAAaC,GAC7BC,MAAMH,GACN5C,KAAK6C,YAAcA,EACnB7C,KAAK8C,QAAUA,EACf9C,KAAKzD,KAAO,gBACf,EAEE,MAAMyG,UAAkBtD,EAO3BiD,YAAYP,GACRW,QACA/C,KAAKiD,UAAW,EAChBd,EAAsBnC,KAAMoC,GAC5BpC,KAAKoC,KAAOA,EACZpC,KAAKkD,MAAQd,EAAKc,MAClBlD,KAAKmD,OAASf,EAAKe,MACtB,CAUDC,QAAQR,EAAQC,EAAaC,GAEzB,OADAC,MAAM9B,aAAa,QAAS,IAAIwB,EAAeG,EAAQC,EAAaC,IAC7D9C,IACV,CAIDqD,OAGI,OAFArD,KAAKsD,WAAa,UAClBtD,KAAKuD,SACEvD,IACV,CAIDwD,QAKI,MAJwB,YAApBxD,KAAKsD,YAAgD,SAApBtD,KAAKsD,aACtCtD,KAAKyD,UACLzD,KAAK0D,WAEF1D,IACV,CAMD2D,KAAKC,GACuB,SAApB5D,KAAKsD,YACLtD,KAAK6D,MAAMD,EAKlB,CAMDE,SACI9D,KAAKsD,WAAa,OAClBtD,KAAKiD,UAAW,EAChBF,MAAM9B,aAAa,OACtB,CAOD8C,OAAOvH,GACH,MAAMwH,EAAS5F,EAAa5B,EAAMwD,KAAKmD,OAAO7E,YAC9C0B,KAAKiE,SAASD,EACjB,CAMDC,SAASD,GACLjB,MAAM9B,aAAa,SAAU+C,EAChC,CAMDN,QAAQQ,GACJlE,KAAKsD,WAAa,SAClBP,MAAM9B,aAAa,QAASiD,EAC/B,CAMDC,MAAMC,GAAY,EC9GtB,MAAMC,EAAW,mEAAmEzG,MAAM,IAAkB0G,EAAM,GAClH,IAAqBC,EAAjBC,EAAO,EAAGvG,EAAI,EAQX,SAASwG,EAAOC,GACnB,IAAIC,EAAU,GACd,GACIA,EAAUN,EAASK,EAZ6E,IAY7DC,EACnCD,EAAME,KAAKC,MAAMH,EAb+E,UAc3FA,EAAM,GACf,OAAOC,CACX,CAqBO,SAASG,IACZ,MAAMC,EAAMN,GAAQ,IAAIO,MACxB,OAAID,IAAQR,GACDC,EAAO,EAAGD,EAAOQ,GACrBA,EAAM,IAAMN,EAAOD,IAC9B,CAIA,KAAOvG,EA9CiG,GA8CrFA,IACfqG,EAAID,EAASpG,IAAMA,ECzChB,SAASwG,EAAOrH,GACnB,IAAI6H,EAAM,GACV,IAAK,IAAIhH,KAAKb,EACNA,EAAIyE,eAAe5D,KACfgH,EAAI/G,SACJ+G,GAAO,KACXA,GAAOC,mBAAmBjH,GAAK,IAAMiH,mBAAmB9H,EAAIa,KAGpE,OAAOgH,CACX,CCjBA,IAAIE,GAAQ,EACZ,IACIA,EAAkC,oBAAnBC,gBACX,oBAAqB,IAAIA,cAKjC,CAHA,MAAOC,GAGP,CACO,MAAMC,EAAUH,ECPhB,SAASI,EAAInD,GAChB,MAAMoD,EAAUpD,EAAKoD,QAErB,IACI,GAAI,oBAAuBJ,kBAAoBI,GAAWF,GACtD,OAAO,IAAIF,cAGN,CAAb,MAAOK,GAAM,CACb,IAAKD,EACD,IACI,OAAO,IAAIzD,EAAW,CAAC,UAAU2D,OAAO,UAAUC,KAAK,OAAM,oBAEpD,CAAb,MAAOF,GAAM,CAErB,CCVA,SAASG,IAAW,CACpB,MAAMC,EAIK,MAHK,IAAIT,EAAe,CAC3BI,SAAS,IAEMM,aA8NhB,MAAMC,UAAgBrG,EAOzBiD,YAAYqD,EAAK5D,GACbW,QACAZ,EAAsBnC,KAAMoC,GAC5BpC,KAAKoC,KAAOA,EACZpC,KAAKiG,OAAS7D,EAAK6D,QAAU,MAC7BjG,KAAKgG,IAAMA,EACXhG,KAAKkG,OAAQ,IAAU9D,EAAK8D,MAC5BlG,KAAKxD,UAAO2J,IAAc/D,EAAK5F,KAAO4F,EAAK5F,KAAO,KAClDwD,KAAK/D,QACR,CAMDA,SACI,MAAMmG,EAAOZ,EAAKxB,KAAKoC,KAAM,QAAS,MAAO,MAAO,aAAc,OAAQ,KAAM,UAAW,qBAAsB,aACjHA,EAAKoD,UAAYxF,KAAKoC,KAAKgE,GAC3BhE,EAAKiE,UAAYrG,KAAKoC,KAAKkE,GAC3B,MAAMC,EAAOvG,KAAKuG,IAAM,IAAInB,EAAehD,GAC3C,IACImE,EAAIlD,KAAKrD,KAAKiG,OAAQjG,KAAKgG,IAAKhG,KAAKkG,OACrC,IACI,GAAIlG,KAAKoC,KAAKoE,aAAc,CACxBD,EAAIE,uBAAyBF,EAAIE,uBAAsB,GACvD,IAAK,IAAIxI,KAAK+B,KAAKoC,KAAKoE,aAChBxG,KAAKoC,KAAKoE,aAAa3E,eAAe5D,IACtCsI,EAAIG,iBAAiBzI,EAAG+B,KAAKoC,KAAKoE,aAAavI,GAG1D,CAEQ,CAAb,MAAOwH,GAAM,CACb,GAAI,SAAWzF,KAAKiG,OAChB,IACIM,EAAIG,iBAAiB,eAAgB,2BAE5B,CAAb,MAAOjB,GAAM,CAEjB,IACIc,EAAIG,iBAAiB,SAAU,MAEtB,CAAb,MAAOjB,GAAM,CAET,oBAAqBc,IACrBA,EAAII,gBAAkB3G,KAAKoC,KAAKuE,iBAEhC3G,KAAKoC,KAAKwE,iBACVL,EAAIM,QAAU7G,KAAKoC,KAAKwE,gBAE5BL,EAAIO,mBAAqB,KACjB,IAAMP,EAAIjD,aAEV,MAAQiD,EAAIQ,QAAU,OAASR,EAAIQ,OACnC/G,KAAKgH,SAKLhH,KAAKsC,cAAa,KACdtC,KAAKoD,QAA8B,iBAAfmD,EAAIQ,OAAsBR,EAAIQ,OAAS,EAAE,GAC9D,GACN,EAELR,EAAI5C,KAAK3D,KAAKxD,KAUjB,CARD,MAAOiJ,GAOH,YAHAzF,KAAKsC,cAAa,KACdtC,KAAKoD,QAAQqC,EAAE,GAChB,EAEN,CACuB,oBAAbwB,WACPjH,KAAKkH,MAAQnB,EAAQoB,gBACrBpB,EAAQqB,SAASpH,KAAKkH,OAASlH,KAEtC,CAMDoD,QAAQiC,GACJrF,KAAKiB,aAAa,QAASoE,EAAKrF,KAAKuG,KACrCvG,KAAKqH,SAAQ,EAChB,CAMDA,QAAQC,GACJ,QAAI,IAAuBtH,KAAKuG,KAAO,OAASvG,KAAKuG,IAArD,CAIA,GADAvG,KAAKuG,IAAIO,mBAAqBlB,EAC1B0B,EACA,IACItH,KAAKuG,IAAIgB,OAEA,CAAb,MAAO9B,GAAM,CAEO,oBAAbwB,iBACAlB,EAAQqB,SAASpH,KAAKkH,OAEjClH,KAAKuG,IAAM,IAXV,CAYJ,CAMDS,SACI,MAAMxK,EAAOwD,KAAKuG,IAAIiB,aACT,OAAThL,IACAwD,KAAKiB,aAAa,OAAQzE,GAC1BwD,KAAKiB,aAAa,WAClBjB,KAAKqH,UAEZ,CAMDE,QACIvH,KAAKqH,SACR,EASL,GAPAtB,EAAQoB,cAAgB,EACxBpB,EAAQqB,SAAW,CAAA,EAMK,oBAAbH,SAEP,GAA2B,mBAAhBQ,YAEPA,YAAY,WAAYC,QAEvB,GAAgC,mBAArB7H,iBAAiC,CAE7CA,iBADyB,eAAgBkC,EAAa,WAAa,SAChC2F,GAAe,EACrD,CAEL,SAASA,IACL,IAAK,IAAIzJ,KAAK8H,EAAQqB,SACdrB,EAAQqB,SAASvF,eAAe5D,IAChC8H,EAAQqB,SAASnJ,GAAGsJ,OAGhC,CC7YO,MAAMI,EACqC,mBAAZC,SAAqD,mBAApBA,QAAQC,QAE/DnH,GAAOkH,QAAQC,UAAUC,KAAKpH,GAG/B,CAACA,EAAI4B,IAAiBA,EAAa5B,EAAI,GAGzCqH,EAAYhG,EAAWgG,WAAahG,EAAWiG,aCHtDC,EAAqC,oBAAdC,WACI,iBAAtBA,UAAUC,SACmB,gBAApCD,UAAUC,QAAQC,cCPf,MAAMC,EAAa,CACtBC,UDOG,cAAiBtF,EAOpBL,YAAYP,GACRW,MAAMX,GACNpC,KAAK/C,gBAAkBmF,EAAKmG,WAC/B,CACGC,WACA,MAAO,WACV,CACDjF,SACI,IAAKvD,KAAKyI,QAEN,OAEJ,MAAMzC,EAAMhG,KAAKgG,MACX0C,EAAY1I,KAAKoC,KAAKsG,UAEtBtG,EAAO6F,EACP,CAAE,EACFzG,EAAKxB,KAAKoC,KAAM,QAAS,oBAAqB,MAAO,MAAO,aAAc,OAAQ,KAAM,UAAW,qBAAsB,eAAgB,kBAAmB,SAAU,aAAc,SAAU,uBAChMpC,KAAKoC,KAAKoE,eACVpE,EAAKuG,QAAU3I,KAAKoC,KAAKoE,cAE7B,IACIxG,KAAK4I,GACyBX,EAIpB,IAAIF,EAAU/B,EAAK0C,EAAWtG,GAH9BsG,EACI,IAAIX,EAAU/B,EAAK0C,GACnB,IAAIX,EAAU/B,EAK/B,CAFD,MAAOX,GACH,OAAOrF,KAAKiB,aAAa,QAASoE,EACrC,CACDrF,KAAK4I,GAAGtK,WAAa0B,KAAKmD,OAAO7E,YDrCR,cCsCzB0B,KAAK6I,mBACR,CAMDA,oBACI7I,KAAK4I,GAAGE,OAAS,KACT9I,KAAKoC,KAAK2G,WACV/I,KAAK4I,GAAGI,QAAQC,QAEpBjJ,KAAK8D,QAAQ,EAEjB9D,KAAK4I,GAAGM,QAAWC,GAAenJ,KAAK0D,QAAQ,CAC3Cb,YAAa,8BACbC,QAASqG,IAEbnJ,KAAK4I,GAAGQ,UAAaC,GAAOrJ,KAAK+D,OAAOsF,EAAG7M,MAC3CwD,KAAK4I,GAAGU,QAAW7D,GAAMzF,KAAKoD,QAAQ,kBAAmBqC,EAC5D,CACD5B,MAAMD,GACF5D,KAAKiD,UAAW,EAGhB,IAAK,IAAIhF,EAAI,EAAGA,EAAI2F,EAAQ1F,OAAQD,IAAK,CACrC,MAAM+F,EAASJ,EAAQ3F,GACjBsL,EAAatL,IAAM2F,EAAQ1F,OAAS,EAC1ClB,EAAagH,EAAQhE,KAAK/C,gBAAiBT,IAmBvC,IAGQwD,KAAK4I,GAAGjF,KAAKnH,EAOpB,CADD,MAAOiJ,GACN,CACG8D,GAGA5B,GAAS,KACL3H,KAAKiD,UAAW,EAChBjD,KAAKiB,aAAa,QAAQ,GAC3BjB,KAAKsC,aACX,GAER,CACJ,CACDmB,eAC2B,IAAZzD,KAAK4I,KACZ5I,KAAK4I,GAAGpF,QACRxD,KAAK4I,GAAK,KAEjB,CAMD5C,MACI,IAAI9C,EAAQlD,KAAKkD,OAAS,GAC1B,MAAMsG,EAASxJ,KAAKoC,KAAKqH,OAAS,MAAQ,KAC1C,IAAIC,EAAO,GAEP1J,KAAKoC,KAAKsH,OACR,QAAUF,GAAqC,MAA3BG,OAAO3J,KAAKoC,KAAKsH,OAClC,OAASF,GAAqC,KAA3BG,OAAO3J,KAAKoC,KAAKsH,SACzCA,EAAO,IAAM1J,KAAKoC,KAAKsH,MAGvB1J,KAAKoC,KAAKwH,oBACV1G,EAAMlD,KAAKoC,KAAKyH,gBAAkB/E,KAGjC9E,KAAK/C,iBACNiG,EAAM4G,IAAM,GAEhB,MAAMC,EAAetF,EAAOvB,GAE5B,OAAQsG,EACJ,QAF8C,IAArCxJ,KAAKoC,KAAK4H,SAASC,QAAQ,KAG5B,IAAMjK,KAAKoC,KAAK4H,SAAW,IAAMhK,KAAKoC,KAAK4H,UACnDN,EACA1J,KAAKoC,KAAK8H,MACTH,EAAa7L,OAAS,IAAM6L,EAAe,GACnD,CAODtB,QACI,QAASV,CACZ,GCjKDoC,QHWG,cAAsBnH,EAOzBL,YAAYP,GAGR,GAFAW,MAAMX,GACNpC,KAAKmK,SAAU,EACS,oBAAbC,SAA0B,CACjC,MAAMC,EAAQ,WAAaD,SAASE,SACpC,IAAIZ,EAAOU,SAASV,KAEfA,IACDA,EAAOW,EAAQ,MAAQ,MAE3BrK,KAAKoG,GACoB,oBAAbgE,UACJhI,EAAK4H,WAAaI,SAASJ,UAC3BN,IAAStH,EAAKsH,KACtB1J,KAAKsG,GAAKlE,EAAKqH,SAAWY,CAC7B,CAID,MAAM9B,EAAcnG,GAAQA,EAAKmG,YACjCvI,KAAK/C,eAAiB4I,IAAY0C,CACrC,CACGC,WACA,MAAO,SACV,CAODjF,SACIvD,KAAKuK,MACR,CAODpG,MAAMC,GACFpE,KAAKsD,WAAa,UAClB,MAAMa,EAAQ,KACVnE,KAAKsD,WAAa,SAClBc,GAAS,EAEb,GAAIpE,KAAKmK,UAAYnK,KAAKiD,SAAU,CAChC,IAAIuH,EAAQ,EACRxK,KAAKmK,UACLK,IACAxK,KAAKG,KAAK,gBAAgB,aACpBqK,GAASrG,GAC/B,KAEiBnE,KAAKiD,WACNuH,IACAxK,KAAKG,KAAK,SAAS,aACbqK,GAASrG,GAC/B,IAES,MAEGA,GAEP,CAMDoG,OACIvK,KAAKmK,SAAU,EACfnK,KAAKyK,SACLzK,KAAKiB,aAAa,OACrB,CAMD8C,OAAOvH,GTpFW,EAACkO,EAAgBpM,KACnC,MAAMqM,EAAiBD,EAAe9M,MAAM2B,GACtCqE,EAAU,GAChB,IAAK,IAAI3F,EAAI,EAAGA,EAAI0M,EAAezM,OAAQD,IAAK,CAC5C,MAAM2M,EAAgBxM,EAAauM,EAAe1M,GAAIK,GAEtD,GADAsF,EAAQ1D,KAAK0K,GACc,UAAvBA,EAAcrO,KACd,KAEP,CACD,OAAOqH,CAAO,ESyFViH,CAAcrO,EAAMwD,KAAKmD,OAAO7E,YAAYlC,SAd1B4H,IAMd,GAJI,YAAchE,KAAKsD,YAA8B,SAAhBU,EAAOzH,MACxCyD,KAAK8D,SAGL,UAAYE,EAAOzH,KAEnB,OADAyD,KAAK0D,QAAQ,CAAEb,YAAa,oCACrB,EAGX7C,KAAKiE,SAASD,EAAO,IAKrB,WAAahE,KAAKsD,aAElBtD,KAAKmK,SAAU,EACfnK,KAAKiB,aAAa,gBACd,SAAWjB,KAAKsD,YAChBtD,KAAKuK,OAKhB,CAMD9G,UACI,MAAMD,EAAQ,KACVxD,KAAK6D,MAAM,CAAC,CAAEtH,KAAM,UAAW,EAE/B,SAAWyD,KAAKsD,WAChBE,IAKAxD,KAAKG,KAAK,OAAQqD,EAEzB,CAODK,MAAMD,GACF5D,KAAKiD,UAAW,ETxJF,EAACW,EAAS1G,KAE5B,MAAMgB,EAAS0F,EAAQ1F,OACjByM,EAAiB,IAAI5J,MAAM7C,GACjC,IAAI4M,EAAQ,EACZlH,EAAQxH,SAAQ,CAAC4H,EAAQ/F,KAErBjB,EAAagH,GAAQ,GAAO3F,IACxBsM,EAAe1M,GAAKI,IACdyM,IAAU5M,GACZhB,EAASyN,EAAehF,KAAKpG,GAChC,GACH,GACJ,ES4IEwL,CAAcnH,GAAUpH,IACpBwD,KAAKgL,QAAQxO,GAAM,KACfwD,KAAKiD,UAAW,EAChBjD,KAAKiB,aAAa,QAAQ,GAC5B,GAET,CAMD+E,MACI,IAAI9C,EAAQlD,KAAKkD,OAAS,GAC1B,MAAMsG,EAASxJ,KAAKoC,KAAKqH,OAAS,QAAU,OAC5C,IAAIC,EAAO,IAEP,IAAU1J,KAAKoC,KAAKwH,oBACpB1G,EAAMlD,KAAKoC,KAAKyH,gBAAkB/E,KAEjC9E,KAAK/C,gBAAmBiG,EAAM+H,MAC/B/H,EAAM4G,IAAM,GAGZ9J,KAAKoC,KAAKsH,OACR,UAAYF,GAAqC,MAA3BG,OAAO3J,KAAKoC,KAAKsH,OACpC,SAAWF,GAAqC,KAA3BG,OAAO3J,KAAKoC,KAAKsH,SAC3CA,EAAO,IAAM1J,KAAKoC,KAAKsH,MAE3B,MAAMK,EAAetF,EAAOvB,GAE5B,OAAQsG,EACJ,QAF8C,IAArCxJ,KAAKoC,KAAK4H,SAASC,QAAQ,KAG5B,IAAMjK,KAAKoC,KAAK4H,SAAW,IAAMhK,KAAKoC,KAAK4H,UACnDN,EACA1J,KAAKoC,KAAK8H,MACTH,EAAa7L,OAAS,IAAM6L,EAAe,GACnD,CAODmB,QAAQ9I,EAAO,IAEX,OADApG,OAAOmP,OAAO/I,EAAM,CAAEgE,GAAIpG,KAAKoG,GAAIE,GAAItG,KAAKsG,IAAMtG,KAAKoC,MAChD,IAAI2D,EAAQ/F,KAAKgG,MAAO5D,EAClC,CAQD4I,QAAQxO,EAAMuD,GACV,MAAMqL,EAAMpL,KAAKkL,QAAQ,CACrBjF,OAAQ,OACRzJ,KAAMA,IAEV4O,EAAIxL,GAAG,UAAWG,GAClBqL,EAAIxL,GAAG,SAAS,CAACyL,EAAWvI,KACxB9C,KAAKoD,QAAQ,iBAAkBiI,EAAWvI,EAAQ,GAEzD,CAMD2H,SACI,MAAMW,EAAMpL,KAAKkL,UACjBE,EAAIxL,GAAG,OAAQI,KAAK+D,OAAOxB,KAAKvC,OAChCoL,EAAIxL,GAAG,SAAS,CAACyL,EAAWvI,KACxB9C,KAAKoD,QAAQ,iBAAkBiI,EAAWvI,EAAQ,IAEtD9C,KAAKsL,QAAUF,CAClB,IItNCG,EAAK,sPACLC,EAAQ,CACV,SAAU,WAAY,YAAa,WAAY,OAAQ,WAAY,OAAQ,OAAQ,WAAY,OAAQ,YAAa,OAAQ,QAAS,UAElI,SAASC,EAAMxG,GAClB,MAAMyG,EAAMzG,EAAK0G,EAAI1G,EAAIgF,QAAQ,KAAMxE,EAAIR,EAAIgF,QAAQ,MAC7C,GAAN0B,IAAiB,GAANlG,IACXR,EAAMA,EAAIvG,UAAU,EAAGiN,GAAK1G,EAAIvG,UAAUiN,EAAGlG,GAAGmG,QAAQ,KAAM,KAAO3G,EAAIvG,UAAU+G,EAAGR,EAAI/G,SAE9F,IAAI2N,EAAIN,EAAGO,KAAK7G,GAAO,IAAKe,EAAM,CAAA,EAAI/H,EAAI,GAC1C,KAAOA,KACH+H,EAAIwF,EAAMvN,IAAM4N,EAAE5N,IAAM,GAU5B,OARU,GAAN0N,IAAiB,GAANlG,IACXO,EAAI+F,OAASL,EACb1F,EAAIgG,KAAOhG,EAAIgG,KAAKtN,UAAU,EAAGsH,EAAIgG,KAAK9N,OAAS,GAAG0N,QAAQ,KAAM,KACpE5F,EAAIiG,UAAYjG,EAAIiG,UAAUL,QAAQ,IAAK,IAAIA,QAAQ,IAAK,IAAIA,QAAQ,KAAM,KAC9E5F,EAAIkG,SAAU,GAElBlG,EAAImG,UAIR,SAAmB/O,EAAK8M,GACpB,MAAMkC,EAAO,WAAYC,EAAQnC,EAAK0B,QAAQQ,EAAM,KAAKxO,MAAM,KACvC,KAApBsM,EAAKlJ,MAAM,EAAG,IAA6B,IAAhBkJ,EAAKhM,QAChCmO,EAAMzL,OAAO,EAAG,GAEE,KAAlBsJ,EAAKlJ,OAAO,IACZqL,EAAMzL,OAAOyL,EAAMnO,OAAS,EAAG,GAEnC,OAAOmO,CACX,CAboBF,CAAUnG,EAAKA,EAAU,MACzCA,EAAIsG,SAaR,SAAkBtG,EAAK9C,GACnB,MAAM1G,EAAO,CAAA,EAMb,OALA0G,EAAM0I,QAAQ,6BAA6B,SAAUW,EAAIC,EAAIC,GACrDD,IACAhQ,EAAKgQ,GAAMC,EAEvB,IACWjQ,CACX,CArBmB8P,CAAStG,EAAKA,EAAW,OACjCA,CACX,CCnCO,MAAM0G,UAAehN,EAOxBiD,YAAYqD,EAAK5D,EAAO,IACpBW,QACA/C,KAAK2M,YAAc,GACf3G,GAAO,iBAAoBA,IAC3B5D,EAAO4D,EACPA,EAAM,MAENA,GACAA,EAAMyF,EAAMzF,GACZ5D,EAAK4H,SAAWhE,EAAIgG,KACpB5J,EAAKqH,OAA0B,UAAjBzD,EAAIsE,UAAyC,QAAjBtE,EAAIsE,SAC9ClI,EAAKsH,KAAO1D,EAAI0D,KACZ1D,EAAI9C,QACJd,EAAKc,MAAQ8C,EAAI9C,QAEhBd,EAAK4J,OACV5J,EAAK4H,SAAWyB,EAAMrJ,EAAK4J,MAAMA,MAErC7J,EAAsBnC,KAAMoC,GAC5BpC,KAAKyJ,OACD,MAAQrH,EAAKqH,OACPrH,EAAKqH,OACe,oBAAbW,UAA4B,WAAaA,SAASE,SAC/DlI,EAAK4H,WAAa5H,EAAKsH,OAEvBtH,EAAKsH,KAAO1J,KAAKyJ,OAAS,MAAQ,MAEtCzJ,KAAKgK,SACD5H,EAAK4H,WACoB,oBAAbI,SAA2BA,SAASJ,SAAW,aAC/DhK,KAAK0J,KACDtH,EAAKsH,OACoB,oBAAbU,UAA4BA,SAASV,KACvCU,SAASV,KACT1J,KAAKyJ,OACD,MACA,MAClBzJ,KAAKqI,WAAajG,EAAKiG,YAAc,CAAC,UAAW,aACjDrI,KAAK2M,YAAc,GACnB3M,KAAK4M,cAAgB,EACrB5M,KAAKoC,KAAOpG,OAAOmP,OAAO,CACtBjB,KAAM,aACN2C,OAAO,EACPlG,iBAAiB,EACjBmG,SAAS,EACTjD,eAAgB,IAChBkD,iBAAiB,EACjBC,kBAAkB,EAClBC,oBAAoB,EACpBC,kBAAmB,CACfC,UAAW,MAEfC,iBAAkB,CAAE,EACpBC,qBAAqB,GACtBjL,GACHpC,KAAKoC,KAAK8H,KACNlK,KAAKoC,KAAK8H,KAAK0B,QAAQ,MAAO,KACzB5L,KAAKoC,KAAK4K,iBAAmB,IAAM,IACb,iBAApBhN,KAAKoC,KAAKc,QACjBlD,KAAKoC,KAAKc,MR/Cf,SAAgBoK,GACnB,IAAIC,EAAM,CAAA,EACNC,EAAQF,EAAG1P,MAAM,KACrB,IAAK,IAAIK,EAAI,EAAGwP,EAAID,EAAMtP,OAAQD,EAAIwP,EAAGxP,IAAK,CAC1C,IAAIyP,EAAOF,EAAMvP,GAAGL,MAAM,KAC1B2P,EAAII,mBAAmBD,EAAK,KAAOC,mBAAmBD,EAAK,GAC9D,CACD,OAAOH,CACX,CQuC8BjO,CAAOU,KAAKoC,KAAKc,QAGvClD,KAAK4N,GAAK,KACV5N,KAAK6N,SAAW,KAChB7N,KAAK8N,aAAe,KACpB9N,KAAK+N,YAAc,KAEnB/N,KAAKgO,iBAAmB,KACQ,mBAArBnO,mBACHG,KAAKoC,KAAKiL,sBAIVrN,KAAKiO,0BAA4B,KACzBjO,KAAKkO,YAELlO,KAAKkO,UAAU1N,qBACfR,KAAKkO,UAAU1K,QAClB,EAEL3D,iBAAiB,eAAgBG,KAAKiO,2BAA2B,IAE/C,cAAlBjO,KAAKgK,WACLhK,KAAKmO,qBAAuB,KACxBnO,KAAK0D,QAAQ,kBAAmB,CAC5Bb,YAAa,2BACf,EAENhD,iBAAiB,UAAWG,KAAKmO,sBAAsB,KAG/DnO,KAAKqD,MACR,CAQD+K,gBAAgB5F,GACZ,MAAMtF,EAAQlH,OAAOmP,OAAO,CAAE,EAAEnL,KAAKoC,KAAKc,OAE1CA,EAAMmL,IdtFU,EcwFhBnL,EAAMgL,UAAY1F,EAEdxI,KAAK4N,KACL1K,EAAM+H,IAAMjL,KAAK4N,IACrB,MAAMxL,EAAOpG,OAAOmP,OAAO,GAAInL,KAAKoC,KAAKgL,iBAAiB5E,GAAOxI,KAAKoC,KAAM,CACxEc,QACAC,OAAQnD,KACRgK,SAAUhK,KAAKgK,SACfP,OAAQzJ,KAAKyJ,OACbC,KAAM1J,KAAK0J,OAEf,OAAO,IAAIrB,EAAWG,GAAMpG,EAC/B,CAMDiB,OACI,IAAI6K,EACJ,GAAIlO,KAAKoC,KAAK2K,iBACVL,EAAO4B,wBACmC,IAA1CtO,KAAKqI,WAAW4B,QAAQ,aACxBiE,EAAY,gBAEX,IAAI,IAAMlO,KAAKqI,WAAWnK,OAK3B,YAHA8B,KAAKsC,cAAa,KACdtC,KAAKiB,aAAa,QAAS,0BAA0B,GACtD,GAIHiN,EAAYlO,KAAKqI,WAAW,EAC/B,CACDrI,KAAKsD,WAAa,UAElB,IACI4K,EAAYlO,KAAKoO,gBAAgBF,EAMpC,CAJD,MAAOzI,GAGH,OAFAzF,KAAKqI,WAAWkG,aAChBvO,KAAKqD,MAER,CACD6K,EAAU7K,OACVrD,KAAKwO,aAAaN,EACrB,CAMDM,aAAaN,GACLlO,KAAKkO,WACLlO,KAAKkO,UAAU1N,qBAGnBR,KAAKkO,UAAYA,EAEjBA,EACKtO,GAAG,QAASI,KAAKyO,QAAQlM,KAAKvC,OAC9BJ,GAAG,SAAUI,KAAKiE,SAAS1B,KAAKvC,OAChCJ,GAAG,QAASI,KAAKoD,QAAQb,KAAKvC,OAC9BJ,GAAG,SAAUgD,GAAW5C,KAAK0D,QAAQ,kBAAmBd,IAChE,CAOD8L,MAAMlG,GACF,IAAI0F,EAAYlO,KAAKoO,gBAAgB5F,GACjCmG,GAAS,EACbjC,EAAO4B,uBAAwB,EAC/B,MAAMM,EAAkB,KAChBD,IAEJT,EAAUvK,KAAK,CAAC,CAAEpH,KAAM,OAAQC,KAAM,WACtC0R,EAAU/N,KAAK,UAAW0O,IACtB,IAAIF,EAEJ,GAAI,SAAWE,EAAItS,MAAQ,UAAYsS,EAAIrS,KAAM,CAG7C,GAFAwD,KAAK8O,WAAY,EACjB9O,KAAKiB,aAAa,YAAaiN,IAC1BA,EACD,OACJxB,EAAO4B,sBAAwB,cAAgBJ,EAAU1F,KACzDxI,KAAKkO,UAAU/J,OAAM,KACbwK,GAEA,WAAa3O,KAAKsD,aAEtB+D,IACArH,KAAKwO,aAAaN,GAClBA,EAAUvK,KAAK,CAAC,CAAEpH,KAAM,aACxByD,KAAKiB,aAAa,UAAWiN,GAC7BA,EAAY,KACZlO,KAAK8O,WAAY,EACjB9O,KAAK+O,QAAO,GAEnB,KACI,CACD,MAAM1J,EAAM,IAAI3C,MAAM,eAEtB2C,EAAI6I,UAAYA,EAAU1F,KAC1BxI,KAAKiB,aAAa,eAAgBoE,EACrC,KACH,EAEN,SAAS2J,IACDL,IAGJA,GAAS,EACTtH,IACA6G,EAAU1K,QACV0K,EAAY,KACf,CAED,MAAM5E,EAAWjE,IACb,MAAM4J,EAAQ,IAAIvM,MAAM,gBAAkB2C,GAE1C4J,EAAMf,UAAYA,EAAU1F,KAC5BwG,IACAhP,KAAKiB,aAAa,eAAgBgO,EAAM,EAE5C,SAASC,IACL5F,EAAQ,mBACX,CAED,SAASJ,IACLI,EAAQ,gBACX,CAED,SAAS6F,EAAUC,GACXlB,GAAakB,EAAG5G,OAAS0F,EAAU1F,MACnCwG,GAEP,CAED,MAAM3H,EAAU,KACZ6G,EAAU3N,eAAe,OAAQqO,GACjCV,EAAU3N,eAAe,QAAS+I,GAClC4E,EAAU3N,eAAe,QAAS2O,GAClClP,KAAKI,IAAI,QAAS8I,GAClBlJ,KAAKI,IAAI,YAAa+O,EAAU,EAEpCjB,EAAU/N,KAAK,OAAQyO,GACvBV,EAAU/N,KAAK,QAASmJ,GACxB4E,EAAU/N,KAAK,QAAS+O,GACxBlP,KAAKG,KAAK,QAAS+I,GACnBlJ,KAAKG,KAAK,YAAagP,GACvBjB,EAAU7K,MACb,CAMDS,SAOI,GANA9D,KAAKsD,WAAa,OAClBoJ,EAAO4B,sBAAwB,cAAgBtO,KAAKkO,UAAU1F,KAC9DxI,KAAKiB,aAAa,QAClBjB,KAAK+O,QAGD,SAAW/O,KAAKsD,YAActD,KAAKoC,KAAK0K,QAAS,CACjD,IAAI7O,EAAI,EACR,MAAMwP,EAAIzN,KAAK6N,SAAS3P,OACxB,KAAOD,EAAIwP,EAAGxP,IACV+B,KAAK0O,MAAM1O,KAAK6N,SAAS5P,GAEhC,CACJ,CAMDgG,SAASD,GACL,GAAI,YAAchE,KAAKsD,YACnB,SAAWtD,KAAKsD,YAChB,YAActD,KAAKsD,WAInB,OAHAtD,KAAKiB,aAAa,SAAU+C,GAE5BhE,KAAKiB,aAAa,aACV+C,EAAOzH,MACX,IAAK,OACDyD,KAAKqP,YAAYC,KAAK7D,MAAMzH,EAAOxH,OACnC,MACJ,IAAK,OACDwD,KAAKuP,mBACLvP,KAAKwP,WAAW,QAChBxP,KAAKiB,aAAa,QAClBjB,KAAKiB,aAAa,QAClB,MACJ,IAAK,QACD,MAAMoE,EAAM,IAAI3C,MAAM,gBAEtB2C,EAAIoK,KAAOzL,EAAOxH,KAClBwD,KAAKoD,QAAQiC,GACb,MACJ,IAAK,UACDrF,KAAKiB,aAAa,OAAQ+C,EAAOxH,MACjCwD,KAAKiB,aAAa,UAAW+C,EAAOxH,MAMnD,CAOD6S,YAAY7S,GACRwD,KAAKiB,aAAa,YAAazE,GAC/BwD,KAAK4N,GAAKpR,EAAKyO,IACfjL,KAAKkO,UAAUhL,MAAM+H,IAAMzO,EAAKyO,IAChCjL,KAAK6N,SAAW7N,KAAK0P,eAAelT,EAAKqR,UACzC7N,KAAK8N,aAAetR,EAAKsR,aACzB9N,KAAK+N,YAAcvR,EAAKuR,YACxB/N,KAAK2P,WAAanT,EAAKmT,WACvB3P,KAAK8D,SAED,WAAa9D,KAAKsD,YAEtBtD,KAAKuP,kBACR,CAMDA,mBACIvP,KAAKwC,eAAexC,KAAKgO,kBACzBhO,KAAKgO,iBAAmBhO,KAAKsC,cAAa,KACtCtC,KAAK0D,QAAQ,eAAe,GAC7B1D,KAAK8N,aAAe9N,KAAK+N,aACxB/N,KAAKoC,KAAK2G,WACV/I,KAAKgO,iBAAiB/E,OAE7B,CAMDwF,UACIzO,KAAK2M,YAAY/L,OAAO,EAAGZ,KAAK4M,eAIhC5M,KAAK4M,cAAgB,EACjB,IAAM5M,KAAK2M,YAAYzO,OACvB8B,KAAKiB,aAAa,SAGlBjB,KAAK+O,OAEZ,CAMDA,QACI,GAAI,WAAa/O,KAAKsD,YAClBtD,KAAKkO,UAAUjL,WACdjD,KAAK8O,WACN9O,KAAK2M,YAAYzO,OAAQ,CACzB,MAAM0F,EAAU5D,KAAK4P,qBACrB5P,KAAKkO,UAAUvK,KAAKC,GAGpB5D,KAAK4M,cAAgBhJ,EAAQ1F,OAC7B8B,KAAKiB,aAAa,QACrB,CACJ,CAOD2O,qBAII,KAH+B5P,KAAK2P,YACR,YAAxB3P,KAAKkO,UAAU1F,MACfxI,KAAK2M,YAAYzO,OAAS,GAE1B,OAAO8B,KAAK2M,YAEhB,IAAIkD,EAAc,EAClB,IAAK,IAAI5R,EAAI,EAAGA,EAAI+B,KAAK2M,YAAYzO,OAAQD,IAAK,CAC9C,MAAMzB,EAAOwD,KAAK2M,YAAY1O,GAAGzB,KAIjC,GAHIA,IACAqT,GXxYO,iBADIzS,EWyYeZ,GXlY1C,SAAoByI,GAChB,IAAI6K,EAAI,EAAG5R,EAAS,EACpB,IAAK,IAAID,EAAI,EAAGwP,EAAIxI,EAAI/G,OAAQD,EAAIwP,EAAGxP,IACnC6R,EAAI7K,EAAI9G,WAAWF,GACf6R,EAAI,IACJ5R,GAAU,EAEL4R,EAAI,KACT5R,GAAU,EAEL4R,EAAI,OAAUA,GAAK,MACxB5R,GAAU,GAGVD,IACAC,GAAU,GAGlB,OAAOA,CACX,CAxBe6R,CAAW3S,GAGfwH,KAAKoL,KAPQ,MAOF5S,EAAI6S,YAAc7S,EAAI8S,QWsY5BjS,EAAI,GAAK4R,EAAc7P,KAAK2P,WAC5B,OAAO3P,KAAK2M,YAAY3L,MAAM,EAAG/C,GAErC4R,GAAe,CAClB,CX/YF,IAAoBzS,EWgZnB,OAAO4C,KAAK2M,WACf,CASD9I,MAAMgL,EAAKsB,EAASpQ,GAEhB,OADAC,KAAKwP,WAAW,UAAWX,EAAKsB,EAASpQ,GAClCC,IACV,CACD2D,KAAKkL,EAAKsB,EAASpQ,GAEf,OADAC,KAAKwP,WAAW,UAAWX,EAAKsB,EAASpQ,GAClCC,IACV,CAUDwP,WAAWjT,EAAMC,EAAM2T,EAASpQ,GAS5B,GARI,mBAAsBvD,IACtBuD,EAAKvD,EACLA,OAAO2J,GAEP,mBAAsBgK,IACtBpQ,EAAKoQ,EACLA,EAAU,MAEV,YAAcnQ,KAAKsD,YAAc,WAAatD,KAAKsD,WACnD,QAEJ6M,EAAUA,GAAW,IACbC,UAAW,IAAUD,EAAQC,SACrC,MAAMpM,EAAS,CACXzH,KAAMA,EACNC,KAAMA,EACN2T,QAASA,GAEbnQ,KAAKiB,aAAa,eAAgB+C,GAClChE,KAAK2M,YAAYzM,KAAK8D,GAClBjE,GACAC,KAAKG,KAAK,QAASJ,GACvBC,KAAK+O,OACR,CAIDvL,QACI,MAAMA,EAAQ,KACVxD,KAAK0D,QAAQ,gBACb1D,KAAKkO,UAAU1K,OAAO,EAEpB6M,EAAkB,KACpBrQ,KAAKI,IAAI,UAAWiQ,GACpBrQ,KAAKI,IAAI,eAAgBiQ,GACzB7M,GAAO,EAEL8M,EAAiB,KAEnBtQ,KAAKG,KAAK,UAAWkQ,GACrBrQ,KAAKG,KAAK,eAAgBkQ,EAAgB,EAqB9C,MAnBI,YAAcrQ,KAAKsD,YAAc,SAAWtD,KAAKsD,aACjDtD,KAAKsD,WAAa,UACdtD,KAAK2M,YAAYzO,OACjB8B,KAAKG,KAAK,SAAS,KACXH,KAAK8O,UACLwB,IAGA9M,GACH,IAGAxD,KAAK8O,UACVwB,IAGA9M,KAGDxD,IACV,CAMDoD,QAAQiC,GACJqH,EAAO4B,uBAAwB,EAC/BtO,KAAKiB,aAAa,QAASoE,GAC3BrF,KAAK0D,QAAQ,kBAAmB2B,EACnC,CAMD3B,QAAQd,EAAQC,GACR,YAAc7C,KAAKsD,YACnB,SAAWtD,KAAKsD,YAChB,YAActD,KAAKsD,aAEnBtD,KAAKwC,eAAexC,KAAKgO,kBAEzBhO,KAAKkO,UAAU1N,mBAAmB,SAElCR,KAAKkO,UAAU1K,QAEfxD,KAAKkO,UAAU1N,qBACoB,mBAAxBC,sBACPA,oBAAoB,eAAgBT,KAAKiO,2BAA2B,GACpExN,oBAAoB,UAAWT,KAAKmO,sBAAsB,IAG9DnO,KAAKsD,WAAa,SAElBtD,KAAK4N,GAAK,KAEV5N,KAAKiB,aAAa,QAAS2B,EAAQC,GAGnC7C,KAAK2M,YAAc,GACnB3M,KAAK4M,cAAgB,EAE5B,CAOD8C,eAAe7B,GACX,MAAM0C,EAAmB,GACzB,IAAItS,EAAI,EACR,MAAMuS,EAAI3C,EAAS3P,OACnB,KAAOD,EAAIuS,EAAGvS,KACL+B,KAAKqI,WAAW4B,QAAQ4D,EAAS5P,KAClCsS,EAAiBrQ,KAAK2N,EAAS5P,IAEvC,OAAOsS,CACV,EAEL7D,EAAOpC,SdliBiB,Ee9BxB,MAAMxN,EAA+C,mBAAhBC,YAM/BH,EAAWZ,OAAOW,UAAUC,SAC5BH,EAAiC,mBAATC,MACT,oBAATA,MACoB,6BAAxBE,EAASC,KAAKH,MAChB+T,EAAiC,mBAATC,MACT,oBAATA,MACoB,6BAAxB9T,EAASC,KAAK6T,MAMf,SAASC,EAASvT,GACrB,OAASN,IAA0BM,aAAeL,aAlBvC,CAACK,GACyB,mBAAvBL,YAAYM,OACpBN,YAAYM,OAAOD,GACnBA,EAAIE,kBAAkBP,YAeqCM,CAAOD,KACnEX,GAAkBW,aAAeV,MACjC+T,GAAkBrT,aAAesT,IAC1C,CACO,SAASE,EAAUxT,EAAKyT,GAC3B,IAAKzT,GAAsB,iBAARA,EACf,OAAO,EAEX,GAAI2D,MAAM+P,QAAQ1T,GAAM,CACpB,IAAK,IAAIa,EAAI,EAAGwP,EAAIrQ,EAAIc,OAAQD,EAAIwP,EAAGxP,IACnC,GAAI2S,EAAUxT,EAAIa,IACd,OAAO,EAGf,OAAO,CACV,CACD,GAAI0S,EAASvT,GACT,OAAO,EAEX,GAAIA,EAAIyT,QACkB,mBAAfzT,EAAIyT,QACU,IAArBvQ,UAAUpC,OACV,OAAO0S,EAAUxT,EAAIyT,UAAU,GAEnC,IAAK,MAAMxU,KAAOe,EACd,GAAIpB,OAAOW,UAAUkF,eAAehF,KAAKO,EAAKf,IAAQuU,EAAUxT,EAAIf,IAChE,OAAO,EAGf,OAAO,CACX,CCzCO,SAAS0U,EAAkB/M,GAC9B,MAAMgN,EAAU,GACVC,EAAajN,EAAOxH,KACpB0U,EAAOlN,EAGb,OAFAkN,EAAK1U,KAAO2U,EAAmBF,EAAYD,GAC3CE,EAAKE,YAAcJ,EAAQ9S,OACpB,CAAE8F,OAAQkN,EAAMF,QAASA,EACpC,CACA,SAASG,EAAmB3U,EAAMwU,GAC9B,IAAKxU,EACD,OAAOA,EACX,GAAImU,EAASnU,GAAO,CAChB,MAAM6U,EAAc,CAAEC,cAAc,EAAM5M,IAAKsM,EAAQ9S,QAEvD,OADA8S,EAAQ9Q,KAAK1D,GACN6U,CACV,CACI,GAAItQ,MAAM+P,QAAQtU,GAAO,CAC1B,MAAM+U,EAAU,IAAIxQ,MAAMvE,EAAK0B,QAC/B,IAAK,IAAID,EAAI,EAAGA,EAAIzB,EAAK0B,OAAQD,IAC7BsT,EAAQtT,GAAKkT,EAAmB3U,EAAKyB,GAAI+S,GAE7C,OAAOO,CACV,CACI,GAAoB,iBAAT/U,KAAuBA,aAAgBwI,MAAO,CAC1D,MAAMuM,EAAU,CAAA,EAChB,IAAK,MAAMlV,KAAOG,EACVR,OAAOW,UAAUkF,eAAehF,KAAKL,EAAMH,KAC3CkV,EAAQlV,GAAO8U,EAAmB3U,EAAKH,GAAM2U,IAGrD,OAAOO,CACV,CACD,OAAO/U,CACX,CASO,SAASgV,EAAkBxN,EAAQgN,GAGtC,OAFAhN,EAAOxH,KAAOiV,GAAmBzN,EAAOxH,KAAMwU,UACvChN,EAAOoN,YACPpN,CACX,CACA,SAASyN,GAAmBjV,EAAMwU,GAC9B,IAAKxU,EACD,OAAOA,EACX,GAAIA,IAA8B,IAAtBA,EAAK8U,aAAuB,CAIpC,GAHyC,iBAAb9U,EAAKkI,KAC7BlI,EAAKkI,KAAO,GACZlI,EAAKkI,IAAMsM,EAAQ9S,OAEnB,OAAO8S,EAAQxU,EAAKkI,KAGpB,MAAM,IAAIhC,MAAM,sBAEvB,CACI,GAAI3B,MAAM+P,QAAQtU,GACnB,IAAK,IAAIyB,EAAI,EAAGA,EAAIzB,EAAK0B,OAAQD,IAC7BzB,EAAKyB,GAAKwT,GAAmBjV,EAAKyB,GAAI+S,QAGzC,GAAoB,iBAATxU,EACZ,IAAK,MAAMH,KAAOG,EACVR,OAAOW,UAAUkF,eAAehF,KAAKL,EAAMH,KAC3CG,EAAKH,GAAOoV,GAAmBjV,EAAKH,GAAM2U,IAItD,OAAOxU,CACX,CC1EY,MAAC8N,GAAW,EACjB,IAAIoH,IACX,SAAWA,GACPA,EAAWA,EAAoB,QAAI,GAAK,UACxCA,EAAWA,EAAuB,WAAI,GAAK,aAC3CA,EAAWA,EAAkB,MAAI,GAAK,QACtCA,EAAWA,EAAgB,IAAI,GAAK,MACpCA,EAAWA,EAA0B,cAAI,GAAK,gBAC9CA,EAAWA,EAAyB,aAAI,GAAK,eAC7CA,EAAWA,EAAuB,WAAI,GAAK,YAC9C,CARD,CAQGA,KAAeA,GAAa,CAAE,IA8E1B,MAAMC,WAAgBjS,EAMzBiD,YAAYiP,GACR7O,QACA/C,KAAK4R,QAAUA,CAClB,CAMDC,IAAIzU,GACA,IAAI4G,EACJ,GAAmB,iBAAR5G,EAAkB,CACzB,GAAI4C,KAAK8R,cACL,MAAM,IAAIpP,MAAM,mDAEpBsB,EAAShE,KAAK+R,aAAa3U,GAC3B,MAAM4U,EAAgBhO,EAAOzH,OAASmV,GAAWO,aAC7CD,GAAiBhO,EAAOzH,OAASmV,GAAWQ,YAC5ClO,EAAOzH,KAAOyV,EAAgBN,GAAWS,MAAQT,GAAWU,IAE5DpS,KAAK8R,cAAgB,IAAIO,GAAoBrO,GAElB,IAAvBA,EAAOoN,aACPrO,MAAM9B,aAAa,UAAW+C,IAKlCjB,MAAM9B,aAAa,UAAW+C,EAErC,KACI,KAAI2M,EAASvT,KAAQA,EAAIwB,OAe1B,MAAM,IAAI8D,MAAM,iBAAmBtF,GAbnC,IAAK4C,KAAK8R,cACN,MAAM,IAAIpP,MAAM,oDAGhBsB,EAAShE,KAAK8R,cAAcQ,eAAelV,GACvC4G,IAEAhE,KAAK8R,cAAgB,KACrB/O,MAAM9B,aAAa,UAAW+C,GAMzC,CACJ,CAOD+N,aAAa9M,GACT,IAAIhH,EAAI,EAER,MAAMkB,EAAI,CACN5C,KAAMoN,OAAO1E,EAAIzG,OAAO,KAE5B,QAA2B2H,IAAvBuL,GAAWvS,EAAE5C,MACb,MAAM,IAAImG,MAAM,uBAAyBvD,EAAE5C,MAG/C,GAAI4C,EAAE5C,OAASmV,GAAWO,cACtB9S,EAAE5C,OAASmV,GAAWQ,WAAY,CAClC,MAAMK,EAAQtU,EAAI,EAClB,KAA2B,MAApBgH,EAAIzG,SAASP,IAAcA,GAAKgH,EAAI/G,SAC3C,MAAMsU,EAAMvN,EAAIvG,UAAU6T,EAAOtU,GACjC,GAAIuU,GAAO7I,OAAO6I,IAA0B,MAAlBvN,EAAIzG,OAAOP,GACjC,MAAM,IAAIyE,MAAM,uBAEpBvD,EAAEiS,YAAczH,OAAO6I,EAC1B,CAED,GAAI,MAAQvN,EAAIzG,OAAOP,EAAI,GAAI,CAC3B,MAAMsU,EAAQtU,EAAI,EAClB,OAASA,GAAG,CAER,GAAI,MADMgH,EAAIzG,OAAOP,GAEjB,MACJ,GAAIA,IAAMgH,EAAI/G,OACV,KACP,CACDiB,EAAEsT,IAAMxN,EAAIvG,UAAU6T,EAAOtU,EAChC,MAEGkB,EAAEsT,IAAM,IAGZ,MAAMC,EAAOzN,EAAIzG,OAAOP,EAAI,GAC5B,GAAI,KAAOyU,GAAQ/I,OAAO+I,IAASA,EAAM,CACrC,MAAMH,EAAQtU,EAAI,EAClB,OAASA,GAAG,CACR,MAAM6R,EAAI7K,EAAIzG,OAAOP,GACrB,GAAI,MAAQ6R,GAAKnG,OAAOmG,IAAMA,EAAG,GAC3B7R,EACF,KACH,CACD,GAAIA,IAAMgH,EAAI/G,OACV,KACP,CACDiB,EAAEyO,GAAKjE,OAAO1E,EAAIvG,UAAU6T,EAAOtU,EAAI,GAC1C,CAED,GAAIgH,EAAIzG,SAASP,GAAI,CACjB,MAAM0U,EAAU3S,KAAK4S,SAAS3N,EAAI4N,OAAO5U,IACzC,IAAI0T,GAAQmB,eAAe3T,EAAE5C,KAAMoW,GAI/B,MAAM,IAAIjQ,MAAM,mBAHhBvD,EAAE3C,KAAOmW,CAKhB,CACD,OAAOxT,CACV,CACDyT,SAAS3N,GACL,IACI,OAAOqK,KAAK7D,MAAMxG,EAAKjF,KAAK4R,QAI/B,CAFD,MAAOnM,GACH,OAAO,CACV,CACJ,CACDsN,sBAAsBxW,EAAMoW,GACxB,OAAQpW,GACJ,KAAKmV,GAAWsB,QACZ,MAA0B,iBAAZL,EAClB,KAAKjB,GAAWuB,WACZ,YAAmB9M,IAAZwM,EACX,KAAKjB,GAAWwB,cACZ,MAA0B,iBAAZP,GAA2C,iBAAZA,EACjD,KAAKjB,GAAWS,MAChB,KAAKT,GAAWO,aACZ,OAAOlR,MAAM+P,QAAQ6B,IAAYA,EAAQzU,OAAS,EACtD,KAAKwT,GAAWU,IAChB,KAAKV,GAAWQ,WACZ,OAAOnR,MAAM+P,QAAQ6B,GAEhC,CAIDQ,UACQnT,KAAK8R,gBACL9R,KAAK8R,cAAcsB,yBACnBpT,KAAK8R,cAAgB,KAE5B,EAUL,MAAMO,GACF1P,YAAYqB,GACRhE,KAAKgE,OAASA,EACdhE,KAAKgR,QAAU,GACfhR,KAAKqT,UAAYrP,CACpB,CASDsO,eAAegB,GAEX,GADAtT,KAAKgR,QAAQ9Q,KAAKoT,GACdtT,KAAKgR,QAAQ9S,SAAW8B,KAAKqT,UAAUjC,YAAa,CAEpD,MAAMpN,EAASwN,EAAkBxR,KAAKqT,UAAWrT,KAAKgR,SAEtD,OADAhR,KAAKoT,yBACEpP,CACV,CACD,OAAO,IACV,CAIDoP,yBACIpT,KAAKqT,UAAY,KACjBrT,KAAKgR,QAAU,EAClB,gDA3RmB,sCAcjB,MAMHrO,YAAY4Q,GACRvT,KAAKuT,SAAWA,CACnB,CAOD9O,OAAOrH,GACH,OAAIA,EAAIb,OAASmV,GAAWS,OAAS/U,EAAIb,OAASmV,GAAWU,MACrDxB,EAAUxT,GAWX,CAAC4C,KAAKwT,eAAepW,IAVb4C,KAAKyT,eAAe,CACvBlX,KAAMa,EAAIb,OAASmV,GAAWS,MACxBT,GAAWO,aACXP,GAAWQ,WACjBO,IAAKrV,EAAIqV,IACTjW,KAAMY,EAAIZ,KACVoR,GAAIxQ,EAAIwQ,IAKvB,CAID4F,eAAepW,GAEX,IAAI6H,EAAM,GAAK7H,EAAIb,KAmBnB,OAjBIa,EAAIb,OAASmV,GAAWO,cACxB7U,EAAIb,OAASmV,GAAWQ,aACxBjN,GAAO7H,EAAIgU,YAAc,KAIzBhU,EAAIqV,KAAO,MAAQrV,EAAIqV,MACvBxN,GAAO7H,EAAIqV,IAAM,KAGjB,MAAQrV,EAAIwQ,KACZ3I,GAAO7H,EAAIwQ,IAGX,MAAQxQ,EAAIZ,OACZyI,GAAOqK,KAAKoE,UAAUtW,EAAIZ,KAAMwD,KAAKuT,WAElCtO,CACV,CAMDwO,eAAerW,GACX,MAAMuW,EAAiB5C,EAAkB3T,GACnC8T,EAAOlR,KAAKwT,eAAeG,EAAe3P,QAC1CgN,EAAU2C,EAAe3C,QAE/B,OADAA,EAAQ4C,QAAQ1C,GACTF,CACV,gBCzFE,SAASpR,GAAGxC,EAAKiM,EAAItJ,GAExB,OADA3C,EAAIwC,GAAGyJ,EAAItJ,GACJ,WACH3C,EAAIgD,IAAIiJ,EAAItJ,EACpB,CACA,CCEA,MAAM8T,GAAkB7X,OAAO8X,OAAO,CAClCC,QAAS,EACTC,cAAe,EACfC,WAAY,EACZC,cAAe,EAEfC,YAAa,EACb5T,eAAgB,IA0Bb,MAAMmM,WAAehN,EAIxBiD,YAAYyR,EAAI3B,EAAKrQ,GACjBW,QAeA/C,KAAKqU,WAAY,EAKjBrU,KAAKsU,WAAY,EAIjBtU,KAAKuU,cAAgB,GAIrBvU,KAAKwU,WAAa,GAOlBxU,KAAKyU,OAAS,GAKdzU,KAAK0U,UAAY,EACjB1U,KAAK2U,IAAM,EACX3U,KAAK4U,KAAO,GACZ5U,KAAK6U,MAAQ,GACb7U,KAAKoU,GAAKA,EACVpU,KAAKyS,IAAMA,EACPrQ,GAAQA,EAAK0S,OACb9U,KAAK8U,KAAO1S,EAAK0S,MAErB9U,KAAK+U,MAAQ/Y,OAAOmP,OAAO,CAAE,EAAE/I,GAC3BpC,KAAKoU,GAAGY,cACRhV,KAAKqD,MACZ,CAeG4R,mBACA,OAAQjV,KAAKqU,SAChB,CAMDa,YACI,GAAIlV,KAAKmV,KACL,OACJ,MAAMf,EAAKpU,KAAKoU,GAChBpU,KAAKmV,KAAO,CACRvV,GAAGwU,EAAI,OAAQpU,KAAK8I,OAAOvG,KAAKvC,OAChCJ,GAAGwU,EAAI,SAAUpU,KAAKoV,SAAS7S,KAAKvC,OACpCJ,GAAGwU,EAAI,QAASpU,KAAKsJ,QAAQ/G,KAAKvC,OAClCJ,GAAGwU,EAAI,QAASpU,KAAKkJ,QAAQ3G,KAAKvC,OAEzC,CAkBGqV,aACA,QAASrV,KAAKmV,IACjB,CAWDpB,UACI,OAAI/T,KAAKqU,YAETrU,KAAKkV,YACAlV,KAAKoU,GAAkB,eACxBpU,KAAKoU,GAAG/Q,OACR,SAAWrD,KAAKoU,GAAGkB,aACnBtV,KAAK8I,UALE9I,IAOd,CAIDqD,OACI,OAAOrD,KAAK+T,SACf,CAgBDpQ,QAAQ7C,GAGJ,OAFAA,EAAK8S,QAAQ,WACb5T,KAAKa,KAAKR,MAAML,KAAMc,GACfd,IACV,CAkBDa,KAAKwI,KAAOvI,GACR,GAAI+S,GAAgBhS,eAAewH,GAC/B,MAAM,IAAI3G,MAAM,IAAM2G,EAAGzM,WAAa,8BAG1C,GADAkE,EAAK8S,QAAQvK,GACTrJ,KAAK+U,MAAMQ,UAAYvV,KAAK6U,MAAMW,YAAcxV,KAAK6U,MAAMY,SAE3D,OADAzV,KAAK0V,YAAY5U,GACVd,KAEX,MAAMgE,EAAS,CACXzH,KAAMmV,GAAWS,MACjB3V,KAAMsE,EAEVkD,QAAiB,IAGjB,GAFAA,EAAOmM,QAAQC,UAAmC,IAAxBpQ,KAAK6U,MAAMzE,SAEjC,mBAAsBtP,EAAKA,EAAK5C,OAAS,GAAI,CAC7C,MAAM0P,EAAK5N,KAAK2U,MACVgB,EAAM7U,EAAK8U,MACjB5V,KAAK6V,qBAAqBjI,EAAI+H,GAC9B3R,EAAO4J,GAAKA,CACf,CACD,MAAMkI,EAAsB9V,KAAKoU,GAAG2B,QAChC/V,KAAKoU,GAAG2B,OAAO7H,WACflO,KAAKoU,GAAG2B,OAAO7H,UAAUjL,SAY7B,OAXsBjD,KAAK6U,MAAMY,YAAcK,IAAwB9V,KAAKqU,aAGnErU,KAAKqU,WACVrU,KAAKgW,wBAAwBhS,GAC7BhE,KAAKgE,OAAOA,IAGZhE,KAAKwU,WAAWtU,KAAK8D,IAEzBhE,KAAK6U,MAAQ,GACN7U,IACV,CAID6V,qBAAqBjI,EAAI+H,GACrB,IAAIM,EACJ,MAAMpP,EAAwC,QAA7BoP,EAAKjW,KAAK6U,MAAMhO,eAA4B,IAAPoP,EAAgBA,EAAKjW,KAAK+U,MAAMmB,WACtF,QAAgB/P,IAAZU,EAEA,YADA7G,KAAK4U,KAAKhH,GAAM+H,GAIpB,MAAMQ,EAAQnW,KAAKoU,GAAG9R,cAAa,YACxBtC,KAAK4U,KAAKhH,GACjB,IAAK,IAAI3P,EAAI,EAAGA,EAAI+B,KAAKwU,WAAWtW,OAAQD,IACpC+B,KAAKwU,WAAWvW,GAAG2P,KAAOA,GAC1B5N,KAAKwU,WAAW5T,OAAO3C,EAAG,GAGlC0X,EAAI9Y,KAAKmD,KAAM,IAAI0C,MAAM,2BAA2B,GACrDmE,GACH7G,KAAK4U,KAAKhH,GAAM,IAAI9M,KAEhBd,KAAKoU,GAAG5R,eAAe2T,GACvBR,EAAItV,MAAML,KAAM,CAAC,QAASc,GAAM,CAEvC,CAiBDsV,YAAY/M,KAAOvI,GAEf,MAAMuV,OAAiClQ,IAAvBnG,KAAK6U,MAAMhO,cAAmDV,IAA1BnG,KAAK+U,MAAMmB,WAC/D,OAAO,IAAItO,SAAQ,CAACC,EAASyO,KACzBxV,EAAKZ,MAAK,CAACqW,EAAMC,IACTH,EACOE,EAAOD,EAAOC,GAAQ1O,EAAQ2O,GAG9B3O,EAAQ0O,KAGvBvW,KAAKa,KAAKwI,KAAOvI,EAAK,GAE7B,CAMD4U,YAAY5U,GACR,IAAI6U,EACiC,mBAA1B7U,EAAKA,EAAK5C,OAAS,KAC1ByX,EAAM7U,EAAK8U,OAEf,MAAM5R,EAAS,CACX4J,GAAI5N,KAAK0U,YACT+B,SAAU,EACVC,SAAS,EACT5V,OACA+T,MAAO7Y,OAAOmP,OAAO,CAAEqK,WAAW,GAAQxV,KAAK6U,QAEnD/T,EAAKZ,MAAK,CAACmF,KAAQsR,KACf,GAAI3S,IAAWhE,KAAKyU,OAAO,GAEvB,OAkBJ,OAhByB,OAARpP,EAETrB,EAAOyS,SAAWzW,KAAK+U,MAAMQ,UAC7BvV,KAAKyU,OAAOlG,QACRoH,GACAA,EAAItQ,KAKZrF,KAAKyU,OAAOlG,QACRoH,GACAA,EAAI,QAASgB,IAGrB3S,EAAO0S,SAAU,EACV1W,KAAK4W,aAAa,IAE7B5W,KAAKyU,OAAOvU,KAAK8D,GACjBhE,KAAK4W,aACR,CAODA,YAAYC,GAAQ,GAChB,IAAK7W,KAAKqU,WAAoC,IAAvBrU,KAAKyU,OAAOvW,OAC/B,OAEJ,MAAM8F,EAAShE,KAAKyU,OAAO,GACvBzQ,EAAO0S,UAAYG,IAGvB7S,EAAO0S,SAAU,EACjB1S,EAAOyS,WACPzW,KAAK6U,MAAQ7Q,EAAO6Q,MACpB7U,KAAKa,KAAKR,MAAML,KAAMgE,EAAOlD,MAChC,CAODkD,OAAOA,GACHA,EAAOyO,IAAMzS,KAAKyS,IAClBzS,KAAKoU,GAAG0C,QAAQ9S,EACnB,CAMD8E,SAC4B,mBAAb9I,KAAK8U,KACZ9U,KAAK8U,MAAMtY,IACPwD,KAAK+W,mBAAmBva,EAAK,IAIjCwD,KAAK+W,mBAAmB/W,KAAK8U,KAEpC,CAODiC,mBAAmBva,GACfwD,KAAKgE,OAAO,CACRzH,KAAMmV,GAAWsB,QACjBxW,KAAMwD,KAAKgX,KACLhb,OAAOmP,OAAO,CAAE8L,IAAKjX,KAAKgX,KAAME,OAAQlX,KAAKmX,aAAe3a,GAC5DA,GAEb,CAOD8M,QAAQjE,GACCrF,KAAKqU,WACNrU,KAAKiB,aAAa,gBAAiBoE,EAE1C,CAQD6D,QAAQtG,EAAQC,GACZ7C,KAAKqU,WAAY,SACVrU,KAAK4N,GACZ5N,KAAKiB,aAAa,aAAc2B,EAAQC,EAC3C,CAODuS,SAASpR,GAEL,GADsBA,EAAOyO,MAAQzS,KAAKyS,IAG1C,OAAQzO,EAAOzH,MACX,KAAKmV,GAAWsB,QACRhP,EAAOxH,MAAQwH,EAAOxH,KAAKyO,IAC3BjL,KAAKoX,UAAUpT,EAAOxH,KAAKyO,IAAKjH,EAAOxH,KAAKya,KAG5CjX,KAAKiB,aAAa,gBAAiB,IAAIyB,MAAM,8LAEjD,MACJ,KAAKgP,GAAWS,MAChB,KAAKT,GAAWO,aACZjS,KAAKqX,QAAQrT,GACb,MACJ,KAAK0N,GAAWU,IAChB,KAAKV,GAAWQ,WACZlS,KAAKsX,MAAMtT,GACX,MACJ,KAAK0N,GAAWuB,WACZjT,KAAKuX,eACL,MACJ,KAAK7F,GAAWwB,cACZlT,KAAKmT,UACL,MAAM9N,EAAM,IAAI3C,MAAMsB,EAAOxH,KAAKgb,SAElCnS,EAAI7I,KAAOwH,EAAOxH,KAAKA,KACvBwD,KAAKiB,aAAa,gBAAiBoE,GAG9C,CAODgS,QAAQrT,GACJ,MAAMlD,EAAOkD,EAAOxH,MAAQ,GACxB,MAAQwH,EAAO4J,IACf9M,EAAKZ,KAAKF,KAAK2V,IAAI3R,EAAO4J,KAE1B5N,KAAKqU,UACLrU,KAAKyX,UAAU3W,GAGfd,KAAKuU,cAAcrU,KAAKlE,OAAO8X,OAAOhT,GAE7C,CACD2W,UAAU3W,GACN,GAAId,KAAK0X,eAAiB1X,KAAK0X,cAAcxZ,OAAQ,CACjD,MAAMgD,EAAYlB,KAAK0X,cAAc1W,QACrC,IAAK,MAAM2W,KAAYzW,EACnByW,EAAStX,MAAML,KAAMc,EAE5B,CACDiC,MAAMlC,KAAKR,MAAML,KAAMc,GACnBd,KAAKgX,MAAQlW,EAAK5C,QAA2C,iBAA1B4C,EAAKA,EAAK5C,OAAS,KACtD8B,KAAKmX,YAAcrW,EAAKA,EAAK5C,OAAS,GAE7C,CAMDyX,IAAI/H,GACA,MAAMvM,EAAOrB,KACb,IAAI4X,GAAO,EACX,OAAO,YAAa9W,GAEZ8W,IAEJA,GAAO,EACPvW,EAAK2C,OAAO,CACRzH,KAAMmV,GAAWU,IACjBxE,GAAIA,EACJpR,KAAMsE,IAEtB,CACK,CAODwW,MAAMtT,GACF,MAAM2R,EAAM3V,KAAK4U,KAAK5Q,EAAO4J,IACzB,mBAAsB+H,IACtBA,EAAItV,MAAML,KAAMgE,EAAOxH,aAChBwD,KAAK4U,KAAK5Q,EAAO4J,IAI/B,CAMDwJ,UAAUxJ,EAAIqJ,GACVjX,KAAK4N,GAAKA,EACV5N,KAAKsU,UAAY2C,GAAOjX,KAAKgX,OAASC,EACtCjX,KAAKgX,KAAOC,EACZjX,KAAKqU,WAAY,EACjBrU,KAAK6X,eACL7X,KAAKiB,aAAa,WAClBjB,KAAK4W,aAAY,EACpB,CAMDiB,eACI7X,KAAKuU,cAAcnY,SAAS0E,GAASd,KAAKyX,UAAU3W,KACpDd,KAAKuU,cAAgB,GACrBvU,KAAKwU,WAAWpY,SAAS4H,IACrBhE,KAAKgW,wBAAwBhS,GAC7BhE,KAAKgE,OAAOA,EAAO,IAEvBhE,KAAKwU,WAAa,EACrB,CAMD+C,eACIvX,KAAKmT,UACLnT,KAAKkJ,QAAQ,uBAChB,CAQDiK,UACQnT,KAAKmV,OAELnV,KAAKmV,KAAK/Y,SAAS0b,GAAeA,MAClC9X,KAAKmV,UAAOhP,GAEhBnG,KAAKoU,GAAa,SAAEpU,KACvB,CAiBDiU,aAUI,OATIjU,KAAKqU,WACLrU,KAAKgE,OAAO,CAAEzH,KAAMmV,GAAWuB,aAGnCjT,KAAKmT,UACDnT,KAAKqU,WAELrU,KAAKkJ,QAAQ,wBAEVlJ,IACV,CAMDwD,QACI,OAAOxD,KAAKiU,YACf,CAUD7D,SAASA,GAEL,OADApQ,KAAK6U,MAAMzE,SAAWA,EACfpQ,IACV,CAUGyV,eAEA,OADAzV,KAAK6U,MAAMY,UAAW,EACfzV,IACV,CAcD6G,QAAQA,GAEJ,OADA7G,KAAK6U,MAAMhO,QAAUA,EACd7G,IACV,CAYD+X,MAAMJ,GAGF,OAFA3X,KAAK0X,cAAgB1X,KAAK0X,eAAiB,GAC3C1X,KAAK0X,cAAcxX,KAAKyX,GACjB3X,IACV,CAYDgY,WAAWL,GAGP,OAFA3X,KAAK0X,cAAgB1X,KAAK0X,eAAiB,GAC3C1X,KAAK0X,cAAc9D,QAAQ+D,GACpB3X,IACV,CAmBDiY,OAAON,GACH,IAAK3X,KAAK0X,cACN,OAAO1X,KAEX,GAAI2X,EAAU,CACV,MAAMzW,EAAYlB,KAAK0X,cACvB,IAAK,IAAIzZ,EAAI,EAAGA,EAAIiD,EAAUhD,OAAQD,IAClC,GAAI0Z,IAAazW,EAAUjD,GAEvB,OADAiD,EAAUN,OAAO3C,EAAG,GACb+B,IAGlB,MAEGA,KAAK0X,cAAgB,GAEzB,OAAO1X,IACV,CAKDkY,eACI,OAAOlY,KAAK0X,eAAiB,EAChC,CAcDS,cAAcR,GAGV,OAFA3X,KAAKoY,sBAAwBpY,KAAKoY,uBAAyB,GAC3DpY,KAAKoY,sBAAsBlY,KAAKyX,GACzB3X,IACV,CAcDqY,mBAAmBV,GAGf,OAFA3X,KAAKoY,sBAAwBpY,KAAKoY,uBAAyB,GAC3DpY,KAAKoY,sBAAsBxE,QAAQ+D,GAC5B3X,IACV,CAmBDsY,eAAeX,GACX,IAAK3X,KAAKoY,sBACN,OAAOpY,KAEX,GAAI2X,EAAU,CACV,MAAMzW,EAAYlB,KAAKoY,sBACvB,IAAK,IAAIna,EAAI,EAAGA,EAAIiD,EAAUhD,OAAQD,IAClC,GAAI0Z,IAAazW,EAAUjD,GAEvB,OADAiD,EAAUN,OAAO3C,EAAG,GACb+B,IAGlB,MAEGA,KAAKoY,sBAAwB,GAEjC,OAAOpY,IACV,CAKDuY,uBACI,OAAOvY,KAAKoY,uBAAyB,EACxC,CAQDpC,wBAAwBhS,GACpB,GAAIhE,KAAKoY,uBAAyBpY,KAAKoY,sBAAsBla,OAAQ,CACjE,MAAMgD,EAAYlB,KAAKoY,sBAAsBpX,QAC7C,IAAK,MAAM2W,KAAYzW,EACnByW,EAAStX,MAAML,KAAMgE,EAAOxH,KAEnC,CACJ,ECzzBE,SAASgc,GAAQpW,GACpBA,EAAOA,GAAQ,GACfpC,KAAKyY,GAAKrW,EAAKsW,KAAO,IACtB1Y,KAAK2Y,IAAMvW,EAAKuW,KAAO,IACvB3Y,KAAK4Y,OAASxW,EAAKwW,QAAU,EAC7B5Y,KAAK6Y,OAASzW,EAAKyW,OAAS,GAAKzW,EAAKyW,QAAU,EAAIzW,EAAKyW,OAAS,EAClE7Y,KAAK8Y,SAAW,CACpB,CAOAN,GAAQ7b,UAAUoc,SAAW,WACzB,IAAIN,EAAKzY,KAAKyY,GAAK7T,KAAKoU,IAAIhZ,KAAK4Y,OAAQ5Y,KAAK8Y,YAC9C,GAAI9Y,KAAK6Y,OAAQ,CACb,IAAII,EAAOrU,KAAKsU,SACZC,EAAYvU,KAAKC,MAAMoU,EAAOjZ,KAAK6Y,OAASJ,GAChDA,EAAoC,IAAN,EAAxB7T,KAAKC,MAAa,GAAPoU,IAAuBR,EAAKU,EAAYV,EAAKU,CACjE,CACD,OAAgC,EAAzBvU,KAAK8T,IAAID,EAAIzY,KAAK2Y,IAC7B,EAMAH,GAAQ7b,UAAUyc,MAAQ,WACtBpZ,KAAK8Y,SAAW,CACpB,EAMAN,GAAQ7b,UAAU0c,OAAS,SAAUX,GACjC1Y,KAAKyY,GAAKC,CACd,EAMAF,GAAQ7b,UAAU2c,OAAS,SAAUX,GACjC3Y,KAAK2Y,IAAMA,CACf,EAMAH,GAAQ7b,UAAU4c,UAAY,SAAUV,GACpC7Y,KAAK6Y,OAASA,CAClB,EC3DO,MAAMW,WAAgB9Z,EACzBiD,YAAYqD,EAAK5D,GACb,IAAI6T,EACJlT,QACA/C,KAAKyZ,KAAO,GACZzZ,KAAKmV,KAAO,GACRnP,GAAO,iBAAoBA,IAC3B5D,EAAO4D,EACPA,OAAMG,IAEV/D,EAAOA,GAAQ,IACV8H,KAAO9H,EAAK8H,MAAQ,aACzBlK,KAAKoC,KAAOA,EACZD,EAAsBnC,KAAMoC,GAC5BpC,KAAK0Z,cAAmC,IAAtBtX,EAAKsX,cACvB1Z,KAAK2Z,qBAAqBvX,EAAKuX,sBAAwBC,KACvD5Z,KAAK6Z,kBAAkBzX,EAAKyX,mBAAqB,KACjD7Z,KAAK8Z,qBAAqB1X,EAAK0X,sBAAwB,KACvD9Z,KAAK+Z,oBAAwD,QAAnC9D,EAAK7T,EAAK2X,2BAAwC,IAAP9D,EAAgBA,EAAK,IAC1FjW,KAAKga,QAAU,IAAIxB,GAAQ,CACvBE,IAAK1Y,KAAK6Z,oBACVlB,IAAK3Y,KAAK8Z,uBACVjB,OAAQ7Y,KAAK+Z,wBAEjB/Z,KAAK6G,QAAQ,MAAQzE,EAAKyE,QAAU,IAAQzE,EAAKyE,SACjD7G,KAAKsV,YAAc,SACnBtV,KAAKgG,IAAMA,EACX,MAAMiU,EAAU7X,EAAK8X,QAAUA,GAC/Bla,KAAKma,QAAU,IAAIF,EAAQG,QAC3Bpa,KAAKqa,QAAU,IAAIJ,EAAQtI,QAC3B3R,KAAKgV,cAAoC,IAArB5S,EAAKkY,YACrBta,KAAKgV,cACLhV,KAAKqD,MACZ,CACDqW,aAAaa,GACT,OAAKja,UAAUpC,QAEf8B,KAAKwa,gBAAkBD,EAChBva,MAFIA,KAAKwa,aAGnB,CACDb,qBAAqBY,GACjB,YAAUpU,IAANoU,EACOva,KAAKya,uBAChBza,KAAKya,sBAAwBF,EACtBva,KACV,CACD6Z,kBAAkBU,GACd,IAAItE,EACJ,YAAU9P,IAANoU,EACOva,KAAK0a,oBAChB1a,KAAK0a,mBAAqBH,EACF,QAAvBtE,EAAKjW,KAAKga,eAA4B,IAAP/D,GAAyBA,EAAGoD,OAAOkB,GAC5Dva,KACV,CACD+Z,oBAAoBQ,GAChB,IAAItE,EACJ,YAAU9P,IAANoU,EACOva,KAAK2a,sBAChB3a,KAAK2a,qBAAuBJ,EACJ,QAAvBtE,EAAKjW,KAAKga,eAA4B,IAAP/D,GAAyBA,EAAGsD,UAAUgB,GAC/Dva,KACV,CACD8Z,qBAAqBS,GACjB,IAAItE,EACJ,YAAU9P,IAANoU,EACOva,KAAK4a,uBAChB5a,KAAK4a,sBAAwBL,EACL,QAAvBtE,EAAKjW,KAAKga,eAA4B,IAAP/D,GAAyBA,EAAGqD,OAAOiB,GAC5Dva,KACV,CACD6G,QAAQ0T,GACJ,OAAKja,UAAUpC,QAEf8B,KAAK6a,SAAWN,EACTva,MAFIA,KAAK6a,QAGnB,CAODC,wBAES9a,KAAK+a,eACN/a,KAAKwa,eACqB,IAA1Bxa,KAAKga,QAAQlB,UAEb9Y,KAAKgb,WAEZ,CAQD3X,KAAKtD,GACD,IAAKC,KAAKsV,YAAYrL,QAAQ,QAC1B,OAAOjK,KACXA,KAAK+V,OAAS,IAAIkF,EAAOjb,KAAKgG,IAAKhG,KAAKoC,MACxC,MAAMe,EAASnD,KAAK+V,OACd1U,EAAOrB,KACbA,KAAKsV,YAAc,UACnBtV,KAAKkb,eAAgB,EAErB,MAAMC,EAAiBvb,GAAGuD,EAAQ,QAAQ,WACtC9B,EAAKyH,SACL/I,GAAMA,GAClB,IAEcqb,EAAWxb,GAAGuD,EAAQ,SAAUkC,IAClChE,EAAKgG,UACLhG,EAAKiU,YAAc,SACnBtV,KAAKiB,aAAa,QAASoE,GACvBtF,EACAA,EAAGsF,GAIHhE,EAAKyZ,sBACR,IAEL,IAAI,IAAU9a,KAAK6a,SAAU,CACzB,MAAMhU,EAAU7G,KAAK6a,SACL,IAAZhU,GACAsU,IAGJ,MAAMhF,EAAQnW,KAAKsC,cAAa,KAC5B6Y,IACAhY,EAAOK,QAEPL,EAAOtC,KAAK,QAAS,IAAI6B,MAAM,WAAW,GAC3CmE,GACC7G,KAAKoC,KAAK2G,WACVoN,EAAMlN,QAEVjJ,KAAKmV,KAAKjV,MAAK,WACXgC,aAAaiU,EAC7B,GACS,CAGD,OAFAnW,KAAKmV,KAAKjV,KAAKib,GACfnb,KAAKmV,KAAKjV,KAAKkb,GACRpb,IACV,CAOD+T,QAAQhU,GACJ,OAAOC,KAAKqD,KAAKtD,EACpB,CAMD+I,SAEI9I,KAAKqH,UAELrH,KAAKsV,YAAc,OACnBtV,KAAKiB,aAAa,QAElB,MAAMkC,EAASnD,KAAK+V,OACpB/V,KAAKmV,KAAKjV,KAAKN,GAAGuD,EAAQ,OAAQnD,KAAKqb,OAAO9Y,KAAKvC,OAAQJ,GAAGuD,EAAQ,OAAQnD,KAAKsb,OAAO/Y,KAAKvC,OAAQJ,GAAGuD,EAAQ,QAASnD,KAAKsJ,QAAQ/G,KAAKvC,OAAQJ,GAAGuD,EAAQ,QAASnD,KAAKkJ,QAAQ3G,KAAKvC,OAAQJ,GAAGI,KAAKqa,QAAS,UAAWra,KAAKub,UAAUhZ,KAAKvC,OACtP,CAMDqb,SACIrb,KAAKiB,aAAa,OACrB,CAMDqa,OAAO9e,GACH,IACIwD,KAAKqa,QAAQxI,IAAIrV,EAIpB,CAFD,MAAOiJ,GACHzF,KAAKkJ,QAAQ,cAAezD,EAC/B,CACJ,CAMD8V,UAAUvX,GAEN2D,GAAS,KACL3H,KAAKiB,aAAa,SAAU+C,EAAO,GACpChE,KAAKsC,aACX,CAMDgH,QAAQjE,GACJrF,KAAKiB,aAAa,QAASoE,EAC9B,CAODlC,OAAOsP,EAAKrQ,GACR,IAAIe,EAASnD,KAAKyZ,KAAKhH,GAQvB,OAPKtP,EAIInD,KAAKgV,eAAiB7R,EAAOkS,QAClClS,EAAO4Q,WAJP5Q,EAAS,IAAIuJ,GAAO1M,KAAMyS,EAAKrQ,GAC/BpC,KAAKyZ,KAAKhH,GAAOtP,GAKdA,CACV,CAODqY,SAASrY,GACL,MAAMsW,EAAOzd,OAAOG,KAAK6D,KAAKyZ,MAC9B,IAAK,MAAMhH,KAAOgH,EAAM,CAEpB,GADezZ,KAAKyZ,KAAKhH,GACd4C,OACP,MAEP,CACDrV,KAAKyb,QACR,CAOD3E,QAAQ9S,GACJ,MAAM2G,EAAiB3K,KAAKma,QAAQ1V,OAAOT,GAC3C,IAAK,IAAI/F,EAAI,EAAGA,EAAI0M,EAAezM,OAAQD,IACvC+B,KAAK+V,OAAOlS,MAAM8G,EAAe1M,GAAI+F,EAAOmM,QAEnD,CAMD9I,UACIrH,KAAKmV,KAAK/Y,SAAS0b,GAAeA,MAClC9X,KAAKmV,KAAKjX,OAAS,EACnB8B,KAAKqa,QAAQlH,SAChB,CAMDsI,SACIzb,KAAKkb,eAAgB,EACrBlb,KAAK+a,eAAgB,EACrB/a,KAAKkJ,QAAQ,gBACTlJ,KAAK+V,QACL/V,KAAK+V,OAAOvS,OACnB,CAMDyQ,aACI,OAAOjU,KAAKyb,QACf,CAMDvS,QAAQtG,EAAQC,GACZ7C,KAAKqH,UACLrH,KAAKga,QAAQZ,QACbpZ,KAAKsV,YAAc,SACnBtV,KAAKiB,aAAa,QAAS2B,EAAQC,GAC/B7C,KAAKwa,gBAAkBxa,KAAKkb,eAC5Blb,KAAKgb,WAEZ,CAMDA,YACI,GAAIhb,KAAK+a,eAAiB/a,KAAKkb,cAC3B,OAAOlb,KACX,MAAMqB,EAAOrB,KACb,GAAIA,KAAKga,QAAQlB,UAAY9Y,KAAKya,sBAC9Bza,KAAKga,QAAQZ,QACbpZ,KAAKiB,aAAa,oBAClBjB,KAAK+a,eAAgB,MAEpB,CACD,MAAMW,EAAQ1b,KAAKga,QAAQjB,WAC3B/Y,KAAK+a,eAAgB,EACrB,MAAM5E,EAAQnW,KAAKsC,cAAa,KACxBjB,EAAK6Z,gBAETlb,KAAKiB,aAAa,oBAAqBI,EAAK2Y,QAAQlB,UAEhDzX,EAAK6Z,eAET7Z,EAAKgC,MAAMgC,IACHA,GACAhE,EAAK0Z,eAAgB,EACrB1Z,EAAK2Z,YACLhb,KAAKiB,aAAa,kBAAmBoE,IAGrChE,EAAKsa,aACR,IACH,GACHD,GACC1b,KAAKoC,KAAK2G,WACVoN,EAAMlN,QAEVjJ,KAAKmV,KAAKjV,MAAK,WACXgC,aAAaiU,EAC7B,GACS,CACJ,CAMDwF,cACI,MAAMC,EAAU5b,KAAKga,QAAQlB,SAC7B9Y,KAAK+a,eAAgB,EACrB/a,KAAKga,QAAQZ,QACbpZ,KAAKiB,aAAa,YAAa2a,EAClC,ECjWL,MAAMC,GAAQ,CAAA,EACd,SAAS9d,GAAOiI,EAAK5D,GACE,iBAAR4D,IACP5D,EAAO4D,EACPA,OAAMG,GAGV,MAAM2V,ECHH,SAAa9V,EAAKkE,EAAO,GAAI6R,GAChC,IAAI3e,EAAM4I,EAEV+V,EAAMA,GAA4B,oBAAb3R,UAA4BA,SAC7C,MAAQpE,IACRA,EAAM+V,EAAIzR,SAAW,KAAOyR,EAAI/P,MAEjB,iBAARhG,IACH,MAAQA,EAAIxH,OAAO,KAEfwH,EADA,MAAQA,EAAIxH,OAAO,GACbud,EAAIzR,SAAWtE,EAGf+V,EAAI/P,KAAOhG,GAGpB,sBAAsBgW,KAAKhW,KAExBA,OADA,IAAuB+V,EACjBA,EAAIzR,SAAW,KAAOtE,EAGtB,WAAaA,GAI3B5I,EAAMqO,EAAMzF,IAGX5I,EAAIsM,OACD,cAAcsS,KAAK5e,EAAIkN,UACvBlN,EAAIsM,KAAO,KAEN,eAAesS,KAAK5e,EAAIkN,YAC7BlN,EAAIsM,KAAO,QAGnBtM,EAAI8M,KAAO9M,EAAI8M,MAAQ,IACvB,MACM8B,GADkC,IAA3B5O,EAAI4O,KAAK/B,QAAQ,KACV,IAAM7M,EAAI4O,KAAO,IAAM5O,EAAI4O,KAS/C,OAPA5O,EAAIwQ,GAAKxQ,EAAIkN,SAAW,MAAQ0B,EAAO,IAAM5O,EAAIsM,KAAOQ,EAExD9M,EAAI6e,KACA7e,EAAIkN,SACA,MACA0B,GACC+P,GAAOA,EAAIrS,OAAStM,EAAIsM,KAAO,GAAK,IAAMtM,EAAIsM,MAChDtM,CACX,CD7CmB8e,CAAIlW,GADnB5D,EAAOA,GAAQ,IACc8H,MAAQ,cAC/B6B,EAAS+P,EAAO/P,OAChB6B,EAAKkO,EAAOlO,GACZ1D,EAAO4R,EAAO5R,KACdiS,EAAgBN,GAAMjO,IAAO1D,KAAQ2R,GAAMjO,GAAU,KAK3D,IAAIwG,EAaJ,OAjBsBhS,EAAKga,UACvBha,EAAK,0BACL,IAAUA,EAAKia,WACfF,EAGA/H,EAAK,IAAIoF,GAAQzN,EAAQ3J,IAGpByZ,GAAMjO,KACPiO,GAAMjO,GAAM,IAAI4L,GAAQzN,EAAQ3J,IAEpCgS,EAAKyH,GAAMjO,IAEXkO,EAAO5Y,QAAUd,EAAKc,QACtBd,EAAKc,MAAQ4Y,EAAOxP,UAEjB8H,EAAGjR,OAAO2Y,EAAO5R,KAAM9H,EAClC,CAGApG,OAAOmP,OAAOpN,GAAQ,CAClByb,WACA9M,UACA0H,GAAIrW,GACJgW,QAAShW"} \ No newline at end of file diff --git a/software/flow/node_modules/socket.io/client-dist/socket.io.js b/software/flow/node_modules/socket.io/client-dist/socket.io.js deleted file mode 100644 index 5e9c2da..0000000 --- a/software/flow/node_modules/socket.io/client-dist/socket.io.js +++ /dev/null @@ -1,4736 +0,0 @@ -/*! - * Socket.IO v4.6.1 - * (c) 2014-2023 Guillermo Rauch - * Released under the MIT License. - */ -(function (global, factory) { - typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() : - typeof define === 'function' && define.amd ? define(factory) : - (global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.io = factory()); -})(this, (function () { 'use strict'; - - function _typeof(obj) { - "@babel/helpers - typeof"; - - return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { - return typeof obj; - } : function (obj) { - return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; - }, _typeof(obj); - } - - function _classCallCheck(instance, Constructor) { - if (!(instance instanceof Constructor)) { - throw new TypeError("Cannot call a class as a function"); - } - } - - function _defineProperties(target, props) { - for (var i = 0; i < props.length; i++) { - var descriptor = props[i]; - descriptor.enumerable = descriptor.enumerable || false; - descriptor.configurable = true; - if ("value" in descriptor) descriptor.writable = true; - Object.defineProperty(target, descriptor.key, descriptor); - } - } - - function _createClass(Constructor, protoProps, staticProps) { - if (protoProps) _defineProperties(Constructor.prototype, protoProps); - if (staticProps) _defineProperties(Constructor, staticProps); - Object.defineProperty(Constructor, "prototype", { - writable: false - }); - return Constructor; - } - - function _extends() { - _extends = Object.assign ? Object.assign.bind() : function (target) { - for (var i = 1; i < arguments.length; i++) { - var source = arguments[i]; - - for (var key in source) { - if (Object.prototype.hasOwnProperty.call(source, key)) { - target[key] = source[key]; - } - } - } - - return target; - }; - return _extends.apply(this, arguments); - } - - function _inherits(subClass, superClass) { - if (typeof superClass !== "function" && superClass !== null) { - throw new TypeError("Super expression must either be null or a function"); - } - - subClass.prototype = Object.create(superClass && superClass.prototype, { - constructor: { - value: subClass, - writable: true, - configurable: true - } - }); - Object.defineProperty(subClass, "prototype", { - writable: false - }); - if (superClass) _setPrototypeOf(subClass, superClass); - } - - function _getPrototypeOf(o) { - _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { - return o.__proto__ || Object.getPrototypeOf(o); - }; - return _getPrototypeOf(o); - } - - function _setPrototypeOf(o, p) { - _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { - o.__proto__ = p; - return o; - }; - return _setPrototypeOf(o, p); - } - - function _isNativeReflectConstruct() { - if (typeof Reflect === "undefined" || !Reflect.construct) return false; - if (Reflect.construct.sham) return false; - if (typeof Proxy === "function") return true; - - try { - Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); - return true; - } catch (e) { - return false; - } - } - - function _construct(Parent, args, Class) { - if (_isNativeReflectConstruct()) { - _construct = Reflect.construct.bind(); - } else { - _construct = function _construct(Parent, args, Class) { - var a = [null]; - a.push.apply(a, args); - var Constructor = Function.bind.apply(Parent, a); - var instance = new Constructor(); - if (Class) _setPrototypeOf(instance, Class.prototype); - return instance; - }; - } - - return _construct.apply(null, arguments); - } - - function _isNativeFunction(fn) { - return Function.toString.call(fn).indexOf("[native code]") !== -1; - } - - function _wrapNativeSuper(Class) { - var _cache = typeof Map === "function" ? new Map() : undefined; - - _wrapNativeSuper = function _wrapNativeSuper(Class) { - if (Class === null || !_isNativeFunction(Class)) return Class; - - if (typeof Class !== "function") { - throw new TypeError("Super expression must either be null or a function"); - } - - if (typeof _cache !== "undefined") { - if (_cache.has(Class)) return _cache.get(Class); - - _cache.set(Class, Wrapper); - } - - function Wrapper() { - return _construct(Class, arguments, _getPrototypeOf(this).constructor); - } - - Wrapper.prototype = Object.create(Class.prototype, { - constructor: { - value: Wrapper, - enumerable: false, - writable: true, - configurable: true - } - }); - return _setPrototypeOf(Wrapper, Class); - }; - - return _wrapNativeSuper(Class); - } - - function _assertThisInitialized(self) { - if (self === void 0) { - throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); - } - - return self; - } - - function _possibleConstructorReturn(self, call) { - if (call && (typeof call === "object" || typeof call === "function")) { - return call; - } else if (call !== void 0) { - throw new TypeError("Derived constructors may only return object or undefined"); - } - - return _assertThisInitialized(self); - } - - function _createSuper(Derived) { - var hasNativeReflectConstruct = _isNativeReflectConstruct(); - - return function _createSuperInternal() { - var Super = _getPrototypeOf(Derived), - result; - - if (hasNativeReflectConstruct) { - var NewTarget = _getPrototypeOf(this).constructor; - - result = Reflect.construct(Super, arguments, NewTarget); - } else { - result = Super.apply(this, arguments); - } - - return _possibleConstructorReturn(this, result); - }; - } - - function _superPropBase(object, property) { - while (!Object.prototype.hasOwnProperty.call(object, property)) { - object = _getPrototypeOf(object); - if (object === null) break; - } - - return object; - } - - function _get() { - if (typeof Reflect !== "undefined" && Reflect.get) { - _get = Reflect.get.bind(); - } else { - _get = function _get(target, property, receiver) { - var base = _superPropBase(target, property); - - if (!base) return; - var desc = Object.getOwnPropertyDescriptor(base, property); - - if (desc.get) { - return desc.get.call(arguments.length < 3 ? target : receiver); - } - - return desc.value; - }; - } - - return _get.apply(this, arguments); - } - - function _unsupportedIterableToArray(o, minLen) { - if (!o) return; - if (typeof o === "string") return _arrayLikeToArray(o, minLen); - var n = Object.prototype.toString.call(o).slice(8, -1); - if (n === "Object" && o.constructor) n = o.constructor.name; - if (n === "Map" || n === "Set") return Array.from(o); - if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); - } - - function _arrayLikeToArray(arr, len) { - if (len == null || len > arr.length) len = arr.length; - - for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; - - return arr2; - } - - function _createForOfIteratorHelper(o, allowArrayLike) { - var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; - - if (!it) { - if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { - if (it) o = it; - var i = 0; - - var F = function () {}; - - return { - s: F, - n: function () { - if (i >= o.length) return { - done: true - }; - return { - done: false, - value: o[i++] - }; - }, - e: function (e) { - throw e; - }, - f: F - }; - } - - throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); - } - - var normalCompletion = true, - didErr = false, - err; - return { - s: function () { - it = it.call(o); - }, - n: function () { - var step = it.next(); - normalCompletion = step.done; - return step; - }, - e: function (e) { - didErr = true; - err = e; - }, - f: function () { - try { - if (!normalCompletion && it.return != null) it.return(); - } finally { - if (didErr) throw err; - } - } - }; - } - - var PACKET_TYPES = Object.create(null); // no Map = no polyfill - - PACKET_TYPES["open"] = "0"; - PACKET_TYPES["close"] = "1"; - PACKET_TYPES["ping"] = "2"; - PACKET_TYPES["pong"] = "3"; - PACKET_TYPES["message"] = "4"; - PACKET_TYPES["upgrade"] = "5"; - PACKET_TYPES["noop"] = "6"; - var PACKET_TYPES_REVERSE = Object.create(null); - Object.keys(PACKET_TYPES).forEach(function (key) { - PACKET_TYPES_REVERSE[PACKET_TYPES[key]] = key; - }); - var ERROR_PACKET = { - type: "error", - data: "parser error" - }; - - var withNativeBlob$1 = typeof Blob === "function" || typeof Blob !== "undefined" && Object.prototype.toString.call(Blob) === "[object BlobConstructor]"; - var withNativeArrayBuffer$2 = typeof ArrayBuffer === "function"; // ArrayBuffer.isView method is not defined in IE10 - - var isView$1 = function isView(obj) { - return typeof ArrayBuffer.isView === "function" ? ArrayBuffer.isView(obj) : obj && obj.buffer instanceof ArrayBuffer; - }; - - var encodePacket = function encodePacket(_ref, supportsBinary, callback) { - var type = _ref.type, - data = _ref.data; - - if (withNativeBlob$1 && data instanceof Blob) { - if (supportsBinary) { - return callback(data); - } else { - return encodeBlobAsBase64(data, callback); - } - } else if (withNativeArrayBuffer$2 && (data instanceof ArrayBuffer || isView$1(data))) { - if (supportsBinary) { - return callback(data); - } else { - return encodeBlobAsBase64(new Blob([data]), callback); - } - } // plain string - - - return callback(PACKET_TYPES[type] + (data || "")); - }; - - var encodeBlobAsBase64 = function encodeBlobAsBase64(data, callback) { - var fileReader = new FileReader(); - - fileReader.onload = function () { - var content = fileReader.result.split(",")[1]; - callback("b" + content); - }; - - return fileReader.readAsDataURL(data); - }; - - var chars = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'; // Use a lookup table to find the index. - - var lookup$1 = typeof Uint8Array === 'undefined' ? [] : new Uint8Array(256); - - for (var i$1 = 0; i$1 < chars.length; i$1++) { - lookup$1[chars.charCodeAt(i$1)] = i$1; - } - var decode$1 = function decode(base64) { - var bufferLength = base64.length * 0.75, - len = base64.length, - i, - p = 0, - encoded1, - encoded2, - encoded3, - encoded4; - - if (base64[base64.length - 1] === '=') { - bufferLength--; - - if (base64[base64.length - 2] === '=') { - bufferLength--; - } - } - - var arraybuffer = new ArrayBuffer(bufferLength), - bytes = new Uint8Array(arraybuffer); - - for (i = 0; i < len; i += 4) { - encoded1 = lookup$1[base64.charCodeAt(i)]; - encoded2 = lookup$1[base64.charCodeAt(i + 1)]; - encoded3 = lookup$1[base64.charCodeAt(i + 2)]; - encoded4 = lookup$1[base64.charCodeAt(i + 3)]; - bytes[p++] = encoded1 << 2 | encoded2 >> 4; - bytes[p++] = (encoded2 & 15) << 4 | encoded3 >> 2; - bytes[p++] = (encoded3 & 3) << 6 | encoded4 & 63; - } - - return arraybuffer; - }; - - var withNativeArrayBuffer$1 = typeof ArrayBuffer === "function"; - - var decodePacket = function decodePacket(encodedPacket, binaryType) { - if (typeof encodedPacket !== "string") { - return { - type: "message", - data: mapBinary(encodedPacket, binaryType) - }; - } - - var type = encodedPacket.charAt(0); - - if (type === "b") { - return { - type: "message", - data: decodeBase64Packet(encodedPacket.substring(1), binaryType) - }; - } - - var packetType = PACKET_TYPES_REVERSE[type]; - - if (!packetType) { - return ERROR_PACKET; - } - - return encodedPacket.length > 1 ? { - type: PACKET_TYPES_REVERSE[type], - data: encodedPacket.substring(1) - } : { - type: PACKET_TYPES_REVERSE[type] - }; - }; - - var decodeBase64Packet = function decodeBase64Packet(data, binaryType) { - if (withNativeArrayBuffer$1) { - var decoded = decode$1(data); - return mapBinary(decoded, binaryType); - } else { - return { - base64: true, - data: data - }; // fallback for old browsers - } - }; - - var mapBinary = function mapBinary(data, binaryType) { - switch (binaryType) { - case "blob": - return data instanceof ArrayBuffer ? new Blob([data]) : data; - - case "arraybuffer": - default: - return data; - // assuming the data is already an ArrayBuffer - } - }; - - var SEPARATOR = String.fromCharCode(30); // see https://en.wikipedia.org/wiki/Delimiter#ASCII_delimited_text - - var encodePayload = function encodePayload(packets, callback) { - // some packets may be added to the array while encoding, so the initial length must be saved - var length = packets.length; - var encodedPackets = new Array(length); - var count = 0; - packets.forEach(function (packet, i) { - // force base64 encoding for binary packets - encodePacket(packet, false, function (encodedPacket) { - encodedPackets[i] = encodedPacket; - - if (++count === length) { - callback(encodedPackets.join(SEPARATOR)); - } - }); - }); - }; - - var decodePayload = function decodePayload(encodedPayload, binaryType) { - var encodedPackets = encodedPayload.split(SEPARATOR); - var packets = []; - - for (var i = 0; i < encodedPackets.length; i++) { - var decodedPacket = decodePacket(encodedPackets[i], binaryType); - packets.push(decodedPacket); - - if (decodedPacket.type === "error") { - break; - } - } - - return packets; - }; - - var protocol$1 = 4; - - /** - * Initialize a new `Emitter`. - * - * @api public - */ - function Emitter(obj) { - if (obj) return mixin(obj); - } - /** - * Mixin the emitter properties. - * - * @param {Object} obj - * @return {Object} - * @api private - */ - - function mixin(obj) { - for (var key in Emitter.prototype) { - obj[key] = Emitter.prototype[key]; - } - - return obj; - } - /** - * Listen on the given `event` with `fn`. - * - * @param {String} event - * @param {Function} fn - * @return {Emitter} - * @api public - */ - - - Emitter.prototype.on = Emitter.prototype.addEventListener = function (event, fn) { - this._callbacks = this._callbacks || {}; - (this._callbacks['$' + event] = this._callbacks['$' + event] || []).push(fn); - return this; - }; - /** - * Adds an `event` listener that will be invoked a single - * time then automatically removed. - * - * @param {String} event - * @param {Function} fn - * @return {Emitter} - * @api public - */ - - - Emitter.prototype.once = function (event, fn) { - function on() { - this.off(event, on); - fn.apply(this, arguments); - } - - on.fn = fn; - this.on(event, on); - return this; - }; - /** - * Remove the given callback for `event` or all - * registered callbacks. - * - * @param {String} event - * @param {Function} fn - * @return {Emitter} - * @api public - */ - - - Emitter.prototype.off = Emitter.prototype.removeListener = Emitter.prototype.removeAllListeners = Emitter.prototype.removeEventListener = function (event, fn) { - this._callbacks = this._callbacks || {}; // all - - if (0 == arguments.length) { - this._callbacks = {}; - return this; - } // specific event - - - var callbacks = this._callbacks['$' + event]; - if (!callbacks) return this; // remove all handlers - - if (1 == arguments.length) { - delete this._callbacks['$' + event]; - return this; - } // remove specific handler - - - var cb; - - for (var i = 0; i < callbacks.length; i++) { - cb = callbacks[i]; - - if (cb === fn || cb.fn === fn) { - callbacks.splice(i, 1); - break; - } - } // Remove event specific arrays for event types that no - // one is subscribed for to avoid memory leak. - - - if (callbacks.length === 0) { - delete this._callbacks['$' + event]; - } - - return this; - }; - /** - * Emit `event` with the given args. - * - * @param {String} event - * @param {Mixed} ... - * @return {Emitter} - */ - - - Emitter.prototype.emit = function (event) { - this._callbacks = this._callbacks || {}; - var args = new Array(arguments.length - 1), - callbacks = this._callbacks['$' + event]; - - for (var i = 1; i < arguments.length; i++) { - args[i - 1] = arguments[i]; - } - - if (callbacks) { - callbacks = callbacks.slice(0); - - for (var i = 0, len = callbacks.length; i < len; ++i) { - callbacks[i].apply(this, args); - } - } - - return this; - }; // alias used for reserved events (protected method) - - - Emitter.prototype.emitReserved = Emitter.prototype.emit; - /** - * Return array of callbacks for `event`. - * - * @param {String} event - * @return {Array} - * @api public - */ - - Emitter.prototype.listeners = function (event) { - this._callbacks = this._callbacks || {}; - return this._callbacks['$' + event] || []; - }; - /** - * Check if this emitter has `event` handlers. - * - * @param {String} event - * @return {Boolean} - * @api public - */ - - - Emitter.prototype.hasListeners = function (event) { - return !!this.listeners(event).length; - }; - - var globalThisShim = function () { - if (typeof self !== "undefined") { - return self; - } else if (typeof window !== "undefined") { - return window; - } else { - return Function("return this")(); - } - }(); - - function pick(obj) { - for (var _len = arguments.length, attr = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) { - attr[_key - 1] = arguments[_key]; - } - - return attr.reduce(function (acc, k) { - if (obj.hasOwnProperty(k)) { - acc[k] = obj[k]; - } - - return acc; - }, {}); - } // Keep a reference to the real timeout functions so they can be used when overridden - - var NATIVE_SET_TIMEOUT = globalThisShim.setTimeout; - var NATIVE_CLEAR_TIMEOUT = globalThisShim.clearTimeout; - function installTimerFunctions(obj, opts) { - if (opts.useNativeTimers) { - obj.setTimeoutFn = NATIVE_SET_TIMEOUT.bind(globalThisShim); - obj.clearTimeoutFn = NATIVE_CLEAR_TIMEOUT.bind(globalThisShim); - } else { - obj.setTimeoutFn = globalThisShim.setTimeout.bind(globalThisShim); - obj.clearTimeoutFn = globalThisShim.clearTimeout.bind(globalThisShim); - } - } // base64 encoded buffers are about 33% bigger (https://en.wikipedia.org/wiki/Base64) - - var BASE64_OVERHEAD = 1.33; // we could also have used `new Blob([obj]).size`, but it isn't supported in IE9 - - function byteLength(obj) { - if (typeof obj === "string") { - return utf8Length(obj); - } // arraybuffer or blob - - - return Math.ceil((obj.byteLength || obj.size) * BASE64_OVERHEAD); - } - - function utf8Length(str) { - var c = 0, - length = 0; - - for (var i = 0, l = str.length; i < l; i++) { - c = str.charCodeAt(i); - - if (c < 0x80) { - length += 1; - } else if (c < 0x800) { - length += 2; - } else if (c < 0xd800 || c >= 0xe000) { - length += 3; - } else { - i++; - length += 4; - } - } - - return length; - } - - var TransportError = /*#__PURE__*/function (_Error) { - _inherits(TransportError, _Error); - - var _super = _createSuper(TransportError); - - function TransportError(reason, description, context) { - var _this; - - _classCallCheck(this, TransportError); - - _this = _super.call(this, reason); - _this.description = description; - _this.context = context; - _this.type = "TransportError"; - return _this; - } - - return _createClass(TransportError); - }( /*#__PURE__*/_wrapNativeSuper(Error)); - - var Transport = /*#__PURE__*/function (_Emitter) { - _inherits(Transport, _Emitter); - - var _super2 = _createSuper(Transport); - - /** - * Transport abstract constructor. - * - * @param {Object} opts - options - * @protected - */ - function Transport(opts) { - var _this2; - - _classCallCheck(this, Transport); - - _this2 = _super2.call(this); - _this2.writable = false; - installTimerFunctions(_assertThisInitialized(_this2), opts); - _this2.opts = opts; - _this2.query = opts.query; - _this2.socket = opts.socket; - return _this2; - } - /** - * Emits an error. - * - * @param {String} reason - * @param description - * @param context - the error context - * @return {Transport} for chaining - * @protected - */ - - - _createClass(Transport, [{ - key: "onError", - value: function onError(reason, description, context) { - _get(_getPrototypeOf(Transport.prototype), "emitReserved", this).call(this, "error", new TransportError(reason, description, context)); - - return this; - } - /** - * Opens the transport. - */ - - }, { - key: "open", - value: function open() { - this.readyState = "opening"; - this.doOpen(); - return this; - } - /** - * Closes the transport. - */ - - }, { - key: "close", - value: function close() { - if (this.readyState === "opening" || this.readyState === "open") { - this.doClose(); - this.onClose(); - } - - return this; - } - /** - * Sends multiple packets. - * - * @param {Array} packets - */ - - }, { - key: "send", - value: function send(packets) { - if (this.readyState === "open") { - this.write(packets); - } - } - /** - * Called upon open - * - * @protected - */ - - }, { - key: "onOpen", - value: function onOpen() { - this.readyState = "open"; - this.writable = true; - - _get(_getPrototypeOf(Transport.prototype), "emitReserved", this).call(this, "open"); - } - /** - * Called with data. - * - * @param {String} data - * @protected - */ - - }, { - key: "onData", - value: function onData(data) { - var packet = decodePacket(data, this.socket.binaryType); - this.onPacket(packet); - } - /** - * Called with a decoded packet. - * - * @protected - */ - - }, { - key: "onPacket", - value: function onPacket(packet) { - _get(_getPrototypeOf(Transport.prototype), "emitReserved", this).call(this, "packet", packet); - } - /** - * Called upon close. - * - * @protected - */ - - }, { - key: "onClose", - value: function onClose(details) { - this.readyState = "closed"; - - _get(_getPrototypeOf(Transport.prototype), "emitReserved", this).call(this, "close", details); - } - /** - * Pauses the transport, in order not to lose packets during an upgrade. - * - * @param onPause - */ - - }, { - key: "pause", - value: function pause(onPause) {} - }]); - - return Transport; - }(Emitter); - - // imported from https://github.com/unshiftio/yeast - - var alphabet = '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz-_'.split(''), - length = 64, - map = {}; - var seed = 0, - i = 0, - prev; - /** - * Return a string representing the specified number. - * - * @param {Number} num The number to convert. - * @returns {String} The string representation of the number. - * @api public - */ - - function encode$1(num) { - var encoded = ''; - - do { - encoded = alphabet[num % length] + encoded; - num = Math.floor(num / length); - } while (num > 0); - - return encoded; - } - /** - * Yeast: A tiny growing id generator. - * - * @returns {String} A unique id. - * @api public - */ - - function yeast() { - var now = encode$1(+new Date()); - if (now !== prev) return seed = 0, prev = now; - return now + '.' + encode$1(seed++); - } // - // Map each character to its index. - // - - for (; i < length; i++) { - map[alphabet[i]] = i; - } - - // imported from https://github.com/galkn/querystring - - /** - * Compiles a querystring - * Returns string representation of the object - * - * @param {Object} - * @api private - */ - function encode(obj) { - var str = ''; - - for (var i in obj) { - if (obj.hasOwnProperty(i)) { - if (str.length) str += '&'; - str += encodeURIComponent(i) + '=' + encodeURIComponent(obj[i]); - } - } - - return str; - } - /** - * Parses a simple querystring into an object - * - * @param {String} qs - * @api private - */ - - function decode(qs) { - var qry = {}; - var pairs = qs.split('&'); - - for (var i = 0, l = pairs.length; i < l; i++) { - var pair = pairs[i].split('='); - qry[decodeURIComponent(pair[0])] = decodeURIComponent(pair[1]); - } - - return qry; - } - - // imported from https://github.com/component/has-cors - var value = false; - - try { - value = typeof XMLHttpRequest !== 'undefined' && 'withCredentials' in new XMLHttpRequest(); - } catch (err) {// if XMLHttp support is disabled in IE then it will throw - // when trying to create - } - - var hasCORS = value; - - // browser shim for xmlhttprequest module - function XHR(opts) { - var xdomain = opts.xdomain; // XMLHttpRequest can be disabled on IE - - try { - if ("undefined" !== typeof XMLHttpRequest && (!xdomain || hasCORS)) { - return new XMLHttpRequest(); - } - } catch (e) {} - - if (!xdomain) { - try { - return new globalThisShim[["Active"].concat("Object").join("X")]("Microsoft.XMLHTTP"); - } catch (e) {} - } - } - - function empty() {} - - var hasXHR2 = function () { - var xhr = new XHR({ - xdomain: false - }); - return null != xhr.responseType; - }(); - - var Polling = /*#__PURE__*/function (_Transport) { - _inherits(Polling, _Transport); - - var _super = _createSuper(Polling); - - /** - * XHR Polling constructor. - * - * @param {Object} opts - * @package - */ - function Polling(opts) { - var _this; - - _classCallCheck(this, Polling); - - _this = _super.call(this, opts); - _this.polling = false; - - if (typeof location !== "undefined") { - var isSSL = "https:" === location.protocol; - var port = location.port; // some user agents have empty `location.port` - - if (!port) { - port = isSSL ? "443" : "80"; - } - - _this.xd = typeof location !== "undefined" && opts.hostname !== location.hostname || port !== opts.port; - _this.xs = opts.secure !== isSSL; - } - /** - * XHR supports binary - */ - - - var forceBase64 = opts && opts.forceBase64; - _this.supportsBinary = hasXHR2 && !forceBase64; - return _this; - } - - _createClass(Polling, [{ - key: "name", - get: function get() { - return "polling"; - } - /** - * Opens the socket (triggers polling). We write a PING message to determine - * when the transport is open. - * - * @protected - */ - - }, { - key: "doOpen", - value: function doOpen() { - this.poll(); - } - /** - * Pauses polling. - * - * @param {Function} onPause - callback upon buffers are flushed and transport is paused - * @package - */ - - }, { - key: "pause", - value: function pause(onPause) { - var _this2 = this; - - this.readyState = "pausing"; - - var pause = function pause() { - _this2.readyState = "paused"; - onPause(); - }; - - if (this.polling || !this.writable) { - var total = 0; - - if (this.polling) { - total++; - this.once("pollComplete", function () { - --total || pause(); - }); - } - - if (!this.writable) { - total++; - this.once("drain", function () { - --total || pause(); - }); - } - } else { - pause(); - } - } - /** - * Starts polling cycle. - * - * @private - */ - - }, { - key: "poll", - value: function poll() { - this.polling = true; - this.doPoll(); - this.emitReserved("poll"); - } - /** - * Overloads onData to detect payloads. - * - * @protected - */ - - }, { - key: "onData", - value: function onData(data) { - var _this3 = this; - - var callback = function callback(packet) { - // if its the first message we consider the transport open - if ("opening" === _this3.readyState && packet.type === "open") { - _this3.onOpen(); - } // if its a close packet, we close the ongoing requests - - - if ("close" === packet.type) { - _this3.onClose({ - description: "transport closed by the server" - }); - - return false; - } // otherwise bypass onData and handle the message - - - _this3.onPacket(packet); - }; // decode payload - - - decodePayload(data, this.socket.binaryType).forEach(callback); // if an event did not trigger closing - - if ("closed" !== this.readyState) { - // if we got data we're not polling - this.polling = false; - this.emitReserved("pollComplete"); - - if ("open" === this.readyState) { - this.poll(); - } - } - } - /** - * For polling, send a close packet. - * - * @protected - */ - - }, { - key: "doClose", - value: function doClose() { - var _this4 = this; - - var close = function close() { - _this4.write([{ - type: "close" - }]); - }; - - if ("open" === this.readyState) { - close(); - } else { - // in case we're trying to close while - // handshaking is in progress (GH-164) - this.once("open", close); - } - } - /** - * Writes a packets payload. - * - * @param {Array} packets - data packets - * @protected - */ - - }, { - key: "write", - value: function write(packets) { - var _this5 = this; - - this.writable = false; - encodePayload(packets, function (data) { - _this5.doWrite(data, function () { - _this5.writable = true; - - _this5.emitReserved("drain"); - }); - }); - } - /** - * Generates uri for connection. - * - * @private - */ - - }, { - key: "uri", - value: function uri() { - var query = this.query || {}; - var schema = this.opts.secure ? "https" : "http"; - var port = ""; // cache busting is forced - - if (false !== this.opts.timestampRequests) { - query[this.opts.timestampParam] = yeast(); - } - - if (!this.supportsBinary && !query.sid) { - query.b64 = 1; - } // avoid port if default for schema - - - if (this.opts.port && ("https" === schema && Number(this.opts.port) !== 443 || "http" === schema && Number(this.opts.port) !== 80)) { - port = ":" + this.opts.port; - } - - var encodedQuery = encode(query); - var ipv6 = this.opts.hostname.indexOf(":") !== -1; - return schema + "://" + (ipv6 ? "[" + this.opts.hostname + "]" : this.opts.hostname) + port + this.opts.path + (encodedQuery.length ? "?" + encodedQuery : ""); - } - /** - * Creates a request. - * - * @param {String} method - * @private - */ - - }, { - key: "request", - value: function request() { - var opts = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; - - _extends(opts, { - xd: this.xd, - xs: this.xs - }, this.opts); - - return new Request(this.uri(), opts); - } - /** - * Sends data. - * - * @param {String} data to send. - * @param {Function} called upon flush. - * @private - */ - - }, { - key: "doWrite", - value: function doWrite(data, fn) { - var _this6 = this; - - var req = this.request({ - method: "POST", - data: data - }); - req.on("success", fn); - req.on("error", function (xhrStatus, context) { - _this6.onError("xhr post error", xhrStatus, context); - }); - } - /** - * Starts a poll cycle. - * - * @private - */ - - }, { - key: "doPoll", - value: function doPoll() { - var _this7 = this; - - var req = this.request(); - req.on("data", this.onData.bind(this)); - req.on("error", function (xhrStatus, context) { - _this7.onError("xhr poll error", xhrStatus, context); - }); - this.pollXhr = req; - } - }]); - - return Polling; - }(Transport); - var Request = /*#__PURE__*/function (_Emitter) { - _inherits(Request, _Emitter); - - var _super2 = _createSuper(Request); - - /** - * Request constructor - * - * @param {Object} options - * @package - */ - function Request(uri, opts) { - var _this8; - - _classCallCheck(this, Request); - - _this8 = _super2.call(this); - installTimerFunctions(_assertThisInitialized(_this8), opts); - _this8.opts = opts; - _this8.method = opts.method || "GET"; - _this8.uri = uri; - _this8.async = false !== opts.async; - _this8.data = undefined !== opts.data ? opts.data : null; - - _this8.create(); - - return _this8; - } - /** - * Creates the XHR object and sends the request. - * - * @private - */ - - - _createClass(Request, [{ - key: "create", - value: function create() { - var _this9 = this; - - var opts = pick(this.opts, "agent", "pfx", "key", "passphrase", "cert", "ca", "ciphers", "rejectUnauthorized", "autoUnref"); - opts.xdomain = !!this.opts.xd; - opts.xscheme = !!this.opts.xs; - var xhr = this.xhr = new XHR(opts); - - try { - xhr.open(this.method, this.uri, this.async); - - try { - if (this.opts.extraHeaders) { - xhr.setDisableHeaderCheck && xhr.setDisableHeaderCheck(true); - - for (var i in this.opts.extraHeaders) { - if (this.opts.extraHeaders.hasOwnProperty(i)) { - xhr.setRequestHeader(i, this.opts.extraHeaders[i]); - } - } - } - } catch (e) {} - - if ("POST" === this.method) { - try { - xhr.setRequestHeader("Content-type", "text/plain;charset=UTF-8"); - } catch (e) {} - } - - try { - xhr.setRequestHeader("Accept", "*/*"); - } catch (e) {} // ie6 check - - - if ("withCredentials" in xhr) { - xhr.withCredentials = this.opts.withCredentials; - } - - if (this.opts.requestTimeout) { - xhr.timeout = this.opts.requestTimeout; - } - - xhr.onreadystatechange = function () { - if (4 !== xhr.readyState) return; - - if (200 === xhr.status || 1223 === xhr.status) { - _this9.onLoad(); - } else { - // make sure the `error` event handler that's user-set - // does not throw in the same tick and gets caught here - _this9.setTimeoutFn(function () { - _this9.onError(typeof xhr.status === "number" ? xhr.status : 0); - }, 0); - } - }; - - xhr.send(this.data); - } catch (e) { - // Need to defer since .create() is called directly from the constructor - // and thus the 'error' event can only be only bound *after* this exception - // occurs. Therefore, also, we cannot throw here at all. - this.setTimeoutFn(function () { - _this9.onError(e); - }, 0); - return; - } - - if (typeof document !== "undefined") { - this.index = Request.requestsCount++; - Request.requests[this.index] = this; - } - } - /** - * Called upon error. - * - * @private - */ - - }, { - key: "onError", - value: function onError(err) { - this.emitReserved("error", err, this.xhr); - this.cleanup(true); - } - /** - * Cleans up house. - * - * @private - */ - - }, { - key: "cleanup", - value: function cleanup(fromError) { - if ("undefined" === typeof this.xhr || null === this.xhr) { - return; - } - - this.xhr.onreadystatechange = empty; - - if (fromError) { - try { - this.xhr.abort(); - } catch (e) {} - } - - if (typeof document !== "undefined") { - delete Request.requests[this.index]; - } - - this.xhr = null; - } - /** - * Called upon load. - * - * @private - */ - - }, { - key: "onLoad", - value: function onLoad() { - var data = this.xhr.responseText; - - if (data !== null) { - this.emitReserved("data", data); - this.emitReserved("success"); - this.cleanup(); - } - } - /** - * Aborts the request. - * - * @package - */ - - }, { - key: "abort", - value: function abort() { - this.cleanup(); - } - }]); - - return Request; - }(Emitter); - Request.requestsCount = 0; - Request.requests = {}; - /** - * Aborts pending requests when unloading the window. This is needed to prevent - * memory leaks (e.g. when using IE) and to ensure that no spurious error is - * emitted. - */ - - if (typeof document !== "undefined") { - // @ts-ignore - if (typeof attachEvent === "function") { - // @ts-ignore - attachEvent("onunload", unloadHandler); - } else if (typeof addEventListener === "function") { - var terminationEvent = "onpagehide" in globalThisShim ? "pagehide" : "unload"; - addEventListener(terminationEvent, unloadHandler, false); - } - } - - function unloadHandler() { - for (var i in Request.requests) { - if (Request.requests.hasOwnProperty(i)) { - Request.requests[i].abort(); - } - } - } - - var nextTick = function () { - var isPromiseAvailable = typeof Promise === "function" && typeof Promise.resolve === "function"; - - if (isPromiseAvailable) { - return function (cb) { - return Promise.resolve().then(cb); - }; - } else { - return function (cb, setTimeoutFn) { - return setTimeoutFn(cb, 0); - }; - } - }(); - var WebSocket = globalThisShim.WebSocket || globalThisShim.MozWebSocket; - var usingBrowserWebSocket = true; - var defaultBinaryType = "arraybuffer"; - - var isReactNative = typeof navigator !== "undefined" && typeof navigator.product === "string" && navigator.product.toLowerCase() === "reactnative"; - var WS = /*#__PURE__*/function (_Transport) { - _inherits(WS, _Transport); - - var _super = _createSuper(WS); - - /** - * WebSocket transport constructor. - * - * @param {Object} opts - connection options - * @protected - */ - function WS(opts) { - var _this; - - _classCallCheck(this, WS); - - _this = _super.call(this, opts); - _this.supportsBinary = !opts.forceBase64; - return _this; - } - - _createClass(WS, [{ - key: "name", - get: function get() { - return "websocket"; - } - }, { - key: "doOpen", - value: function doOpen() { - if (!this.check()) { - // let probe timeout - return; - } - - var uri = this.uri(); - var protocols = this.opts.protocols; // React Native only supports the 'headers' option, and will print a warning if anything else is passed - - var opts = isReactNative ? {} : pick(this.opts, "agent", "perMessageDeflate", "pfx", "key", "passphrase", "cert", "ca", "ciphers", "rejectUnauthorized", "localAddress", "protocolVersion", "origin", "maxPayload", "family", "checkServerIdentity"); - - if (this.opts.extraHeaders) { - opts.headers = this.opts.extraHeaders; - } - - try { - this.ws = usingBrowserWebSocket && !isReactNative ? protocols ? new WebSocket(uri, protocols) : new WebSocket(uri) : new WebSocket(uri, protocols, opts); - } catch (err) { - return this.emitReserved("error", err); - } - - this.ws.binaryType = this.socket.binaryType || defaultBinaryType; - this.addEventListeners(); - } - /** - * Adds event listeners to the socket - * - * @private - */ - - }, { - key: "addEventListeners", - value: function addEventListeners() { - var _this2 = this; - - this.ws.onopen = function () { - if (_this2.opts.autoUnref) { - _this2.ws._socket.unref(); - } - - _this2.onOpen(); - }; - - this.ws.onclose = function (closeEvent) { - return _this2.onClose({ - description: "websocket connection closed", - context: closeEvent - }); - }; - - this.ws.onmessage = function (ev) { - return _this2.onData(ev.data); - }; - - this.ws.onerror = function (e) { - return _this2.onError("websocket error", e); - }; - } - }, { - key: "write", - value: function write(packets) { - var _this3 = this; - - this.writable = false; // encodePacket efficient as it uses WS framing - // no need for encodePayload - - var _loop = function _loop(i) { - var packet = packets[i]; - var lastPacket = i === packets.length - 1; - encodePacket(packet, _this3.supportsBinary, function (data) { - // always create a new object (GH-437) - var opts = {}; - // have a chance of informing us about it yet, in that case send will - // throw an error - - - try { - if (usingBrowserWebSocket) { - // TypeError is thrown when passing the second argument on Safari - _this3.ws.send(data); - } - } catch (e) {} - - if (lastPacket) { - // fake drain - // defer to next tick to allow Socket to clear writeBuffer - nextTick(function () { - _this3.writable = true; - - _this3.emitReserved("drain"); - }, _this3.setTimeoutFn); - } - }); - }; - - for (var i = 0; i < packets.length; i++) { - _loop(i); - } - } - }, { - key: "doClose", - value: function doClose() { - if (typeof this.ws !== "undefined") { - this.ws.close(); - this.ws = null; - } - } - /** - * Generates uri for connection. - * - * @private - */ - - }, { - key: "uri", - value: function uri() { - var query = this.query || {}; - var schema = this.opts.secure ? "wss" : "ws"; - var port = ""; // avoid port if default for schema - - if (this.opts.port && ("wss" === schema && Number(this.opts.port) !== 443 || "ws" === schema && Number(this.opts.port) !== 80)) { - port = ":" + this.opts.port; - } // append timestamp to URI - - - if (this.opts.timestampRequests) { - query[this.opts.timestampParam] = yeast(); - } // communicate binary support capabilities - - - if (!this.supportsBinary) { - query.b64 = 1; - } - - var encodedQuery = encode(query); - var ipv6 = this.opts.hostname.indexOf(":") !== -1; - return schema + "://" + (ipv6 ? "[" + this.opts.hostname + "]" : this.opts.hostname) + port + this.opts.path + (encodedQuery.length ? "?" + encodedQuery : ""); - } - /** - * Feature detection for WebSocket. - * - * @return {Boolean} whether this transport is available. - * @private - */ - - }, { - key: "check", - value: function check() { - return !!WebSocket; - } - }]); - - return WS; - }(Transport); - - var transports = { - websocket: WS, - polling: Polling - }; - - // imported from https://github.com/galkn/parseuri - - /** - * Parses a URI - * - * Note: we could also have used the built-in URL object, but it isn't supported on all platforms. - * - * See: - * - https://developer.mozilla.org/en-US/docs/Web/API/URL - * - https://caniuse.com/url - * - https://www.rfc-editor.org/rfc/rfc3986#appendix-B - * - * History of the parse() method: - * - first commit: https://github.com/socketio/socket.io-client/commit/4ee1d5d94b3906a9c052b459f1a818b15f38f91c - * - export into its own module: https://github.com/socketio/engine.io-client/commit/de2c561e4564efeb78f1bdb1ba39ef81b2822cb3 - * - reimport: https://github.com/socketio/engine.io-client/commit/df32277c3f6d622eec5ed09f493cae3f3391d242 - * - * @author Steven Levithan <stevenlevithan.com> (MIT license) - * @api private - */ - var re = /^(?:(?![^:@\/?#]+:[^:@\/]*@)(http|https|ws|wss):\/\/)?((?:(([^:@\/?#]*)(?::([^:@\/?#]*))?)?@)?((?:[a-f0-9]{0,4}:){2,7}[a-f0-9]{0,4}|[^:\/?#]*)(?::(\d*))?)(((\/(?:[^?#](?![^?#\/]*\.[^?#\/.]+(?:[?#]|$)))*\/?)?([^?#\/]*))(?:\?([^#]*))?(?:#(.*))?)/; - var parts = ['source', 'protocol', 'authority', 'userInfo', 'user', 'password', 'host', 'port', 'relative', 'path', 'directory', 'file', 'query', 'anchor']; - function parse(str) { - var src = str, - b = str.indexOf('['), - e = str.indexOf(']'); - - if (b != -1 && e != -1) { - str = str.substring(0, b) + str.substring(b, e).replace(/:/g, ';') + str.substring(e, str.length); - } - - var m = re.exec(str || ''), - uri = {}, - i = 14; - - while (i--) { - uri[parts[i]] = m[i] || ''; - } - - if (b != -1 && e != -1) { - uri.source = src; - uri.host = uri.host.substring(1, uri.host.length - 1).replace(/;/g, ':'); - uri.authority = uri.authority.replace('[', '').replace(']', '').replace(/;/g, ':'); - uri.ipv6uri = true; - } - - uri.pathNames = pathNames(uri, uri['path']); - uri.queryKey = queryKey(uri, uri['query']); - return uri; - } - - function pathNames(obj, path) { - var regx = /\/{2,9}/g, - names = path.replace(regx, "/").split("/"); - - if (path.slice(0, 1) == '/' || path.length === 0) { - names.splice(0, 1); - } - - if (path.slice(-1) == '/') { - names.splice(names.length - 1, 1); - } - - return names; - } - - function queryKey(uri, query) { - var data = {}; - query.replace(/(?:^|&)([^&=]*)=?([^&]*)/g, function ($0, $1, $2) { - if ($1) { - data[$1] = $2; - } - }); - return data; - } - - var Socket$1 = /*#__PURE__*/function (_Emitter) { - _inherits(Socket, _Emitter); - - var _super = _createSuper(Socket); - - /** - * Socket constructor. - * - * @param {String|Object} uri - uri or options - * @param {Object} opts - options - */ - function Socket(uri) { - var _this; - - var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; - - _classCallCheck(this, Socket); - - _this = _super.call(this); - _this.writeBuffer = []; - - if (uri && "object" === _typeof(uri)) { - opts = uri; - uri = null; - } - - if (uri) { - uri = parse(uri); - opts.hostname = uri.host; - opts.secure = uri.protocol === "https" || uri.protocol === "wss"; - opts.port = uri.port; - if (uri.query) opts.query = uri.query; - } else if (opts.host) { - opts.hostname = parse(opts.host).host; - } - - installTimerFunctions(_assertThisInitialized(_this), opts); - _this.secure = null != opts.secure ? opts.secure : typeof location !== "undefined" && "https:" === location.protocol; - - if (opts.hostname && !opts.port) { - // if no port is specified manually, use the protocol default - opts.port = _this.secure ? "443" : "80"; - } - - _this.hostname = opts.hostname || (typeof location !== "undefined" ? location.hostname : "localhost"); - _this.port = opts.port || (typeof location !== "undefined" && location.port ? location.port : _this.secure ? "443" : "80"); - _this.transports = opts.transports || ["polling", "websocket"]; - _this.writeBuffer = []; - _this.prevBufferLen = 0; - _this.opts = _extends({ - path: "/engine.io", - agent: false, - withCredentials: false, - upgrade: true, - timestampParam: "t", - rememberUpgrade: false, - addTrailingSlash: true, - rejectUnauthorized: true, - perMessageDeflate: { - threshold: 1024 - }, - transportOptions: {}, - closeOnBeforeunload: true - }, opts); - _this.opts.path = _this.opts.path.replace(/\/$/, "") + (_this.opts.addTrailingSlash ? "/" : ""); - - if (typeof _this.opts.query === "string") { - _this.opts.query = decode(_this.opts.query); - } // set on handshake - - - _this.id = null; - _this.upgrades = null; - _this.pingInterval = null; - _this.pingTimeout = null; // set on heartbeat - - _this.pingTimeoutTimer = null; - - if (typeof addEventListener === "function") { - if (_this.opts.closeOnBeforeunload) { - // Firefox closes the connection when the "beforeunload" event is emitted but not Chrome. This event listener - // ensures every browser behaves the same (no "disconnect" event at the Socket.IO level when the page is - // closed/reloaded) - _this.beforeunloadEventListener = function () { - if (_this.transport) { - // silently close the transport - _this.transport.removeAllListeners(); - - _this.transport.close(); - } - }; - - addEventListener("beforeunload", _this.beforeunloadEventListener, false); - } - - if (_this.hostname !== "localhost") { - _this.offlineEventListener = function () { - _this.onClose("transport close", { - description: "network connection lost" - }); - }; - - addEventListener("offline", _this.offlineEventListener, false); - } - } - - _this.open(); - - return _this; - } - /** - * Creates transport of the given type. - * - * @param {String} name - transport name - * @return {Transport} - * @private - */ - - - _createClass(Socket, [{ - key: "createTransport", - value: function createTransport(name) { - var query = _extends({}, this.opts.query); // append engine.io protocol identifier - - - query.EIO = protocol$1; // transport name - - query.transport = name; // session id if we already have one - - if (this.id) query.sid = this.id; - - var opts = _extends({}, this.opts.transportOptions[name], this.opts, { - query: query, - socket: this, - hostname: this.hostname, - secure: this.secure, - port: this.port - }); - - return new transports[name](opts); - } - /** - * Initializes transport to use and starts probe. - * - * @private - */ - - }, { - key: "open", - value: function open() { - var _this2 = this; - - var transport; - - if (this.opts.rememberUpgrade && Socket.priorWebsocketSuccess && this.transports.indexOf("websocket") !== -1) { - transport = "websocket"; - } else if (0 === this.transports.length) { - // Emit error on next tick so it can be listened to - this.setTimeoutFn(function () { - _this2.emitReserved("error", "No transports available"); - }, 0); - return; - } else { - transport = this.transports[0]; - } - - this.readyState = "opening"; // Retry with the next transport if the transport is disabled (jsonp: false) - - try { - transport = this.createTransport(transport); - } catch (e) { - this.transports.shift(); - this.open(); - return; - } - - transport.open(); - this.setTransport(transport); - } - /** - * Sets the current transport. Disables the existing one (if any). - * - * @private - */ - - }, { - key: "setTransport", - value: function setTransport(transport) { - var _this3 = this; - - if (this.transport) { - this.transport.removeAllListeners(); - } // set up transport - - - this.transport = transport; // set up transport listeners - - transport.on("drain", this.onDrain.bind(this)).on("packet", this.onPacket.bind(this)).on("error", this.onError.bind(this)).on("close", function (reason) { - return _this3.onClose("transport close", reason); - }); - } - /** - * Probes a transport. - * - * @param {String} name - transport name - * @private - */ - - }, { - key: "probe", - value: function probe(name) { - var _this4 = this; - - var transport = this.createTransport(name); - var failed = false; - Socket.priorWebsocketSuccess = false; - - var onTransportOpen = function onTransportOpen() { - if (failed) return; - transport.send([{ - type: "ping", - data: "probe" - }]); - transport.once("packet", function (msg) { - if (failed) return; - - if ("pong" === msg.type && "probe" === msg.data) { - _this4.upgrading = true; - - _this4.emitReserved("upgrading", transport); - - if (!transport) return; - Socket.priorWebsocketSuccess = "websocket" === transport.name; - - _this4.transport.pause(function () { - if (failed) return; - if ("closed" === _this4.readyState) return; - cleanup(); - - _this4.setTransport(transport); - - transport.send([{ - type: "upgrade" - }]); - - _this4.emitReserved("upgrade", transport); - - transport = null; - _this4.upgrading = false; - - _this4.flush(); - }); - } else { - var err = new Error("probe error"); // @ts-ignore - - err.transport = transport.name; - - _this4.emitReserved("upgradeError", err); - } - }); - }; - - function freezeTransport() { - if (failed) return; // Any callback called by transport should be ignored since now - - failed = true; - cleanup(); - transport.close(); - transport = null; - } // Handle any error that happens while probing - - - var onerror = function onerror(err) { - var error = new Error("probe error: " + err); // @ts-ignore - - error.transport = transport.name; - freezeTransport(); - - _this4.emitReserved("upgradeError", error); - }; - - function onTransportClose() { - onerror("transport closed"); - } // When the socket is closed while we're probing - - - function onclose() { - onerror("socket closed"); - } // When the socket is upgraded while we're probing - - - function onupgrade(to) { - if (transport && to.name !== transport.name) { - freezeTransport(); - } - } // Remove all listeners on the transport and on self - - - var cleanup = function cleanup() { - transport.removeListener("open", onTransportOpen); - transport.removeListener("error", onerror); - transport.removeListener("close", onTransportClose); - - _this4.off("close", onclose); - - _this4.off("upgrading", onupgrade); - }; - - transport.once("open", onTransportOpen); - transport.once("error", onerror); - transport.once("close", onTransportClose); - this.once("close", onclose); - this.once("upgrading", onupgrade); - transport.open(); - } - /** - * Called when connection is deemed open. - * - * @private - */ - - }, { - key: "onOpen", - value: function onOpen() { - this.readyState = "open"; - Socket.priorWebsocketSuccess = "websocket" === this.transport.name; - this.emitReserved("open"); - this.flush(); // we check for `readyState` in case an `open` - // listener already closed the socket - - if ("open" === this.readyState && this.opts.upgrade) { - var i = 0; - var l = this.upgrades.length; - - for (; i < l; i++) { - this.probe(this.upgrades[i]); - } - } - } - /** - * Handles a packet. - * - * @private - */ - - }, { - key: "onPacket", - value: function onPacket(packet) { - if ("opening" === this.readyState || "open" === this.readyState || "closing" === this.readyState) { - this.emitReserved("packet", packet); // Socket is live - any packet counts - - this.emitReserved("heartbeat"); - - switch (packet.type) { - case "open": - this.onHandshake(JSON.parse(packet.data)); - break; - - case "ping": - this.resetPingTimeout(); - this.sendPacket("pong"); - this.emitReserved("ping"); - this.emitReserved("pong"); - break; - - case "error": - var err = new Error("server error"); // @ts-ignore - - err.code = packet.data; - this.onError(err); - break; - - case "message": - this.emitReserved("data", packet.data); - this.emitReserved("message", packet.data); - break; - } - } - } - /** - * Called upon handshake completion. - * - * @param {Object} data - handshake obj - * @private - */ - - }, { - key: "onHandshake", - value: function onHandshake(data) { - this.emitReserved("handshake", data); - this.id = data.sid; - this.transport.query.sid = data.sid; - this.upgrades = this.filterUpgrades(data.upgrades); - this.pingInterval = data.pingInterval; - this.pingTimeout = data.pingTimeout; - this.maxPayload = data.maxPayload; - this.onOpen(); // In case open handler closes socket - - if ("closed" === this.readyState) return; - this.resetPingTimeout(); - } - /** - * Sets and resets ping timeout timer based on server pings. - * - * @private - */ - - }, { - key: "resetPingTimeout", - value: function resetPingTimeout() { - var _this5 = this; - - this.clearTimeoutFn(this.pingTimeoutTimer); - this.pingTimeoutTimer = this.setTimeoutFn(function () { - _this5.onClose("ping timeout"); - }, this.pingInterval + this.pingTimeout); - - if (this.opts.autoUnref) { - this.pingTimeoutTimer.unref(); - } - } - /** - * Called on `drain` event - * - * @private - */ - - }, { - key: "onDrain", - value: function onDrain() { - this.writeBuffer.splice(0, this.prevBufferLen); // setting prevBufferLen = 0 is very important - // for example, when upgrading, upgrade packet is sent over, - // and a nonzero prevBufferLen could cause problems on `drain` - - this.prevBufferLen = 0; - - if (0 === this.writeBuffer.length) { - this.emitReserved("drain"); - } else { - this.flush(); - } - } - /** - * Flush write buffers. - * - * @private - */ - - }, { - key: "flush", - value: function flush() { - if ("closed" !== this.readyState && this.transport.writable && !this.upgrading && this.writeBuffer.length) { - var packets = this.getWritablePackets(); - this.transport.send(packets); // keep track of current length of writeBuffer - // splice writeBuffer and callbackBuffer on `drain` - - this.prevBufferLen = packets.length; - this.emitReserved("flush"); - } - } - /** - * Ensure the encoded size of the writeBuffer is below the maxPayload value sent by the server (only for HTTP - * long-polling) - * - * @private - */ - - }, { - key: "getWritablePackets", - value: function getWritablePackets() { - var shouldCheckPayloadSize = this.maxPayload && this.transport.name === "polling" && this.writeBuffer.length > 1; - - if (!shouldCheckPayloadSize) { - return this.writeBuffer; - } - - var payloadSize = 1; // first packet type - - for (var i = 0; i < this.writeBuffer.length; i++) { - var data = this.writeBuffer[i].data; - - if (data) { - payloadSize += byteLength(data); - } - - if (i > 0 && payloadSize > this.maxPayload) { - return this.writeBuffer.slice(0, i); - } - - payloadSize += 2; // separator + packet type - } - - return this.writeBuffer; - } - /** - * Sends a message. - * - * @param {String} msg - message. - * @param {Object} options. - * @param {Function} callback function. - * @return {Socket} for chaining. - */ - - }, { - key: "write", - value: function write(msg, options, fn) { - this.sendPacket("message", msg, options, fn); - return this; - } - }, { - key: "send", - value: function send(msg, options, fn) { - this.sendPacket("message", msg, options, fn); - return this; - } - /** - * Sends a packet. - * - * @param {String} type: packet type. - * @param {String} data. - * @param {Object} options. - * @param {Function} fn - callback function. - * @private - */ - - }, { - key: "sendPacket", - value: function sendPacket(type, data, options, fn) { - if ("function" === typeof data) { - fn = data; - data = undefined; - } - - if ("function" === typeof options) { - fn = options; - options = null; - } - - if ("closing" === this.readyState || "closed" === this.readyState) { - return; - } - - options = options || {}; - options.compress = false !== options.compress; - var packet = { - type: type, - data: data, - options: options - }; - this.emitReserved("packetCreate", packet); - this.writeBuffer.push(packet); - if (fn) this.once("flush", fn); - this.flush(); - } - /** - * Closes the connection. - */ - - }, { - key: "close", - value: function close() { - var _this6 = this; - - var close = function close() { - _this6.onClose("forced close"); - - _this6.transport.close(); - }; - - var cleanupAndClose = function cleanupAndClose() { - _this6.off("upgrade", cleanupAndClose); - - _this6.off("upgradeError", cleanupAndClose); - - close(); - }; - - var waitForUpgrade = function waitForUpgrade() { - // wait for upgrade to finish since we can't send packets while pausing a transport - _this6.once("upgrade", cleanupAndClose); - - _this6.once("upgradeError", cleanupAndClose); - }; - - if ("opening" === this.readyState || "open" === this.readyState) { - this.readyState = "closing"; - - if (this.writeBuffer.length) { - this.once("drain", function () { - if (_this6.upgrading) { - waitForUpgrade(); - } else { - close(); - } - }); - } else if (this.upgrading) { - waitForUpgrade(); - } else { - close(); - } - } - - return this; - } - /** - * Called upon transport error - * - * @private - */ - - }, { - key: "onError", - value: function onError(err) { - Socket.priorWebsocketSuccess = false; - this.emitReserved("error", err); - this.onClose("transport error", err); - } - /** - * Called upon transport close. - * - * @private - */ - - }, { - key: "onClose", - value: function onClose(reason, description) { - if ("opening" === this.readyState || "open" === this.readyState || "closing" === this.readyState) { - // clear timers - this.clearTimeoutFn(this.pingTimeoutTimer); // stop event from firing again for transport - - this.transport.removeAllListeners("close"); // ensure transport won't stay open - - this.transport.close(); // ignore further transport communication - - this.transport.removeAllListeners(); - - if (typeof removeEventListener === "function") { - removeEventListener("beforeunload", this.beforeunloadEventListener, false); - removeEventListener("offline", this.offlineEventListener, false); - } // set ready state - - - this.readyState = "closed"; // clear session id - - this.id = null; // emit close event - - this.emitReserved("close", reason, description); // clean buffers after, so users can still - // grab the buffers on `close` event - - this.writeBuffer = []; - this.prevBufferLen = 0; - } - } - /** - * Filters upgrades, returning only those matching client transports. - * - * @param {Array} upgrades - server upgrades - * @private - */ - - }, { - key: "filterUpgrades", - value: function filterUpgrades(upgrades) { - var filteredUpgrades = []; - var i = 0; - var j = upgrades.length; - - for (; i < j; i++) { - if (~this.transports.indexOf(upgrades[i])) filteredUpgrades.push(upgrades[i]); - } - - return filteredUpgrades; - } - }]); - - return Socket; - }(Emitter); - Socket$1.protocol = protocol$1; - - Socket$1.protocol; - - /** - * URL parser. - * - * @param uri - url - * @param path - the request path of the connection - * @param loc - An object meant to mimic window.location. - * Defaults to window.location. - * @public - */ - - function url(uri) { - var path = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : ""; - var loc = arguments.length > 2 ? arguments[2] : undefined; - var obj = uri; // default to window.location - - loc = loc || typeof location !== "undefined" && location; - if (null == uri) uri = loc.protocol + "//" + loc.host; // relative path support - - if (typeof uri === "string") { - if ("/" === uri.charAt(0)) { - if ("/" === uri.charAt(1)) { - uri = loc.protocol + uri; - } else { - uri = loc.host + uri; - } - } - - if (!/^(https?|wss?):\/\//.test(uri)) { - if ("undefined" !== typeof loc) { - uri = loc.protocol + "//" + uri; - } else { - uri = "https://" + uri; - } - } // parse - - - obj = parse(uri); - } // make sure we treat `localhost:80` and `localhost` equally - - - if (!obj.port) { - if (/^(http|ws)$/.test(obj.protocol)) { - obj.port = "80"; - } else if (/^(http|ws)s$/.test(obj.protocol)) { - obj.port = "443"; - } - } - - obj.path = obj.path || "/"; - var ipv6 = obj.host.indexOf(":") !== -1; - var host = ipv6 ? "[" + obj.host + "]" : obj.host; // define unique id - - obj.id = obj.protocol + "://" + host + ":" + obj.port + path; // define href - - obj.href = obj.protocol + "://" + host + (loc && loc.port === obj.port ? "" : ":" + obj.port); - return obj; - } - - var withNativeArrayBuffer = typeof ArrayBuffer === "function"; - - var isView = function isView(obj) { - return typeof ArrayBuffer.isView === "function" ? ArrayBuffer.isView(obj) : obj.buffer instanceof ArrayBuffer; - }; - - var toString = Object.prototype.toString; - var withNativeBlob = typeof Blob === "function" || typeof Blob !== "undefined" && toString.call(Blob) === "[object BlobConstructor]"; - var withNativeFile = typeof File === "function" || typeof File !== "undefined" && toString.call(File) === "[object FileConstructor]"; - /** - * Returns true if obj is a Buffer, an ArrayBuffer, a Blob or a File. - * - * @private - */ - - function isBinary(obj) { - return withNativeArrayBuffer && (obj instanceof ArrayBuffer || isView(obj)) || withNativeBlob && obj instanceof Blob || withNativeFile && obj instanceof File; - } - function hasBinary(obj, toJSON) { - if (!obj || _typeof(obj) !== "object") { - return false; - } - - if (Array.isArray(obj)) { - for (var i = 0, l = obj.length; i < l; i++) { - if (hasBinary(obj[i])) { - return true; - } - } - - return false; - } - - if (isBinary(obj)) { - return true; - } - - if (obj.toJSON && typeof obj.toJSON === "function" && arguments.length === 1) { - return hasBinary(obj.toJSON(), true); - } - - for (var key in obj) { - if (Object.prototype.hasOwnProperty.call(obj, key) && hasBinary(obj[key])) { - return true; - } - } - - return false; - } - - /** - * Replaces every Buffer | ArrayBuffer | Blob | File in packet with a numbered placeholder. - * - * @param {Object} packet - socket.io event packet - * @return {Object} with deconstructed packet and list of buffers - * @public - */ - - function deconstructPacket(packet) { - var buffers = []; - var packetData = packet.data; - var pack = packet; - pack.data = _deconstructPacket(packetData, buffers); - pack.attachments = buffers.length; // number of binary 'attachments' - - return { - packet: pack, - buffers: buffers - }; - } - - function _deconstructPacket(data, buffers) { - if (!data) return data; - - if (isBinary(data)) { - var placeholder = { - _placeholder: true, - num: buffers.length - }; - buffers.push(data); - return placeholder; - } else if (Array.isArray(data)) { - var newData = new Array(data.length); - - for (var i = 0; i < data.length; i++) { - newData[i] = _deconstructPacket(data[i], buffers); - } - - return newData; - } else if (_typeof(data) === "object" && !(data instanceof Date)) { - var _newData = {}; - - for (var key in data) { - if (Object.prototype.hasOwnProperty.call(data, key)) { - _newData[key] = _deconstructPacket(data[key], buffers); - } - } - - return _newData; - } - - return data; - } - /** - * Reconstructs a binary packet from its placeholder packet and buffers - * - * @param {Object} packet - event packet with placeholders - * @param {Array} buffers - binary buffers to put in placeholder positions - * @return {Object} reconstructed packet - * @public - */ - - - function reconstructPacket(packet, buffers) { - packet.data = _reconstructPacket(packet.data, buffers); - delete packet.attachments; // no longer useful - - return packet; - } - - function _reconstructPacket(data, buffers) { - if (!data) return data; - - if (data && data._placeholder === true) { - var isIndexValid = typeof data.num === "number" && data.num >= 0 && data.num < buffers.length; - - if (isIndexValid) { - return buffers[data.num]; // appropriate buffer (should be natural order anyway) - } else { - throw new Error("illegal attachments"); - } - } else if (Array.isArray(data)) { - for (var i = 0; i < data.length; i++) { - data[i] = _reconstructPacket(data[i], buffers); - } - } else if (_typeof(data) === "object") { - for (var key in data) { - if (Object.prototype.hasOwnProperty.call(data, key)) { - data[key] = _reconstructPacket(data[key], buffers); - } - } - } - - return data; - } - - /** - * Protocol version. - * - * @public - */ - - var protocol = 5; - var PacketType; - - (function (PacketType) { - PacketType[PacketType["CONNECT"] = 0] = "CONNECT"; - PacketType[PacketType["DISCONNECT"] = 1] = "DISCONNECT"; - PacketType[PacketType["EVENT"] = 2] = "EVENT"; - PacketType[PacketType["ACK"] = 3] = "ACK"; - PacketType[PacketType["CONNECT_ERROR"] = 4] = "CONNECT_ERROR"; - PacketType[PacketType["BINARY_EVENT"] = 5] = "BINARY_EVENT"; - PacketType[PacketType["BINARY_ACK"] = 6] = "BINARY_ACK"; - })(PacketType || (PacketType = {})); - /** - * A socket.io Encoder instance - */ - - - var Encoder = /*#__PURE__*/function () { - /** - * Encoder constructor - * - * @param {function} replacer - custom replacer to pass down to JSON.parse - */ - function Encoder(replacer) { - _classCallCheck(this, Encoder); - - this.replacer = replacer; - } - /** - * Encode a packet as a single string if non-binary, or as a - * buffer sequence, depending on packet type. - * - * @param {Object} obj - packet object - */ - - - _createClass(Encoder, [{ - key: "encode", - value: function encode(obj) { - if (obj.type === PacketType.EVENT || obj.type === PacketType.ACK) { - if (hasBinary(obj)) { - return this.encodeAsBinary({ - type: obj.type === PacketType.EVENT ? PacketType.BINARY_EVENT : PacketType.BINARY_ACK, - nsp: obj.nsp, - data: obj.data, - id: obj.id - }); - } - } - - return [this.encodeAsString(obj)]; - } - /** - * Encode packet as string. - */ - - }, { - key: "encodeAsString", - value: function encodeAsString(obj) { - // first is type - var str = "" + obj.type; // attachments if we have them - - if (obj.type === PacketType.BINARY_EVENT || obj.type === PacketType.BINARY_ACK) { - str += obj.attachments + "-"; - } // if we have a namespace other than `/` - // we append it followed by a comma `,` - - - if (obj.nsp && "/" !== obj.nsp) { - str += obj.nsp + ","; - } // immediately followed by the id - - - if (null != obj.id) { - str += obj.id; - } // json data - - - if (null != obj.data) { - str += JSON.stringify(obj.data, this.replacer); - } - - return str; - } - /** - * Encode packet as 'buffer sequence' by removing blobs, and - * deconstructing packet into object with placeholders and - * a list of buffers. - */ - - }, { - key: "encodeAsBinary", - value: function encodeAsBinary(obj) { - var deconstruction = deconstructPacket(obj); - var pack = this.encodeAsString(deconstruction.packet); - var buffers = deconstruction.buffers; - buffers.unshift(pack); // add packet info to beginning of data list - - return buffers; // write all the buffers - } - }]); - - return Encoder; - }(); - /** - * A socket.io Decoder instance - * - * @return {Object} decoder - */ - - var Decoder = /*#__PURE__*/function (_Emitter) { - _inherits(Decoder, _Emitter); - - var _super = _createSuper(Decoder); - - /** - * Decoder constructor - * - * @param {function} reviver - custom reviver to pass down to JSON.stringify - */ - function Decoder(reviver) { - var _this; - - _classCallCheck(this, Decoder); - - _this = _super.call(this); - _this.reviver = reviver; - return _this; - } - /** - * Decodes an encoded packet string into packet JSON. - * - * @param {String} obj - encoded packet - */ - - - _createClass(Decoder, [{ - key: "add", - value: function add(obj) { - var packet; - - if (typeof obj === "string") { - if (this.reconstructor) { - throw new Error("got plaintext data when reconstructing a packet"); - } - - packet = this.decodeString(obj); - var isBinaryEvent = packet.type === PacketType.BINARY_EVENT; - - if (isBinaryEvent || packet.type === PacketType.BINARY_ACK) { - packet.type = isBinaryEvent ? PacketType.EVENT : PacketType.ACK; // binary packet's json - - this.reconstructor = new BinaryReconstructor(packet); // no attachments, labeled binary but no binary data to follow - - if (packet.attachments === 0) { - _get(_getPrototypeOf(Decoder.prototype), "emitReserved", this).call(this, "decoded", packet); - } - } else { - // non-binary full packet - _get(_getPrototypeOf(Decoder.prototype), "emitReserved", this).call(this, "decoded", packet); - } - } else if (isBinary(obj) || obj.base64) { - // raw binary data - if (!this.reconstructor) { - throw new Error("got binary data when not reconstructing a packet"); - } else { - packet = this.reconstructor.takeBinaryData(obj); - - if (packet) { - // received final buffer - this.reconstructor = null; - - _get(_getPrototypeOf(Decoder.prototype), "emitReserved", this).call(this, "decoded", packet); - } - } - } else { - throw new Error("Unknown type: " + obj); - } - } - /** - * Decode a packet String (JSON data) - * - * @param {String} str - * @return {Object} packet - */ - - }, { - key: "decodeString", - value: function decodeString(str) { - var i = 0; // look up type - - var p = { - type: Number(str.charAt(0)) - }; - - if (PacketType[p.type] === undefined) { - throw new Error("unknown packet type " + p.type); - } // look up attachments if type binary - - - if (p.type === PacketType.BINARY_EVENT || p.type === PacketType.BINARY_ACK) { - var start = i + 1; - - while (str.charAt(++i) !== "-" && i != str.length) {} - - var buf = str.substring(start, i); - - if (buf != Number(buf) || str.charAt(i) !== "-") { - throw new Error("Illegal attachments"); - } - - p.attachments = Number(buf); - } // look up namespace (if any) - - - if ("/" === str.charAt(i + 1)) { - var _start = i + 1; - - while (++i) { - var c = str.charAt(i); - if ("," === c) break; - if (i === str.length) break; - } - - p.nsp = str.substring(_start, i); - } else { - p.nsp = "/"; - } // look up id - - - var next = str.charAt(i + 1); - - if ("" !== next && Number(next) == next) { - var _start2 = i + 1; - - while (++i) { - var _c = str.charAt(i); - - if (null == _c || Number(_c) != _c) { - --i; - break; - } - - if (i === str.length) break; - } - - p.id = Number(str.substring(_start2, i + 1)); - } // look up json data - - - if (str.charAt(++i)) { - var payload = this.tryParse(str.substr(i)); - - if (Decoder.isPayloadValid(p.type, payload)) { - p.data = payload; - } else { - throw new Error("invalid payload"); - } - } - - return p; - } - }, { - key: "tryParse", - value: function tryParse(str) { - try { - return JSON.parse(str, this.reviver); - } catch (e) { - return false; - } - } - }, { - key: "destroy", - value: - /** - * Deallocates a parser's resources - */ - function destroy() { - if (this.reconstructor) { - this.reconstructor.finishedReconstruction(); - this.reconstructor = null; - } - } - }], [{ - key: "isPayloadValid", - value: function isPayloadValid(type, payload) { - switch (type) { - case PacketType.CONNECT: - return _typeof(payload) === "object"; - - case PacketType.DISCONNECT: - return payload === undefined; - - case PacketType.CONNECT_ERROR: - return typeof payload === "string" || _typeof(payload) === "object"; - - case PacketType.EVENT: - case PacketType.BINARY_EVENT: - return Array.isArray(payload) && payload.length > 0; - - case PacketType.ACK: - case PacketType.BINARY_ACK: - return Array.isArray(payload); - } - } - }]); - - return Decoder; - }(Emitter); - /** - * A manager of a binary event's 'buffer sequence'. Should - * be constructed whenever a packet of type BINARY_EVENT is - * decoded. - * - * @param {Object} packet - * @return {BinaryReconstructor} initialized reconstructor - */ - - var BinaryReconstructor = /*#__PURE__*/function () { - function BinaryReconstructor(packet) { - _classCallCheck(this, BinaryReconstructor); - - this.packet = packet; - this.buffers = []; - this.reconPack = packet; - } - /** - * Method to be called when binary data received from connection - * after a BINARY_EVENT packet. - * - * @param {Buffer | ArrayBuffer} binData - the raw binary data received - * @return {null | Object} returns null if more binary data is expected or - * a reconstructed packet object if all buffers have been received. - */ - - - _createClass(BinaryReconstructor, [{ - key: "takeBinaryData", - value: function takeBinaryData(binData) { - this.buffers.push(binData); - - if (this.buffers.length === this.reconPack.attachments) { - // done with buffer list - var packet = reconstructPacket(this.reconPack, this.buffers); - this.finishedReconstruction(); - return packet; - } - - return null; - } - /** - * Cleans up binary packet reconstruction variables. - */ - - }, { - key: "finishedReconstruction", - value: function finishedReconstruction() { - this.reconPack = null; - this.buffers = []; - } - }]); - - return BinaryReconstructor; - }(); - - var parser = /*#__PURE__*/Object.freeze({ - __proto__: null, - protocol: protocol, - get PacketType () { return PacketType; }, - Encoder: Encoder, - Decoder: Decoder - }); - - function on(obj, ev, fn) { - obj.on(ev, fn); - return function subDestroy() { - obj.off(ev, fn); - }; - } - - /** - * Internal events. - * These events can't be emitted by the user. - */ - - var RESERVED_EVENTS = Object.freeze({ - connect: 1, - connect_error: 1, - disconnect: 1, - disconnecting: 1, - // EventEmitter reserved events: https://nodejs.org/api/events.html#events_event_newlistener - newListener: 1, - removeListener: 1 - }); - /** - * A Socket is the fundamental class for interacting with the server. - * - * A Socket belongs to a certain Namespace (by default /) and uses an underlying {@link Manager} to communicate. - * - * @example - * const socket = io(); - * - * socket.on("connect", () => { - * console.log("connected"); - * }); - * - * // send an event to the server - * socket.emit("foo", "bar"); - * - * socket.on("foobar", () => { - * // an event was received from the server - * }); - * - * // upon disconnection - * socket.on("disconnect", (reason) => { - * console.log(`disconnected due to ${reason}`); - * }); - */ - - var Socket = /*#__PURE__*/function (_Emitter) { - _inherits(Socket, _Emitter); - - var _super = _createSuper(Socket); - - /** - * `Socket` constructor. - */ - function Socket(io, nsp, opts) { - var _this; - - _classCallCheck(this, Socket); - - _this = _super.call(this); - /** - * Whether the socket is currently connected to the server. - * - * @example - * const socket = io(); - * - * socket.on("connect", () => { - * console.log(socket.connected); // true - * }); - * - * socket.on("disconnect", () => { - * console.log(socket.connected); // false - * }); - */ - - _this.connected = false; - /** - * Whether the connection state was recovered after a temporary disconnection. In that case, any missed packets will - * be transmitted by the server. - */ - - _this.recovered = false; - /** - * Buffer for packets received before the CONNECT packet - */ - - _this.receiveBuffer = []; - /** - * Buffer for packets that will be sent once the socket is connected - */ - - _this.sendBuffer = []; - /** - * The queue of packets to be sent with retry in case of failure. - * - * Packets are sent one by one, each waiting for the server acknowledgement, in order to guarantee the delivery order. - * @private - */ - - _this._queue = []; - /** - * A sequence to generate the ID of the {@link QueuedPacket}. - * @private - */ - - _this._queueSeq = 0; - _this.ids = 0; - _this.acks = {}; - _this.flags = {}; - _this.io = io; - _this.nsp = nsp; - - if (opts && opts.auth) { - _this.auth = opts.auth; - } - - _this._opts = _extends({}, opts); - if (_this.io._autoConnect) _this.open(); - return _this; - } - /** - * Whether the socket is currently disconnected - * - * @example - * const socket = io(); - * - * socket.on("connect", () => { - * console.log(socket.disconnected); // false - * }); - * - * socket.on("disconnect", () => { - * console.log(socket.disconnected); // true - * }); - */ - - - _createClass(Socket, [{ - key: "disconnected", - get: function get() { - return !this.connected; - } - /** - * Subscribe to open, close and packet events - * - * @private - */ - - }, { - key: "subEvents", - value: function subEvents() { - if (this.subs) return; - var io = this.io; - this.subs = [on(io, "open", this.onopen.bind(this)), on(io, "packet", this.onpacket.bind(this)), on(io, "error", this.onerror.bind(this)), on(io, "close", this.onclose.bind(this))]; - } - /** - * Whether the Socket will try to reconnect when its Manager connects or reconnects. - * - * @example - * const socket = io(); - * - * console.log(socket.active); // true - * - * socket.on("disconnect", (reason) => { - * if (reason === "io server disconnect") { - * // the disconnection was initiated by the server, you need to manually reconnect - * console.log(socket.active); // false - * } - * // else the socket will automatically try to reconnect - * console.log(socket.active); // true - * }); - */ - - }, { - key: "active", - get: function get() { - return !!this.subs; - } - /** - * "Opens" the socket. - * - * @example - * const socket = io({ - * autoConnect: false - * }); - * - * socket.connect(); - */ - - }, { - key: "connect", - value: function connect() { - if (this.connected) return this; - this.subEvents(); - if (!this.io["_reconnecting"]) this.io.open(); // ensure open - - if ("open" === this.io._readyState) this.onopen(); - return this; - } - /** - * Alias for {@link connect()}. - */ - - }, { - key: "open", - value: function open() { - return this.connect(); - } - /** - * Sends a `message` event. - * - * This method mimics the WebSocket.send() method. - * - * @see https://developer.mozilla.org/en-US/docs/Web/API/WebSocket/send - * - * @example - * socket.send("hello"); - * - * // this is equivalent to - * socket.emit("message", "hello"); - * - * @return self - */ - - }, { - key: "send", - value: function send() { - for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) { - args[_key] = arguments[_key]; - } - - args.unshift("message"); - this.emit.apply(this, args); - return this; - } - /** - * Override `emit`. - * If the event is in `events`, it's emitted normally. - * - * @example - * socket.emit("hello", "world"); - * - * // all serializable datastructures are supported (no need to call JSON.stringify) - * socket.emit("hello", 1, "2", { 3: ["4"], 5: Uint8Array.from([6]) }); - * - * // with an acknowledgement from the server - * socket.emit("hello", "world", (val) => { - * // ... - * }); - * - * @return self - */ - - }, { - key: "emit", - value: function emit(ev) { - if (RESERVED_EVENTS.hasOwnProperty(ev)) { - throw new Error('"' + ev.toString() + '" is a reserved event name'); - } - - for (var _len2 = arguments.length, args = new Array(_len2 > 1 ? _len2 - 1 : 0), _key2 = 1; _key2 < _len2; _key2++) { - args[_key2 - 1] = arguments[_key2]; - } - - args.unshift(ev); - - if (this._opts.retries && !this.flags.fromQueue && !this.flags["volatile"]) { - this._addToQueue(args); - - return this; - } - - var packet = { - type: PacketType.EVENT, - data: args - }; - packet.options = {}; - packet.options.compress = this.flags.compress !== false; // event ack callback - - if ("function" === typeof args[args.length - 1]) { - var id = this.ids++; - var ack = args.pop(); - - this._registerAckCallback(id, ack); - - packet.id = id; - } - - var isTransportWritable = this.io.engine && this.io.engine.transport && this.io.engine.transport.writable; - var discardPacket = this.flags["volatile"] && (!isTransportWritable || !this.connected); - - if (discardPacket) ; else if (this.connected) { - this.notifyOutgoingListeners(packet); - this.packet(packet); - } else { - this.sendBuffer.push(packet); - } - - this.flags = {}; - return this; - } - /** - * @private - */ - - }, { - key: "_registerAckCallback", - value: function _registerAckCallback(id, ack) { - var _this2 = this; - - var _a; - - var timeout = (_a = this.flags.timeout) !== null && _a !== void 0 ? _a : this._opts.ackTimeout; - - if (timeout === undefined) { - this.acks[id] = ack; - return; - } // @ts-ignore - - - var timer = this.io.setTimeoutFn(function () { - delete _this2.acks[id]; - - for (var i = 0; i < _this2.sendBuffer.length; i++) { - if (_this2.sendBuffer[i].id === id) { - _this2.sendBuffer.splice(i, 1); - } - } - - ack.call(_this2, new Error("operation has timed out")); - }, timeout); - - this.acks[id] = function () { - // @ts-ignore - _this2.io.clearTimeoutFn(timer); - - for (var _len3 = arguments.length, args = new Array(_len3), _key3 = 0; _key3 < _len3; _key3++) { - args[_key3] = arguments[_key3]; - } - - ack.apply(_this2, [null].concat(args)); - }; - } - /** - * Emits an event and waits for an acknowledgement - * - * @example - * // without timeout - * const response = await socket.emitWithAck("hello", "world"); - * - * // with a specific timeout - * try { - * const response = await socket.timeout(1000).emitWithAck("hello", "world"); - * } catch (err) { - * // the server did not acknowledge the event in the given delay - * } - * - * @return a Promise that will be fulfilled when the server acknowledges the event - */ - - }, { - key: "emitWithAck", - value: function emitWithAck(ev) { - var _this3 = this; - - for (var _len4 = arguments.length, args = new Array(_len4 > 1 ? _len4 - 1 : 0), _key4 = 1; _key4 < _len4; _key4++) { - args[_key4 - 1] = arguments[_key4]; - } - - // the timeout flag is optional - var withErr = this.flags.timeout !== undefined || this._opts.ackTimeout !== undefined; - return new Promise(function (resolve, reject) { - args.push(function (arg1, arg2) { - if (withErr) { - return arg1 ? reject(arg1) : resolve(arg2); - } else { - return resolve(arg1); - } - }); - - _this3.emit.apply(_this3, [ev].concat(args)); - }); - } - /** - * Add the packet to the queue. - * @param args - * @private - */ - - }, { - key: "_addToQueue", - value: function _addToQueue(args) { - var _this4 = this; - - var ack; - - if (typeof args[args.length - 1] === "function") { - ack = args.pop(); - } - - var packet = { - id: this._queueSeq++, - tryCount: 0, - pending: false, - args: args, - flags: _extends({ - fromQueue: true - }, this.flags) - }; - args.push(function (err) { - if (packet !== _this4._queue[0]) { - // the packet has already been acknowledged - return; - } - - var hasError = err !== null; - - if (hasError) { - if (packet.tryCount > _this4._opts.retries) { - _this4._queue.shift(); - - if (ack) { - ack(err); - } - } - } else { - _this4._queue.shift(); - - if (ack) { - for (var _len5 = arguments.length, responseArgs = new Array(_len5 > 1 ? _len5 - 1 : 0), _key5 = 1; _key5 < _len5; _key5++) { - responseArgs[_key5 - 1] = arguments[_key5]; - } - - ack.apply(void 0, [null].concat(responseArgs)); - } - } - - packet.pending = false; - return _this4._drainQueue(); - }); - - this._queue.push(packet); - - this._drainQueue(); - } - /** - * Send the first packet of the queue, and wait for an acknowledgement from the server. - * @param force - whether to resend a packet that has not been acknowledged yet - * - * @private - */ - - }, { - key: "_drainQueue", - value: function _drainQueue() { - var force = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : false; - - if (!this.connected || this._queue.length === 0) { - return; - } - - var packet = this._queue[0]; - - if (packet.pending && !force) { - return; - } - - packet.pending = true; - packet.tryCount++; - this.flags = packet.flags; - this.emit.apply(this, packet.args); - } - /** - * Sends a packet. - * - * @param packet - * @private - */ - - }, { - key: "packet", - value: function packet(_packet) { - _packet.nsp = this.nsp; - - this.io._packet(_packet); - } - /** - * Called upon engine `open`. - * - * @private - */ - - }, { - key: "onopen", - value: function onopen() { - var _this5 = this; - - if (typeof this.auth == "function") { - this.auth(function (data) { - _this5._sendConnectPacket(data); - }); - } else { - this._sendConnectPacket(this.auth); - } - } - /** - * Sends a CONNECT packet to initiate the Socket.IO session. - * - * @param data - * @private - */ - - }, { - key: "_sendConnectPacket", - value: function _sendConnectPacket(data) { - this.packet({ - type: PacketType.CONNECT, - data: this._pid ? _extends({ - pid: this._pid, - offset: this._lastOffset - }, data) : data - }); - } - /** - * Called upon engine or manager `error`. - * - * @param err - * @private - */ - - }, { - key: "onerror", - value: function onerror(err) { - if (!this.connected) { - this.emitReserved("connect_error", err); - } - } - /** - * Called upon engine `close`. - * - * @param reason - * @param description - * @private - */ - - }, { - key: "onclose", - value: function onclose(reason, description) { - this.connected = false; - delete this.id; - this.emitReserved("disconnect", reason, description); - } - /** - * Called with socket packet. - * - * @param packet - * @private - */ - - }, { - key: "onpacket", - value: function onpacket(packet) { - var sameNamespace = packet.nsp === this.nsp; - if (!sameNamespace) return; - - switch (packet.type) { - case PacketType.CONNECT: - if (packet.data && packet.data.sid) { - this.onconnect(packet.data.sid, packet.data.pid); - } else { - this.emitReserved("connect_error", new Error("It seems you are trying to reach a Socket.IO server in v2.x with a v3.x client, but they are not compatible (more information here: https://socket.io/docs/v3/migrating-from-2-x-to-3-0/)")); - } - - break; - - case PacketType.EVENT: - case PacketType.BINARY_EVENT: - this.onevent(packet); - break; - - case PacketType.ACK: - case PacketType.BINARY_ACK: - this.onack(packet); - break; - - case PacketType.DISCONNECT: - this.ondisconnect(); - break; - - case PacketType.CONNECT_ERROR: - this.destroy(); - var err = new Error(packet.data.message); // @ts-ignore - - err.data = packet.data.data; - this.emitReserved("connect_error", err); - break; - } - } - /** - * Called upon a server event. - * - * @param packet - * @private - */ - - }, { - key: "onevent", - value: function onevent(packet) { - var args = packet.data || []; - - if (null != packet.id) { - args.push(this.ack(packet.id)); - } - - if (this.connected) { - this.emitEvent(args); - } else { - this.receiveBuffer.push(Object.freeze(args)); - } - } - }, { - key: "emitEvent", - value: function emitEvent(args) { - if (this._anyListeners && this._anyListeners.length) { - var listeners = this._anyListeners.slice(); - - var _iterator = _createForOfIteratorHelper(listeners), - _step; - - try { - for (_iterator.s(); !(_step = _iterator.n()).done;) { - var listener = _step.value; - listener.apply(this, args); - } - } catch (err) { - _iterator.e(err); - } finally { - _iterator.f(); - } - } - - _get(_getPrototypeOf(Socket.prototype), "emit", this).apply(this, args); - - if (this._pid && args.length && typeof args[args.length - 1] === "string") { - this._lastOffset = args[args.length - 1]; - } - } - /** - * Produces an ack callback to emit with an event. - * - * @private - */ - - }, { - key: "ack", - value: function ack(id) { - var self = this; - var sent = false; - return function () { - // prevent double callbacks - if (sent) return; - sent = true; - - for (var _len6 = arguments.length, args = new Array(_len6), _key6 = 0; _key6 < _len6; _key6++) { - args[_key6] = arguments[_key6]; - } - - self.packet({ - type: PacketType.ACK, - id: id, - data: args - }); - }; - } - /** - * Called upon a server acknowlegement. - * - * @param packet - * @private - */ - - }, { - key: "onack", - value: function onack(packet) { - var ack = this.acks[packet.id]; - - if ("function" === typeof ack) { - ack.apply(this, packet.data); - delete this.acks[packet.id]; - } - } - /** - * Called upon server connect. - * - * @private - */ - - }, { - key: "onconnect", - value: function onconnect(id, pid) { - this.id = id; - this.recovered = pid && this._pid === pid; - this._pid = pid; // defined only if connection state recovery is enabled - - this.connected = true; - this.emitBuffered(); - this.emitReserved("connect"); - - this._drainQueue(true); - } - /** - * Emit buffered events (received and emitted). - * - * @private - */ - - }, { - key: "emitBuffered", - value: function emitBuffered() { - var _this6 = this; - - this.receiveBuffer.forEach(function (args) { - return _this6.emitEvent(args); - }); - this.receiveBuffer = []; - this.sendBuffer.forEach(function (packet) { - _this6.notifyOutgoingListeners(packet); - - _this6.packet(packet); - }); - this.sendBuffer = []; - } - /** - * Called upon server disconnect. - * - * @private - */ - - }, { - key: "ondisconnect", - value: function ondisconnect() { - this.destroy(); - this.onclose("io server disconnect"); - } - /** - * Called upon forced client/server side disconnections, - * this method ensures the manager stops tracking us and - * that reconnections don't get triggered for this. - * - * @private - */ - - }, { - key: "destroy", - value: function destroy() { - if (this.subs) { - // clean subscriptions to avoid reconnections - this.subs.forEach(function (subDestroy) { - return subDestroy(); - }); - this.subs = undefined; - } - - this.io["_destroy"](this); - } - /** - * Disconnects the socket manually. In that case, the socket will not try to reconnect. - * - * If this is the last active Socket instance of the {@link Manager}, the low-level connection will be closed. - * - * @example - * const socket = io(); - * - * socket.on("disconnect", (reason) => { - * // console.log(reason); prints "io client disconnect" - * }); - * - * socket.disconnect(); - * - * @return self - */ - - }, { - key: "disconnect", - value: function disconnect() { - if (this.connected) { - this.packet({ - type: PacketType.DISCONNECT - }); - } // remove socket from pool - - - this.destroy(); - - if (this.connected) { - // fire events - this.onclose("io client disconnect"); - } - - return this; - } - /** - * Alias for {@link disconnect()}. - * - * @return self - */ - - }, { - key: "close", - value: function close() { - return this.disconnect(); - } - /** - * Sets the compress flag. - * - * @example - * socket.compress(false).emit("hello"); - * - * @param compress - if `true`, compresses the sending data - * @return self - */ - - }, { - key: "compress", - value: function compress(_compress) { - this.flags.compress = _compress; - return this; - } - /** - * Sets a modifier for a subsequent event emission that the event message will be dropped when this socket is not - * ready to send messages. - * - * @example - * socket.volatile.emit("hello"); // the server may or may not receive it - * - * @returns self - */ - - }, { - key: "volatile", - get: function get() { - this.flags["volatile"] = true; - return this; - } - /** - * Sets a modifier for a subsequent event emission that the callback will be called with an error when the - * given number of milliseconds have elapsed without an acknowledgement from the server: - * - * @example - * socket.timeout(5000).emit("my-event", (err) => { - * if (err) { - * // the server did not acknowledge the event in the given delay - * } - * }); - * - * @returns self - */ - - }, { - key: "timeout", - value: function timeout(_timeout) { - this.flags.timeout = _timeout; - return this; - } - /** - * Adds a listener that will be fired when any event is emitted. The event name is passed as the first argument to the - * callback. - * - * @example - * socket.onAny((event, ...args) => { - * console.log(`got ${event}`); - * }); - * - * @param listener - */ - - }, { - key: "onAny", - value: function onAny(listener) { - this._anyListeners = this._anyListeners || []; - - this._anyListeners.push(listener); - - return this; - } - /** - * Adds a listener that will be fired when any event is emitted. The event name is passed as the first argument to the - * callback. The listener is added to the beginning of the listeners array. - * - * @example - * socket.prependAny((event, ...args) => { - * console.log(`got event ${event}`); - * }); - * - * @param listener - */ - - }, { - key: "prependAny", - value: function prependAny(listener) { - this._anyListeners = this._anyListeners || []; - - this._anyListeners.unshift(listener); - - return this; - } - /** - * Removes the listener that will be fired when any event is emitted. - * - * @example - * const catchAllListener = (event, ...args) => { - * console.log(`got event ${event}`); - * } - * - * socket.onAny(catchAllListener); - * - * // remove a specific listener - * socket.offAny(catchAllListener); - * - * // or remove all listeners - * socket.offAny(); - * - * @param listener - */ - - }, { - key: "offAny", - value: function offAny(listener) { - if (!this._anyListeners) { - return this; - } - - if (listener) { - var listeners = this._anyListeners; - - for (var i = 0; i < listeners.length; i++) { - if (listener === listeners[i]) { - listeners.splice(i, 1); - return this; - } - } - } else { - this._anyListeners = []; - } - - return this; - } - /** - * Returns an array of listeners that are listening for any event that is specified. This array can be manipulated, - * e.g. to remove listeners. - */ - - }, { - key: "listenersAny", - value: function listenersAny() { - return this._anyListeners || []; - } - /** - * Adds a listener that will be fired when any event is emitted. The event name is passed as the first argument to the - * callback. - * - * Note: acknowledgements sent to the server are not included. - * - * @example - * socket.onAnyOutgoing((event, ...args) => { - * console.log(`sent event ${event}`); - * }); - * - * @param listener - */ - - }, { - key: "onAnyOutgoing", - value: function onAnyOutgoing(listener) { - this._anyOutgoingListeners = this._anyOutgoingListeners || []; - - this._anyOutgoingListeners.push(listener); - - return this; - } - /** - * Adds a listener that will be fired when any event is emitted. The event name is passed as the first argument to the - * callback. The listener is added to the beginning of the listeners array. - * - * Note: acknowledgements sent to the server are not included. - * - * @example - * socket.prependAnyOutgoing((event, ...args) => { - * console.log(`sent event ${event}`); - * }); - * - * @param listener - */ - - }, { - key: "prependAnyOutgoing", - value: function prependAnyOutgoing(listener) { - this._anyOutgoingListeners = this._anyOutgoingListeners || []; - - this._anyOutgoingListeners.unshift(listener); - - return this; - } - /** - * Removes the listener that will be fired when any event is emitted. - * - * @example - * const catchAllListener = (event, ...args) => { - * console.log(`sent event ${event}`); - * } - * - * socket.onAnyOutgoing(catchAllListener); - * - * // remove a specific listener - * socket.offAnyOutgoing(catchAllListener); - * - * // or remove all listeners - * socket.offAnyOutgoing(); - * - * @param [listener] - the catch-all listener (optional) - */ - - }, { - key: "offAnyOutgoing", - value: function offAnyOutgoing(listener) { - if (!this._anyOutgoingListeners) { - return this; - } - - if (listener) { - var listeners = this._anyOutgoingListeners; - - for (var i = 0; i < listeners.length; i++) { - if (listener === listeners[i]) { - listeners.splice(i, 1); - return this; - } - } - } else { - this._anyOutgoingListeners = []; - } - - return this; - } - /** - * Returns an array of listeners that are listening for any event that is specified. This array can be manipulated, - * e.g. to remove listeners. - */ - - }, { - key: "listenersAnyOutgoing", - value: function listenersAnyOutgoing() { - return this._anyOutgoingListeners || []; - } - /** - * Notify the listeners for each packet sent - * - * @param packet - * - * @private - */ - - }, { - key: "notifyOutgoingListeners", - value: function notifyOutgoingListeners(packet) { - if (this._anyOutgoingListeners && this._anyOutgoingListeners.length) { - var listeners = this._anyOutgoingListeners.slice(); - - var _iterator2 = _createForOfIteratorHelper(listeners), - _step2; - - try { - for (_iterator2.s(); !(_step2 = _iterator2.n()).done;) { - var listener = _step2.value; - listener.apply(this, packet.data); - } - } catch (err) { - _iterator2.e(err); - } finally { - _iterator2.f(); - } - } - } - }]); - - return Socket; - }(Emitter); - - /** - * Initialize backoff timer with `opts`. - * - * - `min` initial timeout in milliseconds [100] - * - `max` max timeout [10000] - * - `jitter` [0] - * - `factor` [2] - * - * @param {Object} opts - * @api public - */ - function Backoff(opts) { - opts = opts || {}; - this.ms = opts.min || 100; - this.max = opts.max || 10000; - this.factor = opts.factor || 2; - this.jitter = opts.jitter > 0 && opts.jitter <= 1 ? opts.jitter : 0; - this.attempts = 0; - } - /** - * Return the backoff duration. - * - * @return {Number} - * @api public - */ - - Backoff.prototype.duration = function () { - var ms = this.ms * Math.pow(this.factor, this.attempts++); - - if (this.jitter) { - var rand = Math.random(); - var deviation = Math.floor(rand * this.jitter * ms); - ms = (Math.floor(rand * 10) & 1) == 0 ? ms - deviation : ms + deviation; - } - - return Math.min(ms, this.max) | 0; - }; - /** - * Reset the number of attempts. - * - * @api public - */ - - - Backoff.prototype.reset = function () { - this.attempts = 0; - }; - /** - * Set the minimum duration - * - * @api public - */ - - - Backoff.prototype.setMin = function (min) { - this.ms = min; - }; - /** - * Set the maximum duration - * - * @api public - */ - - - Backoff.prototype.setMax = function (max) { - this.max = max; - }; - /** - * Set the jitter - * - * @api public - */ - - - Backoff.prototype.setJitter = function (jitter) { - this.jitter = jitter; - }; - - var Manager = /*#__PURE__*/function (_Emitter) { - _inherits(Manager, _Emitter); - - var _super = _createSuper(Manager); - - function Manager(uri, opts) { - var _this; - - _classCallCheck(this, Manager); - - var _a; - - _this = _super.call(this); - _this.nsps = {}; - _this.subs = []; - - if (uri && "object" === _typeof(uri)) { - opts = uri; - uri = undefined; - } - - opts = opts || {}; - opts.path = opts.path || "/socket.io"; - _this.opts = opts; - installTimerFunctions(_assertThisInitialized(_this), opts); - - _this.reconnection(opts.reconnection !== false); - - _this.reconnectionAttempts(opts.reconnectionAttempts || Infinity); - - _this.reconnectionDelay(opts.reconnectionDelay || 1000); - - _this.reconnectionDelayMax(opts.reconnectionDelayMax || 5000); - - _this.randomizationFactor((_a = opts.randomizationFactor) !== null && _a !== void 0 ? _a : 0.5); - - _this.backoff = new Backoff({ - min: _this.reconnectionDelay(), - max: _this.reconnectionDelayMax(), - jitter: _this.randomizationFactor() - }); - - _this.timeout(null == opts.timeout ? 20000 : opts.timeout); - - _this._readyState = "closed"; - _this.uri = uri; - - var _parser = opts.parser || parser; - - _this.encoder = new _parser.Encoder(); - _this.decoder = new _parser.Decoder(); - _this._autoConnect = opts.autoConnect !== false; - if (_this._autoConnect) _this.open(); - return _this; - } - - _createClass(Manager, [{ - key: "reconnection", - value: function reconnection(v) { - if (!arguments.length) return this._reconnection; - this._reconnection = !!v; - return this; - } - }, { - key: "reconnectionAttempts", - value: function reconnectionAttempts(v) { - if (v === undefined) return this._reconnectionAttempts; - this._reconnectionAttempts = v; - return this; - } - }, { - key: "reconnectionDelay", - value: function reconnectionDelay(v) { - var _a; - - if (v === undefined) return this._reconnectionDelay; - this._reconnectionDelay = v; - (_a = this.backoff) === null || _a === void 0 ? void 0 : _a.setMin(v); - return this; - } - }, { - key: "randomizationFactor", - value: function randomizationFactor(v) { - var _a; - - if (v === undefined) return this._randomizationFactor; - this._randomizationFactor = v; - (_a = this.backoff) === null || _a === void 0 ? void 0 : _a.setJitter(v); - return this; - } - }, { - key: "reconnectionDelayMax", - value: function reconnectionDelayMax(v) { - var _a; - - if (v === undefined) return this._reconnectionDelayMax; - this._reconnectionDelayMax = v; - (_a = this.backoff) === null || _a === void 0 ? void 0 : _a.setMax(v); - return this; - } - }, { - key: "timeout", - value: function timeout(v) { - if (!arguments.length) return this._timeout; - this._timeout = v; - return this; - } - /** - * Starts trying to reconnect if reconnection is enabled and we have not - * started reconnecting yet - * - * @private - */ - - }, { - key: "maybeReconnectOnOpen", - value: function maybeReconnectOnOpen() { - // Only try to reconnect if it's the first time we're connecting - if (!this._reconnecting && this._reconnection && this.backoff.attempts === 0) { - // keeps reconnection from firing twice for the same reconnection loop - this.reconnect(); - } - } - /** - * Sets the current transport `socket`. - * - * @param {Function} fn - optional, callback - * @return self - * @public - */ - - }, { - key: "open", - value: function open(fn) { - var _this2 = this; - - if (~this._readyState.indexOf("open")) return this; - this.engine = new Socket$1(this.uri, this.opts); - var socket = this.engine; - var self = this; - this._readyState = "opening"; - this.skipReconnect = false; // emit `open` - - var openSubDestroy = on(socket, "open", function () { - self.onopen(); - fn && fn(); - }); // emit `error` - - var errorSub = on(socket, "error", function (err) { - self.cleanup(); - self._readyState = "closed"; - - _this2.emitReserved("error", err); - - if (fn) { - fn(err); - } else { - // Only do this if there is no fn to handle the error - self.maybeReconnectOnOpen(); - } - }); - - if (false !== this._timeout) { - var timeout = this._timeout; - - if (timeout === 0) { - openSubDestroy(); // prevents a race condition with the 'open' event - } // set timer - - - var timer = this.setTimeoutFn(function () { - openSubDestroy(); - socket.close(); // @ts-ignore - - socket.emit("error", new Error("timeout")); - }, timeout); - - if (this.opts.autoUnref) { - timer.unref(); - } - - this.subs.push(function subDestroy() { - clearTimeout(timer); - }); - } - - this.subs.push(openSubDestroy); - this.subs.push(errorSub); - return this; - } - /** - * Alias for open() - * - * @return self - * @public - */ - - }, { - key: "connect", - value: function connect(fn) { - return this.open(fn); - } - /** - * Called upon transport open. - * - * @private - */ - - }, { - key: "onopen", - value: function onopen() { - // clear old subs - this.cleanup(); // mark as open - - this._readyState = "open"; - this.emitReserved("open"); // add new subs - - var socket = this.engine; - this.subs.push(on(socket, "ping", this.onping.bind(this)), on(socket, "data", this.ondata.bind(this)), on(socket, "error", this.onerror.bind(this)), on(socket, "close", this.onclose.bind(this)), on(this.decoder, "decoded", this.ondecoded.bind(this))); - } - /** - * Called upon a ping. - * - * @private - */ - - }, { - key: "onping", - value: function onping() { - this.emitReserved("ping"); - } - /** - * Called with data. - * - * @private - */ - - }, { - key: "ondata", - value: function ondata(data) { - try { - this.decoder.add(data); - } catch (e) { - this.onclose("parse error", e); - } - } - /** - * Called when parser fully decodes a packet. - * - * @private - */ - - }, { - key: "ondecoded", - value: function ondecoded(packet) { - var _this3 = this; - - // the nextTick call prevents an exception in a user-provided event listener from triggering a disconnection due to a "parse error" - nextTick(function () { - _this3.emitReserved("packet", packet); - }, this.setTimeoutFn); - } - /** - * Called upon socket error. - * - * @private - */ - - }, { - key: "onerror", - value: function onerror(err) { - this.emitReserved("error", err); - } - /** - * Creates a new socket for the given `nsp`. - * - * @return {Socket} - * @public - */ - - }, { - key: "socket", - value: function socket(nsp, opts) { - var socket = this.nsps[nsp]; - - if (!socket) { - socket = new Socket(this, nsp, opts); - this.nsps[nsp] = socket; - } else if (this._autoConnect && !socket.active) { - socket.connect(); - } - - return socket; - } - /** - * Called upon a socket close. - * - * @param socket - * @private - */ - - }, { - key: "_destroy", - value: function _destroy(socket) { - var nsps = Object.keys(this.nsps); - - for (var _i = 0, _nsps = nsps; _i < _nsps.length; _i++) { - var nsp = _nsps[_i]; - var _socket = this.nsps[nsp]; - - if (_socket.active) { - return; - } - } - - this._close(); - } - /** - * Writes a packet. - * - * @param packet - * @private - */ - - }, { - key: "_packet", - value: function _packet(packet) { - var encodedPackets = this.encoder.encode(packet); - - for (var i = 0; i < encodedPackets.length; i++) { - this.engine.write(encodedPackets[i], packet.options); - } - } - /** - * Clean up transport subscriptions and packet buffer. - * - * @private - */ - - }, { - key: "cleanup", - value: function cleanup() { - this.subs.forEach(function (subDestroy) { - return subDestroy(); - }); - this.subs.length = 0; - this.decoder.destroy(); - } - /** - * Close the current socket. - * - * @private - */ - - }, { - key: "_close", - value: function _close() { - this.skipReconnect = true; - this._reconnecting = false; - this.onclose("forced close"); - if (this.engine) this.engine.close(); - } - /** - * Alias for close() - * - * @private - */ - - }, { - key: "disconnect", - value: function disconnect() { - return this._close(); - } - /** - * Called upon engine close. - * - * @private - */ - - }, { - key: "onclose", - value: function onclose(reason, description) { - this.cleanup(); - this.backoff.reset(); - this._readyState = "closed"; - this.emitReserved("close", reason, description); - - if (this._reconnection && !this.skipReconnect) { - this.reconnect(); - } - } - /** - * Attempt a reconnection. - * - * @private - */ - - }, { - key: "reconnect", - value: function reconnect() { - var _this4 = this; - - if (this._reconnecting || this.skipReconnect) return this; - var self = this; - - if (this.backoff.attempts >= this._reconnectionAttempts) { - this.backoff.reset(); - this.emitReserved("reconnect_failed"); - this._reconnecting = false; - } else { - var delay = this.backoff.duration(); - this._reconnecting = true; - var timer = this.setTimeoutFn(function () { - if (self.skipReconnect) return; - - _this4.emitReserved("reconnect_attempt", self.backoff.attempts); // check again for the case socket closed in above events - - - if (self.skipReconnect) return; - self.open(function (err) { - if (err) { - self._reconnecting = false; - self.reconnect(); - - _this4.emitReserved("reconnect_error", err); - } else { - self.onreconnect(); - } - }); - }, delay); - - if (this.opts.autoUnref) { - timer.unref(); - } - - this.subs.push(function subDestroy() { - clearTimeout(timer); - }); - } - } - /** - * Called upon successful reconnect. - * - * @private - */ - - }, { - key: "onreconnect", - value: function onreconnect() { - var attempt = this.backoff.attempts; - this._reconnecting = false; - this.backoff.reset(); - this.emitReserved("reconnect", attempt); - } - }]); - - return Manager; - }(Emitter); - - /** - * Managers cache. - */ - - var cache = {}; - - function lookup(uri, opts) { - if (_typeof(uri) === "object") { - opts = uri; - uri = undefined; - } - - opts = opts || {}; - var parsed = url(uri, opts.path || "/socket.io"); - var source = parsed.source; - var id = parsed.id; - var path = parsed.path; - var sameNamespace = cache[id] && path in cache[id]["nsps"]; - var newConnection = opts.forceNew || opts["force new connection"] || false === opts.multiplex || sameNamespace; - var io; - - if (newConnection) { - io = new Manager(source, opts); - } else { - if (!cache[id]) { - cache[id] = new Manager(source, opts); - } - - io = cache[id]; - } - - if (parsed.query && !opts.query) { - opts.query = parsed.queryKey; - } - - return io.socket(parsed.path, opts); - } // so that "lookup" can be used both as a function (e.g. `io(...)`) and as a - // namespace (e.g. `io.connect(...)`), for backward compatibility - - - _extends(lookup, { - Manager: Manager, - Socket: Socket, - io: lookup, - connect: lookup - }); - - return lookup; - -})); -//# sourceMappingURL=socket.io.js.map diff --git a/software/flow/node_modules/socket.io/client-dist/socket.io.js.map b/software/flow/node_modules/socket.io/client-dist/socket.io.js.map deleted file mode 100644 index f52ea0b..0000000 --- a/software/flow/node_modules/socket.io/client-dist/socket.io.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"socket.io.js","sources":["../node_modules/engine.io-parser/build/esm/commons.js","../node_modules/engine.io-parser/build/esm/encodePacket.browser.js","../node_modules/engine.io-parser/build/esm/contrib/base64-arraybuffer.js","../node_modules/engine.io-parser/build/esm/decodePacket.browser.js","../node_modules/engine.io-parser/build/esm/index.js","../node_modules/@socket.io/component-emitter/index.mjs","../node_modules/engine.io-client/build/esm/globalThis.browser.js","../node_modules/engine.io-client/build/esm/util.js","../node_modules/engine.io-client/build/esm/transport.js","../node_modules/engine.io-client/build/esm/contrib/yeast.js","../node_modules/engine.io-client/build/esm/contrib/parseqs.js","../node_modules/engine.io-client/build/esm/contrib/has-cors.js","../node_modules/engine.io-client/build/esm/transports/xmlhttprequest.browser.js","../node_modules/engine.io-client/build/esm/transports/polling.js","../node_modules/engine.io-client/build/esm/transports/websocket-constructor.browser.js","../node_modules/engine.io-client/build/esm/transports/websocket.js","../node_modules/engine.io-client/build/esm/transports/index.js","../node_modules/engine.io-client/build/esm/contrib/parseuri.js","../node_modules/engine.io-client/build/esm/socket.js","../node_modules/engine.io-client/build/esm/index.js","../build/esm/url.js","../node_modules/socket.io-parser/build/esm/is-binary.js","../node_modules/socket.io-parser/build/esm/binary.js","../node_modules/socket.io-parser/build/esm/index.js","../build/esm/on.js","../build/esm/socket.js","../build/esm/contrib/backo2.js","../build/esm/manager.js","../build/esm/index.js"],"sourcesContent":["const PACKET_TYPES = Object.create(null); // no Map = no polyfill\nPACKET_TYPES[\"open\"] = \"0\";\nPACKET_TYPES[\"close\"] = \"1\";\nPACKET_TYPES[\"ping\"] = \"2\";\nPACKET_TYPES[\"pong\"] = \"3\";\nPACKET_TYPES[\"message\"] = \"4\";\nPACKET_TYPES[\"upgrade\"] = \"5\";\nPACKET_TYPES[\"noop\"] = \"6\";\nconst PACKET_TYPES_REVERSE = Object.create(null);\nObject.keys(PACKET_TYPES).forEach(key => {\n PACKET_TYPES_REVERSE[PACKET_TYPES[key]] = key;\n});\nconst ERROR_PACKET = { type: \"error\", data: \"parser error\" };\nexport { PACKET_TYPES, PACKET_TYPES_REVERSE, ERROR_PACKET };\n","import { PACKET_TYPES } from \"./commons.js\";\nconst withNativeBlob = typeof Blob === \"function\" ||\n (typeof Blob !== \"undefined\" &&\n Object.prototype.toString.call(Blob) === \"[object BlobConstructor]\");\nconst withNativeArrayBuffer = typeof ArrayBuffer === \"function\";\n// ArrayBuffer.isView method is not defined in IE10\nconst isView = obj => {\n return typeof ArrayBuffer.isView === \"function\"\n ? ArrayBuffer.isView(obj)\n : obj && obj.buffer instanceof ArrayBuffer;\n};\nconst encodePacket = ({ type, data }, supportsBinary, callback) => {\n if (withNativeBlob && data instanceof Blob) {\n if (supportsBinary) {\n return callback(data);\n }\n else {\n return encodeBlobAsBase64(data, callback);\n }\n }\n else if (withNativeArrayBuffer &&\n (data instanceof ArrayBuffer || isView(data))) {\n if (supportsBinary) {\n return callback(data);\n }\n else {\n return encodeBlobAsBase64(new Blob([data]), callback);\n }\n }\n // plain string\n return callback(PACKET_TYPES[type] + (data || \"\"));\n};\nconst encodeBlobAsBase64 = (data, callback) => {\n const fileReader = new FileReader();\n fileReader.onload = function () {\n const content = fileReader.result.split(\",\")[1];\n callback(\"b\" + content);\n };\n return fileReader.readAsDataURL(data);\n};\nexport default encodePacket;\n","const chars = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/';\n// Use a lookup table to find the index.\nconst lookup = typeof Uint8Array === 'undefined' ? [] : new Uint8Array(256);\nfor (let i = 0; i < chars.length; i++) {\n lookup[chars.charCodeAt(i)] = i;\n}\nexport const encode = (arraybuffer) => {\n let bytes = new Uint8Array(arraybuffer), i, len = bytes.length, base64 = '';\n for (i = 0; i < len; i += 3) {\n base64 += chars[bytes[i] >> 2];\n base64 += chars[((bytes[i] & 3) << 4) | (bytes[i + 1] >> 4)];\n base64 += chars[((bytes[i + 1] & 15) << 2) | (bytes[i + 2] >> 6)];\n base64 += chars[bytes[i + 2] & 63];\n }\n if (len % 3 === 2) {\n base64 = base64.substring(0, base64.length - 1) + '=';\n }\n else if (len % 3 === 1) {\n base64 = base64.substring(0, base64.length - 2) + '==';\n }\n return base64;\n};\nexport const decode = (base64) => {\n let bufferLength = base64.length * 0.75, len = base64.length, i, p = 0, encoded1, encoded2, encoded3, encoded4;\n if (base64[base64.length - 1] === '=') {\n bufferLength--;\n if (base64[base64.length - 2] === '=') {\n bufferLength--;\n }\n }\n const arraybuffer = new ArrayBuffer(bufferLength), bytes = new Uint8Array(arraybuffer);\n for (i = 0; i < len; i += 4) {\n encoded1 = lookup[base64.charCodeAt(i)];\n encoded2 = lookup[base64.charCodeAt(i + 1)];\n encoded3 = lookup[base64.charCodeAt(i + 2)];\n encoded4 = lookup[base64.charCodeAt(i + 3)];\n bytes[p++] = (encoded1 << 2) | (encoded2 >> 4);\n bytes[p++] = ((encoded2 & 15) << 4) | (encoded3 >> 2);\n bytes[p++] = ((encoded3 & 3) << 6) | (encoded4 & 63);\n }\n return arraybuffer;\n};\n","import { ERROR_PACKET, PACKET_TYPES_REVERSE } from \"./commons.js\";\nimport { decode } from \"./contrib/base64-arraybuffer.js\";\nconst withNativeArrayBuffer = typeof ArrayBuffer === \"function\";\nconst decodePacket = (encodedPacket, binaryType) => {\n if (typeof encodedPacket !== \"string\") {\n return {\n type: \"message\",\n data: mapBinary(encodedPacket, binaryType)\n };\n }\n const type = encodedPacket.charAt(0);\n if (type === \"b\") {\n return {\n type: \"message\",\n data: decodeBase64Packet(encodedPacket.substring(1), binaryType)\n };\n }\n const packetType = PACKET_TYPES_REVERSE[type];\n if (!packetType) {\n return ERROR_PACKET;\n }\n return encodedPacket.length > 1\n ? {\n type: PACKET_TYPES_REVERSE[type],\n data: encodedPacket.substring(1)\n }\n : {\n type: PACKET_TYPES_REVERSE[type]\n };\n};\nconst decodeBase64Packet = (data, binaryType) => {\n if (withNativeArrayBuffer) {\n const decoded = decode(data);\n return mapBinary(decoded, binaryType);\n }\n else {\n return { base64: true, data }; // fallback for old browsers\n }\n};\nconst mapBinary = (data, binaryType) => {\n switch (binaryType) {\n case \"blob\":\n return data instanceof ArrayBuffer ? new Blob([data]) : data;\n case \"arraybuffer\":\n default:\n return data; // assuming the data is already an ArrayBuffer\n }\n};\nexport default decodePacket;\n","import encodePacket from \"./encodePacket.js\";\nimport decodePacket from \"./decodePacket.js\";\nconst SEPARATOR = String.fromCharCode(30); // see https://en.wikipedia.org/wiki/Delimiter#ASCII_delimited_text\nconst encodePayload = (packets, callback) => {\n // some packets may be added to the array while encoding, so the initial length must be saved\n const length = packets.length;\n const encodedPackets = new Array(length);\n let count = 0;\n packets.forEach((packet, i) => {\n // force base64 encoding for binary packets\n encodePacket(packet, false, encodedPacket => {\n encodedPackets[i] = encodedPacket;\n if (++count === length) {\n callback(encodedPackets.join(SEPARATOR));\n }\n });\n });\n};\nconst decodePayload = (encodedPayload, binaryType) => {\n const encodedPackets = encodedPayload.split(SEPARATOR);\n const packets = [];\n for (let i = 0; i < encodedPackets.length; i++) {\n const decodedPacket = decodePacket(encodedPackets[i], binaryType);\n packets.push(decodedPacket);\n if (decodedPacket.type === \"error\") {\n break;\n }\n }\n return packets;\n};\nexport const protocol = 4;\nexport { encodePacket, encodePayload, decodePacket, decodePayload };\n","/**\n * Initialize a new `Emitter`.\n *\n * @api public\n */\n\nexport function Emitter(obj) {\n if (obj) return mixin(obj);\n}\n\n/**\n * Mixin the emitter properties.\n *\n * @param {Object} obj\n * @return {Object}\n * @api private\n */\n\nfunction mixin(obj) {\n for (var key in Emitter.prototype) {\n obj[key] = Emitter.prototype[key];\n }\n return obj;\n}\n\n/**\n * Listen on the given `event` with `fn`.\n *\n * @param {String} event\n * @param {Function} fn\n * @return {Emitter}\n * @api public\n */\n\nEmitter.prototype.on =\nEmitter.prototype.addEventListener = function(event, fn){\n this._callbacks = this._callbacks || {};\n (this._callbacks['$' + event] = this._callbacks['$' + event] || [])\n .push(fn);\n return this;\n};\n\n/**\n * Adds an `event` listener that will be invoked a single\n * time then automatically removed.\n *\n * @param {String} event\n * @param {Function} fn\n * @return {Emitter}\n * @api public\n */\n\nEmitter.prototype.once = function(event, fn){\n function on() {\n this.off(event, on);\n fn.apply(this, arguments);\n }\n\n on.fn = fn;\n this.on(event, on);\n return this;\n};\n\n/**\n * Remove the given callback for `event` or all\n * registered callbacks.\n *\n * @param {String} event\n * @param {Function} fn\n * @return {Emitter}\n * @api public\n */\n\nEmitter.prototype.off =\nEmitter.prototype.removeListener =\nEmitter.prototype.removeAllListeners =\nEmitter.prototype.removeEventListener = function(event, fn){\n this._callbacks = this._callbacks || {};\n\n // all\n if (0 == arguments.length) {\n this._callbacks = {};\n return this;\n }\n\n // specific event\n var callbacks = this._callbacks['$' + event];\n if (!callbacks) return this;\n\n // remove all handlers\n if (1 == arguments.length) {\n delete this._callbacks['$' + event];\n return this;\n }\n\n // remove specific handler\n var cb;\n for (var i = 0; i < callbacks.length; i++) {\n cb = callbacks[i];\n if (cb === fn || cb.fn === fn) {\n callbacks.splice(i, 1);\n break;\n }\n }\n\n // Remove event specific arrays for event types that no\n // one is subscribed for to avoid memory leak.\n if (callbacks.length === 0) {\n delete this._callbacks['$' + event];\n }\n\n return this;\n};\n\n/**\n * Emit `event` with the given args.\n *\n * @param {String} event\n * @param {Mixed} ...\n * @return {Emitter}\n */\n\nEmitter.prototype.emit = function(event){\n this._callbacks = this._callbacks || {};\n\n var args = new Array(arguments.length - 1)\n , callbacks = this._callbacks['$' + event];\n\n for (var i = 1; i < arguments.length; i++) {\n args[i - 1] = arguments[i];\n }\n\n if (callbacks) {\n callbacks = callbacks.slice(0);\n for (var i = 0, len = callbacks.length; i < len; ++i) {\n callbacks[i].apply(this, args);\n }\n }\n\n return this;\n};\n\n// alias used for reserved events (protected method)\nEmitter.prototype.emitReserved = Emitter.prototype.emit;\n\n/**\n * Return array of callbacks for `event`.\n *\n * @param {String} event\n * @return {Array}\n * @api public\n */\n\nEmitter.prototype.listeners = function(event){\n this._callbacks = this._callbacks || {};\n return this._callbacks['$' + event] || [];\n};\n\n/**\n * Check if this emitter has `event` handlers.\n *\n * @param {String} event\n * @return {Boolean}\n * @api public\n */\n\nEmitter.prototype.hasListeners = function(event){\n return !! this.listeners(event).length;\n};\n","export const globalThisShim = (() => {\n if (typeof self !== \"undefined\") {\n return self;\n }\n else if (typeof window !== \"undefined\") {\n return window;\n }\n else {\n return Function(\"return this\")();\n }\n})();\n","import { globalThisShim as globalThis } from \"./globalThis.js\";\nexport function pick(obj, ...attr) {\n return attr.reduce((acc, k) => {\n if (obj.hasOwnProperty(k)) {\n acc[k] = obj[k];\n }\n return acc;\n }, {});\n}\n// Keep a reference to the real timeout functions so they can be used when overridden\nconst NATIVE_SET_TIMEOUT = globalThis.setTimeout;\nconst NATIVE_CLEAR_TIMEOUT = globalThis.clearTimeout;\nexport function installTimerFunctions(obj, opts) {\n if (opts.useNativeTimers) {\n obj.setTimeoutFn = NATIVE_SET_TIMEOUT.bind(globalThis);\n obj.clearTimeoutFn = NATIVE_CLEAR_TIMEOUT.bind(globalThis);\n }\n else {\n obj.setTimeoutFn = globalThis.setTimeout.bind(globalThis);\n obj.clearTimeoutFn = globalThis.clearTimeout.bind(globalThis);\n }\n}\n// base64 encoded buffers are about 33% bigger (https://en.wikipedia.org/wiki/Base64)\nconst BASE64_OVERHEAD = 1.33;\n// we could also have used `new Blob([obj]).size`, but it isn't supported in IE9\nexport function byteLength(obj) {\n if (typeof obj === \"string\") {\n return utf8Length(obj);\n }\n // arraybuffer or blob\n return Math.ceil((obj.byteLength || obj.size) * BASE64_OVERHEAD);\n}\nfunction utf8Length(str) {\n let c = 0, length = 0;\n for (let i = 0, l = str.length; i < l; i++) {\n c = str.charCodeAt(i);\n if (c < 0x80) {\n length += 1;\n }\n else if (c < 0x800) {\n length += 2;\n }\n else if (c < 0xd800 || c >= 0xe000) {\n length += 3;\n }\n else {\n i++;\n length += 4;\n }\n }\n return length;\n}\n","import { decodePacket } from \"engine.io-parser\";\nimport { Emitter } from \"@socket.io/component-emitter\";\nimport { installTimerFunctions } from \"./util.js\";\nclass TransportError extends Error {\n constructor(reason, description, context) {\n super(reason);\n this.description = description;\n this.context = context;\n this.type = \"TransportError\";\n }\n}\nexport class Transport extends Emitter {\n /**\n * Transport abstract constructor.\n *\n * @param {Object} opts - options\n * @protected\n */\n constructor(opts) {\n super();\n this.writable = false;\n installTimerFunctions(this, opts);\n this.opts = opts;\n this.query = opts.query;\n this.socket = opts.socket;\n }\n /**\n * Emits an error.\n *\n * @param {String} reason\n * @param description\n * @param context - the error context\n * @return {Transport} for chaining\n * @protected\n */\n onError(reason, description, context) {\n super.emitReserved(\"error\", new TransportError(reason, description, context));\n return this;\n }\n /**\n * Opens the transport.\n */\n open() {\n this.readyState = \"opening\";\n this.doOpen();\n return this;\n }\n /**\n * Closes the transport.\n */\n close() {\n if (this.readyState === \"opening\" || this.readyState === \"open\") {\n this.doClose();\n this.onClose();\n }\n return this;\n }\n /**\n * Sends multiple packets.\n *\n * @param {Array} packets\n */\n send(packets) {\n if (this.readyState === \"open\") {\n this.write(packets);\n }\n else {\n // this might happen if the transport was silently closed in the beforeunload event handler\n }\n }\n /**\n * Called upon open\n *\n * @protected\n */\n onOpen() {\n this.readyState = \"open\";\n this.writable = true;\n super.emitReserved(\"open\");\n }\n /**\n * Called with data.\n *\n * @param {String} data\n * @protected\n */\n onData(data) {\n const packet = decodePacket(data, this.socket.binaryType);\n this.onPacket(packet);\n }\n /**\n * Called with a decoded packet.\n *\n * @protected\n */\n onPacket(packet) {\n super.emitReserved(\"packet\", packet);\n }\n /**\n * Called upon close.\n *\n * @protected\n */\n onClose(details) {\n this.readyState = \"closed\";\n super.emitReserved(\"close\", details);\n }\n /**\n * Pauses the transport, in order not to lose packets during an upgrade.\n *\n * @param onPause\n */\n pause(onPause) { }\n}\n","// imported from https://github.com/unshiftio/yeast\n'use strict';\nconst alphabet = '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz-_'.split(''), length = 64, map = {};\nlet seed = 0, i = 0, prev;\n/**\n * Return a string representing the specified number.\n *\n * @param {Number} num The number to convert.\n * @returns {String} The string representation of the number.\n * @api public\n */\nexport function encode(num) {\n let encoded = '';\n do {\n encoded = alphabet[num % length] + encoded;\n num = Math.floor(num / length);\n } while (num > 0);\n return encoded;\n}\n/**\n * Return the integer value specified by the given string.\n *\n * @param {String} str The string to convert.\n * @returns {Number} The integer value represented by the string.\n * @api public\n */\nexport function decode(str) {\n let decoded = 0;\n for (i = 0; i < str.length; i++) {\n decoded = decoded * length + map[str.charAt(i)];\n }\n return decoded;\n}\n/**\n * Yeast: A tiny growing id generator.\n *\n * @returns {String} A unique id.\n * @api public\n */\nexport function yeast() {\n const now = encode(+new Date());\n if (now !== prev)\n return seed = 0, prev = now;\n return now + '.' + encode(seed++);\n}\n//\n// Map each character to its index.\n//\nfor (; i < length; i++)\n map[alphabet[i]] = i;\n","// imported from https://github.com/galkn/querystring\n/**\n * Compiles a querystring\n * Returns string representation of the object\n *\n * @param {Object}\n * @api private\n */\nexport function encode(obj) {\n let str = '';\n for (let i in obj) {\n if (obj.hasOwnProperty(i)) {\n if (str.length)\n str += '&';\n str += encodeURIComponent(i) + '=' + encodeURIComponent(obj[i]);\n }\n }\n return str;\n}\n/**\n * Parses a simple querystring into an object\n *\n * @param {String} qs\n * @api private\n */\nexport function decode(qs) {\n let qry = {};\n let pairs = qs.split('&');\n for (let i = 0, l = pairs.length; i < l; i++) {\n let pair = pairs[i].split('=');\n qry[decodeURIComponent(pair[0])] = decodeURIComponent(pair[1]);\n }\n return qry;\n}\n","// imported from https://github.com/component/has-cors\nlet value = false;\ntry {\n value = typeof XMLHttpRequest !== 'undefined' &&\n 'withCredentials' in new XMLHttpRequest();\n}\ncatch (err) {\n // if XMLHttp support is disabled in IE then it will throw\n // when trying to create\n}\nexport const hasCORS = value;\n","// browser shim for xmlhttprequest module\nimport { hasCORS } from \"../contrib/has-cors.js\";\nimport { globalThisShim as globalThis } from \"../globalThis.js\";\nexport function XHR(opts) {\n const xdomain = opts.xdomain;\n // XMLHttpRequest can be disabled on IE\n try {\n if (\"undefined\" !== typeof XMLHttpRequest && (!xdomain || hasCORS)) {\n return new XMLHttpRequest();\n }\n }\n catch (e) { }\n if (!xdomain) {\n try {\n return new globalThis[[\"Active\"].concat(\"Object\").join(\"X\")](\"Microsoft.XMLHTTP\");\n }\n catch (e) { }\n }\n}\n","import { Transport } from \"../transport.js\";\nimport { yeast } from \"../contrib/yeast.js\";\nimport { encode } from \"../contrib/parseqs.js\";\nimport { encodePayload, decodePayload } from \"engine.io-parser\";\nimport { XHR as XMLHttpRequest } from \"./xmlhttprequest.js\";\nimport { Emitter } from \"@socket.io/component-emitter\";\nimport { installTimerFunctions, pick } from \"../util.js\";\nimport { globalThisShim as globalThis } from \"../globalThis.js\";\nfunction empty() { }\nconst hasXHR2 = (function () {\n const xhr = new XMLHttpRequest({\n xdomain: false,\n });\n return null != xhr.responseType;\n})();\nexport class Polling extends Transport {\n /**\n * XHR Polling constructor.\n *\n * @param {Object} opts\n * @package\n */\n constructor(opts) {\n super(opts);\n this.polling = false;\n if (typeof location !== \"undefined\") {\n const isSSL = \"https:\" === location.protocol;\n let port = location.port;\n // some user agents have empty `location.port`\n if (!port) {\n port = isSSL ? \"443\" : \"80\";\n }\n this.xd =\n (typeof location !== \"undefined\" &&\n opts.hostname !== location.hostname) ||\n port !== opts.port;\n this.xs = opts.secure !== isSSL;\n }\n /**\n * XHR supports binary\n */\n const forceBase64 = opts && opts.forceBase64;\n this.supportsBinary = hasXHR2 && !forceBase64;\n }\n get name() {\n return \"polling\";\n }\n /**\n * Opens the socket (triggers polling). We write a PING message to determine\n * when the transport is open.\n *\n * @protected\n */\n doOpen() {\n this.poll();\n }\n /**\n * Pauses polling.\n *\n * @param {Function} onPause - callback upon buffers are flushed and transport is paused\n * @package\n */\n pause(onPause) {\n this.readyState = \"pausing\";\n const pause = () => {\n this.readyState = \"paused\";\n onPause();\n };\n if (this.polling || !this.writable) {\n let total = 0;\n if (this.polling) {\n total++;\n this.once(\"pollComplete\", function () {\n --total || pause();\n });\n }\n if (!this.writable) {\n total++;\n this.once(\"drain\", function () {\n --total || pause();\n });\n }\n }\n else {\n pause();\n }\n }\n /**\n * Starts polling cycle.\n *\n * @private\n */\n poll() {\n this.polling = true;\n this.doPoll();\n this.emitReserved(\"poll\");\n }\n /**\n * Overloads onData to detect payloads.\n *\n * @protected\n */\n onData(data) {\n const callback = (packet) => {\n // if its the first message we consider the transport open\n if (\"opening\" === this.readyState && packet.type === \"open\") {\n this.onOpen();\n }\n // if its a close packet, we close the ongoing requests\n if (\"close\" === packet.type) {\n this.onClose({ description: \"transport closed by the server\" });\n return false;\n }\n // otherwise bypass onData and handle the message\n this.onPacket(packet);\n };\n // decode payload\n decodePayload(data, this.socket.binaryType).forEach(callback);\n // if an event did not trigger closing\n if (\"closed\" !== this.readyState) {\n // if we got data we're not polling\n this.polling = false;\n this.emitReserved(\"pollComplete\");\n if (\"open\" === this.readyState) {\n this.poll();\n }\n else {\n }\n }\n }\n /**\n * For polling, send a close packet.\n *\n * @protected\n */\n doClose() {\n const close = () => {\n this.write([{ type: \"close\" }]);\n };\n if (\"open\" === this.readyState) {\n close();\n }\n else {\n // in case we're trying to close while\n // handshaking is in progress (GH-164)\n this.once(\"open\", close);\n }\n }\n /**\n * Writes a packets payload.\n *\n * @param {Array} packets - data packets\n * @protected\n */\n write(packets) {\n this.writable = false;\n encodePayload(packets, (data) => {\n this.doWrite(data, () => {\n this.writable = true;\n this.emitReserved(\"drain\");\n });\n });\n }\n /**\n * Generates uri for connection.\n *\n * @private\n */\n uri() {\n let query = this.query || {};\n const schema = this.opts.secure ? \"https\" : \"http\";\n let port = \"\";\n // cache busting is forced\n if (false !== this.opts.timestampRequests) {\n query[this.opts.timestampParam] = yeast();\n }\n if (!this.supportsBinary && !query.sid) {\n query.b64 = 1;\n }\n // avoid port if default for schema\n if (this.opts.port &&\n ((\"https\" === schema && Number(this.opts.port) !== 443) ||\n (\"http\" === schema && Number(this.opts.port) !== 80))) {\n port = \":\" + this.opts.port;\n }\n const encodedQuery = encode(query);\n const ipv6 = this.opts.hostname.indexOf(\":\") !== -1;\n return (schema +\n \"://\" +\n (ipv6 ? \"[\" + this.opts.hostname + \"]\" : this.opts.hostname) +\n port +\n this.opts.path +\n (encodedQuery.length ? \"?\" + encodedQuery : \"\"));\n }\n /**\n * Creates a request.\n *\n * @param {String} method\n * @private\n */\n request(opts = {}) {\n Object.assign(opts, { xd: this.xd, xs: this.xs }, this.opts);\n return new Request(this.uri(), opts);\n }\n /**\n * Sends data.\n *\n * @param {String} data to send.\n * @param {Function} called upon flush.\n * @private\n */\n doWrite(data, fn) {\n const req = this.request({\n method: \"POST\",\n data: data,\n });\n req.on(\"success\", fn);\n req.on(\"error\", (xhrStatus, context) => {\n this.onError(\"xhr post error\", xhrStatus, context);\n });\n }\n /**\n * Starts a poll cycle.\n *\n * @private\n */\n doPoll() {\n const req = this.request();\n req.on(\"data\", this.onData.bind(this));\n req.on(\"error\", (xhrStatus, context) => {\n this.onError(\"xhr poll error\", xhrStatus, context);\n });\n this.pollXhr = req;\n }\n}\nexport class Request extends Emitter {\n /**\n * Request constructor\n *\n * @param {Object} options\n * @package\n */\n constructor(uri, opts) {\n super();\n installTimerFunctions(this, opts);\n this.opts = opts;\n this.method = opts.method || \"GET\";\n this.uri = uri;\n this.async = false !== opts.async;\n this.data = undefined !== opts.data ? opts.data : null;\n this.create();\n }\n /**\n * Creates the XHR object and sends the request.\n *\n * @private\n */\n create() {\n const opts = pick(this.opts, \"agent\", \"pfx\", \"key\", \"passphrase\", \"cert\", \"ca\", \"ciphers\", \"rejectUnauthorized\", \"autoUnref\");\n opts.xdomain = !!this.opts.xd;\n opts.xscheme = !!this.opts.xs;\n const xhr = (this.xhr = new XMLHttpRequest(opts));\n try {\n xhr.open(this.method, this.uri, this.async);\n try {\n if (this.opts.extraHeaders) {\n xhr.setDisableHeaderCheck && xhr.setDisableHeaderCheck(true);\n for (let i in this.opts.extraHeaders) {\n if (this.opts.extraHeaders.hasOwnProperty(i)) {\n xhr.setRequestHeader(i, this.opts.extraHeaders[i]);\n }\n }\n }\n }\n catch (e) { }\n if (\"POST\" === this.method) {\n try {\n xhr.setRequestHeader(\"Content-type\", \"text/plain;charset=UTF-8\");\n }\n catch (e) { }\n }\n try {\n xhr.setRequestHeader(\"Accept\", \"*/*\");\n }\n catch (e) { }\n // ie6 check\n if (\"withCredentials\" in xhr) {\n xhr.withCredentials = this.opts.withCredentials;\n }\n if (this.opts.requestTimeout) {\n xhr.timeout = this.opts.requestTimeout;\n }\n xhr.onreadystatechange = () => {\n if (4 !== xhr.readyState)\n return;\n if (200 === xhr.status || 1223 === xhr.status) {\n this.onLoad();\n }\n else {\n // make sure the `error` event handler that's user-set\n // does not throw in the same tick and gets caught here\n this.setTimeoutFn(() => {\n this.onError(typeof xhr.status === \"number\" ? xhr.status : 0);\n }, 0);\n }\n };\n xhr.send(this.data);\n }\n catch (e) {\n // Need to defer since .create() is called directly from the constructor\n // and thus the 'error' event can only be only bound *after* this exception\n // occurs. Therefore, also, we cannot throw here at all.\n this.setTimeoutFn(() => {\n this.onError(e);\n }, 0);\n return;\n }\n if (typeof document !== \"undefined\") {\n this.index = Request.requestsCount++;\n Request.requests[this.index] = this;\n }\n }\n /**\n * Called upon error.\n *\n * @private\n */\n onError(err) {\n this.emitReserved(\"error\", err, this.xhr);\n this.cleanup(true);\n }\n /**\n * Cleans up house.\n *\n * @private\n */\n cleanup(fromError) {\n if (\"undefined\" === typeof this.xhr || null === this.xhr) {\n return;\n }\n this.xhr.onreadystatechange = empty;\n if (fromError) {\n try {\n this.xhr.abort();\n }\n catch (e) { }\n }\n if (typeof document !== \"undefined\") {\n delete Request.requests[this.index];\n }\n this.xhr = null;\n }\n /**\n * Called upon load.\n *\n * @private\n */\n onLoad() {\n const data = this.xhr.responseText;\n if (data !== null) {\n this.emitReserved(\"data\", data);\n this.emitReserved(\"success\");\n this.cleanup();\n }\n }\n /**\n * Aborts the request.\n *\n * @package\n */\n abort() {\n this.cleanup();\n }\n}\nRequest.requestsCount = 0;\nRequest.requests = {};\n/**\n * Aborts pending requests when unloading the window. This is needed to prevent\n * memory leaks (e.g. when using IE) and to ensure that no spurious error is\n * emitted.\n */\nif (typeof document !== \"undefined\") {\n // @ts-ignore\n if (typeof attachEvent === \"function\") {\n // @ts-ignore\n attachEvent(\"onunload\", unloadHandler);\n }\n else if (typeof addEventListener === \"function\") {\n const terminationEvent = \"onpagehide\" in globalThis ? \"pagehide\" : \"unload\";\n addEventListener(terminationEvent, unloadHandler, false);\n }\n}\nfunction unloadHandler() {\n for (let i in Request.requests) {\n if (Request.requests.hasOwnProperty(i)) {\n Request.requests[i].abort();\n }\n }\n}\n","import { globalThisShim as globalThis } from \"../globalThis.js\";\nexport const nextTick = (() => {\n const isPromiseAvailable = typeof Promise === \"function\" && typeof Promise.resolve === \"function\";\n if (isPromiseAvailable) {\n return (cb) => Promise.resolve().then(cb);\n }\n else {\n return (cb, setTimeoutFn) => setTimeoutFn(cb, 0);\n }\n})();\nexport const WebSocket = globalThis.WebSocket || globalThis.MozWebSocket;\nexport const usingBrowserWebSocket = true;\nexport const defaultBinaryType = \"arraybuffer\";\n","import { Transport } from \"../transport.js\";\nimport { encode } from \"../contrib/parseqs.js\";\nimport { yeast } from \"../contrib/yeast.js\";\nimport { pick } from \"../util.js\";\nimport { defaultBinaryType, nextTick, usingBrowserWebSocket, WebSocket, } from \"./websocket-constructor.js\";\nimport { encodePacket } from \"engine.io-parser\";\n// detect ReactNative environment\nconst isReactNative = typeof navigator !== \"undefined\" &&\n typeof navigator.product === \"string\" &&\n navigator.product.toLowerCase() === \"reactnative\";\nexport class WS extends Transport {\n /**\n * WebSocket transport constructor.\n *\n * @param {Object} opts - connection options\n * @protected\n */\n constructor(opts) {\n super(opts);\n this.supportsBinary = !opts.forceBase64;\n }\n get name() {\n return \"websocket\";\n }\n doOpen() {\n if (!this.check()) {\n // let probe timeout\n return;\n }\n const uri = this.uri();\n const protocols = this.opts.protocols;\n // React Native only supports the 'headers' option, and will print a warning if anything else is passed\n const opts = isReactNative\n ? {}\n : pick(this.opts, \"agent\", \"perMessageDeflate\", \"pfx\", \"key\", \"passphrase\", \"cert\", \"ca\", \"ciphers\", \"rejectUnauthorized\", \"localAddress\", \"protocolVersion\", \"origin\", \"maxPayload\", \"family\", \"checkServerIdentity\");\n if (this.opts.extraHeaders) {\n opts.headers = this.opts.extraHeaders;\n }\n try {\n this.ws =\n usingBrowserWebSocket && !isReactNative\n ? protocols\n ? new WebSocket(uri, protocols)\n : new WebSocket(uri)\n : new WebSocket(uri, protocols, opts);\n }\n catch (err) {\n return this.emitReserved(\"error\", err);\n }\n this.ws.binaryType = this.socket.binaryType || defaultBinaryType;\n this.addEventListeners();\n }\n /**\n * Adds event listeners to the socket\n *\n * @private\n */\n addEventListeners() {\n this.ws.onopen = () => {\n if (this.opts.autoUnref) {\n this.ws._socket.unref();\n }\n this.onOpen();\n };\n this.ws.onclose = (closeEvent) => this.onClose({\n description: \"websocket connection closed\",\n context: closeEvent,\n });\n this.ws.onmessage = (ev) => this.onData(ev.data);\n this.ws.onerror = (e) => this.onError(\"websocket error\", e);\n }\n write(packets) {\n this.writable = false;\n // encodePacket efficient as it uses WS framing\n // no need for encodePayload\n for (let i = 0; i < packets.length; i++) {\n const packet = packets[i];\n const lastPacket = i === packets.length - 1;\n encodePacket(packet, this.supportsBinary, (data) => {\n // always create a new object (GH-437)\n const opts = {};\n if (!usingBrowserWebSocket) {\n if (packet.options) {\n opts.compress = packet.options.compress;\n }\n if (this.opts.perMessageDeflate) {\n const len = \n // @ts-ignore\n \"string\" === typeof data ? Buffer.byteLength(data) : data.length;\n if (len < this.opts.perMessageDeflate.threshold) {\n opts.compress = false;\n }\n }\n }\n // Sometimes the websocket has already been closed but the browser didn't\n // have a chance of informing us about it yet, in that case send will\n // throw an error\n try {\n if (usingBrowserWebSocket) {\n // TypeError is thrown when passing the second argument on Safari\n this.ws.send(data);\n }\n else {\n this.ws.send(data, opts);\n }\n }\n catch (e) {\n }\n if (lastPacket) {\n // fake drain\n // defer to next tick to allow Socket to clear writeBuffer\n nextTick(() => {\n this.writable = true;\n this.emitReserved(\"drain\");\n }, this.setTimeoutFn);\n }\n });\n }\n }\n doClose() {\n if (typeof this.ws !== \"undefined\") {\n this.ws.close();\n this.ws = null;\n }\n }\n /**\n * Generates uri for connection.\n *\n * @private\n */\n uri() {\n let query = this.query || {};\n const schema = this.opts.secure ? \"wss\" : \"ws\";\n let port = \"\";\n // avoid port if default for schema\n if (this.opts.port &&\n ((\"wss\" === schema && Number(this.opts.port) !== 443) ||\n (\"ws\" === schema && Number(this.opts.port) !== 80))) {\n port = \":\" + this.opts.port;\n }\n // append timestamp to URI\n if (this.opts.timestampRequests) {\n query[this.opts.timestampParam] = yeast();\n }\n // communicate binary support capabilities\n if (!this.supportsBinary) {\n query.b64 = 1;\n }\n const encodedQuery = encode(query);\n const ipv6 = this.opts.hostname.indexOf(\":\") !== -1;\n return (schema +\n \"://\" +\n (ipv6 ? \"[\" + this.opts.hostname + \"]\" : this.opts.hostname) +\n port +\n this.opts.path +\n (encodedQuery.length ? \"?\" + encodedQuery : \"\"));\n }\n /**\n * Feature detection for WebSocket.\n *\n * @return {Boolean} whether this transport is available.\n * @private\n */\n check() {\n return !!WebSocket;\n }\n}\n","import { Polling } from \"./polling.js\";\nimport { WS } from \"./websocket.js\";\nexport const transports = {\n websocket: WS,\n polling: Polling,\n};\n","// imported from https://github.com/galkn/parseuri\n/**\n * Parses a URI\n *\n * Note: we could also have used the built-in URL object, but it isn't supported on all platforms.\n *\n * See:\n * - https://developer.mozilla.org/en-US/docs/Web/API/URL\n * - https://caniuse.com/url\n * - https://www.rfc-editor.org/rfc/rfc3986#appendix-B\n *\n * History of the parse() method:\n * - first commit: https://github.com/socketio/socket.io-client/commit/4ee1d5d94b3906a9c052b459f1a818b15f38f91c\n * - export into its own module: https://github.com/socketio/engine.io-client/commit/de2c561e4564efeb78f1bdb1ba39ef81b2822cb3\n * - reimport: https://github.com/socketio/engine.io-client/commit/df32277c3f6d622eec5ed09f493cae3f3391d242\n *\n * @author Steven Levithan <stevenlevithan.com> (MIT license)\n * @api private\n */\nconst re = /^(?:(?![^:@\\/?#]+:[^:@\\/]*@)(http|https|ws|wss):\\/\\/)?((?:(([^:@\\/?#]*)(?::([^:@\\/?#]*))?)?@)?((?:[a-f0-9]{0,4}:){2,7}[a-f0-9]{0,4}|[^:\\/?#]*)(?::(\\d*))?)(((\\/(?:[^?#](?![^?#\\/]*\\.[^?#\\/.]+(?:[?#]|$)))*\\/?)?([^?#\\/]*))(?:\\?([^#]*))?(?:#(.*))?)/;\nconst parts = [\n 'source', 'protocol', 'authority', 'userInfo', 'user', 'password', 'host', 'port', 'relative', 'path', 'directory', 'file', 'query', 'anchor'\n];\nexport function parse(str) {\n const src = str, b = str.indexOf('['), e = str.indexOf(']');\n if (b != -1 && e != -1) {\n str = str.substring(0, b) + str.substring(b, e).replace(/:/g, ';') + str.substring(e, str.length);\n }\n let m = re.exec(str || ''), uri = {}, i = 14;\n while (i--) {\n uri[parts[i]] = m[i] || '';\n }\n if (b != -1 && e != -1) {\n uri.source = src;\n uri.host = uri.host.substring(1, uri.host.length - 1).replace(/;/g, ':');\n uri.authority = uri.authority.replace('[', '').replace(']', '').replace(/;/g, ':');\n uri.ipv6uri = true;\n }\n uri.pathNames = pathNames(uri, uri['path']);\n uri.queryKey = queryKey(uri, uri['query']);\n return uri;\n}\nfunction pathNames(obj, path) {\n const regx = /\\/{2,9}/g, names = path.replace(regx, \"/\").split(\"/\");\n if (path.slice(0, 1) == '/' || path.length === 0) {\n names.splice(0, 1);\n }\n if (path.slice(-1) == '/') {\n names.splice(names.length - 1, 1);\n }\n return names;\n}\nfunction queryKey(uri, query) {\n const data = {};\n query.replace(/(?:^|&)([^&=]*)=?([^&]*)/g, function ($0, $1, $2) {\n if ($1) {\n data[$1] = $2;\n }\n });\n return data;\n}\n","import { transports } from \"./transports/index.js\";\nimport { installTimerFunctions, byteLength } from \"./util.js\";\nimport { decode } from \"./contrib/parseqs.js\";\nimport { parse } from \"./contrib/parseuri.js\";\nimport { Emitter } from \"@socket.io/component-emitter\";\nimport { protocol } from \"engine.io-parser\";\nexport class Socket extends Emitter {\n /**\n * Socket constructor.\n *\n * @param {String|Object} uri - uri or options\n * @param {Object} opts - options\n */\n constructor(uri, opts = {}) {\n super();\n this.writeBuffer = [];\n if (uri && \"object\" === typeof uri) {\n opts = uri;\n uri = null;\n }\n if (uri) {\n uri = parse(uri);\n opts.hostname = uri.host;\n opts.secure = uri.protocol === \"https\" || uri.protocol === \"wss\";\n opts.port = uri.port;\n if (uri.query)\n opts.query = uri.query;\n }\n else if (opts.host) {\n opts.hostname = parse(opts.host).host;\n }\n installTimerFunctions(this, opts);\n this.secure =\n null != opts.secure\n ? opts.secure\n : typeof location !== \"undefined\" && \"https:\" === location.protocol;\n if (opts.hostname && !opts.port) {\n // if no port is specified manually, use the protocol default\n opts.port = this.secure ? \"443\" : \"80\";\n }\n this.hostname =\n opts.hostname ||\n (typeof location !== \"undefined\" ? location.hostname : \"localhost\");\n this.port =\n opts.port ||\n (typeof location !== \"undefined\" && location.port\n ? location.port\n : this.secure\n ? \"443\"\n : \"80\");\n this.transports = opts.transports || [\"polling\", \"websocket\"];\n this.writeBuffer = [];\n this.prevBufferLen = 0;\n this.opts = Object.assign({\n path: \"/engine.io\",\n agent: false,\n withCredentials: false,\n upgrade: true,\n timestampParam: \"t\",\n rememberUpgrade: false,\n addTrailingSlash: true,\n rejectUnauthorized: true,\n perMessageDeflate: {\n threshold: 1024,\n },\n transportOptions: {},\n closeOnBeforeunload: true,\n }, opts);\n this.opts.path =\n this.opts.path.replace(/\\/$/, \"\") +\n (this.opts.addTrailingSlash ? \"/\" : \"\");\n if (typeof this.opts.query === \"string\") {\n this.opts.query = decode(this.opts.query);\n }\n // set on handshake\n this.id = null;\n this.upgrades = null;\n this.pingInterval = null;\n this.pingTimeout = null;\n // set on heartbeat\n this.pingTimeoutTimer = null;\n if (typeof addEventListener === \"function\") {\n if (this.opts.closeOnBeforeunload) {\n // Firefox closes the connection when the \"beforeunload\" event is emitted but not Chrome. This event listener\n // ensures every browser behaves the same (no \"disconnect\" event at the Socket.IO level when the page is\n // closed/reloaded)\n this.beforeunloadEventListener = () => {\n if (this.transport) {\n // silently close the transport\n this.transport.removeAllListeners();\n this.transport.close();\n }\n };\n addEventListener(\"beforeunload\", this.beforeunloadEventListener, false);\n }\n if (this.hostname !== \"localhost\") {\n this.offlineEventListener = () => {\n this.onClose(\"transport close\", {\n description: \"network connection lost\",\n });\n };\n addEventListener(\"offline\", this.offlineEventListener, false);\n }\n }\n this.open();\n }\n /**\n * Creates transport of the given type.\n *\n * @param {String} name - transport name\n * @return {Transport}\n * @private\n */\n createTransport(name) {\n const query = Object.assign({}, this.opts.query);\n // append engine.io protocol identifier\n query.EIO = protocol;\n // transport name\n query.transport = name;\n // session id if we already have one\n if (this.id)\n query.sid = this.id;\n const opts = Object.assign({}, this.opts.transportOptions[name], this.opts, {\n query,\n socket: this,\n hostname: this.hostname,\n secure: this.secure,\n port: this.port,\n });\n return new transports[name](opts);\n }\n /**\n * Initializes transport to use and starts probe.\n *\n * @private\n */\n open() {\n let transport;\n if (this.opts.rememberUpgrade &&\n Socket.priorWebsocketSuccess &&\n this.transports.indexOf(\"websocket\") !== -1) {\n transport = \"websocket\";\n }\n else if (0 === this.transports.length) {\n // Emit error on next tick so it can be listened to\n this.setTimeoutFn(() => {\n this.emitReserved(\"error\", \"No transports available\");\n }, 0);\n return;\n }\n else {\n transport = this.transports[0];\n }\n this.readyState = \"opening\";\n // Retry with the next transport if the transport is disabled (jsonp: false)\n try {\n transport = this.createTransport(transport);\n }\n catch (e) {\n this.transports.shift();\n this.open();\n return;\n }\n transport.open();\n this.setTransport(transport);\n }\n /**\n * Sets the current transport. Disables the existing one (if any).\n *\n * @private\n */\n setTransport(transport) {\n if (this.transport) {\n this.transport.removeAllListeners();\n }\n // set up transport\n this.transport = transport;\n // set up transport listeners\n transport\n .on(\"drain\", this.onDrain.bind(this))\n .on(\"packet\", this.onPacket.bind(this))\n .on(\"error\", this.onError.bind(this))\n .on(\"close\", (reason) => this.onClose(\"transport close\", reason));\n }\n /**\n * Probes a transport.\n *\n * @param {String} name - transport name\n * @private\n */\n probe(name) {\n let transport = this.createTransport(name);\n let failed = false;\n Socket.priorWebsocketSuccess = false;\n const onTransportOpen = () => {\n if (failed)\n return;\n transport.send([{ type: \"ping\", data: \"probe\" }]);\n transport.once(\"packet\", (msg) => {\n if (failed)\n return;\n if (\"pong\" === msg.type && \"probe\" === msg.data) {\n this.upgrading = true;\n this.emitReserved(\"upgrading\", transport);\n if (!transport)\n return;\n Socket.priorWebsocketSuccess = \"websocket\" === transport.name;\n this.transport.pause(() => {\n if (failed)\n return;\n if (\"closed\" === this.readyState)\n return;\n cleanup();\n this.setTransport(transport);\n transport.send([{ type: \"upgrade\" }]);\n this.emitReserved(\"upgrade\", transport);\n transport = null;\n this.upgrading = false;\n this.flush();\n });\n }\n else {\n const err = new Error(\"probe error\");\n // @ts-ignore\n err.transport = transport.name;\n this.emitReserved(\"upgradeError\", err);\n }\n });\n };\n function freezeTransport() {\n if (failed)\n return;\n // Any callback called by transport should be ignored since now\n failed = true;\n cleanup();\n transport.close();\n transport = null;\n }\n // Handle any error that happens while probing\n const onerror = (err) => {\n const error = new Error(\"probe error: \" + err);\n // @ts-ignore\n error.transport = transport.name;\n freezeTransport();\n this.emitReserved(\"upgradeError\", error);\n };\n function onTransportClose() {\n onerror(\"transport closed\");\n }\n // When the socket is closed while we're probing\n function onclose() {\n onerror(\"socket closed\");\n }\n // When the socket is upgraded while we're probing\n function onupgrade(to) {\n if (transport && to.name !== transport.name) {\n freezeTransport();\n }\n }\n // Remove all listeners on the transport and on self\n const cleanup = () => {\n transport.removeListener(\"open\", onTransportOpen);\n transport.removeListener(\"error\", onerror);\n transport.removeListener(\"close\", onTransportClose);\n this.off(\"close\", onclose);\n this.off(\"upgrading\", onupgrade);\n };\n transport.once(\"open\", onTransportOpen);\n transport.once(\"error\", onerror);\n transport.once(\"close\", onTransportClose);\n this.once(\"close\", onclose);\n this.once(\"upgrading\", onupgrade);\n transport.open();\n }\n /**\n * Called when connection is deemed open.\n *\n * @private\n */\n onOpen() {\n this.readyState = \"open\";\n Socket.priorWebsocketSuccess = \"websocket\" === this.transport.name;\n this.emitReserved(\"open\");\n this.flush();\n // we check for `readyState` in case an `open`\n // listener already closed the socket\n if (\"open\" === this.readyState && this.opts.upgrade) {\n let i = 0;\n const l = this.upgrades.length;\n for (; i < l; i++) {\n this.probe(this.upgrades[i]);\n }\n }\n }\n /**\n * Handles a packet.\n *\n * @private\n */\n onPacket(packet) {\n if (\"opening\" === this.readyState ||\n \"open\" === this.readyState ||\n \"closing\" === this.readyState) {\n this.emitReserved(\"packet\", packet);\n // Socket is live - any packet counts\n this.emitReserved(\"heartbeat\");\n switch (packet.type) {\n case \"open\":\n this.onHandshake(JSON.parse(packet.data));\n break;\n case \"ping\":\n this.resetPingTimeout();\n this.sendPacket(\"pong\");\n this.emitReserved(\"ping\");\n this.emitReserved(\"pong\");\n break;\n case \"error\":\n const err = new Error(\"server error\");\n // @ts-ignore\n err.code = packet.data;\n this.onError(err);\n break;\n case \"message\":\n this.emitReserved(\"data\", packet.data);\n this.emitReserved(\"message\", packet.data);\n break;\n }\n }\n else {\n }\n }\n /**\n * Called upon handshake completion.\n *\n * @param {Object} data - handshake obj\n * @private\n */\n onHandshake(data) {\n this.emitReserved(\"handshake\", data);\n this.id = data.sid;\n this.transport.query.sid = data.sid;\n this.upgrades = this.filterUpgrades(data.upgrades);\n this.pingInterval = data.pingInterval;\n this.pingTimeout = data.pingTimeout;\n this.maxPayload = data.maxPayload;\n this.onOpen();\n // In case open handler closes socket\n if (\"closed\" === this.readyState)\n return;\n this.resetPingTimeout();\n }\n /**\n * Sets and resets ping timeout timer based on server pings.\n *\n * @private\n */\n resetPingTimeout() {\n this.clearTimeoutFn(this.pingTimeoutTimer);\n this.pingTimeoutTimer = this.setTimeoutFn(() => {\n this.onClose(\"ping timeout\");\n }, this.pingInterval + this.pingTimeout);\n if (this.opts.autoUnref) {\n this.pingTimeoutTimer.unref();\n }\n }\n /**\n * Called on `drain` event\n *\n * @private\n */\n onDrain() {\n this.writeBuffer.splice(0, this.prevBufferLen);\n // setting prevBufferLen = 0 is very important\n // for example, when upgrading, upgrade packet is sent over,\n // and a nonzero prevBufferLen could cause problems on `drain`\n this.prevBufferLen = 0;\n if (0 === this.writeBuffer.length) {\n this.emitReserved(\"drain\");\n }\n else {\n this.flush();\n }\n }\n /**\n * Flush write buffers.\n *\n * @private\n */\n flush() {\n if (\"closed\" !== this.readyState &&\n this.transport.writable &&\n !this.upgrading &&\n this.writeBuffer.length) {\n const packets = this.getWritablePackets();\n this.transport.send(packets);\n // keep track of current length of writeBuffer\n // splice writeBuffer and callbackBuffer on `drain`\n this.prevBufferLen = packets.length;\n this.emitReserved(\"flush\");\n }\n }\n /**\n * Ensure the encoded size of the writeBuffer is below the maxPayload value sent by the server (only for HTTP\n * long-polling)\n *\n * @private\n */\n getWritablePackets() {\n const shouldCheckPayloadSize = this.maxPayload &&\n this.transport.name === \"polling\" &&\n this.writeBuffer.length > 1;\n if (!shouldCheckPayloadSize) {\n return this.writeBuffer;\n }\n let payloadSize = 1; // first packet type\n for (let i = 0; i < this.writeBuffer.length; i++) {\n const data = this.writeBuffer[i].data;\n if (data) {\n payloadSize += byteLength(data);\n }\n if (i > 0 && payloadSize > this.maxPayload) {\n return this.writeBuffer.slice(0, i);\n }\n payloadSize += 2; // separator + packet type\n }\n return this.writeBuffer;\n }\n /**\n * Sends a message.\n *\n * @param {String} msg - message.\n * @param {Object} options.\n * @param {Function} callback function.\n * @return {Socket} for chaining.\n */\n write(msg, options, fn) {\n this.sendPacket(\"message\", msg, options, fn);\n return this;\n }\n send(msg, options, fn) {\n this.sendPacket(\"message\", msg, options, fn);\n return this;\n }\n /**\n * Sends a packet.\n *\n * @param {String} type: packet type.\n * @param {String} data.\n * @param {Object} options.\n * @param {Function} fn - callback function.\n * @private\n */\n sendPacket(type, data, options, fn) {\n if (\"function\" === typeof data) {\n fn = data;\n data = undefined;\n }\n if (\"function\" === typeof options) {\n fn = options;\n options = null;\n }\n if (\"closing\" === this.readyState || \"closed\" === this.readyState) {\n return;\n }\n options = options || {};\n options.compress = false !== options.compress;\n const packet = {\n type: type,\n data: data,\n options: options,\n };\n this.emitReserved(\"packetCreate\", packet);\n this.writeBuffer.push(packet);\n if (fn)\n this.once(\"flush\", fn);\n this.flush();\n }\n /**\n * Closes the connection.\n */\n close() {\n const close = () => {\n this.onClose(\"forced close\");\n this.transport.close();\n };\n const cleanupAndClose = () => {\n this.off(\"upgrade\", cleanupAndClose);\n this.off(\"upgradeError\", cleanupAndClose);\n close();\n };\n const waitForUpgrade = () => {\n // wait for upgrade to finish since we can't send packets while pausing a transport\n this.once(\"upgrade\", cleanupAndClose);\n this.once(\"upgradeError\", cleanupAndClose);\n };\n if (\"opening\" === this.readyState || \"open\" === this.readyState) {\n this.readyState = \"closing\";\n if (this.writeBuffer.length) {\n this.once(\"drain\", () => {\n if (this.upgrading) {\n waitForUpgrade();\n }\n else {\n close();\n }\n });\n }\n else if (this.upgrading) {\n waitForUpgrade();\n }\n else {\n close();\n }\n }\n return this;\n }\n /**\n * Called upon transport error\n *\n * @private\n */\n onError(err) {\n Socket.priorWebsocketSuccess = false;\n this.emitReserved(\"error\", err);\n this.onClose(\"transport error\", err);\n }\n /**\n * Called upon transport close.\n *\n * @private\n */\n onClose(reason, description) {\n if (\"opening\" === this.readyState ||\n \"open\" === this.readyState ||\n \"closing\" === this.readyState) {\n // clear timers\n this.clearTimeoutFn(this.pingTimeoutTimer);\n // stop event from firing again for transport\n this.transport.removeAllListeners(\"close\");\n // ensure transport won't stay open\n this.transport.close();\n // ignore further transport communication\n this.transport.removeAllListeners();\n if (typeof removeEventListener === \"function\") {\n removeEventListener(\"beforeunload\", this.beforeunloadEventListener, false);\n removeEventListener(\"offline\", this.offlineEventListener, false);\n }\n // set ready state\n this.readyState = \"closed\";\n // clear session id\n this.id = null;\n // emit close event\n this.emitReserved(\"close\", reason, description);\n // clean buffers after, so users can still\n // grab the buffers on `close` event\n this.writeBuffer = [];\n this.prevBufferLen = 0;\n }\n }\n /**\n * Filters upgrades, returning only those matching client transports.\n *\n * @param {Array} upgrades - server upgrades\n * @private\n */\n filterUpgrades(upgrades) {\n const filteredUpgrades = [];\n let i = 0;\n const j = upgrades.length;\n for (; i < j; i++) {\n if (~this.transports.indexOf(upgrades[i]))\n filteredUpgrades.push(upgrades[i]);\n }\n return filteredUpgrades;\n }\n}\nSocket.protocol = protocol;\n","import { Socket } from \"./socket.js\";\nexport { Socket };\nexport const protocol = Socket.protocol;\nexport { Transport } from \"./transport.js\";\nexport { transports } from \"./transports/index.js\";\nexport { installTimerFunctions } from \"./util.js\";\nexport { parse } from \"./contrib/parseuri.js\";\nexport { nextTick } from \"./transports/websocket-constructor.js\";\n","import { parse } from \"engine.io-client\";\n/**\n * URL parser.\n *\n * @param uri - url\n * @param path - the request path of the connection\n * @param loc - An object meant to mimic window.location.\n * Defaults to window.location.\n * @public\n */\nexport function url(uri, path = \"\", loc) {\n let obj = uri;\n // default to window.location\n loc = loc || (typeof location !== \"undefined\" && location);\n if (null == uri)\n uri = loc.protocol + \"//\" + loc.host;\n // relative path support\n if (typeof uri === \"string\") {\n if (\"/\" === uri.charAt(0)) {\n if (\"/\" === uri.charAt(1)) {\n uri = loc.protocol + uri;\n }\n else {\n uri = loc.host + uri;\n }\n }\n if (!/^(https?|wss?):\\/\\//.test(uri)) {\n if (\"undefined\" !== typeof loc) {\n uri = loc.protocol + \"//\" + uri;\n }\n else {\n uri = \"https://\" + uri;\n }\n }\n // parse\n obj = parse(uri);\n }\n // make sure we treat `localhost:80` and `localhost` equally\n if (!obj.port) {\n if (/^(http|ws)$/.test(obj.protocol)) {\n obj.port = \"80\";\n }\n else if (/^(http|ws)s$/.test(obj.protocol)) {\n obj.port = \"443\";\n }\n }\n obj.path = obj.path || \"/\";\n const ipv6 = obj.host.indexOf(\":\") !== -1;\n const host = ipv6 ? \"[\" + obj.host + \"]\" : obj.host;\n // define unique id\n obj.id = obj.protocol + \"://\" + host + \":\" + obj.port + path;\n // define href\n obj.href =\n obj.protocol +\n \"://\" +\n host +\n (loc && loc.port === obj.port ? \"\" : \":\" + obj.port);\n return obj;\n}\n","const withNativeArrayBuffer = typeof ArrayBuffer === \"function\";\nconst isView = (obj) => {\n return typeof ArrayBuffer.isView === \"function\"\n ? ArrayBuffer.isView(obj)\n : obj.buffer instanceof ArrayBuffer;\n};\nconst toString = Object.prototype.toString;\nconst withNativeBlob = typeof Blob === \"function\" ||\n (typeof Blob !== \"undefined\" &&\n toString.call(Blob) === \"[object BlobConstructor]\");\nconst withNativeFile = typeof File === \"function\" ||\n (typeof File !== \"undefined\" &&\n toString.call(File) === \"[object FileConstructor]\");\n/**\n * Returns true if obj is a Buffer, an ArrayBuffer, a Blob or a File.\n *\n * @private\n */\nexport function isBinary(obj) {\n return ((withNativeArrayBuffer && (obj instanceof ArrayBuffer || isView(obj))) ||\n (withNativeBlob && obj instanceof Blob) ||\n (withNativeFile && obj instanceof File));\n}\nexport function hasBinary(obj, toJSON) {\n if (!obj || typeof obj !== \"object\") {\n return false;\n }\n if (Array.isArray(obj)) {\n for (let i = 0, l = obj.length; i < l; i++) {\n if (hasBinary(obj[i])) {\n return true;\n }\n }\n return false;\n }\n if (isBinary(obj)) {\n return true;\n }\n if (obj.toJSON &&\n typeof obj.toJSON === \"function\" &&\n arguments.length === 1) {\n return hasBinary(obj.toJSON(), true);\n }\n for (const key in obj) {\n if (Object.prototype.hasOwnProperty.call(obj, key) && hasBinary(obj[key])) {\n return true;\n }\n }\n return false;\n}\n","import { isBinary } from \"./is-binary.js\";\n/**\n * Replaces every Buffer | ArrayBuffer | Blob | File in packet with a numbered placeholder.\n *\n * @param {Object} packet - socket.io event packet\n * @return {Object} with deconstructed packet and list of buffers\n * @public\n */\nexport function deconstructPacket(packet) {\n const buffers = [];\n const packetData = packet.data;\n const pack = packet;\n pack.data = _deconstructPacket(packetData, buffers);\n pack.attachments = buffers.length; // number of binary 'attachments'\n return { packet: pack, buffers: buffers };\n}\nfunction _deconstructPacket(data, buffers) {\n if (!data)\n return data;\n if (isBinary(data)) {\n const placeholder = { _placeholder: true, num: buffers.length };\n buffers.push(data);\n return placeholder;\n }\n else if (Array.isArray(data)) {\n const newData = new Array(data.length);\n for (let i = 0; i < data.length; i++) {\n newData[i] = _deconstructPacket(data[i], buffers);\n }\n return newData;\n }\n else if (typeof data === \"object\" && !(data instanceof Date)) {\n const newData = {};\n for (const key in data) {\n if (Object.prototype.hasOwnProperty.call(data, key)) {\n newData[key] = _deconstructPacket(data[key], buffers);\n }\n }\n return newData;\n }\n return data;\n}\n/**\n * Reconstructs a binary packet from its placeholder packet and buffers\n *\n * @param {Object} packet - event packet with placeholders\n * @param {Array} buffers - binary buffers to put in placeholder positions\n * @return {Object} reconstructed packet\n * @public\n */\nexport function reconstructPacket(packet, buffers) {\n packet.data = _reconstructPacket(packet.data, buffers);\n delete packet.attachments; // no longer useful\n return packet;\n}\nfunction _reconstructPacket(data, buffers) {\n if (!data)\n return data;\n if (data && data._placeholder === true) {\n const isIndexValid = typeof data.num === \"number\" &&\n data.num >= 0 &&\n data.num < buffers.length;\n if (isIndexValid) {\n return buffers[data.num]; // appropriate buffer (should be natural order anyway)\n }\n else {\n throw new Error(\"illegal attachments\");\n }\n }\n else if (Array.isArray(data)) {\n for (let i = 0; i < data.length; i++) {\n data[i] = _reconstructPacket(data[i], buffers);\n }\n }\n else if (typeof data === \"object\") {\n for (const key in data) {\n if (Object.prototype.hasOwnProperty.call(data, key)) {\n data[key] = _reconstructPacket(data[key], buffers);\n }\n }\n }\n return data;\n}\n","import { Emitter } from \"@socket.io/component-emitter\";\nimport { deconstructPacket, reconstructPacket } from \"./binary.js\";\nimport { isBinary, hasBinary } from \"./is-binary.js\";\n/**\n * Protocol version.\n *\n * @public\n */\nexport const protocol = 5;\nexport var PacketType;\n(function (PacketType) {\n PacketType[PacketType[\"CONNECT\"] = 0] = \"CONNECT\";\n PacketType[PacketType[\"DISCONNECT\"] = 1] = \"DISCONNECT\";\n PacketType[PacketType[\"EVENT\"] = 2] = \"EVENT\";\n PacketType[PacketType[\"ACK\"] = 3] = \"ACK\";\n PacketType[PacketType[\"CONNECT_ERROR\"] = 4] = \"CONNECT_ERROR\";\n PacketType[PacketType[\"BINARY_EVENT\"] = 5] = \"BINARY_EVENT\";\n PacketType[PacketType[\"BINARY_ACK\"] = 6] = \"BINARY_ACK\";\n})(PacketType || (PacketType = {}));\n/**\n * A socket.io Encoder instance\n */\nexport class Encoder {\n /**\n * Encoder constructor\n *\n * @param {function} replacer - custom replacer to pass down to JSON.parse\n */\n constructor(replacer) {\n this.replacer = replacer;\n }\n /**\n * Encode a packet as a single string if non-binary, or as a\n * buffer sequence, depending on packet type.\n *\n * @param {Object} obj - packet object\n */\n encode(obj) {\n if (obj.type === PacketType.EVENT || obj.type === PacketType.ACK) {\n if (hasBinary(obj)) {\n return this.encodeAsBinary({\n type: obj.type === PacketType.EVENT\n ? PacketType.BINARY_EVENT\n : PacketType.BINARY_ACK,\n nsp: obj.nsp,\n data: obj.data,\n id: obj.id,\n });\n }\n }\n return [this.encodeAsString(obj)];\n }\n /**\n * Encode packet as string.\n */\n encodeAsString(obj) {\n // first is type\n let str = \"\" + obj.type;\n // attachments if we have them\n if (obj.type === PacketType.BINARY_EVENT ||\n obj.type === PacketType.BINARY_ACK) {\n str += obj.attachments + \"-\";\n }\n // if we have a namespace other than `/`\n // we append it followed by a comma `,`\n if (obj.nsp && \"/\" !== obj.nsp) {\n str += obj.nsp + \",\";\n }\n // immediately followed by the id\n if (null != obj.id) {\n str += obj.id;\n }\n // json data\n if (null != obj.data) {\n str += JSON.stringify(obj.data, this.replacer);\n }\n return str;\n }\n /**\n * Encode packet as 'buffer sequence' by removing blobs, and\n * deconstructing packet into object with placeholders and\n * a list of buffers.\n */\n encodeAsBinary(obj) {\n const deconstruction = deconstructPacket(obj);\n const pack = this.encodeAsString(deconstruction.packet);\n const buffers = deconstruction.buffers;\n buffers.unshift(pack); // add packet info to beginning of data list\n return buffers; // write all the buffers\n }\n}\n/**\n * A socket.io Decoder instance\n *\n * @return {Object} decoder\n */\nexport class Decoder extends Emitter {\n /**\n * Decoder constructor\n *\n * @param {function} reviver - custom reviver to pass down to JSON.stringify\n */\n constructor(reviver) {\n super();\n this.reviver = reviver;\n }\n /**\n * Decodes an encoded packet string into packet JSON.\n *\n * @param {String} obj - encoded packet\n */\n add(obj) {\n let packet;\n if (typeof obj === \"string\") {\n if (this.reconstructor) {\n throw new Error(\"got plaintext data when reconstructing a packet\");\n }\n packet = this.decodeString(obj);\n const isBinaryEvent = packet.type === PacketType.BINARY_EVENT;\n if (isBinaryEvent || packet.type === PacketType.BINARY_ACK) {\n packet.type = isBinaryEvent ? PacketType.EVENT : PacketType.ACK;\n // binary packet's json\n this.reconstructor = new BinaryReconstructor(packet);\n // no attachments, labeled binary but no binary data to follow\n if (packet.attachments === 0) {\n super.emitReserved(\"decoded\", packet);\n }\n }\n else {\n // non-binary full packet\n super.emitReserved(\"decoded\", packet);\n }\n }\n else if (isBinary(obj) || obj.base64) {\n // raw binary data\n if (!this.reconstructor) {\n throw new Error(\"got binary data when not reconstructing a packet\");\n }\n else {\n packet = this.reconstructor.takeBinaryData(obj);\n if (packet) {\n // received final buffer\n this.reconstructor = null;\n super.emitReserved(\"decoded\", packet);\n }\n }\n }\n else {\n throw new Error(\"Unknown type: \" + obj);\n }\n }\n /**\n * Decode a packet String (JSON data)\n *\n * @param {String} str\n * @return {Object} packet\n */\n decodeString(str) {\n let i = 0;\n // look up type\n const p = {\n type: Number(str.charAt(0)),\n };\n if (PacketType[p.type] === undefined) {\n throw new Error(\"unknown packet type \" + p.type);\n }\n // look up attachments if type binary\n if (p.type === PacketType.BINARY_EVENT ||\n p.type === PacketType.BINARY_ACK) {\n const start = i + 1;\n while (str.charAt(++i) !== \"-\" && i != str.length) { }\n const buf = str.substring(start, i);\n if (buf != Number(buf) || str.charAt(i) !== \"-\") {\n throw new Error(\"Illegal attachments\");\n }\n p.attachments = Number(buf);\n }\n // look up namespace (if any)\n if (\"/\" === str.charAt(i + 1)) {\n const start = i + 1;\n while (++i) {\n const c = str.charAt(i);\n if (\",\" === c)\n break;\n if (i === str.length)\n break;\n }\n p.nsp = str.substring(start, i);\n }\n else {\n p.nsp = \"/\";\n }\n // look up id\n const next = str.charAt(i + 1);\n if (\"\" !== next && Number(next) == next) {\n const start = i + 1;\n while (++i) {\n const c = str.charAt(i);\n if (null == c || Number(c) != c) {\n --i;\n break;\n }\n if (i === str.length)\n break;\n }\n p.id = Number(str.substring(start, i + 1));\n }\n // look up json data\n if (str.charAt(++i)) {\n const payload = this.tryParse(str.substr(i));\n if (Decoder.isPayloadValid(p.type, payload)) {\n p.data = payload;\n }\n else {\n throw new Error(\"invalid payload\");\n }\n }\n return p;\n }\n tryParse(str) {\n try {\n return JSON.parse(str, this.reviver);\n }\n catch (e) {\n return false;\n }\n }\n static isPayloadValid(type, payload) {\n switch (type) {\n case PacketType.CONNECT:\n return typeof payload === \"object\";\n case PacketType.DISCONNECT:\n return payload === undefined;\n case PacketType.CONNECT_ERROR:\n return typeof payload === \"string\" || typeof payload === \"object\";\n case PacketType.EVENT:\n case PacketType.BINARY_EVENT:\n return Array.isArray(payload) && payload.length > 0;\n case PacketType.ACK:\n case PacketType.BINARY_ACK:\n return Array.isArray(payload);\n }\n }\n /**\n * Deallocates a parser's resources\n */\n destroy() {\n if (this.reconstructor) {\n this.reconstructor.finishedReconstruction();\n this.reconstructor = null;\n }\n }\n}\n/**\n * A manager of a binary event's 'buffer sequence'. Should\n * be constructed whenever a packet of type BINARY_EVENT is\n * decoded.\n *\n * @param {Object} packet\n * @return {BinaryReconstructor} initialized reconstructor\n */\nclass BinaryReconstructor {\n constructor(packet) {\n this.packet = packet;\n this.buffers = [];\n this.reconPack = packet;\n }\n /**\n * Method to be called when binary data received from connection\n * after a BINARY_EVENT packet.\n *\n * @param {Buffer | ArrayBuffer} binData - the raw binary data received\n * @return {null | Object} returns null if more binary data is expected or\n * a reconstructed packet object if all buffers have been received.\n */\n takeBinaryData(binData) {\n this.buffers.push(binData);\n if (this.buffers.length === this.reconPack.attachments) {\n // done with buffer list\n const packet = reconstructPacket(this.reconPack, this.buffers);\n this.finishedReconstruction();\n return packet;\n }\n return null;\n }\n /**\n * Cleans up binary packet reconstruction variables.\n */\n finishedReconstruction() {\n this.reconPack = null;\n this.buffers = [];\n }\n}\n","export function on(obj, ev, fn) {\n obj.on(ev, fn);\n return function subDestroy() {\n obj.off(ev, fn);\n };\n}\n","import { PacketType } from \"socket.io-parser\";\nimport { on } from \"./on.js\";\nimport { Emitter, } from \"@socket.io/component-emitter\";\n/**\n * Internal events.\n * These events can't be emitted by the user.\n */\nconst RESERVED_EVENTS = Object.freeze({\n connect: 1,\n connect_error: 1,\n disconnect: 1,\n disconnecting: 1,\n // EventEmitter reserved events: https://nodejs.org/api/events.html#events_event_newlistener\n newListener: 1,\n removeListener: 1,\n});\n/**\n * A Socket is the fundamental class for interacting with the server.\n *\n * A Socket belongs to a certain Namespace (by default /) and uses an underlying {@link Manager} to communicate.\n *\n * @example\n * const socket = io();\n *\n * socket.on(\"connect\", () => {\n * console.log(\"connected\");\n * });\n *\n * // send an event to the server\n * socket.emit(\"foo\", \"bar\");\n *\n * socket.on(\"foobar\", () => {\n * // an event was received from the server\n * });\n *\n * // upon disconnection\n * socket.on(\"disconnect\", (reason) => {\n * console.log(`disconnected due to ${reason}`);\n * });\n */\nexport class Socket extends Emitter {\n /**\n * `Socket` constructor.\n */\n constructor(io, nsp, opts) {\n super();\n /**\n * Whether the socket is currently connected to the server.\n *\n * @example\n * const socket = io();\n *\n * socket.on(\"connect\", () => {\n * console.log(socket.connected); // true\n * });\n *\n * socket.on(\"disconnect\", () => {\n * console.log(socket.connected); // false\n * });\n */\n this.connected = false;\n /**\n * Whether the connection state was recovered after a temporary disconnection. In that case, any missed packets will\n * be transmitted by the server.\n */\n this.recovered = false;\n /**\n * Buffer for packets received before the CONNECT packet\n */\n this.receiveBuffer = [];\n /**\n * Buffer for packets that will be sent once the socket is connected\n */\n this.sendBuffer = [];\n /**\n * The queue of packets to be sent with retry in case of failure.\n *\n * Packets are sent one by one, each waiting for the server acknowledgement, in order to guarantee the delivery order.\n * @private\n */\n this._queue = [];\n /**\n * A sequence to generate the ID of the {@link QueuedPacket}.\n * @private\n */\n this._queueSeq = 0;\n this.ids = 0;\n this.acks = {};\n this.flags = {};\n this.io = io;\n this.nsp = nsp;\n if (opts && opts.auth) {\n this.auth = opts.auth;\n }\n this._opts = Object.assign({}, opts);\n if (this.io._autoConnect)\n this.open();\n }\n /**\n * Whether the socket is currently disconnected\n *\n * @example\n * const socket = io();\n *\n * socket.on(\"connect\", () => {\n * console.log(socket.disconnected); // false\n * });\n *\n * socket.on(\"disconnect\", () => {\n * console.log(socket.disconnected); // true\n * });\n */\n get disconnected() {\n return !this.connected;\n }\n /**\n * Subscribe to open, close and packet events\n *\n * @private\n */\n subEvents() {\n if (this.subs)\n return;\n const io = this.io;\n this.subs = [\n on(io, \"open\", this.onopen.bind(this)),\n on(io, \"packet\", this.onpacket.bind(this)),\n on(io, \"error\", this.onerror.bind(this)),\n on(io, \"close\", this.onclose.bind(this)),\n ];\n }\n /**\n * Whether the Socket will try to reconnect when its Manager connects or reconnects.\n *\n * @example\n * const socket = io();\n *\n * console.log(socket.active); // true\n *\n * socket.on(\"disconnect\", (reason) => {\n * if (reason === \"io server disconnect\") {\n * // the disconnection was initiated by the server, you need to manually reconnect\n * console.log(socket.active); // false\n * }\n * // else the socket will automatically try to reconnect\n * console.log(socket.active); // true\n * });\n */\n get active() {\n return !!this.subs;\n }\n /**\n * \"Opens\" the socket.\n *\n * @example\n * const socket = io({\n * autoConnect: false\n * });\n *\n * socket.connect();\n */\n connect() {\n if (this.connected)\n return this;\n this.subEvents();\n if (!this.io[\"_reconnecting\"])\n this.io.open(); // ensure open\n if (\"open\" === this.io._readyState)\n this.onopen();\n return this;\n }\n /**\n * Alias for {@link connect()}.\n */\n open() {\n return this.connect();\n }\n /**\n * Sends a `message` event.\n *\n * This method mimics the WebSocket.send() method.\n *\n * @see https://developer.mozilla.org/en-US/docs/Web/API/WebSocket/send\n *\n * @example\n * socket.send(\"hello\");\n *\n * // this is equivalent to\n * socket.emit(\"message\", \"hello\");\n *\n * @return self\n */\n send(...args) {\n args.unshift(\"message\");\n this.emit.apply(this, args);\n return this;\n }\n /**\n * Override `emit`.\n * If the event is in `events`, it's emitted normally.\n *\n * @example\n * socket.emit(\"hello\", \"world\");\n *\n * // all serializable datastructures are supported (no need to call JSON.stringify)\n * socket.emit(\"hello\", 1, \"2\", { 3: [\"4\"], 5: Uint8Array.from([6]) });\n *\n * // with an acknowledgement from the server\n * socket.emit(\"hello\", \"world\", (val) => {\n * // ...\n * });\n *\n * @return self\n */\n emit(ev, ...args) {\n if (RESERVED_EVENTS.hasOwnProperty(ev)) {\n throw new Error('\"' + ev.toString() + '\" is a reserved event name');\n }\n args.unshift(ev);\n if (this._opts.retries && !this.flags.fromQueue && !this.flags.volatile) {\n this._addToQueue(args);\n return this;\n }\n const packet = {\n type: PacketType.EVENT,\n data: args,\n };\n packet.options = {};\n packet.options.compress = this.flags.compress !== false;\n // event ack callback\n if (\"function\" === typeof args[args.length - 1]) {\n const id = this.ids++;\n const ack = args.pop();\n this._registerAckCallback(id, ack);\n packet.id = id;\n }\n const isTransportWritable = this.io.engine &&\n this.io.engine.transport &&\n this.io.engine.transport.writable;\n const discardPacket = this.flags.volatile && (!isTransportWritable || !this.connected);\n if (discardPacket) {\n }\n else if (this.connected) {\n this.notifyOutgoingListeners(packet);\n this.packet(packet);\n }\n else {\n this.sendBuffer.push(packet);\n }\n this.flags = {};\n return this;\n }\n /**\n * @private\n */\n _registerAckCallback(id, ack) {\n var _a;\n const timeout = (_a = this.flags.timeout) !== null && _a !== void 0 ? _a : this._opts.ackTimeout;\n if (timeout === undefined) {\n this.acks[id] = ack;\n return;\n }\n // @ts-ignore\n const timer = this.io.setTimeoutFn(() => {\n delete this.acks[id];\n for (let i = 0; i < this.sendBuffer.length; i++) {\n if (this.sendBuffer[i].id === id) {\n this.sendBuffer.splice(i, 1);\n }\n }\n ack.call(this, new Error(\"operation has timed out\"));\n }, timeout);\n this.acks[id] = (...args) => {\n // @ts-ignore\n this.io.clearTimeoutFn(timer);\n ack.apply(this, [null, ...args]);\n };\n }\n /**\n * Emits an event and waits for an acknowledgement\n *\n * @example\n * // without timeout\n * const response = await socket.emitWithAck(\"hello\", \"world\");\n *\n * // with a specific timeout\n * try {\n * const response = await socket.timeout(1000).emitWithAck(\"hello\", \"world\");\n * } catch (err) {\n * // the server did not acknowledge the event in the given delay\n * }\n *\n * @return a Promise that will be fulfilled when the server acknowledges the event\n */\n emitWithAck(ev, ...args) {\n // the timeout flag is optional\n const withErr = this.flags.timeout !== undefined || this._opts.ackTimeout !== undefined;\n return new Promise((resolve, reject) => {\n args.push((arg1, arg2) => {\n if (withErr) {\n return arg1 ? reject(arg1) : resolve(arg2);\n }\n else {\n return resolve(arg1);\n }\n });\n this.emit(ev, ...args);\n });\n }\n /**\n * Add the packet to the queue.\n * @param args\n * @private\n */\n _addToQueue(args) {\n let ack;\n if (typeof args[args.length - 1] === \"function\") {\n ack = args.pop();\n }\n const packet = {\n id: this._queueSeq++,\n tryCount: 0,\n pending: false,\n args,\n flags: Object.assign({ fromQueue: true }, this.flags),\n };\n args.push((err, ...responseArgs) => {\n if (packet !== this._queue[0]) {\n // the packet has already been acknowledged\n return;\n }\n const hasError = err !== null;\n if (hasError) {\n if (packet.tryCount > this._opts.retries) {\n this._queue.shift();\n if (ack) {\n ack(err);\n }\n }\n }\n else {\n this._queue.shift();\n if (ack) {\n ack(null, ...responseArgs);\n }\n }\n packet.pending = false;\n return this._drainQueue();\n });\n this._queue.push(packet);\n this._drainQueue();\n }\n /**\n * Send the first packet of the queue, and wait for an acknowledgement from the server.\n * @param force - whether to resend a packet that has not been acknowledged yet\n *\n * @private\n */\n _drainQueue(force = false) {\n if (!this.connected || this._queue.length === 0) {\n return;\n }\n const packet = this._queue[0];\n if (packet.pending && !force) {\n return;\n }\n packet.pending = true;\n packet.tryCount++;\n this.flags = packet.flags;\n this.emit.apply(this, packet.args);\n }\n /**\n * Sends a packet.\n *\n * @param packet\n * @private\n */\n packet(packet) {\n packet.nsp = this.nsp;\n this.io._packet(packet);\n }\n /**\n * Called upon engine `open`.\n *\n * @private\n */\n onopen() {\n if (typeof this.auth == \"function\") {\n this.auth((data) => {\n this._sendConnectPacket(data);\n });\n }\n else {\n this._sendConnectPacket(this.auth);\n }\n }\n /**\n * Sends a CONNECT packet to initiate the Socket.IO session.\n *\n * @param data\n * @private\n */\n _sendConnectPacket(data) {\n this.packet({\n type: PacketType.CONNECT,\n data: this._pid\n ? Object.assign({ pid: this._pid, offset: this._lastOffset }, data)\n : data,\n });\n }\n /**\n * Called upon engine or manager `error`.\n *\n * @param err\n * @private\n */\n onerror(err) {\n if (!this.connected) {\n this.emitReserved(\"connect_error\", err);\n }\n }\n /**\n * Called upon engine `close`.\n *\n * @param reason\n * @param description\n * @private\n */\n onclose(reason, description) {\n this.connected = false;\n delete this.id;\n this.emitReserved(\"disconnect\", reason, description);\n }\n /**\n * Called with socket packet.\n *\n * @param packet\n * @private\n */\n onpacket(packet) {\n const sameNamespace = packet.nsp === this.nsp;\n if (!sameNamespace)\n return;\n switch (packet.type) {\n case PacketType.CONNECT:\n if (packet.data && packet.data.sid) {\n this.onconnect(packet.data.sid, packet.data.pid);\n }\n else {\n this.emitReserved(\"connect_error\", new Error(\"It seems you are trying to reach a Socket.IO server in v2.x with a v3.x client, but they are not compatible (more information here: https://socket.io/docs/v3/migrating-from-2-x-to-3-0/)\"));\n }\n break;\n case PacketType.EVENT:\n case PacketType.BINARY_EVENT:\n this.onevent(packet);\n break;\n case PacketType.ACK:\n case PacketType.BINARY_ACK:\n this.onack(packet);\n break;\n case PacketType.DISCONNECT:\n this.ondisconnect();\n break;\n case PacketType.CONNECT_ERROR:\n this.destroy();\n const err = new Error(packet.data.message);\n // @ts-ignore\n err.data = packet.data.data;\n this.emitReserved(\"connect_error\", err);\n break;\n }\n }\n /**\n * Called upon a server event.\n *\n * @param packet\n * @private\n */\n onevent(packet) {\n const args = packet.data || [];\n if (null != packet.id) {\n args.push(this.ack(packet.id));\n }\n if (this.connected) {\n this.emitEvent(args);\n }\n else {\n this.receiveBuffer.push(Object.freeze(args));\n }\n }\n emitEvent(args) {\n if (this._anyListeners && this._anyListeners.length) {\n const listeners = this._anyListeners.slice();\n for (const listener of listeners) {\n listener.apply(this, args);\n }\n }\n super.emit.apply(this, args);\n if (this._pid && args.length && typeof args[args.length - 1] === \"string\") {\n this._lastOffset = args[args.length - 1];\n }\n }\n /**\n * Produces an ack callback to emit with an event.\n *\n * @private\n */\n ack(id) {\n const self = this;\n let sent = false;\n return function (...args) {\n // prevent double callbacks\n if (sent)\n return;\n sent = true;\n self.packet({\n type: PacketType.ACK,\n id: id,\n data: args,\n });\n };\n }\n /**\n * Called upon a server acknowlegement.\n *\n * @param packet\n * @private\n */\n onack(packet) {\n const ack = this.acks[packet.id];\n if (\"function\" === typeof ack) {\n ack.apply(this, packet.data);\n delete this.acks[packet.id];\n }\n else {\n }\n }\n /**\n * Called upon server connect.\n *\n * @private\n */\n onconnect(id, pid) {\n this.id = id;\n this.recovered = pid && this._pid === pid;\n this._pid = pid; // defined only if connection state recovery is enabled\n this.connected = true;\n this.emitBuffered();\n this.emitReserved(\"connect\");\n this._drainQueue(true);\n }\n /**\n * Emit buffered events (received and emitted).\n *\n * @private\n */\n emitBuffered() {\n this.receiveBuffer.forEach((args) => this.emitEvent(args));\n this.receiveBuffer = [];\n this.sendBuffer.forEach((packet) => {\n this.notifyOutgoingListeners(packet);\n this.packet(packet);\n });\n this.sendBuffer = [];\n }\n /**\n * Called upon server disconnect.\n *\n * @private\n */\n ondisconnect() {\n this.destroy();\n this.onclose(\"io server disconnect\");\n }\n /**\n * Called upon forced client/server side disconnections,\n * this method ensures the manager stops tracking us and\n * that reconnections don't get triggered for this.\n *\n * @private\n */\n destroy() {\n if (this.subs) {\n // clean subscriptions to avoid reconnections\n this.subs.forEach((subDestroy) => subDestroy());\n this.subs = undefined;\n }\n this.io[\"_destroy\"](this);\n }\n /**\n * Disconnects the socket manually. In that case, the socket will not try to reconnect.\n *\n * If this is the last active Socket instance of the {@link Manager}, the low-level connection will be closed.\n *\n * @example\n * const socket = io();\n *\n * socket.on(\"disconnect\", (reason) => {\n * // console.log(reason); prints \"io client disconnect\"\n * });\n *\n * socket.disconnect();\n *\n * @return self\n */\n disconnect() {\n if (this.connected) {\n this.packet({ type: PacketType.DISCONNECT });\n }\n // remove socket from pool\n this.destroy();\n if (this.connected) {\n // fire events\n this.onclose(\"io client disconnect\");\n }\n return this;\n }\n /**\n * Alias for {@link disconnect()}.\n *\n * @return self\n */\n close() {\n return this.disconnect();\n }\n /**\n * Sets the compress flag.\n *\n * @example\n * socket.compress(false).emit(\"hello\");\n *\n * @param compress - if `true`, compresses the sending data\n * @return self\n */\n compress(compress) {\n this.flags.compress = compress;\n return this;\n }\n /**\n * Sets a modifier for a subsequent event emission that the event message will be dropped when this socket is not\n * ready to send messages.\n *\n * @example\n * socket.volatile.emit(\"hello\"); // the server may or may not receive it\n *\n * @returns self\n */\n get volatile() {\n this.flags.volatile = true;\n return this;\n }\n /**\n * Sets a modifier for a subsequent event emission that the callback will be called with an error when the\n * given number of milliseconds have elapsed without an acknowledgement from the server:\n *\n * @example\n * socket.timeout(5000).emit(\"my-event\", (err) => {\n * if (err) {\n * // the server did not acknowledge the event in the given delay\n * }\n * });\n *\n * @returns self\n */\n timeout(timeout) {\n this.flags.timeout = timeout;\n return this;\n }\n /**\n * Adds a listener that will be fired when any event is emitted. The event name is passed as the first argument to the\n * callback.\n *\n * @example\n * socket.onAny((event, ...args) => {\n * console.log(`got ${event}`);\n * });\n *\n * @param listener\n */\n onAny(listener) {\n this._anyListeners = this._anyListeners || [];\n this._anyListeners.push(listener);\n return this;\n }\n /**\n * Adds a listener that will be fired when any event is emitted. The event name is passed as the first argument to the\n * callback. The listener is added to the beginning of the listeners array.\n *\n * @example\n * socket.prependAny((event, ...args) => {\n * console.log(`got event ${event}`);\n * });\n *\n * @param listener\n */\n prependAny(listener) {\n this._anyListeners = this._anyListeners || [];\n this._anyListeners.unshift(listener);\n return this;\n }\n /**\n * Removes the listener that will be fired when any event is emitted.\n *\n * @example\n * const catchAllListener = (event, ...args) => {\n * console.log(`got event ${event}`);\n * }\n *\n * socket.onAny(catchAllListener);\n *\n * // remove a specific listener\n * socket.offAny(catchAllListener);\n *\n * // or remove all listeners\n * socket.offAny();\n *\n * @param listener\n */\n offAny(listener) {\n if (!this._anyListeners) {\n return this;\n }\n if (listener) {\n const listeners = this._anyListeners;\n for (let i = 0; i < listeners.length; i++) {\n if (listener === listeners[i]) {\n listeners.splice(i, 1);\n return this;\n }\n }\n }\n else {\n this._anyListeners = [];\n }\n return this;\n }\n /**\n * Returns an array of listeners that are listening for any event that is specified. This array can be manipulated,\n * e.g. to remove listeners.\n */\n listenersAny() {\n return this._anyListeners || [];\n }\n /**\n * Adds a listener that will be fired when any event is emitted. The event name is passed as the first argument to the\n * callback.\n *\n * Note: acknowledgements sent to the server are not included.\n *\n * @example\n * socket.onAnyOutgoing((event, ...args) => {\n * console.log(`sent event ${event}`);\n * });\n *\n * @param listener\n */\n onAnyOutgoing(listener) {\n this._anyOutgoingListeners = this._anyOutgoingListeners || [];\n this._anyOutgoingListeners.push(listener);\n return this;\n }\n /**\n * Adds a listener that will be fired when any event is emitted. The event name is passed as the first argument to the\n * callback. The listener is added to the beginning of the listeners array.\n *\n * Note: acknowledgements sent to the server are not included.\n *\n * @example\n * socket.prependAnyOutgoing((event, ...args) => {\n * console.log(`sent event ${event}`);\n * });\n *\n * @param listener\n */\n prependAnyOutgoing(listener) {\n this._anyOutgoingListeners = this._anyOutgoingListeners || [];\n this._anyOutgoingListeners.unshift(listener);\n return this;\n }\n /**\n * Removes the listener that will be fired when any event is emitted.\n *\n * @example\n * const catchAllListener = (event, ...args) => {\n * console.log(`sent event ${event}`);\n * }\n *\n * socket.onAnyOutgoing(catchAllListener);\n *\n * // remove a specific listener\n * socket.offAnyOutgoing(catchAllListener);\n *\n * // or remove all listeners\n * socket.offAnyOutgoing();\n *\n * @param [listener] - the catch-all listener (optional)\n */\n offAnyOutgoing(listener) {\n if (!this._anyOutgoingListeners) {\n return this;\n }\n if (listener) {\n const listeners = this._anyOutgoingListeners;\n for (let i = 0; i < listeners.length; i++) {\n if (listener === listeners[i]) {\n listeners.splice(i, 1);\n return this;\n }\n }\n }\n else {\n this._anyOutgoingListeners = [];\n }\n return this;\n }\n /**\n * Returns an array of listeners that are listening for any event that is specified. This array can be manipulated,\n * e.g. to remove listeners.\n */\n listenersAnyOutgoing() {\n return this._anyOutgoingListeners || [];\n }\n /**\n * Notify the listeners for each packet sent\n *\n * @param packet\n *\n * @private\n */\n notifyOutgoingListeners(packet) {\n if (this._anyOutgoingListeners && this._anyOutgoingListeners.length) {\n const listeners = this._anyOutgoingListeners.slice();\n for (const listener of listeners) {\n listener.apply(this, packet.data);\n }\n }\n }\n}\n","/**\n * Initialize backoff timer with `opts`.\n *\n * - `min` initial timeout in milliseconds [100]\n * - `max` max timeout [10000]\n * - `jitter` [0]\n * - `factor` [2]\n *\n * @param {Object} opts\n * @api public\n */\nexport function Backoff(opts) {\n opts = opts || {};\n this.ms = opts.min || 100;\n this.max = opts.max || 10000;\n this.factor = opts.factor || 2;\n this.jitter = opts.jitter > 0 && opts.jitter <= 1 ? opts.jitter : 0;\n this.attempts = 0;\n}\n/**\n * Return the backoff duration.\n *\n * @return {Number}\n * @api public\n */\nBackoff.prototype.duration = function () {\n var ms = this.ms * Math.pow(this.factor, this.attempts++);\n if (this.jitter) {\n var rand = Math.random();\n var deviation = Math.floor(rand * this.jitter * ms);\n ms = (Math.floor(rand * 10) & 1) == 0 ? ms - deviation : ms + deviation;\n }\n return Math.min(ms, this.max) | 0;\n};\n/**\n * Reset the number of attempts.\n *\n * @api public\n */\nBackoff.prototype.reset = function () {\n this.attempts = 0;\n};\n/**\n * Set the minimum duration\n *\n * @api public\n */\nBackoff.prototype.setMin = function (min) {\n this.ms = min;\n};\n/**\n * Set the maximum duration\n *\n * @api public\n */\nBackoff.prototype.setMax = function (max) {\n this.max = max;\n};\n/**\n * Set the jitter\n *\n * @api public\n */\nBackoff.prototype.setJitter = function (jitter) {\n this.jitter = jitter;\n};\n","import { Socket as Engine, installTimerFunctions, nextTick, } from \"engine.io-client\";\nimport { Socket } from \"./socket.js\";\nimport * as parser from \"socket.io-parser\";\nimport { on } from \"./on.js\";\nimport { Backoff } from \"./contrib/backo2.js\";\nimport { Emitter, } from \"@socket.io/component-emitter\";\nexport class Manager extends Emitter {\n constructor(uri, opts) {\n var _a;\n super();\n this.nsps = {};\n this.subs = [];\n if (uri && \"object\" === typeof uri) {\n opts = uri;\n uri = undefined;\n }\n opts = opts || {};\n opts.path = opts.path || \"/socket.io\";\n this.opts = opts;\n installTimerFunctions(this, opts);\n this.reconnection(opts.reconnection !== false);\n this.reconnectionAttempts(opts.reconnectionAttempts || Infinity);\n this.reconnectionDelay(opts.reconnectionDelay || 1000);\n this.reconnectionDelayMax(opts.reconnectionDelayMax || 5000);\n this.randomizationFactor((_a = opts.randomizationFactor) !== null && _a !== void 0 ? _a : 0.5);\n this.backoff = new Backoff({\n min: this.reconnectionDelay(),\n max: this.reconnectionDelayMax(),\n jitter: this.randomizationFactor(),\n });\n this.timeout(null == opts.timeout ? 20000 : opts.timeout);\n this._readyState = \"closed\";\n this.uri = uri;\n const _parser = opts.parser || parser;\n this.encoder = new _parser.Encoder();\n this.decoder = new _parser.Decoder();\n this._autoConnect = opts.autoConnect !== false;\n if (this._autoConnect)\n this.open();\n }\n reconnection(v) {\n if (!arguments.length)\n return this._reconnection;\n this._reconnection = !!v;\n return this;\n }\n reconnectionAttempts(v) {\n if (v === undefined)\n return this._reconnectionAttempts;\n this._reconnectionAttempts = v;\n return this;\n }\n reconnectionDelay(v) {\n var _a;\n if (v === undefined)\n return this._reconnectionDelay;\n this._reconnectionDelay = v;\n (_a = this.backoff) === null || _a === void 0 ? void 0 : _a.setMin(v);\n return this;\n }\n randomizationFactor(v) {\n var _a;\n if (v === undefined)\n return this._randomizationFactor;\n this._randomizationFactor = v;\n (_a = this.backoff) === null || _a === void 0 ? void 0 : _a.setJitter(v);\n return this;\n }\n reconnectionDelayMax(v) {\n var _a;\n if (v === undefined)\n return this._reconnectionDelayMax;\n this._reconnectionDelayMax = v;\n (_a = this.backoff) === null || _a === void 0 ? void 0 : _a.setMax(v);\n return this;\n }\n timeout(v) {\n if (!arguments.length)\n return this._timeout;\n this._timeout = v;\n return this;\n }\n /**\n * Starts trying to reconnect if reconnection is enabled and we have not\n * started reconnecting yet\n *\n * @private\n */\n maybeReconnectOnOpen() {\n // Only try to reconnect if it's the first time we're connecting\n if (!this._reconnecting &&\n this._reconnection &&\n this.backoff.attempts === 0) {\n // keeps reconnection from firing twice for the same reconnection loop\n this.reconnect();\n }\n }\n /**\n * Sets the current transport `socket`.\n *\n * @param {Function} fn - optional, callback\n * @return self\n * @public\n */\n open(fn) {\n if (~this._readyState.indexOf(\"open\"))\n return this;\n this.engine = new Engine(this.uri, this.opts);\n const socket = this.engine;\n const self = this;\n this._readyState = \"opening\";\n this.skipReconnect = false;\n // emit `open`\n const openSubDestroy = on(socket, \"open\", function () {\n self.onopen();\n fn && fn();\n });\n // emit `error`\n const errorSub = on(socket, \"error\", (err) => {\n self.cleanup();\n self._readyState = \"closed\";\n this.emitReserved(\"error\", err);\n if (fn) {\n fn(err);\n }\n else {\n // Only do this if there is no fn to handle the error\n self.maybeReconnectOnOpen();\n }\n });\n if (false !== this._timeout) {\n const timeout = this._timeout;\n if (timeout === 0) {\n openSubDestroy(); // prevents a race condition with the 'open' event\n }\n // set timer\n const timer = this.setTimeoutFn(() => {\n openSubDestroy();\n socket.close();\n // @ts-ignore\n socket.emit(\"error\", new Error(\"timeout\"));\n }, timeout);\n if (this.opts.autoUnref) {\n timer.unref();\n }\n this.subs.push(function subDestroy() {\n clearTimeout(timer);\n });\n }\n this.subs.push(openSubDestroy);\n this.subs.push(errorSub);\n return this;\n }\n /**\n * Alias for open()\n *\n * @return self\n * @public\n */\n connect(fn) {\n return this.open(fn);\n }\n /**\n * Called upon transport open.\n *\n * @private\n */\n onopen() {\n // clear old subs\n this.cleanup();\n // mark as open\n this._readyState = \"open\";\n this.emitReserved(\"open\");\n // add new subs\n const socket = this.engine;\n this.subs.push(on(socket, \"ping\", this.onping.bind(this)), on(socket, \"data\", this.ondata.bind(this)), on(socket, \"error\", this.onerror.bind(this)), on(socket, \"close\", this.onclose.bind(this)), on(this.decoder, \"decoded\", this.ondecoded.bind(this)));\n }\n /**\n * Called upon a ping.\n *\n * @private\n */\n onping() {\n this.emitReserved(\"ping\");\n }\n /**\n * Called with data.\n *\n * @private\n */\n ondata(data) {\n try {\n this.decoder.add(data);\n }\n catch (e) {\n this.onclose(\"parse error\", e);\n }\n }\n /**\n * Called when parser fully decodes a packet.\n *\n * @private\n */\n ondecoded(packet) {\n // the nextTick call prevents an exception in a user-provided event listener from triggering a disconnection due to a \"parse error\"\n nextTick(() => {\n this.emitReserved(\"packet\", packet);\n }, this.setTimeoutFn);\n }\n /**\n * Called upon socket error.\n *\n * @private\n */\n onerror(err) {\n this.emitReserved(\"error\", err);\n }\n /**\n * Creates a new socket for the given `nsp`.\n *\n * @return {Socket}\n * @public\n */\n socket(nsp, opts) {\n let socket = this.nsps[nsp];\n if (!socket) {\n socket = new Socket(this, nsp, opts);\n this.nsps[nsp] = socket;\n }\n else if (this._autoConnect && !socket.active) {\n socket.connect();\n }\n return socket;\n }\n /**\n * Called upon a socket close.\n *\n * @param socket\n * @private\n */\n _destroy(socket) {\n const nsps = Object.keys(this.nsps);\n for (const nsp of nsps) {\n const socket = this.nsps[nsp];\n if (socket.active) {\n return;\n }\n }\n this._close();\n }\n /**\n * Writes a packet.\n *\n * @param packet\n * @private\n */\n _packet(packet) {\n const encodedPackets = this.encoder.encode(packet);\n for (let i = 0; i < encodedPackets.length; i++) {\n this.engine.write(encodedPackets[i], packet.options);\n }\n }\n /**\n * Clean up transport subscriptions and packet buffer.\n *\n * @private\n */\n cleanup() {\n this.subs.forEach((subDestroy) => subDestroy());\n this.subs.length = 0;\n this.decoder.destroy();\n }\n /**\n * Close the current socket.\n *\n * @private\n */\n _close() {\n this.skipReconnect = true;\n this._reconnecting = false;\n this.onclose(\"forced close\");\n if (this.engine)\n this.engine.close();\n }\n /**\n * Alias for close()\n *\n * @private\n */\n disconnect() {\n return this._close();\n }\n /**\n * Called upon engine close.\n *\n * @private\n */\n onclose(reason, description) {\n this.cleanup();\n this.backoff.reset();\n this._readyState = \"closed\";\n this.emitReserved(\"close\", reason, description);\n if (this._reconnection && !this.skipReconnect) {\n this.reconnect();\n }\n }\n /**\n * Attempt a reconnection.\n *\n * @private\n */\n reconnect() {\n if (this._reconnecting || this.skipReconnect)\n return this;\n const self = this;\n if (this.backoff.attempts >= this._reconnectionAttempts) {\n this.backoff.reset();\n this.emitReserved(\"reconnect_failed\");\n this._reconnecting = false;\n }\n else {\n const delay = this.backoff.duration();\n this._reconnecting = true;\n const timer = this.setTimeoutFn(() => {\n if (self.skipReconnect)\n return;\n this.emitReserved(\"reconnect_attempt\", self.backoff.attempts);\n // check again for the case socket closed in above events\n if (self.skipReconnect)\n return;\n self.open((err) => {\n if (err) {\n self._reconnecting = false;\n self.reconnect();\n this.emitReserved(\"reconnect_error\", err);\n }\n else {\n self.onreconnect();\n }\n });\n }, delay);\n if (this.opts.autoUnref) {\n timer.unref();\n }\n this.subs.push(function subDestroy() {\n clearTimeout(timer);\n });\n }\n }\n /**\n * Called upon successful reconnect.\n *\n * @private\n */\n onreconnect() {\n const attempt = this.backoff.attempts;\n this._reconnecting = false;\n this.backoff.reset();\n this.emitReserved(\"reconnect\", attempt);\n }\n}\n","import { url } from \"./url.js\";\nimport { Manager } from \"./manager.js\";\nimport { Socket } from \"./socket.js\";\n/**\n * Managers cache.\n */\nconst cache = {};\nfunction lookup(uri, opts) {\n if (typeof uri === \"object\") {\n opts = uri;\n uri = undefined;\n }\n opts = opts || {};\n const parsed = url(uri, opts.path || \"/socket.io\");\n const source = parsed.source;\n const id = parsed.id;\n const path = parsed.path;\n const sameNamespace = cache[id] && path in cache[id][\"nsps\"];\n const newConnection = opts.forceNew ||\n opts[\"force new connection\"] ||\n false === opts.multiplex ||\n sameNamespace;\n let io;\n if (newConnection) {\n io = new Manager(source, opts);\n }\n else {\n if (!cache[id]) {\n cache[id] = new Manager(source, opts);\n }\n io = cache[id];\n }\n if (parsed.query && !opts.query) {\n opts.query = parsed.queryKey;\n }\n return io.socket(parsed.path, opts);\n}\n// so that \"lookup\" can be used both as a function (e.g. `io(...)`) and as a\n// namespace (e.g. `io.connect(...)`), for backward compatibility\nObject.assign(lookup, {\n Manager,\n Socket,\n io: lookup,\n connect: lookup,\n});\n/**\n * Protocol version.\n *\n * @public\n */\nexport { protocol } from \"socket.io-parser\";\n/**\n * Expose constructors for standalone build.\n *\n * @public\n */\nexport { Manager, Socket, lookup as io, lookup as connect, lookup as default, };\n"],"names":["PACKET_TYPES","Object","create","PACKET_TYPES_REVERSE","keys","forEach","key","ERROR_PACKET","type","data","withNativeBlob","Blob","prototype","toString","call","withNativeArrayBuffer","ArrayBuffer","isView","obj","buffer","encodePacket","supportsBinary","callback","encodeBlobAsBase64","fileReader","FileReader","onload","content","result","split","readAsDataURL","chars","lookup","Uint8Array","i","length","charCodeAt","decode","base64","bufferLength","len","p","encoded1","encoded2","encoded3","encoded4","arraybuffer","bytes","decodePacket","encodedPacket","binaryType","mapBinary","charAt","decodeBase64Packet","substring","packetType","decoded","SEPARATOR","String","fromCharCode","encodePayload","packets","encodedPackets","Array","count","packet","join","decodePayload","encodedPayload","decodedPacket","push","protocol","Emitter","mixin","on","addEventListener","event","fn","_callbacks","once","off","apply","arguments","removeListener","removeAllListeners","removeEventListener","callbacks","cb","splice","emit","args","slice","emitReserved","listeners","hasListeners","globalThisShim","self","window","Function","pick","attr","reduce","acc","k","hasOwnProperty","NATIVE_SET_TIMEOUT","globalThis","setTimeout","NATIVE_CLEAR_TIMEOUT","clearTimeout","installTimerFunctions","opts","useNativeTimers","setTimeoutFn","bind","clearTimeoutFn","BASE64_OVERHEAD","byteLength","utf8Length","Math","ceil","size","str","c","l","TransportError","reason","description","context","Error","Transport","writable","query","socket","readyState","doOpen","doClose","onClose","write","onPacket","details","onPause","alphabet","map","seed","prev","encode","num","encoded","floor","yeast","now","Date","encodeURIComponent","qs","qry","pairs","pair","decodeURIComponent","value","XMLHttpRequest","err","hasCORS","XHR","xdomain","e","concat","empty","hasXHR2","xhr","responseType","Polling","polling","location","isSSL","port","xd","hostname","xs","secure","forceBase64","poll","pause","total","doPoll","onOpen","close","doWrite","schema","timestampRequests","timestampParam","sid","b64","Number","encodedQuery","ipv6","indexOf","path","Request","uri","req","request","method","xhrStatus","onError","onData","pollXhr","async","undefined","xscheme","open","extraHeaders","setDisableHeaderCheck","setRequestHeader","withCredentials","requestTimeout","timeout","onreadystatechange","status","onLoad","send","document","index","requestsCount","requests","cleanup","fromError","abort","responseText","attachEvent","unloadHandler","terminationEvent","nextTick","isPromiseAvailable","Promise","resolve","then","WebSocket","MozWebSocket","usingBrowserWebSocket","defaultBinaryType","isReactNative","navigator","product","toLowerCase","WS","check","protocols","headers","ws","addEventListeners","onopen","autoUnref","_socket","unref","onclose","closeEvent","onmessage","ev","onerror","lastPacket","transports","websocket","re","parts","parse","src","b","replace","m","exec","source","host","authority","ipv6uri","pathNames","queryKey","regx","names","$0","$1","$2","Socket","writeBuffer","prevBufferLen","agent","upgrade","rememberUpgrade","addTrailingSlash","rejectUnauthorized","perMessageDeflate","threshold","transportOptions","closeOnBeforeunload","id","upgrades","pingInterval","pingTimeout","pingTimeoutTimer","beforeunloadEventListener","transport","offlineEventListener","name","EIO","priorWebsocketSuccess","createTransport","shift","setTransport","onDrain","failed","onTransportOpen","msg","upgrading","flush","freezeTransport","error","onTransportClose","onupgrade","to","probe","onHandshake","JSON","resetPingTimeout","sendPacket","code","filterUpgrades","maxPayload","getWritablePackets","shouldCheckPayloadSize","payloadSize","options","compress","cleanupAndClose","waitForUpgrade","filteredUpgrades","j","url","loc","test","href","withNativeFile","File","isBinary","hasBinary","toJSON","isArray","deconstructPacket","buffers","packetData","pack","_deconstructPacket","attachments","placeholder","_placeholder","newData","reconstructPacket","_reconstructPacket","isIndexValid","PacketType","Encoder","replacer","EVENT","ACK","encodeAsBinary","BINARY_EVENT","BINARY_ACK","nsp","encodeAsString","stringify","deconstruction","unshift","Decoder","reviver","reconstructor","decodeString","isBinaryEvent","BinaryReconstructor","takeBinaryData","start","buf","next","payload","tryParse","substr","isPayloadValid","finishedReconstruction","CONNECT","DISCONNECT","CONNECT_ERROR","reconPack","binData","subDestroy","RESERVED_EVENTS","freeze","connect","connect_error","disconnect","disconnecting","newListener","io","connected","recovered","receiveBuffer","sendBuffer","_queue","_queueSeq","ids","acks","flags","auth","_opts","_autoConnect","subs","onpacket","subEvents","_readyState","retries","fromQueue","_addToQueue","ack","pop","_registerAckCallback","isTransportWritable","engine","discardPacket","notifyOutgoingListeners","_a","ackTimeout","timer","withErr","reject","arg1","arg2","tryCount","pending","hasError","responseArgs","_drainQueue","force","_packet","_sendConnectPacket","_pid","pid","offset","_lastOffset","sameNamespace","onconnect","onevent","onack","ondisconnect","destroy","message","emitEvent","_anyListeners","listener","sent","emitBuffered","_anyOutgoingListeners","Backoff","ms","min","max","factor","jitter","attempts","duration","pow","rand","random","deviation","reset","setMin","setMax","setJitter","Manager","nsps","reconnection","reconnectionAttempts","Infinity","reconnectionDelay","reconnectionDelayMax","randomizationFactor","backoff","_parser","parser","encoder","decoder","autoConnect","v","_reconnection","_reconnectionAttempts","_reconnectionDelay","_randomizationFactor","_reconnectionDelayMax","_timeout","_reconnecting","reconnect","Engine","skipReconnect","openSubDestroy","errorSub","maybeReconnectOnOpen","onping","ondata","ondecoded","add","active","_close","delay","onreconnect","attempt","cache","parsed","newConnection","forceNew","multiplex"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAA,IAAMA,YAAY,GAAGC,MAAM,CAACC,MAAP,CAAc,IAAd,CAArB;;EACAF,YAAY,CAAC,MAAD,CAAZ,GAAuB,GAAvB,CAAA;EACAA,YAAY,CAAC,OAAD,CAAZ,GAAwB,GAAxB,CAAA;EACAA,YAAY,CAAC,MAAD,CAAZ,GAAuB,GAAvB,CAAA;EACAA,YAAY,CAAC,MAAD,CAAZ,GAAuB,GAAvB,CAAA;EACAA,YAAY,CAAC,SAAD,CAAZ,GAA0B,GAA1B,CAAA;EACAA,YAAY,CAAC,SAAD,CAAZ,GAA0B,GAA1B,CAAA;EACAA,YAAY,CAAC,MAAD,CAAZ,GAAuB,GAAvB,CAAA;EACA,IAAMG,oBAAoB,GAAGF,MAAM,CAACC,MAAP,CAAc,IAAd,CAA7B,CAAA;EACAD,MAAM,CAACG,IAAP,CAAYJ,YAAZ,EAA0BK,OAA1B,CAAkC,UAAAC,GAAG,EAAI;EACrCH,EAAAA,oBAAoB,CAACH,YAAY,CAACM,GAAD,CAAb,CAApB,GAA0CA,GAA1C,CAAA;EACH,CAFD,CAAA,CAAA;EAGA,IAAMC,YAAY,GAAG;EAAEC,EAAAA,IAAI,EAAE,OAAR;EAAiBC,EAAAA,IAAI,EAAE,cAAA;EAAvB,CAArB;;ECXA,IAAMC,gBAAc,GAAG,OAAOC,IAAP,KAAgB,UAAhB,IAClB,OAAOA,IAAP,KAAgB,WAAhB,IACGV,MAAM,CAACW,SAAP,CAAiBC,QAAjB,CAA0BC,IAA1B,CAA+BH,IAA/B,CAAA,KAAyC,0BAFjD,CAAA;EAGA,IAAMI,uBAAqB,GAAG,OAAOC,WAAP,KAAuB,UAArD;;EAEA,IAAMC,QAAM,GAAG,SAATA,MAAS,CAAAC,GAAG,EAAI;IAClB,OAAO,OAAOF,WAAW,CAACC,MAAnB,KAA8B,UAA9B,GACDD,WAAW,CAACC,MAAZ,CAAmBC,GAAnB,CADC,GAEDA,GAAG,IAAIA,GAAG,CAACC,MAAJ,YAAsBH,WAFnC,CAAA;EAGH,CAJD,CAAA;;EAKA,IAAMI,YAAY,GAAG,SAAfA,YAAe,OAAiBC,cAAjB,EAAiCC,QAAjC,EAA8C;IAAA,IAA3Cd,IAA2C,QAA3CA,IAA2C;QAArCC,IAAqC,QAArCA,IAAqC,CAAA;;EAC/D,EAAA,IAAIC,gBAAc,IAAID,IAAI,YAAYE,IAAtC,EAA4C;EACxC,IAAA,IAAIU,cAAJ,EAAoB;QAChB,OAAOC,QAAQ,CAACb,IAAD,CAAf,CAAA;EACH,KAFD,MAGK;EACD,MAAA,OAAOc,kBAAkB,CAACd,IAAD,EAAOa,QAAP,CAAzB,CAAA;EACH,KAAA;EACJ,GAPD,MAQK,IAAIP,uBAAqB,KACzBN,IAAI,YAAYO,WAAhB,IAA+BC,QAAM,CAACR,IAAD,CADZ,CAAzB,EAC8C;EAC/C,IAAA,IAAIY,cAAJ,EAAoB;QAChB,OAAOC,QAAQ,CAACb,IAAD,CAAf,CAAA;EACH,KAFD,MAGK;QACD,OAAOc,kBAAkB,CAAC,IAAIZ,IAAJ,CAAS,CAACF,IAAD,CAAT,CAAD,EAAmBa,QAAnB,CAAzB,CAAA;EACH,KAAA;EACJ,GAjB8D;;;IAmB/D,OAAOA,QAAQ,CAACtB,YAAY,CAACQ,IAAD,CAAZ,IAAsBC,IAAI,IAAI,EAA9B,CAAD,CAAf,CAAA;EACH,CApBD,CAAA;;EAqBA,IAAMc,kBAAkB,GAAG,SAArBA,kBAAqB,CAACd,IAAD,EAAOa,QAAP,EAAoB;EAC3C,EAAA,IAAME,UAAU,GAAG,IAAIC,UAAJ,EAAnB,CAAA;;IACAD,UAAU,CAACE,MAAX,GAAoB,YAAY;MAC5B,IAAMC,OAAO,GAAGH,UAAU,CAACI,MAAX,CAAkBC,KAAlB,CAAwB,GAAxB,CAA6B,CAAA,CAA7B,CAAhB,CAAA;MACAP,QAAQ,CAAC,GAAMK,GAAAA,OAAP,CAAR,CAAA;KAFJ,CAAA;;EAIA,EAAA,OAAOH,UAAU,CAACM,aAAX,CAAyBrB,IAAzB,CAAP,CAAA;EACH,CAPD;;EChCA,IAAMsB,KAAK,GAAG,kEAAd;;EAEA,IAAMC,QAAM,GAAG,OAAOC,UAAP,KAAsB,WAAtB,GAAoC,EAApC,GAAyC,IAAIA,UAAJ,CAAe,GAAf,CAAxD,CAAA;;EACA,KAAK,IAAIC,GAAC,GAAG,CAAb,EAAgBA,GAAC,GAAGH,KAAK,CAACI,MAA1B,EAAkCD,GAAC,EAAnC,EAAuC;IACnCF,QAAM,CAACD,KAAK,CAACK,UAAN,CAAiBF,GAAjB,CAAD,CAAN,GAA8BA,GAA9B,CAAA;EACH,CAAA;EAiBM,IAAMG,QAAM,GAAG,SAATA,MAAS,CAACC,MAAD,EAAY;EAC9B,EAAA,IAAIC,YAAY,GAAGD,MAAM,CAACH,MAAP,GAAgB,IAAnC;EAAA,MAAyCK,GAAG,GAAGF,MAAM,CAACH,MAAtD;EAAA,MAA8DD,CAA9D;QAAiEO,CAAC,GAAG,CAArE;EAAA,MAAwEC,QAAxE;EAAA,MAAkFC,QAAlF;EAAA,MAA4FC,QAA5F;EAAA,MAAsGC,QAAtG,CAAA;;IACA,IAAIP,MAAM,CAACA,MAAM,CAACH,MAAP,GAAgB,CAAjB,CAAN,KAA8B,GAAlC,EAAuC;MACnCI,YAAY,EAAA,CAAA;;MACZ,IAAID,MAAM,CAACA,MAAM,CAACH,MAAP,GAAgB,CAAjB,CAAN,KAA8B,GAAlC,EAAuC;QACnCI,YAAY,EAAA,CAAA;EACf,KAAA;EACJ,GAAA;;EACD,EAAA,IAAMO,WAAW,GAAG,IAAI9B,WAAJ,CAAgBuB,YAAhB,CAApB;EAAA,MAAmDQ,KAAK,GAAG,IAAId,UAAJ,CAAea,WAAf,CAA3D,CAAA;;IACA,KAAKZ,CAAC,GAAG,CAAT,EAAYA,CAAC,GAAGM,GAAhB,EAAqBN,CAAC,IAAI,CAA1B,EAA6B;MACzBQ,QAAQ,GAAGV,QAAM,CAACM,MAAM,CAACF,UAAP,CAAkBF,CAAlB,CAAD,CAAjB,CAAA;MACAS,QAAQ,GAAGX,QAAM,CAACM,MAAM,CAACF,UAAP,CAAkBF,CAAC,GAAG,CAAtB,CAAD,CAAjB,CAAA;MACAU,QAAQ,GAAGZ,QAAM,CAACM,MAAM,CAACF,UAAP,CAAkBF,CAAC,GAAG,CAAtB,CAAD,CAAjB,CAAA;MACAW,QAAQ,GAAGb,QAAM,CAACM,MAAM,CAACF,UAAP,CAAkBF,CAAC,GAAG,CAAtB,CAAD,CAAjB,CAAA;MACAa,KAAK,CAACN,CAAC,EAAF,CAAL,GAAcC,QAAQ,IAAI,CAAb,GAAmBC,QAAQ,IAAI,CAA5C,CAAA;EACAI,IAAAA,KAAK,CAACN,CAAC,EAAF,CAAL,GAAc,CAACE,QAAQ,GAAG,EAAZ,KAAmB,CAApB,GAA0BC,QAAQ,IAAI,CAAnD,CAAA;EACAG,IAAAA,KAAK,CAACN,CAAC,EAAF,CAAL,GAAc,CAACG,QAAQ,GAAG,CAAZ,KAAkB,CAAnB,GAAyBC,QAAQ,GAAG,EAAjD,CAAA;EACH,GAAA;;EACD,EAAA,OAAOC,WAAP,CAAA;EACH,CAnBM;;ECpBP,IAAM/B,uBAAqB,GAAG,OAAOC,WAAP,KAAuB,UAArD,CAAA;;EACA,IAAMgC,YAAY,GAAG,SAAfA,YAAe,CAACC,aAAD,EAAgBC,UAAhB,EAA+B;EAChD,EAAA,IAAI,OAAOD,aAAP,KAAyB,QAA7B,EAAuC;MACnC,OAAO;EACHzC,MAAAA,IAAI,EAAE,SADH;EAEHC,MAAAA,IAAI,EAAE0C,SAAS,CAACF,aAAD,EAAgBC,UAAhB,CAAA;OAFnB,CAAA;EAIH,GAAA;;EACD,EAAA,IAAM1C,IAAI,GAAGyC,aAAa,CAACG,MAAd,CAAqB,CAArB,CAAb,CAAA;;IACA,IAAI5C,IAAI,KAAK,GAAb,EAAkB;MACd,OAAO;EACHA,MAAAA,IAAI,EAAE,SADH;QAEHC,IAAI,EAAE4C,kBAAkB,CAACJ,aAAa,CAACK,SAAd,CAAwB,CAAxB,CAAD,EAA6BJ,UAA7B,CAAA;OAF5B,CAAA;EAIH,GAAA;;EACD,EAAA,IAAMK,UAAU,GAAGpD,oBAAoB,CAACK,IAAD,CAAvC,CAAA;;IACA,IAAI,CAAC+C,UAAL,EAAiB;EACb,IAAA,OAAOhD,YAAP,CAAA;EACH,GAAA;;EACD,EAAA,OAAO0C,aAAa,CAACd,MAAd,GAAuB,CAAvB,GACD;EACE3B,IAAAA,IAAI,EAAEL,oBAAoB,CAACK,IAAD,CAD5B;EAEEC,IAAAA,IAAI,EAAEwC,aAAa,CAACK,SAAd,CAAwB,CAAxB,CAAA;EAFR,GADC,GAKD;MACE9C,IAAI,EAAEL,oBAAoB,CAACK,IAAD,CAAA;KANlC,CAAA;EAQH,CA1BD,CAAA;;EA2BA,IAAM6C,kBAAkB,GAAG,SAArBA,kBAAqB,CAAC5C,IAAD,EAAOyC,UAAP,EAAsB;EAC7C,EAAA,IAAInC,uBAAJ,EAA2B;EACvB,IAAA,IAAMyC,OAAO,GAAGnB,QAAM,CAAC5B,IAAD,CAAtB,CAAA;EACA,IAAA,OAAO0C,SAAS,CAACK,OAAD,EAAUN,UAAV,CAAhB,CAAA;EACH,GAHD,MAIK;MACD,OAAO;EAAEZ,MAAAA,MAAM,EAAE,IAAV;EAAgB7B,MAAAA,IAAI,EAAJA,IAAAA;EAAhB,KAAP,CADC;EAEJ,GAAA;EACJ,CARD,CAAA;;EASA,IAAM0C,SAAS,GAAG,SAAZA,SAAY,CAAC1C,IAAD,EAAOyC,UAAP,EAAsB;EACpC,EAAA,QAAQA,UAAR;EACI,IAAA,KAAK,MAAL;EACI,MAAA,OAAOzC,IAAI,YAAYO,WAAhB,GAA8B,IAAIL,IAAJ,CAAS,CAACF,IAAD,CAAT,CAA9B,GAAiDA,IAAxD,CAAA;;EACJ,IAAA,KAAK,aAAL,CAAA;EACA,IAAA;EACI,MAAA,OAAOA,IAAP,CAAA;EAAa;EALrB,GAAA;EAOH,CARD;;ECrCA,IAAMgD,SAAS,GAAGC,MAAM,CAACC,YAAP,CAAoB,EAApB,CAAlB;;EACA,IAAMC,aAAa,GAAG,SAAhBA,aAAgB,CAACC,OAAD,EAAUvC,QAAV,EAAuB;EACzC;EACA,EAAA,IAAMa,MAAM,GAAG0B,OAAO,CAAC1B,MAAvB,CAAA;EACA,EAAA,IAAM2B,cAAc,GAAG,IAAIC,KAAJ,CAAU5B,MAAV,CAAvB,CAAA;IACA,IAAI6B,KAAK,GAAG,CAAZ,CAAA;EACAH,EAAAA,OAAO,CAACxD,OAAR,CAAgB,UAAC4D,MAAD,EAAS/B,CAAT,EAAe;EAC3B;EACAd,IAAAA,YAAY,CAAC6C,MAAD,EAAS,KAAT,EAAgB,UAAAhB,aAAa,EAAI;EACzCa,MAAAA,cAAc,CAAC5B,CAAD,CAAd,GAAoBe,aAApB,CAAA;;EACA,MAAA,IAAI,EAAEe,KAAF,KAAY7B,MAAhB,EAAwB;EACpBb,QAAAA,QAAQ,CAACwC,cAAc,CAACI,IAAf,CAAoBT,SAApB,CAAD,CAAR,CAAA;EACH,OAAA;EACJ,KALW,CAAZ,CAAA;KAFJ,CAAA,CAAA;EASH,CAdD,CAAA;;EAeA,IAAMU,aAAa,GAAG,SAAhBA,aAAgB,CAACC,cAAD,EAAiBlB,UAAjB,EAAgC;EAClD,EAAA,IAAMY,cAAc,GAAGM,cAAc,CAACvC,KAAf,CAAqB4B,SAArB,CAAvB,CAAA;IACA,IAAMI,OAAO,GAAG,EAAhB,CAAA;;EACA,EAAA,KAAK,IAAI3B,CAAC,GAAG,CAAb,EAAgBA,CAAC,GAAG4B,cAAc,CAAC3B,MAAnC,EAA2CD,CAAC,EAA5C,EAAgD;MAC5C,IAAMmC,aAAa,GAAGrB,YAAY,CAACc,cAAc,CAAC5B,CAAD,CAAf,EAAoBgB,UAApB,CAAlC,CAAA;MACAW,OAAO,CAACS,IAAR,CAAaD,aAAb,CAAA,CAAA;;EACA,IAAA,IAAIA,aAAa,CAAC7D,IAAd,KAAuB,OAA3B,EAAoC;EAChC,MAAA,MAAA;EACH,KAAA;EACJ,GAAA;;EACD,EAAA,OAAOqD,OAAP,CAAA;EACH,CAXD,CAAA;;EAYO,IAAMU,UAAQ,GAAG,CAAjB;;EC9BP;EACA;EACA;EACA;EACA;EAEO,SAASC,OAAT,CAAiBtD,GAAjB,EAAsB;EAC3B,EAAA,IAAIA,GAAJ,EAAS,OAAOuD,KAAK,CAACvD,GAAD,CAAZ,CAAA;EACV,CAAA;EAED;EACA;EACA;EACA;EACA;EACA;EACA;;EAEA,SAASuD,KAAT,CAAevD,GAAf,EAAoB;EAClB,EAAA,KAAK,IAAIZ,GAAT,IAAgBkE,OAAO,CAAC5D,SAAxB,EAAmC;MACjCM,GAAG,CAACZ,GAAD,CAAH,GAAWkE,OAAO,CAAC5D,SAAR,CAAkBN,GAAlB,CAAX,CAAA;EACD,GAAA;;EACD,EAAA,OAAOY,GAAP,CAAA;EACD,CAAA;EAED;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;EAEAsD,OAAO,CAAC5D,SAAR,CAAkB8D,EAAlB,GACAF,OAAO,CAAC5D,SAAR,CAAkB+D,gBAAlB,GAAqC,UAASC,KAAT,EAAgBC,EAAhB,EAAmB;EACtD,EAAA,IAAA,CAAKC,UAAL,GAAkB,IAAKA,CAAAA,UAAL,IAAmB,EAArC,CAAA;EACA,EAAA,CAAC,KAAKA,UAAL,CAAgB,GAAMF,GAAAA,KAAtB,IAA+B,IAAKE,CAAAA,UAAL,CAAgB,GAAA,GAAMF,KAAtB,CAAgC,IAAA,EAAhE,EACGN,IADH,CACQO,EADR,CAAA,CAAA;EAEA,EAAA,OAAO,IAAP,CAAA;EACD,CAND,CAAA;EAQA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;EAEAL,OAAO,CAAC5D,SAAR,CAAkBmE,IAAlB,GAAyB,UAASH,KAAT,EAAgBC,EAAhB,EAAmB;EAC1C,EAAA,SAASH,EAAT,GAAc;EACZ,IAAA,IAAA,CAAKM,GAAL,CAASJ,KAAT,EAAgBF,EAAhB,CAAA,CAAA;EACAG,IAAAA,EAAE,CAACI,KAAH,CAAS,IAAT,EAAeC,SAAf,CAAA,CAAA;EACD,GAAA;;IAEDR,EAAE,CAACG,EAAH,GAAQA,EAAR,CAAA;EACA,EAAA,IAAA,CAAKH,EAAL,CAAQE,KAAR,EAAeF,EAAf,CAAA,CAAA;EACA,EAAA,OAAO,IAAP,CAAA;EACD,CATD,CAAA;EAWA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;EAEAF,OAAO,CAAC5D,SAAR,CAAkBoE,GAAlB,GACAR,OAAO,CAAC5D,SAAR,CAAkBuE,cAAlB,GACAX,OAAO,CAAC5D,SAAR,CAAkBwE,kBAAlB,GACAZ,OAAO,CAAC5D,SAAR,CAAkByE,mBAAlB,GAAwC,UAAST,KAAT,EAAgBC,EAAhB,EAAmB;EACzD,EAAA,IAAA,CAAKC,UAAL,GAAkB,IAAA,CAAKA,UAAL,IAAmB,EAArC,CADyD;;EAIzD,EAAA,IAAI,CAAKI,IAAAA,SAAS,CAAC/C,MAAnB,EAA2B;MACzB,IAAK2C,CAAAA,UAAL,GAAkB,EAAlB,CAAA;EACA,IAAA,OAAO,IAAP,CAAA;EACD,GAPwD;;;EAUzD,EAAA,IAAIQ,SAAS,GAAG,IAAA,CAAKR,UAAL,CAAgB,GAAA,GAAMF,KAAtB,CAAhB,CAAA;EACA,EAAA,IAAI,CAACU,SAAL,EAAgB,OAAO,IAAP,CAXyC;;EAczD,EAAA,IAAI,CAAKJ,IAAAA,SAAS,CAAC/C,MAAnB,EAA2B;EACzB,IAAA,OAAO,IAAK2C,CAAAA,UAAL,CAAgB,GAAA,GAAMF,KAAtB,CAAP,CAAA;EACA,IAAA,OAAO,IAAP,CAAA;EACD,GAjBwD;;;EAoBzD,EAAA,IAAIW,EAAJ,CAAA;;EACA,EAAA,KAAK,IAAIrD,CAAC,GAAG,CAAb,EAAgBA,CAAC,GAAGoD,SAAS,CAACnD,MAA9B,EAAsCD,CAAC,EAAvC,EAA2C;EACzCqD,IAAAA,EAAE,GAAGD,SAAS,CAACpD,CAAD,CAAd,CAAA;;MACA,IAAIqD,EAAE,KAAKV,EAAP,IAAaU,EAAE,CAACV,EAAH,KAAUA,EAA3B,EAA+B;EAC7BS,MAAAA,SAAS,CAACE,MAAV,CAAiBtD,CAAjB,EAAoB,CAApB,CAAA,CAAA;EACA,MAAA,MAAA;EACD,KAAA;EACF,GA3BwD;EA8BzD;;;EACA,EAAA,IAAIoD,SAAS,CAACnD,MAAV,KAAqB,CAAzB,EAA4B;EAC1B,IAAA,OAAO,IAAK2C,CAAAA,UAAL,CAAgB,GAAA,GAAMF,KAAtB,CAAP,CAAA;EACD,GAAA;;EAED,EAAA,OAAO,IAAP,CAAA;EACD,CAvCD,CAAA;EAyCA;EACA;EACA;EACA;EACA;EACA;EACA;;;EAEAJ,OAAO,CAAC5D,SAAR,CAAkB6E,IAAlB,GAAyB,UAASb,KAAT,EAAe;EACtC,EAAA,IAAA,CAAKE,UAAL,GAAkB,IAAKA,CAAAA,UAAL,IAAmB,EAArC,CAAA;IAEA,IAAIY,IAAI,GAAG,IAAI3B,KAAJ,CAAUmB,SAAS,CAAC/C,MAAV,GAAmB,CAA7B,CAAX;EAAA,MACImD,SAAS,GAAG,IAAA,CAAKR,UAAL,CAAgB,GAAA,GAAMF,KAAtB,CADhB,CAAA;;EAGA,EAAA,KAAK,IAAI1C,CAAC,GAAG,CAAb,EAAgBA,CAAC,GAAGgD,SAAS,CAAC/C,MAA9B,EAAsCD,CAAC,EAAvC,EAA2C;MACzCwD,IAAI,CAACxD,CAAC,GAAG,CAAL,CAAJ,GAAcgD,SAAS,CAAChD,CAAD,CAAvB,CAAA;EACD,GAAA;;EAED,EAAA,IAAIoD,SAAJ,EAAe;EACbA,IAAAA,SAAS,GAAGA,SAAS,CAACK,KAAV,CAAgB,CAAhB,CAAZ,CAAA;;EACA,IAAA,KAAK,IAAIzD,CAAC,GAAG,CAAR,EAAWM,GAAG,GAAG8C,SAAS,CAACnD,MAAhC,EAAwCD,CAAC,GAAGM,GAA5C,EAAiD,EAAEN,CAAnD,EAAsD;QACpDoD,SAAS,CAACpD,CAAD,CAAT,CAAa+C,KAAb,CAAmB,IAAnB,EAAyBS,IAAzB,CAAA,CAAA;EACD,KAAA;EACF,GAAA;;EAED,EAAA,OAAO,IAAP,CAAA;EACD,CAlBD;;;EAqBAlB,OAAO,CAAC5D,SAAR,CAAkBgF,YAAlB,GAAiCpB,OAAO,CAAC5D,SAAR,CAAkB6E,IAAnD,CAAA;EAEA;EACA;EACA;EACA;EACA;EACA;EACA;;EAEAjB,OAAO,CAAC5D,SAAR,CAAkBiF,SAAlB,GAA8B,UAASjB,KAAT,EAAe;EAC3C,EAAA,IAAA,CAAKE,UAAL,GAAkB,IAAKA,CAAAA,UAAL,IAAmB,EAArC,CAAA;EACA,EAAA,OAAO,KAAKA,UAAL,CAAgB,GAAMF,GAAAA,KAAtB,KAAgC,EAAvC,CAAA;EACD,CAHD,CAAA;EAKA;EACA;EACA;EACA;EACA;EACA;EACA;;;EAEAJ,OAAO,CAAC5D,SAAR,CAAkBkF,YAAlB,GAAiC,UAASlB,KAAT,EAAe;EAC9C,EAAA,OAAO,CAAC,CAAE,IAAA,CAAKiB,SAAL,CAAejB,KAAf,EAAsBzC,MAAhC,CAAA;EACD,CAFD;;ECtKO,IAAM4D,cAAc,GAAI,YAAM;EACjC,EAAA,IAAI,OAAOC,IAAP,KAAgB,WAApB,EAAiC;EAC7B,IAAA,OAAOA,IAAP,CAAA;EACH,GAFD,MAGK,IAAI,OAAOC,MAAP,KAAkB,WAAtB,EAAmC;EACpC,IAAA,OAAOA,MAAP,CAAA;EACH,GAFI,MAGA;EACD,IAAA,OAAOC,QAAQ,CAAC,aAAD,CAAR,EAAP,CAAA;EACH,GAAA;EACJ,CAV6B,EAAvB;;ECCA,SAASC,IAAT,CAAcjF,GAAd,EAA4B;EAAA,EAAA,KAAA,IAAA,IAAA,GAAA,SAAA,CAAA,MAAA,EAANkF,IAAM,GAAA,IAAA,KAAA,CAAA,IAAA,GAAA,CAAA,GAAA,IAAA,GAAA,CAAA,GAAA,CAAA,CAAA,EAAA,IAAA,GAAA,CAAA,EAAA,IAAA,GAAA,IAAA,EAAA,IAAA,EAAA,EAAA;MAANA,IAAM,CAAA,IAAA,GAAA,CAAA,CAAA,GAAA,SAAA,CAAA,IAAA,CAAA,CAAA;EAAA,GAAA;;IAC/B,OAAOA,IAAI,CAACC,MAAL,CAAY,UAACC,GAAD,EAAMC,CAAN,EAAY;EAC3B,IAAA,IAAIrF,GAAG,CAACsF,cAAJ,CAAmBD,CAAnB,CAAJ,EAA2B;EACvBD,MAAAA,GAAG,CAACC,CAAD,CAAH,GAASrF,GAAG,CAACqF,CAAD,CAAZ,CAAA;EACH,KAAA;;EACD,IAAA,OAAOD,GAAP,CAAA;KAJG,EAKJ,EALI,CAAP,CAAA;EAMH;;EAED,IAAMG,kBAAkB,GAAGC,cAAU,CAACC,UAAtC,CAAA;EACA,IAAMC,oBAAoB,GAAGF,cAAU,CAACG,YAAxC,CAAA;EACO,SAASC,qBAAT,CAA+B5F,GAA/B,EAAoC6F,IAApC,EAA0C;IAC7C,IAAIA,IAAI,CAACC,eAAT,EAA0B;MACtB9F,GAAG,CAAC+F,YAAJ,GAAmBR,kBAAkB,CAACS,IAAnB,CAAwBR,cAAxB,CAAnB,CAAA;MACAxF,GAAG,CAACiG,cAAJ,GAAqBP,oBAAoB,CAACM,IAArB,CAA0BR,cAA1B,CAArB,CAAA;EACH,GAHD,MAIK;MACDxF,GAAG,CAAC+F,YAAJ,GAAmBP,cAAU,CAACC,UAAX,CAAsBO,IAAtB,CAA2BR,cAA3B,CAAnB,CAAA;MACAxF,GAAG,CAACiG,cAAJ,GAAqBT,cAAU,CAACG,YAAX,CAAwBK,IAAxB,CAA6BR,cAA7B,CAArB,CAAA;EACH,GAAA;EACJ;;EAED,IAAMU,eAAe,GAAG,IAAxB;;EAEO,SAASC,UAAT,CAAoBnG,GAApB,EAAyB;EAC5B,EAAA,IAAI,OAAOA,GAAP,KAAe,QAAnB,EAA6B;MACzB,OAAOoG,UAAU,CAACpG,GAAD,CAAjB,CAAA;EACH,GAH2B;;;EAK5B,EAAA,OAAOqG,IAAI,CAACC,IAAL,CAAU,CAACtG,GAAG,CAACmG,UAAJ,IAAkBnG,GAAG,CAACuG,IAAvB,IAA+BL,eAAzC,CAAP,CAAA;EACH,CAAA;;EACD,SAASE,UAAT,CAAoBI,GAApB,EAAyB;IACrB,IAAIC,CAAC,GAAG,CAAR;QAAWxF,MAAM,GAAG,CAApB,CAAA;;EACA,EAAA,KAAK,IAAID,CAAC,GAAG,CAAR,EAAW0F,CAAC,GAAGF,GAAG,CAACvF,MAAxB,EAAgCD,CAAC,GAAG0F,CAApC,EAAuC1F,CAAC,EAAxC,EAA4C;EACxCyF,IAAAA,CAAC,GAAGD,GAAG,CAACtF,UAAJ,CAAeF,CAAf,CAAJ,CAAA;;MACA,IAAIyF,CAAC,GAAG,IAAR,EAAc;EACVxF,MAAAA,MAAM,IAAI,CAAV,CAAA;EACH,KAFD,MAGK,IAAIwF,CAAC,GAAG,KAAR,EAAe;EAChBxF,MAAAA,MAAM,IAAI,CAAV,CAAA;OADC,MAGA,IAAIwF,CAAC,GAAG,MAAJ,IAAcA,CAAC,IAAI,MAAvB,EAA+B;EAChCxF,MAAAA,MAAM,IAAI,CAAV,CAAA;EACH,KAFI,MAGA;QACDD,CAAC,EAAA,CAAA;EACDC,MAAAA,MAAM,IAAI,CAAV,CAAA;EACH,KAAA;EACJ,GAAA;;EACD,EAAA,OAAOA,MAAP,CAAA;EACH;;MChDK0F;;;;;EACF,EAAA,SAAA,cAAA,CAAYC,MAAZ,EAAoBC,WAApB,EAAiCC,OAAjC,EAA0C;EAAA,IAAA,IAAA,KAAA,CAAA;;EAAA,IAAA,eAAA,CAAA,IAAA,EAAA,cAAA,CAAA,CAAA;;EACtC,IAAA,KAAA,GAAA,MAAA,CAAA,IAAA,CAAA,IAAA,EAAMF,MAAN,CAAA,CAAA;MACA,KAAKC,CAAAA,WAAL,GAAmBA,WAAnB,CAAA;MACA,KAAKC,CAAAA,OAAL,GAAeA,OAAf,CAAA;MACA,KAAKxH,CAAAA,IAAL,GAAY,gBAAZ,CAAA;EAJsC,IAAA,OAAA,KAAA,CAAA;EAKzC,GAAA;;;mCANwByH;;EAQ7B,IAAaC,SAAb,gBAAA,UAAA,QAAA,EAAA;EAAA,EAAA,SAAA,CAAA,SAAA,EAAA,QAAA,CAAA,CAAA;;EAAA,EAAA,IAAA,OAAA,GAAA,YAAA,CAAA,SAAA,CAAA,CAAA;;EACI;EACJ;EACA;EACA;EACA;EACA;EACI,EAAA,SAAA,SAAA,CAAYnB,IAAZ,EAAkB;EAAA,IAAA,IAAA,MAAA,CAAA;;EAAA,IAAA,eAAA,CAAA,IAAA,EAAA,SAAA,CAAA,CAAA;;EACd,IAAA,MAAA,GAAA,OAAA,CAAA,IAAA,CAAA,IAAA,CAAA,CAAA;MACA,MAAKoB,CAAAA,QAAL,GAAgB,KAAhB,CAAA;MACArB,qBAAqB,CAAA,sBAAA,CAAA,MAAA,CAAA,EAAOC,IAAP,CAArB,CAAA;MACA,MAAKA,CAAAA,IAAL,GAAYA,IAAZ,CAAA;EACA,IAAA,MAAA,CAAKqB,KAAL,GAAarB,IAAI,CAACqB,KAAlB,CAAA;EACA,IAAA,MAAA,CAAKC,MAAL,GAActB,IAAI,CAACsB,MAAnB,CAAA;EANc,IAAA,OAAA,MAAA,CAAA;EAOjB,GAAA;EACD;EACJ;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;EAvBA,EAAA,YAAA,CAAA,SAAA,EAAA,CAAA;EAAA,IAAA,GAAA,EAAA,SAAA;EAAA,IAAA,KAAA,EAwBI,iBAAQP,MAAR,EAAgBC,WAAhB,EAA6BC,OAA7B,EAAsC;QAClC,IAAmB,CAAA,eAAA,CAAA,SAAA,CAAA,SAAA,CAAA,EAAA,cAAA,EAAA,IAAA,CAAA,CAAA,IAAA,CAAA,IAAA,EAAA,OAAnB,EAA4B,IAAIH,cAAJ,CAAmBC,MAAnB,EAA2BC,WAA3B,EAAwCC,OAAxC,CAA5B,CAAA,CAAA;;EACA,MAAA,OAAO,IAAP,CAAA;EACH,KAAA;EACD;EACJ;EACA;;EA9BA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,MAAA;EAAA,IAAA,KAAA,EA+BI,SAAO,IAAA,GAAA;QACH,IAAKM,CAAAA,UAAL,GAAkB,SAAlB,CAAA;EACA,MAAA,IAAA,CAAKC,MAAL,EAAA,CAAA;EACA,MAAA,OAAO,IAAP,CAAA;EACH,KAAA;EACD;EACJ;EACA;;EAtCA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,OAAA;EAAA,IAAA,KAAA,EAuCI,SAAQ,KAAA,GAAA;QACJ,IAAI,IAAA,CAAKD,UAAL,KAAoB,SAApB,IAAiC,IAAKA,CAAAA,UAAL,KAAoB,MAAzD,EAAiE;EAC7D,QAAA,IAAA,CAAKE,OAAL,EAAA,CAAA;EACA,QAAA,IAAA,CAAKC,OAAL,EAAA,CAAA;EACH,OAAA;;EACD,MAAA,OAAO,IAAP,CAAA;EACH,KAAA;EACD;EACJ;EACA;EACA;EACA;;EAlDA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,MAAA;MAAA,KAmDI,EAAA,SAAA,IAAA,CAAK5E,OAAL,EAAc;EACV,MAAA,IAAI,IAAKyE,CAAAA,UAAL,KAAoB,MAAxB,EAAgC;UAC5B,IAAKI,CAAAA,KAAL,CAAW7E,OAAX,CAAA,CAAA;EACH,OAGA;EACJ,KAAA;EACD;EACJ;EACA;EACA;EACA;;EA/DA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,QAAA;EAAA,IAAA,KAAA,EAgEI,SAAS,MAAA,GAAA;QACL,IAAKyE,CAAAA,UAAL,GAAkB,MAAlB,CAAA;QACA,IAAKH,CAAAA,QAAL,GAAgB,IAAhB,CAAA;;EACA,MAAA,IAAA,CAAA,eAAA,CAAA,SAAA,CAAA,SAAA,CAAA,EAAA,cAAA,EAAA,IAAA,CAAA,CAAA,IAAA,CAAA,IAAA,EAAmB,MAAnB,CAAA,CAAA;EACH,KAAA;EACD;EACJ;EACA;EACA;EACA;EACA;;EA1EA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,QAAA;MAAA,KA2EI,EAAA,SAAA,MAAA,CAAO1H,IAAP,EAAa;QACT,IAAMwD,MAAM,GAAGjB,YAAY,CAACvC,IAAD,EAAO,IAAK4H,CAAAA,MAAL,CAAYnF,UAAnB,CAA3B,CAAA;QACA,IAAKyF,CAAAA,QAAL,CAAc1E,MAAd,CAAA,CAAA;EACH,KAAA;EACD;EACJ;EACA;EACA;EACA;;EAnFA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,UAAA;MAAA,KAoFI,EAAA,SAAA,QAAA,CAASA,MAAT,EAAiB;QACb,IAAmB,CAAA,eAAA,CAAA,SAAA,CAAA,SAAA,CAAA,EAAA,cAAA,EAAA,IAAA,CAAA,CAAA,IAAA,CAAA,IAAA,EAAA,QAAnB,EAA6BA,MAA7B,CAAA,CAAA;EACH,KAAA;EACD;EACJ;EACA;EACA;EACA;;EA3FA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,SAAA;MAAA,KA4FI,EAAA,SAAA,OAAA,CAAQ2E,OAAR,EAAiB;QACb,IAAKN,CAAAA,UAAL,GAAkB,QAAlB,CAAA;;QACA,IAAmB,CAAA,eAAA,CAAA,SAAA,CAAA,SAAA,CAAA,EAAA,cAAA,EAAA,IAAA,CAAA,CAAA,IAAA,CAAA,IAAA,EAAA,OAAnB,EAA4BM,OAA5B,CAAA,CAAA;EACH,KAAA;EACD;EACJ;EACA;EACA;EACA;;EApGA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,OAAA;MAAA,KAqGI,EAAA,SAAA,KAAA,CAAMC,OAAN,EAAe,EAAG;EArGtB,GAAA,CAAA,CAAA,CAAA;;EAAA,EAAA,OAAA,SAAA,CAAA;EAAA,CAAA,CAA+BrE,OAA/B,CAAA;;ECXA;;EAEA,IAAMsE,QAAQ,GAAG,kEAAA,CAAmEjH,KAAnE,CAAyE,EAAzE,CAAjB;EAAA,IAA+FM,MAAM,GAAG,EAAxG;EAAA,IAA4G4G,GAAG,GAAG,EAAlH,CAAA;EACA,IAAIC,IAAI,GAAG,CAAX;EAAA,IAAc9G,CAAC,GAAG,CAAlB;EAAA,IAAqB+G,IAArB,CAAA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;EACO,SAASC,QAAT,CAAgBC,GAAhB,EAAqB;IACxB,IAAIC,OAAO,GAAG,EAAd,CAAA;;IACA,GAAG;MACCA,OAAO,GAAGN,QAAQ,CAACK,GAAG,GAAGhH,MAAP,CAAR,GAAyBiH,OAAnC,CAAA;MACAD,GAAG,GAAG5B,IAAI,CAAC8B,KAAL,CAAWF,GAAG,GAAGhH,MAAjB,CAAN,CAAA;KAFJ,QAGSgH,GAAG,GAAG,CAHf,EAAA;;EAIA,EAAA,OAAOC,OAAP,CAAA;EACH,CAAA;EAeD;EACA;EACA;EACA;EACA;EACA;;EACO,SAASE,KAAT,GAAiB;IACpB,IAAMC,GAAG,GAAGL,QAAM,CAAC,CAAC,IAAIM,IAAJ,EAAF,CAAlB,CAAA;IACA,IAAID,GAAG,KAAKN,IAAZ,EACI,OAAOD,IAAI,GAAG,CAAP,EAAUC,IAAI,GAAGM,GAAxB,CAAA;IACJ,OAAOA,GAAG,GAAG,GAAN,GAAYL,QAAM,CAACF,IAAI,EAAL,CAAzB,CAAA;EACH;EAED;EACA;;EACA,OAAO9G,CAAC,GAAGC,MAAX,EAAmBD,CAAC,EAApB,EAAA;EACI6G,EAAAA,GAAG,CAACD,QAAQ,CAAC5G,CAAD,CAAT,CAAH,GAAmBA,CAAnB,CAAA;EADJ;;EChDA;;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACO,SAASgH,MAAT,CAAgBhI,GAAhB,EAAqB;IACxB,IAAIwG,GAAG,GAAG,EAAV,CAAA;;EACA,EAAA,KAAK,IAAIxF,CAAT,IAAchB,GAAd,EAAmB;EACf,IAAA,IAAIA,GAAG,CAACsF,cAAJ,CAAmBtE,CAAnB,CAAJ,EAA2B;EACvB,MAAA,IAAIwF,GAAG,CAACvF,MAAR,EACIuF,GAAG,IAAI,GAAP,CAAA;EACJA,MAAAA,GAAG,IAAI+B,kBAAkB,CAACvH,CAAD,CAAlB,GAAwB,GAAxB,GAA8BuH,kBAAkB,CAACvI,GAAG,CAACgB,CAAD,CAAJ,CAAvD,CAAA;EACH,KAAA;EACJ,GAAA;;EACD,EAAA,OAAOwF,GAAP,CAAA;EACH,CAAA;EACD;EACA;EACA;EACA;EACA;EACA;;EACO,SAASrF,MAAT,CAAgBqH,EAAhB,EAAoB;IACvB,IAAIC,GAAG,GAAG,EAAV,CAAA;EACA,EAAA,IAAIC,KAAK,GAAGF,EAAE,CAAC7H,KAAH,CAAS,GAAT,CAAZ,CAAA;;EACA,EAAA,KAAK,IAAIK,CAAC,GAAG,CAAR,EAAW0F,CAAC,GAAGgC,KAAK,CAACzH,MAA1B,EAAkCD,CAAC,GAAG0F,CAAtC,EAAyC1F,CAAC,EAA1C,EAA8C;MAC1C,IAAI2H,IAAI,GAAGD,KAAK,CAAC1H,CAAD,CAAL,CAASL,KAAT,CAAe,GAAf,CAAX,CAAA;EACA8H,IAAAA,GAAG,CAACG,kBAAkB,CAACD,IAAI,CAAC,CAAD,CAAL,CAAnB,CAAH,GAAmCC,kBAAkB,CAACD,IAAI,CAAC,CAAD,CAAL,CAArD,CAAA;EACH,GAAA;;EACD,EAAA,OAAOF,GAAP,CAAA;EACH;;ECjCD;EACA,IAAII,KAAK,GAAG,KAAZ,CAAA;;EACA,IAAI;IACAA,KAAK,GAAG,OAAOC,cAAP,KAA0B,WAA1B,IACJ,iBAAA,IAAqB,IAAIA,cAAJ,EADzB,CAAA;EAEH,CAHD,CAIA,OAAOC,GAAP,EAAY;EAER;EACH,CAAA;;EACM,IAAMC,OAAO,GAAGH,KAAhB;;ECVP;EAGO,SAASI,GAAT,CAAapD,IAAb,EAAmB;EACtB,EAAA,IAAMqD,OAAO,GAAGrD,IAAI,CAACqD,OAArB,CADsB;;IAGtB,IAAI;MACA,IAAI,WAAA,KAAgB,OAAOJ,cAAvB,KAA0C,CAACI,OAAD,IAAYF,OAAtD,CAAJ,EAAoE;QAChE,OAAO,IAAIF,cAAJ,EAAP,CAAA;EACH,KAAA;EACJ,GAJD,CAKA,OAAOK,CAAP,EAAU,EAAG;;IACb,IAAI,CAACD,OAAL,EAAc;MACV,IAAI;EACA,MAAA,OAAO,IAAI1D,cAAU,CAAC,CAAC,QAAD,EAAW4D,MAAX,CAAkB,QAAlB,CAAA,CAA4BpG,IAA5B,CAAiC,GAAjC,CAAD,CAAd,CAAsD,mBAAtD,CAAP,CAAA;EACH,KAFD,CAGA,OAAOmG,CAAP,EAAU,EAAG;EAChB,GAAA;EACJ;;ECVD,SAASE,KAAT,GAAiB,EAAG;;EACpB,IAAMC,OAAO,GAAI,YAAY;EACzB,EAAA,IAAMC,GAAG,GAAG,IAAIT,GAAJ,CAAmB;EAC3BI,IAAAA,OAAO,EAAE,KAAA;EADkB,GAAnB,CAAZ,CAAA;IAGA,OAAO,IAAA,IAAQK,GAAG,CAACC,YAAnB,CAAA;EACH,CALe,EAAhB,CAAA;;EAMA,IAAaC,OAAb,gBAAA,UAAA,UAAA,EAAA;EAAA,EAAA,SAAA,CAAA,OAAA,EAAA,UAAA,CAAA,CAAA;;EAAA,EAAA,IAAA,MAAA,GAAA,YAAA,CAAA,OAAA,CAAA,CAAA;;EACI;EACJ;EACA;EACA;EACA;EACA;EACI,EAAA,SAAA,OAAA,CAAY5D,IAAZ,EAAkB;EAAA,IAAA,IAAA,KAAA,CAAA;;EAAA,IAAA,eAAA,CAAA,IAAA,EAAA,OAAA,CAAA,CAAA;;EACd,IAAA,KAAA,GAAA,MAAA,CAAA,IAAA,CAAA,IAAA,EAAMA,IAAN,CAAA,CAAA;MACA,KAAK6D,CAAAA,OAAL,GAAe,KAAf,CAAA;;EACA,IAAA,IAAI,OAAOC,QAAP,KAAoB,WAAxB,EAAqC;EACjC,MAAA,IAAMC,KAAK,GAAG,QAAaD,KAAAA,QAAQ,CAACtG,QAApC,CAAA;EACA,MAAA,IAAIwG,IAAI,GAAGF,QAAQ,CAACE,IAApB,CAFiC;;QAIjC,IAAI,CAACA,IAAL,EAAW;EACPA,QAAAA,IAAI,GAAGD,KAAK,GAAG,KAAH,GAAW,IAAvB,CAAA;EACH,OAAA;;EACD,MAAA,KAAA,CAAKE,EAAL,GACK,OAAOH,QAAP,KAAoB,WAApB,IACG9D,IAAI,CAACkE,QAAL,KAAkBJ,QAAQ,CAACI,QAD/B,IAEIF,IAAI,KAAKhE,IAAI,CAACgE,IAHtB,CAAA;EAIA,MAAA,KAAA,CAAKG,EAAL,GAAUnE,IAAI,CAACoE,MAAL,KAAgBL,KAA1B,CAAA;EACH,KAAA;EACD;EACR;EACA;;;EACQ,IAAA,IAAMM,WAAW,GAAGrE,IAAI,IAAIA,IAAI,CAACqE,WAAjC,CAAA;EACA,IAAA,KAAA,CAAK/J,cAAL,GAAsBmJ,OAAO,IAAI,CAACY,WAAlC,CAAA;EApBc,IAAA,OAAA,KAAA,CAAA;EAqBjB,GAAA;;EA5BL,EAAA,YAAA,CAAA,OAAA,EAAA,CAAA;EAAA,IAAA,GAAA,EAAA,MAAA;EAAA,IAAA,GAAA,EA6BI,SAAW,GAAA,GAAA;EACP,MAAA,OAAO,SAAP,CAAA;EACH,KAAA;EACD;EACJ;EACA;EACA;EACA;EACA;;EArCA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,QAAA;EAAA,IAAA,KAAA,EAsCI,SAAS,MAAA,GAAA;EACL,MAAA,IAAA,CAAKC,IAAL,EAAA,CAAA;EACH,KAAA;EACD;EACJ;EACA;EACA;EACA;EACA;;EA9CA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,OAAA;MAAA,KA+CI,EAAA,SAAA,KAAA,CAAMxC,OAAN,EAAe;EAAA,MAAA,IAAA,MAAA,GAAA,IAAA,CAAA;;QACX,IAAKP,CAAAA,UAAL,GAAkB,SAAlB,CAAA;;EACA,MAAA,IAAMgD,KAAK,GAAG,SAARA,KAAQ,GAAM;UAChB,MAAI,CAAChD,UAAL,GAAkB,QAAlB,CAAA;UACAO,OAAO,EAAA,CAAA;SAFX,CAAA;;EAIA,MAAA,IAAI,KAAK+B,OAAL,IAAgB,CAAC,IAAA,CAAKzC,QAA1B,EAAoC;UAChC,IAAIoD,KAAK,GAAG,CAAZ,CAAA;;UACA,IAAI,IAAA,CAAKX,OAAT,EAAkB;YACdW,KAAK,EAAA,CAAA;EACL,UAAA,IAAA,CAAKxG,IAAL,CAAU,cAAV,EAA0B,YAAY;cAClC,EAAEwG,KAAF,IAAWD,KAAK,EAAhB,CAAA;aADJ,CAAA,CAAA;EAGH,SAAA;;UACD,IAAI,CAAC,IAAKnD,CAAAA,QAAV,EAAoB;YAChBoD,KAAK,EAAA,CAAA;EACL,UAAA,IAAA,CAAKxG,IAAL,CAAU,OAAV,EAAmB,YAAY;cAC3B,EAAEwG,KAAF,IAAWD,KAAK,EAAhB,CAAA;aADJ,CAAA,CAAA;EAGH,SAAA;EACJ,OAdD,MAeK;UACDA,KAAK,EAAA,CAAA;EACR,OAAA;EACJ,KAAA;EACD;EACJ;EACA;EACA;EACA;;EA5EA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,MAAA;EAAA,IAAA,KAAA,EA6EI,SAAO,IAAA,GAAA;QACH,IAAKV,CAAAA,OAAL,GAAe,IAAf,CAAA;EACA,MAAA,IAAA,CAAKY,MAAL,EAAA,CAAA;QACA,IAAK5F,CAAAA,YAAL,CAAkB,MAAlB,CAAA,CAAA;EACH,KAAA;EACD;EACJ;EACA;EACA;EACA;;EAtFA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,QAAA;MAAA,KAuFI,EAAA,SAAA,MAAA,CAAOnF,IAAP,EAAa;EAAA,MAAA,IAAA,MAAA,GAAA,IAAA,CAAA;;EACT,MAAA,IAAMa,QAAQ,GAAG,SAAXA,QAAW,CAAC2C,MAAD,EAAY;EACzB;UACA,IAAI,SAAA,KAAc,MAAI,CAACqE,UAAnB,IAAiCrE,MAAM,CAACzD,IAAP,KAAgB,MAArD,EAA6D;EACzD,UAAA,MAAI,CAACiL,MAAL,EAAA,CAAA;EACH,SAJwB;;;EAMzB,QAAA,IAAI,OAAYxH,KAAAA,MAAM,CAACzD,IAAvB,EAA6B;YACzB,MAAI,CAACiI,OAAL,CAAa;EAAEV,YAAAA,WAAW,EAAE,gCAAA;aAA5B,CAAA,CAAA;;EACA,UAAA,OAAO,KAAP,CAAA;EACH,SATwB;;;UAWzB,MAAI,CAACY,QAAL,CAAc1E,MAAd,CAAA,CAAA;EACH,OAZD,CADS;;;EAeTE,MAAAA,aAAa,CAAC1D,IAAD,EAAO,IAAA,CAAK4H,MAAL,CAAYnF,UAAnB,CAAb,CAA4C7C,OAA5C,CAAoDiB,QAApD,EAfS;;QAiBT,IAAI,QAAA,KAAa,IAAKgH,CAAAA,UAAtB,EAAkC;EAC9B;UACA,IAAKsC,CAAAA,OAAL,GAAe,KAAf,CAAA;UACA,IAAKhF,CAAAA,YAAL,CAAkB,cAAlB,CAAA,CAAA;;UACA,IAAI,MAAA,KAAW,IAAK0C,CAAAA,UAApB,EAAgC;EAC5B,UAAA,IAAA,CAAK+C,IAAL,EAAA,CAAA;EACH,SAEA;EACJ,OAAA;EACJ,KAAA;EACD;EACJ;EACA;EACA;EACA;;EAvHA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,SAAA;EAAA,IAAA,KAAA,EAwHI,SAAU,OAAA,GAAA;EAAA,MAAA,IAAA,MAAA,GAAA,IAAA,CAAA;;EACN,MAAA,IAAMK,KAAK,GAAG,SAARA,KAAQ,GAAM;UAChB,MAAI,CAAChD,KAAL,CAAW,CAAC;EAAElI,UAAAA,IAAI,EAAE,OAAA;EAAR,SAAD,CAAX,CAAA,CAAA;SADJ,CAAA;;QAGA,IAAI,MAAA,KAAW,IAAK8H,CAAAA,UAApB,EAAgC;UAC5BoD,KAAK,EAAA,CAAA;EACR,OAFD,MAGK;EACD;EACA;EACA,QAAA,IAAA,CAAK3G,IAAL,CAAU,MAAV,EAAkB2G,KAAlB,CAAA,CAAA;EACH,OAAA;EACJ,KAAA;EACD;EACJ;EACA;EACA;EACA;EACA;;EA1IA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,OAAA;MAAA,KA2II,EAAA,SAAA,KAAA,CAAM7H,OAAN,EAAe;EAAA,MAAA,IAAA,MAAA,GAAA,IAAA,CAAA;;QACX,IAAKsE,CAAAA,QAAL,GAAgB,KAAhB,CAAA;EACAvE,MAAAA,aAAa,CAACC,OAAD,EAAU,UAACpD,IAAD,EAAU;EAC7B,QAAA,MAAI,CAACkL,OAAL,CAAalL,IAAb,EAAmB,YAAM;YACrB,MAAI,CAAC0H,QAAL,GAAgB,IAAhB,CAAA;;YACA,MAAI,CAACvC,YAAL,CAAkB,OAAlB,CAAA,CAAA;WAFJ,CAAA,CAAA;EAIH,OALY,CAAb,CAAA;EAMH,KAAA;EACD;EACJ;EACA;EACA;EACA;;EAxJA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,KAAA;EAAA,IAAA,KAAA,EAyJI,SAAM,GAAA,GAAA;EACF,MAAA,IAAIwC,KAAK,GAAG,IAAKA,CAAAA,KAAL,IAAc,EAA1B,CAAA;QACA,IAAMwD,MAAM,GAAG,IAAK7E,CAAAA,IAAL,CAAUoE,MAAV,GAAmB,OAAnB,GAA6B,MAA5C,CAAA;EACA,MAAA,IAAIJ,IAAI,GAAG,EAAX,CAHE;;EAKF,MAAA,IAAI,KAAU,KAAA,IAAA,CAAKhE,IAAL,CAAU8E,iBAAxB,EAA2C;UACvCzD,KAAK,CAAC,KAAKrB,IAAL,CAAU+E,cAAX,CAAL,GAAkCxC,KAAK,EAAvC,CAAA;EACH,OAAA;;QACD,IAAI,CAAC,KAAKjI,cAAN,IAAwB,CAAC+G,KAAK,CAAC2D,GAAnC,EAAwC;UACpC3D,KAAK,CAAC4D,GAAN,GAAY,CAAZ,CAAA;EACH,OAVC;;;EAYF,MAAA,IAAI,IAAKjF,CAAAA,IAAL,CAAUgE,IAAV,KACE,OAAA,KAAYa,MAAZ,IAAsBK,MAAM,CAAC,IAAKlF,CAAAA,IAAL,CAAUgE,IAAX,CAAN,KAA2B,GAAlD,IACI,MAAA,KAAWa,MAAX,IAAqBK,MAAM,CAAC,IAAA,CAAKlF,IAAL,CAAUgE,IAAX,CAAN,KAA2B,EAFrD,CAAJ,EAE+D;EAC3DA,QAAAA,IAAI,GAAG,GAAA,GAAM,IAAKhE,CAAAA,IAAL,CAAUgE,IAAvB,CAAA;EACH,OAAA;;EACD,MAAA,IAAMmB,YAAY,GAAGhD,MAAM,CAACd,KAAD,CAA3B,CAAA;EACA,MAAA,IAAM+D,IAAI,GAAG,IAAKpF,CAAAA,IAAL,CAAUkE,QAAV,CAAmBmB,OAAnB,CAA2B,GAA3B,CAAoC,KAAA,CAAC,CAAlD,CAAA;EACA,MAAA,OAAQR,MAAM,GACV,KADI,IAEHO,IAAI,GAAG,GAAA,GAAM,IAAKpF,CAAAA,IAAL,CAAUkE,QAAhB,GAA2B,GAA9B,GAAoC,KAAKlE,IAAL,CAAUkE,QAF/C,CAAA,GAGJF,IAHI,GAIJ,IAAKhE,CAAAA,IAAL,CAAUsF,IAJN,IAKHH,YAAY,CAAC/J,MAAb,GAAsB,GAAA,GAAM+J,YAA5B,GAA2C,EALxC,CAAR,CAAA;EAMH,KAAA;EACD;EACJ;EACA;EACA;EACA;EACA;;EAxLA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,SAAA;EAAA,IAAA,KAAA,EAyLI,SAAmB,OAAA,GAAA;QAAA,IAAXnF,IAAW,uEAAJ,EAAI,CAAA;;EACf,MAAA,QAAA,CAAcA,IAAd,EAAoB;UAAEiE,EAAE,EAAE,KAAKA,EAAX;EAAeE,QAAAA,EAAE,EAAE,IAAKA,CAAAA,EAAAA;SAA5C,EAAkD,KAAKnE,IAAvD,CAAA,CAAA;;QACA,OAAO,IAAIuF,OAAJ,CAAY,IAAA,CAAKC,GAAL,EAAZ,EAAwBxF,IAAxB,CAAP,CAAA;EACH,KAAA;EACD;EACJ;EACA;EACA;EACA;EACA;EACA;;EAnMA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,SAAA;EAAA,IAAA,KAAA,EAoMI,SAAQtG,OAAAA,CAAAA,IAAR,EAAcoE,EAAd,EAAkB;EAAA,MAAA,IAAA,MAAA,GAAA,IAAA,CAAA;;EACd,MAAA,IAAM2H,GAAG,GAAG,IAAKC,CAAAA,OAAL,CAAa;EACrBC,QAAAA,MAAM,EAAE,MADa;EAErBjM,QAAAA,IAAI,EAAEA,IAAAA;EAFe,OAAb,CAAZ,CAAA;EAIA+L,MAAAA,GAAG,CAAC9H,EAAJ,CAAO,SAAP,EAAkBG,EAAlB,CAAA,CAAA;QACA2H,GAAG,CAAC9H,EAAJ,CAAO,OAAP,EAAgB,UAACiI,SAAD,EAAY3E,OAAZ,EAAwB;EACpC,QAAA,MAAI,CAAC4E,OAAL,CAAa,gBAAb,EAA+BD,SAA/B,EAA0C3E,OAA1C,CAAA,CAAA;SADJ,CAAA,CAAA;EAGH,KAAA;EACD;EACJ;EACA;EACA;EACA;;EAlNA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,QAAA;EAAA,IAAA,KAAA,EAmNI,SAAS,MAAA,GAAA;EAAA,MAAA,IAAA,MAAA,GAAA,IAAA,CAAA;;EACL,MAAA,IAAMwE,GAAG,GAAG,IAAKC,CAAAA,OAAL,EAAZ,CAAA;QACAD,GAAG,CAAC9H,EAAJ,CAAO,MAAP,EAAe,IAAKmI,CAAAA,MAAL,CAAY3F,IAAZ,CAAiB,IAAjB,CAAf,CAAA,CAAA;QACAsF,GAAG,CAAC9H,EAAJ,CAAO,OAAP,EAAgB,UAACiI,SAAD,EAAY3E,OAAZ,EAAwB;EACpC,QAAA,MAAI,CAAC4E,OAAL,CAAa,gBAAb,EAA+BD,SAA/B,EAA0C3E,OAA1C,CAAA,CAAA;SADJ,CAAA,CAAA;QAGA,IAAK8E,CAAAA,OAAL,GAAeN,GAAf,CAAA;EACH,KAAA;EA1NL,GAAA,CAAA,CAAA,CAAA;;EAAA,EAAA,OAAA,OAAA,CAAA;EAAA,CAAA,CAA6BtE,SAA7B,CAAA,CAAA;EA4NA,IAAaoE,OAAb,gBAAA,UAAA,QAAA,EAAA;EAAA,EAAA,SAAA,CAAA,OAAA,EAAA,QAAA,CAAA,CAAA;;EAAA,EAAA,IAAA,OAAA,GAAA,YAAA,CAAA,OAAA,CAAA,CAAA;;EACI;EACJ;EACA;EACA;EACA;EACA;IACI,SAAYC,OAAAA,CAAAA,GAAZ,EAAiBxF,IAAjB,EAAuB;EAAA,IAAA,IAAA,MAAA,CAAA;;EAAA,IAAA,eAAA,CAAA,IAAA,EAAA,OAAA,CAAA,CAAA;;EACnB,IAAA,MAAA,GAAA,OAAA,CAAA,IAAA,CAAA,IAAA,CAAA,CAAA;MACAD,qBAAqB,CAAA,sBAAA,CAAA,MAAA,CAAA,EAAOC,IAAP,CAArB,CAAA;MACA,MAAKA,CAAAA,IAAL,GAAYA,IAAZ,CAAA;EACA,IAAA,MAAA,CAAK2F,MAAL,GAAc3F,IAAI,CAAC2F,MAAL,IAAe,KAA7B,CAAA;MACA,MAAKH,CAAAA,GAAL,GAAWA,GAAX,CAAA;EACA,IAAA,MAAA,CAAKQ,KAAL,GAAa,KAAUhG,KAAAA,IAAI,CAACgG,KAA5B,CAAA;EACA,IAAA,MAAA,CAAKtM,IAAL,GAAYuM,SAAS,KAAKjG,IAAI,CAACtG,IAAnB,GAA0BsG,IAAI,CAACtG,IAA/B,GAAsC,IAAlD,CAAA;;EACA,IAAA,MAAA,CAAKP,MAAL,EAAA,CAAA;;EARmB,IAAA,OAAA,MAAA,CAAA;EAStB,GAAA;EACD;EACJ;EACA;EACA;EACA;;;EArBA,EAAA,YAAA,CAAA,OAAA,EAAA,CAAA;EAAA,IAAA,GAAA,EAAA,QAAA;EAAA,IAAA,KAAA,EAsBI,SAAS,MAAA,GAAA;EAAA,MAAA,IAAA,MAAA,GAAA,IAAA,CAAA;;QACL,IAAM6G,IAAI,GAAGZ,IAAI,CAAC,IAAA,CAAKY,IAAN,EAAY,OAAZ,EAAqB,KAArB,EAA4B,KAA5B,EAAmC,YAAnC,EAAiD,MAAjD,EAAyD,IAAzD,EAA+D,SAA/D,EAA0E,oBAA1E,EAAgG,WAAhG,CAAjB,CAAA;QACAA,IAAI,CAACqD,OAAL,GAAe,CAAC,CAAC,IAAKrD,CAAAA,IAAL,CAAUiE,EAA3B,CAAA;QACAjE,IAAI,CAACkG,OAAL,GAAe,CAAC,CAAC,IAAKlG,CAAAA,IAAL,CAAUmE,EAA3B,CAAA;QACA,IAAMT,GAAG,GAAI,IAAKA,CAAAA,GAAL,GAAW,IAAIT,GAAJ,CAAmBjD,IAAnB,CAAxB,CAAA;;QACA,IAAI;UACA0D,GAAG,CAACyC,IAAJ,CAAS,IAAKR,CAAAA,MAAd,EAAsB,IAAKH,CAAAA,GAA3B,EAAgC,IAAA,CAAKQ,KAArC,CAAA,CAAA;;UACA,IAAI;EACA,UAAA,IAAI,IAAKhG,CAAAA,IAAL,CAAUoG,YAAd,EAA4B;cACxB1C,GAAG,CAAC2C,qBAAJ,IAA6B3C,GAAG,CAAC2C,qBAAJ,CAA0B,IAA1B,CAA7B,CAAA;;EACA,YAAA,KAAK,IAAIlL,CAAT,IAAc,KAAK6E,IAAL,CAAUoG,YAAxB,EAAsC;gBAClC,IAAI,IAAA,CAAKpG,IAAL,CAAUoG,YAAV,CAAuB3G,cAAvB,CAAsCtE,CAAtC,CAAJ,EAA8C;kBAC1CuI,GAAG,CAAC4C,gBAAJ,CAAqBnL,CAArB,EAAwB,IAAK6E,CAAAA,IAAL,CAAUoG,YAAV,CAAuBjL,CAAvB,CAAxB,CAAA,CAAA;EACH,eAAA;EACJ,aAAA;EACJ,WAAA;EACJ,SATD,CAUA,OAAOmI,CAAP,EAAU,EAAG;;UACb,IAAI,MAAA,KAAW,IAAKqC,CAAAA,MAApB,EAA4B;YACxB,IAAI;EACAjC,YAAAA,GAAG,CAAC4C,gBAAJ,CAAqB,cAArB,EAAqC,0BAArC,CAAA,CAAA;EACH,WAFD,CAGA,OAAOhD,CAAP,EAAU,EAAG;EAChB,SAAA;;UACD,IAAI;EACAI,UAAAA,GAAG,CAAC4C,gBAAJ,CAAqB,QAArB,EAA+B,KAA/B,CAAA,CAAA;EACH,SAFD,CAGA,OAAOhD,CAAP,EAAU,EAtBV;;;UAwBA,IAAI,iBAAA,IAAqBI,GAAzB,EAA8B;EAC1BA,UAAAA,GAAG,CAAC6C,eAAJ,GAAsB,IAAKvG,CAAAA,IAAL,CAAUuG,eAAhC,CAAA;EACH,SAAA;;EACD,QAAA,IAAI,IAAKvG,CAAAA,IAAL,CAAUwG,cAAd,EAA8B;EAC1B9C,UAAAA,GAAG,CAAC+C,OAAJ,GAAc,IAAKzG,CAAAA,IAAL,CAAUwG,cAAxB,CAAA;EACH,SAAA;;UACD9C,GAAG,CAACgD,kBAAJ,GAAyB,YAAM;EAC3B,UAAA,IAAI,CAAMhD,KAAAA,GAAG,CAACnC,UAAd,EACI,OAAA;;YACJ,IAAI,GAAA,KAAQmC,GAAG,CAACiD,MAAZ,IAAsB,IAASjD,KAAAA,GAAG,CAACiD,MAAvC,EAA+C;EAC3C,YAAA,MAAI,CAACC,MAAL,EAAA,CAAA;EACH,WAFD,MAGK;EACD;EACA;cACA,MAAI,CAAC1G,YAAL,CAAkB,YAAM;EACpB,cAAA,MAAI,CAAC2F,OAAL,CAAa,OAAOnC,GAAG,CAACiD,MAAX,KAAsB,QAAtB,GAAiCjD,GAAG,CAACiD,MAArC,GAA8C,CAA3D,CAAA,CAAA;EACH,aAFD,EAEG,CAFH,CAAA,CAAA;EAGH,WAAA;WAZL,CAAA;;EAcAjD,QAAAA,GAAG,CAACmD,IAAJ,CAAS,IAAA,CAAKnN,IAAd,CAAA,CAAA;SA5CJ,CA8CA,OAAO4J,CAAP,EAAU;EACN;EACA;EACA;UACA,IAAKpD,CAAAA,YAAL,CAAkB,YAAM;YACpB,MAAI,CAAC2F,OAAL,CAAavC,CAAb,CAAA,CAAA;EACH,SAFD,EAEG,CAFH,CAAA,CAAA;EAGA,QAAA,OAAA;EACH,OAAA;;EACD,MAAA,IAAI,OAAOwD,QAAP,KAAoB,WAAxB,EAAqC;EACjC,QAAA,IAAA,CAAKC,KAAL,GAAaxB,OAAO,CAACyB,aAAR,EAAb,CAAA;EACAzB,QAAAA,OAAO,CAAC0B,QAAR,CAAiB,IAAKF,CAAAA,KAAtB,IAA+B,IAA/B,CAAA;EACH,OAAA;EACJ,KAAA;EACD;EACJ;EACA;EACA;EACA;;EA3FA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,SAAA;MAAA,KA4FI,EAAA,SAAA,OAAA,CAAQ7D,GAAR,EAAa;EACT,MAAA,IAAA,CAAKrE,YAAL,CAAkB,OAAlB,EAA2BqE,GAA3B,EAAgC,KAAKQ,GAArC,CAAA,CAAA;QACA,IAAKwD,CAAAA,OAAL,CAAa,IAAb,CAAA,CAAA;EACH,KAAA;EACD;EACJ;EACA;EACA;EACA;;EApGA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,SAAA;MAAA,KAqGI,EAAA,SAAA,OAAA,CAAQC,SAAR,EAAmB;QACf,IAAI,WAAA,KAAgB,OAAO,IAAKzD,CAAAA,GAA5B,IAAmC,IAAS,KAAA,IAAA,CAAKA,GAArD,EAA0D;EACtD,QAAA,OAAA;EACH,OAAA;;EACD,MAAA,IAAA,CAAKA,GAAL,CAASgD,kBAAT,GAA8BlD,KAA9B,CAAA;;EACA,MAAA,IAAI2D,SAAJ,EAAe;UACX,IAAI;YACA,IAAKzD,CAAAA,GAAL,CAAS0D,KAAT,EAAA,CAAA;EACH,SAFD,CAGA,OAAO9D,CAAP,EAAU,EAAG;EAChB,OAAA;;EACD,MAAA,IAAI,OAAOwD,QAAP,KAAoB,WAAxB,EAAqC;EACjC,QAAA,OAAOvB,OAAO,CAAC0B,QAAR,CAAiB,IAAA,CAAKF,KAAtB,CAAP,CAAA;EACH,OAAA;;QACD,IAAKrD,CAAAA,GAAL,GAAW,IAAX,CAAA;EACH,KAAA;EACD;EACJ;EACA;EACA;EACA;;EAzHA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,QAAA;EAAA,IAAA,KAAA,EA0HI,SAAS,MAAA,GAAA;EACL,MAAA,IAAMhK,IAAI,GAAG,IAAKgK,CAAAA,GAAL,CAAS2D,YAAtB,CAAA;;QACA,IAAI3N,IAAI,KAAK,IAAb,EAAmB;EACf,QAAA,IAAA,CAAKmF,YAAL,CAAkB,MAAlB,EAA0BnF,IAA1B,CAAA,CAAA;UACA,IAAKmF,CAAAA,YAAL,CAAkB,SAAlB,CAAA,CAAA;EACA,QAAA,IAAA,CAAKqI,OAAL,EAAA,CAAA;EACH,OAAA;EACJ,KAAA;EACD;EACJ;EACA;EACA;EACA;;EAtIA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,OAAA;EAAA,IAAA,KAAA,EAuII,SAAQ,KAAA,GAAA;EACJ,MAAA,IAAA,CAAKA,OAAL,EAAA,CAAA;EACH,KAAA;EAzIL,GAAA,CAAA,CAAA,CAAA;;EAAA,EAAA,OAAA,OAAA,CAAA;EAAA,CAAA,CAA6BzJ,OAA7B,CAAA,CAAA;EA2IA8H,OAAO,CAACyB,aAAR,GAAwB,CAAxB,CAAA;EACAzB,OAAO,CAAC0B,QAAR,GAAmB,EAAnB,CAAA;EACA;EACA;EACA;EACA;EACA;;EACA,IAAI,OAAOH,QAAP,KAAoB,WAAxB,EAAqC;EACjC;EACA,EAAA,IAAI,OAAOQ,WAAP,KAAuB,UAA3B,EAAuC;EACnC;EACAA,IAAAA,WAAW,CAAC,UAAD,EAAaC,aAAb,CAAX,CAAA;EACH,GAHD,MAIK,IAAI,OAAO3J,gBAAP,KAA4B,UAAhC,EAA4C;EAC7C,IAAA,IAAM4J,gBAAgB,GAAG,YAAA,IAAgB7H,cAAhB,GAA6B,UAA7B,GAA0C,QAAnE,CAAA;EACA/B,IAAAA,gBAAgB,CAAC4J,gBAAD,EAAmBD,aAAnB,EAAkC,KAAlC,CAAhB,CAAA;EACH,GAAA;EACJ,CAAA;;EACD,SAASA,aAAT,GAAyB;EACrB,EAAA,KAAK,IAAIpM,CAAT,IAAcoK,OAAO,CAAC0B,QAAtB,EAAgC;MAC5B,IAAI1B,OAAO,CAAC0B,QAAR,CAAiBxH,cAAjB,CAAgCtE,CAAhC,CAAJ,EAAwC;EACpCoK,MAAAA,OAAO,CAAC0B,QAAR,CAAiB9L,CAAjB,EAAoBiM,KAApB,EAAA,CAAA;EACH,KAAA;EACJ,GAAA;EACJ;;EC7YM,IAAMK,QAAQ,GAAI,YAAM;EAC3B,EAAA,IAAMC,kBAAkB,GAAG,OAAOC,OAAP,KAAmB,UAAnB,IAAiC,OAAOA,OAAO,CAACC,OAAf,KAA2B,UAAvF,CAAA;;EACA,EAAA,IAAIF,kBAAJ,EAAwB;EACpB,IAAA,OAAO,UAAClJ,EAAD,EAAA;EAAA,MAAA,OAAQmJ,OAAO,CAACC,OAAR,GAAkBC,IAAlB,CAAuBrJ,EAAvB,CAAR,CAAA;OAAP,CAAA;EACH,GAFD,MAGK;MACD,OAAO,UAACA,EAAD,EAAK0B,YAAL,EAAA;EAAA,MAAA,OAAsBA,YAAY,CAAC1B,EAAD,EAAK,CAAL,CAAlC,CAAA;OAAP,CAAA;EACH,GAAA;EACJ,CARuB,EAAjB,CAAA;EASA,IAAMsJ,SAAS,GAAGnI,cAAU,CAACmI,SAAX,IAAwBnI,cAAU,CAACoI,YAArD,CAAA;EACA,IAAMC,qBAAqB,GAAG,IAA9B,CAAA;EACA,IAAMC,iBAAiB,GAAG,aAA1B;;ECLP,IAAMC,aAAa,GAAG,OAAOC,SAAP,KAAqB,WAArB,IAClB,OAAOA,SAAS,CAACC,OAAjB,KAA6B,QADX,IAElBD,SAAS,CAACC,OAAV,CAAkBC,WAAlB,OAAoC,aAFxC,CAAA;EAGA,IAAaC,EAAb,gBAAA,UAAA,UAAA,EAAA;EAAA,EAAA,SAAA,CAAA,EAAA,EAAA,UAAA,CAAA,CAAA;;EAAA,EAAA,IAAA,MAAA,GAAA,YAAA,CAAA,EAAA,CAAA,CAAA;;EACI;EACJ;EACA;EACA;EACA;EACA;EACI,EAAA,SAAA,EAAA,CAAYtI,IAAZ,EAAkB;EAAA,IAAA,IAAA,KAAA,CAAA;;EAAA,IAAA,eAAA,CAAA,IAAA,EAAA,EAAA,CAAA,CAAA;;EACd,IAAA,KAAA,GAAA,MAAA,CAAA,IAAA,CAAA,IAAA,EAAMA,IAAN,CAAA,CAAA;EACA,IAAA,KAAA,CAAK1F,cAAL,GAAsB,CAAC0F,IAAI,CAACqE,WAA5B,CAAA;EAFc,IAAA,OAAA,KAAA,CAAA;EAGjB,GAAA;;EAVL,EAAA,YAAA,CAAA,EAAA,EAAA,CAAA;EAAA,IAAA,GAAA,EAAA,MAAA;EAAA,IAAA,GAAA,EAWI,SAAW,GAAA,GAAA;EACP,MAAA,OAAO,WAAP,CAAA;EACH,KAAA;EAbL,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,QAAA;EAAA,IAAA,KAAA,EAcI,SAAS,MAAA,GAAA;EACL,MAAA,IAAI,CAAC,IAAA,CAAKkE,KAAL,EAAL,EAAmB;EACf;EACA,QAAA,OAAA;EACH,OAAA;;EACD,MAAA,IAAM/C,GAAG,GAAG,IAAKA,CAAAA,GAAL,EAAZ,CAAA;EACA,MAAA,IAAMgD,SAAS,GAAG,IAAA,CAAKxI,IAAL,CAAUwI,SAA5B,CANK;;EAQL,MAAA,IAAMxI,IAAI,GAAGkI,aAAa,GACpB,EADoB,GAEpB9I,IAAI,CAAC,IAAA,CAAKY,IAAN,EAAY,OAAZ,EAAqB,mBAArB,EAA0C,KAA1C,EAAiD,KAAjD,EAAwD,YAAxD,EAAsE,MAAtE,EAA8E,IAA9E,EAAoF,SAApF,EAA+F,oBAA/F,EAAqH,cAArH,EAAqI,iBAArI,EAAwJ,QAAxJ,EAAkK,YAAlK,EAAgL,QAAhL,EAA0L,qBAA1L,CAFV,CAAA;;EAGA,MAAA,IAAI,IAAKA,CAAAA,IAAL,CAAUoG,YAAd,EAA4B;EACxBpG,QAAAA,IAAI,CAACyI,OAAL,GAAe,IAAKzI,CAAAA,IAAL,CAAUoG,YAAzB,CAAA;EACH,OAAA;;QACD,IAAI;EACA,QAAA,IAAA,CAAKsC,EAAL,GACIV,qBAAqB,IAAI,CAACE,aAA1B,GACMM,SAAS,GACL,IAAIV,SAAJ,CAActC,GAAd,EAAmBgD,SAAnB,CADK,GAEL,IAAIV,SAAJ,CAActC,GAAd,CAHV,GAIM,IAAIsC,SAAJ,CAActC,GAAd,EAAmBgD,SAAnB,EAA8BxI,IAA9B,CALV,CAAA;SADJ,CAQA,OAAOkD,GAAP,EAAY;EACR,QAAA,OAAO,KAAKrE,YAAL,CAAkB,OAAlB,EAA2BqE,GAA3B,CAAP,CAAA;EACH,OAAA;;QACD,IAAKwF,CAAAA,EAAL,CAAQvM,UAAR,GAAqB,KAAKmF,MAAL,CAAYnF,UAAZ,IAA0B8L,iBAA/C,CAAA;EACA,MAAA,IAAA,CAAKU,iBAAL,EAAA,CAAA;EACH,KAAA;EACD;EACJ;EACA;EACA;EACA;;EA9CA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,mBAAA;EAAA,IAAA,KAAA,EA+CI,SAAoB,iBAAA,GAAA;EAAA,MAAA,IAAA,MAAA,GAAA,IAAA,CAAA;;EAChB,MAAA,IAAA,CAAKD,EAAL,CAAQE,MAAR,GAAiB,YAAM;EACnB,QAAA,IAAI,MAAI,CAAC5I,IAAL,CAAU6I,SAAd,EAAyB;EACrB,UAAA,MAAI,CAACH,EAAL,CAAQI,OAAR,CAAgBC,KAAhB,EAAA,CAAA;EACH,SAAA;;EACD,QAAA,MAAI,CAACrE,MAAL,EAAA,CAAA;SAJJ,CAAA;;EAMA,MAAA,IAAA,CAAKgE,EAAL,CAAQM,OAAR,GAAkB,UAACC,UAAD,EAAA;UAAA,OAAgB,MAAI,CAACvH,OAAL,CAAa;EAC3CV,UAAAA,WAAW,EAAE,6BAD8B;EAE3CC,UAAAA,OAAO,EAAEgI,UAAAA;EAFkC,SAAb,CAAhB,CAAA;SAAlB,CAAA;;EAIA,MAAA,IAAA,CAAKP,EAAL,CAAQQ,SAAR,GAAoB,UAACC,EAAD,EAAA;EAAA,QAAA,OAAQ,MAAI,CAACrD,MAAL,CAAYqD,EAAE,CAACzP,IAAf,CAAR,CAAA;SAApB,CAAA;;EACA,MAAA,IAAA,CAAKgP,EAAL,CAAQU,OAAR,GAAkB,UAAC9F,CAAD,EAAA;EAAA,QAAA,OAAO,MAAI,CAACuC,OAAL,CAAa,iBAAb,EAAgCvC,CAAhC,CAAP,CAAA;SAAlB,CAAA;EACH,KAAA;EA5DL,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,OAAA;MAAA,KA6DI,EAAA,SAAA,KAAA,CAAMxG,OAAN,EAAe;EAAA,MAAA,IAAA,MAAA,GAAA,IAAA,CAAA;;EACX,MAAA,IAAA,CAAKsE,QAAL,GAAgB,KAAhB,CADW;EAGX;;EAHW,MAAA,IAAA,KAAA,GAAA,SAAA,KAAA,CAIFjG,CAJE,EAAA;EAKP,QAAA,IAAM+B,MAAM,GAAGJ,OAAO,CAAC3B,CAAD,CAAtB,CAAA;UACA,IAAMkO,UAAU,GAAGlO,CAAC,KAAK2B,OAAO,CAAC1B,MAAR,GAAiB,CAA1C,CAAA;UACAf,YAAY,CAAC6C,MAAD,EAAS,MAAI,CAAC5C,cAAd,EAA8B,UAACZ,IAAD,EAAU;EAChD;YACA,IAAMsG,IAAI,GAAG,EAAb,CAAA;EAeA;EACA;;;YACA,IAAI;EACA,YAAA,IAAIgI,qBAAJ,EAA2B;EACvB;EACA,cAAA,MAAI,CAACU,EAAL,CAAQ7B,IAAR,CAAanN,IAAb,CAAA,CAAA;EACH,aAGA;EACJ,WARD,CASA,OAAO4J,CAAP,EAAU,EACT;;EACD,UAAA,IAAI+F,UAAJ,EAAgB;EACZ;EACA;EACA5B,YAAAA,QAAQ,CAAC,YAAM;gBACX,MAAI,CAACrG,QAAL,GAAgB,IAAhB,CAAA;;gBACA,MAAI,CAACvC,YAAL,CAAkB,OAAlB,CAAA,CAAA;EACH,aAHO,EAGL,MAAI,CAACqB,YAHA,CAAR,CAAA;EAIH,WAAA;EACJ,SAtCW,CAAZ,CAAA;EAPO,OAAA,CAAA;;EAIX,MAAA,KAAK,IAAI/E,CAAC,GAAG,CAAb,EAAgBA,CAAC,GAAG2B,OAAO,CAAC1B,MAA5B,EAAoCD,CAAC,EAArC,EAAyC;EAAA,QAAA,KAAA,CAAhCA,CAAgC,CAAA,CAAA;EA0CxC,OAAA;EACJ,KAAA;EA5GL,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,SAAA;EAAA,IAAA,KAAA,EA6GI,SAAU,OAAA,GAAA;EACN,MAAA,IAAI,OAAO,IAAA,CAAKuN,EAAZ,KAAmB,WAAvB,EAAoC;UAChC,IAAKA,CAAAA,EAAL,CAAQ/D,KAAR,EAAA,CAAA;UACA,IAAK+D,CAAAA,EAAL,GAAU,IAAV,CAAA;EACH,OAAA;EACJ,KAAA;EACD;EACJ;EACA;EACA;EACA;;EAvHA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,KAAA;EAAA,IAAA,KAAA,EAwHI,SAAM,GAAA,GAAA;EACF,MAAA,IAAIrH,KAAK,GAAG,IAAKA,CAAAA,KAAL,IAAc,EAA1B,CAAA;QACA,IAAMwD,MAAM,GAAG,IAAK7E,CAAAA,IAAL,CAAUoE,MAAV,GAAmB,KAAnB,GAA2B,IAA1C,CAAA;EACA,MAAA,IAAIJ,IAAI,GAAG,EAAX,CAHE;;EAKF,MAAA,IAAI,IAAKhE,CAAAA,IAAL,CAAUgE,IAAV,KACE,KAAA,KAAUa,MAAV,IAAoBK,MAAM,CAAC,IAAKlF,CAAAA,IAAL,CAAUgE,IAAX,CAAN,KAA2B,GAAhD,IACI,IAAA,KAASa,MAAT,IAAmBK,MAAM,CAAC,IAAA,CAAKlF,IAAL,CAAUgE,IAAX,CAAN,KAA2B,EAFnD,CAAJ,EAE6D;EACzDA,QAAAA,IAAI,GAAG,GAAA,GAAM,IAAKhE,CAAAA,IAAL,CAAUgE,IAAvB,CAAA;EACH,OATC;;;EAWF,MAAA,IAAI,IAAKhE,CAAAA,IAAL,CAAU8E,iBAAd,EAAiC;UAC7BzD,KAAK,CAAC,KAAKrB,IAAL,CAAU+E,cAAX,CAAL,GAAkCxC,KAAK,EAAvC,CAAA;EACH,OAbC;;;QAeF,IAAI,CAAC,IAAKjI,CAAAA,cAAV,EAA0B;UACtB+G,KAAK,CAAC4D,GAAN,GAAY,CAAZ,CAAA;EACH,OAAA;;EACD,MAAA,IAAME,YAAY,GAAGhD,MAAM,CAACd,KAAD,CAA3B,CAAA;EACA,MAAA,IAAM+D,IAAI,GAAG,IAAKpF,CAAAA,IAAL,CAAUkE,QAAV,CAAmBmB,OAAnB,CAA2B,GAA3B,CAAoC,KAAA,CAAC,CAAlD,CAAA;EACA,MAAA,OAAQR,MAAM,GACV,KADI,IAEHO,IAAI,GAAG,GAAA,GAAM,IAAKpF,CAAAA,IAAL,CAAUkE,QAAhB,GAA2B,GAA9B,GAAoC,KAAKlE,IAAL,CAAUkE,QAF/C,CAAA,GAGJF,IAHI,GAIJ,IAAKhE,CAAAA,IAAL,CAAUsF,IAJN,IAKHH,YAAY,CAAC/J,MAAb,GAAsB,GAAA,GAAM+J,YAA5B,GAA2C,EALxC,CAAR,CAAA;EAMH,KAAA;EACD;EACJ;EACA;EACA;EACA;EACA;;EAxJA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,OAAA;EAAA,IAAA,KAAA,EAyJI,SAAQ,KAAA,GAAA;QACJ,OAAO,CAAC,CAAC2C,SAAT,CAAA;EACH,KAAA;EA3JL,GAAA,CAAA,CAAA,CAAA;;EAAA,EAAA,OAAA,EAAA,CAAA;EAAA,CAAA,CAAwB3G,SAAxB,CAAA;;ECRO,IAAMmI,UAAU,GAAG;EACtBC,EAAAA,SAAS,EAAEjB,EADW;EAEtBzE,EAAAA,OAAO,EAAED,OAAAA;EAFa,CAAnB;;ECFP;;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,IAAM4F,EAAE,GAAG,qPAAX,CAAA;EACA,IAAMC,KAAK,GAAG,CACV,QADU,EACA,UADA,EACY,WADZ,EACyB,UADzB,EACqC,MADrC,EAC6C,UAD7C,EACyD,MADzD,EACiE,MADjE,EACyE,UADzE,EACqF,MADrF,EAC6F,WAD7F,EAC0G,MAD1G,EACkH,OADlH,EAC2H,QAD3H,CAAd,CAAA;EAGO,SAASC,KAAT,CAAe/I,GAAf,EAAoB;IACvB,IAAMgJ,GAAG,GAAGhJ,GAAZ;EAAA,MAAiBiJ,CAAC,GAAGjJ,GAAG,CAAC0E,OAAJ,CAAY,GAAZ,CAArB;EAAA,MAAuC/B,CAAC,GAAG3C,GAAG,CAAC0E,OAAJ,CAAY,GAAZ,CAA3C,CAAA;;IACA,IAAIuE,CAAC,IAAI,CAAC,CAAN,IAAWtG,CAAC,IAAI,CAAC,CAArB,EAAwB;EACpB3C,IAAAA,GAAG,GAAGA,GAAG,CAACpE,SAAJ,CAAc,CAAd,EAAiBqN,CAAjB,CAAA,GAAsBjJ,GAAG,CAACpE,SAAJ,CAAcqN,CAAd,EAAiBtG,CAAjB,CAAoBuG,CAAAA,OAApB,CAA4B,IAA5B,EAAkC,GAAlC,CAAtB,GAA+DlJ,GAAG,CAACpE,SAAJ,CAAc+G,CAAd,EAAiB3C,GAAG,CAACvF,MAArB,CAArE,CAAA;EACH,GAAA;;IACD,IAAI0O,CAAC,GAAGN,EAAE,CAACO,IAAH,CAAQpJ,GAAG,IAAI,EAAf,CAAR;QAA4B6E,GAAG,GAAG,EAAlC;QAAsCrK,CAAC,GAAG,EAA1C,CAAA;;IACA,OAAOA,CAAC,EAAR,EAAY;EACRqK,IAAAA,GAAG,CAACiE,KAAK,CAACtO,CAAD,CAAN,CAAH,GAAgB2O,CAAC,CAAC3O,CAAD,CAAD,IAAQ,EAAxB,CAAA;EACH,GAAA;;IACD,IAAIyO,CAAC,IAAI,CAAC,CAAN,IAAWtG,CAAC,IAAI,CAAC,CAArB,EAAwB;MACpBkC,GAAG,CAACwE,MAAJ,GAAaL,GAAb,CAAA;MACAnE,GAAG,CAACyE,IAAJ,GAAWzE,GAAG,CAACyE,IAAJ,CAAS1N,SAAT,CAAmB,CAAnB,EAAsBiJ,GAAG,CAACyE,IAAJ,CAAS7O,MAAT,GAAkB,CAAxC,CAAA,CAA2CyO,OAA3C,CAAmD,IAAnD,EAAyD,GAAzD,CAAX,CAAA;MACArE,GAAG,CAAC0E,SAAJ,GAAgB1E,GAAG,CAAC0E,SAAJ,CAAcL,OAAd,CAAsB,GAAtB,EAA2B,EAA3B,EAA+BA,OAA/B,CAAuC,GAAvC,EAA4C,EAA5C,CAAA,CAAgDA,OAAhD,CAAwD,IAAxD,EAA8D,GAA9D,CAAhB,CAAA;MACArE,GAAG,CAAC2E,OAAJ,GAAc,IAAd,CAAA;EACH,GAAA;;IACD3E,GAAG,CAAC4E,SAAJ,GAAgBA,SAAS,CAAC5E,GAAD,EAAMA,GAAG,CAAC,MAAD,CAAT,CAAzB,CAAA;IACAA,GAAG,CAAC6E,QAAJ,GAAeA,QAAQ,CAAC7E,GAAD,EAAMA,GAAG,CAAC,OAAD,CAAT,CAAvB,CAAA;EACA,EAAA,OAAOA,GAAP,CAAA;EACH,CAAA;;EACD,SAAS4E,SAAT,CAAmBjQ,GAAnB,EAAwBmL,IAAxB,EAA8B;IAC1B,IAAMgF,IAAI,GAAG,UAAb;EAAA,MAAyBC,KAAK,GAAGjF,IAAI,CAACuE,OAAL,CAAaS,IAAb,EAAmB,GAAnB,CAAA,CAAwBxP,KAAxB,CAA8B,GAA9B,CAAjC,CAAA;;EACA,EAAA,IAAIwK,IAAI,CAAC1G,KAAL,CAAW,CAAX,EAAc,CAAd,CAAoB,IAAA,GAApB,IAA2B0G,IAAI,CAAClK,MAAL,KAAgB,CAA/C,EAAkD;EAC9CmP,IAAAA,KAAK,CAAC9L,MAAN,CAAa,CAAb,EAAgB,CAAhB,CAAA,CAAA;EACH,GAAA;;IACD,IAAI6G,IAAI,CAAC1G,KAAL,CAAW,CAAC,CAAZ,CAAA,IAAkB,GAAtB,EAA2B;MACvB2L,KAAK,CAAC9L,MAAN,CAAa8L,KAAK,CAACnP,MAAN,GAAe,CAA5B,EAA+B,CAA/B,CAAA,CAAA;EACH,GAAA;;EACD,EAAA,OAAOmP,KAAP,CAAA;EACH,CAAA;;EACD,SAASF,QAAT,CAAkB7E,GAAlB,EAAuBnE,KAAvB,EAA8B;IAC1B,IAAM3H,IAAI,GAAG,EAAb,CAAA;IACA2H,KAAK,CAACwI,OAAN,CAAc,2BAAd,EAA2C,UAAUW,EAAV,EAAcC,EAAd,EAAkBC,EAAlB,EAAsB;EAC7D,IAAA,IAAID,EAAJ,EAAQ;EACJ/Q,MAAAA,IAAI,CAAC+Q,EAAD,CAAJ,GAAWC,EAAX,CAAA;EACH,KAAA;KAHL,CAAA,CAAA;EAKA,EAAA,OAAOhR,IAAP,CAAA;EACH;;ECtDD,IAAaiR,QAAb,gBAAA,UAAA,QAAA,EAAA;EAAA,EAAA,SAAA,CAAA,MAAA,EAAA,QAAA,CAAA,CAAA;;EAAA,EAAA,IAAA,MAAA,GAAA,YAAA,CAAA,MAAA,CAAA,CAAA;;EACI;EACJ;EACA;EACA;EACA;EACA;EACI,EAAA,SAAA,MAAA,CAAYnF,GAAZ,EAA4B;EAAA,IAAA,IAAA,KAAA,CAAA;;MAAA,IAAXxF,IAAW,uEAAJ,EAAI,CAAA;;EAAA,IAAA,eAAA,CAAA,IAAA,EAAA,MAAA,CAAA,CAAA;;EACxB,IAAA,KAAA,GAAA,MAAA,CAAA,IAAA,CAAA,IAAA,CAAA,CAAA;MACA,KAAK4K,CAAAA,WAAL,GAAmB,EAAnB,CAAA;;EACA,IAAA,IAAIpF,GAAG,IAAI,QAAoBA,KAAAA,OAAAA,CAAAA,GAApB,CAAX,EAAoC;EAChCxF,MAAAA,IAAI,GAAGwF,GAAP,CAAA;EACAA,MAAAA,GAAG,GAAG,IAAN,CAAA;EACH,KAAA;;EACD,IAAA,IAAIA,GAAJ,EAAS;EACLA,MAAAA,GAAG,GAAGkE,KAAK,CAAClE,GAAD,CAAX,CAAA;EACAxF,MAAAA,IAAI,CAACkE,QAAL,GAAgBsB,GAAG,CAACyE,IAApB,CAAA;EACAjK,MAAAA,IAAI,CAACoE,MAAL,GAAcoB,GAAG,CAAChI,QAAJ,KAAiB,OAAjB,IAA4BgI,GAAG,CAAChI,QAAJ,KAAiB,KAA3D,CAAA;EACAwC,MAAAA,IAAI,CAACgE,IAAL,GAAYwB,GAAG,CAACxB,IAAhB,CAAA;QACA,IAAIwB,GAAG,CAACnE,KAAR,EACIrB,IAAI,CAACqB,KAAL,GAAamE,GAAG,CAACnE,KAAjB,CAAA;EACP,KAPD,MAQK,IAAIrB,IAAI,CAACiK,IAAT,EAAe;QAChBjK,IAAI,CAACkE,QAAL,GAAgBwF,KAAK,CAAC1J,IAAI,CAACiK,IAAN,CAAL,CAAiBA,IAAjC,CAAA;EACH,KAAA;;MACDlK,qBAAqB,CAAA,sBAAA,CAAA,KAAA,CAAA,EAAOC,IAAP,CAArB,CAAA;EACA,IAAA,KAAA,CAAKoE,MAAL,GACI,IAAA,IAAQpE,IAAI,CAACoE,MAAb,GACMpE,IAAI,CAACoE,MADX,GAEM,OAAON,QAAP,KAAoB,WAApB,IAAmC,QAAaA,KAAAA,QAAQ,CAACtG,QAHnE,CAAA;;MAIA,IAAIwC,IAAI,CAACkE,QAAL,IAAiB,CAAClE,IAAI,CAACgE,IAA3B,EAAiC;EAC7B;QACAhE,IAAI,CAACgE,IAAL,GAAY,KAAA,CAAKI,MAAL,GAAc,KAAd,GAAsB,IAAlC,CAAA;EACH,KAAA;;EACD,IAAA,KAAA,CAAKF,QAAL,GACIlE,IAAI,CAACkE,QAAL,KACK,OAAOJ,QAAP,KAAoB,WAApB,GAAkCA,QAAQ,CAACI,QAA3C,GAAsD,WAD3D,CADJ,CAAA;MAGA,KAAKF,CAAAA,IAAL,GACIhE,IAAI,CAACgE,IAAL,KACK,OAAOF,QAAP,KAAoB,WAApB,IAAmCA,QAAQ,CAACE,IAA5C,GACKF,QAAQ,CAACE,IADd,GAEK,KAAKI,CAAAA,MAAL,GACI,KADJ,GAEI,IALd,CADJ,CAAA;MAOA,KAAKkF,CAAAA,UAAL,GAAkBtJ,IAAI,CAACsJ,UAAL,IAAmB,CAAC,SAAD,EAAY,WAAZ,CAArC,CAAA;MACA,KAAKsB,CAAAA,WAAL,GAAmB,EAAnB,CAAA;MACA,KAAKC,CAAAA,aAAL,GAAqB,CAArB,CAAA;MACA,KAAK7K,CAAAA,IAAL,GAAY,QAAc,CAAA;EACtBsF,MAAAA,IAAI,EAAE,YADgB;EAEtBwF,MAAAA,KAAK,EAAE,KAFe;EAGtBvE,MAAAA,eAAe,EAAE,KAHK;EAItBwE,MAAAA,OAAO,EAAE,IAJa;EAKtBhG,MAAAA,cAAc,EAAE,GALM;EAMtBiG,MAAAA,eAAe,EAAE,KANK;EAOtBC,MAAAA,gBAAgB,EAAE,IAPI;EAQtBC,MAAAA,kBAAkB,EAAE,IARE;EAStBC,MAAAA,iBAAiB,EAAE;EACfC,QAAAA,SAAS,EAAE,IAAA;SAVO;EAYtBC,MAAAA,gBAAgB,EAAE,EAZI;EAatBC,MAAAA,mBAAmB,EAAE,IAAA;OAbb,EAcTtL,IAdS,CAAZ,CAAA;MAeA,KAAKA,CAAAA,IAAL,CAAUsF,IAAV,GACI,MAAKtF,IAAL,CAAUsF,IAAV,CAAeuE,OAAf,CAAuB,KAAvB,EAA8B,EAA9B,CACK,IAAA,KAAA,CAAK7J,IAAL,CAAUiL,gBAAV,GAA6B,GAA7B,GAAmC,EADxC,CADJ,CAAA;;EAGA,IAAA,IAAI,OAAO,KAAKjL,CAAAA,IAAL,CAAUqB,KAAjB,KAA2B,QAA/B,EAAyC;QACrC,KAAKrB,CAAAA,IAAL,CAAUqB,KAAV,GAAkB/F,MAAM,CAAC,KAAK0E,CAAAA,IAAL,CAAUqB,KAAX,CAAxB,CAAA;EACH,KA5DuB;;;MA8DxB,KAAKkK,CAAAA,EAAL,GAAU,IAAV,CAAA;MACA,KAAKC,CAAAA,QAAL,GAAgB,IAAhB,CAAA;MACA,KAAKC,CAAAA,YAAL,GAAoB,IAApB,CAAA;EACA,IAAA,KAAA,CAAKC,WAAL,GAAmB,IAAnB,CAjEwB;;MAmExB,KAAKC,CAAAA,gBAAL,GAAwB,IAAxB,CAAA;;EACA,IAAA,IAAI,OAAO/N,gBAAP,KAA4B,UAAhC,EAA4C;EACxC,MAAA,IAAI,KAAKoC,CAAAA,IAAL,CAAUsL,mBAAd,EAAmC;EAC/B;EACA;EACA;UACA,KAAKM,CAAAA,yBAAL,GAAiC,YAAM;YACnC,IAAI,KAAA,CAAKC,SAAT,EAAoB;EAChB;cACA,KAAKA,CAAAA,SAAL,CAAexN,kBAAf,EAAA,CAAA;;cACA,KAAKwN,CAAAA,SAAL,CAAelH,KAAf,EAAA,CAAA;EACH,WAAA;WALL,CAAA;;EAOA/G,QAAAA,gBAAgB,CAAC,cAAD,EAAiB,MAAKgO,yBAAtB,EAAiD,KAAjD,CAAhB,CAAA;EACH,OAAA;;EACD,MAAA,IAAI,KAAK1H,CAAAA,QAAL,KAAkB,WAAtB,EAAmC;UAC/B,KAAK4H,CAAAA,oBAAL,GAA4B,YAAM;YAC9B,KAAKpK,CAAAA,OAAL,CAAa,iBAAb,EAAgC;EAC5BV,YAAAA,WAAW,EAAE,yBAAA;aADjB,CAAA,CAAA;WADJ,CAAA;;EAKApD,QAAAA,gBAAgB,CAAC,SAAD,EAAY,MAAKkO,oBAAjB,EAAuC,KAAvC,CAAhB,CAAA;EACH,OAAA;EACJ,KAAA;;EACD,IAAA,KAAA,CAAK3F,IAAL,EAAA,CAAA;;EA3FwB,IAAA,OAAA,KAAA,CAAA;EA4F3B,GAAA;EACD;EACJ;EACA;EACA;EACA;EACA;EACA;;;EA1GA,EAAA,YAAA,CAAA,MAAA,EAAA,CAAA;EAAA,IAAA,GAAA,EAAA,iBAAA;MAAA,KA2GI,EAAA,SAAA,eAAA,CAAgB4F,IAAhB,EAAsB;QAClB,IAAM1K,KAAK,GAAG,QAAA,CAAc,EAAd,EAAkB,IAAKrB,CAAAA,IAAL,CAAUqB,KAA5B,CAAd,CADkB;;;EAGlBA,MAAAA,KAAK,CAAC2K,GAAN,GAAYxO,UAAZ,CAHkB;;EAKlB6D,MAAAA,KAAK,CAACwK,SAAN,GAAkBE,IAAlB,CALkB;;QAOlB,IAAI,IAAA,CAAKR,EAAT,EACIlK,KAAK,CAAC2D,GAAN,GAAY,KAAKuG,EAAjB,CAAA;;EACJ,MAAA,IAAMvL,IAAI,GAAG,QAAc,CAAA,EAAd,EAAkB,IAAKA,CAAAA,IAAL,CAAUqL,gBAAV,CAA2BU,IAA3B,CAAlB,EAAoD,IAAA,CAAK/L,IAAzD,EAA+D;EACxEqB,QAAAA,KAAK,EAALA,KADwE;EAExEC,QAAAA,MAAM,EAAE,IAFgE;UAGxE4C,QAAQ,EAAE,KAAKA,QAHyD;UAIxEE,MAAM,EAAE,KAAKA,MAJ2D;EAKxEJ,QAAAA,IAAI,EAAE,IAAKA,CAAAA,IAAAA;EAL6D,OAA/D,CAAb,CAAA;;EAOA,MAAA,OAAO,IAAIsF,UAAU,CAACyC,IAAD,CAAd,CAAqB/L,IAArB,CAAP,CAAA;EACH,KAAA;EACD;EACJ;EACA;EACA;EACA;;EAjIA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,MAAA;EAAA,IAAA,KAAA,EAkII,SAAO,IAAA,GAAA;EAAA,MAAA,IAAA,MAAA,GAAA,IAAA,CAAA;;EACH,MAAA,IAAI6L,SAAJ,CAAA;;EACA,MAAA,IAAI,KAAK7L,IAAL,CAAUgL,eAAV,IACAL,MAAM,CAACsB,qBADP,IAEA,IAAK3C,CAAAA,UAAL,CAAgBjE,OAAhB,CAAwB,WAAxB,CAAyC,KAAA,CAAC,CAF9C,EAEiD;EAC7CwG,QAAAA,SAAS,GAAG,WAAZ,CAAA;EACH,OAJD,MAKK,IAAI,CAAA,KAAM,KAAKvC,UAAL,CAAgBlO,MAA1B,EAAkC;EACnC;UACA,IAAK8E,CAAAA,YAAL,CAAkB,YAAM;EACpB,UAAA,MAAI,CAACrB,YAAL,CAAkB,OAAlB,EAA2B,yBAA3B,CAAA,CAAA;EACH,SAFD,EAEG,CAFH,CAAA,CAAA;EAGA,QAAA,OAAA;EACH,OANI,MAOA;EACDgN,QAAAA,SAAS,GAAG,IAAA,CAAKvC,UAAL,CAAgB,CAAhB,CAAZ,CAAA;EACH,OAAA;;EACD,MAAA,IAAA,CAAK/H,UAAL,GAAkB,SAAlB,CAjBG;;QAmBH,IAAI;EACAsK,QAAAA,SAAS,GAAG,IAAA,CAAKK,eAAL,CAAqBL,SAArB,CAAZ,CAAA;SADJ,CAGA,OAAOvI,CAAP,EAAU;UACN,IAAKgG,CAAAA,UAAL,CAAgB6C,KAAhB,EAAA,CAAA;EACA,QAAA,IAAA,CAAKhG,IAAL,EAAA,CAAA;EACA,QAAA,OAAA;EACH,OAAA;;EACD0F,MAAAA,SAAS,CAAC1F,IAAV,EAAA,CAAA;QACA,IAAKiG,CAAAA,YAAL,CAAkBP,SAAlB,CAAA,CAAA;EACH,KAAA;EACD;EACJ;EACA;EACA;EACA;;EApKA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,cAAA;MAAA,KAqKI,EAAA,SAAA,YAAA,CAAaA,SAAb,EAAwB;EAAA,MAAA,IAAA,MAAA,GAAA,IAAA,CAAA;;QACpB,IAAI,IAAA,CAAKA,SAAT,EAAoB;UAChB,IAAKA,CAAAA,SAAL,CAAexN,kBAAf,EAAA,CAAA;EACH,OAHmB;;;EAKpB,MAAA,IAAA,CAAKwN,SAAL,GAAiBA,SAAjB,CALoB;;EAOpBA,MAAAA,SAAS,CACJlO,EADL,CACQ,OADR,EACiB,IAAA,CAAK0O,OAAL,CAAalM,IAAb,CAAkB,IAAlB,CADjB,EAEKxC,EAFL,CAEQ,QAFR,EAEkB,IAAA,CAAKiE,QAAL,CAAczB,IAAd,CAAmB,IAAnB,CAFlB,CAGKxC,CAAAA,EAHL,CAGQ,OAHR,EAGiB,KAAKkI,OAAL,CAAa1F,IAAb,CAAkB,IAAlB,CAHjB,CAIKxC,CAAAA,EAJL,CAIQ,OAJR,EAIiB,UAACoD,MAAD,EAAA;EAAA,QAAA,OAAY,MAAI,CAACW,OAAL,CAAa,iBAAb,EAAgCX,MAAhC,CAAZ,CAAA;SAJjB,CAAA,CAAA;EAKH,KAAA;EACD;EACJ;EACA;EACA;EACA;EACA;;EAvLA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,OAAA;MAAA,KAwLI,EAAA,SAAA,KAAA,CAAMgL,IAAN,EAAY;EAAA,MAAA,IAAA,MAAA,GAAA,IAAA,CAAA;;EACR,MAAA,IAAIF,SAAS,GAAG,IAAA,CAAKK,eAAL,CAAqBH,IAArB,CAAhB,CAAA;QACA,IAAIO,MAAM,GAAG,KAAb,CAAA;QACA3B,MAAM,CAACsB,qBAAP,GAA+B,KAA/B,CAAA;;EACA,MAAA,IAAMM,eAAe,GAAG,SAAlBA,eAAkB,GAAM;EAC1B,QAAA,IAAID,MAAJ,EACI,OAAA;UACJT,SAAS,CAAChF,IAAV,CAAe,CAAC;EAAEpN,UAAAA,IAAI,EAAE,MAAR;EAAgBC,UAAAA,IAAI,EAAE,OAAA;EAAtB,SAAD,CAAf,CAAA,CAAA;EACAmS,QAAAA,SAAS,CAAC7N,IAAV,CAAe,QAAf,EAAyB,UAACwO,GAAD,EAAS;EAC9B,UAAA,IAAIF,MAAJ,EACI,OAAA;;YACJ,IAAI,MAAA,KAAWE,GAAG,CAAC/S,IAAf,IAAuB,OAAY+S,KAAAA,GAAG,CAAC9S,IAA3C,EAAiD;cAC7C,MAAI,CAAC+S,SAAL,GAAiB,IAAjB,CAAA;;EACA,YAAA,MAAI,CAAC5N,YAAL,CAAkB,WAAlB,EAA+BgN,SAA/B,CAAA,CAAA;;cACA,IAAI,CAACA,SAAL,EACI,OAAA;EACJlB,YAAAA,MAAM,CAACsB,qBAAP,GAA+B,WAAgBJ,KAAAA,SAAS,CAACE,IAAzD,CAAA;;EACA,YAAA,MAAI,CAACF,SAAL,CAAetH,KAAf,CAAqB,YAAM;EACvB,cAAA,IAAI+H,MAAJ,EACI,OAAA;EACJ,cAAA,IAAI,QAAa,KAAA,MAAI,CAAC/K,UAAtB,EACI,OAAA;gBACJ2F,OAAO,EAAA,CAAA;;gBACP,MAAI,CAACkF,YAAL,CAAkBP,SAAlB,CAAA,CAAA;;gBACAA,SAAS,CAAChF,IAAV,CAAe,CAAC;EAAEpN,gBAAAA,IAAI,EAAE,SAAA;EAAR,eAAD,CAAf,CAAA,CAAA;;EACA,cAAA,MAAI,CAACoF,YAAL,CAAkB,SAAlB,EAA6BgN,SAA7B,CAAA,CAAA;;EACAA,cAAAA,SAAS,GAAG,IAAZ,CAAA;gBACA,MAAI,CAACY,SAAL,GAAiB,KAAjB,CAAA;;EACA,cAAA,MAAI,CAACC,KAAL,EAAA,CAAA;eAXJ,CAAA,CAAA;EAaH,WAnBD,MAoBK;cACD,IAAMxJ,GAAG,GAAG,IAAIhC,KAAJ,CAAU,aAAV,CAAZ,CADC;;EAGDgC,YAAAA,GAAG,CAAC2I,SAAJ,GAAgBA,SAAS,CAACE,IAA1B,CAAA;;EACA,YAAA,MAAI,CAAClN,YAAL,CAAkB,cAAlB,EAAkCqE,GAAlC,CAAA,CAAA;EACH,WAAA;WA5BL,CAAA,CAAA;SAJJ,CAAA;;EAmCA,MAAA,SAASyJ,eAAT,GAA2B;UACvB,IAAIL,MAAJ,EACI,OAFmB;;EAIvBA,QAAAA,MAAM,GAAG,IAAT,CAAA;UACApF,OAAO,EAAA,CAAA;EACP2E,QAAAA,SAAS,CAAClH,KAAV,EAAA,CAAA;EACAkH,QAAAA,SAAS,GAAG,IAAZ,CAAA;EACH,OA/CO;;;EAiDR,MAAA,IAAMzC,OAAO,GAAG,SAAVA,OAAU,CAAClG,GAAD,EAAS;UACrB,IAAM0J,KAAK,GAAG,IAAI1L,KAAJ,CAAU,eAAkBgC,GAAAA,GAA5B,CAAd,CADqB;;EAGrB0J,QAAAA,KAAK,CAACf,SAAN,GAAkBA,SAAS,CAACE,IAA5B,CAAA;UACAY,eAAe,EAAA,CAAA;;EACf,QAAA,MAAI,CAAC9N,YAAL,CAAkB,cAAlB,EAAkC+N,KAAlC,CAAA,CAAA;SALJ,CAAA;;EAOA,MAAA,SAASC,gBAAT,GAA4B;UACxBzD,OAAO,CAAC,kBAAD,CAAP,CAAA;EACH,OA1DO;;;EA4DR,MAAA,SAASJ,OAAT,GAAmB;UACfI,OAAO,CAAC,eAAD,CAAP,CAAA;EACH,OA9DO;;;QAgER,SAAS0D,SAAT,CAAmBC,EAAnB,EAAuB;UACnB,IAAIlB,SAAS,IAAIkB,EAAE,CAAChB,IAAH,KAAYF,SAAS,CAACE,IAAvC,EAA6C;YACzCY,eAAe,EAAA,CAAA;EAClB,SAAA;EACJ,OApEO;;;EAsER,MAAA,IAAMzF,OAAO,GAAG,SAAVA,OAAU,GAAM;EAClB2E,QAAAA,SAAS,CAACzN,cAAV,CAAyB,MAAzB,EAAiCmO,eAAjC,CAAA,CAAA;EACAV,QAAAA,SAAS,CAACzN,cAAV,CAAyB,OAAzB,EAAkCgL,OAAlC,CAAA,CAAA;EACAyC,QAAAA,SAAS,CAACzN,cAAV,CAAyB,OAAzB,EAAkCyO,gBAAlC,CAAA,CAAA;;EACA,QAAA,MAAI,CAAC5O,GAAL,CAAS,OAAT,EAAkB+K,OAAlB,CAAA,CAAA;;EACA,QAAA,MAAI,CAAC/K,GAAL,CAAS,WAAT,EAAsB6O,SAAtB,CAAA,CAAA;SALJ,CAAA;;EAOAjB,MAAAA,SAAS,CAAC7N,IAAV,CAAe,MAAf,EAAuBuO,eAAvB,CAAA,CAAA;EACAV,MAAAA,SAAS,CAAC7N,IAAV,CAAe,OAAf,EAAwBoL,OAAxB,CAAA,CAAA;EACAyC,MAAAA,SAAS,CAAC7N,IAAV,CAAe,OAAf,EAAwB6O,gBAAxB,CAAA,CAAA;EACA,MAAA,IAAA,CAAK7O,IAAL,CAAU,OAAV,EAAmBgL,OAAnB,CAAA,CAAA;EACA,MAAA,IAAA,CAAKhL,IAAL,CAAU,WAAV,EAAuB8O,SAAvB,CAAA,CAAA;EACAjB,MAAAA,SAAS,CAAC1F,IAAV,EAAA,CAAA;EACH,KAAA;EACD;EACJ;EACA;EACA;EACA;;EAhRA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,QAAA;EAAA,IAAA,KAAA,EAiRI,SAAS,MAAA,GAAA;QACL,IAAK5E,CAAAA,UAAL,GAAkB,MAAlB,CAAA;EACAoJ,MAAAA,MAAM,CAACsB,qBAAP,GAA+B,gBAAgB,IAAKJ,CAAAA,SAAL,CAAeE,IAA9D,CAAA;QACA,IAAKlN,CAAAA,YAAL,CAAkB,MAAlB,CAAA,CAAA;QACA,IAAK6N,CAAAA,KAAL,GAJK;EAML;;QACA,IAAI,MAAA,KAAW,KAAKnL,UAAhB,IAA8B,KAAKvB,IAAL,CAAU+K,OAA5C,EAAqD;UACjD,IAAI5P,CAAC,GAAG,CAAR,CAAA;EACA,QAAA,IAAM0F,CAAC,GAAG,IAAK2K,CAAAA,QAAL,CAAcpQ,MAAxB,CAAA;;EACA,QAAA,OAAOD,CAAC,GAAG0F,CAAX,EAAc1F,CAAC,EAAf,EAAmB;EACf,UAAA,IAAA,CAAK6R,KAAL,CAAW,IAAA,CAAKxB,QAAL,CAAcrQ,CAAd,CAAX,CAAA,CAAA;EACH,SAAA;EACJ,OAAA;EACJ,KAAA;EACD;EACJ;EACA;EACA;EACA;;EApSA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,UAAA;MAAA,KAqSI,EAAA,SAAA,QAAA,CAAS+B,MAAT,EAAiB;QACb,IAAI,SAAA,KAAc,IAAKqE,CAAAA,UAAnB,IACA,MAAA,KAAW,IAAKA,CAAAA,UADhB,IAEA,SAAA,KAAc,IAAKA,CAAAA,UAFvB,EAEmC;EAC/B,QAAA,IAAA,CAAK1C,YAAL,CAAkB,QAAlB,EAA4B3B,MAA5B,EAD+B;;UAG/B,IAAK2B,CAAAA,YAAL,CAAkB,WAAlB,CAAA,CAAA;;UACA,QAAQ3B,MAAM,CAACzD,IAAf;EACI,UAAA,KAAK,MAAL;cACI,IAAKwT,CAAAA,WAAL,CAAiBC,IAAI,CAACxD,KAAL,CAAWxM,MAAM,CAACxD,IAAlB,CAAjB,CAAA,CAAA;EACA,YAAA,MAAA;;EACJ,UAAA,KAAK,MAAL;EACI,YAAA,IAAA,CAAKyT,gBAAL,EAAA,CAAA;cACA,IAAKC,CAAAA,UAAL,CAAgB,MAAhB,CAAA,CAAA;cACA,IAAKvO,CAAAA,YAAL,CAAkB,MAAlB,CAAA,CAAA;cACA,IAAKA,CAAAA,YAAL,CAAkB,MAAlB,CAAA,CAAA;EACA,YAAA,MAAA;;EACJ,UAAA,KAAK,OAAL;cACI,IAAMqE,GAAG,GAAG,IAAIhC,KAAJ,CAAU,cAAV,CAAZ,CADJ;;EAGIgC,YAAAA,GAAG,CAACmK,IAAJ,GAAWnQ,MAAM,CAACxD,IAAlB,CAAA;cACA,IAAKmM,CAAAA,OAAL,CAAa3C,GAAb,CAAA,CAAA;EACA,YAAA,MAAA;;EACJ,UAAA,KAAK,SAAL;EACI,YAAA,IAAA,CAAKrE,YAAL,CAAkB,MAAlB,EAA0B3B,MAAM,CAACxD,IAAjC,CAAA,CAAA;EACA,YAAA,IAAA,CAAKmF,YAAL,CAAkB,SAAlB,EAA6B3B,MAAM,CAACxD,IAApC,CAAA,CAAA;EACA,YAAA,MAAA;EAnBR,SAAA;EAqBH,OAEA;EACJ,KAAA;EACD;EACJ;EACA;EACA;EACA;EACA;;EA1UA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,aAAA;MAAA,KA2UI,EAAA,SAAA,WAAA,CAAYA,IAAZ,EAAkB;EACd,MAAA,IAAA,CAAKmF,YAAL,CAAkB,WAAlB,EAA+BnF,IAA/B,CAAA,CAAA;EACA,MAAA,IAAA,CAAK6R,EAAL,GAAU7R,IAAI,CAACsL,GAAf,CAAA;QACA,IAAK6G,CAAAA,SAAL,CAAexK,KAAf,CAAqB2D,GAArB,GAA2BtL,IAAI,CAACsL,GAAhC,CAAA;QACA,IAAKwG,CAAAA,QAAL,GAAgB,IAAK8B,CAAAA,cAAL,CAAoB5T,IAAI,CAAC8R,QAAzB,CAAhB,CAAA;EACA,MAAA,IAAA,CAAKC,YAAL,GAAoB/R,IAAI,CAAC+R,YAAzB,CAAA;EACA,MAAA,IAAA,CAAKC,WAAL,GAAmBhS,IAAI,CAACgS,WAAxB,CAAA;EACA,MAAA,IAAA,CAAK6B,UAAL,GAAkB7T,IAAI,CAAC6T,UAAvB,CAAA;QACA,IAAK7I,CAAAA,MAAL,GARc;;QAUd,IAAI,QAAA,KAAa,IAAKnD,CAAAA,UAAtB,EACI,OAAA;EACJ,MAAA,IAAA,CAAK4L,gBAAL,EAAA,CAAA;EACH,KAAA;EACD;EACJ;EACA;EACA;EACA;;EA7VA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,kBAAA;EAAA,IAAA,KAAA,EA8VI,SAAmB,gBAAA,GAAA;EAAA,MAAA,IAAA,MAAA,GAAA,IAAA,CAAA;;QACf,IAAK/M,CAAAA,cAAL,CAAoB,IAAA,CAAKuL,gBAAzB,CAAA,CAAA;EACA,MAAA,IAAA,CAAKA,gBAAL,GAAwB,IAAKzL,CAAAA,YAAL,CAAkB,YAAM;UAC5C,MAAI,CAACwB,OAAL,CAAa,cAAb,CAAA,CAAA;EACH,OAFuB,EAErB,IAAK+J,CAAAA,YAAL,GAAoB,IAAA,CAAKC,WAFJ,CAAxB,CAAA;;EAGA,MAAA,IAAI,IAAK1L,CAAAA,IAAL,CAAU6I,SAAd,EAAyB;UACrB,IAAK8C,CAAAA,gBAAL,CAAsB5C,KAAtB,EAAA,CAAA;EACH,OAAA;EACJ,KAAA;EACD;EACJ;EACA;EACA;EACA;;EA3WA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,SAAA;EAAA,IAAA,KAAA,EA4WI,SAAU,OAAA,GAAA;QACN,IAAK6B,CAAAA,WAAL,CAAiBnM,MAAjB,CAAwB,CAAxB,EAA2B,IAAA,CAAKoM,aAAhC,CAAA,CADM;EAGN;EACA;;QACA,IAAKA,CAAAA,aAAL,GAAqB,CAArB,CAAA;;EACA,MAAA,IAAI,CAAM,KAAA,IAAA,CAAKD,WAAL,CAAiBxP,MAA3B,EAAmC;UAC/B,IAAKyD,CAAAA,YAAL,CAAkB,OAAlB,CAAA,CAAA;EACH,OAFD,MAGK;EACD,QAAA,IAAA,CAAK6N,KAAL,EAAA,CAAA;EACH,OAAA;EACJ,KAAA;EACD;EACJ;EACA;EACA;EACA;;EA7XA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,OAAA;EAAA,IAAA,KAAA,EA8XI,SAAQ,KAAA,GAAA;EACJ,MAAA,IAAI,aAAa,IAAKnL,CAAAA,UAAlB,IACA,IAAA,CAAKsK,SAAL,CAAezK,QADf,IAEA,CAAC,KAAKqL,SAFN,IAGA,KAAK7B,WAAL,CAAiBxP,MAHrB,EAG6B;EACzB,QAAA,IAAM0B,OAAO,GAAG,IAAK0Q,CAAAA,kBAAL,EAAhB,CAAA;EACA,QAAA,IAAA,CAAK3B,SAAL,CAAehF,IAAf,CAAoB/J,OAApB,EAFyB;EAIzB;;EACA,QAAA,IAAA,CAAK+N,aAAL,GAAqB/N,OAAO,CAAC1B,MAA7B,CAAA;UACA,IAAKyD,CAAAA,YAAL,CAAkB,OAAlB,CAAA,CAAA;EACH,OAAA;EACJ,KAAA;EACD;EACJ;EACA;EACA;EACA;EACA;;EAhZA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,oBAAA;EAAA,IAAA,KAAA,EAiZI,SAAqB,kBAAA,GAAA;EACjB,MAAA,IAAM4O,sBAAsB,GAAG,IAAA,CAAKF,UAAL,IAC3B,KAAK1B,SAAL,CAAeE,IAAf,KAAwB,SADG,IAE3B,IAAA,CAAKnB,WAAL,CAAiBxP,MAAjB,GAA0B,CAF9B,CAAA;;QAGA,IAAI,CAACqS,sBAAL,EAA6B;EACzB,QAAA,OAAO,KAAK7C,WAAZ,CAAA;EACH,OAAA;;EACD,MAAA,IAAI8C,WAAW,GAAG,CAAlB,CAPiB;;EAQjB,MAAA,KAAK,IAAIvS,CAAC,GAAG,CAAb,EAAgBA,CAAC,GAAG,IAAKyP,CAAAA,WAAL,CAAiBxP,MAArC,EAA6CD,CAAC,EAA9C,EAAkD;EAC9C,QAAA,IAAMzB,IAAI,GAAG,IAAA,CAAKkR,WAAL,CAAiBzP,CAAjB,EAAoBzB,IAAjC,CAAA;;EACA,QAAA,IAAIA,IAAJ,EAAU;EACNgU,UAAAA,WAAW,IAAIpN,UAAU,CAAC5G,IAAD,CAAzB,CAAA;EACH,SAAA;;UACD,IAAIyB,CAAC,GAAG,CAAJ,IAASuS,WAAW,GAAG,IAAA,CAAKH,UAAhC,EAA4C;YACxC,OAAO,IAAA,CAAK3C,WAAL,CAAiBhM,KAAjB,CAAuB,CAAvB,EAA0BzD,CAA1B,CAAP,CAAA;EACH,SAAA;;UACDuS,WAAW,IAAI,CAAf,CAR8C;EASjD,OAAA;;EACD,MAAA,OAAO,KAAK9C,WAAZ,CAAA;EACH,KAAA;EACD;EACJ;EACA;EACA;EACA;EACA;EACA;EACA;;EA5aA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,OAAA;EAAA,IAAA,KAAA,EA6aI,eAAM4B,GAAN,EAAWmB,OAAX,EAAoB7P,EAApB,EAAwB;QACpB,IAAKsP,CAAAA,UAAL,CAAgB,SAAhB,EAA2BZ,GAA3B,EAAgCmB,OAAhC,EAAyC7P,EAAzC,CAAA,CAAA;EACA,MAAA,OAAO,IAAP,CAAA;EACH,KAAA;EAhbL,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,MAAA;EAAA,IAAA,KAAA,EAibI,cAAK0O,GAAL,EAAUmB,OAAV,EAAmB7P,EAAnB,EAAuB;QACnB,IAAKsP,CAAAA,UAAL,CAAgB,SAAhB,EAA2BZ,GAA3B,EAAgCmB,OAAhC,EAAyC7P,EAAzC,CAAA,CAAA;EACA,MAAA,OAAO,IAAP,CAAA;EACH,KAAA;EACD;EACJ;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;EA7bA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,YAAA;MAAA,KA8bI,EAAA,SAAA,UAAA,CAAWrE,IAAX,EAAiBC,IAAjB,EAAuBiU,OAAvB,EAAgC7P,EAAhC,EAAoC;QAChC,IAAI,UAAA,KAAe,OAAOpE,IAA1B,EAAgC;EAC5BoE,QAAAA,EAAE,GAAGpE,IAAL,CAAA;EACAA,QAAAA,IAAI,GAAGuM,SAAP,CAAA;EACH,OAAA;;QACD,IAAI,UAAA,KAAe,OAAO0H,OAA1B,EAAmC;EAC/B7P,QAAAA,EAAE,GAAG6P,OAAL,CAAA;EACAA,QAAAA,OAAO,GAAG,IAAV,CAAA;EACH,OAAA;;EACD,MAAA,IAAI,cAAc,IAAKpM,CAAAA,UAAnB,IAAiC,QAAa,KAAA,IAAA,CAAKA,UAAvD,EAAmE;EAC/D,QAAA,OAAA;EACH,OAAA;;QACDoM,OAAO,GAAGA,OAAO,IAAI,EAArB,CAAA;EACAA,MAAAA,OAAO,CAACC,QAAR,GAAmB,KAAUD,KAAAA,OAAO,CAACC,QAArC,CAAA;EACA,MAAA,IAAM1Q,MAAM,GAAG;EACXzD,QAAAA,IAAI,EAAEA,IADK;EAEXC,QAAAA,IAAI,EAAEA,IAFK;EAGXiU,QAAAA,OAAO,EAAEA,OAAAA;SAHb,CAAA;EAKA,MAAA,IAAA,CAAK9O,YAAL,CAAkB,cAAlB,EAAkC3B,MAAlC,CAAA,CAAA;EACA,MAAA,IAAA,CAAK0N,WAAL,CAAiBrN,IAAjB,CAAsBL,MAAtB,CAAA,CAAA;EACA,MAAA,IAAIY,EAAJ,EACI,IAAA,CAAKE,IAAL,CAAU,OAAV,EAAmBF,EAAnB,CAAA,CAAA;EACJ,MAAA,IAAA,CAAK4O,KAAL,EAAA,CAAA;EACH,KAAA;EACD;EACJ;EACA;;EAzdA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,OAAA;EAAA,IAAA,KAAA,EA0dI,SAAQ,KAAA,GAAA;EAAA,MAAA,IAAA,MAAA,GAAA,IAAA,CAAA;;EACJ,MAAA,IAAM/H,KAAK,GAAG,SAARA,KAAQ,GAAM;UAChB,MAAI,CAACjD,OAAL,CAAa,cAAb,CAAA,CAAA;;UACA,MAAI,CAACmK,SAAL,CAAelH,KAAf,EAAA,CAAA;SAFJ,CAAA;;EAIA,MAAA,IAAMkJ,eAAe,GAAG,SAAlBA,eAAkB,GAAM;EAC1B,QAAA,MAAI,CAAC5P,GAAL,CAAS,SAAT,EAAoB4P,eAApB,CAAA,CAAA;;EACA,QAAA,MAAI,CAAC5P,GAAL,CAAS,cAAT,EAAyB4P,eAAzB,CAAA,CAAA;;UACAlJ,KAAK,EAAA,CAAA;SAHT,CAAA;;EAKA,MAAA,IAAMmJ,cAAc,GAAG,SAAjBA,cAAiB,GAAM;EACzB;EACA,QAAA,MAAI,CAAC9P,IAAL,CAAU,SAAV,EAAqB6P,eAArB,CAAA,CAAA;;EACA,QAAA,MAAI,CAAC7P,IAAL,CAAU,cAAV,EAA0B6P,eAA1B,CAAA,CAAA;SAHJ,CAAA;;EAKA,MAAA,IAAI,cAAc,IAAKtM,CAAAA,UAAnB,IAAiC,MAAW,KAAA,IAAA,CAAKA,UAArD,EAAiE;UAC7D,IAAKA,CAAAA,UAAL,GAAkB,SAAlB,CAAA;;EACA,QAAA,IAAI,IAAKqJ,CAAAA,WAAL,CAAiBxP,MAArB,EAA6B;EACzB,UAAA,IAAA,CAAK4C,IAAL,CAAU,OAAV,EAAmB,YAAM;cACrB,IAAI,MAAI,CAACyO,SAAT,EAAoB;gBAChBqB,cAAc,EAAA,CAAA;EACjB,aAFD,MAGK;gBACDnJ,KAAK,EAAA,CAAA;EACR,aAAA;aANL,CAAA,CAAA;EAQH,SATD,MAUK,IAAI,IAAK8H,CAAAA,SAAT,EAAoB;YACrBqB,cAAc,EAAA,CAAA;EACjB,SAFI,MAGA;YACDnJ,KAAK,EAAA,CAAA;EACR,SAAA;EACJ,OAAA;;EACD,MAAA,OAAO,IAAP,CAAA;EACH,KAAA;EACD;EACJ;EACA;EACA;EACA;;EAlgBA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,SAAA;MAAA,KAmgBI,EAAA,SAAA,OAAA,CAAQzB,GAAR,EAAa;QACTyH,MAAM,CAACsB,qBAAP,GAA+B,KAA/B,CAAA;EACA,MAAA,IAAA,CAAKpN,YAAL,CAAkB,OAAlB,EAA2BqE,GAA3B,CAAA,CAAA;EACA,MAAA,IAAA,CAAKxB,OAAL,CAAa,iBAAb,EAAgCwB,GAAhC,CAAA,CAAA;EACH,KAAA;EACD;EACJ;EACA;EACA;EACA;;EA5gBA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,SAAA;EAAA,IAAA,KAAA,EA6gBI,SAAQnC,OAAAA,CAAAA,MAAR,EAAgBC,WAAhB,EAA6B;QACzB,IAAI,SAAA,KAAc,IAAKO,CAAAA,UAAnB,IACA,MAAA,KAAW,IAAKA,CAAAA,UADhB,IAEA,SAAA,KAAc,IAAKA,CAAAA,UAFvB,EAEmC;EAC/B;EACA,QAAA,IAAA,CAAKnB,cAAL,CAAoB,IAAKuL,CAAAA,gBAAzB,EAF+B;;EAI/B,QAAA,IAAA,CAAKE,SAAL,CAAexN,kBAAf,CAAkC,OAAlC,EAJ+B;;EAM/B,QAAA,IAAA,CAAKwN,SAAL,CAAelH,KAAf,EAAA,CAN+B;;UAQ/B,IAAKkH,CAAAA,SAAL,CAAexN,kBAAf,EAAA,CAAA;;EACA,QAAA,IAAI,OAAOC,mBAAP,KAA+B,UAAnC,EAA+C;EAC3CA,UAAAA,mBAAmB,CAAC,cAAD,EAAiB,KAAKsN,yBAAtB,EAAiD,KAAjD,CAAnB,CAAA;EACAtN,UAAAA,mBAAmB,CAAC,SAAD,EAAY,KAAKwN,oBAAjB,EAAuC,KAAvC,CAAnB,CAAA;EACH,SAZ8B;;;EAc/B,QAAA,IAAA,CAAKvK,UAAL,GAAkB,QAAlB,CAd+B;;EAgB/B,QAAA,IAAA,CAAKgK,EAAL,GAAU,IAAV,CAhB+B;;UAkB/B,IAAK1M,CAAAA,YAAL,CAAkB,OAAlB,EAA2BkC,MAA3B,EAAmCC,WAAnC,EAlB+B;EAoB/B;;UACA,IAAK4J,CAAAA,WAAL,GAAmB,EAAnB,CAAA;UACA,IAAKC,CAAAA,aAAL,GAAqB,CAArB,CAAA;EACH,OAAA;EACJ,KAAA;EACD;EACJ;EACA;EACA;EACA;EACA;;EA9iBA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,gBAAA;MAAA,KA+iBI,EAAA,SAAA,cAAA,CAAeW,QAAf,EAAyB;QACrB,IAAMuC,gBAAgB,GAAG,EAAzB,CAAA;QACA,IAAI5S,CAAC,GAAG,CAAR,CAAA;EACA,MAAA,IAAM6S,CAAC,GAAGxC,QAAQ,CAACpQ,MAAnB,CAAA;;EACA,MAAA,OAAOD,CAAC,GAAG6S,CAAX,EAAc7S,CAAC,EAAf,EAAmB;EACf,QAAA,IAAI,CAAC,IAAKmO,CAAAA,UAAL,CAAgBjE,OAAhB,CAAwBmG,QAAQ,CAACrQ,CAAD,CAAhC,CAAL,EACI4S,gBAAgB,CAACxQ,IAAjB,CAAsBiO,QAAQ,CAACrQ,CAAD,CAA9B,CAAA,CAAA;EACP,OAAA;;EACD,MAAA,OAAO4S,gBAAP,CAAA;EACH,KAAA;EAxjBL,GAAA,CAAA,CAAA,CAAA;;EAAA,EAAA,OAAA,MAAA,CAAA;EAAA,CAAA,CAA4BtQ,OAA5B,CAAA,CAAA;AA0jBAkN,UAAM,CAACnN,QAAP,GAAkBA,UAAlB;;AC9jBwBmN,UAAM,CAACnN;;ECD/B;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;EACO,SAASyQ,GAAT,CAAazI,GAAb,EAAkC;IAAA,IAAhBF,IAAgB,uEAAT,EAAS,CAAA;EAAA,EAAA,IAAL4I,GAAK,GAAA,SAAA,CAAA,MAAA,GAAA,CAAA,GAAA,SAAA,CAAA,CAAA,CAAA,GAAA,SAAA,CAAA;EACrC,EAAA,IAAI/T,GAAG,GAAGqL,GAAV,CADqC;;IAGrC0I,GAAG,GAAGA,GAAG,IAAK,OAAOpK,QAAP,KAAoB,WAApB,IAAmCA,QAAjD,CAAA;EACA,EAAA,IAAI,IAAQ0B,IAAAA,GAAZ,EACIA,GAAG,GAAG0I,GAAG,CAAC1Q,QAAJ,GAAe,IAAf,GAAsB0Q,GAAG,CAACjE,IAAhC,CALiC;;EAOrC,EAAA,IAAI,OAAOzE,GAAP,KAAe,QAAnB,EAA6B;EACzB,IAAA,IAAI,QAAQA,GAAG,CAACnJ,MAAJ,CAAW,CAAX,CAAZ,EAA2B;EACvB,MAAA,IAAI,QAAQmJ,GAAG,CAACnJ,MAAJ,CAAW,CAAX,CAAZ,EAA2B;EACvBmJ,QAAAA,GAAG,GAAG0I,GAAG,CAAC1Q,QAAJ,GAAegI,GAArB,CAAA;EACH,OAFD,MAGK;EACDA,QAAAA,GAAG,GAAG0I,GAAG,CAACjE,IAAJ,GAAWzE,GAAjB,CAAA;EACH,OAAA;EACJ,KAAA;;EACD,IAAA,IAAI,CAAC,qBAAsB2I,CAAAA,IAAtB,CAA2B3I,GAA3B,CAAL,EAAsC;QAClC,IAAI,WAAA,KAAgB,OAAO0I,GAA3B,EAAgC;EAC5B1I,QAAAA,GAAG,GAAG0I,GAAG,CAAC1Q,QAAJ,GAAe,IAAf,GAAsBgI,GAA5B,CAAA;EACH,OAFD,MAGK;UACDA,GAAG,GAAG,aAAaA,GAAnB,CAAA;EACH,OAAA;EACJ,KAhBwB;;;EAkBzBrL,IAAAA,GAAG,GAAGuP,KAAK,CAAClE,GAAD,CAAX,CAAA;EACH,GA1BoC;;;EA4BrC,EAAA,IAAI,CAACrL,GAAG,CAAC6J,IAAT,EAAe;EACX,IAAA,IAAI,cAAcmK,IAAd,CAAmBhU,GAAG,CAACqD,QAAvB,CAAJ,EAAsC;QAClCrD,GAAG,CAAC6J,IAAJ,GAAW,IAAX,CAAA;OADJ,MAGK,IAAI,cAAemK,CAAAA,IAAf,CAAoBhU,GAAG,CAACqD,QAAxB,CAAJ,EAAuC;QACxCrD,GAAG,CAAC6J,IAAJ,GAAW,KAAX,CAAA;EACH,KAAA;EACJ,GAAA;;EACD7J,EAAAA,GAAG,CAACmL,IAAJ,GAAWnL,GAAG,CAACmL,IAAJ,IAAY,GAAvB,CAAA;IACA,IAAMF,IAAI,GAAGjL,GAAG,CAAC8P,IAAJ,CAAS5E,OAAT,CAAiB,GAAjB,CAA0B,KAAA,CAAC,CAAxC,CAAA;EACA,EAAA,IAAM4E,IAAI,GAAG7E,IAAI,GAAG,MAAMjL,GAAG,CAAC8P,IAAV,GAAiB,GAApB,GAA0B9P,GAAG,CAAC8P,IAA/C,CAtCqC;;EAwCrC9P,EAAAA,GAAG,CAACoR,EAAJ,GAASpR,GAAG,CAACqD,QAAJ,GAAe,KAAf,GAAuByM,IAAvB,GAA8B,GAA9B,GAAoC9P,GAAG,CAAC6J,IAAxC,GAA+CsB,IAAxD,CAxCqC;;IA0CrCnL,GAAG,CAACiU,IAAJ,GACIjU,GAAG,CAACqD,QAAJ,GACI,KADJ,GAEIyM,IAFJ,IAGKiE,GAAG,IAAIA,GAAG,CAAClK,IAAJ,KAAa7J,GAAG,CAAC6J,IAAxB,GAA+B,EAA/B,GAAoC,GAAM7J,GAAAA,GAAG,CAAC6J,IAHnD,CADJ,CAAA;EAKA,EAAA,OAAO7J,GAAP,CAAA;EACH;;EC1DD,IAAMH,qBAAqB,GAAG,OAAOC,WAAP,KAAuB,UAArD,CAAA;;EACA,IAAMC,MAAM,GAAG,SAATA,MAAS,CAACC,GAAD,EAAS;EACpB,EAAA,OAAO,OAAOF,WAAW,CAACC,MAAnB,KAA8B,UAA9B,GACDD,WAAW,CAACC,MAAZ,CAAmBC,GAAnB,CADC,GAEDA,GAAG,CAACC,MAAJ,YAAsBH,WAF5B,CAAA;EAGH,CAJD,CAAA;;EAKA,IAAMH,QAAQ,GAAGZ,MAAM,CAACW,SAAP,CAAiBC,QAAlC,CAAA;EACA,IAAMH,cAAc,GAAG,OAAOC,IAAP,KAAgB,UAAhB,IAClB,OAAOA,IAAP,KAAgB,WAAhB,IACGE,QAAQ,CAACC,IAAT,CAAcH,IAAd,MAAwB,0BAFhC,CAAA;EAGA,IAAMyU,cAAc,GAAG,OAAOC,IAAP,KAAgB,UAAhB,IAClB,OAAOA,IAAP,KAAgB,WAAhB,IACGxU,QAAQ,CAACC,IAAT,CAAcuU,IAAd,MAAwB,0BAFhC,CAAA;EAGA;EACA;EACA;EACA;EACA;;EACO,SAASC,QAAT,CAAkBpU,GAAlB,EAAuB;IAC1B,OAASH,qBAAqB,KAAKG,GAAG,YAAYF,WAAf,IAA8BC,MAAM,CAACC,GAAD,CAAzC,CAAtB,IACHR,cAAc,IAAIQ,GAAG,YAAYP,IAD9B,IAEHyU,cAAc,IAAIlU,GAAG,YAAYmU,IAFtC,CAAA;EAGH,CAAA;EACM,SAASE,SAAT,CAAmBrU,GAAnB,EAAwBsU,MAAxB,EAAgC;EACnC,EAAA,IAAI,CAACtU,GAAD,IAAQ,QAAOA,GAAP,CAAA,KAAe,QAA3B,EAAqC;EACjC,IAAA,OAAO,KAAP,CAAA;EACH,GAAA;;EACD,EAAA,IAAI6C,KAAK,CAAC0R,OAAN,CAAcvU,GAAd,CAAJ,EAAwB;EACpB,IAAA,KAAK,IAAIgB,CAAC,GAAG,CAAR,EAAW0F,CAAC,GAAG1G,GAAG,CAACiB,MAAxB,EAAgCD,CAAC,GAAG0F,CAApC,EAAuC1F,CAAC,EAAxC,EAA4C;EACxC,MAAA,IAAIqT,SAAS,CAACrU,GAAG,CAACgB,CAAD,CAAJ,CAAb,EAAuB;EACnB,QAAA,OAAO,IAAP,CAAA;EACH,OAAA;EACJ,KAAA;;EACD,IAAA,OAAO,KAAP,CAAA;EACH,GAAA;;EACD,EAAA,IAAIoT,QAAQ,CAACpU,GAAD,CAAZ,EAAmB;EACf,IAAA,OAAO,IAAP,CAAA;EACH,GAAA;;EACD,EAAA,IAAIA,GAAG,CAACsU,MAAJ,IACA,OAAOtU,GAAG,CAACsU,MAAX,KAAsB,UADtB,IAEAtQ,SAAS,CAAC/C,MAAV,KAAqB,CAFzB,EAE4B;MACxB,OAAOoT,SAAS,CAACrU,GAAG,CAACsU,MAAJ,EAAD,EAAe,IAAf,CAAhB,CAAA;EACH,GAAA;;EACD,EAAA,KAAK,IAAMlV,GAAX,IAAkBY,GAAlB,EAAuB;EACnB,IAAA,IAAIjB,MAAM,CAACW,SAAP,CAAiB4F,cAAjB,CAAgC1F,IAAhC,CAAqCI,GAArC,EAA0CZ,GAA1C,CAAA,IAAkDiV,SAAS,CAACrU,GAAG,CAACZ,GAAD,CAAJ,CAA/D,EAA2E;EACvE,MAAA,OAAO,IAAP,CAAA;EACH,KAAA;EACJ,GAAA;;EACD,EAAA,OAAO,KAAP,CAAA;EACH;;EChDD;EACA;EACA;EACA;EACA;EACA;EACA;;EACO,SAASoV,iBAAT,CAA2BzR,MAA3B,EAAmC;IACtC,IAAM0R,OAAO,GAAG,EAAhB,CAAA;EACA,EAAA,IAAMC,UAAU,GAAG3R,MAAM,CAACxD,IAA1B,CAAA;IACA,IAAMoV,IAAI,GAAG5R,MAAb,CAAA;IACA4R,IAAI,CAACpV,IAAL,GAAYqV,kBAAkB,CAACF,UAAD,EAAaD,OAAb,CAA9B,CAAA;EACAE,EAAAA,IAAI,CAACE,WAAL,GAAmBJ,OAAO,CAACxT,MAA3B,CALsC;;IAMtC,OAAO;EAAE8B,IAAAA,MAAM,EAAE4R,IAAV;EAAgBF,IAAAA,OAAO,EAAEA,OAAAA;KAAhC,CAAA;EACH,CAAA;;EACD,SAASG,kBAAT,CAA4BrV,IAA5B,EAAkCkV,OAAlC,EAA2C;EACvC,EAAA,IAAI,CAAClV,IAAL,EACI,OAAOA,IAAP,CAAA;;EACJ,EAAA,IAAI6U,QAAQ,CAAC7U,IAAD,CAAZ,EAAoB;EAChB,IAAA,IAAMuV,WAAW,GAAG;EAAEC,MAAAA,YAAY,EAAE,IAAhB;QAAsB9M,GAAG,EAAEwM,OAAO,CAACxT,MAAAA;OAAvD,CAAA;MACAwT,OAAO,CAACrR,IAAR,CAAa7D,IAAb,CAAA,CAAA;EACA,IAAA,OAAOuV,WAAP,CAAA;KAHJ,MAKK,IAAIjS,KAAK,CAAC0R,OAAN,CAAchV,IAAd,CAAJ,EAAyB;MAC1B,IAAMyV,OAAO,GAAG,IAAInS,KAAJ,CAAUtD,IAAI,CAAC0B,MAAf,CAAhB,CAAA;;EACA,IAAA,KAAK,IAAID,CAAC,GAAG,CAAb,EAAgBA,CAAC,GAAGzB,IAAI,CAAC0B,MAAzB,EAAiCD,CAAC,EAAlC,EAAsC;EAClCgU,MAAAA,OAAO,CAAChU,CAAD,CAAP,GAAa4T,kBAAkB,CAACrV,IAAI,CAACyB,CAAD,CAAL,EAAUyT,OAAV,CAA/B,CAAA;EACH,KAAA;;EACD,IAAA,OAAOO,OAAP,CAAA;EACH,GANI,MAOA,IAAI,OAAOzV,CAAAA,IAAP,CAAgB,KAAA,QAAhB,IAA4B,EAAEA,IAAI,YAAY+I,IAAlB,CAAhC,EAAyD;MAC1D,IAAM0M,QAAO,GAAG,EAAhB,CAAA;;EACA,IAAA,KAAK,IAAM5V,GAAX,IAAkBG,IAAlB,EAAwB;EACpB,MAAA,IAAIR,MAAM,CAACW,SAAP,CAAiB4F,cAAjB,CAAgC1F,IAAhC,CAAqCL,IAArC,EAA2CH,GAA3C,CAAJ,EAAqD;EACjD4V,QAAAA,QAAO,CAAC5V,GAAD,CAAP,GAAewV,kBAAkB,CAACrV,IAAI,CAACH,GAAD,CAAL,EAAYqV,OAAZ,CAAjC,CAAA;EACH,OAAA;EACJ,KAAA;;EACD,IAAA,OAAOO,QAAP,CAAA;EACH,GAAA;;EACD,EAAA,OAAOzV,IAAP,CAAA;EACH,CAAA;EACD;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;EACO,SAAS0V,iBAAT,CAA2BlS,MAA3B,EAAmC0R,OAAnC,EAA4C;IAC/C1R,MAAM,CAACxD,IAAP,GAAc2V,kBAAkB,CAACnS,MAAM,CAACxD,IAAR,EAAckV,OAAd,CAAhC,CAAA;EACA,EAAA,OAAO1R,MAAM,CAAC8R,WAAd,CAF+C;;EAG/C,EAAA,OAAO9R,MAAP,CAAA;EACH,CAAA;;EACD,SAASmS,kBAAT,CAA4B3V,IAA5B,EAAkCkV,OAAlC,EAA2C;EACvC,EAAA,IAAI,CAAClV,IAAL,EACI,OAAOA,IAAP,CAAA;;EACJ,EAAA,IAAIA,IAAI,IAAIA,IAAI,CAACwV,YAAL,KAAsB,IAAlC,EAAwC;MACpC,IAAMI,YAAY,GAAG,OAAO5V,IAAI,CAAC0I,GAAZ,KAAoB,QAApB,IACjB1I,IAAI,CAAC0I,GAAL,IAAY,CADK,IAEjB1I,IAAI,CAAC0I,GAAL,GAAWwM,OAAO,CAACxT,MAFvB,CAAA;;EAGA,IAAA,IAAIkU,YAAJ,EAAkB;EACd,MAAA,OAAOV,OAAO,CAAClV,IAAI,CAAC0I,GAAN,CAAd,CADc;EAEjB,KAFD,MAGK;EACD,MAAA,MAAM,IAAIlB,KAAJ,CAAU,qBAAV,CAAN,CAAA;EACH,KAAA;KATL,MAWK,IAAIlE,KAAK,CAAC0R,OAAN,CAAchV,IAAd,CAAJ,EAAyB;EAC1B,IAAA,KAAK,IAAIyB,CAAC,GAAG,CAAb,EAAgBA,CAAC,GAAGzB,IAAI,CAAC0B,MAAzB,EAAiCD,CAAC,EAAlC,EAAsC;EAClCzB,MAAAA,IAAI,CAACyB,CAAD,CAAJ,GAAUkU,kBAAkB,CAAC3V,IAAI,CAACyB,CAAD,CAAL,EAAUyT,OAAV,CAA5B,CAAA;EACH,KAAA;EACJ,GAJI,MAKA,IAAI,OAAA,CAAOlV,IAAP,CAAA,KAAgB,QAApB,EAA8B;EAC/B,IAAA,KAAK,IAAMH,GAAX,IAAkBG,IAAlB,EAAwB;EACpB,MAAA,IAAIR,MAAM,CAACW,SAAP,CAAiB4F,cAAjB,CAAgC1F,IAAhC,CAAqCL,IAArC,EAA2CH,GAA3C,CAAJ,EAAqD;EACjDG,QAAAA,IAAI,CAACH,GAAD,CAAJ,GAAY8V,kBAAkB,CAAC3V,IAAI,CAACH,GAAD,CAAL,EAAYqV,OAAZ,CAA9B,CAAA;EACH,OAAA;EACJ,KAAA;EACJ,GAAA;;EACD,EAAA,OAAOlV,IAAP,CAAA;EACH;;EC/ED;EACA;EACA;EACA;EACA;;EACO,IAAM8D,QAAQ,GAAG,CAAjB,CAAA;EACA,IAAI+R,UAAJ,CAAA;;EACP,CAAC,UAAUA,UAAV,EAAsB;IACnBA,UAAU,CAACA,UAAU,CAAC,SAAD,CAAV,GAAwB,CAAzB,CAAV,GAAwC,SAAxC,CAAA;IACAA,UAAU,CAACA,UAAU,CAAC,YAAD,CAAV,GAA2B,CAA5B,CAAV,GAA2C,YAA3C,CAAA;IACAA,UAAU,CAACA,UAAU,CAAC,OAAD,CAAV,GAAsB,CAAvB,CAAV,GAAsC,OAAtC,CAAA;IACAA,UAAU,CAACA,UAAU,CAAC,KAAD,CAAV,GAAoB,CAArB,CAAV,GAAoC,KAApC,CAAA;IACAA,UAAU,CAACA,UAAU,CAAC,eAAD,CAAV,GAA8B,CAA/B,CAAV,GAA8C,eAA9C,CAAA;IACAA,UAAU,CAACA,UAAU,CAAC,cAAD,CAAV,GAA6B,CAA9B,CAAV,GAA6C,cAA7C,CAAA;IACAA,UAAU,CAACA,UAAU,CAAC,YAAD,CAAV,GAA2B,CAA5B,CAAV,GAA2C,YAA3C,CAAA;EACH,CARD,EAQGA,UAAU,KAAKA,UAAU,GAAG,EAAlB,CARb,CAAA,CAAA;EASA;EACA;EACA;;;EACA,IAAaC,OAAb,gBAAA,YAAA;EACI;EACJ;EACA;EACA;EACA;EACI,EAAA,SAAA,OAAA,CAAYC,QAAZ,EAAsB;EAAA,IAAA,eAAA,CAAA,IAAA,EAAA,OAAA,CAAA,CAAA;;MAClB,IAAKA,CAAAA,QAAL,GAAgBA,QAAhB,CAAA;EACH,GAAA;EACD;EACJ;EACA;EACA;EACA;EACA;;;EAdA,EAAA,YAAA,CAAA,OAAA,EAAA,CAAA;EAAA,IAAA,GAAA,EAAA,QAAA;MAAA,KAeI,EAAA,SAAA,MAAA,CAAOtV,GAAP,EAAY;EACR,MAAA,IAAIA,GAAG,CAACV,IAAJ,KAAa8V,UAAU,CAACG,KAAxB,IAAiCvV,GAAG,CAACV,IAAJ,KAAa8V,UAAU,CAACI,GAA7D,EAAkE;EAC9D,QAAA,IAAInB,SAAS,CAACrU,GAAD,CAAb,EAAoB;YAChB,OAAO,IAAA,CAAKyV,cAAL,CAAoB;EACvBnW,YAAAA,IAAI,EAAEU,GAAG,CAACV,IAAJ,KAAa8V,UAAU,CAACG,KAAxB,GACAH,UAAU,CAACM,YADX,GAEAN,UAAU,CAACO,UAHM;cAIvBC,GAAG,EAAE5V,GAAG,CAAC4V,GAJc;cAKvBrW,IAAI,EAAES,GAAG,CAACT,IALa;cAMvB6R,EAAE,EAAEpR,GAAG,CAACoR,EAAAA;EANe,WAApB,CAAP,CAAA;EAQH,SAAA;EACJ,OAAA;;EACD,MAAA,OAAO,CAAC,IAAKyE,CAAAA,cAAL,CAAoB7V,GAApB,CAAD,CAAP,CAAA;EACH,KAAA;EACD;EACJ;EACA;;EAhCA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,gBAAA;MAAA,KAiCI,EAAA,SAAA,cAAA,CAAeA,GAAf,EAAoB;EAChB;EACA,MAAA,IAAIwG,GAAG,GAAG,EAAA,GAAKxG,GAAG,CAACV,IAAnB,CAFgB;;EAIhB,MAAA,IAAIU,GAAG,CAACV,IAAJ,KAAa8V,UAAU,CAACM,YAAxB,IACA1V,GAAG,CAACV,IAAJ,KAAa8V,UAAU,CAACO,UAD5B,EACwC;EACpCnP,QAAAA,GAAG,IAAIxG,GAAG,CAAC6U,WAAJ,GAAkB,GAAzB,CAAA;EACH,OAPe;EAShB;;;QACA,IAAI7U,GAAG,CAAC4V,GAAJ,IAAW,QAAQ5V,GAAG,CAAC4V,GAA3B,EAAgC;EAC5BpP,QAAAA,GAAG,IAAIxG,GAAG,CAAC4V,GAAJ,GAAU,GAAjB,CAAA;EACH,OAZe;;;EAchB,MAAA,IAAI,IAAQ5V,IAAAA,GAAG,CAACoR,EAAhB,EAAoB;UAChB5K,GAAG,IAAIxG,GAAG,CAACoR,EAAX,CAAA;EACH,OAhBe;;;EAkBhB,MAAA,IAAI,IAAQpR,IAAAA,GAAG,CAACT,IAAhB,EAAsB;UAClBiH,GAAG,IAAIuM,IAAI,CAAC+C,SAAL,CAAe9V,GAAG,CAACT,IAAnB,EAAyB,IAAK+V,CAAAA,QAA9B,CAAP,CAAA;EACH,OAAA;;EACD,MAAA,OAAO9O,GAAP,CAAA;EACH,KAAA;EACD;EACJ;EACA;EACA;EACA;;EA5DA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,gBAAA;MAAA,KA6DI,EAAA,SAAA,cAAA,CAAexG,GAAf,EAAoB;EAChB,MAAA,IAAM+V,cAAc,GAAGvB,iBAAiB,CAACxU,GAAD,CAAxC,CAAA;QACA,IAAM2U,IAAI,GAAG,IAAKkB,CAAAA,cAAL,CAAoBE,cAAc,CAAChT,MAAnC,CAAb,CAAA;EACA,MAAA,IAAM0R,OAAO,GAAGsB,cAAc,CAACtB,OAA/B,CAAA;EACAA,MAAAA,OAAO,CAACuB,OAAR,CAAgBrB,IAAhB,EAJgB;;QAKhB,OAAOF,OAAP,CALgB;EAMnB,KAAA;EAnEL,GAAA,CAAA,CAAA,CAAA;;EAAA,EAAA,OAAA,OAAA,CAAA;EAAA,CAAA,EAAA,CAAA;EAqEA;EACA;EACA;EACA;EACA;;EACA,IAAawB,OAAb,gBAAA,UAAA,QAAA,EAAA;EAAA,EAAA,SAAA,CAAA,OAAA,EAAA,QAAA,CAAA,CAAA;;EAAA,EAAA,IAAA,MAAA,GAAA,YAAA,CAAA,OAAA,CAAA,CAAA;;EACI;EACJ;EACA;EACA;EACA;EACI,EAAA,SAAA,OAAA,CAAYC,OAAZ,EAAqB;EAAA,IAAA,IAAA,KAAA,CAAA;;EAAA,IAAA,eAAA,CAAA,IAAA,EAAA,OAAA,CAAA,CAAA;;EACjB,IAAA,KAAA,GAAA,MAAA,CAAA,IAAA,CAAA,IAAA,CAAA,CAAA;MACA,KAAKA,CAAAA,OAAL,GAAeA,OAAf,CAAA;EAFiB,IAAA,OAAA,KAAA,CAAA;EAGpB,GAAA;EACD;EACJ;EACA;EACA;EACA;;;EAdA,EAAA,YAAA,CAAA,OAAA,EAAA,CAAA;EAAA,IAAA,GAAA,EAAA,KAAA;MAAA,KAeI,EAAA,SAAA,GAAA,CAAIlW,GAAJ,EAAS;EACL,MAAA,IAAI+C,MAAJ,CAAA;;EACA,MAAA,IAAI,OAAO/C,GAAP,KAAe,QAAnB,EAA6B;UACzB,IAAI,IAAA,CAAKmW,aAAT,EAAwB;EACpB,UAAA,MAAM,IAAIpP,KAAJ,CAAU,iDAAV,CAAN,CAAA;EACH,SAAA;;EACDhE,QAAAA,MAAM,GAAG,IAAA,CAAKqT,YAAL,CAAkBpW,GAAlB,CAAT,CAAA;UACA,IAAMqW,aAAa,GAAGtT,MAAM,CAACzD,IAAP,KAAgB8V,UAAU,CAACM,YAAjD,CAAA;;UACA,IAAIW,aAAa,IAAItT,MAAM,CAACzD,IAAP,KAAgB8V,UAAU,CAACO,UAAhD,EAA4D;EACxD5S,UAAAA,MAAM,CAACzD,IAAP,GAAc+W,aAAa,GAAGjB,UAAU,CAACG,KAAd,GAAsBH,UAAU,CAACI,GAA5D,CADwD;;YAGxD,IAAKW,CAAAA,aAAL,GAAqB,IAAIG,mBAAJ,CAAwBvT,MAAxB,CAArB,CAHwD;;EAKxD,UAAA,IAAIA,MAAM,CAAC8R,WAAP,KAAuB,CAA3B,EAA8B;cAC1B,IAAmB,CAAA,eAAA,CAAA,OAAA,CAAA,SAAA,CAAA,EAAA,cAAA,EAAA,IAAA,CAAA,CAAA,IAAA,CAAA,IAAA,EAAA,SAAnB,EAA8B9R,MAA9B,CAAA,CAAA;EACH,WAAA;EACJ,SARD,MASK;EACD;YACA,IAAmB,CAAA,eAAA,CAAA,OAAA,CAAA,SAAA,CAAA,EAAA,cAAA,EAAA,IAAA,CAAA,CAAA,IAAA,CAAA,IAAA,EAAA,SAAnB,EAA8BA,MAA9B,CAAA,CAAA;EACH,SAAA;SAlBL,MAoBK,IAAIqR,QAAQ,CAACpU,GAAD,CAAR,IAAiBA,GAAG,CAACoB,MAAzB,EAAiC;EAClC;UACA,IAAI,CAAC,IAAK+U,CAAAA,aAAV,EAAyB;EACrB,UAAA,MAAM,IAAIpP,KAAJ,CAAU,kDAAV,CAAN,CAAA;EACH,SAFD,MAGK;EACDhE,UAAAA,MAAM,GAAG,IAAKoT,CAAAA,aAAL,CAAmBI,cAAnB,CAAkCvW,GAAlC,CAAT,CAAA;;EACA,UAAA,IAAI+C,MAAJ,EAAY;EACR;cACA,IAAKoT,CAAAA,aAAL,GAAqB,IAArB,CAAA;;cACA,IAAmB,CAAA,eAAA,CAAA,OAAA,CAAA,SAAA,CAAA,EAAA,cAAA,EAAA,IAAA,CAAA,CAAA,IAAA,CAAA,IAAA,EAAA,SAAnB,EAA8BpT,MAA9B,CAAA,CAAA;EACH,WAAA;EACJ,SAAA;EACJ,OAbI,MAcA;EACD,QAAA,MAAM,IAAIgE,KAAJ,CAAU,gBAAA,GAAmB/G,GAA7B,CAAN,CAAA;EACH,OAAA;EACJ,KAAA;EACD;EACJ;EACA;EACA;EACA;EACA;;EA5DA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,cAAA;MAAA,KA6DI,EAAA,SAAA,YAAA,CAAawG,GAAb,EAAkB;EACd,MAAA,IAAIxF,CAAC,GAAG,CAAR,CADc;;EAGd,MAAA,IAAMO,CAAC,GAAG;UACNjC,IAAI,EAAEyL,MAAM,CAACvE,GAAG,CAACtE,MAAJ,CAAW,CAAX,CAAD,CAAA;SADhB,CAAA;;QAGA,IAAIkT,UAAU,CAAC7T,CAAC,CAACjC,IAAH,CAAV,KAAuBwM,SAA3B,EAAsC;EAClC,QAAA,MAAM,IAAI/E,KAAJ,CAAU,yBAAyBxF,CAAC,CAACjC,IAArC,CAAN,CAAA;EACH,OARa;;;EAUd,MAAA,IAAIiC,CAAC,CAACjC,IAAF,KAAW8V,UAAU,CAACM,YAAtB,IACAnU,CAAC,CAACjC,IAAF,KAAW8V,UAAU,CAACO,UAD1B,EACsC;EAClC,QAAA,IAAMa,KAAK,GAAGxV,CAAC,GAAG,CAAlB,CAAA;;EACA,QAAA,OAAOwF,GAAG,CAACtE,MAAJ,CAAW,EAAElB,CAAb,CAAA,KAAoB,GAApB,IAA2BA,CAAC,IAAIwF,GAAG,CAACvF,MAA3C,EAAmD,EAAG;;UACtD,IAAMwV,GAAG,GAAGjQ,GAAG,CAACpE,SAAJ,CAAcoU,KAAd,EAAqBxV,CAArB,CAAZ,CAAA;;EACA,QAAA,IAAIyV,GAAG,IAAI1L,MAAM,CAAC0L,GAAD,CAAb,IAAsBjQ,GAAG,CAACtE,MAAJ,CAAWlB,CAAX,CAAA,KAAkB,GAA5C,EAAiD;EAC7C,UAAA,MAAM,IAAI+F,KAAJ,CAAU,qBAAV,CAAN,CAAA;EACH,SAAA;;EACDxF,QAAAA,CAAC,CAACsT,WAAF,GAAgB9J,MAAM,CAAC0L,GAAD,CAAtB,CAAA;EACH,OAnBa;;;QAqBd,IAAI,GAAA,KAAQjQ,GAAG,CAACtE,MAAJ,CAAWlB,CAAC,GAAG,CAAf,CAAZ,EAA+B;EAC3B,QAAA,IAAMwV,MAAK,GAAGxV,CAAC,GAAG,CAAlB,CAAA;;UACA,OAAO,EAAEA,CAAT,EAAY;EACR,UAAA,IAAMyF,CAAC,GAAGD,GAAG,CAACtE,MAAJ,CAAWlB,CAAX,CAAV,CAAA;YACA,IAAI,GAAA,KAAQyF,CAAZ,EACI,MAAA;EACJ,UAAA,IAAIzF,CAAC,KAAKwF,GAAG,CAACvF,MAAd,EACI,MAAA;EACP,SAAA;;UACDM,CAAC,CAACqU,GAAF,GAAQpP,GAAG,CAACpE,SAAJ,CAAcoU,MAAd,EAAqBxV,CAArB,CAAR,CAAA;EACH,OAVD,MAWK;UACDO,CAAC,CAACqU,GAAF,GAAQ,GAAR,CAAA;EACH,OAlCa;;;QAoCd,IAAMc,IAAI,GAAGlQ,GAAG,CAACtE,MAAJ,CAAWlB,CAAC,GAAG,CAAf,CAAb,CAAA;;QACA,IAAI,EAAA,KAAO0V,IAAP,IAAe3L,MAAM,CAAC2L,IAAD,CAAN,IAAgBA,IAAnC,EAAyC;EACrC,QAAA,IAAMF,OAAK,GAAGxV,CAAC,GAAG,CAAlB,CAAA;;UACA,OAAO,EAAEA,CAAT,EAAY;EACR,UAAA,IAAMyF,EAAC,GAAGD,GAAG,CAACtE,MAAJ,CAAWlB,CAAX,CAAV,CAAA;;YACA,IAAI,IAAA,IAAQyF,EAAR,IAAasE,MAAM,CAACtE,EAAD,CAAN,IAAaA,EAA9B,EAAiC;EAC7B,YAAA,EAAEzF,CAAF,CAAA;EACA,YAAA,MAAA;EACH,WAAA;;EACD,UAAA,IAAIA,CAAC,KAAKwF,GAAG,CAACvF,MAAd,EACI,MAAA;EACP,SAAA;;EACDM,QAAAA,CAAC,CAAC6P,EAAF,GAAOrG,MAAM,CAACvE,GAAG,CAACpE,SAAJ,CAAcoU,OAAd,EAAqBxV,CAAC,GAAG,CAAzB,CAAD,CAAb,CAAA;EACH,OAjDa;;;EAmDd,MAAA,IAAIwF,GAAG,CAACtE,MAAJ,CAAW,EAAElB,CAAb,CAAJ,EAAqB;UACjB,IAAM2V,OAAO,GAAG,IAAA,CAAKC,QAAL,CAAcpQ,GAAG,CAACqQ,MAAJ,CAAW7V,CAAX,CAAd,CAAhB,CAAA;;UACA,IAAIiV,OAAO,CAACa,cAAR,CAAuBvV,CAAC,CAACjC,IAAzB,EAA+BqX,OAA/B,CAAJ,EAA6C;YACzCpV,CAAC,CAAChC,IAAF,GAASoX,OAAT,CAAA;EACH,SAFD,MAGK;EACD,UAAA,MAAM,IAAI5P,KAAJ,CAAU,iBAAV,CAAN,CAAA;EACH,SAAA;EACJ,OAAA;;EACD,MAAA,OAAOxF,CAAP,CAAA;EACH,KAAA;EA1HL,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,UAAA;MAAA,KA2HI,EAAA,SAAA,QAAA,CAASiF,GAAT,EAAc;QACV,IAAI;UACA,OAAOuM,IAAI,CAACxD,KAAL,CAAW/I,GAAX,EAAgB,IAAA,CAAK0P,OAArB,CAAP,CAAA;SADJ,CAGA,OAAO/M,CAAP,EAAU;EACN,QAAA,OAAO,KAAP,CAAA;EACH,OAAA;EACJ,KAAA;EAlIL,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,SAAA;EAAA,IAAA,KAAA;EAmJI;EACJ;EACA;MACI,SAAU,OAAA,GAAA;QACN,IAAI,IAAA,CAAKgN,aAAT,EAAwB;UACpB,IAAKA,CAAAA,aAAL,CAAmBY,sBAAnB,EAAA,CAAA;UACA,IAAKZ,CAAAA,aAAL,GAAqB,IAArB,CAAA;EACH,OAAA;EACJ,KAAA;EA3JL,GAAA,CAAA,EAAA,CAAA;EAAA,IAAA,GAAA,EAAA,gBAAA;EAAA,IAAA,KAAA,EAmII,SAAsB7W,cAAAA,CAAAA,IAAtB,EAA4BqX,OAA5B,EAAqC;EACjC,MAAA,QAAQrX,IAAR;UACI,KAAK8V,UAAU,CAAC4B,OAAhB;YACI,OAAO,OAAA,CAAOL,OAAP,CAAA,KAAmB,QAA1B,CAAA;;UACJ,KAAKvB,UAAU,CAAC6B,UAAhB;YACI,OAAON,OAAO,KAAK7K,SAAnB,CAAA;;UACJ,KAAKsJ,UAAU,CAAC8B,aAAhB;YACI,OAAO,OAAOP,OAAP,KAAmB,QAAnB,IAA+B,OAAOA,CAAAA,OAAP,MAAmB,QAAzD,CAAA;;UACJ,KAAKvB,UAAU,CAACG,KAAhB,CAAA;UACA,KAAKH,UAAU,CAACM,YAAhB;YACI,OAAO7S,KAAK,CAAC0R,OAAN,CAAcoC,OAAd,KAA0BA,OAAO,CAAC1V,MAAR,GAAiB,CAAlD,CAAA;;UACJ,KAAKmU,UAAU,CAACI,GAAhB,CAAA;UACA,KAAKJ,UAAU,CAACO,UAAhB;EACI,UAAA,OAAO9S,KAAK,CAAC0R,OAAN,CAAcoC,OAAd,CAAP,CAAA;EAZR,OAAA;EAcH,KAAA;EAlJL,GAAA,CAAA,CAAA,CAAA;;EAAA,EAAA,OAAA,OAAA,CAAA;EAAA,CAAA,CAA6BrT,OAA7B,CAAA,CAAA;EA6JA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;MACMgT;EACF,EAAA,SAAA,mBAAA,CAAYvT,MAAZ,EAAoB;EAAA,IAAA,eAAA,CAAA,IAAA,EAAA,mBAAA,CAAA,CAAA;;MAChB,IAAKA,CAAAA,MAAL,GAAcA,MAAd,CAAA;MACA,IAAK0R,CAAAA,OAAL,GAAe,EAAf,CAAA;MACA,IAAK0C,CAAAA,SAAL,GAAiBpU,MAAjB,CAAA;EACH,GAAA;EACD;EACJ;EACA;EACA;EACA;EACA;EACA;EACA;;;;;EACI,IAAA,KAAA,EAAA,SAAA,cAAA,CAAeqU,OAAf,EAAwB;EACpB,MAAA,IAAA,CAAK3C,OAAL,CAAarR,IAAb,CAAkBgU,OAAlB,CAAA,CAAA;;QACA,IAAI,IAAA,CAAK3C,OAAL,CAAaxT,MAAb,KAAwB,IAAKkW,CAAAA,SAAL,CAAetC,WAA3C,EAAwD;EACpD;UACA,IAAM9R,MAAM,GAAGkS,iBAAiB,CAAC,KAAKkC,SAAN,EAAiB,IAAK1C,CAAAA,OAAtB,CAAhC,CAAA;EACA,QAAA,IAAA,CAAKsC,sBAAL,EAAA,CAAA;EACA,QAAA,OAAOhU,MAAP,CAAA;EACH,OAAA;;EACD,MAAA,OAAO,IAAP,CAAA;EACH,KAAA;EACD;EACJ;EACA;;;;aACI,SAAyB,sBAAA,GAAA;QACrB,IAAKoU,CAAAA,SAAL,GAAiB,IAAjB,CAAA;QACA,IAAK1C,CAAAA,OAAL,GAAe,EAAf,CAAA;EACH,KAAA;;;;;;;;;;;;;;ECnSE,SAASjR,EAAT,CAAYxD,GAAZ,EAAiBgP,EAAjB,EAAqBrL,EAArB,EAAyB;EAC5B3D,EAAAA,GAAG,CAACwD,EAAJ,CAAOwL,EAAP,EAAWrL,EAAX,CAAA,CAAA;IACA,OAAO,SAAS0T,UAAT,GAAsB;EACzBrX,IAAAA,GAAG,CAAC8D,GAAJ,CAAQkL,EAAR,EAAYrL,EAAZ,CAAA,CAAA;KADJ,CAAA;EAGH;;ECFD;EACA;EACA;EACA;;EACA,IAAM2T,eAAe,GAAGvY,MAAM,CAACwY,MAAP,CAAc;EAClCC,EAAAA,OAAO,EAAE,CADyB;EAElCC,EAAAA,aAAa,EAAE,CAFmB;EAGlCC,EAAAA,UAAU,EAAE,CAHsB;EAIlCC,EAAAA,aAAa,EAAE,CAJmB;EAKlC;EACAC,EAAAA,WAAW,EAAE,CANqB;EAOlC3T,EAAAA,cAAc,EAAE,CAAA;EAPkB,CAAd,CAAxB,CAAA;EASA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;EACA,IAAauM,MAAb,gBAAA,UAAA,QAAA,EAAA;EAAA,EAAA,SAAA,CAAA,MAAA,EAAA,QAAA,CAAA,CAAA;;EAAA,EAAA,IAAA,MAAA,GAAA,YAAA,CAAA,MAAA,CAAA,CAAA;;EACI;EACJ;EACA;EACI,EAAA,SAAA,MAAA,CAAYqH,EAAZ,EAAgBjC,GAAhB,EAAqB/P,IAArB,EAA2B;EAAA,IAAA,IAAA,KAAA,CAAA;;EAAA,IAAA,eAAA,CAAA,IAAA,EAAA,MAAA,CAAA,CAAA;;EACvB,IAAA,KAAA,GAAA,MAAA,CAAA,IAAA,CAAA,IAAA,CAAA,CAAA;EACA;EACR;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;MACQ,KAAKiS,CAAAA,SAAL,GAAiB,KAAjB,CAAA;EACA;EACR;EACA;EACA;;MACQ,KAAKC,CAAAA,SAAL,GAAiB,KAAjB,CAAA;EACA;EACR;EACA;;MACQ,KAAKC,CAAAA,aAAL,GAAqB,EAArB,CAAA;EACA;EACR;EACA;;MACQ,KAAKC,CAAAA,UAAL,GAAkB,EAAlB,CAAA;EACA;EACR;EACA;EACA;EACA;EACA;;MACQ,KAAKC,CAAAA,MAAL,GAAc,EAAd,CAAA;EACA;EACR;EACA;EACA;;MACQ,KAAKC,CAAAA,SAAL,GAAiB,CAAjB,CAAA;MACA,KAAKC,CAAAA,GAAL,GAAW,CAAX,CAAA;MACA,KAAKC,CAAAA,IAAL,GAAY,EAAZ,CAAA;MACA,KAAKC,CAAAA,KAAL,GAAa,EAAb,CAAA;MACA,KAAKT,CAAAA,EAAL,GAAUA,EAAV,CAAA;MACA,KAAKjC,CAAAA,GAAL,GAAWA,GAAX,CAAA;;EACA,IAAA,IAAI/P,IAAI,IAAIA,IAAI,CAAC0S,IAAjB,EAAuB;EACnB,MAAA,KAAA,CAAKA,IAAL,GAAY1S,IAAI,CAAC0S,IAAjB,CAAA;EACH,KAAA;;EACD,IAAA,KAAA,CAAKC,KAAL,GAAa,QAAA,CAAc,EAAd,EAAkB3S,IAAlB,CAAb,CAAA;EACA,IAAA,IAAI,MAAKgS,EAAL,CAAQY,YAAZ,EACI,MAAKzM,IAAL,EAAA,CAAA;EApDmB,IAAA,OAAA,KAAA,CAAA;EAqD1B,GAAA;EACD;EACJ;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;EAvEA,EAAA,YAAA,CAAA,MAAA,EAAA,CAAA;EAAA,IAAA,GAAA,EAAA,cAAA;EAAA,IAAA,GAAA,EAwEI,SAAmB,GAAA,GAAA;QACf,OAAO,CAAC,KAAK8L,SAAb,CAAA;EACH,KAAA;EACD;EACJ;EACA;EACA;EACA;;EA/EA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,WAAA;EAAA,IAAA,KAAA,EAgFI,SAAY,SAAA,GAAA;QACR,IAAI,IAAA,CAAKY,IAAT,EACI,OAAA;QACJ,IAAMb,EAAE,GAAG,IAAA,CAAKA,EAAhB,CAAA;EACA,MAAA,IAAA,CAAKa,IAAL,GAAY,CACRlV,EAAE,CAACqU,EAAD,EAAK,MAAL,EAAa,IAAA,CAAKpJ,MAAL,CAAYzI,IAAZ,CAAiB,IAAjB,CAAb,CADM,EAERxC,EAAE,CAACqU,EAAD,EAAK,QAAL,EAAe,IAAKc,CAAAA,QAAL,CAAc3S,IAAd,CAAmB,IAAnB,CAAf,CAFM,EAGRxC,EAAE,CAACqU,EAAD,EAAK,OAAL,EAAc,IAAK5I,CAAAA,OAAL,CAAajJ,IAAb,CAAkB,IAAlB,CAAd,CAHM,EAIRxC,EAAE,CAACqU,EAAD,EAAK,OAAL,EAAc,IAAA,CAAKhJ,OAAL,CAAa7I,IAAb,CAAkB,IAAlB,CAAd,CAJM,CAAZ,CAAA;EAMH,KAAA;EACD;EACJ;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;EA3GA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,QAAA;EAAA,IAAA,GAAA,EA4GI,SAAa,GAAA,GAAA;QACT,OAAO,CAAC,CAAC,IAAA,CAAK0S,IAAd,CAAA;EACH,KAAA;EACD;EACJ;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;EAxHA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,SAAA;EAAA,IAAA,KAAA,EAyHI,SAAU,OAAA,GAAA;EACN,MAAA,IAAI,IAAKZ,CAAAA,SAAT,EACI,OAAO,IAAP,CAAA;EACJ,MAAA,IAAA,CAAKc,SAAL,EAAA,CAAA;EACA,MAAA,IAAI,CAAC,IAAA,CAAKf,EAAL,CAAQ,eAAR,CAAL,EACI,IAAA,CAAKA,EAAL,CAAQ7L,IAAR,EAAA,CALE;;EAMN,MAAA,IAAI,WAAW,IAAK6L,CAAAA,EAAL,CAAQgB,WAAvB,EACI,KAAKpK,MAAL,EAAA,CAAA;EACJ,MAAA,OAAO,IAAP,CAAA;EACH,KAAA;EACD;EACJ;EACA;;EArIA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,MAAA;EAAA,IAAA,KAAA,EAsII,SAAO,IAAA,GAAA;QACH,OAAO,IAAA,CAAK+I,OAAL,EAAP,CAAA;EACH,KAAA;EACD;EACJ;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;EAvJA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,MAAA;EAAA,IAAA,KAAA,EAwJI,SAAc,IAAA,GAAA;EAAA,MAAA,KAAA,IAAA,IAAA,GAAA,SAAA,CAAA,MAAA,EAANhT,IAAM,GAAA,IAAA,KAAA,CAAA,IAAA,CAAA,EAAA,IAAA,GAAA,CAAA,EAAA,IAAA,GAAA,IAAA,EAAA,IAAA,EAAA,EAAA;UAANA,IAAM,CAAA,IAAA,CAAA,GAAA,SAAA,CAAA,IAAA,CAAA,CAAA;EAAA,OAAA;;QACVA,IAAI,CAACwR,OAAL,CAAa,SAAb,CAAA,CAAA;EACA,MAAA,IAAA,CAAKzR,IAAL,CAAUR,KAAV,CAAgB,IAAhB,EAAsBS,IAAtB,CAAA,CAAA;EACA,MAAA,OAAO,IAAP,CAAA;EACH,KAAA;EACD;EACJ;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;EA7KA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,MAAA;MAAA,KA8KI,EAAA,SAAA,IAAA,CAAKwK,EAAL,EAAkB;EACd,MAAA,IAAIsI,eAAe,CAAChS,cAAhB,CAA+B0J,EAA/B,CAAJ,EAAwC;UACpC,MAAM,IAAIjI,KAAJ,CAAU,GAAMiI,GAAAA,EAAE,CAACrP,QAAH,EAAN,GAAsB,4BAAhC,CAAN,CAAA;EACH,OAAA;;EAHa,MAAA,KAAA,IAAA,KAAA,GAAA,SAAA,CAAA,MAAA,EAAN6E,IAAM,GAAA,IAAA,KAAA,CAAA,KAAA,GAAA,CAAA,GAAA,KAAA,GAAA,CAAA,GAAA,CAAA,CAAA,EAAA,KAAA,GAAA,CAAA,EAAA,KAAA,GAAA,KAAA,EAAA,KAAA,EAAA,EAAA;UAANA,IAAM,CAAA,KAAA,GAAA,CAAA,CAAA,GAAA,SAAA,CAAA,KAAA,CAAA,CAAA;EAAA,OAAA;;QAIdA,IAAI,CAACwR,OAAL,CAAahH,EAAb,CAAA,CAAA;;EACA,MAAA,IAAI,IAAKwJ,CAAAA,KAAL,CAAWM,OAAX,IAAsB,CAAC,IAAA,CAAKR,KAAL,CAAWS,SAAlC,IAA+C,CAAC,IAAKT,CAAAA,KAAL,YAApD,EAAyE;UACrE,IAAKU,CAAAA,WAAL,CAAiBxU,IAAjB,CAAA,CAAA;;EACA,QAAA,OAAO,IAAP,CAAA;EACH,OAAA;;EACD,MAAA,IAAMzB,MAAM,GAAG;UACXzD,IAAI,EAAE8V,UAAU,CAACG,KADN;EAEXhW,QAAAA,IAAI,EAAEiF,IAAAA;SAFV,CAAA;QAIAzB,MAAM,CAACyQ,OAAP,GAAiB,EAAjB,CAAA;EACAzQ,MAAAA,MAAM,CAACyQ,OAAP,CAAeC,QAAf,GAA0B,IAAA,CAAK6E,KAAL,CAAW7E,QAAX,KAAwB,KAAlD,CAdc;;QAgBd,IAAI,UAAA,KAAe,OAAOjP,IAAI,CAACA,IAAI,CAACvD,MAAL,GAAc,CAAf,CAA9B,EAAiD;EAC7C,QAAA,IAAMmQ,EAAE,GAAG,IAAKgH,CAAAA,GAAL,EAAX,CAAA;EACA,QAAA,IAAMa,GAAG,GAAGzU,IAAI,CAAC0U,GAAL,EAAZ,CAAA;;EACA,QAAA,IAAA,CAAKC,oBAAL,CAA0B/H,EAA1B,EAA8B6H,GAA9B,CAAA,CAAA;;UACAlW,MAAM,CAACqO,EAAP,GAAYA,EAAZ,CAAA;EACH,OAAA;;QACD,IAAMgI,mBAAmB,GAAG,IAAKvB,CAAAA,EAAL,CAAQwB,MAAR,IACxB,KAAKxB,EAAL,CAAQwB,MAAR,CAAe3H,SADS,IAExB,IAAKmG,CAAAA,EAAL,CAAQwB,MAAR,CAAe3H,SAAf,CAAyBzK,QAF7B,CAAA;QAGA,IAAMqS,aAAa,GAAG,IAAA,CAAKhB,KAAL,CAAA,UAAA,CAAA,KAAwB,CAACc,mBAAD,IAAwB,CAAC,IAAKtB,CAAAA,SAAtD,CAAtB,CAAA;;QACA,IAAIwB,aAAJ,EAAmB,CAAnB,MAEK,IAAI,IAAA,CAAKxB,SAAT,EAAoB;UACrB,IAAKyB,CAAAA,uBAAL,CAA6BxW,MAA7B,CAAA,CAAA;UACA,IAAKA,CAAAA,MAAL,CAAYA,MAAZ,CAAA,CAAA;EACH,OAHI,MAIA;EACD,QAAA,IAAA,CAAKkV,UAAL,CAAgB7U,IAAhB,CAAqBL,MAArB,CAAA,CAAA;EACH,OAAA;;QACD,IAAKuV,CAAAA,KAAL,GAAa,EAAb,CAAA;EACA,MAAA,OAAO,IAAP,CAAA;EACH,KAAA;EACD;EACJ;EACA;;EAtNA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,sBAAA;EAAA,IAAA,KAAA,EAuNI,SAAqBlH,oBAAAA,CAAAA,EAArB,EAAyB6H,GAAzB,EAA8B;EAAA,MAAA,IAAA,MAAA,GAAA,IAAA,CAAA;;EAC1B,MAAA,IAAIO,EAAJ,CAAA;;QACA,IAAMlN,OAAO,GAAG,CAACkN,EAAE,GAAG,IAAKlB,CAAAA,KAAL,CAAWhM,OAAjB,MAA8B,IAA9B,IAAsCkN,EAAE,KAAK,KAAK,CAAlD,GAAsDA,EAAtD,GAA2D,IAAA,CAAKhB,KAAL,CAAWiB,UAAtF,CAAA;;QACA,IAAInN,OAAO,KAAKR,SAAhB,EAA2B;EACvB,QAAA,IAAA,CAAKuM,IAAL,CAAUjH,EAAV,CAAA,GAAgB6H,GAAhB,CAAA;EACA,QAAA,OAAA;EACH,OANyB;;;EAQ1B,MAAA,IAAMS,KAAK,GAAG,IAAA,CAAK7B,EAAL,CAAQ9R,YAAR,CAAqB,YAAM;EACrC,QAAA,OAAO,MAAI,CAACsS,IAAL,CAAUjH,EAAV,CAAP,CAAA;;EACA,QAAA,KAAK,IAAIpQ,CAAC,GAAG,CAAb,EAAgBA,CAAC,GAAG,MAAI,CAACiX,UAAL,CAAgBhX,MAApC,EAA4CD,CAAC,EAA7C,EAAiD;YAC7C,IAAI,MAAI,CAACiX,UAAL,CAAgBjX,CAAhB,CAAmBoQ,CAAAA,EAAnB,KAA0BA,EAA9B,EAAkC;EAC9B,YAAA,MAAI,CAAC6G,UAAL,CAAgB3T,MAAhB,CAAuBtD,CAAvB,EAA0B,CAA1B,CAAA,CAAA;EACH,WAAA;EACJ,SAAA;;UACDiY,GAAG,CAACrZ,IAAJ,CAAS,MAAT,EAAe,IAAImH,KAAJ,CAAU,yBAAV,CAAf,CAAA,CAAA;SAPU,EAQXuF,OARW,CAAd,CAAA;;EASA,MAAA,IAAA,CAAK+L,IAAL,CAAUjH,EAAV,CAAA,GAAgB,YAAa;EACzB;EACA,QAAA,MAAI,CAACyG,EAAL,CAAQ5R,cAAR,CAAuByT,KAAvB,CAAA,CAAA;;EAFyB,QAAA,KAAA,IAAA,KAAA,GAAA,SAAA,CAAA,MAAA,EAATlV,IAAS,GAAA,IAAA,KAAA,CAAA,KAAA,CAAA,EAAA,KAAA,GAAA,CAAA,EAAA,KAAA,GAAA,KAAA,EAAA,KAAA,EAAA,EAAA;YAATA,IAAS,CAAA,KAAA,CAAA,GAAA,SAAA,CAAA,KAAA,CAAA,CAAA;EAAA,SAAA;;EAGzByU,QAAAA,GAAG,CAAClV,KAAJ,CAAU,MAAV,EAAiB,CAAA,IAAjB,SAA0BS,IAA1B,CAAA,CAAA,CAAA;SAHJ,CAAA;EAKH,KAAA;EACD;EACJ;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;EA7PA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,aAAA;MAAA,KA8PI,EAAA,SAAA,WAAA,CAAYwK,EAAZ,EAAyB;EAAA,MAAA,IAAA,MAAA,GAAA,IAAA,CAAA;;EAAA,MAAA,KAAA,IAAA,KAAA,GAAA,SAAA,CAAA,MAAA,EAANxK,IAAM,GAAA,IAAA,KAAA,CAAA,KAAA,GAAA,CAAA,GAAA,KAAA,GAAA,CAAA,GAAA,CAAA,CAAA,EAAA,KAAA,GAAA,CAAA,EAAA,KAAA,GAAA,KAAA,EAAA,KAAA,EAAA,EAAA;UAANA,IAAM,CAAA,KAAA,GAAA,CAAA,CAAA,GAAA,SAAA,CAAA,KAAA,CAAA,CAAA;EAAA,OAAA;;EACrB;EACA,MAAA,IAAMmV,OAAO,GAAG,IAAKrB,CAAAA,KAAL,CAAWhM,OAAX,KAAuBR,SAAvB,IAAoC,IAAK0M,CAAAA,KAAL,CAAWiB,UAAX,KAA0B3N,SAA9E,CAAA;EACA,MAAA,OAAO,IAAI0B,OAAJ,CAAY,UAACC,OAAD,EAAUmM,MAAV,EAAqB;EACpCpV,QAAAA,IAAI,CAACpB,IAAL,CAAU,UAACyW,IAAD,EAAOC,IAAP,EAAgB;EACtB,UAAA,IAAIH,OAAJ,EAAa;cACT,OAAOE,IAAI,GAAGD,MAAM,CAACC,IAAD,CAAT,GAAkBpM,OAAO,CAACqM,IAAD,CAApC,CAAA;EACH,WAFD,MAGK;cACD,OAAOrM,OAAO,CAACoM,IAAD,CAAd,CAAA;EACH,WAAA;WANL,CAAA,CAAA;;EAQA,QAAA,MAAI,CAACtV,IAAL,CAAA,KAAA,CAAA,MAAI,GAAMyK,EAAN,CAAA,CAAA,MAAA,CAAaxK,IAAb,CAAJ,CAAA,CAAA;EACH,OAVM,CAAP,CAAA;EAWH,KAAA;EACD;EACJ;EACA;EACA;EACA;;EAjRA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,aAAA;MAAA,KAkRI,EAAA,SAAA,WAAA,CAAYA,IAAZ,EAAkB;EAAA,MAAA,IAAA,MAAA,GAAA,IAAA,CAAA;;EACd,MAAA,IAAIyU,GAAJ,CAAA;;QACA,IAAI,OAAOzU,IAAI,CAACA,IAAI,CAACvD,MAAL,GAAc,CAAf,CAAX,KAAiC,UAArC,EAAiD;EAC7CgY,QAAAA,GAAG,GAAGzU,IAAI,CAAC0U,GAAL,EAAN,CAAA;EACH,OAAA;;EACD,MAAA,IAAMnW,MAAM,GAAG;UACXqO,EAAE,EAAE,IAAK+G,CAAAA,SAAL,EADO;EAEX4B,QAAAA,QAAQ,EAAE,CAFC;EAGXC,QAAAA,OAAO,EAAE,KAHE;EAIXxV,QAAAA,IAAI,EAAJA,IAJW;EAKX8T,QAAAA,KAAK,EAAE,QAAc,CAAA;EAAES,UAAAA,SAAS,EAAE,IAAA;WAA3B,EAAmC,KAAKT,KAAxC,CAAA;SALX,CAAA;EAOA9T,MAAAA,IAAI,CAACpB,IAAL,CAAU,UAAC2F,GAAD,EAA0B;UAChC,IAAIhG,MAAM,KAAK,MAAI,CAACmV,MAAL,CAAY,CAAZ,CAAf,EAA+B;EAC3B;EACA,UAAA,OAAA;EACH,SAAA;;EACD,QAAA,IAAM+B,QAAQ,GAAGlR,GAAG,KAAK,IAAzB,CAAA;;EACA,QAAA,IAAIkR,QAAJ,EAAc;YACV,IAAIlX,MAAM,CAACgX,QAAP,GAAkB,MAAI,CAACvB,KAAL,CAAWM,OAAjC,EAA0C;cACtC,MAAI,CAACZ,MAAL,CAAYlG,KAAZ,EAAA,CAAA;;EACA,YAAA,IAAIiH,GAAJ,EAAS;gBACLA,GAAG,CAAClQ,GAAD,CAAH,CAAA;EACH,aAAA;EACJ,WAAA;EACJ,SAPD,MAQK;YACD,MAAI,CAACmP,MAAL,CAAYlG,KAAZ,EAAA,CAAA;;EACA,UAAA,IAAIiH,GAAJ,EAAS;EAAA,YAAA,KAAA,IAAA,KAAA,GAAA,SAAA,CAAA,MAAA,EAhBEiB,YAgBF,GAAA,IAAA,KAAA,CAAA,KAAA,GAAA,CAAA,GAAA,KAAA,GAAA,CAAA,GAAA,CAAA,CAAA,EAAA,KAAA,GAAA,CAAA,EAAA,KAAA,GAAA,KAAA,EAAA,KAAA,EAAA,EAAA;gBAhBEA,YAgBF,CAAA,KAAA,GAAA,CAAA,CAAA,GAAA,SAAA,CAAA,KAAA,CAAA,CAAA;EAAA,aAAA;;EACLjB,YAAAA,GAAG,CAAH,KAAA,CAAA,KAAA,CAAA,EAAA,CAAI,IAAJ,CAAA,CAAA,MAAA,CAAaiB,YAAb,CAAA,CAAA,CAAA;EACH,WAAA;EACJ,SAAA;;UACDnX,MAAM,CAACiX,OAAP,GAAiB,KAAjB,CAAA;UACA,OAAO,MAAI,CAACG,WAAL,EAAP,CAAA;SArBJ,CAAA,CAAA;;EAuBA,MAAA,IAAA,CAAKjC,MAAL,CAAY9U,IAAZ,CAAiBL,MAAjB,CAAA,CAAA;;EACA,MAAA,IAAA,CAAKoX,WAAL,EAAA,CAAA;EACH,KAAA;EACD;EACJ;EACA;EACA;EACA;EACA;;EA7TA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,aAAA;EAAA,IAAA,KAAA,EA8TI,SAA2B,WAAA,GAAA;QAAA,IAAfC,KAAe,uEAAP,KAAO,CAAA;;QACvB,IAAI,CAAC,IAAKtC,CAAAA,SAAN,IAAmB,IAAA,CAAKI,MAAL,CAAYjX,MAAZ,KAAuB,CAA9C,EAAiD;EAC7C,QAAA,OAAA;EACH,OAAA;;EACD,MAAA,IAAM8B,MAAM,GAAG,IAAA,CAAKmV,MAAL,CAAY,CAAZ,CAAf,CAAA;;EACA,MAAA,IAAInV,MAAM,CAACiX,OAAP,IAAkB,CAACI,KAAvB,EAA8B;EAC1B,QAAA,OAAA;EACH,OAAA;;QACDrX,MAAM,CAACiX,OAAP,GAAiB,IAAjB,CAAA;EACAjX,MAAAA,MAAM,CAACgX,QAAP,EAAA,CAAA;EACA,MAAA,IAAA,CAAKzB,KAAL,GAAavV,MAAM,CAACuV,KAApB,CAAA;QACA,IAAK/T,CAAAA,IAAL,CAAUR,KAAV,CAAgB,IAAhB,EAAsBhB,MAAM,CAACyB,IAA7B,CAAA,CAAA;EACH,KAAA;EACD;EACJ;EACA;EACA;EACA;EACA;;EAhVA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,QAAA;MAAA,KAiVI,EAAA,SAAA,MAAA,CAAOzB,OAAP,EAAe;EACXA,MAAAA,OAAM,CAAC6S,GAAP,GAAa,IAAA,CAAKA,GAAlB,CAAA;;EACA,MAAA,IAAA,CAAKiC,EAAL,CAAQwC,OAAR,CAAgBtX,OAAhB,CAAA,CAAA;EACH,KAAA;EACD;EACJ;EACA;EACA;EACA;;EAzVA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,QAAA;EAAA,IAAA,KAAA,EA0VI,SAAS,MAAA,GAAA;EAAA,MAAA,IAAA,MAAA,GAAA,IAAA,CAAA;;EACL,MAAA,IAAI,OAAO,IAAA,CAAKwV,IAAZ,IAAoB,UAAxB,EAAoC;EAChC,QAAA,IAAA,CAAKA,IAAL,CAAU,UAAChZ,IAAD,EAAU;YAChB,MAAI,CAAC+a,kBAAL,CAAwB/a,IAAxB,CAAA,CAAA;WADJ,CAAA,CAAA;EAGH,OAJD,MAKK;UACD,IAAK+a,CAAAA,kBAAL,CAAwB,IAAA,CAAK/B,IAA7B,CAAA,CAAA;EACH,OAAA;EACJ,KAAA;EACD;EACJ;EACA;EACA;EACA;EACA;;EAzWA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,oBAAA;MAAA,KA0WI,EAAA,SAAA,kBAAA,CAAmBhZ,IAAnB,EAAyB;EACrB,MAAA,IAAA,CAAKwD,MAAL,CAAY;UACRzD,IAAI,EAAE8V,UAAU,CAAC4B,OADT;EAERzX,QAAAA,IAAI,EAAE,IAAA,CAAKgb,IAAL,GACA,QAAc,CAAA;YAAEC,GAAG,EAAE,KAAKD,IAAZ;EAAkBE,UAAAA,MAAM,EAAE,IAAKC,CAAAA,WAAAA;WAA7C,EAA4Dnb,IAA5D,CADA,GAEAA,IAAAA;SAJV,CAAA,CAAA;EAMH,KAAA;EACD;EACJ;EACA;EACA;EACA;EACA;;EAvXA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,SAAA;MAAA,KAwXI,EAAA,SAAA,OAAA,CAAQwJ,GAAR,EAAa;QACT,IAAI,CAAC,IAAK+O,CAAAA,SAAV,EAAqB;EACjB,QAAA,IAAA,CAAKpT,YAAL,CAAkB,eAAlB,EAAmCqE,GAAnC,CAAA,CAAA;EACH,OAAA;EACJ,KAAA;EACD;EACJ;EACA;EACA;EACA;EACA;EACA;;EAnYA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,SAAA;EAAA,IAAA,KAAA,EAoYI,SAAQnC,OAAAA,CAAAA,MAAR,EAAgBC,WAAhB,EAA6B;QACzB,IAAKiR,CAAAA,SAAL,GAAiB,KAAjB,CAAA;EACA,MAAA,OAAO,KAAK1G,EAAZ,CAAA;EACA,MAAA,IAAA,CAAK1M,YAAL,CAAkB,YAAlB,EAAgCkC,MAAhC,EAAwCC,WAAxC,CAAA,CAAA;EACH,KAAA;EACD;EACJ;EACA;EACA;EACA;EACA;;EA9YA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,UAAA;MAAA,KA+YI,EAAA,SAAA,QAAA,CAAS9D,MAAT,EAAiB;EACb,MAAA,IAAM4X,aAAa,GAAG5X,MAAM,CAAC6S,GAAP,KAAe,KAAKA,GAA1C,CAAA;QACA,IAAI,CAAC+E,aAAL,EACI,OAAA;;QACJ,QAAQ5X,MAAM,CAACzD,IAAf;UACI,KAAK8V,UAAU,CAAC4B,OAAhB;YACI,IAAIjU,MAAM,CAACxD,IAAP,IAAewD,MAAM,CAACxD,IAAP,CAAYsL,GAA/B,EAAoC;EAChC,YAAA,IAAA,CAAK+P,SAAL,CAAe7X,MAAM,CAACxD,IAAP,CAAYsL,GAA3B,EAAgC9H,MAAM,CAACxD,IAAP,CAAYib,GAA5C,CAAA,CAAA;EACH,WAFD,MAGK;cACD,IAAK9V,CAAAA,YAAL,CAAkB,eAAlB,EAAmC,IAAIqC,KAAJ,CAAU,2LAAV,CAAnC,CAAA,CAAA;EACH,WAAA;;EACD,UAAA,MAAA;;UACJ,KAAKqO,UAAU,CAACG,KAAhB,CAAA;UACA,KAAKH,UAAU,CAACM,YAAhB;YACI,IAAKmF,CAAAA,OAAL,CAAa9X,MAAb,CAAA,CAAA;EACA,UAAA,MAAA;;UACJ,KAAKqS,UAAU,CAACI,GAAhB,CAAA;UACA,KAAKJ,UAAU,CAACO,UAAhB;YACI,IAAKmF,CAAAA,KAAL,CAAW/X,MAAX,CAAA,CAAA;EACA,UAAA,MAAA;;UACJ,KAAKqS,UAAU,CAAC6B,UAAhB;EACI,UAAA,IAAA,CAAK8D,YAAL,EAAA,CAAA;EACA,UAAA,MAAA;;UACJ,KAAK3F,UAAU,CAAC8B,aAAhB;EACI,UAAA,IAAA,CAAK8D,OAAL,EAAA,CAAA;EACA,UAAA,IAAMjS,GAAG,GAAG,IAAIhC,KAAJ,CAAUhE,MAAM,CAACxD,IAAP,CAAY0b,OAAtB,CAAZ,CAFJ;;EAIIlS,UAAAA,GAAG,CAACxJ,IAAJ,GAAWwD,MAAM,CAACxD,IAAP,CAAYA,IAAvB,CAAA;EACA,UAAA,IAAA,CAAKmF,YAAL,CAAkB,eAAlB,EAAmCqE,GAAnC,CAAA,CAAA;EACA,UAAA,MAAA;EA1BR,OAAA;EA4BH,KAAA;EACD;EACJ;EACA;EACA;EACA;EACA;;EArbA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,SAAA;MAAA,KAsbI,EAAA,SAAA,OAAA,CAAQhG,MAAR,EAAgB;EACZ,MAAA,IAAMyB,IAAI,GAAGzB,MAAM,CAACxD,IAAP,IAAe,EAA5B,CAAA;;EACA,MAAA,IAAI,IAAQwD,IAAAA,MAAM,CAACqO,EAAnB,EAAuB;UACnB5M,IAAI,CAACpB,IAAL,CAAU,IAAA,CAAK6V,GAAL,CAASlW,MAAM,CAACqO,EAAhB,CAAV,CAAA,CAAA;EACH,OAAA;;QACD,IAAI,IAAA,CAAK0G,SAAT,EAAoB;UAChB,IAAKoD,CAAAA,SAAL,CAAe1W,IAAf,CAAA,CAAA;EACH,OAFD,MAGK;UACD,IAAKwT,CAAAA,aAAL,CAAmB5U,IAAnB,CAAwBrE,MAAM,CAACwY,MAAP,CAAc/S,IAAd,CAAxB,CAAA,CAAA;EACH,OAAA;EACJ,KAAA;EAjcL,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,WAAA;MAAA,KAkcI,EAAA,SAAA,SAAA,CAAUA,IAAV,EAAgB;EACZ,MAAA,IAAI,KAAK2W,aAAL,IAAsB,KAAKA,aAAL,CAAmBla,MAA7C,EAAqD;EACjD,QAAA,IAAM0D,SAAS,GAAG,IAAA,CAAKwW,aAAL,CAAmB1W,KAAnB,EAAlB,CAAA;;EADiD,QAAA,IAAA,SAAA,GAAA,0BAAA,CAE1BE,SAF0B,CAAA;EAAA,YAAA,KAAA,CAAA;;EAAA,QAAA,IAAA;YAEjD,KAAkC,SAAA,CAAA,CAAA,EAAA,EAAA,CAAA,CAAA,KAAA,GAAA,SAAA,CAAA,CAAA,EAAA,EAAA,IAAA,GAAA;EAAA,YAAA,IAAvByW,QAAuB,GAAA,KAAA,CAAA,KAAA,CAAA;EAC9BA,YAAAA,QAAQ,CAACrX,KAAT,CAAe,IAAf,EAAqBS,IAArB,CAAA,CAAA;EACH,WAAA;EAJgD,SAAA,CAAA,OAAA,GAAA,EAAA;EAAA,UAAA,SAAA,CAAA,CAAA,CAAA,GAAA,CAAA,CAAA;EAAA,SAAA,SAAA;EAAA,UAAA,SAAA,CAAA,CAAA,EAAA,CAAA;EAAA,SAAA;EAKpD,OAAA;;EACD,MAAA,IAAA,CAAA,eAAA,CAAA,MAAA,CAAA,SAAA,CAAA,EAAA,MAAA,EAAA,IAAA,CAAA,CAAWT,KAAX,CAAiB,IAAjB,EAAuBS,IAAvB,CAAA,CAAA;;EACA,MAAA,IAAI,KAAK+V,IAAL,IAAa/V,IAAI,CAACvD,MAAlB,IAA4B,OAAOuD,IAAI,CAACA,IAAI,CAACvD,MAAL,GAAc,CAAf,CAAX,KAAiC,QAAjE,EAA2E;UACvE,IAAKyZ,CAAAA,WAAL,GAAmBlW,IAAI,CAACA,IAAI,CAACvD,MAAL,GAAc,CAAf,CAAvB,CAAA;EACH,OAAA;EACJ,KAAA;EACD;EACJ;EACA;EACA;EACA;;EAldA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,KAAA;MAAA,KAmdI,EAAA,SAAA,GAAA,CAAImQ,EAAJ,EAAQ;QACJ,IAAMtM,IAAI,GAAG,IAAb,CAAA;QACA,IAAIuW,IAAI,GAAG,KAAX,CAAA;EACA,MAAA,OAAO,YAAmB;EACtB;EACA,QAAA,IAAIA,IAAJ,EACI,OAAA;EACJA,QAAAA,IAAI,GAAG,IAAP,CAAA;;EAJsB,QAAA,KAAA,IAAA,KAAA,GAAA,SAAA,CAAA,MAAA,EAAN7W,IAAM,GAAA,IAAA,KAAA,CAAA,KAAA,CAAA,EAAA,KAAA,GAAA,CAAA,EAAA,KAAA,GAAA,KAAA,EAAA,KAAA,EAAA,EAAA;YAANA,IAAM,CAAA,KAAA,CAAA,GAAA,SAAA,CAAA,KAAA,CAAA,CAAA;EAAA,SAAA;;UAKtBM,IAAI,CAAC/B,MAAL,CAAY;YACRzD,IAAI,EAAE8V,UAAU,CAACI,GADT;EAERpE,UAAAA,EAAE,EAAEA,EAFI;EAGR7R,UAAAA,IAAI,EAAEiF,IAAAA;WAHV,CAAA,CAAA;SALJ,CAAA;EAWH,KAAA;EACD;EACJ;EACA;EACA;EACA;EACA;;EAveA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,OAAA;MAAA,KAweI,EAAA,SAAA,KAAA,CAAMzB,MAAN,EAAc;QACV,IAAMkW,GAAG,GAAG,IAAKZ,CAAAA,IAAL,CAAUtV,MAAM,CAACqO,EAAjB,CAAZ,CAAA;;QACA,IAAI,UAAA,KAAe,OAAO6H,GAA1B,EAA+B;EAC3BA,QAAAA,GAAG,CAAClV,KAAJ,CAAU,IAAV,EAAgBhB,MAAM,CAACxD,IAAvB,CAAA,CAAA;EACA,QAAA,OAAO,KAAK8Y,IAAL,CAAUtV,MAAM,CAACqO,EAAjB,CAAP,CAAA;EACH,OAEA;EACJ,KAAA;EACD;EACJ;EACA;EACA;EACA;;EArfA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,WAAA;EAAA,IAAA,KAAA,EAsfI,SAAUA,SAAAA,CAAAA,EAAV,EAAcoJ,GAAd,EAAmB;QACf,IAAKpJ,CAAAA,EAAL,GAAUA,EAAV,CAAA;EACA,MAAA,IAAA,CAAK2G,SAAL,GAAiByC,GAAG,IAAI,IAAKD,CAAAA,IAAL,KAAcC,GAAtC,CAAA;EACA,MAAA,IAAA,CAAKD,IAAL,GAAYC,GAAZ,CAHe;;QAIf,IAAK1C,CAAAA,SAAL,GAAiB,IAAjB,CAAA;EACA,MAAA,IAAA,CAAKwD,YAAL,EAAA,CAAA;QACA,IAAK5W,CAAAA,YAAL,CAAkB,SAAlB,CAAA,CAAA;;QACA,IAAKyV,CAAAA,WAAL,CAAiB,IAAjB,CAAA,CAAA;EACH,KAAA;EACD;EACJ;EACA;EACA;EACA;;EAngBA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,cAAA;EAAA,IAAA,KAAA,EAogBI,SAAe,YAAA,GAAA;EAAA,MAAA,IAAA,MAAA,GAAA,IAAA,CAAA;;EACX,MAAA,IAAA,CAAKnC,aAAL,CAAmB7Y,OAAnB,CAA2B,UAACqF,IAAD,EAAA;EAAA,QAAA,OAAU,MAAI,CAAC0W,SAAL,CAAe1W,IAAf,CAAV,CAAA;SAA3B,CAAA,CAAA;QACA,IAAKwT,CAAAA,aAAL,GAAqB,EAArB,CAAA;EACA,MAAA,IAAA,CAAKC,UAAL,CAAgB9Y,OAAhB,CAAwB,UAAC4D,MAAD,EAAY;UAChC,MAAI,CAACwW,uBAAL,CAA6BxW,MAA7B,CAAA,CAAA;;UACA,MAAI,CAACA,MAAL,CAAYA,MAAZ,CAAA,CAAA;SAFJ,CAAA,CAAA;QAIA,IAAKkV,CAAAA,UAAL,GAAkB,EAAlB,CAAA;EACH,KAAA;EACD;EACJ;EACA;EACA;EACA;;EAjhBA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,cAAA;EAAA,IAAA,KAAA,EAkhBI,SAAe,YAAA,GAAA;EACX,MAAA,IAAA,CAAK+C,OAAL,EAAA,CAAA;QACA,IAAKnM,CAAAA,OAAL,CAAa,sBAAb,CAAA,CAAA;EACH,KAAA;EACD;EACJ;EACA;EACA;EACA;EACA;EACA;;EA5hBA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,SAAA;EAAA,IAAA,KAAA,EA6hBI,SAAU,OAAA,GAAA;QACN,IAAI,IAAA,CAAK6J,IAAT,EAAe;EACX;EACA,QAAA,IAAA,CAAKA,IAAL,CAAUvZ,OAAV,CAAkB,UAACkY,UAAD,EAAA;EAAA,UAAA,OAAgBA,UAAU,EAA1B,CAAA;WAAlB,CAAA,CAAA;UACA,IAAKqB,CAAAA,IAAL,GAAY5M,SAAZ,CAAA;EACH,OAAA;;EACD,MAAA,IAAA,CAAK+L,EAAL,CAAQ,UAAR,CAAA,CAAoB,IAApB,CAAA,CAAA;EACH,KAAA;EACD;EACJ;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;EApjBA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,YAAA;EAAA,IAAA,KAAA,EAqjBI,SAAa,UAAA,GAAA;QACT,IAAI,IAAA,CAAKC,SAAT,EAAoB;EAChB,QAAA,IAAA,CAAK/U,MAAL,CAAY;YAAEzD,IAAI,EAAE8V,UAAU,CAAC6B,UAAAA;WAA/B,CAAA,CAAA;EACH,OAHQ;;;EAKT,MAAA,IAAA,CAAK+D,OAAL,EAAA,CAAA;;QACA,IAAI,IAAA,CAAKlD,SAAT,EAAoB;EAChB;UACA,IAAKjJ,CAAAA,OAAL,CAAa,sBAAb,CAAA,CAAA;EACH,OAAA;;EACD,MAAA,OAAO,IAAP,CAAA;EACH,KAAA;EACD;EACJ;EACA;EACA;EACA;;EArkBA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,OAAA;EAAA,IAAA,KAAA,EAskBI,SAAQ,KAAA,GAAA;QACJ,OAAO,IAAA,CAAK6I,UAAL,EAAP,CAAA;EACH,KAAA;EACD;EACJ;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;EAjlBA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,UAAA;MAAA,KAklBI,EAAA,SAAA,QAAA,CAASjE,SAAT,EAAmB;EACf,MAAA,IAAA,CAAK6E,KAAL,CAAW7E,QAAX,GAAsBA,SAAtB,CAAA;EACA,MAAA,OAAO,IAAP,CAAA;EACH,KAAA;EACD;EACJ;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;EA9lBA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,UAAA;EAAA,IAAA,GAAA,EA+lBI,SAAe,GAAA,GAAA;QACX,IAAK6E,CAAAA,KAAL,eAAsB,IAAtB,CAAA;EACA,MAAA,OAAO,IAAP,CAAA;EACH,KAAA;EACD;EACJ;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;EA/mBA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,SAAA;MAAA,KAgnBI,EAAA,SAAA,OAAA,CAAQhM,QAAR,EAAiB;EACb,MAAA,IAAA,CAAKgM,KAAL,CAAWhM,OAAX,GAAqBA,QAArB,CAAA;EACA,MAAA,OAAO,IAAP,CAAA;EACH,KAAA;EACD;EACJ;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;EA9nBA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,OAAA;MAAA,KA+nBI,EAAA,SAAA,KAAA,CAAM8O,QAAN,EAAgB;EACZ,MAAA,IAAA,CAAKD,aAAL,GAAqB,IAAKA,CAAAA,aAAL,IAAsB,EAA3C,CAAA;;EACA,MAAA,IAAA,CAAKA,aAAL,CAAmB/X,IAAnB,CAAwBgY,QAAxB,CAAA,CAAA;;EACA,MAAA,OAAO,IAAP,CAAA;EACH,KAAA;EACD;EACJ;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;EA9oBA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,YAAA;MAAA,KA+oBI,EAAA,SAAA,UAAA,CAAWA,QAAX,EAAqB;EACjB,MAAA,IAAA,CAAKD,aAAL,GAAqB,IAAKA,CAAAA,aAAL,IAAsB,EAA3C,CAAA;;EACA,MAAA,IAAA,CAAKA,aAAL,CAAmBnF,OAAnB,CAA2BoF,QAA3B,CAAA,CAAA;;EACA,MAAA,OAAO,IAAP,CAAA;EACH,KAAA;EACD;EACJ;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;EArqBA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,QAAA;MAAA,KAsqBI,EAAA,SAAA,MAAA,CAAOA,QAAP,EAAiB;QACb,IAAI,CAAC,IAAKD,CAAAA,aAAV,EAAyB;EACrB,QAAA,OAAO,IAAP,CAAA;EACH,OAAA;;EACD,MAAA,IAAIC,QAAJ,EAAc;UACV,IAAMzW,SAAS,GAAG,IAAA,CAAKwW,aAAvB,CAAA;;EACA,QAAA,KAAK,IAAIna,CAAC,GAAG,CAAb,EAAgBA,CAAC,GAAG2D,SAAS,CAAC1D,MAA9B,EAAsCD,CAAC,EAAvC,EAA2C;EACvC,UAAA,IAAIoa,QAAQ,KAAKzW,SAAS,CAAC3D,CAAD,CAA1B,EAA+B;EAC3B2D,YAAAA,SAAS,CAACL,MAAV,CAAiBtD,CAAjB,EAAoB,CAApB,CAAA,CAAA;EACA,YAAA,OAAO,IAAP,CAAA;EACH,WAAA;EACJ,SAAA;EACJ,OARD,MASK;UACD,IAAKma,CAAAA,aAAL,GAAqB,EAArB,CAAA;EACH,OAAA;;EACD,MAAA,OAAO,IAAP,CAAA;EACH,KAAA;EACD;EACJ;EACA;EACA;;EA3rBA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,cAAA;EAAA,IAAA,KAAA,EA4rBI,SAAe,YAAA,GAAA;QACX,OAAO,IAAA,CAAKA,aAAL,IAAsB,EAA7B,CAAA;EACH,KAAA;EACD;EACJ;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;EA3sBA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,eAAA;MAAA,KA4sBI,EAAA,SAAA,aAAA,CAAcC,QAAd,EAAwB;EACpB,MAAA,IAAA,CAAKG,qBAAL,GAA6B,IAAKA,CAAAA,qBAAL,IAA8B,EAA3D,CAAA;;EACA,MAAA,IAAA,CAAKA,qBAAL,CAA2BnY,IAA3B,CAAgCgY,QAAhC,CAAA,CAAA;;EACA,MAAA,OAAO,IAAP,CAAA;EACH,KAAA;EACD;EACJ;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;EA7tBA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,oBAAA;MAAA,KA8tBI,EAAA,SAAA,kBAAA,CAAmBA,QAAnB,EAA6B;EACzB,MAAA,IAAA,CAAKG,qBAAL,GAA6B,IAAKA,CAAAA,qBAAL,IAA8B,EAA3D,CAAA;;EACA,MAAA,IAAA,CAAKA,qBAAL,CAA2BvF,OAA3B,CAAmCoF,QAAnC,CAAA,CAAA;;EACA,MAAA,OAAO,IAAP,CAAA;EACH,KAAA;EACD;EACJ;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;EApvBA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,gBAAA;MAAA,KAqvBI,EAAA,SAAA,cAAA,CAAeA,QAAf,EAAyB;QACrB,IAAI,CAAC,IAAKG,CAAAA,qBAAV,EAAiC;EAC7B,QAAA,OAAO,IAAP,CAAA;EACH,OAAA;;EACD,MAAA,IAAIH,QAAJ,EAAc;UACV,IAAMzW,SAAS,GAAG,IAAA,CAAK4W,qBAAvB,CAAA;;EACA,QAAA,KAAK,IAAIva,CAAC,GAAG,CAAb,EAAgBA,CAAC,GAAG2D,SAAS,CAAC1D,MAA9B,EAAsCD,CAAC,EAAvC,EAA2C;EACvC,UAAA,IAAIoa,QAAQ,KAAKzW,SAAS,CAAC3D,CAAD,CAA1B,EAA+B;EAC3B2D,YAAAA,SAAS,CAACL,MAAV,CAAiBtD,CAAjB,EAAoB,CAApB,CAAA,CAAA;EACA,YAAA,OAAO,IAAP,CAAA;EACH,WAAA;EACJ,SAAA;EACJ,OARD,MASK;UACD,IAAKua,CAAAA,qBAAL,GAA6B,EAA7B,CAAA;EACH,OAAA;;EACD,MAAA,OAAO,IAAP,CAAA;EACH,KAAA;EACD;EACJ;EACA;EACA;;EA1wBA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,sBAAA;EAAA,IAAA,KAAA,EA2wBI,SAAuB,oBAAA,GAAA;QACnB,OAAO,IAAA,CAAKA,qBAAL,IAA8B,EAArC,CAAA;EACH,KAAA;EACD;EACJ;EACA;EACA;EACA;EACA;EACA;;EApxBA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,yBAAA;MAAA,KAqxBI,EAAA,SAAA,uBAAA,CAAwBxY,MAAxB,EAAgC;EAC5B,MAAA,IAAI,KAAKwY,qBAAL,IAA8B,KAAKA,qBAAL,CAA2Bta,MAA7D,EAAqE;EACjE,QAAA,IAAM0D,SAAS,GAAG,IAAA,CAAK4W,qBAAL,CAA2B9W,KAA3B,EAAlB,CAAA;;EADiE,QAAA,IAAA,UAAA,GAAA,0BAAA,CAE1CE,SAF0C,CAAA;EAAA,YAAA,MAAA,CAAA;;EAAA,QAAA,IAAA;YAEjE,KAAkC,UAAA,CAAA,CAAA,EAAA,EAAA,CAAA,CAAA,MAAA,GAAA,UAAA,CAAA,CAAA,EAAA,EAAA,IAAA,GAAA;EAAA,YAAA,IAAvByW,QAAuB,GAAA,MAAA,CAAA,KAAA,CAAA;EAC9BA,YAAAA,QAAQ,CAACrX,KAAT,CAAe,IAAf,EAAqBhB,MAAM,CAACxD,IAA5B,CAAA,CAAA;EACH,WAAA;EAJgE,SAAA,CAAA,OAAA,GAAA,EAAA;EAAA,UAAA,UAAA,CAAA,CAAA,CAAA,GAAA,CAAA,CAAA;EAAA,SAAA,SAAA;EAAA,UAAA,UAAA,CAAA,CAAA,EAAA,CAAA;EAAA,SAAA;EAKpE,OAAA;EACJ,KAAA;EA5xBL,GAAA,CAAA,CAAA,CAAA;;EAAA,EAAA,OAAA,MAAA,CAAA;EAAA,CAAA,CAA4B+D,OAA5B,CAAA;;ECxCA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACO,SAASkY,OAAT,CAAiB3V,IAAjB,EAAuB;IAC1BA,IAAI,GAAGA,IAAI,IAAI,EAAf,CAAA;EACA,EAAA,IAAA,CAAK4V,EAAL,GAAU5V,IAAI,CAAC6V,GAAL,IAAY,GAAtB,CAAA;EACA,EAAA,IAAA,CAAKC,GAAL,GAAW9V,IAAI,CAAC8V,GAAL,IAAY,KAAvB,CAAA;EACA,EAAA,IAAA,CAAKC,MAAL,GAAc/V,IAAI,CAAC+V,MAAL,IAAe,CAA7B,CAAA;EACA,EAAA,IAAA,CAAKC,MAAL,GAAchW,IAAI,CAACgW,MAAL,GAAc,CAAd,IAAmBhW,IAAI,CAACgW,MAAL,IAAe,CAAlC,GAAsChW,IAAI,CAACgW,MAA3C,GAAoD,CAAlE,CAAA;IACA,IAAKC,CAAAA,QAAL,GAAgB,CAAhB,CAAA;EACH,CAAA;EACD;EACA;EACA;EACA;EACA;EACA;;EACAN,OAAO,CAAC9b,SAAR,CAAkBqc,QAAlB,GAA6B,YAAY;EACrC,EAAA,IAAIN,EAAE,GAAG,IAAKA,CAAAA,EAAL,GAAUpV,IAAI,CAAC2V,GAAL,CAAS,KAAKJ,MAAd,EAAsB,IAAKE,CAAAA,QAAL,EAAtB,CAAnB,CAAA;;IACA,IAAI,IAAA,CAAKD,MAAT,EAAiB;EACb,IAAA,IAAII,IAAI,GAAG5V,IAAI,CAAC6V,MAAL,EAAX,CAAA;EACA,IAAA,IAAIC,SAAS,GAAG9V,IAAI,CAAC8B,KAAL,CAAW8T,IAAI,GAAG,IAAKJ,CAAAA,MAAZ,GAAqBJ,EAAhC,CAAhB,CAAA;MACAA,EAAE,GAAG,CAACpV,IAAI,CAAC8B,KAAL,CAAW8T,IAAI,GAAG,EAAlB,CAAA,GAAwB,CAAzB,KAA+B,CAA/B,GAAmCR,EAAE,GAAGU,SAAxC,GAAoDV,EAAE,GAAGU,SAA9D,CAAA;EACH,GAAA;;IACD,OAAO9V,IAAI,CAACqV,GAAL,CAASD,EAAT,EAAa,IAAA,CAAKE,GAAlB,CAAA,GAAyB,CAAhC,CAAA;EACH,CARD,CAAA;EASA;EACA;EACA;EACA;EACA;;;EACAH,OAAO,CAAC9b,SAAR,CAAkB0c,KAAlB,GAA0B,YAAY;IAClC,IAAKN,CAAAA,QAAL,GAAgB,CAAhB,CAAA;EACH,CAFD,CAAA;EAGA;EACA;EACA;EACA;EACA;;;EACAN,OAAO,CAAC9b,SAAR,CAAkB2c,MAAlB,GAA2B,UAAUX,GAAV,EAAe;IACtC,IAAKD,CAAAA,EAAL,GAAUC,GAAV,CAAA;EACH,CAFD,CAAA;EAGA;EACA;EACA;EACA;EACA;;;EACAF,OAAO,CAAC9b,SAAR,CAAkB4c,MAAlB,GAA2B,UAAUX,GAAV,EAAe;IACtC,IAAKA,CAAAA,GAAL,GAAWA,GAAX,CAAA;EACH,CAFD,CAAA;EAGA;EACA;EACA;EACA;EACA;;;EACAH,OAAO,CAAC9b,SAAR,CAAkB6c,SAAlB,GAA8B,UAAUV,MAAV,EAAkB;IAC5C,IAAKA,CAAAA,MAAL,GAAcA,MAAd,CAAA;EACH,CAFD;;ECzDA,IAAaW,OAAb,gBAAA,UAAA,QAAA,EAAA;EAAA,EAAA,SAAA,CAAA,OAAA,EAAA,QAAA,CAAA,CAAA;;EAAA,EAAA,IAAA,MAAA,GAAA,YAAA,CAAA,OAAA,CAAA,CAAA;;IACI,SAAYnR,OAAAA,CAAAA,GAAZ,EAAiBxF,IAAjB,EAAuB;EAAA,IAAA,IAAA,KAAA,CAAA;;EAAA,IAAA,eAAA,CAAA,IAAA,EAAA,OAAA,CAAA,CAAA;;EACnB,IAAA,IAAI2T,EAAJ,CAAA;;EACA,IAAA,KAAA,GAAA,MAAA,CAAA,IAAA,CAAA,IAAA,CAAA,CAAA;MACA,KAAKiD,CAAAA,IAAL,GAAY,EAAZ,CAAA;MACA,KAAK/D,CAAAA,IAAL,GAAY,EAAZ,CAAA;;EACA,IAAA,IAAIrN,GAAG,IAAI,QAAoBA,KAAAA,OAAAA,CAAAA,GAApB,CAAX,EAAoC;EAChCxF,MAAAA,IAAI,GAAGwF,GAAP,CAAA;EACAA,MAAAA,GAAG,GAAGS,SAAN,CAAA;EACH,KAAA;;MACDjG,IAAI,GAAGA,IAAI,IAAI,EAAf,CAAA;EACAA,IAAAA,IAAI,CAACsF,IAAL,GAAYtF,IAAI,CAACsF,IAAL,IAAa,YAAzB,CAAA;MACA,KAAKtF,CAAAA,IAAL,GAAYA,IAAZ,CAAA;MACAD,qBAAqB,CAAA,sBAAA,CAAA,KAAA,CAAA,EAAOC,IAAP,CAArB,CAAA;;EACA,IAAA,KAAA,CAAK6W,YAAL,CAAkB7W,IAAI,CAAC6W,YAAL,KAAsB,KAAxC,CAAA,CAAA;;EACA,IAAA,KAAA,CAAKC,oBAAL,CAA0B9W,IAAI,CAAC8W,oBAAL,IAA6BC,QAAvD,CAAA,CAAA;;EACA,IAAA,KAAA,CAAKC,iBAAL,CAAuBhX,IAAI,CAACgX,iBAAL,IAA0B,IAAjD,CAAA,CAAA;;EACA,IAAA,KAAA,CAAKC,oBAAL,CAA0BjX,IAAI,CAACiX,oBAAL,IAA6B,IAAvD,CAAA,CAAA;;EACA,IAAA,KAAA,CAAKC,mBAAL,CAAyB,CAACvD,EAAE,GAAG3T,IAAI,CAACkX,mBAAX,MAAoC,IAApC,IAA4CvD,EAAE,KAAK,KAAK,CAAxD,GAA4DA,EAA5D,GAAiE,GAA1F,CAAA,CAAA;;EACA,IAAA,KAAA,CAAKwD,OAAL,GAAe,IAAIxB,OAAJ,CAAY;QACvBE,GAAG,EAAE,KAAKmB,CAAAA,iBAAL,EADkB;QAEvBlB,GAAG,EAAE,KAAKmB,CAAAA,oBAAL,EAFkB;QAGvBjB,MAAM,EAAE,MAAKkB,mBAAL,EAAA;EAHe,KAAZ,CAAf,CAAA;;MAKA,KAAKzQ,CAAAA,OAAL,CAAa,IAAA,IAAQzG,IAAI,CAACyG,OAAb,GAAuB,KAAvB,GAA+BzG,IAAI,CAACyG,OAAjD,CAAA,CAAA;;MACA,KAAKuM,CAAAA,WAAL,GAAmB,QAAnB,CAAA;MACA,KAAKxN,CAAAA,GAAL,GAAWA,GAAX,CAAA;;EACA,IAAA,IAAM4R,OAAO,GAAGpX,IAAI,CAACqX,MAAL,IAAeA,MAA/B,CAAA;;EACA,IAAA,KAAA,CAAKC,OAAL,GAAe,IAAIF,OAAO,CAAC5H,OAAZ,EAAf,CAAA;EACA,IAAA,KAAA,CAAK+H,OAAL,GAAe,IAAIH,OAAO,CAAChH,OAAZ,EAAf,CAAA;EACA,IAAA,KAAA,CAAKwC,YAAL,GAAoB5S,IAAI,CAACwX,WAAL,KAAqB,KAAzC,CAAA;EACA,IAAA,IAAI,KAAK5E,CAAAA,YAAT,EACI,KAAA,CAAKzM,IAAL,EAAA,CAAA;EA/Be,IAAA,OAAA,KAAA,CAAA;EAgCtB,GAAA;;EAjCL,EAAA,YAAA,CAAA,OAAA,EAAA,CAAA;EAAA,IAAA,GAAA,EAAA,cAAA;MAAA,KAkCI,EAAA,SAAA,YAAA,CAAasR,CAAb,EAAgB;EACZ,MAAA,IAAI,CAACtZ,SAAS,CAAC/C,MAAf,EACI,OAAO,KAAKsc,aAAZ,CAAA;EACJ,MAAA,IAAA,CAAKA,aAAL,GAAqB,CAAC,CAACD,CAAvB,CAAA;EACA,MAAA,OAAO,IAAP,CAAA;EACH,KAAA;EAvCL,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,sBAAA;MAAA,KAwCI,EAAA,SAAA,oBAAA,CAAqBA,CAArB,EAAwB;EACpB,MAAA,IAAIA,CAAC,KAAKxR,SAAV,EACI,OAAO,KAAK0R,qBAAZ,CAAA;QACJ,IAAKA,CAAAA,qBAAL,GAA6BF,CAA7B,CAAA;EACA,MAAA,OAAO,IAAP,CAAA;EACH,KAAA;EA7CL,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,mBAAA;MAAA,KA8CI,EAAA,SAAA,iBAAA,CAAkBA,CAAlB,EAAqB;EACjB,MAAA,IAAI9D,EAAJ,CAAA;;EACA,MAAA,IAAI8D,CAAC,KAAKxR,SAAV,EACI,OAAO,KAAK2R,kBAAZ,CAAA;QACJ,IAAKA,CAAAA,kBAAL,GAA0BH,CAA1B,CAAA;QACA,CAAC9D,EAAE,GAAG,IAAKwD,CAAAA,OAAX,MAAwB,IAAxB,IAAgCxD,EAAE,KAAK,KAAK,CAA5C,GAAgD,KAAK,CAArD,GAAyDA,EAAE,CAAC6C,MAAH,CAAUiB,CAAV,CAAzD,CAAA;EACA,MAAA,OAAO,IAAP,CAAA;EACH,KAAA;EArDL,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,qBAAA;MAAA,KAsDI,EAAA,SAAA,mBAAA,CAAoBA,CAApB,EAAuB;EACnB,MAAA,IAAI9D,EAAJ,CAAA;;EACA,MAAA,IAAI8D,CAAC,KAAKxR,SAAV,EACI,OAAO,KAAK4R,oBAAZ,CAAA;QACJ,IAAKA,CAAAA,oBAAL,GAA4BJ,CAA5B,CAAA;QACA,CAAC9D,EAAE,GAAG,IAAKwD,CAAAA,OAAX,MAAwB,IAAxB,IAAgCxD,EAAE,KAAK,KAAK,CAA5C,GAAgD,KAAK,CAArD,GAAyDA,EAAE,CAAC+C,SAAH,CAAae,CAAb,CAAzD,CAAA;EACA,MAAA,OAAO,IAAP,CAAA;EACH,KAAA;EA7DL,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,sBAAA;MAAA,KA8DI,EAAA,SAAA,oBAAA,CAAqBA,CAArB,EAAwB;EACpB,MAAA,IAAI9D,EAAJ,CAAA;;EACA,MAAA,IAAI8D,CAAC,KAAKxR,SAAV,EACI,OAAO,KAAK6R,qBAAZ,CAAA;QACJ,IAAKA,CAAAA,qBAAL,GAA6BL,CAA7B,CAAA;QACA,CAAC9D,EAAE,GAAG,IAAKwD,CAAAA,OAAX,MAAwB,IAAxB,IAAgCxD,EAAE,KAAK,KAAK,CAA5C,GAAgD,KAAK,CAArD,GAAyDA,EAAE,CAAC8C,MAAH,CAAUgB,CAAV,CAAzD,CAAA;EACA,MAAA,OAAO,IAAP,CAAA;EACH,KAAA;EArEL,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,SAAA;MAAA,KAsEI,EAAA,SAAA,OAAA,CAAQA,CAAR,EAAW;EACP,MAAA,IAAI,CAACtZ,SAAS,CAAC/C,MAAf,EACI,OAAO,KAAK2c,QAAZ,CAAA;QACJ,IAAKA,CAAAA,QAAL,GAAgBN,CAAhB,CAAA;EACA,MAAA,OAAO,IAAP,CAAA;EACH,KAAA;EACD;EACJ;EACA;EACA;EACA;EACA;;EAjFA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,sBAAA;EAAA,IAAA,KAAA,EAkFI,SAAuB,oBAAA,GAAA;EACnB;EACA,MAAA,IAAI,CAAC,IAAA,CAAKO,aAAN,IACA,IAAKN,CAAAA,aADL,IAEA,IAAA,CAAKP,OAAL,CAAalB,QAAb,KAA0B,CAF9B,EAEiC;EAC7B;EACA,QAAA,IAAA,CAAKgC,SAAL,EAAA,CAAA;EACH,OAAA;EACJ,KAAA;EACD;EACJ;EACA;EACA;EACA;EACA;EACA;;EAjGA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,MAAA;MAAA,KAkGI,EAAA,SAAA,IAAA,CAAKna,EAAL,EAAS;EAAA,MAAA,IAAA,MAAA,GAAA,IAAA,CAAA;;QACL,IAAI,CAAC,IAAKkV,CAAAA,WAAL,CAAiB3N,OAAjB,CAAyB,MAAzB,CAAL,EACI,OAAO,IAAP,CAAA;QACJ,IAAKmO,CAAAA,MAAL,GAAc,IAAI0E,QAAJ,CAAW,KAAK1S,GAAhB,EAAqB,IAAKxF,CAAAA,IAA1B,CAAd,CAAA;QACA,IAAMsB,MAAM,GAAG,IAAA,CAAKkS,MAApB,CAAA;QACA,IAAMvU,IAAI,GAAG,IAAb,CAAA;QACA,IAAK+T,CAAAA,WAAL,GAAmB,SAAnB,CAAA;EACA,MAAA,IAAA,CAAKmF,aAAL,GAAqB,KAArB,CAPK;;QASL,IAAMC,cAAc,GAAGza,EAAE,CAAC2D,MAAD,EAAS,MAAT,EAAiB,YAAY;EAClDrC,QAAAA,IAAI,CAAC2J,MAAL,EAAA,CAAA;UACA9K,EAAE,IAAIA,EAAE,EAAR,CAAA;SAFqB,CAAzB,CATK;;QAcL,IAAMua,QAAQ,GAAG1a,EAAE,CAAC2D,MAAD,EAAS,OAAT,EAAkB,UAAC4B,GAAD,EAAS;EAC1CjE,QAAAA,IAAI,CAACiI,OAAL,EAAA,CAAA;UACAjI,IAAI,CAAC+T,WAAL,GAAmB,QAAnB,CAAA;;EACA,QAAA,MAAI,CAACnU,YAAL,CAAkB,OAAlB,EAA2BqE,GAA3B,CAAA,CAAA;;EACA,QAAA,IAAIpF,EAAJ,EAAQ;YACJA,EAAE,CAACoF,GAAD,CAAF,CAAA;EACH,SAFD,MAGK;EACD;EACAjE,UAAAA,IAAI,CAACqZ,oBAAL,EAAA,CAAA;EACH,SAAA;EACJ,OAXkB,CAAnB,CAAA;;QAYA,IAAI,KAAA,KAAU,IAAKP,CAAAA,QAAnB,EAA6B;UACzB,IAAMtR,OAAO,GAAG,IAAA,CAAKsR,QAArB,CAAA;;UACA,IAAItR,OAAO,KAAK,CAAhB,EAAmB;EACf2R,UAAAA,cAAc,GADC;EAElB,SAJwB;;;EAMzB,QAAA,IAAMvE,KAAK,GAAG,IAAK3T,CAAAA,YAAL,CAAkB,YAAM;YAClCkY,cAAc,EAAA,CAAA;YACd9W,MAAM,CAACqD,KAAP,EAAA,CAFkC;;YAIlCrD,MAAM,CAAC5C,IAAP,CAAY,OAAZ,EAAqB,IAAIwC,KAAJ,CAAU,SAAV,CAArB,CAAA,CAAA;WAJU,EAKXuF,OALW,CAAd,CAAA;;EAMA,QAAA,IAAI,IAAKzG,CAAAA,IAAL,CAAU6I,SAAd,EAAyB;EACrBgL,UAAAA,KAAK,CAAC9K,KAAN,EAAA,CAAA;EACH,SAAA;;EACD,QAAA,IAAA,CAAK8J,IAAL,CAAUtV,IAAV,CAAe,SAASiU,UAAT,GAAsB;YACjC1R,YAAY,CAAC+T,KAAD,CAAZ,CAAA;WADJ,CAAA,CAAA;EAGH,OAAA;;EACD,MAAA,IAAA,CAAKhB,IAAL,CAAUtV,IAAV,CAAe6a,cAAf,CAAA,CAAA;EACA,MAAA,IAAA,CAAKvF,IAAL,CAAUtV,IAAV,CAAe8a,QAAf,CAAA,CAAA;EACA,MAAA,OAAO,IAAP,CAAA;EACH,KAAA;EACD;EACJ;EACA;EACA;EACA;EACA;;EAxJA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,SAAA;MAAA,KAyJI,EAAA,SAAA,OAAA,CAAQva,EAAR,EAAY;EACR,MAAA,OAAO,IAAKqI,CAAAA,IAAL,CAAUrI,EAAV,CAAP,CAAA;EACH,KAAA;EACD;EACJ;EACA;EACA;EACA;;EAhKA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,QAAA;EAAA,IAAA,KAAA,EAiKI,SAAS,MAAA,GAAA;EACL;QACA,IAAKoJ,CAAAA,OAAL,GAFK;;QAIL,IAAK8L,CAAAA,WAAL,GAAmB,MAAnB,CAAA;EACA,MAAA,IAAA,CAAKnU,YAAL,CAAkB,MAAlB,CAAA,CALK;;QAOL,IAAMyC,MAAM,GAAG,IAAA,CAAKkS,MAApB,CAAA;EACA,MAAA,IAAA,CAAKX,IAAL,CAAUtV,IAAV,CAAeI,EAAE,CAAC2D,MAAD,EAAS,MAAT,EAAiB,KAAKiX,MAAL,CAAYpY,IAAZ,CAAiB,IAAjB,CAAjB,CAAjB,EAA2DxC,EAAE,CAAC2D,MAAD,EAAS,MAAT,EAAiB,KAAKkX,MAAL,CAAYrY,IAAZ,CAAiB,IAAjB,CAAjB,CAA7D,EAAuGxC,EAAE,CAAC2D,MAAD,EAAS,OAAT,EAAkB,IAAA,CAAK8H,OAAL,CAAajJ,IAAb,CAAkB,IAAlB,CAAlB,CAAzG,EAAqJxC,EAAE,CAAC2D,MAAD,EAAS,OAAT,EAAkB,IAAA,CAAK0H,OAAL,CAAa7I,IAAb,CAAkB,IAAlB,CAAlB,CAAvJ,EAAmMxC,EAAE,CAAC,KAAK4Z,OAAN,EAAe,SAAf,EAA0B,KAAKkB,SAAL,CAAetY,IAAf,CAAoB,IAApB,CAA1B,CAArM,CAAA,CAAA;EACH,KAAA;EACD;EACJ;EACA;EACA;EACA;;EA/KA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,QAAA;EAAA,IAAA,KAAA,EAgLI,SAAS,MAAA,GAAA;QACL,IAAKtB,CAAAA,YAAL,CAAkB,MAAlB,CAAA,CAAA;EACH,KAAA;EACD;EACJ;EACA;EACA;EACA;;EAvLA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,QAAA;MAAA,KAwLI,EAAA,SAAA,MAAA,CAAOnF,IAAP,EAAa;QACT,IAAI;EACA,QAAA,IAAA,CAAK6d,OAAL,CAAamB,GAAb,CAAiBhf,IAAjB,CAAA,CAAA;SADJ,CAGA,OAAO4J,CAAP,EAAU;EACN,QAAA,IAAA,CAAK0F,OAAL,CAAa,aAAb,EAA4B1F,CAA5B,CAAA,CAAA;EACH,OAAA;EACJ,KAAA;EACD;EACJ;EACA;EACA;EACA;;EApMA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,WAAA;MAAA,KAqMI,EAAA,SAAA,SAAA,CAAUpG,MAAV,EAAkB;EAAA,MAAA,IAAA,MAAA,GAAA,IAAA,CAAA;;EACd;EACAuK,MAAAA,QAAQ,CAAC,YAAM;EACX,QAAA,MAAI,CAAC5I,YAAL,CAAkB,QAAlB,EAA4B3B,MAA5B,CAAA,CAAA;SADI,EAEL,IAAKgD,CAAAA,YAFA,CAAR,CAAA;EAGH,KAAA;EACD;EACJ;EACA;EACA;EACA;;EA/MA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,SAAA;MAAA,KAgNI,EAAA,SAAA,OAAA,CAAQgD,GAAR,EAAa;EACT,MAAA,IAAA,CAAKrE,YAAL,CAAkB,OAAlB,EAA2BqE,GAA3B,CAAA,CAAA;EACH,KAAA;EACD;EACJ;EACA;EACA;EACA;EACA;;EAxNA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,QAAA;EAAA,IAAA,KAAA,EAyNI,SAAO6M,MAAAA,CAAAA,GAAP,EAAY/P,IAAZ,EAAkB;EACd,MAAA,IAAIsB,MAAM,GAAG,IAAA,CAAKsV,IAAL,CAAU7G,GAAV,CAAb,CAAA;;QACA,IAAI,CAACzO,MAAL,EAAa;UACTA,MAAM,GAAG,IAAIqJ,MAAJ,CAAW,IAAX,EAAiBoF,GAAjB,EAAsB/P,IAAtB,CAAT,CAAA;EACA,QAAA,IAAA,CAAK4W,IAAL,CAAU7G,GAAV,CAAA,GAAiBzO,MAAjB,CAAA;SAFJ,MAIK,IAAI,IAAKsR,CAAAA,YAAL,IAAqB,CAACtR,MAAM,CAACqX,MAAjC,EAAyC;EAC1CrX,QAAAA,MAAM,CAACqQ,OAAP,EAAA,CAAA;EACH,OAAA;;EACD,MAAA,OAAOrQ,MAAP,CAAA;EACH,KAAA;EACD;EACJ;EACA;EACA;EACA;EACA;;EAzOA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,UAAA;MAAA,KA0OI,EAAA,SAAA,QAAA,CAASA,MAAT,EAAiB;QACb,IAAMsV,IAAI,GAAG1d,MAAM,CAACG,IAAP,CAAY,IAAA,CAAKud,IAAjB,CAAb,CAAA;;EACA,MAAA,KAAA,IAAA,EAAA,GAAA,CAAA,EAAA,KAAA,GAAkBA,IAAlB,EAAwB,EAAA,GAAA,KAAA,CAAA,MAAA,EAAA,EAAA,EAAA,EAAA;EAAnB,QAAA,IAAM7G,GAAG,GAAT,KAAA,CAAA,EAAA,CAAA,CAAA;EACD,QAAA,IAAMzO,OAAM,GAAG,IAAA,CAAKsV,IAAL,CAAU7G,GAAV,CAAf,CAAA;;UACA,IAAIzO,OAAM,CAACqX,MAAX,EAAmB;EACf,UAAA,OAAA;EACH,SAAA;EACJ,OAAA;;EACD,MAAA,IAAA,CAAKC,MAAL,EAAA,CAAA;EACH,KAAA;EACD;EACJ;EACA;EACA;EACA;EACA;;EAzPA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,SAAA;MAAA,KA0PI,EAAA,SAAA,OAAA,CAAQ1b,MAAR,EAAgB;QACZ,IAAMH,cAAc,GAAG,IAAKua,CAAAA,OAAL,CAAanV,MAAb,CAAoBjF,MAApB,CAAvB,CAAA;;EACA,MAAA,KAAK,IAAI/B,CAAC,GAAG,CAAb,EAAgBA,CAAC,GAAG4B,cAAc,CAAC3B,MAAnC,EAA2CD,CAAC,EAA5C,EAAgD;UAC5C,IAAKqY,CAAAA,MAAL,CAAY7R,KAAZ,CAAkB5E,cAAc,CAAC5B,CAAD,CAAhC,EAAqC+B,MAAM,CAACyQ,OAA5C,CAAA,CAAA;EACH,OAAA;EACJ,KAAA;EACD;EACJ;EACA;EACA;EACA;;EApQA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,SAAA;EAAA,IAAA,KAAA,EAqQI,SAAU,OAAA,GAAA;EACN,MAAA,IAAA,CAAKkF,IAAL,CAAUvZ,OAAV,CAAkB,UAACkY,UAAD,EAAA;EAAA,QAAA,OAAgBA,UAAU,EAA1B,CAAA;SAAlB,CAAA,CAAA;EACA,MAAA,IAAA,CAAKqB,IAAL,CAAUzX,MAAV,GAAmB,CAAnB,CAAA;QACA,IAAKmc,CAAAA,OAAL,CAAapC,OAAb,EAAA,CAAA;EACH,KAAA;EACD;EACJ;EACA;EACA;EACA;;EA9QA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,QAAA;EAAA,IAAA,KAAA,EA+QI,SAAS,MAAA,GAAA;QACL,IAAKgD,CAAAA,aAAL,GAAqB,IAArB,CAAA;QACA,IAAKH,CAAAA,aAAL,GAAqB,KAArB,CAAA;QACA,IAAKhP,CAAAA,OAAL,CAAa,cAAb,CAAA,CAAA;EACA,MAAA,IAAI,KAAKwK,MAAT,EACI,IAAKA,CAAAA,MAAL,CAAY7O,KAAZ,EAAA,CAAA;EACP,KAAA;EACD;EACJ;EACA;EACA;EACA;;EA1RA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,YAAA;EAAA,IAAA,KAAA,EA2RI,SAAa,UAAA,GAAA;QACT,OAAO,IAAA,CAAKiU,MAAL,EAAP,CAAA;EACH,KAAA;EACD;EACJ;EACA;EACA;EACA;;EAlSA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,SAAA;EAAA,IAAA,KAAA,EAmSI,SAAQ7X,OAAAA,CAAAA,MAAR,EAAgBC,WAAhB,EAA6B;EACzB,MAAA,IAAA,CAAKkG,OAAL,EAAA,CAAA;QACA,IAAKiQ,CAAAA,OAAL,CAAaZ,KAAb,EAAA,CAAA;QACA,IAAKvD,CAAAA,WAAL,GAAmB,QAAnB,CAAA;EACA,MAAA,IAAA,CAAKnU,YAAL,CAAkB,OAAlB,EAA2BkC,MAA3B,EAAmCC,WAAnC,CAAA,CAAA;;EACA,MAAA,IAAI,KAAK0W,aAAL,IAAsB,CAAC,IAAA,CAAKS,aAAhC,EAA+C;EAC3C,QAAA,IAAA,CAAKF,SAAL,EAAA,CAAA;EACH,OAAA;EACJ,KAAA;EACD;EACJ;EACA;EACA;EACA;;EAhTA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,WAAA;EAAA,IAAA,KAAA,EAiTI,SAAY,SAAA,GAAA;EAAA,MAAA,IAAA,MAAA,GAAA,IAAA,CAAA;;EACR,MAAA,IAAI,KAAKD,aAAL,IAAsB,KAAKG,aAA/B,EACI,OAAO,IAAP,CAAA;QACJ,IAAMlZ,IAAI,GAAG,IAAb,CAAA;;EACA,MAAA,IAAI,KAAKkY,OAAL,CAAalB,QAAb,IAAyB,IAAA,CAAK0B,qBAAlC,EAAyD;UACrD,IAAKR,CAAAA,OAAL,CAAaZ,KAAb,EAAA,CAAA;UACA,IAAK1X,CAAAA,YAAL,CAAkB,kBAAlB,CAAA,CAAA;UACA,IAAKmZ,CAAAA,aAAL,GAAqB,KAArB,CAAA;EACH,OAJD,MAKK;EACD,QAAA,IAAMa,KAAK,GAAG,IAAA,CAAK1B,OAAL,CAAajB,QAAb,EAAd,CAAA;UACA,IAAK8B,CAAAA,aAAL,GAAqB,IAArB,CAAA;EACA,QAAA,IAAMnE,KAAK,GAAG,IAAK3T,CAAAA,YAAL,CAAkB,YAAM;YAClC,IAAIjB,IAAI,CAACkZ,aAAT,EACI,OAAA;;YACJ,MAAI,CAACtZ,YAAL,CAAkB,mBAAlB,EAAuCI,IAAI,CAACkY,OAAL,CAAalB,QAApD,CAAA,CAHkC;;;YAKlC,IAAIhX,IAAI,CAACkZ,aAAT,EACI,OAAA;EACJlZ,UAAAA,IAAI,CAACkH,IAAL,CAAU,UAACjD,GAAD,EAAS;EACf,YAAA,IAAIA,GAAJ,EAAS;gBACLjE,IAAI,CAAC+Y,aAAL,GAAqB,KAArB,CAAA;EACA/Y,cAAAA,IAAI,CAACgZ,SAAL,EAAA,CAAA;;EACA,cAAA,MAAI,CAACpZ,YAAL,CAAkB,iBAAlB,EAAqCqE,GAArC,CAAA,CAAA;EACH,aAJD,MAKK;EACDjE,cAAAA,IAAI,CAAC6Z,WAAL,EAAA,CAAA;EACH,aAAA;aARL,CAAA,CAAA;WAPU,EAiBXD,KAjBW,CAAd,CAAA;;EAkBA,QAAA,IAAI,IAAK7Y,CAAAA,IAAL,CAAU6I,SAAd,EAAyB;EACrBgL,UAAAA,KAAK,CAAC9K,KAAN,EAAA,CAAA;EACH,SAAA;;EACD,QAAA,IAAA,CAAK8J,IAAL,CAAUtV,IAAV,CAAe,SAASiU,UAAT,GAAsB;YACjC1R,YAAY,CAAC+T,KAAD,CAAZ,CAAA;WADJ,CAAA,CAAA;EAGH,OAAA;EACJ,KAAA;EACD;EACJ;EACA;EACA;EACA;;EA3VA,GAAA,EAAA;EAAA,IAAA,GAAA,EAAA,aAAA;EAAA,IAAA,KAAA,EA4VI,SAAc,WAAA,GAAA;EACV,MAAA,IAAMkF,OAAO,GAAG,IAAK5B,CAAAA,OAAL,CAAalB,QAA7B,CAAA;QACA,IAAK+B,CAAAA,aAAL,GAAqB,KAArB,CAAA;QACA,IAAKb,CAAAA,OAAL,CAAaZ,KAAb,EAAA,CAAA;EACA,MAAA,IAAA,CAAK1X,YAAL,CAAkB,WAAlB,EAA+Bka,OAA/B,CAAA,CAAA;EACH,KAAA;EAjWL,GAAA,CAAA,CAAA,CAAA;;EAAA,EAAA,OAAA,OAAA,CAAA;EAAA,CAAA,CAA6Btb,OAA7B,CAAA;;ECHA;EACA;EACA;;EACA,IAAMub,KAAK,GAAG,EAAd,CAAA;;EACA,SAAS/d,MAAT,CAAgBuK,GAAhB,EAAqBxF,IAArB,EAA2B;EACvB,EAAA,IAAI,OAAOwF,CAAAA,GAAP,CAAe,KAAA,QAAnB,EAA6B;EACzBxF,IAAAA,IAAI,GAAGwF,GAAP,CAAA;EACAA,IAAAA,GAAG,GAAGS,SAAN,CAAA;EACH,GAAA;;IACDjG,IAAI,GAAGA,IAAI,IAAI,EAAf,CAAA;IACA,IAAMiZ,MAAM,GAAGhL,GAAG,CAACzI,GAAD,EAAMxF,IAAI,CAACsF,IAAL,IAAa,YAAnB,CAAlB,CAAA;EACA,EAAA,IAAM0E,MAAM,GAAGiP,MAAM,CAACjP,MAAtB,CAAA;EACA,EAAA,IAAMuB,EAAE,GAAG0N,MAAM,CAAC1N,EAAlB,CAAA;EACA,EAAA,IAAMjG,IAAI,GAAG2T,MAAM,CAAC3T,IAApB,CAAA;EACA,EAAA,IAAMwP,aAAa,GAAGkE,KAAK,CAACzN,EAAD,CAAL,IAAajG,IAAI,IAAI0T,KAAK,CAACzN,EAAD,CAAL,CAAU,MAAV,CAA3C,CAAA;EACA,EAAA,IAAM2N,aAAa,GAAGlZ,IAAI,CAACmZ,QAAL,IAClBnZ,IAAI,CAAC,sBAAD,CADc,IAElB,KAAUA,KAAAA,IAAI,CAACoZ,SAFG,IAGlBtE,aAHJ,CAAA;EAIA,EAAA,IAAI9C,EAAJ,CAAA;;EACA,EAAA,IAAIkH,aAAJ,EAAmB;EACflH,IAAAA,EAAE,GAAG,IAAI2E,OAAJ,CAAY3M,MAAZ,EAAoBhK,IAApB,CAAL,CAAA;EACH,GAFD,MAGK;EACD,IAAA,IAAI,CAACgZ,KAAK,CAACzN,EAAD,CAAV,EAAgB;QACZyN,KAAK,CAACzN,EAAD,CAAL,GAAY,IAAIoL,OAAJ,CAAY3M,MAAZ,EAAoBhK,IAApB,CAAZ,CAAA;EACH,KAAA;;EACDgS,IAAAA,EAAE,GAAGgH,KAAK,CAACzN,EAAD,CAAV,CAAA;EACH,GAAA;;IACD,IAAI0N,MAAM,CAAC5X,KAAP,IAAgB,CAACrB,IAAI,CAACqB,KAA1B,EAAiC;EAC7BrB,IAAAA,IAAI,CAACqB,KAAL,GAAa4X,MAAM,CAAC5O,QAApB,CAAA;EACH,GAAA;;IACD,OAAO2H,EAAE,CAAC1Q,MAAH,CAAU2X,MAAM,CAAC3T,IAAjB,EAAuBtF,IAAvB,CAAP,CAAA;EACH;EAED;;;EACA,QAAA,CAAc/E,MAAd,EAAsB;EAClB0b,EAAAA,OAAO,EAAPA,OADkB;EAElBhM,EAAAA,MAAM,EAANA,MAFkB;EAGlBqH,EAAAA,EAAE,EAAE/W,MAHc;EAIlB0W,EAAAA,OAAO,EAAE1W,MAAAA;EAJS,CAAtB,CAAA;;;;;;;;"} \ No newline at end of file diff --git a/software/flow/node_modules/socket.io/client-dist/socket.io.min.js b/software/flow/node_modules/socket.io/client-dist/socket.io.min.js deleted file mode 100644 index f65edd2..0000000 --- a/software/flow/node_modules/socket.io/client-dist/socket.io.min.js +++ /dev/null @@ -1,7 +0,0 @@ -/*! - * Socket.IO v4.6.1 - * (c) 2014-2023 Guillermo Rauch - * Released under the MIT License. - */ -!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?define(e):(t="undefined"!=typeof globalThis?globalThis:t||self).io=e()}(this,(function(){"use strict";function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function r(t,e,r){return e&&n(t.prototype,e),r&&n(t,r),Object.defineProperty(t,"prototype",{writable:!1}),t}function i(){return i=Object.assign?Object.assign.bind():function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r])}return t},i.apply(this,arguments)}function o(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&a(t,e)}function s(t){return s=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)},s(t)}function a(t,e){return a=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t},a(t,e)}function c(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function u(t,e,n){return u=c()?Reflect.construct.bind():function(t,e,n){var r=[null];r.push.apply(r,e);var i=new(Function.bind.apply(t,r));return n&&a(i,n.prototype),i},u.apply(null,arguments)}function h(t){var e="function"==typeof Map?new Map:void 0;return h=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return u(t,arguments,s(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),a(r,t)},h(t)}function f(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function l(t,e){if(e&&("object"==typeof e||"function"==typeof e))return e;if(void 0!==e)throw new TypeError("Derived constructors may only return object or undefined");return f(t)}function p(t){var e=c();return function(){var n,r=s(t);if(e){var i=s(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return l(this,n)}}function d(t,e){for(;!Object.prototype.hasOwnProperty.call(t,e)&&null!==(t=s(t)););return t}function y(){return y="undefined"!=typeof Reflect&&Reflect.get?Reflect.get.bind():function(t,e,n){var r=d(t,e);if(r){var i=Object.getOwnPropertyDescriptor(r,e);return i.get?i.get.call(arguments.length<3?t:n):i.value}},y.apply(this,arguments)}function v(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r}function g(t,e){var n="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!n){if(Array.isArray(t)||(n=function(t,e){if(t){if("string"==typeof t)return v(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?v(t,e):void 0}}(t))||e&&t&&"number"==typeof t.length){n&&(t=n);var r=0,i=function(){};return{s:i,n:function(){return r>=t.length?{done:!0}:{done:!1,value:t[r++]}},e:function(t){throw t},f:i}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var o,s=!0,a=!1;return{s:function(){n=n.call(t)},n:function(){var t=n.next();return s=t.done,t},e:function(t){a=!0,o=t},f:function(){try{s||null==n.return||n.return()}finally{if(a)throw o}}}}var m=Object.create(null);m.open="0",m.close="1",m.ping="2",m.pong="3",m.message="4",m.upgrade="5",m.noop="6";var k=Object.create(null);Object.keys(m).forEach((function(t){k[m[t]]=t}));for(var b={type:"error",data:"parser error"},w="function"==typeof Blob||"undefined"!=typeof Blob&&"[object BlobConstructor]"===Object.prototype.toString.call(Blob),_="function"==typeof ArrayBuffer,E=function(t,e,n){var r,i=t.type,o=t.data;return w&&o instanceof Blob?e?n(o):O(o,n):_&&(o instanceof ArrayBuffer||(r=o,"function"==typeof ArrayBuffer.isView?ArrayBuffer.isView(r):r&&r.buffer instanceof ArrayBuffer))?e?n(o):O(new Blob([o]),n):n(m[i]+(o||""))},O=function(t,e){var n=new FileReader;return n.onload=function(){var t=n.result.split(",")[1];e("b"+t)},n.readAsDataURL(t)},A="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",R="undefined"==typeof Uint8Array?[]:new Uint8Array(256),T=0;T<A.length;T++)R[A.charCodeAt(T)]=T;var C="function"==typeof ArrayBuffer,B=function(t,e){if("string"!=typeof t)return{type:"message",data:N(t,e)};var n=t.charAt(0);return"b"===n?{type:"message",data:S(t.substring(1),e)}:k[n]?t.length>1?{type:k[n],data:t.substring(1)}:{type:k[n]}:b},S=function(t,e){if(C){var n=function(t){var e,n,r,i,o,s=.75*t.length,a=t.length,c=0;"="===t[t.length-1]&&(s--,"="===t[t.length-2]&&s--);var u=new ArrayBuffer(s),h=new Uint8Array(u);for(e=0;e<a;e+=4)n=R[t.charCodeAt(e)],r=R[t.charCodeAt(e+1)],i=R[t.charCodeAt(e+2)],o=R[t.charCodeAt(e+3)],h[c++]=n<<2|r>>4,h[c++]=(15&r)<<4|i>>2,h[c++]=(3&i)<<6|63&o;return u}(t);return N(n,e)}return{base64:!0,data:t}},N=function(t,e){return"blob"===e&&t instanceof ArrayBuffer?new Blob([t]):t},x=String.fromCharCode(30);function L(t){if(t)return function(t){for(var e in L.prototype)t[e]=L.prototype[e];return t}(t)}L.prototype.on=L.prototype.addEventListener=function(t,e){return this._callbacks=this._callbacks||{},(this._callbacks["$"+t]=this._callbacks["$"+t]||[]).push(e),this},L.prototype.once=function(t,e){function n(){this.off(t,n),e.apply(this,arguments)}return n.fn=e,this.on(t,n),this},L.prototype.off=L.prototype.removeListener=L.prototype.removeAllListeners=L.prototype.removeEventListener=function(t,e){if(this._callbacks=this._callbacks||{},0==arguments.length)return this._callbacks={},this;var n,r=this._callbacks["$"+t];if(!r)return this;if(1==arguments.length)return delete this._callbacks["$"+t],this;for(var i=0;i<r.length;i++)if((n=r[i])===e||n.fn===e){r.splice(i,1);break}return 0===r.length&&delete this._callbacks["$"+t],this},L.prototype.emit=function(t){this._callbacks=this._callbacks||{};for(var e=new Array(arguments.length-1),n=this._callbacks["$"+t],r=1;r<arguments.length;r++)e[r-1]=arguments[r];if(n){r=0;for(var i=(n=n.slice(0)).length;r<i;++r)n[r].apply(this,e)}return this},L.prototype.emitReserved=L.prototype.emit,L.prototype.listeners=function(t){return this._callbacks=this._callbacks||{},this._callbacks["$"+t]||[]},L.prototype.hasListeners=function(t){return!!this.listeners(t).length};var P="undefined"!=typeof self?self:"undefined"!=typeof window?window:Function("return this")();function j(t){for(var e=arguments.length,n=new Array(e>1?e-1:0),r=1;r<e;r++)n[r-1]=arguments[r];return n.reduce((function(e,n){return t.hasOwnProperty(n)&&(e[n]=t[n]),e}),{})}var q=P.setTimeout,I=P.clearTimeout;function D(t,e){e.useNativeTimers?(t.setTimeoutFn=q.bind(P),t.clearTimeoutFn=I.bind(P)):(t.setTimeoutFn=P.setTimeout.bind(P),t.clearTimeoutFn=P.clearTimeout.bind(P))}var F,M=function(t){o(i,t);var n=p(i);function i(t,r,o){var s;return e(this,i),(s=n.call(this,t)).description=r,s.context=o,s.type="TransportError",s}return r(i)}(h(Error)),U=function(t){o(i,t);var n=p(i);function i(t){var r;return e(this,i),(r=n.call(this)).writable=!1,D(f(r),t),r.opts=t,r.query=t.query,r.socket=t.socket,r}return r(i,[{key:"onError",value:function(t,e,n){return y(s(i.prototype),"emitReserved",this).call(this,"error",new M(t,e,n)),this}},{key:"open",value:function(){return this.readyState="opening",this.doOpen(),this}},{key:"close",value:function(){return"opening"!==this.readyState&&"open"!==this.readyState||(this.doClose(),this.onClose()),this}},{key:"send",value:function(t){"open"===this.readyState&&this.write(t)}},{key:"onOpen",value:function(){this.readyState="open",this.writable=!0,y(s(i.prototype),"emitReserved",this).call(this,"open")}},{key:"onData",value:function(t){var e=B(t,this.socket.binaryType);this.onPacket(e)}},{key:"onPacket",value:function(t){y(s(i.prototype),"emitReserved",this).call(this,"packet",t)}},{key:"onClose",value:function(t){this.readyState="closed",y(s(i.prototype),"emitReserved",this).call(this,"close",t)}},{key:"pause",value:function(t){}}]),i}(L),V="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz-_".split(""),H={},K=0,Y=0;function z(t){var e="";do{e=V[t%64]+e,t=Math.floor(t/64)}while(t>0);return e}function W(){var t=z(+new Date);return t!==F?(K=0,F=t):t+"."+z(K++)}for(;Y<64;Y++)H[V[Y]]=Y;function $(t){var e="";for(var n in t)t.hasOwnProperty(n)&&(e.length&&(e+="&"),e+=encodeURIComponent(n)+"="+encodeURIComponent(t[n]));return e}function J(t){for(var e={},n=t.split("&"),r=0,i=n.length;r<i;r++){var o=n[r].split("=");e[decodeURIComponent(o[0])]=decodeURIComponent(o[1])}return e}var Q=!1;try{Q="undefined"!=typeof XMLHttpRequest&&"withCredentials"in new XMLHttpRequest}catch(t){}var X=Q;function G(t){var e=t.xdomain;try{if("undefined"!=typeof XMLHttpRequest&&(!e||X))return new XMLHttpRequest}catch(t){}if(!e)try{return new(P[["Active"].concat("Object").join("X")])("Microsoft.XMLHTTP")}catch(t){}}function Z(){}var tt=null!=new G({xdomain:!1}).responseType,et=function(t){o(s,t);var n=p(s);function s(t){var r;if(e(this,s),(r=n.call(this,t)).polling=!1,"undefined"!=typeof location){var i="https:"===location.protocol,o=location.port;o||(o=i?"443":"80"),r.xd="undefined"!=typeof location&&t.hostname!==location.hostname||o!==t.port,r.xs=t.secure!==i}var a=t&&t.forceBase64;return r.supportsBinary=tt&&!a,r}return r(s,[{key:"name",get:function(){return"polling"}},{key:"doOpen",value:function(){this.poll()}},{key:"pause",value:function(t){var e=this;this.readyState="pausing";var n=function(){e.readyState="paused",t()};if(this.polling||!this.writable){var r=0;this.polling&&(r++,this.once("pollComplete",(function(){--r||n()}))),this.writable||(r++,this.once("drain",(function(){--r||n()})))}else n()}},{key:"poll",value:function(){this.polling=!0,this.doPoll(),this.emitReserved("poll")}},{key:"onData",value:function(t){var e=this;(function(t,e){for(var n=t.split(x),r=[],i=0;i<n.length;i++){var o=B(n[i],e);if(r.push(o),"error"===o.type)break}return r})(t,this.socket.binaryType).forEach((function(t){if("opening"===e.readyState&&"open"===t.type&&e.onOpen(),"close"===t.type)return e.onClose({description:"transport closed by the server"}),!1;e.onPacket(t)})),"closed"!==this.readyState&&(this.polling=!1,this.emitReserved("pollComplete"),"open"===this.readyState&&this.poll())}},{key:"doClose",value:function(){var t=this,e=function(){t.write([{type:"close"}])};"open"===this.readyState?e():this.once("open",e)}},{key:"write",value:function(t){var e=this;this.writable=!1,function(t,e){var n=t.length,r=new Array(n),i=0;t.forEach((function(t,o){E(t,!1,(function(t){r[o]=t,++i===n&&e(r.join(x))}))}))}(t,(function(t){e.doWrite(t,(function(){e.writable=!0,e.emitReserved("drain")}))}))}},{key:"uri",value:function(){var t=this.query||{},e=this.opts.secure?"https":"http",n="";!1!==this.opts.timestampRequests&&(t[this.opts.timestampParam]=W()),this.supportsBinary||t.sid||(t.b64=1),this.opts.port&&("https"===e&&443!==Number(this.opts.port)||"http"===e&&80!==Number(this.opts.port))&&(n=":"+this.opts.port);var r=$(t);return e+"://"+(-1!==this.opts.hostname.indexOf(":")?"["+this.opts.hostname+"]":this.opts.hostname)+n+this.opts.path+(r.length?"?"+r:"")}},{key:"request",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return i(t,{xd:this.xd,xs:this.xs},this.opts),new nt(this.uri(),t)}},{key:"doWrite",value:function(t,e){var n=this,r=this.request({method:"POST",data:t});r.on("success",e),r.on("error",(function(t,e){n.onError("xhr post error",t,e)}))}},{key:"doPoll",value:function(){var t=this,e=this.request();e.on("data",this.onData.bind(this)),e.on("error",(function(e,n){t.onError("xhr poll error",e,n)})),this.pollXhr=e}}]),s}(U),nt=function(t){o(i,t);var n=p(i);function i(t,r){var o;return e(this,i),D(f(o=n.call(this)),r),o.opts=r,o.method=r.method||"GET",o.uri=t,o.async=!1!==r.async,o.data=void 0!==r.data?r.data:null,o.create(),o}return r(i,[{key:"create",value:function(){var t=this,e=j(this.opts,"agent","pfx","key","passphrase","cert","ca","ciphers","rejectUnauthorized","autoUnref");e.xdomain=!!this.opts.xd,e.xscheme=!!this.opts.xs;var n=this.xhr=new G(e);try{n.open(this.method,this.uri,this.async);try{if(this.opts.extraHeaders)for(var r in n.setDisableHeaderCheck&&n.setDisableHeaderCheck(!0),this.opts.extraHeaders)this.opts.extraHeaders.hasOwnProperty(r)&&n.setRequestHeader(r,this.opts.extraHeaders[r])}catch(t){}if("POST"===this.method)try{n.setRequestHeader("Content-type","text/plain;charset=UTF-8")}catch(t){}try{n.setRequestHeader("Accept","*/*")}catch(t){}"withCredentials"in n&&(n.withCredentials=this.opts.withCredentials),this.opts.requestTimeout&&(n.timeout=this.opts.requestTimeout),n.onreadystatechange=function(){4===n.readyState&&(200===n.status||1223===n.status?t.onLoad():t.setTimeoutFn((function(){t.onError("number"==typeof n.status?n.status:0)}),0))},n.send(this.data)}catch(e){return void this.setTimeoutFn((function(){t.onError(e)}),0)}"undefined"!=typeof document&&(this.index=i.requestsCount++,i.requests[this.index]=this)}},{key:"onError",value:function(t){this.emitReserved("error",t,this.xhr),this.cleanup(!0)}},{key:"cleanup",value:function(t){if(void 0!==this.xhr&&null!==this.xhr){if(this.xhr.onreadystatechange=Z,t)try{this.xhr.abort()}catch(t){}"undefined"!=typeof document&&delete i.requests[this.index],this.xhr=null}}},{key:"onLoad",value:function(){var t=this.xhr.responseText;null!==t&&(this.emitReserved("data",t),this.emitReserved("success"),this.cleanup())}},{key:"abort",value:function(){this.cleanup()}}]),i}(L);if(nt.requestsCount=0,nt.requests={},"undefined"!=typeof document)if("function"==typeof attachEvent)attachEvent("onunload",rt);else if("function"==typeof addEventListener){addEventListener("onpagehide"in P?"pagehide":"unload",rt,!1)}function rt(){for(var t in nt.requests)nt.requests.hasOwnProperty(t)&&nt.requests[t].abort()}var it="function"==typeof Promise&&"function"==typeof Promise.resolve?function(t){return Promise.resolve().then(t)}:function(t,e){return e(t,0)},ot=P.WebSocket||P.MozWebSocket,st="undefined"!=typeof navigator&&"string"==typeof navigator.product&&"reactnative"===navigator.product.toLowerCase(),at=function(t){o(i,t);var n=p(i);function i(t){var r;return e(this,i),(r=n.call(this,t)).supportsBinary=!t.forceBase64,r}return r(i,[{key:"name",get:function(){return"websocket"}},{key:"doOpen",value:function(){if(this.check()){var t=this.uri(),e=this.opts.protocols,n=st?{}:j(this.opts,"agent","perMessageDeflate","pfx","key","passphrase","cert","ca","ciphers","rejectUnauthorized","localAddress","protocolVersion","origin","maxPayload","family","checkServerIdentity");this.opts.extraHeaders&&(n.headers=this.opts.extraHeaders);try{this.ws=st?new ot(t,e,n):e?new ot(t,e):new ot(t)}catch(t){return this.emitReserved("error",t)}this.ws.binaryType=this.socket.binaryType||"arraybuffer",this.addEventListeners()}}},{key:"addEventListeners",value:function(){var t=this;this.ws.onopen=function(){t.opts.autoUnref&&t.ws._socket.unref(),t.onOpen()},this.ws.onclose=function(e){return t.onClose({description:"websocket connection closed",context:e})},this.ws.onmessage=function(e){return t.onData(e.data)},this.ws.onerror=function(e){return t.onError("websocket error",e)}}},{key:"write",value:function(t){var e=this;this.writable=!1;for(var n=function(n){var r=t[n],i=n===t.length-1;E(r,e.supportsBinary,(function(t){try{e.ws.send(t)}catch(t){}i&&it((function(){e.writable=!0,e.emitReserved("drain")}),e.setTimeoutFn)}))},r=0;r<t.length;r++)n(r)}},{key:"doClose",value:function(){void 0!==this.ws&&(this.ws.close(),this.ws=null)}},{key:"uri",value:function(){var t=this.query||{},e=this.opts.secure?"wss":"ws",n="";this.opts.port&&("wss"===e&&443!==Number(this.opts.port)||"ws"===e&&80!==Number(this.opts.port))&&(n=":"+this.opts.port),this.opts.timestampRequests&&(t[this.opts.timestampParam]=W()),this.supportsBinary||(t.b64=1);var r=$(t);return e+"://"+(-1!==this.opts.hostname.indexOf(":")?"["+this.opts.hostname+"]":this.opts.hostname)+n+this.opts.path+(r.length?"?"+r:"")}},{key:"check",value:function(){return!!ot}}]),i}(U),ct={websocket:at,polling:et},ut=/^(?:(?![^:@\/?#]+:[^:@\/]*@)(http|https|ws|wss):\/\/)?((?:(([^:@\/?#]*)(?::([^:@\/?#]*))?)?@)?((?:[a-f0-9]{0,4}:){2,7}[a-f0-9]{0,4}|[^:\/?#]*)(?::(\d*))?)(((\/(?:[^?#](?![^?#\/]*\.[^?#\/.]+(?:[?#]|$)))*\/?)?([^?#\/]*))(?:\?([^#]*))?(?:#(.*))?)/,ht=["source","protocol","authority","userInfo","user","password","host","port","relative","path","directory","file","query","anchor"];function ft(t){var e=t,n=t.indexOf("["),r=t.indexOf("]");-1!=n&&-1!=r&&(t=t.substring(0,n)+t.substring(n,r).replace(/:/g,";")+t.substring(r,t.length));for(var i,o,s=ut.exec(t||""),a={},c=14;c--;)a[ht[c]]=s[c]||"";return-1!=n&&-1!=r&&(a.source=e,a.host=a.host.substring(1,a.host.length-1).replace(/;/g,":"),a.authority=a.authority.replace("[","").replace("]","").replace(/;/g,":"),a.ipv6uri=!0),a.pathNames=function(t,e){var n=/\/{2,9}/g,r=e.replace(n,"/").split("/");"/"!=e.slice(0,1)&&0!==e.length||r.splice(0,1);"/"==e.slice(-1)&&r.splice(r.length-1,1);return r}(0,a.path),a.queryKey=(i=a.query,o={},i.replace(/(?:^|&)([^&=]*)=?([^&]*)/g,(function(t,e,n){e&&(o[e]=n)})),o),a}var lt=function(n){o(a,n);var s=p(a);function a(n){var r,o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return e(this,a),(r=s.call(this)).writeBuffer=[],n&&"object"===t(n)&&(o=n,n=null),n?(n=ft(n),o.hostname=n.host,o.secure="https"===n.protocol||"wss"===n.protocol,o.port=n.port,n.query&&(o.query=n.query)):o.host&&(o.hostname=ft(o.host).host),D(f(r),o),r.secure=null!=o.secure?o.secure:"undefined"!=typeof location&&"https:"===location.protocol,o.hostname&&!o.port&&(o.port=r.secure?"443":"80"),r.hostname=o.hostname||("undefined"!=typeof location?location.hostname:"localhost"),r.port=o.port||("undefined"!=typeof location&&location.port?location.port:r.secure?"443":"80"),r.transports=o.transports||["polling","websocket"],r.writeBuffer=[],r.prevBufferLen=0,r.opts=i({path:"/engine.io",agent:!1,withCredentials:!1,upgrade:!0,timestampParam:"t",rememberUpgrade:!1,addTrailingSlash:!0,rejectUnauthorized:!0,perMessageDeflate:{threshold:1024},transportOptions:{},closeOnBeforeunload:!0},o),r.opts.path=r.opts.path.replace(/\/$/,"")+(r.opts.addTrailingSlash?"/":""),"string"==typeof r.opts.query&&(r.opts.query=J(r.opts.query)),r.id=null,r.upgrades=null,r.pingInterval=null,r.pingTimeout=null,r.pingTimeoutTimer=null,"function"==typeof addEventListener&&(r.opts.closeOnBeforeunload&&(r.beforeunloadEventListener=function(){r.transport&&(r.transport.removeAllListeners(),r.transport.close())},addEventListener("beforeunload",r.beforeunloadEventListener,!1)),"localhost"!==r.hostname&&(r.offlineEventListener=function(){r.onClose("transport close",{description:"network connection lost"})},addEventListener("offline",r.offlineEventListener,!1))),r.open(),r}return r(a,[{key:"createTransport",value:function(t){var e=i({},this.opts.query);e.EIO=4,e.transport=t,this.id&&(e.sid=this.id);var n=i({},this.opts.transportOptions[t],this.opts,{query:e,socket:this,hostname:this.hostname,secure:this.secure,port:this.port});return new ct[t](n)}},{key:"open",value:function(){var t,e=this;if(this.opts.rememberUpgrade&&a.priorWebsocketSuccess&&-1!==this.transports.indexOf("websocket"))t="websocket";else{if(0===this.transports.length)return void this.setTimeoutFn((function(){e.emitReserved("error","No transports available")}),0);t=this.transports[0]}this.readyState="opening";try{t=this.createTransport(t)}catch(t){return this.transports.shift(),void this.open()}t.open(),this.setTransport(t)}},{key:"setTransport",value:function(t){var e=this;this.transport&&this.transport.removeAllListeners(),this.transport=t,t.on("drain",this.onDrain.bind(this)).on("packet",this.onPacket.bind(this)).on("error",this.onError.bind(this)).on("close",(function(t){return e.onClose("transport close",t)}))}},{key:"probe",value:function(t){var e=this,n=this.createTransport(t),r=!1;a.priorWebsocketSuccess=!1;var i=function(){r||(n.send([{type:"ping",data:"probe"}]),n.once("packet",(function(t){if(!r)if("pong"===t.type&&"probe"===t.data){if(e.upgrading=!0,e.emitReserved("upgrading",n),!n)return;a.priorWebsocketSuccess="websocket"===n.name,e.transport.pause((function(){r||"closed"!==e.readyState&&(f(),e.setTransport(n),n.send([{type:"upgrade"}]),e.emitReserved("upgrade",n),n=null,e.upgrading=!1,e.flush())}))}else{var i=new Error("probe error");i.transport=n.name,e.emitReserved("upgradeError",i)}})))};function o(){r||(r=!0,f(),n.close(),n=null)}var s=function(t){var r=new Error("probe error: "+t);r.transport=n.name,o(),e.emitReserved("upgradeError",r)};function c(){s("transport closed")}function u(){s("socket closed")}function h(t){n&&t.name!==n.name&&o()}var f=function(){n.removeListener("open",i),n.removeListener("error",s),n.removeListener("close",c),e.off("close",u),e.off("upgrading",h)};n.once("open",i),n.once("error",s),n.once("close",c),this.once("close",u),this.once("upgrading",h),n.open()}},{key:"onOpen",value:function(){if(this.readyState="open",a.priorWebsocketSuccess="websocket"===this.transport.name,this.emitReserved("open"),this.flush(),"open"===this.readyState&&this.opts.upgrade)for(var t=0,e=this.upgrades.length;t<e;t++)this.probe(this.upgrades[t])}},{key:"onPacket",value:function(t){if("opening"===this.readyState||"open"===this.readyState||"closing"===this.readyState)switch(this.emitReserved("packet",t),this.emitReserved("heartbeat"),t.type){case"open":this.onHandshake(JSON.parse(t.data));break;case"ping":this.resetPingTimeout(),this.sendPacket("pong"),this.emitReserved("ping"),this.emitReserved("pong");break;case"error":var e=new Error("server error");e.code=t.data,this.onError(e);break;case"message":this.emitReserved("data",t.data),this.emitReserved("message",t.data)}}},{key:"onHandshake",value:function(t){this.emitReserved("handshake",t),this.id=t.sid,this.transport.query.sid=t.sid,this.upgrades=this.filterUpgrades(t.upgrades),this.pingInterval=t.pingInterval,this.pingTimeout=t.pingTimeout,this.maxPayload=t.maxPayload,this.onOpen(),"closed"!==this.readyState&&this.resetPingTimeout()}},{key:"resetPingTimeout",value:function(){var t=this;this.clearTimeoutFn(this.pingTimeoutTimer),this.pingTimeoutTimer=this.setTimeoutFn((function(){t.onClose("ping timeout")}),this.pingInterval+this.pingTimeout),this.opts.autoUnref&&this.pingTimeoutTimer.unref()}},{key:"onDrain",value:function(){this.writeBuffer.splice(0,this.prevBufferLen),this.prevBufferLen=0,0===this.writeBuffer.length?this.emitReserved("drain"):this.flush()}},{key:"flush",value:function(){if("closed"!==this.readyState&&this.transport.writable&&!this.upgrading&&this.writeBuffer.length){var t=this.getWritablePackets();this.transport.send(t),this.prevBufferLen=t.length,this.emitReserved("flush")}}},{key:"getWritablePackets",value:function(){if(!(this.maxPayload&&"polling"===this.transport.name&&this.writeBuffer.length>1))return this.writeBuffer;for(var t,e=1,n=0;n<this.writeBuffer.length;n++){var r=this.writeBuffer[n].data;if(r&&(e+="string"==typeof(t=r)?function(t){for(var e=0,n=0,r=0,i=t.length;r<i;r++)(e=t.charCodeAt(r))<128?n+=1:e<2048?n+=2:e<55296||e>=57344?n+=3:(r++,n+=4);return n}(t):Math.ceil(1.33*(t.byteLength||t.size))),n>0&&e>this.maxPayload)return this.writeBuffer.slice(0,n);e+=2}return this.writeBuffer}},{key:"write",value:function(t,e,n){return this.sendPacket("message",t,e,n),this}},{key:"send",value:function(t,e,n){return this.sendPacket("message",t,e,n),this}},{key:"sendPacket",value:function(t,e,n,r){if("function"==typeof e&&(r=e,e=void 0),"function"==typeof n&&(r=n,n=null),"closing"!==this.readyState&&"closed"!==this.readyState){(n=n||{}).compress=!1!==n.compress;var i={type:t,data:e,options:n};this.emitReserved("packetCreate",i),this.writeBuffer.push(i),r&&this.once("flush",r),this.flush()}}},{key:"close",value:function(){var t=this,e=function(){t.onClose("forced close"),t.transport.close()},n=function n(){t.off("upgrade",n),t.off("upgradeError",n),e()},r=function(){t.once("upgrade",n),t.once("upgradeError",n)};return"opening"!==this.readyState&&"open"!==this.readyState||(this.readyState="closing",this.writeBuffer.length?this.once("drain",(function(){t.upgrading?r():e()})):this.upgrading?r():e()),this}},{key:"onError",value:function(t){a.priorWebsocketSuccess=!1,this.emitReserved("error",t),this.onClose("transport error",t)}},{key:"onClose",value:function(t,e){"opening"!==this.readyState&&"open"!==this.readyState&&"closing"!==this.readyState||(this.clearTimeoutFn(this.pingTimeoutTimer),this.transport.removeAllListeners("close"),this.transport.close(),this.transport.removeAllListeners(),"function"==typeof removeEventListener&&(removeEventListener("beforeunload",this.beforeunloadEventListener,!1),removeEventListener("offline",this.offlineEventListener,!1)),this.readyState="closed",this.id=null,this.emitReserved("close",t,e),this.writeBuffer=[],this.prevBufferLen=0)}},{key:"filterUpgrades",value:function(t){for(var e=[],n=0,r=t.length;n<r;n++)~this.transports.indexOf(t[n])&&e.push(t[n]);return e}}]),a}(L);lt.protocol=4,lt.protocol;var pt="function"==typeof ArrayBuffer,dt=Object.prototype.toString,yt="function"==typeof Blob||"undefined"!=typeof Blob&&"[object BlobConstructor]"===dt.call(Blob),vt="function"==typeof File||"undefined"!=typeof File&&"[object FileConstructor]"===dt.call(File);function gt(t){return pt&&(t instanceof ArrayBuffer||function(t){return"function"==typeof ArrayBuffer.isView?ArrayBuffer.isView(t):t.buffer instanceof ArrayBuffer}(t))||yt&&t instanceof Blob||vt&&t instanceof File}function mt(e,n){if(!e||"object"!==t(e))return!1;if(Array.isArray(e)){for(var r=0,i=e.length;r<i;r++)if(mt(e[r]))return!0;return!1}if(gt(e))return!0;if(e.toJSON&&"function"==typeof e.toJSON&&1===arguments.length)return mt(e.toJSON(),!0);for(var o in e)if(Object.prototype.hasOwnProperty.call(e,o)&&mt(e[o]))return!0;return!1}function kt(t){var e=[],n=t.data,r=t;return r.data=bt(n,e),r.attachments=e.length,{packet:r,buffers:e}}function bt(e,n){if(!e)return e;if(gt(e)){var r={_placeholder:!0,num:n.length};return n.push(e),r}if(Array.isArray(e)){for(var i=new Array(e.length),o=0;o<e.length;o++)i[o]=bt(e[o],n);return i}if("object"===t(e)&&!(e instanceof Date)){var s={};for(var a in e)Object.prototype.hasOwnProperty.call(e,a)&&(s[a]=bt(e[a],n));return s}return e}function wt(t,e){return t.data=_t(t.data,e),delete t.attachments,t}function _t(e,n){if(!e)return e;if(e&&!0===e._placeholder){if("number"==typeof e.num&&e.num>=0&&e.num<n.length)return n[e.num];throw new Error("illegal attachments")}if(Array.isArray(e))for(var r=0;r<e.length;r++)e[r]=_t(e[r],n);else if("object"===t(e))for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&(e[i]=_t(e[i],n));return e}var Et;!function(t){t[t.CONNECT=0]="CONNECT",t[t.DISCONNECT=1]="DISCONNECT",t[t.EVENT=2]="EVENT",t[t.ACK=3]="ACK",t[t.CONNECT_ERROR=4]="CONNECT_ERROR",t[t.BINARY_EVENT=5]="BINARY_EVENT",t[t.BINARY_ACK=6]="BINARY_ACK"}(Et||(Et={}));var Ot=function(){function t(n){e(this,t),this.replacer=n}return r(t,[{key:"encode",value:function(t){return t.type!==Et.EVENT&&t.type!==Et.ACK||!mt(t)?[this.encodeAsString(t)]:this.encodeAsBinary({type:t.type===Et.EVENT?Et.BINARY_EVENT:Et.BINARY_ACK,nsp:t.nsp,data:t.data,id:t.id})}},{key:"encodeAsString",value:function(t){var e=""+t.type;return t.type!==Et.BINARY_EVENT&&t.type!==Et.BINARY_ACK||(e+=t.attachments+"-"),t.nsp&&"/"!==t.nsp&&(e+=t.nsp+","),null!=t.id&&(e+=t.id),null!=t.data&&(e+=JSON.stringify(t.data,this.replacer)),e}},{key:"encodeAsBinary",value:function(t){var e=kt(t),n=this.encodeAsString(e.packet),r=e.buffers;return r.unshift(n),r}}]),t}(),At=function(n){o(a,n);var i=p(a);function a(t){var n;return e(this,a),(n=i.call(this)).reviver=t,n}return r(a,[{key:"add",value:function(t){var e;if("string"==typeof t){if(this.reconstructor)throw new Error("got plaintext data when reconstructing a packet");var n=(e=this.decodeString(t)).type===Et.BINARY_EVENT;n||e.type===Et.BINARY_ACK?(e.type=n?Et.EVENT:Et.ACK,this.reconstructor=new Rt(e),0===e.attachments&&y(s(a.prototype),"emitReserved",this).call(this,"decoded",e)):y(s(a.prototype),"emitReserved",this).call(this,"decoded",e)}else{if(!gt(t)&&!t.base64)throw new Error("Unknown type: "+t);if(!this.reconstructor)throw new Error("got binary data when not reconstructing a packet");(e=this.reconstructor.takeBinaryData(t))&&(this.reconstructor=null,y(s(a.prototype),"emitReserved",this).call(this,"decoded",e))}}},{key:"decodeString",value:function(t){var e=0,n={type:Number(t.charAt(0))};if(void 0===Et[n.type])throw new Error("unknown packet type "+n.type);if(n.type===Et.BINARY_EVENT||n.type===Et.BINARY_ACK){for(var r=e+1;"-"!==t.charAt(++e)&&e!=t.length;);var i=t.substring(r,e);if(i!=Number(i)||"-"!==t.charAt(e))throw new Error("Illegal attachments");n.attachments=Number(i)}if("/"===t.charAt(e+1)){for(var o=e+1;++e;){if(","===t.charAt(e))break;if(e===t.length)break}n.nsp=t.substring(o,e)}else n.nsp="/";var s=t.charAt(e+1);if(""!==s&&Number(s)==s){for(var c=e+1;++e;){var u=t.charAt(e);if(null==u||Number(u)!=u){--e;break}if(e===t.length)break}n.id=Number(t.substring(c,e+1))}if(t.charAt(++e)){var h=this.tryParse(t.substr(e));if(!a.isPayloadValid(n.type,h))throw new Error("invalid payload");n.data=h}return n}},{key:"tryParse",value:function(t){try{return JSON.parse(t,this.reviver)}catch(t){return!1}}},{key:"destroy",value:function(){this.reconstructor&&(this.reconstructor.finishedReconstruction(),this.reconstructor=null)}}],[{key:"isPayloadValid",value:function(e,n){switch(e){case Et.CONNECT:return"object"===t(n);case Et.DISCONNECT:return void 0===n;case Et.CONNECT_ERROR:return"string"==typeof n||"object"===t(n);case Et.EVENT:case Et.BINARY_EVENT:return Array.isArray(n)&&n.length>0;case Et.ACK:case Et.BINARY_ACK:return Array.isArray(n)}}}]),a}(L),Rt=function(){function t(n){e(this,t),this.packet=n,this.buffers=[],this.reconPack=n}return r(t,[{key:"takeBinaryData",value:function(t){if(this.buffers.push(t),this.buffers.length===this.reconPack.attachments){var e=wt(this.reconPack,this.buffers);return this.finishedReconstruction(),e}return null}},{key:"finishedReconstruction",value:function(){this.reconPack=null,this.buffers=[]}}]),t}(),Tt=Object.freeze({__proto__:null,protocol:5,get PacketType(){return Et},Encoder:Ot,Decoder:At});function Ct(t,e,n){return t.on(e,n),function(){t.off(e,n)}}var Bt=Object.freeze({connect:1,connect_error:1,disconnect:1,disconnecting:1,newListener:1,removeListener:1}),St=function(t){o(a,t);var n=p(a);function a(t,r,o){var s;return e(this,a),(s=n.call(this)).connected=!1,s.recovered=!1,s.receiveBuffer=[],s.sendBuffer=[],s._queue=[],s._queueSeq=0,s.ids=0,s.acks={},s.flags={},s.io=t,s.nsp=r,o&&o.auth&&(s.auth=o.auth),s._opts=i({},o),s.io._autoConnect&&s.open(),s}return r(a,[{key:"disconnected",get:function(){return!this.connected}},{key:"subEvents",value:function(){if(!this.subs){var t=this.io;this.subs=[Ct(t,"open",this.onopen.bind(this)),Ct(t,"packet",this.onpacket.bind(this)),Ct(t,"error",this.onerror.bind(this)),Ct(t,"close",this.onclose.bind(this))]}}},{key:"active",get:function(){return!!this.subs}},{key:"connect",value:function(){return this.connected||(this.subEvents(),this.io._reconnecting||this.io.open(),"open"===this.io._readyState&&this.onopen()),this}},{key:"open",value:function(){return this.connect()}},{key:"send",value:function(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];return e.unshift("message"),this.emit.apply(this,e),this}},{key:"emit",value:function(t){if(Bt.hasOwnProperty(t))throw new Error('"'+t.toString()+'" is a reserved event name');for(var e=arguments.length,n=new Array(e>1?e-1:0),r=1;r<e;r++)n[r-1]=arguments[r];if(n.unshift(t),this._opts.retries&&!this.flags.fromQueue&&!this.flags.volatile)return this._addToQueue(n),this;var i={type:Et.EVENT,data:n,options:{}};if(i.options.compress=!1!==this.flags.compress,"function"==typeof n[n.length-1]){var o=this.ids++,s=n.pop();this._registerAckCallback(o,s),i.id=o}var a=this.io.engine&&this.io.engine.transport&&this.io.engine.transport.writable,c=this.flags.volatile&&(!a||!this.connected);return c||(this.connected?(this.notifyOutgoingListeners(i),this.packet(i)):this.sendBuffer.push(i)),this.flags={},this}},{key:"_registerAckCallback",value:function(t,e){var n,r=this,i=null!==(n=this.flags.timeout)&&void 0!==n?n:this._opts.ackTimeout;if(void 0!==i){var o=this.io.setTimeoutFn((function(){delete r.acks[t];for(var n=0;n<r.sendBuffer.length;n++)r.sendBuffer[n].id===t&&r.sendBuffer.splice(n,1);e.call(r,new Error("operation has timed out"))}),i);this.acks[t]=function(){r.io.clearTimeoutFn(o);for(var t=arguments.length,n=new Array(t),i=0;i<t;i++)n[i]=arguments[i];e.apply(r,[null].concat(n))}}else this.acks[t]=e}},{key:"emitWithAck",value:function(t){for(var e=this,n=arguments.length,r=new Array(n>1?n-1:0),i=1;i<n;i++)r[i-1]=arguments[i];var o=void 0!==this.flags.timeout||void 0!==this._opts.ackTimeout;return new Promise((function(n,i){r.push((function(t,e){return o?t?i(t):n(e):n(t)})),e.emit.apply(e,[t].concat(r))}))}},{key:"_addToQueue",value:function(t){var e,n=this;"function"==typeof t[t.length-1]&&(e=t.pop());var r={id:this._queueSeq++,tryCount:0,pending:!1,args:t,flags:i({fromQueue:!0},this.flags)};t.push((function(t){if(r===n._queue[0]){var i=null!==t;if(i)r.tryCount>n._opts.retries&&(n._queue.shift(),e&&e(t));else if(n._queue.shift(),e){for(var o=arguments.length,s=new Array(o>1?o-1:0),a=1;a<o;a++)s[a-1]=arguments[a];e.apply(void 0,[null].concat(s))}return r.pending=!1,n._drainQueue()}})),this._queue.push(r),this._drainQueue()}},{key:"_drainQueue",value:function(){var t=arguments.length>0&&void 0!==arguments[0]&&arguments[0];if(this.connected&&0!==this._queue.length){var e=this._queue[0];e.pending&&!t||(e.pending=!0,e.tryCount++,this.flags=e.flags,this.emit.apply(this,e.args))}}},{key:"packet",value:function(t){t.nsp=this.nsp,this.io._packet(t)}},{key:"onopen",value:function(){var t=this;"function"==typeof this.auth?this.auth((function(e){t._sendConnectPacket(e)})):this._sendConnectPacket(this.auth)}},{key:"_sendConnectPacket",value:function(t){this.packet({type:Et.CONNECT,data:this._pid?i({pid:this._pid,offset:this._lastOffset},t):t})}},{key:"onerror",value:function(t){this.connected||this.emitReserved("connect_error",t)}},{key:"onclose",value:function(t,e){this.connected=!1,delete this.id,this.emitReserved("disconnect",t,e)}},{key:"onpacket",value:function(t){if(t.nsp===this.nsp)switch(t.type){case Et.CONNECT:t.data&&t.data.sid?this.onconnect(t.data.sid,t.data.pid):this.emitReserved("connect_error",new Error("It seems you are trying to reach a Socket.IO server in v2.x with a v3.x client, but they are not compatible (more information here: https://socket.io/docs/v3/migrating-from-2-x-to-3-0/)"));break;case Et.EVENT:case Et.BINARY_EVENT:this.onevent(t);break;case Et.ACK:case Et.BINARY_ACK:this.onack(t);break;case Et.DISCONNECT:this.ondisconnect();break;case Et.CONNECT_ERROR:this.destroy();var e=new Error(t.data.message);e.data=t.data.data,this.emitReserved("connect_error",e)}}},{key:"onevent",value:function(t){var e=t.data||[];null!=t.id&&e.push(this.ack(t.id)),this.connected?this.emitEvent(e):this.receiveBuffer.push(Object.freeze(e))}},{key:"emitEvent",value:function(t){if(this._anyListeners&&this._anyListeners.length){var e,n=g(this._anyListeners.slice());try{for(n.s();!(e=n.n()).done;){e.value.apply(this,t)}}catch(t){n.e(t)}finally{n.f()}}y(s(a.prototype),"emit",this).apply(this,t),this._pid&&t.length&&"string"==typeof t[t.length-1]&&(this._lastOffset=t[t.length-1])}},{key:"ack",value:function(t){var e=this,n=!1;return function(){if(!n){n=!0;for(var r=arguments.length,i=new Array(r),o=0;o<r;o++)i[o]=arguments[o];e.packet({type:Et.ACK,id:t,data:i})}}}},{key:"onack",value:function(t){var e=this.acks[t.id];"function"==typeof e&&(e.apply(this,t.data),delete this.acks[t.id])}},{key:"onconnect",value:function(t,e){this.id=t,this.recovered=e&&this._pid===e,this._pid=e,this.connected=!0,this.emitBuffered(),this.emitReserved("connect"),this._drainQueue(!0)}},{key:"emitBuffered",value:function(){var t=this;this.receiveBuffer.forEach((function(e){return t.emitEvent(e)})),this.receiveBuffer=[],this.sendBuffer.forEach((function(e){t.notifyOutgoingListeners(e),t.packet(e)})),this.sendBuffer=[]}},{key:"ondisconnect",value:function(){this.destroy(),this.onclose("io server disconnect")}},{key:"destroy",value:function(){this.subs&&(this.subs.forEach((function(t){return t()})),this.subs=void 0),this.io._destroy(this)}},{key:"disconnect",value:function(){return this.connected&&this.packet({type:Et.DISCONNECT}),this.destroy(),this.connected&&this.onclose("io client disconnect"),this}},{key:"close",value:function(){return this.disconnect()}},{key:"compress",value:function(t){return this.flags.compress=t,this}},{key:"volatile",get:function(){return this.flags.volatile=!0,this}},{key:"timeout",value:function(t){return this.flags.timeout=t,this}},{key:"onAny",value:function(t){return this._anyListeners=this._anyListeners||[],this._anyListeners.push(t),this}},{key:"prependAny",value:function(t){return this._anyListeners=this._anyListeners||[],this._anyListeners.unshift(t),this}},{key:"offAny",value:function(t){if(!this._anyListeners)return this;if(t){for(var e=this._anyListeners,n=0;n<e.length;n++)if(t===e[n])return e.splice(n,1),this}else this._anyListeners=[];return this}},{key:"listenersAny",value:function(){return this._anyListeners||[]}},{key:"onAnyOutgoing",value:function(t){return this._anyOutgoingListeners=this._anyOutgoingListeners||[],this._anyOutgoingListeners.push(t),this}},{key:"prependAnyOutgoing",value:function(t){return this._anyOutgoingListeners=this._anyOutgoingListeners||[],this._anyOutgoingListeners.unshift(t),this}},{key:"offAnyOutgoing",value:function(t){if(!this._anyOutgoingListeners)return this;if(t){for(var e=this._anyOutgoingListeners,n=0;n<e.length;n++)if(t===e[n])return e.splice(n,1),this}else this._anyOutgoingListeners=[];return this}},{key:"listenersAnyOutgoing",value:function(){return this._anyOutgoingListeners||[]}},{key:"notifyOutgoingListeners",value:function(t){if(this._anyOutgoingListeners&&this._anyOutgoingListeners.length){var e,n=g(this._anyOutgoingListeners.slice());try{for(n.s();!(e=n.n()).done;){e.value.apply(this,t.data)}}catch(t){n.e(t)}finally{n.f()}}}}]),a}(L);function Nt(t){t=t||{},this.ms=t.min||100,this.max=t.max||1e4,this.factor=t.factor||2,this.jitter=t.jitter>0&&t.jitter<=1?t.jitter:0,this.attempts=0}Nt.prototype.duration=function(){var t=this.ms*Math.pow(this.factor,this.attempts++);if(this.jitter){var e=Math.random(),n=Math.floor(e*this.jitter*t);t=0==(1&Math.floor(10*e))?t-n:t+n}return 0|Math.min(t,this.max)},Nt.prototype.reset=function(){this.attempts=0},Nt.prototype.setMin=function(t){this.ms=t},Nt.prototype.setMax=function(t){this.max=t},Nt.prototype.setJitter=function(t){this.jitter=t};var xt=function(n){o(s,n);var i=p(s);function s(n,r){var o,a;e(this,s),(o=i.call(this)).nsps={},o.subs=[],n&&"object"===t(n)&&(r=n,n=void 0),(r=r||{}).path=r.path||"/socket.io",o.opts=r,D(f(o),r),o.reconnection(!1!==r.reconnection),o.reconnectionAttempts(r.reconnectionAttempts||1/0),o.reconnectionDelay(r.reconnectionDelay||1e3),o.reconnectionDelayMax(r.reconnectionDelayMax||5e3),o.randomizationFactor(null!==(a=r.randomizationFactor)&&void 0!==a?a:.5),o.backoff=new Nt({min:o.reconnectionDelay(),max:o.reconnectionDelayMax(),jitter:o.randomizationFactor()}),o.timeout(null==r.timeout?2e4:r.timeout),o._readyState="closed",o.uri=n;var c=r.parser||Tt;return o.encoder=new c.Encoder,o.decoder=new c.Decoder,o._autoConnect=!1!==r.autoConnect,o._autoConnect&&o.open(),o}return r(s,[{key:"reconnection",value:function(t){return arguments.length?(this._reconnection=!!t,this):this._reconnection}},{key:"reconnectionAttempts",value:function(t){return void 0===t?this._reconnectionAttempts:(this._reconnectionAttempts=t,this)}},{key:"reconnectionDelay",value:function(t){var e;return void 0===t?this._reconnectionDelay:(this._reconnectionDelay=t,null===(e=this.backoff)||void 0===e||e.setMin(t),this)}},{key:"randomizationFactor",value:function(t){var e;return void 0===t?this._randomizationFactor:(this._randomizationFactor=t,null===(e=this.backoff)||void 0===e||e.setJitter(t),this)}},{key:"reconnectionDelayMax",value:function(t){var e;return void 0===t?this._reconnectionDelayMax:(this._reconnectionDelayMax=t,null===(e=this.backoff)||void 0===e||e.setMax(t),this)}},{key:"timeout",value:function(t){return arguments.length?(this._timeout=t,this):this._timeout}},{key:"maybeReconnectOnOpen",value:function(){!this._reconnecting&&this._reconnection&&0===this.backoff.attempts&&this.reconnect()}},{key:"open",value:function(t){var e=this;if(~this._readyState.indexOf("open"))return this;this.engine=new lt(this.uri,this.opts);var n=this.engine,r=this;this._readyState="opening",this.skipReconnect=!1;var i=Ct(n,"open",(function(){r.onopen(),t&&t()})),o=Ct(n,"error",(function(n){r.cleanup(),r._readyState="closed",e.emitReserved("error",n),t?t(n):r.maybeReconnectOnOpen()}));if(!1!==this._timeout){var s=this._timeout;0===s&&i();var a=this.setTimeoutFn((function(){i(),n.close(),n.emit("error",new Error("timeout"))}),s);this.opts.autoUnref&&a.unref(),this.subs.push((function(){clearTimeout(a)}))}return this.subs.push(i),this.subs.push(o),this}},{key:"connect",value:function(t){return this.open(t)}},{key:"onopen",value:function(){this.cleanup(),this._readyState="open",this.emitReserved("open");var t=this.engine;this.subs.push(Ct(t,"ping",this.onping.bind(this)),Ct(t,"data",this.ondata.bind(this)),Ct(t,"error",this.onerror.bind(this)),Ct(t,"close",this.onclose.bind(this)),Ct(this.decoder,"decoded",this.ondecoded.bind(this)))}},{key:"onping",value:function(){this.emitReserved("ping")}},{key:"ondata",value:function(t){try{this.decoder.add(t)}catch(t){this.onclose("parse error",t)}}},{key:"ondecoded",value:function(t){var e=this;it((function(){e.emitReserved("packet",t)}),this.setTimeoutFn)}},{key:"onerror",value:function(t){this.emitReserved("error",t)}},{key:"socket",value:function(t,e){var n=this.nsps[t];return n?this._autoConnect&&!n.active&&n.connect():(n=new St(this,t,e),this.nsps[t]=n),n}},{key:"_destroy",value:function(t){for(var e=0,n=Object.keys(this.nsps);e<n.length;e++){var r=n[e];if(this.nsps[r].active)return}this._close()}},{key:"_packet",value:function(t){for(var e=this.encoder.encode(t),n=0;n<e.length;n++)this.engine.write(e[n],t.options)}},{key:"cleanup",value:function(){this.subs.forEach((function(t){return t()})),this.subs.length=0,this.decoder.destroy()}},{key:"_close",value:function(){this.skipReconnect=!0,this._reconnecting=!1,this.onclose("forced close"),this.engine&&this.engine.close()}},{key:"disconnect",value:function(){return this._close()}},{key:"onclose",value:function(t,e){this.cleanup(),this.backoff.reset(),this._readyState="closed",this.emitReserved("close",t,e),this._reconnection&&!this.skipReconnect&&this.reconnect()}},{key:"reconnect",value:function(){var t=this;if(this._reconnecting||this.skipReconnect)return this;var e=this;if(this.backoff.attempts>=this._reconnectionAttempts)this.backoff.reset(),this.emitReserved("reconnect_failed"),this._reconnecting=!1;else{var n=this.backoff.duration();this._reconnecting=!0;var r=this.setTimeoutFn((function(){e.skipReconnect||(t.emitReserved("reconnect_attempt",e.backoff.attempts),e.skipReconnect||e.open((function(n){n?(e._reconnecting=!1,e.reconnect(),t.emitReserved("reconnect_error",n)):e.onreconnect()})))}),n);this.opts.autoUnref&&r.unref(),this.subs.push((function(){clearTimeout(r)}))}}},{key:"onreconnect",value:function(){var t=this.backoff.attempts;this._reconnecting=!1,this.backoff.reset(),this.emitReserved("reconnect",t)}}]),s}(L),Lt={};function Pt(e,n){"object"===t(e)&&(n=e,e=void 0);var r,i=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",n=arguments.length>2?arguments[2]:void 0,r=t;n=n||"undefined"!=typeof location&&location,null==t&&(t=n.protocol+"//"+n.host),"string"==typeof t&&("/"===t.charAt(0)&&(t="/"===t.charAt(1)?n.protocol+t:n.host+t),/^(https?|wss?):\/\//.test(t)||(t=void 0!==n?n.protocol+"//"+t:"https://"+t),r=ft(t)),r.port||(/^(http|ws)$/.test(r.protocol)?r.port="80":/^(http|ws)s$/.test(r.protocol)&&(r.port="443")),r.path=r.path||"/";var i=-1!==r.host.indexOf(":")?"["+r.host+"]":r.host;return r.id=r.protocol+"://"+i+":"+r.port+e,r.href=r.protocol+"://"+i+(n&&n.port===r.port?"":":"+r.port),r}(e,(n=n||{}).path||"/socket.io"),o=i.source,s=i.id,a=i.path,c=Lt[s]&&a in Lt[s].nsps;return n.forceNew||n["force new connection"]||!1===n.multiplex||c?r=new xt(o,n):(Lt[s]||(Lt[s]=new xt(o,n)),r=Lt[s]),i.query&&!n.query&&(n.query=i.queryKey),r.socket(i.path,n)}return i(Pt,{Manager:xt,Socket:St,io:Pt,connect:Pt}),Pt})); -//# sourceMappingURL=socket.io.min.js.map diff --git a/software/flow/node_modules/socket.io/client-dist/socket.io.min.js.map b/software/flow/node_modules/socket.io/client-dist/socket.io.min.js.map deleted file mode 100644 index e099da5..0000000 --- a/software/flow/node_modules/socket.io/client-dist/socket.io.min.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"socket.io.min.js","sources":["../node_modules/engine.io-parser/build/esm/commons.js","../node_modules/engine.io-parser/build/esm/contrib/base64-arraybuffer.js","../node_modules/engine.io-parser/build/esm/encodePacket.browser.js","../node_modules/engine.io-parser/build/esm/decodePacket.browser.js","../node_modules/engine.io-parser/build/esm/index.js","../node_modules/@socket.io/component-emitter/index.mjs","../node_modules/engine.io-client/build/esm/globalThis.browser.js","../node_modules/engine.io-client/build/esm/util.js","../node_modules/engine.io-client/build/esm/contrib/yeast.js","../node_modules/engine.io-client/build/esm/transport.js","../node_modules/engine.io-client/build/esm/contrib/parseqs.js","../node_modules/engine.io-client/build/esm/contrib/has-cors.js","../node_modules/engine.io-client/build/esm/transports/xmlhttprequest.browser.js","../node_modules/engine.io-client/build/esm/transports/polling.js","../node_modules/engine.io-client/build/esm/transports/websocket-constructor.browser.js","../node_modules/engine.io-client/build/esm/transports/websocket.js","../node_modules/engine.io-client/build/esm/transports/index.js","../node_modules/engine.io-client/build/esm/contrib/parseuri.js","../node_modules/engine.io-client/build/esm/socket.js","../node_modules/engine.io-client/build/esm/index.js","../node_modules/socket.io-parser/build/esm/is-binary.js","../node_modules/socket.io-parser/build/esm/binary.js","../node_modules/socket.io-parser/build/esm/index.js","../build/esm/on.js","../build/esm/socket.js","../build/esm/contrib/backo2.js","../build/esm/manager.js","../build/esm/index.js","../build/esm/url.js"],"sourcesContent":["const PACKET_TYPES = Object.create(null); // no Map = no polyfill\nPACKET_TYPES[\"open\"] = \"0\";\nPACKET_TYPES[\"close\"] = \"1\";\nPACKET_TYPES[\"ping\"] = \"2\";\nPACKET_TYPES[\"pong\"] = \"3\";\nPACKET_TYPES[\"message\"] = \"4\";\nPACKET_TYPES[\"upgrade\"] = \"5\";\nPACKET_TYPES[\"noop\"] = \"6\";\nconst PACKET_TYPES_REVERSE = Object.create(null);\nObject.keys(PACKET_TYPES).forEach(key => {\n PACKET_TYPES_REVERSE[PACKET_TYPES[key]] = key;\n});\nconst ERROR_PACKET = { type: \"error\", data: \"parser error\" };\nexport { PACKET_TYPES, PACKET_TYPES_REVERSE, ERROR_PACKET };\n","const chars = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/';\n// Use a lookup table to find the index.\nconst lookup = typeof Uint8Array === 'undefined' ? [] : new Uint8Array(256);\nfor (let i = 0; i < chars.length; i++) {\n lookup[chars.charCodeAt(i)] = i;\n}\nexport const encode = (arraybuffer) => {\n let bytes = new Uint8Array(arraybuffer), i, len = bytes.length, base64 = '';\n for (i = 0; i < len; i += 3) {\n base64 += chars[bytes[i] >> 2];\n base64 += chars[((bytes[i] & 3) << 4) | (bytes[i + 1] >> 4)];\n base64 += chars[((bytes[i + 1] & 15) << 2) | (bytes[i + 2] >> 6)];\n base64 += chars[bytes[i + 2] & 63];\n }\n if (len % 3 === 2) {\n base64 = base64.substring(0, base64.length - 1) + '=';\n }\n else if (len % 3 === 1) {\n base64 = base64.substring(0, base64.length - 2) + '==';\n }\n return base64;\n};\nexport const decode = (base64) => {\n let bufferLength = base64.length * 0.75, len = base64.length, i, p = 0, encoded1, encoded2, encoded3, encoded4;\n if (base64[base64.length - 1] === '=') {\n bufferLength--;\n if (base64[base64.length - 2] === '=') {\n bufferLength--;\n }\n }\n const arraybuffer = new ArrayBuffer(bufferLength), bytes = new Uint8Array(arraybuffer);\n for (i = 0; i < len; i += 4) {\n encoded1 = lookup[base64.charCodeAt(i)];\n encoded2 = lookup[base64.charCodeAt(i + 1)];\n encoded3 = lookup[base64.charCodeAt(i + 2)];\n encoded4 = lookup[base64.charCodeAt(i + 3)];\n bytes[p++] = (encoded1 << 2) | (encoded2 >> 4);\n bytes[p++] = ((encoded2 & 15) << 4) | (encoded3 >> 2);\n bytes[p++] = ((encoded3 & 3) << 6) | (encoded4 & 63);\n }\n return arraybuffer;\n};\n","import { PACKET_TYPES } from \"./commons.js\";\nconst withNativeBlob = typeof Blob === \"function\" ||\n (typeof Blob !== \"undefined\" &&\n Object.prototype.toString.call(Blob) === \"[object BlobConstructor]\");\nconst withNativeArrayBuffer = typeof ArrayBuffer === \"function\";\n// ArrayBuffer.isView method is not defined in IE10\nconst isView = obj => {\n return typeof ArrayBuffer.isView === \"function\"\n ? ArrayBuffer.isView(obj)\n : obj && obj.buffer instanceof ArrayBuffer;\n};\nconst encodePacket = ({ type, data }, supportsBinary, callback) => {\n if (withNativeBlob && data instanceof Blob) {\n if (supportsBinary) {\n return callback(data);\n }\n else {\n return encodeBlobAsBase64(data, callback);\n }\n }\n else if (withNativeArrayBuffer &&\n (data instanceof ArrayBuffer || isView(data))) {\n if (supportsBinary) {\n return callback(data);\n }\n else {\n return encodeBlobAsBase64(new Blob([data]), callback);\n }\n }\n // plain string\n return callback(PACKET_TYPES[type] + (data || \"\"));\n};\nconst encodeBlobAsBase64 = (data, callback) => {\n const fileReader = new FileReader();\n fileReader.onload = function () {\n const content = fileReader.result.split(\",\")[1];\n callback(\"b\" + content);\n };\n return fileReader.readAsDataURL(data);\n};\nexport default encodePacket;\n","import { ERROR_PACKET, PACKET_TYPES_REVERSE } from \"./commons.js\";\nimport { decode } from \"./contrib/base64-arraybuffer.js\";\nconst withNativeArrayBuffer = typeof ArrayBuffer === \"function\";\nconst decodePacket = (encodedPacket, binaryType) => {\n if (typeof encodedPacket !== \"string\") {\n return {\n type: \"message\",\n data: mapBinary(encodedPacket, binaryType)\n };\n }\n const type = encodedPacket.charAt(0);\n if (type === \"b\") {\n return {\n type: \"message\",\n data: decodeBase64Packet(encodedPacket.substring(1), binaryType)\n };\n }\n const packetType = PACKET_TYPES_REVERSE[type];\n if (!packetType) {\n return ERROR_PACKET;\n }\n return encodedPacket.length > 1\n ? {\n type: PACKET_TYPES_REVERSE[type],\n data: encodedPacket.substring(1)\n }\n : {\n type: PACKET_TYPES_REVERSE[type]\n };\n};\nconst decodeBase64Packet = (data, binaryType) => {\n if (withNativeArrayBuffer) {\n const decoded = decode(data);\n return mapBinary(decoded, binaryType);\n }\n else {\n return { base64: true, data }; // fallback for old browsers\n }\n};\nconst mapBinary = (data, binaryType) => {\n switch (binaryType) {\n case \"blob\":\n return data instanceof ArrayBuffer ? new Blob([data]) : data;\n case \"arraybuffer\":\n default:\n return data; // assuming the data is already an ArrayBuffer\n }\n};\nexport default decodePacket;\n","import encodePacket from \"./encodePacket.js\";\nimport decodePacket from \"./decodePacket.js\";\nconst SEPARATOR = String.fromCharCode(30); // see https://en.wikipedia.org/wiki/Delimiter#ASCII_delimited_text\nconst encodePayload = (packets, callback) => {\n // some packets may be added to the array while encoding, so the initial length must be saved\n const length = packets.length;\n const encodedPackets = new Array(length);\n let count = 0;\n packets.forEach((packet, i) => {\n // force base64 encoding for binary packets\n encodePacket(packet, false, encodedPacket => {\n encodedPackets[i] = encodedPacket;\n if (++count === length) {\n callback(encodedPackets.join(SEPARATOR));\n }\n });\n });\n};\nconst decodePayload = (encodedPayload, binaryType) => {\n const encodedPackets = encodedPayload.split(SEPARATOR);\n const packets = [];\n for (let i = 0; i < encodedPackets.length; i++) {\n const decodedPacket = decodePacket(encodedPackets[i], binaryType);\n packets.push(decodedPacket);\n if (decodedPacket.type === \"error\") {\n break;\n }\n }\n return packets;\n};\nexport const protocol = 4;\nexport { encodePacket, encodePayload, decodePacket, decodePayload };\n","/**\n * Initialize a new `Emitter`.\n *\n * @api public\n */\n\nexport function Emitter(obj) {\n if (obj) return mixin(obj);\n}\n\n/**\n * Mixin the emitter properties.\n *\n * @param {Object} obj\n * @return {Object}\n * @api private\n */\n\nfunction mixin(obj) {\n for (var key in Emitter.prototype) {\n obj[key] = Emitter.prototype[key];\n }\n return obj;\n}\n\n/**\n * Listen on the given `event` with `fn`.\n *\n * @param {String} event\n * @param {Function} fn\n * @return {Emitter}\n * @api public\n */\n\nEmitter.prototype.on =\nEmitter.prototype.addEventListener = function(event, fn){\n this._callbacks = this._callbacks || {};\n (this._callbacks['$' + event] = this._callbacks['$' + event] || [])\n .push(fn);\n return this;\n};\n\n/**\n * Adds an `event` listener that will be invoked a single\n * time then automatically removed.\n *\n * @param {String} event\n * @param {Function} fn\n * @return {Emitter}\n * @api public\n */\n\nEmitter.prototype.once = function(event, fn){\n function on() {\n this.off(event, on);\n fn.apply(this, arguments);\n }\n\n on.fn = fn;\n this.on(event, on);\n return this;\n};\n\n/**\n * Remove the given callback for `event` or all\n * registered callbacks.\n *\n * @param {String} event\n * @param {Function} fn\n * @return {Emitter}\n * @api public\n */\n\nEmitter.prototype.off =\nEmitter.prototype.removeListener =\nEmitter.prototype.removeAllListeners =\nEmitter.prototype.removeEventListener = function(event, fn){\n this._callbacks = this._callbacks || {};\n\n // all\n if (0 == arguments.length) {\n this._callbacks = {};\n return this;\n }\n\n // specific event\n var callbacks = this._callbacks['$' + event];\n if (!callbacks) return this;\n\n // remove all handlers\n if (1 == arguments.length) {\n delete this._callbacks['$' + event];\n return this;\n }\n\n // remove specific handler\n var cb;\n for (var i = 0; i < callbacks.length; i++) {\n cb = callbacks[i];\n if (cb === fn || cb.fn === fn) {\n callbacks.splice(i, 1);\n break;\n }\n }\n\n // Remove event specific arrays for event types that no\n // one is subscribed for to avoid memory leak.\n if (callbacks.length === 0) {\n delete this._callbacks['$' + event];\n }\n\n return this;\n};\n\n/**\n * Emit `event` with the given args.\n *\n * @param {String} event\n * @param {Mixed} ...\n * @return {Emitter}\n */\n\nEmitter.prototype.emit = function(event){\n this._callbacks = this._callbacks || {};\n\n var args = new Array(arguments.length - 1)\n , callbacks = this._callbacks['$' + event];\n\n for (var i = 1; i < arguments.length; i++) {\n args[i - 1] = arguments[i];\n }\n\n if (callbacks) {\n callbacks = callbacks.slice(0);\n for (var i = 0, len = callbacks.length; i < len; ++i) {\n callbacks[i].apply(this, args);\n }\n }\n\n return this;\n};\n\n// alias used for reserved events (protected method)\nEmitter.prototype.emitReserved = Emitter.prototype.emit;\n\n/**\n * Return array of callbacks for `event`.\n *\n * @param {String} event\n * @return {Array}\n * @api public\n */\n\nEmitter.prototype.listeners = function(event){\n this._callbacks = this._callbacks || {};\n return this._callbacks['$' + event] || [];\n};\n\n/**\n * Check if this emitter has `event` handlers.\n *\n * @param {String} event\n * @return {Boolean}\n * @api public\n */\n\nEmitter.prototype.hasListeners = function(event){\n return !! this.listeners(event).length;\n};\n","export const globalThisShim = (() => {\n if (typeof self !== \"undefined\") {\n return self;\n }\n else if (typeof window !== \"undefined\") {\n return window;\n }\n else {\n return Function(\"return this\")();\n }\n})();\n","import { globalThisShim as globalThis } from \"./globalThis.js\";\nexport function pick(obj, ...attr) {\n return attr.reduce((acc, k) => {\n if (obj.hasOwnProperty(k)) {\n acc[k] = obj[k];\n }\n return acc;\n }, {});\n}\n// Keep a reference to the real timeout functions so they can be used when overridden\nconst NATIVE_SET_TIMEOUT = globalThis.setTimeout;\nconst NATIVE_CLEAR_TIMEOUT = globalThis.clearTimeout;\nexport function installTimerFunctions(obj, opts) {\n if (opts.useNativeTimers) {\n obj.setTimeoutFn = NATIVE_SET_TIMEOUT.bind(globalThis);\n obj.clearTimeoutFn = NATIVE_CLEAR_TIMEOUT.bind(globalThis);\n }\n else {\n obj.setTimeoutFn = globalThis.setTimeout.bind(globalThis);\n obj.clearTimeoutFn = globalThis.clearTimeout.bind(globalThis);\n }\n}\n// base64 encoded buffers are about 33% bigger (https://en.wikipedia.org/wiki/Base64)\nconst BASE64_OVERHEAD = 1.33;\n// we could also have used `new Blob([obj]).size`, but it isn't supported in IE9\nexport function byteLength(obj) {\n if (typeof obj === \"string\") {\n return utf8Length(obj);\n }\n // arraybuffer or blob\n return Math.ceil((obj.byteLength || obj.size) * BASE64_OVERHEAD);\n}\nfunction utf8Length(str) {\n let c = 0, length = 0;\n for (let i = 0, l = str.length; i < l; i++) {\n c = str.charCodeAt(i);\n if (c < 0x80) {\n length += 1;\n }\n else if (c < 0x800) {\n length += 2;\n }\n else if (c < 0xd800 || c >= 0xe000) {\n length += 3;\n }\n else {\n i++;\n length += 4;\n }\n }\n return length;\n}\n","// imported from https://github.com/unshiftio/yeast\n'use strict';\nconst alphabet = '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz-_'.split(''), length = 64, map = {};\nlet seed = 0, i = 0, prev;\n/**\n * Return a string representing the specified number.\n *\n * @param {Number} num The number to convert.\n * @returns {String} The string representation of the number.\n * @api public\n */\nexport function encode(num) {\n let encoded = '';\n do {\n encoded = alphabet[num % length] + encoded;\n num = Math.floor(num / length);\n } while (num > 0);\n return encoded;\n}\n/**\n * Return the integer value specified by the given string.\n *\n * @param {String} str The string to convert.\n * @returns {Number} The integer value represented by the string.\n * @api public\n */\nexport function decode(str) {\n let decoded = 0;\n for (i = 0; i < str.length; i++) {\n decoded = decoded * length + map[str.charAt(i)];\n }\n return decoded;\n}\n/**\n * Yeast: A tiny growing id generator.\n *\n * @returns {String} A unique id.\n * @api public\n */\nexport function yeast() {\n const now = encode(+new Date());\n if (now !== prev)\n return seed = 0, prev = now;\n return now + '.' + encode(seed++);\n}\n//\n// Map each character to its index.\n//\nfor (; i < length; i++)\n map[alphabet[i]] = i;\n","import { decodePacket } from \"engine.io-parser\";\nimport { Emitter } from \"@socket.io/component-emitter\";\nimport { installTimerFunctions } from \"./util.js\";\nclass TransportError extends Error {\n constructor(reason, description, context) {\n super(reason);\n this.description = description;\n this.context = context;\n this.type = \"TransportError\";\n }\n}\nexport class Transport extends Emitter {\n /**\n * Transport abstract constructor.\n *\n * @param {Object} opts - options\n * @protected\n */\n constructor(opts) {\n super();\n this.writable = false;\n installTimerFunctions(this, opts);\n this.opts = opts;\n this.query = opts.query;\n this.socket = opts.socket;\n }\n /**\n * Emits an error.\n *\n * @param {String} reason\n * @param description\n * @param context - the error context\n * @return {Transport} for chaining\n * @protected\n */\n onError(reason, description, context) {\n super.emitReserved(\"error\", new TransportError(reason, description, context));\n return this;\n }\n /**\n * Opens the transport.\n */\n open() {\n this.readyState = \"opening\";\n this.doOpen();\n return this;\n }\n /**\n * Closes the transport.\n */\n close() {\n if (this.readyState === \"opening\" || this.readyState === \"open\") {\n this.doClose();\n this.onClose();\n }\n return this;\n }\n /**\n * Sends multiple packets.\n *\n * @param {Array} packets\n */\n send(packets) {\n if (this.readyState === \"open\") {\n this.write(packets);\n }\n else {\n // this might happen if the transport was silently closed in the beforeunload event handler\n }\n }\n /**\n * Called upon open\n *\n * @protected\n */\n onOpen() {\n this.readyState = \"open\";\n this.writable = true;\n super.emitReserved(\"open\");\n }\n /**\n * Called with data.\n *\n * @param {String} data\n * @protected\n */\n onData(data) {\n const packet = decodePacket(data, this.socket.binaryType);\n this.onPacket(packet);\n }\n /**\n * Called with a decoded packet.\n *\n * @protected\n */\n onPacket(packet) {\n super.emitReserved(\"packet\", packet);\n }\n /**\n * Called upon close.\n *\n * @protected\n */\n onClose(details) {\n this.readyState = \"closed\";\n super.emitReserved(\"close\", details);\n }\n /**\n * Pauses the transport, in order not to lose packets during an upgrade.\n *\n * @param onPause\n */\n pause(onPause) { }\n}\n","// imported from https://github.com/galkn/querystring\n/**\n * Compiles a querystring\n * Returns string representation of the object\n *\n * @param {Object}\n * @api private\n */\nexport function encode(obj) {\n let str = '';\n for (let i in obj) {\n if (obj.hasOwnProperty(i)) {\n if (str.length)\n str += '&';\n str += encodeURIComponent(i) + '=' + encodeURIComponent(obj[i]);\n }\n }\n return str;\n}\n/**\n * Parses a simple querystring into an object\n *\n * @param {String} qs\n * @api private\n */\nexport function decode(qs) {\n let qry = {};\n let pairs = qs.split('&');\n for (let i = 0, l = pairs.length; i < l; i++) {\n let pair = pairs[i].split('=');\n qry[decodeURIComponent(pair[0])] = decodeURIComponent(pair[1]);\n }\n return qry;\n}\n","// imported from https://github.com/component/has-cors\nlet value = false;\ntry {\n value = typeof XMLHttpRequest !== 'undefined' &&\n 'withCredentials' in new XMLHttpRequest();\n}\ncatch (err) {\n // if XMLHttp support is disabled in IE then it will throw\n // when trying to create\n}\nexport const hasCORS = value;\n","// browser shim for xmlhttprequest module\nimport { hasCORS } from \"../contrib/has-cors.js\";\nimport { globalThisShim as globalThis } from \"../globalThis.js\";\nexport function XHR(opts) {\n const xdomain = opts.xdomain;\n // XMLHttpRequest can be disabled on IE\n try {\n if (\"undefined\" !== typeof XMLHttpRequest && (!xdomain || hasCORS)) {\n return new XMLHttpRequest();\n }\n }\n catch (e) { }\n if (!xdomain) {\n try {\n return new globalThis[[\"Active\"].concat(\"Object\").join(\"X\")](\"Microsoft.XMLHTTP\");\n }\n catch (e) { }\n }\n}\n","import { Transport } from \"../transport.js\";\nimport { yeast } from \"../contrib/yeast.js\";\nimport { encode } from \"../contrib/parseqs.js\";\nimport { encodePayload, decodePayload } from \"engine.io-parser\";\nimport { XHR as XMLHttpRequest } from \"./xmlhttprequest.js\";\nimport { Emitter } from \"@socket.io/component-emitter\";\nimport { installTimerFunctions, pick } from \"../util.js\";\nimport { globalThisShim as globalThis } from \"../globalThis.js\";\nfunction empty() { }\nconst hasXHR2 = (function () {\n const xhr = new XMLHttpRequest({\n xdomain: false,\n });\n return null != xhr.responseType;\n})();\nexport class Polling extends Transport {\n /**\n * XHR Polling constructor.\n *\n * @param {Object} opts\n * @package\n */\n constructor(opts) {\n super(opts);\n this.polling = false;\n if (typeof location !== \"undefined\") {\n const isSSL = \"https:\" === location.protocol;\n let port = location.port;\n // some user agents have empty `location.port`\n if (!port) {\n port = isSSL ? \"443\" : \"80\";\n }\n this.xd =\n (typeof location !== \"undefined\" &&\n opts.hostname !== location.hostname) ||\n port !== opts.port;\n this.xs = opts.secure !== isSSL;\n }\n /**\n * XHR supports binary\n */\n const forceBase64 = opts && opts.forceBase64;\n this.supportsBinary = hasXHR2 && !forceBase64;\n }\n get name() {\n return \"polling\";\n }\n /**\n * Opens the socket (triggers polling). We write a PING message to determine\n * when the transport is open.\n *\n * @protected\n */\n doOpen() {\n this.poll();\n }\n /**\n * Pauses polling.\n *\n * @param {Function} onPause - callback upon buffers are flushed and transport is paused\n * @package\n */\n pause(onPause) {\n this.readyState = \"pausing\";\n const pause = () => {\n this.readyState = \"paused\";\n onPause();\n };\n if (this.polling || !this.writable) {\n let total = 0;\n if (this.polling) {\n total++;\n this.once(\"pollComplete\", function () {\n --total || pause();\n });\n }\n if (!this.writable) {\n total++;\n this.once(\"drain\", function () {\n --total || pause();\n });\n }\n }\n else {\n pause();\n }\n }\n /**\n * Starts polling cycle.\n *\n * @private\n */\n poll() {\n this.polling = true;\n this.doPoll();\n this.emitReserved(\"poll\");\n }\n /**\n * Overloads onData to detect payloads.\n *\n * @protected\n */\n onData(data) {\n const callback = (packet) => {\n // if its the first message we consider the transport open\n if (\"opening\" === this.readyState && packet.type === \"open\") {\n this.onOpen();\n }\n // if its a close packet, we close the ongoing requests\n if (\"close\" === packet.type) {\n this.onClose({ description: \"transport closed by the server\" });\n return false;\n }\n // otherwise bypass onData and handle the message\n this.onPacket(packet);\n };\n // decode payload\n decodePayload(data, this.socket.binaryType).forEach(callback);\n // if an event did not trigger closing\n if (\"closed\" !== this.readyState) {\n // if we got data we're not polling\n this.polling = false;\n this.emitReserved(\"pollComplete\");\n if (\"open\" === this.readyState) {\n this.poll();\n }\n else {\n }\n }\n }\n /**\n * For polling, send a close packet.\n *\n * @protected\n */\n doClose() {\n const close = () => {\n this.write([{ type: \"close\" }]);\n };\n if (\"open\" === this.readyState) {\n close();\n }\n else {\n // in case we're trying to close while\n // handshaking is in progress (GH-164)\n this.once(\"open\", close);\n }\n }\n /**\n * Writes a packets payload.\n *\n * @param {Array} packets - data packets\n * @protected\n */\n write(packets) {\n this.writable = false;\n encodePayload(packets, (data) => {\n this.doWrite(data, () => {\n this.writable = true;\n this.emitReserved(\"drain\");\n });\n });\n }\n /**\n * Generates uri for connection.\n *\n * @private\n */\n uri() {\n let query = this.query || {};\n const schema = this.opts.secure ? \"https\" : \"http\";\n let port = \"\";\n // cache busting is forced\n if (false !== this.opts.timestampRequests) {\n query[this.opts.timestampParam] = yeast();\n }\n if (!this.supportsBinary && !query.sid) {\n query.b64 = 1;\n }\n // avoid port if default for schema\n if (this.opts.port &&\n ((\"https\" === schema && Number(this.opts.port) !== 443) ||\n (\"http\" === schema && Number(this.opts.port) !== 80))) {\n port = \":\" + this.opts.port;\n }\n const encodedQuery = encode(query);\n const ipv6 = this.opts.hostname.indexOf(\":\") !== -1;\n return (schema +\n \"://\" +\n (ipv6 ? \"[\" + this.opts.hostname + \"]\" : this.opts.hostname) +\n port +\n this.opts.path +\n (encodedQuery.length ? \"?\" + encodedQuery : \"\"));\n }\n /**\n * Creates a request.\n *\n * @param {String} method\n * @private\n */\n request(opts = {}) {\n Object.assign(opts, { xd: this.xd, xs: this.xs }, this.opts);\n return new Request(this.uri(), opts);\n }\n /**\n * Sends data.\n *\n * @param {String} data to send.\n * @param {Function} called upon flush.\n * @private\n */\n doWrite(data, fn) {\n const req = this.request({\n method: \"POST\",\n data: data,\n });\n req.on(\"success\", fn);\n req.on(\"error\", (xhrStatus, context) => {\n this.onError(\"xhr post error\", xhrStatus, context);\n });\n }\n /**\n * Starts a poll cycle.\n *\n * @private\n */\n doPoll() {\n const req = this.request();\n req.on(\"data\", this.onData.bind(this));\n req.on(\"error\", (xhrStatus, context) => {\n this.onError(\"xhr poll error\", xhrStatus, context);\n });\n this.pollXhr = req;\n }\n}\nexport class Request extends Emitter {\n /**\n * Request constructor\n *\n * @param {Object} options\n * @package\n */\n constructor(uri, opts) {\n super();\n installTimerFunctions(this, opts);\n this.opts = opts;\n this.method = opts.method || \"GET\";\n this.uri = uri;\n this.async = false !== opts.async;\n this.data = undefined !== opts.data ? opts.data : null;\n this.create();\n }\n /**\n * Creates the XHR object and sends the request.\n *\n * @private\n */\n create() {\n const opts = pick(this.opts, \"agent\", \"pfx\", \"key\", \"passphrase\", \"cert\", \"ca\", \"ciphers\", \"rejectUnauthorized\", \"autoUnref\");\n opts.xdomain = !!this.opts.xd;\n opts.xscheme = !!this.opts.xs;\n const xhr = (this.xhr = new XMLHttpRequest(opts));\n try {\n xhr.open(this.method, this.uri, this.async);\n try {\n if (this.opts.extraHeaders) {\n xhr.setDisableHeaderCheck && xhr.setDisableHeaderCheck(true);\n for (let i in this.opts.extraHeaders) {\n if (this.opts.extraHeaders.hasOwnProperty(i)) {\n xhr.setRequestHeader(i, this.opts.extraHeaders[i]);\n }\n }\n }\n }\n catch (e) { }\n if (\"POST\" === this.method) {\n try {\n xhr.setRequestHeader(\"Content-type\", \"text/plain;charset=UTF-8\");\n }\n catch (e) { }\n }\n try {\n xhr.setRequestHeader(\"Accept\", \"*/*\");\n }\n catch (e) { }\n // ie6 check\n if (\"withCredentials\" in xhr) {\n xhr.withCredentials = this.opts.withCredentials;\n }\n if (this.opts.requestTimeout) {\n xhr.timeout = this.opts.requestTimeout;\n }\n xhr.onreadystatechange = () => {\n if (4 !== xhr.readyState)\n return;\n if (200 === xhr.status || 1223 === xhr.status) {\n this.onLoad();\n }\n else {\n // make sure the `error` event handler that's user-set\n // does not throw in the same tick and gets caught here\n this.setTimeoutFn(() => {\n this.onError(typeof xhr.status === \"number\" ? xhr.status : 0);\n }, 0);\n }\n };\n xhr.send(this.data);\n }\n catch (e) {\n // Need to defer since .create() is called directly from the constructor\n // and thus the 'error' event can only be only bound *after* this exception\n // occurs. Therefore, also, we cannot throw here at all.\n this.setTimeoutFn(() => {\n this.onError(e);\n }, 0);\n return;\n }\n if (typeof document !== \"undefined\") {\n this.index = Request.requestsCount++;\n Request.requests[this.index] = this;\n }\n }\n /**\n * Called upon error.\n *\n * @private\n */\n onError(err) {\n this.emitReserved(\"error\", err, this.xhr);\n this.cleanup(true);\n }\n /**\n * Cleans up house.\n *\n * @private\n */\n cleanup(fromError) {\n if (\"undefined\" === typeof this.xhr || null === this.xhr) {\n return;\n }\n this.xhr.onreadystatechange = empty;\n if (fromError) {\n try {\n this.xhr.abort();\n }\n catch (e) { }\n }\n if (typeof document !== \"undefined\") {\n delete Request.requests[this.index];\n }\n this.xhr = null;\n }\n /**\n * Called upon load.\n *\n * @private\n */\n onLoad() {\n const data = this.xhr.responseText;\n if (data !== null) {\n this.emitReserved(\"data\", data);\n this.emitReserved(\"success\");\n this.cleanup();\n }\n }\n /**\n * Aborts the request.\n *\n * @package\n */\n abort() {\n this.cleanup();\n }\n}\nRequest.requestsCount = 0;\nRequest.requests = {};\n/**\n * Aborts pending requests when unloading the window. This is needed to prevent\n * memory leaks (e.g. when using IE) and to ensure that no spurious error is\n * emitted.\n */\nif (typeof document !== \"undefined\") {\n // @ts-ignore\n if (typeof attachEvent === \"function\") {\n // @ts-ignore\n attachEvent(\"onunload\", unloadHandler);\n }\n else if (typeof addEventListener === \"function\") {\n const terminationEvent = \"onpagehide\" in globalThis ? \"pagehide\" : \"unload\";\n addEventListener(terminationEvent, unloadHandler, false);\n }\n}\nfunction unloadHandler() {\n for (let i in Request.requests) {\n if (Request.requests.hasOwnProperty(i)) {\n Request.requests[i].abort();\n }\n }\n}\n","import { globalThisShim as globalThis } from \"../globalThis.js\";\nexport const nextTick = (() => {\n const isPromiseAvailable = typeof Promise === \"function\" && typeof Promise.resolve === \"function\";\n if (isPromiseAvailable) {\n return (cb) => Promise.resolve().then(cb);\n }\n else {\n return (cb, setTimeoutFn) => setTimeoutFn(cb, 0);\n }\n})();\nexport const WebSocket = globalThis.WebSocket || globalThis.MozWebSocket;\nexport const usingBrowserWebSocket = true;\nexport const defaultBinaryType = \"arraybuffer\";\n","import { Transport } from \"../transport.js\";\nimport { encode } from \"../contrib/parseqs.js\";\nimport { yeast } from \"../contrib/yeast.js\";\nimport { pick } from \"../util.js\";\nimport { defaultBinaryType, nextTick, usingBrowserWebSocket, WebSocket, } from \"./websocket-constructor.js\";\nimport { encodePacket } from \"engine.io-parser\";\n// detect ReactNative environment\nconst isReactNative = typeof navigator !== \"undefined\" &&\n typeof navigator.product === \"string\" &&\n navigator.product.toLowerCase() === \"reactnative\";\nexport class WS extends Transport {\n /**\n * WebSocket transport constructor.\n *\n * @param {Object} opts - connection options\n * @protected\n */\n constructor(opts) {\n super(opts);\n this.supportsBinary = !opts.forceBase64;\n }\n get name() {\n return \"websocket\";\n }\n doOpen() {\n if (!this.check()) {\n // let probe timeout\n return;\n }\n const uri = this.uri();\n const protocols = this.opts.protocols;\n // React Native only supports the 'headers' option, and will print a warning if anything else is passed\n const opts = isReactNative\n ? {}\n : pick(this.opts, \"agent\", \"perMessageDeflate\", \"pfx\", \"key\", \"passphrase\", \"cert\", \"ca\", \"ciphers\", \"rejectUnauthorized\", \"localAddress\", \"protocolVersion\", \"origin\", \"maxPayload\", \"family\", \"checkServerIdentity\");\n if (this.opts.extraHeaders) {\n opts.headers = this.opts.extraHeaders;\n }\n try {\n this.ws =\n usingBrowserWebSocket && !isReactNative\n ? protocols\n ? new WebSocket(uri, protocols)\n : new WebSocket(uri)\n : new WebSocket(uri, protocols, opts);\n }\n catch (err) {\n return this.emitReserved(\"error\", err);\n }\n this.ws.binaryType = this.socket.binaryType || defaultBinaryType;\n this.addEventListeners();\n }\n /**\n * Adds event listeners to the socket\n *\n * @private\n */\n addEventListeners() {\n this.ws.onopen = () => {\n if (this.opts.autoUnref) {\n this.ws._socket.unref();\n }\n this.onOpen();\n };\n this.ws.onclose = (closeEvent) => this.onClose({\n description: \"websocket connection closed\",\n context: closeEvent,\n });\n this.ws.onmessage = (ev) => this.onData(ev.data);\n this.ws.onerror = (e) => this.onError(\"websocket error\", e);\n }\n write(packets) {\n this.writable = false;\n // encodePacket efficient as it uses WS framing\n // no need for encodePayload\n for (let i = 0; i < packets.length; i++) {\n const packet = packets[i];\n const lastPacket = i === packets.length - 1;\n encodePacket(packet, this.supportsBinary, (data) => {\n // always create a new object (GH-437)\n const opts = {};\n if (!usingBrowserWebSocket) {\n if (packet.options) {\n opts.compress = packet.options.compress;\n }\n if (this.opts.perMessageDeflate) {\n const len = \n // @ts-ignore\n \"string\" === typeof data ? Buffer.byteLength(data) : data.length;\n if (len < this.opts.perMessageDeflate.threshold) {\n opts.compress = false;\n }\n }\n }\n // Sometimes the websocket has already been closed but the browser didn't\n // have a chance of informing us about it yet, in that case send will\n // throw an error\n try {\n if (usingBrowserWebSocket) {\n // TypeError is thrown when passing the second argument on Safari\n this.ws.send(data);\n }\n else {\n this.ws.send(data, opts);\n }\n }\n catch (e) {\n }\n if (lastPacket) {\n // fake drain\n // defer to next tick to allow Socket to clear writeBuffer\n nextTick(() => {\n this.writable = true;\n this.emitReserved(\"drain\");\n }, this.setTimeoutFn);\n }\n });\n }\n }\n doClose() {\n if (typeof this.ws !== \"undefined\") {\n this.ws.close();\n this.ws = null;\n }\n }\n /**\n * Generates uri for connection.\n *\n * @private\n */\n uri() {\n let query = this.query || {};\n const schema = this.opts.secure ? \"wss\" : \"ws\";\n let port = \"\";\n // avoid port if default for schema\n if (this.opts.port &&\n ((\"wss\" === schema && Number(this.opts.port) !== 443) ||\n (\"ws\" === schema && Number(this.opts.port) !== 80))) {\n port = \":\" + this.opts.port;\n }\n // append timestamp to URI\n if (this.opts.timestampRequests) {\n query[this.opts.timestampParam] = yeast();\n }\n // communicate binary support capabilities\n if (!this.supportsBinary) {\n query.b64 = 1;\n }\n const encodedQuery = encode(query);\n const ipv6 = this.opts.hostname.indexOf(\":\") !== -1;\n return (schema +\n \"://\" +\n (ipv6 ? \"[\" + this.opts.hostname + \"]\" : this.opts.hostname) +\n port +\n this.opts.path +\n (encodedQuery.length ? \"?\" + encodedQuery : \"\"));\n }\n /**\n * Feature detection for WebSocket.\n *\n * @return {Boolean} whether this transport is available.\n * @private\n */\n check() {\n return !!WebSocket;\n }\n}\n","import { Polling } from \"./polling.js\";\nimport { WS } from \"./websocket.js\";\nexport const transports = {\n websocket: WS,\n polling: Polling,\n};\n","// imported from https://github.com/galkn/parseuri\n/**\n * Parses a URI\n *\n * Note: we could also have used the built-in URL object, but it isn't supported on all platforms.\n *\n * See:\n * - https://developer.mozilla.org/en-US/docs/Web/API/URL\n * - https://caniuse.com/url\n * - https://www.rfc-editor.org/rfc/rfc3986#appendix-B\n *\n * History of the parse() method:\n * - first commit: https://github.com/socketio/socket.io-client/commit/4ee1d5d94b3906a9c052b459f1a818b15f38f91c\n * - export into its own module: https://github.com/socketio/engine.io-client/commit/de2c561e4564efeb78f1bdb1ba39ef81b2822cb3\n * - reimport: https://github.com/socketio/engine.io-client/commit/df32277c3f6d622eec5ed09f493cae3f3391d242\n *\n * @author Steven Levithan <stevenlevithan.com> (MIT license)\n * @api private\n */\nconst re = /^(?:(?![^:@\\/?#]+:[^:@\\/]*@)(http|https|ws|wss):\\/\\/)?((?:(([^:@\\/?#]*)(?::([^:@\\/?#]*))?)?@)?((?:[a-f0-9]{0,4}:){2,7}[a-f0-9]{0,4}|[^:\\/?#]*)(?::(\\d*))?)(((\\/(?:[^?#](?![^?#\\/]*\\.[^?#\\/.]+(?:[?#]|$)))*\\/?)?([^?#\\/]*))(?:\\?([^#]*))?(?:#(.*))?)/;\nconst parts = [\n 'source', 'protocol', 'authority', 'userInfo', 'user', 'password', 'host', 'port', 'relative', 'path', 'directory', 'file', 'query', 'anchor'\n];\nexport function parse(str) {\n const src = str, b = str.indexOf('['), e = str.indexOf(']');\n if (b != -1 && e != -1) {\n str = str.substring(0, b) + str.substring(b, e).replace(/:/g, ';') + str.substring(e, str.length);\n }\n let m = re.exec(str || ''), uri = {}, i = 14;\n while (i--) {\n uri[parts[i]] = m[i] || '';\n }\n if (b != -1 && e != -1) {\n uri.source = src;\n uri.host = uri.host.substring(1, uri.host.length - 1).replace(/;/g, ':');\n uri.authority = uri.authority.replace('[', '').replace(']', '').replace(/;/g, ':');\n uri.ipv6uri = true;\n }\n uri.pathNames = pathNames(uri, uri['path']);\n uri.queryKey = queryKey(uri, uri['query']);\n return uri;\n}\nfunction pathNames(obj, path) {\n const regx = /\\/{2,9}/g, names = path.replace(regx, \"/\").split(\"/\");\n if (path.slice(0, 1) == '/' || path.length === 0) {\n names.splice(0, 1);\n }\n if (path.slice(-1) == '/') {\n names.splice(names.length - 1, 1);\n }\n return names;\n}\nfunction queryKey(uri, query) {\n const data = {};\n query.replace(/(?:^|&)([^&=]*)=?([^&]*)/g, function ($0, $1, $2) {\n if ($1) {\n data[$1] = $2;\n }\n });\n return data;\n}\n","import { transports } from \"./transports/index.js\";\nimport { installTimerFunctions, byteLength } from \"./util.js\";\nimport { decode } from \"./contrib/parseqs.js\";\nimport { parse } from \"./contrib/parseuri.js\";\nimport { Emitter } from \"@socket.io/component-emitter\";\nimport { protocol } from \"engine.io-parser\";\nexport class Socket extends Emitter {\n /**\n * Socket constructor.\n *\n * @param {String|Object} uri - uri or options\n * @param {Object} opts - options\n */\n constructor(uri, opts = {}) {\n super();\n this.writeBuffer = [];\n if (uri && \"object\" === typeof uri) {\n opts = uri;\n uri = null;\n }\n if (uri) {\n uri = parse(uri);\n opts.hostname = uri.host;\n opts.secure = uri.protocol === \"https\" || uri.protocol === \"wss\";\n opts.port = uri.port;\n if (uri.query)\n opts.query = uri.query;\n }\n else if (opts.host) {\n opts.hostname = parse(opts.host).host;\n }\n installTimerFunctions(this, opts);\n this.secure =\n null != opts.secure\n ? opts.secure\n : typeof location !== \"undefined\" && \"https:\" === location.protocol;\n if (opts.hostname && !opts.port) {\n // if no port is specified manually, use the protocol default\n opts.port = this.secure ? \"443\" : \"80\";\n }\n this.hostname =\n opts.hostname ||\n (typeof location !== \"undefined\" ? location.hostname : \"localhost\");\n this.port =\n opts.port ||\n (typeof location !== \"undefined\" && location.port\n ? location.port\n : this.secure\n ? \"443\"\n : \"80\");\n this.transports = opts.transports || [\"polling\", \"websocket\"];\n this.writeBuffer = [];\n this.prevBufferLen = 0;\n this.opts = Object.assign({\n path: \"/engine.io\",\n agent: false,\n withCredentials: false,\n upgrade: true,\n timestampParam: \"t\",\n rememberUpgrade: false,\n addTrailingSlash: true,\n rejectUnauthorized: true,\n perMessageDeflate: {\n threshold: 1024,\n },\n transportOptions: {},\n closeOnBeforeunload: true,\n }, opts);\n this.opts.path =\n this.opts.path.replace(/\\/$/, \"\") +\n (this.opts.addTrailingSlash ? \"/\" : \"\");\n if (typeof this.opts.query === \"string\") {\n this.opts.query = decode(this.opts.query);\n }\n // set on handshake\n this.id = null;\n this.upgrades = null;\n this.pingInterval = null;\n this.pingTimeout = null;\n // set on heartbeat\n this.pingTimeoutTimer = null;\n if (typeof addEventListener === \"function\") {\n if (this.opts.closeOnBeforeunload) {\n // Firefox closes the connection when the \"beforeunload\" event is emitted but not Chrome. This event listener\n // ensures every browser behaves the same (no \"disconnect\" event at the Socket.IO level when the page is\n // closed/reloaded)\n this.beforeunloadEventListener = () => {\n if (this.transport) {\n // silently close the transport\n this.transport.removeAllListeners();\n this.transport.close();\n }\n };\n addEventListener(\"beforeunload\", this.beforeunloadEventListener, false);\n }\n if (this.hostname !== \"localhost\") {\n this.offlineEventListener = () => {\n this.onClose(\"transport close\", {\n description: \"network connection lost\",\n });\n };\n addEventListener(\"offline\", this.offlineEventListener, false);\n }\n }\n this.open();\n }\n /**\n * Creates transport of the given type.\n *\n * @param {String} name - transport name\n * @return {Transport}\n * @private\n */\n createTransport(name) {\n const query = Object.assign({}, this.opts.query);\n // append engine.io protocol identifier\n query.EIO = protocol;\n // transport name\n query.transport = name;\n // session id if we already have one\n if (this.id)\n query.sid = this.id;\n const opts = Object.assign({}, this.opts.transportOptions[name], this.opts, {\n query,\n socket: this,\n hostname: this.hostname,\n secure: this.secure,\n port: this.port,\n });\n return new transports[name](opts);\n }\n /**\n * Initializes transport to use and starts probe.\n *\n * @private\n */\n open() {\n let transport;\n if (this.opts.rememberUpgrade &&\n Socket.priorWebsocketSuccess &&\n this.transports.indexOf(\"websocket\") !== -1) {\n transport = \"websocket\";\n }\n else if (0 === this.transports.length) {\n // Emit error on next tick so it can be listened to\n this.setTimeoutFn(() => {\n this.emitReserved(\"error\", \"No transports available\");\n }, 0);\n return;\n }\n else {\n transport = this.transports[0];\n }\n this.readyState = \"opening\";\n // Retry with the next transport if the transport is disabled (jsonp: false)\n try {\n transport = this.createTransport(transport);\n }\n catch (e) {\n this.transports.shift();\n this.open();\n return;\n }\n transport.open();\n this.setTransport(transport);\n }\n /**\n * Sets the current transport. Disables the existing one (if any).\n *\n * @private\n */\n setTransport(transport) {\n if (this.transport) {\n this.transport.removeAllListeners();\n }\n // set up transport\n this.transport = transport;\n // set up transport listeners\n transport\n .on(\"drain\", this.onDrain.bind(this))\n .on(\"packet\", this.onPacket.bind(this))\n .on(\"error\", this.onError.bind(this))\n .on(\"close\", (reason) => this.onClose(\"transport close\", reason));\n }\n /**\n * Probes a transport.\n *\n * @param {String} name - transport name\n * @private\n */\n probe(name) {\n let transport = this.createTransport(name);\n let failed = false;\n Socket.priorWebsocketSuccess = false;\n const onTransportOpen = () => {\n if (failed)\n return;\n transport.send([{ type: \"ping\", data: \"probe\" }]);\n transport.once(\"packet\", (msg) => {\n if (failed)\n return;\n if (\"pong\" === msg.type && \"probe\" === msg.data) {\n this.upgrading = true;\n this.emitReserved(\"upgrading\", transport);\n if (!transport)\n return;\n Socket.priorWebsocketSuccess = \"websocket\" === transport.name;\n this.transport.pause(() => {\n if (failed)\n return;\n if (\"closed\" === this.readyState)\n return;\n cleanup();\n this.setTransport(transport);\n transport.send([{ type: \"upgrade\" }]);\n this.emitReserved(\"upgrade\", transport);\n transport = null;\n this.upgrading = false;\n this.flush();\n });\n }\n else {\n const err = new Error(\"probe error\");\n // @ts-ignore\n err.transport = transport.name;\n this.emitReserved(\"upgradeError\", err);\n }\n });\n };\n function freezeTransport() {\n if (failed)\n return;\n // Any callback called by transport should be ignored since now\n failed = true;\n cleanup();\n transport.close();\n transport = null;\n }\n // Handle any error that happens while probing\n const onerror = (err) => {\n const error = new Error(\"probe error: \" + err);\n // @ts-ignore\n error.transport = transport.name;\n freezeTransport();\n this.emitReserved(\"upgradeError\", error);\n };\n function onTransportClose() {\n onerror(\"transport closed\");\n }\n // When the socket is closed while we're probing\n function onclose() {\n onerror(\"socket closed\");\n }\n // When the socket is upgraded while we're probing\n function onupgrade(to) {\n if (transport && to.name !== transport.name) {\n freezeTransport();\n }\n }\n // Remove all listeners on the transport and on self\n const cleanup = () => {\n transport.removeListener(\"open\", onTransportOpen);\n transport.removeListener(\"error\", onerror);\n transport.removeListener(\"close\", onTransportClose);\n this.off(\"close\", onclose);\n this.off(\"upgrading\", onupgrade);\n };\n transport.once(\"open\", onTransportOpen);\n transport.once(\"error\", onerror);\n transport.once(\"close\", onTransportClose);\n this.once(\"close\", onclose);\n this.once(\"upgrading\", onupgrade);\n transport.open();\n }\n /**\n * Called when connection is deemed open.\n *\n * @private\n */\n onOpen() {\n this.readyState = \"open\";\n Socket.priorWebsocketSuccess = \"websocket\" === this.transport.name;\n this.emitReserved(\"open\");\n this.flush();\n // we check for `readyState` in case an `open`\n // listener already closed the socket\n if (\"open\" === this.readyState && this.opts.upgrade) {\n let i = 0;\n const l = this.upgrades.length;\n for (; i < l; i++) {\n this.probe(this.upgrades[i]);\n }\n }\n }\n /**\n * Handles a packet.\n *\n * @private\n */\n onPacket(packet) {\n if (\"opening\" === this.readyState ||\n \"open\" === this.readyState ||\n \"closing\" === this.readyState) {\n this.emitReserved(\"packet\", packet);\n // Socket is live - any packet counts\n this.emitReserved(\"heartbeat\");\n switch (packet.type) {\n case \"open\":\n this.onHandshake(JSON.parse(packet.data));\n break;\n case \"ping\":\n this.resetPingTimeout();\n this.sendPacket(\"pong\");\n this.emitReserved(\"ping\");\n this.emitReserved(\"pong\");\n break;\n case \"error\":\n const err = new Error(\"server error\");\n // @ts-ignore\n err.code = packet.data;\n this.onError(err);\n break;\n case \"message\":\n this.emitReserved(\"data\", packet.data);\n this.emitReserved(\"message\", packet.data);\n break;\n }\n }\n else {\n }\n }\n /**\n * Called upon handshake completion.\n *\n * @param {Object} data - handshake obj\n * @private\n */\n onHandshake(data) {\n this.emitReserved(\"handshake\", data);\n this.id = data.sid;\n this.transport.query.sid = data.sid;\n this.upgrades = this.filterUpgrades(data.upgrades);\n this.pingInterval = data.pingInterval;\n this.pingTimeout = data.pingTimeout;\n this.maxPayload = data.maxPayload;\n this.onOpen();\n // In case open handler closes socket\n if (\"closed\" === this.readyState)\n return;\n this.resetPingTimeout();\n }\n /**\n * Sets and resets ping timeout timer based on server pings.\n *\n * @private\n */\n resetPingTimeout() {\n this.clearTimeoutFn(this.pingTimeoutTimer);\n this.pingTimeoutTimer = this.setTimeoutFn(() => {\n this.onClose(\"ping timeout\");\n }, this.pingInterval + this.pingTimeout);\n if (this.opts.autoUnref) {\n this.pingTimeoutTimer.unref();\n }\n }\n /**\n * Called on `drain` event\n *\n * @private\n */\n onDrain() {\n this.writeBuffer.splice(0, this.prevBufferLen);\n // setting prevBufferLen = 0 is very important\n // for example, when upgrading, upgrade packet is sent over,\n // and a nonzero prevBufferLen could cause problems on `drain`\n this.prevBufferLen = 0;\n if (0 === this.writeBuffer.length) {\n this.emitReserved(\"drain\");\n }\n else {\n this.flush();\n }\n }\n /**\n * Flush write buffers.\n *\n * @private\n */\n flush() {\n if (\"closed\" !== this.readyState &&\n this.transport.writable &&\n !this.upgrading &&\n this.writeBuffer.length) {\n const packets = this.getWritablePackets();\n this.transport.send(packets);\n // keep track of current length of writeBuffer\n // splice writeBuffer and callbackBuffer on `drain`\n this.prevBufferLen = packets.length;\n this.emitReserved(\"flush\");\n }\n }\n /**\n * Ensure the encoded size of the writeBuffer is below the maxPayload value sent by the server (only for HTTP\n * long-polling)\n *\n * @private\n */\n getWritablePackets() {\n const shouldCheckPayloadSize = this.maxPayload &&\n this.transport.name === \"polling\" &&\n this.writeBuffer.length > 1;\n if (!shouldCheckPayloadSize) {\n return this.writeBuffer;\n }\n let payloadSize = 1; // first packet type\n for (let i = 0; i < this.writeBuffer.length; i++) {\n const data = this.writeBuffer[i].data;\n if (data) {\n payloadSize += byteLength(data);\n }\n if (i > 0 && payloadSize > this.maxPayload) {\n return this.writeBuffer.slice(0, i);\n }\n payloadSize += 2; // separator + packet type\n }\n return this.writeBuffer;\n }\n /**\n * Sends a message.\n *\n * @param {String} msg - message.\n * @param {Object} options.\n * @param {Function} callback function.\n * @return {Socket} for chaining.\n */\n write(msg, options, fn) {\n this.sendPacket(\"message\", msg, options, fn);\n return this;\n }\n send(msg, options, fn) {\n this.sendPacket(\"message\", msg, options, fn);\n return this;\n }\n /**\n * Sends a packet.\n *\n * @param {String} type: packet type.\n * @param {String} data.\n * @param {Object} options.\n * @param {Function} fn - callback function.\n * @private\n */\n sendPacket(type, data, options, fn) {\n if (\"function\" === typeof data) {\n fn = data;\n data = undefined;\n }\n if (\"function\" === typeof options) {\n fn = options;\n options = null;\n }\n if (\"closing\" === this.readyState || \"closed\" === this.readyState) {\n return;\n }\n options = options || {};\n options.compress = false !== options.compress;\n const packet = {\n type: type,\n data: data,\n options: options,\n };\n this.emitReserved(\"packetCreate\", packet);\n this.writeBuffer.push(packet);\n if (fn)\n this.once(\"flush\", fn);\n this.flush();\n }\n /**\n * Closes the connection.\n */\n close() {\n const close = () => {\n this.onClose(\"forced close\");\n this.transport.close();\n };\n const cleanupAndClose = () => {\n this.off(\"upgrade\", cleanupAndClose);\n this.off(\"upgradeError\", cleanupAndClose);\n close();\n };\n const waitForUpgrade = () => {\n // wait for upgrade to finish since we can't send packets while pausing a transport\n this.once(\"upgrade\", cleanupAndClose);\n this.once(\"upgradeError\", cleanupAndClose);\n };\n if (\"opening\" === this.readyState || \"open\" === this.readyState) {\n this.readyState = \"closing\";\n if (this.writeBuffer.length) {\n this.once(\"drain\", () => {\n if (this.upgrading) {\n waitForUpgrade();\n }\n else {\n close();\n }\n });\n }\n else if (this.upgrading) {\n waitForUpgrade();\n }\n else {\n close();\n }\n }\n return this;\n }\n /**\n * Called upon transport error\n *\n * @private\n */\n onError(err) {\n Socket.priorWebsocketSuccess = false;\n this.emitReserved(\"error\", err);\n this.onClose(\"transport error\", err);\n }\n /**\n * Called upon transport close.\n *\n * @private\n */\n onClose(reason, description) {\n if (\"opening\" === this.readyState ||\n \"open\" === this.readyState ||\n \"closing\" === this.readyState) {\n // clear timers\n this.clearTimeoutFn(this.pingTimeoutTimer);\n // stop event from firing again for transport\n this.transport.removeAllListeners(\"close\");\n // ensure transport won't stay open\n this.transport.close();\n // ignore further transport communication\n this.transport.removeAllListeners();\n if (typeof removeEventListener === \"function\") {\n removeEventListener(\"beforeunload\", this.beforeunloadEventListener, false);\n removeEventListener(\"offline\", this.offlineEventListener, false);\n }\n // set ready state\n this.readyState = \"closed\";\n // clear session id\n this.id = null;\n // emit close event\n this.emitReserved(\"close\", reason, description);\n // clean buffers after, so users can still\n // grab the buffers on `close` event\n this.writeBuffer = [];\n this.prevBufferLen = 0;\n }\n }\n /**\n * Filters upgrades, returning only those matching client transports.\n *\n * @param {Array} upgrades - server upgrades\n * @private\n */\n filterUpgrades(upgrades) {\n const filteredUpgrades = [];\n let i = 0;\n const j = upgrades.length;\n for (; i < j; i++) {\n if (~this.transports.indexOf(upgrades[i]))\n filteredUpgrades.push(upgrades[i]);\n }\n return filteredUpgrades;\n }\n}\nSocket.protocol = protocol;\n","import { Socket } from \"./socket.js\";\nexport { Socket };\nexport const protocol = Socket.protocol;\nexport { Transport } from \"./transport.js\";\nexport { transports } from \"./transports/index.js\";\nexport { installTimerFunctions } from \"./util.js\";\nexport { parse } from \"./contrib/parseuri.js\";\nexport { nextTick } from \"./transports/websocket-constructor.js\";\n","const withNativeArrayBuffer = typeof ArrayBuffer === \"function\";\nconst isView = (obj) => {\n return typeof ArrayBuffer.isView === \"function\"\n ? ArrayBuffer.isView(obj)\n : obj.buffer instanceof ArrayBuffer;\n};\nconst toString = Object.prototype.toString;\nconst withNativeBlob = typeof Blob === \"function\" ||\n (typeof Blob !== \"undefined\" &&\n toString.call(Blob) === \"[object BlobConstructor]\");\nconst withNativeFile = typeof File === \"function\" ||\n (typeof File !== \"undefined\" &&\n toString.call(File) === \"[object FileConstructor]\");\n/**\n * Returns true if obj is a Buffer, an ArrayBuffer, a Blob or a File.\n *\n * @private\n */\nexport function isBinary(obj) {\n return ((withNativeArrayBuffer && (obj instanceof ArrayBuffer || isView(obj))) ||\n (withNativeBlob && obj instanceof Blob) ||\n (withNativeFile && obj instanceof File));\n}\nexport function hasBinary(obj, toJSON) {\n if (!obj || typeof obj !== \"object\") {\n return false;\n }\n if (Array.isArray(obj)) {\n for (let i = 0, l = obj.length; i < l; i++) {\n if (hasBinary(obj[i])) {\n return true;\n }\n }\n return false;\n }\n if (isBinary(obj)) {\n return true;\n }\n if (obj.toJSON &&\n typeof obj.toJSON === \"function\" &&\n arguments.length === 1) {\n return hasBinary(obj.toJSON(), true);\n }\n for (const key in obj) {\n if (Object.prototype.hasOwnProperty.call(obj, key) && hasBinary(obj[key])) {\n return true;\n }\n }\n return false;\n}\n","import { isBinary } from \"./is-binary.js\";\n/**\n * Replaces every Buffer | ArrayBuffer | Blob | File in packet with a numbered placeholder.\n *\n * @param {Object} packet - socket.io event packet\n * @return {Object} with deconstructed packet and list of buffers\n * @public\n */\nexport function deconstructPacket(packet) {\n const buffers = [];\n const packetData = packet.data;\n const pack = packet;\n pack.data = _deconstructPacket(packetData, buffers);\n pack.attachments = buffers.length; // number of binary 'attachments'\n return { packet: pack, buffers: buffers };\n}\nfunction _deconstructPacket(data, buffers) {\n if (!data)\n return data;\n if (isBinary(data)) {\n const placeholder = { _placeholder: true, num: buffers.length };\n buffers.push(data);\n return placeholder;\n }\n else if (Array.isArray(data)) {\n const newData = new Array(data.length);\n for (let i = 0; i < data.length; i++) {\n newData[i] = _deconstructPacket(data[i], buffers);\n }\n return newData;\n }\n else if (typeof data === \"object\" && !(data instanceof Date)) {\n const newData = {};\n for (const key in data) {\n if (Object.prototype.hasOwnProperty.call(data, key)) {\n newData[key] = _deconstructPacket(data[key], buffers);\n }\n }\n return newData;\n }\n return data;\n}\n/**\n * Reconstructs a binary packet from its placeholder packet and buffers\n *\n * @param {Object} packet - event packet with placeholders\n * @param {Array} buffers - binary buffers to put in placeholder positions\n * @return {Object} reconstructed packet\n * @public\n */\nexport function reconstructPacket(packet, buffers) {\n packet.data = _reconstructPacket(packet.data, buffers);\n delete packet.attachments; // no longer useful\n return packet;\n}\nfunction _reconstructPacket(data, buffers) {\n if (!data)\n return data;\n if (data && data._placeholder === true) {\n const isIndexValid = typeof data.num === \"number\" &&\n data.num >= 0 &&\n data.num < buffers.length;\n if (isIndexValid) {\n return buffers[data.num]; // appropriate buffer (should be natural order anyway)\n }\n else {\n throw new Error(\"illegal attachments\");\n }\n }\n else if (Array.isArray(data)) {\n for (let i = 0; i < data.length; i++) {\n data[i] = _reconstructPacket(data[i], buffers);\n }\n }\n else if (typeof data === \"object\") {\n for (const key in data) {\n if (Object.prototype.hasOwnProperty.call(data, key)) {\n data[key] = _reconstructPacket(data[key], buffers);\n }\n }\n }\n return data;\n}\n","import { Emitter } from \"@socket.io/component-emitter\";\nimport { deconstructPacket, reconstructPacket } from \"./binary.js\";\nimport { isBinary, hasBinary } from \"./is-binary.js\";\n/**\n * Protocol version.\n *\n * @public\n */\nexport const protocol = 5;\nexport var PacketType;\n(function (PacketType) {\n PacketType[PacketType[\"CONNECT\"] = 0] = \"CONNECT\";\n PacketType[PacketType[\"DISCONNECT\"] = 1] = \"DISCONNECT\";\n PacketType[PacketType[\"EVENT\"] = 2] = \"EVENT\";\n PacketType[PacketType[\"ACK\"] = 3] = \"ACK\";\n PacketType[PacketType[\"CONNECT_ERROR\"] = 4] = \"CONNECT_ERROR\";\n PacketType[PacketType[\"BINARY_EVENT\"] = 5] = \"BINARY_EVENT\";\n PacketType[PacketType[\"BINARY_ACK\"] = 6] = \"BINARY_ACK\";\n})(PacketType || (PacketType = {}));\n/**\n * A socket.io Encoder instance\n */\nexport class Encoder {\n /**\n * Encoder constructor\n *\n * @param {function} replacer - custom replacer to pass down to JSON.parse\n */\n constructor(replacer) {\n this.replacer = replacer;\n }\n /**\n * Encode a packet as a single string if non-binary, or as a\n * buffer sequence, depending on packet type.\n *\n * @param {Object} obj - packet object\n */\n encode(obj) {\n if (obj.type === PacketType.EVENT || obj.type === PacketType.ACK) {\n if (hasBinary(obj)) {\n return this.encodeAsBinary({\n type: obj.type === PacketType.EVENT\n ? PacketType.BINARY_EVENT\n : PacketType.BINARY_ACK,\n nsp: obj.nsp,\n data: obj.data,\n id: obj.id,\n });\n }\n }\n return [this.encodeAsString(obj)];\n }\n /**\n * Encode packet as string.\n */\n encodeAsString(obj) {\n // first is type\n let str = \"\" + obj.type;\n // attachments if we have them\n if (obj.type === PacketType.BINARY_EVENT ||\n obj.type === PacketType.BINARY_ACK) {\n str += obj.attachments + \"-\";\n }\n // if we have a namespace other than `/`\n // we append it followed by a comma `,`\n if (obj.nsp && \"/\" !== obj.nsp) {\n str += obj.nsp + \",\";\n }\n // immediately followed by the id\n if (null != obj.id) {\n str += obj.id;\n }\n // json data\n if (null != obj.data) {\n str += JSON.stringify(obj.data, this.replacer);\n }\n return str;\n }\n /**\n * Encode packet as 'buffer sequence' by removing blobs, and\n * deconstructing packet into object with placeholders and\n * a list of buffers.\n */\n encodeAsBinary(obj) {\n const deconstruction = deconstructPacket(obj);\n const pack = this.encodeAsString(deconstruction.packet);\n const buffers = deconstruction.buffers;\n buffers.unshift(pack); // add packet info to beginning of data list\n return buffers; // write all the buffers\n }\n}\n/**\n * A socket.io Decoder instance\n *\n * @return {Object} decoder\n */\nexport class Decoder extends Emitter {\n /**\n * Decoder constructor\n *\n * @param {function} reviver - custom reviver to pass down to JSON.stringify\n */\n constructor(reviver) {\n super();\n this.reviver = reviver;\n }\n /**\n * Decodes an encoded packet string into packet JSON.\n *\n * @param {String} obj - encoded packet\n */\n add(obj) {\n let packet;\n if (typeof obj === \"string\") {\n if (this.reconstructor) {\n throw new Error(\"got plaintext data when reconstructing a packet\");\n }\n packet = this.decodeString(obj);\n const isBinaryEvent = packet.type === PacketType.BINARY_EVENT;\n if (isBinaryEvent || packet.type === PacketType.BINARY_ACK) {\n packet.type = isBinaryEvent ? PacketType.EVENT : PacketType.ACK;\n // binary packet's json\n this.reconstructor = new BinaryReconstructor(packet);\n // no attachments, labeled binary but no binary data to follow\n if (packet.attachments === 0) {\n super.emitReserved(\"decoded\", packet);\n }\n }\n else {\n // non-binary full packet\n super.emitReserved(\"decoded\", packet);\n }\n }\n else if (isBinary(obj) || obj.base64) {\n // raw binary data\n if (!this.reconstructor) {\n throw new Error(\"got binary data when not reconstructing a packet\");\n }\n else {\n packet = this.reconstructor.takeBinaryData(obj);\n if (packet) {\n // received final buffer\n this.reconstructor = null;\n super.emitReserved(\"decoded\", packet);\n }\n }\n }\n else {\n throw new Error(\"Unknown type: \" + obj);\n }\n }\n /**\n * Decode a packet String (JSON data)\n *\n * @param {String} str\n * @return {Object} packet\n */\n decodeString(str) {\n let i = 0;\n // look up type\n const p = {\n type: Number(str.charAt(0)),\n };\n if (PacketType[p.type] === undefined) {\n throw new Error(\"unknown packet type \" + p.type);\n }\n // look up attachments if type binary\n if (p.type === PacketType.BINARY_EVENT ||\n p.type === PacketType.BINARY_ACK) {\n const start = i + 1;\n while (str.charAt(++i) !== \"-\" && i != str.length) { }\n const buf = str.substring(start, i);\n if (buf != Number(buf) || str.charAt(i) !== \"-\") {\n throw new Error(\"Illegal attachments\");\n }\n p.attachments = Number(buf);\n }\n // look up namespace (if any)\n if (\"/\" === str.charAt(i + 1)) {\n const start = i + 1;\n while (++i) {\n const c = str.charAt(i);\n if (\",\" === c)\n break;\n if (i === str.length)\n break;\n }\n p.nsp = str.substring(start, i);\n }\n else {\n p.nsp = \"/\";\n }\n // look up id\n const next = str.charAt(i + 1);\n if (\"\" !== next && Number(next) == next) {\n const start = i + 1;\n while (++i) {\n const c = str.charAt(i);\n if (null == c || Number(c) != c) {\n --i;\n break;\n }\n if (i === str.length)\n break;\n }\n p.id = Number(str.substring(start, i + 1));\n }\n // look up json data\n if (str.charAt(++i)) {\n const payload = this.tryParse(str.substr(i));\n if (Decoder.isPayloadValid(p.type, payload)) {\n p.data = payload;\n }\n else {\n throw new Error(\"invalid payload\");\n }\n }\n return p;\n }\n tryParse(str) {\n try {\n return JSON.parse(str, this.reviver);\n }\n catch (e) {\n return false;\n }\n }\n static isPayloadValid(type, payload) {\n switch (type) {\n case PacketType.CONNECT:\n return typeof payload === \"object\";\n case PacketType.DISCONNECT:\n return payload === undefined;\n case PacketType.CONNECT_ERROR:\n return typeof payload === \"string\" || typeof payload === \"object\";\n case PacketType.EVENT:\n case PacketType.BINARY_EVENT:\n return Array.isArray(payload) && payload.length > 0;\n case PacketType.ACK:\n case PacketType.BINARY_ACK:\n return Array.isArray(payload);\n }\n }\n /**\n * Deallocates a parser's resources\n */\n destroy() {\n if (this.reconstructor) {\n this.reconstructor.finishedReconstruction();\n this.reconstructor = null;\n }\n }\n}\n/**\n * A manager of a binary event's 'buffer sequence'. Should\n * be constructed whenever a packet of type BINARY_EVENT is\n * decoded.\n *\n * @param {Object} packet\n * @return {BinaryReconstructor} initialized reconstructor\n */\nclass BinaryReconstructor {\n constructor(packet) {\n this.packet = packet;\n this.buffers = [];\n this.reconPack = packet;\n }\n /**\n * Method to be called when binary data received from connection\n * after a BINARY_EVENT packet.\n *\n * @param {Buffer | ArrayBuffer} binData - the raw binary data received\n * @return {null | Object} returns null if more binary data is expected or\n * a reconstructed packet object if all buffers have been received.\n */\n takeBinaryData(binData) {\n this.buffers.push(binData);\n if (this.buffers.length === this.reconPack.attachments) {\n // done with buffer list\n const packet = reconstructPacket(this.reconPack, this.buffers);\n this.finishedReconstruction();\n return packet;\n }\n return null;\n }\n /**\n * Cleans up binary packet reconstruction variables.\n */\n finishedReconstruction() {\n this.reconPack = null;\n this.buffers = [];\n }\n}\n","export function on(obj, ev, fn) {\n obj.on(ev, fn);\n return function subDestroy() {\n obj.off(ev, fn);\n };\n}\n","import { PacketType } from \"socket.io-parser\";\nimport { on } from \"./on.js\";\nimport { Emitter, } from \"@socket.io/component-emitter\";\n/**\n * Internal events.\n * These events can't be emitted by the user.\n */\nconst RESERVED_EVENTS = Object.freeze({\n connect: 1,\n connect_error: 1,\n disconnect: 1,\n disconnecting: 1,\n // EventEmitter reserved events: https://nodejs.org/api/events.html#events_event_newlistener\n newListener: 1,\n removeListener: 1,\n});\n/**\n * A Socket is the fundamental class for interacting with the server.\n *\n * A Socket belongs to a certain Namespace (by default /) and uses an underlying {@link Manager} to communicate.\n *\n * @example\n * const socket = io();\n *\n * socket.on(\"connect\", () => {\n * console.log(\"connected\");\n * });\n *\n * // send an event to the server\n * socket.emit(\"foo\", \"bar\");\n *\n * socket.on(\"foobar\", () => {\n * // an event was received from the server\n * });\n *\n * // upon disconnection\n * socket.on(\"disconnect\", (reason) => {\n * console.log(`disconnected due to ${reason}`);\n * });\n */\nexport class Socket extends Emitter {\n /**\n * `Socket` constructor.\n */\n constructor(io, nsp, opts) {\n super();\n /**\n * Whether the socket is currently connected to the server.\n *\n * @example\n * const socket = io();\n *\n * socket.on(\"connect\", () => {\n * console.log(socket.connected); // true\n * });\n *\n * socket.on(\"disconnect\", () => {\n * console.log(socket.connected); // false\n * });\n */\n this.connected = false;\n /**\n * Whether the connection state was recovered after a temporary disconnection. In that case, any missed packets will\n * be transmitted by the server.\n */\n this.recovered = false;\n /**\n * Buffer for packets received before the CONNECT packet\n */\n this.receiveBuffer = [];\n /**\n * Buffer for packets that will be sent once the socket is connected\n */\n this.sendBuffer = [];\n /**\n * The queue of packets to be sent with retry in case of failure.\n *\n * Packets are sent one by one, each waiting for the server acknowledgement, in order to guarantee the delivery order.\n * @private\n */\n this._queue = [];\n /**\n * A sequence to generate the ID of the {@link QueuedPacket}.\n * @private\n */\n this._queueSeq = 0;\n this.ids = 0;\n this.acks = {};\n this.flags = {};\n this.io = io;\n this.nsp = nsp;\n if (opts && opts.auth) {\n this.auth = opts.auth;\n }\n this._opts = Object.assign({}, opts);\n if (this.io._autoConnect)\n this.open();\n }\n /**\n * Whether the socket is currently disconnected\n *\n * @example\n * const socket = io();\n *\n * socket.on(\"connect\", () => {\n * console.log(socket.disconnected); // false\n * });\n *\n * socket.on(\"disconnect\", () => {\n * console.log(socket.disconnected); // true\n * });\n */\n get disconnected() {\n return !this.connected;\n }\n /**\n * Subscribe to open, close and packet events\n *\n * @private\n */\n subEvents() {\n if (this.subs)\n return;\n const io = this.io;\n this.subs = [\n on(io, \"open\", this.onopen.bind(this)),\n on(io, \"packet\", this.onpacket.bind(this)),\n on(io, \"error\", this.onerror.bind(this)),\n on(io, \"close\", this.onclose.bind(this)),\n ];\n }\n /**\n * Whether the Socket will try to reconnect when its Manager connects or reconnects.\n *\n * @example\n * const socket = io();\n *\n * console.log(socket.active); // true\n *\n * socket.on(\"disconnect\", (reason) => {\n * if (reason === \"io server disconnect\") {\n * // the disconnection was initiated by the server, you need to manually reconnect\n * console.log(socket.active); // false\n * }\n * // else the socket will automatically try to reconnect\n * console.log(socket.active); // true\n * });\n */\n get active() {\n return !!this.subs;\n }\n /**\n * \"Opens\" the socket.\n *\n * @example\n * const socket = io({\n * autoConnect: false\n * });\n *\n * socket.connect();\n */\n connect() {\n if (this.connected)\n return this;\n this.subEvents();\n if (!this.io[\"_reconnecting\"])\n this.io.open(); // ensure open\n if (\"open\" === this.io._readyState)\n this.onopen();\n return this;\n }\n /**\n * Alias for {@link connect()}.\n */\n open() {\n return this.connect();\n }\n /**\n * Sends a `message` event.\n *\n * This method mimics the WebSocket.send() method.\n *\n * @see https://developer.mozilla.org/en-US/docs/Web/API/WebSocket/send\n *\n * @example\n * socket.send(\"hello\");\n *\n * // this is equivalent to\n * socket.emit(\"message\", \"hello\");\n *\n * @return self\n */\n send(...args) {\n args.unshift(\"message\");\n this.emit.apply(this, args);\n return this;\n }\n /**\n * Override `emit`.\n * If the event is in `events`, it's emitted normally.\n *\n * @example\n * socket.emit(\"hello\", \"world\");\n *\n * // all serializable datastructures are supported (no need to call JSON.stringify)\n * socket.emit(\"hello\", 1, \"2\", { 3: [\"4\"], 5: Uint8Array.from([6]) });\n *\n * // with an acknowledgement from the server\n * socket.emit(\"hello\", \"world\", (val) => {\n * // ...\n * });\n *\n * @return self\n */\n emit(ev, ...args) {\n if (RESERVED_EVENTS.hasOwnProperty(ev)) {\n throw new Error('\"' + ev.toString() + '\" is a reserved event name');\n }\n args.unshift(ev);\n if (this._opts.retries && !this.flags.fromQueue && !this.flags.volatile) {\n this._addToQueue(args);\n return this;\n }\n const packet = {\n type: PacketType.EVENT,\n data: args,\n };\n packet.options = {};\n packet.options.compress = this.flags.compress !== false;\n // event ack callback\n if (\"function\" === typeof args[args.length - 1]) {\n const id = this.ids++;\n const ack = args.pop();\n this._registerAckCallback(id, ack);\n packet.id = id;\n }\n const isTransportWritable = this.io.engine &&\n this.io.engine.transport &&\n this.io.engine.transport.writable;\n const discardPacket = this.flags.volatile && (!isTransportWritable || !this.connected);\n if (discardPacket) {\n }\n else if (this.connected) {\n this.notifyOutgoingListeners(packet);\n this.packet(packet);\n }\n else {\n this.sendBuffer.push(packet);\n }\n this.flags = {};\n return this;\n }\n /**\n * @private\n */\n _registerAckCallback(id, ack) {\n var _a;\n const timeout = (_a = this.flags.timeout) !== null && _a !== void 0 ? _a : this._opts.ackTimeout;\n if (timeout === undefined) {\n this.acks[id] = ack;\n return;\n }\n // @ts-ignore\n const timer = this.io.setTimeoutFn(() => {\n delete this.acks[id];\n for (let i = 0; i < this.sendBuffer.length; i++) {\n if (this.sendBuffer[i].id === id) {\n this.sendBuffer.splice(i, 1);\n }\n }\n ack.call(this, new Error(\"operation has timed out\"));\n }, timeout);\n this.acks[id] = (...args) => {\n // @ts-ignore\n this.io.clearTimeoutFn(timer);\n ack.apply(this, [null, ...args]);\n };\n }\n /**\n * Emits an event and waits for an acknowledgement\n *\n * @example\n * // without timeout\n * const response = await socket.emitWithAck(\"hello\", \"world\");\n *\n * // with a specific timeout\n * try {\n * const response = await socket.timeout(1000).emitWithAck(\"hello\", \"world\");\n * } catch (err) {\n * // the server did not acknowledge the event in the given delay\n * }\n *\n * @return a Promise that will be fulfilled when the server acknowledges the event\n */\n emitWithAck(ev, ...args) {\n // the timeout flag is optional\n const withErr = this.flags.timeout !== undefined || this._opts.ackTimeout !== undefined;\n return new Promise((resolve, reject) => {\n args.push((arg1, arg2) => {\n if (withErr) {\n return arg1 ? reject(arg1) : resolve(arg2);\n }\n else {\n return resolve(arg1);\n }\n });\n this.emit(ev, ...args);\n });\n }\n /**\n * Add the packet to the queue.\n * @param args\n * @private\n */\n _addToQueue(args) {\n let ack;\n if (typeof args[args.length - 1] === \"function\") {\n ack = args.pop();\n }\n const packet = {\n id: this._queueSeq++,\n tryCount: 0,\n pending: false,\n args,\n flags: Object.assign({ fromQueue: true }, this.flags),\n };\n args.push((err, ...responseArgs) => {\n if (packet !== this._queue[0]) {\n // the packet has already been acknowledged\n return;\n }\n const hasError = err !== null;\n if (hasError) {\n if (packet.tryCount > this._opts.retries) {\n this._queue.shift();\n if (ack) {\n ack(err);\n }\n }\n }\n else {\n this._queue.shift();\n if (ack) {\n ack(null, ...responseArgs);\n }\n }\n packet.pending = false;\n return this._drainQueue();\n });\n this._queue.push(packet);\n this._drainQueue();\n }\n /**\n * Send the first packet of the queue, and wait for an acknowledgement from the server.\n * @param force - whether to resend a packet that has not been acknowledged yet\n *\n * @private\n */\n _drainQueue(force = false) {\n if (!this.connected || this._queue.length === 0) {\n return;\n }\n const packet = this._queue[0];\n if (packet.pending && !force) {\n return;\n }\n packet.pending = true;\n packet.tryCount++;\n this.flags = packet.flags;\n this.emit.apply(this, packet.args);\n }\n /**\n * Sends a packet.\n *\n * @param packet\n * @private\n */\n packet(packet) {\n packet.nsp = this.nsp;\n this.io._packet(packet);\n }\n /**\n * Called upon engine `open`.\n *\n * @private\n */\n onopen() {\n if (typeof this.auth == \"function\") {\n this.auth((data) => {\n this._sendConnectPacket(data);\n });\n }\n else {\n this._sendConnectPacket(this.auth);\n }\n }\n /**\n * Sends a CONNECT packet to initiate the Socket.IO session.\n *\n * @param data\n * @private\n */\n _sendConnectPacket(data) {\n this.packet({\n type: PacketType.CONNECT,\n data: this._pid\n ? Object.assign({ pid: this._pid, offset: this._lastOffset }, data)\n : data,\n });\n }\n /**\n * Called upon engine or manager `error`.\n *\n * @param err\n * @private\n */\n onerror(err) {\n if (!this.connected) {\n this.emitReserved(\"connect_error\", err);\n }\n }\n /**\n * Called upon engine `close`.\n *\n * @param reason\n * @param description\n * @private\n */\n onclose(reason, description) {\n this.connected = false;\n delete this.id;\n this.emitReserved(\"disconnect\", reason, description);\n }\n /**\n * Called with socket packet.\n *\n * @param packet\n * @private\n */\n onpacket(packet) {\n const sameNamespace = packet.nsp === this.nsp;\n if (!sameNamespace)\n return;\n switch (packet.type) {\n case PacketType.CONNECT:\n if (packet.data && packet.data.sid) {\n this.onconnect(packet.data.sid, packet.data.pid);\n }\n else {\n this.emitReserved(\"connect_error\", new Error(\"It seems you are trying to reach a Socket.IO server in v2.x with a v3.x client, but they are not compatible (more information here: https://socket.io/docs/v3/migrating-from-2-x-to-3-0/)\"));\n }\n break;\n case PacketType.EVENT:\n case PacketType.BINARY_EVENT:\n this.onevent(packet);\n break;\n case PacketType.ACK:\n case PacketType.BINARY_ACK:\n this.onack(packet);\n break;\n case PacketType.DISCONNECT:\n this.ondisconnect();\n break;\n case PacketType.CONNECT_ERROR:\n this.destroy();\n const err = new Error(packet.data.message);\n // @ts-ignore\n err.data = packet.data.data;\n this.emitReserved(\"connect_error\", err);\n break;\n }\n }\n /**\n * Called upon a server event.\n *\n * @param packet\n * @private\n */\n onevent(packet) {\n const args = packet.data || [];\n if (null != packet.id) {\n args.push(this.ack(packet.id));\n }\n if (this.connected) {\n this.emitEvent(args);\n }\n else {\n this.receiveBuffer.push(Object.freeze(args));\n }\n }\n emitEvent(args) {\n if (this._anyListeners && this._anyListeners.length) {\n const listeners = this._anyListeners.slice();\n for (const listener of listeners) {\n listener.apply(this, args);\n }\n }\n super.emit.apply(this, args);\n if (this._pid && args.length && typeof args[args.length - 1] === \"string\") {\n this._lastOffset = args[args.length - 1];\n }\n }\n /**\n * Produces an ack callback to emit with an event.\n *\n * @private\n */\n ack(id) {\n const self = this;\n let sent = false;\n return function (...args) {\n // prevent double callbacks\n if (sent)\n return;\n sent = true;\n self.packet({\n type: PacketType.ACK,\n id: id,\n data: args,\n });\n };\n }\n /**\n * Called upon a server acknowlegement.\n *\n * @param packet\n * @private\n */\n onack(packet) {\n const ack = this.acks[packet.id];\n if (\"function\" === typeof ack) {\n ack.apply(this, packet.data);\n delete this.acks[packet.id];\n }\n else {\n }\n }\n /**\n * Called upon server connect.\n *\n * @private\n */\n onconnect(id, pid) {\n this.id = id;\n this.recovered = pid && this._pid === pid;\n this._pid = pid; // defined only if connection state recovery is enabled\n this.connected = true;\n this.emitBuffered();\n this.emitReserved(\"connect\");\n this._drainQueue(true);\n }\n /**\n * Emit buffered events (received and emitted).\n *\n * @private\n */\n emitBuffered() {\n this.receiveBuffer.forEach((args) => this.emitEvent(args));\n this.receiveBuffer = [];\n this.sendBuffer.forEach((packet) => {\n this.notifyOutgoingListeners(packet);\n this.packet(packet);\n });\n this.sendBuffer = [];\n }\n /**\n * Called upon server disconnect.\n *\n * @private\n */\n ondisconnect() {\n this.destroy();\n this.onclose(\"io server disconnect\");\n }\n /**\n * Called upon forced client/server side disconnections,\n * this method ensures the manager stops tracking us and\n * that reconnections don't get triggered for this.\n *\n * @private\n */\n destroy() {\n if (this.subs) {\n // clean subscriptions to avoid reconnections\n this.subs.forEach((subDestroy) => subDestroy());\n this.subs = undefined;\n }\n this.io[\"_destroy\"](this);\n }\n /**\n * Disconnects the socket manually. In that case, the socket will not try to reconnect.\n *\n * If this is the last active Socket instance of the {@link Manager}, the low-level connection will be closed.\n *\n * @example\n * const socket = io();\n *\n * socket.on(\"disconnect\", (reason) => {\n * // console.log(reason); prints \"io client disconnect\"\n * });\n *\n * socket.disconnect();\n *\n * @return self\n */\n disconnect() {\n if (this.connected) {\n this.packet({ type: PacketType.DISCONNECT });\n }\n // remove socket from pool\n this.destroy();\n if (this.connected) {\n // fire events\n this.onclose(\"io client disconnect\");\n }\n return this;\n }\n /**\n * Alias for {@link disconnect()}.\n *\n * @return self\n */\n close() {\n return this.disconnect();\n }\n /**\n * Sets the compress flag.\n *\n * @example\n * socket.compress(false).emit(\"hello\");\n *\n * @param compress - if `true`, compresses the sending data\n * @return self\n */\n compress(compress) {\n this.flags.compress = compress;\n return this;\n }\n /**\n * Sets a modifier for a subsequent event emission that the event message will be dropped when this socket is not\n * ready to send messages.\n *\n * @example\n * socket.volatile.emit(\"hello\"); // the server may or may not receive it\n *\n * @returns self\n */\n get volatile() {\n this.flags.volatile = true;\n return this;\n }\n /**\n * Sets a modifier for a subsequent event emission that the callback will be called with an error when the\n * given number of milliseconds have elapsed without an acknowledgement from the server:\n *\n * @example\n * socket.timeout(5000).emit(\"my-event\", (err) => {\n * if (err) {\n * // the server did not acknowledge the event in the given delay\n * }\n * });\n *\n * @returns self\n */\n timeout(timeout) {\n this.flags.timeout = timeout;\n return this;\n }\n /**\n * Adds a listener that will be fired when any event is emitted. The event name is passed as the first argument to the\n * callback.\n *\n * @example\n * socket.onAny((event, ...args) => {\n * console.log(`got ${event}`);\n * });\n *\n * @param listener\n */\n onAny(listener) {\n this._anyListeners = this._anyListeners || [];\n this._anyListeners.push(listener);\n return this;\n }\n /**\n * Adds a listener that will be fired when any event is emitted. The event name is passed as the first argument to the\n * callback. The listener is added to the beginning of the listeners array.\n *\n * @example\n * socket.prependAny((event, ...args) => {\n * console.log(`got event ${event}`);\n * });\n *\n * @param listener\n */\n prependAny(listener) {\n this._anyListeners = this._anyListeners || [];\n this._anyListeners.unshift(listener);\n return this;\n }\n /**\n * Removes the listener that will be fired when any event is emitted.\n *\n * @example\n * const catchAllListener = (event, ...args) => {\n * console.log(`got event ${event}`);\n * }\n *\n * socket.onAny(catchAllListener);\n *\n * // remove a specific listener\n * socket.offAny(catchAllListener);\n *\n * // or remove all listeners\n * socket.offAny();\n *\n * @param listener\n */\n offAny(listener) {\n if (!this._anyListeners) {\n return this;\n }\n if (listener) {\n const listeners = this._anyListeners;\n for (let i = 0; i < listeners.length; i++) {\n if (listener === listeners[i]) {\n listeners.splice(i, 1);\n return this;\n }\n }\n }\n else {\n this._anyListeners = [];\n }\n return this;\n }\n /**\n * Returns an array of listeners that are listening for any event that is specified. This array can be manipulated,\n * e.g. to remove listeners.\n */\n listenersAny() {\n return this._anyListeners || [];\n }\n /**\n * Adds a listener that will be fired when any event is emitted. The event name is passed as the first argument to the\n * callback.\n *\n * Note: acknowledgements sent to the server are not included.\n *\n * @example\n * socket.onAnyOutgoing((event, ...args) => {\n * console.log(`sent event ${event}`);\n * });\n *\n * @param listener\n */\n onAnyOutgoing(listener) {\n this._anyOutgoingListeners = this._anyOutgoingListeners || [];\n this._anyOutgoingListeners.push(listener);\n return this;\n }\n /**\n * Adds a listener that will be fired when any event is emitted. The event name is passed as the first argument to the\n * callback. The listener is added to the beginning of the listeners array.\n *\n * Note: acknowledgements sent to the server are not included.\n *\n * @example\n * socket.prependAnyOutgoing((event, ...args) => {\n * console.log(`sent event ${event}`);\n * });\n *\n * @param listener\n */\n prependAnyOutgoing(listener) {\n this._anyOutgoingListeners = this._anyOutgoingListeners || [];\n this._anyOutgoingListeners.unshift(listener);\n return this;\n }\n /**\n * Removes the listener that will be fired when any event is emitted.\n *\n * @example\n * const catchAllListener = (event, ...args) => {\n * console.log(`sent event ${event}`);\n * }\n *\n * socket.onAnyOutgoing(catchAllListener);\n *\n * // remove a specific listener\n * socket.offAnyOutgoing(catchAllListener);\n *\n * // or remove all listeners\n * socket.offAnyOutgoing();\n *\n * @param [listener] - the catch-all listener (optional)\n */\n offAnyOutgoing(listener) {\n if (!this._anyOutgoingListeners) {\n return this;\n }\n if (listener) {\n const listeners = this._anyOutgoingListeners;\n for (let i = 0; i < listeners.length; i++) {\n if (listener === listeners[i]) {\n listeners.splice(i, 1);\n return this;\n }\n }\n }\n else {\n this._anyOutgoingListeners = [];\n }\n return this;\n }\n /**\n * Returns an array of listeners that are listening for any event that is specified. This array can be manipulated,\n * e.g. to remove listeners.\n */\n listenersAnyOutgoing() {\n return this._anyOutgoingListeners || [];\n }\n /**\n * Notify the listeners for each packet sent\n *\n * @param packet\n *\n * @private\n */\n notifyOutgoingListeners(packet) {\n if (this._anyOutgoingListeners && this._anyOutgoingListeners.length) {\n const listeners = this._anyOutgoingListeners.slice();\n for (const listener of listeners) {\n listener.apply(this, packet.data);\n }\n }\n }\n}\n","/**\n * Initialize backoff timer with `opts`.\n *\n * - `min` initial timeout in milliseconds [100]\n * - `max` max timeout [10000]\n * - `jitter` [0]\n * - `factor` [2]\n *\n * @param {Object} opts\n * @api public\n */\nexport function Backoff(opts) {\n opts = opts || {};\n this.ms = opts.min || 100;\n this.max = opts.max || 10000;\n this.factor = opts.factor || 2;\n this.jitter = opts.jitter > 0 && opts.jitter <= 1 ? opts.jitter : 0;\n this.attempts = 0;\n}\n/**\n * Return the backoff duration.\n *\n * @return {Number}\n * @api public\n */\nBackoff.prototype.duration = function () {\n var ms = this.ms * Math.pow(this.factor, this.attempts++);\n if (this.jitter) {\n var rand = Math.random();\n var deviation = Math.floor(rand * this.jitter * ms);\n ms = (Math.floor(rand * 10) & 1) == 0 ? ms - deviation : ms + deviation;\n }\n return Math.min(ms, this.max) | 0;\n};\n/**\n * Reset the number of attempts.\n *\n * @api public\n */\nBackoff.prototype.reset = function () {\n this.attempts = 0;\n};\n/**\n * Set the minimum duration\n *\n * @api public\n */\nBackoff.prototype.setMin = function (min) {\n this.ms = min;\n};\n/**\n * Set the maximum duration\n *\n * @api public\n */\nBackoff.prototype.setMax = function (max) {\n this.max = max;\n};\n/**\n * Set the jitter\n *\n * @api public\n */\nBackoff.prototype.setJitter = function (jitter) {\n this.jitter = jitter;\n};\n","import { Socket as Engine, installTimerFunctions, nextTick, } from \"engine.io-client\";\nimport { Socket } from \"./socket.js\";\nimport * as parser from \"socket.io-parser\";\nimport { on } from \"./on.js\";\nimport { Backoff } from \"./contrib/backo2.js\";\nimport { Emitter, } from \"@socket.io/component-emitter\";\nexport class Manager extends Emitter {\n constructor(uri, opts) {\n var _a;\n super();\n this.nsps = {};\n this.subs = [];\n if (uri && \"object\" === typeof uri) {\n opts = uri;\n uri = undefined;\n }\n opts = opts || {};\n opts.path = opts.path || \"/socket.io\";\n this.opts = opts;\n installTimerFunctions(this, opts);\n this.reconnection(opts.reconnection !== false);\n this.reconnectionAttempts(opts.reconnectionAttempts || Infinity);\n this.reconnectionDelay(opts.reconnectionDelay || 1000);\n this.reconnectionDelayMax(opts.reconnectionDelayMax || 5000);\n this.randomizationFactor((_a = opts.randomizationFactor) !== null && _a !== void 0 ? _a : 0.5);\n this.backoff = new Backoff({\n min: this.reconnectionDelay(),\n max: this.reconnectionDelayMax(),\n jitter: this.randomizationFactor(),\n });\n this.timeout(null == opts.timeout ? 20000 : opts.timeout);\n this._readyState = \"closed\";\n this.uri = uri;\n const _parser = opts.parser || parser;\n this.encoder = new _parser.Encoder();\n this.decoder = new _parser.Decoder();\n this._autoConnect = opts.autoConnect !== false;\n if (this._autoConnect)\n this.open();\n }\n reconnection(v) {\n if (!arguments.length)\n return this._reconnection;\n this._reconnection = !!v;\n return this;\n }\n reconnectionAttempts(v) {\n if (v === undefined)\n return this._reconnectionAttempts;\n this._reconnectionAttempts = v;\n return this;\n }\n reconnectionDelay(v) {\n var _a;\n if (v === undefined)\n return this._reconnectionDelay;\n this._reconnectionDelay = v;\n (_a = this.backoff) === null || _a === void 0 ? void 0 : _a.setMin(v);\n return this;\n }\n randomizationFactor(v) {\n var _a;\n if (v === undefined)\n return this._randomizationFactor;\n this._randomizationFactor = v;\n (_a = this.backoff) === null || _a === void 0 ? void 0 : _a.setJitter(v);\n return this;\n }\n reconnectionDelayMax(v) {\n var _a;\n if (v === undefined)\n return this._reconnectionDelayMax;\n this._reconnectionDelayMax = v;\n (_a = this.backoff) === null || _a === void 0 ? void 0 : _a.setMax(v);\n return this;\n }\n timeout(v) {\n if (!arguments.length)\n return this._timeout;\n this._timeout = v;\n return this;\n }\n /**\n * Starts trying to reconnect if reconnection is enabled and we have not\n * started reconnecting yet\n *\n * @private\n */\n maybeReconnectOnOpen() {\n // Only try to reconnect if it's the first time we're connecting\n if (!this._reconnecting &&\n this._reconnection &&\n this.backoff.attempts === 0) {\n // keeps reconnection from firing twice for the same reconnection loop\n this.reconnect();\n }\n }\n /**\n * Sets the current transport `socket`.\n *\n * @param {Function} fn - optional, callback\n * @return self\n * @public\n */\n open(fn) {\n if (~this._readyState.indexOf(\"open\"))\n return this;\n this.engine = new Engine(this.uri, this.opts);\n const socket = this.engine;\n const self = this;\n this._readyState = \"opening\";\n this.skipReconnect = false;\n // emit `open`\n const openSubDestroy = on(socket, \"open\", function () {\n self.onopen();\n fn && fn();\n });\n // emit `error`\n const errorSub = on(socket, \"error\", (err) => {\n self.cleanup();\n self._readyState = \"closed\";\n this.emitReserved(\"error\", err);\n if (fn) {\n fn(err);\n }\n else {\n // Only do this if there is no fn to handle the error\n self.maybeReconnectOnOpen();\n }\n });\n if (false !== this._timeout) {\n const timeout = this._timeout;\n if (timeout === 0) {\n openSubDestroy(); // prevents a race condition with the 'open' event\n }\n // set timer\n const timer = this.setTimeoutFn(() => {\n openSubDestroy();\n socket.close();\n // @ts-ignore\n socket.emit(\"error\", new Error(\"timeout\"));\n }, timeout);\n if (this.opts.autoUnref) {\n timer.unref();\n }\n this.subs.push(function subDestroy() {\n clearTimeout(timer);\n });\n }\n this.subs.push(openSubDestroy);\n this.subs.push(errorSub);\n return this;\n }\n /**\n * Alias for open()\n *\n * @return self\n * @public\n */\n connect(fn) {\n return this.open(fn);\n }\n /**\n * Called upon transport open.\n *\n * @private\n */\n onopen() {\n // clear old subs\n this.cleanup();\n // mark as open\n this._readyState = \"open\";\n this.emitReserved(\"open\");\n // add new subs\n const socket = this.engine;\n this.subs.push(on(socket, \"ping\", this.onping.bind(this)), on(socket, \"data\", this.ondata.bind(this)), on(socket, \"error\", this.onerror.bind(this)), on(socket, \"close\", this.onclose.bind(this)), on(this.decoder, \"decoded\", this.ondecoded.bind(this)));\n }\n /**\n * Called upon a ping.\n *\n * @private\n */\n onping() {\n this.emitReserved(\"ping\");\n }\n /**\n * Called with data.\n *\n * @private\n */\n ondata(data) {\n try {\n this.decoder.add(data);\n }\n catch (e) {\n this.onclose(\"parse error\", e);\n }\n }\n /**\n * Called when parser fully decodes a packet.\n *\n * @private\n */\n ondecoded(packet) {\n // the nextTick call prevents an exception in a user-provided event listener from triggering a disconnection due to a \"parse error\"\n nextTick(() => {\n this.emitReserved(\"packet\", packet);\n }, this.setTimeoutFn);\n }\n /**\n * Called upon socket error.\n *\n * @private\n */\n onerror(err) {\n this.emitReserved(\"error\", err);\n }\n /**\n * Creates a new socket for the given `nsp`.\n *\n * @return {Socket}\n * @public\n */\n socket(nsp, opts) {\n let socket = this.nsps[nsp];\n if (!socket) {\n socket = new Socket(this, nsp, opts);\n this.nsps[nsp] = socket;\n }\n else if (this._autoConnect && !socket.active) {\n socket.connect();\n }\n return socket;\n }\n /**\n * Called upon a socket close.\n *\n * @param socket\n * @private\n */\n _destroy(socket) {\n const nsps = Object.keys(this.nsps);\n for (const nsp of nsps) {\n const socket = this.nsps[nsp];\n if (socket.active) {\n return;\n }\n }\n this._close();\n }\n /**\n * Writes a packet.\n *\n * @param packet\n * @private\n */\n _packet(packet) {\n const encodedPackets = this.encoder.encode(packet);\n for (let i = 0; i < encodedPackets.length; i++) {\n this.engine.write(encodedPackets[i], packet.options);\n }\n }\n /**\n * Clean up transport subscriptions and packet buffer.\n *\n * @private\n */\n cleanup() {\n this.subs.forEach((subDestroy) => subDestroy());\n this.subs.length = 0;\n this.decoder.destroy();\n }\n /**\n * Close the current socket.\n *\n * @private\n */\n _close() {\n this.skipReconnect = true;\n this._reconnecting = false;\n this.onclose(\"forced close\");\n if (this.engine)\n this.engine.close();\n }\n /**\n * Alias for close()\n *\n * @private\n */\n disconnect() {\n return this._close();\n }\n /**\n * Called upon engine close.\n *\n * @private\n */\n onclose(reason, description) {\n this.cleanup();\n this.backoff.reset();\n this._readyState = \"closed\";\n this.emitReserved(\"close\", reason, description);\n if (this._reconnection && !this.skipReconnect) {\n this.reconnect();\n }\n }\n /**\n * Attempt a reconnection.\n *\n * @private\n */\n reconnect() {\n if (this._reconnecting || this.skipReconnect)\n return this;\n const self = this;\n if (this.backoff.attempts >= this._reconnectionAttempts) {\n this.backoff.reset();\n this.emitReserved(\"reconnect_failed\");\n this._reconnecting = false;\n }\n else {\n const delay = this.backoff.duration();\n this._reconnecting = true;\n const timer = this.setTimeoutFn(() => {\n if (self.skipReconnect)\n return;\n this.emitReserved(\"reconnect_attempt\", self.backoff.attempts);\n // check again for the case socket closed in above events\n if (self.skipReconnect)\n return;\n self.open((err) => {\n if (err) {\n self._reconnecting = false;\n self.reconnect();\n this.emitReserved(\"reconnect_error\", err);\n }\n else {\n self.onreconnect();\n }\n });\n }, delay);\n if (this.opts.autoUnref) {\n timer.unref();\n }\n this.subs.push(function subDestroy() {\n clearTimeout(timer);\n });\n }\n }\n /**\n * Called upon successful reconnect.\n *\n * @private\n */\n onreconnect() {\n const attempt = this.backoff.attempts;\n this._reconnecting = false;\n this.backoff.reset();\n this.emitReserved(\"reconnect\", attempt);\n }\n}\n","import { url } from \"./url.js\";\nimport { Manager } from \"./manager.js\";\nimport { Socket } from \"./socket.js\";\n/**\n * Managers cache.\n */\nconst cache = {};\nfunction lookup(uri, opts) {\n if (typeof uri === \"object\") {\n opts = uri;\n uri = undefined;\n }\n opts = opts || {};\n const parsed = url(uri, opts.path || \"/socket.io\");\n const source = parsed.source;\n const id = parsed.id;\n const path = parsed.path;\n const sameNamespace = cache[id] && path in cache[id][\"nsps\"];\n const newConnection = opts.forceNew ||\n opts[\"force new connection\"] ||\n false === opts.multiplex ||\n sameNamespace;\n let io;\n if (newConnection) {\n io = new Manager(source, opts);\n }\n else {\n if (!cache[id]) {\n cache[id] = new Manager(source, opts);\n }\n io = cache[id];\n }\n if (parsed.query && !opts.query) {\n opts.query = parsed.queryKey;\n }\n return io.socket(parsed.path, opts);\n}\n// so that \"lookup\" can be used both as a function (e.g. `io(...)`) and as a\n// namespace (e.g. `io.connect(...)`), for backward compatibility\nObject.assign(lookup, {\n Manager,\n Socket,\n io: lookup,\n connect: lookup,\n});\n/**\n * Protocol version.\n *\n * @public\n */\nexport { protocol } from \"socket.io-parser\";\n/**\n * Expose constructors for standalone build.\n *\n * @public\n */\nexport { Manager, Socket, lookup as io, lookup as connect, lookup as default, };\n","import { parse } from \"engine.io-client\";\n/**\n * URL parser.\n *\n * @param uri - url\n * @param path - the request path of the connection\n * @param loc - An object meant to mimic window.location.\n * Defaults to window.location.\n * @public\n */\nexport function url(uri, path = \"\", loc) {\n let obj = uri;\n // default to window.location\n loc = loc || (typeof location !== \"undefined\" && location);\n if (null == uri)\n uri = loc.protocol + \"//\" + loc.host;\n // relative path support\n if (typeof uri === \"string\") {\n if (\"/\" === uri.charAt(0)) {\n if (\"/\" === uri.charAt(1)) {\n uri = loc.protocol + uri;\n }\n else {\n uri = loc.host + uri;\n }\n }\n if (!/^(https?|wss?):\\/\\//.test(uri)) {\n if (\"undefined\" !== typeof loc) {\n uri = loc.protocol + \"//\" + uri;\n }\n else {\n uri = \"https://\" + uri;\n }\n }\n // parse\n obj = parse(uri);\n }\n // make sure we treat `localhost:80` and `localhost` equally\n if (!obj.port) {\n if (/^(http|ws)$/.test(obj.protocol)) {\n obj.port = \"80\";\n }\n else if (/^(http|ws)s$/.test(obj.protocol)) {\n obj.port = \"443\";\n }\n }\n obj.path = obj.path || \"/\";\n const ipv6 = obj.host.indexOf(\":\") !== -1;\n const host = ipv6 ? \"[\" + obj.host + \"]\" : obj.host;\n // define unique id\n obj.id = obj.protocol + \"://\" + host + \":\" + obj.port + path;\n // define href\n obj.href =\n obj.protocol +\n \"://\" +\n host +\n (loc && loc.port === obj.port ? \"\" : \":\" + obj.port);\n return obj;\n}\n"],"names":["PACKET_TYPES","Object","create","PACKET_TYPES_REVERSE","keys","forEach","key","ERROR_PACKET","type","data","withNativeBlob","Blob","prototype","toString","call","withNativeArrayBuffer","ArrayBuffer","encodePacket","supportsBinary","callback","obj","encodeBlobAsBase64","isView","buffer","fileReader","FileReader","onload","content","result","split","readAsDataURL","chars","lookup","Uint8Array","i","length","charCodeAt","decodePacket","encodedPacket","binaryType","mapBinary","charAt","decodeBase64Packet","substring","decoded","base64","encoded1","encoded2","encoded3","encoded4","bufferLength","len","p","arraybuffer","bytes","decode","SEPARATOR","String","fromCharCode","Emitter","mixin","on","addEventListener","event","fn","this","_callbacks","push","once","off","apply","arguments","removeListener","removeAllListeners","removeEventListener","cb","callbacks","splice","emit","args","Array","slice","emitReserved","listeners","hasListeners","globalThisShim","self","window","Function","pick","_len","attr","_key","reduce","acc","k","hasOwnProperty","NATIVE_SET_TIMEOUT","globalThis","setTimeout","NATIVE_CLEAR_TIMEOUT","clearTimeout","installTimerFunctions","opts","useNativeTimers","setTimeoutFn","bind","clearTimeoutFn","prev","TransportError","reason","description","context","_this","_classCallCheck","_super","Error","Transport","_Emitter","_inherits","_super2","_createSuper","_this2","writable","_assertThisInitialized","query","socket","_createClass","value","_get","_getPrototypeOf","readyState","doOpen","doClose","onClose","packets","write","packet","onPacket","details","onPause","alphabet","map","seed","encode","num","encoded","Math","floor","yeast","now","Date","str","encodeURIComponent","qs","qry","pairs","l","pair","decodeURIComponent","XMLHttpRequest","err","hasCORS","XHR","xdomain","e","concat","join","empty","hasXHR2","responseType","Polling","_Transport","polling","location","isSSL","protocol","port","xd","hostname","xs","secure","forceBase64","get","poll","pause","total","doPoll","_this3","encodedPayload","encodedPackets","decodedPacket","decodePayload","onOpen","_this4","close","_this5","count","encodePayload","doWrite","schema","timestampRequests","timestampParam","sid","b64","Number","encodedQuery","indexOf","path","_extends","Request","uri","_this6","req","request","method","xhrStatus","onError","_this7","onData","pollXhr","_this8","async","undefined","_this9","xscheme","xhr","open","extraHeaders","setDisableHeaderCheck","setRequestHeader","withCredentials","requestTimeout","timeout","onreadystatechange","status","onLoad","send","document","index","requestsCount","requests","cleanup","fromError","abort","responseText","attachEvent","unloadHandler","nextTick","Promise","resolve","then","WebSocket","MozWebSocket","isReactNative","navigator","product","toLowerCase","WS","check","protocols","headers","ws","addEventListeners","onopen","autoUnref","_socket","unref","onclose","closeEvent","onmessage","ev","onerror","_loop","lastPacket","transports","websocket","re","parts","parse","src","b","replace","m","exec","source","host","authority","ipv6uri","pathNames","regx","names","queryKey","$0","$1","$2","Socket","writeBuffer","prevBufferLen","agent","upgrade","rememberUpgrade","addTrailingSlash","rejectUnauthorized","perMessageDeflate","threshold","transportOptions","closeOnBeforeunload","id","upgrades","pingInterval","pingTimeout","pingTimeoutTimer","beforeunloadEventListener","transport","offlineEventListener","name","EIO","priorWebsocketSuccess","createTransport","shift","setTransport","onDrain","failed","onTransportOpen","msg","upgrading","flush","freezeTransport","error","onTransportClose","onupgrade","to","probe","onHandshake","JSON","resetPingTimeout","sendPacket","code","filterUpgrades","maxPayload","getWritablePackets","payloadSize","c","utf8Length","ceil","byteLength","size","options","compress","cleanupAndClose","waitForUpgrade","filteredUpgrades","j","Socket$1","withNativeFile","File","isBinary","hasBinary","toJSON","_typeof","isArray","deconstructPacket","buffers","packetData","pack","_deconstructPacket","attachments","placeholder","_placeholder","newData","reconstructPacket","_reconstructPacket","PacketType","Encoder","replacer","EVENT","ACK","encodeAsString","encodeAsBinary","BINARY_EVENT","BINARY_ACK","nsp","stringify","deconstruction","unshift","Decoder","reviver","reconstructor","isBinaryEvent","decodeString","BinaryReconstructor","takeBinaryData","start","buf","next","payload","tryParse","substr","isPayloadValid","finishedReconstruction","CONNECT","DISCONNECT","CONNECT_ERROR","reconPack","binData","RESERVED_EVENTS","freeze","connect","connect_error","disconnect","disconnecting","newListener","io","connected","recovered","receiveBuffer","sendBuffer","_queue","_queueSeq","ids","acks","flags","auth","_opts","_autoConnect","subs","onpacket","subEvents","_readyState","_len2","_key2","retries","fromQueue","_addToQueue","ack","pop","_registerAckCallback","isTransportWritable","engine","discardPacket","notifyOutgoingListeners","_a","ackTimeout","timer","_len3","_key3","_len4","_key4","withErr","reject","arg1","arg2","tryCount","pending","hasError","_len5","responseArgs","_key5","_drainQueue","force","_packet","_sendConnectPacket","_pid","pid","offset","_lastOffset","onconnect","onevent","onack","ondisconnect","destroy","message","emitEvent","_anyListeners","_step","_iterator","_createForOfIteratorHelper","s","n","done","f","sent","_len6","_key6","emitBuffered","subDestroy","listener","_anyOutgoingListeners","_step2","_iterator2","Backoff","ms","min","max","factor","jitter","attempts","duration","pow","rand","random","deviation","reset","setMin","setMax","setJitter","Manager","nsps","reconnection","reconnectionAttempts","Infinity","reconnectionDelay","reconnectionDelayMax","randomizationFactor","backoff","_parser","parser","encoder","decoder","autoConnect","v","_reconnection","_reconnectionAttempts","_reconnectionDelay","_randomizationFactor","_reconnectionDelayMax","_timeout","_reconnecting","reconnect","Engine","skipReconnect","openSubDestroy","errorSub","maybeReconnectOnOpen","onping","ondata","ondecoded","add","active","_i","_nsps","_close","delay","onreconnect","attempt","cache","parsed","loc","test","href","url","sameNamespace","forceNew","multiplex"],"mappings":";;;;;0xIAAA,IAAMA,EAAeC,OAAOC,OAAO,MACnCF,EAAY,KAAW,IACvBA,EAAY,MAAY,IACxBA,EAAY,KAAW,IACvBA,EAAY,KAAW,IACvBA,EAAY,QAAc,IAC1BA,EAAY,QAAc,IAC1BA,EAAY,KAAW,IACvB,IAAMG,EAAuBF,OAAOC,OAAO,MAC3CD,OAAOG,KAAKJ,GAAcK,SAAQ,SAAAC,GAC9BH,EAAqBH,EAAaM,IAAQA,CAC7C,ICRD,IDSA,IAAMC,EAAe,CAAEC,KAAM,QAASC,KAAM,gBEXtCC,EAAiC,mBAATC,MACT,oBAATA,MACqC,6BAAzCV,OAAOW,UAAUC,SAASC,KAAKH,MACjCI,EAA+C,mBAAhBC,YAO/BC,EAAe,WAAiBC,EAAgBC,GAAa,IALpDC,EAKSZ,IAAAA,KAAMC,IAAAA,KAC1B,OAAIC,GAAkBD,aAAgBE,KAC9BO,EACOC,EAASV,GAGTY,EAAmBZ,EAAMU,GAG/BJ,IACJN,aAAgBO,cAfVI,EAegCX,EAdN,mBAAvBO,YAAYM,OACpBN,YAAYM,OAAOF,GACnBA,GAAOA,EAAIG,kBAAkBP,cAa3BE,EACOC,EAASV,GAGTY,EAAmB,IAAIV,KAAK,CAACF,IAAQU,GAI7CA,EAASnB,EAAaQ,IAASC,GAAQ,IACjD,EACKY,EAAqB,SAACZ,EAAMU,GAC9B,IAAMK,EAAa,IAAIC,WAKvB,OAJAD,EAAWE,OAAS,WAChB,IAAMC,EAAUH,EAAWI,OAAOC,MAAM,KAAK,GAC7CV,EAAS,IAAMQ,IAEZH,EAAWM,cAAcrB,EACnC,EDvCKsB,EAAQ,mEAERC,EAA+B,oBAAfC,WAA6B,GAAK,IAAIA,WAAW,KAC9DC,EAAI,EAAGA,EAAIH,EAAMI,OAAQD,IAC9BF,EAAOD,EAAMK,WAAWF,IAAMA,EAkB3B,IEpBDnB,EAA+C,mBAAhBC,YAC/BqB,EAAe,SAACC,EAAeC,GACjC,GAA6B,iBAAlBD,EACP,MAAO,CACH9B,KAAM,UACNC,KAAM+B,EAAUF,EAAeC,IAGvC,IAAM/B,EAAO8B,EAAcG,OAAO,GAClC,MAAa,MAATjC,EACO,CACHA,KAAM,UACNC,KAAMiC,EAAmBJ,EAAcK,UAAU,GAAIJ,IAG1CpC,EAAqBK,GAIjC8B,EAAcH,OAAS,EACxB,CACE3B,KAAML,EAAqBK,GAC3BC,KAAM6B,EAAcK,UAAU,IAEhC,CACEnC,KAAML,EAAqBK,IARxBD,CAUd,EACKmC,EAAqB,SAACjC,EAAM8B,GAC9B,GAAIxB,EAAuB,CACvB,IAAM6B,EFVQ,SAACC,GACnB,IAA8DX,EAAUY,EAAUC,EAAUC,EAAUC,EAAlGC,EAA+B,IAAhBL,EAAOV,OAAegB,EAAMN,EAAOV,OAAWiB,EAAI,EACnC,MAA9BP,EAAOA,EAAOV,OAAS,KACvBe,IACkC,MAA9BL,EAAOA,EAAOV,OAAS,IACvBe,KAGR,IAAMG,EAAc,IAAIrC,YAAYkC,GAAeI,EAAQ,IAAIrB,WAAWoB,GAC1E,IAAKnB,EAAI,EAAGA,EAAIiB,EAAKjB,GAAK,EACtBY,EAAWd,EAAOa,EAAOT,WAAWF,IACpCa,EAAWf,EAAOa,EAAOT,WAAWF,EAAI,IACxCc,EAAWhB,EAAOa,EAAOT,WAAWF,EAAI,IACxCe,EAAWjB,EAAOa,EAAOT,WAAWF,EAAI,IACxCoB,EAAMF,KAAQN,GAAY,EAAMC,GAAY,EAC5CO,EAAMF,MAAoB,GAAXL,IAAkB,EAAMC,GAAY,EACnDM,EAAMF,MAAoB,EAAXJ,IAAiB,EAAiB,GAAXC,EAE1C,OAAOI,CACV,CETuBE,CAAO9C,GACvB,OAAO+B,EAAUI,EAASL,EAC7B,CAEG,MAAO,CAAEM,QAAQ,EAAMpC,KAAAA,EAE9B,EACK+B,EAAY,SAAC/B,EAAM8B,GACrB,MACS,SADDA,GAEO9B,aAAgBO,YAAc,IAAIL,KAAK,CAACF,IAGxCA,CAElB,EC7CK+C,EAAYC,OAAOC,aAAa,ICI/B,SAASC,EAAQvC,GACtB,GAAIA,EAAK,OAWX,SAAeA,GACb,IAAK,IAAId,KAAOqD,EAAQ/C,UACtBQ,EAAId,GAAOqD,EAAQ/C,UAAUN,GAE/B,OAAOc,CACR,CAhBiBwC,CAAMxC,EACvB,CA0BDuC,EAAQ/C,UAAUiD,GAClBF,EAAQ/C,UAAUkD,iBAAmB,SAASC,EAAOC,GAInD,OAHAC,KAAKC,WAAaD,KAAKC,YAAc,CAAA,GACpCD,KAAKC,WAAW,IAAMH,GAASE,KAAKC,WAAW,IAAMH,IAAU,IAC7DI,KAAKH,GACDC,IACR,EAYDN,EAAQ/C,UAAUwD,KAAO,SAASL,EAAOC,GACvC,SAASH,IACPI,KAAKI,IAAIN,EAAOF,GAChBG,EAAGM,MAAML,KAAMM,UAChB,CAID,OAFAV,EAAGG,GAAKA,EACRC,KAAKJ,GAAGE,EAAOF,GACRI,IACR,EAYDN,EAAQ/C,UAAUyD,IAClBV,EAAQ/C,UAAU4D,eAClBb,EAAQ/C,UAAU6D,mBAClBd,EAAQ/C,UAAU8D,oBAAsB,SAASX,EAAOC,GAItD,GAHAC,KAAKC,WAAaD,KAAKC,YAAc,CAAA,EAGjC,GAAKK,UAAUpC,OAEjB,OADA8B,KAAKC,WAAa,GACXD,KAIT,IAUIU,EAVAC,EAAYX,KAAKC,WAAW,IAAMH,GACtC,IAAKa,EAAW,OAAOX,KAGvB,GAAI,GAAKM,UAAUpC,OAEjB,cADO8B,KAAKC,WAAW,IAAMH,GACtBE,KAKT,IAAK,IAAI/B,EAAI,EAAGA,EAAI0C,EAAUzC,OAAQD,IAEpC,IADAyC,EAAKC,EAAU1C,MACJ8B,GAAMW,EAAGX,KAAOA,EAAI,CAC7BY,EAAUC,OAAO3C,EAAG,GACpB,KACD,CASH,OAJyB,IAArB0C,EAAUzC,eACL8B,KAAKC,WAAW,IAAMH,GAGxBE,IACR,EAUDN,EAAQ/C,UAAUkE,KAAO,SAASf,GAChCE,KAAKC,WAAaD,KAAKC,YAAc,CAAA,EAKrC,IAHA,IAAIa,EAAO,IAAIC,MAAMT,UAAUpC,OAAS,GACpCyC,EAAYX,KAAKC,WAAW,IAAMH,GAE7B7B,EAAI,EAAGA,EAAIqC,UAAUpC,OAAQD,IACpC6C,EAAK7C,EAAI,GAAKqC,UAAUrC,GAG1B,GAAI0C,EAEG,CAAI1C,EAAI,EAAb,IAAK,IAAWiB,GADhByB,EAAYA,EAAUK,MAAM,IACI9C,OAAQD,EAAIiB,IAAOjB,EACjD0C,EAAU1C,GAAGoC,MAAML,KAAMc,EADK5C,CAKlC,OAAO8B,IACR,EAGDN,EAAQ/C,UAAUsE,aAAevB,EAAQ/C,UAAUkE,KAUnDnB,EAAQ/C,UAAUuE,UAAY,SAASpB,GAErC,OADAE,KAAKC,WAAaD,KAAKC,YAAc,CAAA,EAC9BD,KAAKC,WAAW,IAAMH,IAAU,EACxC,EAUDJ,EAAQ/C,UAAUwE,aAAe,SAASrB,GACxC,QAAUE,KAAKkB,UAAUpB,GAAO5B,MACjC,ECxKM,IAAMkD,EACW,oBAATC,KACAA,KAEgB,oBAAXC,OACLA,OAGAC,SAAS,cAATA,GCPR,SAASC,EAAKrE,GAAc,IAAA,IAAAsE,EAAAnB,UAAApC,OAANwD,EAAM,IAAAX,MAAAU,EAAA,EAAAA,EAAA,EAAA,GAAAE,EAAA,EAAAA,EAAAF,EAAAE,IAAND,EAAMC,EAAA,GAAArB,UAAAqB,GAC/B,OAAOD,EAAKE,QAAO,SAACC,EAAKC,GAIrB,OAHI3E,EAAI4E,eAAeD,KACnBD,EAAIC,GAAK3E,EAAI2E,IAEVD,CAJJ,GAKJ,CALI,EAMV,CAED,IAAMG,EAAqBC,EAAWC,WAChCC,EAAuBF,EAAWG,aACjC,SAASC,EAAsBlF,EAAKmF,GACnCA,EAAKC,iBACLpF,EAAIqF,aAAeR,EAAmBS,KAAKR,GAC3C9E,EAAIuF,eAAiBP,EAAqBM,KAAKR,KAG/C9E,EAAIqF,aAAeP,EAAWC,WAAWO,KAAKR,GAC9C9E,EAAIuF,eAAiBT,EAAWG,aAAaK,KAAKR,GAEzD,KClBoBU,ECAfC,gCACF,SAAAA,EAAYC,EAAQC,EAAaC,GAAS,IAAAC,EAAA,OAAAC,EAAAjD,KAAA4C,IACtCI,EAAAE,EAAArG,KAAAmD,KAAM6C,IACDC,YAAcA,EACnBE,EAAKD,QAAUA,EACfC,EAAKzG,KAAO,iBAJ0ByG,CAKzC,gBANwBG,QAQhBC,EAAb,SAAAC,GAAAC,EAAAF,EAAAC,GAAA,IAAAE,EAAAC,EAAAJ,GAOI,SAAAA,EAAYd,GAAM,IAAAmB,EAAA,OAAAR,EAAAjD,KAAAoD,IACdK,EAAAF,EAAA1G,KAAAmD,OACK0D,UAAW,EAChBrB,EAAqBsB,EAAAF,GAAOnB,GAC5BmB,EAAKnB,KAAOA,EACZmB,EAAKG,MAAQtB,EAAKsB,MAClBH,EAAKI,OAASvB,EAAKuB,OANLJ,CAOjB,CAdL,OAAAK,EAAAV,EAAA,CAAA,CAAA/G,IAAA,UAAA0H,MAwBI,SAAQlB,EAAQC,EAAaC,GAEzB,OADAiB,EAAmBC,EAAAb,EAAAzG,WAAA,eAAAqD,MAAAnD,KAAAmD,KAAA,QAAS,IAAI4C,EAAeC,EAAQC,EAAaC,IAC7D/C,IACV,GA3BL,CAAA3D,IAAA,OAAA0H,MA+BI,WAGI,OAFA/D,KAAKkE,WAAa,UAClBlE,KAAKmE,SACEnE,IACV,GAnCL,CAAA3D,IAAA,QAAA0H,MAuCI,WAKI,MAJwB,YAApB/D,KAAKkE,YAAgD,SAApBlE,KAAKkE,aACtClE,KAAKoE,UACLpE,KAAKqE,WAEFrE,IACV,GA7CL,CAAA3D,IAAA,OAAA0H,MAmDI,SAAKO,GACuB,SAApBtE,KAAKkE,YACLlE,KAAKuE,MAAMD,EAKlB,GA1DL,CAAAjI,IAAA,SAAA0H,MAgEI,WACI/D,KAAKkE,WAAa,OAClBlE,KAAK0D,UAAW,EAChBM,EAAAC,EAAAb,EAAAzG,WAAA,eAAAqD,MAAAnD,KAAAmD,KAAmB,OACtB,GApEL,CAAA3D,IAAA,SAAA0H,MA2EI,SAAOvH,GACH,IAAMgI,EAASpG,EAAa5B,EAAMwD,KAAK6D,OAAOvF,YAC9C0B,KAAKyE,SAASD,EACjB,GA9EL,CAAAnI,IAAA,WAAA0H,MAoFI,SAASS,GACLR,EAAmBC,EAAAb,EAAAzG,WAAA,eAAAqD,MAAAnD,KAAAmD,KAAA,SAAUwE,EAChC,GAtFL,CAAAnI,IAAA,UAAA0H,MA4FI,SAAQW,GACJ1E,KAAKkE,WAAa,SAClBF,EAAmBC,EAAAb,EAAAzG,WAAA,eAAAqD,MAAAnD,KAAAmD,KAAA,QAAS0E,EAC/B,GA/FL,CAAArI,IAAA,QAAA0H,MAqGI,SAAMY,GAAY,KArGtBvB,CAAA,CAAA,CAA+B1D,GDTzBkF,EAAW,mEAAmEhH,MAAM,IAAkBiH,EAAM,CAAA,EAC9GC,EAAO,EAAG7G,EAAI,EAQX,SAAS8G,EAAOC,GACnB,IAAIC,EAAU,GACd,GACIA,EAAUL,EAASI,EAZ6E,IAY7DC,EACnCD,EAAME,KAAKC,MAAMH,EAb+E,UAc3FA,EAAM,GACf,OAAOC,CACV,CAqBM,SAASG,IACZ,IAAMC,EAAMN,GAAQ,IAAIO,MACxB,OAAID,IAAQ1C,GACDmC,EAAO,EAAGnC,EAAO0C,GACrBA,EAAM,IAAMN,EAAOD,IAC7B,CAID,KAAO7G,EA9CiG,GA8CrFA,IACf4G,EAAID,EAAS3G,IAAMA,EEzChB,SAAS8G,EAAO5H,GACnB,IAAIoI,EAAM,GACV,IAAK,IAAItH,KAAKd,EACNA,EAAI4E,eAAe9D,KACfsH,EAAIrH,SACJqH,GAAO,KACXA,GAAOC,mBAAmBvH,GAAK,IAAMuH,mBAAmBrI,EAAIc,KAGpE,OAAOsH,CACV,CAOM,SAASjG,EAAOmG,GAGnB,IAFA,IAAIC,EAAM,CAAA,EACNC,EAAQF,EAAG7H,MAAM,KACZK,EAAI,EAAG2H,EAAID,EAAMzH,OAAQD,EAAI2H,EAAG3H,IAAK,CAC1C,IAAI4H,EAAOF,EAAM1H,GAAGL,MAAM,KAC1B8H,EAAII,mBAAmBD,EAAK,KAAOC,mBAAmBD,EAAK,GAC9D,CACD,OAAOH,CACV,CChCD,IAAI3B,GAAQ,EACZ,IACIA,EAAkC,oBAAnBgC,gBACX,oBAAqB,IAAIA,cAKhC,CAHD,MAAOC,GAGN,CACM,IAAMC,EAAUlC,ECPhB,SAASmC,EAAI5D,GAChB,IAAM6D,EAAU7D,EAAK6D,QAErB,IACI,GAAI,oBAAuBJ,kBAAoBI,GAAWF,GACtD,OAAO,IAAIF,cAGN,CAAb,MAAOK,GAAM,CACb,IAAKD,EACD,IACI,OAAO,IAAIlE,EAAW,CAAC,UAAUoE,OAAO,UAAUC,KAAK,OAAM,oBAEpD,CAAb,MAAOF,GAAM,CAEpB,CCVD,SAASG,IAAW,CACpB,IAAMC,GAIK,MAHK,IAAIT,EAAe,CAC3BI,SAAS,IAEMM,aAEVC,GAAb,SAAAC,GAAArD,EAAAoD,EAAAC,GAAA,IAAAzD,EAAAM,EAAAkD,GAOI,SAAAA,EAAYpE,GAAM,IAAAU,EAGd,GAHcC,EAAAjD,KAAA0G,IACd1D,EAAAE,EAAArG,KAAAmD,KAAMsC,IACDsE,SAAU,EACS,oBAAbC,SAA0B,CACjC,IAAMC,EAAQ,WAAaD,SAASE,SAChCC,EAAOH,SAASG,KAEfA,IACDA,EAAOF,EAAQ,MAAQ,MAE3B9D,EAAKiE,GACoB,oBAAbJ,UACJvE,EAAK4E,WAAaL,SAASK,UAC3BF,IAAS1E,EAAK0E,KACtBhE,EAAKmE,GAAK7E,EAAK8E,SAAWN,CAC7B,CAID,IAAMO,EAAc/E,GAAQA,EAAK+E,YAnBnB,OAoBdrE,EAAK/F,eAAiBuJ,KAAYa,EApBpBrE,CAqBjB,CA5BL,OAAAc,EAAA4C,EAAA,CAAA,CAAArK,IAAA,OAAAiL,IA6BI,WACI,MAAO,SACV,GA/BL,CAAAjL,IAAA,SAAA0H,MAsCI,WACI/D,KAAKuH,MACR,GAxCL,CAAAlL,IAAA,QAAA0H,MA+CI,SAAMY,GAAS,IAAAlB,EAAAzD,KACXA,KAAKkE,WAAa,UAClB,IAAMsD,EAAQ,WACV/D,EAAKS,WAAa,SAClBS,KAEJ,GAAI3E,KAAK4G,UAAY5G,KAAK0D,SAAU,CAChC,IAAI+D,EAAQ,EACRzH,KAAK4G,UACLa,IACAzH,KAAKG,KAAK,gBAAgB,aACpBsH,GAASD,QAGdxH,KAAK0D,WACN+D,IACAzH,KAAKG,KAAK,SAAS,aACbsH,GAASD,OAGtB,MAEGA,GAEP,GAvEL,CAAAnL,IAAA,OAAA0H,MA6EI,WACI/D,KAAK4G,SAAU,EACf5G,KAAK0H,SACL1H,KAAKiB,aAAa,OACrB,GAjFL,CAAA5E,IAAA,SAAA0H,MAuFI,SAAOvH,GAAM,IAAAmL,EAAA3H,MTpFK,SAAC4H,EAAgBtJ,GAGnC,IAFA,IAAMuJ,EAAiBD,EAAehK,MAAM2B,GACtC+E,EAAU,GACPrG,EAAI,EAAGA,EAAI4J,EAAe3J,OAAQD,IAAK,CAC5C,IAAM6J,EAAgB1J,EAAayJ,EAAe5J,GAAIK,GAEtD,GADAgG,EAAQpE,KAAK4H,GACc,UAAvBA,EAAcvL,KACd,KAEP,CACD,OAAO+H,CACV,ESwFOyD,CAAcvL,EAAMwD,KAAK6D,OAAOvF,YAAYlC,SAd3B,SAACoI,GAMd,GAJI,YAAcmD,EAAKzD,YAA8B,SAAhBM,EAAOjI,MACxCoL,EAAKK,SAGL,UAAYxD,EAAOjI,KAEnB,OADAoL,EAAKtD,QAAQ,CAAEvB,YAAa,oCACrB,EAGX6E,EAAKlD,SAASD,EACjB,IAIG,WAAaxE,KAAKkE,aAElBlE,KAAK4G,SAAU,EACf5G,KAAKiB,aAAa,gBACd,SAAWjB,KAAKkE,YAChBlE,KAAKuH,OAKhB,GAlHL,CAAAlL,IAAA,UAAA0H,MAwHI,WAAU,IAAAkE,EAAAjI,KACAkI,EAAQ,WACVD,EAAK1D,MAAM,CAAC,CAAEhI,KAAM,YAEpB,SAAWyD,KAAKkE,WAChBgE,IAKAlI,KAAKG,KAAK,OAAQ+H,EAEzB,GApIL,CAAA7L,IAAA,QAAA0H,MA2II,SAAMO,GAAS,IAAA6D,EAAAnI,KACXA,KAAK0D,UAAW,ETxJF,SAACY,EAASpH,GAE5B,IAAMgB,EAASoG,EAAQpG,OACjB2J,EAAiB,IAAI9G,MAAM7C,GAC7BkK,EAAQ,EACZ9D,EAAQlI,SAAQ,SAACoI,EAAQvG,GAErBjB,EAAawH,GAAQ,GAAO,SAAAnG,GACxBwJ,EAAe5J,GAAKI,IACd+J,IAAUlK,GACZhB,EAAS2K,EAAevB,KAAK/G,GAEpC,MAER,CS2IO8I,CAAc/D,GAAS,SAAC9H,GACpB2L,EAAKG,QAAQ9L,GAAM,WACf2L,EAAKzE,UAAW,EAChByE,EAAKlH,aAAa,WAEzB,GACJ,GAnJL,CAAA5E,IAAA,MAAA0H,MAyJI,WACI,IAAIH,EAAQ5D,KAAK4D,OAAS,GACpB2E,EAASvI,KAAKsC,KAAK8E,OAAS,QAAU,OACxCJ,EAAO,IAEP,IAAUhH,KAAKsC,KAAKkG,oBACpB5E,EAAM5D,KAAKsC,KAAKmG,gBAAkBrD,KAEjCpF,KAAK/C,gBAAmB2G,EAAM8E,MAC/B9E,EAAM+E,IAAM,GAGZ3I,KAAKsC,KAAK0E,OACR,UAAYuB,GAAqC,MAA3BK,OAAO5I,KAAKsC,KAAK0E,OACpC,SAAWuB,GAAqC,KAA3BK,OAAO5I,KAAKsC,KAAK0E,SAC3CA,EAAO,IAAMhH,KAAKsC,KAAK0E,MAE3B,IAAM6B,EAAe9D,EAAOnB,GAE5B,OAAQ2E,EACJ,QAF8C,IAArCvI,KAAKsC,KAAK4E,SAAS4B,QAAQ,KAG5B,IAAM9I,KAAKsC,KAAK4E,SAAW,IAAMlH,KAAKsC,KAAK4E,UACnDF,EACAhH,KAAKsC,KAAKyG,MACTF,EAAa3K,OAAS,IAAM2K,EAAe,GACnD,GAlLL,CAAAxM,IAAA,UAAA0H,MAyLI,WAAmB,IAAXzB,yDAAO,CAAA,EAEX,OADA0G,EAAc1G,EAAM,CAAE2E,GAAIjH,KAAKiH,GAAIE,GAAInH,KAAKmH,IAAMnH,KAAKsC,MAChD,IAAI2G,GAAQjJ,KAAKkJ,MAAO5G,EAClC,GA5LL,CAAAjG,IAAA,UAAA0H,MAoMI,SAAQvH,EAAMuD,GAAI,IAAAoJ,EAAAnJ,KACRoJ,EAAMpJ,KAAKqJ,QAAQ,CACrBC,OAAQ,OACR9M,KAAMA,IAEV4M,EAAIxJ,GAAG,UAAWG,GAClBqJ,EAAIxJ,GAAG,SAAS,SAAC2J,EAAWxG,GACxBoG,EAAKK,QAAQ,iBAAkBD,EAAWxG,KAEjD,GA7ML,CAAA1G,IAAA,SAAA0H,MAmNI,WAAS,IAAA0F,EAAAzJ,KACCoJ,EAAMpJ,KAAKqJ,UACjBD,EAAIxJ,GAAG,OAAQI,KAAK0J,OAAOjH,KAAKzC,OAChCoJ,EAAIxJ,GAAG,SAAS,SAAC2J,EAAWxG,GACxB0G,EAAKD,QAAQ,iBAAkBD,EAAWxG,MAE9C/C,KAAK2J,QAAUP,CAClB,KA1NL1C,CAAA,CAAA,CAA6BtD,GA4NhB6F,GAAb,SAAA5F,GAAAC,EAAA2F,EAAA5F,GAAA,IAAAE,EAAAC,EAAAyF,GAOI,SAAYC,EAAAA,EAAK5G,GAAM,IAAAsH,EAAA,OAAA3G,EAAAjD,KAAAiJ,GAEnB5G,EAAqBsB,EADrBiG,EAAArG,EAAA1G,KAAAmD,OAC4BsC,GAC5BsH,EAAKtH,KAAOA,EACZsH,EAAKN,OAAShH,EAAKgH,QAAU,MAC7BM,EAAKV,IAAMA,EACXU,EAAKC,OAAQ,IAAUvH,EAAKuH,MAC5BD,EAAKpN,UAAOsN,IAAcxH,EAAK9F,KAAO8F,EAAK9F,KAAO,KAClDoN,EAAK3N,SARc2N,CAStB,CAhBL,OAAA9F,EAAAmF,EAAA,CAAA,CAAA5M,IAAA,SAAA0H,MAsBI,WAAS,IAAAgG,EAAA/J,KACCsC,EAAOd,EAAKxB,KAAKsC,KAAM,QAAS,MAAO,MAAO,aAAc,OAAQ,KAAM,UAAW,qBAAsB,aACjHA,EAAK6D,UAAYnG,KAAKsC,KAAK2E,GAC3B3E,EAAK0H,UAAYhK,KAAKsC,KAAK6E,GAC3B,IAAM8C,EAAOjK,KAAKiK,IAAM,IAAIlE,EAAezD,GAC3C,IACI2H,EAAIC,KAAKlK,KAAKsJ,OAAQtJ,KAAKkJ,IAAKlJ,KAAK6J,OACrC,IACI,GAAI7J,KAAKsC,KAAK6H,aAEV,IAAK,IAAIlM,KADTgM,EAAIG,uBAAyBH,EAAIG,uBAAsB,GACzCpK,KAAKsC,KAAK6H,aAChBnK,KAAKsC,KAAK6H,aAAapI,eAAe9D,IACtCgM,EAAII,iBAAiBpM,EAAG+B,KAAKsC,KAAK6H,aAAalM,GAKlD,CAAb,MAAOmI,GAAM,CACb,GAAI,SAAWpG,KAAKsJ,OAChB,IACIW,EAAII,iBAAiB,eAAgB,2BAE5B,CAAb,MAAOjE,GAAM,CAEjB,IACI6D,EAAII,iBAAiB,SAAU,MApBnC,CAsBA,MAAOjE,GAtBP,CAwBI,oBAAqB6D,IACrBA,EAAIK,gBAAkBtK,KAAKsC,KAAKgI,iBAEhCtK,KAAKsC,KAAKiI,iBACVN,EAAIO,QAAUxK,KAAKsC,KAAKiI,gBAE5BN,EAAIQ,mBAAqB,WACjB,IAAMR,EAAI/F,aAEV,MAAQ+F,EAAIS,QAAU,OAAST,EAAIS,OACnCX,EAAKY,SAKLZ,EAAKvH,cAAa,WACduH,EAAKP,QAA8B,iBAAfS,EAAIS,OAAsBT,EAAIS,OAAS,EAD/D,GAEG,KAGXT,EAAIW,KAAK5K,KAAKxD,KAUjB,CARD,MAAO4J,GAOH,YAHApG,KAAKwC,cAAa,WACduH,EAAKP,QAAQpD,EADjB,GAEG,EAEN,CACuB,oBAAbyE,WACP7K,KAAK8K,MAAQ7B,EAAQ8B,gBACrB9B,EAAQ+B,SAAShL,KAAK8K,OAAS9K,KAEtC,GAtFL,CAAA3D,IAAA,UAAA0H,MA4FI,SAAQiC,GACJhG,KAAKiB,aAAa,QAAS+E,EAAKhG,KAAKiK,KACrCjK,KAAKiL,SAAQ,EAChB,GA/FL,CAAA5O,IAAA,UAAA0H,MAqGI,SAAQmH,GACJ,QAAI,IAAuBlL,KAAKiK,KAAO,OAASjK,KAAKiK,IAArD,CAIA,GADAjK,KAAKiK,IAAIQ,mBAAqBlE,EAC1B2E,EACA,IACIlL,KAAKiK,IAAIkB,OAEA,CAAb,MAAO/E,GAAM,CAEO,oBAAbyE,iBACA5B,EAAQ+B,SAAShL,KAAK8K,OAEjC9K,KAAKiK,IAAM,IAXV,CAYJ,GApHL,CAAA5N,IAAA,SAAA0H,MA0HI,WACI,IAAMvH,EAAOwD,KAAKiK,IAAImB,aACT,OAAT5O,IACAwD,KAAKiB,aAAa,OAAQzE,GAC1BwD,KAAKiB,aAAa,WAClBjB,KAAKiL,UAEZ,GAjIL,CAAA5O,IAAA,QAAA0H,MAuII,WACI/D,KAAKiL,SACR,KAzILhC,CAAA,CAAA,CAA6BvJ,GAkJ7B,GAPAuJ,GAAQ8B,cAAgB,EACxB9B,GAAQ+B,SAAW,CAAA,EAMK,oBAAbH,SAEP,GAA2B,mBAAhBQ,YAEPA,YAAY,WAAYC,SAEvB,GAAgC,mBAArBzL,iBAAiC,CAE7CA,iBADyB,eAAgBoC,EAAa,WAAa,SAChCqJ,IAAe,EACrD,CAEL,SAASA,KACL,IAAK,IAAIrN,KAAKgL,GAAQ+B,SACd/B,GAAQ+B,SAASjJ,eAAe9D,IAChCgL,GAAQ+B,SAAS/M,GAAGkN,OAG/B,CC7YM,IAAMI,GACqC,mBAAZC,SAAqD,mBAApBA,QAAQC,QAEhE,SAAC/K,GAAD,OAAQ8K,QAAQC,UAAUC,KAAKhL,IAG/B,SAACA,EAAI8B,GAAL,OAAsBA,EAAa9B,EAAI,IAGzCiL,GAAY1J,EAAW0J,WAAa1J,EAAW2J,aCHtDC,GAAqC,oBAAdC,WACI,iBAAtBA,UAAUC,SACmB,gBAApCD,UAAUC,QAAQC,cACTC,GAAb,SAAAtF,GAAArD,EAAA2I,EAAAtF,GAAA,IAAAzD,EAAAM,EAAAyI,GAOI,SAAAA,EAAY3J,GAAM,IAAAU,EAAA,OAAAC,EAAAjD,KAAAiM,IACdjJ,EAAAE,EAAArG,KAAAmD,KAAMsC,IACDrF,gBAAkBqF,EAAK+E,YAFdrE,CAGjB,CAVL,OAAAc,EAAAmI,EAAA,CAAA,CAAA5P,IAAA,OAAAiL,IAWI,WACI,MAAO,WACV,GAbL,CAAAjL,IAAA,SAAA0H,MAcI,WACI,GAAK/D,KAAKkM,QAAV,CAIA,IAAMhD,EAAMlJ,KAAKkJ,MACXiD,EAAYnM,KAAKsC,KAAK6J,UAEtB7J,EAAOuJ,GACP,CAAA,EACArK,EAAKxB,KAAKsC,KAAM,QAAS,oBAAqB,MAAO,MAAO,aAAc,OAAQ,KAAM,UAAW,qBAAsB,eAAgB,kBAAmB,SAAU,aAAc,SAAU,uBAChMtC,KAAKsC,KAAK6H,eACV7H,EAAK8J,QAAUpM,KAAKsC,KAAK6H,cAE7B,IACInK,KAAKqM,GACyBR,GAIpB,IAAIF,GAAUzC,EAAKiD,EAAW7J,GAH9B6J,EACI,IAAIR,GAAUzC,EAAKiD,GACnB,IAAIR,GAAUzC,EAK/B,CAFD,MAAOlD,GACH,OAAOhG,KAAKiB,aAAa,QAAS+E,EACrC,CACDhG,KAAKqM,GAAG/N,WAAa0B,KAAK6D,OAAOvF,YDrCR,cCsCzB0B,KAAKsM,mBAtBJ,CAuBJ,GAzCL,CAAAjQ,IAAA,oBAAA0H,MA+CI,WAAoB,IAAAN,EAAAzD,KAChBA,KAAKqM,GAAGE,OAAS,WACT9I,EAAKnB,KAAKkK,WACV/I,EAAK4I,GAAGI,QAAQC,QAEpBjJ,EAAKuE,UAEThI,KAAKqM,GAAGM,QAAU,SAACC,GAAD,OAAgBnJ,EAAKY,QAAQ,CAC3CvB,YAAa,8BACbC,QAAS6J,KAEb5M,KAAKqM,GAAGQ,UAAY,SAACC,GAAD,OAAQrJ,EAAKiG,OAAOoD,EAAGtQ,OAC3CwD,KAAKqM,GAAGU,QAAU,SAAC3G,GAAD,OAAO3C,EAAK+F,QAAQ,kBAAmBpD,GAC5D,GA5DL,CAAA/J,IAAA,QAAA0H,MA6DI,SAAMO,GAAS,IAAAqD,EAAA3H,KACXA,KAAK0D,UAAW,EAGhB,IAJW,IAAAsJ,EAAA,SAIF/O,GACL,IAAMuG,EAASF,EAAQrG,GACjBgP,EAAahP,IAAMqG,EAAQpG,OAAS,EAC1ClB,EAAawH,EAAQmD,EAAK1K,gBAAgB,SAACT,GAmBvC,IAGQmL,EAAK0E,GAAGzB,KAAKpO,EAOpB,CADD,MAAO4J,GACN,CACG6G,GAGA1B,IAAS,WACL5D,EAAKjE,UAAW,EAChBiE,EAAK1G,aAAa,QACrB,GAAE0G,EAAKnF,aAEf,GA7CM,EAIFvE,EAAI,EAAGA,EAAIqG,EAAQpG,OAAQD,IAAK+O,EAAhC/O,EA2CZ,GA5GL,CAAA5B,IAAA,UAAA0H,MA6GI,gBAC2B,IAAZ/D,KAAKqM,KACZrM,KAAKqM,GAAGnE,QACRlI,KAAKqM,GAAK,KAEjB,GAlHL,CAAAhQ,IAAA,MAAA0H,MAwHI,WACI,IAAIH,EAAQ5D,KAAK4D,OAAS,GACpB2E,EAASvI,KAAKsC,KAAK8E,OAAS,MAAQ,KACtCJ,EAAO,GAEPhH,KAAKsC,KAAK0E,OACR,QAAUuB,GAAqC,MAA3BK,OAAO5I,KAAKsC,KAAK0E,OAClC,OAASuB,GAAqC,KAA3BK,OAAO5I,KAAKsC,KAAK0E,SACzCA,EAAO,IAAMhH,KAAKsC,KAAK0E,MAGvBhH,KAAKsC,KAAKkG,oBACV5E,EAAM5D,KAAKsC,KAAKmG,gBAAkBrD,KAGjCpF,KAAK/C,iBACN2G,EAAM+E,IAAM,GAEhB,IAAME,EAAe9D,EAAOnB,GAE5B,OAAQ2E,EACJ,QAF8C,IAArCvI,KAAKsC,KAAK4E,SAAS4B,QAAQ,KAG5B,IAAM9I,KAAKsC,KAAK4E,SAAW,IAAMlH,KAAKsC,KAAK4E,UACnDF,EACAhH,KAAKsC,KAAKyG,MACTF,EAAa3K,OAAS,IAAM2K,EAAe,GACnD,GAlJL,CAAAxM,IAAA,QAAA0H,MAyJI,WACI,QAAS4H,EACZ,KA3JLM,CAAA,CAAA,CAAwB7I,GCRX8J,GAAa,CACtBC,UAAWlB,GACXrF,QAASF,ICeP0G,GAAK,sPACLC,GAAQ,CACV,SAAU,WAAY,YAAa,WAAY,OAAQ,WAAY,OAAQ,OAAQ,WAAY,OAAQ,YAAa,OAAQ,QAAS,UAElI,SAASC,GAAM/H,GAClB,IAAMgI,EAAMhI,EAAKiI,EAAIjI,EAAIuD,QAAQ,KAAM1C,EAAIb,EAAIuD,QAAQ,MAC7C,GAAN0E,IAAiB,GAANpH,IACXb,EAAMA,EAAI7G,UAAU,EAAG8O,GAAKjI,EAAI7G,UAAU8O,EAAGpH,GAAGqH,QAAQ,KAAM,KAAOlI,EAAI7G,UAAU0H,EAAGb,EAAIrH,SAG9F,IADA,IAwBmB0F,EACbpH,EAzBFkR,EAAIN,GAAGO,KAAKpI,GAAO,IAAK2D,EAAM,CAAlC,EAAsCjL,EAAI,GACnCA,KACHiL,EAAImE,GAAMpP,IAAMyP,EAAEzP,IAAM,GAU5B,OARU,GAANuP,IAAiB,GAANpH,IACX8C,EAAI0E,OAASL,EACbrE,EAAI2E,KAAO3E,EAAI2E,KAAKnP,UAAU,EAAGwK,EAAI2E,KAAK3P,OAAS,GAAGuP,QAAQ,KAAM,KACpEvE,EAAI4E,UAAY5E,EAAI4E,UAAUL,QAAQ,IAAK,IAAIA,QAAQ,IAAK,IAAIA,QAAQ,KAAM,KAC9EvE,EAAI6E,SAAU,GAElB7E,EAAI8E,UAIR,SAAmB7Q,EAAK4L,GACpB,IAAMkF,EAAO,WAAYC,EAAQnF,EAAK0E,QAAQQ,EAAM,KAAKrQ,MAAM,KACvC,KAApBmL,EAAK/H,MAAM,EAAG,IAA6B,IAAhB+H,EAAK7K,QAChCgQ,EAAMtN,OAAO,EAAG,GAEE,KAAlBmI,EAAK/H,OAAO,IACZkN,EAAMtN,OAAOsN,EAAMhQ,OAAS,EAAG,GAEnC,OAAOgQ,CACV,CAbmBF,CAAU9E,EAAKA,EAAG,MAClCA,EAAIiF,UAaevK,EAbUsF,EAAG,MAc1B1M,EAAO,CAAA,EACboH,EAAM6J,QAAQ,6BAA6B,SAAUW,EAAIC,EAAIC,GACrDD,IACA7R,EAAK6R,GAAMC,MAGZ9R,GAnBA0M,CACV,CCnCD,IAAaqF,GAAb,SAAAlL,GAAAC,EAAAiL,EAAAlL,GAAA,IAAAH,EAAAM,EAAA+K,GAOI,SAAAA,EAAYrF,GAAgB,IAAAlG,EAAXV,yDAAO,CAAA,EAAI,OAAAW,EAAAjD,KAAAuO,IACxBvL,EAAAE,EAAArG,KAAAmD,OACKwO,YAAc,GACftF,GAAO,WAAoBA,EAAAA,KAC3B5G,EAAO4G,EACPA,EAAM,MAENA,GACAA,EAAMoE,GAAMpE,GACZ5G,EAAK4E,SAAWgC,EAAI2E,KACpBvL,EAAK8E,OAA0B,UAAjB8B,EAAInC,UAAyC,QAAjBmC,EAAInC,SAC9CzE,EAAK0E,KAAOkC,EAAIlC,KACZkC,EAAItF,QACJtB,EAAKsB,MAAQsF,EAAItF,QAEhBtB,EAAKuL,OACVvL,EAAK4E,SAAWoG,GAAMhL,EAAKuL,MAAMA,MAErCxL,EAAqBsB,EAAAX,GAAOV,GAC5BU,EAAKoE,OACD,MAAQ9E,EAAK8E,OACP9E,EAAK8E,OACe,oBAAbP,UAA4B,WAAaA,SAASE,SAC/DzE,EAAK4E,WAAa5E,EAAK0E,OAEvB1E,EAAK0E,KAAOhE,EAAKoE,OAAS,MAAQ,MAEtCpE,EAAKkE,SACD5E,EAAK4E,WACoB,oBAAbL,SAA2BA,SAASK,SAAW,aAC/DlE,EAAKgE,KACD1E,EAAK0E,OACoB,oBAAbH,UAA4BA,SAASG,KACvCH,SAASG,KACThE,EAAKoE,OACD,MACA,MAClBpE,EAAKkK,WAAa5K,EAAK4K,YAAc,CAAC,UAAW,aACjDlK,EAAKwL,YAAc,GACnBxL,EAAKyL,cAAgB,EACrBzL,EAAKV,KAAO0G,EAAc,CACtBD,KAAM,aACN2F,OAAO,EACPpE,iBAAiB,EACjBqE,SAAS,EACTlG,eAAgB,IAChBmG,iBAAiB,EACjBC,kBAAkB,EAClBC,oBAAoB,EACpBC,kBAAmB,CACfC,UAAW,MAEfC,iBAAkB,CAZI,EAatBC,qBAAqB,GACtB5M,GACHU,EAAKV,KAAKyG,KACN/F,EAAKV,KAAKyG,KAAK0E,QAAQ,MAAO,KACzBzK,EAAKV,KAAKuM,iBAAmB,IAAM,IACb,iBAApB7L,EAAKV,KAAKsB,QACjBZ,EAAKV,KAAKsB,MAAQtE,EAAO0D,EAAKV,KAAKsB,QAGvCZ,EAAKmM,GAAK,KACVnM,EAAKoM,SAAW,KAChBpM,EAAKqM,aAAe,KACpBrM,EAAKsM,YAAc,KAEnBtM,EAAKuM,iBAAmB,KACQ,mBAArB1P,mBACHmD,EAAKV,KAAK4M,sBAIVlM,EAAKwM,0BAA4B,WACzBxM,EAAKyM,YAELzM,EAAKyM,UAAUjP,qBACfwC,EAAKyM,UAAUvH,UAGvBrI,iBAAiB,eAAgBmD,EAAKwM,2BAA2B,IAE/C,cAAlBxM,EAAKkE,WACLlE,EAAK0M,qBAAuB,WACxB1M,EAAKqB,QAAQ,kBAAmB,CAC5BvB,YAAa,6BAGrBjD,iBAAiB,UAAWmD,EAAK0M,sBAAsB,KAG/D1M,EAAKkH,OA3FmBlH,CA4F3B,CAnGL,OAAAc,EAAAyK,EAAA,CAAA,CAAAlS,IAAA,kBAAA0H,MA2GI,SAAgB4L,GACZ,IAAM/L,EAAQoF,EAAc,CAAA,EAAIhJ,KAAKsC,KAAKsB,OAE1CA,EAAMgM,IdtFU,EcwFhBhM,EAAM6L,UAAYE,EAEd3P,KAAKmP,KACLvL,EAAM8E,IAAM1I,KAAKmP,IACrB,IAAM7M,EAAO0G,EAAc,CAAA,EAAIhJ,KAAKsC,KAAK2M,iBAAiBU,GAAO3P,KAAKsC,KAAM,CACxEsB,MAAAA,EACAC,OAAQ7D,KACRkH,SAAUlH,KAAKkH,SACfE,OAAQpH,KAAKoH,OACbJ,KAAMhH,KAAKgH,OAEf,OAAO,IAAIkG,GAAWyC,GAAMrN,EAC/B,GA5HL,CAAAjG,IAAA,OAAA0H,MAkII,WAAO,IACC0L,EADDhM,EAAAzD,KAEH,GAAIA,KAAKsC,KAAKsM,iBACVL,EAAOsB,wBACmC,IAA1C7P,KAAKkN,WAAWpE,QAAQ,aACxB2G,EAAY,gBAEX,IAAI,IAAMzP,KAAKkN,WAAWhP,OAK3B,YAHA8B,KAAKwC,cAAa,WACdiB,EAAKxC,aAAa,QAAS,0BAD/B,GAEG,GAIHwO,EAAYzP,KAAKkN,WAAW,EAC/B,CACDlN,KAAKkE,WAAa,UAElB,IACIuL,EAAYzP,KAAK8P,gBAAgBL,EAMpC,CAJD,MAAOrJ,GAGH,OAFApG,KAAKkN,WAAW6C,aAChB/P,KAAKkK,MAER,CACDuF,EAAUvF,OACVlK,KAAKgQ,aAAaP,EACrB,GA/JL,CAAApT,IAAA,eAAA0H,MAqKI,SAAa0L,GAAW,IAAA9H,EAAA3H,KAChBA,KAAKyP,WACLzP,KAAKyP,UAAUjP,qBAGnBR,KAAKyP,UAAYA,EAEjBA,EACK7P,GAAG,QAASI,KAAKiQ,QAAQxN,KAAKzC,OAC9BJ,GAAG,SAAUI,KAAKyE,SAAShC,KAAKzC,OAChCJ,GAAG,QAASI,KAAKwJ,QAAQ/G,KAAKzC,OAC9BJ,GAAG,SAAS,SAACiD,GAAD,OAAY8E,EAAKtD,QAAQ,kBAAmBxB,KAChE,GAjLL,CAAAxG,IAAA,QAAA0H,MAwLI,SAAM4L,GAAM,IAAA1H,EAAAjI,KACJyP,EAAYzP,KAAK8P,gBAAgBH,GACjCO,GAAS,EACb3B,EAAOsB,uBAAwB,EAC/B,IAAMM,EAAkB,WAChBD,IAEJT,EAAU7E,KAAK,CAAC,CAAErO,KAAM,OAAQC,KAAM,WACtCiT,EAAUtP,KAAK,UAAU,SAACiQ,GACtB,IAAIF,EAEJ,GAAI,SAAWE,EAAI7T,MAAQ,UAAY6T,EAAI5T,KAAM,CAG7C,GAFAyL,EAAKoI,WAAY,EACjBpI,EAAKhH,aAAa,YAAawO,IAC1BA,EACD,OACJlB,EAAOsB,sBAAwB,cAAgBJ,EAAUE,KACzD1H,EAAKwH,UAAUjI,OAAM,WACb0I,GAEA,WAAajI,EAAK/D,aAEtB+G,IACAhD,EAAK+H,aAAaP,GAClBA,EAAU7E,KAAK,CAAC,CAAErO,KAAM,aACxB0L,EAAKhH,aAAa,UAAWwO,GAC7BA,EAAY,KACZxH,EAAKoI,WAAY,EACjBpI,EAAKqI,WAEZ,KACI,CACD,IAAMtK,EAAM,IAAI7C,MAAM,eAEtB6C,EAAIyJ,UAAYA,EAAUE,KAC1B1H,EAAKhH,aAAa,eAAgB+E,EACrC,OAGT,SAASuK,IACDL,IAGJA,GAAS,EACTjF,IACAwE,EAAUvH,QACVuH,EAAY,KA9CR,CAiDR,IAAM1C,EAAU,SAAC/G,GACb,IAAMwK,EAAQ,IAAIrN,MAAM,gBAAkB6C,GAE1CwK,EAAMf,UAAYA,EAAUE,KAC5BY,IACAtI,EAAKhH,aAAa,eAAgBuP,IAEtC,SAASC,IACL1D,EAAQ,mBAzDJ,CA4DR,SAASJ,IACLI,EAAQ,gBA7DJ,CAgER,SAAS2D,EAAUC,GACXlB,GAAakB,EAAGhB,OAASF,EAAUE,MACnCY,GAlEA,CAsER,IAAMtF,EAAU,WACZwE,EAAUlP,eAAe,OAAQ4P,GACjCV,EAAUlP,eAAe,QAASwM,GAClC0C,EAAUlP,eAAe,QAASkQ,GAClCxI,EAAK7H,IAAI,QAASuM,GAClB1E,EAAK7H,IAAI,YAAasQ,IAE1BjB,EAAUtP,KAAK,OAAQgQ,GACvBV,EAAUtP,KAAK,QAAS4M,GACxB0C,EAAUtP,KAAK,QAASsQ,GACxBzQ,KAAKG,KAAK,QAASwM,GACnB3M,KAAKG,KAAK,YAAauQ,GACvBjB,EAAUvF,MACb,GA3QL,CAAA7N,IAAA,SAAA0H,MAiRI,WAOI,GANA/D,KAAKkE,WAAa,OAClBqK,EAAOsB,sBAAwB,cAAgB7P,KAAKyP,UAAUE,KAC9D3P,KAAKiB,aAAa,QAClBjB,KAAKsQ,QAGD,SAAWtQ,KAAKkE,YAAclE,KAAKsC,KAAKqM,QAGxC,IAFA,IAAI1Q,EAAI,EACF2H,EAAI5F,KAAKoP,SAASlR,OACjBD,EAAI2H,EAAG3H,IACV+B,KAAK4Q,MAAM5Q,KAAKoP,SAASnR,GAGpC,GA/RL,CAAA5B,IAAA,WAAA0H,MAqSI,SAASS,GACL,GAAI,YAAcxE,KAAKkE,YACnB,SAAWlE,KAAKkE,YAChB,YAAclE,KAAKkE,WAInB,OAHAlE,KAAKiB,aAAa,SAAUuD,GAE5BxE,KAAKiB,aAAa,aACVuD,EAAOjI,MACX,IAAK,OACDyD,KAAK6Q,YAAYC,KAAKxD,MAAM9I,EAAOhI,OACnC,MACJ,IAAK,OACDwD,KAAK+Q,mBACL/Q,KAAKgR,WAAW,QAChBhR,KAAKiB,aAAa,QAClBjB,KAAKiB,aAAa,QAClB,MACJ,IAAK,QACD,IAAM+E,EAAM,IAAI7C,MAAM,gBAEtB6C,EAAIiL,KAAOzM,EAAOhI,KAClBwD,KAAKwJ,QAAQxD,GACb,MACJ,IAAK,UACDhG,KAAKiB,aAAa,OAAQuD,EAAOhI,MACjCwD,KAAKiB,aAAa,UAAWuD,EAAOhI,MAMnD,GApUL,CAAAH,IAAA,cAAA0H,MA2UI,SAAYvH,GACRwD,KAAKiB,aAAa,YAAazE,GAC/BwD,KAAKmP,GAAK3S,EAAKkM,IACf1I,KAAKyP,UAAU7L,MAAM8E,IAAMlM,EAAKkM,IAChC1I,KAAKoP,SAAWpP,KAAKkR,eAAe1U,EAAK4S,UACzCpP,KAAKqP,aAAe7S,EAAK6S,aACzBrP,KAAKsP,YAAc9S,EAAK8S,YACxBtP,KAAKmR,WAAa3U,EAAK2U,WACvBnR,KAAKgI,SAED,WAAahI,KAAKkE,YAEtBlE,KAAK+Q,kBACR,GAxVL,CAAA1U,IAAA,mBAAA0H,MA8VI,WAAmB,IAAAoE,EAAAnI,KACfA,KAAK0C,eAAe1C,KAAKuP,kBACzBvP,KAAKuP,iBAAmBvP,KAAKwC,cAAa,WACtC2F,EAAK9D,QAAQ,eADO,GAErBrE,KAAKqP,aAAerP,KAAKsP,aACxBtP,KAAKsC,KAAKkK,WACVxM,KAAKuP,iBAAiB7C,OAE7B,GAtWL,CAAArQ,IAAA,UAAA0H,MA4WI,WACI/D,KAAKwO,YAAY5N,OAAO,EAAGZ,KAAKyO,eAIhCzO,KAAKyO,cAAgB,EACjB,IAAMzO,KAAKwO,YAAYtQ,OACvB8B,KAAKiB,aAAa,SAGlBjB,KAAKsQ,OAEZ,GAxXL,CAAAjU,IAAA,QAAA0H,MA8XI,WACI,GAAI,WAAa/D,KAAKkE,YAClBlE,KAAKyP,UAAU/L,WACd1D,KAAKqQ,WACNrQ,KAAKwO,YAAYtQ,OAAQ,CACzB,IAAMoG,EAAUtE,KAAKoR,qBACrBpR,KAAKyP,UAAU7E,KAAKtG,GAGpBtE,KAAKyO,cAAgBnK,EAAQpG,OAC7B8B,KAAKiB,aAAa,QACrB,CACJ,GA1YL,CAAA5E,IAAA,qBAAA0H,MAiZI,WAII,KAH+B/D,KAAKmR,YACR,YAAxBnR,KAAKyP,UAAUE,MACf3P,KAAKwO,YAAYtQ,OAAS,GAE1B,OAAO8B,KAAKwO,YAGhB,IADA,IXrYmBrR,EWqYfkU,EAAc,EACTpT,EAAI,EAAGA,EAAI+B,KAAKwO,YAAYtQ,OAAQD,IAAK,CAC9C,IAAMzB,EAAOwD,KAAKwO,YAAYvQ,GAAGzB,KAIjC,GAHIA,IACA6U,GXxYO,iBADIlU,EWyYeX,GXlY1C,SAAoB+I,GAEhB,IADA,IAAI+L,EAAI,EAAGpT,EAAS,EACXD,EAAI,EAAG2H,EAAIL,EAAIrH,OAAQD,EAAI2H,EAAG3H,KACnCqT,EAAI/L,EAAIpH,WAAWF,IACX,IACJC,GAAU,EAELoT,EAAI,KACTpT,GAAU,EAELoT,EAAI,OAAUA,GAAK,MACxBpT,GAAU,GAGVD,IACAC,GAAU,GAGlB,OAAOA,CACV,CAxBcqT,CAAWpU,GAGf+H,KAAKsM,KAPQ,MAOFrU,EAAIsU,YAActU,EAAIuU,QWsY5BzT,EAAI,GAAKoT,EAAcrR,KAAKmR,WAC5B,OAAOnR,KAAKwO,YAAYxN,MAAM,EAAG/C,GAErCoT,GAAe,CAClB,CACD,OAAOrR,KAAKwO,WACf,GApaL,CAAAnS,IAAA,QAAA0H,MA6aI,SAAMqM,EAAKuB,EAAS5R,GAEhB,OADAC,KAAKgR,WAAW,UAAWZ,EAAKuB,EAAS5R,GAClCC,IACV,GAhbL,CAAA3D,IAAA,OAAA0H,MAibI,SAAKqM,EAAKuB,EAAS5R,GAEf,OADAC,KAAKgR,WAAW,UAAWZ,EAAKuB,EAAS5R,GAClCC,IACV,GApbL,CAAA3D,IAAA,aAAA0H,MA8bI,SAAWxH,EAAMC,EAAMmV,EAAS5R,GAS5B,GARI,mBAAsBvD,IACtBuD,EAAKvD,EACLA,OAAOsN,GAEP,mBAAsB6H,IACtB5R,EAAK4R,EACLA,EAAU,MAEV,YAAc3R,KAAKkE,YAAc,WAAalE,KAAKkE,WAAvD,EAGAyN,EAAUA,GAAW,IACbC,UAAW,IAAUD,EAAQC,SACrC,IAAMpN,EAAS,CACXjI,KAAMA,EACNC,KAAMA,EACNmV,QAASA,GAEb3R,KAAKiB,aAAa,eAAgBuD,GAClCxE,KAAKwO,YAAYtO,KAAKsE,GAClBzE,GACAC,KAAKG,KAAK,QAASJ,GACvBC,KAAKsQ,OAZJ,CAaJ,GAtdL,CAAAjU,IAAA,QAAA0H,MA0dI,WAAQ,IAAAoF,EAAAnJ,KACEkI,EAAQ,WACViB,EAAK9E,QAAQ,gBACb8E,EAAKsG,UAAUvH,SAEb2J,EAAkB,SAAlBA,IACF1I,EAAK/I,IAAI,UAAWyR,GACpB1I,EAAK/I,IAAI,eAAgByR,GACzB3J,KAEE4J,EAAiB,WAEnB3I,EAAKhJ,KAAK,UAAW0R,GACrB1I,EAAKhJ,KAAK,eAAgB0R,IAqB9B,MAnBI,YAAc7R,KAAKkE,YAAc,SAAWlE,KAAKkE,aACjDlE,KAAKkE,WAAa,UACdlE,KAAKwO,YAAYtQ,OACjB8B,KAAKG,KAAK,SAAS,WACXgJ,EAAKkH,UACLyB,IAGA5J,OAIHlI,KAAKqQ,UACVyB,IAGA5J,KAGDlI,IACV,GA7fL,CAAA3D,IAAA,UAAA0H,MAmgBI,SAAQiC,GACJuI,EAAOsB,uBAAwB,EAC/B7P,KAAKiB,aAAa,QAAS+E,GAC3BhG,KAAKqE,QAAQ,kBAAmB2B,EACnC,GAvgBL,CAAA3J,IAAA,UAAA0H,MA6gBI,SAAQlB,EAAQC,GACR,YAAc9C,KAAKkE,YACnB,SAAWlE,KAAKkE,YAChB,YAAclE,KAAKkE,aAEnBlE,KAAK0C,eAAe1C,KAAKuP,kBAEzBvP,KAAKyP,UAAUjP,mBAAmB,SAElCR,KAAKyP,UAAUvH,QAEflI,KAAKyP,UAAUjP,qBACoB,mBAAxBC,sBACPA,oBAAoB,eAAgBT,KAAKwP,2BAA2B,GACpE/O,oBAAoB,UAAWT,KAAK0P,sBAAsB,IAG9D1P,KAAKkE,WAAa,SAElBlE,KAAKmP,GAAK,KAEVnP,KAAKiB,aAAa,QAAS4B,EAAQC,GAGnC9C,KAAKwO,YAAc,GACnBxO,KAAKyO,cAAgB,EAE5B,GAxiBL,CAAApS,IAAA,iBAAA0H,MA+iBI,SAAeqL,GAIX,IAHA,IAAM2C,EAAmB,GACrB9T,EAAI,EACF+T,EAAI5C,EAASlR,OACZD,EAAI+T,EAAG/T,KACL+B,KAAKkN,WAAWpE,QAAQsG,EAASnR,KAClC8T,EAAiB7R,KAAKkP,EAASnR,IAEvC,OAAO8T,CACV,KAxjBLxD,CAAA,CAAA,CAA4B7O,GA0jBtBuS,GAAClL,SdliBiB,Ee5BAwH,GAAOxH,SCF/B,IAAMjK,GAA+C,mBAAhBC,YAM/BH,GAAWZ,OAAOW,UAAUC,SAC5BH,GAAiC,mBAATC,MACT,oBAATA,MACoB,6BAAxBE,GAASC,KAAKH,MAChBwV,GAAiC,mBAATC,MACT,oBAATA,MACoB,6BAAxBvV,GAASC,KAAKsV,MAMf,SAASC,GAASjV,GACrB,OAASL,KAA0BK,aAAeJ,aAlBvC,SAACI,GACZ,MAAqC,mBAAvBJ,YAAYM,OACpBN,YAAYM,OAAOF,GACnBA,EAAIG,kBAAkBP,WAC/B,CAcoEM,CAAOF,KACnEV,IAAkBU,aAAeT,MACjCwV,IAAkB/U,aAAegV,IACzC,CACM,SAASE,GAAUlV,EAAKmV,GAC3B,IAAKnV,GAAsB,WAAfoV,EAAOpV,GACf,OAAO,EAEX,GAAI4D,MAAMyR,QAAQrV,GAAM,CACpB,IAAK,IAAIc,EAAI,EAAG2H,EAAIzI,EAAIe,OAAQD,EAAI2H,EAAG3H,IACnC,GAAIoU,GAAUlV,EAAIc,IACd,OAAO,EAGf,OAAO,CACV,CACD,GAAImU,GAASjV,GACT,OAAO,EAEX,GAAIA,EAAImV,QACkB,mBAAfnV,EAAImV,QACU,IAArBhS,UAAUpC,OACV,OAAOmU,GAAUlV,EAAImV,UAAU,GAEnC,IAAK,IAAMjW,KAAOc,EACd,GAAInB,OAAOW,UAAUoF,eAAelF,KAAKM,EAAKd,IAAQgW,GAAUlV,EAAId,IAChE,OAAO,EAGf,OAAO,CACV,CCzCM,SAASoW,GAAkBjO,GAC9B,IAAMkO,EAAU,GACVC,EAAanO,EAAOhI,KACpBoW,EAAOpO,EAGb,OAFAoO,EAAKpW,KAAOqW,GAAmBF,EAAYD,GAC3CE,EAAKE,YAAcJ,EAAQxU,OACpB,CAAEsG,OAAQoO,EAAMF,QAASA,EACnC,CACD,SAASG,GAAmBrW,EAAMkW,GAC9B,IAAKlW,EACD,OAAOA,EACX,GAAI4V,GAAS5V,GAAO,CAChB,IAAMuW,EAAc,CAAEC,cAAc,EAAMhO,IAAK0N,EAAQxU,QAEvD,OADAwU,EAAQxS,KAAK1D,GACNuW,CAHX,CAKK,GAAIhS,MAAMyR,QAAQhW,GAAO,CAE1B,IADA,IAAMyW,EAAU,IAAIlS,MAAMvE,EAAK0B,QACtBD,EAAI,EAAGA,EAAIzB,EAAK0B,OAAQD,IAC7BgV,EAAQhV,GAAK4U,GAAmBrW,EAAKyB,GAAIyU,GAE7C,OAAOO,CACV,CACI,GAAoB,WAAhBV,EAAO/V,MAAuBA,aAAgB8I,MAAO,CAC1D,IAAM2N,EAAU,CAAA,EAChB,IAAK,IAAM5W,KAAOG,EACVR,OAAOW,UAAUoF,eAAelF,KAAKL,EAAMH,KAC3C4W,EAAQ5W,GAAOwW,GAAmBrW,EAAKH,GAAMqW,IAGrD,OAAOO,CACV,CACD,OAAOzW,CACV,CASM,SAAS0W,GAAkB1O,EAAQkO,GAGtC,OAFAlO,EAAOhI,KAAO2W,GAAmB3O,EAAOhI,KAAMkW,UACvClO,EAAOsO,YACPtO,CACV,CACD,SAAS2O,GAAmB3W,EAAMkW,GAC9B,IAAKlW,EACD,OAAOA,EACX,GAAIA,IAA8B,IAAtBA,EAAKwW,aAAuB,CAIpC,GAHyC,iBAAbxW,EAAKwI,KAC7BxI,EAAKwI,KAAO,GACZxI,EAAKwI,IAAM0N,EAAQxU,OAEnB,OAAOwU,EAAQlW,EAAKwI,KAGpB,MAAM,IAAI7B,MAAM,sBARxB,CAWK,GAAIpC,MAAMyR,QAAQhW,GACnB,IAAK,IAAIyB,EAAI,EAAGA,EAAIzB,EAAK0B,OAAQD,IAC7BzB,EAAKyB,GAAKkV,GAAmB3W,EAAKyB,GAAIyU,QAGzC,GAAoB,WAAhBH,EAAO/V,GACZ,IAAK,IAAMH,KAAOG,EACVR,OAAOW,UAAUoF,eAAelF,KAAKL,EAAMH,KAC3CG,EAAKH,GAAO8W,GAAmB3W,EAAKH,GAAMqW,IAItD,OAAOlW,CACV,CC1EM,IACI4W,IACX,SAAWA,GACPA,EAAWA,EAAU,QAAc,GAAK,UACxCA,EAAWA,EAAU,WAAiB,GAAK,aAC3CA,EAAWA,EAAU,MAAY,GAAK,QACtCA,EAAWA,EAAU,IAAU,GAAK,MACpCA,EAAWA,EAAU,cAAoB,GAAK,gBAC9CA,EAAWA,EAAU,aAAmB,GAAK,eAC7CA,EAAWA,EAAU,WAAiB,GAAK,YAP/C,CAAA,CAQGA,KAAeA,GAAa,CAAlB,IAIb,IAAaC,GAAb,WAMI,SAAAA,EAAYC,GAAUrQ,EAAAjD,KAAAqT,GAClBrT,KAAKsT,SAAWA,CACnB,CARL,OAAAxP,EAAAuP,EAAA,CAAA,CAAAhX,IAAA,SAAA0H,MAeI,SAAO5G,GACH,OAAIA,EAAIZ,OAAS6W,GAAWG,OAASpW,EAAIZ,OAAS6W,GAAWI,MACrDnB,GAAUlV,GAWX,CAAC6C,KAAKyT,eAAetW,IAVb6C,KAAK0T,eAAe,CACvBnX,KAAMY,EAAIZ,OAAS6W,GAAWG,MACxBH,GAAWO,aACXP,GAAWQ,WACjBC,IAAK1W,EAAI0W,IACTrX,KAAMW,EAAIX,KACV2S,GAAIhS,EAAIgS,IAKvB,GA7BL,CAAA9S,IAAA,iBAAA0H,MAiCI,SAAe5G,GAEX,IAAIoI,EAAM,GAAKpI,EAAIZ,KAmBnB,OAjBIY,EAAIZ,OAAS6W,GAAWO,cACxBxW,EAAIZ,OAAS6W,GAAWQ,aACxBrO,GAAOpI,EAAI2V,YAAc,KAIzB3V,EAAI0W,KAAO,MAAQ1W,EAAI0W,MACvBtO,GAAOpI,EAAI0W,IAAM,KAGjB,MAAQ1W,EAAIgS,KACZ5J,GAAOpI,EAAIgS,IAGX,MAAQhS,EAAIX,OACZ+I,GAAOuL,KAAKgD,UAAU3W,EAAIX,KAAMwD,KAAKsT,WAElC/N,CACV,GAvDL,CAAAlJ,IAAA,iBAAA0H,MA6DI,SAAe5G,GACX,IAAM4W,EAAiBtB,GAAkBtV,GACnCyV,EAAO5S,KAAKyT,eAAeM,EAAevP,QAC1CkO,EAAUqB,EAAerB,QAE/B,OADAA,EAAQsB,QAAQpB,GACTF,CACV,KAnELW,CAAA,CAAA,GA0EaY,GAAb,SAAA5Q,GAAAC,EAAA2Q,EAAA5Q,GAAA,IAAAH,EAAAM,EAAAyQ,GAMI,SAAAA,EAAYC,GAAS,IAAAlR,EAAA,OAAAC,EAAAjD,KAAAiU,IACjBjR,EAAAE,EAAArG,KAAAmD,OACKkU,QAAUA,EAFElR,CAGpB,CATL,OAAAc,EAAAmQ,EAAA,CAAA,CAAA5X,IAAA,MAAA0H,MAeI,SAAI5G,GACA,IAAIqH,EACJ,GAAmB,iBAARrH,EAAkB,CACzB,GAAI6C,KAAKmU,cACL,MAAM,IAAIhR,MAAM,mDAGpB,IAAMiR,GADN5P,EAASxE,KAAKqU,aAAalX,IACEZ,OAAS6W,GAAWO,aAC7CS,GAAiB5P,EAAOjI,OAAS6W,GAAWQ,YAC5CpP,EAAOjI,KAAO6X,EAAgBhB,GAAWG,MAAQH,GAAWI,IAE5DxT,KAAKmU,cAAgB,IAAIG,GAAoB9P,GAElB,IAAvBA,EAAOsO,aACP9O,EAAmBC,EAAAgQ,EAAAtX,WAAA,eAAAqD,MAAAnD,KAAAmD,KAAA,UAAWwE,IAKlCR,EAAmBC,EAAAgQ,EAAAtX,WAAA,eAAAqD,MAAAnD,KAAAmD,KAAA,UAAWwE,EAjBtC,KAoBK,KAAI4N,GAASjV,KAAQA,EAAIyB,OAe1B,MAAM,IAAIuE,MAAM,iBAAmBhG,GAbnC,IAAK6C,KAAKmU,cACN,MAAM,IAAIhR,MAAM,qDAGhBqB,EAASxE,KAAKmU,cAAcI,eAAepX,MAGvC6C,KAAKmU,cAAgB,KACrBnQ,EAAmBC,EAAAgQ,EAAAtX,WAAA,eAAAqD,MAAAnD,KAAAmD,KAAA,UAAWwE,GAMzC,CACJ,GAtDL,CAAAnI,IAAA,eAAA0H,MA6DI,SAAawB,GACT,IAAItH,EAAI,EAEFkB,EAAI,CACN5C,KAAMqM,OAAOrD,EAAI/G,OAAO,KAE5B,QAA2BsL,IAAvBsJ,GAAWjU,EAAE5C,MACb,MAAM,IAAI4G,MAAM,uBAAyBhE,EAAE5C,MAG/C,GAAI4C,EAAE5C,OAAS6W,GAAWO,cACtBxU,EAAE5C,OAAS6W,GAAWQ,WAAY,CAElC,IADA,IAAMY,EAAQvW,EAAI,EACS,MAApBsH,EAAI/G,SAASP,IAAcA,GAAKsH,EAAIrH,SAC3C,IAAMuW,EAAMlP,EAAI7G,UAAU8V,EAAOvW,GACjC,GAAIwW,GAAO7L,OAAO6L,IAA0B,MAAlBlP,EAAI/G,OAAOP,GACjC,MAAM,IAAIkF,MAAM,uBAEpBhE,EAAE2T,YAAclK,OAAO6L,EAlBb,CAqBd,GAAI,MAAQlP,EAAI/G,OAAOP,EAAI,GAAI,CAE3B,IADA,IAAMuW,EAAQvW,EAAI,IACTA,GAAG,CAER,GAAI,MADMsH,EAAI/G,OAAOP,GAEjB,MACJ,GAAIA,IAAMsH,EAAIrH,OACV,KACP,CACDiB,EAAE0U,IAAMtO,EAAI7G,UAAU8V,EAAOvW,EAChC,MAEGkB,EAAE0U,IAAM,IAGZ,IAAMa,EAAOnP,EAAI/G,OAAOP,EAAI,GAC5B,GAAI,KAAOyW,GAAQ9L,OAAO8L,IAASA,EAAM,CAErC,IADA,IAAMF,EAAQvW,EAAI,IACTA,GAAG,CACR,IAAMqT,EAAI/L,EAAI/G,OAAOP,GACrB,GAAI,MAAQqT,GAAK1I,OAAO0I,IAAMA,EAAG,GAC3BrT,EACF,KACH,CACD,GAAIA,IAAMsH,EAAIrH,OACV,KACP,CACDiB,EAAEgQ,GAAKvG,OAAOrD,EAAI7G,UAAU8V,EAAOvW,EAAI,GAhD7B,CAmDd,GAAIsH,EAAI/G,SAASP,GAAI,CACjB,IAAM0W,EAAU3U,KAAK4U,SAASrP,EAAIsP,OAAO5W,IACzC,IAAIgW,EAAQa,eAAe3V,EAAE5C,KAAMoY,GAI/B,MAAM,IAAIxR,MAAM,mBAHhBhE,EAAE3C,KAAOmY,CAKhB,CACD,OAAOxV,CACV,GA1HL,CAAA9C,IAAA,WAAA0H,MA2HI,SAASwB,GACL,IACI,OAAOuL,KAAKxD,MAAM/H,EAAKvF,KAAKkU,QAI/B,CAFD,MAAO9N,GACH,OAAO,CACV,CACJ,GAlIL,CAAA/J,IAAA,UAAA0H,MAsJI,WACQ/D,KAAKmU,gBACLnU,KAAKmU,cAAcY,yBACnB/U,KAAKmU,cAAgB,KAE5B,IA3JL,CAAA,CAAA9X,IAAA,iBAAA0H,MAmII,SAAsBxH,EAAMoY,GACxB,OAAQpY,GACJ,KAAK6W,GAAW4B,QACZ,MAA0B,WAAnBzC,EAAOoC,GAClB,KAAKvB,GAAW6B,WACZ,YAAmBnL,IAAZ6K,EACX,KAAKvB,GAAW8B,cACZ,MAA0B,iBAAZP,GAA2C,WAAnBpC,EAAOoC,GACjD,KAAKvB,GAAWG,MAChB,KAAKH,GAAWO,aACZ,OAAO5S,MAAMyR,QAAQmC,IAAYA,EAAQzW,OAAS,EACtD,KAAKkV,GAAWI,IAChB,KAAKJ,GAAWQ,WACZ,OAAO7S,MAAMyR,QAAQmC,GAEhC,KAlJLV,CAAA,CAAA,CAA6BvU,GAqKvB4U,cACF,SAAAA,EAAY9P,GAAQvB,EAAAjD,KAAAsU,GAChBtU,KAAKwE,OAASA,EACdxE,KAAK0S,QAAU,GACf1S,KAAKmV,UAAY3Q,CACpB,mCASDT,MAAA,SAAeqR,GAEX,GADApV,KAAK0S,QAAQxS,KAAKkV,GACdpV,KAAK0S,QAAQxU,SAAW8B,KAAKmV,UAAUrC,YAAa,CAEpD,IAAMtO,EAAS0O,GAAkBlT,KAAKmV,UAAWnV,KAAK0S,SAEtD,OADA1S,KAAK+U,yBACEvQ,CACV,CACD,OAAO,IACV,uCAID,WACIxE,KAAKmV,UAAY,KACjBnV,KAAK0S,QAAU,EAClB,oDA3RmB,sDCRjB,SAAS9S,GAAGzC,EAAK2P,EAAI/M,GAExB,OADA5C,EAAIyC,GAAGkN,EAAI/M,GACJ,WACH5C,EAAIiD,IAAI0M,EAAI/M,GAEnB,CCED,IAAMsV,GAAkBrZ,OAAOsZ,OAAO,CAClCC,QAAS,EACTC,cAAe,EACfC,WAAY,EACZC,cAAe,EAEfC,YAAa,EACbpV,eAAgB,IA0BPgO,GAAb,SAAAlL,GAAAC,EAAAiL,EAAAlL,GAAA,IAAAH,EAAAM,EAAA+K,GAII,SAAAA,EAAYqH,EAAI/B,EAAKvR,GAAM,IAAAU,EAAA,OAAAC,EAAAjD,KAAAuO,IACvBvL,EAAAE,EAAArG,KAAAmD,OAeK6V,WAAY,EAKjB7S,EAAK8S,WAAY,EAIjB9S,EAAK+S,cAAgB,GAIrB/S,EAAKgT,WAAa,GAOlBhT,EAAKiT,OAAS,GAKdjT,EAAKkT,UAAY,EACjBlT,EAAKmT,IAAM,EACXnT,EAAKoT,KAAO,GACZpT,EAAKqT,MAAQ,GACbrT,EAAK4S,GAAKA,EACV5S,EAAK6Q,IAAMA,EACPvR,GAAQA,EAAKgU,OACbtT,EAAKsT,KAAOhU,EAAKgU,MAErBtT,EAAKuT,MAAQvN,EAAc,CAAd,EAAkB1G,GAC3BU,EAAK4S,GAAGY,cACRxT,EAAKkH,OApDclH,CAqD1B,CAzDL,OAAAc,EAAAyK,EAAA,CAAA,CAAAlS,IAAA,eAAAiL,IAwEI,WACI,OAAQtH,KAAK6V,SAChB,GA1EL,CAAAxZ,IAAA,YAAA0H,MAgFI,WACI,IAAI/D,KAAKyW,KAAT,CAEA,IAAMb,EAAK5V,KAAK4V,GAChB5V,KAAKyW,KAAO,CACR7W,GAAGgW,EAAI,OAAQ5V,KAAKuM,OAAO9J,KAAKzC,OAChCJ,GAAGgW,EAAI,SAAU5V,KAAK0W,SAASjU,KAAKzC,OACpCJ,GAAGgW,EAAI,QAAS5V,KAAK+M,QAAQtK,KAAKzC,OAClCJ,GAAGgW,EAAI,QAAS5V,KAAK2M,QAAQlK,KAAKzC,OANlC,CAQP,GA1FL,CAAA3D,IAAA,SAAAiL,IA4GI,WACI,QAAStH,KAAKyW,IACjB,GA9GL,CAAApa,IAAA,UAAA0H,MAyHI,WACI,OAAI/D,KAAK6V,YAET7V,KAAK2W,YACA3W,KAAK4V,GAAL,eACD5V,KAAK4V,GAAG1L,OACR,SAAWlK,KAAK4V,GAAGgB,aACnB5W,KAAKuM,UALEvM,IAOd,GAlIL,CAAA3D,IAAA,OAAA0H,MAsII,WACI,OAAO/D,KAAKuV,SACf,GAxIL,CAAAlZ,IAAA,OAAA0H,MAwJI,WAAc,IAAA,IAAAtC,EAAAnB,UAAApC,OAAN4C,EAAM,IAAAC,MAAAU,GAAAE,EAAA,EAAAA,EAAAF,EAAAE,IAANb,EAAMa,GAAArB,UAAAqB,GAGV,OAFAb,EAAKkT,QAAQ,WACbhU,KAAKa,KAAKR,MAAML,KAAMc,GACfd,IACV,GA5JL,CAAA3D,IAAA,OAAA0H,MA8KI,SAAK+I,GACD,GAAIuI,GAAgBtT,eAAe+K,GAC/B,MAAM,IAAI3J,MAAM,IAAM2J,EAAGlQ,WAAa,8BAF5B,IAAA,IAAAia,EAAAvW,UAAApC,OAAN4C,EAAM,IAAAC,MAAA8V,EAAA,EAAAA,EAAA,EAAA,GAAAC,EAAA,EAAAA,EAAAD,EAAAC,IAANhW,EAAMgW,EAAA,GAAAxW,UAAAwW,GAKd,GADAhW,EAAKkT,QAAQlH,GACT9M,KAAKuW,MAAMQ,UAAY/W,KAAKqW,MAAMW,YAAchX,KAAKqW,eAErD,OADArW,KAAKiX,YAAYnW,GACVd,KAEX,IAAMwE,EAAS,CACXjI,KAAM6W,GAAWG,MACjB/W,KAAMsE,EAEV0D,QAAiB,IAGjB,GAFAA,EAAOmN,QAAQC,UAAmC,IAAxB5R,KAAKqW,MAAMzE,SAEjC,mBAAsB9Q,EAAKA,EAAK5C,OAAS,GAAI,CAC7C,IAAMiR,EAAKnP,KAAKmW,MACVe,EAAMpW,EAAKqW,MACjBnX,KAAKoX,qBAAqBjI,EAAI+H,GAC9B1S,EAAO2K,GAAKA,CACf,CACD,IAAMkI,EAAsBrX,KAAK4V,GAAG0B,QAChCtX,KAAK4V,GAAG0B,OAAO7H,WACfzP,KAAK4V,GAAG0B,OAAO7H,UAAU/L,SACvB6T,EAAgBvX,KAAKqW,MAAL,YAAyBgB,IAAwBrX,KAAK6V,WAW5E,OAVI0B,IAEKvX,KAAK6V,WACV7V,KAAKwX,wBAAwBhT,GAC7BxE,KAAKwE,OAAOA,IAGZxE,KAAKgW,WAAW9V,KAAKsE,IAEzBxE,KAAKqW,MAAQ,GACNrW,IACV,GAnNL,CAAA3D,IAAA,uBAAA0H,MAuNI,SAAqBoL,EAAI+H,GAAK,IACtBO,EADsBhU,EAAAzD,KAEpBwK,EAAwC,QAA7BiN,EAAKzX,KAAKqW,MAAM7L,eAA4B,IAAPiN,EAAgBA,EAAKzX,KAAKuW,MAAMmB,WACtF,QAAgB5N,IAAZU,EAAJ,CAKA,IAAMmN,EAAQ3X,KAAK4V,GAAGpT,cAAa,kBACxBiB,EAAK2S,KAAKjH,GACjB,IAAK,IAAIlR,EAAI,EAAGA,EAAIwF,EAAKuS,WAAW9X,OAAQD,IACpCwF,EAAKuS,WAAW/X,GAAGkR,KAAOA,GAC1B1L,EAAKuS,WAAWpV,OAAO3C,EAAG,GAGlCiZ,EAAIra,KAAK4G,EAAM,IAAIN,MAAM,2BAPf,GAQXqH,GACHxK,KAAKoW,KAAKjH,GAAM,WAEZ1L,EAAKmS,GAAGlT,eAAeiV,GAFE,IAAA,IAAAC,EAAAtX,UAAApC,OAAT4C,EAAS,IAAAC,MAAA6W,GAAAC,EAAA,EAAAA,EAAAD,EAAAC,IAAT/W,EAAS+W,GAAAvX,UAAAuX,GAGzBX,EAAI7W,MAAMoD,EAAO,CAAA,aAAS3C,IApBJ,MAItBd,KAAKoW,KAAKjH,GAAM+H,CAkBvB,GA7OL,CAAA7a,IAAA,cAAA0H,MA8PI,SAAY+I,GAAa,IAAA,IAAAnF,EAAA3H,KAAA8X,EAAAxX,UAAApC,OAAN4C,EAAM,IAAAC,MAAA+W,EAAA,EAAAA,EAAA,EAAA,GAAAC,EAAA,EAAAA,EAAAD,EAAAC,IAANjX,EAAMiX,EAAA,GAAAzX,UAAAyX,GAErB,IAAMC,OAAiClO,IAAvB9J,KAAKqW,MAAM7L,cAAmDV,IAA1B9J,KAAKuW,MAAMmB,WAC/D,OAAO,IAAIlM,SAAQ,SAACC,EAASwM,GACzBnX,EAAKZ,MAAK,SAACgY,EAAMC,GACb,OAAIH,EACOE,EAAOD,EAAOC,GAAQzM,EAAQ0M,GAG9B1M,EAAQyM,MAGvBvQ,EAAK9G,KAALR,MAAAsH,GAAUmF,GAANzG,OAAavF,GACpB,GACJ,GA5QL,CAAAzE,IAAA,cAAA0H,MAkRI,SAAYjD,GAAM,IACVoW,EADUjP,EAAAjI,KAEuB,mBAA1Bc,EAAKA,EAAK5C,OAAS,KAC1BgZ,EAAMpW,EAAKqW,OAEf,IAAM3S,EAAS,CACX2K,GAAInP,KAAKkW,YACTkC,SAAU,EACVC,SAAS,EACTvX,KAAAA,EACAuV,MAAOrN,EAAc,CAAEgO,WAAW,GAAQhX,KAAKqW,QAEnDvV,EAAKZ,MAAK,SAAC8F,GACP,GAAIxB,IAAWyD,EAAKgO,OAAO,GAA3B,CAIA,IAAMqC,EAAmB,OAARtS,EACjB,GAAIsS,EACI9T,EAAO4T,SAAWnQ,EAAKsO,MAAMQ,UAC7B9O,EAAKgO,OAAOlG,QACRmH,GACAA,EAAIlR,SAMZ,GADAiC,EAAKgO,OAAOlG,QACRmH,EAAK,CAAA,IAAA,IAAAqB,EAAAjY,UAAApC,OAhBEsa,EAgBF,IAAAzX,MAAAwX,EAAA,EAAAA,EAAA,EAAA,GAAAE,EAAA,EAAAA,EAAAF,EAAAE,IAhBED,EAgBFC,EAAA,GAAAnY,UAAAmY,GACLvB,EAAA7W,WAAA,EAAA,CAAI,MAAJgG,OAAamS,GAChB,CAGL,OADAhU,EAAO6T,SAAU,EACVpQ,EAAKyQ,aAjBX,KAmBL1Y,KAAKiW,OAAO/V,KAAKsE,GACjBxE,KAAK0Y,aACR,GAvTL,CAAArc,IAAA,cAAA0H,MA8TI,WAA2B,IAAf4U,0DACR,GAAK3Y,KAAK6V,WAAoC,IAAvB7V,KAAKiW,OAAO/X,OAAnC,CAGA,IAAMsG,EAASxE,KAAKiW,OAAO,GACvBzR,EAAO6T,UAAYM,IAGvBnU,EAAO6T,SAAU,EACjB7T,EAAO4T,WACPpY,KAAKqW,MAAQ7R,EAAO6R,MACpBrW,KAAKa,KAAKR,MAAML,KAAMwE,EAAO1D,MAR5B,CASJ,GA1UL,CAAAzE,IAAA,SAAA0H,MAiVI,SAAOS,GACHA,EAAOqP,IAAM7T,KAAK6T,IAClB7T,KAAK4V,GAAGgD,QAAQpU,EACnB,GApVL,CAAAnI,IAAA,SAAA0H,MA0VI,WAAS,IAAAoE,EAAAnI,KACmB,mBAAbA,KAAKsW,KACZtW,KAAKsW,MAAK,SAAC9Z,GACP2L,EAAK0Q,mBAAmBrc,MAI5BwD,KAAK6Y,mBAAmB7Y,KAAKsW,KAEpC,GAnWL,CAAAja,IAAA,qBAAA0H,MA0WI,SAAmBvH,GACfwD,KAAKwE,OAAO,CACRjI,KAAM6W,GAAW4B,QACjBxY,KAAMwD,KAAK8Y,KACL9P,EAAc,CAAE+P,IAAK/Y,KAAK8Y,KAAME,OAAQhZ,KAAKiZ,aAAezc,GAC5DA,GAEb,GAjXL,CAAAH,IAAA,UAAA0H,MAwXI,SAAQiC,GACChG,KAAK6V,WACN7V,KAAKiB,aAAa,gBAAiB+E,EAE1C,GA5XL,CAAA3J,IAAA,UAAA0H,MAoYI,SAAQlB,EAAQC,GACZ9C,KAAK6V,WAAY,SACV7V,KAAKmP,GACZnP,KAAKiB,aAAa,aAAc4B,EAAQC,EAC3C,GAxYL,CAAAzG,IAAA,WAAA0H,MA+YI,SAASS,GAEL,GADsBA,EAAOqP,MAAQ7T,KAAK6T,IAG1C,OAAQrP,EAAOjI,MACX,KAAK6W,GAAW4B,QACRxQ,EAAOhI,MAAQgI,EAAOhI,KAAKkM,IAC3B1I,KAAKkZ,UAAU1U,EAAOhI,KAAKkM,IAAKlE,EAAOhI,KAAKuc,KAG5C/Y,KAAKiB,aAAa,gBAAiB,IAAIkC,MAAM,8LAEjD,MACJ,KAAKiQ,GAAWG,MAChB,KAAKH,GAAWO,aACZ3T,KAAKmZ,QAAQ3U,GACb,MACJ,KAAK4O,GAAWI,IAChB,KAAKJ,GAAWQ,WACZ5T,KAAKoZ,MAAM5U,GACX,MACJ,KAAK4O,GAAW6B,WACZjV,KAAKqZ,eACL,MACJ,KAAKjG,GAAW8B,cACZlV,KAAKsZ,UACL,IAAMtT,EAAM,IAAI7C,MAAMqB,EAAOhI,KAAK+c,SAElCvT,EAAIxJ,KAAOgI,EAAOhI,KAAKA,KACvBwD,KAAKiB,aAAa,gBAAiB+E,GAG9C,GA/aL,CAAA3J,IAAA,UAAA0H,MAsbI,SAAQS,GACJ,IAAM1D,EAAO0D,EAAOhI,MAAQ,GACxB,MAAQgI,EAAO2K,IACfrO,EAAKZ,KAAKF,KAAKkX,IAAI1S,EAAO2K,KAE1BnP,KAAK6V,UACL7V,KAAKwZ,UAAU1Y,GAGfd,KAAK+V,cAAc7V,KAAKlE,OAAOsZ,OAAOxU,GAE7C,GAjcL,CAAAzE,IAAA,YAAA0H,MAkcI,SAAUjD,GACN,GAAId,KAAKyZ,eAAiBzZ,KAAKyZ,cAAcvb,OAAQ,CACjD,IADiDwb,EAAAC,EAAAC,EAC/B5Z,KAAKyZ,cAAczY,SADY,IAEjD,IAAkC2Y,EAAAE,MAAAH,EAAAC,EAAAG,KAAAC,MAAA,CAAAL,EAAA3V,MACrB1D,MAAML,KAAMc,EACxB,CAJgD,CAAA,MAAAkF,GAAA2T,EAAAvT,EAAAJ,EAAA,CAAA,QAAA2T,EAAAK,GAAA,CAKpD,CACDhW,EAAAC,EAAAsK,EAAA5R,WAAA,OAAAqD,MAAWK,MAAML,KAAMc,GACnBd,KAAK8Y,MAAQhY,EAAK5C,QAA2C,iBAA1B4C,EAAKA,EAAK5C,OAAS,KACtD8B,KAAKiZ,YAAcnY,EAAKA,EAAK5C,OAAS,GAE7C,GA7cL,CAAA7B,IAAA,MAAA0H,MAmdI,SAAIoL,GACA,IAAM9N,EAAOrB,KACTia,GAAO,EACX,OAAO,WAEH,IAAIA,EAAJ,CAEAA,GAAO,EAJe,IAAA,IAAAC,EAAA5Z,UAAApC,OAAN4C,EAAM,IAAAC,MAAAmZ,GAAAC,EAAA,EAAAA,EAAAD,EAAAC,IAANrZ,EAAMqZ,GAAA7Z,UAAA6Z,GAKtB9Y,EAAKmD,OAAO,CACRjI,KAAM6W,GAAWI,IACjBrE,GAAIA,EACJ3S,KAAMsE,GALN,EAQX,GAjeL,CAAAzE,IAAA,QAAA0H,MAweI,SAAMS,GACF,IAAM0S,EAAMlX,KAAKoW,KAAK5R,EAAO2K,IACzB,mBAAsB+H,IACtBA,EAAI7W,MAAML,KAAMwE,EAAOhI,aAChBwD,KAAKoW,KAAK5R,EAAO2K,IAI/B,GAhfL,CAAA9S,IAAA,YAAA0H,MAsfI,SAAUoL,EAAI4J,GACV/Y,KAAKmP,GAAKA,EACVnP,KAAK8V,UAAYiD,GAAO/Y,KAAK8Y,OAASC,EACtC/Y,KAAK8Y,KAAOC,EACZ/Y,KAAK6V,WAAY,EACjB7V,KAAKoa,eACLpa,KAAKiB,aAAa,WAClBjB,KAAK0Y,aAAY,EACpB,GA9fL,CAAArc,IAAA,eAAA0H,MAogBI,WAAe,IAAAoF,EAAAnJ,KACXA,KAAK+V,cAAc3Z,SAAQ,SAAC0E,GAAD,OAAUqI,EAAKqQ,UAAU1Y,MACpDd,KAAK+V,cAAgB,GACrB/V,KAAKgW,WAAW5Z,SAAQ,SAACoI,GACrB2E,EAAKqO,wBAAwBhT,GAC7B2E,EAAK3E,OAAOA,MAEhBxE,KAAKgW,WAAa,EACrB,GA5gBL,CAAA3Z,IAAA,eAAA0H,MAkhBI,WACI/D,KAAKsZ,UACLtZ,KAAK2M,QAAQ,uBAChB,GArhBL,CAAAtQ,IAAA,UAAA0H,MA6hBI,WACQ/D,KAAKyW,OAELzW,KAAKyW,KAAKra,SAAQ,SAACie,GAAD,OAAgBA,OAClCra,KAAKyW,UAAO3M,GAEhB9J,KAAK4V,GAAL,SAAoB5V,KACvB,GApiBL,CAAA3D,IAAA,aAAA0H,MAqjBI,WAUI,OATI/D,KAAK6V,WACL7V,KAAKwE,OAAO,CAAEjI,KAAM6W,GAAW6B,aAGnCjV,KAAKsZ,UACDtZ,KAAK6V,WAEL7V,KAAK2M,QAAQ,wBAEV3M,IACV,GAhkBL,CAAA3D,IAAA,QAAA0H,MAskBI,WACI,OAAO/D,KAAKyV,YACf,GAxkBL,CAAApZ,IAAA,WAAA0H,MAklBI,SAAS6N,GAEL,OADA5R,KAAKqW,MAAMzE,SAAWA,EACf5R,IACV,GArlBL,CAAA3D,IAAA,WAAAiL,IA+lBI,WAEI,OADAtH,KAAKqW,gBAAiB,EACfrW,IACV,GAlmBL,CAAA3D,IAAA,UAAA0H,MAgnBI,SAAQyG,GAEJ,OADAxK,KAAKqW,MAAM7L,QAAUA,EACdxK,IACV,GAnnBL,CAAA3D,IAAA,QAAA0H,MA+nBI,SAAMuW,GAGF,OAFAta,KAAKyZ,cAAgBzZ,KAAKyZ,eAAiB,GAC3CzZ,KAAKyZ,cAAcvZ,KAAKoa,GACjBta,IACV,GAnoBL,CAAA3D,IAAA,aAAA0H,MA+oBI,SAAWuW,GAGP,OAFAta,KAAKyZ,cAAgBzZ,KAAKyZ,eAAiB,GAC3CzZ,KAAKyZ,cAAczF,QAAQsG,GACpBta,IACV,GAnpBL,CAAA3D,IAAA,SAAA0H,MAsqBI,SAAOuW,GACH,IAAKta,KAAKyZ,cACN,OAAOzZ,KAEX,GAAIsa,GAEA,IADA,IAAMpZ,EAAYlB,KAAKyZ,cACdxb,EAAI,EAAGA,EAAIiD,EAAUhD,OAAQD,IAClC,GAAIqc,IAAapZ,EAAUjD,GAEvB,OADAiD,EAAUN,OAAO3C,EAAG,GACb+B,UAKfA,KAAKyZ,cAAgB,GAEzB,OAAOzZ,IACV,GAvrBL,CAAA3D,IAAA,eAAA0H,MA4rBI,WACI,OAAO/D,KAAKyZ,eAAiB,EAChC,GA9rBL,CAAApd,IAAA,gBAAA0H,MA4sBI,SAAcuW,GAGV,OAFAta,KAAKua,sBAAwBva,KAAKua,uBAAyB,GAC3Dva,KAAKua,sBAAsBra,KAAKoa,GACzBta,IACV,GAhtBL,CAAA3D,IAAA,qBAAA0H,MA8tBI,SAAmBuW,GAGf,OAFAta,KAAKua,sBAAwBva,KAAKua,uBAAyB,GAC3Dva,KAAKua,sBAAsBvG,QAAQsG,GAC5Bta,IACV,GAluBL,CAAA3D,IAAA,iBAAA0H,MAqvBI,SAAeuW,GACX,IAAKta,KAAKua,sBACN,OAAOva,KAEX,GAAIsa,GAEA,IADA,IAAMpZ,EAAYlB,KAAKua,sBACdtc,EAAI,EAAGA,EAAIiD,EAAUhD,OAAQD,IAClC,GAAIqc,IAAapZ,EAAUjD,GAEvB,OADAiD,EAAUN,OAAO3C,EAAG,GACb+B,UAKfA,KAAKua,sBAAwB,GAEjC,OAAOva,IACV,GAtwBL,CAAA3D,IAAA,uBAAA0H,MA2wBI,WACI,OAAO/D,KAAKua,uBAAyB,EACxC,GA7wBL,CAAAle,IAAA,0BAAA0H,MAqxBI,SAAwBS,GACpB,GAAIxE,KAAKua,uBAAyBva,KAAKua,sBAAsBrc,OAAQ,CACjE,IADiEsc,EAAAC,EAAAb,EAC/C5Z,KAAKua,sBAAsBvZ,SADoB,IAEjE,IAAkCyZ,EAAAZ,MAAAW,EAAAC,EAAAX,KAAAC,MAAA,CAAAS,EAAAzW,MACrB1D,MAAML,KAAMwE,EAAOhI,KAC/B,CAJgE,CAAA,MAAAwJ,GAAAyU,EAAArU,EAAAJ,EAAA,CAAA,QAAAyU,EAAAT,GAAA,CAKpE,CACJ,KA5xBLzL,CAAA,CAAA,CAA4B7O,GC7BrB,SAASgb,GAAQpY,GACpBA,EAAOA,GAAQ,GACftC,KAAK2a,GAAKrY,EAAKsY,KAAO,IACtB5a,KAAK6a,IAAMvY,EAAKuY,KAAO,IACvB7a,KAAK8a,OAASxY,EAAKwY,QAAU,EAC7B9a,KAAK+a,OAASzY,EAAKyY,OAAS,GAAKzY,EAAKyY,QAAU,EAAIzY,EAAKyY,OAAS,EAClE/a,KAAKgb,SAAW,CACnB,CAODN,GAAQ/d,UAAUse,SAAW,WACzB,IAAIN,EAAK3a,KAAK2a,GAAKzV,KAAKgW,IAAIlb,KAAK8a,OAAQ9a,KAAKgb,YAC9C,GAAIhb,KAAK+a,OAAQ,CACb,IAAII,EAAOjW,KAAKkW,SACZC,EAAYnW,KAAKC,MAAMgW,EAAOnb,KAAK+a,OAASJ,GAChDA,EAAoC,IAAN,EAAxBzV,KAAKC,MAAa,GAAPgW,IAAuBR,EAAKU,EAAYV,EAAKU,CACjE,CACD,OAAgC,EAAzBnW,KAAK0V,IAAID,EAAI3a,KAAK6a,IAC5B,EAMDH,GAAQ/d,UAAU2e,MAAQ,WACtBtb,KAAKgb,SAAW,CACnB,EAMDN,GAAQ/d,UAAU4e,OAAS,SAAUX,GACjC5a,KAAK2a,GAAKC,CACb,EAMDF,GAAQ/d,UAAU6e,OAAS,SAAUX,GACjC7a,KAAK6a,IAAMA,CACd,EAMDH,GAAQ/d,UAAU8e,UAAY,SAAUV,GACpC/a,KAAK+a,OAASA,CACjB,EC3DD,IAAaW,GAAb,SAAArY,GAAAC,EAAAoY,EAAArY,GAAA,IAAAH,EAAAM,EAAAkY,GACI,SAAYxS,EAAAA,EAAK5G,GAAM,IAAAU,EACfyU,EADexU,EAAAjD,KAAA0b,IAEnB1Y,EAAAE,EAAArG,KAAAmD,OACK2b,KAAO,GACZ3Y,EAAKyT,KAAO,GACRvN,GAAO,WAAoBA,EAAAA,KAC3B5G,EAAO4G,EACPA,OAAMY,IAEVxH,EAAOA,GAAQ,IACVyG,KAAOzG,EAAKyG,MAAQ,aACzB/F,EAAKV,KAAOA,EACZD,EAAqBsB,EAAAX,GAAOV,GAC5BU,EAAK4Y,cAAmC,IAAtBtZ,EAAKsZ,cACvB5Y,EAAK6Y,qBAAqBvZ,EAAKuZ,sBAAwBC,KACvD9Y,EAAK+Y,kBAAkBzZ,EAAKyZ,mBAAqB,KACjD/Y,EAAKgZ,qBAAqB1Z,EAAK0Z,sBAAwB,KACvDhZ,EAAKiZ,oBAAwD,QAAnCxE,EAAKnV,EAAK2Z,2BAAwC,IAAPxE,EAAgBA,EAAK,IAC1FzU,EAAKkZ,QAAU,IAAIxB,GAAQ,CACvBE,IAAK5X,EAAK+Y,oBACVlB,IAAK7X,EAAKgZ,uBACVjB,OAAQ/X,EAAKiZ,wBAEjBjZ,EAAKwH,QAAQ,MAAQlI,EAAKkI,QAAU,IAAQlI,EAAKkI,SACjDxH,EAAK4T,YAAc,SACnB5T,EAAKkG,IAAMA,EACX,IAAMiT,EAAU7Z,EAAK8Z,QAAUA,GA1BZ,OA2BnBpZ,EAAKqZ,QAAU,IAAIF,EAAQ9I,QAC3BrQ,EAAKsZ,QAAU,IAAIH,EAAQlI,QAC3BjR,EAAKwT,cAAoC,IAArBlU,EAAKia,YACrBvZ,EAAKwT,cACLxT,EAAKkH,OA/BUlH,CAgCtB,CAjCL,OAAAc,EAAA4X,EAAA,CAAA,CAAArf,IAAA,eAAA0H,MAkCI,SAAayY,GACT,OAAKlc,UAAUpC,QAEf8B,KAAKyc,gBAAkBD,EAChBxc,MAFIA,KAAKyc,aAGnB,GAvCL,CAAApgB,IAAA,uBAAA0H,MAwCI,SAAqByY,GACjB,YAAU1S,IAAN0S,EACOxc,KAAK0c,uBAChB1c,KAAK0c,sBAAwBF,EACtBxc,KACV,GA7CL,CAAA3D,IAAA,oBAAA0H,MA8CI,SAAkByY,GACd,IAAI/E,EACJ,YAAU3N,IAAN0S,EACOxc,KAAK2c,oBAChB3c,KAAK2c,mBAAqBH,EACF,QAAvB/E,EAAKzX,KAAKkc,eAA4B,IAAPzE,GAAyBA,EAAG8D,OAAOiB,GAC5Dxc,KACV,GArDL,CAAA3D,IAAA,sBAAA0H,MAsDI,SAAoByY,GAChB,IAAI/E,EACJ,YAAU3N,IAAN0S,EACOxc,KAAK4c,sBAChB5c,KAAK4c,qBAAuBJ,EACJ,QAAvB/E,EAAKzX,KAAKkc,eAA4B,IAAPzE,GAAyBA,EAAGgE,UAAUe,GAC/Dxc,KACV,GA7DL,CAAA3D,IAAA,uBAAA0H,MA8DI,SAAqByY,GACjB,IAAI/E,EACJ,YAAU3N,IAAN0S,EACOxc,KAAK6c,uBAChB7c,KAAK6c,sBAAwBL,EACL,QAAvB/E,EAAKzX,KAAKkc,eAA4B,IAAPzE,GAAyBA,EAAG+D,OAAOgB,GAC5Dxc,KACV,GArEL,CAAA3D,IAAA,UAAA0H,MAsEI,SAAQyY,GACJ,OAAKlc,UAAUpC,QAEf8B,KAAK8c,SAAWN,EACTxc,MAFIA,KAAK8c,QAGnB,GA3EL,CAAAzgB,IAAA,uBAAA0H,MAkFI,YAES/D,KAAK+c,eACN/c,KAAKyc,eACqB,IAA1Bzc,KAAKkc,QAAQlB,UAEbhb,KAAKgd,WAEZ,GA1FL,CAAA3gB,IAAA,OAAA0H,MAkGI,SAAKhE,GAAI,IAAA0D,EAAAzD,KACL,IAAKA,KAAK4W,YAAY9N,QAAQ,QAC1B,OAAO9I,KACXA,KAAKsX,OAAS,IAAI2F,GAAOjd,KAAKkJ,IAAKlJ,KAAKsC,MACxC,IAAMuB,EAAS7D,KAAKsX,OACdjW,EAAOrB,KACbA,KAAK4W,YAAc,UACnB5W,KAAKkd,eAAgB,EAErB,IAAMC,EAAiBvd,GAAGiE,EAAQ,QAAQ,WACtCxC,EAAKkL,SACLxM,GAAMA,OAGJqd,EAAWxd,GAAGiE,EAAQ,SAAS,SAACmC,GAClC3E,EAAK4J,UACL5J,EAAKuV,YAAc,SACnBnT,EAAKxC,aAAa,QAAS+E,GACvBjG,EACAA,EAAGiG,GAIH3E,EAAKgc,sBAEZ,IACD,IAAI,IAAUrd,KAAK8c,SAAU,CACzB,IAAMtS,EAAUxK,KAAK8c,SACL,IAAZtS,GACA2S,IAGJ,IAAMxF,EAAQ3X,KAAKwC,cAAa,WAC5B2a,IACAtZ,EAAOqE,QAEPrE,EAAOhD,KAAK,QAAS,IAAIsC,MAAM,WAJrB,GAKXqH,GACCxK,KAAKsC,KAAKkK,WACVmL,EAAMjL,QAEV1M,KAAKyW,KAAKvW,MAAK,WACXkC,aAAauV,KAEpB,CAGD,OAFA3X,KAAKyW,KAAKvW,KAAKid,GACfnd,KAAKyW,KAAKvW,KAAKkd,GACRpd,IACV,GAlJL,CAAA3D,IAAA,UAAA0H,MAyJI,SAAQhE,GACJ,OAAOC,KAAKkK,KAAKnK,EACpB,GA3JL,CAAA1D,IAAA,SAAA0H,MAiKI,WAEI/D,KAAKiL,UAELjL,KAAK4W,YAAc,OACnB5W,KAAKiB,aAAa,QAElB,IAAM4C,EAAS7D,KAAKsX,OACpBtX,KAAKyW,KAAKvW,KAAKN,GAAGiE,EAAQ,OAAQ7D,KAAKsd,OAAO7a,KAAKzC,OAAQJ,GAAGiE,EAAQ,OAAQ7D,KAAKud,OAAO9a,KAAKzC,OAAQJ,GAAGiE,EAAQ,QAAS7D,KAAK+M,QAAQtK,KAAKzC,OAAQJ,GAAGiE,EAAQ,QAAS7D,KAAK2M,QAAQlK,KAAKzC,OAAQJ,GAAGI,KAAKsc,QAAS,UAAWtc,KAAKwd,UAAU/a,KAAKzC,OACtP,GA1KL,CAAA3D,IAAA,SAAA0H,MAgLI,WACI/D,KAAKiB,aAAa,OACrB,GAlLL,CAAA5E,IAAA,SAAA0H,MAwLI,SAAOvH,GACH,IACIwD,KAAKsc,QAAQmB,IAAIjhB,EAIpB,CAFD,MAAO4J,GACHpG,KAAK2M,QAAQ,cAAevG,EAC/B,CACJ,GA/LL,CAAA/J,IAAA,YAAA0H,MAqMI,SAAUS,GAAQ,IAAAmD,EAAA3H,KAEduL,IAAS,WACL5D,EAAK1G,aAAa,SAAUuD,KAC7BxE,KAAKwC,aACX,GA1ML,CAAAnG,IAAA,UAAA0H,MAgNI,SAAQiC,GACJhG,KAAKiB,aAAa,QAAS+E,EAC9B,GAlNL,CAAA3J,IAAA,SAAA0H,MAyNI,SAAO8P,EAAKvR,GACR,IAAIuB,EAAS7D,KAAK2b,KAAK9H,GAQvB,OAPKhQ,EAII7D,KAAKwW,eAAiB3S,EAAO6Z,QAClC7Z,EAAO0R,WAJP1R,EAAS,IAAI0K,GAAOvO,KAAM6T,EAAKvR,GAC/BtC,KAAK2b,KAAK9H,GAAOhQ,GAKdA,CACV,GAnOL,CAAAxH,IAAA,WAAA0H,MA0OI,SAASF,GAEL,IADA,IACA8Z,EAAA,EAAAC,EADa5hB,OAAOG,KAAK6D,KAAK2b,MACNgC,EAAAC,EAAA1f,OAAAyf,IAAA,CAAnB,IAAM9J,EAAN+J,EAAAD,GAED,GADe3d,KAAK2b,KAAK9H,GACd6J,OACP,MAEP,CACD1d,KAAK6d,QACR,GAnPL,CAAAxhB,IAAA,UAAA0H,MA0PI,SAAQS,GAEJ,IADA,IAAMqD,EAAiB7H,KAAKqc,QAAQtX,OAAOP,GAClCvG,EAAI,EAAGA,EAAI4J,EAAe3J,OAAQD,IACvC+B,KAAKsX,OAAO/S,MAAMsD,EAAe5J,GAAIuG,EAAOmN,QAEnD,GA/PL,CAAAtV,IAAA,UAAA0H,MAqQI,WACI/D,KAAKyW,KAAKra,SAAQ,SAACie,GAAD,OAAgBA,OAClCra,KAAKyW,KAAKvY,OAAS,EACnB8B,KAAKsc,QAAQhD,SAChB,GAzQL,CAAAjd,IAAA,SAAA0H,MA+QI,WACI/D,KAAKkd,eAAgB,EACrBld,KAAK+c,eAAgB,EACrB/c,KAAK2M,QAAQ,gBACT3M,KAAKsX,QACLtX,KAAKsX,OAAOpP,OACnB,GArRL,CAAA7L,IAAA,aAAA0H,MA2RI,WACI,OAAO/D,KAAK6d,QACf,GA7RL,CAAAxhB,IAAA,UAAA0H,MAmSI,SAAQlB,EAAQC,GACZ9C,KAAKiL,UACLjL,KAAKkc,QAAQZ,QACbtb,KAAK4W,YAAc,SACnB5W,KAAKiB,aAAa,QAAS4B,EAAQC,GAC/B9C,KAAKyc,gBAAkBzc,KAAKkd,eAC5Bld,KAAKgd,WAEZ,GA3SL,CAAA3gB,IAAA,YAAA0H,MAiTI,WAAY,IAAAkE,EAAAjI,KACR,GAAIA,KAAK+c,eAAiB/c,KAAKkd,cAC3B,OAAOld,KACX,IAAMqB,EAAOrB,KACb,GAAIA,KAAKkc,QAAQlB,UAAYhb,KAAK0c,sBAC9B1c,KAAKkc,QAAQZ,QACbtb,KAAKiB,aAAa,oBAClBjB,KAAK+c,eAAgB,MAEpB,CACD,IAAMe,EAAQ9d,KAAKkc,QAAQjB,WAC3Bjb,KAAK+c,eAAgB,EACrB,IAAMpF,EAAQ3X,KAAKwC,cAAa,WACxBnB,EAAK6b,gBAETjV,EAAKhH,aAAa,oBAAqBI,EAAK6a,QAAQlB,UAEhD3Z,EAAK6b,eAET7b,EAAK6I,MAAK,SAAClE,GACHA,GACA3E,EAAK0b,eAAgB,EACrB1b,EAAK2b,YACL/U,EAAKhH,aAAa,kBAAmB+E,IAGrC3E,EAAK0c,iBAdH,GAiBXD,GACC9d,KAAKsC,KAAKkK,WACVmL,EAAMjL,QAEV1M,KAAKyW,KAAKvW,MAAK,WACXkC,aAAauV,KAEpB,CACJ,GAtVL,CAAAtb,IAAA,cAAA0H,MA4VI,WACI,IAAMia,EAAUhe,KAAKkc,QAAQlB,SAC7Bhb,KAAK+c,eAAgB,EACrB/c,KAAKkc,QAAQZ,QACbtb,KAAKiB,aAAa,YAAa+c,EAClC,KAjWLtC,CAAA,CAAA,CAA6Bhc,GCAvBue,GAAQ,CAAA,EACd,SAASlgB,GAAOmL,EAAK5G,GACE,WAAfiQ,EAAOrJ,KACP5G,EAAO4G,EACPA,OAAMY,GAGV,IASI8L,EATEsI,ECHH,SAAahV,GAAqB,IAAhBH,yDAAO,GAAIoV,EAAK7d,UAAApC,OAAA,EAAAoC,UAAA,QAAAwJ,EACjC3M,EAAM+L,EAEViV,EAAMA,GAA4B,oBAAbtX,UAA4BA,SAC7C,MAAQqC,IACRA,EAAMiV,EAAIpX,SAAW,KAAOoX,EAAItQ,MAEjB,iBAAR3E,IACH,MAAQA,EAAI1K,OAAO,KAEf0K,EADA,MAAQA,EAAI1K,OAAO,GACb2f,EAAIpX,SAAWmC,EAGfiV,EAAItQ,KAAO3E,GAGpB,sBAAsBkV,KAAKlV,KAExBA,OADA,IAAuBiV,EACjBA,EAAIpX,SAAW,KAAOmC,EAGtB,WAAaA,GAI3B/L,EAAMmQ,GAAMpE,IAGX/L,EAAI6J,OACD,cAAcoX,KAAKjhB,EAAI4J,UACvB5J,EAAI6J,KAAO,KAEN,eAAeoX,KAAKjhB,EAAI4J,YAC7B5J,EAAI6J,KAAO,QAGnB7J,EAAI4L,KAAO5L,EAAI4L,MAAQ,IACvB,IACM8E,GADkC,IAA3B1Q,EAAI0Q,KAAK/E,QAAQ,KACV,IAAM3L,EAAI0Q,KAAO,IAAM1Q,EAAI0Q,KAS/C,OAPA1Q,EAAIgS,GAAKhS,EAAI4J,SAAW,MAAQ8G,EAAO,IAAM1Q,EAAI6J,KAAO+B,EAExD5L,EAAIkhB,KACAlhB,EAAI4J,SACA,MACA8G,GACCsQ,GAAOA,EAAInX,OAAS7J,EAAI6J,KAAO,GAAK,IAAM7J,EAAI6J,MAChD7J,CACV,CD7CkBmhB,CAAIpV,GADnB5G,EAAOA,GAAQ,IACcyG,MAAQ,cAC/B6E,EAASsQ,EAAOtQ,OAChBuB,EAAK+O,EAAO/O,GACZpG,EAAOmV,EAAOnV,KACdwV,EAAgBN,GAAM9O,IAAOpG,KAAQkV,GAAM9O,GAAN,KAkB3C,OAjBsB7M,EAAKkc,UACvBlc,EAAK,0BACL,IAAUA,EAAKmc,WACfF,EAGA3I,EAAK,IAAI8F,GAAQ9N,EAAQtL,IAGpB2b,GAAM9O,KACP8O,GAAM9O,GAAM,IAAIuM,GAAQ9N,EAAQtL,IAEpCsT,EAAKqI,GAAM9O,IAEX+O,EAAOta,QAAUtB,EAAKsB,QACtBtB,EAAKsB,MAAQsa,EAAO/P,UAEjByH,EAAG/R,OAAOqa,EAAOnV,KAAMzG,EACjC,QAGD0G,EAAcjL,GAAQ,CAClB2d,QAAAA,GACAnN,OAAAA,GACAqH,GAAI7X,GACJwX,QAASxX"} \ No newline at end of file diff --git a/software/flow/node_modules/socket.io/client-dist/socket.io.msgpack.min.js b/software/flow/node_modules/socket.io/client-dist/socket.io.msgpack.min.js deleted file mode 100644 index 423c477..0000000 --- a/software/flow/node_modules/socket.io/client-dist/socket.io.msgpack.min.js +++ /dev/null @@ -1,7 +0,0 @@ -/*! - * Socket.IO v4.6.1 - * (c) 2014-2023 Guillermo Rauch - * Released under the MIT License. - */ -!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?define(e):(t="undefined"!=typeof globalThis?globalThis:t||self).io=e()}(this,(function(){"use strict";function t(t,e){return e.forEach((function(e){e&&"string"!=typeof e&&!Array.isArray(e)&&Object.keys(e).forEach((function(n){if("default"!==n&&!(n in t)){var i=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,i.get?i:{enumerable:!0,get:function(){return e[n]}})}}))})),Object.freeze(t)}function e(t){return e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},e(t)}function n(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function i(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,i.key,i)}}function r(t,e,n){return e&&i(t.prototype,e),n&&i(t,n),Object.defineProperty(t,"prototype",{writable:!1}),t}function s(){return s=Object.assign?Object.assign.bind():function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(t[i]=n[i])}return t},s.apply(this,arguments)}function o(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&u(t,e)}function a(t){return a=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)},a(t)}function u(t,e){return u=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t},u(t,e)}function c(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function h(t,e,n){return h=c()?Reflect.construct.bind():function(t,e,n){var i=[null];i.push.apply(i,e);var r=new(Function.bind.apply(t,i));return n&&u(r,n.prototype),r},h.apply(null,arguments)}function f(t){var e="function"==typeof Map?new Map:void 0;return f=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,i)}function i(){return h(t,arguments,a(this).constructor)}return i.prototype=Object.create(t.prototype,{constructor:{value:i,enumerable:!1,writable:!0,configurable:!0}}),u(i,t)},f(t)}function l(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function p(t,e){if(e&&("object"==typeof e||"function"==typeof e))return e;if(void 0!==e)throw new TypeError("Derived constructors may only return object or undefined");return l(t)}function d(t){var e=c();return function(){var n,i=a(t);if(e){var r=a(this).constructor;n=Reflect.construct(i,arguments,r)}else n=i.apply(this,arguments);return p(this,n)}}function y(t,e){for(;!Object.prototype.hasOwnProperty.call(t,e)&&null!==(t=a(t)););return t}function v(){return v="undefined"!=typeof Reflect&&Reflect.get?Reflect.get.bind():function(t,e,n){var i=y(t,e);if(i){var r=Object.getOwnPropertyDescriptor(i,e);return r.get?r.get.call(arguments.length<3?t:n):r.value}},v.apply(this,arguments)}function g(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);n<e;n++)i[n]=t[n];return i}function _(t,e){var n="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!n){if(Array.isArray(t)||(n=function(t,e){if(t){if("string"==typeof t)return g(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?g(t,e):void 0}}(t))||e&&t&&"number"==typeof t.length){n&&(t=n);var i=0,r=function(){};return{s:r,n:function(){return i>=t.length?{done:!0}:{done:!1,value:t[i++]}},e:function(t){throw t},f:r}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var s,o=!0,a=!1;return{s:function(){n=n.call(t)},n:function(){var t=n.next();return o=t.done,t},e:function(t){a=!0,s=t},f:function(){try{o||null==n.return||n.return()}finally{if(a)throw s}}}}var m=Object.create(null);m.open="0",m.close="1",m.ping="2",m.pong="3",m.message="4",m.upgrade="5",m.noop="6";var b=Object.create(null);Object.keys(m).forEach((function(t){b[m[t]]=t}));for(var k={type:"error",data:"parser error"},w="function"==typeof Blob||"undefined"!=typeof Blob&&"[object BlobConstructor]"===Object.prototype.toString.call(Blob),O="function"==typeof ArrayBuffer,E=function(t,e,n){var i,r=t.type,s=t.data;return w&&s instanceof Blob?e?n(s):C(s,n):O&&(s instanceof ArrayBuffer||(i=s,"function"==typeof ArrayBuffer.isView?ArrayBuffer.isView(i):i&&i.buffer instanceof ArrayBuffer))?e?n(s):C(new Blob([s]),n):n(m[r]+(s||""))},C=function(t,e){var n=new FileReader;return n.onload=function(){var t=n.result.split(",")[1];e("b"+t)},n.readAsDataURL(t)},T="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",R="undefined"==typeof Uint8Array?[]:new Uint8Array(256),A=0;A<T.length;A++)R[T.charCodeAt(A)]=A;var S="function"==typeof ArrayBuffer,L=function(t,e){if("string"!=typeof t)return{type:"message",data:B(t,e)};var n=t.charAt(0);return"b"===n?{type:"message",data:x(t.substring(1),e)}:b[n]?t.length>1?{type:b[n],data:t.substring(1)}:{type:b[n]}:k},x=function(t,e){if(S){var n=function(t){var e,n,i,r,s,o=.75*t.length,a=t.length,u=0;"="===t[t.length-1]&&(o--,"="===t[t.length-2]&&o--);var c=new ArrayBuffer(o),h=new Uint8Array(c);for(e=0;e<a;e+=4)n=R[t.charCodeAt(e)],i=R[t.charCodeAt(e+1)],r=R[t.charCodeAt(e+2)],s=R[t.charCodeAt(e+3)],h[u++]=n<<2|i>>4,h[u++]=(15&i)<<4|r>>2,h[u++]=(3&r)<<6|63&s;return c}(t);return B(n,e)}return{base64:!0,data:t}},B=function(t,e){return"blob"===e&&t instanceof ArrayBuffer?new Blob([t]):t},U=String.fromCharCode(30);function P(t){if(t)return function(t){for(var e in P.prototype)t[e]=P.prototype[e];return t}(t)}P.prototype.on=P.prototype.addEventListener=function(t,e){return this._callbacks=this._callbacks||{},(this._callbacks["$"+t]=this._callbacks["$"+t]||[]).push(e),this},P.prototype.once=function(t,e){function n(){this.off(t,n),e.apply(this,arguments)}return n.fn=e,this.on(t,n),this},P.prototype.off=P.prototype.removeListener=P.prototype.removeAllListeners=P.prototype.removeEventListener=function(t,e){if(this._callbacks=this._callbacks||{},0==arguments.length)return this._callbacks={},this;var n,i=this._callbacks["$"+t];if(!i)return this;if(1==arguments.length)return delete this._callbacks["$"+t],this;for(var r=0;r<i.length;r++)if((n=i[r])===e||n.fn===e){i.splice(r,1);break}return 0===i.length&&delete this._callbacks["$"+t],this},P.prototype.emit=function(t){this._callbacks=this._callbacks||{};for(var e=new Array(arguments.length-1),n=this._callbacks["$"+t],i=1;i<arguments.length;i++)e[i-1]=arguments[i];if(n){i=0;for(var r=(n=n.slice(0)).length;i<r;++i)n[i].apply(this,e)}return this},P.prototype.emitReserved=P.prototype.emit,P.prototype.listeners=function(t){return this._callbacks=this._callbacks||{},this._callbacks["$"+t]||[]},P.prototype.hasListeners=function(t){return!!this.listeners(t).length};var j="undefined"!=typeof self?self:"undefined"!=typeof window?window:Function("return this")();function q(t){for(var e=arguments.length,n=new Array(e>1?e-1:0),i=1;i<e;i++)n[i-1]=arguments[i];return n.reduce((function(e,n){return t.hasOwnProperty(n)&&(e[n]=t[n]),e}),{})}var N=j.setTimeout,M=j.clearTimeout;function D(t,e){e.useNativeTimers?(t.setTimeoutFn=N.bind(j),t.clearTimeoutFn=M.bind(j)):(t.setTimeoutFn=j.setTimeout.bind(j),t.clearTimeoutFn=j.clearTimeout.bind(j))}var I,F=function(t){o(i,t);var e=d(i);function i(t,r,s){var o;return n(this,i),(o=e.call(this,t)).description=r,o.context=s,o.type="TransportError",o}return r(i)}(f(Error)),H=function(t){o(i,t);var e=d(i);function i(t){var r;return n(this,i),(r=e.call(this)).writable=!1,D(l(r),t),r.opts=t,r.query=t.query,r.socket=t.socket,r}return r(i,[{key:"onError",value:function(t,e,n){return v(a(i.prototype),"emitReserved",this).call(this,"error",new F(t,e,n)),this}},{key:"open",value:function(){return this.readyState="opening",this.doOpen(),this}},{key:"close",value:function(){return"opening"!==this.readyState&&"open"!==this.readyState||(this.doClose(),this.onClose()),this}},{key:"send",value:function(t){"open"===this.readyState&&this.write(t)}},{key:"onOpen",value:function(){this.readyState="open",this.writable=!0,v(a(i.prototype),"emitReserved",this).call(this,"open")}},{key:"onData",value:function(t){var e=L(t,this.socket.binaryType);this.onPacket(e)}},{key:"onPacket",value:function(t){v(a(i.prototype),"emitReserved",this).call(this,"packet",t)}},{key:"onClose",value:function(t){this.readyState="closed",v(a(i.prototype),"emitReserved",this).call(this,"close",t)}},{key:"pause",value:function(t){}}]),i}(P),$="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz-_".split(""),z={},W=0,V=0;function Q(t){var e="";do{e=$[t%64]+e,t=Math.floor(t/64)}while(t>0);return e}function X(){var t=Q(+new Date);return t!==I?(W=0,I=t):t+"."+Q(W++)}for(;V<64;V++)z[$[V]]=V;function K(t){var e="";for(var n in t)t.hasOwnProperty(n)&&(e.length&&(e+="&"),e+=encodeURIComponent(n)+"="+encodeURIComponent(t[n]));return e}function J(t){for(var e={},n=t.split("&"),i=0,r=n.length;i<r;i++){var s=n[i].split("=");e[decodeURIComponent(s[0])]=decodeURIComponent(s[1])}return e}var Y=!1;try{Y="undefined"!=typeof XMLHttpRequest&&"withCredentials"in new XMLHttpRequest}catch(t){}var G=Y;function Z(t){var e=t.xdomain;try{if("undefined"!=typeof XMLHttpRequest&&(!e||G))return new XMLHttpRequest}catch(t){}if(!e)try{return new(j[["Active"].concat("Object").join("X")])("Microsoft.XMLHTTP")}catch(t){}}function tt(){}var et=null!=new Z({xdomain:!1}).responseType,nt=function(t){o(i,t);var e=d(i);function i(t){var r;if(n(this,i),(r=e.call(this,t)).polling=!1,"undefined"!=typeof location){var s="https:"===location.protocol,o=location.port;o||(o=s?"443":"80"),r.xd="undefined"!=typeof location&&t.hostname!==location.hostname||o!==t.port,r.xs=t.secure!==s}var a=t&&t.forceBase64;return r.supportsBinary=et&&!a,r}return r(i,[{key:"name",get:function(){return"polling"}},{key:"doOpen",value:function(){this.poll()}},{key:"pause",value:function(t){var e=this;this.readyState="pausing";var n=function(){e.readyState="paused",t()};if(this.polling||!this.writable){var i=0;this.polling&&(i++,this.once("pollComplete",(function(){--i||n()}))),this.writable||(i++,this.once("drain",(function(){--i||n()})))}else n()}},{key:"poll",value:function(){this.polling=!0,this.doPoll(),this.emitReserved("poll")}},{key:"onData",value:function(t){var e=this;(function(t,e){for(var n=t.split(U),i=[],r=0;r<n.length;r++){var s=L(n[r],e);if(i.push(s),"error"===s.type)break}return i})(t,this.socket.binaryType).forEach((function(t){if("opening"===e.readyState&&"open"===t.type&&e.onOpen(),"close"===t.type)return e.onClose({description:"transport closed by the server"}),!1;e.onPacket(t)})),"closed"!==this.readyState&&(this.polling=!1,this.emitReserved("pollComplete"),"open"===this.readyState&&this.poll())}},{key:"doClose",value:function(){var t=this,e=function(){t.write([{type:"close"}])};"open"===this.readyState?e():this.once("open",e)}},{key:"write",value:function(t){var e=this;this.writable=!1,function(t,e){var n=t.length,i=new Array(n),r=0;t.forEach((function(t,s){E(t,!1,(function(t){i[s]=t,++r===n&&e(i.join(U))}))}))}(t,(function(t){e.doWrite(t,(function(){e.writable=!0,e.emitReserved("drain")}))}))}},{key:"uri",value:function(){var t=this.query||{},e=this.opts.secure?"https":"http",n="";!1!==this.opts.timestampRequests&&(t[this.opts.timestampParam]=X()),this.supportsBinary||t.sid||(t.b64=1),this.opts.port&&("https"===e&&443!==Number(this.opts.port)||"http"===e&&80!==Number(this.opts.port))&&(n=":"+this.opts.port);var i=K(t);return e+"://"+(-1!==this.opts.hostname.indexOf(":")?"["+this.opts.hostname+"]":this.opts.hostname)+n+this.opts.path+(i.length?"?"+i:"")}},{key:"request",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return s(t,{xd:this.xd,xs:this.xs},this.opts),new it(this.uri(),t)}},{key:"doWrite",value:function(t,e){var n=this,i=this.request({method:"POST",data:t});i.on("success",e),i.on("error",(function(t,e){n.onError("xhr post error",t,e)}))}},{key:"doPoll",value:function(){var t=this,e=this.request();e.on("data",this.onData.bind(this)),e.on("error",(function(e,n){t.onError("xhr poll error",e,n)})),this.pollXhr=e}}]),i}(H),it=function(t){o(i,t);var e=d(i);function i(t,r){var s;return n(this,i),D(l(s=e.call(this)),r),s.opts=r,s.method=r.method||"GET",s.uri=t,s.async=!1!==r.async,s.data=void 0!==r.data?r.data:null,s.create(),s}return r(i,[{key:"create",value:function(){var t=this,e=q(this.opts,"agent","pfx","key","passphrase","cert","ca","ciphers","rejectUnauthorized","autoUnref");e.xdomain=!!this.opts.xd,e.xscheme=!!this.opts.xs;var n=this.xhr=new Z(e);try{n.open(this.method,this.uri,this.async);try{if(this.opts.extraHeaders)for(var r in n.setDisableHeaderCheck&&n.setDisableHeaderCheck(!0),this.opts.extraHeaders)this.opts.extraHeaders.hasOwnProperty(r)&&n.setRequestHeader(r,this.opts.extraHeaders[r])}catch(t){}if("POST"===this.method)try{n.setRequestHeader("Content-type","text/plain;charset=UTF-8")}catch(t){}try{n.setRequestHeader("Accept","*/*")}catch(t){}"withCredentials"in n&&(n.withCredentials=this.opts.withCredentials),this.opts.requestTimeout&&(n.timeout=this.opts.requestTimeout),n.onreadystatechange=function(){4===n.readyState&&(200===n.status||1223===n.status?t.onLoad():t.setTimeoutFn((function(){t.onError("number"==typeof n.status?n.status:0)}),0))},n.send(this.data)}catch(e){return void this.setTimeoutFn((function(){t.onError(e)}),0)}"undefined"!=typeof document&&(this.index=i.requestsCount++,i.requests[this.index]=this)}},{key:"onError",value:function(t){this.emitReserved("error",t,this.xhr),this.cleanup(!0)}},{key:"cleanup",value:function(t){if(void 0!==this.xhr&&null!==this.xhr){if(this.xhr.onreadystatechange=tt,t)try{this.xhr.abort()}catch(t){}"undefined"!=typeof document&&delete i.requests[this.index],this.xhr=null}}},{key:"onLoad",value:function(){var t=this.xhr.responseText;null!==t&&(this.emitReserved("data",t),this.emitReserved("success"),this.cleanup())}},{key:"abort",value:function(){this.cleanup()}}]),i}(P);if(it.requestsCount=0,it.requests={},"undefined"!=typeof document)if("function"==typeof attachEvent)attachEvent("onunload",rt);else if("function"==typeof addEventListener){addEventListener("onpagehide"in j?"pagehide":"unload",rt,!1)}function rt(){for(var t in it.requests)it.requests.hasOwnProperty(t)&&it.requests[t].abort()}var st="function"==typeof Promise&&"function"==typeof Promise.resolve?function(t){return Promise.resolve().then(t)}:function(t,e){return e(t,0)},ot=j.WebSocket||j.MozWebSocket,at="undefined"!=typeof navigator&&"string"==typeof navigator.product&&"reactnative"===navigator.product.toLowerCase(),ut=function(t){o(i,t);var e=d(i);function i(t){var r;return n(this,i),(r=e.call(this,t)).supportsBinary=!t.forceBase64,r}return r(i,[{key:"name",get:function(){return"websocket"}},{key:"doOpen",value:function(){if(this.check()){var t=this.uri(),e=this.opts.protocols,n=at?{}:q(this.opts,"agent","perMessageDeflate","pfx","key","passphrase","cert","ca","ciphers","rejectUnauthorized","localAddress","protocolVersion","origin","maxPayload","family","checkServerIdentity");this.opts.extraHeaders&&(n.headers=this.opts.extraHeaders);try{this.ws=at?new ot(t,e,n):e?new ot(t,e):new ot(t)}catch(t){return this.emitReserved("error",t)}this.ws.binaryType=this.socket.binaryType||"arraybuffer",this.addEventListeners()}}},{key:"addEventListeners",value:function(){var t=this;this.ws.onopen=function(){t.opts.autoUnref&&t.ws._socket.unref(),t.onOpen()},this.ws.onclose=function(e){return t.onClose({description:"websocket connection closed",context:e})},this.ws.onmessage=function(e){return t.onData(e.data)},this.ws.onerror=function(e){return t.onError("websocket error",e)}}},{key:"write",value:function(t){var e=this;this.writable=!1;for(var n=function(n){var i=t[n],r=n===t.length-1;E(i,e.supportsBinary,(function(t){try{e.ws.send(t)}catch(t){}r&&st((function(){e.writable=!0,e.emitReserved("drain")}),e.setTimeoutFn)}))},i=0;i<t.length;i++)n(i)}},{key:"doClose",value:function(){void 0!==this.ws&&(this.ws.close(),this.ws=null)}},{key:"uri",value:function(){var t=this.query||{},e=this.opts.secure?"wss":"ws",n="";this.opts.port&&("wss"===e&&443!==Number(this.opts.port)||"ws"===e&&80!==Number(this.opts.port))&&(n=":"+this.opts.port),this.opts.timestampRequests&&(t[this.opts.timestampParam]=X()),this.supportsBinary||(t.b64=1);var i=K(t);return e+"://"+(-1!==this.opts.hostname.indexOf(":")?"["+this.opts.hostname+"]":this.opts.hostname)+n+this.opts.path+(i.length?"?"+i:"")}},{key:"check",value:function(){return!!ot}}]),i}(H),ct={websocket:ut,polling:nt},ht=/^(?:(?![^:@\/?#]+:[^:@\/]*@)(http|https|ws|wss):\/\/)?((?:(([^:@\/?#]*)(?::([^:@\/?#]*))?)?@)?((?:[a-f0-9]{0,4}:){2,7}[a-f0-9]{0,4}|[^:\/?#]*)(?::(\d*))?)(((\/(?:[^?#](?![^?#\/]*\.[^?#\/.]+(?:[?#]|$)))*\/?)?([^?#\/]*))(?:\?([^#]*))?(?:#(.*))?)/,ft=["source","protocol","authority","userInfo","user","password","host","port","relative","path","directory","file","query","anchor"];function lt(t){var e=t,n=t.indexOf("["),i=t.indexOf("]");-1!=n&&-1!=i&&(t=t.substring(0,n)+t.substring(n,i).replace(/:/g,";")+t.substring(i,t.length));for(var r,s,o=ht.exec(t||""),a={},u=14;u--;)a[ft[u]]=o[u]||"";return-1!=n&&-1!=i&&(a.source=e,a.host=a.host.substring(1,a.host.length-1).replace(/;/g,":"),a.authority=a.authority.replace("[","").replace("]","").replace(/;/g,":"),a.ipv6uri=!0),a.pathNames=function(t,e){var n=/\/{2,9}/g,i=e.replace(n,"/").split("/");"/"!=e.slice(0,1)&&0!==e.length||i.splice(0,1);"/"==e.slice(-1)&&i.splice(i.length-1,1);return i}(0,a.path),a.queryKey=(r=a.query,s={},r.replace(/(?:^|&)([^&=]*)=?([^&]*)/g,(function(t,e,n){e&&(s[e]=n)})),s),a}var pt=function(t){o(a,t);var i=d(a);function a(t){var r,o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return n(this,a),(r=i.call(this)).writeBuffer=[],t&&"object"===e(t)&&(o=t,t=null),t?(t=lt(t),o.hostname=t.host,o.secure="https"===t.protocol||"wss"===t.protocol,o.port=t.port,t.query&&(o.query=t.query)):o.host&&(o.hostname=lt(o.host).host),D(l(r),o),r.secure=null!=o.secure?o.secure:"undefined"!=typeof location&&"https:"===location.protocol,o.hostname&&!o.port&&(o.port=r.secure?"443":"80"),r.hostname=o.hostname||("undefined"!=typeof location?location.hostname:"localhost"),r.port=o.port||("undefined"!=typeof location&&location.port?location.port:r.secure?"443":"80"),r.transports=o.transports||["polling","websocket"],r.writeBuffer=[],r.prevBufferLen=0,r.opts=s({path:"/engine.io",agent:!1,withCredentials:!1,upgrade:!0,timestampParam:"t",rememberUpgrade:!1,addTrailingSlash:!0,rejectUnauthorized:!0,perMessageDeflate:{threshold:1024},transportOptions:{},closeOnBeforeunload:!0},o),r.opts.path=r.opts.path.replace(/\/$/,"")+(r.opts.addTrailingSlash?"/":""),"string"==typeof r.opts.query&&(r.opts.query=J(r.opts.query)),r.id=null,r.upgrades=null,r.pingInterval=null,r.pingTimeout=null,r.pingTimeoutTimer=null,"function"==typeof addEventListener&&(r.opts.closeOnBeforeunload&&(r.beforeunloadEventListener=function(){r.transport&&(r.transport.removeAllListeners(),r.transport.close())},addEventListener("beforeunload",r.beforeunloadEventListener,!1)),"localhost"!==r.hostname&&(r.offlineEventListener=function(){r.onClose("transport close",{description:"network connection lost"})},addEventListener("offline",r.offlineEventListener,!1))),r.open(),r}return r(a,[{key:"createTransport",value:function(t){var e=s({},this.opts.query);e.EIO=4,e.transport=t,this.id&&(e.sid=this.id);var n=s({},this.opts.transportOptions[t],this.opts,{query:e,socket:this,hostname:this.hostname,secure:this.secure,port:this.port});return new ct[t](n)}},{key:"open",value:function(){var t,e=this;if(this.opts.rememberUpgrade&&a.priorWebsocketSuccess&&-1!==this.transports.indexOf("websocket"))t="websocket";else{if(0===this.transports.length)return void this.setTimeoutFn((function(){e.emitReserved("error","No transports available")}),0);t=this.transports[0]}this.readyState="opening";try{t=this.createTransport(t)}catch(t){return this.transports.shift(),void this.open()}t.open(),this.setTransport(t)}},{key:"setTransport",value:function(t){var e=this;this.transport&&this.transport.removeAllListeners(),this.transport=t,t.on("drain",this.onDrain.bind(this)).on("packet",this.onPacket.bind(this)).on("error",this.onError.bind(this)).on("close",(function(t){return e.onClose("transport close",t)}))}},{key:"probe",value:function(t){var e=this,n=this.createTransport(t),i=!1;a.priorWebsocketSuccess=!1;var r=function(){i||(n.send([{type:"ping",data:"probe"}]),n.once("packet",(function(t){if(!i)if("pong"===t.type&&"probe"===t.data){if(e.upgrading=!0,e.emitReserved("upgrading",n),!n)return;a.priorWebsocketSuccess="websocket"===n.name,e.transport.pause((function(){i||"closed"!==e.readyState&&(f(),e.setTransport(n),n.send([{type:"upgrade"}]),e.emitReserved("upgrade",n),n=null,e.upgrading=!1,e.flush())}))}else{var r=new Error("probe error");r.transport=n.name,e.emitReserved("upgradeError",r)}})))};function s(){i||(i=!0,f(),n.close(),n=null)}var o=function(t){var i=new Error("probe error: "+t);i.transport=n.name,s(),e.emitReserved("upgradeError",i)};function u(){o("transport closed")}function c(){o("socket closed")}function h(t){n&&t.name!==n.name&&s()}var f=function(){n.removeListener("open",r),n.removeListener("error",o),n.removeListener("close",u),e.off("close",c),e.off("upgrading",h)};n.once("open",r),n.once("error",o),n.once("close",u),this.once("close",c),this.once("upgrading",h),n.open()}},{key:"onOpen",value:function(){if(this.readyState="open",a.priorWebsocketSuccess="websocket"===this.transport.name,this.emitReserved("open"),this.flush(),"open"===this.readyState&&this.opts.upgrade)for(var t=0,e=this.upgrades.length;t<e;t++)this.probe(this.upgrades[t])}},{key:"onPacket",value:function(t){if("opening"===this.readyState||"open"===this.readyState||"closing"===this.readyState)switch(this.emitReserved("packet",t),this.emitReserved("heartbeat"),t.type){case"open":this.onHandshake(JSON.parse(t.data));break;case"ping":this.resetPingTimeout(),this.sendPacket("pong"),this.emitReserved("ping"),this.emitReserved("pong");break;case"error":var e=new Error("server error");e.code=t.data,this.onError(e);break;case"message":this.emitReserved("data",t.data),this.emitReserved("message",t.data)}}},{key:"onHandshake",value:function(t){this.emitReserved("handshake",t),this.id=t.sid,this.transport.query.sid=t.sid,this.upgrades=this.filterUpgrades(t.upgrades),this.pingInterval=t.pingInterval,this.pingTimeout=t.pingTimeout,this.maxPayload=t.maxPayload,this.onOpen(),"closed"!==this.readyState&&this.resetPingTimeout()}},{key:"resetPingTimeout",value:function(){var t=this;this.clearTimeoutFn(this.pingTimeoutTimer),this.pingTimeoutTimer=this.setTimeoutFn((function(){t.onClose("ping timeout")}),this.pingInterval+this.pingTimeout),this.opts.autoUnref&&this.pingTimeoutTimer.unref()}},{key:"onDrain",value:function(){this.writeBuffer.splice(0,this.prevBufferLen),this.prevBufferLen=0,0===this.writeBuffer.length?this.emitReserved("drain"):this.flush()}},{key:"flush",value:function(){if("closed"!==this.readyState&&this.transport.writable&&!this.upgrading&&this.writeBuffer.length){var t=this.getWritablePackets();this.transport.send(t),this.prevBufferLen=t.length,this.emitReserved("flush")}}},{key:"getWritablePackets",value:function(){if(!(this.maxPayload&&"polling"===this.transport.name&&this.writeBuffer.length>1))return this.writeBuffer;for(var t,e=1,n=0;n<this.writeBuffer.length;n++){var i=this.writeBuffer[n].data;if(i&&(e+="string"==typeof(t=i)?function(t){for(var e=0,n=0,i=0,r=t.length;i<r;i++)(e=t.charCodeAt(i))<128?n+=1:e<2048?n+=2:e<55296||e>=57344?n+=3:(i++,n+=4);return n}(t):Math.ceil(1.33*(t.byteLength||t.size))),n>0&&e>this.maxPayload)return this.writeBuffer.slice(0,n);e+=2}return this.writeBuffer}},{key:"write",value:function(t,e,n){return this.sendPacket("message",t,e,n),this}},{key:"send",value:function(t,e,n){return this.sendPacket("message",t,e,n),this}},{key:"sendPacket",value:function(t,e,n,i){if("function"==typeof e&&(i=e,e=void 0),"function"==typeof n&&(i=n,n=null),"closing"!==this.readyState&&"closed"!==this.readyState){(n=n||{}).compress=!1!==n.compress;var r={type:t,data:e,options:n};this.emitReserved("packetCreate",r),this.writeBuffer.push(r),i&&this.once("flush",i),this.flush()}}},{key:"close",value:function(){var t=this,e=function(){t.onClose("forced close"),t.transport.close()},n=function n(){t.off("upgrade",n),t.off("upgradeError",n),e()},i=function(){t.once("upgrade",n),t.once("upgradeError",n)};return"opening"!==this.readyState&&"open"!==this.readyState||(this.readyState="closing",this.writeBuffer.length?this.once("drain",(function(){t.upgrading?i():e()})):this.upgrading?i():e()),this}},{key:"onError",value:function(t){a.priorWebsocketSuccess=!1,this.emitReserved("error",t),this.onClose("transport error",t)}},{key:"onClose",value:function(t,e){"opening"!==this.readyState&&"open"!==this.readyState&&"closing"!==this.readyState||(this.clearTimeoutFn(this.pingTimeoutTimer),this.transport.removeAllListeners("close"),this.transport.close(),this.transport.removeAllListeners(),"function"==typeof removeEventListener&&(removeEventListener("beforeunload",this.beforeunloadEventListener,!1),removeEventListener("offline",this.offlineEventListener,!1)),this.readyState="closed",this.id=null,this.emitReserved("close",t,e),this.writeBuffer=[],this.prevBufferLen=0)}},{key:"filterUpgrades",value:function(t){for(var e=[],n=0,i=t.length;n<i;n++)~this.transports.indexOf(t[n])&&e.push(t[n]);return e}}]),a}(P);pt.protocol=4,pt.protocol;var dt={},yt={};function vt(t,e,n){for(var i=0,r=0,s=n.length;r<s;r++)(i=n.charCodeAt(r))<128?t.setUint8(e++,i):i<2048?(t.setUint8(e++,192|i>>6),t.setUint8(e++,128|63&i)):i<55296||i>=57344?(t.setUint8(e++,224|i>>12),t.setUint8(e++,128|i>>6&63),t.setUint8(e++,128|63&i)):(r++,i=65536+((1023&i)<<10|1023&n.charCodeAt(r)),t.setUint8(e++,240|i>>18),t.setUint8(e++,128|i>>12&63),t.setUint8(e++,128|i>>6&63),t.setUint8(e++,128|63&i))}function gt(t,n,i){var r=e(i),s=0,o=0,a=0,u=0,c=0,h=0;if("string"===r){if(c=function(t){for(var e=0,n=0,i=0,r=t.length;i<r;i++)(e=t.charCodeAt(i))<128?n+=1:e<2048?n+=2:e<55296||e>=57344?n+=3:(i++,n+=4);return n}(i),c<32)t.push(160|c),h=1;else if(c<256)t.push(217,c),h=2;else if(c<65536)t.push(218,c>>8,c),h=3;else{if(!(c<4294967296))throw new Error("String too long");t.push(219,c>>24,c>>16,c>>8,c),h=5}return n.push({_str:i,_length:c,_offset:t.length}),h+c}if("number"===r)return Math.floor(i)===i&&isFinite(i)?i>=0?i<128?(t.push(i),1):i<256?(t.push(204,i),2):i<65536?(t.push(205,i>>8,i),3):i<4294967296?(t.push(206,i>>24,i>>16,i>>8,i),5):(a=i/Math.pow(2,32)>>0,u=i>>>0,t.push(207,a>>24,a>>16,a>>8,a,u>>24,u>>16,u>>8,u),9):i>=-32?(t.push(i),1):i>=-128?(t.push(208,i),2):i>=-32768?(t.push(209,i>>8,i),3):i>=-2147483648?(t.push(210,i>>24,i>>16,i>>8,i),5):(a=Math.floor(i/Math.pow(2,32)),u=i>>>0,t.push(211,a>>24,a>>16,a>>8,a,u>>24,u>>16,u>>8,u),9):(t.push(203),n.push({_float:i,_length:8,_offset:t.length}),9);if("object"===r){if(null===i)return t.push(192),1;if(Array.isArray(i)){if((c=i.length)<16)t.push(144|c),h=1;else if(c<65536)t.push(220,c>>8,c),h=3;else{if(!(c<4294967296))throw new Error("Array too large");t.push(221,c>>24,c>>16,c>>8,c),h=5}for(s=0;s<c;s++)h+=gt(t,n,i[s]);return h}if(i instanceof Date){var f=i.getTime();return a=Math.floor(f/Math.pow(2,32)),u=f>>>0,t.push(215,0,a>>24,a>>16,a>>8,a,u>>24,u>>16,u>>8,u),10}if(i instanceof ArrayBuffer){if((c=i.byteLength)<256)t.push(196,c),h=2;else if(c<65536)t.push(197,c>>8,c),h=3;else{if(!(c<4294967296))throw new Error("Buffer too large");t.push(198,c>>24,c>>16,c>>8,c),h=5}return n.push({_bin:i,_length:c,_offset:t.length}),h+c}if("function"==typeof i.toJSON)return gt(t,n,i.toJSON());var l=[],p="",d=Object.keys(i);for(s=0,o=d.length;s<o;s++)"function"!=typeof i[p=d[s]]&&l.push(p);if((c=l.length)<16)t.push(128|c),h=1;else if(c<65536)t.push(222,c>>8,c),h=3;else{if(!(c<4294967296))throw new Error("Object too large");t.push(223,c>>24,c>>16,c>>8,c),h=5}for(s=0;s<c;s++)h+=gt(t,n,p=l[s]),h+=gt(t,n,i[p]);return h}if("boolean"===r)return t.push(i?195:194),1;if("undefined"===r)return t.push(212,0,0),3;throw new Error("Could not encode")}var _t=function(t){var e=[],n=[],i=gt(e,n,t),r=new ArrayBuffer(i),s=new DataView(r),o=0,a=0,u=-1;n.length>0&&(u=n[0]._offset);for(var c,h=0,f=0,l=0,p=e.length;l<p;l++)if(s.setUint8(a+l,e[l]),l+1===u){if(h=(c=n[o])._length,f=a+u,c._bin)for(var d=new Uint8Array(c._bin),y=0;y<h;y++)s.setUint8(f+y,d[y]);else c._str?vt(s,f,c._str):void 0!==c._float&&s.setFloat64(f,c._float);a+=h,n[++o]&&(u=n[o]._offset)}return r};function mt(t){if(this._offset=0,t instanceof ArrayBuffer)this._buffer=t,this._view=new DataView(this._buffer);else{if(!ArrayBuffer.isView(t))throw new Error("Invalid argument");this._buffer=t.buffer,this._view=new DataView(this._buffer,t.byteOffset,t.byteLength)}}mt.prototype._array=function(t){for(var e=new Array(t),n=0;n<t;n++)e[n]=this._parse();return e},mt.prototype._map=function(t){for(var e={},n=0;n<t;n++)e[this._parse()]=this._parse();return e},mt.prototype._str=function(t){var e=function(t,e,n){for(var i="",r=0,s=e,o=e+n;s<o;s++){var a=t.getUint8(s);if(0!=(128&a))if(192!=(224&a))if(224!=(240&a)){if(240!=(248&a))throw new Error("Invalid byte "+a.toString(16));(r=(7&a)<<18|(63&t.getUint8(++s))<<12|(63&t.getUint8(++s))<<6|(63&t.getUint8(++s))<<0)>=65536?(r-=65536,i+=String.fromCharCode(55296+(r>>>10),56320+(1023&r))):i+=String.fromCharCode(r)}else i+=String.fromCharCode((15&a)<<12|(63&t.getUint8(++s))<<6|(63&t.getUint8(++s))<<0);else i+=String.fromCharCode((31&a)<<6|63&t.getUint8(++s));else i+=String.fromCharCode(a)}return i}(this._view,this._offset,t);return this._offset+=t,e},mt.prototype._bin=function(t){var e=this._buffer.slice(this._offset,this._offset+t);return this._offset+=t,e},mt.prototype._parse=function(){var t,e=this._view.getUint8(this._offset++),n=0,i=0,r=0,s=0;if(e<192)return e<128?e:e<144?this._map(15&e):e<160?this._array(15&e):this._str(31&e);if(e>223)return-1*(255-e+1);switch(e){case 192:return null;case 194:return!1;case 195:return!0;case 196:return n=this._view.getUint8(this._offset),this._offset+=1,this._bin(n);case 197:return n=this._view.getUint16(this._offset),this._offset+=2,this._bin(n);case 198:return n=this._view.getUint32(this._offset),this._offset+=4,this._bin(n);case 199:return n=this._view.getUint8(this._offset),i=this._view.getInt8(this._offset+1),this._offset+=2,[i,this._bin(n)];case 200:return n=this._view.getUint16(this._offset),i=this._view.getInt8(this._offset+2),this._offset+=3,[i,this._bin(n)];case 201:return n=this._view.getUint32(this._offset),i=this._view.getInt8(this._offset+4),this._offset+=5,[i,this._bin(n)];case 202:return t=this._view.getFloat32(this._offset),this._offset+=4,t;case 203:return t=this._view.getFloat64(this._offset),this._offset+=8,t;case 204:return t=this._view.getUint8(this._offset),this._offset+=1,t;case 205:return t=this._view.getUint16(this._offset),this._offset+=2,t;case 206:return t=this._view.getUint32(this._offset),this._offset+=4,t;case 207:return r=this._view.getUint32(this._offset)*Math.pow(2,32),s=this._view.getUint32(this._offset+4),this._offset+=8,r+s;case 208:return t=this._view.getInt8(this._offset),this._offset+=1,t;case 209:return t=this._view.getInt16(this._offset),this._offset+=2,t;case 210:return t=this._view.getInt32(this._offset),this._offset+=4,t;case 211:return r=this._view.getInt32(this._offset)*Math.pow(2,32),s=this._view.getUint32(this._offset+4),this._offset+=8,r+s;case 212:return i=this._view.getInt8(this._offset),this._offset+=1,0===i?void(this._offset+=1):[i,this._bin(1)];case 213:return i=this._view.getInt8(this._offset),this._offset+=1,[i,this._bin(2)];case 214:return i=this._view.getInt8(this._offset),this._offset+=1,[i,this._bin(4)];case 215:return i=this._view.getInt8(this._offset),this._offset+=1,0===i?(r=this._view.getInt32(this._offset)*Math.pow(2,32),s=this._view.getUint32(this._offset+4),this._offset+=8,new Date(r+s)):[i,this._bin(8)];case 216:return i=this._view.getInt8(this._offset),this._offset+=1,[i,this._bin(16)];case 217:return n=this._view.getUint8(this._offset),this._offset+=1,this._str(n);case 218:return n=this._view.getUint16(this._offset),this._offset+=2,this._str(n);case 219:return n=this._view.getUint32(this._offset),this._offset+=4,this._str(n);case 220:return n=this._view.getUint16(this._offset),this._offset+=2,this._array(n);case 221:return n=this._view.getUint32(this._offset),this._offset+=4,this._array(n);case 222:return n=this._view.getUint16(this._offset),this._offset+=2,this._map(n);case 223:return n=this._view.getUint32(this._offset),this._offset+=4,this._map(n)}throw new Error("Could not parse")};var bt=function(t){var e=new mt(t),n=e._parse();if(e._offset!==t.byteLength)throw new Error(t.byteLength-e._offset+" trailing bytes");return n};yt.encode=_t,yt.decode=bt;var kt,wt={exports:{}};!function(t){function e(t){if(t)return function(t){for(var n in e.prototype)t[n]=e.prototype[n];return t}(t)}t.exports=e,e.prototype.on=e.prototype.addEventListener=function(t,e){return this._callbacks=this._callbacks||{},(this._callbacks["$"+t]=this._callbacks["$"+t]||[]).push(e),this},e.prototype.once=function(t,e){function n(){this.off(t,n),e.apply(this,arguments)}return n.fn=e,this.on(t,n),this},e.prototype.off=e.prototype.removeListener=e.prototype.removeAllListeners=e.prototype.removeEventListener=function(t,e){if(this._callbacks=this._callbacks||{},0==arguments.length)return this._callbacks={},this;var n,i=this._callbacks["$"+t];if(!i)return this;if(1==arguments.length)return delete this._callbacks["$"+t],this;for(var r=0;r<i.length;r++)if((n=i[r])===e||n.fn===e){i.splice(r,1);break}return 0===i.length&&delete this._callbacks["$"+t],this},e.prototype.emit=function(t){this._callbacks=this._callbacks||{};for(var e=new Array(arguments.length-1),n=this._callbacks["$"+t],i=1;i<arguments.length;i++)e[i-1]=arguments[i];if(n){i=0;for(var r=(n=n.slice(0)).length;i<r;++i)n[i].apply(this,e)}return this},e.prototype.listeners=function(t){return this._callbacks=this._callbacks||{},this._callbacks["$"+t]||[]},e.prototype.hasListeners=function(t){return!!this.listeners(t).length}}(wt);var Ot=yt,Et=wt.exports,Ct=dt.protocol=5,Tt=kt=dt.PacketType={CONNECT:0,DISCONNECT:1,EVENT:2,ACK:3,CONNECT_ERROR:4},Rt=Number.isInteger||function(t){return"number"==typeof t&&isFinite(t)&&Math.floor(t)===t},At=function(t){return"string"==typeof t},St=function(t){return"[object Object]"===Object.prototype.toString.call(t)};function Lt(){}function xt(){}Lt.prototype.encode=function(t){return[Ot.encode(t)]},Et(xt.prototype),xt.prototype.add=function(t){var e=Ot.decode(t);this.checkPacket(e),this.emit("decoded",e)},xt.prototype.checkPacket=function(t){if(!(Rt(t.type)&&t.type>=Tt.CONNECT&&t.type<=Tt.CONNECT_ERROR))throw new Error("invalid packet type");if(!At(t.nsp))throw new Error("invalid namespace");if(!function(t){switch(t.type){case Tt.CONNECT:return void 0===t.data||St(t.data);case Tt.DISCONNECT:return void 0===t.data;case Tt.CONNECT_ERROR:return At(t.data)||St(t.data);default:return Array.isArray(t.data)}}(t))throw new Error("invalid payload");if(!(void 0===t.id||Rt(t.id)))throw new Error("invalid packet id")},xt.prototype.destroy=function(){};var Bt=dt.Encoder=Lt,Ut=dt.Decoder=xt,Pt=t({__proto__:null,default:dt,protocol:Ct,get PacketType(){return kt},Encoder:Bt,Decoder:Ut},[dt]);function jt(t,e,n){return t.on(e,n),function(){t.off(e,n)}}var qt=Object.freeze({connect:1,connect_error:1,disconnect:1,disconnecting:1,newListener:1,removeListener:1}),Nt=function(t){o(i,t);var e=d(i);function i(t,r,o){var a;return n(this,i),(a=e.call(this)).connected=!1,a.recovered=!1,a.receiveBuffer=[],a.sendBuffer=[],a._queue=[],a._queueSeq=0,a.ids=0,a.acks={},a.flags={},a.io=t,a.nsp=r,o&&o.auth&&(a.auth=o.auth),a._opts=s({},o),a.io._autoConnect&&a.open(),a}return r(i,[{key:"disconnected",get:function(){return!this.connected}},{key:"subEvents",value:function(){if(!this.subs){var t=this.io;this.subs=[jt(t,"open",this.onopen.bind(this)),jt(t,"packet",this.onpacket.bind(this)),jt(t,"error",this.onerror.bind(this)),jt(t,"close",this.onclose.bind(this))]}}},{key:"active",get:function(){return!!this.subs}},{key:"connect",value:function(){return this.connected||(this.subEvents(),this.io._reconnecting||this.io.open(),"open"===this.io._readyState&&this.onopen()),this}},{key:"open",value:function(){return this.connect()}},{key:"send",value:function(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];return e.unshift("message"),this.emit.apply(this,e),this}},{key:"emit",value:function(t){if(qt.hasOwnProperty(t))throw new Error('"'+t.toString()+'" is a reserved event name');for(var e=arguments.length,n=new Array(e>1?e-1:0),i=1;i<e;i++)n[i-1]=arguments[i];if(n.unshift(t),this._opts.retries&&!this.flags.fromQueue&&!this.flags.volatile)return this._addToQueue(n),this;var r={type:kt.EVENT,data:n,options:{}};if(r.options.compress=!1!==this.flags.compress,"function"==typeof n[n.length-1]){var s=this.ids++,o=n.pop();this._registerAckCallback(s,o),r.id=s}var a=this.io.engine&&this.io.engine.transport&&this.io.engine.transport.writable,u=this.flags.volatile&&(!a||!this.connected);return u||(this.connected?(this.notifyOutgoingListeners(r),this.packet(r)):this.sendBuffer.push(r)),this.flags={},this}},{key:"_registerAckCallback",value:function(t,e){var n,i=this,r=null!==(n=this.flags.timeout)&&void 0!==n?n:this._opts.ackTimeout;if(void 0!==r){var s=this.io.setTimeoutFn((function(){delete i.acks[t];for(var n=0;n<i.sendBuffer.length;n++)i.sendBuffer[n].id===t&&i.sendBuffer.splice(n,1);e.call(i,new Error("operation has timed out"))}),r);this.acks[t]=function(){i.io.clearTimeoutFn(s);for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];e.apply(i,[null].concat(n))}}else this.acks[t]=e}},{key:"emitWithAck",value:function(t){for(var e=this,n=arguments.length,i=new Array(n>1?n-1:0),r=1;r<n;r++)i[r-1]=arguments[r];var s=void 0!==this.flags.timeout||void 0!==this._opts.ackTimeout;return new Promise((function(n,r){i.push((function(t,e){return s?t?r(t):n(e):n(t)})),e.emit.apply(e,[t].concat(i))}))}},{key:"_addToQueue",value:function(t){var e,n=this;"function"==typeof t[t.length-1]&&(e=t.pop());var i={id:this._queueSeq++,tryCount:0,pending:!1,args:t,flags:s({fromQueue:!0},this.flags)};t.push((function(t){if(i===n._queue[0]){var r=null!==t;if(r)i.tryCount>n._opts.retries&&(n._queue.shift(),e&&e(t));else if(n._queue.shift(),e){for(var s=arguments.length,o=new Array(s>1?s-1:0),a=1;a<s;a++)o[a-1]=arguments[a];e.apply(void 0,[null].concat(o))}return i.pending=!1,n._drainQueue()}})),this._queue.push(i),this._drainQueue()}},{key:"_drainQueue",value:function(){var t=arguments.length>0&&void 0!==arguments[0]&&arguments[0];if(this.connected&&0!==this._queue.length){var e=this._queue[0];e.pending&&!t||(e.pending=!0,e.tryCount++,this.flags=e.flags,this.emit.apply(this,e.args))}}},{key:"packet",value:function(t){t.nsp=this.nsp,this.io._packet(t)}},{key:"onopen",value:function(){var t=this;"function"==typeof this.auth?this.auth((function(e){t._sendConnectPacket(e)})):this._sendConnectPacket(this.auth)}},{key:"_sendConnectPacket",value:function(t){this.packet({type:kt.CONNECT,data:this._pid?s({pid:this._pid,offset:this._lastOffset},t):t})}},{key:"onerror",value:function(t){this.connected||this.emitReserved("connect_error",t)}},{key:"onclose",value:function(t,e){this.connected=!1,delete this.id,this.emitReserved("disconnect",t,e)}},{key:"onpacket",value:function(t){if(t.nsp===this.nsp)switch(t.type){case kt.CONNECT:t.data&&t.data.sid?this.onconnect(t.data.sid,t.data.pid):this.emitReserved("connect_error",new Error("It seems you are trying to reach a Socket.IO server in v2.x with a v3.x client, but they are not compatible (more information here: https://socket.io/docs/v3/migrating-from-2-x-to-3-0/)"));break;case kt.EVENT:case kt.BINARY_EVENT:this.onevent(t);break;case kt.ACK:case kt.BINARY_ACK:this.onack(t);break;case kt.DISCONNECT:this.ondisconnect();break;case kt.CONNECT_ERROR:this.destroy();var e=new Error(t.data.message);e.data=t.data.data,this.emitReserved("connect_error",e)}}},{key:"onevent",value:function(t){var e=t.data||[];null!=t.id&&e.push(this.ack(t.id)),this.connected?this.emitEvent(e):this.receiveBuffer.push(Object.freeze(e))}},{key:"emitEvent",value:function(t){if(this._anyListeners&&this._anyListeners.length){var e,n=_(this._anyListeners.slice());try{for(n.s();!(e=n.n()).done;){e.value.apply(this,t)}}catch(t){n.e(t)}finally{n.f()}}v(a(i.prototype),"emit",this).apply(this,t),this._pid&&t.length&&"string"==typeof t[t.length-1]&&(this._lastOffset=t[t.length-1])}},{key:"ack",value:function(t){var e=this,n=!1;return function(){if(!n){n=!0;for(var i=arguments.length,r=new Array(i),s=0;s<i;s++)r[s]=arguments[s];e.packet({type:kt.ACK,id:t,data:r})}}}},{key:"onack",value:function(t){var e=this.acks[t.id];"function"==typeof e&&(e.apply(this,t.data),delete this.acks[t.id])}},{key:"onconnect",value:function(t,e){this.id=t,this.recovered=e&&this._pid===e,this._pid=e,this.connected=!0,this.emitBuffered(),this.emitReserved("connect"),this._drainQueue(!0)}},{key:"emitBuffered",value:function(){var t=this;this.receiveBuffer.forEach((function(e){return t.emitEvent(e)})),this.receiveBuffer=[],this.sendBuffer.forEach((function(e){t.notifyOutgoingListeners(e),t.packet(e)})),this.sendBuffer=[]}},{key:"ondisconnect",value:function(){this.destroy(),this.onclose("io server disconnect")}},{key:"destroy",value:function(){this.subs&&(this.subs.forEach((function(t){return t()})),this.subs=void 0),this.io._destroy(this)}},{key:"disconnect",value:function(){return this.connected&&this.packet({type:kt.DISCONNECT}),this.destroy(),this.connected&&this.onclose("io client disconnect"),this}},{key:"close",value:function(){return this.disconnect()}},{key:"compress",value:function(t){return this.flags.compress=t,this}},{key:"volatile",get:function(){return this.flags.volatile=!0,this}},{key:"timeout",value:function(t){return this.flags.timeout=t,this}},{key:"onAny",value:function(t){return this._anyListeners=this._anyListeners||[],this._anyListeners.push(t),this}},{key:"prependAny",value:function(t){return this._anyListeners=this._anyListeners||[],this._anyListeners.unshift(t),this}},{key:"offAny",value:function(t){if(!this._anyListeners)return this;if(t){for(var e=this._anyListeners,n=0;n<e.length;n++)if(t===e[n])return e.splice(n,1),this}else this._anyListeners=[];return this}},{key:"listenersAny",value:function(){return this._anyListeners||[]}},{key:"onAnyOutgoing",value:function(t){return this._anyOutgoingListeners=this._anyOutgoingListeners||[],this._anyOutgoingListeners.push(t),this}},{key:"prependAnyOutgoing",value:function(t){return this._anyOutgoingListeners=this._anyOutgoingListeners||[],this._anyOutgoingListeners.unshift(t),this}},{key:"offAnyOutgoing",value:function(t){if(!this._anyOutgoingListeners)return this;if(t){for(var e=this._anyOutgoingListeners,n=0;n<e.length;n++)if(t===e[n])return e.splice(n,1),this}else this._anyOutgoingListeners=[];return this}},{key:"listenersAnyOutgoing",value:function(){return this._anyOutgoingListeners||[]}},{key:"notifyOutgoingListeners",value:function(t){if(this._anyOutgoingListeners&&this._anyOutgoingListeners.length){var e,n=_(this._anyOutgoingListeners.slice());try{for(n.s();!(e=n.n()).done;){e.value.apply(this,t.data)}}catch(t){n.e(t)}finally{n.f()}}}}]),i}(P);function Mt(t){t=t||{},this.ms=t.min||100,this.max=t.max||1e4,this.factor=t.factor||2,this.jitter=t.jitter>0&&t.jitter<=1?t.jitter:0,this.attempts=0}Mt.prototype.duration=function(){var t=this.ms*Math.pow(this.factor,this.attempts++);if(this.jitter){var e=Math.random(),n=Math.floor(e*this.jitter*t);t=0==(1&Math.floor(10*e))?t-n:t+n}return 0|Math.min(t,this.max)},Mt.prototype.reset=function(){this.attempts=0},Mt.prototype.setMin=function(t){this.ms=t},Mt.prototype.setMax=function(t){this.max=t},Mt.prototype.setJitter=function(t){this.jitter=t};var Dt=function(t){o(s,t);var i=d(s);function s(t,r){var o,a;n(this,s),(o=i.call(this)).nsps={},o.subs=[],t&&"object"===e(t)&&(r=t,t=void 0),(r=r||{}).path=r.path||"/socket.io",o.opts=r,D(l(o),r),o.reconnection(!1!==r.reconnection),o.reconnectionAttempts(r.reconnectionAttempts||1/0),o.reconnectionDelay(r.reconnectionDelay||1e3),o.reconnectionDelayMax(r.reconnectionDelayMax||5e3),o.randomizationFactor(null!==(a=r.randomizationFactor)&&void 0!==a?a:.5),o.backoff=new Mt({min:o.reconnectionDelay(),max:o.reconnectionDelayMax(),jitter:o.randomizationFactor()}),o.timeout(null==r.timeout?2e4:r.timeout),o._readyState="closed",o.uri=t;var u=r.parser||Pt;return o.encoder=new u.Encoder,o.decoder=new u.Decoder,o._autoConnect=!1!==r.autoConnect,o._autoConnect&&o.open(),o}return r(s,[{key:"reconnection",value:function(t){return arguments.length?(this._reconnection=!!t,this):this._reconnection}},{key:"reconnectionAttempts",value:function(t){return void 0===t?this._reconnectionAttempts:(this._reconnectionAttempts=t,this)}},{key:"reconnectionDelay",value:function(t){var e;return void 0===t?this._reconnectionDelay:(this._reconnectionDelay=t,null===(e=this.backoff)||void 0===e||e.setMin(t),this)}},{key:"randomizationFactor",value:function(t){var e;return void 0===t?this._randomizationFactor:(this._randomizationFactor=t,null===(e=this.backoff)||void 0===e||e.setJitter(t),this)}},{key:"reconnectionDelayMax",value:function(t){var e;return void 0===t?this._reconnectionDelayMax:(this._reconnectionDelayMax=t,null===(e=this.backoff)||void 0===e||e.setMax(t),this)}},{key:"timeout",value:function(t){return arguments.length?(this._timeout=t,this):this._timeout}},{key:"maybeReconnectOnOpen",value:function(){!this._reconnecting&&this._reconnection&&0===this.backoff.attempts&&this.reconnect()}},{key:"open",value:function(t){var e=this;if(~this._readyState.indexOf("open"))return this;this.engine=new pt(this.uri,this.opts);var n=this.engine,i=this;this._readyState="opening",this.skipReconnect=!1;var r=jt(n,"open",(function(){i.onopen(),t&&t()})),s=jt(n,"error",(function(n){i.cleanup(),i._readyState="closed",e.emitReserved("error",n),t?t(n):i.maybeReconnectOnOpen()}));if(!1!==this._timeout){var o=this._timeout;0===o&&r();var a=this.setTimeoutFn((function(){r(),n.close(),n.emit("error",new Error("timeout"))}),o);this.opts.autoUnref&&a.unref(),this.subs.push((function(){clearTimeout(a)}))}return this.subs.push(r),this.subs.push(s),this}},{key:"connect",value:function(t){return this.open(t)}},{key:"onopen",value:function(){this.cleanup(),this._readyState="open",this.emitReserved("open");var t=this.engine;this.subs.push(jt(t,"ping",this.onping.bind(this)),jt(t,"data",this.ondata.bind(this)),jt(t,"error",this.onerror.bind(this)),jt(t,"close",this.onclose.bind(this)),jt(this.decoder,"decoded",this.ondecoded.bind(this)))}},{key:"onping",value:function(){this.emitReserved("ping")}},{key:"ondata",value:function(t){try{this.decoder.add(t)}catch(t){this.onclose("parse error",t)}}},{key:"ondecoded",value:function(t){var e=this;st((function(){e.emitReserved("packet",t)}),this.setTimeoutFn)}},{key:"onerror",value:function(t){this.emitReserved("error",t)}},{key:"socket",value:function(t,e){var n=this.nsps[t];return n?this._autoConnect&&!n.active&&n.connect():(n=new Nt(this,t,e),this.nsps[t]=n),n}},{key:"_destroy",value:function(t){for(var e=0,n=Object.keys(this.nsps);e<n.length;e++){var i=n[e];if(this.nsps[i].active)return}this._close()}},{key:"_packet",value:function(t){for(var e=this.encoder.encode(t),n=0;n<e.length;n++)this.engine.write(e[n],t.options)}},{key:"cleanup",value:function(){this.subs.forEach((function(t){return t()})),this.subs.length=0,this.decoder.destroy()}},{key:"_close",value:function(){this.skipReconnect=!0,this._reconnecting=!1,this.onclose("forced close"),this.engine&&this.engine.close()}},{key:"disconnect",value:function(){return this._close()}},{key:"onclose",value:function(t,e){this.cleanup(),this.backoff.reset(),this._readyState="closed",this.emitReserved("close",t,e),this._reconnection&&!this.skipReconnect&&this.reconnect()}},{key:"reconnect",value:function(){var t=this;if(this._reconnecting||this.skipReconnect)return this;var e=this;if(this.backoff.attempts>=this._reconnectionAttempts)this.backoff.reset(),this.emitReserved("reconnect_failed"),this._reconnecting=!1;else{var n=this.backoff.duration();this._reconnecting=!0;var i=this.setTimeoutFn((function(){e.skipReconnect||(t.emitReserved("reconnect_attempt",e.backoff.attempts),e.skipReconnect||e.open((function(n){n?(e._reconnecting=!1,e.reconnect(),t.emitReserved("reconnect_error",n)):e.onreconnect()})))}),n);this.opts.autoUnref&&i.unref(),this.subs.push((function(){clearTimeout(i)}))}}},{key:"onreconnect",value:function(){var t=this.backoff.attempts;this._reconnecting=!1,this.backoff.reset(),this.emitReserved("reconnect",t)}}]),s}(P),It={};function Ft(t,n){"object"===e(t)&&(n=t,t=void 0);var i,r=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",n=arguments.length>2?arguments[2]:void 0,i=t;n=n||"undefined"!=typeof location&&location,null==t&&(t=n.protocol+"//"+n.host),"string"==typeof t&&("/"===t.charAt(0)&&(t="/"===t.charAt(1)?n.protocol+t:n.host+t),/^(https?|wss?):\/\//.test(t)||(t=void 0!==n?n.protocol+"//"+t:"https://"+t),i=lt(t)),i.port||(/^(http|ws)$/.test(i.protocol)?i.port="80":/^(http|ws)s$/.test(i.protocol)&&(i.port="443")),i.path=i.path||"/";var r=-1!==i.host.indexOf(":")?"["+i.host+"]":i.host;return i.id=i.protocol+"://"+r+":"+i.port+e,i.href=i.protocol+"://"+r+(n&&n.port===i.port?"":":"+i.port),i}(t,(n=n||{}).path||"/socket.io"),s=r.source,o=r.id,a=r.path,u=It[o]&&a in It[o].nsps;return n.forceNew||n["force new connection"]||!1===n.multiplex||u?i=new Dt(s,n):(It[o]||(It[o]=new Dt(s,n)),i=It[o]),r.query&&!n.query&&(n.query=r.queryKey),i.socket(r.path,n)}return s(Ft,{Manager:Dt,Socket:Nt,io:Ft,connect:Ft}),Ft})); -//# sourceMappingURL=socket.io.msgpack.min.js.map diff --git a/software/flow/node_modules/socket.io/client-dist/socket.io.msgpack.min.js.map b/software/flow/node_modules/socket.io/client-dist/socket.io.msgpack.min.js.map deleted file mode 100644 index be7af1e..0000000 --- a/software/flow/node_modules/socket.io/client-dist/socket.io.msgpack.min.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"socket.io.msgpack.min.js","sources":["../node_modules/engine.io-parser/build/esm/commons.js","../node_modules/engine.io-parser/build/esm/contrib/base64-arraybuffer.js","../node_modules/engine.io-parser/build/esm/encodePacket.browser.js","../node_modules/engine.io-parser/build/esm/decodePacket.browser.js","../node_modules/engine.io-parser/build/esm/index.js","../node_modules/@socket.io/component-emitter/index.mjs","../node_modules/engine.io-client/build/esm/globalThis.browser.js","../node_modules/engine.io-client/build/esm/util.js","../node_modules/engine.io-client/build/esm/contrib/yeast.js","../node_modules/engine.io-client/build/esm/transport.js","../node_modules/engine.io-client/build/esm/contrib/parseqs.js","../node_modules/engine.io-client/build/esm/contrib/has-cors.js","../node_modules/engine.io-client/build/esm/transports/xmlhttprequest.browser.js","../node_modules/engine.io-client/build/esm/transports/polling.js","../node_modules/engine.io-client/build/esm/transports/websocket-constructor.browser.js","../node_modules/engine.io-client/build/esm/transports/websocket.js","../node_modules/engine.io-client/build/esm/transports/index.js","../node_modules/engine.io-client/build/esm/contrib/parseuri.js","../node_modules/engine.io-client/build/esm/socket.js","../node_modules/engine.io-client/build/esm/index.js","../node_modules/notepack.io/browser/encode.js","../node_modules/notepack.io/browser/decode.js","../node_modules/notepack.io/lib/index.js","../node_modules/component-emitter/index.js","../node_modules/socket.io-msgpack-parser/index.js","../build/esm/on.js","../build/esm/socket.js","../build/esm/contrib/backo2.js","../build/esm/manager.js","../build/esm/index.js","../build/esm/url.js"],"sourcesContent":["const PACKET_TYPES = Object.create(null); // no Map = no polyfill\nPACKET_TYPES[\"open\"] = \"0\";\nPACKET_TYPES[\"close\"] = \"1\";\nPACKET_TYPES[\"ping\"] = \"2\";\nPACKET_TYPES[\"pong\"] = \"3\";\nPACKET_TYPES[\"message\"] = \"4\";\nPACKET_TYPES[\"upgrade\"] = \"5\";\nPACKET_TYPES[\"noop\"] = \"6\";\nconst PACKET_TYPES_REVERSE = Object.create(null);\nObject.keys(PACKET_TYPES).forEach(key => {\n PACKET_TYPES_REVERSE[PACKET_TYPES[key]] = key;\n});\nconst ERROR_PACKET = { type: \"error\", data: \"parser error\" };\nexport { PACKET_TYPES, PACKET_TYPES_REVERSE, ERROR_PACKET };\n","const chars = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/';\n// Use a lookup table to find the index.\nconst lookup = typeof Uint8Array === 'undefined' ? [] : new Uint8Array(256);\nfor (let i = 0; i < chars.length; i++) {\n lookup[chars.charCodeAt(i)] = i;\n}\nexport const encode = (arraybuffer) => {\n let bytes = new Uint8Array(arraybuffer), i, len = bytes.length, base64 = '';\n for (i = 0; i < len; i += 3) {\n base64 += chars[bytes[i] >> 2];\n base64 += chars[((bytes[i] & 3) << 4) | (bytes[i + 1] >> 4)];\n base64 += chars[((bytes[i + 1] & 15) << 2) | (bytes[i + 2] >> 6)];\n base64 += chars[bytes[i + 2] & 63];\n }\n if (len % 3 === 2) {\n base64 = base64.substring(0, base64.length - 1) + '=';\n }\n else if (len % 3 === 1) {\n base64 = base64.substring(0, base64.length - 2) + '==';\n }\n return base64;\n};\nexport const decode = (base64) => {\n let bufferLength = base64.length * 0.75, len = base64.length, i, p = 0, encoded1, encoded2, encoded3, encoded4;\n if (base64[base64.length - 1] === '=') {\n bufferLength--;\n if (base64[base64.length - 2] === '=') {\n bufferLength--;\n }\n }\n const arraybuffer = new ArrayBuffer(bufferLength), bytes = new Uint8Array(arraybuffer);\n for (i = 0; i < len; i += 4) {\n encoded1 = lookup[base64.charCodeAt(i)];\n encoded2 = lookup[base64.charCodeAt(i + 1)];\n encoded3 = lookup[base64.charCodeAt(i + 2)];\n encoded4 = lookup[base64.charCodeAt(i + 3)];\n bytes[p++] = (encoded1 << 2) | (encoded2 >> 4);\n bytes[p++] = ((encoded2 & 15) << 4) | (encoded3 >> 2);\n bytes[p++] = ((encoded3 & 3) << 6) | (encoded4 & 63);\n }\n return arraybuffer;\n};\n","import { PACKET_TYPES } from \"./commons.js\";\nconst withNativeBlob = typeof Blob === \"function\" ||\n (typeof Blob !== \"undefined\" &&\n Object.prototype.toString.call(Blob) === \"[object BlobConstructor]\");\nconst withNativeArrayBuffer = typeof ArrayBuffer === \"function\";\n// ArrayBuffer.isView method is not defined in IE10\nconst isView = obj => {\n return typeof ArrayBuffer.isView === \"function\"\n ? ArrayBuffer.isView(obj)\n : obj && obj.buffer instanceof ArrayBuffer;\n};\nconst encodePacket = ({ type, data }, supportsBinary, callback) => {\n if (withNativeBlob && data instanceof Blob) {\n if (supportsBinary) {\n return callback(data);\n }\n else {\n return encodeBlobAsBase64(data, callback);\n }\n }\n else if (withNativeArrayBuffer &&\n (data instanceof ArrayBuffer || isView(data))) {\n if (supportsBinary) {\n return callback(data);\n }\n else {\n return encodeBlobAsBase64(new Blob([data]), callback);\n }\n }\n // plain string\n return callback(PACKET_TYPES[type] + (data || \"\"));\n};\nconst encodeBlobAsBase64 = (data, callback) => {\n const fileReader = new FileReader();\n fileReader.onload = function () {\n const content = fileReader.result.split(\",\")[1];\n callback(\"b\" + content);\n };\n return fileReader.readAsDataURL(data);\n};\nexport default encodePacket;\n","import { ERROR_PACKET, PACKET_TYPES_REVERSE } from \"./commons.js\";\nimport { decode } from \"./contrib/base64-arraybuffer.js\";\nconst withNativeArrayBuffer = typeof ArrayBuffer === \"function\";\nconst decodePacket = (encodedPacket, binaryType) => {\n if (typeof encodedPacket !== \"string\") {\n return {\n type: \"message\",\n data: mapBinary(encodedPacket, binaryType)\n };\n }\n const type = encodedPacket.charAt(0);\n if (type === \"b\") {\n return {\n type: \"message\",\n data: decodeBase64Packet(encodedPacket.substring(1), binaryType)\n };\n }\n const packetType = PACKET_TYPES_REVERSE[type];\n if (!packetType) {\n return ERROR_PACKET;\n }\n return encodedPacket.length > 1\n ? {\n type: PACKET_TYPES_REVERSE[type],\n data: encodedPacket.substring(1)\n }\n : {\n type: PACKET_TYPES_REVERSE[type]\n };\n};\nconst decodeBase64Packet = (data, binaryType) => {\n if (withNativeArrayBuffer) {\n const decoded = decode(data);\n return mapBinary(decoded, binaryType);\n }\n else {\n return { base64: true, data }; // fallback for old browsers\n }\n};\nconst mapBinary = (data, binaryType) => {\n switch (binaryType) {\n case \"blob\":\n return data instanceof ArrayBuffer ? new Blob([data]) : data;\n case \"arraybuffer\":\n default:\n return data; // assuming the data is already an ArrayBuffer\n }\n};\nexport default decodePacket;\n","import encodePacket from \"./encodePacket.js\";\nimport decodePacket from \"./decodePacket.js\";\nconst SEPARATOR = String.fromCharCode(30); // see https://en.wikipedia.org/wiki/Delimiter#ASCII_delimited_text\nconst encodePayload = (packets, callback) => {\n // some packets may be added to the array while encoding, so the initial length must be saved\n const length = packets.length;\n const encodedPackets = new Array(length);\n let count = 0;\n packets.forEach((packet, i) => {\n // force base64 encoding for binary packets\n encodePacket(packet, false, encodedPacket => {\n encodedPackets[i] = encodedPacket;\n if (++count === length) {\n callback(encodedPackets.join(SEPARATOR));\n }\n });\n });\n};\nconst decodePayload = (encodedPayload, binaryType) => {\n const encodedPackets = encodedPayload.split(SEPARATOR);\n const packets = [];\n for (let i = 0; i < encodedPackets.length; i++) {\n const decodedPacket = decodePacket(encodedPackets[i], binaryType);\n packets.push(decodedPacket);\n if (decodedPacket.type === \"error\") {\n break;\n }\n }\n return packets;\n};\nexport const protocol = 4;\nexport { encodePacket, encodePayload, decodePacket, decodePayload };\n","/**\n * Initialize a new `Emitter`.\n *\n * @api public\n */\n\nexport function Emitter(obj) {\n if (obj) return mixin(obj);\n}\n\n/**\n * Mixin the emitter properties.\n *\n * @param {Object} obj\n * @return {Object}\n * @api private\n */\n\nfunction mixin(obj) {\n for (var key in Emitter.prototype) {\n obj[key] = Emitter.prototype[key];\n }\n return obj;\n}\n\n/**\n * Listen on the given `event` with `fn`.\n *\n * @param {String} event\n * @param {Function} fn\n * @return {Emitter}\n * @api public\n */\n\nEmitter.prototype.on =\nEmitter.prototype.addEventListener = function(event, fn){\n this._callbacks = this._callbacks || {};\n (this._callbacks['$' + event] = this._callbacks['$' + event] || [])\n .push(fn);\n return this;\n};\n\n/**\n * Adds an `event` listener that will be invoked a single\n * time then automatically removed.\n *\n * @param {String} event\n * @param {Function} fn\n * @return {Emitter}\n * @api public\n */\n\nEmitter.prototype.once = function(event, fn){\n function on() {\n this.off(event, on);\n fn.apply(this, arguments);\n }\n\n on.fn = fn;\n this.on(event, on);\n return this;\n};\n\n/**\n * Remove the given callback for `event` or all\n * registered callbacks.\n *\n * @param {String} event\n * @param {Function} fn\n * @return {Emitter}\n * @api public\n */\n\nEmitter.prototype.off =\nEmitter.prototype.removeListener =\nEmitter.prototype.removeAllListeners =\nEmitter.prototype.removeEventListener = function(event, fn){\n this._callbacks = this._callbacks || {};\n\n // all\n if (0 == arguments.length) {\n this._callbacks = {};\n return this;\n }\n\n // specific event\n var callbacks = this._callbacks['$' + event];\n if (!callbacks) return this;\n\n // remove all handlers\n if (1 == arguments.length) {\n delete this._callbacks['$' + event];\n return this;\n }\n\n // remove specific handler\n var cb;\n for (var i = 0; i < callbacks.length; i++) {\n cb = callbacks[i];\n if (cb === fn || cb.fn === fn) {\n callbacks.splice(i, 1);\n break;\n }\n }\n\n // Remove event specific arrays for event types that no\n // one is subscribed for to avoid memory leak.\n if (callbacks.length === 0) {\n delete this._callbacks['$' + event];\n }\n\n return this;\n};\n\n/**\n * Emit `event` with the given args.\n *\n * @param {String} event\n * @param {Mixed} ...\n * @return {Emitter}\n */\n\nEmitter.prototype.emit = function(event){\n this._callbacks = this._callbacks || {};\n\n var args = new Array(arguments.length - 1)\n , callbacks = this._callbacks['$' + event];\n\n for (var i = 1; i < arguments.length; i++) {\n args[i - 1] = arguments[i];\n }\n\n if (callbacks) {\n callbacks = callbacks.slice(0);\n for (var i = 0, len = callbacks.length; i < len; ++i) {\n callbacks[i].apply(this, args);\n }\n }\n\n return this;\n};\n\n// alias used for reserved events (protected method)\nEmitter.prototype.emitReserved = Emitter.prototype.emit;\n\n/**\n * Return array of callbacks for `event`.\n *\n * @param {String} event\n * @return {Array}\n * @api public\n */\n\nEmitter.prototype.listeners = function(event){\n this._callbacks = this._callbacks || {};\n return this._callbacks['$' + event] || [];\n};\n\n/**\n * Check if this emitter has `event` handlers.\n *\n * @param {String} event\n * @return {Boolean}\n * @api public\n */\n\nEmitter.prototype.hasListeners = function(event){\n return !! this.listeners(event).length;\n};\n","export const globalThisShim = (() => {\n if (typeof self !== \"undefined\") {\n return self;\n }\n else if (typeof window !== \"undefined\") {\n return window;\n }\n else {\n return Function(\"return this\")();\n }\n})();\n","import { globalThisShim as globalThis } from \"./globalThis.js\";\nexport function pick(obj, ...attr) {\n return attr.reduce((acc, k) => {\n if (obj.hasOwnProperty(k)) {\n acc[k] = obj[k];\n }\n return acc;\n }, {});\n}\n// Keep a reference to the real timeout functions so they can be used when overridden\nconst NATIVE_SET_TIMEOUT = globalThis.setTimeout;\nconst NATIVE_CLEAR_TIMEOUT = globalThis.clearTimeout;\nexport function installTimerFunctions(obj, opts) {\n if (opts.useNativeTimers) {\n obj.setTimeoutFn = NATIVE_SET_TIMEOUT.bind(globalThis);\n obj.clearTimeoutFn = NATIVE_CLEAR_TIMEOUT.bind(globalThis);\n }\n else {\n obj.setTimeoutFn = globalThis.setTimeout.bind(globalThis);\n obj.clearTimeoutFn = globalThis.clearTimeout.bind(globalThis);\n }\n}\n// base64 encoded buffers are about 33% bigger (https://en.wikipedia.org/wiki/Base64)\nconst BASE64_OVERHEAD = 1.33;\n// we could also have used `new Blob([obj]).size`, but it isn't supported in IE9\nexport function byteLength(obj) {\n if (typeof obj === \"string\") {\n return utf8Length(obj);\n }\n // arraybuffer or blob\n return Math.ceil((obj.byteLength || obj.size) * BASE64_OVERHEAD);\n}\nfunction utf8Length(str) {\n let c = 0, length = 0;\n for (let i = 0, l = str.length; i < l; i++) {\n c = str.charCodeAt(i);\n if (c < 0x80) {\n length += 1;\n }\n else if (c < 0x800) {\n length += 2;\n }\n else if (c < 0xd800 || c >= 0xe000) {\n length += 3;\n }\n else {\n i++;\n length += 4;\n }\n }\n return length;\n}\n","// imported from https://github.com/unshiftio/yeast\n'use strict';\nconst alphabet = '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz-_'.split(''), length = 64, map = {};\nlet seed = 0, i = 0, prev;\n/**\n * Return a string representing the specified number.\n *\n * @param {Number} num The number to convert.\n * @returns {String} The string representation of the number.\n * @api public\n */\nexport function encode(num) {\n let encoded = '';\n do {\n encoded = alphabet[num % length] + encoded;\n num = Math.floor(num / length);\n } while (num > 0);\n return encoded;\n}\n/**\n * Return the integer value specified by the given string.\n *\n * @param {String} str The string to convert.\n * @returns {Number} The integer value represented by the string.\n * @api public\n */\nexport function decode(str) {\n let decoded = 0;\n for (i = 0; i < str.length; i++) {\n decoded = decoded * length + map[str.charAt(i)];\n }\n return decoded;\n}\n/**\n * Yeast: A tiny growing id generator.\n *\n * @returns {String} A unique id.\n * @api public\n */\nexport function yeast() {\n const now = encode(+new Date());\n if (now !== prev)\n return seed = 0, prev = now;\n return now + '.' + encode(seed++);\n}\n//\n// Map each character to its index.\n//\nfor (; i < length; i++)\n map[alphabet[i]] = i;\n","import { decodePacket } from \"engine.io-parser\";\nimport { Emitter } from \"@socket.io/component-emitter\";\nimport { installTimerFunctions } from \"./util.js\";\nclass TransportError extends Error {\n constructor(reason, description, context) {\n super(reason);\n this.description = description;\n this.context = context;\n this.type = \"TransportError\";\n }\n}\nexport class Transport extends Emitter {\n /**\n * Transport abstract constructor.\n *\n * @param {Object} opts - options\n * @protected\n */\n constructor(opts) {\n super();\n this.writable = false;\n installTimerFunctions(this, opts);\n this.opts = opts;\n this.query = opts.query;\n this.socket = opts.socket;\n }\n /**\n * Emits an error.\n *\n * @param {String} reason\n * @param description\n * @param context - the error context\n * @return {Transport} for chaining\n * @protected\n */\n onError(reason, description, context) {\n super.emitReserved(\"error\", new TransportError(reason, description, context));\n return this;\n }\n /**\n * Opens the transport.\n */\n open() {\n this.readyState = \"opening\";\n this.doOpen();\n return this;\n }\n /**\n * Closes the transport.\n */\n close() {\n if (this.readyState === \"opening\" || this.readyState === \"open\") {\n this.doClose();\n this.onClose();\n }\n return this;\n }\n /**\n * Sends multiple packets.\n *\n * @param {Array} packets\n */\n send(packets) {\n if (this.readyState === \"open\") {\n this.write(packets);\n }\n else {\n // this might happen if the transport was silently closed in the beforeunload event handler\n }\n }\n /**\n * Called upon open\n *\n * @protected\n */\n onOpen() {\n this.readyState = \"open\";\n this.writable = true;\n super.emitReserved(\"open\");\n }\n /**\n * Called with data.\n *\n * @param {String} data\n * @protected\n */\n onData(data) {\n const packet = decodePacket(data, this.socket.binaryType);\n this.onPacket(packet);\n }\n /**\n * Called with a decoded packet.\n *\n * @protected\n */\n onPacket(packet) {\n super.emitReserved(\"packet\", packet);\n }\n /**\n * Called upon close.\n *\n * @protected\n */\n onClose(details) {\n this.readyState = \"closed\";\n super.emitReserved(\"close\", details);\n }\n /**\n * Pauses the transport, in order not to lose packets during an upgrade.\n *\n * @param onPause\n */\n pause(onPause) { }\n}\n","// imported from https://github.com/galkn/querystring\n/**\n * Compiles a querystring\n * Returns string representation of the object\n *\n * @param {Object}\n * @api private\n */\nexport function encode(obj) {\n let str = '';\n for (let i in obj) {\n if (obj.hasOwnProperty(i)) {\n if (str.length)\n str += '&';\n str += encodeURIComponent(i) + '=' + encodeURIComponent(obj[i]);\n }\n }\n return str;\n}\n/**\n * Parses a simple querystring into an object\n *\n * @param {String} qs\n * @api private\n */\nexport function decode(qs) {\n let qry = {};\n let pairs = qs.split('&');\n for (let i = 0, l = pairs.length; i < l; i++) {\n let pair = pairs[i].split('=');\n qry[decodeURIComponent(pair[0])] = decodeURIComponent(pair[1]);\n }\n return qry;\n}\n","// imported from https://github.com/component/has-cors\nlet value = false;\ntry {\n value = typeof XMLHttpRequest !== 'undefined' &&\n 'withCredentials' in new XMLHttpRequest();\n}\ncatch (err) {\n // if XMLHttp support is disabled in IE then it will throw\n // when trying to create\n}\nexport const hasCORS = value;\n","// browser shim for xmlhttprequest module\nimport { hasCORS } from \"../contrib/has-cors.js\";\nimport { globalThisShim as globalThis } from \"../globalThis.js\";\nexport function XHR(opts) {\n const xdomain = opts.xdomain;\n // XMLHttpRequest can be disabled on IE\n try {\n if (\"undefined\" !== typeof XMLHttpRequest && (!xdomain || hasCORS)) {\n return new XMLHttpRequest();\n }\n }\n catch (e) { }\n if (!xdomain) {\n try {\n return new globalThis[[\"Active\"].concat(\"Object\").join(\"X\")](\"Microsoft.XMLHTTP\");\n }\n catch (e) { }\n }\n}\n","import { Transport } from \"../transport.js\";\nimport { yeast } from \"../contrib/yeast.js\";\nimport { encode } from \"../contrib/parseqs.js\";\nimport { encodePayload, decodePayload } from \"engine.io-parser\";\nimport { XHR as XMLHttpRequest } from \"./xmlhttprequest.js\";\nimport { Emitter } from \"@socket.io/component-emitter\";\nimport { installTimerFunctions, pick } from \"../util.js\";\nimport { globalThisShim as globalThis } from \"../globalThis.js\";\nfunction empty() { }\nconst hasXHR2 = (function () {\n const xhr = new XMLHttpRequest({\n xdomain: false,\n });\n return null != xhr.responseType;\n})();\nexport class Polling extends Transport {\n /**\n * XHR Polling constructor.\n *\n * @param {Object} opts\n * @package\n */\n constructor(opts) {\n super(opts);\n this.polling = false;\n if (typeof location !== \"undefined\") {\n const isSSL = \"https:\" === location.protocol;\n let port = location.port;\n // some user agents have empty `location.port`\n if (!port) {\n port = isSSL ? \"443\" : \"80\";\n }\n this.xd =\n (typeof location !== \"undefined\" &&\n opts.hostname !== location.hostname) ||\n port !== opts.port;\n this.xs = opts.secure !== isSSL;\n }\n /**\n * XHR supports binary\n */\n const forceBase64 = opts && opts.forceBase64;\n this.supportsBinary = hasXHR2 && !forceBase64;\n }\n get name() {\n return \"polling\";\n }\n /**\n * Opens the socket (triggers polling). We write a PING message to determine\n * when the transport is open.\n *\n * @protected\n */\n doOpen() {\n this.poll();\n }\n /**\n * Pauses polling.\n *\n * @param {Function} onPause - callback upon buffers are flushed and transport is paused\n * @package\n */\n pause(onPause) {\n this.readyState = \"pausing\";\n const pause = () => {\n this.readyState = \"paused\";\n onPause();\n };\n if (this.polling || !this.writable) {\n let total = 0;\n if (this.polling) {\n total++;\n this.once(\"pollComplete\", function () {\n --total || pause();\n });\n }\n if (!this.writable) {\n total++;\n this.once(\"drain\", function () {\n --total || pause();\n });\n }\n }\n else {\n pause();\n }\n }\n /**\n * Starts polling cycle.\n *\n * @private\n */\n poll() {\n this.polling = true;\n this.doPoll();\n this.emitReserved(\"poll\");\n }\n /**\n * Overloads onData to detect payloads.\n *\n * @protected\n */\n onData(data) {\n const callback = (packet) => {\n // if its the first message we consider the transport open\n if (\"opening\" === this.readyState && packet.type === \"open\") {\n this.onOpen();\n }\n // if its a close packet, we close the ongoing requests\n if (\"close\" === packet.type) {\n this.onClose({ description: \"transport closed by the server\" });\n return false;\n }\n // otherwise bypass onData and handle the message\n this.onPacket(packet);\n };\n // decode payload\n decodePayload(data, this.socket.binaryType).forEach(callback);\n // if an event did not trigger closing\n if (\"closed\" !== this.readyState) {\n // if we got data we're not polling\n this.polling = false;\n this.emitReserved(\"pollComplete\");\n if (\"open\" === this.readyState) {\n this.poll();\n }\n else {\n }\n }\n }\n /**\n * For polling, send a close packet.\n *\n * @protected\n */\n doClose() {\n const close = () => {\n this.write([{ type: \"close\" }]);\n };\n if (\"open\" === this.readyState) {\n close();\n }\n else {\n // in case we're trying to close while\n // handshaking is in progress (GH-164)\n this.once(\"open\", close);\n }\n }\n /**\n * Writes a packets payload.\n *\n * @param {Array} packets - data packets\n * @protected\n */\n write(packets) {\n this.writable = false;\n encodePayload(packets, (data) => {\n this.doWrite(data, () => {\n this.writable = true;\n this.emitReserved(\"drain\");\n });\n });\n }\n /**\n * Generates uri for connection.\n *\n * @private\n */\n uri() {\n let query = this.query || {};\n const schema = this.opts.secure ? \"https\" : \"http\";\n let port = \"\";\n // cache busting is forced\n if (false !== this.opts.timestampRequests) {\n query[this.opts.timestampParam] = yeast();\n }\n if (!this.supportsBinary && !query.sid) {\n query.b64 = 1;\n }\n // avoid port if default for schema\n if (this.opts.port &&\n ((\"https\" === schema && Number(this.opts.port) !== 443) ||\n (\"http\" === schema && Number(this.opts.port) !== 80))) {\n port = \":\" + this.opts.port;\n }\n const encodedQuery = encode(query);\n const ipv6 = this.opts.hostname.indexOf(\":\") !== -1;\n return (schema +\n \"://\" +\n (ipv6 ? \"[\" + this.opts.hostname + \"]\" : this.opts.hostname) +\n port +\n this.opts.path +\n (encodedQuery.length ? \"?\" + encodedQuery : \"\"));\n }\n /**\n * Creates a request.\n *\n * @param {String} method\n * @private\n */\n request(opts = {}) {\n Object.assign(opts, { xd: this.xd, xs: this.xs }, this.opts);\n return new Request(this.uri(), opts);\n }\n /**\n * Sends data.\n *\n * @param {String} data to send.\n * @param {Function} called upon flush.\n * @private\n */\n doWrite(data, fn) {\n const req = this.request({\n method: \"POST\",\n data: data,\n });\n req.on(\"success\", fn);\n req.on(\"error\", (xhrStatus, context) => {\n this.onError(\"xhr post error\", xhrStatus, context);\n });\n }\n /**\n * Starts a poll cycle.\n *\n * @private\n */\n doPoll() {\n const req = this.request();\n req.on(\"data\", this.onData.bind(this));\n req.on(\"error\", (xhrStatus, context) => {\n this.onError(\"xhr poll error\", xhrStatus, context);\n });\n this.pollXhr = req;\n }\n}\nexport class Request extends Emitter {\n /**\n * Request constructor\n *\n * @param {Object} options\n * @package\n */\n constructor(uri, opts) {\n super();\n installTimerFunctions(this, opts);\n this.opts = opts;\n this.method = opts.method || \"GET\";\n this.uri = uri;\n this.async = false !== opts.async;\n this.data = undefined !== opts.data ? opts.data : null;\n this.create();\n }\n /**\n * Creates the XHR object and sends the request.\n *\n * @private\n */\n create() {\n const opts = pick(this.opts, \"agent\", \"pfx\", \"key\", \"passphrase\", \"cert\", \"ca\", \"ciphers\", \"rejectUnauthorized\", \"autoUnref\");\n opts.xdomain = !!this.opts.xd;\n opts.xscheme = !!this.opts.xs;\n const xhr = (this.xhr = new XMLHttpRequest(opts));\n try {\n xhr.open(this.method, this.uri, this.async);\n try {\n if (this.opts.extraHeaders) {\n xhr.setDisableHeaderCheck && xhr.setDisableHeaderCheck(true);\n for (let i in this.opts.extraHeaders) {\n if (this.opts.extraHeaders.hasOwnProperty(i)) {\n xhr.setRequestHeader(i, this.opts.extraHeaders[i]);\n }\n }\n }\n }\n catch (e) { }\n if (\"POST\" === this.method) {\n try {\n xhr.setRequestHeader(\"Content-type\", \"text/plain;charset=UTF-8\");\n }\n catch (e) { }\n }\n try {\n xhr.setRequestHeader(\"Accept\", \"*/*\");\n }\n catch (e) { }\n // ie6 check\n if (\"withCredentials\" in xhr) {\n xhr.withCredentials = this.opts.withCredentials;\n }\n if (this.opts.requestTimeout) {\n xhr.timeout = this.opts.requestTimeout;\n }\n xhr.onreadystatechange = () => {\n if (4 !== xhr.readyState)\n return;\n if (200 === xhr.status || 1223 === xhr.status) {\n this.onLoad();\n }\n else {\n // make sure the `error` event handler that's user-set\n // does not throw in the same tick and gets caught here\n this.setTimeoutFn(() => {\n this.onError(typeof xhr.status === \"number\" ? xhr.status : 0);\n }, 0);\n }\n };\n xhr.send(this.data);\n }\n catch (e) {\n // Need to defer since .create() is called directly from the constructor\n // and thus the 'error' event can only be only bound *after* this exception\n // occurs. Therefore, also, we cannot throw here at all.\n this.setTimeoutFn(() => {\n this.onError(e);\n }, 0);\n return;\n }\n if (typeof document !== \"undefined\") {\n this.index = Request.requestsCount++;\n Request.requests[this.index] = this;\n }\n }\n /**\n * Called upon error.\n *\n * @private\n */\n onError(err) {\n this.emitReserved(\"error\", err, this.xhr);\n this.cleanup(true);\n }\n /**\n * Cleans up house.\n *\n * @private\n */\n cleanup(fromError) {\n if (\"undefined\" === typeof this.xhr || null === this.xhr) {\n return;\n }\n this.xhr.onreadystatechange = empty;\n if (fromError) {\n try {\n this.xhr.abort();\n }\n catch (e) { }\n }\n if (typeof document !== \"undefined\") {\n delete Request.requests[this.index];\n }\n this.xhr = null;\n }\n /**\n * Called upon load.\n *\n * @private\n */\n onLoad() {\n const data = this.xhr.responseText;\n if (data !== null) {\n this.emitReserved(\"data\", data);\n this.emitReserved(\"success\");\n this.cleanup();\n }\n }\n /**\n * Aborts the request.\n *\n * @package\n */\n abort() {\n this.cleanup();\n }\n}\nRequest.requestsCount = 0;\nRequest.requests = {};\n/**\n * Aborts pending requests when unloading the window. This is needed to prevent\n * memory leaks (e.g. when using IE) and to ensure that no spurious error is\n * emitted.\n */\nif (typeof document !== \"undefined\") {\n // @ts-ignore\n if (typeof attachEvent === \"function\") {\n // @ts-ignore\n attachEvent(\"onunload\", unloadHandler);\n }\n else if (typeof addEventListener === \"function\") {\n const terminationEvent = \"onpagehide\" in globalThis ? \"pagehide\" : \"unload\";\n addEventListener(terminationEvent, unloadHandler, false);\n }\n}\nfunction unloadHandler() {\n for (let i in Request.requests) {\n if (Request.requests.hasOwnProperty(i)) {\n Request.requests[i].abort();\n }\n }\n}\n","import { globalThisShim as globalThis } from \"../globalThis.js\";\nexport const nextTick = (() => {\n const isPromiseAvailable = typeof Promise === \"function\" && typeof Promise.resolve === \"function\";\n if (isPromiseAvailable) {\n return (cb) => Promise.resolve().then(cb);\n }\n else {\n return (cb, setTimeoutFn) => setTimeoutFn(cb, 0);\n }\n})();\nexport const WebSocket = globalThis.WebSocket || globalThis.MozWebSocket;\nexport const usingBrowserWebSocket = true;\nexport const defaultBinaryType = \"arraybuffer\";\n","import { Transport } from \"../transport.js\";\nimport { encode } from \"../contrib/parseqs.js\";\nimport { yeast } from \"../contrib/yeast.js\";\nimport { pick } from \"../util.js\";\nimport { defaultBinaryType, nextTick, usingBrowserWebSocket, WebSocket, } from \"./websocket-constructor.js\";\nimport { encodePacket } from \"engine.io-parser\";\n// detect ReactNative environment\nconst isReactNative = typeof navigator !== \"undefined\" &&\n typeof navigator.product === \"string\" &&\n navigator.product.toLowerCase() === \"reactnative\";\nexport class WS extends Transport {\n /**\n * WebSocket transport constructor.\n *\n * @param {Object} opts - connection options\n * @protected\n */\n constructor(opts) {\n super(opts);\n this.supportsBinary = !opts.forceBase64;\n }\n get name() {\n return \"websocket\";\n }\n doOpen() {\n if (!this.check()) {\n // let probe timeout\n return;\n }\n const uri = this.uri();\n const protocols = this.opts.protocols;\n // React Native only supports the 'headers' option, and will print a warning if anything else is passed\n const opts = isReactNative\n ? {}\n : pick(this.opts, \"agent\", \"perMessageDeflate\", \"pfx\", \"key\", \"passphrase\", \"cert\", \"ca\", \"ciphers\", \"rejectUnauthorized\", \"localAddress\", \"protocolVersion\", \"origin\", \"maxPayload\", \"family\", \"checkServerIdentity\");\n if (this.opts.extraHeaders) {\n opts.headers = this.opts.extraHeaders;\n }\n try {\n this.ws =\n usingBrowserWebSocket && !isReactNative\n ? protocols\n ? new WebSocket(uri, protocols)\n : new WebSocket(uri)\n : new WebSocket(uri, protocols, opts);\n }\n catch (err) {\n return this.emitReserved(\"error\", err);\n }\n this.ws.binaryType = this.socket.binaryType || defaultBinaryType;\n this.addEventListeners();\n }\n /**\n * Adds event listeners to the socket\n *\n * @private\n */\n addEventListeners() {\n this.ws.onopen = () => {\n if (this.opts.autoUnref) {\n this.ws._socket.unref();\n }\n this.onOpen();\n };\n this.ws.onclose = (closeEvent) => this.onClose({\n description: \"websocket connection closed\",\n context: closeEvent,\n });\n this.ws.onmessage = (ev) => this.onData(ev.data);\n this.ws.onerror = (e) => this.onError(\"websocket error\", e);\n }\n write(packets) {\n this.writable = false;\n // encodePacket efficient as it uses WS framing\n // no need for encodePayload\n for (let i = 0; i < packets.length; i++) {\n const packet = packets[i];\n const lastPacket = i === packets.length - 1;\n encodePacket(packet, this.supportsBinary, (data) => {\n // always create a new object (GH-437)\n const opts = {};\n if (!usingBrowserWebSocket) {\n if (packet.options) {\n opts.compress = packet.options.compress;\n }\n if (this.opts.perMessageDeflate) {\n const len = \n // @ts-ignore\n \"string\" === typeof data ? Buffer.byteLength(data) : data.length;\n if (len < this.opts.perMessageDeflate.threshold) {\n opts.compress = false;\n }\n }\n }\n // Sometimes the websocket has already been closed but the browser didn't\n // have a chance of informing us about it yet, in that case send will\n // throw an error\n try {\n if (usingBrowserWebSocket) {\n // TypeError is thrown when passing the second argument on Safari\n this.ws.send(data);\n }\n else {\n this.ws.send(data, opts);\n }\n }\n catch (e) {\n }\n if (lastPacket) {\n // fake drain\n // defer to next tick to allow Socket to clear writeBuffer\n nextTick(() => {\n this.writable = true;\n this.emitReserved(\"drain\");\n }, this.setTimeoutFn);\n }\n });\n }\n }\n doClose() {\n if (typeof this.ws !== \"undefined\") {\n this.ws.close();\n this.ws = null;\n }\n }\n /**\n * Generates uri for connection.\n *\n * @private\n */\n uri() {\n let query = this.query || {};\n const schema = this.opts.secure ? \"wss\" : \"ws\";\n let port = \"\";\n // avoid port if default for schema\n if (this.opts.port &&\n ((\"wss\" === schema && Number(this.opts.port) !== 443) ||\n (\"ws\" === schema && Number(this.opts.port) !== 80))) {\n port = \":\" + this.opts.port;\n }\n // append timestamp to URI\n if (this.opts.timestampRequests) {\n query[this.opts.timestampParam] = yeast();\n }\n // communicate binary support capabilities\n if (!this.supportsBinary) {\n query.b64 = 1;\n }\n const encodedQuery = encode(query);\n const ipv6 = this.opts.hostname.indexOf(\":\") !== -1;\n return (schema +\n \"://\" +\n (ipv6 ? \"[\" + this.opts.hostname + \"]\" : this.opts.hostname) +\n port +\n this.opts.path +\n (encodedQuery.length ? \"?\" + encodedQuery : \"\"));\n }\n /**\n * Feature detection for WebSocket.\n *\n * @return {Boolean} whether this transport is available.\n * @private\n */\n check() {\n return !!WebSocket;\n }\n}\n","import { Polling } from \"./polling.js\";\nimport { WS } from \"./websocket.js\";\nexport const transports = {\n websocket: WS,\n polling: Polling,\n};\n","// imported from https://github.com/galkn/parseuri\n/**\n * Parses a URI\n *\n * Note: we could also have used the built-in URL object, but it isn't supported on all platforms.\n *\n * See:\n * - https://developer.mozilla.org/en-US/docs/Web/API/URL\n * - https://caniuse.com/url\n * - https://www.rfc-editor.org/rfc/rfc3986#appendix-B\n *\n * History of the parse() method:\n * - first commit: https://github.com/socketio/socket.io-client/commit/4ee1d5d94b3906a9c052b459f1a818b15f38f91c\n * - export into its own module: https://github.com/socketio/engine.io-client/commit/de2c561e4564efeb78f1bdb1ba39ef81b2822cb3\n * - reimport: https://github.com/socketio/engine.io-client/commit/df32277c3f6d622eec5ed09f493cae3f3391d242\n *\n * @author Steven Levithan <stevenlevithan.com> (MIT license)\n * @api private\n */\nconst re = /^(?:(?![^:@\\/?#]+:[^:@\\/]*@)(http|https|ws|wss):\\/\\/)?((?:(([^:@\\/?#]*)(?::([^:@\\/?#]*))?)?@)?((?:[a-f0-9]{0,4}:){2,7}[a-f0-9]{0,4}|[^:\\/?#]*)(?::(\\d*))?)(((\\/(?:[^?#](?![^?#\\/]*\\.[^?#\\/.]+(?:[?#]|$)))*\\/?)?([^?#\\/]*))(?:\\?([^#]*))?(?:#(.*))?)/;\nconst parts = [\n 'source', 'protocol', 'authority', 'userInfo', 'user', 'password', 'host', 'port', 'relative', 'path', 'directory', 'file', 'query', 'anchor'\n];\nexport function parse(str) {\n const src = str, b = str.indexOf('['), e = str.indexOf(']');\n if (b != -1 && e != -1) {\n str = str.substring(0, b) + str.substring(b, e).replace(/:/g, ';') + str.substring(e, str.length);\n }\n let m = re.exec(str || ''), uri = {}, i = 14;\n while (i--) {\n uri[parts[i]] = m[i] || '';\n }\n if (b != -1 && e != -1) {\n uri.source = src;\n uri.host = uri.host.substring(1, uri.host.length - 1).replace(/;/g, ':');\n uri.authority = uri.authority.replace('[', '').replace(']', '').replace(/;/g, ':');\n uri.ipv6uri = true;\n }\n uri.pathNames = pathNames(uri, uri['path']);\n uri.queryKey = queryKey(uri, uri['query']);\n return uri;\n}\nfunction pathNames(obj, path) {\n const regx = /\\/{2,9}/g, names = path.replace(regx, \"/\").split(\"/\");\n if (path.slice(0, 1) == '/' || path.length === 0) {\n names.splice(0, 1);\n }\n if (path.slice(-1) == '/') {\n names.splice(names.length - 1, 1);\n }\n return names;\n}\nfunction queryKey(uri, query) {\n const data = {};\n query.replace(/(?:^|&)([^&=]*)=?([^&]*)/g, function ($0, $1, $2) {\n if ($1) {\n data[$1] = $2;\n }\n });\n return data;\n}\n","import { transports } from \"./transports/index.js\";\nimport { installTimerFunctions, byteLength } from \"./util.js\";\nimport { decode } from \"./contrib/parseqs.js\";\nimport { parse } from \"./contrib/parseuri.js\";\nimport { Emitter } from \"@socket.io/component-emitter\";\nimport { protocol } from \"engine.io-parser\";\nexport class Socket extends Emitter {\n /**\n * Socket constructor.\n *\n * @param {String|Object} uri - uri or options\n * @param {Object} opts - options\n */\n constructor(uri, opts = {}) {\n super();\n this.writeBuffer = [];\n if (uri && \"object\" === typeof uri) {\n opts = uri;\n uri = null;\n }\n if (uri) {\n uri = parse(uri);\n opts.hostname = uri.host;\n opts.secure = uri.protocol === \"https\" || uri.protocol === \"wss\";\n opts.port = uri.port;\n if (uri.query)\n opts.query = uri.query;\n }\n else if (opts.host) {\n opts.hostname = parse(opts.host).host;\n }\n installTimerFunctions(this, opts);\n this.secure =\n null != opts.secure\n ? opts.secure\n : typeof location !== \"undefined\" && \"https:\" === location.protocol;\n if (opts.hostname && !opts.port) {\n // if no port is specified manually, use the protocol default\n opts.port = this.secure ? \"443\" : \"80\";\n }\n this.hostname =\n opts.hostname ||\n (typeof location !== \"undefined\" ? location.hostname : \"localhost\");\n this.port =\n opts.port ||\n (typeof location !== \"undefined\" && location.port\n ? location.port\n : this.secure\n ? \"443\"\n : \"80\");\n this.transports = opts.transports || [\"polling\", \"websocket\"];\n this.writeBuffer = [];\n this.prevBufferLen = 0;\n this.opts = Object.assign({\n path: \"/engine.io\",\n agent: false,\n withCredentials: false,\n upgrade: true,\n timestampParam: \"t\",\n rememberUpgrade: false,\n addTrailingSlash: true,\n rejectUnauthorized: true,\n perMessageDeflate: {\n threshold: 1024,\n },\n transportOptions: {},\n closeOnBeforeunload: true,\n }, opts);\n this.opts.path =\n this.opts.path.replace(/\\/$/, \"\") +\n (this.opts.addTrailingSlash ? \"/\" : \"\");\n if (typeof this.opts.query === \"string\") {\n this.opts.query = decode(this.opts.query);\n }\n // set on handshake\n this.id = null;\n this.upgrades = null;\n this.pingInterval = null;\n this.pingTimeout = null;\n // set on heartbeat\n this.pingTimeoutTimer = null;\n if (typeof addEventListener === \"function\") {\n if (this.opts.closeOnBeforeunload) {\n // Firefox closes the connection when the \"beforeunload\" event is emitted but not Chrome. This event listener\n // ensures every browser behaves the same (no \"disconnect\" event at the Socket.IO level when the page is\n // closed/reloaded)\n this.beforeunloadEventListener = () => {\n if (this.transport) {\n // silently close the transport\n this.transport.removeAllListeners();\n this.transport.close();\n }\n };\n addEventListener(\"beforeunload\", this.beforeunloadEventListener, false);\n }\n if (this.hostname !== \"localhost\") {\n this.offlineEventListener = () => {\n this.onClose(\"transport close\", {\n description: \"network connection lost\",\n });\n };\n addEventListener(\"offline\", this.offlineEventListener, false);\n }\n }\n this.open();\n }\n /**\n * Creates transport of the given type.\n *\n * @param {String} name - transport name\n * @return {Transport}\n * @private\n */\n createTransport(name) {\n const query = Object.assign({}, this.opts.query);\n // append engine.io protocol identifier\n query.EIO = protocol;\n // transport name\n query.transport = name;\n // session id if we already have one\n if (this.id)\n query.sid = this.id;\n const opts = Object.assign({}, this.opts.transportOptions[name], this.opts, {\n query,\n socket: this,\n hostname: this.hostname,\n secure: this.secure,\n port: this.port,\n });\n return new transports[name](opts);\n }\n /**\n * Initializes transport to use and starts probe.\n *\n * @private\n */\n open() {\n let transport;\n if (this.opts.rememberUpgrade &&\n Socket.priorWebsocketSuccess &&\n this.transports.indexOf(\"websocket\") !== -1) {\n transport = \"websocket\";\n }\n else if (0 === this.transports.length) {\n // Emit error on next tick so it can be listened to\n this.setTimeoutFn(() => {\n this.emitReserved(\"error\", \"No transports available\");\n }, 0);\n return;\n }\n else {\n transport = this.transports[0];\n }\n this.readyState = \"opening\";\n // Retry with the next transport if the transport is disabled (jsonp: false)\n try {\n transport = this.createTransport(transport);\n }\n catch (e) {\n this.transports.shift();\n this.open();\n return;\n }\n transport.open();\n this.setTransport(transport);\n }\n /**\n * Sets the current transport. Disables the existing one (if any).\n *\n * @private\n */\n setTransport(transport) {\n if (this.transport) {\n this.transport.removeAllListeners();\n }\n // set up transport\n this.transport = transport;\n // set up transport listeners\n transport\n .on(\"drain\", this.onDrain.bind(this))\n .on(\"packet\", this.onPacket.bind(this))\n .on(\"error\", this.onError.bind(this))\n .on(\"close\", (reason) => this.onClose(\"transport close\", reason));\n }\n /**\n * Probes a transport.\n *\n * @param {String} name - transport name\n * @private\n */\n probe(name) {\n let transport = this.createTransport(name);\n let failed = false;\n Socket.priorWebsocketSuccess = false;\n const onTransportOpen = () => {\n if (failed)\n return;\n transport.send([{ type: \"ping\", data: \"probe\" }]);\n transport.once(\"packet\", (msg) => {\n if (failed)\n return;\n if (\"pong\" === msg.type && \"probe\" === msg.data) {\n this.upgrading = true;\n this.emitReserved(\"upgrading\", transport);\n if (!transport)\n return;\n Socket.priorWebsocketSuccess = \"websocket\" === transport.name;\n this.transport.pause(() => {\n if (failed)\n return;\n if (\"closed\" === this.readyState)\n return;\n cleanup();\n this.setTransport(transport);\n transport.send([{ type: \"upgrade\" }]);\n this.emitReserved(\"upgrade\", transport);\n transport = null;\n this.upgrading = false;\n this.flush();\n });\n }\n else {\n const err = new Error(\"probe error\");\n // @ts-ignore\n err.transport = transport.name;\n this.emitReserved(\"upgradeError\", err);\n }\n });\n };\n function freezeTransport() {\n if (failed)\n return;\n // Any callback called by transport should be ignored since now\n failed = true;\n cleanup();\n transport.close();\n transport = null;\n }\n // Handle any error that happens while probing\n const onerror = (err) => {\n const error = new Error(\"probe error: \" + err);\n // @ts-ignore\n error.transport = transport.name;\n freezeTransport();\n this.emitReserved(\"upgradeError\", error);\n };\n function onTransportClose() {\n onerror(\"transport closed\");\n }\n // When the socket is closed while we're probing\n function onclose() {\n onerror(\"socket closed\");\n }\n // When the socket is upgraded while we're probing\n function onupgrade(to) {\n if (transport && to.name !== transport.name) {\n freezeTransport();\n }\n }\n // Remove all listeners on the transport and on self\n const cleanup = () => {\n transport.removeListener(\"open\", onTransportOpen);\n transport.removeListener(\"error\", onerror);\n transport.removeListener(\"close\", onTransportClose);\n this.off(\"close\", onclose);\n this.off(\"upgrading\", onupgrade);\n };\n transport.once(\"open\", onTransportOpen);\n transport.once(\"error\", onerror);\n transport.once(\"close\", onTransportClose);\n this.once(\"close\", onclose);\n this.once(\"upgrading\", onupgrade);\n transport.open();\n }\n /**\n * Called when connection is deemed open.\n *\n * @private\n */\n onOpen() {\n this.readyState = \"open\";\n Socket.priorWebsocketSuccess = \"websocket\" === this.transport.name;\n this.emitReserved(\"open\");\n this.flush();\n // we check for `readyState` in case an `open`\n // listener already closed the socket\n if (\"open\" === this.readyState && this.opts.upgrade) {\n let i = 0;\n const l = this.upgrades.length;\n for (; i < l; i++) {\n this.probe(this.upgrades[i]);\n }\n }\n }\n /**\n * Handles a packet.\n *\n * @private\n */\n onPacket(packet) {\n if (\"opening\" === this.readyState ||\n \"open\" === this.readyState ||\n \"closing\" === this.readyState) {\n this.emitReserved(\"packet\", packet);\n // Socket is live - any packet counts\n this.emitReserved(\"heartbeat\");\n switch (packet.type) {\n case \"open\":\n this.onHandshake(JSON.parse(packet.data));\n break;\n case \"ping\":\n this.resetPingTimeout();\n this.sendPacket(\"pong\");\n this.emitReserved(\"ping\");\n this.emitReserved(\"pong\");\n break;\n case \"error\":\n const err = new Error(\"server error\");\n // @ts-ignore\n err.code = packet.data;\n this.onError(err);\n break;\n case \"message\":\n this.emitReserved(\"data\", packet.data);\n this.emitReserved(\"message\", packet.data);\n break;\n }\n }\n else {\n }\n }\n /**\n * Called upon handshake completion.\n *\n * @param {Object} data - handshake obj\n * @private\n */\n onHandshake(data) {\n this.emitReserved(\"handshake\", data);\n this.id = data.sid;\n this.transport.query.sid = data.sid;\n this.upgrades = this.filterUpgrades(data.upgrades);\n this.pingInterval = data.pingInterval;\n this.pingTimeout = data.pingTimeout;\n this.maxPayload = data.maxPayload;\n this.onOpen();\n // In case open handler closes socket\n if (\"closed\" === this.readyState)\n return;\n this.resetPingTimeout();\n }\n /**\n * Sets and resets ping timeout timer based on server pings.\n *\n * @private\n */\n resetPingTimeout() {\n this.clearTimeoutFn(this.pingTimeoutTimer);\n this.pingTimeoutTimer = this.setTimeoutFn(() => {\n this.onClose(\"ping timeout\");\n }, this.pingInterval + this.pingTimeout);\n if (this.opts.autoUnref) {\n this.pingTimeoutTimer.unref();\n }\n }\n /**\n * Called on `drain` event\n *\n * @private\n */\n onDrain() {\n this.writeBuffer.splice(0, this.prevBufferLen);\n // setting prevBufferLen = 0 is very important\n // for example, when upgrading, upgrade packet is sent over,\n // and a nonzero prevBufferLen could cause problems on `drain`\n this.prevBufferLen = 0;\n if (0 === this.writeBuffer.length) {\n this.emitReserved(\"drain\");\n }\n else {\n this.flush();\n }\n }\n /**\n * Flush write buffers.\n *\n * @private\n */\n flush() {\n if (\"closed\" !== this.readyState &&\n this.transport.writable &&\n !this.upgrading &&\n this.writeBuffer.length) {\n const packets = this.getWritablePackets();\n this.transport.send(packets);\n // keep track of current length of writeBuffer\n // splice writeBuffer and callbackBuffer on `drain`\n this.prevBufferLen = packets.length;\n this.emitReserved(\"flush\");\n }\n }\n /**\n * Ensure the encoded size of the writeBuffer is below the maxPayload value sent by the server (only for HTTP\n * long-polling)\n *\n * @private\n */\n getWritablePackets() {\n const shouldCheckPayloadSize = this.maxPayload &&\n this.transport.name === \"polling\" &&\n this.writeBuffer.length > 1;\n if (!shouldCheckPayloadSize) {\n return this.writeBuffer;\n }\n let payloadSize = 1; // first packet type\n for (let i = 0; i < this.writeBuffer.length; i++) {\n const data = this.writeBuffer[i].data;\n if (data) {\n payloadSize += byteLength(data);\n }\n if (i > 0 && payloadSize > this.maxPayload) {\n return this.writeBuffer.slice(0, i);\n }\n payloadSize += 2; // separator + packet type\n }\n return this.writeBuffer;\n }\n /**\n * Sends a message.\n *\n * @param {String} msg - message.\n * @param {Object} options.\n * @param {Function} callback function.\n * @return {Socket} for chaining.\n */\n write(msg, options, fn) {\n this.sendPacket(\"message\", msg, options, fn);\n return this;\n }\n send(msg, options, fn) {\n this.sendPacket(\"message\", msg, options, fn);\n return this;\n }\n /**\n * Sends a packet.\n *\n * @param {String} type: packet type.\n * @param {String} data.\n * @param {Object} options.\n * @param {Function} fn - callback function.\n * @private\n */\n sendPacket(type, data, options, fn) {\n if (\"function\" === typeof data) {\n fn = data;\n data = undefined;\n }\n if (\"function\" === typeof options) {\n fn = options;\n options = null;\n }\n if (\"closing\" === this.readyState || \"closed\" === this.readyState) {\n return;\n }\n options = options || {};\n options.compress = false !== options.compress;\n const packet = {\n type: type,\n data: data,\n options: options,\n };\n this.emitReserved(\"packetCreate\", packet);\n this.writeBuffer.push(packet);\n if (fn)\n this.once(\"flush\", fn);\n this.flush();\n }\n /**\n * Closes the connection.\n */\n close() {\n const close = () => {\n this.onClose(\"forced close\");\n this.transport.close();\n };\n const cleanupAndClose = () => {\n this.off(\"upgrade\", cleanupAndClose);\n this.off(\"upgradeError\", cleanupAndClose);\n close();\n };\n const waitForUpgrade = () => {\n // wait for upgrade to finish since we can't send packets while pausing a transport\n this.once(\"upgrade\", cleanupAndClose);\n this.once(\"upgradeError\", cleanupAndClose);\n };\n if (\"opening\" === this.readyState || \"open\" === this.readyState) {\n this.readyState = \"closing\";\n if (this.writeBuffer.length) {\n this.once(\"drain\", () => {\n if (this.upgrading) {\n waitForUpgrade();\n }\n else {\n close();\n }\n });\n }\n else if (this.upgrading) {\n waitForUpgrade();\n }\n else {\n close();\n }\n }\n return this;\n }\n /**\n * Called upon transport error\n *\n * @private\n */\n onError(err) {\n Socket.priorWebsocketSuccess = false;\n this.emitReserved(\"error\", err);\n this.onClose(\"transport error\", err);\n }\n /**\n * Called upon transport close.\n *\n * @private\n */\n onClose(reason, description) {\n if (\"opening\" === this.readyState ||\n \"open\" === this.readyState ||\n \"closing\" === this.readyState) {\n // clear timers\n this.clearTimeoutFn(this.pingTimeoutTimer);\n // stop event from firing again for transport\n this.transport.removeAllListeners(\"close\");\n // ensure transport won't stay open\n this.transport.close();\n // ignore further transport communication\n this.transport.removeAllListeners();\n if (typeof removeEventListener === \"function\") {\n removeEventListener(\"beforeunload\", this.beforeunloadEventListener, false);\n removeEventListener(\"offline\", this.offlineEventListener, false);\n }\n // set ready state\n this.readyState = \"closed\";\n // clear session id\n this.id = null;\n // emit close event\n this.emitReserved(\"close\", reason, description);\n // clean buffers after, so users can still\n // grab the buffers on `close` event\n this.writeBuffer = [];\n this.prevBufferLen = 0;\n }\n }\n /**\n * Filters upgrades, returning only those matching client transports.\n *\n * @param {Array} upgrades - server upgrades\n * @private\n */\n filterUpgrades(upgrades) {\n const filteredUpgrades = [];\n let i = 0;\n const j = upgrades.length;\n for (; i < j; i++) {\n if (~this.transports.indexOf(upgrades[i]))\n filteredUpgrades.push(upgrades[i]);\n }\n return filteredUpgrades;\n }\n}\nSocket.protocol = protocol;\n","import { Socket } from \"./socket.js\";\nexport { Socket };\nexport const protocol = Socket.protocol;\nexport { Transport } from \"./transport.js\";\nexport { transports } from \"./transports/index.js\";\nexport { installTimerFunctions } from \"./util.js\";\nexport { parse } from \"./contrib/parseuri.js\";\nexport { nextTick } from \"./transports/websocket-constructor.js\";\n","'use strict';\n\nfunction utf8Write(view, offset, str) {\n var c = 0;\n for (var i = 0, l = str.length; i < l; i++) {\n c = str.charCodeAt(i);\n if (c < 0x80) {\n view.setUint8(offset++, c);\n }\n else if (c < 0x800) {\n view.setUint8(offset++, 0xc0 | (c >> 6));\n view.setUint8(offset++, 0x80 | (c & 0x3f));\n }\n else if (c < 0xd800 || c >= 0xe000) {\n view.setUint8(offset++, 0xe0 | (c >> 12));\n view.setUint8(offset++, 0x80 | (c >> 6) & 0x3f);\n view.setUint8(offset++, 0x80 | (c & 0x3f));\n }\n else {\n i++;\n c = 0x10000 + (((c & 0x3ff) << 10) | (str.charCodeAt(i) & 0x3ff));\n view.setUint8(offset++, 0xf0 | (c >> 18));\n view.setUint8(offset++, 0x80 | (c >> 12) & 0x3f);\n view.setUint8(offset++, 0x80 | (c >> 6) & 0x3f);\n view.setUint8(offset++, 0x80 | (c & 0x3f));\n }\n }\n}\n\nfunction utf8Length(str) {\n var c = 0, length = 0;\n for (var i = 0, l = str.length; i < l; i++) {\n c = str.charCodeAt(i);\n if (c < 0x80) {\n length += 1;\n }\n else if (c < 0x800) {\n length += 2;\n }\n else if (c < 0xd800 || c >= 0xe000) {\n length += 3;\n }\n else {\n i++;\n length += 4;\n }\n }\n return length;\n}\n\nfunction _encode(bytes, defers, value) {\n var type = typeof value, i = 0, l = 0, hi = 0, lo = 0, length = 0, size = 0;\n\n if (type === 'string') {\n length = utf8Length(value);\n\n // fixstr\n if (length < 0x20) {\n bytes.push(length | 0xa0);\n size = 1;\n }\n // str 8\n else if (length < 0x100) {\n bytes.push(0xd9, length);\n size = 2;\n }\n // str 16\n else if (length < 0x10000) {\n bytes.push(0xda, length >> 8, length);\n size = 3;\n }\n // str 32\n else if (length < 0x100000000) {\n bytes.push(0xdb, length >> 24, length >> 16, length >> 8, length);\n size = 5;\n } else {\n throw new Error('String too long');\n }\n defers.push({ _str: value, _length: length, _offset: bytes.length });\n return size + length;\n }\n if (type === 'number') {\n // TODO: encode to float 32?\n\n // float 64\n if (Math.floor(value) !== value || !isFinite(value)) {\n bytes.push(0xcb);\n defers.push({ _float: value, _length: 8, _offset: bytes.length });\n return 9;\n }\n\n if (value >= 0) {\n // positive fixnum\n if (value < 0x80) {\n bytes.push(value);\n return 1;\n }\n // uint 8\n if (value < 0x100) {\n bytes.push(0xcc, value);\n return 2;\n }\n // uint 16\n if (value < 0x10000) {\n bytes.push(0xcd, value >> 8, value);\n return 3;\n }\n // uint 32\n if (value < 0x100000000) {\n bytes.push(0xce, value >> 24, value >> 16, value >> 8, value);\n return 5;\n }\n // uint 64\n hi = (value / Math.pow(2, 32)) >> 0;\n lo = value >>> 0;\n bytes.push(0xcf, hi >> 24, hi >> 16, hi >> 8, hi, lo >> 24, lo >> 16, lo >> 8, lo);\n return 9;\n } else {\n // negative fixnum\n if (value >= -0x20) {\n bytes.push(value);\n return 1;\n }\n // int 8\n if (value >= -0x80) {\n bytes.push(0xd0, value);\n return 2;\n }\n // int 16\n if (value >= -0x8000) {\n bytes.push(0xd1, value >> 8, value);\n return 3;\n }\n // int 32\n if (value >= -0x80000000) {\n bytes.push(0xd2, value >> 24, value >> 16, value >> 8, value);\n return 5;\n }\n // int 64\n hi = Math.floor(value / Math.pow(2, 32));\n lo = value >>> 0;\n bytes.push(0xd3, hi >> 24, hi >> 16, hi >> 8, hi, lo >> 24, lo >> 16, lo >> 8, lo);\n return 9;\n }\n }\n if (type === 'object') {\n // nil\n if (value === null) {\n bytes.push(0xc0);\n return 1;\n }\n\n if (Array.isArray(value)) {\n length = value.length;\n\n // fixarray\n if (length < 0x10) {\n bytes.push(length | 0x90);\n size = 1;\n }\n // array 16\n else if (length < 0x10000) {\n bytes.push(0xdc, length >> 8, length);\n size = 3;\n }\n // array 32\n else if (length < 0x100000000) {\n bytes.push(0xdd, length >> 24, length >> 16, length >> 8, length);\n size = 5;\n } else {\n throw new Error('Array too large');\n }\n for (i = 0; i < length; i++) {\n size += _encode(bytes, defers, value[i]);\n }\n return size;\n }\n\n // fixext 8 / Date\n if (value instanceof Date) {\n var time = value.getTime();\n hi = Math.floor(time / Math.pow(2, 32));\n lo = time >>> 0;\n bytes.push(0xd7, 0, hi >> 24, hi >> 16, hi >> 8, hi, lo >> 24, lo >> 16, lo >> 8, lo);\n return 10;\n }\n\n if (value instanceof ArrayBuffer) {\n length = value.byteLength;\n\n // bin 8\n if (length < 0x100) {\n bytes.push(0xc4, length);\n size = 2;\n } else\n // bin 16\n if (length < 0x10000) {\n bytes.push(0xc5, length >> 8, length);\n size = 3;\n } else\n // bin 32\n if (length < 0x100000000) {\n bytes.push(0xc6, length >> 24, length >> 16, length >> 8, length);\n size = 5;\n } else {\n throw new Error('Buffer too large');\n }\n defers.push({ _bin: value, _length: length, _offset: bytes.length });\n return size + length;\n }\n\n if (typeof value.toJSON === 'function') {\n return _encode(bytes, defers, value.toJSON());\n }\n\n var keys = [], key = '';\n\n var allKeys = Object.keys(value);\n for (i = 0, l = allKeys.length; i < l; i++) {\n key = allKeys[i];\n if (typeof value[key] !== 'function') {\n keys.push(key);\n }\n }\n length = keys.length;\n\n // fixmap\n if (length < 0x10) {\n bytes.push(length | 0x80);\n size = 1;\n }\n // map 16\n else if (length < 0x10000) {\n bytes.push(0xde, length >> 8, length);\n size = 3;\n }\n // map 32\n else if (length < 0x100000000) {\n bytes.push(0xdf, length >> 24, length >> 16, length >> 8, length);\n size = 5;\n } else {\n throw new Error('Object too large');\n }\n\n for (i = 0; i < length; i++) {\n key = keys[i];\n size += _encode(bytes, defers, key);\n size += _encode(bytes, defers, value[key]);\n }\n return size;\n }\n // false/true\n if (type === 'boolean') {\n bytes.push(value ? 0xc3 : 0xc2);\n return 1;\n }\n // fixext 1 / undefined\n if (type === 'undefined') {\n bytes.push(0xd4, 0, 0);\n return 3;\n }\n throw new Error('Could not encode');\n}\n\nfunction encode(value) {\n var bytes = [];\n var defers = [];\n var size = _encode(bytes, defers, value);\n var buf = new ArrayBuffer(size);\n var view = new DataView(buf);\n\n var deferIndex = 0;\n var deferWritten = 0;\n var nextOffset = -1;\n if (defers.length > 0) {\n nextOffset = defers[0]._offset;\n }\n\n var defer, deferLength = 0, offset = 0;\n for (var i = 0, l = bytes.length; i < l; i++) {\n view.setUint8(deferWritten + i, bytes[i]);\n if (i + 1 !== nextOffset) { continue; }\n defer = defers[deferIndex];\n deferLength = defer._length;\n offset = deferWritten + nextOffset;\n if (defer._bin) {\n var bin = new Uint8Array(defer._bin);\n for (var j = 0; j < deferLength; j++) {\n view.setUint8(offset + j, bin[j]);\n }\n } else if (defer._str) {\n utf8Write(view, offset, defer._str);\n } else if (defer._float !== undefined) {\n view.setFloat64(offset, defer._float);\n }\n deferIndex++;\n deferWritten += deferLength;\n if (defers[deferIndex]) {\n nextOffset = defers[deferIndex]._offset;\n }\n }\n return buf;\n}\n\nmodule.exports = encode;\n","'use strict';\n\nfunction Decoder(buffer) {\n this._offset = 0;\n if (buffer instanceof ArrayBuffer) {\n this._buffer = buffer;\n this._view = new DataView(this._buffer);\n } else if (ArrayBuffer.isView(buffer)) {\n this._buffer = buffer.buffer;\n this._view = new DataView(this._buffer, buffer.byteOffset, buffer.byteLength);\n } else {\n throw new Error('Invalid argument');\n }\n}\n\nfunction utf8Read(view, offset, length) {\n var string = '', chr = 0;\n for (var i = offset, end = offset + length; i < end; i++) {\n var byte = view.getUint8(i);\n if ((byte & 0x80) === 0x00) {\n string += String.fromCharCode(byte);\n continue;\n }\n if ((byte & 0xe0) === 0xc0) {\n string += String.fromCharCode(\n ((byte & 0x1f) << 6) |\n (view.getUint8(++i) & 0x3f)\n );\n continue;\n }\n if ((byte & 0xf0) === 0xe0) {\n string += String.fromCharCode(\n ((byte & 0x0f) << 12) |\n ((view.getUint8(++i) & 0x3f) << 6) |\n ((view.getUint8(++i) & 0x3f) << 0)\n );\n continue;\n }\n if ((byte & 0xf8) === 0xf0) {\n chr = ((byte & 0x07) << 18) |\n ((view.getUint8(++i) & 0x3f) << 12) |\n ((view.getUint8(++i) & 0x3f) << 6) |\n ((view.getUint8(++i) & 0x3f) << 0);\n if (chr >= 0x010000) { // surrogate pair\n chr -= 0x010000;\n string += String.fromCharCode((chr >>> 10) + 0xD800, (chr & 0x3FF) + 0xDC00);\n } else {\n string += String.fromCharCode(chr);\n }\n continue;\n }\n throw new Error('Invalid byte ' + byte.toString(16));\n }\n return string;\n}\n\nDecoder.prototype._array = function (length) {\n var value = new Array(length);\n for (var i = 0; i < length; i++) {\n value[i] = this._parse();\n }\n return value;\n};\n\nDecoder.prototype._map = function (length) {\n var key = '', value = {};\n for (var i = 0; i < length; i++) {\n key = this._parse();\n value[key] = this._parse();\n }\n return value;\n};\n\nDecoder.prototype._str = function (length) {\n var value = utf8Read(this._view, this._offset, length);\n this._offset += length;\n return value;\n};\n\nDecoder.prototype._bin = function (length) {\n var value = this._buffer.slice(this._offset, this._offset + length);\n this._offset += length;\n return value;\n};\n\nDecoder.prototype._parse = function () {\n var prefix = this._view.getUint8(this._offset++);\n var value, length = 0, type = 0, hi = 0, lo = 0;\n\n if (prefix < 0xc0) {\n // positive fixint\n if (prefix < 0x80) {\n return prefix;\n }\n // fixmap\n if (prefix < 0x90) {\n return this._map(prefix & 0x0f);\n }\n // fixarray\n if (prefix < 0xa0) {\n return this._array(prefix & 0x0f);\n }\n // fixstr\n return this._str(prefix & 0x1f);\n }\n\n // negative fixint\n if (prefix > 0xdf) {\n return (0xff - prefix + 1) * -1;\n }\n\n switch (prefix) {\n // nil\n case 0xc0:\n return null;\n // false\n case 0xc2:\n return false;\n // true\n case 0xc3:\n return true;\n\n // bin\n case 0xc4:\n length = this._view.getUint8(this._offset);\n this._offset += 1;\n return this._bin(length);\n case 0xc5:\n length = this._view.getUint16(this._offset);\n this._offset += 2;\n return this._bin(length);\n case 0xc6:\n length = this._view.getUint32(this._offset);\n this._offset += 4;\n return this._bin(length);\n\n // ext\n case 0xc7:\n length = this._view.getUint8(this._offset);\n type = this._view.getInt8(this._offset + 1);\n this._offset += 2;\n return [type, this._bin(length)];\n case 0xc8:\n length = this._view.getUint16(this._offset);\n type = this._view.getInt8(this._offset + 2);\n this._offset += 3;\n return [type, this._bin(length)];\n case 0xc9:\n length = this._view.getUint32(this._offset);\n type = this._view.getInt8(this._offset + 4);\n this._offset += 5;\n return [type, this._bin(length)];\n\n // float\n case 0xca:\n value = this._view.getFloat32(this._offset);\n this._offset += 4;\n return value;\n case 0xcb:\n value = this._view.getFloat64(this._offset);\n this._offset += 8;\n return value;\n\n // uint\n case 0xcc:\n value = this._view.getUint8(this._offset);\n this._offset += 1;\n return value;\n case 0xcd:\n value = this._view.getUint16(this._offset);\n this._offset += 2;\n return value;\n case 0xce:\n value = this._view.getUint32(this._offset);\n this._offset += 4;\n return value;\n case 0xcf:\n hi = this._view.getUint32(this._offset) * Math.pow(2, 32);\n lo = this._view.getUint32(this._offset + 4);\n this._offset += 8;\n return hi + lo;\n\n // int\n case 0xd0:\n value = this._view.getInt8(this._offset);\n this._offset += 1;\n return value;\n case 0xd1:\n value = this._view.getInt16(this._offset);\n this._offset += 2;\n return value;\n case 0xd2:\n value = this._view.getInt32(this._offset);\n this._offset += 4;\n return value;\n case 0xd3:\n hi = this._view.getInt32(this._offset) * Math.pow(2, 32);\n lo = this._view.getUint32(this._offset + 4);\n this._offset += 8;\n return hi + lo;\n\n // fixext\n case 0xd4:\n type = this._view.getInt8(this._offset);\n this._offset += 1;\n if (type === 0x00) {\n this._offset += 1;\n return void 0;\n }\n return [type, this._bin(1)];\n case 0xd5:\n type = this._view.getInt8(this._offset);\n this._offset += 1;\n return [type, this._bin(2)];\n case 0xd6:\n type = this._view.getInt8(this._offset);\n this._offset += 1;\n return [type, this._bin(4)];\n case 0xd7:\n type = this._view.getInt8(this._offset);\n this._offset += 1;\n if (type === 0x00) {\n hi = this._view.getInt32(this._offset) * Math.pow(2, 32);\n lo = this._view.getUint32(this._offset + 4);\n this._offset += 8;\n return new Date(hi + lo);\n }\n return [type, this._bin(8)];\n case 0xd8:\n type = this._view.getInt8(this._offset);\n this._offset += 1;\n return [type, this._bin(16)];\n\n // str\n case 0xd9:\n length = this._view.getUint8(this._offset);\n this._offset += 1;\n return this._str(length);\n case 0xda:\n length = this._view.getUint16(this._offset);\n this._offset += 2;\n return this._str(length);\n case 0xdb:\n length = this._view.getUint32(this._offset);\n this._offset += 4;\n return this._str(length);\n\n // array\n case 0xdc:\n length = this._view.getUint16(this._offset);\n this._offset += 2;\n return this._array(length);\n case 0xdd:\n length = this._view.getUint32(this._offset);\n this._offset += 4;\n return this._array(length);\n\n // map\n case 0xde:\n length = this._view.getUint16(this._offset);\n this._offset += 2;\n return this._map(length);\n case 0xdf:\n length = this._view.getUint32(this._offset);\n this._offset += 4;\n return this._map(length);\n }\n\n throw new Error('Could not parse');\n};\n\nfunction decode(buffer) {\n var decoder = new Decoder(buffer);\n var value = decoder._parse();\n if (decoder._offset !== buffer.byteLength) {\n throw new Error((buffer.byteLength - decoder._offset) + ' trailing bytes');\n }\n return value;\n}\n\nmodule.exports = decode;\n","exports.encode = require('./encode');\nexports.decode = require('./decode');\n","\r\n/**\r\n * Expose `Emitter`.\r\n */\r\n\r\nif (typeof module !== 'undefined') {\r\n module.exports = Emitter;\r\n}\r\n\r\n/**\r\n * Initialize a new `Emitter`.\r\n *\r\n * @api public\r\n */\r\n\r\nfunction Emitter(obj) {\r\n if (obj) return mixin(obj);\r\n};\r\n\r\n/**\r\n * Mixin the emitter properties.\r\n *\r\n * @param {Object} obj\r\n * @return {Object}\r\n * @api private\r\n */\r\n\r\nfunction mixin(obj) {\r\n for (var key in Emitter.prototype) {\r\n obj[key] = Emitter.prototype[key];\r\n }\r\n return obj;\r\n}\r\n\r\n/**\r\n * Listen on the given `event` with `fn`.\r\n *\r\n * @param {String} event\r\n * @param {Function} fn\r\n * @return {Emitter}\r\n * @api public\r\n */\r\n\r\nEmitter.prototype.on =\r\nEmitter.prototype.addEventListener = function(event, fn){\r\n this._callbacks = this._callbacks || {};\r\n (this._callbacks['$' + event] = this._callbacks['$' + event] || [])\r\n .push(fn);\r\n return this;\r\n};\r\n\r\n/**\r\n * Adds an `event` listener that will be invoked a single\r\n * time then automatically removed.\r\n *\r\n * @param {String} event\r\n * @param {Function} fn\r\n * @return {Emitter}\r\n * @api public\r\n */\r\n\r\nEmitter.prototype.once = function(event, fn){\r\n function on() {\r\n this.off(event, on);\r\n fn.apply(this, arguments);\r\n }\r\n\r\n on.fn = fn;\r\n this.on(event, on);\r\n return this;\r\n};\r\n\r\n/**\r\n * Remove the given callback for `event` or all\r\n * registered callbacks.\r\n *\r\n * @param {String} event\r\n * @param {Function} fn\r\n * @return {Emitter}\r\n * @api public\r\n */\r\n\r\nEmitter.prototype.off =\r\nEmitter.prototype.removeListener =\r\nEmitter.prototype.removeAllListeners =\r\nEmitter.prototype.removeEventListener = function(event, fn){\r\n this._callbacks = this._callbacks || {};\r\n\r\n // all\r\n if (0 == arguments.length) {\r\n this._callbacks = {};\r\n return this;\r\n }\r\n\r\n // specific event\r\n var callbacks = this._callbacks['$' + event];\r\n if (!callbacks) return this;\r\n\r\n // remove all handlers\r\n if (1 == arguments.length) {\r\n delete this._callbacks['$' + event];\r\n return this;\r\n }\r\n\r\n // remove specific handler\r\n var cb;\r\n for (var i = 0; i < callbacks.length; i++) {\r\n cb = callbacks[i];\r\n if (cb === fn || cb.fn === fn) {\r\n callbacks.splice(i, 1);\r\n break;\r\n }\r\n }\r\n\r\n // Remove event specific arrays for event types that no\r\n // one is subscribed for to avoid memory leak.\r\n if (callbacks.length === 0) {\r\n delete this._callbacks['$' + event];\r\n }\r\n\r\n return this;\r\n};\r\n\r\n/**\r\n * Emit `event` with the given args.\r\n *\r\n * @param {String} event\r\n * @param {Mixed} ...\r\n * @return {Emitter}\r\n */\r\n\r\nEmitter.prototype.emit = function(event){\r\n this._callbacks = this._callbacks || {};\r\n\r\n var args = new Array(arguments.length - 1)\r\n , callbacks = this._callbacks['$' + event];\r\n\r\n for (var i = 1; i < arguments.length; i++) {\r\n args[i - 1] = arguments[i];\r\n }\r\n\r\n if (callbacks) {\r\n callbacks = callbacks.slice(0);\r\n for (var i = 0, len = callbacks.length; i < len; ++i) {\r\n callbacks[i].apply(this, args);\r\n }\r\n }\r\n\r\n return this;\r\n};\r\n\r\n/**\r\n * Return array of callbacks for `event`.\r\n *\r\n * @param {String} event\r\n * @return {Array}\r\n * @api public\r\n */\r\n\r\nEmitter.prototype.listeners = function(event){\r\n this._callbacks = this._callbacks || {};\r\n return this._callbacks['$' + event] || [];\r\n};\r\n\r\n/**\r\n * Check if this emitter has `event` handlers.\r\n *\r\n * @param {String} event\r\n * @return {Boolean}\r\n * @api public\r\n */\r\n\r\nEmitter.prototype.hasListeners = function(event){\r\n return !! this.listeners(event).length;\r\n};\r\n","var msgpack = require(\"notepack.io\");\nvar Emitter = require(\"component-emitter\");\n\nexports.protocol = 5;\n\n/**\n * Packet types (see https://github.com/socketio/socket.io-protocol)\n */\n\nvar PacketType = (exports.PacketType = {\n CONNECT: 0,\n DISCONNECT: 1,\n EVENT: 2,\n ACK: 3,\n CONNECT_ERROR: 4,\n});\n\nvar isInteger =\n Number.isInteger ||\n function (value) {\n return (\n typeof value === \"number\" &&\n isFinite(value) &&\n Math.floor(value) === value\n );\n };\n\nvar isString = function (value) {\n return typeof value === \"string\";\n};\n\nvar isObject = function (value) {\n return Object.prototype.toString.call(value) === \"[object Object]\";\n};\n\nfunction Encoder() {}\n\nEncoder.prototype.encode = function (packet) {\n return [msgpack.encode(packet)];\n};\n\nfunction Decoder() {}\n\nEmitter(Decoder.prototype);\n\nDecoder.prototype.add = function (obj) {\n var decoded = msgpack.decode(obj);\n this.checkPacket(decoded);\n this.emit(\"decoded\", decoded);\n};\n\nfunction isDataValid(decoded) {\n switch (decoded.type) {\n case PacketType.CONNECT:\n return decoded.data === undefined || isObject(decoded.data);\n case PacketType.DISCONNECT:\n return decoded.data === undefined;\n case PacketType.CONNECT_ERROR:\n return isString(decoded.data) || isObject(decoded.data);\n default:\n return Array.isArray(decoded.data);\n }\n}\n\nDecoder.prototype.checkPacket = function (decoded) {\n var isTypeValid =\n isInteger(decoded.type) &&\n decoded.type >= PacketType.CONNECT &&\n decoded.type <= PacketType.CONNECT_ERROR;\n if (!isTypeValid) {\n throw new Error(\"invalid packet type\");\n }\n\n if (!isString(decoded.nsp)) {\n throw new Error(\"invalid namespace\");\n }\n\n if (!isDataValid(decoded)) {\n throw new Error(\"invalid payload\");\n }\n\n var isAckValid = decoded.id === undefined || isInteger(decoded.id);\n if (!isAckValid) {\n throw new Error(\"invalid packet id\");\n }\n};\n\nDecoder.prototype.destroy = function () {};\n\nexports.Encoder = Encoder;\nexports.Decoder = Decoder;\n","export function on(obj, ev, fn) {\n obj.on(ev, fn);\n return function subDestroy() {\n obj.off(ev, fn);\n };\n}\n","import { PacketType } from \"socket.io-parser\";\nimport { on } from \"./on.js\";\nimport { Emitter, } from \"@socket.io/component-emitter\";\n/**\n * Internal events.\n * These events can't be emitted by the user.\n */\nconst RESERVED_EVENTS = Object.freeze({\n connect: 1,\n connect_error: 1,\n disconnect: 1,\n disconnecting: 1,\n // EventEmitter reserved events: https://nodejs.org/api/events.html#events_event_newlistener\n newListener: 1,\n removeListener: 1,\n});\n/**\n * A Socket is the fundamental class for interacting with the server.\n *\n * A Socket belongs to a certain Namespace (by default /) and uses an underlying {@link Manager} to communicate.\n *\n * @example\n * const socket = io();\n *\n * socket.on(\"connect\", () => {\n * console.log(\"connected\");\n * });\n *\n * // send an event to the server\n * socket.emit(\"foo\", \"bar\");\n *\n * socket.on(\"foobar\", () => {\n * // an event was received from the server\n * });\n *\n * // upon disconnection\n * socket.on(\"disconnect\", (reason) => {\n * console.log(`disconnected due to ${reason}`);\n * });\n */\nexport class Socket extends Emitter {\n /**\n * `Socket` constructor.\n */\n constructor(io, nsp, opts) {\n super();\n /**\n * Whether the socket is currently connected to the server.\n *\n * @example\n * const socket = io();\n *\n * socket.on(\"connect\", () => {\n * console.log(socket.connected); // true\n * });\n *\n * socket.on(\"disconnect\", () => {\n * console.log(socket.connected); // false\n * });\n */\n this.connected = false;\n /**\n * Whether the connection state was recovered after a temporary disconnection. In that case, any missed packets will\n * be transmitted by the server.\n */\n this.recovered = false;\n /**\n * Buffer for packets received before the CONNECT packet\n */\n this.receiveBuffer = [];\n /**\n * Buffer for packets that will be sent once the socket is connected\n */\n this.sendBuffer = [];\n /**\n * The queue of packets to be sent with retry in case of failure.\n *\n * Packets are sent one by one, each waiting for the server acknowledgement, in order to guarantee the delivery order.\n * @private\n */\n this._queue = [];\n /**\n * A sequence to generate the ID of the {@link QueuedPacket}.\n * @private\n */\n this._queueSeq = 0;\n this.ids = 0;\n this.acks = {};\n this.flags = {};\n this.io = io;\n this.nsp = nsp;\n if (opts && opts.auth) {\n this.auth = opts.auth;\n }\n this._opts = Object.assign({}, opts);\n if (this.io._autoConnect)\n this.open();\n }\n /**\n * Whether the socket is currently disconnected\n *\n * @example\n * const socket = io();\n *\n * socket.on(\"connect\", () => {\n * console.log(socket.disconnected); // false\n * });\n *\n * socket.on(\"disconnect\", () => {\n * console.log(socket.disconnected); // true\n * });\n */\n get disconnected() {\n return !this.connected;\n }\n /**\n * Subscribe to open, close and packet events\n *\n * @private\n */\n subEvents() {\n if (this.subs)\n return;\n const io = this.io;\n this.subs = [\n on(io, \"open\", this.onopen.bind(this)),\n on(io, \"packet\", this.onpacket.bind(this)),\n on(io, \"error\", this.onerror.bind(this)),\n on(io, \"close\", this.onclose.bind(this)),\n ];\n }\n /**\n * Whether the Socket will try to reconnect when its Manager connects or reconnects.\n *\n * @example\n * const socket = io();\n *\n * console.log(socket.active); // true\n *\n * socket.on(\"disconnect\", (reason) => {\n * if (reason === \"io server disconnect\") {\n * // the disconnection was initiated by the server, you need to manually reconnect\n * console.log(socket.active); // false\n * }\n * // else the socket will automatically try to reconnect\n * console.log(socket.active); // true\n * });\n */\n get active() {\n return !!this.subs;\n }\n /**\n * \"Opens\" the socket.\n *\n * @example\n * const socket = io({\n * autoConnect: false\n * });\n *\n * socket.connect();\n */\n connect() {\n if (this.connected)\n return this;\n this.subEvents();\n if (!this.io[\"_reconnecting\"])\n this.io.open(); // ensure open\n if (\"open\" === this.io._readyState)\n this.onopen();\n return this;\n }\n /**\n * Alias for {@link connect()}.\n */\n open() {\n return this.connect();\n }\n /**\n * Sends a `message` event.\n *\n * This method mimics the WebSocket.send() method.\n *\n * @see https://developer.mozilla.org/en-US/docs/Web/API/WebSocket/send\n *\n * @example\n * socket.send(\"hello\");\n *\n * // this is equivalent to\n * socket.emit(\"message\", \"hello\");\n *\n * @return self\n */\n send(...args) {\n args.unshift(\"message\");\n this.emit.apply(this, args);\n return this;\n }\n /**\n * Override `emit`.\n * If the event is in `events`, it's emitted normally.\n *\n * @example\n * socket.emit(\"hello\", \"world\");\n *\n * // all serializable datastructures are supported (no need to call JSON.stringify)\n * socket.emit(\"hello\", 1, \"2\", { 3: [\"4\"], 5: Uint8Array.from([6]) });\n *\n * // with an acknowledgement from the server\n * socket.emit(\"hello\", \"world\", (val) => {\n * // ...\n * });\n *\n * @return self\n */\n emit(ev, ...args) {\n if (RESERVED_EVENTS.hasOwnProperty(ev)) {\n throw new Error('\"' + ev.toString() + '\" is a reserved event name');\n }\n args.unshift(ev);\n if (this._opts.retries && !this.flags.fromQueue && !this.flags.volatile) {\n this._addToQueue(args);\n return this;\n }\n const packet = {\n type: PacketType.EVENT,\n data: args,\n };\n packet.options = {};\n packet.options.compress = this.flags.compress !== false;\n // event ack callback\n if (\"function\" === typeof args[args.length - 1]) {\n const id = this.ids++;\n const ack = args.pop();\n this._registerAckCallback(id, ack);\n packet.id = id;\n }\n const isTransportWritable = this.io.engine &&\n this.io.engine.transport &&\n this.io.engine.transport.writable;\n const discardPacket = this.flags.volatile && (!isTransportWritable || !this.connected);\n if (discardPacket) {\n }\n else if (this.connected) {\n this.notifyOutgoingListeners(packet);\n this.packet(packet);\n }\n else {\n this.sendBuffer.push(packet);\n }\n this.flags = {};\n return this;\n }\n /**\n * @private\n */\n _registerAckCallback(id, ack) {\n var _a;\n const timeout = (_a = this.flags.timeout) !== null && _a !== void 0 ? _a : this._opts.ackTimeout;\n if (timeout === undefined) {\n this.acks[id] = ack;\n return;\n }\n // @ts-ignore\n const timer = this.io.setTimeoutFn(() => {\n delete this.acks[id];\n for (let i = 0; i < this.sendBuffer.length; i++) {\n if (this.sendBuffer[i].id === id) {\n this.sendBuffer.splice(i, 1);\n }\n }\n ack.call(this, new Error(\"operation has timed out\"));\n }, timeout);\n this.acks[id] = (...args) => {\n // @ts-ignore\n this.io.clearTimeoutFn(timer);\n ack.apply(this, [null, ...args]);\n };\n }\n /**\n * Emits an event and waits for an acknowledgement\n *\n * @example\n * // without timeout\n * const response = await socket.emitWithAck(\"hello\", \"world\");\n *\n * // with a specific timeout\n * try {\n * const response = await socket.timeout(1000).emitWithAck(\"hello\", \"world\");\n * } catch (err) {\n * // the server did not acknowledge the event in the given delay\n * }\n *\n * @return a Promise that will be fulfilled when the server acknowledges the event\n */\n emitWithAck(ev, ...args) {\n // the timeout flag is optional\n const withErr = this.flags.timeout !== undefined || this._opts.ackTimeout !== undefined;\n return new Promise((resolve, reject) => {\n args.push((arg1, arg2) => {\n if (withErr) {\n return arg1 ? reject(arg1) : resolve(arg2);\n }\n else {\n return resolve(arg1);\n }\n });\n this.emit(ev, ...args);\n });\n }\n /**\n * Add the packet to the queue.\n * @param args\n * @private\n */\n _addToQueue(args) {\n let ack;\n if (typeof args[args.length - 1] === \"function\") {\n ack = args.pop();\n }\n const packet = {\n id: this._queueSeq++,\n tryCount: 0,\n pending: false,\n args,\n flags: Object.assign({ fromQueue: true }, this.flags),\n };\n args.push((err, ...responseArgs) => {\n if (packet !== this._queue[0]) {\n // the packet has already been acknowledged\n return;\n }\n const hasError = err !== null;\n if (hasError) {\n if (packet.tryCount > this._opts.retries) {\n this._queue.shift();\n if (ack) {\n ack(err);\n }\n }\n }\n else {\n this._queue.shift();\n if (ack) {\n ack(null, ...responseArgs);\n }\n }\n packet.pending = false;\n return this._drainQueue();\n });\n this._queue.push(packet);\n this._drainQueue();\n }\n /**\n * Send the first packet of the queue, and wait for an acknowledgement from the server.\n * @param force - whether to resend a packet that has not been acknowledged yet\n *\n * @private\n */\n _drainQueue(force = false) {\n if (!this.connected || this._queue.length === 0) {\n return;\n }\n const packet = this._queue[0];\n if (packet.pending && !force) {\n return;\n }\n packet.pending = true;\n packet.tryCount++;\n this.flags = packet.flags;\n this.emit.apply(this, packet.args);\n }\n /**\n * Sends a packet.\n *\n * @param packet\n * @private\n */\n packet(packet) {\n packet.nsp = this.nsp;\n this.io._packet(packet);\n }\n /**\n * Called upon engine `open`.\n *\n * @private\n */\n onopen() {\n if (typeof this.auth == \"function\") {\n this.auth((data) => {\n this._sendConnectPacket(data);\n });\n }\n else {\n this._sendConnectPacket(this.auth);\n }\n }\n /**\n * Sends a CONNECT packet to initiate the Socket.IO session.\n *\n * @param data\n * @private\n */\n _sendConnectPacket(data) {\n this.packet({\n type: PacketType.CONNECT,\n data: this._pid\n ? Object.assign({ pid: this._pid, offset: this._lastOffset }, data)\n : data,\n });\n }\n /**\n * Called upon engine or manager `error`.\n *\n * @param err\n * @private\n */\n onerror(err) {\n if (!this.connected) {\n this.emitReserved(\"connect_error\", err);\n }\n }\n /**\n * Called upon engine `close`.\n *\n * @param reason\n * @param description\n * @private\n */\n onclose(reason, description) {\n this.connected = false;\n delete this.id;\n this.emitReserved(\"disconnect\", reason, description);\n }\n /**\n * Called with socket packet.\n *\n * @param packet\n * @private\n */\n onpacket(packet) {\n const sameNamespace = packet.nsp === this.nsp;\n if (!sameNamespace)\n return;\n switch (packet.type) {\n case PacketType.CONNECT:\n if (packet.data && packet.data.sid) {\n this.onconnect(packet.data.sid, packet.data.pid);\n }\n else {\n this.emitReserved(\"connect_error\", new Error(\"It seems you are trying to reach a Socket.IO server in v2.x with a v3.x client, but they are not compatible (more information here: https://socket.io/docs/v3/migrating-from-2-x-to-3-0/)\"));\n }\n break;\n case PacketType.EVENT:\n case PacketType.BINARY_EVENT:\n this.onevent(packet);\n break;\n case PacketType.ACK:\n case PacketType.BINARY_ACK:\n this.onack(packet);\n break;\n case PacketType.DISCONNECT:\n this.ondisconnect();\n break;\n case PacketType.CONNECT_ERROR:\n this.destroy();\n const err = new Error(packet.data.message);\n // @ts-ignore\n err.data = packet.data.data;\n this.emitReserved(\"connect_error\", err);\n break;\n }\n }\n /**\n * Called upon a server event.\n *\n * @param packet\n * @private\n */\n onevent(packet) {\n const args = packet.data || [];\n if (null != packet.id) {\n args.push(this.ack(packet.id));\n }\n if (this.connected) {\n this.emitEvent(args);\n }\n else {\n this.receiveBuffer.push(Object.freeze(args));\n }\n }\n emitEvent(args) {\n if (this._anyListeners && this._anyListeners.length) {\n const listeners = this._anyListeners.slice();\n for (const listener of listeners) {\n listener.apply(this, args);\n }\n }\n super.emit.apply(this, args);\n if (this._pid && args.length && typeof args[args.length - 1] === \"string\") {\n this._lastOffset = args[args.length - 1];\n }\n }\n /**\n * Produces an ack callback to emit with an event.\n *\n * @private\n */\n ack(id) {\n const self = this;\n let sent = false;\n return function (...args) {\n // prevent double callbacks\n if (sent)\n return;\n sent = true;\n self.packet({\n type: PacketType.ACK,\n id: id,\n data: args,\n });\n };\n }\n /**\n * Called upon a server acknowlegement.\n *\n * @param packet\n * @private\n */\n onack(packet) {\n const ack = this.acks[packet.id];\n if (\"function\" === typeof ack) {\n ack.apply(this, packet.data);\n delete this.acks[packet.id];\n }\n else {\n }\n }\n /**\n * Called upon server connect.\n *\n * @private\n */\n onconnect(id, pid) {\n this.id = id;\n this.recovered = pid && this._pid === pid;\n this._pid = pid; // defined only if connection state recovery is enabled\n this.connected = true;\n this.emitBuffered();\n this.emitReserved(\"connect\");\n this._drainQueue(true);\n }\n /**\n * Emit buffered events (received and emitted).\n *\n * @private\n */\n emitBuffered() {\n this.receiveBuffer.forEach((args) => this.emitEvent(args));\n this.receiveBuffer = [];\n this.sendBuffer.forEach((packet) => {\n this.notifyOutgoingListeners(packet);\n this.packet(packet);\n });\n this.sendBuffer = [];\n }\n /**\n * Called upon server disconnect.\n *\n * @private\n */\n ondisconnect() {\n this.destroy();\n this.onclose(\"io server disconnect\");\n }\n /**\n * Called upon forced client/server side disconnections,\n * this method ensures the manager stops tracking us and\n * that reconnections don't get triggered for this.\n *\n * @private\n */\n destroy() {\n if (this.subs) {\n // clean subscriptions to avoid reconnections\n this.subs.forEach((subDestroy) => subDestroy());\n this.subs = undefined;\n }\n this.io[\"_destroy\"](this);\n }\n /**\n * Disconnects the socket manually. In that case, the socket will not try to reconnect.\n *\n * If this is the last active Socket instance of the {@link Manager}, the low-level connection will be closed.\n *\n * @example\n * const socket = io();\n *\n * socket.on(\"disconnect\", (reason) => {\n * // console.log(reason); prints \"io client disconnect\"\n * });\n *\n * socket.disconnect();\n *\n * @return self\n */\n disconnect() {\n if (this.connected) {\n this.packet({ type: PacketType.DISCONNECT });\n }\n // remove socket from pool\n this.destroy();\n if (this.connected) {\n // fire events\n this.onclose(\"io client disconnect\");\n }\n return this;\n }\n /**\n * Alias for {@link disconnect()}.\n *\n * @return self\n */\n close() {\n return this.disconnect();\n }\n /**\n * Sets the compress flag.\n *\n * @example\n * socket.compress(false).emit(\"hello\");\n *\n * @param compress - if `true`, compresses the sending data\n * @return self\n */\n compress(compress) {\n this.flags.compress = compress;\n return this;\n }\n /**\n * Sets a modifier for a subsequent event emission that the event message will be dropped when this socket is not\n * ready to send messages.\n *\n * @example\n * socket.volatile.emit(\"hello\"); // the server may or may not receive it\n *\n * @returns self\n */\n get volatile() {\n this.flags.volatile = true;\n return this;\n }\n /**\n * Sets a modifier for a subsequent event emission that the callback will be called with an error when the\n * given number of milliseconds have elapsed without an acknowledgement from the server:\n *\n * @example\n * socket.timeout(5000).emit(\"my-event\", (err) => {\n * if (err) {\n * // the server did not acknowledge the event in the given delay\n * }\n * });\n *\n * @returns self\n */\n timeout(timeout) {\n this.flags.timeout = timeout;\n return this;\n }\n /**\n * Adds a listener that will be fired when any event is emitted. The event name is passed as the first argument to the\n * callback.\n *\n * @example\n * socket.onAny((event, ...args) => {\n * console.log(`got ${event}`);\n * });\n *\n * @param listener\n */\n onAny(listener) {\n this._anyListeners = this._anyListeners || [];\n this._anyListeners.push(listener);\n return this;\n }\n /**\n * Adds a listener that will be fired when any event is emitted. The event name is passed as the first argument to the\n * callback. The listener is added to the beginning of the listeners array.\n *\n * @example\n * socket.prependAny((event, ...args) => {\n * console.log(`got event ${event}`);\n * });\n *\n * @param listener\n */\n prependAny(listener) {\n this._anyListeners = this._anyListeners || [];\n this._anyListeners.unshift(listener);\n return this;\n }\n /**\n * Removes the listener that will be fired when any event is emitted.\n *\n * @example\n * const catchAllListener = (event, ...args) => {\n * console.log(`got event ${event}`);\n * }\n *\n * socket.onAny(catchAllListener);\n *\n * // remove a specific listener\n * socket.offAny(catchAllListener);\n *\n * // or remove all listeners\n * socket.offAny();\n *\n * @param listener\n */\n offAny(listener) {\n if (!this._anyListeners) {\n return this;\n }\n if (listener) {\n const listeners = this._anyListeners;\n for (let i = 0; i < listeners.length; i++) {\n if (listener === listeners[i]) {\n listeners.splice(i, 1);\n return this;\n }\n }\n }\n else {\n this._anyListeners = [];\n }\n return this;\n }\n /**\n * Returns an array of listeners that are listening for any event that is specified. This array can be manipulated,\n * e.g. to remove listeners.\n */\n listenersAny() {\n return this._anyListeners || [];\n }\n /**\n * Adds a listener that will be fired when any event is emitted. The event name is passed as the first argument to the\n * callback.\n *\n * Note: acknowledgements sent to the server are not included.\n *\n * @example\n * socket.onAnyOutgoing((event, ...args) => {\n * console.log(`sent event ${event}`);\n * });\n *\n * @param listener\n */\n onAnyOutgoing(listener) {\n this._anyOutgoingListeners = this._anyOutgoingListeners || [];\n this._anyOutgoingListeners.push(listener);\n return this;\n }\n /**\n * Adds a listener that will be fired when any event is emitted. The event name is passed as the first argument to the\n * callback. The listener is added to the beginning of the listeners array.\n *\n * Note: acknowledgements sent to the server are not included.\n *\n * @example\n * socket.prependAnyOutgoing((event, ...args) => {\n * console.log(`sent event ${event}`);\n * });\n *\n * @param listener\n */\n prependAnyOutgoing(listener) {\n this._anyOutgoingListeners = this._anyOutgoingListeners || [];\n this._anyOutgoingListeners.unshift(listener);\n return this;\n }\n /**\n * Removes the listener that will be fired when any event is emitted.\n *\n * @example\n * const catchAllListener = (event, ...args) => {\n * console.log(`sent event ${event}`);\n * }\n *\n * socket.onAnyOutgoing(catchAllListener);\n *\n * // remove a specific listener\n * socket.offAnyOutgoing(catchAllListener);\n *\n * // or remove all listeners\n * socket.offAnyOutgoing();\n *\n * @param [listener] - the catch-all listener (optional)\n */\n offAnyOutgoing(listener) {\n if (!this._anyOutgoingListeners) {\n return this;\n }\n if (listener) {\n const listeners = this._anyOutgoingListeners;\n for (let i = 0; i < listeners.length; i++) {\n if (listener === listeners[i]) {\n listeners.splice(i, 1);\n return this;\n }\n }\n }\n else {\n this._anyOutgoingListeners = [];\n }\n return this;\n }\n /**\n * Returns an array of listeners that are listening for any event that is specified. This array can be manipulated,\n * e.g. to remove listeners.\n */\n listenersAnyOutgoing() {\n return this._anyOutgoingListeners || [];\n }\n /**\n * Notify the listeners for each packet sent\n *\n * @param packet\n *\n * @private\n */\n notifyOutgoingListeners(packet) {\n if (this._anyOutgoingListeners && this._anyOutgoingListeners.length) {\n const listeners = this._anyOutgoingListeners.slice();\n for (const listener of listeners) {\n listener.apply(this, packet.data);\n }\n }\n }\n}\n","/**\n * Initialize backoff timer with `opts`.\n *\n * - `min` initial timeout in milliseconds [100]\n * - `max` max timeout [10000]\n * - `jitter` [0]\n * - `factor` [2]\n *\n * @param {Object} opts\n * @api public\n */\nexport function Backoff(opts) {\n opts = opts || {};\n this.ms = opts.min || 100;\n this.max = opts.max || 10000;\n this.factor = opts.factor || 2;\n this.jitter = opts.jitter > 0 && opts.jitter <= 1 ? opts.jitter : 0;\n this.attempts = 0;\n}\n/**\n * Return the backoff duration.\n *\n * @return {Number}\n * @api public\n */\nBackoff.prototype.duration = function () {\n var ms = this.ms * Math.pow(this.factor, this.attempts++);\n if (this.jitter) {\n var rand = Math.random();\n var deviation = Math.floor(rand * this.jitter * ms);\n ms = (Math.floor(rand * 10) & 1) == 0 ? ms - deviation : ms + deviation;\n }\n return Math.min(ms, this.max) | 0;\n};\n/**\n * Reset the number of attempts.\n *\n * @api public\n */\nBackoff.prototype.reset = function () {\n this.attempts = 0;\n};\n/**\n * Set the minimum duration\n *\n * @api public\n */\nBackoff.prototype.setMin = function (min) {\n this.ms = min;\n};\n/**\n * Set the maximum duration\n *\n * @api public\n */\nBackoff.prototype.setMax = function (max) {\n this.max = max;\n};\n/**\n * Set the jitter\n *\n * @api public\n */\nBackoff.prototype.setJitter = function (jitter) {\n this.jitter = jitter;\n};\n","import { Socket as Engine, installTimerFunctions, nextTick, } from \"engine.io-client\";\nimport { Socket } from \"./socket.js\";\nimport * as parser from \"socket.io-parser\";\nimport { on } from \"./on.js\";\nimport { Backoff } from \"./contrib/backo2.js\";\nimport { Emitter, } from \"@socket.io/component-emitter\";\nexport class Manager extends Emitter {\n constructor(uri, opts) {\n var _a;\n super();\n this.nsps = {};\n this.subs = [];\n if (uri && \"object\" === typeof uri) {\n opts = uri;\n uri = undefined;\n }\n opts = opts || {};\n opts.path = opts.path || \"/socket.io\";\n this.opts = opts;\n installTimerFunctions(this, opts);\n this.reconnection(opts.reconnection !== false);\n this.reconnectionAttempts(opts.reconnectionAttempts || Infinity);\n this.reconnectionDelay(opts.reconnectionDelay || 1000);\n this.reconnectionDelayMax(opts.reconnectionDelayMax || 5000);\n this.randomizationFactor((_a = opts.randomizationFactor) !== null && _a !== void 0 ? _a : 0.5);\n this.backoff = new Backoff({\n min: this.reconnectionDelay(),\n max: this.reconnectionDelayMax(),\n jitter: this.randomizationFactor(),\n });\n this.timeout(null == opts.timeout ? 20000 : opts.timeout);\n this._readyState = \"closed\";\n this.uri = uri;\n const _parser = opts.parser || parser;\n this.encoder = new _parser.Encoder();\n this.decoder = new _parser.Decoder();\n this._autoConnect = opts.autoConnect !== false;\n if (this._autoConnect)\n this.open();\n }\n reconnection(v) {\n if (!arguments.length)\n return this._reconnection;\n this._reconnection = !!v;\n return this;\n }\n reconnectionAttempts(v) {\n if (v === undefined)\n return this._reconnectionAttempts;\n this._reconnectionAttempts = v;\n return this;\n }\n reconnectionDelay(v) {\n var _a;\n if (v === undefined)\n return this._reconnectionDelay;\n this._reconnectionDelay = v;\n (_a = this.backoff) === null || _a === void 0 ? void 0 : _a.setMin(v);\n return this;\n }\n randomizationFactor(v) {\n var _a;\n if (v === undefined)\n return this._randomizationFactor;\n this._randomizationFactor = v;\n (_a = this.backoff) === null || _a === void 0 ? void 0 : _a.setJitter(v);\n return this;\n }\n reconnectionDelayMax(v) {\n var _a;\n if (v === undefined)\n return this._reconnectionDelayMax;\n this._reconnectionDelayMax = v;\n (_a = this.backoff) === null || _a === void 0 ? void 0 : _a.setMax(v);\n return this;\n }\n timeout(v) {\n if (!arguments.length)\n return this._timeout;\n this._timeout = v;\n return this;\n }\n /**\n * Starts trying to reconnect if reconnection is enabled and we have not\n * started reconnecting yet\n *\n * @private\n */\n maybeReconnectOnOpen() {\n // Only try to reconnect if it's the first time we're connecting\n if (!this._reconnecting &&\n this._reconnection &&\n this.backoff.attempts === 0) {\n // keeps reconnection from firing twice for the same reconnection loop\n this.reconnect();\n }\n }\n /**\n * Sets the current transport `socket`.\n *\n * @param {Function} fn - optional, callback\n * @return self\n * @public\n */\n open(fn) {\n if (~this._readyState.indexOf(\"open\"))\n return this;\n this.engine = new Engine(this.uri, this.opts);\n const socket = this.engine;\n const self = this;\n this._readyState = \"opening\";\n this.skipReconnect = false;\n // emit `open`\n const openSubDestroy = on(socket, \"open\", function () {\n self.onopen();\n fn && fn();\n });\n // emit `error`\n const errorSub = on(socket, \"error\", (err) => {\n self.cleanup();\n self._readyState = \"closed\";\n this.emitReserved(\"error\", err);\n if (fn) {\n fn(err);\n }\n else {\n // Only do this if there is no fn to handle the error\n self.maybeReconnectOnOpen();\n }\n });\n if (false !== this._timeout) {\n const timeout = this._timeout;\n if (timeout === 0) {\n openSubDestroy(); // prevents a race condition with the 'open' event\n }\n // set timer\n const timer = this.setTimeoutFn(() => {\n openSubDestroy();\n socket.close();\n // @ts-ignore\n socket.emit(\"error\", new Error(\"timeout\"));\n }, timeout);\n if (this.opts.autoUnref) {\n timer.unref();\n }\n this.subs.push(function subDestroy() {\n clearTimeout(timer);\n });\n }\n this.subs.push(openSubDestroy);\n this.subs.push(errorSub);\n return this;\n }\n /**\n * Alias for open()\n *\n * @return self\n * @public\n */\n connect(fn) {\n return this.open(fn);\n }\n /**\n * Called upon transport open.\n *\n * @private\n */\n onopen() {\n // clear old subs\n this.cleanup();\n // mark as open\n this._readyState = \"open\";\n this.emitReserved(\"open\");\n // add new subs\n const socket = this.engine;\n this.subs.push(on(socket, \"ping\", this.onping.bind(this)), on(socket, \"data\", this.ondata.bind(this)), on(socket, \"error\", this.onerror.bind(this)), on(socket, \"close\", this.onclose.bind(this)), on(this.decoder, \"decoded\", this.ondecoded.bind(this)));\n }\n /**\n * Called upon a ping.\n *\n * @private\n */\n onping() {\n this.emitReserved(\"ping\");\n }\n /**\n * Called with data.\n *\n * @private\n */\n ondata(data) {\n try {\n this.decoder.add(data);\n }\n catch (e) {\n this.onclose(\"parse error\", e);\n }\n }\n /**\n * Called when parser fully decodes a packet.\n *\n * @private\n */\n ondecoded(packet) {\n // the nextTick call prevents an exception in a user-provided event listener from triggering a disconnection due to a \"parse error\"\n nextTick(() => {\n this.emitReserved(\"packet\", packet);\n }, this.setTimeoutFn);\n }\n /**\n * Called upon socket error.\n *\n * @private\n */\n onerror(err) {\n this.emitReserved(\"error\", err);\n }\n /**\n * Creates a new socket for the given `nsp`.\n *\n * @return {Socket}\n * @public\n */\n socket(nsp, opts) {\n let socket = this.nsps[nsp];\n if (!socket) {\n socket = new Socket(this, nsp, opts);\n this.nsps[nsp] = socket;\n }\n else if (this._autoConnect && !socket.active) {\n socket.connect();\n }\n return socket;\n }\n /**\n * Called upon a socket close.\n *\n * @param socket\n * @private\n */\n _destroy(socket) {\n const nsps = Object.keys(this.nsps);\n for (const nsp of nsps) {\n const socket = this.nsps[nsp];\n if (socket.active) {\n return;\n }\n }\n this._close();\n }\n /**\n * Writes a packet.\n *\n * @param packet\n * @private\n */\n _packet(packet) {\n const encodedPackets = this.encoder.encode(packet);\n for (let i = 0; i < encodedPackets.length; i++) {\n this.engine.write(encodedPackets[i], packet.options);\n }\n }\n /**\n * Clean up transport subscriptions and packet buffer.\n *\n * @private\n */\n cleanup() {\n this.subs.forEach((subDestroy) => subDestroy());\n this.subs.length = 0;\n this.decoder.destroy();\n }\n /**\n * Close the current socket.\n *\n * @private\n */\n _close() {\n this.skipReconnect = true;\n this._reconnecting = false;\n this.onclose(\"forced close\");\n if (this.engine)\n this.engine.close();\n }\n /**\n * Alias for close()\n *\n * @private\n */\n disconnect() {\n return this._close();\n }\n /**\n * Called upon engine close.\n *\n * @private\n */\n onclose(reason, description) {\n this.cleanup();\n this.backoff.reset();\n this._readyState = \"closed\";\n this.emitReserved(\"close\", reason, description);\n if (this._reconnection && !this.skipReconnect) {\n this.reconnect();\n }\n }\n /**\n * Attempt a reconnection.\n *\n * @private\n */\n reconnect() {\n if (this._reconnecting || this.skipReconnect)\n return this;\n const self = this;\n if (this.backoff.attempts >= this._reconnectionAttempts) {\n this.backoff.reset();\n this.emitReserved(\"reconnect_failed\");\n this._reconnecting = false;\n }\n else {\n const delay = this.backoff.duration();\n this._reconnecting = true;\n const timer = this.setTimeoutFn(() => {\n if (self.skipReconnect)\n return;\n this.emitReserved(\"reconnect_attempt\", self.backoff.attempts);\n // check again for the case socket closed in above events\n if (self.skipReconnect)\n return;\n self.open((err) => {\n if (err) {\n self._reconnecting = false;\n self.reconnect();\n this.emitReserved(\"reconnect_error\", err);\n }\n else {\n self.onreconnect();\n }\n });\n }, delay);\n if (this.opts.autoUnref) {\n timer.unref();\n }\n this.subs.push(function subDestroy() {\n clearTimeout(timer);\n });\n }\n }\n /**\n * Called upon successful reconnect.\n *\n * @private\n */\n onreconnect() {\n const attempt = this.backoff.attempts;\n this._reconnecting = false;\n this.backoff.reset();\n this.emitReserved(\"reconnect\", attempt);\n }\n}\n","import { url } from \"./url.js\";\nimport { Manager } from \"./manager.js\";\nimport { Socket } from \"./socket.js\";\n/**\n * Managers cache.\n */\nconst cache = {};\nfunction lookup(uri, opts) {\n if (typeof uri === \"object\") {\n opts = uri;\n uri = undefined;\n }\n opts = opts || {};\n const parsed = url(uri, opts.path || \"/socket.io\");\n const source = parsed.source;\n const id = parsed.id;\n const path = parsed.path;\n const sameNamespace = cache[id] && path in cache[id][\"nsps\"];\n const newConnection = opts.forceNew ||\n opts[\"force new connection\"] ||\n false === opts.multiplex ||\n sameNamespace;\n let io;\n if (newConnection) {\n io = new Manager(source, opts);\n }\n else {\n if (!cache[id]) {\n cache[id] = new Manager(source, opts);\n }\n io = cache[id];\n }\n if (parsed.query && !opts.query) {\n opts.query = parsed.queryKey;\n }\n return io.socket(parsed.path, opts);\n}\n// so that \"lookup\" can be used both as a function (e.g. `io(...)`) and as a\n// namespace (e.g. `io.connect(...)`), for backward compatibility\nObject.assign(lookup, {\n Manager,\n Socket,\n io: lookup,\n connect: lookup,\n});\n/**\n * Protocol version.\n *\n * @public\n */\nexport { protocol } from \"socket.io-parser\";\n/**\n * Expose constructors for standalone build.\n *\n * @public\n */\nexport { Manager, Socket, lookup as io, lookup as connect, lookup as default, };\n","import { parse } from \"engine.io-client\";\n/**\n * URL parser.\n *\n * @param uri - url\n * @param path - the request path of the connection\n * @param loc - An object meant to mimic window.location.\n * Defaults to window.location.\n * @public\n */\nexport function url(uri, path = \"\", loc) {\n let obj = uri;\n // default to window.location\n loc = loc || (typeof location !== \"undefined\" && location);\n if (null == uri)\n uri = loc.protocol + \"//\" + loc.host;\n // relative path support\n if (typeof uri === \"string\") {\n if (\"/\" === uri.charAt(0)) {\n if (\"/\" === uri.charAt(1)) {\n uri = loc.protocol + uri;\n }\n else {\n uri = loc.host + uri;\n }\n }\n if (!/^(https?|wss?):\\/\\//.test(uri)) {\n if (\"undefined\" !== typeof loc) {\n uri = loc.protocol + \"//\" + uri;\n }\n else {\n uri = \"https://\" + uri;\n }\n }\n // parse\n obj = parse(uri);\n }\n // make sure we treat `localhost:80` and `localhost` equally\n if (!obj.port) {\n if (/^(http|ws)$/.test(obj.protocol)) {\n obj.port = \"80\";\n }\n else if (/^(http|ws)s$/.test(obj.protocol)) {\n obj.port = \"443\";\n }\n }\n obj.path = obj.path || \"/\";\n const ipv6 = obj.host.indexOf(\":\") !== -1;\n const host = ipv6 ? \"[\" + obj.host + \"]\" : obj.host;\n // define unique id\n obj.id = obj.protocol + \"://\" + host + \":\" + obj.port + path;\n // define href\n obj.href =\n obj.protocol +\n \"://\" +\n host +\n (loc && loc.port === obj.port ? \"\" : \":\" + obj.port);\n return obj;\n}\n"],"names":["PACKET_TYPES","Object","create","PACKET_TYPES_REVERSE","keys","forEach","key","ERROR_PACKET","type","data","withNativeBlob","Blob","prototype","toString","call","withNativeArrayBuffer","ArrayBuffer","encodePacket","supportsBinary","callback","obj","encodeBlobAsBase64","isView","buffer","fileReader","FileReader","onload","content","result","split","readAsDataURL","chars","lookup","Uint8Array","i","length","charCodeAt","decodePacket","encodedPacket","binaryType","mapBinary","charAt","decodeBase64Packet","substring","decoded","base64","encoded1","encoded2","encoded3","encoded4","bufferLength","len","p","arraybuffer","bytes","decode","SEPARATOR","String","fromCharCode","Emitter","mixin","on","addEventListener","event","fn","this","_callbacks","push","Emitter$1","once","off","apply","arguments","removeListener","removeAllListeners","removeEventListener","cb","callbacks","splice","emit","args","Array","slice","emitReserved","listeners","hasListeners","globalThisShim","self","window","Function","pick","_len","attr","_key","reduce","acc","k","hasOwnProperty","NATIVE_SET_TIMEOUT","globalThis","setTimeout","NATIVE_CLEAR_TIMEOUT","clearTimeout","installTimerFunctions","opts","useNativeTimers","setTimeoutFn","bind","clearTimeoutFn","prev","TransportError","reason","description","context","_this","_classCallCheck","_super","Error","Transport","_Emitter","_inherits","_super2","_createSuper","_this2","writable","_assertThisInitialized","query","socket","_createClass","value","_get","_getPrototypeOf","readyState","doOpen","doClose","onClose","packets","write","packet","onPacket","details","onPause","alphabet","map","seed","encode","num","encoded","Math","floor","yeast","now","Date","str","encodeURIComponent","qs","qry","pairs","l","pair","decodeURIComponent","XMLHttpRequest","err","hasCORS","XHR","xdomain","e","concat","join","empty","hasXHR2","responseType","Polling","_Transport","polling","location","isSSL","protocol","port","xd","hostname","xs","secure","forceBase64","get","poll","pause","total","doPoll","_this3","encodedPayload","encodedPackets","decodedPacket","decodePayload","onOpen","_this4","close","_this5","count","encodePayload","doWrite","schema","timestampRequests","timestampParam","sid","b64","Number","encodedQuery","indexOf","path","_extends","Request","uri","_this6","req","request","method","xhrStatus","onError","_this7","onData","pollXhr","_this8","async","undefined","_this9","xscheme","xhr","open","extraHeaders","setDisableHeaderCheck","setRequestHeader","withCredentials","requestTimeout","timeout","onreadystatechange","status","onLoad","send","document","index","requestsCount","requests","cleanup","fromError","abort","responseText","attachEvent","unloadHandler","nextTick","Promise","resolve","then","WebSocket","MozWebSocket","isReactNative","navigator","product","toLowerCase","WS","check","protocols","headers","ws","addEventListeners","onopen","autoUnref","_socket","unref","onclose","closeEvent","onmessage","ev","onerror","_loop","lastPacket","transports","websocket","re","parts","parse","src","b","replace","m","exec","source","host","authority","ipv6uri","pathNames","regx","names","queryKey","$0","$1","$2","Socket","writeBuffer","prevBufferLen","agent","upgrade","rememberUpgrade","addTrailingSlash","rejectUnauthorized","perMessageDeflate","threshold","transportOptions","closeOnBeforeunload","id","upgrades","pingInterval","pingTimeout","pingTimeoutTimer","beforeunloadEventListener","transport","offlineEventListener","name","EIO","priorWebsocketSuccess","createTransport","shift","setTransport","onDrain","failed","onTransportOpen","msg","upgrading","flush","freezeTransport","error","onTransportClose","onupgrade","to","probe","onHandshake","JSON","resetPingTimeout","sendPacket","code","filterUpgrades","maxPayload","getWritablePackets","payloadSize","c","utf8Length","ceil","byteLength","size","options","compress","cleanupAndClose","waitForUpgrade","filteredUpgrades","j","Socket$1","utf8Write","view","offset","setUint8","_encode","defers","hi","lo","_str","_length","_offset","isFinite","pow","_float","isArray","time","getTime","_bin","toJSON","allKeys","encode_1","buf","DataView","deferIndex","deferWritten","nextOffset","defer","deferLength","bin","setFloat64","Decoder","_buffer","_view","byteOffset","_array","_parse","_map","string","chr","end","byte","getUint8","utf8Read","prefix","getUint16","getUint32","getInt8","getFloat32","getFloat64","getInt16","getInt32","decode_1","decoder","lib","require$$0","require$$1","module","exports","msgpack","socket_ioMsgpackParser","PacketType","PacketType_1","CONNECT","DISCONNECT","EVENT","ACK","CONNECT_ERROR","isInteger","isString","isObject","Encoder","add","checkPacket","nsp","isDataValid","destroy","Encoder_1","Decoder_1","RESERVED_EVENTS","freeze","connect","connect_error","disconnect","disconnecting","newListener","io","connected","recovered","receiveBuffer","sendBuffer","_queue","_queueSeq","ids","acks","flags","auth","_opts","_autoConnect","subs","onpacket","subEvents","_readyState","unshift","_len2","_key2","retries","fromQueue","_addToQueue","ack","pop","_registerAckCallback","isTransportWritable","engine","discardPacket","notifyOutgoingListeners","_a","ackTimeout","timer","_len3","_key3","_len4","_key4","withErr","reject","arg1","arg2","tryCount","pending","hasError","_len5","responseArgs","_key5","_drainQueue","force","_packet","_sendConnectPacket","_pid","pid","_lastOffset","onconnect","BINARY_EVENT","onevent","BINARY_ACK","onack","ondisconnect","message","emitEvent","_anyListeners","_step","_iterator","_createForOfIteratorHelper","s","n","done","f","sent","_len6","_key6","emitBuffered","subDestroy","listener","_anyOutgoingListeners","_step2","_iterator2","Backoff","ms","min","max","factor","jitter","attempts","duration","rand","random","deviation","reset","setMin","setMax","setJitter","Manager","nsps","reconnection","reconnectionAttempts","Infinity","reconnectionDelay","reconnectionDelayMax","randomizationFactor","backoff","_parser","parser","encoder","autoConnect","v","_reconnection","_reconnectionAttempts","_reconnectionDelay","_randomizationFactor","_reconnectionDelayMax","_timeout","_reconnecting","reconnect","Engine","skipReconnect","openSubDestroy","errorSub","maybeReconnectOnOpen","onping","ondata","ondecoded","active","_i","_nsps","_close","delay","onreconnect","attempt","cache","_typeof","parsed","loc","test","href","url","sameNamespace","forceNew","multiplex"],"mappings":";;;;;qkJAAA,IAAMA,EAAeC,OAAOC,OAAO,MACnCF,EAAY,KAAW,IACvBA,EAAY,MAAY,IACxBA,EAAY,KAAW,IACvBA,EAAY,KAAW,IACvBA,EAAY,QAAc,IAC1BA,EAAY,QAAc,IAC1BA,EAAY,KAAW,IACvB,IAAMG,EAAuBF,OAAOC,OAAO,MAC3CD,OAAOG,KAAKJ,GAAcK,SAAQ,SAAAC,GAC9BH,EAAqBH,EAAaM,IAAQA,CAC7C,ICRD,IDSA,IAAMC,EAAe,CAAEC,KAAM,QAASC,KAAM,gBEXtCC,EAAiC,mBAATC,MACT,oBAATA,MACqC,6BAAzCV,OAAOW,UAAUC,SAASC,KAAKH,MACjCI,EAA+C,mBAAhBC,YAO/BC,EAAe,WAAiBC,EAAgBC,GAAa,IALpDC,EAKSZ,IAAAA,KAAMC,IAAAA,KAC1B,OAAIC,GAAkBD,aAAgBE,KAC9BO,EACOC,EAASV,GAGTY,EAAmBZ,EAAMU,GAG/BJ,IACJN,aAAgBO,cAfVI,EAegCX,EAdN,mBAAvBO,YAAYM,OACpBN,YAAYM,OAAOF,GACnBA,GAAOA,EAAIG,kBAAkBP,cAa3BE,EACOC,EAASV,GAGTY,EAAmB,IAAIV,KAAK,CAACF,IAAQU,GAI7CA,EAASnB,EAAaQ,IAASC,GAAQ,IACjD,EACKY,EAAqB,SAACZ,EAAMU,GAC9B,IAAMK,EAAa,IAAIC,WAKvB,OAJAD,EAAWE,OAAS,WAChB,IAAMC,EAAUH,EAAWI,OAAOC,MAAM,KAAK,GAC7CV,EAAS,IAAMQ,IAEZH,EAAWM,cAAcrB,EACnC,EDvCKsB,EAAQ,mEAERC,EAA+B,oBAAfC,WAA6B,GAAK,IAAIA,WAAW,KAC9DC,EAAI,EAAGA,EAAIH,EAAMI,OAAQD,IAC9BF,EAAOD,EAAMK,WAAWF,IAAMA,EAkB3B,IEpBDnB,EAA+C,mBAAhBC,YAC/BqB,EAAe,SAACC,EAAeC,GACjC,GAA6B,iBAAlBD,EACP,MAAO,CACH9B,KAAM,UACNC,KAAM+B,EAAUF,EAAeC,IAGvC,IAAM/B,EAAO8B,EAAcG,OAAO,GAClC,MAAa,MAATjC,EACO,CACHA,KAAM,UACNC,KAAMiC,EAAmBJ,EAAcK,UAAU,GAAIJ,IAG1CpC,EAAqBK,GAIjC8B,EAAcH,OAAS,EACxB,CACE3B,KAAML,EAAqBK,GAC3BC,KAAM6B,EAAcK,UAAU,IAEhC,CACEnC,KAAML,EAAqBK,IARxBD,CAUd,EACKmC,EAAqB,SAACjC,EAAM8B,GAC9B,GAAIxB,EAAuB,CACvB,IAAM6B,EFVQ,SAACC,GACnB,IAA8DX,EAAUY,EAAUC,EAAUC,EAAUC,EAAlGC,EAA+B,IAAhBL,EAAOV,OAAegB,EAAMN,EAAOV,OAAWiB,EAAI,EACnC,MAA9BP,EAAOA,EAAOV,OAAS,KACvBe,IACkC,MAA9BL,EAAOA,EAAOV,OAAS,IACvBe,KAGR,IAAMG,EAAc,IAAIrC,YAAYkC,GAAeI,EAAQ,IAAIrB,WAAWoB,GAC1E,IAAKnB,EAAI,EAAGA,EAAIiB,EAAKjB,GAAK,EACtBY,EAAWd,EAAOa,EAAOT,WAAWF,IACpCa,EAAWf,EAAOa,EAAOT,WAAWF,EAAI,IACxCc,EAAWhB,EAAOa,EAAOT,WAAWF,EAAI,IACxCe,EAAWjB,EAAOa,EAAOT,WAAWF,EAAI,IACxCoB,EAAMF,KAAQN,GAAY,EAAMC,GAAY,EAC5CO,EAAMF,MAAoB,GAAXL,IAAkB,EAAMC,GAAY,EACnDM,EAAMF,MAAoB,EAAXJ,IAAiB,EAAiB,GAAXC,EAE1C,OAAOI,CACV,CETuBE,CAAO9C,GACvB,OAAO+B,EAAUI,EAASL,EAC7B,CAEG,MAAO,CAAEM,QAAQ,EAAMpC,KAAAA,EAE9B,EACK+B,EAAY,SAAC/B,EAAM8B,GACrB,MACS,SADDA,GAEO9B,aAAgBO,YAAc,IAAIL,KAAK,CAACF,IAGxCA,CAElB,EC7CK+C,EAAYC,OAAOC,aAAa,ICI/B,SAASC,EAAQvC,GACtB,GAAIA,EAAK,OAWX,SAAeA,GACb,IAAK,IAAId,KAAOqD,EAAQ/C,UACtBQ,EAAId,GAAOqD,EAAQ/C,UAAUN,GAE/B,OAAOc,CACR,CAhBiBwC,CAAMxC,EACvB,CA0BDuC,EAAQ/C,UAAUiD,GAClBF,EAAQ/C,UAAUkD,iBAAmB,SAASC,EAAOC,GAInD,OAHAC,KAAKC,WAAaD,KAAKC,YAAc,CAAA,GACpCD,KAAKC,WAAW,IAAMH,GAASE,KAAKC,WAAW,IAAMH,IAAU,IAC7DI,KAAKH,GACDC,IACR,EAYMG,EAACxD,UAAUyD,KAAO,SAASN,EAAOC,GACvC,SAASH,IACPI,KAAKK,IAAIP,EAAOF,GAChBG,EAAGO,MAAMN,KAAMO,UAChB,CAID,OAFAX,EAAGG,GAAKA,EACRC,KAAKJ,GAAGE,EAAOF,GACRI,IACR,EAYMG,EAACxD,UAAU0D,IAClBX,EAAQ/C,UAAU6D,eAClBd,EAAQ/C,UAAU8D,mBAClBf,EAAQ/C,UAAU+D,oBAAsB,SAASZ,EAAOC,GAItD,GAHAC,KAAKC,WAAaD,KAAKC,YAAc,CAAA,EAGjC,GAAKM,UAAUrC,OAEjB,OADA8B,KAAKC,WAAa,GACXD,KAIT,IAUIW,EAVAC,EAAYZ,KAAKC,WAAW,IAAMH,GACtC,IAAKc,EAAW,OAAOZ,KAGvB,GAAI,GAAKO,UAAUrC,OAEjB,cADO8B,KAAKC,WAAW,IAAMH,GACtBE,KAKT,IAAK,IAAI/B,EAAI,EAAGA,EAAI2C,EAAU1C,OAAQD,IAEpC,IADA0C,EAAKC,EAAU3C,MACJ8B,GAAMY,EAAGZ,KAAOA,EAAI,CAC7Ba,EAAUC,OAAO5C,EAAG,GACpB,KACD,CASH,OAJyB,IAArB2C,EAAU1C,eACL8B,KAAKC,WAAW,IAAMH,GAGxBE,IACR,EAUDN,EAAQ/C,UAAUmE,KAAO,SAAShB,GAChCE,KAAKC,WAAaD,KAAKC,YAAc,CAAA,EAKrC,IAHA,IAAIc,EAAO,IAAIC,MAAMT,UAAUrC,OAAS,GACpC0C,EAAYZ,KAAKC,WAAW,IAAMH,GAE7B7B,EAAI,EAAGA,EAAIsC,UAAUrC,OAAQD,IACpC8C,EAAK9C,EAAI,GAAKsC,UAAUtC,GAG1B,GAAI2C,EAEG,CAAI3C,EAAI,EAAb,IAAK,IAAWiB,GADhB0B,EAAYA,EAAUK,MAAM,IACI/C,OAAQD,EAAIiB,IAAOjB,EACjD2C,EAAU3C,GAAGqC,MAAMN,KAAMe,EADK7C,CAKlC,OAAO8B,IACR,EAGMG,EAACxD,UAAUuE,aAAexB,EAAQ/C,UAAUmE,KAUnDpB,EAAQ/C,UAAUwE,UAAY,SAASrB,GAErC,OADAE,KAAKC,WAAaD,KAAKC,YAAc,CAAA,EAC9BD,KAAKC,WAAW,IAAMH,IAAU,EACxC,EAUDJ,EAAQ/C,UAAUyE,aAAe,SAAStB,GACxC,QAAUE,KAAKmB,UAAUrB,GAAO5B,MACjC,ECxKM,IAAMmD,EACW,oBAATC,KACAA,KAEgB,oBAAXC,OACLA,OAGAC,SAAS,cAATA,GCPR,SAASC,EAAKtE,GAAc,IAAA,IAAAuE,EAAAnB,UAAArC,OAANyD,EAAM,IAAAX,MAAAU,EAAA,EAAAA,EAAA,EAAA,GAAAE,EAAA,EAAAA,EAAAF,EAAAE,IAAND,EAAMC,EAAA,GAAArB,UAAAqB,GAC/B,OAAOD,EAAKE,QAAO,SAACC,EAAKC,GAIrB,OAHI5E,EAAI6E,eAAeD,KACnBD,EAAIC,GAAK5E,EAAI4E,IAEVD,CAJJ,GAKJ,CALI,EAMV,CAED,IAAMG,EAAqBC,EAAWC,WAChCC,EAAuBF,EAAWG,aACjC,SAASC,EAAsBnF,EAAKoF,GACnCA,EAAKC,iBACLrF,EAAIsF,aAAeR,EAAmBS,KAAKR,GAC3C/E,EAAIwF,eAAiBP,EAAqBM,KAAKR,KAG/C/E,EAAIsF,aAAeP,EAAWC,WAAWO,KAAKR,GAC9C/E,EAAIwF,eAAiBT,EAAWG,aAAaK,KAAKR,GAEzD,KClBoBU,ECAfC,gCACF,SAAAA,EAAYC,EAAQC,EAAaC,GAAS,IAAAC,EAAA,OAAAC,EAAAlD,KAAA6C,IACtCI,EAAAE,EAAAtG,KAAAmD,KAAM8C,IACDC,YAAcA,EACnBE,EAAKD,QAAUA,EACfC,EAAK1G,KAAO,iBAJ0B0G,CAKzC,gBANwBG,QAQhBC,EAAb,SAAAC,GAAAC,EAAAF,EAAAC,GAAA,IAAAE,EAAAC,EAAAJ,GAOI,SAAAA,EAAYd,GAAM,IAAAmB,EAAA,OAAAR,EAAAlD,KAAAqD,IACdK,EAAAF,EAAA3G,KAAAmD,OACK2D,UAAW,EAChBrB,EAAqBsB,EAAAF,GAAOnB,GAC5BmB,EAAKnB,KAAOA,EACZmB,EAAKG,MAAQtB,EAAKsB,MAClBH,EAAKI,OAASvB,EAAKuB,OANLJ,CAOjB,CAdL,OAAAK,EAAAV,EAAA,CAAA,CAAAhH,IAAA,UAAA2H,MAwBI,SAAQlB,EAAQC,EAAaC,GAEzB,OADAiB,EAAmBC,EAAAb,EAAA1G,WAAA,eAAAqD,MAAAnD,KAAAmD,KAAA,QAAS,IAAI6C,EAAeC,EAAQC,EAAaC,IAC7DhD,IACV,GA3BL,CAAA3D,IAAA,OAAA2H,MA+BI,WAGI,OAFAhE,KAAKmE,WAAa,UAClBnE,KAAKoE,SACEpE,IACV,GAnCL,CAAA3D,IAAA,QAAA2H,MAuCI,WAKI,MAJwB,YAApBhE,KAAKmE,YAAgD,SAApBnE,KAAKmE,aACtCnE,KAAKqE,UACLrE,KAAKsE,WAEFtE,IACV,GA7CL,CAAA3D,IAAA,OAAA2H,MAmDI,SAAKO,GACuB,SAApBvE,KAAKmE,YACLnE,KAAKwE,MAAMD,EAKlB,GA1DL,CAAAlI,IAAA,SAAA2H,MAgEI,WACIhE,KAAKmE,WAAa,OAClBnE,KAAK2D,UAAW,EAChBM,EAAAC,EAAAb,EAAA1G,WAAA,eAAAqD,MAAAnD,KAAAmD,KAAmB,OACtB,GApEL,CAAA3D,IAAA,SAAA2H,MA2EI,SAAOxH,GACH,IAAMiI,EAASrG,EAAa5B,EAAMwD,KAAK8D,OAAOxF,YAC9C0B,KAAK0E,SAASD,EACjB,GA9EL,CAAApI,IAAA,WAAA2H,MAoFI,SAASS,GACLR,EAAmBC,EAAAb,EAAA1G,WAAA,eAAAqD,MAAAnD,KAAAmD,KAAA,SAAUyE,EAChC,GAtFL,CAAApI,IAAA,UAAA2H,MA4FI,SAAQW,GACJ3E,KAAKmE,WAAa,SAClBF,EAAmBC,EAAAb,EAAA1G,WAAA,eAAAqD,MAAAnD,KAAAmD,KAAA,QAAS2E,EAC/B,GA/FL,CAAAtI,IAAA,QAAA2H,MAqGI,SAAMY,GAAY,KArGtBvB,CAAA,CAAA,CAA+B3D,GDTzBmF,EAAW,mEAAmEjH,MAAM,IAAkBkH,EAAM,CAAA,EAC9GC,EAAO,EAAG9G,EAAI,EAQX,SAAS+G,EAAOC,GACnB,IAAIC,EAAU,GACd,GACIA,EAAUL,EAASI,EAZ6E,IAY7DC,EACnCD,EAAME,KAAKC,MAAMH,EAb+E,UAc3FA,EAAM,GACf,OAAOC,CACV,CAqBM,SAASG,IACZ,IAAMC,EAAMN,GAAQ,IAAIO,MACxB,OAAID,IAAQ1C,GACDmC,EAAO,EAAGnC,EAAO0C,GACrBA,EAAM,IAAMN,EAAOD,IAC7B,CAID,KAAO9G,EA9CiG,GA8CrFA,IACf6G,EAAID,EAAS5G,IAAMA,EEzChB,SAAS+G,EAAO7H,GACnB,IAAIqI,EAAM,GACV,IAAK,IAAIvH,KAAKd,EACNA,EAAI6E,eAAe/D,KACfuH,EAAItH,SACJsH,GAAO,KACXA,GAAOC,mBAAmBxH,GAAK,IAAMwH,mBAAmBtI,EAAIc,KAGpE,OAAOuH,CACV,CAOM,SAASlG,EAAOoG,GAGnB,IAFA,IAAIC,EAAM,CAAA,EACNC,EAAQF,EAAG9H,MAAM,KACZK,EAAI,EAAG4H,EAAID,EAAM1H,OAAQD,EAAI4H,EAAG5H,IAAK,CAC1C,IAAI6H,EAAOF,EAAM3H,GAAGL,MAAM,KAC1B+H,EAAII,mBAAmBD,EAAK,KAAOC,mBAAmBD,EAAK,GAC9D,CACD,OAAOH,CACV,CChCD,IAAI3B,GAAQ,EACZ,IACIA,EAAkC,oBAAnBgC,gBACX,oBAAqB,IAAIA,cAKhC,CAHD,MAAOC,GAGN,CACM,IAAMC,EAAUlC,ECPhB,SAASmC,EAAI5D,GAChB,IAAM6D,EAAU7D,EAAK6D,QAErB,IACI,GAAI,oBAAuBJ,kBAAoBI,GAAWF,GACtD,OAAO,IAAIF,cAGN,CAAb,MAAOK,GAAM,CACb,IAAKD,EACD,IACI,OAAO,IAAIlE,EAAW,CAAC,UAAUoE,OAAO,UAAUC,KAAK,OAAM,oBAEpD,CAAb,MAAOF,GAAM,CAEpB,CCVD,SAASG,KAAW,CACpB,IAAMC,GAIK,MAHK,IAAIT,EAAe,CAC3BI,SAAS,IAEMM,aAEVC,GAAb,SAAAC,GAAArD,EAAAoD,EAAAC,GAAA,IAAAzD,EAAAM,EAAAkD,GAOI,SAAAA,EAAYpE,GAAM,IAAAU,EAGd,GAHcC,EAAAlD,KAAA2G,IACd1D,EAAAE,EAAAtG,KAAAmD,KAAMuC,IACDsE,SAAU,EACS,oBAAbC,SAA0B,CACjC,IAAMC,EAAQ,WAAaD,SAASE,SAChCC,EAAOH,SAASG,KAEfA,IACDA,EAAOF,EAAQ,MAAQ,MAE3B9D,EAAKiE,GACoB,oBAAbJ,UACJvE,EAAK4E,WAAaL,SAASK,UAC3BF,IAAS1E,EAAK0E,KACtBhE,EAAKmE,GAAK7E,EAAK8E,SAAWN,CAC7B,CAID,IAAMO,EAAc/E,GAAQA,EAAK+E,YAnBnB,OAoBdrE,EAAKhG,eAAiBwJ,KAAYa,EApBpBrE,CAqBjB,CA5BL,OAAAc,EAAA4C,EAAA,CAAA,CAAAtK,IAAA,OAAAkL,IA6BI,WACI,MAAO,SACV,GA/BL,CAAAlL,IAAA,SAAA2H,MAsCI,WACIhE,KAAKwH,MACR,GAxCL,CAAAnL,IAAA,QAAA2H,MA+CI,SAAMY,GAAS,IAAAlB,EAAA1D,KACXA,KAAKmE,WAAa,UAClB,IAAMsD,EAAQ,WACV/D,EAAKS,WAAa,SAClBS,KAEJ,GAAI5E,KAAK6G,UAAY7G,KAAK2D,SAAU,CAChC,IAAI+D,EAAQ,EACR1H,KAAK6G,UACLa,IACA1H,KAAKI,KAAK,gBAAgB,aACpBsH,GAASD,QAGdzH,KAAK2D,WACN+D,IACA1H,KAAKI,KAAK,SAAS,aACbsH,GAASD,OAGtB,MAEGA,GAEP,GAvEL,CAAApL,IAAA,OAAA2H,MA6EI,WACIhE,KAAK6G,SAAU,EACf7G,KAAK2H,SACL3H,KAAKkB,aAAa,OACrB,GAjFL,CAAA7E,IAAA,SAAA2H,MAuFI,SAAOxH,GAAM,IAAAoL,EAAA5H,MTpFK,SAAC6H,EAAgBvJ,GAGnC,IAFA,IAAMwJ,EAAiBD,EAAejK,MAAM2B,GACtCgF,EAAU,GACPtG,EAAI,EAAGA,EAAI6J,EAAe5J,OAAQD,IAAK,CAC5C,IAAM8J,EAAgB3J,EAAa0J,EAAe7J,GAAIK,GAEtD,GADAiG,EAAQrE,KAAK6H,GACc,UAAvBA,EAAcxL,KACd,KAEP,CACD,OAAOgI,CACV,ESwFOyD,CAAcxL,EAAMwD,KAAK8D,OAAOxF,YAAYlC,SAd3B,SAACqI,GAMd,GAJI,YAAcmD,EAAKzD,YAA8B,SAAhBM,EAAOlI,MACxCqL,EAAKK,SAGL,UAAYxD,EAAOlI,KAEnB,OADAqL,EAAKtD,QAAQ,CAAEvB,YAAa,oCACrB,EAGX6E,EAAKlD,SAASD,EACjB,IAIG,WAAazE,KAAKmE,aAElBnE,KAAK6G,SAAU,EACf7G,KAAKkB,aAAa,gBACd,SAAWlB,KAAKmE,YAChBnE,KAAKwH,OAKhB,GAlHL,CAAAnL,IAAA,UAAA2H,MAwHI,WAAU,IAAAkE,EAAAlI,KACAmI,EAAQ,WACVD,EAAK1D,MAAM,CAAC,CAAEjI,KAAM,YAEpB,SAAWyD,KAAKmE,WAChBgE,IAKAnI,KAAKI,KAAK,OAAQ+H,EAEzB,GApIL,CAAA9L,IAAA,QAAA2H,MA2II,SAAMO,GAAS,IAAA6D,EAAApI,KACXA,KAAK2D,UAAW,ETxJF,SAACY,EAASrH,GAE5B,IAAMgB,EAASqG,EAAQrG,OACjB4J,EAAiB,IAAI9G,MAAM9C,GAC7BmK,EAAQ,EACZ9D,EAAQnI,SAAQ,SAACqI,EAAQxG,GAErBjB,EAAayH,GAAQ,GAAO,SAAApG,GACxByJ,EAAe7J,GAAKI,IACdgK,IAAUnK,GACZhB,EAAS4K,EAAevB,KAAKhH,GAEpC,MAER,CS2IO+I,CAAc/D,GAAS,SAAC/H,GACpB4L,EAAKG,QAAQ/L,GAAM,WACf4L,EAAKzE,UAAW,EAChByE,EAAKlH,aAAa,WAEzB,GACJ,GAnJL,CAAA7E,IAAA,MAAA2H,MAyJI,WACI,IAAIH,EAAQ7D,KAAK6D,OAAS,GACpB2E,EAASxI,KAAKuC,KAAK8E,OAAS,QAAU,OACxCJ,EAAO,IAEP,IAAUjH,KAAKuC,KAAKkG,oBACpB5E,EAAM7D,KAAKuC,KAAKmG,gBAAkBrD,KAEjCrF,KAAK/C,gBAAmB4G,EAAM8E,MAC/B9E,EAAM+E,IAAM,GAGZ5I,KAAKuC,KAAK0E,OACR,UAAYuB,GAAqC,MAA3BK,OAAO7I,KAAKuC,KAAK0E,OACpC,SAAWuB,GAAqC,KAA3BK,OAAO7I,KAAKuC,KAAK0E,SAC3CA,EAAO,IAAMjH,KAAKuC,KAAK0E,MAE3B,IAAM6B,EAAe9D,EAAOnB,GAE5B,OAAQ2E,EACJ,QAF8C,IAArCxI,KAAKuC,KAAK4E,SAAS4B,QAAQ,KAG5B,IAAM/I,KAAKuC,KAAK4E,SAAW,IAAMnH,KAAKuC,KAAK4E,UACnDF,EACAjH,KAAKuC,KAAKyG,MACTF,EAAa5K,OAAS,IAAM4K,EAAe,GACnD,GAlLL,CAAAzM,IAAA,UAAA2H,MAyLI,WAAmB,IAAXzB,yDAAO,CAAA,EAEX,OADA0G,EAAc1G,EAAM,CAAE2E,GAAIlH,KAAKkH,GAAIE,GAAIpH,KAAKoH,IAAMpH,KAAKuC,MAChD,IAAI2G,GAAQlJ,KAAKmJ,MAAO5G,EAClC,GA5LL,CAAAlG,IAAA,UAAA2H,MAoMI,SAAQxH,EAAMuD,GAAI,IAAAqJ,EAAApJ,KACRqJ,EAAMrJ,KAAKsJ,QAAQ,CACrBC,OAAQ,OACR/M,KAAMA,IAEV6M,EAAIzJ,GAAG,UAAWG,GAClBsJ,EAAIzJ,GAAG,SAAS,SAAC4J,EAAWxG,GACxBoG,EAAKK,QAAQ,iBAAkBD,EAAWxG,KAEjD,GA7ML,CAAA3G,IAAA,SAAA2H,MAmNI,WAAS,IAAA0F,EAAA1J,KACCqJ,EAAMrJ,KAAKsJ,UACjBD,EAAIzJ,GAAG,OAAQI,KAAK2J,OAAOjH,KAAK1C,OAChCqJ,EAAIzJ,GAAG,SAAS,SAAC4J,EAAWxG,GACxB0G,EAAKD,QAAQ,iBAAkBD,EAAWxG,MAE9ChD,KAAK4J,QAAUP,CAClB,KA1NL1C,CAAA,CAAA,CAA6BtD,GA4NhB6F,GAAb,SAAA5F,GAAAC,EAAA2F,EAAA5F,GAAA,IAAAE,EAAAC,EAAAyF,GAOI,SAAYC,EAAAA,EAAK5G,GAAM,IAAAsH,EAAA,OAAA3G,EAAAlD,KAAAkJ,GAEnB5G,EAAqBsB,EADrBiG,EAAArG,EAAA3G,KAAAmD,OAC4BuC,GAC5BsH,EAAKtH,KAAOA,EACZsH,EAAKN,OAAShH,EAAKgH,QAAU,MAC7BM,EAAKV,IAAMA,EACXU,EAAKC,OAAQ,IAAUvH,EAAKuH,MAC5BD,EAAKrN,UAAOuN,IAAcxH,EAAK/F,KAAO+F,EAAK/F,KAAO,KAClDqN,EAAK5N,SARc4N,CAStB,CAhBL,OAAA9F,EAAAmF,EAAA,CAAA,CAAA7M,IAAA,SAAA2H,MAsBI,WAAS,IAAAgG,EAAAhK,KACCuC,EAAOd,EAAKzB,KAAKuC,KAAM,QAAS,MAAO,MAAO,aAAc,OAAQ,KAAM,UAAW,qBAAsB,aACjHA,EAAK6D,UAAYpG,KAAKuC,KAAK2E,GAC3B3E,EAAK0H,UAAYjK,KAAKuC,KAAK6E,GAC3B,IAAM8C,EAAOlK,KAAKkK,IAAM,IAAIlE,EAAezD,GAC3C,IACI2H,EAAIC,KAAKnK,KAAKuJ,OAAQvJ,KAAKmJ,IAAKnJ,KAAK8J,OACrC,IACI,GAAI9J,KAAKuC,KAAK6H,aAEV,IAAK,IAAInM,KADTiM,EAAIG,uBAAyBH,EAAIG,uBAAsB,GACzCrK,KAAKuC,KAAK6H,aAChBpK,KAAKuC,KAAK6H,aAAapI,eAAe/D,IACtCiM,EAAII,iBAAiBrM,EAAG+B,KAAKuC,KAAK6H,aAAanM,GAKlD,CAAb,MAAOoI,GAAM,CACb,GAAI,SAAWrG,KAAKuJ,OAChB,IACIW,EAAII,iBAAiB,eAAgB,2BAE5B,CAAb,MAAOjE,GAAM,CAEjB,IACI6D,EAAII,iBAAiB,SAAU,MApBnC,CAsBA,MAAOjE,GAtBP,CAwBI,oBAAqB6D,IACrBA,EAAIK,gBAAkBvK,KAAKuC,KAAKgI,iBAEhCvK,KAAKuC,KAAKiI,iBACVN,EAAIO,QAAUzK,KAAKuC,KAAKiI,gBAE5BN,EAAIQ,mBAAqB,WACjB,IAAMR,EAAI/F,aAEV,MAAQ+F,EAAIS,QAAU,OAAST,EAAIS,OACnCX,EAAKY,SAKLZ,EAAKvH,cAAa,WACduH,EAAKP,QAA8B,iBAAfS,EAAIS,OAAsBT,EAAIS,OAAS,EAD/D,GAEG,KAGXT,EAAIW,KAAK7K,KAAKxD,KAUjB,CARD,MAAO6J,GAOH,YAHArG,KAAKyC,cAAa,WACduH,EAAKP,QAAQpD,EADjB,GAEG,EAEN,CACuB,oBAAbyE,WACP9K,KAAK+K,MAAQ7B,EAAQ8B,gBACrB9B,EAAQ+B,SAASjL,KAAK+K,OAAS/K,KAEtC,GAtFL,CAAA3D,IAAA,UAAA2H,MA4FI,SAAQiC,GACJjG,KAAKkB,aAAa,QAAS+E,EAAKjG,KAAKkK,KACrClK,KAAKkL,SAAQ,EAChB,GA/FL,CAAA7O,IAAA,UAAA2H,MAqGI,SAAQmH,GACJ,QAAI,IAAuBnL,KAAKkK,KAAO,OAASlK,KAAKkK,IAArD,CAIA,GADAlK,KAAKkK,IAAIQ,mBAAqBlE,GAC1B2E,EACA,IACInL,KAAKkK,IAAIkB,OAEA,CAAb,MAAO/E,GAAM,CAEO,oBAAbyE,iBACA5B,EAAQ+B,SAASjL,KAAK+K,OAEjC/K,KAAKkK,IAAM,IAXV,CAYJ,GApHL,CAAA7N,IAAA,SAAA2H,MA0HI,WACI,IAAMxH,EAAOwD,KAAKkK,IAAImB,aACT,OAAT7O,IACAwD,KAAKkB,aAAa,OAAQ1E,GAC1BwD,KAAKkB,aAAa,WAClBlB,KAAKkL,UAEZ,GAjIL,CAAA7O,IAAA,QAAA2H,MAuII,WACIhE,KAAKkL,SACR,KAzILhC,CAAA,CAAA,CAA6BxJ,GAkJ7B,GAPAwJ,GAAQ8B,cAAgB,EACxB9B,GAAQ+B,SAAW,CAAA,EAMK,oBAAbH,SAEP,GAA2B,mBAAhBQ,YAEPA,YAAY,WAAYC,SAEvB,GAAgC,mBAArB1L,iBAAiC,CAE7CA,iBADyB,eAAgBqC,EAAa,WAAa,SAChCqJ,IAAe,EACrD,CAEL,SAASA,KACL,IAAK,IAAItN,KAAKiL,GAAQ+B,SACd/B,GAAQ+B,SAASjJ,eAAe/D,IAChCiL,GAAQ+B,SAAShN,GAAGmN,OAG/B,CC7YM,IAAMI,GACqC,mBAAZC,SAAqD,mBAApBA,QAAQC,QAEhE,SAAC/K,GAAD,OAAQ8K,QAAQC,UAAUC,KAAKhL,IAG/B,SAACA,EAAI8B,GAAL,OAAsBA,EAAa9B,EAAI,IAGzCiL,GAAY1J,EAAW0J,WAAa1J,EAAW2J,aCHtDC,GAAqC,oBAAdC,WACI,iBAAtBA,UAAUC,SACmB,gBAApCD,UAAUC,QAAQC,cACTC,GAAb,SAAAtF,GAAArD,EAAA2I,EAAAtF,GAAA,IAAAzD,EAAAM,EAAAyI,GAOI,SAAAA,EAAY3J,GAAM,IAAAU,EAAA,OAAAC,EAAAlD,KAAAkM,IACdjJ,EAAAE,EAAAtG,KAAAmD,KAAMuC,IACDtF,gBAAkBsF,EAAK+E,YAFdrE,CAGjB,CAVL,OAAAc,EAAAmI,EAAA,CAAA,CAAA7P,IAAA,OAAAkL,IAWI,WACI,MAAO,WACV,GAbL,CAAAlL,IAAA,SAAA2H,MAcI,WACI,GAAKhE,KAAKmM,QAAV,CAIA,IAAMhD,EAAMnJ,KAAKmJ,MACXiD,EAAYpM,KAAKuC,KAAK6J,UAEtB7J,EAAOuJ,GACP,CAAA,EACArK,EAAKzB,KAAKuC,KAAM,QAAS,oBAAqB,MAAO,MAAO,aAAc,OAAQ,KAAM,UAAW,qBAAsB,eAAgB,kBAAmB,SAAU,aAAc,SAAU,uBAChMvC,KAAKuC,KAAK6H,eACV7H,EAAK8J,QAAUrM,KAAKuC,KAAK6H,cAE7B,IACIpK,KAAKsM,GACyBR,GAIpB,IAAIF,GAAUzC,EAAKiD,EAAW7J,GAH9B6J,EACI,IAAIR,GAAUzC,EAAKiD,GACnB,IAAIR,GAAUzC,EAK/B,CAFD,MAAOlD,GACH,OAAOjG,KAAKkB,aAAa,QAAS+E,EACrC,CACDjG,KAAKsM,GAAGhO,WAAa0B,KAAK8D,OAAOxF,YDrCR,cCsCzB0B,KAAKuM,mBAtBJ,CAuBJ,GAzCL,CAAAlQ,IAAA,oBAAA2H,MA+CI,WAAoB,IAAAN,EAAA1D,KAChBA,KAAKsM,GAAGE,OAAS,WACT9I,EAAKnB,KAAKkK,WACV/I,EAAK4I,GAAGI,QAAQC,QAEpBjJ,EAAKuE,UAETjI,KAAKsM,GAAGM,QAAU,SAACC,GAAD,OAAgBnJ,EAAKY,QAAQ,CAC3CvB,YAAa,8BACbC,QAAS6J,KAEb7M,KAAKsM,GAAGQ,UAAY,SAACC,GAAD,OAAQrJ,EAAKiG,OAAOoD,EAAGvQ,OAC3CwD,KAAKsM,GAAGU,QAAU,SAAC3G,GAAD,OAAO3C,EAAK+F,QAAQ,kBAAmBpD,GAC5D,GA5DL,CAAAhK,IAAA,QAAA2H,MA6DI,SAAMO,GAAS,IAAAqD,EAAA5H,KACXA,KAAK2D,UAAW,EAGhB,IAJW,IAAAsJ,EAAA,SAIFhP,GACL,IAAMwG,EAASF,EAAQtG,GACjBiP,EAAajP,IAAMsG,EAAQrG,OAAS,EAC1ClB,EAAayH,EAAQmD,EAAK3K,gBAAgB,SAACT,GAmBvC,IAGQoL,EAAK0E,GAAGzB,KAAKrO,EAOpB,CADD,MAAO6J,GACN,CACG6G,GAGA1B,IAAS,WACL5D,EAAKjE,UAAW,EAChBiE,EAAK1G,aAAa,QACrB,GAAE0G,EAAKnF,aAEf,GA7CM,EAIFxE,EAAI,EAAGA,EAAIsG,EAAQrG,OAAQD,IAAKgP,EAAhChP,EA2CZ,GA5GL,CAAA5B,IAAA,UAAA2H,MA6GI,gBAC2B,IAAZhE,KAAKsM,KACZtM,KAAKsM,GAAGnE,QACRnI,KAAKsM,GAAK,KAEjB,GAlHL,CAAAjQ,IAAA,MAAA2H,MAwHI,WACI,IAAIH,EAAQ7D,KAAK6D,OAAS,GACpB2E,EAASxI,KAAKuC,KAAK8E,OAAS,MAAQ,KACtCJ,EAAO,GAEPjH,KAAKuC,KAAK0E,OACR,QAAUuB,GAAqC,MAA3BK,OAAO7I,KAAKuC,KAAK0E,OAClC,OAASuB,GAAqC,KAA3BK,OAAO7I,KAAKuC,KAAK0E,SACzCA,EAAO,IAAMjH,KAAKuC,KAAK0E,MAGvBjH,KAAKuC,KAAKkG,oBACV5E,EAAM7D,KAAKuC,KAAKmG,gBAAkBrD,KAGjCrF,KAAK/C,iBACN4G,EAAM+E,IAAM,GAEhB,IAAME,EAAe9D,EAAOnB,GAE5B,OAAQ2E,EACJ,QAF8C,IAArCxI,KAAKuC,KAAK4E,SAAS4B,QAAQ,KAG5B,IAAM/I,KAAKuC,KAAK4E,SAAW,IAAMnH,KAAKuC,KAAK4E,UACnDF,EACAjH,KAAKuC,KAAKyG,MACTF,EAAa5K,OAAS,IAAM4K,EAAe,GACnD,GAlJL,CAAAzM,IAAA,QAAA2H,MAyJI,WACI,QAAS4H,EACZ,KA3JLM,CAAA,CAAA,CAAwB7I,GCRX8J,GAAa,CACtBC,UAAWlB,GACXrF,QAASF,ICeP0G,GAAK,sPACLC,GAAQ,CACV,SAAU,WAAY,YAAa,WAAY,OAAQ,WAAY,OAAQ,OAAQ,WAAY,OAAQ,YAAa,OAAQ,QAAS,UAElI,SAASC,GAAM/H,GAClB,IAAMgI,EAAMhI,EAAKiI,EAAIjI,EAAIuD,QAAQ,KAAM1C,EAAIb,EAAIuD,QAAQ,MAC7C,GAAN0E,IAAiB,GAANpH,IACXb,EAAMA,EAAI9G,UAAU,EAAG+O,GAAKjI,EAAI9G,UAAU+O,EAAGpH,GAAGqH,QAAQ,KAAM,KAAOlI,EAAI9G,UAAU2H,EAAGb,EAAItH,SAG9F,IADA,IAwBmB2F,EACbrH,EAzBFmR,EAAIN,GAAGO,KAAKpI,GAAO,IAAK2D,EAAM,CAAlC,EAAsClL,EAAI,GACnCA,KACHkL,EAAImE,GAAMrP,IAAM0P,EAAE1P,IAAM,GAU5B,OARU,GAANwP,IAAiB,GAANpH,IACX8C,EAAI0E,OAASL,EACbrE,EAAI2E,KAAO3E,EAAI2E,KAAKpP,UAAU,EAAGyK,EAAI2E,KAAK5P,OAAS,GAAGwP,QAAQ,KAAM,KACpEvE,EAAI4E,UAAY5E,EAAI4E,UAAUL,QAAQ,IAAK,IAAIA,QAAQ,IAAK,IAAIA,QAAQ,KAAM,KAC9EvE,EAAI6E,SAAU,GAElB7E,EAAI8E,UAIR,SAAmB9Q,EAAK6L,GACpB,IAAMkF,EAAO,WAAYC,EAAQnF,EAAK0E,QAAQQ,EAAM,KAAKtQ,MAAM,KACvC,KAApBoL,EAAK/H,MAAM,EAAG,IAA6B,IAAhB+H,EAAK9K,QAChCiQ,EAAMtN,OAAO,EAAG,GAEE,KAAlBmI,EAAK/H,OAAO,IACZkN,EAAMtN,OAAOsN,EAAMjQ,OAAS,EAAG,GAEnC,OAAOiQ,CACV,CAbmBF,CAAU9E,EAAKA,EAAG,MAClCA,EAAIiF,UAaevK,EAbUsF,EAAG,MAc1B3M,EAAO,CAAA,EACbqH,EAAM6J,QAAQ,6BAA6B,SAAUW,EAAIC,EAAIC,GACrDD,IACA9R,EAAK8R,GAAMC,MAGZ/R,GAnBA2M,CACV,CCnCD,IAAaqF,GAAb,SAAAlL,GAAAC,EAAAiL,EAAAlL,GAAA,IAAAH,EAAAM,EAAA+K,GAOI,SAAAA,EAAYrF,GAAgB,IAAAlG,EAAXV,yDAAO,CAAA,EAAI,OAAAW,EAAAlD,KAAAwO,IACxBvL,EAAAE,EAAAtG,KAAAmD,OACKyO,YAAc,GACftF,GAAO,WAAoBA,EAAAA,KAC3B5G,EAAO4G,EACPA,EAAM,MAENA,GACAA,EAAMoE,GAAMpE,GACZ5G,EAAK4E,SAAWgC,EAAI2E,KACpBvL,EAAK8E,OAA0B,UAAjB8B,EAAInC,UAAyC,QAAjBmC,EAAInC,SAC9CzE,EAAK0E,KAAOkC,EAAIlC,KACZkC,EAAItF,QACJtB,EAAKsB,MAAQsF,EAAItF,QAEhBtB,EAAKuL,OACVvL,EAAK4E,SAAWoG,GAAMhL,EAAKuL,MAAMA,MAErCxL,EAAqBsB,EAAAX,GAAOV,GAC5BU,EAAKoE,OACD,MAAQ9E,EAAK8E,OACP9E,EAAK8E,OACe,oBAAbP,UAA4B,WAAaA,SAASE,SAC/DzE,EAAK4E,WAAa5E,EAAK0E,OAEvB1E,EAAK0E,KAAOhE,EAAKoE,OAAS,MAAQ,MAEtCpE,EAAKkE,SACD5E,EAAK4E,WACoB,oBAAbL,SAA2BA,SAASK,SAAW,aAC/DlE,EAAKgE,KACD1E,EAAK0E,OACoB,oBAAbH,UAA4BA,SAASG,KACvCH,SAASG,KACThE,EAAKoE,OACD,MACA,MAClBpE,EAAKkK,WAAa5K,EAAK4K,YAAc,CAAC,UAAW,aACjDlK,EAAKwL,YAAc,GACnBxL,EAAKyL,cAAgB,EACrBzL,EAAKV,KAAO0G,EAAc,CACtBD,KAAM,aACN2F,OAAO,EACPpE,iBAAiB,EACjBqE,SAAS,EACTlG,eAAgB,IAChBmG,iBAAiB,EACjBC,kBAAkB,EAClBC,oBAAoB,EACpBC,kBAAmB,CACfC,UAAW,MAEfC,iBAAkB,CAZI,EAatBC,qBAAqB,GACtB5M,GACHU,EAAKV,KAAKyG,KACN/F,EAAKV,KAAKyG,KAAK0E,QAAQ,MAAO,KACzBzK,EAAKV,KAAKuM,iBAAmB,IAAM,IACb,iBAApB7L,EAAKV,KAAKsB,QACjBZ,EAAKV,KAAKsB,MAAQvE,EAAO2D,EAAKV,KAAKsB,QAGvCZ,EAAKmM,GAAK,KACVnM,EAAKoM,SAAW,KAChBpM,EAAKqM,aAAe,KACpBrM,EAAKsM,YAAc,KAEnBtM,EAAKuM,iBAAmB,KACQ,mBAArB3P,mBACHoD,EAAKV,KAAK4M,sBAIVlM,EAAKwM,0BAA4B,WACzBxM,EAAKyM,YAELzM,EAAKyM,UAAUjP,qBACfwC,EAAKyM,UAAUvH,UAGvBtI,iBAAiB,eAAgBoD,EAAKwM,2BAA2B,IAE/C,cAAlBxM,EAAKkE,WACLlE,EAAK0M,qBAAuB,WACxB1M,EAAKqB,QAAQ,kBAAmB,CAC5BvB,YAAa,6BAGrBlD,iBAAiB,UAAWoD,EAAK0M,sBAAsB,KAG/D1M,EAAKkH,OA3FmBlH,CA4F3B,CAnGL,OAAAc,EAAAyK,EAAA,CAAA,CAAAnS,IAAA,kBAAA2H,MA2GI,SAAgB4L,GACZ,IAAM/L,EAAQoF,EAAc,CAAA,EAAIjJ,KAAKuC,KAAKsB,OAE1CA,EAAMgM,IdtFU,EcwFhBhM,EAAM6L,UAAYE,EAEd5P,KAAKoP,KACLvL,EAAM8E,IAAM3I,KAAKoP,IACrB,IAAM7M,EAAO0G,EAAc,CAAA,EAAIjJ,KAAKuC,KAAK2M,iBAAiBU,GAAO5P,KAAKuC,KAAM,CACxEsB,MAAAA,EACAC,OAAQ9D,KACRmH,SAAUnH,KAAKmH,SACfE,OAAQrH,KAAKqH,OACbJ,KAAMjH,KAAKiH,OAEf,OAAO,IAAIkG,GAAWyC,GAAMrN,EAC/B,GA5HL,CAAAlG,IAAA,OAAA2H,MAkII,WAAO,IACC0L,EADDhM,EAAA1D,KAEH,GAAIA,KAAKuC,KAAKsM,iBACVL,EAAOsB,wBACmC,IAA1C9P,KAAKmN,WAAWpE,QAAQ,aACxB2G,EAAY,gBAEX,IAAI,IAAM1P,KAAKmN,WAAWjP,OAK3B,YAHA8B,KAAKyC,cAAa,WACdiB,EAAKxC,aAAa,QAAS,0BAD/B,GAEG,GAIHwO,EAAY1P,KAAKmN,WAAW,EAC/B,CACDnN,KAAKmE,WAAa,UAElB,IACIuL,EAAY1P,KAAK+P,gBAAgBL,EAMpC,CAJD,MAAOrJ,GAGH,OAFArG,KAAKmN,WAAW6C,aAChBhQ,KAAKmK,MAER,CACDuF,EAAUvF,OACVnK,KAAKiQ,aAAaP,EACrB,GA/JL,CAAArT,IAAA,eAAA2H,MAqKI,SAAa0L,GAAW,IAAA9H,EAAA5H,KAChBA,KAAK0P,WACL1P,KAAK0P,UAAUjP,qBAGnBT,KAAK0P,UAAYA,EAEjBA,EACK9P,GAAG,QAASI,KAAKkQ,QAAQxN,KAAK1C,OAC9BJ,GAAG,SAAUI,KAAK0E,SAAShC,KAAK1C,OAChCJ,GAAG,QAASI,KAAKyJ,QAAQ/G,KAAK1C,OAC9BJ,GAAG,SAAS,SAACkD,GAAD,OAAY8E,EAAKtD,QAAQ,kBAAmBxB,KAChE,GAjLL,CAAAzG,IAAA,QAAA2H,MAwLI,SAAM4L,GAAM,IAAA1H,EAAAlI,KACJ0P,EAAY1P,KAAK+P,gBAAgBH,GACjCO,GAAS,EACb3B,EAAOsB,uBAAwB,EAC/B,IAAMM,EAAkB,WAChBD,IAEJT,EAAU7E,KAAK,CAAC,CAAEtO,KAAM,OAAQC,KAAM,WACtCkT,EAAUtP,KAAK,UAAU,SAACiQ,GACtB,IAAIF,EAEJ,GAAI,SAAWE,EAAI9T,MAAQ,UAAY8T,EAAI7T,KAAM,CAG7C,GAFA0L,EAAKoI,WAAY,EACjBpI,EAAKhH,aAAa,YAAawO,IAC1BA,EACD,OACJlB,EAAOsB,sBAAwB,cAAgBJ,EAAUE,KACzD1H,EAAKwH,UAAUjI,OAAM,WACb0I,GAEA,WAAajI,EAAK/D,aAEtB+G,IACAhD,EAAK+H,aAAaP,GAClBA,EAAU7E,KAAK,CAAC,CAAEtO,KAAM,aACxB2L,EAAKhH,aAAa,UAAWwO,GAC7BA,EAAY,KACZxH,EAAKoI,WAAY,EACjBpI,EAAKqI,WAEZ,KACI,CACD,IAAMtK,EAAM,IAAI7C,MAAM,eAEtB6C,EAAIyJ,UAAYA,EAAUE,KAC1B1H,EAAKhH,aAAa,eAAgB+E,EACrC,OAGT,SAASuK,IACDL,IAGJA,GAAS,EACTjF,IACAwE,EAAUvH,QACVuH,EAAY,KA9CR,CAiDR,IAAM1C,EAAU,SAAC/G,GACb,IAAMwK,EAAQ,IAAIrN,MAAM,gBAAkB6C,GAE1CwK,EAAMf,UAAYA,EAAUE,KAC5BY,IACAtI,EAAKhH,aAAa,eAAgBuP,IAEtC,SAASC,IACL1D,EAAQ,mBAzDJ,CA4DR,SAASJ,IACLI,EAAQ,gBA7DJ,CAgER,SAAS2D,EAAUC,GACXlB,GAAakB,EAAGhB,OAASF,EAAUE,MACnCY,GAlEA,CAsER,IAAMtF,EAAU,WACZwE,EAAUlP,eAAe,OAAQ4P,GACjCV,EAAUlP,eAAe,QAASwM,GAClC0C,EAAUlP,eAAe,QAASkQ,GAClCxI,EAAK7H,IAAI,QAASuM,GAClB1E,EAAK7H,IAAI,YAAasQ,IAE1BjB,EAAUtP,KAAK,OAAQgQ,GACvBV,EAAUtP,KAAK,QAAS4M,GACxB0C,EAAUtP,KAAK,QAASsQ,GACxB1Q,KAAKI,KAAK,QAASwM,GACnB5M,KAAKI,KAAK,YAAauQ,GACvBjB,EAAUvF,MACb,GA3QL,CAAA9N,IAAA,SAAA2H,MAiRI,WAOI,GANAhE,KAAKmE,WAAa,OAClBqK,EAAOsB,sBAAwB,cAAgB9P,KAAK0P,UAAUE,KAC9D5P,KAAKkB,aAAa,QAClBlB,KAAKuQ,QAGD,SAAWvQ,KAAKmE,YAAcnE,KAAKuC,KAAKqM,QAGxC,IAFA,IAAI3Q,EAAI,EACF4H,EAAI7F,KAAKqP,SAASnR,OACjBD,EAAI4H,EAAG5H,IACV+B,KAAK6Q,MAAM7Q,KAAKqP,SAASpR,GAGpC,GA/RL,CAAA5B,IAAA,WAAA2H,MAqSI,SAASS,GACL,GAAI,YAAczE,KAAKmE,YACnB,SAAWnE,KAAKmE,YAChB,YAAcnE,KAAKmE,WAInB,OAHAnE,KAAKkB,aAAa,SAAUuD,GAE5BzE,KAAKkB,aAAa,aACVuD,EAAOlI,MACX,IAAK,OACDyD,KAAK8Q,YAAYC,KAAKxD,MAAM9I,EAAOjI,OACnC,MACJ,IAAK,OACDwD,KAAKgR,mBACLhR,KAAKiR,WAAW,QAChBjR,KAAKkB,aAAa,QAClBlB,KAAKkB,aAAa,QAClB,MACJ,IAAK,QACD,IAAM+E,EAAM,IAAI7C,MAAM,gBAEtB6C,EAAIiL,KAAOzM,EAAOjI,KAClBwD,KAAKyJ,QAAQxD,GACb,MACJ,IAAK,UACDjG,KAAKkB,aAAa,OAAQuD,EAAOjI,MACjCwD,KAAKkB,aAAa,UAAWuD,EAAOjI,MAMnD,GApUL,CAAAH,IAAA,cAAA2H,MA2UI,SAAYxH,GACRwD,KAAKkB,aAAa,YAAa1E,GAC/BwD,KAAKoP,GAAK5S,EAAKmM,IACf3I,KAAK0P,UAAU7L,MAAM8E,IAAMnM,EAAKmM,IAChC3I,KAAKqP,SAAWrP,KAAKmR,eAAe3U,EAAK6S,UACzCrP,KAAKsP,aAAe9S,EAAK8S,aACzBtP,KAAKuP,YAAc/S,EAAK+S,YACxBvP,KAAKoR,WAAa5U,EAAK4U,WACvBpR,KAAKiI,SAED,WAAajI,KAAKmE,YAEtBnE,KAAKgR,kBACR,GAxVL,CAAA3U,IAAA,mBAAA2H,MA8VI,WAAmB,IAAAoE,EAAApI,KACfA,KAAK2C,eAAe3C,KAAKwP,kBACzBxP,KAAKwP,iBAAmBxP,KAAKyC,cAAa,WACtC2F,EAAK9D,QAAQ,eADO,GAErBtE,KAAKsP,aAAetP,KAAKuP,aACxBvP,KAAKuC,KAAKkK,WACVzM,KAAKwP,iBAAiB7C,OAE7B,GAtWL,CAAAtQ,IAAA,UAAA2H,MA4WI,WACIhE,KAAKyO,YAAY5N,OAAO,EAAGb,KAAK0O,eAIhC1O,KAAK0O,cAAgB,EACjB,IAAM1O,KAAKyO,YAAYvQ,OACvB8B,KAAKkB,aAAa,SAGlBlB,KAAKuQ,OAEZ,GAxXL,CAAAlU,IAAA,QAAA2H,MA8XI,WACI,GAAI,WAAahE,KAAKmE,YAClBnE,KAAK0P,UAAU/L,WACd3D,KAAKsQ,WACNtQ,KAAKyO,YAAYvQ,OAAQ,CACzB,IAAMqG,EAAUvE,KAAKqR,qBACrBrR,KAAK0P,UAAU7E,KAAKtG,GAGpBvE,KAAK0O,cAAgBnK,EAAQrG,OAC7B8B,KAAKkB,aAAa,QACrB,CACJ,GA1YL,CAAA7E,IAAA,qBAAA2H,MAiZI,WAII,KAH+BhE,KAAKoR,YACR,YAAxBpR,KAAK0P,UAAUE,MACf5P,KAAKyO,YAAYvQ,OAAS,GAE1B,OAAO8B,KAAKyO,YAGhB,IADA,IXrYmBtR,EWqYfmU,EAAc,EACTrT,EAAI,EAAGA,EAAI+B,KAAKyO,YAAYvQ,OAAQD,IAAK,CAC9C,IAAMzB,EAAOwD,KAAKyO,YAAYxQ,GAAGzB,KAIjC,GAHIA,IACA8U,GXxYO,iBADInU,EWyYeX,GXlY1C,SAAoBgJ,GAEhB,IADA,IAAI+L,EAAI,EAAGrT,EAAS,EACXD,EAAI,EAAG4H,EAAIL,EAAItH,OAAQD,EAAI4H,EAAG5H,KACnCsT,EAAI/L,EAAIrH,WAAWF,IACX,IACJC,GAAU,EAELqT,EAAI,KACTrT,GAAU,EAELqT,EAAI,OAAUA,GAAK,MACxBrT,GAAU,GAGVD,IACAC,GAAU,GAGlB,OAAOA,CACV,CAxBcsT,CAAWrU,GAGfgI,KAAKsM,KAPQ,MAOFtU,EAAIuU,YAAcvU,EAAIwU,QWsY5B1T,EAAI,GAAKqT,EAActR,KAAKoR,WAC5B,OAAOpR,KAAKyO,YAAYxN,MAAM,EAAGhD,GAErCqT,GAAe,CAClB,CACD,OAAOtR,KAAKyO,WACf,GApaL,CAAApS,IAAA,QAAA2H,MA6aI,SAAMqM,EAAKuB,EAAS7R,GAEhB,OADAC,KAAKiR,WAAW,UAAWZ,EAAKuB,EAAS7R,GAClCC,IACV,GAhbL,CAAA3D,IAAA,OAAA2H,MAibI,SAAKqM,EAAKuB,EAAS7R,GAEf,OADAC,KAAKiR,WAAW,UAAWZ,EAAKuB,EAAS7R,GAClCC,IACV,GApbL,CAAA3D,IAAA,aAAA2H,MA8bI,SAAWzH,EAAMC,EAAMoV,EAAS7R,GAS5B,GARI,mBAAsBvD,IACtBuD,EAAKvD,EACLA,OAAOuN,GAEP,mBAAsB6H,IACtB7R,EAAK6R,EACLA,EAAU,MAEV,YAAc5R,KAAKmE,YAAc,WAAanE,KAAKmE,WAAvD,EAGAyN,EAAUA,GAAW,IACbC,UAAW,IAAUD,EAAQC,SACrC,IAAMpN,EAAS,CACXlI,KAAMA,EACNC,KAAMA,EACNoV,QAASA,GAEb5R,KAAKkB,aAAa,eAAgBuD,GAClCzE,KAAKyO,YAAYvO,KAAKuE,GAClB1E,GACAC,KAAKI,KAAK,QAASL,GACvBC,KAAKuQ,OAZJ,CAaJ,GAtdL,CAAAlU,IAAA,QAAA2H,MA0dI,WAAQ,IAAAoF,EAAApJ,KACEmI,EAAQ,WACViB,EAAK9E,QAAQ,gBACb8E,EAAKsG,UAAUvH,SAEb2J,EAAkB,SAAlBA,IACF1I,EAAK/I,IAAI,UAAWyR,GACpB1I,EAAK/I,IAAI,eAAgByR,GACzB3J,KAEE4J,EAAiB,WAEnB3I,EAAKhJ,KAAK,UAAW0R,GACrB1I,EAAKhJ,KAAK,eAAgB0R,IAqB9B,MAnBI,YAAc9R,KAAKmE,YAAc,SAAWnE,KAAKmE,aACjDnE,KAAKmE,WAAa,UACdnE,KAAKyO,YAAYvQ,OACjB8B,KAAKI,KAAK,SAAS,WACXgJ,EAAKkH,UACLyB,IAGA5J,OAIHnI,KAAKsQ,UACVyB,IAGA5J,KAGDnI,IACV,GA7fL,CAAA3D,IAAA,UAAA2H,MAmgBI,SAAQiC,GACJuI,EAAOsB,uBAAwB,EAC/B9P,KAAKkB,aAAa,QAAS+E,GAC3BjG,KAAKsE,QAAQ,kBAAmB2B,EACnC,GAvgBL,CAAA5J,IAAA,UAAA2H,MA6gBI,SAAQlB,EAAQC,GACR,YAAc/C,KAAKmE,YACnB,SAAWnE,KAAKmE,YAChB,YAAcnE,KAAKmE,aAEnBnE,KAAK2C,eAAe3C,KAAKwP,kBAEzBxP,KAAK0P,UAAUjP,mBAAmB,SAElCT,KAAK0P,UAAUvH,QAEfnI,KAAK0P,UAAUjP,qBACoB,mBAAxBC,sBACPA,oBAAoB,eAAgBV,KAAKyP,2BAA2B,GACpE/O,oBAAoB,UAAWV,KAAK2P,sBAAsB,IAG9D3P,KAAKmE,WAAa,SAElBnE,KAAKoP,GAAK,KAEVpP,KAAKkB,aAAa,QAAS4B,EAAQC,GAGnC/C,KAAKyO,YAAc,GACnBzO,KAAK0O,cAAgB,EAE5B,GAxiBL,CAAArS,IAAA,iBAAA2H,MA+iBI,SAAeqL,GAIX,IAHA,IAAM2C,EAAmB,GACrB/T,EAAI,EACFgU,EAAI5C,EAASnR,OACZD,EAAIgU,EAAGhU,KACL+B,KAAKmN,WAAWpE,QAAQsG,EAASpR,KAClC+T,EAAiB9R,KAAKmP,EAASpR,IAEvC,OAAO+T,CACV,KAxjBLxD,CAAA,CAAA,CAA4B9O,GA0jBtBwS,GAAClL,SdliBiB,Ee5BAwH,GAAOxH,yBCA/B,SAASmL,GAAUC,EAAMC,EAAQ7M,GAE/B,IADA,IAAI+L,EAAI,EACCtT,EAAI,EAAG4H,EAAIL,EAAItH,OAAQD,EAAI4H,EAAG5H,KACrCsT,EAAI/L,EAAIrH,WAAWF,IACX,IACNmU,EAAKE,SAASD,IAAUd,GAEjBA,EAAI,MACXa,EAAKE,SAASD,IAAU,IAAQd,GAAK,GACrCa,EAAKE,SAASD,IAAU,IAAY,GAAJd,IAEzBA,EAAI,OAAUA,GAAK,OAC1Ba,EAAKE,SAASD,IAAU,IAAQd,GAAK,IACrCa,EAAKE,SAASD,IAAU,IAAQd,GAAK,EAAK,IAC1Ca,EAAKE,SAASD,IAAU,IAAY,GAAJd,KAGhCtT,IACAsT,EAAI,QAAiB,KAAJA,IAAc,GAA2B,KAApB/L,EAAIrH,WAAWF,IACrDmU,EAAKE,SAASD,IAAU,IAAQd,GAAK,IACrCa,EAAKE,SAASD,IAAU,IAAQd,GAAK,GAAM,IAC3Ca,EAAKE,SAASD,IAAU,IAAQd,GAAK,EAAK,IAC1Ca,EAAKE,SAASD,IAAU,IAAY,GAAJd,GAGrC,CAuBD,SAASgB,GAAQlT,EAAOmT,EAAQxO,GAC9B,IAAIzH,EAAcyH,EAAAA,GAAO/F,EAAI,EAAG4H,EAAI,EAAG4M,EAAK,EAAGC,EAAK,EAAGxU,EAAS,EAAGyT,EAAO,EAE1E,GAAa,WAATpV,EAAmB,CAIrB,GAHA2B,EAzBJ,SAAoBsH,GAElB,IADA,IAAI+L,EAAI,EAAGrT,EAAS,EACXD,EAAI,EAAG4H,EAAIL,EAAItH,OAAQD,EAAI4H,EAAG5H,KACrCsT,EAAI/L,EAAIrH,WAAWF,IACX,IACNC,GAAU,EAEHqT,EAAI,KACXrT,GAAU,EAEHqT,EAAI,OAAUA,GAAK,MAC1BrT,GAAU,GAGVD,IACAC,GAAU,GAGd,OAAOA,CACR,CAMYsT,CAAWxN,GAGhB9F,EAAS,GACXmB,EAAMa,KAAc,IAAThC,GACXyT,EAAO,OAGJ,GAAIzT,EAAS,IAChBmB,EAAMa,KAAK,IAAMhC,GACjByT,EAAO,OAGJ,GAAIzT,EAAS,MAChBmB,EAAMa,KAAK,IAAMhC,GAAU,EAAGA,GAC9ByT,EAAO,MAGJ,MAAIzT,EAAS,YAIhB,MAAM,IAAIkF,MAAM,mBAHhB/D,EAAMa,KAAK,IAAMhC,GAAU,GAAIA,GAAU,GAAIA,GAAU,EAAGA,GAC1DyT,EAAO,CAGR,CAED,OADAa,EAAOtS,KAAK,CAAEyS,KAAM3O,EAAO4O,QAAS1U,EAAQ2U,QAASxT,EAAMnB,SACpDyT,EAAOzT,CACf,CACD,GAAa,WAAT3B,EAIF,OAAI4I,KAAKC,MAAMpB,KAAWA,GAAU8O,SAAS9O,GAMzCA,GAAS,EAEPA,EAAQ,KACV3E,EAAMa,KAAK8D,GACJ,GAGLA,EAAQ,KACV3E,EAAMa,KAAK,IAAM8D,GACV,GAGLA,EAAQ,OACV3E,EAAMa,KAAK,IAAM8D,GAAS,EAAGA,GACtB,GAGLA,EAAQ,YACV3E,EAAMa,KAAK,IAAM8D,GAAS,GAAIA,GAAS,GAAIA,GAAS,EAAGA,GAChD,IAGTyO,EAAMzO,EAAQmB,KAAK4N,IAAI,EAAG,KAAQ,EAClCL,EAAK1O,IAAU,EACf3E,EAAMa,KAAK,IAAMuS,GAAM,GAAIA,GAAM,GAAIA,GAAM,EAAGA,EAAIC,GAAM,GAAIA,GAAM,GAAIA,GAAM,EAAGA,GACxE,GAGH1O,IAAU,IACZ3E,EAAMa,KAAK8D,GACJ,GAGLA,IAAU,KACZ3E,EAAMa,KAAK,IAAM8D,GACV,GAGLA,IAAU,OACZ3E,EAAMa,KAAK,IAAM8D,GAAS,EAAGA,GACtB,GAGLA,IAAU,YACZ3E,EAAMa,KAAK,IAAM8D,GAAS,GAAIA,GAAS,GAAIA,GAAS,EAAGA,GAChD,IAGTyO,EAAKtN,KAAKC,MAAMpB,EAAQmB,KAAK4N,IAAI,EAAG,KACpCL,EAAK1O,IAAU,EACf3E,EAAMa,KAAK,IAAMuS,GAAM,GAAIA,GAAM,GAAIA,GAAM,EAAGA,EAAIC,GAAM,GAAIA,GAAM,GAAIA,GAAM,EAAGA,GACxE,IAxDPrT,EAAMa,KAAK,KACXsS,EAAOtS,KAAK,CAAE8S,OAAQhP,EAAO4O,QAAS,EAAGC,QAASxT,EAAMnB,SACjD,GAyDX,GAAa,WAAT3B,EAAmB,CAErB,GAAc,OAAVyH,EAEF,OADA3E,EAAMa,KAAK,KACJ,EAGT,GAAIc,MAAMiS,QAAQjP,GAAQ,CAIxB,IAHA9F,EAAS8F,EAAM9F,QAGF,GACXmB,EAAMa,KAAc,IAAThC,GACXyT,EAAO,OAGJ,GAAIzT,EAAS,MAChBmB,EAAMa,KAAK,IAAMhC,GAAU,EAAGA,GAC9ByT,EAAO,MAGJ,MAAIzT,EAAS,YAIhB,MAAM,IAAIkF,MAAM,mBAHhB/D,EAAMa,KAAK,IAAMhC,GAAU,GAAIA,GAAU,GAAIA,GAAU,EAAGA,GAC1DyT,EAAO,CAGR,CACD,IAAK1T,EAAI,EAAGA,EAAIC,EAAQD,IACtB0T,GAAQY,GAAQlT,EAAOmT,EAAQxO,EAAM/F,IAEvC,OAAO0T,CA9BY,CAkCrB,GAAI3N,aAAiBuB,KAAM,CACzB,IAAI2N,EAAOlP,EAAMmP,UAIjB,OAHAV,EAAKtN,KAAKC,MAAM8N,EAAO/N,KAAK4N,IAAI,EAAG,KACnCL,EAAKQ,IAAS,EACd7T,EAAMa,KAAK,IAAM,EAAGuS,GAAM,GAAIA,GAAM,GAAIA,GAAM,EAAGA,EAAIC,GAAM,GAAIA,GAAM,GAAIA,GAAM,EAAGA,GAC3E,EACR,CAED,GAAI1O,aAAiBjH,YAAa,CAIhC,IAHAmB,EAAS8F,EAAM0N,YAGF,IACXrS,EAAMa,KAAK,IAAMhC,GACjByT,EAAO,OAGT,GAAIzT,EAAS,MACXmB,EAAMa,KAAK,IAAMhC,GAAU,EAAGA,GAC9ByT,EAAO,MAGT,MAAIzT,EAAS,YAIX,MAAM,IAAIkF,MAAM,oBAHhB/D,EAAMa,KAAK,IAAMhC,GAAU,GAAIA,GAAU,GAAIA,GAAU,EAAGA,GAC1DyT,EAAO,CAGR,CAED,OADAa,EAAOtS,KAAK,CAAEkT,KAAMpP,EAAO4O,QAAS1U,EAAQ2U,QAASxT,EAAMnB,SACpDyT,EAAOzT,CACf,CAED,GAA4B,mBAAjB8F,EAAMqP,OACf,OAAOd,GAAQlT,EAAOmT,EAAQxO,EAAMqP,UAGtC,IAAIlX,EAAO,GAAIE,EAAM,GAEjBiX,EAAUtX,OAAOG,KAAK6H,GAC1B,IAAK/F,EAAI,EAAG4H,EAAIyN,EAAQpV,OAAQD,EAAI4H,EAAG5H,IAEX,mBAAf+F,EADX3H,EAAMiX,EAAQrV,KAEZ9B,EAAK+D,KAAK7D,GAMd,IAHA6B,EAAS/B,EAAK+B,QAGD,GACXmB,EAAMa,KAAc,IAAThC,GACXyT,EAAO,OAGJ,GAAIzT,EAAS,MAChBmB,EAAMa,KAAK,IAAMhC,GAAU,EAAGA,GAC9ByT,EAAO,MAGJ,MAAIzT,EAAS,YAIhB,MAAM,IAAIkF,MAAM,oBAHhB/D,EAAMa,KAAK,IAAMhC,GAAU,GAAIA,GAAU,GAAIA,GAAU,EAAGA,GAC1DyT,EAAO,CAGR,CAED,IAAK1T,EAAI,EAAGA,EAAIC,EAAQD,IAEtB0T,GAAQY,GAAQlT,EAAOmT,EADvBnW,EAAMF,EAAK8B,IAEX0T,GAAQY,GAAQlT,EAAOmT,EAAQxO,EAAM3H,IAEvC,OAAOsV,CAvM4B,CA0MrC,GAAa,YAATpV,EAEF,OADA8C,EAAMa,KAAK8D,EAAQ,IAAO,KACnB,EAGT,GAAa,cAATzH,EAEF,OADA8C,EAAMa,KAAK,IAAM,EAAG,GACb,EAET,MAAM,IAAIkD,MAAM,mBACjB,CA0CD,IAAAmQ,GAxCA,SAAgBvP,GACd,IAAI3E,EAAQ,GACRmT,EAAS,GACTb,EAAOY,GAAQlT,EAAOmT,EAAQxO,GAC9BwP,EAAM,IAAIzW,YAAY4U,GACtBS,EAAO,IAAIqB,SAASD,GAEpBE,EAAa,EACbC,EAAe,EACfC,GAAc,EACdpB,EAAOtU,OAAS,IAClB0V,EAAapB,EAAO,GAAGK,SAIzB,IADA,IAAIgB,EAAOC,EAAc,EAAGzB,EAAS,EAC5BpU,EAAI,EAAG4H,EAAIxG,EAAMnB,OAAQD,EAAI4H,EAAG5H,IAEvC,GADAmU,EAAKE,SAASqB,EAAe1V,EAAGoB,EAAMpB,IAClCA,EAAI,IAAM2V,EAAd,CAIA,GAFAE,GADAD,EAAQrB,EAAOkB,IACKd,QACpBP,EAASsB,EAAeC,EACpBC,EAAMT,KAER,IADA,IAAIW,EAAM,IAAI/V,WAAW6V,EAAMT,MACtBnB,EAAI,EAAGA,EAAI6B,EAAa7B,IAC/BG,EAAKE,SAASD,EAASJ,EAAG8B,EAAI9B,SAEvB4B,EAAMlB,KACfR,GAAUC,EAAMC,EAAQwB,EAAMlB,WACJ5I,IAAjB8J,EAAMb,QACfZ,EAAK4B,WAAW3B,EAAQwB,EAAMb,QAGhCW,GAAgBG,EACZtB,IAFJkB,KAGEE,EAAapB,EAAOkB,GAAYb,QAjBK,CAoBzC,OAAOW,CACR,EC5SD,SAASS,GAAQ3W,GAEf,GADA0C,KAAK6S,QAAU,EACXvV,aAAkBP,YACpBiD,KAAKkU,QAAU5W,EACf0C,KAAKmU,MAAQ,IAAIV,SAASzT,KAAKkU,aAC1B,KAAInX,YAAYM,OAAOC,GAI5B,MAAM,IAAI8F,MAAM,oBAHhBpD,KAAKkU,QAAU5W,EAAOA,OACtB0C,KAAKmU,MAAQ,IAAIV,SAASzT,KAAKkU,QAAS5W,EAAO8W,WAAY9W,EAAOoU,WAGnE,CACF,CA2CDuC,GAAQtX,UAAU0X,OAAS,SAAUnW,GAEnC,IADA,IAAI8F,EAAQ,IAAIhD,MAAM9C,GACbD,EAAI,EAAGA,EAAIC,EAAQD,IAC1B+F,EAAM/F,GAAK+B,KAAKsU,SAElB,OAAOtQ,CACR,EAEDiQ,GAAQtX,UAAU4X,KAAO,SAAUrW,GAEjC,IADA,IAAc8F,EAAQ,CAAA,EACb/F,EAAI,EAAGA,EAAIC,EAAQD,IAE1B+F,EADMhE,KAAKsU,UACEtU,KAAKsU,SAEpB,OAAOtQ,CACR,EAEDiQ,GAAQtX,UAAUgW,KAAO,SAAUzU,GACjC,IAAI8F,EA3DN,SAAkBoO,EAAMC,EAAQnU,GAE9B,IADA,IAAIsW,EAAS,GAAIC,EAAM,EACdxW,EAAIoU,EAAQqC,EAAMrC,EAASnU,EAAQD,EAAIyW,EAAKzW,IAAK,CACxD,IAAI0W,EAAOvC,EAAKwC,SAAS3W,GACzB,GAAsB,IAAV,IAAP0W,GAIL,GAAsB,MAAV,IAAPA,GAOL,GAAsB,MAAV,IAAPA,GAAL,CAQA,GAAsB,MAAV,IAAPA,GAaL,MAAM,IAAIvR,MAAM,gBAAkBuR,EAAK/X,SAAS,MAZ9C6X,GAAe,EAAPE,IAAgB,IACC,GAArBvC,EAAKwC,WAAW3W,KAAc,IACT,GAArBmU,EAAKwC,WAAW3W,KAAc,GACT,GAArBmU,EAAKwC,WAAW3W,KAAc,IACvB,OACTwW,GAAO,MACPD,GAAUhV,OAAOC,aAA4B,OAAdgV,IAAQ,IAA8B,OAAT,KAANA,KAEtDD,GAAUhV,OAAOC,aAAagV,EAVjC,MANCD,GAAUhV,OAAOC,cACN,GAAPkV,IAAgB,IACK,GAArBvC,EAAKwC,WAAW3W,KAAc,GACT,GAArBmU,EAAKwC,WAAW3W,KAAc,QAVlCuW,GAAUhV,OAAOC,cACN,GAAPkV,IAAgB,EACI,GAArBvC,EAAKwC,WAAW3W,SANnBuW,GAAUhV,OAAOC,aAAakV,EAgCjC,CACD,OAAOH,CACR,CAoBaK,CAAS7U,KAAKmU,MAAOnU,KAAK6S,QAAS3U,GAE/C,OADA8B,KAAK6S,SAAW3U,EACT8F,CACR,EAEDiQ,GAAQtX,UAAUyW,KAAO,SAAUlV,GACjC,IAAI8F,EAAQhE,KAAKkU,QAAQjT,MAAMjB,KAAK6S,QAAS7S,KAAK6S,QAAU3U,GAE5D,OADA8B,KAAK6S,SAAW3U,EACT8F,CACR,EAEDiQ,GAAQtX,UAAU2X,OAAS,WACzB,IACItQ,EADA8Q,EAAS9U,KAAKmU,MAAMS,SAAS5U,KAAK6S,WAC3B3U,EAAS,EAAG3B,EAAO,EAAGkW,EAAK,EAAGC,EAAK,EAE9C,GAAIoC,EAAS,IAEX,OAAIA,EAAS,IACJA,EAGLA,EAAS,IACJ9U,KAAKuU,KAAc,GAATO,GAGfA,EAAS,IACJ9U,KAAKqU,OAAgB,GAATS,GAGd9U,KAAK2S,KAAc,GAATmC,GAInB,GAAIA,EAAS,IACX,OAA8B,GAAtB,IAAOA,EAAS,GAG1B,OAAQA,GAEN,KAAK,IACH,OAAO,KAET,KAAK,IACH,OAAO,EAET,KAAK,IACH,OAAO,EAGT,KAAK,IAGH,OAFA5W,EAAS8B,KAAKmU,MAAMS,SAAS5U,KAAK6S,SAClC7S,KAAK6S,SAAW,EACT7S,KAAKoT,KAAKlV,GACnB,KAAK,IAGH,OAFAA,EAAS8B,KAAKmU,MAAMY,UAAU/U,KAAK6S,SACnC7S,KAAK6S,SAAW,EACT7S,KAAKoT,KAAKlV,GACnB,KAAK,IAGH,OAFAA,EAAS8B,KAAKmU,MAAMa,UAAUhV,KAAK6S,SACnC7S,KAAK6S,SAAW,EACT7S,KAAKoT,KAAKlV,GAGnB,KAAK,IAIH,OAHAA,EAAS8B,KAAKmU,MAAMS,SAAS5U,KAAK6S,SAClCtW,EAAOyD,KAAKmU,MAAMc,QAAQjV,KAAK6S,QAAU,GACzC7S,KAAK6S,SAAW,EACT,CAACtW,EAAMyD,KAAKoT,KAAKlV,IAC1B,KAAK,IAIH,OAHAA,EAAS8B,KAAKmU,MAAMY,UAAU/U,KAAK6S,SACnCtW,EAAOyD,KAAKmU,MAAMc,QAAQjV,KAAK6S,QAAU,GACzC7S,KAAK6S,SAAW,EACT,CAACtW,EAAMyD,KAAKoT,KAAKlV,IAC1B,KAAK,IAIH,OAHAA,EAAS8B,KAAKmU,MAAMa,UAAUhV,KAAK6S,SACnCtW,EAAOyD,KAAKmU,MAAMc,QAAQjV,KAAK6S,QAAU,GACzC7S,KAAK6S,SAAW,EACT,CAACtW,EAAMyD,KAAKoT,KAAKlV,IAG1B,KAAK,IAGH,OAFA8F,EAAQhE,KAAKmU,MAAMe,WAAWlV,KAAK6S,SACnC7S,KAAK6S,SAAW,EACT7O,EACT,KAAK,IAGH,OAFAA,EAAQhE,KAAKmU,MAAMgB,WAAWnV,KAAK6S,SACnC7S,KAAK6S,SAAW,EACT7O,EAGT,KAAK,IAGH,OAFAA,EAAQhE,KAAKmU,MAAMS,SAAS5U,KAAK6S,SACjC7S,KAAK6S,SAAW,EACT7O,EACT,KAAK,IAGH,OAFAA,EAAQhE,KAAKmU,MAAMY,UAAU/U,KAAK6S,SAClC7S,KAAK6S,SAAW,EACT7O,EACT,KAAK,IAGH,OAFAA,EAAQhE,KAAKmU,MAAMa,UAAUhV,KAAK6S,SAClC7S,KAAK6S,SAAW,EACT7O,EACT,KAAK,IAIH,OAHAyO,EAAKzS,KAAKmU,MAAMa,UAAUhV,KAAK6S,SAAW1N,KAAK4N,IAAI,EAAG,IACtDL,EAAK1S,KAAKmU,MAAMa,UAAUhV,KAAK6S,QAAU,GACzC7S,KAAK6S,SAAW,EACTJ,EAAKC,EAGd,KAAK,IAGH,OAFA1O,EAAQhE,KAAKmU,MAAMc,QAAQjV,KAAK6S,SAChC7S,KAAK6S,SAAW,EACT7O,EACT,KAAK,IAGH,OAFAA,EAAQhE,KAAKmU,MAAMiB,SAASpV,KAAK6S,SACjC7S,KAAK6S,SAAW,EACT7O,EACT,KAAK,IAGH,OAFAA,EAAQhE,KAAKmU,MAAMkB,SAASrV,KAAK6S,SACjC7S,KAAK6S,SAAW,EACT7O,EACT,KAAK,IAIH,OAHAyO,EAAKzS,KAAKmU,MAAMkB,SAASrV,KAAK6S,SAAW1N,KAAK4N,IAAI,EAAG,IACrDL,EAAK1S,KAAKmU,MAAMa,UAAUhV,KAAK6S,QAAU,GACzC7S,KAAK6S,SAAW,EACTJ,EAAKC,EAGd,KAAK,IAGH,OAFAnW,EAAOyD,KAAKmU,MAAMc,QAAQjV,KAAK6S,SAC/B7S,KAAK6S,SAAW,EACH,IAATtW,OACFyD,KAAK6S,SAAW,GAGX,CAACtW,EAAMyD,KAAKoT,KAAK,IAC1B,KAAK,IAGH,OAFA7W,EAAOyD,KAAKmU,MAAMc,QAAQjV,KAAK6S,SAC/B7S,KAAK6S,SAAW,EACT,CAACtW,EAAMyD,KAAKoT,KAAK,IAC1B,KAAK,IAGH,OAFA7W,EAAOyD,KAAKmU,MAAMc,QAAQjV,KAAK6S,SAC/B7S,KAAK6S,SAAW,EACT,CAACtW,EAAMyD,KAAKoT,KAAK,IAC1B,KAAK,IAGH,OAFA7W,EAAOyD,KAAKmU,MAAMc,QAAQjV,KAAK6S,SAC/B7S,KAAK6S,SAAW,EACH,IAATtW,GACFkW,EAAKzS,KAAKmU,MAAMkB,SAASrV,KAAK6S,SAAW1N,KAAK4N,IAAI,EAAG,IACrDL,EAAK1S,KAAKmU,MAAMa,UAAUhV,KAAK6S,QAAU,GACzC7S,KAAK6S,SAAW,EACT,IAAItN,KAAKkN,EAAKC,IAEhB,CAACnW,EAAMyD,KAAKoT,KAAK,IAC1B,KAAK,IAGH,OAFA7W,EAAOyD,KAAKmU,MAAMc,QAAQjV,KAAK6S,SAC/B7S,KAAK6S,SAAW,EACT,CAACtW,EAAMyD,KAAKoT,KAAK,KAG1B,KAAK,IAGH,OAFAlV,EAAS8B,KAAKmU,MAAMS,SAAS5U,KAAK6S,SAClC7S,KAAK6S,SAAW,EACT7S,KAAK2S,KAAKzU,GACnB,KAAK,IAGH,OAFAA,EAAS8B,KAAKmU,MAAMY,UAAU/U,KAAK6S,SACnC7S,KAAK6S,SAAW,EACT7S,KAAK2S,KAAKzU,GACnB,KAAK,IAGH,OAFAA,EAAS8B,KAAKmU,MAAMa,UAAUhV,KAAK6S,SACnC7S,KAAK6S,SAAW,EACT7S,KAAK2S,KAAKzU,GAGnB,KAAK,IAGH,OAFAA,EAAS8B,KAAKmU,MAAMY,UAAU/U,KAAK6S,SACnC7S,KAAK6S,SAAW,EACT7S,KAAKqU,OAAOnW,GACrB,KAAK,IAGH,OAFAA,EAAS8B,KAAKmU,MAAMa,UAAUhV,KAAK6S,SACnC7S,KAAK6S,SAAW,EACT7S,KAAKqU,OAAOnW,GAGrB,KAAK,IAGH,OAFAA,EAAS8B,KAAKmU,MAAMY,UAAU/U,KAAK6S,SACnC7S,KAAK6S,SAAW,EACT7S,KAAKuU,KAAKrW,GACnB,KAAK,IAGH,OAFAA,EAAS8B,KAAKmU,MAAMa,UAAUhV,KAAK6S,SACnC7S,KAAK6S,SAAW,EACT7S,KAAKuU,KAAKrW,GAGrB,MAAM,IAAIkF,MAAM,kBACjB,EAWD,IAAAkS,GATA,SAAgBhY,GACd,IAAIiY,EAAU,IAAItB,GAAQ3W,GACtB0G,EAAQuR,EAAQjB,SACpB,GAAIiB,EAAQ1C,UAAYvV,EAAOoU,WAC7B,MAAM,IAAItO,MAAO9F,EAAOoU,WAAa6D,EAAQ1C,QAAW,mBAE1D,OAAO7O,CACR,ECtRawR,GAAAxQ,OAAGyQ,GACjBD,GAAAlW,OAAiBoW,uCCcjB,SAAShW,EAAQvC,GACf,GAAIA,EAAK,OAWX,SAAeA,GACb,IAAK,IAAId,KAAOqD,EAAQ/C,UACtBQ,EAAId,GAAOqD,EAAQ/C,UAAUN,GAE/B,OAAOc,CACR,CAhBiBwC,CAAMxC,EACvB,CAXCwY,EAAAC,QAAiBlW,EAqCnBA,EAAQ/C,UAAUiD,GAClBF,EAAQ/C,UAAUkD,iBAAmB,SAASC,EAAOC,GAInD,OAHAC,KAAKC,WAAaD,KAAKC,YAAc,CAAA,GACpCD,KAAKC,WAAW,IAAMH,GAASE,KAAKC,WAAW,IAAMH,IAAU,IAC7DI,KAAKH,GACDC,MAaTN,EAAQ/C,UAAUyD,KAAO,SAASN,EAAOC,GACvC,SAASH,IACPI,KAAKK,IAAIP,EAAOF,GAChBG,EAAGO,MAAMN,KAAMO,UAChB,CAID,OAFAX,EAAGG,GAAKA,EACRC,KAAKJ,GAAGE,EAAOF,GACRI,MAaTN,EAAQ/C,UAAU0D,IAClBX,EAAQ/C,UAAU6D,eAClBd,EAAQ/C,UAAU8D,mBAClBf,EAAQ/C,UAAU+D,oBAAsB,SAASZ,EAAOC,GAItD,GAHAC,KAAKC,WAAaD,KAAKC,YAAc,CAAA,EAGjC,GAAKM,UAAUrC,OAEjB,OADA8B,KAAKC,WAAa,GACXD,KAIT,IAUIW,EAVAC,EAAYZ,KAAKC,WAAW,IAAMH,GACtC,IAAKc,EAAW,OAAOZ,KAGvB,GAAI,GAAKO,UAAUrC,OAEjB,cADO8B,KAAKC,WAAW,IAAMH,GACtBE,KAKT,IAAK,IAAI/B,EAAI,EAAGA,EAAI2C,EAAU1C,OAAQD,IAEpC,IADA0C,EAAKC,EAAU3C,MACJ8B,GAAMY,EAAGZ,KAAOA,EAAI,CAC7Ba,EAAUC,OAAO5C,EAAG,GACpB,KACD,CASH,OAJyB,IAArB2C,EAAU1C,eACL8B,KAAKC,WAAW,IAAMH,GAGxBE,MAWTN,EAAQ/C,UAAUmE,KAAO,SAAShB,GAChCE,KAAKC,WAAaD,KAAKC,YAAc,CAAA,EAKrC,IAHA,IAAIc,EAAO,IAAIC,MAAMT,UAAUrC,OAAS,GACpC0C,EAAYZ,KAAKC,WAAW,IAAMH,GAE7B7B,EAAI,EAAGA,EAAIsC,UAAUrC,OAAQD,IACpC8C,EAAK9C,EAAI,GAAKsC,UAAUtC,GAG1B,GAAI2C,EAEG,CAAI3C,EAAI,EAAb,IAAK,IAAWiB,GADhB0B,EAAYA,EAAUK,MAAM,IACI/C,OAAQD,EAAIiB,IAAOjB,EACjD2C,EAAU3C,GAAGqC,MAAMN,KAAMe,EADK7C,CAKlC,OAAO8B,MAWTN,EAAQ/C,UAAUwE,UAAY,SAASrB,GAErC,OADAE,KAAKC,WAAaD,KAAKC,YAAc,CAAA,EAC9BD,KAAKC,WAAW,IAAMH,IAAU,IAWzCJ,EAAQ/C,UAAUyE,aAAe,SAAStB,GACxC,QAAUE,KAAKmB,UAAUrB,GAAO5B,aC7KlC,IAAI2X,GAAUJ,GACV/V,GAAUgW,GAAAA,QAEE1O,GAAA8O,GAAA9O,SAAG,EAMf+O,GAAcC,GAAAF,GAAAC,WAAqB,CACrCE,QAAS,EACTC,WAAY,EACZC,MAAO,EACPC,IAAK,EACLC,cAAe,GAGbC,GACFzN,OAAOyN,WACP,SAAUtS,GACR,MACmB,iBAAVA,GACP8O,SAAS9O,IACTmB,KAAKC,MAAMpB,KAAWA,CAEzB,EAECuS,GAAW,SAAUvS,GACvB,MAAwB,iBAAVA,CACf,EAEGwS,GAAW,SAAUxS,GACvB,MAAiD,oBAA1ChI,OAAOW,UAAUC,SAASC,KAAKmH,EACvC,EAED,SAASyS,KAAY,CAMrB,SAASxC,KAAY,CAJrBwC,GAAQ9Z,UAAUqI,OAAS,SAAUP,GACnC,MAAO,CAACoR,GAAQ7Q,OAAOP,GACxB,EAID/E,GAAQuU,GAAQtX,WAEhBsX,GAAQtX,UAAU+Z,IAAM,SAAUvZ,GAChC,IAAIwB,EAAUkX,GAAQvW,OAAOnC,GAC7B6C,KAAK2W,YAAYhY,GACjBqB,KAAKc,KAAK,UAAWnC,EACtB,EAeDsV,GAAQtX,UAAUga,YAAc,SAAUhY,GAKxC,KAHE2X,GAAU3X,EAAQpC,OAClBoC,EAAQpC,MAAQwZ,GAAWE,SAC3BtX,EAAQpC,MAAQwZ,GAAWM,eAE3B,MAAM,IAAIjT,MAAM,uBAGlB,IAAKmT,GAAS5X,EAAQiY,KACpB,MAAM,IAAIxT,MAAM,qBAGlB,IA1BF,SAAqBzE,GACnB,OAAQA,EAAQpC,MACd,KAAKwZ,GAAWE,QACd,YAAwBlM,IAAjBpL,EAAQnC,MAAsBga,GAAS7X,EAAQnC,MACxD,KAAKuZ,GAAWG,WACd,YAAwBnM,IAAjBpL,EAAQnC,KACjB,KAAKuZ,GAAWM,cACd,OAAOE,GAAS5X,EAAQnC,OAASga,GAAS7X,EAAQnC,MACpD,QACE,OAAOwE,MAAMiS,QAAQtU,EAAQnC,MAElC,CAeMqa,CAAYlY,GACf,MAAM,IAAIyE,MAAM,mBAIlB,UADgC2G,IAAfpL,EAAQyQ,IAAoBkH,GAAU3X,EAAQyQ,KAE7D,MAAM,IAAIhM,MAAM,oBAEnB,EAED6Q,GAAQtX,UAAUma,QAAU,aAE5B,IAAeC,GAAAjB,GAAAW,QAAGA,GAClBO,GAAAlB,GAAA7B,QAAkBA,wGC1FX,SAASrU,GAAGzC,EAAK4P,EAAIhN,GAExB,OADA5C,EAAIyC,GAAGmN,EAAIhN,GACJ,WACH5C,EAAIkD,IAAI0M,EAAIhN,GAEnB,CCED,IAAMkX,GAAkBjb,OAAOkb,OAAO,CAClCC,QAAS,EACTC,cAAe,EACfC,WAAY,EACZC,cAAe,EAEfC,YAAa,EACb/W,eAAgB,IA0BPgO,GAAb,SAAAlL,GAAAC,EAAAiL,EAAAlL,GAAA,IAAAH,EAAAM,EAAA+K,GAII,SAAAA,EAAYgJ,EAAIZ,EAAKrU,GAAM,IAAAU,EAAA,OAAAC,EAAAlD,KAAAwO,IACvBvL,EAAAE,EAAAtG,KAAAmD,OAeKyX,WAAY,EAKjBxU,EAAKyU,WAAY,EAIjBzU,EAAK0U,cAAgB,GAIrB1U,EAAK2U,WAAa,GAOlB3U,EAAK4U,OAAS,GAKd5U,EAAK6U,UAAY,EACjB7U,EAAK8U,IAAM,EACX9U,EAAK+U,KAAO,GACZ/U,EAAKgV,MAAQ,GACbhV,EAAKuU,GAAKA,EACVvU,EAAK2T,IAAMA,EACPrU,GAAQA,EAAK2V,OACbjV,EAAKiV,KAAO3V,EAAK2V,MAErBjV,EAAKkV,MAAQlP,EAAc,CAAd,EAAkB1G,GAC3BU,EAAKuU,GAAGY,cACRnV,EAAKkH,OApDclH,CAqD1B,CAzDL,OAAAc,EAAAyK,EAAA,CAAA,CAAAnS,IAAA,eAAAkL,IAwEI,WACI,OAAQvH,KAAKyX,SAChB,GA1EL,CAAApb,IAAA,YAAA2H,MAgFI,WACI,IAAIhE,KAAKqY,KAAT,CAEA,IAAMb,EAAKxX,KAAKwX,GAChBxX,KAAKqY,KAAO,CACRzY,GAAG4X,EAAI,OAAQxX,KAAKwM,OAAO9J,KAAK1C,OAChCJ,GAAG4X,EAAI,SAAUxX,KAAKsY,SAAS5V,KAAK1C,OACpCJ,GAAG4X,EAAI,QAASxX,KAAKgN,QAAQtK,KAAK1C,OAClCJ,GAAG4X,EAAI,QAASxX,KAAK4M,QAAQlK,KAAK1C,OANlC,CAQP,GA1FL,CAAA3D,IAAA,SAAAkL,IA4GI,WACI,QAASvH,KAAKqY,IACjB,GA9GL,CAAAhc,IAAA,UAAA2H,MAyHI,WACI,OAAIhE,KAAKyX,YAETzX,KAAKuY,YACAvY,KAAKwX,GAAL,eACDxX,KAAKwX,GAAGrN,OACR,SAAWnK,KAAKwX,GAAGgB,aACnBxY,KAAKwM,UALExM,IAOd,GAlIL,CAAA3D,IAAA,OAAA2H,MAsII,WACI,OAAOhE,KAAKmX,SACf,GAxIL,CAAA9a,IAAA,OAAA2H,MAwJI,WAAc,IAAA,IAAAtC,EAAAnB,UAAArC,OAAN6C,EAAM,IAAAC,MAAAU,GAAAE,EAAA,EAAAA,EAAAF,EAAAE,IAANb,EAAMa,GAAArB,UAAAqB,GAGV,OAFAb,EAAK0X,QAAQ,WACbzY,KAAKc,KAAKR,MAAMN,KAAMe,GACff,IACV,GA5JL,CAAA3D,IAAA,OAAA2H,MA8KI,SAAK+I,GACD,GAAIkK,GAAgBjV,eAAe+K,GAC/B,MAAM,IAAI3J,MAAM,IAAM2J,EAAGnQ,WAAa,8BAF5B,IAAA,IAAA8b,EAAAnY,UAAArC,OAAN6C,EAAM,IAAAC,MAAA0X,EAAA,EAAAA,EAAA,EAAA,GAAAC,EAAA,EAAAA,EAAAD,EAAAC,IAAN5X,EAAM4X,EAAA,GAAApY,UAAAoY,GAKd,GADA5X,EAAK0X,QAAQ1L,GACT/M,KAAKmY,MAAMS,UAAY5Y,KAAKiY,MAAMY,YAAc7Y,KAAKiY,eAErD,OADAjY,KAAK8Y,YAAY/X,GACVf,KAEX,IAAMyE,EAAS,CACXlI,KAAMwZ,GAAWI,MACjB3Z,KAAMuE,EAEV0D,QAAiB,IAGjB,GAFAA,EAAOmN,QAAQC,UAAmC,IAAxB7R,KAAKiY,MAAMpG,SAEjC,mBAAsB9Q,EAAKA,EAAK7C,OAAS,GAAI,CAC7C,IAAMkR,EAAKpP,KAAK+X,MACVgB,EAAMhY,EAAKiY,MACjBhZ,KAAKiZ,qBAAqB7J,EAAI2J,GAC9BtU,EAAO2K,GAAKA,CACf,CACD,IAAM8J,EAAsBlZ,KAAKwX,GAAG2B,QAChCnZ,KAAKwX,GAAG2B,OAAOzJ,WACf1P,KAAKwX,GAAG2B,OAAOzJ,UAAU/L,SACvByV,EAAgBpZ,KAAKiY,MAAL,YAAyBiB,IAAwBlZ,KAAKyX,WAW5E,OAVI2B,IAEKpZ,KAAKyX,WACVzX,KAAKqZ,wBAAwB5U,GAC7BzE,KAAKyE,OAAOA,IAGZzE,KAAK4X,WAAW1X,KAAKuE,IAEzBzE,KAAKiY,MAAQ,GACNjY,IACV,GAnNL,CAAA3D,IAAA,uBAAA2H,MAuNI,SAAqBoL,EAAI2J,GAAK,IACtBO,EADsB5V,EAAA1D,KAEpByK,EAAwC,QAA7B6O,EAAKtZ,KAAKiY,MAAMxN,eAA4B,IAAP6O,EAAgBA,EAAKtZ,KAAKmY,MAAMoB,WACtF,QAAgBxP,IAAZU,EAAJ,CAKA,IAAM+O,EAAQxZ,KAAKwX,GAAG/U,cAAa,kBACxBiB,EAAKsU,KAAK5I,GACjB,IAAK,IAAInR,EAAI,EAAGA,EAAIyF,EAAKkU,WAAW1Z,OAAQD,IACpCyF,EAAKkU,WAAW3Z,GAAGmR,KAAOA,GAC1B1L,EAAKkU,WAAW/W,OAAO5C,EAAG,GAGlC8a,EAAIlc,KAAK6G,EAAM,IAAIN,MAAM,2BAPf,GAQXqH,GACHzK,KAAKgY,KAAK5I,GAAM,WAEZ1L,EAAK8T,GAAG7U,eAAe6W,GAFE,IAAA,IAAAC,EAAAlZ,UAAArC,OAAT6C,EAAS,IAAAC,MAAAyY,GAAAC,EAAA,EAAAA,EAAAD,EAAAC,IAAT3Y,EAAS2Y,GAAAnZ,UAAAmZ,GAGzBX,EAAIzY,MAAMoD,EAAO,CAAA,aAAS3C,IApBJ,MAItBf,KAAKgY,KAAK5I,GAAM2J,CAkBvB,GA7OL,CAAA1c,IAAA,cAAA2H,MA8PI,SAAY+I,GAAa,IAAA,IAAAnF,EAAA5H,KAAA2Z,EAAApZ,UAAArC,OAAN6C,EAAM,IAAAC,MAAA2Y,EAAA,EAAAA,EAAA,EAAA,GAAAC,EAAA,EAAAA,EAAAD,EAAAC,IAAN7Y,EAAM6Y,EAAA,GAAArZ,UAAAqZ,GAErB,IAAMC,OAAiC9P,IAAvB/J,KAAKiY,MAAMxN,cAAmDV,IAA1B/J,KAAKmY,MAAMoB,WAC/D,OAAO,IAAI9N,SAAQ,SAACC,EAASoO,GACzB/Y,EAAKb,MAAK,SAAC6Z,EAAMC,GACb,OAAIH,EACOE,EAAOD,EAAOC,GAAQrO,EAAQsO,GAG9BtO,EAAQqO,MAGvBnS,EAAK9G,KAALR,MAAAsH,GAAUmF,GAANzG,OAAavF,GACpB,GACJ,GA5QL,CAAA1E,IAAA,cAAA2H,MAkRI,SAAYjD,GAAM,IACVgY,EADU7Q,EAAAlI,KAEuB,mBAA1Be,EAAKA,EAAK7C,OAAS,KAC1B6a,EAAMhY,EAAKiY,OAEf,IAAMvU,EAAS,CACX2K,GAAIpP,KAAK8X,YACTmC,SAAU,EACVC,SAAS,EACTnZ,KAAAA,EACAkX,MAAOhP,EAAc,CAAE4P,WAAW,GAAQ7Y,KAAKiY,QAEnDlX,EAAKb,MAAK,SAAC+F,GACP,GAAIxB,IAAWyD,EAAK2P,OAAO,GAA3B,CAIA,IAAMsC,EAAmB,OAARlU,EACjB,GAAIkU,EACI1V,EAAOwV,SAAW/R,EAAKiQ,MAAMS,UAC7B1Q,EAAK2P,OAAO7H,QACR+I,GACAA,EAAI9S,SAMZ,GADAiC,EAAK2P,OAAO7H,QACR+I,EAAK,CAAA,IAAA,IAAAqB,EAAA7Z,UAAArC,OAhBEmc,EAgBF,IAAArZ,MAAAoZ,EAAA,EAAAA,EAAA,EAAA,GAAAE,EAAA,EAAAA,EAAAF,EAAAE,IAhBED,EAgBFC,EAAA,GAAA/Z,UAAA+Z,GACLvB,EAAAzY,WAAA,EAAA,CAAI,MAAJgG,OAAa+T,GAChB,CAGL,OADA5V,EAAOyV,SAAU,EACVhS,EAAKqS,aAjBX,KAmBLva,KAAK6X,OAAO3X,KAAKuE,GACjBzE,KAAKua,aACR,GAvTL,CAAAle,IAAA,cAAA2H,MA8TI,WAA2B,IAAfwW,0DACR,GAAKxa,KAAKyX,WAAoC,IAAvBzX,KAAK6X,OAAO3Z,OAAnC,CAGA,IAAMuG,EAASzE,KAAK6X,OAAO,GACvBpT,EAAOyV,UAAYM,IAGvB/V,EAAOyV,SAAU,EACjBzV,EAAOwV,WACPja,KAAKiY,MAAQxT,EAAOwT,MACpBjY,KAAKc,KAAKR,MAAMN,KAAMyE,EAAO1D,MAR5B,CASJ,GA1UL,CAAA1E,IAAA,SAAA2H,MAiVI,SAAOS,GACHA,EAAOmS,IAAM5W,KAAK4W,IAClB5W,KAAKwX,GAAGiD,QAAQhW,EACnB,GApVL,CAAApI,IAAA,SAAA2H,MA0VI,WAAS,IAAAoE,EAAApI,KACmB,mBAAbA,KAAKkY,KACZlY,KAAKkY,MAAK,SAAC1b,GACP4L,EAAKsS,mBAAmBle,MAI5BwD,KAAK0a,mBAAmB1a,KAAKkY,KAEpC,GAnWL,CAAA7b,IAAA,qBAAA2H,MA0WI,SAAmBxH,GACfwD,KAAKyE,OAAO,CACRlI,KAAMwZ,GAAWE,QACjBzZ,KAAMwD,KAAK2a,KACL1R,EAAc,CAAE2R,IAAK5a,KAAK2a,KAAMtI,OAAQrS,KAAK6a,aAAere,GAC5DA,GAEb,GAjXL,CAAAH,IAAA,UAAA2H,MAwXI,SAAQiC,GACCjG,KAAKyX,WACNzX,KAAKkB,aAAa,gBAAiB+E,EAE1C,GA5XL,CAAA5J,IAAA,UAAA2H,MAoYI,SAAQlB,EAAQC,GACZ/C,KAAKyX,WAAY,SACVzX,KAAKoP,GACZpP,KAAKkB,aAAa,aAAc4B,EAAQC,EAC3C,GAxYL,CAAA1G,IAAA,WAAA2H,MA+YI,SAASS,GAEL,GADsBA,EAAOmS,MAAQ5W,KAAK4W,IAG1C,OAAQnS,EAAOlI,MACX,KAAKwZ,GAAWE,QACRxR,EAAOjI,MAAQiI,EAAOjI,KAAKmM,IAC3B3I,KAAK8a,UAAUrW,EAAOjI,KAAKmM,IAAKlE,EAAOjI,KAAKoe,KAG5C5a,KAAKkB,aAAa,gBAAiB,IAAIkC,MAAM,8LAEjD,MACJ,KAAK2S,GAAWI,MAChB,KAAKJ,GAAWgF,aACZ/a,KAAKgb,QAAQvW,GACb,MACJ,KAAKsR,GAAWK,IAChB,KAAKL,GAAWkF,WACZjb,KAAKkb,MAAMzW,GACX,MACJ,KAAKsR,GAAWG,WACZlW,KAAKmb,eACL,MACJ,KAAKpF,GAAWM,cACZrW,KAAK8W,UACL,IAAM7Q,EAAM,IAAI7C,MAAMqB,EAAOjI,KAAK4e,SAElCnV,EAAIzJ,KAAOiI,EAAOjI,KAAKA,KACvBwD,KAAKkB,aAAa,gBAAiB+E,GAG9C,GA/aL,CAAA5J,IAAA,UAAA2H,MAsbI,SAAQS,GACJ,IAAM1D,EAAO0D,EAAOjI,MAAQ,GACxB,MAAQiI,EAAO2K,IACfrO,EAAKb,KAAKF,KAAK+Y,IAAItU,EAAO2K,KAE1BpP,KAAKyX,UACLzX,KAAKqb,UAAUta,GAGff,KAAK2X,cAAczX,KAAKlE,OAAOkb,OAAOnW,GAE7C,GAjcL,CAAA1E,IAAA,YAAA2H,MAkcI,SAAUjD,GACN,GAAIf,KAAKsb,eAAiBtb,KAAKsb,cAAcpd,OAAQ,CACjD,IADiDqd,EAAAC,EAAAC,EAC/Bzb,KAAKsb,cAAcra,SADY,IAEjD,IAAkCua,EAAAE,MAAAH,EAAAC,EAAAG,KAAAC,MAAA,CAAAL,EAAAvX,MACrB1D,MAAMN,KAAMe,EACxB,CAJgD,CAAA,MAAAkF,GAAAuV,EAAAnV,EAAAJ,EAAA,CAAA,QAAAuV,EAAAK,GAAA,CAKpD,CACD5X,EAAAC,EAAAsK,EAAA7R,WAAA,OAAAqD,MAAWM,MAAMN,KAAMe,GACnBf,KAAK2a,MAAQ5Z,EAAK7C,QAA2C,iBAA1B6C,EAAKA,EAAK7C,OAAS,KACtD8B,KAAK6a,YAAc9Z,EAAKA,EAAK7C,OAAS,GAE7C,GA7cL,CAAA7B,IAAA,MAAA2H,MAmdI,SAAIoL,GACA,IAAM9N,EAAOtB,KACT8b,GAAO,EACX,OAAO,WAEH,IAAIA,EAAJ,CAEAA,GAAO,EAJe,IAAA,IAAAC,EAAAxb,UAAArC,OAAN6C,EAAM,IAAAC,MAAA+a,GAAAC,EAAA,EAAAA,EAAAD,EAAAC,IAANjb,EAAMib,GAAAzb,UAAAyb,GAKtB1a,EAAKmD,OAAO,CACRlI,KAAMwZ,GAAWK,IACjBhH,GAAIA,EACJ5S,KAAMuE,GALN,EAQX,GAjeL,CAAA1E,IAAA,QAAA2H,MAweI,SAAMS,GACF,IAAMsU,EAAM/Y,KAAKgY,KAAKvT,EAAO2K,IACzB,mBAAsB2J,IACtBA,EAAIzY,MAAMN,KAAMyE,EAAOjI,aAChBwD,KAAKgY,KAAKvT,EAAO2K,IAI/B,GAhfL,CAAA/S,IAAA,YAAA2H,MAsfI,SAAUoL,EAAIwL,GACV5a,KAAKoP,GAAKA,EACVpP,KAAK0X,UAAYkD,GAAO5a,KAAK2a,OAASC,EACtC5a,KAAK2a,KAAOC,EACZ5a,KAAKyX,WAAY,EACjBzX,KAAKic,eACLjc,KAAKkB,aAAa,WAClBlB,KAAKua,aAAY,EACpB,GA9fL,CAAAle,IAAA,eAAA2H,MAogBI,WAAe,IAAAoF,EAAApJ,KACXA,KAAK2X,cAAcvb,SAAQ,SAAC2E,GAAD,OAAUqI,EAAKiS,UAAUta,MACpDf,KAAK2X,cAAgB,GACrB3X,KAAK4X,WAAWxb,SAAQ,SAACqI,GACrB2E,EAAKiQ,wBAAwB5U,GAC7B2E,EAAK3E,OAAOA,MAEhBzE,KAAK4X,WAAa,EACrB,GA5gBL,CAAAvb,IAAA,eAAA2H,MAkhBI,WACIhE,KAAK8W,UACL9W,KAAK4M,QAAQ,uBAChB,GArhBL,CAAAvQ,IAAA,UAAA2H,MA6hBI,WACQhE,KAAKqY,OAELrY,KAAKqY,KAAKjc,SAAQ,SAAC8f,GAAD,OAAgBA,OAClClc,KAAKqY,UAAOtO,GAEhB/J,KAAKwX,GAAL,SAAoBxX,KACvB,GApiBL,CAAA3D,IAAA,aAAA2H,MAqjBI,WAUI,OATIhE,KAAKyX,WACLzX,KAAKyE,OAAO,CAAElI,KAAMwZ,GAAWG,aAGnClW,KAAK8W,UACD9W,KAAKyX,WAELzX,KAAK4M,QAAQ,wBAEV5M,IACV,GAhkBL,CAAA3D,IAAA,QAAA2H,MAskBI,WACI,OAAOhE,KAAKqX,YACf,GAxkBL,CAAAhb,IAAA,WAAA2H,MAklBI,SAAS6N,GAEL,OADA7R,KAAKiY,MAAMpG,SAAWA,EACf7R,IACV,GArlBL,CAAA3D,IAAA,WAAAkL,IA+lBI,WAEI,OADAvH,KAAKiY,gBAAiB,EACfjY,IACV,GAlmBL,CAAA3D,IAAA,UAAA2H,MAgnBI,SAAQyG,GAEJ,OADAzK,KAAKiY,MAAMxN,QAAUA,EACdzK,IACV,GAnnBL,CAAA3D,IAAA,QAAA2H,MA+nBI,SAAMmY,GAGF,OAFAnc,KAAKsb,cAAgBtb,KAAKsb,eAAiB,GAC3Ctb,KAAKsb,cAAcpb,KAAKic,GACjBnc,IACV,GAnoBL,CAAA3D,IAAA,aAAA2H,MA+oBI,SAAWmY,GAGP,OAFAnc,KAAKsb,cAAgBtb,KAAKsb,eAAiB,GAC3Ctb,KAAKsb,cAAc7C,QAAQ0D,GACpBnc,IACV,GAnpBL,CAAA3D,IAAA,SAAA2H,MAsqBI,SAAOmY,GACH,IAAKnc,KAAKsb,cACN,OAAOtb,KAEX,GAAImc,GAEA,IADA,IAAMhb,EAAYnB,KAAKsb,cACdrd,EAAI,EAAGA,EAAIkD,EAAUjD,OAAQD,IAClC,GAAIke,IAAahb,EAAUlD,GAEvB,OADAkD,EAAUN,OAAO5C,EAAG,GACb+B,UAKfA,KAAKsb,cAAgB,GAEzB,OAAOtb,IACV,GAvrBL,CAAA3D,IAAA,eAAA2H,MA4rBI,WACI,OAAOhE,KAAKsb,eAAiB,EAChC,GA9rBL,CAAAjf,IAAA,gBAAA2H,MA4sBI,SAAcmY,GAGV,OAFAnc,KAAKoc,sBAAwBpc,KAAKoc,uBAAyB,GAC3Dpc,KAAKoc,sBAAsBlc,KAAKic,GACzBnc,IACV,GAhtBL,CAAA3D,IAAA,qBAAA2H,MA8tBI,SAAmBmY,GAGf,OAFAnc,KAAKoc,sBAAwBpc,KAAKoc,uBAAyB,GAC3Dpc,KAAKoc,sBAAsB3D,QAAQ0D,GAC5Bnc,IACV,GAluBL,CAAA3D,IAAA,iBAAA2H,MAqvBI,SAAemY,GACX,IAAKnc,KAAKoc,sBACN,OAAOpc,KAEX,GAAImc,GAEA,IADA,IAAMhb,EAAYnB,KAAKoc,sBACdne,EAAI,EAAGA,EAAIkD,EAAUjD,OAAQD,IAClC,GAAIke,IAAahb,EAAUlD,GAEvB,OADAkD,EAAUN,OAAO5C,EAAG,GACb+B,UAKfA,KAAKoc,sBAAwB,GAEjC,OAAOpc,IACV,GAtwBL,CAAA3D,IAAA,uBAAA2H,MA2wBI,WACI,OAAOhE,KAAKoc,uBAAyB,EACxC,GA7wBL,CAAA/f,IAAA,0BAAA2H,MAqxBI,SAAwBS,GACpB,GAAIzE,KAAKoc,uBAAyBpc,KAAKoc,sBAAsBle,OAAQ,CACjE,IADiEme,EAAAC,EAAAb,EAC/Czb,KAAKoc,sBAAsBnb,SADoB,IAEjE,IAAkCqb,EAAAZ,MAAAW,EAAAC,EAAAX,KAAAC,MAAA,CAAAS,EAAArY,MACrB1D,MAAMN,KAAMyE,EAAOjI,KAC/B,CAJgE,CAAA,MAAAyJ,GAAAqW,EAAAjW,EAAAJ,EAAA,CAAA,QAAAqW,EAAAT,GAAA,CAKpE,CACJ,KA5xBLrN,CAAA,CAAA,CAA4B9O,GC7BrB,SAAS6c,GAAQha,GACpBA,EAAOA,GAAQ,GACfvC,KAAKwc,GAAKja,EAAKka,KAAO,IACtBzc,KAAK0c,IAAMna,EAAKma,KAAO,IACvB1c,KAAK2c,OAASpa,EAAKoa,QAAU,EAC7B3c,KAAK4c,OAASra,EAAKqa,OAAS,GAAKra,EAAKqa,QAAU,EAAIra,EAAKqa,OAAS,EAClE5c,KAAK6c,SAAW,CACnB,CAODN,GAAQ5f,UAAUmgB,SAAW,WACzB,IAAIN,EAAKxc,KAAKwc,GAAKrX,KAAK4N,IAAI/S,KAAK2c,OAAQ3c,KAAK6c,YAC9C,GAAI7c,KAAK4c,OAAQ,CACb,IAAIG,EAAO5X,KAAK6X,SACZC,EAAY9X,KAAKC,MAAM2X,EAAO/c,KAAK4c,OAASJ,GAChDA,EAAoC,IAAN,EAAxBrX,KAAKC,MAAa,GAAP2X,IAAuBP,EAAKS,EAAYT,EAAKS,CACjE,CACD,OAAgC,EAAzB9X,KAAKsX,IAAID,EAAIxc,KAAK0c,IAC5B,EAMDH,GAAQ5f,UAAUugB,MAAQ,WACtBld,KAAK6c,SAAW,CACnB,EAMDN,GAAQ5f,UAAUwgB,OAAS,SAAUV,GACjCzc,KAAKwc,GAAKC,CACb,EAMDF,GAAQ5f,UAAUygB,OAAS,SAAUV,GACjC1c,KAAK0c,IAAMA,CACd,EAMDH,GAAQ5f,UAAU0gB,UAAY,SAAUT,GACpC5c,KAAK4c,OAASA,CACjB,EC3DD,IAAaU,GAAb,SAAAha,GAAAC,EAAA+Z,EAAAha,GAAA,IAAAH,EAAAM,EAAA6Z,GACI,SAAYnU,EAAAA,EAAK5G,GAAM,IAAAU,EACfqW,EADepW,EAAAlD,KAAAsd,IAEnBra,EAAAE,EAAAtG,KAAAmD,OACKud,KAAO,GACZta,EAAKoV,KAAO,GACRlP,GAAO,WAAoBA,EAAAA,KAC3B5G,EAAO4G,EACPA,OAAMY,IAEVxH,EAAOA,GAAQ,IACVyG,KAAOzG,EAAKyG,MAAQ,aACzB/F,EAAKV,KAAOA,EACZD,EAAqBsB,EAAAX,GAAOV,GAC5BU,EAAKua,cAAmC,IAAtBjb,EAAKib,cACvBva,EAAKwa,qBAAqBlb,EAAKkb,sBAAwBC,KACvDza,EAAK0a,kBAAkBpb,EAAKob,mBAAqB,KACjD1a,EAAK2a,qBAAqBrb,EAAKqb,sBAAwB,KACvD3a,EAAK4a,oBAAwD,QAAnCvE,EAAK/W,EAAKsb,2BAAwC,IAAPvE,EAAgBA,EAAK,IAC1FrW,EAAK6a,QAAU,IAAIvB,GAAQ,CACvBE,IAAKxZ,EAAK0a,oBACVjB,IAAKzZ,EAAK2a,uBACVhB,OAAQ3Z,EAAK4a,wBAEjB5a,EAAKwH,QAAQ,MAAQlI,EAAKkI,QAAU,IAAQlI,EAAKkI,SACjDxH,EAAKuV,YAAc,SACnBvV,EAAKkG,IAAMA,EACX,IAAM4U,EAAUxb,EAAKyb,QAAUA,GA1BZ,OA2BnB/a,EAAKgb,QAAU,IAAIF,EAAQtH,QAC3BxT,EAAKsS,QAAU,IAAIwI,EAAQ9J,QAC3BhR,EAAKmV,cAAoC,IAArB7V,EAAK2b,YACrBjb,EAAKmV,cACLnV,EAAKkH,OA/BUlH,CAgCtB,CAjCL,OAAAc,EAAAuZ,EAAA,CAAA,CAAAjhB,IAAA,eAAA2H,MAkCI,SAAama,GACT,OAAK5d,UAAUrC,QAEf8B,KAAKoe,gBAAkBD,EAChBne,MAFIA,KAAKoe,aAGnB,GAvCL,CAAA/hB,IAAA,uBAAA2H,MAwCI,SAAqBma,GACjB,YAAUpU,IAANoU,EACOne,KAAKqe,uBAChBre,KAAKqe,sBAAwBF,EACtBne,KACV,GA7CL,CAAA3D,IAAA,oBAAA2H,MA8CI,SAAkBma,GACd,IAAI7E,EACJ,YAAUvP,IAANoU,EACOne,KAAKse,oBAChBte,KAAKse,mBAAqBH,EACF,QAAvB7E,EAAKtZ,KAAK8d,eAA4B,IAAPxE,GAAyBA,EAAG6D,OAAOgB,GAC5Dne,KACV,GArDL,CAAA3D,IAAA,sBAAA2H,MAsDI,SAAoBma,GAChB,IAAI7E,EACJ,YAAUvP,IAANoU,EACOne,KAAKue,sBAChBve,KAAKue,qBAAuBJ,EACJ,QAAvB7E,EAAKtZ,KAAK8d,eAA4B,IAAPxE,GAAyBA,EAAG+D,UAAUc,GAC/Dne,KACV,GA7DL,CAAA3D,IAAA,uBAAA2H,MA8DI,SAAqBma,GACjB,IAAI7E,EACJ,YAAUvP,IAANoU,EACOne,KAAKwe,uBAChBxe,KAAKwe,sBAAwBL,EACL,QAAvB7E,EAAKtZ,KAAK8d,eAA4B,IAAPxE,GAAyBA,EAAG8D,OAAOe,GAC5Dne,KACV,GArEL,CAAA3D,IAAA,UAAA2H,MAsEI,SAAQma,GACJ,OAAK5d,UAAUrC,QAEf8B,KAAKye,SAAWN,EACTne,MAFIA,KAAKye,QAGnB,GA3EL,CAAApiB,IAAA,uBAAA2H,MAkFI,YAEShE,KAAK0e,eACN1e,KAAKoe,eACqB,IAA1Bpe,KAAK8d,QAAQjB,UAEb7c,KAAK2e,WAEZ,GA1FL,CAAAtiB,IAAA,OAAA2H,MAkGI,SAAKjE,GAAI,IAAA2D,EAAA1D,KACL,IAAKA,KAAKwY,YAAYzP,QAAQ,QAC1B,OAAO/I,KACXA,KAAKmZ,OAAS,IAAIyF,GAAO5e,KAAKmJ,IAAKnJ,KAAKuC,MACxC,IAAMuB,EAAS9D,KAAKmZ,OACd7X,EAAOtB,KACbA,KAAKwY,YAAc,UACnBxY,KAAK6e,eAAgB,EAErB,IAAMC,EAAiBlf,GAAGkE,EAAQ,QAAQ,WACtCxC,EAAKkL,SACLzM,GAAMA,OAGJgf,EAAWnf,GAAGkE,EAAQ,SAAS,SAACmC,GAClC3E,EAAK4J,UACL5J,EAAKkX,YAAc,SACnB9U,EAAKxC,aAAa,QAAS+E,GACvBlG,EACAA,EAAGkG,GAIH3E,EAAK0d,sBAEZ,IACD,IAAI,IAAUhf,KAAKye,SAAU,CACzB,IAAMhU,EAAUzK,KAAKye,SACL,IAAZhU,GACAqU,IAGJ,IAAMtF,EAAQxZ,KAAKyC,cAAa,WAC5Bqc,IACAhb,EAAOqE,QAEPrE,EAAOhD,KAAK,QAAS,IAAIsC,MAAM,WAJrB,GAKXqH,GACCzK,KAAKuC,KAAKkK,WACV+M,EAAM7M,QAEV3M,KAAKqY,KAAKnY,MAAK,WACXmC,aAAamX,KAEpB,CAGD,OAFAxZ,KAAKqY,KAAKnY,KAAK4e,GACf9e,KAAKqY,KAAKnY,KAAK6e,GACR/e,IACV,GAlJL,CAAA3D,IAAA,UAAA2H,MAyJI,SAAQjE,GACJ,OAAOC,KAAKmK,KAAKpK,EACpB,GA3JL,CAAA1D,IAAA,SAAA2H,MAiKI,WAEIhE,KAAKkL,UAELlL,KAAKwY,YAAc,OACnBxY,KAAKkB,aAAa,QAElB,IAAM4C,EAAS9D,KAAKmZ,OACpBnZ,KAAKqY,KAAKnY,KAAKN,GAAGkE,EAAQ,OAAQ9D,KAAKif,OAAOvc,KAAK1C,OAAQJ,GAAGkE,EAAQ,OAAQ9D,KAAKkf,OAAOxc,KAAK1C,OAAQJ,GAAGkE,EAAQ,QAAS9D,KAAKgN,QAAQtK,KAAK1C,OAAQJ,GAAGkE,EAAQ,QAAS9D,KAAK4M,QAAQlK,KAAK1C,OAAQJ,GAAGI,KAAKuV,QAAS,UAAWvV,KAAKmf,UAAUzc,KAAK1C,OACtP,GA1KL,CAAA3D,IAAA,SAAA2H,MAgLI,WACIhE,KAAKkB,aAAa,OACrB,GAlLL,CAAA7E,IAAA,SAAA2H,MAwLI,SAAOxH,GACH,IACIwD,KAAKuV,QAAQmB,IAAIla,EAIpB,CAFD,MAAO6J,GACHrG,KAAK4M,QAAQ,cAAevG,EAC/B,CACJ,GA/LL,CAAAhK,IAAA,YAAA2H,MAqMI,SAAUS,GAAQ,IAAAmD,EAAA5H,KAEdwL,IAAS,WACL5D,EAAK1G,aAAa,SAAUuD,KAC7BzE,KAAKyC,aACX,GA1ML,CAAApG,IAAA,UAAA2H,MAgNI,SAAQiC,GACJjG,KAAKkB,aAAa,QAAS+E,EAC9B,GAlNL,CAAA5J,IAAA,SAAA2H,MAyNI,SAAO4S,EAAKrU,GACR,IAAIuB,EAAS9D,KAAKud,KAAK3G,GAQvB,OAPK9S,EAII9D,KAAKoY,eAAiBtU,EAAOsb,QAClCtb,EAAOqT,WAJPrT,EAAS,IAAI0K,GAAOxO,KAAM4W,EAAKrU,GAC/BvC,KAAKud,KAAK3G,GAAO9S,GAKdA,CACV,GAnOL,CAAAzH,IAAA,WAAA2H,MA0OI,SAASF,GAEL,IADA,IACAub,EAAA,EAAAC,EADatjB,OAAOG,KAAK6D,KAAKud,MACN8B,EAAAC,EAAAphB,OAAAmhB,IAAA,CAAnB,IAAMzI,EAAN0I,EAAAD,GAED,GADerf,KAAKud,KAAK3G,GACdwI,OACP,MAEP,CACDpf,KAAKuf,QACR,GAnPL,CAAAljB,IAAA,UAAA2H,MA0PI,SAAQS,GAEJ,IADA,IAAMqD,EAAiB9H,KAAKie,QAAQjZ,OAAOP,GAClCxG,EAAI,EAAGA,EAAI6J,EAAe5J,OAAQD,IACvC+B,KAAKmZ,OAAO3U,MAAMsD,EAAe7J,GAAIwG,EAAOmN,QAEnD,GA/PL,CAAAvV,IAAA,UAAA2H,MAqQI,WACIhE,KAAKqY,KAAKjc,SAAQ,SAAC8f,GAAD,OAAgBA,OAClClc,KAAKqY,KAAKna,OAAS,EACnB8B,KAAKuV,QAAQuB,SAChB,GAzQL,CAAAza,IAAA,SAAA2H,MA+QI,WACIhE,KAAK6e,eAAgB,EACrB7e,KAAK0e,eAAgB,EACrB1e,KAAK4M,QAAQ,gBACT5M,KAAKmZ,QACLnZ,KAAKmZ,OAAOhR,OACnB,GArRL,CAAA9L,IAAA,aAAA2H,MA2RI,WACI,OAAOhE,KAAKuf,QACf,GA7RL,CAAAljB,IAAA,UAAA2H,MAmSI,SAAQlB,EAAQC,GACZ/C,KAAKkL,UACLlL,KAAK8d,QAAQZ,QACbld,KAAKwY,YAAc,SACnBxY,KAAKkB,aAAa,QAAS4B,EAAQC,GAC/B/C,KAAKoe,gBAAkBpe,KAAK6e,eAC5B7e,KAAK2e,WAEZ,GA3SL,CAAAtiB,IAAA,YAAA2H,MAiTI,WAAY,IAAAkE,EAAAlI,KACR,GAAIA,KAAK0e,eAAiB1e,KAAK6e,cAC3B,OAAO7e,KACX,IAAMsB,EAAOtB,KACb,GAAIA,KAAK8d,QAAQjB,UAAY7c,KAAKqe,sBAC9Bre,KAAK8d,QAAQZ,QACbld,KAAKkB,aAAa,oBAClBlB,KAAK0e,eAAgB,MAEpB,CACD,IAAMc,EAAQxf,KAAK8d,QAAQhB,WAC3B9c,KAAK0e,eAAgB,EACrB,IAAMlF,EAAQxZ,KAAKyC,cAAa,WACxBnB,EAAKud,gBAET3W,EAAKhH,aAAa,oBAAqBI,EAAKwc,QAAQjB,UAEhDvb,EAAKud,eAETvd,EAAK6I,MAAK,SAAClE,GACHA,GACA3E,EAAKod,eAAgB,EACrBpd,EAAKqd,YACLzW,EAAKhH,aAAa,kBAAmB+E,IAGrC3E,EAAKme,iBAdH,GAiBXD,GACCxf,KAAKuC,KAAKkK,WACV+M,EAAM7M,QAEV3M,KAAKqY,KAAKnY,MAAK,WACXmC,aAAamX,KAEpB,CACJ,GAtVL,CAAAnd,IAAA,cAAA2H,MA4VI,WACI,IAAM0b,EAAU1f,KAAK8d,QAAQjB,SAC7B7c,KAAK0e,eAAgB,EACrB1e,KAAK8d,QAAQZ,QACbld,KAAKkB,aAAa,YAAawe,EAClC,KAjWLpC,CAAA,CAAA,CAA6B5d,GCAvBigB,GAAQ,CAAA,EACd,SAAS5hB,GAAOoL,EAAK5G,GACE,WAAfqd,EAAOzW,KACP5G,EAAO4G,EACPA,OAAMY,GAGV,IASIyN,EATEqI,ECHH,SAAa1W,GAAqB,IAAhBH,yDAAO,GAAI8W,EAAKvf,UAAArC,OAAA,EAAAqC,UAAA,QAAAwJ,EACjC5M,EAAMgM,EAEV2W,EAAMA,GAA4B,oBAAbhZ,UAA4BA,SAC7C,MAAQqC,IACRA,EAAM2W,EAAI9Y,SAAW,KAAO8Y,EAAIhS,MAEjB,iBAAR3E,IACH,MAAQA,EAAI3K,OAAO,KAEf2K,EADA,MAAQA,EAAI3K,OAAO,GACbshB,EAAI9Y,SAAWmC,EAGf2W,EAAIhS,KAAO3E,GAGpB,sBAAsB4W,KAAK5W,KAExBA,OADA,IAAuB2W,EACjBA,EAAI9Y,SAAW,KAAOmC,EAGtB,WAAaA,GAI3BhM,EAAMoQ,GAAMpE,IAGXhM,EAAI8J,OACD,cAAc8Y,KAAK5iB,EAAI6J,UACvB7J,EAAI8J,KAAO,KAEN,eAAe8Y,KAAK5iB,EAAI6J,YAC7B7J,EAAI8J,KAAO,QAGnB9J,EAAI6L,KAAO7L,EAAI6L,MAAQ,IACvB,IACM8E,GADkC,IAA3B3Q,EAAI2Q,KAAK/E,QAAQ,KACV,IAAM5L,EAAI2Q,KAAO,IAAM3Q,EAAI2Q,KAS/C,OAPA3Q,EAAIiS,GAAKjS,EAAI6J,SAAW,MAAQ8G,EAAO,IAAM3Q,EAAI8J,KAAO+B,EAExD7L,EAAI6iB,KACA7iB,EAAI6J,SACA,MACA8G,GACCgS,GAAOA,EAAI7Y,OAAS9J,EAAI8J,KAAO,GAAK,IAAM9J,EAAI8J,MAChD9J,CACV,CD7CkB8iB,CAAI9W,GADnB5G,EAAOA,GAAQ,IACcyG,MAAQ,cAC/B6E,EAASgS,EAAOhS,OAChBuB,EAAKyQ,EAAOzQ,GACZpG,EAAO6W,EAAO7W,KACdkX,EAAgBP,GAAMvQ,IAAOpG,KAAQ2W,GAAMvQ,GAAN,KAkB3C,OAjBsB7M,EAAK4d,UACvB5d,EAAK,0BACL,IAAUA,EAAK6d,WACfF,EAGA1I,EAAK,IAAI8F,GAAQzP,EAAQtL,IAGpBod,GAAMvQ,KACPuQ,GAAMvQ,GAAM,IAAIkO,GAAQzP,EAAQtL,IAEpCiV,EAAKmI,GAAMvQ,IAEXyQ,EAAOhc,QAAUtB,EAAKsB,QACtBtB,EAAKsB,MAAQgc,EAAOzR,UAEjBoJ,EAAG1T,OAAO+b,EAAO7W,KAAMzG,EACjC,QAGD0G,EAAclL,GAAQ,CAClBuf,QAAAA,GACA9O,OAAAA,GACAgJ,GAAIzZ,GACJoZ,QAASpZ"} \ No newline at end of file diff --git a/software/flow/node_modules/socket.io/dist/broadcast-operator.d.ts b/software/flow/node_modules/socket.io/dist/broadcast-operator.d.ts deleted file mode 100644 index b3f9e32..0000000 --- a/software/flow/node_modules/socket.io/dist/broadcast-operator.d.ts +++ /dev/null @@ -1,283 +0,0 @@ -import type { BroadcastFlags, Room, SocketId } from "socket.io-adapter"; -import { Handshake } from "./socket"; -import type { Adapter } from "socket.io-adapter"; -import type { EventParams, EventNames, EventsMap, TypedEventBroadcaster, DecorateAcknowledgements, DecorateAcknowledgementsWithTimeoutAndMultipleResponses, AllButLast, Last, SecondArg } from "./typed-events"; -export declare class BroadcastOperator<EmitEvents extends EventsMap, SocketData> implements TypedEventBroadcaster<EmitEvents> { - private readonly adapter; - private readonly rooms; - private readonly exceptRooms; - private readonly flags; - constructor(adapter: Adapter, rooms?: Set<Room>, exceptRooms?: Set<Room>, flags?: BroadcastFlags & { - expectSingleResponse?: boolean; - }); - /** - * Targets a room when emitting. - * - * @example - * // the “foo” event will be broadcast to all connected clients in the “room-101” room - * io.to("room-101").emit("foo", "bar"); - * - * // with an array of rooms (a client will be notified at most once) - * io.to(["room-101", "room-102"]).emit("foo", "bar"); - * - * // with multiple chained calls - * io.to("room-101").to("room-102").emit("foo", "bar"); - * - * @param room - a room, or an array of rooms - * @return a new {@link BroadcastOperator} instance for chaining - */ - to(room: Room | Room[]): BroadcastOperator<EmitEvents, SocketData>; - /** - * Targets a room when emitting. Similar to `to()`, but might feel clearer in some cases: - * - * @example - * // disconnect all clients in the "room-101" room - * io.in("room-101").disconnectSockets(); - * - * @param room - a room, or an array of rooms - * @return a new {@link BroadcastOperator} instance for chaining - */ - in(room: Room | Room[]): BroadcastOperator<EmitEvents, SocketData>; - /** - * Excludes a room when emitting. - * - * @example - * // the "foo" event will be broadcast to all connected clients, except the ones that are in the "room-101" room - * io.except("room-101").emit("foo", "bar"); - * - * // with an array of rooms - * io.except(["room-101", "room-102"]).emit("foo", "bar"); - * - * // with multiple chained calls - * io.except("room-101").except("room-102").emit("foo", "bar"); - * - * @param room - a room, or an array of rooms - * @return a new {@link BroadcastOperator} instance for chaining - */ - except(room: Room | Room[]): BroadcastOperator<EmitEvents, SocketData>; - /** - * Sets the compress flag. - * - * @example - * io.compress(false).emit("hello"); - * - * @param compress - if `true`, compresses the sending data - * @return a new BroadcastOperator instance - */ - compress(compress: boolean): BroadcastOperator<EmitEvents, SocketData>; - /** - * Sets a modifier for a subsequent event emission that the event data may be lost if the client is not ready to - * receive messages (because of network slowness or other issues, or because they’re connected through long polling - * and is in the middle of a request-response cycle). - * - * @example - * io.volatile.emit("hello"); // the clients may or may not receive it - * - * @return a new BroadcastOperator instance - */ - get volatile(): BroadcastOperator<EmitEvents, SocketData>; - /** - * Sets a modifier for a subsequent event emission that the event data will only be broadcast to the current node. - * - * @example - * // the “foo” event will be broadcast to all connected clients on this node - * io.local.emit("foo", "bar"); - * - * @return a new {@link BroadcastOperator} instance for chaining - */ - get local(): BroadcastOperator<EmitEvents, SocketData>; - /** - * Adds a timeout in milliseconds for the next operation - * - * @example - * io.timeout(1000).emit("some-event", (err, responses) => { - * if (err) { - * // some clients did not acknowledge the event in the given delay - * } else { - * console.log(responses); // one response per client - * } - * }); - * - * @param timeout - */ - timeout(timeout: number): BroadcastOperator<DecorateAcknowledgementsWithTimeoutAndMultipleResponses<EmitEvents>, SocketData>; - /** - * Emits to all clients. - * - * @example - * // the “foo” event will be broadcast to all connected clients - * io.emit("foo", "bar"); - * - * // the “foo” event will be broadcast to all connected clients in the “room-101” room - * io.to("room-101").emit("foo", "bar"); - * - * // with an acknowledgement expected from all connected clients - * io.timeout(1000).emit("some-event", (err, responses) => { - * if (err) { - * // some clients did not acknowledge the event in the given delay - * } else { - * console.log(responses); // one response per client - * } - * }); - * - * @return Always true - */ - emit<Ev extends EventNames<EmitEvents>>(ev: Ev, ...args: EventParams<EmitEvents, Ev>): boolean; - /** - * Emits an event and waits for an acknowledgement from all clients. - * - * @example - * try { - * const responses = await io.timeout(1000).emitWithAck("some-event"); - * console.log(responses); // one response per client - * } catch (e) { - * // some clients did not acknowledge the event in the given delay - * } - * - * @return a Promise that will be fulfilled when all clients have acknowledged the event - */ - emitWithAck<Ev extends EventNames<EmitEvents>>(ev: Ev, ...args: AllButLast<EventParams<EmitEvents, Ev>>): Promise<SecondArg<Last<EventParams<EmitEvents, Ev>>>>; - /** - * Gets a list of clients. - * - * @deprecated this method will be removed in the next major release, please use {@link Server#serverSideEmit} or - * {@link fetchSockets} instead. - */ - allSockets(): Promise<Set<SocketId>>; - /** - * Returns the matching socket instances. This method works across a cluster of several Socket.IO servers. - * - * Note: this method also works within a cluster of multiple Socket.IO servers, with a compatible {@link Adapter}. - * - * @example - * // return all Socket instances - * const sockets = await io.fetchSockets(); - * - * // return all Socket instances in the "room1" room - * const sockets = await io.in("room1").fetchSockets(); - * - * for (const socket of sockets) { - * console.log(socket.id); - * console.log(socket.handshake); - * console.log(socket.rooms); - * console.log(socket.data); - * - * socket.emit("hello"); - * socket.join("room1"); - * socket.leave("room2"); - * socket.disconnect(); - * } - */ - fetchSockets(): Promise<RemoteSocket<EmitEvents, SocketData>[]>; - /** - * Makes the matching socket instances join the specified rooms. - * - * Note: this method also works within a cluster of multiple Socket.IO servers, with a compatible {@link Adapter}. - * - * @example - * - * // make all socket instances join the "room1" room - * io.socketsJoin("room1"); - * - * // make all socket instances in the "room1" room join the "room2" and "room3" rooms - * io.in("room1").socketsJoin(["room2", "room3"]); - * - * @param room - a room, or an array of rooms - */ - socketsJoin(room: Room | Room[]): void; - /** - * Makes the matching socket instances leave the specified rooms. - * - * Note: this method also works within a cluster of multiple Socket.IO servers, with a compatible {@link Adapter}. - * - * @example - * // make all socket instances leave the "room1" room - * io.socketsLeave("room1"); - * - * // make all socket instances in the "room1" room leave the "room2" and "room3" rooms - * io.in("room1").socketsLeave(["room2", "room3"]); - * - * @param room - a room, or an array of rooms - */ - socketsLeave(room: Room | Room[]): void; - /** - * Makes the matching socket instances disconnect. - * - * Note: this method also works within a cluster of multiple Socket.IO servers, with a compatible {@link Adapter}. - * - * @example - * // make all socket instances disconnect (the connections might be kept alive for other namespaces) - * io.disconnectSockets(); - * - * // make all socket instances in the "room1" room disconnect and close the underlying connections - * io.in("room1").disconnectSockets(true); - * - * @param close - whether to close the underlying connection - */ - disconnectSockets(close?: boolean): void; -} -/** - * Format of the data when the Socket instance exists on another Socket.IO server - */ -interface SocketDetails<SocketData> { - id: SocketId; - handshake: Handshake; - rooms: Room[]; - data: SocketData; -} -/** - * Expose of subset of the attributes and methods of the Socket class - */ -export declare class RemoteSocket<EmitEvents extends EventsMap, SocketData> implements TypedEventBroadcaster<EmitEvents> { - readonly id: SocketId; - readonly handshake: Handshake; - readonly rooms: Set<Room>; - readonly data: SocketData; - private readonly operator; - constructor(adapter: Adapter, details: SocketDetails<SocketData>); - /** - * Adds a timeout in milliseconds for the next operation. - * - * @example - * const sockets = await io.fetchSockets(); - * - * for (const socket of sockets) { - * if (someCondition) { - * socket.timeout(1000).emit("some-event", (err) => { - * if (err) { - * // the client did not acknowledge the event in the given delay - * } - * }); - * } - * } - * - * // note: if possible, using a room instead of looping over all sockets is preferable - * io.timeout(1000).to(someConditionRoom).emit("some-event", (err, responses) => { - * // ... - * }); - * - * @param timeout - */ - timeout(timeout: number): BroadcastOperator<DecorateAcknowledgements<EmitEvents>, SocketData>; - emit<Ev extends EventNames<EmitEvents>>(ev: Ev, ...args: EventParams<EmitEvents, Ev>): boolean; - /** - * Joins a room. - * - * @param {String|Array} room - room or array of rooms - */ - join(room: Room | Room[]): void; - /** - * Leaves a room. - * - * @param {String} room - */ - leave(room: Room): void; - /** - * Disconnects this client. - * - * @param {Boolean} close - if `true`, closes the underlying connection - * @return {Socket} self - */ - disconnect(close?: boolean): this; -} -export {}; diff --git a/software/flow/node_modules/socket.io/dist/broadcast-operator.js b/software/flow/node_modules/socket.io/dist/broadcast-operator.js deleted file mode 100644 index a7314cb..0000000 --- a/software/flow/node_modules/socket.io/dist/broadcast-operator.js +++ /dev/null @@ -1,437 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.RemoteSocket = exports.BroadcastOperator = void 0; -const socket_1 = require("./socket"); -const socket_io_parser_1 = require("socket.io-parser"); -class BroadcastOperator { - constructor(adapter, rooms = new Set(), exceptRooms = new Set(), flags = {}) { - this.adapter = adapter; - this.rooms = rooms; - this.exceptRooms = exceptRooms; - this.flags = flags; - } - /** - * Targets a room when emitting. - * - * @example - * // the “foo” event will be broadcast to all connected clients in the “room-101” room - * io.to("room-101").emit("foo", "bar"); - * - * // with an array of rooms (a client will be notified at most once) - * io.to(["room-101", "room-102"]).emit("foo", "bar"); - * - * // with multiple chained calls - * io.to("room-101").to("room-102").emit("foo", "bar"); - * - * @param room - a room, or an array of rooms - * @return a new {@link BroadcastOperator} instance for chaining - */ - to(room) { - const rooms = new Set(this.rooms); - if (Array.isArray(room)) { - room.forEach((r) => rooms.add(r)); - } - else { - rooms.add(room); - } - return new BroadcastOperator(this.adapter, rooms, this.exceptRooms, this.flags); - } - /** - * Targets a room when emitting. Similar to `to()`, but might feel clearer in some cases: - * - * @example - * // disconnect all clients in the "room-101" room - * io.in("room-101").disconnectSockets(); - * - * @param room - a room, or an array of rooms - * @return a new {@link BroadcastOperator} instance for chaining - */ - in(room) { - return this.to(room); - } - /** - * Excludes a room when emitting. - * - * @example - * // the "foo" event will be broadcast to all connected clients, except the ones that are in the "room-101" room - * io.except("room-101").emit("foo", "bar"); - * - * // with an array of rooms - * io.except(["room-101", "room-102"]).emit("foo", "bar"); - * - * // with multiple chained calls - * io.except("room-101").except("room-102").emit("foo", "bar"); - * - * @param room - a room, or an array of rooms - * @return a new {@link BroadcastOperator} instance for chaining - */ - except(room) { - const exceptRooms = new Set(this.exceptRooms); - if (Array.isArray(room)) { - room.forEach((r) => exceptRooms.add(r)); - } - else { - exceptRooms.add(room); - } - return new BroadcastOperator(this.adapter, this.rooms, exceptRooms, this.flags); - } - /** - * Sets the compress flag. - * - * @example - * io.compress(false).emit("hello"); - * - * @param compress - if `true`, compresses the sending data - * @return a new BroadcastOperator instance - */ - compress(compress) { - const flags = Object.assign({}, this.flags, { compress }); - return new BroadcastOperator(this.adapter, this.rooms, this.exceptRooms, flags); - } - /** - * Sets a modifier for a subsequent event emission that the event data may be lost if the client is not ready to - * receive messages (because of network slowness or other issues, or because they’re connected through long polling - * and is in the middle of a request-response cycle). - * - * @example - * io.volatile.emit("hello"); // the clients may or may not receive it - * - * @return a new BroadcastOperator instance - */ - get volatile() { - const flags = Object.assign({}, this.flags, { volatile: true }); - return new BroadcastOperator(this.adapter, this.rooms, this.exceptRooms, flags); - } - /** - * Sets a modifier for a subsequent event emission that the event data will only be broadcast to the current node. - * - * @example - * // the “foo” event will be broadcast to all connected clients on this node - * io.local.emit("foo", "bar"); - * - * @return a new {@link BroadcastOperator} instance for chaining - */ - get local() { - const flags = Object.assign({}, this.flags, { local: true }); - return new BroadcastOperator(this.adapter, this.rooms, this.exceptRooms, flags); - } - /** - * Adds a timeout in milliseconds for the next operation - * - * @example - * io.timeout(1000).emit("some-event", (err, responses) => { - * if (err) { - * // some clients did not acknowledge the event in the given delay - * } else { - * console.log(responses); // one response per client - * } - * }); - * - * @param timeout - */ - timeout(timeout) { - const flags = Object.assign({}, this.flags, { timeout }); - return new BroadcastOperator(this.adapter, this.rooms, this.exceptRooms, flags); - } - /** - * Emits to all clients. - * - * @example - * // the “foo” event will be broadcast to all connected clients - * io.emit("foo", "bar"); - * - * // the “foo” event will be broadcast to all connected clients in the “room-101” room - * io.to("room-101").emit("foo", "bar"); - * - * // with an acknowledgement expected from all connected clients - * io.timeout(1000).emit("some-event", (err, responses) => { - * if (err) { - * // some clients did not acknowledge the event in the given delay - * } else { - * console.log(responses); // one response per client - * } - * }); - * - * @return Always true - */ - emit(ev, ...args) { - if (socket_1.RESERVED_EVENTS.has(ev)) { - throw new Error(`"${String(ev)}" is a reserved event name`); - } - // set up packet object - const data = [ev, ...args]; - const packet = { - type: socket_io_parser_1.PacketType.EVENT, - data: data, - }; - const withAck = typeof data[data.length - 1] === "function"; - if (!withAck) { - this.adapter.broadcast(packet, { - rooms: this.rooms, - except: this.exceptRooms, - flags: this.flags, - }); - return true; - } - const ack = data.pop(); - let timedOut = false; - let responses = []; - const timer = setTimeout(() => { - timedOut = true; - ack.apply(this, [ - new Error("operation has timed out"), - this.flags.expectSingleResponse ? null : responses, - ]); - }, this.flags.timeout); - let expectedServerCount = -1; - let actualServerCount = 0; - let expectedClientCount = 0; - const checkCompleteness = () => { - if (!timedOut && - expectedServerCount === actualServerCount && - responses.length === expectedClientCount) { - clearTimeout(timer); - ack.apply(this, [ - null, - this.flags.expectSingleResponse ? null : responses, - ]); - } - }; - this.adapter.broadcastWithAck(packet, { - rooms: this.rooms, - except: this.exceptRooms, - flags: this.flags, - }, (clientCount) => { - // each Socket.IO server in the cluster sends the number of clients that were notified - expectedClientCount += clientCount; - actualServerCount++; - checkCompleteness(); - }, (clientResponse) => { - // each client sends an acknowledgement - responses.push(clientResponse); - checkCompleteness(); - }); - this.adapter.serverCount().then((serverCount) => { - expectedServerCount = serverCount; - checkCompleteness(); - }); - return true; - } - /** - * Emits an event and waits for an acknowledgement from all clients. - * - * @example - * try { - * const responses = await io.timeout(1000).emitWithAck("some-event"); - * console.log(responses); // one response per client - * } catch (e) { - * // some clients did not acknowledge the event in the given delay - * } - * - * @return a Promise that will be fulfilled when all clients have acknowledged the event - */ - emitWithAck(ev, ...args) { - return new Promise((resolve, reject) => { - args.push((err, responses) => { - if (err) { - err.responses = responses; - return reject(err); - } - else { - return resolve(responses); - } - }); - this.emit(ev, ...args); - }); - } - /** - * Gets a list of clients. - * - * @deprecated this method will be removed in the next major release, please use {@link Server#serverSideEmit} or - * {@link fetchSockets} instead. - */ - allSockets() { - if (!this.adapter) { - throw new Error("No adapter for this namespace, are you trying to get the list of clients of a dynamic namespace?"); - } - return this.adapter.sockets(this.rooms); - } - /** - * Returns the matching socket instances. This method works across a cluster of several Socket.IO servers. - * - * Note: this method also works within a cluster of multiple Socket.IO servers, with a compatible {@link Adapter}. - * - * @example - * // return all Socket instances - * const sockets = await io.fetchSockets(); - * - * // return all Socket instances in the "room1" room - * const sockets = await io.in("room1").fetchSockets(); - * - * for (const socket of sockets) { - * console.log(socket.id); - * console.log(socket.handshake); - * console.log(socket.rooms); - * console.log(socket.data); - * - * socket.emit("hello"); - * socket.join("room1"); - * socket.leave("room2"); - * socket.disconnect(); - * } - */ - fetchSockets() { - return this.adapter - .fetchSockets({ - rooms: this.rooms, - except: this.exceptRooms, - flags: this.flags, - }) - .then((sockets) => { - return sockets.map((socket) => { - if (socket instanceof socket_1.Socket) { - // FIXME the TypeScript compiler complains about missing private properties - return socket; - } - else { - return new RemoteSocket(this.adapter, socket); - } - }); - }); - } - /** - * Makes the matching socket instances join the specified rooms. - * - * Note: this method also works within a cluster of multiple Socket.IO servers, with a compatible {@link Adapter}. - * - * @example - * - * // make all socket instances join the "room1" room - * io.socketsJoin("room1"); - * - * // make all socket instances in the "room1" room join the "room2" and "room3" rooms - * io.in("room1").socketsJoin(["room2", "room3"]); - * - * @param room - a room, or an array of rooms - */ - socketsJoin(room) { - this.adapter.addSockets({ - rooms: this.rooms, - except: this.exceptRooms, - flags: this.flags, - }, Array.isArray(room) ? room : [room]); - } - /** - * Makes the matching socket instances leave the specified rooms. - * - * Note: this method also works within a cluster of multiple Socket.IO servers, with a compatible {@link Adapter}. - * - * @example - * // make all socket instances leave the "room1" room - * io.socketsLeave("room1"); - * - * // make all socket instances in the "room1" room leave the "room2" and "room3" rooms - * io.in("room1").socketsLeave(["room2", "room3"]); - * - * @param room - a room, or an array of rooms - */ - socketsLeave(room) { - this.adapter.delSockets({ - rooms: this.rooms, - except: this.exceptRooms, - flags: this.flags, - }, Array.isArray(room) ? room : [room]); - } - /** - * Makes the matching socket instances disconnect. - * - * Note: this method also works within a cluster of multiple Socket.IO servers, with a compatible {@link Adapter}. - * - * @example - * // make all socket instances disconnect (the connections might be kept alive for other namespaces) - * io.disconnectSockets(); - * - * // make all socket instances in the "room1" room disconnect and close the underlying connections - * io.in("room1").disconnectSockets(true); - * - * @param close - whether to close the underlying connection - */ - disconnectSockets(close = false) { - this.adapter.disconnectSockets({ - rooms: this.rooms, - except: this.exceptRooms, - flags: this.flags, - }, close); - } -} -exports.BroadcastOperator = BroadcastOperator; -/** - * Expose of subset of the attributes and methods of the Socket class - */ -class RemoteSocket { - constructor(adapter, details) { - this.id = details.id; - this.handshake = details.handshake; - this.rooms = new Set(details.rooms); - this.data = details.data; - this.operator = new BroadcastOperator(adapter, new Set([this.id]), new Set(), { - expectSingleResponse: true, // so that remoteSocket.emit() with acknowledgement behaves like socket.emit() - }); - } - /** - * Adds a timeout in milliseconds for the next operation. - * - * @example - * const sockets = await io.fetchSockets(); - * - * for (const socket of sockets) { - * if (someCondition) { - * socket.timeout(1000).emit("some-event", (err) => { - * if (err) { - * // the client did not acknowledge the event in the given delay - * } - * }); - * } - * } - * - * // note: if possible, using a room instead of looping over all sockets is preferable - * io.timeout(1000).to(someConditionRoom).emit("some-event", (err, responses) => { - * // ... - * }); - * - * @param timeout - */ - timeout(timeout) { - return this.operator.timeout(timeout); - } - emit(ev, ...args) { - return this.operator.emit(ev, ...args); - } - /** - * Joins a room. - * - * @param {String|Array} room - room or array of rooms - */ - join(room) { - return this.operator.socketsJoin(room); - } - /** - * Leaves a room. - * - * @param {String} room - */ - leave(room) { - return this.operator.socketsLeave(room); - } - /** - * Disconnects this client. - * - * @param {Boolean} close - if `true`, closes the underlying connection - * @return {Socket} self - */ - disconnect(close = false) { - this.operator.disconnectSockets(close); - return this; - } -} -exports.RemoteSocket = RemoteSocket; diff --git a/software/flow/node_modules/socket.io/dist/client.d.ts b/software/flow/node_modules/socket.io/dist/client.d.ts deleted file mode 100644 index fe67228..0000000 --- a/software/flow/node_modules/socket.io/dist/client.d.ts +++ /dev/null @@ -1,120 +0,0 @@ -/// <reference types="node" /> -import { Packet } from "socket.io-parser"; -import type { IncomingMessage } from "http"; -import type { Server } from "./index"; -import type { EventsMap } from "./typed-events"; -import type { Socket } from "./socket"; -import type { Socket as RawSocket } from "engine.io"; -interface WriteOptions { - compress?: boolean; - volatile?: boolean; - preEncoded?: boolean; - wsPreEncoded?: string; -} -export declare class Client<ListenEvents extends EventsMap, EmitEvents extends EventsMap, ServerSideEvents extends EventsMap, SocketData = any> { - readonly conn: RawSocket; - private readonly id; - private readonly server; - private readonly encoder; - private readonly decoder; - private sockets; - private nsps; - private connectTimeout?; - /** - * Client constructor. - * - * @param server instance - * @param conn - * @package - */ - constructor(server: Server<ListenEvents, EmitEvents, ServerSideEvents, SocketData>, conn: any); - /** - * @return the reference to the request that originated the Engine.IO connection - * - * @public - */ - get request(): IncomingMessage; - /** - * Sets up event listeners. - * - * @private - */ - private setup; - /** - * Connects a client to a namespace. - * - * @param {String} name - the namespace - * @param {Object} auth - the auth parameters - * @private - */ - private connect; - /** - * Connects a client to a namespace. - * - * @param name - the namespace - * @param {Object} auth - the auth parameters - * - * @private - */ - private doConnect; - /** - * Disconnects from all namespaces and closes transport. - * - * @private - */ - _disconnect(): void; - /** - * Removes a socket. Called by each `Socket`. - * - * @private - */ - _remove(socket: Socket<ListenEvents, EmitEvents, ServerSideEvents, SocketData>): void; - /** - * Closes the underlying connection. - * - * @private - */ - private close; - /** - * Writes a packet to the transport. - * - * @param {Object} packet object - * @param {Object} opts - * @private - */ - _packet(packet: Packet | any[], opts?: WriteOptions): void; - private writeToEngine; - /** - * Called with incoming transport data. - * - * @private - */ - private ondata; - /** - * Called when parser fully decodes a packet. - * - * @private - */ - private ondecoded; - /** - * Handles an error. - * - * @param {Object} err object - * @private - */ - private onerror; - /** - * Called upon transport close. - * - * @param reason - * @param description - * @private - */ - private onclose; - /** - * Cleans up event listeners. - * @private - */ - private destroy; -} -export {}; diff --git a/software/flow/node_modules/socket.io/dist/client.js b/software/flow/node_modules/socket.io/dist/client.js deleted file mode 100644 index 420db45..0000000 --- a/software/flow/node_modules/socket.io/dist/client.js +++ /dev/null @@ -1,268 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.Client = void 0; -const socket_io_parser_1 = require("socket.io-parser"); -const debugModule = require("debug"); -const url = require("url"); -const debug = debugModule("socket.io:client"); -class Client { - /** - * Client constructor. - * - * @param server instance - * @param conn - * @package - */ - constructor(server, conn) { - this.sockets = new Map(); - this.nsps = new Map(); - this.server = server; - this.conn = conn; - this.encoder = server.encoder; - this.decoder = new server._parser.Decoder(); - this.id = conn.id; - this.setup(); - } - /** - * @return the reference to the request that originated the Engine.IO connection - * - * @public - */ - get request() { - return this.conn.request; - } - /** - * Sets up event listeners. - * - * @private - */ - setup() { - this.onclose = this.onclose.bind(this); - this.ondata = this.ondata.bind(this); - this.onerror = this.onerror.bind(this); - this.ondecoded = this.ondecoded.bind(this); - // @ts-ignore - this.decoder.on("decoded", this.ondecoded); - this.conn.on("data", this.ondata); - this.conn.on("error", this.onerror); - this.conn.on("close", this.onclose); - this.connectTimeout = setTimeout(() => { - if (this.nsps.size === 0) { - debug("no namespace joined yet, close the client"); - this.close(); - } - else { - debug("the client has already joined a namespace, nothing to do"); - } - }, this.server._connectTimeout); - } - /** - * Connects a client to a namespace. - * - * @param {String} name - the namespace - * @param {Object} auth - the auth parameters - * @private - */ - connect(name, auth = {}) { - if (this.server._nsps.has(name)) { - debug("connecting to namespace %s", name); - return this.doConnect(name, auth); - } - this.server._checkNamespace(name, auth, (dynamicNspName) => { - if (dynamicNspName) { - this.doConnect(name, auth); - } - else { - debug("creation of namespace %s was denied", name); - this._packet({ - type: socket_io_parser_1.PacketType.CONNECT_ERROR, - nsp: name, - data: { - message: "Invalid namespace", - }, - }); - } - }); - } - /** - * Connects a client to a namespace. - * - * @param name - the namespace - * @param {Object} auth - the auth parameters - * - * @private - */ - doConnect(name, auth) { - const nsp = this.server.of(name); - nsp._add(this, auth, (socket) => { - this.sockets.set(socket.id, socket); - this.nsps.set(nsp.name, socket); - if (this.connectTimeout) { - clearTimeout(this.connectTimeout); - this.connectTimeout = undefined; - } - }); - } - /** - * Disconnects from all namespaces and closes transport. - * - * @private - */ - _disconnect() { - for (const socket of this.sockets.values()) { - socket.disconnect(); - } - this.sockets.clear(); - this.close(); - } - /** - * Removes a socket. Called by each `Socket`. - * - * @private - */ - _remove(socket) { - if (this.sockets.has(socket.id)) { - const nsp = this.sockets.get(socket.id).nsp.name; - this.sockets.delete(socket.id); - this.nsps.delete(nsp); - } - else { - debug("ignoring remove for %s", socket.id); - } - } - /** - * Closes the underlying connection. - * - * @private - */ - close() { - if ("open" === this.conn.readyState) { - debug("forcing transport close"); - this.conn.close(); - this.onclose("forced server close"); - } - } - /** - * Writes a packet to the transport. - * - * @param {Object} packet object - * @param {Object} opts - * @private - */ - _packet(packet, opts = {}) { - if (this.conn.readyState !== "open") { - debug("ignoring packet write %j", packet); - return; - } - const encodedPackets = opts.preEncoded - ? packet // previous versions of the adapter incorrectly used socket.packet() instead of writeToEngine() - : this.encoder.encode(packet); - this.writeToEngine(encodedPackets, opts); - } - writeToEngine(encodedPackets, opts) { - if (opts.volatile && !this.conn.transport.writable) { - debug("volatile packet is discarded since the transport is not currently writable"); - return; - } - const packets = Array.isArray(encodedPackets) - ? encodedPackets - : [encodedPackets]; - for (const encodedPacket of packets) { - this.conn.write(encodedPacket, opts); - } - } - /** - * Called with incoming transport data. - * - * @private - */ - ondata(data) { - // try/catch is needed for protocol violations (GH-1880) - try { - this.decoder.add(data); - } - catch (e) { - debug("invalid packet format"); - this.onerror(e); - } - } - /** - * Called when parser fully decodes a packet. - * - * @private - */ - ondecoded(packet) { - let namespace; - let authPayload; - if (this.conn.protocol === 3) { - const parsed = url.parse(packet.nsp, true); - namespace = parsed.pathname; - authPayload = parsed.query; - } - else { - namespace = packet.nsp; - authPayload = packet.data; - } - const socket = this.nsps.get(namespace); - if (!socket && packet.type === socket_io_parser_1.PacketType.CONNECT) { - this.connect(namespace, authPayload); - } - else if (socket && - packet.type !== socket_io_parser_1.PacketType.CONNECT && - packet.type !== socket_io_parser_1.PacketType.CONNECT_ERROR) { - process.nextTick(function () { - socket._onpacket(packet); - }); - } - else { - debug("invalid state (packet type: %s)", packet.type); - this.close(); - } - } - /** - * Handles an error. - * - * @param {Object} err object - * @private - */ - onerror(err) { - for (const socket of this.sockets.values()) { - socket._onerror(err); - } - this.conn.close(); - } - /** - * Called upon transport close. - * - * @param reason - * @param description - * @private - */ - onclose(reason, description) { - debug("client close with reason %s", reason); - // ignore a potential subsequent `close` event - this.destroy(); - // `nsps` and `sockets` are cleaned up seamlessly - for (const socket of this.sockets.values()) { - socket._onclose(reason, description); - } - this.sockets.clear(); - this.decoder.destroy(); // clean up decoder - } - /** - * Cleans up event listeners. - * @private - */ - destroy() { - this.conn.removeListener("data", this.ondata); - this.conn.removeListener("error", this.onerror); - this.conn.removeListener("close", this.onclose); - // @ts-ignore - this.decoder.removeListener("decoded", this.ondecoded); - if (this.connectTimeout) { - clearTimeout(this.connectTimeout); - this.connectTimeout = undefined; - } - } -} -exports.Client = Client; diff --git a/software/flow/node_modules/socket.io/dist/index.d.ts b/software/flow/node_modules/socket.io/dist/index.d.ts deleted file mode 100644 index 673cb86..0000000 --- a/software/flow/node_modules/socket.io/dist/index.d.ts +++ /dev/null @@ -1,538 +0,0 @@ -/// <reference types="node" /> -/// <reference types="node" /> -/// <reference types="node" /> -import http = require("http"); -import type { Server as HTTPSServer } from "https"; -import type { Http2SecureServer } from "http2"; -import type { ServerOptions as EngineOptions, AttachOptions, BaseServer } from "engine.io"; -import { ExtendedError, Namespace, ServerReservedEventsMap } from "./namespace"; -import { Adapter, Room, SocketId } from "socket.io-adapter"; -import * as parser from "socket.io-parser"; -import type { Encoder } from "socket.io-parser"; -import { Socket, DisconnectReason } from "./socket"; -import type { BroadcastOperator, RemoteSocket } from "./broadcast-operator"; -import { EventsMap, DefaultEventsMap, EventParams, StrictEventEmitter, EventNames, DecorateAcknowledgementsWithTimeoutAndMultipleResponses, AllButLast, Last, FirstArg, SecondArg } from "./typed-events"; -declare type ParentNspNameMatchFn = (name: string, auth: { - [key: string]: any; -}, fn: (err: Error | null, success: boolean) => void) => void; -declare type AdapterConstructor = typeof Adapter | ((nsp: Namespace) => Adapter); -interface ServerOptions extends EngineOptions, AttachOptions { - /** - * name of the path to capture - * @default "/socket.io" - */ - path: string; - /** - * whether to serve the client files - * @default true - */ - serveClient: boolean; - /** - * the adapter to use - * @default the in-memory adapter (https://github.com/socketio/socket.io-adapter) - */ - adapter: AdapterConstructor; - /** - * the parser to use - * @default the default parser (https://github.com/socketio/socket.io-parser) - */ - parser: any; - /** - * how many ms before a client without namespace is closed - * @default 45000 - */ - connectTimeout: number; - /** - * Whether to enable the recovery of connection state when a client temporarily disconnects. - * - * The connection state includes the missed packets, the rooms the socket was in and the `data` attribute. - */ - connectionStateRecovery: { - /** - * The backup duration of the sessions and the packets. - * - * @default 120000 (2 minutes) - */ - maxDisconnectionDuration?: number; - /** - * Whether to skip middlewares upon successful connection state recovery. - * - * @default true - */ - skipMiddlewares?: boolean; - }; - /** - * Whether to remove child namespaces that have no sockets connected to them - * @default false - */ - cleanupEmptyChildNamespaces: boolean; -} -/** - * Represents a Socket.IO server. - * - * @example - * import { Server } from "socket.io"; - * - * const io = new Server(); - * - * io.on("connection", (socket) => { - * console.log(`socket ${socket.id} connected`); - * - * // send an event to the client - * socket.emit("foo", "bar"); - * - * socket.on("foobar", () => { - * // an event was received from the client - * }); - * - * // upon disconnection - * socket.on("disconnect", (reason) => { - * console.log(`socket ${socket.id} disconnected due to ${reason}`); - * }); - * }); - * - * io.listen(3000); - */ -export declare class Server<ListenEvents extends EventsMap = DefaultEventsMap, EmitEvents extends EventsMap = ListenEvents, ServerSideEvents extends EventsMap = DefaultEventsMap, SocketData = any> extends StrictEventEmitter<ServerSideEvents, EmitEvents, ServerReservedEventsMap<ListenEvents, EmitEvents, ServerSideEvents, SocketData>> { - readonly sockets: Namespace<ListenEvents, EmitEvents, ServerSideEvents, SocketData>; - /** - * A reference to the underlying Engine.IO server. - * - * @example - * const clientsCount = io.engine.clientsCount; - * - */ - engine: BaseServer; - /** @private */ - readonly _parser: typeof parser; - /** @private */ - readonly encoder: Encoder; - /** - * @private - */ - _nsps: Map<string, Namespace<ListenEvents, EmitEvents, ServerSideEvents, SocketData>>; - private parentNsps; - /** - * A subset of the {@link parentNsps} map, only containing {@link ParentNamespace} which are based on a regular - * expression. - * - * @private - */ - private parentNamespacesFromRegExp; - private _adapter?; - private _serveClient; - private readonly opts; - private eio; - private _path; - private clientPathRegex; - /** - * @private - */ - _connectTimeout: number; - private httpServer; - /** - * Server constructor. - * - * @param srv http server, port, or options - * @param [opts] - */ - constructor(opts?: Partial<ServerOptions>); - constructor(srv?: http.Server | HTTPSServer | Http2SecureServer | number, opts?: Partial<ServerOptions>); - constructor(srv: undefined | Partial<ServerOptions> | http.Server | HTTPSServer | Http2SecureServer | number, opts?: Partial<ServerOptions>); - get _opts(): Partial<ServerOptions>; - /** - * Sets/gets whether client code is being served. - * - * @param v - whether to serve client code - * @return self when setting or value when getting - */ - serveClient(v: boolean): this; - serveClient(): boolean; - serveClient(v?: boolean): this | boolean; - /** - * Executes the middleware for an incoming namespace not already created on the server. - * - * @param name - name of incoming namespace - * @param auth - the auth parameters - * @param fn - callback - * - * @private - */ - _checkNamespace(name: string, auth: { - [key: string]: any; - }, fn: (nsp: Namespace<ListenEvents, EmitEvents, ServerSideEvents, SocketData> | false) => void): void; - /** - * Sets the client serving path. - * - * @param {String} v pathname - * @return {Server|String} self when setting or value when getting - */ - path(v: string): this; - path(): string; - path(v?: string): this | string; - /** - * Set the delay after which a client without namespace is closed - * @param v - */ - connectTimeout(v: number): this; - connectTimeout(): number; - connectTimeout(v?: number): this | number; - /** - * Sets the adapter for rooms. - * - * @param v pathname - * @return self when setting or value when getting - */ - adapter(): AdapterConstructor | undefined; - adapter(v: AdapterConstructor): this; - /** - * Attaches socket.io to a server or port. - * - * @param srv - server or port - * @param opts - options passed to engine.io - * @return self - */ - listen(srv: http.Server | HTTPSServer | Http2SecureServer | number, opts?: Partial<ServerOptions>): this; - /** - * Attaches socket.io to a server or port. - * - * @param srv - server or port - * @param opts - options passed to engine.io - * @return self - */ - attach(srv: http.Server | HTTPSServer | Http2SecureServer | number, opts?: Partial<ServerOptions>): this; - attachApp(app: any, opts?: Partial<ServerOptions>): void; - /** - * Initialize engine - * - * @param srv - the server to attach to - * @param opts - options passed to engine.io - * @private - */ - private initEngine; - /** - * Attaches the static file serving. - * - * @param srv http server - * @private - */ - private attachServe; - /** - * Handles a request serving of client source and map - * - * @param req - * @param res - * @private - */ - private serve; - /** - * @param filename - * @param req - * @param res - * @private - */ - private static sendFile; - /** - * Binds socket.io to an engine.io instance. - * - * @param engine engine.io (or compatible) server - * @return self - */ - bind(engine: BaseServer): this; - /** - * Called with each incoming transport connection. - * - * @param {engine.Socket} conn - * @return self - * @private - */ - private onconnection; - /** - * Looks up a namespace. - * - * @example - * // with a simple string - * const myNamespace = io.of("/my-namespace"); - * - * // with a regex - * const dynamicNsp = io.of(/^\/dynamic-\d+$/).on("connection", (socket) => { - * const namespace = socket.nsp; // newNamespace.name === "/dynamic-101" - * - * // broadcast to all clients in the given sub-namespace - * namespace.emit("hello"); - * }); - * - * @param name - nsp name - * @param fn optional, nsp `connection` ev handler - */ - of(name: string | RegExp | ParentNspNameMatchFn, fn?: (socket: Socket<ListenEvents, EmitEvents, ServerSideEvents, SocketData>) => void): Namespace<ListenEvents, EmitEvents, ServerSideEvents, SocketData>; - /** - * Closes server connection - * - * @param [fn] optional, called as `fn([err])` on error OR all conns closed - */ - close(fn?: (err?: Error) => void): void; - /** - * Registers a middleware, which is a function that gets executed for every incoming {@link Socket}. - * - * @example - * io.use((socket, next) => { - * // ... - * next(); - * }); - * - * @param fn - the middleware function - */ - use(fn: (socket: Socket<ListenEvents, EmitEvents, ServerSideEvents, SocketData>, next: (err?: ExtendedError) => void) => void): this; - /** - * Targets a room when emitting. - * - * @example - * // the “foo” event will be broadcast to all connected clients in the “room-101” room - * io.to("room-101").emit("foo", "bar"); - * - * // with an array of rooms (a client will be notified at most once) - * io.to(["room-101", "room-102"]).emit("foo", "bar"); - * - * // with multiple chained calls - * io.to("room-101").to("room-102").emit("foo", "bar"); - * - * @param room - a room, or an array of rooms - * @return a new {@link BroadcastOperator} instance for chaining - */ - to(room: Room | Room[]): BroadcastOperator<EmitEvents, SocketData>; - /** - * Targets a room when emitting. Similar to `to()`, but might feel clearer in some cases: - * - * @example - * // disconnect all clients in the "room-101" room - * io.in("room-101").disconnectSockets(); - * - * @param room - a room, or an array of rooms - * @return a new {@link BroadcastOperator} instance for chaining - */ - in(room: Room | Room[]): BroadcastOperator<EmitEvents, SocketData>; - /** - * Excludes a room when emitting. - * - * @example - * // the "foo" event will be broadcast to all connected clients, except the ones that are in the "room-101" room - * io.except("room-101").emit("foo", "bar"); - * - * // with an array of rooms - * io.except(["room-101", "room-102"]).emit("foo", "bar"); - * - * // with multiple chained calls - * io.except("room-101").except("room-102").emit("foo", "bar"); - * - * @param room - a room, or an array of rooms - * @return a new {@link BroadcastOperator} instance for chaining - */ - except(room: Room | Room[]): BroadcastOperator<EmitEvents, SocketData>; - /** - * Emits an event and waits for an acknowledgement from all clients. - * - * @example - * try { - * const responses = await io.timeout(1000).emitWithAck("some-event"); - * console.log(responses); // one response per client - * } catch (e) { - * // some clients did not acknowledge the event in the given delay - * } - * - * @return a Promise that will be fulfilled when all clients have acknowledged the event - */ - emitWithAck<Ev extends EventNames<EmitEvents>>(ev: Ev, ...args: AllButLast<EventParams<EmitEvents, Ev>>): Promise<SecondArg<Last<EventParams<EmitEvents, Ev>>>>; - /** - * Sends a `message` event to all clients. - * - * This method mimics the WebSocket.send() method. - * - * @see https://developer.mozilla.org/en-US/docs/Web/API/WebSocket/send - * - * @example - * io.send("hello"); - * - * // this is equivalent to - * io.emit("message", "hello"); - * - * @return self - */ - send(...args: EventParams<EmitEvents, "message">): this; - /** - * Sends a `message` event to all clients. Alias of {@link send}. - * - * @return self - */ - write(...args: EventParams<EmitEvents, "message">): this; - /** - * Sends a message to the other Socket.IO servers of the cluster. - * - * @example - * io.serverSideEmit("hello", "world"); - * - * io.on("hello", (arg1) => { - * console.log(arg1); // prints "world" - * }); - * - * // acknowledgements (without binary content) are supported too: - * io.serverSideEmit("ping", (err, responses) => { - * if (err) { - * // some servers did not acknowledge the event in the given delay - * } else { - * console.log(responses); // one response per server (except the current one) - * } - * }); - * - * io.on("ping", (cb) => { - * cb("pong"); - * }); - * - * @param ev - the event name - * @param args - an array of arguments, which may include an acknowledgement callback at the end - */ - serverSideEmit<Ev extends EventNames<ServerSideEvents>>(ev: Ev, ...args: EventParams<DecorateAcknowledgementsWithTimeoutAndMultipleResponses<ServerSideEvents>, Ev>): boolean; - /** - * Sends a message and expect an acknowledgement from the other Socket.IO servers of the cluster. - * - * @example - * try { - * const responses = await io.serverSideEmitWithAck("ping"); - * console.log(responses); // one response per server (except the current one) - * } catch (e) { - * // some servers did not acknowledge the event in the given delay - * } - * - * @param ev - the event name - * @param args - an array of arguments - * - * @return a Promise that will be fulfilled when all servers have acknowledged the event - */ - serverSideEmitWithAck<Ev extends EventNames<ServerSideEvents>>(ev: Ev, ...args: AllButLast<EventParams<ServerSideEvents, Ev>>): Promise<FirstArg<Last<EventParams<ServerSideEvents, Ev>>>[]>; - /** - * Gets a list of socket ids. - * - * @deprecated this method will be removed in the next major release, please use {@link Server#serverSideEmit} or - * {@link Server#fetchSockets} instead. - */ - allSockets(): Promise<Set<SocketId>>; - /** - * Sets the compress flag. - * - * @example - * io.compress(false).emit("hello"); - * - * @param compress - if `true`, compresses the sending data - * @return a new {@link BroadcastOperator} instance for chaining - */ - compress(compress: boolean): BroadcastOperator<EmitEvents, SocketData>; - /** - * Sets a modifier for a subsequent event emission that the event data may be lost if the client is not ready to - * receive messages (because of network slowness or other issues, or because they’re connected through long polling - * and is in the middle of a request-response cycle). - * - * @example - * io.volatile.emit("hello"); // the clients may or may not receive it - * - * @return a new {@link BroadcastOperator} instance for chaining - */ - get volatile(): BroadcastOperator<EmitEvents, SocketData>; - /** - * Sets a modifier for a subsequent event emission that the event data will only be broadcast to the current node. - * - * @example - * // the “foo” event will be broadcast to all connected clients on this node - * io.local.emit("foo", "bar"); - * - * @return a new {@link BroadcastOperator} instance for chaining - */ - get local(): BroadcastOperator<EmitEvents, SocketData>; - /** - * Adds a timeout in milliseconds for the next operation. - * - * @example - * io.timeout(1000).emit("some-event", (err, responses) => { - * if (err) { - * // some clients did not acknowledge the event in the given delay - * } else { - * console.log(responses); // one response per client - * } - * }); - * - * @param timeout - */ - timeout(timeout: number): BroadcastOperator<DecorateAcknowledgementsWithTimeoutAndMultipleResponses<EmitEvents>, SocketData>; - /** - * Returns the matching socket instances. - * - * Note: this method also works within a cluster of multiple Socket.IO servers, with a compatible {@link Adapter}. - * - * @example - * // return all Socket instances - * const sockets = await io.fetchSockets(); - * - * // return all Socket instances in the "room1" room - * const sockets = await io.in("room1").fetchSockets(); - * - * for (const socket of sockets) { - * console.log(socket.id); - * console.log(socket.handshake); - * console.log(socket.rooms); - * console.log(socket.data); - * - * socket.emit("hello"); - * socket.join("room1"); - * socket.leave("room2"); - * socket.disconnect(); - * } - */ - fetchSockets(): Promise<RemoteSocket<EmitEvents, SocketData>[]>; - /** - * Makes the matching socket instances join the specified rooms. - * - * Note: this method also works within a cluster of multiple Socket.IO servers, with a compatible {@link Adapter}. - * - * @example - * - * // make all socket instances join the "room1" room - * io.socketsJoin("room1"); - * - * // make all socket instances in the "room1" room join the "room2" and "room3" rooms - * io.in("room1").socketsJoin(["room2", "room3"]); - * - * @param room - a room, or an array of rooms - */ - socketsJoin(room: Room | Room[]): void; - /** - * Makes the matching socket instances leave the specified rooms. - * - * Note: this method also works within a cluster of multiple Socket.IO servers, with a compatible {@link Adapter}. - * - * @example - * // make all socket instances leave the "room1" room - * io.socketsLeave("room1"); - * - * // make all socket instances in the "room1" room leave the "room2" and "room3" rooms - * io.in("room1").socketsLeave(["room2", "room3"]); - * - * @param room - a room, or an array of rooms - */ - socketsLeave(room: Room | Room[]): void; - /** - * Makes the matching socket instances disconnect. - * - * Note: this method also works within a cluster of multiple Socket.IO servers, with a compatible {@link Adapter}. - * - * @example - * // make all socket instances disconnect (the connections might be kept alive for other namespaces) - * io.disconnectSockets(); - * - * // make all socket instances in the "room1" room disconnect and close the underlying connections - * io.in("room1").disconnectSockets(true); - * - * @param close - whether to close the underlying connection - */ - disconnectSockets(close?: boolean): void; -} -export { Socket, DisconnectReason, ServerOptions, Namespace, BroadcastOperator, RemoteSocket, }; -export { Event } from "./socket"; diff --git a/software/flow/node_modules/socket.io/dist/index.js b/software/flow/node_modules/socket.io/dist/index.js deleted file mode 100644 index aa6151c..0000000 --- a/software/flow/node_modules/socket.io/dist/index.js +++ /dev/null @@ -1,802 +0,0 @@ -"use strict"; -var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { - if (k2 === undefined) k2 = k; - var desc = Object.getOwnPropertyDescriptor(m, k); - if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { - desc = { enumerable: true, get: function() { return m[k]; } }; - } - Object.defineProperty(o, k2, desc); -}) : (function(o, m, k, k2) { - if (k2 === undefined) k2 = k; - o[k2] = m[k]; -})); -var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { - Object.defineProperty(o, "default", { enumerable: true, value: v }); -}) : function(o, v) { - o["default"] = v; -}); -var __importStar = (this && this.__importStar) || function (mod) { - if (mod && mod.__esModule) return mod; - var result = {}; - if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); - __setModuleDefault(result, mod); - return result; -}; -var __importDefault = (this && this.__importDefault) || function (mod) { - return (mod && mod.__esModule) ? mod : { "default": mod }; -}; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.Namespace = exports.Socket = exports.Server = void 0; -const http = require("http"); -const fs_1 = require("fs"); -const zlib_1 = require("zlib"); -const accepts = require("accepts"); -const stream_1 = require("stream"); -const path = require("path"); -const engine_io_1 = require("engine.io"); -const client_1 = require("./client"); -const events_1 = require("events"); -const namespace_1 = require("./namespace"); -Object.defineProperty(exports, "Namespace", { enumerable: true, get: function () { return namespace_1.Namespace; } }); -const parent_namespace_1 = require("./parent-namespace"); -const socket_io_adapter_1 = require("socket.io-adapter"); -const parser = __importStar(require("socket.io-parser")); -const debug_1 = __importDefault(require("debug")); -const socket_1 = require("./socket"); -Object.defineProperty(exports, "Socket", { enumerable: true, get: function () { return socket_1.Socket; } }); -const typed_events_1 = require("./typed-events"); -const uws_1 = require("./uws"); -const debug = (0, debug_1.default)("socket.io:server"); -const clientVersion = require("../package.json").version; -const dotMapRegex = /\.map/; -/** - * Represents a Socket.IO server. - * - * @example - * import { Server } from "socket.io"; - * - * const io = new Server(); - * - * io.on("connection", (socket) => { - * console.log(`socket ${socket.id} connected`); - * - * // send an event to the client - * socket.emit("foo", "bar"); - * - * socket.on("foobar", () => { - * // an event was received from the client - * }); - * - * // upon disconnection - * socket.on("disconnect", (reason) => { - * console.log(`socket ${socket.id} disconnected due to ${reason}`); - * }); - * }); - * - * io.listen(3000); - */ -class Server extends typed_events_1.StrictEventEmitter { - constructor(srv, opts = {}) { - super(); - /** - * @private - */ - this._nsps = new Map(); - this.parentNsps = new Map(); - /** - * A subset of the {@link parentNsps} map, only containing {@link ParentNamespace} which are based on a regular - * expression. - * - * @private - */ - this.parentNamespacesFromRegExp = new Map(); - if ("object" === typeof srv && - srv instanceof Object && - !srv.listen) { - opts = srv; - srv = undefined; - } - this.path(opts.path || "/socket.io"); - this.connectTimeout(opts.connectTimeout || 45000); - this.serveClient(false !== opts.serveClient); - this._parser = opts.parser || parser; - this.encoder = new this._parser.Encoder(); - this.opts = opts; - if (opts.connectionStateRecovery) { - opts.connectionStateRecovery = Object.assign({ - maxDisconnectionDuration: 2 * 60 * 1000, - skipMiddlewares: true, - }, opts.connectionStateRecovery); - this.adapter(opts.adapter || socket_io_adapter_1.SessionAwareAdapter); - } - else { - this.adapter(opts.adapter || socket_io_adapter_1.Adapter); - } - opts.cleanupEmptyChildNamespaces = !!opts.cleanupEmptyChildNamespaces; - this.sockets = this.of("/"); - if (srv || typeof srv == "number") - this.attach(srv); - } - get _opts() { - return this.opts; - } - serveClient(v) { - if (!arguments.length) - return this._serveClient; - this._serveClient = v; - return this; - } - /** - * Executes the middleware for an incoming namespace not already created on the server. - * - * @param name - name of incoming namespace - * @param auth - the auth parameters - * @param fn - callback - * - * @private - */ - _checkNamespace(name, auth, fn) { - if (this.parentNsps.size === 0) - return fn(false); - const keysIterator = this.parentNsps.keys(); - const run = () => { - const nextFn = keysIterator.next(); - if (nextFn.done) { - return fn(false); - } - nextFn.value(name, auth, (err, allow) => { - if (err || !allow) { - return run(); - } - if (this._nsps.has(name)) { - // the namespace was created in the meantime - debug("dynamic namespace %s already exists", name); - return fn(this._nsps.get(name)); - } - const namespace = this.parentNsps.get(nextFn.value).createChild(name); - debug("dynamic namespace %s was created", name); - fn(namespace); - }); - }; - run(); - } - path(v) { - if (!arguments.length) - return this._path; - this._path = v.replace(/\/$/, ""); - const escapedPath = this._path.replace(/[-\/\\^$*+?.()|[\]{}]/g, "\\$&"); - this.clientPathRegex = new RegExp("^" + - escapedPath + - "/socket\\.io(\\.msgpack|\\.esm)?(\\.min)?\\.js(\\.map)?(?:\\?|$)"); - return this; - } - connectTimeout(v) { - if (v === undefined) - return this._connectTimeout; - this._connectTimeout = v; - return this; - } - adapter(v) { - if (!arguments.length) - return this._adapter; - this._adapter = v; - for (const nsp of this._nsps.values()) { - nsp._initAdapter(); - } - return this; - } - /** - * Attaches socket.io to a server or port. - * - * @param srv - server or port - * @param opts - options passed to engine.io - * @return self - */ - listen(srv, opts = {}) { - return this.attach(srv, opts); - } - /** - * Attaches socket.io to a server or port. - * - * @param srv - server or port - * @param opts - options passed to engine.io - * @return self - */ - attach(srv, opts = {}) { - if ("function" == typeof srv) { - const msg = "You are trying to attach socket.io to an express " + - "request handler function. Please pass a http.Server instance."; - throw new Error(msg); - } - // handle a port as a string - if (Number(srv) == srv) { - srv = Number(srv); - } - if ("number" == typeof srv) { - debug("creating http server and binding to %d", srv); - const port = srv; - srv = http.createServer((req, res) => { - res.writeHead(404); - res.end(); - }); - srv.listen(port); - } - // merge the options passed to the Socket.IO server - Object.assign(opts, this.opts); - // set engine.io path to `/socket.io` - opts.path = opts.path || this._path; - this.initEngine(srv, opts); - return this; - } - attachApp(app /*: TemplatedApp */, opts = {}) { - // merge the options passed to the Socket.IO server - Object.assign(opts, this.opts); - // set engine.io path to `/socket.io` - opts.path = opts.path || this._path; - // initialize engine - debug("creating uWebSockets.js-based engine with opts %j", opts); - const engine = new engine_io_1.uServer(opts); - engine.attach(app, opts); - // bind to engine events - this.bind(engine); - if (this._serveClient) { - // attach static file serving - app.get(`${this._path}/*`, (res, req) => { - if (!this.clientPathRegex.test(req.getUrl())) { - req.setYield(true); - return; - } - const filename = req - .getUrl() - .replace(this._path, "") - .replace(/\?.*$/, "") - .replace(/^\//, ""); - const isMap = dotMapRegex.test(filename); - const type = isMap ? "map" : "source"; - // Per the standard, ETags must be quoted: - // https://tools.ietf.org/html/rfc7232#section-2.3 - const expectedEtag = '"' + clientVersion + '"'; - const weakEtag = "W/" + expectedEtag; - const etag = req.getHeader("if-none-match"); - if (etag) { - if (expectedEtag === etag || weakEtag === etag) { - debug("serve client %s 304", type); - res.writeStatus("304 Not Modified"); - res.end(); - return; - } - } - debug("serve client %s", type); - res.writeHeader("cache-control", "public, max-age=0"); - res.writeHeader("content-type", "application/" + (isMap ? "json" : "javascript") + "; charset=utf-8"); - res.writeHeader("etag", expectedEtag); - const filepath = path.join(__dirname, "../client-dist/", filename); - (0, uws_1.serveFile)(res, filepath); - }); - } - (0, uws_1.patchAdapter)(app); - } - /** - * Initialize engine - * - * @param srv - the server to attach to - * @param opts - options passed to engine.io - * @private - */ - initEngine(srv, opts) { - // initialize engine - debug("creating engine.io instance with opts %j", opts); - this.eio = (0, engine_io_1.attach)(srv, opts); - // attach static file serving - if (this._serveClient) - this.attachServe(srv); - // Export http server - this.httpServer = srv; - // bind to engine events - this.bind(this.eio); - } - /** - * Attaches the static file serving. - * - * @param srv http server - * @private - */ - attachServe(srv) { - debug("attaching client serving req handler"); - const evs = srv.listeners("request").slice(0); - srv.removeAllListeners("request"); - srv.on("request", (req, res) => { - if (this.clientPathRegex.test(req.url)) { - this.serve(req, res); - } - else { - for (let i = 0; i < evs.length; i++) { - evs[i].call(srv, req, res); - } - } - }); - } - /** - * Handles a request serving of client source and map - * - * @param req - * @param res - * @private - */ - serve(req, res) { - const filename = req.url.replace(this._path, "").replace(/\?.*$/, ""); - const isMap = dotMapRegex.test(filename); - const type = isMap ? "map" : "source"; - // Per the standard, ETags must be quoted: - // https://tools.ietf.org/html/rfc7232#section-2.3 - const expectedEtag = '"' + clientVersion + '"'; - const weakEtag = "W/" + expectedEtag; - const etag = req.headers["if-none-match"]; - if (etag) { - if (expectedEtag === etag || weakEtag === etag) { - debug("serve client %s 304", type); - res.writeHead(304); - res.end(); - return; - } - } - debug("serve client %s", type); - res.setHeader("Cache-Control", "public, max-age=0"); - res.setHeader("Content-Type", "application/" + (isMap ? "json" : "javascript") + "; charset=utf-8"); - res.setHeader("ETag", expectedEtag); - Server.sendFile(filename, req, res); - } - /** - * @param filename - * @param req - * @param res - * @private - */ - static sendFile(filename, req, res) { - const readStream = (0, fs_1.createReadStream)(path.join(__dirname, "../client-dist/", filename)); - const encoding = accepts(req).encodings(["br", "gzip", "deflate"]); - const onError = (err) => { - if (err) { - res.end(); - } - }; - switch (encoding) { - case "br": - res.writeHead(200, { "content-encoding": "br" }); - readStream.pipe((0, zlib_1.createBrotliCompress)()).pipe(res); - (0, stream_1.pipeline)(readStream, (0, zlib_1.createBrotliCompress)(), res, onError); - break; - case "gzip": - res.writeHead(200, { "content-encoding": "gzip" }); - (0, stream_1.pipeline)(readStream, (0, zlib_1.createGzip)(), res, onError); - break; - case "deflate": - res.writeHead(200, { "content-encoding": "deflate" }); - (0, stream_1.pipeline)(readStream, (0, zlib_1.createDeflate)(), res, onError); - break; - default: - res.writeHead(200); - (0, stream_1.pipeline)(readStream, res, onError); - } - } - /** - * Binds socket.io to an engine.io instance. - * - * @param engine engine.io (or compatible) server - * @return self - */ - bind(engine) { - this.engine = engine; - this.engine.on("connection", this.onconnection.bind(this)); - return this; - } - /** - * Called with each incoming transport connection. - * - * @param {engine.Socket} conn - * @return self - * @private - */ - onconnection(conn) { - debug("incoming connection with id %s", conn.id); - const client = new client_1.Client(this, conn); - if (conn.protocol === 3) { - // @ts-ignore - client.connect("/"); - } - return this; - } - /** - * Looks up a namespace. - * - * @example - * // with a simple string - * const myNamespace = io.of("/my-namespace"); - * - * // with a regex - * const dynamicNsp = io.of(/^\/dynamic-\d+$/).on("connection", (socket) => { - * const namespace = socket.nsp; // newNamespace.name === "/dynamic-101" - * - * // broadcast to all clients in the given sub-namespace - * namespace.emit("hello"); - * }); - * - * @param name - nsp name - * @param fn optional, nsp `connection` ev handler - */ - of(name, fn) { - if (typeof name === "function" || name instanceof RegExp) { - const parentNsp = new parent_namespace_1.ParentNamespace(this); - debug("initializing parent namespace %s", parentNsp.name); - if (typeof name === "function") { - this.parentNsps.set(name, parentNsp); - } - else { - this.parentNsps.set((nsp, conn, next) => next(null, name.test(nsp)), parentNsp); - this.parentNamespacesFromRegExp.set(name, parentNsp); - } - if (fn) { - // @ts-ignore - parentNsp.on("connect", fn); - } - return parentNsp; - } - if (String(name)[0] !== "/") - name = "/" + name; - let nsp = this._nsps.get(name); - if (!nsp) { - for (const [regex, parentNamespace] of this.parentNamespacesFromRegExp) { - if (regex.test(name)) { - debug("attaching namespace %s to parent namespace %s", name, regex); - return parentNamespace.createChild(name); - } - } - debug("initializing namespace %s", name); - nsp = new namespace_1.Namespace(this, name); - this._nsps.set(name, nsp); - if (name !== "/") { - // @ts-ignore - this.sockets.emitReserved("new_namespace", nsp); - } - } - if (fn) - nsp.on("connect", fn); - return nsp; - } - /** - * Closes server connection - * - * @param [fn] optional, called as `fn([err])` on error OR all conns closed - */ - close(fn) { - for (const socket of this.sockets.sockets.values()) { - socket._onclose("server shutting down"); - } - this.engine.close(); - // restore the Adapter prototype - (0, uws_1.restoreAdapter)(); - if (this.httpServer) { - this.httpServer.close(fn); - } - else { - fn && fn(); - } - } - /** - * Registers a middleware, which is a function that gets executed for every incoming {@link Socket}. - * - * @example - * io.use((socket, next) => { - * // ... - * next(); - * }); - * - * @param fn - the middleware function - */ - use(fn) { - this.sockets.use(fn); - return this; - } - /** - * Targets a room when emitting. - * - * @example - * // the “foo” event will be broadcast to all connected clients in the “room-101” room - * io.to("room-101").emit("foo", "bar"); - * - * // with an array of rooms (a client will be notified at most once) - * io.to(["room-101", "room-102"]).emit("foo", "bar"); - * - * // with multiple chained calls - * io.to("room-101").to("room-102").emit("foo", "bar"); - * - * @param room - a room, or an array of rooms - * @return a new {@link BroadcastOperator} instance for chaining - */ - to(room) { - return this.sockets.to(room); - } - /** - * Targets a room when emitting. Similar to `to()`, but might feel clearer in some cases: - * - * @example - * // disconnect all clients in the "room-101" room - * io.in("room-101").disconnectSockets(); - * - * @param room - a room, or an array of rooms - * @return a new {@link BroadcastOperator} instance for chaining - */ - in(room) { - return this.sockets.in(room); - } - /** - * Excludes a room when emitting. - * - * @example - * // the "foo" event will be broadcast to all connected clients, except the ones that are in the "room-101" room - * io.except("room-101").emit("foo", "bar"); - * - * // with an array of rooms - * io.except(["room-101", "room-102"]).emit("foo", "bar"); - * - * // with multiple chained calls - * io.except("room-101").except("room-102").emit("foo", "bar"); - * - * @param room - a room, or an array of rooms - * @return a new {@link BroadcastOperator} instance for chaining - */ - except(room) { - return this.sockets.except(room); - } - /** - * Emits an event and waits for an acknowledgement from all clients. - * - * @example - * try { - * const responses = await io.timeout(1000).emitWithAck("some-event"); - * console.log(responses); // one response per client - * } catch (e) { - * // some clients did not acknowledge the event in the given delay - * } - * - * @return a Promise that will be fulfilled when all clients have acknowledged the event - */ - emitWithAck(ev, ...args) { - return this.sockets.emitWithAck(ev, ...args); - } - /** - * Sends a `message` event to all clients. - * - * This method mimics the WebSocket.send() method. - * - * @see https://developer.mozilla.org/en-US/docs/Web/API/WebSocket/send - * - * @example - * io.send("hello"); - * - * // this is equivalent to - * io.emit("message", "hello"); - * - * @return self - */ - send(...args) { - this.sockets.emit("message", ...args); - return this; - } - /** - * Sends a `message` event to all clients. Alias of {@link send}. - * - * @return self - */ - write(...args) { - this.sockets.emit("message", ...args); - return this; - } - /** - * Sends a message to the other Socket.IO servers of the cluster. - * - * @example - * io.serverSideEmit("hello", "world"); - * - * io.on("hello", (arg1) => { - * console.log(arg1); // prints "world" - * }); - * - * // acknowledgements (without binary content) are supported too: - * io.serverSideEmit("ping", (err, responses) => { - * if (err) { - * // some servers did not acknowledge the event in the given delay - * } else { - * console.log(responses); // one response per server (except the current one) - * } - * }); - * - * io.on("ping", (cb) => { - * cb("pong"); - * }); - * - * @param ev - the event name - * @param args - an array of arguments, which may include an acknowledgement callback at the end - */ - serverSideEmit(ev, ...args) { - return this.sockets.serverSideEmit(ev, ...args); - } - /** - * Sends a message and expect an acknowledgement from the other Socket.IO servers of the cluster. - * - * @example - * try { - * const responses = await io.serverSideEmitWithAck("ping"); - * console.log(responses); // one response per server (except the current one) - * } catch (e) { - * // some servers did not acknowledge the event in the given delay - * } - * - * @param ev - the event name - * @param args - an array of arguments - * - * @return a Promise that will be fulfilled when all servers have acknowledged the event - */ - serverSideEmitWithAck(ev, ...args) { - return this.sockets.serverSideEmitWithAck(ev, ...args); - } - /** - * Gets a list of socket ids. - * - * @deprecated this method will be removed in the next major release, please use {@link Server#serverSideEmit} or - * {@link Server#fetchSockets} instead. - */ - allSockets() { - return this.sockets.allSockets(); - } - /** - * Sets the compress flag. - * - * @example - * io.compress(false).emit("hello"); - * - * @param compress - if `true`, compresses the sending data - * @return a new {@link BroadcastOperator} instance for chaining - */ - compress(compress) { - return this.sockets.compress(compress); - } - /** - * Sets a modifier for a subsequent event emission that the event data may be lost if the client is not ready to - * receive messages (because of network slowness or other issues, or because they’re connected through long polling - * and is in the middle of a request-response cycle). - * - * @example - * io.volatile.emit("hello"); // the clients may or may not receive it - * - * @return a new {@link BroadcastOperator} instance for chaining - */ - get volatile() { - return this.sockets.volatile; - } - /** - * Sets a modifier for a subsequent event emission that the event data will only be broadcast to the current node. - * - * @example - * // the “foo” event will be broadcast to all connected clients on this node - * io.local.emit("foo", "bar"); - * - * @return a new {@link BroadcastOperator} instance for chaining - */ - get local() { - return this.sockets.local; - } - /** - * Adds a timeout in milliseconds for the next operation. - * - * @example - * io.timeout(1000).emit("some-event", (err, responses) => { - * if (err) { - * // some clients did not acknowledge the event in the given delay - * } else { - * console.log(responses); // one response per client - * } - * }); - * - * @param timeout - */ - timeout(timeout) { - return this.sockets.timeout(timeout); - } - /** - * Returns the matching socket instances. - * - * Note: this method also works within a cluster of multiple Socket.IO servers, with a compatible {@link Adapter}. - * - * @example - * // return all Socket instances - * const sockets = await io.fetchSockets(); - * - * // return all Socket instances in the "room1" room - * const sockets = await io.in("room1").fetchSockets(); - * - * for (const socket of sockets) { - * console.log(socket.id); - * console.log(socket.handshake); - * console.log(socket.rooms); - * console.log(socket.data); - * - * socket.emit("hello"); - * socket.join("room1"); - * socket.leave("room2"); - * socket.disconnect(); - * } - */ - fetchSockets() { - return this.sockets.fetchSockets(); - } - /** - * Makes the matching socket instances join the specified rooms. - * - * Note: this method also works within a cluster of multiple Socket.IO servers, with a compatible {@link Adapter}. - * - * @example - * - * // make all socket instances join the "room1" room - * io.socketsJoin("room1"); - * - * // make all socket instances in the "room1" room join the "room2" and "room3" rooms - * io.in("room1").socketsJoin(["room2", "room3"]); - * - * @param room - a room, or an array of rooms - */ - socketsJoin(room) { - return this.sockets.socketsJoin(room); - } - /** - * Makes the matching socket instances leave the specified rooms. - * - * Note: this method also works within a cluster of multiple Socket.IO servers, with a compatible {@link Adapter}. - * - * @example - * // make all socket instances leave the "room1" room - * io.socketsLeave("room1"); - * - * // make all socket instances in the "room1" room leave the "room2" and "room3" rooms - * io.in("room1").socketsLeave(["room2", "room3"]); - * - * @param room - a room, or an array of rooms - */ - socketsLeave(room) { - return this.sockets.socketsLeave(room); - } - /** - * Makes the matching socket instances disconnect. - * - * Note: this method also works within a cluster of multiple Socket.IO servers, with a compatible {@link Adapter}. - * - * @example - * // make all socket instances disconnect (the connections might be kept alive for other namespaces) - * io.disconnectSockets(); - * - * // make all socket instances in the "room1" room disconnect and close the underlying connections - * io.in("room1").disconnectSockets(true); - * - * @param close - whether to close the underlying connection - */ - disconnectSockets(close = false) { - return this.sockets.disconnectSockets(close); - } -} -exports.Server = Server; -/** - * Expose main namespace (/). - */ -const emitterMethods = Object.keys(events_1.EventEmitter.prototype).filter(function (key) { - return typeof events_1.EventEmitter.prototype[key] === "function"; -}); -emitterMethods.forEach(function (fn) { - Server.prototype[fn] = function () { - return this.sockets[fn].apply(this.sockets, arguments); - }; -}); -module.exports = (srv, opts) => new Server(srv, opts); -module.exports.Server = Server; -module.exports.Namespace = namespace_1.Namespace; -module.exports.Socket = socket_1.Socket; -var socket_2 = require("./socket"); diff --git a/software/flow/node_modules/socket.io/dist/namespace.d.ts b/software/flow/node_modules/socket.io/dist/namespace.d.ts deleted file mode 100644 index 8173537..0000000 --- a/software/flow/node_modules/socket.io/dist/namespace.d.ts +++ /dev/null @@ -1,442 +0,0 @@ -import { Socket } from "./socket"; -import type { Server } from "./index"; -import { EventParams, EventNames, EventsMap, StrictEventEmitter, DefaultEventsMap, DecorateAcknowledgementsWithTimeoutAndMultipleResponses, AllButLast, Last, FirstArg, SecondArg } from "./typed-events"; -import type { Client } from "./client"; -import type { Adapter, Room, SocketId } from "socket.io-adapter"; -import { BroadcastOperator } from "./broadcast-operator"; -export interface ExtendedError extends Error { - data?: any; -} -export interface NamespaceReservedEventsMap<ListenEvents extends EventsMap, EmitEvents extends EventsMap, ServerSideEvents extends EventsMap, SocketData> { - connect: (socket: Socket<ListenEvents, EmitEvents, ServerSideEvents, SocketData>) => void; - connection: (socket: Socket<ListenEvents, EmitEvents, ServerSideEvents, SocketData>) => void; -} -export interface ServerReservedEventsMap<ListenEvents extends EventsMap, EmitEvents extends EventsMap, ServerSideEvents extends EventsMap, SocketData> extends NamespaceReservedEventsMap<ListenEvents, EmitEvents, ServerSideEvents, SocketData> { - new_namespace: (namespace: Namespace<ListenEvents, EmitEvents, ServerSideEvents, SocketData>) => void; -} -export declare const RESERVED_EVENTS: ReadonlySet<string | Symbol>; -/** - * A Namespace is a communication channel that allows you to split the logic of your application over a single shared - * connection. - * - * Each namespace has its own: - * - * - event handlers - * - * ``` - * io.of("/orders").on("connection", (socket) => { - * socket.on("order:list", () => {}); - * socket.on("order:create", () => {}); - * }); - * - * io.of("/users").on("connection", (socket) => { - * socket.on("user:list", () => {}); - * }); - * ``` - * - * - rooms - * - * ``` - * const orderNamespace = io.of("/orders"); - * - * orderNamespace.on("connection", (socket) => { - * socket.join("room1"); - * orderNamespace.to("room1").emit("hello"); - * }); - * - * const userNamespace = io.of("/users"); - * - * userNamespace.on("connection", (socket) => { - * socket.join("room1"); // distinct from the room in the "orders" namespace - * userNamespace.to("room1").emit("holà"); - * }); - * ``` - * - * - middlewares - * - * ``` - * const orderNamespace = io.of("/orders"); - * - * orderNamespace.use((socket, next) => { - * // ensure the socket has access to the "orders" namespace - * }); - * - * const userNamespace = io.of("/users"); - * - * userNamespace.use((socket, next) => { - * // ensure the socket has access to the "users" namespace - * }); - * ``` - */ -export declare class Namespace<ListenEvents extends EventsMap = DefaultEventsMap, EmitEvents extends EventsMap = ListenEvents, ServerSideEvents extends EventsMap = DefaultEventsMap, SocketData = any> extends StrictEventEmitter<ServerSideEvents, EmitEvents, NamespaceReservedEventsMap<ListenEvents, EmitEvents, ServerSideEvents, SocketData>> { - readonly name: string; - readonly sockets: Map<SocketId, Socket<ListenEvents, EmitEvents, ServerSideEvents, SocketData>>; - adapter: Adapter; - /** @private */ - readonly server: Server<ListenEvents, EmitEvents, ServerSideEvents, SocketData>; - /** @private */ - _fns: Array<(socket: Socket<ListenEvents, EmitEvents, ServerSideEvents, SocketData>, next: (err?: ExtendedError) => void) => void>; - /** @private */ - _ids: number; - /** - * Namespace constructor. - * - * @param server instance - * @param name - */ - constructor(server: Server<ListenEvents, EmitEvents, ServerSideEvents, SocketData>, name: string); - /** - * Initializes the `Adapter` for this nsp. - * Run upon changing adapter by `Server#adapter` - * in addition to the constructor. - * - * @private - */ - _initAdapter(): void; - /** - * Registers a middleware, which is a function that gets executed for every incoming {@link Socket}. - * - * @example - * const myNamespace = io.of("/my-namespace"); - * - * myNamespace.use((socket, next) => { - * // ... - * next(); - * }); - * - * @param fn - the middleware function - */ - use(fn: (socket: Socket<ListenEvents, EmitEvents, ServerSideEvents, SocketData>, next: (err?: ExtendedError) => void) => void): this; - /** - * Executes the middleware for an incoming client. - * - * @param socket - the socket that will get added - * @param fn - last fn call in the middleware - * @private - */ - private run; - /** - * Targets a room when emitting. - * - * @example - * const myNamespace = io.of("/my-namespace"); - * - * // the “foo” event will be broadcast to all connected clients in the “room-101” room - * myNamespace.to("room-101").emit("foo", "bar"); - * - * // with an array of rooms (a client will be notified at most once) - * myNamespace.to(["room-101", "room-102"]).emit("foo", "bar"); - * - * // with multiple chained calls - * myNamespace.to("room-101").to("room-102").emit("foo", "bar"); - * - * @param room - a room, or an array of rooms - * @return a new {@link BroadcastOperator} instance for chaining - */ - to(room: Room | Room[]): BroadcastOperator<EmitEvents, SocketData>; - /** - * Targets a room when emitting. Similar to `to()`, but might feel clearer in some cases: - * - * @example - * const myNamespace = io.of("/my-namespace"); - * - * // disconnect all clients in the "room-101" room - * myNamespace.in("room-101").disconnectSockets(); - * - * @param room - a room, or an array of rooms - * @return a new {@link BroadcastOperator} instance for chaining - */ - in(room: Room | Room[]): BroadcastOperator<EmitEvents, SocketData>; - /** - * Excludes a room when emitting. - * - * @example - * const myNamespace = io.of("/my-namespace"); - * - * // the "foo" event will be broadcast to all connected clients, except the ones that are in the "room-101" room - * myNamespace.except("room-101").emit("foo", "bar"); - * - * // with an array of rooms - * myNamespace.except(["room-101", "room-102"]).emit("foo", "bar"); - * - * // with multiple chained calls - * myNamespace.except("room-101").except("room-102").emit("foo", "bar"); - * - * @param room - a room, or an array of rooms - * @return a new {@link BroadcastOperator} instance for chaining - */ - except(room: Room | Room[]): BroadcastOperator<EmitEvents, SocketData>; - /** - * Adds a new client. - * - * @return {Socket} - * @private - */ - _add(client: Client<ListenEvents, EmitEvents, ServerSideEvents>, auth: Record<string, unknown>, fn: (socket: Socket<ListenEvents, EmitEvents, ServerSideEvents, SocketData>) => void): any; - private _createSocket; - private _doConnect; - /** - * Removes a client. Called by each `Socket`. - * - * @private - */ - _remove(socket: Socket<ListenEvents, EmitEvents, ServerSideEvents, SocketData>): void; - /** - * Emits to all connected clients. - * - * @example - * const myNamespace = io.of("/my-namespace"); - * - * myNamespace.emit("hello", "world"); - * - * // all serializable datastructures are supported (no need to call JSON.stringify) - * myNamespace.emit("hello", 1, "2", { 3: ["4"], 5: Uint8Array.from([6]) }); - * - * // with an acknowledgement from the clients - * myNamespace.timeout(1000).emit("some-event", (err, responses) => { - * if (err) { - * // some clients did not acknowledge the event in the given delay - * } else { - * console.log(responses); // one response per client - * } - * }); - * - * @return Always true - */ - emit<Ev extends EventNames<EmitEvents>>(ev: Ev, ...args: EventParams<EmitEvents, Ev>): boolean; - /** - * Emits an event and waits for an acknowledgement from all clients. - * - * @example - * const myNamespace = io.of("/my-namespace"); - * - * try { - * const responses = await myNamespace.timeout(1000).emitWithAck("some-event"); - * console.log(responses); // one response per client - * } catch (e) { - * // some clients did not acknowledge the event in the given delay - * } - * - * @return a Promise that will be fulfilled when all clients have acknowledged the event - */ - emitWithAck<Ev extends EventNames<EmitEvents>>(ev: Ev, ...args: AllButLast<EventParams<EmitEvents, Ev>>): Promise<SecondArg<Last<EventParams<EmitEvents, Ev>>>>; - /** - * Sends a `message` event to all clients. - * - * This method mimics the WebSocket.send() method. - * - * @see https://developer.mozilla.org/en-US/docs/Web/API/WebSocket/send - * - * @example - * const myNamespace = io.of("/my-namespace"); - * - * myNamespace.send("hello"); - * - * // this is equivalent to - * myNamespace.emit("message", "hello"); - * - * @return self - */ - send(...args: EventParams<EmitEvents, "message">): this; - /** - * Sends a `message` event to all clients. Sends a `message` event. Alias of {@link send}. - * - * @return self - */ - write(...args: EventParams<EmitEvents, "message">): this; - /** - * Sends a message to the other Socket.IO servers of the cluster. - * - * @example - * const myNamespace = io.of("/my-namespace"); - * - * myNamespace.serverSideEmit("hello", "world"); - * - * myNamespace.on("hello", (arg1) => { - * console.log(arg1); // prints "world" - * }); - * - * // acknowledgements (without binary content) are supported too: - * myNamespace.serverSideEmit("ping", (err, responses) => { - * if (err) { - * // some servers did not acknowledge the event in the given delay - * } else { - * console.log(responses); // one response per server (except the current one) - * } - * }); - * - * myNamespace.on("ping", (cb) => { - * cb("pong"); - * }); - * - * @param ev - the event name - * @param args - an array of arguments, which may include an acknowledgement callback at the end - */ - serverSideEmit<Ev extends EventNames<ServerSideEvents>>(ev: Ev, ...args: EventParams<DecorateAcknowledgementsWithTimeoutAndMultipleResponses<ServerSideEvents>, Ev>): boolean; - /** - * Sends a message and expect an acknowledgement from the other Socket.IO servers of the cluster. - * - * @example - * const myNamespace = io.of("/my-namespace"); - * - * try { - * const responses = await myNamespace.serverSideEmitWithAck("ping"); - * console.log(responses); // one response per server (except the current one) - * } catch (e) { - * // some servers did not acknowledge the event in the given delay - * } - * - * @param ev - the event name - * @param args - an array of arguments - * - * @return a Promise that will be fulfilled when all servers have acknowledged the event - */ - serverSideEmitWithAck<Ev extends EventNames<ServerSideEvents>>(ev: Ev, ...args: AllButLast<EventParams<ServerSideEvents, Ev>>): Promise<FirstArg<Last<EventParams<ServerSideEvents, Ev>>>[]>; - /** - * Called when a packet is received from another Socket.IO server - * - * @param args - an array of arguments, which may include an acknowledgement callback at the end - * - * @private - */ - _onServerSideEmit(args: [string, ...any[]]): void; - /** - * Gets a list of clients. - * - * @deprecated this method will be removed in the next major release, please use {@link Namespace#serverSideEmit} or - * {@link Namespace#fetchSockets} instead. - */ - allSockets(): Promise<Set<SocketId>>; - /** - * Sets the compress flag. - * - * @example - * const myNamespace = io.of("/my-namespace"); - * - * myNamespace.compress(false).emit("hello"); - * - * @param compress - if `true`, compresses the sending data - * @return self - */ - compress(compress: boolean): BroadcastOperator<EmitEvents, SocketData>; - /** - * Sets a modifier for a subsequent event emission that the event data may be lost if the client is not ready to - * receive messages (because of network slowness or other issues, or because they’re connected through long polling - * and is in the middle of a request-response cycle). - * - * @example - * const myNamespace = io.of("/my-namespace"); - * - * myNamespace.volatile.emit("hello"); // the clients may or may not receive it - * - * @return self - */ - get volatile(): BroadcastOperator<EmitEvents, SocketData>; - /** - * Sets a modifier for a subsequent event emission that the event data will only be broadcast to the current node. - * - * @example - * const myNamespace = io.of("/my-namespace"); - * - * // the “foo” event will be broadcast to all connected clients on this node - * myNamespace.local.emit("foo", "bar"); - * - * @return a new {@link BroadcastOperator} instance for chaining - */ - get local(): BroadcastOperator<EmitEvents, SocketData>; - /** - * Adds a timeout in milliseconds for the next operation. - * - * @example - * const myNamespace = io.of("/my-namespace"); - * - * myNamespace.timeout(1000).emit("some-event", (err, responses) => { - * if (err) { - * // some clients did not acknowledge the event in the given delay - * } else { - * console.log(responses); // one response per client - * } - * }); - * - * @param timeout - */ - timeout(timeout: number): BroadcastOperator<DecorateAcknowledgementsWithTimeoutAndMultipleResponses<EmitEvents>, SocketData>; - /** - * Returns the matching socket instances. - * - * Note: this method also works within a cluster of multiple Socket.IO servers, with a compatible {@link Adapter}. - * - * @example - * const myNamespace = io.of("/my-namespace"); - * - * // return all Socket instances - * const sockets = await myNamespace.fetchSockets(); - * - * // return all Socket instances in the "room1" room - * const sockets = await myNamespace.in("room1").fetchSockets(); - * - * for (const socket of sockets) { - * console.log(socket.id); - * console.log(socket.handshake); - * console.log(socket.rooms); - * console.log(socket.data); - * - * socket.emit("hello"); - * socket.join("room1"); - * socket.leave("room2"); - * socket.disconnect(); - * } - */ - fetchSockets(): Promise<import("./broadcast-operator").RemoteSocket<EmitEvents, SocketData>[]>; - /** - * Makes the matching socket instances join the specified rooms. - * - * Note: this method also works within a cluster of multiple Socket.IO servers, with a compatible {@link Adapter}. - * - * @example - * const myNamespace = io.of("/my-namespace"); - * - * // make all socket instances join the "room1" room - * myNamespace.socketsJoin("room1"); - * - * // make all socket instances in the "room1" room join the "room2" and "room3" rooms - * myNamespace.in("room1").socketsJoin(["room2", "room3"]); - * - * @param room - a room, or an array of rooms - */ - socketsJoin(room: Room | Room[]): void; - /** - * Makes the matching socket instances leave the specified rooms. - * - * Note: this method also works within a cluster of multiple Socket.IO servers, with a compatible {@link Adapter}. - * - * @example - * const myNamespace = io.of("/my-namespace"); - * - * // make all socket instances leave the "room1" room - * myNamespace.socketsLeave("room1"); - * - * // make all socket instances in the "room1" room leave the "room2" and "room3" rooms - * myNamespace.in("room1").socketsLeave(["room2", "room3"]); - * - * @param room - a room, or an array of rooms - */ - socketsLeave(room: Room | Room[]): void; - /** - * Makes the matching socket instances disconnect. - * - * Note: this method also works within a cluster of multiple Socket.IO servers, with a compatible {@link Adapter}. - * - * @example - * const myNamespace = io.of("/my-namespace"); - * - * // make all socket instances disconnect (the connections might be kept alive for other namespaces) - * myNamespace.disconnectSockets(); - * - * // make all socket instances in the "room1" room disconnect and close the underlying connections - * myNamespace.in("room1").disconnectSockets(true); - * - * @param close - whether to close the underlying connection - */ - disconnectSockets(close?: boolean): void; -} diff --git a/software/flow/node_modules/socket.io/dist/namespace.js b/software/flow/node_modules/socket.io/dist/namespace.js deleted file mode 100644 index 80fa14f..0000000 --- a/software/flow/node_modules/socket.io/dist/namespace.js +++ /dev/null @@ -1,593 +0,0 @@ -"use strict"; -var __importDefault = (this && this.__importDefault) || function (mod) { - return (mod && mod.__esModule) ? mod : { "default": mod }; -}; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.Namespace = exports.RESERVED_EVENTS = void 0; -const socket_1 = require("./socket"); -const typed_events_1 = require("./typed-events"); -const debug_1 = __importDefault(require("debug")); -const broadcast_operator_1 = require("./broadcast-operator"); -const debug = (0, debug_1.default)("socket.io:namespace"); -exports.RESERVED_EVENTS = new Set(["connect", "connection", "new_namespace"]); -/** - * A Namespace is a communication channel that allows you to split the logic of your application over a single shared - * connection. - * - * Each namespace has its own: - * - * - event handlers - * - * ``` - * io.of("/orders").on("connection", (socket) => { - * socket.on("order:list", () => {}); - * socket.on("order:create", () => {}); - * }); - * - * io.of("/users").on("connection", (socket) => { - * socket.on("user:list", () => {}); - * }); - * ``` - * - * - rooms - * - * ``` - * const orderNamespace = io.of("/orders"); - * - * orderNamespace.on("connection", (socket) => { - * socket.join("room1"); - * orderNamespace.to("room1").emit("hello"); - * }); - * - * const userNamespace = io.of("/users"); - * - * userNamespace.on("connection", (socket) => { - * socket.join("room1"); // distinct from the room in the "orders" namespace - * userNamespace.to("room1").emit("holà"); - * }); - * ``` - * - * - middlewares - * - * ``` - * const orderNamespace = io.of("/orders"); - * - * orderNamespace.use((socket, next) => { - * // ensure the socket has access to the "orders" namespace - * }); - * - * const userNamespace = io.of("/users"); - * - * userNamespace.use((socket, next) => { - * // ensure the socket has access to the "users" namespace - * }); - * ``` - */ -class Namespace extends typed_events_1.StrictEventEmitter { - /** - * Namespace constructor. - * - * @param server instance - * @param name - */ - constructor(server, name) { - super(); - this.sockets = new Map(); - /** @private */ - this._fns = []; - /** @private */ - this._ids = 0; - this.server = server; - this.name = name; - this._initAdapter(); - } - /** - * Initializes the `Adapter` for this nsp. - * Run upon changing adapter by `Server#adapter` - * in addition to the constructor. - * - * @private - */ - _initAdapter() { - // @ts-ignore - this.adapter = new (this.server.adapter())(this); - } - /** - * Registers a middleware, which is a function that gets executed for every incoming {@link Socket}. - * - * @example - * const myNamespace = io.of("/my-namespace"); - * - * myNamespace.use((socket, next) => { - * // ... - * next(); - * }); - * - * @param fn - the middleware function - */ - use(fn) { - this._fns.push(fn); - return this; - } - /** - * Executes the middleware for an incoming client. - * - * @param socket - the socket that will get added - * @param fn - last fn call in the middleware - * @private - */ - run(socket, fn) { - const fns = this._fns.slice(0); - if (!fns.length) - return fn(null); - function run(i) { - fns[i](socket, function (err) { - // upon error, short-circuit - if (err) - return fn(err); - // if no middleware left, summon callback - if (!fns[i + 1]) - return fn(null); - // go on to next - run(i + 1); - }); - } - run(0); - } - /** - * Targets a room when emitting. - * - * @example - * const myNamespace = io.of("/my-namespace"); - * - * // the “foo” event will be broadcast to all connected clients in the “room-101” room - * myNamespace.to("room-101").emit("foo", "bar"); - * - * // with an array of rooms (a client will be notified at most once) - * myNamespace.to(["room-101", "room-102"]).emit("foo", "bar"); - * - * // with multiple chained calls - * myNamespace.to("room-101").to("room-102").emit("foo", "bar"); - * - * @param room - a room, or an array of rooms - * @return a new {@link BroadcastOperator} instance for chaining - */ - to(room) { - return new broadcast_operator_1.BroadcastOperator(this.adapter).to(room); - } - /** - * Targets a room when emitting. Similar to `to()`, but might feel clearer in some cases: - * - * @example - * const myNamespace = io.of("/my-namespace"); - * - * // disconnect all clients in the "room-101" room - * myNamespace.in("room-101").disconnectSockets(); - * - * @param room - a room, or an array of rooms - * @return a new {@link BroadcastOperator} instance for chaining - */ - in(room) { - return new broadcast_operator_1.BroadcastOperator(this.adapter).in(room); - } - /** - * Excludes a room when emitting. - * - * @example - * const myNamespace = io.of("/my-namespace"); - * - * // the "foo" event will be broadcast to all connected clients, except the ones that are in the "room-101" room - * myNamespace.except("room-101").emit("foo", "bar"); - * - * // with an array of rooms - * myNamespace.except(["room-101", "room-102"]).emit("foo", "bar"); - * - * // with multiple chained calls - * myNamespace.except("room-101").except("room-102").emit("foo", "bar"); - * - * @param room - a room, or an array of rooms - * @return a new {@link BroadcastOperator} instance for chaining - */ - except(room) { - return new broadcast_operator_1.BroadcastOperator(this.adapter).except(room); - } - /** - * Adds a new client. - * - * @return {Socket} - * @private - */ - async _add(client, auth, fn) { - var _a; - debug("adding socket to nsp %s", this.name); - const socket = await this._createSocket(client, auth); - if ( - // @ts-ignore - ((_a = this.server.opts.connectionStateRecovery) === null || _a === void 0 ? void 0 : _a.skipMiddlewares) && - socket.recovered && - client.conn.readyState === "open") { - return this._doConnect(socket, fn); - } - this.run(socket, (err) => { - process.nextTick(() => { - if ("open" !== client.conn.readyState) { - debug("next called after client was closed - ignoring socket"); - socket._cleanup(); - return; - } - if (err) { - debug("middleware error, sending CONNECT_ERROR packet to the client"); - socket._cleanup(); - if (client.conn.protocol === 3) { - return socket._error(err.data || err.message); - } - else { - return socket._error({ - message: err.message, - data: err.data, - }); - } - } - this._doConnect(socket, fn); - }); - }); - } - async _createSocket(client, auth) { - const sessionId = auth.pid; - const offset = auth.offset; - if ( - // @ts-ignore - this.server.opts.connectionStateRecovery && - typeof sessionId === "string" && - typeof offset === "string") { - let session; - try { - session = await this.adapter.restoreSession(sessionId, offset); - } - catch (e) { - debug("error while restoring session: %s", e); - } - if (session) { - debug("connection state recovered for sid %s", session.sid); - return new socket_1.Socket(this, client, auth, session); - } - } - return new socket_1.Socket(this, client, auth); - } - _doConnect(socket, fn) { - // track socket - this.sockets.set(socket.id, socket); - // it's paramount that the internal `onconnect` logic - // fires before user-set events to prevent state order - // violations (such as a disconnection before the connection - // logic is complete) - socket._onconnect(); - if (fn) - fn(socket); - // fire user-set events - this.emitReserved("connect", socket); - this.emitReserved("connection", socket); - } - /** - * Removes a client. Called by each `Socket`. - * - * @private - */ - _remove(socket) { - if (this.sockets.has(socket.id)) { - this.sockets.delete(socket.id); - } - else { - debug("ignoring remove for %s", socket.id); - } - } - /** - * Emits to all connected clients. - * - * @example - * const myNamespace = io.of("/my-namespace"); - * - * myNamespace.emit("hello", "world"); - * - * // all serializable datastructures are supported (no need to call JSON.stringify) - * myNamespace.emit("hello", 1, "2", { 3: ["4"], 5: Uint8Array.from([6]) }); - * - * // with an acknowledgement from the clients - * myNamespace.timeout(1000).emit("some-event", (err, responses) => { - * if (err) { - * // some clients did not acknowledge the event in the given delay - * } else { - * console.log(responses); // one response per client - * } - * }); - * - * @return Always true - */ - emit(ev, ...args) { - return new broadcast_operator_1.BroadcastOperator(this.adapter).emit(ev, ...args); - } - /** - * Emits an event and waits for an acknowledgement from all clients. - * - * @example - * const myNamespace = io.of("/my-namespace"); - * - * try { - * const responses = await myNamespace.timeout(1000).emitWithAck("some-event"); - * console.log(responses); // one response per client - * } catch (e) { - * // some clients did not acknowledge the event in the given delay - * } - * - * @return a Promise that will be fulfilled when all clients have acknowledged the event - */ - emitWithAck(ev, ...args) { - return new broadcast_operator_1.BroadcastOperator(this.adapter).emitWithAck(ev, ...args); - } - /** - * Sends a `message` event to all clients. - * - * This method mimics the WebSocket.send() method. - * - * @see https://developer.mozilla.org/en-US/docs/Web/API/WebSocket/send - * - * @example - * const myNamespace = io.of("/my-namespace"); - * - * myNamespace.send("hello"); - * - * // this is equivalent to - * myNamespace.emit("message", "hello"); - * - * @return self - */ - send(...args) { - this.emit("message", ...args); - return this; - } - /** - * Sends a `message` event to all clients. Sends a `message` event. Alias of {@link send}. - * - * @return self - */ - write(...args) { - this.emit("message", ...args); - return this; - } - /** - * Sends a message to the other Socket.IO servers of the cluster. - * - * @example - * const myNamespace = io.of("/my-namespace"); - * - * myNamespace.serverSideEmit("hello", "world"); - * - * myNamespace.on("hello", (arg1) => { - * console.log(arg1); // prints "world" - * }); - * - * // acknowledgements (without binary content) are supported too: - * myNamespace.serverSideEmit("ping", (err, responses) => { - * if (err) { - * // some servers did not acknowledge the event in the given delay - * } else { - * console.log(responses); // one response per server (except the current one) - * } - * }); - * - * myNamespace.on("ping", (cb) => { - * cb("pong"); - * }); - * - * @param ev - the event name - * @param args - an array of arguments, which may include an acknowledgement callback at the end - */ - serverSideEmit(ev, ...args) { - if (exports.RESERVED_EVENTS.has(ev)) { - throw new Error(`"${String(ev)}" is a reserved event name`); - } - args.unshift(ev); - this.adapter.serverSideEmit(args); - return true; - } - /** - * Sends a message and expect an acknowledgement from the other Socket.IO servers of the cluster. - * - * @example - * const myNamespace = io.of("/my-namespace"); - * - * try { - * const responses = await myNamespace.serverSideEmitWithAck("ping"); - * console.log(responses); // one response per server (except the current one) - * } catch (e) { - * // some servers did not acknowledge the event in the given delay - * } - * - * @param ev - the event name - * @param args - an array of arguments - * - * @return a Promise that will be fulfilled when all servers have acknowledged the event - */ - serverSideEmitWithAck(ev, ...args) { - return new Promise((resolve, reject) => { - args.push((err, responses) => { - if (err) { - err.responses = responses; - return reject(err); - } - else { - return resolve(responses); - } - }); - this.serverSideEmit(ev, ...args); - }); - } - /** - * Called when a packet is received from another Socket.IO server - * - * @param args - an array of arguments, which may include an acknowledgement callback at the end - * - * @private - */ - _onServerSideEmit(args) { - super.emitUntyped.apply(this, args); - } - /** - * Gets a list of clients. - * - * @deprecated this method will be removed in the next major release, please use {@link Namespace#serverSideEmit} or - * {@link Namespace#fetchSockets} instead. - */ - allSockets() { - return new broadcast_operator_1.BroadcastOperator(this.adapter).allSockets(); - } - /** - * Sets the compress flag. - * - * @example - * const myNamespace = io.of("/my-namespace"); - * - * myNamespace.compress(false).emit("hello"); - * - * @param compress - if `true`, compresses the sending data - * @return self - */ - compress(compress) { - return new broadcast_operator_1.BroadcastOperator(this.adapter).compress(compress); - } - /** - * Sets a modifier for a subsequent event emission that the event data may be lost if the client is not ready to - * receive messages (because of network slowness or other issues, or because they’re connected through long polling - * and is in the middle of a request-response cycle). - * - * @example - * const myNamespace = io.of("/my-namespace"); - * - * myNamespace.volatile.emit("hello"); // the clients may or may not receive it - * - * @return self - */ - get volatile() { - return new broadcast_operator_1.BroadcastOperator(this.adapter).volatile; - } - /** - * Sets a modifier for a subsequent event emission that the event data will only be broadcast to the current node. - * - * @example - * const myNamespace = io.of("/my-namespace"); - * - * // the “foo” event will be broadcast to all connected clients on this node - * myNamespace.local.emit("foo", "bar"); - * - * @return a new {@link BroadcastOperator} instance for chaining - */ - get local() { - return new broadcast_operator_1.BroadcastOperator(this.adapter).local; - } - /** - * Adds a timeout in milliseconds for the next operation. - * - * @example - * const myNamespace = io.of("/my-namespace"); - * - * myNamespace.timeout(1000).emit("some-event", (err, responses) => { - * if (err) { - * // some clients did not acknowledge the event in the given delay - * } else { - * console.log(responses); // one response per client - * } - * }); - * - * @param timeout - */ - timeout(timeout) { - return new broadcast_operator_1.BroadcastOperator(this.adapter).timeout(timeout); - } - /** - * Returns the matching socket instances. - * - * Note: this method also works within a cluster of multiple Socket.IO servers, with a compatible {@link Adapter}. - * - * @example - * const myNamespace = io.of("/my-namespace"); - * - * // return all Socket instances - * const sockets = await myNamespace.fetchSockets(); - * - * // return all Socket instances in the "room1" room - * const sockets = await myNamespace.in("room1").fetchSockets(); - * - * for (const socket of sockets) { - * console.log(socket.id); - * console.log(socket.handshake); - * console.log(socket.rooms); - * console.log(socket.data); - * - * socket.emit("hello"); - * socket.join("room1"); - * socket.leave("room2"); - * socket.disconnect(); - * } - */ - fetchSockets() { - return new broadcast_operator_1.BroadcastOperator(this.adapter).fetchSockets(); - } - /** - * Makes the matching socket instances join the specified rooms. - * - * Note: this method also works within a cluster of multiple Socket.IO servers, with a compatible {@link Adapter}. - * - * @example - * const myNamespace = io.of("/my-namespace"); - * - * // make all socket instances join the "room1" room - * myNamespace.socketsJoin("room1"); - * - * // make all socket instances in the "room1" room join the "room2" and "room3" rooms - * myNamespace.in("room1").socketsJoin(["room2", "room3"]); - * - * @param room - a room, or an array of rooms - */ - socketsJoin(room) { - return new broadcast_operator_1.BroadcastOperator(this.adapter).socketsJoin(room); - } - /** - * Makes the matching socket instances leave the specified rooms. - * - * Note: this method also works within a cluster of multiple Socket.IO servers, with a compatible {@link Adapter}. - * - * @example - * const myNamespace = io.of("/my-namespace"); - * - * // make all socket instances leave the "room1" room - * myNamespace.socketsLeave("room1"); - * - * // make all socket instances in the "room1" room leave the "room2" and "room3" rooms - * myNamespace.in("room1").socketsLeave(["room2", "room3"]); - * - * @param room - a room, or an array of rooms - */ - socketsLeave(room) { - return new broadcast_operator_1.BroadcastOperator(this.adapter).socketsLeave(room); - } - /** - * Makes the matching socket instances disconnect. - * - * Note: this method also works within a cluster of multiple Socket.IO servers, with a compatible {@link Adapter}. - * - * @example - * const myNamespace = io.of("/my-namespace"); - * - * // make all socket instances disconnect (the connections might be kept alive for other namespaces) - * myNamespace.disconnectSockets(); - * - * // make all socket instances in the "room1" room disconnect and close the underlying connections - * myNamespace.in("room1").disconnectSockets(true); - * - * @param close - whether to close the underlying connection - */ - disconnectSockets(close = false) { - return new broadcast_operator_1.BroadcastOperator(this.adapter).disconnectSockets(close); - } -} -exports.Namespace = Namespace; diff --git a/software/flow/node_modules/socket.io/dist/parent-namespace.d.ts b/software/flow/node_modules/socket.io/dist/parent-namespace.d.ts deleted file mode 100644 index dcc9956..0000000 --- a/software/flow/node_modules/socket.io/dist/parent-namespace.d.ts +++ /dev/null @@ -1,30 +0,0 @@ -import { Namespace } from "./namespace"; -import type { Server, RemoteSocket } from "./index"; -import type { EventParams, EventNames, EventsMap, DefaultEventsMap } from "./typed-events"; -/** - * A parent namespace is a special {@link Namespace} that holds a list of child namespaces which were created either - * with a regular expression or with a function. - * - * @example - * const parentNamespace = io.of(/\/dynamic-\d+/); - * - * parentNamespace.on("connection", (socket) => { - * const childNamespace = socket.nsp; - * } - * - * // will reach all the clients that are in one of the child namespaces, like "/dynamic-101" - * parentNamespace.emit("hello", "world"); - * - */ -export declare class ParentNamespace<ListenEvents extends EventsMap = DefaultEventsMap, EmitEvents extends EventsMap = ListenEvents, ServerSideEvents extends EventsMap = DefaultEventsMap, SocketData = any> extends Namespace<ListenEvents, EmitEvents, ServerSideEvents, SocketData> { - private static count; - private children; - constructor(server: Server<ListenEvents, EmitEvents, ServerSideEvents, SocketData>); - /** - * @private - */ - _initAdapter(): void; - emit<Ev extends EventNames<EmitEvents>>(ev: Ev, ...args: EventParams<EmitEvents, Ev>): boolean; - createChild(name: string): Namespace<ListenEvents, EmitEvents, ServerSideEvents, SocketData>; - fetchSockets(): Promise<RemoteSocket<EmitEvents, SocketData>[]>; -} diff --git a/software/flow/node_modules/socket.io/dist/parent-namespace.js b/software/flow/node_modules/socket.io/dist/parent-namespace.js deleted file mode 100644 index 52727d8..0000000 --- a/software/flow/node_modules/socket.io/dist/parent-namespace.js +++ /dev/null @@ -1,82 +0,0 @@ -"use strict"; -var __importDefault = (this && this.__importDefault) || function (mod) { - return (mod && mod.__esModule) ? mod : { "default": mod }; -}; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.ParentNamespace = void 0; -const namespace_1 = require("./namespace"); -const debug_1 = __importDefault(require("debug")); -const debug = (0, debug_1.default)("socket.io:parent-namespace"); -/** - * A parent namespace is a special {@link Namespace} that holds a list of child namespaces which were created either - * with a regular expression or with a function. - * - * @example - * const parentNamespace = io.of(/\/dynamic-\d+/); - * - * parentNamespace.on("connection", (socket) => { - * const childNamespace = socket.nsp; - * } - * - * // will reach all the clients that are in one of the child namespaces, like "/dynamic-101" - * parentNamespace.emit("hello", "world"); - * - */ -class ParentNamespace extends namespace_1.Namespace { - constructor(server) { - super(server, "/_" + ParentNamespace.count++); - this.children = new Set(); - } - /** - * @private - */ - _initAdapter() { - const broadcast = (packet, opts) => { - this.children.forEach((nsp) => { - nsp.adapter.broadcast(packet, opts); - }); - }; - // @ts-ignore FIXME is there a way to declare an inner class in TypeScript? - this.adapter = { broadcast }; - } - emit(ev, ...args) { - this.children.forEach((nsp) => { - nsp.emit(ev, ...args); - }); - return true; - } - createChild(name) { - debug("creating child namespace %s", name); - const namespace = new namespace_1.Namespace(this.server, name); - namespace._fns = this._fns.slice(0); - this.listeners("connect").forEach((listener) => namespace.on("connect", listener)); - this.listeners("connection").forEach((listener) => namespace.on("connection", listener)); - this.children.add(namespace); - if (this.server._opts.cleanupEmptyChildNamespaces) { - const remove = namespace._remove; - namespace._remove = (socket) => { - remove.call(namespace, socket); - if (namespace.sockets.size === 0) { - debug("closing child namespace %s", name); - namespace.adapter.close(); - this.server._nsps.delete(namespace.name); - this.children.delete(namespace); - } - }; - } - this.server._nsps.set(name, namespace); - // @ts-ignore - this.server.sockets.emitReserved("new_namespace", namespace); - return namespace; - } - fetchSockets() { - // note: we could make the fetchSockets() method work for dynamic namespaces created with a regex (by sending the - // regex to the other Socket.IO servers, and returning the sockets of each matching namespace for example), but - // the behavior for namespaces created with a function is less clear - // note²: we cannot loop over each children namespace, because with multiple Socket.IO servers, a given namespace - // may exist on one node but not exist on another (since it is created upon client connection) - throw new Error("fetchSockets() is not supported on parent namespaces"); - } -} -exports.ParentNamespace = ParentNamespace; -ParentNamespace.count = 0; diff --git a/software/flow/node_modules/socket.io/dist/socket.d.ts b/software/flow/node_modules/socket.io/dist/socket.d.ts deleted file mode 100644 index 83fac2c..0000000 --- a/software/flow/node_modules/socket.io/dist/socket.d.ts +++ /dev/null @@ -1,669 +0,0 @@ -/// <reference types="node" /> -/// <reference types="node" /> -import { Packet } from "socket.io-parser"; -import { AllButLast, DecorateAcknowledgements, DecorateAcknowledgementsWithMultipleResponses, DefaultEventsMap, EventNames, EventParams, EventsMap, FirstArg, Last, StrictEventEmitter } from "./typed-events"; -import type { Client } from "./client"; -import type { Namespace } from "./namespace"; -import type { IncomingHttpHeaders, IncomingMessage } from "http"; -import type { Room, Session, SocketId } from "socket.io-adapter"; -import type { ParsedUrlQuery } from "querystring"; -import { BroadcastOperator } from "./broadcast-operator"; -export declare type DisconnectReason = "transport error" | "transport close" | "forced close" | "ping timeout" | "parse error" | "server shutting down" | "forced server close" | "client namespace disconnect" | "server namespace disconnect"; -export interface SocketReservedEventsMap { - disconnect: (reason: DisconnectReason, description?: any) => void; - disconnecting: (reason: DisconnectReason, description?: any) => void; - error: (err: Error) => void; -} -export interface EventEmitterReservedEventsMap { - newListener: (eventName: string | Symbol, listener: (...args: any[]) => void) => void; - removeListener: (eventName: string | Symbol, listener: (...args: any[]) => void) => void; -} -export declare const RESERVED_EVENTS: ReadonlySet<string | Symbol>; -/** - * The handshake details - */ -export interface Handshake { - /** - * The headers sent as part of the handshake - */ - headers: IncomingHttpHeaders; - /** - * The date of creation (as string) - */ - time: string; - /** - * The ip of the client - */ - address: string; - /** - * Whether the connection is cross-domain - */ - xdomain: boolean; - /** - * Whether the connection is secure - */ - secure: boolean; - /** - * The date of creation (as unix timestamp) - */ - issued: number; - /** - * The request URL string - */ - url: string; - /** - * The query object - */ - query: ParsedUrlQuery; - /** - * The auth object - */ - auth: { - [key: string]: any; - }; -} -/** - * `[eventName, ...args]` - */ -export declare type Event = [string, ...any[]]; -/** - * This is the main object for interacting with a client. - * - * A Socket belongs to a given {@link Namespace} and uses an underlying {@link Client} to communicate. - * - * Within each {@link Namespace}, you can also define arbitrary channels (called "rooms") that the {@link Socket} can - * join and leave. That provides a convenient way to broadcast to a group of socket instances. - * - * @example - * io.on("connection", (socket) => { - * console.log(`socket ${socket.id} connected`); - * - * // send an event to the client - * socket.emit("foo", "bar"); - * - * socket.on("foobar", () => { - * // an event was received from the client - * }); - * - * // join the room named "room1" - * socket.join("room1"); - * - * // broadcast to everyone in the room named "room1" - * io.to("room1").emit("hello"); - * - * // upon disconnection - * socket.on("disconnect", (reason) => { - * console.log(`socket ${socket.id} disconnected due to ${reason}`); - * }); - * }); - */ -export declare class Socket<ListenEvents extends EventsMap = DefaultEventsMap, EmitEvents extends EventsMap = ListenEvents, ServerSideEvents extends EventsMap = DefaultEventsMap, SocketData = any> extends StrictEventEmitter<ListenEvents, EmitEvents, SocketReservedEventsMap> { - readonly nsp: Namespace<ListenEvents, EmitEvents, ServerSideEvents>; - readonly client: Client<ListenEvents, EmitEvents, ServerSideEvents>; - /** - * An unique identifier for the session. - */ - readonly id: SocketId; - /** - * Whether the connection state was recovered after a temporary disconnection. In that case, any missed packets will - * be transmitted to the client, the data attribute and the rooms will be restored. - */ - readonly recovered: boolean; - /** - * The handshake details. - */ - readonly handshake: Handshake; - /** - * Additional information that can be attached to the Socket instance and which will be used in the - * {@link Server.fetchSockets()} method. - */ - data: Partial<SocketData>; - /** - * Whether the socket is currently connected or not. - * - * @example - * io.use((socket, next) => { - * console.log(socket.connected); // false - * next(); - * }); - * - * io.on("connection", (socket) => { - * console.log(socket.connected); // true - * }); - */ - connected: boolean; - /** - * The session ID, which must not be shared (unlike {@link id}). - * - * @private - */ - private readonly pid; - private readonly server; - private readonly adapter; - private acks; - private fns; - private flags; - private _anyListeners?; - private _anyOutgoingListeners?; - /** - * Interface to a `Client` for a given `Namespace`. - * - * @param {Namespace} nsp - * @param {Client} client - * @param {Object} auth - * @package - */ - constructor(nsp: Namespace<ListenEvents, EmitEvents, ServerSideEvents>, client: Client<ListenEvents, EmitEvents, ServerSideEvents>, auth: Record<string, unknown>, previousSession?: Session); - /** - * Builds the `handshake` BC object - * - * @private - */ - private buildHandshake; - /** - * Emits to this client. - * - * @example - * io.on("connection", (socket) => { - * socket.emit("hello", "world"); - * - * // all serializable datastructures are supported (no need to call JSON.stringify) - * socket.emit("hello", 1, "2", { 3: ["4"], 5: Buffer.from([6]) }); - * - * // with an acknowledgement from the client - * socket.emit("hello", "world", (val) => { - * // ... - * }); - * }); - * - * @return Always returns `true`. - */ - emit<Ev extends EventNames<EmitEvents>>(ev: Ev, ...args: EventParams<EmitEvents, Ev>): boolean; - /** - * Emits an event and waits for an acknowledgement - * - * @example - * io.on("connection", async (socket) => { - * // without timeout - * const response = await socket.emitWithAck("hello", "world"); - * - * // with a specific timeout - * try { - * const response = await socket.timeout(1000).emitWithAck("hello", "world"); - * } catch (err) { - * // the client did not acknowledge the event in the given delay - * } - * }); - * - * @return a Promise that will be fulfilled when the client acknowledges the event - */ - emitWithAck<Ev extends EventNames<EmitEvents>>(ev: Ev, ...args: AllButLast<EventParams<EmitEvents, Ev>>): Promise<FirstArg<Last<EventParams<EmitEvents, Ev>>>>; - /** - * @private - */ - private registerAckCallback; - /** - * Targets a room when broadcasting. - * - * @example - * io.on("connection", (socket) => { - * // the “foo” event will be broadcast to all connected clients in the “room-101” room, except this socket - * socket.to("room-101").emit("foo", "bar"); - * - * // the code above is equivalent to: - * io.to("room-101").except(socket.id).emit("foo", "bar"); - * - * // with an array of rooms (a client will be notified at most once) - * socket.to(["room-101", "room-102"]).emit("foo", "bar"); - * - * // with multiple chained calls - * socket.to("room-101").to("room-102").emit("foo", "bar"); - * }); - * - * @param room - a room, or an array of rooms - * @return a new {@link BroadcastOperator} instance for chaining - */ - to(room: Room | Room[]): BroadcastOperator<DecorateAcknowledgementsWithMultipleResponses<EmitEvents>, SocketData>; - /** - * Targets a room when broadcasting. Similar to `to()`, but might feel clearer in some cases: - * - * @example - * io.on("connection", (socket) => { - * // disconnect all clients in the "room-101" room, except this socket - * socket.in("room-101").disconnectSockets(); - * }); - * - * @param room - a room, or an array of rooms - * @return a new {@link BroadcastOperator} instance for chaining - */ - in(room: Room | Room[]): BroadcastOperator<DecorateAcknowledgementsWithMultipleResponses<EmitEvents>, SocketData>; - /** - * Excludes a room when broadcasting. - * - * @example - * io.on("connection", (socket) => { - * // the "foo" event will be broadcast to all connected clients, except the ones that are in the "room-101" room - * // and this socket - * socket.except("room-101").emit("foo", "bar"); - * - * // with an array of rooms - * socket.except(["room-101", "room-102"]).emit("foo", "bar"); - * - * // with multiple chained calls - * socket.except("room-101").except("room-102").emit("foo", "bar"); - * }); - * - * @param room - a room, or an array of rooms - * @return a new {@link BroadcastOperator} instance for chaining - */ - except(room: Room | Room[]): BroadcastOperator<DecorateAcknowledgementsWithMultipleResponses<EmitEvents>, SocketData>; - /** - * Sends a `message` event. - * - * This method mimics the WebSocket.send() method. - * - * @see https://developer.mozilla.org/en-US/docs/Web/API/WebSocket/send - * - * @example - * io.on("connection", (socket) => { - * socket.send("hello"); - * - * // this is equivalent to - * socket.emit("message", "hello"); - * }); - * - * @return self - */ - send(...args: EventParams<EmitEvents, "message">): this; - /** - * Sends a `message` event. Alias of {@link send}. - * - * @return self - */ - write(...args: EventParams<EmitEvents, "message">): this; - /** - * Writes a packet. - * - * @param {Object} packet - packet object - * @param {Object} opts - options - * @private - */ - private packet; - /** - * Joins a room. - * - * @example - * io.on("connection", (socket) => { - * // join a single room - * socket.join("room1"); - * - * // join multiple rooms - * socket.join(["room1", "room2"]); - * }); - * - * @param {String|Array} rooms - room or array of rooms - * @return a Promise or nothing, depending on the adapter - */ - join(rooms: Room | Array<Room>): Promise<void> | void; - /** - * Leaves a room. - * - * @example - * io.on("connection", (socket) => { - * // leave a single room - * socket.leave("room1"); - * - * // leave multiple rooms - * socket.leave("room1").leave("room2"); - * }); - * - * @param {String} room - * @return a Promise or nothing, depending on the adapter - */ - leave(room: string): Promise<void> | void; - /** - * Leave all rooms. - * - * @private - */ - private leaveAll; - /** - * Called by `Namespace` upon successful - * middleware execution (ie: authorization). - * Socket is added to namespace array before - * call to join, so adapters can access it. - * - * @private - */ - _onconnect(): void; - /** - * Called with each packet. Called by `Client`. - * - * @param {Object} packet - * @private - */ - _onpacket(packet: Packet): void; - /** - * Called upon event packet. - * - * @param {Packet} packet - packet object - * @private - */ - private onevent; - /** - * Produces an ack callback to emit with an event. - * - * @param {Number} id - packet id - * @private - */ - private ack; - /** - * Called upon ack packet. - * - * @private - */ - private onack; - /** - * Called upon client disconnect packet. - * - * @private - */ - private ondisconnect; - /** - * Handles a client error. - * - * @private - */ - _onerror(err: Error): void; - /** - * Called upon closing. Called by `Client`. - * - * @param {String} reason - * @param description - * @throw {Error} optional error object - * - * @private - */ - _onclose(reason: DisconnectReason, description?: any): this | undefined; - /** - * Makes the socket leave all the rooms it was part of and prevents it from joining any other room - * - * @private - */ - _cleanup(): void; - /** - * Produces an `error` packet. - * - * @param {Object} err - error object - * - * @private - */ - _error(err: any): void; - /** - * Disconnects this client. - * - * @example - * io.on("connection", (socket) => { - * // disconnect this socket (the connection might be kept alive for other namespaces) - * socket.disconnect(); - * - * // disconnect this socket and close the underlying connection - * socket.disconnect(true); - * }) - * - * @param {Boolean} close - if `true`, closes the underlying connection - * @return self - */ - disconnect(close?: boolean): this; - /** - * Sets the compress flag. - * - * @example - * io.on("connection", (socket) => { - * socket.compress(false).emit("hello"); - * }); - * - * @param {Boolean} compress - if `true`, compresses the sending data - * @return {Socket} self - */ - compress(compress: boolean): this; - /** - * Sets a modifier for a subsequent event emission that the event data may be lost if the client is not ready to - * receive messages (because of network slowness or other issues, or because they’re connected through long polling - * and is in the middle of a request-response cycle). - * - * @example - * io.on("connection", (socket) => { - * socket.volatile.emit("hello"); // the client may or may not receive it - * }); - * - * @return {Socket} self - */ - get volatile(): this; - /** - * Sets a modifier for a subsequent event emission that the event data will only be broadcast to every sockets but the - * sender. - * - * @example - * io.on("connection", (socket) => { - * // the “foo” event will be broadcast to all connected clients, except this socket - * socket.broadcast.emit("foo", "bar"); - * }); - * - * @return a new {@link BroadcastOperator} instance for chaining - */ - get broadcast(): BroadcastOperator<DecorateAcknowledgementsWithMultipleResponses<EmitEvents>, SocketData>; - /** - * Sets a modifier for a subsequent event emission that the event data will only be broadcast to the current node. - * - * @example - * io.on("connection", (socket) => { - * // the “foo” event will be broadcast to all connected clients on this node, except this socket - * socket.local.emit("foo", "bar"); - * }); - * - * @return a new {@link BroadcastOperator} instance for chaining - */ - get local(): BroadcastOperator<DecorateAcknowledgementsWithMultipleResponses<EmitEvents>, SocketData>; - /** - * Sets a modifier for a subsequent event emission that the callback will be called with an error when the - * given number of milliseconds have elapsed without an acknowledgement from the client: - * - * @example - * io.on("connection", (socket) => { - * socket.timeout(5000).emit("my-event", (err) => { - * if (err) { - * // the client did not acknowledge the event in the given delay - * } - * }); - * }); - * - * @returns self - */ - timeout(timeout: number): Socket<ListenEvents, DecorateAcknowledgements<EmitEvents>, ServerSideEvents, SocketData>; - /** - * Dispatch incoming event to socket listeners. - * - * @param {Array} event - event that will get emitted - * @private - */ - private dispatch; - /** - * Sets up socket middleware. - * - * @example - * io.on("connection", (socket) => { - * socket.use(([event, ...args], next) => { - * if (isUnauthorized(event)) { - * return next(new Error("unauthorized event")); - * } - * // do not forget to call next - * next(); - * }); - * - * socket.on("error", (err) => { - * if (err && err.message === "unauthorized event") { - * socket.disconnect(); - * } - * }); - * }); - * - * @param {Function} fn - middleware function (event, next) - * @return {Socket} self - */ - use(fn: (event: Event, next: (err?: Error) => void) => void): this; - /** - * Executes the middleware for an incoming event. - * - * @param {Array} event - event that will get emitted - * @param {Function} fn - last fn call in the middleware - * @private - */ - private run; - /** - * Whether the socket is currently disconnected - */ - get disconnected(): boolean; - /** - * A reference to the request that originated the underlying Engine.IO Socket. - */ - get request(): IncomingMessage; - /** - * A reference to the underlying Client transport connection (Engine.IO Socket object). - * - * @example - * io.on("connection", (socket) => { - * console.log(socket.conn.transport.name); // prints "polling" or "websocket" - * - * socket.conn.once("upgrade", () => { - * console.log(socket.conn.transport.name); // prints "websocket" - * }); - * }); - */ - get conn(): import("engine.io").Socket; - /** - * Returns the rooms the socket is currently in. - * - * @example - * io.on("connection", (socket) => { - * console.log(socket.rooms); // Set { <socket.id> } - * - * socket.join("room1"); - * - * console.log(socket.rooms); // Set { <socket.id>, "room1" } - * }); - */ - get rooms(): Set<Room>; - /** - * Adds a listener that will be fired when any event is received. The event name is passed as the first argument to - * the callback. - * - * @example - * io.on("connection", (socket) => { - * socket.onAny((event, ...args) => { - * console.log(`got event ${event}`); - * }); - * }); - * - * @param listener - */ - onAny(listener: (...args: any[]) => void): this; - /** - * Adds a listener that will be fired when any event is received. The event name is passed as the first argument to - * the callback. The listener is added to the beginning of the listeners array. - * - * @param listener - */ - prependAny(listener: (...args: any[]) => void): this; - /** - * Removes the listener that will be fired when any event is received. - * - * @example - * io.on("connection", (socket) => { - * const catchAllListener = (event, ...args) => { - * console.log(`got event ${event}`); - * } - * - * socket.onAny(catchAllListener); - * - * // remove a specific listener - * socket.offAny(catchAllListener); - * - * // or remove all listeners - * socket.offAny(); - * }); - * - * @param listener - */ - offAny(listener?: (...args: any[]) => void): this; - /** - * Returns an array of listeners that are listening for any event that is specified. This array can be manipulated, - * e.g. to remove listeners. - */ - listenersAny(): ((...args: any[]) => void)[]; - /** - * Adds a listener that will be fired when any event is sent. The event name is passed as the first argument to - * the callback. - * - * Note: acknowledgements sent to the client are not included. - * - * @example - * io.on("connection", (socket) => { - * socket.onAnyOutgoing((event, ...args) => { - * console.log(`sent event ${event}`); - * }); - * }); - * - * @param listener - */ - onAnyOutgoing(listener: (...args: any[]) => void): this; - /** - * Adds a listener that will be fired when any event is emitted. The event name is passed as the first argument to the - * callback. The listener is added to the beginning of the listeners array. - * - * @example - * io.on("connection", (socket) => { - * socket.prependAnyOutgoing((event, ...args) => { - * console.log(`sent event ${event}`); - * }); - * }); - * - * @param listener - */ - prependAnyOutgoing(listener: (...args: any[]) => void): this; - /** - * Removes the listener that will be fired when any event is sent. - * - * @example - * io.on("connection", (socket) => { - * const catchAllListener = (event, ...args) => { - * console.log(`sent event ${event}`); - * } - * - * socket.onAnyOutgoing(catchAllListener); - * - * // remove a specific listener - * socket.offAnyOutgoing(catchAllListener); - * - * // or remove all listeners - * socket.offAnyOutgoing(); - * }); - * - * @param listener - the catch-all listener - */ - offAnyOutgoing(listener?: (...args: any[]) => void): this; - /** - * Returns an array of listeners that are listening for any event that is specified. This array can be manipulated, - * e.g. to remove listeners. - */ - listenersAnyOutgoing(): ((...args: any[]) => void)[]; - /** - * Notify the listeners for each packet sent (emit or broadcast) - * - * @param packet - * - * @private - */ - private notifyOutgoingListeners; - private newBroadcastOperator; -} diff --git a/software/flow/node_modules/socket.io/dist/socket.js b/software/flow/node_modules/socket.io/dist/socket.js deleted file mode 100644 index 6f5ac29..0000000 --- a/software/flow/node_modules/socket.io/dist/socket.js +++ /dev/null @@ -1,983 +0,0 @@ -"use strict"; -var __importDefault = (this && this.__importDefault) || function (mod) { - return (mod && mod.__esModule) ? mod : { "default": mod }; -}; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.Socket = exports.RESERVED_EVENTS = void 0; -const socket_io_parser_1 = require("socket.io-parser"); -const debug_1 = __importDefault(require("debug")); -const typed_events_1 = require("./typed-events"); -const base64id_1 = __importDefault(require("base64id")); -const broadcast_operator_1 = require("./broadcast-operator"); -const debug = (0, debug_1.default)("socket.io:socket"); -const RECOVERABLE_DISCONNECT_REASONS = new Set([ - "transport error", - "transport close", - "forced close", - "ping timeout", - "server shutting down", - "forced server close", -]); -exports.RESERVED_EVENTS = new Set([ - "connect", - "connect_error", - "disconnect", - "disconnecting", - "newListener", - "removeListener", -]); -function noop() { } -/** - * This is the main object for interacting with a client. - * - * A Socket belongs to a given {@link Namespace} and uses an underlying {@link Client} to communicate. - * - * Within each {@link Namespace}, you can also define arbitrary channels (called "rooms") that the {@link Socket} can - * join and leave. That provides a convenient way to broadcast to a group of socket instances. - * - * @example - * io.on("connection", (socket) => { - * console.log(`socket ${socket.id} connected`); - * - * // send an event to the client - * socket.emit("foo", "bar"); - * - * socket.on("foobar", () => { - * // an event was received from the client - * }); - * - * // join the room named "room1" - * socket.join("room1"); - * - * // broadcast to everyone in the room named "room1" - * io.to("room1").emit("hello"); - * - * // upon disconnection - * socket.on("disconnect", (reason) => { - * console.log(`socket ${socket.id} disconnected due to ${reason}`); - * }); - * }); - */ -class Socket extends typed_events_1.StrictEventEmitter { - /** - * Interface to a `Client` for a given `Namespace`. - * - * @param {Namespace} nsp - * @param {Client} client - * @param {Object} auth - * @package - */ - constructor(nsp, client, auth, previousSession) { - super(); - this.nsp = nsp; - this.client = client; - /** - * Whether the connection state was recovered after a temporary disconnection. In that case, any missed packets will - * be transmitted to the client, the data attribute and the rooms will be restored. - */ - this.recovered = false; - /** - * Additional information that can be attached to the Socket instance and which will be used in the - * {@link Server.fetchSockets()} method. - */ - this.data = {}; - /** - * Whether the socket is currently connected or not. - * - * @example - * io.use((socket, next) => { - * console.log(socket.connected); // false - * next(); - * }); - * - * io.on("connection", (socket) => { - * console.log(socket.connected); // true - * }); - */ - this.connected = false; - this.acks = new Map(); - this.fns = []; - this.flags = {}; - this.server = nsp.server; - this.adapter = this.nsp.adapter; - if (previousSession) { - this.id = previousSession.sid; - this.pid = previousSession.pid; - previousSession.rooms.forEach((room) => this.join(room)); - this.data = previousSession.data; - previousSession.missedPackets.forEach((packet) => { - this.packet({ - type: socket_io_parser_1.PacketType.EVENT, - data: packet, - }); - }); - this.recovered = true; - } - else { - if (client.conn.protocol === 3) { - // @ts-ignore - this.id = nsp.name !== "/" ? nsp.name + "#" + client.id : client.id; - } - else { - this.id = base64id_1.default.generateId(); // don't reuse the Engine.IO id because it's sensitive information - } - if (this.server._opts.connectionStateRecovery) { - this.pid = base64id_1.default.generateId(); - } - } - this.handshake = this.buildHandshake(auth); - } - /** - * Builds the `handshake` BC object - * - * @private - */ - buildHandshake(auth) { - return { - headers: this.request.headers, - time: new Date() + "", - address: this.conn.remoteAddress, - xdomain: !!this.request.headers.origin, - // @ts-ignore - secure: !!this.request.connection.encrypted, - issued: +new Date(), - url: this.request.url, - // @ts-ignore - query: this.request._query, - auth, - }; - } - /** - * Emits to this client. - * - * @example - * io.on("connection", (socket) => { - * socket.emit("hello", "world"); - * - * // all serializable datastructures are supported (no need to call JSON.stringify) - * socket.emit("hello", 1, "2", { 3: ["4"], 5: Buffer.from([6]) }); - * - * // with an acknowledgement from the client - * socket.emit("hello", "world", (val) => { - * // ... - * }); - * }); - * - * @return Always returns `true`. - */ - emit(ev, ...args) { - if (exports.RESERVED_EVENTS.has(ev)) { - throw new Error(`"${String(ev)}" is a reserved event name`); - } - const data = [ev, ...args]; - const packet = { - type: socket_io_parser_1.PacketType.EVENT, - data: data, - }; - // access last argument to see if it's an ACK callback - if (typeof data[data.length - 1] === "function") { - const id = this.nsp._ids++; - debug("emitting packet with ack id %d", id); - this.registerAckCallback(id, data.pop()); - packet.id = id; - } - const flags = Object.assign({}, this.flags); - this.flags = {}; - // @ts-ignore - if (this.nsp.server.opts.connectionStateRecovery) { - // this ensures the packet is stored and can be transmitted upon reconnection - this.adapter.broadcast(packet, { - rooms: new Set([this.id]), - except: new Set(), - flags, - }); - } - else { - this.notifyOutgoingListeners(packet); - this.packet(packet, flags); - } - return true; - } - /** - * Emits an event and waits for an acknowledgement - * - * @example - * io.on("connection", async (socket) => { - * // without timeout - * const response = await socket.emitWithAck("hello", "world"); - * - * // with a specific timeout - * try { - * const response = await socket.timeout(1000).emitWithAck("hello", "world"); - * } catch (err) { - * // the client did not acknowledge the event in the given delay - * } - * }); - * - * @return a Promise that will be fulfilled when the client acknowledges the event - */ - emitWithAck(ev, ...args) { - // the timeout flag is optional - const withErr = this.flags.timeout !== undefined; - return new Promise((resolve, reject) => { - args.push((arg1, arg2) => { - if (withErr) { - return arg1 ? reject(arg1) : resolve(arg2); - } - else { - return resolve(arg1); - } - }); - this.emit(ev, ...args); - }); - } - /** - * @private - */ - registerAckCallback(id, ack) { - const timeout = this.flags.timeout; - if (timeout === undefined) { - this.acks.set(id, ack); - return; - } - const timer = setTimeout(() => { - debug("event with ack id %d has timed out after %d ms", id, timeout); - this.acks.delete(id); - ack.call(this, new Error("operation has timed out")); - }, timeout); - this.acks.set(id, (...args) => { - clearTimeout(timer); - ack.apply(this, [null, ...args]); - }); - } - /** - * Targets a room when broadcasting. - * - * @example - * io.on("connection", (socket) => { - * // the “foo” event will be broadcast to all connected clients in the “room-101” room, except this socket - * socket.to("room-101").emit("foo", "bar"); - * - * // the code above is equivalent to: - * io.to("room-101").except(socket.id).emit("foo", "bar"); - * - * // with an array of rooms (a client will be notified at most once) - * socket.to(["room-101", "room-102"]).emit("foo", "bar"); - * - * // with multiple chained calls - * socket.to("room-101").to("room-102").emit("foo", "bar"); - * }); - * - * @param room - a room, or an array of rooms - * @return a new {@link BroadcastOperator} instance for chaining - */ - to(room) { - return this.newBroadcastOperator().to(room); - } - /** - * Targets a room when broadcasting. Similar to `to()`, but might feel clearer in some cases: - * - * @example - * io.on("connection", (socket) => { - * // disconnect all clients in the "room-101" room, except this socket - * socket.in("room-101").disconnectSockets(); - * }); - * - * @param room - a room, or an array of rooms - * @return a new {@link BroadcastOperator} instance for chaining - */ - in(room) { - return this.newBroadcastOperator().in(room); - } - /** - * Excludes a room when broadcasting. - * - * @example - * io.on("connection", (socket) => { - * // the "foo" event will be broadcast to all connected clients, except the ones that are in the "room-101" room - * // and this socket - * socket.except("room-101").emit("foo", "bar"); - * - * // with an array of rooms - * socket.except(["room-101", "room-102"]).emit("foo", "bar"); - * - * // with multiple chained calls - * socket.except("room-101").except("room-102").emit("foo", "bar"); - * }); - * - * @param room - a room, or an array of rooms - * @return a new {@link BroadcastOperator} instance for chaining - */ - except(room) { - return this.newBroadcastOperator().except(room); - } - /** - * Sends a `message` event. - * - * This method mimics the WebSocket.send() method. - * - * @see https://developer.mozilla.org/en-US/docs/Web/API/WebSocket/send - * - * @example - * io.on("connection", (socket) => { - * socket.send("hello"); - * - * // this is equivalent to - * socket.emit("message", "hello"); - * }); - * - * @return self - */ - send(...args) { - this.emit("message", ...args); - return this; - } - /** - * Sends a `message` event. Alias of {@link send}. - * - * @return self - */ - write(...args) { - this.emit("message", ...args); - return this; - } - /** - * Writes a packet. - * - * @param {Object} packet - packet object - * @param {Object} opts - options - * @private - */ - packet(packet, opts = {}) { - packet.nsp = this.nsp.name; - opts.compress = false !== opts.compress; - this.client._packet(packet, opts); - } - /** - * Joins a room. - * - * @example - * io.on("connection", (socket) => { - * // join a single room - * socket.join("room1"); - * - * // join multiple rooms - * socket.join(["room1", "room2"]); - * }); - * - * @param {String|Array} rooms - room or array of rooms - * @return a Promise or nothing, depending on the adapter - */ - join(rooms) { - debug("join room %s", rooms); - return this.adapter.addAll(this.id, new Set(Array.isArray(rooms) ? rooms : [rooms])); - } - /** - * Leaves a room. - * - * @example - * io.on("connection", (socket) => { - * // leave a single room - * socket.leave("room1"); - * - * // leave multiple rooms - * socket.leave("room1").leave("room2"); - * }); - * - * @param {String} room - * @return a Promise or nothing, depending on the adapter - */ - leave(room) { - debug("leave room %s", room); - return this.adapter.del(this.id, room); - } - /** - * Leave all rooms. - * - * @private - */ - leaveAll() { - this.adapter.delAll(this.id); - } - /** - * Called by `Namespace` upon successful - * middleware execution (ie: authorization). - * Socket is added to namespace array before - * call to join, so adapters can access it. - * - * @private - */ - _onconnect() { - debug("socket connected - writing packet"); - this.connected = true; - this.join(this.id); - if (this.conn.protocol === 3) { - this.packet({ type: socket_io_parser_1.PacketType.CONNECT }); - } - else { - this.packet({ - type: socket_io_parser_1.PacketType.CONNECT, - data: { sid: this.id, pid: this.pid }, - }); - } - } - /** - * Called with each packet. Called by `Client`. - * - * @param {Object} packet - * @private - */ - _onpacket(packet) { - debug("got packet %j", packet); - switch (packet.type) { - case socket_io_parser_1.PacketType.EVENT: - this.onevent(packet); - break; - case socket_io_parser_1.PacketType.BINARY_EVENT: - this.onevent(packet); - break; - case socket_io_parser_1.PacketType.ACK: - this.onack(packet); - break; - case socket_io_parser_1.PacketType.BINARY_ACK: - this.onack(packet); - break; - case socket_io_parser_1.PacketType.DISCONNECT: - this.ondisconnect(); - break; - } - } - /** - * Called upon event packet. - * - * @param {Packet} packet - packet object - * @private - */ - onevent(packet) { - const args = packet.data || []; - debug("emitting event %j", args); - if (null != packet.id) { - debug("attaching ack callback to event"); - args.push(this.ack(packet.id)); - } - if (this._anyListeners && this._anyListeners.length) { - const listeners = this._anyListeners.slice(); - for (const listener of listeners) { - listener.apply(this, args); - } - } - this.dispatch(args); - } - /** - * Produces an ack callback to emit with an event. - * - * @param {Number} id - packet id - * @private - */ - ack(id) { - const self = this; - let sent = false; - return function () { - // prevent double callbacks - if (sent) - return; - const args = Array.prototype.slice.call(arguments); - debug("sending ack %j", args); - self.packet({ - id: id, - type: socket_io_parser_1.PacketType.ACK, - data: args, - }); - sent = true; - }; - } - /** - * Called upon ack packet. - * - * @private - */ - onack(packet) { - const ack = this.acks.get(packet.id); - if ("function" == typeof ack) { - debug("calling ack %s with %j", packet.id, packet.data); - ack.apply(this, packet.data); - this.acks.delete(packet.id); - } - else { - debug("bad ack %s", packet.id); - } - } - /** - * Called upon client disconnect packet. - * - * @private - */ - ondisconnect() { - debug("got disconnect packet"); - this._onclose("client namespace disconnect"); - } - /** - * Handles a client error. - * - * @private - */ - _onerror(err) { - if (this.listeners("error").length) { - this.emitReserved("error", err); - } - else { - console.error("Missing error handler on `socket`."); - console.error(err.stack); - } - } - /** - * Called upon closing. Called by `Client`. - * - * @param {String} reason - * @param description - * @throw {Error} optional error object - * - * @private - */ - _onclose(reason, description) { - if (!this.connected) - return this; - debug("closing socket - reason %s", reason); - this.emitReserved("disconnecting", reason, description); - if (this.server._opts.connectionStateRecovery && - RECOVERABLE_DISCONNECT_REASONS.has(reason)) { - debug("connection state recovery is enabled for sid %s", this.id); - this.adapter.persistSession({ - sid: this.id, - pid: this.pid, - rooms: [...this.rooms], - data: this.data, - }); - } - this._cleanup(); - this.nsp._remove(this); - this.client._remove(this); - this.connected = false; - this.emitReserved("disconnect", reason, description); - return; - } - /** - * Makes the socket leave all the rooms it was part of and prevents it from joining any other room - * - * @private - */ - _cleanup() { - this.leaveAll(); - this.join = noop; - } - /** - * Produces an `error` packet. - * - * @param {Object} err - error object - * - * @private - */ - _error(err) { - this.packet({ type: socket_io_parser_1.PacketType.CONNECT_ERROR, data: err }); - } - /** - * Disconnects this client. - * - * @example - * io.on("connection", (socket) => { - * // disconnect this socket (the connection might be kept alive for other namespaces) - * socket.disconnect(); - * - * // disconnect this socket and close the underlying connection - * socket.disconnect(true); - * }) - * - * @param {Boolean} close - if `true`, closes the underlying connection - * @return self - */ - disconnect(close = false) { - if (!this.connected) - return this; - if (close) { - this.client._disconnect(); - } - else { - this.packet({ type: socket_io_parser_1.PacketType.DISCONNECT }); - this._onclose("server namespace disconnect"); - } - return this; - } - /** - * Sets the compress flag. - * - * @example - * io.on("connection", (socket) => { - * socket.compress(false).emit("hello"); - * }); - * - * @param {Boolean} compress - if `true`, compresses the sending data - * @return {Socket} self - */ - compress(compress) { - this.flags.compress = compress; - return this; - } - /** - * Sets a modifier for a subsequent event emission that the event data may be lost if the client is not ready to - * receive messages (because of network slowness or other issues, or because they’re connected through long polling - * and is in the middle of a request-response cycle). - * - * @example - * io.on("connection", (socket) => { - * socket.volatile.emit("hello"); // the client may or may not receive it - * }); - * - * @return {Socket} self - */ - get volatile() { - this.flags.volatile = true; - return this; - } - /** - * Sets a modifier for a subsequent event emission that the event data will only be broadcast to every sockets but the - * sender. - * - * @example - * io.on("connection", (socket) => { - * // the “foo” event will be broadcast to all connected clients, except this socket - * socket.broadcast.emit("foo", "bar"); - * }); - * - * @return a new {@link BroadcastOperator} instance for chaining - */ - get broadcast() { - return this.newBroadcastOperator(); - } - /** - * Sets a modifier for a subsequent event emission that the event data will only be broadcast to the current node. - * - * @example - * io.on("connection", (socket) => { - * // the “foo” event will be broadcast to all connected clients on this node, except this socket - * socket.local.emit("foo", "bar"); - * }); - * - * @return a new {@link BroadcastOperator} instance for chaining - */ - get local() { - return this.newBroadcastOperator().local; - } - /** - * Sets a modifier for a subsequent event emission that the callback will be called with an error when the - * given number of milliseconds have elapsed without an acknowledgement from the client: - * - * @example - * io.on("connection", (socket) => { - * socket.timeout(5000).emit("my-event", (err) => { - * if (err) { - * // the client did not acknowledge the event in the given delay - * } - * }); - * }); - * - * @returns self - */ - timeout(timeout) { - this.flags.timeout = timeout; - return this; - } - /** - * Dispatch incoming event to socket listeners. - * - * @param {Array} event - event that will get emitted - * @private - */ - dispatch(event) { - debug("dispatching an event %j", event); - this.run(event, (err) => { - process.nextTick(() => { - if (err) { - return this._onerror(err); - } - if (this.connected) { - super.emitUntyped.apply(this, event); - } - else { - debug("ignore packet received after disconnection"); - } - }); - }); - } - /** - * Sets up socket middleware. - * - * @example - * io.on("connection", (socket) => { - * socket.use(([event, ...args], next) => { - * if (isUnauthorized(event)) { - * return next(new Error("unauthorized event")); - * } - * // do not forget to call next - * next(); - * }); - * - * socket.on("error", (err) => { - * if (err && err.message === "unauthorized event") { - * socket.disconnect(); - * } - * }); - * }); - * - * @param {Function} fn - middleware function (event, next) - * @return {Socket} self - */ - use(fn) { - this.fns.push(fn); - return this; - } - /** - * Executes the middleware for an incoming event. - * - * @param {Array} event - event that will get emitted - * @param {Function} fn - last fn call in the middleware - * @private - */ - run(event, fn) { - const fns = this.fns.slice(0); - if (!fns.length) - return fn(null); - function run(i) { - fns[i](event, function (err) { - // upon error, short-circuit - if (err) - return fn(err); - // if no middleware left, summon callback - if (!fns[i + 1]) - return fn(null); - // go on to next - run(i + 1); - }); - } - run(0); - } - /** - * Whether the socket is currently disconnected - */ - get disconnected() { - return !this.connected; - } - /** - * A reference to the request that originated the underlying Engine.IO Socket. - */ - get request() { - return this.client.request; - } - /** - * A reference to the underlying Client transport connection (Engine.IO Socket object). - * - * @example - * io.on("connection", (socket) => { - * console.log(socket.conn.transport.name); // prints "polling" or "websocket" - * - * socket.conn.once("upgrade", () => { - * console.log(socket.conn.transport.name); // prints "websocket" - * }); - * }); - */ - get conn() { - return this.client.conn; - } - /** - * Returns the rooms the socket is currently in. - * - * @example - * io.on("connection", (socket) => { - * console.log(socket.rooms); // Set { <socket.id> } - * - * socket.join("room1"); - * - * console.log(socket.rooms); // Set { <socket.id>, "room1" } - * }); - */ - get rooms() { - return this.adapter.socketRooms(this.id) || new Set(); - } - /** - * Adds a listener that will be fired when any event is received. The event name is passed as the first argument to - * the callback. - * - * @example - * io.on("connection", (socket) => { - * socket.onAny((event, ...args) => { - * console.log(`got event ${event}`); - * }); - * }); - * - * @param listener - */ - onAny(listener) { - this._anyListeners = this._anyListeners || []; - this._anyListeners.push(listener); - return this; - } - /** - * Adds a listener that will be fired when any event is received. The event name is passed as the first argument to - * the callback. The listener is added to the beginning of the listeners array. - * - * @param listener - */ - prependAny(listener) { - this._anyListeners = this._anyListeners || []; - this._anyListeners.unshift(listener); - return this; - } - /** - * Removes the listener that will be fired when any event is received. - * - * @example - * io.on("connection", (socket) => { - * const catchAllListener = (event, ...args) => { - * console.log(`got event ${event}`); - * } - * - * socket.onAny(catchAllListener); - * - * // remove a specific listener - * socket.offAny(catchAllListener); - * - * // or remove all listeners - * socket.offAny(); - * }); - * - * @param listener - */ - offAny(listener) { - if (!this._anyListeners) { - return this; - } - if (listener) { - const listeners = this._anyListeners; - for (let i = 0; i < listeners.length; i++) { - if (listener === listeners[i]) { - listeners.splice(i, 1); - return this; - } - } - } - else { - this._anyListeners = []; - } - return this; - } - /** - * Returns an array of listeners that are listening for any event that is specified. This array can be manipulated, - * e.g. to remove listeners. - */ - listenersAny() { - return this._anyListeners || []; - } - /** - * Adds a listener that will be fired when any event is sent. The event name is passed as the first argument to - * the callback. - * - * Note: acknowledgements sent to the client are not included. - * - * @example - * io.on("connection", (socket) => { - * socket.onAnyOutgoing((event, ...args) => { - * console.log(`sent event ${event}`); - * }); - * }); - * - * @param listener - */ - onAnyOutgoing(listener) { - this._anyOutgoingListeners = this._anyOutgoingListeners || []; - this._anyOutgoingListeners.push(listener); - return this; - } - /** - * Adds a listener that will be fired when any event is emitted. The event name is passed as the first argument to the - * callback. The listener is added to the beginning of the listeners array. - * - * @example - * io.on("connection", (socket) => { - * socket.prependAnyOutgoing((event, ...args) => { - * console.log(`sent event ${event}`); - * }); - * }); - * - * @param listener - */ - prependAnyOutgoing(listener) { - this._anyOutgoingListeners = this._anyOutgoingListeners || []; - this._anyOutgoingListeners.unshift(listener); - return this; - } - /** - * Removes the listener that will be fired when any event is sent. - * - * @example - * io.on("connection", (socket) => { - * const catchAllListener = (event, ...args) => { - * console.log(`sent event ${event}`); - * } - * - * socket.onAnyOutgoing(catchAllListener); - * - * // remove a specific listener - * socket.offAnyOutgoing(catchAllListener); - * - * // or remove all listeners - * socket.offAnyOutgoing(); - * }); - * - * @param listener - the catch-all listener - */ - offAnyOutgoing(listener) { - if (!this._anyOutgoingListeners) { - return this; - } - if (listener) { - const listeners = this._anyOutgoingListeners; - for (let i = 0; i < listeners.length; i++) { - if (listener === listeners[i]) { - listeners.splice(i, 1); - return this; - } - } - } - else { - this._anyOutgoingListeners = []; - } - return this; - } - /** - * Returns an array of listeners that are listening for any event that is specified. This array can be manipulated, - * e.g. to remove listeners. - */ - listenersAnyOutgoing() { - return this._anyOutgoingListeners || []; - } - /** - * Notify the listeners for each packet sent (emit or broadcast) - * - * @param packet - * - * @private - */ - notifyOutgoingListeners(packet) { - if (this._anyOutgoingListeners && this._anyOutgoingListeners.length) { - const listeners = this._anyOutgoingListeners.slice(); - for (const listener of listeners) { - listener.apply(this, packet.data); - } - } - } - newBroadcastOperator() { - const flags = Object.assign({}, this.flags); - this.flags = {}; - return new broadcast_operator_1.BroadcastOperator(this.adapter, new Set(), new Set([this.id]), flags); - } -} -exports.Socket = Socket; diff --git a/software/flow/node_modules/socket.io/dist/typed-events.d.ts b/software/flow/node_modules/socket.io/dist/typed-events.d.ts deleted file mode 100644 index 86bd1b2..0000000 --- a/software/flow/node_modules/socket.io/dist/typed-events.d.ts +++ /dev/null @@ -1,148 +0,0 @@ -/// <reference types="node" /> -import { EventEmitter } from "events"; -/** - * An events map is an interface that maps event names to their value, which - * represents the type of the `on` listener. - */ -export interface EventsMap { - [event: string]: any; -} -/** - * The default events map, used if no EventsMap is given. Using this EventsMap - * is equivalent to accepting all event names, and any data. - */ -export interface DefaultEventsMap { - [event: string]: (...args: any[]) => void; -} -/** - * Returns a union type containing all the keys of an event map. - */ -export declare type EventNames<Map extends EventsMap> = keyof Map & (string | symbol); -/** The tuple type representing the parameters of an event listener */ -export declare type EventParams<Map extends EventsMap, Ev extends EventNames<Map>> = Parameters<Map[Ev]>; -/** - * The event names that are either in ReservedEvents or in UserEvents - */ -export declare type ReservedOrUserEventNames<ReservedEventsMap extends EventsMap, UserEvents extends EventsMap> = EventNames<ReservedEventsMap> | EventNames<UserEvents>; -/** - * Type of a listener of a user event or a reserved event. If `Ev` is in - * `ReservedEvents`, the reserved event listener is returned. - */ -export declare type ReservedOrUserListener<ReservedEvents extends EventsMap, UserEvents extends EventsMap, Ev extends ReservedOrUserEventNames<ReservedEvents, UserEvents>> = FallbackToUntypedListener<Ev extends EventNames<ReservedEvents> ? ReservedEvents[Ev] : Ev extends EventNames<UserEvents> ? UserEvents[Ev] : never>; -/** - * Returns an untyped listener type if `T` is `never`; otherwise, returns `T`. - * - * This is a hack to mitigate https://github.com/socketio/socket.io/issues/3833. - * Needed because of https://github.com/microsoft/TypeScript/issues/41778 - */ -declare type FallbackToUntypedListener<T> = [T] extends [never] ? (...args: any[]) => void | Promise<void> : T; -/** - * Interface for classes that aren't `EventEmitter`s, but still expose a - * strictly typed `emit` method. - */ -export interface TypedEventBroadcaster<EmitEvents extends EventsMap> { - emit<Ev extends EventNames<EmitEvents>>(ev: Ev, ...args: EventParams<EmitEvents, Ev>): boolean; -} -/** - * Strictly typed version of an `EventEmitter`. A `TypedEventEmitter` takes type - * parameters for mappings of event names to event data types, and strictly - * types method calls to the `EventEmitter` according to these event maps. - * - * @typeParam ListenEvents - `EventsMap` of user-defined events that can be - * listened to with `on` or `once` - * @typeParam EmitEvents - `EventsMap` of user-defined events that can be - * emitted with `emit` - * @typeParam ReservedEvents - `EventsMap` of reserved events, that can be - * emitted by socket.io with `emitReserved`, and can be listened to with - * `listen`. - */ -export declare abstract class StrictEventEmitter<ListenEvents extends EventsMap, EmitEvents extends EventsMap, ReservedEvents extends EventsMap = {}> extends EventEmitter implements TypedEventBroadcaster<EmitEvents> { - /** - * Adds the `listener` function as an event listener for `ev`. - * - * @param ev Name of the event - * @param listener Callback function - */ - on<Ev extends ReservedOrUserEventNames<ReservedEvents, ListenEvents>>(ev: Ev, listener: ReservedOrUserListener<ReservedEvents, ListenEvents, Ev>): this; - /** - * Adds a one-time `listener` function as an event listener for `ev`. - * - * @param ev Name of the event - * @param listener Callback function - */ - once<Ev extends ReservedOrUserEventNames<ReservedEvents, ListenEvents>>(ev: Ev, listener: ReservedOrUserListener<ReservedEvents, ListenEvents, Ev>): this; - /** - * Emits an event. - * - * @param ev Name of the event - * @param args Values to send to listeners of this event - */ - emit<Ev extends EventNames<EmitEvents>>(ev: Ev, ...args: EventParams<EmitEvents, Ev>): boolean; - /** - * Emits a reserved event. - * - * This method is `protected`, so that only a class extending - * `StrictEventEmitter` can emit its own reserved events. - * - * @param ev Reserved event name - * @param args Arguments to emit along with the event - */ - protected emitReserved<Ev extends EventNames<ReservedEvents>>(ev: Ev, ...args: EventParams<ReservedEvents, Ev>): boolean; - /** - * Emits an event. - * - * This method is `protected`, so that only a class extending - * `StrictEventEmitter` can get around the strict typing. This is useful for - * calling `emit.apply`, which can be called as `emitUntyped.apply`. - * - * @param ev Event name - * @param args Arguments to emit along with the event - */ - protected emitUntyped(ev: string, ...args: any[]): boolean; - /** - * Returns the listeners listening to an event. - * - * @param event Event name - * @returns Array of listeners subscribed to `event` - */ - listeners<Ev extends ReservedOrUserEventNames<ReservedEvents, ListenEvents>>(event: Ev): ReservedOrUserListener<ReservedEvents, ListenEvents, Ev>[]; -} -export declare type Last<T extends any[]> = T extends [...infer H, infer L] ? L : any; -export declare type AllButLast<T extends any[]> = T extends [...infer H, infer L] ? H : any[]; -export declare type FirstArg<T> = T extends (arg: infer Param) => infer Result ? Param : any; -export declare type SecondArg<T> = T extends (err: Error, arg: infer Param) => infer Result ? Param : any; -declare type PrependTimeoutError<T extends any[]> = { - [K in keyof T]: T[K] extends (...args: infer Params) => infer Result ? (err: Error, ...args: Params) => Result : T[K]; -}; -declare type ExpectMultipleResponses<T extends any[]> = { - [K in keyof T]: T[K] extends (err: Error, arg: infer Param) => infer Result ? (err: Error, arg: Param[]) => Result : T[K]; -}; -/** - * Utility type to decorate the acknowledgement callbacks with a timeout error. - * - * This is needed because the timeout() flag breaks the symmetry between the sender and the receiver: - * - * @example - * interface Events { - * "my-event": (val: string) => void; - * } - * - * socket.on("my-event", (cb) => { - * cb("123"); // one single argument here - * }); - * - * socket.timeout(1000).emit("my-event", (err, val) => { - * // two arguments there (the "err" argument is not properly typed) - * }); - * - */ -export declare type DecorateAcknowledgements<E> = { - [K in keyof E]: E[K] extends (...args: infer Params) => infer Result ? (...args: PrependTimeoutError<Params>) => Result : E[K]; -}; -export declare type DecorateAcknowledgementsWithTimeoutAndMultipleResponses<E> = { - [K in keyof E]: E[K] extends (...args: infer Params) => infer Result ? (...args: ExpectMultipleResponses<PrependTimeoutError<Params>>) => Result : E[K]; -}; -export declare type DecorateAcknowledgementsWithMultipleResponses<E> = { - [K in keyof E]: E[K] extends (...args: infer Params) => infer Result ? (...args: ExpectMultipleResponses<Params>) => Result : E[K]; -}; -export {}; diff --git a/software/flow/node_modules/socket.io/dist/typed-events.js b/software/flow/node_modules/socket.io/dist/typed-events.js deleted file mode 100644 index f0526cf..0000000 --- a/software/flow/node_modules/socket.io/dist/typed-events.js +++ /dev/null @@ -1,81 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.StrictEventEmitter = void 0; -const events_1 = require("events"); -/** - * Strictly typed version of an `EventEmitter`. A `TypedEventEmitter` takes type - * parameters for mappings of event names to event data types, and strictly - * types method calls to the `EventEmitter` according to these event maps. - * - * @typeParam ListenEvents - `EventsMap` of user-defined events that can be - * listened to with `on` or `once` - * @typeParam EmitEvents - `EventsMap` of user-defined events that can be - * emitted with `emit` - * @typeParam ReservedEvents - `EventsMap` of reserved events, that can be - * emitted by socket.io with `emitReserved`, and can be listened to with - * `listen`. - */ -class StrictEventEmitter extends events_1.EventEmitter { - /** - * Adds the `listener` function as an event listener for `ev`. - * - * @param ev Name of the event - * @param listener Callback function - */ - on(ev, listener) { - return super.on(ev, listener); - } - /** - * Adds a one-time `listener` function as an event listener for `ev`. - * - * @param ev Name of the event - * @param listener Callback function - */ - once(ev, listener) { - return super.once(ev, listener); - } - /** - * Emits an event. - * - * @param ev Name of the event - * @param args Values to send to listeners of this event - */ - emit(ev, ...args) { - return super.emit(ev, ...args); - } - /** - * Emits a reserved event. - * - * This method is `protected`, so that only a class extending - * `StrictEventEmitter` can emit its own reserved events. - * - * @param ev Reserved event name - * @param args Arguments to emit along with the event - */ - emitReserved(ev, ...args) { - return super.emit(ev, ...args); - } - /** - * Emits an event. - * - * This method is `protected`, so that only a class extending - * `StrictEventEmitter` can get around the strict typing. This is useful for - * calling `emit.apply`, which can be called as `emitUntyped.apply`. - * - * @param ev Event name - * @param args Arguments to emit along with the event - */ - emitUntyped(ev, ...args) { - return super.emit(ev, ...args); - } - /** - * Returns the listeners listening to an event. - * - * @param event Event name - * @returns Array of listeners subscribed to `event` - */ - listeners(event) { - return super.listeners(event); - } -} -exports.StrictEventEmitter = StrictEventEmitter; diff --git a/software/flow/node_modules/socket.io/dist/uws.d.ts b/software/flow/node_modules/socket.io/dist/uws.d.ts deleted file mode 100644 index b5377d4..0000000 --- a/software/flow/node_modules/socket.io/dist/uws.d.ts +++ /dev/null @@ -1,3 +0,0 @@ -export declare function patchAdapter(app: any): void; -export declare function restoreAdapter(): void; -export declare function serveFile(res: any, filepath: string): void; diff --git a/software/flow/node_modules/socket.io/dist/uws.js b/software/flow/node_modules/socket.io/dist/uws.js deleted file mode 100644 index 23eedf9..0000000 --- a/software/flow/node_modules/socket.io/dist/uws.js +++ /dev/null @@ -1,135 +0,0 @@ -"use strict"; -var __importDefault = (this && this.__importDefault) || function (mod) { - return (mod && mod.__esModule) ? mod : { "default": mod }; -}; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.serveFile = exports.restoreAdapter = exports.patchAdapter = void 0; -const socket_io_adapter_1 = require("socket.io-adapter"); -const fs_1 = require("fs"); -const debug_1 = __importDefault(require("debug")); -const debug = (0, debug_1.default)("socket.io:adapter-uws"); -const SEPARATOR = "\x1f"; // see https://en.wikipedia.org/wiki/Delimiter#ASCII_delimited_text -const { addAll, del, broadcast } = socket_io_adapter_1.Adapter.prototype; -function patchAdapter(app /* : TemplatedApp */) { - socket_io_adapter_1.Adapter.prototype.addAll = function (id, rooms) { - const isNew = !this.sids.has(id); - addAll.call(this, id, rooms); - const socket = this.nsp.sockets.get(id); - if (!socket) { - return; - } - if (socket.conn.transport.name === "websocket") { - subscribe(this.nsp.name, socket, isNew, rooms); - return; - } - if (isNew) { - socket.conn.on("upgrade", () => { - const rooms = this.sids.get(id); - if (rooms) { - subscribe(this.nsp.name, socket, isNew, rooms); - } - }); - } - }; - socket_io_adapter_1.Adapter.prototype.del = function (id, room) { - del.call(this, id, room); - const socket = this.nsp.sockets.get(id); - if (socket && socket.conn.transport.name === "websocket") { - // @ts-ignore - const sessionId = socket.conn.id; - // @ts-ignore - const websocket = socket.conn.transport.socket; - const topic = `${this.nsp.name}${SEPARATOR}${room}`; - debug("unsubscribe connection %s from topic %s", sessionId, topic); - websocket.unsubscribe(topic); - } - }; - socket_io_adapter_1.Adapter.prototype.broadcast = function (packet, opts) { - const useFastPublish = opts.rooms.size <= 1 && opts.except.size === 0; - if (!useFastPublish) { - broadcast.call(this, packet, opts); - return; - } - const flags = opts.flags || {}; - const basePacketOpts = { - preEncoded: true, - volatile: flags.volatile, - compress: flags.compress, - }; - packet.nsp = this.nsp.name; - const encodedPackets = this.encoder.encode(packet); - const topic = opts.rooms.size === 0 - ? this.nsp.name - : `${this.nsp.name}${SEPARATOR}${opts.rooms.keys().next().value}`; - debug("fast publish to %s", topic); - // fast publish for clients connected with WebSocket - encodedPackets.forEach((encodedPacket) => { - const isBinary = typeof encodedPacket !== "string"; - // "4" being the message type in the Engine.IO protocol, see https://github.com/socketio/engine.io-protocol - app.publish(topic, isBinary ? encodedPacket : "4" + encodedPacket, isBinary); - }); - this.apply(opts, (socket) => { - if (socket.conn.transport.name !== "websocket") { - // classic publish for clients connected with HTTP long-polling - socket.client.writeToEngine(encodedPackets, basePacketOpts); - } - }); - }; -} -exports.patchAdapter = patchAdapter; -function subscribe(namespaceName, socket, isNew, rooms) { - // @ts-ignore - const sessionId = socket.conn.id; - // @ts-ignore - const websocket = socket.conn.transport.socket; - if (isNew) { - debug("subscribe connection %s to topic %s", sessionId, namespaceName); - websocket.subscribe(namespaceName); - } - rooms.forEach((room) => { - const topic = `${namespaceName}${SEPARATOR}${room}`; // '#' can be used as wildcard - debug("subscribe connection %s to topic %s", sessionId, topic); - websocket.subscribe(topic); - }); -} -function restoreAdapter() { - socket_io_adapter_1.Adapter.prototype.addAll = addAll; - socket_io_adapter_1.Adapter.prototype.del = del; - socket_io_adapter_1.Adapter.prototype.broadcast = broadcast; -} -exports.restoreAdapter = restoreAdapter; -const toArrayBuffer = (buffer) => { - const { buffer: arrayBuffer, byteOffset, byteLength } = buffer; - return arrayBuffer.slice(byteOffset, byteOffset + byteLength); -}; -// imported from https://github.com/kolodziejczak-sz/uwebsocket-serve -function serveFile(res /* : HttpResponse */, filepath) { - const { size } = (0, fs_1.statSync)(filepath); - const readStream = (0, fs_1.createReadStream)(filepath); - const destroyReadStream = () => !readStream.destroyed && readStream.destroy(); - const onError = (error) => { - destroyReadStream(); - throw error; - }; - const onDataChunk = (chunk) => { - const arrayBufferChunk = toArrayBuffer(chunk); - const lastOffset = res.getWriteOffset(); - const [ok, done] = res.tryEnd(arrayBufferChunk, size); - if (!done && !ok) { - readStream.pause(); - res.onWritable((offset) => { - const [ok, done] = res.tryEnd(arrayBufferChunk.slice(offset - lastOffset), size); - if (!done && ok) { - readStream.resume(); - } - return ok; - }); - } - }; - res.onAborted(destroyReadStream); - readStream - .on("data", onDataChunk) - .on("error", onError) - .on("end", destroyReadStream); -} -exports.serveFile = serveFile; diff --git a/software/flow/node_modules/socket.io/node_modules/debug/LICENSE b/software/flow/node_modules/socket.io/node_modules/debug/LICENSE deleted file mode 100644 index 1a9820e..0000000 --- a/software/flow/node_modules/socket.io/node_modules/debug/LICENSE +++ /dev/null @@ -1,20 +0,0 @@ -(The MIT License) - -Copyright (c) 2014-2017 TJ Holowaychuk <tj@vision-media.ca> -Copyright (c) 2018-2021 Josh Junon - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software -and associated documentation files (the 'Software'), to deal in the Software without restriction, -including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, -and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial -portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT -LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - diff --git a/software/flow/node_modules/socket.io/node_modules/debug/README.md b/software/flow/node_modules/socket.io/node_modules/debug/README.md deleted file mode 100644 index e9c3e04..0000000 --- a/software/flow/node_modules/socket.io/node_modules/debug/README.md +++ /dev/null @@ -1,481 +0,0 @@ -# debug -[![Build Status](https://travis-ci.org/debug-js/debug.svg?branch=master)](https://travis-ci.org/debug-js/debug) [![Coverage Status](https://coveralls.io/repos/github/debug-js/debug/badge.svg?branch=master)](https://coveralls.io/github/debug-js/debug?branch=master) [![Slack](https://visionmedia-community-slackin.now.sh/badge.svg)](https://visionmedia-community-slackin.now.sh/) [![OpenCollective](https://opencollective.com/debug/backers/badge.svg)](#backers) -[![OpenCollective](https://opencollective.com/debug/sponsors/badge.svg)](#sponsors) - -<img width="647" src="https://user-images.githubusercontent.com/71256/29091486-fa38524c-7c37-11e7-895f-e7ec8e1039b6.png"> - -A tiny JavaScript debugging utility modelled after Node.js core's debugging -technique. Works in Node.js and web browsers. - -## Installation - -```bash -$ npm install debug -``` - -## Usage - -`debug` exposes a function; simply pass this function the name of your module, and it will return a decorated version of `console.error` for you to pass debug statements to. This will allow you to toggle the debug output for different parts of your module as well as the module as a whole. - -Example [_app.js_](./examples/node/app.js): - -```js -var debug = require('debug')('http') - , http = require('http') - , name = 'My App'; - -// fake app - -debug('booting %o', name); - -http.createServer(function(req, res){ - debug(req.method + ' ' + req.url); - res.end('hello\n'); -}).listen(3000, function(){ - debug('listening'); -}); - -// fake worker of some kind - -require('./worker'); -``` - -Example [_worker.js_](./examples/node/worker.js): - -```js -var a = require('debug')('worker:a') - , b = require('debug')('worker:b'); - -function work() { - a('doing lots of uninteresting work'); - setTimeout(work, Math.random() * 1000); -} - -work(); - -function workb() { - b('doing some work'); - setTimeout(workb, Math.random() * 2000); -} - -workb(); -``` - -The `DEBUG` environment variable is then used to enable these based on space or -comma-delimited names. - -Here are some examples: - -<img width="647" alt="screen shot 2017-08-08 at 12 53 04 pm" src="https://user-images.githubusercontent.com/71256/29091703-a6302cdc-7c38-11e7-8304-7c0b3bc600cd.png"> -<img width="647" alt="screen shot 2017-08-08 at 12 53 38 pm" src="https://user-images.githubusercontent.com/71256/29091700-a62a6888-7c38-11e7-800b-db911291ca2b.png"> -<img width="647" alt="screen shot 2017-08-08 at 12 53 25 pm" src="https://user-images.githubusercontent.com/71256/29091701-a62ea114-7c38-11e7-826a-2692bedca740.png"> - -#### Windows command prompt notes - -##### CMD - -On Windows the environment variable is set using the `set` command. - -```cmd -set DEBUG=*,-not_this -``` - -Example: - -```cmd -set DEBUG=* & node app.js -``` - -##### PowerShell (VS Code default) - -PowerShell uses different syntax to set environment variables. - -```cmd -$env:DEBUG = "*,-not_this" -``` - -Example: - -```cmd -$env:DEBUG='app';node app.js -``` - -Then, run the program to be debugged as usual. - -npm script example: -```js - "windowsDebug": "@powershell -Command $env:DEBUG='*';node app.js", -``` - -## Namespace Colors - -Every debug instance has a color generated for it based on its namespace name. -This helps when visually parsing the debug output to identify which debug instance -a debug line belongs to. - -#### Node.js - -In Node.js, colors are enabled when stderr is a TTY. You also _should_ install -the [`supports-color`](https://npmjs.org/supports-color) module alongside debug, -otherwise debug will only use a small handful of basic colors. - -<img width="521" src="https://user-images.githubusercontent.com/71256/29092181-47f6a9e6-7c3a-11e7-9a14-1928d8a711cd.png"> - -#### Web Browser - -Colors are also enabled on "Web Inspectors" that understand the `%c` formatting -option. These are WebKit web inspectors, Firefox ([since version -31](https://hacks.mozilla.org/2014/05/editable-box-model-multiple-selection-sublime-text-keys-much-more-firefox-developer-tools-episode-31/)) -and the Firebug plugin for Firefox (any version). - -<img width="524" src="https://user-images.githubusercontent.com/71256/29092033-b65f9f2e-7c39-11e7-8e32-f6f0d8e865c1.png"> - - -## Millisecond diff - -When actively developing an application it can be useful to see when the time spent between one `debug()` call and the next. Suppose for example you invoke `debug()` before requesting a resource, and after as well, the "+NNNms" will show you how much time was spent between calls. - -<img width="647" src="https://user-images.githubusercontent.com/71256/29091486-fa38524c-7c37-11e7-895f-e7ec8e1039b6.png"> - -When stdout is not a TTY, `Date#toISOString()` is used, making it more useful for logging the debug information as shown below: - -<img width="647" src="https://user-images.githubusercontent.com/71256/29091956-6bd78372-7c39-11e7-8c55-c948396d6edd.png"> - - -## Conventions - -If you're using this in one or more of your libraries, you _should_ use the name of your library so that developers may toggle debugging as desired without guessing names. If you have more than one debuggers you _should_ prefix them with your library name and use ":" to separate features. For example "bodyParser" from Connect would then be "connect:bodyParser". If you append a "*" to the end of your name, it will always be enabled regardless of the setting of the DEBUG environment variable. You can then use it for normal output as well as debug output. - -## Wildcards - -The `*` character may be used as a wildcard. Suppose for example your library has -debuggers named "connect:bodyParser", "connect:compress", "connect:session", -instead of listing all three with -`DEBUG=connect:bodyParser,connect:compress,connect:session`, you may simply do -`DEBUG=connect:*`, or to run everything using this module simply use `DEBUG=*`. - -You can also exclude specific debuggers by prefixing them with a "-" character. -For example, `DEBUG=*,-connect:*` would include all debuggers except those -starting with "connect:". - -## Environment Variables - -When running through Node.js, you can set a few environment variables that will -change the behavior of the debug logging: - -| Name | Purpose | -|-----------|-------------------------------------------------| -| `DEBUG` | Enables/disables specific debugging namespaces. | -| `DEBUG_HIDE_DATE` | Hide date from debug output (non-TTY). | -| `DEBUG_COLORS`| Whether or not to use colors in the debug output. | -| `DEBUG_DEPTH` | Object inspection depth. | -| `DEBUG_SHOW_HIDDEN` | Shows hidden properties on inspected objects. | - - -__Note:__ The environment variables beginning with `DEBUG_` end up being -converted into an Options object that gets used with `%o`/`%O` formatters. -See the Node.js documentation for -[`util.inspect()`](https://nodejs.org/api/util.html#util_util_inspect_object_options) -for the complete list. - -## Formatters - -Debug uses [printf-style](https://wikipedia.org/wiki/Printf_format_string) formatting. -Below are the officially supported formatters: - -| Formatter | Representation | -|-----------|----------------| -| `%O` | Pretty-print an Object on multiple lines. | -| `%o` | Pretty-print an Object all on a single line. | -| `%s` | String. | -| `%d` | Number (both integer and float). | -| `%j` | JSON. Replaced with the string '[Circular]' if the argument contains circular references. | -| `%%` | Single percent sign ('%'). This does not consume an argument. | - - -### Custom formatters - -You can add custom formatters by extending the `debug.formatters` object. -For example, if you wanted to add support for rendering a Buffer as hex with -`%h`, you could do something like: - -```js -const createDebug = require('debug') -createDebug.formatters.h = (v) => { - return v.toString('hex') -} - -// …elsewhere -const debug = createDebug('foo') -debug('this is hex: %h', new Buffer('hello world')) -// foo this is hex: 68656c6c6f20776f726c6421 +0ms -``` - - -## Browser Support - -You can build a browser-ready script using [browserify](https://github.com/substack/node-browserify), -or just use the [browserify-as-a-service](https://wzrd.in/) [build](https://wzrd.in/standalone/debug@latest), -if you don't want to build it yourself. - -Debug's enable state is currently persisted by `localStorage`. -Consider the situation shown below where you have `worker:a` and `worker:b`, -and wish to debug both. You can enable this using `localStorage.debug`: - -```js -localStorage.debug = 'worker:*' -``` - -And then refresh the page. - -```js -a = debug('worker:a'); -b = debug('worker:b'); - -setInterval(function(){ - a('doing some work'); -}, 1000); - -setInterval(function(){ - b('doing some work'); -}, 1200); -``` - -In Chromium-based web browsers (e.g. Brave, Chrome, and Electron), the JavaScript console will—by default—only show messages logged by `debug` if the "Verbose" log level is _enabled_. - -<img width="647" src="https://user-images.githubusercontent.com/7143133/152083257-29034707-c42c-4959-8add-3cee850e6fcf.png"> - -## Output streams - - By default `debug` will log to stderr, however this can be configured per-namespace by overriding the `log` method: - -Example [_stdout.js_](./examples/node/stdout.js): - -```js -var debug = require('debug'); -var error = debug('app:error'); - -// by default stderr is used -error('goes to stderr!'); - -var log = debug('app:log'); -// set this namespace to log via console.log -log.log = console.log.bind(console); // don't forget to bind to console! -log('goes to stdout'); -error('still goes to stderr!'); - -// set all output to go via console.info -// overrides all per-namespace log settings -debug.log = console.info.bind(console); -error('now goes to stdout via console.info'); -log('still goes to stdout, but via console.info now'); -``` - -## Extend -You can simply extend debugger -```js -const log = require('debug')('auth'); - -//creates new debug instance with extended namespace -const logSign = log.extend('sign'); -const logLogin = log.extend('login'); - -log('hello'); // auth hello -logSign('hello'); //auth:sign hello -logLogin('hello'); //auth:login hello -``` - -## Set dynamically - -You can also enable debug dynamically by calling the `enable()` method : - -```js -let debug = require('debug'); - -console.log(1, debug.enabled('test')); - -debug.enable('test'); -console.log(2, debug.enabled('test')); - -debug.disable(); -console.log(3, debug.enabled('test')); - -``` - -print : -``` -1 false -2 true -3 false -``` - -Usage : -`enable(namespaces)` -`namespaces` can include modes separated by a colon and wildcards. - -Note that calling `enable()` completely overrides previously set DEBUG variable : - -``` -$ DEBUG=foo node -e 'var dbg = require("debug"); dbg.enable("bar"); console.log(dbg.enabled("foo"))' -=> false -``` - -`disable()` - -Will disable all namespaces. The functions returns the namespaces currently -enabled (and skipped). This can be useful if you want to disable debugging -temporarily without knowing what was enabled to begin with. - -For example: - -```js -let debug = require('debug'); -debug.enable('foo:*,-foo:bar'); -let namespaces = debug.disable(); -debug.enable(namespaces); -``` - -Note: There is no guarantee that the string will be identical to the initial -enable string, but semantically they will be identical. - -## Checking whether a debug target is enabled - -After you've created a debug instance, you can determine whether or not it is -enabled by checking the `enabled` property: - -```javascript -const debug = require('debug')('http'); - -if (debug.enabled) { - // do stuff... -} -``` - -You can also manually toggle this property to force the debug instance to be -enabled or disabled. - -## Usage in child processes - -Due to the way `debug` detects if the output is a TTY or not, colors are not shown in child processes when `stderr` is piped. A solution is to pass the `DEBUG_COLORS=1` environment variable to the child process. -For example: - -```javascript -worker = fork(WORKER_WRAP_PATH, [workerPath], { - stdio: [ - /* stdin: */ 0, - /* stdout: */ 'pipe', - /* stderr: */ 'pipe', - 'ipc', - ], - env: Object.assign({}, process.env, { - DEBUG_COLORS: 1 // without this settings, colors won't be shown - }), -}); - -worker.stderr.pipe(process.stderr, { end: false }); -``` - - -## Authors - - - TJ Holowaychuk - - Nathan Rajlich - - Andrew Rhyne - - Josh Junon - -## Backers - -Support us with a monthly donation and help us continue our activities. [[Become a backer](https://opencollective.com/debug#backer)] - -<a href="https://opencollective.com/debug/backer/0/website" target="_blank"><img src="https://opencollective.com/debug/backer/0/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/1/website" target="_blank"><img src="https://opencollective.com/debug/backer/1/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/2/website" target="_blank"><img src="https://opencollective.com/debug/backer/2/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/3/website" target="_blank"><img src="https://opencollective.com/debug/backer/3/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/4/website" target="_blank"><img src="https://opencollective.com/debug/backer/4/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/5/website" target="_blank"><img src="https://opencollective.com/debug/backer/5/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/6/website" target="_blank"><img src="https://opencollective.com/debug/backer/6/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/7/website" target="_blank"><img src="https://opencollective.com/debug/backer/7/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/8/website" target="_blank"><img src="https://opencollective.com/debug/backer/8/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/9/website" target="_blank"><img src="https://opencollective.com/debug/backer/9/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/10/website" target="_blank"><img src="https://opencollective.com/debug/backer/10/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/11/website" target="_blank"><img src="https://opencollective.com/debug/backer/11/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/12/website" target="_blank"><img src="https://opencollective.com/debug/backer/12/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/13/website" target="_blank"><img src="https://opencollective.com/debug/backer/13/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/14/website" target="_blank"><img src="https://opencollective.com/debug/backer/14/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/15/website" target="_blank"><img src="https://opencollective.com/debug/backer/15/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/16/website" target="_blank"><img src="https://opencollective.com/debug/backer/16/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/17/website" target="_blank"><img src="https://opencollective.com/debug/backer/17/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/18/website" target="_blank"><img src="https://opencollective.com/debug/backer/18/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/19/website" target="_blank"><img src="https://opencollective.com/debug/backer/19/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/20/website" target="_blank"><img src="https://opencollective.com/debug/backer/20/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/21/website" target="_blank"><img src="https://opencollective.com/debug/backer/21/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/22/website" target="_blank"><img src="https://opencollective.com/debug/backer/22/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/23/website" target="_blank"><img src="https://opencollective.com/debug/backer/23/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/24/website" target="_blank"><img src="https://opencollective.com/debug/backer/24/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/25/website" target="_blank"><img src="https://opencollective.com/debug/backer/25/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/26/website" target="_blank"><img src="https://opencollective.com/debug/backer/26/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/27/website" target="_blank"><img src="https://opencollective.com/debug/backer/27/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/28/website" target="_blank"><img src="https://opencollective.com/debug/backer/28/avatar.svg"></a> -<a href="https://opencollective.com/debug/backer/29/website" target="_blank"><img src="https://opencollective.com/debug/backer/29/avatar.svg"></a> - - -## Sponsors - -Become a sponsor and get your logo on our README on Github with a link to your site. [[Become a sponsor](https://opencollective.com/debug#sponsor)] - -<a href="https://opencollective.com/debug/sponsor/0/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/0/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/1/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/1/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/2/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/2/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/3/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/3/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/4/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/4/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/5/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/5/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/6/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/6/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/7/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/7/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/8/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/8/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/9/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/9/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/10/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/10/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/11/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/11/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/12/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/12/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/13/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/13/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/14/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/14/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/15/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/15/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/16/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/16/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/17/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/17/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/18/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/18/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/19/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/19/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/20/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/20/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/21/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/21/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/22/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/22/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/23/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/23/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/24/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/24/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/25/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/25/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/26/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/26/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/27/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/27/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/28/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/28/avatar.svg"></a> -<a href="https://opencollective.com/debug/sponsor/29/website" target="_blank"><img src="https://opencollective.com/debug/sponsor/29/avatar.svg"></a> - -## License - -(The MIT License) - -Copyright (c) 2014-2017 TJ Holowaychuk &lt;tj@vision-media.ca&gt; -Copyright (c) 2018-2021 Josh Junon - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -'Software'), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/software/flow/node_modules/socket.io/node_modules/debug/package.json b/software/flow/node_modules/socket.io/node_modules/debug/package.json deleted file mode 100644 index 3bcdc24..0000000 --- a/software/flow/node_modules/socket.io/node_modules/debug/package.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "name": "debug", - "version": "4.3.4", - "repository": { - "type": "git", - "url": "git://github.com/debug-js/debug.git" - }, - "description": "Lightweight debugging utility for Node.js and the browser", - "keywords": [ - "debug", - "log", - "debugger" - ], - "files": [ - "src", - "LICENSE", - "README.md" - ], - "author": "Josh Junon <josh.junon@protonmail.com>", - "contributors": [ - "TJ Holowaychuk <tj@vision-media.ca>", - "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io)", - "Andrew Rhyne <rhyneandrew@gmail.com>" - ], - "license": "MIT", - "scripts": { - "lint": "xo", - "test": "npm run test:node && npm run test:browser && npm run lint", - "test:node": "istanbul cover _mocha -- test.js", - "test:browser": "karma start --single-run", - "test:coverage": "cat ./coverage/lcov.info | coveralls" - }, - "dependencies": { - "ms": "2.1.2" - }, - "devDependencies": { - "brfs": "^2.0.1", - "browserify": "^16.2.3", - "coveralls": "^3.0.2", - "istanbul": "^0.4.5", - "karma": "^3.1.4", - "karma-browserify": "^6.0.0", - "karma-chrome-launcher": "^2.2.0", - "karma-mocha": "^1.3.0", - "mocha": "^5.2.0", - "mocha-lcov-reporter": "^1.2.0", - "xo": "^0.23.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - }, - "main": "./src/index.js", - "browser": "./src/browser.js", - "engines": { - "node": ">=6.0" - } -} diff --git a/software/flow/node_modules/socket.io/node_modules/debug/src/browser.js b/software/flow/node_modules/socket.io/node_modules/debug/src/browser.js deleted file mode 100644 index cd0fc35..0000000 --- a/software/flow/node_modules/socket.io/node_modules/debug/src/browser.js +++ /dev/null @@ -1,269 +0,0 @@ -/* eslint-env browser */ - -/** - * This is the web browser implementation of `debug()`. - */ - -exports.formatArgs = formatArgs; -exports.save = save; -exports.load = load; -exports.useColors = useColors; -exports.storage = localstorage(); -exports.destroy = (() => { - let warned = false; - - return () => { - if (!warned) { - warned = true; - console.warn('Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.'); - } - }; -})(); - -/** - * Colors. - */ - -exports.colors = [ - '#0000CC', - '#0000FF', - '#0033CC', - '#0033FF', - '#0066CC', - '#0066FF', - '#0099CC', - '#0099FF', - '#00CC00', - '#00CC33', - '#00CC66', - '#00CC99', - '#00CCCC', - '#00CCFF', - '#3300CC', - '#3300FF', - '#3333CC', - '#3333FF', - '#3366CC', - '#3366FF', - '#3399CC', - '#3399FF', - '#33CC00', - '#33CC33', - '#33CC66', - '#33CC99', - '#33CCCC', - '#33CCFF', - '#6600CC', - '#6600FF', - '#6633CC', - '#6633FF', - '#66CC00', - '#66CC33', - '#9900CC', - '#9900FF', - '#9933CC', - '#9933FF', - '#99CC00', - '#99CC33', - '#CC0000', - '#CC0033', - '#CC0066', - '#CC0099', - '#CC00CC', - '#CC00FF', - '#CC3300', - '#CC3333', - '#CC3366', - '#CC3399', - '#CC33CC', - '#CC33FF', - '#CC6600', - '#CC6633', - '#CC9900', - '#CC9933', - '#CCCC00', - '#CCCC33', - '#FF0000', - '#FF0033', - '#FF0066', - '#FF0099', - '#FF00CC', - '#FF00FF', - '#FF3300', - '#FF3333', - '#FF3366', - '#FF3399', - '#FF33CC', - '#FF33FF', - '#FF6600', - '#FF6633', - '#FF9900', - '#FF9933', - '#FFCC00', - '#FFCC33' -]; - -/** - * Currently only WebKit-based Web Inspectors, Firefox >= v31, - * and the Firebug extension (any Firefox version) are known - * to support "%c" CSS customizations. - * - * TODO: add a `localStorage` variable to explicitly enable/disable colors - */ - -// eslint-disable-next-line complexity -function useColors() { - // NB: In an Electron preload script, document will be defined but not fully - // initialized. Since we know we're in Chrome, we'll just detect this case - // explicitly - if (typeof window !== 'undefined' && window.process && (window.process.type === 'renderer' || window.process.__nwjs)) { - return true; - } - - // Internet Explorer and Edge do not support colors. - if (typeof navigator !== 'undefined' && navigator.userAgent && navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/)) { - return false; - } - - // Is webkit? http://stackoverflow.com/a/16459606/376773 - // document is undefined in react-native: https://github.com/facebook/react-native/pull/1632 - return (typeof document !== 'undefined' && document.documentElement && document.documentElement.style && document.documentElement.style.WebkitAppearance) || - // Is firebug? http://stackoverflow.com/a/398120/376773 - (typeof window !== 'undefined' && window.console && (window.console.firebug || (window.console.exception && window.console.table))) || - // Is firefox >= v31? - // https://developer.mozilla.org/en-US/docs/Tools/Web_Console#Styling_messages - (typeof navigator !== 'undefined' && navigator.userAgent && navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/) && parseInt(RegExp.$1, 10) >= 31) || - // Double check webkit in userAgent just in case we are in a worker - (typeof navigator !== 'undefined' && navigator.userAgent && navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)); -} - -/** - * Colorize log arguments if enabled. - * - * @api public - */ - -function formatArgs(args) { - args[0] = (this.useColors ? '%c' : '') + - this.namespace + - (this.useColors ? ' %c' : ' ') + - args[0] + - (this.useColors ? '%c ' : ' ') + - '+' + module.exports.humanize(this.diff); - - if (!this.useColors) { - return; - } - - const c = 'color: ' + this.color; - args.splice(1, 0, c, 'color: inherit'); - - // The final "%c" is somewhat tricky, because there could be other - // arguments passed either before or after the %c, so we need to - // figure out the correct index to insert the CSS into - let index = 0; - let lastC = 0; - args[0].replace(/%[a-zA-Z%]/g, match => { - if (match === '%%') { - return; - } - index++; - if (match === '%c') { - // We only are interested in the *last* %c - // (the user may have provided their own) - lastC = index; - } - }); - - args.splice(lastC, 0, c); -} - -/** - * Invokes `console.debug()` when available. - * No-op when `console.debug` is not a "function". - * If `console.debug` is not available, falls back - * to `console.log`. - * - * @api public - */ -exports.log = console.debug || console.log || (() => {}); - -/** - * Save `namespaces`. - * - * @param {String} namespaces - * @api private - */ -function save(namespaces) { - try { - if (namespaces) { - exports.storage.setItem('debug', namespaces); - } else { - exports.storage.removeItem('debug'); - } - } catch (error) { - // Swallow - // XXX (@Qix-) should we be logging these? - } -} - -/** - * Load `namespaces`. - * - * @return {String} returns the previously persisted debug modes - * @api private - */ -function load() { - let r; - try { - r = exports.storage.getItem('debug'); - } catch (error) { - // Swallow - // XXX (@Qix-) should we be logging these? - } - - // If debug isn't set in LS, and we're in Electron, try to load $DEBUG - if (!r && typeof process !== 'undefined' && 'env' in process) { - r = process.env.DEBUG; - } - - return r; -} - -/** - * Localstorage attempts to return the localstorage. - * - * This is necessary because safari throws - * when a user disables cookies/localstorage - * and you attempt to access it. - * - * @return {LocalStorage} - * @api private - */ - -function localstorage() { - try { - // TVMLKit (Apple TV JS Runtime) does not have a window object, just localStorage in the global context - // The Browser also has localStorage in the global context. - return localStorage; - } catch (error) { - // Swallow - // XXX (@Qix-) should we be logging these? - } -} - -module.exports = require('./common')(exports); - -const {formatters} = module.exports; - -/** - * Map %j to `JSON.stringify()`, since no Web Inspectors do that by default. - */ - -formatters.j = function (v) { - try { - return JSON.stringify(v); - } catch (error) { - return '[UnexpectedJSONParseError]: ' + error.message; - } -}; diff --git a/software/flow/node_modules/socket.io/node_modules/debug/src/common.js b/software/flow/node_modules/socket.io/node_modules/debug/src/common.js deleted file mode 100644 index e3291b2..0000000 --- a/software/flow/node_modules/socket.io/node_modules/debug/src/common.js +++ /dev/null @@ -1,274 +0,0 @@ - -/** - * This is the common logic for both the Node.js and web browser - * implementations of `debug()`. - */ - -function setup(env) { - createDebug.debug = createDebug; - createDebug.default = createDebug; - createDebug.coerce = coerce; - createDebug.disable = disable; - createDebug.enable = enable; - createDebug.enabled = enabled; - createDebug.humanize = require('ms'); - createDebug.destroy = destroy; - - Object.keys(env).forEach(key => { - createDebug[key] = env[key]; - }); - - /** - * The currently active debug mode names, and names to skip. - */ - - createDebug.names = []; - createDebug.skips = []; - - /** - * Map of special "%n" handling functions, for the debug "format" argument. - * - * Valid key names are a single, lower or upper-case letter, i.e. "n" and "N". - */ - createDebug.formatters = {}; - - /** - * Selects a color for a debug namespace - * @param {String} namespace The namespace string for the debug instance to be colored - * @return {Number|String} An ANSI color code for the given namespace - * @api private - */ - function selectColor(namespace) { - let hash = 0; - - for (let i = 0; i < namespace.length; i++) { - hash = ((hash << 5) - hash) + namespace.charCodeAt(i); - hash |= 0; // Convert to 32bit integer - } - - return createDebug.colors[Math.abs(hash) % createDebug.colors.length]; - } - createDebug.selectColor = selectColor; - - /** - * Create a debugger with the given `namespace`. - * - * @param {String} namespace - * @return {Function} - * @api public - */ - function createDebug(namespace) { - let prevTime; - let enableOverride = null; - let namespacesCache; - let enabledCache; - - function debug(...args) { - // Disabled? - if (!debug.enabled) { - return; - } - - const self = debug; - - // Set `diff` timestamp - const curr = Number(new Date()); - const ms = curr - (prevTime || curr); - self.diff = ms; - self.prev = prevTime; - self.curr = curr; - prevTime = curr; - - args[0] = createDebug.coerce(args[0]); - - if (typeof args[0] !== 'string') { - // Anything else let's inspect with %O - args.unshift('%O'); - } - - // Apply any `formatters` transformations - let index = 0; - args[0] = args[0].replace(/%([a-zA-Z%])/g, (match, format) => { - // If we encounter an escaped % then don't increase the array index - if (match === '%%') { - return '%'; - } - index++; - const formatter = createDebug.formatters[format]; - if (typeof formatter === 'function') { - const val = args[index]; - match = formatter.call(self, val); - - // Now we need to remove `args[index]` since it's inlined in the `format` - args.splice(index, 1); - index--; - } - return match; - }); - - // Apply env-specific formatting (colors, etc.) - createDebug.formatArgs.call(self, args); - - const logFn = self.log || createDebug.log; - logFn.apply(self, args); - } - - debug.namespace = namespace; - debug.useColors = createDebug.useColors(); - debug.color = createDebug.selectColor(namespace); - debug.extend = extend; - debug.destroy = createDebug.destroy; // XXX Temporary. Will be removed in the next major release. - - Object.defineProperty(debug, 'enabled', { - enumerable: true, - configurable: false, - get: () => { - if (enableOverride !== null) { - return enableOverride; - } - if (namespacesCache !== createDebug.namespaces) { - namespacesCache = createDebug.namespaces; - enabledCache = createDebug.enabled(namespace); - } - - return enabledCache; - }, - set: v => { - enableOverride = v; - } - }); - - // Env-specific initialization logic for debug instances - if (typeof createDebug.init === 'function') { - createDebug.init(debug); - } - - return debug; - } - - function extend(namespace, delimiter) { - const newDebug = createDebug(this.namespace + (typeof delimiter === 'undefined' ? ':' : delimiter) + namespace); - newDebug.log = this.log; - return newDebug; - } - - /** - * Enables a debug mode by namespaces. This can include modes - * separated by a colon and wildcards. - * - * @param {String} namespaces - * @api public - */ - function enable(namespaces) { - createDebug.save(namespaces); - createDebug.namespaces = namespaces; - - createDebug.names = []; - createDebug.skips = []; - - let i; - const split = (typeof namespaces === 'string' ? namespaces : '').split(/[\s,]+/); - const len = split.length; - - for (i = 0; i < len; i++) { - if (!split[i]) { - // ignore empty strings - continue; - } - - namespaces = split[i].replace(/\*/g, '.*?'); - - if (namespaces[0] === '-') { - createDebug.skips.push(new RegExp('^' + namespaces.slice(1) + '$')); - } else { - createDebug.names.push(new RegExp('^' + namespaces + '$')); - } - } - } - - /** - * Disable debug output. - * - * @return {String} namespaces - * @api public - */ - function disable() { - const namespaces = [ - ...createDebug.names.map(toNamespace), - ...createDebug.skips.map(toNamespace).map(namespace => '-' + namespace) - ].join(','); - createDebug.enable(''); - return namespaces; - } - - /** - * Returns true if the given mode name is enabled, false otherwise. - * - * @param {String} name - * @return {Boolean} - * @api public - */ - function enabled(name) { - if (name[name.length - 1] === '*') { - return true; - } - - let i; - let len; - - for (i = 0, len = createDebug.skips.length; i < len; i++) { - if (createDebug.skips[i].test(name)) { - return false; - } - } - - for (i = 0, len = createDebug.names.length; i < len; i++) { - if (createDebug.names[i].test(name)) { - return true; - } - } - - return false; - } - - /** - * Convert regexp to namespace - * - * @param {RegExp} regxep - * @return {String} namespace - * @api private - */ - function toNamespace(regexp) { - return regexp.toString() - .substring(2, regexp.toString().length - 2) - .replace(/\.\*\?$/, '*'); - } - - /** - * Coerce `val`. - * - * @param {Mixed} val - * @return {Mixed} - * @api private - */ - function coerce(val) { - if (val instanceof Error) { - return val.stack || val.message; - } - return val; - } - - /** - * XXX DO NOT USE. This is a temporary stub function. - * XXX It WILL be removed in the next major release. - */ - function destroy() { - console.warn('Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.'); - } - - createDebug.enable(createDebug.load()); - - return createDebug; -} - -module.exports = setup; diff --git a/software/flow/node_modules/socket.io/node_modules/debug/src/index.js b/software/flow/node_modules/socket.io/node_modules/debug/src/index.js deleted file mode 100644 index bf4c57f..0000000 --- a/software/flow/node_modules/socket.io/node_modules/debug/src/index.js +++ /dev/null @@ -1,10 +0,0 @@ -/** - * Detect Electron renderer / nwjs process, which is node, but we should - * treat as a browser. - */ - -if (typeof process === 'undefined' || process.type === 'renderer' || process.browser === true || process.__nwjs) { - module.exports = require('./browser.js'); -} else { - module.exports = require('./node.js'); -} diff --git a/software/flow/node_modules/socket.io/node_modules/debug/src/node.js b/software/flow/node_modules/socket.io/node_modules/debug/src/node.js deleted file mode 100644 index 79bc085..0000000 --- a/software/flow/node_modules/socket.io/node_modules/debug/src/node.js +++ /dev/null @@ -1,263 +0,0 @@ -/** - * Module dependencies. - */ - -const tty = require('tty'); -const util = require('util'); - -/** - * This is the Node.js implementation of `debug()`. - */ - -exports.init = init; -exports.log = log; -exports.formatArgs = formatArgs; -exports.save = save; -exports.load = load; -exports.useColors = useColors; -exports.destroy = util.deprecate( - () => {}, - 'Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.' -); - -/** - * Colors. - */ - -exports.colors = [6, 2, 3, 4, 5, 1]; - -try { - // Optional dependency (as in, doesn't need to be installed, NOT like optionalDependencies in package.json) - // eslint-disable-next-line import/no-extraneous-dependencies - const supportsColor = require('supports-color'); - - if (supportsColor && (supportsColor.stderr || supportsColor).level >= 2) { - exports.colors = [ - 20, - 21, - 26, - 27, - 32, - 33, - 38, - 39, - 40, - 41, - 42, - 43, - 44, - 45, - 56, - 57, - 62, - 63, - 68, - 69, - 74, - 75, - 76, - 77, - 78, - 79, - 80, - 81, - 92, - 93, - 98, - 99, - 112, - 113, - 128, - 129, - 134, - 135, - 148, - 149, - 160, - 161, - 162, - 163, - 164, - 165, - 166, - 167, - 168, - 169, - 170, - 171, - 172, - 173, - 178, - 179, - 184, - 185, - 196, - 197, - 198, - 199, - 200, - 201, - 202, - 203, - 204, - 205, - 206, - 207, - 208, - 209, - 214, - 215, - 220, - 221 - ]; - } -} catch (error) { - // Swallow - we only care if `supports-color` is available; it doesn't have to be. -} - -/** - * Build up the default `inspectOpts` object from the environment variables. - * - * $ DEBUG_COLORS=no DEBUG_DEPTH=10 DEBUG_SHOW_HIDDEN=enabled node script.js - */ - -exports.inspectOpts = Object.keys(process.env).filter(key => { - return /^debug_/i.test(key); -}).reduce((obj, key) => { - // Camel-case - const prop = key - .substring(6) - .toLowerCase() - .replace(/_([a-z])/g, (_, k) => { - return k.toUpperCase(); - }); - - // Coerce string value into JS value - let val = process.env[key]; - if (/^(yes|on|true|enabled)$/i.test(val)) { - val = true; - } else if (/^(no|off|false|disabled)$/i.test(val)) { - val = false; - } else if (val === 'null') { - val = null; - } else { - val = Number(val); - } - - obj[prop] = val; - return obj; -}, {}); - -/** - * Is stdout a TTY? Colored output is enabled when `true`. - */ - -function useColors() { - return 'colors' in exports.inspectOpts ? - Boolean(exports.inspectOpts.colors) : - tty.isatty(process.stderr.fd); -} - -/** - * Adds ANSI color escape codes if enabled. - * - * @api public - */ - -function formatArgs(args) { - const {namespace: name, useColors} = this; - - if (useColors) { - const c = this.color; - const colorCode = '\u001B[3' + (c < 8 ? c : '8;5;' + c); - const prefix = ` ${colorCode};1m${name} \u001B[0m`; - - args[0] = prefix + args[0].split('\n').join('\n' + prefix); - args.push(colorCode + 'm+' + module.exports.humanize(this.diff) + '\u001B[0m'); - } else { - args[0] = getDate() + name + ' ' + args[0]; - } -} - -function getDate() { - if (exports.inspectOpts.hideDate) { - return ''; - } - return new Date().toISOString() + ' '; -} - -/** - * Invokes `util.format()` with the specified arguments and writes to stderr. - */ - -function log(...args) { - return process.stderr.write(util.format(...args) + '\n'); -} - -/** - * Save `namespaces`. - * - * @param {String} namespaces - * @api private - */ -function save(namespaces) { - if (namespaces) { - process.env.DEBUG = namespaces; - } else { - // If you set a process.env field to null or undefined, it gets cast to the - // string 'null' or 'undefined'. Just delete instead. - delete process.env.DEBUG; - } -} - -/** - * Load `namespaces`. - * - * @return {String} returns the previously persisted debug modes - * @api private - */ - -function load() { - return process.env.DEBUG; -} - -/** - * Init logic for `debug` instances. - * - * Create a new `inspectOpts` object in case `useColors` is set - * differently for a particular `debug` instance. - */ - -function init(debug) { - debug.inspectOpts = {}; - - const keys = Object.keys(exports.inspectOpts); - for (let i = 0; i < keys.length; i++) { - debug.inspectOpts[keys[i]] = exports.inspectOpts[keys[i]]; - } -} - -module.exports = require('./common')(exports); - -const {formatters} = module.exports; - -/** - * Map %o to `util.inspect()`, all on a single line. - */ - -formatters.o = function (v) { - this.inspectOpts.colors = this.useColors; - return util.inspect(v, this.inspectOpts) - .split('\n') - .map(str => str.trim()) - .join(' '); -}; - -/** - * Map %O to `util.inspect()`, allowing multiple lines if needed. - */ - -formatters.O = function (v) { - this.inspectOpts.colors = this.useColors; - return util.inspect(v, this.inspectOpts); -}; diff --git a/software/flow/node_modules/socket.io/node_modules/ms/index.js b/software/flow/node_modules/socket.io/node_modules/ms/index.js deleted file mode 100644 index c4498bc..0000000 --- a/software/flow/node_modules/socket.io/node_modules/ms/index.js +++ /dev/null @@ -1,162 +0,0 @@ -/** - * Helpers. - */ - -var s = 1000; -var m = s * 60; -var h = m * 60; -var d = h * 24; -var w = d * 7; -var y = d * 365.25; - -/** - * Parse or format the given `val`. - * - * Options: - * - * - `long` verbose formatting [false] - * - * @param {String|Number} val - * @param {Object} [options] - * @throws {Error} throw an error if val is not a non-empty string or a number - * @return {String|Number} - * @api public - */ - -module.exports = function(val, options) { - options = options || {}; - var type = typeof val; - if (type === 'string' && val.length > 0) { - return parse(val); - } else if (type === 'number' && isFinite(val)) { - return options.long ? fmtLong(val) : fmtShort(val); - } - throw new Error( - 'val is not a non-empty string or a valid number. val=' + - JSON.stringify(val) - ); -}; - -/** - * Parse the given `str` and return milliseconds. - * - * @param {String} str - * @return {Number} - * @api private - */ - -function parse(str) { - str = String(str); - if (str.length > 100) { - return; - } - var match = /^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec( - str - ); - if (!match) { - return; - } - var n = parseFloat(match[1]); - var type = (match[2] || 'ms').toLowerCase(); - switch (type) { - case 'years': - case 'year': - case 'yrs': - case 'yr': - case 'y': - return n * y; - case 'weeks': - case 'week': - case 'w': - return n * w; - case 'days': - case 'day': - case 'd': - return n * d; - case 'hours': - case 'hour': - case 'hrs': - case 'hr': - case 'h': - return n * h; - case 'minutes': - case 'minute': - case 'mins': - case 'min': - case 'm': - return n * m; - case 'seconds': - case 'second': - case 'secs': - case 'sec': - case 's': - return n * s; - case 'milliseconds': - case 'millisecond': - case 'msecs': - case 'msec': - case 'ms': - return n; - default: - return undefined; - } -} - -/** - * Short format for `ms`. - * - * @param {Number} ms - * @return {String} - * @api private - */ - -function fmtShort(ms) { - var msAbs = Math.abs(ms); - if (msAbs >= d) { - return Math.round(ms / d) + 'd'; - } - if (msAbs >= h) { - return Math.round(ms / h) + 'h'; - } - if (msAbs >= m) { - return Math.round(ms / m) + 'm'; - } - if (msAbs >= s) { - return Math.round(ms / s) + 's'; - } - return ms + 'ms'; -} - -/** - * Long format for `ms`. - * - * @param {Number} ms - * @return {String} - * @api private - */ - -function fmtLong(ms) { - var msAbs = Math.abs(ms); - if (msAbs >= d) { - return plural(ms, msAbs, d, 'day'); - } - if (msAbs >= h) { - return plural(ms, msAbs, h, 'hour'); - } - if (msAbs >= m) { - return plural(ms, msAbs, m, 'minute'); - } - if (msAbs >= s) { - return plural(ms, msAbs, s, 'second'); - } - return ms + ' ms'; -} - -/** - * Pluralization helper. - */ - -function plural(ms, msAbs, n, name) { - var isPlural = msAbs >= n * 1.5; - return Math.round(ms / n) + ' ' + name + (isPlural ? 's' : ''); -} diff --git a/software/flow/node_modules/socket.io/node_modules/ms/license.md b/software/flow/node_modules/socket.io/node_modules/ms/license.md deleted file mode 100644 index 69b6125..0000000 --- a/software/flow/node_modules/socket.io/node_modules/ms/license.md +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2016 Zeit, Inc. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/software/flow/node_modules/socket.io/node_modules/ms/package.json b/software/flow/node_modules/socket.io/node_modules/ms/package.json deleted file mode 100644 index eea666e..0000000 --- a/software/flow/node_modules/socket.io/node_modules/ms/package.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "ms", - "version": "2.1.2", - "description": "Tiny millisecond conversion utility", - "repository": "zeit/ms", - "main": "./index", - "files": [ - "index.js" - ], - "scripts": { - "precommit": "lint-staged", - "lint": "eslint lib/* bin/*", - "test": "mocha tests.js" - }, - "eslintConfig": { - "extends": "eslint:recommended", - "env": { - "node": true, - "es6": true - } - }, - "lint-staged": { - "*.js": [ - "npm run lint", - "prettier --single-quote --write", - "git add" - ] - }, - "license": "MIT", - "devDependencies": { - "eslint": "4.12.1", - "expect.js": "0.3.1", - "husky": "0.14.3", - "lint-staged": "5.0.0", - "mocha": "4.0.1" - } -} diff --git a/software/flow/node_modules/socket.io/node_modules/ms/readme.md b/software/flow/node_modules/socket.io/node_modules/ms/readme.md deleted file mode 100644 index 9a1996b..0000000 --- a/software/flow/node_modules/socket.io/node_modules/ms/readme.md +++ /dev/null @@ -1,60 +0,0 @@ -# ms - -[![Build Status](https://travis-ci.org/zeit/ms.svg?branch=master)](https://travis-ci.org/zeit/ms) -[![Join the community on Spectrum](https://withspectrum.github.io/badge/badge.svg)](https://spectrum.chat/zeit) - -Use this package to easily convert various time formats to milliseconds. - -## Examples - -```js -ms('2 days') // 172800000 -ms('1d') // 86400000 -ms('10h') // 36000000 -ms('2.5 hrs') // 9000000 -ms('2h') // 7200000 -ms('1m') // 60000 -ms('5s') // 5000 -ms('1y') // 31557600000 -ms('100') // 100 -ms('-3 days') // -259200000 -ms('-1h') // -3600000 -ms('-200') // -200 -``` - -### Convert from Milliseconds - -```js -ms(60000) // "1m" -ms(2 * 60000) // "2m" -ms(-3 * 60000) // "-3m" -ms(ms('10 hours')) // "10h" -``` - -### Time Format Written-Out - -```js -ms(60000, { long: true }) // "1 minute" -ms(2 * 60000, { long: true }) // "2 minutes" -ms(-3 * 60000, { long: true }) // "-3 minutes" -ms(ms('10 hours'), { long: true }) // "10 hours" -``` - -## Features - -- Works both in [Node.js](https://nodejs.org) and in the browser -- If a number is supplied to `ms`, a string with a unit is returned -- If a string that contains the number is supplied, it returns it as a number (e.g.: it returns `100` for `'100'`) -- If you pass a string with a number and a valid unit, the number of equivalent milliseconds is returned - -## Related Packages - -- [ms.macro](https://github.com/knpwrs/ms.macro) - Run `ms` as a macro at build-time. - -## Caught a Bug? - -1. [Fork](https://help.github.com/articles/fork-a-repo/) this repository to your own GitHub account and then [clone](https://help.github.com/articles/cloning-a-repository/) it to your local device -2. Link the package to the global module directory: `npm link` -3. Within the module you want to test your local development instance of ms, just link it to the dependencies: `npm link ms`. Instead of the default one from npm, Node.js will now use your clone of ms! - -As always, you can run the tests using: `npm test` diff --git a/software/flow/node_modules/socket.io/package.json b/software/flow/node_modules/socket.io/package.json deleted file mode 100644 index ce07505..0000000 --- a/software/flow/node_modules/socket.io/package.json +++ /dev/null @@ -1,96 +0,0 @@ -{ - "name": "socket.io", - "version": "4.6.1", - "description": "node.js realtime framework server", - "keywords": [ - "realtime", - "framework", - "websocket", - "tcp", - "events", - "socket", - "io" - ], - "files": [ - "dist/", - "client-dist/", - "wrapper.mjs", - "!**/*.tsbuildinfo" - ], - "directories": { - "doc": "docs/", - "example": "example/", - "lib": "lib/", - "test": "test/" - }, - "type": "commonjs", - "main": "./dist/index.js", - "exports": { - "import": "./wrapper.mjs", - "require": "./dist/index.js", - "types": "./dist/index.d.ts" - }, - "types": "./dist/index.d.ts", - "license": "MIT", - "repository": { - "type": "git", - "url": "git://github.com/socketio/socket.io" - }, - "scripts": { - "compile": "rimraf ./dist && tsc", - "test": "npm run format:check && npm run compile && npm run test:types && npm run test:unit", - "test:types": "tsd", - "test:unit": "nyc mocha --require ts-node/register --reporter spec --slow 200 --bail --timeout 10000 test/index.ts", - "format:check": "prettier --check \"lib/**/*.ts\" \"test/**/*.ts\"", - "format:fix": "prettier --write \"lib/**/*.ts\" \"test/**/*.ts\"", - "prepack": "npm run compile" - }, - "dependencies": { - "accepts": "~1.3.4", - "base64id": "~2.0.0", - "debug": "~4.3.2", - "engine.io": "~6.4.1", - "socket.io-adapter": "~2.5.2", - "socket.io-parser": "~4.2.1" - }, - "devDependencies": { - "@types/mocha": "^9.0.0", - "expect.js": "0.3.1", - "mocha": "^10.0.0", - "nyc": "^15.1.0", - "prettier": "^2.3.2", - "rimraf": "^3.0.2", - "socket.io-client": "4.6.1", - "socket.io-client-v2": "npm:socket.io-client@^2.4.0", - "superagent": "^8.0.0", - "supertest": "^6.1.6", - "ts-node": "^10.2.1", - "tsd": "^0.21.0", - "typescript": "^4.4.2", - "uWebSockets.js": "github:uNetworking/uWebSockets.js#v20.0.0" - }, - "contributors": [ - { - "name": "Guillermo Rauch", - "email": "rauchg@gmail.com" - }, - { - "name": "Arnout Kazemier", - "email": "info@3rd-eden.com" - }, - { - "name": "Vladimir Dronnikov", - "email": "dronnikov@gmail.com" - }, - { - "name": "Einar Otto Stangvik", - "email": "einaros@gmail.com" - } - ], - "engines": { - "node": ">=10.0.0" - }, - "tsd": { - "directory": "test" - } -} diff --git a/software/flow/node_modules/socket.io/wrapper.mjs b/software/flow/node_modules/socket.io/wrapper.mjs deleted file mode 100644 index ee4017d..0000000 --- a/software/flow/node_modules/socket.io/wrapper.mjs +++ /dev/null @@ -1,3 +0,0 @@ -import io from "./dist/index.js"; - -export const {Server, Namespace, Socket} = io; diff --git a/software/flow/node_modules/statuses/HISTORY.md b/software/flow/node_modules/statuses/HISTORY.md deleted file mode 100644 index fa4556e..0000000 --- a/software/flow/node_modules/statuses/HISTORY.md +++ /dev/null @@ -1,82 +0,0 @@ -2.0.1 / 2021-01-03 -================== - - * Fix returning values from `Object.prototype` - -2.0.0 / 2020-04-19 -================== - - * Drop support for Node.js 0.6 - * Fix messaging casing of `418 I'm a Teapot` - * Remove code 306 - * Remove `status[code]` exports; use `status.message[code]` - * Remove `status[msg]` exports; use `status.code[msg]` - * Rename `425 Unordered Collection` to standard `425 Too Early` - * Rename `STATUS_CODES` export to `message` - * Return status message for `statuses(code)` when given code - -1.5.0 / 2018-03-27 -================== - - * Add `103 Early Hints` - -1.4.0 / 2017-10-20 -================== - - * Add `STATUS_CODES` export - -1.3.1 / 2016-11-11 -================== - - * Fix return type in JSDoc - -1.3.0 / 2016-05-17 -================== - - * Add `421 Misdirected Request` - * perf: enable strict mode - -1.2.1 / 2015-02-01 -================== - - * Fix message for status 451 - - `451 Unavailable For Legal Reasons` - -1.2.0 / 2014-09-28 -================== - - * Add `208 Already Repored` - * Add `226 IM Used` - * Add `306 (Unused)` - * Add `415 Unable For Legal Reasons` - * Add `508 Loop Detected` - -1.1.1 / 2014-09-24 -================== - - * Add missing 308 to `codes.json` - -1.1.0 / 2014-09-21 -================== - - * Add `codes.json` for universal support - -1.0.4 / 2014-08-20 -================== - - * Package cleanup - -1.0.3 / 2014-06-08 -================== - - * Add 308 to `.redirect` category - -1.0.2 / 2014-03-13 -================== - - * Add `.retry` category - -1.0.1 / 2014-03-12 -================== - - * Initial release diff --git a/software/flow/node_modules/statuses/LICENSE b/software/flow/node_modules/statuses/LICENSE deleted file mode 100644 index 28a3161..0000000 --- a/software/flow/node_modules/statuses/LICENSE +++ /dev/null @@ -1,23 +0,0 @@ - -The MIT License (MIT) - -Copyright (c) 2014 Jonathan Ong <me@jongleberry.com> -Copyright (c) 2016 Douglas Christopher Wilson <doug@somethingdoug.com> - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/software/flow/node_modules/statuses/README.md b/software/flow/node_modules/statuses/README.md deleted file mode 100644 index 57967e6..0000000 --- a/software/flow/node_modules/statuses/README.md +++ /dev/null @@ -1,136 +0,0 @@ -# statuses - -[![NPM Version][npm-version-image]][npm-url] -[![NPM Downloads][npm-downloads-image]][npm-url] -[![Node.js Version][node-version-image]][node-version-url] -[![Build Status][ci-image]][ci-url] -[![Test Coverage][coveralls-image]][coveralls-url] - -HTTP status utility for node. - -This module provides a list of status codes and messages sourced from -a few different projects: - - * The [IANA Status Code Registry](https://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml) - * The [Node.js project](https://nodejs.org/) - * The [NGINX project](https://www.nginx.com/) - * The [Apache HTTP Server project](https://httpd.apache.org/) - -## Installation - -This is a [Node.js](https://nodejs.org/en/) module available through the -[npm registry](https://www.npmjs.com/). Installation is done using the -[`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally): - -```sh -$ npm install statuses -``` - -## API - -<!-- eslint-disable no-unused-vars --> - -```js -var status = require('statuses') -``` - -### status(code) - -Returns the status message string for a known HTTP status code. The code -may be a number or a string. An error is thrown for an unknown status code. - -<!-- eslint-disable no-undef --> - -```js -status(403) // => 'Forbidden' -status('403') // => 'Forbidden' -status(306) // throws -``` - -### status(msg) - -Returns the numeric status code for a known HTTP status message. The message -is case-insensitive. An error is thrown for an unknown status message. - -<!-- eslint-disable no-undef --> - -```js -status('forbidden') // => 403 -status('Forbidden') // => 403 -status('foo') // throws -``` - -### status.codes - -Returns an array of all the status codes as `Integer`s. - -### status.code[msg] - -Returns the numeric status code for a known status message (in lower-case), -otherwise `undefined`. - -<!-- eslint-disable no-undef, no-unused-expressions --> - -```js -status['not found'] // => 404 -``` - -### status.empty[code] - -Returns `true` if a status code expects an empty body. - -<!-- eslint-disable no-undef, no-unused-expressions --> - -```js -status.empty[200] // => undefined -status.empty[204] // => true -status.empty[304] // => true -``` - -### status.message[code] - -Returns the string message for a known numeric status code, otherwise -`undefined`. This object is the same format as the -[Node.js http module `http.STATUS_CODES`](https://nodejs.org/dist/latest/docs/api/http.html#http_http_status_codes). - -<!-- eslint-disable no-undef, no-unused-expressions --> - -```js -status.message[404] // => 'Not Found' -``` - -### status.redirect[code] - -Returns `true` if a status code is a valid redirect status. - -<!-- eslint-disable no-undef, no-unused-expressions --> - -```js -status.redirect[200] // => undefined -status.redirect[301] // => true -``` - -### status.retry[code] - -Returns `true` if you should retry the rest. - -<!-- eslint-disable no-undef, no-unused-expressions --> - -```js -status.retry[501] // => undefined -status.retry[503] // => true -``` - -## License - -[MIT](LICENSE) - -[ci-image]: https://badgen.net/github/checks/jshttp/statuses/master?label=ci -[ci-url]: https://github.com/jshttp/statuses/actions?query=workflow%3Aci -[coveralls-image]: https://badgen.net/coveralls/c/github/jshttp/statuses/master -[coveralls-url]: https://coveralls.io/r/jshttp/statuses?branch=master -[node-version-image]: https://badgen.net/npm/node/statuses -[node-version-url]: https://nodejs.org/en/download -[npm-downloads-image]: https://badgen.net/npm/dm/statuses -[npm-url]: https://npmjs.org/package/statuses -[npm-version-image]: https://badgen.net/npm/v/statuses diff --git a/software/flow/node_modules/statuses/codes.json b/software/flow/node_modules/statuses/codes.json deleted file mode 100644 index 1333ed1..0000000 --- a/software/flow/node_modules/statuses/codes.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "100": "Continue", - "101": "Switching Protocols", - "102": "Processing", - "103": "Early Hints", - "200": "OK", - "201": "Created", - "202": "Accepted", - "203": "Non-Authoritative Information", - "204": "No Content", - "205": "Reset Content", - "206": "Partial Content", - "207": "Multi-Status", - "208": "Already Reported", - "226": "IM Used", - "300": "Multiple Choices", - "301": "Moved Permanently", - "302": "Found", - "303": "See Other", - "304": "Not Modified", - "305": "Use Proxy", - "307": "Temporary Redirect", - "308": "Permanent Redirect", - "400": "Bad Request", - "401": "Unauthorized", - "402": "Payment Required", - "403": "Forbidden", - "404": "Not Found", - "405": "Method Not Allowed", - "406": "Not Acceptable", - "407": "Proxy Authentication Required", - "408": "Request Timeout", - "409": "Conflict", - "410": "Gone", - "411": "Length Required", - "412": "Precondition Failed", - "413": "Payload Too Large", - "414": "URI Too Long", - "415": "Unsupported Media Type", - "416": "Range Not Satisfiable", - "417": "Expectation Failed", - "418": "I'm a Teapot", - "421": "Misdirected Request", - "422": "Unprocessable Entity", - "423": "Locked", - "424": "Failed Dependency", - "425": "Too Early", - "426": "Upgrade Required", - "428": "Precondition Required", - "429": "Too Many Requests", - "431": "Request Header Fields Too Large", - "451": "Unavailable For Legal Reasons", - "500": "Internal Server Error", - "501": "Not Implemented", - "502": "Bad Gateway", - "503": "Service Unavailable", - "504": "Gateway Timeout", - "505": "HTTP Version Not Supported", - "506": "Variant Also Negotiates", - "507": "Insufficient Storage", - "508": "Loop Detected", - "509": "Bandwidth Limit Exceeded", - "510": "Not Extended", - "511": "Network Authentication Required" -} diff --git a/software/flow/node_modules/statuses/index.js b/software/flow/node_modules/statuses/index.js deleted file mode 100644 index ea351c5..0000000 --- a/software/flow/node_modules/statuses/index.js +++ /dev/null @@ -1,146 +0,0 @@ -/*! - * statuses - * Copyright(c) 2014 Jonathan Ong - * Copyright(c) 2016 Douglas Christopher Wilson - * MIT Licensed - */ - -'use strict' - -/** - * Module dependencies. - * @private - */ - -var codes = require('./codes.json') - -/** - * Module exports. - * @public - */ - -module.exports = status - -// status code to message map -status.message = codes - -// status message (lower-case) to code map -status.code = createMessageToStatusCodeMap(codes) - -// array of status codes -status.codes = createStatusCodeList(codes) - -// status codes for redirects -status.redirect = { - 300: true, - 301: true, - 302: true, - 303: true, - 305: true, - 307: true, - 308: true -} - -// status codes for empty bodies -status.empty = { - 204: true, - 205: true, - 304: true -} - -// status codes for when you should retry the request -status.retry = { - 502: true, - 503: true, - 504: true -} - -/** - * Create a map of message to status code. - * @private - */ - -function createMessageToStatusCodeMap (codes) { - var map = {} - - Object.keys(codes).forEach(function forEachCode (code) { - var message = codes[code] - var status = Number(code) - - // populate map - map[message.toLowerCase()] = status - }) - - return map -} - -/** - * Create a list of all status codes. - * @private - */ - -function createStatusCodeList (codes) { - return Object.keys(codes).map(function mapCode (code) { - return Number(code) - }) -} - -/** - * Get the status code for given message. - * @private - */ - -function getStatusCode (message) { - var msg = message.toLowerCase() - - if (!Object.prototype.hasOwnProperty.call(status.code, msg)) { - throw new Error('invalid status message: "' + message + '"') - } - - return status.code[msg] -} - -/** - * Get the status message for given code. - * @private - */ - -function getStatusMessage (code) { - if (!Object.prototype.hasOwnProperty.call(status.message, code)) { - throw new Error('invalid status code: ' + code) - } - - return status.message[code] -} - -/** - * Get the status code. - * - * Given a number, this will throw if it is not a known status - * code, otherwise the code will be returned. Given a string, - * the string will be parsed for a number and return the code - * if valid, otherwise will lookup the code assuming this is - * the status message. - * - * @param {string|number} code - * @returns {number} - * @public - */ - -function status (code) { - if (typeof code === 'number') { - return getStatusMessage(code) - } - - if (typeof code !== 'string') { - throw new TypeError('code must be a number or string') - } - - // '403' - var n = parseInt(code, 10) - if (!isNaN(n)) { - return getStatusMessage(n) - } - - return getStatusCode(code) -} diff --git a/software/flow/node_modules/statuses/package.json b/software/flow/node_modules/statuses/package.json deleted file mode 100644 index 8c3e719..0000000 --- a/software/flow/node_modules/statuses/package.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "name": "statuses", - "description": "HTTP status utility", - "version": "2.0.1", - "contributors": [ - "Douglas Christopher Wilson <doug@somethingdoug.com>", - "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)" - ], - "repository": "jshttp/statuses", - "license": "MIT", - "keywords": [ - "http", - "status", - "code" - ], - "files": [ - "HISTORY.md", - "index.js", - "codes.json", - "LICENSE" - ], - "devDependencies": { - "csv-parse": "4.14.2", - "eslint": "7.17.0", - "eslint-config-standard": "14.1.1", - "eslint-plugin-import": "2.22.1", - "eslint-plugin-markdown": "1.0.2", - "eslint-plugin-node": "11.1.0", - "eslint-plugin-promise": "4.2.1", - "eslint-plugin-standard": "4.1.0", - "mocha": "8.2.1", - "nyc": "15.1.0", - "raw-body": "2.4.1", - "stream-to-array": "2.3.0" - }, - "engines": { - "node": ">= 0.8" - }, - "scripts": { - "build": "node scripts/build.js", - "fetch": "node scripts/fetch-apache.js && node scripts/fetch-iana.js && node scripts/fetch-nginx.js && node scripts/fetch-node.js", - "lint": "eslint --plugin markdown --ext js,md .", - "test": "mocha --reporter spec --check-leaks --bail test/", - "test-ci": "nyc --reporter=lcov --reporter=text npm test", - "test-cov": "nyc --reporter=html --reporter=text npm test", - "update": "npm run fetch && npm run build", - "version": "node scripts/version-history.js && git add HISTORY.md" - } -} diff --git a/software/flow/node_modules/toidentifier/HISTORY.md b/software/flow/node_modules/toidentifier/HISTORY.md deleted file mode 100644 index cb7cc89..0000000 --- a/software/flow/node_modules/toidentifier/HISTORY.md +++ /dev/null @@ -1,9 +0,0 @@ -1.0.1 / 2021-11-14 -================== - - * pref: enable strict mode - -1.0.0 / 2018-07-09 -================== - - * Initial release diff --git a/software/flow/node_modules/toidentifier/LICENSE b/software/flow/node_modules/toidentifier/LICENSE deleted file mode 100644 index de22d15..0000000 --- a/software/flow/node_modules/toidentifier/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2016 Douglas Christopher Wilson <doug@somethingdoug.com> - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/software/flow/node_modules/toidentifier/README.md b/software/flow/node_modules/toidentifier/README.md deleted file mode 100644 index 57e8a78..0000000 --- a/software/flow/node_modules/toidentifier/README.md +++ /dev/null @@ -1,61 +0,0 @@ -# toidentifier - -[![NPM Version][npm-image]][npm-url] -[![NPM Downloads][downloads-image]][downloads-url] -[![Build Status][github-actions-ci-image]][github-actions-ci-url] -[![Test Coverage][codecov-image]][codecov-url] - -> Convert a string of words to a JavaScript identifier - -## Install - -This is a [Node.js](https://nodejs.org/en/) module available through the -[npm registry](https://www.npmjs.com/). Installation is done using the -[`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally): - -```bash -$ npm install toidentifier -``` - -## Example - -```js -var toIdentifier = require('toidentifier') - -console.log(toIdentifier('Bad Request')) -// => "BadRequest" -``` - -## API - -This CommonJS module exports a single default function: `toIdentifier`. - -### toIdentifier(string) - -Given a string as the argument, it will be transformed according to -the following rules and the new string will be returned: - -1. Split into words separated by space characters (`0x20`). -2. Upper case the first character of each word. -3. Join the words together with no separator. -4. Remove all non-word (`[0-9a-z_]`) characters. - -## License - -[MIT](LICENSE) - -[codecov-image]: https://img.shields.io/codecov/c/github/component/toidentifier.svg -[codecov-url]: https://codecov.io/gh/component/toidentifier -[downloads-image]: https://img.shields.io/npm/dm/toidentifier.svg -[downloads-url]: https://npmjs.org/package/toidentifier -[github-actions-ci-image]: https://img.shields.io/github/workflow/status/component/toidentifier/ci/master?label=ci -[github-actions-ci-url]: https://github.com/component/toidentifier?query=workflow%3Aci -[npm-image]: https://img.shields.io/npm/v/toidentifier.svg -[npm-url]: https://npmjs.org/package/toidentifier - - -## - -[npm]: https://www.npmjs.com/ - -[yarn]: https://yarnpkg.com/ diff --git a/software/flow/node_modules/toidentifier/index.js b/software/flow/node_modules/toidentifier/index.js deleted file mode 100644 index 9295d02..0000000 --- a/software/flow/node_modules/toidentifier/index.js +++ /dev/null @@ -1,32 +0,0 @@ -/*! - * toidentifier - * Copyright(c) 2016 Douglas Christopher Wilson - * MIT Licensed - */ - -'use strict' - -/** - * Module exports. - * @public - */ - -module.exports = toIdentifier - -/** - * Trasform the given string into a JavaScript identifier - * - * @param {string} str - * @returns {string} - * @public - */ - -function toIdentifier (str) { - return str - .split(' ') - .map(function (token) { - return token.slice(0, 1).toUpperCase() + token.slice(1) - }) - .join('') - .replace(/[^ _0-9a-z]/gi, '') -} diff --git a/software/flow/node_modules/toidentifier/package.json b/software/flow/node_modules/toidentifier/package.json deleted file mode 100644 index 42db1a6..0000000 --- a/software/flow/node_modules/toidentifier/package.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "name": "toidentifier", - "description": "Convert a string of words to a JavaScript identifier", - "version": "1.0.1", - "author": "Douglas Christopher Wilson <doug@somethingdoug.com>", - "contributors": [ - "Douglas Christopher Wilson <doug@somethingdoug.com>", - "Nick Baugh <niftylettuce@gmail.com> (http://niftylettuce.com/)" - ], - "repository": "component/toidentifier", - "devDependencies": { - "eslint": "7.32.0", - "eslint-config-standard": "14.1.1", - "eslint-plugin-import": "2.25.3", - "eslint-plugin-markdown": "2.2.1", - "eslint-plugin-node": "11.1.0", - "eslint-plugin-promise": "4.3.1", - "eslint-plugin-standard": "4.1.0", - "mocha": "9.1.3", - "nyc": "15.1.0" - }, - "engines": { - "node": ">=0.6" - }, - "license": "MIT", - "files": [ - "HISTORY.md", - "LICENSE", - "index.js" - ], - "scripts": { - "lint": "eslint .", - "test": "mocha --reporter spec --bail --check-leaks test/", - "test-ci": "nyc --reporter=lcov --reporter=text npm test", - "test-cov": "nyc --reporter=html --reporter=text npm test", - "version": "node scripts/version-history.js && git add HISTORY.md" - } -} diff --git a/software/flow/node_modules/vary/HISTORY.md b/software/flow/node_modules/vary/HISTORY.md deleted file mode 100644 index f6cbcf7..0000000 --- a/software/flow/node_modules/vary/HISTORY.md +++ /dev/null @@ -1,39 +0,0 @@ -1.1.2 / 2017-09-23 -================== - - * perf: improve header token parsing speed - -1.1.1 / 2017-03-20 -================== - - * perf: hoist regular expression - -1.1.0 / 2015-09-29 -================== - - * Only accept valid field names in the `field` argument - - Ensures the resulting string is a valid HTTP header value - -1.0.1 / 2015-07-08 -================== - - * Fix setting empty header from empty `field` - * perf: enable strict mode - * perf: remove argument reassignments - -1.0.0 / 2014-08-10 -================== - - * Accept valid `Vary` header string as `field` - * Add `vary.append` for low-level string manipulation - * Move to `jshttp` orgainzation - -0.1.0 / 2014-06-05 -================== - - * Support array of fields to set - -0.0.0 / 2014-06-04 -================== - - * Initial release diff --git a/software/flow/node_modules/vary/LICENSE b/software/flow/node_modules/vary/LICENSE deleted file mode 100644 index 84441fb..0000000 --- a/software/flow/node_modules/vary/LICENSE +++ /dev/null @@ -1,22 +0,0 @@ -(The MIT License) - -Copyright (c) 2014-2017 Douglas Christopher Wilson - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -'Software'), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/software/flow/node_modules/vary/README.md b/software/flow/node_modules/vary/README.md deleted file mode 100644 index cc000b3..0000000 --- a/software/flow/node_modules/vary/README.md +++ /dev/null @@ -1,101 +0,0 @@ -# vary - -[![NPM Version][npm-image]][npm-url] -[![NPM Downloads][downloads-image]][downloads-url] -[![Node.js Version][node-version-image]][node-version-url] -[![Build Status][travis-image]][travis-url] -[![Test Coverage][coveralls-image]][coveralls-url] - -Manipulate the HTTP Vary header - -## Installation - -This is a [Node.js](https://nodejs.org/en/) module available through the -[npm registry](https://www.npmjs.com/). Installation is done using the -[`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally): - -```sh -$ npm install vary -``` - -## API - -<!-- eslint-disable no-unused-vars --> - -```js -var vary = require('vary') -``` - -### vary(res, field) - -Adds the given header `field` to the `Vary` response header of `res`. -This can be a string of a single field, a string of a valid `Vary` -header, or an array of multiple fields. - -This will append the header if not already listed, otherwise leaves -it listed in the current location. - -<!-- eslint-disable no-undef --> - -```js -// Append "Origin" to the Vary header of the response -vary(res, 'Origin') -``` - -### vary.append(header, field) - -Adds the given header `field` to the `Vary` response header string `header`. -This can be a string of a single field, a string of a valid `Vary` header, -or an array of multiple fields. - -This will append the header if not already listed, otherwise leaves -it listed in the current location. The new header string is returned. - -<!-- eslint-disable no-undef --> - -```js -// Get header string appending "Origin" to "Accept, User-Agent" -vary.append('Accept, User-Agent', 'Origin') -``` - -## Examples - -### Updating the Vary header when content is based on it - -```js -var http = require('http') -var vary = require('vary') - -http.createServer(function onRequest (req, res) { - // about to user-agent sniff - vary(res, 'User-Agent') - - var ua = req.headers['user-agent'] || '' - var isMobile = /mobi|android|touch|mini/i.test(ua) - - // serve site, depending on isMobile - res.setHeader('Content-Type', 'text/html') - res.end('You are (probably) ' + (isMobile ? '' : 'not ') + 'a mobile user') -}) -``` - -## Testing - -```sh -$ npm test -``` - -## License - -[MIT](LICENSE) - -[npm-image]: https://img.shields.io/npm/v/vary.svg -[npm-url]: https://npmjs.org/package/vary -[node-version-image]: https://img.shields.io/node/v/vary.svg -[node-version-url]: https://nodejs.org/en/download -[travis-image]: https://img.shields.io/travis/jshttp/vary/master.svg -[travis-url]: https://travis-ci.org/jshttp/vary -[coveralls-image]: https://img.shields.io/coveralls/jshttp/vary/master.svg -[coveralls-url]: https://coveralls.io/r/jshttp/vary -[downloads-image]: https://img.shields.io/npm/dm/vary.svg -[downloads-url]: https://npmjs.org/package/vary diff --git a/software/flow/node_modules/vary/index.js b/software/flow/node_modules/vary/index.js deleted file mode 100644 index 5b5e741..0000000 --- a/software/flow/node_modules/vary/index.js +++ /dev/null @@ -1,149 +0,0 @@ -/*! - * vary - * Copyright(c) 2014-2017 Douglas Christopher Wilson - * MIT Licensed - */ - -'use strict' - -/** - * Module exports. - */ - -module.exports = vary -module.exports.append = append - -/** - * RegExp to match field-name in RFC 7230 sec 3.2 - * - * field-name = token - * token = 1*tchar - * tchar = "!" / "#" / "$" / "%" / "&" / "'" / "*" - * / "+" / "-" / "." / "^" / "_" / "`" / "|" / "~" - * / DIGIT / ALPHA - * ; any VCHAR, except delimiters - */ - -var FIELD_NAME_REGEXP = /^[!#$%&'*+\-.^_`|~0-9A-Za-z]+$/ - -/** - * Append a field to a vary header. - * - * @param {String} header - * @param {String|Array} field - * @return {String} - * @public - */ - -function append (header, field) { - if (typeof header !== 'string') { - throw new TypeError('header argument is required') - } - - if (!field) { - throw new TypeError('field argument is required') - } - - // get fields array - var fields = !Array.isArray(field) - ? parse(String(field)) - : field - - // assert on invalid field names - for (var j = 0; j < fields.length; j++) { - if (!FIELD_NAME_REGEXP.test(fields[j])) { - throw new TypeError('field argument contains an invalid header name') - } - } - - // existing, unspecified vary - if (header === '*') { - return header - } - - // enumerate current values - var val = header - var vals = parse(header.toLowerCase()) - - // unspecified vary - if (fields.indexOf('*') !== -1 || vals.indexOf('*') !== -1) { - return '*' - } - - for (var i = 0; i < fields.length; i++) { - var fld = fields[i].toLowerCase() - - // append value (case-preserving) - if (vals.indexOf(fld) === -1) { - vals.push(fld) - val = val - ? val + ', ' + fields[i] - : fields[i] - } - } - - return val -} - -/** - * Parse a vary header into an array. - * - * @param {String} header - * @return {Array} - * @private - */ - -function parse (header) { - var end = 0 - var list = [] - var start = 0 - - // gather tokens - for (var i = 0, len = header.length; i < len; i++) { - switch (header.charCodeAt(i)) { - case 0x20: /* */ - if (start === end) { - start = end = i + 1 - } - break - case 0x2c: /* , */ - list.push(header.substring(start, end)) - start = end = i + 1 - break - default: - end = i + 1 - break - } - } - - // final token - list.push(header.substring(start, end)) - - return list -} - -/** - * Mark that a request is varied on a header field. - * - * @param {Object} res - * @param {String|Array} field - * @public - */ - -function vary (res, field) { - if (!res || !res.getHeader || !res.setHeader) { - // quack quack - throw new TypeError('res argument is required') - } - - // get existing header - var val = res.getHeader('Vary') || '' - var header = Array.isArray(val) - ? val.join(', ') - : String(val) - - // set new header - if ((val = append(header, field))) { - res.setHeader('Vary', val) - } -} diff --git a/software/flow/node_modules/vary/package.json b/software/flow/node_modules/vary/package.json deleted file mode 100644 index 028f72a..0000000 --- a/software/flow/node_modules/vary/package.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "name": "vary", - "description": "Manipulate the HTTP Vary header", - "version": "1.1.2", - "author": "Douglas Christopher Wilson <doug@somethingdoug.com>", - "license": "MIT", - "keywords": [ - "http", - "res", - "vary" - ], - "repository": "jshttp/vary", - "devDependencies": { - "beautify-benchmark": "0.2.4", - "benchmark": "2.1.4", - "eslint": "3.19.0", - "eslint-config-standard": "10.2.1", - "eslint-plugin-import": "2.7.0", - "eslint-plugin-markdown": "1.0.0-beta.6", - "eslint-plugin-node": "5.1.1", - "eslint-plugin-promise": "3.5.0", - "eslint-plugin-standard": "3.0.1", - "istanbul": "0.4.5", - "mocha": "2.5.3", - "supertest": "1.1.0" - }, - "files": [ - "HISTORY.md", - "LICENSE", - "README.md", - "index.js" - ], - "engines": { - "node": ">= 0.8" - }, - "scripts": { - "bench": "node benchmark/index.js", - "lint": "eslint --plugin markdown --ext js,md .", - "test": "mocha --reporter spec --bail --check-leaks test/", - "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/", - "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/" - } -} diff --git a/software/flow/node_modules/ws/LICENSE b/software/flow/node_modules/ws/LICENSE deleted file mode 100644 index 65ff176..0000000 --- a/software/flow/node_modules/ws/LICENSE +++ /dev/null @@ -1,19 +0,0 @@ -Copyright (c) 2011 Einar Otto Stangvik <einaros@gmail.com> - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/software/flow/node_modules/ws/README.md b/software/flow/node_modules/ws/README.md deleted file mode 100644 index 4ae71f6..0000000 --- a/software/flow/node_modules/ws/README.md +++ /dev/null @@ -1,495 +0,0 @@ -# ws: a Node.js WebSocket library - -[![Version npm](https://img.shields.io/npm/v/ws.svg?logo=npm)](https://www.npmjs.com/package/ws) -[![CI](https://img.shields.io/github/workflow/status/websockets/ws/CI/master?label=CI&logo=github)](https://github.com/websockets/ws/actions?query=workflow%3ACI+branch%3Amaster) -[![Coverage Status](https://img.shields.io/coveralls/websockets/ws/master.svg?logo=coveralls)](https://coveralls.io/github/websockets/ws) - -ws is a simple to use, blazing fast, and thoroughly tested WebSocket client and -server implementation. - -Passes the quite extensive Autobahn test suite: [server][server-report], -[client][client-report]. - -**Note**: This module does not work in the browser. The client in the docs is a -reference to a back end with the role of a client in the WebSocket -communication. Browser clients must use the native -[`WebSocket`](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket) -object. To make the same code work seamlessly on Node.js and the browser, you -can use one of the many wrappers available on npm, like -[isomorphic-ws](https://github.com/heineiuo/isomorphic-ws). - -## Table of Contents - -- [Protocol support](#protocol-support) -- [Installing](#installing) - - [Opt-in for performance](#opt-in-for-performance) -- [API docs](#api-docs) -- [WebSocket compression](#websocket-compression) -- [Usage examples](#usage-examples) - - [Sending and receiving text data](#sending-and-receiving-text-data) - - [Sending binary data](#sending-binary-data) - - [Simple server](#simple-server) - - [External HTTP/S server](#external-https-server) - - [Multiple servers sharing a single HTTP/S server](#multiple-servers-sharing-a-single-https-server) - - [Client authentication](#client-authentication) - - [Server broadcast](#server-broadcast) - - [Round-trip time](#round-trip-time) - - [Use the Node.js streams API](#use-the-nodejs-streams-api) - - [Other examples](#other-examples) -- [FAQ](#faq) - - [How to get the IP address of the client?](#how-to-get-the-ip-address-of-the-client) - - [How to detect and close broken connections?](#how-to-detect-and-close-broken-connections) - - [How to connect via a proxy?](#how-to-connect-via-a-proxy) -- [Changelog](#changelog) -- [License](#license) - -## Protocol support - -- **HyBi drafts 07-12** (Use the option `protocolVersion: 8`) -- **HyBi drafts 13-17** (Current default, alternatively option - `protocolVersion: 13`) - -## Installing - -``` -npm install ws -``` - -### Opt-in for performance - -There are 2 optional modules that can be installed along side with the ws -module. These modules are binary addons which improve certain operations. -Prebuilt binaries are available for the most popular platforms so you don't -necessarily need to have a C++ compiler installed on your machine. - -- `npm install --save-optional bufferutil`: Allows to efficiently perform - operations such as masking and unmasking the data payload of the WebSocket - frames. -- `npm install --save-optional utf-8-validate`: Allows to efficiently check if a - message contains valid UTF-8. - -To not even try to require and use these modules, use the -[`WS_NO_BUFFER_UTIL`](./doc/ws.md#ws_no_buffer_util) and -[`WS_NO_UTF_8_VALIDATE`](./doc/ws.md#ws_no_utf_8_validate) environment -variables. These might be useful to enhance security in systems where a user can -put a package in the package search path of an application of another user, due -to how the Node.js resolver algorithm works. - -## API docs - -See [`/doc/ws.md`](./doc/ws.md) for Node.js-like documentation of ws classes and -utility functions. - -## WebSocket compression - -ws supports the [permessage-deflate extension][permessage-deflate] which enables -the client and server to negotiate a compression algorithm and its parameters, -and then selectively apply it to the data payloads of each WebSocket message. - -The extension is disabled by default on the server and enabled by default on the -client. It adds a significant overhead in terms of performance and memory -consumption so we suggest to enable it only if it is really needed. - -Note that Node.js has a variety of issues with high-performance compression, -where increased concurrency, especially on Linux, can lead to [catastrophic -memory fragmentation][node-zlib-bug] and slow performance. If you intend to use -permessage-deflate in production, it is worthwhile to set up a test -representative of your workload and ensure Node.js/zlib will handle it with -acceptable performance and memory usage. - -Tuning of permessage-deflate can be done via the options defined below. You can -also use `zlibDeflateOptions` and `zlibInflateOptions`, which is passed directly -into the creation of [raw deflate/inflate streams][node-zlib-deflaterawdocs]. - -See [the docs][ws-server-options] for more options. - -```js -import WebSocket, { WebSocketServer } from 'ws'; - -const wss = new WebSocketServer({ - port: 8080, - perMessageDeflate: { - zlibDeflateOptions: { - // See zlib defaults. - chunkSize: 1024, - memLevel: 7, - level: 3 - }, - zlibInflateOptions: { - chunkSize: 10 * 1024 - }, - // Other options settable: - clientNoContextTakeover: true, // Defaults to negotiated value. - serverNoContextTakeover: true, // Defaults to negotiated value. - serverMaxWindowBits: 10, // Defaults to negotiated value. - // Below options specified as default values. - concurrencyLimit: 10, // Limits zlib concurrency for perf. - threshold: 1024 // Size (in bytes) below which messages - // should not be compressed if context takeover is disabled. - } -}); -``` - -The client will only use the extension if it is supported and enabled on the -server. To always disable the extension on the client set the -`perMessageDeflate` option to `false`. - -```js -import WebSocket from 'ws'; - -const ws = new WebSocket('ws://www.host.com/path', { - perMessageDeflate: false -}); -``` - -## Usage examples - -### Sending and receiving text data - -```js -import WebSocket from 'ws'; - -const ws = new WebSocket('ws://www.host.com/path'); - -ws.on('open', function open() { - ws.send('something'); -}); - -ws.on('message', function message(data) { - console.log('received: %s', data); -}); -``` - -### Sending binary data - -```js -import WebSocket from 'ws'; - -const ws = new WebSocket('ws://www.host.com/path'); - -ws.on('open', function open() { - const array = new Float32Array(5); - - for (var i = 0; i < array.length; ++i) { - array[i] = i / 2; - } - - ws.send(array); -}); -``` - -### Simple server - -```js -import { WebSocketServer } from 'ws'; - -const wss = new WebSocketServer({ port: 8080 }); - -wss.on('connection', function connection(ws) { - ws.on('message', function message(data) { - console.log('received: %s', data); - }); - - ws.send('something'); -}); -``` - -### External HTTP/S server - -```js -import { createServer } from 'https'; -import { readFileSync } from 'fs'; -import { WebSocketServer } from 'ws'; - -const server = createServer({ - cert: readFileSync('/path/to/cert.pem'), - key: readFileSync('/path/to/key.pem') -}); -const wss = new WebSocketServer({ server }); - -wss.on('connection', function connection(ws) { - ws.on('message', function message(data) { - console.log('received: %s', data); - }); - - ws.send('something'); -}); - -server.listen(8080); -``` - -### Multiple servers sharing a single HTTP/S server - -```js -import { createServer } from 'http'; -import { parse } from 'url'; -import { WebSocketServer } from 'ws'; - -const server = createServer(); -const wss1 = new WebSocketServer({ noServer: true }); -const wss2 = new WebSocketServer({ noServer: true }); - -wss1.on('connection', function connection(ws) { - // ... -}); - -wss2.on('connection', function connection(ws) { - // ... -}); - -server.on('upgrade', function upgrade(request, socket, head) { - const { pathname } = parse(request.url); - - if (pathname === '/foo') { - wss1.handleUpgrade(request, socket, head, function done(ws) { - wss1.emit('connection', ws, request); - }); - } else if (pathname === '/bar') { - wss2.handleUpgrade(request, socket, head, function done(ws) { - wss2.emit('connection', ws, request); - }); - } else { - socket.destroy(); - } -}); - -server.listen(8080); -``` - -### Client authentication - -```js -import { createServer } from 'http'; -import { WebSocketServer } from 'ws'; - -const server = createServer(); -const wss = new WebSocketServer({ noServer: true }); - -wss.on('connection', function connection(ws, request, client) { - ws.on('message', function message(data) { - console.log(`Received message ${data} from user ${client}`); - }); -}); - -server.on('upgrade', function upgrade(request, socket, head) { - // This function is not defined on purpose. Implement it with your own logic. - authenticate(request, function next(err, client) { - if (err || !client) { - socket.write('HTTP/1.1 401 Unauthorized\r\n\r\n'); - socket.destroy(); - return; - } - - wss.handleUpgrade(request, socket, head, function done(ws) { - wss.emit('connection', ws, request, client); - }); - }); -}); - -server.listen(8080); -``` - -Also see the provided [example][session-parse-example] using `express-session`. - -### Server broadcast - -A client WebSocket broadcasting to all connected WebSocket clients, including -itself. - -```js -import WebSocket, { WebSocketServer } from 'ws'; - -const wss = new WebSocketServer({ port: 8080 }); - -wss.on('connection', function connection(ws) { - ws.on('message', function message(data, isBinary) { - wss.clients.forEach(function each(client) { - if (client.readyState === WebSocket.OPEN) { - client.send(data, { binary: isBinary }); - } - }); - }); -}); -``` - -A client WebSocket broadcasting to every other connected WebSocket clients, -excluding itself. - -```js -import WebSocket, { WebSocketServer } from 'ws'; - -const wss = new WebSocketServer({ port: 8080 }); - -wss.on('connection', function connection(ws) { - ws.on('message', function message(data, isBinary) { - wss.clients.forEach(function each(client) { - if (client !== ws && client.readyState === WebSocket.OPEN) { - client.send(data, { binary: isBinary }); - } - }); - }); -}); -``` - -### Round-trip time - -```js -import WebSocket from 'ws'; - -const ws = new WebSocket('wss://websocket-echo.com/'); - -ws.on('open', function open() { - console.log('connected'); - ws.send(Date.now()); -}); - -ws.on('close', function close() { - console.log('disconnected'); -}); - -ws.on('message', function message(data) { - console.log(`Round-trip time: ${Date.now() - data} ms`); - - setTimeout(function timeout() { - ws.send(Date.now()); - }, 500); -}); -``` - -### Use the Node.js streams API - -```js -import WebSocket, { createWebSocketStream } from 'ws'; - -const ws = new WebSocket('wss://websocket-echo.com/'); - -const duplex = createWebSocketStream(ws, { encoding: 'utf8' }); - -duplex.pipe(process.stdout); -process.stdin.pipe(duplex); -``` - -### Other examples - -For a full example with a browser client communicating with a ws server, see the -examples folder. - -Otherwise, see the test cases. - -## FAQ - -### How to get the IP address of the client? - -The remote IP address can be obtained from the raw socket. - -```js -import { WebSocketServer } from 'ws'; - -const wss = new WebSocketServer({ port: 8080 }); - -wss.on('connection', function connection(ws, req) { - const ip = req.socket.remoteAddress; -}); -``` - -When the server runs behind a proxy like NGINX, the de-facto standard is to use -the `X-Forwarded-For` header. - -```js -wss.on('connection', function connection(ws, req) { - const ip = req.headers['x-forwarded-for'].split(',')[0].trim(); -}); -``` - -### How to detect and close broken connections? - -Sometimes the link between the server and the client can be interrupted in a way -that keeps both the server and the client unaware of the broken state of the -connection (e.g. when pulling the cord). - -In these cases ping messages can be used as a means to verify that the remote -endpoint is still responsive. - -```js -import { WebSocketServer } from 'ws'; - -function heartbeat() { - this.isAlive = true; -} - -const wss = new WebSocketServer({ port: 8080 }); - -wss.on('connection', function connection(ws) { - ws.isAlive = true; - ws.on('pong', heartbeat); -}); - -const interval = setInterval(function ping() { - wss.clients.forEach(function each(ws) { - if (ws.isAlive === false) return ws.terminate(); - - ws.isAlive = false; - ws.ping(); - }); -}, 30000); - -wss.on('close', function close() { - clearInterval(interval); -}); -``` - -Pong messages are automatically sent in response to ping messages as required by -the spec. - -Just like the server example above your clients might as well lose connection -without knowing it. You might want to add a ping listener on your clients to -prevent that. A simple implementation would be: - -```js -import WebSocket from 'ws'; - -function heartbeat() { - clearTimeout(this.pingTimeout); - - // Use `WebSocket#terminate()`, which immediately destroys the connection, - // instead of `WebSocket#close()`, which waits for the close timer. - // Delay should be equal to the interval at which your server - // sends out pings plus a conservative assumption of the latency. - this.pingTimeout = setTimeout(() => { - this.terminate(); - }, 30000 + 1000); -} - -const client = new WebSocket('wss://websocket-echo.com/'); - -client.on('open', heartbeat); -client.on('ping', heartbeat); -client.on('close', function clear() { - clearTimeout(this.pingTimeout); -}); -``` - -### How to connect via a proxy? - -Use a custom `http.Agent` implementation like [https-proxy-agent][] or -[socks-proxy-agent][]. - -## Changelog - -We're using the GitHub [releases][changelog] for changelog entries. - -## License - -[MIT](LICENSE) - -[changelog]: https://github.com/websockets/ws/releases -[client-report]: http://websockets.github.io/ws/autobahn/clients/ -[https-proxy-agent]: https://github.com/TooTallNate/node-https-proxy-agent -[node-zlib-bug]: https://github.com/nodejs/node/issues/8871 -[node-zlib-deflaterawdocs]: - https://nodejs.org/api/zlib.html#zlib_zlib_createdeflateraw_options -[permessage-deflate]: https://tools.ietf.org/html/rfc7692 -[server-report]: http://websockets.github.io/ws/autobahn/servers/ -[session-parse-example]: ./examples/express-session-parse -[socks-proxy-agent]: https://github.com/TooTallNate/node-socks-proxy-agent -[ws-server-options]: ./doc/ws.md#new-websocketserveroptions-callback diff --git a/software/flow/node_modules/ws/browser.js b/software/flow/node_modules/ws/browser.js deleted file mode 100644 index ca4f628..0000000 --- a/software/flow/node_modules/ws/browser.js +++ /dev/null @@ -1,8 +0,0 @@ -'use strict'; - -module.exports = function () { - throw new Error( - 'ws does not work in the browser. Browser clients must use the native ' + - 'WebSocket object' - ); -}; diff --git a/software/flow/node_modules/ws/index.js b/software/flow/node_modules/ws/index.js deleted file mode 100644 index 41edb3b..0000000 --- a/software/flow/node_modules/ws/index.js +++ /dev/null @@ -1,13 +0,0 @@ -'use strict'; - -const WebSocket = require('./lib/websocket'); - -WebSocket.createWebSocketStream = require('./lib/stream'); -WebSocket.Server = require('./lib/websocket-server'); -WebSocket.Receiver = require('./lib/receiver'); -WebSocket.Sender = require('./lib/sender'); - -WebSocket.WebSocket = WebSocket; -WebSocket.WebSocketServer = WebSocket.Server; - -module.exports = WebSocket; diff --git a/software/flow/node_modules/ws/lib/buffer-util.js b/software/flow/node_modules/ws/lib/buffer-util.js deleted file mode 100644 index df75955..0000000 --- a/software/flow/node_modules/ws/lib/buffer-util.js +++ /dev/null @@ -1,127 +0,0 @@ -'use strict'; - -const { EMPTY_BUFFER } = require('./constants'); - -/** - * Merges an array of buffers into a new buffer. - * - * @param {Buffer[]} list The array of buffers to concat - * @param {Number} totalLength The total length of buffers in the list - * @return {Buffer} The resulting buffer - * @public - */ -function concat(list, totalLength) { - if (list.length === 0) return EMPTY_BUFFER; - if (list.length === 1) return list[0]; - - const target = Buffer.allocUnsafe(totalLength); - let offset = 0; - - for (let i = 0; i < list.length; i++) { - const buf = list[i]; - target.set(buf, offset); - offset += buf.length; - } - - if (offset < totalLength) return target.slice(0, offset); - - return target; -} - -/** - * Masks a buffer using the given mask. - * - * @param {Buffer} source The buffer to mask - * @param {Buffer} mask The mask to use - * @param {Buffer} output The buffer where to store the result - * @param {Number} offset The offset at which to start writing - * @param {Number} length The number of bytes to mask. - * @public - */ -function _mask(source, mask, output, offset, length) { - for (let i = 0; i < length; i++) { - output[offset + i] = source[i] ^ mask[i & 3]; - } -} - -/** - * Unmasks a buffer using the given mask. - * - * @param {Buffer} buffer The buffer to unmask - * @param {Buffer} mask The mask to use - * @public - */ -function _unmask(buffer, mask) { - for (let i = 0; i < buffer.length; i++) { - buffer[i] ^= mask[i & 3]; - } -} - -/** - * Converts a buffer to an `ArrayBuffer`. - * - * @param {Buffer} buf The buffer to convert - * @return {ArrayBuffer} Converted buffer - * @public - */ -function toArrayBuffer(buf) { - if (buf.byteLength === buf.buffer.byteLength) { - return buf.buffer; - } - - return buf.buffer.slice(buf.byteOffset, buf.byteOffset + buf.byteLength); -} - -/** - * Converts `data` to a `Buffer`. - * - * @param {*} data The data to convert - * @return {Buffer} The buffer - * @throws {TypeError} - * @public - */ -function toBuffer(data) { - toBuffer.readOnly = true; - - if (Buffer.isBuffer(data)) return data; - - let buf; - - if (data instanceof ArrayBuffer) { - buf = Buffer.from(data); - } else if (ArrayBuffer.isView(data)) { - buf = Buffer.from(data.buffer, data.byteOffset, data.byteLength); - } else { - buf = Buffer.from(data); - toBuffer.readOnly = false; - } - - return buf; -} - -module.exports = { - concat, - mask: _mask, - toArrayBuffer, - toBuffer, - unmask: _unmask -}; - -/* istanbul ignore else */ -if (!process.env.WS_NO_BUFFER_UTIL) { - try { - const bufferUtil = require('bufferutil'); - - module.exports.mask = function (source, mask, output, offset, length) { - if (length < 48) _mask(source, mask, output, offset, length); - else bufferUtil.mask(source, mask, output, offset, length); - }; - - module.exports.unmask = function (buffer, mask) { - if (buffer.length < 32) _unmask(buffer, mask); - else bufferUtil.unmask(buffer, mask); - }; - } catch (e) { - // Continue regardless of the error. - } -} diff --git a/software/flow/node_modules/ws/lib/constants.js b/software/flow/node_modules/ws/lib/constants.js deleted file mode 100644 index d691b30..0000000 --- a/software/flow/node_modules/ws/lib/constants.js +++ /dev/null @@ -1,12 +0,0 @@ -'use strict'; - -module.exports = { - BINARY_TYPES: ['nodebuffer', 'arraybuffer', 'fragments'], - EMPTY_BUFFER: Buffer.alloc(0), - GUID: '258EAFA5-E914-47DA-95CA-C5AB0DC85B11', - kForOnEventAttribute: Symbol('kIsForOnEventAttribute'), - kListener: Symbol('kListener'), - kStatusCode: Symbol('status-code'), - kWebSocket: Symbol('websocket'), - NOOP: () => {} -}; diff --git a/software/flow/node_modules/ws/lib/event-target.js b/software/flow/node_modules/ws/lib/event-target.js deleted file mode 100644 index fea4cbc..0000000 --- a/software/flow/node_modules/ws/lib/event-target.js +++ /dev/null @@ -1,292 +0,0 @@ -'use strict'; - -const { kForOnEventAttribute, kListener } = require('./constants'); - -const kCode = Symbol('kCode'); -const kData = Symbol('kData'); -const kError = Symbol('kError'); -const kMessage = Symbol('kMessage'); -const kReason = Symbol('kReason'); -const kTarget = Symbol('kTarget'); -const kType = Symbol('kType'); -const kWasClean = Symbol('kWasClean'); - -/** - * Class representing an event. - */ -class Event { - /** - * Create a new `Event`. - * - * @param {String} type The name of the event - * @throws {TypeError} If the `type` argument is not specified - */ - constructor(type) { - this[kTarget] = null; - this[kType] = type; - } - - /** - * @type {*} - */ - get target() { - return this[kTarget]; - } - - /** - * @type {String} - */ - get type() { - return this[kType]; - } -} - -Object.defineProperty(Event.prototype, 'target', { enumerable: true }); -Object.defineProperty(Event.prototype, 'type', { enumerable: true }); - -/** - * Class representing a close event. - * - * @extends Event - */ -class CloseEvent extends Event { - /** - * Create a new `CloseEvent`. - * - * @param {String} type The name of the event - * @param {Object} [options] A dictionary object that allows for setting - * attributes via object members of the same name - * @param {Number} [options.code=0] The status code explaining why the - * connection was closed - * @param {String} [options.reason=''] A human-readable string explaining why - * the connection was closed - * @param {Boolean} [options.wasClean=false] Indicates whether or not the - * connection was cleanly closed - */ - constructor(type, options = {}) { - super(type); - - this[kCode] = options.code === undefined ? 0 : options.code; - this[kReason] = options.reason === undefined ? '' : options.reason; - this[kWasClean] = options.wasClean === undefined ? false : options.wasClean; - } - - /** - * @type {Number} - */ - get code() { - return this[kCode]; - } - - /** - * @type {String} - */ - get reason() { - return this[kReason]; - } - - /** - * @type {Boolean} - */ - get wasClean() { - return this[kWasClean]; - } -} - -Object.defineProperty(CloseEvent.prototype, 'code', { enumerable: true }); -Object.defineProperty(CloseEvent.prototype, 'reason', { enumerable: true }); -Object.defineProperty(CloseEvent.prototype, 'wasClean', { enumerable: true }); - -/** - * Class representing an error event. - * - * @extends Event - */ -class ErrorEvent extends Event { - /** - * Create a new `ErrorEvent`. - * - * @param {String} type The name of the event - * @param {Object} [options] A dictionary object that allows for setting - * attributes via object members of the same name - * @param {*} [options.error=null] The error that generated this event - * @param {String} [options.message=''] The error message - */ - constructor(type, options = {}) { - super(type); - - this[kError] = options.error === undefined ? null : options.error; - this[kMessage] = options.message === undefined ? '' : options.message; - } - - /** - * @type {*} - */ - get error() { - return this[kError]; - } - - /** - * @type {String} - */ - get message() { - return this[kMessage]; - } -} - -Object.defineProperty(ErrorEvent.prototype, 'error', { enumerable: true }); -Object.defineProperty(ErrorEvent.prototype, 'message', { enumerable: true }); - -/** - * Class representing a message event. - * - * @extends Event - */ -class MessageEvent extends Event { - /** - * Create a new `MessageEvent`. - * - * @param {String} type The name of the event - * @param {Object} [options] A dictionary object that allows for setting - * attributes via object members of the same name - * @param {*} [options.data=null] The message content - */ - constructor(type, options = {}) { - super(type); - - this[kData] = options.data === undefined ? null : options.data; - } - - /** - * @type {*} - */ - get data() { - return this[kData]; - } -} - -Object.defineProperty(MessageEvent.prototype, 'data', { enumerable: true }); - -/** - * This provides methods for emulating the `EventTarget` interface. It's not - * meant to be used directly. - * - * @mixin - */ -const EventTarget = { - /** - * Register an event listener. - * - * @param {String} type A string representing the event type to listen for - * @param {(Function|Object)} handler The listener to add - * @param {Object} [options] An options object specifies characteristics about - * the event listener - * @param {Boolean} [options.once=false] A `Boolean` indicating that the - * listener should be invoked at most once after being added. If `true`, - * the listener would be automatically removed when invoked. - * @public - */ - addEventListener(type, handler, options = {}) { - for (const listener of this.listeners(type)) { - if ( - !options[kForOnEventAttribute] && - listener[kListener] === handler && - !listener[kForOnEventAttribute] - ) { - return; - } - } - - let wrapper; - - if (type === 'message') { - wrapper = function onMessage(data, isBinary) { - const event = new MessageEvent('message', { - data: isBinary ? data : data.toString() - }); - - event[kTarget] = this; - callListener(handler, this, event); - }; - } else if (type === 'close') { - wrapper = function onClose(code, message) { - const event = new CloseEvent('close', { - code, - reason: message.toString(), - wasClean: this._closeFrameReceived && this._closeFrameSent - }); - - event[kTarget] = this; - callListener(handler, this, event); - }; - } else if (type === 'error') { - wrapper = function onError(error) { - const event = new ErrorEvent('error', { - error, - message: error.message - }); - - event[kTarget] = this; - callListener(handler, this, event); - }; - } else if (type === 'open') { - wrapper = function onOpen() { - const event = new Event('open'); - - event[kTarget] = this; - callListener(handler, this, event); - }; - } else { - return; - } - - wrapper[kForOnEventAttribute] = !!options[kForOnEventAttribute]; - wrapper[kListener] = handler; - - if (options.once) { - this.once(type, wrapper); - } else { - this.on(type, wrapper); - } - }, - - /** - * Remove an event listener. - * - * @param {String} type A string representing the event type to remove - * @param {(Function|Object)} handler The listener to remove - * @public - */ - removeEventListener(type, handler) { - for (const listener of this.listeners(type)) { - if (listener[kListener] === handler && !listener[kForOnEventAttribute]) { - this.removeListener(type, listener); - break; - } - } - } -}; - -module.exports = { - CloseEvent, - ErrorEvent, - Event, - EventTarget, - MessageEvent -}; - -/** - * Call an event listener - * - * @param {(Function|Object)} listener The listener to call - * @param {*} thisArg The value to use as `this`` when calling the listener - * @param {Event} event The event to pass to the listener - * @private - */ -function callListener(listener, thisArg, event) { - if (typeof listener === 'object' && listener.handleEvent) { - listener.handleEvent.call(listener, event); - } else { - listener.call(thisArg, event); - } -} diff --git a/software/flow/node_modules/ws/lib/extension.js b/software/flow/node_modules/ws/lib/extension.js deleted file mode 100644 index 3d7895c..0000000 --- a/software/flow/node_modules/ws/lib/extension.js +++ /dev/null @@ -1,203 +0,0 @@ -'use strict'; - -const { tokenChars } = require('./validation'); - -/** - * Adds an offer to the map of extension offers or a parameter to the map of - * parameters. - * - * @param {Object} dest The map of extension offers or parameters - * @param {String} name The extension or parameter name - * @param {(Object|Boolean|String)} elem The extension parameters or the - * parameter value - * @private - */ -function push(dest, name, elem) { - if (dest[name] === undefined) dest[name] = [elem]; - else dest[name].push(elem); -} - -/** - * Parses the `Sec-WebSocket-Extensions` header into an object. - * - * @param {String} header The field value of the header - * @return {Object} The parsed object - * @public - */ -function parse(header) { - const offers = Object.create(null); - let params = Object.create(null); - let mustUnescape = false; - let isEscaping = false; - let inQuotes = false; - let extensionName; - let paramName; - let start = -1; - let code = -1; - let end = -1; - let i = 0; - - for (; i < header.length; i++) { - code = header.charCodeAt(i); - - if (extensionName === undefined) { - if (end === -1 && tokenChars[code] === 1) { - if (start === -1) start = i; - } else if ( - i !== 0 && - (code === 0x20 /* ' ' */ || code === 0x09) /* '\t' */ - ) { - if (end === -1 && start !== -1) end = i; - } else if (code === 0x3b /* ';' */ || code === 0x2c /* ',' */) { - if (start === -1) { - throw new SyntaxError(`Unexpected character at index ${i}`); - } - - if (end === -1) end = i; - const name = header.slice(start, end); - if (code === 0x2c) { - push(offers, name, params); - params = Object.create(null); - } else { - extensionName = name; - } - - start = end = -1; - } else { - throw new SyntaxError(`Unexpected character at index ${i}`); - } - } else if (paramName === undefined) { - if (end === -1 && tokenChars[code] === 1) { - if (start === -1) start = i; - } else if (code === 0x20 || code === 0x09) { - if (end === -1 && start !== -1) end = i; - } else if (code === 0x3b || code === 0x2c) { - if (start === -1) { - throw new SyntaxError(`Unexpected character at index ${i}`); - } - - if (end === -1) end = i; - push(params, header.slice(start, end), true); - if (code === 0x2c) { - push(offers, extensionName, params); - params = Object.create(null); - extensionName = undefined; - } - - start = end = -1; - } else if (code === 0x3d /* '=' */ && start !== -1 && end === -1) { - paramName = header.slice(start, i); - start = end = -1; - } else { - throw new SyntaxError(`Unexpected character at index ${i}`); - } - } else { - // - // The value of a quoted-string after unescaping must conform to the - // token ABNF, so only token characters are valid. - // Ref: https://tools.ietf.org/html/rfc6455#section-9.1 - // - if (isEscaping) { - if (tokenChars[code] !== 1) { - throw new SyntaxError(`Unexpected character at index ${i}`); - } - if (start === -1) start = i; - else if (!mustUnescape) mustUnescape = true; - isEscaping = false; - } else if (inQuotes) { - if (tokenChars[code] === 1) { - if (start === -1) start = i; - } else if (code === 0x22 /* '"' */ && start !== -1) { - inQuotes = false; - end = i; - } else if (code === 0x5c /* '\' */) { - isEscaping = true; - } else { - throw new SyntaxError(`Unexpected character at index ${i}`); - } - } else if (code === 0x22 && header.charCodeAt(i - 1) === 0x3d) { - inQuotes = true; - } else if (end === -1 && tokenChars[code] === 1) { - if (start === -1) start = i; - } else if (start !== -1 && (code === 0x20 || code === 0x09)) { - if (end === -1) end = i; - } else if (code === 0x3b || code === 0x2c) { - if (start === -1) { - throw new SyntaxError(`Unexpected character at index ${i}`); - } - - if (end === -1) end = i; - let value = header.slice(start, end); - if (mustUnescape) { - value = value.replace(/\\/g, ''); - mustUnescape = false; - } - push(params, paramName, value); - if (code === 0x2c) { - push(offers, extensionName, params); - params = Object.create(null); - extensionName = undefined; - } - - paramName = undefined; - start = end = -1; - } else { - throw new SyntaxError(`Unexpected character at index ${i}`); - } - } - } - - if (start === -1 || inQuotes || code === 0x20 || code === 0x09) { - throw new SyntaxError('Unexpected end of input'); - } - - if (end === -1) end = i; - const token = header.slice(start, end); - if (extensionName === undefined) { - push(offers, token, params); - } else { - if (paramName === undefined) { - push(params, token, true); - } else if (mustUnescape) { - push(params, paramName, token.replace(/\\/g, '')); - } else { - push(params, paramName, token); - } - push(offers, extensionName, params); - } - - return offers; -} - -/** - * Builds the `Sec-WebSocket-Extensions` header field value. - * - * @param {Object} extensions The map of extensions and parameters to format - * @return {String} A string representing the given object - * @public - */ -function format(extensions) { - return Object.keys(extensions) - .map((extension) => { - let configurations = extensions[extension]; - if (!Array.isArray(configurations)) configurations = [configurations]; - return configurations - .map((params) => { - return [extension] - .concat( - Object.keys(params).map((k) => { - let values = params[k]; - if (!Array.isArray(values)) values = [values]; - return values - .map((v) => (v === true ? k : `${k}=${v}`)) - .join('; '); - }) - ) - .join('; '); - }) - .join(', '); - }) - .join(', '); -} - -module.exports = { format, parse }; diff --git a/software/flow/node_modules/ws/lib/limiter.js b/software/flow/node_modules/ws/lib/limiter.js deleted file mode 100644 index 3fd3578..0000000 --- a/software/flow/node_modules/ws/lib/limiter.js +++ /dev/null @@ -1,55 +0,0 @@ -'use strict'; - -const kDone = Symbol('kDone'); -const kRun = Symbol('kRun'); - -/** - * A very simple job queue with adjustable concurrency. Adapted from - * https://github.com/STRML/async-limiter - */ -class Limiter { - /** - * Creates a new `Limiter`. - * - * @param {Number} [concurrency=Infinity] The maximum number of jobs allowed - * to run concurrently - */ - constructor(concurrency) { - this[kDone] = () => { - this.pending--; - this[kRun](); - }; - this.concurrency = concurrency || Infinity; - this.jobs = []; - this.pending = 0; - } - - /** - * Adds a job to the queue. - * - * @param {Function} job The job to run - * @public - */ - add(job) { - this.jobs.push(job); - this[kRun](); - } - - /** - * Removes a job from the queue and runs it if possible. - * - * @private - */ - [kRun]() { - if (this.pending === this.concurrency) return; - - if (this.jobs.length) { - const job = this.jobs.shift(); - - this.pending++; - job(this[kDone]); - } - } -} - -module.exports = Limiter; diff --git a/software/flow/node_modules/ws/lib/permessage-deflate.js b/software/flow/node_modules/ws/lib/permessage-deflate.js deleted file mode 100644 index 94603c9..0000000 --- a/software/flow/node_modules/ws/lib/permessage-deflate.js +++ /dev/null @@ -1,511 +0,0 @@ -'use strict'; - -const zlib = require('zlib'); - -const bufferUtil = require('./buffer-util'); -const Limiter = require('./limiter'); -const { kStatusCode } = require('./constants'); - -const TRAILER = Buffer.from([0x00, 0x00, 0xff, 0xff]); -const kPerMessageDeflate = Symbol('permessage-deflate'); -const kTotalLength = Symbol('total-length'); -const kCallback = Symbol('callback'); -const kBuffers = Symbol('buffers'); -const kError = Symbol('error'); - -// -// We limit zlib concurrency, which prevents severe memory fragmentation -// as documented in https://github.com/nodejs/node/issues/8871#issuecomment-250915913 -// and https://github.com/websockets/ws/issues/1202 -// -// Intentionally global; it's the global thread pool that's an issue. -// -let zlibLimiter; - -/** - * permessage-deflate implementation. - */ -class PerMessageDeflate { - /** - * Creates a PerMessageDeflate instance. - * - * @param {Object} [options] Configuration options - * @param {(Boolean|Number)} [options.clientMaxWindowBits] Advertise support - * for, or request, a custom client window size - * @param {Boolean} [options.clientNoContextTakeover=false] Advertise/ - * acknowledge disabling of client context takeover - * @param {Number} [options.concurrencyLimit=10] The number of concurrent - * calls to zlib - * @param {(Boolean|Number)} [options.serverMaxWindowBits] Request/confirm the - * use of a custom server window size - * @param {Boolean} [options.serverNoContextTakeover=false] Request/accept - * disabling of server context takeover - * @param {Number} [options.threshold=1024] Size (in bytes) below which - * messages should not be compressed if context takeover is disabled - * @param {Object} [options.zlibDeflateOptions] Options to pass to zlib on - * deflate - * @param {Object} [options.zlibInflateOptions] Options to pass to zlib on - * inflate - * @param {Boolean} [isServer=false] Create the instance in either server or - * client mode - * @param {Number} [maxPayload=0] The maximum allowed message length - */ - constructor(options, isServer, maxPayload) { - this._maxPayload = maxPayload | 0; - this._options = options || {}; - this._threshold = - this._options.threshold !== undefined ? this._options.threshold : 1024; - this._isServer = !!isServer; - this._deflate = null; - this._inflate = null; - - this.params = null; - - if (!zlibLimiter) { - const concurrency = - this._options.concurrencyLimit !== undefined - ? this._options.concurrencyLimit - : 10; - zlibLimiter = new Limiter(concurrency); - } - } - - /** - * @type {String} - */ - static get extensionName() { - return 'permessage-deflate'; - } - - /** - * Create an extension negotiation offer. - * - * @return {Object} Extension parameters - * @public - */ - offer() { - const params = {}; - - if (this._options.serverNoContextTakeover) { - params.server_no_context_takeover = true; - } - if (this._options.clientNoContextTakeover) { - params.client_no_context_takeover = true; - } - if (this._options.serverMaxWindowBits) { - params.server_max_window_bits = this._options.serverMaxWindowBits; - } - if (this._options.clientMaxWindowBits) { - params.client_max_window_bits = this._options.clientMaxWindowBits; - } else if (this._options.clientMaxWindowBits == null) { - params.client_max_window_bits = true; - } - - return params; - } - - /** - * Accept an extension negotiation offer/response. - * - * @param {Array} configurations The extension negotiation offers/reponse - * @return {Object} Accepted configuration - * @public - */ - accept(configurations) { - configurations = this.normalizeParams(configurations); - - this.params = this._isServer - ? this.acceptAsServer(configurations) - : this.acceptAsClient(configurations); - - return this.params; - } - - /** - * Releases all resources used by the extension. - * - * @public - */ - cleanup() { - if (this._inflate) { - this._inflate.close(); - this._inflate = null; - } - - if (this._deflate) { - const callback = this._deflate[kCallback]; - - this._deflate.close(); - this._deflate = null; - - if (callback) { - callback( - new Error( - 'The deflate stream was closed while data was being processed' - ) - ); - } - } - } - - /** - * Accept an extension negotiation offer. - * - * @param {Array} offers The extension negotiation offers - * @return {Object} Accepted configuration - * @private - */ - acceptAsServer(offers) { - const opts = this._options; - const accepted = offers.find((params) => { - if ( - (opts.serverNoContextTakeover === false && - params.server_no_context_takeover) || - (params.server_max_window_bits && - (opts.serverMaxWindowBits === false || - (typeof opts.serverMaxWindowBits === 'number' && - opts.serverMaxWindowBits > params.server_max_window_bits))) || - (typeof opts.clientMaxWindowBits === 'number' && - !params.client_max_window_bits) - ) { - return false; - } - - return true; - }); - - if (!accepted) { - throw new Error('None of the extension offers can be accepted'); - } - - if (opts.serverNoContextTakeover) { - accepted.server_no_context_takeover = true; - } - if (opts.clientNoContextTakeover) { - accepted.client_no_context_takeover = true; - } - if (typeof opts.serverMaxWindowBits === 'number') { - accepted.server_max_window_bits = opts.serverMaxWindowBits; - } - if (typeof opts.clientMaxWindowBits === 'number') { - accepted.client_max_window_bits = opts.clientMaxWindowBits; - } else if ( - accepted.client_max_window_bits === true || - opts.clientMaxWindowBits === false - ) { - delete accepted.client_max_window_bits; - } - - return accepted; - } - - /** - * Accept the extension negotiation response. - * - * @param {Array} response The extension negotiation response - * @return {Object} Accepted configuration - * @private - */ - acceptAsClient(response) { - const params = response[0]; - - if ( - this._options.clientNoContextTakeover === false && - params.client_no_context_takeover - ) { - throw new Error('Unexpected parameter "client_no_context_takeover"'); - } - - if (!params.client_max_window_bits) { - if (typeof this._options.clientMaxWindowBits === 'number') { - params.client_max_window_bits = this._options.clientMaxWindowBits; - } - } else if ( - this._options.clientMaxWindowBits === false || - (typeof this._options.clientMaxWindowBits === 'number' && - params.client_max_window_bits > this._options.clientMaxWindowBits) - ) { - throw new Error( - 'Unexpected or invalid parameter "client_max_window_bits"' - ); - } - - return params; - } - - /** - * Normalize parameters. - * - * @param {Array} configurations The extension negotiation offers/reponse - * @return {Array} The offers/response with normalized parameters - * @private - */ - normalizeParams(configurations) { - configurations.forEach((params) => { - Object.keys(params).forEach((key) => { - let value = params[key]; - - if (value.length > 1) { - throw new Error(`Parameter "${key}" must have only a single value`); - } - - value = value[0]; - - if (key === 'client_max_window_bits') { - if (value !== true) { - const num = +value; - if (!Number.isInteger(num) || num < 8 || num > 15) { - throw new TypeError( - `Invalid value for parameter "${key}": ${value}` - ); - } - value = num; - } else if (!this._isServer) { - throw new TypeError( - `Invalid value for parameter "${key}": ${value}` - ); - } - } else if (key === 'server_max_window_bits') { - const num = +value; - if (!Number.isInteger(num) || num < 8 || num > 15) { - throw new TypeError( - `Invalid value for parameter "${key}": ${value}` - ); - } - value = num; - } else if ( - key === 'client_no_context_takeover' || - key === 'server_no_context_takeover' - ) { - if (value !== true) { - throw new TypeError( - `Invalid value for parameter "${key}": ${value}` - ); - } - } else { - throw new Error(`Unknown parameter "${key}"`); - } - - params[key] = value; - }); - }); - - return configurations; - } - - /** - * Decompress data. Concurrency limited. - * - * @param {Buffer} data Compressed data - * @param {Boolean} fin Specifies whether or not this is the last fragment - * @param {Function} callback Callback - * @public - */ - decompress(data, fin, callback) { - zlibLimiter.add((done) => { - this._decompress(data, fin, (err, result) => { - done(); - callback(err, result); - }); - }); - } - - /** - * Compress data. Concurrency limited. - * - * @param {(Buffer|String)} data Data to compress - * @param {Boolean} fin Specifies whether or not this is the last fragment - * @param {Function} callback Callback - * @public - */ - compress(data, fin, callback) { - zlibLimiter.add((done) => { - this._compress(data, fin, (err, result) => { - done(); - callback(err, result); - }); - }); - } - - /** - * Decompress data. - * - * @param {Buffer} data Compressed data - * @param {Boolean} fin Specifies whether or not this is the last fragment - * @param {Function} callback Callback - * @private - */ - _decompress(data, fin, callback) { - const endpoint = this._isServer ? 'client' : 'server'; - - if (!this._inflate) { - const key = `${endpoint}_max_window_bits`; - const windowBits = - typeof this.params[key] !== 'number' - ? zlib.Z_DEFAULT_WINDOWBITS - : this.params[key]; - - this._inflate = zlib.createInflateRaw({ - ...this._options.zlibInflateOptions, - windowBits - }); - this._inflate[kPerMessageDeflate] = this; - this._inflate[kTotalLength] = 0; - this._inflate[kBuffers] = []; - this._inflate.on('error', inflateOnError); - this._inflate.on('data', inflateOnData); - } - - this._inflate[kCallback] = callback; - - this._inflate.write(data); - if (fin) this._inflate.write(TRAILER); - - this._inflate.flush(() => { - const err = this._inflate[kError]; - - if (err) { - this._inflate.close(); - this._inflate = null; - callback(err); - return; - } - - const data = bufferUtil.concat( - this._inflate[kBuffers], - this._inflate[kTotalLength] - ); - - if (this._inflate._readableState.endEmitted) { - this._inflate.close(); - this._inflate = null; - } else { - this._inflate[kTotalLength] = 0; - this._inflate[kBuffers] = []; - - if (fin && this.params[`${endpoint}_no_context_takeover`]) { - this._inflate.reset(); - } - } - - callback(null, data); - }); - } - - /** - * Compress data. - * - * @param {(Buffer|String)} data Data to compress - * @param {Boolean} fin Specifies whether or not this is the last fragment - * @param {Function} callback Callback - * @private - */ - _compress(data, fin, callback) { - const endpoint = this._isServer ? 'server' : 'client'; - - if (!this._deflate) { - const key = `${endpoint}_max_window_bits`; - const windowBits = - typeof this.params[key] !== 'number' - ? zlib.Z_DEFAULT_WINDOWBITS - : this.params[key]; - - this._deflate = zlib.createDeflateRaw({ - ...this._options.zlibDeflateOptions, - windowBits - }); - - this._deflate[kTotalLength] = 0; - this._deflate[kBuffers] = []; - - this._deflate.on('data', deflateOnData); - } - - this._deflate[kCallback] = callback; - - this._deflate.write(data); - this._deflate.flush(zlib.Z_SYNC_FLUSH, () => { - if (!this._deflate) { - // - // The deflate stream was closed while data was being processed. - // - return; - } - - let data = bufferUtil.concat( - this._deflate[kBuffers], - this._deflate[kTotalLength] - ); - - if (fin) data = data.slice(0, data.length - 4); - - // - // Ensure that the callback will not be called again in - // `PerMessageDeflate#cleanup()`. - // - this._deflate[kCallback] = null; - - this._deflate[kTotalLength] = 0; - this._deflate[kBuffers] = []; - - if (fin && this.params[`${endpoint}_no_context_takeover`]) { - this._deflate.reset(); - } - - callback(null, data); - }); - } -} - -module.exports = PerMessageDeflate; - -/** - * The listener of the `zlib.DeflateRaw` stream `'data'` event. - * - * @param {Buffer} chunk A chunk of data - * @private - */ -function deflateOnData(chunk) { - this[kBuffers].push(chunk); - this[kTotalLength] += chunk.length; -} - -/** - * The listener of the `zlib.InflateRaw` stream `'data'` event. - * - * @param {Buffer} chunk A chunk of data - * @private - */ -function inflateOnData(chunk) { - this[kTotalLength] += chunk.length; - - if ( - this[kPerMessageDeflate]._maxPayload < 1 || - this[kTotalLength] <= this[kPerMessageDeflate]._maxPayload - ) { - this[kBuffers].push(chunk); - return; - } - - this[kError] = new RangeError('Max payload size exceeded'); - this[kError].code = 'WS_ERR_UNSUPPORTED_MESSAGE_LENGTH'; - this[kError][kStatusCode] = 1009; - this.removeListener('data', inflateOnData); - this.reset(); -} - -/** - * The listener of the `zlib.InflateRaw` stream `'error'` event. - * - * @param {Error} err The emitted error - * @private - */ -function inflateOnError(err) { - // - // There is no need to call `Zlib#close()` as the handle is automatically - // closed when an error is emitted. - // - this[kPerMessageDeflate]._inflate = null; - err[kStatusCode] = 1007; - this[kCallback](err); -} diff --git a/software/flow/node_modules/ws/lib/receiver.js b/software/flow/node_modules/ws/lib/receiver.js deleted file mode 100644 index 2d29d62..0000000 --- a/software/flow/node_modules/ws/lib/receiver.js +++ /dev/null @@ -1,618 +0,0 @@ -'use strict'; - -const { Writable } = require('stream'); - -const PerMessageDeflate = require('./permessage-deflate'); -const { - BINARY_TYPES, - EMPTY_BUFFER, - kStatusCode, - kWebSocket -} = require('./constants'); -const { concat, toArrayBuffer, unmask } = require('./buffer-util'); -const { isValidStatusCode, isValidUTF8 } = require('./validation'); - -const GET_INFO = 0; -const GET_PAYLOAD_LENGTH_16 = 1; -const GET_PAYLOAD_LENGTH_64 = 2; -const GET_MASK = 3; -const GET_DATA = 4; -const INFLATING = 5; - -/** - * HyBi Receiver implementation. - * - * @extends Writable - */ -class Receiver extends Writable { - /** - * Creates a Receiver instance. - * - * @param {Object} [options] Options object - * @param {String} [options.binaryType=nodebuffer] The type for binary data - * @param {Object} [options.extensions] An object containing the negotiated - * extensions - * @param {Boolean} [options.isServer=false] Specifies whether to operate in - * client or server mode - * @param {Number} [options.maxPayload=0] The maximum allowed message length - * @param {Boolean} [options.skipUTF8Validation=false] Specifies whether or - * not to skip UTF-8 validation for text and close messages - */ - constructor(options = {}) { - super(); - - this._binaryType = options.binaryType || BINARY_TYPES[0]; - this._extensions = options.extensions || {}; - this._isServer = !!options.isServer; - this._maxPayload = options.maxPayload | 0; - this._skipUTF8Validation = !!options.skipUTF8Validation; - this[kWebSocket] = undefined; - - this._bufferedBytes = 0; - this._buffers = []; - - this._compressed = false; - this._payloadLength = 0; - this._mask = undefined; - this._fragmented = 0; - this._masked = false; - this._fin = false; - this._opcode = 0; - - this._totalPayloadLength = 0; - this._messageLength = 0; - this._fragments = []; - - this._state = GET_INFO; - this._loop = false; - } - - /** - * Implements `Writable.prototype._write()`. - * - * @param {Buffer} chunk The chunk of data to write - * @param {String} encoding The character encoding of `chunk` - * @param {Function} cb Callback - * @private - */ - _write(chunk, encoding, cb) { - if (this._opcode === 0x08 && this._state == GET_INFO) return cb(); - - this._bufferedBytes += chunk.length; - this._buffers.push(chunk); - this.startLoop(cb); - } - - /** - * Consumes `n` bytes from the buffered data. - * - * @param {Number} n The number of bytes to consume - * @return {Buffer} The consumed bytes - * @private - */ - consume(n) { - this._bufferedBytes -= n; - - if (n === this._buffers[0].length) return this._buffers.shift(); - - if (n < this._buffers[0].length) { - const buf = this._buffers[0]; - this._buffers[0] = buf.slice(n); - return buf.slice(0, n); - } - - const dst = Buffer.allocUnsafe(n); - - do { - const buf = this._buffers[0]; - const offset = dst.length - n; - - if (n >= buf.length) { - dst.set(this._buffers.shift(), offset); - } else { - dst.set(new Uint8Array(buf.buffer, buf.byteOffset, n), offset); - this._buffers[0] = buf.slice(n); - } - - n -= buf.length; - } while (n > 0); - - return dst; - } - - /** - * Starts the parsing loop. - * - * @param {Function} cb Callback - * @private - */ - startLoop(cb) { - let err; - this._loop = true; - - do { - switch (this._state) { - case GET_INFO: - err = this.getInfo(); - break; - case GET_PAYLOAD_LENGTH_16: - err = this.getPayloadLength16(); - break; - case GET_PAYLOAD_LENGTH_64: - err = this.getPayloadLength64(); - break; - case GET_MASK: - this.getMask(); - break; - case GET_DATA: - err = this.getData(cb); - break; - default: - // `INFLATING` - this._loop = false; - return; - } - } while (this._loop); - - cb(err); - } - - /** - * Reads the first two bytes of a frame. - * - * @return {(RangeError|undefined)} A possible error - * @private - */ - getInfo() { - if (this._bufferedBytes < 2) { - this._loop = false; - return; - } - - const buf = this.consume(2); - - if ((buf[0] & 0x30) !== 0x00) { - this._loop = false; - return error( - RangeError, - 'RSV2 and RSV3 must be clear', - true, - 1002, - 'WS_ERR_UNEXPECTED_RSV_2_3' - ); - } - - const compressed = (buf[0] & 0x40) === 0x40; - - if (compressed && !this._extensions[PerMessageDeflate.extensionName]) { - this._loop = false; - return error( - RangeError, - 'RSV1 must be clear', - true, - 1002, - 'WS_ERR_UNEXPECTED_RSV_1' - ); - } - - this._fin = (buf[0] & 0x80) === 0x80; - this._opcode = buf[0] & 0x0f; - this._payloadLength = buf[1] & 0x7f; - - if (this._opcode === 0x00) { - if (compressed) { - this._loop = false; - return error( - RangeError, - 'RSV1 must be clear', - true, - 1002, - 'WS_ERR_UNEXPECTED_RSV_1' - ); - } - - if (!this._fragmented) { - this._loop = false; - return error( - RangeError, - 'invalid opcode 0', - true, - 1002, - 'WS_ERR_INVALID_OPCODE' - ); - } - - this._opcode = this._fragmented; - } else if (this._opcode === 0x01 || this._opcode === 0x02) { - if (this._fragmented) { - this._loop = false; - return error( - RangeError, - `invalid opcode ${this._opcode}`, - true, - 1002, - 'WS_ERR_INVALID_OPCODE' - ); - } - - this._compressed = compressed; - } else if (this._opcode > 0x07 && this._opcode < 0x0b) { - if (!this._fin) { - this._loop = false; - return error( - RangeError, - 'FIN must be set', - true, - 1002, - 'WS_ERR_EXPECTED_FIN' - ); - } - - if (compressed) { - this._loop = false; - return error( - RangeError, - 'RSV1 must be clear', - true, - 1002, - 'WS_ERR_UNEXPECTED_RSV_1' - ); - } - - if (this._payloadLength > 0x7d) { - this._loop = false; - return error( - RangeError, - `invalid payload length ${this._payloadLength}`, - true, - 1002, - 'WS_ERR_INVALID_CONTROL_PAYLOAD_LENGTH' - ); - } - } else { - this._loop = false; - return error( - RangeError, - `invalid opcode ${this._opcode}`, - true, - 1002, - 'WS_ERR_INVALID_OPCODE' - ); - } - - if (!this._fin && !this._fragmented) this._fragmented = this._opcode; - this._masked = (buf[1] & 0x80) === 0x80; - - if (this._isServer) { - if (!this._masked) { - this._loop = false; - return error( - RangeError, - 'MASK must be set', - true, - 1002, - 'WS_ERR_EXPECTED_MASK' - ); - } - } else if (this._masked) { - this._loop = false; - return error( - RangeError, - 'MASK must be clear', - true, - 1002, - 'WS_ERR_UNEXPECTED_MASK' - ); - } - - if (this._payloadLength === 126) this._state = GET_PAYLOAD_LENGTH_16; - else if (this._payloadLength === 127) this._state = GET_PAYLOAD_LENGTH_64; - else return this.haveLength(); - } - - /** - * Gets extended payload length (7+16). - * - * @return {(RangeError|undefined)} A possible error - * @private - */ - getPayloadLength16() { - if (this._bufferedBytes < 2) { - this._loop = false; - return; - } - - this._payloadLength = this.consume(2).readUInt16BE(0); - return this.haveLength(); - } - - /** - * Gets extended payload length (7+64). - * - * @return {(RangeError|undefined)} A possible error - * @private - */ - getPayloadLength64() { - if (this._bufferedBytes < 8) { - this._loop = false; - return; - } - - const buf = this.consume(8); - const num = buf.readUInt32BE(0); - - // - // The maximum safe integer in JavaScript is 2^53 - 1. An error is returned - // if payload length is greater than this number. - // - if (num > Math.pow(2, 53 - 32) - 1) { - this._loop = false; - return error( - RangeError, - 'Unsupported WebSocket frame: payload length > 2^53 - 1', - false, - 1009, - 'WS_ERR_UNSUPPORTED_DATA_PAYLOAD_LENGTH' - ); - } - - this._payloadLength = num * Math.pow(2, 32) + buf.readUInt32BE(4); - return this.haveLength(); - } - - /** - * Payload length has been read. - * - * @return {(RangeError|undefined)} A possible error - * @private - */ - haveLength() { - if (this._payloadLength && this._opcode < 0x08) { - this._totalPayloadLength += this._payloadLength; - if (this._totalPayloadLength > this._maxPayload && this._maxPayload > 0) { - this._loop = false; - return error( - RangeError, - 'Max payload size exceeded', - false, - 1009, - 'WS_ERR_UNSUPPORTED_MESSAGE_LENGTH' - ); - } - } - - if (this._masked) this._state = GET_MASK; - else this._state = GET_DATA; - } - - /** - * Reads mask bytes. - * - * @private - */ - getMask() { - if (this._bufferedBytes < 4) { - this._loop = false; - return; - } - - this._mask = this.consume(4); - this._state = GET_DATA; - } - - /** - * Reads data bytes. - * - * @param {Function} cb Callback - * @return {(Error|RangeError|undefined)} A possible error - * @private - */ - getData(cb) { - let data = EMPTY_BUFFER; - - if (this._payloadLength) { - if (this._bufferedBytes < this._payloadLength) { - this._loop = false; - return; - } - - data = this.consume(this._payloadLength); - - if ( - this._masked && - (this._mask[0] | this._mask[1] | this._mask[2] | this._mask[3]) !== 0 - ) { - unmask(data, this._mask); - } - } - - if (this._opcode > 0x07) return this.controlMessage(data); - - if (this._compressed) { - this._state = INFLATING; - this.decompress(data, cb); - return; - } - - if (data.length) { - // - // This message is not compressed so its length is the sum of the payload - // length of all fragments. - // - this._messageLength = this._totalPayloadLength; - this._fragments.push(data); - } - - return this.dataMessage(); - } - - /** - * Decompresses data. - * - * @param {Buffer} data Compressed data - * @param {Function} cb Callback - * @private - */ - decompress(data, cb) { - const perMessageDeflate = this._extensions[PerMessageDeflate.extensionName]; - - perMessageDeflate.decompress(data, this._fin, (err, buf) => { - if (err) return cb(err); - - if (buf.length) { - this._messageLength += buf.length; - if (this._messageLength > this._maxPayload && this._maxPayload > 0) { - return cb( - error( - RangeError, - 'Max payload size exceeded', - false, - 1009, - 'WS_ERR_UNSUPPORTED_MESSAGE_LENGTH' - ) - ); - } - - this._fragments.push(buf); - } - - const er = this.dataMessage(); - if (er) return cb(er); - - this.startLoop(cb); - }); - } - - /** - * Handles a data message. - * - * @return {(Error|undefined)} A possible error - * @private - */ - dataMessage() { - if (this._fin) { - const messageLength = this._messageLength; - const fragments = this._fragments; - - this._totalPayloadLength = 0; - this._messageLength = 0; - this._fragmented = 0; - this._fragments = []; - - if (this._opcode === 2) { - let data; - - if (this._binaryType === 'nodebuffer') { - data = concat(fragments, messageLength); - } else if (this._binaryType === 'arraybuffer') { - data = toArrayBuffer(concat(fragments, messageLength)); - } else { - data = fragments; - } - - this.emit('message', data, true); - } else { - const buf = concat(fragments, messageLength); - - if (!this._skipUTF8Validation && !isValidUTF8(buf)) { - this._loop = false; - return error( - Error, - 'invalid UTF-8 sequence', - true, - 1007, - 'WS_ERR_INVALID_UTF8' - ); - } - - this.emit('message', buf, false); - } - } - - this._state = GET_INFO; - } - - /** - * Handles a control message. - * - * @param {Buffer} data Data to handle - * @return {(Error|RangeError|undefined)} A possible error - * @private - */ - controlMessage(data) { - if (this._opcode === 0x08) { - this._loop = false; - - if (data.length === 0) { - this.emit('conclude', 1005, EMPTY_BUFFER); - this.end(); - } else if (data.length === 1) { - return error( - RangeError, - 'invalid payload length 1', - true, - 1002, - 'WS_ERR_INVALID_CONTROL_PAYLOAD_LENGTH' - ); - } else { - const code = data.readUInt16BE(0); - - if (!isValidStatusCode(code)) { - return error( - RangeError, - `invalid status code ${code}`, - true, - 1002, - 'WS_ERR_INVALID_CLOSE_CODE' - ); - } - - const buf = data.slice(2); - - if (!this._skipUTF8Validation && !isValidUTF8(buf)) { - return error( - Error, - 'invalid UTF-8 sequence', - true, - 1007, - 'WS_ERR_INVALID_UTF8' - ); - } - - this.emit('conclude', code, buf); - this.end(); - } - } else if (this._opcode === 0x09) { - this.emit('ping', data); - } else { - this.emit('pong', data); - } - - this._state = GET_INFO; - } -} - -module.exports = Receiver; - -/** - * Builds an error object. - * - * @param {function(new:Error|RangeError)} ErrorCtor The error constructor - * @param {String} message The error message - * @param {Boolean} prefix Specifies whether or not to add a default prefix to - * `message` - * @param {Number} statusCode The status code - * @param {String} errorCode The exposed error code - * @return {(Error|RangeError)} The error - * @private - */ -function error(ErrorCtor, message, prefix, statusCode, errorCode) { - const err = new ErrorCtor( - prefix ? `Invalid WebSocket frame: ${message}` : message - ); - - Error.captureStackTrace(err, error); - err.code = errorCode; - err[kStatusCode] = statusCode; - return err; -} diff --git a/software/flow/node_modules/ws/lib/sender.js b/software/flow/node_modules/ws/lib/sender.js deleted file mode 100644 index c848853..0000000 --- a/software/flow/node_modules/ws/lib/sender.js +++ /dev/null @@ -1,478 +0,0 @@ -/* eslint no-unused-vars: ["error", { "varsIgnorePattern": "^net|tls$" }] */ - -'use strict'; - -const net = require('net'); -const tls = require('tls'); -const { randomFillSync } = require('crypto'); - -const PerMessageDeflate = require('./permessage-deflate'); -const { EMPTY_BUFFER } = require('./constants'); -const { isValidStatusCode } = require('./validation'); -const { mask: applyMask, toBuffer } = require('./buffer-util'); - -const kByteLength = Symbol('kByteLength'); -const maskBuffer = Buffer.alloc(4); - -/** - * HyBi Sender implementation. - */ -class Sender { - /** - * Creates a Sender instance. - * - * @param {(net.Socket|tls.Socket)} socket The connection socket - * @param {Object} [extensions] An object containing the negotiated extensions - * @param {Function} [generateMask] The function used to generate the masking - * key - */ - constructor(socket, extensions, generateMask) { - this._extensions = extensions || {}; - - if (generateMask) { - this._generateMask = generateMask; - this._maskBuffer = Buffer.alloc(4); - } - - this._socket = socket; - - this._firstFragment = true; - this._compress = false; - - this._bufferedBytes = 0; - this._deflating = false; - this._queue = []; - } - - /** - * Frames a piece of data according to the HyBi WebSocket protocol. - * - * @param {(Buffer|String)} data The data to frame - * @param {Object} options Options object - * @param {Boolean} [options.fin=false] Specifies whether or not to set the - * FIN bit - * @param {Function} [options.generateMask] The function used to generate the - * masking key - * @param {Boolean} [options.mask=false] Specifies whether or not to mask - * `data` - * @param {Buffer} [options.maskBuffer] The buffer used to store the masking - * key - * @param {Number} options.opcode The opcode - * @param {Boolean} [options.readOnly=false] Specifies whether `data` can be - * modified - * @param {Boolean} [options.rsv1=false] Specifies whether or not to set the - * RSV1 bit - * @return {(Buffer|String)[]} The framed data - * @public - */ - static frame(data, options) { - let mask; - let merge = false; - let offset = 2; - let skipMasking = false; - - if (options.mask) { - mask = options.maskBuffer || maskBuffer; - - if (options.generateMask) { - options.generateMask(mask); - } else { - randomFillSync(mask, 0, 4); - } - - skipMasking = (mask[0] | mask[1] | mask[2] | mask[3]) === 0; - offset = 6; - } - - let dataLength; - - if (typeof data === 'string') { - if ( - (!options.mask || skipMasking) && - options[kByteLength] !== undefined - ) { - dataLength = options[kByteLength]; - } else { - data = Buffer.from(data); - dataLength = data.length; - } - } else { - dataLength = data.length; - merge = options.mask && options.readOnly && !skipMasking; - } - - let payloadLength = dataLength; - - if (dataLength >= 65536) { - offset += 8; - payloadLength = 127; - } else if (dataLength > 125) { - offset += 2; - payloadLength = 126; - } - - const target = Buffer.allocUnsafe(merge ? dataLength + offset : offset); - - target[0] = options.fin ? options.opcode | 0x80 : options.opcode; - if (options.rsv1) target[0] |= 0x40; - - target[1] = payloadLength; - - if (payloadLength === 126) { - target.writeUInt16BE(dataLength, 2); - } else if (payloadLength === 127) { - target[2] = target[3] = 0; - target.writeUIntBE(dataLength, 4, 6); - } - - if (!options.mask) return [target, data]; - - target[1] |= 0x80; - target[offset - 4] = mask[0]; - target[offset - 3] = mask[1]; - target[offset - 2] = mask[2]; - target[offset - 1] = mask[3]; - - if (skipMasking) return [target, data]; - - if (merge) { - applyMask(data, mask, target, offset, dataLength); - return [target]; - } - - applyMask(data, mask, data, 0, dataLength); - return [target, data]; - } - - /** - * Sends a close message to the other peer. - * - * @param {Number} [code] The status code component of the body - * @param {(String|Buffer)} [data] The message component of the body - * @param {Boolean} [mask=false] Specifies whether or not to mask the message - * @param {Function} [cb] Callback - * @public - */ - close(code, data, mask, cb) { - let buf; - - if (code === undefined) { - buf = EMPTY_BUFFER; - } else if (typeof code !== 'number' || !isValidStatusCode(code)) { - throw new TypeError('First argument must be a valid error code number'); - } else if (data === undefined || !data.length) { - buf = Buffer.allocUnsafe(2); - buf.writeUInt16BE(code, 0); - } else { - const length = Buffer.byteLength(data); - - if (length > 123) { - throw new RangeError('The message must not be greater than 123 bytes'); - } - - buf = Buffer.allocUnsafe(2 + length); - buf.writeUInt16BE(code, 0); - - if (typeof data === 'string') { - buf.write(data, 2); - } else { - buf.set(data, 2); - } - } - - const options = { - [kByteLength]: buf.length, - fin: true, - generateMask: this._generateMask, - mask, - maskBuffer: this._maskBuffer, - opcode: 0x08, - readOnly: false, - rsv1: false - }; - - if (this._deflating) { - this.enqueue([this.dispatch, buf, false, options, cb]); - } else { - this.sendFrame(Sender.frame(buf, options), cb); - } - } - - /** - * Sends a ping message to the other peer. - * - * @param {*} data The message to send - * @param {Boolean} [mask=false] Specifies whether or not to mask `data` - * @param {Function} [cb] Callback - * @public - */ - ping(data, mask, cb) { - let byteLength; - let readOnly; - - if (typeof data === 'string') { - byteLength = Buffer.byteLength(data); - readOnly = false; - } else { - data = toBuffer(data); - byteLength = data.length; - readOnly = toBuffer.readOnly; - } - - if (byteLength > 125) { - throw new RangeError('The data size must not be greater than 125 bytes'); - } - - const options = { - [kByteLength]: byteLength, - fin: true, - generateMask: this._generateMask, - mask, - maskBuffer: this._maskBuffer, - opcode: 0x09, - readOnly, - rsv1: false - }; - - if (this._deflating) { - this.enqueue([this.dispatch, data, false, options, cb]); - } else { - this.sendFrame(Sender.frame(data, options), cb); - } - } - - /** - * Sends a pong message to the other peer. - * - * @param {*} data The message to send - * @param {Boolean} [mask=false] Specifies whether or not to mask `data` - * @param {Function} [cb] Callback - * @public - */ - pong(data, mask, cb) { - let byteLength; - let readOnly; - - if (typeof data === 'string') { - byteLength = Buffer.byteLength(data); - readOnly = false; - } else { - data = toBuffer(data); - byteLength = data.length; - readOnly = toBuffer.readOnly; - } - - if (byteLength > 125) { - throw new RangeError('The data size must not be greater than 125 bytes'); - } - - const options = { - [kByteLength]: byteLength, - fin: true, - generateMask: this._generateMask, - mask, - maskBuffer: this._maskBuffer, - opcode: 0x0a, - readOnly, - rsv1: false - }; - - if (this._deflating) { - this.enqueue([this.dispatch, data, false, options, cb]); - } else { - this.sendFrame(Sender.frame(data, options), cb); - } - } - - /** - * Sends a data message to the other peer. - * - * @param {*} data The message to send - * @param {Object} options Options object - * @param {Boolean} [options.binary=false] Specifies whether `data` is binary - * or text - * @param {Boolean} [options.compress=false] Specifies whether or not to - * compress `data` - * @param {Boolean} [options.fin=false] Specifies whether the fragment is the - * last one - * @param {Boolean} [options.mask=false] Specifies whether or not to mask - * `data` - * @param {Function} [cb] Callback - * @public - */ - send(data, options, cb) { - const perMessageDeflate = this._extensions[PerMessageDeflate.extensionName]; - let opcode = options.binary ? 2 : 1; - let rsv1 = options.compress; - - let byteLength; - let readOnly; - - if (typeof data === 'string') { - byteLength = Buffer.byteLength(data); - readOnly = false; - } else { - data = toBuffer(data); - byteLength = data.length; - readOnly = toBuffer.readOnly; - } - - if (this._firstFragment) { - this._firstFragment = false; - if ( - rsv1 && - perMessageDeflate && - perMessageDeflate.params[ - perMessageDeflate._isServer - ? 'server_no_context_takeover' - : 'client_no_context_takeover' - ] - ) { - rsv1 = byteLength >= perMessageDeflate._threshold; - } - this._compress = rsv1; - } else { - rsv1 = false; - opcode = 0; - } - - if (options.fin) this._firstFragment = true; - - if (perMessageDeflate) { - const opts = { - [kByteLength]: byteLength, - fin: options.fin, - generateMask: this._generateMask, - mask: options.mask, - maskBuffer: this._maskBuffer, - opcode, - readOnly, - rsv1 - }; - - if (this._deflating) { - this.enqueue([this.dispatch, data, this._compress, opts, cb]); - } else { - this.dispatch(data, this._compress, opts, cb); - } - } else { - this.sendFrame( - Sender.frame(data, { - [kByteLength]: byteLength, - fin: options.fin, - generateMask: this._generateMask, - mask: options.mask, - maskBuffer: this._maskBuffer, - opcode, - readOnly, - rsv1: false - }), - cb - ); - } - } - - /** - * Dispatches a message. - * - * @param {(Buffer|String)} data The message to send - * @param {Boolean} [compress=false] Specifies whether or not to compress - * `data` - * @param {Object} options Options object - * @param {Boolean} [options.fin=false] Specifies whether or not to set the - * FIN bit - * @param {Function} [options.generateMask] The function used to generate the - * masking key - * @param {Boolean} [options.mask=false] Specifies whether or not to mask - * `data` - * @param {Buffer} [options.maskBuffer] The buffer used to store the masking - * key - * @param {Number} options.opcode The opcode - * @param {Boolean} [options.readOnly=false] Specifies whether `data` can be - * modified - * @param {Boolean} [options.rsv1=false] Specifies whether or not to set the - * RSV1 bit - * @param {Function} [cb] Callback - * @private - */ - dispatch(data, compress, options, cb) { - if (!compress) { - this.sendFrame(Sender.frame(data, options), cb); - return; - } - - const perMessageDeflate = this._extensions[PerMessageDeflate.extensionName]; - - this._bufferedBytes += options[kByteLength]; - this._deflating = true; - perMessageDeflate.compress(data, options.fin, (_, buf) => { - if (this._socket.destroyed) { - const err = new Error( - 'The socket was closed while data was being compressed' - ); - - if (typeof cb === 'function') cb(err); - - for (let i = 0; i < this._queue.length; i++) { - const params = this._queue[i]; - const callback = params[params.length - 1]; - - if (typeof callback === 'function') callback(err); - } - - return; - } - - this._bufferedBytes -= options[kByteLength]; - this._deflating = false; - options.readOnly = false; - this.sendFrame(Sender.frame(buf, options), cb); - this.dequeue(); - }); - } - - /** - * Executes queued send operations. - * - * @private - */ - dequeue() { - while (!this._deflating && this._queue.length) { - const params = this._queue.shift(); - - this._bufferedBytes -= params[3][kByteLength]; - Reflect.apply(params[0], this, params.slice(1)); - } - } - - /** - * Enqueues a send operation. - * - * @param {Array} params Send operation parameters. - * @private - */ - enqueue(params) { - this._bufferedBytes += params[3][kByteLength]; - this._queue.push(params); - } - - /** - * Sends a frame. - * - * @param {Buffer[]} list The frame to send - * @param {Function} [cb] Callback - * @private - */ - sendFrame(list, cb) { - if (list.length === 2) { - this._socket.cork(); - this._socket.write(list[0]); - this._socket.write(list[1], cb); - this._socket.uncork(); - } else { - this._socket.write(list[0], cb); - } - } -} - -module.exports = Sender; diff --git a/software/flow/node_modules/ws/lib/stream.js b/software/flow/node_modules/ws/lib/stream.js deleted file mode 100644 index 230734b..0000000 --- a/software/flow/node_modules/ws/lib/stream.js +++ /dev/null @@ -1,159 +0,0 @@ -'use strict'; - -const { Duplex } = require('stream'); - -/** - * Emits the `'close'` event on a stream. - * - * @param {Duplex} stream The stream. - * @private - */ -function emitClose(stream) { - stream.emit('close'); -} - -/** - * The listener of the `'end'` event. - * - * @private - */ -function duplexOnEnd() { - if (!this.destroyed && this._writableState.finished) { - this.destroy(); - } -} - -/** - * The listener of the `'error'` event. - * - * @param {Error} err The error - * @private - */ -function duplexOnError(err) { - this.removeListener('error', duplexOnError); - this.destroy(); - if (this.listenerCount('error') === 0) { - // Do not suppress the throwing behavior. - this.emit('error', err); - } -} - -/** - * Wraps a `WebSocket` in a duplex stream. - * - * @param {WebSocket} ws The `WebSocket` to wrap - * @param {Object} [options] The options for the `Duplex` constructor - * @return {Duplex} The duplex stream - * @public - */ -function createWebSocketStream(ws, options) { - let terminateOnDestroy = true; - - const duplex = new Duplex({ - ...options, - autoDestroy: false, - emitClose: false, - objectMode: false, - writableObjectMode: false - }); - - ws.on('message', function message(msg, isBinary) { - const data = - !isBinary && duplex._readableState.objectMode ? msg.toString() : msg; - - if (!duplex.push(data)) ws.pause(); - }); - - ws.once('error', function error(err) { - if (duplex.destroyed) return; - - // Prevent `ws.terminate()` from being called by `duplex._destroy()`. - // - // - If the `'error'` event is emitted before the `'open'` event, then - // `ws.terminate()` is a noop as no socket is assigned. - // - Otherwise, the error is re-emitted by the listener of the `'error'` - // event of the `Receiver` object. The listener already closes the - // connection by calling `ws.close()`. This allows a close frame to be - // sent to the other peer. If `ws.terminate()` is called right after this, - // then the close frame might not be sent. - terminateOnDestroy = false; - duplex.destroy(err); - }); - - ws.once('close', function close() { - if (duplex.destroyed) return; - - duplex.push(null); - }); - - duplex._destroy = function (err, callback) { - if (ws.readyState === ws.CLOSED) { - callback(err); - process.nextTick(emitClose, duplex); - return; - } - - let called = false; - - ws.once('error', function error(err) { - called = true; - callback(err); - }); - - ws.once('close', function close() { - if (!called) callback(err); - process.nextTick(emitClose, duplex); - }); - - if (terminateOnDestroy) ws.terminate(); - }; - - duplex._final = function (callback) { - if (ws.readyState === ws.CONNECTING) { - ws.once('open', function open() { - duplex._final(callback); - }); - return; - } - - // If the value of the `_socket` property is `null` it means that `ws` is a - // client websocket and the handshake failed. In fact, when this happens, a - // socket is never assigned to the websocket. Wait for the `'error'` event - // that will be emitted by the websocket. - if (ws._socket === null) return; - - if (ws._socket._writableState.finished) { - callback(); - if (duplex._readableState.endEmitted) duplex.destroy(); - } else { - ws._socket.once('finish', function finish() { - // `duplex` is not destroyed here because the `'end'` event will be - // emitted on `duplex` after this `'finish'` event. The EOF signaling - // `null` chunk is, in fact, pushed when the websocket emits `'close'`. - callback(); - }); - ws.close(); - } - }; - - duplex._read = function () { - if (ws.isPaused) ws.resume(); - }; - - duplex._write = function (chunk, encoding, callback) { - if (ws.readyState === ws.CONNECTING) { - ws.once('open', function open() { - duplex._write(chunk, encoding, callback); - }); - return; - } - - ws.send(chunk, callback); - }; - - duplex.on('end', duplexOnEnd); - duplex.on('error', duplexOnError); - return duplex; -} - -module.exports = createWebSocketStream; diff --git a/software/flow/node_modules/ws/lib/subprotocol.js b/software/flow/node_modules/ws/lib/subprotocol.js deleted file mode 100644 index d4381e8..0000000 --- a/software/flow/node_modules/ws/lib/subprotocol.js +++ /dev/null @@ -1,62 +0,0 @@ -'use strict'; - -const { tokenChars } = require('./validation'); - -/** - * Parses the `Sec-WebSocket-Protocol` header into a set of subprotocol names. - * - * @param {String} header The field value of the header - * @return {Set} The subprotocol names - * @public - */ -function parse(header) { - const protocols = new Set(); - let start = -1; - let end = -1; - let i = 0; - - for (i; i < header.length; i++) { - const code = header.charCodeAt(i); - - if (end === -1 && tokenChars[code] === 1) { - if (start === -1) start = i; - } else if ( - i !== 0 && - (code === 0x20 /* ' ' */ || code === 0x09) /* '\t' */ - ) { - if (end === -1 && start !== -1) end = i; - } else if (code === 0x2c /* ',' */) { - if (start === -1) { - throw new SyntaxError(`Unexpected character at index ${i}`); - } - - if (end === -1) end = i; - - const protocol = header.slice(start, end); - - if (protocols.has(protocol)) { - throw new SyntaxError(`The "${protocol}" subprotocol is duplicated`); - } - - protocols.add(protocol); - start = end = -1; - } else { - throw new SyntaxError(`Unexpected character at index ${i}`); - } - } - - if (start === -1 || end !== -1) { - throw new SyntaxError('Unexpected end of input'); - } - - const protocol = header.slice(start, i); - - if (protocols.has(protocol)) { - throw new SyntaxError(`The "${protocol}" subprotocol is duplicated`); - } - - protocols.add(protocol); - return protocols; -} - -module.exports = { parse }; diff --git a/software/flow/node_modules/ws/lib/validation.js b/software/flow/node_modules/ws/lib/validation.js deleted file mode 100644 index 44fc202..0000000 --- a/software/flow/node_modules/ws/lib/validation.js +++ /dev/null @@ -1,125 +0,0 @@ -'use strict'; - -// -// Allowed token characters: -// -// '!', '#', '$', '%', '&', ''', '*', '+', '-', -// '.', 0-9, A-Z, '^', '_', '`', a-z, '|', '~' -// -// tokenChars[32] === 0 // ' ' -// tokenChars[33] === 1 // '!' -// tokenChars[34] === 0 // '"' -// ... -// -// prettier-ignore -const tokenChars = [ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, // 0 - 15 - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, // 16 - 31 - 0, 1, 0, 1, 1, 1, 1, 1, 0, 0, 1, 1, 0, 1, 1, 0, // 32 - 47 - 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, // 48 - 63 - 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, // 64 - 79 - 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 1, 1, // 80 - 95 - 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, // 96 - 111 - 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 0, 1, 0 // 112 - 127 -]; - -/** - * Checks if a status code is allowed in a close frame. - * - * @param {Number} code The status code - * @return {Boolean} `true` if the status code is valid, else `false` - * @public - */ -function isValidStatusCode(code) { - return ( - (code >= 1000 && - code <= 1014 && - code !== 1004 && - code !== 1005 && - code !== 1006) || - (code >= 3000 && code <= 4999) - ); -} - -/** - * Checks if a given buffer contains only correct UTF-8. - * Ported from https://www.cl.cam.ac.uk/%7Emgk25/ucs/utf8_check.c by - * Markus Kuhn. - * - * @param {Buffer} buf The buffer to check - * @return {Boolean} `true` if `buf` contains only correct UTF-8, else `false` - * @public - */ -function _isValidUTF8(buf) { - const len = buf.length; - let i = 0; - - while (i < len) { - if ((buf[i] & 0x80) === 0) { - // 0xxxxxxx - i++; - } else if ((buf[i] & 0xe0) === 0xc0) { - // 110xxxxx 10xxxxxx - if ( - i + 1 === len || - (buf[i + 1] & 0xc0) !== 0x80 || - (buf[i] & 0xfe) === 0xc0 // Overlong - ) { - return false; - } - - i += 2; - } else if ((buf[i] & 0xf0) === 0xe0) { - // 1110xxxx 10xxxxxx 10xxxxxx - if ( - i + 2 >= len || - (buf[i + 1] & 0xc0) !== 0x80 || - (buf[i + 2] & 0xc0) !== 0x80 || - (buf[i] === 0xe0 && (buf[i + 1] & 0xe0) === 0x80) || // Overlong - (buf[i] === 0xed && (buf[i + 1] & 0xe0) === 0xa0) // Surrogate (U+D800 - U+DFFF) - ) { - return false; - } - - i += 3; - } else if ((buf[i] & 0xf8) === 0xf0) { - // 11110xxx 10xxxxxx 10xxxxxx 10xxxxxx - if ( - i + 3 >= len || - (buf[i + 1] & 0xc0) !== 0x80 || - (buf[i + 2] & 0xc0) !== 0x80 || - (buf[i + 3] & 0xc0) !== 0x80 || - (buf[i] === 0xf0 && (buf[i + 1] & 0xf0) === 0x80) || // Overlong - (buf[i] === 0xf4 && buf[i + 1] > 0x8f) || - buf[i] > 0xf4 // > U+10FFFF - ) { - return false; - } - - i += 4; - } else { - return false; - } - } - - return true; -} - -module.exports = { - isValidStatusCode, - isValidUTF8: _isValidUTF8, - tokenChars -}; - -/* istanbul ignore else */ -if (!process.env.WS_NO_UTF_8_VALIDATE) { - try { - const isValidUTF8 = require('utf-8-validate'); - - module.exports.isValidUTF8 = function (buf) { - return buf.length < 150 ? _isValidUTF8(buf) : isValidUTF8(buf); - }; - } catch (e) { - // Continue regardless of the error. - } -} diff --git a/software/flow/node_modules/ws/lib/websocket-server.js b/software/flow/node_modules/ws/lib/websocket-server.js deleted file mode 100644 index bac30eb..0000000 --- a/software/flow/node_modules/ws/lib/websocket-server.js +++ /dev/null @@ -1,535 +0,0 @@ -/* eslint no-unused-vars: ["error", { "varsIgnorePattern": "^net|tls|https$" }] */ - -'use strict'; - -const EventEmitter = require('events'); -const http = require('http'); -const https = require('https'); -const net = require('net'); -const tls = require('tls'); -const { createHash } = require('crypto'); - -const extension = require('./extension'); -const PerMessageDeflate = require('./permessage-deflate'); -const subprotocol = require('./subprotocol'); -const WebSocket = require('./websocket'); -const { GUID, kWebSocket } = require('./constants'); - -const keyRegex = /^[+/0-9A-Za-z]{22}==$/; - -const RUNNING = 0; -const CLOSING = 1; -const CLOSED = 2; - -/** - * Class representing a WebSocket server. - * - * @extends EventEmitter - */ -class WebSocketServer extends EventEmitter { - /** - * Create a `WebSocketServer` instance. - * - * @param {Object} options Configuration options - * @param {Number} [options.backlog=511] The maximum length of the queue of - * pending connections - * @param {Boolean} [options.clientTracking=true] Specifies whether or not to - * track clients - * @param {Function} [options.handleProtocols] A hook to handle protocols - * @param {String} [options.host] The hostname where to bind the server - * @param {Number} [options.maxPayload=104857600] The maximum allowed message - * size - * @param {Boolean} [options.noServer=false] Enable no server mode - * @param {String} [options.path] Accept only connections matching this path - * @param {(Boolean|Object)} [options.perMessageDeflate=false] Enable/disable - * permessage-deflate - * @param {Number} [options.port] The port where to bind the server - * @param {(http.Server|https.Server)} [options.server] A pre-created HTTP/S - * server to use - * @param {Boolean} [options.skipUTF8Validation=false] Specifies whether or - * not to skip UTF-8 validation for text and close messages - * @param {Function} [options.verifyClient] A hook to reject connections - * @param {Function} [options.WebSocket=WebSocket] Specifies the `WebSocket` - * class to use. It must be the `WebSocket` class or class that extends it - * @param {Function} [callback] A listener for the `listening` event - */ - constructor(options, callback) { - super(); - - options = { - maxPayload: 100 * 1024 * 1024, - skipUTF8Validation: false, - perMessageDeflate: false, - handleProtocols: null, - clientTracking: true, - verifyClient: null, - noServer: false, - backlog: null, // use default (511 as implemented in net.js) - server: null, - host: null, - path: null, - port: null, - WebSocket, - ...options - }; - - if ( - (options.port == null && !options.server && !options.noServer) || - (options.port != null && (options.server || options.noServer)) || - (options.server && options.noServer) - ) { - throw new TypeError( - 'One and only one of the "port", "server", or "noServer" options ' + - 'must be specified' - ); - } - - if (options.port != null) { - this._server = http.createServer((req, res) => { - const body = http.STATUS_CODES[426]; - - res.writeHead(426, { - 'Content-Length': body.length, - 'Content-Type': 'text/plain' - }); - res.end(body); - }); - this._server.listen( - options.port, - options.host, - options.backlog, - callback - ); - } else if (options.server) { - this._server = options.server; - } - - if (this._server) { - const emitConnection = this.emit.bind(this, 'connection'); - - this._removeListeners = addListeners(this._server, { - listening: this.emit.bind(this, 'listening'), - error: this.emit.bind(this, 'error'), - upgrade: (req, socket, head) => { - this.handleUpgrade(req, socket, head, emitConnection); - } - }); - } - - if (options.perMessageDeflate === true) options.perMessageDeflate = {}; - if (options.clientTracking) { - this.clients = new Set(); - this._shouldEmitClose = false; - } - - this.options = options; - this._state = RUNNING; - } - - /** - * Returns the bound address, the address family name, and port of the server - * as reported by the operating system if listening on an IP socket. - * If the server is listening on a pipe or UNIX domain socket, the name is - * returned as a string. - * - * @return {(Object|String|null)} The address of the server - * @public - */ - address() { - if (this.options.noServer) { - throw new Error('The server is operating in "noServer" mode'); - } - - if (!this._server) return null; - return this._server.address(); - } - - /** - * Stop the server from accepting new connections and emit the `'close'` event - * when all existing connections are closed. - * - * @param {Function} [cb] A one-time listener for the `'close'` event - * @public - */ - close(cb) { - if (this._state === CLOSED) { - if (cb) { - this.once('close', () => { - cb(new Error('The server is not running')); - }); - } - - process.nextTick(emitClose, this); - return; - } - - if (cb) this.once('close', cb); - - if (this._state === CLOSING) return; - this._state = CLOSING; - - if (this.options.noServer || this.options.server) { - if (this._server) { - this._removeListeners(); - this._removeListeners = this._server = null; - } - - if (this.clients) { - if (!this.clients.size) { - process.nextTick(emitClose, this); - } else { - this._shouldEmitClose = true; - } - } else { - process.nextTick(emitClose, this); - } - } else { - const server = this._server; - - this._removeListeners(); - this._removeListeners = this._server = null; - - // - // The HTTP/S server was created internally. Close it, and rely on its - // `'close'` event. - // - server.close(() => { - emitClose(this); - }); - } - } - - /** - * See if a given request should be handled by this server instance. - * - * @param {http.IncomingMessage} req Request object to inspect - * @return {Boolean} `true` if the request is valid, else `false` - * @public - */ - shouldHandle(req) { - if (this.options.path) { - const index = req.url.indexOf('?'); - const pathname = index !== -1 ? req.url.slice(0, index) : req.url; - - if (pathname !== this.options.path) return false; - } - - return true; - } - - /** - * Handle a HTTP Upgrade request. - * - * @param {http.IncomingMessage} req The request object - * @param {(net.Socket|tls.Socket)} socket The network socket between the - * server and client - * @param {Buffer} head The first packet of the upgraded stream - * @param {Function} cb Callback - * @public - */ - handleUpgrade(req, socket, head, cb) { - socket.on('error', socketOnError); - - const key = req.headers['sec-websocket-key']; - const version = +req.headers['sec-websocket-version']; - - if (req.method !== 'GET') { - const message = 'Invalid HTTP method'; - abortHandshakeOrEmitwsClientError(this, req, socket, 405, message); - return; - } - - if (req.headers.upgrade.toLowerCase() !== 'websocket') { - const message = 'Invalid Upgrade header'; - abortHandshakeOrEmitwsClientError(this, req, socket, 400, message); - return; - } - - if (!key || !keyRegex.test(key)) { - const message = 'Missing or invalid Sec-WebSocket-Key header'; - abortHandshakeOrEmitwsClientError(this, req, socket, 400, message); - return; - } - - if (version !== 8 && version !== 13) { - const message = 'Missing or invalid Sec-WebSocket-Version header'; - abortHandshakeOrEmitwsClientError(this, req, socket, 400, message); - return; - } - - if (!this.shouldHandle(req)) { - abortHandshake(socket, 400); - return; - } - - const secWebSocketProtocol = req.headers['sec-websocket-protocol']; - let protocols = new Set(); - - if (secWebSocketProtocol !== undefined) { - try { - protocols = subprotocol.parse(secWebSocketProtocol); - } catch (err) { - const message = 'Invalid Sec-WebSocket-Protocol header'; - abortHandshakeOrEmitwsClientError(this, req, socket, 400, message); - return; - } - } - - const secWebSocketExtensions = req.headers['sec-websocket-extensions']; - const extensions = {}; - - if ( - this.options.perMessageDeflate && - secWebSocketExtensions !== undefined - ) { - const perMessageDeflate = new PerMessageDeflate( - this.options.perMessageDeflate, - true, - this.options.maxPayload - ); - - try { - const offers = extension.parse(secWebSocketExtensions); - - if (offers[PerMessageDeflate.extensionName]) { - perMessageDeflate.accept(offers[PerMessageDeflate.extensionName]); - extensions[PerMessageDeflate.extensionName] = perMessageDeflate; - } - } catch (err) { - const message = - 'Invalid or unacceptable Sec-WebSocket-Extensions header'; - abortHandshakeOrEmitwsClientError(this, req, socket, 400, message); - return; - } - } - - // - // Optionally call external client verification handler. - // - if (this.options.verifyClient) { - const info = { - origin: - req.headers[`${version === 8 ? 'sec-websocket-origin' : 'origin'}`], - secure: !!(req.socket.authorized || req.socket.encrypted), - req - }; - - if (this.options.verifyClient.length === 2) { - this.options.verifyClient(info, (verified, code, message, headers) => { - if (!verified) { - return abortHandshake(socket, code || 401, message, headers); - } - - this.completeUpgrade( - extensions, - key, - protocols, - req, - socket, - head, - cb - ); - }); - return; - } - - if (!this.options.verifyClient(info)) return abortHandshake(socket, 401); - } - - this.completeUpgrade(extensions, key, protocols, req, socket, head, cb); - } - - /** - * Upgrade the connection to WebSocket. - * - * @param {Object} extensions The accepted extensions - * @param {String} key The value of the `Sec-WebSocket-Key` header - * @param {Set} protocols The subprotocols - * @param {http.IncomingMessage} req The request object - * @param {(net.Socket|tls.Socket)} socket The network socket between the - * server and client - * @param {Buffer} head The first packet of the upgraded stream - * @param {Function} cb Callback - * @throws {Error} If called more than once with the same socket - * @private - */ - completeUpgrade(extensions, key, protocols, req, socket, head, cb) { - // - // Destroy the socket if the client has already sent a FIN packet. - // - if (!socket.readable || !socket.writable) return socket.destroy(); - - if (socket[kWebSocket]) { - throw new Error( - 'server.handleUpgrade() was called more than once with the same ' + - 'socket, possibly due to a misconfiguration' - ); - } - - if (this._state > RUNNING) return abortHandshake(socket, 503); - - const digest = createHash('sha1') - .update(key + GUID) - .digest('base64'); - - const headers = [ - 'HTTP/1.1 101 Switching Protocols', - 'Upgrade: websocket', - 'Connection: Upgrade', - `Sec-WebSocket-Accept: ${digest}` - ]; - - const ws = new this.options.WebSocket(null); - - if (protocols.size) { - // - // Optionally call external protocol selection handler. - // - const protocol = this.options.handleProtocols - ? this.options.handleProtocols(protocols, req) - : protocols.values().next().value; - - if (protocol) { - headers.push(`Sec-WebSocket-Protocol: ${protocol}`); - ws._protocol = protocol; - } - } - - if (extensions[PerMessageDeflate.extensionName]) { - const params = extensions[PerMessageDeflate.extensionName].params; - const value = extension.format({ - [PerMessageDeflate.extensionName]: [params] - }); - headers.push(`Sec-WebSocket-Extensions: ${value}`); - ws._extensions = extensions; - } - - // - // Allow external modification/inspection of handshake headers. - // - this.emit('headers', headers, req); - - socket.write(headers.concat('\r\n').join('\r\n')); - socket.removeListener('error', socketOnError); - - ws.setSocket(socket, head, { - maxPayload: this.options.maxPayload, - skipUTF8Validation: this.options.skipUTF8Validation - }); - - if (this.clients) { - this.clients.add(ws); - ws.on('close', () => { - this.clients.delete(ws); - - if (this._shouldEmitClose && !this.clients.size) { - process.nextTick(emitClose, this); - } - }); - } - - cb(ws, req); - } -} - -module.exports = WebSocketServer; - -/** - * Add event listeners on an `EventEmitter` using a map of <event, listener> - * pairs. - * - * @param {EventEmitter} server The event emitter - * @param {Object.<String, Function>} map The listeners to add - * @return {Function} A function that will remove the added listeners when - * called - * @private - */ -function addListeners(server, map) { - for (const event of Object.keys(map)) server.on(event, map[event]); - - return function removeListeners() { - for (const event of Object.keys(map)) { - server.removeListener(event, map[event]); - } - }; -} - -/** - * Emit a `'close'` event on an `EventEmitter`. - * - * @param {EventEmitter} server The event emitter - * @private - */ -function emitClose(server) { - server._state = CLOSED; - server.emit('close'); -} - -/** - * Handle socket errors. - * - * @private - */ -function socketOnError() { - this.destroy(); -} - -/** - * Close the connection when preconditions are not fulfilled. - * - * @param {(net.Socket|tls.Socket)} socket The socket of the upgrade request - * @param {Number} code The HTTP response status code - * @param {String} [message] The HTTP response body - * @param {Object} [headers] Additional HTTP response headers - * @private - */ -function abortHandshake(socket, code, message, headers) { - // - // The socket is writable unless the user destroyed or ended it before calling - // `server.handleUpgrade()` or in the `verifyClient` function, which is a user - // error. Handling this does not make much sense as the worst that can happen - // is that some of the data written by the user might be discarded due to the - // call to `socket.end()` below, which triggers an `'error'` event that in - // turn causes the socket to be destroyed. - // - message = message || http.STATUS_CODES[code]; - headers = { - Connection: 'close', - 'Content-Type': 'text/html', - 'Content-Length': Buffer.byteLength(message), - ...headers - }; - - socket.once('finish', socket.destroy); - - socket.end( - `HTTP/1.1 ${code} ${http.STATUS_CODES[code]}\r\n` + - Object.keys(headers) - .map((h) => `${h}: ${headers[h]}`) - .join('\r\n') + - '\r\n\r\n' + - message - ); -} - -/** - * Emit a `'wsClientError'` event on a `WebSocketServer` if there is at least - * one listener for it, otherwise call `abortHandshake()`. - * - * @param {WebSocketServer} server The WebSocket server - * @param {http.IncomingMessage} req The request object - * @param {(net.Socket|tls.Socket)} socket The socket of the upgrade request - * @param {Number} code The HTTP response status code - * @param {String} message The HTTP response body - * @private - */ -function abortHandshakeOrEmitwsClientError(server, req, socket, code, message) { - if (server.listenerCount('wsClientError')) { - const err = new Error(message); - Error.captureStackTrace(err, abortHandshakeOrEmitwsClientError); - - server.emit('wsClientError', err, socket, req); - } else { - abortHandshake(socket, code, message); - } -} diff --git a/software/flow/node_modules/ws/lib/websocket.js b/software/flow/node_modules/ws/lib/websocket.js deleted file mode 100644 index 4391c73..0000000 --- a/software/flow/node_modules/ws/lib/websocket.js +++ /dev/null @@ -1,1305 +0,0 @@ -/* eslint no-unused-vars: ["error", { "varsIgnorePattern": "^Readable$" }] */ - -'use strict'; - -const EventEmitter = require('events'); -const https = require('https'); -const http = require('http'); -const net = require('net'); -const tls = require('tls'); -const { randomBytes, createHash } = require('crypto'); -const { Readable } = require('stream'); -const { URL } = require('url'); - -const PerMessageDeflate = require('./permessage-deflate'); -const Receiver = require('./receiver'); -const Sender = require('./sender'); -const { - BINARY_TYPES, - EMPTY_BUFFER, - GUID, - kForOnEventAttribute, - kListener, - kStatusCode, - kWebSocket, - NOOP -} = require('./constants'); -const { - EventTarget: { addEventListener, removeEventListener } -} = require('./event-target'); -const { format, parse } = require('./extension'); -const { toBuffer } = require('./buffer-util'); - -const closeTimeout = 30 * 1000; -const kAborted = Symbol('kAborted'); -const protocolVersions = [8, 13]; -const readyStates = ['CONNECTING', 'OPEN', 'CLOSING', 'CLOSED']; -const subprotocolRegex = /^[!#$%&'*+\-.0-9A-Z^_`|a-z~]+$/; - -/** - * Class representing a WebSocket. - * - * @extends EventEmitter - */ -class WebSocket extends EventEmitter { - /** - * Create a new `WebSocket`. - * - * @param {(String|URL)} address The URL to which to connect - * @param {(String|String[])} [protocols] The subprotocols - * @param {Object} [options] Connection options - */ - constructor(address, protocols, options) { - super(); - - this._binaryType = BINARY_TYPES[0]; - this._closeCode = 1006; - this._closeFrameReceived = false; - this._closeFrameSent = false; - this._closeMessage = EMPTY_BUFFER; - this._closeTimer = null; - this._extensions = {}; - this._paused = false; - this._protocol = ''; - this._readyState = WebSocket.CONNECTING; - this._receiver = null; - this._sender = null; - this._socket = null; - - if (address !== null) { - this._bufferedAmount = 0; - this._isServer = false; - this._redirects = 0; - - if (protocols === undefined) { - protocols = []; - } else if (!Array.isArray(protocols)) { - if (typeof protocols === 'object' && protocols !== null) { - options = protocols; - protocols = []; - } else { - protocols = [protocols]; - } - } - - initAsClient(this, address, protocols, options); - } else { - this._isServer = true; - } - } - - /** - * This deviates from the WHATWG interface since ws doesn't support the - * required default "blob" type (instead we define a custom "nodebuffer" - * type). - * - * @type {String} - */ - get binaryType() { - return this._binaryType; - } - - set binaryType(type) { - if (!BINARY_TYPES.includes(type)) return; - - this._binaryType = type; - - // - // Allow to change `binaryType` on the fly. - // - if (this._receiver) this._receiver._binaryType = type; - } - - /** - * @type {Number} - */ - get bufferedAmount() { - if (!this._socket) return this._bufferedAmount; - - return this._socket._writableState.length + this._sender._bufferedBytes; - } - - /** - * @type {String} - */ - get extensions() { - return Object.keys(this._extensions).join(); - } - - /** - * @type {Boolean} - */ - get isPaused() { - return this._paused; - } - - /** - * @type {Function} - */ - /* istanbul ignore next */ - get onclose() { - return null; - } - - /** - * @type {Function} - */ - /* istanbul ignore next */ - get onerror() { - return null; - } - - /** - * @type {Function} - */ - /* istanbul ignore next */ - get onopen() { - return null; - } - - /** - * @type {Function} - */ - /* istanbul ignore next */ - get onmessage() { - return null; - } - - /** - * @type {String} - */ - get protocol() { - return this._protocol; - } - - /** - * @type {Number} - */ - get readyState() { - return this._readyState; - } - - /** - * @type {String} - */ - get url() { - return this._url; - } - - /** - * Set up the socket and the internal resources. - * - * @param {(net.Socket|tls.Socket)} socket The network socket between the - * server and client - * @param {Buffer} head The first packet of the upgraded stream - * @param {Object} options Options object - * @param {Function} [options.generateMask] The function used to generate the - * masking key - * @param {Number} [options.maxPayload=0] The maximum allowed message size - * @param {Boolean} [options.skipUTF8Validation=false] Specifies whether or - * not to skip UTF-8 validation for text and close messages - * @private - */ - setSocket(socket, head, options) { - const receiver = new Receiver({ - binaryType: this.binaryType, - extensions: this._extensions, - isServer: this._isServer, - maxPayload: options.maxPayload, - skipUTF8Validation: options.skipUTF8Validation - }); - - this._sender = new Sender(socket, this._extensions, options.generateMask); - this._receiver = receiver; - this._socket = socket; - - receiver[kWebSocket] = this; - socket[kWebSocket] = this; - - receiver.on('conclude', receiverOnConclude); - receiver.on('drain', receiverOnDrain); - receiver.on('error', receiverOnError); - receiver.on('message', receiverOnMessage); - receiver.on('ping', receiverOnPing); - receiver.on('pong', receiverOnPong); - - socket.setTimeout(0); - socket.setNoDelay(); - - if (head.length > 0) socket.unshift(head); - - socket.on('close', socketOnClose); - socket.on('data', socketOnData); - socket.on('end', socketOnEnd); - socket.on('error', socketOnError); - - this._readyState = WebSocket.OPEN; - this.emit('open'); - } - - /** - * Emit the `'close'` event. - * - * @private - */ - emitClose() { - if (!this._socket) { - this._readyState = WebSocket.CLOSED; - this.emit('close', this._closeCode, this._closeMessage); - return; - } - - if (this._extensions[PerMessageDeflate.extensionName]) { - this._extensions[PerMessageDeflate.extensionName].cleanup(); - } - - this._receiver.removeAllListeners(); - this._readyState = WebSocket.CLOSED; - this.emit('close', this._closeCode, this._closeMessage); - } - - /** - * Start a closing handshake. - * - * +----------+ +-----------+ +----------+ - * - - -|ws.close()|-->|close frame|-->|ws.close()|- - - - * | +----------+ +-----------+ +----------+ | - * +----------+ +-----------+ | - * CLOSING |ws.close()|<--|close frame|<--+-----+ CLOSING - * +----------+ +-----------+ | - * | | | +---+ | - * +------------------------+-->|fin| - - - - - * | +---+ | +---+ - * - - - - -|fin|<---------------------+ - * +---+ - * - * @param {Number} [code] Status code explaining why the connection is closing - * @param {(String|Buffer)} [data] The reason why the connection is - * closing - * @public - */ - close(code, data) { - if (this.readyState === WebSocket.CLOSED) return; - if (this.readyState === WebSocket.CONNECTING) { - const msg = 'WebSocket was closed before the connection was established'; - return abortHandshake(this, this._req, msg); - } - - if (this.readyState === WebSocket.CLOSING) { - if ( - this._closeFrameSent && - (this._closeFrameReceived || this._receiver._writableState.errorEmitted) - ) { - this._socket.end(); - } - - return; - } - - this._readyState = WebSocket.CLOSING; - this._sender.close(code, data, !this._isServer, (err) => { - // - // This error is handled by the `'error'` listener on the socket. We only - // want to know if the close frame has been sent here. - // - if (err) return; - - this._closeFrameSent = true; - - if ( - this._closeFrameReceived || - this._receiver._writableState.errorEmitted - ) { - this._socket.end(); - } - }); - - // - // Specify a timeout for the closing handshake to complete. - // - this._closeTimer = setTimeout( - this._socket.destroy.bind(this._socket), - closeTimeout - ); - } - - /** - * Pause the socket. - * - * @public - */ - pause() { - if ( - this.readyState === WebSocket.CONNECTING || - this.readyState === WebSocket.CLOSED - ) { - return; - } - - this._paused = true; - this._socket.pause(); - } - - /** - * Send a ping. - * - * @param {*} [data] The data to send - * @param {Boolean} [mask] Indicates whether or not to mask `data` - * @param {Function} [cb] Callback which is executed when the ping is sent - * @public - */ - ping(data, mask, cb) { - if (this.readyState === WebSocket.CONNECTING) { - throw new Error('WebSocket is not open: readyState 0 (CONNECTING)'); - } - - if (typeof data === 'function') { - cb = data; - data = mask = undefined; - } else if (typeof mask === 'function') { - cb = mask; - mask = undefined; - } - - if (typeof data === 'number') data = data.toString(); - - if (this.readyState !== WebSocket.OPEN) { - sendAfterClose(this, data, cb); - return; - } - - if (mask === undefined) mask = !this._isServer; - this._sender.ping(data || EMPTY_BUFFER, mask, cb); - } - - /** - * Send a pong. - * - * @param {*} [data] The data to send - * @param {Boolean} [mask] Indicates whether or not to mask `data` - * @param {Function} [cb] Callback which is executed when the pong is sent - * @public - */ - pong(data, mask, cb) { - if (this.readyState === WebSocket.CONNECTING) { - throw new Error('WebSocket is not open: readyState 0 (CONNECTING)'); - } - - if (typeof data === 'function') { - cb = data; - data = mask = undefined; - } else if (typeof mask === 'function') { - cb = mask; - mask = undefined; - } - - if (typeof data === 'number') data = data.toString(); - - if (this.readyState !== WebSocket.OPEN) { - sendAfterClose(this, data, cb); - return; - } - - if (mask === undefined) mask = !this._isServer; - this._sender.pong(data || EMPTY_BUFFER, mask, cb); - } - - /** - * Resume the socket. - * - * @public - */ - resume() { - if ( - this.readyState === WebSocket.CONNECTING || - this.readyState === WebSocket.CLOSED - ) { - return; - } - - this._paused = false; - if (!this._receiver._writableState.needDrain) this._socket.resume(); - } - - /** - * Send a data message. - * - * @param {*} data The message to send - * @param {Object} [options] Options object - * @param {Boolean} [options.binary] Specifies whether `data` is binary or - * text - * @param {Boolean} [options.compress] Specifies whether or not to compress - * `data` - * @param {Boolean} [options.fin=true] Specifies whether the fragment is the - * last one - * @param {Boolean} [options.mask] Specifies whether or not to mask `data` - * @param {Function} [cb] Callback which is executed when data is written out - * @public - */ - send(data, options, cb) { - if (this.readyState === WebSocket.CONNECTING) { - throw new Error('WebSocket is not open: readyState 0 (CONNECTING)'); - } - - if (typeof options === 'function') { - cb = options; - options = {}; - } - - if (typeof data === 'number') data = data.toString(); - - if (this.readyState !== WebSocket.OPEN) { - sendAfterClose(this, data, cb); - return; - } - - const opts = { - binary: typeof data !== 'string', - mask: !this._isServer, - compress: true, - fin: true, - ...options - }; - - if (!this._extensions[PerMessageDeflate.extensionName]) { - opts.compress = false; - } - - this._sender.send(data || EMPTY_BUFFER, opts, cb); - } - - /** - * Forcibly close the connection. - * - * @public - */ - terminate() { - if (this.readyState === WebSocket.CLOSED) return; - if (this.readyState === WebSocket.CONNECTING) { - const msg = 'WebSocket was closed before the connection was established'; - return abortHandshake(this, this._req, msg); - } - - if (this._socket) { - this._readyState = WebSocket.CLOSING; - this._socket.destroy(); - } - } -} - -/** - * @constant {Number} CONNECTING - * @memberof WebSocket - */ -Object.defineProperty(WebSocket, 'CONNECTING', { - enumerable: true, - value: readyStates.indexOf('CONNECTING') -}); - -/** - * @constant {Number} CONNECTING - * @memberof WebSocket.prototype - */ -Object.defineProperty(WebSocket.prototype, 'CONNECTING', { - enumerable: true, - value: readyStates.indexOf('CONNECTING') -}); - -/** - * @constant {Number} OPEN - * @memberof WebSocket - */ -Object.defineProperty(WebSocket, 'OPEN', { - enumerable: true, - value: readyStates.indexOf('OPEN') -}); - -/** - * @constant {Number} OPEN - * @memberof WebSocket.prototype - */ -Object.defineProperty(WebSocket.prototype, 'OPEN', { - enumerable: true, - value: readyStates.indexOf('OPEN') -}); - -/** - * @constant {Number} CLOSING - * @memberof WebSocket - */ -Object.defineProperty(WebSocket, 'CLOSING', { - enumerable: true, - value: readyStates.indexOf('CLOSING') -}); - -/** - * @constant {Number} CLOSING - * @memberof WebSocket.prototype - */ -Object.defineProperty(WebSocket.prototype, 'CLOSING', { - enumerable: true, - value: readyStates.indexOf('CLOSING') -}); - -/** - * @constant {Number} CLOSED - * @memberof WebSocket - */ -Object.defineProperty(WebSocket, 'CLOSED', { - enumerable: true, - value: readyStates.indexOf('CLOSED') -}); - -/** - * @constant {Number} CLOSED - * @memberof WebSocket.prototype - */ -Object.defineProperty(WebSocket.prototype, 'CLOSED', { - enumerable: true, - value: readyStates.indexOf('CLOSED') -}); - -[ - 'binaryType', - 'bufferedAmount', - 'extensions', - 'isPaused', - 'protocol', - 'readyState', - 'url' -].forEach((property) => { - Object.defineProperty(WebSocket.prototype, property, { enumerable: true }); -}); - -// -// Add the `onopen`, `onerror`, `onclose`, and `onmessage` attributes. -// See https://html.spec.whatwg.org/multipage/comms.html#the-websocket-interface -// -['open', 'error', 'close', 'message'].forEach((method) => { - Object.defineProperty(WebSocket.prototype, `on${method}`, { - enumerable: true, - get() { - for (const listener of this.listeners(method)) { - if (listener[kForOnEventAttribute]) return listener[kListener]; - } - - return null; - }, - set(handler) { - for (const listener of this.listeners(method)) { - if (listener[kForOnEventAttribute]) { - this.removeListener(method, listener); - break; - } - } - - if (typeof handler !== 'function') return; - - this.addEventListener(method, handler, { - [kForOnEventAttribute]: true - }); - } - }); -}); - -WebSocket.prototype.addEventListener = addEventListener; -WebSocket.prototype.removeEventListener = removeEventListener; - -module.exports = WebSocket; - -/** - * Initialize a WebSocket client. - * - * @param {WebSocket} websocket The client to initialize - * @param {(String|URL)} address The URL to which to connect - * @param {Array} protocols The subprotocols - * @param {Object} [options] Connection options - * @param {Boolean} [options.followRedirects=false] Whether or not to follow - * redirects - * @param {Function} [options.generateMask] The function used to generate the - * masking key - * @param {Number} [options.handshakeTimeout] Timeout in milliseconds for the - * handshake request - * @param {Number} [options.maxPayload=104857600] The maximum allowed message - * size - * @param {Number} [options.maxRedirects=10] The maximum number of redirects - * allowed - * @param {String} [options.origin] Value of the `Origin` or - * `Sec-WebSocket-Origin` header - * @param {(Boolean|Object)} [options.perMessageDeflate=true] Enable/disable - * permessage-deflate - * @param {Number} [options.protocolVersion=13] Value of the - * `Sec-WebSocket-Version` header - * @param {Boolean} [options.skipUTF8Validation=false] Specifies whether or - * not to skip UTF-8 validation for text and close messages - * @private - */ -function initAsClient(websocket, address, protocols, options) { - const opts = { - protocolVersion: protocolVersions[1], - maxPayload: 100 * 1024 * 1024, - skipUTF8Validation: false, - perMessageDeflate: true, - followRedirects: false, - maxRedirects: 10, - ...options, - createConnection: undefined, - socketPath: undefined, - hostname: undefined, - protocol: undefined, - timeout: undefined, - method: 'GET', - host: undefined, - path: undefined, - port: undefined - }; - - if (!protocolVersions.includes(opts.protocolVersion)) { - throw new RangeError( - `Unsupported protocol version: ${opts.protocolVersion} ` + - `(supported versions: ${protocolVersions.join(', ')})` - ); - } - - let parsedUrl; - - if (address instanceof URL) { - parsedUrl = address; - websocket._url = address.href; - } else { - try { - parsedUrl = new URL(address); - } catch (e) { - throw new SyntaxError(`Invalid URL: ${address}`); - } - - websocket._url = address; - } - - const isSecure = parsedUrl.protocol === 'wss:'; - const isIpcUrl = parsedUrl.protocol === 'ws+unix:'; - let invalidUrlMessage; - - if (parsedUrl.protocol !== 'ws:' && !isSecure && !isIpcUrl) { - invalidUrlMessage = - 'The URL\'s protocol must be one of "ws:", "wss:", or "ws+unix:"'; - } else if (isIpcUrl && !parsedUrl.pathname) { - invalidUrlMessage = "The URL's pathname is empty"; - } else if (parsedUrl.hash) { - invalidUrlMessage = 'The URL contains a fragment identifier'; - } - - if (invalidUrlMessage) { - const err = new SyntaxError(invalidUrlMessage); - - if (websocket._redirects === 0) { - throw err; - } else { - emitErrorAndClose(websocket, err); - return; - } - } - - const defaultPort = isSecure ? 443 : 80; - const key = randomBytes(16).toString('base64'); - const request = isSecure ? https.request : http.request; - const protocolSet = new Set(); - let perMessageDeflate; - - opts.createConnection = isSecure ? tlsConnect : netConnect; - opts.defaultPort = opts.defaultPort || defaultPort; - opts.port = parsedUrl.port || defaultPort; - opts.host = parsedUrl.hostname.startsWith('[') - ? parsedUrl.hostname.slice(1, -1) - : parsedUrl.hostname; - opts.headers = { - ...opts.headers, - 'Sec-WebSocket-Version': opts.protocolVersion, - 'Sec-WebSocket-Key': key, - Connection: 'Upgrade', - Upgrade: 'websocket' - }; - opts.path = parsedUrl.pathname + parsedUrl.search; - opts.timeout = opts.handshakeTimeout; - - if (opts.perMessageDeflate) { - perMessageDeflate = new PerMessageDeflate( - opts.perMessageDeflate !== true ? opts.perMessageDeflate : {}, - false, - opts.maxPayload - ); - opts.headers['Sec-WebSocket-Extensions'] = format({ - [PerMessageDeflate.extensionName]: perMessageDeflate.offer() - }); - } - if (protocols.length) { - for (const protocol of protocols) { - if ( - typeof protocol !== 'string' || - !subprotocolRegex.test(protocol) || - protocolSet.has(protocol) - ) { - throw new SyntaxError( - 'An invalid or duplicated subprotocol was specified' - ); - } - - protocolSet.add(protocol); - } - - opts.headers['Sec-WebSocket-Protocol'] = protocols.join(','); - } - if (opts.origin) { - if (opts.protocolVersion < 13) { - opts.headers['Sec-WebSocket-Origin'] = opts.origin; - } else { - opts.headers.Origin = opts.origin; - } - } - if (parsedUrl.username || parsedUrl.password) { - opts.auth = `${parsedUrl.username}:${parsedUrl.password}`; - } - - if (isIpcUrl) { - const parts = opts.path.split(':'); - - opts.socketPath = parts[0]; - opts.path = parts[1]; - } - - let req; - - if (opts.followRedirects) { - if (websocket._redirects === 0) { - websocket._originalIpc = isIpcUrl; - websocket._originalSecure = isSecure; - websocket._originalHostOrSocketPath = isIpcUrl - ? opts.socketPath - : parsedUrl.host; - - const headers = options && options.headers; - - // - // Shallow copy the user provided options so that headers can be changed - // without mutating the original object. - // - options = { ...options, headers: {} }; - - if (headers) { - for (const [key, value] of Object.entries(headers)) { - options.headers[key.toLowerCase()] = value; - } - } - } else if (websocket.listenerCount('redirect') === 0) { - const isSameHost = isIpcUrl - ? websocket._originalIpc - ? opts.socketPath === websocket._originalHostOrSocketPath - : false - : websocket._originalIpc - ? false - : parsedUrl.host === websocket._originalHostOrSocketPath; - - if (!isSameHost || (websocket._originalSecure && !isSecure)) { - // - // Match curl 7.77.0 behavior and drop the following headers. These - // headers are also dropped when following a redirect to a subdomain. - // - delete opts.headers.authorization; - delete opts.headers.cookie; - - if (!isSameHost) delete opts.headers.host; - - opts.auth = undefined; - } - } - - // - // Match curl 7.77.0 behavior and make the first `Authorization` header win. - // If the `Authorization` header is set, then there is nothing to do as it - // will take precedence. - // - if (opts.auth && !options.headers.authorization) { - options.headers.authorization = - 'Basic ' + Buffer.from(opts.auth).toString('base64'); - } - - req = websocket._req = request(opts); - - if (websocket._redirects) { - // - // Unlike what is done for the `'upgrade'` event, no early exit is - // triggered here if the user calls `websocket.close()` or - // `websocket.terminate()` from a listener of the `'redirect'` event. This - // is because the user can also call `request.destroy()` with an error - // before calling `websocket.close()` or `websocket.terminate()` and this - // would result in an error being emitted on the `request` object with no - // `'error'` event listeners attached. - // - websocket.emit('redirect', websocket.url, req); - } - } else { - req = websocket._req = request(opts); - } - - if (opts.timeout) { - req.on('timeout', () => { - abortHandshake(websocket, req, 'Opening handshake has timed out'); - }); - } - - req.on('error', (err) => { - if (req === null || req[kAborted]) return; - - req = websocket._req = null; - emitErrorAndClose(websocket, err); - }); - - req.on('response', (res) => { - const location = res.headers.location; - const statusCode = res.statusCode; - - if ( - location && - opts.followRedirects && - statusCode >= 300 && - statusCode < 400 - ) { - if (++websocket._redirects > opts.maxRedirects) { - abortHandshake(websocket, req, 'Maximum redirects exceeded'); - return; - } - - req.abort(); - - let addr; - - try { - addr = new URL(location, address); - } catch (e) { - const err = new SyntaxError(`Invalid URL: ${location}`); - emitErrorAndClose(websocket, err); - return; - } - - initAsClient(websocket, addr, protocols, options); - } else if (!websocket.emit('unexpected-response', req, res)) { - abortHandshake( - websocket, - req, - `Unexpected server response: ${res.statusCode}` - ); - } - }); - - req.on('upgrade', (res, socket, head) => { - websocket.emit('upgrade', res); - - // - // The user may have closed the connection from a listener of the - // `'upgrade'` event. - // - if (websocket.readyState !== WebSocket.CONNECTING) return; - - req = websocket._req = null; - - if (res.headers.upgrade.toLowerCase() !== 'websocket') { - abortHandshake(websocket, socket, 'Invalid Upgrade header'); - return; - } - - const digest = createHash('sha1') - .update(key + GUID) - .digest('base64'); - - if (res.headers['sec-websocket-accept'] !== digest) { - abortHandshake(websocket, socket, 'Invalid Sec-WebSocket-Accept header'); - return; - } - - const serverProt = res.headers['sec-websocket-protocol']; - let protError; - - if (serverProt !== undefined) { - if (!protocolSet.size) { - protError = 'Server sent a subprotocol but none was requested'; - } else if (!protocolSet.has(serverProt)) { - protError = 'Server sent an invalid subprotocol'; - } - } else if (protocolSet.size) { - protError = 'Server sent no subprotocol'; - } - - if (protError) { - abortHandshake(websocket, socket, protError); - return; - } - - if (serverProt) websocket._protocol = serverProt; - - const secWebSocketExtensions = res.headers['sec-websocket-extensions']; - - if (secWebSocketExtensions !== undefined) { - if (!perMessageDeflate) { - const message = - 'Server sent a Sec-WebSocket-Extensions header but no extension ' + - 'was requested'; - abortHandshake(websocket, socket, message); - return; - } - - let extensions; - - try { - extensions = parse(secWebSocketExtensions); - } catch (err) { - const message = 'Invalid Sec-WebSocket-Extensions header'; - abortHandshake(websocket, socket, message); - return; - } - - const extensionNames = Object.keys(extensions); - - if ( - extensionNames.length !== 1 || - extensionNames[0] !== PerMessageDeflate.extensionName - ) { - const message = 'Server indicated an extension that was not requested'; - abortHandshake(websocket, socket, message); - return; - } - - try { - perMessageDeflate.accept(extensions[PerMessageDeflate.extensionName]); - } catch (err) { - const message = 'Invalid Sec-WebSocket-Extensions header'; - abortHandshake(websocket, socket, message); - return; - } - - websocket._extensions[PerMessageDeflate.extensionName] = - perMessageDeflate; - } - - websocket.setSocket(socket, head, { - generateMask: opts.generateMask, - maxPayload: opts.maxPayload, - skipUTF8Validation: opts.skipUTF8Validation - }); - }); - - req.end(); -} - -/** - * Emit the `'error'` and `'close'` events. - * - * @param {WebSocket} websocket The WebSocket instance - * @param {Error} The error to emit - * @private - */ -function emitErrorAndClose(websocket, err) { - websocket._readyState = WebSocket.CLOSING; - websocket.emit('error', err); - websocket.emitClose(); -} - -/** - * Create a `net.Socket` and initiate a connection. - * - * @param {Object} options Connection options - * @return {net.Socket} The newly created socket used to start the connection - * @private - */ -function netConnect(options) { - options.path = options.socketPath; - return net.connect(options); -} - -/** - * Create a `tls.TLSSocket` and initiate a connection. - * - * @param {Object} options Connection options - * @return {tls.TLSSocket} The newly created socket used to start the connection - * @private - */ -function tlsConnect(options) { - options.path = undefined; - - if (!options.servername && options.servername !== '') { - options.servername = net.isIP(options.host) ? '' : options.host; - } - - return tls.connect(options); -} - -/** - * Abort the handshake and emit an error. - * - * @param {WebSocket} websocket The WebSocket instance - * @param {(http.ClientRequest|net.Socket|tls.Socket)} stream The request to - * abort or the socket to destroy - * @param {String} message The error message - * @private - */ -function abortHandshake(websocket, stream, message) { - websocket._readyState = WebSocket.CLOSING; - - const err = new Error(message); - Error.captureStackTrace(err, abortHandshake); - - if (stream.setHeader) { - stream[kAborted] = true; - stream.abort(); - - if (stream.socket && !stream.socket.destroyed) { - // - // On Node.js >= 14.3.0 `request.abort()` does not destroy the socket if - // called after the request completed. See - // https://github.com/websockets/ws/issues/1869. - // - stream.socket.destroy(); - } - - process.nextTick(emitErrorAndClose, websocket, err); - } else { - stream.destroy(err); - stream.once('error', websocket.emit.bind(websocket, 'error')); - stream.once('close', websocket.emitClose.bind(websocket)); - } -} - -/** - * Handle cases where the `ping()`, `pong()`, or `send()` methods are called - * when the `readyState` attribute is `CLOSING` or `CLOSED`. - * - * @param {WebSocket} websocket The WebSocket instance - * @param {*} [data] The data to send - * @param {Function} [cb] Callback - * @private - */ -function sendAfterClose(websocket, data, cb) { - if (data) { - const length = toBuffer(data).length; - - // - // The `_bufferedAmount` property is used only when the peer is a client and - // the opening handshake fails. Under these circumstances, in fact, the - // `setSocket()` method is not called, so the `_socket` and `_sender` - // properties are set to `null`. - // - if (websocket._socket) websocket._sender._bufferedBytes += length; - else websocket._bufferedAmount += length; - } - - if (cb) { - const err = new Error( - `WebSocket is not open: readyState ${websocket.readyState} ` + - `(${readyStates[websocket.readyState]})` - ); - cb(err); - } -} - -/** - * The listener of the `Receiver` `'conclude'` event. - * - * @param {Number} code The status code - * @param {Buffer} reason The reason for closing - * @private - */ -function receiverOnConclude(code, reason) { - const websocket = this[kWebSocket]; - - websocket._closeFrameReceived = true; - websocket._closeMessage = reason; - websocket._closeCode = code; - - if (websocket._socket[kWebSocket] === undefined) return; - - websocket._socket.removeListener('data', socketOnData); - process.nextTick(resume, websocket._socket); - - if (code === 1005) websocket.close(); - else websocket.close(code, reason); -} - -/** - * The listener of the `Receiver` `'drain'` event. - * - * @private - */ -function receiverOnDrain() { - const websocket = this[kWebSocket]; - - if (!websocket.isPaused) websocket._socket.resume(); -} - -/** - * The listener of the `Receiver` `'error'` event. - * - * @param {(RangeError|Error)} err The emitted error - * @private - */ -function receiverOnError(err) { - const websocket = this[kWebSocket]; - - if (websocket._socket[kWebSocket] !== undefined) { - websocket._socket.removeListener('data', socketOnData); - - // - // On Node.js < 14.0.0 the `'error'` event is emitted synchronously. See - // https://github.com/websockets/ws/issues/1940. - // - process.nextTick(resume, websocket._socket); - - websocket.close(err[kStatusCode]); - } - - websocket.emit('error', err); -} - -/** - * The listener of the `Receiver` `'finish'` event. - * - * @private - */ -function receiverOnFinish() { - this[kWebSocket].emitClose(); -} - -/** - * The listener of the `Receiver` `'message'` event. - * - * @param {Buffer|ArrayBuffer|Buffer[])} data The message - * @param {Boolean} isBinary Specifies whether the message is binary or not - * @private - */ -function receiverOnMessage(data, isBinary) { - this[kWebSocket].emit('message', data, isBinary); -} - -/** - * The listener of the `Receiver` `'ping'` event. - * - * @param {Buffer} data The data included in the ping frame - * @private - */ -function receiverOnPing(data) { - const websocket = this[kWebSocket]; - - websocket.pong(data, !websocket._isServer, NOOP); - websocket.emit('ping', data); -} - -/** - * The listener of the `Receiver` `'pong'` event. - * - * @param {Buffer} data The data included in the pong frame - * @private - */ -function receiverOnPong(data) { - this[kWebSocket].emit('pong', data); -} - -/** - * Resume a readable stream - * - * @param {Readable} stream The readable stream - * @private - */ -function resume(stream) { - stream.resume(); -} - -/** - * The listener of the `net.Socket` `'close'` event. - * - * @private - */ -function socketOnClose() { - const websocket = this[kWebSocket]; - - this.removeListener('close', socketOnClose); - this.removeListener('data', socketOnData); - this.removeListener('end', socketOnEnd); - - websocket._readyState = WebSocket.CLOSING; - - let chunk; - - // - // The close frame might not have been received or the `'end'` event emitted, - // for example, if the socket was destroyed due to an error. Ensure that the - // `receiver` stream is closed after writing any remaining buffered data to - // it. If the readable side of the socket is in flowing mode then there is no - // buffered data as everything has been already written and `readable.read()` - // will return `null`. If instead, the socket is paused, any possible buffered - // data will be read as a single chunk. - // - if ( - !this._readableState.endEmitted && - !websocket._closeFrameReceived && - !websocket._receiver._writableState.errorEmitted && - (chunk = websocket._socket.read()) !== null - ) { - websocket._receiver.write(chunk); - } - - websocket._receiver.end(); - - this[kWebSocket] = undefined; - - clearTimeout(websocket._closeTimer); - - if ( - websocket._receiver._writableState.finished || - websocket._receiver._writableState.errorEmitted - ) { - websocket.emitClose(); - } else { - websocket._receiver.on('error', receiverOnFinish); - websocket._receiver.on('finish', receiverOnFinish); - } -} - -/** - * The listener of the `net.Socket` `'data'` event. - * - * @param {Buffer} chunk A chunk of data - * @private - */ -function socketOnData(chunk) { - if (!this[kWebSocket]._receiver.write(chunk)) { - this.pause(); - } -} - -/** - * The listener of the `net.Socket` `'end'` event. - * - * @private - */ -function socketOnEnd() { - const websocket = this[kWebSocket]; - - websocket._readyState = WebSocket.CLOSING; - websocket._receiver.end(); - this.end(); -} - -/** - * The listener of the `net.Socket` `'error'` event. - * - * @private - */ -function socketOnError() { - const websocket = this[kWebSocket]; - - this.removeListener('error', socketOnError); - this.on('error', NOOP); - - if (websocket) { - websocket._readyState = WebSocket.CLOSING; - this.destroy(); - } -} diff --git a/software/flow/node_modules/ws/package.json b/software/flow/node_modules/ws/package.json deleted file mode 100644 index 24ffdc5..0000000 --- a/software/flow/node_modules/ws/package.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "name": "ws", - "version": "8.11.0", - "description": "Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js", - "keywords": [ - "HyBi", - "Push", - "RFC-6455", - "WebSocket", - "WebSockets", - "real-time" - ], - "homepage": "https://github.com/websockets/ws", - "bugs": "https://github.com/websockets/ws/issues", - "repository": "websockets/ws", - "author": "Einar Otto Stangvik <einaros@gmail.com> (http://2x.io)", - "license": "MIT", - "main": "index.js", - "exports": { - ".": { - "import": "./wrapper.mjs", - "require": "./index.js" - }, - "./package.json": "./package.json" - }, - "browser": "browser.js", - "engines": { - "node": ">=10.0.0" - }, - "files": [ - "browser.js", - "index.js", - "lib/*.js", - "wrapper.mjs" - ], - "scripts": { - "test": "nyc --reporter=lcov --reporter=text mocha --throw-deprecation test/*.test.js", - "integration": "mocha --throw-deprecation test/*.integration.js", - "lint": "eslint --ignore-path .gitignore . && prettier --check --ignore-path .gitignore \"**/*.{json,md,yaml,yml}\"" - }, - "peerDependencies": { - "bufferutil": "^4.0.1", - "utf-8-validate": "^5.0.2" - }, - "peerDependenciesMeta": { - "bufferutil": { - "optional": true - }, - "utf-8-validate": { - "optional": true - } - }, - "devDependencies": { - "benchmark": "^2.1.4", - "bufferutil": "^4.0.1", - "eslint": "^8.0.0", - "eslint-config-prettier": "^8.1.0", - "eslint-plugin-prettier": "^4.0.0", - "mocha": "^8.4.0", - "nyc": "^15.0.0", - "prettier": "^2.0.5", - "utf-8-validate": "^5.0.2" - } -} diff --git a/software/flow/node_modules/ws/wrapper.mjs b/software/flow/node_modules/ws/wrapper.mjs deleted file mode 100644 index 7245ad1..0000000 --- a/software/flow/node_modules/ws/wrapper.mjs +++ /dev/null @@ -1,8 +0,0 @@ -import createWebSocketStream from './lib/stream.js'; -import Receiver from './lib/receiver.js'; -import Sender from './lib/sender.js'; -import WebSocket from './lib/websocket.js'; -import WebSocketServer from './lib/websocket-server.js'; - -export { createWebSocketStream, Receiver, Sender, WebSocket, WebSocketServer }; -export default WebSocket; diff --git a/software/flow/package-lock.json b/software/flow/package-lock.json deleted file mode 100644 index 214166d..0000000 --- a/software/flow/package-lock.json +++ /dev/null @@ -1,3268 +0,0 @@ -{ - "name": "node-red-project", - "version": "0.0.1", - "lockfileVersion": 3, - "requires": true, - "packages": { - "": { - "name": "node-red-project", - "version": "0.0.1", - "dependencies": { - "install": "^0.13.0", - "node-red-contrib-influxdb": "^0.6.1", - "node-red-dashboard": "^3.3.1", - "npm": "^9.5.1" - } - }, - "node_modules/@influxdata/influxdb-client": { - "version": "1.33.1", - "resolved": "https://registry.npmjs.org/@influxdata/influxdb-client/-/influxdb-client-1.33.1.tgz", - "integrity": "sha512-MAKevkaXAVMGqCqEHA0bBd10wzHjF4UDk1Dhkx7rWR784VpiOFxFjMBtO7A4f3jJGSdqdMvn8Lr1U/iS8PlVNw==" - }, - "node_modules/@socket.io/component-emitter": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@socket.io/component-emitter/-/component-emitter-3.1.0.tgz", - "integrity": "sha512-+9jVqKhRSpsc591z5vX+X5Yyw+he/HCB4iQ/RYxw35CEPaY1gnsNE43nf9n9AaYjAQrTiI/mOwKUKdUs9vf7Xg==" - }, - "node_modules/@types/cookie": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/@types/cookie/-/cookie-0.4.1.tgz", - "integrity": "sha512-XW/Aa8APYr6jSVVA1y/DEIZX0/GMKLEVekNG727R8cs56ahETkRAy/3DR7+fJyh7oUgGwNQaRfXCun0+KbWY7Q==" - }, - "node_modules/@types/cors": { - "version": "2.8.13", - "resolved": "https://registry.npmjs.org/@types/cors/-/cors-2.8.13.tgz", - "integrity": "sha512-RG8AStHlUiV5ysZQKq97copd2UmVYw3/pRMLefISZ3S1hK104Cwm7iLQ3fTKx+lsUH2CE8FlLaYeEA2LSeqYUA==", - "dependencies": { - "@types/node": "*" - } - }, - "node_modules/@types/node": { - "version": "18.14.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.14.0.tgz", - "integrity": "sha512-5EWrvLmglK+imbCJY0+INViFWUHg1AHel1sq4ZVSfdcNqGy9Edv3UB9IIzzg+xPaUcAgZYcfVs2fBcwDeZzU0A==" - }, - "node_modules/accepts": { - "version": "1.3.8", - "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz", - "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==", - "dependencies": { - "mime-types": "~2.1.34", - "negotiator": "0.6.3" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/base64id": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/base64id/-/base64id-2.0.0.tgz", - "integrity": "sha512-lGe34o6EHj9y3Kts9R4ZYs/Gr+6N7MCaMlIFA3F1R2O5/m7K06AxfSeO5530PEERE6/WyEg3lsuyw4GHlPZHog==", - "engines": { - "node": "^4.5.0 || >= 5.9" - } - }, - "node_modules/bytes": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz", - "integrity": "sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw==", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/compressible": { - "version": "2.0.18", - "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz", - "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==", - "dependencies": { - "mime-db": ">= 1.43.0 < 2" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/compression": { - "version": "1.7.4", - "resolved": "https://registry.npmjs.org/compression/-/compression-1.7.4.tgz", - "integrity": "sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==", - "dependencies": { - "accepts": "~1.3.5", - "bytes": "3.0.0", - "compressible": "~2.0.16", - "debug": "2.6.9", - "on-headers": "~1.0.2", - "safe-buffer": "5.1.2", - "vary": "~1.1.2" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/cookie": { - "version": "0.4.2", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.2.tgz", - "integrity": "sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/cors": { - "version": "2.8.5", - "resolved": "https://registry.npmjs.org/cors/-/cors-2.8.5.tgz", - "integrity": "sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==", - "dependencies": { - "object-assign": "^4", - "vary": "^1" - }, - "engines": { - "node": ">= 0.10" - } - }, - "node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/depd": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", - "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/destroy": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz", - "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==", - "engines": { - "node": ">= 0.8", - "npm": "1.2.8000 || >= 1.4.16" - } - }, - "node_modules/ee-first": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", - "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==" - }, - "node_modules/encodeurl": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", - "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/engine.io": { - "version": "6.4.1", - "resolved": "https://registry.npmjs.org/engine.io/-/engine.io-6.4.1.tgz", - "integrity": "sha512-JFYQurD/nbsA5BSPmbaOSLa3tSVj8L6o4srSwXXY3NqE+gGUNmmPTbhn8tjzcCtSqhFgIeqef81ngny8JM25hw==", - "dependencies": { - "@types/cookie": "^0.4.1", - "@types/cors": "^2.8.12", - "@types/node": ">=10.0.0", - "accepts": "~1.3.4", - "base64id": "2.0.0", - "cookie": "~0.4.1", - "cors": "~2.8.5", - "debug": "~4.3.1", - "engine.io-parser": "~5.0.3", - "ws": "~8.11.0" - }, - "engines": { - "node": ">=10.0.0" - } - }, - "node_modules/engine.io-parser": { - "version": "5.0.6", - "resolved": "https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-5.0.6.tgz", - "integrity": "sha512-tjuoZDMAdEhVnSFleYPCtdL2GXwVTGtNjoeJd9IhIG3C1xs9uwxqRNEu5WpnDZCaozwVlK/nuQhpodhXSIMaxw==", - "engines": { - "node": ">=10.0.0" - } - }, - "node_modules/engine.io/node_modules/debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", - "dependencies": { - "ms": "2.1.2" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - } - }, - "node_modules/engine.io/node_modules/ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" - }, - "node_modules/escape-html": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", - "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==" - }, - "node_modules/etag": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", - "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/fresh": { - "version": "0.5.2", - "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", - "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/gridstack": { - "version": "0.6.4", - "resolved": "https://registry.npmjs.org/gridstack/-/gridstack-0.6.4.tgz", - "integrity": "sha512-4ToCnneNg5Uw+ms3xHtPVvsNXdvwQhngdlyNgGkARwvooQu+gLL6xkwPqLU59TsZP/LVvofb2QhEuXyh/ocL8w==", - "dependencies": { - "jquery": "^1.8 || 2 || 3" - } - }, - "node_modules/http-errors": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", - "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==", - "dependencies": { - "depd": "2.0.0", - "inherits": "2.0.4", - "setprototypeof": "1.2.0", - "statuses": "2.0.1", - "toidentifier": "1.0.1" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/influx": { - "version": "5.6.3", - "resolved": "https://registry.npmjs.org/influx/-/influx-5.6.3.tgz", - "integrity": "sha512-j2biV776HXb2IbIcp2G24w50IqIWENDnKitm0Vj54vlpw9EfGzY7x7ndCRZSGzzm4fyDLSDQ+/cypZQpuDQxyA==" - }, - "node_modules/inherits": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", - "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" - }, - "node_modules/install": { - "version": "0.13.0", - "resolved": "https://registry.npmjs.org/install/-/install-0.13.0.tgz", - "integrity": "sha512-zDml/jzr2PKU9I8J/xyZBQn8rPCAY//UOYNmR01XwNwyfhEWObo2SWfSl1+0tm1u6PhxLwDnfsT/6jB7OUxqFA==", - "engines": { - "node": ">= 0.10" - } - }, - "node_modules/jquery": { - "version": "3.6.3", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.3.tgz", - "integrity": "sha512-bZ5Sy3YzKo9Fyc8wH2iIQK4JImJ6R0GWI9kL1/k7Z91ZBNgkRXE6U0JfHIizZbort8ZunhSI3jw9I6253ahKfg==" - }, - "node_modules/lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" - }, - "node_modules/mime": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", - "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", - "bin": { - "mime": "cli.js" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/mime-db": { - "version": "1.52.0", - "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", - "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/mime-types": { - "version": "2.1.35", - "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", - "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", - "dependencies": { - "mime-db": "1.52.0" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" - }, - "node_modules/negotiator": { - "version": "0.6.3", - "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz", - "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/node-red-contrib-influxdb": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/node-red-contrib-influxdb/-/node-red-contrib-influxdb-0.6.1.tgz", - "integrity": "sha512-4Cc3bplqp4QvgZ60WcUbKKVZfKMK1fFMq7lr+piogUWLyZLDuhNgSdRxWigjzr2syswJrHnZ0JCFzkMDIl0afA==", - "dependencies": { - "@influxdata/influxdb-client": "^1.8.0", - "influx": "5.6.3", - "lodash": "4.17.21" - } - }, - "node_modules/node-red-dashboard": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/node-red-dashboard/-/node-red-dashboard-3.3.1.tgz", - "integrity": "sha512-d7d6nWrM9On4N+ah3R26Jregp1gpJmQgtt7s3EeLHzfCi7WmH1qAVgJe5ucj/U8azr+zF0NXFWD779lIOX+vrQ==", - "dependencies": { - "compression": "^1.7.4", - "gridstack": "^0.6.4", - "serve-static": "^1.15.0", - "socket.io": "^4.5.4" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/npm": { - "version": "9.5.1", - "resolved": "https://registry.npmjs.org/npm/-/npm-9.5.1.tgz", - "integrity": "sha512-MzULm9eEWPuPyHmRBxjcKm47KKYYT1gteVOXPlNJbfdaXNtp+sO4y2X3v5g375KudEAGJVDVCoFuk7bFnuuvNg==", - "bundleDependencies": [ - "@isaacs/string-locale-compare", - "@npmcli/arborist", - "@npmcli/config", - "@npmcli/map-workspaces", - "@npmcli/package-json", - "@npmcli/run-script", - "abbrev", - "archy", - "cacache", - "chalk", - "ci-info", - "cli-columns", - "cli-table3", - "columnify", - "fastest-levenshtein", - "fs-minipass", - "glob", - "graceful-fs", - "hosted-git-info", - "ini", - "init-package-json", - "is-cidr", - "json-parse-even-better-errors", - "libnpmaccess", - "libnpmdiff", - "libnpmexec", - "libnpmfund", - "libnpmhook", - "libnpmorg", - "libnpmpack", - "libnpmpublish", - "libnpmsearch", - "libnpmteam", - "libnpmversion", - "make-fetch-happen", - "minimatch", - "minipass", - "minipass-pipeline", - "ms", - "node-gyp", - "nopt", - "npm-audit-report", - "npm-install-checks", - "npm-package-arg", - "npm-pick-manifest", - "npm-profile", - "npm-registry-fetch", - "npm-user-validate", - "npmlog", - "p-map", - "pacote", - "parse-conflict-json", - "proc-log", - "qrcode-terminal", - "read", - "read-package-json", - "read-package-json-fast", - "semver", - "ssri", - "tar", - "text-table", - "tiny-relative-date", - "treeverse", - "validate-npm-package-name", - "which", - "write-file-atomic" - ], - "dependencies": { - "@isaacs/string-locale-compare": "^1.1.0", - "@npmcli/arborist": "^6.2.3", - "@npmcli/config": "^6.1.3", - "@npmcli/map-workspaces": "^3.0.2", - "@npmcli/package-json": "^3.0.0", - "@npmcli/run-script": "^6.0.0", - "abbrev": "^2.0.0", - "archy": "~1.0.0", - "cacache": "^17.0.4", - "chalk": "^4.1.2", - "ci-info": "^3.8.0", - "cli-columns": "^4.0.0", - "cli-table3": "^0.6.3", - "columnify": "^1.6.0", - "fastest-levenshtein": "^1.0.16", - "fs-minipass": "^3.0.1", - "glob": "^8.1.0", - "graceful-fs": "^4.2.10", - "hosted-git-info": "^6.1.1", - "ini": "^3.0.1", - "init-package-json": "^5.0.0", - "is-cidr": "^4.0.2", - "json-parse-even-better-errors": "^3.0.0", - "libnpmaccess": "^7.0.2", - "libnpmdiff": "^5.0.11", - "libnpmexec": "^5.0.11", - "libnpmfund": "^4.0.11", - "libnpmhook": "^9.0.3", - "libnpmorg": "^5.0.3", - "libnpmpack": "^5.0.11", - "libnpmpublish": "^7.1.0", - "libnpmsearch": "^6.0.2", - "libnpmteam": "^5.0.3", - "libnpmversion": "^4.0.2", - "make-fetch-happen": "^11.0.3", - "minimatch": "^6.2.0", - "minipass": "^4.0.3", - "minipass-pipeline": "^1.2.4", - "ms": "^2.1.2", - "node-gyp": "^9.3.1", - "nopt": "^7.0.0", - "npm-audit-report": "^4.0.0", - "npm-install-checks": "^6.0.0", - "npm-package-arg": "^10.1.0", - "npm-pick-manifest": "^8.0.1", - "npm-profile": "^7.0.1", - "npm-registry-fetch": "^14.0.3", - "npm-user-validate": "^2.0.0", - "npmlog": "^7.0.1", - "p-map": "^4.0.0", - "pacote": "^15.1.1", - "parse-conflict-json": "^3.0.0", - "proc-log": "^3.0.0", - "qrcode-terminal": "^0.12.0", - "read": "^2.0.0", - "read-package-json": "^6.0.0", - "read-package-json-fast": "^3.0.2", - "semver": "^7.3.8", - "ssri": "^10.0.1", - "tar": "^6.1.13", - "text-table": "~0.2.0", - "tiny-relative-date": "^1.3.0", - "treeverse": "^3.0.0", - "validate-npm-package-name": "^5.0.0", - "which": "^3.0.0", - "write-file-atomic": "^5.0.0" - }, - "bin": { - "npm": "bin/npm-cli.js", - "npx": "bin/npx-cli.js" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/@colors/colors": { - "version": "1.5.0", - "inBundle": true, - "license": "MIT", - "optional": true, - "engines": { - "node": ">=0.1.90" - } - }, - "node_modules/npm/node_modules/@gar/promisify": { - "version": "1.1.3", - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/@isaacs/string-locale-compare": { - "version": "1.1.0", - "inBundle": true, - "license": "ISC" - }, - "node_modules/npm/node_modules/@npmcli/arborist": { - "version": "6.2.3", - "inBundle": true, - "license": "ISC", - "dependencies": { - "@isaacs/string-locale-compare": "^1.1.0", - "@npmcli/fs": "^3.1.0", - "@npmcli/installed-package-contents": "^2.0.0", - "@npmcli/map-workspaces": "^3.0.2", - "@npmcli/metavuln-calculator": "^5.0.0", - "@npmcli/name-from-folder": "^2.0.0", - "@npmcli/node-gyp": "^3.0.0", - "@npmcli/package-json": "^3.0.0", - "@npmcli/query": "^3.0.0", - "@npmcli/run-script": "^6.0.0", - "bin-links": "^4.0.1", - "cacache": "^17.0.4", - "common-ancestor-path": "^1.0.1", - "hosted-git-info": "^6.1.1", - "json-parse-even-better-errors": "^3.0.0", - "json-stringify-nice": "^1.1.4", - "minimatch": "^6.1.6", - "nopt": "^7.0.0", - "npm-install-checks": "^6.0.0", - "npm-package-arg": "^10.1.0", - "npm-pick-manifest": "^8.0.1", - "npm-registry-fetch": "^14.0.3", - "npmlog": "^7.0.1", - "pacote": "^15.0.8", - "parse-conflict-json": "^3.0.0", - "proc-log": "^3.0.0", - "promise-all-reject-late": "^1.0.0", - "promise-call-limit": "^1.0.1", - "read-package-json-fast": "^3.0.2", - "semver": "^7.3.7", - "ssri": "^10.0.1", - "treeverse": "^3.0.0", - "walk-up-path": "^1.0.0" - }, - "bin": { - "arborist": "bin/index.js" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/@npmcli/config": { - "version": "6.1.3", - "inBundle": true, - "license": "ISC", - "dependencies": { - "@npmcli/map-workspaces": "^3.0.2", - "ini": "^3.0.0", - "nopt": "^7.0.0", - "proc-log": "^3.0.0", - "read-package-json-fast": "^3.0.2", - "semver": "^7.3.5", - "walk-up-path": "^1.0.0" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/@npmcli/disparity-colors": { - "version": "3.0.0", - "inBundle": true, - "license": "ISC", - "dependencies": { - "ansi-styles": "^4.3.0" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/@npmcli/fs": { - "version": "3.1.0", - "inBundle": true, - "license": "ISC", - "dependencies": { - "semver": "^7.3.5" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/@npmcli/git": { - "version": "4.0.3", - "inBundle": true, - "license": "ISC", - "dependencies": { - "@npmcli/promise-spawn": "^6.0.0", - "lru-cache": "^7.4.4", - "mkdirp": "^1.0.4", - "npm-pick-manifest": "^8.0.0", - "proc-log": "^3.0.0", - "promise-inflight": "^1.0.1", - "promise-retry": "^2.0.1", - "semver": "^7.3.5", - "which": "^3.0.0" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/@npmcli/installed-package-contents": { - "version": "2.0.1", - "inBundle": true, - "license": "ISC", - "dependencies": { - "npm-bundled": "^3.0.0", - "npm-normalize-package-bin": "^3.0.0" - }, - "bin": { - "installed-package-contents": "lib/index.js" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/@npmcli/map-workspaces": { - "version": "3.0.2", - "inBundle": true, - "license": "ISC", - "dependencies": { - "@npmcli/name-from-folder": "^2.0.0", - "glob": "^8.0.1", - "minimatch": "^6.1.6", - "read-package-json-fast": "^3.0.0" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/@npmcli/metavuln-calculator": { - "version": "5.0.0", - "inBundle": true, - "license": "ISC", - "dependencies": { - "cacache": "^17.0.0", - "json-parse-even-better-errors": "^3.0.0", - "pacote": "^15.0.0", - "semver": "^7.3.5" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/@npmcli/move-file": { - "version": "2.0.1", - "inBundle": true, - "license": "MIT", - "dependencies": { - "mkdirp": "^1.0.4", - "rimraf": "^3.0.2" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/npm/node_modules/@npmcli/name-from-folder": { - "version": "2.0.0", - "inBundle": true, - "license": "ISC", - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/@npmcli/node-gyp": { - "version": "3.0.0", - "inBundle": true, - "license": "ISC", - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/@npmcli/package-json": { - "version": "3.0.0", - "inBundle": true, - "license": "ISC", - "dependencies": { - "json-parse-even-better-errors": "^3.0.0" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/@npmcli/promise-spawn": { - "version": "6.0.2", - "inBundle": true, - "license": "ISC", - "dependencies": { - "which": "^3.0.0" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/@npmcli/query": { - "version": "3.0.0", - "inBundle": true, - "license": "ISC", - "dependencies": { - "postcss-selector-parser": "^6.0.10" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/@npmcli/run-script": { - "version": "6.0.0", - "inBundle": true, - "license": "ISC", - "dependencies": { - "@npmcli/node-gyp": "^3.0.0", - "@npmcli/promise-spawn": "^6.0.0", - "node-gyp": "^9.0.0", - "read-package-json-fast": "^3.0.0", - "which": "^3.0.0" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/@tootallnate/once": { - "version": "2.0.0", - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">= 10" - } - }, - "node_modules/npm/node_modules/abbrev": { - "version": "2.0.0", - "inBundle": true, - "license": "ISC", - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/abort-controller": { - "version": "3.0.0", - "inBundle": true, - "license": "MIT", - "dependencies": { - "event-target-shim": "^5.0.0" - }, - "engines": { - "node": ">=6.5" - } - }, - "node_modules/npm/node_modules/agent-base": { - "version": "6.0.2", - "inBundle": true, - "license": "MIT", - "dependencies": { - "debug": "4" - }, - "engines": { - "node": ">= 6.0.0" - } - }, - "node_modules/npm/node_modules/agentkeepalive": { - "version": "4.2.1", - "inBundle": true, - "license": "MIT", - "dependencies": { - "debug": "^4.1.0", - "depd": "^1.1.2", - "humanize-ms": "^1.2.1" - }, - "engines": { - "node": ">= 8.0.0" - } - }, - "node_modules/npm/node_modules/aggregate-error": { - "version": "3.1.0", - "inBundle": true, - "license": "MIT", - "dependencies": { - "clean-stack": "^2.0.0", - "indent-string": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/npm/node_modules/ansi-regex": { - "version": "5.0.1", - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/npm/node_modules/ansi-styles": { - "version": "4.3.0", - "inBundle": true, - "license": "MIT", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/npm/node_modules/aproba": { - "version": "2.0.0", - "inBundle": true, - "license": "ISC" - }, - "node_modules/npm/node_modules/archy": { - "version": "1.0.0", - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/are-we-there-yet": { - "version": "4.0.0", - "inBundle": true, - "license": "ISC", - "dependencies": { - "delegates": "^1.0.0", - "readable-stream": "^4.1.0" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/balanced-match": { - "version": "1.0.2", - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/base64-js": { - "version": "1.5.1", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/bin-links": { - "version": "4.0.1", - "inBundle": true, - "license": "ISC", - "dependencies": { - "cmd-shim": "^6.0.0", - "npm-normalize-package-bin": "^3.0.0", - "read-cmd-shim": "^4.0.0", - "write-file-atomic": "^5.0.0" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/binary-extensions": { - "version": "2.2.0", - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/npm/node_modules/brace-expansion": { - "version": "2.0.1", - "inBundle": true, - "license": "MIT", - "dependencies": { - "balanced-match": "^1.0.0" - } - }, - "node_modules/npm/node_modules/buffer": { - "version": "6.0.3", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], - "inBundle": true, - "license": "MIT", - "dependencies": { - "base64-js": "^1.3.1", - "ieee754": "^1.2.1" - } - }, - "node_modules/npm/node_modules/builtins": { - "version": "5.0.1", - "inBundle": true, - "license": "MIT", - "dependencies": { - "semver": "^7.0.0" - } - }, - "node_modules/npm/node_modules/cacache": { - "version": "17.0.4", - "inBundle": true, - "license": "ISC", - "dependencies": { - "@npmcli/fs": "^3.1.0", - "fs-minipass": "^3.0.0", - "glob": "^8.0.1", - "lru-cache": "^7.7.1", - "minipass": "^4.0.0", - "minipass-collect": "^1.0.2", - "minipass-flush": "^1.0.5", - "minipass-pipeline": "^1.2.4", - "p-map": "^4.0.0", - "promise-inflight": "^1.0.1", - "ssri": "^10.0.0", - "tar": "^6.1.11", - "unique-filename": "^3.0.0" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/chalk": { - "version": "4.1.2", - "inBundle": true, - "license": "MIT", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/npm/node_modules/chownr": { - "version": "2.0.0", - "inBundle": true, - "license": "ISC", - "engines": { - "node": ">=10" - } - }, - "node_modules/npm/node_modules/ci-info": { - "version": "3.8.0", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/sibiraj-s" - } - ], - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/npm/node_modules/cidr-regex": { - "version": "3.1.1", - "inBundle": true, - "license": "BSD-2-Clause", - "dependencies": { - "ip-regex": "^4.1.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/npm/node_modules/clean-stack": { - "version": "2.2.0", - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=6" - } - }, - "node_modules/npm/node_modules/cli-columns": { - "version": "4.0.0", - "inBundle": true, - "license": "MIT", - "dependencies": { - "string-width": "^4.2.3", - "strip-ansi": "^6.0.1" - }, - "engines": { - "node": ">= 10" - } - }, - "node_modules/npm/node_modules/cli-table3": { - "version": "0.6.3", - "inBundle": true, - "license": "MIT", - "dependencies": { - "string-width": "^4.2.0" - }, - "engines": { - "node": "10.* || >= 12.*" - }, - "optionalDependencies": { - "@colors/colors": "1.5.0" - } - }, - "node_modules/npm/node_modules/clone": { - "version": "1.0.4", - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=0.8" - } - }, - "node_modules/npm/node_modules/cmd-shim": { - "version": "6.0.1", - "inBundle": true, - "license": "ISC", - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/color-convert": { - "version": "2.0.1", - "inBundle": true, - "license": "MIT", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/npm/node_modules/color-name": { - "version": "1.1.4", - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/color-support": { - "version": "1.1.3", - "inBundle": true, - "license": "ISC", - "bin": { - "color-support": "bin.js" - } - }, - "node_modules/npm/node_modules/columnify": { - "version": "1.6.0", - "inBundle": true, - "license": "MIT", - "dependencies": { - "strip-ansi": "^6.0.1", - "wcwidth": "^1.0.0" - }, - "engines": { - "node": ">=8.0.0" - } - }, - "node_modules/npm/node_modules/common-ancestor-path": { - "version": "1.0.1", - "inBundle": true, - "license": "ISC" - }, - "node_modules/npm/node_modules/concat-map": { - "version": "0.0.1", - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/console-control-strings": { - "version": "1.1.0", - "inBundle": true, - "license": "ISC" - }, - "node_modules/npm/node_modules/cssesc": { - "version": "3.0.0", - "inBundle": true, - "license": "MIT", - "bin": { - "cssesc": "bin/cssesc" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/npm/node_modules/debug": { - "version": "4.3.4", - "inBundle": true, - "license": "MIT", - "dependencies": { - "ms": "2.1.2" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - } - }, - "node_modules/npm/node_modules/debug/node_modules/ms": { - "version": "2.1.2", - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/defaults": { - "version": "1.0.4", - "inBundle": true, - "license": "MIT", - "dependencies": { - "clone": "^1.0.2" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/npm/node_modules/delegates": { - "version": "1.0.0", - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/depd": { - "version": "1.1.2", - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/npm/node_modules/diff": { - "version": "5.1.0", - "inBundle": true, - "license": "BSD-3-Clause", - "engines": { - "node": ">=0.3.1" - } - }, - "node_modules/npm/node_modules/emoji-regex": { - "version": "8.0.0", - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/encoding": { - "version": "0.1.13", - "inBundle": true, - "license": "MIT", - "optional": true, - "dependencies": { - "iconv-lite": "^0.6.2" - } - }, - "node_modules/npm/node_modules/env-paths": { - "version": "2.2.1", - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=6" - } - }, - "node_modules/npm/node_modules/err-code": { - "version": "2.0.3", - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/event-target-shim": { - "version": "5.0.1", - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=6" - } - }, - "node_modules/npm/node_modules/events": { - "version": "3.3.0", - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=0.8.x" - } - }, - "node_modules/npm/node_modules/fastest-levenshtein": { - "version": "1.0.16", - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">= 4.9.1" - } - }, - "node_modules/npm/node_modules/fs-minipass": { - "version": "3.0.1", - "inBundle": true, - "license": "ISC", - "dependencies": { - "minipass": "^4.0.0" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/fs.realpath": { - "version": "1.0.0", - "inBundle": true, - "license": "ISC" - }, - "node_modules/npm/node_modules/function-bind": { - "version": "1.1.1", - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/gauge": { - "version": "5.0.0", - "inBundle": true, - "license": "ISC", - "dependencies": { - "aproba": "^1.0.3 || ^2.0.0", - "color-support": "^1.1.3", - "console-control-strings": "^1.1.0", - "has-unicode": "^2.0.1", - "signal-exit": "^3.0.7", - "string-width": "^4.2.3", - "strip-ansi": "^6.0.1", - "wide-align": "^1.1.5" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/glob": { - "version": "8.1.0", - "inBundle": true, - "license": "ISC", - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^5.0.1", - "once": "^1.3.0" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/npm/node_modules/glob/node_modules/minimatch": { - "version": "5.1.6", - "inBundle": true, - "license": "ISC", - "dependencies": { - "brace-expansion": "^2.0.1" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/npm/node_modules/graceful-fs": { - "version": "4.2.10", - "inBundle": true, - "license": "ISC" - }, - "node_modules/npm/node_modules/has": { - "version": "1.0.3", - "inBundle": true, - "license": "MIT", - "dependencies": { - "function-bind": "^1.1.1" - }, - "engines": { - "node": ">= 0.4.0" - } - }, - "node_modules/npm/node_modules/has-flag": { - "version": "4.0.0", - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/npm/node_modules/has-unicode": { - "version": "2.0.1", - "inBundle": true, - "license": "ISC" - }, - "node_modules/npm/node_modules/hosted-git-info": { - "version": "6.1.1", - "inBundle": true, - "license": "ISC", - "dependencies": { - "lru-cache": "^7.5.1" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/http-cache-semantics": { - "version": "4.1.1", - "inBundle": true, - "license": "BSD-2-Clause" - }, - "node_modules/npm/node_modules/http-proxy-agent": { - "version": "5.0.0", - "inBundle": true, - "license": "MIT", - "dependencies": { - "@tootallnate/once": "2", - "agent-base": "6", - "debug": "4" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/npm/node_modules/https-proxy-agent": { - "version": "5.0.1", - "inBundle": true, - "license": "MIT", - "dependencies": { - "agent-base": "6", - "debug": "4" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/npm/node_modules/humanize-ms": { - "version": "1.2.1", - "inBundle": true, - "license": "MIT", - "dependencies": { - "ms": "^2.0.0" - } - }, - "node_modules/npm/node_modules/iconv-lite": { - "version": "0.6.3", - "inBundle": true, - "license": "MIT", - "optional": true, - "dependencies": { - "safer-buffer": ">= 2.1.2 < 3.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/npm/node_modules/ieee754": { - "version": "1.2.1", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], - "inBundle": true, - "license": "BSD-3-Clause" - }, - "node_modules/npm/node_modules/ignore-walk": { - "version": "6.0.1", - "inBundle": true, - "license": "ISC", - "dependencies": { - "minimatch": "^6.1.6" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/imurmurhash": { - "version": "0.1.4", - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=0.8.19" - } - }, - "node_modules/npm/node_modules/indent-string": { - "version": "4.0.0", - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/npm/node_modules/infer-owner": { - "version": "1.0.4", - "inBundle": true, - "license": "ISC" - }, - "node_modules/npm/node_modules/inflight": { - "version": "1.0.6", - "inBundle": true, - "license": "ISC", - "dependencies": { - "once": "^1.3.0", - "wrappy": "1" - } - }, - "node_modules/npm/node_modules/inherits": { - "version": "2.0.4", - "inBundle": true, - "license": "ISC" - }, - "node_modules/npm/node_modules/ini": { - "version": "3.0.1", - "inBundle": true, - "license": "ISC", - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/npm/node_modules/init-package-json": { - "version": "5.0.0", - "inBundle": true, - "license": "ISC", - "dependencies": { - "npm-package-arg": "^10.0.0", - "promzard": "^1.0.0", - "read": "^2.0.0", - "read-package-json": "^6.0.0", - "semver": "^7.3.5", - "validate-npm-package-license": "^3.0.4", - "validate-npm-package-name": "^5.0.0" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/ip": { - "version": "2.0.0", - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/ip-regex": { - "version": "4.3.0", - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/npm/node_modules/is-cidr": { - "version": "4.0.2", - "inBundle": true, - "license": "BSD-2-Clause", - "dependencies": { - "cidr-regex": "^3.1.1" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/npm/node_modules/is-core-module": { - "version": "2.11.0", - "inBundle": true, - "license": "MIT", - "dependencies": { - "has": "^1.0.3" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/npm/node_modules/is-fullwidth-code-point": { - "version": "3.0.0", - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/npm/node_modules/is-lambda": { - "version": "1.0.1", - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/isexe": { - "version": "2.0.0", - "inBundle": true, - "license": "ISC" - }, - "node_modules/npm/node_modules/json-parse-even-better-errors": { - "version": "3.0.0", - "inBundle": true, - "license": "MIT", - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/json-stringify-nice": { - "version": "1.1.4", - "inBundle": true, - "license": "ISC", - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/npm/node_modules/jsonparse": { - "version": "1.3.1", - "engines": [ - "node >= 0.2.0" - ], - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/just-diff": { - "version": "5.2.0", - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/just-diff-apply": { - "version": "5.5.0", - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/libnpmaccess": { - "version": "7.0.2", - "inBundle": true, - "license": "ISC", - "dependencies": { - "npm-package-arg": "^10.1.0", - "npm-registry-fetch": "^14.0.3" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/libnpmdiff": { - "version": "5.0.11", - "inBundle": true, - "license": "ISC", - "dependencies": { - "@npmcli/arborist": "^6.2.3", - "@npmcli/disparity-colors": "^3.0.0", - "@npmcli/installed-package-contents": "^2.0.0", - "binary-extensions": "^2.2.0", - "diff": "^5.1.0", - "minimatch": "^6.1.6", - "npm-package-arg": "^10.1.0", - "pacote": "^15.0.8", - "tar": "^6.1.13" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/libnpmexec": { - "version": "5.0.11", - "inBundle": true, - "license": "ISC", - "dependencies": { - "@npmcli/arborist": "^6.2.3", - "@npmcli/run-script": "^6.0.0", - "chalk": "^4.1.0", - "ci-info": "^3.7.1", - "npm-package-arg": "^10.1.0", - "npmlog": "^7.0.1", - "pacote": "^15.0.8", - "proc-log": "^3.0.0", - "read": "^2.0.0", - "read-package-json-fast": "^3.0.2", - "semver": "^7.3.7", - "walk-up-path": "^1.0.0" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/libnpmfund": { - "version": "4.0.11", - "inBundle": true, - "license": "ISC", - "dependencies": { - "@npmcli/arborist": "^6.2.3" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/libnpmhook": { - "version": "9.0.3", - "inBundle": true, - "license": "ISC", - "dependencies": { - "aproba": "^2.0.0", - "npm-registry-fetch": "^14.0.3" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/libnpmorg": { - "version": "5.0.3", - "inBundle": true, - "license": "ISC", - "dependencies": { - "aproba": "^2.0.0", - "npm-registry-fetch": "^14.0.3" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/libnpmpack": { - "version": "5.0.11", - "inBundle": true, - "license": "ISC", - "dependencies": { - "@npmcli/arborist": "^6.2.3", - "@npmcli/run-script": "^6.0.0", - "npm-package-arg": "^10.1.0", - "pacote": "^15.0.8" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/libnpmpublish": { - "version": "7.1.0", - "inBundle": true, - "license": "ISC", - "dependencies": { - "ci-info": "^3.6.1", - "normalize-package-data": "^5.0.0", - "npm-package-arg": "^10.1.0", - "npm-registry-fetch": "^14.0.3", - "semver": "^7.3.7", - "sigstore": "^1.0.0", - "ssri": "^10.0.1" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/libnpmsearch": { - "version": "6.0.2", - "inBundle": true, - "license": "ISC", - "dependencies": { - "npm-registry-fetch": "^14.0.3" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/libnpmteam": { - "version": "5.0.3", - "inBundle": true, - "license": "ISC", - "dependencies": { - "aproba": "^2.0.0", - "npm-registry-fetch": "^14.0.3" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/libnpmversion": { - "version": "4.0.2", - "inBundle": true, - "license": "ISC", - "dependencies": { - "@npmcli/git": "^4.0.1", - "@npmcli/run-script": "^6.0.0", - "json-parse-even-better-errors": "^3.0.0", - "proc-log": "^3.0.0", - "semver": "^7.3.7" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/lru-cache": { - "version": "7.16.2", - "inBundle": true, - "license": "ISC", - "engines": { - "node": ">=12" - } - }, - "node_modules/npm/node_modules/make-fetch-happen": { - "version": "11.0.3", - "inBundle": true, - "license": "ISC", - "dependencies": { - "agentkeepalive": "^4.2.1", - "cacache": "^17.0.0", - "http-cache-semantics": "^4.1.1", - "http-proxy-agent": "^5.0.0", - "https-proxy-agent": "^5.0.0", - "is-lambda": "^1.0.1", - "lru-cache": "^7.7.1", - "minipass": "^4.0.0", - "minipass-fetch": "^3.0.0", - "minipass-flush": "^1.0.5", - "minipass-pipeline": "^1.2.4", - "negotiator": "^0.6.3", - "promise-retry": "^2.0.1", - "socks-proxy-agent": "^7.0.0", - "ssri": "^10.0.0" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/minimatch": { - "version": "6.2.0", - "inBundle": true, - "license": "ISC", - "dependencies": { - "brace-expansion": "^2.0.1" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/npm/node_modules/minipass": { - "version": "4.0.3", - "inBundle": true, - "license": "ISC", - "engines": { - "node": ">=8" - } - }, - "node_modules/npm/node_modules/minipass-collect": { - "version": "1.0.2", - "inBundle": true, - "license": "ISC", - "dependencies": { - "minipass": "^3.0.0" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/npm/node_modules/minipass-collect/node_modules/minipass": { - "version": "3.3.6", - "inBundle": true, - "license": "ISC", - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/npm/node_modules/minipass-fetch": { - "version": "3.0.1", - "inBundle": true, - "license": "MIT", - "dependencies": { - "minipass": "^4.0.0", - "minipass-sized": "^1.0.3", - "minizlib": "^2.1.2" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "optionalDependencies": { - "encoding": "^0.1.13" - } - }, - "node_modules/npm/node_modules/minipass-flush": { - "version": "1.0.5", - "inBundle": true, - "license": "ISC", - "dependencies": { - "minipass": "^3.0.0" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/npm/node_modules/minipass-flush/node_modules/minipass": { - "version": "3.3.6", - "inBundle": true, - "license": "ISC", - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/npm/node_modules/minipass-json-stream": { - "version": "1.0.1", - "inBundle": true, - "license": "MIT", - "dependencies": { - "jsonparse": "^1.3.1", - "minipass": "^3.0.0" - } - }, - "node_modules/npm/node_modules/minipass-json-stream/node_modules/minipass": { - "version": "3.3.6", - "inBundle": true, - "license": "ISC", - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/npm/node_modules/minipass-pipeline": { - "version": "1.2.4", - "inBundle": true, - "license": "ISC", - "dependencies": { - "minipass": "^3.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/npm/node_modules/minipass-pipeline/node_modules/minipass": { - "version": "3.3.6", - "inBundle": true, - "license": "ISC", - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/npm/node_modules/minipass-sized": { - "version": "1.0.3", - "inBundle": true, - "license": "ISC", - "dependencies": { - "minipass": "^3.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/npm/node_modules/minipass-sized/node_modules/minipass": { - "version": "3.3.6", - "inBundle": true, - "license": "ISC", - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/npm/node_modules/minizlib": { - "version": "2.1.2", - "inBundle": true, - "license": "MIT", - "dependencies": { - "minipass": "^3.0.0", - "yallist": "^4.0.0" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/npm/node_modules/minizlib/node_modules/minipass": { - "version": "3.3.6", - "inBundle": true, - "license": "ISC", - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/npm/node_modules/mkdirp": { - "version": "1.0.4", - "inBundle": true, - "license": "MIT", - "bin": { - "mkdirp": "bin/cmd.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/npm/node_modules/ms": { - "version": "2.1.3", - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/mute-stream": { - "version": "1.0.0", - "inBundle": true, - "license": "ISC", - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/negotiator": { - "version": "0.6.3", - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/npm/node_modules/node-gyp": { - "version": "9.3.1", - "inBundle": true, - "license": "MIT", - "dependencies": { - "env-paths": "^2.2.0", - "glob": "^7.1.4", - "graceful-fs": "^4.2.6", - "make-fetch-happen": "^10.0.3", - "nopt": "^6.0.0", - "npmlog": "^6.0.0", - "rimraf": "^3.0.2", - "semver": "^7.3.5", - "tar": "^6.1.2", - "which": "^2.0.2" - }, - "bin": { - "node-gyp": "bin/node-gyp.js" - }, - "engines": { - "node": "^12.13 || ^14.13 || >=16" - } - }, - "node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/fs": { - "version": "2.1.2", - "inBundle": true, - "license": "ISC", - "dependencies": { - "@gar/promisify": "^1.1.3", - "semver": "^7.3.5" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/npm/node_modules/node-gyp/node_modules/abbrev": { - "version": "1.1.1", - "inBundle": true, - "license": "ISC" - }, - "node_modules/npm/node_modules/node-gyp/node_modules/are-we-there-yet": { - "version": "3.0.1", - "inBundle": true, - "license": "ISC", - "dependencies": { - "delegates": "^1.0.0", - "readable-stream": "^3.6.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/npm/node_modules/node-gyp/node_modules/brace-expansion": { - "version": "1.1.11", - "inBundle": true, - "license": "MIT", - "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "node_modules/npm/node_modules/node-gyp/node_modules/cacache": { - "version": "16.1.3", - "inBundle": true, - "license": "ISC", - "dependencies": { - "@npmcli/fs": "^2.1.0", - "@npmcli/move-file": "^2.0.0", - "chownr": "^2.0.0", - "fs-minipass": "^2.1.0", - "glob": "^8.0.1", - "infer-owner": "^1.0.4", - "lru-cache": "^7.7.1", - "minipass": "^3.1.6", - "minipass-collect": "^1.0.2", - "minipass-flush": "^1.0.5", - "minipass-pipeline": "^1.2.4", - "mkdirp": "^1.0.4", - "p-map": "^4.0.0", - "promise-inflight": "^1.0.1", - "rimraf": "^3.0.2", - "ssri": "^9.0.0", - "tar": "^6.1.11", - "unique-filename": "^2.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/brace-expansion": { - "version": "2.0.1", - "inBundle": true, - "license": "MIT", - "dependencies": { - "balanced-match": "^1.0.0" - } - }, - "node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/glob": { - "version": "8.1.0", - "inBundle": true, - "license": "ISC", - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^5.0.1", - "once": "^1.3.0" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/npm/node_modules/node-gyp/node_modules/cacache/node_modules/minimatch": { - "version": "5.1.6", - "inBundle": true, - "license": "ISC", - "dependencies": { - "brace-expansion": "^2.0.1" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/npm/node_modules/node-gyp/node_modules/fs-minipass": { - "version": "2.1.0", - "inBundle": true, - "license": "ISC", - "dependencies": { - "minipass": "^3.0.0" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/npm/node_modules/node-gyp/node_modules/gauge": { - "version": "4.0.4", - "inBundle": true, - "license": "ISC", - "dependencies": { - "aproba": "^1.0.3 || ^2.0.0", - "color-support": "^1.1.3", - "console-control-strings": "^1.1.0", - "has-unicode": "^2.0.1", - "signal-exit": "^3.0.7", - "string-width": "^4.2.3", - "strip-ansi": "^6.0.1", - "wide-align": "^1.1.5" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/npm/node_modules/node-gyp/node_modules/glob": { - "version": "7.2.3", - "inBundle": true, - "license": "ISC", - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen": { - "version": "10.2.1", - "inBundle": true, - "license": "ISC", - "dependencies": { - "agentkeepalive": "^4.2.1", - "cacache": "^16.1.0", - "http-cache-semantics": "^4.1.0", - "http-proxy-agent": "^5.0.0", - "https-proxy-agent": "^5.0.0", - "is-lambda": "^1.0.1", - "lru-cache": "^7.7.1", - "minipass": "^3.1.6", - "minipass-collect": "^1.0.2", - "minipass-fetch": "^2.0.3", - "minipass-flush": "^1.0.5", - "minipass-pipeline": "^1.2.4", - "negotiator": "^0.6.3", - "promise-retry": "^2.0.1", - "socks-proxy-agent": "^7.0.0", - "ssri": "^9.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/npm/node_modules/node-gyp/node_modules/minimatch": { - "version": "3.1.2", - "inBundle": true, - "license": "ISC", - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, - "node_modules/npm/node_modules/node-gyp/node_modules/minipass": { - "version": "3.3.6", - "inBundle": true, - "license": "ISC", - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/npm/node_modules/node-gyp/node_modules/minipass-fetch": { - "version": "2.1.2", - "inBundle": true, - "license": "MIT", - "dependencies": { - "minipass": "^3.1.6", - "minipass-sized": "^1.0.3", - "minizlib": "^2.1.2" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - }, - "optionalDependencies": { - "encoding": "^0.1.13" - } - }, - "node_modules/npm/node_modules/node-gyp/node_modules/nopt": { - "version": "6.0.0", - "inBundle": true, - "license": "ISC", - "dependencies": { - "abbrev": "^1.0.0" - }, - "bin": { - "nopt": "bin/nopt.js" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/npm/node_modules/node-gyp/node_modules/npmlog": { - "version": "6.0.2", - "inBundle": true, - "license": "ISC", - "dependencies": { - "are-we-there-yet": "^3.0.0", - "console-control-strings": "^1.1.0", - "gauge": "^4.0.3", - "set-blocking": "^2.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/npm/node_modules/node-gyp/node_modules/readable-stream": { - "version": "3.6.0", - "inBundle": true, - "license": "MIT", - "dependencies": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/npm/node_modules/node-gyp/node_modules/ssri": { - "version": "9.0.1", - "inBundle": true, - "license": "ISC", - "dependencies": { - "minipass": "^3.1.1" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/npm/node_modules/node-gyp/node_modules/unique-filename": { - "version": "2.0.1", - "inBundle": true, - "license": "ISC", - "dependencies": { - "unique-slug": "^3.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/npm/node_modules/node-gyp/node_modules/unique-slug": { - "version": "3.0.0", - "inBundle": true, - "license": "ISC", - "dependencies": { - "imurmurhash": "^0.1.4" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/npm/node_modules/node-gyp/node_modules/which": { - "version": "2.0.2", - "inBundle": true, - "license": "ISC", - "dependencies": { - "isexe": "^2.0.0" - }, - "bin": { - "node-which": "bin/node-which" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/npm/node_modules/nopt": { - "version": "7.0.0", - "inBundle": true, - "license": "ISC", - "dependencies": { - "abbrev": "^2.0.0" - }, - "bin": { - "nopt": "bin/nopt.js" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/normalize-package-data": { - "version": "5.0.0", - "inBundle": true, - "license": "BSD-2-Clause", - "dependencies": { - "hosted-git-info": "^6.0.0", - "is-core-module": "^2.8.1", - "semver": "^7.3.5", - "validate-npm-package-license": "^3.0.4" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/npm-audit-report": { - "version": "4.0.0", - "inBundle": true, - "license": "ISC", - "dependencies": { - "chalk": "^4.0.0" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/npm-bundled": { - "version": "3.0.0", - "inBundle": true, - "license": "ISC", - "dependencies": { - "npm-normalize-package-bin": "^3.0.0" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/npm-install-checks": { - "version": "6.0.0", - "inBundle": true, - "license": "BSD-2-Clause", - "dependencies": { - "semver": "^7.1.1" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/npm-normalize-package-bin": { - "version": "3.0.0", - "inBundle": true, - "license": "ISC", - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/npm-package-arg": { - "version": "10.1.0", - "inBundle": true, - "license": "ISC", - "dependencies": { - "hosted-git-info": "^6.0.0", - "proc-log": "^3.0.0", - "semver": "^7.3.5", - "validate-npm-package-name": "^5.0.0" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/npm-packlist": { - "version": "7.0.4", - "inBundle": true, - "license": "ISC", - "dependencies": { - "ignore-walk": "^6.0.0" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/npm-pick-manifest": { - "version": "8.0.1", - "inBundle": true, - "license": "ISC", - "dependencies": { - "npm-install-checks": "^6.0.0", - "npm-normalize-package-bin": "^3.0.0", - "npm-package-arg": "^10.0.0", - "semver": "^7.3.5" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/npm-profile": { - "version": "7.0.1", - "inBundle": true, - "license": "ISC", - "dependencies": { - "npm-registry-fetch": "^14.0.0", - "proc-log": "^3.0.0" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/npm-registry-fetch": { - "version": "14.0.3", - "inBundle": true, - "license": "ISC", - "dependencies": { - "make-fetch-happen": "^11.0.0", - "minipass": "^4.0.0", - "minipass-fetch": "^3.0.0", - "minipass-json-stream": "^1.0.1", - "minizlib": "^2.1.2", - "npm-package-arg": "^10.0.0", - "proc-log": "^3.0.0" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/npm-user-validate": { - "version": "2.0.0", - "inBundle": true, - "license": "BSD-2-Clause", - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/npmlog": { - "version": "7.0.1", - "inBundle": true, - "license": "ISC", - "dependencies": { - "are-we-there-yet": "^4.0.0", - "console-control-strings": "^1.1.0", - "gauge": "^5.0.0", - "set-blocking": "^2.0.0" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/once": { - "version": "1.4.0", - "inBundle": true, - "license": "ISC", - "dependencies": { - "wrappy": "1" - } - }, - "node_modules/npm/node_modules/p-map": { - "version": "4.0.0", - "inBundle": true, - "license": "MIT", - "dependencies": { - "aggregate-error": "^3.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/npm/node_modules/pacote": { - "version": "15.1.1", - "inBundle": true, - "license": "ISC", - "dependencies": { - "@npmcli/git": "^4.0.0", - "@npmcli/installed-package-contents": "^2.0.1", - "@npmcli/promise-spawn": "^6.0.1", - "@npmcli/run-script": "^6.0.0", - "cacache": "^17.0.0", - "fs-minipass": "^3.0.0", - "minipass": "^4.0.0", - "npm-package-arg": "^10.0.0", - "npm-packlist": "^7.0.0", - "npm-pick-manifest": "^8.0.0", - "npm-registry-fetch": "^14.0.0", - "proc-log": "^3.0.0", - "promise-retry": "^2.0.1", - "read-package-json": "^6.0.0", - "read-package-json-fast": "^3.0.0", - "sigstore": "^1.0.0", - "ssri": "^10.0.0", - "tar": "^6.1.11" - }, - "bin": { - "pacote": "lib/bin.js" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/parse-conflict-json": { - "version": "3.0.0", - "inBundle": true, - "license": "ISC", - "dependencies": { - "json-parse-even-better-errors": "^3.0.0", - "just-diff": "^5.0.1", - "just-diff-apply": "^5.2.0" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/path-is-absolute": { - "version": "1.0.1", - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/npm/node_modules/postcss-selector-parser": { - "version": "6.0.11", - "inBundle": true, - "license": "MIT", - "dependencies": { - "cssesc": "^3.0.0", - "util-deprecate": "^1.0.2" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/npm/node_modules/proc-log": { - "version": "3.0.0", - "inBundle": true, - "license": "ISC", - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/process": { - "version": "0.11.10", - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">= 0.6.0" - } - }, - "node_modules/npm/node_modules/promise-all-reject-late": { - "version": "1.0.1", - "inBundle": true, - "license": "ISC", - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/npm/node_modules/promise-call-limit": { - "version": "1.0.1", - "inBundle": true, - "license": "ISC", - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/npm/node_modules/promise-inflight": { - "version": "1.0.1", - "inBundle": true, - "license": "ISC" - }, - "node_modules/npm/node_modules/promise-retry": { - "version": "2.0.1", - "inBundle": true, - "license": "MIT", - "dependencies": { - "err-code": "^2.0.2", - "retry": "^0.12.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/npm/node_modules/promzard": { - "version": "1.0.0", - "inBundle": true, - "license": "ISC", - "dependencies": { - "read": "^2.0.0" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/qrcode-terminal": { - "version": "0.12.0", - "inBundle": true, - "bin": { - "qrcode-terminal": "bin/qrcode-terminal.js" - } - }, - "node_modules/npm/node_modules/read": { - "version": "2.0.0", - "inBundle": true, - "license": "ISC", - "dependencies": { - "mute-stream": "~1.0.0" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/read-cmd-shim": { - "version": "4.0.0", - "inBundle": true, - "license": "ISC", - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/read-package-json": { - "version": "6.0.0", - "inBundle": true, - "license": "ISC", - "dependencies": { - "glob": "^8.0.1", - "json-parse-even-better-errors": "^3.0.0", - "normalize-package-data": "^5.0.0", - "npm-normalize-package-bin": "^3.0.0" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/read-package-json-fast": { - "version": "3.0.2", - "inBundle": true, - "license": "ISC", - "dependencies": { - "json-parse-even-better-errors": "^3.0.0", - "npm-normalize-package-bin": "^3.0.0" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/readable-stream": { - "version": "4.3.0", - "inBundle": true, - "license": "MIT", - "dependencies": { - "abort-controller": "^3.0.0", - "buffer": "^6.0.3", - "events": "^3.3.0", - "process": "^0.11.10" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - } - }, - "node_modules/npm/node_modules/retry": { - "version": "0.12.0", - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">= 4" - } - }, - "node_modules/npm/node_modules/rimraf": { - "version": "3.0.2", - "inBundle": true, - "license": "ISC", - "dependencies": { - "glob": "^7.1.3" - }, - "bin": { - "rimraf": "bin.js" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/npm/node_modules/rimraf/node_modules/brace-expansion": { - "version": "1.1.11", - "inBundle": true, - "license": "MIT", - "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "node_modules/npm/node_modules/rimraf/node_modules/glob": { - "version": "7.2.3", - "inBundle": true, - "license": "ISC", - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/npm/node_modules/rimraf/node_modules/minimatch": { - "version": "3.1.2", - "inBundle": true, - "license": "ISC", - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, - "node_modules/npm/node_modules/safe-buffer": { - "version": "5.1.2", - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/safer-buffer": { - "version": "2.1.2", - "inBundle": true, - "license": "MIT", - "optional": true - }, - "node_modules/npm/node_modules/semver": { - "version": "7.3.8", - "inBundle": true, - "license": "ISC", - "dependencies": { - "lru-cache": "^6.0.0" - }, - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/npm/node_modules/semver/node_modules/lru-cache": { - "version": "6.0.0", - "inBundle": true, - "license": "ISC", - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/npm/node_modules/set-blocking": { - "version": "2.0.0", - "inBundle": true, - "license": "ISC" - }, - "node_modules/npm/node_modules/signal-exit": { - "version": "3.0.7", - "inBundle": true, - "license": "ISC" - }, - "node_modules/npm/node_modules/sigstore": { - "version": "1.0.0", - "inBundle": true, - "license": "Apache-2.0", - "dependencies": { - "make-fetch-happen": "^11.0.1", - "tuf-js": "^1.0.0" - }, - "bin": { - "sigstore": "bin/sigstore.js" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/smart-buffer": { - "version": "4.2.0", - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">= 6.0.0", - "npm": ">= 3.0.0" - } - }, - "node_modules/npm/node_modules/socks": { - "version": "2.7.1", - "inBundle": true, - "license": "MIT", - "dependencies": { - "ip": "^2.0.0", - "smart-buffer": "^4.2.0" - }, - "engines": { - "node": ">= 10.13.0", - "npm": ">= 3.0.0" - } - }, - "node_modules/npm/node_modules/socks-proxy-agent": { - "version": "7.0.0", - "inBundle": true, - "license": "MIT", - "dependencies": { - "agent-base": "^6.0.2", - "debug": "^4.3.3", - "socks": "^2.6.2" - }, - "engines": { - "node": ">= 10" - } - }, - "node_modules/npm/node_modules/spdx-correct": { - "version": "3.1.1", - "inBundle": true, - "license": "Apache-2.0", - "dependencies": { - "spdx-expression-parse": "^3.0.0", - "spdx-license-ids": "^3.0.0" - } - }, - "node_modules/npm/node_modules/spdx-exceptions": { - "version": "2.3.0", - "inBundle": true, - "license": "CC-BY-3.0" - }, - "node_modules/npm/node_modules/spdx-expression-parse": { - "version": "3.0.1", - "inBundle": true, - "license": "MIT", - "dependencies": { - "spdx-exceptions": "^2.1.0", - "spdx-license-ids": "^3.0.0" - } - }, - "node_modules/npm/node_modules/spdx-license-ids": { - "version": "3.0.12", - "inBundle": true, - "license": "CC0-1.0" - }, - "node_modules/npm/node_modules/ssri": { - "version": "10.0.1", - "inBundle": true, - "license": "ISC", - "dependencies": { - "minipass": "^4.0.0" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/string_decoder": { - "version": "1.1.1", - "inBundle": true, - "license": "MIT", - "dependencies": { - "safe-buffer": "~5.1.0" - } - }, - "node_modules/npm/node_modules/string-width": { - "version": "4.2.3", - "inBundle": true, - "license": "MIT", - "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/npm/node_modules/strip-ansi": { - "version": "6.0.1", - "inBundle": true, - "license": "MIT", - "dependencies": { - "ansi-regex": "^5.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/npm/node_modules/supports-color": { - "version": "7.2.0", - "inBundle": true, - "license": "MIT", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/npm/node_modules/tar": { - "version": "6.1.13", - "inBundle": true, - "license": "ISC", - "dependencies": { - "chownr": "^2.0.0", - "fs-minipass": "^2.0.0", - "minipass": "^4.0.0", - "minizlib": "^2.1.1", - "mkdirp": "^1.0.3", - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/npm/node_modules/tar/node_modules/fs-minipass": { - "version": "2.1.0", - "inBundle": true, - "license": "ISC", - "dependencies": { - "minipass": "^3.0.0" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/npm/node_modules/tar/node_modules/fs-minipass/node_modules/minipass": { - "version": "3.3.6", - "inBundle": true, - "license": "ISC", - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/npm/node_modules/text-table": { - "version": "0.2.0", - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/tiny-relative-date": { - "version": "1.3.0", - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/treeverse": { - "version": "3.0.0", - "inBundle": true, - "license": "ISC", - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/tuf-js": { - "version": "1.0.0", - "inBundle": true, - "license": "MIT", - "dependencies": { - "make-fetch-happen": "^11.0.1", - "minimatch": "^6.1.0" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/unique-filename": { - "version": "3.0.0", - "inBundle": true, - "license": "ISC", - "dependencies": { - "unique-slug": "^4.0.0" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/unique-slug": { - "version": "4.0.0", - "inBundle": true, - "license": "ISC", - "dependencies": { - "imurmurhash": "^0.1.4" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/util-deprecate": { - "version": "1.0.2", - "inBundle": true, - "license": "MIT" - }, - "node_modules/npm/node_modules/validate-npm-package-license": { - "version": "3.0.4", - "inBundle": true, - "license": "Apache-2.0", - "dependencies": { - "spdx-correct": "^3.0.0", - "spdx-expression-parse": "^3.0.0" - } - }, - "node_modules/npm/node_modules/validate-npm-package-name": { - "version": "5.0.0", - "inBundle": true, - "license": "ISC", - "dependencies": { - "builtins": "^5.0.0" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/walk-up-path": { - "version": "1.0.0", - "inBundle": true, - "license": "ISC" - }, - "node_modules/npm/node_modules/wcwidth": { - "version": "1.0.1", - "inBundle": true, - "license": "MIT", - "dependencies": { - "defaults": "^1.0.3" - } - }, - "node_modules/npm/node_modules/which": { - "version": "3.0.0", - "inBundle": true, - "license": "ISC", - "dependencies": { - "isexe": "^2.0.0" - }, - "bin": { - "node-which": "bin/which.js" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/wide-align": { - "version": "1.1.5", - "inBundle": true, - "license": "ISC", - "dependencies": { - "string-width": "^1.0.2 || 2 || 3 || 4" - } - }, - "node_modules/npm/node_modules/wrappy": { - "version": "1.0.2", - "inBundle": true, - "license": "ISC" - }, - "node_modules/npm/node_modules/write-file-atomic": { - "version": "5.0.0", - "inBundle": true, - "license": "ISC", - "dependencies": { - "imurmurhash": "^0.1.4", - "signal-exit": "^3.0.7" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm/node_modules/yallist": { - "version": "4.0.0", - "inBundle": true, - "license": "ISC" - }, - "node_modules/object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", - "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/on-finished": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", - "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==", - "dependencies": { - "ee-first": "1.1.1" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/on-headers": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz", - "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/parseurl": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", - "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/range-parser": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", - "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" - }, - "node_modules/send": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/send/-/send-0.18.0.tgz", - "integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==", - "dependencies": { - "debug": "2.6.9", - "depd": "2.0.0", - "destroy": "1.2.0", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "etag": "~1.8.1", - "fresh": "0.5.2", - "http-errors": "2.0.0", - "mime": "1.6.0", - "ms": "2.1.3", - "on-finished": "2.4.1", - "range-parser": "~1.2.1", - "statuses": "2.0.1" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/send/node_modules/ms": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", - "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" - }, - "node_modules/serve-static": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.15.0.tgz", - "integrity": "sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==", - "dependencies": { - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "parseurl": "~1.3.3", - "send": "0.18.0" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/setprototypeof": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", - "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==" - }, - "node_modules/socket.io": { - "version": "4.6.1", - "resolved": "https://registry.npmjs.org/socket.io/-/socket.io-4.6.1.tgz", - "integrity": "sha512-KMcaAi4l/8+xEjkRICl6ak8ySoxsYG+gG6/XfRCPJPQ/haCRIJBTL4wIl8YCsmtaBovcAXGLOShyVWQ/FG8GZA==", - "dependencies": { - "accepts": "~1.3.4", - "base64id": "~2.0.0", - "debug": "~4.3.2", - "engine.io": "~6.4.1", - "socket.io-adapter": "~2.5.2", - "socket.io-parser": "~4.2.1" - }, - "engines": { - "node": ">=10.0.0" - } - }, - "node_modules/socket.io-adapter": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-2.5.2.tgz", - "integrity": "sha512-87C3LO/NOMc+eMcpcxUBebGjkpMDkNBS9tf7KJqcDsmL936EChtVva71Dw2q4tQcuVC+hAUy4an2NO/sYXmwRA==", - "dependencies": { - "ws": "~8.11.0" - } - }, - "node_modules/socket.io-parser": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-4.2.2.tgz", - "integrity": "sha512-DJtziuKypFkMMHCm2uIshOYC7QaylbtzQwiMYDuCKy3OPkjLzu4B2vAhTlqipRHHzrI0NJeBAizTK7X+6m1jVw==", - "dependencies": { - "@socket.io/component-emitter": "~3.1.0", - "debug": "~4.3.1" - }, - "engines": { - "node": ">=10.0.0" - } - }, - "node_modules/socket.io-parser/node_modules/debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", - "dependencies": { - "ms": "2.1.2" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - } - }, - "node_modules/socket.io-parser/node_modules/ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" - }, - "node_modules/socket.io/node_modules/debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", - "dependencies": { - "ms": "2.1.2" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - } - }, - "node_modules/socket.io/node_modules/ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" - }, - "node_modules/statuses": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", - "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/toidentifier": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", - "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==", - "engines": { - "node": ">=0.6" - } - }, - "node_modules/vary": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", - "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/ws": { - "version": "8.11.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.11.0.tgz", - "integrity": "sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg==", - "engines": { - "node": ">=10.0.0" - }, - "peerDependencies": { - "bufferutil": "^4.0.1", - "utf-8-validate": "^5.0.2" - }, - "peerDependenciesMeta": { - "bufferutil": { - "optional": true - }, - "utf-8-validate": { - "optional": true - } - } - } - } -} diff --git a/software/flow/package.json b/software/flow/package.json index 4133d6f..cbba8a9 100644 --- a/software/flow/package.json +++ b/software/flow/package.json @@ -1,13 +1,17 @@ { "name": "node-red-project", - "description": "A Node-RED Project", + "description": "A Node-RED Project with additional plugins", "version": "0.0.1", "private": true, "dependencies": { + "node-red": "3.1.0", "install": "^0.13.0", "node-red-contrib-influxdb": "^0.6.1", "node-red-contrib-watt2kwh": "~0.1.2", "node-red-dashboard": "^3.3.1", "npm": "^9.5.1" + }, + "scripts": { + "start": "node packages/node_modules/node-red/red.js" } -} +} \ No newline at end of file diff --git a/software/flow/settings.js b/software/flow/settings.js deleted file mode 100644 index ec247a6..0000000 --- a/software/flow/settings.js +++ /dev/null @@ -1,542 +0,0 @@ -/** - * This is the default settings file provided by Node-RED. - * - * It can contain any valid JavaScript code that will get run when Node-RED - * is started. - * - * Lines that start with // are commented out. - * Each entry should be separated from the entries above and below by a comma ',' - * - * For more information about individual settings, refer to the documentation: - * https://nodered.org/docs/user-guide/runtime/configuration - * - * The settings are split into the following sections: - * - Flow File and User Directory Settings - * - Security - * - Server Settings - * - Runtime Settings - * - Editor Settings - * - Node Settings - * - **/ - -module.exports = { - -/******************************************************************************* - * Flow File and User Directory Settings - * - flowFile - * - credentialSecret - * - flowFilePretty - * - userDir - * - nodesDir - ******************************************************************************/ - - /** The file containing the flows. If not set, defaults to flows_<hostname>.json **/ - flowFile: 'flows.json', - - /** By default, credentials are encrypted in storage using a generated key. To - * specify your own secret, set the following property. - * If you want to disable encryption of credentials, set this property to false. - * Note: once you set this property, do not change it - doing so will prevent - * node-red from being able to decrypt your existing credentials and they will be - * lost. - */ - //credentialSecret: "a-secret-key", - - /** By default, the flow JSON will be formatted over multiple lines making - * it easier to compare changes when using version control. - * To disable pretty-printing of the JSON set the following property to false. - */ - flowFilePretty: true, - - /** By default, all user data is stored in a directory called `.node-red` under - * the user's home directory. To use a different location, the following - * property can be used - */ - //userDir: '/home/nol/.node-red/', - - /** Node-RED scans the `nodes` directory in the userDir to find local node files. - * The following property can be used to specify an additional directory to scan. - */ - //nodesDir: '/home/nol/.node-red/nodes', - -/******************************************************************************* - * Security - * - adminAuth - * - https - * - httpsRefreshInterval - * - requireHttps - * - httpNodeAuth - * - httpStaticAuth - ******************************************************************************/ - - /** To password protect the Node-RED editor and admin API, the following - * property can be used. See http://nodered.org/docs/security.html for details. - */ - //adminAuth: { - // type: "credentials", - // users: [{ - // username: "admin", - // password: "$2a$08$zZWtXTja0fB1pzD4sHCMyOCMYz2Z6dNbM6tl8sJogENOMcxWV9DN.", - // permissions: "*" - // }] - //}, - - /** The following property can be used to enable HTTPS - * This property can be either an object, containing both a (private) key - * and a (public) certificate, or a function that returns such an object. - * See http://nodejs.org/api/https.html#https_https_createserver_options_requestlistener - * for details of its contents. - */ - - /** Option 1: static object */ - //https: { - // key: require("fs").readFileSync('privkey.pem'), - // cert: require("fs").readFileSync('cert.pem') - //}, - - /** Option 2: function that returns the HTTP configuration object */ - // https: function() { - // // This function should return the options object, or a Promise - // // that resolves to the options object - // return { - // key: require("fs").readFileSync('privkey.pem'), - // cert: require("fs").readFileSync('cert.pem') - // } - // }, - - /** If the `https` setting is a function, the following setting can be used - * to set how often, in hours, the function will be called. That can be used - * to refresh any certificates. - */ - //httpsRefreshInterval : 12, - - /** The following property can be used to cause insecure HTTP connections to - * be redirected to HTTPS. - */ - //requireHttps: true, - - /** To password protect the node-defined HTTP endpoints (httpNodeRoot), - * including node-red-dashboard, or the static content (httpStatic), the - * following properties can be used. - * The `pass` field is a bcrypt hash of the password. - * See http://nodered.org/docs/security.html#generating-the-password-hash - */ - //httpNodeAuth: {user:"user",pass:"$2a$08$zZWtXTja0fB1pzD4sHCMyOCMYz2Z6dNbM6tl8sJogENOMcxWV9DN."}, - //httpStaticAuth: {user:"user",pass:"$2a$08$zZWtXTja0fB1pzD4sHCMyOCMYz2Z6dNbM6tl8sJogENOMcxWV9DN."}, - -/******************************************************************************* - * Server Settings - * - uiPort - * - uiHost - * - apiMaxLength - * - httpServerOptions - * - httpAdminRoot - * - httpAdminMiddleware - * - httpNodeRoot - * - httpNodeCors - * - httpNodeMiddleware - * - httpStatic - * - httpStaticRoot - ******************************************************************************/ - - /** the tcp port that the Node-RED web server is listening on */ - uiPort: process.env.PORT || 1880, - - /** By default, the Node-RED UI accepts connections on all IPv4 interfaces. - * To listen on all IPv6 addresses, set uiHost to "::", - * The following property can be used to listen on a specific interface. For - * example, the following would only allow connections from the local machine. - */ - //uiHost: "127.0.0.1", - - /** The maximum size of HTTP request that will be accepted by the runtime api. - * Default: 5mb - */ - //apiMaxLength: '5mb', - - /** The following property can be used to pass custom options to the Express.js - * server used by Node-RED. For a full list of available options, refer - * to http://expressjs.com/en/api.html#app.settings.table - */ - //httpServerOptions: { }, - - /** By default, the Node-RED UI is available at http://localhost:1880/ - * The following property can be used to specify a different root path. - * If set to false, this is disabled. - */ - //httpAdminRoot: '/admin', - - /** The following property can be used to add a custom middleware function - * in front of all admin http routes. For example, to set custom http - * headers. It can be a single function or an array of middleware functions. - */ - // httpAdminMiddleware: function(req,res,next) { - // // Set the X-Frame-Options header to limit where the editor - // // can be embedded - // //res.set('X-Frame-Options', 'sameorigin'); - // next(); - // }, - - - /** Some nodes, such as HTTP In, can be used to listen for incoming http requests. - * By default, these are served relative to '/'. The following property - * can be used to specifiy a different root path. If set to false, this is - * disabled. - */ - //httpNodeRoot: '/red-nodes', - - /** The following property can be used to configure cross-origin resource sharing - * in the HTTP nodes. - * See https://github.com/troygoode/node-cors#configuration-options for - * details on its contents. The following is a basic permissive set of options: - */ - //httpNodeCors: { - // origin: "*", - // methods: "GET,PUT,POST,DELETE" - //}, - - /** If you need to set an http proxy please set an environment variable - * called http_proxy (or HTTP_PROXY) outside of Node-RED in the operating system. - * For example - http_proxy=http://myproxy.com:8080 - * (Setting it here will have no effect) - * You may also specify no_proxy (or NO_PROXY) to supply a comma separated - * list of domains to not proxy, eg - no_proxy=.acme.co,.acme.co.uk - */ - - /** The following property can be used to add a custom middleware function - * in front of all http in nodes. This allows custom authentication to be - * applied to all http in nodes, or any other sort of common request processing. - * It can be a single function or an array of middleware functions. - */ - //httpNodeMiddleware: function(req,res,next) { - // // Handle/reject the request, or pass it on to the http in node by calling next(); - // // Optionally skip our rawBodyParser by setting this to true; - // //req.skipRawBodyParser = true; - // next(); - //}, - - /** When httpAdminRoot is used to move the UI to a different root path, the - * following property can be used to identify a directory of static content - * that should be served at http://localhost:1880/. - * When httpStaticRoot is set differently to httpAdminRoot, there is no need - * to move httpAdminRoot - */ - //httpStatic: '/home/nol/node-red-static/', //single static source - /* OR multiple static sources can be created using an array of objects... */ - //httpStatic: [ - // {path: '/home/nol/pics/', root: "/img/"}, - // {path: '/home/nol/reports/', root: "/doc/"}, - //], - - /** - * All static routes will be appended to httpStaticRoot - * e.g. if httpStatic = "/home/nol/docs" and httpStaticRoot = "/static/" - * then "/home/nol/docs" will be served at "/static/" - * e.g. if httpStatic = [{path: '/home/nol/pics/', root: "/img/"}] - * and httpStaticRoot = "/static/" - * then "/home/nol/pics/" will be served at "/static/img/" - */ - //httpStaticRoot: '/static/', - -/******************************************************************************* - * Runtime Settings - * - lang - * - runtimeState - * - diagnostics - * - logging - * - contextStorage - * - exportGlobalContextKeys - * - externalModules - ******************************************************************************/ - - /** Uncomment the following to run node-red in your preferred language. - * Available languages include: en-US (default), ja, de, zh-CN, zh-TW, ru, ko - * Some languages are more complete than others. - */ - // lang: "de", - - /** Configure diagnostics options - * - enabled: When `enabled` is `true` (or unset), diagnostics data will - * be available at http://localhost:1880/diagnostics - * - ui: When `ui` is `true` (or unset), the action `show-system-info` will - * be available to logged in users of node-red editor - */ - diagnostics: { - /** enable or disable diagnostics endpoint. Must be set to `false` to disable */ - enabled: true, - /** enable or disable diagnostics display in the node-red editor. Must be set to `false` to disable */ - ui: true, - }, - /** Configure runtimeState options - * - enabled: When `enabled` is `true` flows runtime can be Started/Stoped - * by POSTing to available at http://localhost:1880/flows/state - * - ui: When `ui` is `true`, the action `core:start-flows` and - * `core:stop-flows` will be available to logged in users of node-red editor - * Also, the deploy menu (when set to default) will show a stop or start button - */ - runtimeState: { - /** enable or disable flows/state endpoint. Must be set to `false` to disable */ - enabled: false, - /** show or hide runtime stop/start options in the node-red editor. Must be set to `false` to hide */ - ui: false, - }, - /** Configure the logging output */ - logging: { - /** Only console logging is currently supported */ - console: { - /** Level of logging to be recorded. Options are: - * fatal - only those errors which make the application unusable should be recorded - * error - record errors which are deemed fatal for a particular request + fatal errors - * warn - record problems which are non fatal + errors + fatal errors - * info - record information about the general running of the application + warn + error + fatal errors - * debug - record information which is more verbose than info + info + warn + error + fatal errors - * trace - record very detailed logging + debug + info + warn + error + fatal errors - * off - turn off all logging (doesn't affect metrics or audit) - */ - level: "info", - /** Whether or not to include metric events in the log output */ - metrics: false, - /** Whether or not to include audit events in the log output */ - audit: false - } - }, - - /** Context Storage - * The following property can be used to enable context storage. The configuration - * provided here will enable file-based context that flushes to disk every 30 seconds. - * Refer to the documentation for further options: https://nodered.org/docs/api/context/ - */ - //contextStorage: { - // default: { - // module:"localfilesystem" - // }, - //}, - - /** `global.keys()` returns a list of all properties set in global context. - * This allows them to be displayed in the Context Sidebar within the editor. - * In some circumstances it is not desirable to expose them to the editor. The - * following property can be used to hide any property set in `functionGlobalContext` - * from being list by `global.keys()`. - * By default, the property is set to false to avoid accidental exposure of - * their values. Setting this to true will cause the keys to be listed. - */ - exportGlobalContextKeys: false, - - /** Configure how the runtime will handle external npm modules. - * This covers: - * - whether the editor will allow new node modules to be installed - * - whether nodes, such as the Function node are allowed to have their - * own dynamically configured dependencies. - * The allow/denyList options can be used to limit what modules the runtime - * will install/load. It can use '*' as a wildcard that matches anything. - */ - externalModules: { - // autoInstall: false, /** Whether the runtime will attempt to automatically install missing modules */ - // autoInstallRetry: 30, /** Interval, in seconds, between reinstall attempts */ - // palette: { /** Configuration for the Palette Manager */ - // allowInstall: true, /** Enable the Palette Manager in the editor */ - // allowUpdate: true, /** Allow modules to be updated in the Palette Manager */ - // allowUpload: true, /** Allow module tgz files to be uploaded and installed */ - // allowList: ['*'], - // denyList: [], - // allowUpdateList: ['*'], - // denyUpdateList: [] - // }, - // modules: { /** Configuration for node-specified modules */ - // allowInstall: true, - // allowList: [], - // denyList: [] - // } - }, - - -/******************************************************************************* - * Editor Settings - * - disableEditor - * - editorTheme - ******************************************************************************/ - - /** The following property can be used to disable the editor. The admin API - * is not affected by this option. To disable both the editor and the admin - * API, use either the httpRoot or httpAdminRoot properties - */ - //disableEditor: false, - - /** Customising the editor - * See https://nodered.org/docs/user-guide/runtime/configuration#editor-themes - * for all available options. - */ - editorTheme: { - /** The following property can be used to set a custom theme for the editor. - * See https://github.com/node-red-contrib-themes/theme-collection for - * a collection of themes to chose from. - */ - //theme: "", - - /** To disable the 'Welcome to Node-RED' tour that is displayed the first - * time you access the editor for each release of Node-RED, set this to false - */ - //tours: false, - - palette: { - /** The following property can be used to order the categories in the editor - * palette. If a node's category is not in the list, the category will get - * added to the end of the palette. - * If not set, the following default order is used: - */ - //categories: ['subflows', 'common', 'function', 'network', 'sequence', 'parser', 'storage'], - }, - - projects: { - /** To enable the Projects feature, set this value to true */ - enabled: false, - workflow: { - /** Set the default projects workflow mode. - * - manual - you must manually commit changes - * - auto - changes are automatically committed - * This can be overridden per-user from the 'Git config' - * section of 'User Settings' within the editor - */ - mode: "manual" - } - }, - - codeEditor: { - /** Select the text editor component used by the editor. - * As of Node-RED V3, this defaults to "monaco", but can be set to "ace" if desired - */ - lib: "monaco", - options: { - /** The follow options only apply if the editor is set to "monaco" - * - * theme - must match the file name of a theme in - * packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme - * e.g. "tomorrow-night", "upstream-sunburst", "github", "my-theme" - */ - // theme: "vs", - /** other overrides can be set e.g. fontSize, fontFamily, fontLigatures etc. - * for the full list, see https://microsoft.github.io/monaco-editor/api/interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html - */ - //fontSize: 14, - //fontFamily: "Cascadia Code, Fira Code, Consolas, 'Courier New', monospace", - //fontLigatures: true, - } - } - }, - -/******************************************************************************* - * Node Settings - * - fileWorkingDirectory - * - functionGlobalContext - * - functionExternalModules - * - nodeMessageBufferMaxLength - * - ui (for use with Node-RED Dashboard) - * - debugUseColors - * - debugMaxLength - * - execMaxBufferSize - * - httpRequestTimeout - * - mqttReconnectTime - * - serialReconnectTime - * - socketReconnectTime - * - socketTimeout - * - tcpMsgQueueSize - * - inboundWebSocketTimeout - * - tlsConfigDisableLocalFiles - * - webSocketNodeVerifyClient - ******************************************************************************/ - - /** The working directory to handle relative file paths from within the File nodes - * defaults to the working directory of the Node-RED process. - */ - //fileWorkingDirectory: "", - - /** Allow the Function node to load additional npm modules directly */ - functionExternalModules: true, - - /** The following property can be used to set predefined values in Global Context. - * This allows extra node modules to be made available with in Function node. - * For example, the following: - * functionGlobalContext: { os:require('os') } - * will allow the `os` module to be accessed in a Function node using: - * global.get("os") - */ - functionGlobalContext: { - // os:require('os'), - }, - - /** The maximum number of messages nodes will buffer internally as part of their - * operation. This applies across a range of nodes that operate on message sequences. - * defaults to no limit. A value of 0 also means no limit is applied. - */ - //nodeMessageBufferMaxLength: 0, - - /** If you installed the optional node-red-dashboard you can set it's path - * relative to httpNodeRoot - * Other optional properties include - * readOnly:{boolean}, - * middleware:{function or array}, (req,res,next) - http middleware - * ioMiddleware:{function or array}, (socket,next) - socket.io middleware - */ - //ui: { path: "ui" }, - - /** Colourise the console output of the debug node */ - //debugUseColors: true, - - /** The maximum length, in characters, of any message sent to the debug sidebar tab */ - debugMaxLength: 1000, - - /** Maximum buffer size for the exec node. Defaults to 10Mb */ - //execMaxBufferSize: 10000000, - - /** Timeout in milliseconds for HTTP request connections. Defaults to 120s */ - //httpRequestTimeout: 120000, - - /** Retry time in milliseconds for MQTT connections */ - mqttReconnectTime: 15000, - - /** Retry time in milliseconds for Serial port connections */ - serialReconnectTime: 15000, - - /** Retry time in milliseconds for TCP socket connections */ - //socketReconnectTime: 10000, - - /** Timeout in milliseconds for TCP server socket connections. Defaults to no timeout */ - //socketTimeout: 120000, - - /** Maximum number of messages to wait in queue while attempting to connect to TCP socket - * defaults to 1000 - */ - //tcpMsgQueueSize: 2000, - - /** Timeout in milliseconds for inbound WebSocket connections that do not - * match any configured node. Defaults to 5000 - */ - //inboundWebSocketTimeout: 5000, - - /** To disable the option for using local files for storing keys and - * certificates in the TLS configuration node, set this to true. - */ - //tlsConfigDisableLocalFiles: true, - - /** The following property can be used to verify websocket connection attempts. - * This allows, for example, the HTTP request headers to be checked to ensure - * they include valid authentication information. - */ - //webSocketNodeVerifyClient: function(info) { - // /** 'info' has three properties: - // * - origin : the value in the Origin header - // * - req : the HTTP request - // * - secure : true if req.connection.authorized or req.connection.encrypted is set - // * - // * The function should return true if the connection should be accepted, false otherwise. - // * - // * Alternatively, if this function is defined to accept a second argument, callback, - // * it can be used to verify the client asynchronously. - // * The callback takes three arguments: - // * - result : boolean, whether to accept the connection or not - // * - code : if result is false, the HTTP error status to return - // * - reason: if result is false, the HTTP reason string to return - // */ - //}, -}